Browse Source

Add japanese translations for shorten display of large numbers (#4722)

pull/4/head
Lynx Kotoura 6 years ago
committed by Yamagishi Kazutoshi
parent
commit
8f527bd588
1 changed files with 11 additions and 0 deletions
  1. +11
    -0
      config/locales/ja.yml

+ 11
- 0
config/locales/ja.yml View File

@ -352,6 +352,17 @@ ja:
reblog:
body: 'あなたのトゥートが %{name} さんにブーストされました:'
subject: あなたのトゥートが %{name} さんにブーストされました
number:
human:
decimal_units:
format: "%n%u"
units:
billion: B
million: M
quadrillion: Q
thousand: K
trillion: T
unit: ''
pagination:
next:
prev:

Loading…
Cancel
Save