1 | OC.L10N.register( |
||
0 ignored issues
–
show
|
|||
2 | "files_accesscontrol", |
||
3 | { |
||
4 | "No rule given" : "没有定义规则", |
||
5 | "Block access to a file" : "阻止对文件的访问", |
||
6 | "File is accessed" : "文件被访问", |
||
7 | "File access control" : "文件访问控制", |
||
8 | "Control access to files based on conditions" : "根据条件控制对文件的访问", |
||
9 | "Nextcloud's File Access Control app enables administrators to protect data from unauthorized access or modifications.\n\n## How it works\nThe administrator can create and manage a set of rule groups. Each of the rule groups consists of one or more rules. If all rules of a group hold true, the group matches the request and access is being denied or the upload is blocked. The rules criteria range from IP address, mimetype and request time to group membership, tags, user agent and more.\n\nAn example would be to deny access to MS Excel/XLSX files owned by the \"Human Resources\" group accessed from an IP not on the internal company network or to block uploads of files bigger than 512 mb by students in the \"1st year\" group.\n\nLearn more about File Access Control on [https://nextcloud.com/workflow](https://nextcloud.com/workflow)" : "Nextcloud 的文件访问控制应用能够让管理员保护数据,防止未授权的访问或修改。\n##如何去做\n管理员可以创建和管理一套规则组。每个规则组由一个或多个规则组成。如果一个规则组的所有规则都为真,规则组与请求匹配,则访问被拒绝或上传被阻止。规则标准范围从 IP 地址,mime 类型和请求时间到组成员关系,标签,用户代理等等。\n\n例如,拒绝从公司内部网络以外的 IP 地址访问“人力资源”组的 MS Excel/XLSX 文件,或阻止“一年级”组的学生上传大于 512 mb 的文件。\n\t\n在 [https://nextcloud.com/workflow](https://nextcloud.com/workflow) 上学习更多关于文件访问控制的内容。" |
||
10 | }, |
||
11 | "nplurals=1; plural=0;"); |
||
12 |
This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.
To learn more about declaring variables in Javascript, see the MDN.