owncloud/core

View on GitHub
apps/federatedfilesharing/l10n/zh_CN.js

Summary

Maintainability
B
6 hrs
Test Coverage
OC.L10N.register(
    "federatedfilesharing",
    {
    "Federated sharing" : "联合云共享",
    "Add to" : "添加",
    "Loading..." : "载入中....",
    "Change server..." : "更换服务器...",
    "Invalid Federated Cloud ID" : "联合云ID不正确",
    "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 共享文件",
    "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "共享 %s 失败,联合云无法找到 %s,请检查设置或联系管理员。",
    "Federated Sharing failed: %s" : "联合云共享失败:%s",
    "\"%1$s\" shared \"%3$s\" with you (on behalf of \"%2$s\")" : "\"%1$s\" 分享了 \"%3$s\" 给你(代表 \"%2$s\")",
    "\"%1$s\" shared \"%3$s\" with you" : "\"%1$s\" 分享了 \"%3$s\" 给你",
    "\"%1$s\" invited you to view \"%3$s\" (on behalf of \"%2$s\")" : "\"%1$s\" 邀请你查看 \"%3$s\" (代表 \"%2$s\")",
    "\"%1$s\" invited you to view \"%3$s\"" : "\"%1$s\" 邀请你查看 \"%3$s\"",
    "Accept" : "接受",
    "Decline" : "拒绝",
    "Share with me through my #ownCloud Federated Cloud ID, see %s" : "通过我的 #ownCloud 联合云 ID 与我共享,见 %s",
    "Share with me through my #ownCloud Federated Cloud ID" : "通过我的 #ownCloud 联合云 ID 与我共享",
    "Federated Cloud Sharing" : "联合云共享",
    "Open documentation" : "打开文档",
    "Periodically synchronize outdated federated shares for active users" : "定期为活跃用户同步过时的联合共享",
    "Allow users on this server to send shares to other servers" : "允许用户分享文件给其他服务器上的用户",
    "Allow users on this server to receive shares from other servers" : "允许用户从其他服务器接收分享",
    "Automatically accept federated shares from trusted servers" : "自动接受已信任服务器发送的联合云共享",
    "Federated Cloud" : "联合云",
    "Your Federated Cloud ID:" : "你的联合云ID:",
    "Share it:" : "分享它:",
    "Add to your website" : "添加到您的网站",
    "Share with me via ownCloud" : "通过联合云与我共享",
    "HTML Code:" : "HTML 代码:",
    "Nothing to configure." : "没有可配置的项目。"
},
"nplurals=1; plural=0;");