diff options
Diffstat (limited to 'apps/workflowengine/l10n/zh_CN.js')
-rw-r--r-- | apps/workflowengine/l10n/zh_CN.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/workflowengine/l10n/zh_CN.js b/apps/workflowengine/l10n/zh_CN.js index f174475c5a1..f796274eebb 100644 --- a/apps/workflowengine/l10n/zh_CN.js +++ b/apps/workflowengine/l10n/zh_CN.js @@ -35,6 +35,8 @@ OC.L10N.register( "Entity %s has no event %s" : "实体%s没有事件%s", "Operation %s does not exist" : "操作 %s 不存在", "Operation %s is invalid" : "操作 %s 无效", + "At least one check needs to be provided" : "至少需要提供一次检查", + "Invalid check provided" : "提供的检查无效", "Check %s does not exist" : "检查 %s 不存在", "Check %s is invalid" : "检查%s是不可用", "Check %s is not allowed with this entity" : "对于此实体,检查%s是不被允许的", @@ -66,6 +68,7 @@ OC.L10N.register( "Desktop client" : "桌面客户端", "Thunderbird & Outlook addons" : "Thunderbird & Outlook 插件", "Custom user agent" : "自定义用户代理", + "At least one event must be selected" : "必须至少选择一个事件", "Add new flow" : "添加新的流程", "When" : "时间", "and" : "与", |