Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2019-02-21 04:12:02 +0300
committerNextcloud bot <bot@nextcloud.com>2019-02-21 04:12:02 +0300
commit10388eab342a46e034eb6bfb89fbfd232d8ec2a5 (patch)
tree38ba04c1d625e9aba69f264ce4281b913df36eb0 /lib
parent5eca741309ab4b3ecf1de80ebf3f4bd8c599d67b (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'lib')
-rw-r--r--lib/l10n/zh_CN.js16
-rw-r--r--lib/l10n/zh_CN.json16
2 files changed, 32 insertions, 0 deletions
diff --git a/lib/l10n/zh_CN.js b/lib/l10n/zh_CN.js
index bab3b63c82c..1995f215992 100644
--- a/lib/l10n/zh_CN.js
+++ b/lib/l10n/zh_CN.js
@@ -76,6 +76,7 @@ OC.L10N.register(
"Basic settings" : "基本设置",
"Sharing" : "共享",
"Security" : "安全",
+ "Theming" : "主题",
"Groupware" : "组件",
"Additional settings" : "其他设置",
"Personal info" : "个人信息",
@@ -105,23 +106,38 @@ OC.L10N.register(
"You are not allowed to share %s" : "您无权共享 %s",
"Sharing %s failed, because you can not share with yourself" : "共享 %s 失败,因为您不能共享给自己",
"Sharing %1$s failed, because the user %2$s does not exist" : "共享 %1$s 失败,因为 %2$s 用户不存在",
+ "Sharing %1$s failed, because the user %2$s is not a member of any groups that %3$s is a member of" : "共享 %1$s失败, 因为用户 %2$s 不是%3$s 所属的任何组的用户",
+ "Sharing %1$s failed, because this item is already shared with %2$s" : "共享 %1$s 失败,因为该项已经共享给 %2$s",
+ "Sharing %1$s failed, because this item is already shared with user %2$s" : "共享 %1$s 失败, 因为该项已经共享给用户 %2$s",
+ "Sharing %1$s failed, because the group %2$s does not exist" : "共享 %1$s 失败,因为 %2$s 分组不存在",
+ "Sharing %1$s failed, because %2$s is not a member of the group %3$s" : "共享 %1$s 失败,因为 %2$s 不是 %3$s 分组的成员",
"You need to provide a password to create a public link, only protected links are allowed" : "您需要提供密码以创建公开链接,因为只允许创建受保护的链接",
"Sharing %s failed, because sharing with links is not allowed" : "共享 %s 失败,因为不允许使用链接共享",
"Not allowed to create a federated share with the same user" : "不允许创建对相同用户的联合共享",
+ "Sharing %1$s failed, could not find %2$s, maybe the server is currently unreachable." : "共享 %1$s 失败,无法找到 %2$s,该服务当前无法连接。",
+ "Share type %1$s is not valid for %2$s" : "%1$s 不是 %2$s 合法的共享类型",
"Cannot set expiration date. Shares cannot expire later than %s after they have been shared" : "无法设置过期时间。过期时间不能晚于其共享时间 %s",
"Cannot set expiration date. Expiration date is in the past" : "无法设置过期时间。过期时间不能为过去",
"Sharing backend %s must implement the interface OCP\\Share_Backend" : "共享后端 %s 必须实现 OCP\\Share_Backend 接口",
"Sharing backend %s not found" : "%s 的共享后端未找到",
"Sharing backend for %s not found" : "%s 的共享后端未找到",
"Sharing failed, because the user %s is the original sharer" : "共享失败,因为用户 %s 是原始的共享者",
+ "Sharing %1$s failed, because the permissions exceed permissions granted to %2$s" : "共享 %1$s 失败, 因为已经超出了 %2$s 的权限。",
"Sharing %s failed, because resharing is not allowed" : "共享 %s 失败,因为不允许二次共享",
+ "Sharing %1$s failed, because the sharing backend for %2$s could not find its source" : "共享 %1$s失败,因为无法找到 %2$s 共享后端的来源",
"Sharing %s failed, because the file could not be found in the file cache" : "共享 %s 失败,因为文件缓存中找不到该文件",
+ "%1$s shared »%2$s« with you and wants to add:" : "%1$s 与您共享了 »%2$s« 并希望添加:",
+ "%1$s shared »%2$s« with you and wants to add" : "%1$s 与您共享了 »%2$s« 并希望添加",
+ "»%s« added a note to a file shared with you" : "»%s« 在与您共享的文件中添加了备注",
"Open »%s«" : "打开 »%s«",
+ "%1$s via %2$s" : "%1$s 通过 %2$s",
"Can’t increase permissions of %s" : "无法增加%s的权限。",
"Files can’t be shared with delete permissions" : "无法共享有删除权限的文件",
"Files can’t be shared with create permissions" : "无法共享有创建权限的文件",
"Expiration date is in the past" : "到期日期已过",
"Can’t set expiration date more than %s days in the future" : "无法将过期日期设置为超过 %s 天。",
+ "%1$s shared »%2$s« with you" : "%1$s 与您分享了 »%2$s«",
+ "%1$s shared »%2$s« with you." : "%1$s 与您分享了 »%2$s«。",
"Click the button below to open it." : "点击下方按钮可打开它。",
"The requested share does not exist anymore" : "当前请求的共享已经不存在",
"Could not find category \"%s\"" : "无法找到分类 \"%s\"",
diff --git a/lib/l10n/zh_CN.json b/lib/l10n/zh_CN.json
index 17e1ed1f50f..b729038c92e 100644
--- a/lib/l10n/zh_CN.json
+++ b/lib/l10n/zh_CN.json
@@ -74,6 +74,7 @@
"Basic settings" : "基本设置",
"Sharing" : "共享",
"Security" : "安全",
+ "Theming" : "主题",
"Groupware" : "组件",
"Additional settings" : "其他设置",
"Personal info" : "个人信息",
@@ -103,23 +104,38 @@
"You are not allowed to share %s" : "您无权共享 %s",
"Sharing %s failed, because you can not share with yourself" : "共享 %s 失败,因为您不能共享给自己",
"Sharing %1$s failed, because the user %2$s does not exist" : "共享 %1$s 失败,因为 %2$s 用户不存在",
+ "Sharing %1$s failed, because the user %2$s is not a member of any groups that %3$s is a member of" : "共享 %1$s失败, 因为用户 %2$s 不是%3$s 所属的任何组的用户",
+ "Sharing %1$s failed, because this item is already shared with %2$s" : "共享 %1$s 失败,因为该项已经共享给 %2$s",
+ "Sharing %1$s failed, because this item is already shared with user %2$s" : "共享 %1$s 失败, 因为该项已经共享给用户 %2$s",
+ "Sharing %1$s failed, because the group %2$s does not exist" : "共享 %1$s 失败,因为 %2$s 分组不存在",
+ "Sharing %1$s failed, because %2$s is not a member of the group %3$s" : "共享 %1$s 失败,因为 %2$s 不是 %3$s 分组的成员",
"You need to provide a password to create a public link, only protected links are allowed" : "您需要提供密码以创建公开链接,因为只允许创建受保护的链接",
"Sharing %s failed, because sharing with links is not allowed" : "共享 %s 失败,因为不允许使用链接共享",
"Not allowed to create a federated share with the same user" : "不允许创建对相同用户的联合共享",
+ "Sharing %1$s failed, could not find %2$s, maybe the server is currently unreachable." : "共享 %1$s 失败,无法找到 %2$s,该服务当前无法连接。",
+ "Share type %1$s is not valid for %2$s" : "%1$s 不是 %2$s 合法的共享类型",
"Cannot set expiration date. Shares cannot expire later than %s after they have been shared" : "无法设置过期时间。过期时间不能晚于其共享时间 %s",
"Cannot set expiration date. Expiration date is in the past" : "无法设置过期时间。过期时间不能为过去",
"Sharing backend %s must implement the interface OCP\\Share_Backend" : "共享后端 %s 必须实现 OCP\\Share_Backend 接口",
"Sharing backend %s not found" : "%s 的共享后端未找到",
"Sharing backend for %s not found" : "%s 的共享后端未找到",
"Sharing failed, because the user %s is the original sharer" : "共享失败,因为用户 %s 是原始的共享者",
+ "Sharing %1$s failed, because the permissions exceed permissions granted to %2$s" : "共享 %1$s 失败, 因为已经超出了 %2$s 的权限。",
"Sharing %s failed, because resharing is not allowed" : "共享 %s 失败,因为不允许二次共享",
+ "Sharing %1$s failed, because the sharing backend for %2$s could not find its source" : "共享 %1$s失败,因为无法找到 %2$s 共享后端的来源",
"Sharing %s failed, because the file could not be found in the file cache" : "共享 %s 失败,因为文件缓存中找不到该文件",
+ "%1$s shared »%2$s« with you and wants to add:" : "%1$s 与您共享了 »%2$s« 并希望添加:",
+ "%1$s shared »%2$s« with you and wants to add" : "%1$s 与您共享了 »%2$s« 并希望添加",
+ "»%s« added a note to a file shared with you" : "»%s« 在与您共享的文件中添加了备注",
"Open »%s«" : "打开 »%s«",
+ "%1$s via %2$s" : "%1$s 通过 %2$s",
"Can’t increase permissions of %s" : "无法增加%s的权限。",
"Files can’t be shared with delete permissions" : "无法共享有删除权限的文件",
"Files can’t be shared with create permissions" : "无法共享有创建权限的文件",
"Expiration date is in the past" : "到期日期已过",
"Can’t set expiration date more than %s days in the future" : "无法将过期日期设置为超过 %s 天。",
+ "%1$s shared »%2$s« with you" : "%1$s 与您分享了 »%2$s«",
+ "%1$s shared »%2$s« with you." : "%1$s 与您分享了 »%2$s«。",
"Click the button below to open it." : "点击下方按钮可打开它。",
"The requested share does not exist anymore" : "当前请求的共享已经不存在",
"Could not find category \"%s\"" : "无法找到分类 \"%s\"",