@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,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: Spanish (https://app.transifex.com/ckeditor/teams/11143/es/)\n"
16
+ "Language: es\n"
17
+ "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\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 "Inserta un salto de línea (un elemento <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 "Inserta un salto de párrafo (un nuevo párrafo)"
@@ -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: Estonian (https://app.transifex.com/ckeditor/teams/11143/et/)\n"
16
+ "Language: et\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 "Sisesta soft break (<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 "Sisesta hard break (uus lõik)"
@@ -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: Finnish (https://app.transifex.com/ckeditor/teams/11143/fi/)\n"
16
+ "Language: fi\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 "Lisää rivinvaihto (<code>&lt;br&gt;</code> -elementti)"
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 "Lisää kappaleenvaihto (uusi kappale)"
@@ -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: French (https://app.transifex.com/ckeditor/teams/11143/fr/)\n"
16
+ "Language: fr\n"
17
+ "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\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 "Insérer un saut progressif (un élément <code> <br> </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 "Insérer une pause (un nouveau paragraphe)"
@@ -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: Galician (https://app.transifex.com/ckeditor/teams/11143/gl/)\n"
16
+ "Language: gl\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 "Inserir un salto suave (un elemento <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 "Inserir un salto duro (un novo parágrafo)"
@@ -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: Hebrew (https://app.transifex.com/ckeditor/teams/11143/he/)\n"
16
+ "Language: he\n"
17
+ "Plural-Forms: nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;\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: Hindi (https://app.transifex.com/ckeditor/teams/11143/hi/)\n"
16
+ "Language: hi\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: Croatian (https://app.transifex.com/ckeditor/teams/11143/hr/)\n"
16
+ "Language: hr\n"
17
+ "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\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 "Umetni element za novi red (<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 "Umetni novi red (novi 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: Hungarian (https://app.transifex.com/ckeditor/teams/11143/hu/)\n"
16
+ "Language: hu\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 "Puha sortörő beszúrása (egy <code>&lt;br&gt;</code> elem)"
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 "Kemény sortörő beszúrása (új bekezdés)"
@@ -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: Indonesian (https://app.transifex.com/ckeditor/teams/11143/id/)\n"
16
+ "Language: id\n"
17
+ "Plural-Forms: nplurals=1; plural=0;\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 "Sisipkan soft break (elemen <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 "Sisipkan hard break (paragraf baru)"
@@ -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: Italian (https://app.transifex.com/ckeditor/teams/11143/it/)\n"
16
+ "Language: it\n"
17
+ "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\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 "Inserisce un'interruzione di riga (un elemento <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 "Inserisce un'interruzione di riga forzata (un nuovo paragrafo)"
@@ -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: Japanese (https://app.transifex.com/ckeditor/teams/11143/ja/)\n"
16
+ "Language: ja\n"
17
+ "Plural-Forms: nplurals=1; plural=0;\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: Korean (https://app.transifex.com/ckeditor/teams/11143/ko/)\n"
16
+ "Language: ko\n"
17
+ "Plural-Forms: nplurals=1; plural=0;\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: Lithuanian (https://app.transifex.com/ckeditor/teams/11143/lt/)\n"
16
+ "Language: lt\n"
17
+ "Plural-Forms: nplurals=4; plural=(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);\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 "Įterpti eilutės lūžį (<code>&lt;br&gt;</code> elementas)"
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 "Įterpti naują pastraipą"
@@ -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: Latvian (https://app.transifex.com/ckeditor/teams/11143/lv/)\n"
16
+ "Language: lv\n"
17
+ "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\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 "Ievietot rindiņas pārtraukumu (<code>&lt;br&gt;</code> elements)"
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 "Ievietot stingro rindiņas pārtraukumu (jaunu rindkopu)"
@@ -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: Malay (https://app.transifex.com/ckeditor/teams/11143/ms/)\n"
16
+ "Language: ms\n"
17
+ "Plural-Forms: nplurals=1; plural=0;\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 "Masukkan baris baharu (elemen <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 "Masukkan perenggan baharu (perenggan baharu)"
@@ -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: Dutch (https://app.transifex.com/ckeditor/teams/11143/nl/)\n"
16
+ "Language: nl\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 "Voer een zachte enter in (een <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 "Voer een harde enter in (een nieuwe paragraaf)"
@@ -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: Norwegian (https://app.transifex.com/ckeditor/teams/11143/no/)\n"
16
+ "Language: no\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 "Sett inn et mykt 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 "Sett inn et hardt linjeskift (et nytt avsnitt)"
@@ -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: Polish (https://app.transifex.com/ckeditor/teams/11143/pl/)\n"
16
+ "Language: pl\n"
17
+ "Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 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 "Wstawia miękki enter (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 "Wstawia twardą spację (nowy akapit)"
@@ -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: Portuguese (Brazil) (https://app.transifex.com/ckeditor/teams/11143/pt_BR/)\n"
16
+ "Language: pt_BR\n"
17
+ "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\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 "Inserir uma quebra suave (um elemento <code><br></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 "Inserir uma quebra dura (um novo parágrafo)"
@@ -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: Portuguese (https://app.transifex.com/ckeditor/teams/11143/pt/)\n"
16
+ "Language: pt\n"
17
+ "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\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 "Inserir uma quebra suave (um elemento <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 "Inserir uma quebra brusca (um novo parágrafo)"
@@ -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: Romanian (https://app.transifex.com/ckeditor/teams/11143/ro/)\n"
16
+ "Language: ro\n"
17
+ "Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2: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 "Introduce capăt de rând opțional (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 "Introduce un capăt de rând obligatoriu (alineat 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: Russian (https://app.transifex.com/ckeditor/teams/11143/ru/)\n"
16
+ "Language: ru\n"
17
+ "Plural-Forms: nplurals=4; plural=(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);\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 "Вставить жесткий разрыв (новый абзац)"