Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Update tr_tr.dart #445

Merged
merged 4 commits into from
Apr 1, 2024
Merged
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
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ı',
},
};
Loading