From c58d649493da2531a06d52b9c590e44f6ea6c834 Mon Sep 17 00:00:00 2001 From: Tykayn Date: Fri, 4 Feb 2022 17:45:04 +0100 Subject: [PATCH] =?UTF-8?q?add=20Esp=C3=A9ranto=20words?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/i18n/EN.json | 4 ++-- src/assets/i18n/eo.json | 29 +++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 2 deletions(-) diff --git a/src/assets/i18n/EN.json b/src/assets/i18n/EN.json index c6b15d51..04d0d31e 100644 --- a/src/assets/i18n/EN.json +++ b/src/assets/i18n/EN.json @@ -131,8 +131,8 @@ "custom_label": "Input your poll custom link", "custom_desc": "Changing the link of your survey makes it more easily accessible to everyone. It is recommended that you password protect it.", "password_title": "Protect with password", - "password_label": "Password.", - "password_label_repeat": "Please confirm the password.", + "password_label": "Password", + "password_label_repeat": "Please confirm the password", "password_validation_ok": "Your passwords are identical", "password_display_without": "Results are visible without password", "allowances_title": "Permissions", diff --git a/src/assets/i18n/eo.json b/src/assets/i18n/eo.json index fbe002fb..d988f043 100644 --- a/src/assets/i18n/eo.json +++ b/src/assets/i18n/eo.json @@ -7,5 +7,34 @@ "search_label": "Via retpoŝto", "create_button": "Krei novan baloton", "search_button": "Serĉo" + }, + "creation": { + "init": "Kreo", + "title": "Komenci kun", + "want": "Mi volas krei enketon", + "dialog": "Lasu enketon?", + "dialog_content": "Ĉu vi vere volas forlasi la enketan kreon? Ĉiuj datumoj estos perditaj.", + "advanced": "Altnivelaj opcioj", + "kind": { + "classic": "Classic poll", + "date": "Date poll" + }, + "choose_title": "Provizu nomon por via enketo", + "choose_title_label": "Name of your poll (required)", + "choose_title_placeholder": "titolo", + "choices_hint": "Uzu la sagon butonojn ⬆️ kaj ⬇️ por ŝanĝi de elekto al alia", + "name": "Mi ankaŭ povas specifi mian nomon se mi volas", + "name_placeholder": "Mia nomo", + "email": "Mia retpoŝto", + "email_placeholder": "my-email@example.com", + "description": "Priskribo (nedeviga)", + "description_placeholder": "priskribo", + "description_constraint": "Maksimuma signoj" + }, + "popup": { + "cancel": { + "title": "Vi nuligos vian balotan kreon", + "main": "Ĉu vi vere volas forlasi la enketan kreon?" + } } }