aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/zh-cn/install.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/install.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/install.php')
-rw-r--r--app/i18n/zh-cn/install.php119
1 files changed, 119 insertions, 0 deletions
diff --git a/app/i18n/zh-cn/install.php b/app/i18n/zh-cn/install.php
new file mode 100644
index 000000000..f247a20fd
--- /dev/null
+++ b/app/i18n/zh-cn/install.php
@@ -0,0 +1,119 @@
+<?php
+
+return array(
+ 'action' => array(
+ 'finish' => '完成安装',
+ 'fix_errors_before' => '请在继续下一步前修复错误。',
+ 'keep_install' => '保留以前配置',
+ 'next_step' => '下一步',
+ 'reinstall' => '重新安装 FreshRSS',
+ ),
+ 'auth' => array(
+ 'form' => 'Web form (传统方式, 需要 JavaScript)',
+ 'http' => 'HTTP (面向启用 HTTPS 的高级用户)',
+ 'none' => '无 (危险)',
+ 'password_form' => '密码<br /><small>(用于 Web-form 登录方式)</small>',
+ 'password_format' => '至少 7 个字符',
+ 'type' => '认证方式',
+ ),
+ 'bdd' => array(
+ '_' => '数据库',
+ 'conf' => array(
+ '_' => '数据库配置',
+ 'ko' => '请验证你的数据库信息。',
+ 'ok' => '数据库配置已保存。',
+ ),
+ 'host' => '主机',
+ 'prefix' => '表前缀',
+ 'password' => '密码',
+ 'type' => '数据库类型',
+ 'username' => '用户名',
+ ),
+ 'check' => array(
+ '_' => '检查',
+ 'already_installed' => '我们检测到 FreshRSS 已经安装!',
+ 'cache' => array(
+ 'nok' => '请检查 <em>./data/cache</em> 目录权限。HTTP 服务器必须有其写入权限。',
+ 'ok' => 'cache 目录权限正常。',
+ ),
+ 'ctype' => array(
+ 'nok' => '找不到字符类型检测库 (php-ctype) 。',
+ 'ok' => '你已有字符类型检测库 (ctype) 。',
+ ),
+ 'curl' => array(
+ 'nok' => '找不到 cURL 库 (php-curl package) 。',
+ 'ok' => '你已有 cURL 库。',
+ ),
+ 'data' => array(
+ 'nok' => '请检查 <em>./data</em> 目录权限。HTTP 服务器必须有其写入权限。',
+ 'ok' => 'data 目录权限正常。',
+ ),
+ 'dom' => array(
+ 'nok' => '找不到用于浏览 DOM 的库 (php-xml) 。',
+ 'ok' => '你已有用于浏览 DOM 的库。',
+ ),
+ 'favicons' => array(
+ 'nok' => '请检查 <em>./data/favicons</em> 目录权限。HTTP 服务器必须有其写入权限。',
+ 'ok' => 'favicons 目录权限正常。',
+ ),
+ 'fileinfo' => array(
+ 'nok' => '找不到 PHP fileinfo 库 (fileinfo) 。',
+ 'ok' => '你已有 fileinfo 库。',
+ ),
+ 'http_referer' => array(
+ 'nok' => '请检查你是否修改了 HTTP REFERER。',
+ 'ok' => '你的 HTTP REFERER 已知且与服务器一致。',
+ ),
+ 'json' => array(
+ 'nok' => '找不到推荐的 JSON 解析库。',
+ 'ok' => '你已有推荐的 JSON 解析库。',
+ ),
+ 'minz' => array(
+ 'nok' => '找不到 Minz 框架。',
+ 'ok' => '你已有 Minz 框架。',
+ ),
+ 'pcre' => array(
+ 'nok' => '找不到正则表达式解析库 (php-pcre) 。',
+ 'ok' => '你已有正则表达式解析库 (PCRE) 。',
+ ),
+ 'pdo' => array(
+ 'nok' => '找不到 PDO 或支持的驱动 (pdo_mysql, pdo_sqlite, pdo_pgsql) 。',
+ 'ok' => '你已有 PDO 和支持的至少一种驱动 (pdo_mysql, pdo_sqlite, pdo_pgsql) 。',
+ ),
+ 'php' => array(
+ 'nok' => '你的 PHP 版本为 %s,但 FreshRSS 最低需要 %s。',
+ 'ok' => '你的 PHP 版本为 %s,与 FreshRSS 兼容。',
+ ),
+ 'users' => array(
+ 'nok' => '请检查 <em>./data/users</em> 目录权限。HTTP 服务器必须有其写入权限。',
+ 'ok' => 'users 目录权限正常。',
+ ),
+ 'xml' => array(
+ 'nok' => '找不到用于 XML 解析库。',
+ 'ok' => '你已有 XML 解析库。',
+ ),
+ ),
+ 'conf' => array(
+ '_' => '常规配置',
+ 'ok' => '常规配置已保存。',
+ ),
+ 'congratulations' => '恭喜!',
+ 'default_user' => '默认用户名 <small>(最大 16 个数字或字母)</small>',
+ 'delete_articles_after' => '保留文章',
+ 'fix_errors_before' => '请在继续下一步前修复错误。',
+ 'javascript_is_better' => '启用 JavaScript 会使 FreshRSS 工作得更好',
+ 'js' => array(
+ 'confirm_reinstall' => '重新安装 FreshRSS 将会重置之前的配置。你确定要继续吗?',
+ ),
+ 'language' => array(
+ '_' => '语言',
+ 'choose' => '为 FreshRSS 选择语言',
+ 'defined' => '语言已指定。',
+ ),
+ 'not_deleted' => '出错!你必须手动删除文件 <em>%s</em>。',
+ 'ok' => '安装成功。',
+ 'step' => '步骤 %d',
+ 'steps' => '步骤',
+ 'title' => '安装 FreshRSS',
+ 'this_is_the_end' => '最后一步',
+);