From 3756cd5347459735a401affc205cf58640cce9a3 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Sat, 20 Jul 2019 22:25:49 +0900 Subject: [PATCH] refs #969 Update translation files for poll validations --- src/config/locales/de/translation.missing.json | 5 +++++ src/config/locales/fr/translation.missing.json | 5 +++++ src/config/locales/it/translation.missing.json | 5 +++++ src/config/locales/ja/translation.json | 3 ++- src/config/locales/ko/translation.missing.json | 5 +++++ src/config/locales/pl/translation.missing.json | 5 +++++ 6 files changed, 27 insertions(+), 1 deletion(-) diff --git a/src/config/locales/de/translation.missing.json b/src/config/locales/de/translation.missing.json index dd9b76ad..ab7630c0 100644 --- a/src/config/locales/de/translation.missing.json +++ b/src/config/locales/de/translation.missing.json @@ -92,5 +92,10 @@ "follow_request_accept_error": "Failed to accept the request", "follow_reuqest_reject_error": "failed to reject the request", "start_all_streamings_error": "Failed to start streaming of {{domain}}" + }, + "validation": { + "new_toot": { + "poll_invalid": "Invalid poll choices" + } } } diff --git a/src/config/locales/fr/translation.missing.json b/src/config/locales/fr/translation.missing.json index beb9adfb..a657fa57 100644 --- a/src/config/locales/fr/translation.missing.json +++ b/src/config/locales/fr/translation.missing.json @@ -59,5 +59,10 @@ "follow_request_accept_error": "Failed to accept the request", "follow_reuqest_reject_error": "failed to reject the request", "start_all_streamings_error": "Failed to start streaming of {{domain}}" + }, + "validation": { + "new_toot": { + "poll_invalid": "Invalid poll choices" + } } } diff --git a/src/config/locales/it/translation.missing.json b/src/config/locales/it/translation.missing.json index 4d3386b6..3c972902 100644 --- a/src/config/locales/it/translation.missing.json +++ b/src/config/locales/it/translation.missing.json @@ -48,5 +48,10 @@ "follow_request_accept_error": "Failed to accept the request", "follow_reuqest_reject_error": "failed to reject the request", "start_all_streamings_error": "Failed to start streaming of {{domain}}" + }, + "validation": { + "new_toot": { + "poll_invalid": "Invalid poll choices" + } } } diff --git a/src/config/locales/ja/translation.json b/src/config/locales/ja/translation.json index 70b12088..e32b262b 100644 --- a/src/config/locales/ja/translation.json +++ b/src/config/locales/ja/translation.json @@ -406,7 +406,8 @@ "new_toot": { "toot_length": "トゥートの長さは {{min}} から {{max}}文字である必要があります", "attach_length": "添付ファイルは {{max}} つまでです", - "attach_image": "画像かビデオしか添付できません" + "attach_image": "画像かビデオしか添付できません", + "poll_invalid": "アンケートに不正な選択肢が含まれています" } } } diff --git a/src/config/locales/ko/translation.missing.json b/src/config/locales/ko/translation.missing.json index b29906b1..da2f1e61 100644 --- a/src/config/locales/ko/translation.missing.json +++ b/src/config/locales/ko/translation.missing.json @@ -68,5 +68,10 @@ "follow_request_accept_error": "Failed to accept the request", "follow_reuqest_reject_error": "failed to reject the request", "start_all_streamings_error": "Failed to start streaming of {{domain}}" + }, + "validation": { + "new_toot": { + "poll_invalid": "Invalid poll choices" + } } } diff --git a/src/config/locales/pl/translation.missing.json b/src/config/locales/pl/translation.missing.json index 7f0db146..905cd954 100644 --- a/src/config/locales/pl/translation.missing.json +++ b/src/config/locales/pl/translation.missing.json @@ -92,5 +92,10 @@ "follow_request_accept_error": "Failed to accept the request", "follow_reuqest_reject_error": "failed to reject the request", "start_all_streamings_error": "Failed to start streaming of {{domain}}" + }, + "validation": { + "new_toot": { + "poll_invalid": "Invalid poll choices" + } } }