@ckeditor/ckeditor5-core 29.2.0 → 32.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 (84) hide show
  1. package/LICENSE.md +2 -2
  2. package/lang/contexts.json +1 -1
  3. package/lang/translations/af.po +2 -2
  4. package/lang/translations/ar.po +2 -2
  5. package/lang/translations/ast.po +2 -2
  6. package/lang/translations/az.po +2 -2
  7. package/lang/translations/bg.po +2 -2
  8. package/lang/translations/bs.po +41 -0
  9. package/lang/translations/ca.po +2 -2
  10. package/lang/translations/cs.po +3 -3
  11. package/lang/translations/da.po +3 -3
  12. package/lang/translations/de-ch.po +2 -2
  13. package/lang/translations/de.po +2 -2
  14. package/lang/translations/el.po +2 -2
  15. package/lang/translations/en-au.po +2 -2
  16. package/lang/translations/en-gb.po +2 -2
  17. package/lang/translations/en.po +2 -2
  18. package/lang/translations/eo.po +2 -2
  19. package/lang/translations/es.po +2 -2
  20. package/lang/translations/et.po +2 -2
  21. package/lang/translations/eu.po +2 -2
  22. package/lang/translations/fa.po +3 -3
  23. package/lang/translations/fi.po +2 -2
  24. package/lang/translations/fr.po +2 -2
  25. package/lang/translations/gl.po +2 -2
  26. package/lang/translations/he.po +3 -3
  27. package/lang/translations/hi.po +2 -2
  28. package/lang/translations/hr.po +2 -2
  29. package/lang/translations/hu.po +2 -2
  30. package/lang/translations/id.po +2 -2
  31. package/lang/translations/it.po +2 -2
  32. package/lang/translations/ja.po +2 -2
  33. package/lang/translations/km.po +2 -2
  34. package/lang/translations/kn.po +2 -2
  35. package/lang/translations/ko.po +3 -3
  36. package/lang/translations/ku.po +2 -2
  37. package/lang/translations/lt.po +2 -2
  38. package/lang/translations/lv.po +2 -2
  39. package/lang/translations/nb.po +2 -2
  40. package/lang/translations/ne.po +3 -3
  41. package/lang/translations/nl.po +4 -4
  42. package/lang/translations/no.po +3 -3
  43. package/lang/translations/oc.po +2 -2
  44. package/lang/translations/pl.po +2 -2
  45. package/lang/translations/pt-br.po +3 -3
  46. package/lang/translations/pt.po +2 -2
  47. package/lang/translations/ro.po +2 -2
  48. package/lang/translations/ru.po +2 -2
  49. package/lang/translations/sk.po +3 -3
  50. package/lang/translations/sl.po +2 -2
  51. package/lang/translations/sq.po +2 -2
  52. package/lang/translations/sr-latn.po +3 -3
  53. package/lang/translations/sr.po +3 -3
  54. package/lang/translations/sv.po +2 -2
  55. package/lang/translations/th.po +2 -2
  56. package/lang/translations/tk.po +3 -3
  57. package/lang/translations/tr.po +2 -2
  58. package/lang/translations/tt.po +2 -2
  59. package/lang/translations/ug.po +2 -2
  60. package/lang/translations/uk.po +2 -2
  61. package/lang/translations/uz.po +41 -0
  62. package/lang/translations/vi.po +2 -2
  63. package/lang/translations/zh-cn.po +3 -3
  64. package/lang/translations/zh.po +3 -3
  65. package/package.json +18 -18
  66. package/src/command.js +19 -3
  67. package/src/commandcollection.js +1 -1
  68. package/src/context.js +1 -1
  69. package/src/contextplugin.js +1 -1
  70. package/src/editingkeystrokehandler.js +1 -1
  71. package/src/editor/editor.js +7 -3
  72. package/src/editor/editorconfig.jsdoc +33 -7
  73. package/src/editor/editorui.js +85 -3
  74. package/src/editor/editorwithui.jsdoc +1 -1
  75. package/src/editor/utils/attachtoform.js +1 -1
  76. package/src/editor/utils/dataapimixin.js +1 -1
  77. package/src/editor/utils/elementapimixin.js +1 -1
  78. package/src/editor/utils/securesourceelement.js +1 -1
  79. package/src/index.js +1 -1
  80. package/src/multicommand.js +1 -1
  81. package/src/pendingactions.js +1 -1
  82. package/src/plugin.js +1 -1
  83. package/src/plugincollection.js +1 -1
  84. package/CHANGELOG.md +0 -311
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -36,6 +36,6 @@ msgctxt "Label of a toolbar button which reveals more toolbar items."
36
36
  msgid "Show more items"
