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:
BillionClaw
2026-03-17 14:17:39 +08:00
parent b7e3fb13f5
commit 0c812d9390
15 changed files with 23 additions and 11 deletions
+1
View File
@@ -27,6 +27,7 @@
"upload_folder": "بارگذاری پوشه",
"upload.uploading": "...در حال بارگذاری",
"upload.complete": "{count} / {total} بارگذاری شد",
"upload.files": "فایل‌ها",
"rename": "تغییر نام",
"move": "انتقال به...",
"move_to": "انتقال به",