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

ephraimanierobi 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 6049f86f80c close catalan gap (#58109)
6049f86f80c is described below

commit 6049f86f80c1480266261b2cd74aa62a6cef7814
Author: ecodina <[email protected]>
AuthorDate: Mon Nov 10 13:33:39 2025 +0100

    close catalan gap (#58109)
---
 airflow-core/src/airflow/ui/public/i18n/locales/ca/common.json     | 7 ++++++-
 airflow-core/src/airflow/ui/public/i18n/locales/ca/components.json | 4 ++++
 airflow-core/src/airflow/ui/public/i18n/locales/ca/dag.json        | 2 ++
 3 files changed, 12 insertions(+), 1 deletion(-)

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 7edcd6ae1b6..d5dc92982c9 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
@@ -40,7 +40,7 @@
     "hasTaskConcurrencyLimits": "Té límits de concurrència de tasques",
     "lastExpired": "Últim caducat",
     "lastParseDuration": "Duració de l'últim anàlisi",
-    "lastParsed": "Últim anàlitzat",
+    "lastParsed": "Últim analitzat",
     "latestDagVersion": "Última versió del Dag",
     "latestRun": "Última execució",
     "maxActiveRuns": "Màxim d'execucions actives",
@@ -78,6 +78,11 @@
     "githubRepo": "Repositori de GitHub",
     "restApiReference": "Referència de l'API REST"
   },
+  "download": {
+    "download": "Descarregar",
+    "hotkey": "d",
+    "tooltip": "Prem {{hotkey}} per descarregar els registres"
+  },
   "duration": "Duració",
   "endDate": "Data de finalització",
   "error": {
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 b63b043d53f..088b40a5e3d 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
@@ -89,9 +89,13 @@
   },
   "limitedList": "+{{count}} més",
   "limitedList.allItems": "Tots els {{count}} elements:",
+  "limitedList.allTags_one": "Tots els tags ({{count}})",
+  "limitedList.allTags_other": "Tots els tags ({{count}})",
   "limitedList.clickToInteract": "Fes clic en una etiqueta per filtrar els 
Dags",
   "limitedList.clickToOpenFull": "Fes clic a \"+{{count}} més\" per veure la 
llista completa",
   "limitedList.copyPasteText": "Pots copiar i enganxar el text de dalt",
+  "limitedList.showingItems_one": "Mostrant {{count}} element",
+  "limitedList.showingItems_other": "Mostrant {{count}} elements",
   "logs": {
     "file": "Fitxer",
     "location": "línia {{line}} a {{name}}"
diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/ca/dag.json 
b/airflow-core/src/airflow/ui/public/i18n/locales/ca/dag.json
index 25392a7877a..506bfd36dce 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/ca/dag.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/ca/dag.json
@@ -10,6 +10,7 @@
     "hourly": "Horari",
     "legend": {
       "less": "Menys",
+      "mixed": "Barrejat",
       "more": "Més"
     },
     "navigation": {
@@ -19,6 +20,7 @@
       "previousYear": "Any anterior"
     },
     "noData": "No hi ha dades disponibles",
+    "noFailedRuns": "No hi ha execucions fallides",
     "noRuns": "No hi ha execucions",
     "totalRuns": "Total d'execucions",
     "week": "Setmana {{weekNumber}}",

Reply via email to