keycloak-scim/src/common-messages.json
Erik Jan de Wit 1297c9f391
Restructure (#78)
* moved files into new structure

* translation files / namespace per "page"

fixes: #77

* renamed pages to sections

* moved save, delete and others to common bundle
2020-09-10 14:04:03 -04:00

19 lines
437 B
JSON

{
"common": {
"fullName": "{{givenName}} {{familyName}}",
"unknownUser": "Anonymous",
"Save": "Save",
"Cancel": "Cancel",
"Delete": "Delete",
"Export": "Export",
"Resource file": "Resource file",
"Sign out": "Sign out",
"Manage account": "Manage account",
"Server info": "Server info",
"Help": "Help",
"Documentation": "Documentation",
"Enable help mode": "Enable help mode"
}
}