@ckeditor/ckeditor5-slash-command 41.4.0-alpha.0 → 41.4.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/build/slash-command.js +1 -1
- package/dist/index.js +1 -1
- package/dist/translations/ar.js +1 -1
- package/dist/translations/ar.umd.js +23 -0
- package/dist/translations/bg.js +1 -1
- package/dist/translations/bg.umd.js +23 -0
- package/dist/translations/bn.js +1 -1
- package/dist/translations/bn.umd.js +23 -0
- package/dist/translations/ca.js +1 -1
- package/dist/translations/ca.umd.js +23 -0
- package/dist/translations/cs.js +1 -1
- package/dist/translations/cs.umd.js +23 -0
- package/dist/translations/da.js +1 -1
- package/dist/translations/da.umd.js +23 -0
- package/dist/translations/de.js +1 -1
- package/dist/translations/de.umd.js +23 -0
- package/dist/translations/el.js +1 -1
- package/dist/translations/el.umd.js +23 -0
- package/dist/translations/en-au.js +1 -1
- package/dist/translations/en-au.umd.js +23 -0
- package/dist/translations/en.umd.js +23 -0
- package/dist/translations/es.js +1 -1
- package/dist/translations/es.umd.js +23 -0
- package/dist/translations/et.js +1 -1
- package/dist/translations/et.umd.js +23 -0
- package/dist/translations/fi.js +1 -1
- package/dist/translations/fi.umd.js +23 -0
- package/dist/translations/fr.js +1 -1
- package/dist/translations/fr.umd.js +23 -0
- package/dist/translations/gl.js +1 -1
- package/dist/translations/gl.umd.js +23 -0
- package/dist/translations/he.js +1 -1
- package/dist/translations/he.umd.js +23 -0
- package/dist/translations/hi.js +1 -1
- package/dist/translations/hi.umd.js +23 -0
- package/dist/translations/hr.js +1 -1
- package/dist/translations/hr.umd.js +23 -0
- package/dist/translations/hu.js +1 -1
- package/dist/translations/hu.umd.js +23 -0
- package/dist/translations/id.js +1 -1
- package/dist/translations/id.umd.js +23 -0
- package/dist/translations/it.js +1 -1
- package/dist/translations/it.umd.js +23 -0
- package/dist/translations/ja.js +1 -1
- package/dist/translations/ja.umd.js +23 -0
- package/dist/translations/ko.js +1 -1
- package/dist/translations/ko.umd.js +23 -0
- package/dist/translations/lt.js +1 -1
- package/dist/translations/lt.umd.js +23 -0
- package/dist/translations/lv.js +1 -1
- package/dist/translations/lv.umd.js +23 -0
- package/dist/translations/ms.js +1 -1
- package/dist/translations/ms.umd.js +23 -0
- package/dist/translations/nl.js +1 -1
- package/dist/translations/nl.umd.js +23 -0
- package/dist/translations/no.js +1 -1
- package/dist/translations/no.umd.js +23 -0
- package/dist/translations/pl.js +1 -1
- package/dist/translations/pl.umd.js +23 -0
- package/dist/translations/pt-br.js +1 -1
- package/dist/translations/pt-br.umd.js +23 -0
- package/dist/translations/pt.js +1 -1
- package/dist/translations/pt.umd.js +23 -0
- package/dist/translations/ro.js +1 -1
- package/dist/translations/ro.umd.js +23 -0
- package/dist/translations/ru.js +1 -1
- package/dist/translations/ru.umd.js +23 -0
- package/dist/translations/sk.js +1 -1
- package/dist/translations/sk.umd.js +23 -0
- package/dist/translations/sr.js +1 -1
- package/dist/translations/sr.umd.js +23 -0
- package/dist/translations/sv.js +1 -1
- package/dist/translations/sv.umd.js +23 -0
- package/dist/translations/th.js +1 -1
- package/dist/translations/th.umd.js +23 -0
- package/dist/translations/tr.js +1 -1
- package/dist/translations/tr.umd.js +23 -0
- package/dist/translations/uk.js +1 -1
- package/dist/translations/uk.umd.js +23 -0
- package/dist/translations/uz.js +1 -1
- package/dist/translations/uz.umd.js +23 -0
- package/dist/translations/vi.js +1 -1
- package/dist/translations/vi.umd.js +23 -0
- package/dist/translations/zh-cn.js +1 -1
- package/dist/translations/zh-cn.umd.js +23 -0
- package/dist/translations/zh.js +1 -1
- package/dist/translations/zh.umd.js +23 -0
- package/package.json +4 -4
- package/src/index.js +1 -1
- package/src/slashcommand.js +1 -1
- package/src/slashcommandconfig.js +1 -1
- package/src/slashcommandediting.js +1 -1
- package/src/slashcommandui.js +1 -1
- 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
|
+
(_0x229061=>{const {hi:{dictionary:_0x20e67b,getPluralForm:_0x41e0f9}}={'hi':{'dictionary':{'Create\x20a\x20block\x20quote':'एक\x20ब्लॉक\x20कोट\x20बनाएँ','Create\x20a\x20bulleted\x20list':'एक\x20बुलेटेड\x20लिस्ट\x20बनाएँ','Create\x20a\x20code\x20block':'एक\x20कोड\x20ब्लॉक\x20बनाएँ','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file':'एक\x20इमेज\x20या\x20फ़ाइल\x20इंसर्ट\x20करने\x20के\x20लिए\x20फ़ाइल\x20मैनेजर\x20खोलें','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file':'एक\x20इमेज\x20या\x20फ़ाइल\x20इंसर्ट\x20करने\x20के\x20लिए\x20फ़ाइल\x20ब्राउज़र\x20खोलें','Create\x20a\x20heading\x20level\x201':'एक\x20हेडिंग\x20लेवल\x201\x20बनाएँ','Create\x20a\x20heading\x20level\x202':'एक\x20हेडिंग\x20लेवल\x202\x20बनाएँ','Create\x20a\x20heading\x20level\x203':'एक\x20हेडिंग\x20लेवल\x203\x20बनाएँ','Create\x20a\x20heading\x20level\x204':'एक\x20हेडिंग\x20लेवल\x204\x20बनाएँ','Create\x20a\x20heading\x20level\x205':'एक\x20हेडिंग\x20लेवल\x205\x20बनाएँ','Create\x20a\x20heading\x20level\x206':'एक\x20हेडिंग\x20लेवल\x206\x20बनाएँ','Insert\x20a\x20horizontal\x20line':'एक\x20हॉरिज़ॉन्टल\x20लाइन\x20इंसर्ट\x20करें','Insert\x20an\x20HTML\x20snippet':'एक\x20HTML\x20स्निपेट\x20इंसर्ट\x20करें','Increase\x20the\x20indentation':'इंडेंटेशन\x20को\x20बढ़ाएँ','Insert\x20Mermaid\x20diagram':'मर्मेड\x20चित्र\x20इंसर्ट\x20करें','Insert\x20the\x20Mermaid\x20diagram':'मर्मेड\x20चित्र\x20इंसर्ट\x20करें','Create\x20a\x20table':'एक\x20टेबल\x20बनाएँ','Insert\x20table\x20of\x20contents':'टेबल\x20ऑफ़\x20कॉन्टेंट्स\x20इंसर्ट\x20करें','Create\x20a\x20numbered\x20list':'एक\x20नंबर्ड\x20लिस्ट\x20बनाएँ','Decrease\x20the\x20indentation':'इंडेंटेशन\x20घटाएँ','Insert\x20a\x20paragraph':'एक\x20पैराग्राफ़\x20इंसर्ट\x20करें','Create\x20a\x20to-do\x20list':'एक\x20टू-डू\x20लिस्ट\x20बनाएँ','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content':'AI\x20असिस्टेंट\x20को\x20खोलें\x20ताकि\x20कंटेंट\x20बनाया\x20जा\x20सके'},'getPluralForm':_0x2aeeb5=>0x1!=_0x2aeeb5}};_0x229061['hi']||={'dictionary':{},'getPluralForm':null},_0x229061['hi']['dictionary']=Object['assign'](_0x229061['hi']['dictionary'],_0x20e67b),_0x229061['hi']['getPluralForm']=_0x41e0f9;})(window['CKEDITOR_TRANSLATIONS']||={});
|
package/dist/translations/hr.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
export default{'hr':{'dictionary':{'Create\x20a\x20block\x20quote':'Napravi\x20blok\x20citat','Create\x20a\x20bulleted\x20list':'Napravi\x20listu\x20s\x20grafičkim\x20oznakama','Create\x20a\x20code\x20block':'Napravi\x20blok\x20koda','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file':'Otvori\x20preglednik\x20datoteka\x20i\x20ubaci\x20sliku\x20ili\x20datoteku','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file':'Otvori\x20preglednik\x20datoteka\x20i\x20ubaci\x20sliku\x20ili\x20datoteku','Create\x20a\x20heading\x20level\x201':'Napravi\x20naslov\x20nivo\x201','Create\x20a\x20heading\x20level\x202':'Napravi\x20naslov\x20nivo\x202','Create\x20a\x20heading\x20level\x203':'Napravi\x20naslov\x20nivo\x203','Create\x20a\x20heading\x20level\x204':'Napravi\x20naslov\x20nivo\x204','Create\x20a\x20heading\x20level\x205':'Napravi\x20naslov\x20nivo\x205','Create\x20a\x20heading\x20level\x206':'Napravi\x20naslov\x20nivo\x206','Insert\x20a\x20horizontal\x20line':'Ubaci\x20vodoravnu\x20liniju','Insert\x20an\x20HTML\x20snippet':'Ubaci\x20HTML\x20isječak','Increase\x20the\x20indentation':'Povećaj\x20uvlačenje','Insert\x20Mermaid\x20diagram':'Ubaci\x20Mermaid\x20dijagram','Insert\x20the\x20Mermaid\x20diagram':'Ubaci\x20Mermaid\x20dijagram','Create\x20a\x20table':'Napravi\x20tablicu','Insert\x20table\x20of\x20contents':'Ubaci\x20sadržaj','Create\x20a\x20numbered\x20list':'Napravi\x20brojčanu\x20listu','Decrease\x20the\x20indentation':'Umanji\x20uvlačenje','Insert\x20a\x20paragraph':'Ubaci\x20odlomak','Create\x20a\x20to-do\x20list':'Napravi\x20listu\x20obaveza','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content':''},'getPluralForm':
|
|
23
|
+
export default{'hr':{'dictionary':{'Create\x20a\x20block\x20quote':'Napravi\x20blok\x20citat','Create\x20a\x20bulleted\x20list':'Napravi\x20listu\x20s\x20grafičkim\x20oznakama','Create\x20a\x20code\x20block':'Napravi\x20blok\x20koda','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file':'Otvori\x20preglednik\x20datoteka\x20i\x20ubaci\x20sliku\x20ili\x20datoteku','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file':'Otvori\x20preglednik\x20datoteka\x20i\x20ubaci\x20sliku\x20ili\x20datoteku','Create\x20a\x20heading\x20level\x201':'Napravi\x20naslov\x20nivo\x201','Create\x20a\x20heading\x20level\x202':'Napravi\x20naslov\x20nivo\x202','Create\x20a\x20heading\x20level\x203':'Napravi\x20naslov\x20nivo\x203','Create\x20a\x20heading\x20level\x204':'Napravi\x20naslov\x20nivo\x204','Create\x20a\x20heading\x20level\x205':'Napravi\x20naslov\x20nivo\x205','Create\x20a\x20heading\x20level\x206':'Napravi\x20naslov\x20nivo\x206','Insert\x20a\x20horizontal\x20line':'Ubaci\x20vodoravnu\x20liniju','Insert\x20an\x20HTML\x20snippet':'Ubaci\x20HTML\x20isječak','Increase\x20the\x20indentation':'Povećaj\x20uvlačenje','Insert\x20Mermaid\x20diagram':'Ubaci\x20Mermaid\x20dijagram','Insert\x20the\x20Mermaid\x20diagram':'Ubaci\x20Mermaid\x20dijagram','Create\x20a\x20table':'Napravi\x20tablicu','Insert\x20table\x20of\x20contents':'Ubaci\x20sadržaj','Create\x20a\x20numbered\x20list':'Napravi\x20brojčanu\x20listu','Decrease\x20the\x20indentation':'Umanji\x20uvlačenje','Insert\x20a\x20paragraph':'Ubaci\x20odlomak','Create\x20a\x20to-do\x20list':'Napravi\x20listu\x20obaveza','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content':''},'getPluralForm':_0x5bc6c1=>_0x5bc6c1%0xa==0x1&&_0x5bc6c1%0x64!=0xb?0x0:_0x5bc6c1%0xa>=0x2&&_0x5bc6c1%0xa<=0x4&&(_0x5bc6c1%0x64<0xa||_0x5bc6c1%0x64>=0x14)?0x1:0x2}};
|
|
@@ -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
|
+
(_0x1b3cc4=>{const {hr:{dictionary:_0x1774cc,getPluralForm:_0xc7d331}}={'hr':{'dictionary':{'Create\x20a\x20block\x20quote':'Napravi\x20blok\x20citat','Create\x20a\x20bulleted\x20list':'Napravi\x20listu\x20s\x20grafičkim\x20oznakama','Create\x20a\x20code\x20block':'Napravi\x20blok\x20koda','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file':'Otvori\x20preglednik\x20datoteka\x20i\x20ubaci\x20sliku\x20ili\x20datoteku','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file':'Otvori\x20preglednik\x20datoteka\x20i\x20ubaci\x20sliku\x20ili\x20datoteku','Create\x20a\x20heading\x20level\x201':'Napravi\x20naslov\x20nivo\x201','Create\x20a\x20heading\x20level\x202':'Napravi\x20naslov\x20nivo\x202','Create\x20a\x20heading\x20level\x203':'Napravi\x20naslov\x20nivo\x203','Create\x20a\x20heading\x20level\x204':'Napravi\x20naslov\x20nivo\x204','Create\x20a\x20heading\x20level\x205':'Napravi\x20naslov\x20nivo\x205','Create\x20a\x20heading\x20level\x206':'Napravi\x20naslov\x20nivo\x206','Insert\x20a\x20horizontal\x20line':'Ubaci\x20vodoravnu\x20liniju','Insert\x20an\x20HTML\x20snippet':'Ubaci\x20HTML\x20isječak','Increase\x20the\x20indentation':'Povećaj\x20uvlačenje','Insert\x20Mermaid\x20diagram':'Ubaci\x20Mermaid\x20dijagram','Insert\x20the\x20Mermaid\x20diagram':'Ubaci\x20Mermaid\x20dijagram','Create\x20a\x20table':'Napravi\x20tablicu','Insert\x20table\x20of\x20contents':'Ubaci\x20sadržaj','Create\x20a\x20numbered\x20list':'Napravi\x20brojčanu\x20listu','Decrease\x20the\x20indentation':'Umanji\x20uvlačenje','Insert\x20a\x20paragraph':'Ubaci\x20odlomak','Create\x20a\x20to-do\x20list':'Napravi\x20listu\x20obaveza','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content':''},'getPluralForm':_0x371be7=>_0x371be7%0xa==0x1&&_0x371be7%0x64!=0xb?0x0:_0x371be7%0xa>=0x2&&_0x371be7%0xa<=0x4&&(_0x371be7%0x64<0xa||_0x371be7%0x64>=0x14)?0x1:0x2}};_0x1b3cc4['hr']||={'dictionary':{},'getPluralForm':null},_0x1b3cc4['hr']['dictionary']=Object['assign'](_0x1b3cc4['hr']['dictionary'],_0x1774cc),_0x1b3cc4['hr']['getPluralForm']=_0xc7d331;})(window['CKEDITOR_TRANSLATIONS']||={});
|
package/dist/translations/hu.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
export default{'hu':{'dictionary':{'Create\x20a\x20block\x20quote':'Hozzon\x20létre\x20egy\x20idézetblokkot','Create\x20a\x20bulleted\x20list':'Hozzon\x20létre\x20egy\x20felsorolásos\x20listát','Create\x20a\x20code\x20block':'Hozzon\x20létre\x20egy\x20kódblokkot','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file':'Nyissa\x20meg\x20a\x20fájlkezelőt\x20kép\x20vagy\x20fájl\x20beszúrásához','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file':'Nyissa\x20meg\x20a\x20fájlböngészőt\x20kép\x20vagy\x20fájl\x20beszúrásához','Create\x20a\x20heading\x20level\x201':'Hozzon\x20létre\x20egy\x201.\x20szintű\x20címsort','Create\x20a\x20heading\x20level\x202':'Hozzon\x20létre\x20egy\x202.\x20szintű\x20címsort','Create\x20a\x20heading\x20level\x203':'Hozzon\x20létre\x20egy\x203.\x20szintű\x20címsort','Create\x20a\x20heading\x20level\x204':'Hozzon\x20létre\x20egy\x204.\x20szintű\x20címsort','Create\x20a\x20heading\x20level\x205':'Hozzon\x20létre\x20egy\x205.\x20szintű\x20címsort','Create\x20a\x20heading\x20level\x206':'Hozzon\x20létre\x20egy\x206.\x20szintű\x20címsort','Insert\x20a\x20horizontal\x20line':'Illesszen\x20be\x20egy\x20vízszintes\x20vonalat','Insert\x20an\x20HTML\x20snippet':'Illesszen\x20be\x20egy\x20HTML-részletet','Increase\x20the\x20indentation':'Növelje\x20a\x20behúzást','Insert\x20Mermaid\x20diagram':'Illessze\x20be\x20a\x20sellő\x20diagramot','Insert\x20the\x20Mermaid\x20diagram':'Illessze\x20be\x20a\x20sellő\x20diagramot','Create\x20a\x20table':'Hozzon\x20létre\x20egy\x20táblázatot','Insert\x20table\x20of\x20contents':'Tartalomjegyzék\x20beszúrása','Create\x20a\x20numbered\x20list':'Hozzon\x20létre\x20egy\x20számozott\x20listát','Decrease\x20the\x20indentation':'Csökkentse\x20a\x20behúzást','Insert\x20a\x20paragraph':'Szúrjon\x20be\x20egy\x20bekezdést','Create\x20a\x20to-do\x20list':'Hozzon\x20létre\x20egy\x20teendőlistát','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content':'Tartalom\x20létrehozásához\x20nyissa\x20meg\x20az\x20AI\x20Assistantot'},'getPluralForm':
|
|
23
|
+
export default{'hu':{'dictionary':{'Create\x20a\x20block\x20quote':'Hozzon\x20létre\x20egy\x20idézetblokkot','Create\x20a\x20bulleted\x20list':'Hozzon\x20létre\x20egy\x20felsorolásos\x20listát','Create\x20a\x20code\x20block':'Hozzon\x20létre\x20egy\x20kódblokkot','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file':'Nyissa\x20meg\x20a\x20fájlkezelőt\x20kép\x20vagy\x20fájl\x20beszúrásához','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file':'Nyissa\x20meg\x20a\x20fájlböngészőt\x20kép\x20vagy\x20fájl\x20beszúrásához','Create\x20a\x20heading\x20level\x201':'Hozzon\x20létre\x20egy\x201.\x20szintű\x20címsort','Create\x20a\x20heading\x20level\x202':'Hozzon\x20létre\x20egy\x202.\x20szintű\x20címsort','Create\x20a\x20heading\x20level\x203':'Hozzon\x20létre\x20egy\x203.\x20szintű\x20címsort','Create\x20a\x20heading\x20level\x204':'Hozzon\x20létre\x20egy\x204.\x20szintű\x20címsort','Create\x20a\x20heading\x20level\x205':'Hozzon\x20létre\x20egy\x205.\x20szintű\x20címsort','Create\x20a\x20heading\x20level\x206':'Hozzon\x20létre\x20egy\x206.\x20szintű\x20címsort','Insert\x20a\x20horizontal\x20line':'Illesszen\x20be\x20egy\x20vízszintes\x20vonalat','Insert\x20an\x20HTML\x20snippet':'Illesszen\x20be\x20egy\x20HTML-részletet','Increase\x20the\x20indentation':'Növelje\x20a\x20behúzást','Insert\x20Mermaid\x20diagram':'Illessze\x20be\x20a\x20sellő\x20diagramot','Insert\x20the\x20Mermaid\x20diagram':'Illessze\x20be\x20a\x20sellő\x20diagramot','Create\x20a\x20table':'Hozzon\x20létre\x20egy\x20táblázatot','Insert\x20table\x20of\x20contents':'Tartalomjegyzék\x20beszúrása','Create\x20a\x20numbered\x20list':'Hozzon\x20létre\x20egy\x20számozott\x20listát','Decrease\x20the\x20indentation':'Csökkentse\x20a\x20behúzást','Insert\x20a\x20paragraph':'Szúrjon\x20be\x20egy\x20bekezdést','Create\x20a\x20to-do\x20list':'Hozzon\x20létre\x20egy\x20teendőlistát','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content':'Tartalom\x20létrehozásához\x20nyissa\x20meg\x20az\x20AI\x20Assistantot'},'getPluralForm':_0x67f109=>0x1!=_0x67f109}};
|
|
@@ -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
|
+
(_0xd32f8c=>{const {hu:{dictionary:_0xb9812d,getPluralForm:_0x1efc93}}={'hu':{'dictionary':{'Create\x20a\x20block\x20quote':'Hozzon\x20létre\x20egy\x20idézetblokkot','Create\x20a\x20bulleted\x20list':'Hozzon\x20létre\x20egy\x20felsorolásos\x20listát','Create\x20a\x20code\x20block':'Hozzon\x20létre\x20egy\x20kódblokkot','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file':'Nyissa\x20meg\x20a\x20fájlkezelőt\x20kép\x20vagy\x20fájl\x20beszúrásához','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file':'Nyissa\x20meg\x20a\x20fájlböngészőt\x20kép\x20vagy\x20fájl\x20beszúrásához','Create\x20a\x20heading\x20level\x201':'Hozzon\x20létre\x20egy\x201.\x20szintű\x20címsort','Create\x20a\x20heading\x20level\x202':'Hozzon\x20létre\x20egy\x202.\x20szintű\x20címsort','Create\x20a\x20heading\x20level\x203':'Hozzon\x20létre\x20egy\x203.\x20szintű\x20címsort','Create\x20a\x20heading\x20level\x204':'Hozzon\x20létre\x20egy\x204.\x20szintű\x20címsort','Create\x20a\x20heading\x20level\x205':'Hozzon\x20létre\x20egy\x205.\x20szintű\x20címsort','Create\x20a\x20heading\x20level\x206':'Hozzon\x20létre\x20egy\x206.\x20szintű\x20címsort','Insert\x20a\x20horizontal\x20line':'Illesszen\x20be\x20egy\x20vízszintes\x20vonalat','Insert\x20an\x20HTML\x20snippet':'Illesszen\x20be\x20egy\x20HTML-részletet','Increase\x20the\x20indentation':'Növelje\x20a\x20behúzást','Insert\x20Mermaid\x20diagram':'Illessze\x20be\x20a\x20sellő\x20diagramot','Insert\x20the\x20Mermaid\x20diagram':'Illessze\x20be\x20a\x20sellő\x20diagramot','Create\x20a\x20table':'Hozzon\x20létre\x20egy\x20táblázatot','Insert\x20table\x20of\x20contents':'Tartalomjegyzék\x20beszúrása','Create\x20a\x20numbered\x20list':'Hozzon\x20létre\x20egy\x20számozott\x20listát','Decrease\x20the\x20indentation':'Csökkentse\x20a\x20behúzást','Insert\x20a\x20paragraph':'Szúrjon\x20be\x20egy\x20bekezdést','Create\x20a\x20to-do\x20list':'Hozzon\x20létre\x20egy\x20teendőlistát','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content':'Tartalom\x20létrehozásához\x20nyissa\x20meg\x20az\x20AI\x20Assistantot'},'getPluralForm':_0x16db4c=>0x1!=_0x16db4c}};_0xd32f8c['hu']||={'dictionary':{},'getPluralForm':null},_0xd32f8c['hu']['dictionary']=Object['assign'](_0xd32f8c['hu']['dictionary'],_0xb9812d),_0xd32f8c['hu']['getPluralForm']=_0x1efc93;})(window['CKEDITOR_TRANSLATIONS']||={});
|
package/dist/translations/id.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
export default{'id':{'dictionary':{'Create\x20a\x20block\x20quote':'Buat\x20kutipan\x20blok','Create\x20a\x20bulleted\x20list':'Buat\x20senarai\x20bersimbol','Create\x20a\x20code\x20block':'Buat\x20blok\x20kode','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file':'Buka\x20pengelola\x20file\x20untuk\x20menyisipkan\x20gambar\x20atau','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file':'Buka\x20penelusur\x20file\x20untuk\x20menyisipkan\x20gambar\x20atau\x20file','Create\x20a\x20heading\x20level\x201':'Buat\x20tajuk\x20level\x201','Create\x20a\x20heading\x20level\x202':'Buat\x20tajuk\x20level\x202','Create\x20a\x20heading\x20level\x203':'Buat\x20tajuk\x20level\x203','Create\x20a\x20heading\x20level\x204':'Buat\x20tajuk\x20level\x204','Create\x20a\x20heading\x20level\x205':'Buat\x20tajuk\x20level\x205','Create\x20a\x20heading\x20level\x206':'Buat\x20tajuk\x20level\x206','Insert\x20a\x20horizontal\x20line':'Sisipkan\x20garis\x20horizontal','Insert\x20an\x20HTML\x20snippet':'Sisipkan\x20cuplikan\x20HTML','Increase\x20the\x20indentation':'Tambah\x20indentasi','Insert\x20Mermaid\x20diagram':'Sisipkan\x20diagram\x20Mermaid','Insert\x20the\x20Mermaid\x20diagram':'Sisipkan\x20diagram\x20Mermaid','Create\x20a\x20table':'Buat\x20tabel','Insert\x20table\x20of\x20contents':'Sisipkan\x20daftar\x20isi','Create\x20a\x20numbered\x20list':'Buat\x20senarai\x20bernomor','Decrease\x20the\x20indentation':'Kurangi\x20indentasi','Insert\x20a\x20paragraph':'Sisipkan\x20paragraf','Create\x20a\x20to-do\x20list':'Buat\x20daftar\x20tugas','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content':'Buka\x20Asisten\x20AI\x20untuk\x20membuat\x20konten'},'getPluralForm':
|
|
23
|
+
export default{'id':{'dictionary':{'Create\x20a\x20block\x20quote':'Buat\x20kutipan\x20blok','Create\x20a\x20bulleted\x20list':'Buat\x20senarai\x20bersimbol','Create\x20a\x20code\x20block':'Buat\x20blok\x20kode','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file':'Buka\x20pengelola\x20file\x20untuk\x20menyisipkan\x20gambar\x20atau','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file':'Buka\x20penelusur\x20file\x20untuk\x20menyisipkan\x20gambar\x20atau\x20file','Create\x20a\x20heading\x20level\x201':'Buat\x20tajuk\x20level\x201','Create\x20a\x20heading\x20level\x202':'Buat\x20tajuk\x20level\x202','Create\x20a\x20heading\x20level\x203':'Buat\x20tajuk\x20level\x203','Create\x20a\x20heading\x20level\x204':'Buat\x20tajuk\x20level\x204','Create\x20a\x20heading\x20level\x205':'Buat\x20tajuk\x20level\x205','Create\x20a\x20heading\x20level\x206':'Buat\x20tajuk\x20level\x206','Insert\x20a\x20horizontal\x20line':'Sisipkan\x20garis\x20horizontal','Insert\x20an\x20HTML\x20snippet':'Sisipkan\x20cuplikan\x20HTML','Increase\x20the\x20indentation':'Tambah\x20indentasi','Insert\x20Mermaid\x20diagram':'Sisipkan\x20diagram\x20Mermaid','Insert\x20the\x20Mermaid\x20diagram':'Sisipkan\x20diagram\x20Mermaid','Create\x20a\x20table':'Buat\x20tabel','Insert\x20table\x20of\x20contents':'Sisipkan\x20daftar\x20isi','Create\x20a\x20numbered\x20list':'Buat\x20senarai\x20bernomor','Decrease\x20the\x20indentation':'Kurangi\x20indentasi','Insert\x20a\x20paragraph':'Sisipkan\x20paragraf','Create\x20a\x20to-do\x20list':'Buat\x20daftar\x20tugas','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content':'Buka\x20Asisten\x20AI\x20untuk\x20membuat\x20konten'},'getPluralForm':_0x47eafb=>0x0}};
|
|
@@ -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
|
+
(_0x56ebf3=>{const {id:{dictionary:_0x4ac4fb,getPluralForm:_0x1f5414}}={'id':{'dictionary':{'Create\x20a\x20block\x20quote':'Buat\x20kutipan\x20blok','Create\x20a\x20bulleted\x20list':'Buat\x20senarai\x20bersimbol','Create\x20a\x20code\x20block':'Buat\x20blok\x20kode','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file':'Buka\x20pengelola\x20file\x20untuk\x20menyisipkan\x20gambar\x20atau','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file':'Buka\x20penelusur\x20file\x20untuk\x20menyisipkan\x20gambar\x20atau\x20file','Create\x20a\x20heading\x20level\x201':'Buat\x20tajuk\x20level\x201','Create\x20a\x20heading\x20level\x202':'Buat\x20tajuk\x20level\x202','Create\x20a\x20heading\x20level\x203':'Buat\x20tajuk\x20level\x203','Create\x20a\x20heading\x20level\x204':'Buat\x20tajuk\x20level\x204','Create\x20a\x20heading\x20level\x205':'Buat\x20tajuk\x20level\x205','Create\x20a\x20heading\x20level\x206':'Buat\x20tajuk\x20level\x206','Insert\x20a\x20horizontal\x20line':'Sisipkan\x20garis\x20horizontal','Insert\x20an\x20HTML\x20snippet':'Sisipkan\x20cuplikan\x20HTML','Increase\x20the\x20indentation':'Tambah\x20indentasi','Insert\x20Mermaid\x20diagram':'Sisipkan\x20diagram\x20Mermaid','Insert\x20the\x20Mermaid\x20diagram':'Sisipkan\x20diagram\x20Mermaid','Create\x20a\x20table':'Buat\x20tabel','Insert\x20table\x20of\x20contents':'Sisipkan\x20daftar\x20isi','Create\x20a\x20numbered\x20list':'Buat\x20senarai\x20bernomor','Decrease\x20the\x20indentation':'Kurangi\x20indentasi','Insert\x20a\x20paragraph':'Sisipkan\x20paragraf','Create\x20a\x20to-do\x20list':'Buat\x20daftar\x20tugas','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content':'Buka\x20Asisten\x20AI\x20untuk\x20membuat\x20konten'},'getPluralForm':_0x5f11bd=>0x0}};_0x56ebf3['id']||={'dictionary':{},'getPluralForm':null},_0x56ebf3['id']['dictionary']=Object['assign'](_0x56ebf3['id']['dictionary'],_0x4ac4fb),_0x56ebf3['id']['getPluralForm']=_0x1f5414;})(window['CKEDITOR_TRANSLATIONS']||={});
|
package/dist/translations/it.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
export default{'it':{'dictionary':{'Create\x20a\x20block\x20quote':'Crea\x20un\x20blocco\x20citazione','Create\x20a\x20bulleted\x20list':'Crea\x20un\x20elenco\x20puntato','Create\x20a\x20code\x20block':'Crea\x20un\x20blocco\x20di\x20codice','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file':'Apri\x20il\x20file\x20manager\x20per\x20inserire\x20un\x27immagine\x20o\x20un\x20file','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file':'Apri\x20il\x20browser\x20dei\x20file\x20per\x20inserire\x20un\x27immagine\x20o\x20un\x20file','Create\x20a\x20heading\x20level\x201':'Crea\x20un\x27intestazione\x20di\x20livello\x201','Create\x20a\x20heading\x20level\x202':'Crea\x20un\x27intestazione\x20di\x20livello\x202','Create\x20a\x20heading\x20level\x203':'Crea\x20un\x27intestazione\x20di\x20livello\x203','Create\x20a\x20heading\x20level\x204':'Crea\x20un\x27intestazione\x20di\x20livello\x204','Create\x20a\x20heading\x20level\x205':'Crea\x20un\x27intestazione\x20di\x20livello\x205','Create\x20a\x20heading\x20level\x206':'Crea\x20un\x27intestazione\x20di\x20livello\x206','Insert\x20a\x20horizontal\x20line':'Inserisci\x20una\x20linea\x20orizzontale','Insert\x20an\x20HTML\x20snippet':'Inserisci\x20un\x20frammento\x20HTML','Increase\x20the\x20indentation':'Aumenta\x20il\x20rientro','Insert\x20Mermaid\x20diagram':'Inserisci\x20un\x20grafico\x20Mermaid','Insert\x20the\x20Mermaid\x20diagram':'Inserisci\x20il\x20grafico\x20Mermaid','Create\x20a\x20table':'Crea\x20una\x20tabella','Insert\x20table\x20of\x20contents':'Inserisci\x20sommario','Create\x20a\x20numbered\x20list':'Crea\x20un\x20elenco\x20numerato','Decrease\x20the\x20indentation':'Diminuisci\x20il\x20rientro','Insert\x20a\x20paragraph':'Inserisci\x20un\x20paragrafo','Create\x20a\x20to-do\x20list':'Crea\x20un\x20elenco\x20di\x20cose\x20da\x20fare','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content':'Apri\x20l\x27Assistente\x20AI\x20per\x20generare\x20contenuti'},'getPluralForm':
|
|
23
|
+
export default{'it':{'dictionary':{'Create\x20a\x20block\x20quote':'Crea\x20un\x20blocco\x20citazione','Create\x20a\x20bulleted\x20list':'Crea\x20un\x20elenco\x20puntato','Create\x20a\x20code\x20block':'Crea\x20un\x20blocco\x20di\x20codice','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file':'Apri\x20il\x20file\x20manager\x20per\x20inserire\x20un\x27immagine\x20o\x20un\x20file','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file':'Apri\x20il\x20browser\x20dei\x20file\x20per\x20inserire\x20un\x27immagine\x20o\x20un\x20file','Create\x20a\x20heading\x20level\x201':'Crea\x20un\x27intestazione\x20di\x20livello\x201','Create\x20a\x20heading\x20level\x202':'Crea\x20un\x27intestazione\x20di\x20livello\x202','Create\x20a\x20heading\x20level\x203':'Crea\x20un\x27intestazione\x20di\x20livello\x203','Create\x20a\x20heading\x20level\x204':'Crea\x20un\x27intestazione\x20di\x20livello\x204','Create\x20a\x20heading\x20level\x205':'Crea\x20un\x27intestazione\x20di\x20livello\x205','Create\x20a\x20heading\x20level\x206':'Crea\x20un\x27intestazione\x20di\x20livello\x206','Insert\x20a\x20horizontal\x20line':'Inserisci\x20una\x20linea\x20orizzontale','Insert\x20an\x20HTML\x20snippet':'Inserisci\x20un\x20frammento\x20HTML','Increase\x20the\x20indentation':'Aumenta\x20il\x20rientro','Insert\x20Mermaid\x20diagram':'Inserisci\x20un\x20grafico\x20Mermaid','Insert\x20the\x20Mermaid\x20diagram':'Inserisci\x20il\x20grafico\x20Mermaid','Create\x20a\x20table':'Crea\x20una\x20tabella','Insert\x20table\x20of\x20contents':'Inserisci\x20sommario','Create\x20a\x20numbered\x20list':'Crea\x20un\x20elenco\x20numerato','Decrease\x20the\x20indentation':'Diminuisci\x20il\x20rientro','Insert\x20a\x20paragraph':'Inserisci\x20un\x20paragrafo','Create\x20a\x20to-do\x20list':'Crea\x20un\x20elenco\x20di\x20cose\x20da\x20fare','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content':'Apri\x20l\x27Assistente\x20AI\x20per\x20generare\x20contenuti'},'getPluralForm':_0x2fd67d=>0x1==_0x2fd67d?0x0:0x0!=_0x2fd67d&&_0x2fd67d%0xf4240==0x0?0x1:0x2}};
|
|
@@ -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
|
+
(_0x3fe86a=>{const {it:{dictionary:_0x4b9ce6,getPluralForm:_0x1bbcf9}}={'it':{'dictionary':{'Create\x20a\x20block\x20quote':'Crea\x20un\x20blocco\x20citazione','Create\x20a\x20bulleted\x20list':'Crea\x20un\x20elenco\x20puntato','Create\x20a\x20code\x20block':'Crea\x20un\x20blocco\x20di\x20codice','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file':'Apri\x20il\x20file\x20manager\x20per\x20inserire\x20un\x27immagine\x20o\x20un\x20file','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file':'Apri\x20il\x20browser\x20dei\x20file\x20per\x20inserire\x20un\x27immagine\x20o\x20un\x20file','Create\x20a\x20heading\x20level\x201':'Crea\x20un\x27intestazione\x20di\x20livello\x201','Create\x20a\x20heading\x20level\x202':'Crea\x20un\x27intestazione\x20di\x20livello\x202','Create\x20a\x20heading\x20level\x203':'Crea\x20un\x27intestazione\x20di\x20livello\x203','Create\x20a\x20heading\x20level\x204':'Crea\x20un\x27intestazione\x20di\x20livello\x204','Create\x20a\x20heading\x20level\x205':'Crea\x20un\x27intestazione\x20di\x20livello\x205','Create\x20a\x20heading\x20level\x206':'Crea\x20un\x27intestazione\x20di\x20livello\x206','Insert\x20a\x20horizontal\x20line':'Inserisci\x20una\x20linea\x20orizzontale','Insert\x20an\x20HTML\x20snippet':'Inserisci\x20un\x20frammento\x20HTML','Increase\x20the\x20indentation':'Aumenta\x20il\x20rientro','Insert\x20Mermaid\x20diagram':'Inserisci\x20un\x20grafico\x20Mermaid','Insert\x20the\x20Mermaid\x20diagram':'Inserisci\x20il\x20grafico\x20Mermaid','Create\x20a\x20table':'Crea\x20una\x20tabella','Insert\x20table\x20of\x20contents':'Inserisci\x20sommario','Create\x20a\x20numbered\x20list':'Crea\x20un\x20elenco\x20numerato','Decrease\x20the\x20indentation':'Diminuisci\x20il\x20rientro','Insert\x20a\x20paragraph':'Inserisci\x20un\x20paragrafo','Create\x20a\x20to-do\x20list':'Crea\x20un\x20elenco\x20di\x20cose\x20da\x20fare','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content':'Apri\x20l\x27Assistente\x20AI\x20per\x20generare\x20contenuti'},'getPluralForm':_0x5162f3=>0x1==_0x5162f3?0x0:0x0!=_0x5162f3&&_0x5162f3%0xf4240==0x0?0x1:0x2}};_0x3fe86a['it']||={'dictionary':{},'getPluralForm':null},_0x3fe86a['it']['dictionary']=Object['assign'](_0x3fe86a['it']['dictionary'],_0x4b9ce6),_0x3fe86a['it']['getPluralForm']=_0x1bbcf9;})(window['CKEDITOR_TRANSLATIONS']||={});
|
package/dist/translations/ja.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
export default{'ja':{'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':'レベル1の見出しを作成','Create\x20a\x20heading\x20level\x202':'レベル2の見出しを作成','Create\x20a\x20heading\x20level\x203':'レベル3の見出しを作成','Create\x20a\x20heading\x20level\x204':'レベル4の見出しを作成','Create\x20a\x20heading\x20level\x205':'レベル5の見出しを作成','Create\x20a\x20heading\x20level\x206':'レベル6の見出しを作成','Insert\x20a\x20horizontal\x20line':'水平の直線を挿入','Insert\x20an\x20HTML\x20snippet':'HTMLスニペットを挿入','Increase\x20the\x20indentation':'インデントを増やす','Insert\x20Mermaid\x20diagram':'Mermaid図を挿入','Insert\x20the\x20Mermaid\x20diagram':'Mermaid図を挿入','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':'AIアシスタントを開いてコンテンツを生成する'},'getPluralForm':
|
|
23
|
+
export default{'ja':{'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':'レベル1の見出しを作成','Create\x20a\x20heading\x20level\x202':'レベル2の見出しを作成','Create\x20a\x20heading\x20level\x203':'レベル3の見出しを作成','Create\x20a\x20heading\x20level\x204':'レベル4の見出しを作成','Create\x20a\x20heading\x20level\x205':'レベル5の見出しを作成','Create\x20a\x20heading\x20level\x206':'レベル6の見出しを作成','Insert\x20a\x20horizontal\x20line':'水平の直線を挿入','Insert\x20an\x20HTML\x20snippet':'HTMLスニペットを挿入','Increase\x20the\x20indentation':'インデントを増やす','Insert\x20Mermaid\x20diagram':'Mermaid図を挿入','Insert\x20the\x20Mermaid\x20diagram':'Mermaid図を挿入','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':'AIアシスタントを開いてコンテンツを生成する'},'getPluralForm':_0x441ce3=>0x0}};
|
|
@@ -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
|
+
(_0xf517c8=>{const {ja:{dictionary:_0x54b5d6,getPluralForm:_0x45dda3}}={'ja':{'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':'レベル1の見出しを作成','Create\x20a\x20heading\x20level\x202':'レベル2の見出しを作成','Create\x20a\x20heading\x20level\x203':'レベル3の見出しを作成','Create\x20a\x20heading\x20level\x204':'レベル4の見出しを作成','Create\x20a\x20heading\x20level\x205':'レベル5の見出しを作成','Create\x20a\x20heading\x20level\x206':'レベル6の見出しを作成','Insert\x20a\x20horizontal\x20line':'水平の直線を挿入','Insert\x20an\x20HTML\x20snippet':'HTMLスニペットを挿入','Increase\x20the\x20indentation':'インデントを増やす','Insert\x20Mermaid\x20diagram':'Mermaid図を挿入','Insert\x20the\x20Mermaid\x20diagram':'Mermaid図を挿入','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':'AIアシスタントを開いてコンテンツを生成する'},'getPluralForm':_0x498039=>0x0}};_0xf517c8['ja']||={'dictionary':{},'getPluralForm':null},_0xf517c8['ja']['dictionary']=Object['assign'](_0xf517c8['ja']['dictionary'],_0x54b5d6),_0xf517c8['ja']['getPluralForm']=_0x45dda3;})(window['CKEDITOR_TRANSLATIONS']||={});
|
package/dist/translations/ko.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
export default{'ko':{'dictionary':{'Create\x20a\x20block\x20quote':'블록\x20인용\x20생성','Create\x20a\x20bulleted\x20list':'글머리\x20기호\x20목록\x20생성','Create\x20a\x20code\x20block':'코드\x20블록\x20생성','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file':'이미지나\x20파일을\x20삽입하려면\x20파일\x20관리자를\x20여세요','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file':'이미지나\x20파일을\x20삽입하려면\x20파일\x20탐색기를\x20여세요','Create\x20a\x20heading\x20level\x201':'표제\x201단계\x20생성','Create\x20a\x20heading\x20level\x202':'표제\x202단계\x20생성','Create\x20a\x20heading\x20level\x203':'표제\x203단계\x20생성','Create\x20a\x20heading\x20level\x204':'표제\x204단계\x20생성','Create\x20a\x20heading\x20level\x205':'표제\x205단계\x20생성','Create\x20a\x20heading\x20level\x206':'표제\x206단계\x20생성','Insert\x20a\x20horizontal\x20line':'가로줄\x20삽입','Insert\x20an\x20HTML\x20snippet':'HTML\x20스니펫\x20삽입','Increase\x20the\x20indentation':'들여쓰기\x20늘리기','Insert\x20Mermaid\x20diagram':'머메이드\x20다이어그램\x20삽입','Insert\x20the\x20Mermaid\x20diagram':'머메이드\x20다이어그램\x20삽입','Create\x20a\x20table':'표\x20생성','Insert\x20table\x20of\x20contents':'목차\x20삽입','Create\x20a\x20numbered\x20list':'번호가\x20매겨진\x20목록\x20생성','Decrease\x20the\x20indentation':'들여쓰기\x20줄이기','Insert\x20a\x20paragraph':'단락\x20삽입','Create\x20a\x20to-do\x20list':'할\x20일\x20목록\x20생성','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content':'AI\x20어시스턴트를\x20열어서\x20콘텐츠를\x20생성합니다'},'getPluralForm':
|
|
23
|
+
export default{'ko':{'dictionary':{'Create\x20a\x20block\x20quote':'블록\x20인용\x20생성','Create\x20a\x20bulleted\x20list':'글머리\x20기호\x20목록\x20생성','Create\x20a\x20code\x20block':'코드\x20블록\x20생성','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file':'이미지나\x20파일을\x20삽입하려면\x20파일\x20관리자를\x20여세요','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file':'이미지나\x20파일을\x20삽입하려면\x20파일\x20탐색기를\x20여세요','Create\x20a\x20heading\x20level\x201':'표제\x201단계\x20생성','Create\x20a\x20heading\x20level\x202':'표제\x202단계\x20생성','Create\x20a\x20heading\x20level\x203':'표제\x203단계\x20생성','Create\x20a\x20heading\x20level\x204':'표제\x204단계\x20생성','Create\x20a\x20heading\x20level\x205':'표제\x205단계\x20생성','Create\x20a\x20heading\x20level\x206':'표제\x206단계\x20생성','Insert\x20a\x20horizontal\x20line':'가로줄\x20삽입','Insert\x20an\x20HTML\x20snippet':'HTML\x20스니펫\x20삽입','Increase\x20the\x20indentation':'들여쓰기\x20늘리기','Insert\x20Mermaid\x20diagram':'머메이드\x20다이어그램\x20삽입','Insert\x20the\x20Mermaid\x20diagram':'머메이드\x20다이어그램\x20삽입','Create\x20a\x20table':'표\x20생성','Insert\x20table\x20of\x20contents':'목차\x20삽입','Create\x20a\x20numbered\x20list':'번호가\x20매겨진\x20목록\x20생성','Decrease\x20the\x20indentation':'들여쓰기\x20줄이기','Insert\x20a\x20paragraph':'단락\x20삽입','Create\x20a\x20to-do\x20list':'할\x20일\x20목록\x20생성','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content':'AI\x20어시스턴트를\x20열어서\x20콘텐츠를\x20생성합니다'},'getPluralForm':_0x51687a=>0x0}};
|
|
@@ -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
|
+
(_0x24bb8b=>{const {ko:{dictionary:_0x543589,getPluralForm:_0x475645}}={'ko':{'dictionary':{'Create\x20a\x20block\x20quote':'블록\x20인용\x20생성','Create\x20a\x20bulleted\x20list':'글머리\x20기호\x20목록\x20생성','Create\x20a\x20code\x20block':'코드\x20블록\x20생성','Open\x20file\x20manager\x20to\x20insert\x20an\x20image\x20or\x20a\x20file':'이미지나\x20파일을\x20삽입하려면\x20파일\x20관리자를\x20여세요','Open\x20file\x20browser\x20to\x20insert\x20an\x20image\x20or\x20a\x20file':'이미지나\x20파일을\x20삽입하려면\x20파일\x20탐색기를\x20여세요','Create\x20a\x20heading\x20level\x201':'표제\x201단계\x20생성','Create\x20a\x20heading\x20level\x202':'표제\x202단계\x20생성','Create\x20a\x20heading\x20level\x203':'표제\x203단계\x20생성','Create\x20a\x20heading\x20level\x204':'표제\x204단계\x20생성','Create\x20a\x20heading\x20level\x205':'표제\x205단계\x20생성','Create\x20a\x20heading\x20level\x206':'표제\x206단계\x20생성','Insert\x20a\x20horizontal\x20line':'가로줄\x20삽입','Insert\x20an\x20HTML\x20snippet':'HTML\x20스니펫\x20삽입','Increase\x20the\x20indentation':'들여쓰기\x20늘리기','Insert\x20Mermaid\x20diagram':'머메이드\x20다이어그램\x20삽입','Insert\x20the\x20Mermaid\x20diagram':'머메이드\x20다이어그램\x20삽입','Create\x20a\x20table':'표\x20생성','Insert\x20table\x20of\x20contents':'목차\x20삽입','Create\x20a\x20numbered\x20list':'번호가\x20매겨진\x20목록\x20생성','Decrease\x20the\x20indentation':'들여쓰기\x20줄이기','Insert\x20a\x20paragraph':'단락\x20삽입','Create\x20a\x20to-do\x20list':'할\x20일\x20목록\x20생성','Open\x20the\x20AI\x20Assistant\x20to\x20generate\x20content':'AI\x20어시스턴트를\x20열어서\x20콘텐츠를\x20생성합니다'},'getPluralForm':_0x1bcb87=>0x0}};_0x24bb8b['ko']||={'dictionary':{},'getPluralForm':null},_0x24bb8b['ko']['dictionary']=Object['assign'](_0x24bb8b['ko']['dictionary'],_0x543589),_0x24bb8b['ko']['getPluralForm']=_0x475645;})(window['CKEDITOR_TRANSLATIONS']||={});
|
package/dist/translations/lt.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
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':
|
|
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':_0x327877=>_0x327877%0xa==0x1&&(_0x327877%0x64>0x13||_0x327877%0x64<0xb)?0x0:_0x327877%0xa>=0x2&&_0x327877%0xa<=0x9&&(_0x327877%0x64>0x13||_0x327877%0x64<0xb)?0x1:_0x327877%0x1!=0x0?0x2:0x3}};
|
|
@@ -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
|
+
(_0x56c915=>{const {lt:{dictionary:_0xb81f29,getPluralForm:_0x16c3dc}}={'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':_0x2a8dd0=>_0x2a8dd0%0xa==0x1&&(_0x2a8dd0%0x64>0x13||_0x2a8dd0%0x64<0xb)?0x0:_0x2a8dd0%0xa>=0x2&&_0x2a8dd0%0xa<=0x9&&(_0x2a8dd0%0x64>0x13||_0x2a8dd0%0x64<0xb)?0x1:_0x2a8dd0%0x1!=0x0?0x2:0x3}};_0x56c915['lt']||={'dictionary':{},'getPluralForm':null},_0x56c915['lt']['dictionary']=Object['assign'](_0x56c915['lt']['dictionary'],_0xb81f29),_0x56c915['lt']['getPluralForm']=_0x16c3dc;})(window['CKEDITOR_TRANSLATIONS']||={});
|
package/dist/translations/lv.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
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':
|
|
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':_0x446813=>_0x446813%0xa==0x1&&_0x446813%0x64!=0xb?0x0:0x0!=_0x446813?0x1:0x2}};
|
|
@@ -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
|
+
(_0x341d5b=>{const {lv:{dictionary:_0x8c8173,getPluralForm:_0x4790a7}}={'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':_0x182280=>_0x182280%0xa==0x1&&_0x182280%0x64!=0xb?0x0:0x0!=_0x182280?0x1:0x2}};_0x341d5b['lv']||={'dictionary':{},'getPluralForm':null},_0x341d5b['lv']['dictionary']=Object['assign'](_0x341d5b['lv']['dictionary'],_0x8c8173),_0x341d5b['lv']['getPluralForm']=_0x4790a7;})(window['CKEDITOR_TRANSLATIONS']||={});
|
package/dist/translations/ms.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
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':
|
|
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':_0x457ecf=>0x0}};
|
|
@@ -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
|
+
(_0x432b0e=>{const {ms:{dictionary:_0xf4df6,getPluralForm:_0x427edc}}={'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':_0x32f373=>0x0}};_0x432b0e['ms']||={'dictionary':{},'getPluralForm':null},_0x432b0e['ms']['dictionary']=Object['assign'](_0x432b0e['ms']['dictionary'],_0xf4df6),_0x432b0e['ms']['getPluralForm']=_0x427edc;})(window['CKEDITOR_TRANSLATIONS']||={});
|
package/dist/translations/nl.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
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':
|
|
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':_0x57a8aa=>0x1!=_0x57a8aa}};
|
|
@@ -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
|
+
(_0x5c80cf=>{const {nl:{dictionary:_0x520b99,getPluralForm:_0x5ed7a2}}={'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':_0x1c07bf=>0x1!=_0x1c07bf}};_0x5c80cf['nl']||={'dictionary':{},'getPluralForm':null},_0x5c80cf['nl']['dictionary']=Object['assign'](_0x5c80cf['nl']['dictionary'],_0x520b99),_0x5c80cf['nl']['getPluralForm']=_0x5ed7a2;})(window['CKEDITOR_TRANSLATIONS']||={});
|
package/dist/translations/no.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
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':
|
|
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':_0x4436b=>0x1!=_0x4436b}};
|
|
@@ -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
|
+
(_0x3a612c=>{const {no:{dictionary:_0x4fd523,getPluralForm:_0x36537c}}={'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':_0x56be1c=>0x1!=_0x56be1c}};_0x3a612c['no']||={'dictionary':{},'getPluralForm':null},_0x3a612c['no']['dictionary']=Object['assign'](_0x3a612c['no']['dictionary'],_0x4fd523),_0x3a612c['no']['getPluralForm']=_0x36537c;})(window['CKEDITOR_TRANSLATIONS']||={});
|
package/dist/translations/pl.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
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':
|
|
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':_0x656ab=>0x1==_0x656ab?0x0:_0x656ab%0xa>=0x2&&_0x656ab%0xa<=0x4&&(_0x656ab%0x64<0xc||_0x656ab%0x64>0xe)?0x1:0x1!=_0x656ab&&_0x656ab%0xa>=0x0&&_0x656ab%0xa<=0x1||_0x656ab%0xa>=0x5&&_0x656ab%0xa<=0x9||_0x656ab%0x64>=0xc&&_0x656ab%0x64<=0xe?0x2:0x3}};
|
|
@@ -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
|
+
(_0x18492f=>{const {pl:{dictionary:_0x155929,getPluralForm:_0x3f31b3}}={'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':_0x1c073f=>0x1==_0x1c073f?0x0:_0x1c073f%0xa>=0x2&&_0x1c073f%0xa<=0x4&&(_0x1c073f%0x64<0xc||_0x1c073f%0x64>0xe)?0x1:0x1!=_0x1c073f&&_0x1c073f%0xa>=0x0&&_0x1c073f%0xa<=0x1||_0x1c073f%0xa>=0x5&&_0x1c073f%0xa<=0x9||_0x1c073f%0x64>=0xc&&_0x1c073f%0x64<=0xe?0x2:0x3}};_0x18492f['pl']||={'dictionary':{},'getPluralForm':null},_0x18492f['pl']['dictionary']=Object['assign'](_0x18492f['pl']['dictionary'],_0x155929),_0x18492f['pl']['getPluralForm']=_0x3f31b3;})(window['CKEDITOR_TRANSLATIONS']||={});
|