@ckeditor/ckeditor5-enter 0.0.0-internal-20241017.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (202) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/LICENSE.md +17 -0
  3. package/README.md +22 -0
  4. package/dist/augmentation.d.ts +19 -0
  5. package/dist/enter.d.ts +30 -0
  6. package/dist/entercommand.d.ts +56 -0
  7. package/dist/enterobserver.d.ts +48 -0
  8. package/dist/index-content.css +4 -0
  9. package/dist/index-editor.css +4 -0
  10. package/dist/index.css +4 -0
  11. package/dist/index.d.ts +17 -0
  12. package/dist/index.js +382 -0
  13. package/dist/index.js.map +1 -0
  14. package/dist/shiftenter.d.ts +27 -0
  15. package/dist/shiftentercommand.d.ts +38 -0
  16. package/dist/translations/ar.d.ts +8 -0
  17. package/dist/translations/ar.js +5 -0
  18. package/dist/translations/ar.umd.js +11 -0
  19. package/dist/translations/bg.d.ts +8 -0
  20. package/dist/translations/bg.js +5 -0
  21. package/dist/translations/bg.umd.js +11 -0
  22. package/dist/translations/bn.d.ts +8 -0
  23. package/dist/translations/bn.js +5 -0
  24. package/dist/translations/bn.umd.js +11 -0
  25. package/dist/translations/ca.d.ts +8 -0
  26. package/dist/translations/ca.js +5 -0
  27. package/dist/translations/ca.umd.js +11 -0
  28. package/dist/translations/cs.d.ts +8 -0
  29. package/dist/translations/cs.js +5 -0
  30. package/dist/translations/cs.umd.js +11 -0
  31. package/dist/translations/da.d.ts +8 -0
  32. package/dist/translations/da.js +5 -0
  33. package/dist/translations/da.umd.js +11 -0
  34. package/dist/translations/de.d.ts +8 -0
  35. package/dist/translations/de.js +5 -0
  36. package/dist/translations/de.umd.js +11 -0
  37. package/dist/translations/el.d.ts +8 -0
  38. package/dist/translations/el.js +5 -0
  39. package/dist/translations/el.umd.js +11 -0
  40. package/dist/translations/en.d.ts +8 -0
  41. package/dist/translations/en.js +5 -0
  42. package/dist/translations/en.umd.js +11 -0
  43. package/dist/translations/es.d.ts +8 -0
  44. package/dist/translations/es.js +5 -0
  45. package/dist/translations/es.umd.js +11 -0
  46. package/dist/translations/et.d.ts +8 -0
  47. package/dist/translations/et.js +5 -0
  48. package/dist/translations/et.umd.js +11 -0
  49. package/dist/translations/fi.d.ts +8 -0
  50. package/dist/translations/fi.js +5 -0
  51. package/dist/translations/fi.umd.js +11 -0
  52. package/dist/translations/fr.d.ts +8 -0
  53. package/dist/translations/fr.js +5 -0
  54. package/dist/translations/fr.umd.js +11 -0
  55. package/dist/translations/gl.d.ts +8 -0
  56. package/dist/translations/gl.js +5 -0
  57. package/dist/translations/gl.umd.js +11 -0
  58. package/dist/translations/he.d.ts +8 -0
  59. package/dist/translations/he.js +5 -0
  60. package/dist/translations/he.umd.js +11 -0
  61. package/dist/translations/hi.d.ts +8 -0
  62. package/dist/translations/hi.js +5 -0
  63. package/dist/translations/hi.umd.js +11 -0
  64. package/dist/translations/hr.d.ts +8 -0
  65. package/dist/translations/hr.js +5 -0
  66. package/dist/translations/hr.umd.js +11 -0
  67. package/dist/translations/hu.d.ts +8 -0
  68. package/dist/translations/hu.js +5 -0
  69. package/dist/translations/hu.umd.js +11 -0
  70. package/dist/translations/id.d.ts +8 -0
  71. package/dist/translations/id.js +5 -0
  72. package/dist/translations/id.umd.js +11 -0
  73. package/dist/translations/it.d.ts +8 -0
  74. package/dist/translations/it.js +5 -0
  75. package/dist/translations/it.umd.js +11 -0
  76. package/dist/translations/ja.d.ts +8 -0
  77. package/dist/translations/ja.js +5 -0
  78. package/dist/translations/ja.umd.js +11 -0
  79. package/dist/translations/ko.d.ts +8 -0
  80. package/dist/translations/ko.js +5 -0
  81. package/dist/translations/ko.umd.js +11 -0
  82. package/dist/translations/lt.d.ts +8 -0
  83. package/dist/translations/lt.js +5 -0
  84. package/dist/translations/lt.umd.js +11 -0
  85. package/dist/translations/lv.d.ts +8 -0
  86. package/dist/translations/lv.js +5 -0
  87. package/dist/translations/lv.umd.js +11 -0
  88. package/dist/translations/ms.d.ts +8 -0
  89. package/dist/translations/ms.js +5 -0
  90. package/dist/translations/ms.umd.js +11 -0
  91. package/dist/translations/nl.d.ts +8 -0
  92. package/dist/translations/nl.js +5 -0
  93. package/dist/translations/nl.umd.js +11 -0
  94. package/dist/translations/no.d.ts +8 -0
  95. package/dist/translations/no.js +5 -0
  96. package/dist/translations/no.umd.js +11 -0
  97. package/dist/translations/pl.d.ts +8 -0
  98. package/dist/translations/pl.js +5 -0
  99. package/dist/translations/pl.umd.js +11 -0
  100. package/dist/translations/pt-br.d.ts +8 -0
  101. package/dist/translations/pt-br.js +5 -0
  102. package/dist/translations/pt-br.umd.js +11 -0
  103. package/dist/translations/pt.d.ts +8 -0
  104. package/dist/translations/pt.js +5 -0
  105. package/dist/translations/pt.umd.js +11 -0
  106. package/dist/translations/ro.d.ts +8 -0
  107. package/dist/translations/ro.js +5 -0
  108. package/dist/translations/ro.umd.js +11 -0
  109. package/dist/translations/ru.d.ts +8 -0
  110. package/dist/translations/ru.js +5 -0
  111. package/dist/translations/ru.umd.js +11 -0
  112. package/dist/translations/sk.d.ts +8 -0
  113. package/dist/translations/sk.js +5 -0
  114. package/dist/translations/sk.umd.js +11 -0
  115. package/dist/translations/sr-latn.d.ts +8 -0
  116. package/dist/translations/sr-latn.js +5 -0
  117. package/dist/translations/sr-latn.umd.js +11 -0
  118. package/dist/translations/sr.d.ts +8 -0
  119. package/dist/translations/sr.js +5 -0
  120. package/dist/translations/sr.umd.js +11 -0
  121. package/dist/translations/sv.d.ts +8 -0
  122. package/dist/translations/sv.js +5 -0
  123. package/dist/translations/sv.umd.js +11 -0
  124. package/dist/translations/th.d.ts +8 -0
  125. package/dist/translations/th.js +5 -0
  126. package/dist/translations/th.umd.js +11 -0
  127. package/dist/translations/tr.d.ts +8 -0
  128. package/dist/translations/tr.js +5 -0
  129. package/dist/translations/tr.umd.js +11 -0
  130. package/dist/translations/uk.d.ts +8 -0
  131. package/dist/translations/uk.js +5 -0
  132. package/dist/translations/uk.umd.js +11 -0
  133. package/dist/translations/vi.d.ts +8 -0
  134. package/dist/translations/vi.js +5 -0
  135. package/dist/translations/vi.umd.js +11 -0
  136. package/dist/translations/zh-cn.d.ts +8 -0
  137. package/dist/translations/zh-cn.js +5 -0
  138. package/dist/translations/zh-cn.umd.js +11 -0
  139. package/dist/translations/zh.d.ts +8 -0
  140. package/dist/translations/zh.js +5 -0
  141. package/dist/translations/zh.umd.js +11 -0
  142. package/dist/utils.d.ts +22 -0
  143. package/lang/contexts.json +4 -0
  144. package/lang/translations/ar.po +26 -0
  145. package/lang/translations/bg.po +26 -0
  146. package/lang/translations/bn.po +26 -0
  147. package/lang/translations/ca.po +26 -0
  148. package/lang/translations/cs.po +26 -0
  149. package/lang/translations/da.po +26 -0
  150. package/lang/translations/de.po +26 -0
  151. package/lang/translations/el.po +26 -0
  152. package/lang/translations/en.po +26 -0
  153. package/lang/translations/es.po +26 -0
  154. package/lang/translations/et.po +26 -0
  155. package/lang/translations/fi.po +26 -0
  156. package/lang/translations/fr.po +26 -0
  157. package/lang/translations/gl.po +26 -0
  158. package/lang/translations/he.po +26 -0
  159. package/lang/translations/hi.po +26 -0
  160. package/lang/translations/hr.po +26 -0
  161. package/lang/translations/hu.po +26 -0
  162. package/lang/translations/id.po +26 -0
  163. package/lang/translations/it.po +26 -0
  164. package/lang/translations/ja.po +26 -0
  165. package/lang/translations/ko.po +26 -0
  166. package/lang/translations/lt.po +26 -0
  167. package/lang/translations/lv.po +26 -0
  168. package/lang/translations/ms.po +26 -0
  169. package/lang/translations/nl.po +26 -0
  170. package/lang/translations/no.po +26 -0
  171. package/lang/translations/pl.po +26 -0
  172. package/lang/translations/pt-br.po +26 -0
  173. package/lang/translations/pt.po +26 -0
  174. package/lang/translations/ro.po +26 -0
  175. package/lang/translations/ru.po +26 -0
  176. package/lang/translations/sk.po +26 -0
  177. package/lang/translations/sr-latn.po +26 -0
  178. package/lang/translations/sr.po +26 -0
  179. package/lang/translations/sv.po +26 -0
  180. package/lang/translations/th.po +26 -0
  181. package/lang/translations/tr.po +26 -0
  182. package/lang/translations/uk.po +26 -0
  183. package/lang/translations/vi.po +26 -0
  184. package/lang/translations/zh-cn.po +26 -0
  185. package/lang/translations/zh.po +26 -0
  186. package/package.json +39 -0
  187. package/src/augmentation.d.ts +15 -0
  188. package/src/augmentation.js +5 -0
  189. package/src/enter.d.ts +26 -0
  190. package/src/enter.js +61 -0
  191. package/src/entercommand.d.ts +52 -0
  192. package/src/entercommand.js +96 -0
  193. package/src/enterobserver.d.ts +44 -0
  194. package/src/enterobserver.js +61 -0
  195. package/src/index.d.ts +13 -0
  196. package/src/index.js +10 -0
  197. package/src/shiftenter.d.ts +23 -0
  198. package/src/shiftenter.js +79 -0
  199. package/src/shiftentercommand.d.ts +34 -0
  200. package/src/shiftentercommand.js +118 -0
  201. package/src/utils.d.ts +18 -0
  202. package/src/utils.js +20 -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 { [ 'ru' ]: { dictionary, getPluralForm } } = {"ru":{"dictionary":{"Insert a soft break (a <code>&lt;br&gt;</code> element)":"Вставить мягкий разрыв (элемент <code>&lt;br&gt;</code>)","Insert a hard break (a new paragraph)":"Вставить жесткий разрыв (новый абзац)"},getPluralForm(n){return (n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);}}};
