From 0bb909026c0ad0e599b8e868edb4cc7c1451e6a3 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Thu, 29 Aug 2019 07:15:50 +0000 Subject: [PATCH] Update locales (#4221). git-svn-id: http://svn.redmine.org/redmine/trunk@18413 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- config/locales/ar.yml | 4 ++++ config/locales/az.yml | 4 ++++ config/locales/bg.yml | 4 ++++ config/locales/bs.yml | 4 ++++ config/locales/ca.yml | 4 ++++ config/locales/cs.yml | 4 ++++ config/locales/da.yml | 4 ++++ config/locales/de.yml | 4 ++++ config/locales/el.yml | 4 ++++ config/locales/en-GB.yml | 4 ++++ config/locales/es-PA.yml | 4 ++++ config/locales/es.yml | 4 ++++ config/locales/et.yml | 4 ++++ config/locales/eu.yml | 4 ++++ config/locales/fa.yml | 4 ++++ config/locales/fi.yml | 4 ++++ config/locales/fr.yml | 4 ++++ config/locales/gl.yml | 4 ++++ config/locales/he.yml | 4 ++++ config/locales/hr.yml | 4 ++++ config/locales/hu.yml | 4 ++++ config/locales/id.yml | 4 ++++ config/locales/it.yml | 4 ++++ config/locales/ja.yml | 4 ++++ config/locales/ko.yml | 4 ++++ config/locales/lt.yml | 4 ++++ config/locales/lv.yml | 4 ++++ config/locales/mk.yml | 4 ++++ config/locales/mn.yml | 4 ++++ config/locales/nl.yml | 4 ++++ config/locales/no.yml | 4 ++++ config/locales/pl.yml | 4 ++++ config/locales/pt-BR.yml | 4 ++++ config/locales/pt.yml | 4 ++++ config/locales/ro.yml | 4 ++++ config/locales/ru.yml | 4 ++++ config/locales/sk.yml | 4 ++++ config/locales/sl.yml | 4 ++++ config/locales/sq.yml | 4 ++++ config/locales/sr-YU.yml | 4 ++++ config/locales/sr.yml | 4 ++++ config/locales/sv.yml | 4 ++++ config/locales/th.yml | 4 ++++ config/locales/tr.yml | 4 ++++ config/locales/uk.yml | 4 ++++ config/locales/vi.yml | 4 ++++ config/locales/zh-TW.yml | 4 ++++ config/locales/zh.yml | 4 ++++ 48 files changed, 192 insertions(+) diff --git a/config/locales/ar.yml b/config/locales/ar.yml index b7ece82ad..7bd98fca0 100644 --- a/config/locales/ar.yml +++ b/config/locales/ar.yml @@ -131,6 +131,10 @@ ar: earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues" not_a_regexp: "is not a valid regular expression" open_issue_with_closed_parent: "An open issue cannot be attached to a closed parent task" + must_contain_uppercase: "must contain uppercase letters (A-Z)" + must_contain_lowercase: "must contain lowercase letters (a-z)" + must_contain_digits: "must contain digits (0-9)" + must_contain_special_chars: "must contain special characters (!, $, %, ...)" actionview_instancetag_blank_option: الرجاء التحديد diff --git a/config/locales/az.yml b/config/locales/az.yml index 2f68f4777..4394cfd3a 100644 --- a/config/locales/az.yml +++ b/config/locales/az.yml @@ -199,6 +199,10 @@ az: earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues" not_a_regexp: "is not a valid regular expression" open_issue_with_closed_parent: "An open issue cannot be attached to a closed parent task" + must_contain_uppercase: "must contain uppercase letters (A-Z)" + must_contain_lowercase: "must contain lowercase letters (a-z)" + must_contain_digits: "must contain digits (0-9)" + must_contain_special_chars: "must contain special characters (!, $, %, ...)" support: array: diff --git a/config/locales/bg.yml b/config/locales/bg.yml index 8b1d7b29d..c916ae960 100644 --- a/config/locales/bg.yml +++ b/config/locales/bg.yml @@ -133,6 +133,10 @@ bg: earlier_than_minimum_start_date: "не може да бъде по-рано от %{date} поради предхождащи задачи" not_a_regexp: "не е валиден регулярен израз" open_issue_with_closed_parent: "Отворена задача не може да бъде асоциирана към затворена родителска задача" + must_contain_uppercase: "must contain uppercase letters (A-Z)" + must_contain_lowercase: "must contain lowercase letters (a-z)" + must_contain_digits: "must contain digits (0-9)" + must_contain_special_chars: "must contain special characters (!, $, %, ...)" actionview_instancetag_blank_option: Изберете diff --git a/config/locales/bs.yml b/config/locales/bs.yml index 363562e3d..0c1399194 100644 --- a/config/locales/bs.yml +++ b/config/locales/bs.yml @@ -143,6 +143,10 @@ bs: earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues" not_a_regexp: "is not a valid regular expression" open_issue_with_closed_parent: "An open issue cannot be attached to a closed parent task" + must_contain_uppercase: "must contain uppercase letters (A-Z)" + must_contain_lowercase: "must contain lowercase letters (a-z)" + must_contain_digits: "must contain digits (0-9)" + must_contain_special_chars: "must contain special characters (!, $, %, ...)" actionview_instancetag_blank_option: Molimo odaberite diff --git a/config/locales/ca.yml b/config/locales/ca.yml index e37cdc438..736a8207f 100644 --- a/config/locales/ca.yml +++ b/config/locales/ca.yml @@ -136,6 +136,10 @@ ca: earlier_than_minimum_start_date: "no pot ser anterior a %{date} derivat a les peticions precedents" not_a_regexp: "is not a valid regular expression" open_issue_with_closed_parent: "An open issue cannot be attached to a closed parent task" + must_contain_uppercase: "must contain uppercase letters (A-Z)" + must_contain_lowercase: "must contain lowercase letters (a-z)" + must_contain_digits: "must contain digits (0-9)" + must_contain_special_chars: "must contain special characters (!, $, %, ...)" actionview_instancetag_blank_option: "Seleccionar" diff --git a/config/locales/cs.yml b/config/locales/cs.yml index f447c35b9..ce2f37574 100644 --- a/config/locales/cs.yml +++ b/config/locales/cs.yml @@ -137,6 +137,10 @@ cs: earlier_than_minimum_start_date: "nemůže být dříve než %{date} kvůli předřazeným úkolům" not_a_regexp: "není platný regulární výraz" open_issue_with_closed_parent: "Otevřený úkol nemůže být přiřazen pod uzavřený rodičovský úkol" + must_contain_uppercase: "must contain uppercase letters (A-Z)" + must_contain_lowercase: "must contain lowercase letters (a-z)" + must_contain_digits: "must contain digits (0-9)" + must_contain_special_chars: "must contain special characters (!, $, %, ...)" actionview_instancetag_blank_option: Prosím vyberte diff --git a/config/locales/da.yml b/config/locales/da.yml index 548d642e5..78b7e856d 100644 --- a/config/locales/da.yml +++ b/config/locales/da.yml @@ -144,6 +144,10 @@ da: earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues" not_a_regexp: "is not a valid regular expression" open_issue_with_closed_parent: "An open issue cannot be attached to a closed parent task" + must_contain_uppercase: "must contain uppercase letters (A-Z)" + must_contain_lowercase: "must contain lowercase letters (a-z)" + must_contain_digits: "must contain digits (0-9)" + must_contain_special_chars: "must contain special characters (!, $, %, ...)" template: header: diff --git a/config/locales/de.yml b/config/locales/de.yml index cab0e91bd..f2d8c43f3 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -148,6 +148,10 @@ de: earlier_than_minimum_start_date: "kann wegen eines Vorgängertickets nicht vor %{date} liegen" not_a_regexp: "ist kein gültiger regulärer Ausdruck" open_issue_with_closed_parent: "Ein offenes Ticket kann nicht an einen geschlossenen Vater gehängt werden" + must_contain_uppercase: "must contain uppercase letters (A-Z)" + must_contain_lowercase: "must contain lowercase letters (a-z)" + must_contain_digits: "must contain digits (0-9)" + must_contain_special_chars: "must contain special characters (!, $, %, ...)" actionview_instancetag_blank_option: Bitte auswählen diff --git a/config/locales/el.yml b/config/locales/el.yml index 29981353a..bbc38266c 100644 --- a/config/locales/el.yml +++ b/config/locales/el.yml @@ -133,6 +133,10 @@ el: earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues" not_a_regexp: "is not a valid regular expression" open_issue_with_closed_parent: "An open issue cannot be attached to a closed parent task" + must_contain_uppercase: "must contain uppercase letters (A-Z)" + must_contain_lowercase: "must contain lowercase letters (a-z)" + must_contain_digits: "must contain digits (0-9)" + must_contain_special_chars: "must contain special characters (!, $, %, ...)" actionview_instancetag_blank_option: Παρακαλώ επιλέξτε diff --git a/config/locales/en-GB.yml b/config/locales/en-GB.yml index 8205e3d1e..ab4dcbd01 100644 --- a/config/locales/en-GB.yml +++ b/config/locales/en-GB.yml @@ -136,6 +136,10 @@ en-GB: earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues" not_a_regexp: "is not a valid regular expression" open_issue_with_closed_parent: "An open issue cannot be attached to a closed parent task" + must_contain_uppercase: "must contain uppercase letters (A-Z)" + must_contain_lowercase: "must contain lowercase letters (a-z)" + must_contain_digits: "must contain digits (0-9)" + must_contain_special_chars: "must contain special characters (!, $, %, ...)" actionview_instancetag_blank_option: Please select diff --git a/config/locales/es-PA.yml b/config/locales/es-PA.yml index c4790f1c2..995413a88 100644 --- a/config/locales/es-PA.yml +++ b/config/locales/es-PA.yml @@ -142,6 +142,10 @@ es-PA: earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues" not_a_regexp: "is not a valid regular expression" open_issue_with_closed_parent: "An open issue cannot be attached to a closed parent task" + must_contain_uppercase: "must contain uppercase letters (A-Z)" + must_contain_lowercase: "must contain lowercase letters (a-z)" + must_contain_digits: "must contain digits (0-9)" + must_contain_special_chars: "must contain special characters (!, $, %, ...)" # Append your own errors here or at the model/attributes scope. diff --git a/config/locales/es.yml b/config/locales/es.yml index 8fb0fbb9e..e7ee89219 100644 --- a/config/locales/es.yml +++ b/config/locales/es.yml @@ -140,6 +140,10 @@ es: earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues" not_a_regexp: "is not a valid regular expression" open_issue_with_closed_parent: "An open issue cannot be attached to a closed parent task" + must_contain_uppercase: "must contain uppercase letters (A-Z)" + must_contain_lowercase: "must contain lowercase letters (a-z)" + must_contain_digits: "must contain digits (0-9)" + must_contain_special_chars: "must contain special characters (!, $, %, ...)" # Append your own errors here or at the model/attributes scope. diff --git a/config/locales/et.yml b/config/locales/et.yml index f030114cc..8dc51313f 100644 --- a/config/locales/et.yml +++ b/config/locales/et.yml @@ -149,6 +149,10 @@ et: earlier_than_minimum_start_date: "Tähtpäev ei saa olla varasem kui %{date} eelnevate teemade tähtpäevade tõttu" not_a_regexp: "is not a valid regular expression" open_issue_with_closed_parent: "An open issue cannot be attached to a closed parent task" + must_contain_uppercase: "must contain uppercase letters (A-Z)" + must_contain_lowercase: "must contain lowercase letters (a-z)" + must_contain_digits: "must contain digits (0-9)" + must_contain_special_chars: "must contain special characters (!, $, %, ...)" actionview_instancetag_blank_option: "Palun vali" diff --git a/config/locales/eu.yml b/config/locales/eu.yml index 6761421d2..41c9c732a 100644 --- a/config/locales/eu.yml +++ b/config/locales/eu.yml @@ -134,6 +134,10 @@ eu: earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues" not_a_regexp: "is not a valid regular expression" open_issue_with_closed_parent: "An open issue cannot be attached to a closed parent task" + must_contain_uppercase: "must contain uppercase letters (A-Z)" + must_contain_lowercase: "must contain lowercase letters (a-z)" + must_contain_digits: "must contain digits (0-9)" + must_contain_special_chars: "must contain special characters (!, $, %, ...)" actionview_instancetag_blank_option: Hautatu mesedez diff --git a/config/locales/fa.yml b/config/locales/fa.yml index c8ce0d004..f014b9d5c 100644 --- a/config/locales/fa.yml +++ b/config/locales/fa.yml @@ -136,6 +136,10 @@ fa: earlier_than_minimum_start_date: "به خاطر مسائل مقدم، نمی‌تواند قبل از %{date} باشد" not_a_regexp: "یک عبارت منظم معتبر نیست" open_issue_with_closed_parent: "یم مسأله باز نمی‌تواند به یک مسأله پدر بسته ضمیمه شود" + must_contain_uppercase: "must contain uppercase letters (A-Z)" + must_contain_lowercase: "must contain lowercase letters (a-z)" + must_contain_digits: "must contain digits (0-9)" + must_contain_special_chars: "must contain special characters (!, $, %, ...)" actionview_instancetag_blank_option: انتخاب کنید diff --git a/config/locales/fi.yml b/config/locales/fi.yml index 57d618744..fcecdfba2 100644 --- a/config/locales/fi.yml +++ b/config/locales/fi.yml @@ -157,6 +157,10 @@ fi: earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues" not_a_regexp: "is not a valid regular expression" open_issue_with_closed_parent: "An open issue cannot be attached to a closed parent task" + must_contain_uppercase: "must contain uppercase letters (A-Z)" + must_contain_lowercase: "must contain lowercase letters (a-z)" + must_contain_digits: "must contain digits (0-9)" + must_contain_special_chars: "must contain special characters (!, $, %, ...)" actionview_instancetag_blank_option: Valitse, ole hyvä diff --git a/config/locales/fr.yml b/config/locales/fr.yml index 0da486192..4fc8a3e31 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -152,6 +152,10 @@ fr: earlier_than_minimum_start_date: "ne peut pas être antérieure au %{date} à cause des demandes qui précèdent" not_a_regexp: "n'est pas une expression regulière valide" open_issue_with_closed_parent: "Une demande ouverte ne peut pas être rattachée à une demande fermée" + must_contain_uppercase: "must contain uppercase letters (A-Z)" + must_contain_lowercase: "must contain lowercase letters (a-z)" + must_contain_digits: "must contain digits (0-9)" + must_contain_special_chars: "must contain special characters (!, $, %, ...)" actionview_instancetag_blank_option: Choisir diff --git a/config/locales/gl.yml b/config/locales/gl.yml index 7f7d4171e..d0e42a719 100644 --- a/config/locales/gl.yml +++ b/config/locales/gl.yml @@ -161,6 +161,10 @@ gl: earlier_than_minimum_start_date: "Non pode ser antes de %{date} por mor de peticións anteriores" not_a_regexp: "is not a valid regular expression" open_issue_with_closed_parent: "An open issue cannot be attached to a closed parent task" + must_contain_uppercase: "must contain uppercase letters (A-Z)" + must_contain_lowercase: "must contain lowercase letters (a-z)" + must_contain_digits: "must contain digits (0-9)" + must_contain_special_chars: "must contain special characters (!, $, %, ...)" actionview_instancetag_blank_option: Por favor seleccione diff --git a/config/locales/he.yml b/config/locales/he.yml index eabaabe82..d8f3b4b04 100644 --- a/config/locales/he.yml +++ b/config/locales/he.yml @@ -137,6 +137,10 @@ he: earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues" not_a_regexp: "is not a valid regular expression" open_issue_with_closed_parent: "An open issue cannot be attached to a closed parent task" + must_contain_uppercase: "must contain uppercase letters (A-Z)" + must_contain_lowercase: "must contain lowercase letters (a-z)" + must_contain_digits: "must contain digits (0-9)" + must_contain_special_chars: "must contain special characters (!, $, %, ...)" actionview_instancetag_blank_option: בחר בבקשה diff --git a/config/locales/hr.yml b/config/locales/hr.yml index 8576c5ddb..e3d5ee58e 100644 --- a/config/locales/hr.yml +++ b/config/locales/hr.yml @@ -127,6 +127,10 @@ hr: earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues" not_a_regexp: "is not a valid regular expression" open_issue_with_closed_parent: "An open issue cannot be attached to a closed parent task" + must_contain_uppercase: "must contain uppercase letters (A-Z)" + must_contain_lowercase: "must contain lowercase letters (a-z)" + must_contain_digits: "must contain digits (0-9)" + must_contain_special_chars: "must contain special characters (!, $, %, ...)" actionview_instancetag_blank_option: Molimo odaberite diff --git a/config/locales/hu.yml b/config/locales/hu.yml index 175936b68..061715f81 100644 --- a/config/locales/hu.yml +++ b/config/locales/hu.yml @@ -153,6 +153,10 @@ earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues" not_a_regexp: "is not a valid regular expression" open_issue_with_closed_parent: "An open issue cannot be attached to a closed parent task" + must_contain_uppercase: "must contain uppercase letters (A-Z)" + must_contain_lowercase: "must contain lowercase letters (a-z)" + must_contain_digits: "must contain digits (0-9)" + must_contain_special_chars: "must contain special characters (!, $, %, ...)" actionview_instancetag_blank_option: Kérem válasszon diff --git a/config/locales/id.yml b/config/locales/id.yml index f72335ad0..579642b4e 100644 --- a/config/locales/id.yml +++ b/config/locales/id.yml @@ -132,6 +132,10 @@ id: earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues" not_a_regexp: "is not a valid regular expression" open_issue_with_closed_parent: "An open issue cannot be attached to a closed parent task" + must_contain_uppercase: "must contain uppercase letters (A-Z)" + must_contain_lowercase: "must contain lowercase letters (a-z)" + must_contain_digits: "must contain digits (0-9)" + must_contain_special_chars: "must contain special characters (!, $, %, ...)" actionview_instancetag_blank_option: Silakan pilih diff --git a/config/locales/it.yml b/config/locales/it.yml index 116a08afa..6487e2d45 100644 --- a/config/locales/it.yml +++ b/config/locales/it.yml @@ -137,6 +137,10 @@ it: earlier_than_minimum_start_date: "non può essere precedente a %{date} a causa di una precedente segnalazione" not_a_regexp: "is not a valid regular expression" open_issue_with_closed_parent: "An open issue cannot be attached to a closed parent task" + must_contain_uppercase: "must contain uppercase letters (A-Z)" + must_contain_lowercase: "must contain lowercase letters (a-z)" + must_contain_digits: "must contain digits (0-9)" + must_contain_special_chars: "must contain special characters (!, $, %, ...)" actionview_instancetag_blank_option: Scegli diff --git a/config/locales/ja.yml b/config/locales/ja.yml index ce4c851af..1348da0c6 100644 --- a/config/locales/ja.yml +++ b/config/locales/ja.yml @@ -153,6 +153,10 @@ ja: earlier_than_minimum_start_date: "を%{date}より前にすることはできません。先行するチケットがあります" not_a_regexp: "は正しい正規表現ではありません" open_issue_with_closed_parent: "完了したチケットに未完了の子チケットを追加することはできません" + must_contain_uppercase: "must contain uppercase letters (A-Z)" + must_contain_lowercase: "must contain lowercase letters (a-z)" + must_contain_digits: "must contain digits (0-9)" + must_contain_special_chars: "must contain special characters (!, $, %, ...)" actionview_instancetag_blank_option: 選んでください diff --git a/config/locales/ko.yml b/config/locales/ko.yml index 515c76179..40ee28975 100644 --- a/config/locales/ko.yml +++ b/config/locales/ko.yml @@ -179,6 +179,10 @@ ko: earlier_than_minimum_start_date: "시작날짜 %{date}보다 앞선 시간으로 설정할 수 없습니다." not_a_regexp: "is not a valid regular expression" open_issue_with_closed_parent: "An open issue cannot be attached to a closed parent task" + must_contain_uppercase: "must contain uppercase letters (A-Z)" + must_contain_lowercase: "must contain lowercase letters (a-z)" + must_contain_digits: "must contain digits (0-9)" + must_contain_special_chars: "must contain special characters (!, $, %, ...)" actionview_instancetag_blank_option: 선택하세요 diff --git a/config/locales/lt.yml b/config/locales/lt.yml index d811d8ba0..5898ac068 100644 --- a/config/locales/lt.yml +++ b/config/locales/lt.yml @@ -137,6 +137,10 @@ lt: earlier_than_minimum_start_date: "negali būti anksčiau už %{date} dėl ankstesnių darbų" not_a_regexp: "neteisingas reguliarusis reiškinys" open_issue_with_closed_parent: "Atviras darbas negali būti pridėtas prie uždarytos tėvinės užduoties" + must_contain_uppercase: "must contain uppercase letters (A-Z)" + must_contain_lowercase: "must contain lowercase letters (a-z)" + must_contain_digits: "must contain digits (0-9)" + must_contain_special_chars: "must contain special characters (!, $, %, ...)" actionview_instancetag_blank_option: Prašom parinkti diff --git a/config/locales/lv.yml b/config/locales/lv.yml index 640f42098..7f2624f87 100644 --- a/config/locales/lv.yml +++ b/config/locales/lv.yml @@ -126,6 +126,10 @@ lv: earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues" not_a_regexp: "is not a valid regular expression" open_issue_with_closed_parent: "An open issue cannot be attached to a closed parent task" + must_contain_uppercase: "must contain uppercase letters (A-Z)" + must_contain_lowercase: "must contain lowercase letters (a-z)" + must_contain_digits: "must contain digits (0-9)" + must_contain_special_chars: "must contain special characters (!, $, %, ...)" actionview_instancetag_blank_option: Izvēlieties diff --git a/config/locales/mk.yml b/config/locales/mk.yml index a5bbf0a71..51777a32e 100644 --- a/config/locales/mk.yml +++ b/config/locales/mk.yml @@ -133,6 +133,10 @@ mk: earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues" not_a_regexp: "is not a valid regular expression" open_issue_with_closed_parent: "An open issue cannot be attached to a closed parent task" + must_contain_uppercase: "must contain uppercase letters (A-Z)" + must_contain_lowercase: "must contain lowercase letters (a-z)" + must_contain_digits: "must contain digits (0-9)" + must_contain_special_chars: "must contain special characters (!, $, %, ...)" actionview_instancetag_blank_option: Изберете diff --git a/config/locales/mn.yml b/config/locales/mn.yml index 04081ef97..4ae596a57 100644 --- a/config/locales/mn.yml +++ b/config/locales/mn.yml @@ -132,6 +132,10 @@ mn: earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues" not_a_regexp: "is not a valid regular expression" open_issue_with_closed_parent: "An open issue cannot be attached to a closed parent task" + must_contain_uppercase: "must contain uppercase letters (A-Z)" + must_contain_lowercase: "must contain lowercase letters (a-z)" + must_contain_digits: "must contain digits (0-9)" + must_contain_special_chars: "must contain special characters (!, $, %, ...)" actionview_instancetag_blank_option: Сонгоно уу diff --git a/config/locales/nl.yml b/config/locales/nl.yml index 0a7faba8b..b6018a095 100644 --- a/config/locales/nl.yml +++ b/config/locales/nl.yml @@ -130,6 +130,10 @@ nl: earlier_than_minimum_start_date: "kan niet eerder zijn dan %{date} wegens voorafgaande issues" not_a_regexp: "is not a valid regular expression" open_issue_with_closed_parent: "An open issue cannot be attached to a closed parent task" + must_contain_uppercase: "must contain uppercase letters (A-Z)" + must_contain_lowercase: "must contain lowercase letters (a-z)" + must_contain_digits: "must contain digits (0-9)" + must_contain_special_chars: "must contain special characters (!, $, %, ...)" actionview_instancetag_blank_option: Selecteren diff --git a/config/locales/no.yml b/config/locales/no.yml index dae89df07..f6af8d94c 100644 --- a/config/locales/no.yml +++ b/config/locales/no.yml @@ -121,6 +121,10 @@ earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues" not_a_regexp: "is not a valid regular expression" open_issue_with_closed_parent: "An open issue cannot be attached to a closed parent task" + must_contain_uppercase: "must contain uppercase letters (A-Z)" + must_contain_lowercase: "must contain lowercase letters (a-z)" + must_contain_digits: "must contain digits (0-9)" + must_contain_special_chars: "must contain special characters (!, $, %, ...)" actionview_instancetag_blank_option: Vennligst velg diff --git a/config/locales/pl.yml b/config/locales/pl.yml index 29698a1d2..7329159a5 100644 --- a/config/locales/pl.yml +++ b/config/locales/pl.yml @@ -140,6 +140,10 @@ pl: earlier_than_minimum_start_date: "nie może być wcześniej niż %{date} z powodu poprzedających zagadnień" not_a_regexp: "is not a valid regular expression" open_issue_with_closed_parent: "An open issue cannot be attached to a closed parent task" + must_contain_uppercase: "must contain uppercase letters (A-Z)" + must_contain_lowercase: "must contain lowercase letters (a-z)" + must_contain_digits: "must contain digits (0-9)" + must_contain_special_chars: "must contain special characters (!, $, %, ...)" support: array: diff --git a/config/locales/pt-BR.yml b/config/locales/pt-BR.yml index 9c50a9cbb..9ad0ab28d 100644 --- a/config/locales/pt-BR.yml +++ b/config/locales/pt-BR.yml @@ -152,6 +152,10 @@ pt-BR: earlier_than_minimum_start_date: "não pode ser anterior a %{date} por causa de tarefas anteriores" not_a_regexp: "não é uma expressão regular válida" open_issue_with_closed_parent: "Uma tarefa aberta não pode ser associada à uma tarefa pai fechada" + must_contain_uppercase: "must contain uppercase letters (A-Z)" + must_contain_lowercase: "must contain lowercase letters (a-z)" + must_contain_digits: "must contain digits (0-9)" + must_contain_special_chars: "must contain special characters (!, $, %, ...)" actionview_instancetag_blank_option: Selecione diff --git a/config/locales/pt.yml b/config/locales/pt.yml index a8152d610..a47be50b9 100644 --- a/config/locales/pt.yml +++ b/config/locales/pt.yml @@ -141,6 +141,10 @@ pt: earlier_than_minimum_start_date: "não pode ser antes de %{date} devido a tarefas precedentes" not_a_regexp: "não é uma expressão regular válida" open_issue_with_closed_parent: "Uma tarefa aberta não pode ser relacionada com uma tarefa pai fechada" + must_contain_uppercase: "must contain uppercase letters (A-Z)" + must_contain_lowercase: "must contain lowercase letters (a-z)" + must_contain_digits: "must contain digits (0-9)" + must_contain_special_chars: "must contain special characters (!, $, %, ...)" actionview_instancetag_blank_option: Selecione diff --git a/config/locales/ro.yml b/config/locales/ro.yml index d56e37bd6..ebb8732be 100644 --- a/config/locales/ro.yml +++ b/config/locales/ro.yml @@ -127,6 +127,10 @@ ro: earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues" not_a_regexp: "is not a valid regular expression" open_issue_with_closed_parent: "An open issue cannot be attached to a closed parent task" + must_contain_uppercase: "must contain uppercase letters (A-Z)" + must_contain_lowercase: "must contain lowercase letters (a-z)" + must_contain_digits: "must contain digits (0-9)" + must_contain_special_chars: "must contain special characters (!, $, %, ...)" actionview_instancetag_blank_option: Selectați diff --git a/config/locales/ru.yml b/config/locales/ru.yml index d6658ef38..f6cb063b8 100644 --- a/config/locales/ru.yml +++ b/config/locales/ru.yml @@ -209,6 +209,10 @@ ru: earlier_than_minimum_start_date: "не может быть раньше %{date} из-за предыдущих задач" not_a_regexp: "не является допустимым регулярным выражением" open_issue_with_closed_parent: "Открытая задача не может быть добавлена к закрытой родительской задаче" + must_contain_uppercase: "must contain uppercase letters (A-Z)" + must_contain_lowercase: "must contain lowercase letters (a-z)" + must_contain_digits: "must contain digits (0-9)" + must_contain_special_chars: "must contain special characters (!, $, %, ...)" support: array: diff --git a/config/locales/sk.yml b/config/locales/sk.yml index 3358fb6b0..210e4feb4 100644 --- a/config/locales/sk.yml +++ b/config/locales/sk.yml @@ -131,6 +131,10 @@ sk: earlier_than_minimum_start_date: "nemôže byť skorší ako %{date} z dôvodu nadväznosti na predchádzajúce úlohy" not_a_regexp: "is not a valid regular expression" open_issue_with_closed_parent: "An open issue cannot be attached to a closed parent task" + must_contain_uppercase: "must contain uppercase letters (A-Z)" + must_contain_lowercase: "must contain lowercase letters (a-z)" + must_contain_digits: "must contain digits (0-9)" + must_contain_special_chars: "must contain special characters (!, $, %, ...)" actionview_instancetag_blank_option: Vyberte diff --git a/config/locales/sl.yml b/config/locales/sl.yml index 349a97dd9..54c7fd713 100644 --- a/config/locales/sl.yml +++ b/config/locales/sl.yml @@ -131,6 +131,10 @@ sl: earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues" not_a_regexp: "is not a valid regular expression" open_issue_with_closed_parent: "An open issue cannot be attached to a closed parent task" + must_contain_uppercase: "must contain uppercase letters (A-Z)" + must_contain_lowercase: "must contain lowercase letters (a-z)" + must_contain_digits: "must contain digits (0-9)" + must_contain_special_chars: "must contain special characters (!, $, %, ...)" actionview_instancetag_blank_option: Prosimo izberite diff --git a/config/locales/sq.yml b/config/locales/sq.yml index 340f5781a..18d44f191 100644 --- a/config/locales/sq.yml +++ b/config/locales/sq.yml @@ -132,6 +132,10 @@ sq: earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues" not_a_regexp: "is not a valid regular expression" open_issue_with_closed_parent: "An open issue cannot be attached to a closed parent task" + must_contain_uppercase: "must contain uppercase letters (A-Z)" + must_contain_lowercase: "must contain lowercase letters (a-z)" + must_contain_digits: "must contain digits (0-9)" + must_contain_special_chars: "must contain special characters (!, $, %, ...)" actionview_instancetag_blank_option: Zgjidhni diff --git a/config/locales/sr-YU.yml b/config/locales/sr-YU.yml index 070e10078..dfc1442de 100644 --- a/config/locales/sr-YU.yml +++ b/config/locales/sr-YU.yml @@ -135,6 +135,10 @@ sr-YU: earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues" not_a_regexp: "is not a valid regular expression" open_issue_with_closed_parent: "An open issue cannot be attached to a closed parent task" + must_contain_uppercase: "must contain uppercase letters (A-Z)" + must_contain_lowercase: "must contain lowercase letters (a-z)" + must_contain_digits: "must contain digits (0-9)" + must_contain_special_chars: "must contain special characters (!, $, %, ...)" actionview_instancetag_blank_option: Molim odaberite diff --git a/config/locales/sr.yml b/config/locales/sr.yml index f51a20941..f156f94b8 100644 --- a/config/locales/sr.yml +++ b/config/locales/sr.yml @@ -133,6 +133,10 @@ sr: earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues" not_a_regexp: "is not a valid regular expression" open_issue_with_closed_parent: "An open issue cannot be attached to a closed parent task" + must_contain_uppercase: "must contain uppercase letters (A-Z)" + must_contain_lowercase: "must contain lowercase letters (a-z)" + must_contain_digits: "must contain digits (0-9)" + must_contain_special_chars: "must contain special characters (!, $, %, ...)" actionview_instancetag_blank_option: Молим одаберите diff --git a/config/locales/sv.yml b/config/locales/sv.yml index d6b89d525..26f62cf91 100644 --- a/config/locales/sv.yml +++ b/config/locales/sv.yml @@ -137,6 +137,10 @@ sv: earlier_than_minimum_start_date: "kan inte vara tidigare än %{date} på grund av föregående ärenden" not_a_regexp: "is not a valid regular expression" open_issue_with_closed_parent: "An open issue cannot be attached to a closed parent task" + must_contain_uppercase: "must contain uppercase letters (A-Z)" + must_contain_lowercase: "must contain lowercase letters (a-z)" + must_contain_digits: "must contain digits (0-9)" + must_contain_special_chars: "must contain special characters (!, $, %, ...)" direction: ltr date: diff --git a/config/locales/th.yml b/config/locales/th.yml index 2d164ccd6..51792c418 100644 --- a/config/locales/th.yml +++ b/config/locales/th.yml @@ -130,6 +130,10 @@ th: earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues" not_a_regexp: "is not a valid regular expression" open_issue_with_closed_parent: "An open issue cannot be attached to a closed parent task" + must_contain_uppercase: "must contain uppercase letters (A-Z)" + must_contain_lowercase: "must contain lowercase letters (a-z)" + must_contain_digits: "must contain digits (0-9)" + must_contain_special_chars: "must contain special characters (!, $, %, ...)" actionview_instancetag_blank_option: กรุณาเลือก diff --git a/config/locales/tr.yml b/config/locales/tr.yml index 34215bdc1..8ab244670 100644 --- a/config/locales/tr.yml +++ b/config/locales/tr.yml @@ -146,6 +146,10 @@ tr: earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues" not_a_regexp: "is not a valid regular expression" open_issue_with_closed_parent: "An open issue cannot be attached to a closed parent task" + must_contain_uppercase: "must contain uppercase letters (A-Z)" + must_contain_lowercase: "must contain lowercase letters (a-z)" + must_contain_digits: "must contain digits (0-9)" + must_contain_special_chars: "must contain special characters (!, $, %, ...)" models: actionview_instancetag_blank_option: Lütfen Seçin diff --git a/config/locales/uk.yml b/config/locales/uk.yml index 454f1c24d..10b4d0ade 100644 --- a/config/locales/uk.yml +++ b/config/locales/uk.yml @@ -146,6 +146,10 @@ uk: earlier_than_minimum_start_date: "не може бути раніше ніж %{date} через попередні задачі" not_a_regexp: "недопустимий регулярний вираз" open_issue_with_closed_parent: "Відкрите завдання не може бути приєднано до закритого батьківського завдання" + must_contain_uppercase: "must contain uppercase letters (A-Z)" + must_contain_lowercase: "must contain lowercase letters (a-z)" + must_contain_digits: "must contain digits (0-9)" + must_contain_special_chars: "must contain special characters (!, $, %, ...)" actionview_instancetag_blank_option: Оберіть diff --git a/config/locales/vi.yml b/config/locales/vi.yml index 870aee9b5..5c5a63882 100644 --- a/config/locales/vi.yml +++ b/config/locales/vi.yml @@ -147,6 +147,10 @@ vi: earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues" not_a_regexp: "is not a valid regular expression" open_issue_with_closed_parent: "An open issue cannot be attached to a closed parent task" + must_contain_uppercase: "must contain uppercase letters (A-Z)" + must_contain_lowercase: "must contain lowercase letters (a-z)" + must_contain_digits: "must contain digits (0-9)" + must_contain_special_chars: "must contain special characters (!, $, %, ...)" direction: ltr date: diff --git a/config/locales/zh-TW.yml b/config/locales/zh-TW.yml index 041410ca0..ccd9053d4 100644 --- a/config/locales/zh-TW.yml +++ b/config/locales/zh-TW.yml @@ -189,6 +189,10 @@ earlier_than_minimum_start_date: "不能早於 %{date} 因為有前置議題" not_a_regexp: "is not a valid regular expression" open_issue_with_closed_parent: "An open issue cannot be attached to a closed parent task" + must_contain_uppercase: "must contain uppercase letters (A-Z)" + must_contain_lowercase: "must contain lowercase letters (a-z)" + must_contain_digits: "must contain digits (0-9)" + must_contain_special_chars: "must contain special characters (!, $, %, ...)" # You can define own errors for models or model attributes. # The values :model, :attribute and :value are always available for interpolation. diff --git a/config/locales/zh.yml b/config/locales/zh.yml index f0dcd1863..95ae5d5a0 100644 --- a/config/locales/zh.yml +++ b/config/locales/zh.yml @@ -136,6 +136,10 @@ zh: earlier_than_minimum_start_date: "不能早于 %{date} 由于有前置问题" not_a_regexp: "不是一个合法的正则表达式" open_issue_with_closed_parent: "无法将一个打开的问题关联至一个被关闭的父任务" + must_contain_uppercase: "must contain uppercase letters (A-Z)" + must_contain_lowercase: "must contain lowercase letters (a-z)" + must_contain_digits: "must contain digits (0-9)" + must_contain_special_chars: "must contain special characters (!, $, %, ...)" actionview_instancetag_blank_option: 请选择 -- 2.39.5