2017-02-01 04:06:57 +03:00
|
|
|
OC.L10N.register(
|
|
|
|
"workflowengine",
|
|
|
|
{
|
2018-08-07 03:12:15 +03:00
|
|
|
"Group list is empty" : "用户群组列表空",
|
|
|
|
"Unable to retrieve the group list" : "无法获取用户群组列表",
|
2017-05-11 03:08:08 +03:00
|
|
|
"Saved" : "已保存",
|
2017-02-01 04:06:57 +03:00
|
|
|
"Saving failed:" : "保存失败:",
|
2017-05-11 03:08:08 +03:00
|
|
|
"File MIME type" : "文件MIME类型",
|
2017-02-01 04:06:57 +03:00
|
|
|
"is" : "是",
|
|
|
|
"is not" : "不是",
|
|
|
|
"matches" : "匹配",
|
|
|
|
"does not match" : "不匹配",
|
|
|
|
"Example: {placeholder}" : "例子: {placeholder}",
|
|
|
|
"File size (upload)" : "文件大小 (上传)",
|
|
|
|
"less" : "小于",
|
|
|
|
"less or equals" : "小于等于",
|
|
|
|
"greater or equals" : "大于等于",
|
|
|
|
"greater" : "大于",
|
|
|
|
"File system tag" : "文件系统标签",
|
|
|
|
"is tagged with" : "标记为",
|
|
|
|
"is not tagged with" : "未标记为",
|
|
|
|
"Select tag…" : "选择标签...",
|
|
|
|
"Request remote address" : "要求远程地址",
|
2017-02-02 04:07:05 +03:00
|
|
|
"matches IPv4" : "匹配 IPv4",
|
2017-02-01 04:06:57 +03:00
|
|
|
"does not match IPv4" : "不匹配IPv4",
|
|
|
|
"matches IPv6" : "匹配IPv6",
|
|
|
|
"does not match IPv6" : "不匹配IPv6",
|
|
|
|
"Request time" : "请求时间",
|
|
|
|
"between" : "之间",
|
|
|
|
"not between" : "不在之间",
|
|
|
|
"Start" : "开始",
|
|
|
|
"End" : "结束",
|
|
|
|
"Select timezone…" : "选择时区",
|
|
|
|
"Request URL" : "请求URL",
|
|
|
|
"Predefined URLs" : "预定义URL",
|
|
|
|
"Files WebDAV" : "文件WebDAV",
|
|
|
|
"Request user agent" : "请求用户代理",
|
|
|
|
"Sync clients" : "同步客户端",
|
|
|
|
"Android client" : "Android 客户端",
|
|
|
|
"iOS client" : "iOS 客户端",
|
|
|
|
"Desktop client" : "桌面客户端",
|
|
|
|
"User group membership" : "用户组成员资格",
|
|
|
|
"is member of" : "是成员",
|
|
|
|
"is not member of" : "不是成员",
|
|
|
|
"The given operator is invalid" : "给定的运算符无效",
|
|
|
|
"The given regular expression is invalid" : "给定的正则表达式无效",
|
|
|
|
"The given file size is invalid" : "给定的文件大小无效",
|
|
|
|
"The given tag id is invalid" : "给定的标签ID无效",
|
|
|
|
"The given IP range is invalid" : "给定的IP范围无效",
|
2017-03-02 19:48:52 +03:00
|
|
|
"The given IP range is not valid for IPv4" : "填写的IP范围不是有效的IPv4格式",
|
|
|
|
"The given IP range is not valid for IPv6" : "填写的IP范围不是有效的IPv6格式",
|
2017-03-17 04:07:41 +03:00
|
|
|
"The given time span is invalid" : "给定的时间范围无效",
|
|
|
|
"The given start time is invalid" : "给定的开始时间无效",
|
2017-02-01 04:06:57 +03:00
|
|
|
"The given end time is invalid" : "输入的截止时间无效",
|
|
|
|
"The given group does not exist" : "输入的群组不存在",
|
2017-03-17 04:07:41 +03:00
|
|
|
"Check %s is invalid or does not exist" : "检查%s是不可用或者不存在",
|
2017-02-01 04:06:57 +03:00
|
|
|
"Operation #%s does not exist" : "操作 %s 不存在",
|
|
|
|
"Operation %s does not exist" : "操作 %s 不存在",
|
2017-02-19 04:07:37 +03:00
|
|
|
"Operation %s is invalid" : "操作 %s 无效",
|
2017-03-17 04:07:41 +03:00
|
|
|
"Check %s does not exist" : "检查%s不存在",
|
|
|
|
"Check %s is invalid" : "检查%s是不可用",
|
|
|
|
"Check #%s does not exist" : "检查#%s是不存在",
|
2017-07-08 03:08:27 +03:00
|
|
|
"Workflow" : "工作流",
|
2018-03-01 04:12:37 +03:00
|
|
|
"Files workflow engine" : "文件工作流引擎",
|
2017-03-17 04:07:41 +03:00
|
|
|
"Open documentation" : "打开文档",
|
2017-02-19 04:07:37 +03:00
|
|
|
"Add rule group" : "添加规则组",
|
2017-03-17 04:07:41 +03:00
|
|
|
"Short rule description" : "短规则说明",
|
2017-02-01 04:06:57 +03:00
|
|
|
"Add rule" : "添加规则",
|
|
|
|
"Reset" : "重置",
|
|
|
|
"Save" : "保存",
|
|
|
|
"Saving…" : "保存中...",
|
2018-02-01 21:28:19 +03:00
|
|
|
"Loading…" : "加载中"
|
2017-02-01 04:06:57 +03:00
|
|
|
},
|
|
|
|
"nplurals=1; plural=0;");
|