37
37
  msgstr ""
38
38
 
39
- msgctxt "Label for a ‘X of Y’ status of a typical next/previous navigation. For instance, ‘Page 5 of 20’ or Search result '5 of 20'."
39
+ msgctxt "Label for an ‘X of Y’ status of a typical next/previous navigation. For instance, ‘Page 5 of 20’ or 'Search result 5 of 20'."
40
40
  msgid "%0 of %1"
41
- msgstr "०% मध्ये १%"
41
+ msgstr "%0 मध्ये %1"
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -26,7 +26,7 @@ msgstr "Verwijder kleur"
26
26
 
27
27
  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
28
  msgid "Restore default"
29
- msgstr ""
29
+ msgstr "Standaardinstellingen terugzetten"
30
30
 
31
31
  msgctxt "Label for the Save button."
32
32
  msgid "Save"
@@ -36,6 +36,6 @@ msgctxt "Label of a toolbar button which reveals more toolbar items."
36
36
  msgid "Show more items"
37
37
  msgstr "Meer items weergeven"
38
38
 
39
- msgctxt "Label for a ‘X of Y’ status of a typical next/previous navigation. For instance, ‘Page 5 of 20’ or Search result '5 of 20'."
39
+ msgctxt "Label for an ‘X of Y’ status of a typical next/previous navigation. For instance, ‘Page 5 of 20’ or 'Search result 5 of 20'."
40
40
  msgid "%0 of %1"
41
- msgstr "0% van 1%"
41
+ msgstr "%0 van %1"
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -26,7 +26,7 @@ msgstr "Fjern farge"
26
26
 
27
27
  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
28
  msgid "Restore default"
29
- msgstr ""
29
+ msgstr "Tilbakestill til standard"
30
30
 
31
31
  msgctxt "Label for the Save button."
32
32
  msgid "Save"
@@ -36,6 +36,6 @@ msgctxt "Label of a toolbar button which reveals more toolbar items."
36
36
  msgid "Show more items"
37
37
  msgstr "Vis flere elementer"
38
38
 
39
- msgctxt "Label for a ‘X of Y’ status of a typical next/previous navigation. For instance, ‘Page 5 of 20’ or Search result '5 of 20'."
39
+ msgctxt "Label for an ‘X of Y’ status of a typical next/previous navigation. For instance, ‘Page 5 of 20’ or 'Search result 5 of 20'."
40
40
  msgid "%0 of %1"
41
41
  msgstr "%0 av %1"
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -36,6 +36,6 @@ msgctxt "Label of a toolbar button which reveals more toolbar items."
36
36
  msgid "Show more items"
37
37
  msgstr ""
38
38
 
39
- msgctxt "Label for a ‘X of Y’ status of a typical next/previous navigation. For instance, ‘Page 5 of 20’ or Search result '5 of 20'."
39
+ msgctxt "Label for an ‘X of Y’ status of a typical next/previous navigation. For instance, ‘Page 5 of 20’ or 'Search result 5 of 20'."
40
40
  msgid "%0 of %1"
41
41
  msgstr ""
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -36,6 +36,6 @@ msgctxt "Label of a toolbar button which reveals more toolbar items."
36
36
  msgid "Show more items"
37
37
  msgstr "Pokaż więcej"
38
38
 
39
- msgctxt "Label for a ‘X of Y’ status of a typical next/previous navigation. For instance, ‘Page 5 of 20’ or Search result '5 of 20'."
39
+ msgctxt "Label for an ‘X of Y’ status of a typical next/previous navigation. For instance, ‘Page 5 of 20’ or 'Search result 5 of 20'."
40
40
  msgid "%0 of %1"
