@ckeditor/ckeditor5-list 43.2.0 → 43.3.0-alpha.1

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 (226) hide show
  1. package/build/list.js +1 -1
  2. package/build/translations/af.js +1 -0
  3. package/build/translations/bs.js +1 -0
  4. package/build/translations/es-co.js +1 -0
  5. package/build/translations/gu.js +1 -0
  6. package/build/translations/hy.js +1 -0
  7. package/build/translations/kk.js +1 -0
  8. package/build/translations/oc.js +1 -0
  9. package/build/translations/sl.js +1 -0
  10. package/dist/documentlist.d.ts +4 -0
  11. package/dist/documentlistproperties.d.ts +4 -0
  12. package/dist/index-content.css +1 -1
  13. package/dist/index.css +1 -1
  14. package/dist/index.css.map +1 -1
  15. package/dist/index.js +110 -0
  16. package/dist/index.js.map +1 -1
  17. package/dist/legacylist/legacylistediting.d.ts +4 -0
  18. package/dist/legacylist/legacylistutils.d.ts +4 -0
  19. package/dist/legacylist.d.ts +4 -0
  20. package/dist/legacylistproperties/legacylistpropertiesediting.d.ts +4 -0
  21. package/dist/legacylistproperties.d.ts +4 -0
  22. package/dist/legacytodolist/legacytodolistediting.d.ts +4 -0
  23. package/dist/legacytodolist.d.ts +4 -0
  24. package/dist/list/adjacentlistssupport.d.ts +4 -0
  25. package/dist/list/listediting.d.ts +4 -0
  26. package/dist/list/listui.d.ts +4 -0
  27. package/dist/list/listutils.d.ts +4 -0
  28. package/dist/list.d.ts +4 -0
  29. package/dist/listproperties/listpropertiesediting.d.ts +4 -0
  30. package/dist/listproperties/listpropertiesui.d.ts +4 -0
  31. package/dist/listproperties/listpropertiesutils.d.ts +4 -0
  32. package/dist/listproperties.d.ts +4 -0
  33. package/dist/tododocumentlist.d.ts +4 -0
  34. package/dist/todolist/todolistediting.d.ts +4 -0
  35. package/dist/todolist/todolistui.d.ts +4 -0
  36. package/dist/todolist.d.ts +4 -0
  37. package/dist/translations/af.d.ts +8 -0
  38. package/dist/translations/af.js +5 -0
  39. package/dist/translations/af.umd.js +11 -0
  40. package/dist/translations/ar.js +1 -1
  41. package/dist/translations/ar.umd.js +1 -1
  42. package/dist/translations/bs.d.ts +8 -0
  43. package/dist/translations/bs.js +5 -0
  44. package/dist/translations/bs.umd.js +11 -0
  45. package/dist/translations/cs.js +1 -1
  46. package/dist/translations/cs.umd.js +1 -1
  47. package/dist/translations/en.js +1 -1
  48. package/dist/translations/en.umd.js +1 -1
  49. package/dist/translations/es-co.d.ts +8 -0
  50. package/dist/translations/es-co.js +5 -0
  51. package/dist/translations/es-co.umd.js +11 -0
  52. package/dist/translations/es.js +1 -1
  53. package/dist/translations/es.umd.js +1 -1
  54. package/dist/translations/fa.js +1 -1
  55. package/dist/translations/fa.umd.js +1 -1
  56. package/dist/translations/fr.js +1 -1
  57. package/dist/translations/fr.umd.js +1 -1
  58. package/dist/translations/gu.d.ts +8 -0
  59. package/dist/translations/gu.js +5 -0
  60. package/dist/translations/gu.umd.js +11 -0
  61. package/dist/translations/he.js +1 -1
  62. package/dist/translations/he.umd.js +1 -1
  63. package/dist/translations/hr.js +1 -1
  64. package/dist/translations/hr.umd.js +1 -1
  65. package/dist/translations/hy.d.ts +8 -0
  66. package/dist/translations/hy.js +5 -0
  67. package/dist/translations/hy.umd.js +11 -0
  68. package/dist/translations/it.js +1 -1
  69. package/dist/translations/it.umd.js +1 -1
  70. package/dist/translations/jv.js +1 -1
  71. package/dist/translations/jv.umd.js +1 -1
  72. package/dist/translations/kk.d.ts +8 -0
  73. package/dist/translations/kk.js +5 -0
  74. package/dist/translations/kk.umd.js +11 -0
  75. package/dist/translations/kn.js +1 -1
  76. package/dist/translations/kn.umd.js +1 -1
  77. package/dist/translations/lt.js +1 -1
  78. package/dist/translations/lt.umd.js +1 -1
  79. package/dist/translations/lv.js +1 -1
  80. package/dist/translations/lv.umd.js +1 -1
  81. package/dist/translations/oc.d.ts +8 -0
  82. package/dist/translations/oc.js +5 -0
  83. package/dist/translations/oc.umd.js +11 -0
  84. package/dist/translations/pl.js +1 -1
  85. package/dist/translations/pl.umd.js +1 -1
  86. package/dist/translations/pt-br.js +1 -1
  87. package/dist/translations/pt-br.umd.js +1 -1
  88. package/dist/translations/pt.js +1 -1
  89. package/dist/translations/pt.umd.js +1 -1
  90. package/dist/translations/ro.js +1 -1
  91. package/dist/translations/ro.umd.js +1 -1
  92. package/dist/translations/ru.js +1 -1
  93. package/dist/translations/ru.umd.js +1 -1
  94. package/dist/translations/sk.js +1 -1
  95. package/dist/translations/sk.umd.js +1 -1
  96. package/dist/translations/sl.d.ts +8 -0
  97. package/dist/translations/sl.js +5 -0
  98. package/dist/translations/sl.umd.js +11 -0
  99. package/dist/translations/sr-latn.js +1 -1
  100. package/dist/translations/sr-latn.umd.js +1 -1
  101. package/dist/translations/sr.js +1 -1
  102. package/dist/translations/sr.umd.js +1 -1
  103. package/dist/translations/ug.js +1 -1
  104. package/dist/translations/ug.umd.js +1 -1
  105. package/dist/translations/uk.js +1 -1
  106. package/dist/translations/uk.umd.js +1 -1
  107. package/dist/translations/uz.js +1 -1
  108. package/dist/translations/uz.umd.js +1 -1
  109. package/lang/translations/af.po +144 -0
  110. package/lang/translations/ar.po +4 -10
  111. package/lang/translations/ast.po +3 -9
  112. package/lang/translations/az.po +3 -9
  113. package/lang/translations/bg.po +3 -9
  114. package/lang/translations/bn.po +3 -9
  115. package/lang/translations/bs.po +144 -0
  116. package/lang/translations/ca.po +3 -9
  117. package/lang/translations/cs.po +4 -10
  118. package/lang/translations/da.po +3 -9
  119. package/lang/translations/de-ch.po +3 -9
  120. package/lang/translations/de.po +3 -9
  121. package/lang/translations/el.po +3 -9
  122. package/lang/translations/en-au.po +3 -9
  123. package/lang/translations/en-gb.po +3 -9
  124. package/lang/translations/en.po +5 -11
  125. package/lang/translations/eo.po +3 -9
  126. package/lang/translations/es-co.po +144 -0
  127. package/lang/translations/es.po +4 -10
  128. package/lang/translations/et.po +3 -9
  129. package/lang/translations/eu.po +3 -9
  130. package/lang/translations/fa.po +4 -10
  131. package/lang/translations/fi.po +3 -9
  132. package/lang/translations/fr.po +4 -10
  133. package/lang/translations/gl.po +3 -9
  134. package/lang/translations/gu.po +144 -0
  135. package/lang/translations/he.po +4 -10
  136. package/lang/translations/hi.po +3 -9
  137. package/lang/translations/hr.po +4 -10
  138. package/lang/translations/hu.po +3 -9
  139. package/lang/translations/hy.po +144 -0
  140. package/lang/translations/id.po +3 -9
  141. package/lang/translations/it.po +4 -10
  142. package/lang/translations/ja.po +3 -9
  143. package/lang/translations/jv.po +4 -10
  144. package/lang/translations/kk.po +144 -0
  145. package/lang/translations/km.po +3 -9
  146. package/lang/translations/kn.po +4 -10
  147. package/lang/translations/ko.po +3 -9
  148. package/lang/translations/ku.po +3 -9
  149. package/lang/translations/lt.po +4 -10
  150. package/lang/translations/lv.po +4 -10
  151. package/lang/translations/ms.po +3 -9
  152. package/lang/translations/nb.po +3 -9
  153. package/lang/translations/ne.po +3 -9
  154. package/lang/translations/nl.po +3 -9
  155. package/lang/translations/no.po +3 -9
  156. package/lang/translations/oc.po +144 -0
  157. package/lang/translations/pl.po +4 -10
  158. package/lang/translations/pt-br.po +4 -10
  159. package/lang/translations/pt.po +4 -10
  160. package/lang/translations/ro.po +4 -10
  161. package/lang/translations/ru.po +4 -10
  162. package/lang/translations/si.po +3 -9
  163. package/lang/translations/sk.po +4 -10
  164. package/lang/translations/sl.po +144 -0
  165. package/lang/translations/sq.po +3 -9
  166. package/lang/translations/sr-latn.po +4 -10
  167. package/lang/translations/sr.po +4 -10
  168. package/lang/translations/sv.po +3 -9
  169. package/lang/translations/th.po +3 -9
  170. package/lang/translations/ti.po +3 -9
  171. package/lang/translations/tk.po +3 -9
  172. package/lang/translations/tr.po +3 -9
  173. package/lang/translations/tt.po +3 -9
  174. package/lang/translations/ug.po +4 -10
  175. package/lang/translations/uk.po +4 -10
  176. package/lang/translations/ur.po +3 -9
  177. package/lang/translations/uz.po +4 -10
  178. package/lang/translations/vi.po +3 -9
  179. package/lang/translations/zh-cn.po +3 -9
  180. package/lang/translations/zh.po +3 -9
  181. package/package.json +9 -9
  182. package/src/documentlist.d.ts +4 -0
  183. package/src/documentlist.js +6 -0
  184. package/src/documentlistproperties.d.ts +4 -0
  185. package/src/documentlistproperties.js +6 -0
  186. package/src/legacylist/legacylistediting.d.ts +4 -0
  187. package/src/legacylist/legacylistediting.js +6 -0
  188. package/src/legacylist/legacylistutils.d.ts +4 -0
  189. package/src/legacylist/legacylistutils.js +6 -0
  190. package/src/legacylist.d.ts +4 -0
  191. package/src/legacylist.js +6 -0
  192. package/src/legacylistproperties/legacylistpropertiesediting.d.ts +4 -0
  193. package/src/legacylistproperties/legacylistpropertiesediting.js +6 -0
  194. package/src/legacylistproperties.d.ts +4 -0
  195. package/src/legacylistproperties.js +6 -0
  196. package/src/legacytodolist/legacytodolistediting.d.ts +4 -0
  197. package/src/legacytodolist/legacytodolistediting.js +6 -0
  198. package/src/legacytodolist.d.ts +4 -0
  199. package/src/legacytodolist.js +6 -0
  200. package/src/list/adjacentlistssupport.d.ts +4 -0
  201. package/src/list/adjacentlistssupport.js +6 -0
  202. package/src/list/listediting.d.ts +4 -0
  203. package/src/list/listediting.js +6 -0
  204. package/src/list/listui.d.ts +4 -0
  205. package/src/list/listui.js +6 -0
  206. package/src/list/listutils.d.ts +4 -0
  207. package/src/list/listutils.js +6 -0
  208. package/src/list.d.ts +4 -0
  209. package/src/list.js +6 -0
  210. package/src/listproperties/listpropertiesediting.d.ts +4 -0
  211. package/src/listproperties/listpropertiesediting.js +6 -0
  212. package/src/listproperties/listpropertiesui.d.ts +4 -0
  213. package/src/listproperties/listpropertiesui.js +6 -0
  214. package/src/listproperties/listpropertiesutils.d.ts +4 -0
  215. package/src/listproperties/listpropertiesutils.js +6 -0
  216. package/src/listproperties.d.ts +4 -0
  217. package/src/listproperties.js +6 -0
  218. package/src/tododocumentlist.d.ts +4 -0
  219. package/src/tododocumentlist.js +6 -0
  220. package/src/todolist/todolistediting.d.ts +4 -0
  221. package/src/todolist/todolistediting.js +6 -0
  222. package/src/todolist/todolistui.d.ts +4 -0
  223. package/src/todolist/todolistui.js +6 -0
  224. package/src/todolist.d.ts +4 -0
  225. package/src/todolist.js +6 -0
  226. package/theme/todolist.css +1 -1
