4 * Contains text strings used within the user interface of the
5 * WYSIWYG page editor. Some Markdown editor strings may still
6 * exist in the 'entities' file instead since this was added later.
9 // General editor terms
31 'header_large' => '큰 제목',
32 'header_medium' => '중간 제목',
33 'header_small' => '작은 제목',
34 'header_tiny' => '가장 작은 제목',
37 'inline_code' => '인라인 코드',
39 'callout_information' => '정보',
40 'callout_success' => '성공',
41 'callout_warning' => '경고',
42 'callout_danger' => '위험',
46 'strikethrough' => '취소선',
47 'superscript' => '윗첨자',
48 'subscript' => '아랫첨자',
49 'text_color' => '글자 색상',
50 'custom_color' => '사용자 지정 색상',
51 'remove_color' => '색상 제거',
52 'background_color' => '배경 색상',
53 'align_left' => '왼쪽 정렬',
54 'align_center' => '가운데 정렬',
55 'align_right' => '오른쪽 정렬',
56 'align_justify' => '양쪽 맞춤',
57 'list_bullet' => '글머리 기호 목록',
58 'list_numbered' => '번호 매기기 목록',
59 'list_task' => '작업 목록',
60 'indent_increase' => '들여쓰기 증가',
61 'indent_decrease' => '들여쓰기 감소',
63 'insert_image' => 'Insert image',
64 'insert_image_title' => 'Insert/Edit Image',
65 'insert_link' => 'Insert/edit link',
66 'insert_link_title' => 'Insert/Edit Link',
67 'insert_horizontal_line' => 'Insert horizontal line',
68 'insert_code_block' => 'Insert code block',
69 'insert_drawing' => 'Insert/edit drawing',
70 'drawing_manager' => 'Drawing manager',
71 'insert_media' => 'Insert/edit media',
72 'insert_media_title' => 'Insert/Edit Media',
73 'clear_formatting' => 'Clear formatting',
74 'source_code' => 'Source code',
75 'source_code_title' => 'Source Code',
76 'fullscreen' => 'Fullscreen',
77 'image_options' => 'Image options',
80 'table_properties' => 'Table properties',
81 'table_properties_title' => 'Table Properties',
82 'delete_table' => 'Delete table',
83 'insert_row_before' => 'Insert row before',
84 'insert_row_after' => 'Insert row after',
85 'delete_row' => 'Delete row',
86 'insert_column_before' => 'Insert column before',
87 'insert_column_after' => 'Insert column after',
88 'delete_column' => 'Delete column',
89 'table_cell' => 'Cell',
91 'table_column' => 'Column',
92 'cell_properties' => 'Cell properties',
93 'cell_properties_title' => 'Cell Properties',
94 'cell_type' => 'Cell type',
95 'cell_type_cell' => 'Cell',
96 'cell_scope' => 'Scope',
97 'cell_type_header' => 'Header cell',
98 'merge_cells' => 'Merge cells',
99 'split_cell' => 'Split cell',
100 'table_row_group' => 'Row Group',
101 'table_column_group' => 'Column Group',
102 'horizontal_align' => 'Horizontal align',
103 'vertical_align' => 'Vertical align',
104 'border_width' => 'Border width',
105 'border_style' => 'Border style',
106 'border_color' => 'Border color',
107 'row_properties' => 'Row properties',
108 'row_properties_title' => 'Row Properties',
109 'cut_row' => 'Cut row',
110 'copy_row' => 'Copy row',
111 'paste_row_before' => 'Paste row before',
112 'paste_row_after' => 'Paste row after',
113 'row_type' => 'Row type',
114 'row_type_header' => '머리글',
115 'row_type_body' => '본문',
116 'row_type_footer' => '바닥글',
118 'cut_column' => '열 잘라내기',
119 'copy_column' => '열 복사',
120 'paste_column_before' => '열 앞에 붙여넣기',
121 'paste_column_after' => '열 뒤에 붙여넣기',
122 'cell_padding' => '셀 패딩',
123 'cell_spacing' => '셀 간격',
125 'show_caption' => '캡션 보기',
126 'constrain' => '비율 유지',
127 'cell_border_solid' => '단색',
128 'cell_border_dotted' => '점선',
129 'cell_border_dashed' => '파선',
130 'cell_border_double' => '겹선',
131 'cell_border_groove' => 'Groove',
132 'cell_border_ridge' => 'Ridge',
133 'cell_border_inset' => 'Inset',
134 'cell_border_outset' => 'Outset',
135 'cell_border_none' => '없음',
136 'cell_border_hidden' => '숨김',
138 // Images, links, details/summary & embed
140 'alt_desc' => '대체 설명',
142 'paste_embed' => 'Paste your embed code below:',
144 'text_to_display' => '표시할 텍스트',
146 'open_link' => '링크 열기...',
147 'open_link_current' => '현재 창',
148 'open_link_new' => '새 창',
149 'insert_collapsible' => 'Insert collapsible block',
150 'collapsible_unwrap' => 'Unwrap',
151 'edit_label' => '레이블 수정',
152 'toggle_open_closed' => '열림/닫힘 전환',
153 'collapsible_edit' => 'Edit collapsible block',
154 'toggle_label' => '레이블 보이기/숨기기',
157 'about' => 'About the editor',
158 'about_title' => 'WYSIWYG 편집기에 대하여',
159 'editor_license' => '편집기 라이선스 & 저작권',
160 'editor_tiny_license' => 'This editor is built using :tinyLink which is provided under the MIT license.',
161 'editor_tiny_license_link' => 'The copyright and license details of TinyMCE can be found here.',
162 'save_continue' => '저장하고 계속하기',
163 'callouts_cycle' => '(Keep pressing to toggle through types)',
164 'link_selector' => 'Link to content',
165 'shortcuts' => '단축키',
167 'shortcuts_intro' => 'The following shortcuts are available in the editor:',
168 'windows_linux' => '(Windows/Linux)',
170 'description' => 'Description',