feat(i18n): add BATCH_TOO_LARGE error code + 16 bulk-upload Paraglide keys

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Marcel
2026-04-24 16:18:51 +02:00
parent cffdb1fb4b
commit 9b18fb0576
4 changed files with 54 additions and 3 deletions

View File

@@ -810,5 +810,21 @@
"pagination_prev": "Previous",
"pagination_next": "Next",
"pagination_page_of": "Page {page} of {total}",
"pagination_nav_label": "Pagination"
"pagination_nav_label": "Pagination",
"error_batch_too_large": "Too many files at once — please upload in smaller batches.",
"bulk_drop_hint": "Drop one or more files here",
"bulk_drop_sub": "PDF, JPEG, PNG or TIFF · up to 50 MB per file",
"bulk_count_pill": "{count} will be created",
"bulk_save_cta": "{count, plural, one {Save →} other {Save {count} →}}",
"bulk_discard_all": "Discard all",
"bulk_add_more": "Add more",
"bulk_scope_per_file_label": "This file only",
"bulk_scope_shared_label": "Applies to all {count}",
"bulk_title_suggested_hint": "Suggested from filename — click to edit",
"bulk_switcher_prev": "Previous file",
"bulk_switcher_next": "Next file",
"bulk_file_error_chip_label": "Upload failed",
"bulk_upload_progress": "{done} of {total} uploaded",
"bulk_partial_success": "{created} created, {failed} failed",
"bulk_all_failed": "All uploads failed"
}