Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(28152): fix translations #691

Merged
merged 1 commit into from
Dec 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading