]> source.dussan.org Git - redmine.git/commitdiff
Adds a specific error message for when the start date is too earlier than the minimum...
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Tue, 4 Jun 2013 17:17:48 +0000 (17:17 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Tue, 4 Jun 2013 17:17:48 +0000 (17:17 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11926 e93f8b46-1217-0410-a6f0-8f06a7374b81

49 files changed:
app/models/issue.rb
config/locales/ar.yml
config/locales/az.yml
config/locales/bg.yml
config/locales/bs.yml
config/locales/ca.yml
config/locales/cs.yml
config/locales/da.yml
config/locales/de.yml
config/locales/el.yml
config/locales/en-GB.yml
config/locales/en.yml
config/locales/es.yml
config/locales/et.yml
config/locales/eu.yml
config/locales/fa.yml
config/locales/fi.yml
config/locales/fr.yml
config/locales/gl.yml
config/locales/he.yml
config/locales/hr.yml
config/locales/hu.yml
config/locales/id.yml
config/locales/it.yml
config/locales/ja.yml
config/locales/ko.yml
config/locales/lt.yml
config/locales/lv.yml
config/locales/mk.yml
config/locales/mn.yml
config/locales/nl.yml
config/locales/no.yml
config/locales/pl.yml
config/locales/pt-BR.yml
config/locales/pt.yml
config/locales/ro.yml
config/locales/ru.yml
config/locales/sk.yml
config/locales/sl.yml
config/locales/sq.yml
config/locales/sr-YU.yml
config/locales/sr.yml
config/locales/sv.yml
config/locales/th.yml
config/locales/tr.yml
config/locales/uk.yml
config/locales/vi.yml
config/locales/zh-TW.yml
config/locales/zh.yml

index 1963c0293b96e0515a31883b58b087fccc523148..c4183b0169984594fc048bdcbeb0c11fdaed9813 100644 (file)
@@ -18,6 +18,7 @@
 class Issue < ActiveRecord::Base
   include Redmine::SafeAttributes
   include Redmine::Utils::DateCalculation
+  include Redmine::I18n
 
   belongs_to :project
   belongs_to :tracker
@@ -552,7 +553,7 @@ class Issue < ActiveRecord::Base
     end
 
     if start_date && soonest_start && start_date < soonest_start
-      errors.add :start_date, :invalid
+      errors.add :start_date, :earlier_than_minimum_start_date, :date => format_date(soonest_start)
     end
 
     if fixed_version
index 413cf884d70e84e8a98348c709e3e89071ca21e8..795c71e9ec32d4469f2df2542654a11f7962f9fb 100644 (file)
@@ -128,6 +128,7 @@ ar:
         not_same_project: "لا ينتمي الى نفس المشروع"
         circular_dependency: "هذه العلاقة سوف تخلق علاقة تبعية دائرية"
         cant_link_an_issue_with_a_descendant: "لا يمكن ان تكون المشكلة مرتبطة بواحدة من المهام الفرعية"
+        earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
 
   actionview_instancetag_blank_option: الرجاء التحديد
 
index 68a26e35a5393de5f2f2ade23b1af3e6821ae803..b3e764477359f601cb9021966b7a81cac6cd1ce5 100644 (file)
@@ -196,6 +196,7 @@ az:
         not_same_project: "təkcə bir layihəyə aid deyildir"
         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"
 
   support:
     array:
index 4446eaae0c546e99d63c675b8f4a0905e519c4c4..88c0d582cd728e480a9f3f4cf9e1c5e4eb1c65cd 100644 (file)
@@ -130,6 +130,7 @@ bg:
         not_same_project: "не е от същия проект"
         circular_dependency: "Тази релация ще доведе до безкрайна зависимост"
         cant_link_an_issue_with_a_descendant: "Една задача не може да бъде свързвана към своя подзадача"
+        earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
 
   actionview_instancetag_blank_option: Изберете
 
index ff8a457062f35ca40e0aefe785004f9bf9169a1e..28447f0ce659e34c170e04840e85961619067c3b 100644 (file)
@@ -140,6 +140,7 @@ bs:
         not_same_project: "ne pripada istom projektu"
         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"
 
   actionview_instancetag_blank_option: Molimo odaberite
 
index c3b2825f5b9ab70196caede6e0115aef3bde531b..80d9151708da65cb9c581eff1afbb33edc01470b 100644 (file)
@@ -132,6 +132,7 @@ ca:
         not_same_project: "no pertany al mateix projecte"
         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: "cannot be earlier than %{date} because of preceding issues"
 
   actionview_instancetag_blank_option: Seleccioneu
 
index cdd9e99dd386d9b7a49eae6d30c208cceaf3e9a5..5fa64f156f8bd41c0134184fd01a681d51c2dbdd 100644 (file)
@@ -134,6 +134,7 @@ cs:
         not_same_project: "nepatří stejnému projektu"
         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: "cannot be earlier than %{date} because of preceding issues"
 
   actionview_instancetag_blank_option: Prosím vyberte
 
index d0caa55d09c7e8461cf44202038ea4321aa65625..cb96bcbd3a2e5f5a559ee87074c82e400c5b37fc 100644 (file)
@@ -141,6 +141,7 @@ da:
         not_same_project: "hører ikke til samme projekt"
         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"
 
       template:
         header:
index db5a3412f0d7f426369ef35a390c8b22df337788..d01b564f133331d2be2769ea4aa8495bfe28e044 100644 (file)
@@ -145,6 +145,7 @@ de:
         not_same_project: "gehört nicht zum selben Projekt"
         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: "cannot be earlier than %{date} because of preceding issues"
 
   actionview_instancetag_blank_option: Bitte auswählen
 
index 7269badc8874166d09e9d7cbc604fa5558344d88..00b88243521c9355b26786fda4fabb838c371d13 100644 (file)
@@ -130,6 +130,7 @@ el:
         not_same_project: "δεν ανήκει στο ίδιο έργο"
         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"
 
   actionview_instancetag_blank_option: Παρακαλώ επιλέξτε
 
index 93a0401dd25b400fa5e432669932ddfe325fc616..2dd1a65c554d51c104ca922d8ab1a1f8fa07f351 100644 (file)
@@ -133,6 +133,7 @@ en-GB:
         not_same_project: "doesn't belong to the same project"
         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"
 
   actionview_instancetag_blank_option: Please select
 
index 2719c10ed3f7a2723946ca2f16d7c6daf63b368f..04b74b02b0e349b25e7431173048cb79656ae5c9 100644 (file)
@@ -129,6 +129,7 @@ en:
         not_same_project: "doesn't belong to the same project"
         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"
 
   actionview_instancetag_blank_option: Please select
 
index ff9509f58ab0de5b03259fc1fcb36e1410ddac16..d513c192803b59fb9045f52c468125d20eacb4c3 100644 (file)
@@ -136,6 +136,7 @@ es:
         not_same_project: "no pertenece al mismo proyecto"
         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"
 
         # Append your own errors here or at the model/attributes scope.
 
index 0c20508e8d278b55129842d40284b7480b24ea7a..df8fe30739df32822992dec058f56a17723596fb 100644 (file)
@@ -146,6 +146,7 @@ et:
         not_same_project: "ei kuulu sama projekti juurde"
         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: "cannot be earlier than %{date} because of preceding issues"
 
   actionview_instancetag_blank_option: "Palun vali"
 
index 91b893125bf1c494d7173b20ce9f0ab2e1c58921..0bbfaf8a37fc7c109b61a8a57c4f2454bf659697 100644 (file)
@@ -131,6 +131,7 @@ eu:
         not_same_project: "ez dago proiektu berdinean"
         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"
 
   actionview_instancetag_blank_option: Hautatu mesedez
 
index dd58fd566dd1bc746d9cd98877813923ce7ee0a0..98717d45bf0601039b0c7afd1e7377e92d14a0c4 100644 (file)
@@ -129,6 +129,7 @@ fa:
         not_same_project: "به همان پروژه وابسته نیست"
         circular_dependency: "این وابستگی یک وابستگی دایره وار خواهد ساخت"
         cant_link_an_issue_with_a_descendant: "یک پیامد نمی‌تواند به یکی از زیر کارهایش پیوند بخورد"
+        earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
 
   actionview_instancetag_blank_option: گزینش کنید
 
index 2a796d6efcd5fa01a461daeb247eb8915ba436b4..4670d074b3442e8a8cda428d8dd2e9ae92ea5b47 100644 (file)
@@ -154,6 +154,7 @@ fi:
         not_same_project: "ei kuulu samaan projektiin"
         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"
 
   actionview_instancetag_blank_option: Valitse, ole hyvä
 
index 3fcf78e736dbecc4c44208d044750dbe8d15736e..db83c74f86865dd63b0c41dff55a63353ca93a71 100644 (file)
@@ -146,6 +146,7 @@ fr:
         not_same_project: "n'appartient pas au même projet"
         circular_dependency: "Cette relation créerait une dépendance circulaire"
         cant_link_an_issue_with_a_descendant: "Une demande ne peut pas être liée à l'une de ses sous-tâches"
+        earlier_than_minimum_start_date: "ne peut pas être antérieure au %{date} à cause des demandes qui précédent"
 
   actionview_instancetag_blank_option: Choisir
 
index efabb6f749f57b6b424254844276810ee6f1607b..ca06ddbf9253cccd8108c3b23b8d89352f2cf14d 100644 (file)
@@ -156,6 +156,7 @@ gl:
         not_same_project: "non pertence ao mesmo proxecto"
         circular_dependency: "Esta relación podería crear unha dependencia 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"
 
   actionview_instancetag_blank_option: Por favor seleccione
 
index 6fd37083ce9a5953ffb8d75fbb346ba18aebeadb..69d20d366604734b8c5568e541000b5dfae68d89 100644 (file)
@@ -134,6 +134,7 @@ he:
         not_same_project: "לא שייך לאותו הפרויקט"
         circular_dependency: "קשר זה יצור תלות מעגלית"
         cant_link_an_issue_with_a_descendant: "לא ניתן לקשר נושא לתת־משימה שלו"
+        earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
 
   actionview_instancetag_blank_option: בחר בבקשה
 
index 1a9d70337b41fb5d0d9031d6430c0de2aedf0d70..9e2ddf610c5c1a7e3ef6ab142bf3dc124c57ba82 100644 (file)
@@ -124,6 +124,7 @@ hr:
         not_same_project: "ne pripada istom projektu"
         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"
 
   actionview_instancetag_blank_option: Molimo odaberite
 
index 01bbaa7550640942b9548047749fe535b7b15893..67768ee3c30e12b9a5427324a09f95af4b3b678b 100644 (file)
         not_same_project: "nem azonos projekthez tartozik"
         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"
 
   actionview_instancetag_blank_option: Kérem válasszon
 
index c2884900282a0272512b2fbd053075c346e62644..4947c0c77b123d63e1ee74521dbafb8be8f970a7 100644 (file)
@@ -129,6 +129,7 @@ id:
         not_same_project: "tidak tergabung dalam proyek yang sama"
         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"
 
   actionview_instancetag_blank_option: Silakan pilih
 
index 1ba9b6a8c4611e29d32121348b76bd9d5c615704..5e3bb48810d0ada3a34059d0356b77245c1d764c 100644 (file)
@@ -134,6 +134,7 @@ it:
         not_same_project: "non appartiene allo stesso progetto"
         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: "cannot be earlier than %{date} because of preceding issues"
 
   actionview_instancetag_blank_option: Scegli
 
index 8093304f148cd22ee05ec6b150af84e57ae8e2ad..0ac58232d4205adfae48dc25ed8cd86d14d83e33 100644 (file)
@@ -150,6 +150,7 @@ ja:
         not_same_project: "同じプロジェクトに属していません"
         circular_dependency: "この関係では、循環依存になります"
         cant_link_an_issue_with_a_descendant: "指定したチケットとは親子関係になっているため関連づけられません"
+        earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
 
   actionview_instancetag_blank_option: 選んでください
 
index 420005e813b92c192ab0d6c850ef7f4da7532305..8fe2197920a2155566ab6d5282684c5c343af855 100644 (file)
@@ -176,6 +176,7 @@ ko:
         not_same_project: "는 같은 프로젝트에 속해 있지 않습니다"
         circular_dependency: "이 관계는 순환 의존관계를 만들 수 있습니다"
         cant_link_an_issue_with_a_descendant: "일감은 하위 일감과 연결할 수 없습니다."
+        earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
 
   actionview_instancetag_blank_option: 선택하세요
 
index 1f341d5dd1926c4ff8214da6e74e417bc36f329f..a7effd481f93e84eb81e8f6fa447efd5ccd4218b 100644 (file)
@@ -188,6 +188,7 @@ lt:
         not_same_project: "nepriklauso tam pačiam projektui"
         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: "cannot be earlier than %{date} because of preceding issues"
 
   actionview_instancetag_blank_option: Prašom parinkti
 
index 96e91c3dc0624f07eb4b57a74a4be038a510a10a..7289319b4af6af6cd5fc8a866eadde8f8b276b1c 100644 (file)
@@ -123,6 +123,7 @@ lv:
         not_same_project: "nepieder pie tā paša projekta"
         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"
 
   actionview_instancetag_blank_option: Izvēlieties
 
index c2ddf50a7287a42e49053bb0e0f61896b9e49614..a50e456d22589ce5be36edd04ac8d2fd50210bfc 100644 (file)
@@ -130,6 +130,7 @@ mk:
         not_same_project: "не припаѓа на истиот проект"
         circular_dependency: "Оваа врска ќе креира кружна зависност"
         cant_link_an_issue_with_a_descendant: "Задача неможе да се поврзе со една од нејзините подзадачи"
+        earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
 
   actionview_instancetag_blank_option: Изберете
 
index bd090321a9b3a118b344239ce887fab9a651cdfe..e946dafb9efabcea2501521dc8249318f6f6e1aa 100644 (file)
@@ -129,6 +129,7 @@ mn:
         not_same_project: "нэг ижил төсөлд хамаарахгүй байна"
         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"
 
   actionview_instancetag_blank_option: Сонгоно уу
 
index ef94bfddd5559be7d42f45eac531144ae1b36af7..12e73a320231dc62e442520fb17ccf6c3e31ef26 100644 (file)
@@ -127,6 +127,7 @@ nl:
         not_same_project: "hoort niet bij hetzelfde project"
         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: "cannot be earlier than %{date} because of preceding issues"
 
   actionview_instancetag_blank_option: Selecteer
 
index c7b107608ca889d28592cb68bf22496ce9a78da9..14ad5b4066778702a99cb56ec34416d2a4c6f21c 100644 (file)
         not_same_project: "hører ikke til samme prosjekt"
         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"
 
 
   actionview_instancetag_blank_option: Vennligst velg
index a96d29de6ddf5a963077176104370441311c01f0..de80e0ea31e65cab569eb2b3f737aa8ff0b8cf66 100644 (file)
@@ -137,6 +137,7 @@ pl:
         not_same_project: "nie należy do tego samego projektu"
         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: "cannot be earlier than %{date} because of preceding issues"
 
   support:
     array:
index 2c41cee5eeda71ccff04b7d78d1a1c63696f29ff..ad61a625151cbb5e94f0cc930503016948e1b92a 100644 (file)
@@ -149,6 +149,7 @@ pt-BR:
         not_same_project: "não pertence ao mesmo projeto"
         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"
 
   actionview_instancetag_blank_option: Selecione
 
index 687bb1d79ea92210bfe636733ecd7533f3ba101a..4ede548c0578f808dd8c8e9851d361855a4b75e5 100644 (file)
@@ -137,6 +137,7 @@ pt:
         not_same_project: "não pertence ao mesmo projecto"
         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: "cannot be earlier than %{date} because of preceding issues"
 
   ## Translated by: Pedro Araújo <phcrva19@hotmail.com>
   actionview_instancetag_blank_option: Seleccione
index 1e5f62aaa9c96fc6d14e26e22e64ad7b1ca74c3b..451906fdf54e744ce6338d45762d2c2e9779cac3 100644 (file)
@@ -124,6 +124,7 @@ ro:
         not_same_project: "trebuie să aparțină aceluiași proiect"
         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"
 
   actionview_instancetag_blank_option: Selectați
 
index 98a248c6021e77eb1ceb06de4bd609b6167702b5..81ef57805b15f6aa238fca67f08ea5e9e07327c1 100644 (file)
@@ -206,6 +206,7 @@ ru:
         not_same_project: "не относится к одному проекту"
         circular_dependency: "Такая связь приведет к циклической зависимости"
         cant_link_an_issue_with_a_descendant: "Задача не может быть связана со своей подзадачей"
+        earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
 
   support:
     array:
index de75095cda39e5243a7f50f67321e7f860197bbc..740915c8e3dae9f4ddcfdeb1c4d06fe207510a02 100644 (file)
@@ -125,6 +125,7 @@ sk:
         not_same_project: "nepatrí rovnakému projektu"
         circular_dependency: "Tento vzťah by vytvoril cyklickú závislosť"
         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"
 
   # SK translation by Stanislav Pach | stano.pach@seznam.cz
 
index 48e47f96c3ca5d42e10d53c80eef4d33584a9417..a2df48d5d82b991f05c4b6f205a1c0ce45d4a13a 100644 (file)
@@ -128,6 +128,7 @@ sl:
         not_same_project: "ne pripada istemu projektu"
         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"
 
   actionview_instancetag_blank_option: Prosimo izberite
 
index f1b55bbe0e596eef172f448b35a8a133ca1c782e..4ce4a4e64875a1518084c0d0e3f874e54dcba508 100644 (file)
@@ -129,6 +129,7 @@ sq:
         not_same_project: "nuk i perket te njejtit projekt"
         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"
 
   actionview_instancetag_blank_option: Zgjidhni
 
index c15e53aff2a0c168fb81c7d525de3928afbb8add..2c74ca45563c80836cee11e9b0643976683241bc 100644 (file)
@@ -132,6 +132,7 @@ sr-YU:
         not_same_project: "ne pripada istom projektu"
         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"
 
   actionview_instancetag_blank_option: Molim odaberite
 
index 69c57a73f732f88418abf9f1f9d91dadf9f912ec..34bef3b37a7a8ef8552e13f9d64549f7917ace71 100644 (file)
@@ -130,6 +130,7 @@ sr:
         not_same_project: "не припада истом пројекту"
         circular_dependency: "Ова веза ће створити кружну референцу"
         cant_link_an_issue_with_a_descendant: "Проблем не може бити повезан са једним од својих подзадатака"
+        earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
 
   actionview_instancetag_blank_option: Молим одаберите
 
index 98a716a65a75d2471059fa4e6ccc5b447032caef..ece7dc6cdabc85d80210192e04a532190a6e8203 100644 (file)
@@ -134,6 +134,7 @@ 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: "cannot be earlier than %{date} because of preceding issues"
 
   direction: ltr
   date:
index 8aa94c87a522d2da9fb18577dbf7938e8911058f..8e37d00416886ae7b45eeb8af5d83c248998b404 100644 (file)
@@ -127,6 +127,7 @@ th:
         not_same_project: "ไม่ได้อยู่ในโครงการเดียวกัน"
         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"
 
   actionview_instancetag_blank_option: กรุณาเลือก
 
index cdc73db8bb622b83c73056adcc7e6dd9f23f5b8a..d9f0f6f37eee600b5672222deaed1ff4f2ea9407 100644 (file)
@@ -151,6 +151,7 @@ tr:
         not_same_project: "aynı projeye ait değil"
         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"
       models:
 
   actionview_instancetag_blank_option: Lütfen Seçin
index 39f1d93a6c45cf30eafd6a3201a332078412e3f4..dc0dde9c07e9997bdd87686049d1f15e4b9d9e39 100644 (file)
@@ -127,6 +127,7 @@ uk:
         not_same_project: "не відносяться до одного проекту"
         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"
 
   actionview_instancetag_blank_option: Оберіть
 
index 578c740fdeed1d5dc492f44031692f5a27606c70..d152d5e725fa7d976219a43dbee3ed3e5221b561 100644 (file)
@@ -144,6 +144,7 @@ vi:
         not_same_project: "không thuộc cùng dự án"
         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"
 
   direction: ltr
   date:
index 8293256e4219992e78151d5ae4a33b73f70bad49..60191dfc029a2a54fe054b1dcb90525599acaa83 100644 (file)
         not_same_project: "不屬於同一個專案"
         circular_dependency: "這個關聯會導致環狀相依"
         cant_link_an_issue_with_a_descendant: "問題無法被連結至自己的子任務"
+        earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
 
       # You can define own errors for models or model attributes.
       # The values :model, :attribute and :value are always available for interpolation.
index d9e4b455581250025953d1c93550f1e4c9d64d95..aca19adece2e53e9bc19d7160bcd239276870679 100644 (file)
@@ -133,6 +133,7 @@ zh:
         not_same_project: "不属于同一个项目"
         circular_dependency: "此关联将导致循环依赖"
         cant_link_an_issue_with_a_descendant: "问题不能关联到它的子任务"
+        earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
 
   actionview_instancetag_blank_option: 请选择