From 738b3d386697e7aa5411a58224f6daec09615249 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Wed, 24 Mar 2021 01:34:17 +0900 Subject: [PATCH] New translations translation.json (Korean) --- src/config/locales/ko/translation.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/config/locales/ko/translation.json b/src/config/locales/ko/translation.json index e09ee7a8..654841ac 100644 --- a/src/config/locales/ko/translation.json +++ b/src/config/locales/ko/translation.json @@ -197,7 +197,8 @@ "reaction": "Notify me when I receive a emoji reaction", "follow_request": "Notify me when I receive a follow request", "status": "Notify me when I receive a status notification", - "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": "PollVote", "body": "{{username}} voted your poll" + }, + "poll_expired": { + "title": "PollExpired", + "body": "{{username}}'s poll is expired" } } }