Skip to content

Commit

Permalink
translation updates
Browse files Browse the repository at this point in the history
  • Loading branch information
wouter1975 committed Oct 16, 2023
1 parent 3c2ad8c commit 3ed3f9f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
20 changes: 10 additions & 10 deletions packages/orchestrator-ui-components/src/messages/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
},
"products": {
"id": "ID",
"name": "Name",
"description": "Description",
"tag": "Tag",
"name": "Product",
"tag": "Product tag",
"description": "Product description",
"productType": "Type",
"status": "Status",
"productBlocks": "Product blocks",
Expand All @@ -47,8 +47,8 @@
},
"productBlocks": {
"id": "ID",
"name": "Name",
"description": "Description",
"name": "Product block",
"description": "Product block description",
"tag": "Tag",
"status": "Status",
"resourceTypes": "Resource types",
Expand All @@ -58,14 +58,14 @@
},
"resourceTypes": {
"type": "Resource type",
"description": "Description",
"description": "Resource type description",
"resourceId": "Resource Id"
},
"workflows": {
"name": "Name",
"description": "Description",
"name": "Workflow",
"description": "Workflow description",
"target": "Target",
"productTags": "Product Tags",
"productTags": "Product tags",
"createdAt": "Created"
}
},
Expand Down Expand Up @@ -169,7 +169,7 @@
"status": "Status",
"id": "ID",
"blockTitleSubscriptionDetails": "Subscription details",
"blockTitleFixedInputs": "Fixed Inputs",
"blockTitleFixedInputs": "Fixed inputs",
"blockTitleProductInfo": "Product Info",
"subscriptionId": "Subscription ID",
"description": "Description",
Expand Down
22 changes: 11 additions & 11 deletions packages/orchestrator-ui-components/src/messages/nl-NL.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
},
"products": {
"id": "ID",
"name": "Naam",
"description": "Beschrijving",
"tag": "Tag",
"name": "Product",
"description": "Product beschrijving",
"tag": "Product tag",
"productType": "Type",
"status": "Status",
"productBlocks": "Product blocks",
Expand All @@ -47,8 +47,8 @@
},
"productBlocks": {
"id": "ID",
"name": "Naam",
"description": "Beschrijving",
"name": "Product block",
"description": "Product block beschrijving",
"tag": "Tag",
"status": "Status",
"resourceTypes": "Resource types",
Expand All @@ -57,15 +57,15 @@
"parentIds": "Parents"
},
"resourceTypes": {
"type": "Type",
"description": "Beschrijving",
"resourceId": "Resource ID"
"type": "Resource type",
"description": "Resource type beschrijving",
"resourceId": "Resource Id"
},
"workflows": {
"name": "Naam",
"description": "Beschrijving",
"name": "Workflow",
"description": "Workflow beschrijving",
"target": "Target",
"productTags": "Product Tags",
"productTags": "Product tags",
"createdAt": "Aangemaakt"
}
},
Expand Down

0 comments on commit 3ed3f9f

Please sign in to comment.