Use system language to translate login screen
This commit is contained in:
@@ -1261,5 +1261,37 @@
|
||||
"location": "Location",
|
||||
"cloneAction": "Clone"
|
||||
}
|
||||
},
|
||||
"login": {
|
||||
"loginTo": "Login to",
|
||||
"errorIncorrectCredentials": "Incorrect username or password",
|
||||
"username": "Username",
|
||||
"password": "Password",
|
||||
"2faToken": "2FA Token (if enabled)",
|
||||
"signInAction": "Sign in",
|
||||
"resetPasswordAction": "Reset password"
|
||||
},
|
||||
"passwordReset": {
|
||||
"title": "Password reset",
|
||||
"usernameOrEmail": "Username or Email",
|
||||
"resetAction": "Reset",
|
||||
"backToLoginAction": "Back to login",
|
||||
"emailSent": {
|
||||
"title": "Password reset email sent"
|
||||
},
|
||||
"newPassword": {
|
||||
"title": "Password reset email sentSet new password",
|
||||
"password": "New Password",
|
||||
"errorLength": "Password must be at least 8 and at most 265 characters",
|
||||
"passwordRepeat": "Repeat Password",
|
||||
"errorMismatch": "Passwords don't match"
|
||||
},
|
||||
"passwordChanged": {
|
||||
"submitAction": "Submit"
|
||||
},
|
||||
"success": {
|
||||
"title": "Password changed",
|
||||
"openDashboardAction": "Open Dashboard"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user