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
commit 871798656cc902eba956d6d322140628de6d47bc Author: ecodina <[email protected]> AuthorDate: Mon Dec 8 21:53:04 2025 +0100 missing ca translations in v3-1-test (#59216) --- airflow-core/src/airflow/ui/public/i18n/locales/ca/assets.json | 2 ++ airflow-core/src/airflow/ui/public/i18n/locales/ca/browse.json | 4 ---- airflow-core/src/airflow/ui/public/i18n/locales/ca/common.json | 3 +++ 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/ca/assets.json b/airflow-core/src/airflow/ui/public/i18n/locales/ca/assets.json index 0538c04501d..399abaee907 100644 --- a/airflow-core/src/airflow/ui/public/i18n/locales/ca/assets.json +++ b/airflow-core/src/airflow/ui/public/i18n/locales/ca/assets.json @@ -1,5 +1,6 @@ { "consumingDags": "Dags consumidors", + "consumingTasks": "Tasques consumidores", "createEvent": { "button": "Crear esdeveniment", "manual": { @@ -21,6 +22,7 @@ }, "title": "Crear esdeveniment d'Asset per {{name}}" }, + "extra": "Extra", "group": "Grup", "lastAssetEvent": "Darrer esdeveniment d'Asset", "name": "Nom", diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/ca/browse.json b/airflow-core/src/airflow/ui/public/i18n/locales/ca/browse.json index 217f330c565..5bee6083c0d 100644 --- a/airflow-core/src/airflow/ui/public/i18n/locales/ca/browse.json +++ b/airflow-core/src/airflow/ui/public/i18n/locales/ca/browse.json @@ -1,9 +1,5 @@ { "auditLog": { - "actions": { - "collapseAllExtra": "Col·lapsar tots els camps extra json", - "expandAllExtra": "Expandir tots els camps extra json" - }, "columns": { "event": "Esdeveniment", "extra": "Extra", 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 d5dc92982c9..14b256967cb 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 @@ -25,6 +25,7 @@ "requiredActions": "Accions requerides", "xcoms": "XComs" }, + "collapseAllExtra": "Col·lapsar tots els camps extra json", "collapseDetailsPanel": "Col·lapsar el panell de detalls", "createdAssetEvent_one": "Esdeveniment d'Asset creat", "createdAssetEvent_other": "Esdeveniments d'Asset creats", @@ -89,6 +90,7 @@ "back": "Tornar", "defaultMessage": "S'ha produït un error inesperat", "home": "Inici", + "invalidUrl": "Pàgina no trobada. Si us plau, comprova la URL i torna-ho a provar.", "notFound": "Pàgina no trobada", "title": "Error" }, @@ -98,6 +100,7 @@ "hotkey": "e", "tooltip": "Prem {{hotkey}} per alternar l'expansió" }, + "expandAllExtra": "Expandir tots els camps extra json", "expression": { "all": "Tots", "and": "I",
