mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-19 15:01:14 +00:00
Update locales (#4221).
git-svn-id: http://svn.redmine.org/redmine/trunk@18413 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
19e9c7553e
commit
0bb909026c
@ -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: الرجاء التحديد
|
||||
|
||||
|
||||
@ -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:
|
||||
|
||||
@ -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: Изберете
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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"
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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:
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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: Παρακαλώ επιλέξτε
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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.
|
||||
|
||||
|
||||
@ -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.
|
||||
|
||||
|
||||
@ -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"
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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: انتخاب کنید
|
||||
|
||||
|
||||
@ -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ä
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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: בחר בבקשה
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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: 選んでください
|
||||
|
||||
|
||||
@ -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: 선택하세요
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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: Изберете
|
||||
|
||||
|
||||
@ -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: Сонгоно уу
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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:
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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:
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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: Молим одаберите
|
||||
|
||||
|
||||
@ -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:
|
||||
|
||||
@ -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: กรุณาเลือก
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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: Оберіть
|
||||
|
||||
|
||||
@ -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:
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -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: 请选择
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user