fix: add i18n keys for folder upload strings

This commit is contained in:
CREDO23 2026-04-09 13:42:57 +02:00
parent a81fff299a
commit 7851db7928
6 changed files with 28 additions and 8 deletions

View file

@ -396,7 +396,11 @@
"supported_file_types": "Supported File Types",
"file_too_large": "File Too Large",
"file_too_large_desc": "\"{name}\" exceeds the {maxMB}MB per-file limit.",
"no_supported_files_in_folder": "No supported file types found in the selected folder."
"no_supported_files_in_folder": "No supported file types found in the selected folder.",
"uploading_folder": "Uploading folder…",
"upload_folder_button": "Upload Folder ({count} {count, plural, one {file} other {files}})",
"select_files_or_folder": "Select files or folder",
"tap_select_files_or_folder": "Tap to select files or folder"
},
"add_webpage": {
"title": "Add Webpages for Crawling",