diff options
| author | 2020-02-13 19:22:35 +0200 | |
|---|---|---|
| committer | 2020-02-13 18:22:35 +0100 | |
| commit | d30ac40772ec1b4706922afd8acab8448af39a9e (patch) | |
| tree | 6b7cec8455a542875959a09f7bdcc7a2af285fa1 /app/i18n/zh-cn/feedback.php | |
| parent | 4ddd1821bb0fc1186937551d59100294b8833727 (diff) | |
Enhance content path feature (#2778)
- Add a maintenance section to be able to clear cache and force reload a feed.
- Add an icon next to path field to show a pop-up with the result of the content path.
Co-authored-by: Frans de Jonge <fransdejonge@gmail.com>
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Co-authored-by: Marien Fressinaud <dev@marienfressinaud.fr>
Diffstat (limited to 'app/i18n/zh-cn/feedback.php')
| -rw-r--r-- | app/i18n/zh-cn/feedback.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app/i18n/zh-cn/feedback.php b/app/i18n/zh-cn/feedback.php index 4fc350cba..5cee4fb8f 100644 --- a/app/i18n/zh-cn/feedback.php +++ b/app/i18n/zh-cn/feedback.php @@ -84,15 +84,25 @@ return array( 'actualizeds' => '已更新订阅源', 'added' => '订阅源 <em>%s</em> 已添加', 'already_subscribed' => '你已订阅 <em>%s</em>', + 'cache_cleared' => '<em>%s</em> cache has been cleared', // TODO - Translation 'deleted' => '已删除订阅源', 'error' => '订阅源更新失败', 'internal_problem' => '订阅源添加失败。<a href="%s">检查 FreshRSS 日志</a> 查看详情。你可以在地址链接后附加 <code>#force_feed</code> 从而尝试强制添加。', 'invalid_url' => '地址链接 <em>%s</em> 无效', 'not_added' => '<em>%s</em> 添加失败', + 'not_found' => 'Feed cannot be found', // TODO - Translation 'no_refresh' => '没有可刷新的订阅源…', 'n_actualized' => '已更新 %d 个订阅源', 'n_entries_deleted' => '已删除 %d 篇文章', 'over_max' => '你已达到订阅源数上限(%d)', + 'reloaded' => '<em>%s</em> has been reloaded', // TODO - Translation + 'selector_preview' => array( + 'http_error' => 'Failed to load website content.', // TODO - Translation + 'no_entries' => 'There is no entries in your feed. You need at least one entry to create a preview.', // TODO - Translation + 'no_feed' => 'Internal error (no feed to entry).', // TODO - Translation + 'no_result' => 'The selector didn\'t match anything. As a fallback the original feed text will be displayed instead.', // TODO - Translation + 'selector_empty' => 'The selector is empty. You need to define one to create a preview.', // TODO - Translation + ), 'updated' => '已更新订阅源', ), 'purge_completed' => '清除完成(已删除 %d 篇文章)', |
