diff options
Diffstat (limited to 'settings')
-rw-r--r-- | settings/l10n/zh_CN.js | 7 | ||||
-rw-r--r-- | settings/l10n/zh_CN.json | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/settings/l10n/zh_CN.js b/settings/l10n/zh_CN.js index 5c0f2bd392d..ad35e90389e 100644 --- a/settings/l10n/zh_CN.js +++ b/settings/l10n/zh_CN.js @@ -103,9 +103,15 @@ OC.L10N.register( "Error: This app can not be enabled because it makes the server unstable" : "错误: 无法启用应用因为它会导致服务器不稳定", "Error: Could not disable broken app" : "错误: 无法禁用损坏的应用", "Error while disabling broken app" : "禁用损坏的应用时出错", + "App up to date" : "已是最新应用", + "Upgrading …" : "正在更新。。。", + "Could not upgrade app" : "无法更新应用", "Updated" : "已更新", "Removing …" : "正在移除...", + "Could not remove app" : "无法移除应用", "Remove" : "移除", + "The app has been enabled but needs to be upgraded. You will be redirected to the upgrade page in 5 seconds." : "已启用该应用,但需要升级。 您将在5秒内跳转到升级页面。", + "App upgrade" : "应用更新", "Approved" : "已认证", "Experimental" : "实验", "No apps found for {query}" : "找不到符合 {query} 的应用", @@ -256,6 +262,7 @@ OC.L10N.register( "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "我们强烈建议在您的系统中安装需要的包以支持下列区域: %s.", "If your installation is not installed at the root of the domain and uses system Cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (Suggested: \"%s\")" : "如果您不是安装在域名的根目录, 并且使用系统 cron 服务时, 可能导致 URL 生成问题. 为了避免这些问题, 请在您的 config.php 文件中设置 \"overwrite.cli.url\" 选项为您的安装根目录路径 (建议: \"%s\")", "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "由于下列的技术错误, 无法通过 CLI 执行计划任务:", + "Please double check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">installation guides ↗</a>, and check for any errors or warnings in the <a href=\"%s\">log</a>." : "请仔细检查<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">安装指南</a>,并检查<a href=\"%s\">日志</a>中是否有错误或警告。", "All checks passed." : "所有检查已通过.", "Background jobs" : "后台任务", "Last job ran %s." : "上次定时任务执行于: %s.", diff --git a/settings/l10n/zh_CN.json b/settings/l10n/zh_CN.json index 81ea2021786..173f4e0a17c 100644 --- a/settings/l10n/zh_CN.json +++ b/settings/l10n/zh_CN.json @@ -101,9 +101,15 @@ "Error: This app can not be enabled because it makes the server unstable" : "错误: 无法启用应用因为它会导致服务器不稳定", "Error: Could not disable broken app" : "错误: 无法禁用损坏的应用", "Error while disabling broken app" : "禁用损坏的应用时出错", + "App up to date" : "已是最新应用", + "Upgrading …" : "正在更新。。。", + "Could not upgrade app" : "无法更新应用", "Updated" : "已更新", "Removing …" : "正在移除...", + "Could not remove app" : "无法移除应用", "Remove" : "移除", + "The app has been enabled but needs to be upgraded. You will be redirected to the upgrade page in 5 seconds." : "已启用该应用,但需要升级。 您将在5秒内跳转到升级页面。", + "App upgrade" : "应用更新", "Approved" : "已认证", "Experimental" : "实验", "No apps found for {query}" : "找不到符合 {query} 的应用", @@ -254,6 +260,7 @@ "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "我们强烈建议在您的系统中安装需要的包以支持下列区域: %s.", "If your installation is not installed at the root of the domain and uses system Cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (Suggested: \"%s\")" : "如果您不是安装在域名的根目录, 并且使用系统 cron 服务时, 可能导致 URL 生成问题. 为了避免这些问题, 请在您的 config.php 文件中设置 \"overwrite.cli.url\" 选项为您的安装根目录路径 (建议: \"%s\")", "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "由于下列的技术错误, 无法通过 CLI 执行计划任务:", + "Please double check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">installation guides ↗</a>, and check for any errors or warnings in the <a href=\"%s\">log</a>." : "请仔细检查<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">安装指南</a>,并检查<a href=\"%s\">日志</a>中是否有错误或警告。", "All checks passed." : "所有检查已通过.", "Background jobs" : "后台任务", "Last job ran %s." : "上次定时任务执行于: %s.", |