Skip to content

Commit

Permalink
feat: Update tr_tr.dart (#445)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikropsoft authored Apr 1, 2024
1 parent 45197e9 commit 3936fd7
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions ui/flutter/lib/i18n/langs/tr_tr.dart
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const trTR = {
'downloadLink': 'İndirme bağlantısı',
'downloadLinkValid': 'Lütfen indirme bağlantısını girin',
'downloadLinkHit':
'Lütfen indirme bağlantısını girin, HTTP/HTTPS/MAGNET supported@append',
'Lütfen indirme bağlantısını girin, HTTP/HTTPS/MAGNET desteklenir@append',
'downloadLinkHitDesktop':
', veya torrent dosyasını doğrudan buraya sürükleyin',
'download': 'İndir',
Expand All @@ -35,18 +35,18 @@ const trTR = {
'downloadDirValid': 'Lütfen indirme dizinini seçin',
'connections': 'Bağlantılar',
'useServerCtime': 'Dosya oluşturma için sunucu saatini kullan',
'maxRunning': 'Maksimum çalışan görevler',
'items': '@count say',
'maxRunning': 'Maksimum çalışan görev sayısı',
'items': '@count tane',
'subscribeTracker': 'İzleyiciye abone ol',
'subscribeFail':
'Abone olunamadı, lütfen ağı kontrol edin veya daha sonra tekrar deneyin',
'update': 'Güncelleme',
'updateDaily': 'Günlük güncelleme',
'lastUpdate': 'Son güncelleme: @time',
'update': 'Güncelle',
'updateDaily': 'Günlük olarak güncelle',
'lastUpdate': 'Son güncellenme tarihi: @time',
'addTracker': 'İzleyici ekle',
'addTrackerHit':
'Lütfen her satıra bir tane olmak üzere izleyici sunucusu bağlantısını girin',
'ui': 'UI',
'ui': 'Arayüz',
'theme': 'Tema',
'themeSystem': 'Sistem',
'themeLight': 'Açık',
Expand All @@ -58,9 +58,9 @@ const trTR = {
'protocol': 'Protokol',
'port': 'Bağlantı noktası',
'apiToken': 'API anahtarı',
'notSet': 'AYARLAMA',
'set': 'AYARLA',
'effectAfterRestart': 'Yeniden başlatma sonrası etki eder',
'notSet': 'AYARLI',
'set': 'AYARLI DEĞİL',
'effectAfterRestart': 'Yeniden başlatma sonrası etki edecektir',
'startAll': 'Hepsini başlat',
'pauseAll': 'Hepsini durdur',
'deleteTask': 'Görevleri sil',
Expand All @@ -75,8 +75,8 @@ const trTR = {
'extensionUpdateSuccess': 'Başarıyla güncellendi',
'extensionDelete': 'Uzantıyı sil',
'extensionAlreadyLatest': 'Bu zaten en son sürüm',
'extensionFind': 'Uzantıları ara',
'extensionDevelop': 'Uzantıları Geliştirin',
'extensionFind': 'Uzantı ara',
'extensionDevelop': 'Uzantı geliştir',
'history': 'Geçmiş',
'clearHistory': 'Geçmişi temizle',
'noHistoryFound': 'Geçmiş bulunamadı',
Expand All @@ -90,6 +90,6 @@ const trTR = {
'thanks': 'Teşekkürler',
'thanksDesc':
'Gopeed topluluğunun oluşmasına ve gelişmesine yardımcı olan tüm katılımcılara teşekkürler!',
'browserExtension': 'Tarayıcı Uzantısı',
'browserExtension': 'Tarayıcı uzantısı',
},
};

0 comments on commit 3936fd7

Please sign in to comment.