From 18c5e8770e41ddf69953c2ab53e92ca4cdb85335 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Wed, 24 Mar 2021 01:34:16 +0900 Subject: [PATCH] New translations translation.json (Japanese) --- src/config/locales/ja/translation.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/config/locales/ja/translation.json b/src/config/locales/ja/translation.json index 56dc7362..d366f5d7 100644 --- a/src/config/locales/ja/translation.json +++ b/src/config/locales/ja/translation.json @@ -197,7 +197,8 @@ "reaction": "絵文字リアクションを受け取ったとき", "follow_request": "フォローリクエストを受け取った時", "status": "トゥートの通知を受け取った時", - "poll_vote": "Notify me when I receive a vote of poll" + "poll_vote": "Notify me when I receive a vote of poll", + "poll_expired": "Notify me when I receive a poll expired event" } }, "account": { @@ -506,6 +507,10 @@ "poll_vote": { "title": "アンケート投票", "body": "{{username}} さんがあなたのアンケートに投票しました" + }, + "poll_expired": { + "title": "PollExpired", + "body": "{{username}}'s poll is expired" } } }