Translate setupAccount view
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user