Welcome to mirror list, hosted at ThFree Co, Russian Federation.

zh_CN.js « l10n - github.com/nextcloud/files_automatedtagging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a63698ec2a690b535a8f175ce6e8143a77e284ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
OC.L10N.register(
    "files_automatedtagging",
    {
    "No tags given" : "没有设置标记",
    "Tag(s) could not be found: %s" : "标签无法找到:%s",
    "At least one of the given tags is invalid" : "至少有一个标记无效",
    "Automated tagging" : "自动打标签",
    "Automated tagging of files" : "文件自动打标签",
    "Automatically tag files based on factors such as filetype, user group memberships, time and more." : "根据文件类型,用户组成员资格,时间等因素自动标记文件。",
    "Each rule group consists of one or more rules. A request matches a group if all rules evaluate to true. On uploading a file all defined groups are evaluated and when matching, the given collaborative tags are assigned to the file." : "每个规则组由一个或多个规则组成。 如果所有规则符合,怎请求与组匹配。 在上传文件时,将按照定义的组,进行匹配,并给文件分配协作标记。",
    "Files automated tagging" : "文件自动设置标记",
    "Automatically assign collaborative tags to files based on conditions" : "根据条件给文件自动分配协作标签",
    "An app for Nextcloud that automatically assigns tags to newly uploaded files based on some conditions.\n\nThe tags can later be used to control retention, file access, automatic script execution and more.\n\n## How it works\nTo define tags, administrators can create and manage a set of rule groups. Each rule group consists of one or more rules combined through operators. Rules can include criteria like file type, size, time and more. A request matches a group if all rules evaluate to true. On uploading a file all defined groups are evaluated and when matching, the given tags are assigned to the file." : "此Nextcloud应用能根据一些条件自动给新上传的文件打标签。\n\n这些标签后续可用于控制文件保留,文件访问,自动脚本执行及其他操作。\n\n## 它是怎么工作的\n要定义标签,管理员需要创建和管理一个规则组集合。每个规则组包含一个或多个由操作符组合起来的规则。规则可以包含如文件类型,大小,时间等的条件。如果规则组中所有规则的值都为真,则可说一个请求匹配了此规则组。当一个文件上传时,所有定义的规则组都会被评估,当匹配时,相应的标签将会分配给文件。",
    "Tag a file" : "给文件打标签",
    "Tags to assign…" : "分配标记…"
},
"nplurals=1; plural=0;");