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-az-AZ.js 15KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337
  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 = 8);
  157. /******/
  158. })
  159. /************************************************************************/
  160. /******/ ({
  161. /***/ 8:
  162. /***/ (function (module, exports) {
  163. //Summernote WYSIWYG editor ucun Azerbaycan dili fayli
  164. //Tercume etdi: RAMIL ALIYEV
  165. //Tarix: 20.07.2019
  166. //Baki Azerbaycan
  167. //Website: https://ramilaliyev.com
  168. //Azerbaijan language for Summernote WYSIWYG
  169. //Translated by: RAMIL ALIYEV
  170. //Date: 20.07.2019
  171. //Baku Azerbaijan
  172. //Website: https://ramilaliyev.com
  173. (function ($) {
  174. $.extend($.summernote.lang, {
  175. 'az-AZ': {
  176. font: {
  177. bold: 'Qalın',
  178. italic: 'Əyri',
  179. underline: 'Altı xətli',
  180. clear: 'Təmizlə',
  181. height: 'Sətir hündürlüyü',
  182. name: 'Yazı Tipi',
  183. strikethrough: 'Üstü xətli',
  184. subscript: 'Alt simvol',
  185. superscript: 'Üst simvol',
  186. size: 'Yazı ölçüsü'
  187. },
  188. image: {
  189. image: 'Şəkil',
  190. insert: 'Şəkil əlavə et',
  191. resizeFull: 'Original ölçü',
  192. resizeHalf: '1/2 ölçü',
  193. resizeQuarter: '1/4 ölçü',
  194. floatLeft: 'Sola çək',
  195. floatRight: 'Sağa çək',
  196. floatNone: 'Sola-sağa çəkilməni ləğv et',
  197. shapeRounded: 'Şəkil: yuvarlaq künç',
  198. shapeCircle: 'Şəkil: Dairə',
  199. shapeThumbnail: 'Şəkil: Thumbnail',
  200. shapeNone: 'Şəkil: Yox',
  201. dragImageHere: 'Bura sürüşdür',
  202. dropImage: 'Şəkil və ya mətni buraxın',
  203. selectFromFiles: 'Sənəd seçin',
  204. maximumFileSize: 'Maksimum sənəd ölçüsü',
  205. maximumFileSizeError: 'Maksimum sənəd ölçüsünü keçdiniz.',
  206. url: 'Şəkil linki',
  207. remove: 'Şəkli sil',
  208. original: 'Original'
  209. },
  210. video: {
  211. video: 'Video',
  212. videoLink: 'Video linki',
  213. insert: 'Video əlavə et',
  214. url: 'Video linki?',
  215. providers: '(YouTube, Vimeo, Vine, Instagram, DailyMotion və ya Youku)'
  216. },
  217. link: {
  218. link: 'Link',
  219. insert: 'Link əlavə et',
  220. unlink: 'Linki sil',
  221. edit: 'Linkə düzəliş et',
  222. textToDisplay: 'Ekranda göstəriləcək link adı',
  223. url: 'Link ünvanı?',
  224. openInNewWindow: 'Yeni pəncərədə aç'
  225. },
  226. table: {
  227. table: 'Cədvəl',
  228. addRowAbove: 'Yuxarı sətir əlavə et',
  229. addRowBelow: 'Aşağı sətir əlavə et',
  230. addColLeft: 'Sola sütun əlavə et',
  231. addColRight: 'Sağa sütun əlavə et',
  232. delRow: 'Sətiri sil',
  233. delCol: 'Sütunu sil',
  234. delTable: 'Cədvəli sil'
  235. },
  236. hr: {
  237. insert: 'Üfuqi xətt əlavə et'
  238. },
  239. style: {
  240. style: 'Stil',
  241. p: 'p',
  242. blockquote: 'İstinad',
  243. pre: 'Ön baxış',
  244. h1: 'Başlıq 1',
  245. h2: 'Başlıq 2',
  246. h3: 'Başlıq 3',
  247. h4: 'Başlıq 4',
  248. h5: 'Başlıq 5',
  249. h6: 'Başlıq 6'
  250. },
  251. lists: {
  252. unordered: 'Nizamsız sıra',
  253. ordered: 'Nizamlı sıra'
  254. },
  255. options: {
  256. help: 'Kömək',
  257. fullscreen: 'Tam ekran',
  258. codeview: 'HTML Kodu'
  259. },
  260. paragraph: {
  261. paragraph: 'Paraqraf',
  262. outdent: 'Girintini artır',
  263. indent: 'Girintini azalt',
  264. left: 'Sola çək',
  265. center: 'Ortaya çək',
  266. right: 'Sağa çək',
  267. justify: 'Sola və sağa çək'
  268. },
  269. color: {
  270. recent: 'Son rənk',
  271. more: 'Daha çox rənk',
  272. background: 'Arxa fon rəngi',
  273. foreground: 'Yazı rıngi',
  274. transparent: 'Şəffaflıq',
  275. setTransparent: 'Şəffaflığı nizamla',
  276. reset: 'Sıfırla',
  277. resetToDefault: 'Susyama görə sıfırla'
  278. },
  279. shortcut: {
  280. shortcuts: 'Qısayollar',
  281. close: 'Bağla',
  282. textFormatting: 'Yazı formatlandırmaq',
  283. action: 'Hadisə',
  284. paragraphFormatting: 'Paraqraf formatlandırmaq',
  285. documentStyle: 'Sənəd stili',
  286. extraKeys: 'Əlavə'
  287. },
  288. help: {
  289. 'insertParagraph': 'Paraqraf əlavə etmək',
  290. 'undo': 'Son əmri geri alır',
  291. 'redo': 'Son əmri irəli alır',
  292. 'tab': 'Girintini artırır',
  293. 'untab': 'Girintini azaltır',
  294. 'bold': 'Qalın yazma stilini nizamlayır',
  295. 'italic': 'İtalik yazma stilini nizamlayır',
  296. 'underline': 'Altı xətli yazma stilini nizamlayır',
  297. 'strikethrough': 'Üstü xətli yazma stilini nizamlayır',
  298. 'removeFormat': 'Formatlandırmanı ləğv edir',
  299. 'justifyLeft': 'Yazını sola çəkir',
  300. 'justifyCenter': 'Yazını ortaya çəkir',
  301. 'justifyRight': 'Yazını sağa çəkir',
  302. 'justifyFull': 'Yazını hər iki tərəfə yazır',
  303. 'insertUnorderedList': 'Nizamsız sıra əlavə edir',
  304. 'insertOrderedList': 'Nizamlı sıra əlavə edir',
  305. 'outdent': 'Aktiv paraqrafın girintisini azaltır',
  306. 'indent': 'Aktiv paragrafın girintisini artırır',
  307. 'formatPara': 'Aktiv bloqun formatını paraqraf (p) olaraq dəyişdirir',
  308. 'formatH1': 'Aktiv bloqun formatını başlıq 1 (h1) olaraq dəyişdirir',
  309. 'formatH2': 'Aktiv bloqun formatını başlıq 2 (h2) olaraq dəyişdirir',
  310. 'formatH3': 'Aktiv bloqun formatını başlıq 3 (h3) olaraq dəyişdirir',
  311. 'formatH4': 'Aktiv bloqun formatını başlıq 4 (h4) olaraq dəyişdirir',
  312. 'formatH5': 'Aktiv bloqun formatını başlıq 5 (h5) olaraq dəyişdirir',
  313. 'formatH6': 'Aktiv bloqun formatını başlıq 6 (h6) olaraq dəyişdirir',
  314. 'insertHorizontalRule': 'Üfuqi xətt əlavə edir',
  315. 'linkDialog.show': 'Link parametrləri qutusunu göstərir'
  316. },
  317. history: {
  318. undo: 'Əvvəlki vəziyyət',
  319. redo: 'Sonrakı vəziyyət'
  320. },
  321. specialChar: {
  322. specialChar: 'Xüsusi simvollar',
  323. select: 'Xüsusi simvolları seçin'
  324. }
  325. }
  326. });
  327. })(jQuery);
  328. /***/
  329. })
  330. /******/
  331. });
  332. });