Add no internet screen
This commit is contained in:
parent
a12769f3f5
commit
886052fe65
9 changed files with 296 additions and 139 deletions
|
@ -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"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue