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

ko.js « l10n - github.com/nextcloud/files_retention.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 81add5dcd5af0f069499138ecf269498de92ab64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
OC.L10N.register(
    "files_retention",
    {
    "Retention" : "보존 기한",
    "Define if files tagged with a specific tag should be deleted automatically after some time. This is useful for confidential documents." : "지정한 태그가 있는 파일을 일정 기간이 지난 후 자동으로 삭제합니다. 기밀 문서에 유용합니다.",
    "Create" : "만들기",
    "Days" : "일",
    "Weeks" : "주",
    "Months" : "개월",
    "Years" : "년",
    "Creation" : "생성",
    "Not a number" : "숫자가 아님",
    "Select tag…" : "태그 선택…",
    "Delete" : "삭제",
    "Yes" : "예",
    "No" : "아니오",
    "Error while deleting the retention rule" : "파일 보존 기한 규칙을 삭제하는 중 오류 발생",
    "File retention" : "파일 보존 기한",
    "Open documentation" : "문서 열기",
    "Time" : "시간",
    "Active" : "활성화",
    "after" : "이후"
},
"nplurals=1; plural=0;");