diff options
author | Go MAEDA <maeda@farend.jp> | 2024-10-20 04:46:37 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2024-10-20 04:46:37 +0000 |
commit | 95add1af5cb34f50af4aacb2e6064ab75346a411 (patch) | |
tree | 0eb6ae49a1846790eb572940f6a7b220cbbcf651 /config | |
parent | daa18f5c381b6ecf2df674f7de2733ea9a3a31e7 (diff) | |
download | redmine-95add1af5cb34f50af4aacb2e6064ab75346a411.tar.gz redmine-95add1af5cb34f50af4aacb2e6064ab75346a411.zip |
Include attachment filename in "File added" email notification subject (#41450).
Patch by minoura makoto (user:minoura).
git-svn-id: https://svn.redmine.org/redmine/trunk@23148 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/en.yml | 4 | ||||
-rw-r--r-- | config/locales/ja.yml | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 657297619..200bdcdfc 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -717,6 +717,10 @@ en: label_attachment_plural: Files label_file_added: File added label_attachment_description: File description + label_attachment_summary: + zero: "%{filename}" + one: "%{filename} and 1 file" + other: "%{filename} and %{count} files" label_report: Report label_report_plural: Reports label_news: News diff --git a/config/locales/ja.yml b/config/locales/ja.yml index 1faae3deb..cd3f4ff6a 100644 --- a/config/locales/ja.yml +++ b/config/locales/ja.yml @@ -1446,3 +1446,6 @@ ja: setting_copy_attachments_on_issue_copy: チケットをコピーするとき添付ファイルもコピー field_thousands_delimiter: 3桁区切り表示 label_involved_principals: 作成者 / 直前担当者 + label_attachment_summary: + zero: "%{filename}" + other: "%{filename} ほか%{count}件" |