diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-08-30 16:32:56 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-08-30 16:32:56 +0000 |
commit | 5ae6d1f4c34c652fd0bceb4de6e0ceebb0623f40 (patch) | |
tree | 2a9fcec85f856b181037e08ad5fdf4ff954ad9ab /lib/l10n/zh_CN.json | |
parent | 69c00aea3d9feb46f77abfcc8a3f48535e00b12c (diff) | |
download | nextcloud-server-5ae6d1f4c34c652fd0bceb4de6e0ceebb0623f40.tar.gz nextcloud-server-5ae6d1f4c34c652fd0bceb4de6e0ceebb0623f40.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n/zh_CN.json')
-rw-r--r-- | lib/l10n/zh_CN.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/l10n/zh_CN.json b/lib/l10n/zh_CN.json index 89ce3261ec9..9b8d0edab66 100644 --- a/lib/l10n/zh_CN.json +++ b/lib/l10n/zh_CN.json @@ -78,9 +78,7 @@ "Invalid path" : "无效的路径", "Failed to create file from template" : "从模板创建文件失败", "Templates" : "模板", - "File name is a reserved word" : "文件名包含敏感字符", - "File name contains at least one invalid character" : "文件名中存在至少一个非法字符", - "File name is too long" : "文件名过长", + "Filename contains at least one invalid character" : "文件名中存在至少一个非法字符", "Empty filename is not allowed" : "不允许使用空名称", "App \"%s\" cannot be installed because appinfo file cannot be read." : "无法安装应用\"%s\",因为无法读取appinfo文件。", "App \"%s\" cannot be installed because it is not compatible with this version of the server." : "应用程式 \"%s\" 无法安装,因为它与这个版本的服务器不兼容。", @@ -258,6 +256,9 @@ "Logged in user must be an admin, a sub admin or gotten special right to access this setting" : "登录用户必须是管理员、子管理员或具有访问此设置的特殊权限", "Logged in user must be an admin or sub admin" : "当前登录用户必须为管理员或子管理员", "Logged in user must be an admin" : "当前登录用户必须为管理员", + "File name is a reserved word" : "文件名包含敏感字符", + "File name contains at least one invalid character" : "文件名中存在至少一个非法字符", + "File name is too long" : "文件名过长", "Help" : "帮助", "Users" : "用户", "Unknown user" : "未知用户", |