This is an automated email from the ASF dual-hosted git repository.
jscheffl pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v3-1-test by this push:
new 505b5f545a7 Close Catalan gap in v3-1-test (#61093)
505b5f545a7 is described below
commit 505b5f545a7033ab01aaf296d650429a7c7cbb5b
Author: ecodina <[email protected]>
AuthorDate: Tue Jan 27 22:54:00 2026 +0100
Close Catalan gap in v3-1-test (#61093)
---
airflow-core/src/airflow/ui/public/i18n/locales/ca/common.json | 10 +---------
.../src/airflow/ui/public/i18n/locales/ca/components.json | 4 ++++
2 files changed, 5 insertions(+), 9 deletions(-)
diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/ca/common.json
b/airflow-core/src/airflow/ui/public/i18n/locales/ca/common.json
index 14b256967cb..cd43b8c6377 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/ca/common.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/ca/common.json
@@ -145,15 +145,6 @@
"placeholder": "Afegir una nota...",
"taskInstance": "Nota de la instància de la tasca"
},
- "pools": {
- "deferred": "Diferit",
- "open": "Obert",
- "pools_one": "pool",
- "pools_other": "pools",
- "queued": "En cua",
- "running": "Executant-se",
- "scheduled": "Programat"
- },
"reset": "Restablir",
"runId": "ID de l'execució",
"runTypes": {
@@ -192,6 +183,7 @@
"failed": "Fallit",
"no_status": "Sense estat",
"none": "Sense estat",
+ "open": "Obert",
"planned": "Planificat",
"queued": "En cua",
"removed": "Eliminat",
diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/ca/components.json
b/airflow-core/src/airflow/ui/public/i18n/locales/ca/components.json
index 088b40a5e3d..d79e2ef1e30 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/ca/components.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/ca/components.json
@@ -10,6 +10,7 @@
"maxRuns": "Màxim d'execucions actives",
"missingAndErroredRuns": "Execucions absents i amb errors",
"missingRuns": "Execucions absents",
+ "permissionDenied": "Execució de prova fallida: l'usuari no té permís per
crear reompliments.",
"reprocessBehavior": "Comportament de reprocessament",
"run": "Executar reompliment",
"selectDescription": "Executar aquest Dag per a un interval de dates",
@@ -116,6 +117,9 @@
"selectLabel": "Execució única",
"title": "Executar Dag",
"toaster": {
+ "error": {
+ "title": "No s'ha pogut executar el Dag"
+ },
"success": {
"description": "El Dag s'ha executat correctament.",
"title": "Execució del Dag correcta"