[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:
Denys Vuika
2021-03-23 16:22:32 +00:00
committed by GitHub
parent c0a3f9d99d
commit b97aa7dfee
11 changed files with 217 additions and 64 deletions

View File

@@ -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",