Renamed roles and trans keys "Limited"->"Restricted" "Full" -> ""
This commit is contained in:
@@ -267,33 +267,33 @@ export default {
|
||||
},
|
||||
{
|
||||
name: "Business admin",
|
||||
l: "BizAdminFull",
|
||||
p: "BizAdminFull"
|
||||
l: "BizAdmin",
|
||||
p: "BizAdmin"
|
||||
},
|
||||
{
|
||||
name: "Business admin - limited",
|
||||
l: "BizAdminLimited",
|
||||
p: "BizAdminLimited"
|
||||
name: "Business admin - restricted",
|
||||
l: "BizAdminRestricted",
|
||||
p: "BizAdminRestricted"
|
||||
},
|
||||
{
|
||||
name: "Customer",
|
||||
l: "CustomerFull",
|
||||
p: "CustomerFull"
|
||||
l: "Customer",
|
||||
p: "Customer"
|
||||
},
|
||||
{
|
||||
name: "Customer - limited",
|
||||
l: "CustomerLimited",
|
||||
p: "CustomerLimited"
|
||||
name: "Customer - restricted",
|
||||
l: "CustomerRestricted",
|
||||
p: "CustomerRestricted"
|
||||
},
|
||||
{
|
||||
name: "Service",
|
||||
l: "ServiceFull",
|
||||
p: "ServiceFull"
|
||||
l: "Service",
|
||||
p: "Service"
|
||||
},
|
||||
{
|
||||
name: "Service - limited",
|
||||
l: "ServiceLimited",
|
||||
p: "ServiceLimited"
|
||||
name: "Service - restricted",
|
||||
l: "ServiceRestricted",
|
||||
p: "ServiceRestricted"
|
||||
},
|
||||
{
|
||||
name: "Head office",
|
||||
@@ -302,53 +302,53 @@ export default {
|
||||
},
|
||||
{
|
||||
name: "Inventory",
|
||||
l: "InventoryFull",
|
||||
p: "InventoryFull"
|
||||
l: "Inventory",
|
||||
p: "Inventory"
|
||||
},
|
||||
{
|
||||
name: "Inventory - limited",
|
||||
l: "InventoryLimited",
|
||||
p: "InventoryLimited"
|
||||
name: "Inventory - restricted",
|
||||
l: "InventoryRestricted",
|
||||
p: "InventoryRestricted"
|
||||
},
|
||||
{
|
||||
name: "Operations",
|
||||
l: "OpsAdminFull",
|
||||
p: "OpsAdminFull"
|
||||
l: "OpsAdmin",
|
||||
p: "OpsAdmin"
|
||||
},
|
||||
{
|
||||
name: "Operations - limited",
|
||||
l: "OpsAdminLimited",
|
||||
p: "OpsAdminLimited"
|
||||
name: "Operations - restricted",
|
||||
l: "OpsAdminRestricted",
|
||||
p: "OpsAdminRestricted"
|
||||
},
|
||||
{
|
||||
name: "Sales",
|
||||
l: "SalesFull",
|
||||
p: "SalesFull"
|
||||
l: "Sales",
|
||||
p: "Sales"
|
||||
},
|
||||
{
|
||||
name: "Sales - limited",
|
||||
l: "SalesLimited",
|
||||
p: "SalesLimited"
|
||||
name: "Sales - restricted",
|
||||
l: "SalesRestricted",
|
||||
p: "SalesRestricted"
|
||||
},
|
||||
{
|
||||
name: "Subcontractor",
|
||||
l: "SubContractorFull",
|
||||
p: "SubContractorFull"
|
||||
l: "SubContractor",
|
||||
p: "SubContractor"
|
||||
},
|
||||
{
|
||||
name: "Subcontractor - limited",
|
||||
l: "SubContractorLimited",
|
||||
p: "SubContractorLimited"
|
||||
name: "Subcontractor - restricted",
|
||||
l: "SubContractorRestricted",
|
||||
p: "SubContractorRestricted"
|
||||
},
|
||||
{
|
||||
name: "Technician",
|
||||
l: "TechFull",
|
||||
p: "TechFull"
|
||||
l: "Tech",
|
||||
p: "Tech"
|
||||
},
|
||||
{
|
||||
name: "Technician - limited",
|
||||
l: "TechLimited",
|
||||
p: "TechLimited"
|
||||
name: "Technician - restricted",
|
||||
l: "TechRestricted",
|
||||
p: "TechRestricted"
|
||||
},
|
||||
{
|
||||
name: "Translation - Deutsch / German",
|
||||
|
||||
Reference in New Issue
Block a user