Skip to content

Commit 51a471f

Browse files
wouterhhuismanDutchBen
authored andcommitted
add translation terms
1 parent 2125cee commit 51a471f

File tree

1 file changed

+10
-3
lines changed
  • packages/orchestrator-ui-components/src/messages

1 file changed

+10
-3
lines changed

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

Lines changed: 10 additions & 3 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": {
@@ -182,13 +183,15 @@
182183
"usedInProductBlocks": "Gebruikt in product blocks"
183184
},
184185
"workflows": {
186+
"workflowId": "ID",
185187
"name": "Workflow",
186188
"description": "Workflow beschrijving",
187189
"target": "Target",
188190
"productTags": "Product tags",
189191
"createdAt": "Aangemaakt"
190192
},
191193
"tasks": {
194+
"workflowId": "ID",
192195
"name": "Taak",
193196
"description": "Taak beschrijving",
194197
"target": "Target",
@@ -407,10 +410,10 @@
407410
},
408411
"settings": {
409412
"page": {
410-
"engineStatusTitle": "Workflow engine status",
411-
"workerStatusTitle": "Worker status",
412413
"flushButton": "Flush",
413414
"flushCacheSettingsTitle": "Flush cache instellingen",
415+
"engineStatusTitle": "Workflow engine status",
416+
"workerStatusTitle": "Worker status",
414417
"modifyEngine": "Wijzig engine status",
415418
"pauseEngine": "Pauseer workflow engine",
416419
"runningProcesses": "Lopende processen",
@@ -422,8 +425,10 @@
422425
"numberOfQueuedJobs": "Aantal queued jobs",
423426
"numberOfRunningJobs": "Aantal running jobs",
424427
"numberOfWorkersOnline": "Aantal workers online",
428+
"viewStatusPage": "Kekijk AO status pagina",
429+
"aoStackStatus": "AO stack status",
425430
"noSettingsExposed": "Er zijn geen instellingen beschikbaar vanuit de backend. Om dit in te schakelen, raadpleeg de ",
426-
"settingsOverviewLink": "pagina Instellingenoverzicht in de documentatie"
431+
"settingsOverviewLink": "pagina Instellingenoverzicht in de documentatie",
427432
},
428433
"tabs": {
429434
"actions": "Acties",
@@ -462,9 +467,11 @@
462467
}
463468
},
464469
"hamburgerMenu": {
470+
"openMenu": "Open menu",
465471
"support": "Support",
466472
"softwareVersions": "Software Versies",
467473
"logout": "Logout",
474+
"aoStatusPage": "A&O application status page",
468475
"aoStatusPage": "A&O applicatie status pagina"
469476
}
470477
}

0 commit comments

Comments
 (0)