keycloak-scim/src/common-messages.json

55 lines
1.3 KiB
JSON
Raw Normal View History

{
"common": {
"fullName": "{{givenName}} {{familyName}}",
"unknownUser": "Anonymous",
"add": "Add",
"create": "Create",
2020-09-16 14:56:23 +00:00
"save": "Save",
"cancel": "Cancel",
"continue": "Continue",
2020-09-16 14:56:23 +00:00
"delete": "Delete",
"search": "Search",
"next": "Next",
"back": "Back",
2020-09-16 14:56:23 +00:00
"export": "Export",
"action": "Action",
"download": "Download",
2020-09-16 14:56:23 +00:00
"resourceFile": "Resource file",
"clearFile": "Clear this file",
"on": "On",
"off": "Off",
"enabled": "Enabled",
"disabled": "Disabled",
"disable": "Disable",
"selectOne": "Select an option",
2020-09-16 14:56:23 +00:00
"signOut": "Sign out",
"manageAccount": "Manage account",
"serverInfo": "Server info",
"help": "Help",
"helpLabel": "More help for {{label}}",
2020-09-16 14:56:23 +00:00
"documentation": "Documentation",
"enableHelpMode": "Enable help mode",
"learnMore": "Learn more",
"home": "Home",
"manage": "Manage",
"clients": "Clients",
"clientScopes": "Client scopes",
"realmRoles": "Realm roles",
"users": "Users",
"groups": "Groups",
"sessions": "Sessions",
"events": "Events",
"configure": "Configure",
"realmSettings": "Realm settings",
"authentication": "Authentication",
"identityProviders": "Identity providers",
"userFederation": "User federation",
"required": "Required field"
}
}