@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
|
@@ -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: sr@latin\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 "Pritisnite Enter da kucate posle ili pritisnite Shift + Enter da kucate pre vidžeta"
|
|
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 "Pritisci na tastere koji se mogu koristiti kada je vidžet izabran (na primer: slika, tabela, itd.) "
|
|
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 "Umetnite novi pasus direktno posle vidžeta"
|
|
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 "Umetnite novi pasus direktno ispred vidžeta"
|
|
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 "Pomerite kursor da biste omogućili kucanje direktno pre vidžeta"
|
|
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 "Pomerite kursor da biste omogućili kucanje direktno posle vidžeta"
|
|
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 "Pomerite fokus sa oblasti za uređivanje nazad na roditeljski vidžet"
|
package/lang/translations/sr.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: sr\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 "Widget traka sa alatkama"
|
|
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 "Umetnite odlomak pre 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 "Umetnite odlomak posle 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 "Притисните Ентер да куцате после или притисните Схифт + Ентер да куцате пре виџета"
|
|
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 "Tasteri koji se mogu koristiti kada je vidžet izabran (na primer: slika, tabela, itd.)"
|
|
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 "Umetni novi pasus direktno posle vidžeta"
|
|
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 "Umetni novi pasus direktno pre vidžeta"
|
|
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 "Pomeri kursor kako bi se omogućilo kucanje direktno pre vidžeta"
|
|
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 "Pomeri kursor kako bi se omogućilo kucanje direktno posle vidžeta"
|
|
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 "Vratite fokus sa oblasti koja se može uređivati na matični vidžet"
|
package/lang/translations/sv.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: sv\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 "Widgetverktygsfält"
|
|
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 "Infoga stycke före 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 "Infoga stycke efter 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 "Tryck på retur för att skriva efter eller på skift + retur för att skriva före widgeten."
|
|
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 "Tangenter som kan användas när en widget är vald (till exempel: bild, tabell m.m.)"
|
|
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 "Påbörja nytt stycke direkt 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 "Påbörja nytt stycke direkt före 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 "Flytta textmarkören för att kunna skriva direkt före 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 "Flytta textmarkören för att kunna skriva direkt 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 "Flytta fokus från ett redigerbart område tillbaka till moderswidgeten"
|
package/lang/translations/th.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: th\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 "ย้ายโฟกัสจากบริเวณที่แก้ไขได้กลับไปยังวิดเจ็ตแม่"
|
package/lang/translations/ti.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: ti\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/tk.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: tk\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 gurallar 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 "Blokdan öň abzas goýuň"
|
|
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 "Blokdan soň abzas goýuň"
|
|
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/tr.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: tr\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 "Bileşen araç çubuğu"
|
|
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 "Bloktan önce paragraf ekle"
|
|
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 "Bloktan sonra paragraf ekle"
|
|
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 "Görsel bileşenden sonra yazmak için Enter'a basın ya da görsel bileşenden önce yazmak için Shift + Enter'a basın"
|
|
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 "Bir araç takımı seçildiğinde kullanılabilecek tuş vuruşları (örnek: resim, tablo vb.)"
|
|
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 "Araç takımının hemen sonrasına yeni bir paragraf ekle"
|
|
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 "Araç takımının hemen öncesine yeni bir paragraf ekle"
|
|
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 "Bir araç takımından hemen önce yazmaya izin vermek için ekleme noktasını taşı"
|
|
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 "Bir araç takımından hemen sonra yazmaya izin vermek için ekleme noktasını taşı"
|
|
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 "Odağı düzenlenebilir bir alandan üst pencere öğesine geri taşıyın"
|
package/lang/translations/tt.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: tt\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 ""
|
package/lang/translations/ug.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: ug\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 ""
|
package/lang/translations/uk.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: uk\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/ur.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: ur\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/uz.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: uz\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 "Vidjet asboblar 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 "Blokdan oldin paragrafni kiritish"
|
|
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 "Вblokdan keyin paragraf qo'yish"
|
|
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 ""
|