mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[MNT-22236] Permission i18n support (#6843)
* localized role pipe * update tests * additional tests * update module * fix package lock * update module settings * try update code * update import * test fixes
This commit is contained in:
@@ -1,4 +1,18 @@
|
||||
{
|
||||
"ADF": {
|
||||
"ROLES": {
|
||||
"ALL": "All",
|
||||
"CONTRIBUTOR": "Contributor",
|
||||
"COLLABORATOR": "Collaborator",
|
||||
"COORDINATOR": "Coordinator",
|
||||
"EDITOR": "Editor",
|
||||
"CONSUMER": "Consumer",
|
||||
"SITECOLLABORATOR": "Site Collaborator",
|
||||
"SITECONSUMER": "Site Consumer",
|
||||
"SITECONTRIBUTOR": "Site Contributor",
|
||||
"SITEMANAGER": "Site Manager"
|
||||
}
|
||||
},
|
||||
"SAVE": "SAVE",
|
||||
"COMPLETE": "COMPLETE",
|
||||
"CANCEL": "CANCEL",
|
||||
|
Reference in New Issue
Block a user