Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -101,6 +106,8 @@
},
"filter": "Filtre",
"filters": {
"durationFrom": "Süre Başlangıcı",
"durationTo": "Süre Bitişi",
"logicalDateFrom": "Mantıksal tarih başlangıcı",
"logicalDateTo": "Mantıksal tarih bitişi",
"runAfterFrom": "Şu tarihten sonra çalıştır (başlangıç)",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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}}"
Expand Down
2 changes: 2 additions & 0 deletions airflow-core/src/airflow/ui/public/i18n/locales/tr/dag.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"hourly": "Saatlik",
"legend": {
"less": "Az",
"mixed": "Karışık",
"more": "Çok"
},
"navigation": {
Expand All @@ -20,6 +21,7 @@
},
"noData": "Veri yok",
"noRuns": "Çalıştırma yok",
"noFailedRuns": "Başarısız çalışma yok",
"totalRuns": "Bütün Çalıştırmalar",
"week": "Hafta {{weekNumber}}",
"weekdays": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"filters": {
"body": "Gövde",
"createdAtFrom": "Zamanında oluşturuldu",
"createdAtTo": "Zamanı için oluşturuldu",
"response": {
"all": "Hepsi",
"pending": "Beklemede",
Expand All @@ -12,11 +15,13 @@
"requiredActionCount_other": "Gerekli işlemler ({{count}})",
"requiredActionState": "Gerekli işlemin durumu",
"response": {
"created": "Yanıt oluşturulma zamanı ",
"error": "Yanıt alınamadı",
"optionsDescription": "Bu görev örneği için seçenekleri seçin",
"optionsLabel": "Seçenekler",
"received": "Yanıt alındı: ",
"respond": "Yanıtla",
"responded_by_user_name": "Yanıtlayan (Kullanıcı Adı)",
"success": "{{taskId}} için yanıt başarıyla gönderildi",
"title": "İnsan müdahalesi gerektiren görev örneği - {{taskId}}"
},
Expand Down