@ckeditor/ckeditor5-import-word 0.0.0-nightly-20240424.0 → 0.0.0-nightly-20240426.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 (95) hide show
  1. package/build/import-word.js +1 -1
  2. package/dist/index.js +1 -1
  3. package/dist/translations/ar.js +1 -1
  4. package/dist/translations/ar.umd.js +23 -0
  5. package/dist/translations/bg.js +1 -1
  6. package/dist/translations/bg.umd.js +23 -0
  7. package/dist/translations/bn.js +1 -1
  8. package/dist/translations/bn.umd.js +23 -0
  9. package/dist/translations/ca.js +1 -1
  10. package/dist/translations/ca.umd.js +23 -0
  11. package/dist/translations/cs.js +1 -1
  12. package/dist/translations/cs.umd.js +23 -0
  13. package/dist/translations/da.js +1 -1
  14. package/dist/translations/da.umd.js +23 -0
  15. package/dist/translations/de.js +1 -1
  16. package/dist/translations/de.umd.js +23 -0
  17. package/dist/translations/el.js +1 -1
  18. package/dist/translations/el.umd.js +23 -0
  19. package/dist/translations/en-au.js +1 -1
  20. package/dist/translations/en-au.umd.js +23 -0
  21. package/dist/translations/en.umd.js +23 -0
  22. package/dist/translations/es.js +1 -1
  23. package/dist/translations/es.umd.js +23 -0
  24. package/dist/translations/et.js +1 -1
  25. package/dist/translations/et.umd.js +23 -0
  26. package/dist/translations/fi.js +1 -1
  27. package/dist/translations/fi.umd.js +23 -0
  28. package/dist/translations/fr.js +1 -1
  29. package/dist/translations/fr.umd.js +23 -0
  30. package/dist/translations/gl.js +1 -1
  31. package/dist/translations/gl.umd.js +23 -0
  32. package/dist/translations/he.js +1 -1
  33. package/dist/translations/he.umd.js +23 -0
  34. package/dist/translations/hi.js +1 -1
  35. package/dist/translations/hi.umd.js +23 -0
  36. package/dist/translations/hr.js +1 -1
  37. package/dist/translations/hr.umd.js +23 -0
  38. package/dist/translations/hu.js +1 -1
  39. package/dist/translations/hu.umd.js +23 -0
  40. package/dist/translations/id.js +1 -1
  41. package/dist/translations/id.umd.js +23 -0
  42. package/dist/translations/it.js +1 -1
  43. package/dist/translations/it.umd.js +23 -0
  44. package/dist/translations/ja.js +1 -1
  45. package/dist/translations/ja.umd.js +23 -0
  46. package/dist/translations/ko.js +1 -1
  47. package/dist/translations/ko.umd.js +23 -0
  48. package/dist/translations/lt.js +1 -1
  49. package/dist/translations/lt.umd.js +23 -0
  50. package/dist/translations/lv.js +1 -1
  51. package/dist/translations/lv.umd.js +23 -0
  52. package/dist/translations/ms.js +1 -1
  53. package/dist/translations/ms.umd.js +23 -0
  54. package/dist/translations/nl.js +1 -1
  55. package/dist/translations/nl.umd.js +23 -0
  56. package/dist/translations/no.js +1 -1
  57. package/dist/translations/no.umd.js +23 -0
  58. package/dist/translations/pl.js +1 -1
  59. package/dist/translations/pl.umd.js +23 -0
  60. package/dist/translations/pt-br.js +1 -1
  61. package/dist/translations/pt-br.umd.js +23 -0
  62. package/dist/translations/pt.js +1 -1
  63. package/dist/translations/pt.umd.js +23 -0
  64. package/dist/translations/ro.js +1 -1
  65. package/dist/translations/ro.umd.js +23 -0
  66. package/dist/translations/ru.js +1 -1
  67. package/dist/translations/ru.umd.js +23 -0
  68. package/dist/translations/sk.js +1 -1
  69. package/dist/translations/sk.umd.js +23 -0
  70. package/dist/translations/sr-latn.js +1 -1
  71. package/dist/translations/sr-latn.umd.js +23 -0
  72. package/dist/translations/sr.js +1 -1
  73. package/dist/translations/sr.umd.js +23 -0
  74. package/dist/translations/sv.js +1 -1
  75. package/dist/translations/sv.umd.js +23 -0
  76. package/dist/translations/th.js +1 -1
  77. package/dist/translations/th.umd.js +23 -0
  78. package/dist/translations/tr.js +1 -1
  79. package/dist/translations/tr.umd.js +23 -0
  80. package/dist/translations/ug.js +1 -1
  81. package/dist/translations/ug.umd.js +23 -0
  82. package/dist/translations/uk.js +1 -1
  83. package/dist/translations/uk.umd.js +23 -0
  84. package/dist/translations/vi.js +1 -1
  85. package/dist/translations/vi.umd.js +23 -0
  86. package/dist/translations/zh-cn.js +1 -1
  87. package/dist/translations/zh-cn.umd.js +23 -0
  88. package/dist/translations/zh.js +1 -1
  89. package/dist/translations/zh.umd.js +23 -0
  90. package/package.json +2 -2
  91. package/src/importword.js +1 -1
  92. package/src/importwordcommand.js +1 -1
  93. package/src/importwordediting.js +1 -1
  94. package/src/importwordui.js +1 -1
  95. package/src/index.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
