Skip to content
Snippets Groups Projects
Commit 252d0fe0 authored by KEINOS's avatar KEINOS Committed by Yamagishi Kazutoshi
Browse files

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`
parent 2fb72239
No related branches found
Tags v2.3.2rc5
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment