Browse Source

Fix #5652 - Notify too short when abbrev in JA (#5664)

* Fix #5652 - Notify too short when abbrev in JA

Fix #5652 of the notification message to be understandable when abbreviated.

* Changed quotes as original

Double quote to single and single quote as none. But I am not convinced of this fix.

* Added a single quote as YAMLlint's suggestion

* `bundle exec i18n-tasks normalize`
pull/4/head
KEINOS 6 years ago
committed by Yamagishi Kazutoshi
parent
commit
252d0fe020
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      config/locales/ja.yml

+ 4
- 4
config/locales/ja.yml View File

@ -403,8 +403,8 @@ ja:
one: "新しい1件の通知 \U0001F418"
other: "新しい%{count}件の通知 \U0001F418"
favourite:
body: 'あなたのトゥートが %{name} さんにお気に入り登録されました:';
subject: "%{name} さんがあなたのトゥートをお気に入りに登録しました"
body: "%{name} さんにお気に入り登録された、あなたのトゥートがあります:";
subject: "%{name} さんにお気に入りに登録されました"
follow:
body: "%{name} さんにフォローされています"
subject: "%{name} さんにフォローされています"
@ -415,8 +415,8 @@ ja:
body: "%{name} さんから返信がありました:"
subject: "%{name} さんに返信されました"
reblog:
body: 'あなたのトゥートが %{name} さんにブーストされました:';
subject: あなたのトゥートが %{name} さんにブーストされました
body: "%{name} さんにブーストされた、あなたのトゥートがあります:";
subject: "%{name} さんにブーストされました"
number:
human:
decimal_units:

Loading…
Cancel
Save