Skip to content
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
10 changes: 8 additions & 2 deletions packages/orchestrator-ui-components/src/messages/nl-NL.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"tableSettings": "Tabel instellingen",
"openMenu": "Open menu",
"incompatibleVersion": "Incompatibele versie",
"incompatibleVersionText": "De versie van de WFO UI is incompatibel met de version van orchestrator-core.",
"minimumOrchestratorCoreVersion": "Minimale versie van orchestrator-core"
},
"common": {
Expand Down Expand Up @@ -182,13 +183,15 @@
"usedInProductBlocks": "Gebruikt in product blocks"
},
"workflows": {
"workflowId": "ID",
"name": "Workflow",
"description": "Workflow beschrijving",
"target": "Target",
"productTags": "Product tags",
"createdAt": "Aangemaakt"
},
"tasks": {
"workflowId": "ID",
"name": "Taak",
"description": "Taak beschrijving",
"target": "Target",
Expand Down Expand Up @@ -407,10 +410,10 @@
},
"settings": {
"page": {
"engineStatusTitle": "Workflow engine status",
"workerStatusTitle": "Worker status",
"flushButton": "Flush",
"flushCacheSettingsTitle": "Flush cache instellingen",
"engineStatusTitle": "Workflow engine status",
"workerStatusTitle": "Worker status",
"modifyEngine": "Wijzig engine status",
"pauseEngine": "Pauseer workflow engine",
"runningProcesses": "Lopende processen",
Expand All @@ -422,6 +425,8 @@
"numberOfQueuedJobs": "Aantal queued jobs",
"numberOfRunningJobs": "Aantal running jobs",
"numberOfWorkersOnline": "Aantal workers online",
"viewStatusPage": "Bekijk AO status pagina",
"aoStackStatus": "AO stack status",
"noSettingsExposed": "Er zijn geen instellingen beschikbaar vanuit de backend. Om dit in te schakelen, raadpleeg de ",
"settingsOverviewLink": "pagina Instellingenoverzicht in de documentatie"
},
Expand Down Expand Up @@ -462,6 +467,7 @@
}
},
"hamburgerMenu": {
"openMenu": "Open menu",
"support": "Support",
"softwareVersions": "Software Versies",
"logout": "Logout",
Expand Down
Loading