@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.
Files changed (112) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/LICENSE.md +1 -1
  3. package/README.md +4 -4
  4. package/lang/contexts.json +1 -0
  5. package/lang/translations/af.po +5 -0
  6. package/lang/translations/ar.po +5 -0
  7. package/lang/translations/ast.po +5 -0
  8. package/lang/translations/az.po +5 -0
  9. package/lang/translations/bg.po +5 -0
  10. package/lang/translations/bn.po +5 -0
  11. package/lang/translations/bs.po +5 -0
  12. package/lang/translations/ca.po +5 -0
  13. package/lang/translations/cs.po +5 -0
  14. package/lang/translations/da.po +5 -0
  15. package/lang/translations/de-ch.po +5 -0
  16. package/lang/translations/de.po +5 -0
  17. package/lang/translations/el.po +5 -0
  18. package/lang/translations/en-au.po +5 -0
  19. package/lang/translations/en-gb.po +5 -0
  20. package/lang/translations/en.po +5 -0
  21. package/lang/translations/eo.po +5 -0
  22. package/lang/translations/es-co.po +5 -0
  23. package/lang/translations/es.po +5 -0
  24. package/lang/translations/et.po +5 -0
  25. package/lang/translations/eu.po +5 -0
  26. package/lang/translations/fa.po +7 -2
  27. package/lang/translations/fi.po +5 -0
  28. package/lang/translations/fr.po +5 -0
  29. package/lang/translations/gl.po +6 -1
  30. package/lang/translations/gu.po +5 -0
  31. package/lang/translations/he.po +5 -0
  32. package/lang/translations/hi.po +5 -0
  33. package/lang/translations/hr.po +5 -0
  34. package/lang/translations/hu.po +5 -0
  35. package/lang/translations/hy.po +54 -0
  36. package/lang/translations/id.po +5 -0
  37. package/lang/translations/it.po +5 -0
  38. package/lang/translations/ja.po +5 -0
  39. package/lang/translations/jv.po +5 -0
  40. package/lang/translations/km.po +5 -0
  41. package/lang/translations/kn.po +5 -0
  42. package/lang/translations/ko.po +5 -0
  43. package/lang/translations/ku.po +5 -0
  44. package/lang/translations/lt.po +5 -0
  45. package/lang/translations/lv.po +5 -0
  46. package/lang/translations/ms.po +5 -0
  47. package/lang/translations/nb.po +5 -0
  48. package/lang/translations/ne.po +5 -0
  49. package/lang/translations/nl.po +5 -0
  50. package/lang/translations/no.po +5 -0
  51. package/lang/translations/oc.po +5 -0
  52. package/lang/translations/pl.po +5 -0
  53. package/lang/translations/pt-br.po +5 -0
  54. package/lang/translations/pt.po +5 -0
  55. package/lang/translations/ro.po +5 -0
  56. package/lang/translations/ru.po +5 -0
  57. package/lang/translations/si.po +5 -0
  58. package/lang/translations/sk.po +5 -0
  59. package/lang/translations/sl.po +5 -0
  60. package/lang/translations/sq.po +5 -0
  61. package/lang/translations/sr-latn.po +5 -0
  62. package/lang/translations/sr.po +5 -0
  63. package/lang/translations/sv.po +5 -0
  64. package/lang/translations/th.po +5 -0
  65. package/lang/translations/tk.po +5 -0
  66. package/lang/translations/tr.po +5 -0
  67. package/lang/translations/tt.po +5 -0
  68. package/lang/translations/ug.po +5 -0
  69. package/lang/translations/uk.po +5 -0
  70. package/lang/translations/ur.po +5 -0
  71. package/lang/translations/uz.po +5 -0
  72. package/lang/translations/vi.po +5 -0
  73. package/lang/translations/zh-cn.po +5 -0
  74. package/lang/translations/zh.po +5 -0
  75. package/package.json +3 -7
  76. package/src/augmentation.d.ts +10 -10
  77. package/src/augmentation.js +5 -5
  78. package/src/command.d.ts +189 -189
  79. package/src/command.js +185 -185
  80. package/src/commandcollection.d.ts +83 -83
  81. package/src/commandcollection.js +83 -83
  82. package/src/context.d.ts +237 -237
  83. package/src/context.js +225 -225
  84. package/src/contextplugin.d.ts +61 -61
  85. package/src/contextplugin.js +43 -43
  86. package/src/editingkeystrokehandler.d.ts +56 -56
  87. package/src/editingkeystrokehandler.js +57 -57
  88. package/src/editor/editor.d.ts +417 -417
  89. package/src/editor/editor.js +316 -316
  90. package/src/editor/editorconfig.d.ts +660 -660
  91. package/src/editor/editorconfig.js +5 -5
  92. package/src/editor/utils/attachtoform.d.ts +15 -15
  93. package/src/editor/utils/attachtoform.js +57 -57
  94. package/src/editor/utils/dataapimixin.d.ts +75 -75
  95. package/src/editor/utils/dataapimixin.js +24 -24
  96. package/src/editor/utils/elementapimixin.d.ts +31 -31
  97. package/src/editor/utils/elementapimixin.js +42 -42
  98. package/src/editor/utils/securesourceelement.d.ts +17 -17
  99. package/src/editor/utils/securesourceelement.js +35 -35
  100. package/src/index.d.ts +62 -59
  101. package/src/index.js +95 -89
  102. package/src/multicommand.d.ts +66 -66
  103. package/src/multicommand.js +82 -82
  104. package/src/pendingactions.d.ts +117 -117
  105. package/src/pendingactions.js +116 -116
  106. package/src/plugin.d.ts +274 -274
  107. package/src/plugin.js +106 -106
  108. package/src/plugincollection.d.ts +117 -117
  109. package/src/plugincollection.js +473 -473
  110. package/theme/icons/drag-indicator.svg +1 -0
  111. package/theme/icons/history.svg +1 -0
  112. 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 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.
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 5 core editor architecture** – https://github.com/ckeditor/ckeditor5-core <br>
4
+ **CKEditor&nbsp;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 5 core editor architecture
1
+ CKEditor&nbsp;5 core editor architecture
2
2
  ========================================
