keycloak-scim/src/common-messages.json
Sarah Rambacher 0aa63ddfbb
Field level help (#152)
* refactors form field help

* format and test

* add interpolation of help text

* implement HelpItem and move help text

* update DownloadDialog with new HelpItem

* remove commented out code
2020-10-09 08:48:50 +02:00

52 lines
1.3 KiB
JSON

{
"common": {
"fullName": "{{givenName}} {{familyName}}",
"unknownUser": "Anonymous",
"create": "Create",
"save": "Save",
"cancel": "Cancel",
"continue": "Continue",
"delete": "Delete",
"search": "Search",
"next": "Next",
"back": "Back",
"export": "Export",
"action": "Action",
"download": "Download",
"resourceFile": "Resource file",
"clearFile": "Clear this file",
"on": "On",
"off":"Off",
"enabled": "Enabled",
"disabled": "Disabled",
"disable": "Disable",
"selectOne": "Select an option",
"signOut": "Sign out",
"manageAccount": "Manage account",
"serverInfo": "Server info",
"help": "Help",
"helpLabel": "More help for {{label}}",
"documentation": "Documentation",
"enableHelpMode": "Enable help mode",
"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"
}
}