aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/l10n/zh_CN.js
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2024-03-01 00:38:32 +0000
committerNextcloud bot <bot@nextcloud.com>2024-03-01 00:38:32 +0000
commitdfb6b52cde97996b11d458f7021d65e1913bbac7 (patch)
tree0f23b0c0321858c11f60bc1a5bf8339e5d0f7e89 /apps/settings/l10n/zh_CN.js
parent1e9f438d1af214b708dcc22a785eece54e218db4 (diff)
downloadnextcloud-server-dfb6b52cde97996b11d458f7021d65e1913bbac7.tar.gz
nextcloud-server-dfb6b52cde97996b11d458f7021d65e1913bbac7.zip
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/settings/l10n/zh_CN.js')
-rw-r--r--apps/settings/l10n/zh_CN.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/settings/l10n/zh_CN.js b/apps/settings/l10n/zh_CN.js
index 8c072d376ef..f598cddaaa5 100644
--- a/apps/settings/l10n/zh_CN.js
+++ b/apps/settings/l10n/zh_CN.js
@@ -121,6 +121,7 @@ OC.L10N.register(
"Your remote address could not be determined." : "无法确定您的远程地址",
"Your remote address was identified as \"%s\" and is brute-force throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly." : "您的地址 %s 因疑似暴力攻击已被限制,您可能在各种请求中遇到性能缓慢的问题。若前述地址与您的实际地址存在出入,则您可能错误配置了代理服务器。",
"Your remote address \"%s\" is not brute-force throttled." : "您的地址 %s 未受暴力攻击限制",
+ "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 database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "数据库缺少一些可选列。 由于在大表上添加列可能会花费一些时间,因此在可以选择时不会自动添加列。 通过运行“occ db:add-missing-columns”,可以在实例继续运行时手动添加那些缺少的列。 添加列后,某些功能可能会提高响应速度或可用性。",
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "数据库丢失了一些索引。由于给大的数据表添加索引会耗费一些时间,因此程序没有自动对其进行修复。您可以在 Nextcloud 运行时通过命令行手动执行“occ db:add-missing-indices”命令修复丢失的索引。索引修复后会大大提高相应表的查询速度。",
"The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "数据库缺少一些主键。由于在大型数据表上添加主键可能需要一些时间,因此程序没有自动添加。通过运行“occ db:add-missing-primary-keys”,这些缺失的主键可以在实例持续运行时手动添加。",
@@ -338,7 +339,6 @@ OC.L10N.register(
"Current password" : "当前密码",
"New password" : "新密码",
"Change password" : "修改密码",
- "Your profile information" : "您的个人资料",
"Your profile picture" : "您的个人资料图片",
"Upload profile picture" : "上传个人资料图片",
"Choose profile picture from Files" : "从文件中选择个人资料图片",
@@ -624,6 +624,7 @@ OC.L10N.register(
"Enable or disable profile by default for new users." : "对新用户默认启用或禁用简介。",
"You are about to remove the group {group}. The users will NOT be deleted." : "您将要移除群组 {group}。组中的用户不会被删除。",
"Please confirm the group removal " : "请确认移除群组",
+ "Your profile information" : "您的个人资料",
"Choose profile picture from files" : "从文件中选择个人资料图片",
"png or jpg, max. 20 MB" : "png 或 jpg 格式,最大 20MB",
"Your email address" : "您的电子邮件",