@ckeditor/ckeditor5-pagination 41.3.0-alpha.3 → 41.3.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 (209) hide show
  1. package/build/pagination.js +2 -2
  2. package/build/translations/ar.js +1 -1
  3. package/build/translations/bg.js +1 -1
  4. package/build/translations/bn.js +1 -1
  5. package/build/translations/ca.js +1 -1
  6. package/build/translations/cs.js +1 -1
  7. package/build/translations/da.js +1 -1
  8. package/build/translations/de.js +1 -1
  9. package/build/translations/el.js +1 -1
  10. package/build/translations/es.js +1 -1
  11. package/build/translations/et.js +1 -1
  12. package/build/translations/fi.js +1 -1
  13. package/build/translations/fr.js +1 -1
  14. package/build/translations/he.js +1 -1
  15. package/build/translations/hi.js +1 -1
  16. package/build/translations/hu.js +1 -1
  17. package/build/translations/id.js +1 -1
  18. package/build/translations/it.js +1 -1
  19. package/build/translations/ja.js +1 -1
  20. package/build/translations/ko.js +1 -1
  21. package/build/translations/lt.js +1 -1
  22. package/build/translations/lv.js +1 -1
  23. package/build/translations/ms.js +1 -1
  24. package/build/translations/nl.js +1 -1
  25. package/build/translations/no.js +1 -1
  26. package/build/translations/pl.js +1 -1
  27. package/build/translations/pt-br.js +1 -1
  28. package/build/translations/pt.js +1 -1
  29. package/build/translations/ro.js +1 -1
  30. package/build/translations/ru.js +1 -1
  31. package/build/translations/sk.js +1 -1
  32. package/build/translations/sr.js +1 -1
  33. package/build/translations/sv.js +1 -1
  34. package/build/translations/th.js +1 -1
  35. package/build/translations/tr.js +1 -1
  36. package/build/translations/uk.js +1 -1
  37. package/build/translations/vi.js +1 -1
  38. package/build/translations/zh-cn.js +1 -1
  39. package/build/translations/zh.js +1 -1
  40. package/lang/contexts.json +6 -3
  41. package/lang/translations/ar.po +20 -4
  42. package/lang/translations/bg.po +20 -4
  43. package/lang/translations/bn.po +20 -4
  44. package/lang/translations/ca.po +20 -4
  45. package/lang/translations/cs.po +20 -4
  46. package/lang/translations/da.po +20 -4
  47. package/lang/translations/de.po +20 -4
  48. package/lang/translations/el.po +20 -4
  49. package/lang/translations/en.po +20 -4
  50. package/lang/translations/es.po +20 -4
  51. package/lang/translations/et.po +20 -4
  52. package/lang/translations/fi.po +20 -4
  53. package/lang/translations/fr.po +20 -4
  54. package/lang/translations/he.po +20 -4
  55. package/lang/translations/hi.po +20 -4
  56. package/lang/translations/hu.po +20 -4
  57. package/lang/translations/id.po +20 -4
  58. package/lang/translations/it.po +20 -4
  59. package/lang/translations/ja.po +20 -4
  60. package/lang/translations/ko.po +20 -4
  61. package/lang/translations/lt.po +20 -4
  62. package/lang/translations/lv.po +20 -4
  63. package/lang/translations/ms.po +20 -4
  64. package/lang/translations/nl.po +20 -4
  65. package/lang/translations/no.po +20 -4
  66. package/lang/translations/pl.po +20 -4
  67. package/lang/translations/pt-br.po +20 -4
  68. package/lang/translations/pt.po +20 -4
  69. package/lang/translations/ro.po +20 -4
  70. package/lang/translations/ru.po +20 -4
  71. package/lang/translations/sk.po +20 -4
  72. package/lang/translations/sr.po +20 -4
  73. package/lang/translations/sv.po +20 -4
  74. package/lang/translations/th.po +20 -4
  75. package/lang/translations/tr.po +20 -4
  76. package/lang/translations/uk.po +20 -4
  77. package/lang/translations/vi.po +20 -4
  78. package/lang/translations/zh-cn.po +20 -4
  79. package/lang/translations/zh.po +20 -6
  80. package/package.json +3 -4
  81. package/src/index.js +1 -1
  82. package/src/pagination.js +1 -1
  83. package/src/paginationediting.d.ts +16 -0
  84. package/src/paginationediting.js +1 -1
  85. package/src/paginationlookup.js +1 -1
  86. package/src/paginationrenderer.js +1 -1
  87. package/src/paginationui.js +1 -1
  88. package/src/ui/linesrepository.js +1 -1
  89. package/src/ui/lineview.js +1 -1
  90. package/src/ui/pagenavigatorview.js +1 -1
  91. package/build/translations/en-au.js +0 -1
  92. package/build/translations/gl.js +0 -1
  93. package/build/translations/hr.js +0 -1
  94. package/build/translations/jv.js +0 -1
  95. package/build/translations/sr-latn.js +0 -1
  96. package/build/translations/ug.js +0 -1
  97. package/build/translations/ur.js +0 -1
  98. package/dist/content-index.css +0 -4
  99. package/dist/editor-index.css +0 -72
  100. package/dist/index.css +0 -158
  101. package/dist/translations/ar.d.ts +0 -8
  102. package/dist/translations/ar.js +0 -23
  103. package/dist/translations/bg.d.ts +0 -8
  104. package/dist/translations/bg.js +0 -23
  105. package/dist/translations/bn.d.ts +0 -8
  106. package/dist/translations/bn.js +0 -23
  107. package/dist/translations/ca.d.ts +0 -8
  108. package/dist/translations/ca.js +0 -23
  109. package/dist/translations/cs.d.ts +0 -8
  110. package/dist/translations/cs.js +0 -23
  111. package/dist/translations/da.d.ts +0 -8
  112. package/dist/translations/da.js +0 -23
  113. package/dist/translations/de.d.ts +0 -8
  114. package/dist/translations/de.js +0 -23
  115. package/dist/translations/el.d.ts +0 -8
  116. package/dist/translations/el.js +0 -23
  117. package/dist/translations/en-au.d.ts +0 -8
  118. package/dist/translations/en-au.js +0 -23
  119. package/dist/translations/en.d.ts +0 -8
  120. package/dist/translations/en.js +0 -23
  121. package/dist/translations/es.d.ts +0 -8
  122. package/dist/translations/es.js +0 -23
  123. package/dist/translations/et.d.ts +0 -8
  124. package/dist/translations/et.js +0 -23
  125. package/dist/translations/fi.d.ts +0 -8
  126. package/dist/translations/fi.js +0 -23
  127. package/dist/translations/fr.d.ts +0 -8
  128. package/dist/translations/fr.js +0 -23
  129. package/dist/translations/gl.d.ts +0 -8
  130. package/dist/translations/gl.js +0 -23
  131. package/dist/translations/he.d.ts +0 -8
  132. package/dist/translations/he.js +0 -23
  133. package/dist/translations/hi.d.ts +0 -8
  134. package/dist/translations/hi.js +0 -23
  135. package/dist/translations/hr.d.ts +0 -8
  136. package/dist/translations/hr.js +0 -23
  137. package/dist/translations/hu.d.ts +0 -8
  138. package/dist/translations/hu.js +0 -23
  139. package/dist/translations/id.d.ts +0 -8
  140. package/dist/translations/id.js +0 -23
  141. package/dist/translations/it.d.ts +0 -8
  142. package/dist/translations/it.js +0 -23
  143. package/dist/translations/ja.d.ts +0 -8
  144. package/dist/translations/ja.js +0 -23
  145. package/dist/translations/jv.d.ts +0 -8
  146. package/dist/translations/jv.js +0 -23
  147. package/dist/translations/ko.d.ts +0 -8
  148. package/dist/translations/ko.js +0 -23
  149. package/dist/translations/lt.d.ts +0 -8
  150. package/dist/translations/lt.js +0 -23
  151. package/dist/translations/lv.d.ts +0 -8
  152. package/dist/translations/lv.js +0 -23
  153. package/dist/translations/ms.d.ts +0 -8
  154. package/dist/translations/ms.js +0 -23
  155. package/dist/translations/nl.d.ts +0 -8
  156. package/dist/translations/nl.js +0 -23
  157. package/dist/translations/no.d.ts +0 -8
  158. package/dist/translations/no.js +0 -23
  159. package/dist/translations/pl.d.ts +0 -8
  160. package/dist/translations/pl.js +0 -23
  161. package/dist/translations/pt-br.d.ts +0 -8
  162. package/dist/translations/pt-br.js +0 -23
  163. package/dist/translations/pt.d.ts +0 -8
  164. package/dist/translations/pt.js +0 -23
  165. package/dist/translations/ro.d.ts +0 -8
  166. package/dist/translations/ro.js +0 -23
  167. package/dist/translations/ru.d.ts +0 -8
  168. package/dist/translations/ru.js +0 -23
  169. package/dist/translations/sk.d.ts +0 -8
  170. package/dist/translations/sk.js +0 -23
  171. package/dist/translations/sr-latn.d.ts +0 -8
  172. package/dist/translations/sr-latn.js +0 -23
  173. package/dist/translations/sr.d.ts +0 -8
  174. package/dist/translations/sr.js +0 -23
  175. package/dist/translations/sv.d.ts +0 -8
  176. package/dist/translations/sv.js +0 -23
  177. package/dist/translations/th.d.ts +0 -8
  178. package/dist/translations/th.js +0 -23
  179. package/dist/translations/tr.d.ts +0 -8
  180. package/dist/translations/tr.js +0 -23
  181. package/dist/translations/ug.d.ts +0 -8
  182. package/dist/translations/ug.js +0 -23
  183. package/dist/translations/uk.d.ts +0 -8
  184. package/dist/translations/uk.js +0 -23
  185. package/dist/translations/ur.d.ts +0 -8
  186. package/dist/translations/ur.js +0 -23
  187. package/dist/translations/vi.d.ts +0 -8
  188. package/dist/translations/vi.js +0 -23
  189. package/dist/translations/zh-cn.d.ts +0 -8
  190. package/dist/translations/zh-cn.js +0 -23
  191. package/dist/translations/zh.d.ts +0 -8
  192. package/dist/translations/zh.js +0 -23
  193. package/dist/types/augmentation.d.ts +0 -23
  194. package/dist/types/index.d.ts +0 -13
  195. package/dist/types/pagination.d.ts +0 -151
  196. package/dist/types/paginationediting.d.ts +0 -58
  197. package/dist/types/paginationlookup.d.ts +0 -62
  198. package/dist/types/paginationrenderer.d.ts +0 -44
  199. package/dist/types/paginationui.d.ts +0 -29
  200. package/dist/types/ui/linesrepository.d.ts +0 -38
  201. package/dist/types/ui/lineview.d.ts +0 -57
  202. package/dist/types/ui/pagenavigatorview.d.ts +0 -65
  203. package/lang/translations/en-au.po +0 -26
  204. package/lang/translations/gl.po +0 -26
  205. package/lang/translations/hr.po +0 -26
  206. package/lang/translations/jv.po +0 -26
  207. package/lang/translations/sr-latn.po +0 -26
  208. package/lang/translations/ug.po +0 -26
  209. package/lang/translations/ur.po +0 -26
