Skip to content

Commit

Permalink
fix(28152): fix translations
Browse files Browse the repository at this point in the history
  • Loading branch information
vanch3d committed Dec 11, 2024
1 parent 993c2aa commit 773b2f5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions hivemq-edge/src/frontend/src/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"title": "Extensions",
"routes": {
"modules": "Modules",
"namespace": "Unified Namespace"
"namespace": "UNS Prefix"
}
},
"resources": {
Expand Down Expand Up @@ -649,11 +649,11 @@
}
},
"unifiedNamespace": {
"title": "Unified Namespace",
"title": "Unified Namespace Prefix",
"description": "Set your unified namespace architecture.",
"standard": "ISA-95",
"action": {
"define": "Modify the unified namespace"
"define": "Modify the UNS Prefix"
},
"error": {
"loading": "We cannot load your namespace for the time being. Please try again later"
Expand Down Expand Up @@ -684,23 +684,23 @@
},
"enterprise": {
"label": "Enterprise",
"helper": "Help text goes here to explain what it is"
"helper": "An enterprise is a collection of sites and areas and represents the top level of a role based equipment hierarchy."
},
"site": {
"label": "Site",
"helper": "Help text goes here to explain what it is"
"helper": "A site is a physical, geographical, or logical grouping determined by the enterprise."
},
"area": {
"label": "Area",
"helper": "Help text goes here to explain what it is"
"helper": "An area is a physical, geographical, or logical grouping determined by the site."
},
"productionLine": {
"label": "Production Line",
"helper": "Help text goes here to explain what it is"
"helper": "Production lines are low levels of equipment scheduled for discrete manufacturing processes."
},
"workCell": {
"label": "Work Cell",
"helper": "Help text goes here to explain what it is"
"helper": "Work Cell are low levels of equipment scheduled for discrete manufacturing processes."
},
"options": {
"legend": "Options"
Expand Down

0 comments on commit 773b2f5

Please sign in to comment.