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

New Crowdin updates (#3635)

This commit is contained in:
Dan Brown
2022-08-11 13:12:55 +01:00
committed by GitHub
parent 375abca1ee
commit 443415ea0d
8 changed files with 119 additions and 119 deletions

View File

@@ -7,58 +7,58 @@
*/
return [
// General editor terms
'general' => 'General',
'advanced' => 'Advanced',
'none' => 'None',
'cancel' => 'Cancel',
'save' => 'Save',
'close' => 'Close',
'undo' => 'Undo',
'redo' => 'Redo',
'left' => 'Left',
'center' => 'Center',
'right' => 'Right',
'top' => 'Top',
'middle' => 'Middle',
'bottom' => 'Bottom',
'width' => 'Width',
'height' => 'Height',
'More' => 'More',
'select' => 'Select...',
'general' => '일반',
'advanced' => '고급',
'none' => '없음',
'cancel' => '취소',
'save' => '저장',
'close' => '닫기',
'undo' => '되돌리기',
'redo' => '다시 실행',
'left' => '왼쪽',
'center' => '가운데',
'right' => '오른쪽',
'top' => '',
'middle' => '가운데',
'bottom' => '아래',
'width' => '너비',
'height' => '높이',
'More' => '더 보기',
'select' => '선택...',
// Toolbar
'formats' => 'Formats',
'header_large' => 'Large Header',
'header_medium' => 'Medium Header',
'header_small' => 'Small Header',
'header_tiny' => 'Tiny Header',
'paragraph' => 'Paragraph',
'blockquote' => 'Blockquote',
'inline_code' => 'Inline code',
'callouts' => 'Callouts',
'callout_information' => 'Information',
'callout_success' => 'Success',
'callout_warning' => 'Warning',
'callout_danger' => 'Danger',
'bold' => 'Bold',
'italic' => 'Italic',
'underline' => 'Underline',
'strikethrough' => 'Strikethrough',
'superscript' => 'Superscript',
'subscript' => 'Subscript',
'text_color' => 'Text color',
'custom_color' => 'Custom color',
'remove_color' => 'Remove color',
'background_color' => 'Background color',
'align_left' => 'Align left',
'align_center' => 'Align center',
'align_right' => 'Align right',
'align_justify' => 'Justify',
'list_bullet' => 'Bullet list',
'list_numbered' => 'Numbered list',
'list_task' => 'Task list',
'indent_increase' => 'Increase indent',
'indent_decrease' => 'Decrease indent',
'formats' => '형식',
'header_large' => '큰 제목',
'header_medium' => '중간 제목',
'header_small' => '작은 제목',
'header_tiny' => '가장 작은 제목',
'paragraph' => '단락',
'blockquote' => '인용',
'inline_code' => '인라인 코드',
'callouts' => '범례',
'callout_information' => '정보',
'callout_success' => '성공',
'callout_warning' => '경고',
'callout_danger' => '위험',
'bold' => '굵게',
'italic' => '기울임',
'underline' => '밑줄',
'strikethrough' => '취소선',
'superscript' => '윗첨자',
'subscript' => '아랫첨자',
'text_color' => '글자 색상',
'custom_color' => '사용자 지정 색상',
'remove_color' => '색상 제거',
'background_color' => '배경 색상',
'align_left' => '왼쪽 정렬',
'align_center' => '가운데 정렬',
'align_right' => '오른쪽 정렬',
'align_justify' => '양쪽 맞춤',
'list_bullet' => '글머리 기호 목록',
'list_numbered' => '번호 매기기 목록',
'list_task' => '작업 목록',
'indent_increase' => '들여쓰기 증가',
'indent_decrease' => '들여쓰기 감소',
'table' => 'Table',
'insert_image' => 'Insert image',
'insert_image_title' => 'Insert/Edit Image',
@@ -111,59 +111,59 @@ return [
'paste_row_before' => 'Paste row before',
'paste_row_after' => 'Paste row after',
'row_type' => 'Row type',
'row_type_header' => 'Header',
'row_type_body' => 'Body',
'row_type_footer' => 'Footer',
'alignment' => 'Alignment',
'cut_column' => 'Cut column',
'copy_column' => 'Copy column',
'paste_column_before' => 'Paste column before',
'paste_column_after' => 'Paste column after',
'cell_padding' => 'Cell padding',
'cell_spacing' => 'Cell spacing',
'caption' => 'Caption',
'show_caption' => 'Show caption',
'constrain' => 'Constrain proportions',
'cell_border_solid' => 'Solid',
'cell_border_dotted' => 'Dotted',
'cell_border_dashed' => 'Dashed',
'cell_border_double' => 'Double',
'row_type_header' => '머리글',
'row_type_body' => '본문',
'row_type_footer' => '바닥글',
'alignment' => '정렬',
'cut_column' => '열 잘라내기',
'copy_column' => '열 복사',
'paste_column_before' => '열 앞에 붙여넣기',
'paste_column_after' => '열 뒤에 붙여넣기',
'cell_padding' => '셀 패딩',
'cell_spacing' => '셀 간격',
'caption' => '캡션',
'show_caption' => '캡션 보기',
'constrain' => '비율 유지',
'cell_border_solid' => '단색',
'cell_border_dotted' => '점선',
'cell_border_dashed' => '파선',
'cell_border_double' => '겹선',
'cell_border_groove' => 'Groove',
'cell_border_ridge' => 'Ridge',
'cell_border_inset' => 'Inset',
'cell_border_outset' => 'Outset',
'cell_border_none' => 'None',
'cell_border_hidden' => 'Hidden',
'cell_border_none' => '없음',
'cell_border_hidden' => '숨김',
// Images, links, details/summary & embed
'source' => 'Source',
'alt_desc' => 'Alternative description',
'source' => '원본',
'alt_desc' => '대체 설명',
'embed' => 'Embed',
'paste_embed' => 'Paste your embed code below:',
'url' => 'URL',
'text_to_display' => 'Text to display',
'title' => 'Title',
'open_link' => 'Open link in...',
'open_link_current' => 'Current window',
'open_link_new' => 'New window',
'text_to_display' => '표시할 텍스트',
'title' => '제목',
'open_link' => '링크 열기...',
'open_link_current' => '현재 창',
'open_link_new' => '새 창',
'insert_collapsible' => 'Insert collapsible block',
'collapsible_unwrap' => 'Unwrap',
'edit_label' => 'Edit label',
'toggle_open_closed' => 'Toggle open/closed',
'edit_label' => '레이블 수정',
'toggle_open_closed' => '열림/닫힘 전환',
'collapsible_edit' => 'Edit collapsible block',
'toggle_label' => 'Toggle label',
'toggle_label' => '레이블 보이기/숨기기',
// About view
'about' => 'About the editor',
'about_title' => 'About the WYSIWYG Editor',
'editor_license' => 'Editor License & Copyright',
'about_title' => 'WYSIWYG 편집기에 대하여',
'editor_license' => '편집기 라이선스 & 저작권',
'editor_tiny_license' => 'This editor is built using :tinyLink which is provided under the MIT license.',
'editor_tiny_license_link' => 'The copyright and license details of TinyMCE can be found here.',
'save_continue' => 'Save Page & Continue',
'save_continue' => '저장하고 계속하기',
'callouts_cycle' => '(Keep pressing to toggle through types)',
'link_selector' => 'Link to content',
'shortcuts' => 'Shortcuts',
'shortcut' => 'Shortcut',
'shortcuts' => '단축키',
'shortcut' => '단축키',
'shortcuts_intro' => 'The following shortcuts are available in the editor:',
'windows_linux' => '(Windows/Linux)',
'mac' => '(Mac)',