From f70f352bc57790d9481721fca86b7cbaaf6c44ff 2017-01-14 10:53:28 From: Jean-Philippe Lang Date: 2017-01-14 10:53:28 Subject: [PATCH] Adds :label_attribute_of_object string to locales (#21249). git-svn-id: http://svn.redmine.org/redmine/trunk@16192 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/config/locales/ar.yml b/config/locales/ar.yml index b562370..4af8ade 100644 --- a/config/locales/ar.yml +++ b/config/locales/ar.yml @@ -1223,3 +1223,4 @@ ar: error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted: Spent time cannot be reassigned to an issue that is about to be deleted setting_timelog_required_fields: Required fields for time logs + label_attribute_of_object: '%{object_name}''s %{name}' diff --git a/config/locales/az.yml b/config/locales/az.yml index de246eb..3d145dc 100644 --- a/config/locales/az.yml +++ b/config/locales/az.yml @@ -1318,3 +1318,4 @@ az: error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted: Spent time cannot be reassigned to an issue that is about to be deleted setting_timelog_required_fields: Required fields for time logs + label_attribute_of_object: '%{object_name}''s %{name}' diff --git a/config/locales/bg.yml b/config/locales/bg.yml index c7ad5c2..9aee364 100644 --- a/config/locales/bg.yml +++ b/config/locales/bg.yml @@ -1209,3 +1209,4 @@ bg: error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted: Spent time cannot be reassigned to an issue that is about to be deleted setting_timelog_required_fields: Required fields for time logs + label_attribute_of_object: '%{object_name}''s %{name}' diff --git a/config/locales/bs.yml b/config/locales/bs.yml index b6f977d..a3f0eb4 100644 --- a/config/locales/bs.yml +++ b/config/locales/bs.yml @@ -1236,3 +1236,4 @@ bs: error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted: Spent time cannot be reassigned to an issue that is about to be deleted setting_timelog_required_fields: Required fields for time logs + label_attribute_of_object: '%{object_name}''s %{name}' diff --git a/config/locales/ca.yml b/config/locales/ca.yml index 8ef093c..be863d6 100644 --- a/config/locales/ca.yml +++ b/config/locales/ca.yml @@ -1213,3 +1213,4 @@ ca: error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted: Spent time cannot be reassigned to an issue that is about to be deleted setting_timelog_required_fields: Required fields for time logs + label_attribute_of_object: '%{object_name}''s %{name}' diff --git a/config/locales/cs.yml b/config/locales/cs.yml index 2bf5028..bdda73c 100644 --- a/config/locales/cs.yml +++ b/config/locales/cs.yml @@ -1222,3 +1222,4 @@ cs: error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted: Spent time cannot be reassigned to an issue that is about to be deleted setting_timelog_required_fields: Required fields for time logs + label_attribute_of_object: '%{object_name}''s %{name}' diff --git a/config/locales/da.yml b/config/locales/da.yml index f43950b..ac21659 100644 --- a/config/locales/da.yml +++ b/config/locales/da.yml @@ -1240,3 +1240,4 @@ da: error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted: Spent time cannot be reassigned to an issue that is about to be deleted setting_timelog_required_fields: Required fields for time logs + label_attribute_of_object: '%{object_name}''s %{name}' diff --git a/config/locales/de.yml b/config/locales/de.yml index f884d0f..6f2923e 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -1225,3 +1225,4 @@ de: error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted: Spent time cannot be reassigned to an issue that is about to be deleted setting_timelog_required_fields: Required fields for time logs + label_attribute_of_object: '%{object_name}''s %{name}' diff --git a/config/locales/el.yml b/config/locales/el.yml index b390493..76b8580 100644 --- a/config/locales/el.yml +++ b/config/locales/el.yml @@ -1223,3 +1223,4 @@ el: error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted: Spent time cannot be reassigned to an issue that is about to be deleted setting_timelog_required_fields: Required fields for time logs + label_attribute_of_object: '%{object_name}''s %{name}' diff --git a/config/locales/en-GB.yml b/config/locales/en-GB.yml index d03d932..b87b00a 100644 --- a/config/locales/en-GB.yml +++ b/config/locales/en-GB.yml @@ -1225,3 +1225,4 @@ en-GB: error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted: Spent time cannot be reassigned to an issue that is about to be deleted setting_timelog_required_fields: Required fields for time logs + label_attribute_of_object: '%{object_name}''s %{name}' diff --git a/config/locales/es-PA.yml b/config/locales/es-PA.yml index 3d281f6..bf65c61 100644 --- a/config/locales/es-PA.yml +++ b/config/locales/es-PA.yml @@ -1253,3 +1253,4 @@ es-PA: error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted: Spent time cannot be reassigned to an issue that is about to be deleted setting_timelog_required_fields: Required fields for time logs + label_attribute_of_object: '%{object_name}''s %{name}' diff --git a/config/locales/es.yml b/config/locales/es.yml index 14ab915..a3c5070 100644 --- a/config/locales/es.yml +++ b/config/locales/es.yml @@ -1251,3 +1251,4 @@ es: error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted: Spent time cannot be reassigned to an issue that is about to be deleted setting_timelog_required_fields: Required fields for time logs + label_attribute_of_object: '%{object_name}''s %{name}' diff --git a/config/locales/et.yml b/config/locales/et.yml index a4d445b..dcc9e6c 100644 --- a/config/locales/et.yml +++ b/config/locales/et.yml @@ -1228,3 +1228,4 @@ et: error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted: Spent time cannot be reassigned to an issue that is about to be deleted setting_timelog_required_fields: Required fields for time logs + label_attribute_of_object: '%{object_name}''s %{name}' diff --git a/config/locales/eu.yml b/config/locales/eu.yml index a911f14..f3105ec 100644 --- a/config/locales/eu.yml +++ b/config/locales/eu.yml @@ -1224,3 +1224,4 @@ eu: error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted: Spent time cannot be reassigned to an issue that is about to be deleted setting_timelog_required_fields: Required fields for time logs + label_attribute_of_object: '%{object_name}''s %{name}' diff --git a/config/locales/fa.yml b/config/locales/fa.yml index 434d768..6e26adb 100644 --- a/config/locales/fa.yml +++ b/config/locales/fa.yml @@ -1224,3 +1224,4 @@ fa: error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted: Spent time cannot be reassigned to an issue that is about to be deleted setting_timelog_required_fields: Required fields for time logs + label_attribute_of_object: '%{object_name}''s %{name}' diff --git a/config/locales/fi.yml b/config/locales/fi.yml index eeee33b..7f3a26f 100644 --- a/config/locales/fi.yml +++ b/config/locales/fi.yml @@ -1244,3 +1244,4 @@ fi: error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted: Spent time cannot be reassigned to an issue that is about to be deleted setting_timelog_required_fields: Required fields for time logs + label_attribute_of_object: '%{object_name}''s %{name}' diff --git a/config/locales/gl.yml b/config/locales/gl.yml index 702ab9d..e4a9424 100644 --- a/config/locales/gl.yml +++ b/config/locales/gl.yml @@ -1231,3 +1231,4 @@ gl: error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted: Spent time cannot be reassigned to an issue that is about to be deleted setting_timelog_required_fields: Required fields for time logs + label_attribute_of_object: '%{object_name}''s %{name}' diff --git a/config/locales/he.yml b/config/locales/he.yml index c2ce30c..3ce28c5 100644 --- a/config/locales/he.yml +++ b/config/locales/he.yml @@ -1228,3 +1228,4 @@ he: error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted: Spent time cannot be reassigned to an issue that is about to be deleted setting_timelog_required_fields: Required fields for time logs + label_attribute_of_object: '%{object_name}''s %{name}' diff --git a/config/locales/hr.yml b/config/locales/hr.yml index 85161ce..b93bfdf 100644 --- a/config/locales/hr.yml +++ b/config/locales/hr.yml @@ -1222,3 +1222,4 @@ hr: error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted: Spent time cannot be reassigned to an issue that is about to be deleted setting_timelog_required_fields: Required fields for time logs + label_attribute_of_object: '%{object_name}''s %{name}' diff --git a/config/locales/hu.yml b/config/locales/hu.yml index 48fe16c..14b23ce 100644 --- a/config/locales/hu.yml +++ b/config/locales/hu.yml @@ -1242,3 +1242,4 @@ error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted: Spent time cannot be reassigned to an issue that is about to be deleted setting_timelog_required_fields: Required fields for time logs + label_attribute_of_object: '%{object_name}''s %{name}' diff --git a/config/locales/id.yml b/config/locales/id.yml index 8e0bf42..26e57d8 100644 --- a/config/locales/id.yml +++ b/config/locales/id.yml @@ -1227,3 +1227,4 @@ id: error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted: Spent time cannot be reassigned to an issue that is about to be deleted setting_timelog_required_fields: Required fields for time logs + label_attribute_of_object: '%{object_name}''s %{name}' diff --git a/config/locales/it.yml b/config/locales/it.yml index 7353f95..8bfe89b 100644 --- a/config/locales/it.yml +++ b/config/locales/it.yml @@ -1218,3 +1218,4 @@ it: error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted: Spent time cannot be reassigned to an issue that is about to be deleted setting_timelog_required_fields: Required fields for time logs + label_attribute_of_object: '%{object_name}''s %{name}' diff --git a/config/locales/ja.yml b/config/locales/ja.yml index 3580548..e5ad4dc 100644 --- a/config/locales/ja.yml +++ b/config/locales/ja.yml @@ -1233,3 +1233,4 @@ ja: error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted: Spent time cannot be reassigned to an issue that is about to be deleted setting_timelog_required_fields: Required fields for time logs + label_attribute_of_object: '%{object_name}''s %{name}' diff --git a/config/locales/ko.yml b/config/locales/ko.yml index a738a07..356c4ad 100644 --- a/config/locales/ko.yml +++ b/config/locales/ko.yml @@ -1262,3 +1262,4 @@ ko: error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted: Spent time cannot be reassigned to an issue that is about to be deleted setting_timelog_required_fields: Required fields for time logs + label_attribute_of_object: '%{object_name}''s %{name}' diff --git a/config/locales/lt.yml b/config/locales/lt.yml index 477ceb8..d7510e3 100644 --- a/config/locales/lt.yml +++ b/config/locales/lt.yml @@ -1212,3 +1212,4 @@ lt: error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted: Spent time cannot be reassigned to an issue that is about to be deleted setting_timelog_required_fields: Required fields for time logs + label_attribute_of_object: '%{object_name}''s %{name}' diff --git a/config/locales/lv.yml b/config/locales/lv.yml index aeee696..9f07c80 100644 --- a/config/locales/lv.yml +++ b/config/locales/lv.yml @@ -1217,3 +1217,4 @@ lv: error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted: Spent time cannot be reassigned to an issue that is about to be deleted setting_timelog_required_fields: Required fields for time logs + label_attribute_of_object: '%{object_name}''s %{name}' diff --git a/config/locales/mk.yml b/config/locales/mk.yml index 112c4ab..d223120 100644 --- a/config/locales/mk.yml +++ b/config/locales/mk.yml @@ -1223,3 +1223,4 @@ mk: error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted: Spent time cannot be reassigned to an issue that is about to be deleted setting_timelog_required_fields: Required fields for time logs + label_attribute_of_object: '%{object_name}''s %{name}' diff --git a/config/locales/mn.yml b/config/locales/mn.yml index 3598550..7dc56b2 100644 --- a/config/locales/mn.yml +++ b/config/locales/mn.yml @@ -1224,3 +1224,4 @@ mn: error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted: Spent time cannot be reassigned to an issue that is about to be deleted setting_timelog_required_fields: Required fields for time logs + label_attribute_of_object: '%{object_name}''s %{name}' diff --git a/config/locales/nl.yml b/config/locales/nl.yml index 63486b7..6195130 100644 --- a/config/locales/nl.yml +++ b/config/locales/nl.yml @@ -1198,3 +1198,4 @@ nl: error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted: Spent time cannot be reassigned to an issue that is about to be deleted setting_timelog_required_fields: Required fields for time logs + label_attribute_of_object: '%{object_name}''s %{name}' diff --git a/config/locales/no.yml b/config/locales/no.yml index 5c16438..e524a5c 100644 --- a/config/locales/no.yml +++ b/config/locales/no.yml @@ -1213,3 +1213,4 @@ error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted: Spent time cannot be reassigned to an issue that is about to be deleted setting_timelog_required_fields: Required fields for time logs + label_attribute_of_object: '%{object_name}''s %{name}' diff --git a/config/locales/pl.yml b/config/locales/pl.yml index 0dfc561..d25b306 100644 --- a/config/locales/pl.yml +++ b/config/locales/pl.yml @@ -1238,3 +1238,4 @@ pl: error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted: Spent time cannot be reassigned to an issue that is about to be deleted setting_timelog_required_fields: Required fields for time logs + label_attribute_of_object: '%{object_name}''s %{name}' diff --git a/config/locales/pt-BR.yml b/config/locales/pt-BR.yml index 86e6394..c5cca95 100644 --- a/config/locales/pt-BR.yml +++ b/config/locales/pt-BR.yml @@ -1241,3 +1241,4 @@ pt-BR: error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted: Spent time cannot be reassigned to an issue that is about to be deleted setting_timelog_required_fields: Required fields for time logs + label_attribute_of_object: '%{object_name}''s %{name}' diff --git a/config/locales/pt.yml b/config/locales/pt.yml index c0a8ef6..17678b2 100644 --- a/config/locales/pt.yml +++ b/config/locales/pt.yml @@ -1226,3 +1226,4 @@ pt: error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted: Spent time cannot be reassigned to an issue that is about to be deleted setting_timelog_required_fields: Required fields for time logs + label_attribute_of_object: '%{object_name}''s %{name}' diff --git a/config/locales/ro.yml b/config/locales/ro.yml index f9c0f2e..dfd8bca 100644 --- a/config/locales/ro.yml +++ b/config/locales/ro.yml @@ -1218,3 +1218,4 @@ ro: error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted: Spent time cannot be reassigned to an issue that is about to be deleted setting_timelog_required_fields: Required fields for time logs + label_attribute_of_object: '%{object_name}''s %{name}' diff --git a/config/locales/ru.yml b/config/locales/ru.yml index 6f50b4e..c8ee413 100644 --- a/config/locales/ru.yml +++ b/config/locales/ru.yml @@ -1325,3 +1325,4 @@ ru: error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted: Spent time cannot be reassigned to an issue that is about to be deleted setting_timelog_required_fields: Required fields for time logs + label_attribute_of_object: '%{object_name}''s %{name}' diff --git a/config/locales/sk.yml b/config/locales/sk.yml index 534f145..43286d2 100644 --- a/config/locales/sk.yml +++ b/config/locales/sk.yml @@ -1213,3 +1213,4 @@ sk: error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted: Spent time cannot be reassigned to an issue that is about to be deleted setting_timelog_required_fields: Required fields for time logs + label_attribute_of_object: '%{object_name}''s %{name}' diff --git a/config/locales/sl.yml b/config/locales/sl.yml index 8514db9..d6ee6b8 100644 --- a/config/locales/sl.yml +++ b/config/locales/sl.yml @@ -1223,3 +1223,4 @@ sl: error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted: Spent time cannot be reassigned to an issue that is about to be deleted setting_timelog_required_fields: Required fields for time logs + label_attribute_of_object: '%{object_name}''s %{name}' diff --git a/config/locales/sq.yml b/config/locales/sq.yml index bda9c2b..cdc8941 100644 --- a/config/locales/sq.yml +++ b/config/locales/sq.yml @@ -1219,3 +1219,4 @@ sq: error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted: Spent time cannot be reassigned to an issue that is about to be deleted setting_timelog_required_fields: Required fields for time logs + label_attribute_of_object: '%{object_name}''s %{name}' diff --git a/config/locales/sr-YU.yml b/config/locales/sr-YU.yml index 5339a64..e2f931a 100644 --- a/config/locales/sr-YU.yml +++ b/config/locales/sr-YU.yml @@ -1225,3 +1225,4 @@ sr-YU: error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted: Spent time cannot be reassigned to an issue that is about to be deleted setting_timelog_required_fields: Required fields for time logs + label_attribute_of_object: '%{object_name}''s %{name}' diff --git a/config/locales/sr.yml b/config/locales/sr.yml index 7d0eb18..015703e 100644 --- a/config/locales/sr.yml +++ b/config/locales/sr.yml @@ -1224,3 +1224,4 @@ sr: error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted: Spent time cannot be reassigned to an issue that is about to be deleted setting_timelog_required_fields: Required fields for time logs + label_attribute_of_object: '%{object_name}''s %{name}' diff --git a/config/locales/sv.yml b/config/locales/sv.yml index 2b5fe83..9e13f43 100644 --- a/config/locales/sv.yml +++ b/config/locales/sv.yml @@ -1256,3 +1256,4 @@ sv: error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted: Spent time cannot be reassigned to an issue that is about to be deleted setting_timelog_required_fields: Required fields for time logs + label_attribute_of_object: '%{object_name}''s %{name}' diff --git a/config/locales/th.yml b/config/locales/th.yml index fdc2310..78eb983 100644 --- a/config/locales/th.yml +++ b/config/locales/th.yml @@ -1220,3 +1220,4 @@ th: error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted: Spent time cannot be reassigned to an issue that is about to be deleted setting_timelog_required_fields: Required fields for time logs + label_attribute_of_object: '%{object_name}''s %{name}' diff --git a/config/locales/tr.yml b/config/locales/tr.yml index a6118fc..29fdc62 100644 --- a/config/locales/tr.yml +++ b/config/locales/tr.yml @@ -1231,3 +1231,4 @@ tr: error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted: Spent time cannot be reassigned to an issue that is about to be deleted setting_timelog_required_fields: Required fields for time logs + label_attribute_of_object: '%{object_name}''s %{name}' diff --git a/config/locales/uk.yml b/config/locales/uk.yml index cabe7ad..3aab2fd 100644 --- a/config/locales/uk.yml +++ b/config/locales/uk.yml @@ -1218,3 +1218,4 @@ uk: error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted: Spent time cannot be reassigned to an issue that is about to be deleted setting_timelog_required_fields: Required fields for time logs + label_attribute_of_object: '%{object_name}''s %{name}' diff --git a/config/locales/vi.yml b/config/locales/vi.yml index d4c252e..189bf24 100644 --- a/config/locales/vi.yml +++ b/config/locales/vi.yml @@ -1276,3 +1276,4 @@ vi: error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted: Spent time cannot be reassigned to an issue that is about to be deleted setting_timelog_required_fields: Required fields for time logs + label_attribute_of_object: '%{object_name}''s %{name}' diff --git a/config/locales/zh-TW.yml b/config/locales/zh-TW.yml index e1831d0..dfb8bb1 100644 --- a/config/locales/zh-TW.yml +++ b/config/locales/zh-TW.yml @@ -1292,3 +1292,4 @@ error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted: Spent time cannot be reassigned to an issue that is about to be deleted setting_timelog_required_fields: Required fields for time logs + label_attribute_of_object: '%{object_name}''s %{name}' diff --git a/config/locales/zh.yml b/config/locales/zh.yml index 56e36d8..c779f79 100644 --- a/config/locales/zh.yml +++ b/config/locales/zh.yml @@ -1216,3 +1216,4 @@ zh: error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted: Spent time cannot be reassigned to an issue that is about to be deleted setting_timelog_required_fields: Required fields for time logs + label_attribute_of_object: '%{object_name}''s %{name}'