@opentiny/fluent-editor
Version:
A rich text editor based on Quill 2.0, which extends rich modules and formats on the basis of Quill. It's powerful and out-of-the-box.
135 lines (134 loc) • 4.29 kB
JavaScript
;
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
const EN_US = {
"header": "Paragraph Formatting",
"normal": "Normal",
"h1": "Heading 1",
"h2": "Heading 2",
"h3": "Heading 3",
"h4": "Heading 4",
"h5": "Heading 5",
"h6": "Heading 6",
"line-height": "Line Height",
"songti": "SimSun",
"yahei": "Microsoft Yahei",
"kaiti": "KaiTi",
"heiti": "SimHei",
"lishu": "LiSu",
"left": "Left",
"center": "Centered",
"right": "Right",
"codeblock": "Code Block",
"globallink": "Link",
"exit-fullscreen": "Exit Full Screen",
"help": "Help",
"more": "More",
"help-format": "Format",
"help-insert": "Insert",
"help-operation": "Edit",
"mention": "Mention People",
"quick-menu": "Shortcut",
"toggle-help-panel": "Open/Close Help Panel",
"scroll-table": "Horizontal Scroll",
"mouse-wheel": "Mouse Wheel",
"save": "Save",
"default-link-text": "Link",
"basicblock": "Card",
"linkplaceholder": "Enter an address and press Enter.",
"counter-template": `{{count}}/{{totalCount}} {{countUnit}}`,
"char": "characters",
"word": "words",
"counter-limit-tips": "The number of {{countUnit}} exceeds the maximum allowed limit.",
"ie-msg": "In order to have a better experience, it is recommended to use the latest version of Chrome browser.",
"loading": "Loading...",
"pasting": "A large amount of content to paste. Loading...",
"img-error": "Image Copy Error",
"img-error-info": "Failed to copy the image. Save it to your local computer and then upload it by clicking Image on the toolbar.",
"last-modified": "Last Modified Date:",
"screenshot": "Screenshot",
"uploading": "Uploading...",
"sub-title-bg-color": "Background Color",
// blot tip name
"emoji": "Emoji",
"fullscreen": "Full Screen",
"blockquote": "Quote",
"undo": "Undo",
"redo": "Redo",
"clean": "Clear Formatting",
"bold": "Bold",
"italic": "Italic",
"underline": "Underline",
"strike": "Strikethrough",
"image": "Image",
"file": "File",
"mind-map": "Mind Map",
"flow-chart": "Flow Chart",
"link": {
"": "Hyperlink",
"enter-link": "Enter link: "
},
"code": "Inline Code",
"table": "Table",
"table-up": "Table",
"code-block": "Code Block",
"formula": "Formula",
"format-painter": "Format Painter",
"divider": "Divider",
"video": "Video",
"color": "Font Color",
"background": "Background Color",
"font": "Font",
"size": "Size",
"list": "List",
"list-ordered": "Ordered List",
"list-bullet": "Unordered List",
"list-check": "Task List",
"align-left": "Left aligned",
"align-center": "Center aligned",
"align-right": "Right aligned",
"align-justify": "Justify aligned",
"direction-ltr": "Text Direction Left To Right",
"direction-rtl": "Text Direction Right To Left",
"indent--1": "Minus Indent",
"indent-+1": "Add Indent",
"script-super": "Superscript",
"script-sub": "Subscript",
"header-normal": "Text",
"header-1": "Heading 1",
"header-2": "Heading 2",
"header-3": "Heading 3",
"header-4": "Heading 4",
"header-5": "Heading 5",
"header-6": "Heading 6",
"header-list": "Heading List",
"input-recall-menu-placeholder": "Input / recall menu",
"clear-color": "Clear color",
"custom-color": "Color picker",
// table-up texts
"fullCheckboxText": "Insert full width table",
"customBtnText": "Custom",
"confirmText": "Confirm",
"cancelText": "Cancel",
"rowText": "Row",
"colText": "Column",
"notPositiveNumberError": "Please enter a positive integer",
"custom": "Custom",
"clear": "Clear",
"transparent": "Transparent",
"perWidthInsufficient": "The percentage width is insufficient. To complete the operation, the table needs to be converted to a fixed width. Do you want to continue?",
"CopyCell": "Copy cell",
"CutCell": "Cut cell",
"InsertTop": "Insert row above",
"InsertRight": "Insert column right",
"InsertBottom": "Insert row below",
"InsertLeft": "Insert column Left",
"MergeCell": "Merge Cell",
"SplitCell": "Split Cell",
"DeleteRow": "Delete Row",
"DeleteColumn": "Delete Column",
"DeleteTable": "Delete table",
"BackgroundColor": "Set background color",
"BorderColor": "Set border color"
};
exports.EN_US = EN_US;
//# sourceMappingURL=en-us.cjs.js.map