Files
FreshRSS/app/i18n/tr/conf.php
Alexis Degrugillier cc0db9af4f Feature/new archiving (#2335)
* Change archiving config page layout

I've changed some wording and moved actions into a
maintenance section.

* Update purge action

Now we have more control on the purge action. The configuration allows
us to choose what to keep and what to discard in a more precise way.
At the moment, the configuration applies for all feeds.

* Add purge configuration on feed level

Now the extend purge configuration is available on feed level.
It is stored as attributes and will be used in the purge action.

* Update purge action

Now the purge action uses the feed configuration if it exists and
defaults on user configuration if not.

* Add empty option in period list

* Fix configuration warnings

* Add archiving configuration on categories

See #2369

* Add user info back

* Add explanations in UI

* Fixes for SQLite + error + misc.

* Fix invalid feed reference

* Short array syntax

Only for new code, so far

* Fix prefix error

* Query performance, default values

Work in progress

* Fix default values and confirm before leaving

Form cancel and confirm changes before leaving were broken.
And start taking advantage of the short echo syntax `<?= ?>` as we have
moved to PHP 5.4+

* More work

* Tuning SQL

* Fix MariaDB + performance issue

* SQL performance

* Fix SQLite bug

* Fix some attributes JSON encoding bugs

Especially for SQLite export/import

* More uniform, fix bugs

More uniform between global, category, feed settings

* Drop special cases for old articles during refresh

Instead will use lastSeen date with the new archiving logic.
This was generating problems anyway
https://github.com/FreshRSS/FreshRSS/issues/2154

* Draft drop index keep_history

Not needed anymore

* MySQL typo

Now properly tested with MySQL, PostgreSQL, SQLite

* More work for legacy values

Important to avoid overriding user's preference and risking deleting
data erroneously

* Fix PHP 7.3 / 7.4 warnings

@aledeg "Trying to use values of type null, bool, int, float or resource
as an array (such as $null["key"]) will now generate a notice. "
https://php.net/migration74.incompatible

* Reintroduce min articles and take care of legacy parameters

* A few changes forgotten

* Draft of migration + DROP of feed.keep_history

* Fix several errors

And give up using const for SQL to allow multiple database types (and we
cannot redefine a const)

* Add keep_min to categories + factorise archiving logic

* Legacy fix

* Fix bug yield from

* Minor: Use JSON_UNESCAPED_SLASHE for attributes

And make more uniform

* Fix sign and missing variable

* Fine tune the logic
2019-10-23 00:52:15 +02:00

197 lines
8.3 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
return array(
'archiving' => array(
'_' => 'Arşiv',
'delete_after' => 'Makelelerin tutulacağı süre',
'exception' => 'Purge exception', //TODO - Translation
'help' => 'Akış ayarlarında daha çok ayar bulabilirsiniz',
'keep_favourites' => 'Never delete favourites', //TODO - Translation
'keep_min_by_feed' => 'Akışta en az tutulacak makale sayısı',
'keep_labels' => 'Never delete labels', //TODO - Translation
'keep_unreads' => 'Never delete unreads', //TODO - Translation
'maintenance' => 'Maintenance', //TODO - Translation
'optimize' => 'Veritabanı optimize et',
'optimize_help' => 'Bu işlem bazen veritabanı boyutunu düşürmeye yardımcı olur',
'policy' => 'Purge policy', //TODO - Translation
'policy_warning' => 'If no purge policy is selected, every article will be kept.', //TODO - Translation
'purge_now' => 'Şimdi temizle',
'keep_max' => 'Maximum number of articles to keep', //TODO - Translation
'keep_period' => 'Maximum age of articles to keep', //TODO - Translation
'title' => 'Arşiv',
'ttl' => 'Şu süreden sık otomatik yenileme yapma',
),
'display' => array(
'_' => 'Görünüm',
'icon' => array(
'bottom_line' => 'Alt çizgi',
'entry' => 'Makale ikonları',
'publication_date' => 'Yayınlama Tarihi',
'related_tags' => 'İlgili etiketler', //TODO - Translation
'sharing' => 'Paylaşım',
'display_authors' => 'Authors', //TODO - Translation
'top_line' => 'Üst çizgi',
),
'language' => 'Dil',
'notif_html5' => array(
'seconds' => 'saniye (0 zaman aşımı yok demektir)',
'timeout' => 'HTML5 bildirim zaman aşımı',
),
'show_nav_buttons' => 'Show the navigation buttons', //TODO - Translation
'theme' => 'Tema',
'title' => 'Görünüm',
'width' => array(
'content' => 'İçerik genişliği',
'large' => 'Geniş',
'medium' => 'Orta',
'no_limit' => 'Sınırsız',
'thin' => 'Zayıf',
),
),
'profile' => array(
'_' => 'Profil yönetimi',
'delete' => array(
'_' => 'Hesap silme',
'warn' => 'Hesabınız ve tüm verileriniz silinecek.',
),
'email' => 'Email adresleri',
'password_api' => 'API Şifresi<br /><small>(ör. mobil uygulamalar için)</small>',
'password_form' => 'Şifre<br /><small>(Tarayıcı girişi için)</small>',
'password_format' => 'En az 7 karakter',
'title' => 'Profil',
),
'query' => array(
'_' => 'Kullanıcı sorguları',
'deprecated' => 'Bu sorgu artık geçerli değil. İlgili akış veya kategori silinmiş.',
'display' => 'Display user query results', //TODO - Translation
'filter' => 'Filtre uygulandı:',
'get_all' => 'Tüm makaleleri göster',
'get_category' => '"%s" kategorisini göster',
'get_favorite' => 'Favori makaleleri göster',
'get_feed' => '"%s" akışını göster',
'no_filter' => 'Filtre yok',
'none' => 'Henüz hiç kullanıcı sorgusu oluşturmadınız.',
'number' => 'Sorgu n°%d',
'order_asc' => 'Önce eski makaleleri göster',
'order_desc' => 'Önce yeni makaleleri göster',
'remove' => 'Remove user query', //TODO - Translation
'search' => '"%s" için arama',
'state_0' => 'Tüm makaleleri göster',
'state_1' => 'Okunmuş makaleleri göster',
'state_2' => 'Okunmamış makaleleri göster',
'state_3' => 'Tüm makaleleri göster',
'state_4' => 'Favori makaleleri göster',
'state_5' => 'Okunmuş favori makaleleri göster',
'state_6' => 'Okunmamış favori makaleleri göster',
'state_7' => 'Favori makaleleri göster',
'state_8' => 'Favori olmayan makaleleri göster',
'state_9' => 'Favori olmayan okunmuş makaleleri göster',
'state_10' => 'Favori olmayan okunmamış makaleleri göster',
'state_11' => 'Favori olmayan makaleleri göster',
'state_12' => 'Tüm makaleleri göster',
'state_13' => 'Okunmuş makaleleri göster',
'state_14' => 'Okunmamış makaleleri göster',
'state_15' => 'Tüm makaleleri göster',
'title' => 'Kullanıcı sorguları',
),
'reading' => array(
'_' => 'Okuma',
'after_onread' => '"Hepsini okundu say" dedinten sonra,',
'articles_per_page' => 'Sayfa başına makale sayısı',
'auto_load_more' => 'Sayfa sonunda yeni makaleleri yükle',
'auto_remove_article' => 'Okuduktan sonra makaleleri gizle',
'confirm_enabled' => '"Hepsini okundu say" eylemi için onay iste',
'display_articles_unfolded' => 'Show articles unfolded by default',
'display_categories_unfolded' => 'Show categories unfolded by default',
'hide_read_feeds' => 'Okunmamış makalesi olmayan kategori veya akışı gizle ("Tüm makaleleri göster" komutunda çalışmaz)',
'img_with_lazyload' => 'Resimleri yüklemek için "tembel modu" kullan',
'jump_next' => 'Bir sonraki benzer okunmamışa geç (akış veya kategori)',
'mark_updated_article_unread' => 'Güncellenen makaleleri okundu olarak işaretle',
'number_divided_when_reader' => 'Okuma modunda ikiye bölünecek.',
'read' => array(
'article_open_on_website' => 'orijinal makale sitesi açıldığında',
'article_viewed' => 'makale görüntülendiğinde',
'scroll' => 'kaydırma yapılırken',
'upon_reception' => 'makale üzerinde gelince',
'when' => 'Makaleyi okundu olarak işaretle…',
),
'show' => array(
'_' => 'Gösterilecek makaleler',
'adaptive' => 'Ayarlanmış gösterim',
'all_articles' => 'Tüm makaleleri göster',
'unread' => 'Sadece okunmamış makaleleri göster',
),
'sides_close_article' => 'Clicking outside of article text area closes the article', //TODO - Translation
'sort' => array(
'_' => 'Sıralama',
'newer_first' => 'Önce yeniler',
'older_first' => 'Önce eskiler',
),
'sticky_post' => 'Makale açıldığında yukarı getir',
'title' => 'Okuma',
'view' => array(
'default' => 'Öntanımlı görünüm',
'global' => 'Global görünüm',
'normal' => 'Normal görünüm',
'reader' => 'Okuma görünümü',
),
),
'sharing' => array(
'_' => 'Paylaşım',
'add' => 'Add a sharing method', //TODO - Translation
'blogotext' => 'Blogotext',
'diaspora' => 'Diaspora*',
'email' => 'Email',
'facebook' => 'Facebook',
'more_information' => 'Daha fazla bilgi',
'print' => 'Yazdır',
'remove' => 'Remove sharing method', //TODO - Translation
'shaarli' => 'Shaarli',
'share_name' => 'Paylaşım ismi',
'share_url' => 'Paylaşım URL si',
'title' => 'Paylaşım',
'twitter' => 'Twitter',
'wallabag' => 'wallabag',
),
'shortcut' => array(
'_' => 'Kısayollar',
'article_action' => 'Makale eylemleri',
'auto_share' => 'Paylaş',
'auto_share_help' => 'Sadece 1 paylaşım modu varsa bu kullanılır. Yoksa kendi paylaşım numaraları ile kullanılır.',
'close_dropdown' => 'Menüleri kapat',
'collapse_article' => 'Kapat',
'first_article' => 'İlk makaleyi atla',
'focus_search' => 'Arama kutusuna eriş',
'global_view' => 'Switch to global view', //TODO - Translation
'help' => 'Dokümantasyonu göster',
'javascript' => 'Kısayolları kullanabilmek için JavaScript aktif olmalıdır',
'last_article' => 'Son makaleyi atla',
'load_more' => 'Daha fazla makale yükle',
'mark_favorite' => 'Favori olarak işaretle',
'mark_read' => 'Okundu olarak işaretle',
'navigation' => 'Genel eylemler',
'navigation_help' => '"Shift" tuşu ile kısayollar akışlar için geçerli olur.<br/>"Alt" tuşu ile kısayollar kategoriler için geçerli olur.',
'navigation_no_mod_help' => 'The following navigation shortcuts do not support modifiers.', //TODO - Translation
'next_article' => 'Sonraki makaleye geç',
'normal_view' => 'Switch to normal view', //TODO - Translation
'other_action' => 'Diğer eylemler',
'previous_article' => 'Önceki makaleye geç',
'reading_view' => 'Switch to reading view', //TODO - Translation
'rss_view' => 'Open RSS view in a new tab', //TODO - Translation
'see_on_website' => 'Orijinal sitede göster',
'shift_for_all_read' => '+ <code>shift</code> tuşu ile tüm makaleler okundu olarak işaretlenir',
'skip_next_article' => 'Focus next without opening', //TODO - Translation
'skip_previous_article' => 'Focus previous without opening', //TODO - Translation
'title' => 'Kısayollar',
'user_filter' => 'Kullanıcı filtrelerine eriş',
'user_filter_help' => 'Eğer tek filtre varsa o kullanılır. Yoksa filtrelerin kendi numaralarıyla kullanılır.',
'views' => 'Views', //TODO - Translation
),
'user' => array(
'articles_and_size' => '%s makale (%s)',
'current' => 'Mevcut kullanıcı',
'is_admin' => 'yöneticidir',
'users' => 'Kullanıcılar',
),
);