jodit 4.14.4 → 4.14.6
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/CHANGELOG.md +15 -0
- package/es2015/jodit.css +1 -1
- package/es2015/jodit.fat.min.js +9 -9
- package/es2015/jodit.js +49 -34
- package/es2015/jodit.min.js +9 -9
- package/es2015/plugins/debug/debug.css +1 -1
- 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 +1 -1
- package/es2015/plugins/speech-recognize/speech-recognize.min.js +1 -1
- package/es2018/jodit.fat.min.js +9 -9
- package/es2018/jodit.min.js +9 -9
- package/es2018/plugins/debug/debug.min.js +1 -1
- package/es2018/plugins/speech-recognize/speech-recognize.min.js +1 -1
- package/es2021/jodit.css +1 -1
- package/es2021/jodit.fat.min.js +10 -10
- package/es2021/jodit.js +49 -34
- package/es2021/jodit.min.js +10 -10
- package/es2021/plugins/debug/debug.css +1 -1
- 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 +1 -1
- package/es2021/plugins/speech-recognize/speech-recognize.min.js +1 -1
- package/es2021.en/jodit.css +1 -1
- package/es2021.en/jodit.fat.min.js +10 -10
- package/es2021.en/jodit.js +49 -34
- package/es2021.en/jodit.min.js +10 -10
- package/es2021.en/plugins/debug/debug.css +1 -1
- 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 +1 -1
- package/es2021.en/plugins/speech-recognize/speech-recognize.min.js +1 -1
- package/es5/jodit.css +2 -2
- package/es5/jodit.fat.min.js +2 -2
- package/es5/jodit.js +49 -34
- package/es5/jodit.min.css +2 -2
- package/es5/jodit.min.js +2 -2
- package/es5/plugins/debug/debug.css +1 -1
- package/es5/plugins/debug/debug.js +1 -1
- package/es5/plugins/debug/debug.min.js +1 -1
- package/es5/plugins/speech-recognize/speech-recognize.css +1 -1
- package/es5/plugins/speech-recognize/speech-recognize.js +1 -1
- package/es5/plugins/speech-recognize/speech-recognize.min.js +1 -1
- package/es5/polyfills.fat.min.js +1 -1
- package/es5/polyfills.js +1 -1
- package/es5/polyfills.min.js +1 -1
- package/esm/core/constants.js +1 -1
- package/esm/core/dom/dom.js +2 -2
- package/esm/core/global.js +1 -1
- package/esm/core/helpers/checker/has-browser-color-picker.js +1 -1
- package/esm/core/helpers/html/apply-styles.js +1 -1
- package/esm/core/helpers/string/fuzzy-search-index.js +1 -1
- package/esm/core/helpers/utils/set.js +2 -2
- package/esm/core/storage/async-storage.js +1 -3
- package/esm/core/ui/popup/popup.js +1 -1
- package/esm/modules/image-editor/image-editor.js +1 -1
- package/esm/modules/table/table.js +2 -2
- package/esm/modules/widget/file-selector/file-selector.js +0 -1
- package/esm/plugins/ai-assistant/langs/en.js +1 -1
- package/esm/plugins/ai-assistant/langs/es.js +1 -1
- package/esm/plugins/backspace/cases/check-remove-char.js +0 -1
- package/esm/plugins/clean-html/helpers/visitor/filters/replace-old-tags.js +0 -1
- package/esm/plugins/color/config.js +1 -1
- package/esm/plugins/copy-format/langs/ar.js +1 -1
- package/esm/plugins/copy-format/langs/cs_cz.js +1 -1
- package/esm/plugins/copy-format/langs/de.js +1 -1
- package/esm/plugins/copy-format/langs/es.js +1 -1
- package/esm/plugins/copy-format/langs/fa.js +1 -1
- package/esm/plugins/copy-format/langs/fi.js +1 -1
- package/esm/plugins/copy-format/langs/fr.js +1 -1
- package/esm/plugins/copy-format/langs/he.js +1 -1
- package/esm/plugins/copy-format/langs/hu.js +1 -1
- package/esm/plugins/copy-format/langs/id.js +1 -1
- package/esm/plugins/copy-format/langs/it.js +1 -1
- package/esm/plugins/copy-format/langs/ja.js +1 -1
- package/esm/plugins/copy-format/langs/ko.js +1 -1
- package/esm/plugins/copy-format/langs/mn.js +1 -1
- package/esm/plugins/copy-format/langs/nl.js +1 -1
- package/esm/plugins/copy-format/langs/pl.js +1 -1
- package/esm/plugins/copy-format/langs/pt_br.js +1 -1
- package/esm/plugins/copy-format/langs/ru.js +1 -1
- package/esm/plugins/copy-format/langs/tr.js +1 -1
- package/esm/plugins/copy-format/langs/zh_cn.js +1 -1
- package/esm/plugins/copy-format/langs/zh_tw.js +1 -1
- package/esm/plugins/iframe/iframe.js +28 -9
- package/esm/plugins/line-height/langs/ar.js +1 -1
- package/esm/plugins/line-height/langs/cs_cz.js +1 -1
- package/esm/plugins/line-height/langs/de.js +1 -1
- package/esm/plugins/line-height/langs/es.js +1 -1
- package/esm/plugins/line-height/langs/fa.js +1 -1
- package/esm/plugins/line-height/langs/fi.js +1 -1
- package/esm/plugins/line-height/langs/fr.js +1 -1
- package/esm/plugins/line-height/langs/he.js +1 -1
- package/esm/plugins/line-height/langs/hu.js +1 -1
- package/esm/plugins/line-height/langs/id.js +1 -1
- package/esm/plugins/line-height/langs/it.js +1 -1
- package/esm/plugins/line-height/langs/ja.js +1 -1
- package/esm/plugins/line-height/langs/ko.js +1 -1
- package/esm/plugins/line-height/langs/mn.js +1 -1
- package/esm/plugins/line-height/langs/nl.js +1 -1
- package/esm/plugins/line-height/langs/pl.js +1 -1
- package/esm/plugins/line-height/langs/pt_br.js +1 -1
- package/esm/plugins/line-height/langs/ru.js +1 -1
- package/esm/plugins/line-height/langs/sk.js +1 -1
- package/esm/plugins/line-height/langs/tr.js +1 -1
- package/esm/plugins/line-height/langs/ua.js +1 -1
- package/esm/plugins/line-height/langs/zh_cn.js +1 -1
- package/esm/plugins/line-height/langs/zh_tw.js +1 -1
- package/esm/plugins/resize-cells/resize-cells.js +2 -2
- package/esm/plugins/resizer/resizer.js +1 -1
- package/esm/plugins/search/helpers/sentence-finder.js +1 -1
- package/esm/plugins/source/source.js +1 -1
- package/esm/plugins/speech-recognize/langs/ar.js +1 -1
- package/esm/plugins/speech-recognize/langs/cs_cz.js +1 -1
- package/esm/plugins/speech-recognize/langs/de.js +1 -1
- package/esm/plugins/speech-recognize/langs/es.js +1 -1
- package/esm/plugins/speech-recognize/langs/fa.js +1 -1
- package/esm/plugins/speech-recognize/langs/fi.js +1 -1
- package/esm/plugins/speech-recognize/langs/fr.js +1 -1
- package/esm/plugins/speech-recognize/langs/he.js +1 -1
- package/esm/plugins/speech-recognize/langs/hu.js +1 -1
- package/esm/plugins/speech-recognize/langs/id.js +1 -1
- package/esm/plugins/speech-recognize/langs/it.js +1 -1
- package/esm/plugins/speech-recognize/langs/ja.js +1 -1
- package/esm/plugins/speech-recognize/langs/ko.js +1 -1
- package/esm/plugins/speech-recognize/langs/mn.js +1 -1
- package/esm/plugins/speech-recognize/langs/nl.js +1 -1
- package/esm/plugins/speech-recognize/langs/no.js +1 -1
- package/esm/plugins/speech-recognize/langs/pl.js +1 -1
- package/esm/plugins/speech-recognize/langs/pt_br.js +1 -1
- package/esm/plugins/speech-recognize/langs/ru.js +1 -1
- package/esm/plugins/speech-recognize/langs/sk.js +1 -1
- package/esm/plugins/speech-recognize/langs/tr.js +1 -1
- package/esm/plugins/speech-recognize/langs/ua.js +1 -1
- package/esm/plugins/speech-recognize/langs/zh_cn.js +1 -1
- package/esm/plugins/speech-recognize/langs/zh_tw.js +1 -1
- package/esm/plugins/spellcheck/langs/ar.js +1 -1
- package/esm/plugins/spellcheck/langs/cs_cz.js +1 -1
- package/esm/plugins/spellcheck/langs/de.js +1 -1
- package/esm/plugins/spellcheck/langs/es.js +1 -1
- package/esm/plugins/spellcheck/langs/fa.js +1 -1
- package/esm/plugins/spellcheck/langs/fi.js +1 -1
- package/esm/plugins/spellcheck/langs/fr.js +1 -1
- package/esm/plugins/spellcheck/langs/he.js +1 -1
- package/esm/plugins/spellcheck/langs/hu.js +1 -1
- package/esm/plugins/spellcheck/langs/id.js +1 -1
- package/esm/plugins/spellcheck/langs/it.js +1 -1
- package/esm/plugins/spellcheck/langs/ja.js +1 -1
- package/esm/plugins/spellcheck/langs/ko.js +1 -1
- package/esm/plugins/spellcheck/langs/mn.js +1 -1
- package/esm/plugins/spellcheck/langs/nl.js +1 -1
- package/esm/plugins/spellcheck/langs/no.js +1 -1
- package/esm/plugins/spellcheck/langs/pl.js +1 -1
- package/esm/plugins/spellcheck/langs/pt_br.js +1 -1
- package/esm/plugins/spellcheck/langs/ru.js +1 -1
- package/esm/plugins/spellcheck/langs/sk.js +1 -1
- package/esm/plugins/spellcheck/langs/tr.js +1 -1
- package/esm/plugins/spellcheck/langs/ua.js +1 -1
- package/esm/plugins/spellcheck/langs/zh_cn.js +1 -1
- package/esm/plugins/spellcheck/langs/zh_tw.js +1 -1
- package/esm/plugins/symbols/langs/ar.js +1 -1
- package/esm/plugins/symbols/langs/cs_cz.js +1 -1
- package/esm/plugins/symbols/langs/de.js +1 -1
- package/esm/plugins/symbols/langs/es.js +1 -1
- package/esm/plugins/symbols/langs/fa.js +1 -1
- package/esm/plugins/symbols/langs/fi.js +1 -1
- package/esm/plugins/symbols/langs/fr.js +1 -1
- package/esm/plugins/symbols/langs/he.js +1 -1
- package/esm/plugins/symbols/langs/hu.js +1 -1
- package/esm/plugins/symbols/langs/id.js +1 -1
- package/esm/plugins/symbols/langs/it.js +1 -1
- package/esm/plugins/symbols/langs/ja.js +1 -1
- package/esm/plugins/symbols/langs/ko.js +1 -1
- package/esm/plugins/symbols/langs/mn.js +1 -1
- package/esm/plugins/symbols/langs/nl.js +1 -1
- package/esm/plugins/symbols/langs/pl.js +1 -1
- package/esm/plugins/symbols/langs/pt_br.js +1 -1
- package/esm/plugins/symbols/langs/ru.js +1 -1
- package/esm/plugins/symbols/langs/tr.js +1 -1
- package/esm/plugins/symbols/langs/ua.js +1 -1
- package/esm/plugins/symbols/langs/zh_cn.js +1 -1
- package/esm/plugins/symbols/langs/zh_tw.js +1 -1
- package/esm/plugins/table/config.js +1 -1
- package/package.json +4 -1
|
@@ -84,11 +84,11 @@ export class resizeCells extends Plugin {
|
|
|
84
84
|
this.startX = event.clientX;
|
|
85
85
|
this.j.lock(key);
|
|
86
86
|
this.resizeHandler.classList.add('jodit-table-resizer_moved');
|
|
87
|
-
let box
|
|
87
|
+
let box;
|
|
88
88
|
this.minX = 0;
|
|
89
89
|
this.maxX = 1000000;
|
|
90
90
|
if (this.wholeTable != null) {
|
|
91
|
-
tableBox = this.workTable.parentNode.getBoundingClientRect();
|
|
91
|
+
const tableBox = this.workTable.parentNode.getBoundingClientRect();
|
|
92
92
|
this.minX = tableBox.left;
|
|
93
93
|
this.maxX = this.minX + tableBox.width;
|
|
94
94
|
}
|
|
@@ -217,7 +217,7 @@ export class resizer extends Plugin {
|
|
|
217
217
|
diff_y = this.pointerY - this.startY;
|
|
218
218
|
}
|
|
219
219
|
const className = this.handle.className;
|
|
220
|
-
let new_w
|
|
220
|
+
let new_w, new_h;
|
|
221
221
|
const uar = this.j.o.resizer.useAspectRatio;
|
|
222
222
|
if (!this.isAltMode &&
|
|
223
223
|
(uar === true || (uar && Dom.isTag(this.element, uar)))) {
|
|
@@ -26,7 +26,7 @@ export class SentenceFinder {
|
|
|
26
26
|
}
|
|
27
27
|
ranges(needle, position = 0) {
|
|
28
28
|
const results = [];
|
|
29
|
-
let index = position, len
|
|
29
|
+
let index = position, len, startQueueIndex = 0;
|
|
30
30
|
// Find all ranges in substring
|
|
31
31
|
do {
|
|
32
32
|
[index, len] = this.searchIndex(needle, this.value, index);
|
|
@@ -185,7 +185,7 @@ export class source extends Plugin {
|
|
|
185
185
|
return;
|
|
186
186
|
}
|
|
187
187
|
let value = this.getMirrorValue();
|
|
188
|
-
let selectionStart
|
|
188
|
+
let selectionStart, selectionEnd;
|
|
189
189
|
try {
|
|
190
190
|
value = value
|
|
191
191
|
.replace(/<span[^>]+data-jodit-selection_marker=(["'])start\1[^>]*>[<>]*?<\/span>/gim, this.tempMarkerStart)
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5
5
|
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
6
6
|
*/
|
|
7
|
-
|
|
7
|
+
module.exports = {
|
|
8
8
|
newline: 'الخط الجديد',
|
|
9
9
|
delete: 'حذف',
|
|
10
10
|
space: 'الفضاء',
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5
5
|
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
6
6
|
*/
|
|
7
|
-
|
|
7
|
+
module.exports = {
|
|
8
8
|
newline: 'řádek',
|
|
9
9
|
delete: 'odstranit',
|
|
10
10
|
space: 'prostora',
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5
5
|
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
6
6
|
*/
|
|
7
|
-
|
|
7
|
+
module.exports = {
|
|
8
8
|
newline: 'Zeilenumbruch',
|
|
9
9
|
delete: 'löschen',
|
|
10
10
|
space: 'Raum',
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5
5
|
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
6
6
|
*/
|
|
7
|
-
|
|
7
|
+
module.exports = {
|
|
8
8
|
newline: 'nueva línea',
|
|
9
9
|
delete: 'eliminar',
|
|
10
10
|
space: 'espacio',
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5
5
|
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
6
6
|
*/
|
|
7
|
-
|
|
7
|
+
module.exports = {
|
|
8
8
|
newline: 'خط جدید',
|
|
9
9
|
delete: 'حذف',
|
|
10
10
|
space: 'فضا',
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5
5
|
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
6
6
|
*/
|
|
7
|
-
|
|
7
|
+
module.exports = {
|
|
8
8
|
'Speech Recognize': 'Puheentunnistus',
|
|
9
9
|
newline: 'uusi rivi',
|
|
10
10
|
delete: 'poistaa',
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5
5
|
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
6
6
|
*/
|
|
7
|
-
|
|
7
|
+
module.exports = {
|
|
8
8
|
newline: 'nouvelle ligne',
|
|
9
9
|
delete: 'supprimer',
|
|
10
10
|
space: 'espace',
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5
5
|
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
6
6
|
*/
|
|
7
|
-
|
|
7
|
+
module.exports = {
|
|
8
8
|
newline: 'חדשות',
|
|
9
9
|
delete: 'מחק',
|
|
10
10
|
space: 'שטח',
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5
5
|
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
6
6
|
*/
|
|
7
|
-
|
|
7
|
+
module.exports = {
|
|
8
8
|
newline: 'újsor',
|
|
9
9
|
delete: 'törlés',
|
|
10
10
|
space: 'tér',
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5
5
|
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
6
6
|
*/
|
|
7
|
-
|
|
7
|
+
module.exports = {
|
|
8
8
|
newline: 'newline',
|
|
9
9
|
delete: 'Hapus',
|
|
10
10
|
space: 'ruang',
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5
5
|
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
6
6
|
*/
|
|
7
|
-
|
|
7
|
+
module.exports = {
|
|
8
8
|
newline: 'nuova riga',
|
|
9
9
|
delete: 'eliminare',
|
|
10
10
|
space: 'spazio',
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5
5
|
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
6
6
|
*/
|
|
7
|
-
|
|
7
|
+
module.exports = {
|
|
8
8
|
newline: 'Шинэ мөр',
|
|
9
9
|
delete: 'Устгах',
|
|
10
10
|
space: 'Зай',
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5
5
|
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
6
6
|
*/
|
|
7
|
-
|
|
7
|
+
module.exports = {
|
|
8
8
|
newline: 'regel',
|
|
9
9
|
delete: 'verwijderen',
|
|
10
10
|
space: 'ruimte',
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5
5
|
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
6
6
|
*/
|
|
7
|
-
|
|
7
|
+
module.exports = {
|
|
8
8
|
newline: 'nylinje',
|
|
9
9
|
delete: 'slette',
|
|
10
10
|
space: 'rom',
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5
5
|
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
6
6
|
*/
|
|
7
|
-
|
|
7
|
+
module.exports = {
|
|
8
8
|
newline: 'newline',
|
|
9
9
|
delete: 'usunąć',
|
|
10
10
|
space: 'przestrzeń',
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5
5
|
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
6
6
|
*/
|
|
7
|
-
|
|
7
|
+
module.exports = {
|
|
8
8
|
newline: 'linha',
|
|
9
9
|
delete: 'excluir',
|
|
10
10
|
space: 'espaco',
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5
5
|
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
6
6
|
*/
|
|
7
|
-
|
|
7
|
+
module.exports = {
|
|
8
8
|
newline: 'новая строка|перенос|энтер',
|
|
9
9
|
delete: 'удалить',
|
|
10
10
|
space: 'пробел',
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5
5
|
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
6
6
|
*/
|
|
7
|
-
|
|
7
|
+
module.exports = {
|
|
8
8
|
newline: 'nový riadok',
|
|
9
9
|
delete: 'vymazať',
|
|
10
10
|
space: 'medzera',
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5
5
|
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
6
6
|
*/
|
|
7
|
-
|
|
7
|
+
module.exports = {
|
|
8
8
|
newline: 'yeni satır',
|
|
9
9
|
delete: 'silmek',
|
|
10
10
|
space: 'uzay',
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5
5
|
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
6
6
|
*/
|
|
7
|
-
|
|
7
|
+
module.exports = {
|
|
8
8
|
newline: 'новая строка|перенос|ентер',
|
|
9
9
|
delete: 'видалити',
|
|
10
10
|
space: 'пробел',
|