@techie_doubts/tui.editor.2026 3.2.2
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 +176 -0
- package/dist/esm/i18n/ar.js +65 -0
- package/dist/esm/i18n/cs-cz.js +65 -0
- package/dist/esm/i18n/de-de.js +65 -0
- package/dist/esm/i18n/en-us.js +65 -0
- package/dist/esm/i18n/es-es.js +65 -0
- package/dist/esm/i18n/fi-fi.js +65 -0
- package/dist/esm/i18n/fr-fr.js +65 -0
- package/dist/esm/i18n/gl-es.js +65 -0
- package/dist/esm/i18n/hr-hr.js +65 -0
- package/dist/esm/i18n/i18n.js +116 -0
- package/dist/esm/i18n/it-it.js +65 -0
- package/dist/esm/i18n/ja-jp.js +65 -0
- package/dist/esm/i18n/ko-kr.js +65 -0
- package/dist/esm/i18n/nb-no.js +65 -0
- package/dist/esm/i18n/nl-nl.js +65 -0
- package/dist/esm/i18n/pl-pl.js +65 -0
- package/dist/esm/i18n/pt-br.js +65 -0
- package/dist/esm/i18n/ru-ru.js +66 -0
- package/dist/esm/i18n/sv-se.js +65 -0
- package/dist/esm/i18n/tr-tr.js +65 -0
- package/dist/esm/i18n/uk-ua.js +65 -0
- package/dist/esm/i18n/zh-cn.js +65 -0
- package/dist/esm/i18n/zh-tw.js +65 -0
- package/dist/esm/index.js +28323 -0
- package/dist/esm/indexViewer.js +12432 -0
- package/dist/i18n/ar.js +161 -0
- package/dist/i18n/cs-cz.js +161 -0
- package/dist/i18n/de-de.js +161 -0
- package/dist/i18n/es-es.js +161 -0
- package/dist/i18n/fi-fi.js +161 -0
- package/dist/i18n/fr-fr.js +161 -0
- package/dist/i18n/gl-es.js +161 -0
- package/dist/i18n/hr-hr.js +161 -0
- package/dist/i18n/it-it.js +161 -0
- package/dist/i18n/ja-jp.js +161 -0
- package/dist/i18n/ko-kr.js +161 -0
- package/dist/i18n/nb-no.js +161 -0
- package/dist/i18n/nl-nl.js +161 -0
- package/dist/i18n/pl-pl.js +161 -0
- package/dist/i18n/pt-br.js +161 -0
- package/dist/i18n/ru-ru.js +162 -0
- package/dist/i18n/sv-se.js +161 -0
- package/dist/i18n/tr-tr.js +161 -0
- package/dist/i18n/uk-ua.js +161 -0
- package/dist/i18n/zh-cn.js +161 -0
- package/dist/i18n/zh-tw.js +161 -0
- package/dist/td-editor-only.css +1148 -0
- package/dist/td-editor-viewer.css +591 -0
- package/dist/td-editor-viewer.js +13712 -0
- package/dist/td-editor.css +1777 -0
- package/dist/td-editor.js +29832 -0
- package/dist/theme/td-editor-dark.css +555 -0
- package/dist/theme/toastui-editor-dark.css +555 -0
- package/dist/toastui-editor-only.css +1148 -0
- package/dist/toastui-editor-viewer.css +591 -0
- package/dist/toastui-editor-viewer.js +13712 -0
- package/dist/toastui-editor.css +1777 -0
- package/dist/toastui-editor.js +29832 -0
- package/package.json +97 -0
- package/types/convertor.d.ts +142 -0
- package/types/editor.d.ts +383 -0
- package/types/event.d.ts +60 -0
- package/types/index.d.ts +70 -0
- package/types/map.d.ts +8 -0
- package/types/markdown.d.ts +60 -0
- package/types/plugin.d.ts +59 -0
- package/types/prosemirror-commands.d.ts +15 -0
- package/types/prosemirror-model.d.ts +15 -0
- package/types/prosemirror-transform.d.ts +35 -0
- package/types/spec.d.ts +43 -0
- package/types/toastmark.d.ts +361 -0
- package/types/toastui-editor-viewer.d.ts +39 -0
- package/types/ui.d.ts +171 -0
- package/types/wysiwyg.d.ts +46 -0
package/README.md
ADDED
|
@@ -0,0 +1,176 @@
|
|
|
1
|
+
# 
|
|
2
|
+
|
|
3
|
+
[](https://www.npmjs.com/package/@techie_doubts/tui.editor.2026)
|
|
4
|
+
|
|
5
|
+
## đ© Table of Contents
|
|
6
|
+
|
|
7
|
+
- [Collect Statistics on the Use of Open Source](#Collect-statistics-on-the-use-of-open-source)
|
|
8
|
+
- [Documents](#-documents)
|
|
9
|
+
- [Install](#-install)
|
|
10
|
+
- [Usage](#-usage)
|
|
11
|
+
- [Tutorials](#-tutorials)
|
|
12
|
+
|
|
13
|
+
## Collect Statistics on the Use of Open Source
|
|
14
|
+
|
|
15
|
+
TOAST UI products apply Google Analytics (GA) to collect statistics on the use of open source, in order to identify how widely TOAST UI Editor is used throughout the world. It also serves as important index to determine the future course of projects. `location.hostname` (e.g. ui.toast.com) is to be collected and the sole purpose is nothing but to measure statistics on the usage.
|
|
16
|
+
|
|
17
|
+
To disable GA, use the following `usageStatistics` option when creating the instance.
|
|
18
|
+
|
|
19
|
+
```js
|
|
20
|
+
const options = {
|
|
21
|
+
// ...
|
|
22
|
+
usageStatistics: false
|
|
23
|
+
};
|
|
24
|
+
|
|
25
|
+
const editor = new Editor(options);
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
## đ Documents
|
|
29
|
+
|
|
30
|
+
- [Getting Started](https://github.com/nhn/tui.editor/blob/master/docs/en/getting-started.md)
|
|
31
|
+
- [APIs](https://nhn.github.io/tui.editor/latest/)
|
|
32
|
+
- v3.0 Migration Guide
|
|
33
|
+
- [English](https://github.com/nhn/tui.editor/blob/master/docs/v3.0-migration-guide.md)
|
|
34
|
+
- [íê”ìŽ](https://github.com/nhn/tui.editor/blob/master/docs/v3.0-migration-guide-ko.md)
|
|
35
|
+
|
|
36
|
+
You can also see the older versions of API page on the [releases page](https://github.com/nhn/tui.editor/releases).
|
|
37
|
+
|
|
38
|
+
## đŸ Install
|
|
39
|
+
|
|
40
|
+
TOAST UI products can be used by using the package manager or downloading the source directly. However, we highly recommend using the package manager.
|
|
41
|
+
|
|
42
|
+
### Via Package Manager
|
|
43
|
+
|
|
44
|
+
TOAST UI products are registered in two package managers, [npm](https://www.npmjs.com/). You can conveniently install it using the commands provided by the package manager. When using npm, be sure to use it in the environment [Node.js](https://nodejs.org/en/) is installed.
|
|
45
|
+
|
|
46
|
+
#### npm
|
|
47
|
+
|
|
48
|
+
```sh
|
|
49
|
+
$ npm install --save @techie_doubts/tui.editor.2026 # Latest Version
|
|
50
|
+
$ npm install --save @techie_doubts/tui.editor.2026@<version> # Specific Version
|
|
51
|
+
```
|
|
52
|
+
|
|
53
|
+
### Via Contents Delivery Network (CDN)
|
|
54
|
+
|
|
55
|
+
TOAST UI products are available over the CDN powered by [NHN Cloud](https://www.toast.com).
|
|
56
|
+
|
|
57
|
+
You can use the CDN as below.
|
|
58
|
+
|
|
59
|
+
```html
|
|
60
|
+
...
|
|
61
|
+
<body>
|
|
62
|
+
...
|
|
63
|
+
<script src="https://uicdn.toast.com/editor/latest/td-editor-all.min.js"></script>
|
|
64
|
+
</body>
|
|
65
|
+
...
|
|
66
|
+
```
|
|
67
|
+
|
|
68
|
+
If you want to use a specific version, use the tag name instead of `latest` in the url's path.
|
|
69
|
+
|
|
70
|
+
The CDN directory has the following structure:
|
|
71
|
+
|
|
72
|
+
```
|
|
73
|
+
- uicdn.toast.com/
|
|
74
|
+
ââ editor/
|
|
75
|
+
â ââ latest/
|
|
76
|
+
â â ââ td-editor-all.js
|
|
77
|
+
â â ââ td-editor-all.min.js
|
|
78
|
+
â â ââ td-editor-viewer.js
|
|
79
|
+
â â ââ td-editor-viewer.min.js
|
|
80
|
+
â â ââ td-editor.css
|
|
81
|
+
â â ââ td-editor.min.css
|
|
82
|
+
â â ââ td-editor-viewer.css
|
|
83
|
+
â â ââ td-editor-viewer.min.css
|
|
84
|
+
â â ââ td-editor-only.css
|
|
85
|
+
â â ââ td-editor-only.min.css
|
|
86
|
+
â â ââ theme/
|
|
87
|
+
â â ââ td-editor-dark.css
|
|
88
|
+
â â ââ td-editor-dark.min.css
|
|
89
|
+
â â ââ i18n/
|
|
90
|
+
â â ââ ...
|
|
91
|
+
â ââ 2.0.0/
|
|
92
|
+
â â ââ ...
|
|
93
|
+
```
|
|
94
|
+
|
|
95
|
+
## đš Usage
|
|
96
|
+
|
|
97
|
+
First, you need to add the container element where TOAST UI Editor (henceforth referred to as 'Editor') will be created.
|
|
98
|
+
|
|
99
|
+
```html
|
|
100
|
+
...
|
|
101
|
+
<body>
|
|
102
|
+
<div id="editor"></div>
|
|
103
|
+
</body>
|
|
104
|
+
...
|
|
105
|
+
```
|
|
106
|
+
|
|
107
|
+
The editor can be used by creating an instance with the constructor function. To get the constructor function, you should import the module using one of the following ways depending on your environment.
|
|
108
|
+
|
|
109
|
+
### Using Module Format in Node Environment
|
|
110
|
+
|
|
111
|
+
- ES6 Modules
|
|
112
|
+
|
|
113
|
+
```javascript
|
|
114
|
+
import Editor from '@techie_doubts/tui.editor.2026';
|
|
115
|
+
```
|
|
116
|
+
|
|
117
|
+
- CommonJS
|
|
118
|
+
|
|
119
|
+
```javascript
|
|
120
|
+
const Editor = require('@techie_doubts/tui.editor.2026');
|
|
121
|
+
```
|
|
122
|
+
|
|
123
|
+
### Using Namespace in Browser Environment
|
|
124
|
+
|
|
125
|
+
```javascript
|
|
126
|
+
const Editor = toastui.Editor;
|
|
127
|
+
```
|
|
128
|
+
|
|
129
|
+
Then, you need to add the CSS files needed for the Editor. Import CSS files in node environment, and add it to html file when using CDN.
|
|
130
|
+
|
|
131
|
+
### Using in Node Environment
|
|
132
|
+
|
|
133
|
+
```javascript
|
|
134
|
+
import '@techie_doubts/tui.editor.2026/dist/td-editor.css'; // Editor's Style
|
|
135
|
+
```
|
|
136
|
+
|
|
137
|
+
### Using in Browser Environment by CDN
|
|
138
|
+
|
|
139
|
+
```html
|
|
140
|
+
...
|
|
141
|
+
<head>
|
|
142
|
+
...
|
|
143
|
+
<!-- Editor's Style -->
|
|
144
|
+
<link rel="stylesheet" href="https://uicdn.toast.com/editor/latest/td-editor.min.css" />
|
|
145
|
+
</head>
|
|
146
|
+
...
|
|
147
|
+
```
|
|
148
|
+
|
|
149
|
+
Finally you can create an instance with options and call various API after creating an instance.
|
|
150
|
+
|
|
151
|
+
```javascript
|
|
152
|
+
const editor = new Editor({
|
|
153
|
+
el: document.querySelector('#editor'),
|
|
154
|
+
height: '500px',
|
|
155
|
+
initialEditType: 'markdown',
|
|
156
|
+
previewStyle: 'vertical'
|
|
157
|
+
});
|
|
158
|
+
|
|
159
|
+
editor.getMarkdown();
|
|
160
|
+
```
|
|
161
|
+
|
|
162
|
+
### Default Options
|
|
163
|
+
|
|
164
|
+
- `height`: Height in string or auto ex) `300px` | `auto`
|
|
165
|
+
- `initialEditType`: Initial type to show `markdown` | `wysiwyg`
|
|
166
|
+
- `initialValue`: Initial value. Set Markdown string
|
|
167
|
+
- `previewStyle`: Preview style of Markdown mode `tab` | `vertical`
|
|
168
|
+
- `usageStatistics`: Let us know the _hostname_. We want to learn from you how you are using the Editor. You are free to disable it. `true` | `false`
|
|
169
|
+
|
|
170
|
+
Find out more options [here](https://nhn.github.io/tui.editor/latest/ToastUIEditor).
|
|
171
|
+
|
|
172
|
+
## đŠ Tutorials
|
|
173
|
+
|
|
174
|
+
- [Viewer](https://github.com/nhn/tui.editor/blob/master/docs/en/viewer.md)
|
|
175
|
+
- [Plugins](https://github.com/nhn/tui.editor/blob/master/docs/en/plugin.md)
|
|
176
|
+
- [Internationalization (i18n)](https://github.com/nhn/tui.editor/blob/master/docs/en/i18n.md)
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @techie_doubts/tui.editor.2026 : i18n
|
|
3
|
+
* @version 3.2.2 | Sat Feb 21 2026
|
|
4
|
+
* @author NHN Cloud FE Development Lab <dl_javascript@nhn.com>
|
|
5
|
+
* @license MIT
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
import Editor from '@techie_doubts/tui.editor.2026';
|
|
9
|
+
|
|
10
|
+
/**
|
|
11
|
+
* @fileoverview I18N for Arabic
|
|
12
|
+
* @author Amira Salah <amira.salah@itworx.com>
|
|
13
|
+
*/
|
|
14
|
+
Editor.setLanguage('ar', {
|
|
15
|
+
Markdown: 'ÙŰșŰ© ŰȘ۱Ù
ÙŰČ',
|
|
16
|
+
WYSIWYG: 'Ù
ۧ ŰȘŰ±Ű§Ù ÙÙ Ù
ۧ ŰȘŰŰ”Ù ŰčÙÙÙ',
|
|
17
|
+
Write: 'ÙÙŰȘŰš',
|
|
18
|
+
Preview: 'Űč۱۶ Ù
۳ۚÙ',
|
|
19
|
+
Headings: 'ۧÙŰčÙۧÙÙÙ',
|
|
20
|
+
Paragraph: 'ÙÙ۱۩',
|
|
21
|
+
Bold: '۟۷ Űč۱Ù۶',
|
|
22
|
+
Italic: '۟۷ Ù
ۧۊÙ',
|
|
23
|
+
Strike: 'ۄ۶۱ۧۚ',
|
|
24
|
+
Code: '۱Ù
ŰČ',
|
|
25
|
+
Line: '۟۷',
|
|
26
|
+
Blockquote: 'ÙÙ۱۩ Ù
ÙŰȘۚ۳۩',
|
|
27
|
+
'Unordered list': 'ÙۧۊÙ
Ű© ŰșÙ۱ Ù
۱ŰȘۚ۩',
|
|
28
|
+
'Ordered list': 'ÙۧۊÙ
Ű© Ù
۱ŰȘۚ۩',
|
|
29
|
+
Task: 'Ù
ÙÙ
Ű©',
|
|
30
|
+
Indent: 'ۧÙÙ
۳ۧÙŰ© ۧÙۚۧۯۊ۩',
|
|
31
|
+
Outdent: 'ۧÙÙ
۳ۧÙŰ© ۧÙ۟ۧ۱ۏ۩',
|
|
32
|
+
'Insert link': 'ŰŁŰŻŰźÙ Ű§Ù۱ۧۚ۷',
|
|
33
|
+
'Insert anchor': 'Insert anchor',
|
|
34
|
+
'Anchor ID': 'Anchor ID',
|
|
35
|
+
'Insert CodeBlock': 'ŰŁŰŻŰźÙ Ű§ÙÙÙŰŻ',
|
|
36
|
+
'Insert table': 'ŰŁŰŻŰźÙ ŰŹŰŻÙÙ',
|
|
37
|
+
'Insert image': 'ŰŁŰŻŰźÙ Ű”Ù۱۩',
|
|
38
|
+
Heading: 'ŰčÙÙۧÙ',
|
|
39
|
+
'Image URL': '۱ۧۚ۷ ۧÙŰ”Ù۱۩',
|
|
40
|
+
'Select image file': 'ŰŰŻŰŻ Ù
ÙÙ Ű§ÙŰ”Ù۱۩',
|
|
41
|
+
'Choose a file': 'ۧ۟ŰȘÙۧ۱ ۧÙÙ
ÙÙ',
|
|
42
|
+
'No file': 'Ùۧ Ù
ÙÙ',
|
|
43
|
+
Description: 'ÙŰ”Ù',
|
|
44
|
+
OK: 'Ù
ÙۧÙÙŰ©',
|
|
45
|
+
More: 'ŰŁÙ۫۱',
|
|
46
|
+
Cancel: 'Ű„ÙŰșۧۥ',
|
|
47
|
+
File: 'Ù
ÙÙ',
|
|
48
|
+
URL: '۱ۧۚ۷',
|
|
49
|
+
'Link text': 'ÙŰ” ۧÙ۱ۧۚ۷',
|
|
50
|
+
'Add row to up': 'ŰŁŰ¶Ù Ű”ÙÙۧ ÙŰŁŰčÙÙ',
|
|
51
|
+
'Add row to down': 'ŰŁŰ¶Ù Ű”ÙÙۧ Ű„ÙÙ ŰŁŰłÙÙ',
|
|
52
|
+
'Add column to left': 'ŰŁŰ¶Ù Ű§ÙŰčÙ
ÙŰŻ ŰčÙÙ Ű§ÙÙ۳ۧ۱',
|
|
53
|
+
'Add column to right': 'ŰŁŰ¶Ù ŰčÙ
ÙŰŻÙۧ Ű„ÙÙ Ű§ÙÙÙ
ÙÙ',
|
|
54
|
+
'Remove row': 'ŰŰ°Ù ŰłŰ·Ű±',
|
|
55
|
+
'Remove column': 'ŰŰ°Ù ŰčÙ
ÙŰŻ',
|
|
56
|
+
'Align column to left': 'Ù
Űۧ۰ۧ۩ ۧÙÙ۳ۧ۱',
|
|
57
|
+
'Align column to center': 'Ù
Űۧ۰ۧ۩ ۧÙÙ۳۷',
|
|
58
|
+
'Align column to right': 'Ù
Űۧ۰ۧ۩ ۧÙÙÙ
ÙÙ',
|
|
59
|
+
'Remove table': 'ŰŰ°Ù Ű§ÙŰŹŰŻÙÙ',
|
|
60
|
+
'Would you like to paste as table?': 'ÙÙ ŰȘ۱ÙŰŻ ۧÙÙŰ”Ù ÙŰŹŰŻÙÙ',
|
|
61
|
+
'Text color': 'ÙÙÙ Ű§ÙÙŰ”',
|
|
62
|
+
'Auto scroll enabled': 'ۧÙŰȘŰ۱ÙÙ Ű§ÙŰȘÙÙŰ§ŰŠÙ Ù
Ù
ÙÙÙ',
|
|
63
|
+
'Auto scroll disabled': 'ۧÙŰȘŰ۱ÙÙ Ű§ÙŰȘÙÙŰ§ŰŠÙ Ù
ŰčŰ·ÙÙ',
|
|
64
|
+
'Choose language': 'ۧ۟ŰȘ۱ ۧÙÙŰșŰ©',
|
|
65
|
+
});
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @techie_doubts/tui.editor.2026 : i18n
|
|
3
|
+
* @version 3.2.2 | Sat Feb 21 2026
|
|
4
|
+
* @author NHN Cloud FE Development Lab <dl_javascript@nhn.com>
|
|
5
|
+
* @license MIT
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
import Editor from '@techie_doubts/tui.editor.2026';
|
|
9
|
+
|
|
10
|
+
/**
|
|
11
|
+
* @fileoverview I18N for Czech
|
|
12
|
+
* @author Dmitrij TkaÄenko <dmitrij.tkacenko@scalesoft.cz>
|
|
13
|
+
*/
|
|
14
|
+
Editor.setLanguage(['cs', 'cs-CZ'], {
|
|
15
|
+
Markdown: 'Markdown',
|
|
16
|
+
WYSIWYG: 'WYSIWYG',
|
|
17
|
+
Write: 'Napsat',
|
|
18
|
+
Preview: 'NĂĄhled',
|
|
19
|
+
Headings: 'Nadpisy',
|
|
20
|
+
Paragraph: 'Odstavec',
|
|
21
|
+
Bold: 'TuÄnĂ©',
|
|
22
|
+
Italic: 'KurzĂva',
|
|
23
|
+
Strike: 'PĆeĆĄkrtnutĂ©',
|
|
24
|
+
Code: 'KĂłd',
|
|
25
|
+
Line: 'VodorovnĂĄ ÄĂĄra',
|
|
26
|
+
Blockquote: 'Citace',
|
|
27
|
+
'Unordered list': 'Seznam s odrĂĄĆŸkami',
|
|
28
|
+
'Ordered list': 'ÄĂslovanĂœ seznam',
|
|
29
|
+
Task: 'Ăkol',
|
|
30
|
+
Indent: 'ZvÄtĆĄit odsazenĂ',
|
|
31
|
+
Outdent: 'ZmenĆĄit odsazenĂ',
|
|
32
|
+
'Insert link': 'VloĆŸit odkaz',
|
|
33
|
+
'Insert anchor': 'Insert anchor',
|
|
34
|
+
'Anchor ID': 'Anchor ID',
|
|
35
|
+
'Insert CodeBlock': 'VloĆŸit blok kĂłdu',
|
|
36
|
+
'Insert table': 'VloĆŸit tabulku',
|
|
37
|
+
'Insert image': 'VloĆŸit obrĂĄzek',
|
|
38
|
+
Heading: 'Nadpis',
|
|
39
|
+
'Image URL': 'URL obrĂĄzku',
|
|
40
|
+
'Select image file': 'Vybrat obrĂĄzek',
|
|
41
|
+
'Choose a file': 'Vyberte soubor',
|
|
42
|
+
'No file': 'ĆœĂĄdnĂœ soubor',
|
|
43
|
+
Description: 'Popis',
|
|
44
|
+
OK: 'OK',
|
|
45
|
+
More: 'VĂce',
|
|
46
|
+
Cancel: 'ZruĆĄit',
|
|
47
|
+
File: 'Soubor',
|
|
48
|
+
URL: 'URL',
|
|
49
|
+
'Link text': 'Text odkazu',
|
|
50
|
+
'Add row to up': 'PĆidejte ĆĂĄdek nahoru',
|
|
51
|
+
'Add row to down': 'PĆidejte ĆĂĄdek dolĆŻ',
|
|
52
|
+
'Add column to left': 'PĆidat sloupec vlevo',
|
|
53
|
+
'Add column to right': 'PĆidat sloupec doprava',
|
|
54
|
+
'Remove row': 'Odebrat ĆĂĄdek',
|
|
55
|
+
'Remove column': 'Odebrat sloupec',
|
|
56
|
+
'Align column to left': 'Zarovnat vlevo',
|
|
57
|
+
'Align column to center': 'Zarovnat na stĆed',
|
|
58
|
+
'Align column to right': 'Zarovnat vpravo',
|
|
59
|
+
'Remove table': 'Odstranit tabulku',
|
|
60
|
+
'Would you like to paste as table?': 'Chcete vloĆŸit jako tabulku?',
|
|
61
|
+
'Text color': 'Barva textu',
|
|
62
|
+
'Auto scroll enabled': 'Automatické rolovånà zapnuto',
|
|
63
|
+
'Auto scroll disabled': 'Automatické rolovånà vypnuto',
|
|
64
|
+
'Choose language': 'Vybrat jazyk',
|
|
65
|
+
});
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @techie_doubts/tui.editor.2026 : i18n
|
|
3
|
+
* @version 3.2.2 | Sat Feb 21 2026
|
|
4
|
+
* @author NHN Cloud FE Development Lab <dl_javascript@nhn.com>
|
|
5
|
+
* @license MIT
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
import Editor from '@techie_doubts/tui.editor.2026';
|
|
9
|
+
|
|
10
|
+
/**
|
|
11
|
+
* @fileoverview I18N for German
|
|
12
|
+
* @author Jann-Niklas Kiepert <jannkiepert@vivaldi.net>
|
|
13
|
+
*/
|
|
14
|
+
Editor.setLanguage(['de', 'de-DE'], {
|
|
15
|
+
Markdown: 'Markdown',
|
|
16
|
+
WYSIWYG: 'WYSIWYG',
|
|
17
|
+
Write: 'Verfassen',
|
|
18
|
+
Preview: 'Vorschau',
|
|
19
|
+
Headings: 'Ăberschriften',
|
|
20
|
+
Paragraph: 'Text',
|
|
21
|
+
Bold: 'Fett',
|
|
22
|
+
Italic: 'Kursiv',
|
|
23
|
+
Strike: 'Durchgestrichen',
|
|
24
|
+
Code: 'Code',
|
|
25
|
+
Line: 'Trennlinie',
|
|
26
|
+
Blockquote: 'Blocktext',
|
|
27
|
+
'Unordered list': 'AufzÀhlung',
|
|
28
|
+
'Ordered list': 'Nummerierte AufzÀhlung',
|
|
29
|
+
Task: 'Aufgabe',
|
|
30
|
+
Indent: 'EinrĂŒcken',
|
|
31
|
+
Outdent: 'AusrĂŒcken',
|
|
32
|
+
'Insert link': 'Link einfĂŒgen',
|
|
33
|
+
'Insert anchor': 'Insert anchor',
|
|
34
|
+
'Anchor ID': 'Anchor ID',
|
|
35
|
+
'Insert CodeBlock': 'Codeblock einfĂŒgen',
|
|
36
|
+
'Insert table': 'Tabelle einfĂŒgen',
|
|
37
|
+
'Insert image': 'Grafik einfĂŒgen',
|
|
38
|
+
Heading: 'Titel',
|
|
39
|
+
'Image URL': 'Bild URL',
|
|
40
|
+
'Select image file': 'Grafik auswÀhlen',
|
|
41
|
+
'Choose a file': 'WĂ€hle eine Datei',
|
|
42
|
+
'No file': 'Keine Datei',
|
|
43
|
+
Description: 'Beschreibung',
|
|
44
|
+
OK: 'OK',
|
|
45
|
+
More: 'Mehr',
|
|
46
|
+
Cancel: 'Abbrechen',
|
|
47
|
+
File: 'Datei',
|
|
48
|
+
URL: 'URL',
|
|
49
|
+
'Link text': 'Anzuzeigender Text',
|
|
50
|
+
'Add row to up': 'Zeile nach oben hinzufĂŒgen',
|
|
51
|
+
'Add row to down': 'Zeile nach unten hinzufĂŒgen',
|
|
52
|
+
'Add column to left': 'Spalte links hinzufĂŒgen',
|
|
53
|
+
'Add column to right': 'Spalte rechts hinzufĂŒgen',
|
|
54
|
+
'Remove row': 'Zeile entfernen',
|
|
55
|
+
'Remove column': 'Spalte entfernen',
|
|
56
|
+
'Align column to left': 'Links ausrichten',
|
|
57
|
+
'Align column to center': 'Zentrieren',
|
|
58
|
+
'Align column to right': 'Rechts ausrichten',
|
|
59
|
+
'Remove table': 'Tabelle entfernen',
|
|
60
|
+
'Would you like to paste as table?': 'Möchten Sie eine Tabelle einfĂŒgen?',
|
|
61
|
+
'Text color': 'Textfarbe',
|
|
62
|
+
'Auto scroll enabled': 'Autoscrollen aktiviert',
|
|
63
|
+
'Auto scroll disabled': 'Autoscrollen deaktiviert',
|
|
64
|
+
'Choose language': 'Sprache auswÀhlen',
|
|
65
|
+
});
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @techie_doubts/tui.editor.2026 : i18n
|
|
3
|
+
* @version 3.2.2 | Sat Feb 21 2026
|
|
4
|
+
* @author NHN Cloud FE Development Lab <dl_javascript@nhn.com>
|
|
5
|
+
* @license MIT
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
import Editor from '@techie_doubts/tui.editor.2026';
|
|
9
|
+
|
|
10
|
+
/**
|
|
11
|
+
* @fileoverview I18N for English
|
|
12
|
+
* @author NHN Cloud FE Development Lab <dl_javascript@nhn.com>
|
|
13
|
+
*/
|
|
14
|
+
Editor.setLanguage(['en', 'en-US'], {
|
|
15
|
+
Markdown: 'Markdown',
|
|
16
|
+
WYSIWYG: 'WYSIWYG',
|
|
17
|
+
Write: 'Write',
|
|
18
|
+
Preview: 'Preview',
|
|
19
|
+
Headings: 'Headings',
|
|
20
|
+
Paragraph: 'Paragraph',
|
|
21
|
+
Bold: 'Bold',
|
|
22
|
+
Italic: 'Italic',
|
|
23
|
+
Strike: 'Strike',
|
|
24
|
+
Code: 'Inline code',
|
|
25
|
+
Line: 'Line',
|
|
26
|
+
Blockquote: 'Blockquote',
|
|
27
|
+
'Unordered list': 'Unordered list',
|
|
28
|
+
'Ordered list': 'Ordered list',
|
|
29
|
+
Task: 'Task',
|
|
30
|
+
Indent: 'Indent',
|
|
31
|
+
Outdent: 'Outdent',
|
|
32
|
+
'Insert link': 'Insert link',
|
|
33
|
+
'Insert anchor': 'Insert anchor',
|
|
34
|
+
'Anchor ID': 'Anchor ID',
|
|
35
|
+
'Insert CodeBlock': 'Insert codeBlock',
|
|
36
|
+
'Insert table': 'Insert table',
|
|
37
|
+
'Insert image': 'Insert image',
|
|
38
|
+
Heading: 'Heading',
|
|
39
|
+
'Image URL': 'Image URL',
|
|
40
|
+
'Select image file': 'Select image file',
|
|
41
|
+
'Choose a file': 'Choose a file',
|
|
42
|
+
'No file': 'No file',
|
|
43
|
+
Description: 'Description',
|
|
44
|
+
OK: 'OK',
|
|
45
|
+
More: 'More',
|
|
46
|
+
Cancel: 'Cancel',
|
|
47
|
+
File: 'File',
|
|
48
|
+
URL: 'URL',
|
|
49
|
+
'Link text': 'Link text',
|
|
50
|
+
'Add row to up': 'Add row to up',
|
|
51
|
+
'Add row to down': 'Add row to down',
|
|
52
|
+
'Add column to left': 'Add column to left',
|
|
53
|
+
'Add column to right': 'Add column to right',
|
|
54
|
+
'Remove row': 'Remove row',
|
|
55
|
+
'Remove column': 'Remove column',
|
|
56
|
+
'Align column to left': 'Align column to left',
|
|
57
|
+
'Align column to center': 'Align column to center',
|
|
58
|
+
'Align column to right': 'Align column to right',
|
|
59
|
+
'Remove table': 'Remove table',
|
|
60
|
+
'Would you like to paste as table?': 'Would you like to paste as table?',
|
|
61
|
+
'Text color': 'Text color',
|
|
62
|
+
'Auto scroll enabled': 'Auto scroll enabled',
|
|
63
|
+
'Auto scroll disabled': 'Auto scroll disabled',
|
|
64
|
+
'Choose language': 'Choose language',
|
|
65
|
+
});
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @techie_doubts/tui.editor.2026 : i18n
|
|
3
|
+
* @version 3.2.2 | Sat Feb 21 2026
|
|
4
|
+
* @author NHN Cloud FE Development Lab <dl_javascript@nhn.com>
|
|
5
|
+
* @license MIT
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
import Editor from '@techie_doubts/tui.editor.2026';
|
|
9
|
+
|
|
10
|
+
/**
|
|
11
|
+
* @fileoverview I18N for Spanish
|
|
12
|
+
* @author Enrico Lamperti <oss@elamperti.com>
|
|
13
|
+
*/
|
|
14
|
+
Editor.setLanguage(['es', 'es-ES'], {
|
|
15
|
+
Markdown: 'Markdown',
|
|
16
|
+
WYSIWYG: 'WYSIWYG',
|
|
17
|
+
Write: 'Escribir',
|
|
18
|
+
Preview: 'Vista previa',
|
|
19
|
+
Headings: 'Encabezados',
|
|
20
|
+
Paragraph: 'PĂĄrrafo',
|
|
21
|
+
Bold: 'Negrita',
|
|
22
|
+
Italic: 'ItĂĄlica',
|
|
23
|
+
Strike: 'Tachado',
|
|
24
|
+
Code: 'CĂłdigo',
|
|
25
|
+
Line: 'LĂnea',
|
|
26
|
+
Blockquote: 'Cita',
|
|
27
|
+
'Unordered list': 'Lista desordenada',
|
|
28
|
+
'Ordered list': 'Lista ordenada',
|
|
29
|
+
Task: 'Tarea',
|
|
30
|
+
Indent: 'SangrĂa',
|
|
31
|
+
Outdent: 'Saliendo',
|
|
32
|
+
'Insert link': 'Insertar enlace',
|
|
33
|
+
'Insert anchor': 'Insert anchor',
|
|
34
|
+
'Anchor ID': 'Anchor ID',
|
|
35
|
+
'Insert CodeBlock': 'Insertar bloque de cĂłdigo',
|
|
36
|
+
'Insert table': 'Insertar tabla',
|
|
37
|
+
'Insert image': 'Insertar imagen',
|
|
38
|
+
Heading: 'Encabezado',
|
|
39
|
+
'Image URL': 'URL de la imagen',
|
|
40
|
+
'Select image file': 'Seleccionar archivo de imagen',
|
|
41
|
+
'Choose a file': 'Escoge un archivo',
|
|
42
|
+
'No file': 'NingĂșn archivo',
|
|
43
|
+
Description: 'DescripciĂłn',
|
|
44
|
+
OK: 'Aceptar',
|
|
45
|
+
More: 'MĂĄs',
|
|
46
|
+
Cancel: 'Cancelar',
|
|
47
|
+
File: 'Archivo',
|
|
48
|
+
URL: 'URL',
|
|
49
|
+
'Link text': 'Texto del enlace',
|
|
50
|
+
'Add row to up': 'Agregar fila para subir',
|
|
51
|
+
'Add row to down': 'Agregar fila hacia abajo',
|
|
52
|
+
'Add column to left': 'Agregar columna a la izquierda',
|
|
53
|
+
'Add column to right': 'Agregar columna a la derecha',
|
|
54
|
+
'Remove row': 'Eliminar fila',
|
|
55
|
+
'Remove column': 'Eliminar columna',
|
|
56
|
+
'Align column to left': 'Alinear a la izquierda',
|
|
57
|
+
'Align column to center': 'Centrar',
|
|
58
|
+
'Align column to right': 'Alinear a la derecha',
|
|
59
|
+
'Remove table': 'Eliminar tabla',
|
|
60
|
+
'Would you like to paste as table?': 'ÂżDesea pegar como tabla?',
|
|
61
|
+
'Text color': 'Color del texto',
|
|
62
|
+
'Auto scroll enabled': 'Desplazamiento automĂĄtico habilitado',
|
|
63
|
+
'Auto scroll disabled': 'Desplazamiento automĂĄtico deshabilitado',
|
|
64
|
+
'Choose language': 'Elegir idioma',
|
|
65
|
+
});
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @techie_doubts/tui.editor.2026 : i18n
|
|
3
|
+
* @version 3.2.2 | Sat Feb 21 2026
|
|
4
|
+
* @author NHN Cloud FE Development Lab <dl_javascript@nhn.com>
|
|
5
|
+
* @license MIT
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
import Editor from '@techie_doubts/tui.editor.2026';
|
|
9
|
+
|
|
10
|
+
/**
|
|
11
|
+
* @fileoverview I18N for Finnish
|
|
12
|
+
* @author Tomi Mynttinen <pikseli@iki.fi>
|
|
13
|
+
*/
|
|
14
|
+
Editor.setLanguage(['fi', 'fi-FI'], {
|
|
15
|
+
Markdown: 'Markdown',
|
|
16
|
+
WYSIWYG: 'WYSIWYG',
|
|
17
|
+
Write: 'Kirjoita',
|
|
18
|
+
Preview: 'Esikatselu',
|
|
19
|
+
Headings: 'Otsikot',
|
|
20
|
+
Paragraph: 'Kappale',
|
|
21
|
+
Bold: 'Lihavointi',
|
|
22
|
+
Italic: 'Kursivointi',
|
|
23
|
+
Strike: 'Yliviivaus',
|
|
24
|
+
Code: 'Koodi',
|
|
25
|
+
Line: 'Vaakaviiva',
|
|
26
|
+
Blockquote: 'Lainaus',
|
|
27
|
+
'Unordered list': 'Luettelo',
|
|
28
|
+
'Ordered list': 'Numeroitu luettelo',
|
|
29
|
+
Task: 'TehtÀvÀ',
|
|
30
|
+
Indent: 'Suurenna sisennystÀ',
|
|
31
|
+
Outdent: 'PienennÀ sisennystÀ',
|
|
32
|
+
'Insert link': 'LisÀÀ linkki',
|
|
33
|
+
'Insert anchor': 'Insert anchor',
|
|
34
|
+
'Anchor ID': 'Anchor ID',
|
|
35
|
+
'Insert CodeBlock': 'LisÀÀ koodia',
|
|
36
|
+
'Insert table': 'LisÀÀ taulukko',
|
|
37
|
+
'Insert image': 'LisÀÀ kuva',
|
|
38
|
+
Heading: 'Otsikko',
|
|
39
|
+
'Image URL': 'Kuvan URL',
|
|
40
|
+
'Select image file': 'Valitse kuvatiedosto',
|
|
41
|
+
'Choose a file': 'Valitse tiedosto',
|
|
42
|
+
'No file': 'Ei tiedosto',
|
|
43
|
+
Description: 'Kuvaus',
|
|
44
|
+
OK: 'OK',
|
|
45
|
+
More: 'LisÀÀ',
|
|
46
|
+
Cancel: 'Peruuta',
|
|
47
|
+
File: 'Tiedosto',
|
|
48
|
+
URL: 'URL',
|
|
49
|
+
'Link text': 'Linkkiteksti',
|
|
50
|
+
'Add row to up': 'LisÀÀ rivi ylöspÀin',
|
|
51
|
+
'Add row to down': 'LisÀÀ rivi alaspÀin',
|
|
52
|
+
'Add column to left': 'LisÀÀ sarake vasemmalla',
|
|
53
|
+
'Add column to right': 'LisÀÀ sarake oikealle',
|
|
54
|
+
'Remove row': 'Poista rivi',
|
|
55
|
+
'Remove column': 'Poista sarake',
|
|
56
|
+
'Align column to left': 'Tasaus vasemmalle',
|
|
57
|
+
'Align column to center': 'KeskitÀ',
|
|
58
|
+
'Align column to right': 'Tasaus oikealle',
|
|
59
|
+
'Remove table': 'Poista taulukko',
|
|
60
|
+
'Would you like to paste as table?': 'Haluatko liittÀÀ taulukkomuodossa?',
|
|
61
|
+
'Text color': 'Tekstin vÀri',
|
|
62
|
+
'Auto scroll enabled': 'Automaattinen skrollaus kÀytössÀ',
|
|
63
|
+
'Auto scroll disabled': 'Automaattinen skrollaus pois kÀytöstÀ',
|
|
64
|
+
'Choose language': 'Valitse kieli',
|
|
65
|
+
});
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @techie_doubts/tui.editor.2026 : i18n
|
|
3
|
+
* @version 3.2.2 | Sat Feb 21 2026
|
|
4
|
+
* @author NHN Cloud FE Development Lab <dl_javascript@nhn.com>
|
|
5
|
+
* @license MIT
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
import Editor from '@techie_doubts/tui.editor.2026';
|
|
9
|
+
|
|
10
|
+
/**
|
|
11
|
+
* @fileoverview I18N for French
|
|
12
|
+
* @author Stanislas Michalak <stanislas.michalak@gmail.com>
|
|
13
|
+
*/
|
|
14
|
+
Editor.setLanguage(['fr', 'fr-FR'], {
|
|
15
|
+
Markdown: 'Markdown',
|
|
16
|
+
WYSIWYG: 'WYSIWYG',
|
|
17
|
+
Write: 'Ăcrire',
|
|
18
|
+
Preview: 'Aperçu',
|
|
19
|
+
Headings: 'En-tĂȘtes',
|
|
20
|
+
Paragraph: 'Paragraphe',
|
|
21
|
+
Bold: 'Gras',
|
|
22
|
+
Italic: 'Italique',
|
|
23
|
+
Strike: 'Barré',
|
|
24
|
+
Code: 'Code en ligne',
|
|
25
|
+
Line: 'Ligne',
|
|
26
|
+
Blockquote: 'Citation',
|
|
27
|
+
'Unordered list': 'Liste non-ordonnée',
|
|
28
|
+
'Ordered list': 'Liste ordonnée',
|
|
29
|
+
Task: 'TĂąche',
|
|
30
|
+
Indent: 'Retrait',
|
|
31
|
+
Outdent: 'Sortir',
|
|
32
|
+
'Insert link': 'Insérer un lien',
|
|
33
|
+
'Insert anchor': 'Insert anchor',
|
|
34
|
+
'Anchor ID': 'Anchor ID',
|
|
35
|
+
'Insert CodeBlock': 'Insérer un bloc de code',
|
|
36
|
+
'Insert table': 'Insérer un tableau',
|
|
37
|
+
'Insert image': 'Insérer une image',
|
|
38
|
+
Heading: 'En-tĂȘte',
|
|
39
|
+
'Image URL': "URL de l'image",
|
|
40
|
+
'Select image file': 'Sélectionnez un fichier image',
|
|
41
|
+
'Choose a file': 'Choisissez un fichier',
|
|
42
|
+
'No file': 'Pas de fichier',
|
|
43
|
+
Description: 'Description',
|
|
44
|
+
OK: 'OK',
|
|
45
|
+
More: 'de plus',
|
|
46
|
+
Cancel: 'Annuler',
|
|
47
|
+
File: 'Fichier',
|
|
48
|
+
URL: 'URL',
|
|
49
|
+
'Link text': 'Texte du lien',
|
|
50
|
+
'Add row to up': 'Ajouter une ligne vers le haut',
|
|
51
|
+
'Add row to down': 'Ajouter une ligne vers le bas',
|
|
52
|
+
'Add column to left': 'Ajouter une colonne Ă gauche',
|
|
53
|
+
'Add column to right': 'Ajouter une colonne Ă droite',
|
|
54
|
+
'Remove row': 'Supprimer une ligne',
|
|
55
|
+
'Remove column': 'Supprimer une colonne',
|
|
56
|
+
'Align column to left': 'Aligner Ă gauche',
|
|
57
|
+
'Align column to center': 'Aligner au centre',
|
|
58
|
+
'Align column to right': 'Aligner Ă droite',
|
|
59
|
+
'Remove table': 'Supprimer le tableau',
|
|
60
|
+
'Would you like to paste as table?': 'Voulez-vous coller ce contenu en tant que tableau ?',
|
|
61
|
+
'Text color': 'Couleur du texte',
|
|
62
|
+
'Auto scroll enabled': 'Défilement automatique activé',
|
|
63
|
+
'Auto scroll disabled': 'Défilement automatique désactivé',
|
|
64
|
+
'Choose language': 'Choix de la langue',
|
|
65
|
+
});
|