Add no internet screen

This commit is contained in:
Maarten 2024-08-13 17:06:41 +02:00
parent a12769f3f5
commit 886052fe65
9 changed files with 296 additions and 139 deletions

View file

@ -1,4 +1,5 @@
{
"loading": "Loading",
"onboarding": {
"missing-info": "Not all information has been filled in!",
"welcome": "Welcome to",
@ -90,5 +91,10 @@
"day-before": "A day before",
"same-day": "At the same day",
"off": "Off",
"at": "at"
"at": "at",
"internet": {
"no-connection": "No Internet Connection",
"please-check": "Please check your internet settings and try again.",
"retry": "Retry"
}
}