zh_CN.js 1.7 KB

123456789101112131415161718192021222324
  1. OC.L10N.register(
  2. "sharebymail",
  3. {
  4. "Shared with %1$s" : "与 %1$s 分享",
  5. "Shared with {email}" : "用 {email} 分享",
  6. "Shared with %1$s by %2$s" : "由 %2$s 共享给 %1$s",
  7. "Shared with {email} by {actor}" : "由 {actor} 通过 {email} 分享",
  8. "You shared %1$s with %2$s by mail" : "您通过邮件把 %1$s 分享给了 %2$s",
  9. "You shared {file} with {email} by mail" : "您通过邮件 {email} 分享了 {file} ",
  10. "%3$s shared %1$s with %2$s by mail" : "%3$s 通过邮件将 %1$s 分享给了 %2$s",
  11. "{actor} shared {file} with {email} by mail" : "{actor} 共享 {file} 于 {email} 通过邮件",
  12. "Sharing %s failed, this item is already shared with %s" : "共享 %s 失败, 该项目已经共享于 %s",
  13. "Failed to send share by E-mail" : "通过电子邮件发送共享失败",
  14. "%s shared »%s« with you" : "%s 共享 »%s« 与你",
  15. "%s shared »%s« with you on behalf of %s" : "%s 共享 »%s« 和你代表 %s",
  16. "Failed to create the E-mail" : "创建电子邮件失败",
  17. "Could not find share" : "没有发现共享",
  18. "Hey there,\n\n%s shared »%s« with you on behalf of %s.\n\n%s\n\n" : "嘿那儿,\n\n%s 共享 »%s« 与你代表 %s.\n\n%s\n\n",
  19. "Hey there,\n\n%s shared »%s« with you.\n\n%s\n\n" : "嘿那儿,\n\n%s 共享 »%s« 与你.\n\n%s\n\n",
  20. "Cheers!" : "干杯!",
  21. "Hey there,<br><br>%s shared <a href=\"%s\">%s</a> with you on behalf of %s.<br><br>" : "嘿那儿,<br><br>%s 共享 <a href=\"%s\">%s</a> 与你代表 %s.<br><br>",
  22. "Hey there,<br><br>%s shared <a href=\"%s\">%s</a> with you.<br><br>" : "嘿那儿,<br><br>%s 共享 <a href=\"%s\">%s</a> 与你.<br><br>"
  23. },
  24. "nplurals=1; plural=0;");