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 439edbfe039 Close TR translation gaps in v3-1 (#58086)
439edbfe039 is described below

commit 439edbfe039621f70c4fe6b1c8a137e97c2ec9e2
Author: Bugra Ozturk <[email protected]>
AuthorDate: Mon Nov 10 11:34:36 2025 +0100

    Close TR translation gaps in v3-1 (#58086)
---
 airflow-core/src/airflow/ui/public/i18n/locales/tr/common.json     | 5 +++++
 airflow-core/src/airflow/ui/public/i18n/locales/tr/components.json | 4 ++++
 airflow-core/src/airflow/ui/public/i18n/locales/tr/dag.json        | 2 ++
 airflow-core/src/airflow/ui/public/i18n/locales/tr/dags.json       | 3 ++-
 4 files changed, 13 insertions(+), 1 deletion(-)

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 5d96412a92e..04be0181046 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
@@ -78,6 +78,11 @@
     "githubRepo": "GitHub Deposu",
     "restApiReference": "REST API Referansı"
   },
+  "download": {
+    "download": "İndir",
+    "hotkey": "d",
+    "tooltip": "{{hotkey}} tuşuna basarak indir"
+  },
   "duration": "Süre",
   "endDate": "Bitiş Tarihi",
   "error": {
diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/tr/components.json 
b/airflow-core/src/airflow/ui/public/i18n/locales/tr/components.json
index 0a32afc28b3..b40523e3306 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/tr/components.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/tr/components.json
@@ -89,9 +89,13 @@
   },
   "limitedList": "+{{count}} daha",
   "limitedList.allItems": "Tüm {{count}} öğeler:",
+  "limitedList.allTags_one": "Tüm Etiketler (1)",
+  "limitedList.allTags_other": "Tüm Etiketler ({{count}})",
   "limitedList.clickToInteract": "Bir etikete tıklayarak Dag'leri filtreleyin",
   "limitedList.clickToOpenFull": "\"+{{count}} daha\" tıklayarak tam görünümü 
açın",
   "limitedList.copyPasteText": "Yukarıdaki metni kopyalayıp 
yapıştırabilirsiniz",
+  "limitedList.showingItems_one": "1 öğe gösteriliyor",
+  "limitedList.showingItems_other": "{{count}} öğeler gösteriliyor",
   "logs": {
     "file": "Dosya",
     "location": "{{name}} içinde satır {{line}}"
diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/tr/dag.json 
b/airflow-core/src/airflow/ui/public/i18n/locales/tr/dag.json
index 4c16236e3b4..987391a63da 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/tr/dag.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/tr/dag.json
@@ -10,6 +10,7 @@
     "hourly": "Saatlik",
     "legend": {
       "less": "Az",
+      "mixed": "Karışık",
       "more": "Çok"
     },
     "navigation": {
@@ -19,6 +20,7 @@
       "previousYear": "Önceki yıl"
     },
     "noData": "Veri yok",
+    "noFailedRuns": "Başarısız çalışma yok",
     "noRuns": "Çalıştırma yok",
     "totalRuns": "Bütün Çalıştırmalar",
     "week": "Hafta {{weekNumber}}",
diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/tr/dags.json 
b/airflow-core/src/airflow/ui/public/i18n/locales/tr/dags.json
index 8c6d0213052..2974a4d4f48 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/tr/dags.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/tr/dags.json
@@ -20,7 +20,8 @@
       "all": "Tümü",
       "paused": "Duraklatılmış"
     },
-    "runIdPatternFilter": "Dag Çalıştırmalarında Ara"
+    "runIdPatternFilter": "Dag Çalıştırmalarında Ara",
+    "triggeringUserNameFilter": "Tetikleyen Kullanıcıya Göre Ara"
   },
   "ownerLink": "{{owner}} için sahip bağlantısı",
   "runAndTaskActions": {

Reply via email to