fix(i18n): use translation keys for upload notification titles
Replace hardcoded English/Spanish strings with proper i18n translations for upload notification titles and file count labels. - Add upload.files translation key to all locale files - Update notifications.js to use window.i18n.t() for: - upload.uploading title - upload.files file count label - upload.complete completion message Fixes #108
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
"upload_folder": "بارگذاری پوشه",
|
||||
"upload.uploading": "...در حال بارگذاری",
|
||||
"upload.complete": "{count} / {total} بارگذاری شد",
|
||||
"upload.files": "فایلها",
|
||||
"rename": "تغییر نام",
|
||||
"move": "انتقال به...",
|
||||
"move_to": "انتقال به",
|
||||
|
||||
Reference in New Issue
Block a user