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.

summernote-lt-LV.js 14KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327
  1. /*!
  2. *
  3. * Super simple wysiwyg editor v0.8.18
  4. * https://summernote.org
  5. *
  6. *
  7. * Copyright 2013- Alan Hong. and other contributors
  8. * summernote may be freely distributed under the MIT license.
  9. *
  10. * Date: 2020-05-20T16:47Z
  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. })(window, function () {
  23. return /******/ (function (modules) { // webpackBootstrap
  24. /******/ // The module cache
  25. /******/
  26. var installedModules = {};
  27. /******/
  28. /******/ // The require function
  29. /******/
  30. function __webpack_require__(moduleId) {
  31. /******/
  32. /******/ // Check if module is in cache
  33. /******/
  34. if (installedModules[moduleId]) {
  35. /******/
  36. return installedModules[moduleId].exports;
  37. /******/
  38. }
  39. /******/ // Create a new module (and put it into the cache)
  40. /******/
  41. var module = installedModules[moduleId] = {
  42. /******/ i: moduleId,
  43. /******/ l: false,
  44. /******/ exports: {}
  45. /******/
  46. };
  47. /******/
  48. /******/ // Execute the module function
  49. /******/
  50. modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
  51. /******/
  52. /******/ // Flag the module as loaded
  53. /******/
  54. module.l = true;
  55. /******/
  56. /******/ // Return the exports of the module
  57. /******/
  58. return module.exports;
  59. /******/
  60. }
  61. /******/
  62. /******/
  63. /******/ // expose the modules object (__webpack_modules__)
  64. /******/
  65. __webpack_require__.m = modules;
  66. /******/
  67. /******/ // expose the module cache
  68. /******/
  69. __webpack_require__.c = installedModules;
  70. /******/
  71. /******/ // define getter function for harmony exports
  72. /******/
  73. __webpack_require__.d = function (exports, name, getter) {
  74. /******/
  75. if (!__webpack_require__.o(exports, name)) {
  76. /******/
  77. Object.defineProperty(exports, name, {enumerable: true, get: getter});
  78. /******/
  79. }
  80. /******/
  81. };
  82. /******/
  83. /******/ // define __esModule on exports
  84. /******/
  85. __webpack_require__.r = function (exports) {
  86. /******/
  87. if (typeof Symbol !== 'undefined' && Symbol.toStringTag) {
  88. /******/
  89. Object.defineProperty(exports, Symbol.toStringTag, {value: 'Module'});
  90. /******/
  91. }
  92. /******/
  93. Object.defineProperty(exports, '__esModule', {value: true});
  94. /******/
  95. };
  96. /******/
  97. /******/ // create a fake namespace object
  98. /******/ // mode & 1: value is a module id, require it
  99. /******/ // mode & 2: merge all properties of value into the ns
  100. /******/ // mode & 4: return value when already ns object
  101. /******/ // mode & 8|1: behave like require
  102. /******/
  103. __webpack_require__.t = function (value, mode) {
  104. /******/
  105. if (mode & 1) value = __webpack_require__(value);
  106. /******/
  107. if (mode & 8) return value;
  108. /******/
  109. if ((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
  110. /******/
  111. var ns = Object.create(null);
  112. /******/
  113. __webpack_require__.r(ns);
  114. /******/
  115. Object.defineProperty(ns, 'default', {enumerable: true, value: value});
  116. /******/
  117. if (mode & 2 && typeof value != 'string') for (var key in value) __webpack_require__.d(ns, key, function (key) {
  118. return value[key];
  119. }.bind(null, key));
  120. /******/
  121. return ns;
  122. /******/
  123. };
  124. /******/
  125. /******/ // getDefaultExport function for compatibility with non-harmony modules
  126. /******/
  127. __webpack_require__.n = function (module) {
  128. /******/
  129. var getter = module && module.__esModule ?
  130. /******/ function getDefault() {
  131. return module['default'];
  132. } :
  133. /******/ function getModuleExports() {
  134. return module;
  135. };
  136. /******/
  137. __webpack_require__.d(getter, 'a', getter);
  138. /******/
  139. return getter;
  140. /******/
  141. };
  142. /******/
  143. /******/ // Object.prototype.hasOwnProperty.call
  144. /******/
  145. __webpack_require__.o = function (object, property) {
  146. return Object.prototype.hasOwnProperty.call(object, property);
  147. };
  148. /******/
  149. /******/ // __webpack_public_path__
  150. /******/
  151. __webpack_require__.p = "";
  152. /******/
  153. /******/
  154. /******/ // Load entry module and return exports
  155. /******/
  156. return __webpack_require__(__webpack_require__.s = 29);
  157. /******/
  158. })
  159. /************************************************************************/
  160. /******/ ({
  161. /***/ 29:
  162. /***/ (function (module, exports) {
  163. (function ($) {
  164. $.extend($.summernote.lang, {
  165. 'lv-LV': {
  166. font: {
  167. bold: 'Treknraksts',
  168. italic: 'Kursīvs',
  169. underline: 'Pasvītrots',
  170. clear: 'Noņemt formatējumu',
  171. height: 'Līnijas augstums',
  172. name: 'Fonts',
  173. strikethrough: 'Nosvītrots',
  174. superscript: 'Augšraksts',
  175. subscript: 'Apakšraksts',
  176. size: 'Fonta lielums'
  177. },
  178. image: {
  179. image: 'Attēls',
  180. insert: 'Ievietot attēlu',
  181. resizeFull: 'Pilns izmērts',
  182. resizeHalf: 'Samazināt 50%',
  183. resizeQuarter: 'Samazināt 25%',
  184. floatLeft: 'Līdzināt pa kreisi',
  185. floatRight: 'Līdzināt pa labi',
  186. floatNone: 'Nelīdzināt',
  187. shapeRounded: 'Forma: apaļām malām',
  188. shapeCircle: 'Forma: aplis',
  189. shapeThumbnail: 'Forma: rāmītis',
  190. shapeNone: 'Forma: orģināla',
  191. dragImageHere: 'Ievēlciet attēlu šeit',
  192. dropImage: 'Drop image or Text',
  193. selectFromFiles: 'Izvēlēties failu',
  194. maximumFileSize: 'Maksimālais faila izmērs',
  195. maximumFileSizeError: 'Faila izmērs pārāk liels!',
  196. url: 'Attēla URL',
  197. remove: 'Dzēst attēlu',
  198. original: 'Original'
  199. },
  200. video: {
  201. video: 'Video',
  202. videoLink: 'Video Link',
  203. insert: 'Insert Video',
  204. url: 'Video URL?',
  205. providers: '(YouTube, Vimeo, Vine, Instagram, DailyMotion or Youku)'
  206. },
  207. link: {
  208. link: 'Saite',
  209. insert: 'Ievietot saiti',
  210. unlink: 'Noņemt saiti',
  211. edit: 'Rediģēt',
  212. textToDisplay: 'Saites saturs',
  213. url: 'Koks URL adresas yra susietas?',
  214. openInNewWindow: 'Atvērt jaunā logā'
  215. },
  216. table: {
  217. table: 'Tabula',
  218. addRowAbove: 'Add row above',
  219. addRowBelow: 'Add row below',
  220. addColLeft: 'Add column left',
  221. addColRight: 'Add column right',
  222. delRow: 'Delete row',
  223. delCol: 'Delete column',
  224. delTable: 'Delete table'
  225. },
  226. hr: {
  227. insert: 'Ievietot līniju'
  228. },
  229. style: {
  230. style: 'Stils',
  231. p: 'Parasts',
  232. blockquote: 'Citāts',
  233. pre: 'Kods',
  234. h1: 'Virsraksts h1',
  235. h2: 'Virsraksts h2',
  236. h3: 'Virsraksts h3',
  237. h4: 'Virsraksts h4',
  238. h5: 'Virsraksts h5',
  239. h6: 'Virsraksts h6'
  240. },
  241. lists: {
  242. unordered: 'Nenumurēts saraksts',
  243. ordered: 'Numurēts saraksts'
  244. },
  245. options: {
  246. help: 'Palīdzība',
  247. fullscreen: 'Pa visu ekrānu',
  248. codeview: 'HTML kods'
  249. },
  250. paragraph: {
  251. paragraph: 'Paragrāfs',
  252. outdent: 'Samazināt atkāpi',
  253. indent: 'Palielināt atkāpi',
  254. left: 'Līdzināt pa kreisi',
  255. center: 'Centrēt',
  256. right: 'Līdzināt pa labi',
  257. justify: 'Līdzināt gar abām malām'
  258. },
  259. color: {
  260. recent: 'Nesen izmantotās',
  261. more: 'Citas krāsas',
  262. background: 'Fona krāsa',
  263. foreground: 'Fonta krāsa',
  264. transparent: 'Caurspīdīgs',
  265. setTransparent: 'Iestatīt caurspīdīgumu',
  266. reset: 'Atjaunot',
  267. resetToDefault: 'Atjaunot noklusējumu'
  268. },
  269. shortcut: {
  270. shortcuts: 'Saīsnes',
  271. close: 'Aizvērt',
  272. textFormatting: 'Teksta formatēšana',
  273. action: 'Darbība',
  274. paragraphFormatting: 'Paragrāfa formatēšana',
  275. documentStyle: 'Dokumenta stils',
  276. extraKeys: 'Citas taustiņu kombinācijas'
  277. },
  278. help: {
  279. insertParagraph: 'Ievietot Paragrāfu',
  280. undo: 'Atcelt iepriekšējo darbību',
  281. redo: 'Atkārtot atcelto darbību',
  282. tab: 'Atkāpe',
  283. untab: 'Samazināt atkāpi',
  284. bold: 'Pārvērst tekstu treknrakstā',
  285. italic: 'Pārvērst tekstu slīprakstā (kursīvā)',
  286. underline: 'Pasvītrot tekstu',
  287. strikethrough: 'Nosvītrot tekstu',
  288. removeFormat: 'Notīrīt stilu no teksta',
  289. justifyLeft: 'Līdzīnāt saturu pa kreisi',
  290. justifyCenter: 'Centrēt saturu',
  291. justifyRight: 'Līdzīnāt saturu pa labi',
  292. justifyFull: 'Izlīdzināt saturu gar abām malām',
  293. insertUnorderedList: 'Ievietot nenumurētu sarakstu',
  294. insertOrderedList: 'Ievietot numurētu sarakstu',
  295. outdent: 'Samazināt/noņemt atkāpi paragrāfam',
  296. indent: 'Uzlikt atkāpi paragrāfam',
  297. formatPara: 'Mainīt bloka tipu uz (p) Paragrāfu',
  298. formatH1: 'Mainīt bloka tipu uz virsrakstu H1',
  299. formatH2: 'Mainīt bloka tipu uz virsrakstu H2',
  300. formatH3: 'Mainīt bloka tipu uz virsrakstu H3',
  301. formatH4: 'Mainīt bloka tipu uz virsrakstu H4',
  302. formatH5: 'Mainīt bloka tipu uz virsrakstu H5',
  303. formatH6: 'Mainīt bloka tipu uz virsrakstu H6',
  304. insertHorizontalRule: 'Ievietot horizontālu līniju',
  305. 'linkDialog.show': 'Parādīt saites logu'
  306. },
  307. history: {
  308. undo: 'Atsauks (undo)',
  309. redo: 'Atkārtot (redo)'
  310. },
  311. specialChar: {
  312. specialChar: 'SPECIAL CHARACTERS',
  313. select: 'Select Special characters'
  314. }
  315. }
  316. });
  317. })(jQuery);
  318. /***/
  319. })
  320. /******/
  321. });
  322. });