summaryrefslogtreecommitdiffstats
path: root/apps/federatedfilesharing/l10n/zh_CN.js
blob: 03f94122a9b3698f38c4fca88328f40c52f3714a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
OC.L10N.register(
    "federatedfilesharing",
    {
    "Federated sharing" : "联合云共享",
    "Do you want to add the remote share {name} from {owner}@{remote}?" : "你想要添加远程共享 {名称} 来自 {所属}@{远程}?",
    "Remote share" : "远程分享",
    "Remote share password" : "远程分享密码",
    "Cancel" : "取消",
    "Add remote share" : "添加远程分享",
    "Copy" : "复制",
    "Copied!" : "已复制!",
    "Not supported!" : "不支持!",
    "Press ⌘-C to copy." : "请按 ⌘-C 键复制",
    "Press Ctrl-C to copy." : "请按 Ctrl-C 键复制",
    "Invalid Federated Cloud ID" : "联合云ID不正确",
    "Server to server sharing is not enabled on this server" : "此服务器未启用服务器到服务器分享功能",
    "Couldn't establish a federated share." : "无法建立一个远程分享",
    "Couldn't establish a federated share, maybe the password was wrong." : "无法建立分享,可能密码是错误的。",
    "Federated Share request was successful, you will receive a invitation. Check your notifications." : "联合共享请求已成功,您将会收到邀请信息,请检查您的通知。",
    "The mountpoint name contains invalid characters." : "挂载点的名称包含无效字符。",
    "Not allowed to create a federated share with the owner." : "不允许与所有者创建联合共享.",
    "Invalid or untrusted SSL certificate" : "无效或是不被信任的 SSL 证书",
    "Could not authenticate to remote share, password might be wrong" : "无法验证远程共享,可能是密码错误",
    "Storage not valid" : "存储不可用",
    "Federated Share successfully added" : "已成功添加联合共享",
    "Couldn't add remote share" : "无法添加远程共享",
    "Sharing %s failed, because this item is already shared with %s" : "共享 %s 失败,因为它已经共享给 %s",
    "Not allowed to create a federated share with the same user" : "不能给你自己分享文件",
    "File is already shared with %s" : "文件已经共享与 %s",
    "Could not find share" : "没有发现共享",
    "Accept" : "接受",
    "Decline" : "拒绝",
    "Federated Cloud Sharing" : "联合云共享",
    "Open documentation" : "打开文档",
    "Allow users on this server to send shares to other servers" : "允许用户分享文件给其他服务器上的用户",
    "Allow users on this server to receive shares from other servers" : "允许用户从其他服务器接收分享",
    "Search global and public address book for users" : "在全局和公开地址簿中寻找用户",
    "Federated Cloud" : "联合云",
    "Your Federated Cloud ID:" : "你的联合云ID:",
    "Share it:" : "分享它:",
    "Add to your website" : "添加到您的网站",
    "Share with me via Nextcloud" : "通过联合云与我共享",
    "HTML Code:" : "HTML 代码:",
    "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "共享 %s 失败,联合云无法找到 %s,请检查设置或联系管理员。"
},
"nplurals=1; plural=0;");