added error texts
This commit is contained in:
@@ -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"
|
||||||
}
|
}
|
||||||
@@ -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"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user