@ckeditor/ckeditor5-code-block 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 (200) hide show
  1. package/build/code-block.js +1 -1
  2. package/build/translations/ast.js +1 -0
  3. package/build/translations/en-gb.js +1 -0
  4. package/build/translations/eo.js +1 -0
  5. package/build/translations/eu.js +1 -0
  6. package/build/translations/gu.js +1 -0
  7. package/build/translations/hy.js +1 -0
  8. package/build/translations/kk.js +1 -0
  9. package/build/translations/km.js +1 -0
  10. package/build/translations/kn.js +1 -0
  11. package/build/translations/nb.js +1 -0
  12. package/build/translations/ne.js +1 -0
  13. package/build/translations/oc.js +1 -0
  14. package/build/translations/si.js +1 -0
  15. package/build/translations/sl.js +1 -0
  16. package/build/translations/ti.js +1 -0
  17. package/build/translations/tt.js +1 -0
  18. package/dist/codeblock.d.ts +4 -0
  19. package/dist/codeblockediting.d.ts +4 -0
  20. package/dist/codeblockui.d.ts +4 -0
  21. package/dist/index.css.map +1 -1
  22. package/dist/index.js +15 -0
  23. package/dist/index.js.map +1 -1
  24. package/dist/translations/ar.js +1 -1
  25. package/dist/translations/ar.umd.js +1 -1
  26. package/dist/translations/ast.d.ts +8 -0
  27. package/dist/translations/ast.js +5 -0
  28. package/dist/translations/ast.umd.js +11 -0
  29. package/dist/translations/bs.js +1 -1
  30. package/dist/translations/bs.umd.js +1 -1
  31. package/dist/translations/cs.js +1 -1
  32. package/dist/translations/cs.umd.js +1 -1
  33. package/dist/translations/en-gb.d.ts +8 -0
  34. package/dist/translations/en-gb.js +5 -0
  35. package/dist/translations/en-gb.umd.js +11 -0
  36. package/dist/translations/en.js +1 -1
  37. package/dist/translations/en.umd.js +1 -1
  38. package/dist/translations/eo.d.ts +8 -0
  39. package/dist/translations/eo.js +5 -0
  40. package/dist/translations/eo.umd.js +11 -0
  41. package/dist/translations/es-co.js +1 -1
  42. package/dist/translations/es-co.umd.js +1 -1
  43. package/dist/translations/es.js +1 -1
  44. package/dist/translations/es.umd.js +1 -1
  45. package/dist/translations/eu.d.ts +8 -0
  46. package/dist/translations/eu.js +5 -0
  47. package/dist/translations/eu.umd.js +11 -0
  48. package/dist/translations/fa.js +1 -1
  49. package/dist/translations/fa.umd.js +1 -1
  50. package/dist/translations/fr.js +1 -1
  51. package/dist/translations/fr.umd.js +1 -1
  52. package/dist/translations/gu.d.ts +8 -0
  53. package/dist/translations/gu.js +5 -0
  54. package/dist/translations/gu.umd.js +11 -0
  55. package/dist/translations/he.js +1 -1
  56. package/dist/translations/he.umd.js +1 -1
  57. package/dist/translations/hr.js +1 -1
  58. package/dist/translations/hr.umd.js +1 -1
  59. package/dist/translations/hy.d.ts +8 -0
  60. package/dist/translations/hy.js +5 -0
  61. package/dist/translations/hy.umd.js +11 -0
  62. package/dist/translations/it.js +1 -1
  63. package/dist/translations/it.umd.js +1 -1
  64. package/dist/translations/jv.js +1 -1
  65. package/dist/translations/jv.umd.js +1 -1
  66. package/dist/translations/kk.d.ts +8 -0
  67. package/dist/translations/kk.js +5 -0
  68. package/dist/translations/kk.umd.js +11 -0
  69. package/dist/translations/km.d.ts +8 -0
  70. package/dist/translations/km.js +5 -0
  71. package/dist/translations/km.umd.js +11 -0
  72. package/dist/translations/kn.d.ts +8 -0
  73. package/dist/translations/kn.js +5 -0
  74. package/dist/translations/kn.umd.js +11 -0
  75. package/dist/translations/lt.js +1 -1
  76. package/dist/translations/lt.umd.js +1 -1
  77. package/dist/translations/lv.js +1 -1
  78. package/dist/translations/lv.umd.js +1 -1
  79. package/dist/translations/nb.d.ts +8 -0
  80. package/dist/translations/nb.js +5 -0
  81. package/dist/translations/nb.umd.js +11 -0
  82. package/dist/translations/ne.d.ts +8 -0
  83. package/dist/translations/ne.js +5 -0
  84. package/dist/translations/ne.umd.js +11 -0
  85. package/dist/translations/oc.d.ts +8 -0
  86. package/dist/translations/oc.js +5 -0
  87. package/dist/translations/oc.umd.js +11 -0
  88. package/dist/translations/pl.js +1 -1
  89. package/dist/translations/pl.umd.js +1 -1
  90. package/dist/translations/pt-br.js +1 -1
  91. package/dist/translations/pt-br.umd.js +1 -1
  92. package/dist/translations/pt.js +1 -1
  93. package/dist/translations/pt.umd.js +1 -1
  94. package/dist/translations/ro.js +1 -1
  95. package/dist/translations/ro.umd.js +1 -1
  96. package/dist/translations/ru.js +1 -1
  97. package/dist/translations/ru.umd.js +1 -1
  98. package/dist/translations/si.d.ts +8 -0
  99. package/dist/translations/si.js +5 -0
  100. package/dist/translations/si.umd.js +11 -0
  101. package/dist/translations/sk.js +1 -1
  102. package/dist/translations/sk.umd.js +1 -1
  103. package/dist/translations/sl.d.ts +8 -0
  104. package/dist/translations/sl.js +5 -0
  105. package/dist/translations/sl.umd.js +11 -0
  106. package/dist/translations/sr-latn.js +1 -1
  107. package/dist/translations/sr-latn.umd.js +1 -1
  108. package/dist/translations/sr.js +1 -1
  109. package/dist/translations/sr.umd.js +1 -1
  110. package/dist/translations/ti.d.ts +8 -0
  111. package/dist/translations/ti.js +5 -0
  112. package/dist/translations/ti.umd.js +11 -0
  113. package/dist/translations/tt.d.ts +8 -0
  114. package/dist/translations/tt.js +5 -0
  115. package/dist/translations/tt.umd.js +11 -0
  116. package/dist/translations/ug.js +1 -1
  117. package/dist/translations/ug.umd.js +1 -1
  118. package/dist/translations/uk.js +1 -1
  119. package/dist/translations/uk.umd.js +1 -1
  120. package/dist/translations/uz.js +1 -1
  121. package/dist/translations/uz.umd.js +1 -1
  122. package/lang/translations/af.po +3 -9
  123. package/lang/translations/ar.po +4 -10
  124. package/lang/translations/ast.po +40 -0
  125. package/lang/translations/az.po +3 -9
  126. package/lang/translations/bg.po +3 -9
  127. package/lang/translations/bn.po +3 -9
  128. package/lang/translations/bs.po +4 -10
  129. package/lang/translations/ca.po +3 -9
  130. package/lang/translations/cs.po +4 -10
  131. package/lang/translations/da.po +3 -9
  132. package/lang/translations/de-ch.po +3 -9
  133. package/lang/translations/de.po +3 -9
  134. package/lang/translations/el.po +3 -9
  135. package/lang/translations/en-au.po +3 -9
  136. package/lang/translations/en-gb.po +40 -0
  137. package/lang/translations/en.po +5 -11
  138. package/lang/translations/eo.po +40 -0
  139. package/lang/translations/es-co.po +4 -10
  140. package/lang/translations/es.po +4 -10
  141. package/lang/translations/et.po +3 -9
  142. package/lang/translations/eu.po +40 -0
  143. package/lang/translations/fa.po +4 -10
  144. package/lang/translations/fi.po +3 -9
  145. package/lang/translations/fr.po +4 -10
  146. package/lang/translations/gl.po +3 -9
  147. package/lang/translations/gu.po +40 -0
  148. package/lang/translations/he.po +4 -10
  149. package/lang/translations/hi.po +3 -9
  150. package/lang/translations/hr.po +4 -10
  151. package/lang/translations/hu.po +3 -9
  152. package/lang/translations/hy.po +40 -0
  153. package/lang/translations/id.po +3 -9
  154. package/lang/translations/it.po +4 -10
  155. package/lang/translations/ja.po +3 -9
  156. package/lang/translations/jv.po +4 -10
  157. package/lang/translations/kk.po +40 -0
  158. package/lang/translations/km.po +40 -0
  159. package/lang/translations/kn.po +40 -0
  160. package/lang/translations/ko.po +3 -9
  161. package/lang/translations/ku.po +3 -9
  162. package/lang/translations/lt.po +4 -10
  163. package/lang/translations/lv.po +4 -10
  164. package/lang/translations/ms.po +3 -9
  165. package/lang/translations/nb.po +40 -0
  166. package/lang/translations/ne.po +40 -0
  167. package/lang/translations/nl.po +3 -9
  168. package/lang/translations/no.po +3 -9
  169. package/lang/translations/oc.po +40 -0
  170. package/lang/translations/pl.po +4 -10
  171. package/lang/translations/pt-br.po +4 -10
  172. package/lang/translations/pt.po +4 -10
  173. package/lang/translations/ro.po +4 -10
  174. package/lang/translations/ru.po +4 -10
  175. package/lang/translations/si.po +40 -0
  176. package/lang/translations/sk.po +4 -10
  177. package/lang/translations/sl.po +40 -0
  178. package/lang/translations/sq.po +3 -9
  179. package/lang/translations/sr-latn.po +4 -10
  180. package/lang/translations/sr.po +4 -10
  181. package/lang/translations/sv.po +3 -9
  182. package/lang/translations/th.po +3 -9
  183. package/lang/translations/ti.po +40 -0
  184. package/lang/translations/tk.po +3 -9
  185. package/lang/translations/tr.po +3 -9
  186. package/lang/translations/tt.po +40 -0
  187. package/lang/translations/ug.po +4 -10
  188. package/lang/translations/uk.po +4 -10
  189. package/lang/translations/ur.po +3 -9
  190. package/lang/translations/uz.po +4 -10
  191. package/lang/translations/vi.po +3 -9
  192. package/lang/translations/zh-cn.po +3 -9
  193. package/lang/translations/zh.po +3 -9
  194. package/package.json +8 -8
  195. package/src/codeblock.d.ts +4 -0
  196. package/src/codeblock.js +6 -0
  197. package/src/codeblockediting.d.ts +4 -0
  198. package/src/codeblockediting.js +6 -0
  199. package/src/codeblockui.d.ts +4 -0
  200. package/src/codeblockui.js +6 -0
