UNPKG

@yuniit/element-tiptap

Version:

๐ŸŒธA modern WYSIWYG rich-text editor using tiptap and Element Plus for Vue3

215 lines (214 loc) โ€ข 5.13 kB
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: '๋ฌธ์ž์ˆ˜', }, };