Json export and import feature #5

Merged
marco merged 14 commits from json-export-feature into development 2026-01-22 18:12:01 +01:00
2 changed files with 12 additions and 2 deletions
Showing only changes of commit 632da54311 - Show all commits

View File

@@ -25,5 +25,10 @@
"url": "Url", "url": "Url",
"description": "Beschreibung", "description": "Beschreibung",
"settings": "Einstellungen", "settings": "Einstellungen",
"activateJsonExport": "Json-Export aktivieren" "activateJsonExport": "Json-Export aktivieren",
"@@comment": "Errors",
"errorStoragePermisson": "Zugriff auf Speicher verwehrt",
"errorCouldNotLaunchUrl": "Konnte Url nicht öffnen",
"errorInvalidUrl": "Fehlerhafte Url"
} }

View File

@@ -25,5 +25,10 @@
"url": "Url", "url": "Url",
"description": "Description", "description": "Description",
"settings": "Settings", "settings": "Settings",
"activateJsonExport": "Activate json export" "activateJsonExport": "Activate json export",
"@@comment": "Errors",
"errorStoragePermisson": "Storage permissions denied",
"errorCouldNotLaunchUrl": "Could not launch Url",
"errorInvalidUrl": "Invalid Url"
} }