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"
}
}

View file

@ -1,4 +1,5 @@
{
"loading": "Laden",
"onboarding": {
"missing-info": "Niet alle gegevens zijn ingevuld!",
"welcome": "Welkom bij",
@ -90,5 +91,10 @@
"day-before": "Dag van te voren",
"same-day": "Op de ophaaldag",
"off": "Uit",
"at": "Om"
"at": "Om",
"internet": {
"no-connection": "Geen internet verbinding",
"please-check": "Controleer je internet verbinding en probeer het opnieuw.",
"retry": "Opnieuw proberen"
}
}