fix: add email export/import localization keys for multiple languages

This commit is contained in:
Linus Rath
2026-03-18 18:00:51 +01:00
parent 9fdbb62205
commit ef562bcaad
8 changed files with 43 additions and 7 deletions
+6 -1
View File
@@ -191,6 +191,8 @@
"mark_read": "Segna come letto",
"print": "Stampa",
"view_source": "Visualizza sorgente",
"export_email": "Esporta come .eml",
"import_email": "Importa .eml",
"keyboard_shortcuts": "Scorciatoie da tastiera (?)",
"email_source": "Sorgente del messaggio",
"copy_source": "Copia negli appunti",
@@ -527,7 +529,10 @@
"templates_exported": "Modelli esportati con successo",
"templates_imported": "{count, plural, one {# modello importato} other {# modelli importati}}",
"templates_import_errors": "Alcuni modelli non sono stati importati",
"templates_import_empty": "Nessun modello trovato nel file"
"templates_import_empty": "Nessun modello trovato nel file",
"export_email_error": "Impossibile esportare l'e-mail",
"import_email_success": "E-mail importata con successo",
"import_email_error": "Impossibile importare l'e-mail"
},
"date": {
"today": "Oggi",