diff options
48 files changed, 192 insertions, 0 deletions
diff --git a/config/locales/ar.yml b/config/locales/ar.yml index 3dc1e406f..d7bde97cd 100644 --- a/config/locales/ar.yml +++ b/config/locales/ar.yml @@ -1323,3 +1323,7 @@ ar: is blocked by at least one open issue. notice_issue_not_reopenable_by_closed_parent_issue: This issue cannot be reopened because its parent issue is closed. + error_bulk_download_size_too_big: These attachments cannot be bulk downloaded because + 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 diff --git a/config/locales/az.yml b/config/locales/az.yml index e89616215..2a54bfa88 100644 --- a/config/locales/az.yml +++ b/config/locales/az.yml @@ -1415,3 +1415,7 @@ az: is blocked by at least one open issue. notice_issue_not_reopenable_by_closed_parent_issue: This issue cannot be reopened because its parent issue is closed. + error_bulk_download_size_too_big: These attachments cannot be bulk downloaded because + 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 diff --git a/config/locales/bg.yml b/config/locales/bg.yml index d6a781e54..010901bb8 100644 --- a/config/locales/bg.yml +++ b/config/locales/bg.yml @@ -1294,3 +1294,7 @@ bg: text_project_is_public_non_member: Публичните проекти са достъпни за всички влезли в Redmine потребители. text_project_is_public_anonymous: Публичните проекти са достъпни и тяхното съдържание е видимо без ограничения в мрежата. label_import_time_entries: Импортиране на записи за използвано време + error_bulk_download_size_too_big: These attachments cannot be bulk downloaded because + 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 diff --git a/config/locales/bs.yml b/config/locales/bs.yml index 93f31d2af..130ddc4d7 100644 --- a/config/locales/bs.yml +++ b/config/locales/bs.yml @@ -1336,3 +1336,7 @@ bs: is blocked by at least one open issue. notice_issue_not_reopenable_by_closed_parent_issue: This issue cannot be reopened because its parent issue is closed. + error_bulk_download_size_too_big: These attachments cannot be bulk downloaded because + 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 diff --git a/config/locales/ca.yml b/config/locales/ca.yml index ed167693f..8f29b0f75 100644 --- a/config/locales/ca.yml +++ b/config/locales/ca.yml @@ -1313,3 +1313,7 @@ ca: is blocked by at least one open issue. notice_issue_not_reopenable_by_closed_parent_issue: This issue cannot be reopened because its parent issue is closed. + error_bulk_download_size_too_big: These attachments cannot be bulk downloaded because + 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 diff --git a/config/locales/cs.yml b/config/locales/cs.yml index 34bde5521..89681775d 100644 --- a/config/locales/cs.yml +++ b/config/locales/cs.yml @@ -1313,3 +1313,7 @@ cs: je blokován alespoň jedním otevřeným úkolem. notice_issue_not_reopenable_by_closed_parent_issue: Tento úkol nemůže být znovu otevřen, protože jeho rodičovský úkol je uzavřen. + error_bulk_download_size_too_big: These attachments cannot be bulk downloaded because + 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 diff --git a/config/locales/da.yml b/config/locales/da.yml index ad6fcddcb..859cc8710 100644 --- a/config/locales/da.yml +++ b/config/locales/da.yml @@ -1340,3 +1340,7 @@ da: is blocked by at least one open issue. notice_issue_not_reopenable_by_closed_parent_issue: This issue cannot be reopened because its parent issue is closed. + error_bulk_download_size_too_big: These attachments cannot be bulk downloaded because + 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 diff --git a/config/locales/de.yml b/config/locales/de.yml index 12913727e..8680d0c79 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -1312,3 +1312,7 @@ de: is blocked by at least one open issue. notice_issue_not_reopenable_by_closed_parent_issue: This issue cannot be reopened because its parent issue is closed. + error_bulk_download_size_too_big: These attachments cannot be bulk downloaded because + 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 diff --git a/config/locales/el.yml b/config/locales/el.yml index 6b8966419..70c13638d 100644 --- a/config/locales/el.yml +++ b/config/locales/el.yml @@ -1323,3 +1323,7 @@ el: is blocked by at least one open issue. notice_issue_not_reopenable_by_closed_parent_issue: This issue cannot be reopened because its parent issue is closed. + error_bulk_download_size_too_big: These attachments cannot be bulk downloaded because + 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 diff --git a/config/locales/en-GB.yml b/config/locales/en-GB.yml index ab140b333..69698dee6 100644 --- a/config/locales/en-GB.yml +++ b/config/locales/en-GB.yml @@ -1324,3 +1324,7 @@ en-GB: is blocked by at least one open issue. notice_issue_not_reopenable_by_closed_parent_issue: This issue cannot be reopened because its parent issue is closed. + error_bulk_download_size_too_big: These attachments cannot be bulk downloaded because + 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 diff --git a/config/locales/es-PA.yml b/config/locales/es-PA.yml index b0bc4ecc8..e3e75ffbf 100644 --- a/config/locales/es-PA.yml +++ b/config/locales/es-PA.yml @@ -1353,3 +1353,7 @@ es-PA: is blocked by at least one open issue. notice_issue_not_reopenable_by_closed_parent_issue: This issue cannot be reopened because its parent issue is closed. + error_bulk_download_size_too_big: These attachments cannot be bulk downloaded because + 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 diff --git a/config/locales/es.yml b/config/locales/es.yml index 362ce0e94..4ac75581d 100644 --- a/config/locales/es.yml +++ b/config/locales/es.yml @@ -1351,3 +1351,7 @@ es: is blocked by at least one open issue. notice_issue_not_reopenable_by_closed_parent_issue: This issue cannot be reopened because its parent issue is closed. + error_bulk_download_size_too_big: These attachments cannot be bulk downloaded because + 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 diff --git a/config/locales/et.yml b/config/locales/et.yml index 93e4080d6..08bdb46ca 100644 --- a/config/locales/et.yml +++ b/config/locales/et.yml @@ -1328,3 +1328,7 @@ et: is blocked by at least one open issue. notice_issue_not_reopenable_by_closed_parent_issue: This issue cannot be reopened because its parent issue is closed. + error_bulk_download_size_too_big: These attachments cannot be bulk downloaded because + 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 diff --git a/config/locales/eu.yml b/config/locales/eu.yml index d0f6551e2..a33217e09 100644 --- a/config/locales/eu.yml +++ b/config/locales/eu.yml @@ -1324,3 +1324,7 @@ eu: is blocked by at least one open issue. notice_issue_not_reopenable_by_closed_parent_issue: This issue cannot be reopened because its parent issue is closed. + error_bulk_download_size_too_big: These attachments cannot be bulk downloaded because + 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 diff --git a/config/locales/fa.yml b/config/locales/fa.yml index e5e519238..c1fca5bcb 100644 --- a/config/locales/fa.yml +++ b/config/locales/fa.yml @@ -1308,3 +1308,7 @@ fa: is blocked by at least one open issue. notice_issue_not_reopenable_by_closed_parent_issue: This issue cannot be reopened because its parent issue is closed. + error_bulk_download_size_too_big: These attachments cannot be bulk downloaded because + 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 diff --git a/config/locales/fi.yml b/config/locales/fi.yml index dee88a276..3b64648cd 100644 --- a/config/locales/fi.yml +++ b/config/locales/fi.yml @@ -1344,3 +1344,7 @@ fi: is blocked by at least one open issue. notice_issue_not_reopenable_by_closed_parent_issue: This issue cannot be reopened because its parent issue is closed. + error_bulk_download_size_too_big: These attachments cannot be bulk downloaded because + 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 diff --git a/config/locales/fr.yml b/config/locales/fr.yml index b45dd01fa..748a5e661 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -1313,3 +1313,7 @@ fr: is blocked by at least one open issue. notice_issue_not_reopenable_by_closed_parent_issue: This issue cannot be reopened because its parent issue is closed. + error_bulk_download_size_too_big: These attachments cannot be bulk downloaded because + 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 diff --git a/config/locales/gl.yml b/config/locales/gl.yml index c5515e553..028bb09d8 100644 --- a/config/locales/gl.yml +++ b/config/locales/gl.yml @@ -1330,3 +1330,7 @@ gl: está bloqueada polo menos por unha tarefa aberta. notice_issue_not_reopenable_by_closed_parent_issue: Esta tarefa non pode ser reaberta porque a súa tarefa pai está pechada. + error_bulk_download_size_too_big: These attachments cannot be bulk downloaded because + 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 diff --git a/config/locales/he.yml b/config/locales/he.yml index 6c3b868b6..a7d8a6b80 100644 --- a/config/locales/he.yml +++ b/config/locales/he.yml @@ -1328,3 +1328,7 @@ he: is blocked by at least one open issue. notice_issue_not_reopenable_by_closed_parent_issue: This issue cannot be reopened because its parent issue is closed. + error_bulk_download_size_too_big: These attachments cannot be bulk downloaded because + 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 diff --git a/config/locales/hr.yml b/config/locales/hr.yml index dd0c6bcb3..4cd7c075c 100644 --- a/config/locales/hr.yml +++ b/config/locales/hr.yml @@ -1320,3 +1320,7 @@ hr: is blocked by at least one open issue. notice_issue_not_reopenable_by_closed_parent_issue: This issue cannot be reopened because its parent issue is closed. + error_bulk_download_size_too_big: These attachments cannot be bulk downloaded because + 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 diff --git a/config/locales/hu.yml b/config/locales/hu.yml index af4b45b6c..615458614 100644 --- a/config/locales/hu.yml +++ b/config/locales/hu.yml @@ -1342,3 +1342,7 @@ is blocked by at least one open issue. notice_issue_not_reopenable_by_closed_parent_issue: This issue cannot be reopened because its parent issue is closed. + error_bulk_download_size_too_big: These attachments cannot be bulk downloaded because + 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 diff --git a/config/locales/id.yml b/config/locales/id.yml index 0e32c5108..8b4aa3e5e 100644 --- a/config/locales/id.yml +++ b/config/locales/id.yml @@ -1325,3 +1325,7 @@ id: is blocked by at least one open issue. notice_issue_not_reopenable_by_closed_parent_issue: This issue cannot be reopened because its parent issue is closed. + error_bulk_download_size_too_big: These attachments cannot be bulk downloaded because + 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 diff --git a/config/locales/it.yml b/config/locales/it.yml index 7bc3a5d74..dfb20b091 100644 --- a/config/locales/it.yml +++ b/config/locales/it.yml @@ -1316,3 +1316,7 @@ it: is blocked by at least one open issue. notice_issue_not_reopenable_by_closed_parent_issue: This issue cannot be reopened because its parent issue is closed. + error_bulk_download_size_too_big: These attachments cannot be bulk downloaded because + 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 diff --git a/config/locales/ja.yml b/config/locales/ja.yml index f46a8f0fc..24fdaccee 100644 --- a/config/locales/ja.yml +++ b/config/locales/ja.yml @@ -1315,3 +1315,7 @@ ja: notice_issue_not_closable_by_open_tasks: 未完了の子チケットがあるためこのチケットは完了にできません。 notice_issue_not_closable_by_blocking_issue: 未完了のブロック元チケットがあるためこのチケットは完了にできません。 notice_issue_not_reopenable_by_closed_parent_issue: 親チケットが完了しているためこのチケットは未完了に戻せません。 + error_bulk_download_size_too_big: These attachments cannot be bulk downloaded because + 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 diff --git a/config/locales/ko.yml b/config/locales/ko.yml index 89211ddea..debaafb17 100644 --- a/config/locales/ko.yml +++ b/config/locales/ko.yml @@ -1361,3 +1361,7 @@ ko: is blocked by at least one open issue. notice_issue_not_reopenable_by_closed_parent_issue: This issue cannot be reopened because its parent issue is closed. + error_bulk_download_size_too_big: These attachments cannot be bulk downloaded because + 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 diff --git a/config/locales/lt.yml b/config/locales/lt.yml index 1f37001e1..7fff7edb1 100644 --- a/config/locales/lt.yml +++ b/config/locales/lt.yml @@ -1313,3 +1313,7 @@ lt: is blocked by at least one open issue. notice_issue_not_reopenable_by_closed_parent_issue: This issue cannot be reopened because its parent issue is closed. + error_bulk_download_size_too_big: These attachments cannot be bulk downloaded because + 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 diff --git a/config/locales/lv.yml b/config/locales/lv.yml index cbd372d46..e1a321d3c 100644 --- a/config/locales/lv.yml +++ b/config/locales/lv.yml @@ -1317,3 +1317,7 @@ lv: is blocked by at least one open issue. notice_issue_not_reopenable_by_closed_parent_issue: This issue cannot be reopened because its parent issue is closed. + error_bulk_download_size_too_big: These attachments cannot be bulk downloaded because + 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 diff --git a/config/locales/mk.yml b/config/locales/mk.yml index 7090c9c51..a7d6f8dfa 100644 --- a/config/locales/mk.yml +++ b/config/locales/mk.yml @@ -1323,3 +1323,7 @@ mk: is blocked by at least one open issue. notice_issue_not_reopenable_by_closed_parent_issue: This issue cannot be reopened because its parent issue is closed. + error_bulk_download_size_too_big: These attachments cannot be bulk downloaded because + 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 diff --git a/config/locales/mn.yml b/config/locales/mn.yml index b49bd58bb..b1eab8229 100644 --- a/config/locales/mn.yml +++ b/config/locales/mn.yml @@ -1323,3 +1323,7 @@ mn: is blocked by at least one open issue. notice_issue_not_reopenable_by_closed_parent_issue: This issue cannot be reopened because its parent issue is closed. + error_bulk_download_size_too_big: These attachments cannot be bulk downloaded because + 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 diff --git a/config/locales/nl.yml b/config/locales/nl.yml index dd8180bd4..b0b3dacba 100644 --- a/config/locales/nl.yml +++ b/config/locales/nl.yml @@ -1298,3 +1298,7 @@ nl: is blocked by at least one open issue. notice_issue_not_reopenable_by_closed_parent_issue: This issue cannot be reopened because its parent issue is closed. + error_bulk_download_size_too_big: These attachments cannot be bulk downloaded because + 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 diff --git a/config/locales/no.yml b/config/locales/no.yml index 85748da93..c2457c111 100644 --- a/config/locales/no.yml +++ b/config/locales/no.yml @@ -1313,3 +1313,7 @@ is blocked by at least one open issue. notice_issue_not_reopenable_by_closed_parent_issue: This issue cannot be reopened because its parent issue is closed. + error_bulk_download_size_too_big: These attachments cannot be bulk downloaded because + 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 diff --git a/config/locales/pl.yml b/config/locales/pl.yml index ec93b75b9..eb512e22a 100644 --- a/config/locales/pl.yml +++ b/config/locales/pl.yml @@ -1336,3 +1336,7 @@ pl: is blocked by at least one open issue. notice_issue_not_reopenable_by_closed_parent_issue: This issue cannot be reopened because its parent issue is closed. + error_bulk_download_size_too_big: These attachments cannot be bulk downloaded because + 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 diff --git a/config/locales/pt-BR.yml b/config/locales/pt-BR.yml index 7c8809801..e0cfd440d 100644 --- a/config/locales/pt-BR.yml +++ b/config/locales/pt-BR.yml @@ -1328,3 +1328,7 @@ pt-BR: is blocked by at least one open issue. notice_issue_not_reopenable_by_closed_parent_issue: This issue cannot be reopened because its parent issue is closed. + error_bulk_download_size_too_big: These attachments cannot be bulk downloaded because + 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 diff --git a/config/locales/pt.yml b/config/locales/pt.yml index 049d07e93..d752d1019 100644 --- a/config/locales/pt.yml +++ b/config/locales/pt.yml @@ -1316,3 +1316,7 @@ pt: is blocked by at least one open issue. notice_issue_not_reopenable_by_closed_parent_issue: This issue cannot be reopened because its parent issue is closed. + error_bulk_download_size_too_big: These attachments cannot be bulk downloaded because + 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 diff --git a/config/locales/ro.yml b/config/locales/ro.yml index 37accbe9d..d7b19c1ee 100644 --- a/config/locales/ro.yml +++ b/config/locales/ro.yml @@ -1318,3 +1318,7 @@ ro: is blocked by at least one open issue. notice_issue_not_reopenable_by_closed_parent_issue: This issue cannot be reopened because its parent issue is closed. + error_bulk_download_size_too_big: These attachments cannot be bulk downloaded because + 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 diff --git a/config/locales/ru.yml b/config/locales/ru.yml index a0c26855c..137792319 100644 --- a/config/locales/ru.yml +++ b/config/locales/ru.yml @@ -1409,3 +1409,7 @@ ru: is blocked by at least one open issue. notice_issue_not_reopenable_by_closed_parent_issue: This issue cannot be reopened because its parent issue is closed. + error_bulk_download_size_too_big: These attachments cannot be bulk downloaded because + 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 diff --git a/config/locales/sk.yml b/config/locales/sk.yml index 0ff402438..bfdb39b32 100644 --- a/config/locales/sk.yml +++ b/config/locales/sk.yml @@ -1312,3 +1312,7 @@ sk: is blocked by at least one open issue. notice_issue_not_reopenable_by_closed_parent_issue: This issue cannot be reopened because its parent issue is closed. + error_bulk_download_size_too_big: These attachments cannot be bulk downloaded because + 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 diff --git a/config/locales/sl.yml b/config/locales/sl.yml index dfee85481..2a4cf2c3b 100644 --- a/config/locales/sl.yml +++ b/config/locales/sl.yml @@ -1323,3 +1323,7 @@ sl: is blocked by at least one open issue. notice_issue_not_reopenable_by_closed_parent_issue: This issue cannot be reopened because its parent issue is closed. + error_bulk_download_size_too_big: These attachments cannot be bulk downloaded because + 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 diff --git a/config/locales/sq.yml b/config/locales/sq.yml index 7a6d377bc..3c441ae9a 100644 --- a/config/locales/sq.yml +++ b/config/locales/sq.yml @@ -1319,3 +1319,7 @@ sq: is blocked by at least one open issue. notice_issue_not_reopenable_by_closed_parent_issue: This issue cannot be reopened because its parent issue is closed. + error_bulk_download_size_too_big: These attachments cannot be bulk downloaded because + 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 diff --git a/config/locales/sr-YU.yml b/config/locales/sr-YU.yml index de9fc9561..038ead2a1 100644 --- a/config/locales/sr-YU.yml +++ b/config/locales/sr-YU.yml @@ -1325,3 +1325,7 @@ sr-YU: is blocked by at least one open issue. notice_issue_not_reopenable_by_closed_parent_issue: This issue cannot be reopened because its parent issue is closed. + error_bulk_download_size_too_big: These attachments cannot be bulk downloaded because + 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 diff --git a/config/locales/sr.yml b/config/locales/sr.yml index 9eb2fc386..720a37345 100644 --- a/config/locales/sr.yml +++ b/config/locales/sr.yml @@ -1324,3 +1324,7 @@ sr: is blocked by at least one open issue. notice_issue_not_reopenable_by_closed_parent_issue: This issue cannot be reopened because its parent issue is closed. + error_bulk_download_size_too_big: These attachments cannot be bulk downloaded because + 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 diff --git a/config/locales/sv.yml b/config/locales/sv.yml index 5ecc959b5..092bcc5fa 100644 --- a/config/locales/sv.yml +++ b/config/locales/sv.yml @@ -1356,3 +1356,7 @@ sv: is blocked by at least one open issue. notice_issue_not_reopenable_by_closed_parent_issue: This issue cannot be reopened because its parent issue is closed. + error_bulk_download_size_too_big: These attachments cannot be bulk downloaded because + 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 diff --git a/config/locales/th.yml b/config/locales/th.yml index a6479c0e7..46496629d 100644 --- a/config/locales/th.yml +++ b/config/locales/th.yml @@ -1319,3 +1319,7 @@ th: is blocked by at least one open issue. notice_issue_not_reopenable_by_closed_parent_issue: This issue cannot be reopened because its parent issue is closed. + error_bulk_download_size_too_big: These attachments cannot be bulk downloaded because + 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 diff --git a/config/locales/tr.yml b/config/locales/tr.yml index 673d14027..eb7d5fc20 100644 --- a/config/locales/tr.yml +++ b/config/locales/tr.yml @@ -1330,3 +1330,7 @@ tr: is blocked by at least one open issue. notice_issue_not_reopenable_by_closed_parent_issue: This issue cannot be reopened because its parent issue is closed. + error_bulk_download_size_too_big: These attachments cannot be bulk downloaded because + 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 diff --git a/config/locales/uk.yml b/config/locales/uk.yml index f78703de6..2b2fef03a 100644 --- a/config/locales/uk.yml +++ b/config/locales/uk.yml @@ -1311,3 +1311,7 @@ uk: is blocked by at least one open issue. notice_issue_not_reopenable_by_closed_parent_issue: This issue cannot be reopened because its parent issue is closed. + error_bulk_download_size_too_big: These attachments cannot be bulk downloaded because + 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 diff --git a/config/locales/vi.yml b/config/locales/vi.yml index 604e8039a..6b82acd1f 100644 --- a/config/locales/vi.yml +++ b/config/locales/vi.yml @@ -1375,3 +1375,7 @@ vi: is blocked by at least one open issue. notice_issue_not_reopenable_by_closed_parent_issue: This issue cannot be reopened because its parent issue is closed. + error_bulk_download_size_too_big: These attachments cannot be bulk downloaded because + 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 diff --git a/config/locales/zh-TW.yml b/config/locales/zh-TW.yml index 774695f5c..7307624f4 100644 --- a/config/locales/zh-TW.yml +++ b/config/locales/zh-TW.yml @@ -1378,3 +1378,7 @@ is blocked by at least one open issue. notice_issue_not_reopenable_by_closed_parent_issue: This issue cannot be reopened because its parent issue is closed. + error_bulk_download_size_too_big: These attachments cannot be bulk downloaded because + 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 diff --git a/config/locales/zh.yml b/config/locales/zh.yml index 5873b5fab..efe09aff3 100644 --- a/config/locales/zh.yml +++ b/config/locales/zh.yml @@ -1300,3 +1300,7 @@ zh: is blocked by at least one open issue. notice_issue_not_reopenable_by_closed_parent_issue: This issue cannot be reopened because its parent issue is closed. + error_bulk_download_size_too_big: These attachments cannot be bulk downloaded because + 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 |