Skip to content

Vizel API / core/src / vizelEnLocale

Variable: vizelEnLocale

ts
const vizelEnLocale: object;

Defined in: packages/core/src/i18n/en.ts:6

Default English locale for Vizel editor.

Type Declaration

blockMenu

ts
blockMenu: object;

blockMenu.copy

ts
copy: string = "Copy";

blockMenu.cut

ts
cut: string = "Cut";

blockMenu.delete

ts
delete: string = "Delete";

blockMenu.duplicate

ts
duplicate: string = "Duplicate";

blockMenu.label

ts
label: string = "Block menu";

blockMenu.turnInto

ts
turnInto: string = "Turn into";

bubbleMenu

ts
bubbleMenu: object;

bubbleMenu.ariaLabel

ts
ariaLabel: string = "Text formatting";

bubbleMenu.bold

ts
bold: string = "Bold";

bubbleMenu.code

ts
code: string = "Code";

bubbleMenu.italic

ts
italic: string = "Italic";
ts
link: string = "Link";

bubbleMenu.strikethrough

ts
strikethrough: string = "Strikethrough";

bubbleMenu.subscript

ts
subscript: string = "Subscript";

bubbleMenu.superscript

ts
superscript: string = "Superscript";

bubbleMenu.underline

ts
underline: string = "Underline";

codeBlock

ts
codeBlock: object;

codeBlock.copied

ts
copied: string = "Copied!";

codeBlock.copyCode

ts
copyCode: string = "Copy code";

codeBlock.hideLineNumbers

ts
hideLineNumbers: string = "Hide line numbers";

codeBlock.languagePlaceholder

ts
languagePlaceholder: string = "language";

codeBlock.showLineNumbers

ts
showLineNumbers: string = "Show line numbers";

colorPicker

ts
colorPicker: object;

colorPicker.apply

ts
apply: string = "Apply";

colorPicker.applyAriaLabel

ts
applyAriaLabel: string = "Apply custom color";

colorPicker.hexPlaceholder

ts
hexPlaceholder: string = "#000000";

colorPicker.highlight

ts
highlight: string = "Highlight";

colorPicker.highlightPalette

ts
highlightPalette: string = "Highlight color palette";

colorPicker.recent

ts
recent: string = "Recent";

colorPicker.textColor

ts
textColor: string = "Text Color";

colorPicker.textColorPalette

ts
textColorPalette: string = "Text color palette";

commands

ts
commands: object;

commands.block

ts
block: object;

commands.block.demote

ts
demote: object;

commands.block.demote.description

ts
description: string = "Nest this block one level deeper.";

commands.block.demote.title

ts
title: string = "Demote";

commands.block.duplicate

ts
duplicate: object;

commands.block.duplicate.description

ts
description: string = "Create a copy of this block below the original.";

commands.block.duplicate.title

ts
title: string = "Duplicate";

commands.block.mergePrevious

ts
mergePrevious: object;

commands.block.mergePrevious.description

ts
description: string = "Join this block with the one above.";

commands.block.mergePrevious.title

ts
title: string = "Merge with previous";

commands.block.moveDown

ts
moveDown: object;

commands.block.moveDown.description

ts
description: string = "Swap this block with the one below.";

commands.block.moveDown.title

ts
title: string = "Move down";

commands.block.moveUp

ts
moveUp: object;

commands.block.moveUp.description

ts
description: string = "Swap this block with the one above.";

commands.block.moveUp.title

ts
title: string = "Move up";

commands.block.promote

ts
promote: object;

commands.block.promote.description

ts
description: string = "Lift this block one level out of its parent.";

commands.block.promote.title

ts
title: string = "Promote";

commands.block.split

ts
split: object;

commands.block.split.description

ts
description: string = "Split the current block at the cursor.";

commands.block.split.title

ts
title: string = "Split";

dragHandle

ts
dragHandle: object;

dragHandle.ariaLabel

