Skip to content

Commit 4863087

Browse files
DjVinniiGitOps Bot
authored andcommitted
Close Dutch translation gaps (2025-09-12) (apache#55583)
* Close Dutch translation gaps (2025-09-12) * fix static checks
1 parent 94b502f commit 4863087

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

airflow-core/src/airflow/ui/public/i18n/locales/nl/admin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"tooltip": "Verwijder geselecteerde connecties"
7373
},
7474
"formActions": {
75-
"save": "Opsalaan"
75+
"save": "Opslaan"
7676
},
7777
"plugins": {
7878
"columns": {

airflow-core/src/airflow/ui/public/i18n/locales/nl/common.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"fileLocation": "Bestandslocatie",
4040
"hasTaskConcurrencyLimits": "Heeft Task Concurrency limieten",
4141
"lastExpired": "Laatst verlopen",
42+
"lastParseDuration": "Laatste parse duur",
4243
"lastParsed": "Laatst geparsed",
4344
"latestDagVersion": "Laatste Dag versie",
4445
"latestRun": "Laatste Run",

airflow-core/src/airflow/ui/public/i18n/locales/nl/dag.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
"code": {
3636
"bundleUrl": "Bundle URL",
3737
"noCode": "Geen code gevonden",
38-
"parsedAt": "Parsed at:"
38+
"parseDuration": "Parse duur:",
39+
"parsedAt": "Geparsed op:"
3940
},
4041
"extraLinks": "Extra Links",
4142
"grid": {

0 commit comments

Comments
 (0)