From b38a887f01033b5b93209e84b32a724e8fb5d0eb Mon Sep 17 00:00:00 2001 From: Myuki Date: Tue, 23 Feb 2021 10:52:04 +0800 Subject: Update zh-cn Translation (#3473) --- app/i18n/zh-cn/install.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'app/i18n/zh-cn/install.php') 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' => '请检查 %s 目录权限。HTTP 服务器必须有其写入权限。', - 'ok' => 'Permissions on the temp directory are good.', // TODO - Translation + 'ok' => '缓存目录权限正常。', ), - 'unknown_process_username' => 'unknown', // TODO - Translation + 'unknown_process_username' => '未知', 'users' => array( 'nok' => '请检查 %s 目录权限。HTTP 服务器必须有其写入权限。', 'ok' => 'users 目录权限正常', @@ -111,10 +111,10 @@ return array( 'choose' => '为 FreshRSS 选择语言', 'defined' => '语言已指定', ), - 'not_deleted' => '出错!你必须手动删除文件 %s', + 'not_deleted' => '出现错误,你必须手动删除文件 %s', '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' => '步骤', -- cgit v1.2.3