From f8cac30c4fc6f6530a509cff777b64d0ba6d5aa4 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Wed, 24 Mar 2021 01:34:08 +0900 Subject: [PATCH] New translations translation.json (Spanish) --- src/config/locales/es_es/translation.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/config/locales/es_es/translation.json b/src/config/locales/es_es/translation.json index e2b21b96..fdd119d5 100644 --- a/src/config/locales/es_es/translation.json +++ b/src/config/locales/es_es/translation.json @@ -197,7 +197,8 @@ "reaction": "Notificarme cuando reciba una reacción de emoji", "follow_request": "Notificarme cuando reciba una solicitud de seguimiento", "status": "Notificarme cuando reciba una notificación de estatus", - "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" } } }