jodit 4.0.0-beta.44 → 4.0.0-beta.48
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/es2015/jodit.css +1 -1
- package/es2015/jodit.js +414 -333
- package/es2015/jodit.min.js +2 -2
- package/es2015/plugins/debug/debug.js +1 -1
- package/es2015/plugins/debug/debug.min.js +1 -1
- package/es2015/plugins/speech-recognize/speech-recognize.css +1 -1
- package/es2015/plugins/speech-recognize/speech-recognize.js +781 -761
- package/es2015/plugins/speech-recognize/speech-recognize.min.js +2 -2
- package/es2018/jodit.css +1 -1
- package/es2018/jodit.js +412 -331
- package/es2018/jodit.min.js +2 -2
- package/es2018/plugins/debug/debug.js +1 -1
- package/es2018/plugins/debug/debug.min.js +1 -1
- package/es2018/plugins/speech-recognize/speech-recognize.css +1 -1
- package/es2018/plugins/speech-recognize/speech-recognize.js +781 -761
- package/es2018/plugins/speech-recognize/speech-recognize.min.js +2 -2
- package/es2021/jodit.css +1 -1
- package/es2021/jodit.js +412 -331
- package/es2021/jodit.min.js +2 -2
- package/es2021/plugins/debug/debug.js +1 -1
- package/es2021/plugins/debug/debug.min.js +1 -1
- package/es2021/plugins/speech-recognize/speech-recognize.css +1 -1
- package/es2021/plugins/speech-recognize/speech-recognize.js +780 -760
- package/es2021/plugins/speech-recognize/speech-recognize.min.js +2 -2
- package/es2021.en/jodit.css +1 -1
- package/es2021.en/jodit.js +12 -11
- package/es2021.en/jodit.min.js +2 -2
- package/es2021.en/plugins/debug/debug.js +1 -1
- package/es2021.en/plugins/debug/debug.min.js +1 -1
- package/es2021.en/plugins/speech-recognize/speech-recognize.css +1 -1
- package/es2021.en/plugins/speech-recognize/speech-recognize.js +3 -3
- package/es2021.en/plugins/speech-recognize/speech-recognize.min.js +2 -2
- package/es5/jodit.css +2 -2
- package/es5/jodit.js +1103 -1023
- package/es5/jodit.min.css +1 -1
- package/es5/jodit.min.js +2 -2
- package/es5/plugins/debug/debug.js +2 -2
- package/es5/plugins/debug/debug.min.js +2 -2
- package/es5/plugins/speech-recognize/speech-recognize.css +1 -1
- package/es5/plugins/speech-recognize/speech-recognize.js +798 -778
- package/es5/plugins/speech-recognize/speech-recognize.min.js +2 -2
- package/esm/config.js +2 -1
- package/esm/core/constants.js +1 -1
- package/esm/plugins/preview/preview.js +1 -1
- package/package.json +1 -1
- package/types/config.d.ts +2 -1
- package/types/tsconfig.json +2 -20
- package/esm/plugins/source/editor/engines/custom.js +0 -34
- package/esm/plugins/speech-recognize/config.js +0 -92
- package/esm/plugins/speech-recognize/constants.js +0 -11
- package/esm/plugins/speech-recognize/helpers/api.js +0 -7
- package/esm/plugins/speech-recognize/helpers/exec-spell-command.js +0 -9
- package/esm/plugins/speech-recognize/helpers/recognize-manager.js +0 -168
- package/esm/plugins/speech-recognize/helpers/sound.js +0 -30
- package/esm/plugins/speech-recognize/interface.js +0 -6
- package/esm/plugins/speech-recognize/langs/ar.js +0 -14
- package/esm/plugins/speech-recognize/langs/cs_cz.js +0 -14
- package/esm/plugins/speech-recognize/langs/de.js +0 -14
- package/esm/plugins/speech-recognize/langs/es.js +0 -14
- package/esm/plugins/speech-recognize/langs/fa.js +0 -14
- package/esm/plugins/speech-recognize/langs/fr.js +0 -14
- package/esm/plugins/speech-recognize/langs/he.js +0 -14
- package/esm/plugins/speech-recognize/langs/hu.js +0 -14
- package/esm/plugins/speech-recognize/langs/id.js +0 -14
- package/esm/plugins/speech-recognize/langs/index.js +0 -1
- package/esm/plugins/speech-recognize/langs/it.js +0 -14
- package/esm/plugins/speech-recognize/langs/ja.js +0 -14
- package/esm/plugins/speech-recognize/langs/ko.js +0 -14
- package/esm/plugins/speech-recognize/langs/mn.js +0 -14
- package/esm/plugins/speech-recognize/langs/nl.js +0 -14
- package/esm/plugins/speech-recognize/langs/pl.js +0 -14
- package/esm/plugins/speech-recognize/langs/pt_br.js +0 -14
- package/esm/plugins/speech-recognize/langs/ru.js +0 -14
- package/esm/plugins/speech-recognize/langs/tr.js +0 -14
- package/esm/plugins/speech-recognize/langs/zh_cn.js +0 -14
- package/esm/plugins/speech-recognize/langs/zh_tw.js +0 -14
- package/esm/plugins/speech-recognize/speech-recognize.js +0 -115
- package/esm/polyfills.js +0 -54
- package/types/plugins/source/editor/engines/custom.d.ts +0 -27
- package/types/polyfills.d.ts +0 -10
package/es2015/jodit.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* jodit - Jodit is awesome and usefully wysiwyg editor with filebrowser
|
|
3
3
|
* Author: Chupurnov <chupurnov@gmail.com> (https://xdsoft.net/jodit/)
|
|
4
|
-
* Version: v4.0.0-beta.
|
|
4
|
+
* Version: v4.0.0-beta.48
|
|
5
5
|
* Url: https://xdsoft.net/jodit/
|
|
6
6
|
* License(s): MIT
|
|
7
7
|
*/
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
return /******/ (function() { // webpackBootstrap
|
|
20
20
|
/******/ var __webpack_modules__ = ({
|
|
21
21
|
|
|
22
|
-
/***/
|
|
22
|
+
/***/ 85699:
|
|
23
23
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
24
24
|
|
|
25
25
|
"use strict";
|
|
@@ -1324,6 +1324,7 @@ class Config {
|
|
|
1324
1324
|
Config.prototype.controls = {};
|
|
1325
1325
|
|
|
1326
1326
|
|
|
1327
|
+
|
|
1327
1328
|
/***/ }),
|
|
1328
1329
|
|
|
1329
1330
|
/***/ 6913:
|
|
@@ -2022,7 +2023,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
2022
2023
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
2023
2024
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
2024
2025
|
*/
|
|
2025
|
-
const APP_VERSION = "4.0.0-beta.
|
|
2026
|
+
const APP_VERSION = "4.0.0-beta.48";
|
|
2026
2027
|
// eslint-disable-next-line prettier/prettier
|
|
2027
2028
|
const ES = "es2015";
|
|
2028
2029
|
const IS_ES_MODERN = true;
|
|
@@ -2368,7 +2369,7 @@ function derive(...traits) {
|
|
|
2368
2369
|
|
|
2369
2370
|
/***/ }),
|
|
2370
2371
|
|
|
2371
|
-
/***/
|
|
2372
|
+
/***/ 98928:
|
|
2372
2373
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
2373
2374
|
|
|
2374
2375
|
"use strict";
|
|
@@ -3573,9 +3574,9 @@ class Dom {
|
|
|
3573
3574
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
3574
3575
|
/* harmony export */ "b": function() { return /* binding */ LazyWalker; }
|
|
3575
3576
|
/* harmony export */ });
|
|
3576
|
-
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
3577
|
+
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(85699);
|
|
3577
3578
|
/* harmony import */ var jodit_core_event_emitter_eventify__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(3569);
|
|
3578
|
-
/* harmony import */ var jodit_core_decorators__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
3579
|
+
/* harmony import */ var jodit_core_decorators__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(98928);
|
|
3579
3580
|
/* harmony import */ var jodit_core_dom_dom__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(9162);
|
|
3580
3581
|
/*!
|
|
3581
3582
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
@@ -7073,7 +7074,7 @@ function alignElement(command, box) {
|
|
|
7073
7074
|
/* harmony export */ "uR": function() { return /* binding */ appendScript; },
|
|
7074
7075
|
/* harmony export */ "wY": function() { return /* binding */ loadNext; }
|
|
7075
7076
|
/* harmony export */ });
|
|
7076
|
-
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
7077
|
+
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(85699);
|
|
7077
7078
|
/* harmony import */ var _complete_url__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(55313);
|
|
7078
7079
|
/* harmony import */ var jodit_core_helpers_checker_is_function__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(69099);
|
|
7079
7080
|
/* harmony import */ var jodit_core_helpers_checker_is_string__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(2926);
|
|
@@ -8949,7 +8950,7 @@ var array = __webpack_require__(8131);
|
|
|
8949
8950
|
// EXTERNAL MODULE: ./src/core/global.ts
|
|
8950
8951
|
var global = __webpack_require__(79102);
|
|
8951
8952
|
// EXTERNAL MODULE: ./node_modules/tslib/tslib.es6.js
|
|
8952
|
-
var tslib_es6 = __webpack_require__(
|
|
8953
|
+
var tslib_es6 = __webpack_require__(85699);
|
|
8953
8954
|
// EXTERNAL MODULE: ./src/core/helpers/utils/append-script.ts
|
|
8954
8955
|
var append_script = __webpack_require__(92665);
|
|
8955
8956
|
// EXTERNAL MODULE: ./src/core/helpers/string/kebab-case.ts
|
|
@@ -9281,9 +9282,9 @@ function getSpecialLists(jodit) {
|
|
|
9281
9282
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9282
9283
|
/* harmony export */ "S": function() { return /* binding */ Plugin; }
|
|
9283
9284
|
/* harmony export */ });
|
|
9284
|
-
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
9285
|
+
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(85699);
|
|
9285
9286
|
/* harmony import */ var jodit_core_component__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(47468);
|
|
9286
|
-
/* harmony import */ var jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
9287
|
+
/* harmony import */ var jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(98928);
|
|
9287
9288
|
/* harmony import */ var jodit_core_helpers_checker_is_jodit_object__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(8133);
|
|
9288
9289
|
/*!
|
|
9289
9290
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
@@ -9438,7 +9439,7 @@ class Mods {
|
|
|
9438
9439
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9439
9440
|
/* harmony export */ "u": function() { return /* binding */ UIElement; }
|
|
9440
9441
|
/* harmony export */ });
|
|
9441
|
-
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
9442
|
+
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(85699);
|
|
9442
9443
|
/* harmony import */ var jodit_core_component__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(47468);
|
|
9443
9444
|
/* harmony import */ var jodit_core_dom_dom__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(9162);
|
|
9444
9445
|
/* harmony import */ var jodit_core_traits_mods__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(53795);
|
|
@@ -9694,1281 +9695,1361 @@ Icon.__cache = new Map();
|
|
|
9694
9695
|
|
|
9695
9696
|
/***/ }),
|
|
9696
9697
|
|
|
9697
|
-
/***/
|
|
9698
|
+
/***/ 35395:
|
|
9698
9699
|
/***/ (function(module) {
|
|
9699
9700
|
|
|
9701
|
+
"use strict";
|
|
9702
|
+
|
|
9700
9703
|
/*!
|
|
9701
9704
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9702
9705
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
9703
9706
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
9704
9707
|
*/
|
|
9705
|
-
|
|
9706
9708
|
module.exports = {
|
|
9707
|
-
|
|
9709
|
+
'copy-format': 'نسخ التنسيق'
|
|
9708
9710
|
};
|
|
9709
9711
|
|
|
9710
9712
|
|
|
9711
9713
|
/***/ }),
|
|
9712
9714
|
|
|
9713
|
-
/***/
|
|
9715
|
+
/***/ 95847:
|
|
9714
9716
|
/***/ (function(module) {
|
|
9715
9717
|
|
|
9718
|
+
"use strict";
|
|
9719
|
+
|
|
9716
9720
|
/*!
|
|
9717
9721
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9718
9722
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
9719
9723
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
9720
9724
|
*/
|
|
9721
|
-
|
|
9722
9725
|
module.exports = {
|
|
9723
|
-
|
|
9726
|
+
'copy-format': 'Kopírovat formát'
|
|
9724
9727
|
};
|
|
9725
9728
|
|
|
9726
9729
|
|
|
9727
9730
|
/***/ }),
|
|
9728
9731
|
|
|
9729
|
-
/***/
|
|
9732
|
+
/***/ 98627:
|
|
9730
9733
|
/***/ (function(module) {
|
|
9731
9734
|
|
|
9735
|
+
"use strict";
|
|
9736
|
+
|
|
9732
9737
|
/*!
|
|
9733
9738
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9734
9739
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
9735
9740
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
9736
9741
|
*/
|
|
9737
|
-
|
|
9738
9742
|
module.exports = {
|
|
9739
|
-
|
|
9743
|
+
'copy-format': 'Format kopierenт'
|
|
9740
9744
|
};
|
|
9741
9745
|
|
|
9742
9746
|
|
|
9743
9747
|
/***/ }),
|
|
9744
9748
|
|
|
9745
|
-
/***/
|
|
9749
|
+
/***/ 20901:
|
|
9746
9750
|
/***/ (function(module) {
|
|
9747
9751
|
|
|
9752
|
+
"use strict";
|
|
9753
|
+
|
|
9748
9754
|
/*!
|
|
9749
9755
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9750
9756
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
9751
9757
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
9752
9758
|
*/
|
|
9753
|
-
|
|
9754
9759
|
module.exports = {
|
|
9755
|
-
|
|
9760
|
+
'copy-format': 'Copiar formato'
|
|
9756
9761
|
};
|
|
9757
9762
|
|
|
9758
9763
|
|
|
9759
9764
|
/***/ }),
|
|
9760
9765
|
|
|
9761
|
-
/***/
|
|
9766
|
+
/***/ 26160:
|
|
9762
9767
|
/***/ (function(module) {
|
|
9763
9768
|
|
|
9769
|
+
"use strict";
|
|
9770
|
+
|
|
9764
9771
|
/*!
|
|
9765
9772
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9766
9773
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
9767
9774
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
9768
9775
|
*/
|
|
9769
|
-
|
|
9770
9776
|
module.exports = {
|
|
9771
|
-
|
|
9777
|
+
'copy-format': 'کپی کردن قالب'
|
|
9772
9778
|
};
|
|
9773
9779
|
|
|
9774
9780
|
|
|
9775
9781
|
/***/ }),
|
|
9776
9782
|
|
|
9777
|
-
/***/
|
|
9783
|
+
/***/ 67888:
|
|
9778
9784
|
/***/ (function(module) {
|
|
9779
9785
|
|
|
9786
|
+
"use strict";
|
|
9787
|
+
|
|
9780
9788
|
/*!
|
|
9781
9789
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9782
9790
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
9783
9791
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
9784
9792
|
*/
|
|
9785
|
-
|
|
9786
9793
|
module.exports = {
|
|
9787
|
-
|
|
9794
|
+
'copy-format': 'Format de copie'
|
|
9788
9795
|
};
|
|
9789
9796
|
|
|
9790
9797
|
|
|
9791
9798
|
/***/ }),
|
|
9792
9799
|
|
|
9793
|
-
/***/
|
|
9800
|
+
/***/ 15437:
|
|
9794
9801
|
/***/ (function(module) {
|
|
9795
9802
|
|
|
9803
|
+
"use strict";
|
|
9804
|
+
|
|
9796
9805
|
/*!
|
|
9797
9806
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9798
9807
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
9799
9808
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
9800
9809
|
*/
|
|
9801
|
-
|
|
9802
9810
|
module.exports = {
|
|
9803
|
-
|
|
9811
|
+
'copy-format': 'העתק עיצוב'
|
|
9804
9812
|
};
|
|
9805
9813
|
|
|
9806
9814
|
|
|
9807
9815
|
/***/ }),
|
|
9808
9816
|
|
|
9809
|
-
/***/
|
|
9817
|
+
/***/ 71316:
|
|
9810
9818
|
/***/ (function(module) {
|
|
9811
9819
|
|
|
9820
|
+
"use strict";
|
|
9821
|
+
|
|
9812
9822
|
/*!
|
|
9813
9823
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9814
9824
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
9815
9825
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
9816
9826
|
*/
|
|
9817
|
-
|
|
9818
9827
|
module.exports = {
|
|
9819
|
-
|
|
9828
|
+
'copy-format': 'Formátum másolás'
|
|
9820
9829
|
};
|
|
9821
9830
|
|
|
9822
9831
|
|
|
9823
9832
|
/***/ }),
|
|
9824
9833
|
|
|
9825
|
-
/***/
|
|
9834
|
+
/***/ 49137:
|
|
9826
9835
|
/***/ (function(module) {
|
|
9827
9836
|
|
|
9837
|
+
"use strict";
|
|
9838
|
+
|
|
9828
9839
|
/*!
|
|
9829
9840
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9830
9841
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
9831
9842
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
9832
9843
|
*/
|
|
9833
|
-
|
|
9834
9844
|
module.exports = {
|
|
9835
|
-
|
|
9845
|
+
'copy-format': 'salin format'
|
|
9836
9846
|
};
|
|
9837
9847
|
|
|
9838
9848
|
|
|
9839
9849
|
/***/ }),
|
|
9840
9850
|
|
|
9841
|
-
/***/
|
|
9851
|
+
/***/ 87229:
|
|
9842
9852
|
/***/ (function(module) {
|
|
9843
9853
|
|
|
9854
|
+
"use strict";
|
|
9855
|
+
|
|
9844
9856
|
/*!
|
|
9845
9857
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9846
9858
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
9847
9859
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
9848
9860
|
*/
|
|
9849
|
-
|
|
9850
9861
|
module.exports = {
|
|
9851
|
-
|
|
9862
|
+
'copy-format': 'Copia il formato'
|
|
9852
9863
|
};
|
|
9853
9864
|
|
|
9854
9865
|
|
|
9855
9866
|
/***/ }),
|
|
9856
9867
|
|
|
9857
|
-
/***/
|
|
9868
|
+
/***/ 74235:
|
|
9858
9869
|
/***/ (function(module) {
|
|
9859
9870
|
|
|
9871
|
+
"use strict";
|
|
9872
|
+
|
|
9860
9873
|
/*!
|
|
9861
9874
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9862
9875
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
9863
9876
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
9864
9877
|
*/
|
|
9865
|
-
|
|
9866
9878
|
module.exports = {
|
|
9867
|
-
|
|
9879
|
+
'copy-format': 'copyformat'
|
|
9868
9880
|
};
|
|
9869
9881
|
|
|
9870
9882
|
|
|
9871
9883
|
/***/ }),
|
|
9872
9884
|
|
|
9873
|
-
/***/
|
|
9885
|
+
/***/ 98440:
|
|
9874
9886
|
/***/ (function(module) {
|
|
9875
9887
|
|
|
9888
|
+
"use strict";
|
|
9889
|
+
|
|
9876
9890
|
/*!
|
|
9877
9891
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9878
9892
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
9879
9893
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
9880
9894
|
*/
|
|
9881
|
-
|
|
9882
9895
|
module.exports = {
|
|
9883
|
-
|
|
9896
|
+
'copy-format': '복사 형식'
|
|
9884
9897
|
};
|
|
9885
9898
|
|
|
9886
9899
|
|
|
9887
9900
|
/***/ }),
|
|
9888
9901
|
|
|
9889
|
-
/***/
|
|
9902
|
+
/***/ 5468:
|
|
9890
9903
|
/***/ (function(module) {
|
|
9891
9904
|
|
|
9905
|
+
"use strict";
|
|
9906
|
+
|
|
9892
9907
|
/*!
|
|
9893
9908
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9894
9909
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
9895
9910
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
9896
9911
|
*/
|
|
9897
|
-
|
|
9898
9912
|
module.exports = {
|
|
9899
|
-
|
|
9913
|
+
'copy-format': 'Формат хуулах'
|
|
9900
9914
|
};
|
|
9901
9915
|
|
|
9902
9916
|
|
|
9903
9917
|
/***/ }),
|
|
9904
9918
|
|
|
9905
|
-
/***/
|
|
9919
|
+
/***/ 21276:
|
|
9906
9920
|
/***/ (function(module) {
|
|
9907
9921
|
|
|
9922
|
+
"use strict";
|
|
9923
|
+
|
|
9908
9924
|
/*!
|
|
9909
9925
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9910
9926
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
9911
9927
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
9912
9928
|
*/
|
|
9913
|
-
|
|
9914
9929
|
module.exports = {
|
|
9915
|
-
|
|
9930
|
+
'copy-format': 'opmaak kopiëren'
|
|
9916
9931
|
};
|
|
9917
9932
|
|
|
9918
9933
|
|
|
9919
9934
|
/***/ }),
|
|
9920
9935
|
|
|
9921
|
-
/***/
|
|
9936
|
+
/***/ 76216:
|
|
9922
9937
|
/***/ (function(module) {
|
|
9923
9938
|
|
|
9939
|
+
"use strict";
|
|
9940
|
+
|
|
9924
9941
|
/*!
|
|
9925
9942
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9926
9943
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
9927
9944
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
9928
9945
|
*/
|
|
9929
|
-
|
|
9930
9946
|
module.exports = {
|
|
9931
|
-
|
|
9947
|
+
'copy-format': 'format kopii'
|
|
9932
9948
|
};
|
|
9933
9949
|
|
|
9934
9950
|
|
|
9935
9951
|
/***/ }),
|
|
9936
9952
|
|
|
9937
|
-
/***/
|
|
9953
|
+
/***/ 30088:
|
|
9938
9954
|
/***/ (function(module) {
|
|
9939
9955
|
|
|
9956
|
+
"use strict";
|
|
9957
|
+
|
|
9940
9958
|
/*!
|
|
9941
9959
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9942
9960
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
9943
9961
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
9944
9962
|
*/
|
|
9945
|
-
|
|
9946
9963
|
module.exports = {
|
|
9947
|
-
|
|
9964
|
+
'copy-format': 'Copiar formato'
|
|
9948
9965
|
};
|
|
9949
9966
|
|
|
9950
9967
|
|
|
9951
9968
|
/***/ }),
|
|
9952
9969
|
|
|
9953
|
-
/***/
|
|
9970
|
+
/***/ 66950:
|
|
9954
9971
|
/***/ (function(module) {
|
|
9955
9972
|
|
|
9973
|
+
"use strict";
|
|
9974
|
+
|
|
9956
9975
|
/*!
|
|
9957
9976
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9958
9977
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
9959
9978
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
9960
9979
|
*/
|
|
9961
|
-
|
|
9962
9980
|
module.exports = {
|
|
9963
|
-
|
|
9981
|
+
'copy-format': 'Копировать формат'
|
|
9964
9982
|
};
|
|
9965
9983
|
|
|
9966
9984
|
|
|
9967
9985
|
/***/ }),
|
|
9968
9986
|
|
|
9969
|
-
/***/
|
|
9987
|
+
/***/ 21263:
|
|
9970
9988
|
/***/ (function(module) {
|
|
9971
9989
|
|
|
9990
|
+
"use strict";
|
|
9991
|
+
|
|
9972
9992
|
/*!
|
|
9973
9993
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9974
9994
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
9975
9995
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
9976
9996
|
*/
|
|
9977
|
-
|
|
9978
9997
|
module.exports = {
|
|
9979
|
-
|
|
9998
|
+
'copy-format': 'Kopyalama Biçimi'
|
|
9980
9999
|
};
|
|
9981
10000
|
|
|
9982
10001
|
|
|
9983
10002
|
/***/ }),
|
|
9984
10003
|
|
|
9985
|
-
/***/
|
|
10004
|
+
/***/ 79511:
|
|
9986
10005
|
/***/ (function(module) {
|
|
9987
10006
|
|
|
10007
|
+
"use strict";
|
|
10008
|
+
|
|
9988
10009
|
/*!
|
|
9989
10010
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9990
10011
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
9991
10012
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
9992
10013
|
*/
|
|
9993
|
-
|
|
9994
10014
|
module.exports = {
|
|
9995
|
-
|
|
10015
|
+
'copy-format': '复制格式'
|
|
9996
10016
|
};
|
|
9997
10017
|
|
|
9998
10018
|
|
|
9999
10019
|
/***/ }),
|
|
10000
10020
|
|
|
10001
|
-
/***/
|
|
10021
|
+
/***/ 12027:
|
|
10002
10022
|
/***/ (function(module) {
|
|
10003
10023
|
|
|
10024
|
+
"use strict";
|
|
10025
|
+
|
|
10004
10026
|
/*!
|
|
10005
10027
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10006
10028
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10007
10029
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10008
10030
|
*/
|
|
10009
|
-
|
|
10010
10031
|
module.exports = {
|
|
10011
|
-
|
|
10032
|
+
'copy-format': '複製格式'
|
|
10012
10033
|
};
|
|
10013
10034
|
|
|
10014
10035
|
|
|
10015
10036
|
/***/ }),
|
|
10016
10037
|
|
|
10017
|
-
/***/
|
|
10038
|
+
/***/ 24511:
|
|
10018
10039
|
/***/ (function(module) {
|
|
10019
10040
|
|
|
10041
|
+
"use strict";
|
|
10042
|
+
|
|
10020
10043
|
/*!
|
|
10021
10044
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10022
10045
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10023
10046
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10024
10047
|
*/
|
|
10025
|
-
|
|
10026
10048
|
module.exports = {
|
|
10027
|
-
|
|
10049
|
+
'Line height': 'ارتفاع الخط'
|
|
10028
10050
|
};
|
|
10029
10051
|
|
|
10030
10052
|
|
|
10031
10053
|
/***/ }),
|
|
10032
10054
|
|
|
10033
|
-
/***/
|
|
10055
|
+
/***/ 94901:
|
|
10034
10056
|
/***/ (function(module) {
|
|
10035
10057
|
|
|
10058
|
+
"use strict";
|
|
10059
|
+
|
|
10036
10060
|
/*!
|
|
10037
10061
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10038
10062
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10039
10063
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10040
10064
|
*/
|
|
10041
|
-
|
|
10042
10065
|
module.exports = {
|
|
10043
|
-
|
|
10066
|
+
'Line height': 'Výška čáry'
|
|
10044
10067
|
};
|
|
10045
10068
|
|
|
10046
10069
|
|
|
10047
10070
|
/***/ }),
|
|
10048
10071
|
|
|
10049
|
-
/***/
|
|
10072
|
+
/***/ 65117:
|
|
10050
10073
|
/***/ (function(module) {
|
|
10051
10074
|
|
|
10075
|
+
"use strict";
|
|
10076
|
+
|
|
10052
10077
|
/*!
|
|
10053
10078
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10054
10079
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10055
10080
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10056
10081
|
*/
|
|
10057
|
-
|
|
10058
10082
|
module.exports = {
|
|
10059
|
-
|
|
10083
|
+
'Line height': 'Zeilenhöhe'
|
|
10060
10084
|
};
|
|
10061
10085
|
|
|
10062
10086
|
|
|
10063
10087
|
/***/ }),
|
|
10064
10088
|
|
|
10065
|
-
/***/
|
|
10089
|
+
/***/ 92313:
|
|
10066
10090
|
/***/ (function(module) {
|
|
10067
10091
|
|
|
10092
|
+
"use strict";
|
|
10093
|
+
|
|
10068
10094
|
/*!
|
|
10069
10095
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10070
10096
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10071
10097
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10072
10098
|
*/
|
|
10073
|
-
|
|
10074
10099
|
module.exports = {
|
|
10075
|
-
|
|
10100
|
+
'Line height': 'Altura de la línea'
|
|
10076
10101
|
};
|
|
10077
10102
|
|
|
10078
10103
|
|
|
10079
10104
|
/***/ }),
|
|
10080
10105
|
|
|
10081
|
-
/***/
|
|
10106
|
+
/***/ 44170:
|
|
10082
10107
|
/***/ (function(module) {
|
|
10083
10108
|
|
|
10109
|
+
"use strict";
|
|
10110
|
+
|
|
10084
10111
|
/*!
|
|
10085
10112
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10086
10113
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10087
10114
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10088
10115
|
*/
|
|
10089
|
-
|
|
10090
10116
|
module.exports = {
|
|
10091
|
-
|
|
10117
|
+
'Line height': 'ارتفاع خط'
|
|
10092
10118
|
};
|
|
10093
10119
|
|
|
10094
10120
|
|
|
10095
10121
|
/***/ }),
|
|
10096
10122
|
|
|
10097
|
-
/***/
|
|
10123
|
+
/***/ 75916:
|
|
10098
10124
|
/***/ (function(module) {
|
|
10099
10125
|
|
|
10126
|
+
"use strict";
|
|
10127
|
+
|
|
10100
10128
|
/*!
|
|
10101
10129
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10102
10130
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10103
10131
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10104
10132
|
*/
|
|
10105
|
-
|
|
10106
10133
|
module.exports = {
|
|
10107
|
-
|
|
10134
|
+
'Line height': 'Hauteur de ligne'
|
|
10108
10135
|
};
|
|
10109
10136
|
|
|
10110
10137
|
|
|
10111
10138
|
/***/ }),
|
|
10112
10139
|
|
|
10113
|
-
/***/
|
|
10140
|
+
/***/ 43353:
|
|
10114
10141
|
/***/ (function(module) {
|
|
10115
10142
|
|
|
10143
|
+
"use strict";
|
|
10144
|
+
|
|
10116
10145
|
/*!
|
|
10117
10146
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10118
10147
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10119
10148
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10120
10149
|
*/
|
|
10121
|
-
|
|
10122
10150
|
module.exports = {
|
|
10123
|
-
|
|
10151
|
+
'Line height': 'גובה שורה'
|
|
10124
10152
|
};
|
|
10125
10153
|
|
|
10126
10154
|
|
|
10127
10155
|
/***/ }),
|
|
10128
10156
|
|
|
10129
|
-
/***/
|
|
10157
|
+
/***/ 36668:
|
|
10130
10158
|
/***/ (function(module) {
|
|
10131
10159
|
|
|
10160
|
+
"use strict";
|
|
10161
|
+
|
|
10132
10162
|
/*!
|
|
10133
10163
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10134
10164
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10135
10165
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10136
10166
|
*/
|
|
10137
|
-
|
|
10138
10167
|
module.exports = {
|
|
10139
|
-
|
|
10168
|
+
'Line height': 'Vonal magassága'
|
|
10140
10169
|
};
|
|
10141
10170
|
|
|
10142
10171
|
|
|
10143
10172
|
/***/ }),
|
|
10144
10173
|
|
|
10145
|
-
/***/
|
|
10174
|
+
/***/ 74881:
|
|
10146
10175
|
/***/ (function(module) {
|
|
10147
10176
|
|
|
10177
|
+
"use strict";
|
|
10178
|
+
|
|
10148
10179
|
/*!
|
|
10149
10180
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10150
10181
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10151
10182
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10152
10183
|
*/
|
|
10153
|
-
|
|
10154
10184
|
module.exports = {
|
|
10155
|
-
|
|
10185
|
+
'Line height': 'Tinggi baris'
|
|
10156
10186
|
};
|
|
10157
10187
|
|
|
10158
10188
|
|
|
10159
10189
|
/***/ }),
|
|
10160
10190
|
|
|
10161
|
-
/***/
|
|
10191
|
+
/***/ 62585:
|
|
10162
10192
|
/***/ (function(module) {
|
|
10163
10193
|
|
|
10194
|
+
"use strict";
|
|
10195
|
+
|
|
10164
10196
|
/*!
|
|
10165
10197
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10166
10198
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10167
10199
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10168
10200
|
*/
|
|
10169
|
-
|
|
10170
10201
|
module.exports = {
|
|
10171
|
-
|
|
10202
|
+
'Line height': 'Altezza linea'
|
|
10172
10203
|
};
|
|
10173
10204
|
|
|
10174
10205
|
|
|
10175
10206
|
/***/ }),
|
|
10176
10207
|
|
|
10177
|
-
/***/
|
|
10208
|
+
/***/ 42150:
|
|
10178
10209
|
/***/ (function(module) {
|
|
10179
10210
|
|
|
10211
|
+
"use strict";
|
|
10212
|
+
|
|
10180
10213
|
/*!
|
|
10181
10214
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10182
10215
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10183
10216
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10184
10217
|
*/
|
|
10185
|
-
|
|
10186
10218
|
module.exports = {
|
|
10187
|
-
|
|
10219
|
+
'Line height': 'ラインの高さ'
|
|
10188
10220
|
};
|
|
10189
10221
|
|
|
10190
10222
|
|
|
10191
10223
|
/***/ }),
|
|
10192
10224
|
|
|
10193
|
-
/***/
|
|
10225
|
+
/***/ 15449:
|
|
10194
10226
|
/***/ (function(module) {
|
|
10195
10227
|
|
|
10228
|
+
"use strict";
|
|
10229
|
+
|
|
10196
10230
|
/*!
|
|
10197
10231
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10198
10232
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10199
10233
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10200
10234
|
*/
|
|
10201
|
-
|
|
10202
10235
|
module.exports = {
|
|
10203
|
-
|
|
10236
|
+
'Line height': '선 높이'
|
|
10204
10237
|
};
|
|
10205
10238
|
|
|
10206
10239
|
|
|
10207
10240
|
/***/ }),
|
|
10208
10241
|
|
|
10209
|
-
/***/
|
|
10242
|
+
/***/ 16717:
|
|
10210
10243
|
/***/ (function(module) {
|
|
10211
10244
|
|
|
10245
|
+
"use strict";
|
|
10246
|
+
|
|
10212
10247
|
/*!
|
|
10213
10248
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10214
10249
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10215
10250
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10216
10251
|
*/
|
|
10217
|
-
|
|
10218
10252
|
module.exports = {
|
|
10219
|
-
|
|
10253
|
+
'Line height': 'Зураасны өндөр'
|
|
10220
10254
|
};
|
|
10221
10255
|
|
|
10222
10256
|
|
|
10223
10257
|
/***/ }),
|
|
10224
10258
|
|
|
10225
|
-
/***/
|
|
10259
|
+
/***/ 45424:
|
|
10226
10260
|
/***/ (function(module) {
|
|
10227
10261
|
|
|
10262
|
+
"use strict";
|
|
10263
|
+
|
|
10228
10264
|
/*!
|
|
10229
10265
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10230
10266
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10231
10267
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10232
10268
|
*/
|
|
10233
|
-
|
|
10234
10269
|
module.exports = {
|
|
10235
|
-
|
|
10270
|
+
'Line height': 'Lijnhoogte'
|
|
10236
10271
|
};
|
|
10237
10272
|
|
|
10238
10273
|
|
|
10239
10274
|
/***/ }),
|
|
10240
10275
|
|
|
10241
|
-
/***/
|
|
10276
|
+
/***/ 11146:
|
|
10242
10277
|
/***/ (function(module) {
|
|
10243
10278
|
|
|
10279
|
+
"use strict";
|
|
10280
|
+
|
|
10244
10281
|
/*!
|
|
10245
10282
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10246
10283
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10247
10284
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10248
10285
|
*/
|
|
10249
|
-
|
|
10250
10286
|
module.exports = {
|
|
10251
|
-
|
|
10287
|
+
'Line height': 'Wysokość linii'
|
|
10252
10288
|
};
|
|
10253
10289
|
|
|
10254
10290
|
|
|
10255
10291
|
/***/ }),
|
|
10256
10292
|
|
|
10257
|
-
/***/
|
|
10293
|
+
/***/ 36477:
|
|
10258
10294
|
/***/ (function(module) {
|
|
10259
10295
|
|
|
10296
|
+
"use strict";
|
|
10297
|
+
|
|
10260
10298
|
/*!
|
|
10261
10299
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10262
10300
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10263
10301
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10264
10302
|
*/
|
|
10265
|
-
|
|
10266
10303
|
module.exports = {
|
|
10267
|
-
|
|
10304
|
+
'Line height': 'Altura da linha'
|
|
10268
10305
|
};
|
|
10269
10306
|
|
|
10270
10307
|
|
|
10271
10308
|
/***/ }),
|
|
10272
10309
|
|
|
10273
|
-
/***/
|
|
10310
|
+
/***/ 94675:
|
|
10274
10311
|
/***/ (function(module) {
|
|
10275
10312
|
|
|
10313
|
+
"use strict";
|
|
10314
|
+
|
|
10276
10315
|
/*!
|
|
10277
10316
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10278
10317
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10279
10318
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10280
10319
|
*/
|
|
10281
|
-
|
|
10282
10320
|
module.exports = {
|
|
10283
|
-
|
|
10321
|
+
'Line height': 'Высота линии'
|
|
10284
10322
|
};
|
|
10285
10323
|
|
|
10286
10324
|
|
|
10287
10325
|
/***/ }),
|
|
10288
10326
|
|
|
10289
|
-
/***/
|
|
10327
|
+
/***/ 26129:
|
|
10290
10328
|
/***/ (function(module) {
|
|
10291
10329
|
|
|
10330
|
+
"use strict";
|
|
10331
|
+
|
|
10292
10332
|
/*!
|
|
10293
10333
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10294
10334
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10295
10335
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10296
10336
|
*/
|
|
10297
|
-
|
|
10298
10337
|
module.exports = {
|
|
10299
|
-
|
|
10338
|
+
'Line height': 'Çizgi yüksekliği'
|
|
10300
10339
|
};
|
|
10301
10340
|
|
|
10302
10341
|
|
|
10303
10342
|
/***/ }),
|
|
10304
10343
|
|
|
10305
|
-
/***/
|
|
10344
|
+
/***/ 1692:
|
|
10306
10345
|
/***/ (function(module) {
|
|
10307
10346
|
|
|
10347
|
+
"use strict";
|
|
10348
|
+
|
|
10308
10349
|
/*!
|
|
10309
10350
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10310
10351
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10311
10352
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10312
10353
|
*/
|
|
10313
|
-
|
|
10314
10354
|
module.exports = {
|
|
10315
|
-
|
|
10355
|
+
'Line height': '线高'
|
|
10316
10356
|
};
|
|
10317
10357
|
|
|
10318
10358
|
|
|
10319
10359
|
/***/ }),
|
|
10320
10360
|
|
|
10321
|
-
/***/
|
|
10361
|
+
/***/ 1566:
|
|
10322
10362
|
/***/ (function(module) {
|
|
10323
10363
|
|
|
10364
|
+
"use strict";
|
|
10365
|
+
|
|
10324
10366
|
/*!
|
|
10325
10367
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10326
10368
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10327
10369
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10328
10370
|
*/
|
|
10329
|
-
|
|
10330
10371
|
module.exports = {
|
|
10331
|
-
|
|
10372
|
+
'Line height': 'ความสูงเส้น'
|
|
10332
10373
|
};
|
|
10333
10374
|
|
|
10334
10375
|
|
|
10335
10376
|
/***/ }),
|
|
10336
10377
|
|
|
10337
|
-
/***/
|
|
10378
|
+
/***/ 25394:
|
|
10338
10379
|
/***/ (function(module) {
|
|
10339
10380
|
|
|
10381
|
+
"use strict";
|
|
10382
|
+
|
|
10340
10383
|
/*!
|
|
10341
10384
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10342
10385
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10343
10386
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10344
10387
|
*/
|
|
10345
|
-
|
|
10346
10388
|
module.exports = {
|
|
10347
|
-
|
|
10389
|
+
Spellcheck: 'التدقيق الإملائي'
|
|
10348
10390
|
};
|
|
10349
10391
|
|
|
10350
10392
|
|
|
10351
10393
|
/***/ }),
|
|
10352
10394
|
|
|
10353
|
-
/***/
|
|
10395
|
+
/***/ 30809:
|
|
10354
10396
|
/***/ (function(module) {
|
|
10355
10397
|
|
|
10398
|
+
"use strict";
|
|
10399
|
+
|
|
10356
10400
|
/*!
|
|
10357
10401
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10358
10402
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10359
10403
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10360
10404
|
*/
|
|
10361
|
-
|
|
10362
10405
|
module.exports = {
|
|
10363
|
-
|
|
10406
|
+
Spellcheck: 'Kontrola pravopisu'
|
|
10364
10407
|
};
|
|
10365
10408
|
|
|
10366
10409
|
|
|
10367
10410
|
/***/ }),
|
|
10368
10411
|
|
|
10369
|
-
/***/
|
|
10412
|
+
/***/ 55405:
|
|
10370
10413
|
/***/ (function(module) {
|
|
10371
10414
|
|
|
10415
|
+
"use strict";
|
|
10416
|
+
|
|
10372
10417
|
/*!
|
|
10373
10418
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10374
10419
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10375
10420
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10376
10421
|
*/
|
|
10377
|
-
|
|
10378
10422
|
module.exports = {
|
|
10379
|
-
|
|
10423
|
+
Spellcheck: 'Rechtschreibprüfung'
|
|
10380
10424
|
};
|
|
10381
10425
|
|
|
10382
10426
|
|
|
10383
10427
|
/***/ }),
|
|
10384
10428
|
|
|
10385
|
-
/***/
|
|
10429
|
+
/***/ 49529:
|
|
10386
10430
|
/***/ (function(module) {
|
|
10387
10431
|
|
|
10432
|
+
"use strict";
|
|
10433
|
+
|
|
10388
10434
|
/*!
|
|
10389
10435
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10390
10436
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10391
10437
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10392
10438
|
*/
|
|
10393
|
-
|
|
10394
10439
|
module.exports = {
|
|
10395
|
-
|
|
10440
|
+
Spellcheck: 'Corrección ortográfica'
|
|
10396
10441
|
};
|
|
10397
10442
|
|
|
10398
10443
|
|
|
10399
10444
|
/***/ }),
|
|
10400
10445
|
|
|
10401
|
-
/***/
|
|
10446
|
+
/***/ 39850:
|
|
10402
10447
|
/***/ (function(module) {
|
|
10403
10448
|
|
|
10449
|
+
"use strict";
|
|
10450
|
+
|
|
10404
10451
|
/*!
|
|
10405
10452
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10406
10453
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10407
10454
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10408
10455
|
*/
|
|
10409
|
-
|
|
10410
10456
|
module.exports = {
|
|
10411
|
-
|
|
10457
|
+
Spellcheck: 'غلطیابی املایی'
|
|
10412
10458
|
};
|
|
10413
10459
|
|
|
10414
10460
|
|
|
10415
10461
|
/***/ }),
|
|
10416
10462
|
|
|
10417
|
-
/***/
|
|
10463
|
+
/***/ 53866:
|
|
10418
10464
|
/***/ (function(module) {
|
|
10419
10465
|
|
|
10466
|
+
"use strict";
|
|
10467
|
+
|
|
10420
10468
|
/*!
|
|
10421
10469
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10422
10470
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10423
10471
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10424
10472
|
*/
|
|
10425
|
-
|
|
10426
10473
|
module.exports = {
|
|
10427
|
-
|
|
10474
|
+
Spellcheck: 'Vérification Orthographique'
|
|
10428
10475
|
};
|
|
10429
10476
|
|
|
10430
10477
|
|
|
10431
10478
|
/***/ }),
|
|
10432
10479
|
|
|
10433
|
-
/***/
|
|
10480
|
+
/***/ 68103:
|
|
10434
10481
|
/***/ (function(module) {
|
|
10435
10482
|
|
|
10483
|
+
"use strict";
|
|
10484
|
+
|
|
10436
10485
|
/*!
|
|
10437
10486
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10438
10487
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10439
10488
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10440
10489
|
*/
|
|
10441
|
-
|
|
10442
10490
|
module.exports = {
|
|
10443
|
-
|
|
10491
|
+
Spellcheck: 'בדיקת איות'
|
|
10444
10492
|
};
|
|
10445
10493
|
|
|
10446
10494
|
|
|
10447
10495
|
/***/ }),
|
|
10448
10496
|
|
|
10449
|
-
/***/
|
|
10497
|
+
/***/ 59717:
|
|
10450
10498
|
/***/ (function(module) {
|
|
10451
10499
|
|
|
10500
|
+
"use strict";
|
|
10501
|
+
|
|
10452
10502
|
/*!
|
|
10453
10503
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10454
10504
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10455
10505
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10456
10506
|
*/
|
|
10457
|
-
|
|
10458
10507
|
module.exports = {
|
|
10459
|
-
|
|
10508
|
+
Spellcheck: 'Helyesírás-ellenőrzés'
|
|
10460
10509
|
};
|
|
10461
10510
|
|
|
10462
10511
|
|
|
10463
10512
|
/***/ }),
|
|
10464
10513
|
|
|
10465
|
-
/***/
|
|
10514
|
+
/***/ 43703:
|
|
10466
10515
|
/***/ (function(module) {
|
|
10467
10516
|
|
|
10517
|
+
"use strict";
|
|
10518
|
+
|
|
10468
10519
|
/*!
|
|
10469
10520
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10470
10521
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10471
10522
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10472
10523
|
*/
|
|
10473
|
-
|
|
10474
10524
|
module.exports = {
|
|
10475
|
-
|
|
10525
|
+
Spellcheck: 'Spellchecking'
|
|
10476
10526
|
};
|
|
10477
10527
|
|
|
10478
10528
|
|
|
10479
10529
|
/***/ }),
|
|
10480
10530
|
|
|
10481
|
-
/***/
|
|
10531
|
+
/***/ 15825:
|
|
10482
10532
|
/***/ (function(module) {
|
|
10483
10533
|
|
|
10534
|
+
"use strict";
|
|
10535
|
+
|
|
10484
10536
|
/*!
|
|
10485
10537
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10486
10538
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10487
10539
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10488
10540
|
*/
|
|
10489
|
-
|
|
10490
10541
|
module.exports = {
|
|
10491
|
-
|
|
10542
|
+
Spellcheck: 'Controllo ortografico'
|
|
10492
10543
|
};
|
|
10493
10544
|
|
|
10494
10545
|
|
|
10495
10546
|
/***/ }),
|
|
10496
10547
|
|
|
10497
|
-
/***/
|
|
10548
|
+
/***/ 693:
|
|
10498
10549
|
/***/ (function(module) {
|
|
10499
10550
|
|
|
10551
|
+
"use strict";
|
|
10552
|
+
|
|
10500
10553
|
/*!
|
|
10501
10554
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10502
10555
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10503
10556
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10504
10557
|
*/
|
|
10505
|
-
|
|
10506
10558
|
module.exports = {
|
|
10507
|
-
|
|
10559
|
+
Spellcheck: 'スペルチェック'
|
|
10508
10560
|
};
|
|
10509
10561
|
|
|
10510
10562
|
|
|
10511
10563
|
/***/ }),
|
|
10512
10564
|
|
|
10513
|
-
/***/
|
|
10565
|
+
/***/ 66389:
|
|
10514
10566
|
/***/ (function(module) {
|
|
10515
10567
|
|
|
10568
|
+
"use strict";
|
|
10569
|
+
|
|
10516
10570
|
/*!
|
|
10517
10571
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10518
10572
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10519
10573
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10520
10574
|
*/
|
|
10521
|
-
|
|
10522
10575
|
module.exports = {
|
|
10523
|
-
|
|
10576
|
+
Spellcheck: '맞춤법 검사'
|
|
10524
10577
|
};
|
|
10525
10578
|
|
|
10526
10579
|
|
|
10527
10580
|
/***/ }),
|
|
10528
10581
|
|
|
10529
|
-
/***/
|
|
10582
|
+
/***/ 90239:
|
|
10530
10583
|
/***/ (function(module) {
|
|
10531
10584
|
|
|
10585
|
+
"use strict";
|
|
10586
|
+
|
|
10532
10587
|
/*!
|
|
10533
10588
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10534
10589
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10535
10590
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10536
10591
|
*/
|
|
10537
|
-
|
|
10538
10592
|
module.exports = {
|
|
10539
|
-
|
|
10593
|
+
Spellcheck: 'Дүрмийн алдаа шалгах'
|
|
10540
10594
|
};
|
|
10541
10595
|
|
|
10542
10596
|
|
|
10543
10597
|
/***/ }),
|
|
10544
10598
|
|
|
10545
|
-
/***/
|
|
10599
|
+
/***/ 64914:
|
|
10546
10600
|
/***/ (function(module) {
|
|
10547
10601
|
|
|
10602
|
+
"use strict";
|
|
10603
|
+
|
|
10548
10604
|
/*!
|
|
10549
10605
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10550
10606
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10551
10607
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10552
10608
|
*/
|
|
10553
|
-
|
|
10554
10609
|
module.exports = {
|
|
10555
|
-
|
|
10610
|
+
Spellcheck: 'Spellingcontrole'
|
|
10556
10611
|
};
|
|
10557
10612
|
|
|
10558
10613
|
|
|
10559
10614
|
/***/ }),
|
|
10560
10615
|
|
|
10561
|
-
/***/
|
|
10616
|
+
/***/ 95177:
|
|
10562
10617
|
/***/ (function(module) {
|
|
10563
10618
|
|
|
10619
|
+
"use strict";
|
|
10620
|
+
|
|
10564
10621
|
/*!
|
|
10565
10622
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10566
10623
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10567
10624
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10568
10625
|
*/
|
|
10569
|
-
|
|
10570
10626
|
module.exports = {
|
|
10571
|
-
|
|
10627
|
+
Spellcheck: 'Sprawdzanie pisowni'
|
|
10572
10628
|
};
|
|
10573
10629
|
|
|
10574
10630
|
|
|
10575
10631
|
/***/ }),
|
|
10576
10632
|
|
|
10577
|
-
/***/
|
|
10633
|
+
/***/ 66174:
|
|
10578
10634
|
/***/ (function(module) {
|
|
10579
10635
|
|
|
10636
|
+
"use strict";
|
|
10637
|
+
|
|
10580
10638
|
/*!
|
|
10581
10639
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10582
10640
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10583
10641
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10584
10642
|
*/
|
|
10585
|
-
|
|
10586
10643
|
module.exports = {
|
|
10587
|
-
|
|
10644
|
+
Spellcheck: 'Verificação ortográfica'
|
|
10588
10645
|
};
|
|
10589
10646
|
|
|
10590
10647
|
|
|
10591
10648
|
/***/ }),
|
|
10592
10649
|
|
|
10593
|
-
/***/
|
|
10650
|
+
/***/ 14004:
|
|
10594
10651
|
/***/ (function(module) {
|
|
10595
10652
|
|
|
10653
|
+
"use strict";
|
|
10654
|
+
|
|
10596
10655
|
/*!
|
|
10597
10656
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10598
10657
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10599
10658
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10600
10659
|
*/
|
|
10601
|
-
|
|
10602
10660
|
module.exports = {
|
|
10603
|
-
|
|
10661
|
+
Spellcheck: 'Проверка орфографии'
|
|
10604
10662
|
};
|
|
10605
10663
|
|
|
10606
10664
|
|
|
10607
10665
|
/***/ }),
|
|
10608
10666
|
|
|
10609
|
-
/***/
|
|
10667
|
+
/***/ 54002:
|
|
10610
10668
|
/***/ (function(module) {
|
|
10611
10669
|
|
|
10670
|
+
"use strict";
|
|
10671
|
+
|
|
10612
10672
|
/*!
|
|
10613
10673
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10614
10674
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10615
10675
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10616
10676
|
*/
|
|
10617
|
-
|
|
10618
10677
|
module.exports = {
|
|
10619
|
-
|
|
10678
|
+
Spellcheck: 'Yazım denetimi'
|
|
10620
10679
|
};
|
|
10621
10680
|
|
|
10622
10681
|
|
|
10623
10682
|
/***/ }),
|
|
10624
10683
|
|
|
10625
|
-
/***/
|
|
10684
|
+
/***/ 61338:
|
|
10626
10685
|
/***/ (function(module) {
|
|
10627
10686
|
|
|
10687
|
+
"use strict";
|
|
10688
|
+
|
|
10628
10689
|
/*!
|
|
10629
10690
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10630
10691
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10631
10692
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10632
10693
|
*/
|
|
10633
|
-
|
|
10634
10694
|
module.exports = {
|
|
10635
|
-
|
|
10695
|
+
Spellcheck: '拼写检查'
|
|
10636
10696
|
};
|
|
10637
10697
|
|
|
10638
10698
|
|
|
10639
10699
|
/***/ }),
|
|
10640
10700
|
|
|
10641
|
-
/***/
|
|
10701
|
+
/***/ 58013:
|
|
10642
10702
|
/***/ (function(module) {
|
|
10643
10703
|
|
|
10704
|
+
"use strict";
|
|
10705
|
+
|
|
10644
10706
|
/*!
|
|
10645
10707
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10646
10708
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10647
10709
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10648
10710
|
*/
|
|
10649
|
-
|
|
10650
10711
|
module.exports = {
|
|
10651
|
-
|
|
10712
|
+
Spellcheck: 'สะกดคำ'
|
|
10652
10713
|
};
|
|
10653
10714
|
|
|
10654
10715
|
|
|
10655
10716
|
/***/ }),
|
|
10656
10717
|
|
|
10657
|
-
/***/
|
|
10718
|
+
/***/ 59891:
|
|
10658
10719
|
/***/ (function(module) {
|
|
10659
10720
|
|
|
10721
|
+
"use strict";
|
|
10722
|
+
|
|
10660
10723
|
/*!
|
|
10661
10724
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10662
10725
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10663
10726
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10664
10727
|
*/
|
|
10665
|
-
|
|
10666
10728
|
module.exports = {
|
|
10667
|
-
|
|
10729
|
+
symbols: 'رمز'
|
|
10668
10730
|
};
|
|
10669
10731
|
|
|
10670
10732
|
|
|
10671
10733
|
/***/ }),
|
|
10672
10734
|
|
|
10673
|
-
/***/
|
|
10735
|
+
/***/ 33280:
|
|
10674
10736
|
/***/ (function(module) {
|
|
10675
10737
|
|
|
10738
|
+
"use strict";
|
|
10739
|
+
|
|
10676
10740
|
/*!
|
|
10677
10741
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10678
10742
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10679
10743
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10680
10744
|
*/
|
|
10681
|
-
|
|
10682
10745
|
module.exports = {
|
|
10683
|
-
|
|
10746
|
+
symbols: 'symbol'
|
|
10684
10747
|
};
|
|
10685
10748
|
|
|
10686
10749
|
|
|
10687
10750
|
/***/ }),
|
|
10688
10751
|
|
|
10689
|
-
/***/
|
|
10752
|
+
/***/ 51063:
|
|
10690
10753
|
/***/ (function(module) {
|
|
10691
10754
|
|
|
10755
|
+
"use strict";
|
|
10756
|
+
|
|
10692
10757
|
/*!
|
|
10693
10758
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10694
10759
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10695
10760
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10696
10761
|
*/
|
|
10697
|
-
|
|
10698
10762
|
module.exports = {
|
|
10699
|
-
|
|
10763
|
+
symbols: 'Symbol'
|
|
10700
10764
|
};
|
|
10701
10765
|
|
|
10702
10766
|
|
|
10703
10767
|
/***/ }),
|
|
10704
10768
|
|
|
10705
|
-
/***/
|
|
10769
|
+
/***/ 45290:
|
|
10706
10770
|
/***/ (function(module) {
|
|
10707
10771
|
|
|
10772
|
+
"use strict";
|
|
10773
|
+
|
|
10708
10774
|
/*!
|
|
10709
10775
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10710
10776
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10711
10777
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10712
10778
|
*/
|
|
10713
|
-
|
|
10714
10779
|
module.exports = {
|
|
10715
|
-
|
|
10780
|
+
symbols: 'Símbolo'
|
|
10716
10781
|
};
|
|
10717
10782
|
|
|
10718
10783
|
|
|
10719
10784
|
/***/ }),
|
|
10720
10785
|
|
|
10721
|
-
/***/
|
|
10786
|
+
/***/ 38927:
|
|
10722
10787
|
/***/ (function(module) {
|
|
10723
10788
|
|
|
10789
|
+
"use strict";
|
|
10790
|
+
|
|
10724
10791
|
/*!
|
|
10725
10792
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10726
10793
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10727
10794
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10728
10795
|
*/
|
|
10729
|
-
|
|
10730
10796
|
module.exports = {
|
|
10731
|
-
|
|
10797
|
+
symbols: 'سمبل'
|
|
10732
10798
|
};
|
|
10733
10799
|
|
|
10734
10800
|
|
|
10735
10801
|
/***/ }),
|
|
10736
10802
|
|
|
10737
|
-
/***/
|
|
10803
|
+
/***/ 27021:
|
|
10738
10804
|
/***/ (function(module) {
|
|
10739
10805
|
|
|
10806
|
+
"use strict";
|
|
10807
|
+
|
|
10740
10808
|
/*!
|
|
10741
10809
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10742
10810
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10743
10811
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10744
10812
|
*/
|
|
10745
|
-
|
|
10746
10813
|
module.exports = {
|
|
10747
|
-
|
|
10814
|
+
symbols: 'caractère'
|
|
10748
10815
|
};
|
|
10749
10816
|
|
|
10750
10817
|
|
|
10751
10818
|
/***/ }),
|
|
10752
10819
|
|
|
10753
|
-
/***/
|
|
10820
|
+
/***/ 25112:
|
|
10754
10821
|
/***/ (function(module) {
|
|
10755
10822
|
|
|
10823
|
+
"use strict";
|
|
10824
|
+
|
|
10756
10825
|
/*!
|
|
10757
10826
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10758
10827
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10759
10828
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10760
10829
|
*/
|
|
10761
|
-
|
|
10762
10830
|
module.exports = {
|
|
10763
|
-
|
|
10831
|
+
symbols: 'תו מיוחד'
|
|
10764
10832
|
};
|
|
10765
10833
|
|
|
10766
10834
|
|
|
10767
10835
|
/***/ }),
|
|
10768
10836
|
|
|
10769
|
-
/***/
|
|
10837
|
+
/***/ 49274:
|
|
10770
10838
|
/***/ (function(module) {
|
|
10771
10839
|
|
|
10840
|
+
"use strict";
|
|
10841
|
+
|
|
10772
10842
|
/*!
|
|
10773
10843
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10774
10844
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10775
10845
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10776
10846
|
*/
|
|
10777
|
-
|
|
10778
10847
|
module.exports = {
|
|
10779
|
-
|
|
10848
|
+
symbols: 'Szimbólum'
|
|
10780
10849
|
};
|
|
10781
10850
|
|
|
10782
10851
|
|
|
10783
10852
|
/***/ }),
|
|
10784
10853
|
|
|
10785
|
-
/***/
|
|
10854
|
+
/***/ 23442:
|
|
10786
10855
|
/***/ (function(module) {
|
|
10787
10856
|
|
|
10857
|
+
"use strict";
|
|
10858
|
+
|
|
10788
10859
|
/*!
|
|
10789
10860
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10790
10861
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10791
10862
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10792
10863
|
*/
|
|
10793
|
-
|
|
10794
10864
|
module.exports = {
|
|
10795
|
-
|
|
10865
|
+
symbols: 'simbol'
|
|
10796
10866
|
};
|
|
10797
10867
|
|
|
10798
10868
|
|
|
10799
10869
|
/***/ }),
|
|
10800
10870
|
|
|
10801
|
-
/***/
|
|
10871
|
+
/***/ 13603:
|
|
10802
10872
|
/***/ (function(module) {
|
|
10803
10873
|
|
|
10874
|
+
"use strict";
|
|
10875
|
+
|
|
10804
10876
|
/*!
|
|
10805
10877
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10806
10878
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10807
10879
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10808
10880
|
*/
|
|
10809
|
-
|
|
10810
10881
|
module.exports = {
|
|
10811
|
-
|
|
10882
|
+
symbols: 'Simbolo'
|
|
10812
10883
|
};
|
|
10813
10884
|
|
|
10814
10885
|
|
|
10815
10886
|
/***/ }),
|
|
10816
10887
|
|
|
10817
|
-
/***/
|
|
10888
|
+
/***/ 33209:
|
|
10818
10889
|
/***/ (function(module) {
|
|
10819
10890
|
|
|
10891
|
+
"use strict";
|
|
10892
|
+
|
|
10820
10893
|
/*!
|
|
10821
10894
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10822
10895
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10823
10896
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10824
10897
|
*/
|
|
10825
|
-
|
|
10826
10898
|
module.exports = {
|
|
10827
|
-
|
|
10899
|
+
symbols: 'symbol'
|
|
10828
10900
|
};
|
|
10829
10901
|
|
|
10830
10902
|
|
|
10831
10903
|
/***/ }),
|
|
10832
10904
|
|
|
10833
|
-
/***/
|
|
10905
|
+
/***/ 19509:
|
|
10834
10906
|
/***/ (function(module) {
|
|
10835
10907
|
|
|
10908
|
+
"use strict";
|
|
10909
|
+
|
|
10836
10910
|
/*!
|
|
10837
10911
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10838
10912
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10839
10913
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10840
10914
|
*/
|
|
10841
|
-
|
|
10842
10915
|
module.exports = {
|
|
10843
|
-
|
|
10916
|
+
symbols: '기호'
|
|
10844
10917
|
};
|
|
10845
10918
|
|
|
10846
10919
|
|
|
10847
10920
|
/***/ }),
|
|
10848
10921
|
|
|
10849
|
-
/***/
|
|
10922
|
+
/***/ 35992:
|
|
10850
10923
|
/***/ (function(module) {
|
|
10851
10924
|
|
|
10925
|
+
"use strict";
|
|
10926
|
+
|
|
10852
10927
|
/*!
|
|
10853
10928
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10854
10929
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10855
10930
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10856
10931
|
*/
|
|
10857
|
-
|
|
10858
10932
|
module.exports = {
|
|
10859
|
-
|
|
10933
|
+
symbols: 'тэмдэгт'
|
|
10860
10934
|
};
|
|
10861
10935
|
|
|
10862
10936
|
|
|
10863
10937
|
/***/ }),
|
|
10864
10938
|
|
|
10865
|
-
/***/
|
|
10939
|
+
/***/ 74290:
|
|
10866
10940
|
/***/ (function(module) {
|
|
10867
10941
|
|
|
10942
|
+
"use strict";
|
|
10943
|
+
|
|
10868
10944
|
/*!
|
|
10869
10945
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10870
10946
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10871
10947
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10872
10948
|
*/
|
|
10873
|
-
|
|
10874
10949
|
module.exports = {
|
|
10875
|
-
|
|
10950
|
+
symbols: 'symbool'
|
|
10876
10951
|
};
|
|
10877
10952
|
|
|
10878
10953
|
|
|
10879
10954
|
/***/ }),
|
|
10880
10955
|
|
|
10881
|
-
/***/
|
|
10956
|
+
/***/ 33197:
|
|
10882
10957
|
/***/ (function(module) {
|
|
10883
10958
|
|
|
10959
|
+
"use strict";
|
|
10960
|
+
|
|
10884
10961
|
/*!
|
|
10885
10962
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10886
10963
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10887
10964
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10888
10965
|
*/
|
|
10889
|
-
|
|
10890
10966
|
module.exports = {
|
|
10891
|
-
|
|
10967
|
+
symbols: 'symbol'
|
|
10892
10968
|
};
|
|
10893
10969
|
|
|
10894
10970
|
|
|
10895
10971
|
/***/ }),
|
|
10896
10972
|
|
|
10897
|
-
/***/
|
|
10973
|
+
/***/ 52583:
|
|
10898
10974
|
/***/ (function(module) {
|
|
10899
10975
|
|
|
10976
|
+
"use strict";
|
|
10977
|
+
|
|
10900
10978
|
/*!
|
|
10901
10979
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10902
10980
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10903
10981
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10904
10982
|
*/
|
|
10905
|
-
|
|
10906
10983
|
module.exports = {
|
|
10907
|
-
|
|
10984
|
+
symbols: 'Símbolo'
|
|
10908
10985
|
};
|
|
10909
10986
|
|
|
10910
10987
|
|
|
10911
10988
|
/***/ }),
|
|
10912
10989
|
|
|
10913
|
-
/***/
|
|
10990
|
+
/***/ 28290:
|
|
10914
10991
|
/***/ (function(module) {
|
|
10915
10992
|
|
|
10993
|
+
"use strict";
|
|
10994
|
+
|
|
10916
10995
|
/*!
|
|
10917
10996
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10918
10997
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10919
10998
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10920
10999
|
*/
|
|
10921
|
-
|
|
10922
11000
|
module.exports = {
|
|
10923
|
-
|
|
11001
|
+
symbols: 'символ'
|
|
10924
11002
|
};
|
|
10925
11003
|
|
|
10926
11004
|
|
|
10927
11005
|
/***/ }),
|
|
10928
11006
|
|
|
10929
|
-
/***/
|
|
11007
|
+
/***/ 49629:
|
|
10930
11008
|
/***/ (function(module) {
|
|
10931
11009
|
|
|
11010
|
+
"use strict";
|
|
11011
|
+
|
|
10932
11012
|
/*!
|
|
10933
11013
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10934
11014
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10935
11015
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10936
11016
|
*/
|
|
10937
|
-
|
|
10938
11017
|
module.exports = {
|
|
10939
|
-
|
|
11018
|
+
symbols: 'Sembol'
|
|
10940
11019
|
};
|
|
10941
11020
|
|
|
10942
11021
|
|
|
10943
11022
|
/***/ }),
|
|
10944
11023
|
|
|
10945
|
-
/***/
|
|
11024
|
+
/***/ 59693:
|
|
10946
11025
|
/***/ (function(module) {
|
|
10947
11026
|
|
|
11027
|
+
"use strict";
|
|
11028
|
+
|
|
10948
11029
|
/*!
|
|
10949
11030
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10950
11031
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10951
11032
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10952
11033
|
*/
|
|
10953
|
-
|
|
10954
11034
|
module.exports = {
|
|
10955
|
-
|
|
11035
|
+
symbols: '符号'
|
|
10956
11036
|
};
|
|
10957
11037
|
|
|
10958
11038
|
|
|
10959
11039
|
/***/ }),
|
|
10960
11040
|
|
|
10961
|
-
/***/
|
|
11041
|
+
/***/ 92086:
|
|
10962
11042
|
/***/ (function(module) {
|
|
10963
11043
|
|
|
11044
|
+
"use strict";
|
|
11045
|
+
|
|
10964
11046
|
/*!
|
|
10965
11047
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10966
11048
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10967
11049
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10968
11050
|
*/
|
|
10969
|
-
|
|
10970
11051
|
module.exports = {
|
|
10971
|
-
|
|
11052
|
+
symbols: '符號'
|
|
10972
11053
|
};
|
|
10973
11054
|
|
|
10974
11055
|
|
|
@@ -12074,7 +12155,7 @@ __webpack_require__.d(after_insert_namespaceObject, {
|
|
|
12074
12155
|
// EXTERNAL MODULE: ./src/core/constants.ts
|
|
12075
12156
|
var constants = __webpack_require__(62924);
|
|
12076
12157
|
// EXTERNAL MODULE: ./node_modules/tslib/tslib.es6.js
|
|
12077
|
-
var tslib_es6 = __webpack_require__(
|
|
12158
|
+
var tslib_es6 = __webpack_require__(85699);
|
|
12078
12159
|
// EXTERNAL MODULE: ./src/config.ts
|
|
12079
12160
|
var config = __webpack_require__(37446);
|
|
12080
12161
|
// EXTERNAL MODULE: ./src/core/event-emitter/index.ts + 2 modules
|
|
@@ -12086,7 +12167,7 @@ var helpers = __webpack_require__(76974);
|
|
|
12086
12167
|
// EXTERNAL MODULE: ./src/core/helpers/utils/error/index.ts
|
|
12087
12168
|
var error = __webpack_require__(40840);
|
|
12088
12169
|
// EXTERNAL MODULE: ./src/core/decorators/index.ts + 7 modules
|
|
12089
|
-
var decorators = __webpack_require__(
|
|
12170
|
+
var decorators = __webpack_require__(98928);
|
|
12090
12171
|
;// CONCATENATED MODULE: ./src/core/request/response.ts
|
|
12091
12172
|
/*!
|
|
12092
12173
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
@@ -27714,64 +27795,64 @@ global/* pluginSystem.add */.pw.add('color', color);
|
|
|
27714
27795
|
var copy_format = __webpack_require__(79031);
|
|
27715
27796
|
var copy_format_default = /*#__PURE__*/__webpack_require__.n(copy_format);
|
|
27716
27797
|
// EXTERNAL MODULE: ./src/plugins/copy-format/langs/ar.js
|
|
27717
|
-
var langs_ar = __webpack_require__(
|
|
27798
|
+
var langs_ar = __webpack_require__(35395);
|
|
27718
27799
|
var ar_default = /*#__PURE__*/__webpack_require__.n(langs_ar);
|
|
27719
27800
|
// EXTERNAL MODULE: ./src/plugins/copy-format/langs/cs_cz.js
|
|
27720
|
-
var langs_cs_cz = __webpack_require__(
|
|
27801
|
+
var langs_cs_cz = __webpack_require__(95847);
|
|
27721
27802
|
var cs_cz_default = /*#__PURE__*/__webpack_require__.n(langs_cs_cz);
|
|
27722
27803
|
// EXTERNAL MODULE: ./src/plugins/copy-format/langs/de.js
|
|
27723
|
-
var langs_de = __webpack_require__(
|
|
27804
|
+
var langs_de = __webpack_require__(98627);
|
|
27724
27805
|
var de_default = /*#__PURE__*/__webpack_require__.n(langs_de);
|
|
27725
27806
|
// EXTERNAL MODULE: ./src/plugins/copy-format/langs/es.js
|
|
27726
|
-
var langs_es = __webpack_require__(
|
|
27807
|
+
var langs_es = __webpack_require__(20901);
|
|
27727
27808
|
var es_default = /*#__PURE__*/__webpack_require__.n(langs_es);
|
|
27728
27809
|
// EXTERNAL MODULE: ./src/plugins/copy-format/langs/fa.js
|
|
27729
|
-
var fa = __webpack_require__(
|
|
27810
|
+
var fa = __webpack_require__(26160);
|
|
27730
27811
|
var fa_default = /*#__PURE__*/__webpack_require__.n(fa);
|
|
27731
27812
|
// EXTERNAL MODULE: ./src/plugins/copy-format/langs/fr.js
|
|
27732
|
-
var langs_fr = __webpack_require__(
|
|
27813
|
+
var langs_fr = __webpack_require__(67888);
|
|
27733
27814
|
var fr_default = /*#__PURE__*/__webpack_require__.n(langs_fr);
|
|
27734
27815
|
// EXTERNAL MODULE: ./src/plugins/copy-format/langs/he.js
|
|
27735
|
-
var langs_he = __webpack_require__(
|
|
27816
|
+
var langs_he = __webpack_require__(15437);
|
|
27736
27817
|
var he_default = /*#__PURE__*/__webpack_require__.n(langs_he);
|
|
27737
27818
|
// EXTERNAL MODULE: ./src/plugins/copy-format/langs/hu.js
|
|
27738
|
-
var langs_hu = __webpack_require__(
|
|
27819
|
+
var langs_hu = __webpack_require__(71316);
|
|
27739
27820
|
var hu_default = /*#__PURE__*/__webpack_require__.n(langs_hu);
|
|
27740
27821
|
// EXTERNAL MODULE: ./src/plugins/copy-format/langs/id.js
|
|
27741
|
-
var langs_id = __webpack_require__(
|
|
27822
|
+
var langs_id = __webpack_require__(49137);
|
|
27742
27823
|
var id_default = /*#__PURE__*/__webpack_require__.n(langs_id);
|
|
27743
27824
|
// EXTERNAL MODULE: ./src/plugins/copy-format/langs/it.js
|
|
27744
|
-
var langs_it = __webpack_require__(
|
|
27825
|
+
var langs_it = __webpack_require__(87229);
|
|
27745
27826
|
var it_default = /*#__PURE__*/__webpack_require__.n(langs_it);
|
|
27746
27827
|
// EXTERNAL MODULE: ./src/plugins/copy-format/langs/ja.js
|
|
27747
|
-
var langs_ja = __webpack_require__(
|
|
27828
|
+
var langs_ja = __webpack_require__(74235);
|
|
27748
27829
|
var ja_default = /*#__PURE__*/__webpack_require__.n(langs_ja);
|
|
27749
27830
|
// EXTERNAL MODULE: ./src/plugins/copy-format/langs/ko.js
|
|
27750
|
-
var langs_ko = __webpack_require__(
|
|
27831
|
+
var langs_ko = __webpack_require__(98440);
|
|
27751
27832
|
var ko_default = /*#__PURE__*/__webpack_require__.n(langs_ko);
|
|
27752
27833
|
// EXTERNAL MODULE: ./src/plugins/copy-format/langs/mn.js
|
|
27753
|
-
var langs_mn = __webpack_require__(
|
|
27834
|
+
var langs_mn = __webpack_require__(5468);
|
|
27754
27835
|
var mn_default = /*#__PURE__*/__webpack_require__.n(langs_mn);
|
|
27755
27836
|
// EXTERNAL MODULE: ./src/plugins/copy-format/langs/nl.js
|
|
27756
|
-
var langs_nl = __webpack_require__(
|
|
27837
|
+
var langs_nl = __webpack_require__(21276);
|
|
27757
27838
|
var nl_default = /*#__PURE__*/__webpack_require__.n(langs_nl);
|
|
27758
27839
|
// EXTERNAL MODULE: ./src/plugins/copy-format/langs/pl.js
|
|
27759
|
-
var langs_pl = __webpack_require__(
|
|
27840
|
+
var langs_pl = __webpack_require__(76216);
|
|
27760
27841
|
var pl_default = /*#__PURE__*/__webpack_require__.n(langs_pl);
|
|
27761
27842
|
// EXTERNAL MODULE: ./src/plugins/copy-format/langs/pt_br.js
|
|
27762
|
-
var langs_pt_br = __webpack_require__(
|
|
27843
|
+
var langs_pt_br = __webpack_require__(30088);
|
|
27763
27844
|
var pt_br_default = /*#__PURE__*/__webpack_require__.n(langs_pt_br);
|
|
27764
27845
|
// EXTERNAL MODULE: ./src/plugins/copy-format/langs/ru.js
|
|
27765
|
-
var langs_ru = __webpack_require__(
|
|
27846
|
+
var langs_ru = __webpack_require__(66950);
|
|
27766
27847
|
var ru_default = /*#__PURE__*/__webpack_require__.n(langs_ru);
|
|
27767
27848
|
// EXTERNAL MODULE: ./src/plugins/copy-format/langs/tr.js
|
|
27768
|
-
var langs_tr = __webpack_require__(
|
|
27849
|
+
var langs_tr = __webpack_require__(21263);
|
|
27769
27850
|
var tr_default = /*#__PURE__*/__webpack_require__.n(langs_tr);
|
|
27770
27851
|
// EXTERNAL MODULE: ./src/plugins/copy-format/langs/zh_cn.js
|
|
27771
|
-
var langs_zh_cn = __webpack_require__(
|
|
27852
|
+
var langs_zh_cn = __webpack_require__(79511);
|
|
27772
27853
|
var zh_cn_default = /*#__PURE__*/__webpack_require__.n(langs_zh_cn);
|
|
27773
27854
|
// EXTERNAL MODULE: ./src/plugins/copy-format/langs/zh_tw.js
|
|
27774
|
-
var langs_zh_tw = __webpack_require__(
|
|
27855
|
+
var langs_zh_tw = __webpack_require__(12027);
|
|
27775
27856
|
var zh_tw_default = /*#__PURE__*/__webpack_require__.n(langs_zh_tw);
|
|
27776
27857
|
;// CONCATENATED MODULE: ./src/plugins/copy-format/langs/index.ts
|
|
27777
27858
|
/*!
|
|
@@ -31602,45 +31683,45 @@ function isGt(a, b, strict) {
|
|
|
31602
31683
|
global/* pluginSystem.add */.pw.add('limit', limit);
|
|
31603
31684
|
|
|
31604
31685
|
// EXTERNAL MODULE: ./src/plugins/line-height/langs/ar.js
|
|
31605
|
-
var line_height_langs_ar = __webpack_require__(
|
|
31686
|
+
var line_height_langs_ar = __webpack_require__(24511);
|
|
31606
31687
|
// EXTERNAL MODULE: ./src/plugins/line-height/langs/cs_cz.js
|
|
31607
|
-
var line_height_langs_cs_cz = __webpack_require__(
|
|
31688
|
+
var line_height_langs_cs_cz = __webpack_require__(94901);
|
|
31608
31689
|
// EXTERNAL MODULE: ./src/plugins/line-height/langs/de.js
|
|
31609
|
-
var line_height_langs_de = __webpack_require__(
|
|
31690
|
+
var line_height_langs_de = __webpack_require__(65117);
|
|
31610
31691
|
// EXTERNAL MODULE: ./src/plugins/line-height/langs/es.js
|
|
31611
|
-
var line_height_langs_es = __webpack_require__(
|
|
31692
|
+
var line_height_langs_es = __webpack_require__(92313);
|
|
31612
31693
|
// EXTERNAL MODULE: ./src/plugins/line-height/langs/fa.js
|
|
31613
|
-
var langs_fa = __webpack_require__(
|
|
31694
|
+
var langs_fa = __webpack_require__(44170);
|
|
31614
31695
|
// EXTERNAL MODULE: ./src/plugins/line-height/langs/fr.js
|
|
31615
|
-
var line_height_langs_fr = __webpack_require__(
|
|
31696
|
+
var line_height_langs_fr = __webpack_require__(75916);
|
|
31616
31697
|
// EXTERNAL MODULE: ./src/plugins/line-height/langs/he.js
|
|
31617
|
-
var line_height_langs_he = __webpack_require__(
|
|
31698
|
+
var line_height_langs_he = __webpack_require__(43353);
|
|
31618
31699
|
// EXTERNAL MODULE: ./src/plugins/line-height/langs/hu.js
|
|
31619
|
-
var line_height_langs_hu = __webpack_require__(
|
|
31700
|
+
var line_height_langs_hu = __webpack_require__(36668);
|
|
31620
31701
|
// EXTERNAL MODULE: ./src/plugins/line-height/langs/id.js
|
|
31621
|
-
var line_height_langs_id = __webpack_require__(
|
|
31702
|
+
var line_height_langs_id = __webpack_require__(74881);
|
|
31622
31703
|
// EXTERNAL MODULE: ./src/plugins/line-height/langs/it.js
|
|
31623
|
-
var line_height_langs_it = __webpack_require__(
|
|
31704
|
+
var line_height_langs_it = __webpack_require__(62585);
|
|
31624
31705
|
// EXTERNAL MODULE: ./src/plugins/line-height/langs/ja.js
|
|
31625
|
-
var line_height_langs_ja = __webpack_require__(
|
|
31706
|
+
var line_height_langs_ja = __webpack_require__(42150);
|
|
31626
31707
|
// EXTERNAL MODULE: ./src/plugins/line-height/langs/ko.js
|
|
31627
|
-
var line_height_langs_ko = __webpack_require__(
|
|
31708
|
+
var line_height_langs_ko = __webpack_require__(15449);
|
|
31628
31709
|
// EXTERNAL MODULE: ./src/plugins/line-height/langs/mn.js
|
|
31629
|
-
var line_height_langs_mn = __webpack_require__(
|
|
31710
|
+
var line_height_langs_mn = __webpack_require__(16717);
|
|
31630
31711
|
// EXTERNAL MODULE: ./src/plugins/line-height/langs/nl.js
|
|
31631
|
-
var line_height_langs_nl = __webpack_require__(
|
|
31712
|
+
var line_height_langs_nl = __webpack_require__(45424);
|
|
31632
31713
|
// EXTERNAL MODULE: ./src/plugins/line-height/langs/pl.js
|
|
31633
|
-
var line_height_langs_pl = __webpack_require__(
|
|
31714
|
+
var line_height_langs_pl = __webpack_require__(11146);
|
|
31634
31715
|
// EXTERNAL MODULE: ./src/plugins/line-height/langs/pt_br.js
|
|
31635
|
-
var line_height_langs_pt_br = __webpack_require__(
|
|
31716
|
+
var line_height_langs_pt_br = __webpack_require__(36477);
|
|
31636
31717
|
// EXTERNAL MODULE: ./src/plugins/line-height/langs/ru.js
|
|
31637
|
-
var line_height_langs_ru = __webpack_require__(
|
|
31718
|
+
var line_height_langs_ru = __webpack_require__(94675);
|
|
31638
31719
|
// EXTERNAL MODULE: ./src/plugins/line-height/langs/tr.js
|
|
31639
|
-
var line_height_langs_tr = __webpack_require__(
|
|
31720
|
+
var line_height_langs_tr = __webpack_require__(26129);
|
|
31640
31721
|
// EXTERNAL MODULE: ./src/plugins/line-height/langs/zh_cn.js
|
|
31641
|
-
var line_height_langs_zh_cn = __webpack_require__(
|
|
31722
|
+
var line_height_langs_zh_cn = __webpack_require__(1692);
|
|
31642
31723
|
// EXTERNAL MODULE: ./src/plugins/line-height/langs/zh_tw.js
|
|
31643
|
-
var line_height_langs_zh_tw = __webpack_require__(
|
|
31724
|
+
var line_height_langs_zh_tw = __webpack_require__(1566);
|
|
31644
31725
|
;// CONCATENATED MODULE: ./src/plugins/line-height/langs/index.ts
|
|
31645
31726
|
/*!
|
|
31646
31727
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
@@ -36770,45 +36851,45 @@ class source_source extends core_plugin/* Plugin */.S {
|
|
|
36770
36851
|
global/* pluginSystem.add */.pw.add('source', source_source);
|
|
36771
36852
|
|
|
36772
36853
|
// EXTERNAL MODULE: ./src/plugins/spellcheck/langs/ar.js
|
|
36773
|
-
var spellcheck_langs_ar = __webpack_require__(
|
|
36854
|
+
var spellcheck_langs_ar = __webpack_require__(25394);
|
|
36774
36855
|
// EXTERNAL MODULE: ./src/plugins/spellcheck/langs/cs_cz.js
|
|
36775
|
-
var spellcheck_langs_cs_cz = __webpack_require__(
|
|
36856
|
+
var spellcheck_langs_cs_cz = __webpack_require__(30809);
|
|
36776
36857
|
// EXTERNAL MODULE: ./src/plugins/spellcheck/langs/de.js
|
|
36777
|
-
var spellcheck_langs_de = __webpack_require__(
|
|
36858
|
+
var spellcheck_langs_de = __webpack_require__(55405);
|
|
36778
36859
|
// EXTERNAL MODULE: ./src/plugins/spellcheck/langs/es.js
|
|
36779
|
-
var spellcheck_langs_es = __webpack_require__(
|
|
36860
|
+
var spellcheck_langs_es = __webpack_require__(49529);
|
|
36780
36861
|
// EXTERNAL MODULE: ./src/plugins/spellcheck/langs/fa.js
|
|
36781
|
-
var spellcheck_langs_fa = __webpack_require__(
|
|
36862
|
+
var spellcheck_langs_fa = __webpack_require__(39850);
|
|
36782
36863
|
// EXTERNAL MODULE: ./src/plugins/spellcheck/langs/fr.js
|
|
36783
|
-
var spellcheck_langs_fr = __webpack_require__(
|
|
36864
|
+
var spellcheck_langs_fr = __webpack_require__(53866);
|
|
36784
36865
|
// EXTERNAL MODULE: ./src/plugins/spellcheck/langs/he.js
|
|
36785
|
-
var spellcheck_langs_he = __webpack_require__(
|
|
36866
|
+
var spellcheck_langs_he = __webpack_require__(68103);
|
|
36786
36867
|
// EXTERNAL MODULE: ./src/plugins/spellcheck/langs/hu.js
|
|
36787
|
-
var spellcheck_langs_hu = __webpack_require__(
|
|
36868
|
+
var spellcheck_langs_hu = __webpack_require__(59717);
|
|
36788
36869
|
// EXTERNAL MODULE: ./src/plugins/spellcheck/langs/id.js
|
|
36789
|
-
var spellcheck_langs_id = __webpack_require__(
|
|
36870
|
+
var spellcheck_langs_id = __webpack_require__(43703);
|
|
36790
36871
|
// EXTERNAL MODULE: ./src/plugins/spellcheck/langs/it.js
|
|
36791
|
-
var spellcheck_langs_it = __webpack_require__(
|
|
36872
|
+
var spellcheck_langs_it = __webpack_require__(15825);
|
|
36792
36873
|
// EXTERNAL MODULE: ./src/plugins/spellcheck/langs/ja.js
|
|
36793
|
-
var spellcheck_langs_ja = __webpack_require__(
|
|
36874
|
+
var spellcheck_langs_ja = __webpack_require__(693);
|
|
36794
36875
|
// EXTERNAL MODULE: ./src/plugins/spellcheck/langs/ko.js
|
|
36795
|
-
var spellcheck_langs_ko = __webpack_require__(
|
|
36876
|
+
var spellcheck_langs_ko = __webpack_require__(66389);
|
|
36796
36877
|
// EXTERNAL MODULE: ./src/plugins/spellcheck/langs/mn.js
|
|
36797
|
-
var spellcheck_langs_mn = __webpack_require__(
|
|
36878
|
+
var spellcheck_langs_mn = __webpack_require__(90239);
|
|
36798
36879
|
// EXTERNAL MODULE: ./src/plugins/spellcheck/langs/nl.js
|
|
36799
|
-
var spellcheck_langs_nl = __webpack_require__(
|
|
36880
|
+
var spellcheck_langs_nl = __webpack_require__(64914);
|
|
36800
36881
|
// EXTERNAL MODULE: ./src/plugins/spellcheck/langs/pl.js
|
|
36801
|
-
var spellcheck_langs_pl = __webpack_require__(
|
|
36882
|
+
var spellcheck_langs_pl = __webpack_require__(95177);
|
|
36802
36883
|
// EXTERNAL MODULE: ./src/plugins/spellcheck/langs/pt_br.js
|
|
36803
|
-
var spellcheck_langs_pt_br = __webpack_require__(
|
|
36884
|
+
var spellcheck_langs_pt_br = __webpack_require__(66174);
|
|
36804
36885
|
// EXTERNAL MODULE: ./src/plugins/spellcheck/langs/ru.js
|
|
36805
|
-
var spellcheck_langs_ru = __webpack_require__(
|
|
36886
|
+
var spellcheck_langs_ru = __webpack_require__(14004);
|
|
36806
36887
|
// EXTERNAL MODULE: ./src/plugins/spellcheck/langs/tr.js
|
|
36807
|
-
var spellcheck_langs_tr = __webpack_require__(
|
|
36888
|
+
var spellcheck_langs_tr = __webpack_require__(54002);
|
|
36808
36889
|
// EXTERNAL MODULE: ./src/plugins/spellcheck/langs/zh_cn.js
|
|
36809
|
-
var spellcheck_langs_zh_cn = __webpack_require__(
|
|
36890
|
+
var spellcheck_langs_zh_cn = __webpack_require__(61338);
|
|
36810
36891
|
// EXTERNAL MODULE: ./src/plugins/spellcheck/langs/zh_tw.js
|
|
36811
|
-
var spellcheck_langs_zh_tw = __webpack_require__(
|
|
36892
|
+
var spellcheck_langs_zh_tw = __webpack_require__(58013);
|
|
36812
36893
|
;// CONCATENATED MODULE: ./src/plugins/spellcheck/langs/index.ts
|
|
36813
36894
|
/*!
|
|
36814
36895
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
@@ -37114,45 +37195,45 @@ class sticky extends plugin_plugin/* Plugin */.S {
|
|
|
37114
37195
|
global/* pluginSystem.add */.pw.add('sticky', sticky);
|
|
37115
37196
|
|
|
37116
37197
|
// EXTERNAL MODULE: ./src/plugins/symbols/langs/ar.js
|
|
37117
|
-
var symbols_langs_ar = __webpack_require__(
|
|
37198
|
+
var symbols_langs_ar = __webpack_require__(59891);
|
|
37118
37199
|
// EXTERNAL MODULE: ./src/plugins/symbols/langs/cs_cz.js
|
|
37119
|
-
var symbols_langs_cs_cz = __webpack_require__(
|
|
37200
|
+
var symbols_langs_cs_cz = __webpack_require__(33280);
|
|
37120
37201
|
// EXTERNAL MODULE: ./src/plugins/symbols/langs/de.js
|
|
37121
|
-
var symbols_langs_de = __webpack_require__(
|
|
37202
|
+
var symbols_langs_de = __webpack_require__(51063);
|
|
37122
37203
|
// EXTERNAL MODULE: ./src/plugins/symbols/langs/es.js
|
|
37123
|
-
var symbols_langs_es = __webpack_require__(
|
|
37204
|
+
var symbols_langs_es = __webpack_require__(45290);
|
|
37124
37205
|
// EXTERNAL MODULE: ./src/plugins/symbols/langs/fa.js
|
|
37125
|
-
var symbols_langs_fa = __webpack_require__(
|
|
37206
|
+
var symbols_langs_fa = __webpack_require__(38927);
|
|
37126
37207
|
// EXTERNAL MODULE: ./src/plugins/symbols/langs/fr.js
|
|
37127
|
-
var symbols_langs_fr = __webpack_require__(
|
|
37208
|
+
var symbols_langs_fr = __webpack_require__(27021);
|
|
37128
37209
|
// EXTERNAL MODULE: ./src/plugins/symbols/langs/he.js
|
|
37129
|
-
var symbols_langs_he = __webpack_require__(
|
|
37210
|
+
var symbols_langs_he = __webpack_require__(25112);
|
|
37130
37211
|
// EXTERNAL MODULE: ./src/plugins/symbols/langs/hu.js
|
|
37131
|
-
var symbols_langs_hu = __webpack_require__(
|
|
37212
|
+
var symbols_langs_hu = __webpack_require__(49274);
|
|
37132
37213
|
// EXTERNAL MODULE: ./src/plugins/symbols/langs/id.js
|
|
37133
|
-
var symbols_langs_id = __webpack_require__(
|
|
37214
|
+
var symbols_langs_id = __webpack_require__(23442);
|
|
37134
37215
|
// EXTERNAL MODULE: ./src/plugins/symbols/langs/it.js
|
|
37135
|
-
var symbols_langs_it = __webpack_require__(
|
|
37216
|
+
var symbols_langs_it = __webpack_require__(13603);
|
|
37136
37217
|
// EXTERNAL MODULE: ./src/plugins/symbols/langs/ja.js
|
|
37137
|
-
var symbols_langs_ja = __webpack_require__(
|
|
37218
|
+
var symbols_langs_ja = __webpack_require__(33209);
|
|
37138
37219
|
// EXTERNAL MODULE: ./src/plugins/symbols/langs/ko.js
|
|
37139
|
-
var symbols_langs_ko = __webpack_require__(
|
|
37220
|
+
var symbols_langs_ko = __webpack_require__(19509);
|
|
37140
37221
|
// EXTERNAL MODULE: ./src/plugins/symbols/langs/mn.js
|
|
37141
|
-
var symbols_langs_mn = __webpack_require__(
|
|
37222
|
+
var symbols_langs_mn = __webpack_require__(35992);
|
|
37142
37223
|
// EXTERNAL MODULE: ./src/plugins/symbols/langs/nl.js
|
|
37143
|
-
var symbols_langs_nl = __webpack_require__(
|
|
37224
|
+
var symbols_langs_nl = __webpack_require__(74290);
|
|
37144
37225
|
// EXTERNAL MODULE: ./src/plugins/symbols/langs/pl.js
|
|
37145
|
-
var symbols_langs_pl = __webpack_require__(
|
|
37226
|
+
var symbols_langs_pl = __webpack_require__(33197);
|
|
37146
37227
|
// EXTERNAL MODULE: ./src/plugins/symbols/langs/pt_br.js
|
|
37147
|
-
var symbols_langs_pt_br = __webpack_require__(
|
|
37228
|
+
var symbols_langs_pt_br = __webpack_require__(52583);
|
|
37148
37229
|
// EXTERNAL MODULE: ./src/plugins/symbols/langs/ru.js
|
|
37149
|
-
var symbols_langs_ru = __webpack_require__(
|
|
37230
|
+
var symbols_langs_ru = __webpack_require__(28290);
|
|
37150
37231
|
// EXTERNAL MODULE: ./src/plugins/symbols/langs/tr.js
|
|
37151
|
-
var symbols_langs_tr = __webpack_require__(
|
|
37232
|
+
var symbols_langs_tr = __webpack_require__(49629);
|
|
37152
37233
|
// EXTERNAL MODULE: ./src/plugins/symbols/langs/zh_cn.js
|
|
37153
|
-
var symbols_langs_zh_cn = __webpack_require__(
|
|
37234
|
+
var symbols_langs_zh_cn = __webpack_require__(59693);
|
|
37154
37235
|
// EXTERNAL MODULE: ./src/plugins/symbols/langs/zh_tw.js
|
|
37155
|
-
var symbols_langs_zh_tw = __webpack_require__(
|
|
37236
|
+
var symbols_langs_zh_tw = __webpack_require__(92086);
|
|
37156
37237
|
;// CONCATENATED MODULE: ./src/plugins/symbols/langs/index.ts
|
|
37157
37238
|
/*!
|
|
37158
37239
|
* Jodit Editor (https://xdsoft.net/jodit/)
|