diff options
| author | 2024-04-20 06:03:57 +0800 | |
|---|---|---|
| committer | 2024-04-20 00:03:57 +0200 | |
| commit | 5c33e5191a98c99eb6cdc2c4260aad906d73fdc3 (patch) | |
| tree | f9e823e984ef3dd2881c25e6c6f0cb7429f285c7 /app/i18n/zh-cn/gen.php | |
| parent | 81f6bbf64ecdebe8c47dc520bacf7e093d45e749 (diff) | |
i18n: update zh-cn translation (#6336)
* i18n: update zh-cn translation
* minor edit
* fix translations syntax
* fix translations syntax: use tab
* better translation
* clarify how Content-Type header auto-set works
* fix a mistranslation discovered by comparing #6335
Co-authored-by: <nanhualyq@gmail.com>
---------
Co-authored-by: maTh <1645099+math-GH@users.noreply.github.com>
Diffstat (limited to 'app/i18n/zh-cn/gen.php')
| -rw-r--r-- | app/i18n/zh-cn/gen.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/i18n/zh-cn/gen.php b/app/i18n/zh-cn/gen.php index 1132a885c..5c69b2673 100644 --- a/app/i18n/zh-cn/gen.php +++ b/app/i18n/zh-cn/gen.php @@ -134,7 +134,7 @@ return array( 'request_failed' => '请求失败,这可能是因为网络连接问题。', 'title_new_articles' => 'FreshRSS: 新文章!', ), - 'labels_empty' => 'No labels', // TODO + 'labels_empty' => '无标签', 'new_article' => '发现新文章,点击刷新页面。', 'should_be_activated' => '必须启用 JavaScript', ), @@ -177,7 +177,7 @@ return array( 'logs' => '日志', 'queries' => '自定义查询', 'reading' => '阅读', - 'search' => '搜索内容或#标签', + 'search' => '搜索内容或#文章标签', 'search_help' => '查阅文档获取支持的 <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#with-the-search-field" target="_blank">搜索参数</a>', 'sharing' => '分享', 'shortcuts' => '快捷键', |