41
41
  msgstr "%0 z %1"
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -26,7 +26,7 @@ msgstr "Remover cor"
26
26
 
27
27
  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
28
  msgid "Restore default"
29
- msgstr ""
29
+ msgstr "Restaurar padrão"
30
30
 
31
31
  msgctxt "Label for the Save button."
32
32
  msgid "Save"
@@ -36,6 +36,6 @@ msgctxt "Label of a toolbar button which reveals more toolbar items."
36
36
  msgid "Show more items"
37
37
  msgstr "Exibir mais itens"
38
38
 
39
- msgctxt "Label for a ‘X of Y’ status of a typical next/previous navigation. For instance, ‘Page 5 of 20’ or Search result '5 of 20'."
39
+ msgctxt "Label for an ‘X of Y’ status of a typical next/previous navigation. For instance, ‘Page 5 of 20’ or 'Search result 5 of 20'."
40
40
  msgid "%0 of %1"
41
41
  msgstr "%0 de %1"
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -36,6 +36,6 @@ msgctxt "Label of a toolbar button which reveals more toolbar items."
36
36
  msgid "Show more items"
37
37
  msgstr ""
38
38
 
39
- msgctxt "Label for a ‘X of Y’ status of a typical next/previous navigation. For instance, ‘Page 5 of 20’ or Search result '5 of 20'."
39
+ msgctxt "Label for an ‘X of Y’ status of a typical next/previous navigation. For instance, ‘Page 5 of 20’ or 'Search result 5 of 20'."
40
40
  msgid "%0 of %1"
41
41
  msgstr ""
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -36,6 +36,6 @@ msgctxt "Label of a toolbar button which reveals more toolbar items."
36
36
  msgid "Show more items"
37
37
  msgstr "Arată mai multe elemente"
38
38
 
39
- msgctxt "Label for a ‘X of Y’ status of a typical next/previous navigation. For instance, ‘Page 5 of 20’ or Search result '5 of 20'."
39
+ msgctxt "Label for an ‘X of Y’ status of a typical next/previous navigation. For instance, ‘Page 5 of 20’ or 'Search result 5 of 20'."
40
40
  msgid "%0 of %1"
41
41
  msgstr "%0 din %1"
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -36,6 +36,6 @@ msgctxt "Label of a toolbar button which reveals more toolbar items."
36
36
  msgid "Show more items"
37
37
  msgstr "Другие инструменты"
38
38
 
39
- msgctxt "Label for a ‘X of Y’ status of a typical next/previous navigation. For instance, ‘Page 5 of 20’ or Search result '5 of 20'."
39
+ msgctxt "Label for an ‘X of Y’ status of a typical next/previous navigation. For instance, ‘Page 5 of 20’ or 'Search result 5 of 20'."
40
40
  msgid "%0 of %1"
41
41
  msgstr "%0 из %1"
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -26,7 +26,7 @@ msgstr "Zrušiť farbu"
26
26
 
27
27
  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
28
  msgid "Restore default"
29
- msgstr ""
29
+ msgstr "Obnoviť predvolené"
30
30
 
31
31
  msgctxt "Label for the Save button."
32
32
  msgid "Save"
@@ -36,6 +36,6 @@ msgctxt "Label of a toolbar button which reveals more toolbar items."
36
36
  msgid "Show more items"
37
37
  msgstr "Zobraziť viac položiek"
38
38
 
39
- msgctxt "Label for a ‘X of Y’ status of a typical next/previous navigation. For instance, ‘Page 5 of 20’ or Search result '5 of 20'."
39
+ msgctxt "Label for an ‘X of Y’ status of a typical next/previous navigation. For instance, ‘Page 5 of 20’ or 'Search result 5 of 20'."
40
40
  msgid "%0 of %1"
41
41
  msgstr "%0 z %1"
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -36,6 +36,6 @@ msgctxt "Label of a toolbar button which reveals more toolbar items."
36
36
  msgid "Show more items"
37
37
  msgstr ""
