@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: ja\n"
11
- "Plural-Forms: nplurals=1; plural=0;\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 "ウィジェットが選択されている時に使用できるキーストローク(例:画像、テーブルなど)"
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: jv\n"
11
- "Plural-Forms: nplurals=2; plural=(n !== 0);\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: kk\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: km\n"
11
- "Plural-Forms: nplurals=1; plural=0;\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: kn\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: ko\n"
11
- "Plural-Forms: nplurals=1; plural=0;\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: ku\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: lt\n"
11
- "Plural-Forms: nplurals=3; plural=(n % 10 == 1 && n % 100 != 11 ? 0 : n % 10 >= 2 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);\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 "Valdiklių įrankių juosta"
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 "Įkelti pastraipą prieš 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 "Įkelti pastraipą po bloko"
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 "Paspauskite Enter, jei norite rašyti po valdiklio, arba paspauskite Shift + Enter, jei norite rašyti prieš valdiklį."
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 "Klavišų paspaudimai, kuriuos galima naudoti pasirinkus valdiklį (pavyzdžiui, vaizdą, lentelę ir t. t.)"
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 "Įterpti naują pastraipą iškart po valdiklio"
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 "Įterpti naują pastraipą iškart prieš valdiklį"
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 "Perkelkite žymeklį, kad būtų galima rašyti iškart prieš valdiklį"
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 "Perkelkite žymeklį, kad būtų galima rašyti iškart po valdiklio"
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 "Perkelti fokusą iš redaguojamos srities atgal į pagrindinį valdiklį"
@@ -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: lv\n"
11
- "Plural-Forms: nplurals=3; plural=(n % 10 == 1 && n % 100 != 11 ? 0 : n != 0 ? 1 : 2);\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 "Sīkrīku rīkjosla"
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 "Ievietot paragrāfu pirms bloka"
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 "Ievietot paragrāfu aiz bloka"
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 "Nospiediet taustiņu Enter, lai rakstītu aiz logrīka, vai nospiediet taustiņu Shift + Enter, lai rakstītu pirms logrīka"
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 "Taustiņsitieni, kurus var izmantot, kad ir atlasīts logrīks (piemēram, attēls, tabula utt.)"
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 "Ievietot jaunu rindkopu tieši aiz logrīka"
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 "Ievietot jaunu rindkopu tieši pirms logrīka"
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 "Pārvietot kursoru, lai rakstītu tieši pirms logrīka"
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 "Pārvietot kursoru, lai rakstītu tieši aiz logrīka"
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 "Mainiet fokusu no rediģējamā apgabala uz pamatrīku"
@@ -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: ms\n"
11
- "Plural-Forms: nplurals=1; plural=0;\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 "Bar alat capaian 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 "Masukkan perenggan sebelum 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 "Masukkan perenggan sebelum 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 "Tekan Enter untuk menaip selepas atau tekan Shift + Enter untuk menaip sebelum 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 "Ketukan kekunci yang boleh digunakan semasa widget dipilih (contohnya: imej, jadual, dsb.)"
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 "Masukkan perenggan baharu secara langsung selepas 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 "Masukkan perenggan baharu secara langsung sebelum 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 "Alihkan karet untuk membenarkan penaipan secara langsung sebelum 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 "Alihkan karet untuk membenarkan penaipan secara langsung selepas 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 "Alihkan fokus dari kawasan yang boleh diedit kembali ke widget induk"
@@ -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: nb\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: ne_NP\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 ""