@ckeditor/ckeditor5-clipboard 41.0.0 → 41.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (51) hide show
  1. package/lang/contexts.json +5 -0
  2. package/lang/translations/ar.po +30 -0
  3. package/lang/translations/bg.po +30 -0
  4. package/lang/translations/bn.po +30 -0
  5. package/lang/translations/ca.po +30 -0
  6. package/lang/translations/cs.po +30 -0
  7. package/lang/translations/da.po +30 -0
  8. package/lang/translations/de.po +30 -0
  9. package/lang/translations/el.po +30 -0
  10. package/lang/translations/en.po +30 -0
  11. package/lang/translations/es.po +30 -0
  12. package/lang/translations/et.po +30 -0
  13. package/lang/translations/fi.po +30 -0
  14. package/lang/translations/fr.po +30 -0
  15. package/lang/translations/he.po +30 -0
  16. package/lang/translations/hi.po +30 -0
  17. package/lang/translations/hr.po +30 -0
  18. package/lang/translations/hu.po +30 -0
  19. package/lang/translations/id.po +30 -0
  20. package/lang/translations/it.po +30 -0
  21. package/lang/translations/ja.po +30 -0
  22. package/lang/translations/ko.po +30 -0
  23. package/lang/translations/lt.po +30 -0
  24. package/lang/translations/lv.po +30 -0
  25. package/lang/translations/ms.po +30 -0
  26. package/lang/translations/nl.po +30 -0
  27. package/lang/translations/no.po +30 -0
  28. package/lang/translations/pl.po +30 -0
  29. package/lang/translations/pt-br.po +30 -0
  30. package/lang/translations/pt.po +30 -0
  31. package/lang/translations/ro.po +30 -0
  32. package/lang/translations/ru.po +30 -0
  33. package/lang/translations/sk.po +30 -0
  34. package/lang/translations/sr.po +30 -0
  35. package/lang/translations/sv.po +30 -0
  36. package/lang/translations/th.po +30 -0
  37. package/lang/translations/tr.po +30 -0
  38. package/lang/translations/uk.po +30 -0
  39. package/lang/translations/vi.po +30 -0
  40. package/lang/translations/zh-cn.po +30 -0
  41. package/lang/translations/zh.po +30 -0
  42. package/package.json +6 -6
  43. package/src/augmentation.d.ts +2 -1
  44. package/src/clipboard.d.ts +6 -1
  45. package/src/clipboard.js +26 -1
  46. package/src/clipboardmarkersutils.d.ts +186 -0
  47. package/src/clipboardmarkersutils.js +424 -0
  48. package/src/clipboardpipeline.d.ts +5 -0
  49. package/src/clipboardpipeline.js +14 -2
  50. package/src/index.d.ts +2 -1
  51. package/src/index.js +1 -0
