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

ko.js « l10n - github.com/nextcloud/files_automatedtagging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e51793dc40b5841c7bb8f774bdd5282659374cbe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "files_automatedtagging",
    {
    "Tags to assign…" : "태그 할당…",
    "No tags given" : "지정된 태그 없음",
    "Tag(s) could not be found: %s" : "태그를 찾을 수 없음: %s",
    "At least one of the given tags is invalid" : "최소한 하나의 지정한 태그가 잘못됨",
    "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" : "파일 자동 태그"
},
"nplurals=1; plural=0;");