mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
i18n: Phrases for login page (#81478)
* i18n markup for login components * Add serviceName to translation * Fix typo * Reset from main * Extract * Fix extract
This commit is contained in:
@@ -673,6 +673,22 @@
|
||||
"invalid-user-or-password": "Invalid username or password",
|
||||
"title": "Login failed",
|
||||
"unknown": "Unknown error occurred"
|
||||
},
|
||||
"forgot-password": "Forgot your password?",
|
||||
"form": {
|
||||
"password-label": "Password",
|
||||
"password-required": "Password is required",
|
||||
"submit-label": "Log in",
|
||||
"submit-loading-label": "Logging in...",
|
||||
"username-label": "Email or username",
|
||||
"username-required": "Email or username is required"
|
||||
},
|
||||
"services": {
|
||||
"sing-in-with-prefix": "Sign in with {{serviceName}}"
|
||||
},
|
||||
"signup": {
|
||||
"button-label": "Sign up",
|
||||
"new-to-question": "New to Grafana?"
|
||||
}
|
||||
},
|
||||
"nav": {
|
||||
|
||||
Reference in New Issue
Block a user