nextcloud/apps/files_versions/l10n/ko.php

9 lines
320 B
PHP

<?php $TRANSLATIONS = array(
"Expire all versions" => "모든 버전 삭제",
"History" => "역사",
"Versions" => "버전",
"This will delete all existing backup versions of your files" => "이 파일의 모든 백업 버전을 삭제합니다",
"Files Versioning" => "파일 버전 관리",
"Enable" => "사용함"
);