diff options
| author | 2021-05-02 04:43:26 +0800 | |
|---|---|---|
| committer | 2021-05-01 22:43:26 +0200 | |
| commit | ee678c21be800b173f3b038b5e42921fb786f9f2 (patch) | |
| tree | 1b3b2934a68434d8d18649cbbdd35cd5b8d6d8e7 /app/i18n/zh-cn/install.php | |
| parent | 1f24a5d50eba30dcdbf26106f539c6c47eea439f (diff) | |
Improve Chinese (#3600)
* Improve Chinese
* Minor adjustment
Diffstat (limited to 'app/i18n/zh-cn/install.php')
| -rw-r--r-- | app/i18n/zh-cn/install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/zh-cn/install.php b/app/i18n/zh-cn/install.php index dd37a7e57..1b29dac9d 100644 --- a/app/i18n/zh-cn/install.php +++ b/app/i18n/zh-cn/install.php @@ -111,7 +111,7 @@ return array( 'choose' => '为 FreshRSS 选择语言', 'defined' => '语言已指定', ), - 'missing_applied_migrations' => 'Something went wrong; you should create an empty file <em>%s</em> manually.', // TODO - Translation + 'missing_applied_migrations' => '出现错误,你需要手动创建一个空文件 <em>%s</em>。', 'ok' => '安装成功', 'session' => array( 'nok' => 'Web 服务器似乎未正确配置 PHP 会话所需的 cookie!', |
