jodit 4.5.16 → 4.5.19
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 +43 -0
- package/es2015/jodit.css +1 -1
- package/es2015/jodit.fat.min.js +2 -2
- package/es2015/jodit.js +112 -67
- package/es2015/jodit.min.js +2 -2
- 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 +48 -22
- package/es2015/plugins/speech-recognize/speech-recognize.min.js +2 -2
- package/es2018/jodit.css +1 -1
- package/es2018/jodit.fat.min.js +2 -2
- package/es2018/jodit.js +112 -67
- package/es2018/jodit.min.js +2 -2
- package/es2018/plugins/debug/debug.css +1 -1
- 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 +48 -22
- package/es2018/plugins/speech-recognize/speech-recognize.min.js +2 -2
- package/es2021/jodit.css +1 -1
- package/es2021/jodit.fat.min.js +2 -2
- package/es2021/jodit.js +112 -67
- package/es2021/jodit.min.js +2 -2
- 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 +48 -22
- package/es2021/plugins/speech-recognize/speech-recognize.min.js +2 -2
- package/es2021.en/jodit.css +1 -1
- package/es2021.en/jodit.fat.min.js +2 -2
- package/es2021.en/jodit.js +26 -8
- package/es2021.en/jodit.min.js +2 -2
- 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 +3 -1
- package/es2021.en/plugins/speech-recognize/speech-recognize.min.js +2 -2
- package/es5/415.fat.min.js +2 -2
- package/es5/415.js +2 -2
- package/es5/415.min.js +2 -2
- package/es5/5.fat.min.js +1 -1
- package/es5/5.min.js +1 -1
- package/es5/jodit.css +2 -2
- package/es5/jodit.fat.min.js +2 -2
- package/es5/jodit.js +112 -67
- 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 +48 -22
- package/es5/plugins/speech-recognize/speech-recognize.min.js +2 -2
- package/esm/config.d.ts +4 -0
- package/esm/core/constants.js +1 -1
- package/esm/core/storage/engines/local-storage-provider.js +1 -1
- package/esm/langs/ar.d.ts +3 -0
- package/esm/langs/ar.js +4 -1
- package/esm/langs/no.d.ts +200 -0
- package/esm/langs/no.js +209 -0
- package/esm/languages.js +2 -0
- package/esm/plugins/link/config.d.ts +4 -0
- package/esm/plugins/link/config.js +1 -0
- package/esm/plugins/link/link.d.ts +2 -1
- package/esm/plugins/link/link.js +17 -4
- package/esm/plugins/speech-recognize/langs/index.d.ts +2 -1
- package/esm/plugins/speech-recognize/langs/index.js +2 -1
- package/esm/plugins/speech-recognize/langs/no.d.ts +9 -0
- package/esm/plugins/speech-recognize/langs/no.js +14 -0
- package/esm/plugins/spellcheck/langs/index.d.ts +2 -1
- package/esm/plugins/spellcheck/langs/index.js +2 -1
- package/esm/plugins/spellcheck/langs/no.d.ts +1 -0
- package/esm/plugins/spellcheck/langs/no.js +9 -0
- package/package.json +1 -1
- package/types/config.d.ts +4 -0
- package/types/langs/ar.d.ts +3 -0
- package/types/langs/no.d.ts +200 -0
- package/types/plugins/link/config.d.ts +4 -0
- package/types/plugins/link/link.d.ts +2 -1
- package/types/plugins/speech-recognize/langs/index.d.ts +2 -1
- package/types/plugins/speech-recognize/langs/no.d.ts +9 -0
- package/types/plugins/spellcheck/langs/index.d.ts +2 -1
- package/types/plugins/spellcheck/langs/no.d.ts +1 -0
package/esm/langs/no.js
ADDED
|
@@ -0,0 +1,209 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
3
|
+
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
export default {
|
|
8
|
+
'Type something': 'Skriv noe',
|
|
9
|
+
'About Jodit': 'Om Jodit',
|
|
10
|
+
'Jodit Editor': 'Jodit-redigerer',
|
|
11
|
+
"Jodit User's Guide": 'Jodit brukerveiledning',
|
|
12
|
+
'contains detailed help for using': 'Inneholder detaljert hjelp for bruk',
|
|
13
|
+
'For information about the license, please go to our website:':
|
|
14
|
+
'For informasjon om lisensen, besøk vår nettside:',
|
|
15
|
+
'Buy full version': 'Kjøp fullversjon',
|
|
16
|
+
'Copyright © XDSoft.net - Chupurnov Valeriy. All rights reserved.':
|
|
17
|
+
'Opphavsrett © XDSoft.net - Chupurnov Valeriy. Alle rettigheter forbeholdt.',
|
|
18
|
+
Anchor: 'Anker',
|
|
19
|
+
'Open in new tab': 'Åpne i ny fane',
|
|
20
|
+
'Open in fullsize': 'Åpne i fullskjerm',
|
|
21
|
+
'Clear Formatting': 'Fjern formatering',
|
|
22
|
+
'Fill color or set the text color': 'Endre bakgrunns- eller tekstfarge',
|
|
23
|
+
Redo: 'Gjør om',
|
|
24
|
+
Undo: 'Angre',
|
|
25
|
+
Bold: 'Fet',
|
|
26
|
+
Italic: 'Kursiv',
|
|
27
|
+
'Insert Unordered List': 'Sett inn punktliste',
|
|
28
|
+
'Insert Ordered List': 'Sett inn nummerert liste',
|
|
29
|
+
'Align Center': 'Midtstill',
|
|
30
|
+
'Align Justify': 'Juster',
|
|
31
|
+
'Align Left': 'Venstrejuster',
|
|
32
|
+
'Align Right': 'Høyrejuster',
|
|
33
|
+
'Insert Horizontal Line': 'Sett inn horisontal linje',
|
|
34
|
+
'Insert Image': 'Sett inn bilde',
|
|
35
|
+
'Insert file': 'Sett inn fil',
|
|
36
|
+
'Insert youtube/vimeo video': 'Sett inn YouTube/Vimeo-video',
|
|
37
|
+
'Insert link': 'Sett inn lenke',
|
|
38
|
+
'Font size': 'Skriftstørrelse',
|
|
39
|
+
'Font family': 'Skriftfamilie',
|
|
40
|
+
'Insert format block': 'Sett inn formateringsblokk',
|
|
41
|
+
Normal: 'Normal',
|
|
42
|
+
'Heading 1': 'Overskrift 1',
|
|
43
|
+
'Heading 2': 'Overskrift 2',
|
|
44
|
+
'Heading 3': 'Overskrift 3',
|
|
45
|
+
'Heading 4': 'Overskrift 4',
|
|
46
|
+
Quote: 'Sitat',
|
|
47
|
+
Code: 'Kode',
|
|
48
|
+
Insert: 'Sett inn',
|
|
49
|
+
'Insert table': 'Sett inn tabell',
|
|
50
|
+
'Decrease Indent': 'Reduser innrykk',
|
|
51
|
+
'Increase Indent': 'Øk innrykk',
|
|
52
|
+
'Select Special Character': 'Velg spesialtegn',
|
|
53
|
+
'Insert Special Character': 'Sett inn spesialtegn',
|
|
54
|
+
'Paint format': 'Kopier format',
|
|
55
|
+
'Change mode': 'Bytt modus (WYSIWYG/HTML)',
|
|
56
|
+
Margins: 'Marger',
|
|
57
|
+
top: 'topp',
|
|
58
|
+
right: 'høyre',
|
|
59
|
+
bottom: 'bunn',
|
|
60
|
+
left: 'venstre',
|
|
61
|
+
Styles: 'Stiler',
|
|
62
|
+
Classes: 'Klasser',
|
|
63
|
+
Align: 'Justering',
|
|
64
|
+
Right: 'Høyre',
|
|
65
|
+
Center: 'Senter',
|
|
66
|
+
Left: 'Venstre',
|
|
67
|
+
'--Not Set--': '--Ikke satt--',
|
|
68
|
+
Src: 'Kilde',
|
|
69
|
+
Title: 'Tittel',
|
|
70
|
+
Alternative: 'Alternativ',
|
|
71
|
+
Filter: 'Filter',
|
|
72
|
+
Link: 'Lenke',
|
|
73
|
+
'Open link in new tab': 'Åpne lenke i ny fane',
|
|
74
|
+
Image: 'Bilde',
|
|
75
|
+
file: 'fil',
|
|
76
|
+
Advanced: 'Avansert',
|
|
77
|
+
'Image properties': 'Bildeegenskaper',
|
|
78
|
+
Cancel: 'Avbryt',
|
|
79
|
+
Ok: 'OK',
|
|
80
|
+
'Your code is similar to HTML. Keep as HTML?':
|
|
81
|
+
'Koden din ligner HTML. Beholde som HTML?',
|
|
82
|
+
'Paste as HTML': 'Lim inn som HTML',
|
|
83
|
+
Keep: 'Behold',
|
|
84
|
+
Clean: 'Rens',
|
|
85
|
+
'Insert as Text': 'Lim inn som tekst',
|
|
86
|
+
'Word Paste Detected': 'Word-innliming oppdaget',
|
|
87
|
+
'The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?':
|
|
88
|
+
'Innholdet du limer inn kommer fra et Microsoft Word/Excel-dokument. Vil du beholde formatet eller rense det?',
|
|
89
|
+
'Insert only Text': 'Lim inn kun tekst',
|
|
90
|
+
'File Browser': 'Filutforsker',
|
|
91
|
+
'Error on load list': 'Feil ved lasting av liste',
|
|
92
|
+
'Error on load folders': 'Feil ved lasting av mapper',
|
|
93
|
+
'Are you sure?': 'Er du sikker?',
|
|
94
|
+
'Enter Directory name': 'Skriv inn mappenavn',
|
|
95
|
+
'Create directory': 'Opprett mappe',
|
|
96
|
+
'type name': 'skriv navn',
|
|
97
|
+
'Drop image': 'Slipp bilde',
|
|
98
|
+
'Drop file': 'Slipp fil',
|
|
99
|
+
'or click': 'eller klikk',
|
|
100
|
+
'Alternative text': 'Alternativ tekst',
|
|
101
|
+
Browse: 'Bla gjennom',
|
|
102
|
+
Upload: 'Last opp',
|
|
103
|
+
Background: 'Bakgrunn',
|
|
104
|
+
Border: 'Kantlinje',
|
|
105
|
+
Text: 'Tekst',
|
|
106
|
+
Top: 'Topp',
|
|
107
|
+
Middle: 'Midt',
|
|
108
|
+
Bottom: 'Bunn',
|
|
109
|
+
'Insert column before': 'Sett inn kolonne før',
|
|
110
|
+
'Insert column after': 'Sett inn kolonne etter',
|
|
111
|
+
'Insert row above': 'Sett inn rad over',
|
|
112
|
+
'Insert row below': 'Sett inn rad under',
|
|
113
|
+
'Delete table': 'Slett tabell',
|
|
114
|
+
'Delete row': 'Slett rad',
|
|
115
|
+
'Delete column': 'Slett kolonne',
|
|
116
|
+
'Empty cell': 'Tøm celle',
|
|
117
|
+
'Chars: %d': 'Tegn: %d',
|
|
118
|
+
'Words: %d': 'Ord: %d',
|
|
119
|
+
Split: 'Del',
|
|
120
|
+
'Split vertical': 'Del vertikalt',
|
|
121
|
+
'Split horizontal': 'Del horisontalt',
|
|
122
|
+
'Strike through': 'Gjennomstreking',
|
|
123
|
+
Underline: 'Understreking',
|
|
124
|
+
superscript: 'hevet skrift',
|
|
125
|
+
subscript: 'senket skrift',
|
|
126
|
+
'Cut selection': 'Klipp ut markering',
|
|
127
|
+
'Select all': 'Velg alt',
|
|
128
|
+
Break: 'Pause',
|
|
129
|
+
'Search for': 'Søk etter',
|
|
130
|
+
'Replace with': 'Erstatt med',
|
|
131
|
+
Replace: 'Erstatt',
|
|
132
|
+
Paste: 'Lim inn',
|
|
133
|
+
'Choose Content to Paste': 'Velg innhold å lime inn',
|
|
134
|
+
source: 'kilde',
|
|
135
|
+
bold: 'fet',
|
|
136
|
+
italic: 'kursiv',
|
|
137
|
+
brush: 'pensel',
|
|
138
|
+
link: 'lenke',
|
|
139
|
+
undo: 'angre',
|
|
140
|
+
redo: 'gjør om',
|
|
141
|
+
table: 'tabell',
|
|
142
|
+
image: 'bilde',
|
|
143
|
+
eraser: 'viskelær',
|
|
144
|
+
paragraph: 'avsnitt',
|
|
145
|
+
fontsize: 'skriftstørrelse',
|
|
146
|
+
video: 'video',
|
|
147
|
+
font: 'skrift',
|
|
148
|
+
about: 'om redigeringsverktøyet',
|
|
149
|
+
print: 'skriv ut',
|
|
150
|
+
underline: 'understreking',
|
|
151
|
+
strikethrough: 'gjennomstreking',
|
|
152
|
+
indent: 'innrykk',
|
|
153
|
+
outdent: 'reduser innrykk',
|
|
154
|
+
fullsize: 'full størrelse',
|
|
155
|
+
shrink: 'krympe',
|
|
156
|
+
hr: 'linje',
|
|
157
|
+
ul: 'punktliste',
|
|
158
|
+
ol: 'nummerert liste',
|
|
159
|
+
cut: 'klipp ut',
|
|
160
|
+
selectall: 'velg alt',
|
|
161
|
+
'Open link': 'Åpne lenke',
|
|
162
|
+
'Edit link': 'Rediger lenke',
|
|
163
|
+
'No follow': 'Ingen oppfølging',
|
|
164
|
+
Unlink: 'Fjern lenke',
|
|
165
|
+
Eye: 'Forhåndsvisning',
|
|
166
|
+
pencil: 'Rediger',
|
|
167
|
+
' URL': 'URL',
|
|
168
|
+
Reset: 'Tilbakestill',
|
|
169
|
+
Save: 'Lagre',
|
|
170
|
+
'Save as ...': 'Lagre som ...',
|
|
171
|
+
Resize: 'Endre størrelse',
|
|
172
|
+
Crop: 'Beskjær',
|
|
173
|
+
Width: 'Bredde',
|
|
174
|
+
Height: 'Høyde',
|
|
175
|
+
'Keep Aspect Ratio': 'Behold proporsjoner',
|
|
176
|
+
Yes: 'Ja',
|
|
177
|
+
No: 'Nei',
|
|
178
|
+
Remove: 'Fjern',
|
|
179
|
+
Select: 'Velg',
|
|
180
|
+
'Select %s': 'Velg: %s',
|
|
181
|
+
Update: 'Oppdater',
|
|
182
|
+
'Vertical align': 'Vertikal justering',
|
|
183
|
+
Merge: 'Slå sammen',
|
|
184
|
+
'Add column': 'Legg til kolonne',
|
|
185
|
+
'Add row': 'Legg til rad',
|
|
186
|
+
Delete: 'Slett',
|
|
187
|
+
'Horizontal align': 'Horisontal justering',
|
|
188
|
+
'Sort by changed': 'Sorter etter endring',
|
|
189
|
+
'Sort by name': 'Sorter etter navn',
|
|
190
|
+
'Sort by size': 'Sorter etter størrelse',
|
|
191
|
+
'Add folder': 'Legg til mappe',
|
|
192
|
+
palette: 'Palett',
|
|
193
|
+
preview: 'Forhåndsvisning',
|
|
194
|
+
'Line height': 'Linjehøyde',
|
|
195
|
+
'Insert className': 'Sett inn klassenavn',
|
|
196
|
+
apply: 'Bruk',
|
|
197
|
+
edit: 'Rediger',
|
|
198
|
+
'Show all': 'Vis alle',
|
|
199
|
+
sound: 'Lyd',
|
|
200
|
+
'Interim Results': 'Foreløpige resultater',
|
|
201
|
+
default: 'Standard',
|
|
202
|
+
circle: 'Sirkel',
|
|
203
|
+
dot: 'Punkt',
|
|
204
|
+
square: 'Firkant',
|
|
205
|
+
'Press Alt for custom resizing': 'Trykk på Alt for å endre størrelse',
|
|
206
|
+
'Copy selection': 'Kopier utvalg',
|
|
207
|
+
'Paste from clipboard': 'Lim inn fra utklippstavlen',
|
|
208
|
+
Find: 'Finne'
|
|
209
|
+
};
|
package/esm/languages.js
CHANGED
|
@@ -20,6 +20,7 @@ import keys from "./langs/keys.js";
|
|
|
20
20
|
import ko from "./langs/ko.js";
|
|
21
21
|
import mn from "./langs/mn.js";
|
|
22
22
|
import nl from "./langs/nl.js";
|
|
23
|
+
import no from "./langs/no.js";
|
|
23
24
|
import pl from "./langs/pl.js";
|
|
24
25
|
import pt_br from "./langs/pt_br.js";
|
|
25
26
|
import ru from "./langs/ru.js";
|
|
@@ -44,6 +45,7 @@ exp = {
|
|
|
44
45
|
ko,
|
|
45
46
|
mn,
|
|
46
47
|
nl,
|
|
48
|
+
no,
|
|
47
49
|
pl,
|
|
48
50
|
pt_br,
|
|
49
51
|
ru,
|
|
@@ -19,9 +19,10 @@ export declare class link extends Plugin {
|
|
|
19
19
|
buttons: Plugin['buttons'];
|
|
20
20
|
/** @override */
|
|
21
21
|
protected afterInit(jodit: IJodit): void;
|
|
22
|
-
private
|
|
22
|
+
private __onDblClickOnLink;
|
|
23
23
|
private onProcessPasteLink;
|
|
24
24
|
private __generateForm;
|
|
25
25
|
/** @override */
|
|
26
26
|
protected beforeDestruct(jodit: IJodit): void;
|
|
27
|
+
private __onClickReadOnlyLink;
|
|
27
28
|
}
|
package/esm/plugins/link/link.js
CHANGED
|
@@ -36,8 +36,9 @@ export class link extends Plugin {
|
|
|
36
36
|
/** @override */
|
|
37
37
|
afterInit(jodit) {
|
|
38
38
|
if (jodit.o.link.followOnDblClick) {
|
|
39
|
-
jodit.e.on('dblclick.link', this.
|
|
39
|
+
jodit.e.on('dblclick.link', this.__onDblClickOnLink);
|
|
40
40
|
}
|
|
41
|
+
jodit.e.on(jodit.editor, 'click.link', this.__onClickReadOnlyLink);
|
|
41
42
|
if (jodit.o.link.processPastedLink) {
|
|
42
43
|
jodit.e.on('processPaste.link', this.onProcessPasteLink);
|
|
43
44
|
}
|
|
@@ -61,7 +62,7 @@ export class link extends Plugin {
|
|
|
61
62
|
hotkeys: jodit.o.link.hotkeys
|
|
62
63
|
});
|
|
63
64
|
}
|
|
64
|
-
|
|
65
|
+
__onDblClickOnLink(e) {
|
|
65
66
|
if (!Dom.isTag(e.target, 'a')) {
|
|
66
67
|
return;
|
|
67
68
|
}
|
|
@@ -243,19 +244,31 @@ export class link extends Plugin {
|
|
|
243
244
|
beforeDestruct(jodit) {
|
|
244
245
|
jodit.e
|
|
245
246
|
.off('generateLinkForm.link', this.__generateForm)
|
|
246
|
-
.off('dblclick.link', this.
|
|
247
|
+
.off('dblclick.link', this.__onDblClickOnLink)
|
|
248
|
+
.off(jodit.editor, 'click.link', this.__onClickReadOnlyLink)
|
|
247
249
|
.off('processPaste.link', this.onProcessPasteLink);
|
|
248
250
|
}
|
|
251
|
+
__onClickReadOnlyLink(e) {
|
|
252
|
+
const { jodit } = this;
|
|
253
|
+
if (jodit.o.readonly &&
|
|
254
|
+
jodit.o.link.preventReadOnlyNavigation &&
|
|
255
|
+
Dom.isTag(e.target, 'a')) {
|
|
256
|
+
e.preventDefault();
|
|
257
|
+
}
|
|
258
|
+
}
|
|
249
259
|
}
|
|
250
260
|
__decorate([
|
|
251
261
|
autobind
|
|
252
|
-
], link.prototype, "
|
|
262
|
+
], link.prototype, "__onDblClickOnLink", null);
|
|
253
263
|
__decorate([
|
|
254
264
|
autobind
|
|
255
265
|
], link.prototype, "onProcessPasteLink", null);
|
|
256
266
|
__decorate([
|
|
257
267
|
autobind
|
|
258
268
|
], link.prototype, "__generateForm", null);
|
|
269
|
+
__decorate([
|
|
270
|
+
autobind
|
|
271
|
+
], link.prototype, "__onClickReadOnlyLink", null);
|
|
259
272
|
pluginSystem.add('link', link);
|
|
260
273
|
function writeClasses(modeClassName, className_input, className_select, a) {
|
|
261
274
|
var _a;
|
|
@@ -18,6 +18,7 @@ import * as ja from "./ja";
|
|
|
18
18
|
import * as ko from "./ko";
|
|
19
19
|
import * as mn from "./mn";
|
|
20
20
|
import * as nl from "./nl";
|
|
21
|
+
import * as no from "./no";
|
|
21
22
|
import * as pl from "./pl";
|
|
22
23
|
import * as pt_br from "./pt_br";
|
|
23
24
|
import * as ru from "./ru";
|
|
@@ -25,4 +26,4 @@ import * as tr from "./tr";
|
|
|
25
26
|
import * as ua from "./ua";
|
|
26
27
|
import * as zh_cn from "./zh_cn";
|
|
27
28
|
import * as zh_tw from "./zh_tw";
|
|
28
|
-
export { ar, cs_cz, de, es, fa, fi, fr, he, hu, id, it, ja, ko, mn, nl, pl, pt_br, ru, tr, ua, zh_cn, zh_tw };
|
|
29
|
+
export { ar, cs_cz, de, es, fa, fi, fr, he, hu, id, it, ja, ko, mn, nl, no, pl, pt_br, ru, tr, ua, zh_cn, zh_tw };
|
|
@@ -19,6 +19,7 @@ import * as ja from "./ja.js";
|
|
|
19
19
|
import * as ko from "./ko.js";
|
|
20
20
|
import * as mn from "./mn.js";
|
|
21
21
|
import * as nl from "./nl.js";
|
|
22
|
+
import * as no from "./no.js";
|
|
22
23
|
import * as pl from "./pl.js";
|
|
23
24
|
import * as pt_br from "./pt_br.js";
|
|
24
25
|
import * as ru from "./ru.js";
|
|
@@ -26,4 +27,4 @@ import * as tr from "./tr.js";
|
|
|
26
27
|
import * as ua from "./ua.js";
|
|
27
28
|
import * as zh_cn from "./zh_cn.js";
|
|
28
29
|
import * as zh_tw from "./zh_tw.js";
|
|
29
|
-
export { ar, cs_cz, de, es, fa, fi, fr, he, hu, id, it, ja, ko, mn, nl, pl, pt_br, ru, tr, ua, zh_cn, zh_tw };
|
|
30
|
+
export { ar, cs_cz, de, es, fa, fi, fr, he, hu, id, it, ja, ko, mn, nl, no, pl, pt_br, ru, tr, ua, zh_cn, zh_tw };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*!
|
|
3
|
+
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4
|
+
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
6
|
+
*/
|
|
7
|
+
export default {
|
|
8
|
+
newline: 'nylinje',
|
|
9
|
+
delete: 'slette',
|
|
10
|
+
space: 'rom',
|
|
11
|
+
'Speech Recognize': 'Talegjenkjenning',
|
|
12
|
+
Sound: 'Lyd',
|
|
13
|
+
'Interim Results': 'Midlertidige resultater'
|
|
14
|
+
};
|
|
@@ -18,6 +18,7 @@ import * as ja from "./ja";
|
|
|
18
18
|
import * as ko from "./ko";
|
|
19
19
|
import * as mn from "./mn";
|
|
20
20
|
import * as nl from "./nl";
|
|
21
|
+
import * as no from "./no";
|
|
21
22
|
import * as pl from "./pl";
|
|
22
23
|
import * as pt_br from "./pt_br";
|
|
23
24
|
import * as ru from "./ru";
|
|
@@ -25,4 +26,4 @@ import * as tr from "./tr";
|
|
|
25
26
|
import * as ua from "./ua";
|
|
26
27
|
import * as zh_cn from "./zh_cn";
|
|
27
28
|
import * as zh_tw from "./zh_tw";
|
|
28
|
-
export { ar, cs_cz, de, es, fa, fi, fr, he, hu, id, it, ja, ko, mn, nl, pl, pt_br, ru, tr, ua, zh_cn, zh_tw };
|
|
29
|
+
export { ar, cs_cz, de, es, fa, fi, fr, he, hu, id, it, ja, ko, mn, nl, no, pl, pt_br, ru, tr, ua, zh_cn, zh_tw };
|
|
@@ -18,6 +18,7 @@ import * as ja from "./ja.js";
|
|
|
18
18
|
import * as ko from "./ko.js";
|
|
19
19
|
import * as mn from "./mn.js";
|
|
20
20
|
import * as nl from "./nl.js";
|
|
21
|
+
import * as no from "./no.js";
|
|
21
22
|
import * as pl from "./pl.js";
|
|
22
23
|
import * as pt_br from "./pt_br.js";
|
|
23
24
|
import * as ru from "./ru.js";
|
|
@@ -25,4 +26,4 @@ import * as tr from "./tr.js";
|
|
|
25
26
|
import * as ua from "./ua.js";
|
|
26
27
|
import * as zh_cn from "./zh_cn.js";
|
|
27
28
|
import * as zh_tw from "./zh_tw.js";
|
|
28
|
-
export { ar, cs_cz, de, es, fa, fi, fr, he, hu, id, it, ja, ko, mn, nl, pl, pt_br, ru, tr, ua, zh_cn, zh_tw };
|
|
29
|
+
export { ar, cs_cz, de, es, fa, fi, fr, he, hu, id, it, ja, ko, mn, nl, no, pl, pt_br, ru, tr, ua, zh_cn, zh_tw };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export let Spellcheck: string;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*!
|
|
3
|
+
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4
|
+
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
6
|
+
*/
|
|
7
|
+
export default {
|
|
8
|
+
Spellcheck: 'Stavekontroll'
|
|
9
|
+
};
|
package/package.json
CHANGED
package/types/config.d.ts
CHANGED
|
@@ -1117,6 +1117,10 @@ interface Config {
|
|
|
1117
1117
|
*/
|
|
1118
1118
|
selectOptionsClassName: IUIOption[];
|
|
1119
1119
|
hotkeys: string[];
|
|
1120
|
+
/**
|
|
1121
|
+
* Prevent navigation to the link if it is readonly. Default: true
|
|
1122
|
+
*/
|
|
1123
|
+
preventReadOnlyNavigation: boolean;
|
|
1120
1124
|
};
|
|
1121
1125
|
}
|
|
1122
1126
|
interface Config {
|
package/types/langs/ar.d.ts
CHANGED
|
@@ -0,0 +1,200 @@
|
|
|
1
|
+
declare const _exports: {
|
|
2
|
+
'Type something': string;
|
|
3
|
+
'About Jodit': string;
|
|
4
|
+
'Jodit Editor': string;
|
|
5
|
+
"Jodit User's Guide": string;
|
|
6
|
+
'contains detailed help for using': string;
|
|
7
|
+
'For information about the license, please go to our website:': string;
|
|
8
|
+
'Buy full version': string;
|
|
9
|
+
'Copyright \u00A9 XDSoft.net - Chupurnov Valeriy. All rights reserved.': string;
|
|
10
|
+
Anchor: string;
|
|
11
|
+
'Open in new tab': string;
|
|
12
|
+
'Open in fullsize': string;
|
|
13
|
+
'Clear Formatting': string;
|
|
14
|
+
'Fill color or set the text color': string;
|
|
15
|
+
Redo: string;
|
|
16
|
+
Undo: string;
|
|
17
|
+
Bold: string;
|
|
18
|
+
Italic: string;
|
|
19
|
+
'Insert Unordered List': string;
|
|
20
|
+
'Insert Ordered List': string;
|
|
21
|
+
'Align Center': string;
|
|
22
|
+
'Align Justify': string;
|
|
23
|
+
'Align Left': string;
|
|
24
|
+
'Align Right': string;
|
|
25
|
+
'Insert Horizontal Line': string;
|
|
26
|
+
'Insert Image': string;
|
|
27
|
+
'Insert file': string;
|
|
28
|
+
'Insert youtube/vimeo video': string;
|
|
29
|
+
'Insert link': string;
|
|
30
|
+
'Font size': string;
|
|
31
|
+
'Font family': string;
|
|
32
|
+
'Insert format block': string;
|
|
33
|
+
Normal: string;
|
|
34
|
+
'Heading 1': string;
|
|
35
|
+
'Heading 2': string;
|
|
36
|
+
'Heading 3': string;
|
|
37
|
+
'Heading 4': string;
|
|
38
|
+
Quote: string;
|
|
39
|
+
Code: string;
|
|
40
|
+
Insert: string;
|
|
41
|
+
'Insert table': string;
|
|
42
|
+
'Decrease Indent': string;
|
|
43
|
+
'Increase Indent': string;
|
|
44
|
+
'Select Special Character': string;
|
|
45
|
+
'Insert Special Character': string;
|
|
46
|
+
'Paint format': string;
|
|
47
|
+
'Change mode': string;
|
|
48
|
+
Margins: string;
|
|
49
|
+
top: string;
|
|
50
|
+
right: string;
|
|
51
|
+
bottom: string;
|
|
52
|
+
left: string;
|
|
53
|
+
Styles: string;
|
|
54
|
+
Classes: string;
|
|
55
|
+
Align: string;
|
|
56
|
+
Right: string;
|
|
57
|
+
Center: string;
|
|
58
|
+
Left: string;
|
|
59
|
+
'--Not Set--': string;
|
|
60
|
+
Src: string;
|
|
61
|
+
Title: string;
|
|
62
|
+
Alternative: string;
|
|
63
|
+
Filter: string;
|
|
64
|
+
Link: string;
|
|
65
|
+
'Open link in new tab': string;
|
|
66
|
+
Image: string;
|
|
67
|
+
file: string;
|
|
68
|
+
Advanced: string;
|
|
69
|
+
'Image properties': string;
|
|
70
|
+
Cancel: string;
|
|
71
|
+
Ok: string;
|
|
72
|
+
'Your code is similar to HTML. Keep as HTML?': string;
|
|
73
|
+
'Paste as HTML': string;
|
|
74
|
+
Keep: string;
|
|
75
|
+
Clean: string;
|
|
76
|
+
'Insert as Text': string;
|
|
77
|
+
'Word Paste Detected': string;
|
|
78
|
+
'The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?': string;
|
|
79
|
+
'Insert only Text': string;
|
|
80
|
+
'File Browser': string;
|
|
81
|
+
'Error on load list': string;
|
|
82
|
+
'Error on load folders': string;
|
|
83
|
+
'Are you sure?': string;
|
|
84
|
+
'Enter Directory name': string;
|
|
85
|
+
'Create directory': string;
|
|
86
|
+
'type name': string;
|
|
87
|
+
'Drop image': string;
|
|
88
|
+
'Drop file': string;
|
|
89
|
+
'or click': string;
|
|
90
|
+
'Alternative text': string;
|
|
91
|
+
Browse: string;
|
|
92
|
+
Upload: string;
|
|
93
|
+
Background: string;
|
|
94
|
+
Border: string;
|
|
95
|
+
Text: string;
|
|
96
|
+
Top: string;
|
|
97
|
+
Middle: string;
|
|
98
|
+
Bottom: string;
|
|
99
|
+
'Insert column before': string;
|
|
100
|
+
'Insert column after': string;
|
|
101
|
+
'Insert row above': string;
|
|
102
|
+
'Insert row below': string;
|
|
103
|
+
'Delete table': string;
|
|
104
|
+
'Delete row': string;
|
|
105
|
+
'Delete column': string;
|
|
106
|
+
'Empty cell': string;
|
|
107
|
+
'Chars: %d': string;
|
|
108
|
+
'Words: %d': string;
|
|
109
|
+
Split: string;
|
|
110
|
+
'Split vertical': string;
|
|
111
|
+
'Split horizontal': string;
|
|
112
|
+
'Strike through': string;
|
|
113
|
+
Underline: string;
|
|
114
|
+
superscript: string;
|
|
115
|
+
subscript: string;
|
|
116
|
+
'Cut selection': string;
|
|
117
|
+
'Select all': string;
|
|
118
|
+
Break: string;
|
|
119
|
+
'Search for': string;
|
|
120
|
+
'Replace with': string;
|
|
121
|
+
Replace: string;
|
|
122
|
+
Paste: string;
|
|
123
|
+
'Choose Content to Paste': string;
|
|
124
|
+
source: string;
|
|
125
|
+
bold: string;
|
|
126
|
+
italic: string;
|
|
127
|
+
brush: string;
|
|
128
|
+
link: string;
|
|
129
|
+
undo: string;
|
|
130
|
+
redo: string;
|
|
131
|
+
table: string;
|
|
132
|
+
image: string;
|
|
133
|
+
eraser: string;
|
|
134
|
+
paragraph: string;
|
|
135
|
+
fontsize: string;
|
|
136
|
+
video: string;
|
|
137
|
+
font: string;
|
|
138
|
+
about: string;
|
|
139
|
+
print: string;
|
|
140
|
+
underline: string;
|
|
141
|
+
strikethrough: string;
|
|
142
|
+
indent: string;
|
|
143
|
+
outdent: string;
|
|
144
|
+
fullsize: string;
|
|
145
|
+
shrink: string;
|
|
146
|
+
hr: string;
|
|
147
|
+
ul: string;
|
|
148
|
+
ol: string;
|
|
149
|
+
cut: string;
|
|
150
|
+
selectall: string;
|
|
151
|
+
'Open link': string;
|
|
152
|
+
'Edit link': string;
|
|
153
|
+
'No follow': string;
|
|
154
|
+
Unlink: string;
|
|
155
|
+
Eye: string;
|
|
156
|
+
pencil: string;
|
|
157
|
+
' URL': string;
|
|
158
|
+
Reset: string;
|
|
159
|
+
Save: string;
|
|
160
|
+
'Save as ...': string;
|
|
161
|
+
Resize: string;
|
|
162
|
+
Crop: string;
|
|
163
|
+
Width: string;
|
|
164
|
+
Height: string;
|
|
165
|
+
'Keep Aspect Ratio': string;
|
|
166
|
+
Yes: string;
|
|
167
|
+
No: string;
|
|
168
|
+
Remove: string;
|
|
169
|
+
Select: string;
|
|
170
|
+
'Select %s': string;
|
|
171
|
+
Update: string;
|
|
172
|
+
'Vertical align': string;
|
|
173
|
+
Merge: string;
|
|
174
|
+
'Add column': string;
|
|
175
|
+
'Add row': string;
|
|
176
|
+
Delete: string;
|
|
177
|
+
'Horizontal align': string;
|
|
178
|
+
'Sort by changed': string;
|
|
179
|
+
'Sort by name': string;
|
|
180
|
+
'Sort by size': string;
|
|
181
|
+
'Add folder': string;
|
|
182
|
+
palette: string;
|
|
183
|
+
preview: string;
|
|
184
|
+
'Line height': string;
|
|
185
|
+
'Insert className': string;
|
|
186
|
+
apply: string;
|
|
187
|
+
edit: string;
|
|
188
|
+
'Show all': string;
|
|
189
|
+
sound: string;
|
|
190
|
+
'Interim Results': string;
|
|
191
|
+
default: string;
|
|
192
|
+
circle: string;
|
|
193
|
+
dot: string;
|
|
194
|
+
square: string;
|
|
195
|
+
'Press Alt for custom resizing': string;
|
|
196
|
+
'Copy selection': string;
|
|
197
|
+
'Paste from clipboard': string;
|
|
198
|
+
Find: string;
|
|
199
|
+
};
|
|
200
|
+
export = _exports;
|
|
@@ -19,9 +19,10 @@ export declare class link extends Plugin {
|
|
|
19
19
|
buttons: Plugin['buttons'];
|
|
20
20
|
/** @override */
|
|
21
21
|
protected afterInit(jodit: IJodit): void;
|
|
22
|
-
private
|
|
22
|
+
private __onDblClickOnLink;
|
|
23
23
|
private onProcessPasteLink;
|
|
24
24
|
private __generateForm;
|
|
25
25
|
/** @override */
|
|
26
26
|
protected beforeDestruct(jodit: IJodit): void;
|
|
27
|
+
private __onClickReadOnlyLink;
|
|
27
28
|
}
|