Files
homarr/public/locales/en/manage/users/create.json
2023-08-10 20:06:32 +02:00

62 lines
2.0 KiB
JSON

{
"metaTitle": "Create user",
"steps": {
"account": {
"title": "First step",
"text": "Create account",
"username": {
"label": "Username"
},
"email": {
"label": "E-Mail"
}
},
"security": {
"title": "Second step",
"text": "Password",
"password": {
"label": "Password",
"requirements": {
"number": "Includes number",
"lowercase": "Includes lowercase letter",
"uppercase": "Includes uppercase letter",
"special": "Includes special character",
"length": "Includes at least {{count}} characters"
}
}
},
"finish": {
"title": "Confirmation",
"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"
}
},
"completed": {
"alert": {
"title": "User was created",
"text": "The user was created in the database. They can now log in."
}
}
},
"buttons": {
"next": "Next",
"previous": "Previous",
"confirm": "Confirm",
"generateRandomPassword": "Generate random",
"createAnother": "Create another",
"goBack": "Go back to users"
}
}