This is an automated email from the ASF dual-hosted git repository.

shahar pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 9057c802897 Close Dutch translation gaps (2025-09-06) (#55337)
9057c802897 is described below

commit 9057c802897ffa9a78b223955a50b0a741e07651
Author: Vincent Kling <[email protected]>
AuthorDate: Sun Sep 7 22:22:13 2025 +0200

    Close Dutch translation gaps (2025-09-06) (#55337)
    
    * Close Dutch translation gaps (2025-09-06)
    
    * Fix typo in hitl.json
    
    Co-authored-by: Bas Harenslak <[email protected]>
    
    ---------
    
    Co-authored-by: Bas Harenslak <[email protected]>
---
 .../airflow/ui/public/i18n/locales/nl/browse.json  |  3 ++
 .../airflow/ui/public/i18n/locales/nl/common.json  |  8 +++++
 .../src/airflow/ui/public/i18n/locales/nl/dag.json | 35 ++++++++++++++++++++--
 .../airflow/ui/public/i18n/locales/nl/hitl.json    | 10 +++++++
 .../airflow/ui/public/i18n/locales/nl/tasks.json   | 10 +++++++
 5 files changed, 64 insertions(+), 2 deletions(-)

diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/nl/browse.json 
b/airflow-core/src/airflow/ui/public/i18n/locales/nl/browse.json
index 22e80de0ca8..4fadaab6759 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/nl/browse.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/nl/browse.json
@@ -10,6 +10,9 @@
       "user": "Gebruiker",
       "when": "Wanneer"
     },
+    "filters": {
+      "eventType": "Gebeurtenis type"
+    },
     "title": "Audit Log"
   },
   "xcom": {
diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/nl/common.json 
b/airflow-core/src/airflow/ui/public/i18n/locales/nl/common.json
index d4c28ff45cf..95707d92beb 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/nl/common.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/nl/common.json
@@ -7,6 +7,13 @@
     "Providers": "Providers",
     "Variables": "Variabelen"
   },
+  "allOperators": "Alle Operators",
+  "appearance": {
+    "appearance": "Uiterlijk",
+    "darkMode": "Donkere modus",
+    "lightMode": "Lichte modus",
+    "systemMode": "Volg systeeminstellingen"
+  },
   "asset_one": "Asset",
   "asset_other": "Assets",
   "assetEvent_one": "Asset Event",
@@ -180,6 +187,7 @@
     "failed": "Mislukt",
     "no_status": "Geen status",
     "none": "Geen status",
+    "planned": "Gepland",
     "queued": "Wachtend",
     "removed": "Verwijderd",
     "restarting": "Herstartend",
diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/nl/dag.json 
b/airflow-core/src/airflow/ui/public/i18n/locales/nl/dag.json
index 9fc4737f8cb..07a30b10bbf 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/nl/dag.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/nl/dag.json
@@ -5,6 +5,33 @@
     "reason": "Reden",
     "title": "Afhankelijkheden die de Task blokkeren om ingepland te worden"
   },
+  "calendar": {
+    "daily": "Dagelijks",
+    "hourly": "Uurlijks",
+    "legend": {
+      "less": "Minder",
+      "more": "Meer"
+    },
+    "navigation": {
+      "nextMonth": "Volgende maand",
+      "nextYear": "Volgend jaar",
+      "previousMonth": "Vorige maand",
+      "previousYear": "Vorig jaar"
+    },
+    "noData": "Geen gegevens beschikbaar",
+    "noRuns": "Geen runs",
+    "totalRuns": "Totaal aantal runs",
+    "week": "Week {{weekNumber}}",
+    "weekdays": {
+      "friday": "Vr",
+      "monday": "Ma",
+      "saturday": "Za",
+      "sunday": "Zo",
+      "thursday": "Do",
+      "tuesday": "Di",
+      "wednesday": "Wo"
+    }
+  },
   "code": {
     "bundleUrl": "Bundle URL",
     "noCode": "Geen code gevonden",
@@ -57,6 +84,8 @@
       "assetEvent_other": "Aangemaakte Asset Events"
     },
     "failedLogs": {
+      "hideLogs": "Verberg logs",
+      "showLogs": "Toon logs",
       "title": "Recente mislukte Task logs",
       "viewFullLogs": "Bekijk volledige logs"
     }
@@ -64,8 +93,9 @@
   "panel": {
     "buttons": {
       "options": "Opties",
-      "showGraph": "Grafiek tonen",
-      "showGrid": "Raster tonen"
+      "showGantt": "Toon Gantt",
+      "showGraphShortcut": "Toon grafiek (Druk op g)",
+      "showGridShortcut": "Toon raster (Druk op g)"
     },
     "dagRuns": {
       "label": "Aantal Dag Runs"
@@ -100,6 +130,7 @@
     "assetEvents": "Asset Events",
     "auditLog": "Audit Log",
     "backfills": "Backfills",
+    "calendar": "Kalender",
     "code": "Code",
     "details": "Details",
     "logs": "Logs",
diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/nl/hitl.json 
b/airflow-core/src/airflow/ui/public/i18n/locales/nl/hitl.json
index 88a787e3fe3..28d352aa984 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/nl/hitl.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/nl/hitl.json
@@ -1,6 +1,15 @@
 {
+  "filters": {
+    "response": {
+      "all": "Alle",
+      "pending": "In afwachting",
+      "received": "Beoordeeld"
+    }
+  },
   "requiredAction_one": "Vereiste acties",
   "requiredAction_other": "Vereiste acties",
+  "requiredActionCount_one": "Vereiste acties ({{count}})",
+  "requiredActionCount_other": "Vereiste acties ({{count}})",
   "requiredActionState": "Vereiste actie status",
   "response": {
     "error": "Reactie mislukt",
@@ -16,6 +25,7 @@
     "approvalRequired": "Goedkeuring vereist",
     "choiceReceived": "Keuze ontvangen",
     "choiceRequired": "Keuze vereist",
+    "noResponseReceived": "Geen reactie ontvangen",
     "rejectionReceived": "Afwijzing ontvangen",
     "responseReceived": "Reactie ontvangen",
     "responseRequired": "Reactie vereist"
diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/nl/tasks.json 
b/airflow-core/src/airflow/ui/public/i18n/locales/nl/tasks.json
new file mode 100644
index 00000000000..9239cb8f26d
--- /dev/null
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/nl/tasks.json
@@ -0,0 +1,10 @@
+{
+  "mapped": "Gemapped",
+  "notMapped": "Niet gemapped",
+  "retries": "Pogingen",
+  "searchTasks": "Zoek taken",
+  "selectMapped": "Selecteer gemapped",
+  "selectOperator": "Selecteer operators",
+  "selectRetryValues": "Selecteer retry waarden",
+  "selectTriggerRules": "Selecteer trigger regels"
+}

Reply via email to