LaravelTest
184 строки · 5.6 Кб
1/*!
2*
3* Super simple WYSIWYG editor v0.8.20
4* https://summernote.org
5*
6*
7* Copyright 2013- Alan Hong and contributors
8* Summernote may be freely distributed under the MIT license.
9*
10* Date: 2021-10-14T21:15Z
11*
12*/
13(function webpackUniversalModuleDefinition(root, factory) {14if(typeof exports === 'object' && typeof module === 'object')15module.exports = factory();16else if(typeof define === 'function' && define.amd)17define([], factory);18else {19var a = factory();20for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];21}22})(self, function() {23return /******/ (() => { // webpackBootstrap24var __webpack_exports__ = {};25(function ($) {26$.extend($.summernote.lang, {27'vi-VN': {28font: {29bold: 'In Đậm',30italic: 'In Nghiêng',31underline: 'Gạch dưới',32clear: 'Bỏ định dạng',33height: 'Chiều cao dòng',34name: 'Phông chữ',35strikethrough: 'Gạch ngang',36subscript: 'Subscript',37superscript: 'Superscript',38size: 'Cỡ chữ'39},40image: {41image: 'Hình ảnh',42insert: 'Chèn',43resizeFull: '100%',44resizeHalf: '50%',45resizeQuarter: '25%',46floatLeft: 'Trôi về trái',47floatRight: 'Trôi về phải',48floatNone: 'Không trôi',49shapeRounded: 'Shape: Rounded',50shapeCircle: 'Shape: Circle',51shapeThumbnail: 'Shape: Thumbnail',52shapeNone: 'Shape: None',53dragImageHere: 'Thả Ảnh ở vùng này',54dropImage: 'Drop image or Text',55selectFromFiles: 'Chọn từ File',56maximumFileSize: 'Maximum file size',57maximumFileSizeError: 'Maximum file size exceeded.',58url: 'URL',59remove: 'Xóa',60original: 'Original'61},62video: {63video: 'Video',64videoLink: 'Link đến Video',65insert: 'Chèn Video',66url: 'URL',67providers: '(Hỗ trợ YouTube, Vimeo, Vine, Instagram, DailyMotion và Youku)'68},69link: {70link: 'Link',71insert: 'Chèn Link',72unlink: 'Gỡ Link',73edit: 'Sửa',74textToDisplay: 'Văn bản hiển thị',75url: 'URL',76openInNewWindow: 'Mở ở Cửa sổ mới'77},78table: {79table: 'Bảng',80addRowAbove: 'Chèn dòng phía trên',81addRowBelow: 'Chèn dòng phía dưới',82addColLeft: 'Chèn cột bên trái',83addColRight: 'Chèn cột bên phải',84delRow: 'Xóa dòng',85delCol: 'Xóa cột',86delTable: 'Xóa bảng'87},88hr: {89insert: 'Chèn'90},91style: {92style: 'Kiểu chữ',93p: 'Chữ thường',94blockquote: 'Đoạn trích',95pre: 'Mã Code',96h1: 'H1',97h2: 'H2',98h3: 'H3',99h4: 'H4',100h5: 'H5',101h6: 'H6'102},103lists: {104unordered: 'Liệt kê danh sách',105ordered: 'Liệt kê theo thứ tự'106},107options: {108help: 'Trợ giúp',109fullscreen: 'Toàn Màn hình',110codeview: 'Xem Code'111},112paragraph: {113paragraph: 'Canh lề',114outdent: 'Dịch sang trái',115indent: 'Dịch sang phải',116left: 'Canh trái',117center: 'Canh giữa',118right: 'Canh phải',119justify: 'Canh đều'120},121color: {122recent: 'Màu chữ',123more: 'Mở rộng',124background: 'Màu nền',125foreground: 'Màu chữ',126transparent: 'trong suốt',127setTransparent: 'Nền trong suốt',128reset: 'Thiết lập lại',129resetToDefault: 'Trở lại ban đầu'130},131shortcut: {132shortcuts: 'Phím tắt',133close: 'Đóng',134textFormatting: 'Định dạng Văn bản',135action: 'Hành động',136paragraphFormatting: 'Định dạng',137documentStyle: 'Kiểu văn bản',138extraKeys: 'Extra keys'139},140help: {141'insertParagraph': 'Chèn đo văn',142'undo': 'Undoes the last command',143'redo': 'Redoes the last command',144'tab': 'Tab',145'untab': 'Untab',146'bold': 'Set a bold style',147'italic': 'Set a italic style',148'underline': 'Set a underline style',149'strikethrough': 'Set a strikethrough style',150'removeFormat': 'Clean a style',151'justifyLeft': 'Set left align',152'justifyCenter': 'Set center align',153'justifyRight': 'Set right align',154'justifyFull': 'Set full align',155'insertUnorderedList': 'Toggle unordered list',156'insertOrderedList': 'Toggle ordered list',157'outdent': 'Outdent on current paragraph',158'indent': 'Indent on current paragraph',159'formatPara': 'Change current block\'s format as a paragraph(P tag)',160'formatH1': 'Change current block\'s format as H1',161'formatH2': 'Change current block\'s format as H2',162'formatH3': 'Change current block\'s format as H3',163'formatH4': 'Change current block\'s format as H4',164'formatH5': 'Change current block\'s format as H5',165'formatH6': 'Change current block\'s format as H6',166'insertHorizontalRule': 'Insert horizontal rule',167'linkDialog.show': 'Show Link Dialog'168},169history: {170undo: 'Lùi lại',171redo: 'Làm lại'172},173specialChar: {174specialChar: 'KÝ TỰ ĐẶC BIỆT',175select: 'Chọn ký tự đặc biệt'176}177}178});179})(jQuery);180/******/ return __webpack_exports__;181/******/ })()182;
183});184//# sourceMappingURL=summernote-vi-VN.js.map