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/admin.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/admin.php')
| -rw-r--r-- | app/i18n/tr/admin.php | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/app/i18n/tr/admin.php b/app/i18n/tr/admin.php index fb6903f7b..c622ab9c0 100644 --- a/app/i18n/tr/admin.php +++ b/app/i18n/tr/admin.php @@ -19,8 +19,8 @@ return array( 'http' => 'HTTP (ileri kullanıcılar için, HTTPS)', 'none' => 'Hiçbiri (tehlikeli)', 'title' => 'Kimlik doğrulama', - 'token' => 'Master authentication token', // TODO - 'token_help' => 'Allows access to all RSS outputs of the user as well as refreshing feeds without authentication:', // TODO + 'token' => 'Ana kimlik doğrulama jetonu', + 'token_help' => 'Kullanıcının tüm RSS çıkışlarına erişimine ve kimlik doğrulaması olmadan akışları yenilemesine izin ver:', 'type' => 'Kimlik doğrulama yöntemi', 'unsafe_autologin' => 'Güvensiz otomatik girişe izin ver: ', ), @@ -160,8 +160,8 @@ return array( '_' => 'Sistem yapılandırması', 'auto-update-url' => 'Otomatik güncelleme sunucu URL', 'base-url' => array( - '_' => 'Base URL', // TODO - 'recommendation' => 'Automatic recommendation: <kbd>%s</kbd>', // TODO + '_' => 'Ana URL', + 'recommendation' => 'Otomatik öneri: <kbd>%s</kbd>', ), 'cookie-duration' => array( 'help' => 'saniye', @@ -187,33 +187,33 @@ return array( ), 'title' => 'Kullanıcı kayıt formu', ), - 'sensitive-parameter' => 'Sensitive parameter. Edit manually in <kbd>./data/config.php</kbd>', // TODO + 'sensitive-parameter' => 'Hassas parametre. <kbd>./data/config.php</kbd> adresinde elle düzenleyiniz.', 'tos' => array( - 'disabled' => 'is not given', // TODO - 'enabled' => '<a href="./?a=tos">is enabled</a>', // TODO - 'help' => 'How to <a href="https://freshrss.github.io/FreshRSS/en/admins/12_User_management.html#enable-terms-of-service-tos" target="_blank">enable the Terms of Service</a>', // TODO + 'disabled' => 'verilmedi', + 'enabled' => '<a href="./?a=tos">aktive edildi</a>', + 'help' => '<a href="https://freshrss.github.io/FreshRSS/en/admins/12_User_management.html#enable-terms-of-service-tos" target="_blank">Kullanım şartlarını</a> nasıl aktifleştiririm?', ), 'websub' => array( - 'help' => 'About <a href="https://freshrss.github.io/FreshRSS/en/users/WebSub.html" target="_blank">WebSub</a>', // TODO + 'help' => '<a href="https://freshrss.github.io/FreshRSS/en/users/WebSub.html" target="_blank">WebSub</a> hakkında', ), ), 'update' => array( '_' => 'Sistem güncelleme', 'apply' => 'Uygula', - 'changelog' => 'Changelog', // TODO + 'changelog' => 'Değişiklik günlüğü', 'check' => 'Güncelleme kontrolü', - 'copiedFromURL' => 'update.php copied from %s to ./data', // TODO + 'copiedFromURL' => 'update.php %s lokasyonundan ./data lokasyonuna kopyalandı', 'current_version' => 'Mevcut sürümünüz', 'last' => 'Son kontrol', - 'loading' => 'Updating…', // TODO + 'loading' => 'Güncelleniyor…', 'none' => 'Yeni güncelleme yok', 'releaseChannel' => array( - '_' => 'Release channel', // TODO - 'edge' => 'Rolling release (“edge”)', // TODO - 'latest' => 'Stable release (“latest”)', // TODO + '_' => 'Sürüm kanalı', + 'edge' => 'Rolling release (“edge”)', // IGNORE + 'latest' => 'Stabil sürüm (“latest”)', ), 'title' => 'Sistem güncelleme', - 'viaGit' => 'Update via git and Github.com started', // TODO + 'viaGit' => 'git ve Github.com ile gğncelleme başladı', ), 'user' => array( 'admin' => 'Yönetici', |
