diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-07-17 00:19:50 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-07-17 00:19:50 +0000 |
commit | f129a88fc2f3d02f492f279bdc527c3bacb79da8 (patch) | |
tree | 19256d8311829297c23943ba8e0ee1d838d4a6c1 /lib/l10n/zh_CN.json | |
parent | 4689f3d2ab3374c8ff3f6814bdfd57b4c83552cc (diff) | |
download | nextcloud-server-f129a88fc2f3d02f492f279bdc527c3bacb79da8.tar.gz nextcloud-server-f129a88fc2f3d02f492f279bdc527c3bacb79da8.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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/l10n/zh_CN.json b/lib/l10n/zh_CN.json index e288d28a231..372d68d0fe6 100644 --- a/lib/l10n/zh_CN.json +++ b/lib/l10n/zh_CN.json @@ -74,6 +74,7 @@ "seconds ago" : "几秒前", "Empty file" : "空文件", "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "模块:%s不存在。请在 App 设置中开启或联系您的管理员。", + "Dot files are not allowed" : "以 . 开头的文件不被允许", "File already exists" : "文件已存在", "Invalid path" : "无效的路径", "Failed to create file from template" : "从模板创建文件失败", @@ -81,7 +82,6 @@ "File name is a reserved word" : "文件名包含敏感字符", "File name contains at least one invalid character" : "文件名中存在至少一个非法字符", "File name is too long" : "文件名过长", - "Dot files are not allowed" : "以 . 开头的文件不被允许", "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\" 无法安装,因为它与这个版本的服务器不兼容。", |