@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.
- package/LICENSE.md +1 -1
- package/dist/index-editor.css +484 -122
- package/dist/index.css +479 -187
- package/dist/index.css.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +26 -46
- package/lang/contexts.json +0 -12
- package/lang/translations/af.po +0 -52
- package/lang/translations/ar.po +0 -52
- package/lang/translations/ast.po +0 -52
- package/lang/translations/az.po +0 -52
- package/lang/translations/be.po +0 -52
- package/lang/translations/bg.po +0 -52
- package/lang/translations/bn.po +0 -52
- package/lang/translations/bs.po +0 -52
- package/lang/translations/ca.po +0 -52
- package/lang/translations/cs.po +0 -52
- package/lang/translations/da.po +0 -52
- package/lang/translations/de-ch.po +0 -52
- package/lang/translations/de.po +0 -52
- package/lang/translations/el.po +0 -52
- package/lang/translations/en-au.po +0 -52
- package/lang/translations/en-gb.po +0 -52
- package/lang/translations/en.po +0 -52
- package/lang/translations/eo.po +0 -52
- package/lang/translations/es-co.po +0 -52
- package/lang/translations/es.po +0 -52
- package/lang/translations/et.po +0 -52
- package/lang/translations/eu.po +0 -52
- package/lang/translations/fa.po +0 -52
- package/lang/translations/fi.po +0 -52
- package/lang/translations/fr.po +0 -52
- package/lang/translations/gl.po +0 -52
- package/lang/translations/gu.po +0 -52
- package/lang/translations/he.po +0 -52
- package/lang/translations/hi.po +0 -52
- package/lang/translations/hr.po +0 -52
- package/lang/translations/hu.po +0 -52
- package/lang/translations/hy.po +0 -52
- package/lang/translations/id.po +0 -52
- package/lang/translations/it.po +0 -52
- package/lang/translations/ja.po +0 -52
- package/lang/translations/jv.po +0 -52
- package/lang/translations/kk.po +0 -52
- package/lang/translations/km.po +0 -52
- package/lang/translations/kn.po +0 -52
- package/lang/translations/ko.po +0 -52
- package/lang/translations/ku.po +0 -52
- package/lang/translations/lt.po +0 -52
- package/lang/translations/lv.po +0 -52
- package/lang/translations/ms.po +0 -52
- package/lang/translations/nb.po +0 -52
- package/lang/translations/ne.po +0 -52
- package/lang/translations/nl.po +0 -52
- package/lang/translations/no.po +0 -52
- package/lang/translations/oc.po +0 -52
- package/lang/translations/pl.po +0 -52
- package/lang/translations/pt-br.po +0 -52
- package/lang/translations/pt.po +0 -52
- package/lang/translations/ro.po +0 -52
- package/lang/translations/ru.po +0 -52
- package/lang/translations/si.po +0 -52
- package/lang/translations/sk.po +0 -52
- package/lang/translations/sl.po +0 -52
- package/lang/translations/sq.po +0 -52
- package/lang/translations/sr-latn.po +0 -52
- package/lang/translations/sr.po +0 -52
- package/lang/translations/sv.po +0 -52
- package/lang/translations/th.po +0 -52
- package/lang/translations/ti.po +0 -52
- package/lang/translations/tk.po +0 -52
- package/lang/translations/tr.po +0 -52
- package/lang/translations/tt.po +0 -52
- package/lang/translations/ug.po +0 -52
- package/lang/translations/uk.po +0 -52
- package/lang/translations/ur.po +0 -52
- package/lang/translations/uz.po +0 -52
- package/lang/translations/vi.po +0 -52
- package/lang/translations/zh-cn.po +0 -52
- package/lang/translations/zh.po +0 -52
- package/src/augmentation.js +0 -5
- package/src/highlightstack.js +0 -126
- package/src/index.js +0 -19
- package/src/utils.js +0 -414
- package/src/verticalnavigation.js +0 -185
- package/src/widget.js +0 -727
- package/src/widgetresize/resizer.js +0 -390
- package/src/widgetresize/resizerstate.js +0 -165
- package/src/widgetresize/sizeview.js +0 -65
- package/src/widgetresize.js +0 -193
- package/src/widgettoolbarrepository.js +0 -274
- package/src/widgettypearound/utils.js +0 -60
- package/src/widgettypearound/widgettypearound.js +0 -778
- package/theme/widget.css +0 -91
- package/theme/widgetresize.css +0 -43
- package/theme/widgettypearound.css +0 -119
- /package/{src → dist}/augmentation.d.ts +0 -0
- /package/{src → dist}/highlightstack.d.ts +0 -0
- /package/{src → dist}/index.d.ts +0 -0
- /package/{src → dist}/utils.d.ts +0 -0
- /package/{src → dist}/verticalnavigation.d.ts +0 -0
- /package/{src → dist}/widget.d.ts +0 -0
- /package/{src → dist}/widgetresize/resizer.d.ts +0 -0
- /package/{src → dist}/widgetresize/resizerstate.d.ts +0 -0
- /package/{src → dist}/widgetresize/sizeview.d.ts +0 -0
- /package/{src → dist}/widgetresize.d.ts +0 -0
- /package/{src → dist}/widgettoolbarrepository.d.ts +0 -0
- /package/{src → dist}/widgettypearound/utils.d.ts +0 -0
- /package/{src → dist}/widgettypearound/widgettypearound.d.ts +0 -0
package/package.json
CHANGED
|
@@ -1,28 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-widget",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "48.0.0-alpha.0",
|
|
4
4
|
"description": "Widget API for CKEditor 5.",
|
|
5
|
-
"keywords": [
|
|
6
|
-
"ckeditor",
|
|
7
|
-
"ckeditor5",
|
|
8
|
-
"ckeditor 5",
|
|
9
|
-
"ckeditor5-lib",
|
|
10
|
-
"ckeditor5-dll"
|
|
11
|
-
],
|
|
12
|
-
"type": "module",
|
|
13
|
-
"main": "src/index.js",
|
|
14
|
-
"dependencies": {
|
|
15
|
-
"@ckeditor/ckeditor5-core": "47.6.1",
|
|
16
|
-
"@ckeditor/ckeditor5-engine": "47.6.1",
|
|
17
|
-
"@ckeditor/ckeditor5-enter": "47.6.1",
|
|
18
|
-
"@ckeditor/ckeditor5-icons": "47.6.1",
|
|
19
|
-
"@ckeditor/ckeditor5-ui": "47.6.1",
|
|
20
|
-
"@ckeditor/ckeditor5-utils": "47.6.1",
|
|
21
|
-
"@ckeditor/ckeditor5-typing": "47.6.1",
|
|
22
|
-
"es-toolkit": "1.39.5"
|
|
23
|
-
},
|
|
24
|
-
"author": "CKSource (http://cksource.com/)",
|
|
25
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
|
+
"author": "CKSource (http://cksource.com/)",
|
|
26
7
|
"homepage": "https://ckeditor.com/ckeditor-5",
|
|
27
8
|
"bugs": "https://github.com/ckeditor/ckeditor5/issues",
|
|
28
9
|
"repository": {
|
|
@@ -30,33 +11,32 @@
|
|
|
30
11
|
"url": "https://github.com/ckeditor/ckeditor5.git",
|
|
31
12
|
"directory": "packages/ckeditor5-widget"
|
|
32
13
|
},
|
|
14
|
+
"keywords": [
|
|
15
|
+
"ckeditor",
|
|
16
|
+
"ckeditor5",
|
|
17
|
+
"ckeditor 5",
|
|
18
|
+
"ckeditor5-lib"
|
|
19
|
+
],
|
|
20
|
+
"type": "module",
|
|
21
|
+
"main": "./dist/index.js",
|
|
22
|
+
"exports": {
|
|
23
|
+
".": "./dist/index.js",
|
|
24
|
+
"./dist/*": "./dist/*",
|
|
25
|
+
"./package.json": "./package.json"
|
|
26
|
+
},
|
|
27
|
+
"dependencies": {
|
|
28
|
+
"@ckeditor/ckeditor5-core": "48.0.0-alpha.0",
|
|
29
|
+
"@ckeditor/ckeditor5-engine": "48.0.0-alpha.0",
|
|
30
|
+
"@ckeditor/ckeditor5-enter": "48.0.0-alpha.0",
|
|
31
|
+
"@ckeditor/ckeditor5-icons": "48.0.0-alpha.0",
|
|
32
|
+
"@ckeditor/ckeditor5-ui": "48.0.0-alpha.0",
|
|
33
|
+
"@ckeditor/ckeditor5-utils": "48.0.0-alpha.0",
|
|
34
|
+
"@ckeditor/ckeditor5-typing": "48.0.0-alpha.0",
|
|
35
|
+
"es-toolkit": "1.45.1"
|
|
36
|
+
},
|
|
33
37
|
"files": [
|
|
34
38
|
"dist",
|
|
35
|
-
"lang",
|
|
36
|
-
"src/**/*.js",
|
|
37
|
-
"src/**/*.d.ts",
|
|
38
|
-
"theme",
|
|
39
39
|
"CHANGELOG.md"
|
|
40
40
|
],
|
|
41
|
-
"types": "
|
|
42
|
-
"exports": {
|
|
43
|
-
".": {
|
|
44
|
-
"types": "./src/index.d.ts",
|
|
45
|
-
"import": "./src/index.js",
|
|
46
|
-
"default": "./src/index.js"
|
|
47
|
-
},
|
|
48
|
-
"./dist/*": {
|
|
49
|
-
"types": "./src/index.d.ts",
|
|
50
|
-
"import": "./dist/*",
|
|
51
|
-
"default": "./dist/*"
|
|
52
|
-
},
|
|
53
|
-
"./src/*": {
|
|
54
|
-
"types": "./src/*.d.ts",
|
|
55
|
-
"import": "./src/*",
|
|
56
|
-
"default": "./src/*"
|
|
57
|
-
},
|
|
58
|
-
"./lang/*": "./lang/*",
|
|
59
|
-
"./theme/*": "./theme/*",
|
|
60
|
-
"./package.json": "./package.json"
|
|
61
|
-
}
|
|
41
|
+
"types": "./dist/index.d.ts"
|
|
62
42
|
}
|
package/lang/contexts.json
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"Widget toolbar": "The label used by assistive technologies describing a toolbar attached to a widget.",
|
|
3
|
-
"Insert paragraph before block": "The title displayed when a mouse is over a button that inserts a paragraph before a block.",
|
|
4
|
-
"Insert paragraph after block": "The title displayed when a mouse is over a button that inserts a paragraph after a block.",
|
|
5
|
-
"Press Enter to type after or press Shift + Enter to type before the widget": "Information to be read by screen reader about shortcuts to type around a widget.",
|
|
6
|
-
"Keystrokes that can be used when a widget is selected (for example: image, table, etc.)": "Accessibility help dialog section title for widget plugin keystrokes.",
|
|
7
|
-
"Insert a new paragraph directly after a widget": "Accessibility help dialog entry explaining the meaning of the keystroke that inserts a paragraph after a widget.",
|
|
8
|
-
"Insert a new paragraph directly before a widget": "Accessibility help dialog entry explaining the meaning of the keystroke that inserts a paragraph before a widget.",
|
|
9
|
-
"Move the caret to allow typing directly before a widget": "Accessibility help dialog entry explaining the meaning of the keystroke that moves the caret before a widget.",
|
|
10
|
-
"Move the caret to allow typing directly after a widget": "Accessibility help dialog entry explaining the meaning of the keystroke that moves the caret after a widget.",
|
|
11
|
-
"Move focus from an editable area back to the parent widget": "Accessibility help dialog entry explaining the meaning of the keystroke that moves selection from a nested editable area back to the parent widget."
|
|
12
|
-
}
|
package/lang/translations/af.po
DELETED
|
@@ -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: af\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 ""
|
package/lang/translations/ar.po
DELETED
|
@@ -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: ar\n"
|
|
11
|
-
"Plural-Forms: nplurals=6; plural=(n == 0 ? 0 : n == 1 ? 1 : n == 2 ? 2 : n % 100 >= 3 && n % 100 <= 10 ? 3 : n % 100 >= 11 ? 4 : 5);\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 "انقل التركيز من منطقة قابلة للتحرير لتعيده إلى الأداة الأصلية"
|
package/lang/translations/ast.po
DELETED
|
@@ -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: ast\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 ""
|
package/lang/translations/az.po
DELETED
|
@@ -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: az\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 "Vidgetin paneli"
|
|
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 ""
|
package/lang/translations/be.po
DELETED
|
@@ -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: be\n"
|
|
11
|
-
"Plural-Forms: nplurals=3; plural=(n % 10 == 1 && n % 100 != 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);\n"
|
|
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 "Перамясціце фокус з рэдагававальнай вобласці назад на бацькоўскі віджэт"
|
package/lang/translations/bg.po
DELETED
|
@@ -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: bg\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 "Клавишни комбинации, които могат да се използват при избран елемент (например: изображение, таблица и др.)"
|
|
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 "Преместване на фокуса от област с възможност за редактиране обратно към родителския изпълним модукл"
|
package/lang/translations/bn.po
DELETED
|
@@ -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: bn\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 "পরে টাইপ করতে এন্টার চাপুন বা উইজেটের আগে টাইপ করতে Shift + এন্টার চাপুন"
|
|
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 "এডিটযোগ্য এরিয়া থেকে প্যারেন্ট উইজেটে ফোকাসে সরিয়ে নিন"
|
package/lang/translations/bs.po
DELETED
|
@@ -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: bs\n"
|
|
11
|
-
"Plural-Forms: nplurals=3; plural=(n % 10 == 1 && n % 100 != 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);\n"
|
|
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 ""
|
package/lang/translations/ca.po
DELETED
|
@@ -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: ca\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 d'eines de ginys"
|
|
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 "Inserir un paràgraf abans del bloc"
|
|
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 "Inserir un paràgraf després del bloc"
|
|
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 "Premeu Retorn per escriure després o premeu Maj + Retorn per escriure abans del giny"
|
|
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 "Tecles que es poden emprar en seleccionar un giny (com ara: imatge, taula, 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 "Insereix un paràgraf nou immediatament després d'un giny"
|
|
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 "Insereix un paràgraf nou immediatament abans d'un giny"
|
|
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 "Mou el punt d'inserció per a permetre l'escriptura immediatament abans d'un giny"
|
|
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 "Mou el punt d'inserció per a permetre l'escriptura immediatament després d'un giny"
|
|
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 "Torna a moure el focus des d'una àrea editable al giny principal"
|
package/lang/translations/cs.po
DELETED
|
@@ -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: cs\n"
|
|
11
|
-
"Plural-Forms: nplurals=3; plural=(n == 1 ? 0 : (n >= 2 && n <= 4) ? 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 "Panel nástrojů ovládacího prvku"
|
|
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 "Vložte odstavec před 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 "Vložte odstavec za 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 "Stisknutím klávesy Enter můžete psát za widgetem a stisknutím Shift + Enter před ním"
|
|
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 "Klávesy, které lze použít, když je vybraný widget (např: obrázek, tabulka atd.)"
|
|
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 "Vložte odstavec přímo po widgetu"
|
|
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 "Vložte nový odstavec přímo před 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 "Přesuňte stříšku pro umožnění psaní přímo před 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 "Přesuňte stříšku pro umožnění psaní přímo před 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 "Přesunout zaměření z upravitelné oblasti zpět na nadřazený widget"
|