1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-07 23:03:00 +03:00

New Crowdin updates (#3384)

This commit is contained in:
Dan Brown
2022-04-29 15:40:38 +01:00
committed by GitHub
parent c216a6a210
commit 8fb016d1bf
95 changed files with 2248 additions and 399 deletions

View File

@@ -196,9 +196,19 @@ return [
'pages_edit_draft_save_at' => '보관함: ',
'pages_edit_delete_draft' => '초안 삭제',
'pages_edit_discard_draft' => '폐기',
'pages_edit_switch_to_markdown' => 'Switch to Markdown Editor',
'pages_edit_switch_to_markdown_clean' => '(Clean Content)',
'pages_edit_switch_to_markdown_stable' => '(Stable Content)',
'pages_edit_switch_to_wysiwyg' => 'Switch to WYSIWYG Editor',
'pages_edit_set_changelog' => '수정본 설명',
'pages_edit_enter_changelog_desc' => '수정본 설명',
'pages_edit_enter_changelog' => '설명',
'pages_editor_switch_title' => 'Switch Editor',
'pages_editor_switch_are_you_sure' => 'Are you sure you want to change the editor for this page?',
'pages_editor_switch_consider_following' => 'Consider the following when changing editors:',
'pages_editor_switch_consideration_a' => 'Once saved, the new editor option will be used by any future editors, including those that may not be able to change editor type themselves.',
'pages_editor_switch_consideration_b' => 'This can potentially lead to a loss of detail and syntax in certain circumstances.',
'pages_editor_switch_consideration_c' => 'Tag or changelog changes, made since last save, won\'t persist across this change.',
'pages_save' => '저장',
'pages_title' => '문서 제목',
'pages_name' => '문서 이름',
@@ -225,6 +235,7 @@ return [
'pages_revisions_number' => 'No.',
'pages_revisions_numbered' => '수정본 :id',
'pages_revisions_numbered_changes' => '수정본 :id에서 바꾼 부분',
'pages_revisions_editor' => 'Editor Type',
'pages_revisions_changelog' => '설명',
'pages_revisions_changes' => '바꾼 부분',
'pages_revisions_current' => '현재 판본',

View File

@@ -27,8 +27,8 @@ return [
'app_secure_images' => '이미지 주소 보호',
'app_secure_images_toggle' => '이미지 주소 보호',
'app_secure_images_desc' => '성능상의 문제로 이미지에 누구나 접근할 수 있기 때문에 이미지 주소를 무작위한 문자로 구성합니다. 폴더 색인을 끄세요.',
'app_editor' => '에디터',
'app_editor_desc' => '모든 사용자에게 적용합니다.',
'app_default_editor' => 'Default Page Editor',
'app_default_editor_desc' => 'Select which editor will be used by default when editing new pages. This can be overridden at a page level where permissions allow.',
'app_custom_html' => '헤드 작성',
'app_custom_html_desc' => '설정 페이지를 제외한 모든 페이지 head 태그 끝머리에 추가합니다.',
'app_custom_html_disabled_notice' => '문제가 생겨도 설정 페이지에서 되돌릴 수 있어요.',
@@ -152,6 +152,7 @@ return [
'role_access_api' => '시스템 접근 API',
'role_manage_settings' => '사이트 설정 관리',
'role_export_content' => '항목 내보내기',
'role_editor_change' => 'Change page editor',
'role_asset' => '권한 항목',
'roles_system_warning' => '위 세 권한은 자신의 권한이나 다른 유저의 권한을 바꿀 수 있습니다.',
'role_asset_desc' => '책, 챕터, 문서별 권한은 이 설정에 우선합니다.',