From 814f3ac4495b927326053731db26fe5343fb10ee Mon Sep 17 00:00:00 2001 From: Qeynos Date: Tue, 3 Sep 2024 13:44:09 +0800 Subject: [PATCH] Update zh_CN.json --- internal/locale/translations/zh_CN.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/internal/locale/translations/zh_CN.json b/internal/locale/translations/zh_CN.json index 5a4c13cdc5b..efce46fb88f 100644 --- a/internal/locale/translations/zh_CN.json +++ b/internal/locale/translations/zh_CN.json @@ -41,7 +41,7 @@ "menu.mark_all_as_read": "全部标为已读", "menu.show_all_entries": "显示所有文章", "menu.show_only_unread_entries": "仅显示未读文章", - "menu.show_only_starred_entries": "Show only starred entries", + "menu.show_only_starred_entries": "仅显示已收藏文章", "menu.refresh_feed": "更新", "menu.refresh_all_feeds": "在后台更新全部源", "menu.edit_feed": "编辑", @@ -92,18 +92,18 @@ "entry.tags.label": "标签:", "page.shared_entries.title": "已分享的文章", "page.shared_entries_count": [ - "%d shared entry" + "%d 已分享的文章" ], "page.unread.title": "未读", "page.unread_entry_count": [ - "%d unread entry" + "%d 未读的文章" ], "page.total_entry_count": [ - "%d entry in total" + "%d 文章总数" ], "page.starred.title": "收藏", "page.starred_entry_count": [ - "%d starred entry" + "%d 收藏的文章" ], "page.categories.title": "分类", "page.categories.no_feed": "没有源",