This is an automated email from the ASF dual-hosted git repository.
potiuk 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 f36537876f7 Translation gaps in v3-1-test TR (#59169)
f36537876f7 is described below
commit f36537876f7e69073b40a91b7bdb125a0805bd01
Author: Bugra Ozturk <[email protected]>
AuthorDate: Mon Dec 8 00:02:59 2025 +0100
Translation gaps in v3-1-test TR (#59169)
---
airflow-core/src/airflow/ui/public/i18n/locales/tr/assets.json | 1 +
airflow-core/src/airflow/ui/public/i18n/locales/tr/common.json | 1 +
2 files changed, 2 insertions(+)
diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/tr/assets.json
b/airflow-core/src/airflow/ui/public/i18n/locales/tr/assets.json
index 3999d970008..0cb5c8b276a 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/tr/assets.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/tr/assets.json
@@ -1,5 +1,6 @@
{
"consumingDags": "Tüketen Dag'ler",
+ "consumingTasks": "Tüketen Görevler",
"createEvent": {
"button": "Olay oluştur",
"manual": {
diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/tr/common.json
b/airflow-core/src/airflow/ui/public/i18n/locales/tr/common.json
index 04be0181046..673d0f00db6 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/tr/common.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/tr/common.json
@@ -89,6 +89,7 @@
"back": "Geri",
"defaultMessage": "Beklenmeyen bir hata oluştu",
"home": "Ana Sayfa",
+ "invalidUrl": "Sayfa Bulunamadı. Lütfen URL'yi kontrol edin ve tekrar
deneyin.",
"notFound": "Sayfa Bulunamadı",
"title": "Hata"
},