diff options
author | Go MAEDA <maeda@farend.jp> | 2024-10-20 04:53:40 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2024-10-20 04:53:40 +0000 |
commit | 7c66cdaaaf22dae1a9089dba96abf591d1852d78 (patch) | |
tree | 103d554e18d68b9adabff65cb3bd424701c3bcc3 /config/locales/no.yml | |
parent | 95add1af5cb34f50af4aacb2e6064ab75346a411 (diff) | |
download | redmine-7c66cdaaaf22dae1a9089dba96abf591d1852d78.tar.gz redmine-7c66cdaaaf22dae1a9089dba96abf591d1852d78.zip |
Update locales (#41450).
git-svn-id: https://svn.redmine.org/redmine/trunk@23149 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/no.yml')
-rw-r--r-- | config/locales/no.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/locales/no.yml b/config/locales/no.yml index 40bb9928e..8e5711ce1 100644 --- a/config/locales/no.yml +++ b/config/locales/no.yml @@ -1484,3 +1484,7 @@ setting_copy_attachments_on_issue_copy: Copy attachments on copy field_thousands_delimiter: Thousands delimiter label_involved_principals: Author / Previous assignee + label_attachment_summary: + zero: "%{filename}" + one: "%{filename} and 1 file" + other: "%{filename} and %{count} files" |