diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-01-03 02:27:41 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-01-03 02:27:41 +0000 |
commit | 7ad3c2f228853df0e321be2828c42f7b484e2828 (patch) | |
tree | 43f712ced7454ca065e6d30640b26358dff5d205 /apps/workflowengine | |
parent | c1a012ba6ff15c46e1568ade68456385b3426022 (diff) | |
download | nextcloud-server-7ad3c2f228853df0e321be2828c42f7b484e2828.tar.gz nextcloud-server-7ad3c2f228853df0e321be2828c42f7b484e2828.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/workflowengine')
-rw-r--r-- | apps/workflowengine/l10n/zh_CN.js | 3 | ||||
-rw-r--r-- | apps/workflowengine/l10n/zh_CN.json | 3 |
2 files changed, 6 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" : "与", diff --git a/apps/workflowengine/l10n/zh_CN.json b/apps/workflowengine/l10n/zh_CN.json index 677026bd43d..b4240309546 100644 --- a/apps/workflowengine/l10n/zh_CN.json +++ b/apps/workflowengine/l10n/zh_CN.json @@ -33,6 +33,8 @@ "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是不被允许的", @@ -64,6 +66,7 @@ "Desktop client" : "桌面客户端", "Thunderbird & Outlook addons" : "Thunderbird & Outlook 插件", "Custom user agent" : "自定义用户代理", + "At least one event must be selected" : "必须至少选择一个事件", "Add new flow" : "添加新的流程", "When" : "时间", "and" : "与", |