@@ -0,0 +1,30 @@
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
+ #
3
+ # !!! IMPORTANT !!!
4
+ #
5
+ # Before you edit this file, please keep in mind that contributing to the project
6
+ # translations is possible ONLY via the Transifex online service.
7
+ #
8
+ # To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
9
+ #
10
+ # To learn more, check out the official contributor's guide:
11
+ # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
12
+ #
13
+ msgid ""
14
+ msgstr ""
15
+ "Language-Team: Korean (https://app.transifex.com/ckeditor/teams/11143/ko/)\n"
16
+ "Language: ko\n"
17
+ "Plural-Forms: nplurals=1; plural=0;\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
19
+
20
+ msgctxt "Keystroke description for assistive technologies: keystroke for copying selected content."
21
+ msgid "Copy selected content"
22
+ msgstr "선택된 콘텐츠 복사"
23
+
24
+ msgctxt "Keystroke description for assistive technologies: keystroke for pasting content."
25
+ msgid "Paste content"
26
+ msgstr "콘텐츠 붙여넣기"
27
+
28
+ msgctxt "Keystroke description for assistive technologies: keystroke for pasting content as plain text."
29
+ msgid "Paste content as plain text"
30
+ msgstr "콘텐츠를 일반 텍스트로 붙여넣기"
@@ -0,0 +1,30 @@
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
+ #
3
+ # !!! IMPORTANT !!!
4
+ #
5
+ # Before you edit this file, please keep in mind that contributing to the project
6
+ # translations is possible ONLY via the Transifex online service.
7
+ #
8
+ # To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
9
+ #
10
+ # To learn more, check out the official contributor's guide:
11
+ # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
12
+ #
13
+ msgid ""
14
+ msgstr ""
15
+ "Language-Team: Lithuanian (https://app.transifex.com/ckeditor/teams/11143/lt/)\n"
16
+ "Language: lt\n"
17
+ "Plural-Forms: nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
19
+
20
+ msgctxt "Keystroke description for assistive technologies: keystroke for copying selected content."
21
+ msgid "Copy selected content"
22
+ msgstr "Kopijuoti pasirinktą turinį"
23
+
24
+ msgctxt "Keystroke description for assistive technologies: keystroke for pasting content."
25
+ msgid "Paste content"
26
+ msgstr "Įklijuoti turinį"
27
+
28
+ msgctxt "Keystroke description for assistive technologies: keystroke for pasting content as plain text."
29
+ msgid "Paste content as plain text"
30
+ msgstr "Įklijuoti turinį kaip paprastą tekstą"
@@ -0,0 +1,30 @@
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
+ #
3
+ # !!! IMPORTANT !!!
4
+ #
5
+ # Before you edit this file, please keep in mind that contributing to the project
6
+ # translations is possible ONLY via the Transifex online service.
7
+ #
8
+ # To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
9
+ #
10
+ # To learn more, check out the official contributor's guide:
11
+ # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
12
+ #
13
+ msgid ""
14
+ msgstr ""
15
+ "Language-Team: Latvian (https://app.transifex.com/ckeditor/teams/11143/lv/)\n"
16
+ "Language: lv\n"
17
+ "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
19
+
20
+ msgctxt "Keystroke description for assistive technologies: keystroke for copying selected content."
21
+ msgid "Copy selected content"
22
+ msgstr "Kopēt atlasīto saturu"
23
+
24
+ msgctxt "Keystroke description for assistive technologies: keystroke for pasting content."
25
+ msgid "Paste content"
26
+ msgstr "Ielīmēt saturu"
27
+
28
+ msgctxt "Keystroke description for assistive technologies: keystroke for pasting content as plain text."
29
+ msgid "Paste content as plain text"
30
+ msgstr "Ielīmēt saturu kā tekstu"
@@ -0,0 +1,30 @@
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
+ #
3
+ # !!! IMPORTANT !!!
4
+ #
5
+ # Before you edit this file, please keep in mind that contributing to the project
6
+ # translations is possible ONLY via the Transifex online service.
7
+ #
8
+ # To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
9
+ #
10
+ # To learn more, check out the official contributor's guide:
11
+ # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
12
+ #
13
+ msgid ""
14
+ msgstr ""
15
+ "Language-Team: Malay (https://app.transifex.com/ckeditor/teams/11143/ms/)\n"
16
+ "Language: ms\n"
17
+ "Plural-Forms: nplurals=1; plural=0;\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
19
+
20
+ msgctxt "Keystroke description for assistive technologies: keystroke for copying selected content."
21
+ msgid "Copy selected content"
22
+ msgstr "Salin kandungan yang dipilih"
23
+
24
+ msgctxt "Keystroke description for assistive technologies: keystroke for pasting content."
25
+ msgid "Paste content"
26
+ msgstr "Tampal kandungan"
27
+
28
+ msgctxt "Keystroke description for assistive technologies: keystroke for pasting content as plain text."
29
+ msgid "Paste content as plain text"
30
+ msgstr "Tampal kandungan sebagai teks kosong"
@@ -0,0 +1,30 @@
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
+ #
3
+ # !!! IMPORTANT !!!
4
+ #
5
+ # Before you edit this file, please keep in mind that contributing to the project
6
+ # translations is possible ONLY via the Transifex online service.
7
+ #
8
+ # To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
9
+ #
10
+ # To learn more, check out the official contributor's guide:
11
+ # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
12
+ #
13
+ msgid ""
14
+ msgstr ""
15
+ "Language-Team: Dutch (https://app.transifex.com/ckeditor/teams/11143/nl/)\n"
16
+ "Language: nl\n"
17
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
19
+
20
+ msgctxt "Keystroke description for assistive technologies: keystroke for copying selected content."
21
+ msgid "Copy selected content"
22
+ msgstr "Kopieer geselecteerde inhoud"
23
+
24
+ msgctxt "Keystroke description for assistive technologies: keystroke for pasting content."
25
+ msgid "Paste content"
26
+ msgstr "Plak inhoud"
27
+
28
+ msgctxt "Keystroke description for assistive technologies: keystroke for pasting content as plain text."
29
+ msgid "Paste content as plain text"
30
+ msgstr "Plak inhoud als onbewerkte tekst"
@@ -0,0 +1,30 @@
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
+ #
3
+ # !!! IMPORTANT !!!
4
+ #
5
+ # Before you edit this file, please keep in mind that contributing to the project
6
+ # translations is possible ONLY via the Transifex online service.
7
+ #
8
+ # To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
9
+ #
10
+ # To learn more, check out the official contributor's guide:
11
+ # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
12
+ #
13
+ msgid ""
14
+ msgstr ""
15
+ "Language-Team: Norwegian (https://app.transifex.com/ckeditor/teams/11143/no/)\n"
16
+ "Language: no\n"
17
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
19
+
20
+ msgctxt "Keystroke description for assistive technologies: keystroke for copying selected content."
21
+ msgid "Copy selected content"
22
+ msgstr "Kopier valgt innhold"
23
+
24
+ msgctxt "Keystroke description for assistive technologies: keystroke for pasting content."
25
+ msgid "Paste content"
26
+ msgstr "Lim inn innhold"
27
+
28
+ msgctxt "Keystroke description for assistive technologies: keystroke for pasting content as plain text."
29
+ msgid "Paste content as plain text"
30
+ msgstr "Lim inn innhold som vanlig tekst"
@@ -0,0 +1,30 @@
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
+ #
3
+ # !!! IMPORTANT !!!
4
+ #
5
+ # Before you edit this file, please keep in mind that contributing to the project
6
+ # translations is possible ONLY via the Transifex online service.
7
+ #
8
+ # To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
9
+ #
10
+ # To learn more, check out the official contributor's guide:
11
+ # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
12
+ #
13
+ msgid ""
14
+ msgstr ""
15
+ "Language-Team: Polish (https://app.transifex.com/ckeditor/teams/11143/pl/)\n"
16
+ "Language: pl\n"
17
+ "Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
19
+
20
+ msgctxt "Keystroke description for assistive technologies: keystroke for copying selected content."
21
+ msgid "Copy selected content"
22
+ msgstr "Kopiuje zaznaczoną zawartość"
23
+
24
+ msgctxt "Keystroke description for assistive technologies: keystroke for pasting content."
25
+ msgid "Paste content"
26
+ msgstr "Wkleja zawartość"
27
+
28
+ msgctxt "Keystroke description for assistive technologies: keystroke for pasting content as plain text."
29
+ msgid "Paste content as plain text"
30
+ msgstr "Wkleja zawartość jako zwykły tekst"
@@ -0,0 +1,30 @@
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
+ #
3
+ # !!! IMPORTANT !!!
4
+ #
5
+ # Before you edit this file, please keep in mind that contributing to the project
6
+ # translations is possible ONLY via the Transifex online service.
7
+ #
8
+ # To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
9
+ #
10
+ # To learn more, check out the official contributor's guide:
11
+ # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
12
+ #
13
+ msgid ""
14
+ msgstr ""
15
+ "Language-Team: Portuguese (Brazil) (https://app.transifex.com/ckeditor/teams/11143/pt_BR/)\n"
16
+ "Language: pt_BR\n"
17
+ "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
19
+
20
+ msgctxt "Keystroke description for assistive technologies: keystroke for copying selected content."
21
+ msgid "Copy selected content"
22
+ msgstr "Copiar conteúdo selecionado"
23
+
24
+ msgctxt "Keystroke description for assistive technologies: keystroke for pasting content."
25
+ msgid "Paste content"
26
+ msgstr "Colar conteúdo"
27
+
28
+ msgctxt "Keystroke description for assistive technologies: keystroke for pasting content as plain text."
29
+ msgid "Paste content as plain text"
30
+ msgstr "Colar conteúdo como texto simples"
@@ -0,0 +1,30 @@
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
+ #
3
+ # !!! IMPORTANT !!!
4
+ #
5
+ # Before you edit this file, please keep in mind that contributing to the project
6
+ # translations is possible ONLY via the Transifex online service.
7
+ #
8
+ # To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
9
+ #
10
+ # To learn more, check out the official contributor's guide:
11
+ # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
12
+ #
13
+ msgid ""
14
+ msgstr ""
15
+ "Language-Team: Portuguese (https://app.transifex.com/ckeditor/teams/11143/pt/)\n"
16
+ "Language: pt\n"
17
+ "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
19
+
20
+ msgctxt "Keystroke description for assistive technologies: keystroke for copying selected content."
21
+ msgid "Copy selected content"
22
+ msgstr "Copiar o conteúdo selecionado"
23
+
24
+ msgctxt "Keystroke description for assistive technologies: keystroke for pasting content."
25
+ msgid "Paste content"
26
+ msgstr "Colar o conteúdo"
27
+
28
+ msgctxt "Keystroke description for assistive technologies: keystroke for pasting content as plain text."
29
+ msgid "Paste content as plain text"
30
+ msgstr "Colar o conteúdo como texto sem formatação"
@@ -0,0 +1,30 @@
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
+ #
3
+ # !!! IMPORTANT !!!
4
+ #
5
+ # Before you edit this file, please keep in mind that contributing to the project
6
+ # translations is possible ONLY via the Transifex online service.
7
+ #
8
+ # To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
9
+ #
10
+ # To learn more, check out the official contributor's guide:
11
+ # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
12
+ #
13
+ msgid ""
14
+ msgstr ""
15
+ "Language-Team: Romanian (https://app.transifex.com/ckeditor/teams/11143/ro/)\n"
16
+ "Language: ro\n"
17
+ "Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
19
+
20
+ msgctxt "Keystroke description for assistive technologies: keystroke for copying selected content."
21
+ msgid "Copy selected content"
22
+ msgstr "Copiază conținutul selectat"
23
+
24
+ msgctxt "Keystroke description for assistive technologies: keystroke for pasting content."
25
+ msgid "Paste content"
26
+ msgstr "Lipește conținut"
27
+
28
+ msgctxt "Keystroke description for assistive technologies: keystroke for pasting content as plain text."
29
+ msgid "Paste content as plain text"
30
+ msgstr "Lipește conținutul ca text simplu"
@@ -0,0 +1,30 @@
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
+ #
3
+ # !!! IMPORTANT !!!
4
+ #
5
+ # Before you edit this file, please keep in mind that contributing to the project
6
+ # translations is possible ONLY via the Transifex online service.
7
+ #
8
+ # To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
9
+ #
10
+ # To learn more, check out the official contributor's guide:
11
+ # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
12
+ #
13
+ msgid ""
14
+ msgstr ""
15
+ "Language-Team: Russian (https://app.transifex.com/ckeditor/teams/11143/ru/)\n"
16
+ "Language: ru\n"
17
+ "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
19
+
20
+ msgctxt "Keystroke description for assistive technologies: keystroke for copying selected content."
21
+ msgid "Copy selected content"
22
+ msgstr "Копировать выбранное содержание"
23
+
24
+ msgctxt "Keystroke description for assistive technologies: keystroke for pasting content."
25
+ msgid "Paste content"
26
+ msgstr "Вставить содержание"
27
+
28
+ msgctxt "Keystroke description for assistive technologies: keystroke for pasting content as plain text."
29
+ msgid "Paste content as plain text"
30
+ msgstr "Вставить содержанрие в виде обычного текста"
@@ -0,0 +1,30 @@
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
+ #
3
+ # !!! IMPORTANT !!!
4
+ #
5
+ # Before you edit this file, please keep in mind that contributing to the project
6
+ # translations is possible ONLY via the Transifex online service.
7
+ #
8
+ # To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
9
+ #
10
+ # To learn more, check out the official contributor's guide:
11
+ # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
12
+ #
13
+ msgid ""
14
+ msgstr ""
15
+ "Language-Team: Slovak (https://app.transifex.com/ckeditor/teams/11143/sk/)\n"
16
+ "Language: sk\n"
17
+ "Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
19
+
20
+ msgctxt "Keystroke description for assistive technologies: keystroke for copying selected content."
21
+ msgid "Copy selected content"
22
+ msgstr "Skopírovať vybraný obsah"
23
+
24
+ msgctxt "Keystroke description for assistive technologies: keystroke for pasting content."
25
+ msgid "Paste content"
26
+ msgstr "Prilepiť obsah"
27
+
28
+ msgctxt "Keystroke description for assistive technologies: keystroke for pasting content as plain text."
29
+ msgid "Paste content as plain text"
30
+ msgstr "Prilepiť obsah iba ako text"
@@ -0,0 +1,30 @@
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
+ #
3
+ # !!! IMPORTANT !!!
4
+ #
5
+ # Before you edit this file, please keep in mind that contributing to the project
6
+ # translations is possible ONLY via the Transifex online service.
7
+ #
8
+ # To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
9
+ #
10
+ # To learn more, check out the official contributor's guide:
11
+ # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
12
+ #
13
+ msgid ""
14
+ msgstr ""
15
+ "Language-Team: Serbian (https://app.transifex.com/ckeditor/teams/11143/sr/)\n"
16
+ "Language: sr\n"
17
+ "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"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
19
+
20
+ msgctxt "Keystroke description for assistive technologies: keystroke for copying selected content."
21
+ msgid "Copy selected content"
22
+ msgstr "Kopiraj odabrani sadržaj"
23
+
24
+ msgctxt "Keystroke description for assistive technologies: keystroke for pasting content."
25
+ msgid "Paste content"
26
+ msgstr "Nalepi sadržaj"
27
+
28
+ msgctxt "Keystroke description for assistive technologies: keystroke for pasting content as plain text."
29
+ msgid "Paste content as plain text"
30
+ msgstr "Nalepi sadržaj kao običan tekst"
@@ -0,0 +1,30 @@
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
+ #
3
+ # !!! IMPORTANT !!!
4
+ #
5
+ # Before you edit this file, please keep in mind that contributing to the project
6
+ # translations is possible ONLY via the Transifex online service.
7
+ #
8
+ # To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
9
+ #
10
+ # To learn more, check out the official contributor's guide:
11
+ # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
12
+ #
13
+ msgid ""
14
+ msgstr ""
15
+ "Language-Team: Swedish (https://app.transifex.com/ckeditor/teams/11143/sv/)\n"
16
+ "Language: sv\n"
17
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
19
+
20
+ msgctxt "Keystroke description for assistive technologies: keystroke for copying selected content."
21
+ msgid "Copy selected content"
22
+ msgstr "Kopiera markerat innehåll"
23
+
24
+ msgctxt "Keystroke description for assistive technologies: keystroke for pasting content."
25
+ msgid "Paste content"
26
+ msgstr "Klistra in innehåll"
27
+
28
+ msgctxt "Keystroke description for assistive technologies: keystroke for pasting content as plain text."
29
+ msgid "Paste content as plain text"
30
+ msgstr "Klistra in innehåll som vanlig text"
@@ -0,0 +1,30 @@
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
+ #
3
+ # !!! IMPORTANT !!!
4
+ #
5
+ # Before you edit this file, please keep in mind that contributing to the project
6
+ # translations is possible ONLY via the Transifex online service.
7
+ #
8
+ # To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
9
+ #
10
+ # To learn more, check out the official contributor's guide:
11
+ # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
12
+ #
13
+ msgid ""
14
+ msgstr ""
15
+ "Language-Team: Thai (https://app.transifex.com/ckeditor/teams/11143/th/)\n"
16
+ "Language: th\n"
17
+ "Plural-Forms: nplurals=1; plural=0;\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
19
+
20
+ msgctxt "Keystroke description for assistive technologies: keystroke for copying selected content."
21
+ msgid "Copy selected content"
22
+ msgstr "คัดลอกเนื้อหาที่เลือกเอาไว้"
23
+
24
+ msgctxt "Keystroke description for assistive technologies: keystroke for pasting content."
25
+ msgid "Paste content"
26
+ msgstr "วางเนื้อหา"
27
+
28
+ msgctxt "Keystroke description for assistive technologies: keystroke for pasting content as plain text."
29
+ msgid "Paste content as plain text"
30
+ msgstr "วางเนื้อหาเป็นข้อความธรรมดา"
@@ -0,0 +1,30 @@
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
+ #
3
+ # !!! IMPORTANT !!!
4
+ #
5
+ # Before you edit this file, please keep in mind that contributing to the project
6
+ # translations is possible ONLY via the Transifex online service.
7
+ #
8
+ # To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
9
+ #
10
+ # To learn more, check out the official contributor's guide:
11
+ # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
12
+ #
13
+ msgid ""
14
+ msgstr ""
15
+ "Language-Team: Turkish (https://app.transifex.com/ckeditor/teams/11143/tr/)\n"
16
+ "Language: tr\n"
17
+ "Plural-Forms: nplurals=2; plural=(n > 1);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
19
+
20
+ msgctxt "Keystroke description for assistive technologies: keystroke for copying selected content."
21
+ msgid "Copy selected content"
22
+ msgstr "Seçilen içeriği kopyala"
23
+
24
+ msgctxt "Keystroke description for assistive technologies: keystroke for pasting content."
25
+ msgid "Paste content"
26
+ msgstr "İçeriği yapıştır"
27
+
28
+ msgctxt "Keystroke description for assistive technologies: keystroke for pasting content as plain text."
29
+ msgid "Paste content as plain text"
30
+ msgstr "İçeriği düz metin olarak yapıştır"
@@ -0,0 +1,30 @@
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
+ #
3
+ # !!! IMPORTANT !!!
4
+ #
5
+ # Before you edit this file, please keep in mind that contributing to the project
6
+ # translations is possible ONLY via the Transifex online service.
7
+ #
8
+ # To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
9
+ #
10
+ # To learn more, check out the official contributor's guide:
11
+ # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
12
+ #
13
+ msgid ""
14
+ msgstr ""
15
+ "Language-Team: Ukrainian (https://app.transifex.com/ckeditor/teams/11143/uk/)\n"
16
+ "Language: uk\n"
17
+ "Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
19
+
20
+ msgctxt "Keystroke description for assistive technologies: keystroke for copying selected content."
21
+ msgid "Copy selected content"
22
+ msgstr "Копіювати вибраний вміст"
23
+
24
+ msgctxt "Keystroke description for assistive technologies: keystroke for pasting content."
25
+ msgid "Paste content"
26
+ msgstr "Вставити вміст"
27
+
28
+ msgctxt "Keystroke description for assistive technologies: keystroke for pasting content as plain text."
29
+ msgid "Paste content as plain text"
30
+ msgstr "Вставити вміст як простий текст"
@@ -0,0 +1,30 @@
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
+ #
3
+ # !!! IMPORTANT !!!
4
+ #
5
+ # Before you edit this file, please keep in mind that contributing to the project
6
+ # translations is possible ONLY via the Transifex online service.
7
+ #
8
+ # To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
9
+ #
10
+ # To learn more, check out the official contributor's guide:
11
+ # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
12
+ #
13
+ msgid ""
14
+ msgstr ""
15
+ "Language-Team: Vietnamese (https://app.transifex.com/ckeditor/teams/11143/vi/)\n"
16
+ "Language: vi\n"
17
+ "Plural-Forms: nplurals=1; plural=0;\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
19
+
20
+ msgctxt "Keystroke description for assistive technologies: keystroke for copying selected content."
21
+ msgid "Copy selected content"
22
+ msgstr "Sao chép nội dung đã chọn"
23
+
24
+ msgctxt "Keystroke description for assistive technologies: keystroke for pasting content."
25
+ msgid "Paste content"
26
+ msgstr "Dán nội dung"
27
+
28
+ msgctxt "Keystroke description for assistive technologies: keystroke for pasting content as plain text."
29
+ msgid "Paste content as plain text"
30
+ msgstr "Dán nội dung dưới dạng văn bản thuần túy"
@@ -0,0 +1,30 @@
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
+ #
3
+ # !!! IMPORTANT !!!
4
+ #
5
+ # Before you edit this file, please keep in mind that contributing to the project
6
+ # translations is possible ONLY via the Transifex online service.
7
+ #
8
+ # To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
9
+ #
10
+ # To learn more, check out the official contributor's guide:
11
+ # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
12
+ #
13
+ msgid ""
14
+ msgstr ""
15
+ "Language-Team: Chinese (China) (https://app.transifex.com/ckeditor/teams/11143/zh_CN/)\n"
16
+ "Language: zh_CN\n"
17
+ "Plural-Forms: nplurals=1; plural=0;\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
19
+
20
+ msgctxt "Keystroke description for assistive technologies: keystroke for copying selected content."
21
+ msgid "Copy selected content"
22
+ msgstr "复制选定的内容"
23
+
24
+ msgctxt "Keystroke description for assistive technologies: keystroke for pasting content."
25
+ msgid "Paste content"
26
+ msgstr "粘贴内容"
27
+
28
+ msgctxt "Keystroke description for assistive technologies: keystroke for pasting content as plain text."
29
+ msgid "Paste content as plain text"
30
+ msgstr "将内容粘贴为纯文本"
@@ -0,0 +1,30 @@
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
+ #
3
+ # !!! IMPORTANT !!!
4
+ #
5
+ # Before you edit this file, please keep in mind that contributing to the project
6
+ # translations is possible ONLY via the Transifex online service.
7
+ #
8
+ # To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
9
+ #
10
+ # To learn more, check out the official contributor's guide:
11
+ # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
12
+ #
13
+ msgid ""
14
+ msgstr ""
15
+ "Language-Team: Chinese (Taiwan) (https://app.transifex.com/ckeditor/teams/11143/zh_TW/)\n"
16
+ "Language: zh_TW\n"
17
+ "Plural-Forms: nplurals=1; plural=0;\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
19
+
20
+ msgctxt "Keystroke description for assistive technologies: keystroke for copying selected content."
21
+ msgid "Copy selected content"
22
+ msgstr "複製所選內容"
23
+
24
+ msgctxt "Keystroke description for assistive technologies: keystroke for pasting content."
25
+ msgid "Paste content"
26
+ msgstr "貼上內容"
27
+
28
+ msgctxt "Keystroke description for assistive technologies: keystroke for pasting content as plain text."
29
+ msgid "Paste content as plain text"
30
+ msgstr "將內容貼上為純文字"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-clipboard",
3
- "version": "41.0.0",
3
+ "version": "41.2.0",
4
4
  "description": "Clipboard integration feature for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -13,11 +13,11 @@
13
13
  "type": "module",
14
14
  "main": "src/index.js",
15
15
  "dependencies": {
16
- "@ckeditor/ckeditor5-core": "41.0.0",
17
- "@ckeditor/ckeditor5-engine": "41.0.0",
18
- "@ckeditor/ckeditor5-ui": "41.0.0",
19
- "@ckeditor/ckeditor5-utils": "41.0.0",
20
- "@ckeditor/ckeditor5-widget": "41.0.0",
16
+ "@ckeditor/ckeditor5-core": "41.2.0",
17
+ "@ckeditor/ckeditor5-engine": "41.2.0",
18
+ "@ckeditor/ckeditor5-ui": "41.2.0",
19
+ "@ckeditor/ckeditor5-utils": "41.2.0",
20
+ "@ckeditor/ckeditor5-widget": "41.2.0",
21
21
  "lodash-es": "4.17.21"
22
22
  },
23
23
  "author": "CKSource (http://cksource.com/)",