@yuniit/element-tiptap
Version:
ðžA modern WYSIWYG rich-text editor using tiptap and Element Plus for Vue3
215 lines (214 loc) ⢠5.52 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: '×§×ש×ך',
open_in_new_tab: '×€×ª× ××××× ××ש',
confirm: '×××',
cancel: '×××××',
},
},
edit: {
tooltip: 'עך×× ×§×ש×ך',
control: {
title: 'עך×× ×§×ש×ך',
href: '×§×ש×ך',
open_in_new_tab: '×€×ª× ××××× ××ש',
confirm: '×¢×××××',
cancel: '×××××',
},
},
unlink: {
tooltip: '×סך ×§×ש×ך',
},
open: {
tooltip: '×€×ª× ×§×ש×ך',
},
},
Image: {
buttons: {
insert_image: {
tooltip: '××ס׀ת ת××× ×',
external: '××ס׀ת ת××× × ××€× ×§×ש×ך',
upload: '××¢××ת ת××× ×',
},
remove_image: {
tooltip: '×סך',
},
image_options: {
tooltip: '×׀שך×××ת ת××× ×',
},
display: {
tooltip: '×׊×',
inline: '×ש×ך×',
block: 'ש××ך ×קס×',
left: '×׊×× ×ש×××',
right: '×׊×× ×××××',
},
},
control: {
insert_by_url: {
title: '××ס׀ת ת××× ×',
placeholder: '×§×ש×ך ×ת××× ×',
confirm: '××ס׀×',
cancel: '×××××',
invalid_url: '× × ××× ×§×ש×ך תק××',
},
upload_image: {
title: '××¢××ת ת××× ×',
button: '×××¥ ××× ××××ךת ת××× × ×ת××§×× ×× ×ך×ך ×××ª× ×× ×',
},
edit_image: {
title: 'עך××× ×ª××× ×',
confirm: '×¢××××',
cancel: '×××××',
form: {
src: '×§×ש×ך ×ת××× ×',
alt: '××§×¡× ××××€×',
width: 'ך×××',
height: '××××',
},
},
},
},
Iframe: {
tooltip: '××ס׀ת סך×××',
control: {
title: '××ס׀ת סך×××',
placeholder: '×§×ש×ך',
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: 'ת××××',
},
};