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 02228678305 Close Catalan translation gap in v3-1-test (#62477)
02228678305 is described below

commit 0222867830508e66c61d6681067ec75ac979e417
Author: ecodina <[email protected]>
AuthorDate: Sun Mar 1 18:30:16 2026 +0100

    Close Catalan translation gap in v3-1-test (#62477)
    
    * close translation gap
    
    * fix typo
---
 airflow-core/src/airflow/ui/public/i18n/locales/ca/dag.json | 6 ++++++
 1 file changed, 6 insertions(+)

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 506bfd36dce..cba00da442b 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
@@ -73,6 +73,12 @@
     "navigation": "Navegació: Shift+{{arrow}}",
     "toggleGroup": "Alternar grup: Espai"
   },
+  "notFound": {
+    "back": "Enrere",
+    "backToDags": "Tornar als Dags",
+    "message": "El Dag \"{{dagId}}\" no existeix.",
+    "title": "Dag no trobat"
+  },
   "overview": {
     "buttons": {
       "failedRun_one": "Execució fallida",

Reply via email to