@ckeditor/ckeditor5-slash-command 41.3.1 → 41.4.0-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (106) hide show
  1. package/build/slash-command.js +1 -1
  2. package/dist/index-content.css +4 -0
  3. package/dist/index-editor.css +57 -0
  4. package/dist/index.css +84 -0
  5. package/dist/index.js +23 -0
  6. package/dist/translations/ar.d.ts +8 -0
  7. package/dist/translations/ar.js +23 -0
  8. package/dist/translations/bg.d.ts +8 -0
  9. package/dist/translations/bg.js +23 -0
  10. package/dist/translations/bn.d.ts +8 -0
  11. package/dist/translations/bn.js +23 -0
  12. package/dist/translations/ca.d.ts +8 -0
  13. package/dist/translations/ca.js +23 -0
  14. package/dist/translations/cs.d.ts +8 -0
  15. package/dist/translations/cs.js +23 -0
  16. package/dist/translations/da.d.ts +8 -0
  17. package/dist/translations/da.js +23 -0
  18. package/dist/translations/de.d.ts +8 -0
  19. package/dist/translations/de.js +23 -0
  20. package/dist/translations/el.d.ts +8 -0
  21. package/dist/translations/el.js +23 -0
  22. package/dist/translations/en-au.d.ts +8 -0
  23. package/dist/translations/en-au.js +23 -0
  24. package/dist/translations/en.d.ts +8 -0
  25. package/dist/translations/en.js +23 -0
  26. package/dist/translations/es.d.ts +8 -0
  27. package/dist/translations/es.js +23 -0
  28. package/dist/translations/et.d.ts +8 -0
  29. package/dist/translations/et.js +23 -0
  30. package/dist/translations/fi.d.ts +8 -0
  31. package/dist/translations/fi.js +23 -0
  32. package/dist/translations/fr.d.ts +8 -0
  33. package/dist/translations/fr.js +23 -0
  34. package/dist/translations/gl.d.ts +8 -0
  35. package/dist/translations/gl.js +23 -0
  36. package/dist/translations/he.d.ts +8 -0
  37. package/dist/translations/he.js +23 -0
  38. package/dist/translations/hi.d.ts +8 -0
  39. package/dist/translations/hi.js +23 -0
  40. package/dist/translations/hr.d.ts +8 -0
  41. package/dist/translations/hr.js +23 -0
  42. package/dist/translations/hu.d.ts +8 -0
  43. package/dist/translations/hu.js +23 -0
  44. package/dist/translations/id.d.ts +8 -0
  45. package/dist/translations/id.js +23 -0
  46. package/dist/translations/it.d.ts +8 -0
  47. package/dist/translations/it.js +23 -0
  48. package/dist/translations/ja.d.ts +8 -0
  49. package/dist/translations/ja.js +23 -0
  50. package/dist/translations/ko.d.ts +8 -0
  51. package/dist/translations/ko.js +23 -0
  52. package/dist/translations/lt.d.ts +8 -0
  53. package/dist/translations/lt.js +23 -0
  54. package/dist/translations/lv.d.ts +8 -0
  55. package/dist/translations/lv.js +23 -0
  56. package/dist/translations/ms.d.ts +8 -0
  57. package/dist/translations/ms.js +23 -0
  58. package/dist/translations/nl.d.ts +8 -0
  59. package/dist/translations/nl.js +23 -0
  60. package/dist/translations/no.d.ts +8 -0
  61. package/dist/translations/no.js +23 -0
  62. package/dist/translations/pl.d.ts +8 -0
  63. package/dist/translations/pl.js +23 -0
  64. package/dist/translations/pt-br.d.ts +8 -0
  65. package/dist/translations/pt-br.js +23 -0
  66. package/dist/translations/pt.d.ts +8 -0
  67. package/dist/translations/pt.js +23 -0
  68. package/dist/translations/ro.d.ts +8 -0
  69. package/dist/translations/ro.js +23 -0
  70. package/dist/translations/ru.d.ts +8 -0
  71. package/dist/translations/ru.js +23 -0
  72. package/dist/translations/sk.d.ts +8 -0
  73. package/dist/translations/sk.js +23 -0
  74. package/dist/translations/sr.d.ts +8 -0
  75. package/dist/translations/sr.js +23 -0
  76. package/dist/translations/sv.d.ts +8 -0
  77. package/dist/translations/sv.js +23 -0
  78. package/dist/translations/th.d.ts +8 -0
  79. package/dist/translations/th.js +23 -0
  80. package/dist/translations/tr.d.ts +8 -0
  81. package/dist/translations/tr.js +23 -0
  82. package/dist/translations/uk.d.ts +8 -0
  83. package/dist/translations/uk.js +23 -0
  84. package/dist/translations/uz.d.ts +8 -0
  85. package/dist/translations/uz.js +23 -0
  86. package/dist/translations/vi.d.ts +8 -0
  87. package/dist/translations/vi.js +23 -0
  88. package/dist/translations/zh-cn.d.ts +8 -0
  89. package/dist/translations/zh-cn.js +23 -0
  90. package/dist/translations/zh.d.ts +8 -0
  91. package/dist/translations/zh.js +23 -0
  92. package/dist/types/augmentation.d.ts +25 -0
  93. package/dist/types/index.d.ts +17 -0
  94. package/dist/types/slashcommand.d.ts +33 -0
  95. package/dist/types/slashcommandconfig.d.ts +246 -0
  96. package/dist/types/slashcommandediting.d.ts +45 -0
  97. package/dist/types/slashcommandeditorconfig.d.ts +100 -0
  98. package/dist/types/slashcommandui.d.ts +37 -0
  99. package/dist/types/ui/slashcommandbuttonview.d.ts +35 -0
  100. package/package.json +5 -4
  101. package/src/index.js +1 -1
  102. package/src/slashcommand.js +1 -1
  103. package/src/slashcommandconfig.js +1 -1
  104. package/src/slashcommandediting.js +1 -1
  105. package/src/slashcommandui.js +1 -1
  106. package/src/ui/slashcommandbuttonview.js +1 -1
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ export default{'lt':{'dictionary':{'Create\x20a\x20block\x20quote':'Sukurti\x20citatą','Create\x20a\x20bulleted\x20list':'Sukurti\x20suženklintąjį\x20sąrašą','Create\x20a\x20code\x20block':'Sukurti\x20kodo\x20bloką','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file':'Atidarykite\x20rinkmenų\x20tvarkyklę,\x20kad\x20įterptumėte\x20paveikslėlį\x20arba\x20rinkmeną','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file':'Atidarykite\x20rinkmenų\x20naršyklę,\x20jei\x20norite\x20įterpti\x20paveikslėlį\x20arba\x20rinkmeną','Create\x20a\x20heading\x20level\x201':'Sukurti\x201\x20lygio\x20antraštę','Create\x20a\x20heading\x20level\x202':'Sukurti\x202\x20lygio\x20antraštę','Create\x20a\x20heading\x20level\x203':'Sukurti\x203\x20lygio\x20antraštę','Create\x20a\x20heading\x20level\x204':'Sukurti\x204\x20lygio\x20antraštę','Create\x20a\x20heading\x20level\x205':'Sukurti\x205\x20lygio\x20antraštę','Create\x20a\x20heading\x20level\x206':'Sukurti\x206\x20lygio\x20antraštę','Insert\x20a\x20horizontal\x20line':'Įterpti\x20horizontalią\x20liniją','Insert\x20an\x20HTML\x20snippet':'Įterpti\x20HTML\x20fragmentą','Increase\x20the\x20indentation':'Padidinti\x20įtrauką','Insert\x20Mermaid\x20diagram':'Įterpti\x20„Mermaid“\x20diagramą','Insert\x20the\x20Mermaid\x20diagram':'Įterpti\x20„Mermaid“\x20diagramą','Create\x20a\x20table':'Sukurti\x20lentelę','Insert\x20table\x20of\x20contents':'Įterpti\x20turinį','Create\x20a\x20numbered\x20list':'Sukurti\x20sunumeruotą\x20sąrašą','Decrease\x20the\x20indentation':'Sumažinti\x20įtrauką','Insert\x20a\x20paragraph':'Įterpti\x20pastraipą','Create\x20a\x20to-do\x20list':'Sukurti\x20užduočių\x20sąrašą','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content':'Atidarykite\x20dirbtinio\x20intelekto\x20asistentą,\x20kad\x20sukurtumėte\x20turinį'},'getPluralForm':_0x5d4b4b=>_0x5d4b4b%0xa==0x1&&(_0x5d4b4b%0x64>0x13||_0x5d4b4b%0x64<0xb)?0x0:_0x5d4b4b%0xa>=0x2&&_0x5d4b4b%0xa<=0x9&&(_0x5d4b4b%0x64>0x13||_0x5d4b4b%0x64<0xb)?0x1:_0x5d4b4b%0x1!=0x0?0x2:0x3}};
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ import type { Translations } from 'ckeditor5';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ export default{'lv':{'dictionary':{'Create\x20a\x20block\x20quote':'Izveidot\x20bloka\x20citātu','Create\x20a\x20bulleted\x20list':'Izveidot\x20sarakstu\x20ar\x20aizzīmēm','Create\x20a\x20code\x20block':'Izveidot\x20koda\x20bloku','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file':'Atvērt\x20failu\x20pārvaldnieku,\x20lai\x20ievietotu\x20attēlu\x20vai\x20failu','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file':'Atvērt\x20failu\x20pārlūkprogrammu,\x20lai\x20ievietotu\x20attēlu\x20vai\x20failu','Create\x20a\x20heading\x20level\x201':'Izveidojiet\x20virsraksta\x201.\x20līmeni','Create\x20a\x20heading\x20level\x202':'Izveidojiet\x20virsraksta\x202.\x20līmeni','Create\x20a\x20heading\x20level\x203':'Izveidojiet\x20virsraksta\x203.\x20līmeni','Create\x20a\x20heading\x20level\x204':'Izveidojiet\x20virsraksta\x204.\x20līmeni','Create\x20a\x20heading\x20level\x205':'Izveidojiet\x20virsraksta\x205.\x20līmeni','Create\x20a\x20heading\x20level\x206':'Izveidojiet\x20virsraksta\x206.\x20līmeni','Insert\x20a\x20horizontal\x20line':'Ievietot\x20horizontālu\x20līniju','Insert\x20an\x20HTML\x20snippet':'Ievietot\x20HTML\x20fragmentu','Increase\x20the\x20indentation':'Palielināt\x20ievilkumu','Insert\x20Mermaid\x20diagram':'Izveidot\x20Mermaida\x20diagramu','Insert\x20the\x20Mermaid\x20diagram':'Izveidot\x20Mermaida\x20diagramu','Create\x20a\x20table':'Izveidot\x20tabulu','Insert\x20table\x20of\x20contents':'Ievietot\x20satura\x20rādītāju','Create\x20a\x20numbered\x20list':'Izveidot\x20numerētu\x20sarakstu','Decrease\x20the\x20indentation':'Samazināt\x20ievilkumu','Insert\x20a\x20paragraph':'Ievietot\x20rindkopu','Create\x20a\x20to-do\x20list':'Izveidot\x20uzdevumu\x20sarakstu','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content':'Atveriet\x20AI\x20palīgu,\x20lai\x20ģenerētu\x20saturu'},'getPluralForm':_0x395606=>_0x395606%0xa==0x1&&_0x395606%0x64!=0xb?0x0:0x0!=_0x395606?0x1:0x2}};
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ import type { Translations } from 'ckeditor5';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ export default{'ms':{'dictionary':{'Create\x20a\x20block\x20quote':'Cipta\x20petikan\x20kotak','Create\x20a\x20bulleted\x20list':'Cipta\x20senarai\x20titik\x20peluru','Create\x20a\x20code\x20block':'Cipta\x20kotak\x20kod','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file':'Buka\x20pengurus\x20fail\x20untuk\x20memasukkan\x20imej\x20atau\x20fail','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file':'Buka\x20pelayar\x20fail\x20untuk\x20memasukkan\x20imej\x20atau\x20fail','Create\x20a\x20heading\x20level\x201':'Cipta\x20tajuk\x20tahap\x201','Create\x20a\x20heading\x20level\x202':'Cipta\x20tajuk\x20tahap\x202','Create\x20a\x20heading\x20level\x203':'Cipta\x20tajuk\x20tahap\x203','Create\x20a\x20heading\x20level\x204':'Cipta\x20tajuk\x20tahap\x204','Create\x20a\x20heading\x20level\x205':'Cipta\x20tajuk\x20tahap\x205','Create\x20a\x20heading\x20level\x206':'Cipta\x20tajuk\x20tahap\x206','Insert\x20a\x20horizontal\x20line':'Masukkan\x20garis\x20melintang','Insert\x20an\x20HTML\x20snippet':'Masukkan\x20potongan\x20HTML','Increase\x20the\x20indentation':'Tingkatkan\x20lekuk','Insert\x20Mermaid\x20diagram':'Masukkan\x20gambar\x20rajah\x20Mermaid','Insert\x20the\x20Mermaid\x20diagram':'Masukkan\x20gambar\x20rajah\x20Mermaid','Create\x20a\x20table':'Cipta\x20jadual','Insert\x20table\x20of\x20contents':'Masukkan\x20isi\x20kandungan','Create\x20a\x20numbered\x20list':'Cipta\x20senarai\x20bernombor','Decrease\x20the\x20indentation':'Kurangkan\x20lekuk','Insert\x20a\x20paragraph':'Masukkan\x20perenggan','Create\x20a\x20to-do\x20list':'Cipta\x20senarai\x20untuk\x20dibuat','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content':'Buka\x20Pembantu\x20AI\x20untuk\x20mencipta\x20kandungan'},'getPluralForm':_0x32d2ce=>0x0}};
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ import type { Translations } from 'ckeditor5';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ export default{'nl':{'dictionary':{'Create\x20a\x20block\x20quote':'Blokcitaat\x20aanmaken','Create\x20a\x20bulleted\x20list':'Opsommingslijst\x20aanmaken','Create\x20a\x20code\x20block':'Codeblok\x20aanmaken','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file':'Open\x20bestandsbeheer\x20om\x20een\x20afbeelding\x20of\x20bestand\x20in\x20te\x20voegen','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file':'Open\x20de\x20bestandsbrowser\x20om\x20een\x20afbeelding\x20of\x20bestand\x20in\x20te\x20voegen','Create\x20a\x20heading\x20level\x201':'Kop\x20op\x20niveau\x201\x20aanmaken','Create\x20a\x20heading\x20level\x202':'Kop\x20op\x20niveau\x202\x20aanmaken','Create\x20a\x20heading\x20level\x203':'Kop\x20op\x20niveau\x203\x20aanmaken','Create\x20a\x20heading\x20level\x204':'Kop\x20op\x20niveau\x204\x20aanmaken','Create\x20a\x20heading\x20level\x205':'Kop\x20op\x20niveau\x205\x20aanmaken','Create\x20a\x20heading\x20level\x206':'Kop\x20op\x20niveau\x206\x20aanmaken','Insert\x20a\x20horizontal\x20line':'Horizontale\x20lijn\x20invoegen','Insert\x20an\x20HTML\x20snippet':'HTML-fragment\x20invoegen','Increase\x20the\x20indentation':'Inspringing\x20vergroten','Insert\x20Mermaid\x20diagram':'Mermaid-diagram\x20invoegen','Insert\x20the\x20Mermaid\x20diagram':'Mermaid-diagram\x20invoegen','Create\x20a\x20table':'Tabel\x20aanmaken','Insert\x20table\x20of\x20contents':'Inhoudsopgave\x20invoegen','Create\x20a\x20numbered\x20list':'Genummerde\x20lijst\x20aanmaken','Decrease\x20the\x20indentation':'Inspringing\x20verkleinen','Insert\x20a\x20paragraph':'Alinea\x20invoegen','Create\x20a\x20to-do\x20list':'Takenlijst\x20aanmaken','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content':'Open\x20de\x20AI\x20Assistent\x20om\x20inhoud\x20te\x20genereren'},'getPluralForm':_0x4e353b=>0x1!=_0x4e353b}};
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ import type { Translations } from 'ckeditor5';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ export default{'no':{'dictionary':{'Create\x20a\x20block\x20quote':'Lag\x20et\x20blokk-sitat','Create\x20a\x20bulleted\x20list':'Lag\x20en\x20punktliste','Create\x20a\x20code\x20block':'Lag\x20en\x20kodeblokk','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file':'Åpne\x20filvalg\x20for\x20å\x20sette\x20inn\x20bilde\x20eller\x20fil','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file':'Åpne\x20filbrowser\x20for\x20å\x20sette\x20inn\x20bilde\x20eller\x20fil','Create\x20a\x20heading\x20level\x201':'Lag\x20en\x20nivå\x201\x20overskrift','Create\x20a\x20heading\x20level\x202':'Lag\x20en\x20nivå\x202\x20overskrift','Create\x20a\x20heading\x20level\x203':'Lag\x20en\x20nivå\x203\x20overskrift','Create\x20a\x20heading\x20level\x204':'Lag\x20en\x20nivå\x204\x20overskrift','Create\x20a\x20heading\x20level\x205':'Lag\x20en\x20nivå\x205\x20overskrift','Create\x20a\x20heading\x20level\x206':'Lag\x20en\x20nivå\x206\x20overskrift','Insert\x20a\x20horizontal\x20line':'Sett\x20inn\x20horisontal\x20linje','Insert\x20an\x20HTML\x20snippet':'Sett\x20inn\x20HTML-snutt','Increase\x20the\x20indentation':'Øk\x20innrykk','Insert\x20Mermaid\x20diagram':'Sett\x20inn\x20Mermaid-diagram','Insert\x20the\x20Mermaid\x20diagram':'Sett\x20inn\x20Mermaid-diagrammet','Create\x20a\x20table':'Lag\x20en\x20liste','Insert\x20table\x20of\x20contents':'Sett\x20inn\x20innholdsfortegnelse','Create\x20a\x20numbered\x20list':'Lag\x20en\x20nummerert\x20liste','Decrease\x20the\x20indentation':'Minske\x20innrykk','Insert\x20a\x20paragraph':'Sett\x20inn\x20et\x20avsnitt','Create\x20a\x20to-do\x20list':'Lag\x20en\x20huskeliste','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content':'Åpne\x20AI\x20Assistant\x20for\x20å\x20generere\x20innhold'},'getPluralForm':_0x47b463=>0x1!=_0x47b463}};
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ import type { Translations } from 'ckeditor5';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ export default{'pl':{'dictionary':{'Create\x20a\x20block\x20quote':'Dodaj\x20cytat\x20w\x20postaci\x20bloku','Create\x20a\x20bulleted\x20list':'Utwórz\x20listę\x20punktowaną','Create\x20a\x20code\x20block':'Utwórz\x20blok\x20z\x20kodem','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file':'Otwórz\x20menedżer\x20plików,\x20aby\x20wstawić\x20obraz\x20lub\x20plik','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file':'Otwórz\x20przeglądarkę\x20plików,\x20aby\x20wstawić\x20obraz\x20lub\x20plik','Create\x20a\x20heading\x20level\x201':'Utwórz\x20nagłówek\x201.\x20poziomu','Create\x20a\x20heading\x20level\x202':'Utwórz\x20nagłówek\x202.\x20poziomu','Create\x20a\x20heading\x20level\x203':'Utwórz\x20nagłówek\x203.\x20poziomu','Create\x20a\x20heading\x20level\x204':'Utwórz\x20nagłówek\x204.\x20poziomu','Create\x20a\x20heading\x20level\x205':'Utwórz\x20nagłówek\x205.\x20poziomu','Create\x20a\x20heading\x20level\x206':'Utwórz\x20nagłówek\x206.\x20poziomu','Insert\x20a\x20horizontal\x20line':'Wstaw\x20poziomą\x20linię','Insert\x20an\x20HTML\x20snippet':'Wstaw\x20fragment\x20kodu\x20HTML','Increase\x20the\x20indentation':'Zwiększ\x20wcięcie','Insert\x20Mermaid\x20diagram':'Wstawianie\x20wykres\x20typu\x20Mermaid','Insert\x20the\x20Mermaid\x20diagram':'Wstaw\x20wykres\x20typu\x20Mermaid','Create\x20a\x20table':'Utwórz\x20tabelę','Insert\x20table\x20of\x20contents':'Wstaw\x20spis\x20treści','Create\x20a\x20numbered\x20list':'Utwórz\x20listę\x20numerowaną','Decrease\x20the\x20indentation':'Zmniejsz\x20wcięcie','Insert\x20a\x20paragraph':'Dodaj\x20akapit','Create\x20a\x20to-do\x20list':'Utwórz\x20listę\x20zadań\x20do\x20wykonania','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content':'Otwórz\x20asystenta\x20AI,\x20aby\x20wygenerować\x20treść'},'getPluralForm':_0x1ebc0e=>0x1==_0x1ebc0e?0x0:_0x1ebc0e%0xa>=0x2&&_0x1ebc0e%0xa<=0x4&&(_0x1ebc0e%0x64<0xc||_0x1ebc0e%0x64>0xe)?0x1:0x1!=_0x1ebc0e&&_0x1ebc0e%0xa>=0x0&&_0x1ebc0e%0xa<=0x1||_0x1ebc0e%0xa>=0x5&&_0x1ebc0e%0xa<=0x9||_0x1ebc0e%0x64>=0xc&&_0x1ebc0e%0x64<=0xe?0x2:0x3}};
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ import type { Translations } from 'ckeditor5';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ export default{'pt-br':{'dictionary':{'Create\x20a\x20block\x20quote':'Criar\x20bloco\x20de\x20citação','Create\x20a\x20bulleted\x20list':'Criar\x20uma\x20lista\x20com\x20marcadores','Create\x20a\x20code\x20block':'Criar\x20um\x20bloco\x20de\x20código','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file':'Abrir\x20o\x20gerenciador\x20de\x20arquivos\x20para\x20inserir\x20uma\x20imagem\x20ou\x20arquivo','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file':'Abrir\x20o\x20navegador\x20de\x20arquivos\x20para\x20inserir\x20uma\x20imagem\x20ou\x20arquivo','Create\x20a\x20heading\x20level\x201':'Criar\x20um\x20cabeçalho\x20de\x20nível\x201','Create\x20a\x20heading\x20level\x202':'Criar\x20um\x20cabeçalho\x20de\x20nível\x202','Create\x20a\x20heading\x20level\x203':'Criar\x20um\x20cabeçalho\x20de\x20nível\x203','Create\x20a\x20heading\x20level\x204':'Criar\x20um\x20cabeçalho\x20de\x20nível\x204','Create\x20a\x20heading\x20level\x205':'Criar\x20um\x20cabeçalho\x20de\x20nível\x205','Create\x20a\x20heading\x20level\x206':'Criar\x20um\x20cabeçalho\x20de\x20nível\x206','Insert\x20a\x20horizontal\x20line':'Inserir\x20uma\x20linha\x20horizontal','Insert\x20an\x20HTML\x20snippet':'Inserir\x20um\x20trecho\x20de\x20HTML','Increase\x20the\x20indentation':'Aumentar\x20o\x20recuo','Insert\x20Mermaid\x20diagram':'Inserir\x20diagrama\x20Mermaid','Insert\x20the\x20Mermaid\x20diagram':'Inserir\x20o\x20diagrama\x20Mermaid','Create\x20a\x20table':'Criar\x20uma\x20tabela','Insert\x20table\x20of\x20contents':'Inserir\x20sumário','Create\x20a\x20numbered\x20list':'Criar\x20uma\x20lista\x20numerada','Decrease\x20the\x20indentation':'Reduzir\x20o\x20recuo','Insert\x20a\x20paragraph':'Inserir\x20parágrafo','Create\x20a\x20to-do\x20list':'Criar\x20uma\x20lista\x20de\x20tarefas','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content':'Abra\x20o\x20Assistente\x20de\x20IA\x20para\x20gerar\x20conteúdo'},'getPluralForm':_0x25eaff=>0x0==_0x25eaff||0x1==_0x25eaff?0x0:0x0!=_0x25eaff&&_0x25eaff%0xf4240==0x0?0x1:0x2}};
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ import type { Translations } from 'ckeditor5';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ export default{'pt':{'dictionary':{'Create\x20a\x20block\x20quote':'Criar\x20um\x20trecho\x20em\x20bloco','Create\x20a\x20bulleted\x20list':'Criar\x20uma\x20lista\x20com\x20marcas','Create\x20a\x20code\x20block':'Criar\x20um\x20bloco\x20de\x20código','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file':'Abrir\x20o\x20gestor\x20de\x20ficheiros\x20para\x20inserir\x20uma\x20imagem\x20ou\x20um\x20ficheiro','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file':'Abrir\x20o\x20navegador\x20de\x20ficheiros\x20para\x20inserir\x20uma\x20imagem\x20ou\x20um\x20ficheiro','Create\x20a\x20heading\x20level\x201':'Criar\x20um\x20cabeçalho\x20de\x20nível\x201','Create\x20a\x20heading\x20level\x202':'Criar\x20um\x20cabeçalho\x20de\x20nível\x202','Create\x20a\x20heading\x20level\x203':'Criar\x20um\x20cabeçalho\x20de\x20nível\x203','Create\x20a\x20heading\x20level\x204':'Criar\x20um\x20cabeçalho\x20de\x20nível\x204','Create\x20a\x20heading\x20level\x205':'Criar\x20um\x20cabeçalho\x20de\x20nível\x205','Create\x20a\x20heading\x20level\x206':'Criar\x20um\x20cabeçalho\x20de\x20nível\x206','Insert\x20a\x20horizontal\x20line':'Inserir\x20uma\x20linha\x20horizontal','Insert\x20an\x20HTML\x20snippet':'Inserir\x20um\x20fragmento\x20de\x20HTML','Increase\x20the\x20indentation':'Aumentar\x20a\x20indentação','Insert\x20Mermaid\x20diagram':'Inserir\x20diagrama\x20Mermaid','Insert\x20the\x20Mermaid\x20diagram':'Inserir\x20o\x20diagrama\x20Mermaid','Create\x20a\x20table':'Criar\x20uma\x20tabela','Insert\x20table\x20of\x20contents':'Inserir\x20índice','Create\x20a\x20numbered\x20list':'Criar\x20uma\x20lista\x20numerada','Decrease\x20the\x20indentation':'Diminuir\x20a\x20indentação','Insert\x20a\x20paragraph':'Inserir\x20um\x20parágrafo','Create\x20a\x20to-do\x20list':'Criar\x20uma\x20lista\x20de\x20tarefas','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content':'Abrir\x20o\x20Assistente\x20de\x20IA\x20para\x20gerar\x20conteúdo'},'getPluralForm':_0x6f0707=>0x0==_0x6f0707||0x1==_0x6f0707?0x0:0x0!=_0x6f0707&&_0x6f0707%0xf4240==0x0?0x1:0x2}};
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ import type { Translations } from 'ckeditor5';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ export default{'ro':{'dictionary':{'Create\x20a\x20block\x20quote':'Creare\x20ghilimele\x20de\x20blocare','Create\x20a\x20bulleted\x20list':'Creare\x20listă\x20cu\x20puncte','Create\x20a\x20code\x20block':'Creare\x20cod\x20de\x20blocare','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file':'Deschideți\x20managerul\x20de\x20fișiere\x20pentru\x20a\x20insera\x20o\x20imagine\x20sau\x20un\x20fișier','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file':'Deschideți\x20browserul\x20de\x20fișiere\x20pentru\x20a\x20insera\x20o\x20imagine\x20sau\x20un\x20fișier','Create\x20a\x20heading\x20level\x201':'Creare\x20antet\x20de\x20nivel\x201','Create\x20a\x20heading\x20level\x202':'Creare\x20antet\x20de\x20nivel\x202','Create\x20a\x20heading\x20level\x203':'Creare\x20antet\x20de\x20nivel\x203','Create\x20a\x20heading\x20level\x204':'Creare\x20antet\x20de\x20nivel\x204','Create\x20a\x20heading\x20level\x205':'Creare\x20antet\x20de\x20nivel\x205','Create\x20a\x20heading\x20level\x206':'Creare\x20antet\x20de\x20nivel\x206','Insert\x20a\x20horizontal\x20line':'Inserare\x20linie\x20orizontală','Insert\x20an\x20HTML\x20snippet':'Inserare\x20fragment\x20HTML','Increase\x20the\x20indentation':'Mărire\x20indentare','Insert\x20Mermaid\x20diagram':'Inserare\x20diagramă\x20Sirenă','Insert\x20the\x20Mermaid\x20diagram':'Inserați\x20diagrama\x20Sirenă','Create\x20a\x20table':'Creare\x20tabel','Insert\x20table\x20of\x20contents':'Inserare\x20cuprins','Create\x20a\x20numbered\x20list':'Creare\x20listă\x20numerotată','Decrease\x20the\x20indentation':'Micșorare\x20indentare','Insert\x20a\x20paragraph':'Inserare\x20paragraf','Create\x20a\x20to-do\x20list':'Creare\x20listă\x20de\x20sarcini','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content':'Deschide\x20asistentul\x20AI\x20pentru\x20a\x20genera\x20conținut'},'getPluralForm':_0xb55c12=>0x1==_0xb55c12?0x0:_0xb55c12%0x64>0x13||_0xb55c12%0x64==0x0&&0x0!=_0xb55c12?0x2:0x1}};
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ import type { Translations } from 'ckeditor5';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ export default{'ru':{'dictionary':{'Create\x20a\x20block\x20quote':'Создать\x20блочную\x20цитату','Create\x20a\x20bulleted\x20list':'Создать\x20маркированный\x20список','Create\x20a\x20code\x20block':'Создать\x20блок\x20кода','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file':'Откройте\x20файловый\x20менеджер,\x20чтобы\x20вставить\x20изображение\x20или\x20файл','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file':'Откройте\x20файловый\x20браузер,\x20чтобы\x20вставить\x20изображение\x20или\x20файл','Create\x20a\x20heading\x20level\x201':'Создать\x20заголовок\x201-го\x20уровня','Create\x20a\x20heading\x20level\x202':'Создать\x20заголовок\x202-го\x20уровня','Create\x20a\x20heading\x20level\x203':'Создать\x20заголовок\x203-го\x20уровня','Create\x20a\x20heading\x20level\x204':'Создать\x20заголовок\x204-го\x20уровня','Create\x20a\x20heading\x20level\x205':'Создать\x20заголовок\x205-го\x20уровня','Create\x20a\x20heading\x20level\x206':'Создать\x20заголовок\x206-го\x20уровня','Insert\x20a\x20horizontal\x20line':'Вставить\x20горизонтальную\x20линию','Insert\x20an\x20HTML\x20snippet':'Вставить\x20фрагмент\x20HTML','Increase\x20the\x20indentation':'Увеличьте\x20отступ','Insert\x20Mermaid\x20diagram':'Вставить\x20диаграмму\x20Mermaid','Insert\x20the\x20Mermaid\x20diagram':'Вставить\x20диаграмму\x20Mermaid','Create\x20a\x20table':'Создать\x20таблицу','Insert\x20table\x20of\x20contents':'Вставить\x20оглавление','Create\x20a\x20numbered\x20list':'Создать\x20нумерованный\x20список','Decrease\x20the\x20indentation':'Уменьшить\x20отступ','Insert\x20a\x20paragraph':'Вставить\x20параграф','Create\x20a\x20to-do\x20list':'Создать\x20список\x20дел','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content':'Откройте\x20AI\x20Assistant\x20для\x20создания\x20контента'},'getPluralForm':_0x3c816f=>_0x3c816f%0xa==0x1&&_0x3c816f%0x64!=0xb?0x0:_0x3c816f%0xa>=0x2&&_0x3c816f%0xa<=0x4&&(_0x3c816f%0x64<0xc||_0x3c816f%0x64>0xe)?0x1:_0x3c816f%0xa==0x0||_0x3c816f%0xa>=0x5&&_0x3c816f%0xa<=0x9||_0x3c816f%0x64>=0xb&&_0x3c816f%0x64<=0xe?0x2:0x3}};
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ import type { Translations } from 'ckeditor5';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ export default{'sk':{'dictionary':{'Create\x20a\x20block\x20quote':'Vytvorte\x20blokovú\x20cenovú\x20ponuku','Create\x20a\x20bulleted\x20list':'Vytvoriť\x20zoznam\x20s\x20odrážkami','Create\x20a\x20code\x20block':'Vytvoriť\x20blok\x20kódu','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file':'Ak\x20chcete\x20vložiť\x20obrázok\x20alebo\x20súbor,\x20otvorte\x20správcu\x20súborov','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file':'Otvorte\x20prehliadač\x20súborov\x20a\x20vložte\x20obrázok\x20alebo\x20súbor','Create\x20a\x20heading\x20level\x201':'Vytvoriť\x20nadpis\x201.úrovne','Create\x20a\x20heading\x20level\x202':'Vytvoriť\x20nadpis\x202.úrovne','Create\x20a\x20heading\x20level\x203':'Vytvoriť\x20nadpis\x203.úrovne','Create\x20a\x20heading\x20level\x204':'Vytvoriť\x20nadpis\x204.úrovne','Create\x20a\x20heading\x20level\x205':'Vytvoriť\x20nadpis\x205.úrovne','Create\x20a\x20heading\x20level\x206':'Vytvoriť\x20nadpis\x206.úrovne','Insert\x20a\x20horizontal\x20line':'Vložiť\x20vodorovnú\x20čiaru','Insert\x20an\x20HTML\x20snippet':'Vložiť\x20útržok\x20HTML','Increase\x20the\x20indentation':'Zväčšiť\x20odsadenie','Insert\x20Mermaid\x20diagram':'Vložiť\x20Mermaid\x20diagram','Insert\x20the\x20Mermaid\x20diagram':'Vložiť\x20Mermaid\x20diagram','Create\x20a\x20table':'Vytvoriť\x20tabuľku','Insert\x20table\x20of\x20contents':'Vložiť\x20obsah','Create\x20a\x20numbered\x20list':'Vytvoriť\x20očíslovaný\x20zoznam','Decrease\x20the\x20indentation':'Zmenšiť\x20odsadenie','Insert\x20a\x20paragraph':'Vložiť\x20odsek','Create\x20a\x20to-do\x20list':'Vytvoriť\x20zoznam\x20úloh','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content':'Ak\x20chcete\x20vygenerovať\x20obsah,\x20otvorte\x20pomocníka\x20AI'},'getPluralForm':_0x35d6e8=>_0x35d6e8%0x1==0x0&&0x1==_0x35d6e8?0x0:_0x35d6e8%0x1==0x0&&_0x35d6e8>=0x2&&_0x35d6e8<=0x4?0x1:_0x35d6e8%0x1!=0x0?0x2:0x3}};
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ import type { Translations } from 'ckeditor5';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ export default{'sr':{'dictionary':{'Create\x20a\x20block\x20quote':'Kreiraj\x20izdvojeni\x20citat','Create\x20a\x20bulleted\x20list':'Kreiraj\x20listu\x20sa\x20znakovima\x20za\x20nabrajanje','Create\x20a\x20code\x20block':'Kreiraj\x20blok\x20koda','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file':'Otvorite\x20menadžer\x20datoteka\x20da\x20biste\x20umetnuli\x20sliku\x20ili\x20datoteku','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file':'Otvorite\x20pretraživač\x20datoteka\x20da\x20biste\x20umetnuli\x20sliku\x20ili\x20datoteku','Create\x20a\x20heading\x20level\x201':'Kreiraj\x20nivo\x20naslova\x201','Create\x20a\x20heading\x20level\x202':'Kreiraj\x20nivo\x20naslova\x202','Create\x20a\x20heading\x20level\x203':'Kreiraj\x20nivo\x20naslova\x203','Create\x20a\x20heading\x20level\x204':'Kreiraj\x20nivo\x20naslova\x204','Create\x20a\x20heading\x20level\x205':'Kreiraj\x20nivo\x20naslova\x205','Create\x20a\x20heading\x20level\x206':'Kreiraj\x20nivo\x20naslova\x206','Insert\x20a\x20horizontal\x20line':'Umetni\x20horizontalnu\x20liniju','Insert\x20an\x20HTML\x20snippet':'Umetni\x20HTML\x20isečak','Increase\x20the\x20indentation':'Povećaj\x20uvlačenje','Insert\x20Mermaid\x20diagram':'Umetni\x20dijagram\x20sirene','Insert\x20the\x20Mermaid\x20diagram':'Umetni\x20dijagram\x20sirene','Create\x20a\x20table':'Kreiraj\x20tabelu','Insert\x20table\x20of\x20contents':'Umetni\x20sadržaj','Create\x20a\x20numbered\x20list':'Kreiraj\x20numerisanu\x20listu','Decrease\x20the\x20indentation':'Smanji\x20uvlačenje','Insert\x20a\x20paragraph':'Umetni\x20pasus','Create\x20a\x20to-do\x20list':'Kreiraj\x20listu\x20zaduženja','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content':'Otvorite\x20AI\x20pomoćnika\x20da\x20generišete\x20sadržaj'},'getPluralForm':_0x5bb2cf=>_0x5bb2cf%0xa==0x1&&_0x5bb2cf%0x64!=0xb?0x0:_0x5bb2cf%0xa>=0x2&&_0x5bb2cf%0xa<=0x4&&(_0x5bb2cf%0x64<0xa||_0x5bb2cf%0x64>=0x14)?0x1:0x2}};
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ import type { Translations } from 'ckeditor5';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ export default{'sv':{'dictionary':{'Create\x20a\x20block\x20quote':'Skapa\x20ett\x20blockcitat','Create\x20a\x20bulleted\x20list':'Skapa\x20en\x20punktlista','Create\x20a\x20code\x20block':'Skapa\x20ett\x20kodblock','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file':'Öppna\x20filhanteraren\x20för\x20att\x20infoga\x20en\x20bild\x20eller\x20en\x20fil','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file':'Öppna\x20filhanteraren\x20för\x20att\x20infoga\x20en\x20bild\x20eller\x20en\x20fil','Create\x20a\x20heading\x20level\x201':'Skapa\x20en\x20rubrik,\x20nivå\x201','Create\x20a\x20heading\x20level\x202':'Skapa\x20en\x20rubrik,\x20nivå\x202','Create\x20a\x20heading\x20level\x203':'Skapa\x20en\x20rubrik,\x20nivå\x203','Create\x20a\x20heading\x20level\x204':'Skapa\x20en\x20rubrik,\x20nivå\x204','Create\x20a\x20heading\x20level\x205':'Skapa\x20en\x20rubrik,\x20nivå\x205','Create\x20a\x20heading\x20level\x206':'Skapa\x20en\x20rubrik,\x20nivå\x206','Insert\x20a\x20horizontal\x20line':'Infoga\x20en\x20vågrät\x20linje','Insert\x20an\x20HTML\x20snippet':'Infoga\x20en\x20HTML-snutt','Increase\x20the\x20indentation':'Öka\x20indraget','Insert\x20Mermaid\x20diagram':'Infoga\x20Mermaid-diagram','Insert\x20the\x20Mermaid\x20diagram':'Infoga\x20Mermaid-diagrammet','Create\x20a\x20table':'Skapa\x20en\x20tabell','Insert\x20table\x20of\x20contents':'Infoga\x20innehållsförteckning','Create\x20a\x20numbered\x20list':'Skapa\x20en\x20numrerad\x20lista','Decrease\x20the\x20indentation':'Minska\x20indraget','Insert\x20a\x20paragraph':'Infoga\x20ett\x20stycke','Create\x20a\x20to-do\x20list':'Skapa\x20en\x20att-göra-lista','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content':'Öppna\x20AI-assistenten\x20för\x20att\x20generera\x20innehåll'},'getPluralForm':_0x5c1ebc=>0x1!=_0x5c1ebc}};
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ import type { Translations } from 'ckeditor5';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ export default{'th':{'dictionary':{'Create\x20a\x20block\x20quote':'สร้างใบเสนอราคาแบบบล็อก','Create\x20a\x20bulleted\x20list':'สร้างรายการแบบมีจุดนำ','Create\x20a\x20code\x20block':'สร้างบล็อกโค้ด','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file':'เปิดตัวจัดการไฟล์เพื่อแทรกรูปภาพหรือไฟล์','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file':'เปิดเบราว์เซอร์ไฟล์เพื่อแทรกรูปภาพหรือไฟล์','Create\x20a\x20heading\x20level\x201':'สร้างหัวข้อระดับ\x201','Create\x20a\x20heading\x20level\x202':'สร้างหัวข้อระดับ\x202','Create\x20a\x20heading\x20level\x203':'สร้างหัวข้อระดับ\x203','Create\x20a\x20heading\x20level\x204':'สร้างหัวข้อระดับ\x204','Create\x20a\x20heading\x20level\x205':'สร้างหัวข้อระดับ\x205','Create\x20a\x20heading\x20level\x206':'สร้างหัวข้อระดับ\x206','Insert\x20a\x20horizontal\x20line':'แทรกเส้นแนวนอน','Insert\x20an\x20HTML\x20snippet':'แทรกข้อมูลโค้ด\x20HTML','Increase\x20the\x20indentation':'เพิ่มระยะของการเยื้อง','Insert\x20Mermaid\x20diagram':'แทรกแผนภาพนางเงือก','Insert\x20the\x20Mermaid\x20diagram':'แทรกแผนภาพนางเงือก','Create\x20a\x20table':'สร้างตาราง','Insert\x20table\x20of\x20contents':'แทรกสารบัญ','Create\x20a\x20numbered\x20list':'สร้างรายการลำดับเลข','Decrease\x20the\x20indentation':'ลดระยะของการเยื้อง','Insert\x20a\x20paragraph':'แทรกย่อหน้า','Create\x20a\x20to-do\x20list':'สร้างรายการสิ่งต้องทำ','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content':'เปิดผู้ช่วย\x20AI\x20เพื่อสร้างเนื้อหา'},'getPluralForm':_0x4977e4=>0x0}};
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ import type { Translations } from 'ckeditor5';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ export default{'tr':{'dictionary':{'Create\x20a\x20block\x20quote':'Alıntı\x20bloğu\x20oluştur','Create\x20a\x20bulleted\x20list':'Madde\x20işaretli\x20liste\x20oluştur','Create\x20a\x20code\x20block':'Kod\x20bloğu\x20oluştur','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file':'Bir\x20resim\x20veya\x20dosya\x20eklemek\x20için\x20dosya\x20yöneticisini\x20aç','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file':'Bir\x20resim\x20veya\x20dosya\x20eklemek\x20için\x20dosya\x20tarayıcısını\x20aç','Create\x20a\x20heading\x20level\x201':'Başlık\x20düzeyi\x201\x20oluştur','Create\x20a\x20heading\x20level\x202':'Başlık\x20düzeyi\x202\x20oluştur','Create\x20a\x20heading\x20level\x203':'Başlık\x20düzeyi\x203\x20oluştur','Create\x20a\x20heading\x20level\x204':'Başlık\x20düzeyi\x204\x20oluştur','Create\x20a\x20heading\x20level\x205':'Başlık\x20düzeyi\x205\x20oluştur','Create\x20a\x20heading\x20level\x206':'Başlık\x20düzeyi\x206\x20oluştur','Insert\x20a\x20horizontal\x20line':'Yatay\x20bir\x20çizgi\x20ekle','Insert\x20an\x20HTML\x20snippet':'HTML\x20kod\x20parçacığı\x20ekle','Increase\x20the\x20indentation':'Girintiyi\x20artır','Insert\x20Mermaid\x20diagram':'Mermaid\x20diyagramı\x20ekle','Insert\x20the\x20Mermaid\x20diagram':'Mermaid\x20diyagramı\x20ekle','Create\x20a\x20table':'Tablo\x20oluştur','Insert\x20table\x20of\x20contents':'İçindekiler\x20tablosunu\x20ekle','Create\x20a\x20numbered\x20list':'Numaralı\x20liste\x20oluştur','Decrease\x20the\x20indentation':'Girintiyi\x20azalt','Insert\x20a\x20paragraph':'Paragraf\x20ekle','Create\x20a\x20to-do\x20list':'Yapılacaklar\x20listesi\x20oluştur','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content':'İçerik\x20oluşturmak\x20için\x20YZ\x20Asistanı\x20aç'},'getPluralForm':_0x2c7921=>_0x2c7921>0x1}};
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ import type { Translations } from 'ckeditor5';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ export default{'uk':{'dictionary':{'Create\x20a\x20block\x20quote':'Створити\x20блокову\x20цитату','Create\x20a\x20bulleted\x20list':'Створити\x20маркований\x20список','Create\x20a\x20code\x20block':'Створити\x20кодовий\x20блок','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file':'Відкрити\x20файловий\x20провідник,\x20щоб\x20вставити\x20зображення\x20або\x20файл.','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file':'Відкрити\x20переглядач\x20файлів,\x20щоб\x20вставити\x20зображення\x20або\x20файл','Create\x20a\x20heading\x20level\x201':'Створити\x20заголовок\x201\x20рівня','Create\x20a\x20heading\x20level\x202':'Створити\x20заголовок\x202\x20рівня','Create\x20a\x20heading\x20level\x203':'Створити\x20заголовок\x203\x20рівня','Create\x20a\x20heading\x20level\x204':'Створити\x20заголовок\x204\x20рівня','Create\x20a\x20heading\x20level\x205':'Створити\x20заголовок\x205\x20рівня','Create\x20a\x20heading\x20level\x206':'Створити\x20заголовок\x206\x20рівня','Insert\x20a\x20horizontal\x20line':'Вставити\x20горизонтальну\x20лінію','Insert\x20an\x20HTML\x20snippet':'Вставити\x20фрагмент\x20HTML','Increase\x20the\x20indentation':'Збільшити\x20відступ','Insert\x20Mermaid\x20diagram':'Вставити\x20діаграму\x20Mermaid','Insert\x20the\x20Mermaid\x20diagram':'Вставити\x20діаграму\x20Mermaid','Create\x20a\x20table':'Створити\x20таблицю','Insert\x20table\x20of\x20contents':'Вставити\x20зміст','Create\x20a\x20numbered\x20list':'Створити\x20нумерований\x20список','Decrease\x20the\x20indentation':'Зменшити\x20відступ','Insert\x20a\x20paragraph':'Вставити\x20абзац','Create\x20a\x20to-do\x20list':'Створити\x20список\x20справ','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content':'Відкрити\x20ШІ-Помічника\x20для\x20генерування\x20контенту'},'getPluralForm':_0x433750=>_0x433750%0x1==0x0&&_0x433750%0xa==0x1&&_0x433750%0x64!=0xb?0x0:_0x433750%0x1==0x0&&_0x433750%0xa>=0x2&&_0x433750%0xa<=0x4&&(_0x433750%0x64<0xc||_0x433750%0x64>0xe)?0x1:_0x433750%0x1==0x0&&(_0x433750%0xa==0x0||_0x433750%0xa>=0x5&&_0x433750%0xa<=0x9||_0x433750%0x64>=0xb&&_0x433750%0x64<=0xe)?0x2:0x3}};