Mise en place de l'import / export des données pour pouvoir sauvegarder les lores / campagnes

This commit is contained in:
2026-06-18 09:49:34 +02:00
parent 7dfa9c3655
commit 72fe5e6215
19 changed files with 1775 additions and 10 deletions

View File

@@ -50,6 +50,18 @@
},
"settings": {
"title": "Settings",
"data": {
"title": "Data backup",
"hint": "Export all your content (game systems, lores, campaigns + images) to a file, to back it up or move it to another instance. Importing <strong>adds</strong> the content without deleting what's already there.",
"exportBtn": "Export data",
"exporting": "Exporting…",
"importBtn": "Import a file",
"importing": "Importing…",
"importConfirm": "Import this file? Its content will be added to your instance (nothing is deleted).",
"importSuccess": "Import successful: {{count}} item(s) added.",
"exportError": "Export failed.",
"importError": "Import failed (invalid file?)."
},
"language": {
"title": "Interface language",
"hint": "Choose the application display language. The change is applied instantly and remembered on this device."