Skip to content

Commit

Permalink
New translations entities.php (Korean)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssddanbrown committed Dec 23, 2024
1 parent 2d49a1c commit 5779a83
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions lang/ko/entities.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,30 +39,30 @@
'export_pdf' => 'PDF 파일',
'export_text' => '일반 텍스트 파일',
'export_md' => '마크다운 파일',
'export_zip' => 'Portable ZIP',
'export_zip' => 'Zip 형태로 내보내기',
'default_template' => '기본 페이지 템플릿',
'default_template_explain' => '이 항목 내에서 생성되는 모든 페이지의 기본 콘텐츠로 사용할 페이지 템플릿을 지정합니다. 페이지 작성자가 선택한 템플릿 페이지를 볼 수 있는 권한이 있는 경우에만 이 항목이 사용된다는 점을 유의하세요.',
'default_template_select' => '템플릿 페이지 선택',
'import' => 'Import',
'import_validate' => 'Validate Import',
'import' => '가져오기',
'import_validate' => '가져오기 검증하기',
'import_desc' => '같은 인스턴스나 다른 인스턴스에서 휴대용 zip 내보내기를 사용하여 책, 장 및 페이지를 가져옵니다. 진행하려면 ZIP 파일을 선택합니다. 파일을 업로드하고 검증한 후 다음 보기에서 가져오기를 구성하고 확인할 수 있습니다.',
'import_zip_select' => 'Select ZIP file to upload',
'import_zip_validation_errors' => 'Errors were detected while validating the provided ZIP file:',
'import_pending' => 'Pending Imports',
'import_pending_none' => 'No imports have been started.',
'import_continue' => 'Continue Import',
'import_continue_desc' => 'Review the content due to be imported from the uploaded ZIP file. When ready, run the import to add its contents to this system. The uploaded ZIP import file will be automatically removed on successful import.',
'import_details' => 'Import Details',
'import_run' => 'Run Import',
'import_size' => ':size Import ZIP Size',
'import_uploaded_at' => 'Uploaded :relativeTime',
'import_uploaded_by' => 'Uploaded by',
'import_location' => 'Import Location',
'import_location_desc' => 'Select a target location for your imported content. You\'ll need the relevant permissions to create within the location you choose.',
'import_delete_confirm' => 'Are you sure you want to delete this import?',
'import_zip_select' => '업로드할 zip 파일 선택',
'import_zip_validation_errors' => '제공된 ZIP 파일을 검증하는 동안 오류가 감지되었습니다.',
'import_pending' => '가져오기가 일시정지 되었습니다.',
'import_pending_none' => '가져오기가 시작되지 않았습니다.',
'import_continue' => '가져오기 계속하기',
'import_continue_desc' => '업로드된 ZIP 파일에서 가져올 내용을 검토합니다. 준비가 되면 가져오기를 실행하여 이 시스템에 내용을 추가합니다. 업로드된 ZIP 가져오기 파일은 가져오기가 성공하면 자동으로 제거됩니다.',
'import_details' => '가져오기 상세',
'import_run' => '가져오기 실행',
'import_size' => 'zip 파일 사이즈',
'import_uploaded_at' => '업로드되었습니다. :relativeTime',
'import_uploaded_by' => '업로드되었습니다.',
'import_location' => '가져올 경로',
'import_location_desc' => '가져온 콘텐츠에 대한 대상 위치를 선택하세요. 선택한 위치 내에서 만들려면 관련 권한이 필요합니다.',
'import_delete_confirm' => '정말 삭제하시겠습니까?',
'import_delete_desc' => '업로드된 ZIP 파일이 삭제되며, 실행 취소할 수 없습니다.',
'import_errors' => 'Import Errors',
'import_errors_desc' => 'The follow errors occurred during the import attempt:',
'import_errors' => '가져오기 오류',
'import_errors_desc' => '가져오기 중 에러가 발생했습니다.',

// Permissions and restrictions
'permissions' => '권한',
Expand Down Expand Up @@ -246,7 +246,7 @@
'pages_edit_switch_to_markdown_stable' => '(Stable Content)',
'pages_edit_switch_to_wysiwyg' => 'WYSIWYG 편집기로 전환',
'pages_edit_switch_to_new_wysiwyg' => '새 위지윅 편집기로 변경',
'pages_edit_switch_to_new_wysiwyg_desc' => '(In Alpha Testing)',
'pages_edit_switch_to_new_wysiwyg_desc' => '알파 테스트 중',
'pages_edit_set_changelog' => '수정본 설명',
'pages_edit_enter_changelog_desc' => '수정본 설명',
'pages_edit_enter_changelog' => '설명',
Expand Down

0 comments on commit 5779a83

Please sign in to comment.