Template
Add explicit database import UI and harden SQL restore.
This commit is contained in:
@@ -362,13 +362,17 @@
|
||||
"lang_zh": "中文 (Chinese)",
|
||||
"lang_fa": "فارسی (Persian)",
|
||||
"backup_title": "Simple Backup",
|
||||
"backup_export_label": "Export",
|
||||
"backup_import_label": "Import",
|
||||
"download_backup": "Download PostgreSQL dump (.sql)",
|
||||
"download_backup_json": "Export JSON (legacy)",
|
||||
"backup_hint": "Full PostgreSQL database dump of the panel. Use .sql for complete backup; JSON export is compatible with older versions.",
|
||||
"backup_hint": "Full PostgreSQL database dump of the panel (.sql / .sql.gz). JSON export is compatible with older versions.",
|
||||
"restore_backup": "Restore from .sql or .json",
|
||||
"restore_confirm": "Restore will overwrite all current panel data in the database.",
|
||||
"restore_success": "Restore successful! Restarting...",
|
||||
"invalid_backup_file": "Invalid backup file (.sql dump or legacy data.json)",
|
||||
"import_backup": "Import database (.sql / .sql.gz / .json)",
|
||||
"importing_backup": "Importing database...",
|
||||
"restore_confirm": "Import will overwrite all current panel data in the database. Continue?",
|
||||
"restore_success": "Import successful! Reloading...",
|
||||
"invalid_backup_file": "Invalid backup file (.sql, .sql.gz or legacy data.json)",
|
||||
"config_unavailable": "Configuration unavailable",
|
||||
"config_unavailable_desc": "This client was created via the native Amnezia app.\\nThe private key is stored only on the user\u0027s device and cannot be recovered by the server.",
|
||||
"client_public_key": "Client public key:",
|
||||
|
||||
Reference in New Issue
Block a user