3
3
 
4
4
  [![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-core.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-core)
5
5
  [![Coverage Status](https://coveralls.io/repos/github/ckeditor/ckeditor5/badge.svg?branch=master)](https://coveralls.io/github/ckeditor/ckeditor5?branch=master)
6
6
  [![Build Status](https://travis-ci.com/ckeditor/ckeditor5.svg?branch=master)](https://app.travis-ci.com/github/ckeditor/ckeditor5)
7
7
 
8
- This package implements CKEditor 5's core editor architecture &mdash; a set of classes and interfaces which glue everything together.
8
+ This package implements CKEditor&nbsp;5's core editor architecture &mdash; 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 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).
12
+ For general introduction see the [Overview of CKEditor&nbsp;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 5 documentation](https://ckeditor.com/docs/ckeditor5/latest/) for even more information.
14
+ Additionally, see the [`@ckeditor/ckeditor5-core` package](https://ckeditor.com/docs/ckeditor5/latest/api/core.html) page in [CKEditor&nbsp;5 documentation](https://ckeditor.com/docs/ckeditor5/latest/) for even more information.
15
15
 
16
16
  ## License
17
17
 
@@ -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.",
@@ -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"
@@ -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 "إزالة اللون"
@@ -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 ""
@@ -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"
@@ -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 "Премахни цвят"
@@ -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 "রং মুছে ফেলুন"
@@ -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"
@@ -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"
@@ -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"
@@ -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"
@@ -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"
@@ -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"
@@ -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"
@@ -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"
@@ -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"
@@ -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"
@@ -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 ""
@@ -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%"
@@ -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"
@@ -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"
@@ -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 cargar o ficheiro:"
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"
@@ -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 ""
@@ -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 "מחיקת צבע"
@@ -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"
@@ -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"
@@ -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"