diff options
| author | 2024-04-19 13:57:57 +0200 | |
|---|---|---|
| committer | 2024-04-19 13:57:57 +0200 | |
| commit | f6f7764ba7f89d927e5c20520d5a11c5bd0d2317 (patch) | |
| tree | 168672154a360203eb0623273ebf53efffdaee64 /app/i18n/tr/sub.php | |
| parent | dcd3b80a901a0aa8edecc0f93cc05493dfd59714 (diff) | |
Update TR translation #6325 (#6328)
* Update TR translation
* Fix typo
* fix conf.php
* fix sub.php
* Update sub.php
* Update feedback.php
* Update app/i18n/tr/admin.php
---------
Co-authored-by: math-gh <1645099+math-GH@users.noreply.github.com>
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/i18n/tr/sub.php')
| -rw-r--r-- | app/i18n/tr/sub.php | 64 |
1 files changed, 32 insertions, 32 deletions
diff --git a/app/i18n/tr/sub.php b/app/i18n/tr/sub.php index 43b809b5c..29cc2f78a 100644 --- a/app/i18n/tr/sub.php +++ b/app/i18n/tr/sub.php @@ -67,13 +67,13 @@ return array( 'empty' => 'Bu akış boş. Lütfen akışın aktif olduğuna emin olun.', 'error' => 'Bu akışda bir hatayla karşılaşıldı. Lütfen akışın sürekli ulaşılabilir olduğuna emin olun.', 'export-as-opml' => array( - 'download' => 'Download', // TODO - 'help' => 'XML file', // TODO - 'label' => 'Export as OPML', // TODO + 'download' => 'İndir', + 'help' => 'XML dosyası', + 'label' => 'OPML olarak dışarı aktar', ), 'filteractions' => array( '_' => 'Eylemi filtrele', - 'help' => 'Her satıra tek arama filtresi yaz. Operators <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#with-the-search-field" target="_blank">see documentation</a>.', // DIRTY + 'help' => 'Her satıra tek bir arama filtresi yaz. <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#with-the-search-field" target="_blank">Dökümantasyonu incele</a>.', ), 'information' => 'Bilgi', 'keep_min' => 'En az tutulacak makale sayısı', @@ -105,7 +105,7 @@ return array( ), 'item_timeFormat' => array( '_' => 'Özel tarih/saat formatı', - 'help' => 'Opsiyonel. Desteklenen biçime buradan ulaşabilirsiniz. <a href="https://php.net/datetime.createfromformat" target="_blank"><code>DateTime::createFromFormat()</code></a> ya da <code>d-m-Y H:i:s</code>', + 'help' => 'Opsiyonel. Desteklenen biçime <a href="https://php.net/datetime.createfromformat" target="_blank"><code>DateTime::createFromFormat()</code>buradan</a> ya da <code>d-m-Y H:i:s</code> adresinden ulaşabilirsiniz.', ), 'item_timestamp' => array( '_' => 'nesne tarihi', @@ -127,46 +127,46 @@ return array( 'xpath' => 'XPath:', ), 'json_dotnotation' => array( - '_' => 'JSON (dot notation)', // TODO + '_' => 'JSON (Dotted notation)', // IGNORE 'feed_title' => array( - '_' => 'feed title', // TODO - 'help' => 'Example: <code>meta.title</code> or a static string: <code>"My custom feed"</code>', // TODO + '_' => 'akış başlığı', + 'help' => 'Örnek: <code>meta.title</code> ya da sabit bir dizgi: <code>"Benim özel akışım"</code>', ), 'help' => 'A JSON dot notated uses dots between objects and brackets for arrays (e.g. <code>data.items[0].title</code>)', // TODO 'item' => array( - '_' => 'finding news <strong>items</strong><br /><small>(most important)</small>', // TODO - 'help' => 'JSON path to the array containing the items, e.g. <code>newsItems</code>', // TODO + '_' => 'yeni akışlar bulunuyor <strong>çğeler</strong><br /><small>(en önemli)</small>', + 'help' => 'Öğeleri içeren dizinin JSON yolu, e.g. <code>yeniAkışÖğeleri</code>', ), - 'item_author' => 'item author', // TODO - 'item_categories' => 'item tags', // TODO + 'item_author' => 'öğe yazarı', + 'item_categories' => 'öğe etiketleri', 'item_content' => array( - '_' => 'item content', // TODO - 'help' => 'Key under which the content is found, e.g. <code>content</code>', // TODO + '_' => 'öğe içeriği', + 'help' => 'İçeriğin bulunduğu anahtar, örneğin, <code>içerik</code>', ), 'item_thumbnail' => array( - '_' => 'item thumbnail', // TODO - 'help' => 'Example: <code>image</code>', // TODO + '_' => 'nesne küçük resmi', + 'help' => 'Örnek: <code>resim</code>', ), 'item_timeFormat' => array( - '_' => 'Custom date/time format', // TODO - 'help' => 'Optional. A format supported by <a href="https://php.net/datetime.createfromformat" target="_blank"><code>DateTime::createFromFormat()</code></a> such as <code>d-m-Y H:i:s</code>', // TODO + '_' => 'Özel tarih/saat formatı', + 'help' => 'İsteğe bağlı. <a href="https://php.net/datetime.createfromformat" target="_blank"><code>DateTime::createFromFormat()</code></a> tarafından desteklenen formatlar. Örneğin <code>d-m-Y H:i:s</code>', ), 'item_timestamp' => array( - '_' => 'item date', // TODO - 'help' => 'The result will be parsed by <a href="https://php.net/strtotime" target="_blank"><code>strtotime()</code></a>', // TODO + '_' => 'nesne tarihi', + 'help' => 'Sonuçlar <a href="https://php.net/strtotime" target="_blank"><code>strtotime()</code></a> tarafından ayrıştırılacak.', ), - 'item_title' => 'item title', // TODO - 'item_uid' => 'item unique ID', // TODO + 'item_title' => 'nesne başlığı', + 'item_uid' => 'nesne özel ID', 'item_uri' => array( - '_' => 'item link (URL)', // TODO - 'help' => 'Example: <code>permalink</code>', // TODO + '_' => 'nesne linkı (URL)', + 'help' => 'Örnek: <code>permalink</code>', ), 'json' => 'dot notation for:', // TODO 'relative' => 'dot notated path (relative to item) for:', // TODO ), - 'jsonfeed' => 'JSON Feed', // TODO + 'jsonfeed' => 'JSON Akışı', 'rss' => 'RSS / Atom (varsayılan)', - 'xml_xpath' => 'XML + XPath', // TODO + 'xml_xpath' => 'XML + XPath', // IGNORE ), 'maintenance' => array( 'clear_cache' => 'Önbelleği temizle', @@ -178,10 +178,10 @@ return array( 'max_http_redir' => 'Maksimum HTTP yönlendirme sayısı', 'max_http_redir_help' => 'Devre dışı bırakmak için boş bırakın ya da 0 olarak bırakın. Sınırsız yönlendirme için -1 olarak tanımlayın', 'method' => array( - '_' => 'HTTP Method', // TODO + '_' => 'HTTP Method', // IGNORE ), - 'method_help' => 'The POST payload has automatic support for <code>application/x-www-form-urlencoded</code> and <code>application/json</code>', // TODO - 'method_postparams' => 'Payload for POST', // TODO + 'method_help' => 'POST payload otomatik yardımı için <code>application/x-www-form-urlencoded</code> ve <code>application/json</code>', + 'method_postparams' => 'Payload for POST', // IGNORE 'moved_category_deleted' => 'Bir kategoriyi silerseniz, içerisindeki akışlar <em>%s</em> içerisine yerleşir.', 'mute' => 'sessize al', 'no_selected' => 'Hiçbir akış seçilmedi.', @@ -190,11 +190,11 @@ return array( '_' => 'Görünürlük', 'archived' => 'Gösterme (arşivlenmiş)', 'category' => 'Kendi kategorisinde göster', - 'important' => 'Show in important feeds', // TODO + 'important' => 'Önemli akışlarda göster', 'main_stream' => 'Ana akışda göster', ), 'proxy' => 'Bu akışı güncellemek için vekil sunucu kullan', - 'proxy_help' => 'Bir protokol seçin (ör: SOCKS5) vekil sunucu adresini girin (e.g: <kbd>127.0.0.1:1080</kbd> or <kbd>username:password@127.0.0.1:1080</kbd>)', // DIRTY + 'proxy_help' => 'Bir protokol seçin (ör: SOCKS5) vekil sunucu adresini girin (Örneğin: <kbd>127.0.0.1:1080</kbd> ya da <kbd>username:password@127.0.0.1:1080</kbd>)', 'selector_preview' => array( 'show_raw' => 'Kaynak kodu göster', 'show_rendered' => 'İçeriği göster', @@ -245,7 +245,7 @@ return array( 'subscription_tools' => 'Abonelik araçları', ), 'tag' => array( - 'auto_label' => 'Add this label to new articles', // TODO + 'auto_label' => 'Bu etiketi yeni makalelere ekle', 'name' => 'İsim', 'new_name' => 'Eski isim', 'old_name' => 'Yeni isim', |
