@ckeditor/ckeditor5-clipboard 0.0.0-nightly-next-20260117.0 → 0.0.0-nightly-20260118.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/lang/contexts.json +5 -0
- package/lang/translations/af.po +24 -0
- package/lang/translations/ar.po +24 -0
- package/lang/translations/ast.po +24 -0
- package/lang/translations/az.po +24 -0
- package/lang/translations/be.po +24 -0
- package/lang/translations/bg.po +24 -0
- package/lang/translations/bn.po +24 -0
- package/lang/translations/bs.po +24 -0
- package/lang/translations/ca.po +24 -0
- package/lang/translations/cs.po +24 -0
- package/lang/translations/da.po +24 -0
- package/lang/translations/de-ch.po +24 -0
- package/lang/translations/de.po +24 -0
- package/lang/translations/el.po +24 -0
- package/lang/translations/en-au.po +24 -0
- package/lang/translations/en-gb.po +24 -0
- package/lang/translations/en.po +24 -0
- package/lang/translations/eo.po +24 -0
- package/lang/translations/es-co.po +24 -0
- package/lang/translations/es.po +24 -0
- package/lang/translations/et.po +24 -0
- package/lang/translations/eu.po +24 -0
- package/lang/translations/fa.po +24 -0
- package/lang/translations/fi.po +24 -0
- package/lang/translations/fr.po +24 -0
- package/lang/translations/gl.po +24 -0
- package/lang/translations/gu.po +24 -0
- package/lang/translations/he.po +24 -0
- package/lang/translations/hi.po +24 -0
- package/lang/translations/hr.po +24 -0
- package/lang/translations/hu.po +24 -0
- package/lang/translations/hy.po +24 -0
- package/lang/translations/id.po +24 -0
- package/lang/translations/it.po +24 -0
- package/lang/translations/ja.po +24 -0
- package/lang/translations/jv.po +24 -0
- package/lang/translations/kk.po +24 -0
- package/lang/translations/km.po +24 -0
- package/lang/translations/kn.po +24 -0
- package/lang/translations/ko.po +24 -0
- package/lang/translations/ku.po +24 -0
- package/lang/translations/lt.po +24 -0
- package/lang/translations/lv.po +24 -0
- package/lang/translations/ms.po +24 -0
- package/lang/translations/nb.po +24 -0
- package/lang/translations/ne.po +24 -0
- package/lang/translations/nl.po +24 -0
- package/lang/translations/no.po +24 -0
- package/lang/translations/oc.po +24 -0
- package/lang/translations/pl.po +24 -0
- package/lang/translations/pt-br.po +24 -0
- package/lang/translations/pt.po +24 -0
- package/lang/translations/ro.po +24 -0
- package/lang/translations/ru.po +24 -0
- package/lang/translations/si.po +24 -0
- package/lang/translations/sk.po +24 -0
- package/lang/translations/sl.po +24 -0
- package/lang/translations/sq.po +24 -0
- package/lang/translations/sr-latn.po +24 -0
- package/lang/translations/sr.po +24 -0
- package/lang/translations/sv.po +24 -0
- package/lang/translations/th.po +24 -0
- package/lang/translations/ti.po +24 -0
- package/lang/translations/tk.po +24 -0
- package/lang/translations/tr.po +24 -0
- package/lang/translations/tt.po +24 -0
- package/lang/translations/ug.po +24 -0
- package/lang/translations/uk.po +24 -0
- package/lang/translations/ur.po +24 -0
- package/lang/translations/uz.po +24 -0
- package/lang/translations/vi.po +24 -0
- package/lang/translations/zh-cn.po +24 -0
- package/lang/translations/zh.po +24 -0
- package/package.json +43 -23
- package/src/augmentation.js +5 -0
- package/src/clipboard.js +66 -0
- package/src/clipboardmarkersutils.js +500 -0
- package/src/clipboardobserver.js +75 -0
- package/src/clipboardpipeline.js +287 -0
- package/src/dragdrop.js +619 -0
- package/src/dragdropblocktoolbar.js +124 -0
- package/src/dragdroptarget.js +390 -0
- package/src/index.js +23 -0
- package/src/lineview.js +46 -0
- package/src/pasteplaintext.js +102 -0
- package/src/utils/normalizeclipboarddata.js +28 -0
- package/src/utils/plaintexttohtml.js +39 -0
- package/src/utils/viewtoplaintext.js +96 -0
- package/theme/clipboard.css +39 -0
- /package/{dist → src}/augmentation.d.ts +0 -0
- /package/{dist → src}/clipboard.d.ts +0 -0
- /package/{dist → src}/clipboardmarkersutils.d.ts +0 -0
- /package/{dist → src}/clipboardobserver.d.ts +0 -0
- /package/{dist → src}/clipboardpipeline.d.ts +0 -0
- /package/{dist → src}/dragdrop.d.ts +0 -0
- /package/{dist → src}/dragdropblocktoolbar.d.ts +0 -0
- /package/{dist → src}/dragdroptarget.d.ts +0 -0
- /package/{dist → src}/index.d.ts +0 -0
- /package/{dist → src}/lineview.d.ts +0 -0
- /package/{dist → src}/pasteplaintext.d.ts +0 -0
- /package/{dist → src}/utils/normalizeclipboarddata.d.ts +0 -0
- /package/{dist → src}/utils/plaintexttohtml.d.ts +0 -0
- /package/{dist → src}/utils/viewtoplaintext.d.ts +0 -0
|
@@ -0,0 +1,24 @@
|
|
|
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: gl\n"
|
|
11
|
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
12
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
13
|
+
|
|
14
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for copying selected content."
|
|
15
|
+
msgid "Copy selected content"
|
|
16
|
+
msgstr "Copiar o contido seleccionado"
|
|
17
|
+
|
|
18
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for pasting content."
|
|
19
|
+
msgid "Paste content"
|
|
20
|
+
msgstr "Pegar contido"
|
|
21
|
+
|
|
22
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for pasting content as plain text."
|
|
23
|
+
msgid "Paste content as plain text"
|
|
24
|
+
msgstr "Pega o contido como texto simple"
|
|
@@ -0,0 +1,24 @@
|
|
|
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: gu\n"
|
|
11
|
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
12
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
13
|
+
|
|
14
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for copying selected content."
|
|
15
|
+
msgid "Copy selected content"
|
|
16
|
+
msgstr ""
|
|
17
|
+
|
|
18
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for pasting content."
|
|
19
|
+
msgid "Paste content"
|
|
20
|
+
msgstr ""
|
|
21
|
+
|
|
22
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for pasting content as plain text."
|
|
23
|
+
msgid "Paste content as plain text"
|
|
24
|
+
msgstr ""
|
|
@@ -0,0 +1,24 @@
|
|
|
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: he\n"
|
|
11
|
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
12
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
13
|
+
|
|
14
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for copying selected content."
|
|
15
|
+
msgid "Copy selected content"
|
|
16
|
+
msgstr "העתקת התוכן שנבחר"
|
|
17
|
+
|
|
18
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for pasting content."
|
|
19
|
+
msgid "Paste content"
|
|
20
|
+
msgstr "הדבקת תוכן"
|
|
21
|
+
|
|
22
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for pasting content as plain text."
|
|
23
|
+
msgid "Paste content as plain text"
|
|
24
|
+
msgstr "הדבקת תוכן כטקסט רגיל"
|
|
@@ -0,0 +1,24 @@
|
|
|
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: hi\n"
|
|
11
|
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
12
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
13
|
+
|
|
14
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for copying selected content."
|
|
15
|
+
msgid "Copy selected content"
|
|
16
|
+
msgstr "सेलेक्ट किए गए कॉन्टेंट को कॉपी करें"
|
|
17
|
+
|
|
18
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for pasting content."
|
|
19
|
+
msgid "Paste content"
|
|
20
|
+
msgstr "कॉन्टेंट पेस्ट करें"
|
|
21
|
+
|
|
22
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for pasting content as plain text."
|
|
23
|
+
msgid "Paste content as plain text"
|
|
24
|
+
msgstr "कॉन्टेंट को प्लेन टेक्स्ट के रूप में पेस्ट करें"
|
|
@@ -0,0 +1,24 @@
|
|
|
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: hr\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 "Keystroke description for assistive technologies: keystroke for copying selected content."
|
|
15
|
+
msgid "Copy selected content"
|
|
16
|
+
msgstr "Kopiraj odabrani sadržaj"
|
|
17
|
+
|
|
18
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for pasting content."
|
|
19
|
+
msgid "Paste content"
|
|
20
|
+
msgstr "Zalijepi sadržaj"
|
|
21
|
+
|
|
22
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for pasting content as plain text."
|
|
23
|
+
msgid "Paste content as plain text"
|
|
24
|
+
msgstr "Zalijepi sadržaj kao čisti tekst"
|
|
@@ -0,0 +1,24 @@
|
|
|
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: hu\n"
|
|
11
|
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
12
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
13
|
+
|
|
14
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for copying selected content."
|
|
15
|
+
msgid "Copy selected content"
|
|
16
|
+
msgstr "Kiválasztott tartalom másolása"
|
|
17
|
+
|
|
18
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for pasting content."
|
|
19
|
+
msgid "Paste content"
|
|
20
|
+
msgstr "Tartalom beillesztése"
|
|
21
|
+
|
|
22
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for pasting content as plain text."
|
|
23
|
+
msgid "Paste content as plain text"
|
|
24
|
+
msgstr "Tartalom másolása egyszerű szövegként"
|
|
@@ -0,0 +1,24 @@
|
|
|
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: hy\n"
|
|
11
|
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
12
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
13
|
+
|
|
14
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for copying selected content."
|
|
15
|
+
msgid "Copy selected content"
|
|
16
|
+
msgstr ""
|
|
17
|
+
|
|
18
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for pasting content."
|
|
19
|
+
msgid "Paste content"
|
|
20
|
+
msgstr ""
|
|
21
|
+
|
|
22
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for pasting content as plain text."
|
|
23
|
+
msgid "Paste content as plain text"
|
|
24
|
+
msgstr ""
|
|
@@ -0,0 +1,24 @@
|
|
|
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: id\n"
|
|
11
|
+
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
12
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
13
|
+
|
|
14
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for copying selected content."
|
|
15
|
+
msgid "Copy selected content"
|
|
16
|
+
msgstr "Salin konten yang dipilih"
|
|
17
|
+
|
|
18
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for pasting content."
|
|
19
|
+
msgid "Paste content"
|
|
20
|
+
msgstr "Tempelkan konten"
|
|
21
|
+
|
|
22
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for pasting content as plain text."
|
|
23
|
+
msgid "Paste content as plain text"
|
|
24
|
+
msgstr "Tempelkan konten sebagai teks biasa"
|
|
@@ -0,0 +1,24 @@
|
|
|
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: it\n"
|
|
11
|
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
12
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
13
|
+
|
|
14
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for copying selected content."
|
|
15
|
+
msgid "Copy selected content"
|
|
16
|
+
msgstr "Copia il contenuto selezionato"
|
|
17
|
+
|
|
18
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for pasting content."
|
|
19
|
+
msgid "Paste content"
|
|
20
|
+
msgstr "Incolla il contenuto"
|
|
21
|
+
|
|
22
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for pasting content as plain text."
|
|
23
|
+
msgid "Paste content as plain text"
|
|
24
|
+
msgstr "Incolla il contenuto come testo normale"
|
|
@@ -0,0 +1,24 @@
|
|
|
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 "Keystroke description for assistive technologies: keystroke for copying selected content."
|
|
15
|
+
msgid "Copy selected content"
|
|
16
|
+
msgstr "選択したコンテンツをコピーする"
|
|
17
|
+
|
|
18
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for pasting content."
|
|
19
|
+
msgid "Paste content"
|
|
20
|
+
msgstr "コンテンツを貼り付ける"
|
|
21
|
+
|
|
22
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for pasting content as plain text."
|
|
23
|
+
msgid "Paste content as plain text"
|
|
24
|
+
msgstr "コンテンツをプレーンテキストとして貼り付ける"
|
|
@@ -0,0 +1,24 @@
|
|
|
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 "Keystroke description for assistive technologies: keystroke for copying selected content."
|
|
15
|
+
msgid "Copy selected content"
|
|
16
|
+
msgstr ""
|
|
17
|
+
|
|
18
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for pasting content."
|
|
19
|
+
msgid "Paste content"
|
|
20
|
+
msgstr ""
|
|
21
|
+
|
|
22
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for pasting content as plain text."
|
|
23
|
+
msgid "Paste content as plain text"
|
|
24
|
+
msgstr ""
|
|
@@ -0,0 +1,24 @@
|
|
|
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 "Keystroke description for assistive technologies: keystroke for copying selected content."
|
|
15
|
+
msgid "Copy selected content"
|
|
16
|
+
msgstr ""
|
|
17
|
+
|
|
18
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for pasting content."
|
|
19
|
+
msgid "Paste content"
|
|
20
|
+
msgstr ""
|
|
21
|
+
|
|
22
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for pasting content as plain text."
|
|
23
|
+
msgid "Paste content as plain text"
|
|
24
|
+
msgstr ""
|
|
@@ -0,0 +1,24 @@
|
|
|
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 "Keystroke description for assistive technologies: keystroke for copying selected content."
|
|
15
|
+
msgid "Copy selected content"
|
|
16
|
+
msgstr ""
|
|
17
|
+
|
|
18
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for pasting content."
|
|
19
|
+
msgid "Paste content"
|
|
20
|
+
msgstr ""
|
|
21
|
+
|
|
22
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for pasting content as plain text."
|
|
23
|
+
msgid "Paste content as plain text"
|
|
24
|
+
msgstr ""
|
|
@@ -0,0 +1,24 @@
|
|
|
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 "Keystroke description for assistive technologies: keystroke for copying selected content."
|
|
15
|
+
msgid "Copy selected content"
|
|
16
|
+
msgstr ""
|
|
17
|
+
|
|
18
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for pasting content."
|
|
19
|
+
msgid "Paste content"
|
|
20
|
+
msgstr ""
|
|
21
|
+
|
|
22
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for pasting content as plain text."
|
|
23
|
+
msgid "Paste content as plain text"
|
|
24
|
+
msgstr ""
|
|
@@ -0,0 +1,24 @@
|
|
|
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 "Keystroke description for assistive technologies: keystroke for copying selected content."
|
|
15
|
+
msgid "Copy selected content"
|
|
16
|
+
msgstr "선택된 콘텐츠 복사"
|
|
17
|
+
|
|
18
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for pasting content."
|
|
19
|
+
msgid "Paste content"
|
|
20
|
+
msgstr "콘텐츠 붙여넣기"
|
|
21
|
+
|
|
22
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for pasting content as plain text."
|
|
23
|
+
msgid "Paste content as plain text"
|
|
24
|
+
msgstr "콘텐츠를 일반 텍스트로 붙여넣기"
|
|
@@ -0,0 +1,24 @@
|
|
|
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 "Keystroke description for assistive technologies: keystroke for copying selected content."
|
|
15
|
+
msgid "Copy selected content"
|
|
16
|
+
msgstr ""
|
|
17
|
+
|
|
18
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for pasting content."
|
|
19
|
+
msgid "Paste content"
|
|
20
|
+
msgstr ""
|
|
21
|
+
|
|
22
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for pasting content as plain text."
|
|
23
|
+
msgid "Paste content as plain text"
|
|
24
|
+
msgstr ""
|
|
@@ -0,0 +1,24 @@
|
|
|
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 "Keystroke description for assistive technologies: keystroke for copying selected content."
|
|
15
|
+
msgid "Copy selected content"
|
|
16
|
+
msgstr "Kopijuoti pasirinktą turinį"
|
|
17
|
+
|
|
18
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for pasting content."
|
|
19
|
+
msgid "Paste content"
|
|
20
|
+
msgstr "Įklijuoti turinį"
|
|
21
|
+
|
|
22
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for pasting content as plain text."
|
|
23
|
+
msgid "Paste content as plain text"
|
|
24
|
+
msgstr "Įklijuoti turinį kaip paprastą tekstą"
|
|
@@ -0,0 +1,24 @@
|
|
|
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 "Keystroke description for assistive technologies: keystroke for copying selected content."
|
|
15
|
+
msgid "Copy selected content"
|
|
16
|
+
msgstr "Kopēt atlasīto saturu"
|
|
17
|
+
|
|
18
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for pasting content."
|
|
19
|
+
msgid "Paste content"
|
|
20
|
+
msgstr "Ielīmēt saturu"
|
|
21
|
+
|
|
22
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for pasting content as plain text."
|
|
23
|
+
msgid "Paste content as plain text"
|
|
24
|
+
msgstr "Ielīmēt saturu kā tekstu"
|
|
@@ -0,0 +1,24 @@
|
|
|
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 "Keystroke description for assistive technologies: keystroke for copying selected content."
|
|
15
|
+
msgid "Copy selected content"
|
|
16
|
+
msgstr "Salin kandungan yang dipilih"
|
|
17
|
+
|
|
18
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for pasting content."
|
|
19
|
+
msgid "Paste content"
|
|
20
|
+
msgstr "Tampal kandungan"
|
|
21
|
+
|
|
22
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for pasting content as plain text."
|
|
23
|
+
msgid "Paste content as plain text"
|
|
24
|
+
msgstr "Tampal kandungan sebagai teks kosong"
|
|
@@ -0,0 +1,24 @@
|
|
|
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 "Keystroke description for assistive technologies: keystroke for copying selected content."
|
|
15
|
+
msgid "Copy selected content"
|
|
16
|
+
msgstr ""
|
|
17
|
+
|
|
18
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for pasting content."
|
|
19
|
+
msgid "Paste content"
|
|
20
|
+
msgstr ""
|
|
21
|
+
|
|
22
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for pasting content as plain text."
|
|
23
|
+
msgid "Paste content as plain text"
|
|
24
|
+
msgstr ""
|
|
@@ -0,0 +1,24 @@
|
|
|
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 "Keystroke description for assistive technologies: keystroke for copying selected content."
|
|
15
|
+
msgid "Copy selected content"
|
|
16
|
+
msgstr ""
|
|
17
|
+
|
|
18
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for pasting content."
|
|
19
|
+
msgid "Paste content"
|
|
20
|
+
msgstr ""
|
|
21
|
+
|
|
22
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for pasting content as plain text."
|
|
23
|
+
msgid "Paste content as plain text"
|
|
24
|
+
msgstr ""
|
|
@@ -0,0 +1,24 @@
|
|
|
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: nl\n"
|
|
11
|
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
12
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
13
|
+
|
|
14
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for copying selected content."
|
|
15
|
+
msgid "Copy selected content"
|
|
16
|
+
msgstr "Kopieer geselecteerde inhoud"
|
|
17
|
+
|
|
18
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for pasting content."
|
|
19
|
+
msgid "Paste content"
|
|
20
|
+
msgstr "Plak inhoud"
|
|
21
|
+
|
|
22
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for pasting content as plain text."
|
|
23
|
+
msgid "Paste content as plain text"
|
|
24
|
+
msgstr "Plak inhoud als onbewerkte tekst"
|
|
@@ -0,0 +1,24 @@
|
|
|
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: no\n"
|
|
11
|
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
12
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
13
|
+
|
|
14
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for copying selected content."
|
|
15
|
+
msgid "Copy selected content"
|
|
16
|
+
msgstr "Kopier valgt innhold"
|
|
17
|
+
|
|
18
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for pasting content."
|
|
19
|
+
msgid "Paste content"
|
|
20
|
+
msgstr "Lim inn innhold"
|
|
21
|
+
|
|
22
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for pasting content as plain text."
|
|
23
|
+
msgid "Paste content as plain text"
|
|
24
|
+
msgstr "Lim inn innhold som vanlig tekst"
|
|
@@ -0,0 +1,24 @@
|
|
|
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: oc\n"
|
|
11
|
+
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
|
12
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
13
|
+
|
|
14
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for copying selected content."
|
|
15
|
+
msgid "Copy selected content"
|
|
16
|
+
msgstr ""
|
|
17
|
+
|
|
18
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for pasting content."
|
|
19
|
+
msgid "Paste content"
|
|
20
|
+
msgstr ""
|
|
21
|
+
|
|
22
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for pasting content as plain text."
|
|
23
|
+
msgid "Paste content as plain text"
|
|
24
|
+
msgstr ""
|
|
@@ -0,0 +1,24 @@
|
|
|
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: pl\n"
|
|
11
|
+
"Plural-Forms: nplurals=3; plural=(n == 1 ? 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 "Keystroke description for assistive technologies: keystroke for copying selected content."
|
|
15
|
+
msgid "Copy selected content"
|
|
16
|
+
msgstr "Kopiuje zaznaczoną zawartość"
|
|
17
|
+
|
|
18
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for pasting content."
|
|
19
|
+
msgid "Paste content"
|
|
20
|
+
msgstr "Wkleja zawartość"
|
|
21
|
+
|
|
22
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for pasting content as plain text."
|
|
23
|
+
msgid "Paste content as plain text"
|
|
24
|
+
msgstr "Wkleja zawartość jako zwykły tekst"
|