diff options
Diffstat (limited to 'config/locales/zh-TW.yml')
-rw-r--r-- | config/locales/zh-TW.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/locales/zh-TW.yml b/config/locales/zh-TW.yml index a695922e5..febb7f46e 100644 --- a/config/locales/zh-TW.yml +++ b/config/locales/zh-TW.yml @@ -1511,3 +1511,7 @@ setting_copy_attachments_on_issue_copy: 連同附件檔案一起複製 field_thousands_delimiter: 千分位分隔符號 label_involved_principals: 作者 / 歷任被分派者 + label_attachment_summary: + zero: "%{filename}" + one: "%{filename} and 1 file" + other: "%{filename} and %{count} files" |