diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-08-09 00:25:45 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-08-09 00:25:45 +0000 |
commit | 93e9d50af638737c6ba6d65489270725fe87e743 (patch) | |
tree | 301be1bffa3ca5d174b44480dc8a0492c95e05ad /lib/l10n/zh_CN.json | |
parent | d78f7acfd752e9f0a342515e3208d51ff84f9c2c (diff) | |
download | nextcloud-server-93e9d50af638737c6ba6d65489270725fe87e743.tar.gz nextcloud-server-93e9d50af638737c6ba6d65489270725fe87e743.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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/l10n/zh_CN.json b/lib/l10n/zh_CN.json index 0c7d1bc65ef..80e278476a6 100644 --- a/lib/l10n/zh_CN.json +++ b/lib/l10n/zh_CN.json @@ -224,7 +224,6 @@ "Your data directory must be an absolute path." : "您的数据目录必须是绝对路径。", "Check the value of \"datadirectory\" in your configuration." : "请检查配置文件中 \"datadirectory\" 的值。", "Your data directory is invalid." : "您的数据目录无效。", - "Ensure there is a file called \".ocdata\" in the root of the data directory." : "请确定在根目录下有一个名为\".ocdata\"的文件。", "Action \"%s\" not supported or implemented." : "操作 \"%s\" 不支持或未实现。", "Authentication failed, wrong token or provider ID given" : "认证失败,提供了错误的token或提供者ID", "Parameters missing in order to complete the request. Missing Parameters: \"%s\"" : "缺少参数来完成请求。缺少的参数为:\"%s\"", @@ -278,6 +277,7 @@ "PostgreSQL >= 9 required." : "需要 PostgreSQL >= 9。", "Please upgrade your database version." : "请升级您的数据库版本。", "Your data directory is readable by other users." : "您的数据目录可被其他用户读取。", - "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "请更改权限为 0770 以避免其他用户查看目录。" + "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "请更改权限为 0770 以避免其他用户查看目录。", + "Ensure there is a file called \".ocdata\" in the root of the data directory." : "请确定在根目录下有一个名为\".ocdata\"的文件。" },"pluralForm" :"nplurals=1; plural=0;" }
\ No newline at end of file |