feat: add export and import settings functionality with UI integration
This commit is contained in:
@@ -109,5 +109,16 @@
|
||||
"bugreport_open_folder": "Open Folder",
|
||||
"bugreport_close": "Close",
|
||||
"bugreport_error": "Failed to create bug report.",
|
||||
"bugreport_copied": "Path copied to clipboard!"
|
||||
"bugreport_copied": "Path copied to clipboard!",
|
||||
"settings_export_import_title": "Export / Import Settings",
|
||||
"settings_export_import_description": "Export your current settings to a file or import settings from a previously exported file.",
|
||||
"settings_export_button": "Export Settings",
|
||||
"settings_export_hint": "Save your current settings to a JSON file.",
|
||||
"settings_import_button": "Import Settings",
|
||||
"settings_import_hint": "Load settings from a previously exported JSON file.",
|
||||
"settings_export_success": "Settings exported successfully!",
|
||||
"settings_export_error": "Failed to export settings.",
|
||||
"settings_import_success": "Settings imported successfully!",
|
||||
"settings_import_error": "Failed to import settings.",
|
||||
"settings_import_invalid": "Invalid settings file."
|
||||
}
|
||||
|
||||
@@ -109,5 +109,16 @@
|
||||
"bugreport_open_folder": "Apri Cartella",
|
||||
"bugreport_close": "Chiudi",
|
||||
"bugreport_error": "Impossibile creare la segnalazione bug.",
|
||||
"bugreport_copied": "Percorso copiato negli appunti!"
|
||||
"bugreport_copied": "Percorso copiato negli appunti!",
|
||||
"settings_export_import_title": "Esporta / Importa Impostazioni",
|
||||
"settings_export_import_description": "Esporta le impostazioni correnti in un file o importa impostazioni da un file precedentemente esportato.",
|
||||
"settings_export_button": "Esporta Impostazioni",
|
||||
"settings_export_hint": "Salva le impostazioni correnti in un file JSON.",
|
||||
"settings_import_button": "Importa Impostazioni",
|
||||
"settings_import_hint": "Carica impostazioni da un file JSON precedentemente esportato.",
|
||||
"settings_export_success": "Impostazioni esportate con successo!",
|
||||
"settings_export_error": "Impossibile esportare le impostazioni.",
|
||||
"settings_import_success": "Impostazioni importate con successo!",
|
||||
"settings_import_error": "Impossibile importare le impostazioni.",
|
||||
"settings_import_invalid": "File impostazioni non valido."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user