13
(function webpackUniversalModuleDefinition(root, factory) {
14
if(typeof exports === 'object' && typeof module === 'object')
15
module.exports = factory();
16
else if(typeof define === 'function' && define.amd)
20
for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
24
var __webpack_exports__ = {};
26
$.extend($.summernote.lang, {
31
underline: 'קו תחתון',
35
strikethrough: 'קו חוצה',
36
subscript: 'כתב תחתי',
37
superscript: 'כתב עילי',
43
resizeFull: 'גודל מלא',
44
resizeHalf: 'להקטין לחצי',
45
resizeQuarter: 'להקטין לרבע',
46
floatLeft: 'יישור לשמאל',
47
floatRight: 'יישור לימין',
49
shapeRounded: 'Shape: Rounded',
50
shapeCircle: 'Shape: Circle',
51
shapeThumbnail: 'Shape: Thumbnail',
52
shapeNone: 'Shape: None',
53
dragImageHere: 'גרור תמונה לכאן',
54
dropImage: 'Drop image or Text',
55
selectFromFiles: 'בחר מתוך קבצים',
56
maximumFileSize: 'Maximum file size',
57
maximumFileSizeError: 'Maximum file size exceeded.',
64
videoLink: 'קישור לסרטון',
67
providers: '(YouTube, Vimeo, Vine, Instagram, DailyMotion או Youku)'
74
textToDisplay: 'טקסט להציג',
76
openInNewWindow: 'פתח בחלון חדש'
80
addRowAbove: 'Add row above',
81
addRowBelow: 'Add row below',
82
addColLeft: 'Add column left',
83
addColRight: 'Add column right',
85
delCol: 'Delete column',
86
delTable: 'Delete table'
104
unordered: 'רשימת תבליטים',
105
ordered: 'רשימה ממוספרת'
109
fullscreen: 'מסך מלא',
110
codeview: 'תצוגת קוד'
114
outdent: 'הקטן כניסה',
115
indent: 'הגדל כניסה',
117
center: 'יישור למרכז',
118
right: 'יישור לימין',
122
recent: 'צבע טקסט אחרון',
124
background: 'צבע רקע',
125
foreground: 'צבע טקסט',
127
setTransparent: 'קבע כשקוף',
129
resetToDefault: 'אפס לברירת מחדל'
132
shortcuts: 'קיצורי מקלדת',
134
textFormatting: 'עיצוב הטקסט',
136
paragraphFormatting: 'סגנונות פסקה',
137
documentStyle: 'עיצוב המסמך',
138
extraKeys: 'קיצורים נוספים'
141
'insertParagraph': 'Insert Paragraph',
142
'undo': 'Undoes the last command',
143
'redo': 'Redoes the last command',
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'
174
specialChar: 'SPECIAL CHARACTERS',
175
select: 'Select Special characters'
180
return __webpack_exports__;