8
+ e[ 'ru' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'ru' ].dictionary = Object.assign( e[ 'ru' ].dictionary, dictionary );
10
+ e[ 'ru' ].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 {"sk":{"dictionary":{"Insert a soft break (a <code>&lt;br&gt;</code> element)":"Vložiť mäkkú medzeru (prvok <code>&lt;br&gt;</code>)","Insert a hard break (a new paragraph)":"Vložiť pevnú medzeru (nový odsek)"},getPluralForm(n){return (n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);}}}
@@ -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 { [ 'sk' ]: { dictionary, getPluralForm } } = {"sk":{"dictionary":{"Insert a soft break (a <code>&lt;br&gt;</code> element)":"Vložiť mäkkú medzeru (prvok <code>&lt;br&gt;</code>)","Insert a hard break (a new paragraph)":"Vložiť pevnú medzeru (nový odsek)"},getPluralForm(n){return (n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);}}};
8
+ e[ 'sk' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'sk' ].dictionary = Object.assign( e[ 'sk' ].dictionary, dictionary );
10
+ e[ 'sk' ].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 {"sr-latn":{"dictionary":{"Insert a soft break (a <code>&lt;br&gt;</code> element)":"Umetnite meku pauzu (element &lt;br&gt;)","Insert a hard break (a new paragraph)":"Ubacite čvrstu pauzu (novi pasus)  "},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 { [ 'sr-latn' ]: { dictionary, getPluralForm } } = {"sr-latn":{"dictionary":{"Insert a soft break (a <code>&lt;br&gt;</code> element)":"Umetnite meku pauzu (element &lt;br&gt;)","Insert a hard break (a new paragraph)":"Ubacite čvrstu pauzu (novi pasus)  "},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[ 'sr-latn' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'sr-latn' ].dictionary = Object.assign( e[ 'sr-latn' ].dictionary, dictionary );
10
+ e[ 'sr-latn' ].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 {"sr":{"dictionary":{"Insert a soft break (a <code>&lt;br&gt;</code> element)":"Umetni blagi prekid (<code>&lt;br&gt;</code> element)","Insert a hard break (a new paragraph)":"Umetni jači prekid (novi pasus)"},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 { [ 'sr' ]: { dictionary, getPluralForm } } = {"sr":{"dictionary":{"Insert a soft break (a <code>&lt;br&gt;</code> element)":"Umetni blagi prekid (<code>&lt;br&gt;</code> element)","Insert a hard break (a new paragraph)":"Umetni jači prekid (novi pasus)"},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[ 'sr' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'sr' ].dictionary = Object.assign( e[ 'sr' ].dictionary, dictionary );
10
+ e[ 'sr' ].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 {"sv":{"dictionary":{"Insert a soft break (a <code>&lt;br&gt;</code> element)":"Infoga radbrytning (a <code>&lt;br&gt;</code>-element)","Insert a hard break (a new paragraph)":"Infoga blankrad (nytt stycke)"},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 { [ 'sv' ]: { dictionary, getPluralForm } } = {"sv":{"dictionary":{"Insert a soft break (a <code>&lt;br&gt;</code> element)":"Infoga radbrytning (a <code>&lt;br&gt;</code>-element)","Insert a hard break (a new paragraph)":"Infoga blankrad (nytt stycke)"},getPluralForm(n){return (n != 1);}}};
8
+ e[ 'sv' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'sv' ].dictionary = Object.assign( e[ 'sv' ].dictionary, dictionary );
10
+ e[ 'sv' ].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 {"th":{"dictionary":{"Insert a soft break (a <code>&lt;br&gt;</code> element)":"แทรกการขึ้นบรรทัดใหม่แบบ Soft Break (<code>&lt;br&gt;</code> element)","Insert a hard break (a new paragraph)":"แทรกการขึ้นบรรทัดใหม่แบบ Hard Break (ย่อหน้าใหม่)"},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 { [ 'th' ]: { dictionary, getPluralForm } } = {"th":{"dictionary":{"Insert a soft break (a <code>&lt;br&gt;</code> element)":"แทรกการขึ้นบรรทัดใหม่แบบ Soft Break (<code>&lt;br&gt;</code> element)","Insert a hard break (a new paragraph)":"แทรกการขึ้นบรรทัดใหม่แบบ Hard Break (ย่อหน้าใหม่)"},getPluralForm(n){return 0;}}};
8
+ e[ 'th' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'th' ].dictionary = Object.assign( e[ 'th' ].dictionary, dictionary );
10
+ e[ 'th' ].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 {"tr":{"dictionary":{"Insert a soft break (a <code>&lt;br&gt;</code> element)":"Değişebilir sayfa sonu ekle (bir <code><br></code> ögesi)","Insert a hard break (a new paragraph)":"Değişmez sayfa sonu ekle (yeni bir paragraf)"},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 { [ 'tr' ]: { dictionary, getPluralForm } } = {"tr":{"dictionary":{"Insert a soft break (a <code>&lt;br&gt;</code> element)":"Değişebilir sayfa sonu ekle (bir <code><br></code> ögesi)","Insert a hard break (a new paragraph)":"Değişmez sayfa sonu ekle (yeni bir paragraf)"},getPluralForm(n){return (n > 1);}}};
8
+ e[ 'tr' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'tr' ].dictionary = Object.assign( e[ 'tr' ].dictionary, dictionary );
10
+ e[ 'tr' ].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 {"uk":{"dictionary":{"Insert a soft break (a <code>&lt;br&gt;</code> element)":"Вставити м’який розрив (елемент <code>&lt;br&gt;</code>)","Insert a hard break (a new paragraph)":"Вставити жорсткий розрив (новий абзац)"},getPluralForm(n){return (n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);}}}
@@ -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 { [ 'uk' ]: { dictionary, getPluralForm } } = {"uk":{"dictionary":{"Insert a soft break (a <code>&lt;br&gt;</code> element)":"Вставити м’який розрив (елемент <code>&lt;br&gt;</code>)","Insert a hard break (a new paragraph)":"Вставити жорсткий розрив (новий абзац)"},getPluralForm(n){return (n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);}}};
8
+ e[ 'uk' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'uk' ].dictionary = Object.assign( e[ 'uk' ].dictionary, dictionary );
10
+ e[ 'uk' ].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 {"vi":{"dictionary":{"Insert a soft break (a <code>&lt;br&gt;</code> element)":"Chèn dấu ngắt mềm (phần tử <code>&lt;br&gt;</code>)","Insert a hard break (a new paragraph)":"Chèn dấu ngắt cứng (đoạn văn mới)"},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 { [ 'vi' ]: { dictionary, getPluralForm } } = {"vi":{"dictionary":{"Insert a soft break (a <code>&lt;br&gt;</code> element)":"Chèn dấu ngắt mềm (phần tử <code>&lt;br&gt;</code>)","Insert a hard break (a new paragraph)":"Chèn dấu ngắt cứng (đoạn văn mới)"},getPluralForm(n){return 0;}}};
8
+ e[ 'vi' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'vi' ].dictionary = Object.assign( e[ 'vi' ].dictionary, dictionary );
10
+ e[ 'vi' ].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 {"zh-cn":{"dictionary":{"Insert a soft break (a <code>&lt;br&gt;</code> element)":"插入软换行(一个<code>&lt;br&gt;</code> 元素)","Insert a hard break (a new paragraph)":"插入硬换行(新段落)"},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 { [ 'zh-cn' ]: { dictionary, getPluralForm } } = {"zh-cn":{"dictionary":{"Insert a soft break (a <code>&lt;br&gt;</code> element)":"插入软换行(一个<code>&lt;br&gt;</code> 元素)","Insert a hard break (a new paragraph)":"插入硬换行(新段落)"},getPluralForm(n){return 0;}}};
8
+ e[ 'zh-cn' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'zh-cn' ].dictionary = Object.assign( e[ 'zh-cn' ].dictionary, dictionary );
10
+ e[ 'zh-cn' ].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 {"zh":{"dictionary":{"Insert a soft break (a <code>&lt;br&gt;</code> element)":"插入非強制斷行(<code>&lt;br&gt;</code> 元件)","Insert a hard break (a new paragraph)":"插入強制斷行(新段落)"},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 { [ 'zh' ]: { dictionary, getPluralForm } } = {"zh":{"dictionary":{"Insert a soft break (a <code>&lt;br&gt;</code> element)":"插入非強制斷行(<code>&lt;br&gt;</code> 元件)","Insert a hard break (a new paragraph)":"插入強制斷行(新段落)"},getPluralForm(n){return 0;}}};
8
+ e[ 'zh' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'zh' ].dictionary = Object.assign( e[ 'zh' ].dictionary, dictionary );
10
+ e[ 'zh' ].getPluralForm = getPluralForm;
11
+ } )( window.CKEDITOR_TRANSLATIONS ||= {} );
@@ -0,0 +1,22 @@
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
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
8
+ */
9
+ /**
10
+ * @module enter/utils
11
+ */
12
+ import type { Schema } from '@ckeditor/ckeditor5-engine';
13
+ /**
14
+ * Returns attributes that should be preserved on the enter keystroke.
15
+ *
16
+ * Filtering is realized based on `copyOnEnter` attribute property. Read more about attribute properties
17
+ * {@link module:engine/model/schema~Schema#setAttributeProperties here}.
18
+ *
19
+ * @param schema Model's schema.
20
+ * @param allAttributes Attributes to filter.
21
+ */
22
+ export declare function getCopyOnEnterAttributes(schema: Schema, allAttributes: Iterable<[string, unknown]>): IterableIterator<[string, unknown]>;
@@ -0,0 +1,4 @@
1
+ {
2
+ "Insert a soft break (a <code>&lt;br&gt;</code> element)": "Keystroke description for assistive technologies: keystroke for inserting a soft break.",
3
+ "Insert a hard break (a new paragraph)": "Keystroke description for assistive technologies: keystroke for inserting a hard break."
4
+ }
@@ -0,0 +1,26 @@
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
+ #
3
+ # !!! IMPORTANT !!!
4
+ #
5
+ # Before you edit this file, please keep in mind that contributing to the project
6
+ # translations is possible ONLY via the Transifex online service.
7
+ #
8
+ # To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
9
+ #
10
+ # To learn more, check out the official contributor's guide:
11
+ # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
12
+ #
13
+ msgid ""
14
+ msgstr ""
15
+ "Language-Team: Arabic (https://app.transifex.com/ckeditor/teams/11143/ar/)\n"
16
+ "Language: ar\n"
17
+ "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
19
+
20
+ msgctxt "Keystroke description for assistive technologies: keystroke for inserting a soft break."
21
+ msgid "Insert a soft break (a <code>&lt;br&gt;</code> element)"
22
+ msgstr "قمْ بإدراج فاصل بسيط (عنصر <code>&lt;br&gt;</code>)"
23
+
24
+ msgctxt "Keystroke description for assistive technologies: keystroke for inserting a hard break."
25
+ msgid "Insert a hard break (a new paragraph)"
26
+ msgstr "قمْ بإدراج فاصل ثابت (فقرة جديدة)"
@@ -0,0 +1,26 @@
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
+ #
3
+ # !!! IMPORTANT !!!
4
+ #
5
+ # Before you edit this file, please keep in mind that contributing to the project
6
+ # translations is possible ONLY via the Transifex online service.
7
+ #
8
+ # To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
9
+ #
10
+ # To learn more, check out the official contributor's guide:
11
+ # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
12
+ #
13
+ msgid ""
14
+ msgstr ""
15
+ "Language-Team: Bulgarian (https://app.transifex.com/ckeditor/teams/11143/bg/)\n"
16
+ "Language: bg\n"
17
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
19
+
20
+ msgctxt "Keystroke description for assistive technologies: keystroke for inserting a soft break."
21
+ msgid "Insert a soft break (a <code>&lt;br&gt;</code> element)"
22
+ msgstr "Въвеждане на пауза ( <code>&lt;br&gt;</code> елемент)"
23
+
24
+ msgctxt "Keystroke description for assistive technologies: keystroke for inserting a hard break."
25
+ msgid "Insert a hard break (a new paragraph)"
26
+ msgstr "Въвеждане на нов ред (нов параграф)"
@@ -0,0 +1,26 @@
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
+ #
3
+ # !!! IMPORTANT !!!
4
+ #
5
+ # Before you edit this file, please keep in mind that contributing to the project
6
+ # translations is possible ONLY via the Transifex online service.
7
+ #
8
+ # To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
9
+ #
10
+ # To learn more, check out the official contributor's guide:
11
+ # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
12
+ #
13
+ msgid ""
14
+ msgstr ""
15
+ "Language-Team: Bengali (https://app.transifex.com/ckeditor/teams/11143/bn/)\n"
16
+ "Language: bn\n"
17
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
19
+
20
+ msgctxt "Keystroke description for assistive technologies: keystroke for inserting a soft break."
21
+ msgid "Insert a soft break (a <code>&lt;br&gt;</code> element)"
22
+ msgstr "একটি সফট ব্রেক প্রবেশ করুন (একটি <code>&lt;br&gt;</code> উপাদান)"
23
+
24
+ msgctxt "Keystroke description for assistive technologies: keystroke for inserting a hard break."
25
+ msgid "Insert a hard break (a new paragraph)"
26
+ msgstr "একটি হার্ড ব্রেক প্রবেশ করুন (একটি নতুন প্যারাগ্রাফ)"
@@ -0,0 +1,26 @@
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
+ #
3
+ # !!! IMPORTANT !!!
4
+ #
5
+ # Before you edit this file, please keep in mind that contributing to the project
6
+ # translations is possible ONLY via the Transifex online service.
7
+ #
8
+ # To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
9
+ #
10
+ # To learn more, check out the official contributor's guide:
11
+ # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
12
+ #
13
+ msgid ""
14
+ msgstr ""
15
+ "Language-Team: Catalan (https://app.transifex.com/ckeditor/teams/11143/ca/)\n"
16
+ "Language: ca\n"
17
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
19
+
20
+ msgctxt "Keystroke description for assistive technologies: keystroke for inserting a soft break."
21
+ msgid "Insert a soft break (a <code>&lt;br&gt;</code> element)"
22
+ msgstr "Insereix un salt de línia tou (un element <code>&lt;br&gt;</code>)"
23
+
24
+ msgctxt "Keystroke description for assistive technologies: keystroke for inserting a hard break."
25
+ msgid "Insert a hard break (a new paragraph)"
26
+ msgstr "Insereix un salt de línia rígid (un paràgraf nou)"
@@ -0,0 +1,26 @@
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
+ #
3
+ # !!! IMPORTANT !!!
4
+ #
5
+ # Before you edit this file, please keep in mind that contributing to the project
6
+ # translations is possible ONLY via the Transifex online service.
7
+ #
8
+ # To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
9
+ #
10
+ # To learn more, check out the official contributor's guide:
11
+ # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
12
+ #
13
+ msgid ""
14
+ msgstr ""
15
+ "Language-Team: Czech (https://app.transifex.com/ckeditor/teams/11143/cs/)\n"
16
+ "Language: cs\n"
17
+ "Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
19
+
20
+ msgctxt "Keystroke description for assistive technologies: keystroke for inserting a soft break."
21
+ msgid "Insert a soft break (a <code>&lt;br&gt;</code> element)"
22
+ msgstr "Vložit měkkou mezeru (prvek <code>&lt;br&gt;</code>)"
23
+
24
+ msgctxt "Keystroke description for assistive technologies: keystroke for inserting a hard break."
25
+ msgid "Insert a hard break (a new paragraph)"
26
+ msgstr "Vložit tvrdou mezeru (nový odstavec)"
@@ -0,0 +1,26 @@
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
+ #
3
+ # !!! IMPORTANT !!!
4
+ #
5
+ # Before you edit this file, please keep in mind that contributing to the project
6
+ # translations is possible ONLY via the Transifex online service.
7
+ #
8
+ # To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
9
+ #
10
+ # To learn more, check out the official contributor's guide:
11
+ # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
12
+ #
13
+ msgid ""
14
+ msgstr ""
15
+ "Language-Team: Danish (https://app.transifex.com/ckeditor/teams/11143/da/)\n"
16
+ "Language: da\n"
17
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
19
+
20
+ msgctxt "Keystroke description for assistive technologies: keystroke for inserting a soft break."
21
+ msgid "Insert a soft break (a <code>&lt;br&gt;</code> element)"
22
+ msgstr "Indsæt blødt linjeskift (et <code>&lt;br&gt;</code> element)"
23
+
24
+ msgctxt "Keystroke description for assistive technologies: keystroke for inserting a hard break."
25
+ msgid "Insert a hard break (a new paragraph)"
26
+ msgstr "Indsæt hårdt linjeskift (en ny paragraf)"
@@ -0,0 +1,26 @@
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
+ #
3
+ # !!! IMPORTANT !!!
4
+ #
5
+ # Before you edit this file, please keep in mind that contributing to the project
6
+ # translations is possible ONLY via the Transifex online service.
7
+ #
8
+ # To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
9
+ #
10
+ # To learn more, check out the official contributor's guide:
11
+ # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
12
+ #
13
+ msgid ""
14
+ msgstr ""
15
+ "Language-Team: German (https://app.transifex.com/ckeditor/teams/11143/de/)\n"
16
+ "Language: de\n"
17
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
19
+
20
+ msgctxt "Keystroke description for assistive technologies: keystroke for inserting a soft break."
21
+ msgid "Insert a soft break (a <code>&lt;br&gt;</code> element)"
22
+ msgstr "Einen weichen Zeilenumbruch einfügen (ein <code>&lt;br&gt;</code>-Element)"
23
+
24
+ msgctxt "Keystroke description for assistive technologies: keystroke for inserting a hard break."
25
+ msgid "Insert a hard break (a new paragraph)"
26
+ msgstr "Zeilenumbruch einfügen (einen neuen Abschnitt)"
@@ -0,0 +1,26 @@
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
+ #
3
+ # !!! IMPORTANT !!!
4
+ #
5
+ # Before you edit this file, please keep in mind that contributing to the project
6
+ # translations is possible ONLY via the Transifex online service.
7
+ #
8
+ # To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
9
+ #
10
+ # To learn more, check out the official contributor's guide:
11
+ # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
12
+ #
13
+ msgid ""
14
+ msgstr ""
15
+ "Language-Team: Greek (https://app.transifex.com/ckeditor/teams/11143/el/)\n"
16
+ "Language: el\n"
17
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
19
+
20
+ msgctxt "Keystroke description for assistive technologies: keystroke for inserting a soft break."
21
+ msgid "Insert a soft break (a <code>&lt;br&gt;</code> element)"
22
+ msgstr "Εισαγωγή συμβόλου αλλαγής γραμμής χωρίς νέα παράγραφο (ένα στοιχείο <code>&lt;br&gt;</code>])"
23
+
24
+ msgctxt "Keystroke description for assistive technologies: keystroke for inserting a hard break."
25
+ msgid "Insert a hard break (a new paragraph)"
26
+ msgstr "Εισαγωγή συμβόλου αλλαγής γραμμής (με νέα παράγραφο)"
@@ -0,0 +1,26 @@
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
+ #
3
+ # !!! IMPORTANT !!!
4
+ #
5
+ # Before you edit this file, please keep in mind that contributing to the project
6
+ # translations is possible ONLY via the Transifex online service.
7
+ #
8
+ # To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
9
+ #
10
+ # To learn more, check out the official contributor's guide:
11
+ # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
12
+ #
13
+ msgid ""
14
+ msgstr ""
15
+ "Language: \n"
16
+ "Language-Team: \n"
17
+ "Plural-Forms: \n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
19
+
20
+ msgctxt "Keystroke description for assistive technologies: keystroke for inserting a soft break."
21
+ msgid "Insert a soft break (a <code>&lt;br&gt;</code> element)"
22
+ msgstr "Insert a soft break (a <code>&lt;br&gt;</code> element)"
23
+
24
+ msgctxt "Keystroke description for assistive technologies: keystroke for inserting a hard break."
25
+ msgid "Insert a hard break (a new paragraph)"
26
+ msgstr "Insert a hard break (a new paragraph)"