38
38
 
39
- msgctxt "Label for a ‘X of Y’ status of a typical next/previous navigation. For instance, ‘Page 5 of 20’ or Search result '5 of 20'."
39
+ msgctxt "Label for an ‘X of Y’ status of a typical next/previous navigation. For instance, ‘Page 5 of 20’ or 'Search result 5 of 20'."
40
40
  msgid "%0 of %1"
41
41
  msgstr ""
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -36,6 +36,6 @@ msgctxt "Label of a toolbar button which reveals more toolbar items."
36
36
  msgid "Show more items"
37
37
  msgstr ""
38
38
 
39
- msgctxt "Label for a ‘X of Y’ status of a typical next/previous navigation. For instance, ‘Page 5 of 20’ or Search result '5 of 20'."
39
+ msgctxt "Label for an ‘X of Y’ status of a typical next/previous navigation. For instance, ‘Page 5 of 20’ or 'Search result 5 of 20'."
40
40
  msgid "%0 of %1"
41
41
  msgstr ""
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -26,7 +26,7 @@ msgstr "Otkloni boju"
26
26
 
27
27
  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
28
  msgid "Restore default"
29
- msgstr ""
29
+ msgstr "Vrati podrazumevano"
30
30
 
31
31
  msgctxt "Label for the Save button."
32
32
  msgid "Save"
@@ -36,6 +36,6 @@ msgctxt "Label of a toolbar button which reveals more toolbar items."
36
36
  msgid "Show more items"
37
37
  msgstr "Prikaži još stavki"
38
38
 
39
- msgctxt "Label for a ‘X of Y’ status of a typical next/previous navigation. For instance, ‘Page 5 of 20’ or Search result '5 of 20'."
39
+ msgctxt "Label for an ‘X of Y’ status of a typical next/previous navigation. For instance, ‘Page 5 of 20’ or 'Search result 5 of 20'."
40
40
  msgid "%0 of %1"
41
41
  msgstr "%0 of %1"
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -26,7 +26,7 @@ msgstr "Отклони боју"
26
26
 
27
27
  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
28
  msgid "Restore default"
29
- msgstr ""
29
+ msgstr "Врати подразумевано"
30
30
 
31
31
  msgctxt "Label for the Save button."
32
32
  msgid "Save"
@@ -36,6 +36,6 @@ msgctxt "Label of a toolbar button which reveals more toolbar items."
36
36
  msgid "Show more items"
37
37
  msgstr "Прикажи још ставки"
38
38
 
39
- msgctxt "Label for a ‘X of Y’ status of a typical next/previous navigation. For instance, ‘Page 5 of 20’ or Search result '5 of 20'."
39
+ msgctxt "Label for an ‘X of Y’ status of a typical next/previous navigation. For instance, ‘Page 5 of 20’ or 'Search result 5 of 20'."
40
40
  msgid "%0 of %1"
41
41
  msgstr "%0 of %1"
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -36,6 +36,6 @@ msgctxt "Label of a toolbar button which reveals more toolbar items."
36
36
  msgid "Show more items"
37
37
  msgstr ""
38
38
 
39
- msgctxt "Label for a ‘X of Y’ status of a typical next/previous navigation. For instance, ‘Page 5 of 20’ or Search result '5 of 20'."
39
+ msgctxt "Label for an ‘X of Y’ status of a typical next/previous navigation. For instance, ‘Page 5 of 20’ or 'Search result 5 of 20'."
40
40
  msgid "%0 of %1"
41
41
  msgstr ""
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -36,6 +36,6 @@ msgctxt "Label of a toolbar button which reveals more toolbar items."
36
36
  msgid "Show more items"
37
37
  msgstr ""
38
38
 
39
- msgctxt "Label for a ‘X of Y’ status of a typical next/previous navigation. For instance, ‘Page 5 of 20’ or Search result '5 of 20'."
39
+ msgctxt "Label for an ‘X of Y’ status of a typical next/previous navigation. For instance, ‘Page 5 of 20’ or 'Search result 5 of 20'."
40
40
  msgid "%0 of %1"
