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.

53 lines 1.38 kB
export default { cancel: 'Cancel', codemirror: { copyFailed: 'Copy failed', copySuccess: 'Code copied to clipboard', selectLanguage: 'Select language', selectTheme: 'Select theme', showLineNumbers: 'Show Line Numbers', tabSize: 'Tab Size', theme: 'Theme', useTabs: 'Use Tabs' }, 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' }, markdown: { cancel: 'Cancel', confirm: 'Confirm', parseMessage: 'Convert to markdown format, existing content will be overwritten, confirm? (Auto close in 5 seconds)', parseTitle: 'Parse Markdown' }, math: { placeholder: 'Enter TeX formula' }, modifier: { accept: 'Accept', acceptAll: 'Accept All', reject: 'Reject', rejectedAll: 'Reject All' }, 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' } };