@yuniit/element-tiptap
Version:
๐ธA modern WYSIWYG rich-text editor using tiptap and Element Plus for Vue3
215 lines (214 loc) โข 5.13 kB
text/typescript
export default {
editor: {
extensions: {
Bold: {
tooltip: '๊ตต๊ฒ',
},
Underline: {
tooltip: '๋ฐ์ค',
},
Italic: {
tooltip: '๊ธฐ์ธ์',
},
Strike: {
tooltip: '์ทจ์์ ',
},
Heading: {
tooltip: '๋ฌธ๋จ ํ์',
buttons: {
paragraph: '๋ฌธ๋จ',
heading: '์ ๋ชฉ',
},
},
Blockquote: {
tooltip: '์ธ์ฉ',
},
CodeBlock: {
tooltip: '์ฝ๋',
},
Link: {
add: {
tooltip: '๋งํฌ ์ถ๊ฐ',
control: {
title: '๋งํฌ ์ถ๊ฐ',
href: 'URL์ฃผ์',
open_in_new_tab: '์ ํญ์์ ์ด๊ธฐ',
confirm: '์ ์ฉ',
cancel: '์ทจ์',
},
},
edit: {
tooltip: '๋งํฌ ํธ์ง',
control: {
title: '๋งํฌ ํธ์ง',
href: 'URL์ฃผ์',
open_in_new_tab: '์ ํญ์์ ์ด๊ธฐ',
confirm: '์ ์ฉ',
cancel: '์ทจ์',
},
},
unlink: {
tooltip: '๋งํฌ ์ ๊ฑฐ',
},
open: {
tooltip: '๋งํฌ ์ด๊ธฐ',
},
},
Image: {
buttons: {
insert_image: {
tooltip: '์ด๋ฏธ์ง ์ถ๊ฐ',
external: '์ด๋ฏธ์ง URL์ ์
๋ ฅํ์ธ์.',
upload: '์ด๋ฏธ์ง ์
๋ก๋',
},
remove_image: {
tooltip: '์ ๊ฑฐ',
},
image_options: {
tooltip: '์ด๋ฏธ์ง ์ต์
',
},
display: {
tooltip: 'ํ์',
inline: '์ธ๋ผ์ธ',
block: '์์ค',
left: '์ข์ธก ์ ๋ ฌ',
right: '์ฐ์ธก ์ ๋ ฌ',
},
},
control: {
insert_by_url: {
title: '์ด๋ฏธ์ง ์ถ๊ฐ',
placeholder: '์ด๋ฏธ์ง URL',
confirm: '์ถ๊ฐ',
cancel: '์ทจ์',
invalid_url: '์ ํํ URL์ ์
๋ ฅํ์ธ์',
},
upload_image: {
title: '์ด๋ฏธ์ง ์
๋ก๋',
button: '์ด๋ฏธ์ง ํ์ผ์ ์ ํํ๊ฑฐ๋ ๋์ด๋ฃ๊ธฐ ํ์ธ์',
},
edit_image: {
title: '์ด๋ฏธ์ง ํธ์ง',
confirm: '์ ์ฉ',
cancel: '์ทจ์',
form: {
src: '์ด๋ฏธ์ง URL',
alt: '๋์ฒด ํ
์คํธ',
width: '๋๋น',
height: '๋์ด',
},
},
},
},
Iframe: {
tooltip: '๋น๋์ค ์ถ๊ฐ',
control: {
title: '๋น๋์ค ์ถ๊ฐ',
placeholder: '๋น๋์ค URL',
confirm: '์ถ๊ฐ',
cancel: '์ทจ์',
},
},
BulletList: {
tooltip: '๋น๋ฒํธ ๋ชฉ๋ก',
},
OrderedList: {
tooltip: '๋ฒํธ ๋ชฉ๋ก',
},
TodoList: {
tooltip: 'ํ ์ผ ๋ชฉ๋ก',
},
TextAlign: {
buttons: {
align_left: {
tooltip: '์ข์ธก ์ ๋ ฌ',
},
align_center: {
tooltip: '์ค์ ์ ๋ ฌ',
},
align_right: {
tooltip: '์ฐ์ธก ์ ๋ ฌ',
},
align_justify: {
tooltip: '์ข์ฐ ์ ๋ ฌ',
},
},
},
FontType: {
tooltip: 'ํฐํธ',
},
FontSize: {
tooltip: '๊ธ์ ํฌ๊ธฐ',
default: '๊ธฐ๋ณธ',
},
TextColor: {
tooltip: '๊ธ์ ์',
},
TextHighlight: {
tooltip: '๊ธ์ ๊ฐ์กฐ',
},
LineHeight: {
tooltip: '์ค ๋์ด',
},
Table: {
tooltip: 'ํ
์ด๋ธ',
buttons: {
insert_table: 'ํ
์ด๋ธ ์ถ๊ฐ',
add_column_before: '์ด์ ์ ์ด ์ถ๊ฐ',
add_column_after: '์ดํ์ ์ด ์ถ๊ฐ',
delete_column: '์ด ์ญ์ ',
add_row_before: '์ด์ ์ ์ค ์ถ๊ฐ',
add_row_after: '์ดํ์ ์ค ์ถ๊ฐ',
delete_row: '์ค ์ญ์ ',
merge_cells: '์
๋ณํฉ',
split_cell: '์
๋ถํ ',
delete_table: 'ํ
์ด๋ธ ์ญ์ ',
},
},
Indent: {
buttons: {
indent: {
tooltip: '๋ค์ฌ ์ฐ๊ธฐ',
},
outdent: {
tooltip: '๋ด์ด ์ฐ๊ธฐ',
},
},
},
FormatClear: {
tooltip: 'ํ์ ์ง์ฐ๊ธฐ',
},
HorizontalRule: {
tooltip: '๊ฐ๋ก ์ค',
},
History: {
tooltip: {
undo: '๋๋๋ฆฌ๊ธฐ',
redo: '๋ค์ ์คํ',
},
},
Fullscreen: {
tooltip: {
fullscreen: '์ ์ฒดํ๋ฉด',
exit_fullscreen: '์ ์ฒดํ๋ฉด ๋๊ฐ๊ธฐ',
},
},
Print: {
tooltip: '์ธ์',
},
Preview: {
tooltip: '๋ฏธ๋ฆฌ๋ณด๊ธฐ',
dialog: {
title: '๋ฏธ๋ฆฌ๋ณด๊ธฐ',
},
},
SelectAll: {
tooltip: '์ ์ฒด์ ํ',
},
CodeView: {
tooltip: '์ฝ๋ ๋ทฐ',
},
},
characters: '๋ฌธ์์',
},
};