mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-13 15:23:17 +00:00
try to fix unit tests, idp, password, accounts translations
This commit is contained in:
@@ -1,14 +1,54 @@
|
||||
{
|
||||
"common": {
|
||||
"back": "Back"
|
||||
},
|
||||
"accounts": {
|
||||
"title": "Accounts",
|
||||
"description": "Select the account you want to use.",
|
||||
"addAnother": "Add another account",
|
||||
"noResults": "No accounts found"
|
||||
},
|
||||
"loginname": {
|
||||
"title": "Welcome back!",
|
||||
"description": "Enter your login data.",
|
||||
"registerButton": "Register new user"
|
||||
"register": "Register new user"
|
||||
},
|
||||
"password": {
|
||||
"title": "Password",
|
||||
"description": "Enter your password.",
|
||||
"resetPassword": "Reset Password",
|
||||
"submit": "Continue"
|
||||
},
|
||||
"idp": {
|
||||
"title": "Sign in with SSO",
|
||||
"description": "Select one of the following providers to sign in",
|
||||
"signInWithApple": "Sign in with Apple",
|
||||
"signInWithGoogle": "Sign in with Google",
|
||||
"signInWithAzureAD": "Sign in with AzureAD",
|
||||
"signInWithGithub": "Sign in with GitHub",
|
||||
"signInWithGitlab": "Sign in with GitLab"
|
||||
"signInWithGitlab": "Sign in with GitLab",
|
||||
"loginSuccess": {
|
||||
"title": "Login successful",
|
||||
"description": "You have successfully been loggedIn!"
|
||||
},
|
||||
"linkingSuccess": {
|
||||
"title": "Account linked",
|
||||
"description": "You have successfully linked your account!"
|
||||
},
|
||||
"registerSuccess": {
|
||||
"title": "Registration successful",
|
||||
"description": "You have successfully registered!"
|
||||
},
|
||||
"loginError": {
|
||||
"title": "Login failed",
|
||||
"description": "An error occurred while trying to login."
|
||||
},
|
||||
"linkingError": {
|
||||
"title": "Account linking failed",
|
||||
"description": "An error occurred while trying to link your account."
|
||||
}
|
||||
},
|
||||
"error": {
|
||||
"unknownContext": "Could not get the context of the user. Make sure to enter the username first or provide a loginName as searchParam."
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user