diff options
Diffstat (limited to 'apps/files_versions/l10n/ko.js')
-rw-r--r-- | apps/files_versions/l10n/ko.js | 23 |
1 files changed, 18 insertions, 5 deletions
diff --git a/apps/files_versions/l10n/ko.js b/apps/files_versions/l10n/ko.js index 0d20843dcf4..ec839dace65 100644 --- a/apps/files_versions/l10n/ko.js +++ b/apps/files_versions/l10n/ko.js @@ -3,10 +3,23 @@ OC.L10N.register( { "Versions" : "버전", "This application automatically maintains older versions of files that are changed." : "이 앱은 변경된 파일의 이전 버전을 관리합니다.", - "This application automatically maintains older versions of files that are changed. When enabled, a hidden versions folder is provisioned in every user’s directory and is used to store old file versions. A user can revert to an older version through the web interface at any time, with the replaced file becoming a version. The app automatically manages the versions folder to ensure the user doesn’t run out of Quota because of versions.\n\t\tIn addition to the expiry of versions, the versions app makes certain never to use more than 50% of the user’s currently available free space. If stored versions exceed this limit, the app will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation." : "이 앱은 변경된 파일의 이전 버전을 관리합니다. 이 앱을 활성화하면 개별 사용자 디렉터리 아래에 숨김 버전 폴더를 생성하며 이전 버전의 파일을 저장합니다. 웹 인터페이스를 사용하여 파일의 이전 버전으로 복원할 수 있으며, 대체된 파일은 새로운 버전으로 간주됩니다. 앱에서 버전 폴더의 크기를 자동으로 관리하여 이전 버전 때문에 할당량을 초과하는 일을 방지합니다.\n\t\t이전 버전 자동 삭제 외에도 버전 앱에서는 사용자의 현재 남은 공간의 50% 이상을 사용하지 않습니다. 저장된 버전이 해당 할당량을 초과한다면 할당량 이하로 떨어질 때까지 앱에서 가장 오래된 버전을 삭제합니다. 자세한 정보를 보려면 버전 문서를 참조하십시오.", - "Failed to revert {file} to revision {timestamp}." : "{file}을(를) 리비전 {timestamp}(으)로 되돌리는 데 실패했습니다.", - "_%n byte_::_%n bytes_" : ["%n바이트"], - "Restore" : "복원", - "No other versions available" : "다른 버전을 사용할 수 없음" + "Current version" : "현재 버전", + "Initial version" : "초기 버전", + "You" : "당신", + "Name this version" : "버전 이름 지정", + "Edit version name" : "버전 이름 수정", + "Compare to current version" : "현재 버전과 비교하기", + "Restore version" : "버전 복원", + "Download version" : "버전 다운로드", + "Delete version" : "버전 삭제", + "Cancel" : "취소", + "Remove version name" : "버전 이름 제거", + "Save version name" : "버전 이름 저장", + "Version name" : "버전 이름", + "Named versions are persisted, and excluded from automatic cleanups when your storage quota is full." : "이름이 지정된 버전은 유지되며, 저장 공간 할당량이 가득 찼을 때의 자동 정리 목록에서 제외됩니다.", + "Initial version restored" : "초기 버전이 복원됨", + "Version restored" : "버전이 복원됨", + "Could not restore version" : "버전을 복원할 수 없음", + "Could not delete version" : "버전을 삭제할 수 없음" }, "nplurals=1; plural=0;"); |