@ckeditor/ckeditor5-core 39.0.1 → 40.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 +1 -1
- package/LICENSE.md +1 -1
- package/README.md +4 -4
- package/lang/contexts.json +1 -0
- package/lang/translations/af.po +5 -0
- package/lang/translations/ar.po +5 -0
- package/lang/translations/ast.po +5 -0
- package/lang/translations/az.po +5 -0
- package/lang/translations/bg.po +5 -0
- package/lang/translations/bn.po +5 -0
- package/lang/translations/bs.po +5 -0
- package/lang/translations/ca.po +5 -0
- package/lang/translations/cs.po +5 -0
- package/lang/translations/da.po +5 -0
- package/lang/translations/de-ch.po +5 -0
- package/lang/translations/de.po +5 -0
- package/lang/translations/el.po +5 -0
- package/lang/translations/en-au.po +5 -0
- package/lang/translations/en-gb.po +5 -0
- package/lang/translations/en.po +5 -0
- package/lang/translations/eo.po +5 -0
- package/lang/translations/es-co.po +5 -0
- package/lang/translations/es.po +5 -0
- package/lang/translations/et.po +5 -0
- package/lang/translations/eu.po +5 -0
- package/lang/translations/fa.po +7 -2
- package/lang/translations/fi.po +5 -0
- package/lang/translations/fr.po +5 -0
- package/lang/translations/gl.po +6 -1
- package/lang/translations/gu.po +5 -0
- package/lang/translations/he.po +5 -0
- package/lang/translations/hi.po +5 -0
- package/lang/translations/hr.po +5 -0
- package/lang/translations/hu.po +5 -0
- package/lang/translations/hy.po +54 -0
- package/lang/translations/id.po +5 -0
- package/lang/translations/it.po +5 -0
- package/lang/translations/ja.po +5 -0
- package/lang/translations/jv.po +5 -0
- package/lang/translations/km.po +5 -0
- package/lang/translations/kn.po +5 -0
- package/lang/translations/ko.po +5 -0
- package/lang/translations/ku.po +5 -0
- package/lang/translations/lt.po +5 -0
- package/lang/translations/lv.po +5 -0
- package/lang/translations/ms.po +5 -0
- package/lang/translations/nb.po +5 -0
- package/lang/translations/ne.po +5 -0
- package/lang/translations/nl.po +5 -0
- package/lang/translations/no.po +5 -0
- package/lang/translations/oc.po +5 -0
- package/lang/translations/pl.po +5 -0
- package/lang/translations/pt-br.po +5 -0
- package/lang/translations/pt.po +5 -0
- package/lang/translations/ro.po +5 -0
- package/lang/translations/ru.po +5 -0
- package/lang/translations/si.po +5 -0
- package/lang/translations/sk.po +5 -0
- package/lang/translations/sl.po +5 -0
- package/lang/translations/sq.po +5 -0
- package/lang/translations/sr-latn.po +5 -0
- package/lang/translations/sr.po +5 -0
- package/lang/translations/sv.po +5 -0
- package/lang/translations/th.po +5 -0
- package/lang/translations/tk.po +5 -0
- package/lang/translations/tr.po +5 -0
- package/lang/translations/tt.po +5 -0
- package/lang/translations/ug.po +5 -0
- package/lang/translations/uk.po +5 -0
- package/lang/translations/ur.po +5 -0
- package/lang/translations/uz.po +5 -0
- package/lang/translations/vi.po +5 -0
- package/lang/translations/zh-cn.po +5 -0
- package/lang/translations/zh.po +5 -0
- package/package.json +3 -7
- package/src/augmentation.d.ts +10 -10
- package/src/augmentation.js +5 -5
- package/src/command.d.ts +189 -189
- package/src/command.js +185 -185
- package/src/commandcollection.d.ts +83 -83
- package/src/commandcollection.js +83 -83
- package/src/context.d.ts +237 -237
- package/src/context.js +225 -225
- package/src/contextplugin.d.ts +61 -61
- package/src/contextplugin.js +43 -43
- package/src/editingkeystrokehandler.d.ts +56 -56
- package/src/editingkeystrokehandler.js +57 -57
- package/src/editor/editor.d.ts +417 -417
- package/src/editor/editor.js +316 -316
- package/src/editor/editorconfig.d.ts +660 -660
- package/src/editor/editorconfig.js +5 -5
- package/src/editor/utils/attachtoform.d.ts +15 -15
- package/src/editor/utils/attachtoform.js +57 -57
- package/src/editor/utils/dataapimixin.d.ts +75 -75
- package/src/editor/utils/dataapimixin.js +24 -24
- package/src/editor/utils/elementapimixin.d.ts +31 -31
- package/src/editor/utils/elementapimixin.js +42 -42
- package/src/editor/utils/securesourceelement.d.ts +17 -17
- package/src/editor/utils/securesourceelement.js +35 -35
- package/src/index.d.ts +62 -59
- package/src/index.js +95 -89
- package/src/multicommand.d.ts +66 -66
- package/src/multicommand.js +82 -82
- package/src/pendingactions.d.ts +117 -117
- package/src/pendingactions.js +116 -116
- package/src/plugin.d.ts +274 -274
- package/src/plugin.js +106 -106
- package/src/plugincollection.d.ts +117 -117
- package/src/plugincollection.js +473 -473
- package/theme/icons/drag-indicator.svg +1 -0
- package/theme/icons/history.svg +1 -0
- package/theme/icons/loupe.svg +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -189,7 +189,7 @@ Internal changes only (updated dependencies, documentation, etc.).
|
|
|
189
189
|
|
|
190
190
|
### BREAKING CHANGES
|
|
191
191
|
|
|
192
|
-
* The license under which CKEditor
|
|
192
|
+
* 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.
|
|
193
193
|
|
|
194
194
|
|
|
195
195
|
## [1.0.0-beta.4](https://github.com/ckeditor/ckeditor5-core/compare/v1.0.0-beta.2...v1.0.0-beta.4) (2018-04-19)
|
package/LICENSE.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Software License Agreement
|
|
2
2
|
==========================
|
|
3
3
|
|
|
4
|
-
**CKEditor
|
|
4
|
+
**CKEditor 5 core editor architecture** – https://github.com/ckeditor/ckeditor5-core <br>
|
|
5
5
|
Copyright (c) 2003-2023, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
|
|
6
6
|
|
|
7
7
|
Licensed under the terms of [GNU General Public License Version 2 or later](http://www.gnu.org/licenses/gpl.html).
|
package/README.md
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
CKEditor
|
|
1
|
+
CKEditor 5 core editor architecture
|
|
2
2
|
========================================
|
|
3
3
|
|
|
4
4
|
[](https://www.npmjs.com/package/@ckeditor/ckeditor5-core)
|
|
5
5
|
[](https://coveralls.io/github/ckeditor/ckeditor5?branch=master)
|
|
6
6
|
[](https://app.travis-ci.com/github/ckeditor/ckeditor5)
|
|
7
7
|
|
|
8
|
-
This package implements CKEditor
|
|
8
|
+
This package implements CKEditor 5's core editor architecture — a set of classes and interfaces which glue everything together.
|
|
9
9
|
|
|
10
10
|
## Documentation
|
|
11
11
|
|
|
12
|
-
For general introduction see the [Overview of CKEditor
|
|
12
|
+
For general introduction see the [Overview of CKEditor 5 framework](https://ckeditor.com/docs/ckeditor5/latest/framework/index.html) guide and then the [core editor architecture guide](https://ckeditor.com/docs/ckeditor5/latest/framework/architecture/core-editor-architecture.html).
|
|
13
13
|
|
|
14
|
-
Additionally, see the [`@ckeditor/ckeditor5-core` package](https://ckeditor.com/docs/ckeditor5/latest/api/core.html) page in [CKEditor
|
|
14
|
+
Additionally, see the [`@ckeditor/ckeditor5-core` package](https://ckeditor.com/docs/ckeditor5/latest/api/core.html) page in [CKEditor 5 documentation](https://ckeditor.com/docs/ckeditor5/latest/) for even more information.
|
|
15
15
|
|
|
16
16
|
## License
|
|
17
17
|
|
package/lang/contexts.json
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"Cancel": "Label for the Cancel button.",
|
|
3
|
+
"Clear": "Label for the Clear button.",
|
|
3
4
|
"Remove color": "The label used by a button next to the color palette in the color picker that removes the color (resets it to an empty value, example usages in font color or table properties).",
|
|
4
5
|
"Restore default": "The label used by a button next to the color palette in the color picker that restores the default value if the default table properties are specified.",
|
|
5
6
|
"Save": "Label for the Save button.",
|
package/lang/translations/af.po
CHANGED
|
@@ -15,11 +15,16 @@ msgstr ""
|
|
|
15
15
|
"Language-Team: Afrikaans (https://app.transifex.com/ckeditor/teams/11143/af/)\n"
|
|
16
16
|
"Language: af\n"
|
|
17
17
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
18
19
|
|
|
19
20
|
msgctxt "Label for the Cancel button."
|
|
20
21
|
msgid "Cancel"
|
|
21
22
|
msgstr "Kanselleer"
|
|
22
23
|
|
|
24
|
+
msgctxt "Label for the Clear button."
|
|
25
|
+
msgid "Clear"
|
|
26
|
+
msgstr ""
|
|
27
|
+
|
|
23
28
|
msgctxt "The label used by a button next to the color palette in the color picker that removes the color (resets it to an empty value, example usages in font color or table properties)."
|
|
24
29
|
msgid "Remove color"
|
|
25
30
|
msgstr "Verwyder kleur"
|
package/lang/translations/ar.po
CHANGED
|
@@ -15,11 +15,16 @@ msgstr ""
|
|
|
15
15
|
"Language-Team: Arabic (https://app.transifex.com/ckeditor/teams/11143/ar/)\n"
|
|
16
16
|
"Language: ar\n"
|
|
17
17
|
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
|
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
18
19
|
|
|
19
20
|
msgctxt "Label for the Cancel button."
|
|
20
21
|
msgid "Cancel"
|
|
21
22
|
msgstr "إلغاء"
|
|
22
23
|
|
|
24
|
+
msgctxt "Label for the Clear button."
|
|
25
|
+
msgid "Clear"
|
|
26
|
+
msgstr "مسح"
|
|
27
|
+
|
|
23
28
|
msgctxt "The label used by a button next to the color palette in the color picker that removes the color (resets it to an empty value, example usages in font color or table properties)."
|
|
24
29
|
msgid "Remove color"
|
|
25
30
|
msgstr "إزالة اللون"
|
package/lang/translations/ast.po
CHANGED
|
@@ -15,11 +15,16 @@ msgstr ""
|
|
|
15
15
|
"Language-Team: Asturian (https://app.transifex.com/ckeditor/teams/11143/ast/)\n"
|
|
16
16
|
"Language: ast\n"
|
|
17
17
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
18
19
|
|
|
19
20
|
msgctxt "Label for the Cancel button."
|
|
20
21
|
msgid "Cancel"
|
|
21
22
|
msgstr "Encaboxar"
|
|
22
23
|
|
|
24
|
+
msgctxt "Label for the Clear button."
|
|
25
|
+
msgid "Clear"
|
|
26
|
+
msgstr ""
|
|
27
|
+
|
|
23
28
|
msgctxt "The label used by a button next to the color palette in the color picker that removes the color (resets it to an empty value, example usages in font color or table properties)."
|
|
24
29
|
msgid "Remove color"
|
|
25
30
|
msgstr ""
|
package/lang/translations/az.po
CHANGED
|
@@ -15,11 +15,16 @@ msgstr ""
|
|
|
15
15
|
"Language-Team: Azerbaijani (https://app.transifex.com/ckeditor/teams/11143/az/)\n"
|
|
16
16
|
"Language: az\n"
|
|
17
17
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
18
19
|
|
|
19
20
|
msgctxt "Label for the Cancel button."
|
|
20
21
|
msgid "Cancel"
|
|
21
22
|
msgstr "İmtina et"
|
|
22
23
|
|
|
24
|
+
msgctxt "Label for the Clear button."
|
|
25
|
+
msgid "Clear"
|
|
26
|
+
msgstr ""
|
|
27
|
+
|
|
23
28
|
msgctxt "The label used by a button next to the color palette in the color picker that removes the color (resets it to an empty value, example usages in font color or table properties)."
|
|
24
29
|
msgid "Remove color"
|
|
25
30
|
msgstr "Rəngi ləğv et"
|
package/lang/translations/bg.po
CHANGED
|
@@ -15,11 +15,16 @@ msgstr ""
|
|
|
15
15
|
"Language-Team: Bulgarian (https://app.transifex.com/ckeditor/teams/11143/bg/)\n"
|
|
16
16
|
"Language: bg\n"
|
|
17
17
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
18
19
|
|
|
19
20
|
msgctxt "Label for the Cancel button."
|
|
20
21
|
msgid "Cancel"
|
|
21
22
|
msgstr "Отказ"
|
|
22
23
|
|
|
24
|
+
msgctxt "Label for the Clear button."
|
|
25
|
+
msgid "Clear"
|
|
26
|
+
msgstr "Изчисти"
|
|
27
|
+
|
|
23
28
|
msgctxt "The label used by a button next to the color palette in the color picker that removes the color (resets it to an empty value, example usages in font color or table properties)."
|
|
24
29
|
msgid "Remove color"
|
|
25
30
|
msgstr "Премахни цвят"
|
package/lang/translations/bn.po
CHANGED
|
@@ -15,11 +15,16 @@ msgstr ""
|
|
|
15
15
|
"Language-Team: Bengali (https://app.transifex.com/ckeditor/teams/11143/bn/)\n"
|
|
16
16
|
"Language: bn\n"
|
|
17
17
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
18
19
|
|
|
19
20
|
msgctxt "Label for the Cancel button."
|
|
20
21
|
msgid "Cancel"
|
|
21
22
|
msgstr "বাতিল করুন"
|
|
22
23
|
|
|
24
|
+
msgctxt "Label for the Clear button."
|
|
25
|
+
msgid "Clear"
|
|
26
|
+
msgstr "পরিষ্কার করুন"
|
|
27
|
+
|
|
23
28
|
msgctxt "The label used by a button next to the color palette in the color picker that removes the color (resets it to an empty value, example usages in font color or table properties)."
|
|
24
29
|
msgid "Remove color"
|
|
25
30
|
msgstr "রং মুছে ফেলুন"
|
package/lang/translations/bs.po
CHANGED
|
@@ -15,11 +15,16 @@ msgstr ""
|
|
|
15
15
|
"Language-Team: Bosnian (https://app.transifex.com/ckeditor/teams/11143/bs/)\n"
|
|
16
16
|
"Language: bs\n"
|
|
17
17
|
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
18
19
|
|
|
19
20
|
msgctxt "Label for the Cancel button."
|
|
20
21
|
msgid "Cancel"
|
|
21
22
|
msgstr "Poništi"
|
|
22
23
|
|
|
24
|
+
msgctxt "Label for the Clear button."
|
|
25
|
+
msgid "Clear"
|
|
26
|
+
msgstr ""
|
|
27
|
+
|
|
23
28
|
msgctxt "The label used by a button next to the color palette in the color picker that removes the color (resets it to an empty value, example usages in font color or table properties)."
|
|
24
29
|
msgid "Remove color"
|
|
25
30
|
msgstr "Ukloni boju"
|
package/lang/translations/ca.po
CHANGED
|
@@ -15,11 +15,16 @@ msgstr ""
|
|
|
15
15
|
"Language-Team: Catalan (https://app.transifex.com/ckeditor/teams/11143/ca/)\n"
|
|
16
16
|
"Language: ca\n"
|
|
17
17
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
18
19
|
|
|
19
20
|
msgctxt "Label for the Cancel button."
|
|
20
21
|
msgid "Cancel"
|
|
21
22
|
msgstr "Cancel·lar"
|
|
22
23
|
|
|
24
|
+
msgctxt "Label for the Clear button."
|
|
25
|
+
msgid "Clear"
|
|
26
|
+
msgstr "Esborra"
|
|
27
|
+
|
|
23
28
|
msgctxt "The label used by a button next to the color palette in the color picker that removes the color (resets it to an empty value, example usages in font color or table properties)."
|
|
24
29
|
msgid "Remove color"
|
|
25
30
|
msgstr "Eliminar el color"
|
package/lang/translations/cs.po
CHANGED
|
@@ -15,11 +15,16 @@ msgstr ""
|
|
|
15
15
|
"Language-Team: Czech (https://app.transifex.com/ckeditor/teams/11143/cs/)\n"
|
|
16
16
|
"Language: cs\n"
|
|
17
17
|
"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
|
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
18
19
|
|
|
19
20
|
msgctxt "Label for the Cancel button."
|
|
20
21
|
msgid "Cancel"
|
|
21
22
|
msgstr "Zrušit"
|
|
22
23
|
|
|
24
|
+
msgctxt "Label for the Clear button."
|
|
25
|
+
msgid "Clear"
|
|
26
|
+
msgstr "Smazat"
|
|
27
|
+
|
|
23
28
|
msgctxt "The label used by a button next to the color palette in the color picker that removes the color (resets it to an empty value, example usages in font color or table properties)."
|
|
24
29
|
msgid "Remove color"
|
|
25
30
|
msgstr "Odstranit barvu"
|
package/lang/translations/da.po
CHANGED
|
@@ -15,11 +15,16 @@ msgstr ""
|
|
|
15
15
|
"Language-Team: Danish (https://app.transifex.com/ckeditor/teams/11143/da/)\n"
|
|
16
16
|
"Language: da\n"
|
|
17
17
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
18
19
|
|
|
19
20
|
msgctxt "Label for the Cancel button."
|
|
20
21
|
msgid "Cancel"
|
|
21
22
|
msgstr "Annullér"
|
|
22
23
|
|
|
24
|
+
msgctxt "Label for the Clear button."
|
|
25
|
+
msgid "Clear"
|
|
26
|
+
msgstr "Ryd"
|
|
27
|
+
|
|
23
28
|
msgctxt "The label used by a button next to the color palette in the color picker that removes the color (resets it to an empty value, example usages in font color or table properties)."
|
|
24
29
|
msgid "Remove color"
|
|
25
30
|
msgstr "Fjern farve"
|
|
@@ -15,11 +15,16 @@ msgstr ""
|
|
|
15
15
|
"Language-Team: German (Switzerland) (https://app.transifex.com/ckeditor/teams/11143/de_CH/)\n"
|
|
16
16
|
"Language: de_CH\n"
|
|
17
17
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
18
19
|
|
|
19
20
|
msgctxt "Label for the Cancel button."
|
|
20
21
|
msgid "Cancel"
|
|
21
22
|
msgstr "Abbrechen"
|
|
22
23
|
|
|
24
|
+
msgctxt "Label for the Clear button."
|
|
25
|
+
msgid "Clear"
|
|
26
|
+
msgstr ""
|
|
27
|
+
|
|
23
28
|
msgctxt "The label used by a button next to the color palette in the color picker that removes the color (resets it to an empty value, example usages in font color or table properties)."
|
|
24
29
|
msgid "Remove color"
|
|
25
30
|
msgstr "Farbe entfernen"
|
package/lang/translations/de.po
CHANGED
|
@@ -15,11 +15,16 @@ msgstr ""
|
|
|
15
15
|
"Language-Team: German (https://app.transifex.com/ckeditor/teams/11143/de/)\n"
|
|
16
16
|
"Language: de\n"
|
|
17
17
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
18
19
|
|
|
19
20
|
msgctxt "Label for the Cancel button."
|
|
20
21
|
msgid "Cancel"
|
|
21
22
|
msgstr "Abbrechen"
|
|
22
23
|
|
|
24
|
+
msgctxt "Label for the Clear button."
|
|
25
|
+
msgid "Clear"
|
|
26
|
+
msgstr "Löschen"
|
|
27
|
+
|
|
23
28
|
msgctxt "The label used by a button next to the color palette in the color picker that removes the color (resets it to an empty value, example usages in font color or table properties)."
|
|
24
29
|
msgid "Remove color"
|
|
25
30
|
msgstr "Farbe entfernen"
|
package/lang/translations/el.po
CHANGED
|
@@ -15,11 +15,16 @@ msgstr ""
|
|
|
15
15
|
"Language-Team: Greek (https://app.transifex.com/ckeditor/teams/11143/el/)\n"
|
|
16
16
|
"Language: el\n"
|
|
17
17
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
18
19
|
|
|
19
20
|
msgctxt "Label for the Cancel button."
|
|
20
21
|
msgid "Cancel"
|
|
21
22
|
msgstr "Ακύρωση"
|
|
22
23
|
|
|
24
|
+
msgctxt "Label for the Clear button."
|
|
25
|
+
msgid "Clear"
|
|
26
|
+
msgstr "Καθαρισμός"
|
|
27
|
+
|
|
23
28
|
msgctxt "The label used by a button next to the color palette in the color picker that removes the color (resets it to an empty value, example usages in font color or table properties)."
|
|
24
29
|
msgid "Remove color"
|
|
25
30
|
msgstr "Απομάκρυνση χρώματος"
|
|
@@ -15,11 +15,16 @@ msgstr ""
|
|
|
15
15
|
"Language-Team: English (Australia) (https://app.transifex.com/ckeditor/teams/11143/en_AU/)\n"
|
|
16
16
|
"Language: en_AU\n"
|
|
17
17
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
18
19
|
|
|
19
20
|
msgctxt "Label for the Cancel button."
|
|
20
21
|
msgid "Cancel"
|
|
21
22
|
msgstr "Cancel"
|
|
22
23
|
|
|
24
|
+
msgctxt "Label for the Clear button."
|
|
25
|
+
msgid "Clear"
|
|
26
|
+
msgstr "Clear"
|
|
27
|
+
|
|
23
28
|
msgctxt "The label used by a button next to the color palette in the color picker that removes the color (resets it to an empty value, example usages in font color or table properties)."
|
|
24
29
|
msgid "Remove color"
|
|
25
30
|
msgstr "Remove colour"
|
|
@@ -15,11 +15,16 @@ msgstr ""
|
|
|
15
15
|
"Language-Team: English (United Kingdom) (https://app.transifex.com/ckeditor/teams/11143/en_GB/)\n"
|
|
16
16
|
"Language: en_GB\n"
|
|
17
17
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
18
19
|
|
|
19
20
|
msgctxt "Label for the Cancel button."
|
|
20
21
|
msgid "Cancel"
|
|
21
22
|
msgstr "Cancel"
|
|
22
23
|
|
|
24
|
+
msgctxt "Label for the Clear button."
|
|
25
|
+
msgid "Clear"
|
|
26
|
+
msgstr ""
|
|
27
|
+
|
|
23
28
|
msgctxt "The label used by a button next to the color palette in the color picker that removes the color (resets it to an empty value, example usages in font color or table properties)."
|
|
24
29
|
msgid "Remove color"
|
|
25
30
|
msgstr "Remove colour"
|
package/lang/translations/en.po
CHANGED
|
@@ -15,11 +15,16 @@ msgstr ""
|
|
|
15
15
|
"Language: \n"
|
|
16
16
|
"Language-Team: \n"
|
|
17
17
|
"Plural-Forms: \n"
|
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
18
19
|
|
|
19
20
|
msgctxt "Label for the Cancel button."
|
|
20
21
|
msgid "Cancel"
|
|
21
22
|
msgstr "Cancel"
|
|
22
23
|
|
|
24
|
+
msgctxt "Label for the Clear button."
|
|
25
|
+
msgid "Clear"
|
|
26
|
+
msgstr "Clear"
|
|
27
|
+
|
|
23
28
|
msgctxt "The label used by a button next to the color palette in the color picker that removes the color (resets it to an empty value, example usages in font color or table properties)."
|
|
24
29
|
msgid "Remove color"
|
|
25
30
|
msgstr "Remove color"
|
package/lang/translations/eo.po
CHANGED
|
@@ -15,11 +15,16 @@ msgstr ""
|
|
|
15
15
|
"Language-Team: Esperanto (https://app.transifex.com/ckeditor/teams/11143/eo/)\n"
|
|
16
16
|
"Language: eo\n"
|
|
17
17
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
18
19
|
|
|
19
20
|
msgctxt "Label for the Cancel button."
|
|
20
21
|
msgid "Cancel"
|
|
21
22
|
msgstr "Nuligi"
|
|
22
23
|
|
|
24
|
+
msgctxt "Label for the Clear button."
|
|
25
|
+
msgid "Clear"
|
|
26
|
+
msgstr ""
|
|
27
|
+
|
|
23
28
|
msgctxt "The label used by a button next to the color palette in the color picker that removes the color (resets it to an empty value, example usages in font color or table properties)."
|
|
24
29
|
msgid "Remove color"
|
|
25
30
|
msgstr ""
|
|
@@ -15,11 +15,16 @@ msgstr ""
|
|
|
15
15
|
"Language-Team: Spanish (Colombia) (https://app.transifex.com/ckeditor/teams/11143/es_CO/)\n"
|
|
16
16
|
"Language: es_CO\n"
|
|
17
17
|
"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
18
19
|
|
|
19
20
|
msgctxt "Label for the Cancel button."
|
|
20
21
|
msgid "Cancel"
|
|
21
22
|
msgstr "Cancelar"
|
|
22
23
|
|
|
24
|
+
msgctxt "Label for the Clear button."
|
|
25
|
+
msgid "Clear"
|
|
26
|
+
msgstr ""
|
|
27
|
+
|
|
23
28
|
msgctxt "The label used by a button next to the color palette in the color picker that removes the color (resets it to an empty value, example usages in font color or table properties)."
|
|
24
29
|
msgid "Remove color"
|
|
25
30
|
msgstr "Quitar color"
|
package/lang/translations/es.po
CHANGED
|
@@ -15,11 +15,16 @@ msgstr ""
|
|
|
15
15
|
"Language-Team: Spanish (https://app.transifex.com/ckeditor/teams/11143/es/)\n"
|
|
16
16
|
"Language: es\n"
|
|
17
17
|
"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
18
19
|
|
|
19
20
|
msgctxt "Label for the Cancel button."
|
|
20
21
|
msgid "Cancel"
|
|
21
22
|
msgstr "Cancelar"
|
|
22
23
|
|
|
24
|
+
msgctxt "Label for the Clear button."
|
|
25
|
+
msgid "Clear"
|
|
26
|
+
msgstr "Borrar"
|
|
27
|
+
|
|
23
28
|
msgctxt "The label used by a button next to the color palette in the color picker that removes the color (resets it to an empty value, example usages in font color or table properties)."
|
|
24
29
|
msgid "Remove color"
|
|
25
30
|
msgstr "Quitar color"
|
package/lang/translations/et.po
CHANGED
|
@@ -15,11 +15,16 @@ msgstr ""
|
|
|
15
15
|
"Language-Team: Estonian (https://app.transifex.com/ckeditor/teams/11143/et/)\n"
|
|
16
16
|
"Language: et\n"
|
|
17
17
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
18
19
|
|
|
19
20
|
msgctxt "Label for the Cancel button."
|
|
20
21
|
msgid "Cancel"
|
|
21
22
|
msgstr "Loobu"
|
|
22
23
|
|
|
24
|
+
msgctxt "Label for the Clear button."
|
|
25
|
+
msgid "Clear"
|
|
26
|
+
msgstr "Selge"
|
|
27
|
+
|
|
23
28
|
msgctxt "The label used by a button next to the color palette in the color picker that removes the color (resets it to an empty value, example usages in font color or table properties)."
|
|
24
29
|
msgid "Remove color"
|
|
25
30
|
msgstr "Eemalda värv"
|
package/lang/translations/eu.po
CHANGED
|
@@ -15,11 +15,16 @@ msgstr ""
|
|
|
15
15
|
"Language-Team: Basque (https://app.transifex.com/ckeditor/teams/11143/eu/)\n"
|
|
16
16
|
"Language: eu\n"
|
|
17
17
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
18
19
|
|
|
19
20
|
msgctxt "Label for the Cancel button."
|
|
20
21
|
msgid "Cancel"
|
|
21
22
|
msgstr "Utzi"
|
|
22
23
|
|
|
24
|
+
msgctxt "Label for the Clear button."
|
|
25
|
+
msgid "Clear"
|
|
26
|
+
msgstr ""
|
|
27
|
+
|
|
23
28
|
msgctxt "The label used by a button next to the color palette in the color picker that removes the color (resets it to an empty value, example usages in font color or table properties)."
|
|
24
29
|
msgid "Remove color"
|
|
25
30
|
msgstr ""
|
package/lang/translations/fa.po
CHANGED
|
@@ -15,18 +15,23 @@ msgstr ""
|
|
|
15
15
|
"Language-Team: Persian (https://app.transifex.com/ckeditor/teams/11143/fa/)\n"
|
|
16
16
|
"Language: fa\n"
|
|
17
17
|
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
18
19
|
|
|
19
20
|
msgctxt "Label for the Cancel button."
|
|
20
21
|
msgid "Cancel"
|
|
21
22
|
msgstr "لغو"
|
|
22
23
|
|
|
24
|
+
msgctxt "Label for the Clear button."
|
|
25
|
+
msgid "Clear"
|
|
26
|
+
msgstr ""
|
|
27
|
+
|
|
23
28
|
msgctxt "The label used by a button next to the color palette in the color picker that removes the color (resets it to an empty value, example usages in font color or table properties)."
|
|
24
29
|
msgid "Remove color"
|
|
25
30
|
msgstr "حذف رنگ"
|
|
26
31
|
|
|
27
32
|
msgctxt "The label used by a button next to the color palette in the color picker that restores the default value if the default table properties are specified."
|
|
28
33
|
msgid "Restore default"
|
|
29
|
-
msgstr ""
|
|
34
|
+
msgstr "بازیابی پیش فرض"
|
|
30
35
|
|
|
31
36
|
msgctxt "Label for the Save button."
|
|
32
37
|
msgid "Save"
|
|
@@ -46,4 +51,4 @@ msgstr "فایل آپلود نمیشود:"
|
|
|
46
51
|
|
|
47
52
|
msgctxt "Accessible label of the specific editing area of the editor acting as a root of the entire application."
|
|
48
53
|
msgid "Rich Text Editor. Editing area: %0"
|
|
49
|
-
msgstr ""
|
|
54
|
+
msgstr "ویرایشگر متن قوی. ویرایش بخش : 0%"
|
package/lang/translations/fi.po
CHANGED
|
@@ -15,11 +15,16 @@ msgstr ""
|
|
|
15
15
|
"Language-Team: Finnish (https://app.transifex.com/ckeditor/teams/11143/fi/)\n"
|
|
16
16
|
"Language: fi\n"
|
|
17
17
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
18
19
|
|
|
19
20
|
msgctxt "Label for the Cancel button."
|
|
20
21
|
msgid "Cancel"
|
|
21
22
|
msgstr "Peruuta"
|
|
22
23
|
|
|
24
|
+
msgctxt "Label for the Clear button."
|
|
25
|
+
msgid "Clear"
|
|
26
|
+
msgstr "Tyhjennä"
|
|
27
|
+
|
|
23
28
|
msgctxt "The label used by a button next to the color palette in the color picker that removes the color (resets it to an empty value, example usages in font color or table properties)."
|
|
24
29
|
msgid "Remove color"
|
|
25
30
|
msgstr "Poista väri"
|
package/lang/translations/fr.po
CHANGED
|
@@ -15,11 +15,16 @@ msgstr ""
|
|
|
15
15
|
"Language-Team: French (https://app.transifex.com/ckeditor/teams/11143/fr/)\n"
|
|
16
16
|
"Language: fr\n"
|
|
17
17
|
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
18
19
|
|
|
19
20
|
msgctxt "Label for the Cancel button."
|
|
20
21
|
msgid "Cancel"
|
|
21
22
|
msgstr "Annuler"
|
|
22
23
|
|
|
24
|
+
msgctxt "Label for the Clear button."
|
|
25
|
+
msgid "Clear"
|
|
26
|
+
msgstr "Effacer"
|
|
27
|
+
|
|
23
28
|
msgctxt "The label used by a button next to the color palette in the color picker that removes the color (resets it to an empty value, example usages in font color or table properties)."
|
|
24
29
|
msgid "Remove color"
|
|
25
30
|
msgstr "Enlever la couleur"
|
package/lang/translations/gl.po
CHANGED
|
@@ -15,11 +15,16 @@ msgstr ""
|
|
|
15
15
|
"Language-Team: Galician (https://app.transifex.com/ckeditor/teams/11143/gl/)\n"
|
|
16
16
|
"Language: gl\n"
|
|
17
17
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
18
19
|
|
|
19
20
|
msgctxt "Label for the Cancel button."
|
|
20
21
|
msgid "Cancel"
|
|
21
22
|
msgstr "Cancelar"
|
|
22
23
|
|
|
24
|
+
msgctxt "Label for the Clear button."
|
|
25
|
+
msgid "Clear"
|
|
26
|
+
msgstr "Limpar"
|
|
27
|
+
|
|
23
28
|
msgctxt "The label used by a button next to the color palette in the color picker that removes the color (resets it to an empty value, example usages in font color or table properties)."
|
|
24
29
|
msgid "Remove color"
|
|
25
30
|
msgstr "Retirar a cor"
|
|
@@ -42,7 +47,7 @@ msgstr "%0 de %1"
|
|
|
42
47
|
|
|
43
48
|
msgctxt "A generic error message displayed on upload failure. The file name is concatenated to this text."
|
|
44
49
|
msgid "Cannot upload file:"
|
|
45
|
-
msgstr "Non é posíbel
|
|
50
|
+
msgstr "Non é posíbel enviar o ficheiro:"
|
|
46
51
|
|
|
47
52
|
msgctxt "Accessible label of the specific editing area of the editor acting as a root of the entire application."
|
|
48
53
|
msgid "Rich Text Editor. Editing area: %0"
|
package/lang/translations/gu.po
CHANGED
|
@@ -15,11 +15,16 @@ msgstr ""
|
|
|
15
15
|
"Language-Team: Gujarati (https://app.transifex.com/ckeditor/teams/11143/gu/)\n"
|
|
16
16
|
"Language: gu\n"
|
|
17
17
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
18
19
|
|
|
19
20
|
msgctxt "Label for the Cancel button."
|
|
20
21
|
msgid "Cancel"
|
|
21
22
|
msgstr ""
|
|
22
23
|
|
|
24
|
+
msgctxt "Label for the Clear button."
|
|
25
|
+
msgid "Clear"
|
|
26
|
+
msgstr ""
|
|
27
|
+
|
|
23
28
|
msgctxt "The label used by a button next to the color palette in the color picker that removes the color (resets it to an empty value, example usages in font color or table properties)."
|
|
24
29
|
msgid "Remove color"
|
|
25
30
|
msgstr ""
|
package/lang/translations/he.po
CHANGED
|
@@ -15,11 +15,16 @@ msgstr ""
|
|
|
15
15
|
"Language-Team: Hebrew (https://app.transifex.com/ckeditor/teams/11143/he/)\n"
|
|
16
16
|
"Language: he\n"
|
|
17
17
|
"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;\n"
|
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
18
19
|
|
|
19
20
|
msgctxt "Label for the Cancel button."
|
|
20
21
|
msgid "Cancel"
|
|
21
22
|
msgstr "ביטול"
|
|
22
23
|
|
|
24
|
+
msgctxt "Label for the Clear button."
|
|
25
|
+
msgid "Clear"
|
|
26
|
+
msgstr "לנקות"
|
|
27
|
+
|
|
23
28
|
msgctxt "The label used by a button next to the color palette in the color picker that removes the color (resets it to an empty value, example usages in font color or table properties)."
|
|
24
29
|
msgid "Remove color"
|
|
25
30
|
msgstr "מחיקת צבע"
|
package/lang/translations/hi.po
CHANGED
|
@@ -15,11 +15,16 @@ msgstr ""
|
|
|
15
15
|
"Language-Team: Hindi (https://app.transifex.com/ckeditor/teams/11143/hi/)\n"
|
|
16
16
|
"Language: hi\n"
|
|
17
17
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
18
19
|
|
|
19
20
|
msgctxt "Label for the Cancel button."
|
|
20
21
|
msgid "Cancel"
|
|
21
22
|
msgstr "Cancel"
|
|
22
23
|
|
|
24
|
+
msgctxt "Label for the Clear button."
|
|
25
|
+
msgid "Clear"
|
|
26
|
+
msgstr "साफ़ करें"
|
|
27
|
+
|
|
23
28
|
msgctxt "The label used by a button next to the color palette in the color picker that removes the color (resets it to an empty value, example usages in font color or table properties)."
|
|
24
29
|
msgid "Remove color"
|
|
25
30
|
msgstr "Remove color"
|
package/lang/translations/hr.po
CHANGED
|
@@ -15,11 +15,16 @@ msgstr ""
|
|
|
15
15
|
"Language-Team: Croatian (https://app.transifex.com/ckeditor/teams/11143/hr/)\n"
|
|
16
16
|
"Language: hr\n"
|
|
17
17
|
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
18
19
|
|
|
19
20
|
msgctxt "Label for the Cancel button."
|
|
20
21
|
msgid "Cancel"
|
|
21
22
|
msgstr "Poništi"
|
|
22
23
|
|
|
24
|
+
msgctxt "Label for the Clear button."
|
|
25
|
+
msgid "Clear"
|
|
26
|
+
msgstr "Obriši"
|
|
27
|
+
|
|
23
28
|
msgctxt "The label used by a button next to the color palette in the color picker that removes the color (resets it to an empty value, example usages in font color or table properties)."
|
|
24
29
|
msgid "Remove color"
|
|
25
30
|
msgstr "Ukloni boju"
|
package/lang/translations/hu.po
CHANGED
|
@@ -15,11 +15,16 @@ msgstr ""
|
|
|
15
15
|
"Language-Team: Hungarian (https://app.transifex.com/ckeditor/teams/11143/hu/)\n"
|
|
16
16
|
"Language: hu\n"
|
|
17
17
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
18
19
|
|
|
19
20
|
msgctxt "Label for the Cancel button."
|
|
20
21
|
msgid "Cancel"
|
|
21
22
|
msgstr "Mégsem"
|
|
22
23
|
|
|
24
|
+
msgctxt "Label for the Clear button."
|
|
25
|
+
msgid "Clear"
|
|
26
|
+
msgstr "Törlés"
|
|
27
|
+
|
|
23
28
|
msgctxt "The label used by a button next to the color palette in the color picker that removes the color (resets it to an empty value, example usages in font color or table properties)."
|
|
24
29
|
msgid "Remove color"
|
|
25
30
|
msgstr "Szín eltávolítása"
|