From d4554fa087f9057610085ca685cd8fb79d8f2bd0 Mon Sep 17 00:00:00 2001 From: Alexis Degrugillier Date: Fri, 5 Jun 2020 10:09:31 +0200 Subject: Change add feed action (#3027) * Docker Alpine 3.12 (#3025) https://alpinelinux.org/posts/Alpine-3.12.0-released.html With PHP 7.3.18 (from 7.3.17) (and Apache 2.4.43 unchanged). No other significant change spotted * Ensure feed attributes are used before load Co-authored-by: Alexandre Alapetite --- app/i18n/zh-cn/gen.php | 1 + app/i18n/zh-cn/sub.php | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'app/i18n/zh-cn') diff --git a/app/i18n/zh-cn/gen.php b/app/i18n/zh-cn/gen.php index fdefc13fd..923e1f5bd 100644 --- a/app/i18n/zh-cn/gen.php +++ b/app/i18n/zh-cn/gen.php @@ -3,6 +3,7 @@ return array( 'action' => array( 'actualize' => '获取', + 'add' => 'Add', // TODO - Translation 'back' => '← 返回', 'back_to_rss_feeds' => '← 返回订阅源', 'cancel' => '取消', diff --git a/app/i18n/zh-cn/sub.php b/app/i18n/zh-cn/sub.php index 7e6c1083a..c1cf0eed6 100644 --- a/app/i18n/zh-cn/sub.php +++ b/app/i18n/zh-cn/sub.php @@ -1,6 +1,7 @@ 'Feed and category creation has been moved here. It is also accessible from the menu on the left and from the ✚ icon available on the main page.', // TODO - Translation 'api' => array( 'documentation' => '复制以下地址,以供外部工具使用', 'title' => 'API', @@ -16,7 +17,6 @@ return array( 'archiving' => '归档', 'empty' => '空分类', 'information' => '信息', - 'new' => '新分类', 'position' => '显示位置', 'position_help' => '控制分类排列顺序', 'title' => '标题', @@ -102,6 +102,8 @@ return array( 'title' => '导入/导出', ), 'menu' => array( + 'add' => 'Add a feed/a category', // TODO - Translation + 'add_feed' => 'Add a feed', // TODO - Translation 'bookmark' => '订阅(FreshRSS 书签)', 'import_export' => '导入/导出', 'subscription_management' => '订阅管理', @@ -109,6 +111,9 @@ return array( ), 'title' => array( '_' => '订阅管理', + 'add' => 'Add a feed/a category', // TODO - Translation + 'add_category' => 'Add a category', // TODO - Translation + 'add_feed' => 'Add a feed', // TODO - Translation 'feed_management' => '订阅源管理', 'subscription_tools' => '订阅工具', ), -- cgit v1.2.3