Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2019-03-17 04:13:23 +0300
committerNextcloud bot <bot@nextcloud.com>2019-03-17 04:13:23 +0300
commit4547e75078e90f5ec2eebf045a875e34063dec33 (patch)
tree46e6aac83995792382be6503a68ec4fa3181e224 /core/l10n/zh_CN.js
parentf8988c257c9217e968a377ce38ea558862948118 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/zh_CN.js')
-rw-r--r--core/l10n/zh_CN.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/core/l10n/zh_CN.js b/core/l10n/zh_CN.js
index b39972dc22d..c2b67ab68ac 100644
--- a/core/l10n/zh_CN.js
+++ b/core/l10n/zh_CN.js
@@ -65,6 +65,7 @@ OC.L10N.register(
"Password" : "密码",
"Failed to authenticate, try again" : "授权失败,请重试",
"seconds ago" : "几秒前",
+ "Link to a {label}" : "链接到 {label}",
"New in" : "新品",
"View changelog" : "查看更新记录",
"Could not load your contacts" : "无法加载您的联系人",
@@ -240,6 +241,7 @@ OC.L10N.register(
"The PHP memory limit is below the recommended value of 512MB." : "PHP 内存限制低于建议值 512MB。",
"Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "有些应用程序目录是由与 Web 服务器不同的用户拥有的。如果应用程序是手动安装的,情况可能是这样的。检查以下应用程序目录的权限:",
"MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "所使用的数据库为MySQL但没有对4字节字符的支持。为正确处理文件名或评论中使用的4字节字符(比如emoji表情),建议开启MySQL的4字节字符支持。详细信息请阅读<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">相关文档页面</a>。",
+ "This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GB of free space available in the temp directory of PHP. Check the logs for full details about the path and the available space. To improve this please change the temporary directory in the php.ini or make more space available in that path." : "此实例使用基于S3的对象存储作为主存储。上传的文件会临时存放在服务器上,所以建议PHP的临时目录有50 GB的可用空间。路径和可用空间的详情请查看日志。要改善此状况请修改php.ini文件中的临时目录路径或增加该路径的可用空间。",
"Error occurred while checking server setup" : "检查服务器设置时出错",
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "您的数据目录和文件可以从互联网直接访问。.htaccess 文件不起作用。强烈建议您配置 Web 服务器,以便数据目录不再可访问,或者您可以将数据目录移动到 Web 服务器文档根目录。",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "HTTP 请求头 \"{header}\" 没有配置为 \"{expected}\"。这是一个潜在的安全或隐私风险,我们建议您调整这项设置。",
@@ -307,6 +309,9 @@ OC.L10N.register(
"Database host" : "数据库主机",
"Please specify the port number along with the host name (e.g., localhost:5432)." : "请填写主机名称和端口号(例如,localhost:5432)。",
"Performance warning" : "性能警告",
+ "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。",
"Finish setup" : "安装完成",
"Finishing …" : "正在完成 …",
"Need help?" : "需要帮助?",
@@ -330,6 +335,7 @@ OC.L10N.register(
"Please try again or contact your administrator." : "请重试或联系您的管理员。",
"Username or email" : "用户名或邮箱",
"Log in" : "登录",
+ "Wrong username or password." : "错误的用户名或密码。",
"User disabled" : "用户不可用",
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "我们检测到您的 IP 进行了多次无效登录尝试。因此,请 30 秒之后再尝试。",
"Forgot password?" : "忘记密码?",