Use system language to translate login screen

This commit is contained in:
Johannes Zellner
2020-11-19 00:31:45 +01:00
parent fb03e34765
commit 2e12d1765a
4 changed files with 111 additions and 26 deletions

View File

@@ -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"
}
}
}