feat(i18n): add backup error messages for Romanian locale

Add two new Romanian translations for backup error cases:
- file_locked: instructs user to close knowledge bases or restart the
  app when files are in use and restoration cannot proceed.
- file_not_found: indicates the backup file is missing or corrupted.

Keep existing file_format message intact. These additions improve user
feedback during restore failures and cover more error scenarios.
This commit is contained in:
George·Dong 2026-01-06 11:05:26 +08:00
parent 4ead1df2d6
commit c3876e7606
No known key found for this signature in database

View File

@ -1309,7 +1309,9 @@
"availableProviders": "Furnizori disponibili",
"availableTools": "Instrumente disponibile",
"backup": {
"file_format": "Eroare format fișier backup"
"file_format": "Eroare format fișier backup",
"file_locked": "Nu se poate restaura: unele fișiere sunt în uz. Închideți toate bazele de cunoștințe sau reporniți aplicația și încercați din nou.",
"file_not_found": "Fișierul de rezervă nu a fost găsit sau este corupt"
},
"base64DataTruncated": "Datele imagine Base64 sunt trunchiate, dimensiunea",
"boundary": {