41
41
  msgstr ""
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -36,6 +36,6 @@ msgctxt "Label of a toolbar button which reveals more toolbar items."
36
36
  msgid "Show more items"
37
37
  msgstr "Has köp zady görkeziň"
38
38
 
39
- msgctxt "Label for a ‘X of Y’ status of a typical next/previous navigation. For instance, ‘Page 5 of 20’ or Search result '5 of 20'."
39
+ msgctxt "Label for an ‘X of Y’ status of a typical next/previous navigation. For instance, ‘Page 5 of 20’ or 'Search result 5 of 20'."
40
40
  msgid "%0 of %1"
41
- msgstr "1%-iň 0%-i"
41
+ msgstr "%1-%0-i"
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -36,6 +36,6 @@ msgctxt "Label of a toolbar button which reveals more toolbar items."
36
36
  msgid "Show more items"
37
37
  msgstr "Daha fazla öğe göster"
38
38
 
39
- msgctxt "Label for a ‘X of Y’ status of a typical next/previous navigation. For instance, ‘Page 5 of 20’ or Search result '5 of 20'."
39
+ msgctxt "Label for an ‘X of Y’ status of a typical next/previous navigation. For instance, ‘Page 5 of 20’ or 'Search result 5 of 20'."
40
40
  msgid "%0 of %1"
41
41
  msgstr "%0/%1"
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -36,6 +36,6 @@ msgctxt "Label of a toolbar button which reveals more toolbar items."
36
36
  msgid "Show more items"
37
37
  msgstr ""
38
38
 
39
- msgctxt "Label for a ‘X of Y’ status of a typical next/previous navigation. For instance, ‘Page 5 of 20’ or Search result '5 of 20'."
39
+ msgctxt "Label for an ‘X of Y’ status of a typical next/previous navigation. For instance, ‘Page 5 of 20’ or 'Search result 5 of 20'."
40
40
  msgid "%0 of %1"
41
41
  msgstr ""
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -36,6 +36,6 @@ msgctxt "Label of a toolbar button which reveals more toolbar items."
36
36
  msgid "Show more items"
37
37
  msgstr ""
38
38
 
39
- msgctxt "Label for a ‘X of Y’ status of a typical next/previous navigation. For instance, ‘Page 5 of 20’ or Search result '5 of 20'."
39
+ msgctxt "Label for an ‘X of Y’ status of a typical next/previous navigation. For instance, ‘Page 5 of 20’ or 'Search result 5 of 20'."
40
40
  msgid "%0 of %1"
41
41
  msgstr ""
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -36,6 +36,6 @@ msgctxt "Label of a toolbar button which reveals more toolbar items."
36
36
  msgid "Show more items"
37
37
  msgstr "Показати більше"
38
38
 
39
- msgctxt "Label for a ‘X of Y’ status of a typical next/previous navigation. For instance, ‘Page 5 of 20’ or Search result '5 of 20'."
39
+ msgctxt "Label for an ‘X of Y’ status of a typical next/previous navigation. For instance, ‘Page 5 of 20’ or 'Search result 5 of 20'."
40
40
  msgid "%0 of %1"
41
41
  msgstr "%0 із %1"
