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:
Tobias Skarhed
2024-02-07 16:37:42 +01:00
committed by GitHub
parent 843c477899
commit 00d69bc8e5
6 changed files with 69 additions and 21 deletions

View File

@@ -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": {