@ckeditor/ckeditor5-heading 34.2.0 → 35.1.0
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 +267 -0
- package/build/translations/ar.js +1 -1
- package/build/translations/bg.js +1 -1
- package/build/translations/bn.js +1 -0
- package/build/translations/ca.js +1 -1
- package/build/translations/fi.js +1 -1
- package/build/translations/lt.js +1 -1
- package/build/translations/ms.js +1 -0
- package/build/translations/pt.js +1 -1
- package/build/translations/sv.js +1 -1
- package/build/translations/th.js +1 -1
- package/lang/translations/ar.po +5 -5
- package/lang/translations/bg.po +2 -2
- package/lang/translations/bn.po +61 -0
- package/lang/translations/ca.po +5 -5
- package/lang/translations/fi.po +2 -2
- package/lang/translations/lt.po +2 -2
- package/lang/translations/ms.po +61 -0
- package/lang/translations/pt.po +6 -6
- package/lang/translations/sv.po +2 -2
- package/lang/translations/th.po +7 -7
- package/package.json +20 -19
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,267 @@
|
|
|
1
|
+
Changelog
|
|
2
|
+
=========
|
|
3
|
+
|
|
4
|
+
All changes in the package are documented in the main repository. See: https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md.
|
|
5
|
+
|
|
6
|
+
Changes for the past releases are available below.
|
|
7
|
+
|
|
8
|
+
## [19.0.0](https://github.com/ckeditor/ckeditor5-heading/compare/v18.0.0...v19.0.0) (2020-04-29)
|
|
9
|
+
|
|
10
|
+
Internal changes only (updated dependencies, documentation, etc.).
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
## [18.0.0](https://github.com/ckeditor/ckeditor5-heading/compare/v17.0.0...v18.0.0) (2020-03-19)
|
|
14
|
+
|
|
15
|
+
### Other changes
|
|
16
|
+
|
|
17
|
+
* Updated translations. ([99855b5](https://github.com/ckeditor/ckeditor5-heading/commit/99855b5))
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
## [17.0.0](https://github.com/ckeditor/ckeditor5-heading/compare/v16.0.0...v17.0.0) (2020-02-19)
|
|
21
|
+
|
|
22
|
+
### Bug fixes
|
|
23
|
+
|
|
24
|
+
* Focus the editor before executing toolbar buttons' command. See [ckeditor/ckeditor5#353](https://github.com/ckeditor/ckeditor5/issues/353). ([2495b81](https://github.com/ckeditor/ckeditor5-heading/commit/2495b81))
|
|
25
|
+
|
|
26
|
+
### Other changes
|
|
27
|
+
|
|
28
|
+
* Updated translations. ([f947574](https://github.com/ckeditor/ckeditor5-heading/commit/f947574))
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
## [16.0.0](https://github.com/ckeditor/ckeditor5-heading/compare/v15.0.0...v16.0.0) (2019-12-04)
|
|
32
|
+
|
|
33
|
+
### Other changes
|
|
34
|
+
|
|
35
|
+
* Updated translations. ([bf98b57](https://github.com/ckeditor/ckeditor5-heading/commit/bf98b57))
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
## [15.0.0](https://github.com/ckeditor/ckeditor5-heading/compare/v11.0.5...v15.0.0) (2019-10-23)
|
|
39
|
+
|
|
40
|
+
### Features
|
|
41
|
+
|
|
42
|
+
* Introduced the document title feature. Closes https://github.com/ckeditor/ckeditor5/issues/2003. Closes https://github.com/ckeditor/ckeditor5/issues/2005. ([a65c0ac](https://github.com/ckeditor/ckeditor5-heading/commit/a65c0ac))
|
|
43
|
+
|
|
44
|
+
### Other changes
|
|
45
|
+
|
|
46
|
+
* Added `pluginName` property to editing plugin. ([93e8727](https://github.com/ckeditor/ckeditor5-heading/commit/93e8727))
|
|
47
|
+
* Updated translations. ([bcb9dbf](https://github.com/ckeditor/ckeditor5-heading/commit/bcb9dbf)) ([d3d7107](https://github.com/ckeditor/ckeditor5-heading/commit/d3d7107))
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
## [11.0.5](https://github.com/ckeditor/ckeditor5-heading/compare/v11.0.4...v11.0.5) (2019-08-26)
|
|
51
|
+
|
|
52
|
+
### Bug fixes
|
|
53
|
+
|
|
54
|
+
* The UI buttons should be marked as toggleable for better assistive technologies support (see [ckeditor/ckeditor5#1403](https://github.com/ckeditor/ckeditor5/issues/1403)). ([5c41c1a](https://github.com/ckeditor/ckeditor5-heading/commit/5c41c1a))
|
|
55
|
+
|
|
56
|
+
### Other changes
|
|
57
|
+
|
|
58
|
+
* The issue tracker for this package was moved to https://github.com/ckeditor/ckeditor5/issues. See [ckeditor/ckeditor5#1988](https://github.com/ckeditor/ckeditor5/issues/1988). ([1a68915](https://github.com/ckeditor/ckeditor5-heading/commit/1a68915))
|
|
59
|
+
* Updated translations. ([201cf3c](https://github.com/ckeditor/ckeditor5-heading/commit/201cf3c))
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
## [11.0.4](https://github.com/ckeditor/ckeditor5-heading/compare/v11.0.3...v11.0.4) (2019-07-10)
|
|
63
|
+
|
|
64
|
+
Internal changes only (updated dependencies, documentation, etc.).
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
## [11.0.3](https://github.com/ckeditor/ckeditor5-heading/compare/v11.0.2...v11.0.3) (2019-07-04)
|
|
68
|
+
|
|
69
|
+
### Other changes
|
|
70
|
+
|
|
71
|
+
* Updated translations. ([7e9eb81](https://github.com/ckeditor/ckeditor5-heading/commit/7e9eb81)) ([8143e12](https://github.com/ckeditor/ckeditor5-heading/commit/8143e12))
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
## [11.0.2](https://github.com/ckeditor/ckeditor5-heading/compare/v11.0.1...v11.0.2) (2019-06-05)
|
|
75
|
+
|
|
76
|
+
### Other changes
|
|
77
|
+
|
|
78
|
+
* Updated translations. ([ab95f35](https://github.com/ckeditor/ckeditor5-heading/commit/ab95f35))
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
## [11.0.1](https://github.com/ckeditor/ckeditor5-heading/compare/v11.0.0...v11.0.1) (2019-04-10)
|
|
82
|
+
|
|
83
|
+
### Other changes
|
|
84
|
+
|
|
85
|
+
* Updated translations. ([e7273cc](https://github.com/ckeditor/ckeditor5-heading/commit/e7273cc))
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
## [11.0.0](https://github.com/ckeditor/ckeditor5-heading/compare/v10.1.1...v11.0.0) (2019-02-28)
|
|
89
|
+
|
|
90
|
+
### Features
|
|
91
|
+
|
|
92
|
+
* Provided translations and enabled the default icons to make `heading4`, `heading5`, and `heading6` button components usable (as provided by `HeadingButtonUI`). Closes [#121](https://github.com/ckeditor/ckeditor5-heading/issues/121). ([17bea3d](https://github.com/ckeditor/ckeditor5-heading/commit/17bea3d))
|
|
93
|
+
|
|
94
|
+
### Other changes
|
|
95
|
+
|
|
96
|
+
* Updated translations. ([b64cedc](https://github.com/ckeditor/ckeditor5-heading/commit/b64cedc)) ([c28003e](https://github.com/ckeditor/ckeditor5-heading/commit/c28003e)) ([d801159](https://github.com/ckeditor/ckeditor5-heading/commit/d801159))
|
|
97
|
+
|
|
98
|
+
### BREAKING CHANGES
|
|
99
|
+
|
|
100
|
+
* Upgraded minimal versions of Node to `8.0.0` and npm to `5.7.1`. See: [ckeditor/ckeditor5#1507](https://github.com/ckeditor/ckeditor5/issues/1507). ([612ea3c](https://github.com/ckeditor/ckeditor5-cloud-services/commit/612ea3c))
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
## [10.1.1](https://github.com/ckeditor/ckeditor5-heading/compare/v10.1.0...v10.1.1) (2018-12-05)
|
|
104
|
+
|
|
105
|
+
### Other changes
|
|
106
|
+
|
|
107
|
+
* Improved SVG icons size. See [ckeditor/ckeditor5-theme-lark#206](https://github.com/ckeditor/ckeditor5-theme-lark/issues/206). ([3362715](https://github.com/ckeditor/ckeditor5-heading/commit/3362715))
|
|
108
|
+
* The `<h1>` elements are now converted to `<heading1>` elements instead of being converted to `<paragraph>`s by default. Closes [#98](https://github.com/ckeditor/ckeditor5-heading/issues/98). Closes [ckeditor/ckeditor5-paste-from-office#2](https://github.com/ckeditor/ckeditor5-paste-from-office/issues/2). ([c49b573](https://github.com/ckeditor/ckeditor5-heading/commit/c49b573))
|
|
109
|
+
* Updated translations. ([91778ab](https://github.com/ckeditor/ckeditor5-heading/commit/91778ab)) ([6435579](https://github.com/ckeditor/ckeditor5-heading/commit/6435579))
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
## [10.1.0](https://github.com/ckeditor/ckeditor5-heading/compare/v10.0.2...v10.1.0) (2018-10-08)
|
|
113
|
+
|
|
114
|
+
### Features
|
|
115
|
+
|
|
116
|
+
* Heading 4 to heading 6 icons were added. This allows configuring the editor to contain heading1-heading6 buttons in the toolbar. Closes [#112](https://github.com/ckeditor/ckeditor5-heading/issues/112). ([1116f69](https://github.com/ckeditor/ckeditor5-heading/commit/1116f69))
|
|
117
|
+
|
|
118
|
+
### Other changes
|
|
119
|
+
|
|
120
|
+
* Updated translations. ([e3798e5](https://github.com/ckeditor/ckeditor5-heading/commit/e3798e5))
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
## [10.0.2](https://github.com/ckeditor/ckeditor5-heading/compare/v10.0.1...v10.0.2) (2018-07-18)
|
|
124
|
+
|
|
125
|
+
### Other changes
|
|
126
|
+
|
|
127
|
+
* Refreshed the heading icons (see [ckeditor/ckeditor5-ui#394](https://github.com/ckeditor/ckeditor5-ui/issues/394)). ([fb3f144](https://github.com/ckeditor/ckeditor5-heading/commit/fb3f144))
|
|
128
|
+
* Updated translations. ([0867c51](https://github.com/ckeditor/ckeditor5-heading/commit/0867c51))
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
## [10.0.1](https://github.com/ckeditor/ckeditor5-heading/compare/v10.0.0...v10.0.1) (2018-06-21)
|
|
132
|
+
|
|
133
|
+
### Other changes
|
|
134
|
+
|
|
135
|
+
* Updated translations.
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
## [10.0.0](https://github.com/ckeditor/ckeditor5-heading/compare/v1.0.0-beta.4...v10.0.0) (2018-04-25)
|
|
139
|
+
|
|
140
|
+
### Other changes
|
|
141
|
+
|
|
142
|
+
* Changed the license to GPL2+ only. See [ckeditor/ckeditor5#991](https://github.com/ckeditor/ckeditor5/issues/991). ([5e02366](https://github.com/ckeditor/ckeditor5-heading/commit/5e02366))
|
|
143
|
+
* Updated translations. ([d6a56d6](https://github.com/ckeditor/ckeditor5-heading/commit/d6a56d6))
|
|
144
|
+
|
|
145
|
+
### BREAKING CHANGES
|
|
146
|
+
|
|
147
|
+
* The license under which CKEditor 5 is released has been changed from a triple GPL, LGPL and MPL license to a GPL2+ only. See [ckeditor/ckeditor5#991](https://github.com/ckeditor/ckeditor5/issues/991) for more information.
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
## [1.0.0-beta.4](https://github.com/ckeditor/ckeditor5-heading/compare/v1.0.0-beta.2...v1.0.0-beta.4) (2018-04-19)
|
|
151
|
+
|
|
152
|
+
### Features
|
|
153
|
+
|
|
154
|
+
* Introduced `HeadingButtonsUI` plugin. Closes [#104](https://github.com/ckeditor/ckeditor5-heading/issues/104). ([a39bac2](https://github.com/ckeditor/ckeditor5-heading/commit/a39bac2))
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
## [1.0.0-beta.2](https://github.com/ckeditor/ckeditor5-heading/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2018-04-10)
|
|
158
|
+
|
|
159
|
+
### Other changes
|
|
160
|
+
|
|
161
|
+
* Aligned `ElementDefinition` usage to the changes in the engine. See [ckeditor/ckeditor5#742](https://github.com/ckeditor/ckeditor5/issues/742). ([96d24f4](https://github.com/ckeditor/ckeditor5-heading/commit/96d24f4))
|
|
162
|
+
* Increased the specificity of CSS rules. Introduced the `.ck` class for editor UI components (see: [ckeditor/ckeditor5#494](https://github.com/ckeditor/ckeditor5/issues/494)). ([915ec69](https://github.com/ckeditor/ckeditor5-heading/commit/915ec69))
|
|
163
|
+
|
|
164
|
+
### BREAKING CHANGES
|
|
165
|
+
|
|
166
|
+
* In the custom format of the heading feature configuration the `view.style`, `view.class` and `view.attribute` properties are now called `view.styles`, `view.classes` and `view.attributes`.
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
## [1.0.0-beta.1](https://github.com/ckeditor/ckeditor5-heading/compare/v1.0.0-alpha.2...v1.0.0-beta.1) (2018-03-15)
|
|
170
|
+
|
|
171
|
+
### Other changes
|
|
172
|
+
|
|
173
|
+
* Aligned feature class naming to the new scheme. ([511a9d8](https://github.com/ckeditor/ckeditor5-heading/commit/511a9d8))
|
|
174
|
+
* Migrated package styles to PostCSS. Moved visual styles to `@ckeditor/ckeditor5-theme-lark` (see [ckeditor/ckeditor5-ui#144](https://github.com/ckeditor/ckeditor5-ui/issues/144)). ([965179e](https://github.com/ckeditor/ckeditor5-heading/commit/965179e))
|
|
175
|
+
* Updated naming of UI components & commands. ([72ee3d6](https://github.com/ckeditor/ckeditor5-heading/commit/72ee3d6))
|
|
176
|
+
|
|
177
|
+
### BREAKING CHANGES
|
|
178
|
+
|
|
179
|
+
* Renamed the `'headings'` dropdown UI component to `'heading'`.
|
|
180
|
+
* The `'heading1'`, `'heading2'` and `'heading3'` commands are no longer available. They were replaced by the `'heading'` command that accepts heading model element name as a value.
|
|
181
|
+
* The `HeadingCommand#value` is no longer a boolean only. Now it stores a name of the heading model element when selection is inside a heading.
|
|
182
|
+
* The `HeadingCommand` constructor's second parameter is now an array of supported model elements.
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
## [1.0.0-alpha.2](https://github.com/ckeditor/ckeditor5-heading/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2017-11-14)
|
|
186
|
+
|
|
187
|
+
### Other changes
|
|
188
|
+
|
|
189
|
+
* Updated translations. ([c3ad925](https://github.com/ckeditor/ckeditor5-heading/commit/c3ad925))
|
|
190
|
+
* Aligned UI library usage to the [changes in the UI framework](https://github.com/ckeditor/ckeditor5-ui/pull/332).
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
## [1.0.0-alpha.1](https://github.com/ckeditor/ckeditor5-heading/compare/v0.10.0...v1.0.0-alpha.1) (2017-10-03)
|
|
194
|
+
|
|
195
|
+
Internal changes only (updated dependencies, documentation, etc.).
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
## [0.10.0](https://github.com/ckeditor/ckeditor5-heading/compare/v0.9.1...v0.10.0) (2017-09-03)
|
|
199
|
+
|
|
200
|
+
### Bug fixes
|
|
201
|
+
|
|
202
|
+
* It should not be possible to apply a heading to an image. Closes [#73](https://github.com/ckeditor/ckeditor5-heading/issues/73). ([02f66a0](https://github.com/ckeditor/ckeditor5-heading/commit/02f66a0))
|
|
203
|
+
|
|
204
|
+
### Other changes
|
|
205
|
+
|
|
206
|
+
* Aligned the implementation to the new Command API (see https://github.com/ckeditor/ckeditor5-core/issues/88). ([63b6c1c](https://github.com/ckeditor/ckeditor5-heading/commit/63b6c1c))
|
|
207
|
+
* Heading dropdown items should never revert the state, apply only. Closes [#83](https://github.com/ckeditor/ckeditor5-heading/issues/83). ([3f25a21](https://github.com/ckeditor/ckeditor5-heading/commit/3f25a21))
|
|
208
|
+
* Removed `HeadingCommand`'s properties which were exposed unnecessarily. Closes [#78](https://github.com/ckeditor/ckeditor5-heading/issues/78). ([c80e691](https://github.com/ckeditor/ckeditor5-heading/commit/c80e691))
|
|
209
|
+
|
|
210
|
+
### BREAKING CHANGES
|
|
211
|
+
|
|
212
|
+
* The command API has been changed.
|
|
213
|
+
* The `HeadingCommand` constructor's second parameter was changed from the `options` object to the `modelElement` alone.
|
|
214
|
+
|
|
215
|
+
### NOTE
|
|
216
|
+
|
|
217
|
+
* The `HeadingOption` interface was moved to the `heading/heading` module.
|
|
218
|
+
|
|
219
|
+
|
|
220
|
+
## [0.9.1](https://github.com/ckeditor/ckeditor5-heading/compare/v0.9.0...v0.9.1) (2017-05-07)
|
|
221
|
+
|
|
222
|
+
### Other changes
|
|
223
|
+
|
|
224
|
+
* Updated translations. ([eaff2b3](https://github.com/ckeditor/ckeditor5-heading/commit/eaff2b3))
|
|
225
|
+
|
|
226
|
+
|
|
227
|
+
## [0.9.0](https://github.com/ckeditor/ckeditor5-heading/compare/v0.8.0...v0.9.0) (2017-04-05)
|
|
228
|
+
|
|
229
|
+
### Bug fixes
|
|
230
|
+
|
|
231
|
+
* Changed the default heading dropdown title to a more meaningful one. Closes [#68](https://github.com/ckeditor/ckeditor5-heading/issues/68). Closes [#62](https://github.com/ckeditor/ckeditor5-heading/issues/62). ([1c16e96](https://github.com/ckeditor/ckeditor5-heading/commit/1c16e96)) and ([e58dadc](https://github.com/ckeditor/ckeditor5-heading/commit/e58dadc))
|
|
232
|
+
* Dropdown should be inactive when none of the commands can be applied to the current selection. Closes [#66](https://github.com/ckeditor/ckeditor5-heading/issues/66). ([0ebd5cd](https://github.com/ckeditor/ckeditor5-heading/commit/0ebd5cd))
|
|
233
|
+
|
|
234
|
+
### Features
|
|
235
|
+
|
|
236
|
+
* Active heading is marked in the dropdown list. Closes [#26](https://github.com/ckeditor/ckeditor5-heading/issues/26). ([39ba14b](https://github.com/ckeditor/ckeditor5-heading/commit/39ba14b))
|
|
237
|
+
* Enabled the tooltip for the 'headings' component in editor.ui#componentFactory. Closes [#55](https://github.com/ckeditor/ckeditor5-heading/issues/55). ([794e6df](https://github.com/ckeditor/ckeditor5-heading/commit/794e6df))
|
|
238
|
+
* Named existing plugin(s). ([7d512cd](https://github.com/ckeditor/ckeditor5-heading/commit/7d512cd))
|
|
239
|
+
* Split "heading" command into independent commands. Closes [#53](https://github.com/ckeditor/ckeditor5-heading/issues/53). Closes [#56](https://github.com/ckeditor/ckeditor5-heading/issues/56). Closes [#52](https://github.com/ckeditor/ckeditor5-heading/issues/52). ([7a8f6f0](https://github.com/ckeditor/ckeditor5-heading/commit/7a8f6f0))
|
|
240
|
+
* Styled items in the headings toolbar dropdown. Closes [#38](https://github.com/ckeditor/ckeditor5-heading/issues/38). ([0365333](https://github.com/ckeditor/ckeditor5-heading/commit/0365333))
|
|
241
|
+
|
|
242
|
+
### Other changes
|
|
243
|
+
|
|
244
|
+
* Introduced consistent height and spacing among headings dropdown items. Closes [#63](https://github.com/ckeditor/ckeditor5-heading/issues/63). ([68d93ff](https://github.com/ckeditor/ckeditor5-heading/commit/68d93ff))
|
|
245
|
+
* Updated translations. ([fc95eee](https://github.com/ckeditor/ckeditor5-heading/commit/fc95eee))
|
|
246
|
+
|
|
247
|
+
### BREAKING CHANGES
|
|
248
|
+
|
|
249
|
+
* The "heading" command is no longer available. Replaced by "heading1", "heading2", "heading3" and "paragraph".
|
|
250
|
+
* `Heading` plugin requires `Paragraph` to work properly (`ParagraphCommand` registered as "paragraph" in `editor.commands`).
|
|
251
|
+
* `config.heading.options` format has changed. The valid `HeadingOption` syntax is now `{ modelElement: 'heading1', viewElement: 'h1', title: 'Heading 1' }`.
|
|
252
|
+
|
|
253
|
+
|
|
254
|
+
## [0.8.0](https://github.com/ckeditor/ckeditor5-heading/compare/v0.7.0...v0.8.0) (2017-03-06)
|
|
255
|
+
|
|
256
|
+
### Features
|
|
257
|
+
|
|
258
|
+
* Enabled configuration and localization of available headings (see `config.heading.options`). Closes [#33](https://github.com/ckeditor/ckeditor5/issues/33). ([de07a0c](https://github.com/ckeditor/ckeditor5-heading/commit/de07a0c))
|
|
259
|
+
|
|
260
|
+
### Other changes
|
|
261
|
+
|
|
262
|
+
* Updated translations. ([50583b4](https://github.com/ckeditor/ckeditor5-heading/commit/50583b4))
|
|
263
|
+
|
|
264
|
+
|
|
265
|
+
### BREAKING CHANGES
|
|
266
|
+
|
|
267
|
+
* The `heading` command now accepts `id` option, not `formatId`.
|
package/build/translations/ar.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(n){const a=n.ar=n.ar||{};a.dictionary=Object.assign(a.dictionary||{},{"Choose heading":"اختر عنوان",Heading:"عنوان","Heading 1":"عنوان 1","Heading 2":"عنوان 2","Heading 3":"عنوان 3","Heading 4":"","Heading 5":"","Heading 6":"",Paragraph:"فقرة","Type or paste your content here.":"","Type your title":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
1
|
+
!function(n){const a=n.ar=n.ar||{};a.dictionary=Object.assign(a.dictionary||{},{"Choose heading":"اختر عنوان",Heading:"عنوان","Heading 1":"عنوان 1","Heading 2":"عنوان 2","Heading 3":"عنوان 3","Heading 4":"عنوان 4","Heading 5":"عنوان 5","Heading 6":"عنوان 6",Paragraph:"فقرة","Type or paste your content here.":"أكتب المحتوى أو ألصقه هنا.","Type your title":"أدخل العنوان"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/bg.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(n){const e=n.bg=n.bg||{};e.dictionary=Object.assign(e.dictionary||{},{"Choose heading":"Избери заглавие",Heading:"Заглавие","Heading 1":"Заглавие 1","Heading 2":"Заглавие 2","Heading 3":"Заглавие 3","Heading 4":"Заглавие 4","Heading 5":"Заглавие 5","Heading 6":"Заглавие 6",Paragraph:"Параграф","Type or paste your content here.":"","Type your title":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
1
|
+
!function(n){const e=n.bg=n.bg||{};e.dictionary=Object.assign(e.dictionary||{},{"Choose heading":"Избери заглавие",Heading:"Заглавие","Heading 1":"Заглавие 1","Heading 2":"Заглавие 2","Heading 3":"Заглавие 3","Heading 4":"Заглавие 4","Heading 5":"Заглавие 5","Heading 6":"Заглавие 6",Paragraph:"Параграф","Type or paste your content here.":"Напишете или поставете съдържанието си тук.","Type your title":"Напишете заглавието си"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(n){const e=n.bn=n.bn||{};e.dictionary=Object.assign(e.dictionary||{},{"Choose heading":"শিরোনাম নির্বাচন করুন",Heading:"শিরোনাম","Heading 1":"শিরোনাম 1","Heading 2":"শিরোনাম 2","Heading 3":"শিরোনাম 3","Heading 4":"শিরোনাম 4","Heading 5":"শিরোনাম 5","Heading 6":"শিরোনাম 6",Paragraph:"অনুচ্ছেদ","Type or paste your content here.":"আপনার বিষয়বস্তু এখানে টাইপ অথবা পেস্ট করুন।","Type your title":"আপনার শিরোনাম টাইপ করুন"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/ca.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(a){const e=a.ca=a.ca||{};e.dictionary=Object.assign(e.dictionary||{},{"Choose heading":"Escull capçalera",Heading:"Capçalera","Heading 1":"Capçalera 1","Heading 2":"Capçalera 2","Heading 3":"Capçalera 3","Heading 4":"","Heading 5":"","Heading 6":"",Paragraph:"Pàrraf","Type or paste your content here.":"","Type your title":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
1
|
+
!function(a){const e=a.ca=a.ca||{};e.dictionary=Object.assign(e.dictionary||{},{"Choose heading":"Escull capçalera",Heading:"Capçalera","Heading 1":"Capçalera 1","Heading 2":"Capçalera 2","Heading 3":"Capçalera 3","Heading 4":"Encapçalament 4","Heading 5":"Encapçalament 5","Heading 6":"Encapçalament 6",Paragraph:"Pàrraf","Type or paste your content here.":"Escriu o enganxa el teu contingut aquí.","Type your title":"Escriu el teu títol"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/fi.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(i){const
|
|
1
|
+
!function(i){const t=i.fi=i.fi||{};t.dictionary=Object.assign(t.dictionary||{},{"Choose heading":"Valitse otsikko",Heading:"Otsikkotyyli","Heading 1":"Otsikko 1","Heading 2":"Otsikko 2","Heading 3":"Otsikko 3","Heading 4":"Otsikko 4","Heading 5":"Otsikko 5","Heading 6":"Otsikko 6",Paragraph:"Kappale","Type or paste your content here.":"Kirjoita tai liitä sisältösi tänne.","Type your title":"Kirjoita otsikkosi"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/lt.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(a){const t=a.lt=a.lt||{};t.dictionary=Object.assign(t.dictionary||{},{"Choose heading":"Pasirinkite antraštę",Heading:"Antraštė","Heading 1":"Antraštė 1","Heading 2":"Antraštė 2","Heading 3":"Antraštė 3","Heading 4":"Antraštė 4","Heading 5":"Antraštė 5","Heading 6":"Antraštė 6",Paragraph:"Paragrafas","Type or paste your content here.":"","Type your title":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
1
|
+
!function(a){const t=a.lt=a.lt||{};t.dictionary=Object.assign(t.dictionary||{},{"Choose heading":"Pasirinkite antraštę",Heading:"Antraštė","Heading 1":"Antraštė 1","Heading 2":"Antraštė 2","Heading 3":"Antraštė 3","Heading 4":"Antraštė 4","Heading 5":"Antraštė 5","Heading 6":"Antraštė 6",Paragraph:"Paragrafas","Type or paste your content here.":"Rašykite ar įkopijuokite turinį čia.","Type your title":"Įveskite savo pavadinimą"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(a){const e=a.ms=a.ms||{};e.dictionary=Object.assign(e.dictionary||{},{"Choose heading":"Pilih pengepala",Heading:"Pengepala","Heading 1":"Pengepala 1","Heading 2":"Pengepala 2","Heading 3":"Pengepala 3","Heading 4":"Pengepala 4","Heading 5":"Pengepala 5","Heading 6":"Pengepala 6",Paragraph:"Perenggan","Type or paste your content here.":"Taip atau tampal kandungan anda disini.","Type your title":"Taip tajuk anda"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/pt.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(a){const e=a.pt=a.pt||{};e.dictionary=Object.assign(e.dictionary||{},{"Choose heading":"",Heading:"Cabeçalho","Heading 1":"Cabeçalho 1","Heading 2":"Cabeçalho 2","Heading 3":"Cabeçalho 3","Heading 4":"","Heading 5":"","Heading 6":"",Paragraph:"Parágrafo","Type or paste your content here.":"","Type your title":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
1
|
+
!function(a){const e=a.pt=a.pt||{};e.dictionary=Object.assign(e.dictionary||{},{"Choose heading":"Escolher cabeçalho",Heading:"Cabeçalho","Heading 1":"Cabeçalho 1","Heading 2":"Cabeçalho 2","Heading 3":"Cabeçalho 3","Heading 4":"Cabeçalho 4","Heading 5":"Cabeçalho 5","Heading 6":"Cabeçalho 6",Paragraph:"Parágrafo","Type or paste your content here.":"Digite ou cole o seu conteúdo aqui.","Type your title":"Introduza o seu título"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/sv.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(i){const r=i.sv=i.sv||{};r.dictionary=Object.assign(r.dictionary||{},{"Choose heading":"Välj rubrik",Heading:"Rubrik","Heading 1":"Rubrik 1","Heading 2":"Rubrik 2","Heading 3":"Rubrik 3","Heading 4":"Rubrik 4","Heading 5":"Rubrik 5","Heading 6":"Rubrik 6",Paragraph:"Paragraf","Type or paste your content here.":"","Type your title":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
1
|
+
!function(i){const r=i.sv=i.sv||{};r.dictionary=Object.assign(r.dictionary||{},{"Choose heading":"Välj rubrik",Heading:"Rubrik","Heading 1":"Rubrik 1","Heading 2":"Rubrik 2","Heading 3":"Rubrik 3","Heading 4":"Rubrik 4","Heading 5":"Rubrik 5","Heading 6":"Rubrik 6",Paragraph:"Paragraf","Type or paste your content here.":"Skriv eller klistra in ditt innehåll här.","Type your title":"Skriv in rubriken"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/th.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(n){const e=n.th=n.th||{};e.dictionary=Object.assign(e.dictionary||{},{"Choose heading":"เลือกขนาดหัวข้อ",Heading:"หัวข้อ","Heading 1":"หัวข้อขนาด 1","Heading 2":"","Heading 3":"","Heading 4":"","Heading 5":"","Heading 6":"",Paragraph:"ย่อหน้า","Type or paste your content here.":"","Type your title":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
1
|
+
!function(n){const e=n.th=n.th||{};e.dictionary=Object.assign(e.dictionary||{},{"Choose heading":"เลือกขนาดหัวข้อ",Heading:"หัวข้อ","Heading 1":"หัวข้อขนาด 1","Heading 2":"หัวข้อ 2","Heading 3":"หัวข้อ 3","Heading 4":"หัวข้อ 4","Heading 5":"หัวข้อ 5","Heading 6":"หัวข้อ 6",Paragraph:"ย่อหน้า","Type or paste your content here.":"พิมพ์หรือวางเนื้อหาของคุณที่นี่","Type your title":"พิมพ์ชื่อเรื่องของคุณ"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/lang/translations/ar.po
CHANGED
|
@@ -42,20 +42,20 @@ msgstr "عنوان 3"
|
|
|
42
42
|
|
|
43
43
|
msgctxt "Dropdown option label for the heading level 4 format."
|
|
44
44
|
msgid "Heading 4"
|
|
45
|
-
msgstr ""
|
|
45
|
+
msgstr "عنوان 4"
|
|
46
46
|
|
|
47
47
|
msgctxt "Dropdown option label for the heading level 5 format."
|
|
48
48
|
msgid "Heading 5"
|
|
49
|
-
msgstr ""
|
|
49
|
+
msgstr "عنوان 5"
|
|
50
50
|
|
|
51
51
|
msgctxt "Dropdown option label for the heading level 6 format."
|
|
52
52
|
msgid "Heading 6"
|
|
53
|
-
msgstr ""
|
|
53
|
+
msgstr "عنوان 6"
|
|
54
54
|
|
|
55
55
|
msgctxt "A default value of the placeholder for the content title."
|
|
56
56
|
msgid "Type your title"
|
|
57
|
-
msgstr ""
|
|
57
|
+
msgstr "أدخل العنوان"
|
|
58
58
|
|
|
59
59
|
msgctxt "A default value of the placeholder for the content body."
|
|
60
60
|
msgid "Type or paste your content here."
|
|
61
|
-
msgstr ""
|
|
61
|
+
msgstr "أكتب المحتوى أو ألصقه هنا."
|
package/lang/translations/bg.po
CHANGED
|
@@ -54,8 +54,8 @@ msgstr "Заглавие 6"
|
|
|
54
54
|
|
|
55
55
|
msgctxt "A default value of the placeholder for the content title."
|
|
56
56
|
msgid "Type your title"
|
|
57
|
-
msgstr ""
|
|
57
|
+
msgstr "Напишете заглавието си"
|
|
58
58
|
|
|
59
59
|
msgctxt "A default value of the placeholder for the content body."
|
|
60
60
|
msgid "Type or paste your content here."
|
|
61
|
-
msgstr ""
|
|
61
|
+
msgstr "Напишете или поставете съдържанието си тук."
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
|
+
#
|
|
3
|
+
# !!! IMPORTANT !!!
|
|
4
|
+
#
|
|
5
|
+
# Before you edit this file, please keep in mind that contributing to the project
|
|
6
|
+
# translations is possible ONLY via the Transifex online service.
|
|
7
|
+
#
|
|
8
|
+
# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
|
|
9
|
+
#
|
|
10
|
+
# To learn more, check out the official contributor's guide:
|
|
11
|
+
# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
|
|
12
|
+
#
|
|
13
|
+
msgid ""
|
|
14
|
+
msgstr ""
|
|
15
|
+
"Language-Team: Bengali (https://www.transifex.com/ckeditor/teams/11143/bn/)\n"
|
|
16
|
+
"Language: bn\n"
|
|
17
|
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
|
+
|
|
19
|
+
msgctxt "Dropdown option label for the paragraph format."
|
|
20
|
+
msgid "Paragraph"
|
|
21
|
+
msgstr "অনুচ্ছেদ"
|
|
22
|
+
|
|
23
|
+
msgctxt "Tooltip for the heading dropdown."
|
|
24
|
+
msgid "Heading"
|
|
25
|
+
msgstr "শিরোনাম"
|
|
26
|
+
|
|
27
|
+
msgctxt "Default label for the heading dropdown."
|
|
28
|
+
msgid "Choose heading"
|
|
29
|
+
msgstr "শিরোনাম নির্বাচন করুন"
|
|
30
|
+
|
|
31
|
+
msgctxt "Dropdown option label for the heading level 1 format."
|
|
32
|
+
msgid "Heading 1"
|
|
33
|
+
msgstr "শিরোনাম 1"
|
|
34
|
+
|
|
35
|
+
msgctxt "Dropdown option label for the heading level 2 format."
|
|
36
|
+
msgid "Heading 2"
|
|
37
|
+
msgstr "শিরোনাম 2"
|
|
38
|
+
|
|
39
|
+
msgctxt "Dropdown option label for the heading level 3 format."
|
|
40
|
+
msgid "Heading 3"
|
|
41
|
+
msgstr "শিরোনাম 3"
|
|
42
|
+
|
|
43
|
+
msgctxt "Dropdown option label for the heading level 4 format."
|
|
44
|
+
msgid "Heading 4"
|
|
45
|
+
msgstr "শিরোনাম 4"
|
|
46
|
+
|
|
47
|
+
msgctxt "Dropdown option label for the heading level 5 format."
|
|
48
|
+
msgid "Heading 5"
|
|
49
|
+
msgstr "শিরোনাম 5"
|
|
50
|
+
|
|
51
|
+
msgctxt "Dropdown option label for the heading level 6 format."
|
|
52
|
+
msgid "Heading 6"
|
|
53
|
+
msgstr "শিরোনাম 6"
|
|
54
|
+
|
|
55
|
+
msgctxt "A default value of the placeholder for the content title."
|
|
56
|
+
msgid "Type your title"
|
|
57
|
+
msgstr "আপনার শিরোনাম টাইপ করুন"
|
|
58
|
+
|
|
59
|
+
msgctxt "A default value of the placeholder for the content body."
|
|
60
|
+
msgid "Type or paste your content here."
|
|
61
|
+
msgstr "আপনার বিষয়বস্তু এখানে টাইপ অথবা পেস্ট করুন।"
|
package/lang/translations/ca.po
CHANGED
|
@@ -42,20 +42,20 @@ msgstr "Capçalera 3"
|
|
|
42
42
|
|
|
43
43
|
msgctxt "Dropdown option label for the heading level 4 format."
|
|
44
44
|
msgid "Heading 4"
|
|
45
|
-
msgstr ""
|
|
45
|
+
msgstr "Encapçalament 4"
|
|
46
46
|
|
|
47
47
|
msgctxt "Dropdown option label for the heading level 5 format."
|
|
48
48
|
msgid "Heading 5"
|
|
49
|
-
msgstr ""
|
|
49
|
+
msgstr "Encapçalament 5"
|
|
50
50
|
|
|
51
51
|
msgctxt "Dropdown option label for the heading level 6 format."
|
|
52
52
|
msgid "Heading 6"
|
|
53
|
-
msgstr ""
|
|
53
|
+
msgstr "Encapçalament 6"
|
|
54
54
|
|
|
55
55
|
msgctxt "A default value of the placeholder for the content title."
|
|
56
56
|
msgid "Type your title"
|
|
57
|
-
msgstr ""
|
|
57
|
+
msgstr "Escriu el teu títol"
|
|
58
58
|
|
|
59
59
|
msgctxt "A default value of the placeholder for the content body."
|
|
60
60
|
msgid "Type or paste your content here."
|
|
61
|
-
msgstr ""
|
|
61
|
+
msgstr "Escriu o enganxa el teu contingut aquí."
|
package/lang/translations/fi.po
CHANGED
|
@@ -54,8 +54,8 @@ msgstr "Otsikko 6"
|
|
|
54
54
|
|
|
55
55
|
msgctxt "A default value of the placeholder for the content title."
|
|
56
56
|
msgid "Type your title"
|
|
57
|
-
msgstr ""
|
|
57
|
+
msgstr "Kirjoita otsikkosi"
|
|
58
58
|
|
|
59
59
|
msgctxt "A default value of the placeholder for the content body."
|
|
60
60
|
msgid "Type or paste your content here."
|
|
61
|
-
msgstr ""
|
|
61
|
+
msgstr "Kirjoita tai liitä sisältösi tänne."
|
package/lang/translations/lt.po
CHANGED
|
@@ -54,8 +54,8 @@ msgstr "Antraštė 6"
|
|
|
54
54
|
|
|
55
55
|
msgctxt "A default value of the placeholder for the content title."
|
|
56
56
|
msgid "Type your title"
|
|
57
|
-
msgstr ""
|
|
57
|
+
msgstr "Įveskite savo pavadinimą"
|
|
58
58
|
|
|
59
59
|
msgctxt "A default value of the placeholder for the content body."
|
|
60
60
|
msgid "Type or paste your content here."
|
|
61
|
-
msgstr ""
|
|
61
|
+
msgstr "Rašykite ar įkopijuokite turinį čia."
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
|
+
#
|
|
3
|
+
# !!! IMPORTANT !!!
|
|
4
|
+
#
|
|
5
|
+
# Before you edit this file, please keep in mind that contributing to the project
|
|
6
|
+
# translations is possible ONLY via the Transifex online service.
|
|
7
|
+
#
|
|
8
|
+
# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
|
|
9
|
+
#
|
|
10
|
+
# To learn more, check out the official contributor's guide:
|
|
11
|
+
# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
|
|
12
|
+
#
|
|
13
|
+
msgid ""
|
|
14
|
+
msgstr ""
|
|
15
|
+
"Language-Team: Malay (https://www.transifex.com/ckeditor/teams/11143/ms/)\n"
|
|
16
|
+
"Language: ms\n"
|
|
17
|
+
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
18
|
+
|
|
19
|
+
msgctxt "Dropdown option label for the paragraph format."
|
|
20
|
+
msgid "Paragraph"
|
|
21
|
+
msgstr "Perenggan"
|
|
22
|
+
|
|
23
|
+
msgctxt "Tooltip for the heading dropdown."
|
|
24
|
+
msgid "Heading"
|
|
25
|
+
msgstr "Pengepala"
|
|
26
|
+
|
|
27
|
+
msgctxt "Default label for the heading dropdown."
|
|
28
|
+
msgid "Choose heading"
|
|
29
|
+
msgstr "Pilih pengepala"
|
|
30
|
+
|
|
31
|
+
msgctxt "Dropdown option label for the heading level 1 format."
|
|
32
|
+
msgid "Heading 1"
|
|
33
|
+
msgstr "Pengepala 1"
|
|
34
|
+
|
|
35
|
+
msgctxt "Dropdown option label for the heading level 2 format."
|
|
36
|
+
msgid "Heading 2"
|
|
37
|
+
msgstr "Pengepala 2"
|
|
38
|
+
|
|
39
|
+
msgctxt "Dropdown option label for the heading level 3 format."
|
|
40
|
+
msgid "Heading 3"
|
|
41
|
+
msgstr "Pengepala 3"
|
|
42
|
+
|
|
43
|
+
msgctxt "Dropdown option label for the heading level 4 format."
|
|
44
|
+
msgid "Heading 4"
|
|
45
|
+
msgstr "Pengepala 4"
|
|
46
|
+
|
|
47
|
+
msgctxt "Dropdown option label for the heading level 5 format."
|
|
48
|
+
msgid "Heading 5"
|
|
49
|
+
msgstr "Pengepala 5"
|
|
50
|
+
|
|
51
|
+
msgctxt "Dropdown option label for the heading level 6 format."
|
|
52
|
+
msgid "Heading 6"
|
|
53
|
+
msgstr "Pengepala 6"
|
|
54
|
+
|
|
55
|
+
msgctxt "A default value of the placeholder for the content title."
|
|
56
|
+
msgid "Type your title"
|
|
57
|
+
msgstr "Taip tajuk anda"
|
|
58
|
+
|
|
59
|
+
msgctxt "A default value of the placeholder for the content body."
|
|
60
|
+
msgid "Type or paste your content here."
|
|
61
|
+
msgstr "Taip atau tampal kandungan anda disini."
|
package/lang/translations/pt.po
CHANGED
|
@@ -26,7 +26,7 @@ msgstr "Cabeçalho"
|
|
|
26
26
|
|
|
27
27
|
msgctxt "Default label for the heading dropdown."
|
|
28
28
|
msgid "Choose heading"
|
|
29
|
-
msgstr ""
|
|
29
|
+
msgstr "Escolher cabeçalho"
|
|
30
30
|
|
|
31
31
|
msgctxt "Dropdown option label for the heading level 1 format."
|
|
32
32
|
msgid "Heading 1"
|
|
@@ -42,20 +42,20 @@ msgstr "Cabeçalho 3"
|
|
|
42
42
|
|
|
43
43
|
msgctxt "Dropdown option label for the heading level 4 format."
|
|
44
44
|
msgid "Heading 4"
|
|
45
|
-
msgstr ""
|
|
45
|
+
msgstr "Cabeçalho 4"
|
|
46
46
|
|
|
47
47
|
msgctxt "Dropdown option label for the heading level 5 format."
|
|
48
48
|
msgid "Heading 5"
|
|
49
|
-
msgstr ""
|
|
49
|
+
msgstr "Cabeçalho 5"
|
|
50
50
|
|
|
51
51
|
msgctxt "Dropdown option label for the heading level 6 format."
|
|
52
52
|
msgid "Heading 6"
|
|
53
|
-
msgstr ""
|
|
53
|
+
msgstr "Cabeçalho 6"
|
|
54
54
|
|
|
55
55
|
msgctxt "A default value of the placeholder for the content title."
|
|
56
56
|
msgid "Type your title"
|
|
57
|
-
msgstr ""
|
|
57
|
+
msgstr "Introduza o seu título"
|
|
58
58
|
|
|
59
59
|
msgctxt "A default value of the placeholder for the content body."
|
|
60
60
|
msgid "Type or paste your content here."
|
|
61
|
-
msgstr ""
|
|
61
|
+
msgstr "Digite ou cole o seu conteúdo aqui."
|
package/lang/translations/sv.po
CHANGED
|
@@ -54,8 +54,8 @@ msgstr "Rubrik 6"
|
|
|
54
54
|
|
|
55
55
|
msgctxt "A default value of the placeholder for the content title."
|
|
56
56
|
msgid "Type your title"
|
|
57
|
-
msgstr ""
|
|
57
|
+
msgstr "Skriv in rubriken"
|
|
58
58
|
|
|
59
59
|
msgctxt "A default value of the placeholder for the content body."
|
|
60
60
|
msgid "Type or paste your content here."
|
|
61
|
-
msgstr ""
|
|
61
|
+
msgstr "Skriv eller klistra in ditt innehåll här."
|
package/lang/translations/th.po
CHANGED
|
@@ -34,28 +34,28 @@ msgstr "หัวข้อขนาด 1"
|
|
|
34
34
|
|
|
35
35
|
msgctxt "Dropdown option label for the heading level 2 format."
|
|
36
36
|
msgid "Heading 2"
|
|
37
|
-
msgstr ""
|
|
37
|
+
msgstr "หัวข้อ 2"
|
|
38
38
|
|
|
39
39
|
msgctxt "Dropdown option label for the heading level 3 format."
|
|
40
40
|
msgid "Heading 3"
|
|
41
|
-
msgstr ""
|
|
41
|
+
msgstr "หัวข้อ 3"
|
|
42
42
|
|
|
43
43
|
msgctxt "Dropdown option label for the heading level 4 format."
|
|
44
44
|
msgid "Heading 4"
|
|
45
|
-
msgstr ""
|
|
45
|
+
msgstr "หัวข้อ 4"
|
|
46
46
|
|
|
47
47
|
msgctxt "Dropdown option label for the heading level 5 format."
|
|
48
48
|
msgid "Heading 5"
|
|
49
|
-
msgstr ""
|
|
49
|
+
msgstr "หัวข้อ 5"
|
|
50
50
|
|
|
51
51
|
msgctxt "Dropdown option label for the heading level 6 format."
|
|
52
52
|
msgid "Heading 6"
|
|
53
|
-
msgstr ""
|
|
53
|
+
msgstr "หัวข้อ 6"
|
|
54
54
|
|
|
55
55
|
msgctxt "A default value of the placeholder for the content title."
|
|
56
56
|
msgid "Type your title"
|
|
57
|
-
msgstr ""
|
|
57
|
+
msgstr "พิมพ์ชื่อเรื่องของคุณ"
|
|
58
58
|
|
|
59
59
|
msgctxt "A default value of the placeholder for the content body."
|
|
60
60
|
msgid "Type or paste your content here."
|
|
61
|
-
msgstr ""
|
|
61
|
+
msgstr "พิมพ์หรือวางเนื้อหาของคุณที่นี่"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-heading",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "35.1.0",
|
|
4
4
|
"description": "Headings feature for CKEditor 5.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ckeditor",
|
|
@@ -12,26 +12,26 @@
|
|
|
12
12
|
],
|
|
13
13
|
"main": "src/index.js",
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"ckeditor5": "^
|
|
15
|
+
"ckeditor5": "^35.1.0"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
|
-
"@ckeditor/ckeditor5-alignment": "^
|
|
19
|
-
"@ckeditor/ckeditor5-basic-styles": "^
|
|
20
|
-
"@ckeditor/ckeditor5-block-quote": "^
|
|
21
|
-
"@ckeditor/ckeditor5-core": "^
|
|
22
|
-
"@ckeditor/ckeditor5-clipboard": "^
|
|
18
|
+
"@ckeditor/ckeditor5-alignment": "^35.1.0",
|
|
19
|
+
"@ckeditor/ckeditor5-basic-styles": "^35.1.0",
|
|
20
|
+
"@ckeditor/ckeditor5-block-quote": "^35.1.0",
|
|
21
|
+
"@ckeditor/ckeditor5-core": "^35.1.0",
|
|
22
|
+
"@ckeditor/ckeditor5-clipboard": "^35.1.0",
|
|
23
23
|
"@ckeditor/ckeditor5-dev-utils": "^30.0.0",
|
|
24
|
-
"@ckeditor/ckeditor5-editor-classic": "^
|
|
25
|
-
"@ckeditor/ckeditor5-engine": "^
|
|
26
|
-
"@ckeditor/ckeditor5-enter": "^
|
|
27
|
-
"@ckeditor/ckeditor5-image": "^
|
|
28
|
-
"@ckeditor/ckeditor5-paragraph": "^
|
|
29
|
-
"@ckeditor/ckeditor5-theme-lark": "^
|
|
30
|
-
"@ckeditor/ckeditor5-typing": "^
|
|
31
|
-
"@ckeditor/ckeditor5-ui": "^
|
|
32
|
-
"@ckeditor/ckeditor5-undo": "^
|
|
33
|
-
"@ckeditor/ckeditor5-upload": "^
|
|
34
|
-
"@ckeditor/ckeditor5-utils": "^
|
|
24
|
+
"@ckeditor/ckeditor5-editor-classic": "^35.1.0",
|
|
25
|
+
"@ckeditor/ckeditor5-engine": "^35.1.0",
|
|
26
|
+
"@ckeditor/ckeditor5-enter": "^35.1.0",
|
|
27
|
+
"@ckeditor/ckeditor5-image": "^35.1.0",
|
|
28
|
+
"@ckeditor/ckeditor5-paragraph": "^35.1.0",
|
|
29
|
+
"@ckeditor/ckeditor5-theme-lark": "^35.1.0",
|
|
30
|
+
"@ckeditor/ckeditor5-typing": "^35.1.0",
|
|
31
|
+
"@ckeditor/ckeditor5-ui": "^35.1.0",
|
|
32
|
+
"@ckeditor/ckeditor5-undo": "^35.1.0",
|
|
33
|
+
"@ckeditor/ckeditor5-upload": "^35.1.0",
|
|
34
|
+
"@ckeditor/ckeditor5-utils": "^35.1.0",
|
|
35
35
|
"webpack": "^5.58.1",
|
|
36
36
|
"webpack-cli": "^4.9.0"
|
|
37
37
|
},
|
|
@@ -53,7 +53,8 @@
|
|
|
53
53
|
"src",
|
|
54
54
|
"theme",
|
|
55
55
|
"build",
|
|
56
|
-
"ckeditor5-metadata.json"
|
|
56
|
+
"ckeditor5-metadata.json",
|
|
57
|
+
"CHANGELOG.md"
|
|
57
58
|
],
|
|
58
59
|
"scripts": {
|
|
59
60
|
"dll:build": "webpack"
|