summaryrefslogtreecommitdiff
path: root/app/i18n/zh-cn/install.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/i18n/zh-cn/install.php')
-rw-r--r--app/i18n/zh-cn/install.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/i18n/zh-cn/install.php b/app/i18n/zh-cn/install.php
index 29647932a..da231917b 100644
--- a/app/i18n/zh-cn/install.php
+++ b/app/i18n/zh-cn/install.php
@@ -69,8 +69,8 @@ return array(
'ok' => '已找到推荐的 JSON 解析库。',
),
'mbstring' => array(
- 'nok' => 'Cannot find the recommended library mbstring for Unicode.', //TODO - Translation
- 'ok' => 'You have the recommended library mbstring for Unicode.', //TODO - Translation
+ 'nok' => '找不到推荐的 Unicode 解析库 (mbstring)。',
+ 'ok' => '已找到推荐的 Unicode 解析库 (mbstring)。',
),
'minz' => array(
'nok' => '找不到 Minz 框架。',