zh_CN.js 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. OC.L10N.register(
  2. "workflowengine",
  3. {
  4. "Group list is empty" : "分组列表为空",
  5. "Unable to retrieve the group list" : "无法获取用户分组列表",
  6. "Saved" : "已保存",
  7. "Saving failed:" : "保存失败:",
  8. "File MIME type" : "文件MIME类型",
  9. "is" : "是",
  10. "is not" : "不是",
  11. "matches" : "匹配",
  12. "does not match" : "不匹配",
  13. "Example: {placeholder}" : "例子: {placeholder}",
  14. "File size (upload)" : "文件大小 (上传)",
  15. "less" : "小于",
  16. "less or equals" : "小于等于",
  17. "greater or equals" : "大于等于",
  18. "greater" : "大于",
  19. "File system tag" : "文件系统标签",
  20. "is tagged with" : "标记为",
  21. "is not tagged with" : "未标记为",
  22. "Select tag…" : "选择标签...",
  23. "Request remote address" : "要求远程地址",
  24. "matches IPv4" : "匹配 IPv4",
  25. "does not match IPv4" : "不匹配IPv4",
  26. "matches IPv6" : "匹配IPv6",
  27. "does not match IPv6" : "不匹配IPv6",
  28. "Request time" : "请求时间",
  29. "between" : "之间",
  30. "not between" : "不在之间",
  31. "Start" : "开始",
  32. "End" : "结束",
  33. "Select timezone…" : "选择时区",
  34. "Request URL" : "请求URL",
  35. "Predefined URLs" : "预定义URL",
  36. "Files WebDAV" : "文件WebDAV",
  37. "Request user agent" : "请求用户代理",
  38. "Sync clients" : "同步客户端",
  39. "Android client" : "Android 客户端",
  40. "iOS client" : "iOS 客户端",
  41. "Desktop client" : "桌面客户端",
  42. "User group membership" : "用户组成员资格",
  43. "is member of" : "是成员",
  44. "is not member of" : "不是成员",
  45. "The given operator is invalid" : "给定的运算符无效",
  46. "The given regular expression is invalid" : "给定的正则表达式无效",
  47. "The given file size is invalid" : "给定的文件大小无效",
  48. "The given tag id is invalid" : "给定的标签ID无效",
  49. "The given IP range is invalid" : "给定的IP范围无效",
  50. "The given IP range is not valid for IPv4" : "填写的IP范围不是有效的IPv4格式",
  51. "The given IP range is not valid for IPv6" : "填写的IP范围不是有效的IPv6格式",
  52. "The given time span is invalid" : "给定的时间范围无效",
  53. "The given start time is invalid" : "给定的开始时间无效",
  54. "The given end time is invalid" : "输入的截止时间无效",
  55. "The given group does not exist" : "输入的群组不存在",
  56. "Check %s is invalid or does not exist" : "检查%s是不可用或者不存在",
  57. "Operation #%s does not exist" : "操作 %s 不存在",
  58. "Operation %s does not exist" : "操作 %s 不存在",
  59. "Operation %s is invalid" : "操作 %s 无效",
  60. "Check %s does not exist" : "检查%s不存在",
  61. "Check %s is invalid" : "检查%s是不可用",
  62. "Check #%s does not exist" : "检查#%s是不存在",
  63. "Workflow" : "工作流",
  64. "Files workflow engine" : "文件工作流引擎",
  65. "Open documentation" : "打开文档",
  66. "Add rule group" : "添加规则组",
  67. "Short rule description" : "短规则说明",
  68. "Add rule" : "添加规则",
  69. "Reset" : "重置",
  70. "Save" : "保存",
  71. "Saving…" : "保存中...",
  72. "Loading…" : "加载中"
  73. },
  74. "nplurals=1; plural=0;");