aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/tr/install.php
diff options
context:
space:
mode:
authorGravatar Cem KOÇ <koc.huseyincem@gmail.com> 2021-05-05 12:10:48 +0300
committerGravatar GitHub <noreply@github.com> 2021-05-05 11:10:48 +0200
commit5160bc62d8e6012e8296a8ca3c00acc33c6c05a2 (patch)
tree6716b6420589dc10ca4f6aca98779853ac6e54ed /app/i18n/tr/install.php
parent9a18dfed450d87ace9f7163d17d3498dd95a0e55 (diff)
Update Turkish lang (#3604)
* Update Turkish lang * Ignore unmodified Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/i18n/tr/install.php')
-rw-r--r--app/i18n/tr/install.php20
1 files changed, 10 insertions, 10 deletions
diff --git a/app/i18n/tr/install.php b/app/i18n/tr/install.php
index f5df0d6ab..9bd925cd5 100644
--- a/app/i18n/tr/install.php
+++ b/app/i18n/tr/install.php
@@ -65,8 +65,8 @@ return array(
'ok' => 'Tavsiye edilen JSON çözümleme kütüphanesi sorunsuz.',
),
'mbstring' => array(
- 'nok' => 'Cannot find the recommended library mbstring for Unicode.', // TODO - Translation
- 'ok' => 'You have the recommended library mbstring for Unicode.', // TODO - Translation
+ 'nok' => 'Unicode için tavsiye edilen mbstring kütüphanesi bulunamadı.',
+ 'ok' => 'Unicode için tavsiye edilen mbstring kütüphaneniz mevcut.',
),
'pcre' => array(
'nok' => 'Düzenli ifadeler kütüphanesi eksik (php-pcre).',
@@ -77,21 +77,21 @@ return array(
'ok' => 'PDO sorunsuz (pdo_mysql, pdo_sqlite, pdo_pgsql).',
),
'php' => array(
- 'nok' => 'PHP versiyonunuz %s fakat FreshRSS için gerekli olan en düşük sürüm %s.',
- 'ok' => 'PHP versiyonunuz %s, FreshRSS ile tam uyumlu.',
+ 'nok' => 'PHP sürümünüz %s fakat FreshRSS için gerekli olan en düşük sürüm %s.',
+ 'ok' => 'PHP Sürümünüz %s, FreshRSS ile tam uyumlu.',
),
'tmp' => array(
'nok' => '<em>%s</em> klasör yetkisini kontrol edin. HTTP yazma yetkisi olmalı.',
- 'ok' => 'Permissions on the temp directory are good.', // TODO - Translation
+ 'ok' => 'Geçici klasör izinleri sorunsuz.',
),
- 'unknown_process_username' => 'unknown', // TODO - Translation
+ 'unknown_process_username' => 'bilinmeyen',
'users' => array(
'nok' => '<em>%s</em> klasör yetkisini kontrol edin. HTTP yazma yetkisi olmalı.',
'ok' => 'Kullanıcılar klasörü yetkileri sorunsuz.',
),
'xml' => array(
- 'nok' => 'You lack the required library to parse XML.',
- 'ok' => 'You have the required library to parse XML.', // TODO - Translation
+ 'nok' => 'XML ayrıştırmak için gerekli kütüphaneye sahip değilsiniz.',
+ 'ok' => 'XML ayrıştırmak için gerekli kütüphaneye sahipsiniz.',
),
),
'conf' => array(
@@ -111,10 +111,10 @@ return array(
'choose' => 'FreshRSS için bir dil seçin',
'defined' => 'Dil belirlendi.',
),
- 'missing_applied_migrations' => 'Something went wrong; you should create an empty file <em>%s</em> manually.', // TODO - Translation
+ 'missing_applied_migrations' => 'Birşeyler ters gitti; <em>%s</em> boş dosyasını elle oluşturmalısınız.',
'ok' => 'Kurulum başarıyla tamamlandı.',
'session' => array(
- 'nok' => 'The web server seems to be incorrectly configured for cookies required for PHP sessions!', // TODO - Translation
+ 'nok' => 'Sunucu PHP çerez ayarları hatalı yapılmış görünüyor!',
),
'step' => 'adım %d',
'steps' => 'Adımlar',