aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/zh-cn/index.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2017-06-03 15:18:04 +0200
committerGravatar GitHub <noreply@github.com> 2017-06-03 15:18:04 +0200
commitfd43ee546e419fc9fbb9a3ad974d2234d94cffaa (patch)
tree2df9fd1daf5b994d7bbde8dd46f7605e4370c268 /app/i18n/zh-cn/index.php
parentbe0bcfef7e38f27284ec7b377b342ba389515964 (diff)
parent6f3653d430c86b026f8e007a276fdba2b09b61b3 (diff)
Merge pull request #1549 from FreshRSS/dev1.7.0
Version 1.7.0
Diffstat (limited to 'app/i18n/zh-cn/index.php')
-rw-r--r--app/i18n/zh-cn/index.php61
1 files changed, 61 insertions, 0 deletions
diff --git a/app/i18n/zh-cn/index.php b/app/i18n/zh-cn/index.php
new file mode 100644
index 000000000..0d6e8e82d
--- /dev/null
+++ b/app/i18n/zh-cn/index.php
@@ -0,0 +1,61 @@
+<?php
+
+return array(
+ 'about' => array(
+ '_' => '关于',
+ 'agpl3' => '<a href="https://www.gnu.org/licenses/agpl-3.0.html">AGPL 3</a>',
+ 'bugs_reports' => 'Bug 报告',
+ 'credits' => '致谢',
+ 'credits_content' => '某些设计元素来自于 <a href="http://twitter.github.io/bootstrap/">Bootstrap</a> ,尽管 FreshRSS 并没有使用此框架。<a href="https://git.gnome.org/browse/gnome-icon-theme-symbolic">图标</a> 来自于 <a href="https://www.gnome.org/">GNOME 项目</a>。<em>Open Sans</em> 字体出自 <a href="https://fonts.google.com/specimen/Open+Sans">Steve Matteson</a> 之手。FreshRSS 基于 PHP 框架 <a href="https://github.com/marienfressinaud/MINZ">Minz</a>。',
+ 'freshrss_description' => 'FreshRSS 是一个自托管的 RSS 聚合服务,类似于 <a href="http://tontof.net/kriss/feed/">Kriss Feed</a> 或 <a href="http://projet.idleman.fr/leed/">Leed</a>。 它不仅轻快又易用,而且强大又易于配置。',
+ 'github' => '<a href="https://github.com/FreshRSS/FreshRSS/issues">Github Issues</a>',
+ 'license' => '授权',
+ 'project_website' => '项目网站',
+ 'title' => '关于',
+ 'version' => '版本',
+ 'website' => '网站',
+ ),
+ 'feed' => array(
+ 'add' => '你可以添加一些 RSS 源。',
+ 'empty' => '暂时没有文章可显示。',
+ 'rss_of' => '%s 的 RSS 源',
+ 'title' => '首页',
+ 'title_global' => '全屏视图',
+ 'title_fav' => '收藏',
+ ),
+ 'log' => array(
+ '_' => '日志',
+ 'clear' => '清除日志',
+ 'empty' => '日志文件为空',
+ 'title' => '日志',
+ ),
+ 'menu' => array(
+ 'about' => '关于 FreshRSS',
+ 'add_query' => '添加查询',
+ 'before_one_day' => '一天前',
+ 'before_one_week' => '一周前',
+ 'favorites' => '收藏 (%s)',
+ 'global_view' => '全屏视图',
+ 'main_stream' => '首页',
+ 'mark_all_read' => '全部设为已读',
+ 'mark_cat_read' => '此分类设为已读',
+ 'mark_feed_read' => '此源设为已读',
+ 'newer_first' => '由新到旧',
+ 'non-starred' => '不显示收藏',
+ 'normal_view' => '普通视图',
+ 'older_first' => '由旧到新',
+ 'queries' => '自定义查询',
+ 'read' => '只显示已读',
+ 'reader_view' => '阅读视图',
+ 'rss_view' => 'RSS 源',
+ 'search_short' => '搜索',
+ 'starred' => '只显示收藏',
+ 'stats' => '统计',
+ 'subscription' => '订阅管理',
+ 'unread' => '只显示未读',
+ ),
+ 'share' => '分享',
+ 'tag' => array(
+ 'related' => '相关标签',
+ ),
+);