keycloak-scim/src/common-messages.json

86 lines
2.1 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",
"remove": "Remove",
"search": "Search",
"next": "Next",
"back": "Back",
"finish": "Finish",
"skipCustomizationAndFinish": "Skip customization and finish",
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",
"choose": "Choose...",
2020-09-16 14:56:23 +00:00
"signOut": "Sign out",
"manageAccount": "Manage account",
"serverInfo": "Server info",
"realmInfo": "Realm info",
2020-09-16 14:56:23 +00:00
"help": "Help",
"helpLabel": "More help for {{label}}",
"helpEnabled": "Help on",
"helpDisabled": "Help off",
2020-09-16 14:56:23 +00:00
"documentation": "Documentation",
"enableHelpMode": "Enable help mode",
"learnMore": "Learn more",
"test": "Test",
2021-01-13 20:48:16 +00:00
"name": "Name",
"role": "Role",
"description": "Description",
"type": "Type",
"category": "Category",
"priority": "Priority",
"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",
"settings": "Settings",
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",
"jumpToSection": "Jump to section",
"Sunday": "Sunday",
"Monday": "Monday",
"Tuesday": "Tuesday",
"Wednesday": "Wednesday",
"Thursday": "Thursday",
"Friday": "Friday",
"Saturday": "Saturday"
}
}