From 1f8273803f632b40c260721cb3257ae4e2251f5a Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Thu, 7 Aug 2025 22:20:08 +0200 Subject: Add more unicity criteria based on title and/or content (#7789) * Add more unicity criteria based on title and/or content https://github.com/FreshRSS/FreshRSS/discussions/7788 * More --- app/i18n/tr/sub.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'app/i18n/tr/sub.php') diff --git a/app/i18n/tr/sub.php b/app/i18n/tr/sub.php index 5c92c8e8c..d47ad49b0 100644 --- a/app/i18n/tr/sub.php +++ b/app/i18n/tr/sub.php @@ -241,9 +241,15 @@ return array( 'help' => 'Geçersiz beslemeler için geçerlidir.
⚠️ Politikayı değiştirmek kopyalar oluşturur.', 'id' => 'Standart Kimlik (varsayılan)', 'link' => 'Bağlantı', + 'sha1:content' => 'İçerik', + 'sha1:content_published' => 'İçerik + Tarih', 'sha1:link_published' => 'Bağlantı + Tarih', 'sha1:link_published_title' => 'Bağlantı + Tarih + Başlık', 'sha1:link_published_title_content' => 'Bağlantı + Tarih + Başlık + İçerik', + 'sha1:published' => 'Tarih', + 'sha1:title' => 'Başlık', + 'sha1:title_published' => 'Başlık + Tarih', + 'sha1:title_published_content' => 'Başlık + Tarih + İçerik', ), 'url' => 'Besleme URL’si', 'useragent' => 'Bu beslemeyi almak için kullanıcı aracısını ayarlayın', -- cgit v1.2.3