diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-08-09 00:25:36 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-08-09 00:25:36 +0000 |
commit | 157272498d49bb41b8cf12106d5502081f6ce5c5 (patch) | |
tree | c8c8bfcabee5ea2583efcce273e5b8cf302aa9a0 /lib/l10n/zh_CN.js | |
parent | 255c19a002136a9cd3f50cd33042d1c71ce2dff4 (diff) | |
download | nextcloud-server-157272498d49bb41b8cf12106d5502081f6ce5c5.tar.gz nextcloud-server-157272498d49bb41b8cf12106d5502081f6ce5c5.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n/zh_CN.js')
-rw-r--r-- | lib/l10n/zh_CN.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/l10n/zh_CN.js b/lib/l10n/zh_CN.js index 82cd84e78e2..8ed576ae01b 100644 --- a/lib/l10n/zh_CN.js +++ b/lib/l10n/zh_CN.js @@ -226,7 +226,6 @@ OC.L10N.register( "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\"", @@ -280,6 +279,7 @@ OC.L10N.register( "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\"的文件。" }, "nplurals=1; plural=0;"); |