@ckeditor/ckeditor5-widget 47.6.1 → 48.0.0-alpha.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 (110) hide show
  1. package/LICENSE.md +1 -1
  2. package/dist/index-editor.css +484 -122
  3. package/dist/index.css +479 -187
  4. package/dist/index.css.map +1 -1
  5. package/dist/index.js +1 -1
  6. package/dist/index.js.map +1 -1
  7. package/package.json +26 -46
  8. package/lang/contexts.json +0 -12
  9. package/lang/translations/af.po +0 -52
  10. package/lang/translations/ar.po +0 -52
  11. package/lang/translations/ast.po +0 -52
  12. package/lang/translations/az.po +0 -52
  13. package/lang/translations/be.po +0 -52
  14. package/lang/translations/bg.po +0 -52
  15. package/lang/translations/bn.po +0 -52
  16. package/lang/translations/bs.po +0 -52
  17. package/lang/translations/ca.po +0 -52
  18. package/lang/translations/cs.po +0 -52
  19. package/lang/translations/da.po +0 -52
  20. package/lang/translations/de-ch.po +0 -52
  21. package/lang/translations/de.po +0 -52
  22. package/lang/translations/el.po +0 -52
  23. package/lang/translations/en-au.po +0 -52
  24. package/lang/translations/en-gb.po +0 -52
  25. package/lang/translations/en.po +0 -52
  26. package/lang/translations/eo.po +0 -52
  27. package/lang/translations/es-co.po +0 -52
  28. package/lang/translations/es.po +0 -52
  29. package/lang/translations/et.po +0 -52
  30. package/lang/translations/eu.po +0 -52
  31. package/lang/translations/fa.po +0 -52
  32. package/lang/translations/fi.po +0 -52
  33. package/lang/translations/fr.po +0 -52
  34. package/lang/translations/gl.po +0 -52
  35. package/lang/translations/gu.po +0 -52
  36. package/lang/translations/he.po +0 -52
  37. package/lang/translations/hi.po +0 -52
  38. package/lang/translations/hr.po +0 -52
  39. package/lang/translations/hu.po +0 -52
  40. package/lang/translations/hy.po +0 -52
  41. package/lang/translations/id.po +0 -52
  42. package/lang/translations/it.po +0 -52
  43. package/lang/translations/ja.po +0 -52
  44. package/lang/translations/jv.po +0 -52
  45. package/lang/translations/kk.po +0 -52
  46. package/lang/translations/km.po +0 -52
  47. package/lang/translations/kn.po +0 -52
  48. package/lang/translations/ko.po +0 -52
  49. package/lang/translations/ku.po +0 -52
  50. package/lang/translations/lt.po +0 -52
  51. package/lang/translations/lv.po +0 -52
  52. package/lang/translations/ms.po +0 -52
  53. package/lang/translations/nb.po +0 -52
  54. package/lang/translations/ne.po +0 -52
  55. package/lang/translations/nl.po +0 -52
  56. package/lang/translations/no.po +0 -52
  57. package/lang/translations/oc.po +0 -52
  58. package/lang/translations/pl.po +0 -52
  59. package/lang/translations/pt-br.po +0 -52
  60. package/lang/translations/pt.po +0 -52
  61. package/lang/translations/ro.po +0 -52
  62. package/lang/translations/ru.po +0 -52
  63. package/lang/translations/si.po +0 -52
  64. package/lang/translations/sk.po +0 -52
  65. package/lang/translations/sl.po +0 -52
  66. package/lang/translations/sq.po +0 -52
  67. package/lang/translations/sr-latn.po +0 -52
  68. package/lang/translations/sr.po +0 -52
  69. package/lang/translations/sv.po +0 -52
  70. package/lang/translations/th.po +0 -52
  71. package/lang/translations/ti.po +0 -52
  72. package/lang/translations/tk.po +0 -52
  73. package/lang/translations/tr.po +0 -52
  74. package/lang/translations/tt.po +0 -52
  75. package/lang/translations/ug.po +0 -52
  76. package/lang/translations/uk.po +0 -52
  77. package/lang/translations/ur.po +0 -52
  78. package/lang/translations/uz.po +0 -52
  79. package/lang/translations/vi.po +0 -52
  80. package/lang/translations/zh-cn.po +0 -52
  81. package/lang/translations/zh.po +0 -52
  82. package/src/augmentation.js +0 -5
  83. package/src/highlightstack.js +0 -126
  84. package/src/index.js +0 -19
  85. package/src/utils.js +0 -414
  86. package/src/verticalnavigation.js +0 -185
  87. package/src/widget.js +0 -727
  88. package/src/widgetresize/resizer.js +0 -390
  89. package/src/widgetresize/resizerstate.js +0 -165
  90. package/src/widgetresize/sizeview.js +0 -65
  91. package/src/widgetresize.js +0 -193
  92. package/src/widgettoolbarrepository.js +0 -274
  93. package/src/widgettypearound/utils.js +0 -60
  94. package/src/widgettypearound/widgettypearound.js +0 -778
  95. package/theme/widget.css +0 -91
  96. package/theme/widgetresize.css +0 -43
  97. package/theme/widgettypearound.css +0 -119
  98. /package/{src → dist}/augmentation.d.ts +0 -0
  99. /package/{src → dist}/highlightstack.d.ts +0 -0
  100. /package/{src → dist}/index.d.ts +0 -0
  101. /package/{src → dist}/utils.d.ts +0 -0
  102. /package/{src → dist}/verticalnavigation.d.ts +0 -0
  103. /package/{src → dist}/widget.d.ts +0 -0
  104. /package/{src → dist}/widgetresize/resizer.d.ts +0 -0
  105. /package/{src → dist}/widgetresize/resizerstate.d.ts +0 -0
  106. /package/{src → dist}/widgetresize/sizeview.d.ts +0 -0
  107. /package/{src → dist}/widgetresize.d.ts +0 -0
  108. /package/{src → dist}/widgettoolbarrepository.d.ts +0 -0
  109. /package/{src → dist}/widgettypearound/utils.d.ts +0 -0
  110. /package/{src → dist}/widgettypearound/widgettypearound.d.ts +0 -0
