try to fix unit tests, idp, password, accounts translations

This commit is contained in:
peintnermax
2024-10-09 14:03:01 +02:00
parent 93b2ebf75e
commit 12df4eec88
11 changed files with 214 additions and 174 deletions

View File

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