@@ -0,0 +1,41 @@
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: Uzbek (https://www.transifex.com/ckeditor/teams/11143/uz/)\n"
16
+ "Language: uz\n"
17
+ "Plural-Forms: nplurals=1; plural=0;\n"
18
+
19
+ msgctxt "Label for the Cancel button."
20
+ msgid "Cancel"
21
+ msgstr "Bekor qilish"
22
+
23
+ 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
+ msgid "Remove color"
25
+ msgstr "Rangni olib tashlash"
26
+
27
+ 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
+ msgid "Restore default"
29
+ msgstr ""
30
+
31
+ msgctxt "Label for the Save button."
32
+ msgid "Save"
33
+ msgstr "Saqlash"
34
+
35
+ msgctxt "Label of a toolbar button which reveals more toolbar items."
36
+ msgid "Show more items"
37
+ msgstr ""
38
+
39
+ msgctxt "Label for an ‘X of Y’ status of a typical next/previous navigation. For instance, ‘Page 5 of 20’ or 'Search result 5 of 20'."
40
+ msgid "%0 of %1"
41
+ msgstr ""
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -36,6 +36,6 @@ msgctxt "Label of a toolbar button which reveals more toolbar items."
36
36
  msgid "Show more items"
37
37
  msgstr "Xem thêm"
38
38
 
39
- msgctxt "Label for a ‘X of Y’ status of a typical next/previous navigation. For instance, ‘Page 5 of 20’ or Search result '5 of 20'."
39
+ msgctxt "Label for an ‘X of Y’ status of a typical next/previous navigation. For instance, ‘Page 5 of 20’ or 'Search result 5 of 20'."
40
40
  msgid "%0 of %1"
41
41
  msgstr "%0 đến %1"
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -26,7 +26,7 @@ msgstr "移除颜色"
26
26
 
27
27
  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
28
  msgid "Restore default"
29
- msgstr ""
29
+ msgstr "恢复默认"
30
30
 
31
31
  msgctxt "Label for the Save button."
32
32
  msgid "Save"
@@ -36,6 +36,6 @@ msgctxt "Label of a toolbar button which reveals more toolbar items."
36
36
  msgid "Show more items"
37
37
  msgstr "显示更多"
38
38
 
39
- msgctxt "Label for a ‘X of Y’ status of a typical next/previous navigation. For instance, ‘Page 5 of 20’ or Search result '5 of 20'."
39
+ msgctxt "Label for an ‘X of Y’ status of a typical next/previous navigation. For instance, ‘Page 5 of 20’ or 'Search result 5 of 20'."
40
40
  msgid "%0 of %1"
41
41
  msgstr "第 %0 步,共 %1 步"
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -26,7 +26,7 @@ msgstr "移除顏色"
26
26
 
27
27
  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
28
  msgid "Restore default"
29
- msgstr ""
29
+ msgstr "重設至預設值"
30
30
 
31
31
  msgctxt "Label for the Save button."
32
32
  msgid "Save"
@@ -36,6 +36,6 @@ msgctxt "Label of a toolbar button which reveals more toolbar items."
36
36
  msgid "Show more items"
37
37
  msgstr "顯示更多"
38
38
 
39
- msgctxt "Label for a ‘X of Y’ status of a typical next/previous navigation. For instance, ‘Page 5 of 20’ or Search result '5 of 20'."
39
+ msgctxt "Label for an ‘X of Y’ status of a typical next/previous navigation. For instance, ‘Page 5 of 20’ or 'Search result 5 of 20'."
40
40
  msgid "%0 of %1"
41
41
  msgstr "%0/%1"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-core",
3
- "version": "29.2.0",
3
+ "version": "32.0.0",
4
4
  "description": "The core architecture of CKEditor 5 – the best browser-based rich text editor.",
5
5
  "keywords": [
6
6
  "wysiwyg",
@@ -23,28 +23,28 @@
23
23
  ],
24
24
  "main": "src/index.js",
25
25
  "dependencies": {
26
- "@ckeditor/ckeditor5-engine": "^29.2.0",
27
- "@ckeditor/ckeditor5-ui": "^29.2.0",
28
- "@ckeditor/ckeditor5-utils": "^29.2.0",
26
+ "@ckeditor/ckeditor5-engine": "^32.0.0",
27
+ "@ckeditor/ckeditor5-ui": "^32.0.0",
28
+ "@ckeditor/ckeditor5-utils": "^32.0.0",
29
29
  "lodash-es": "^4.17.15"
30
30
  },
31
31
  "devDependencies": {
32
- "@ckeditor/ckeditor5-autoformat": "^29.2.0",
33
- "@ckeditor/ckeditor5-basic-styles": "^29.2.0",
34
- "@ckeditor/ckeditor5-block-quote": "^29.2.0",
35
- "@ckeditor/ckeditor5-editor-classic": "^29.2.0",
36
- "@ckeditor/ckeditor5-essentials": "^29.2.0",
37
- "@ckeditor/ckeditor5-heading": "^29.2.0",
38
- "@ckeditor/ckeditor5-image": "^29.2.0",
39
- "@ckeditor/ckeditor5-indent": "^29.2.0",
40
- "@ckeditor/ckeditor5-link": "^29.2.0",
41
- "@ckeditor/ckeditor5-list": "^29.2.0",
42
- "@ckeditor/ckeditor5-media-embed": "^29.2.0",
43
- "@ckeditor/ckeditor5-paragraph": "^29.2.0",
44
- "@ckeditor/ckeditor5-table": "^29.2.0"
32
+ "@ckeditor/ckeditor5-autoformat": "^32.0.0",
33
+ "@ckeditor/ckeditor5-basic-styles": "^32.0.0",
34
+ "@ckeditor/ckeditor5-block-quote": "^32.0.0",
35
+ "@ckeditor/ckeditor5-editor-classic": "^32.0.0",
36
+ "@ckeditor/ckeditor5-essentials": "^32.0.0",
37
+ "@ckeditor/ckeditor5-heading": "^32.0.0",
38
+ "@ckeditor/ckeditor5-image": "^32.0.0",
39
+ "@ckeditor/ckeditor5-indent": "^32.0.0",
40
+ "@ckeditor/ckeditor5-link": "^32.0.0",
41
+ "@ckeditor/ckeditor5-list": "^32.0.0",
42
+ "@ckeditor/ckeditor5-media-embed": "^32.0.0",
43
+ "@ckeditor/ckeditor5-paragraph": "^32.0.0",
44
+ "@ckeditor/ckeditor5-table": "^32.0.0"
45
45
  },
46
46
  "engines": {
47
- "node": ">=12.0.0",
47
+ "node": ">=14.0.0",
48
48
  "npm": ">=5.7.1"
49
49
  },
50
50
  "author": "CKSource (http://cksource.com/)",
package/src/command.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * @license Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
 
@@ -20,7 +20,8 @@ import mix from '@ckeditor/ckeditor5-utils/src/mix';
20
20
  * Instances of registered commands can be retrieved from {@link module:core/editor/editor~Editor#commands `editor.commands`}.
21
21
  * The easiest way to execute a command is through {@link module:core/editor/editor~Editor#execute `editor.execute()`}.
22
22
  *
23
- * By default commands are disabled when the editor is in {@link module:core/editor/editor~Editor#isReadOnly read-only} mode.
23
+ * By default, commands are disabled when the editor is in {@link module:core/editor/editor~Editor#isReadOnly read-only} mode
24
+ * but commands with the {@link module:core/command~Command#affectsData `affectsData`} flag set to `false` will not be disabled.
24
25
  *
25
26
  * @mixes module:utils/observablemixin~ObservableMixin
26
27
  */
@@ -96,6 +97,21 @@ export default class Command {
96
97
  */
97
98
  this.set( 'isEnabled', false );
98
99
 
100
+ /**
101
+ * A flag indicating whether a command execution changes the editor data or not.
102
+ *
103
+ * Commands with `affectsData` set to `false` will not be automatically disabled in
104
+ * the {@link module:core/editor/editor~Editor#isReadOnly read-only mode} and
105
+ * {@glink features/read-only#related-features other editor modes} with restricted user write permissions.
106
+ *
107
+ * **Note:** You do not have to set it for your every command. It is `true` by default.
108
+ *
109
+ * @readonly
110
+ * @default true
111
+ * @member {Boolean} #affectsData
112
+ */
113
+ this.affectsData = true;
114
+
99
115
  /**
100
116
  * Holds identifiers for {@link #forceDisabled} mechanism.
101
117
  *
@@ -119,7 +135,7 @@ export default class Command {
119
135
 
120
136
  // By default commands are disabled when the editor is in read-only mode.
121
137
  this.listenTo( editor, 'change:isReadOnly', ( evt, name, value ) => {
122
- if ( value ) {
138
+ if ( value && this.affectsData ) {
123
139
  this.forceDisabled( 'readOnlyMode' );
124
140
  } else {
125
141
  this.clearForceDisabled( 'readOnlyMode' );
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * @license Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
 
package/src/context.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * @license Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * @license Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * @license Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5