keycloak-scim/src/common-messages.json

62 lines
1.5 KiB
JSON
Raw Normal View History

{
"common": {
"fullName": "{{givenName}} {{familyName}}",
"unknownUser": "Anonymous",
"add": "Add",
"yes": "Yes",
"no": "No",
"create": "Create",
2020-09-16 14:56:23 +00:00
"save": "Save",
Adds realm role details tab to storybook (#217) * parent 9eabcdbee40ec3bf125f4604bd5fb04c42b91dd9 author jenny-s51 <jshandel12@gmail.com> 1602688597 -0400 committer jenny-s51 <jshandel12@gmail.com> 1605296992 -0500 add file for realm role details add details and attributes tabs clean up a bit get name working add reload fix route config fix prettier add storybook demo for realm details add details and attributes tabs * parent 95101205603aec53689aa61488ffb4820591b8d1 author jenny-s51 <jshandel12@gmail.com> 1604507462 -0500 committer jenny-s51 <jshandel12@gmail.com> 1605297630 -0500 parent 95101205603aec53689aa61488ffb4820591b8d1 author jenny-s51 <jshandel12@gmail.com> 1604507462 -0500 committer jenny-s51 <jshandel12@gmail.com> 1605297556 -0500 parent 95101205603aec53689aa61488ffb4820591b8d1 author jenny-s51 <jshandel12@gmail.com> 1604507462 -0500 committer jenny-s51 <jshandel12@gmail.com> 1605297545 -0500 parent 9eabcdbee40ec3bf125f4604bd5fb04c42b91dd9 author jenny-s51 <jshandel12@gmail.com> 1602688597 -0400 committer jenny-s51 <jshandel12@gmail.com> 1605296992 -0500 add file for realm role details add details and attributes tabs clean up a bit get name working add reload fix route config fix prettier add storybook demo for realm details add details and attributes tabs clean up a bit clean up a bit add reload fix route config add storybook demo for realm details Delete messages.json cleaning up, wip fix CI clean up more * add back role messages * fix format * revert role list to master * remove reload * fix spacing and add FormAccess component * fix route * fix formatting
2020-11-18 21:52:18 +00:00
"reload": "Reload",
2020-09-16 14:56:23 +00:00
"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",
"reload": "Reload",
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",
2020-10-29 18:56:52 +00:00
"required": "Required field",
"maxLength": "Max length {{length}}",
2020-10-29 18:56:52 +00:00
"createRealm": "Create Realm"
}
}