@@ -1,8 +0,0 @@
1
- /**
2
- * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
-
6
- import type { Translations } from 'ckeditor5';
7
- declare const translations: Translations;
8
- export default translations;
@@ -1,23 +0,0 @@
1
- /*
2
- * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
- *
4
- *
5
- *
6
- *
7
- * +---------------------------------------------------------------------------------+
8
- * | |
9
- * | Hello stranger! |
10
- * | |
11
- * | |
12
- * | What you're currently looking at is the source code of a legally protected, |
13
- * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
- * | are forbidden and will result in legal consequences. |
15
- * | |
16
- * | |
17
- * +---------------------------------------------------------------------------------+
18
- *
19
- *
20
- *
21
- *
22
- */
23
- export default{'fi':{'dictionary':{'Show\x20next\x20page':'Näytä\x20seuraava\x20sivu','Show\x20previous\x20page':'Näytä\x20edellinen\x20sivu'},'getPluralForm':_0x20e187=>0x1!=_0x20e187}};
@@ -1,8 +0,0 @@
1
- /**
2
- * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
-
6
- import type { Translations } from 'ckeditor5';
7
- declare const translations: Translations;
8
- export default translations;
@@ -1,23 +0,0 @@
1
- /*
2
- * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
- *
4
- *
5
- *
6
- *
7
- * +---------------------------------------------------------------------------------+
8
- * | |
9
- * | Hello stranger! |
10
- * | |
11
- * | |
12
- * | What you're currently looking at is the source code of a legally protected, |
13
- * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
- * | are forbidden and will result in legal consequences. |
15
- * | |
16
- * | |
17
- * +---------------------------------------------------------------------------------+
18
- *
19
- *
20
- *
21
- *
22
- */
23
- export default{'fr':{'dictionary':{'Show\x20next\x20page':'Page\x20suivante','Show\x20previous\x20page':'Page\x20précédente'},'getPluralForm':_0x1d165d=>0x0==_0x1d165d||0x1==_0x1d165d?0x0:0x0!=_0x1d165d&&_0x1d165d%0xf4240==0x0?0x1:0x2}};
@@ -1,8 +0,0 @@
1
- /**
2
- * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
-
6
- import type { Translations } from 'ckeditor5';
7
- declare const translations: Translations;
8
- export default translations;
@@ -1,23 +0,0 @@
1
- /*
2
- * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
- *
4
- *
5
- *
6
- *
7
- * +---------------------------------------------------------------------------------+
8
- * | |
9
- * | Hello stranger! |
10
- * | |
11
- * | |
12
- * | What you're currently looking at is the source code of a legally protected, |
13
- * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
- * | are forbidden and will result in legal consequences. |
15
- * | |
16
- * | |
17
- * +---------------------------------------------------------------------------------+
18
- *
19
- *
20
- *
21
- *
22
- */
23
- export default{'gl':{'dictionary':{'Show\x20next\x20page':'Amosar\x20a\x20páxina\x20seguinte','Show\x20previous\x20page':'Amosar\x20a\x20páxina\x20anterior'},'getPluralForm':_0x385e51=>0x1!=_0x385e51}};
@@ -1,8 +0,0 @@
1
- /**
2
- * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
-
6
- import type { Translations } from 'ckeditor5';
7
- declare const translations: Translations;
8
- export default translations;
@@ -1,23 +0,0 @@
1
- /*
2
- * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
- *
4
- *
5
- *
6
- *
7
- * +---------------------------------------------------------------------------------+
8
- * | |
9
- * | Hello stranger! |
10
- * | |
11
- * | |
12
- * | What you're currently looking at is the source code of a legally protected, |
13
- * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
- * | are forbidden and will result in legal consequences. |
15
- * | |
16
- * | |
17
- * +---------------------------------------------------------------------------------+
18
- *
19
- *
20
- *
21
- *
22
- */
23
- export default{'he':{'dictionary':{'Show\x20next\x20page':'הצג\x20את\x20העמוד\x20הבא','Show\x20previous\x20page':'הצג\x20את\x20העמוד\x20הקודם'},'getPluralForm':_0x3cae39=>0x1==_0x3cae39&&_0x3cae39%0x1==0x0?0x0:0x2==_0x3cae39&&_0x3cae39%0x1==0x0?0x1:0x2}};
@@ -1,8 +0,0 @@
1
- /**
2
- * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
-
6
- import type { Translations } from 'ckeditor5';
7
- declare const translations: Translations;
8
- export default translations;
@@ -1,23 +0,0 @@
1
- /*
2
- * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
- *
4
- *
5
- *
6
- *
7
- * +---------------------------------------------------------------------------------+
8
- * | |
9
- * | Hello stranger! |
10
- * | |
11
- * | |
12
- * | What you're currently looking at is the source code of a legally protected, |
13
- * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
- * | are forbidden and will result in legal consequences. |
15
- * | |
16
- * | |
17
- * +---------------------------------------------------------------------------------+
18
- *
19
- *
20
- *
21
- *
22
- */
23
- export default{'hi':{'dictionary':{'Show\x20next\x20page':'अगला\x20पेज\x20दिखाएं','Show\x20previous\x20page':'पिछला\x20पेज\x20दिखाएं'},'getPluralForm':_0x1bd14b=>0x1!=_0x1bd14b}};
@@ -1,8 +0,0 @@
1
- /**
2
- * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
-
6
- import type { Translations } from 'ckeditor5';
7
- declare const translations: Translations;
8
- export default translations;
@@ -1,23 +0,0 @@
1
- /*
2
- * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
- *
4
- *
5
- *
6
- *
7
- * +---------------------------------------------------------------------------------+
8
- * | |
9
- * | Hello stranger! |
10
- * | |
11
- * | |
12
- * | What you're currently looking at is the source code of a legally protected, |
13
- * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
- * | are forbidden and will result in legal consequences. |
15
- * | |
16
- * | |
17
- * +---------------------------------------------------------------------------------+
18
- *
19
- *
20
- *
21
- *
22
- */
23
- export default{'hr':{'dictionary':{'Show\x20next\x20page':'Prikaži\x20sljedeću\x20stranicu','Show\x20previous\x20page':'Prikaži\x20prethodnu\x20stranicu'},'getPluralForm':_0xb387d=>_0xb387d%0xa==0x1&&_0xb387d%0x64!=0xb?0x0:_0xb387d%0xa>=0x2&&_0xb387d%0xa<=0x4&&(_0xb387d%0x64<0xa||_0xb387d%0x64>=0x14)?0x1:0x2}};
@@ -1,8 +0,0 @@
1
- /**
2
- * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
-
6
- import type { Translations } from 'ckeditor5';
7
- declare const translations: Translations;
8
- export default translations;
@@ -1,23 +0,0 @@
1
- /*
2
- * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
- *
4
- *
5
- *
6
- *
7
- * +---------------------------------------------------------------------------------+
8
- * | |
9
- * | Hello stranger! |
10
- * | |
11
- * | |
12
- * | What you're currently looking at is the source code of a legally protected, |
13
- * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
- * | are forbidden and will result in legal consequences. |
15
- * | |
16
- * | |
17
- * +---------------------------------------------------------------------------------+
18
- *
19
- *
20
- *
21
- *
22
- */
23
- export default{'hu':{'dictionary':{'Show\x20next\x20page':'Következő\x20oldal\x20megjelenítése','Show\x20previous\x20page':'Előző\x20oldal\x20megjelenítése'},'getPluralForm':_0x27a274=>0x1!=_0x27a274}};
@@ -1,8 +0,0 @@
1
- /**
2
- * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
-
6
- import type { Translations } from 'ckeditor5';
7
- declare const translations: Translations;
8
- export default translations;
@@ -1,23 +0,0 @@
1
- /*
2
- * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
- *
4
- *
5
- *
6
- *
7
- * +---------------------------------------------------------------------------------+
8
- * | |
9
- * | Hello stranger! |
10
- * | |
11
- * | |
12
- * | What you're currently looking at is the source code of a legally protected, |
13
- * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
- * | are forbidden and will result in legal consequences. |
15
- * | |
16
- * | |
17
- * +---------------------------------------------------------------------------------+
18
- *
19
- *
20
- *
21
- *
22
- */
23
- export default{'id':{'dictionary':{'Show\x20next\x20page':'Tampilkan\x20halaman\x20selanjutnya','Show\x20previous\x20page':'Tampilkan\x20halaman\x20berikutnya'},'getPluralForm':_0x7f5c0=>0x0}};
@@ -1,8 +0,0 @@
1
- /**
2
- * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
-
6
- import type { Translations } from 'ckeditor5';
7
- declare const translations: Translations;
8
- export default translations;
@@ -1,23 +0,0 @@
1
- /*
2
- * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
- *
4
- *
5
- *
6
- *
7
- * +---------------------------------------------------------------------------------+
8
- * | |
9
- * | Hello stranger! |
10
- * | |
11
- * | |
12
- * | What you're currently looking at is the source code of a legally protected, |
13
- * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
- * | are forbidden and will result in legal consequences. |
15
- * | |
16
- * | |
17
- * +---------------------------------------------------------------------------------+
18
- *
19
- *
20
- *
21
- *
22
- */
23
- export default{'it':{'dictionary':{'Show\x20next\x20page':'Mostra\x20pagina\x20successiva','Show\x20previous\x20page':'Mostra\x20pagina\x20precedente'},'getPluralForm':_0x320456=>0x1==_0x320456?0x0:0x0!=_0x320456&&_0x320456%0xf4240==0x0?0x1:0x2}};
@@ -1,8 +0,0 @@
1
- /**
2
- * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
-
6
- import type { Translations } from 'ckeditor5';
7
- declare const translations: Translations;
8
- export default translations;
@@ -1,23 +0,0 @@
1
- /*
2
- * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
- *
4
- *
5
- *
6
- *
7
- * +---------------------------------------------------------------------------------+
8
- * | |
9
- * | Hello stranger! |
10
- * | |
11
- * | |
12
- * | What you're currently looking at is the source code of a legally protected, |
13
- * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
- * | are forbidden and will result in legal consequences. |
15
- * | |
16
- * | |
17
- * +---------------------------------------------------------------------------------+
18
- *
19
- *
20
- *
21
- *
22
- */
23
- export default{'ja':{'dictionary':{'Show\x20next\x20page':'次のページを表示','Show\x20previous\x20page':'前のページを表示'},'getPluralForm':_0x7673c5=>0x0}};
@@ -1,8 +0,0 @@
1
- /**
2
- * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
-
6
- import type { Translations } from 'ckeditor5';
7
- declare const translations: Translations;
8
- export default translations;
@@ -1,23 +0,0 @@
1
- /*
2
- * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
- *
4
- *
5
- *
6
- *
7
- * +---------------------------------------------------------------------------------+
8
- * | |
9
- * | Hello stranger! |
10
- * | |
11
- * | |
12
- * | What you're currently looking at is the source code of a legally protected, |
13
- * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
- * | are forbidden and will result in legal consequences. |
15
- * | |
16
- * | |
17
- * +---------------------------------------------------------------------------------+
18
- *
19
- *
20
- *
21
- *
22
- */
23
- export default{'jv':{'dictionary':{'Show\x20next\x20page':'Tampilaken\x20halaman\x20salajengipun','Show\x20previous\x20page':'Tampilaken\x20halaman\x20saderengipun'},'getPluralForm':_0x381d5d=>0x0}};
@@ -1,8 +0,0 @@
1
- /**
2
- * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
-
6
- import type { Translations } from 'ckeditor5';
7
- declare const translations: Translations;
8
- export default translations;
@@ -1,23 +0,0 @@
1
- /*
2
- * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
- *
4
- *
5
- *
6
- *
7
- * +---------------------------------------------------------------------------------+
8
- * | |
9
- * | Hello stranger! |
10
- * | |
11
- * | |
12
- * | What you're currently looking at is the source code of a legally protected, |
13
- * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
- * | are forbidden and will result in legal consequences. |
15
- * | |
16
- * | |
17
- * +---------------------------------------------------------------------------------+
18
- *
19
- *
20
- *
21
- *
22
- */
23
- export default{'ko':{'dictionary':{'Show\x20next\x20page':'다음\x20페이지\x20보기','Show\x20previous\x20page':'이전\x20페이지\x20보기'},'getPluralForm':_0x5ef1a8=>0x0}};
@@ -1,8 +0,0 @@
1
- /**
2
- * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
-
6
- import type { Translations } from 'ckeditor5';
7
- declare const translations: Translations;
8
- export default translations;
@@ -1,23 +0,0 @@
1
- /*
2
- * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
- *
4
- *
5
- *
6
- *
7
- * +---------------------------------------------------------------------------------+
8
- * | |
9
- * | Hello stranger! |
10
- * | |
11
- * | |
12
- * | What you're currently looking at is the source code of a legally protected, |
13
- * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
- * | are forbidden and will result in legal consequences. |
15
- * | |
16
- * | |
17
- * +---------------------------------------------------------------------------------+
18
- *
19
- *
20
- *
21
- *
22
- */
23
- export default{'lt':{'dictionary':{'Show\x20next\x20page':'Rodyti\x20kitą\x20puslapį','Show\x20previous\x20page':'Rodyti\x20ankstesnį\x20puslapį'},'getPluralForm':_0x1b7e49=>_0x1b7e49%0xa==0x1&&(_0x1b7e49%0x64>0x13||_0x1b7e49%0x64<0xb)?0x0:_0x1b7e49%0xa>=0x2&&_0x1b7e49%0xa<=0x9&&(_0x1b7e49%0x64>0x13||_0x1b7e49%0x64<0xb)?0x1:_0x1b7e49%0x1!=0x0?0x2:0x3}};
@@ -1,8 +0,0 @@
1
- /**
2
- * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
-
6
- import type { Translations } from 'ckeditor5';
7
- declare const translations: Translations;
8
- export default translations;
@@ -1,23 +0,0 @@
1
- /*
2
- * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
- *
4
- *
5
- *
6
- *
7
- * +---------------------------------------------------------------------------------+
8
- * | |
9
- * | Hello stranger! |
10
- * | |
11
- * | |
12
- * | What you're currently looking at is the source code of a legally protected, |
13
- * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
- * | are forbidden and will result in legal consequences. |
15
- * | |
16
- * | |
17
- * +---------------------------------------------------------------------------------+
18
- *
19
- *
20
- *
21
- *
22
- */
23
- export default{'lv':{'dictionary':{'Show\x20next\x20page':'Rādīt\x20nākamo\x20lapu','Show\x20previous\x20page':'Rādīt\x20iepriekšējo\x20lapu'},'getPluralForm':_0xff1b15=>_0xff1b15%0xa==0x1&&_0xff1b15%0x64!=0xb?0x0:0x0!=_0xff1b15?0x1:0x2}};
@@ -1,8 +0,0 @@
1
- /**
2
- * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
-
6
- import type { Translations } from 'ckeditor5';
7
- declare const translations: Translations;
8
- export default translations;
@@ -1,23 +0,0 @@
1
- /*
2
- * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
- *
4
- *
5
- *
6
- *
7
- * +---------------------------------------------------------------------------------+
8
- * | |
9
- * | Hello stranger! |
10
- * | |
11
- * | |
12
- * | What you're currently looking at is the source code of a legally protected, |
13
- * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
- * | are forbidden and will result in legal consequences. |
15
- * | |
16
- * | |
17
- * +---------------------------------------------------------------------------------+
18
- *
19
- *
20
- *
21
- *
22
- */
23
- export default{'ms':{'dictionary':{'Show\x20next\x20page':'Tunjukkan\x20halaman\x20seterusnya','Show\x20previous\x20page':'Tunjukkan\x20halaman\x20sebelumnya'},'getPluralForm':_0x2a6ae9=>0x0}};
@@ -1,8 +0,0 @@
1
- /**
2
- * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
-
6
- import type { Translations } from 'ckeditor5';
7
- declare const translations: Translations;
8
- export default translations;
@@ -1,23 +0,0 @@
1
- /*
2
- * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
- *
4
- *
5
- *
6
- *
7
- * +---------------------------------------------------------------------------------+
8
- * | |
9
- * | Hello stranger! |
10
- * | |
11
- * | |
12
- * | What you're currently looking at is the source code of a legally protected, |
13
- * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
- * | are forbidden and will result in legal consequences. |
15
- * | |
16
- * | |
17
- * +---------------------------------------------------------------------------------+
18
- *
19
- *
20
- *
21
- *
22
- */
23
- export default{'nl':{'dictionary':{'Show\x20next\x20page':'Toon\x20volgende\x20pagina','Show\x20previous\x20page':'Toon\x20vorige\x20pagina'},'getPluralForm':_0x2575c6=>0x1!=_0x2575c6}};
@@ -1,8 +0,0 @@
1
- /**
2
- * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
-
6
- import type { Translations } from 'ckeditor5';
7
- declare const translations: Translations;
8
- export default translations;
@@ -1,23 +0,0 @@
1
- /*
2
- * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
- *
4
- *
5
- *
6
- *
7
- * +---------------------------------------------------------------------------------+
8
- * | |
9
- * | Hello stranger! |
10
- * | |
11
- * | |
12
- * | What you're currently looking at is the source code of a legally protected, |
13
- * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
- * | are forbidden and will result in legal consequences. |
15
- * | |
16
- * | |
17
- * +---------------------------------------------------------------------------------+
18
- *
19
- *
20
- *
21
- *
22
- */
23
- export default{'no':{'dictionary':{'Show\x20next\x20page':'Vis\x20neste\x20side','Show\x20previous\x20page':'Vis\x20forrige\x20side'},'getPluralForm':_0x4b1a5a=>0x1!=_0x4b1a5a}};
@@ -1,8 +0,0 @@
1
- /**
2
- * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
-
6
- import type { Translations } from 'ckeditor5';
7
- declare const translations: Translations;
8
- export default translations;
@@ -1,23 +0,0 @@
1
- /*
2
- * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
- *
4
- *
5
- *
6
- *
7
- * +---------------------------------------------------------------------------------+
8
- * | |
9
- * | Hello stranger! |
10
- * | |
11
- * | |
12
- * | What you're currently looking at is the source code of a legally protected, |
13
- * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
- * | are forbidden and will result in legal consequences. |
15
- * | |
16
- * | |
17
- * +---------------------------------------------------------------------------------+
18
- *
19
- *
20
- *
21
- *
22
- */
23
- export default{'pl':{'dictionary':{'Show\x20next\x20page':'Pokaż\x20następną\x20stronę','Show\x20previous\x20page':'Pokaż\x20poprzednią\x20stronę'},'getPluralForm':_0x536f5e=>0x1==_0x536f5e?0x0:_0x536f5e%0xa>=0x2&&_0x536f5e%0xa<=0x4&&(_0x536f5e%0x64<0xc||_0x536f5e%0x64>0xe)?0x1:0x1!=_0x536f5e&&_0x536f5e%0xa>=0x0&&_0x536f5e%0xa<=0x1||_0x536f5e%0xa>=0x5&&_0x536f5e%0xa<=0x9||_0x536f5e%0x64>=0xc&&_0x536f5e%0x64<=0xe?0x2:0x3}};
@@ -1,8 +0,0 @@
1
- /**
2
- * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
-
6
- import type { Translations } from 'ckeditor5';
7
- declare const translations: Translations;
8
- export default translations;