diff options
author | Nextcloud bot <bot@nextcloud.com> | 2019-12-09 02:16:28 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2019-12-09 02:16:28 +0000 |
commit | 37fcf92bac6cc0baf22f432c2d76839dd5205d06 (patch) | |
tree | 601d29f325f1ae9313ef9fbc5a775b5c518d3a42 /apps/files_sharing/l10n/zh_CN.js | |
parent | 71e2c0bda41d4316fe343949fa29e8d553344c21 (diff) | |
download | nextcloud-server-37fcf92bac6cc0baf22f432c2d76839dd5205d06.tar.gz nextcloud-server-37fcf92bac6cc0baf22f432c2d76839dd5205d06.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_sharing/l10n/zh_CN.js')
-rw-r--r-- | apps/files_sharing/l10n/zh_CN.js | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/apps/files_sharing/l10n/zh_CN.js b/apps/files_sharing/l10n/zh_CN.js index c9b23c40a11..e0e65dc5a87 100644 --- a/apps/files_sharing/l10n/zh_CN.js +++ b/apps/files_sharing/l10n/zh_CN.js @@ -105,6 +105,7 @@ OC.L10N.register( "Sharing %s failed because the back end does not support room shares" : "由于后端不支持房间共享,所以共享 %s 失败。", "Unknown share type" : "未知共享类型", "Not a directory" : "不是一个目录", + "Could not lock node" : "无法锁定节点", "Could not lock path" : "无法锁定路径", "Wrong or no update parameter given" : "错误或没有更新参数给出", "Can't change permissions for public share links" : "不能改变公共共享链接权限", @@ -138,6 +139,8 @@ OC.L10N.register( "Shared with the group {user} by {owner}" : "{owner} 共享给分组 {user}", "Shared with the conversation {user} by {owner}" : "由{owner}共享给会话{user}", "Shared with {user} by {owner}" : "{owner} 共享给 {user}", + "Invited by {initiator}" : "由 {initiator} 邀请", + "Open folder" : "打开文件夹", "Delete share" : "删除共享", "Internal link" : "内部链接", "Link copied" : "已复制链接", @@ -163,9 +166,18 @@ OC.L10N.register( "Error, please enter proper password and/or expiration date" : "错误,请输入正确的密码和/或过期日期", "No recommendations. Start typing." : "没有推荐。开始输入。", "Resharing is not allowed" : "不允许二次共享", + "Name or email address …" : "名称或电子邮箱地址...", + "Name or federated cloud ID …" : "名称或联合云 ID…", + "Name, federated cloud ID or email address …" : "名称,联合云 ID 或电子邮件地址…", + "Name …" : "名称 …", + "Searching …" : "正在搜索 ...", "No elements found." : "未发现元素。", "Search globally" : "全局搜索", "on {server}" : "在 {server} 上", + "Others with access {count}" : "其他具有访问权限的人 {count} ", + "Toggle list of others with access to this directory" : "切换有权访问此目录的其他人的列表", + "Toggle list of others with access to this file" : "切换有权访问此文件的其他人的列表", + "Unable to fetch inherited shares" : "无法获取继承的共享", "Sharing" : "共享", "Unable to load the shares list" : "无法加载共享列表", "Expires {relativetime}" : "过期 {relativetime}", |