From b7bd18148e65bbdd6be442036a295eb43ca1501e Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Tue, 14 Oct 2025 15:43:43 +0200 Subject: Option to show user labels instead of tags in RSS share (#8112) * Option to show user labels instead of tags in RSS share fix https://github.com/FreshRSS/FreshRSS/discussions/8108#discussioncomment-14668813 image --- app/i18n/zh-CN/conf.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/i18n/zh-CN') diff --git a/app/i18n/zh-CN/conf.php b/app/i18n/zh-CN/conf.php index 1ee9bf404..6b188e5ff 100644 --- a/app/i18n/zh-CN/conf.php +++ b/app/i18n/zh-CN/conf.php @@ -152,6 +152,7 @@ return array( 'categories' => '按分类显示', 'feeds' => '按订阅源显示', 'order' => '按日期排序', + 'publish_labels_instead_of_tags' => 'Replace feed tags by user labels in the shared RSS', // TODO 'search' => '表达式', 'shareOpml' => '启用相应类别和 feed 的 OPML 分享', 'shareRss' => '启用 HTML 和 RSS 分享', -- cgit v1.2.3