ts
ariaLabel: string = "Drag to reorder block, click for menu";

findReplace

ts
findReplace: object;

findReplace.caseSensitive

ts
caseSensitive: string = "Case sensitive";

findReplace.closeAriaLabel

ts
closeAriaLabel: string = "Close";

findReplace.closeTitle

ts
closeTitle: string = "Close (Escape)";

findReplace.findNextAriaLabel

ts
findNextAriaLabel: string = "Find next";

findReplace.findNextTitle

ts
findNextTitle: string = "Find next (Enter)";

findReplace.findPlaceholder

ts
findPlaceholder: string = "Find...";

findReplace.findPreviousAriaLabel

ts
findPreviousAriaLabel: string = "Find previous";

findReplace.findPreviousTitle

ts
findPreviousTitle: string = "Find previous (Shift+Enter)";

findReplace.findTextAriaLabel

ts
findTextAriaLabel: string = "Find text";

findReplace.label

ts
label: string = "Find and Replace";

findReplace.noResults

ts
noResults: string = "No results";

findReplace.replaceAllAriaLabel

ts
replaceAllAriaLabel: string = "Replace all";

findReplace.replaceAllTitle

ts
replaceAllTitle: string = "Replace all matches";

findReplace.replaceAriaLabel

ts
replaceAriaLabel: string = "Replace";

findReplace.replacePlaceholder

ts
replacePlaceholder: string = "Replace with...";

findReplace.replaceTextAriaLabel

ts
replaceTextAriaLabel: string = "Replace text";

findReplace.replaceTitle

ts
replaceTitle: string = "Replace current match";

linkEditor

ts
linkEditor: object;

linkEditor.apply

ts
apply: string = "Apply";

linkEditor.applyAriaLabel

ts
applyAriaLabel: string = "Apply link";

linkEditor.embedAsRichContent

ts
embedAsRichContent: string = "Embed as rich content";

linkEditor.openInNewTab

ts
openInNewTab: string = "Open in new tab";
ts
removeLink: string = "Remove link";

linkEditor.removeLinkAriaLabel

ts
removeLinkAriaLabel: string = "Remove link";

linkEditor.urlPlaceholder

ts
urlPlaceholder: string = "Enter URL...";

linkEditor.visit

ts
visit: string = "Visit";

linkEditor.visitTitle

ts
visitTitle: string = "Open URL in new tab";

mentionMenu

ts
mentionMenu: object;

mentionMenu.ariaLabel

ts
ariaLabel: string = "Mentions";

mentionMenu.noResults

ts
noResults: string = "No results";

nodeSelector

ts
nodeSelector: object;

nodeSelector.blockTypes

ts
blockTypes: string = "Block types";

nodeSelector.changeBlockType

ts
changeBlockType: string = "Change block type";

nodeSelector.currentBlockType

ts
currentBlockType: string = "Current block type: {type}";

nodeTypes

ts
nodeTypes: object;

nodeTypes.bulletList

ts
bulletList: string = "Bullet List";

nodeTypes.code

ts
code: string = "Code";

nodeTypes.heading1

ts
heading1: string = "Heading 1";

nodeTypes.heading2

ts
heading2: string = "Heading 2";

nodeTypes.heading3

ts
heading3: string = "Heading 3";

nodeTypes.heading4

ts
heading4: string = "Heading 4";

nodeTypes.heading5

ts
heading5: string = "Heading 5";

nodeTypes.heading6

ts
heading6: string = "Heading 6";

nodeTypes.numberedList

ts
numberedList: string = "Numbered List";

nodeTypes.quote

ts
quote: string = "Quote";

nodeTypes.taskList

ts
taskList: string = "Task List";

nodeTypes.text

ts
text: string = "Text";

outline

ts
outline: object;

outline.ariaLabel

ts
ariaLabel: string = "Document outline";

relativeTime

ts
relativeTime: object;

