aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_versions/l10n/ko.js
blob: 3a951f92f1e497fc2bd9577d8cb6bc6b4a5438c0 (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
25
OC.L10N.register(
    "files_versions",
    {
    "Versions" : "버전",
    "This application automatically maintains older versions of files that are changed." : "이 앱은 변경된 파일의 이전 버전을 관리합니다.",
    "Name this version" : "버전 이름 지정",
    "Edit version name" : "버전 이름 수정",
    "Compare to current version" : "현재 버전과 비교하기",
    "Restore version" : "버전 복원",
    "Download version" : "버전 다운로드",
    "Delete version" : "버전 삭제",
    "Current version" : "현재 버전",
    "Initial version" : "초기 버전",
    "Version name" : "버전 이름",
    "Named versions are persisted, and excluded from automatic cleanups when your storage quota is full." : "이름이 지정된 버전은 유지되며, 저장 공간 할당량이 가득 찼을 때의 자동 정리 목록에서 제외됩니다.",
    "Cancel" : "취소",
    "Remove version name" : "버전 이름 제거",
    "Save version name" : "버전 이름 저장",
    "Initial version restored" : "초기 버전이 복원됨",
    "Version restored" : "버전이 복원됨",
    "Could not restore version" : "버전을 복원할 수 없음",
    "Could not delete version" : "버전을 삭제할 수 없음",
    "${version.label} restored" : "${version.label} 복원됨"
},
"nplurals=1; plural=0;");