diff options
| author | 2021-02-23 10:52:04 +0800 | |
|---|---|---|
| committer | 2021-02-22 21:52:04 -0500 | |
| commit | b38a887f01033b5b93209e84b32a724e8fb5d0eb (patch) | |
| tree | 03602ad32859eeddaaf24bd220f6293f6d7cb9cf /app/i18n/zh-cn/install.php | |
| parent | fd803875410cf056242a786260fb8ed62a733c06 (diff) | |
Update zh-cn Translation (#3473)
Diffstat (limited to 'app/i18n/zh-cn/install.php')
| -rw-r--r-- | app/i18n/zh-cn/install.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/i18n/zh-cn/install.php b/app/i18n/zh-cn/install.php index e61ccadb7..ff2a57618 100644 --- a/app/i18n/zh-cn/install.php +++ b/app/i18n/zh-cn/install.php @@ -82,9 +82,9 @@ return array( ), 'tmp' => array( 'nok' => '请检查 <em>%s</em> 目录权限。HTTP 服务器必须有其写入权限。', - 'ok' => 'Permissions on the temp directory are good.', // TODO - Translation + 'ok' => '缓存目录权限正常。', ), - 'unknown_process_username' => 'unknown', // TODO - Translation + 'unknown_process_username' => '未知', 'users' => array( 'nok' => '请检查 <em>%s</em> 目录权限。HTTP 服务器必须有其写入权限。', 'ok' => 'users 目录权限正常', @@ -111,10 +111,10 @@ return array( 'choose' => '为 FreshRSS 选择语言', 'defined' => '语言已指定', ), - 'not_deleted' => '出错!你必须手动删除文件 <em>%s</em>', + 'not_deleted' => '出现错误,你必须手动删除文件 <em>%s</em>', 'ok' => '安装成功', 'session' => array( - 'nok' => 'The web server seems to be incorrectly configured for cookies required for PHP sessions!', // TODO - Translation + 'nok' => 'Web 服务器似乎未正确配置 PHP 会话所需的 cookie!', ), 'step' => '步骤 %d', 'steps' => '步骤', |
