This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v3-1-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 6c34a1a53cd6998f8627597e0dcb037bbad8e358 Author: Vincent Kling <[email protected]> AuthorDate: Sat Sep 13 18:41:20 2025 +0200 Close Dutch translation gaps (2025-09-12) (#55583) * Close Dutch translation gaps (2025-09-12) * fix static checks (cherry picked from commit f5f3399ed81f0bb32186733e39e9a63adca6131d) --- airflow-core/src/airflow/ui/public/i18n/locales/nl/admin.json | 2 +- airflow-core/src/airflow/ui/public/i18n/locales/nl/common.json | 1 + airflow-core/src/airflow/ui/public/i18n/locales/nl/dag.json | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/nl/admin.json b/airflow-core/src/airflow/ui/public/i18n/locales/nl/admin.json index 64e0df54c7b..39d3b73bdca 100644 --- a/airflow-core/src/airflow/ui/public/i18n/locales/nl/admin.json +++ b/airflow-core/src/airflow/ui/public/i18n/locales/nl/admin.json @@ -72,7 +72,7 @@ "tooltip": "Verwijder geselecteerde connecties" }, "formActions": { - "save": "Opsalaan" + "save": "Opslaan" }, "plugins": { "columns": { 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 3a03d781d40..3600c32deae 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 @@ -39,6 +39,7 @@ "fileLocation": "Bestandslocatie", "hasTaskConcurrencyLimits": "Heeft Task Concurrency limieten", "lastExpired": "Laatst verlopen", + "lastParseDuration": "Laatste parse duur", "lastParsed": "Laatst geparsed", "latestDagVersion": "Laatste Dag versie", "latestRun": "Laatste Run", 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 07a30b10bbf..ad1a937e6af 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 @@ -35,7 +35,8 @@ "code": { "bundleUrl": "Bundle URL", "noCode": "Geen code gevonden", - "parsedAt": "Parsed at:" + "parseDuration": "Parse duur:", + "parsedAt": "Geparsed op:" }, "extraLinks": "Extra Links", "grid": {
