diff options
Diffstat (limited to 'apps/workflowengine/l10n/zh_CN.js')
-rw-r--r-- | apps/workflowengine/l10n/zh_CN.js | 35 |
1 files changed, 19 insertions, 16 deletions
diff --git a/apps/workflowengine/l10n/zh_CN.js b/apps/workflowengine/l10n/zh_CN.js index 7fefcb95b8a..6f500b68010 100644 --- a/apps/workflowengine/l10n/zh_CN.js +++ b/apps/workflowengine/l10n/zh_CN.js @@ -48,46 +48,50 @@ OC.L10N.register( "Nextcloud workflow engine" : "Nextcloud 工作流引擎", "Select a filter" : "选择一个过滤器", "Select a comparator" : "选择一个比较器", - "Select a file type" : "选择一个文件类型", - "e.g. httpd/unix-directory" : "例如: httpd/unix-directory", + "Remove filter" : "移除过滤条件", "Folder" : "文件夹", "Images" : "图片", "Office documents" : "Office 文档", "PDF documents" : "PDF文档", + "Custom MIME type" : "自定义 MIME 类型", "Custom mimetype" : "自定义MIME类型", - "Select a tag" : "选择标签", - "No results" : "没有结果", - "%s (invisible)" : "%s(不可见)", - "%s (restricted)" : "%s(受限)", + "Select a file type" : "选择一个文件类型", + "e.g. httpd/unix-directory" : "例如: httpd/unix-directory", "Please enter a valid time span" : "请输入有效的时间范围", - "Select a request URL" : "选择一个请求URL", - "Predefined URLs" : "预定义 URL", "Files WebDAV" : "文件 WebDAV", - "Others" : "其它", "Custom URL" : "自定义URL", - "Select a user agent" : "选择一个用户代理", + "Select a request URL" : "选择一个请求URL", "Android client" : "Android 客户端", "iOS client" : "iOS 客户端", "Desktop client" : "桌面客户端", "Thunderbird & Outlook addons" : "Thunderbird & Outlook 插件", "Custom user agent" : "自定义用户代理", + "Select a user agent" : "选择一个用户代理", + "Select groups" : "选择用户组", + "Groups" : "用户组", + "Type to search for group …" : "输入以搜索群组...", + "Select a trigger" : "选择一个触发器", "At least one event must be selected" : "必须至少选择一个事件", "Add new flow" : "添加新的流程", + "The configuration is invalid" : "此配置是无效的", + "Active" : "作用", + "Save" : "保存", "When" : "时间", "and" : "与", + "Add a new filter" : "添加一个新的筛选条件", "Cancel" : "取消", "Delete" : "删除", - "The configuration is invalid" : "此配置是无效的", - "Active" : "活动", - "Save" : "保存", "Available flows" : "可用的流程", "For details on how to write your own flow, check out the development documentation." : "有关如何编写自己的流程的详细信息,请查看开发文档。", + "No flows installed" : "未安装任何流量设备", + "Ask your administrator to install new flows." : "请让你的管理员安装新的流量设备。", "More flows" : "更多流程", "Browse the App Store" : "浏览应用商店", "Show less" : "显示更少", "Show more" : "显示更多", "Configured flows" : "已配置的流程", "Your flows" : "你的流程", + "No flows configured" : "未配置任何流程", "matches" : "匹配", "does not match" : "不匹配", "is" : "是", @@ -112,9 +116,8 @@ OC.L10N.register( "between" : "之间", "not between" : "不在之间", "Request user agent" : "请求用户代理", - "User group membership" : "用户组成员资格", + "Group membership" : "组成员资格", "is member of" : "是成员", - "is not member of" : "不是成员", - "Browse the app store" : "浏览应用商店" + "is not member of" : "不是成员" }, "nplurals=1; plural=0;"); |