jodit 4.0.6 → 4.0.14
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 -5
- package/es2015/jodit.css +19 -19
- package/es2015/jodit.fat.min.css +1 -1
- package/es2015/jodit.fat.min.js +2 -2
- package/es2015/jodit.js +633 -529
- package/es2015/jodit.min.css +1 -1
- 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 +72 -46
- package/es2015/plugins/speech-recognize/speech-recognize.min.js +2 -2
- package/es2018/jodit.css +19 -19
- package/es2018/jodit.fat.min.css +1 -1
- package/es2018/jodit.fat.min.js +2 -2
- package/es2018/jodit.js +633 -529
- package/es2018/jodit.min.css +1 -1
- 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 +72 -46
- package/es2018/plugins/speech-recognize/speech-recognize.min.js +2 -2
- package/es2021/jodit.css +19 -19
- package/es2021/jodit.fat.min.css +1 -1
- package/es2021/jodit.fat.min.js +2 -2
- package/es2021/jodit.js +632 -528
- package/es2021/jodit.min.css +1 -1
- 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 +72 -46
- package/es2021/plugins/speech-recognize/speech-recognize.min.js +2 -2
- package/es2021.en/jodit.css +19 -19
- package/es2021.en/jodit.fat.min.css +1 -1
- package/es2021.en/jodit.fat.min.js +2 -2
- package/es2021.en/jodit.js +333 -313
- package/es2021.en/jodit.min.css +1 -1
- 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 -1
- package/es2021.en/plugins/speech-recognize/speech-recognize.min.js +2 -2
- package/es5/jodit.css +25 -19
- package/es5/jodit.fat.min.css +1 -1
- package/es5/jodit.fat.min.js +2 -2
- package/es5/jodit.js +646 -542
- package/es5/jodit.min.css +3 -3
- package/es5/jodit.min.js +2 -2
- 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 +72 -46
- package/es5/plugins/speech-recognize/speech-recognize.min.js +2 -2
- package/esm/core/async/async.d.ts +1 -1
- package/esm/core/async/async.js +2 -2
- package/esm/core/constants.js +1 -1
- package/esm/core/create/create.d.ts +1 -1
- package/esm/core/helpers/utils/append-script.d.ts +1 -5
- package/esm/core/helpers/utils/append-script.js +13 -28
- package/esm/core/plugin/helpers/load.d.ts +1 -1
- package/esm/core/plugin/helpers/load.js +2 -2
- package/esm/core/plugin/plugin-system.js +5 -5
- package/esm/core/plugin/plugin.js +5 -1
- package/esm/core/ui/popup/popup.js +1 -0
- package/esm/core/view/view-with-toolbar.js +4 -1
- package/esm/langs/fi.d.ts +218 -0
- package/esm/langs/fi.js +231 -0
- package/esm/languages.js +2 -0
- package/esm/plugins/add-new-line/add-new-line.d.ts +14 -14
- package/esm/plugins/add-new-line/add-new-line.js +76 -73
- package/esm/plugins/copy-format/langs/fi.d.ts +4 -0
- package/esm/plugins/copy-format/langs/fi.js +9 -0
- package/esm/plugins/copy-format/langs/index.d.ts +2 -1
- package/esm/plugins/copy-format/langs/index.js +2 -1
- package/esm/plugins/line-height/langs/fi.d.ts +4 -0
- package/esm/plugins/line-height/langs/fi.js +9 -0
- package/esm/plugins/line-height/langs/index.d.ts +2 -1
- package/esm/plugins/line-height/langs/index.js +2 -1
- package/esm/plugins/resizer/resizer.d.ts +2 -2
- package/esm/plugins/resizer/resizer.js +12 -13
- package/esm/plugins/search/config.d.ts +5 -0
- package/esm/plugins/search/config.js +3 -1
- package/esm/plugins/search/helpers/{wrap-ranges-texts-in-tmp-span.d.ts → highlight-text-ranges.d.ts} +2 -2
- package/esm/plugins/search/helpers/{wrap-ranges-texts-in-tmp-span.js → highlight-text-ranges.js} +19 -1
- package/esm/plugins/search/helpers/index.d.ts +1 -1
- package/esm/plugins/search/helpers/index.js +1 -1
- package/esm/plugins/search/search.d.ts +1 -1
- package/esm/plugins/search/search.js +4 -4
- package/esm/plugins/source/source.js +1 -1
- package/esm/plugins/speech-recognize/langs/fi.d.ts +9 -0
- package/esm/plugins/speech-recognize/langs/fi.js +14 -0
- package/esm/plugins/speech-recognize/langs/index.d.ts +2 -1
- package/esm/plugins/speech-recognize/langs/index.js +2 -1
- package/esm/plugins/spellcheck/langs/fi.d.ts +1 -0
- package/esm/plugins/spellcheck/langs/fi.js +9 -0
- package/esm/plugins/spellcheck/langs/index.d.ts +2 -1
- package/esm/plugins/spellcheck/langs/index.js +2 -1
- package/esm/plugins/symbols/langs/fi.d.ts +1 -0
- package/esm/plugins/symbols/langs/fi.js +9 -0
- package/esm/plugins/symbols/langs/index.d.ts +2 -1
- package/esm/plugins/symbols/langs/index.js +2 -1
- package/esm/plugins/table-keyboard-navigation/table-keyboard-navigation.d.ts +1 -1
- package/esm/plugins/table-keyboard-navigation/table-keyboard-navigation.js +70 -73
- package/esm/tsconfig.json +1 -1
- package/esm/types/create.d.ts +1 -1
- package/package.json +1 -1
- package/types/core/async/async.d.ts +1 -1
- package/types/core/create/create.d.ts +1 -1
- package/types/core/helpers/utils/append-script.d.ts +1 -5
- package/types/core/plugin/helpers/load.d.ts +1 -1
- package/types/langs/fi.d.ts +218 -0
- package/types/plugins/add-new-line/add-new-line.d.ts +14 -14
- package/types/plugins/copy-format/langs/fi.d.ts +4 -0
- package/types/plugins/copy-format/langs/index.d.ts +2 -1
- package/types/plugins/line-height/langs/fi.d.ts +4 -0
- package/types/plugins/line-height/langs/index.d.ts +2 -1
- package/types/plugins/resizer/resizer.d.ts +2 -2
- package/types/plugins/search/config.d.ts +5 -0
- package/types/plugins/search/helpers/{wrap-ranges-texts-in-tmp-span.d.ts → highlight-text-ranges.d.ts} +2 -2
- package/types/plugins/search/helpers/index.d.ts +1 -1
- package/types/plugins/search/search.d.ts +1 -1
- package/types/plugins/speech-recognize/langs/fi.d.ts +9 -0
- package/types/plugins/speech-recognize/langs/index.d.ts +2 -1
- package/types/plugins/spellcheck/langs/fi.d.ts +1 -0
- package/types/plugins/spellcheck/langs/index.d.ts +2 -1
- package/types/plugins/symbols/langs/fi.d.ts +1 -0
- package/types/plugins/symbols/langs/index.d.ts +2 -1
- package/types/plugins/table-keyboard-navigation/table-keyboard-navigation.d.ts +1 -1
- package/types/tsconfig.json +1 -1
- package/types/types/create.d.ts +1 -1
|
@@ -0,0 +1,218 @@
|
|
|
1
|
+
declare const _exports: {
|
|
2
|
+
'Type something': string;
|
|
3
|
+
Advanced: string;
|
|
4
|
+
'About Jodit': string;
|
|
5
|
+
'Jodit Editor': string;
|
|
6
|
+
"Jodit User's Guide": string;
|
|
7
|
+
'contains detailed help for using': string;
|
|
8
|
+
'For information about the license, please go to our website:': string;
|
|
9
|
+
'Buy full version': string;
|
|
10
|
+
'Copyright \u00A9 XDSoft.net - Chupurnov Valeriy. All rights reserved.': string;
|
|
11
|
+
Anchor: string;
|
|
12
|
+
'Open in new tab': string;
|
|
13
|
+
'Open in fullsize': string;
|
|
14
|
+
'Clear Formatting': string;
|
|
15
|
+
'Fill color or set the text color': string;
|
|
16
|
+
Redo: string;
|
|
17
|
+
Undo: string;
|
|
18
|
+
Bold: string;
|
|
19
|
+
Italic: string;
|
|
20
|
+
'Insert Unordered List': string;
|
|
21
|
+
'Insert Ordered List': string;
|
|
22
|
+
'Align Center': string;
|
|
23
|
+
'Align Justify': string;
|
|
24
|
+
'Align Left': string;
|
|
25
|
+
'Align Right': string;
|
|
26
|
+
'Insert Horizontal Line': string;
|
|
27
|
+
'Insert Image': string;
|
|
28
|
+
'Insert file': string;
|
|
29
|
+
'Insert youtube/vimeo video': string;
|
|
30
|
+
'Insert link': string;
|
|
31
|
+
'Font size': string;
|
|
32
|
+
'Font family': string;
|
|
33
|
+
'Insert format block': string;
|
|
34
|
+
Normal: string;
|
|
35
|
+
'Heading 1': string;
|
|
36
|
+
'Heading 2': string;
|
|
37
|
+
'Heading 3': string;
|
|
38
|
+
'Heading 4': string;
|
|
39
|
+
Quote: string;
|
|
40
|
+
Code: string;
|
|
41
|
+
Insert: string;
|
|
42
|
+
'Insert table': string;
|
|
43
|
+
'Decrease Indent': string;
|
|
44
|
+
'Increase Indent': string;
|
|
45
|
+
'Select Special Character': string;
|
|
46
|
+
'Insert Special Character': string;
|
|
47
|
+
'Paint format': string;
|
|
48
|
+
'Change mode': string;
|
|
49
|
+
Margins: string;
|
|
50
|
+
top: string;
|
|
51
|
+
right: string;
|
|
52
|
+
bottom: string;
|
|
53
|
+
left: string;
|
|
54
|
+
Styles: string;
|
|
55
|
+
Classes: string;
|
|
56
|
+
Align: string;
|
|
57
|
+
Right: string;
|
|
58
|
+
Center: string;
|
|
59
|
+
Left: string;
|
|
60
|
+
'--Not Set--': string;
|
|
61
|
+
Src: string;
|
|
62
|
+
Title: string;
|
|
63
|
+
Alternative: string;
|
|
64
|
+
Filter: string;
|
|
65
|
+
Link: string;
|
|
66
|
+
'Open link in new tab': string;
|
|
67
|
+
Image: string;
|
|
68
|
+
file: 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
|
+
Text: string;
|
|
95
|
+
Top: string;
|
|
96
|
+
Middle: string;
|
|
97
|
+
Bottom: string;
|
|
98
|
+
'Insert column before': string;
|
|
99
|
+
'Insert column after': string;
|
|
100
|
+
'Insert row above': string;
|
|
101
|
+
'Insert row below': string;
|
|
102
|
+
'Delete table': string;
|
|
103
|
+
'Delete row': string;
|
|
104
|
+
'Delete column': string;
|
|
105
|
+
'Empty cell': string;
|
|
106
|
+
Delete: string;
|
|
107
|
+
'Strike through': string;
|
|
108
|
+
Underline: string;
|
|
109
|
+
Break: string;
|
|
110
|
+
'Search for': string;
|
|
111
|
+
'Replace with': string;
|
|
112
|
+
Replace: string;
|
|
113
|
+
Edit: string;
|
|
114
|
+
'Vertical align': string;
|
|
115
|
+
'Horizontal align': string;
|
|
116
|
+
'Sort by changed': string;
|
|
117
|
+
'Sort by name': string;
|
|
118
|
+
'Sort by size': string;
|
|
119
|
+
'Add folder': string;
|
|
120
|
+
Split: string;
|
|
121
|
+
'Split vertical': string;
|
|
122
|
+
'Split horizontal': string;
|
|
123
|
+
Merge: string;
|
|
124
|
+
'Add column': string;
|
|
125
|
+
'Add row': string;
|
|
126
|
+
Border: string;
|
|
127
|
+
'Embed code': string;
|
|
128
|
+
Update: string;
|
|
129
|
+
superscript: string;
|
|
130
|
+
subscript: string;
|
|
131
|
+
'Cut selection': string;
|
|
132
|
+
Paste: string;
|
|
133
|
+
'Choose Content to Paste': string;
|
|
134
|
+
'Chars: %d': string;
|
|
135
|
+
'Words: %d': string;
|
|
136
|
+
All: string;
|
|
137
|
+
'Select %s': string;
|
|
138
|
+
'Select all': string;
|
|
139
|
+
source: string;
|
|
140
|
+
bold: string;
|
|
141
|
+
italic: string;
|
|
142
|
+
brush: string;
|
|
143
|
+
link: string;
|
|
144
|
+
undo: string;
|
|
145
|
+
redo: string;
|
|
146
|
+
table: string;
|
|
147
|
+
image: string;
|
|
148
|
+
eraser: string;
|
|
149
|
+
paragraph: string;
|
|
150
|
+
fontsize: string;
|
|
151
|
+
video: string;
|
|
152
|
+
font: string;
|
|
153
|
+
about: string;
|
|
154
|
+
print: string;
|
|
155
|
+
underline: string;
|
|
156
|
+
strikethrough: string;
|
|
157
|
+
indent: string;
|
|
158
|
+
outdent: string;
|
|
159
|
+
fullsize: string;
|
|
160
|
+
shrink: string;
|
|
161
|
+
hr: string;
|
|
162
|
+
ul: string;
|
|
163
|
+
ol: string;
|
|
164
|
+
cut: string;
|
|
165
|
+
selectall: string;
|
|
166
|
+
'Open link': string;
|
|
167
|
+
'Edit link': string;
|
|
168
|
+
'No follow': string;
|
|
169
|
+
Unlink: string;
|
|
170
|
+
Eye: string;
|
|
171
|
+
pencil: string;
|
|
172
|
+
' URL': string;
|
|
173
|
+
Reset: string;
|
|
174
|
+
Save: string;
|
|
175
|
+
'Save as ...': string;
|
|
176
|
+
Resize: string;
|
|
177
|
+
Crop: string;
|
|
178
|
+
Width: string;
|
|
179
|
+
Height: string;
|
|
180
|
+
'Keep Aspect Ratio': string;
|
|
181
|
+
Yes: string;
|
|
182
|
+
No: string;
|
|
183
|
+
Remove: string;
|
|
184
|
+
Select: string;
|
|
185
|
+
'You can only edit your own images. Download this image on the host?': string;
|
|
186
|
+
'The image has been successfully uploaded to the host!': string;
|
|
187
|
+
palette: string;
|
|
188
|
+
'There are no files': string;
|
|
189
|
+
Rename: string;
|
|
190
|
+
'Enter new name': string;
|
|
191
|
+
preview: string;
|
|
192
|
+
download: string;
|
|
193
|
+
'Paste from clipboard': string;
|
|
194
|
+
"Your browser doesn't support direct access to the clipboard.": string;
|
|
195
|
+
'Copy selection': string;
|
|
196
|
+
copy: string;
|
|
197
|
+
'Border radius': string;
|
|
198
|
+
'Show all': string;
|
|
199
|
+
Apply: string;
|
|
200
|
+
'Please fill out this field': string;
|
|
201
|
+
'Please enter a web address': string;
|
|
202
|
+
Default: string;
|
|
203
|
+
Circle: string;
|
|
204
|
+
Dot: string;
|
|
205
|
+
Quadrate: string;
|
|
206
|
+
'Lower Alpha': string;
|
|
207
|
+
'Lower Greek': string;
|
|
208
|
+
'Lower Roman': string;
|
|
209
|
+
'Upper Alpha': string;
|
|
210
|
+
'Upper Roman': string;
|
|
211
|
+
Find: string;
|
|
212
|
+
'Find Previous': string;
|
|
213
|
+
'Find Next': string;
|
|
214
|
+
'Insert className': string;
|
|
215
|
+
'Press Alt for custom resizing': string;
|
|
216
|
+
'Class name': string;
|
|
217
|
+
};
|
|
218
|
+
export = _exports;
|
package/esm/langs/fi.js
ADDED
|
@@ -0,0 +1,231 @@
|
|
|
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-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
export default {
|
|
8
|
+
'Type something': 'Kirjoita jotain...',
|
|
9
|
+
Advanced: 'Avanzado',
|
|
10
|
+
'About Jodit': 'Tietoja Jodit:ista',
|
|
11
|
+
'Jodit Editor': 'Jodit Editor',
|
|
12
|
+
"Jodit User's Guide": 'Jodit käyttäjän ohje',
|
|
13
|
+
'contains detailed help for using':
|
|
14
|
+
'sisältää tarkempaa tietoa käyttämiseen',
|
|
15
|
+
'For information about the license, please go to our website:':
|
|
16
|
+
'Tietoa lisensoinnista, vieraile verkkosivuillamme:',
|
|
17
|
+
'Buy full version': 'Osta täysi versio',
|
|
18
|
+
'Copyright © XDSoft.net - Chupurnov Valeriy. All rights reserved.':
|
|
19
|
+
'Copyright © XDSoft.net - Chupurnov Valeriy. Kaikki oikeudet pidätetään.',
|
|
20
|
+
Anchor: 'Ankkuri',
|
|
21
|
+
'Open in new tab': 'Avaa uudessa välilehdessä',
|
|
22
|
+
'Open in fullsize': 'Avaa täysikokoisena',
|
|
23
|
+
'Clear Formatting': 'Poista muotoilu',
|
|
24
|
+
'Fill color or set the text color': 'Täytä värillä tai aseta tekstin väri',
|
|
25
|
+
Redo: 'Tee uudelleen',
|
|
26
|
+
Undo: 'Peruuta',
|
|
27
|
+
Bold: 'Lihavoitu',
|
|
28
|
+
Italic: 'Kursiivi',
|
|
29
|
+
'Insert Unordered List': 'Lisää järjestämätön lista',
|
|
30
|
+
'Insert Ordered List': 'Lisää järjestetty lista',
|
|
31
|
+
'Align Center': 'Asemoi keskelle',
|
|
32
|
+
'Align Justify': 'Asemoi tasavälein',
|
|
33
|
+
'Align Left': 'Asemoi vasemmalle',
|
|
34
|
+
'Align Right': 'Asemoi oikealle',
|
|
35
|
+
'Insert Horizontal Line': 'Lisää vaakasuuntainen viiva',
|
|
36
|
+
'Insert Image': 'Lisää kuva',
|
|
37
|
+
'Insert file': 'Lisää tiedosto',
|
|
38
|
+
'Insert youtube/vimeo video': 'Lisää Youtube-/vimeo- video',
|
|
39
|
+
'Insert link': 'Lisää linkki',
|
|
40
|
+
'Font size': 'Kirjasimen koko',
|
|
41
|
+
'Font family': 'Kirjasimen nimi',
|
|
42
|
+
'Insert format block': 'Lisää muotoilualue',
|
|
43
|
+
Normal: 'Normaali',
|
|
44
|
+
'Heading 1': 'Otsikko 1',
|
|
45
|
+
'Heading 2': 'Otsikko 2',
|
|
46
|
+
'Heading 3': 'Otsikko 3',
|
|
47
|
+
'Heading 4': 'Otsikko 4',
|
|
48
|
+
Quote: 'Lainaus',
|
|
49
|
+
Code: 'Koodi',
|
|
50
|
+
Insert: 'Lisää',
|
|
51
|
+
'Insert table': 'Lisää taulukko',
|
|
52
|
+
'Decrease Indent': 'Pienennä sisennystä',
|
|
53
|
+
'Increase Indent': 'Lisää sisennystä',
|
|
54
|
+
'Select Special Character': 'Valitse erikoismerkki',
|
|
55
|
+
'Insert Special Character': 'Lisää erikoismerkki',
|
|
56
|
+
'Paint format': 'Maalaa muotoilu',
|
|
57
|
+
'Change mode': 'Vaihda tilaa',
|
|
58
|
+
Margins: 'Marginaalit',
|
|
59
|
+
top: 'ylös',
|
|
60
|
+
right: 'oikealle',
|
|
61
|
+
bottom: 'alas',
|
|
62
|
+
left: 'vasemmalle',
|
|
63
|
+
Styles: 'CSS-tyylit',
|
|
64
|
+
Classes: 'CSS-luokat',
|
|
65
|
+
Align: 'Asemointi',
|
|
66
|
+
Right: 'Oikea',
|
|
67
|
+
Center: 'Keskellä',
|
|
68
|
+
Left: 'Vasen',
|
|
69
|
+
'--Not Set--': '--Ei asetettu--',
|
|
70
|
+
Src: 'Fuente',
|
|
71
|
+
Title: 'Otsikko',
|
|
72
|
+
Alternative: 'Vaihtoehtoinen teksti',
|
|
73
|
+
Filter: 'Suodatin',
|
|
74
|
+
Link: 'Linkki',
|
|
75
|
+
'Open link in new tab': 'Avaa uudessa välilehdessä',
|
|
76
|
+
Image: 'Kuva',
|
|
77
|
+
file: 'Tiedosto',
|
|
78
|
+
'Image properties': 'Kuvan ominaisuudet',
|
|
79
|
+
Cancel: 'Peruuta',
|
|
80
|
+
Ok: 'Ok',
|
|
81
|
+
'Your code is similar to HTML. Keep as HTML?':
|
|
82
|
+
'Koodi on HTML:n tapaista. Säilytetäänkö HTML?',
|
|
83
|
+
'Paste as HTML': 'Liitä HTML:nä?',
|
|
84
|
+
Keep: 'Säilytä',
|
|
85
|
+
Clean: 'Tyhjennä',
|
|
86
|
+
'Insert as Text': 'Lisää tekstinä',
|
|
87
|
+
'Word Paste Detected': 'Word liittäminen havaittu',
|
|
88
|
+
'The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?':
|
|
89
|
+
'Liitetty sisältö tulee Microsoft Word-/Excel- tiedostosta. Haluatko säilyttää muotoilun vai poistaa sen?',
|
|
90
|
+
'Insert only Text': 'Lisää vain teksti',
|
|
91
|
+
'File Browser': 'Tiedostoselain',
|
|
92
|
+
'Error on load list': 'Virhe listan latauksessa',
|
|
93
|
+
'Error on load folders': 'Virhe kansioiden latauksessa',
|
|
94
|
+
'Are you sure?': 'Oletko varma?',
|
|
95
|
+
'Enter Directory name': 'Syötä hakemiston nimi',
|
|
96
|
+
'Create directory': 'Luo hakemisto',
|
|
97
|
+
'type name': 'Syötä nimi',
|
|
98
|
+
'Drop image': 'Pudota kuva',
|
|
99
|
+
'Drop file': 'Pudota tiedosto',
|
|
100
|
+
'or click': 'tai klikkaa',
|
|
101
|
+
'Alternative text': 'Vaihtoehtoinen teksti',
|
|
102
|
+
Browse: 'Selaa',
|
|
103
|
+
Upload: 'Lataa',
|
|
104
|
+
Background: 'Tausta',
|
|
105
|
+
Text: 'Teksti',
|
|
106
|
+
Top: 'Ylös',
|
|
107
|
+
Middle: 'Keskelle',
|
|
108
|
+
Bottom: 'Alas',
|
|
109
|
+
'Insert column before': 'Lisää sarake ennen',
|
|
110
|
+
'Insert column after': 'Lisää sarake jälkeen',
|
|
111
|
+
'Insert row above': 'Lisää rivi ylös',
|
|
112
|
+
'Insert row below': 'Lisää rivi alle',
|
|
113
|
+
'Delete table': 'Poista taulukko',
|
|
114
|
+
'Delete row': 'Poista rivi',
|
|
115
|
+
'Delete column': 'Poista sarake',
|
|
116
|
+
'Empty cell': 'Tyhjennä solu',
|
|
117
|
+
Delete: 'Poista',
|
|
118
|
+
'Strike through': 'Yliviivaus',
|
|
119
|
+
Underline: 'Alleviivaus',
|
|
120
|
+
Break: 'Vaihto',
|
|
121
|
+
'Search for': 'Etsi arvoa',
|
|
122
|
+
'Replace with': 'Korvaa arvolla',
|
|
123
|
+
Replace: 'Korvaa',
|
|
124
|
+
Edit: 'Muokkaa',
|
|
125
|
+
'Vertical align': 'Pystyasemointi',
|
|
126
|
+
'Horizontal align': 'Vaaka-asemointi',
|
|
127
|
+
'Sort by changed': 'Järjestä muuttuneilla',
|
|
128
|
+
'Sort by name': 'Järjestä nimellä',
|
|
129
|
+
'Sort by size': 'Järjestä koolla',
|
|
130
|
+
'Add folder': 'Lisää kansio',
|
|
131
|
+
Split: 'Jaa',
|
|
132
|
+
'Split vertical': 'Jaa pystysuuntaisesti',
|
|
133
|
+
'Split horizontal': 'Jaa vaakasuuntaisesti',
|
|
134
|
+
Merge: 'Yhdistä',
|
|
135
|
+
'Add column': 'Lisää sarake',
|
|
136
|
+
'Add row': 'Lisää rivi',
|
|
137
|
+
Border: 'Reuna',
|
|
138
|
+
'Embed code': 'Sisällytä koodi',
|
|
139
|
+
Update: 'Päivitä',
|
|
140
|
+
superscript: 'yläviite',
|
|
141
|
+
subscript: 'alaviite',
|
|
142
|
+
'Cut selection': 'Leikkaa valinta',
|
|
143
|
+
Paste: 'Liitä',
|
|
144
|
+
'Choose Content to Paste': 'Valitse liitettävä sisältö',
|
|
145
|
+
'Chars: %d': 'Merkit: %d',
|
|
146
|
+
'Words: %d': 'Sanat: %d',
|
|
147
|
+
All: 'Kaikki',
|
|
148
|
+
'Select %s': 'Valitse: %s',
|
|
149
|
+
'Select all': 'Valitse kaikki',
|
|
150
|
+
source: 'HTML',
|
|
151
|
+
bold: 'lihavoitu',
|
|
152
|
+
italic: 'kursiivi',
|
|
153
|
+
brush: 'sivellin',
|
|
154
|
+
link: 'linkki',
|
|
155
|
+
undo: 'peruuta',
|
|
156
|
+
redo: 'tee uudelleen',
|
|
157
|
+
table: 'taulukko',
|
|
158
|
+
image: 'kuva',
|
|
159
|
+
eraser: 'pyyhekumi',
|
|
160
|
+
paragraph: 'kappale',
|
|
161
|
+
fontsize: 'tekstin koko',
|
|
162
|
+
video: 'video',
|
|
163
|
+
font: 'kirjasin',
|
|
164
|
+
about: 'tietoja',
|
|
165
|
+
print: 'tulosta',
|
|
166
|
+
underline: 'alleviivaa',
|
|
167
|
+
strikethrough: 'yliviivaa',
|
|
168
|
+
indent: 'sisennä',
|
|
169
|
+
outdent: 'pienennä sisennystä',
|
|
170
|
+
fullsize: 'täysikokoinen',
|
|
171
|
+
shrink: 'pienennä',
|
|
172
|
+
hr: 'vaakaviiva',
|
|
173
|
+
ul: 'järjestetty lista',
|
|
174
|
+
ol: 'järjestämätön lista',
|
|
175
|
+
cut: 'leikkaa',
|
|
176
|
+
selectall: 'valitse kaikki',
|
|
177
|
+
'Open link': 'Avaa linkki',
|
|
178
|
+
'Edit link': 'Muokkaa linkkiä',
|
|
179
|
+
'No follow': 'Älä seuraa',
|
|
180
|
+
Unlink: 'Pura linkki',
|
|
181
|
+
Eye: 'Ver',
|
|
182
|
+
pencil: 'Muokkaa',
|
|
183
|
+
' URL': 'URL',
|
|
184
|
+
Reset: 'Nollaa',
|
|
185
|
+
Save: 'Tallenna',
|
|
186
|
+
'Save as ...': 'Tallenna nimellä ...',
|
|
187
|
+
Resize: 'Muuta kokoa',
|
|
188
|
+
Crop: 'Rajaa',
|
|
189
|
+
Width: 'Leveys',
|
|
190
|
+
Height: 'Korkeus',
|
|
191
|
+
'Keep Aspect Ratio': 'Säilytä kuvasuhde',
|
|
192
|
+
Yes: 'Kyllä',
|
|
193
|
+
No: 'Ei',
|
|
194
|
+
Remove: 'Poista',
|
|
195
|
+
Select: 'Valitse',
|
|
196
|
+
'You can only edit your own images. Download this image on the host?':
|
|
197
|
+
'Voit muokata vain omia kuvia. Lataa tämä kuva palvelimelle?',
|
|
198
|
+
'The image has been successfully uploaded to the host!':
|
|
199
|
+
'Kuva on onnistuneesti ladattu palvelimelle!',
|
|
200
|
+
palette: 'paletti',
|
|
201
|
+
'There are no files': 'Tiedostoja ei ole',
|
|
202
|
+
Rename: 'Nimeä uudelleen',
|
|
203
|
+
'Enter new name': 'Syötä uusi nimi',
|
|
204
|
+
preview: 'esikatselu',
|
|
205
|
+
download: 'Lataa',
|
|
206
|
+
'Paste from clipboard': 'Liitä leikepöydältä',
|
|
207
|
+
"Your browser doesn't support direct access to the clipboard.":
|
|
208
|
+
'Selaimesi ei tue suoraa pääsyä leikepöydälle.',
|
|
209
|
+
'Copy selection': 'Kopioi valinta',
|
|
210
|
+
copy: 'kopioi',
|
|
211
|
+
'Border radius': 'Reunan pyöristys',
|
|
212
|
+
'Show all': 'Näytä kaikki',
|
|
213
|
+
Apply: 'Käytä',
|
|
214
|
+
'Please fill out this field': 'Täytä tämä kenttä',
|
|
215
|
+
'Please enter a web address': 'Annan web-osoite',
|
|
216
|
+
Default: 'Oletus',
|
|
217
|
+
Circle: 'Ympyrä',
|
|
218
|
+
Dot: 'Piste',
|
|
219
|
+
Quadrate: 'Neliö',
|
|
220
|
+
'Lower Alpha': 'Pieni aakkosellinen',
|
|
221
|
+
'Lower Greek': 'Pieni kreikkalainen',
|
|
222
|
+
'Lower Roman': 'Pieni roomalainen',
|
|
223
|
+
'Upper Alpha': 'Suuri aakkosellinen',
|
|
224
|
+
'Upper Roman': 'Suuri roomalainen',
|
|
225
|
+
Find: 'Hae',
|
|
226
|
+
'Find Previous': 'Hae edellinen',
|
|
227
|
+
'Find Next': 'Hae seuraava',
|
|
228
|
+
'Insert className': 'Lisää luokkanimi',
|
|
229
|
+
'Press Alt for custom resizing': 'Paina Alt muokattuun koon muuttamiseen',
|
|
230
|
+
'Class name': 'Luokan nimi'
|
|
231
|
+
};
|
package/esm/languages.js
CHANGED
|
@@ -9,6 +9,7 @@ import ar from "jodit/esm/langs/ar.js";
|
|
|
9
9
|
import cs_cz from "jodit/esm/langs/cs_cz.js";
|
|
10
10
|
import de from "jodit/esm/langs/de.js";
|
|
11
11
|
import es from "jodit/esm/langs/es.js";
|
|
12
|
+
import fi from "jodit/esm/langs/fi.js";
|
|
12
13
|
import fr from "jodit/esm/langs/fr.js";
|
|
13
14
|
import he from "jodit/esm/langs/he.js";
|
|
14
15
|
import hu from "jodit/esm/langs/hu.js";
|
|
@@ -32,6 +33,7 @@ exp = {
|
|
|
32
33
|
de,
|
|
33
34
|
en,
|
|
34
35
|
es,
|
|
36
|
+
fi,
|
|
35
37
|
fr,
|
|
36
38
|
he,
|
|
37
39
|
hu,
|
|
@@ -16,23 +16,23 @@ import "./config";
|
|
|
16
16
|
* Create helper for adding new paragraph(Jodit.defaultOptions.enter tag) before iframe, table or image
|
|
17
17
|
*/
|
|
18
18
|
export declare class addNewLine extends Plugin {
|
|
19
|
-
private
|
|
20
|
-
private
|
|
21
|
-
private
|
|
22
|
-
private
|
|
23
|
-
private
|
|
24
|
-
private
|
|
25
|
-
private
|
|
26
|
-
private
|
|
27
|
-
private
|
|
19
|
+
private __line;
|
|
20
|
+
private __isMatchedTag;
|
|
21
|
+
private __timeout;
|
|
22
|
+
private __isBeforeContent;
|
|
23
|
+
private __current;
|
|
24
|
+
private __lineInFocus;
|
|
25
|
+
private __isShown;
|
|
26
|
+
private __show;
|
|
27
|
+
private __hideForce;
|
|
28
28
|
protected onLock(isLocked: true): void;
|
|
29
|
-
private
|
|
30
|
-
private
|
|
29
|
+
private __hide;
|
|
30
|
+
private __canGetFocus;
|
|
31
31
|
protected afterInit(editor: IJodit): void;
|
|
32
|
-
private
|
|
33
|
-
private
|
|
32
|
+
private __addEventListeners;
|
|
33
|
+
private __onClickLine;
|
|
34
34
|
protected onDblClickEditor(e: MouseEvent): void;
|
|
35
|
-
private
|
|
35
|
+
private __onMouseMove;
|
|
36
36
|
/** @override */
|
|
37
37
|
protected beforeDestruct(): void;
|
|
38
38
|
}
|