From ec7fd382e5a42da63c891aa2a059f9762648119d Mon Sep 17 00:00:00 2001 From: Zhiyuan Zheng Date: Tue, 26 Dec 2023 18:38:15 +0800 Subject: Update zh-cn translations (#5977) * Add zh-cn translation. * Update admin.php * Update conf.php * Update conf.php * Update feedback.php * Update gen.php * Update sub.php --- app/i18n/zh-cn/admin.php | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'app/i18n/zh-cn/admin.php') diff --git a/app/i18n/zh-cn/admin.php b/app/i18n/zh-cn/admin.php index 01654f358..4af1bde9e 100644 --- a/app/i18n/zh-cn/admin.php +++ b/app/i18n/zh-cn/admin.php @@ -160,8 +160,8 @@ return array( '_' => '系统配置', 'auto-update-url' => '自动更新服务器 URL', 'base-url' => array( - '_' => 'Base URL', // TODO - 'recommendation' => 'Automatic recommendation: %s', // TODO + '_' => '基础 URL', + 'recommendation' => '推荐: %s', ), 'cookie-duration' => array( 'help' => '单位:秒', @@ -187,33 +187,33 @@ return array( ), 'title' => '用户注册表单', ), - 'sensitive-parameter' => 'Sensitive parameter. Edit manually in ./data/config.php', // TODO + 'sensitive-parameter' => '敏感参数。在 ./data/config.php 中手动修改', 'tos' => array( - 'disabled' => 'is not given', // TODO - 'enabled' => 'is enabled', // TODO - 'help' => 'How to enable the Terms of Service', // TODO + 'disabled' => '没有提供', + 'enabled' => '已启用', + 'help' => '如何启用服务条款', ), 'websub' => array( - 'help' => 'About WebSub', // TODO + 'help' => '关于 WebSub', ), ), 'update' => array( '_' => '更新系统', 'apply' => '应用', - 'changelog' => 'Changelog', // TODO + 'changelog' => '更新记录', 'check' => '检查更新', - 'copiedFromURL' => 'update.php copied from %s to ./data', // TODO + 'copiedFromURL' => '从 %s 复制 update.php 到 ./data', 'current_version' => '当前 版本为', 'last' => '上次检查', - 'loading' => 'Updating…', // TODO + 'loading' => '更新中...', 'none' => '没有可用更新', 'releaseChannel' => array( - '_' => 'Release channel', // TODO - 'edge' => 'Rolling release (“edge”)', // TODO - 'latest' => 'Stable release (“latest”)', // TODO + '_' => '发布通道', + 'edge' => '滚动发布 (“edge”)', + 'latest' => '稳定版本 (“latest”)', ), 'title' => '更新系统', - 'viaGit' => 'Update via git and Github.com started', // TODO + 'viaGit' => '开始通过 git and Github.com 更新', ), 'user' => array( 'admin' => '管理员', -- cgit v1.2.3