diff options
| author | 2022-10-13 08:56:22 +0200 | |
|---|---|---|
| committer | 2022-10-13 08:56:22 +0200 | |
| commit | 8333dd972b579d9b5d214f8d7e2afcbf2e87425e (patch) | |
| tree | 535cbb72f5b6f70ae57d149f0e426c56ca2952cd /app/i18n/tr/feedback.php | |
| parent | ea283a16fc2b902370bd809bc19e487db771905d (diff) | |
i18n typographic quotes (#4714)
* i18n typographic quotes
* Missing whitespace
* Update app/i18n/nl/conf.php
Co-authored-by: Frans de Jonge <fransdejonge@gmail.com>
* Fix German-style typographic quotes
* Fix missing closing ”
* Fix Dutch quotes
* French typography
* <em>lazy load</em>
Co-authored-by: Frans de Jonge <fransdejonge@gmail.com>
Diffstat (limited to 'app/i18n/tr/feedback.php')
| -rw-r--r-- | app/i18n/tr/feedback.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/i18n/tr/feedback.php b/app/i18n/tr/feedback.php index 1ccc9feac..18dc8dc6e 100644 --- a/app/i18n/tr/feedback.php +++ b/app/i18n/tr/feedback.php @@ -35,7 +35,7 @@ return array( ), 'conf' => array( 'error' => 'Yapılandırma ayarları kaydedilirken hata oluştu', - 'query_created' => 'Sorgu "%s" oluşturuldu.', + 'query_created' => 'Sorgu “%s” oluşturuldu.', 'shortcuts_updated' => 'Kısayollar yenilendi', 'updated' => 'Yapılandırm ayarları yenilendi', ), @@ -115,9 +115,9 @@ return array( 'purge_completed' => 'Temizleme tamamlandı (%d makale silindi)', ), 'tag' => array( - 'created' => '"%s" etiketi oluşturuldu.', + 'created' => '“%s” etiketi oluşturuldu.', 'name_exists' => 'Etiket zaten mevcut.', - 'renamed' => '"%s" isimli etiketin ismi "%s" olarak değiştirildi.', + 'renamed' => '“%s” isimli etiketin ismi “%s” olarak değiştirildi.', ), 'update' => array( 'can_apply' => 'FreshRSS <strong>%s sürümüne</strong> güncellenecek.', |