@@ -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":{"Insert code block":"إدراج كتلة تعليمات برمجية","Plain text":"نص عادي","Leaving %0 code snippet":"ترك مقتطف الكود %0","Entering %0 code snippet":"إدخال مقتطف الكود %0","Entering code snippet":"إدخال مقتطف الكود","Leaving code snippet":"ترك مقتطف الكود","Code block":"كتلة تعليمات برمجية"},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":{"Insert code block":"إدراج كتلة تعليمات برمجية","Plain text":"نص عادي","Leaving %0 code snippet":"ترك مقتطف الكود %0","Entering %0 code snippet":"إدخال مقتطف الكود %0","Entering code snippet":"إدخال مقتطف الكود","Leaving code snippet":"ترك مقتطف الكود","Code block":"كتلة تعليمات برمجية"},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":{"Insert code block":"إدراج كتلة تعليمات برمجية","Plain text":"نص عادي","Leaving %0 code snippet":"ترك مقتطف الكود %0","Entering %0 code snippet":"إدخال مقتطف الكود %0","Entering code snippet":"إدخال مقتطف الكود","Leaving code snippet":"ترك مقتطف الكود","Code block":"كتلة تعليمات برمجية"},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":{"Insert code block":"إدراج كتلة تعليمات برمجية","Plain text":"نص عادي","Leaving %0 code snippet":"ترك مقتطف الكود %0","Entering %0 code snippet":"إدخال مقتطف الكود %0","Entering code snippet":"إدخال مقتطف الكود","Leaving code snippet":"ترك مقتطف الكود","Code block":"كتلة تعليمات برمجية"},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 {"ast":{"dictionary":{"Insert code block":"","Plain text":"","Leaving %0 code snippet":"","Entering %0 code snippet":"","Entering code snippet":"","Leaving code snippet":"","Code block":""},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 { [ 'ast' ]: { dictionary, getPluralForm } } = {"ast":{"dictionary":{"Insert code block":"","Plain text":"","Leaving %0 code snippet":"","Entering %0 code snippet":"","Entering code snippet":"","Leaving code snippet":"","Code block":""},getPluralForm(n){return (n != 1);}}};
8
+ e[ 'ast' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'ast' ].dictionary = Object.assign( e[ 'ast' ].dictionary, dictionary );
10
+ e[ 'ast' ].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 {"bs":{"dictionary":{"Insert code block":"Umetni kod blok","Plain text":"Tekst","Leaving %0 code snippet":"","Entering %0 code snippet":"","Entering code snippet":"","Leaving code snippet":"","Code block":""},getPluralForm(n){return (n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);}}}
5
+ export default {"bs":{"dictionary":{"Insert code block":"Umetni kod blok","Plain text":"Tekst","Leaving %0 code snippet":"","Entering %0 code snippet":"","Entering code snippet":"","Leaving code snippet":"","Code block":""},getPluralForm(n){return (n % 10 == 1 && n % 100 != 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);}}}
@@ -4,7 +4,7 @@
4
4
  */
5
5
 
6
6
  ( e => {
7
- const { [ 'bs' ]: { dictionary, getPluralForm } } = {"bs":{"dictionary":{"Insert code block":"Umetni kod blok","Plain text":"Tekst","Leaving %0 code snippet":"","Entering %0 code snippet":"","Entering code snippet":"","Leaving code snippet":"","Code block":""},getPluralForm(n){return (n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);}}};
7
+ const { [ 'bs' ]: { dictionary, getPluralForm } } = {"bs":{"dictionary":{"Insert code block":"Umetni kod blok","Plain text":"Tekst","Leaving %0 code snippet":"","Entering %0 code snippet":"","Entering code snippet":"","Leaving code snippet":"","Code block":""},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
8
  e[ 'bs' ] ||= { dictionary: {}, getPluralForm: null };
9
9
  e[ 'bs' ].dictionary = Object.assign( e[ 'bs' ].dictionary, dictionary );
10
10
  e[ 'bs' ].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 {"cs":{"dictionary":{"Insert code block":"Vložit blok zdrojového kódu","Plain text":"Prostý text","Leaving %0 code snippet":"Opouští se fragment kódu %0","Entering %0 code snippet":"Zadávání fragmentu kódu %0","Entering code snippet":"Zadávání fragmentu kódu","Leaving code snippet":"Opuštění fragmentu kódu","Code block":"Blok kódu"},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":{"Insert code block":"Vložit blok zdrojového kódu","Plain text":"Prostý text","Leaving %0 code snippet":"Opouští se fragment kódu %0","Entering %0 code snippet":"Zadávání fragmentu kódu %0","Entering code snippet":"Zadávání fragmentu kódu","Leaving code snippet":"Opuštění fragmentu kódu","Code block":"Blok kódu"},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":{"Insert code block":"Vložit blok zdrojového kódu","Plain text":"Prostý text","Leaving %0 code snippet":"Opouští se fragment kódu %0","Entering %0 code snippet":"Zadávání fragmentu kódu %0","Entering code snippet":"Zadávání fragmentu kódu","Leaving code snippet":"Opuštění fragmentu kódu","Code block":"Blok kódu"},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":{"Insert code block":"Vložit blok zdrojového kódu","Plain text":"Prostý text","Leaving %0 code snippet":"Opouští se fragment kódu %0","Entering %0 code snippet":"Zadávání fragmentu kódu %0","Entering code snippet":"Zadávání fragmentu kódu","Leaving code snippet":"Opuštění fragmentu kódu","Code block":"Blok kódu"},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;
@@ -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 {"en-gb":{"dictionary":{"Insert code block":"","Plain text":"","Leaving %0 code snippet":"","Entering %0 code snippet":"","Entering code snippet":"","Leaving code snippet":"","Code block":""},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 { [ 'en-gb' ]: { dictionary, getPluralForm } } = {"en-gb":{"dictionary":{"Insert code block":"","Plain text":"","Leaving %0 code snippet":"","Entering %0 code snippet":"","Entering code snippet":"","Leaving code snippet":"","Code block":""},getPluralForm(n){return (n != 1);}}};
8
+ e[ 'en-gb' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'en-gb' ].dictionary = Object.assign( e[ 'en-gb' ].dictionary, dictionary );
10
+ e[ 'en-gb' ].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 {"en":{"dictionary":{"Insert code block":"Insert code block","Plain text":"Plain text","Leaving %0 code snippet":"Leaving %0 code snippet","Entering %0 code snippet":"Entering %0 code snippet","Entering code snippet":"Entering code snippet","Leaving code snippet":"Leaving code snippet","Code block":"Code block"},"getPluralForm":null}}
5
+ export default {"en":{"dictionary":{"Insert code block":"Insert code block","Plain text":"Plain text","Leaving %0 code snippet":"Leaving %0 code snippet","Entering %0 code snippet":"Entering %0 code snippet","Entering code snippet":"Entering code snippet","Leaving code snippet":"Leaving code snippet","Code block":"Code block"},getPluralForm(n){return (n != 1);}}}
@@ -4,7 +4,7 @@
4
4
  */
5
5
 
6
6
  ( e => {
7
- const { [ 'en' ]: { dictionary, getPluralForm } } = {"en":{"dictionary":{"Insert code block":"Insert code block","Plain text":"Plain text","Leaving %0 code snippet":"Leaving %0 code snippet","Entering %0 code snippet":"Entering %0 code snippet","Entering code snippet":"Entering code snippet","Leaving code snippet":"Leaving code snippet","Code block":"Code block"},"getPluralForm":null}};
7
+ const { [ 'en' ]: { dictionary, getPluralForm } } = {"en":{"dictionary":{"Insert code block":"Insert code block","Plain text":"Plain text","Leaving %0 code snippet":"Leaving %0 code snippet","Entering %0 code snippet":"Entering %0 code snippet","Entering code snippet":"Entering code snippet","Leaving code snippet":"Leaving code snippet","Code block":"Code block"},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 {"eo":{"dictionary":{"Insert code block":"","Plain text":"","Leaving %0 code snippet":"","Entering %0 code snippet":"","Entering code snippet":"","Leaving code snippet":"","Code block":""},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 { [ 'eo' ]: { dictionary, getPluralForm } } = {"eo":{"dictionary":{"Insert code block":"","Plain text":"","Leaving %0 code snippet":"","Entering %0 code snippet":"","Entering code snippet":"","Leaving code snippet":"","Code block":""},getPluralForm(n){return (n != 1);}}};
8
+ e[ 'eo' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'eo' ].dictionary = Object.assign( e[ 'eo' ].dictionary, dictionary );
10
+ e[ 'eo' ].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-co":{"dictionary":{"Insert code block":"Insertar bloque de código","Plain text":"Texto plano","Leaving %0 code snippet":"","Entering %0 code snippet":"","Entering code snippet":"","Leaving code snippet":"","Code block":""},getPluralForm(n){return n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;}}}
5
+ export default {"es-co":{"dictionary":{"Insert code block":"Insertar bloque de código","Plain text":"Texto plano","Leaving %0 code snippet":"","Entering %0 code snippet":"","Entering code snippet":"","Leaving code snippet":"","Code block":""},getPluralForm(n){return (n != 1);}}}
@@ -4,7 +4,7 @@
4
4
  */
5
5
 
6
6
  ( e => {
7
- const { [ 'es-co' ]: { dictionary, getPluralForm } } = {"es-co":{"dictionary":{"Insert code block":"Insertar bloque de código","Plain text":"Texto plano","Leaving %0 code snippet":"","Entering %0 code snippet":"","Entering code snippet":"","Leaving code snippet":"","Code block":""},getPluralForm(n){return n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;}}};
7
+ const { [ 'es-co' ]: { dictionary, getPluralForm } } = {"es-co":{"dictionary":{"Insert code block":"Insertar bloque de código","Plain text":"Texto plano","Leaving %0 code snippet":"","Entering %0 code snippet":"","Entering code snippet":"","Leaving code snippet":"","Code block":""},getPluralForm(n){return (n != 1);}}};
8
8
  e[ 'es-co' ] ||= { dictionary: {}, getPluralForm: null };
9
9
  e[ 'es-co' ].dictionary = Object.assign( e[ 'es-co' ].dictionary, dictionary );
10
10
  e[ 'es-co' ].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 {"es":{"dictionary":{"Insert code block":"Insertar bloque de código","Plain text":"Texto plano","Leaving %0 code snippet":"Abandonando fragmento de código %0","Entering %0 code snippet":"Ingresando fragmento de código %0","Entering code snippet":"Ingresando fragmento de código","Leaving code snippet":"Abandonando fragmento de código","Code block":"Bloque de código"},getPluralForm(n){return n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;}}}
5
+ export default {"es":{"dictionary":{"Insert code block":"Insertar bloque de código","Plain text":"Texto plano","Leaving %0 code snippet":"Abandonando fragmento de código %0","Entering %0 code snippet":"Ingresando fragmento de código %0","Entering code snippet":"Ingresando fragmento de código","Leaving code snippet":"Abandonando fragmento de código","Code block":"Bloque de código"},getPluralForm(n){return (n != 1);}}}
@@ -4,7 +4,7 @@
4
4
  */
5
5
 
6
6
  ( e => {
7
- const { [ 'es' ]: { dictionary, getPluralForm } } = {"es":{"dictionary":{"Insert code block":"Insertar bloque de código","Plain text":"Texto plano","Leaving %0 code snippet":"Abandonando fragmento de código %0","Entering %0 code snippet":"Ingresando fragmento de código %0","Entering code snippet":"Ingresando fragmento de código","Leaving code snippet":"Abandonando fragmento de código","Code block":"Bloque de código"},getPluralForm(n){return n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;}}};
7
+ const { [ 'es' ]: { dictionary, getPluralForm } } = {"es":{"dictionary":{"Insert code block":"Insertar bloque de código","Plain text":"Texto plano","Leaving %0 code snippet":"Abandonando fragmento de código %0","Entering %0 code snippet":"Ingresando fragmento de código %0","Entering code snippet":"Ingresando fragmento de código","Leaving code snippet":"Abandonando fragmento de código","Code block":"Bloque de código"},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;
@@ -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 {"eu":{"dictionary":{"Insert code block":"","Plain text":"","Leaving %0 code snippet":"","Entering %0 code snippet":"","Entering code snippet":"","Leaving code snippet":"","Code block":""},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 { [ 'eu' ]: { dictionary, getPluralForm } } = {"eu":{"dictionary":{"Insert code block":"","Plain text":"","Leaving %0 code snippet":"","Entering %0 code snippet":"","Entering code snippet":"","Leaving code snippet":"","Code block":""},getPluralForm(n){return (n != 1);}}};
8
+ e[ 'eu' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'eu' ].dictionary = Object.assign( e[ 'eu' ].dictionary, dictionary );
10
+ e[ 'eu' ].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 {"fa":{"dictionary":{"Insert code block":"درج بلوک کد","Plain text":"متن ساده","Leaving %0 code snippet":"","Entering %0 code snippet":"","Entering code snippet":"","Leaving code snippet":"","Code block":""},getPluralForm(n){return (n > 1);}}}
5
+ export default {"fa":{"dictionary":{"Insert code block":"درج بلوک کد","Plain text":"متن ساده","Leaving %0 code snippet":"","Entering %0 code snippet":"","Entering code snippet":"","Leaving code snippet":"","Code block":""},getPluralForm(n){return 0;}}}
@@ -4,7 +4,7 @@
4
4
  */
5
5
 
6
6
  ( e => {
7
- const { [ 'fa' ]: { dictionary, getPluralForm } } = {"fa":{"dictionary":{"Insert code block":"درج بلوک کد","Plain text":"متن ساده","Leaving %0 code snippet":"","Entering %0 code snippet":"","Entering code snippet":"","Leaving code snippet":"","Code block":""},getPluralForm(n){return (n > 1);}}};
7
+ const { [ 'fa' ]: { dictionary, getPluralForm } } = {"fa":{"dictionary":{"Insert code block":"درج بلوک کد","Plain text":"متن ساده","Leaving %0 code snippet":"","Entering %0 code snippet":"","Entering code snippet":"","Leaving code snippet":"","Code block":""},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":{"Insert code block":"Insérer un bloc de code","Plain text":"Texte brut","Leaving %0 code snippet":"Laisser un extrait de code %0","Entering %0 code snippet":"Saisie d'un extrait de code %0","Entering code snippet":"Saisie d'un extrait de code","Leaving code snippet":"Laisser un extrait de code","Code block":"Bloc de code"},getPluralForm(n){return (n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;}}}
5
+ export default {"fr":{"dictionary":{"Insert code block":"Insérer un bloc de code","Plain text":"Texte brut","Leaving %0 code snippet":"Laisser un extrait de code %0","Entering %0 code snippet":"Saisie d'un extrait de code %0","Entering code snippet":"Saisie d'un extrait de code","Leaving code snippet":"Laisser un extrait de code","Code block":"Bloc de code"},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":{"Insert code block":"Insérer un bloc de code","Plain text":"Texte brut","Leaving %0 code snippet":"Laisser un extrait de code %0","Entering %0 code snippet":"Saisie d'un extrait de code %0","Entering code snippet":"Saisie d'un extrait de code","Leaving code snippet":"Laisser un extrait de code","Code block":"Bloc de code"},getPluralForm(n){return (n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;}}};
7
+ const { [ 'fr' ]: { dictionary, getPluralForm } } = {"fr":{"dictionary":{"Insert code block":"Insérer un bloc de code","Plain text":"Texte brut","Leaving %0 code snippet":"Laisser un extrait de code %0","Entering %0 code snippet":"Saisie d'un extrait de code %0","Entering code snippet":"Saisie d'un extrait de code","Leaving code snippet":"Laisser un extrait de code","Code block":"Bloc de code"},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":{"Insert code block":"","Plain text":"","Leaving %0 code snippet":"","Entering %0 code snippet":"","Entering code snippet":"","Leaving code snippet":"","Code block":""},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":{"Insert code block":"","Plain text":"","Leaving %0 code snippet":"","Entering %0 code snippet":"","Entering code snippet":"","Leaving code snippet":"","Code block":""},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 ||= {} );
@@ -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 {"he":{"dictionary":{"Insert code block":"הוספת קטע קוד","Plain text":"טקסט פשוט","Leaving %0 code snippet":"יוצא מקטע קוד %0","Entering %0 code snippet":"נכנס לקטע קוד %0","Entering code snippet":"נכנס לקטע קוד","Leaving code snippet":"יוצא מקטע קוד","Code block":"בלוק קוד"},getPluralForm(n){return (n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;}}}
5
+ export default {"he":{"dictionary":{"Insert code block":"הוספת קטע קוד","Plain text":"טקסט פשוט","Leaving %0 code snippet":"יוצא מקטע קוד %0","Entering %0 code snippet":"נכנס לקטע קוד %0","Entering code snippet":"נכנס לקטע קוד","Leaving code snippet":"יוצא מקטע קוד","Code block":"בלוק קוד"},getPluralForm(n){return (n != 1);}}}
@@ -4,7 +4,7 @@
4
4
  */
5
5
 
6
6
  ( e => {
7
- const { [ 'he' ]: { dictionary, getPluralForm } } = {"he":{"dictionary":{"Insert code block":"הוספת קטע קוד","Plain text":"טקסט פשוט","Leaving %0 code snippet":"יוצא מקטע קוד %0","Entering %0 code snippet":"נכנס לקטע קוד %0","Entering code snippet":"נכנס לקטע קוד","Leaving code snippet":"יוצא מקטע קוד","Code block":"בלוק קוד"},getPluralForm(n){return (n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;}}};
7
+ const { [ 'he' ]: { dictionary, getPluralForm } } = {"he":{"dictionary":{"Insert code block":"הוספת קטע קוד","Plain text":"טקסט פשוט","Leaving %0 code snippet":"יוצא מקטע קוד %0","Entering %0 code snippet":"נכנס לקטע קוד %0","Entering code snippet":"נכנס לקטע קוד","Leaving code snippet":"יוצא מקטע קוד","Code block":"בלוק קוד"},getPluralForm(n){return (n != 1);}}};
8
8
  e[ 'he' ] ||= { dictionary: {}, getPluralForm: null };
9
9
  e[ 'he' ].dictionary = Object.assign( e[ 'he' ].dictionary, dictionary );
10
10
  e[ 'he' ].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 {"hr":{"dictionary":{"Insert code block":"Umetni blok koda","Plain text":"Običan tekst","Leaving %0 code snippet":"","Entering %0 code snippet":"","Entering code snippet":"","Leaving code snippet":"","Code block":""},getPluralForm(n){return n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;}}}
5
+ export default {"hr":{"dictionary":{"Insert code block":"Umetni blok koda","Plain text":"Običan tekst","Leaving %0 code snippet":"","Entering %0 code snippet":"","Entering code snippet":"","Leaving code snippet":"","Code block":""},getPluralForm(n){return (n % 10 == 1 && n % 100 != 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);}}}
@@ -4,7 +4,7 @@
4
4
  */
5
5
 
6
6
  ( e => {
7
- const { [ 'hr' ]: { dictionary, getPluralForm } } = {"hr":{"dictionary":{"Insert code block":"Umetni blok koda","Plain text":"Običan tekst","Leaving %0 code snippet":"","Entering %0 code snippet":"","Entering code snippet":"","Leaving code snippet":"","Code block":""},getPluralForm(n){return n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;}}};
7
+ const { [ 'hr' ]: { dictionary, getPluralForm } } = {"hr":{"dictionary":{"Insert code block":"Umetni blok koda","Plain text":"Običan tekst","Leaving %0 code snippet":"","Entering %0 code snippet":"","Entering code snippet":"","Leaving code snippet":"","Code block":""},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
8
  e[ 'hr' ] ||= { dictionary: {}, getPluralForm: null };
9
9
  e[ 'hr' ].dictionary = Object.assign( e[ 'hr' ].dictionary, dictionary );
10
10
  e[ 'hr' ].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 {"hy":{"dictionary":{"Insert code block":"","Plain text":"","Leaving %0 code snippet":"","Entering %0 code snippet":"","Entering code snippet":"","Leaving code snippet":"","Code block":""},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 { [ 'hy' ]: { dictionary, getPluralForm } } = {"hy":{"dictionary":{"Insert code block":"","Plain text":"","Leaving %0 code snippet":"","Entering %0 code snippet":"","Entering code snippet":"","Leaving code snippet":"","Code block":""},getPluralForm(n){return (n != 1);}}};
8
+ e[ 'hy' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'hy' ].dictionary = Object.assign( e[ 'hy' ].dictionary, dictionary );
10
+ e[ 'hy' ].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 {"it":{"dictionary":{"Insert code block":"Inserisci blocco di codice","Plain text":"Testo semplice","Leaving %0 code snippet":"Esci da snippet di codice %0","Entering %0 code snippet":"Inserisci snippet di codice %0","Entering code snippet":"Inserisci snippet di codice","Leaving code snippet":"Esci da snippet di codice","Code block":"Blocco di codice"},getPluralForm(n){return n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;}}}
5
+ export default {"it":{"dictionary":{"Insert code block":"Inserisci blocco di codice","Plain text":"Testo semplice","Leaving %0 code snippet":"Esci da snippet di codice %0","Entering %0 code snippet":"Inserisci snippet di codice %0","Entering code snippet":"Inserisci snippet di codice","Leaving code snippet":"Esci da snippet di codice","Code block":"Blocco di codice"},getPluralForm(n){return (n != 1);}}}
@@ -4,7 +4,7 @@
4
4
  */
5
5
 
6
6
  ( e => {
7
- const { [ 'it' ]: { dictionary, getPluralForm } } = {"it":{"dictionary":{"Insert code block":"Inserisci blocco di codice","Plain text":"Testo semplice","Leaving %0 code snippet":"Esci da snippet di codice %0","Entering %0 code snippet":"Inserisci snippet di codice %0","Entering code snippet":"Inserisci snippet di codice","Leaving code snippet":"Esci da snippet di codice","Code block":"Blocco di codice"},getPluralForm(n){return n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;}}};
7
+ const { [ 'it' ]: { dictionary, getPluralForm } } = {"it":{"dictionary":{"Insert code block":"Inserisci blocco di codice","Plain text":"Testo semplice","Leaving %0 code snippet":"Esci da snippet di codice %0","Entering %0 code snippet":"Inserisci snippet di codice %0","Entering code snippet":"Inserisci snippet di codice","Leaving code snippet":"Esci da snippet di codice","Code block":"Blocco di codice"},getPluralForm(n){return (n != 1);}}};
8
8
  e[ 'it' ] ||= { dictionary: {}, getPluralForm: null };
9
9
  e[ 'it' ].dictionary = Object.assign( e[ 'it' ].dictionary, dictionary );
10
10
  e[ 'it' ].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 {"jv":{"dictionary":{"Insert code block":"","Plain text":"Seratan biasa","Leaving %0 code snippet":"","Entering %0 code snippet":"","Entering code snippet":"","Leaving code snippet":"","Code block":""},getPluralForm(n){return 0;}}}
5
+ export default {"jv":{"dictionary":{"Insert code block":"","Plain text":"Seratan biasa","Leaving %0 code snippet":"","Entering %0 code snippet":"","Entering code snippet":"","Leaving code snippet":"","Code block":""},getPluralForm(n){return (n !== 0);}}}
@@ -4,7 +4,7 @@
4
4
  */
5
5
 
6
6
  ( e => {
7
- const { [ 'jv' ]: { dictionary, getPluralForm } } = {"jv":{"dictionary":{"Insert code block":"","Plain text":"Seratan biasa","Leaving %0 code snippet":"","Entering %0 code snippet":"","Entering code snippet":"","Leaving code snippet":"","Code block":""},getPluralForm(n){return 0;}}};
7
+ const { [ 'jv' ]: { dictionary, getPluralForm } } = {"jv":{"dictionary":{"Insert code block":"","Plain text":"Seratan biasa","Leaving %0 code snippet":"","Entering %0 code snippet":"","Entering code snippet":"","Leaving code snippet":"","Code block":""},getPluralForm(n){return (n !== 0);}}};
8
8
  e[ 'jv' ] ||= { dictionary: {}, getPluralForm: null };
9
9
  e[ 'jv' ].dictionary = Object.assign( e[ 'jv' ].dictionary, dictionary );
10
10
  e[ 'jv' ].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 {"kk":{"dictionary":{"Insert code block":"","Plain text":"","Leaving %0 code snippet":"","Entering %0 code snippet":"","Entering code snippet":"","Leaving code snippet":"","Code block":""},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 { [ 'kk' ]: { dictionary, getPluralForm } } = {"kk":{"dictionary":{"Insert code block":"","Plain text":"","Leaving %0 code snippet":"","Entering %0 code snippet":"","Entering code snippet":"","Leaving code snippet":"","Code block":""},getPluralForm(n){return (n != 1);}}};
8
+ e[ 'kk' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'kk' ].dictionary = Object.assign( e[ 'kk' ].dictionary, dictionary );
10
+ e[ 'kk' ].getPluralForm = getPluralForm;
11
+ } )( window.CKEDITOR_TRANSLATIONS ||= {} );
@@ -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 {"km":{"dictionary":{"Insert code block":"","Plain text":"","Leaving %0 code snippet":"","Entering %0 code snippet":"","Entering code snippet":"","Leaving code snippet":"","Code block":""},getPluralForm(n){return 0;}}}
@@ -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 { [ 'km' ]: { dictionary, getPluralForm } } = {"km":{"dictionary":{"Insert code block":"","Plain text":"","Leaving %0 code snippet":"","Entering %0 code snippet":"","Entering code snippet":"","Leaving code snippet":"","Code block":""},getPluralForm(n){return 0;}}};
8
+ e[ 'km' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'km' ].dictionary = Object.assign( e[ 'km' ].dictionary, dictionary );
10
+ e[ 'km' ].getPluralForm = getPluralForm;
11
+ } )( window.CKEDITOR_TRANSLATIONS ||= {} );
@@ -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 {"kn":{"dictionary":{"Insert code block":"","Plain text":"","Leaving %0 code snippet":"","Entering %0 code snippet":"","Entering code snippet":"","Leaving code snippet":"","Code block":""},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 { [ 'kn' ]: { dictionary, getPluralForm } } = {"kn":{"dictionary":{"Insert code block":"","Plain text":"","Leaving %0 code snippet":"","Entering %0 code snippet":"","Entering code snippet":"","Leaving code snippet":"","Code block":""},getPluralForm(n){return (n != 1);}}};
8
+ e[ 'kn' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'kn' ].dictionary = Object.assign( e[ 'kn' ].dictionary, dictionary );
10
+ e[ 'kn' ].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 {"lt":{"dictionary":{"Insert code block":"Įterpti codų bloką","Plain text":"Paprastasis tekstas","Leaving %0 code snippet":"Paliekama %0 kodo iškarpa","Entering %0 code snippet":"Įvedama %0 kodo iškarpa","Entering code snippet":"Įvedama kodo iškarpa","Leaving code snippet":"Paliekama kodo iškarpa","Code block":"Kodų blokas"},getPluralForm(n){return (n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);}}}
5
+ export default {"lt":{"dictionary":{"Insert code block":"Įterpti codų bloką","Plain text":"Paprastasis tekstas","Leaving %0 code snippet":"Paliekama %0 kodo iškarpa","Entering %0 code snippet":"Įvedama %0 kodo iškarpa","Entering code snippet":"Įvedama kodo iškarpa","Leaving code snippet":"Paliekama kodo iškarpa","Code block":"Kodų blokas"},getPluralForm(n){return (n % 10 == 1 && n % 100 != 11 ? 0 : n % 10 >= 2 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);}}}
@@ -4,7 +4,7 @@
4
4
  */
5
5
 
6
6
  ( e => {
7
- const { [ 'lt' ]: { dictionary, getPluralForm } } = {"lt":{"dictionary":{"Insert code block":"Įterpti codų bloką","Plain text":"Paprastasis tekstas","Leaving %0 code snippet":"Paliekama %0 kodo iškarpa","Entering %0 code snippet":"Įvedama %0 kodo iškarpa","Entering code snippet":"Įvedama kodo iškarpa","Leaving code snippet":"Paliekama kodo iškarpa","Code block":"Kodų blokas"},getPluralForm(n){return (n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);}}};
7
+ const { [ 'lt' ]: { dictionary, getPluralForm } } = {"lt":{"dictionary":{"Insert code block":"Įterpti codų bloką","Plain text":"Paprastasis tekstas","Leaving %0 code snippet":"Paliekama %0 kodo iškarpa","Entering %0 code snippet":"Įvedama %0 kodo iškarpa","Entering code snippet":"Įvedama kodo iškarpa","Leaving code snippet":"Paliekama kodo iškarpa","Code block":"Kodų blokas"},getPluralForm(n){return (n % 10 == 1 && n % 100 != 11 ? 0 : n % 10 >= 2 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);}}};
8
8
  e[ 'lt' ] ||= { dictionary: {}, getPluralForm: null };
9
9
  e[ 'lt' ].dictionary = Object.assign( e[ 'lt' ].dictionary, dictionary );
10
10
  e[ 'lt' ].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 {"lv":{"dictionary":{"Insert code block":"Ievietot koda bloku","Plain text":"Vienkāršs teksts","Leaving %0 code snippet":"Tiek atstāts %0 koda fragments","Entering %0 code snippet":"%0 koda fragmenta ievade","Entering code snippet":"Koda fragmenta ievade","Leaving code snippet":"Atstāj koda fragmentu","Code block":"Koda bloks"},getPluralForm(n){return (n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);}}}
5
+ export default {"lv":{"dictionary":{"Insert code block":"Ievietot koda bloku","Plain text":"Vienkāršs teksts","Leaving %0 code snippet":"Tiek atstāts %0 koda fragments","Entering %0 code snippet":"%0 koda fragmenta ievade","Entering code snippet":"Koda fragmenta ievade","Leaving code snippet":"Atstāj koda fragmentu","Code block":"Koda bloks"},getPluralForm(n){return (n % 10 == 1 && n % 100 != 11 ? 0 : n != 0 ? 1 : 2);}}}
@@ -4,7 +4,7 @@
4
4
  */
5
5
 
6
6
  ( e => {
7
- const { [ 'lv' ]: { dictionary, getPluralForm } } = {"lv":{"dictionary":{"Insert code block":"Ievietot koda bloku","Plain text":"Vienkāršs teksts","Leaving %0 code snippet":"Tiek atstāts %0 koda fragments","Entering %0 code snippet":"%0 koda fragmenta ievade","Entering code snippet":"Koda fragmenta ievade","Leaving code snippet":"Atstāj koda fragmentu","Code block":"Koda bloks"},getPluralForm(n){return (n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);}}};
7
+ const { [ 'lv' ]: { dictionary, getPluralForm } } = {"lv":{"dictionary":{"Insert code block":"Ievietot koda bloku","Plain text":"Vienkāršs teksts","Leaving %0 code snippet":"Tiek atstāts %0 koda fragments","Entering %0 code snippet":"%0 koda fragmenta ievade","Entering code snippet":"Koda fragmenta ievade","Leaving code snippet":"Atstāj koda fragmentu","Code block":"Koda bloks"},getPluralForm(n){return (n % 10 == 1 && n % 100 != 11 ? 0 : n != 0 ? 1 : 2);}}};
8
8
  e[ 'lv' ] ||= { dictionary: {}, getPluralForm: null };
9
9
  e[ 'lv' ].dictionary = Object.assign( e[ 'lv' ].dictionary, dictionary );
10
10
  e[ 'lv' ].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 {"nb":{"dictionary":{"Insert code block":"","Plain text":"","Leaving %0 code snippet":"","Entering %0 code snippet":"","Entering code snippet":"","Leaving code snippet":"","Code block":""},getPluralForm(n){return (n != 1);}}}