This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new ea89a908d7c close catalan gap (#58110)
ea89a908d7c is described below
commit ea89a908d7c32c1affb44fd02b6d495310f9368f
Author: ecodina <[email protected]>
AuthorDate: Mon Nov 10 17:04:15 2025 +0100
close catalan gap (#58110)
Co-authored-by: Bugra Ozturk <[email protected]>
---
airflow-core/src/airflow/ui/public/i18n/locales/ca/hitl.json | 2 ++
1 file changed, 2 insertions(+)
diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/ca/hitl.json
b/airflow-core/src/airflow/ui/public/i18n/locales/ca/hitl.json
index 717ee5951b8..dae7095103d 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/ca/hitl.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/ca/hitl.json
@@ -15,11 +15,13 @@
"requiredActionCount_other": "Accions requerides ({{count}})",
"requiredActionState": "Estat de l'acció requerida",
"response": {
+ "created": "Resposta creada a ",
"error": "Resposta fallida",
"optionsDescription": "Escull les teves opcions per a aquesta instància de
tasca",
"optionsLabel": "Opcions",
"received": "Resposta rebuda a ",
"respond": "Respondre",
+ "responded_by_user_name": "Respost per (usuari)",
"success": "Resposta de {{taskId}} exitosa",
"title": "Instància de tasca humana - {{taskId}}"
},