Skip to content

Commit

Permalink
feat: update tr_tr.dart (#593)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikropsoft authored Jul 3, 2024
1 parent 8c99bbc commit 17c8fb7
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions ui/flutter/lib/i18n/langs/tr_tr.dart
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ const trTR = {
'downloadLinkValid': 'Lütfen indirme bağlantısını girin',
'downloadLinkHit':
'Lütfen indirme bağlantısını girin, HTTP/HTTPS/MAGNET desteklenir@append',
'downloadLinkHitDesktop':
', veya torrent dosyasını doğrudan buraya sürükleyin',
'downloadLinkHitDesktop': ', veya torrent dosyasını doğrudan buraya sürükleyin',
'download': 'İndir',
'noFileSelected': 'Devam etmek için lütfen en az bir dosya seçin.',
'noStoragePermission': 'Depolama izni gerekli',
Expand All @@ -44,8 +43,7 @@ const trTR = {
'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',
'addTrackerHit': 'Lütfen her satıra bir tane olmak üzere izleyici sunucusu bağlantısını girin',
'ui': 'Arayüz',
'theme': 'Tema',
'themeSystem': 'Sistem',
Expand All @@ -58,9 +56,11 @@ const trTR = {
'protocol': 'Protokol',
'port': 'Bağlantı noktası',
'apiToken': 'API anahtarı',
'notSet': 'AYARLI',
'set': 'AYARLI DEĞİL',
'notSet': 'AYARLI DEĞİL',
'set': 'AYARLI',
'portInUse': 'Bağlantı noktası [@port] kullanımda, lütfen bağlantı noktasını değiştirin',
'effectAfterRestart': 'Yeniden başlatma sonrası etki edecektir',
'show': 'Göster',
'startAll': 'Hepsini başlat',
'pauseAll': 'Hepsini durdur',
'deleteTask': 'Görevleri sil',
Expand All @@ -84,12 +84,16 @@ const trTR = {
'serviceText': 'Çalışıyor',
'network': 'Ağ',
'proxy': 'Vekil',
'noProxy': 'Vekil yok',
'systemProxy': 'Sistem vekili',
'customProxy': 'Özel vekil',
'server': 'Sunucu',
'username': 'Kullanıcı adı',
'password': 'Şifre',
'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ı',
'launchAtStartup': 'Başlangıçta başlat',
},
};

0 comments on commit 17c8fb7

Please sign in to comment.