mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-13 21:57:30 +08:00
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:
parent
4ead1df2d6
commit
c3876e7606
@ -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": {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user