relativeTime.daysAgo

ts
daysAgo: string = "{n}d ago";

relativeTime.hoursAgo

ts
hoursAgo: string = "{n}h ago";

relativeTime.justNow

ts
justNow: string = "Just now";

relativeTime.minutesAgo

ts
minutesAgo: string = "{n}m ago";

relativeTime.secondsAgo

ts
secondsAgo: string = "{n}s ago";

saveIndicator

ts
saveIndicator: object;

saveIndicator.error

ts
error: string = "Error saving";

saveIndicator.saved

ts
saved: string = "Saved";

saveIndicator.saving

ts
saving: string = "Saving...";

saveIndicator.unsaved

ts
unsaved: string = "Unsaved";

slashMenu

ts
slashMenu: object;

slashMenu.enterEmbedUrl

ts
enterEmbedUrl: string = "Enter URL to embed:";

slashMenu.enterImageUrl

ts
enterImageUrl: string = "Enter image URL:";

slashMenu.enterUrl

ts
enterUrl: string = "Enter URL:";

slashMenu.groups

ts
groups: object;

slashMenu.groups.advanced

ts
advanced: string = "Advanced";

slashMenu.groups.blocks

ts
blocks: string = "Blocks";

slashMenu.groups.lists

ts
lists: string = "Lists";

slashMenu.groups.media

ts
media: string = "Media";

slashMenu.groups.navigation

ts
navigation: string = "Navigation";

slashMenu.groups.text

ts
text: string = "Text";

slashMenu.items

ts
items: object;

slashMenu.items.bulletList

ts
bulletList: object;

slashMenu.items.bulletList.description

ts
description: string = "Create a simple bullet list";

slashMenu.items.bulletList.title

ts
title: string = "Bullet List";

slashMenu.items.callout

ts
callout: object;

slashMenu.items.callout.description

ts
description: string = "Insert a callout block (info, tip, warning)";

slashMenu.items.callout.title

ts
title: string = "Callout";

slashMenu.items.codeBlock

ts
codeBlock: object;

slashMenu.items.codeBlock.description

ts
description: string = "Insert a code snippet";

slashMenu.items.codeBlock.title

ts
title: string = "Code Block";

slashMenu.items.details

ts
details: object;

slashMenu.items.details.description

ts
description: string = "Collapsible content block";

slashMenu.items.details.title

ts
title: string = "Details";

slashMenu.items.divider

ts
divider: object;

slashMenu.items.divider.description

ts
description: string = "Insert a horizontal divider";

slashMenu.items.divider.title

ts
title: string = "Divider";

slashMenu.items.embed

ts
embed: object;

slashMenu.items.embed.description

ts
description: string = "Embed a URL (YouTube, Twitter, etc.)";

slashMenu.items.embed.title

ts
title: string = "Embed";

slashMenu.items.graphvizDiagram

ts
graphvizDiagram: object;

slashMenu.items.graphvizDiagram.description

ts
description: string = "Insert a GraphViz (DOT) diagram";

slashMenu.items.graphvizDiagram.title

ts
title: string = "GraphViz Diagram";

slashMenu.items.heading1

ts
heading1: object;

slashMenu.items.heading1.description

ts
description: string = "Large section heading";

slashMenu.items.heading1.title

ts
title: string = "Heading 1";

slashMenu.items.heading2

ts
heading2: object;

slashMenu.items.heading2.description

ts
description: string = "Medium section heading";

slashMenu.items.heading2.title

ts
title: string = "Heading 2";

slashMenu.items.heading3

ts
heading3: object;

slashMenu.items.heading3.description

ts
description: string = "Small section heading";

slashMenu.items.heading3.title

ts
title: string = "Heading 3";

slashMenu.items.heading4

ts
heading4: object;

slashMenu.items.heading4.description

ts
description: string = "Extra-small heading";

slashMenu.items.heading4.title

ts
title: string = "Heading 4";

