diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-01-03 02:27:50 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-01-03 02:27:50 +0000 |
commit | a79c846b888a3fed956da80164215bcde78cee64 (patch) | |
tree | 51f67df5728de8933d6a03ff7fdb0aa7f6548d6c /apps/workflowengine/l10n | |
parent | 237cdb851b22f96728fa45b221cddf380cf45eb7 (diff) | |
download | nextcloud-server-a79c846b888a3fed956da80164215bcde78cee64.tar.gz nextcloud-server-a79c846b888a3fed956da80164215bcde78cee64.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/workflowengine/l10n')
-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" : "与", |