feat: add onboarding
Some checks failed
TrafficCue CI / check (push) Failing after 32s
TrafficCue CI / build (push) Failing after 35s

This commit is contained in:
Cfp
2025-08-14 16:38:19 +02:00
parent 12aa42d98c
commit 1ac5979bf8
6 changed files with 89 additions and 1 deletions

View File

@ -46,6 +46,7 @@
"loading": "Laden...",
"more": "Mehr",
"error": "Fehler",
"next": "Weiter",
"sidebar": {
"about": {
"header": "Über",
@ -122,6 +123,12 @@
"user": {
"header": "Benutzer",
"login": "Login"
},
"onboarding": {
"welcome": "Willkommen!",
"skip": "Onboarding überspringen",
"choose-lang": "Wählen Sie Ihre Sprache",
"first-vehicle": "Erstellen wir Ihr erstes Fahrzeug."
}
}
}