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.

184 lignes
5.6KB

  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) {
  14. if(typeof exports === 'object' && typeof module === 'object')
  15. module.exports = factory();
  16. else if(typeof define === 'function' && define.amd)
  17. define([], factory);
  18. else {
  19. var a = factory();
  20. for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
  21. }
  22. })(self, function() {
  23. return /******/ (() => { // webpackBootstrap
  24. var __webpack_exports__ = {};
  25. (function ($) {
  26. $.extend($.summernote.lang, {
  27. 'hr-HR': {
  28. font: {
  29. bold: 'Podebljano',
  30. italic: 'Kurziv',
  31. underline: 'Podvučeno',
  32. clear: 'Ukloni stilove fonta',
  33. height: 'Visina linije',
  34. name: 'Font Family',
  35. strikethrough: 'Precrtano',
  36. subscript: 'Subscript',
  37. superscript: 'Superscript',
  38. size: 'Veličina fonta'
  39. },
  40. image: {
  41. image: 'Slika',
  42. insert: 'Ubaci sliku',
  43. resizeFull: 'Puna veličina',
  44. resizeHalf: 'Umanji na 50%',
  45. resizeQuarter: 'Umanji na 25%',
  46. floatLeft: 'Poravnaj lijevo',
  47. floatRight: 'Poravnaj desno',
  48. floatNone: 'Bez poravnanja',
  49. shapeRounded: 'Shape: Rounded',
  50. shapeCircle: 'Shape: Circle',
  51. shapeThumbnail: 'Shape: Thumbnail',
  52. shapeNone: 'Shape: None',
  53. dragImageHere: 'Povuci sliku ovdje',
  54. dropImage: 'Drop image or Text',
  55. selectFromFiles: 'Izaberi iz datoteke',
  56. maximumFileSize: 'Maximum file size',
  57. maximumFileSizeError: 'Maximum file size exceeded.',
  58. url: 'Adresa slike',
  59. remove: 'Ukloni sliku',
  60. original: 'Original'
  61. },
  62. video: {
  63. video: 'Video',
  64. videoLink: 'Veza na video',
  65. insert: 'Ubaci video',
  66. url: 'URL video',
  67. providers: '(YouTube, Vimeo, Vine, Instagram, DailyMotion ili Youku)'
  68. },
  69. link: {
  70. link: 'Veza',
  71. insert: 'Ubaci vezu',
  72. unlink: 'Ukloni vezu',
  73. edit: 'Uredi',
  74. textToDisplay: 'Tekst za prikaz',
  75. url: 'Internet adresa',
  76. openInNewWindow: 'Otvori u novom prozoru'
  77. },
  78. table: {
  79. table: 'Tablica',
  80. addRowAbove: 'Add row above',
  81. addRowBelow: 'Add row below',
  82. addColLeft: 'Add column left',
  83. addColRight: 'Add column right',
  84. delRow: 'Delete row',
  85. delCol: 'Delete column',
  86. delTable: 'Delete table'
  87. },
  88. hr: {
  89. insert: 'Ubaci horizontalnu liniju'
  90. },
  91. style: {
  92. style: 'Stil',
  93. p: 'pni',
  94. blockquote: 'Citat',
  95. pre: 'Kôd',
  96. h1: 'Naslov 1',
  97. h2: 'Naslov 2',
  98. h3: 'Naslov 3',
  99. h4: 'Naslov 4',
  100. h5: 'Naslov 5',
  101. h6: 'Naslov 6'
  102. },
  103. lists: {
  104. unordered: 'Obična lista',
  105. ordered: 'Numerirana lista'
  106. },
  107. options: {
  108. help: 'Pomoć',
  109. fullscreen: 'Preko cijelog ekrana',
  110. codeview: 'Izvorni kôd'
  111. },
  112. paragraph: {
  113. paragraph: 'Paragraf',
  114. outdent: 'Smanji uvlačenje',
  115. indent: 'Povećaj uvlačenje',
  116. left: 'Poravnaj lijevo',
  117. center: 'Centrirano',
  118. right: 'Poravnaj desno',
  119. justify: 'Poravnaj obostrano'
  120. },
  121. color: {
  122. recent: 'Posljednja boja',
  123. more: 'Više boja',
  124. background: 'Boja pozadine',
  125. foreground: 'Boja teksta',
  126. transparent: 'Prozirna',
  127. setTransparent: 'Prozirna',
  128. reset: 'Poništi',
  129. resetToDefault: 'Podrazumijevana'
  130. },
  131. shortcut: {
  132. shortcuts: 'Prečice s tipkovnice',
  133. close: 'Zatvori',
  134. textFormatting: 'Formatiranje teksta',
  135. action: 'Akcija',
  136. paragraphFormatting: 'Formatiranje paragrafa',
  137. documentStyle: 'Stil dokumenta',
  138. extraKeys: 'Dodatne kombinacije'
  139. },
  140. help: {
  141. 'insertParagraph': 'Insert Paragraph',
  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. },
  169. history: {
  170. undo: 'Poništi',
  171. redo: 'Ponovi'
  172. },
  173. specialChar: {
  174. specialChar: 'SPECIAL CHARACTERS',
  175. select: 'Select Special characters'
  176. }
  177. }
  178. });
  179. })(jQuery);
  180. /******/ return __webpack_exports__;
  181. /******/ })()
  182. ;
  183. });
  184. //# sourceMappingURL=summernote-hr-HR.js.map