jodit 4.0.0-beta.44 → 4.0.0-beta.49
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/es2021/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.49
|
|
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";
|
|
@@ -1323,6 +1323,7 @@ class Config {
|
|
|
1323
1323
|
Config.prototype.controls = {};
|
|
1324
1324
|
|
|
1325
1325
|
|
|
1326
|
+
|
|
1326
1327
|
/***/ }),
|
|
1327
1328
|
|
|
1328
1329
|
/***/ 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.49";
|
|
2026
2027
|
// eslint-disable-next-line prettier/prettier
|
|
2027
2028
|
const ES = "es2021";
|
|
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";
|
|
@@ -3567,9 +3568,9 @@ class Dom {
|
|
|
3567
3568
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
3568
3569
|
/* harmony export */ "b": function() { return /* binding */ LazyWalker; }
|
|
3569
3570
|
/* harmony export */ });
|
|
3570
|
-
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
3571
|
+
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(85699);
|
|
3571
3572
|
/* harmony import */ var jodit_core_event_emitter_eventify__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(3569);
|
|
3572
|
-
/* harmony import */ var jodit_core_decorators__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
3573
|
+
/* harmony import */ var jodit_core_decorators__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(98928);
|
|
3573
3574
|
/* harmony import */ var jodit_core_dom_dom__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(9162);
|
|
3574
3575
|
/*!
|
|
3575
3576
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
@@ -9255,9 +9256,9 @@ function getSpecialLists(jodit) {
|
|
|
9255
9256
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9256
9257
|
/* harmony export */ "S": function() { return /* binding */ Plugin; }
|
|
9257
9258
|
/* harmony export */ });
|
|
9258
|
-
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
9259
|
+
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(85699);
|
|
9259
9260
|
/* harmony import */ var jodit_core_component__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(47468);
|
|
9260
|
-
/* harmony import */ var jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
9261
|
+
/* harmony import */ var jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(98928);
|
|
9261
9262
|
/* harmony import */ var jodit_core_helpers_checker_is_jodit_object__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(8133);
|
|
9262
9263
|
/*!
|
|
9263
9264
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
@@ -9409,7 +9410,7 @@ class Mods {
|
|
|
9409
9410
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9410
9411
|
/* harmony export */ "u": function() { return /* binding */ UIElement; }
|
|
9411
9412
|
/* harmony export */ });
|
|
9412
|
-
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
9413
|
+
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(85699);
|
|
9413
9414
|
/* harmony import */ var jodit_core_component__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(47468);
|
|
9414
9415
|
/* harmony import */ var jodit_core_dom_dom__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(9162);
|
|
9415
9416
|
/* harmony import */ var jodit_core_traits_mods__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(53795);
|
|
@@ -9663,1281 +9664,1361 @@ Icon.__cache = new Map();
|
|
|
9663
9664
|
|
|
9664
9665
|
/***/ }),
|
|
9665
9666
|
|
|
9666
|
-
/***/
|
|
9667
|
+
/***/ 35395:
|
|
9667
9668
|
/***/ (function(module) {
|
|
9668
9669
|
|
|
9670
|
+
"use strict";
|
|
9671
|
+
|
|
9669
9672
|
/*!
|
|
9670
9673
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9671
9674
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
9672
9675
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
9673
9676
|
*/
|
|
9674
|
-
|
|
9675
9677
|
module.exports = {
|
|
9676
|
-
|
|
9678
|
+
'copy-format': 'نسخ التنسيق'
|
|
9677
9679
|
};
|
|
9678
9680
|
|
|
9679
9681
|
|
|
9680
9682
|
/***/ }),
|
|
9681
9683
|
|
|
9682
|
-
/***/
|
|
9684
|
+
/***/ 95847:
|
|
9683
9685
|
/***/ (function(module) {
|
|
9684
9686
|
|
|
9687
|
+
"use strict";
|
|
9688
|
+
|
|
9685
9689
|
/*!
|
|
9686
9690
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9687
9691
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
9688
9692
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
9689
9693
|
*/
|
|
9690
|
-
|
|
9691
9694
|
module.exports = {
|
|
9692
|
-
|
|
9695
|
+
'copy-format': 'Kopírovat formát'
|
|
9693
9696
|
};
|
|
9694
9697
|
|
|
9695
9698
|
|
|
9696
9699
|
/***/ }),
|
|
9697
9700
|
|
|
9698
|
-
/***/
|
|
9701
|
+
/***/ 98627:
|
|
9699
9702
|
/***/ (function(module) {
|
|
9700
9703
|
|
|
9704
|
+
"use strict";
|
|
9705
|
+
|
|
9701
9706
|
/*!
|
|
9702
9707
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9703
9708
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
9704
9709
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
9705
9710
|
*/
|
|
9706
|
-
|
|
9707
9711
|
module.exports = {
|
|
9708
|
-
|
|
9712
|
+
'copy-format': 'Format kopierenт'
|
|
9709
9713
|
};
|
|
9710
9714
|
|
|
9711
9715
|
|
|
9712
9716
|
/***/ }),
|
|
9713
9717
|
|
|
9714
|
-
/***/
|
|
9718
|
+
/***/ 20901:
|
|
9715
9719
|
/***/ (function(module) {
|
|
9716
9720
|
|
|
9721
|
+
"use strict";
|
|
9722
|
+
|
|
9717
9723
|
/*!
|
|
9718
9724
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9719
9725
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
9720
9726
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
9721
9727
|
*/
|
|
9722
|
-
|
|
9723
9728
|
module.exports = {
|
|
9724
|
-
|
|
9729
|
+
'copy-format': 'Copiar formato'
|
|
9725
9730
|
};
|
|
9726
9731
|
|
|
9727
9732
|
|
|
9728
9733
|
/***/ }),
|
|
9729
9734
|
|
|
9730
|
-
/***/
|
|
9735
|
+
/***/ 26160:
|
|
9731
9736
|
/***/ (function(module) {
|
|
9732
9737
|
|
|
9738
|
+
"use strict";
|
|
9739
|
+
|
|
9733
9740
|
/*!
|
|
9734
9741
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9735
9742
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
9736
9743
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
9737
9744
|
*/
|
|
9738
|
-
|
|
9739
9745
|
module.exports = {
|
|
9740
|
-
|
|
9746
|
+
'copy-format': 'کپی کردن قالب'
|
|
9741
9747
|
};
|
|
9742
9748
|
|
|
9743
9749
|
|
|
9744
9750
|
/***/ }),
|
|
9745
9751
|
|
|
9746
|
-
/***/
|
|
9752
|
+
/***/ 67888:
|
|
9747
9753
|
/***/ (function(module) {
|
|
9748
9754
|
|
|
9755
|
+
"use strict";
|
|
9756
|
+
|
|
9749
9757
|
/*!
|
|
9750
9758
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9751
9759
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
9752
9760
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
9753
9761
|
*/
|
|
9754
|
-
|
|
9755
9762
|
module.exports = {
|
|
9756
|
-
|
|
9763
|
+
'copy-format': 'Format de copie'
|
|
9757
9764
|
};
|
|
9758
9765
|
|
|
9759
9766
|
|
|
9760
9767
|
/***/ }),
|
|
9761
9768
|
|
|
9762
|
-
/***/
|
|
9769
|
+
/***/ 15437:
|
|
9763
9770
|
/***/ (function(module) {
|
|
9764
9771
|
|
|
9772
|
+
"use strict";
|
|
9773
|
+
|
|
9765
9774
|
/*!
|
|
9766
9775
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9767
9776
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
9768
9777
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
9769
9778
|
*/
|
|
9770
|
-
|
|
9771
9779
|
module.exports = {
|
|
9772
|
-
|
|
9780
|
+
'copy-format': 'העתק עיצוב'
|
|
9773
9781
|
};
|
|
9774
9782
|
|
|
9775
9783
|
|
|
9776
9784
|
/***/ }),
|
|
9777
9785
|
|
|
9778
|
-
/***/
|
|
9786
|
+
/***/ 71316:
|
|
9779
9787
|
/***/ (function(module) {
|
|
9780
9788
|
|
|
9789
|
+
"use strict";
|
|
9790
|
+
|
|
9781
9791
|
/*!
|
|
9782
9792
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9783
9793
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
9784
9794
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
9785
9795
|
*/
|
|
9786
|
-
|
|
9787
9796
|
module.exports = {
|
|
9788
|
-
|
|
9797
|
+
'copy-format': 'Formátum másolás'
|
|
9789
9798
|
};
|
|
9790
9799
|
|
|
9791
9800
|
|
|
9792
9801
|
/***/ }),
|
|
9793
9802
|
|
|
9794
|
-
/***/
|
|
9803
|
+
/***/ 49137:
|
|
9795
9804
|
/***/ (function(module) {
|
|
9796
9805
|
|
|
9806
|
+
"use strict";
|
|
9807
|
+
|
|
9797
9808
|
/*!
|
|
9798
9809
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9799
9810
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
9800
9811
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
9801
9812
|
*/
|
|
9802
|
-
|
|
9803
9813
|
module.exports = {
|
|
9804
|
-
|
|
9814
|
+
'copy-format': 'salin format'
|
|
9805
9815
|
};
|
|
9806
9816
|
|
|
9807
9817
|
|
|
9808
9818
|
/***/ }),
|
|
9809
9819
|
|
|
9810
|
-
/***/
|
|
9820
|
+
/***/ 87229:
|
|
9811
9821
|
/***/ (function(module) {
|
|
9812
9822
|
|
|
9823
|
+
"use strict";
|
|
9824
|
+
|
|
9813
9825
|
/*!
|
|
9814
9826
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9815
9827
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
9816
9828
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
9817
9829
|
*/
|
|
9818
|
-
|
|
9819
9830
|
module.exports = {
|
|
9820
|
-
|
|
9831
|
+
'copy-format': 'Copia il formato'
|
|
9821
9832
|
};
|
|
9822
9833
|
|
|
9823
9834
|
|
|
9824
9835
|
/***/ }),
|
|
9825
9836
|
|
|
9826
|
-
/***/
|
|
9837
|
+
/***/ 74235:
|
|
9827
9838
|
/***/ (function(module) {
|
|
9828
9839
|
|
|
9840
|
+
"use strict";
|
|
9841
|
+
|
|
9829
9842
|
/*!
|
|
9830
9843
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9831
9844
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
9832
9845
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
9833
9846
|
*/
|
|
9834
|
-
|
|
9835
9847
|
module.exports = {
|
|
9836
|
-
|
|
9848
|
+
'copy-format': 'copyformat'
|
|
9837
9849
|
};
|
|
9838
9850
|
|
|
9839
9851
|
|
|
9840
9852
|
/***/ }),
|
|
9841
9853
|
|
|
9842
|
-
/***/
|
|
9854
|
+
/***/ 98440:
|
|
9843
9855
|
/***/ (function(module) {
|
|
9844
9856
|
|
|
9857
|
+
"use strict";
|
|
9858
|
+
|
|
9845
9859
|
/*!
|
|
9846
9860
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9847
9861
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
9848
9862
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
9849
9863
|
*/
|
|
9850
|
-
|
|
9851
9864
|
module.exports = {
|
|
9852
|
-
|
|
9865
|
+
'copy-format': '복사 형식'
|
|
9853
9866
|
};
|
|
9854
9867
|
|
|
9855
9868
|
|
|
9856
9869
|
/***/ }),
|
|
9857
9870
|
|
|
9858
|
-
/***/
|
|
9871
|
+
/***/ 5468:
|
|
9859
9872
|
/***/ (function(module) {
|
|
9860
9873
|
|
|
9874
|
+
"use strict";
|
|
9875
|
+
|
|
9861
9876
|
/*!
|
|
9862
9877
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9863
9878
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
9864
9879
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
9865
9880
|
*/
|
|
9866
|
-
|
|
9867
9881
|
module.exports = {
|
|
9868
|
-
|
|
9882
|
+
'copy-format': 'Формат хуулах'
|
|
9869
9883
|
};
|
|
9870
9884
|
|
|
9871
9885
|
|
|
9872
9886
|
/***/ }),
|
|
9873
9887
|
|
|
9874
|
-
/***/
|
|
9888
|
+
/***/ 21276:
|
|
9875
9889
|
/***/ (function(module) {
|
|
9876
9890
|
|
|
9891
|
+
"use strict";
|
|
9892
|
+
|
|
9877
9893
|
/*!
|
|
9878
9894
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9879
9895
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
9880
9896
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
9881
9897
|
*/
|
|
9882
|
-
|
|
9883
9898
|
module.exports = {
|
|
9884
|
-
|
|
9899
|
+
'copy-format': 'opmaak kopiëren'
|
|
9885
9900
|
};
|
|
9886
9901
|
|
|
9887
9902
|
|
|
9888
9903
|
/***/ }),
|
|
9889
9904
|
|
|
9890
|
-
/***/
|
|
9905
|
+
/***/ 76216:
|
|
9891
9906
|
/***/ (function(module) {
|
|
9892
9907
|
|
|
9908
|
+
"use strict";
|
|
9909
|
+
|
|
9893
9910
|
/*!
|
|
9894
9911
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9895
9912
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
9896
9913
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
9897
9914
|
*/
|
|
9898
|
-
|
|
9899
9915
|
module.exports = {
|
|
9900
|
-
|
|
9916
|
+
'copy-format': 'format kopii'
|
|
9901
9917
|
};
|
|
9902
9918
|
|
|
9903
9919
|
|
|
9904
9920
|
/***/ }),
|
|
9905
9921
|
|
|
9906
|
-
/***/
|
|
9922
|
+
/***/ 30088:
|
|
9907
9923
|
/***/ (function(module) {
|
|
9908
9924
|
|
|
9925
|
+
"use strict";
|
|
9926
|
+
|
|
9909
9927
|
/*!
|
|
9910
9928
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9911
9929
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
9912
9930
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
9913
9931
|
*/
|
|
9914
|
-
|
|
9915
9932
|
module.exports = {
|
|
9916
|
-
|
|
9933
|
+
'copy-format': 'Copiar formato'
|
|
9917
9934
|
};
|
|
9918
9935
|
|
|
9919
9936
|
|
|
9920
9937
|
/***/ }),
|
|
9921
9938
|
|
|
9922
|
-
/***/
|
|
9939
|
+
/***/ 66950:
|
|
9923
9940
|
/***/ (function(module) {
|
|
9924
9941
|
|
|
9942
|
+
"use strict";
|
|
9943
|
+
|
|
9925
9944
|
/*!
|
|
9926
9945
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9927
9946
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
9928
9947
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
9929
9948
|
*/
|
|
9930
|
-
|
|
9931
9949
|
module.exports = {
|
|
9932
|
-
|
|
9950
|
+
'copy-format': 'Копировать формат'
|
|
9933
9951
|
};
|
|
9934
9952
|
|
|
9935
9953
|
|
|
9936
9954
|
/***/ }),
|
|
9937
9955
|
|
|
9938
|
-
/***/
|
|
9956
|
+
/***/ 21263:
|
|
9939
9957
|
/***/ (function(module) {
|
|
9940
9958
|
|
|
9959
|
+
"use strict";
|
|
9960
|
+
|
|
9941
9961
|
/*!
|
|
9942
9962
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9943
9963
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
9944
9964
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
9945
9965
|
*/
|
|
9946
|
-
|
|
9947
9966
|
module.exports = {
|
|
9948
|
-
|
|
9967
|
+
'copy-format': 'Kopyalama Biçimi'
|
|
9949
9968
|
};
|
|
9950
9969
|
|
|
9951
9970
|
|
|
9952
9971
|
/***/ }),
|
|
9953
9972
|
|
|
9954
|
-
/***/
|
|
9973
|
+
/***/ 79511:
|
|
9955
9974
|
/***/ (function(module) {
|
|
9956
9975
|
|
|
9976
|
+
"use strict";
|
|
9977
|
+
|
|
9957
9978
|
/*!
|
|
9958
9979
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9959
9980
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
9960
9981
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
9961
9982
|
*/
|
|
9962
|
-
|
|
9963
9983
|
module.exports = {
|
|
9964
|
-
|
|
9984
|
+
'copy-format': '复制格式'
|
|
9965
9985
|
};
|
|
9966
9986
|
|
|
9967
9987
|
|
|
9968
9988
|
/***/ }),
|
|
9969
9989
|
|
|
9970
|
-
/***/
|
|
9990
|
+
/***/ 12027:
|
|
9971
9991
|
/***/ (function(module) {
|
|
9972
9992
|
|
|
9993
|
+
"use strict";
|
|
9994
|
+
|
|
9973
9995
|
/*!
|
|
9974
9996
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9975
9997
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
9976
9998
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
9977
9999
|
*/
|
|
9978
|
-
|
|
9979
10000
|
module.exports = {
|
|
9980
|
-
|
|
10001
|
+
'copy-format': '複製格式'
|
|
9981
10002
|
};
|
|
9982
10003
|
|
|
9983
10004
|
|
|
9984
10005
|
/***/ }),
|
|
9985
10006
|
|
|
9986
|
-
/***/
|
|
10007
|
+
/***/ 24511:
|
|
9987
10008
|
/***/ (function(module) {
|
|
9988
10009
|
|
|
10010
|
+
"use strict";
|
|
10011
|
+
|
|
9989
10012
|
/*!
|
|
9990
10013
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9991
10014
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
9992
10015
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
9993
10016
|
*/
|
|
9994
|
-
|
|
9995
10017
|
module.exports = {
|
|
9996
|
-
|
|
10018
|
+
'Line height': 'ارتفاع الخط'
|
|
9997
10019
|
};
|
|
9998
10020
|
|
|
9999
10021
|
|
|
10000
10022
|
/***/ }),
|
|
10001
10023
|
|
|
10002
|
-
/***/
|
|
10024
|
+
/***/ 94901:
|
|
10003
10025
|
/***/ (function(module) {
|
|
10004
10026
|
|
|
10027
|
+
"use strict";
|
|
10028
|
+
|
|
10005
10029
|
/*!
|
|
10006
10030
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10007
10031
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10008
10032
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10009
10033
|
*/
|
|
10010
|
-
|
|
10011
10034
|
module.exports = {
|
|
10012
|
-
|
|
10035
|
+
'Line height': 'Výška čáry'
|
|
10013
10036
|
};
|
|
10014
10037
|
|
|
10015
10038
|
|
|
10016
10039
|
/***/ }),
|
|
10017
10040
|
|
|
10018
|
-
/***/
|
|
10041
|
+
/***/ 65117:
|
|
10019
10042
|
/***/ (function(module) {
|
|
10020
10043
|
|
|
10044
|
+
"use strict";
|
|
10045
|
+
|
|
10021
10046
|
/*!
|
|
10022
10047
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10023
10048
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10024
10049
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10025
10050
|
*/
|
|
10026
|
-
|
|
10027
10051
|
module.exports = {
|
|
10028
|
-
|
|
10052
|
+
'Line height': 'Zeilenhöhe'
|
|
10029
10053
|
};
|
|
10030
10054
|
|
|
10031
10055
|
|
|
10032
10056
|
/***/ }),
|
|
10033
10057
|
|
|
10034
|
-
/***/
|
|
10058
|
+
/***/ 92313:
|
|
10035
10059
|
/***/ (function(module) {
|
|
10036
10060
|
|
|
10061
|
+
"use strict";
|
|
10062
|
+
|
|
10037
10063
|
/*!
|
|
10038
10064
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10039
10065
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10040
10066
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10041
10067
|
*/
|
|
10042
|
-
|
|
10043
10068
|
module.exports = {
|
|
10044
|
-
|
|
10069
|
+
'Line height': 'Altura de la línea'
|
|
10045
10070
|
};
|
|
10046
10071
|
|
|
10047
10072
|
|
|
10048
10073
|
/***/ }),
|
|
10049
10074
|
|
|
10050
|
-
/***/
|
|
10075
|
+
/***/ 44170:
|
|
10051
10076
|
/***/ (function(module) {
|
|
10052
10077
|
|
|
10078
|
+
"use strict";
|
|
10079
|
+
|
|
10053
10080
|
/*!
|
|
10054
10081
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10055
10082
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10056
10083
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10057
10084
|
*/
|
|
10058
|
-
|
|
10059
10085
|
module.exports = {
|
|
10060
|
-
|
|
10086
|
+
'Line height': 'ارتفاع خط'
|
|
10061
10087
|
};
|
|
10062
10088
|
|
|
10063
10089
|
|
|
10064
10090
|
/***/ }),
|
|
10065
10091
|
|
|
10066
|
-
/***/
|
|
10092
|
+
/***/ 75916:
|
|
10067
10093
|
/***/ (function(module) {
|
|
10068
10094
|
|
|
10095
|
+
"use strict";
|
|
10096
|
+
|
|
10069
10097
|
/*!
|
|
10070
10098
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10071
10099
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10072
10100
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10073
10101
|
*/
|
|
10074
|
-
|
|
10075
10102
|
module.exports = {
|
|
10076
|
-
|
|
10103
|
+
'Line height': 'Hauteur de ligne'
|
|
10077
10104
|
};
|
|
10078
10105
|
|
|
10079
10106
|
|
|
10080
10107
|
/***/ }),
|
|
10081
10108
|
|
|
10082
|
-
/***/
|
|
10109
|
+
/***/ 43353:
|
|
10083
10110
|
/***/ (function(module) {
|
|
10084
10111
|
|
|
10112
|
+
"use strict";
|
|
10113
|
+
|
|
10085
10114
|
/*!
|
|
10086
10115
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10087
10116
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10088
10117
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10089
10118
|
*/
|
|
10090
|
-
|
|
10091
10119
|
module.exports = {
|
|
10092
|
-
|
|
10120
|
+
'Line height': 'גובה שורה'
|
|
10093
10121
|
};
|
|
10094
10122
|
|
|
10095
10123
|
|
|
10096
10124
|
/***/ }),
|
|
10097
10125
|
|
|
10098
|
-
/***/
|
|
10126
|
+
/***/ 36668:
|
|
10099
10127
|
/***/ (function(module) {
|
|
10100
10128
|
|
|
10129
|
+
"use strict";
|
|
10130
|
+
|
|
10101
10131
|
/*!
|
|
10102
10132
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10103
10133
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10104
10134
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10105
10135
|
*/
|
|
10106
|
-
|
|
10107
10136
|
module.exports = {
|
|
10108
|
-
|
|
10137
|
+
'Line height': 'Vonal magassága'
|
|
10109
10138
|
};
|
|
10110
10139
|
|
|
10111
10140
|
|
|
10112
10141
|
/***/ }),
|
|
10113
10142
|
|
|
10114
|
-
/***/
|
|
10143
|
+
/***/ 74881:
|
|
10115
10144
|
/***/ (function(module) {
|
|
10116
10145
|
|
|
10146
|
+
"use strict";
|
|
10147
|
+
|
|
10117
10148
|
/*!
|
|
10118
10149
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10119
10150
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10120
10151
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10121
10152
|
*/
|
|
10122
|
-
|
|
10123
10153
|
module.exports = {
|
|
10124
|
-
|
|
10154
|
+
'Line height': 'Tinggi baris'
|
|
10125
10155
|
};
|
|
10126
10156
|
|
|
10127
10157
|
|
|
10128
10158
|
/***/ }),
|
|
10129
10159
|
|
|
10130
|
-
/***/
|
|
10160
|
+
/***/ 62585:
|
|
10131
10161
|
/***/ (function(module) {
|
|
10132
10162
|
|
|
10163
|
+
"use strict";
|
|
10164
|
+
|
|
10133
10165
|
/*!
|
|
10134
10166
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10135
10167
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10136
10168
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10137
10169
|
*/
|
|
10138
|
-
|
|
10139
10170
|
module.exports = {
|
|
10140
|
-
|
|
10171
|
+
'Line height': 'Altezza linea'
|
|
10141
10172
|
};
|
|
10142
10173
|
|
|
10143
10174
|
|
|
10144
10175
|
/***/ }),
|
|
10145
10176
|
|
|
10146
|
-
/***/
|
|
10177
|
+
/***/ 42150:
|
|
10147
10178
|
/***/ (function(module) {
|
|
10148
10179
|
|
|
10180
|
+
"use strict";
|
|
10181
|
+
|
|
10149
10182
|
/*!
|
|
10150
10183
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10151
10184
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10152
10185
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10153
10186
|
*/
|
|
10154
|
-
|
|
10155
10187
|
module.exports = {
|
|
10156
|
-
|
|
10188
|
+
'Line height': 'ラインの高さ'
|
|
10157
10189
|
};
|
|
10158
10190
|
|
|
10159
10191
|
|
|
10160
10192
|
/***/ }),
|
|
10161
10193
|
|
|
10162
|
-
/***/
|
|
10194
|
+
/***/ 15449:
|
|
10163
10195
|
/***/ (function(module) {
|
|
10164
10196
|
|
|
10197
|
+
"use strict";
|
|
10198
|
+
|
|
10165
10199
|
/*!
|
|
10166
10200
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10167
10201
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10168
10202
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10169
10203
|
*/
|
|
10170
|
-
|
|
10171
10204
|
module.exports = {
|
|
10172
|
-
|
|
10205
|
+
'Line height': '선 높이'
|
|
10173
10206
|
};
|
|
10174
10207
|
|
|
10175
10208
|
|
|
10176
10209
|
/***/ }),
|
|
10177
10210
|
|
|
10178
|
-
/***/
|
|
10211
|
+
/***/ 16717:
|
|
10179
10212
|
/***/ (function(module) {
|
|
10180
10213
|
|
|
10214
|
+
"use strict";
|
|
10215
|
+
|
|
10181
10216
|
/*!
|
|
10182
10217
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10183
10218
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10184
10219
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10185
10220
|
*/
|
|
10186
|
-
|
|
10187
10221
|
module.exports = {
|
|
10188
|
-
|
|
10222
|
+
'Line height': 'Зураасны өндөр'
|
|
10189
10223
|
};
|
|
10190
10224
|
|
|
10191
10225
|
|
|
10192
10226
|
/***/ }),
|
|
10193
10227
|
|
|
10194
|
-
/***/
|
|
10228
|
+
/***/ 45424:
|
|
10195
10229
|
/***/ (function(module) {
|
|
10196
10230
|
|
|
10231
|
+
"use strict";
|
|
10232
|
+
|
|
10197
10233
|
/*!
|
|
10198
10234
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10199
10235
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10200
10236
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10201
10237
|
*/
|
|
10202
|
-
|
|
10203
10238
|
module.exports = {
|
|
10204
|
-
|
|
10239
|
+
'Line height': 'Lijnhoogte'
|
|
10205
10240
|
};
|
|
10206
10241
|
|
|
10207
10242
|
|
|
10208
10243
|
/***/ }),
|
|
10209
10244
|
|
|
10210
|
-
/***/
|
|
10245
|
+
/***/ 11146:
|
|
10211
10246
|
/***/ (function(module) {
|
|
10212
10247
|
|
|
10248
|
+
"use strict";
|
|
10249
|
+
|
|
10213
10250
|
/*!
|
|
10214
10251
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10215
10252
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10216
10253
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10217
10254
|
*/
|
|
10218
|
-
|
|
10219
10255
|
module.exports = {
|
|
10220
|
-
|
|
10256
|
+
'Line height': 'Wysokość linii'
|
|
10221
10257
|
};
|
|
10222
10258
|
|
|
10223
10259
|
|
|
10224
10260
|
/***/ }),
|
|
10225
10261
|
|
|
10226
|
-
/***/
|
|
10262
|
+
/***/ 36477:
|
|
10227
10263
|
/***/ (function(module) {
|
|
10228
10264
|
|
|
10265
|
+
"use strict";
|
|
10266
|
+
|
|
10229
10267
|
/*!
|
|
10230
10268
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10231
10269
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10232
10270
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10233
10271
|
*/
|
|
10234
|
-
|
|
10235
10272
|
module.exports = {
|
|
10236
|
-
|
|
10273
|
+
'Line height': 'Altura da linha'
|
|
10237
10274
|
};
|
|
10238
10275
|
|
|
10239
10276
|
|
|
10240
10277
|
/***/ }),
|
|
10241
10278
|
|
|
10242
|
-
/***/
|
|
10279
|
+
/***/ 94675:
|
|
10243
10280
|
/***/ (function(module) {
|
|
10244
10281
|
|
|
10282
|
+
"use strict";
|
|
10283
|
+
|
|
10245
10284
|
/*!
|
|
10246
10285
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10247
10286
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10248
10287
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10249
10288
|
*/
|
|
10250
|
-
|
|
10251
10289
|
module.exports = {
|
|
10252
|
-
|
|
10290
|
+
'Line height': 'Высота линии'
|
|
10253
10291
|
};
|
|
10254
10292
|
|
|
10255
10293
|
|
|
10256
10294
|
/***/ }),
|
|
10257
10295
|
|
|
10258
|
-
/***/
|
|
10296
|
+
/***/ 26129:
|
|
10259
10297
|
/***/ (function(module) {
|
|
10260
10298
|
|
|
10299
|
+
"use strict";
|
|
10300
|
+
|
|
10261
10301
|
/*!
|
|
10262
10302
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10263
10303
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10264
10304
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10265
10305
|
*/
|
|
10266
|
-
|
|
10267
10306
|
module.exports = {
|
|
10268
|
-
|
|
10307
|
+
'Line height': 'Çizgi yüksekliği'
|
|
10269
10308
|
};
|
|
10270
10309
|
|
|
10271
10310
|
|
|
10272
10311
|
/***/ }),
|
|
10273
10312
|
|
|
10274
|
-
/***/
|
|
10313
|
+
/***/ 1692:
|
|
10275
10314
|
/***/ (function(module) {
|
|
10276
10315
|
|
|
10316
|
+
"use strict";
|
|
10317
|
+
|
|
10277
10318
|
/*!
|
|
10278
10319
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10279
10320
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10280
10321
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10281
10322
|
*/
|
|
10282
|
-
|
|
10283
10323
|
module.exports = {
|
|
10284
|
-
|
|
10324
|
+
'Line height': '线高'
|
|
10285
10325
|
};
|
|
10286
10326
|
|
|
10287
10327
|
|
|
10288
10328
|
/***/ }),
|
|
10289
10329
|
|
|
10290
|
-
/***/
|
|
10330
|
+
/***/ 1566:
|
|
10291
10331
|
/***/ (function(module) {
|
|
10292
10332
|
|
|
10333
|
+
"use strict";
|
|
10334
|
+
|
|
10293
10335
|
/*!
|
|
10294
10336
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10295
10337
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10296
10338
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10297
10339
|
*/
|
|
10298
|
-
|
|
10299
10340
|
module.exports = {
|
|
10300
|
-
|
|
10341
|
+
'Line height': 'ความสูงเส้น'
|
|
10301
10342
|
};
|
|
10302
10343
|
|
|
10303
10344
|
|
|
10304
10345
|
/***/ }),
|
|
10305
10346
|
|
|
10306
|
-
/***/
|
|
10347
|
+
/***/ 25394:
|
|
10307
10348
|
/***/ (function(module) {
|
|
10308
10349
|
|
|
10350
|
+
"use strict";
|
|
10351
|
+
|
|
10309
10352
|
/*!
|
|
10310
10353
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10311
10354
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10312
10355
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10313
10356
|
*/
|
|
10314
|
-
|
|
10315
10357
|
module.exports = {
|
|
10316
|
-
|
|
10358
|
+
Spellcheck: 'التدقيق الإملائي'
|
|
10317
10359
|
};
|
|
10318
10360
|
|
|
10319
10361
|
|
|
10320
10362
|
/***/ }),
|
|
10321
10363
|
|
|
10322
|
-
/***/
|
|
10364
|
+
/***/ 30809:
|
|
10323
10365
|
/***/ (function(module) {
|
|
10324
10366
|
|
|
10367
|
+
"use strict";
|
|
10368
|
+
|
|
10325
10369
|
/*!
|
|
10326
10370
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10327
10371
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10328
10372
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10329
10373
|
*/
|
|
10330
|
-
|
|
10331
10374
|
module.exports = {
|
|
10332
|
-
|
|
10375
|
+
Spellcheck: 'Kontrola pravopisu'
|
|
10333
10376
|
};
|
|
10334
10377
|
|
|
10335
10378
|
|
|
10336
10379
|
/***/ }),
|
|
10337
10380
|
|
|
10338
|
-
/***/
|
|
10381
|
+
/***/ 55405:
|
|
10339
10382
|
/***/ (function(module) {
|
|
10340
10383
|
|
|
10384
|
+
"use strict";
|
|
10385
|
+
|
|
10341
10386
|
/*!
|
|
10342
10387
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10343
10388
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10344
10389
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10345
10390
|
*/
|
|
10346
|
-
|
|
10347
10391
|
module.exports = {
|
|
10348
|
-
|
|
10392
|
+
Spellcheck: 'Rechtschreibprüfung'
|
|
10349
10393
|
};
|
|
10350
10394
|
|
|
10351
10395
|
|
|
10352
10396
|
/***/ }),
|
|
10353
10397
|
|
|
10354
|
-
/***/
|
|
10398
|
+
/***/ 49529:
|
|
10355
10399
|
/***/ (function(module) {
|
|
10356
10400
|
|
|
10401
|
+
"use strict";
|
|
10402
|
+
|
|
10357
10403
|
/*!
|
|
10358
10404
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10359
10405
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10360
10406
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10361
10407
|
*/
|
|
10362
|
-
|
|
10363
10408
|
module.exports = {
|
|
10364
|
-
|
|
10409
|
+
Spellcheck: 'Corrección ortográfica'
|
|
10365
10410
|
};
|
|
10366
10411
|
|
|
10367
10412
|
|
|
10368
10413
|
/***/ }),
|
|
10369
10414
|
|
|
10370
|
-
/***/
|
|
10415
|
+
/***/ 39850:
|
|
10371
10416
|
/***/ (function(module) {
|
|
10372
10417
|
|
|
10418
|
+
"use strict";
|
|
10419
|
+
|
|
10373
10420
|
/*!
|
|
10374
10421
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10375
10422
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10376
10423
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10377
10424
|
*/
|
|
10378
|
-
|
|
10379
10425
|
module.exports = {
|
|
10380
|
-
|
|
10426
|
+
Spellcheck: 'غلطیابی املایی'
|
|
10381
10427
|
};
|
|
10382
10428
|
|
|
10383
10429
|
|
|
10384
10430
|
/***/ }),
|
|
10385
10431
|
|
|
10386
|
-
/***/
|
|
10432
|
+
/***/ 53866:
|
|
10387
10433
|
/***/ (function(module) {
|
|
10388
10434
|
|
|
10435
|
+
"use strict";
|
|
10436
|
+
|
|
10389
10437
|
/*!
|
|
10390
10438
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10391
10439
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10392
10440
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10393
10441
|
*/
|
|
10394
|
-
|
|
10395
10442
|
module.exports = {
|
|
10396
|
-
|
|
10443
|
+
Spellcheck: 'Vérification Orthographique'
|
|
10397
10444
|
};
|
|
10398
10445
|
|
|
10399
10446
|
|
|
10400
10447
|
/***/ }),
|
|
10401
10448
|
|
|
10402
|
-
/***/
|
|
10449
|
+
/***/ 68103:
|
|
10403
10450
|
/***/ (function(module) {
|
|
10404
10451
|
|
|
10452
|
+
"use strict";
|
|
10453
|
+
|
|
10405
10454
|
/*!
|
|
10406
10455
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10407
10456
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10408
10457
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10409
10458
|
*/
|
|
10410
|
-
|
|
10411
10459
|
module.exports = {
|
|
10412
|
-
|
|
10460
|
+
Spellcheck: 'בדיקת איות'
|
|
10413
10461
|
};
|
|
10414
10462
|
|
|
10415
10463
|
|
|
10416
10464
|
/***/ }),
|
|
10417
10465
|
|
|
10418
|
-
/***/
|
|
10466
|
+
/***/ 59717:
|
|
10419
10467
|
/***/ (function(module) {
|
|
10420
10468
|
|
|
10469
|
+
"use strict";
|
|
10470
|
+
|
|
10421
10471
|
/*!
|
|
10422
10472
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10423
10473
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10424
10474
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10425
10475
|
*/
|
|
10426
|
-
|
|
10427
10476
|
module.exports = {
|
|
10428
|
-
|
|
10477
|
+
Spellcheck: 'Helyesírás-ellenőrzés'
|
|
10429
10478
|
};
|
|
10430
10479
|
|
|
10431
10480
|
|
|
10432
10481
|
/***/ }),
|
|
10433
10482
|
|
|
10434
|
-
/***/
|
|
10483
|
+
/***/ 43703:
|
|
10435
10484
|
/***/ (function(module) {
|
|
10436
10485
|
|
|
10486
|
+
"use strict";
|
|
10487
|
+
|
|
10437
10488
|
/*!
|
|
10438
10489
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10439
10490
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10440
10491
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10441
10492
|
*/
|
|
10442
|
-
|
|
10443
10493
|
module.exports = {
|
|
10444
|
-
|
|
10494
|
+
Spellcheck: 'Spellchecking'
|
|
10445
10495
|
};
|
|
10446
10496
|
|
|
10447
10497
|
|
|
10448
10498
|
/***/ }),
|
|
10449
10499
|
|
|
10450
|
-
/***/
|
|
10500
|
+
/***/ 15825:
|
|
10451
10501
|
/***/ (function(module) {
|
|
10452
10502
|
|
|
10503
|
+
"use strict";
|
|
10504
|
+
|
|
10453
10505
|
/*!
|
|
10454
10506
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10455
10507
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10456
10508
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10457
10509
|
*/
|
|
10458
|
-
|
|
10459
10510
|
module.exports = {
|
|
10460
|
-
|
|
10511
|
+
Spellcheck: 'Controllo ortografico'
|
|
10461
10512
|
};
|
|
10462
10513
|
|
|
10463
10514
|
|
|
10464
10515
|
/***/ }),
|
|
10465
10516
|
|
|
10466
|
-
/***/
|
|
10517
|
+
/***/ 693:
|
|
10467
10518
|
/***/ (function(module) {
|
|
10468
10519
|
|
|
10520
|
+
"use strict";
|
|
10521
|
+
|
|
10469
10522
|
/*!
|
|
10470
10523
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10471
10524
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10472
10525
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10473
10526
|
*/
|
|
10474
|
-
|
|
10475
10527
|
module.exports = {
|
|
10476
|
-
|
|
10528
|
+
Spellcheck: 'スペルチェック'
|
|
10477
10529
|
};
|
|
10478
10530
|
|
|
10479
10531
|
|
|
10480
10532
|
/***/ }),
|
|
10481
10533
|
|
|
10482
|
-
/***/
|
|
10534
|
+
/***/ 66389:
|
|
10483
10535
|
/***/ (function(module) {
|
|
10484
10536
|
|
|
10537
|
+
"use strict";
|
|
10538
|
+
|
|
10485
10539
|
/*!
|
|
10486
10540
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10487
10541
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10488
10542
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10489
10543
|
*/
|
|
10490
|
-
|
|
10491
10544
|
module.exports = {
|
|
10492
|
-
|
|
10545
|
+
Spellcheck: '맞춤법 검사'
|
|
10493
10546
|
};
|
|
10494
10547
|
|
|
10495
10548
|
|
|
10496
10549
|
/***/ }),
|
|
10497
10550
|
|
|
10498
|
-
/***/
|
|
10551
|
+
/***/ 90239:
|
|
10499
10552
|
/***/ (function(module) {
|
|
10500
10553
|
|
|
10554
|
+
"use strict";
|
|
10555
|
+
|
|
10501
10556
|
/*!
|
|
10502
10557
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10503
10558
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10504
10559
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10505
10560
|
*/
|
|
10506
|
-
|
|
10507
10561
|
module.exports = {
|
|
10508
|
-
|
|
10562
|
+
Spellcheck: 'Дүрмийн алдаа шалгах'
|
|
10509
10563
|
};
|
|
10510
10564
|
|
|
10511
10565
|
|
|
10512
10566
|
/***/ }),
|
|
10513
10567
|
|
|
10514
|
-
/***/
|
|
10568
|
+
/***/ 64914:
|
|
10515
10569
|
/***/ (function(module) {
|
|
10516
10570
|
|
|
10571
|
+
"use strict";
|
|
10572
|
+
|
|
10517
10573
|
/*!
|
|
10518
10574
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10519
10575
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10520
10576
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10521
10577
|
*/
|
|
10522
|
-
|
|
10523
10578
|
module.exports = {
|
|
10524
|
-
|
|
10579
|
+
Spellcheck: 'Spellingcontrole'
|
|
10525
10580
|
};
|
|
10526
10581
|
|
|
10527
10582
|
|
|
10528
10583
|
/***/ }),
|
|
10529
10584
|
|
|
10530
|
-
/***/
|
|
10585
|
+
/***/ 95177:
|
|
10531
10586
|
/***/ (function(module) {
|
|
10532
10587
|
|
|
10588
|
+
"use strict";
|
|
10589
|
+
|
|
10533
10590
|
/*!
|
|
10534
10591
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10535
10592
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10536
10593
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10537
10594
|
*/
|
|
10538
|
-
|
|
10539
10595
|
module.exports = {
|
|
10540
|
-
|
|
10596
|
+
Spellcheck: 'Sprawdzanie pisowni'
|
|
10541
10597
|
};
|
|
10542
10598
|
|
|
10543
10599
|
|
|
10544
10600
|
/***/ }),
|
|
10545
10601
|
|
|
10546
|
-
/***/
|
|
10602
|
+
/***/ 66174:
|
|
10547
10603
|
/***/ (function(module) {
|
|
10548
10604
|
|
|
10605
|
+
"use strict";
|
|
10606
|
+
|
|
10549
10607
|
/*!
|
|
10550
10608
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10551
10609
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10552
10610
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10553
10611
|
*/
|
|
10554
|
-
|
|
10555
10612
|
module.exports = {
|
|
10556
|
-
|
|
10613
|
+
Spellcheck: 'Verificação ortográfica'
|
|
10557
10614
|
};
|
|
10558
10615
|
|
|
10559
10616
|
|
|
10560
10617
|
/***/ }),
|
|
10561
10618
|
|
|
10562
|
-
/***/
|
|
10619
|
+
/***/ 14004:
|
|
10563
10620
|
/***/ (function(module) {
|
|
10564
10621
|
|
|
10622
|
+
"use strict";
|
|
10623
|
+
|
|
10565
10624
|
/*!
|
|
10566
10625
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10567
10626
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10568
10627
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10569
10628
|
*/
|
|
10570
|
-
|
|
10571
10629
|
module.exports = {
|
|
10572
|
-
|
|
10630
|
+
Spellcheck: 'Проверка орфографии'
|
|
10573
10631
|
};
|
|
10574
10632
|
|
|
10575
10633
|
|
|
10576
10634
|
/***/ }),
|
|
10577
10635
|
|
|
10578
|
-
/***/
|
|
10636
|
+
/***/ 54002:
|
|
10579
10637
|
/***/ (function(module) {
|
|
10580
10638
|
|
|
10639
|
+
"use strict";
|
|
10640
|
+
|
|
10581
10641
|
/*!
|
|
10582
10642
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10583
10643
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10584
10644
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10585
10645
|
*/
|
|
10586
|
-
|
|
10587
10646
|
module.exports = {
|
|
10588
|
-
|
|
10647
|
+
Spellcheck: 'Yazım denetimi'
|
|
10589
10648
|
};
|
|
10590
10649
|
|
|
10591
10650
|
|
|
10592
10651
|
/***/ }),
|
|
10593
10652
|
|
|
10594
|
-
/***/
|
|
10653
|
+
/***/ 61338:
|
|
10595
10654
|
/***/ (function(module) {
|
|
10596
10655
|
|
|
10656
|
+
"use strict";
|
|
10657
|
+
|
|
10597
10658
|
/*!
|
|
10598
10659
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10599
10660
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10600
10661
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10601
10662
|
*/
|
|
10602
|
-
|
|
10603
10663
|
module.exports = {
|
|
10604
|
-
|
|
10664
|
+
Spellcheck: '拼写检查'
|
|
10605
10665
|
};
|
|
10606
10666
|
|
|
10607
10667
|
|
|
10608
10668
|
/***/ }),
|
|
10609
10669
|
|
|
10610
|
-
/***/
|
|
10670
|
+
/***/ 58013:
|
|
10611
10671
|
/***/ (function(module) {
|
|
10612
10672
|
|
|
10673
|
+
"use strict";
|
|
10674
|
+
|
|
10613
10675
|
/*!
|
|
10614
10676
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10615
10677
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10616
10678
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10617
10679
|
*/
|
|
10618
|
-
|
|
10619
10680
|
module.exports = {
|
|
10620
|
-
|
|
10681
|
+
Spellcheck: 'สะกดคำ'
|
|
10621
10682
|
};
|
|
10622
10683
|
|
|
10623
10684
|
|
|
10624
10685
|
/***/ }),
|
|
10625
10686
|
|
|
10626
|
-
/***/
|
|
10687
|
+
/***/ 59891:
|
|
10627
10688
|
/***/ (function(module) {
|
|
10628
10689
|
|
|
10690
|
+
"use strict";
|
|
10691
|
+
|
|
10629
10692
|
/*!
|
|
10630
10693
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10631
10694
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10632
10695
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10633
10696
|
*/
|
|
10634
|
-
|
|
10635
10697
|
module.exports = {
|
|
10636
|
-
|
|
10698
|
+
symbols: 'رمز'
|
|
10637
10699
|
};
|
|
10638
10700
|
|
|
10639
10701
|
|
|
10640
10702
|
/***/ }),
|
|
10641
10703
|
|
|
10642
|
-
/***/
|
|
10704
|
+
/***/ 33280:
|
|
10643
10705
|
/***/ (function(module) {
|
|
10644
10706
|
|
|
10707
|
+
"use strict";
|
|
10708
|
+
|
|
10645
10709
|
/*!
|
|
10646
10710
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10647
10711
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10648
10712
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10649
10713
|
*/
|
|
10650
|
-
|
|
10651
10714
|
module.exports = {
|
|
10652
|
-
|
|
10715
|
+
symbols: 'symbol'
|
|
10653
10716
|
};
|
|
10654
10717
|
|
|
10655
10718
|
|
|
10656
10719
|
/***/ }),
|
|
10657
10720
|
|
|
10658
|
-
/***/
|
|
10721
|
+
/***/ 51063:
|
|
10659
10722
|
/***/ (function(module) {
|
|
10660
10723
|
|
|
10724
|
+
"use strict";
|
|
10725
|
+
|
|
10661
10726
|
/*!
|
|
10662
10727
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10663
10728
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10664
10729
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10665
10730
|
*/
|
|
10666
|
-
|
|
10667
10731
|
module.exports = {
|
|
10668
|
-
|
|
10732
|
+
symbols: 'Symbol'
|
|
10669
10733
|
};
|
|
10670
10734
|
|
|
10671
10735
|
|
|
10672
10736
|
/***/ }),
|
|
10673
10737
|
|
|
10674
|
-
/***/
|
|
10738
|
+
/***/ 45290:
|
|
10675
10739
|
/***/ (function(module) {
|
|
10676
10740
|
|
|
10741
|
+
"use strict";
|
|
10742
|
+
|
|
10677
10743
|
/*!
|
|
10678
10744
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10679
10745
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10680
10746
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10681
10747
|
*/
|
|
10682
|
-
|
|
10683
10748
|
module.exports = {
|
|
10684
|
-
|
|
10749
|
+
symbols: 'Símbolo'
|
|
10685
10750
|
};
|
|
10686
10751
|
|
|
10687
10752
|
|
|
10688
10753
|
/***/ }),
|
|
10689
10754
|
|
|
10690
|
-
/***/
|
|
10755
|
+
/***/ 38927:
|
|
10691
10756
|
/***/ (function(module) {
|
|
10692
10757
|
|
|
10758
|
+
"use strict";
|
|
10759
|
+
|
|
10693
10760
|
/*!
|
|
10694
10761
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10695
10762
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10696
10763
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10697
10764
|
*/
|
|
10698
|
-
|
|
10699
10765
|
module.exports = {
|
|
10700
|
-
|
|
10766
|
+
symbols: 'سمبل'
|
|
10701
10767
|
};
|
|
10702
10768
|
|
|
10703
10769
|
|
|
10704
10770
|
/***/ }),
|
|
10705
10771
|
|
|
10706
|
-
/***/
|
|
10772
|
+
/***/ 27021:
|
|
10707
10773
|
/***/ (function(module) {
|
|
10708
10774
|
|
|
10775
|
+
"use strict";
|
|
10776
|
+
|
|
10709
10777
|
/*!
|
|
10710
10778
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10711
10779
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10712
10780
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10713
10781
|
*/
|
|
10714
|
-
|
|
10715
10782
|
module.exports = {
|
|
10716
|
-
|
|
10783
|
+
symbols: 'caractère'
|
|
10717
10784
|
};
|
|
10718
10785
|
|
|
10719
10786
|
|
|
10720
10787
|
/***/ }),
|
|
10721
10788
|
|
|
10722
|
-
/***/
|
|
10789
|
+
/***/ 25112:
|
|
10723
10790
|
/***/ (function(module) {
|
|
10724
10791
|
|
|
10792
|
+
"use strict";
|
|
10793
|
+
|
|
10725
10794
|
/*!
|
|
10726
10795
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10727
10796
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10728
10797
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10729
10798
|
*/
|
|
10730
|
-
|
|
10731
10799
|
module.exports = {
|
|
10732
|
-
|
|
10800
|
+
symbols: 'תו מיוחד'
|
|
10733
10801
|
};
|
|
10734
10802
|
|
|
10735
10803
|
|
|
10736
10804
|
/***/ }),
|
|
10737
10805
|
|
|
10738
|
-
/***/
|
|
10806
|
+
/***/ 49274:
|
|
10739
10807
|
/***/ (function(module) {
|
|
10740
10808
|
|
|
10809
|
+
"use strict";
|
|
10810
|
+
|
|
10741
10811
|
/*!
|
|
10742
10812
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10743
10813
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10744
10814
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10745
10815
|
*/
|
|
10746
|
-
|
|
10747
10816
|
module.exports = {
|
|
10748
|
-
|
|
10817
|
+
symbols: 'Szimbólum'
|
|
10749
10818
|
};
|
|
10750
10819
|
|
|
10751
10820
|
|
|
10752
10821
|
/***/ }),
|
|
10753
10822
|
|
|
10754
|
-
/***/
|
|
10823
|
+
/***/ 23442:
|
|
10755
10824
|
/***/ (function(module) {
|
|
10756
10825
|
|
|
10826
|
+
"use strict";
|
|
10827
|
+
|
|
10757
10828
|
/*!
|
|
10758
10829
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10759
10830
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10760
10831
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10761
10832
|
*/
|
|
10762
|
-
|
|
10763
10833
|
module.exports = {
|
|
10764
|
-
|
|
10834
|
+
symbols: 'simbol'
|
|
10765
10835
|
};
|
|
10766
10836
|
|
|
10767
10837
|
|
|
10768
10838
|
/***/ }),
|
|
10769
10839
|
|
|
10770
|
-
/***/
|
|
10840
|
+
/***/ 13603:
|
|
10771
10841
|
/***/ (function(module) {
|
|
10772
10842
|
|
|
10843
|
+
"use strict";
|
|
10844
|
+
|
|
10773
10845
|
/*!
|
|
10774
10846
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10775
10847
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10776
10848
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10777
10849
|
*/
|
|
10778
|
-
|
|
10779
10850
|
module.exports = {
|
|
10780
|
-
|
|
10851
|
+
symbols: 'Simbolo'
|
|
10781
10852
|
};
|
|
10782
10853
|
|
|
10783
10854
|
|
|
10784
10855
|
/***/ }),
|
|
10785
10856
|
|
|
10786
|
-
/***/
|
|
10857
|
+
/***/ 33209:
|
|
10787
10858
|
/***/ (function(module) {
|
|
10788
10859
|
|
|
10860
|
+
"use strict";
|
|
10861
|
+
|
|
10789
10862
|
/*!
|
|
10790
10863
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10791
10864
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10792
10865
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10793
10866
|
*/
|
|
10794
|
-
|
|
10795
10867
|
module.exports = {
|
|
10796
|
-
|
|
10868
|
+
symbols: 'symbol'
|
|
10797
10869
|
};
|
|
10798
10870
|
|
|
10799
10871
|
|
|
10800
10872
|
/***/ }),
|
|
10801
10873
|
|
|
10802
|
-
/***/
|
|
10874
|
+
/***/ 19509:
|
|
10803
10875
|
/***/ (function(module) {
|
|
10804
10876
|
|
|
10877
|
+
"use strict";
|
|
10878
|
+
|
|
10805
10879
|
/*!
|
|
10806
10880
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10807
10881
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10808
10882
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10809
10883
|
*/
|
|
10810
|
-
|
|
10811
10884
|
module.exports = {
|
|
10812
|
-
|
|
10885
|
+
symbols: '기호'
|
|
10813
10886
|
};
|
|
10814
10887
|
|
|
10815
10888
|
|
|
10816
10889
|
/***/ }),
|
|
10817
10890
|
|
|
10818
|
-
/***/
|
|
10891
|
+
/***/ 35992:
|
|
10819
10892
|
/***/ (function(module) {
|
|
10820
10893
|
|
|
10894
|
+
"use strict";
|
|
10895
|
+
|
|
10821
10896
|
/*!
|
|
10822
10897
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10823
10898
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10824
10899
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10825
10900
|
*/
|
|
10826
|
-
|
|
10827
10901
|
module.exports = {
|
|
10828
|
-
|
|
10902
|
+
symbols: 'тэмдэгт'
|
|
10829
10903
|
};
|
|
10830
10904
|
|
|
10831
10905
|
|
|
10832
10906
|
/***/ }),
|
|
10833
10907
|
|
|
10834
|
-
/***/
|
|
10908
|
+
/***/ 74290:
|
|
10835
10909
|
/***/ (function(module) {
|
|
10836
10910
|
|
|
10911
|
+
"use strict";
|
|
10912
|
+
|
|
10837
10913
|
/*!
|
|
10838
10914
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10839
10915
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10840
10916
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10841
10917
|
*/
|
|
10842
|
-
|
|
10843
10918
|
module.exports = {
|
|
10844
|
-
|
|
10919
|
+
symbols: 'symbool'
|
|
10845
10920
|
};
|
|
10846
10921
|
|
|
10847
10922
|
|
|
10848
10923
|
/***/ }),
|
|
10849
10924
|
|
|
10850
|
-
/***/
|
|
10925
|
+
/***/ 33197:
|
|
10851
10926
|
/***/ (function(module) {
|
|
10852
10927
|
|
|
10928
|
+
"use strict";
|
|
10929
|
+
|
|
10853
10930
|
/*!
|
|
10854
10931
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10855
10932
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10856
10933
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10857
10934
|
*/
|
|
10858
|
-
|
|
10859
10935
|
module.exports = {
|
|
10860
|
-
|
|
10936
|
+
symbols: 'symbol'
|
|
10861
10937
|
};
|
|
10862
10938
|
|
|
10863
10939
|
|
|
10864
10940
|
/***/ }),
|
|
10865
10941
|
|
|
10866
|
-
/***/
|
|
10942
|
+
/***/ 52583:
|
|
10867
10943
|
/***/ (function(module) {
|
|
10868
10944
|
|
|
10945
|
+
"use strict";
|
|
10946
|
+
|
|
10869
10947
|
/*!
|
|
10870
10948
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10871
10949
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10872
10950
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10873
10951
|
*/
|
|
10874
|
-
|
|
10875
10952
|
module.exports = {
|
|
10876
|
-
|
|
10953
|
+
symbols: 'Símbolo'
|
|
10877
10954
|
};
|
|
10878
10955
|
|
|
10879
10956
|
|
|
10880
10957
|
/***/ }),
|
|
10881
10958
|
|
|
10882
|
-
/***/
|
|
10959
|
+
/***/ 28290:
|
|
10883
10960
|
/***/ (function(module) {
|
|
10884
10961
|
|
|
10962
|
+
"use strict";
|
|
10963
|
+
|
|
10885
10964
|
/*!
|
|
10886
10965
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10887
10966
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10888
10967
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10889
10968
|
*/
|
|
10890
|
-
|
|
10891
10969
|
module.exports = {
|
|
10892
|
-
|
|
10970
|
+
symbols: 'символ'
|
|
10893
10971
|
};
|
|
10894
10972
|
|
|
10895
10973
|
|
|
10896
10974
|
/***/ }),
|
|
10897
10975
|
|
|
10898
|
-
/***/
|
|
10976
|
+
/***/ 49629:
|
|
10899
10977
|
/***/ (function(module) {
|
|
10900
10978
|
|
|
10979
|
+
"use strict";
|
|
10980
|
+
|
|
10901
10981
|
/*!
|
|
10902
10982
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10903
10983
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10904
10984
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10905
10985
|
*/
|
|
10906
|
-
|
|
10907
10986
|
module.exports = {
|
|
10908
|
-
|
|
10987
|
+
symbols: 'Sembol'
|
|
10909
10988
|
};
|
|
10910
10989
|
|
|
10911
10990
|
|
|
10912
10991
|
/***/ }),
|
|
10913
10992
|
|
|
10914
|
-
/***/
|
|
10993
|
+
/***/ 59693:
|
|
10915
10994
|
/***/ (function(module) {
|
|
10916
10995
|
|
|
10996
|
+
"use strict";
|
|
10997
|
+
|
|
10917
10998
|
/*!
|
|
10918
10999
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10919
11000
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10920
11001
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10921
11002
|
*/
|
|
10922
|
-
|
|
10923
11003
|
module.exports = {
|
|
10924
|
-
|
|
11004
|
+
symbols: '符号'
|
|
10925
11005
|
};
|
|
10926
11006
|
|
|
10927
11007
|
|
|
10928
11008
|
/***/ }),
|
|
10929
11009
|
|
|
10930
|
-
/***/
|
|
11010
|
+
/***/ 92086:
|
|
10931
11011
|
/***/ (function(module) {
|
|
10932
11012
|
|
|
11013
|
+
"use strict";
|
|
11014
|
+
|
|
10933
11015
|
/*!
|
|
10934
11016
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10935
11017
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10936
11018
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10937
11019
|
*/
|
|
10938
|
-
|
|
10939
11020
|
module.exports = {
|
|
10940
|
-
|
|
11021
|
+
symbols: '符號'
|
|
10941
11022
|
};
|
|
10942
11023
|
|
|
10943
11024
|
|
|
@@ -12043,7 +12124,7 @@ __webpack_require__.d(after_insert_namespaceObject, {
|
|
|
12043
12124
|
// EXTERNAL MODULE: ./src/core/constants.ts
|
|
12044
12125
|
var constants = __webpack_require__(62924);
|
|
12045
12126
|
// EXTERNAL MODULE: ./node_modules/tslib/tslib.es6.js
|
|
12046
|
-
var tslib_es6 = __webpack_require__(
|
|
12127
|
+
var tslib_es6 = __webpack_require__(85699);
|
|
12047
12128
|
// EXTERNAL MODULE: ./src/config.ts
|
|
12048
12129
|
var config = __webpack_require__(37446);
|
|
12049
12130
|
// EXTERNAL MODULE: ./src/core/event-emitter/index.ts + 2 modules
|
|
@@ -12055,7 +12136,7 @@ var helpers = __webpack_require__(76974);
|
|
|
12055
12136
|
// EXTERNAL MODULE: ./src/core/helpers/utils/error/index.ts
|
|
12056
12137
|
var error = __webpack_require__(40840);
|
|
12057
12138
|
// EXTERNAL MODULE: ./src/core/decorators/index.ts + 7 modules
|
|
12058
|
-
var decorators = __webpack_require__(
|
|
12139
|
+
var decorators = __webpack_require__(98928);
|
|
12059
12140
|
;// CONCATENATED MODULE: ./src/core/request/response.ts
|
|
12060
12141
|
/*!
|
|
12061
12142
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
@@ -27717,64 +27798,64 @@ global/* pluginSystem.add */.pw.add('color', color);
|
|
|
27717
27798
|
var copy_format = __webpack_require__(79031);
|
|
27718
27799
|
var copy_format_default = /*#__PURE__*/__webpack_require__.n(copy_format);
|
|
27719
27800
|
// EXTERNAL MODULE: ./src/plugins/copy-format/langs/ar.js
|
|
27720
|
-
var langs_ar = __webpack_require__(
|
|
27801
|
+
var langs_ar = __webpack_require__(35395);
|
|
27721
27802
|
var ar_default = /*#__PURE__*/__webpack_require__.n(langs_ar);
|
|
27722
27803
|
// EXTERNAL MODULE: ./src/plugins/copy-format/langs/cs_cz.js
|
|
27723
|
-
var langs_cs_cz = __webpack_require__(
|
|
27804
|
+
var langs_cs_cz = __webpack_require__(95847);
|
|
27724
27805
|
var cs_cz_default = /*#__PURE__*/__webpack_require__.n(langs_cs_cz);
|
|
27725
27806
|
// EXTERNAL MODULE: ./src/plugins/copy-format/langs/de.js
|
|
27726
|
-
var langs_de = __webpack_require__(
|
|
27807
|
+
var langs_de = __webpack_require__(98627);
|
|
27727
27808
|
var de_default = /*#__PURE__*/__webpack_require__.n(langs_de);
|
|
27728
27809
|
// EXTERNAL MODULE: ./src/plugins/copy-format/langs/es.js
|
|
27729
|
-
var langs_es = __webpack_require__(
|
|
27810
|
+
var langs_es = __webpack_require__(20901);
|
|
27730
27811
|
var es_default = /*#__PURE__*/__webpack_require__.n(langs_es);
|
|
27731
27812
|
// EXTERNAL MODULE: ./src/plugins/copy-format/langs/fa.js
|
|
27732
|
-
var fa = __webpack_require__(
|
|
27813
|
+
var fa = __webpack_require__(26160);
|
|
27733
27814
|
var fa_default = /*#__PURE__*/__webpack_require__.n(fa);
|
|
27734
27815
|
// EXTERNAL MODULE: ./src/plugins/copy-format/langs/fr.js
|
|
27735
|
-
var langs_fr = __webpack_require__(
|
|
27816
|
+
var langs_fr = __webpack_require__(67888);
|
|
27736
27817
|
var fr_default = /*#__PURE__*/__webpack_require__.n(langs_fr);
|
|
27737
27818
|
// EXTERNAL MODULE: ./src/plugins/copy-format/langs/he.js
|
|
27738
|
-
var langs_he = __webpack_require__(
|
|
27819
|
+
var langs_he = __webpack_require__(15437);
|
|
27739
27820
|
var he_default = /*#__PURE__*/__webpack_require__.n(langs_he);
|
|
27740
27821
|
// EXTERNAL MODULE: ./src/plugins/copy-format/langs/hu.js
|
|
27741
|
-
var langs_hu = __webpack_require__(
|
|
27822
|
+
var langs_hu = __webpack_require__(71316);
|
|
27742
27823
|
var hu_default = /*#__PURE__*/__webpack_require__.n(langs_hu);
|
|
27743
27824
|
// EXTERNAL MODULE: ./src/plugins/copy-format/langs/id.js
|
|
27744
|
-
var langs_id = __webpack_require__(
|
|
27825
|
+
var langs_id = __webpack_require__(49137);
|
|
27745
27826
|
var id_default = /*#__PURE__*/__webpack_require__.n(langs_id);
|
|
27746
27827
|
// EXTERNAL MODULE: ./src/plugins/copy-format/langs/it.js
|
|
27747
|
-
var langs_it = __webpack_require__(
|
|
27828
|
+
var langs_it = __webpack_require__(87229);
|
|
27748
27829
|
var it_default = /*#__PURE__*/__webpack_require__.n(langs_it);
|
|
27749
27830
|
// EXTERNAL MODULE: ./src/plugins/copy-format/langs/ja.js
|
|
27750
|
-
var langs_ja = __webpack_require__(
|
|
27831
|
+
var langs_ja = __webpack_require__(74235);
|
|
27751
27832
|
var ja_default = /*#__PURE__*/__webpack_require__.n(langs_ja);
|
|
27752
27833
|
// EXTERNAL MODULE: ./src/plugins/copy-format/langs/ko.js
|
|
27753
|
-
var langs_ko = __webpack_require__(
|
|
27834
|
+
var langs_ko = __webpack_require__(98440);
|
|
27754
27835
|
var ko_default = /*#__PURE__*/__webpack_require__.n(langs_ko);
|
|
27755
27836
|
// EXTERNAL MODULE: ./src/plugins/copy-format/langs/mn.js
|
|
27756
|
-
var langs_mn = __webpack_require__(
|
|
27837
|
+
var langs_mn = __webpack_require__(5468);
|
|
27757
27838
|
var mn_default = /*#__PURE__*/__webpack_require__.n(langs_mn);
|
|
27758
27839
|
// EXTERNAL MODULE: ./src/plugins/copy-format/langs/nl.js
|
|
27759
|
-
var langs_nl = __webpack_require__(
|
|
27840
|
+
var langs_nl = __webpack_require__(21276);
|
|
27760
27841
|
var nl_default = /*#__PURE__*/__webpack_require__.n(langs_nl);
|
|
27761
27842
|
// EXTERNAL MODULE: ./src/plugins/copy-format/langs/pl.js
|
|
27762
|
-
var langs_pl = __webpack_require__(
|
|
27843
|
+
var langs_pl = __webpack_require__(76216);
|
|
27763
27844
|
var pl_default = /*#__PURE__*/__webpack_require__.n(langs_pl);
|
|
27764
27845
|
// EXTERNAL MODULE: ./src/plugins/copy-format/langs/pt_br.js
|
|
27765
|
-
var langs_pt_br = __webpack_require__(
|
|
27846
|
+
var langs_pt_br = __webpack_require__(30088);
|
|
27766
27847
|
var pt_br_default = /*#__PURE__*/__webpack_require__.n(langs_pt_br);
|
|
27767
27848
|
// EXTERNAL MODULE: ./src/plugins/copy-format/langs/ru.js
|
|
27768
|
-
var langs_ru = __webpack_require__(
|
|
27849
|
+
var langs_ru = __webpack_require__(66950);
|
|
27769
27850
|
var ru_default = /*#__PURE__*/__webpack_require__.n(langs_ru);
|
|
27770
27851
|
// EXTERNAL MODULE: ./src/plugins/copy-format/langs/tr.js
|
|
27771
|
-
var langs_tr = __webpack_require__(
|
|
27852
|
+
var langs_tr = __webpack_require__(21263);
|
|
27772
27853
|
var tr_default = /*#__PURE__*/__webpack_require__.n(langs_tr);
|
|
27773
27854
|
// EXTERNAL MODULE: ./src/plugins/copy-format/langs/zh_cn.js
|
|
27774
|
-
var langs_zh_cn = __webpack_require__(
|
|
27855
|
+
var langs_zh_cn = __webpack_require__(79511);
|
|
27775
27856
|
var zh_cn_default = /*#__PURE__*/__webpack_require__.n(langs_zh_cn);
|
|
27776
27857
|
// EXTERNAL MODULE: ./src/plugins/copy-format/langs/zh_tw.js
|
|
27777
|
-
var langs_zh_tw = __webpack_require__(
|
|
27858
|
+
var langs_zh_tw = __webpack_require__(12027);
|
|
27778
27859
|
var zh_tw_default = /*#__PURE__*/__webpack_require__.n(langs_zh_tw);
|
|
27779
27860
|
;// CONCATENATED MODULE: ./src/plugins/copy-format/langs/index.ts
|
|
27780
27861
|
/*!
|
|
@@ -31601,45 +31682,45 @@ function isGt(a, b, strict) {
|
|
|
31601
31682
|
global/* pluginSystem.add */.pw.add('limit', limit);
|
|
31602
31683
|
|
|
31603
31684
|
// EXTERNAL MODULE: ./src/plugins/line-height/langs/ar.js
|
|
31604
|
-
var line_height_langs_ar = __webpack_require__(
|
|
31685
|
+
var line_height_langs_ar = __webpack_require__(24511);
|
|
31605
31686
|
// EXTERNAL MODULE: ./src/plugins/line-height/langs/cs_cz.js
|
|
31606
|
-
var line_height_langs_cs_cz = __webpack_require__(
|
|
31687
|
+
var line_height_langs_cs_cz = __webpack_require__(94901);
|
|
31607
31688
|
// EXTERNAL MODULE: ./src/plugins/line-height/langs/de.js
|
|
31608
|
-
var line_height_langs_de = __webpack_require__(
|
|
31689
|
+
var line_height_langs_de = __webpack_require__(65117);
|
|
31609
31690
|
// EXTERNAL MODULE: ./src/plugins/line-height/langs/es.js
|
|
31610
|
-
var line_height_langs_es = __webpack_require__(
|
|
31691
|
+
var line_height_langs_es = __webpack_require__(92313);
|
|
31611
31692
|
// EXTERNAL MODULE: ./src/plugins/line-height/langs/fa.js
|
|
31612
|
-
var langs_fa = __webpack_require__(
|
|
31693
|
+
var langs_fa = __webpack_require__(44170);
|
|
31613
31694
|
// EXTERNAL MODULE: ./src/plugins/line-height/langs/fr.js
|
|
31614
|
-
var line_height_langs_fr = __webpack_require__(
|
|
31695
|
+
var line_height_langs_fr = __webpack_require__(75916);
|
|
31615
31696
|
// EXTERNAL MODULE: ./src/plugins/line-height/langs/he.js
|
|
31616
|
-
var line_height_langs_he = __webpack_require__(
|
|
31697
|
+
var line_height_langs_he = __webpack_require__(43353);
|
|
31617
31698
|
// EXTERNAL MODULE: ./src/plugins/line-height/langs/hu.js
|
|
31618
|
-
var line_height_langs_hu = __webpack_require__(
|
|
31699
|
+
var line_height_langs_hu = __webpack_require__(36668);
|
|
31619
31700
|
// EXTERNAL MODULE: ./src/plugins/line-height/langs/id.js
|
|
31620
|
-
var line_height_langs_id = __webpack_require__(
|
|
31701
|
+
var line_height_langs_id = __webpack_require__(74881);
|
|
31621
31702
|
// EXTERNAL MODULE: ./src/plugins/line-height/langs/it.js
|
|
31622
|
-
var line_height_langs_it = __webpack_require__(
|
|
31703
|
+
var line_height_langs_it = __webpack_require__(62585);
|
|
31623
31704
|
// EXTERNAL MODULE: ./src/plugins/line-height/langs/ja.js
|
|
31624
|
-
var line_height_langs_ja = __webpack_require__(
|
|
31705
|
+
var line_height_langs_ja = __webpack_require__(42150);
|
|
31625
31706
|
// EXTERNAL MODULE: ./src/plugins/line-height/langs/ko.js
|
|
31626
|
-
var line_height_langs_ko = __webpack_require__(
|
|
31707
|
+
var line_height_langs_ko = __webpack_require__(15449);
|
|
31627
31708
|
// EXTERNAL MODULE: ./src/plugins/line-height/langs/mn.js
|
|
31628
|
-
var line_height_langs_mn = __webpack_require__(
|
|
31709
|
+
var line_height_langs_mn = __webpack_require__(16717);
|
|
31629
31710
|
// EXTERNAL MODULE: ./src/plugins/line-height/langs/nl.js
|
|
31630
|
-
var line_height_langs_nl = __webpack_require__(
|
|
31711
|
+
var line_height_langs_nl = __webpack_require__(45424);
|
|
31631
31712
|
// EXTERNAL MODULE: ./src/plugins/line-height/langs/pl.js
|
|
31632
|
-
var line_height_langs_pl = __webpack_require__(
|
|
31713
|
+
var line_height_langs_pl = __webpack_require__(11146);
|
|
31633
31714
|
// EXTERNAL MODULE: ./src/plugins/line-height/langs/pt_br.js
|
|
31634
|
-
var line_height_langs_pt_br = __webpack_require__(
|
|
31715
|
+
var line_height_langs_pt_br = __webpack_require__(36477);
|
|
31635
31716
|
// EXTERNAL MODULE: ./src/plugins/line-height/langs/ru.js
|
|
31636
|
-
var line_height_langs_ru = __webpack_require__(
|
|
31717
|
+
var line_height_langs_ru = __webpack_require__(94675);
|
|
31637
31718
|
// EXTERNAL MODULE: ./src/plugins/line-height/langs/tr.js
|
|
31638
|
-
var line_height_langs_tr = __webpack_require__(
|
|
31719
|
+
var line_height_langs_tr = __webpack_require__(26129);
|
|
31639
31720
|
// EXTERNAL MODULE: ./src/plugins/line-height/langs/zh_cn.js
|
|
31640
|
-
var line_height_langs_zh_cn = __webpack_require__(
|
|
31721
|
+
var line_height_langs_zh_cn = __webpack_require__(1692);
|
|
31641
31722
|
// EXTERNAL MODULE: ./src/plugins/line-height/langs/zh_tw.js
|
|
31642
|
-
var line_height_langs_zh_tw = __webpack_require__(
|
|
31723
|
+
var line_height_langs_zh_tw = __webpack_require__(1566);
|
|
31643
31724
|
;// CONCATENATED MODULE: ./src/plugins/line-height/langs/index.ts
|
|
31644
31725
|
/*!
|
|
31645
31726
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
@@ -36723,45 +36804,45 @@ class source_source extends core_plugin/* Plugin */.S {
|
|
|
36723
36804
|
global/* pluginSystem.add */.pw.add('source', source_source);
|
|
36724
36805
|
|
|
36725
36806
|
// EXTERNAL MODULE: ./src/plugins/spellcheck/langs/ar.js
|
|
36726
|
-
var spellcheck_langs_ar = __webpack_require__(
|
|
36807
|
+
var spellcheck_langs_ar = __webpack_require__(25394);
|
|
36727
36808
|
// EXTERNAL MODULE: ./src/plugins/spellcheck/langs/cs_cz.js
|
|
36728
|
-
var spellcheck_langs_cs_cz = __webpack_require__(
|
|
36809
|
+
var spellcheck_langs_cs_cz = __webpack_require__(30809);
|
|
36729
36810
|
// EXTERNAL MODULE: ./src/plugins/spellcheck/langs/de.js
|
|
36730
|
-
var spellcheck_langs_de = __webpack_require__(
|
|
36811
|
+
var spellcheck_langs_de = __webpack_require__(55405);
|
|
36731
36812
|
// EXTERNAL MODULE: ./src/plugins/spellcheck/langs/es.js
|
|
36732
|
-
var spellcheck_langs_es = __webpack_require__(
|
|
36813
|
+
var spellcheck_langs_es = __webpack_require__(49529);
|
|
36733
36814
|
// EXTERNAL MODULE: ./src/plugins/spellcheck/langs/fa.js
|
|
36734
|
-
var spellcheck_langs_fa = __webpack_require__(
|
|
36815
|
+
var spellcheck_langs_fa = __webpack_require__(39850);
|
|
36735
36816
|
// EXTERNAL MODULE: ./src/plugins/spellcheck/langs/fr.js
|
|
36736
|
-
var spellcheck_langs_fr = __webpack_require__(
|
|
36817
|
+
var spellcheck_langs_fr = __webpack_require__(53866);
|
|
36737
36818
|
// EXTERNAL MODULE: ./src/plugins/spellcheck/langs/he.js
|
|
36738
|
-
var spellcheck_langs_he = __webpack_require__(
|
|
36819
|
+
var spellcheck_langs_he = __webpack_require__(68103);
|
|
36739
36820
|
// EXTERNAL MODULE: ./src/plugins/spellcheck/langs/hu.js
|
|
36740
|
-
var spellcheck_langs_hu = __webpack_require__(
|
|
36821
|
+
var spellcheck_langs_hu = __webpack_require__(59717);
|
|
36741
36822
|
// EXTERNAL MODULE: ./src/plugins/spellcheck/langs/id.js
|
|
36742
|
-
var spellcheck_langs_id = __webpack_require__(
|
|
36823
|
+
var spellcheck_langs_id = __webpack_require__(43703);
|
|
36743
36824
|
// EXTERNAL MODULE: ./src/plugins/spellcheck/langs/it.js
|
|
36744
|
-
var spellcheck_langs_it = __webpack_require__(
|
|
36825
|
+
var spellcheck_langs_it = __webpack_require__(15825);
|
|
36745
36826
|
// EXTERNAL MODULE: ./src/plugins/spellcheck/langs/ja.js
|
|
36746
|
-
var spellcheck_langs_ja = __webpack_require__(
|
|
36827
|
+
var spellcheck_langs_ja = __webpack_require__(693);
|
|
36747
36828
|
// EXTERNAL MODULE: ./src/plugins/spellcheck/langs/ko.js
|
|
36748
|
-
var spellcheck_langs_ko = __webpack_require__(
|
|
36829
|
+
var spellcheck_langs_ko = __webpack_require__(66389);
|
|
36749
36830
|
// EXTERNAL MODULE: ./src/plugins/spellcheck/langs/mn.js
|
|
36750
|
-
var spellcheck_langs_mn = __webpack_require__(
|
|
36831
|
+
var spellcheck_langs_mn = __webpack_require__(90239);
|
|
36751
36832
|
// EXTERNAL MODULE: ./src/plugins/spellcheck/langs/nl.js
|
|
36752
|
-
var spellcheck_langs_nl = __webpack_require__(
|
|
36833
|
+
var spellcheck_langs_nl = __webpack_require__(64914);
|
|
36753
36834
|
// EXTERNAL MODULE: ./src/plugins/spellcheck/langs/pl.js
|
|
36754
|
-
var spellcheck_langs_pl = __webpack_require__(
|
|
36835
|
+
var spellcheck_langs_pl = __webpack_require__(95177);
|
|
36755
36836
|
// EXTERNAL MODULE: ./src/plugins/spellcheck/langs/pt_br.js
|
|
36756
|
-
var spellcheck_langs_pt_br = __webpack_require__(
|
|
36837
|
+
var spellcheck_langs_pt_br = __webpack_require__(66174);
|
|
36757
36838
|
// EXTERNAL MODULE: ./src/plugins/spellcheck/langs/ru.js
|
|
36758
|
-
var spellcheck_langs_ru = __webpack_require__(
|
|
36839
|
+
var spellcheck_langs_ru = __webpack_require__(14004);
|
|
36759
36840
|
// EXTERNAL MODULE: ./src/plugins/spellcheck/langs/tr.js
|
|
36760
|
-
var spellcheck_langs_tr = __webpack_require__(
|
|
36841
|
+
var spellcheck_langs_tr = __webpack_require__(54002);
|
|
36761
36842
|
// EXTERNAL MODULE: ./src/plugins/spellcheck/langs/zh_cn.js
|
|
36762
|
-
var spellcheck_langs_zh_cn = __webpack_require__(
|
|
36843
|
+
var spellcheck_langs_zh_cn = __webpack_require__(61338);
|
|
36763
36844
|
// EXTERNAL MODULE: ./src/plugins/spellcheck/langs/zh_tw.js
|
|
36764
|
-
var spellcheck_langs_zh_tw = __webpack_require__(
|
|
36845
|
+
var spellcheck_langs_zh_tw = __webpack_require__(58013);
|
|
36765
36846
|
;// CONCATENATED MODULE: ./src/plugins/spellcheck/langs/index.ts
|
|
36766
36847
|
/*!
|
|
36767
36848
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
@@ -37067,45 +37148,45 @@ class sticky extends plugin_plugin/* Plugin */.S {
|
|
|
37067
37148
|
global/* pluginSystem.add */.pw.add('sticky', sticky);
|
|
37068
37149
|
|
|
37069
37150
|
// EXTERNAL MODULE: ./src/plugins/symbols/langs/ar.js
|
|
37070
|
-
var symbols_langs_ar = __webpack_require__(
|
|
37151
|
+
var symbols_langs_ar = __webpack_require__(59891);
|
|
37071
37152
|
// EXTERNAL MODULE: ./src/plugins/symbols/langs/cs_cz.js
|
|
37072
|
-
var symbols_langs_cs_cz = __webpack_require__(
|
|
37153
|
+
var symbols_langs_cs_cz = __webpack_require__(33280);
|
|
37073
37154
|
// EXTERNAL MODULE: ./src/plugins/symbols/langs/de.js
|
|
37074
|
-
var symbols_langs_de = __webpack_require__(
|
|
37155
|
+
var symbols_langs_de = __webpack_require__(51063);
|
|
37075
37156
|
// EXTERNAL MODULE: ./src/plugins/symbols/langs/es.js
|
|
37076
|
-
var symbols_langs_es = __webpack_require__(
|
|
37157
|
+
var symbols_langs_es = __webpack_require__(45290);
|
|
37077
37158
|
// EXTERNAL MODULE: ./src/plugins/symbols/langs/fa.js
|
|
37078
|
-
var symbols_langs_fa = __webpack_require__(
|
|
37159
|
+
var symbols_langs_fa = __webpack_require__(38927);
|
|
37079
37160
|
// EXTERNAL MODULE: ./src/plugins/symbols/langs/fr.js
|
|
37080
|
-
var symbols_langs_fr = __webpack_require__(
|
|
37161
|
+
var symbols_langs_fr = __webpack_require__(27021);
|
|
37081
37162
|
// EXTERNAL MODULE: ./src/plugins/symbols/langs/he.js
|
|
37082
|
-
var symbols_langs_he = __webpack_require__(
|
|
37163
|
+
var symbols_langs_he = __webpack_require__(25112);
|
|
37083
37164
|
// EXTERNAL MODULE: ./src/plugins/symbols/langs/hu.js
|
|
37084
|
-
var symbols_langs_hu = __webpack_require__(
|
|
37165
|
+
var symbols_langs_hu = __webpack_require__(49274);
|
|
37085
37166
|
// EXTERNAL MODULE: ./src/plugins/symbols/langs/id.js
|
|
37086
|
-
var symbols_langs_id = __webpack_require__(
|
|
37167
|
+
var symbols_langs_id = __webpack_require__(23442);
|
|
37087
37168
|
// EXTERNAL MODULE: ./src/plugins/symbols/langs/it.js
|
|
37088
|
-
var symbols_langs_it = __webpack_require__(
|
|
37169
|
+
var symbols_langs_it = __webpack_require__(13603);
|
|
37089
37170
|
// EXTERNAL MODULE: ./src/plugins/symbols/langs/ja.js
|
|
37090
|
-
var symbols_langs_ja = __webpack_require__(
|
|
37171
|
+
var symbols_langs_ja = __webpack_require__(33209);
|
|
37091
37172
|
// EXTERNAL MODULE: ./src/plugins/symbols/langs/ko.js
|
|
37092
|
-
var symbols_langs_ko = __webpack_require__(
|
|
37173
|
+
var symbols_langs_ko = __webpack_require__(19509);
|
|
37093
37174
|
// EXTERNAL MODULE: ./src/plugins/symbols/langs/mn.js
|
|
37094
|
-
var symbols_langs_mn = __webpack_require__(
|
|
37175
|
+
var symbols_langs_mn = __webpack_require__(35992);
|
|
37095
37176
|
// EXTERNAL MODULE: ./src/plugins/symbols/langs/nl.js
|
|
37096
|
-
var symbols_langs_nl = __webpack_require__(
|
|
37177
|
+
var symbols_langs_nl = __webpack_require__(74290);
|
|
37097
37178
|
// EXTERNAL MODULE: ./src/plugins/symbols/langs/pl.js
|
|
37098
|
-
var symbols_langs_pl = __webpack_require__(
|
|
37179
|
+
var symbols_langs_pl = __webpack_require__(33197);
|
|
37099
37180
|
// EXTERNAL MODULE: ./src/plugins/symbols/langs/pt_br.js
|
|
37100
|
-
var symbols_langs_pt_br = __webpack_require__(
|
|
37181
|
+
var symbols_langs_pt_br = __webpack_require__(52583);
|
|
37101
37182
|
// EXTERNAL MODULE: ./src/plugins/symbols/langs/ru.js
|
|
37102
|
-
var symbols_langs_ru = __webpack_require__(
|
|
37183
|
+
var symbols_langs_ru = __webpack_require__(28290);
|
|
37103
37184
|
// EXTERNAL MODULE: ./src/plugins/symbols/langs/tr.js
|
|
37104
|
-
var symbols_langs_tr = __webpack_require__(
|
|
37185
|
+
var symbols_langs_tr = __webpack_require__(49629);
|
|
37105
37186
|
// EXTERNAL MODULE: ./src/plugins/symbols/langs/zh_cn.js
|
|
37106
|
-
var symbols_langs_zh_cn = __webpack_require__(
|
|
37187
|
+
var symbols_langs_zh_cn = __webpack_require__(59693);
|
|
37107
37188
|
// EXTERNAL MODULE: ./src/plugins/symbols/langs/zh_tw.js
|
|
37108
|
-
var symbols_langs_zh_tw = __webpack_require__(
|
|
37189
|
+
var symbols_langs_zh_tw = __webpack_require__(92086);
|
|
37109
37190
|
;// CONCATENATED MODULE: ./src/plugins/symbols/langs/index.ts
|
|
37110
37191
|
/*!
|
|
37111
37192
|
* Jodit Editor (https://xdsoft.net/jodit/)
|