Built files from Bizgaze WebServer
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

summernote-he-IL.js 5.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  1. (function($) {
  2. $.extend($.summernote.lang, {
  3. 'he-IL': {
  4. font: {
  5. bold: 'מודגש',
  6. italic: 'נטוי',
  7. underline: 'קו תחתון',
  8. clear: 'נקה עיצוב',
  9. height: 'גובה',
  10. name: 'גופן',
  11. strikethrough: 'קו חוצה',
  12. subscript: 'כתב תחתי',
  13. superscript: 'כתב עילי',
  14. size: 'גודל גופן',
  15. },
  16. image: {
  17. image: 'תמונה',
  18. insert: 'הוסף תמונה',
  19. resizeFull: 'גודל מלא',
  20. resizeHalf: 'להקטין לחצי',
  21. resizeQuarter: 'להקטין לרבע',
  22. floatLeft: 'יישור לשמאל',
  23. floatRight: 'יישור לימין',
  24. floatNone: 'ישר',
  25. shapeRounded: 'Shape: Rounded',
  26. shapeCircle: 'Shape: Circle',
  27. shapeThumbnail: 'Shape: Thumbnail',
  28. shapeNone: 'Shape: None',
  29. dragImageHere: 'גרור תמונה לכאן',
  30. dropImage: 'Drop image or Text',
  31. selectFromFiles: 'בחר מתוך קבצים',
  32. maximumFileSize: 'Maximum file size',
  33. maximumFileSizeError: 'Maximum file size exceeded.',
  34. url: 'נתיב לתמונה',
  35. remove: 'הסר תמונה',
  36. original: 'Original',
  37. },
  38. video: {
  39. video: 'סרטון',
  40. videoLink: 'קישור לסרטון',
  41. insert: 'הוסף סרטון',
  42. url: 'קישור לסרטון',
  43. providers: '(YouTube, Vimeo, Vine, Instagram, DailyMotion או Youku)',
  44. },
  45. link: {
  46. link: 'קישור',
  47. insert: 'הוסף קישור',
  48. unlink: 'הסר קישור',
  49. edit: 'ערוך',
  50. textToDisplay: 'טקסט להציג',
  51. url: 'קישור',
  52. openInNewWindow: 'פתח בחלון חדש',
  53. },
  54. table: {
  55. table: 'טבלה',
  56. addRowAbove: 'Add row above',
  57. addRowBelow: 'Add row below',
  58. addColLeft: 'Add column left',
  59. addColRight: 'Add column right',
  60. delRow: 'Delete row',
  61. delCol: 'Delete column',
  62. delTable: 'Delete table',
  63. },
  64. hr: {
  65. insert: 'הוסף קו',
  66. },
  67. style: {
  68. style: 'עיצוב',
  69. p: 'טקסט רגיל',
  70. blockquote: 'ציטוט',
  71. pre: 'קוד',
  72. h1: 'כותרת 1',
  73. h2: 'כותרת 2',
  74. h3: 'כותרת 3',
  75. h4: 'כותרת 4',
  76. h5: 'כותרת 5',
  77. h6: 'כותרת 6',
  78. },
  79. lists: {
  80. unordered: 'רשימת תבליטים',
  81. ordered: 'רשימה ממוספרת',
  82. },
  83. options: {
  84. help: 'עזרה',
  85. fullscreen: 'מסך מלא',
  86. codeview: 'תצוגת קוד',
  87. },
  88. paragraph: {
  89. paragraph: 'פסקה',
  90. outdent: 'הקטן כניסה',
  91. indent: 'הגדל כניסה',
  92. left: 'יישור לשמאל',
  93. center: 'יישור למרכז',
  94. right: 'יישור לימין',
  95. justify: 'מיושר',
  96. },
  97. color: {
  98. recent: 'צבע טקסט אחרון',
  99. more: 'עוד צבעים',
  100. background: 'צבע רקע',
  101. foreground: 'צבע טקסט',
  102. transparent: 'שקוף',
  103. setTransparent: 'קבע כשקוף',
  104. reset: 'איפוס',
  105. resetToDefault: 'אפס לברירת מחדל',
  106. },
  107. shortcut: {
  108. shortcuts: 'קיצורי מקלדת',
  109. close: 'סגור',
  110. textFormatting: 'עיצוב הטקסט',
  111. action: 'פעולה',
  112. paragraphFormatting: 'סגנונות פסקה',
  113. documentStyle: 'עיצוב המסמך',
  114. extraKeys: 'קיצורים נוספים',
  115. },
  116. help: {
  117. 'insertParagraph': 'Insert Paragraph',
  118. 'undo': 'Undoes the last command',
  119. 'redo': 'Redoes the last command',
  120. 'tab': 'Tab',
  121. 'untab': 'Untab',
  122. 'bold': 'Set a bold style',
  123. 'italic': 'Set a italic style',
  124. 'underline': 'Set a underline style',
  125. 'strikethrough': 'Set a strikethrough style',
  126. 'removeFormat': 'Clean a style',
  127. 'justifyLeft': 'Set left align',
  128. 'justifyCenter': 'Set center align',
  129. 'justifyRight': 'Set right align',
  130. 'justifyFull': 'Set full align',
  131. 'insertUnorderedList': 'Toggle unordered list',
  132. 'insertOrderedList': 'Toggle ordered list',
  133. 'outdent': 'Outdent on current paragraph',
  134. 'indent': 'Indent on current paragraph',
  135. 'formatPara': 'Change current block\'s format as a paragraph(P tag)',
  136. 'formatH1': 'Change current block\'s format as H1',
  137. 'formatH2': 'Change current block\'s format as H2',
  138. 'formatH3': 'Change current block\'s format as H3',
  139. 'formatH4': 'Change current block\'s format as H4',
  140. 'formatH5': 'Change current block\'s format as H5',
  141. 'formatH6': 'Change current block\'s format as H6',
  142. 'insertHorizontalRule': 'Insert horizontal rule',
  143. 'linkDialog.show': 'Show Link Dialog',
  144. },
  145. history: {
  146. undo: 'בטל פעולה',
  147. redo: 'בצע שוב',
  148. },
  149. specialChar: {
  150. specialChar: 'SPECIAL CHARACTERS',
  151. select: 'Select Special characters',
  152. },
  153. },
  154. });
  155. })(jQuery);