+ (_0x1f3a8b=>{const {gl:{dictionary:_0x132480,getPluralForm:_0x3c7261}}={'gl':{'dictionary':{'Import\x20from\x20Word':'Importar\x20dende\x20Word','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Produciuse\x20un\x20erro\x20ao\x20importar\x20o\x20ficheiro\x20de\x20Word.'},'getPluralForm':_0x205aca=>0x1!=_0x205aca}};_0x1f3a8b['gl']||={'dictionary':{},'getPluralForm':null},_0x1f3a8b['gl']['dictionary']=Object['assign'](_0x1f3a8b['gl']['dictionary'],_0x132480),_0x1f3a8b['gl']['getPluralForm']=_0x3c7261;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'he':{'dictionary':{'Import\x20from\x20Word':'ייבוא\x20מ-Word','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'אירעה\x20שגיאה\x20בעת\x20ייבוא\x20קובץ\x20ה-Word.'},'getPluralForm':_0x284c79=>0x1==_0x284c79&&_0x284c79%0x1==0x0?0x0:0x2==_0x284c79&&_0x284c79%0x1==0x0?0x1:0x2}};
23
+ export default{'he':{'dictionary':{'Import\x20from\x20Word':'ייבוא\x20מ-Word','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'אירעה\x20שגיאה\x20בעת\x20ייבוא\x20קובץ\x20ה-Word.'},'getPluralForm':_0x30a2ae=>0x1==_0x30a2ae&&_0x30a2ae%0x1==0x0?0x0:0x2==_0x30a2ae&&_0x30a2ae%0x1==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
+ (_0x37f39a=>{const {he:{dictionary:_0x3ec9da,getPluralForm:_0x382b1c}}={'he':{'dictionary':{'Import\x20from\x20Word':'ייבוא\x20מ-Word','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'אירעה\x20שגיאה\x20בעת\x20ייבוא\x20קובץ\x20ה-Word.'},'getPluralForm':_0x46db6f=>0x1==_0x46db6f&&_0x46db6f%0x1==0x0?0x0:0x2==_0x46db6f&&_0x46db6f%0x1==0x0?0x1:0x2}};_0x37f39a['he']||={'dictionary':{},'getPluralForm':null},_0x37f39a['he']['dictionary']=Object['assign'](_0x37f39a['he']['dictionary'],_0x3ec9da),_0x37f39a['he']['getPluralForm']=_0x382b1c;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'hi':{'dictionary':{'Import\x20from\x20Word':'वर्ड\x20से\x20इंपोर्ट\x20करें','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'वर्ड\x20फाइल\x20इंपोर्ट\x20करते\x20वक्त\x20एरर\x20हो\x20गया'},'getPluralForm':_0xb4b3d2=>0x1!=_0xb4b3d2}};
23
+ export default{'hi':{'dictionary':{'Import\x20from\x20Word':'वर्ड\x20से\x20इंपोर्ट\x20करें','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'वर्ड\x20फाइल\x20इंपोर्ट\x20करते\x20वक्त\x20एरर\x20हो\x20गया'},'getPluralForm':_0x37530d=>0x1!=_0x37530d}};
@@ -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
+ (_0x51394e=>{const {hi:{dictionary:_0x29c069,getPluralForm:_0x4bb543}}={'hi':{'dictionary':{'Import\x20from\x20Word':'वर्ड\x20से\x20इंपोर्ट\x20करें','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'वर्ड\x20फाइल\x20इंपोर्ट\x20करते\x20वक्त\x20एरर\x20हो\x20गया'},'getPluralForm':_0x235516=>0x1!=_0x235516}};_0x51394e['hi']||={'dictionary':{},'getPluralForm':null},_0x51394e['hi']['dictionary']=Object['assign'](_0x51394e['hi']['dictionary'],_0x29c069),_0x51394e['hi']['getPluralForm']=_0x4bb543;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'hr':{'dictionary':{'Import\x20from\x20Word':'Uvoz\x20iz\x20Worda','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Dogodila\x20se\x20greška\x20prilikom\x20uvoza\x20iz\x20Worda'},'getPluralForm':_0x3c3745=>_0x3c3745%0xa==0x1&&_0x3c3745%0x64!=0xb?0x0:_0x3c3745%0xa>=0x2&&_0x3c3745%0xa<=0x4&&(_0x3c3745%0x64<0xa||_0x3c3745%0x64>=0x14)?0x1:0x2}};
23
+ export default{'hr':{'dictionary':{'Import\x20from\x20Word':'Uvoz\x20iz\x20Worda','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Dogodila\x20se\x20greška\x20prilikom\x20uvoza\x20iz\x20Worda'},'getPluralForm':_0x208a70=>_0x208a70%0xa==0x1&&_0x208a70%0x64!=0xb?0x0:_0x208a70%0xa>=0x2&&_0x208a70%0xa<=0x4&&(_0x208a70%0x64<0xa||_0x208a70%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
+ (_0x188f5b=>{const {hr:{dictionary:_0x3285bd,getPluralForm:_0x52a1bb}}={'hr':{'dictionary':{'Import\x20from\x20Word':'Uvoz\x20iz\x20Worda','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Dogodila\x20se\x20greška\x20prilikom\x20uvoza\x20iz\x20Worda'},'getPluralForm':_0x1f1387=>_0x1f1387%0xa==0x1&&_0x1f1387%0x64!=0xb?0x0:_0x1f1387%0xa>=0x2&&_0x1f1387%0xa<=0x4&&(_0x1f1387%0x64<0xa||_0x1f1387%0x64>=0x14)?0x1:0x2}};_0x188f5b['hr']||={'dictionary':{},'getPluralForm':null},_0x188f5b['hr']['dictionary']=Object['assign'](_0x188f5b['hr']['dictionary'],_0x3285bd),_0x188f5b['hr']['getPluralForm']=_0x52a1bb;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'hu':{'dictionary':{'Import\x20from\x20Word':'Importálás\x20Word\x20dokumentumból','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Hiba\x20történt\x20a\x20Word\x20fájl\x20importálása\x20közben.'},'getPluralForm':_0x462dc5=>0x1!=_0x462dc5}};
23
+ export default{'hu':{'dictionary':{'Import\x20from\x20Word':'Importálás\x20Word\x20dokumentumból','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Hiba\x20történt\x20a\x20Word\x20fájl\x20importálása\x20közben.'},'getPluralForm':_0xd36af6=>0x1!=_0xd36af6}};
@@ -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
+ (_0x4aa438=>{const {hu:{dictionary:_0x4a16c4,getPluralForm:_0x3c4272}}={'hu':{'dictionary':{'Import\x20from\x20Word':'Importálás\x20Word\x20dokumentumból','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Hiba\x20történt\x20a\x20Word\x20fájl\x20importálása\x20közben.'},'getPluralForm':_0x2ba20f=>0x1!=_0x2ba20f}};_0x4aa438['hu']||={'dictionary':{},'getPluralForm':null},_0x4aa438['hu']['dictionary']=Object['assign'](_0x4aa438['hu']['dictionary'],_0x4a16c4),_0x4aa438['hu']['getPluralForm']=_0x3c4272;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'id':{'dictionary':{'Import\x20from\x20Word':'Impor\x20dari\x20Word','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Terjadi\x20kesalahan\x20saat\x20mengimpor\x20file\x20Word.'},'getPluralForm':_0x1aacab=>0x0}};
23
+ export default{'id':{'dictionary':{'Import\x20from\x20Word':'Impor\x20dari\x20Word','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Terjadi\x20kesalahan\x20saat\x20mengimpor\x20file\x20Word.'},'getPluralForm':_0x50c735=>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
+ (_0x3e25da=>{const {id:{dictionary:_0xeb1ba8,getPluralForm:_0x5d9235}}={'id':{'dictionary':{'Import\x20from\x20Word':'Impor\x20dari\x20Word','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Terjadi\x20kesalahan\x20saat\x20mengimpor\x20file\x20Word.'},'getPluralForm':_0x39dabb=>0x0}};_0x3e25da['id']||={'dictionary':{},'getPluralForm':null},_0x3e25da['id']['dictionary']=Object['assign'](_0x3e25da['id']['dictionary'],_0xeb1ba8),_0x3e25da['id']['getPluralForm']=_0x5d9235;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'it':{'dictionary':{'Import\x20from\x20Word':'Importa\x20da\x20Word','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Si\x20è\x20verificato\x20un\x20errore\x20durante\x20l\x27importazione\x20del\x20file\x20Word.'},'getPluralForm':_0x1385e5=>0x1==_0x1385e5?0x0:0x0!=_0x1385e5&&_0x1385e5%0xf4240==0x0?0x1:0x2}};
23
+ export default{'it':{'dictionary':{'Import\x20from\x20Word':'Importa\x20da\x20Word','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Si\x20è\x20verificato\x20un\x20errore\x20durante\x20l\x27importazione\x20del\x20file\x20Word.'},'getPluralForm':_0x1328d5=>0x1==_0x1328d5?0x0:0x0!=_0x1328d5&&_0x1328d5%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
+ (_0x5f4ae2=>{const {it:{dictionary:_0x1887c4,getPluralForm:_0x2e1397}}={'it':{'dictionary':{'Import\x20from\x20Word':'Importa\x20da\x20Word','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Si\x20è\x20verificato\x20un\x20errore\x20durante\x20l\x27importazione\x20del\x20file\x20Word.'},'getPluralForm':_0x3d4087=>0x1==_0x3d4087?0x0:0x0!=_0x3d4087&&_0x3d4087%0xf4240==0x0?0x1:0x2}};_0x5f4ae2['it']||={'dictionary':{},'getPluralForm':null},_0x5f4ae2['it']['dictionary']=Object['assign'](_0x5f4ae2['it']['dictionary'],_0x1887c4),_0x5f4ae2['it']['getPluralForm']=_0x2e1397;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'ja':{'dictionary':{'Import\x20from\x20Word':'Wordからインポート','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Wordフィアルのインポート中にエラーが発生しました'},'getPluralForm':_0xb260f6=>0x0}};
23
+ export default{'ja':{'dictionary':{'Import\x20from\x20Word':'Wordからインポート','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Wordフィアルのインポート中にエラーが発生しました'},'getPluralForm':_0x307b15=>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
+ (_0x702c9f=>{const {ja:{dictionary:_0x72b29b,getPluralForm:_0xa386de}}={'ja':{'dictionary':{'Import\x20from\x20Word':'Wordからインポート','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Wordフィアルのインポート中にエラーが発生しました'},'getPluralForm':_0x5b723a=>0x0}};_0x702c9f['ja']||={'dictionary':{},'getPluralForm':null},_0x702c9f['ja']['dictionary']=Object['assign'](_0x702c9f['ja']['dictionary'],_0x72b29b),_0x702c9f['ja']['getPluralForm']=_0xa386de;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'ko':{'dictionary':{'Import\x20from\x20Word':'Word에서\x20가져오기','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Word\x20파일을\x20가져오는\x20중\x20오류가\x20발생했습니다.'},'getPluralForm':_0x47ed54=>0x0}};
23
+ export default{'ko':{'dictionary':{'Import\x20from\x20Word':'Word에서\x20가져오기','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Word\x20파일을\x20가져오는\x20중\x20오류가\x20발생했습니다.'},'getPluralForm':_0x423f29=>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
+ (_0x36b0fd=>{const {ko:{dictionary:_0x202ee0,getPluralForm:_0x1efb3d}}={'ko':{'dictionary':{'Import\x20from\x20Word':'Word에서\x20가져오기','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Word\x20파일을\x20가져오는\x20중\x20오류가\x20발생했습니다.'},'getPluralForm':_0x4c7dc9=>0x0}};_0x36b0fd['ko']||={'dictionary':{},'getPluralForm':null},_0x36b0fd['ko']['dictionary']=Object['assign'](_0x36b0fd['ko']['dictionary'],_0x202ee0),_0x36b0fd['ko']['getPluralForm']=_0x1efb3d;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'lt':{'dictionary':{'Import\x20from\x20Word':'Importuoti\x20iš\x20,,Word\x27\x27','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Įvyko\x20klaida\x20importuojant\x20,,Word\x22\x20failą.'},'getPluralForm':_0x4f6a50=>_0x4f6a50%0xa==0x1&&(_0x4f6a50%0x64>0x13||_0x4f6a50%0x64<0xb)?0x0:_0x4f6a50%0xa>=0x2&&_0x4f6a50%0xa<=0x9&&(_0x4f6a50%0x64>0x13||_0x4f6a50%0x64<0xb)?0x1:_0x4f6a50%0x1!=0x0?0x2:0x3}};
23
+ export default{'lt':{'dictionary':{'Import\x20from\x20Word':'Importuoti\x20iš\x20,,Word\x27\x27','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Įvyko\x20klaida\x20importuojant\x20,,Word\x22\x20failą.'},'getPluralForm':_0x13b7d1=>_0x13b7d1%0xa==0x1&&(_0x13b7d1%0x64>0x13||_0x13b7d1%0x64<0xb)?0x0:_0x13b7d1%0xa>=0x2&&_0x13b7d1%0xa<=0x9&&(_0x13b7d1%0x64>0x13||_0x13b7d1%0x64<0xb)?0x1:_0x13b7d1%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
+ (_0x153240=>{const {lt:{dictionary:_0x40b238,getPluralForm:_0x626f9b}}={'lt':{'dictionary':{'Import\x20from\x20Word':'Importuoti\x20iš\x20,,Word\x27\x27','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Įvyko\x20klaida\x20importuojant\x20,,Word\x22\x20failą.'},'getPluralForm':_0x2bc92c=>_0x2bc92c%0xa==0x1&&(_0x2bc92c%0x64>0x13||_0x2bc92c%0x64<0xb)?0x0:_0x2bc92c%0xa>=0x2&&_0x2bc92c%0xa<=0x9&&(_0x2bc92c%0x64>0x13||_0x2bc92c%0x64<0xb)?0x1:_0x2bc92c%0x1!=0x0?0x2:0x3}};_0x153240['lt']||={'dictionary':{},'getPluralForm':null},_0x153240['lt']['dictionary']=Object['assign'](_0x153240['lt']['dictionary'],_0x40b238),_0x153240['lt']['getPluralForm']=_0x626f9b;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'lv':{'dictionary':{'Import\x20from\x20Word':'Importēt\x20no\x20Word','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Importējot\x20Word\x20failu,\x20radās\x20kļūda'},'getPluralForm':_0x5d2f9f=>_0x5d2f9f%0xa==0x1&&_0x5d2f9f%0x64!=0xb?0x0:0x0!=_0x5d2f9f?0x1:0x2}};
23
+ export default{'lv':{'dictionary':{'Import\x20from\x20Word':'Importēt\x20no\x20Word','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Importējot\x20Word\x20failu,\x20radās\x20kļūda'},'getPluralForm':_0x172690=>_0x172690%0xa==0x1&&_0x172690%0x64!=0xb?0x0:0x0!=_0x172690?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
+ (_0x140686=>{const {lv:{dictionary:_0xd6cf67,getPluralForm:_0x120a72}}={'lv':{'dictionary':{'Import\x20from\x20Word':'Importēt\x20no\x20Word','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Importējot\x20Word\x20failu,\x20radās\x20kļūda'},'getPluralForm':_0x4023cc=>_0x4023cc%0xa==0x1&&_0x4023cc%0x64!=0xb?0x0:0x0!=_0x4023cc?0x1:0x2}};_0x140686['lv']||={'dictionary':{},'getPluralForm':null},_0x140686['lv']['dictionary']=Object['assign'](_0x140686['lv']['dictionary'],_0xd6cf67),_0x140686['lv']['getPluralForm']=_0x120a72;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'ms':{'dictionary':{'Import\x20from\x20Word':'Import\x20daripada\x20Word','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Ralat\x20berlaku\x20semasa\x20mengimport\x20fail\x20Word.'},'getPluralForm':_0x12c319=>0x0}};
23
+ export default{'ms':{'dictionary':{'Import\x20from\x20Word':'Import\x20daripada\x20Word','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Ralat\x20berlaku\x20semasa\x20mengimport\x20fail\x20Word.'},'getPluralForm':_0x4ab0b6=>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
+ (_0x23d07f=>{const {ms:{dictionary:_0x1e139f,getPluralForm:_0x526b06}}={'ms':{'dictionary':{'Import\x20from\x20Word':'Import\x20daripada\x20Word','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Ralat\x20berlaku\x20semasa\x20mengimport\x20fail\x20Word.'},'getPluralForm':_0x5b2656=>0x0}};_0x23d07f['ms']||={'dictionary':{},'getPluralForm':null},_0x23d07f['ms']['dictionary']=Object['assign'](_0x23d07f['ms']['dictionary'],_0x1e139f),_0x23d07f['ms']['getPluralForm']=_0x526b06;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'nl':{'dictionary':{'Import\x20from\x20Word':'Importeer\x20vanuit\x20Word','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Er\x20is\x20een\x20fout\x20opgetreden\x20bij\x20het\x20importeren\x20van\x20het\x20Word-bestand.'},'getPluralForm':_0x3ff66e=>0x1!=_0x3ff66e}};
23
+ export default{'nl':{'dictionary':{'Import\x20from\x20Word':'Importeer\x20vanuit\x20Word','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Er\x20is\x20een\x20fout\x20opgetreden\x20bij\x20het\x20importeren\x20van\x20het\x20Word-bestand.'},'getPluralForm':_0xb9576d=>0x1!=_0xb9576d}};
@@ -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
+ (_0x39f44f=>{const {nl:{dictionary:_0xa805e8,getPluralForm:_0x4c0291}}={'nl':{'dictionary':{'Import\x20from\x20Word':'Importeer\x20vanuit\x20Word','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Er\x20is\x20een\x20fout\x20opgetreden\x20bij\x20het\x20importeren\x20van\x20het\x20Word-bestand.'},'getPluralForm':_0x1a9639=>0x1!=_0x1a9639}};_0x39f44f['nl']||={'dictionary':{},'getPluralForm':null},_0x39f44f['nl']['dictionary']=Object['assign'](_0x39f44f['nl']['dictionary'],_0xa805e8),_0x39f44f['nl']['getPluralForm']=_0x4c0291;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'no':{'dictionary':{'Import\x20from\x20Word':'Importer\x20fra\x20Word','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Det\x20oppstod\x20en\x20feil\x20ved\x20importering\x20av\x20Word-filen.'},'getPluralForm':_0x2a1ecd=>0x1!=_0x2a1ecd}};
23
+ export default{'no':{'dictionary':{'Import\x20from\x20Word':'Importer\x20fra\x20Word','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Det\x20oppstod\x20en\x20feil\x20ved\x20importering\x20av\x20Word-filen.'},'getPluralForm':_0xaf06dc=>0x1!=_0xaf06dc}};
@@ -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
+ (_0x32a559=>{const {no:{dictionary:_0x2f1ca3,getPluralForm:_0x312941}}={'no':{'dictionary':{'Import\x20from\x20Word':'Importer\x20fra\x20Word','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Det\x20oppstod\x20en\x20feil\x20ved\x20importering\x20av\x20Word-filen.'},'getPluralForm':_0x22f2c2=>0x1!=_0x22f2c2}};_0x32a559['no']||={'dictionary':{},'getPluralForm':null},_0x32a559['no']['dictionary']=Object['assign'](_0x32a559['no']['dictionary'],_0x2f1ca3),_0x32a559['no']['getPluralForm']=_0x312941;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'pl':{'dictionary':{'Import\x20from\x20Word':'Importuj\x20z\x20programu\x20Word','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Podczas\x20importowania\x20pliku\x20z\x20programu\x20Word\x20wystąpił\x20błąd.'},'getPluralForm':_0xad4311=>0x1==_0xad4311?0x0:_0xad4311%0xa>=0x2&&_0xad4311%0xa<=0x4&&(_0xad4311%0x64<0xc||_0xad4311%0x64>0xe)?0x1:0x1!=_0xad4311&&_0xad4311%0xa>=0x0&&_0xad4311%0xa<=0x1||_0xad4311%0xa>=0x5&&_0xad4311%0xa<=0x9||_0xad4311%0x64>=0xc&&_0xad4311%0x64<=0xe?0x2:0x3}};
23
+ export default{'pl':{'dictionary':{'Import\x20from\x20Word':'Importuj\x20z\x20programu\x20Word','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Podczas\x20importowania\x20pliku\x20z\x20programu\x20Word\x20wystąpił\x20błąd.'},'getPluralForm':_0x1bb18d=>0x1==_0x1bb18d?0x0:_0x1bb18d%0xa>=0x2&&_0x1bb18d%0xa<=0x4&&(_0x1bb18d%0x64<0xc||_0x1bb18d%0x64>0xe)?0x1:0x1!=_0x1bb18d&&_0x1bb18d%0xa>=0x0&&_0x1bb18d%0xa<=0x1||_0x1bb18d%0xa>=0x5&&_0x1bb18d%0xa<=0x9||_0x1bb18d%0x64>=0xc&&_0x1bb18d%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
+ (_0x2f5d67=>{const {pl:{dictionary:_0x244bbf,getPluralForm:_0x27235d}}={'pl':{'dictionary':{'Import\x20from\x20Word':'Importuj\x20z\x20programu\x20Word','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Podczas\x20importowania\x20pliku\x20z\x20programu\x20Word\x20wystąpił\x20błąd.'},'getPluralForm':_0x13ba82=>0x1==_0x13ba82?0x0:_0x13ba82%0xa>=0x2&&_0x13ba82%0xa<=0x4&&(_0x13ba82%0x64<0xc||_0x13ba82%0x64>0xe)?0x1:0x1!=_0x13ba82&&_0x13ba82%0xa>=0x0&&_0x13ba82%0xa<=0x1||_0x13ba82%0xa>=0x5&&_0x13ba82%0xa<=0x9||_0x13ba82%0x64>=0xc&&_0x13ba82%0x64<=0xe?0x2:0x3}};_0x2f5d67['pl']||={'dictionary':{},'getPluralForm':null},_0x2f5d67['pl']['dictionary']=Object['assign'](_0x2f5d67['pl']['dictionary'],_0x244bbf),_0x2f5d67['pl']['getPluralForm']=_0x27235d;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'pt-br':{'dictionary':{'Import\x20from\x20Word':'Importar\x20do\x20Word','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Ocorreu\x20um\x20erro\x20ao\x20importar\x20o\x20arquivo\x20do\x20Word.'},'getPluralForm':_0x6f7160=>0x0==_0x6f7160||0x1==_0x6f7160?0x0:0x0!=_0x6f7160&&_0x6f7160%0xf4240==0x0?0x1:0x2}};
23
+ export default{'pt-br':{'dictionary':{'Import\x20from\x20Word':'Importar\x20do\x20Word','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Ocorreu\x20um\x20erro\x20ao\x20importar\x20o\x20arquivo\x20do\x20Word.'},'getPluralForm':_0x4238f5=>0x0==_0x4238f5||0x1==_0x4238f5?0x0:0x0!=_0x4238f5&&_0x4238f5%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
+ (_0x1da856=>{const {'pt-br':{dictionary:_0x117895,getPluralForm:_0x71521f}}={'pt-br':{'dictionary':{'Import\x20from\x20Word':'Importar\x20do\x20Word','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Ocorreu\x20um\x20erro\x20ao\x20importar\x20o\x20arquivo\x20do\x20Word.'},'getPluralForm':_0x22b748=>0x0==_0x22b748||0x1==_0x22b748?0x0:0x0!=_0x22b748&&_0x22b748%0xf4240==0x0?0x1:0x2}};_0x1da856['pt-br']||={'dictionary':{},'getPluralForm':null},_0x1da856['pt-br']['dictionary']=Object['assign'](_0x1da856['pt-br']['dictionary'],_0x117895),_0x1da856['pt-br']['getPluralForm']=_0x71521f;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'pt':{'dictionary':{'Import\x20from\x20Word':'Importar\x20do\x20Word','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Ocorreu\x20um\x20erro\x20ao\x20importar\x20o\x20ficheiro\x20Word.'},'getPluralForm':_0x4d5095=>0x0==_0x4d5095||0x1==_0x4d5095?0x0:0x0!=_0x4d5095&&_0x4d5095%0xf4240==0x0?0x1:0x2}};
23
+ export default{'pt':{'dictionary':{'Import\x20from\x20Word':'Importar\x20do\x20Word','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Ocorreu\x20um\x20erro\x20ao\x20importar\x20o\x20ficheiro\x20Word.'},'getPluralForm':_0x3e208b=>0x0==_0x3e208b||0x1==_0x3e208b?0x0:0x0!=_0x3e208b&&_0x3e208b%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
+ (_0x248aef=>{const {pt:{dictionary:_0x5f2432,getPluralForm:_0x1aa972}}={'pt':{'dictionary':{'Import\x20from\x20Word':'Importar\x20do\x20Word','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Ocorreu\x20um\x20erro\x20ao\x20importar\x20o\x20ficheiro\x20Word.'},'getPluralForm':_0x5b2038=>0x0==_0x5b2038||0x1==_0x5b2038?0x0:0x0!=_0x5b2038&&_0x5b2038%0xf4240==0x0?0x1:0x2}};_0x248aef['pt']||={'dictionary':{},'getPluralForm':null},_0x248aef['pt']['dictionary']=Object['assign'](_0x248aef['pt']['dictionary'],_0x5f2432),_0x248aef['pt']['getPluralForm']=_0x1aa972;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'ro':{'dictionary':{'Import\x20from\x20Word':'Importați\x20din\x20Word','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'A\x20apărut\x20o\x20eroare\x20în\x20timpul\x20importării\x20fișierului\x20Word.'},'getPluralForm':_0x1635df=>0x1==_0x1635df?0x0:_0x1635df%0x64>0x13||_0x1635df%0x64==0x0&&0x0!=_0x1635df?0x2:0x1}};
23
+ export default{'ro':{'dictionary':{'Import\x20from\x20Word':'Importați\x20din\x20Word','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'A\x20apărut\x20o\x20eroare\x20în\x20timpul\x20importării\x20fișierului\x20Word.'},'getPluralForm':_0x5c2820=>0x1==_0x5c2820?0x0:_0x5c2820%0x64>0x13||_0x5c2820%0x64==0x0&&0x0!=_0x5c2820?0x2:0x1}};
@@ -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
+ (_0x3e43b9=>{const {ro:{dictionary:_0x24c594,getPluralForm:_0x43e4ea}}={'ro':{'dictionary':{'Import\x20from\x20Word':'Importați\x20din\x20Word','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'A\x20apărut\x20o\x20eroare\x20în\x20timpul\x20importării\x20fișierului\x20Word.'},'getPluralForm':_0x238161=>0x1==_0x238161?0x0:_0x238161%0x64>0x13||_0x238161%0x64==0x0&&0x0!=_0x238161?0x2:0x1}};_0x3e43b9['ro']||={'dictionary':{},'getPluralForm':null},_0x3e43b9['ro']['dictionary']=Object['assign'](_0x3e43b9['ro']['dictionary'],_0x24c594),_0x3e43b9['ro']['getPluralForm']=_0x43e4ea;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'ru':{'dictionary':{'Import\x20from\x20Word':'Импорт\x20из\x20Word','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'При\x20импорте\x20файла\x20Word\x20произошла\x20ошибка.'},'getPluralForm':_0x4d823c=>_0x4d823c%0xa==0x1&&_0x4d823c%0x64!=0xb?0x0:_0x4d823c%0xa>=0x2&&_0x4d823c%0xa<=0x4&&(_0x4d823c%0x64<0xc||_0x4d823c%0x64>0xe)?0x1:_0x4d823c%0xa==0x0||_0x4d823c%0xa>=0x5&&_0x4d823c%0xa<=0x9||_0x4d823c%0x64>=0xb&&_0x4d823c%0x64<=0xe?0x2:0x3}};
23
+ export default{'ru':{'dictionary':{'Import\x20from\x20Word':'Импорт\x20из\x20Word','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'При\x20импорте\x20файла\x20Word\x20произошла\x20ошибка.'},'getPluralForm':_0x430a73=>_0x430a73%0xa==0x1&&_0x430a73%0x64!=0xb?0x0:_0x430a73%0xa>=0x2&&_0x430a73%0xa<=0x4&&(_0x430a73%0x64<0xc||_0x430a73%0x64>0xe)?0x1:_0x430a73%0xa==0x0||_0x430a73%0xa>=0x5&&_0x430a73%0xa<=0x9||_0x430a73%0x64>=0xb&&_0x430a73%0x64<=0xe?0x2:0x3}};