diff options
author | Go MAEDA <maeda@farend.jp> | 2020-03-26 06:41:01 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2020-03-26 06:41:01 +0000 |
commit | dbdeda8b654e71f85c52d75621d57f906d0c6f37 (patch) | |
tree | f67579dd4dee572a7e5e04c5309be944d262236f /config/locales | |
parent | bf79b3f5b32d8e3c3f85f619f967f2fe846eda5b (diff) | |
download | redmine-dbdeda8b654e71f85c52d75621d57f906d0c6f37.tar.gz redmine-dbdeda8b654e71f85c52d75621d57f906d0c6f37.zip |
Update locales (#18555).
git-svn-id: http://svn.redmine.org/redmine/trunk@19621 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales')
48 files changed, 96 insertions, 0 deletions
diff --git a/config/locales/ar.yml b/config/locales/ar.yml index d7bde97cd..7b4ea1e39 100644 --- a/config/locales/ar.yml +++ b/config/locales/ar.yml @@ -1327,3 +1327,5 @@ ar: the total file size exceeds the maximum allowed size (%{max_size}) setting_bulk_download_max_size: Maximum total size for bulk download label_download_all_attachments: Download all files + error_attachments_too_many: This file cannot be uploaded because it exceeds the maximum + number of files that can be attached simultaneously (%{max_number_of_files}) diff --git a/config/locales/az.yml b/config/locales/az.yml index 2a54bfa88..cd4f6dee9 100644 --- a/config/locales/az.yml +++ b/config/locales/az.yml @@ -1419,3 +1419,5 @@ az: the total file size exceeds the maximum allowed size (%{max_size}) setting_bulk_download_max_size: Maximum total size for bulk download label_download_all_attachments: Download all files + error_attachments_too_many: This file cannot be uploaded because it exceeds the maximum + number of files that can be attached simultaneously (%{max_number_of_files}) diff --git a/config/locales/bg.yml b/config/locales/bg.yml index 010901bb8..631fa2c7c 100644 --- a/config/locales/bg.yml +++ b/config/locales/bg.yml @@ -1298,3 +1298,5 @@ bg: the total file size exceeds the maximum allowed size (%{max_size}) setting_bulk_download_max_size: Maximum total size for bulk download label_download_all_attachments: Download all files + error_attachments_too_many: This file cannot be uploaded because it exceeds the maximum + number of files that can be attached simultaneously (%{max_number_of_files}) diff --git a/config/locales/bs.yml b/config/locales/bs.yml index 130ddc4d7..c8fda33cf 100644 --- a/config/locales/bs.yml +++ b/config/locales/bs.yml @@ -1340,3 +1340,5 @@ bs: the total file size exceeds the maximum allowed size (%{max_size}) setting_bulk_download_max_size: Maximum total size for bulk download label_download_all_attachments: Download all files + error_attachments_too_many: This file cannot be uploaded because it exceeds the maximum + number of files that can be attached simultaneously (%{max_number_of_files}) diff --git a/config/locales/ca.yml b/config/locales/ca.yml index 8f29b0f75..5948891a8 100644 --- a/config/locales/ca.yml +++ b/config/locales/ca.yml @@ -1317,3 +1317,5 @@ ca: the total file size exceeds the maximum allowed size (%{max_size}) setting_bulk_download_max_size: Maximum total size for bulk download label_download_all_attachments: Download all files + error_attachments_too_many: This file cannot be uploaded because it exceeds the maximum + number of files that can be attached simultaneously (%{max_number_of_files}) diff --git a/config/locales/cs.yml b/config/locales/cs.yml index 89681775d..db147ef21 100644 --- a/config/locales/cs.yml +++ b/config/locales/cs.yml @@ -1317,3 +1317,5 @@ cs: the total file size exceeds the maximum allowed size (%{max_size}) setting_bulk_download_max_size: Maximum total size for bulk download label_download_all_attachments: Download all files + error_attachments_too_many: This file cannot be uploaded because it exceeds the maximum + number of files that can be attached simultaneously (%{max_number_of_files}) diff --git a/config/locales/da.yml b/config/locales/da.yml index 859cc8710..999e20831 100644 --- a/config/locales/da.yml +++ b/config/locales/da.yml @@ -1344,3 +1344,5 @@ da: the total file size exceeds the maximum allowed size (%{max_size}) setting_bulk_download_max_size: Maximum total size for bulk download label_download_all_attachments: Download all files + error_attachments_too_many: This file cannot be uploaded because it exceeds the maximum + number of files that can be attached simultaneously (%{max_number_of_files}) diff --git a/config/locales/de.yml b/config/locales/de.yml index ba96b4a4e..78ac6809d 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -1316,3 +1316,5 @@ de: the total file size exceeds the maximum allowed size (%{max_size}) setting_bulk_download_max_size: Maximum total size for bulk download label_download_all_attachments: Download all files + error_attachments_too_many: This file cannot be uploaded because it exceeds the maximum + number of files that can be attached simultaneously (%{max_number_of_files}) diff --git a/config/locales/el.yml b/config/locales/el.yml index 70c13638d..e6341a5fb 100644 --- a/config/locales/el.yml +++ b/config/locales/el.yml @@ -1327,3 +1327,5 @@ el: the total file size exceeds the maximum allowed size (%{max_size}) setting_bulk_download_max_size: Maximum total size for bulk download label_download_all_attachments: Download all files + error_attachments_too_many: This file cannot be uploaded because it exceeds the maximum + number of files that can be attached simultaneously (%{max_number_of_files}) diff --git a/config/locales/en-GB.yml b/config/locales/en-GB.yml index 69698dee6..1919c4f6f 100644 --- a/config/locales/en-GB.yml +++ b/config/locales/en-GB.yml @@ -1328,3 +1328,5 @@ en-GB: the total file size exceeds the maximum allowed size (%{max_size}) setting_bulk_download_max_size: Maximum total size for bulk download label_download_all_attachments: Download all files + error_attachments_too_many: This file cannot be uploaded because it exceeds the maximum + number of files that can be attached simultaneously (%{max_number_of_files}) diff --git a/config/locales/es-PA.yml b/config/locales/es-PA.yml index e3e75ffbf..0734d7733 100644 --- a/config/locales/es-PA.yml +++ b/config/locales/es-PA.yml @@ -1357,3 +1357,5 @@ es-PA: the total file size exceeds the maximum allowed size (%{max_size}) setting_bulk_download_max_size: Maximum total size for bulk download label_download_all_attachments: Download all files + error_attachments_too_many: This file cannot be uploaded because it exceeds the maximum + number of files that can be attached simultaneously (%{max_number_of_files}) diff --git a/config/locales/es.yml b/config/locales/es.yml index 4ac75581d..c72ce6c35 100644 --- a/config/locales/es.yml +++ b/config/locales/es.yml @@ -1355,3 +1355,5 @@ es: the total file size exceeds the maximum allowed size (%{max_size}) setting_bulk_download_max_size: Maximum total size for bulk download label_download_all_attachments: Download all files + error_attachments_too_many: This file cannot be uploaded because it exceeds the maximum + number of files that can be attached simultaneously (%{max_number_of_files}) diff --git a/config/locales/et.yml b/config/locales/et.yml index 08bdb46ca..b7db2cec4 100644 --- a/config/locales/et.yml +++ b/config/locales/et.yml @@ -1332,3 +1332,5 @@ et: the total file size exceeds the maximum allowed size (%{max_size}) setting_bulk_download_max_size: Maximum total size for bulk download label_download_all_attachments: Download all files + error_attachments_too_many: This file cannot be uploaded because it exceeds the maximum + number of files that can be attached simultaneously (%{max_number_of_files}) diff --git a/config/locales/eu.yml b/config/locales/eu.yml index a33217e09..49ab3c5b3 100644 --- a/config/locales/eu.yml +++ b/config/locales/eu.yml @@ -1328,3 +1328,5 @@ eu: the total file size exceeds the maximum allowed size (%{max_size}) setting_bulk_download_max_size: Maximum total size for bulk download label_download_all_attachments: Download all files + error_attachments_too_many: This file cannot be uploaded because it exceeds the maximum + number of files that can be attached simultaneously (%{max_number_of_files}) diff --git a/config/locales/fa.yml b/config/locales/fa.yml index c1fca5bcb..bd00ff106 100644 --- a/config/locales/fa.yml +++ b/config/locales/fa.yml @@ -1312,3 +1312,5 @@ fa: the total file size exceeds the maximum allowed size (%{max_size}) setting_bulk_download_max_size: Maximum total size for bulk download label_download_all_attachments: Download all files + error_attachments_too_many: This file cannot be uploaded because it exceeds the maximum + number of files that can be attached simultaneously (%{max_number_of_files}) diff --git a/config/locales/fi.yml b/config/locales/fi.yml index 3b64648cd..3f6aaebc2 100644 --- a/config/locales/fi.yml +++ b/config/locales/fi.yml @@ -1348,3 +1348,5 @@ fi: the total file size exceeds the maximum allowed size (%{max_size}) setting_bulk_download_max_size: Maximum total size for bulk download label_download_all_attachments: Download all files + error_attachments_too_many: This file cannot be uploaded because it exceeds the maximum + number of files that can be attached simultaneously (%{max_number_of_files}) diff --git a/config/locales/fr.yml b/config/locales/fr.yml index 748a5e661..e7855b4de 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -1317,3 +1317,5 @@ fr: the total file size exceeds the maximum allowed size (%{max_size}) setting_bulk_download_max_size: Maximum total size for bulk download label_download_all_attachments: Download all files + error_attachments_too_many: This file cannot be uploaded because it exceeds the maximum + number of files that can be attached simultaneously (%{max_number_of_files}) diff --git a/config/locales/gl.yml b/config/locales/gl.yml index 028bb09d8..4e4d22bf2 100644 --- a/config/locales/gl.yml +++ b/config/locales/gl.yml @@ -1334,3 +1334,5 @@ gl: the total file size exceeds the maximum allowed size (%{max_size}) setting_bulk_download_max_size: Maximum total size for bulk download label_download_all_attachments: Download all files + error_attachments_too_many: This file cannot be uploaded because it exceeds the maximum + number of files that can be attached simultaneously (%{max_number_of_files}) diff --git a/config/locales/he.yml b/config/locales/he.yml index a7d8a6b80..817bc72bc 100644 --- a/config/locales/he.yml +++ b/config/locales/he.yml @@ -1332,3 +1332,5 @@ he: the total file size exceeds the maximum allowed size (%{max_size}) setting_bulk_download_max_size: Maximum total size for bulk download label_download_all_attachments: Download all files + error_attachments_too_many: This file cannot be uploaded because it exceeds the maximum + number of files that can be attached simultaneously (%{max_number_of_files}) diff --git a/config/locales/hr.yml b/config/locales/hr.yml index 4cd7c075c..d37512967 100644 --- a/config/locales/hr.yml +++ b/config/locales/hr.yml @@ -1324,3 +1324,5 @@ hr: the total file size exceeds the maximum allowed size (%{max_size}) setting_bulk_download_max_size: Maximum total size for bulk download label_download_all_attachments: Download all files + error_attachments_too_many: This file cannot be uploaded because it exceeds the maximum + number of files that can be attached simultaneously (%{max_number_of_files}) diff --git a/config/locales/hu.yml b/config/locales/hu.yml index 615458614..ee0fe4a26 100644 --- a/config/locales/hu.yml +++ b/config/locales/hu.yml @@ -1346,3 +1346,5 @@ the total file size exceeds the maximum allowed size (%{max_size}) setting_bulk_download_max_size: Maximum total size for bulk download label_download_all_attachments: Download all files + error_attachments_too_many: This file cannot be uploaded because it exceeds the maximum + number of files that can be attached simultaneously (%{max_number_of_files}) diff --git a/config/locales/id.yml b/config/locales/id.yml index 8b4aa3e5e..1d4687350 100644 --- a/config/locales/id.yml +++ b/config/locales/id.yml @@ -1329,3 +1329,5 @@ id: the total file size exceeds the maximum allowed size (%{max_size}) setting_bulk_download_max_size: Maximum total size for bulk download label_download_all_attachments: Download all files + error_attachments_too_many: This file cannot be uploaded because it exceeds the maximum + number of files that can be attached simultaneously (%{max_number_of_files}) diff --git a/config/locales/it.yml b/config/locales/it.yml index dfb20b091..349487e6f 100644 --- a/config/locales/it.yml +++ b/config/locales/it.yml @@ -1320,3 +1320,5 @@ it: the total file size exceeds the maximum allowed size (%{max_size}) setting_bulk_download_max_size: Maximum total size for bulk download label_download_all_attachments: Download all files + error_attachments_too_many: This file cannot be uploaded because it exceeds the maximum + number of files that can be attached simultaneously (%{max_number_of_files}) diff --git a/config/locales/ja.yml b/config/locales/ja.yml index d7fe7cb3e..24003d87f 100644 --- a/config/locales/ja.yml +++ b/config/locales/ja.yml @@ -1318,3 +1318,5 @@ ja: error_bulk_download_size_too_big: これらの添付ファイルは一括ダウンロードできません。ファイルサイズの合計が上限(%{max_size})を超えています。 setting_bulk_download_max_size: 一括ダウンロードの合計ファイルサイズの上限 label_download_all_attachments: 一括ダウンロード + error_attachments_too_many: This file cannot be uploaded because it exceeds the maximum + number of files that can be attached simultaneously (%{max_number_of_files}) diff --git a/config/locales/ko.yml b/config/locales/ko.yml index debaafb17..b92fe4cdd 100644 --- a/config/locales/ko.yml +++ b/config/locales/ko.yml @@ -1365,3 +1365,5 @@ ko: the total file size exceeds the maximum allowed size (%{max_size}) setting_bulk_download_max_size: Maximum total size for bulk download label_download_all_attachments: Download all files + error_attachments_too_many: This file cannot be uploaded because it exceeds the maximum + number of files that can be attached simultaneously (%{max_number_of_files}) diff --git a/config/locales/lt.yml b/config/locales/lt.yml index 7fff7edb1..a64e5f149 100644 --- a/config/locales/lt.yml +++ b/config/locales/lt.yml @@ -1317,3 +1317,5 @@ lt: the total file size exceeds the maximum allowed size (%{max_size}) setting_bulk_download_max_size: Maximum total size for bulk download label_download_all_attachments: Download all files + error_attachments_too_many: This file cannot be uploaded because it exceeds the maximum + number of files that can be attached simultaneously (%{max_number_of_files}) diff --git a/config/locales/lv.yml b/config/locales/lv.yml index e1a321d3c..f41b2e189 100644 --- a/config/locales/lv.yml +++ b/config/locales/lv.yml @@ -1321,3 +1321,5 @@ lv: the total file size exceeds the maximum allowed size (%{max_size}) setting_bulk_download_max_size: Maximum total size for bulk download label_download_all_attachments: Download all files + error_attachments_too_many: This file cannot be uploaded because it exceeds the maximum + number of files that can be attached simultaneously (%{max_number_of_files}) diff --git a/config/locales/mk.yml b/config/locales/mk.yml index a7d6f8dfa..ec0e94f92 100644 --- a/config/locales/mk.yml +++ b/config/locales/mk.yml @@ -1327,3 +1327,5 @@ mk: the total file size exceeds the maximum allowed size (%{max_size}) setting_bulk_download_max_size: Maximum total size for bulk download label_download_all_attachments: Download all files + error_attachments_too_many: This file cannot be uploaded because it exceeds the maximum + number of files that can be attached simultaneously (%{max_number_of_files}) diff --git a/config/locales/mn.yml b/config/locales/mn.yml index b1eab8229..03d7af76f 100644 --- a/config/locales/mn.yml +++ b/config/locales/mn.yml @@ -1327,3 +1327,5 @@ mn: the total file size exceeds the maximum allowed size (%{max_size}) setting_bulk_download_max_size: Maximum total size for bulk download label_download_all_attachments: Download all files + error_attachments_too_many: This file cannot be uploaded because it exceeds the maximum + number of files that can be attached simultaneously (%{max_number_of_files}) diff --git a/config/locales/nl.yml b/config/locales/nl.yml index b0b3dacba..ede6e9bcc 100644 --- a/config/locales/nl.yml +++ b/config/locales/nl.yml @@ -1302,3 +1302,5 @@ nl: the total file size exceeds the maximum allowed size (%{max_size}) setting_bulk_download_max_size: Maximum total size for bulk download label_download_all_attachments: Download all files + error_attachments_too_many: This file cannot be uploaded because it exceeds the maximum + number of files that can be attached simultaneously (%{max_number_of_files}) diff --git a/config/locales/no.yml b/config/locales/no.yml index c2457c111..53e8273f8 100644 --- a/config/locales/no.yml +++ b/config/locales/no.yml @@ -1317,3 +1317,5 @@ the total file size exceeds the maximum allowed size (%{max_size}) setting_bulk_download_max_size: Maximum total size for bulk download label_download_all_attachments: Download all files + error_attachments_too_many: This file cannot be uploaded because it exceeds the maximum + number of files that can be attached simultaneously (%{max_number_of_files}) diff --git a/config/locales/pl.yml b/config/locales/pl.yml index eb512e22a..70a37c35d 100644 --- a/config/locales/pl.yml +++ b/config/locales/pl.yml @@ -1340,3 +1340,5 @@ pl: the total file size exceeds the maximum allowed size (%{max_size}) setting_bulk_download_max_size: Maximum total size for bulk download label_download_all_attachments: Download all files + error_attachments_too_many: This file cannot be uploaded because it exceeds the maximum + number of files that can be attached simultaneously (%{max_number_of_files}) diff --git a/config/locales/pt-BR.yml b/config/locales/pt-BR.yml index e0cfd440d..80505d81c 100644 --- a/config/locales/pt-BR.yml +++ b/config/locales/pt-BR.yml @@ -1332,3 +1332,5 @@ pt-BR: the total file size exceeds the maximum allowed size (%{max_size}) setting_bulk_download_max_size: Maximum total size for bulk download label_download_all_attachments: Download all files + error_attachments_too_many: This file cannot be uploaded because it exceeds the maximum + number of files that can be attached simultaneously (%{max_number_of_files}) diff --git a/config/locales/pt.yml b/config/locales/pt.yml index d752d1019..9e19c9aed 100644 --- a/config/locales/pt.yml +++ b/config/locales/pt.yml @@ -1320,3 +1320,5 @@ pt: the total file size exceeds the maximum allowed size (%{max_size}) setting_bulk_download_max_size: Maximum total size for bulk download label_download_all_attachments: Download all files + error_attachments_too_many: This file cannot be uploaded because it exceeds the maximum + number of files that can be attached simultaneously (%{max_number_of_files}) diff --git a/config/locales/ro.yml b/config/locales/ro.yml index d7b19c1ee..4395d1e20 100644 --- a/config/locales/ro.yml +++ b/config/locales/ro.yml @@ -1322,3 +1322,5 @@ ro: the total file size exceeds the maximum allowed size (%{max_size}) setting_bulk_download_max_size: Maximum total size for bulk download label_download_all_attachments: Download all files + error_attachments_too_many: This file cannot be uploaded because it exceeds the maximum + number of files that can be attached simultaneously (%{max_number_of_files}) diff --git a/config/locales/ru.yml b/config/locales/ru.yml index 137792319..ec3a5c966 100644 --- a/config/locales/ru.yml +++ b/config/locales/ru.yml @@ -1413,3 +1413,5 @@ ru: the total file size exceeds the maximum allowed size (%{max_size}) setting_bulk_download_max_size: Maximum total size for bulk download label_download_all_attachments: Download all files + error_attachments_too_many: This file cannot be uploaded because it exceeds the maximum + number of files that can be attached simultaneously (%{max_number_of_files}) diff --git a/config/locales/sk.yml b/config/locales/sk.yml index bfdb39b32..385b8a3e0 100644 --- a/config/locales/sk.yml +++ b/config/locales/sk.yml @@ -1316,3 +1316,5 @@ sk: the total file size exceeds the maximum allowed size (%{max_size}) setting_bulk_download_max_size: Maximum total size for bulk download label_download_all_attachments: Download all files + error_attachments_too_many: This file cannot be uploaded because it exceeds the maximum + number of files that can be attached simultaneously (%{max_number_of_files}) diff --git a/config/locales/sl.yml b/config/locales/sl.yml index 2a4cf2c3b..ab1db3705 100644 --- a/config/locales/sl.yml +++ b/config/locales/sl.yml @@ -1327,3 +1327,5 @@ sl: the total file size exceeds the maximum allowed size (%{max_size}) setting_bulk_download_max_size: Maximum total size for bulk download label_download_all_attachments: Download all files + error_attachments_too_many: This file cannot be uploaded because it exceeds the maximum + number of files that can be attached simultaneously (%{max_number_of_files}) diff --git a/config/locales/sq.yml b/config/locales/sq.yml index 3c441ae9a..8045215c5 100644 --- a/config/locales/sq.yml +++ b/config/locales/sq.yml @@ -1323,3 +1323,5 @@ sq: the total file size exceeds the maximum allowed size (%{max_size}) setting_bulk_download_max_size: Maximum total size for bulk download label_download_all_attachments: Download all files + error_attachments_too_many: This file cannot be uploaded because it exceeds the maximum + number of files that can be attached simultaneously (%{max_number_of_files}) diff --git a/config/locales/sr-YU.yml b/config/locales/sr-YU.yml index 038ead2a1..549801df1 100644 --- a/config/locales/sr-YU.yml +++ b/config/locales/sr-YU.yml @@ -1329,3 +1329,5 @@ sr-YU: the total file size exceeds the maximum allowed size (%{max_size}) setting_bulk_download_max_size: Maximum total size for bulk download label_download_all_attachments: Download all files + error_attachments_too_many: This file cannot be uploaded because it exceeds the maximum + number of files that can be attached simultaneously (%{max_number_of_files}) diff --git a/config/locales/sr.yml b/config/locales/sr.yml index 720a37345..4e6916ae9 100644 --- a/config/locales/sr.yml +++ b/config/locales/sr.yml @@ -1328,3 +1328,5 @@ sr: the total file size exceeds the maximum allowed size (%{max_size}) setting_bulk_download_max_size: Maximum total size for bulk download label_download_all_attachments: Download all files + error_attachments_too_many: This file cannot be uploaded because it exceeds the maximum + number of files that can be attached simultaneously (%{max_number_of_files}) diff --git a/config/locales/sv.yml b/config/locales/sv.yml index 092bcc5fa..e77f4cdbe 100644 --- a/config/locales/sv.yml +++ b/config/locales/sv.yml @@ -1360,3 +1360,5 @@ sv: the total file size exceeds the maximum allowed size (%{max_size}) setting_bulk_download_max_size: Maximum total size for bulk download label_download_all_attachments: Download all files + error_attachments_too_many: This file cannot be uploaded because it exceeds the maximum + number of files that can be attached simultaneously (%{max_number_of_files}) diff --git a/config/locales/th.yml b/config/locales/th.yml index 46496629d..04fe4058c 100644 --- a/config/locales/th.yml +++ b/config/locales/th.yml @@ -1323,3 +1323,5 @@ th: the total file size exceeds the maximum allowed size (%{max_size}) setting_bulk_download_max_size: Maximum total size for bulk download label_download_all_attachments: Download all files + error_attachments_too_many: This file cannot be uploaded because it exceeds the maximum + number of files that can be attached simultaneously (%{max_number_of_files}) diff --git a/config/locales/tr.yml b/config/locales/tr.yml index eb7d5fc20..f578fde40 100644 --- a/config/locales/tr.yml +++ b/config/locales/tr.yml @@ -1334,3 +1334,5 @@ tr: the total file size exceeds the maximum allowed size (%{max_size}) setting_bulk_download_max_size: Maximum total size for bulk download label_download_all_attachments: Download all files + error_attachments_too_many: This file cannot be uploaded because it exceeds the maximum + number of files that can be attached simultaneously (%{max_number_of_files}) diff --git a/config/locales/uk.yml b/config/locales/uk.yml index 2b2fef03a..bfe4be411 100644 --- a/config/locales/uk.yml +++ b/config/locales/uk.yml @@ -1315,3 +1315,5 @@ uk: the total file size exceeds the maximum allowed size (%{max_size}) setting_bulk_download_max_size: Maximum total size for bulk download label_download_all_attachments: Download all files + error_attachments_too_many: This file cannot be uploaded because it exceeds the maximum + number of files that can be attached simultaneously (%{max_number_of_files}) diff --git a/config/locales/vi.yml b/config/locales/vi.yml index 6b82acd1f..8af5636b1 100644 --- a/config/locales/vi.yml +++ b/config/locales/vi.yml @@ -1379,3 +1379,5 @@ vi: the total file size exceeds the maximum allowed size (%{max_size}) setting_bulk_download_max_size: Maximum total size for bulk download label_download_all_attachments: Download all files + error_attachments_too_many: This file cannot be uploaded because it exceeds the maximum + number of files that can be attached simultaneously (%{max_number_of_files}) diff --git a/config/locales/zh-TW.yml b/config/locales/zh-TW.yml index 7307624f4..9de7195cb 100644 --- a/config/locales/zh-TW.yml +++ b/config/locales/zh-TW.yml @@ -1382,3 +1382,5 @@ the total file size exceeds the maximum allowed size (%{max_size}) setting_bulk_download_max_size: Maximum total size for bulk download label_download_all_attachments: Download all files + error_attachments_too_many: This file cannot be uploaded because it exceeds the maximum + number of files that can be attached simultaneously (%{max_number_of_files}) diff --git a/config/locales/zh.yml b/config/locales/zh.yml index efe09aff3..6185400b1 100644 --- a/config/locales/zh.yml +++ b/config/locales/zh.yml @@ -1304,3 +1304,5 @@ zh: the total file size exceeds the maximum allowed size (%{max_size}) setting_bulk_download_max_size: Maximum total size for bulk download label_download_all_attachments: Download all files + error_attachments_too_many: This file cannot be uploaded because it exceeds the maximum + number of files that can be attached simultaneously (%{max_number_of_files}) |