Skip to content
Extraits de code Groupes Projets
Valider 252d0fe0 rédigé par KEINOS's avatar KEINOS Validation de Yamagishi Kazutoshi
Parcourir les fichiers

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
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -403,8 +403,8 @@ ja: ...@@ -403,8 +403,8 @@ ja:
one: "新しい1件の通知 \U0001F418" one: "新しい1件の通知 \U0001F418"
other: "新しい%{count}件の通知 \U0001F418" other: "新しい%{count}件の通知 \U0001F418"
favourite: favourite:
body: 'あなたのトゥートが %{name} さんにお気に入り登録されました:' body: "%{name} さんにお気に入り登録された、あなたのトゥートがあります:"
subject: "%{name} さんがあなたのトゥートをお気に入りに登録ました" subject: "%{name} さんお気に入りに登録されました"
follow: follow:
body: "%{name} さんにフォローされています" body: "%{name} さんにフォローされています"
subject: "%{name} さんにフォローされています" subject: "%{name} さんにフォローされています"
...@@ -415,8 +415,8 @@ ja: ...@@ -415,8 +415,8 @@ ja:
body: "%{name} さんから返信がありました:" body: "%{name} さんから返信がありました:"
subject: "%{name} さんに返信されました" subject: "%{name} さんに返信されました"
reblog: reblog:
body: 'あなたのトゥートが %{name} さんにブーストされました:' body: "%{name} さんにブーストされた、あなたのトゥートがあります:"
subject: あなたのトゥートが %{name} さんにブーストされました subject: "%{name} さんにブーストされました"
number: number:
human: human:
decimal_units: decimal_units:
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter