feat: offline notice

This commit is contained in:
Thea Schöbl
2023-02-13 12:19:35 +00:00
committed by Rainer Killinger
parent 11d1ac3f7c
commit 9b4caf526f
29 changed files with 548 additions and 106 deletions

View File

@@ -27,7 +27,9 @@
},
"errors": {
"SERVICE": "Fehler bei Dienstausführung.",
"UNKNOWN": "Unbekannter Fehler."
"UNKNOWN": "Unbekannter Fehler.",
"OFFLINE": "Keine Internetverbindung",
"CONNECTION_ERROR": "Verbindungsfehler"
}
},
"assessments": {

View File

@@ -27,7 +27,9 @@
},
"errors": {
"SERVICE": "Service error.",
"UNKNOWN": "Unknown problem."
"UNKNOWN": "Unknown problem.",
"OFFLINE": "No internet connection",
"CONNECTION_ERROR": "Connection error"
}
},
"assessments": {

Binary file not shown.