diff --git a/config/permissions.yaml b/config/permissions.yaml
index 7acee7f0..5adfb79d 100644
--- a/config/permissions.yaml
+++ b/config/permissions.yaml
@@ -18,7 +18,7 @@ perms: # Here comes a list with all Permission names (they have a perm_[name] co
parts: # e.g. this maps to perms_parts in User/Group database
group: "data"
- label: "perm.parts"
+ label: "{{part}}"
operations: # Here are all possible operations are listed => the op name is mapped to bit value
read:
label: "perm.read"
@@ -71,7 +71,7 @@ perms: # Here comes a list with all Permission names (they have a perm_[name] co
storelocations: &PART_CONTAINING
- label: "perm.storelocations"
+ label: "{{storage_location}}"
group: "data"
operations:
read:
@@ -103,39 +103,39 @@ perms: # Here comes a list with all Permission names (they have a perm_[name] co
footprints:
<<: *PART_CONTAINING
- label: "perm.part.footprints"
+ label: "{{footprint}}"
categories:
<<: *PART_CONTAINING
- label: "perm.part.categories"
+ label: "{{category}}"
suppliers:
<<: *PART_CONTAINING
- label: "perm.part.supplier"
+ label: "{{supplier}}"
manufacturers:
<<: *PART_CONTAINING
- label: "perm.part.manufacturers"
+ label: "{{manufacturer}}"
projects:
<<: *PART_CONTAINING
- label: "perm.projects"
+ label: "{{project}}"
attachment_types:
<<: *PART_CONTAINING
- label: "perm.part.attachment_types"
+ label: "{{attachment_type}}"
currencies:
<<: *PART_CONTAINING
- label: "perm.currencies"
+ label: "{{currency}}"
measurement_units:
<<: *PART_CONTAINING
- label: "perm.measurement_units"
+ label: "{{measurement_unit}}"
part_custom_states:
<<: *PART_CONTAINING
- label: "perm.part_custom_states"
+ label: "{{part_custom_state}}"
tools:
label: "perm.part.tools"
@@ -377,4 +377,4 @@ perms: # Here comes a list with all Permission names (they have a perm_[name] co
manage_tokens:
label: "perm.api.manage_tokens"
alsoSet: ['access_api']
- apiTokenRole: ROLE_API_FULL
\ No newline at end of file
+ apiTokenRole: ROLE_API_FULL
diff --git a/translations/messages.en.xlf b/translations/messages.en.xlf
index 7d4a4885..acaee869 100644
--- a/translations/messages.en.xlf
+++ b/translations/messages.en.xlf
@@ -7658,16 +7658,6 @@ Element 1 -> Element 1.2]]>
System
-
-
- obsolete
- obsolete
-
-
- perm.parts
- Parts
-
-
obsolete
@@ -7928,16 +7918,6 @@ Element 1 -> Element 1.2]]>
Orders
-
-
- obsolete
- obsolete
-
-
- perm.storelocations
- Storage locations
-
-
obsolete
@@ -7958,66 +7938,6 @@ Element 1 -> Element 1.2]]>
List parts
-
-
- obsolete
- obsolete
-
-
- perm.part.footprints
- Footprints
-
-
-
-
- obsolete
- obsolete
-
-
- perm.part.categories
- Categories
-
-
-
-
- obsolete
- obsolete
-
-
- perm.part.supplier
- Suppliers
-
-
-
-
- obsolete
- obsolete
-
-
- perm.part.manufacturers
- Manufacturers
-
-
-
-
- obsolete
- obsolete
-
-
- perm.projects
- Projects
-
-
-
-
- obsolete
- obsolete
-
-
- perm.part.attachment_types
- Attachment types
-
-
obsolete
@@ -8528,12 +8448,6 @@ Element 1 -> Element 1.2]]>
Measurement unit
-
-
- perm.part_custom_states
- Custom part state
-
-
obsolete
@@ -14480,5 +14394,11 @@ Please note that this system is currently experimental, and the synonyms defined
Type synonyms allow you to replace the labels of built-in data types. For example, you can rename "Footprint" to something else.
+
+
+ {{part}}
+ Parts
+
+