From 5160bc62d8e6012e8296a8ca3c00acc33c6c05a2 Mon Sep 17 00:00:00 2001 From: Cem KOÇ Date: Wed, 5 May 2021 12:10:48 +0300 Subject: Update Turkish lang (#3604) * Update Turkish lang * Ignore unmodified Co-authored-by: Alexandre Alapetite --- app/i18n/tr/feedback.php | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) (limited to 'app/i18n/tr/feedback.php') diff --git a/app/i18n/tr/feedback.php b/app/i18n/tr/feedback.php index fed83a422..8f0a73fc8 100644 --- a/app/i18n/tr/feedback.php +++ b/app/i18n/tr/feedback.php @@ -10,8 +10,8 @@ return array( ), 'api' => array( 'password' => array( - 'failed' => 'Your password cannot be modified', // TODO - Translation - 'updated' => 'Your password has been modified', // TODO - Translation + 'failed' => 'Şifreniz değiştirilemedi', + 'updated' => 'Şifreniz değiştirildi', ), ), 'auth' => array( @@ -36,7 +36,7 @@ return array( ), 'extensions' => array( 'already_enabled' => '%s zaten aktif', - 'cannot_remove' => '%s cannot be removed', // TODO - Translation + 'cannot_remove' => '%s silinemez', 'disable' => array( 'ko' => '%s gösterilemiyor. Detaylar için FreshRSS log kayıtlarını kontrol edin.', 'ok' => '%s pasif', @@ -48,7 +48,7 @@ return array( 'no_access' => '%s de yetkiniz yok', 'not_enabled' => '%s henüz aktif değil', 'not_found' => '%s bulunmamaktadır', - 'removed' => '%s removed', // TODO - Translation + 'removed' => '%s silindi', ), 'import_export' => array( 'export_no_zip_extension' => 'ZIP eklentisi mevcut sunucunuzda yer almıyor. Lütfen başka dosya formatında dışarı aktarmayı deneyin.', @@ -65,8 +65,8 @@ return array( 'sub' => array( 'actualize' => 'Güncelleme', 'articles' => array( - 'marked_read' => 'The selected articles have been marked as read.', // TODO - Translation - 'marked_unread' => 'The articles have been marked as unread.', // TODO - Translation + 'marked_read' => 'Seçili makaleler okundu olarak işaretlendi.', + 'marked_unread' => 'Seçili makaleler okunmadı olarak işaretlendi.', ), 'category' => array( 'created' => 'Kategori %s oluşturuldu.', @@ -86,7 +86,7 @@ return array( 'actualizeds' => 'RSS akışları güncellendi', 'added' => '%s RSS akışı eklendi', 'already_subscribed' => '%s için zaten aboneliğiniz bulunmakta', - 'cache_cleared' => '%s cache has been cleared', // TODO - Translation + 'cache_cleared' => '%s önbelleği temizlendi', 'deleted' => 'Akış silindi', 'error' => 'Akış güncellenemiyor', 'internal_problem' => 'RSS akışı eklenemiyor. Detaylar için FreshRSS log kayıtlarını kontrol edin.', @@ -95,29 +95,29 @@ return array( 'n_entries_deleted' => '%d makaleleri silindi', 'no_refresh' => 'Yenilenecek akış yok…', 'not_added' => '%s eklenemedi', - 'not_found' => 'Feed cannot be found', // TODO - Translation + 'not_found' => 'Akış bulunamadı', 'over_max' => 'Akış limitini aştınız (%d)', - 'reloaded' => '%s has been reloaded', // TODO - Translation + 'reloaded' => '%s yeniden yüklendi', 'selector_preview' => array( - 'http_error' => 'Failed to load website content.', // TODO - Translation - 'no_entries' => 'There are no articles in this feed. You need at least one article to create a preview.', // TODO - Translation - 'no_feed' => 'Internal error (feed cannot be found).', // TODO - Translation - 'no_result' => 'The selector didn\'t match anything. As a fallback the original feed text will be displayed instead.', // TODO - Translation - 'selector_empty' => 'The selector is empty. You need to define one to create a preview.', // TODO - Translation + 'http_error' => 'İnternet site içeriği yüklenirken sorun oluştu.', + 'no_entries' => 'Bu akışta hiç makale yok. Görünüm oluşturmak için en az bir makale var olmalıdır.', + 'no_feed' => 'İç sunucu hatası (akış bulunamadı).', + 'no_result' => 'Seçici herhanbir şey ile eşleşmiyor. Yedek olarak bunun yerine orijinal akış metni görüntülenecektir.', + 'selector_empty' => 'Seçici boş. Görüntülemek için bir tane tanımlamalısınız.', ), 'updated' => 'Akış güncellendi', ), 'purge_completed' => 'Temizleme tamamlandı (%d makale silindi)', ), 'tag' => array( - 'created' => 'Tag "%s" has been created.', // TODO - Translation - 'name_exists' => 'Tag name already exists.', // TODO - Translation - 'renamed' => 'Tag "%s" has been renamed to "%s".', // TODO - Translation + 'created' => '"%s" etiketi oluşturuldu.', + 'name_exists' => 'Etiket zaten mevcut.', + 'renamed' => '"%s" isimli etiketin ismi "%s" olarak değiştirildi.', ), 'update' => array( - 'can_apply' => 'FreshRSS %s versiyonuna güncellenecek.', + 'can_apply' => 'FreshRSS %s sürümüne güncellenecek.', 'error' => 'Güncelleme işlemi sırasında hata: %s', - 'file_is_nok' => '%s versiyonuna. %s klasör yetkisini kontrol edin. HTTP yazma yetkisi olmalı', + 'file_is_nok' => '%s sürümüne. %s klasör yetkisini kontrol edin. HTTP yazma yetkisi olmalı', 'finished' => 'Güncelleme tamamlandı!', 'none' => 'Güncelleme yok', 'server_not_found' => 'Güncelleme sunucusu bulunamadı. [%s]', @@ -132,8 +132,8 @@ return array( 'error' => '%s kullanıcısı silinemedi', ), 'updated' => array( - '_' => 'User %s has been updated', // TODO - Translation - 'error' => 'User %s has not been updated', // TODO - Translation + '_' => '%s kullanıcısı güncellendi', + 'error' => '%s kullanıcısı güncellenmedi', ), ), ); -- cgit v1.2.3