UNPKG

@lobehub/editor

Version:

A powerful and extensible rich text editor built on Meta's Lexical framework, providing a modern editing experience with React integration.

31 lines 757 B
export default { cancel: 'Cancel', confirm: 'Confirm', file: { error: 'Error: {{message}}', uploading: 'Uploading file...' }, image: { broken: 'Broken image' }, link: { edit: 'Edit Link', editLinkTitle: 'Link', editTextTitle: 'Text', open: 'Open Link', placeholder: 'Enter link URL', unlink: 'Unlink Link' }, math: { placeholder: 'Enter TeX formula' }, table: { delete: 'Delete table', deleteColumn: 'Delete column', deleteRow: 'Delete row', insertColumnLeft: 'Insert {{count}} column(s) to the left', insertColumnRight: 'Insert {{count}} column(s) to the right', insertRowAbove: 'Insert {{count}} row(s) above', insertRowBelow: 'Insert {{count}} row(s) below' } };