From 94d9a2337b85b9e41c8b01bf678f617430455b07 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Sun, 15 Sep 2024 06:31:30 +0000 Subject: Add "Author / Previous assignee" group to assignee dropdown in issue form (#16045). MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Patch by Luka Lüdicke (user:dkd-luedicke), Mizuki ISHIKAWA (user:ishikawa999), and Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23059 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- config/locales/en.yml | 1 + config/locales/ja.yml | 1 + 2 files changed, 2 insertions(+) (limited to 'config') diff --git a/config/locales/en.yml b/config/locales/en.yml index 1584f5ef2..657297619 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1145,6 +1145,7 @@ en: label_default_query: Default query label_edited: Edited label_time_by_author: "%{time} by %{author}" + label_involved_principals: Author / Previous assignee button_login: Login button_submit: Submit diff --git a/config/locales/ja.yml b/config/locales/ja.yml index 8a6757757..1faae3deb 100644 --- a/config/locales/ja.yml +++ b/config/locales/ja.yml @@ -1445,3 +1445,4 @@ ja: setting_issue_done_ratio_interval: 進捗率の選択肢の間隔 setting_copy_attachments_on_issue_copy: チケットをコピーするとき添付ファイルもコピー field_thousands_delimiter: 3桁区切り表示 + label_involved_principals: 作成者 / 直前担当者 -- cgit v1.2.3