From 12f20c67b1bc736c53a9e07579fe4e71ad755e95 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 15 Aug 2018 09:21:05 +0900 Subject: [PATCH] New translations ja.yml (English) --- locales/en.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/locales/en.yml b/locales/en.yml index 2a9798595..0f581f8ab 100644 --- a/locales/en.yml +++ b/locales/en.yml @@ -272,7 +272,7 @@ common/views/components/poll.vue: show-result: "Show results" voted: "Voted" common/views/components/poll-editor.vue: - no-only-one-choice: "At least two choices are required to make a poll." + no-only-one-choice: "At least two choices are required" choice-n: "Choice {}" remove: "Delete the choice" add: "+ Add a choice" @@ -293,9 +293,9 @@ common/views/components/signup.vue: available: "Available" unavailable: "Unavailable" error: "Network error" - invalid-format: "Only use letters, numbers and -." - too-short: "Please enter at least 1 character!" - too-long: "Please enter less than 20 characters." + invalid-format: "letters, numbers and _ are acceptable." + too-short: "Should not be blank!" + too-long: "Enter within 20 characters." password: "Password" password-placeholder: "More than 8 characters are recommended." weak-password: "Weak password"