diff options
| author | 2021-05-05 12:10:48 +0300 | |
|---|---|---|
| committer | 2021-05-05 11:10:48 +0200 | |
| commit | 5160bc62d8e6012e8296a8ca3c00acc33c6c05a2 (patch) | |
| tree | 6716b6420589dc10ca4f6aca98779853ac6e54ed /app/i18n/tr/index.php | |
| parent | 9a18dfed450d87ace9f7163d17d3498dd95a0e55 (diff) | |
Update Turkish lang (#3604)
* Update Turkish lang
* Ignore unmodified
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/i18n/tr/index.php')
| -rw-r--r-- | app/i18n/tr/index.php | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/app/i18n/tr/index.php b/app/i18n/tr/index.php index 092c8490b..0e9a9325e 100644 --- a/app/i18n/tr/index.php +++ b/app/i18n/tr/index.php @@ -3,7 +3,7 @@ return array( 'about' => array( '_' => 'Hakkında', - 'agpl3' => '<a href="https://www.gnu.org/licenses/agpl-3.0.html">AGPL 3</a>', // TODO - Translation + '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.', @@ -12,8 +12,8 @@ return array( 'license' => 'Lisans', 'project_website' => 'Proje sayfası', 'title' => 'Hakkında', - 'version' => 'Versiyon', - 'website' => 'Website', // TODO - Translation + 'version' => 'Sürüm', + 'website' => 'İnternet sitesi', ), 'feed' => array( 'add' => 'Akış ekleyebilirsin.', @@ -21,7 +21,7 @@ return array( 'rss_of' => 'RSS feed of %s', // TODO - Translation 'title' => 'Ana akış', 'title_fav' => 'Favoriler', - 'title_global' => 'Global görünüm', + 'title_global' => 'Evrensel görünüm', ), 'log' => array( '_' => 'Log Kayıtları', @@ -35,12 +35,12 @@ return array( 'before_one_week' => 'Bir hafta önce', 'bookmark_query' => 'Bookmark current query', // TODO - Translation 'favorites' => 'Favoriler (%s)', - 'global_view' => 'Global görünüm', + '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' => 'Mark selection as unread', // TODO - Translation + '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', @@ -53,14 +53,14 @@ return array( 'starred' => 'Favorileri göster', 'stats' => 'İstatistikler', 'subscription' => 'Abonelik yönetimi', - 'tags' => 'My labels', // TODO - Translation + 'tags' => 'Etiketlerim', 'unread' => 'Okunmamışları göster', ), - 'share' => 'Share', // TODO - Translation + 'share' => 'Paylaş', 'tag' => array( 'related' => 'İlgili etiketler', ), 'tos' => array( - 'title' => 'Terms of Service', // TODO - Translation + 'title' => 'Hizmet Kullanım Şartları', ), ); |
