@ckeditor/ckeditor5-basic-styles 34.2.0 → 35.0.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 +247 -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/ms.js +1 -0
- package/build/translations/pt.js +1 -1
- package/build/translations/th.js +1 -0
- package/lang/translations/ar.po +2 -2
- package/lang/translations/bg.po +5 -5
- package/lang/translations/bn.po +45 -0
- package/lang/translations/ca.po +2 -2
- package/lang/translations/ms.po +45 -0
- package/lang/translations/pt.po +2 -2
- package/lang/translations/th.po +45 -0
- package/package.json +12 -11
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,247 @@
|
|
|
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-basic-styles/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-basic-styles/compare/v17.0.0...v18.0.0) (2020-03-19)
|
|
14
|
+
|
|
15
|
+
Internal changes only (updated dependencies, documentation, etc.).
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
## [17.0.0](https://github.com/ckeditor/ckeditor5-basic-styles/compare/v16.0.0...v17.0.0) (2020-02-18)
|
|
19
|
+
|
|
20
|
+
### Bug fixes
|
|
21
|
+
|
|
22
|
+
* Focus the editor before executing toolbar buttons' command. See [ckeditor/ckeditor5#353](https://github.com/ckeditor/ckeditor5/issues/353). ([6bbca98](https://github.com/ckeditor/ckeditor5-basic-styles/commit/6bbca98))
|
|
23
|
+
|
|
24
|
+
### Other changes
|
|
25
|
+
|
|
26
|
+
* Updated translations. ([4def017](https://github.com/ckeditor/ckeditor5-basic-styles/commit/4def017))
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
## [16.0.0](https://github.com/ckeditor/ckeditor5-basic-styles/compare/v15.0.0...v16.0.0) (2019-12-04)
|
|
30
|
+
|
|
31
|
+
### Other changes
|
|
32
|
+
|
|
33
|
+
* Updated translations. ([9dfd52c](https://github.com/ckeditor/ckeditor5-basic-styles/commit/9dfd52c))
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
## [15.0.0](https://github.com/ckeditor/ckeditor5-basic-styles/compare/v11.1.4...v15.0.0) (2019-10-23)
|
|
37
|
+
|
|
38
|
+
### Features
|
|
39
|
+
|
|
40
|
+
* Provided support for numeric values for the `font-weight` attribute. Closes [#94](https://github.com/ckeditor/ckeditor5-basic-styles/issues/94). Closes [ckeditor/ckeditor5-paste-from-office#74](https://github.com/ckeditor/ckeditor5-paste-from-office/issues/74). ([25a0d7c](https://github.com/ckeditor/ckeditor5-basic-styles/commit/25a0d7c))
|
|
41
|
+
|
|
42
|
+
### Other changes
|
|
43
|
+
|
|
44
|
+
* Added `pluginName` property to editing plugins. ([d91773f](https://github.com/ckeditor/ckeditor5-basic-styles/commit/d91773f))
|
|
45
|
+
* Updated translations. ([56d6060](https://github.com/ckeditor/ckeditor5-basic-styles/commit/56d6060))
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
## [11.1.4](https://github.com/ckeditor/ckeditor5-basic-styles/compare/v11.1.3...v11.1.4) (2019-08-26)
|
|
49
|
+
|
|
50
|
+
### Bug fixes
|
|
51
|
+
|
|
52
|
+
* The UI buttons should be marked as toggleable for better assistive technologies support (see [ckeditor/ckeditor5#1403](https://github.com/ckeditor/ckeditor5/issues/1403)). ([b9f5867](https://github.com/ckeditor/ckeditor5-basic-styles/commit/b9f5867))
|
|
53
|
+
|
|
54
|
+
### Other changes
|
|
55
|
+
|
|
56
|
+
* 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). ([8293319](https://github.com/ckeditor/ckeditor5-basic-styles/commit/8293319))
|
|
57
|
+
* Mark basic-styles attributes with 'copyOnEnter' property. ([0afbc20](https://github.com/ckeditor/ckeditor5-basic-styles/commit/0afbc20))
|
|
58
|
+
* Updated translations. ([52de3fe](https://github.com/ckeditor/ckeditor5-basic-styles/commit/52de3fe))
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
## [11.1.3](https://github.com/ckeditor/ckeditor5-basic-styles/compare/v11.1.2...v11.1.3) (2019-07-10)
|
|
62
|
+
|
|
63
|
+
Internal changes only (updated dependencies, documentation, etc.).
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
## [11.1.2](https://github.com/ckeditor/ckeditor5-basic-styles/compare/v11.1.1...v11.1.2) (2019-07-04)
|
|
67
|
+
|
|
68
|
+
### Other changes
|
|
69
|
+
|
|
70
|
+
* Updated translations. ([8914cfc](https://github.com/ckeditor/ckeditor5-basic-styles/commit/8914cfc)) ([fb07a45](https://github.com/ckeditor/ckeditor5-basic-styles/commit/fb07a45))
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
## [11.1.1](https://github.com/ckeditor/ckeditor5-basic-styles/compare/v11.1.0...v11.1.1) (2019-06-05)
|
|
74
|
+
|
|
75
|
+
### Other changes
|
|
76
|
+
|
|
77
|
+
* Updated translations. ([c9cdc44](https://github.com/ckeditor/ckeditor5-basic-styles/commit/c9cdc44))
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
## [11.1.0](https://github.com/ckeditor/ckeditor5-basic-styles/compare/v11.0.0...v11.1.0) (2019-04-10)
|
|
81
|
+
|
|
82
|
+
### Features
|
|
83
|
+
|
|
84
|
+
* Marked basic style attributes as a formatting using the `AttributeProperties#isFormatting` property. Closes [ckeditor/ckeditor5#1664](https://github.com/ckeditor/ckeditor5/issues/1664). ([fcfba54](https://github.com/ckeditor/ckeditor5-basic-styles/commit/fcfba54))
|
|
85
|
+
|
|
86
|
+
### Other changes
|
|
87
|
+
|
|
88
|
+
* Optimized icons. ([018dda9](https://github.com/ckeditor/ckeditor5-basic-styles/commit/018dda9))
|
|
89
|
+
* Updated translations. ([4365251](https://github.com/ckeditor/ckeditor5-basic-styles/commit/4365251))
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
## [11.0.0](https://github.com/ckeditor/ckeditor5-basic-styles/compare/v10.1.0...v11.0.0) (2019-02-28)
|
|
93
|
+
|
|
94
|
+
### Other changes
|
|
95
|
+
|
|
96
|
+
* Updated translations. ([b96cf6d](https://github.com/ckeditor/ckeditor5-basic-styles/commit/b96cf6d)) ([8223ff2](https://github.com/ckeditor/ckeditor5-basic-styles/commit/8223ff2))
|
|
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.0](https://github.com/ckeditor/ckeditor5-basic-styles/compare/v10.0.3...v10.1.0) (2018-12-05)
|
|
104
|
+
|
|
105
|
+
### Features
|
|
106
|
+
|
|
107
|
+
* Introduced the `Superscript` and the `Subscript` features. Closes [#76](https://github.com/ckeditor/ckeditor5-basic-styles/issues/76). Closes [#74](https://github.com/ckeditor/ckeditor5-basic-styles/issues/74). ([f281e99](https://github.com/ckeditor/ckeditor5-basic-styles/commit/f281e99))
|
|
108
|
+
|
|
109
|
+
Thanks to [@idleb](https://github.com/idleb)!
|
|
110
|
+
|
|
111
|
+
### Other changes
|
|
112
|
+
|
|
113
|
+
* Improved SVG icons size. See [ckeditor/ckeditor5-theme-lark#206](https://github.com/ckeditor/ckeditor5-theme-lark/issues/206). ([6314191](https://github.com/ckeditor/ckeditor5-basic-styles/commit/6314191))
|
|
114
|
+
* Updated translations. ([f9d3d07](https://github.com/ckeditor/ckeditor5-basic-styles/commit/f9d3d07)) ([67fb2e2](https://github.com/ckeditor/ckeditor5-basic-styles/commit/67fb2e2))
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
## [10.0.3](https://github.com/ckeditor/ckeditor5-basic-styles/compare/v10.0.2...v10.0.3) (2018-10-08)
|
|
118
|
+
|
|
119
|
+
### Other changes
|
|
120
|
+
|
|
121
|
+
* Updated translations. ([cf4e657](https://github.com/ckeditor/ckeditor5-basic-styles/commit/cf4e657))
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
## [10.0.2](https://github.com/ckeditor/ckeditor5-basic-styles/compare/v10.0.1...v10.0.2) (2018-07-18)
|
|
125
|
+
|
|
126
|
+
### Bug fixes
|
|
127
|
+
|
|
128
|
+
* The value of `AttributeCommand` should be taken from the first node on which this style is allowed. Closes [#56](https://github.com/ckeditor/ckeditor5-basic-styles/issues/56). ([64a0dbc](https://github.com/ckeditor/ckeditor5-basic-styles/commit/64a0dbc))
|
|
129
|
+
|
|
130
|
+
### Other changes
|
|
131
|
+
|
|
132
|
+
* Updated translations. ([df8bcc4](https://github.com/ckeditor/ckeditor5-basic-styles/commit/df8bcc4))
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
## [10.0.1](https://github.com/ckeditor/ckeditor5-basic-styles/compare/v10.0.0...v10.0.1) (2018-06-21)
|
|
136
|
+
|
|
137
|
+
### Other changes
|
|
138
|
+
|
|
139
|
+
* Updated translations.
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
## [10.0.0](https://github.com/ckeditor/ckeditor5-basic-styles/compare/v1.0.0-beta.4...v10.0.0) (2018-04-25)
|
|
143
|
+
|
|
144
|
+
### Other changes
|
|
145
|
+
|
|
146
|
+
* Changed the license to GPL2+ only. See [ckeditor/ckeditor5#991](https://github.com/ckeditor/ckeditor5/issues/991). ([94da24e](https://github.com/ckeditor/ckeditor5-basic-styles/commit/94da24e))
|
|
147
|
+
* Updated translations. ([dbebfe0](https://github.com/ckeditor/ckeditor5-basic-styles/commit/dbebfe0))
|
|
148
|
+
|
|
149
|
+
### BREAKING CHANGES
|
|
150
|
+
|
|
151
|
+
* 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.
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
## [1.0.0-beta.4](https://github.com/ckeditor/ckeditor5-basic-styles/compare/v1.0.0-beta.2...v1.0.0-beta.4) (2018-04-19)
|
|
155
|
+
|
|
156
|
+
### Other changes
|
|
157
|
+
|
|
158
|
+
* Improved the "strikethrough" icon. Closes [ckeditor/ckeditor5#910](https://github.com/ckeditor/ckeditor5/issues/910). ([d559d8f](https://github.com/ckeditor/ckeditor5-basic-styles/commit/d559d8f))
|
|
159
|
+
* Updated translations. ([b4c8419](https://github.com/ckeditor/ckeditor5-basic-styles/commit/b4c8419))
|
|
160
|
+
|
|
161
|
+
|
|
162
|
+
## [1.0.0-beta.2](https://github.com/ckeditor/ckeditor5-basic-styles/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2018-04-10)
|
|
163
|
+
|
|
164
|
+
Internal changes only (updated dependencies, documentation, etc.).
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
## [1.0.0-beta.1](https://github.com/ckeditor/ckeditor5-basic-styles/compare/v1.0.0-alpha.2...v1.0.0-beta.1) (2018-03-15)
|
|
168
|
+
|
|
169
|
+
### Features
|
|
170
|
+
|
|
171
|
+
* Added the strikethrough feature. ([78719c9](https://github.com/ckeditor/ckeditor5-basic-styles/commit/78719c9))
|
|
172
|
+
|
|
173
|
+
Thanks to [@Natim](https://github.com/Natim)!
|
|
174
|
+
* Updated icons for compatibility with the refreshed Lark theme (see [ckeditor/ckeditor5#645](https://github.com/ckeditor/ckeditor5/issues/645)). ([170fec2](https://github.com/ckeditor/ckeditor5-basic-styles/commit/170fec2))
|
|
175
|
+
|
|
176
|
+
### Other changes
|
|
177
|
+
|
|
178
|
+
* Aligned feature class naming to the new scheme. ([51a4b61](https://github.com/ckeditor/ckeditor5-basic-styles/commit/51a4b61))
|
|
179
|
+
* Migrated package styles to PostCSS. Moved the visual styles to `@ckeditor/ckeditor5-theme-lark` (see [ckeditor/ckeditor5-ui#144](https://github.com/ckeditor/ckeditor5-ui/issues/144)). ([a5d5d9e](https://github.com/ckeditor/ckeditor5-basic-styles/commit/a5d5d9e))
|
|
180
|
+
* Updated translations. ([1ff4312](https://github.com/ckeditor/ckeditor5-basic-styles/commit/1ff4312))
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
## [1.0.0-alpha.2](https://github.com/ckeditor/ckeditor5-basic-styles/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2017-11-14)
|
|
184
|
+
|
|
185
|
+
### Other changes
|
|
186
|
+
|
|
187
|
+
* Updated translations. ([398054d](https://github.com/ckeditor/ckeditor5-basic-styles/commit/398054d))
|
|
188
|
+
|
|
189
|
+
|
|
190
|
+
## [1.0.0-alpha.1](https://github.com/ckeditor/ckeditor5-basic-styles/compare/v0.9.0...v1.0.0-alpha.1) (2017-10-03)
|
|
191
|
+
|
|
192
|
+
### Features
|
|
193
|
+
|
|
194
|
+
* Introduced the `Code` plugin. Closes [#52](https://github.com/ckeditor/ckeditor5-basic-styles/issues/52). ([d720cb9](https://github.com/ckeditor/ckeditor5-basic-styles/commit/d720cb9))
|
|
195
|
+
|
|
196
|
+
|
|
197
|
+
## [0.9.0](https://github.com/ckeditor/ckeditor5-basic-styles/compare/v0.8.1...v0.9.0) (2017-09-03)
|
|
198
|
+
|
|
199
|
+
### Bug fixes
|
|
200
|
+
|
|
201
|
+
* It should be possible to paste basic styles. See https://github.com/ckeditor/ckeditor5/issues/477. ([d2db7fe](https://github.com/ckeditor/ckeditor5-basic-styles/commit/d2db7fe))
|
|
202
|
+
|
|
203
|
+
### Features
|
|
204
|
+
|
|
205
|
+
* Introduced `AttributeCommand`. It was moved from `@ckeditor/ckeditor5-core/src/command/toggleattributecommand`. Closes [#47](https://github.com/ckeditor/ckeditor5-basic-styles/issues/47). ([0301d4a](https://github.com/ckeditor/ckeditor5-basic-styles/commit/0301d4a))
|
|
206
|
+
* Introduced the `Underline` plugin. Closes [#51](https://github.com/ckeditor/ckeditor5-basic-styles/issues/51). ([f724ae0](https://github.com/ckeditor/ckeditor5-basic-styles/commit/f724ae0))
|
|
207
|
+
|
|
208
|
+
### Other changes
|
|
209
|
+
|
|
210
|
+
* Aligned the implementation to the new Command API (see https://github.com/ckeditor/ckeditor5-core/issues/88). ([36a976e](https://github.com/ckeditor/ckeditor5-basic-styles/commit/36a976e))
|
|
211
|
+
* Cleaned up SVG icons. ([da10131](https://github.com/ckeditor/ckeditor5-basic-styles/commit/da10131))
|
|
212
|
+
* Italic feature will use `<i>` instead of `<em>`. Closes [#28](https://github.com/ckeditor/ckeditor5-basic-styles/issues/28). ([9d1d5e2](https://github.com/ckeditor/ckeditor5-basic-styles/commit/9d1d5e2))
|
|
213
|
+
|
|
214
|
+
Read more in [Editor Recommendations](http://ckeditor.github.io/editor-recommendations/features/italic.html).
|
|
215
|
+
|
|
216
|
+
### BREAKING CHANGES
|
|
217
|
+
|
|
218
|
+
* The command API has been changed.
|
|
219
|
+
|
|
220
|
+
|
|
221
|
+
## [0.8.1](https://github.com/ckeditor/ckeditor5-basic-styles/compare/v0.8.0...v0.8.1) (2017-05-07)
|
|
222
|
+
|
|
223
|
+
### Bug fixes
|
|
224
|
+
|
|
225
|
+
* Bold and italic should not be allowed directly in the root element. Closes [#40](https://github.com/ckeditor/ckeditor5-basic-styles/issues/40). ([4a737bf](https://github.com/ckeditor/ckeditor5-basic-styles/commit/4a737bf))
|
|
226
|
+
|
|
227
|
+
### Other changes
|
|
228
|
+
|
|
229
|
+
* Updated translations. ([5250bec](https://github.com/ckeditor/ckeditor5-basic-styles/commit/5250bec))
|
|
230
|
+
|
|
231
|
+
|
|
232
|
+
## [0.8.0](https://github.com/ckeditor/ckeditor5-basic-styles/compare/v0.7.1...v0.8.0) (2017-04-05)
|
|
233
|
+
|
|
234
|
+
### Features
|
|
235
|
+
|
|
236
|
+
* Named existing plugin(s). ([5f649be](https://github.com/ckeditor/ckeditor5-basic-styles/commit/5f649be))
|
|
237
|
+
|
|
238
|
+
### Other changes
|
|
239
|
+
|
|
240
|
+
* Updated translations. ([2aa33fd](https://github.com/ckeditor/ckeditor5-basic-styles/commit/2aa33fd))
|
|
241
|
+
|
|
242
|
+
|
|
243
|
+
## [0.7.1](https://github.com/ckeditor/ckeditor5-basic-styles/compare/v0.7.0...v0.7.1) (2017-03-06)
|
|
244
|
+
|
|
245
|
+
### Other changes
|
|
246
|
+
|
|
247
|
+
* Updated translations. ([4fd6e19](https://github.com/ckeditor/ckeditor5-basic-styles/commit/4fd6e19))
|
package/build/translations/ar.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(i){const n=i.ar=i.ar||{};n.dictionary=Object.assign(n.dictionary||{},{Bold:"عريض",Code:"شفرة برمجية",Italic:"مائل",Strikethrough:"يتوسطه خط",Subscript:"",Superscript:"",Underline:"تحته خط"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
1
|
+
!function(i){const n=i.ar=i.ar||{};n.dictionary=Object.assign(n.dictionary||{},{Bold:"عريض",Code:"شفرة برمجية",Italic:"مائل",Strikethrough:"يتوسطه خط",Subscript:"حرف منخفض",Superscript:"حرف مرتفع",Underline:"تحته خط"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/bg.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(i){const n=i.bg=i.bg||{};n.dictionary=Object.assign(n.dictionary||{},{Bold:"Удебелен",Code:"",Italic:"Курсив",Strikethrough:"",Subscript:"",Superscript:"",Underline:""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
1
|
+
!function(i){const n=i.bg=i.bg||{};n.dictionary=Object.assign(n.dictionary||{},{Bold:"Удебелен",Code:"Код",Italic:"Курсив",Strikethrough:"Зачертаване",Subscript:"Долен индекс",Superscript:"Горен индекс",Underline:"Подчертаване"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(i){const n=i.bn=i.bn||{};n.dictionary=Object.assign(n.dictionary||{},{Bold:"বোল্ড",Code:"কোড",Italic:"ইটালিক",Strikethrough:"স্ট্রাইকথ্রু",Subscript:"সাবস্ক্রিপ্ট",Superscript:"সুপারস্ক্রিপ্ট",Underline:"আন্ডারলাইন"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/ca.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(i){const
|
|
1
|
+
!function(i){const r=i.ca=i.ca||{};r.dictionary=Object.assign(r.dictionary||{},{Bold:"Negreta",Code:"Codi",Italic:"Cursiva",Strikethrough:"Marcat",Subscript:"Subíndex",Superscript:"Superíndex",Underline:"Subrallat"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(i){const r=i.ms=i.ms||{};r.dictionary=Object.assign(r.dictionary||{},{Bold:"Tebal",Code:"Kod",Italic:"Italik",Strikethrough:"Garis lorek",Subscript:"Subskrip",Superscript:"Superskrip",Underline:"Garis bawah"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/pt.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(i){const o=i.pt=i.pt||{};o.dictionary=Object.assign(o.dictionary||{},{Bold:"Negrito",Code:"Código",Italic:"Itálico",Strikethrough:"Riscado",Subscript:"",Superscript:"",Underline:"Sublinhado"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
1
|
+
!function(i){const o=i.pt=i.pt||{};o.dictionary=Object.assign(o.dictionary||{},{Bold:"Negrito",Code:"Código",Italic:"Itálico",Strikethrough:"Riscado",Subscript:"Subscrito",Superscript:"Sobrescrito",Underline:"Sublinhado"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(i){const t=i.th=i.th||{};t.dictionary=Object.assign(t.dictionary||{},{Bold:"ตัวหนา",Code:"โค้ด",Italic:"ตัวเอียง",Strikethrough:"ขีดทับ",Subscript:"ตัวห้อย",Superscript:"ตัวยก",Underline:"ขีดเส้นใต้"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/lang/translations/ar.po
CHANGED
|
@@ -38,8 +38,8 @@ msgstr "يتوسطه خط"
|
|
|
38
38
|
|
|
39
39
|
msgctxt "Toolbar button tooltip for the Subscript feature."
|
|
40
40
|
msgid "Subscript"
|
|
41
|
-
msgstr ""
|
|
41
|
+
msgstr "حرف منخفض"
|
|
42
42
|
|
|
43
43
|
msgctxt "Toolbar button tooltip for the Superscript feature."
|
|
44
44
|
msgid "Superscript"
|
|
45
|
-
msgstr ""
|
|
45
|
+
msgstr "حرف مرتفع"
|
package/lang/translations/bg.po
CHANGED
|
@@ -26,20 +26,20 @@ msgstr "Курсив"
|
|
|
26
26
|
|
|
27
27
|
msgctxt "Toolbar button tooltip for the Underline feature."
|
|
28
28
|
msgid "Underline"
|
|
29
|
-
msgstr ""
|
|
29
|
+
msgstr "Подчертаване"
|
|
30
30
|
|
|
31
31
|
msgctxt "Toolbar button tooltip for the Code feature."
|
|
32
32
|
msgid "Code"
|
|
33
|
-
msgstr ""
|
|
33
|
+
msgstr "Код"
|
|
34
34
|
|
|
35
35
|
msgctxt "Toolbar button tooltip for the Strikethrough feature."
|
|
36
36
|
msgid "Strikethrough"
|
|
37
|
-
msgstr ""
|
|
37
|
+
msgstr "Зачертаване"
|
|
38
38
|
|
|
39
39
|
msgctxt "Toolbar button tooltip for the Subscript feature."
|
|
40
40
|
msgid "Subscript"
|
|
41
|
-
msgstr ""
|
|
41
|
+
msgstr "Долен индекс"
|
|
42
42
|
|
|
43
43
|
msgctxt "Toolbar button tooltip for the Superscript feature."
|
|
44
44
|
msgid "Superscript"
|
|
45
|
-
msgstr ""
|
|
45
|
+
msgstr "Горен индекс"
|
|
@@ -0,0 +1,45 @@
|
|
|
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 "Toolbar button tooltip for the Bold feature."
|
|
20
|
+
msgid "Bold"
|
|
21
|
+
msgstr "বোল্ড"
|
|
22
|
+
|
|
23
|
+
msgctxt "Toolbar button tooltip for the Italic feature."
|
|
24
|
+
msgid "Italic"
|
|
25
|
+
msgstr "ইটালিক"
|
|
26
|
+
|
|
27
|
+
msgctxt "Toolbar button tooltip for the Underline feature."
|
|
28
|
+
msgid "Underline"
|
|
29
|
+
msgstr "আন্ডারলাইন"
|
|
30
|
+
|
|
31
|
+
msgctxt "Toolbar button tooltip for the Code feature."
|
|
32
|
+
msgid "Code"
|
|
33
|
+
msgstr "কোড"
|
|
34
|
+
|
|
35
|
+
msgctxt "Toolbar button tooltip for the Strikethrough feature."
|
|
36
|
+
msgid "Strikethrough"
|
|
37
|
+
msgstr "স্ট্রাইকথ্রু"
|
|
38
|
+
|
|
39
|
+
msgctxt "Toolbar button tooltip for the Subscript feature."
|
|
40
|
+
msgid "Subscript"
|
|
41
|
+
msgstr "সাবস্ক্রিপ্ট"
|
|
42
|
+
|
|
43
|
+
msgctxt "Toolbar button tooltip for the Superscript feature."
|
|
44
|
+
msgid "Superscript"
|
|
45
|
+
msgstr "সুপারস্ক্রিপ্ট"
|
package/lang/translations/ca.po
CHANGED
|
@@ -38,8 +38,8 @@ msgstr "Marcat"
|
|
|
38
38
|
|
|
39
39
|
msgctxt "Toolbar button tooltip for the Subscript feature."
|
|
40
40
|
msgid "Subscript"
|
|
41
|
-
msgstr ""
|
|
41
|
+
msgstr "Subíndex"
|
|
42
42
|
|
|
43
43
|
msgctxt "Toolbar button tooltip for the Superscript feature."
|
|
44
44
|
msgid "Superscript"
|
|
45
|
-
msgstr ""
|
|
45
|
+
msgstr "Superíndex"
|
|
@@ -0,0 +1,45 @@
|
|
|
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 "Toolbar button tooltip for the Bold feature."
|
|
20
|
+
msgid "Bold"
|
|
21
|
+
msgstr "Tebal"
|
|
22
|
+
|
|
23
|
+
msgctxt "Toolbar button tooltip for the Italic feature."
|
|
24
|
+
msgid "Italic"
|
|
25
|
+
msgstr "Italik"
|
|
26
|
+
|
|
27
|
+
msgctxt "Toolbar button tooltip for the Underline feature."
|
|
28
|
+
msgid "Underline"
|
|
29
|
+
msgstr "Garis bawah"
|
|
30
|
+
|
|
31
|
+
msgctxt "Toolbar button tooltip for the Code feature."
|
|
32
|
+
msgid "Code"
|
|
33
|
+
msgstr "Kod"
|
|
34
|
+
|
|
35
|
+
msgctxt "Toolbar button tooltip for the Strikethrough feature."
|
|
36
|
+
msgid "Strikethrough"
|
|
37
|
+
msgstr "Garis lorek"
|
|
38
|
+
|
|
39
|
+
msgctxt "Toolbar button tooltip for the Subscript feature."
|
|
40
|
+
msgid "Subscript"
|
|
41
|
+
msgstr "Subskrip"
|
|
42
|
+
|
|
43
|
+
msgctxt "Toolbar button tooltip for the Superscript feature."
|
|
44
|
+
msgid "Superscript"
|
|
45
|
+
msgstr "Superskrip"
|
package/lang/translations/pt.po
CHANGED
|
@@ -38,8 +38,8 @@ msgstr "Riscado"
|
|
|
38
38
|
|
|
39
39
|
msgctxt "Toolbar button tooltip for the Subscript feature."
|
|
40
40
|
msgid "Subscript"
|
|
41
|
-
msgstr ""
|
|
41
|
+
msgstr "Subscrito"
|
|
42
42
|
|
|
43
43
|
msgctxt "Toolbar button tooltip for the Superscript feature."
|
|
44
44
|
msgid "Superscript"
|
|
45
|
-
msgstr ""
|
|
45
|
+
msgstr "Sobrescrito"
|
|
@@ -0,0 +1,45 @@
|
|
|
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: Thai (https://www.transifex.com/ckeditor/teams/11143/th/)\n"
|
|
16
|
+
"Language: th\n"
|
|
17
|
+
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
18
|
+
|
|
19
|
+
msgctxt "Toolbar button tooltip for the Bold feature."
|
|
20
|
+
msgid "Bold"
|
|
21
|
+
msgstr "ตัวหนา"
|
|
22
|
+
|
|
23
|
+
msgctxt "Toolbar button tooltip for the Italic feature."
|
|
24
|
+
msgid "Italic"
|
|
25
|
+
msgstr "ตัวเอียง"
|
|
26
|
+
|
|
27
|
+
msgctxt "Toolbar button tooltip for the Underline feature."
|
|
28
|
+
msgid "Underline"
|
|
29
|
+
msgstr "ขีดเส้นใต้"
|
|
30
|
+
|
|
31
|
+
msgctxt "Toolbar button tooltip for the Code feature."
|
|
32
|
+
msgid "Code"
|
|
33
|
+
msgstr "โค้ด"
|
|
34
|
+
|
|
35
|
+
msgctxt "Toolbar button tooltip for the Strikethrough feature."
|
|
36
|
+
msgid "Strikethrough"
|
|
37
|
+
msgstr "ขีดทับ"
|
|
38
|
+
|
|
39
|
+
msgctxt "Toolbar button tooltip for the Subscript feature."
|
|
40
|
+
msgid "Subscript"
|
|
41
|
+
msgstr "ตัวห้อย"
|
|
42
|
+
|
|
43
|
+
msgctxt "Toolbar button tooltip for the Superscript feature."
|
|
44
|
+
msgid "Superscript"
|
|
45
|
+
msgstr "ตัวยก"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-basic-styles",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "35.0.0",
|
|
4
4
|
"description": "Basic styles feature for CKEditor 5.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ckeditor",
|
|
@@ -12,18 +12,18 @@
|
|
|
12
12
|
],
|
|
13
13
|
"main": "src/index.js",
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"ckeditor5": "^
|
|
15
|
+
"ckeditor5": "^35.0.0"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
|
-
"@ckeditor/ckeditor5-core": "^
|
|
18
|
+
"@ckeditor/ckeditor5-core": "^35.0.0",
|
|
19
19
|
"@ckeditor/ckeditor5-dev-utils": "^30.0.0",
|
|
20
|
-
"@ckeditor/ckeditor5-editor-classic": "^
|
|
21
|
-
"@ckeditor/ckeditor5-engine": "^
|
|
22
|
-
"@ckeditor/ckeditor5-essentials": "^
|
|
23
|
-
"@ckeditor/ckeditor5-paragraph": "^
|
|
24
|
-
"@ckeditor/ckeditor5-theme-lark": "^
|
|
25
|
-
"@ckeditor/ckeditor5-ui": "^
|
|
26
|
-
"@ckeditor/ckeditor5-utils": "^
|
|
20
|
+
"@ckeditor/ckeditor5-editor-classic": "^35.0.0",
|
|
21
|
+
"@ckeditor/ckeditor5-engine": "^35.0.0",
|
|
22
|
+
"@ckeditor/ckeditor5-essentials": "^35.0.0",
|
|
23
|
+
"@ckeditor/ckeditor5-paragraph": "^35.0.0",
|
|
24
|
+
"@ckeditor/ckeditor5-theme-lark": "^35.0.0",
|
|
25
|
+
"@ckeditor/ckeditor5-ui": "^35.0.0",
|
|
26
|
+
"@ckeditor/ckeditor5-utils": "^35.0.0",
|
|
27
27
|
"webpack": "^5.58.1",
|
|
28
28
|
"webpack-cli": "^4.9.0"
|
|
29
29
|
},
|
|
@@ -45,7 +45,8 @@
|
|
|
45
45
|
"src",
|
|
46
46
|
"theme",
|
|
47
47
|
"build",
|
|
48
|
-
"ckeditor5-metadata.json"
|
|
48
|
+
"ckeditor5-metadata.json",
|
|
49
|
+
"CHANGELOG.md"
|
|
49
50
|
],
|
|
50
51
|
"scripts": {
|
|
51
52
|
"dll:build": "webpack"
|