slashMenu.items.heading5

ts
heading5: object;

slashMenu.items.heading5.description

ts
description: string = "Paragraph heading";

slashMenu.items.heading5.title

ts
title: string = "Heading 5";

slashMenu.items.heading6

ts
heading6: object;

slashMenu.items.heading6.description

ts
description: string = "Smallest heading";

slashMenu.items.heading6.title

ts
title: string = "Heading 6";

slashMenu.items.image

ts
image: object;

slashMenu.items.image.description

ts
description: string = "Insert an image from URL";

slashMenu.items.image.title

ts
title: string = "Image";

slashMenu.items.inlineMath

ts
inlineMath: object;

slashMenu.items.inlineMath.description

ts
description: string = "Insert an inline math expression";

slashMenu.items.inlineMath.title

ts
title: string = "Inline Math";

slashMenu.items.mathEquation

ts
mathEquation: object;

slashMenu.items.mathEquation.description

ts
description: string = "Insert a mathematical expression";

slashMenu.items.mathEquation.title

ts
title: string = "Math Equation";

slashMenu.items.mermaidDiagram

ts
mermaidDiagram: object;

slashMenu.items.mermaidDiagram.description

ts
description: string = "Insert a Mermaid diagram";

slashMenu.items.mermaidDiagram.title

ts
title: string = "Mermaid Diagram";

slashMenu.items.numberedList

ts
numberedList: object;

slashMenu.items.numberedList.description

ts
description: string = "Create a numbered list";

slashMenu.items.numberedList.title

ts
title: string = "Numbered List";

slashMenu.items.quote

ts
quote: object;

slashMenu.items.quote.description

ts
description: string = "Capture a quote";

slashMenu.items.quote.title

ts
title: string = "Quote";

slashMenu.items.table

ts
table: object;

slashMenu.items.table.description

ts
description: string = "Insert a table";

slashMenu.items.table.title

ts
title: string = "Table";

slashMenu.items.tableOfContents

ts
tableOfContents: object;

slashMenu.items.tableOfContents.description

ts
description: string = "Auto-generated list of headings";

slashMenu.items.tableOfContents.title

ts
title: string = "Table of Contents";

slashMenu.items.taskList

ts
taskList: object;

slashMenu.items.taskList.description

ts
description: string = "Create a task list with checkboxes";

slashMenu.items.taskList.title

ts
title: string = "Task List";

slashMenu.items.uploadImage

ts
uploadImage: object;

slashMenu.items.uploadImage.description

ts
description: string = "Upload an image from your device";

slashMenu.items.uploadImage.title

ts
title: string = "Upload Image";

slashMenu.noResults

ts
noResults: string = "No results";

toolbar

ts
toolbar: object;

toolbar.ariaLabel

ts
ariaLabel: string = "Formatting";

toolbar.bold

ts
bold: string = "Bold";

toolbar.bulletList

ts
bulletList: string = "Bullet List";

toolbar.code

ts
code: string = "Code";

toolbar.codeBlock

ts
codeBlock: string = "Code Block";

toolbar.heading1

ts
heading1: string = "Heading 1";

toolbar.heading2

ts
heading2: string = "Heading 2";

toolbar.heading3

ts
heading3: string = "Heading 3";

toolbar.horizontalRule

ts
horizontalRule: string = "Horizontal Rule";

toolbar.italic

ts
italic: string = "Italic";

toolbar.moreActions

ts
moreActions: string = "More actions";

toolbar.numberedList

ts
numberedList: string = "Numbered List";

toolbar.quote

ts
quote: string = "Quote";

toolbar.redo

ts
redo: string = "Redo";

toolbar.strikethrough

ts
strikethrough: string = "Strikethrough";

toolbar.taskList

ts
taskList: string = "Task List";

toolbar.underline

ts
underline: string = "Underline";

toolbar.undo

ts
undo: string = "Undo";

Released under the MIT License.