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/es2018/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";
|
|
@@ -1323,6 +1323,7 @@ class Config {
|
|
|
1323
1323
|
Config.prototype.controls = {};
|
|
1324
1324
|
|
|
1325
1325
|
|
|
1326
|
+
|
|
1326
1327
|
/***/ }),
|
|
1327
1328
|
|
|
1328
1329
|
/***/ 6913:
|
|
@@ -2021,7 +2022,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
2021
2022
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
2022
2023
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
2023
2024
|
*/
|
|
2024
|
-
const APP_VERSION = "4.0.0-beta.
|
|
2025
|
+
const APP_VERSION = "4.0.0-beta.48";
|
|
2025
2026
|
// eslint-disable-next-line prettier/prettier
|
|
2026
2027
|
const ES = "es2018";
|
|
2027
2028
|
const IS_ES_MODERN = true;
|
|
@@ -2367,7 +2368,7 @@ function derive(...traits) {
|
|
|
2367
2368
|
|
|
2368
2369
|
/***/ }),
|
|
2369
2370
|
|
|
2370
|
-
/***/
|
|
2371
|
+
/***/ 98928:
|
|
2371
2372
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
2372
2373
|
|
|
2373
2374
|
"use strict";
|
|
@@ -3572,9 +3573,9 @@ class Dom {
|
|
|
3572
3573
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
3573
3574
|
/* harmony export */ "b": function() { return /* binding */ LazyWalker; }
|
|
3574
3575
|
/* harmony export */ });
|
|
3575
|
-
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
3576
|
+
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(85699);
|
|
3576
3577
|
/* harmony import */ var jodit_core_event_emitter_eventify__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(3569);
|
|
3577
|
-
/* harmony import */ var jodit_core_decorators__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
3578
|
+
/* harmony import */ var jodit_core_decorators__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(98928);
|
|
3578
3579
|
/* harmony import */ var jodit_core_dom_dom__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(9162);
|
|
3579
3580
|
/*!
|
|
3580
3581
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
@@ -9273,9 +9274,9 @@ function getSpecialLists(jodit) {
|
|
|
9273
9274
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9274
9275
|
/* harmony export */ "S": function() { return /* binding */ Plugin; }
|
|
9275
9276
|
/* harmony export */ });
|
|
9276
|
-
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
9277
|
+
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(85699);
|
|
9277
9278
|
/* harmony import */ var jodit_core_component__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(47468);
|
|
9278
|
-
/* harmony import */ var jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
9279
|
+
/* harmony import */ var jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(98928);
|
|
9279
9280
|
/* harmony import */ var jodit_core_helpers_checker_is_jodit_object__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(8133);
|
|
9280
9281
|
/*!
|
|
9281
9282
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
@@ -9430,7 +9431,7 @@ class Mods {
|
|
|
9430
9431
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9431
9432
|
/* harmony export */ "u": function() { return /* binding */ UIElement; }
|
|
9432
9433
|
/* harmony export */ });
|
|
9433
|
-
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
9434
|
+
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(85699);
|
|
9434
9435
|
/* harmony import */ var jodit_core_component__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(47468);
|
|
9435
9436
|
/* harmony import */ var jodit_core_dom_dom__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(9162);
|
|
9436
9437
|
/* harmony import */ var jodit_core_traits_mods__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(53795);
|
|
@@ -9686,1281 +9687,1361 @@ Icon.__cache = new Map();
|
|
|
9686
9687
|
|
|
9687
9688
|
/***/ }),
|
|
9688
9689
|
|
|
9689
|
-
/***/
|
|
9690
|
+
/***/ 35395:
|
|
9690
9691
|
/***/ (function(module) {
|
|
9691
9692
|
|
|
9693
|
+
"use strict";
|
|
9694
|
+
|
|
9692
9695
|
/*!
|
|
9693
9696
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9694
9697
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
9695
9698
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
9696
9699
|
*/
|
|
9697
|
-
|
|
9698
9700
|
module.exports = {
|
|
9699
|
-
|
|
9701
|
+
'copy-format': 'نسخ التنسيق'
|
|
9700
9702
|
};
|
|
9701
9703
|
|
|
9702
9704
|
|
|
9703
9705
|
/***/ }),
|
|
9704
9706
|
|
|
9705
|
-
/***/
|
|
9707
|
+
/***/ 95847:
|
|
9706
9708
|
/***/ (function(module) {
|
|
9707
9709
|
|
|
9710
|
+
"use strict";
|
|
9711
|
+
|
|
9708
9712
|
/*!
|
|
9709
9713
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9710
9714
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
9711
9715
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
9712
9716
|
*/
|
|
9713
|
-
|
|
9714
9717
|
module.exports = {
|
|
9715
|
-
|
|
9718
|
+
'copy-format': 'Kopírovat formát'
|
|
9716
9719
|
};
|
|
9717
9720
|
|
|
9718
9721
|
|
|
9719
9722
|
/***/ }),
|
|
9720
9723
|
|
|
9721
|
-
/***/
|
|
9724
|
+
/***/ 98627:
|
|
9722
9725
|
/***/ (function(module) {
|
|
9723
9726
|
|
|
9727
|
+
"use strict";
|
|
9728
|
+
|
|
9724
9729
|
/*!
|
|
9725
9730
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9726
9731
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
9727
9732
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
9728
9733
|
*/
|
|
9729
|
-
|
|
9730
9734
|
module.exports = {
|
|
9731
|
-
|
|
9735
|
+
'copy-format': 'Format kopierenт'
|
|
9732
9736
|
};
|
|
9733
9737
|
|
|
9734
9738
|
|
|
9735
9739
|
/***/ }),
|
|
9736
9740
|
|
|
9737
|
-
/***/
|
|
9741
|
+
/***/ 20901:
|
|
9738
9742
|
/***/ (function(module) {
|
|
9739
9743
|
|
|
9744
|
+
"use strict";
|
|
9745
|
+
|
|
9740
9746
|
/*!
|
|
9741
9747
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9742
9748
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
9743
9749
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
9744
9750
|
*/
|
|
9745
|
-
|
|
9746
9751
|
module.exports = {
|
|
9747
|
-
|
|
9752
|
+
'copy-format': 'Copiar formato'
|
|
9748
9753
|
};
|
|
9749
9754
|
|
|
9750
9755
|
|
|
9751
9756
|
/***/ }),
|
|
9752
9757
|
|
|
9753
|
-
/***/
|
|
9758
|
+
/***/ 26160:
|
|
9754
9759
|
/***/ (function(module) {
|
|
9755
9760
|
|
|
9761
|
+
"use strict";
|
|
9762
|
+
|
|
9756
9763
|
/*!
|
|
9757
9764
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9758
9765
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
9759
9766
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
9760
9767
|
*/
|
|
9761
|
-
|
|
9762
9768
|
module.exports = {
|
|
9763
|
-
|
|
9769
|
+
'copy-format': 'کپی کردن قالب'
|
|
9764
9770
|
};
|
|
9765
9771
|
|
|
9766
9772
|
|
|
9767
9773
|
/***/ }),
|
|
9768
9774
|
|
|
9769
|
-
/***/
|
|
9775
|
+
/***/ 67888:
|
|
9770
9776
|
/***/ (function(module) {
|
|
9771
9777
|
|
|
9778
|
+
"use strict";
|
|
9779
|
+
|
|
9772
9780
|
/*!
|
|
9773
9781
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9774
9782
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
9775
9783
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
9776
9784
|
*/
|
|
9777
|
-
|
|
9778
9785
|
module.exports = {
|
|
9779
|
-
|
|
9786
|
+
'copy-format': 'Format de copie'
|
|
9780
9787
|
};
|
|
9781
9788
|
|
|
9782
9789
|
|
|
9783
9790
|
/***/ }),
|
|
9784
9791
|
|
|
9785
|
-
/***/
|
|
9792
|
+
/***/ 15437:
|
|
9786
9793
|
/***/ (function(module) {
|
|
9787
9794
|
|
|
9795
|
+
"use strict";
|
|
9796
|
+
|
|
9788
9797
|
/*!
|
|
9789
9798
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9790
9799
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
9791
9800
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
9792
9801
|
*/
|
|
9793
|
-
|
|
9794
9802
|
module.exports = {
|
|
9795
|
-
|
|
9803
|
+
'copy-format': 'העתק עיצוב'
|
|
9796
9804
|
};
|
|
9797
9805
|
|
|
9798
9806
|
|
|
9799
9807
|
/***/ }),
|
|
9800
9808
|
|
|
9801
|
-
/***/
|
|
9809
|
+
/***/ 71316:
|
|
9802
9810
|
/***/ (function(module) {
|
|
9803
9811
|
|
|
9812
|
+
"use strict";
|
|
9813
|
+
|
|
9804
9814
|
/*!
|
|
9805
9815
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9806
9816
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
9807
9817
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
9808
9818
|
*/
|
|
9809
|
-
|
|
9810
9819
|
module.exports = {
|
|
9811
|
-
|
|
9820
|
+
'copy-format': 'Formátum másolás'
|
|
9812
9821
|
};
|
|
9813
9822
|
|
|
9814
9823
|
|
|
9815
9824
|
/***/ }),
|
|
9816
9825
|
|
|
9817
|
-
/***/
|
|
9826
|
+
/***/ 49137:
|
|
9818
9827
|
/***/ (function(module) {
|
|
9819
9828
|
|
|
9829
|
+
"use strict";
|
|
9830
|
+
|
|
9820
9831
|
/*!
|
|
9821
9832
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9822
9833
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
9823
9834
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
9824
9835
|
*/
|
|
9825
|
-
|
|
9826
9836
|
module.exports = {
|
|
9827
|
-
|
|
9837
|
+
'copy-format': 'salin format'
|
|
9828
9838
|
};
|
|
9829
9839
|
|
|
9830
9840
|
|
|
9831
9841
|
/***/ }),
|
|
9832
9842
|
|
|
9833
|
-
/***/
|
|
9843
|
+
/***/ 87229:
|
|
9834
9844
|
/***/ (function(module) {
|
|
9835
9845
|
|
|
9846
|
+
"use strict";
|
|
9847
|
+
|
|
9836
9848
|
/*!
|
|
9837
9849
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9838
9850
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
9839
9851
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
9840
9852
|
*/
|
|
9841
|
-
|
|
9842
9853
|
module.exports = {
|
|
9843
|
-
|
|
9854
|
+
'copy-format': 'Copia il formato'
|
|
9844
9855
|
};
|
|
9845
9856
|
|
|
9846
9857
|
|
|
9847
9858
|
/***/ }),
|
|
9848
9859
|
|
|
9849
|
-
/***/
|
|
9860
|
+
/***/ 74235:
|
|
9850
9861
|
/***/ (function(module) {
|
|
9851
9862
|
|
|
9863
|
+
"use strict";
|
|
9864
|
+
|
|
9852
9865
|
/*!
|
|
9853
9866
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9854
9867
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
9855
9868
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
9856
9869
|
*/
|
|
9857
|
-
|
|
9858
9870
|
module.exports = {
|
|
9859
|
-
|
|
9871
|
+
'copy-format': 'copyformat'
|
|
9860
9872
|
};
|
|
9861
9873
|
|
|
9862
9874
|
|
|
9863
9875
|
/***/ }),
|
|
9864
9876
|
|
|
9865
|
-
/***/
|
|
9877
|
+
/***/ 98440:
|
|
9866
9878
|
/***/ (function(module) {
|
|
9867
9879
|
|
|
9880
|
+
"use strict";
|
|
9881
|
+
|
|
9868
9882
|
/*!
|
|
9869
9883
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9870
9884
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
9871
9885
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
9872
9886
|
*/
|
|
9873
|
-
|
|
9874
9887
|
module.exports = {
|
|
9875
|
-
|
|
9888
|
+
'copy-format': '복사 형식'
|
|
9876
9889
|
};
|
|
9877
9890
|
|
|
9878
9891
|
|
|
9879
9892
|
/***/ }),
|
|
9880
9893
|
|
|
9881
|
-
/***/
|
|
9894
|
+
/***/ 5468:
|
|
9882
9895
|
/***/ (function(module) {
|
|
9883
9896
|
|
|
9897
|
+
"use strict";
|
|
9898
|
+
|
|
9884
9899
|
/*!
|
|
9885
9900
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9886
9901
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
9887
9902
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
9888
9903
|
*/
|
|
9889
|
-
|
|
9890
9904
|
module.exports = {
|
|
9891
|
-
|
|
9905
|
+
'copy-format': 'Формат хуулах'
|
|
9892
9906
|
};
|
|
9893
9907
|
|
|
9894
9908
|
|
|
9895
9909
|
/***/ }),
|
|
9896
9910
|
|
|
9897
|
-
/***/
|
|
9911
|
+
/***/ 21276:
|
|
9898
9912
|
/***/ (function(module) {
|
|
9899
9913
|
|
|
9914
|
+
"use strict";
|
|
9915
|
+
|
|
9900
9916
|
/*!
|
|
9901
9917
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9902
9918
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
9903
9919
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
9904
9920
|
*/
|
|
9905
|
-
|
|
9906
9921
|
module.exports = {
|
|
9907
|
-
|
|
9922
|
+
'copy-format': 'opmaak kopiëren'
|
|
9908
9923
|
};
|
|
9909
9924
|
|
|
9910
9925
|
|
|
9911
9926
|
/***/ }),
|
|
9912
9927
|
|
|
9913
|
-
/***/
|
|
9928
|
+
/***/ 76216:
|
|
9914
9929
|
/***/ (function(module) {
|
|
9915
9930
|
|
|
9931
|
+
"use strict";
|
|
9932
|
+
|
|
9916
9933
|
/*!
|
|
9917
9934
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9918
9935
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
9919
9936
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
9920
9937
|
*/
|
|
9921
|
-
|
|
9922
9938
|
module.exports = {
|
|
9923
|
-
|
|
9939
|
+
'copy-format': 'format kopii'
|
|
9924
9940
|
};
|
|
9925
9941
|
|
|
9926
9942
|
|
|
9927
9943
|
/***/ }),
|
|
9928
9944
|
|
|
9929
|
-
/***/
|
|
9945
|
+
/***/ 30088:
|
|
9930
9946
|
/***/ (function(module) {
|
|
9931
9947
|
|
|
9948
|
+
"use strict";
|
|
9949
|
+
|
|
9932
9950
|
/*!
|
|
9933
9951
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9934
9952
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
9935
9953
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
9936
9954
|
*/
|
|
9937
|
-
|
|
9938
9955
|
module.exports = {
|
|
9939
|
-
|
|
9956
|
+
'copy-format': 'Copiar formato'
|
|
9940
9957
|
};
|
|
9941
9958
|
|
|
9942
9959
|
|
|
9943
9960
|
/***/ }),
|
|
9944
9961
|
|
|
9945
|
-
/***/
|
|
9962
|
+
/***/ 66950:
|
|
9946
9963
|
/***/ (function(module) {
|
|
9947
9964
|
|
|
9965
|
+
"use strict";
|
|
9966
|
+
|
|
9948
9967
|
/*!
|
|
9949
9968
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9950
9969
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
9951
9970
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
9952
9971
|
*/
|
|
9953
|
-
|
|
9954
9972
|
module.exports = {
|
|
9955
|
-
|
|
9973
|
+
'copy-format': 'Копировать формат'
|
|
9956
9974
|
};
|
|
9957
9975
|
|
|
9958
9976
|
|
|
9959
9977
|
/***/ }),
|
|
9960
9978
|
|
|
9961
|
-
/***/
|
|
9979
|
+
/***/ 21263:
|
|
9962
9980
|
/***/ (function(module) {
|
|
9963
9981
|
|
|
9982
|
+
"use strict";
|
|
9983
|
+
|
|
9964
9984
|
/*!
|
|
9965
9985
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9966
9986
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
9967
9987
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
9968
9988
|
*/
|
|
9969
|
-
|
|
9970
9989
|
module.exports = {
|
|
9971
|
-
|
|
9990
|
+
'copy-format': 'Kopyalama Biçimi'
|
|
9972
9991
|
};
|
|
9973
9992
|
|
|
9974
9993
|
|
|
9975
9994
|
/***/ }),
|
|
9976
9995
|
|
|
9977
|
-
/***/
|
|
9996
|
+
/***/ 79511:
|
|
9978
9997
|
/***/ (function(module) {
|
|
9979
9998
|
|
|
9999
|
+
"use strict";
|
|
10000
|
+
|
|
9980
10001
|
/*!
|
|
9981
10002
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9982
10003
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
9983
10004
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
9984
10005
|
*/
|
|
9985
|
-
|
|
9986
10006
|
module.exports = {
|
|
9987
|
-
|
|
10007
|
+
'copy-format': '复制格式'
|
|
9988
10008
|
};
|
|
9989
10009
|
|
|
9990
10010
|
|
|
9991
10011
|
/***/ }),
|
|
9992
10012
|
|
|
9993
|
-
/***/
|
|
10013
|
+
/***/ 12027:
|
|
9994
10014
|
/***/ (function(module) {
|
|
9995
10015
|
|
|
10016
|
+
"use strict";
|
|
10017
|
+
|
|
9996
10018
|
/*!
|
|
9997
10019
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9998
10020
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
9999
10021
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10000
10022
|
*/
|
|
10001
|
-
|
|
10002
10023
|
module.exports = {
|
|
10003
|
-
|
|
10024
|
+
'copy-format': '複製格式'
|
|
10004
10025
|
};
|
|
10005
10026
|
|
|
10006
10027
|
|
|
10007
10028
|
/***/ }),
|
|
10008
10029
|
|
|
10009
|
-
/***/
|
|
10030
|
+
/***/ 24511:
|
|
10010
10031
|
/***/ (function(module) {
|
|
10011
10032
|
|
|
10033
|
+
"use strict";
|
|
10034
|
+
|
|
10012
10035
|
/*!
|
|
10013
10036
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10014
10037
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10015
10038
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10016
10039
|
*/
|
|
10017
|
-
|
|
10018
10040
|
module.exports = {
|
|
10019
|
-
|
|
10041
|
+
'Line height': 'ارتفاع الخط'
|
|
10020
10042
|
};
|
|
10021
10043
|
|
|
10022
10044
|
|
|
10023
10045
|
/***/ }),
|
|
10024
10046
|
|
|
10025
|
-
/***/
|
|
10047
|
+
/***/ 94901:
|
|
10026
10048
|
/***/ (function(module) {
|
|
10027
10049
|
|
|
10050
|
+
"use strict";
|
|
10051
|
+
|
|
10028
10052
|
/*!
|
|
10029
10053
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10030
10054
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10031
10055
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10032
10056
|
*/
|
|
10033
|
-
|
|
10034
10057
|
module.exports = {
|
|
10035
|
-
|
|
10058
|
+
'Line height': 'Výška čáry'
|
|
10036
10059
|
};
|
|
10037
10060
|
|
|
10038
10061
|
|
|
10039
10062
|
/***/ }),
|
|
10040
10063
|
|
|
10041
|
-
/***/
|
|
10064
|
+
/***/ 65117:
|
|
10042
10065
|
/***/ (function(module) {
|
|
10043
10066
|
|
|
10067
|
+
"use strict";
|
|
10068
|
+
|
|
10044
10069
|
/*!
|
|
10045
10070
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10046
10071
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10047
10072
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10048
10073
|
*/
|
|
10049
|
-
|
|
10050
10074
|
module.exports = {
|
|
10051
|
-
|
|
10075
|
+
'Line height': 'Zeilenhöhe'
|
|
10052
10076
|
};
|
|
10053
10077
|
|
|
10054
10078
|
|
|
10055
10079
|
/***/ }),
|
|
10056
10080
|
|
|
10057
|
-
/***/
|
|
10081
|
+
/***/ 92313:
|
|
10058
10082
|
/***/ (function(module) {
|
|
10059
10083
|
|
|
10084
|
+
"use strict";
|
|
10085
|
+
|
|
10060
10086
|
/*!
|
|
10061
10087
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10062
10088
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10063
10089
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10064
10090
|
*/
|
|
10065
|
-
|
|
10066
10091
|
module.exports = {
|
|
10067
|
-
|
|
10092
|
+
'Line height': 'Altura de la línea'
|
|
10068
10093
|
};
|
|
10069
10094
|
|
|
10070
10095
|
|
|
10071
10096
|
/***/ }),
|
|
10072
10097
|
|
|
10073
|
-
/***/
|
|
10098
|
+
/***/ 44170:
|
|
10074
10099
|
/***/ (function(module) {
|
|
10075
10100
|
|
|
10101
|
+
"use strict";
|
|
10102
|
+
|
|
10076
10103
|
/*!
|
|
10077
10104
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10078
10105
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10079
10106
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10080
10107
|
*/
|
|
10081
|
-
|
|
10082
10108
|
module.exports = {
|
|
10083
|
-
|
|
10109
|
+
'Line height': 'ارتفاع خط'
|
|
10084
10110
|
};
|
|
10085
10111
|
|
|
10086
10112
|
|
|
10087
10113
|
/***/ }),
|
|
10088
10114
|
|
|
10089
|
-
/***/
|
|
10115
|
+
/***/ 75916:
|
|
10090
10116
|
/***/ (function(module) {
|
|
10091
10117
|
|
|
10118
|
+
"use strict";
|
|
10119
|
+
|
|
10092
10120
|
/*!
|
|
10093
10121
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10094
10122
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10095
10123
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10096
10124
|
*/
|
|
10097
|
-
|
|
10098
10125
|
module.exports = {
|
|
10099
|
-
|
|
10126
|
+
'Line height': 'Hauteur de ligne'
|
|
10100
10127
|
};
|
|
10101
10128
|
|
|
10102
10129
|
|
|
10103
10130
|
/***/ }),
|
|
10104
10131
|
|
|
10105
|
-
/***/
|
|
10132
|
+
/***/ 43353:
|
|
10106
10133
|
/***/ (function(module) {
|
|
10107
10134
|
|
|
10135
|
+
"use strict";
|
|
10136
|
+
|
|
10108
10137
|
/*!
|
|
10109
10138
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10110
10139
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10111
10140
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10112
10141
|
*/
|
|
10113
|
-
|
|
10114
10142
|
module.exports = {
|
|
10115
|
-
|
|
10143
|
+
'Line height': 'גובה שורה'
|
|
10116
10144
|
};
|
|
10117
10145
|
|
|
10118
10146
|
|
|
10119
10147
|
/***/ }),
|
|
10120
10148
|
|
|
10121
|
-
/***/
|
|
10149
|
+
/***/ 36668:
|
|
10122
10150
|
/***/ (function(module) {
|
|
10123
10151
|
|
|
10152
|
+
"use strict";
|
|
10153
|
+
|
|
10124
10154
|
/*!
|
|
10125
10155
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10126
10156
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10127
10157
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10128
10158
|
*/
|
|
10129
|
-
|
|
10130
10159
|
module.exports = {
|
|
10131
|
-
|
|
10160
|
+
'Line height': 'Vonal magassága'
|
|
10132
10161
|
};
|
|
10133
10162
|
|
|
10134
10163
|
|
|
10135
10164
|
/***/ }),
|
|
10136
10165
|
|
|
10137
|
-
/***/
|
|
10166
|
+
/***/ 74881:
|
|
10138
10167
|
/***/ (function(module) {
|
|
10139
10168
|
|
|
10169
|
+
"use strict";
|
|
10170
|
+
|
|
10140
10171
|
/*!
|
|
10141
10172
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10142
10173
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10143
10174
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10144
10175
|
*/
|
|
10145
|
-
|
|
10146
10176
|
module.exports = {
|
|
10147
|
-
|
|
10177
|
+
'Line height': 'Tinggi baris'
|
|
10148
10178
|
};
|
|
10149
10179
|
|
|
10150
10180
|
|
|
10151
10181
|
/***/ }),
|
|
10152
10182
|
|
|
10153
|
-
/***/
|
|
10183
|
+
/***/ 62585:
|
|
10154
10184
|
/***/ (function(module) {
|
|
10155
10185
|
|
|
10186
|
+
"use strict";
|
|
10187
|
+
|
|
10156
10188
|
/*!
|
|
10157
10189
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10158
10190
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10159
10191
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10160
10192
|
*/
|
|
10161
|
-
|
|
10162
10193
|
module.exports = {
|
|
10163
|
-
|
|
10194
|
+
'Line height': 'Altezza linea'
|
|
10164
10195
|
};
|
|
10165
10196
|
|
|
10166
10197
|
|
|
10167
10198
|
/***/ }),
|
|
10168
10199
|
|
|
10169
|
-
/***/
|
|
10200
|
+
/***/ 42150:
|
|
10170
10201
|
/***/ (function(module) {
|
|
10171
10202
|
|
|
10203
|
+
"use strict";
|
|
10204
|
+
|
|
10172
10205
|
/*!
|
|
10173
10206
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10174
10207
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10175
10208
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10176
10209
|
*/
|
|
10177
|
-
|
|
10178
10210
|
module.exports = {
|
|
10179
|
-
|
|
10211
|
+
'Line height': 'ラインの高さ'
|
|
10180
10212
|
};
|
|
10181
10213
|
|
|
10182
10214
|
|
|
10183
10215
|
/***/ }),
|
|
10184
10216
|
|
|
10185
|
-
/***/
|
|
10217
|
+
/***/ 15449:
|
|
10186
10218
|
/***/ (function(module) {
|
|
10187
10219
|
|
|
10220
|
+
"use strict";
|
|
10221
|
+
|
|
10188
10222
|
/*!
|
|
10189
10223
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10190
10224
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10191
10225
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10192
10226
|
*/
|
|
10193
|
-
|
|
10194
10227
|
module.exports = {
|
|
10195
|
-
|
|
10228
|
+
'Line height': '선 높이'
|
|
10196
10229
|
};
|
|
10197
10230
|
|
|
10198
10231
|
|
|
10199
10232
|
/***/ }),
|
|
10200
10233
|
|
|
10201
|
-
/***/
|
|
10234
|
+
/***/ 16717:
|
|
10202
10235
|
/***/ (function(module) {
|
|
10203
10236
|
|
|
10237
|
+
"use strict";
|
|
10238
|
+
|
|
10204
10239
|
/*!
|
|
10205
10240
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10206
10241
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10207
10242
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10208
10243
|
*/
|
|
10209
|
-
|
|
10210
10244
|
module.exports = {
|
|
10211
|
-
|
|
10245
|
+
'Line height': 'Зураасны өндөр'
|
|
10212
10246
|
};
|
|
10213
10247
|
|
|
10214
10248
|
|
|
10215
10249
|
/***/ }),
|
|
10216
10250
|
|
|
10217
|
-
/***/
|
|
10251
|
+
/***/ 45424:
|
|
10218
10252
|
/***/ (function(module) {
|
|
10219
10253
|
|
|
10254
|
+
"use strict";
|
|
10255
|
+
|
|
10220
10256
|
/*!
|
|
10221
10257
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10222
10258
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10223
10259
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10224
10260
|
*/
|
|
10225
|
-
|
|
10226
10261
|
module.exports = {
|
|
10227
|
-
|
|
10262
|
+
'Line height': 'Lijnhoogte'
|
|
10228
10263
|
};
|
|
10229
10264
|
|
|
10230
10265
|
|
|
10231
10266
|
/***/ }),
|
|
10232
10267
|
|
|
10233
|
-
/***/
|
|
10268
|
+
/***/ 11146:
|
|
10234
10269
|
/***/ (function(module) {
|
|
10235
10270
|
|
|
10271
|
+
"use strict";
|
|
10272
|
+
|
|
10236
10273
|
/*!
|
|
10237
10274
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10238
10275
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10239
10276
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10240
10277
|
*/
|
|
10241
|
-
|
|
10242
10278
|
module.exports = {
|
|
10243
|
-
|
|
10279
|
+
'Line height': 'Wysokość linii'
|
|
10244
10280
|
};
|
|
10245
10281
|
|
|
10246
10282
|
|
|
10247
10283
|
/***/ }),
|
|
10248
10284
|
|
|
10249
|
-
/***/
|
|
10285
|
+
/***/ 36477:
|
|
10250
10286
|
/***/ (function(module) {
|
|
10251
10287
|
|
|
10288
|
+
"use strict";
|
|
10289
|
+
|
|
10252
10290
|
/*!
|
|
10253
10291
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10254
10292
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10255
10293
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10256
10294
|
*/
|
|
10257
|
-
|
|
10258
10295
|
module.exports = {
|
|
10259
|
-
|
|
10296
|
+
'Line height': 'Altura da linha'
|
|
10260
10297
|
};
|
|
10261
10298
|
|
|
10262
10299
|
|
|
10263
10300
|
/***/ }),
|
|
10264
10301
|
|
|
10265
|
-
/***/
|
|
10302
|
+
/***/ 94675:
|
|
10266
10303
|
/***/ (function(module) {
|
|
10267
10304
|
|
|
10305
|
+
"use strict";
|
|
10306
|
+
|
|
10268
10307
|
/*!
|
|
10269
10308
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10270
10309
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10271
10310
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10272
10311
|
*/
|
|
10273
|
-
|
|
10274
10312
|
module.exports = {
|
|
10275
|
-
|
|
10313
|
+
'Line height': 'Высота линии'
|
|
10276
10314
|
};
|
|
10277
10315
|
|
|
10278
10316
|
|
|
10279
10317
|
/***/ }),
|
|
10280
10318
|
|
|
10281
|
-
/***/
|
|
10319
|
+
/***/ 26129:
|
|
10282
10320
|
/***/ (function(module) {
|
|
10283
10321
|
|
|
10322
|
+
"use strict";
|
|
10323
|
+
|
|
10284
10324
|
/*!
|
|
10285
10325
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10286
10326
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10287
10327
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10288
10328
|
*/
|
|
10289
|
-
|
|
10290
10329
|
module.exports = {
|
|
10291
|
-
|
|
10330
|
+
'Line height': 'Çizgi yüksekliği'
|
|
10292
10331
|
};
|
|
10293
10332
|
|
|
10294
10333
|
|
|
10295
10334
|
/***/ }),
|
|
10296
10335
|
|
|
10297
|
-
/***/
|
|
10336
|
+
/***/ 1692:
|
|
10298
10337
|
/***/ (function(module) {
|
|
10299
10338
|
|
|
10339
|
+
"use strict";
|
|
10340
|
+
|
|
10300
10341
|
/*!
|
|
10301
10342
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10302
10343
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10303
10344
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10304
10345
|
*/
|
|
10305
|
-
|
|
10306
10346
|
module.exports = {
|
|
10307
|
-
|
|
10347
|
+
'Line height': '线高'
|
|
10308
10348
|
};
|
|
10309
10349
|
|
|
10310
10350
|
|
|
10311
10351
|
/***/ }),
|
|
10312
10352
|
|
|
10313
|
-
/***/
|
|
10353
|
+
/***/ 1566:
|
|
10314
10354
|
/***/ (function(module) {
|
|
10315
10355
|
|
|
10356
|
+
"use strict";
|
|
10357
|
+
|
|
10316
10358
|
/*!
|
|
10317
10359
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10318
10360
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10319
10361
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10320
10362
|
*/
|
|
10321
|
-
|
|
10322
10363
|
module.exports = {
|
|
10323
|
-
|
|
10364
|
+
'Line height': 'ความสูงเส้น'
|
|
10324
10365
|
};
|
|
10325
10366
|
|
|
10326
10367
|
|
|
10327
10368
|
/***/ }),
|
|
10328
10369
|
|
|
10329
|
-
/***/
|
|
10370
|
+
/***/ 25394:
|
|
10330
10371
|
/***/ (function(module) {
|
|
10331
10372
|
|
|
10373
|
+
"use strict";
|
|
10374
|
+
|
|
10332
10375
|
/*!
|
|
10333
10376
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10334
10377
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10335
10378
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10336
10379
|
*/
|
|
10337
|
-
|
|
10338
10380
|
module.exports = {
|
|
10339
|
-
|
|
10381
|
+
Spellcheck: 'التدقيق الإملائي'
|
|
10340
10382
|
};
|
|
10341
10383
|
|
|
10342
10384
|
|
|
10343
10385
|
/***/ }),
|
|
10344
10386
|
|
|
10345
|
-
/***/
|
|
10387
|
+
/***/ 30809:
|
|
10346
10388
|
/***/ (function(module) {
|
|
10347
10389
|
|
|
10390
|
+
"use strict";
|
|
10391
|
+
|
|
10348
10392
|
/*!
|
|
10349
10393
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10350
10394
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10351
10395
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10352
10396
|
*/
|
|
10353
|
-
|
|
10354
10397
|
module.exports = {
|
|
10355
|
-
|
|
10398
|
+
Spellcheck: 'Kontrola pravopisu'
|
|
10356
10399
|
};
|
|
10357
10400
|
|
|
10358
10401
|
|
|
10359
10402
|
/***/ }),
|
|
10360
10403
|
|
|
10361
|
-
/***/
|
|
10404
|
+
/***/ 55405:
|
|
10362
10405
|
/***/ (function(module) {
|
|
10363
10406
|
|
|
10407
|
+
"use strict";
|
|
10408
|
+
|
|
10364
10409
|
/*!
|
|
10365
10410
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10366
10411
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10367
10412
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10368
10413
|
*/
|
|
10369
|
-
|
|
10370
10414
|
module.exports = {
|
|
10371
|
-
|
|
10415
|
+
Spellcheck: 'Rechtschreibprüfung'
|
|
10372
10416
|
};
|
|
10373
10417
|
|
|
10374
10418
|
|
|
10375
10419
|
/***/ }),
|
|
10376
10420
|
|
|
10377
|
-
/***/
|
|
10421
|
+
/***/ 49529:
|
|
10378
10422
|
/***/ (function(module) {
|
|
10379
10423
|
|
|
10424
|
+
"use strict";
|
|
10425
|
+
|
|
10380
10426
|
/*!
|
|
10381
10427
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10382
10428
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10383
10429
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10384
10430
|
*/
|
|
10385
|
-
|
|
10386
10431
|
module.exports = {
|
|
10387
|
-
|
|
10432
|
+
Spellcheck: 'Corrección ortográfica'
|
|
10388
10433
|
};
|
|
10389
10434
|
|
|
10390
10435
|
|
|
10391
10436
|
/***/ }),
|
|
10392
10437
|
|
|
10393
|
-
/***/
|
|
10438
|
+
/***/ 39850:
|
|
10394
10439
|
/***/ (function(module) {
|
|
10395
10440
|
|
|
10441
|
+
"use strict";
|
|
10442
|
+
|
|
10396
10443
|
/*!
|
|
10397
10444
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10398
10445
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10399
10446
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10400
10447
|
*/
|
|
10401
|
-
|
|
10402
10448
|
module.exports = {
|
|
10403
|
-
|
|
10449
|
+
Spellcheck: 'غلطیابی املایی'
|
|
10404
10450
|
};
|
|
10405
10451
|
|
|
10406
10452
|
|
|
10407
10453
|
/***/ }),
|
|
10408
10454
|
|
|
10409
|
-
/***/
|
|
10455
|
+
/***/ 53866:
|
|
10410
10456
|
/***/ (function(module) {
|
|
10411
10457
|
|
|
10458
|
+
"use strict";
|
|
10459
|
+
|
|
10412
10460
|
/*!
|
|
10413
10461
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10414
10462
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10415
10463
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10416
10464
|
*/
|
|
10417
|
-
|
|
10418
10465
|
module.exports = {
|
|
10419
|
-
|
|
10466
|
+
Spellcheck: 'Vérification Orthographique'
|
|
10420
10467
|
};
|
|
10421
10468
|
|
|
10422
10469
|
|
|
10423
10470
|
/***/ }),
|
|
10424
10471
|
|
|
10425
|
-
/***/
|
|
10472
|
+
/***/ 68103:
|
|
10426
10473
|
/***/ (function(module) {
|
|
10427
10474
|
|
|
10475
|
+
"use strict";
|
|
10476
|
+
|
|
10428
10477
|
/*!
|
|
10429
10478
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10430
10479
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10431
10480
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10432
10481
|
*/
|
|
10433
|
-
|
|
10434
10482
|
module.exports = {
|
|
10435
|
-
|
|
10483
|
+
Spellcheck: 'בדיקת איות'
|
|
10436
10484
|
};
|
|
10437
10485
|
|
|
10438
10486
|
|
|
10439
10487
|
/***/ }),
|
|
10440
10488
|
|
|
10441
|
-
/***/
|
|
10489
|
+
/***/ 59717:
|
|
10442
10490
|
/***/ (function(module) {
|
|
10443
10491
|
|
|
10492
|
+
"use strict";
|
|
10493
|
+
|
|
10444
10494
|
/*!
|
|
10445
10495
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10446
10496
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10447
10497
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10448
10498
|
*/
|
|
10449
|
-
|
|
10450
10499
|
module.exports = {
|
|
10451
|
-
|
|
10500
|
+
Spellcheck: 'Helyesírás-ellenőrzés'
|
|
10452
10501
|
};
|
|
10453
10502
|
|
|
10454
10503
|
|
|
10455
10504
|
/***/ }),
|
|
10456
10505
|
|
|
10457
|
-
/***/
|
|
10506
|
+
/***/ 43703:
|
|
10458
10507
|
/***/ (function(module) {
|
|
10459
10508
|
|
|
10509
|
+
"use strict";
|
|
10510
|
+
|
|
10460
10511
|
/*!
|
|
10461
10512
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10462
10513
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10463
10514
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10464
10515
|
*/
|
|
10465
|
-
|
|
10466
10516
|
module.exports = {
|
|
10467
|
-
|
|
10517
|
+
Spellcheck: 'Spellchecking'
|
|
10468
10518
|
};
|
|
10469
10519
|
|
|
10470
10520
|
|
|
10471
10521
|
/***/ }),
|
|
10472
10522
|
|
|
10473
|
-
/***/
|
|
10523
|
+
/***/ 15825:
|
|
10474
10524
|
/***/ (function(module) {
|
|
10475
10525
|
|
|
10526
|
+
"use strict";
|
|
10527
|
+
|
|
10476
10528
|
/*!
|
|
10477
10529
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10478
10530
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10479
10531
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10480
10532
|
*/
|
|
10481
|
-
|
|
10482
10533
|
module.exports = {
|
|
10483
|
-
|
|
10534
|
+
Spellcheck: 'Controllo ortografico'
|
|
10484
10535
|
};
|
|
10485
10536
|
|
|
10486
10537
|
|
|
10487
10538
|
/***/ }),
|
|
10488
10539
|
|
|
10489
|
-
/***/
|
|
10540
|
+
/***/ 693:
|
|
10490
10541
|
/***/ (function(module) {
|
|
10491
10542
|
|
|
10543
|
+
"use strict";
|
|
10544
|
+
|
|
10492
10545
|
/*!
|
|
10493
10546
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10494
10547
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10495
10548
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10496
10549
|
*/
|
|
10497
|
-
|
|
10498
10550
|
module.exports = {
|
|
10499
|
-
|
|
10551
|
+
Spellcheck: 'スペルチェック'
|
|
10500
10552
|
};
|
|
10501
10553
|
|
|
10502
10554
|
|
|
10503
10555
|
/***/ }),
|
|
10504
10556
|
|
|
10505
|
-
/***/
|
|
10557
|
+
/***/ 66389:
|
|
10506
10558
|
/***/ (function(module) {
|
|
10507
10559
|
|
|
10560
|
+
"use strict";
|
|
10561
|
+
|
|
10508
10562
|
/*!
|
|
10509
10563
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10510
10564
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10511
10565
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10512
10566
|
*/
|
|
10513
|
-
|
|
10514
10567
|
module.exports = {
|
|
10515
|
-
|
|
10568
|
+
Spellcheck: '맞춤법 검사'
|
|
10516
10569
|
};
|
|
10517
10570
|
|
|
10518
10571
|
|
|
10519
10572
|
/***/ }),
|
|
10520
10573
|
|
|
10521
|
-
/***/
|
|
10574
|
+
/***/ 90239:
|
|
10522
10575
|
/***/ (function(module) {
|
|
10523
10576
|
|
|
10577
|
+
"use strict";
|
|
10578
|
+
|
|
10524
10579
|
/*!
|
|
10525
10580
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10526
10581
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10527
10582
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10528
10583
|
*/
|
|
10529
|
-
|
|
10530
10584
|
module.exports = {
|
|
10531
|
-
|
|
10585
|
+
Spellcheck: 'Дүрмийн алдаа шалгах'
|
|
10532
10586
|
};
|
|
10533
10587
|
|
|
10534
10588
|
|
|
10535
10589
|
/***/ }),
|
|
10536
10590
|
|
|
10537
|
-
/***/
|
|
10591
|
+
/***/ 64914:
|
|
10538
10592
|
/***/ (function(module) {
|
|
10539
10593
|
|
|
10594
|
+
"use strict";
|
|
10595
|
+
|
|
10540
10596
|
/*!
|
|
10541
10597
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10542
10598
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10543
10599
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10544
10600
|
*/
|
|
10545
|
-
|
|
10546
10601
|
module.exports = {
|
|
10547
|
-
|
|
10602
|
+
Spellcheck: 'Spellingcontrole'
|
|
10548
10603
|
};
|
|
10549
10604
|
|
|
10550
10605
|
|
|
10551
10606
|
/***/ }),
|
|
10552
10607
|
|
|
10553
|
-
/***/
|
|
10608
|
+
/***/ 95177:
|
|
10554
10609
|
/***/ (function(module) {
|
|
10555
10610
|
|
|
10611
|
+
"use strict";
|
|
10612
|
+
|
|
10556
10613
|
/*!
|
|
10557
10614
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10558
10615
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10559
10616
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10560
10617
|
*/
|
|
10561
|
-
|
|
10562
10618
|
module.exports = {
|
|
10563
|
-
|
|
10619
|
+
Spellcheck: 'Sprawdzanie pisowni'
|
|
10564
10620
|
};
|
|
10565
10621
|
|
|
10566
10622
|
|
|
10567
10623
|
/***/ }),
|
|
10568
10624
|
|
|
10569
|
-
/***/
|
|
10625
|
+
/***/ 66174:
|
|
10570
10626
|
/***/ (function(module) {
|
|
10571
10627
|
|
|
10628
|
+
"use strict";
|
|
10629
|
+
|
|
10572
10630
|
/*!
|
|
10573
10631
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10574
10632
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10575
10633
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10576
10634
|
*/
|
|
10577
|
-
|
|
10578
10635
|
module.exports = {
|
|
10579
|
-
|
|
10636
|
+
Spellcheck: 'Verificação ortográfica'
|
|
10580
10637
|
};
|
|
10581
10638
|
|
|
10582
10639
|
|
|
10583
10640
|
/***/ }),
|
|
10584
10641
|
|
|
10585
|
-
/***/
|
|
10642
|
+
/***/ 14004:
|
|
10586
10643
|
/***/ (function(module) {
|
|
10587
10644
|
|
|
10645
|
+
"use strict";
|
|
10646
|
+
|
|
10588
10647
|
/*!
|
|
10589
10648
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10590
10649
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10591
10650
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10592
10651
|
*/
|
|
10593
|
-
|
|
10594
10652
|
module.exports = {
|
|
10595
|
-
|
|
10653
|
+
Spellcheck: 'Проверка орфографии'
|
|
10596
10654
|
};
|
|
10597
10655
|
|
|
10598
10656
|
|
|
10599
10657
|
/***/ }),
|
|
10600
10658
|
|
|
10601
|
-
/***/
|
|
10659
|
+
/***/ 54002:
|
|
10602
10660
|
/***/ (function(module) {
|
|
10603
10661
|
|
|
10662
|
+
"use strict";
|
|
10663
|
+
|
|
10604
10664
|
/*!
|
|
10605
10665
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10606
10666
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10607
10667
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10608
10668
|
*/
|
|
10609
|
-
|
|
10610
10669
|
module.exports = {
|
|
10611
|
-
|
|
10670
|
+
Spellcheck: 'Yazım denetimi'
|
|
10612
10671
|
};
|
|
10613
10672
|
|
|
10614
10673
|
|
|
10615
10674
|
/***/ }),
|
|
10616
10675
|
|
|
10617
|
-
/***/
|
|
10676
|
+
/***/ 61338:
|
|
10618
10677
|
/***/ (function(module) {
|
|
10619
10678
|
|
|
10679
|
+
"use strict";
|
|
10680
|
+
|
|
10620
10681
|
/*!
|
|
10621
10682
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10622
10683
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10623
10684
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10624
10685
|
*/
|
|
10625
|
-
|
|
10626
10686
|
module.exports = {
|
|
10627
|
-
|
|
10687
|
+
Spellcheck: '拼写检查'
|
|
10628
10688
|
};
|
|
10629
10689
|
|
|
10630
10690
|
|
|
10631
10691
|
/***/ }),
|
|
10632
10692
|
|
|
10633
|
-
/***/
|
|
10693
|
+
/***/ 58013:
|
|
10634
10694
|
/***/ (function(module) {
|
|
10635
10695
|
|
|
10696
|
+
"use strict";
|
|
10697
|
+
|
|
10636
10698
|
/*!
|
|
10637
10699
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10638
10700
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10639
10701
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10640
10702
|
*/
|
|
10641
|
-
|
|
10642
10703
|
module.exports = {
|
|
10643
|
-
|
|
10704
|
+
Spellcheck: 'สะกดคำ'
|
|
10644
10705
|
};
|
|
10645
10706
|
|
|
10646
10707
|
|
|
10647
10708
|
/***/ }),
|
|
10648
10709
|
|
|
10649
|
-
/***/
|
|
10710
|
+
/***/ 59891:
|
|
10650
10711
|
/***/ (function(module) {
|
|
10651
10712
|
|
|
10713
|
+
"use strict";
|
|
10714
|
+
|
|
10652
10715
|
/*!
|
|
10653
10716
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10654
10717
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10655
10718
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10656
10719
|
*/
|
|
10657
|
-
|
|
10658
10720
|
module.exports = {
|
|
10659
|
-
|
|
10721
|
+
symbols: 'رمز'
|
|
10660
10722
|
};
|
|
10661
10723
|
|
|
10662
10724
|
|
|
10663
10725
|
/***/ }),
|
|
10664
10726
|
|
|
10665
|
-
/***/
|
|
10727
|
+
/***/ 33280:
|
|
10666
10728
|
/***/ (function(module) {
|
|
10667
10729
|
|
|
10730
|
+
"use strict";
|
|
10731
|
+
|
|
10668
10732
|
/*!
|
|
10669
10733
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10670
10734
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10671
10735
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10672
10736
|
*/
|
|
10673
|
-
|
|
10674
10737
|
module.exports = {
|
|
10675
|
-
|
|
10738
|
+
symbols: 'symbol'
|
|
10676
10739
|
};
|
|
10677
10740
|
|
|
10678
10741
|
|
|
10679
10742
|
/***/ }),
|
|
10680
10743
|
|
|
10681
|
-
/***/
|
|
10744
|
+
/***/ 51063:
|
|
10682
10745
|
/***/ (function(module) {
|
|
10683
10746
|
|
|
10747
|
+
"use strict";
|
|
10748
|
+
|
|
10684
10749
|
/*!
|
|
10685
10750
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10686
10751
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10687
10752
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10688
10753
|
*/
|
|
10689
|
-
|
|
10690
10754
|
module.exports = {
|
|
10691
|
-
|
|
10755
|
+
symbols: 'Symbol'
|
|
10692
10756
|
};
|
|
10693
10757
|
|
|
10694
10758
|
|
|
10695
10759
|
/***/ }),
|
|
10696
10760
|
|
|
10697
|
-
/***/
|
|
10761
|
+
/***/ 45290:
|
|
10698
10762
|
/***/ (function(module) {
|
|
10699
10763
|
|
|
10764
|
+
"use strict";
|
|
10765
|
+
|
|
10700
10766
|
/*!
|
|
10701
10767
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10702
10768
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10703
10769
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10704
10770
|
*/
|
|
10705
|
-
|
|
10706
10771
|
module.exports = {
|
|
10707
|
-
|
|
10772
|
+
symbols: 'Símbolo'
|
|
10708
10773
|
};
|
|
10709
10774
|
|
|
10710
10775
|
|
|
10711
10776
|
/***/ }),
|
|
10712
10777
|
|
|
10713
|
-
/***/
|
|
10778
|
+
/***/ 38927:
|
|
10714
10779
|
/***/ (function(module) {
|
|
10715
10780
|
|
|
10781
|
+
"use strict";
|
|
10782
|
+
|
|
10716
10783
|
/*!
|
|
10717
10784
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10718
10785
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10719
10786
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10720
10787
|
*/
|
|
10721
|
-
|
|
10722
10788
|
module.exports = {
|
|
10723
|
-
|
|
10789
|
+
symbols: 'سمبل'
|
|
10724
10790
|
};
|
|
10725
10791
|
|
|
10726
10792
|
|
|
10727
10793
|
/***/ }),
|
|
10728
10794
|
|
|
10729
|
-
/***/
|
|
10795
|
+
/***/ 27021:
|
|
10730
10796
|
/***/ (function(module) {
|
|
10731
10797
|
|
|
10798
|
+
"use strict";
|
|
10799
|
+
|
|
10732
10800
|
/*!
|
|
10733
10801
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10734
10802
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10735
10803
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10736
10804
|
*/
|
|
10737
|
-
|
|
10738
10805
|
module.exports = {
|
|
10739
|
-
|
|
10806
|
+
symbols: 'caractère'
|
|
10740
10807
|
};
|
|
10741
10808
|
|
|
10742
10809
|
|
|
10743
10810
|
/***/ }),
|
|
10744
10811
|
|
|
10745
|
-
/***/
|
|
10812
|
+
/***/ 25112:
|
|
10746
10813
|
/***/ (function(module) {
|
|
10747
10814
|
|
|
10815
|
+
"use strict";
|
|
10816
|
+
|
|
10748
10817
|
/*!
|
|
10749
10818
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10750
10819
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10751
10820
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10752
10821
|
*/
|
|
10753
|
-
|
|
10754
10822
|
module.exports = {
|
|
10755
|
-
|
|
10823
|
+
symbols: 'תו מיוחד'
|
|
10756
10824
|
};
|
|
10757
10825
|
|
|
10758
10826
|
|
|
10759
10827
|
/***/ }),
|
|
10760
10828
|
|
|
10761
|
-
/***/
|
|
10829
|
+
/***/ 49274:
|
|
10762
10830
|
/***/ (function(module) {
|
|
10763
10831
|
|
|
10832
|
+
"use strict";
|
|
10833
|
+
|
|
10764
10834
|
/*!
|
|
10765
10835
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10766
10836
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10767
10837
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10768
10838
|
*/
|
|
10769
|
-
|
|
10770
10839
|
module.exports = {
|
|
10771
|
-
|
|
10840
|
+
symbols: 'Szimbólum'
|
|
10772
10841
|
};
|
|
10773
10842
|
|
|
10774
10843
|
|
|
10775
10844
|
/***/ }),
|
|
10776
10845
|
|
|
10777
|
-
/***/
|
|
10846
|
+
/***/ 23442:
|
|
10778
10847
|
/***/ (function(module) {
|
|
10779
10848
|
|
|
10849
|
+
"use strict";
|
|
10850
|
+
|
|
10780
10851
|
/*!
|
|
10781
10852
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10782
10853
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10783
10854
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10784
10855
|
*/
|
|
10785
|
-
|
|
10786
10856
|
module.exports = {
|
|
10787
|
-
|
|
10857
|
+
symbols: 'simbol'
|
|
10788
10858
|
};
|
|
10789
10859
|
|
|
10790
10860
|
|
|
10791
10861
|
/***/ }),
|
|
10792
10862
|
|
|
10793
|
-
/***/
|
|
10863
|
+
/***/ 13603:
|
|
10794
10864
|
/***/ (function(module) {
|
|
10795
10865
|
|
|
10866
|
+
"use strict";
|
|
10867
|
+
|
|
10796
10868
|
/*!
|
|
10797
10869
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10798
10870
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10799
10871
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10800
10872
|
*/
|
|
10801
|
-
|
|
10802
10873
|
module.exports = {
|
|
10803
|
-
|
|
10874
|
+
symbols: 'Simbolo'
|
|
10804
10875
|
};
|
|
10805
10876
|
|
|
10806
10877
|
|
|
10807
10878
|
/***/ }),
|
|
10808
10879
|
|
|
10809
|
-
/***/
|
|
10880
|
+
/***/ 33209:
|
|
10810
10881
|
/***/ (function(module) {
|
|
10811
10882
|
|
|
10883
|
+
"use strict";
|
|
10884
|
+
|
|
10812
10885
|
/*!
|
|
10813
10886
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10814
10887
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10815
10888
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10816
10889
|
*/
|
|
10817
|
-
|
|
10818
10890
|
module.exports = {
|
|
10819
|
-
|
|
10891
|
+
symbols: 'symbol'
|
|
10820
10892
|
};
|
|
10821
10893
|
|
|
10822
10894
|
|
|
10823
10895
|
/***/ }),
|
|
10824
10896
|
|
|
10825
|
-
/***/
|
|
10897
|
+
/***/ 19509:
|
|
10826
10898
|
/***/ (function(module) {
|
|
10827
10899
|
|
|
10900
|
+
"use strict";
|
|
10901
|
+
|
|
10828
10902
|
/*!
|
|
10829
10903
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10830
10904
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10831
10905
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10832
10906
|
*/
|
|
10833
|
-
|
|
10834
10907
|
module.exports = {
|
|
10835
|
-
|
|
10908
|
+
symbols: '기호'
|
|
10836
10909
|
};
|
|
10837
10910
|
|
|
10838
10911
|
|
|
10839
10912
|
/***/ }),
|
|
10840
10913
|
|
|
10841
|
-
/***/
|
|
10914
|
+
/***/ 35992:
|
|
10842
10915
|
/***/ (function(module) {
|
|
10843
10916
|
|
|
10917
|
+
"use strict";
|
|
10918
|
+
|
|
10844
10919
|
/*!
|
|
10845
10920
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10846
10921
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10847
10922
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10848
10923
|
*/
|
|
10849
|
-
|
|
10850
10924
|
module.exports = {
|
|
10851
|
-
|
|
10925
|
+
symbols: 'тэмдэгт'
|
|
10852
10926
|
};
|
|
10853
10927
|
|
|
10854
10928
|
|
|
10855
10929
|
/***/ }),
|
|
10856
10930
|
|
|
10857
|
-
/***/
|
|
10931
|
+
/***/ 74290:
|
|
10858
10932
|
/***/ (function(module) {
|
|
10859
10933
|
|
|
10934
|
+
"use strict";
|
|
10935
|
+
|
|
10860
10936
|
/*!
|
|
10861
10937
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10862
10938
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10863
10939
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10864
10940
|
*/
|
|
10865
|
-
|
|
10866
10941
|
module.exports = {
|
|
10867
|
-
|
|
10942
|
+
symbols: 'symbool'
|
|
10868
10943
|
};
|
|
10869
10944
|
|
|
10870
10945
|
|
|
10871
10946
|
/***/ }),
|
|
10872
10947
|
|
|
10873
|
-
/***/
|
|
10948
|
+
/***/ 33197:
|
|
10874
10949
|
/***/ (function(module) {
|
|
10875
10950
|
|
|
10951
|
+
"use strict";
|
|
10952
|
+
|
|
10876
10953
|
/*!
|
|
10877
10954
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10878
10955
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10879
10956
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10880
10957
|
*/
|
|
10881
|
-
|
|
10882
10958
|
module.exports = {
|
|
10883
|
-
|
|
10959
|
+
symbols: 'symbol'
|
|
10884
10960
|
};
|
|
10885
10961
|
|
|
10886
10962
|
|
|
10887
10963
|
/***/ }),
|
|
10888
10964
|
|
|
10889
|
-
/***/
|
|
10965
|
+
/***/ 52583:
|
|
10890
10966
|
/***/ (function(module) {
|
|
10891
10967
|
|
|
10968
|
+
"use strict";
|
|
10969
|
+
|
|
10892
10970
|
/*!
|
|
10893
10971
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10894
10972
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10895
10973
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10896
10974
|
*/
|
|
10897
|
-
|
|
10898
10975
|
module.exports = {
|
|
10899
|
-
|
|
10976
|
+
symbols: 'Símbolo'
|
|
10900
10977
|
};
|
|
10901
10978
|
|
|
10902
10979
|
|
|
10903
10980
|
/***/ }),
|
|
10904
10981
|
|
|
10905
|
-
/***/
|
|
10982
|
+
/***/ 28290:
|
|
10906
10983
|
/***/ (function(module) {
|
|
10907
10984
|
|
|
10985
|
+
"use strict";
|
|
10986
|
+
|
|
10908
10987
|
/*!
|
|
10909
10988
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10910
10989
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10911
10990
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10912
10991
|
*/
|
|
10913
|
-
|
|
10914
10992
|
module.exports = {
|
|
10915
|
-
|
|
10993
|
+
symbols: 'символ'
|
|
10916
10994
|
};
|
|
10917
10995
|
|
|
10918
10996
|
|
|
10919
10997
|
/***/ }),
|
|
10920
10998
|
|
|
10921
|
-
/***/
|
|
10999
|
+
/***/ 49629:
|
|
10922
11000
|
/***/ (function(module) {
|
|
10923
11001
|
|
|
11002
|
+
"use strict";
|
|
11003
|
+
|
|
10924
11004
|
/*!
|
|
10925
11005
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10926
11006
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10927
11007
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10928
11008
|
*/
|
|
10929
|
-
|
|
10930
11009
|
module.exports = {
|
|
10931
|
-
|
|
11010
|
+
symbols: 'Sembol'
|
|
10932
11011
|
};
|
|
10933
11012
|
|
|
10934
11013
|
|
|
10935
11014
|
/***/ }),
|
|
10936
11015
|
|
|
10937
|
-
/***/
|
|
11016
|
+
/***/ 59693:
|
|
10938
11017
|
/***/ (function(module) {
|
|
10939
11018
|
|
|
11019
|
+
"use strict";
|
|
11020
|
+
|
|
10940
11021
|
/*!
|
|
10941
11022
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10942
11023
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10943
11024
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10944
11025
|
*/
|
|
10945
|
-
|
|
10946
11026
|
module.exports = {
|
|
10947
|
-
|
|
11027
|
+
symbols: '符号'
|
|
10948
11028
|
};
|
|
10949
11029
|
|
|
10950
11030
|
|
|
10951
11031
|
/***/ }),
|
|
10952
11032
|
|
|
10953
|
-
/***/
|
|
11033
|
+
/***/ 92086:
|
|
10954
11034
|
/***/ (function(module) {
|
|
10955
11035
|
|
|
11036
|
+
"use strict";
|
|
11037
|
+
|
|
10956
11038
|
/*!
|
|
10957
11039
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10958
11040
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10959
11041
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10960
11042
|
*/
|
|
10961
|
-
|
|
10962
11043
|
module.exports = {
|
|
10963
|
-
|
|
11044
|
+
symbols: '符號'
|
|
10964
11045
|
};
|
|
10965
11046
|
|
|
10966
11047
|
|
|
@@ -12066,7 +12147,7 @@ __webpack_require__.d(after_insert_namespaceObject, {
|
|
|
12066
12147
|
// EXTERNAL MODULE: ./src/core/constants.ts
|
|
12067
12148
|
var constants = __webpack_require__(62924);
|
|
12068
12149
|
// EXTERNAL MODULE: ./node_modules/tslib/tslib.es6.js
|
|
12069
|
-
var tslib_es6 = __webpack_require__(
|
|
12150
|
+
var tslib_es6 = __webpack_require__(85699);
|
|
12070
12151
|
// EXTERNAL MODULE: ./src/config.ts
|
|
12071
12152
|
var config = __webpack_require__(37446);
|
|
12072
12153
|
// EXTERNAL MODULE: ./src/core/event-emitter/index.ts + 2 modules
|
|
@@ -12078,7 +12159,7 @@ var helpers = __webpack_require__(76974);
|
|
|
12078
12159
|
// EXTERNAL MODULE: ./src/core/helpers/utils/error/index.ts
|
|
12079
12160
|
var error = __webpack_require__(40840);
|
|
12080
12161
|
// EXTERNAL MODULE: ./src/core/decorators/index.ts + 7 modules
|
|
12081
|
-
var decorators = __webpack_require__(
|
|
12162
|
+
var decorators = __webpack_require__(98928);
|
|
12082
12163
|
;// CONCATENATED MODULE: ./src/core/request/response.ts
|
|
12083
12164
|
/*!
|
|
12084
12165
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
@@ -27798,64 +27879,64 @@ global/* pluginSystem.add */.pw.add('color', color);
|
|
|
27798
27879
|
var copy_format = __webpack_require__(79031);
|
|
27799
27880
|
var copy_format_default = /*#__PURE__*/__webpack_require__.n(copy_format);
|
|
27800
27881
|
// EXTERNAL MODULE: ./src/plugins/copy-format/langs/ar.js
|
|
27801
|
-
var langs_ar = __webpack_require__(
|
|
27882
|
+
var langs_ar = __webpack_require__(35395);
|
|
27802
27883
|
var ar_default = /*#__PURE__*/__webpack_require__.n(langs_ar);
|
|
27803
27884
|
// EXTERNAL MODULE: ./src/plugins/copy-format/langs/cs_cz.js
|
|
27804
|
-
var langs_cs_cz = __webpack_require__(
|
|
27885
|
+
var langs_cs_cz = __webpack_require__(95847);
|
|
27805
27886
|
var cs_cz_default = /*#__PURE__*/__webpack_require__.n(langs_cs_cz);
|
|
27806
27887
|
// EXTERNAL MODULE: ./src/plugins/copy-format/langs/de.js
|
|
27807
|
-
var langs_de = __webpack_require__(
|
|
27888
|
+
var langs_de = __webpack_require__(98627);
|
|
27808
27889
|
var de_default = /*#__PURE__*/__webpack_require__.n(langs_de);
|
|
27809
27890
|
// EXTERNAL MODULE: ./src/plugins/copy-format/langs/es.js
|
|
27810
|
-
var langs_es = __webpack_require__(
|
|
27891
|
+
var langs_es = __webpack_require__(20901);
|
|
27811
27892
|
var es_default = /*#__PURE__*/__webpack_require__.n(langs_es);
|
|
27812
27893
|
// EXTERNAL MODULE: ./src/plugins/copy-format/langs/fa.js
|
|
27813
|
-
var fa = __webpack_require__(
|
|
27894
|
+
var fa = __webpack_require__(26160);
|
|
27814
27895
|
var fa_default = /*#__PURE__*/__webpack_require__.n(fa);
|
|
27815
27896
|
// EXTERNAL MODULE: ./src/plugins/copy-format/langs/fr.js
|
|
27816
|
-
var langs_fr = __webpack_require__(
|
|
27897
|
+
var langs_fr = __webpack_require__(67888);
|
|
27817
27898
|
var fr_default = /*#__PURE__*/__webpack_require__.n(langs_fr);
|
|
27818
27899
|
// EXTERNAL MODULE: ./src/plugins/copy-format/langs/he.js
|
|
27819
|
-
var langs_he = __webpack_require__(
|
|
27900
|
+
var langs_he = __webpack_require__(15437);
|
|
27820
27901
|
var he_default = /*#__PURE__*/__webpack_require__.n(langs_he);
|
|
27821
27902
|
// EXTERNAL MODULE: ./src/plugins/copy-format/langs/hu.js
|
|
27822
|
-
var langs_hu = __webpack_require__(
|
|
27903
|
+
var langs_hu = __webpack_require__(71316);
|
|
27823
27904
|
var hu_default = /*#__PURE__*/__webpack_require__.n(langs_hu);
|
|
27824
27905
|
// EXTERNAL MODULE: ./src/plugins/copy-format/langs/id.js
|
|
27825
|
-
var langs_id = __webpack_require__(
|
|
27906
|
+
var langs_id = __webpack_require__(49137);
|
|
27826
27907
|
var id_default = /*#__PURE__*/__webpack_require__.n(langs_id);
|
|
27827
27908
|
// EXTERNAL MODULE: ./src/plugins/copy-format/langs/it.js
|
|
27828
|
-
var langs_it = __webpack_require__(
|
|
27909
|
+
var langs_it = __webpack_require__(87229);
|
|
27829
27910
|
var it_default = /*#__PURE__*/__webpack_require__.n(langs_it);
|
|
27830
27911
|
// EXTERNAL MODULE: ./src/plugins/copy-format/langs/ja.js
|
|
27831
|
-
var langs_ja = __webpack_require__(
|
|
27912
|
+
var langs_ja = __webpack_require__(74235);
|
|
27832
27913
|
var ja_default = /*#__PURE__*/__webpack_require__.n(langs_ja);
|
|
27833
27914
|
// EXTERNAL MODULE: ./src/plugins/copy-format/langs/ko.js
|
|
27834
|
-
var langs_ko = __webpack_require__(
|
|
27915
|
+
var langs_ko = __webpack_require__(98440);
|
|
27835
27916
|
var ko_default = /*#__PURE__*/__webpack_require__.n(langs_ko);
|
|
27836
27917
|
// EXTERNAL MODULE: ./src/plugins/copy-format/langs/mn.js
|
|
27837
|
-
var langs_mn = __webpack_require__(
|
|
27918
|
+
var langs_mn = __webpack_require__(5468);
|
|
27838
27919
|
var mn_default = /*#__PURE__*/__webpack_require__.n(langs_mn);
|
|
27839
27920
|
// EXTERNAL MODULE: ./src/plugins/copy-format/langs/nl.js
|
|
27840
|
-
var langs_nl = __webpack_require__(
|
|
27921
|
+
var langs_nl = __webpack_require__(21276);
|
|
27841
27922
|
var nl_default = /*#__PURE__*/__webpack_require__.n(langs_nl);
|
|
27842
27923
|
// EXTERNAL MODULE: ./src/plugins/copy-format/langs/pl.js
|
|
27843
|
-
var langs_pl = __webpack_require__(
|
|
27924
|
+
var langs_pl = __webpack_require__(76216);
|
|
27844
27925
|
var pl_default = /*#__PURE__*/__webpack_require__.n(langs_pl);
|
|
27845
27926
|
// EXTERNAL MODULE: ./src/plugins/copy-format/langs/pt_br.js
|
|
27846
|
-
var langs_pt_br = __webpack_require__(
|
|
27927
|
+
var langs_pt_br = __webpack_require__(30088);
|
|
27847
27928
|
var pt_br_default = /*#__PURE__*/__webpack_require__.n(langs_pt_br);
|
|
27848
27929
|
// EXTERNAL MODULE: ./src/plugins/copy-format/langs/ru.js
|
|
27849
|
-
var langs_ru = __webpack_require__(
|
|
27930
|
+
var langs_ru = __webpack_require__(66950);
|
|
27850
27931
|
var ru_default = /*#__PURE__*/__webpack_require__.n(langs_ru);
|
|
27851
27932
|
// EXTERNAL MODULE: ./src/plugins/copy-format/langs/tr.js
|
|
27852
|
-
var langs_tr = __webpack_require__(
|
|
27933
|
+
var langs_tr = __webpack_require__(21263);
|
|
27853
27934
|
var tr_default = /*#__PURE__*/__webpack_require__.n(langs_tr);
|
|
27854
27935
|
// EXTERNAL MODULE: ./src/plugins/copy-format/langs/zh_cn.js
|
|
27855
|
-
var langs_zh_cn = __webpack_require__(
|
|
27936
|
+
var langs_zh_cn = __webpack_require__(79511);
|
|
27856
27937
|
var zh_cn_default = /*#__PURE__*/__webpack_require__.n(langs_zh_cn);
|
|
27857
27938
|
// EXTERNAL MODULE: ./src/plugins/copy-format/langs/zh_tw.js
|
|
27858
|
-
var langs_zh_tw = __webpack_require__(
|
|
27939
|
+
var langs_zh_tw = __webpack_require__(12027);
|
|
27859
27940
|
var zh_tw_default = /*#__PURE__*/__webpack_require__.n(langs_zh_tw);
|
|
27860
27941
|
;// CONCATENATED MODULE: ./src/plugins/copy-format/langs/index.ts
|
|
27861
27942
|
/*!
|
|
@@ -31690,45 +31771,45 @@ function isGt(a, b, strict) {
|
|
|
31690
31771
|
global/* pluginSystem.add */.pw.add('limit', limit);
|
|
31691
31772
|
|
|
31692
31773
|
// EXTERNAL MODULE: ./src/plugins/line-height/langs/ar.js
|
|
31693
|
-
var line_height_langs_ar = __webpack_require__(
|
|
31774
|
+
var line_height_langs_ar = __webpack_require__(24511);
|
|
31694
31775
|
// EXTERNAL MODULE: ./src/plugins/line-height/langs/cs_cz.js
|
|
31695
|
-
var line_height_langs_cs_cz = __webpack_require__(
|
|
31776
|
+
var line_height_langs_cs_cz = __webpack_require__(94901);
|
|
31696
31777
|
// EXTERNAL MODULE: ./src/plugins/line-height/langs/de.js
|
|
31697
|
-
var line_height_langs_de = __webpack_require__(
|
|
31778
|
+
var line_height_langs_de = __webpack_require__(65117);
|
|
31698
31779
|
// EXTERNAL MODULE: ./src/plugins/line-height/langs/es.js
|
|
31699
|
-
var line_height_langs_es = __webpack_require__(
|
|
31780
|
+
var line_height_langs_es = __webpack_require__(92313);
|
|
31700
31781
|
// EXTERNAL MODULE: ./src/plugins/line-height/langs/fa.js
|
|
31701
|
-
var langs_fa = __webpack_require__(
|
|
31782
|
+
var langs_fa = __webpack_require__(44170);
|
|
31702
31783
|
// EXTERNAL MODULE: ./src/plugins/line-height/langs/fr.js
|
|
31703
|
-
var line_height_langs_fr = __webpack_require__(
|
|
31784
|
+
var line_height_langs_fr = __webpack_require__(75916);
|
|
31704
31785
|
// EXTERNAL MODULE: ./src/plugins/line-height/langs/he.js
|
|
31705
|
-
var line_height_langs_he = __webpack_require__(
|
|
31786
|
+
var line_height_langs_he = __webpack_require__(43353);
|
|
31706
31787
|
// EXTERNAL MODULE: ./src/plugins/line-height/langs/hu.js
|
|
31707
|
-
var line_height_langs_hu = __webpack_require__(
|
|
31788
|
+
var line_height_langs_hu = __webpack_require__(36668);
|
|
31708
31789
|
// EXTERNAL MODULE: ./src/plugins/line-height/langs/id.js
|
|
31709
|
-
var line_height_langs_id = __webpack_require__(
|
|
31790
|
+
var line_height_langs_id = __webpack_require__(74881);
|
|
31710
31791
|
// EXTERNAL MODULE: ./src/plugins/line-height/langs/it.js
|
|
31711
|
-
var line_height_langs_it = __webpack_require__(
|
|
31792
|
+
var line_height_langs_it = __webpack_require__(62585);
|
|
31712
31793
|
// EXTERNAL MODULE: ./src/plugins/line-height/langs/ja.js
|
|
31713
|
-
var line_height_langs_ja = __webpack_require__(
|
|
31794
|
+
var line_height_langs_ja = __webpack_require__(42150);
|
|
31714
31795
|
// EXTERNAL MODULE: ./src/plugins/line-height/langs/ko.js
|
|
31715
|
-
var line_height_langs_ko = __webpack_require__(
|
|
31796
|
+
var line_height_langs_ko = __webpack_require__(15449);
|
|
31716
31797
|
// EXTERNAL MODULE: ./src/plugins/line-height/langs/mn.js
|
|
31717
|
-
var line_height_langs_mn = __webpack_require__(
|
|
31798
|
+
var line_height_langs_mn = __webpack_require__(16717);
|
|
31718
31799
|
// EXTERNAL MODULE: ./src/plugins/line-height/langs/nl.js
|
|
31719
|
-
var line_height_langs_nl = __webpack_require__(
|
|
31800
|
+
var line_height_langs_nl = __webpack_require__(45424);
|
|
31720
31801
|
// EXTERNAL MODULE: ./src/plugins/line-height/langs/pl.js
|
|
31721
|
-
var line_height_langs_pl = __webpack_require__(
|
|
31802
|
+
var line_height_langs_pl = __webpack_require__(11146);
|
|
31722
31803
|
// EXTERNAL MODULE: ./src/plugins/line-height/langs/pt_br.js
|
|
31723
|
-
var line_height_langs_pt_br = __webpack_require__(
|
|
31804
|
+
var line_height_langs_pt_br = __webpack_require__(36477);
|
|
31724
31805
|
// EXTERNAL MODULE: ./src/plugins/line-height/langs/ru.js
|
|
31725
|
-
var line_height_langs_ru = __webpack_require__(
|
|
31806
|
+
var line_height_langs_ru = __webpack_require__(94675);
|
|
31726
31807
|
// EXTERNAL MODULE: ./src/plugins/line-height/langs/tr.js
|
|
31727
|
-
var line_height_langs_tr = __webpack_require__(
|
|
31808
|
+
var line_height_langs_tr = __webpack_require__(26129);
|
|
31728
31809
|
// EXTERNAL MODULE: ./src/plugins/line-height/langs/zh_cn.js
|
|
31729
|
-
var line_height_langs_zh_cn = __webpack_require__(
|
|
31810
|
+
var line_height_langs_zh_cn = __webpack_require__(1692);
|
|
31730
31811
|
// EXTERNAL MODULE: ./src/plugins/line-height/langs/zh_tw.js
|
|
31731
|
-
var line_height_langs_zh_tw = __webpack_require__(
|
|
31812
|
+
var line_height_langs_zh_tw = __webpack_require__(1566);
|
|
31732
31813
|
;// CONCATENATED MODULE: ./src/plugins/line-height/langs/index.ts
|
|
31733
31814
|
/*!
|
|
31734
31815
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
@@ -36841,45 +36922,45 @@ class source_source extends core_plugin/* Plugin */.S {
|
|
|
36841
36922
|
global/* pluginSystem.add */.pw.add('source', source_source);
|
|
36842
36923
|
|
|
36843
36924
|
// EXTERNAL MODULE: ./src/plugins/spellcheck/langs/ar.js
|
|
36844
|
-
var spellcheck_langs_ar = __webpack_require__(
|
|
36925
|
+
var spellcheck_langs_ar = __webpack_require__(25394);
|
|
36845
36926
|
// EXTERNAL MODULE: ./src/plugins/spellcheck/langs/cs_cz.js
|
|
36846
|
-
var spellcheck_langs_cs_cz = __webpack_require__(
|
|
36927
|
+
var spellcheck_langs_cs_cz = __webpack_require__(30809);
|
|
36847
36928
|
// EXTERNAL MODULE: ./src/plugins/spellcheck/langs/de.js
|
|
36848
|
-
var spellcheck_langs_de = __webpack_require__(
|
|
36929
|
+
var spellcheck_langs_de = __webpack_require__(55405);
|
|
36849
36930
|
// EXTERNAL MODULE: ./src/plugins/spellcheck/langs/es.js
|
|
36850
|
-
var spellcheck_langs_es = __webpack_require__(
|
|
36931
|
+
var spellcheck_langs_es = __webpack_require__(49529);
|
|
36851
36932
|
// EXTERNAL MODULE: ./src/plugins/spellcheck/langs/fa.js
|
|
36852
|
-
var spellcheck_langs_fa = __webpack_require__(
|
|
36933
|
+
var spellcheck_langs_fa = __webpack_require__(39850);
|
|
36853
36934
|
// EXTERNAL MODULE: ./src/plugins/spellcheck/langs/fr.js
|
|
36854
|
-
var spellcheck_langs_fr = __webpack_require__(
|
|
36935
|
+
var spellcheck_langs_fr = __webpack_require__(53866);
|
|
36855
36936
|
// EXTERNAL MODULE: ./src/plugins/spellcheck/langs/he.js
|
|
36856
|
-
var spellcheck_langs_he = __webpack_require__(
|
|
36937
|
+
var spellcheck_langs_he = __webpack_require__(68103);
|
|
36857
36938
|
// EXTERNAL MODULE: ./src/plugins/spellcheck/langs/hu.js
|
|
36858
|
-
var spellcheck_langs_hu = __webpack_require__(
|
|
36939
|
+
var spellcheck_langs_hu = __webpack_require__(59717);
|
|
36859
36940
|
// EXTERNAL MODULE: ./src/plugins/spellcheck/langs/id.js
|
|
36860
|
-
var spellcheck_langs_id = __webpack_require__(
|
|
36941
|
+
var spellcheck_langs_id = __webpack_require__(43703);
|
|
36861
36942
|
// EXTERNAL MODULE: ./src/plugins/spellcheck/langs/it.js
|
|
36862
|
-
var spellcheck_langs_it = __webpack_require__(
|
|
36943
|
+
var spellcheck_langs_it = __webpack_require__(15825);
|
|
36863
36944
|
// EXTERNAL MODULE: ./src/plugins/spellcheck/langs/ja.js
|
|
36864
|
-
var spellcheck_langs_ja = __webpack_require__(
|
|
36945
|
+
var spellcheck_langs_ja = __webpack_require__(693);
|
|
36865
36946
|
// EXTERNAL MODULE: ./src/plugins/spellcheck/langs/ko.js
|
|
36866
|
-
var spellcheck_langs_ko = __webpack_require__(
|
|
36947
|
+
var spellcheck_langs_ko = __webpack_require__(66389);
|
|
36867
36948
|
// EXTERNAL MODULE: ./src/plugins/spellcheck/langs/mn.js
|
|
36868
|
-
var spellcheck_langs_mn = __webpack_require__(
|
|
36949
|
+
var spellcheck_langs_mn = __webpack_require__(90239);
|
|
36869
36950
|
// EXTERNAL MODULE: ./src/plugins/spellcheck/langs/nl.js
|
|
36870
|
-
var spellcheck_langs_nl = __webpack_require__(
|
|
36951
|
+
var spellcheck_langs_nl = __webpack_require__(64914);
|
|
36871
36952
|
// EXTERNAL MODULE: ./src/plugins/spellcheck/langs/pl.js
|
|
36872
|
-
var spellcheck_langs_pl = __webpack_require__(
|
|
36953
|
+
var spellcheck_langs_pl = __webpack_require__(95177);
|
|
36873
36954
|
// EXTERNAL MODULE: ./src/plugins/spellcheck/langs/pt_br.js
|
|
36874
|
-
var spellcheck_langs_pt_br = __webpack_require__(
|
|
36955
|
+
var spellcheck_langs_pt_br = __webpack_require__(66174);
|
|
36875
36956
|
// EXTERNAL MODULE: ./src/plugins/spellcheck/langs/ru.js
|
|
36876
|
-
var spellcheck_langs_ru = __webpack_require__(
|
|
36957
|
+
var spellcheck_langs_ru = __webpack_require__(14004);
|
|
36877
36958
|
// EXTERNAL MODULE: ./src/plugins/spellcheck/langs/tr.js
|
|
36878
|
-
var spellcheck_langs_tr = __webpack_require__(
|
|
36959
|
+
var spellcheck_langs_tr = __webpack_require__(54002);
|
|
36879
36960
|
// EXTERNAL MODULE: ./src/plugins/spellcheck/langs/zh_cn.js
|
|
36880
|
-
var spellcheck_langs_zh_cn = __webpack_require__(
|
|
36961
|
+
var spellcheck_langs_zh_cn = __webpack_require__(61338);
|
|
36881
36962
|
// EXTERNAL MODULE: ./src/plugins/spellcheck/langs/zh_tw.js
|
|
36882
|
-
var spellcheck_langs_zh_tw = __webpack_require__(
|
|
36963
|
+
var spellcheck_langs_zh_tw = __webpack_require__(58013);
|
|
36883
36964
|
;// CONCATENATED MODULE: ./src/plugins/spellcheck/langs/index.ts
|
|
36884
36965
|
/*!
|
|
36885
36966
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
@@ -37185,45 +37266,45 @@ class sticky extends plugin_plugin/* Plugin */.S {
|
|
|
37185
37266
|
global/* pluginSystem.add */.pw.add('sticky', sticky);
|
|
37186
37267
|
|
|
37187
37268
|
// EXTERNAL MODULE: ./src/plugins/symbols/langs/ar.js
|
|
37188
|
-
var symbols_langs_ar = __webpack_require__(
|
|
37269
|
+
var symbols_langs_ar = __webpack_require__(59891);
|
|
37189
37270
|
// EXTERNAL MODULE: ./src/plugins/symbols/langs/cs_cz.js
|
|
37190
|
-
var symbols_langs_cs_cz = __webpack_require__(
|
|
37271
|
+
var symbols_langs_cs_cz = __webpack_require__(33280);
|
|
37191
37272
|
// EXTERNAL MODULE: ./src/plugins/symbols/langs/de.js
|
|
37192
|
-
var symbols_langs_de = __webpack_require__(
|
|
37273
|
+
var symbols_langs_de = __webpack_require__(51063);
|
|
37193
37274
|
// EXTERNAL MODULE: ./src/plugins/symbols/langs/es.js
|
|
37194
|
-
var symbols_langs_es = __webpack_require__(
|
|
37275
|
+
var symbols_langs_es = __webpack_require__(45290);
|
|
37195
37276
|
// EXTERNAL MODULE: ./src/plugins/symbols/langs/fa.js
|
|
37196
|
-
var symbols_langs_fa = __webpack_require__(
|
|
37277
|
+
var symbols_langs_fa = __webpack_require__(38927);
|
|
37197
37278
|
// EXTERNAL MODULE: ./src/plugins/symbols/langs/fr.js
|
|
37198
|
-
var symbols_langs_fr = __webpack_require__(
|
|
37279
|
+
var symbols_langs_fr = __webpack_require__(27021);
|
|
37199
37280
|
// EXTERNAL MODULE: ./src/plugins/symbols/langs/he.js
|
|
37200
|
-
var symbols_langs_he = __webpack_require__(
|
|
37281
|
+
var symbols_langs_he = __webpack_require__(25112);
|
|
37201
37282
|
// EXTERNAL MODULE: ./src/plugins/symbols/langs/hu.js
|
|
37202
|
-
var symbols_langs_hu = __webpack_require__(
|
|
37283
|
+
var symbols_langs_hu = __webpack_require__(49274);
|
|
37203
37284
|
// EXTERNAL MODULE: ./src/plugins/symbols/langs/id.js
|
|
37204
|
-
var symbols_langs_id = __webpack_require__(
|
|
37285
|
+
var symbols_langs_id = __webpack_require__(23442);
|
|
37205
37286
|
// EXTERNAL MODULE: ./src/plugins/symbols/langs/it.js
|
|
37206
|
-
var symbols_langs_it = __webpack_require__(
|
|
37287
|
+
var symbols_langs_it = __webpack_require__(13603);
|
|
37207
37288
|
// EXTERNAL MODULE: ./src/plugins/symbols/langs/ja.js
|
|
37208
|
-
var symbols_langs_ja = __webpack_require__(
|
|
37289
|
+
var symbols_langs_ja = __webpack_require__(33209);
|
|
37209
37290
|
// EXTERNAL MODULE: ./src/plugins/symbols/langs/ko.js
|
|
37210
|
-
var symbols_langs_ko = __webpack_require__(
|
|
37291
|
+
var symbols_langs_ko = __webpack_require__(19509);
|
|
37211
37292
|
// EXTERNAL MODULE: ./src/plugins/symbols/langs/mn.js
|
|
37212
|
-
var symbols_langs_mn = __webpack_require__(
|
|
37293
|
+
var symbols_langs_mn = __webpack_require__(35992);
|
|
37213
37294
|
// EXTERNAL MODULE: ./src/plugins/symbols/langs/nl.js
|
|
37214
|
-
var symbols_langs_nl = __webpack_require__(
|
|
37295
|
+
var symbols_langs_nl = __webpack_require__(74290);
|
|
37215
37296
|
// EXTERNAL MODULE: ./src/plugins/symbols/langs/pl.js
|
|
37216
|
-
var symbols_langs_pl = __webpack_require__(
|
|
37297
|
+
var symbols_langs_pl = __webpack_require__(33197);
|
|
37217
37298
|
// EXTERNAL MODULE: ./src/plugins/symbols/langs/pt_br.js
|
|
37218
|
-
var symbols_langs_pt_br = __webpack_require__(
|
|
37299
|
+
var symbols_langs_pt_br = __webpack_require__(52583);
|
|
37219
37300
|
// EXTERNAL MODULE: ./src/plugins/symbols/langs/ru.js
|
|
37220
|
-
var symbols_langs_ru = __webpack_require__(
|
|
37301
|
+
var symbols_langs_ru = __webpack_require__(28290);
|
|
37221
37302
|
// EXTERNAL MODULE: ./src/plugins/symbols/langs/tr.js
|
|
37222
|
-
var symbols_langs_tr = __webpack_require__(
|
|
37303
|
+
var symbols_langs_tr = __webpack_require__(49629);
|
|
37223
37304
|
// EXTERNAL MODULE: ./src/plugins/symbols/langs/zh_cn.js
|
|
37224
|
-
var symbols_langs_zh_cn = __webpack_require__(
|
|
37305
|
+
var symbols_langs_zh_cn = __webpack_require__(59693);
|
|
37225
37306
|
// EXTERNAL MODULE: ./src/plugins/symbols/langs/zh_tw.js
|
|
37226
|
-
var symbols_langs_zh_tw = __webpack_require__(
|
|
37307
|
+
var symbols_langs_zh_tw = __webpack_require__(92086);
|
|
37227
37308
|
;// CONCATENATED MODULE: ./src/plugins/symbols/langs/index.ts
|
|
37228
37309
|
/*!
|
|
37229
37310
|
* Jodit Editor (https://xdsoft.net/jodit/)
|