Files
FreshRSS/app/i18n/tr/index.php
Cem KOÇ 5160bc62d8 Update Turkish lang (#3604)
* Update Turkish lang

* Ignore unmodified

Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
2021-05-05 11:10:48 +02:00

67 lines
2.9 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
return array(
'about' => array(
'_' => 'Hakkında',
'agpl3' => '<a href="https://www.gnu.org/licenses/agpl-3.0.html">AGPL 3</a>',
'bugs_reports' => 'Hata raporu',
'credits' => 'Tanıtım',
'credits_content' => 'Bu frameworkü kullanmamasına rağmen FreshRSS bazı tasarım ögelerini <a href="http://twitter.github.io/bootstrap/">Bootstrap</a> dan almıştır. <a href="https://git.gnome.org/browse/gnome-icon-theme-symbolic">İkonlar</a> <a href="https://www.gnome.org/">GNOME projesinden</a> alınmıştır. <em>Open Sans</em> yazı tipi <a href="https://fonts.google.com/specimen/Open+Sans">Steve Matteson</a> tarafından oluşturulmuştur. FreshRSS bir PHP framework olan <a href="https://github.com/marienfressinaud/MINZ">Minz</a> i temel alır.',
'freshrss_description' => 'FreshRSS <a href="http://tontof.net/kriss/feed/">Kriss Feed</a> veya <a href="https://github.com/LeedRSS/Leed">Leed</a> gibi kendi hostunuzda çalışan bir RSS akış toplayıcısıdır. Güçlü ve yapılandırılabilir araçlarıyla basit ve kullanımı kolay bir uygulamadır.',
'github' => '<a href="https://github.com/FreshRSS/FreshRSS/issues">Github sayfası</a>',
'license' => 'Lisans',
'project_website' => 'Proje sayfası',
'title' => 'Hakkında',
'version' => 'Sürüm',
'website' => 'İnternet sitesi',
),
'feed' => array(
'add' => 'Akış ekleyebilirsin.',
'empty' => 'Gösterilecek makale yok.',
'rss_of' => 'RSS feed of %s', // TODO - Translation
'title' => 'Ana akış',
'title_fav' => 'Favoriler',
'title_global' => 'Evrensel görünüm',
),
'log' => array(
'_' => 'Log Kayıtları',
'clear' => 'Log kayıt dosyasını temizle',
'empty' => 'Log kayır dosyası boş',
'title' => 'Log Kayıtları',
),
'menu' => array(
'about' => 'FreshRSS hakkında',
'before_one_day' => 'Bir gün önce',
'before_one_week' => 'Bir hafta önce',
'bookmark_query' => 'Bookmark current query', // TODO - Translation
'favorites' => 'Favoriler (%s)',
'global_view' => 'Evrensel görünüm',
'main_stream' => 'Ana akış',
'mark_all_read' => 'Hepsini okundu olarak işaretle',
'mark_cat_read' => 'Kategoriyi okundu olarak işaretle',
'mark_feed_read' => 'Akışı okundu olarak işaretle',
'mark_selection_unread' => 'Seçilenleri okunmadı olarak işaretleMark selection as unread',
'newer_first' => 'Önce yeniler',
'non-starred' => 'Favori dışındakileri göster',
'normal_view' => 'Normal görünüm',
'older_first' => 'Önce eskiler',
'queries' => 'Kullanıcı sorguları',
'read' => 'Okunmuşları göster',
'reader_view' => 'Okuma görünümü',
'rss_view' => 'RSS akışı',
'search_short' => 'Ara',
'starred' => 'Favorileri göster',
'stats' => 'İstatistikler',
'subscription' => 'Abonelik yönetimi',
'tags' => 'Etiketlerim',
'unread' => 'Okunmamışları göster',
),
'share' => 'Paylaş',
'tag' => array(
'related' => 'İlgili etiketler',
),
'tos' => array(
'title' => 'Hizmet Kullanım Şartları',
),
);