aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/zh-cn/conf.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/i18n/zh-cn/conf.php')
-rw-r--r--app/i18n/zh-cn/conf.php174
1 files changed, 174 insertions, 0 deletions
diff --git a/app/i18n/zh-cn/conf.php b/app/i18n/zh-cn/conf.php
new file mode 100644
index 000000000..6ac0bb5e7
--- /dev/null
+++ b/app/i18n/zh-cn/conf.php
@@ -0,0 +1,174 @@
+<?php
+
+return array(
+ 'archiving' => array(
+ '_' => '存档',
+ 'advanced' => '高级',
+ 'delete_after' => '文章保留',
+ 'help' => '详细选项位于单独的 RSS 源设置',
+ 'keep_history_by_feed' => '至少保存的文章数',
+ 'optimize' => '优化数据库',
+ 'optimize_help' => '不时地执行优化可以减少数据库大小',
+ 'purge_now' => '立即清除',
+ 'title' => '存档',
+ 'ttl' => '最小自动更新时间',
+ ),
+ 'display' => array(
+ '_' => '显示',
+ 'icon' => array(
+ 'bottom_line' => '底栏',
+ 'entry' => '文章图标',
+ 'publication_date' => '更新日期',
+ 'related_tags' => '相关标签',
+ 'sharing' => '分享',
+ 'top_line' => '顶栏',
+ ),
+ 'language' => '语言',
+ 'notif_html5' => array(
+ 'seconds' => '秒 (0 表示不超时)',
+ 'timeout' => 'HTML5 通知超时时间',
+ ),
+ 'theme' => '主题',
+ 'title' => '显示',
+ 'width' => array(
+ 'content' => '内容宽度',
+ 'large' => '大',
+ 'medium' => '中',
+ 'no_limit' => '无限制',
+ 'thin' => '小',
+ ),
+ ),
+ 'query' => array(
+ '_' => '自定义查询',
+ 'deprecated' => '此查询不再有效。相关的分类或 RSS 源已被删除。',
+ 'filter' => '生效的过滤器:',
+ 'get_all' => '显示所有文章',
+ 'get_category' => '显示分类 "%s"',
+ 'get_favorite' => '显示收藏文章',
+ 'get_feed' => '显示RSS 源 "%s"',
+ 'no_filter' => '无过滤器',
+ 'none' => '你未创建任何自定义查询。',
+ 'number' => '查询 n°%d',
+ 'order_asc' => '由旧到新显示文章',
+ 'order_desc' => '由新到旧显示文章',
+ 'search' => '搜索 "%s"',
+ 'state_0' => '显示所有文章',
+ 'state_1' => '显示已读文章',
+ 'state_2' => '显示未读文章',
+ 'state_3' => '显示所有文章',
+ 'state_4' => '显示收藏文章',
+ 'state_5' => '显示已读的收藏文章',
+ 'state_6' => '显示未读的收藏文章',
+ 'state_7' => '显示收藏文章',
+ 'state_8' => '显示未收藏文章',
+ 'state_9' => '显示已读的未收藏文章',
+ 'state_10' => '显示未读的未收藏文章',
+ 'state_11' => '显示未收藏文章',
+ 'state_12' => '显示所有文章',
+ 'state_13' => '显示已读文章',
+ 'state_14' => '显示未读文章',
+ 'state_15' => '显示所有文章',
+ 'title' => '自定义查询',
+ ),
+ 'profile' => array(
+ '_' => '帐户管理',
+ 'delete' => array(
+ '_' => '账户删除',
+ 'warn' => '你的帐户和所有相关数据都将被删除。',
+ ),
+ 'password_api' => 'API 密码<br /><small>(例如,用于手机 APP)</small>',
+ 'password_form' => '密码<br /><small>(用于 Web-form 登录方式)</small>',
+ 'password_format' => '至少 7 个字符',
+ 'title' => '用户帐户',
+ ),
+ 'reading' => array(
+ '_' => '阅读',
+ 'after_onread' => '“全部设为已读”后,',
+ 'articles_per_page' => '每页文章数',
+ 'auto_load_more' => '在页面底部载入下一篇文章',
+ 'auto_remove_article' => '阅读后隐藏文章',
+ 'mark_updated_article_unread' => '将有更新的文章设为未读',
+ 'confirm_enabled' => '“全部设为已读”时显示确认对话框',
+ 'display_articles_unfolded' => '默认展开文章',
+ 'display_categories_unfolded' => '默认展开分类',
+ 'hide_read_feeds' => '隐藏没有未读文章的分类或 RSS 源 (启用“显示所有文章”时不生效))',
+ 'img_with_lazyload' => '使用 "lazy load" 模式加载图片',
+ 'sides_close_article' => '点击文章外区域以关闭文章',
+ 'jump_next' => '跳转到下一未读项 (RSS 源或分类)',
+ 'number_divided_when_reader' => '阅读视图除以 2',
+ 'read' => array(
+ 'article_open_on_website' => '在打开原文章后',
+ 'article_viewed' => '在文章被浏览后',
+ 'scroll' => '在滚动浏览后',
+ 'upon_reception' => '在接收文章后',
+ 'when' => '将文章设为已读…',
+ ),
+ 'show' => array(
+ '_' => '文章显示',
+ 'adaptive' => '智能显示',
+ 'all_articles' => '显示所有文章',
+ 'unread' => '只显示未读',
+ ),
+ 'sort' => array(
+ '_' => '排列顺序',
+ 'newer_first' => '由新到旧',
+ 'older_first' => '由旧到新',
+ ),
+ 'sticky_post' => '打开文章时将其置顶',
+ 'title' => '阅读',
+ 'view' => array(
+ 'default' => '默认视图',
+ 'global' => '全屏视图',
+ 'normal' => '普通视图',
+ 'reader' => '阅读视图',
+ ),
+ ),
+ 'sharing' => array(
+ '_' => '分享',
+ 'blogotext' => 'Blogotext',
+ 'diaspora' => 'Diaspora*',
+ 'email' => 'Email',
+ 'facebook' => 'Facebook',
+ 'g+' => 'Google+',
+ 'more_information' => '更多信息',
+ 'print' => '打印',
+ 'shaarli' => 'Shaarli',
+ 'share_name' => '名称',
+ 'share_url' => 'URL',
+ 'title' => '分享',
+ 'twitter' => 'Twitter',
+ 'wallabag' => 'wallabag',
+ ),
+ 'shortcut' => array(
+ '_' => '快捷键',
+ 'article_action' => '文章操作',
+ 'auto_share' => '分享',
+ 'auto_share_help' => '如果有多种分享模式,则会按照它们的编号访问。',
+ 'close_dropdown' => '关闭菜单',
+ 'collapse_article' => '收起文章',
+ 'first_article' => '跳转到第一篇文章',
+ 'focus_search' => '聚焦到搜索框',
+ 'help' => '显示帮助文档',
+ 'javascript' => '若要使用快捷键,必须启用 JavaScript',
+ 'last_article' => '跳转到最后一篇文章',
+ 'load_more' => '载入更多文章',
+ 'mark_read' => '设为已读',
+ 'mark_favorite' => '加入收藏',
+ 'navigation' => '浏览',
+ 'navigation_help' => '搭配 "Shift" 键,浏览快捷键将生效于 RSS 源。<br/>搭配 "Alt" 键,浏览快捷键将生效于分类。',
+ 'next_article' => '跳转到下一篇文章',
+ 'other_action' => '其他操作',
+ 'previous_article' => '跳转到上一篇文章',
+ 'see_on_website' => '在原网站上查看',
+ 'shift_for_all_read' => '+ <code>shift</code> 可以将全部文章设为已读',
+ 'title' => '快捷键',
+ 'user_filter' => '显示自定义查询',
+ 'user_filter_help' => '如果有多个自定义过滤器,则会按照它们的编号访问。',
+ ),
+ 'user' => array(
+ 'articles_and_size' => '%s 篇文章 (%s)',
+ 'current' => '当前用户',
+ 'is_admin' => '此用户为管理员',
+ 'users' => '用户',
+ ),
+);