diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-10-31 02:18:47 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-10-31 02:18:47 +0000 |
commit | ffda62b421e4aed9c01ec9c5ff34eb3516bf727e (patch) | |
tree | 54948ef22495ba8b71842de95d4e54a41f81848c /apps/workflowengine/l10n/zh_CN.js | |
parent | f94af85749f1c98564c7b4f503a13309a24595fb (diff) | |
download | nextcloud-server-ffda62b421e4aed9c01ec9c5ff34eb3516bf727e.tar.gz nextcloud-server-ffda62b421e4aed9c01ec9c5ff34eb3516bf727e.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/workflowengine/l10n/zh_CN.js')
-rw-r--r-- | apps/workflowengine/l10n/zh_CN.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/workflowengine/l10n/zh_CN.js b/apps/workflowengine/l10n/zh_CN.js index 393c90d595f..e64607e1208 100644 --- a/apps/workflowengine/l10n/zh_CN.js +++ b/apps/workflowengine/l10n/zh_CN.js @@ -36,10 +36,12 @@ OC.L10N.register( "Operation %s does not exist" : "操作 %s 不存在", "Operation %s is invalid" : "操作 %s 无效", "At least one check needs to be provided" : "至少需要提供一次检查", + "The provided operation data is too long" : "提供的操作数据太长", "Invalid check provided" : "提供的检查无效", "Check %s does not exist" : "检查 %s 不存在", "Check %s is invalid" : "检查%s是不可用", "Check %s is not allowed with this entity" : "对于此实体,检查%s是不被允许的", + "The provided check value is too long" : "提供的检查值太长", "Check #%s does not exist" : "检查 #%s 不存在", "Check %s is invalid or does not exist" : "检查%s是不可用或者不存在", "Flow" : "流程", |