@@ -1,52 +0,0 @@
1
- # Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2
- #
3
- # Want to contribute to this file? Submit your changes via a GitHub Pull Request.
4
- #
5
- # Check out the official contributor's guide:
6
- # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
7
- #
8
- msgid ""
9
- msgstr ""
10
- "Language: da\n"
11
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
12
- "Content-Type: text/plain; charset=UTF-8\n"
13
-
14
- msgctxt "The label used by assistive technologies describing a toolbar attached to a widget."
15
- msgid "Widget toolbar"
16
- msgstr "Widget værktøjslinje"
17
-
18
- msgctxt "The title displayed when a mouse is over a button that inserts a paragraph before a block."
19
- msgid "Insert paragraph before block"
20
- msgstr "Indsæt paragraf før blok"
21
-
22
- msgctxt "The title displayed when a mouse is over a button that inserts a paragraph after a block."
23
- msgid "Insert paragraph after block"
24
- msgstr "Indsæt paragraf efter blok"
25
-
26
- msgctxt "Information to be read by screen reader about shortcuts to type around a widget."
27
- msgid "Press Enter to type after or press Shift + Enter to type before the widget"
28
- msgstr "Tryk på Enter for at skrive efter, eller tryk på Shift + Enter for at skrive før widgetten"
29
-
30
- msgctxt "Accessibility help dialog section title for widget plugin keystrokes."
31
- msgid "Keystrokes that can be used when a widget is selected (for example: image, table, etc.)"
32
- msgstr "Tastaturtryk, der kan bruges når en widget er valgt (for eksempel: billede, tabel, osv.)"
33
-
34
- msgctxt "Accessibility help dialog entry explaining the meaning of the keystroke that inserts a paragraph after a widget."
35
- msgid "Insert a new paragraph directly after a widget"
36
- msgstr "Indsæt en ny paragraf direkte efter en widget"
37
-
38
- msgctxt "Accessibility help dialog entry explaining the meaning of the keystroke that inserts a paragraph before a widget."
39
- msgid "Insert a new paragraph directly before a widget"
40
- msgstr "Indsæt en ny paragraf direkte før en widget"
41
-
42
- msgctxt "Accessibility help dialog entry explaining the meaning of the keystroke that moves the caret before a widget."
43
- msgid "Move the caret to allow typing directly before a widget"
44
- msgstr "Flyt indsætningstegnet for at tillade skrift direkte før en widget"
45
-
46
- msgctxt "Accessibility help dialog entry explaining the meaning of the keystroke that moves the caret after a widget."
47
- msgid "Move the caret to allow typing directly after a widget"
48
- msgstr "Flyt indsætningstegnet for at tillade skrift direkte efter en widget"
49
-
50
- msgctxt "Accessibility help dialog entry explaining the meaning of the keystroke that moves selection from a nested editable area back to the parent widget."
51
- msgid "Move focus from an editable area back to the parent widget"
52
- msgstr "Flyt fokus fra et redigerbart område tilbage til den overordnede widget"
@@ -1,52 +0,0 @@
1
- # Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2
- #
3
- # Want to contribute to this file? Submit your changes via a GitHub Pull Request.
4
- #
5
- # Check out the official contributor's guide:
6
- # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
7
- #
8
- msgid ""
9
- msgstr ""
10
- "Language: de_CH\n"
11
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
12
- "Content-Type: text/plain; charset=UTF-8\n"
13
-
14
- msgctxt "The label used by assistive technologies describing a toolbar attached to a widget."
15
- msgid "Widget toolbar"
16
- msgstr "Widget Werkzeugleiste"
17
-
18
- msgctxt "The title displayed when a mouse is over a button that inserts a paragraph before a block."
19
- msgid "Insert paragraph before block"
20
- msgstr "Absatz vor Block einfügen"
21
-
22
- msgctxt "The title displayed when a mouse is over a button that inserts a paragraph after a block."
23
- msgid "Insert paragraph after block"
24
- msgstr "Absatz nach Block einfügen"
25
-
26
- msgctxt "Information to be read by screen reader about shortcuts to type around a widget."
27
- msgid "Press Enter to type after or press Shift + Enter to type before the widget"
28
- msgstr ""
29
-
30
- msgctxt "Accessibility help dialog section title for widget plugin keystrokes."
31
- msgid "Keystrokes that can be used when a widget is selected (for example: image, table, etc.)"
32
- msgstr ""
33
-
34
- msgctxt "Accessibility help dialog entry explaining the meaning of the keystroke that inserts a paragraph after a widget."
35
- msgid "Insert a new paragraph directly after a widget"
36
- msgstr ""
37
-
38
- msgctxt "Accessibility help dialog entry explaining the meaning of the keystroke that inserts a paragraph before a widget."
39
- msgid "Insert a new paragraph directly before a widget"
40
- msgstr ""
41
-
42
- msgctxt "Accessibility help dialog entry explaining the meaning of the keystroke that moves the caret before a widget."
43
- msgid "Move the caret to allow typing directly before a widget"
44
- msgstr ""
45
-
46
- msgctxt "Accessibility help dialog entry explaining the meaning of the keystroke that moves the caret after a widget."
47
- msgid "Move the caret to allow typing directly after a widget"
48
- msgstr ""
49
-
50
- msgctxt "Accessibility help dialog entry explaining the meaning of the keystroke that moves selection from a nested editable area back to the parent widget."
51
- msgid "Move focus from an editable area back to the parent widget"
52
- msgstr ""
@@ -1,52 +0,0 @@
1
- # Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2
- #
3
- # Want to contribute to this file? Submit your changes via a GitHub Pull Request.
4
- #
5
- # Check out the official contributor's guide:
6
- # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
7
- #
8
- msgid ""
9
- msgstr ""
10
- "Language: de\n"
11
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
12
- "Content-Type: text/plain; charset=UTF-8\n"
13
-
14
- msgctxt "The label used by assistive technologies describing a toolbar attached to a widget."
15
- msgid "Widget toolbar"
16
- msgstr "Widget Werkzeugleiste"
17
-
18
- msgctxt "The title displayed when a mouse is over a button that inserts a paragraph before a block."
19
- msgid "Insert paragraph before block"
20
- msgstr "Absatz vor Block einfügen"
21
-
22
- msgctxt "The title displayed when a mouse is over a button that inserts a paragraph after a block."
23
- msgid "Insert paragraph after block"
24
- msgstr "Absatz nach Block einfügen"
25
-
26
- msgctxt "Information to be read by screen reader about shortcuts to type around a widget."
27
- msgid "Press Enter to type after or press Shift + Enter to type before the widget"
28
- msgstr "Drücken Sie die Eingabetaste, um nach dem Widget zu tippen oder Shift + Eingabetaste, um vor dem Widget zu tippen."
29
-
30
- msgctxt "Accessibility help dialog section title for widget plugin keystrokes."
31
- msgid "Keystrokes that can be used when a widget is selected (for example: image, table, etc.)"
32
- msgstr "Tastatureingaben, die verwendet werden können, wenn ein Widget ausgewählt wurde (zum Beispiel: Bilder, Tabellen etc.)"
33
-
34
- msgctxt "Accessibility help dialog entry explaining the meaning of the keystroke that inserts a paragraph after a widget."
35
- msgid "Insert a new paragraph directly after a widget"
36
- msgstr "Einen neuen Abschnitt direkt nach einem Widget einfügen"
37
-
38
- msgctxt "Accessibility help dialog entry explaining the meaning of the keystroke that inserts a paragraph before a widget."
39
- msgid "Insert a new paragraph directly before a widget"
40
- msgstr "Einen neuen Abschnitt direkt vor einem Widget einfügen"
41
-
42
- msgctxt "Accessibility help dialog entry explaining the meaning of the keystroke that moves the caret before a widget."
43
- msgid "Move the caret to allow typing directly before a widget"
44
- msgstr "Verschieben Sie den Textcursor, um die Eingabe direkt nach dem Widget zu erlauben"
45
-
46
- msgctxt "Accessibility help dialog entry explaining the meaning of the keystroke that moves the caret after a widget."
47
- msgid "Move the caret to allow typing directly after a widget"
48
- msgstr "Verschieben Sie den Textcursor, um die direkte Eingabe nach dem Widget zu erlauben"
49
-
50
- msgctxt "Accessibility help dialog entry explaining the meaning of the keystroke that moves selection from a nested editable area back to the parent widget."
51
- msgid "Move focus from an editable area back to the parent widget"
52
- msgstr "Bewegen Sie den Fokus von einem bearbeitbaren Bereich zurück zum übergeordneten Widget"
@@ -1,52 +0,0 @@
1
- # Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2
- #
3
- # Want to contribute to this file? Submit your changes via a GitHub Pull Request.
4
- #
5
- # Check out the official contributor's guide:
6
- # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
7
- #
8
- msgid ""
9
- msgstr ""
10
- "Language: el\n"
11
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
12
- "Content-Type: text/plain; charset=UTF-8\n"
13
-
14
- msgctxt "The label used by assistive technologies describing a toolbar attached to a widget."
15
- msgid "Widget toolbar"
16
- msgstr "Γραμμή εργαλείων γραφικού στοιχείου"
17
-
18
- msgctxt "The title displayed when a mouse is over a button that inserts a paragraph before a block."
19
- msgid "Insert paragraph before block"
20
- msgstr "Εισαγωγή παραγράφου πριν το τμήμα"
21
-
22
- msgctxt "The title displayed when a mouse is over a button that inserts a paragraph after a block."
23
- msgid "Insert paragraph after block"
24
- msgstr "Εισαγωγή παραγράφου μετά το τμήμα"
25
-
26
- msgctxt "Information to be read by screen reader about shortcuts to type around a widget."
27
- msgid "Press Enter to type after or press Shift + Enter to type before the widget"
28
- msgstr "Πατήστε Enter για να πληκτρολογήσετε μετά ή πατήστε Shift + Enter για να πληκτρολογήσετε πριν από το γραφικό στοιχείο"
29
-
30
- msgctxt "Accessibility help dialog section title for widget plugin keystrokes."
31
- msgid "Keystrokes that can be used when a widget is selected (for example: image, table, etc.)"
32
- msgstr "Πλήκτρα που μπορείτε να χρησιμοποιήσετε όταν επιλέγετε ένα widget (για παράδειγμα: εικόνα, πίνακα κ.λπ.)"
33
-
34
- msgctxt "Accessibility help dialog entry explaining the meaning of the keystroke that inserts a paragraph after a widget."
35
- msgid "Insert a new paragraph directly after a widget"
36
- msgstr "Εισαγωγή νέας παραγράφου απευθείας μετά από ένα widget"
37
-
38
- msgctxt "Accessibility help dialog entry explaining the meaning of the keystroke that inserts a paragraph before a widget."
39
- msgid "Insert a new paragraph directly before a widget"
40
- msgstr "Εισαγωγή νέας παραγράφου απευθείας πριν από ένα widget"
41
-
42
- msgctxt "Accessibility help dialog entry explaining the meaning of the keystroke that moves the caret before a widget."
43
- msgid "Move the caret to allow typing directly before a widget"
44
- msgstr "Μετακινήστε τον δρομέα caret για να είναι δυνατή η πληκτρολόγηση απευθείας πριν από ένα widget"
45
-
46
- msgctxt "Accessibility help dialog entry explaining the meaning of the keystroke that moves the caret after a widget."
47
- msgid "Move the caret to allow typing directly after a widget"
48
- msgstr "Μετακινήστε τον δρομέα caret για να είναι δυνατή η πληκτρολόγηση απευθείας μετά από ένα widget"
49
-
50
- msgctxt "Accessibility help dialog entry explaining the meaning of the keystroke that moves selection from a nested editable area back to the parent widget."
51
- msgid "Move focus from an editable area back to the parent widget"
52
- msgstr "Μετακίνηση της εστίασης από μια επεξεργάσιμη περιοχή πίσω στο αρχικό widget"
@@ -1,52 +0,0 @@
1
- # Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2
- #
3
- # Want to contribute to this file? Submit your changes via a GitHub Pull Request.
4
- #
5
- # Check out the official contributor's guide:
6
- # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
7
- #
8
- msgid ""
9
- msgstr ""
10
- "Language: en_AU\n"
11
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
12
- "Content-Type: text/plain; charset=UTF-8\n"
13
-
14
- msgctxt "The label used by assistive technologies describing a toolbar attached to a widget."
15
- msgid "Widget toolbar"
16
- msgstr "Widget toolbar"
17
-
18
- msgctxt "The title displayed when a mouse is over a button that inserts a paragraph before a block."
19
- msgid "Insert paragraph before block"
20
- msgstr "Insert paragraph before block"
21
-
22
- msgctxt "The title displayed when a mouse is over a button that inserts a paragraph after a block."
23
- msgid "Insert paragraph after block"
24
- msgstr "Insert paragraph after block"
25
-
26
- msgctxt "Information to be read by screen reader about shortcuts to type around a widget."
27
- msgid "Press Enter to type after or press Shift + Enter to type before the widget"
28
- msgstr "Press Enter to type after or press Shift + Enter to type before the widget"
29
-
30
- msgctxt "Accessibility help dialog section title for widget plugin keystrokes."
31
- msgid "Keystrokes that can be used when a widget is selected (for example: image, table, etc.)"
32
- msgstr ""
33
-
34
- msgctxt "Accessibility help dialog entry explaining the meaning of the keystroke that inserts a paragraph after a widget."
35
- msgid "Insert a new paragraph directly after a widget"
36
- msgstr ""
37
-
38
- msgctxt "Accessibility help dialog entry explaining the meaning of the keystroke that inserts a paragraph before a widget."
39
- msgid "Insert a new paragraph directly before a widget"
40
- msgstr ""
41
-
42
- msgctxt "Accessibility help dialog entry explaining the meaning of the keystroke that moves the caret before a widget."
43
- msgid "Move the caret to allow typing directly before a widget"
44
- msgstr ""
45
-
46
- msgctxt "Accessibility help dialog entry explaining the meaning of the keystroke that moves the caret after a widget."
47
- msgid "Move the caret to allow typing directly after a widget"
48
- msgstr ""
49
-
50
- msgctxt "Accessibility help dialog entry explaining the meaning of the keystroke that moves selection from a nested editable area back to the parent widget."
51
- msgid "Move focus from an editable area back to the parent widget"
52
- msgstr ""
@@ -1,52 +0,0 @@
1
- # Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2
- #
3
- # Want to contribute to this file? Submit your changes via a GitHub Pull Request.
4
- #
5
- # Check out the official contributor's guide:
6
- # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
7
- #
8
- msgid ""
9
- msgstr ""
10
- "Language: en_GB\n"
11
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
12
- "Content-Type: text/plain; charset=UTF-8\n"
13
-
14
- msgctxt "The label used by assistive technologies describing a toolbar attached to a widget."
15
- msgid "Widget toolbar"
16
- msgstr ""
17
-
18
- msgctxt "The title displayed when a mouse is over a button that inserts a paragraph before a block."
19
- msgid "Insert paragraph before block"
20
- msgstr ""
21
-
22
- msgctxt "The title displayed when a mouse is over a button that inserts a paragraph after a block."
23
- msgid "Insert paragraph after block"
24
- msgstr ""
25
-
26
- msgctxt "Information to be read by screen reader about shortcuts to type around a widget."
27
- msgid "Press Enter to type after or press Shift + Enter to type before the widget"
28
- msgstr ""
29
-
30
- msgctxt "Accessibility help dialog section title for widget plugin keystrokes."
31
- msgid "Keystrokes that can be used when a widget is selected (for example: image, table, etc.)"
32
- msgstr ""
33
-
34
- msgctxt "Accessibility help dialog entry explaining the meaning of the keystroke that inserts a paragraph after a widget."
35
- msgid "Insert a new paragraph directly after a widget"
36
- msgstr ""
37
-
38
- msgctxt "Accessibility help dialog entry explaining the meaning of the keystroke that inserts a paragraph before a widget."
39
- msgid "Insert a new paragraph directly before a widget"
40
- msgstr ""
41
-
42
- msgctxt "Accessibility help dialog entry explaining the meaning of the keystroke that moves the caret before a widget."
43
- msgid "Move the caret to allow typing directly before a widget"
44
- msgstr ""
45
-
46
- msgctxt "Accessibility help dialog entry explaining the meaning of the keystroke that moves the caret after a widget."
47
- msgid "Move the caret to allow typing directly after a widget"
48
- msgstr ""
49
-
50
- msgctxt "Accessibility help dialog entry explaining the meaning of the keystroke that moves selection from a nested editable area back to the parent widget."
51
- msgid "Move focus from an editable area back to the parent widget"
52
- msgstr ""
@@ -1,52 +0,0 @@
1
- # Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2
- #
3
- # Want to contribute to this file? Submit your changes via a GitHub Pull Request.
4
- #
5
- # Check out the official contributor's guide:
6
- # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
7
- #
8
- msgid ""
9
- msgstr ""
10
- "Language: en\n"
11
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
12
- "Content-Type: text/plain; charset=UTF-8\n"
13
-
14
- msgctxt "The label used by assistive technologies describing a toolbar attached to a widget."
15
- msgid "Widget toolbar"
16
- msgstr "Widget toolbar"
17
-
18
- msgctxt "The title displayed when a mouse is over a button that inserts a paragraph before a block."
19
- msgid "Insert paragraph before block"
20
- msgstr "Insert paragraph before block"
21
-
22
- msgctxt "The title displayed when a mouse is over a button that inserts a paragraph after a block."
23
- msgid "Insert paragraph after block"
24
- msgstr "Insert paragraph after block"
25
-
26
- msgctxt "Information to be read by screen reader about shortcuts to type around a widget."
27
- msgid "Press Enter to type after or press Shift + Enter to type before the widget"
28
- msgstr "Press Enter to type after or press Shift + Enter to type before the widget"
29
-
30
- msgctxt "Accessibility help dialog section title for widget plugin keystrokes."
31
- msgid "Keystrokes that can be used when a widget is selected (for example: image, table, etc.)"
32
- msgstr "Keystrokes that can be used when a widget is selected (for example: image, table, etc.)"
33
-
34
- msgctxt "Accessibility help dialog entry explaining the meaning of the keystroke that inserts a paragraph after a widget."
35
- msgid "Insert a new paragraph directly after a widget"
36
- msgstr "Insert a new paragraph directly after a widget"
37
-
38
- msgctxt "Accessibility help dialog entry explaining the meaning of the keystroke that inserts a paragraph before a widget."
39
- msgid "Insert a new paragraph directly before a widget"
40
- msgstr "Insert a new paragraph directly before a widget"
41
-
42
- msgctxt "Accessibility help dialog entry explaining the meaning of the keystroke that moves the caret before a widget."
43
- msgid "Move the caret to allow typing directly before a widget"
44
- msgstr "Move the caret to allow typing directly before a widget"
45
-
46
- msgctxt "Accessibility help dialog entry explaining the meaning of the keystroke that moves the caret after a widget."
47
- msgid "Move the caret to allow typing directly after a widget"
48
- msgstr "Move the caret to allow typing directly after a widget"
49
-
50
- msgctxt "Accessibility help dialog entry explaining the meaning of the keystroke that moves selection from a nested editable area back to the parent widget."
51
- msgid "Move focus from an editable area back to the parent widget"
52
- msgstr "Move focus from an editable area back to the parent widget"
@@ -1,52 +0,0 @@
1
- # Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2
- #
3
- # Want to contribute to this file? Submit your changes via a GitHub Pull Request.
4
- #
5
- # Check out the official contributor's guide:
6
- # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
7
- #
8
- msgid ""
9
- msgstr ""
10
- "Language: eo\n"
11
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
12
- "Content-Type: text/plain; charset=UTF-8\n"
13
-
14
- msgctxt "The label used by assistive technologies describing a toolbar attached to a widget."
15
- msgid "Widget toolbar"
16
- msgstr ""
17
-
18
- msgctxt "The title displayed when a mouse is over a button that inserts a paragraph before a block."
19
- msgid "Insert paragraph before block"
20
- msgstr ""
21
-
22
- msgctxt "The title displayed when a mouse is over a button that inserts a paragraph after a block."
23
- msgid "Insert paragraph after block"
24
- msgstr ""
25
-
26
- msgctxt "Information to be read by screen reader about shortcuts to type around a widget."
27
- msgid "Press Enter to type after or press Shift + Enter to type before the widget"
28
- msgstr ""
29
-
30
- msgctxt "Accessibility help dialog section title for widget plugin keystrokes."
31
- msgid "Keystrokes that can be used when a widget is selected (for example: image, table, etc.)"
32
- msgstr ""
33
-
34
- msgctxt "Accessibility help dialog entry explaining the meaning of the keystroke that inserts a paragraph after a widget."
35
- msgid "Insert a new paragraph directly after a widget"
36
- msgstr ""
37
-
38
- msgctxt "Accessibility help dialog entry explaining the meaning of the keystroke that inserts a paragraph before a widget."
39
- msgid "Insert a new paragraph directly before a widget"
40
- msgstr ""
41
-
42
- msgctxt "Accessibility help dialog entry explaining the meaning of the keystroke that moves the caret before a widget."
43
- msgid "Move the caret to allow typing directly before a widget"
44
- msgstr ""
45
-
46
- msgctxt "Accessibility help dialog entry explaining the meaning of the keystroke that moves the caret after a widget."
47
- msgid "Move the caret to allow typing directly after a widget"
48
- msgstr ""
49
-
50
- msgctxt "Accessibility help dialog entry explaining the meaning of the keystroke that moves selection from a nested editable area back to the parent widget."
51
- msgid "Move focus from an editable area back to the parent widget"
52
- msgstr ""
@@ -1,52 +0,0 @@
1
- # Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2
- #
3
- # Want to contribute to this file? Submit your changes via a GitHub Pull Request.
4
- #
5
- # Check out the official contributor's guide:
6
- # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
7
- #
8
- msgid ""
9
- msgstr ""
10
- "Language: es_CO\n"
11
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
12
- "Content-Type: text/plain; charset=UTF-8\n"
13
-
14
- msgctxt "The label used by assistive technologies describing a toolbar attached to a widget."
15
- msgid "Widget toolbar"
16
- msgstr ""
17
-
18
- msgctxt "The title displayed when a mouse is over a button that inserts a paragraph before a block."
19
- msgid "Insert paragraph before block"
20
- msgstr ""
21
-
22
- msgctxt "The title displayed when a mouse is over a button that inserts a paragraph after a block."
23
- msgid "Insert paragraph after block"
24
- msgstr ""
25
-
26
- msgctxt "Information to be read by screen reader about shortcuts to type around a widget."
27
- msgid "Press Enter to type after or press Shift + Enter to type before the widget"
28
- msgstr ""
29
-
30
- msgctxt "Accessibility help dialog section title for widget plugin keystrokes."
31
- msgid "Keystrokes that can be used when a widget is selected (for example: image, table, etc.)"
32
- msgstr ""
33
-
34
- msgctxt "Accessibility help dialog entry explaining the meaning of the keystroke that inserts a paragraph after a widget."
35
- msgid "Insert a new paragraph directly after a widget"
36
- msgstr ""
37
-
38
- msgctxt "Accessibility help dialog entry explaining the meaning of the keystroke that inserts a paragraph before a widget."
39
- msgid "Insert a new paragraph directly before a widget"
40
- msgstr ""
41
-
42
- msgctxt "Accessibility help dialog entry explaining the meaning of the keystroke that moves the caret before a widget."
43
- msgid "Move the caret to allow typing directly before a widget"
44
- msgstr ""
45
-
46
- msgctxt "Accessibility help dialog entry explaining the meaning of the keystroke that moves the caret after a widget."
47
- msgid "Move the caret to allow typing directly after a widget"
48
- msgstr ""
49
-
50
- msgctxt "Accessibility help dialog entry explaining the meaning of the keystroke that moves selection from a nested editable area back to the parent widget."
51
- msgid "Move focus from an editable area back to the parent widget"
52
- msgstr ""
@@ -1,52 +0,0 @@
1
- # Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2
- #
3
- # Want to contribute to this file? Submit your changes via a GitHub Pull Request.
4
- #
5
- # Check out the official contributor's guide:
6
- # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
7
- #
8
- msgid ""
9
- msgstr ""
10
- "Language: es\n"
11
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
12
- "Content-Type: text/plain; charset=UTF-8\n"
13
-
14
- msgctxt "The label used by assistive technologies describing a toolbar attached to a widget."
15
- msgid "Widget toolbar"
16
- msgstr "Barra de herramientas del widget"
17
-
18
- msgctxt "The title displayed when a mouse is over a button that inserts a paragraph before a block."
19
- msgid "Insert paragraph before block"
20
- msgstr "Insertar párrafo antes del bloque"
21
-
22
- msgctxt "The title displayed when a mouse is over a button that inserts a paragraph after a block."
23
- msgid "Insert paragraph after block"
24
- msgstr "Insertar párrafo después del bloque"
25
-
26
- msgctxt "Information to be read by screen reader about shortcuts to type around a widget."
27
- msgid "Press Enter to type after or press Shift + Enter to type before the widget"
28
- msgstr "Pulse Intro para escribir después o pulse Mayús + Intro para escribir antes del «widget»."
29
-
30
- msgctxt "Accessibility help dialog section title for widget plugin keystrokes."
31
- msgid "Keystrokes that can be used when a widget is selected (for example: image, table, etc.)"
32
- msgstr "Teclas que se pueden utilizar cuando se selecciona un módulo interactivo (por ejemplo: imagen, tabla, etc.)"
33
-
34
- msgctxt "Accessibility help dialog entry explaining the meaning of the keystroke that inserts a paragraph after a widget."
35
- msgid "Insert a new paragraph directly after a widget"
36
- msgstr "Inserta un nuevo párrafo directamente después de un módulo interactivo"
37
-
38
- msgctxt "Accessibility help dialog entry explaining the meaning of the keystroke that inserts a paragraph before a widget."
39
- msgid "Insert a new paragraph directly before a widget"
40
- msgstr "Inserta un nuevo párrafo directamente antes de un módulo interactivo"
41
-
42
- msgctxt "Accessibility help dialog entry explaining the meaning of the keystroke that moves the caret before a widget."
43
- msgid "Move the caret to allow typing directly before a widget"
44
- msgstr "Mueve el cursor para permitir escribir directamente antes de un módulo interactivo"
45
-
46
- msgctxt "Accessibility help dialog entry explaining the meaning of the keystroke that moves the caret after a widget."
47
- msgid "Move the caret to allow typing directly after a widget"
48
- msgstr "Mueve el cursor para permitir escribir directamente después de un módulo interactivo"
49
-
50
- msgctxt "Accessibility help dialog entry explaining the meaning of the keystroke that moves selection from a nested editable area back to the parent widget."
51
- msgid "Move focus from an editable area back to the parent widget"
52
- msgstr "Cambiar el foco de un área editable al widget principal"
@@ -1,52 +0,0 @@
1
- # Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2
- #
3
- # Want to contribute to this file? Submit your changes via a GitHub Pull Request.
4
- #
5
- # Check out the official contributor's guide:
6
- # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
7
- #
8
- msgid ""
9
- msgstr ""
10
- "Language: et\n"
11
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
12
- "Content-Type: text/plain; charset=UTF-8\n"
13
-
14
- msgctxt "The label used by assistive technologies describing a toolbar attached to a widget."
15
- msgid "Widget toolbar"
16
- msgstr "Vidinate tööriistariba"
17
-
18
- msgctxt "The title displayed when a mouse is over a button that inserts a paragraph before a block."
19
- msgid "Insert paragraph before block"
20
- msgstr "Sisesta lõik enne plokki"
21
-
22
- msgctxt "The title displayed when a mouse is over a button that inserts a paragraph after a block."
23
- msgid "Insert paragraph after block"
24
- msgstr "Sisesta lõik pärast plokki"
25
-
26
- msgctxt "Information to be read by screen reader about shortcuts to type around a widget."
27
- msgid "Press Enter to type after or press Shift + Enter to type before the widget"
28
- msgstr "Vajutage Enter, et tippida pärast, või Shift + Enter, et tippida enne vidinat"
29
-
30
- msgctxt "Accessibility help dialog section title for widget plugin keystrokes."
31
- msgid "Keystrokes that can be used when a widget is selected (for example: image, table, etc.)"
32
- msgstr "Klahvikombinatsioonid, mida kasutada vidina (nt pildi, tabeli jne) valimisel"
33
-
34
- msgctxt "Accessibility help dialog entry explaining the meaning of the keystroke that inserts a paragraph after a widget."
35
- msgid "Insert a new paragraph directly after a widget"
36
- msgstr "Sisesta uus lõik kohe pärast vidinat"
37
-
38
- msgctxt "Accessibility help dialog entry explaining the meaning of the keystroke that inserts a paragraph before a widget."
39
- msgid "Insert a new paragraph directly before a widget"
40
- msgstr "Sisesta uus lõik kohe enne vidinat"
41
-
42
- msgctxt "Accessibility help dialog entry explaining the meaning of the keystroke that moves the caret before a widget."
43
- msgid "Move the caret to allow typing directly before a widget"
44
- msgstr "Kohe enne vidinat kirjutamiseks liiguta katusesümbolit"
45
-
46
- msgctxt "Accessibility help dialog entry explaining the meaning of the keystroke that moves the caret after a widget."
47
- msgid "Move the caret to allow typing directly after a widget"
48
- msgstr "Kohe pärast vidinat kirjutamiseks liiguta katusemärki"
49
-
50
- msgctxt "Accessibility help dialog entry explaining the meaning of the keystroke that moves selection from a nested editable area back to the parent widget."
51
- msgid "Move focus from an editable area back to the parent widget"
52
- msgstr "Liiguta fookus redigeeritavalt alalt tagasi põhividinale"
@@ -1,52 +0,0 @@
1
- # Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2
- #
3
- # Want to contribute to this file? Submit your changes via a GitHub Pull Request.
4
- #
5
- # Check out the official contributor's guide:
6
- # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
7
- #
8
- msgid ""
9
- msgstr ""
10
- "Language: eu\n"
11
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
12
- "Content-Type: text/plain; charset=UTF-8\n"
13
-
14
- msgctxt "The label used by assistive technologies describing a toolbar attached to a widget."
15
- msgid "Widget toolbar"
16
- msgstr ""
17
-
18
- msgctxt "The title displayed when a mouse is over a button that inserts a paragraph before a block."
19
- msgid "Insert paragraph before block"
20
- msgstr ""
21
-
22
- msgctxt "The title displayed when a mouse is over a button that inserts a paragraph after a block."
23
- msgid "Insert paragraph after block"
24
- msgstr ""
25
-
26
- msgctxt "Information to be read by screen reader about shortcuts to type around a widget."
27
- msgid "Press Enter to type after or press Shift + Enter to type before the widget"
28
- msgstr ""
29
-
30
- msgctxt "Accessibility help dialog section title for widget plugin keystrokes."
31
- msgid "Keystrokes that can be used when a widget is selected (for example: image, table, etc.)"
32
- msgstr ""
33
-
34
- msgctxt "Accessibility help dialog entry explaining the meaning of the keystroke that inserts a paragraph after a widget."
35
- msgid "Insert a new paragraph directly after a widget"
36
- msgstr ""
37
-
38
- msgctxt "Accessibility help dialog entry explaining the meaning of the keystroke that inserts a paragraph before a widget."
39
- msgid "Insert a new paragraph directly before a widget"
40
- msgstr ""
41
-
42
- msgctxt "Accessibility help dialog entry explaining the meaning of the keystroke that moves the caret before a widget."
43
- msgid "Move the caret to allow typing directly before a widget"
44
- msgstr ""
45
-
46
- msgctxt "Accessibility help dialog entry explaining the meaning of the keystroke that moves the caret after a widget."
47
- msgid "Move the caret to allow typing directly after a widget"
48
- msgstr ""
49
-
50
- msgctxt "Accessibility help dialog entry explaining the meaning of the keystroke that moves selection from a nested editable area back to the parent widget."
51
- msgid "Move focus from an editable area back to the parent widget"
52
- msgstr ""