diff options
| author | 2022-08-18 21:08:22 +0800 | |
|---|---|---|
| committer | 2022-08-18 15:08:22 +0200 | |
| commit | a3a0b2f97a780605338eec8c5c833d5f7d6f823b (patch) | |
| tree | 85ddcaf011f2d746f0db2f4eee48d049dfab8e83 /app/i18n/zh-cn/gen.php | |
| parent | 1603c10bbab61b4a84380c8a9d5aa77536a4f1c7 (diff) | |
Update i18n/zh-cn (#4509)
* Update i18n/zh-cn
* Update i18n/zh-cn
* Update CREDITS.md
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
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 92d3874b8..b629106a0 100644 --- a/app/i18n/zh-cn/gen.php +++ b/app/i18n/zh-cn/gen.php @@ -18,7 +18,7 @@ return array( 'back_to_rss_feeds' => '← 返回订阅源', 'cancel' => '取消', 'create' => '创建', - 'delete_muted_feeds' => 'Delete muted feeds', // TODO + 'delete_muted_feeds' => '删除已暂停的订阅源', 'demote' => '撤销管理员', 'disable' => '禁用', 'empty' => '清空', @@ -32,7 +32,7 @@ return array( 'open_url' => '打开链接', 'promote' => '设为管理员', 'purge' => '清理', - 'refresh_opml' => 'Refresh OPML', // TODO + 'refresh_opml' => '刷新订阅源动态列表', 'remove' => '删除', 'rename' => '重命名', 'see_website' => '网站中查看', |
