User registration completed

This commit is contained in:
2024-09-10 20:28:24 +02:00
parent f6e4bfdf2f
commit fd06b8a9a4
14 changed files with 203 additions and 56 deletions

View File

@@ -36,7 +36,7 @@
"username": "Username",
"password": "Password",
"login": "Login",
"noAccountRegister": "No Account? Register now!",
"noAccountRegister": "Create new Account!",
"register": "Create Account",
"userInfo": {
"firstName": "First Name",
@@ -45,5 +45,6 @@
"houseNumber": "House Number",
"postalCode": "Postal Code",
"city": "City"
}
},
"backToLogin": "Back to Login"
}

View File

@@ -36,7 +36,7 @@
"username": "Username",
"password": "Passwort",
"login": "Login",
"noAccountRegister": "Noch keinen Account? Jetzt anmelden!",
"noAccountRegister": "Neuen Account erstellen!",
"register": "Account erstellen",
"userInfo": {
"firstName": "Vorname",
@@ -45,5 +45,6 @@
"houseNumber": "Hausnummer",
"postalCode": "Postleitzahl",
"city": "Stadt"
}
},
"backToLogin": "Zurück zum Login"
}