Issues (83)

l10n/ko.js (1 issue)

Labels
Severity
1
OC.L10N.register(
0 ignored issues
show
The variable OC seems to be never declared. If this is a global, consider adding a /** global: OC */ comment.

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.

Loading history...
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## 작동 방법\n관리자는 규칙 그룹을 만들고 관리할 수 있습니다. 각각 규칙 그룹에는 하나 이상의 규칙이 포함됩니다. 그룹의 모든 규칙을 만족하면 그룹과 현재 요청을 대조하여 접근을 차단하거나 업로드를 차단합니다. 사용할 수 있는 규칙에는 IP 주소, MIME 형식, 요청 시간, 그룹 구성원, 태그, 사용자 에이전트 등이 있습니다.\n\t\t\n예제 규칙으로 \"인사과\" 그룹에서 소유한 MS Excel/XLSX 파일을 사내 네트워크 외부에서 접근하지 못하도록 하거나, \"1학년\" 그룹에 있는 학생들이 512 MB보다 더 큰 파일을 업로드하지 못하도록 할 수 있습니다.\n\t\n파일 접근 제어에 대해서 더 알아 보려면 [https://nextcloud.com/workflow](https://nextcloud.com/workflow) 사이트를 참조하십시오."
10
},
11
"nplurals=1; plural=0;");
12