Translate setupAccount view

This commit is contained in:
Johannes Zellner
2020-11-19 11:33:46 +01:00
parent 2e12d1765a
commit 1d57d4d9a4
3 changed files with 91 additions and 23 deletions
+22
View File
@@ -1293,5 +1293,27 @@
"title": "Password changed",
"openDashboardAction": "Open Dashboard"
}
},
"setupAccount": {
"welcomeTo": "Welcome to",
"description": "Please setup your account",
"username": "Username",
"errorUsernameTooShort": "The username is too short",
"errorUsernameTooLong": "The username is too long",
"errorUsernameInvalid": "Not a valid username",
"fullName": "Full Name",
"password": "New Password",
"passwordRepeat": "Repeat Password",
"errorPassword": "Password must be at least 8 characters",
"errorPasswordNoMatch": "Passwords don't match",
"setupAction": "Setup",
"invalidToken": {
"title": "Invalid or Expired Invite Link",
"description": "Contact your server admin to get a new invite link."
},
"success": {
"title": "Your Account is ready",
"openDashboardAction": "Open Dashboard"
}
}
}