diff options
author | Eric Davis <edavis@littlestreamsoftware.com> | 2010-09-20 04:07:16 +0000 |
---|---|---|
committer | Eric Davis <edavis@littlestreamsoftware.com> | 2010-09-20 04:07:16 +0000 |
commit | 1c63c443b6948abd6b6011a2c8b2f8136e6c2331 (patch) | |
tree | bbec69cb218b4ae370b187169d0b13b3297f5e64 | |
parent | b0b321bd11c311efc228ece74f1a44551201e140 (diff) | |
download | redmine-1c63c443b6948abd6b6011a2c8b2f8136e6c2331.tar.gz redmine-1c63c443b6948abd6b6011a2c8b2f8136e6c2331.zip |
Merged r4105 from trunk.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/1.0-stable@4161 e93f8b46-1217-0410-a6f0-8f06a7374b81
45 files changed, 230 insertions, 35 deletions
diff --git a/app/models/issue.rb b/app/models/issue.rb index af75f530c..631769fa8 100644 --- a/app/models/issue.rb +++ b/app/models/issue.rb @@ -357,6 +357,11 @@ class Issue < ActiveRecord::Base def overdue? !due_date.nil? && (due_date < Date.today) && !status.is_closed? end + + # Does this issue have children? + def children? + !leaf? + end # Users the issue can be assigned to def assignable_users diff --git a/app/views/issues/_action_menu.rhtml b/app/views/issues/_action_menu.rhtml index c5d17511a..30c63ec66 100644 --- a/app/views/issues/_action_menu.rhtml +++ b/app/views/issues/_action_menu.rhtml @@ -6,5 +6,5 @@ <%= link_to_if_authorized l(:button_duplicate), {:controller => 'issues', :action => 'new', :project_id => @project, :copy_from => @issue }, :class => 'icon icon-duplicate' %> <%= link_to_if_authorized l(:button_copy), new_issue_move_path(:id => @issue, :copy_options => {:copy => 't'}), :class => 'icon icon-copy' %> <%= link_to_if_authorized l(:button_move), new_issue_move_path(:id => @issue), :class => 'icon icon-move' %> -<%= link_to_if_authorized l(:button_delete), {:controller => 'issues', :action => 'destroy', :id => @issue}, :confirm => l(:text_are_you_sure), :method => :post, :class => 'icon icon-del' %> +<%= link_to_if_authorized l(:button_delete), {:controller => 'issues', :action => 'destroy', :id => @issue}, :confirm => (@issue.leaf? ? l(:text_are_you_sure) : l(:text_are_you_sure_with_children)), :method => :post, :class => 'icon icon-del' %> </div> diff --git a/config/locales/bg.yml b/config/locales/bg.yml index f334633e2..ea6966484 100644 --- a/config/locales/bg.yml +++ b/config/locales/bg.yml @@ -907,3 +907,8 @@ bg: field_time_entries: Log time project_module_gantt: Gantt project_module_calendar: Calendar + field_member_of_group: Member of Group + field_assigned_to_role: Member of Role + button_edit_associated_wikipage: "Edit associated Wiki page: {{page_title}}" + text_are_you_sure_with_children: Delete issue and all child issues? + diff --git a/config/locales/bs.yml b/config/locales/bs.yml index 90ec9dea2..74a31a4fe 100644 --- a/config/locales/bs.yml +++ b/config/locales/bs.yml @@ -927,3 +927,8 @@ bs: field_time_entries: Log time project_module_gantt: Gantt project_module_calendar: Calendar + field_member_of_group: Member of Group + field_assigned_to_role: Member of Role + button_edit_associated_wikipage: "Edit associated Wiki page: {{page_title}}" + text_are_you_sure_with_children: Delete issue and all child issues? + diff --git a/config/locales/ca.yml b/config/locales/ca.yml index b5c28d98e..4c9010d98 100644 --- a/config/locales/ca.yml +++ b/config/locales/ca.yml @@ -915,4 +915,8 @@ ca: enumeration_doc_categories: Categories del document enumeration_activities: Activitats (seguidor de temps) enumeration_system_activity: Activitat del sistema + field_member_of_group: Member of Group + field_assigned_to_role: Member of Role + button_edit_associated_wikipage: "Edit associated Wiki page: {{page_title}}" + text_are_you_sure_with_children: Delete issue and all child issues? diff --git a/config/locales/cs.yml b/config/locales/cs.yml index f2b114605..4cfc05ce5 100644 --- a/config/locales/cs.yml +++ b/config/locales/cs.yml @@ -913,3 +913,8 @@ cs: field_time_entries: Log time project_module_gantt: Gantt project_module_calendar: Calendar + field_member_of_group: Member of Group + field_assigned_to_role: Member of Role + button_edit_associated_wikipage: "Edit associated Wiki page: {{page_title}}" + text_are_you_sure_with_children: Delete issue and all child issues? + diff --git a/config/locales/da.yml b/config/locales/da.yml index 4d30dc6f3..bd3a13c3d 100644 --- a/config/locales/da.yml +++ b/config/locales/da.yml @@ -929,3 +929,8 @@ da: field_time_entries: Log time project_module_gantt: Gantt project_module_calendar: Calendar + field_member_of_group: Member of Group + field_assigned_to_role: Member of Role + button_edit_associated_wikipage: "Edit associated Wiki page: {{page_title}}" + text_are_you_sure_with_children: Delete issue and all child issues? + diff --git a/config/locales/de.yml b/config/locales/de.yml index 78cc99d4a..d512a64f3 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -932,3 +932,7 @@ de: enumeration_activities: Aktivitäten (Zeiterfassung) enumeration_system_activity: System-Aktivität + field_member_of_group: Member of Group + field_assigned_to_role: Member of Role + text_are_you_sure_with_children: Delete issue and all child issues? + diff --git a/config/locales/el.yml b/config/locales/el.yml index e4487c59f..fa538886f 100644 --- a/config/locales/el.yml +++ b/config/locales/el.yml @@ -913,3 +913,8 @@ el: field_time_entries: Log time project_module_gantt: Gantt project_module_calendar: Calendar + field_member_of_group: Member of Group + field_assigned_to_role: Member of Role + button_edit_associated_wikipage: "Edit associated Wiki page: {{page_title}}" + text_are_you_sure_with_children: Delete issue and all child issues? + diff --git a/config/locales/en-GB.yml b/config/locales/en-GB.yml index 9b43961a9..219c5104f 100644 --- a/config/locales/en-GB.yml +++ b/config/locales/en-GB.yml @@ -917,3 +917,8 @@ en-GB: field_time_entries: Log time project_module_gantt: Gantt project_module_calendar: Calendar + field_member_of_group: Member of Group + field_assigned_to_role: Member of Role + button_edit_associated_wikipage: "Edit associated Wiki page: {{page_title}}" + text_are_you_sure_with_children: Delete issue and all child issues? + diff --git a/config/locales/en.yml b/config/locales/en.yml index 26b4ef289..d91d8103a 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -835,6 +835,7 @@ en: text_subprojects_destroy_warning: "Its subproject(s): {{value}} will be also deleted." text_workflow_edit: Select a role and a tracker to edit the workflow text_are_you_sure: Are you sure ? + text_are_you_sure_with_children: "Delete issue and all child issues?" text_journal_changed: "{{label}} changed from {{old}} to {{new}}" text_journal_set_to: "{{label}} set to {{value}}" text_journal_deleted: "{{label}} deleted ({{old}})" diff --git a/config/locales/es.yml b/config/locales/es.yml index 4ffdaf3f6..bad6cc42f 100644 --- a/config/locales/es.yml +++ b/config/locales/es.yml @@ -953,3 +953,8 @@ es: field_time_entries: Log time project_module_gantt: Gantt project_module_calendar: Calendar + field_member_of_group: Member of Group + field_assigned_to_role: Member of Role + button_edit_associated_wikipage: "Edit associated Wiki page: {{page_title}}" + text_are_you_sure_with_children: Delete issue and all child issues? + diff --git a/config/locales/eu.yml b/config/locales/eu.yml index 236c5bb7d..983fe1482 100644 --- a/config/locales/eu.yml +++ b/config/locales/eu.yml @@ -917,3 +917,7 @@ eu: field_time_entries: Log time project_module_gantt: Gantt project_module_calendar: Calendar + field_member_of_group: Member of Group + field_assigned_to_role: Member of Role + button_edit_associated_wikipage: "Edit associated Wiki page: {{page_title}}" + text_are_you_sure_with_children: Delete issue and all child issues? diff --git a/config/locales/fi.yml b/config/locales/fi.yml index 9aeee5f6e..ea14a5c0d 100644 --- a/config/locales/fi.yml +++ b/config/locales/fi.yml @@ -938,3 +938,7 @@ fi: field_time_entries: Log time project_module_gantt: Gantt project_module_calendar: Calendar + field_member_of_group: Member of Group + field_assigned_to_role: Member of Role + button_edit_associated_wikipage: "Edit associated Wiki page: {{page_title}}" + text_are_you_sure_with_children: Delete issue and all child issues? diff --git a/config/locales/fr.yml b/config/locales/fr.yml index aac446a09..9a62181ec 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -931,3 +931,8 @@ fr: notice_unable_delete_time_entry: Impossible de supprimer le temps passé. label_overall_spent_time: Temps passé global field_time_entries: Log time + field_member_of_group: Member of Group + field_assigned_to_role: Member of Role + button_edit_associated_wikipage: "Modifier la page de Wiki associée: {{page_title}}" + text_are_you_sure_with_children: Delete issue and all child issues? + diff --git a/config/locales/gl.yml b/config/locales/gl.yml index db64fabdc..81ad5ff9f 100644 --- a/config/locales/gl.yml +++ b/config/locales/gl.yml @@ -929,3 +929,8 @@ gl: field_time_entries: Log time project_module_gantt: Gantt project_module_calendar: Calendar + field_member_of_group: Member of Group + field_assigned_to_role: Member of Role + button_edit_associated_wikipage: "Edit associated Wiki page: {{page_title}}" + text_are_you_sure_with_children: Delete issue and all child issues? + diff --git a/config/locales/he.yml b/config/locales/he.yml index 50f31c294..ed3dfa081 100644 --- a/config/locales/he.yml +++ b/config/locales/he.yml @@ -918,3 +918,8 @@ he: field_time_entries: Log time project_module_gantt: Gantt project_module_calendar: Calendar + field_member_of_group: Member of Group + field_assigned_to_role: Member of Role + button_edit_associated_wikipage: "Edit associated Wiki page: {{page_title}}" + text_are_you_sure_with_children: Delete issue and all child issues? + diff --git a/config/locales/hr.yml b/config/locales/hr.yml index 5727a629e..9219ac660 100644 --- a/config/locales/hr.yml +++ b/config/locales/hr.yml @@ -920,3 +920,7 @@ hr: field_time_entries: Log time project_module_gantt: Gantt project_module_calendar: Calendar + field_member_of_group: Member of Group + field_assigned_to_role: Member of Role + button_edit_associated_wikipage: "Edit associated Wiki page: {{page_title}}" + text_are_you_sure_with_children: Delete issue and all child issues? diff --git a/config/locales/hu.yml b/config/locales/hu.yml index c895f4c96..e099cb9bc 100644 --- a/config/locales/hu.yml +++ b/config/locales/hu.yml @@ -936,3 +936,7 @@ field_time_entries: Log time project_module_gantt: Gantt project_module_calendar: Calendar + field_member_of_group: Member of Group + field_assigned_to_role: Member of Role + button_edit_associated_wikipage: "Edit associated Wiki page: {{page_title}}" + text_are_you_sure_with_children: Delete issue and all child issues? diff --git a/config/locales/id.yml b/config/locales/id.yml index 65140c2d0..185d4f21d 100644 --- a/config/locales/id.yml +++ b/config/locales/id.yml @@ -921,3 +921,7 @@ id: field_time_entries: Log time project_module_gantt: Gantt project_module_calendar: Calendar + field_member_of_group: Member of Group + field_assigned_to_role: Member of Role + button_edit_associated_wikipage: "Edit associated Wiki page: {{page_title}}" + text_are_you_sure_with_children: Delete issue and all child issues? diff --git a/config/locales/it.yml b/config/locales/it.yml index 34a7820d2..be0da6a48 100644 --- a/config/locales/it.yml +++ b/config/locales/it.yml @@ -917,3 +917,7 @@ it: field_time_entries: Log time project_module_gantt: Gantt project_module_calendar: Calendar + field_member_of_group: Member of Group + field_assigned_to_role: Member of Role + button_edit_associated_wikipage: "Edit associated Wiki page: {{page_title}}" + text_are_you_sure_with_children: Delete issue and all child issues? diff --git a/config/locales/ja.yml b/config/locales/ja.yml index 68c4d24aa..7a9ded16a 100644 --- a/config/locales/ja.yml +++ b/config/locales/ja.yml @@ -938,3 +938,5 @@ ja: enumeration_doc_categories: 文書カテゴリ enumeration_activities: 作業分類 (時間トラッキング) enumeration_system_activity: システム作業分類 + button_edit_associated_wikipage: "Edit associated Wiki page: {{page_title}}" + text_are_you_sure_with_children: Delete issue and all child issues? diff --git a/config/locales/ko.yml b/config/locales/ko.yml index 0a5fa44e1..511c8b55e 100644 --- a/config/locales/ko.yml +++ b/config/locales/ko.yml @@ -962,10 +962,15 @@ ko: field_principal: Principal label_my_page_block: My page block notice_failed_to_save_members: "Failed to save member(s): {{errors}}." - text_zoom_out: Zoom out - text_zoom_in: Zoom in - notice_unable_delete_time_entry: Unable to delete time log entry. - label_overall_spent_time: Overall spent time - field_time_entries: Log time - project_module_gantt: Gantt - project_module_calendar: Calendar + text_zoom_out: 더 작게 + text_zoom_in: 더 크게 + notice_unable_delete_time_entry: 시간 기록 항목을 삭제할 수 없습니다. + label_overall_spent_time: 총 소요시간 + field_time_entries: 기록된 시간 + project_module_gantt: Gantt 챠트 + project_module_calendar: 달력 + field_member_of_group: Member of Group + field_assigned_to_role: Member of Role + button_edit_associated_wikipage: "Edit associated Wiki page: {{page_title}}" + text_are_you_sure_with_children: Delete issue and all child issues? + diff --git a/config/locales/lt.yml b/config/locales/lt.yml index 9a3684e91..ace5c8d05 100644 --- a/config/locales/lt.yml +++ b/config/locales/lt.yml @@ -977,3 +977,8 @@ lt: field_time_entries: Log time project_module_gantt: Gantt project_module_calendar: Calendar + field_member_of_group: Member of Group + field_assigned_to_role: Member of Role + button_edit_associated_wikipage: "Edit associated Wiki page: {{page_title}}" + text_are_you_sure_with_children: Delete issue and all child issues? + diff --git a/config/locales/lv.yml b/config/locales/lv.yml index 0ec9b4f4f..fc1c4b6ce 100644 --- a/config/locales/lv.yml +++ b/config/locales/lv.yml @@ -908,3 +908,8 @@ lv: field_time_entries: Log time project_module_gantt: Gantt project_module_calendar: Calendar + field_member_of_group: Member of Group + field_assigned_to_role: Member of Role + button_edit_associated_wikipage: "Edit associated Wiki page: {{page_title}}" + text_are_you_sure_with_children: Delete issue and all child issues? + diff --git a/config/locales/mk.yml b/config/locales/mk.yml index c680f900c..fb2f78d29 100644 --- a/config/locales/mk.yml +++ b/config/locales/mk.yml @@ -913,3 +913,7 @@ mk: enumeration_activities: Активности (следење на време) enumeration_system_activity: Системска активност + field_member_of_group: Member of Group + field_assigned_to_role: Member of Role + button_edit_associated_wikipage: "Edit associated Wiki page: {{page_title}}" + text_are_you_sure_with_children: Delete issue and all child issues? diff --git a/config/locales/mn.yml b/config/locales/mn.yml index 73791bb74..8676b2235 100644 --- a/config/locales/mn.yml +++ b/config/locales/mn.yml @@ -914,3 +914,8 @@ mn: field_time_entries: Log time project_module_gantt: Gantt project_module_calendar: Calendar + field_member_of_group: Member of Group + field_assigned_to_role: Member of Role + button_edit_associated_wikipage: "Edit associated Wiki page: {{page_title}}" + text_are_you_sure_with_children: Delete issue and all child issues? + diff --git a/config/locales/nl.yml b/config/locales/nl.yml index c55dadb47..615dbe4fb 100644 --- a/config/locales/nl.yml +++ b/config/locales/nl.yml @@ -895,3 +895,8 @@ nl: field_time_entries: Log tijd project_module_gantt: Gantt project_module_calendar: Kalender + field_member_of_group: Member of Group + field_assigned_to_role: Member of Role + button_edit_associated_wikipage: "Edit associated Wiki page: {{page_title}}" + text_are_you_sure_with_children: Delete issue and all child issues? + diff --git a/config/locales/no.yml b/config/locales/no.yml index b1746fd41..4b76683fc 100644 --- a/config/locales/no.yml +++ b/config/locales/no.yml @@ -904,3 +904,7 @@ field_time_entries: Log time project_module_gantt: Gantt project_module_calendar: Calendar + field_member_of_group: Member of Group + field_assigned_to_role: Member of Role + button_edit_associated_wikipage: "Edit associated Wiki page: {{page_title}}" + text_are_you_sure_with_children: Delete issue and all child issues? diff --git a/config/locales/pl.yml b/config/locales/pl.yml index d48b3d935..b977fbd5c 100644 --- a/config/locales/pl.yml +++ b/config/locales/pl.yml @@ -913,24 +913,29 @@ pl: label_board_locked: Zamknięta permission_export_wiki_pages: Eksport stron wiki permission_manage_project_activities: Zarządzanie aktywnościami projektu - setting_cache_formatted_text: Cache formatted text - error_unable_delete_issue_status: Unable to delete issue status - label_profile: Profile - permission_manage_subtasks: Manage subtasks - field_parent_issue: Parent task - label_subtask_plural: Subtasks - label_project_copy_notifications: Send email notifications during the project copy - error_can_not_delete_custom_field: Unable to delete custom field - error_unable_to_connect: Unable to connect ({{value}}) - error_can_not_remove_role: This role is in use and can not be deleted. - error_can_not_delete_tracker: This tracker contains issues and can't be deleted. - field_principal: Principal - label_my_page_block: My page block - notice_failed_to_save_members: "Failed to save member(s): {{errors}}." - text_zoom_out: Zoom out - text_zoom_in: Zoom in - notice_unable_delete_time_entry: Unable to delete time log entry. - label_overall_spent_time: Overall spent time - field_time_entries: Log time - project_module_gantt: Gantt - project_module_calendar: Calendar + setting_cache_formatted_text: Buforuj sformatowany tekst + error_unable_delete_issue_status: Nie można usunąć statusu zagadnienia + label_profile: Profil + permission_manage_subtasks: Zarządzanie podzagadnieniami + field_parent_issue: Zagadnienie nadrzędne + label_subtask_plural: Podzagadnienia + label_project_copy_notifications: Wyślij powiadomienia mailowe przy kopiowaniu projektu + error_can_not_delete_custom_field: Nie można usunąć tego pola + error_unable_to_connect: Nie można połączyć ({{value}}) + error_can_not_remove_role: Ta rola przypisana jest niektórym użytkownikom i nie może zostać usunięta. + error_can_not_delete_tracker: Ten typ przypisany jest do części zagadnień i nie może zostać usunięty. + field_principal: Przełożony + label_my_page_block: Elementy + notice_failed_to_save_members: "Nie można zapisać uczestników: {{errors}}." + text_zoom_out: Zmniejsz czcionkę + text_zoom_in: Powiększ czcionkę + notice_unable_delete_time_entry: Nie można usunąć wpisu z dziennika. + label_overall_spent_time: Przepracowany czas + field_time_entries: Dziennik + project_module_gantt: Diagram Gantta + project_module_calendar: Kalendarz + field_member_of_group: Member of Group + field_assigned_to_role: Member of Role + button_edit_associated_wikipage: "Edit associated Wiki page: {{page_title}}" + text_are_you_sure_with_children: Delete issue and all child issues? + diff --git a/config/locales/pt-BR.yml b/config/locales/pt-BR.yml index c41e4e0dc..64e99d897 100644 --- a/config/locales/pt-BR.yml +++ b/config/locales/pt-BR.yml @@ -937,3 +937,8 @@ pt-BR: field_time_entries: Log time project_module_gantt: Gantt project_module_calendar: Calendar + field_member_of_group: Member of Group + field_assigned_to_role: Member of Role + button_edit_associated_wikipage: "Edit associated Wiki page: {{page_title}}" + text_are_you_sure_with_children: Delete issue and all child issues? + diff --git a/config/locales/pt.yml b/config/locales/pt.yml index 3127f4044..29b4e4d61 100644 --- a/config/locales/pt.yml +++ b/config/locales/pt.yml @@ -921,3 +921,8 @@ pt: field_time_entries: Log time project_module_gantt: Gantt project_module_calendar: Calendar + field_member_of_group: Member of Group + field_assigned_to_role: Member of Role + button_edit_associated_wikipage: "Edit associated Wiki page: {{page_title}}" + text_are_you_sure_with_children: Delete issue and all child issues? + diff --git a/config/locales/ro.yml b/config/locales/ro.yml index a0458932c..6796e3048 100644 --- a/config/locales/ro.yml +++ b/config/locales/ro.yml @@ -906,3 +906,8 @@ ro: field_time_entries: Log time project_module_gantt: Gantt project_module_calendar: Calendar + field_member_of_group: Member of Group + field_assigned_to_role: Member of Role + button_edit_associated_wikipage: "Edit associated Wiki page: {{page_title}}" + text_are_you_sure_with_children: Delete issue and all child issues? + diff --git a/config/locales/ru.yml b/config/locales/ru.yml index fe0b014c2..6f01a7dc6 100644 --- a/config/locales/ru.yml +++ b/config/locales/ru.yml @@ -1031,3 +1031,4 @@ ru: notice_unable_delete_time_entry: Невозможно удалить запись журнала. label_overall_spent_time: Всего затрачено времени + text_are_you_sure_with_children: Delete issue and all child issues? diff --git a/config/locales/sk.yml b/config/locales/sk.yml index 52c57c79c..57ef8e3cd 100644 --- a/config/locales/sk.yml +++ b/config/locales/sk.yml @@ -908,3 +908,8 @@ sk: field_time_entries: Log time project_module_gantt: Gantt project_module_calendar: Calendar + field_member_of_group: Member of Group + field_assigned_to_role: Member of Role + button_edit_associated_wikipage: "Edit associated Wiki page: {{page_title}}" + text_are_you_sure_with_children: Delete issue and all child issues? + diff --git a/config/locales/sl.yml b/config/locales/sl.yml index 8ee68f15d..282804cb9 100644 --- a/config/locales/sl.yml +++ b/config/locales/sl.yml @@ -909,3 +909,8 @@ sl: field_time_entries: Log time project_module_gantt: Gantt project_module_calendar: Calendar + field_member_of_group: Member of Group + field_assigned_to_role: Member of Role + button_edit_associated_wikipage: "Edit associated Wiki page: {{page_title}}" + text_are_you_sure_with_children: Delete issue and all child issues? + diff --git a/config/locales/sr-YU.yml b/config/locales/sr-YU.yml index e5df0e427..8e034580c 100644 --- a/config/locales/sr-YU.yml +++ b/config/locales/sr-YU.yml @@ -910,6 +910,11 @@ sr-YU: enumeration_activities: Aktivnosti (praćenje vremena) enumeration_system_activity: Sistemska aktivnost - field_time_entries: Log time - project_module_gantt: Gantt - project_module_calendar: Calendar + field_time_entries: Vreme evidencije + project_module_gantt: Gantov dijagram + project_module_calendar: Kalendar + field_member_of_group: Member of Group + field_assigned_to_role: Member of Role + button_edit_associated_wikipage: "Edit associated Wiki page: {{page_title}}" + text_are_you_sure_with_children: Delete issue and all child issues? + diff --git a/config/locales/sr.yml b/config/locales/sr.yml index 3641c7091..2f7b7bb7b 100644 --- a/config/locales/sr.yml +++ b/config/locales/sr.yml @@ -910,6 +910,12 @@ sr: enumeration_activities: Активности (праћење времена) enumeration_system_activity: Системска активност - field_time_entries: Log time - project_module_gantt: Gantt - project_module_calendar: Calendar + field_time_entries: Време евиденције + project_module_gantt: Гантов дијаграм + project_module_calendar: Календар + field_member_of_group: Member of Group + field_assigned_to_role: Member of Role + + button_edit_associated_wikipage: "Edit associated Wiki page: {{page_title}}" + text_are_you_sure_with_children: Delete issue and all child issues? + diff --git a/config/locales/sv.yml b/config/locales/sv.yml index 657a9adcd..13c3c6712 100644 --- a/config/locales/sv.yml +++ b/config/locales/sv.yml @@ -958,3 +958,8 @@ sv: enumeration_doc_categories: Dokumentkategorier enumeration_activities: Aktiviteter (tidsuppföljning) enumeration_system_activity: Systemaktivitet + field_member_of_group: Member of Group + field_assigned_to_role: Member of Role + button_edit_associated_wikipage: "Edit associated Wiki page: {{page_title}}" + text_are_you_sure_with_children: Delete issue and all child issues? + diff --git a/config/locales/th.yml b/config/locales/th.yml index 67bf3c4cc..466f33462 100644 --- a/config/locales/th.yml +++ b/config/locales/th.yml @@ -910,3 +910,8 @@ th: field_time_entries: Log time project_module_gantt: Gantt project_module_calendar: Calendar + field_member_of_group: Member of Group + field_assigned_to_role: Member of Role + button_edit_associated_wikipage: "Edit associated Wiki page: {{page_title}}" + text_are_you_sure_with_children: Delete issue and all child issues? + diff --git a/config/locales/tr.yml b/config/locales/tr.yml index e0f23078d..94e2fd83b 100644 --- a/config/locales/tr.yml +++ b/config/locales/tr.yml @@ -936,3 +936,8 @@ tr: field_time_entries: Log time project_module_gantt: Gantt project_module_calendar: Calendar + field_member_of_group: Member of Group + field_assigned_to_role: Member of Role + button_edit_associated_wikipage: "Edit associated Wiki page: {{page_title}}" + text_are_you_sure_with_children: Delete issue and all child issues? + diff --git a/config/locales/uk.yml b/config/locales/uk.yml index d0191618b..2c15108fd 100644 --- a/config/locales/uk.yml +++ b/config/locales/uk.yml @@ -909,3 +909,8 @@ uk: field_time_entries: Log time project_module_gantt: Gantt project_module_calendar: Calendar + field_member_of_group: Member of Group + field_assigned_to_role: Member of Role + button_edit_associated_wikipage: "Edit associated Wiki page: {{page_title}}" + text_are_you_sure_with_children: Delete issue and all child issues? + diff --git a/config/locales/vi.yml b/config/locales/vi.yml index 66fdbc115..0e709be20 100644 --- a/config/locales/vi.yml +++ b/config/locales/vi.yml @@ -968,3 +968,8 @@ vi: field_time_entries: Log time project_module_gantt: Gantt project_module_calendar: Calendar + field_member_of_group: Member of Group + field_assigned_to_role: Member of Role + button_edit_associated_wikipage: "Edit associated Wiki page: {{page_title}}" + text_are_you_sure_with_children: Delete issue and all child issues? + diff --git a/config/locales/zh-TW.yml b/config/locales/zh-TW.yml index eece2528d..37d830d3d 100644 --- a/config/locales/zh-TW.yml +++ b/config/locales/zh-TW.yml @@ -1002,3 +1002,4 @@ enumeration_activities: 活動 (時間追蹤) enumeration_system_activity: 系統活動 + text_are_you_sure_with_children: Delete issue and all child issues? diff --git a/config/locales/zh.yml b/config/locales/zh.yml index 6ef01fdff..35d5bb818 100644 --- a/config/locales/zh.yml +++ b/config/locales/zh.yml @@ -931,3 +931,7 @@ zh: field_time_entries: Log time project_module_gantt: Gantt project_module_calendar: Calendar + field_member_of_group: Member of Group + field_assigned_to_role: Member of Role + button_edit_associated_wikipage: "Edit associated Wiki page: {{page_title}}" + text_are_you_sure_with_children: Delete issue and all child issues? |