diff --git a/src/config/locales/ja/translation.json b/src/config/locales/ja/translation.json index 234c78c3..2d1bfdb4 100644 --- a/src/config/locales/ja/translation.json +++ b/src/config/locales/ja/translation.json @@ -179,7 +179,8 @@ "reply": "返信がある時", "reblog": "ブーストされた時", "favourite": "お気に入りされた時", - "follow": "フォローされた時" + "follow": "フォローされた時", + "reaction": "Notify me when I receive a emoji reaction" } }, "account": { @@ -453,6 +454,10 @@ "reblog": { "title": "ブースト", "body": "{{username}} さんにブーストされました" + }, + "reaction": { + "title": "Reaction", + "body": "{{username}} reacted your status" } } }