/
githubmirror
/
marktext
Обзор
Документация
Войти
/
githubmirror
/
marktext
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
packages/muya/src/locales/en.ts
100 строк
4 KB
Ran Luo
fix(muya): call h1-h6 "headings" not "headers" in the insert menu (#3811) (#4854)
05 июл 2026, 04:38
Не верифицирован
05 июл 2026, 04:38
c016c42
Код
Авторство
О чём код?
export const en = { name: 'en', resource: { // tableTools 'Insert Row Above': 'Insert Row Above', 'Insert Row Below': 'Insert Row Below', 'Remove Row': 'Remove Row', // tableColumnTools 'Align Left': 'Align Left', 'Align Center': 'Align Center', 'Align Right': 'Align Right', 'Insert Column left': 'Insert Column left', 'Insert Column right': 'Insert Column right', 'Remove Column': 'Remove Column', // quickInsert 'Paragraph': 'Paragraph', 'Horizontal Line': 'Horizontal Line', 'Front Matter': 'Front Matter', 'Heading 1': 'Heading 1', 'Heading 2': 'Heading 2', 'Heading 3': 'Heading 3', 'Heading 4': 'Heading 4', 'Heading 5': 'Heading 5', 'Heading 6': 'Heading 6', 'Table Block': 'Table Block', 'Display Math': 'Display Math', 'HTML Block': 'HTML Block', 'Code Block': 'Code Block', 'Quote Block': 'Quote Block', 'Order List': 'Order List', 'Bullet List': 'Bullet List', 'To-do List': 'To-do List', 'Vega Chart': 'Vega Chart', 'Mermaid': 'Mermaid', 'Plantuml': 'Plantuml', 'basic blocks': 'basic blocks', 'headings': 'headings', 'advanced blocks': 'advanced blocks', 'list blocks': 'list blocks', 'diagrams': 'diagrams', 'No result': 'No result', 'Search keyword...': 'Search keyword...', 'Type / to insert...': 'Type / to insert...', 'Copy anchor link to this heading': 'Copy anchor link to this heading', 'Click to add an image': 'Click to add an image', 'Load image failed': 'Load image failed', // formatPicker 'Emphasize': 'Emphasize', 'Italic': 'Italic', 'Underline': 'Underline', 'Strikethrough': 'Strikethrough', 'Highlight': 'Highlight', 'Inline Code': 'Inline Code', 'Inline Math': 'Inline Math', 'Link': 'Link', 'Image': 'Image', 'Eliminate': 'Eliminate', // Code block 'Copy content': 'Copy content', 'Input Language Identifier...': 'Input Language Identifier...', // emojiPicker 'Smileys & Emotion': 'Smileys & Emotion', 'People & Body': 'People & Body', 'Animals & Nature': 'Animals & Nature', 'Food & Drink': 'Food & Drink', 'Travel & Places': 'Travel & Places', 'Activities': 'Activities', 'Objects': 'Objects', 'Symbols': 'Symbols', 'Flags': 'Flags', // frontMenu 'Duplicate': 'Duplicate', 'New Paragraph': 'New Paragraph', 'Delete': 'Delete', // imageToolbar 'Edit Image': 'Edit Image', 'Inline Image': 'Inline Image', 'Remove Image': 'Remove Image', // ImageSelector 'Select': 'Select', 'Embed link': 'Embed link', 'Choose Image': 'Choose Image', 'Choose image from your computer.': 'Choose image from your computer.', 'Alt text': 'Alt text', 'Image link or local path': 'Image link or local path', 'Image title': 'Image title', 'Embed Image': 'Embed Image', 'Paste web image or local image path. Use': 'Paste web image or local image path. Use', 'simple mode': 'simple mode', 'full mode': 'full mode', // preview block 'Loading...': 'Loading...', 'Invalid Diagram Code': 'Invalid Diagram Code', 'Empty Diagram': 'Empty Diagram', 'Input Mathematical Formula...': 'Input Mathematical Formula...', 'Input Front Matter...': 'Input Front Matter...', 'Invalid Mathematical Formula': 'Invalid Mathematical Formula', 'Empty Mathematical Formula': 'Empty Mathematical Formula', }, };