diff options
Diffstat (limited to 'apps/settings/l10n/zh_CN.js')
-rw-r--r-- | apps/settings/l10n/zh_CN.js | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/apps/settings/l10n/zh_CN.js b/apps/settings/l10n/zh_CN.js index c57f9094b41..9b8ad2426a9 100644 --- a/apps/settings/l10n/zh_CN.js +++ b/apps/settings/l10n/zh_CN.js @@ -500,8 +500,6 @@ OC.L10N.register( "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "Nextcloud 的这个社区版本不受支持,即时通知不可用。", "Use a second factor besides your password to increase security for your account." : "使用除您密码之外的第二种方法来增强您账号的安全性。", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "如果您使用第三方应用程序连接到 Nextcloud,请确保在启用第二因素身份验证之前为每个应用程序创建和配置应用程序密码。", - "Migration in progress. Please wait until the migration is finished" : "正在进行迁移。请稍等,直到迁移完成", - "Migration started …" : "迁移开始...", "An error occurred while changing your language. Please reload the page and try again." : "修改您的语言时遇到错误。请重新载入页面后再试。", "An error occurred while changing your locale. Please reload the page and try again." : "修改您的地区时遇到错误。请重新载入页面后再试。", "Select a profile picture" : "选择个人头像", @@ -512,7 +510,6 @@ OC.L10N.register( "Could not determine if TLS version of cURL is outdated or not because an error happened during the HTTPS request against https://nextcloud.com. Please check the nextcloud log file for more details." : "不能确定 cURL 的 TLS 版本是否已过时,因为在HTTPS请求 https://nextcloud.com 时发生了错误。请检查 nextcloud 日志文件以了解详情。", "The maximum number of OPcache keys is nearly exceeded. To assure that all scripts can be hold in cache, it is recommended to apply <code>opcache.max_accelerated_files</code> to your PHP configuration with a value higher than <code>%s</code>." : "几乎超过了 OPcache 键的最大数量。为确保所有脚本可以保留在缓存中,建议在您的 PHP 设置中 <code>opcache.max_accelerated_files</code> 设置一个高于 <code>%s</code> 的值。", "Admin privileges" : "管理员特权", - "Revoking this token might prevent the wiping of your device if it hasn't started the wipe yet." : "如果擦除操作还未开始,撤销此令牌可能会妨碍对您设备的擦除操作", "Unable to update biography" : "无法更新小传", "Unable to update full name" : "无法更新全名", "No full name set" : "未设置全名", @@ -522,6 +519,8 @@ OC.L10N.register( "Change scope level of {accountProperty}" : "更改 {accountProperty} 的范围", "Unable to update federation scope of the primary {accountProperty}" : "无法更新主 {accountProperty} 的联盟范围", "Unable to update federation scope of additional {accountProperty}" : "无法更新附加 {accountProperty} 的联盟范围", + "Migration in progress. Please wait until the migration is finished" : "正在进行迁移。请稍等,直到迁移完成", + "Migration started …" : "迁移开始...", "Address" : "地址", "Avatar" : "头像", "An error occured during the request. Unable to proceed." : "请求期间发生错误。 无法继续。", @@ -539,7 +538,6 @@ OC.L10N.register( "Pick background job setting" : "选择后台任务设置", "Recommended" : "推荐", "The cron.php needs to be executed by the system user \"%s\"." : "cron.php 需要被系统用户 \"%s\" 执行。", - "Allow username autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "在输入全名或电子邮件地址时允许用户名自动完成 (忽略缺少的电话簿匹配和同属一个小组的匹配)", "Change privacy level of profile picture" : "更改个人头像的隐私级别", "Upload new" : "上传", "Select from Files" : "选择文件", |