You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

184 lines
7.3 KiB

2 years ago
/*!
*
* Super simple WYSIWYG editor v0.8.20
* https://summernote.org
*
*
* Copyright 2013- Alan Hong and contributors
* Summernote may be freely distributed under the MIT license.
*
* Date: 2021-10-14T21:15Z
*
*/
(function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object')
module.exports = factory();
else if(typeof define === 'function' && define.amd)
define([], factory);
else {
var a = factory();
for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
}
})(self, function() {
return /******/ (() => { // webpackBootstrap
var __webpack_exports__ = {};
(function ($) {
$.extend($.summernote.lang, {
'ta-IN': {
font: {
bold: 'தடித',
italic: 'ச',
underline: 'அடி',
clear: 'ந',
height: 'வரி உயரம',
name: 'எழயர',
strikethrough: 'க',
size: 'எழ அளவ',
superscript: 'ம ஒட',
subscript: 'க ஒட'
},
image: {
image: 'படம',
insert: 'படத',
resizeFull: 'ம அளவ',
resizeHalf: 'அர அளவ',
resizeQuarter: 'க அளவ',
floatLeft: 'இடபபககமக வ',
floatRight: 'வலபபககமக வ',
floatNone: 'இயலிி',
shapeRounded: 'வடடமன வடிவம',
shapeCircle: 'வடட வடிவம',
shapeThumbnail: 'சி வடிவம',
shapeNone: 'வடிவத',
dragImageHere: 'படத இங இழ',
dropImage: 'படதி',
selectFromFiles: 'ககள',
maximumFileSize: 'அதிகபடச க அளவ',
maximumFileSizeError: 'க அதிகபடச அளவிிடத',
url: 'இணயதள மகவரி',
remove: 'படத',
original: 'Original'
},
video: {
video: 'கி',
videoLink: 'கி இண',
insert: 'கி',
url: 'இணயதள மகவரி',
providers: '(YouTube, Vimeo, Vine, Instagram, DailyMotion or Youku)'
},
link: {
link: 'இண',
insert: 'இண',
unlink: 'இண',
edit: 'இண',
textToDisplay: 'கிசகம',
url: 'இணயதள மகவரி',
openInNewWindow: 'பிய சளரதிிறகக'
},
table: {
table: 'அடடவண',
addRowAbove: 'Add row above',
addRowBelow: 'Add row below',
addColLeft: 'Add column left',
addColRight: 'Add column right',
delRow: 'Delete row',
delCol: 'Delete column',
delTable: 'Delete table'
},
hr: {
insert: 'கிமடட க'
},
style: {
style: 'த',
p: 'பதி',
blockquote: 'ம',
pre: 'கி',
h1: 'தல 1',
h2: 'தல 2',
h3: 'தல 3',
h4: 'தல 4',
h5: 'தல 5',
h6: 'தல 6'
},
lists: {
unordered: 'வரிித',
ordered: 'வரிிட'
},
options: {
help: 'உதவி',
fullscreen: 'மி',
codeview: 'நிரலக கி'
},
paragraph: {
paragraph: 'பதி',
outdent: 'விதள',
indent: 'உள தள',
left: 'இடதரம',
center: 'நடரம',
right: 'வலதரம',
justify: 'இரற சரம'
},
color: {
recent: 'அணிறம',
more: 'ம',
background: 'பில நிறம',
foreground: 'மற நிறம',
transparent: 'தின',
setTransparent: 'தி',
reset: 'மடமக',
resetToDefault: 'இயலிடம'
},
shortcut: {
shortcuts: 'கவழி',
close: 'ம',
textFormatting: 'எழ வடிவம',
action: 'சயலபட',
paragraphFormatting: 'பதி வடிவம',
documentStyle: 'ஆவண பி',
extraKeys: 'Extra keys'
},
help: {
'insertParagraph': 'Insert Paragraph',
'undo': 'Undoes the last command',
'redo': 'Redoes the last command',
'tab': 'Tab',
'untab': 'Untab',
'bold': 'Set a bold style',
'italic': 'Set a italic style',
'underline': 'Set a underline style',
'strikethrough': 'Set a strikethrough style',
'removeFormat': 'Clean a style',
'justifyLeft': 'Set left align',
'justifyCenter': 'Set center align',
'justifyRight': 'Set right align',
'justifyFull': 'Set full align',
'insertUnorderedList': 'Toggle unordered list',
'insertOrderedList': 'Toggle ordered list',
'outdent': 'Outdent on current paragraph',
'indent': 'Indent on current paragraph',
'formatPara': 'Change current block\'s format as a paragraph(P tag)',
'formatH1': 'Change current block\'s format as H1',
'formatH2': 'Change current block\'s format as H2',
'formatH3': 'Change current block\'s format as H3',
'formatH4': 'Change current block\'s format as H4',
'formatH5': 'Change current block\'s format as H5',
'formatH6': 'Change current block\'s format as H6',
'insertHorizontalRule': 'Insert horizontal rule',
'linkDialog.show': 'Show Link Dialog'
},
history: {
undo: 'மளம',
redo: 'ம'
},
specialChar: {
specialChar: 'SPECIAL CHARACTERS',
select: 'Select Special characters'
}
}
});
})(jQuery);
/******/ return __webpack_exports__;
/******/ })()
;
});
//# sourceMappingURL=summernote-ta-IN.js.map