summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2016-12-13 19:22:51 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2016-12-13 19:22:51 +0000
commitaaba48900a859cecaf564b16524ff625695804ea (patch)
tree57b52fe88a2c21daacbc2ecc6f0be940d7309563
parent8351bb4a12e8ecb72678ae10d4c7cfba480c8fd8 (diff)
downloadredmine-aaba48900a859cecaf564b16524ff625695804ea.tar.gz
redmine-aaba48900a859cecaf564b16524ff625695804ea.zip
Adds :not_a_regexp i18n string (#5864).
git-svn-id: http://svn.redmine.org/redmine/trunk@16067 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--config/locales/ar.yml1
-rw-r--r--config/locales/az.yml1
-rw-r--r--config/locales/bg.yml1
-rw-r--r--config/locales/bs.yml1
-rw-r--r--config/locales/ca.yml1
-rw-r--r--config/locales/cs.yml1
-rw-r--r--config/locales/da.yml1
-rw-r--r--config/locales/de.yml1
-rw-r--r--config/locales/el.yml1
-rw-r--r--config/locales/en-GB.yml1
-rw-r--r--config/locales/es-PA.yml1
-rw-r--r--config/locales/es.yml1
-rw-r--r--config/locales/et.yml1
-rw-r--r--config/locales/eu.yml1
-rw-r--r--config/locales/fa.yml1
-rw-r--r--config/locales/fi.yml1
-rw-r--r--config/locales/gl.yml1
-rw-r--r--config/locales/he.yml1
-rw-r--r--config/locales/hr.yml1
-rw-r--r--config/locales/hu.yml1
-rw-r--r--config/locales/id.yml1
-rw-r--r--config/locales/it.yml1
-rw-r--r--config/locales/ja.yml1
-rw-r--r--config/locales/ko.yml1
-rw-r--r--config/locales/lt.yml1
-rw-r--r--config/locales/lv.yml1
-rw-r--r--config/locales/mk.yml1
-rw-r--r--config/locales/mn.yml1
-rw-r--r--config/locales/nl.yml1
-rw-r--r--config/locales/no.yml1
-rw-r--r--config/locales/pl.yml1
-rw-r--r--config/locales/pt-BR.yml1
-rw-r--r--config/locales/pt.yml1
-rw-r--r--config/locales/ro.yml1
-rw-r--r--config/locales/ru.yml1
-rw-r--r--config/locales/sk.yml1
-rw-r--r--config/locales/sl.yml1
-rw-r--r--config/locales/sq.yml1
-rw-r--r--config/locales/sr-YU.yml1
-rw-r--r--config/locales/sr.yml1
-rw-r--r--config/locales/sv.yml3
-rw-r--r--config/locales/th.yml1
-rw-r--r--config/locales/tr.yml1
-rw-r--r--config/locales/uk.yml1
-rw-r--r--config/locales/vi.yml1
-rw-r--r--config/locales/zh-TW.yml1
-rw-r--r--config/locales/zh.yml1
47 files changed, 48 insertions, 1 deletions
diff --git a/config/locales/ar.yml b/config/locales/ar.yml
index bcd02ae5a..bf6dc9830 100644
--- a/config/locales/ar.yml
+++ b/config/locales/ar.yml
@@ -129,6 +129,7 @@ ar:
circular_dependency: "هذه العلاقة سوف تخلق علاقة تبعية دائرية"
cant_link_an_issue_with_a_descendant: "لا يمكن ان تكون المشكلة مرتبطة بواحدة من المهام الفرعية"
earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
+ not_a_regexp: "is not a valid regular expression"
actionview_instancetag_blank_option: الرجاء التحديد
diff --git a/config/locales/az.yml b/config/locales/az.yml
index caa3a4147..dde95e079 100644
--- a/config/locales/az.yml
+++ b/config/locales/az.yml
@@ -197,6 +197,7 @@ az:
circular_dependency: "Belə əlaqə dövri asılılığa gətirib çıxaracaq"
cant_link_an_issue_with_a_descendant: "Tapşırıq özünün alt tapşırığı ilə əlaqəli ola bilməz"
earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
+ not_a_regexp: "is not a valid regular expression"
support:
array:
diff --git a/config/locales/bg.yml b/config/locales/bg.yml
index e0e7d63b7..a2f2765dd 100644
--- a/config/locales/bg.yml
+++ b/config/locales/bg.yml
@@ -131,6 +131,7 @@ bg:
circular_dependency: "Тази релация ще доведе до безкрайна зависимост"
cant_link_an_issue_with_a_descendant: "Една задача не може да бъде свързвана към своя подзадача"
earlier_than_minimum_start_date: "не може да бъде по-рано от %{date} поради предхождащи задачи"
+ not_a_regexp: "is not a valid regular expression"
actionview_instancetag_blank_option: Изберете
diff --git a/config/locales/bs.yml b/config/locales/bs.yml
index 8696e2ac4..378d9ef09 100644
--- a/config/locales/bs.yml
+++ b/config/locales/bs.yml
@@ -141,6 +141,7 @@ bs:
circular_dependency: "Ova relacija stvar cirkularnu zavisnost"
cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks"
earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
+ not_a_regexp: "is not a valid regular expression"
actionview_instancetag_blank_option: Molimo odaberite
diff --git a/config/locales/ca.yml b/config/locales/ca.yml
index a2b5512f5..9106be6fc 100644
--- a/config/locales/ca.yml
+++ b/config/locales/ca.yml
@@ -134,6 +134,7 @@ ca:
circular_dependency: "Aquesta relació crearia una dependència circular"
cant_link_an_issue_with_a_descendant: "Un assumpte no es pot enllaçar a una de les seves subtasques"
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"
actionview_instancetag_blank_option: "Seleccionar"
diff --git a/config/locales/cs.yml b/config/locales/cs.yml
index a39db22c3..e90a4a661 100644
--- a/config/locales/cs.yml
+++ b/config/locales/cs.yml
@@ -135,6 +135,7 @@ cs:
circular_dependency: "Tento vztah by vytvořil cyklickou závislost"
cant_link_an_issue_with_a_descendant: "Úkol nemůže být spojen s jedním z jeho dílčích úkolů"
earlier_than_minimum_start_date: "nemůže být dříve než %{date} kvůli předřazeným úkolům"
+ not_a_regexp: "is not a valid regular expression"
actionview_instancetag_blank_option: Prosím vyberte
diff --git a/config/locales/da.yml b/config/locales/da.yml
index 94fce54eb..2d25c75c2 100644
--- a/config/locales/da.yml
+++ b/config/locales/da.yml
@@ -142,6 +142,7 @@ da:
circular_dependency: "Denne relation vil skabe et afhængighedsforhold"
cant_link_an_issue_with_a_descendant: "En sag kan ikke relateres til en af dens underopgaver"
earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
+ not_a_regexp: "is not a valid regular expression"
template:
header:
diff --git a/config/locales/de.yml b/config/locales/de.yml
index fd8ec19af..fbb6f9f13 100644
--- a/config/locales/de.yml
+++ b/config/locales/de.yml
@@ -146,6 +146,7 @@ de:
circular_dependency: "Diese Beziehung würde eine zyklische Abhängigkeit erzeugen"
cant_link_an_issue_with_a_descendant: "Ein Ticket kann nicht mit einer Ihrer Unteraufgaben verlinkt werden"
earlier_than_minimum_start_date: "kann wegen eines Vorgängertickets nicht vor %{date} liegen"
+ not_a_regexp: "is not a valid regular expression"
actionview_instancetag_blank_option: Bitte auswählen
diff --git a/config/locales/el.yml b/config/locales/el.yml
index 2d218988b..222f5b6d5 100644
--- a/config/locales/el.yml
+++ b/config/locales/el.yml
@@ -131,6 +131,7 @@ el:
circular_dependency: "Αυτή η σχέση θα δημιουργήσει κυκλικές εξαρτήσεις"
cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks"
earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
+ not_a_regexp: "is not a valid regular expression"
actionview_instancetag_blank_option: Παρακαλώ επιλέξτε
diff --git a/config/locales/en-GB.yml b/config/locales/en-GB.yml
index 1b28b1cfe..01e8a4776 100644
--- a/config/locales/en-GB.yml
+++ b/config/locales/en-GB.yml
@@ -134,6 +134,7 @@ en-GB:
circular_dependency: "This relation would create a circular dependency"
cant_link_an_issue_with_a_descendant: "An issue cannot be linked to one of its subtasks"
earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
+ not_a_regexp: "is not a valid regular expression"
actionview_instancetag_blank_option: Please select
diff --git a/config/locales/es-PA.yml b/config/locales/es-PA.yml
index d7abc64d7..5dd189c84 100644
--- a/config/locales/es-PA.yml
+++ b/config/locales/es-PA.yml
@@ -140,6 +140,7 @@ es-PA:
circular_dependency: "Esta relación podría crear una dependencia circular"
cant_link_an_issue_with_a_descendant: "Esta incidencia no puede ser ligada a una de estas tareas"
earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
+ not_a_regexp: "is not a valid regular expression"
# Append your own errors here or at the model/attributes scope.
diff --git a/config/locales/es.yml b/config/locales/es.yml
index a73986df8..321fda9ab 100644
--- a/config/locales/es.yml
+++ b/config/locales/es.yml
@@ -138,6 +138,7 @@ es:
circular_dependency: "Esta relación podría crear una dependencia circular"
cant_link_an_issue_with_a_descendant: "Esta petición no puede ser ligada a una de estas tareas"
earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
+ not_a_regexp: "is not a valid regular expression"
# Append your own errors here or at the model/attributes scope.
diff --git a/config/locales/et.yml b/config/locales/et.yml
index 1bacec165..5d8201aef 100644
--- a/config/locales/et.yml
+++ b/config/locales/et.yml
@@ -147,6 +147,7 @@ et:
circular_dependency: "See suhe looks vastastikuse sõltuvuse"
cant_link_an_issue_with_a_descendant: "Teemat ei saa sidustada tema enda alamteemaga"
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"
actionview_instancetag_blank_option: "Palun vali"
diff --git a/config/locales/eu.yml b/config/locales/eu.yml
index c93e6882b..03bcc9af0 100644
--- a/config/locales/eu.yml
+++ b/config/locales/eu.yml
@@ -132,6 +132,7 @@ eu:
circular_dependency: "Erlazio honek mendekotasun zirkular bat sortuko luke"
cant_link_an_issue_with_a_descendant: "Zeregin bat ezin da bere azpiataza batekin estekatu."
earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
+ not_a_regexp: "is not a valid regular expression"
actionview_instancetag_blank_option: Hautatu mesedez
diff --git a/config/locales/fa.yml b/config/locales/fa.yml
index faa3e2fad..d2573f74a 100644
--- a/config/locales/fa.yml
+++ b/config/locales/fa.yml
@@ -130,6 +130,7 @@ fa:
circular_dependency: "این وابستگی یک وابستگی دایره وار خواهد ساخت"
cant_link_an_issue_with_a_descendant: "یک مورد نمی‌تواند به یکی از زیر کارهایش پیوند بخورد"
earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
+ not_a_regexp: "is not a valid regular expression"
actionview_instancetag_blank_option: گزینش کنید
diff --git a/config/locales/fi.yml b/config/locales/fi.yml
index a5ff63610..4c84f8ee0 100644
--- a/config/locales/fi.yml
+++ b/config/locales/fi.yml
@@ -155,6 +155,7 @@ fi:
circular_dependency: "Tämä suhde loisi kehän."
cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks"
earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
+ not_a_regexp: "is not a valid regular expression"
actionview_instancetag_blank_option: Valitse, ole hyvä
diff --git a/config/locales/gl.yml b/config/locales/gl.yml
index 9f4798a9b..65d02aef5 100644
--- a/config/locales/gl.yml
+++ b/config/locales/gl.yml
@@ -159,6 +159,7 @@ gl:
circular_dependency: "Esta relación podería crear unha dependencia circular"
cant_link_an_issue_with_a_descendant: "As peticións non poden estar ligadas coas súas subtarefas"
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"
actionview_instancetag_blank_option: Por favor seleccione
diff --git a/config/locales/he.yml b/config/locales/he.yml
index 0dd2bb6ab..c2c2a8ce5 100644
--- a/config/locales/he.yml
+++ b/config/locales/he.yml
@@ -135,6 +135,7 @@ he:
circular_dependency: "קשר זה יצור תלות מעגלית"
cant_link_an_issue_with_a_descendant: "לא ניתן לקשר נושא לתת־משימה שלו"
earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
+ not_a_regexp: "is not a valid regular expression"
actionview_instancetag_blank_option: בחר בבקשה
diff --git a/config/locales/hr.yml b/config/locales/hr.yml
index 4cec54372..5a5bc5e1a 100644
--- a/config/locales/hr.yml
+++ b/config/locales/hr.yml
@@ -125,6 +125,7 @@ hr:
circular_dependency: "Ovaj relacija stvara kružnu ovisnost"
cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks"
earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
+ not_a_regexp: "is not a valid regular expression"
actionview_instancetag_blank_option: Molimo odaberite
diff --git a/config/locales/hu.yml b/config/locales/hu.yml
index 50634be2e..eb6c22321 100644
--- a/config/locales/hu.yml
+++ b/config/locales/hu.yml
@@ -151,6 +151,7 @@
circular_dependency: "Ez a kapcsolat egy körkörös függőséget eredményez"
cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks"
earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
+ not_a_regexp: "is not a valid regular expression"
actionview_instancetag_blank_option: Kérem válasszon
diff --git a/config/locales/id.yml b/config/locales/id.yml
index 1f0699347..545b5bb1c 100644
--- a/config/locales/id.yml
+++ b/config/locales/id.yml
@@ -130,6 +130,7 @@ id:
circular_dependency: "kaitan ini akan menghasilkan circular dependency"
cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks"
earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
+ not_a_regexp: "is not a valid regular expression"
actionview_instancetag_blank_option: Silakan pilih
diff --git a/config/locales/it.yml b/config/locales/it.yml
index 8b5376919..a72d79e17 100644
--- a/config/locales/it.yml
+++ b/config/locales/it.yml
@@ -135,6 +135,7 @@ it:
circular_dependency: "Questa relazione creerebbe una dipendenza circolare"
cant_link_an_issue_with_a_descendant: "Una segnalazione non può essere collegata a una delle sue discendenti"
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"
actionview_instancetag_blank_option: Scegli
diff --git a/config/locales/ja.yml b/config/locales/ja.yml
index dd58d0099..fa7a2da44 100644
--- a/config/locales/ja.yml
+++ b/config/locales/ja.yml
@@ -151,6 +151,7 @@ ja:
circular_dependency: "この関係では、循環依存になります"
cant_link_an_issue_with_a_descendant: "親子関係にあるチケット間での関連の設定はできません"
earlier_than_minimum_start_date: "を%{date}より前にすることはできません。先行するチケットがあります"
+ not_a_regexp: "is not a valid regular expression"
actionview_instancetag_blank_option: 選んでください
diff --git a/config/locales/ko.yml b/config/locales/ko.yml
index 6e1d3bac5..71e0c60f1 100644
--- a/config/locales/ko.yml
+++ b/config/locales/ko.yml
@@ -177,6 +177,7 @@ ko:
circular_dependency: "이 관계는 순환 의존관계를 만들 수 있습니다"
cant_link_an_issue_with_a_descendant: "일감은 하위 일감과 연결할 수 없습니다."
earlier_than_minimum_start_date: "시작날짜 %{date}보다 앞선 시간으로 설정할 수 없습니다."
+ not_a_regexp: "is not a valid regular expression"
actionview_instancetag_blank_option: 선택하세요
diff --git a/config/locales/lt.yml b/config/locales/lt.yml
index a439543d5..14462b08a 100644
--- a/config/locales/lt.yml
+++ b/config/locales/lt.yml
@@ -134,6 +134,7 @@ lt:
circular_dependency: "Šis ryšys sukurtų ciklinę priklausomybę"
cant_link_an_issue_with_a_descendant: "Darbas negali būti susietas su viena iš savo darbo dalių"
earlier_than_minimum_start_date: "negali būti anksčiau už %{date} dėl ankstesnių darbų"
+ not_a_regexp: "is not a valid regular expression"
actionview_instancetag_blank_option: Prašom parinkti
diff --git a/config/locales/lv.yml b/config/locales/lv.yml
index b2f8bc6f2..a7ae24455 100644
--- a/config/locales/lv.yml
+++ b/config/locales/lv.yml
@@ -124,6 +124,7 @@ lv:
circular_dependency: "Šī relācija radītu ciklisku atkarību"
cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks"
earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
+ not_a_regexp: "is not a valid regular expression"
actionview_instancetag_blank_option: Izvēlieties
diff --git a/config/locales/mk.yml b/config/locales/mk.yml
index ce4db24de..c899faf17 100644
--- a/config/locales/mk.yml
+++ b/config/locales/mk.yml
@@ -131,6 +131,7 @@ mk:
circular_dependency: "Оваа врска ќе креира кружна зависност"
cant_link_an_issue_with_a_descendant: "Задача неможе да се поврзе со една од нејзините подзадачи"
earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
+ not_a_regexp: "is not a valid regular expression"
actionview_instancetag_blank_option: Изберете
diff --git a/config/locales/mn.yml b/config/locales/mn.yml
index 7f64bb532..4e9268f6c 100644
--- a/config/locales/mn.yml
+++ b/config/locales/mn.yml
@@ -130,6 +130,7 @@ mn:
circular_dependency: "Энэ харьцаа нь гинжин(рекурсив) харьцаа үүсгэх юм байна"
cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks"
earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
+ not_a_regexp: "is not a valid regular expression"
actionview_instancetag_blank_option: Сонгоно уу
diff --git a/config/locales/nl.yml b/config/locales/nl.yml
index 9ddd3cfe0..93420fff7 100644
--- a/config/locales/nl.yml
+++ b/config/locales/nl.yml
@@ -128,6 +128,7 @@ nl:
circular_dependency: "Deze relatie zou een circulaire afhankelijkheid tot gevolg hebben"
cant_link_an_issue_with_a_descendant: "Een issue kan niet gelinked worden met een subtask"
earlier_than_minimum_start_date: "kan niet eerder zijn dan %{date} wegens voorafgaande issues"
+ not_a_regexp: "is not a valid regular expression"
actionview_instancetag_blank_option: Selecteren
diff --git a/config/locales/no.yml b/config/locales/no.yml
index efaf301b9..b0cb1c517 100644
--- a/config/locales/no.yml
+++ b/config/locales/no.yml
@@ -119,6 +119,7 @@
circular_dependency: "Denne relasjonen ville lagd en sirkulær avhengighet"
cant_link_an_issue_with_a_descendant: "En sak kan ikke kobles mot en av sine undersaker"
earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
+ not_a_regexp: "is not a valid regular expression"
actionview_instancetag_blank_option: Vennligst velg
diff --git a/config/locales/pl.yml b/config/locales/pl.yml
index 053835154..1b18bd294 100644
--- a/config/locales/pl.yml
+++ b/config/locales/pl.yml
@@ -138,6 +138,7 @@ pl:
circular_dependency: "Ta relacja może wytworzyć zapętloną zależność"
cant_link_an_issue_with_a_descendant: "Zagadnienie nie może zostać powiązane z jednym z własnych podzagadnień"
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"
support:
array:
diff --git a/config/locales/pt-BR.yml b/config/locales/pt-BR.yml
index 1b91fbfdf..7e368c5af 100644
--- a/config/locales/pt-BR.yml
+++ b/config/locales/pt-BR.yml
@@ -150,6 +150,7 @@ pt-BR:
circular_dependency: "Esta relação geraria uma dependência circular"
cant_link_an_issue_with_a_descendant: "Uma tarefa não pode ser relaciona a uma de suas subtarefas"
earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
+ not_a_regexp: "is not a valid regular expression"
actionview_instancetag_blank_option: Selecione
diff --git a/config/locales/pt.yml b/config/locales/pt.yml
index ef3e4d59b..afcc65cda 100644
--- a/config/locales/pt.yml
+++ b/config/locales/pt.yml
@@ -139,6 +139,7 @@ pt:
circular_dependency: "Esta relação iria criar uma dependência circular"
cant_link_an_issue_with_a_descendant: "Não é possível ligar uma tarefa a uma sub-tarefa que lhe é pertencente"
earlier_than_minimum_start_date: "não pode ser antes de %{date} devido a tarefas precedentes"
+ not_a_regexp: "is not a valid regular expression"
actionview_instancetag_blank_option: Selecione
diff --git a/config/locales/ro.yml b/config/locales/ro.yml
index 6c9a589ff..fe6f37a77 100644
--- a/config/locales/ro.yml
+++ b/config/locales/ro.yml
@@ -125,6 +125,7 @@ ro:
circular_dependency: "Această relație ar crea o dependență circulară"
cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks"
earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
+ not_a_regexp: "is not a valid regular expression"
actionview_instancetag_blank_option: Selectați
diff --git a/config/locales/ru.yml b/config/locales/ru.yml
index 8bbc4f624..08b8e5b0a 100644
--- a/config/locales/ru.yml
+++ b/config/locales/ru.yml
@@ -207,6 +207,7 @@ ru:
circular_dependency: "Такая связь приведет к циклической зависимости"
cant_link_an_issue_with_a_descendant: "Задача не может быть связана со своей подзадачей"
earlier_than_minimum_start_date: "не может быть раньше %{date} из-за предыдущих задач"
+ not_a_regexp: "is not a valid regular expression"
support:
array:
diff --git a/config/locales/sk.yml b/config/locales/sk.yml
index cc33147d7..e40a2b8b7 100644
--- a/config/locales/sk.yml
+++ b/config/locales/sk.yml
@@ -129,6 +129,7 @@ sk:
circular_dependency: "Tento vzťah by vytvoril cyklickú závislosť"
cant_link_an_issue_with_a_descendant: "Nemožno prepojiť úlohu s niektorou z podúloh"
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"
actionview_instancetag_blank_option: Vyberte
diff --git a/config/locales/sl.yml b/config/locales/sl.yml
index 4f84c7b4b..dea959c38 100644
--- a/config/locales/sl.yml
+++ b/config/locales/sl.yml
@@ -129,6 +129,7 @@ sl:
circular_dependency: "Ta odnos bi povzročil krožno odvisnost"
cant_link_an_issue_with_a_descendant: "Zahtevek ne more biti povezan s svojo podnalogo"
earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
+ not_a_regexp: "is not a valid regular expression"
actionview_instancetag_blank_option: Prosimo izberite
diff --git a/config/locales/sq.yml b/config/locales/sq.yml
index 593aec0df..990a7a55f 100644
--- a/config/locales/sq.yml
+++ b/config/locales/sq.yml
@@ -130,6 +130,7 @@ sq:
circular_dependency: "Ky relacion do te krijoje nje varesi ciklike (circular dependency)"
cant_link_an_issue_with_a_descendant: "Nje ceshtje nuk mund te lidhet me nenceshtje"
earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
+ not_a_regexp: "is not a valid regular expression"
actionview_instancetag_blank_option: Zgjidhni
diff --git a/config/locales/sr-YU.yml b/config/locales/sr-YU.yml
index c9a87df38..3a31015e4 100644
--- a/config/locales/sr-YU.yml
+++ b/config/locales/sr-YU.yml
@@ -133,6 +133,7 @@ sr-YU:
circular_dependency: "Ova veza će stvoriti kružnu referencu"
cant_link_an_issue_with_a_descendant: "Problem ne može biti povezan sa jednim od svojih podzadataka"
earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
+ not_a_regexp: "is not a valid regular expression"
actionview_instancetag_blank_option: Molim odaberite
diff --git a/config/locales/sr.yml b/config/locales/sr.yml
index 1b419ff93..657ab461c 100644
--- a/config/locales/sr.yml
+++ b/config/locales/sr.yml
@@ -131,6 +131,7 @@ sr:
circular_dependency: "Ова веза ће створити кружну референцу"
cant_link_an_issue_with_a_descendant: "Проблем не може бити повезан са једним од својих подзадатака"
earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
+ not_a_regexp: "is not a valid regular expression"
actionview_instancetag_blank_option: Молим одаберите
diff --git a/config/locales/sv.yml b/config/locales/sv.yml
index a0b870911..32447aaf7 100644
--- a/config/locales/sv.yml
+++ b/config/locales/sv.yml
@@ -134,7 +134,8 @@ sv:
not_same_project: "tillhör inte samma projekt"
circular_dependency: "Denna relation skulle skapa ett cirkulärt beroende"
cant_link_an_issue_with_a_descendant: "Ett ärende kan inte länkas till ett av dess underärenden"
- earlier_than_minimum_start_date: "kan inte vara tidigare än% {datum} på grund av föregående ärenden"
+ earlier_than_minimum_start_date: "kan inte vara tidigare än% {datum} på grund av föregående ärenden"
+ not_a_regexp: "is not a valid regular expression"
direction: ltr
date:
diff --git a/config/locales/th.yml b/config/locales/th.yml
index f48c0b964..0c0684254 100644
--- a/config/locales/th.yml
+++ b/config/locales/th.yml
@@ -128,6 +128,7 @@ th:
circular_dependency: "ความสัมพันธ์อ้างอิงเป็นวงกลม"
cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks"
earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
+ not_a_regexp: "is not a valid regular expression"
actionview_instancetag_blank_option: กรุณาเลือก
diff --git a/config/locales/tr.yml b/config/locales/tr.yml
index 54152108b..29b8a7efe 100644
--- a/config/locales/tr.yml
+++ b/config/locales/tr.yml
@@ -144,6 +144,7 @@ tr:
circular_dependency: "Bu ilişki döngüsel bağımlılık meydana getirecektir"
cant_link_an_issue_with_a_descendant: "Bir iş, alt işlerinden birine bağlanamaz"
earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
+ not_a_regexp: "is not a valid regular expression"
models:
actionview_instancetag_blank_option: Lütfen Seçin
diff --git a/config/locales/uk.yml b/config/locales/uk.yml
index 79dfd17c6..cc94ad5fa 100644
--- a/config/locales/uk.yml
+++ b/config/locales/uk.yml
@@ -128,6 +128,7 @@ uk:
circular_dependency: "Такий зв'язок приведе до циклічної залежності"
cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks"
earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
+ not_a_regexp: "is not a valid regular expression"
actionview_instancetag_blank_option: Оберіть
diff --git a/config/locales/vi.yml b/config/locales/vi.yml
index f139cf450..1e06137b2 100644
--- a/config/locales/vi.yml
+++ b/config/locales/vi.yml
@@ -145,6 +145,7 @@ vi:
circular_dependency: "quan hệ có thể gây ra lặp vô tận"
cant_link_an_issue_with_a_descendant: "Một vấn đề không thể liên kết tới một trong số những tác vụ con của nó"
earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
+ not_a_regexp: "is not a valid regular expression"
direction: ltr
date:
diff --git a/config/locales/zh-TW.yml b/config/locales/zh-TW.yml
index 812d419c6..5948b3806 100644
--- a/config/locales/zh-TW.yml
+++ b/config/locales/zh-TW.yml
@@ -187,6 +187,7 @@
circular_dependency: "這個關聯會導致環狀相依"
cant_link_an_issue_with_a_descendant: "議題無法被連結至自己的子任務"
earlier_than_minimum_start_date: "不能早於 %{date} 因為有前置議題"
+ not_a_regexp: "is not a valid regular expression"
# 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 62034a471..06daa0cb5 100644
--- a/config/locales/zh.yml
+++ b/config/locales/zh.yml
@@ -134,6 +134,7 @@ zh:
circular_dependency: "此关联将导致循环依赖"
cant_link_an_issue_with_a_descendant: "问题不能关联到它的子任务"
earlier_than_minimum_start_date: "不能早于 %{date} 由于有前置问题"
+ not_a_regexp: "is not a valid regular expression"
actionview_instancetag_blank_option: 请选择