summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2017-01-14 10:53:28 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2017-01-14 10:53:28 +0000
commitf70f352bc57790d9481721fca86b7cbaaf6c44ff (patch)
tree945e81ece3b42f137db400b3d4477d5e710bbbc4 /config
parentf1678e4f778c111ec97528eb57672e2d8d01e37c (diff)
downloadredmine-f70f352bc57790d9481721fca86b7cbaaf6c44ff.tar.gz
redmine-f70f352bc57790d9481721fca86b7cbaaf6c44ff.zip
Adds :label_attribute_of_object string to locales (#21249).
git-svn-id: http://svn.redmine.org/redmine/trunk@16192 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config')
-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.yml1
-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, 47 insertions, 0 deletions
diff --git a/config/locales/ar.yml b/config/locales/ar.yml
index b56237047..4af8ade64 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 de246ebea..3d145dcb6 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 c7ad5c2e3..9aee36476 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 b6f977d38..a3f0eb4e0 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 8ef093cd0..be863d678 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 2bf502826..bdda73cf7 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 f43950bce..ac2165961 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 f884d0fb1..6f2923e9d 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 b3904938a..76b85805f 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 d03d93221..b87b00a71 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 3d281f66f..bf65c6121 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 14ab915a5..a3c50708f 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 a4d445bea..dcc9e6c2b 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 a911f14b4..f3105ec96 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 434d7686c..6e26adbd0 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 eeee33bad..7f3a26f46 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 702ab9d50..e4a9424e0 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 c2ce30c13..3ce28c5df 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 85161ce26..b93bfdff7 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 48fe16cba..14b23ceda 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 8e0bf42c1..26e57d87a 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 7353f955f..8bfe89b60 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 358054873..e5ad4dccf 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 a738a0714..356c4adea 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 477ceb8f3..d7510e3ff 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 aeee69634..9f07c80ce 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 112c4ab21..d22312091 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 359855047..7dc56b269 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 63486b7fc..619513039 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 5c16438ea..e524a5c7c 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 0dfc5613f..d25b30624 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 86e639491..c5cca959a 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 c0a8ef619..17678b282 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 f9c0f2e88..dfd8bca97 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 6f50b4ebe..c8ee413b0 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 534f14549..43286d20d 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 8514db923..d6ee6b8a5 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 bda9c2b0e..cdc89415d 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 5339a64cf..e2f931aae 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 7d0eb18d7..015703e2e 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 2b5fe831d..9e13f430f 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 fdc231091..78eb9836c 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 a6118fcb2..29fdc621c 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 cabe7ad19..3aab2fd02 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 d4c252eef..189bf2480 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 e1831d07d..dfb8bb17b 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 56e36d8b7..c779f79b3 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}'