app.zh.i18n.json 929 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "app": {
  3. "loading": "载入中……",
  4. "offline": "无法连接,你的网络是否已经掉线?",
  5. "logginIn": "登录中……"
  6. },
  7. "error": {
  8. "insufficientRights": "你没有足够的权限执行本次操作。"
  9. },
  10. "buttons": {
  11. "ok": "好",
  12. "cancel": "取消",
  13. "save": "保存",
  14. "edit": "编辑",
  15. "send": "发送",
  16. "next": "下一个",
  17. "previous": "上一个",
  18. "back": "返回",
  19. "skip": "跳过",
  20. "sending": "发送中……",
  21. "create": "创建",
  22. "tryToReconnect": "尝试连接",
  23. "stayAnonymous": "Stay anonymous",
  24. "authorize": "Authorize"
  25. },
  26. "commonWords": {
  27. "you": "你",
  28. "send": "发送",
  29. "or": "或者",
  30. "of": "的",
  31. "with": "以及",
  32. "and": "和",
  33. "on": "在",
  34. "per": "每"
  35. }
  36. }