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.

282 lines
9.8 KiB

  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-20T18:09Z
  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. /******/ var installedModules = {};
  26. /******/
  27. /******/ // The require function
  28. /******/ function __webpack_require__(moduleId) {
  29. /******/
  30. /******/ // Check if module is in cache
  31. /******/ if(installedModules[moduleId]) {
  32. /******/ return installedModules[moduleId].exports;
  33. /******/ }
  34. /******/ // Create a new module (and put it into the cache)
  35. /******/ var module = installedModules[moduleId] = {
  36. /******/ i: moduleId,
  37. /******/ l: false,
  38. /******/ exports: {}
  39. /******/ };
  40. /******/
  41. /******/ // Execute the module function
  42. /******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
  43. /******/
  44. /******/ // Flag the module as loaded
  45. /******/ module.l = true;
  46. /******/
  47. /******/ // Return the exports of the module
  48. /******/ return module.exports;
  49. /******/ }
  50. /******/
  51. /******/
  52. /******/ // expose the modules object (__webpack_modules__)
  53. /******/ __webpack_require__.m = modules;
  54. /******/
  55. /******/ // expose the module cache
  56. /******/ __webpack_require__.c = installedModules;
  57. /******/
  58. /******/ // define getter function for harmony exports
  59. /******/ __webpack_require__.d = function(exports, name, getter) {
  60. /******/ if(!__webpack_require__.o(exports, name)) {
  61. /******/ Object.defineProperty(exports, name, { enumerable: true, get: getter });
  62. /******/ }
  63. /******/ };
  64. /******/
  65. /******/ // define __esModule on exports
  66. /******/ __webpack_require__.r = function(exports) {
  67. /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
  68. /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
  69. /******/ }
  70. /******/ Object.defineProperty(exports, '__esModule', { value: true });
  71. /******/ };
  72. /******/
  73. /******/ // create a fake namespace object
  74. /******/ // mode & 1: value is a module id, require it
  75. /******/ // mode & 2: merge all properties of value into the ns
  76. /******/ // mode & 4: return value when already ns object
  77. /******/ // mode & 8|1: behave like require
  78. /******/ __webpack_require__.t = function(value, mode) {
  79. /******/ if(mode & 1) value = __webpack_require__(value);
  80. /******/ if(mode & 8) return value;
  81. /******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
  82. /******/ var ns = Object.create(null);
  83. /******/ __webpack_require__.r(ns);
  84. /******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value });
  85. /******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));
  86. /******/ return ns;
  87. /******/ };
  88. /******/
  89. /******/ // getDefaultExport function for compatibility with non-harmony modules
  90. /******/ __webpack_require__.n = function(module) {
  91. /******/ var getter = module && module.__esModule ?
  92. /******/ function getDefault() { return module['default']; } :
  93. /******/ function getModuleExports() { return module; };
  94. /******/ __webpack_require__.d(getter, 'a', getter);
  95. /******/ return getter;
  96. /******/ };
  97. /******/
  98. /******/ // Object.prototype.hasOwnProperty.call
  99. /******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
  100. /******/
  101. /******/ // __webpack_public_path__
  102. /******/ __webpack_require__.p = "";
  103. /******/
  104. /******/
  105. /******/ // Load entry module and return exports
  106. /******/ return __webpack_require__(__webpack_require__.s = 8);
  107. /******/ })
  108. /************************************************************************/
  109. /******/ ({
  110. /***/ 8:
  111. /***/ (function(module, exports) {
  112. //Summernote WYSIWYG editor ucun Azerbaycan dili fayli
  113. //Tercume etdi: RAMIL ALIYEV
  114. //Tarix: 20.07.2019
  115. //Baki Azerbaycan
  116. //Website: https://ramilaliyev.com
  117. //Azerbaijan language for Summernote WYSIWYG
  118. //Translated by: RAMIL ALIYEV
  119. //Date: 20.07.2019
  120. //Baku Azerbaijan
  121. //Website: https://ramilaliyev.com
  122. (function ($) {
  123. $.extend($.summernote.lang, {
  124. 'az-AZ': {
  125. font: {
  126. bold: 'Qalın',
  127. italic: 'Əyri',
  128. underline: 'Altı xətli',
  129. clear: 'Təmizlə',
  130. height: 'Sətir hündürlüyü',
  131. name: 'Yazı Tipi',
  132. strikethrough: 'Üstü xətli',
  133. subscript: 'Alt simvol',
  134. superscript: 'Üst simvol',
  135. size: 'Yazı ölçüsü'
  136. },
  137. image: {
  138. image: 'Şəkil',
  139. insert: 'Şəkil əlavə et',
  140. resizeFull: 'Original ölçü',
  141. resizeHalf: '1/2 ölçü',
  142. resizeQuarter: '1/4 ölçü',
  143. floatLeft: 'Sola çək',
  144. floatRight: 'Sağa çək',
  145. floatNone: 'Sola-sağa çəkilməni ləğv et',
  146. shapeRounded: 'Şəkil: yuvarlaq künç',
  147. shapeCircle: 'Şəkil: Dairə',
  148. shapeThumbnail: 'Şəkil: Thumbnail',
  149. shapeNone: 'Şəkil: Yox',
  150. dragImageHere: 'Bura sürüşdür',
  151. dropImage: 'Şəkil və ya mətni buraxın',
  152. selectFromFiles: 'Sənəd seçin',
  153. maximumFileSize: 'Maksimum sənəd ölçüsü',
  154. maximumFileSizeError: 'Maksimum sənəd ölçüsünü keçdiniz.',
  155. url: 'Şəkil linki',
  156. remove: 'Şəkli sil',
  157. original: 'Original'
  158. },
  159. video: {
  160. video: 'Video',
  161. videoLink: 'Video linki',
  162. insert: 'Video əlavə et',
  163. url: 'Video linki?',
  164. providers: '(YouTube, Vimeo, Vine, Instagram, DailyMotion və ya Youku)'
  165. },
  166. link: {
  167. link: 'Link',
  168. insert: 'Link əlavə et',
  169. unlink: 'Linki sil',
  170. edit: 'Linkə düzəliş et',
  171. textToDisplay: 'Ekranda göstəriləcək link adı',
  172. url: 'Link ünvanı?',
  173. openInNewWindow: 'Yeni pəncərədə aç'
  174. },
  175. table: {
  176. table: 'Cədvəl',
  177. addRowAbove: 'Yuxarı sətir əlavə et',
  178. addRowBelow: 'Aşağı sətir əlavə et',
  179. addColLeft: 'Sola sütun əlavə et',
  180. addColRight: 'Sağa sütun əlavə et',
  181. delRow: 'Sətiri sil',
  182. delCol: 'Sütunu sil',
  183. delTable: 'Cədvəli sil'
  184. },
  185. hr: {
  186. insert: 'Üfuqi xətt əlavə et'
  187. },
  188. style: {
  189. style: 'Stil',
  190. p: 'p',
  191. blockquote: 'İstinad',
  192. pre: 'Ön baxış',
  193. h1: 'Başlıq 1',
  194. h2: 'Başlıq 2',
  195. h3: 'Başlıq 3',
  196. h4: 'Başlıq 4',
  197. h5: 'Başlıq 5',
  198. h6: 'Başlıq 6'
  199. },
  200. lists: {
  201. unordered: 'Nizamsız sıra',
  202. ordered: 'Nizamlı sıra'
  203. },
  204. options: {
  205. help: 'Kömək',
  206. fullscreen: 'Tam ekran',
  207. codeview: 'HTML Kodu'
  208. },
  209. paragraph: {
  210. paragraph: 'Paraqraf',
  211. outdent: 'Girintini artır',
  212. indent: 'Girintini azalt',
  213. left: 'Sola çək',
  214. center: 'Ortaya çək',
  215. right: 'Sağa çək',
  216. justify: 'Sola və sağa çək'
  217. },
  218. color: {
  219. recent: 'Son rənk',
  220. more: 'Daha çox rənk',
  221. background: 'Arxa fon rəngi',
  222. foreground: 'Yazı rıngi',
  223. transparent: 'Şəffaflıq',
  224. setTransparent: 'Şəffaflığı nizamla',
  225. reset: 'Sıfırla',
  226. resetToDefault: 'Susyama görə sıfırla'
  227. },
  228. shortcut: {
  229. shortcuts: 'Qısayollar',
  230. close: 'Bağla',
  231. textFormatting: 'Yazı formatlandırmaq',
  232. action: 'Hadisə',
  233. paragraphFormatting: 'Paraqraf formatlandırmaq',
  234. documentStyle: 'Sənəd stili',
  235. extraKeys: 'Əlavə'
  236. },
  237. help: {
  238. 'insertParagraph': 'Paraqraf əlavə etmək',
  239. 'undo': 'Son əmri geri alır',
  240. 'redo': 'Son əmri irəli alır',
  241. 'tab': 'Girintini artırır',
  242. 'untab': 'Girintini azaltır',
  243. 'bold': 'Qalın yazma stilini nizamlayır',
  244. 'italic': 'İtalik yazma stilini nizamlayır',
  245. 'underline': 'Altı xətli yazma stilini nizamlayır',
  246. 'strikethrough': 'Üstü xətli yazma stilini nizamlayır',
  247. 'removeFormat': 'Formatlandırmanı ləğv edir',
  248. 'justifyLeft': 'Yazını sola çəkir',
  249. 'justifyCenter': 'Yazını ortaya çəkir',
  250. 'justifyRight': 'Yazını sağa çəkir',
  251. 'justifyFull': 'Yazını hər iki tərəfə yazır',
  252. 'insertUnorderedList': 'Nizamsız sıra əlavə edir',
  253. 'insertOrderedList': 'Nizamlı sıra əlavə edir',
  254. 'outdent': 'Aktiv paraqrafın girintisini azaltır',
  255. 'indent': 'Aktiv paragrafın girintisini artırır',
  256. 'formatPara': 'Aktiv bloqun formatını paraqraf (p) olaraq dəyişdirir',
  257. 'formatH1': 'Aktiv bloqun formatını başlıq 1 (h1) olaraq dəyişdirir',
  258. 'formatH2': 'Aktiv bloqun formatını başlıq 2 (h2) olaraq dəyişdirir',
  259. 'formatH3': 'Aktiv bloqun formatını başlıq 3 (h3) olaraq dəyişdirir',
  260. 'formatH4': 'Aktiv bloqun formatını başlıq 4 (h4) olaraq dəyişdirir',
  261. 'formatH5': 'Aktiv bloqun formatını başlıq 5 (h5) olaraq dəyişdirir',
  262. 'formatH6': 'Aktiv bloqun formatını başlıq 6 (h6) olaraq dəyişdirir',
  263. 'insertHorizontalRule': 'Üfuqi xətt əlavə edir',
  264. 'linkDialog.show': 'Link parametrləri qutusunu göstərir'
  265. },
  266. history: {
  267. undo: 'Əvvəlki vəziyyət',
  268. redo: 'Sonrakı vəziyyət'
  269. },
  270. specialChar: {
  271. specialChar: 'Xüsusi simvollar',
  272. select: 'Xüsusi simvolları seçin'
  273. }
  274. }
  275. });
  276. })(jQuery);
  277. /***/ })
  278. /******/ });
  279. });