Skip to content

Commit 7fbb60c

Browse files
add translation terms
1 parent 17c3572 commit 7fbb60c

File tree

1 file changed

+11
-4
lines changed
  • packages/orchestrator-ui-components/src/messages

1 file changed

+11
-4
lines changed

packages/orchestrator-ui-components/src/messages/nl-NL.json

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"tableSettings": "Tabel instellingen",
2828
"openMenu": "Open menu",
2929
"incompatibleVersion": "Incompatibele versie",
30+
"incompatibleVersionText": "De versie van de WFO UI is incompatibel met de version van orchestrator-core.",
3031
"minimumOrchestratorCoreVersion": "Minimale versie van orchestrator-core"
3132
},
3233
"common": {
@@ -181,13 +182,15 @@
181182
"usedInProductBlocks": "Gebruikt in product blocks"
182183
},
183184
"workflows": {
185+
"workflowId": "ID",
184186
"name": "Workflow",
185187
"description": "Workflow beschrijving",
186188
"target": "Target",
187189
"productTags": "Product tags",
188190
"createdAt": "Aangemaakt"
189191
},
190192
"tasks": {
193+
"workflowId": "ID",
191194
"name": "Taak",
192195
"description": "Taak beschrijving",
193196
"target": "Target",
@@ -394,10 +397,10 @@
394397
},
395398
"settings": {
396399
"page": {
397-
"engineStatusTitle": "Workflow engine status",
398-
"workerStatusTitle": "Worker status",
399400
"flushButton": "Flush",
400401
"flushCacheSettingsTitle": "Flush cache instellingen",
402+
"engineStatusTitle": "Workflow engine status",
403+
"workerStatusTitle": "Worker status",
401404
"modifyEngine": "Wijzig engine status",
402405
"pauseEngine": "Pauseer workflow engine",
403406
"runningProcesses": "Lopende processen",
@@ -409,8 +412,10 @@
409412
"numberOfQueuedJobs": "Aantal queued jobs",
410413
"numberOfRunningJobs": "Aantal running jobs",
411414
"numberOfWorkersOnline": "Aantal workers online",
415+
"viewStatusPage": "Kekijk AO status pagina",
416+
"aoStackStatus": "AO stack status",
412417
"noSettingsExposed": "Er zijn geen instellingen beschikbaar vanuit de backend. Om dit in te schakelen, raadpleeg de ",
413-
"settingsOverviewLink": "pagina Instellingenoverzicht in de documentatie"
418+
"settingsOverviewLink": "pagina Instellingenoverzicht in de documentatie",
414419
},
415420
"tabs": {
416421
"actions": "Acties",
@@ -449,8 +454,10 @@
449454
}
450455
},
451456
"hamburgerMenu": {
457+
"openMenu": "Open menu",
452458
"support": "Support",
453459
"softwareVersions": "Software Versies",
454-
"logout": "Logout"
460+
"logout": "Logout",
461+
"aoStatusPage": "A&O application status page"
455462
}
456463
}

0 commit comments

Comments
 (0)