🌐 Add missing translations

This commit is contained in:
Manuel
2023-08-05 23:06:40 +02:00
parent cdb88ff941
commit 14c366bddd
9 changed files with 161 additions and 60 deletions

View File

@@ -0,0 +1,50 @@
{
"steps": {
"account": {
"title": "First step",
"text": "Create account",
"username": {
"label": "Username"
},
"email": {
"label": "E-Mail"
}
},
"security": {
"title": "Second step",
"text": "Password",
"password": {
"label": "Password",
"requirement": "Includes at least 6 characters"
}
},
"finish": {
"title": "Final step",
"text": "Save to database",
"card": {
"title": "Review your inputs",
"text": "After you submit your data to the database, the user will be able to log in. Are you sure that you want to store this user in the database and activate the login?"
},
"table": {
"header": {
"property": "Property",
"value": "Value",
"username": "Username",
"email": "E-Mail",
"password": "Password"
},
"notSet": "Not set",
"valid": "Valid"
},
"alertConfirmed": "User has been created in the database. They can now log in."
}
},
"buttons": {
"next": "Next",
"previous": "Previous",
"confirm": "Confirm",
"generateRandomPw": "Generate random",
"createAnother": "Create another",
"goBack": "Go back to users"
}
}