keycloak-scim/apps/account-ui/public/locales/en/translation.json
Erik Jan de Wit b7e4db8e15
Add 'Personal Info' form and masthead to Account UI (#3551)
Co-authored-by: Jon Koops <jonkoops@gmail.com>
2022-11-03 15:06:26 +01:00

24 lines
809 B
JSON

{
"accountSecurity": "Account security",
"applications": "Applications",
"avatar": "Avatar",
"deviceActivity": "Device activity",
"firstName": "First name",
"fullName": "{{givenName}} {{familyName}}",
"groups": "Groups",
"lastName": "Last name",
"linkedAccounts": "Linked accounts",
"logo": "Logo",
"manageAccount": "Manage account",
"personalInfo": "Personal info",
"personalInfoDescription": "Manage your basic information",
"resources": "Resources",
"signingIn": "Signing in",
"signOut": "Sign out",
"somethingWentWrong": "Something went wrong",
"somethingWentWrongDescription": "Sorry, an unexpected error has occurred.",
"tryAgain": "Try again",
"unknownUser": "Anonymous",
"username": "Username",
"welcomeMessage": "Welcome to Keycloak Account Management."
}