@@ -21,6 +21,10 @@ export default class LegacyListEditing extends Plugin {
21
21
  * @inheritDoc
22
22
  */
23
23
  static get pluginName(): "LegacyListEditing";
24
+ /**
25
+ * @inheritDoc
26
+ */
27
+ static get isOfficialPlugin(): true;
24
28
  /**
25
29
  * @inheritDoc
26
30
  */
@@ -19,6 +19,10 @@ export default class LegacyListUtils extends Plugin {
19
19
  * @inheritDoc
20
20
  */
21
21
  static get pluginName(): "LegacyListUtils";
22
+ /**
23
+ * @inheritDoc
24
+ */
25
+ static get isOfficialPlugin(): true;
22
26
  /**
23
27
  * Checks whether the given list-style-type is supported by numbered or bulleted list.
24
28
  */
@@ -27,4 +27,8 @@ export default class LegacyList extends Plugin {
27
27
  * @inheritDoc
28
28
  */
29
29
  static get pluginName(): "LegacyList";
30
+ /**
31
+ * @inheritDoc
32
+ */
33
+ static get isOfficialPlugin(): true;
30
34
  }
@@ -29,6 +29,10 @@ export default class LegacyListPropertiesEditing extends Plugin {
29
29
  * @inheritDoc
30
30
  */
31
31
  static get pluginName(): "LegacyListPropertiesEditing";
32
+ /**
33
+ * @inheritDoc
34
+ */
35
+ static get isOfficialPlugin(): true;
32
36
  /**
33
37
  * @inheritDoc
34
38
  */
@@ -28,4 +28,8 @@ export default class LegacyListProperties extends Plugin {
28
28
  * @inheritDoc
29
29
  */
30
30
  static get pluginName(): "LegacyListProperties";
31
+ /**
32
+ * @inheritDoc
33
+ */
34
+ static get isOfficialPlugin(): true;
31
35
  }
@@ -23,6 +23,10 @@ export default class LegacyTodoListEditing extends Plugin {
23
23
  * @inheritDoc
24
24
  */
25
25
  static get pluginName(): "LegacyTodoListEditing";
26
+ /**
27
+ * @inheritDoc
28
+ */
29
+ static get isOfficialPlugin(): true;
26
30
  /**
27
31
  * @inheritDoc
28
32
  */
@@ -28,4 +28,8 @@ export default class LegacyTodoList extends Plugin {
28
28
  * @inheritDoc
29
29
  */
30
30
  static get pluginName(): "LegacyTodoList";
31
+ /**
32
+ * @inheritDoc
33
+ */
34
+ static get isOfficialPlugin(): true;
31
35
  }
@@ -12,6 +12,10 @@ export default class AdjacentListsSupport extends Plugin {
12
12
  * @inheritDoc
13
13
  */
14
14
  static get pluginName(): "AdjacentListsSupport";
15
+ /**
16
+ * @inheritDoc
17
+ */
18
+ static get isOfficialPlugin(): true;
15
19
  /**
16
20
  * @inheritDoc
17
21
  */
@@ -39,6 +39,10 @@ export default class ListEditing extends Plugin {
39
39
  * @inheritDoc
40
40
  */
41
41
  static get pluginName(): "ListEditing";
42
+ /**
43
+ * @inheritDoc
44
+ */
45
+ static get isOfficialPlugin(): true;
42
46
  /**
43
47
  * @inheritDoc
44
48
  */
@@ -16,6 +16,10 @@ export default class ListUI extends Plugin {
16
16
  * @inheritDoc
17
17
  */
18
18
  static get pluginName(): "ListUI";
19
+ /**
20
+ * @inheritDoc
21
+ */
22
+ static get isOfficialPlugin(): true;
19
23
  /**
20
24
  * @inheritDoc
21
25
  */
@@ -22,6 +22,10 @@ export default class ListUtils extends Plugin {
22
22
  * @inheritDoc
23
23
  */
24
24
  static get pluginName(): "ListUtils";
25
+ /**
26
+ * @inheritDoc
27
+ */
28
+ static get isOfficialPlugin(): true;
25
29
  /**
26
30
  * Expands the given list of selected blocks to include all the items of the lists they're in.
27
31
  *
package/dist/list.d.ts CHANGED
@@ -27,4 +27,8 @@ export default class List extends Plugin {
27
27
  * @inheritDoc
28
28
  */
29
29
  static get pluginName(): "List";
30
+ /**
31
+ * @inheritDoc
32
+ */
33
+ static get isOfficialPlugin(): true;
30
34
  }
@@ -28,6 +28,10 @@ export default class ListPropertiesEditing extends Plugin {
28
28
  * @inheritDoc
29
29
  */
30
30
  static get pluginName(): "ListPropertiesEditing";
31
+ /**
32
+ * @inheritDoc
33
+ */
34
+ static get isOfficialPlugin(): true;
31
35
  /**
32
36
  * @inheritDoc
33
37
  */
@@ -23,5 +23,9 @@ export default class ListPropertiesUI extends Plugin {
23
23
  * @inheritDoc
24
24
  */
25
25
  static get pluginName(): "ListPropertiesUI";
26
+ /**
27
+ * @inheritDoc
28
+ */
29
+ static get isOfficialPlugin(): true;
26
30
  init(): void;
27
31
  }
@@ -18,6 +18,10 @@ export default class ListPropertiesUtils extends Plugin {
18
18
  * @inheritDoc
19
19
  */
20
20
  static get pluginName(): "ListPropertiesUtils";
21
+ /**
22
+ * @inheritDoc
23
+ */
24
+ static get isOfficialPlugin(): true;
21
25
  /**
22
26
  * Gets all the style types supported by given list type.
23
27
  */
@@ -28,4 +28,8 @@ export default class ListProperties extends Plugin {
28
28
  * @inheritDoc
29
29
  */
30
30
  static get pluginName(): "ListProperties";
31
+ /**
32
+ * @inheritDoc
33
+ */
34
+ static get isOfficialPlugin(): true;
31
35
  }
@@ -28,5 +28,9 @@ export default class TodoDocumentList extends Plugin {
28
28
  * @inheritDoc
29
29
  */
30
30
  static get pluginName(): "TodoDocumentList";
31
+ /**
32
+ * @inheritDoc
33
+ */
34
+ static get isOfficialPlugin(): true;
31
35
  constructor(editor: Editor);
32
36
  }
@@ -22,6 +22,10 @@ export default class TodoListEditing extends Plugin {
22
22
  * @inheritDoc
23
23
  */
24
24
  static get pluginName(): "TodoListEditing";
25
+ /**
26
+ * @inheritDoc
27
+ */
28
+ static get isOfficialPlugin(): true;
25
29
  /**
26
30
  * @inheritDoc
27
31
  */
@@ -16,6 +16,10 @@ export default class TodoListUI extends Plugin {
16
16
  * @inheritDoc
17
17
  */
18
18
  static get pluginName(): "TodoListUI";
19
+ /**
20
+ * @inheritDoc
21
+ */
22
+ static get isOfficialPlugin(): true;
19
23
  /**
20
24
  * @inheritDoc
21
25
  */
@@ -28,4 +28,8 @@ export default class TodoList extends Plugin {
28
28
  * @inheritDoc
29
29
  */
30
30
  static get pluginName(): "TodoList";
31
+ /**
32
+ * @inheritDoc
33
+ */
34
+ static get isOfficialPlugin(): true;
31
35
  }
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ import type { Translations } from '@ckeditor/ckeditor5-utils';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,5 @@
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
+ export default {"af":{"dictionary":{"Numbered List":"","Bulleted List":"","To-do List":"","Bulleted list styles toolbar":"","Numbered list styles toolbar":"","Toggle the disc list style":"","Toggle the circle list style":"","Toggle the square list style":"","Toggle the decimal list style":"","Toggle the decimal with leading zero list style":"","Toggle the lower–roman list style":"","Toggle the upper–roman list style":"","Toggle the lower–latin list style":"","Toggle the upper–latin list style":"","Disc":"","Circle":"","Square":"","Decimal":"","Decimal with leading zero":"","Lower–roman":"","Upper-roman":"","Lower-latin":"","Upper-latin":"","List properties":"","Start at":"","Invalid start index value.":"","Start index must be greater than 0.":"","Reversed order":"","Keystrokes that can be used in a list":"","Increase list item indent":"","Decrease list item indent":"","Entering a to-do list":"","Leaving a to-do list":""},getPluralForm(n){return (n != 1);}}}
@@ -0,0 +1,11 @@
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
+ ( e => {
7
+ const { [ 'af' ]: { dictionary, getPluralForm } } = {"af":{"dictionary":{"Numbered List":"","Bulleted List":"","To-do List":"","Bulleted list styles toolbar":"","Numbered list styles toolbar":"","Toggle the disc list style":"","Toggle the circle list style":"","Toggle the square list style":"","Toggle the decimal list style":"","Toggle the decimal with leading zero list style":"","Toggle the lower–roman list style":"","Toggle the upper–roman list style":"","Toggle the lower–latin list style":"","Toggle the upper–latin list style":"","Disc":"","Circle":"","Square":"","Decimal":"","Decimal with leading zero":"","Lower–roman":"","Upper-roman":"","Lower-latin":"","Upper-latin":"","List properties":"","Start at":"","Invalid start index value.":"","Start index must be greater than 0.":"","Reversed order":"","Keystrokes that can be used in a list":"","Increase list item indent":"","Decrease list item indent":"","Entering a to-do list":"","Leaving a to-do list":""},getPluralForm(n){return (n != 1);}}};
8
+ e[ 'af' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'af' ].dictionary = Object.assign( e[ 'af' ].dictionary, dictionary );
10
+ e[ 'af' ].getPluralForm = getPluralForm;
11
+ } )( window.CKEDITOR_TRANSLATIONS ||= {} );
@@ -2,4 +2,4 @@
2
2
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
- export default {"ar":{"dictionary":{"Numbered List":"قائمة رقمية","Bulleted List":"قائمة نقطية","To-do List":"قائمة المهام","Bulleted list styles toolbar":"شريط أدوات أنماط قوائم التعداد النقطي","Numbered list styles toolbar":"شريط أدوات أنماط القوائم المرقمة","Toggle the disc list style":"تبديل نمط قائمة الأقراص","Toggle the circle list style":"تبديل نمط قائمة الدوائر","Toggle the square list style":"تبديل نمط قائمة المربعات","Toggle the decimal list style":"تبديل نمط قائمة الأرقام العشرية","Toggle the decimal with leading zero list style":"تبديل الأرقام العشرية بنمط قائمة الأصفار البادئة","Toggle the lower–roman list style":"تبديل نمط قائمة الأرقام الرومانية الصغيرة","Toggle the upper–roman list style":"تبديل نمط قائمة الأرقام الرومانية الكبيرة","Toggle the lower–latin list style":"تبديل نمط قائمة الأحرف اللاتينية الصغيرة","Toggle the upper–latin list style":"تبديل نمط قائمة الأحرف اللاتينية الكبيرة","Disc":"قرص","Circle":"دائرة","Square":"مربع","Decimal":"رقم عشري","Decimal with leading zero":"رقم عشري مع البدء بصفر ","Lower–roman":"رقم روماني صغير","Upper-roman":"رقم روماني كبير","Lower-latin":"حرف لاتيني صغير","Upper-latin":"حرف لاتيني كبير","List properties":"خصائص القائمة","Start at":"البدء من","Invalid start index value.":"قيمة فهرس البداية غير صالحة.","Start index must be greater than 0.":"يجب أن تكون قيمة البداية في الفهرس أكبر من 0.","Reversed order":"عكس اتجاه الترتيب","Keystrokes that can be used in a list":"ضغطة المفاتيح التي يمكن استخدامها في القائمة","Increase list item indent":"زيادة المسافة البادئة لعنصر القائمة","Decrease list item indent":"تقليل المسافة البادئة لعنصر القائمة","Entering a to-do list":"إدخال قائمة مهام","Leaving a to-do list":"ترك قائمة المهام"},getPluralForm(n){return n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;}}}
5
+ export default {"ar":{"dictionary":{"Numbered List":"قائمة رقمية","Bulleted List":"قائمة نقطية","To-do List":"قائمة المهام","Bulleted list styles toolbar":"شريط أدوات أنماط قوائم التعداد النقطي","Numbered list styles toolbar":"شريط أدوات أنماط القوائم المرقمة","Toggle the disc list style":"تبديل نمط قائمة الأقراص","Toggle the circle list style":"تبديل نمط قائمة الدوائر","Toggle the square list style":"تبديل نمط قائمة المربعات","Toggle the decimal list style":"تبديل نمط قائمة الأرقام العشرية","Toggle the decimal with leading zero list style":"تبديل الأرقام العشرية بنمط قائمة الأصفار البادئة","Toggle the lower–roman list style":"تبديل نمط قائمة الأرقام الرومانية الصغيرة","Toggle the upper–roman list style":"تبديل نمط قائمة الأرقام الرومانية الكبيرة","Toggle the lower–latin list style":"تبديل نمط قائمة الأحرف اللاتينية الصغيرة","Toggle the upper–latin list style":"تبديل نمط قائمة الأحرف اللاتينية الكبيرة","Disc":"قرص","Circle":"دائرة","Square":"مربع","Decimal":"رقم عشري","Decimal with leading zero":"رقم عشري مع البدء بصفر ","Lower–roman":"رقم روماني صغير","Upper-roman":"رقم روماني كبير","Lower-latin":"حرف لاتيني صغير","Upper-latin":"حرف لاتيني كبير","List properties":"خصائص القائمة","Start at":"البدء من","Invalid start index value.":"قيمة فهرس البداية غير صالحة.","Start index must be greater than 0.":"يجب أن تكون قيمة البداية في الفهرس أكبر من 0.","Reversed order":"عكس اتجاه الترتيب","Keystrokes that can be used in a list":"ضغطة المفاتيح التي يمكن استخدامها في القائمة","Increase list item indent":"زيادة المسافة البادئة لعنصر القائمة","Decrease list item indent":"تقليل المسافة البادئة لعنصر القائمة","Entering a to-do list":"إدخال قائمة مهام","Leaving a to-do list":"ترك قائمة المهام"},getPluralForm(n){return (n == 0 ? 0 : n == 1 ? 1 : n == 2 ? 2 : n % 100 >= 3 && n % 100 <= 10 ? 3 : n % 100 >= 11 ? 4 : 5);}}}
@@ -4,7 +4,7 @@
4
4
  */
5
5
 
6
6
  ( e => {
7
- const { [ 'ar' ]: { dictionary, getPluralForm } } = {"ar":{"dictionary":{"Numbered List":"قائمة رقمية","Bulleted List":"قائمة نقطية","To-do List":"قائمة المهام","Bulleted list styles toolbar":"شريط أدوات أنماط قوائم التعداد النقطي","Numbered list styles toolbar":"شريط أدوات أنماط القوائم المرقمة","Toggle the disc list style":"تبديل نمط قائمة الأقراص","Toggle the circle list style":"تبديل نمط قائمة الدوائر","Toggle the square list style":"تبديل نمط قائمة المربعات","Toggle the decimal list style":"تبديل نمط قائمة الأرقام العشرية","Toggle the decimal with leading zero list style":"تبديل الأرقام العشرية بنمط قائمة الأصفار البادئة","Toggle the lower–roman list style":"تبديل نمط قائمة الأرقام الرومانية الصغيرة","Toggle the upper–roman list style":"تبديل نمط قائمة الأرقام الرومانية الكبيرة","Toggle the lower–latin list style":"تبديل نمط قائمة الأحرف اللاتينية الصغيرة","Toggle the upper–latin list style":"تبديل نمط قائمة الأحرف اللاتينية الكبيرة","Disc":"قرص","Circle":"دائرة","Square":"مربع","Decimal":"رقم عشري","Decimal with leading zero":"رقم عشري مع البدء بصفر ","Lower–roman":"رقم روماني صغير","Upper-roman":"رقم روماني كبير","Lower-latin":"حرف لاتيني صغير","Upper-latin":"حرف لاتيني كبير","List properties":"خصائص القائمة","Start at":"البدء من","Invalid start index value.":"قيمة فهرس البداية غير صالحة.","Start index must be greater than 0.":"يجب أن تكون قيمة البداية في الفهرس أكبر من 0.","Reversed order":"عكس اتجاه الترتيب","Keystrokes that can be used in a list":"ضغطة المفاتيح التي يمكن استخدامها في القائمة","Increase list item indent":"زيادة المسافة البادئة لعنصر القائمة","Decrease list item indent":"تقليل المسافة البادئة لعنصر القائمة","Entering a to-do list":"إدخال قائمة مهام","Leaving a to-do list":"ترك قائمة المهام"},getPluralForm(n){return n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;}}};
7
+ const { [ 'ar' ]: { dictionary, getPluralForm } } = {"ar":{"dictionary":{"Numbered List":"قائمة رقمية","Bulleted List":"قائمة نقطية","To-do List":"قائمة المهام","Bulleted list styles toolbar":"شريط أدوات أنماط قوائم التعداد النقطي","Numbered list styles toolbar":"شريط أدوات أنماط القوائم المرقمة","Toggle the disc list style":"تبديل نمط قائمة الأقراص","Toggle the circle list style":"تبديل نمط قائمة الدوائر","Toggle the square list style":"تبديل نمط قائمة المربعات","Toggle the decimal list style":"تبديل نمط قائمة الأرقام العشرية","Toggle the decimal with leading zero list style":"تبديل الأرقام العشرية بنمط قائمة الأصفار البادئة","Toggle the lower–roman list style":"تبديل نمط قائمة الأرقام الرومانية الصغيرة","Toggle the upper–roman list style":"تبديل نمط قائمة الأرقام الرومانية الكبيرة","Toggle the lower–latin list style":"تبديل نمط قائمة الأحرف اللاتينية الصغيرة","Toggle the upper–latin list style":"تبديل نمط قائمة الأحرف اللاتينية الكبيرة","Disc":"قرص","Circle":"دائرة","Square":"مربع","Decimal":"رقم عشري","Decimal with leading zero":"رقم عشري مع البدء بصفر ","Lower–roman":"رقم روماني صغير","Upper-roman":"رقم روماني كبير","Lower-latin":"حرف لاتيني صغير","Upper-latin":"حرف لاتيني كبير","List properties":"خصائص القائمة","Start at":"البدء من","Invalid start index value.":"قيمة فهرس البداية غير صالحة.","Start index must be greater than 0.":"يجب أن تكون قيمة البداية في الفهرس أكبر من 0.","Reversed order":"عكس اتجاه الترتيب","Keystrokes that can be used in a list":"ضغطة المفاتيح التي يمكن استخدامها في القائمة","Increase list item indent":"زيادة المسافة البادئة لعنصر القائمة","Decrease list item indent":"تقليل المسافة البادئة لعنصر القائمة","Entering a to-do list":"إدخال قائمة مهام","Leaving a to-do list":"ترك قائمة المهام"},getPluralForm(n){return (n == 0 ? 0 : n == 1 ? 1 : n == 2 ? 2 : n % 100 >= 3 && n % 100 <= 10 ? 3 : n % 100 >= 11 ? 4 : 5);}}};
8
8
  e[ 'ar' ] ||= { dictionary: {}, getPluralForm: null };
9
9
  e[ 'ar' ].dictionary = Object.assign( e[ 'ar' ].dictionary, dictionary );
10
10
  e[ 'ar' ].getPluralForm = getPluralForm;
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ import type { Translations } from '@ckeditor/ckeditor5-utils';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,5 @@
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
+ export default {"bs":{"dictionary":{"Numbered List":"","Bulleted List":"","To-do List":"","Bulleted list styles toolbar":"","Numbered list styles toolbar":"","Toggle the disc list style":"","Toggle the circle list style":"","Toggle the square list style":"","Toggle the decimal list style":"","Toggle the decimal with leading zero list style":"","Toggle the lower–roman list style":"","Toggle the upper–roman list style":"","Toggle the lower–latin list style":"","Toggle the upper–latin list style":"","Disc":"","Circle":"","Square":"","Decimal":"","Decimal with leading zero":"","Lower–roman":"","Upper-roman":"","Lower-latin":"","Upper-latin":"","List properties":"","Start at":"","Invalid start index value.":"","Start index must be greater than 0.":"","Reversed order":"","Keystrokes that can be used in a list":"","Increase list item indent":"","Decrease list item indent":"","Entering a to-do list":"","Leaving a to-do list":""},getPluralForm(n){return (n % 10 == 1 && n % 100 != 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);}}}
@@ -0,0 +1,11 @@
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
+ ( e => {
7
+ const { [ 'bs' ]: { dictionary, getPluralForm } } = {"bs":{"dictionary":{"Numbered List":"","Bulleted List":"","To-do List":"","Bulleted list styles toolbar":"","Numbered list styles toolbar":"","Toggle the disc list style":"","Toggle the circle list style":"","Toggle the square list style":"","Toggle the decimal list style":"","Toggle the decimal with leading zero list style":"","Toggle the lower–roman list style":"","Toggle the upper–roman list style":"","Toggle the lower–latin list style":"","Toggle the upper–latin list style":"","Disc":"","Circle":"","Square":"","Decimal":"","Decimal with leading zero":"","Lower–roman":"","Upper-roman":"","Lower-latin":"","Upper-latin":"","List properties":"","Start at":"","Invalid start index value.":"","Start index must be greater than 0.":"","Reversed order":"","Keystrokes that can be used in a list":"","Increase list item indent":"","Decrease list item indent":"","Entering a to-do list":"","Leaving a to-do list":""},getPluralForm(n){return (n % 10 == 1 && n % 100 != 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);}}};
8
+ e[ 'bs' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'bs' ].dictionary = Object.assign( e[ 'bs' ].dictionary, dictionary );
10
+ e[ 'bs' ].getPluralForm = getPluralForm;
11
+ } )( window.CKEDITOR_TRANSLATIONS ||= {} );
@@ -2,4 +2,4 @@
2
2
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
- export default {"cs":{"dictionary":{"Numbered List":"Číslování","Bulleted List":"Odrážky","To-do List":"Seznam úkolů","Bulleted list styles toolbar":"Panel seznamu s odrážkami","Numbered list styles toolbar":"Panel se styly číslovaného seznamu","Toggle the disc list style":"Přepnout na seznam s označením plného kruhu","Toggle the circle list style":"Přepnout na seznam s kruhovým označením","Toggle the square list style":"Přepnout na seznam se čtvercovým označením","Toggle the decimal list style":"Přepnout na číselný seznam","Toggle the decimal with leading zero list style":"Přepnout na číselný seznam s nulou na začátku","Toggle the lower–roman list style":"Přepnout na seznam s malými římskými čísly","Toggle the upper–roman list style":"Přepnout na seznam s velkými římskými čísly","Toggle the lower–latin list style":"Přepnout na seznam s malými písmeny","Toggle the upper–latin list style":"Přepnout na seznam s velkými písmeny","Disc":"Plný kruh","Circle":"Kruh","Square":"Čtverec","Decimal":"Čísla","Decimal with leading zero":"Čísla s nulou na začátku","Lower–roman":"Malé římské čísla","Upper-roman":"Velké římské čísla","Lower-latin":"Malá písmena","Upper-latin":"Velká písmena","List properties":"Vlastnosti seznamu","Start at":"Začít na","Invalid start index value.":"Neplatná počáteční hodnota indexu.","Start index must be greater than 0.":"Počátek musí být větší jak 0.","Reversed order":"Obrácené pořadí","Keystrokes that can be used in a list":"Klávesy, které lze použít v seznamu","Increase list item indent":"Zvětšit odsazení položky seznamu","Decrease list item indent":"Zmenšit odsazení položky seznamu","Entering a to-do list":"Zadání seznamu úkolů","Leaving a to-do list":"Opuštění seznamu úkolů"},getPluralForm(n){return (n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;}}}
5
+ export default {"cs":{"dictionary":{"Numbered List":"Číslování","Bulleted List":"Odrážky","To-do List":"Seznam úkolů","Bulleted list styles toolbar":"Panel seznamu s odrážkami","Numbered list styles toolbar":"Panel se styly číslovaného seznamu","Toggle the disc list style":"Přepnout na seznam s označením plného kruhu","Toggle the circle list style":"Přepnout na seznam s kruhovým označením","Toggle the square list style":"Přepnout na seznam se čtvercovým označením","Toggle the decimal list style":"Přepnout na číselný seznam","Toggle the decimal with leading zero list style":"Přepnout na číselný seznam s nulou na začátku","Toggle the lower–roman list style":"Přepnout na seznam s malými římskými čísly","Toggle the upper–roman list style":"Přepnout na seznam s velkými římskými čísly","Toggle the lower–latin list style":"Přepnout na seznam s malými písmeny","Toggle the upper–latin list style":"Přepnout na seznam s velkými písmeny","Disc":"Plný kruh","Circle":"Kruh","Square":"Čtverec","Decimal":"Čísla","Decimal with leading zero":"Čísla s nulou na začátku","Lower–roman":"Malé římské čísla","Upper-roman":"Velké římské čísla","Lower-latin":"Malá písmena","Upper-latin":"Velká písmena","List properties":"Vlastnosti seznamu","Start at":"Začít na","Invalid start index value.":"Neplatná počáteční hodnota indexu.","Start index must be greater than 0.":"Počátek musí být větší jak 0.","Reversed order":"Obrácené pořadí","Keystrokes that can be used in a list":"Klávesy, které lze použít v seznamu","Increase list item indent":"Zvětšit odsazení položky seznamu","Decrease list item indent":"Zmenšit odsazení položky seznamu","Entering a to-do list":"Zadání seznamu úkolů","Leaving a to-do list":"Opuštění seznamu úkolů"},getPluralForm(n){return (n == 1 ? 0 : (n >= 2 && n <= 4) ? 1 : 2);}}}
@@ -4,7 +4,7 @@
4
4
  */
5
5
 
6
6
  ( e => {
7
- const { [ 'cs' ]: { dictionary, getPluralForm } } = {"cs":{"dictionary":{"Numbered List":"Číslování","Bulleted List":"Odrážky","To-do List":"Seznam úkolů","Bulleted list styles toolbar":"Panel seznamu s odrážkami","Numbered list styles toolbar":"Panel se styly číslovaného seznamu","Toggle the disc list style":"Přepnout na seznam s označením plného kruhu","Toggle the circle list style":"Přepnout na seznam s kruhovým označením","Toggle the square list style":"Přepnout na seznam se čtvercovým označením","Toggle the decimal list style":"Přepnout na číselný seznam","Toggle the decimal with leading zero list style":"Přepnout na číselný seznam s nulou na začátku","Toggle the lower–roman list style":"Přepnout na seznam s malými římskými čísly","Toggle the upper–roman list style":"Přepnout na seznam s velkými římskými čísly","Toggle the lower–latin list style":"Přepnout na seznam s malými písmeny","Toggle the upper–latin list style":"Přepnout na seznam s velkými písmeny","Disc":"Plný kruh","Circle":"Kruh","Square":"Čtverec","Decimal":"Čísla","Decimal with leading zero":"Čísla s nulou na začátku","Lower–roman":"Malé římské čísla","Upper-roman":"Velké římské čísla","Lower-latin":"Malá písmena","Upper-latin":"Velká písmena","List properties":"Vlastnosti seznamu","Start at":"Začít na","Invalid start index value.":"Neplatná počáteční hodnota indexu.","Start index must be greater than 0.":"Počátek musí být větší jak 0.","Reversed order":"Obrácené pořadí","Keystrokes that can be used in a list":"Klávesy, které lze použít v seznamu","Increase list item indent":"Zvětšit odsazení položky seznamu","Decrease list item indent":"Zmenšit odsazení položky seznamu","Entering a to-do list":"Zadání seznamu úkolů","Leaving a to-do list":"Opuštění seznamu úkolů"},getPluralForm(n){return (n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;}}};
7
+ const { [ 'cs' ]: { dictionary, getPluralForm } } = {"cs":{"dictionary":{"Numbered List":"Číslování","Bulleted List":"Odrážky","To-do List":"Seznam úkolů","Bulleted list styles toolbar":"Panel seznamu s odrážkami","Numbered list styles toolbar":"Panel se styly číslovaného seznamu","Toggle the disc list style":"Přepnout na seznam s označením plného kruhu","Toggle the circle list style":"Přepnout na seznam s kruhovým označením","Toggle the square list style":"Přepnout na seznam se čtvercovým označením","Toggle the decimal list style":"Přepnout na číselný seznam","Toggle the decimal with leading zero list style":"Přepnout na číselný seznam s nulou na začátku","Toggle the lower–roman list style":"Přepnout na seznam s malými římskými čísly","Toggle the upper–roman list style":"Přepnout na seznam s velkými římskými čísly","Toggle the lower–latin list style":"Přepnout na seznam s malými písmeny","Toggle the upper–latin list style":"Přepnout na seznam s velkými písmeny","Disc":"Plný kruh","Circle":"Kruh","Square":"Čtverec","Decimal":"Čísla","Decimal with leading zero":"Čísla s nulou na začátku","Lower–roman":"Malé římské čísla","Upper-roman":"Velké římské čísla","Lower-latin":"Malá písmena","Upper-latin":"Velká písmena","List properties":"Vlastnosti seznamu","Start at":"Začít na","Invalid start index value.":"Neplatná počáteční hodnota indexu.","Start index must be greater than 0.":"Počátek musí být větší jak 0.","Reversed order":"Obrácené pořadí","Keystrokes that can be used in a list":"Klávesy, které lze použít v seznamu","Increase list item indent":"Zvětšit odsazení položky seznamu","Decrease list item indent":"Zmenšit odsazení položky seznamu","Entering a to-do list":"Zadání seznamu úkolů","Leaving a to-do list":"Opuštění seznamu úkolů"},getPluralForm(n){return (n == 1 ? 0 : (n >= 2 && n <= 4) ? 1 : 2);}}};
8
8
  e[ 'cs' ] ||= { dictionary: {}, getPluralForm: null };
9
9
  e[ 'cs' ].dictionary = Object.assign( e[ 'cs' ].dictionary, dictionary );
10
10
  e[ 'cs' ].getPluralForm = getPluralForm;
@@ -2,4 +2,4 @@
2
2
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
- export default {"en":{"dictionary":{"Numbered List":"Numbered List","Bulleted List":"Bulleted List","To-do List":"To-do List","Bulleted list styles toolbar":"Bulleted list styles toolbar","Numbered list styles toolbar":"Numbered list styles toolbar","Toggle the disc list style":"Toggle the disc list style","Toggle the circle list style":"Toggle the circle list style","Toggle the square list style":"Toggle the square list style","Toggle the decimal list style":"Toggle the decimal list style","Toggle the decimal with leading zero list style":"Toggle the decimal with leading zero list style","Toggle the lower–roman list style":"Toggle the lower–roman list style","Toggle the upper–roman list style":"Toggle the upper–roman list style","Toggle the lower–latin list style":"Toggle the lower–latin list style","Toggle the upper–latin list style":"Toggle the upper–latin list style","Disc":"Disc","Circle":"Circle","Square":"Square","Decimal":"Decimal","Decimal with leading zero":"Decimal with leading zero","Lower–roman":"Lower–roman","Upper-roman":"Upper-roman","Lower-latin":"Lower-latin","Upper-latin":"Upper-latin","List properties":"List properties","Start at":"Start at","Invalid start index value.":"Invalid start index value.","Start index must be greater than 0.":"Start index must be greater than 0.","Reversed order":"Reversed order","Keystrokes that can be used in a list":"Keystrokes that can be used in a list","Increase list item indent":"Increase list item indent","Decrease list item indent":"Decrease list item indent","Entering a to-do list":"Entering a to-do list","Leaving a to-do list":"Leaving a to-do list"},"getPluralForm":null}}
5
+ export default {"en":{"dictionary":{"Numbered List":"Numbered List","Bulleted List":"Bulleted List","To-do List":"To-do List","Bulleted list styles toolbar":"Bulleted list styles toolbar","Numbered list styles toolbar":"Numbered list styles toolbar","Toggle the disc list style":"Toggle the disc list style","Toggle the circle list style":"Toggle the circle list style","Toggle the square list style":"Toggle the square list style","Toggle the decimal list style":"Toggle the decimal list style","Toggle the decimal with leading zero list style":"Toggle the decimal with leading zero list style","Toggle the lower–roman list style":"Toggle the lower–roman list style","Toggle the upper–roman list style":"Toggle the upper–roman list style","Toggle the lower–latin list style":"Toggle the lower–latin list style","Toggle the upper–latin list style":"Toggle the upper–latin list style","Disc":"Disc","Circle":"Circle","Square":"Square","Decimal":"Decimal","Decimal with leading zero":"Decimal with leading zero","Lower–roman":"Lower–roman","Upper-roman":"Upper-roman","Lower-latin":"Lower-latin","Upper-latin":"Upper-latin","List properties":"List properties","Start at":"Start at","Invalid start index value.":"Invalid start index value.","Start index must be greater than 0.":"Start index must be greater than 0.","Reversed order":"Reversed order","Keystrokes that can be used in a list":"Keystrokes that can be used in a list","Increase list item indent":"Increase list item indent","Decrease list item indent":"Decrease list item indent","Entering a to-do list":"Entering a to-do list","Leaving a to-do list":"Leaving a to-do list"},getPluralForm(n){return (n != 1);}}}
@@ -4,7 +4,7 @@
4
4
  */
5
5
 
6
6
  ( e => {
7
- const { [ 'en' ]: { dictionary, getPluralForm } } = {"en":{"dictionary":{"Numbered List":"Numbered List","Bulleted List":"Bulleted List","To-do List":"To-do List","Bulleted list styles toolbar":"Bulleted list styles toolbar","Numbered list styles toolbar":"Numbered list styles toolbar","Toggle the disc list style":"Toggle the disc list style","Toggle the circle list style":"Toggle the circle list style","Toggle the square list style":"Toggle the square list style","Toggle the decimal list style":"Toggle the decimal list style","Toggle the decimal with leading zero list style":"Toggle the decimal with leading zero list style","Toggle the lower–roman list style":"Toggle the lower–roman list style","Toggle the upper–roman list style":"Toggle the upper–roman list style","Toggle the lower–latin list style":"Toggle the lower–latin list style","Toggle the upper–latin list style":"Toggle the upper–latin list style","Disc":"Disc","Circle":"Circle","Square":"Square","Decimal":"Decimal","Decimal with leading zero":"Decimal with leading zero","Lower–roman":"Lower–roman","Upper-roman":"Upper-roman","Lower-latin":"Lower-latin","Upper-latin":"Upper-latin","List properties":"List properties","Start at":"Start at","Invalid start index value.":"Invalid start index value.","Start index must be greater than 0.":"Start index must be greater than 0.","Reversed order":"Reversed order","Keystrokes that can be used in a list":"Keystrokes that can be used in a list","Increase list item indent":"Increase list item indent","Decrease list item indent":"Decrease list item indent","Entering a to-do list":"Entering a to-do list","Leaving a to-do list":"Leaving a to-do list"},"getPluralForm":null}};
7
+ const { [ 'en' ]: { dictionary, getPluralForm } } = {"en":{"dictionary":{"Numbered List":"Numbered List","Bulleted List":"Bulleted List","To-do List":"To-do List","Bulleted list styles toolbar":"Bulleted list styles toolbar","Numbered list styles toolbar":"Numbered list styles toolbar","Toggle the disc list style":"Toggle the disc list style","Toggle the circle list style":"Toggle the circle list style","Toggle the square list style":"Toggle the square list style","Toggle the decimal list style":"Toggle the decimal list style","Toggle the decimal with leading zero list style":"Toggle the decimal with leading zero list style","Toggle the lower–roman list style":"Toggle the lower–roman list style","Toggle the upper–roman list style":"Toggle the upper–roman list style","Toggle the lower–latin list style":"Toggle the lower–latin list style","Toggle the upper–latin list style":"Toggle the upper–latin list style","Disc":"Disc","Circle":"Circle","Square":"Square","Decimal":"Decimal","Decimal with leading zero":"Decimal with leading zero","Lower–roman":"Lower–roman","Upper-roman":"Upper-roman","Lower-latin":"Lower-latin","Upper-latin":"Upper-latin","List properties":"List properties","Start at":"Start at","Invalid start index value.":"Invalid start index value.","Start index must be greater than 0.":"Start index must be greater than 0.","Reversed order":"Reversed order","Keystrokes that can be used in a list":"Keystrokes that can be used in a list","Increase list item indent":"Increase list item indent","Decrease list item indent":"Decrease list item indent","Entering a to-do list":"Entering a to-do list","Leaving a to-do list":"Leaving a to-do list"},getPluralForm(n){return (n != 1);}}};
8
8
  e[ 'en' ] ||= { dictionary: {}, getPluralForm: null };
9
9
  e[ 'en' ].dictionary = Object.assign( e[ 'en' ].dictionary, dictionary );
10
10
  e[ 'en' ].getPluralForm = getPluralForm;
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ import type { Translations } from '@ckeditor/ckeditor5-utils';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,5 @@
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
+ export default {"es-co":{"dictionary":{"Numbered List":"","Bulleted List":"","To-do List":"","Bulleted list styles toolbar":"","Numbered list styles toolbar":"","Toggle the disc list style":"","Toggle the circle list style":"","Toggle the square list style":"","Toggle the decimal list style":"","Toggle the decimal with leading zero list style":"","Toggle the lower–roman list style":"","Toggle the upper–roman list style":"","Toggle the lower–latin list style":"","Toggle the upper–latin list style":"","Disc":"","Circle":"","Square":"","Decimal":"","Decimal with leading zero":"","Lower–roman":"","Upper-roman":"","Lower-latin":"","Upper-latin":"","List properties":"","Start at":"","Invalid start index value.":"","Start index must be greater than 0.":"","Reversed order":"","Keystrokes that can be used in a list":"","Increase list item indent":"","Decrease list item indent":"","Entering a to-do list":"","Leaving a to-do list":""},getPluralForm(n){return (n != 1);}}}
@@ -0,0 +1,11 @@
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
+ ( e => {
7
+ const { [ 'es-co' ]: { dictionary, getPluralForm } } = {"es-co":{"dictionary":{"Numbered List":"","Bulleted List":"","To-do List":"","Bulleted list styles toolbar":"","Numbered list styles toolbar":"","Toggle the disc list style":"","Toggle the circle list style":"","Toggle the square list style":"","Toggle the decimal list style":"","Toggle the decimal with leading zero list style":"","Toggle the lower–roman list style":"","Toggle the upper–roman list style":"","Toggle the lower–latin list style":"","Toggle the upper–latin list style":"","Disc":"","Circle":"","Square":"","Decimal":"","Decimal with leading zero":"","Lower–roman":"","Upper-roman":"","Lower-latin":"","Upper-latin":"","List properties":"","Start at":"","Invalid start index value.":"","Start index must be greater than 0.":"","Reversed order":"","Keystrokes that can be used in a list":"","Increase list item indent":"","Decrease list item indent":"","Entering a to-do list":"","Leaving a to-do list":""},getPluralForm(n){return (n != 1);}}};
8
+ e[ 'es-co' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'es-co' ].dictionary = Object.assign( e[ 'es-co' ].dictionary, dictionary );
10
+ e[ 'es-co' ].getPluralForm = getPluralForm;
11
+ } )( window.CKEDITOR_TRANSLATIONS ||= {} );
@@ -2,4 +2,4 @@
2
2
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
- export default {"es":{"dictionary":{"Numbered List":"Lista numerada","Bulleted List":"Lista con viñetas","To-do List":"Lista de tareas","Bulleted list styles toolbar":"Estilos de lista con viñetas","Numbered list styles toolbar":"Estilos de lista numerada","Toggle the disc list style":"Cambiar estilo de viñeta a disco","Toggle the circle list style":"Cambiar estilo de viñeta a círculo","Toggle the square list style":"Cambiar estilo de viñeta a cuadrado","Toggle the decimal list style":"Cambiar estilo de lista a decimal","Toggle the decimal with leading zero list style":"Cambiar estilo de lista decimal empezando con cero","Toggle the lower–roman list style":"Cambiar estilo de lista a números romanos en minúsculas","Toggle the upper–roman list style":"Cambiar estilo de lista a números roanos en mayúsculas","Toggle the lower–latin list style":"Cambiar estilo de lista a números latinos en minúsculas","Toggle the upper–latin list style":"Cambiar estilo de lista a números latinos en mayúsculas","Disc":"Disco","Circle":"Círculo","Square":"Cuadrado","Decimal":"Decimal","Decimal with leading zero":"Decimal con cero","Lower–roman":"Romanos minúsculas","Upper-roman":"Romanos mayúscula","Lower-latin":"Latinos minúsculas","Upper-latin":"Latinos minúsculas","List properties":"Propiedades de la lista","Start at":"Empezar en","Invalid start index value.":"Valor de índice de inicio no válido.","Start index must be greater than 0.":"El número de inicio debe ser mayor que 0.","Reversed order":"Orden inverso","Keystrokes that can be used in a list":"Teclas que se pueden utilizar en una lista","Increase list item indent":"Aumenta la sangría de los elementos de la lista","Decrease list item indent":"Reduce la sangría de los elementos de la lista","Entering a to-do list":"Ingresando lista de tareas pendientes","Leaving a to-do list":"Abandonando lista de tareas pendientes"},getPluralForm(n){return n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;}}}
5
+ export default {"es":{"dictionary":{"Numbered List":"Lista numerada","Bulleted List":"Lista con viñetas","To-do List":"Lista de tareas","Bulleted list styles toolbar":"Estilos de lista con viñetas","Numbered list styles toolbar":"Estilos de lista numerada","Toggle the disc list style":"Cambiar estilo de viñeta a disco","Toggle the circle list style":"Cambiar estilo de viñeta a círculo","Toggle the square list style":"Cambiar estilo de viñeta a cuadrado","Toggle the decimal list style":"Cambiar estilo de lista a decimal","Toggle the decimal with leading zero list style":"Cambiar estilo de lista decimal empezando con cero","Toggle the lower–roman list style":"Cambiar estilo de lista a números romanos en minúsculas","Toggle the upper–roman list style":"Cambiar estilo de lista a números roanos en mayúsculas","Toggle the lower–latin list style":"Cambiar estilo de lista a números latinos en minúsculas","Toggle the upper–latin list style":"Cambiar estilo de lista a números latinos en mayúsculas","Disc":"Disco","Circle":"Círculo","Square":"Cuadrado","Decimal":"Decimal","Decimal with leading zero":"Decimal con cero","Lower–roman":"Romanos minúsculas","Upper-roman":"Romanos mayúscula","Lower-latin":"Latinos minúsculas","Upper-latin":"Latinos minúsculas","List properties":"Propiedades de la lista","Start at":"Empezar en","Invalid start index value.":"Valor de índice de inicio no válido.","Start index must be greater than 0.":"El número de inicio debe ser mayor que 0.","Reversed order":"Orden inverso","Keystrokes that can be used in a list":"Teclas que se pueden utilizar en una lista","Increase list item indent":"Aumenta la sangría de los elementos de la lista","Decrease list item indent":"Reduce la sangría de los elementos de la lista","Entering a to-do list":"Ingresando lista de tareas pendientes","Leaving a to-do list":"Abandonando lista de tareas pendientes"},getPluralForm(n){return (n != 1);}}}
@@ -4,7 +4,7 @@
4
4
  */
5
5
 
6
6
  ( e => {
7
- const { [ 'es' ]: { dictionary, getPluralForm } } = {"es":{"dictionary":{"Numbered List":"Lista numerada","Bulleted List":"Lista con viñetas","To-do List":"Lista de tareas","Bulleted list styles toolbar":"Estilos de lista con viñetas","Numbered list styles toolbar":"Estilos de lista numerada","Toggle the disc list style":"Cambiar estilo de viñeta a disco","Toggle the circle list style":"Cambiar estilo de viñeta a círculo","Toggle the square list style":"Cambiar estilo de viñeta a cuadrado","Toggle the decimal list style":"Cambiar estilo de lista a decimal","Toggle the decimal with leading zero list style":"Cambiar estilo de lista decimal empezando con cero","Toggle the lower–roman list style":"Cambiar estilo de lista a números romanos en minúsculas","Toggle the upper–roman list style":"Cambiar estilo de lista a números roanos en mayúsculas","Toggle the lower–latin list style":"Cambiar estilo de lista a números latinos en minúsculas","Toggle the upper–latin list style":"Cambiar estilo de lista a números latinos en mayúsculas","Disc":"Disco","Circle":"Círculo","Square":"Cuadrado","Decimal":"Decimal","Decimal with leading zero":"Decimal con cero","Lower–roman":"Romanos minúsculas","Upper-roman":"Romanos mayúscula","Lower-latin":"Latinos minúsculas","Upper-latin":"Latinos minúsculas","List properties":"Propiedades de la lista","Start at":"Empezar en","Invalid start index value.":"Valor de índice de inicio no válido.","Start index must be greater than 0.":"El número de inicio debe ser mayor que 0.","Reversed order":"Orden inverso","Keystrokes that can be used in a list":"Teclas que se pueden utilizar en una lista","Increase list item indent":"Aumenta la sangría de los elementos de la lista","Decrease list item indent":"Reduce la sangría de los elementos de la lista","Entering a to-do list":"Ingresando lista de tareas pendientes","Leaving a to-do list":"Abandonando lista de tareas pendientes"},getPluralForm(n){return n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;}}};
7
+ const { [ 'es' ]: { dictionary, getPluralForm } } = {"es":{"dictionary":{"Numbered List":"Lista numerada","Bulleted List":"Lista con viñetas","To-do List":"Lista de tareas","Bulleted list styles toolbar":"Estilos de lista con viñetas","Numbered list styles toolbar":"Estilos de lista numerada","Toggle the disc list style":"Cambiar estilo de viñeta a disco","Toggle the circle list style":"Cambiar estilo de viñeta a círculo","Toggle the square list style":"Cambiar estilo de viñeta a cuadrado","Toggle the decimal list style":"Cambiar estilo de lista a decimal","Toggle the decimal with leading zero list style":"Cambiar estilo de lista decimal empezando con cero","Toggle the lower–roman list style":"Cambiar estilo de lista a números romanos en minúsculas","Toggle the upper–roman list style":"Cambiar estilo de lista a números roanos en mayúsculas","Toggle the lower–latin list style":"Cambiar estilo de lista a números latinos en minúsculas","Toggle the upper–latin list style":"Cambiar estilo de lista a números latinos en mayúsculas","Disc":"Disco","Circle":"Círculo","Square":"Cuadrado","Decimal":"Decimal","Decimal with leading zero":"Decimal con cero","Lower–roman":"Romanos minúsculas","Upper-roman":"Romanos mayúscula","Lower-latin":"Latinos minúsculas","Upper-latin":"Latinos minúsculas","List properties":"Propiedades de la lista","Start at":"Empezar en","Invalid start index value.":"Valor de índice de inicio no válido.","Start index must be greater than 0.":"El número de inicio debe ser mayor que 0.","Reversed order":"Orden inverso","Keystrokes that can be used in a list":"Teclas que se pueden utilizar en una lista","Increase list item indent":"Aumenta la sangría de los elementos de la lista","Decrease list item indent":"Reduce la sangría de los elementos de la lista","Entering a to-do list":"Ingresando lista de tareas pendientes","Leaving a to-do list":"Abandonando lista de tareas pendientes"},getPluralForm(n){return (n != 1);}}};
8
8
  e[ 'es' ] ||= { dictionary: {}, getPluralForm: null };
9
9
  e[ 'es' ].dictionary = Object.assign( e[ 'es' ].dictionary, dictionary );
10
10
  e[ 'es' ].getPluralForm = getPluralForm;
@@ -2,4 +2,4 @@
2
2
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
- export default {"fa":{"dictionary":{"Numbered List":"لیست عددی","Bulleted List":"لیست نشانه‌دار","To-do List":"لیست انجام کار","Bulleted list styles toolbar":"","Numbered list styles toolbar":"","Toggle the disc list style":"","Toggle the circle list style":"","Toggle the square list style":"","Toggle the decimal list style":"","Toggle the decimal with leading zero list style":"","Toggle the lower–roman list style":"","Toggle the upper–roman list style":"","Toggle the lower–latin list style":"","Toggle the upper–latin list style":"","Disc":"","Circle":"","Square":"","Decimal":"","Decimal with leading zero":"","Lower–roman":"","Upper-roman":"","Lower-latin":"","Upper-latin":"","List properties":"","Start at":"","Invalid start index value.":"","Start index must be greater than 0.":"","Reversed order":"","Keystrokes that can be used in a list":"","Increase list item indent":"","Decrease list item indent":"","Entering a to-do list":"","Leaving a to-do list":""},getPluralForm(n){return (n > 1);}}}
5
+ export default {"fa":{"dictionary":{"Numbered List":"لیست عددی","Bulleted List":"لیست نشانه‌دار","To-do List":"لیست انجام کار","Bulleted list styles toolbar":"","Numbered list styles toolbar":"","Toggle the disc list style":"","Toggle the circle list style":"","Toggle the square list style":"","Toggle the decimal list style":"","Toggle the decimal with leading zero list style":"","Toggle the lower–roman list style":"","Toggle the upper–roman list style":"","Toggle the lower–latin list style":"","Toggle the upper–latin list style":"","Disc":"","Circle":"","Square":"","Decimal":"","Decimal with leading zero":"","Lower–roman":"","Upper-roman":"","Lower-latin":"","Upper-latin":"","List properties":"","Start at":"","Invalid start index value.":"","Start index must be greater than 0.":"","Reversed order":"","Keystrokes that can be used in a list":"","Increase list item indent":"","Decrease list item indent":"","Entering a to-do list":"","Leaving a to-do list":""},getPluralForm(n){return 0;}}}
@@ -4,7 +4,7 @@
4
4
  */
5
5
 
6
6
  ( e => {
7
- const { [ 'fa' ]: { dictionary, getPluralForm } } = {"fa":{"dictionary":{"Numbered List":"لیست عددی","Bulleted List":"لیست نشانه‌دار","To-do List":"لیست انجام کار","Bulleted list styles toolbar":"","Numbered list styles toolbar":"","Toggle the disc list style":"","Toggle the circle list style":"","Toggle the square list style":"","Toggle the decimal list style":"","Toggle the decimal with leading zero list style":"","Toggle the lower–roman list style":"","Toggle the upper–roman list style":"","Toggle the lower–latin list style":"","Toggle the upper–latin list style":"","Disc":"","Circle":"","Square":"","Decimal":"","Decimal with leading zero":"","Lower–roman":"","Upper-roman":"","Lower-latin":"","Upper-latin":"","List properties":"","Start at":"","Invalid start index value.":"","Start index must be greater than 0.":"","Reversed order":"","Keystrokes that can be used in a list":"","Increase list item indent":"","Decrease list item indent":"","Entering a to-do list":"","Leaving a to-do list":""},getPluralForm(n){return (n > 1);}}};
7
+ const { [ 'fa' ]: { dictionary, getPluralForm } } = {"fa":{"dictionary":{"Numbered List":"لیست عددی","Bulleted List":"لیست نشانه‌دار","To-do List":"لیست انجام کار","Bulleted list styles toolbar":"","Numbered list styles toolbar":"","Toggle the disc list style":"","Toggle the circle list style":"","Toggle the square list style":"","Toggle the decimal list style":"","Toggle the decimal with leading zero list style":"","Toggle the lower–roman list style":"","Toggle the upper–roman list style":"","Toggle the lower–latin list style":"","Toggle the upper–latin list style":"","Disc":"","Circle":"","Square":"","Decimal":"","Decimal with leading zero":"","Lower–roman":"","Upper-roman":"","Lower-latin":"","Upper-latin":"","List properties":"","Start at":"","Invalid start index value.":"","Start index must be greater than 0.":"","Reversed order":"","Keystrokes that can be used in a list":"","Increase list item indent":"","Decrease list item indent":"","Entering a to-do list":"","Leaving a to-do list":""},getPluralForm(n){return 0;}}};
8
8
  e[ 'fa' ] ||= { dictionary: {}, getPluralForm: null };
9
9
  e[ 'fa' ].dictionary = Object.assign( e[ 'fa' ].dictionary, dictionary );
10
10
  e[ 'fa' ].getPluralForm = getPluralForm;
@@ -2,4 +2,4 @@
2
2
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
- export default {"fr":{"dictionary":{"Numbered List":"Liste numérotée","Bulleted List":"Liste à puces","To-do List":"Liste de tâches","Bulleted list styles toolbar":"Barre d'outils des styles de liste à puce","Numbered list styles toolbar":"Barre d'outils des styles de liste numérotée","Toggle the disc list style":"Activer / désactiver le style de liste \"disque\"","Toggle the circle list style":"Activer / désactiver le style de liste \"cercle\"","Toggle the square list style":"Activer / désactiver le style de liste \"carré\"","Toggle the decimal list style":"Activer / désactiver le style de liste \"chiffres\"","Toggle the decimal with leading zero list style":"Activer / désactiver le style de liste \"chiffres de mêmes longueurs\"","Toggle the lower–roman list style":"Activer / désactiver le style de liste \"chiffres romains en minuscules\"","Toggle the upper–roman list style":"Activer / désactiver le style de liste \"chiffres romains en majuscules\"","Toggle the lower–latin list style":"Activer / désactiver le style de liste \"lettres minuscules\"","Toggle the upper–latin list style":"Activer / désactiver le style de liste \"lettres majuscules\"","Disc":"Disque","Circle":"Cercle","Square":"Carré","Decimal":"Chiffres","Decimal with leading zero":"Chiffres avec des zéros supplémentaire","Lower–roman":"Chiffres romains en minuscules","Upper-roman":"Chiffres romains en majuscules","Lower-latin":"Lettres minuscules","Upper-latin":"Lettres majuscules","List properties":"Liste des propriétés","Start at":"Commencer à","Invalid start index value.":"Valeur d'index de départ invalide.","Start index must be greater than 0.":"L'indice de départ doit être supérieur à 0.","Reversed order":"Ordre inversé","Keystrokes that can be used in a list":"Frappes de touches pouvant être utilisées dans une liste","Increase list item indent":"Augmenter le retrait des éléments de liste","Decrease list item indent":"Diminuer le retrait des éléments de liste","Entering a to-do list":"Saisie d'une liste de tâches","Leaving a to-do list":"Laisser une liste de tâches"},getPluralForm(n){return (n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;}}}
5
+ export default {"fr":{"dictionary":{"Numbered List":"Liste numérotée","Bulleted List":"Liste à puces","To-do List":"Liste de tâches","Bulleted list styles toolbar":"Barre d'outils des styles de liste à puce","Numbered list styles toolbar":"Barre d'outils des styles de liste numérotée","Toggle the disc list style":"Activer / désactiver le style de liste \"disque\"","Toggle the circle list style":"Activer / désactiver le style de liste \"cercle\"","Toggle the square list style":"Activer / désactiver le style de liste \"carré\"","Toggle the decimal list style":"Activer / désactiver le style de liste \"chiffres\"","Toggle the decimal with leading zero list style":"Activer / désactiver le style de liste \"chiffres de mêmes longueurs\"","Toggle the lower–roman list style":"Activer / désactiver le style de liste \"chiffres romains en minuscules\"","Toggle the upper–roman list style":"Activer / désactiver le style de liste \"chiffres romains en majuscules\"","Toggle the lower–latin list style":"Activer / désactiver le style de liste \"lettres minuscules\"","Toggle the upper–latin list style":"Activer / désactiver le style de liste \"lettres majuscules\"","Disc":"Disque","Circle":"Cercle","Square":"Carré","Decimal":"Chiffres","Decimal with leading zero":"Chiffres avec des zéros supplémentaire","Lower–roman":"Chiffres romains en minuscules","Upper-roman":"Chiffres romains en majuscules","Lower-latin":"Lettres minuscules","Upper-latin":"Lettres majuscules","List properties":"Liste des propriétés","Start at":"Commencer à","Invalid start index value.":"Valeur d'index de départ invalide.","Start index must be greater than 0.":"L'indice de départ doit être supérieur à 0.","Reversed order":"Ordre inversé","Keystrokes that can be used in a list":"Frappes de touches pouvant être utilisées dans une liste","Increase list item indent":"Augmenter le retrait des éléments de liste","Decrease list item indent":"Diminuer le retrait des éléments de liste","Entering a to-do list":"Saisie d'une liste de tâches","Leaving a to-do list":"Laisser une liste de tâches"},getPluralForm(n){return (n <= -2 || n >= 2);}}}
@@ -4,7 +4,7 @@
4
4
  */
5
5
 
6
6
  ( e => {
7
- const { [ 'fr' ]: { dictionary, getPluralForm } } = {"fr":{"dictionary":{"Numbered List":"Liste numérotée","Bulleted List":"Liste à puces","To-do List":"Liste de tâches","Bulleted list styles toolbar":"Barre d'outils des styles de liste à puce","Numbered list styles toolbar":"Barre d'outils des styles de liste numérotée","Toggle the disc list style":"Activer / désactiver le style de liste \"disque\"","Toggle the circle list style":"Activer / désactiver le style de liste \"cercle\"","Toggle the square list style":"Activer / désactiver le style de liste \"carré\"","Toggle the decimal list style":"Activer / désactiver le style de liste \"chiffres\"","Toggle the decimal with leading zero list style":"Activer / désactiver le style de liste \"chiffres de mêmes longueurs\"","Toggle the lower–roman list style":"Activer / désactiver le style de liste \"chiffres romains en minuscules\"","Toggle the upper–roman list style":"Activer / désactiver le style de liste \"chiffres romains en majuscules\"","Toggle the lower–latin list style":"Activer / désactiver le style de liste \"lettres minuscules\"","Toggle the upper–latin list style":"Activer / désactiver le style de liste \"lettres majuscules\"","Disc":"Disque","Circle":"Cercle","Square":"Carré","Decimal":"Chiffres","Decimal with leading zero":"Chiffres avec des zéros supplémentaire","Lower–roman":"Chiffres romains en minuscules","Upper-roman":"Chiffres romains en majuscules","Lower-latin":"Lettres minuscules","Upper-latin":"Lettres majuscules","List properties":"Liste des propriétés","Start at":"Commencer à","Invalid start index value.":"Valeur d'index de départ invalide.","Start index must be greater than 0.":"L'indice de départ doit être supérieur à 0.","Reversed order":"Ordre inversé","Keystrokes that can be used in a list":"Frappes de touches pouvant être utilisées dans une liste","Increase list item indent":"Augmenter le retrait des éléments de liste","Decrease list item indent":"Diminuer le retrait des éléments de liste","Entering a to-do list":"Saisie d'une liste de tâches","Leaving a to-do list":"Laisser une liste de tâches"},getPluralForm(n){return (n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;}}};
7
+ const { [ 'fr' ]: { dictionary, getPluralForm } } = {"fr":{"dictionary":{"Numbered List":"Liste numérotée","Bulleted List":"Liste à puces","To-do List":"Liste de tâches","Bulleted list styles toolbar":"Barre d'outils des styles de liste à puce","Numbered list styles toolbar":"Barre d'outils des styles de liste numérotée","Toggle the disc list style":"Activer / désactiver le style de liste \"disque\"","Toggle the circle list style":"Activer / désactiver le style de liste \"cercle\"","Toggle the square list style":"Activer / désactiver le style de liste \"carré\"","Toggle the decimal list style":"Activer / désactiver le style de liste \"chiffres\"","Toggle the decimal with leading zero list style":"Activer / désactiver le style de liste \"chiffres de mêmes longueurs\"","Toggle the lower–roman list style":"Activer / désactiver le style de liste \"chiffres romains en minuscules\"","Toggle the upper–roman list style":"Activer / désactiver le style de liste \"chiffres romains en majuscules\"","Toggle the lower–latin list style":"Activer / désactiver le style de liste \"lettres minuscules\"","Toggle the upper–latin list style":"Activer / désactiver le style de liste \"lettres majuscules\"","Disc":"Disque","Circle":"Cercle","Square":"Carré","Decimal":"Chiffres","Decimal with leading zero":"Chiffres avec des zéros supplémentaire","Lower–roman":"Chiffres romains en minuscules","Upper-roman":"Chiffres romains en majuscules","Lower-latin":"Lettres minuscules","Upper-latin":"Lettres majuscules","List properties":"Liste des propriétés","Start at":"Commencer à","Invalid start index value.":"Valeur d'index de départ invalide.","Start index must be greater than 0.":"L'indice de départ doit être supérieur à 0.","Reversed order":"Ordre inversé","Keystrokes that can be used in a list":"Frappes de touches pouvant être utilisées dans une liste","Increase list item indent":"Augmenter le retrait des éléments de liste","Decrease list item indent":"Diminuer le retrait des éléments de liste","Entering a to-do list":"Saisie d'une liste de tâches","Leaving a to-do list":"Laisser une liste de tâches"},getPluralForm(n){return (n <= -2 || n >= 2);}}};
8
8
  e[ 'fr' ] ||= { dictionary: {}, getPluralForm: null };
9
9
  e[ 'fr' ].dictionary = Object.assign( e[ 'fr' ].dictionary, dictionary );
10
10
  e[ 'fr' ].getPluralForm = getPluralForm;
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ import type { Translations } from '@ckeditor/ckeditor5-utils';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,5 @@
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
+ export default {"gu":{"dictionary":{"Numbered List":"","Bulleted List":"","To-do List":"","Bulleted list styles toolbar":"","Numbered list styles toolbar":"","Toggle the disc list style":"","Toggle the circle list style":"","Toggle the square list style":"","Toggle the decimal list style":"","Toggle the decimal with leading zero list style":"","Toggle the lower–roman list style":"","Toggle the upper–roman list style":"","Toggle the lower–latin list style":"","Toggle the upper–latin list style":"","Disc":"","Circle":"","Square":"","Decimal":"","Decimal with leading zero":"","Lower–roman":"","Upper-roman":"","Lower-latin":"","Upper-latin":"","List properties":"","Start at":"","Invalid start index value.":"","Start index must be greater than 0.":"","Reversed order":"","Keystrokes that can be used in a list":"","Increase list item indent":"","Decrease list item indent":"","Entering a to-do list":"","Leaving a to-do list":""},getPluralForm(n){return (n != 1);}}}
@@ -0,0 +1,11 @@
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
+ ( e => {
7
+ const { [ 'gu' ]: { dictionary, getPluralForm } } = {"gu":{"dictionary":{"Numbered List":"","Bulleted List":"","To-do List":"","Bulleted list styles toolbar":"","Numbered list styles toolbar":"","Toggle the disc list style":"","Toggle the circle list style":"","Toggle the square list style":"","Toggle the decimal list style":"","Toggle the decimal with leading zero list style":"","Toggle the lower–roman list style":"","Toggle the upper–roman list style":"","Toggle the lower–latin list style":"","Toggle the upper–latin list style":"","Disc":"","Circle":"","Square":"","Decimal":"","Decimal with leading zero":"","Lower–roman":"","Upper-roman":"","Lower-latin":"","Upper-latin":"","List properties":"","Start at":"","Invalid start index value.":"","Start index must be greater than 0.":"","Reversed order":"","Keystrokes that can be used in a list":"","Increase list item indent":"","Decrease list item indent":"","Entering a to-do list":"","Leaving a to-do list":""},getPluralForm(n){return (n != 1);}}};
8
+ e[ 'gu' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'gu' ].dictionary = Object.assign( e[ 'gu' ].dictionary, dictionary );
10
+ e[ 'gu' ].getPluralForm = getPluralForm;
11
+ } )( window.CKEDITOR_TRANSLATIONS ||= {} );