diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-02-12 02:28:00 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-02-12 02:28:00 +0000 |
commit | c686ee791ae892bf12f868f5326ae381b430168e (patch) | |
tree | 19480c6ba202b8ff47461ec8c7bb4ae6b9014d3d /core/l10n/zh_CN.js | |
parent | 90d94c172e61b80de64275f064aac197f42bec8b (diff) | |
download | nextcloud-server-c686ee791ae892bf12f868f5326ae381b430168e.tar.gz nextcloud-server-c686ee791ae892bf12f868f5326ae381b430168e.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'core/l10n/zh_CN.js')
-rw-r--r-- | core/l10n/zh_CN.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/l10n/zh_CN.js b/core/l10n/zh_CN.js index afbf14090cd..61959ae8a59 100644 --- a/core/l10n/zh_CN.js +++ b/core/l10n/zh_CN.js @@ -70,6 +70,7 @@ OC.L10N.register( "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP 的安装似乎不正确,无法访问系统环境变量。getenv(\"PATH\") 函数测试返回了一个空值。", "Please check the {linkstart}installation documentation ↗{linkend} for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "请检查{linkstart}安装文档 ↗{linkend}中关于PHP的配置说明和您服务器上的PHP配置,特别是在使用 php-fpm 时。", "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "只读配置已启用。这可以在浏览器界面保护配置。另外,每次更新时需手动赋予该文件写权限。", + "You have not set or verified your email server configuration, yet. Please head over to the {mailSettingsStart}Basic settings{mailSettingsEnd} in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings." : "你还没有设置或验证你的电子邮件服务器配置。请前往{mailSettingsStart}基本设置{mailSettingsEnd},以便进行设置。之后,使用表单下方的 \"发送电子邮件 \"按钮来验证您的设置。", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "数据库没有运行在 \"READ COMMITTED\" 事务隔离级别。当多项操作同时执行时将产生问题。", "The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "未找到 PHP 的 \"fileinfo\" 模块。强烈推荐启用该模块,从而获得更好的 MIME 类型探测结果。", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the {linkstart}documentation ↗{linkend} for more information." : "事务文件锁被禁用,这可能导致并发争用相关的问题。在config.php中启用 “filelocking.enabled” 选项来规避这些问题。请参考{linkstart}文档↗{linkend}获取更多信息。", @@ -180,6 +181,8 @@ OC.L10N.register( "Login form is disabled." : "登录表单被禁用", "Edit Profile" : "编辑个人资料", "The headline and about sections will show up here" : "标题和关于部分将显示在此处", + "You have not added any info yet" : "您尚未添加任何信息", + "{user} has not added any info yet" : "{user} 尚未添加任何信息", "Error opening the user status modal, try hard refreshing the page" : "打开用户状态模块时出错,请努力刷新页面", "Reset search" : "重置搜索", "Search for {name} only" : "仅搜索 {name}", @@ -315,6 +318,8 @@ OC.L10N.register( "You chose SQLite as database." : "您选择SQLite作为数据库。", "SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "SQLite应只用于最小化和开发实例。生产环境我们推荐使用不同的数据库后端。", "If you use clients for file syncing, the use of SQLite is highly discouraged." : "如果您使用文件同步客户端,强烈不建议使用SQLite。", + "Install" : "安装", + "Installing …" : "正在安装...", "Need help?" : "需要帮助?", "See the documentation" : "查看文档", "It looks like you are trying to reinstall your Nextcloud. However the file CAN_INSTALL is missing from your config directory. Please create the file CAN_INSTALL in your config folder to continue." : "看起来您正在尝试重新安装您的Nextcloud。但您的config文件夹中没有CAN_INSTALL文件。请在您的config文件夹中创建CAN_INSTALL文件以继续。", |