ckeditor5 41.3.1 → 41.4.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.

Potentially problematic release.


This version of ckeditor5 might be problematic. Click here for more details.

Files changed (317) hide show
  1. package/CHANGELOG.md +298 -215
  2. package/README.md +1 -1
  3. package/build/ckeditor5-dll.js +2 -2
  4. package/build/ckeditor5-dll.manifest.json +11 -2
  5. package/build/translations/af.js +1 -1
  6. package/build/translations/ar.js +1 -1
  7. package/build/translations/ast.js +1 -1
  8. package/build/translations/az.js +1 -1
  9. package/build/translations/bg.js +1 -1
  10. package/build/translations/bn.js +1 -1
  11. package/build/translations/bs.js +1 -1
  12. package/build/translations/ca.js +1 -1
  13. package/build/translations/cs.js +1 -1
  14. package/build/translations/da.js +1 -1
  15. package/build/translations/de-ch.js +1 -1
  16. package/build/translations/de.js +1 -1
  17. package/build/translations/el.js +1 -1
  18. package/build/translations/en-au.js +1 -1
  19. package/build/translations/en-gb.js +1 -1
  20. package/build/translations/eo.js +1 -1
  21. package/build/translations/es-co.js +1 -1
  22. package/build/translations/es.js +1 -1
  23. package/build/translations/et.js +1 -1
  24. package/build/translations/eu.js +1 -1
  25. package/build/translations/fa.js +1 -1
  26. package/build/translations/fi.js +1 -1
  27. package/build/translations/fr.js +1 -1
  28. package/build/translations/gl.js +1 -1
  29. package/build/translations/he.js +1 -1
  30. package/build/translations/hi.js +1 -1
  31. package/build/translations/hr.js +1 -1
  32. package/build/translations/hu.js +1 -1
  33. package/build/translations/id.js +1 -1
  34. package/build/translations/it.js +1 -1
  35. package/build/translations/ja.js +1 -1
  36. package/build/translations/jv.js +1 -1
  37. package/build/translations/km.js +1 -1
  38. package/build/translations/kn.js +1 -1
  39. package/build/translations/ko.js +1 -1
  40. package/build/translations/ku.js +1 -1
  41. package/build/translations/lt.js +1 -1
  42. package/build/translations/lv.js +1 -1
  43. package/build/translations/ms.js +1 -1
  44. package/build/translations/nb.js +1 -1
  45. package/build/translations/ne.js +1 -1
  46. package/build/translations/nl.js +1 -1
  47. package/build/translations/no.js +1 -1
  48. package/build/translations/pl.js +1 -1
  49. package/build/translations/pt-br.js +1 -1
  50. package/build/translations/pt.js +1 -1
  51. package/build/translations/ro.js +1 -1
  52. package/build/translations/ru.js +1 -1
  53. package/build/translations/sk.js +1 -1
  54. package/build/translations/sl.js +1 -1
  55. package/build/translations/sq.js +1 -1
  56. package/build/translations/sr-latn.js +1 -1
  57. package/build/translations/sr.js +1 -1
  58. package/build/translations/sv.js +1 -1
  59. package/build/translations/th.js +1 -1
  60. package/build/translations/ti.js +1 -0
  61. package/build/translations/tk.js +1 -1
  62. package/build/translations/tr.js +1 -1
  63. package/build/translations/tt.js +1 -1
  64. package/build/translations/ug.js +1 -1
  65. package/build/translations/uk.js +1 -1
  66. package/build/translations/ur.js +1 -1
  67. package/build/translations/uz.js +1 -1
  68. package/build/translations/vi.js +1 -1
  69. package/build/translations/zh-cn.js +1 -1
  70. package/build/translations/zh.js +1 -1
  71. package/dist/browser/index-content.css +5 -0
  72. package/dist/browser/index-editor.css +67 -0
  73. package/dist/browser/index.css +6 -0
  74. package/dist/browser/index.css.map +1 -0
  75. package/dist/browser/index.js +6 -0
  76. package/dist/browser/index.js.map +1 -0
  77. package/dist/browser/index.umd.js +557 -0
  78. package/dist/browser/index.umd.js.map +1 -0
  79. package/dist/index-content.css +375 -0
  80. package/dist/index-editor.css +4682 -0
  81. package/dist/index.css +9125 -0
  82. package/dist/index.css.map +1 -0
  83. package/dist/index.js +61 -0
  84. package/dist/index.js.map +1 -0
  85. package/dist/translations/af.d.ts +8 -0
  86. package/dist/translations/af.js +5 -0
  87. package/dist/translations/af.umd.js +11 -0
  88. package/dist/translations/ar.d.ts +8 -0
  89. package/dist/translations/ar.js +5 -0
  90. package/dist/translations/ar.umd.js +11 -0
  91. package/dist/translations/ast.d.ts +8 -0
  92. package/dist/translations/ast.js +5 -0
  93. package/dist/translations/ast.umd.js +11 -0
  94. package/dist/translations/az.d.ts +8 -0
  95. package/dist/translations/az.js +5 -0
  96. package/dist/translations/az.umd.js +11 -0
  97. package/dist/translations/bg.d.ts +8 -0
  98. package/dist/translations/bg.js +5 -0
  99. package/dist/translations/bg.umd.js +11 -0
  100. package/dist/translations/bn.d.ts +8 -0
  101. package/dist/translations/bn.js +5 -0
  102. package/dist/translations/bn.umd.js +11 -0
  103. package/dist/translations/bs.d.ts +8 -0
  104. package/dist/translations/bs.js +5 -0
  105. package/dist/translations/bs.umd.js +11 -0
  106. package/dist/translations/ca.d.ts +8 -0
  107. package/dist/translations/ca.js +5 -0
  108. package/dist/translations/ca.umd.js +11 -0
  109. package/dist/translations/cs.d.ts +8 -0
  110. package/dist/translations/cs.js +5 -0
  111. package/dist/translations/cs.umd.js +11 -0
  112. package/dist/translations/da.d.ts +8 -0
  113. package/dist/translations/da.js +5 -0
  114. package/dist/translations/da.umd.js +11 -0
  115. package/dist/translations/de-ch.d.ts +8 -0
  116. package/dist/translations/de-ch.js +5 -0
  117. package/dist/translations/de-ch.umd.js +11 -0
  118. package/dist/translations/de.d.ts +8 -0
  119. package/dist/translations/de.js +5 -0
  120. package/dist/translations/de.umd.js +11 -0
  121. package/dist/translations/el.d.ts +8 -0
  122. package/dist/translations/el.js +5 -0
  123. package/dist/translations/el.umd.js +11 -0
  124. package/dist/translations/en-au.d.ts +8 -0
  125. package/dist/translations/en-au.js +5 -0
  126. package/dist/translations/en-au.umd.js +11 -0
  127. package/dist/translations/en-gb.d.ts +8 -0
  128. package/dist/translations/en-gb.js +5 -0
  129. package/dist/translations/en-gb.umd.js +11 -0
  130. package/dist/translations/en.d.ts +8 -0
  131. package/dist/translations/en.js +5 -0
  132. package/dist/translations/en.umd.js +11 -0
  133. package/dist/translations/eo.d.ts +8 -0
  134. package/dist/translations/eo.js +5 -0
  135. package/dist/translations/eo.umd.js +11 -0
  136. package/dist/translations/es-co.d.ts +8 -0
  137. package/dist/translations/es-co.js +5 -0
  138. package/dist/translations/es-co.umd.js +11 -0
  139. package/dist/translations/es.d.ts +8 -0
  140. package/dist/translations/es.js +5 -0
  141. package/dist/translations/es.umd.js +11 -0
  142. package/dist/translations/et.d.ts +8 -0
  143. package/dist/translations/et.js +5 -0
  144. package/dist/translations/et.umd.js +11 -0
  145. package/dist/translations/eu.d.ts +8 -0
  146. package/dist/translations/eu.js +5 -0
  147. package/dist/translations/eu.umd.js +11 -0
  148. package/dist/translations/fa.d.ts +8 -0
  149. package/dist/translations/fa.js +5 -0
  150. package/dist/translations/fa.umd.js +11 -0
  151. package/dist/translations/fi.d.ts +8 -0
  152. package/dist/translations/fi.js +5 -0
  153. package/dist/translations/fi.umd.js +11 -0
  154. package/dist/translations/fr.d.ts +8 -0
  155. package/dist/translations/fr.js +5 -0
  156. package/dist/translations/fr.umd.js +11 -0
  157. package/dist/translations/gl.d.ts +8 -0
  158. package/dist/translations/gl.js +5 -0
  159. package/dist/translations/gl.umd.js +11 -0
  160. package/dist/translations/gu.d.ts +8 -0
  161. package/dist/translations/gu.js +5 -0
  162. package/dist/translations/gu.umd.js +11 -0
  163. package/dist/translations/he.d.ts +8 -0
  164. package/dist/translations/he.js +5 -0
  165. package/dist/translations/he.umd.js +11 -0
  166. package/dist/translations/hi.d.ts +8 -0
  167. package/dist/translations/hi.js +5 -0
  168. package/dist/translations/hi.umd.js +11 -0
  169. package/dist/translations/hr.d.ts +8 -0
  170. package/dist/translations/hr.js +5 -0
  171. package/dist/translations/hr.umd.js +11 -0
  172. package/dist/translations/hu.d.ts +8 -0
  173. package/dist/translations/hu.js +5 -0
  174. package/dist/translations/hu.umd.js +11 -0
  175. package/dist/translations/hy.d.ts +8 -0
  176. package/dist/translations/hy.js +5 -0
  177. package/dist/translations/hy.umd.js +11 -0
  178. package/dist/translations/id.d.ts +8 -0
  179. package/dist/translations/id.js +5 -0
  180. package/dist/translations/id.umd.js +11 -0
  181. package/dist/translations/it.d.ts +8 -0
  182. package/dist/translations/it.js +5 -0
  183. package/dist/translations/it.umd.js +11 -0
  184. package/dist/translations/ja.d.ts +8 -0
  185. package/dist/translations/ja.js +5 -0
  186. package/dist/translations/ja.umd.js +11 -0
  187. package/dist/translations/jv.d.ts +8 -0
  188. package/dist/translations/jv.js +5 -0
  189. package/dist/translations/jv.umd.js +11 -0
  190. package/dist/translations/kk.d.ts +8 -0
  191. package/dist/translations/kk.js +5 -0
  192. package/dist/translations/kk.umd.js +11 -0
  193. package/dist/translations/km.d.ts +8 -0
  194. package/dist/translations/km.js +5 -0
  195. package/dist/translations/km.umd.js +11 -0
  196. package/dist/translations/kn.d.ts +8 -0
  197. package/dist/translations/kn.js +5 -0
  198. package/dist/translations/kn.umd.js +11 -0
  199. package/dist/translations/ko.d.ts +8 -0
  200. package/dist/translations/ko.js +5 -0
  201. package/dist/translations/ko.umd.js +11 -0
  202. package/dist/translations/ku.d.ts +8 -0
  203. package/dist/translations/ku.js +5 -0
  204. package/dist/translations/ku.umd.js +11 -0
  205. package/dist/translations/lt.d.ts +8 -0
  206. package/dist/translations/lt.js +5 -0
  207. package/dist/translations/lt.umd.js +11 -0
  208. package/dist/translations/lv.d.ts +8 -0
  209. package/dist/translations/lv.js +5 -0
  210. package/dist/translations/lv.umd.js +11 -0
  211. package/dist/translations/ms.d.ts +8 -0
  212. package/dist/translations/ms.js +5 -0
  213. package/dist/translations/ms.umd.js +11 -0
  214. package/dist/translations/nb.d.ts +8 -0
  215. package/dist/translations/nb.js +5 -0
  216. package/dist/translations/nb.umd.js +11 -0
  217. package/dist/translations/ne.d.ts +8 -0
  218. package/dist/translations/ne.js +5 -0
  219. package/dist/translations/ne.umd.js +11 -0
  220. package/dist/translations/nl.d.ts +8 -0
  221. package/dist/translations/nl.js +5 -0
  222. package/dist/translations/nl.umd.js +11 -0
  223. package/dist/translations/no.d.ts +8 -0
  224. package/dist/translations/no.js +5 -0
  225. package/dist/translations/no.umd.js +11 -0
  226. package/dist/translations/oc.d.ts +8 -0
  227. package/dist/translations/oc.js +5 -0
  228. package/dist/translations/oc.umd.js +11 -0
  229. package/dist/translations/pl.d.ts +8 -0
  230. package/dist/translations/pl.js +5 -0
  231. package/dist/translations/pl.umd.js +11 -0
  232. package/dist/translations/pt-br.d.ts +8 -0
  233. package/dist/translations/pt-br.js +5 -0
  234. package/dist/translations/pt-br.umd.js +11 -0
  235. package/dist/translations/pt.d.ts +8 -0
  236. package/dist/translations/pt.js +5 -0
  237. package/dist/translations/pt.umd.js +11 -0
  238. package/dist/translations/ro.d.ts +8 -0
  239. package/dist/translations/ro.js +5 -0
  240. package/dist/translations/ro.umd.js +11 -0
  241. package/dist/translations/ru.d.ts +8 -0
  242. package/dist/translations/ru.js +5 -0
  243. package/dist/translations/ru.umd.js +11 -0
  244. package/dist/translations/si.d.ts +8 -0
  245. package/dist/translations/si.js +5 -0
  246. package/dist/translations/si.umd.js +11 -0
  247. package/dist/translations/sk.d.ts +8 -0
  248. package/dist/translations/sk.js +5 -0
  249. package/dist/translations/sk.umd.js +11 -0
  250. package/dist/translations/sl.d.ts +8 -0
  251. package/dist/translations/sl.js +5 -0
  252. package/dist/translations/sl.umd.js +11 -0
  253. package/dist/translations/sq.d.ts +8 -0
  254. package/dist/translations/sq.js +5 -0
  255. package/dist/translations/sq.umd.js +11 -0
  256. package/dist/translations/sr-latn.d.ts +8 -0
  257. package/dist/translations/sr-latn.js +5 -0
  258. package/dist/translations/sr-latn.umd.js +11 -0
  259. package/dist/translations/sr.d.ts +8 -0
  260. package/dist/translations/sr.js +5 -0
  261. package/dist/translations/sr.umd.js +11 -0
  262. package/dist/translations/sv.d.ts +8 -0
  263. package/dist/translations/sv.js +5 -0
  264. package/dist/translations/sv.umd.js +11 -0
  265. package/dist/translations/th.d.ts +8 -0
  266. package/dist/translations/th.js +5 -0
  267. package/dist/translations/th.umd.js +11 -0
  268. package/dist/translations/ti.d.ts +8 -0
  269. package/dist/translations/ti.js +5 -0
  270. package/dist/translations/ti.umd.js +11 -0
  271. package/dist/translations/tk.d.ts +8 -0
  272. package/dist/translations/tk.js +5 -0
  273. package/dist/translations/tk.umd.js +11 -0
  274. package/dist/translations/tr.d.ts +8 -0
  275. package/dist/translations/tr.js +5 -0
  276. package/dist/translations/tr.umd.js +11 -0
  277. package/dist/translations/tt.d.ts +8 -0
  278. package/dist/translations/tt.js +5 -0
  279. package/dist/translations/tt.umd.js +11 -0
  280. package/dist/translations/ug.d.ts +8 -0
  281. package/dist/translations/ug.js +5 -0
  282. package/dist/translations/ug.umd.js +11 -0
  283. package/dist/translations/uk.d.ts +8 -0
  284. package/dist/translations/uk.js +5 -0
  285. package/dist/translations/uk.umd.js +11 -0
  286. package/dist/translations/ur.d.ts +8 -0
  287. package/dist/translations/ur.js +5 -0
  288. package/dist/translations/ur.umd.js +11 -0
  289. package/dist/translations/uz.d.ts +8 -0
  290. package/dist/translations/uz.js +5 -0
  291. package/dist/translations/uz.umd.js +11 -0
  292. package/dist/translations/vi.d.ts +8 -0
  293. package/dist/translations/vi.js +5 -0
  294. package/dist/translations/vi.umd.js +11 -0
  295. package/dist/translations/zh-cn.d.ts +8 -0
  296. package/dist/translations/zh-cn.js +5 -0
  297. package/dist/translations/zh-cn.umd.js +11 -0
  298. package/dist/translations/zh.d.ts +8 -0
  299. package/dist/translations/zh.js +5 -0
  300. package/dist/translations/zh.umd.js +11 -0
  301. package/dist/types/clipboard.d.ts +12 -0
  302. package/dist/types/core.d.ts +12 -0
  303. package/dist/types/engine.d.ts +12 -0
  304. package/dist/types/enter.d.ts +12 -0
  305. package/dist/types/index.d.ts +65 -0
  306. package/dist/types/paragraph.d.ts +12 -0
  307. package/dist/types/select-all.d.ts +12 -0
  308. package/dist/types/typing.d.ts +12 -0
  309. package/dist/types/ui.d.ts +12 -0
  310. package/dist/types/undo.d.ts +12 -0
  311. package/dist/types/upload.d.ts +12 -0
  312. package/dist/types/utils.d.ts +12 -0
  313. package/dist/types/watchdog.d.ts +12 -0
  314. package/dist/types/widget.d.ts +12 -0
  315. package/package.json +70 -14
  316. package/src/index.d.ts +61 -0
  317. package/src/index.js +61 -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 { [ 'id' ]: { dictionary, getPluralForm } } = {"id":{"dictionary":{"Words: %0":"Kata: %0","Characters: %0":"Karakter: %0","Widget toolbar":"Alat widget","Insert paragraph before block":"Tambahkan paragraf sebelum blok","Insert paragraph after block":"Tambahkan paragraf setelah blok","Press Enter to type after or press Shift + Enter to type before the widget":"Tekan Enter untuk mengetik setelah atau tekan Shift + Enter untuk mengetik sebelum widget","Keystrokes that can be used when a widget is selected (for example: image, table, etc.)":"Penekanan tombol yang bisa dilakukan saat widget dipilih (contoh: gambar, tabel, dll.)","Insert a new paragraph directly after a widget":"Sisipkan paragraf baru secara langsung setelah widget","Insert a new paragraph directly before a widget":"Sisipkan paragraf baru secara langsung sebelum widget","Move the caret to allow typing directly before a widget":"Pindahkan tanda sisipan untuk memungkinkan mengetik langsung setelah widget","Move the caret to allow typing directly after a widget":"Pindahkan tanda sisipan untuk memungkinkan mengetik langsung setelah widget","Upload in progress":"Sedang mengunggah","Undo":"Batal","Redo":"Lakukan lagi","Rich Text Editor":"Editor Teks Kaya","Editor editing area: %0":"Area edit editor: %0","Edit block":"Sunting blok","Click to edit block":"Klik untuk mengedit blok","Drag to move":"Seret untuk memindahkan","Next":"Berikutnya","Previous":"Sebelumnya","Editor toolbar":"Alat editor","Dropdown toolbar":"Alat dropdown","Black":"Hitam","Dim grey":"Kelabu gelap","Grey":"Kelabu","Light grey":"Kelabu terang","White":"Putih","Red":"Merah","Orange":"Jingga","Yellow":"Kuning","Light green":"Hijau terang","Green":"Hijau","Aquamarine":"Biru laut","Turquoise":"Turkish","Light blue":"Biru terang","Blue":"Biru","Purple":"Ungu","Editor block content toolbar":"Bilah alat konten blok editor","Editor contextual toolbar":"Bilah alat kontekstual editor","HEX":"HEX","No results found":"Hasil tidak ditemukan","No searchable items":"Tidak ada item yang dapat dicari","Editor dialog":"Dialog editor","Close":"Tutup","Help Contents. To close this dialog press ESC.":"Konten Bantuan. Untuk menutup dialog ini, tekan ESC.","Below, you can find a list of keyboard shortcuts that can be used in the editor.":"Di bawah ini, Anda dapat menemukan daftar pintasan keyboard yang dapat digunakan di editor.","(may require <kbd>Fn</kbd>)":"(mungkin memerlukan <kbd>Fn</kbd>)","Accessibility":"Aksesibilitas","Accessibility help":"Bantuan aksesibilitas","Press %0 for help.":"Tekan %0 untuk mendapatkan bantuan.","Move focus in and out of an active dialog window":"Pindahkan fokus ke dalam dan ke luar jendela dialog yang aktif","MENU_BAR_MENU_FILE":"File","MENU_BAR_MENU_EDIT":"Ubah","MENU_BAR_MENU_VIEW":"Lihat","MENU_BAR_MENU_INSERT":"Sisipkan","MENU_BAR_MENU_FORMAT":"Format","MENU_BAR_MENU_TOOLS":"Alat","MENU_BAR_MENU_HELP":"Bantuan","MENU_BAR_MENU_TEXT":"Teks","MENU_BAR_MENU_FONT":"Fon","Editor menu bar":"Bilah menu editor","Please enter a valid color (e.g. \"ff0000\").":"Silakan masukkan warna yang absah (e.g. “ff0000”).","Insert table":"Sisipkan tabel","Header column":"Kolom tajuk","Insert column left":"Sisipkan kolom ke kiri","Insert column right":"Sisipkan kolom ke kanan","Delete column":"Hapus kolom","Select column":"Seleksi kolom","Column":"Kolom","Header row":"Baris tajuk","Insert row below":"Sisipkan baris ke bawah","Insert row above":"Sisipkan baris ke atas","Delete row":"Hapus baris","Select row":"Seleksi baris","Row":"Baris","Merge cell up":"Gabungkan sel ke atas","Merge cell right":"Gabungkan sel ke kanan","Merge cell down":"Gabungkan sel ke bawah","Merge cell left":"Gabungkan sel ke kiri","Split cell vertically":"Bagikan sel secara vertikal","Split cell horizontally":"Bagikan sel secara horizontal","Merge cells":"Gabungkan sel","Table toolbar":"Alat tabel","Table properties":"Properti tabel","Cell properties":"Properti sel","Border":"Garis batas","Style":"Gaya","Width":"Lebar","Height":"Tinggi","Color":"Warna","Background":"Latar belakang","Padding":"Padding","Dimensions":"Dimensi","Table cell text alignment":"Penjajaran teks sel tabel","Alignment":"Penjajaran","Horizontal text alignment toolbar":"Bilah alat penjajaran teks horizontal","Vertical text alignment toolbar":"Bilah alat penjajaran teks vertikal","Table alignment toolbar":"Bilah alat penjajaran tabel","None":"Tidak ada","Solid":"Garis utuh","Dotted":"Titik titik","Dashed":"Garis putus-putus","Double":"Ganda","Groove":"Groove","Ridge":"Ridge","Inset":"Inset","Outset":"Outset","Align cell text to the left":"Sejajarkan teks sel ke kiri","Align cell text to the center":"Sejajarkan teks sel ke tengah","Align cell text to the right":"Sejajarkan teks sel ke kanan","Justify cell text":"Ratakan teks sel","Align cell text to the top":"Sejajarkan teks sel ke atas","Align cell text to the middle":"Sejajarkan teks sel ke tengah","Align cell text to the bottom":"Sejajarkan teks sel ke bawah","Align table to the left":"Sejajarkan teks sel ke kiri","Center table":"Tengahkan tabel","Align table to the right":"Sejajarkan teks sel ke kanan","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Warna tidak valid. Coba \"#FF0000\" atau \"rgb(255,0,0)\" atau \"red\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Nilai tidak valid. Coba \"10px\" atau \"2em\" atau hanya \"2\".","Color picker":"Pengambil warna","Enter table caption":"Masukkan keterangan tabel","Keystrokes that can be used in a table cell":"Penekanan tombol yang dapat digunakan di sel tabel","Move the selection to the next cell":"Pindahkan pilihan ke sel berikutnya","Move the selection to the previous cell":"Pindahkan pilihan ke sel sebelumnya","Insert a new table row (when in the last cell of a table)":"Sisipkan baris tabel baru (saat berada di sel terakhir tabel)","Navigate through the table":"Menjelajahi tabel","Table":"Tabel","Styles":"Gaya","Multiple styles":"Banyak gaya","Block styles":"Gaya blok","Text styles":"Gaya teks","Special characters":"Karakter spesial","All":"Semua","Arrows":"Panah","Currency":"Mata Uang","Latin":"Latin","Mathematical":"Matematika","Text":"Teks","leftwards simple arrow":"panah kiri sederhana","rightwards simple arrow":"panah kanan sederhana","upwards simple arrow":"panah atas sederhana","downwards simple arrow":"panah bawah sederhana","leftwards double arrow":"Panah ganda ke kiri","rightwards double arrow":"Panah ganda ke kanan","upwards double arrow":"Panah ganda ke atas","downwards double arrow":"Panah ganda ke bawah","leftwards dashed arrow":"Panah putus-putus ke kiri","rightwards dashed arrow":"Panah putus-putus ke kanan","upwards dashed arrow":"Panah putus-putus ke atas","downwards dashed arrow":"Panah putus-putus ke ke bawah","leftwards arrow to bar":"panah kiri ke bar","rightwards arrow to bar":"panah kanan ke bar","upwards arrow to bar":"panah atas ke bar","downwards arrow to bar":"panah bawah ke bar","up down arrow with base":"panah atas bawah dari dasar","back with leftwards arrow above":"belakang dengan panah kiri di atas","end with leftwards arrow above":"akhir dengan panah kiri di atas","on with exclamation mark with left right arrow above":"nyala tanda seru dengan panah kiri kanan di atas","soon with rightwards arrow above":"segera (soon) dengan panah arah kanan di atas","top with upwards arrow above":"puncak (top) dengan panah arah atas di atas","Dollar sign":"Tanda dollar","Euro sign":"Tanda euro","Yen sign":"Tanda yen","Pound sign":"Tanda pound","Cent sign":"Tanda sen","Euro-currency sign":"Tanda mata uang euro","Colon sign":"Tanda titik dua","Cruzeiro sign":"Simbol cruzeiro ","French franc sign":"Simbol franc Prancis","Lira sign":"Simbol lira","Currency sign":"Tanda mata uang","Bitcoin sign":"Tanda bitcoin","Mill sign":"Simbol mill","Naira sign":"Simbol naira","Peseta sign":"Simbol peseta","Rupee sign":"Tanda rupee","Won sign":"Tanda won","New sheqel sign":"Simbol shekel baru","Dong sign":"Simbol dong","Kip sign":"Simbol kip","Tugrik sign":"Simbol tugrik","Drachma sign":"Simbol drakhma","German penny sign":"Simbol penny Jerman","Peso sign":"Tanda peso","Guarani sign":"Simbol guarani","Austral sign":"Simbol austral","Hryvnia sign":"Simbol hryvnia","Cedi sign":"Simbol cedi","Livre tournois sign":"Simbol livre tournois","Spesmilo sign":"Simbol spesmilo","Tenge sign":"Simbol tenge","Indian rupee sign":"Tanda rupee India","Turkish lira sign":"Simbol lira Turki","Nordic mark sign":"Simbol mark Nordik","Manat sign":"Simbol manat","Ruble sign":"Simbol rubel","Latin capital letter a with macron":"Huruf Latin besar a dengan macron","Latin small letter a with macron":"Huruf Latin kecil a dengan macron","Latin capital letter a with breve":"Huruf Latin besar a dengan breve","Latin small letter a with breve":"Huruf Latin kecil a dengan breve","Latin capital letter a with ogonek":"Huruf Latin besar a dengan ogonek","Latin small letter a with ogonek":"Huruf Latin kecil a dengan ogonek","Latin capital letter c with acute":"Huruf Latin besar c dengan akut","Latin small letter c with acute":"Huruf Latin kecil c dengan akut","Latin capital letter c with circumflex":"Huruf Latin besar c dengan sirkumfleks","Latin small letter c with circumflex":"Huruf Latin kecil c dengan sirkumfleks","Latin capital letter c with dot above":"Huruf Latin besar c dengan titik di atas","Latin small letter c with dot above":"Huruf Latin kecil c dengan titik di atas","Latin capital letter c with caron":"Huruf Latin besar c dengan caron","Latin small letter c with caron":"Huruf Latin kecil c dengan caron","Latin capital letter d with caron":"Huruf Latin besar d dengan caron","Latin small letter d with caron":"Huruf Latin kecil d dengan caron","Latin capital letter d with stroke":"Huruf Latin besar d dengan garis","Latin small letter d with stroke":"Huruf Latin kecil d dengan garis","Latin capital letter e with macron":"Huruf Latin besar e dengan macron","Latin small letter e with macron":"Huruf Latin kecil e dengan macron","Latin capital letter e with breve":"Huruf Latin besar e dengan breve","Latin small letter e with breve":"Huruf Latin kecil e dengan breve","Latin capital letter e with dot above":"Huruf Latin besar e dengan titik di atas","Latin small letter e with dot above":"Huruf Latin kecil e dengan titik di atas","Latin capital letter e with ogonek":"Huruf Latin besar e dengan ogonek","Latin small letter e with ogonek":"Huruf Latin kecil e dengan ogonek","Latin capital letter e with caron":"Huruf Latin besar e dengan caron","Latin small letter e with caron":"Huruf Latin kecil e dengan caron","Latin capital letter g with circumflex":"Huruf Latin besar g dengan sirkumfleks","Latin small letter g with circumflex":"Huruf Latin kecil g dengan sirkumfleks","Latin capital letter g with breve":"Huruf Latin besar g dengan breve","Latin small letter g with breve":"Huruf Latin kecil g dengan breve","Latin capital letter g with dot above":"Huruf Latin besar g dengan titik di atas","Latin small letter g with dot above":"Huruf Latin kecil g dengan titik di atas","Latin capital letter g with cedilla":"Huruf Latin besar g dengan cedilla","Latin small letter g with cedilla":"Huruf Latin kecil g dengan cedilla","Latin capital letter h with circumflex":"Huruf Latin besar h dengan sirkumfleks","Latin small letter h with circumflex":"Huruf Latin kecil h dengan sirkumfleks","Latin capital letter h with stroke":"Huruf Latin besar h dengan garis","Latin small letter h with stroke":"Huruf Latin kecil h dengan garis","Latin capital letter i with tilde":"Huruf Latin besar i dengan tilde","Latin small letter i with tilde":"Huruf Latin kecil i dengan tilde","Latin capital letter i with macron":"Huruf Latin besar i dengan macron","Latin small letter i with macron":"Huruf Latin kecil i dengan macron","Latin capital letter i with breve":"Huruf Latin besar i dengan breve","Latin small letter i with breve":"Huruf Latin kecil i dengan breve","Latin capital letter i with ogonek":"Huruf Latin besar i dengan ogonek","Latin small letter i with ogonek":"Huruf Latin kecil i dengan ogonek","Latin capital letter i with dot above":"Huruf Latin besar i dengan titik di atas","Latin small letter dotless i":"Huruf Latin kecil tanpa titik i","Latin capital ligature ij":"Ligatur Latin kapital ij","Latin small ligature ij":"Ligatur Latin kecil ij","Latin capital letter j with circumflex":"Huruf Latin besar j dengan sirkumfleks","Latin small letter j with circumflex":"Huruf Latin kecil j dengan sirkumfleks","Latin capital letter k with cedilla":"Huruf Latin besar k dengan cedilla","Latin small letter k with cedilla":"Huruf Latin kecil k dengan cedilla","Latin small letter kra":"Huruf Latin kecil kra","Latin capital letter l with acute":"Huruf Latin besar l dengan akut","Latin small letter l with acute":"Huruf Latin kecil l dengan akut","Latin capital letter l with cedilla":"Huruf Latin besar l dengan cedilla","Latin small letter l with cedilla":"Huruf Latin kecil l dengan cedilla","Latin capital letter l with caron":"Huruf Latin besar l dengan caron","Latin small letter l with caron":"Huruf Latin kecil l dengan caron","Latin capital letter l with middle dot":"Huruf Latin besar l dengan titik di tengah","Latin small letter l with middle dot":"Huruf Latin kecil l dengan titik di tengah","Latin capital letter l with stroke":"Huruf Latin besar l dengan garis","Latin small letter l with stroke":"Huruf Latin kecil l dengan garis","Latin capital letter n with acute":"Huruf Latin besar n dengan akut","Latin small letter n with acute":"Huruf Latin kecil n dengan akut","Latin capital letter n with cedilla":"Huruf Latin besar n dengan cedilla","Latin small letter n with cedilla":"Huruf Latin kecil n dengan cedilla","Latin capital letter n with caron":"Huruf Latin besar n dengan caron","Latin small letter n with caron":"Huruf Latin kecil n dengan caron","Latin small letter n preceded by apostrophe":"Huruf Latin kecil n yang didahului apostrof ","Latin capital letter eng":"Huruf Latin besar eng","Latin small letter eng":"Huruf Latin kecil eng","Latin capital letter o with macron":"Huruf Latin besar o dengan macron","Latin small letter o with macron":"Huruf Latin kecil o dengan macron","Latin capital letter o with breve":"Huruf Latin besar o dengan breve","Latin small letter o with breve":"Huruf Latin kecil o dengan breve","Latin capital letter o with double acute":"Huruf Latin besar o dengan akut ganda","Latin small letter o with double acute":"Huruf Latin kecil o dengan akut ganda","Latin capital ligature oe":"Ligatur Latin kapital oe","Latin small ligature oe":"Ligatur Latin kecil oe","Latin capital letter r with acute":"Huruf Latin besar r dengan akut","Latin small letter r with acute":"Huruf Latin kecil r dengan akut","Latin capital letter r with cedilla":"Huruf Latin besar r dengan cedilla","Latin small letter r with cedilla":"Huruf Latin kecil r dengan cedilla","Latin capital letter r with caron":"Huruf Latin besar r dengan caron","Latin small letter r with caron":"Huruf Latin kecil r dengan caron","Latin capital letter s with acute":"Huruf Latin besar s dengan akut","Latin small letter s with acute":"Huruf Latin kecil s dengan akut","Latin capital letter s with circumflex":"Huruf Latin besar s dengan sirkumfleks","Latin small letter s with circumflex":"Huruf Latin kecil s dengan sirkumfleks","Latin capital letter s with cedilla":"Huruf Latin besar s dengan cedilla","Latin small letter s with cedilla":"Huruf Latin kecil s dengan cedilla","Latin capital letter s with caron":"Huruf Latin besar s dengan caron","Latin small letter s with caron":"Huruf Latin kecil s dengan caron","Latin capital letter t with cedilla":"Huruf Latin besar t dengan cedilla","Latin small letter t with cedilla":"Huruf Latin kecil t dengan cedilla","Latin capital letter t with caron":"Huruf Latin besar t dengan caron","Latin small letter t with caron":"Huruf Latin kecil t dengan caron","Latin capital letter t with stroke":"Huruf Latin besar t dengan garis","Latin small letter t with stroke":"Huruf Latin kecil t dengan garis","Latin capital letter u with tilde":"Huruf Latin besar u dengan tilde","Latin small letter u with tilde":"Huruf Latin kecil u dengan tilde","Latin capital letter u with macron":"Huruf Latin besar u dengan macron","Latin small letter u with macron":"Huruf Latin kecil u dengan macron","Latin capital letter u with breve":"Huruf Latin besar u dengan breve","Latin small letter u with breve":"Huruf Latin kecil u dengan breve","Latin capital letter u with ring above":"Huruf Latin besar u dengan cincin di atas","Latin small letter u with ring above":"Huruf Latin kecil u dengan cincin di atas","Latin capital letter u with double acute":"Huruf Latin besar u dengan akut ganda","Latin small letter u with double acute":"Huruf Latin kecil u dengan akut ganda","Latin capital letter u with ogonek":"Huruf Latin besar u dengan ogonek","Latin small letter u with ogonek":"Huruf Latin kecil u dengan ogonek","Latin capital letter w with circumflex":"Huruf Latin besar w dengan sirkumfleks","Latin small letter w with circumflex":"Huruf Latin kecil w dengan sirkumfleks","Latin capital letter y with circumflex":"Huruf Latin besar y dengan sirkumfleks","Latin small letter y with circumflex":"Huruf Latin kecil y dengan sirkumfleks","Latin capital letter y with diaeresis":"Huruf Latin besar y dengan diaresis","Latin capital letter z with acute":"Huruf Latin besar z dengan akut","Latin small letter z with acute":"Huruf Latin kecil z dengan akut","Latin capital letter z with dot above":"Huruf Latin besar z dengan titik di atas","Latin small letter z with dot above":"Huruf Latin kecil z dengan titik di atas","Latin capital letter z with caron":"Huruf Latin besar z dengan caron","Latin small letter z with caron":"Huruf Latin kecil z dengan caron","Latin small letter long s":"Huruf Latin kecil s panjang","Less-than sign":"Tanda kurang dari","Greater-than sign":"Tanda lebih besar dari","Less-than or equal to":"Kurang dari atau sama dengan","Greater-than or equal to":"Lebih dari atau sama dengan","En dash":"Tanda pisah en","Em dash":"Tanda pisah em","Macron":"Macron","Overline":"Garis atas","Degree sign":"Tanda derajat","Minus sign":"Tanda negatif","Plus-minus sign":"Tanda lebih kurang","Division sign":"Tanda pembagian","Fraction slash":"Garis bagi pecahan","Multiplication sign":"Tanda perkalian","Latin small letter f with hook":"Huruf Latin kecil f dengan kait","Integral":"Integral","N-ary summation":"Penjumlahan N-Ary","Infinity":"Tak hingga","Square root":"Akar kuadrat","Tilde operator":"Operator tilde","Approximately equal to":"Kira-kira sama dengan","Almost equal to":"Hampir sama dengan","Not equal to":"Tidak sama dengan","Identical to":"Identik dengan","Element of":"Elemen dari","Not an element of":"Bukan sebuah elemen dari","Contains as member":"Berisi sebagai anggota","N-ary product":"Produk N-ary","Logical and":"\"Dan\" logis","Logical or":"\"Atau\" logis","Not sign":"Tanda \"bukan\"","Intersection":"Irisan","Union":"Himpunan","Partial differential":"Turunan parsial","For all":"Untuk semua","There exists":"Ada","Empty set":"Himpunan kosong","Nabla":"Nabla","Asterisk operator":"Operator asteris","Proportional to":"Proporsional dengan","Angle":"Sudut","Vulgar fraction one quarter":"Pecahan vulgar satu perempat","Vulgar fraction one half":"Pecahan vulgar satu perdua","Vulgar fraction three quarters":"Pecahan vulgar tiga perempat","Single left-pointing angle quotation mark":"Tanda kutip bersudut mengarah ke kiri tunggal","Single right-pointing angle quotation mark":"Tanda kutip bersudut mengarah ke kanan tunggal","Left-pointing double angle quotation mark":"Tanda kutip bersudut ganda mengarah ke kiri","Right-pointing double angle quotation mark":"Tanda kutip bersudut ganda mengarah ke kanan","Left single quotation mark":"Tanda kutip tunggal kiri","Right single quotation mark":"Tanda kutip tunggal kanan","Left double quotation mark":"Tanda kutip ganda kiri","Right double quotation mark":"Tanda kutip ganda kanan","Single low-9 quotation mark":"Tanda kutip 9 bawah tunggal","Double low-9 quotation mark":"Tanda kutip 9 bawah ganda","Inverted exclamation mark":"Tanda seru terbalik","Inverted question mark":"Tanda tanya terbalik","Two dot leader":"Dua titik utama","Horizontal ellipsis":"Elipsis horizontal","Double dagger":"Diesis","Per mille sign":"Tanda permil","Per ten thousand sign":"Tanda persepuluh ribu","Double exclamation mark":"Tanda seru ganda","Question exclamation mark":"Tanda tanya dan seru","Exclamation question mark":"Tanda seru dan tanya","Double question mark":"Tanda tanya ganda","Copyright sign":"Simbol hak cipta","Registered sign":"Simbol merek dagang terdaftar","Trade mark sign":"Simbol merek dagang","Section sign":"Simbol bagian","Paragraph sign":"Simbol paragraf","Reversed paragraph sign":"Simbol paragraf terbalik","Character categories":"Kategori karakter","Source":"Sumber","Show source":"Tampilkan sumber","Show blocks":"Tampilkan blok","Select all":"Pilih semua","Disable editing":"Nonaktifkan penyuntingan","Enable editing":"Aktifkan penyuntingan","Previous editable region":"Bagian penyuntingan sebelumnya","Next editable region":"Bagian penyuntingan berikutnya","Navigate editable regions":"Posisikan bagian-bagian penyuntingan","Remove Format":"Hapus Format","Page break":"Henti halaman","media widget":"widget media","Media URL":"URL Media","Paste the media URL in the input.":"Tempelkan URL ke dalam bidang masukan.","Tip: Paste the URL into the content to embed faster.":"Tip: Tempelkan URL ke bagian konten untuk sisip cepat.","The URL must not be empty.":"URL tidak boleh kosong.","This media URL is not supported.":"URL media ini tidak didukung.","Insert media":"Sisipkan media","Media toolbar":"Alat media","Open media in new tab":"Buka media di tab baru","Numbered List":"Daftar Berangka","Bulleted List":"Daftar Tak Berangka","To-do List":"Daftar untuk-dikerjakan","Bulleted list styles toolbar":"Bilah alat gaya daftar bullet","Numbered list styles toolbar":"Bilah alat gaya daftar angka","Toggle the disc list style":"Alihkan gaya daftar disc","Toggle the circle list style":"Alihkan gaya daftar circle","Toggle the square list style":"Alihkan gaya daftar square","Toggle the decimal list style":"Alihkan gaya daftar decimal","Toggle the decimal with leading zero list style":"Alihkan gaya daftar decimal with leading zero","Toggle the lower–roman list style":"Alihkan gaya daftar lower–roman","Toggle the upper–roman list style":"Alihkan gaya daftar upper–roman","Toggle the lower–latin list style":"Alihkan gaya daftar lower–latin","Toggle the upper–latin list style":"Alihkan gaya daftar upper–latin","Disc":"Disk","Circle":"Lingkaran","Square":"Kotak","Decimal":"Desimal","Decimal with leading zero":"Desimal dengan awalan nol","Lower–roman":"Lower–roman","Upper-roman":"Upper-roman","Lower-latin":"Lower-latin","Upper-latin":"Upper-latin","List properties":"Properti daftar","Start at":"Mulai dari","Invalid start index value.":"Nilai indeks mulai tidak valid.","Start index must be greater than 0.":"Indeks awal harus lebih besar dari 0.","Reversed order":"Urutan terbalik","Keystrokes that can be used in a list":"Penekanan tombol yang dapat digunakan di daftar","Increase list item indent":"Tambah indentasi item daftar","Decrease list item indent":"Kurangi indentasi item daftar","Entering a to-do list":"memasukkan daftar kerja","Leaving a to-do list":"meninggalkan daftar kerja","Unlink":"Hapus tautan","Link":"Tautan","Link URL":"URL tautan","Link URL must not be empty.":"Tautan URL tidak boleh kosong.","Link image":"Tautkan gambar","Edit link":"Sunting tautan","Open link in new tab":"Buka tautan di tab baru","This link has no URL":"Tautan ini tidak memiliki URL","Open in a new tab":"Buka di tab baru","Downloadable":"Dapat diunduh","Create link":"Buat tautan","Move out of a link":"Keluar dari tautan","Language":"Bahasa","Choose language":"Pilih bahasa","Remove language":"Singkirkan bahasa","Increase indent":"Tambah indentasi","Decrease indent":"Kurangi indentasi","image widget":"widget gambar","Wrap text":"Bungkus teks","Break text":"Pecahkan teks","In line":"Sebaris","Side image":"Gambar sisi","Full size image":"Gambar ukuran penuh","Left aligned image":"Gambar rata kiri","Centered image":"Gambar rata tengah","Right aligned image":"Gambar rata kanan","Change image text alternative":"Ganti alternatif teks gambar","Text alternative":"Alternatif teks","Enter image caption":"Tambahkan deskripsi gambar","Insert image":"Sisipkan gambar","Replace image":"Ganti gambar","Upload from computer":"Unggah dari komputer","Replace from computer":"Ganti dari komputer","Upload image from computer":"Unggah gambar dari komputer","Image from computer":"Gambar dari komputer","Replace image from computer":"Ganti gambar dari komputer","Upload failed":"Gagal mengunggah","Image toolbar":"Alat gambar","Resize image":"Ubah ukuran gambar","Resize image to %0":"Ubah ukuran gambar ke %0","Resize image to the original size":"Ubah ukuran gambar ke ukuran asli","Resize image (in %0)":"mengubah ukuran gambar (in %0)","Original":"Asli","Custom image size":"ukuran gambar khusus","Custom":"khusus","Image resize list":"Daftar ukuran gambar","Insert":"Sisipkan","Update":"Perbarui","Insert image via URL":"Sisipkan gambar melalui URL","Update image URL":"Perbarui URL gambar","Caption for the image":"Keterangan untuk gambar","Caption for image: %0":"Keterangan gambar: %0","The value must not be empty.":"Nilai tidak boleh kosong.","The value should be a plain number.":"Nilai harus berupa angka biasa.","Uploading image":"mengunggah gambar","Image upload complete":"mengunggah gambar selesai","Error during image upload":"Terdapat kesalahan selama mengunggah gambar","HTML object":"Objek HTML","Insert HTML":"Sisipkan HTML","HTML snippet":"Potongan HTML","Paste raw HTML here...":"Tempelkan HTML apa adanya di sini...","Edit source":"Sunting sumber","Save changes":"Simpan perubahan","No preview available":"Pratinjau tidak tersedia","Empty snippet content":"Konten potongan kosong","Horizontal line":"Garis horizontal","Yellow marker":"Marka kuning","Green marker":"Marka hijau","Pink marker":"Marka merah jambu","Blue marker":"Marka biru","Red pen":"Pena merah","Green pen":"Pena hijau","Remove highlight":"Hapus tanda","Highlight":"Tanda","Text highlight toolbar":"Alat penanda teks","Paragraph":"Paragraf","Heading":"Tajuk","Choose heading":"Pilih tajuk","Heading 1":"Tajuk 1","Heading 2":"Tajuk 2","Heading 3":"Tajuk 3","Heading 4":"Tajuk 4","Heading 5":"Tajuk 5","Heading 6":"Tajuk 6","Type your title":"Ketik judul Anda","Type or paste your content here.":"Ketik atau tempel konten Anda di sini.","Font Size":"Ukuran Huruf","Tiny":"Sangat Kecil","Small":"Kecil","Big":"Besar","Huge":"Sangat Besar","Font Family":"Jenis Huruf","Default":"Bawaan","Font Color":"Warna Huruf","Font Background Color":"Warna Latar Huruf","Document colors":"Warna dokumen","Find and replace":"Cari dan ubah","Find in text…":"Cari di dalam teks...","Find":"Cari","Previous result":"Hasil sebelumnya","Next result":"Hasil berikutnya","Replace":"Ubah","Replace all":"Ubah semua","Match case":"Sesuaikan huruf","Whole words only":"Kata utuh saja","Replace with…":"Ubah dengan...","Text to find must not be empty.":"Teks yang dicari tidak boleh kosong.","Tip: Find some text first in order to replace it.":"Tip: Cari suatu teks terlebih dahulu untuk menggantinya.","Advanced options":"Opsi lanjutan","Find in the document":"Temukan di dokumen","Insert a soft break (a <code>&lt;br&gt;</code> element)":"Sisipkan soft break (elemen <code>&lt;br&gt;</code> )","Insert a hard break (a new paragraph)":"Sisipkan hard break (paragraf baru)","Cancel":"Batal","Clear":"Kosongkan","Remove color":"Hapus warna","Restore default":"Pulihkan nilai baku","Save":"Simpan","Show more items":"Tampilkan lebih banyak item","%0 of %1":"%0 dari %1","Cannot upload file:":"Tidak dapat mengunggah berkas:","Rich Text Editor. Editing area: %0":"Editor Teks Kaya. Area edit: %0","Insert with file manager":"Sisipkan dengan pengelola file","Replace with file manager":"Ganti dengan pengelola file","Insert image with file manager":"Sisipkan gambar dengan pengelola file","Replace image with file manager":"Ganti gambar dengan pengelola file","Toggle caption off":"Sembunyikan keterangan","Toggle caption on":"Tampilkan keterangan","Content editing keystrokes":"Penekanan tombol untuk mengedit konten","These keyboard shortcuts allow for quick access to content editing features.":"Pintasan keyboard ini mengizinkan akses cepat ke fitur pengeditan konten.","User interface and content navigation keystrokes":"Antarmuka pengguna dan penekanan tombol navigasi konten","Use the following keystrokes for more efficient navigation in the CKEditor 5 user interface.":"Gunakan penekanan tombol berikut untuk navigasi yang lebih efisien di antarmuka pengguna CKEditor 5.","Close contextual balloons, dropdowns, and dialogs":"Tutup balon kontekstual, menu tarik-turun, dan dialog","Open the accessibility help dialog":"Buka dialog bantuan aksesibilitas","Move focus between form fields (inputs, buttons, etc.)":"Pindahkan fokus di antara bidang formulir (input, tombol, dll.)","Move focus to the menu bar, navigate between menu bars":"Pindahkan fokus ke bilah menu, telusuri di antara bilah-bilah menu","Move focus to the toolbar, navigate between toolbars":"Pindahkan fokus ke toolbar, jelajahi antar toolbar","Navigate through the toolbar or menu bar":"Telusuri bilah alat atau bilah menu","Execute the currently focused button. Executing buttons that interact with the editor content moves the focus back to the content.":"Jalankan tombol yang sedang difokuskan. Menjalankan tombol yang berinteraksi dengan konten editor akan memindahkan fokus kembali ke konten tersebut.","Accept":"Setuju","Insert code block":"Sisipkan blok kode","Plain text":"Teks mentah","Leaving %0 code snippet":"meninggalkan %0 cuplikan kode","Entering %0 code snippet":"memasuki %0 cuplikan kode","Entering code snippet":"memasuki cuplikan kode","Leaving code snippet":"meninggalkan cuplikan kode","Code block":"Blok kode","Copy selected content":"Salin konten yang dipilih","Paste content":"Tempelkan konten","Paste content as plain text":"Tempelkan konten sebagai teks biasa","Insert image or file":"Sisipkan gambar atau berkas","Image or file":"Gambar atau file","Could not obtain resized image URL.":"Gagal mendapatkan URL gambar terukur","Selecting resized image failed":"Gagal memilih gambar terukur","Could not insert image at the current position.":"Tidak dapat menyisipkan gambar pada posisi ini.","Inserting image failed":"Gagal menyisipkan gambar","Open file manager":"Buka manajer berkas","Cannot determine a category for the uploaded file.":"Tak dapat menentukan kategori untuk berkas yang terunggah.","Cannot access default workspace.":"Tidak dapat mengakses ruang kerja baku.","Edit image":"Edit gambar","Processing the edited image.":"Memroses gambar yang diedit","Server failed to process the image.":"Server gagal memroses gambar","Failed to determine category of edited image.":"Gagar menentukan kategori gambar yang diedit","Block quote":"Kutipan","Bold":"Tebal","Italic":"Miring","Underline":"Garis bawah","Code":"Kode","Strikethrough":"Coret","Subscript":"Subskrip","Superscript":"Superskrip","Italic text":"Teks miring","Move out of an inline code style":"Keluar dari gaya kode sebaris","Bold text":"Teks tebal","Underline text":"Teks bergaris bawah","Strikethrough text":"Teks yang dicoret","Saving changes":"Menyimpan perubahan","Revert autoformatting action":"Kembalikan tindakan pemformatan otomatis","Align left":"Rata kiri","Align right":"Rata kanan","Align center":"Rata tengah","Justify":"Rata kanan-kiri","Text alignment":"Perataan teks","Text alignment toolbar":"Alat perataan teks"},getPluralForm(n){return 0;}}};
8
+ e[ 'id' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'id' ].dictionary = Object.assign( e[ 'id' ].dictionary, dictionary );
10
+ e[ 'id' ].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 'ckeditor5';
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 {"it":{"dictionary":{"Words: %0":"Parole: %0","Characters: %0":"Caratteri: %0","Widget toolbar":"Barra degli strumenti del widget","Insert paragraph before block":"Inserisci paragrafo prima di blocco","Insert paragraph after block":"Inserisci paragrafo dopo blocco","Press Enter to type after or press Shift + Enter to type before the widget":"Premere Invio per inserire dopo il widget o premere Maiusc + Invio per inserire prima del widget","Keystrokes that can be used when a widget is selected (for example: image, table, etc.)":"Tasti che possono essere utilizzati quando viene selezionato un widget (ad esempio: immagine, tabella ecc.)","Insert a new paragraph directly after a widget":"Inserisce un nuovo paragrafo direttamente dopo un widget","Insert a new paragraph directly before a widget":"Inserisce un nuovo paragrafo direttamente prima di un widget","Move the caret to allow typing directly before a widget":"Sposta il cursore per consentire la digitazione direttamente prima di un widget","Move the caret to allow typing directly after a widget":"Sposta il cursore per consentire la digitazione direttamente dopo un widget","Upload in progress":"Caricamento in corso","Undo":"Annulla","Redo":"Ripristina","Rich Text Editor":"Editor di testo formattato","Editor editing area: %0":"Area di modifica dell'editor: %0","Edit block":"Modifica blocco","Click to edit block":"Clicca per modificare il blocco","Drag to move":"Trascina per spostare","Next":"Avanti","Previous":"Indietro","Editor toolbar":"Barra degli strumenti dell'editor","Dropdown toolbar":"Barra degli strumenti del menu a discesa","Black":"Nero","Dim grey":"Grigio tenue","Grey":"Grigio","Light grey":"Grigio chiaro","White":"Bianco","Red":"Rosso","Orange":"Arancio","Yellow":"Giallo","Light green":"Verde chiaro","Green":"Verde","Aquamarine":"Aquamarina","Turquoise":"Turchese","Light blue":"Azzurro","Blue":"Blu","Purple":"Porpora","Editor block content toolbar":"Barra degli strumenti contestuale dell'editor del blocco","Editor contextual toolbar":"Barra degli strumenti contestuale dell'editor","HEX":"HEX","No results found":"Nessun risultato trovato","No searchable items":"Nessun elemento ricercabile","Editor dialog":"Finestra di dialogo dell'editor","Close":"Chiudi","Help Contents. To close this dialog press ESC.":"Sommario della guida. Per chiudere questa finestra di dialogo premi ESC.","Below, you can find a list of keyboard shortcuts that can be used in the editor.":"Qui sotto puoi trovare un elenco di scorciatoie da tastiera che possono essere utilizzate nell'editor.","(may require <kbd>Fn</kbd>)":"(può richiedere <kbd>Fn</kbd>)","Accessibility":"Accessibilità","Accessibility help":"Guida all'accessibilità","Press %0 for help.":"Premi %0 per aprire la guida.","Move focus in and out of an active dialog window":"Seleziona/deseleziona una finestra di dialogo attiva","MENU_BAR_MENU_FILE":"File","MENU_BAR_MENU_EDIT":"Modifica","MENU_BAR_MENU_VIEW":"Vista","MENU_BAR_MENU_INSERT":"Inserisci","MENU_BAR_MENU_FORMAT":"Formato","MENU_BAR_MENU_TOOLS":"Strumenti","MENU_BAR_MENU_HELP":"Aiuto","MENU_BAR_MENU_TEXT":"Testo","MENU_BAR_MENU_FONT":"Carattere","Editor menu bar":"Barra dei menu dell'editor","Please enter a valid color (e.g. \"ff0000\").":"Inserisci un colore valido (ad esempio \"ff0000\").","Insert table":"Inserisci tabella","Header column":"Intestazione colonna","Insert column left":"Inserisci colonna a sinistra","Insert column right":"Inserisci colonna a destra","Delete column":"Elimina colonna","Select column":"Seleziona colonna","Column":"Colonna","Header row":"Riga d'intestazione","Insert row below":"Inserisci riga sotto","Insert row above":"Inserisci riga sopra","Delete row":"Elimina riga","Select row":"Seleziona riga","Row":"Riga","Merge cell up":"Unisci cella sopra","Merge cell right":"Unisci cella a destra","Merge cell down":"Unisci cella sotto","Merge cell left":"Unisci cella a sinistra","Split cell vertically":"Dividi cella verticalmente","Split cell horizontally":"Dividi cella orizzontalmente","Merge cells":"Unisci celle","Table toolbar":"Barra degli strumenti della tabella","Table properties":"Proprietà tabella","Cell properties":"Proprietà cella","Border":"Bordo","Style":"Stile","Width":"Larghezza","Height":"Altezza","Color":"Colore","Background":"Sfondo","Padding":"Spaziatura interna","Dimensions":"Dimensioni","Table cell text alignment":"Allineamento del testo nella cella della tabella","Alignment":"Allineamento","Horizontal text alignment toolbar":"Barra degli strumenti dell'allineamento orizzontale del testo","Vertical text alignment toolbar":"Barra degli strumenti dell'allineamento verticale del testo","Table alignment toolbar":"Barra degli strumenti dell'allineamento della tabella","None":"Nessuno","Solid":"Solido","Dotted":"Punteggiato","Dashed":"Tratteggiato","Double":"Doppio","Groove":"Scanalatura","Ridge":"Rilievo","Inset":"Incassato","Outset":"Rialzato","Align cell text to the left":"Allinea il testo della cella a sinistra","Align cell text to the center":"Allinea il testo della cella al centro","Align cell text to the right":"Allinea il testo della cella a destra","Justify cell text":"Testo della cella giustificato","Align cell text to the top":"Allinea il testo della cella in alto","Align cell text to the middle":"Allinea il testo della cella in mezzo","Align cell text to the bottom":"Allinea il testo della cella in basso","Align table to the left":"Allinea tabella a sinistra","Center table":"Allinea tabella al centro","Align table to the right":"Allinea tabella a destra","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Il colore non è valido. Provare \"#FF0000\" o \"rgb(255,0,0)\" o \"red\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Il valore non è valido. Provare \"10px\" o \"2em\" o semplicemente \"2\".","Color picker":"Selezione colore","Enter table caption":"Inserire la didascalia della tabella","Keystrokes that can be used in a table cell":"Tasti che possono essere utilizzati nella cella di una tabella","Move the selection to the next cell":"Sposta la selezione alla cella successiva","Move the selection to the previous cell":"Sposta la selezione alla cella precedente","Insert a new table row (when in the last cell of a table)":"Inserisce una nuova riga nella tabella (quando ci si trova nell'ultima cella di una tabella)","Navigate through the table":"Permette di spostarsi all'interno della tabella","Table":"Tabella","Styles":"Stili","Multiple styles":"Stili multipli","Block styles":"Stili per blocchi","Text styles":"Stili per testi","Special characters":"Caratteri speciali","All":"Tutti","Arrows":"Frecce","Currency":"Valuta","Latin":"Latini","Mathematical":"Matematici","Text":"Testo","leftwards simple arrow":"freccia semplice verso sinistra","rightwards simple arrow":"freccia semplice verso destra","upwards simple arrow":"freccia semplice verso l'alto","downwards simple arrow":"freccia semplice verso il basso","leftwards double arrow":"Freccia doppia verso sinistra","rightwards double arrow":"Freccia doppia verso destra","upwards double arrow":"Freccia doppia verso l'alto","downwards double arrow":"Freccia doppia verso il basso","leftwards dashed arrow":"Freccia tratteggiata verso sinistra","rightwards dashed arrow":"Freccia tratteggiata verso destra","upwards dashed arrow":"Freccia tratteggiata verso l'alto","downwards dashed arrow":"Freccia tratteggiata verso il basso","leftwards arrow to bar":"Freccia verso barra a sinistra","rightwards arrow to bar":"Freccia verso barra a destra","upwards arrow to bar":"Freccia verso barra in alto","downwards arrow to bar":"Freccia verso barra in basso","up down arrow with base":"Doppia freccia verticale con base","back with leftwards arrow above":"back con sopra freccia verso sinistra","end with leftwards arrow above":"end con sopra freccia verso sinistra","on with exclamation mark with left right arrow above":"on! con sopra freccia verso sinistra","soon with rightwards arrow above":"soon con sopra freccia verso destra","top with upwards arrow above":"top con sopra freccia verso l'alto","Dollar sign":"Simbolo dollaro","Euro sign":"Simbolo euro","Yen sign":"Simbolo yen","Pound sign":"Simbolo sterlina","Cent sign":"Simbolo centesimo","Euro-currency sign":"Simbolo valuta euro","Colon sign":"Simbolo colon","Cruzeiro sign":"Simbolo cruzeiro","French franc sign":"Simbolo franco francese","Lira sign":"Simbolo lira","Currency sign":"Simbolo valuta","Bitcoin sign":"Simbolo bitcoin","Mill sign":"Simbolo millesimo","Naira sign":"Simbolo naira","Peseta sign":"Simbolo peseta","Rupee sign":"Simbolo rupia","Won sign":"Simbolo won","New sheqel sign":"Simbolo nuovo shekel","Dong sign":"Simbolo dong","Kip sign":"Simbolo kip","Tugrik sign":"Simbolo tugrik","Drachma sign":"Simbolo dracma","German penny sign":"Simbolo pfennig tedesco","Peso sign":"Simbolo peso","Guarani sign":"Simbolo guaraní","Austral sign":"Simbolo austral","Hryvnia sign":"Simbolo grivnia","Cedi sign":"Simbolo cedi","Livre tournois sign":"Simbolo livre tournois","Spesmilo sign":"Simbolo spesmilo","Tenge sign":"Simbolo tenge","Indian rupee sign":"Simbolo rupia indiana","Turkish lira sign":"Simbolo lira turca","Nordic mark sign":"Simbolo marco nordico","Manat sign":"Simbolo manat","Ruble sign":"Simbolo rublo","Latin capital letter a with macron":"Lettera A latina maiuscola con macron","Latin small letter a with macron":"Lettera A latina minuscola con macron","Latin capital letter a with breve":"Lettera A latina maiuscola con breve","Latin small letter a with breve":"Lettera A latina minuscola con breve","Latin capital letter a with ogonek":"Lettera A latina maiuscola con codetta","Latin small letter a with ogonek":"Lettera A latina minuscola con codetta","Latin capital letter c with acute":"Lettera C latina maiuscola con accento acuto","Latin small letter c with acute":"Lettera C latina minuscola con accento acuto","Latin capital letter c with circumflex":"Lettera C latina maiuscola con accento circonflesso","Latin small letter c with circumflex":"Lettera C latina minuscola con accento circonflesso","Latin capital letter c with dot above":"Lettera C latina maiuscola con punto sovrascritto","Latin small letter c with dot above":"Lettera C latina minuscola con punto sovrascritto","Latin capital letter c with caron":"Lettera C latina maiuscola con pipa","Latin small letter c with caron":"Lettera C latina minuscola con pipa","Latin capital letter d with caron":"Lettera D latina maiuscola con pipa","Latin small letter d with caron":"Lettera D latina minuscola con pipa","Latin capital letter d with stroke":"Lettera D latina maiuscola con barra","Latin small letter d with stroke":"Lettera D latina minuscola con barra","Latin capital letter e with macron":"Lettera E latina maiuscola con macron","Latin small letter e with macron":"Lettera E latina minuscola con macron","Latin capital letter e with breve":"Lettera E latina maiuscola con accento breve","Latin small letter e with breve":"Lettera E latina minuscola con accento breve","Latin capital letter e with dot above":"Lettera E latina maiuscola con punto sovrascritto","Latin small letter e with dot above":"Lettera E latina minuscola con punto sovrascritto","Latin capital letter e with ogonek":"Lettera E latina maiuscola con codetta","Latin small letter e with ogonek":"Lettera E latina minuscola con codetta","Latin capital letter e with caron":"Lettera E latina maiuscola con pipa","Latin small letter e with caron":"Lettera E latina minuscola con pipa","Latin capital letter g with circumflex":"Lettera G latina maiuscola con accento circonflesso","Latin small letter g with circumflex":"Lettera G latina minuscola con accento circonflesso","Latin capital letter g with breve":"Lettera G latina maiuscola con breve","Latin small letter g with breve":"Lettera G latina minuscola con breve","Latin capital letter g with dot above":"Lettera G latina maiuscola con punto sovrascritto","Latin small letter g with dot above":"Lettera G latina minuscola con punto sovrascritto","Latin capital letter g with cedilla":"Lettera G latina maiuscola con cediglia","Latin small letter g with cedilla":"Lettera G latina minuscola con cediglia","Latin capital letter h with circumflex":"Lettera H latina maiuscola con accento circonflesso","Latin small letter h with circumflex":"Lettera H latina minuscola con accento circonflesso","Latin capital letter h with stroke":"Lettera H latina maiuscola con barra","Latin small letter h with stroke":"Lettera H latina minuscola con barra","Latin capital letter i with tilde":"Lettera I latina maiuscola con tilde","Latin small letter i with tilde":"Lettera I latina minuscola con tilde","Latin capital letter i with macron":"Lettera I latina maiuscola con macron","Latin small letter i with macron":"Lettera I latina minuscola con macron","Latin capital letter i with breve":"Lettera I latina maiuscola con breve","Latin small letter i with breve":"Lettera I latina minuscola con breve","Latin capital letter i with ogonek":"Lettera I latina maiuscola con codetta","Latin small letter i with ogonek":"Lettera I latina minuscola con codetta","Latin capital letter i with dot above":"Lettera I latina maiuscola con punto sovrascritto","Latin small letter dotless i":"Lettera I latina minuscola senza punto","Latin capital ligature ij":"Legatura IJ latina maiuscola","Latin small ligature ij":"Legatura IJ latina minuscola","Latin capital letter j with circumflex":"Lettera J latina maiuscola con accento circonflesso","Latin small letter j with circumflex":"Lettera J latina minuscola con accento circonflesso","Latin capital letter k with cedilla":"Lettera K latina maiuscola con cediglia","Latin small letter k with cedilla":"Lettera K latina minuscola con cediglia","Latin small letter kra":"Lettera Kra latina minuscola","Latin capital letter l with acute":"Lettera L latina maiuscola con accento acuto","Latin small letter l with acute":"Lettera L latina minuscola con accento acuto","Latin capital letter l with cedilla":"Lettera L latina maiuscola con cediglia","Latin small letter l with cedilla":"Lettera L latina minuscola con cediglia","Latin capital letter l with caron":"Lettera L latina maiuscola con pipa","Latin small letter l with caron":"Lettera L latina minuscola con pipa","Latin capital letter l with middle dot":"Lettera L latina maiuscola con punto in mezzo","Latin small letter l with middle dot":"Lettera L latina minuscola con punto in mezzo","Latin capital letter l with stroke":"Lettera L latina maiuscola con barra","Latin small letter l with stroke":"Lettera L latina minuscola con barra","Latin capital letter n with acute":"Lettera N latina maiuscola con accento acuto","Latin small letter n with acute":"Lettera N latina minuscola con accento acuto","Latin capital letter n with cedilla":"Lettera N latina maiuscola con cediglia","Latin small letter n with cedilla":"Lettera N latina minuscola con cediglia","Latin capital letter n with caron":"Lettera N latina maiuscola con pipa","Latin small letter n with caron":"Lettera N latina minuscola con pipa","Latin small letter n preceded by apostrophe":"Lettera N latina minuscola preceduta da apostrofo","Latin capital letter eng":"Nasale velare maiuscola","Latin small letter eng":"Nasale velare minuscola","Latin capital letter o with macron":"Lettera O latina maiuscola con macron","Latin small letter o with macron":"Lettera O latina minuscola con macron","Latin capital letter o with breve":"Lettera O latina maiuscola con breve","Latin small letter o with breve":"Lettera O latina minuscola con breve","Latin capital letter o with double acute":"Lettera O latina maiuscola con doppio accento acuto","Latin small letter o with double acute":"Lettera O latina minuscola con doppio accento acuto","Latin capital ligature oe":"Legatura OE latina maiuscola","Latin small ligature oe":"Legatura OE latina minuscola","Latin capital letter r with acute":"Lettera R latina maiuscola con accento acuto","Latin small letter r with acute":"Lettera R latina minuscola con accento acuto","Latin capital letter r with cedilla":"Lettera R latina maiuscola con cediglia","Latin small letter r with cedilla":"Lettera R latina minuscola con cediglia","Latin capital letter r with caron":"Lettera R latina maiuscola con pipa","Latin small letter r with caron":"Lettera R latina minuscola con pipa","Latin capital letter s with acute":"Lettera S latina maiuscola con accento acuto","Latin small letter s with acute":"Lettera S latina minuscola con accento acuto","Latin capital letter s with circumflex":"Lettera S latina maiuscola con accento circonflesso","Latin small letter s with circumflex":"Lettera S latina minuscola con accento circonflesso","Latin capital letter s with cedilla":"Lettera S latina maiuscola con cediglia","Latin small letter s with cedilla":"Lettera S latina minuscola con cediglia","Latin capital letter s with caron":"Lettera S latina maiuscola con pipa","Latin small letter s with caron":"Lettera S latina minuscola con pipa","Latin capital letter t with cedilla":"Lettera T latina maiuscola con cediglia","Latin small letter t with cedilla":"Lettera T latina minuscola con cediglia","Latin capital letter t with caron":"Lettera T latina maiuscola con pipa","Latin small letter t with caron":"Lettera T latina minuscola con pipa","Latin capital letter t with stroke":"Lettera T latina maiuscola con barra","Latin small letter t with stroke":"Lettera T latina minuscola con barra","Latin capital letter u with tilde":"Lettera U latina maiuscola con tilde","Latin small letter u with tilde":"Lettera U latina minuscola con tilde","Latin capital letter u with macron":"Lettera U latina maiuscola con macron","Latin small letter u with macron":"Lettera U latina minuscola con macron","Latin capital letter u with breve":"Lettera U latina maiuscola con breve","Latin small letter u with breve":"Lettera U latina minuscola con breve","Latin capital letter u with ring above":"Lettera U latina maiuscola con anello in alto","Latin small letter u with ring above":"Lettera U latina minuscola con cerchio in alto","Latin capital letter u with double acute":"Lettera U latina maiuscola con doppio accento acuto","Latin small letter u with double acute":"Lettera U latina minuscola con doppio accento acuto","Latin capital letter u with ogonek":"Lettera U latina maiuscola con codetta","Latin small letter u with ogonek":"Lettera U latina minuscola con codetta","Latin capital letter w with circumflex":"Lettera W latina maiuscola con accento circonflesso","Latin small letter w with circumflex":"Lettera W latina minuscola con accento circonflesso","Latin capital letter y with circumflex":"Lettera Y latina maiuscola con accento circonflesso","Latin small letter y with circumflex":"Lettera Y latina minuscola con accento circonflesso","Latin capital letter y with diaeresis":"Lettera Y latina maiuscola con dieresi","Latin capital letter z with acute":"Lettera Z latina maiuscola con accento acuto","Latin small letter z with acute":"Lettera Z latina minuscola con accento acuto","Latin capital letter z with dot above":"Lettera Z latina maiuscola con punto sovrascritto","Latin small letter z with dot above":"Lettera Z latina minuscola con punto sovrascritto","Latin capital letter z with caron":"Lettera Z latina maiuscola con pipa","Latin small letter z with caron":"Lettera Z latina minuscola con pipa","Latin small letter long s":"Lettera S latina lunga minuscola","Less-than sign":"Simbolo minore di","Greater-than sign":"Simbolo maggiore di","Less-than or equal to":"Minore o uguale a","Greater-than or equal to":"Maggiore o uguale a","En dash":"Trattino medio (en)","Em dash":"Trattino lungo (em)","Macron":"Macron","Overline":"Linea alta","Degree sign":"Simbolo gradi","Minus sign":"Segno di sottrazione","Plus-minus sign":"Segno più o meno","Division sign":"Segno di divisione","Fraction slash":"Barra di frazione","Multiplication sign":"Segno di moltiplicazione","Latin small letter f with hook":"Lettera f latina minuscola con gancio","Integral":"Integrale","N-ary summation":"Sommatoria","Infinity":"Infinito","Square root":"Radice quadrata","Tilde operator":"Operatore tilde","Approximately equal to":"Approssimativamente uguale a","Almost equal to":"Quasi uguale a","Not equal to":"Non uguale a","Identical to":"Identico a","Element of":"Elemento di","Not an element of":"Non parte di","Contains as member":"Contiene","N-ary product":"Prodotto ennesimo","Logical and":"E logico","Logical or":"O logico","Not sign":"Simbolo Not","Intersection":"Intersezione","Union":"Unione","Partial differential":"Derivata parziale","For all":"Per ogni","There exists":"Esiste","Empty set":"Insieme vuoto","Nabla":"Nabla","Asterisk operator":"Operatore asterisco","Proportional to":"Proporzionale a","Angle":"Angolo","Vulgar fraction one quarter":"Frazione semplice un quarto","Vulgar fraction one half":"Frazione semplice un mezzo","Vulgar fraction three quarters":"Frazione semplice tre quarti","Single left-pointing angle quotation mark":"Virgoletta angolare a sinistra","Single right-pointing angle quotation mark":"Virgoletta angolare a destra","Left-pointing double angle quotation mark":"Virgolette doppie angolari a sinistra","Right-pointing double angle quotation mark":"Virgolette doppie angolari a destra","Left single quotation mark":"Virgoletta a sinistra","Right single quotation mark":"Virgoletta a destra","Left double quotation mark":"Doppie virgolette a sinistra","Right double quotation mark":"Doppie virgolette a destra","Single low-9 quotation mark":"Virgoletta bassa","Double low-9 quotation mark":"Doppie virgolette basse","Inverted exclamation mark":"Punto esclamativo invertito","Inverted question mark":"Punto interrogativo invertito","Two dot leader":"Due punti iniziali","Horizontal ellipsis":"Puntini di sospensione orizzontali","Double dagger":"Doppio obelisco","Per mille sign":"Simbolo per mille","Per ten thousand sign":"Simbolo per diecimila","Double exclamation mark":"Doppio punto esclamativo","Question exclamation mark":"Punti interrogativo ed esclamativo","Exclamation question mark":"Punti esclamativo e interrogativo","Double question mark":"Doppio punto interrogativo","Copyright sign":"Simbolo copyright","Registered sign":"Simbolo marchio registrato","Trade mark sign":"Simbolo trademark","Section sign":"Simbolo sezione","Paragraph sign":"Simbolo paragrafo","Reversed paragraph sign":"Simbolo paragrafo invertito","Character categories":"Categorie di caratteri","Source":"Sorgente","Show source":"Mostra sorgente","Show blocks":"Mostra blocchi","Select all":"Seleziona tutto","Disable editing":"Disabilita modifica","Enable editing":"Abilita modifica","Previous editable region":"Regione modificabile precedente","Next editable region":"Regione modificabile successiva","Navigate editable regions":"Spostati tra regioni modificabili","Remove Format":"Rimuovi formato","Page break":"Interruzione di pagina","media widget":"widget media","Media URL":"URL media","Paste the media URL in the input.":"Incolla l'URL del file multimediale nell'input.","Tip: Paste the URL into the content to embed faster.":"Consiglio: incolla l'URL nel contenuto per un'incorporazione più veloce.","The URL must not be empty.":"L'URL non può essere vuoto.","This media URL is not supported.":"Questo URL di file multimediali non è supportato.","Insert media":"Inserisci media","Media toolbar":"Barra degli strumenti degli elementi multimediali","Open media in new tab":"Apri media in nuova scheda","Numbered List":"Elenco numerato","Bulleted List":"Elenco puntato","To-do List":"Elenco cose da fare","Bulleted list styles toolbar":"Barra degli strumenti con gli stili degli elenchi puntati","Numbered list styles toolbar":"Barra degli strumenti con gli stili degli elenchi numerati","Toggle the disc list style":"Attiva/disattiva lo stile degli elenchi con dischi","Toggle the circle list style":"Attiva/disattiva lo stile degli elenchi con cerchi","Toggle the square list style":"Attiva/disattiva lo stile degli elenchi con quadrati","Toggle the decimal list style":"Attiva/disattiva lo stile degli elenchi con numeri","Toggle the decimal with leading zero list style":"Attiva/disattiva lo stile degli elenchi con numeri con zero anteposto","Toggle the lower–roman list style":"Attiva/disattiva lo stile degli elenchi con numeri romani minuscoli","Toggle the upper–roman list style":"Attiva/disattiva lo stile degli elenchi con numeri romani maiuscoli","Toggle the lower–latin list style":"Attiva/disattiva lo stile degli elenchi con lettere minuscole","Toggle the upper–latin list style":"Attiva/disattiva lo stile degli elenchi con lettere maiuscole","Disc":"Disco","Circle":"Cerchio","Square":"Quadrato","Decimal":"Numero","Decimal with leading zero":"Numero con zero anteposto","Lower–roman":"Numero romano minuscolo","Upper-roman":"Numero romano maiuscolo","Lower-latin":"Lettera minuscola","Upper-latin":"Lettera maiuscola","List properties":"Proprietà elenco","Start at":"Inizia da","Invalid start index value.":"Valore dell'indice iniziale non valido.","Start index must be greater than 0.":"L'indice iniziale deve essere maggiore di 0.","Reversed order":"Ordine inverso","Keystrokes that can be used in a list":"Tasti che possono essere utilizzati in un elenco","Increase list item indent":"Aumenta il rientro delle voci dell'elenco","Decrease list item indent":"Diminuisce il rientro delle voci dell'elenco","Entering a to-do list":"Inserisci elenco di cose da fare","Leaving a to-do list":"Esci da elenco di cose da fare","Unlink":"Elimina collegamento","Link":"Collegamento","Link URL":"URL del collegamento","Link URL must not be empty.":"L'URL del link non può essere lasciato in bianco.","Link image":"Collega immagine","Edit link":"Modifica collegamento","Open link in new tab":"Apri collegamento in nuova scheda","This link has no URL":"Questo collegamento non ha un URL","Open in a new tab":"Apri in una nuova scheda","Downloadable":"Scaricabile","Create link":"Crea un link","Move out of a link":"Esce da un link","Language":"Lingua","Choose language":"Seleziona lingua","Remove language":"Rimuovi lingua","Increase indent":"Aumenta rientro","Decrease indent":"Riduci rientro","image widget":"Widget immagine","Wrap text":"Testo a capo","Break text":"Interrompi testo","In line":"In linea","Side image":"Immagine laterale","Full size image":"Immagine a dimensione intera","Left aligned image":"Immagine allineata a sinistra","Centered image":"Immagine centrata","Right aligned image":"Immagine allineata a destra","Change image text alternative":"Cambia testo alternativo dell'immagine","Text alternative":"Testo alternativo","Enter image caption":"inserire didascalia dell'immagine","Insert image":"Inserisci immagine","Replace image":"Sostituisci l'immagine","Upload from computer":"Carica dal computer","Replace from computer":"Sostituisci dal computer","Upload image from computer":"Carica l'immagine dal computer","Image from computer":"Immagine dal computer","Replace image from computer":"Sostituisci l'immagine dal computer","Upload failed":"Caricamento fallito","Image toolbar":"Barra degli strumenti dell'immagine","Resize image":"Ridimensiona immagine","Resize image to %0":"Ridimensiona immagine a %0","Resize image to the original size":"Ridimensiona immagine alle dimensioni originali","Resize image (in %0)":"Ridimensiona immagine (in %0 )","Original":"Originale","Custom image size":"Dimensioni immagine personalizzate","Custom":"Personalizzato","Image resize list":"Elenco ridimensionamenti immagine","Insert":"Inserisci","Update":"Aggiorna","Insert image via URL":"Inserisci immagine tramite URL","Update image URL":"Aggiorna URL immagine","Caption for the image":"Didascalia dell'immagine","Caption for image: %0":"Didascalia dell'immagine: %0","The value must not be empty.":"Il valore non può essere essere lasciato in bianco.","The value should be a plain number.":"Il valore deve essere un numero intero.","Uploading image":"Caricamento immagine in corso","Image upload complete":"Caricamento immagine completato","Error during image upload":"Errore durante il caricamento dell'immagine","HTML object":"Oggetto HTML","Insert HTML":"Inserisci HTML","HTML snippet":"Frammento HTML","Paste raw HTML here...":"Incolla qui HTML non elaborato...","Edit source":"Modifica sorgente","Save changes":"Salva modifiche","No preview available":"Nessuna anteprima disponibile","Empty snippet content":"Contenuto frammento di codice vuoto","Horizontal line":"Linea orizzontale","Yellow marker":"Contrassegno giallo","Green marker":"Contrassegno verde","Pink marker":"Contrassegno rosa","Blue marker":"Contrassegno blu","Red pen":"Penna rossa","Green pen":"Penna verde","Remove highlight":"Rimuovi evidenziazione","Highlight":"Evidenzia","Text highlight toolbar":"Barra degli strumenti dell'evidenziazione del testo","Paragraph":"Paragrafo","Heading":"Intestazione","Choose heading":"Seleziona intestazione","Heading 1":"Intestazione 1","Heading 2":"Intestazione 2","Heading 3":"Intestazione 3","Heading 4":"Intestazione 4","Heading 5":"Intestazione 5","Heading 6":"Intestazione 6","Type your title":"Inserire il proprio titolo","Type or paste your content here.":"Inserire o incollare qui il proprio contenuto.","Font Size":"Dimensione caratteri","Tiny":"Piccolissimi","Small":"Piccoli","Big":"Grandi","Huge":"Grandissimi","Font Family":"Tipo di caratteri","Default":"Predefinito","Font Color":"Colore caratteri","Font Background Color":"Colore di sfondo caratteri","Document colors":"Colori del docmento","Find and replace":"Trova e sostituisci","Find in text…":"Trova nel testo…","Find":"Trova","Previous result":"Risultato precedente","Next result":"Risultato successivo","Replace":"Sostituisci","Replace all":"Sostituisci tutto","Match case":"Distingui maiuscole e minuscole","Whole words only":"Solo parole intere","Replace with…":"Sostituisci con…","Text to find must not be empty.":"Il testo da cercare non può essere vuoto.","Tip: Find some text first in order to replace it.":"Consiglio: trova il testo prima di sostituirlo.","Advanced options":"Opzioni avanzate","Find in the document":"Trova nel documento","Insert a soft break (a <code>&lt;br&gt;</code> element)":"Inserisce un'interruzione di riga (un elemento <code>&lt;br&gt;</code>)","Insert a hard break (a new paragraph)":"Inserisce un'interruzione di riga forzata (un nuovo paragrafo)","Cancel":"Annulla","Clear":"Cancella","Remove color":"Rimuovi colore","Restore default":"Ripristina predefinito","Save":"Salva","Show more items":"Mostra più elementi","%0 of %1":"%0 di %1","Cannot upload file:":"Impossibile caricare il file:","Rich Text Editor. Editing area: %0":"Editor Rich Text. Area di modifica: %0","Insert with file manager":"Inserisci con file manager","Replace with file manager":"Sostituisci con file manager","Insert image with file manager":"Inserisci l'immagine con il file manager","Replace image with file manager":"Sostituisci l'immagine con il file manager","Toggle caption off":"Attiva didascalia","Toggle caption on":"Disattiva didascalia","Content editing keystrokes":"Tasti per la modifica del contenuto","These keyboard shortcuts allow for quick access to content editing features.":"Queste scorciatoie da tastiera permettono di accedere velocemente alle funzionalità di modifica del contenuto.","User interface and content navigation keystrokes":"Tasti per la navigazione nell'interfaccia utente e nei contenuti","Use the following keystrokes for more efficient navigation in the CKEditor 5 user interface.":"Utilizza i seguenti tasti per una navigazione più efficiente nell'interfaccia utente di CKEditor 5.","Close contextual balloons, dropdowns, and dialogs":"Chiude menu a discesa, finestre di dialogo e callout contestuali","Open the accessibility help dialog":"Apre la finestra di dialogo della guida all'accessibilità","Move focus between form fields (inputs, buttons, etc.)":"Seleziona/deseleziona i diversi campi del modulo (inserimenti, pulsanti ecc.)","Move focus to the menu bar, navigate between menu bars":"Sposta la selezione sulla barra dei menu, naviga tra le barre dei menu","Move focus to the toolbar, navigate between toolbars":"Seleziona la barra degli strumenti, permette di spostarsi tra le barre degli strumenti","Navigate through the toolbar or menu bar":"Naviga nella barra degli strumenti o nella barra dei menu","Execute the currently focused button. Executing buttons that interact with the editor content moves the focus back to the content.":"Esegui il pulsante attualmente selezionato. L'esecuzione dei pulsanti che interagiscono con il contenuto dell'editor riporta la selezione sul contenuto.","Accept":"Accetta","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","Copy selected content":"Copia il contenuto selezionato","Paste content":"Incolla il contenuto","Paste content as plain text":"Incolla il contenuto come testo normale","Insert image or file":"Inserisci immagine o file","Image or file":"Immagine o file","Could not obtain resized image URL.":"Non è stato possibile ottenere l'URL dell'immagine ridimensionata.","Selecting resized image failed":"La selezione dell'immagine ridimensionata è fallita","Could not insert image at the current position.":"Non è stato possibile inserire l'immagine nella posizione corrente.","Inserting image failed":"L'inserimento dell'immagine è fallito","Open file manager":"Apri il gestore dei file","Cannot determine a category for the uploaded file.":"Impossibile determinare la categoria del file caricato.","Cannot access default workspace.":"Impossibile accedere all'area di lavoro predefinita.","Edit image":"Modifica immagine","Processing the edited image.":"Elaborazione dell'immagine modificata.","Server failed to process the image.":"Il server non è riuscito a elaborare l'immagine.","Failed to determine category of edited image.":"Impossibile determinare la categoria dell'immagine modificata.","Block quote":"Blocco citazione","Bold":"Grassetto","Italic":"Corsivo","Underline":"Sottolineato","Code":"Codice","Strikethrough":"Barrato","Subscript":"Pedice","Superscript":"Apice","Italic text":"Testo in corsivo","Move out of an inline code style":"Esce da uno stile di codice in linea","Bold text":"Testo in grassetto","Underline text":"Testo sottolineato","Strikethrough text":"Testo barrato","Saving changes":"Salvataggio modifiche","Revert autoformatting action":"Annulla l'azione di formattazione automatica","Align left":"Allinea a sinistra","Align right":"Allinea a destra","Align center":"Allinea al centro","Justify":"Giustifica","Text alignment":"Allineamento del testo","Text alignment toolbar":"Barra degli strumenti dell'allineamento"},getPluralForm(n){return n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 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 { [ 'it' ]: { dictionary, getPluralForm } } = {"it":{"dictionary":{"Words: %0":"Parole: %0","Characters: %0":"Caratteri: %0","Widget toolbar":"Barra degli strumenti del widget","Insert paragraph before block":"Inserisci paragrafo prima di blocco","Insert paragraph after block":"Inserisci paragrafo dopo blocco","Press Enter to type after or press Shift + Enter to type before the widget":"Premere Invio per inserire dopo il widget o premere Maiusc + Invio per inserire prima del widget","Keystrokes that can be used when a widget is selected (for example: image, table, etc.)":"Tasti che possono essere utilizzati quando viene selezionato un widget (ad esempio: immagine, tabella ecc.)","Insert a new paragraph directly after a widget":"Inserisce un nuovo paragrafo direttamente dopo un widget","Insert a new paragraph directly before a widget":"Inserisce un nuovo paragrafo direttamente prima di un widget","Move the caret to allow typing directly before a widget":"Sposta il cursore per consentire la digitazione direttamente prima di un widget","Move the caret to allow typing directly after a widget":"Sposta il cursore per consentire la digitazione direttamente dopo un widget","Upload in progress":"Caricamento in corso","Undo":"Annulla","Redo":"Ripristina","Rich Text Editor":"Editor di testo formattato","Editor editing area: %0":"Area di modifica dell'editor: %0","Edit block":"Modifica blocco","Click to edit block":"Clicca per modificare il blocco","Drag to move":"Trascina per spostare","Next":"Avanti","Previous":"Indietro","Editor toolbar":"Barra degli strumenti dell'editor","Dropdown toolbar":"Barra degli strumenti del menu a discesa","Black":"Nero","Dim grey":"Grigio tenue","Grey":"Grigio","Light grey":"Grigio chiaro","White":"Bianco","Red":"Rosso","Orange":"Arancio","Yellow":"Giallo","Light green":"Verde chiaro","Green":"Verde","Aquamarine":"Aquamarina","Turquoise":"Turchese","Light blue":"Azzurro","Blue":"Blu","Purple":"Porpora","Editor block content toolbar":"Barra degli strumenti contestuale dell'editor del blocco","Editor contextual toolbar":"Barra degli strumenti contestuale dell'editor","HEX":"HEX","No results found":"Nessun risultato trovato","No searchable items":"Nessun elemento ricercabile","Editor dialog":"Finestra di dialogo dell'editor","Close":"Chiudi","Help Contents. To close this dialog press ESC.":"Sommario della guida. Per chiudere questa finestra di dialogo premi ESC.","Below, you can find a list of keyboard shortcuts that can be used in the editor.":"Qui sotto puoi trovare un elenco di scorciatoie da tastiera che possono essere utilizzate nell'editor.","(may require <kbd>Fn</kbd>)":"(può richiedere <kbd>Fn</kbd>)","Accessibility":"Accessibilità","Accessibility help":"Guida all'accessibilità","Press %0 for help.":"Premi %0 per aprire la guida.","Move focus in and out of an active dialog window":"Seleziona/deseleziona una finestra di dialogo attiva","MENU_BAR_MENU_FILE":"File","MENU_BAR_MENU_EDIT":"Modifica","MENU_BAR_MENU_VIEW":"Vista","MENU_BAR_MENU_INSERT":"Inserisci","MENU_BAR_MENU_FORMAT":"Formato","MENU_BAR_MENU_TOOLS":"Strumenti","MENU_BAR_MENU_HELP":"Aiuto","MENU_BAR_MENU_TEXT":"Testo","MENU_BAR_MENU_FONT":"Carattere","Editor menu bar":"Barra dei menu dell'editor","Please enter a valid color (e.g. \"ff0000\").":"Inserisci un colore valido (ad esempio \"ff0000\").","Insert table":"Inserisci tabella","Header column":"Intestazione colonna","Insert column left":"Inserisci colonna a sinistra","Insert column right":"Inserisci colonna a destra","Delete column":"Elimina colonna","Select column":"Seleziona colonna","Column":"Colonna","Header row":"Riga d'intestazione","Insert row below":"Inserisci riga sotto","Insert row above":"Inserisci riga sopra","Delete row":"Elimina riga","Select row":"Seleziona riga","Row":"Riga","Merge cell up":"Unisci cella sopra","Merge cell right":"Unisci cella a destra","Merge cell down":"Unisci cella sotto","Merge cell left":"Unisci cella a sinistra","Split cell vertically":"Dividi cella verticalmente","Split cell horizontally":"Dividi cella orizzontalmente","Merge cells":"Unisci celle","Table toolbar":"Barra degli strumenti della tabella","Table properties":"Proprietà tabella","Cell properties":"Proprietà cella","Border":"Bordo","Style":"Stile","Width":"Larghezza","Height":"Altezza","Color":"Colore","Background":"Sfondo","Padding":"Spaziatura interna","Dimensions":"Dimensioni","Table cell text alignment":"Allineamento del testo nella cella della tabella","Alignment":"Allineamento","Horizontal text alignment toolbar":"Barra degli strumenti dell'allineamento orizzontale del testo","Vertical text alignment toolbar":"Barra degli strumenti dell'allineamento verticale del testo","Table alignment toolbar":"Barra degli strumenti dell'allineamento della tabella","None":"Nessuno","Solid":"Solido","Dotted":"Punteggiato","Dashed":"Tratteggiato","Double":"Doppio","Groove":"Scanalatura","Ridge":"Rilievo","Inset":"Incassato","Outset":"Rialzato","Align cell text to the left":"Allinea il testo della cella a sinistra","Align cell text to the center":"Allinea il testo della cella al centro","Align cell text to the right":"Allinea il testo della cella a destra","Justify cell text":"Testo della cella giustificato","Align cell text to the top":"Allinea il testo della cella in alto","Align cell text to the middle":"Allinea il testo della cella in mezzo","Align cell text to the bottom":"Allinea il testo della cella in basso","Align table to the left":"Allinea tabella a sinistra","Center table":"Allinea tabella al centro","Align table to the right":"Allinea tabella a destra","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Il colore non è valido. Provare \"#FF0000\" o \"rgb(255,0,0)\" o \"red\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Il valore non è valido. Provare \"10px\" o \"2em\" o semplicemente \"2\".","Color picker":"Selezione colore","Enter table caption":"Inserire la didascalia della tabella","Keystrokes that can be used in a table cell":"Tasti che possono essere utilizzati nella cella di una tabella","Move the selection to the next cell":"Sposta la selezione alla cella successiva","Move the selection to the previous cell":"Sposta la selezione alla cella precedente","Insert a new table row (when in the last cell of a table)":"Inserisce una nuova riga nella tabella (quando ci si trova nell'ultima cella di una tabella)","Navigate through the table":"Permette di spostarsi all'interno della tabella","Table":"Tabella","Styles":"Stili","Multiple styles":"Stili multipli","Block styles":"Stili per blocchi","Text styles":"Stili per testi","Special characters":"Caratteri speciali","All":"Tutti","Arrows":"Frecce","Currency":"Valuta","Latin":"Latini","Mathematical":"Matematici","Text":"Testo","leftwards simple arrow":"freccia semplice verso sinistra","rightwards simple arrow":"freccia semplice verso destra","upwards simple arrow":"freccia semplice verso l'alto","downwards simple arrow":"freccia semplice verso il basso","leftwards double arrow":"Freccia doppia verso sinistra","rightwards double arrow":"Freccia doppia verso destra","upwards double arrow":"Freccia doppia verso l'alto","downwards double arrow":"Freccia doppia verso il basso","leftwards dashed arrow":"Freccia tratteggiata verso sinistra","rightwards dashed arrow":"Freccia tratteggiata verso destra","upwards dashed arrow":"Freccia tratteggiata verso l'alto","downwards dashed arrow":"Freccia tratteggiata verso il basso","leftwards arrow to bar":"Freccia verso barra a sinistra","rightwards arrow to bar":"Freccia verso barra a destra","upwards arrow to bar":"Freccia verso barra in alto","downwards arrow to bar":"Freccia verso barra in basso","up down arrow with base":"Doppia freccia verticale con base","back with leftwards arrow above":"back con sopra freccia verso sinistra","end with leftwards arrow above":"end con sopra freccia verso sinistra","on with exclamation mark with left right arrow above":"on! con sopra freccia verso sinistra","soon with rightwards arrow above":"soon con sopra freccia verso destra","top with upwards arrow above":"top con sopra freccia verso l'alto","Dollar sign":"Simbolo dollaro","Euro sign":"Simbolo euro","Yen sign":"Simbolo yen","Pound sign":"Simbolo sterlina","Cent sign":"Simbolo centesimo","Euro-currency sign":"Simbolo valuta euro","Colon sign":"Simbolo colon","Cruzeiro sign":"Simbolo cruzeiro","French franc sign":"Simbolo franco francese","Lira sign":"Simbolo lira","Currency sign":"Simbolo valuta","Bitcoin sign":"Simbolo bitcoin","Mill sign":"Simbolo millesimo","Naira sign":"Simbolo naira","Peseta sign":"Simbolo peseta","Rupee sign":"Simbolo rupia","Won sign":"Simbolo won","New sheqel sign":"Simbolo nuovo shekel","Dong sign":"Simbolo dong","Kip sign":"Simbolo kip","Tugrik sign":"Simbolo tugrik","Drachma sign":"Simbolo dracma","German penny sign":"Simbolo pfennig tedesco","Peso sign":"Simbolo peso","Guarani sign":"Simbolo guaraní","Austral sign":"Simbolo austral","Hryvnia sign":"Simbolo grivnia","Cedi sign":"Simbolo cedi","Livre tournois sign":"Simbolo livre tournois","Spesmilo sign":"Simbolo spesmilo","Tenge sign":"Simbolo tenge","Indian rupee sign":"Simbolo rupia indiana","Turkish lira sign":"Simbolo lira turca","Nordic mark sign":"Simbolo marco nordico","Manat sign":"Simbolo manat","Ruble sign":"Simbolo rublo","Latin capital letter a with macron":"Lettera A latina maiuscola con macron","Latin small letter a with macron":"Lettera A latina minuscola con macron","Latin capital letter a with breve":"Lettera A latina maiuscola con breve","Latin small letter a with breve":"Lettera A latina minuscola con breve","Latin capital letter a with ogonek":"Lettera A latina maiuscola con codetta","Latin small letter a with ogonek":"Lettera A latina minuscola con codetta","Latin capital letter c with acute":"Lettera C latina maiuscola con accento acuto","Latin small letter c with acute":"Lettera C latina minuscola con accento acuto","Latin capital letter c with circumflex":"Lettera C latina maiuscola con accento circonflesso","Latin small letter c with circumflex":"Lettera C latina minuscola con accento circonflesso","Latin capital letter c with dot above":"Lettera C latina maiuscola con punto sovrascritto","Latin small letter c with dot above":"Lettera C latina minuscola con punto sovrascritto","Latin capital letter c with caron":"Lettera C latina maiuscola con pipa","Latin small letter c with caron":"Lettera C latina minuscola con pipa","Latin capital letter d with caron":"Lettera D latina maiuscola con pipa","Latin small letter d with caron":"Lettera D latina minuscola con pipa","Latin capital letter d with stroke":"Lettera D latina maiuscola con barra","Latin small letter d with stroke":"Lettera D latina minuscola con barra","Latin capital letter e with macron":"Lettera E latina maiuscola con macron","Latin small letter e with macron":"Lettera E latina minuscola con macron","Latin capital letter e with breve":"Lettera E latina maiuscola con accento breve","Latin small letter e with breve":"Lettera E latina minuscola con accento breve","Latin capital letter e with dot above":"Lettera E latina maiuscola con punto sovrascritto","Latin small letter e with dot above":"Lettera E latina minuscola con punto sovrascritto","Latin capital letter e with ogonek":"Lettera E latina maiuscola con codetta","Latin small letter e with ogonek":"Lettera E latina minuscola con codetta","Latin capital letter e with caron":"Lettera E latina maiuscola con pipa","Latin small letter e with caron":"Lettera E latina minuscola con pipa","Latin capital letter g with circumflex":"Lettera G latina maiuscola con accento circonflesso","Latin small letter g with circumflex":"Lettera G latina minuscola con accento circonflesso","Latin capital letter g with breve":"Lettera G latina maiuscola con breve","Latin small letter g with breve":"Lettera G latina minuscola con breve","Latin capital letter g with dot above":"Lettera G latina maiuscola con punto sovrascritto","Latin small letter g with dot above":"Lettera G latina minuscola con punto sovrascritto","Latin capital letter g with cedilla":"Lettera G latina maiuscola con cediglia","Latin small letter g with cedilla":"Lettera G latina minuscola con cediglia","Latin capital letter h with circumflex":"Lettera H latina maiuscola con accento circonflesso","Latin small letter h with circumflex":"Lettera H latina minuscola con accento circonflesso","Latin capital letter h with stroke":"Lettera H latina maiuscola con barra","Latin small letter h with stroke":"Lettera H latina minuscola con barra","Latin capital letter i with tilde":"Lettera I latina maiuscola con tilde","Latin small letter i with tilde":"Lettera I latina minuscola con tilde","Latin capital letter i with macron":"Lettera I latina maiuscola con macron","Latin small letter i with macron":"Lettera I latina minuscola con macron","Latin capital letter i with breve":"Lettera I latina maiuscola con breve","Latin small letter i with breve":"Lettera I latina minuscola con breve","Latin capital letter i with ogonek":"Lettera I latina maiuscola con codetta","Latin small letter i with ogonek":"Lettera I latina minuscola con codetta","Latin capital letter i with dot above":"Lettera I latina maiuscola con punto sovrascritto","Latin small letter dotless i":"Lettera I latina minuscola senza punto","Latin capital ligature ij":"Legatura IJ latina maiuscola","Latin small ligature ij":"Legatura IJ latina minuscola","Latin capital letter j with circumflex":"Lettera J latina maiuscola con accento circonflesso","Latin small letter j with circumflex":"Lettera J latina minuscola con accento circonflesso","Latin capital letter k with cedilla":"Lettera K latina maiuscola con cediglia","Latin small letter k with cedilla":"Lettera K latina minuscola con cediglia","Latin small letter kra":"Lettera Kra latina minuscola","Latin capital letter l with acute":"Lettera L latina maiuscola con accento acuto","Latin small letter l with acute":"Lettera L latina minuscola con accento acuto","Latin capital letter l with cedilla":"Lettera L latina maiuscola con cediglia","Latin small letter l with cedilla":"Lettera L latina minuscola con cediglia","Latin capital letter l with caron":"Lettera L latina maiuscola con pipa","Latin small letter l with caron":"Lettera L latina minuscola con pipa","Latin capital letter l with middle dot":"Lettera L latina maiuscola con punto in mezzo","Latin small letter l with middle dot":"Lettera L latina minuscola con punto in mezzo","Latin capital letter l with stroke":"Lettera L latina maiuscola con barra","Latin small letter l with stroke":"Lettera L latina minuscola con barra","Latin capital letter n with acute":"Lettera N latina maiuscola con accento acuto","Latin small letter n with acute":"Lettera N latina minuscola con accento acuto","Latin capital letter n with cedilla":"Lettera N latina maiuscola con cediglia","Latin small letter n with cedilla":"Lettera N latina minuscola con cediglia","Latin capital letter n with caron":"Lettera N latina maiuscola con pipa","Latin small letter n with caron":"Lettera N latina minuscola con pipa","Latin small letter n preceded by apostrophe":"Lettera N latina minuscola preceduta da apostrofo","Latin capital letter eng":"Nasale velare maiuscola","Latin small letter eng":"Nasale velare minuscola","Latin capital letter o with macron":"Lettera O latina maiuscola con macron","Latin small letter o with macron":"Lettera O latina minuscola con macron","Latin capital letter o with breve":"Lettera O latina maiuscola con breve","Latin small letter o with breve":"Lettera O latina minuscola con breve","Latin capital letter o with double acute":"Lettera O latina maiuscola con doppio accento acuto","Latin small letter o with double acute":"Lettera O latina minuscola con doppio accento acuto","Latin capital ligature oe":"Legatura OE latina maiuscola","Latin small ligature oe":"Legatura OE latina minuscola","Latin capital letter r with acute":"Lettera R latina maiuscola con accento acuto","Latin small letter r with acute":"Lettera R latina minuscola con accento acuto","Latin capital letter r with cedilla":"Lettera R latina maiuscola con cediglia","Latin small letter r with cedilla":"Lettera R latina minuscola con cediglia","Latin capital letter r with caron":"Lettera R latina maiuscola con pipa","Latin small letter r with caron":"Lettera R latina minuscola con pipa","Latin capital letter s with acute":"Lettera S latina maiuscola con accento acuto","Latin small letter s with acute":"Lettera S latina minuscola con accento acuto","Latin capital letter s with circumflex":"Lettera S latina maiuscola con accento circonflesso","Latin small letter s with circumflex":"Lettera S latina minuscola con accento circonflesso","Latin capital letter s with cedilla":"Lettera S latina maiuscola con cediglia","Latin small letter s with cedilla":"Lettera S latina minuscola con cediglia","Latin capital letter s with caron":"Lettera S latina maiuscola con pipa","Latin small letter s with caron":"Lettera S latina minuscola con pipa","Latin capital letter t with cedilla":"Lettera T latina maiuscola con cediglia","Latin small letter t with cedilla":"Lettera T latina minuscola con cediglia","Latin capital letter t with caron":"Lettera T latina maiuscola con pipa","Latin small letter t with caron":"Lettera T latina minuscola con pipa","Latin capital letter t with stroke":"Lettera T latina maiuscola con barra","Latin small letter t with stroke":"Lettera T latina minuscola con barra","Latin capital letter u with tilde":"Lettera U latina maiuscola con tilde","Latin small letter u with tilde":"Lettera U latina minuscola con tilde","Latin capital letter u with macron":"Lettera U latina maiuscola con macron","Latin small letter u with macron":"Lettera U latina minuscola con macron","Latin capital letter u with breve":"Lettera U latina maiuscola con breve","Latin small letter u with breve":"Lettera U latina minuscola con breve","Latin capital letter u with ring above":"Lettera U latina maiuscola con anello in alto","Latin small letter u with ring above":"Lettera U latina minuscola con cerchio in alto","Latin capital letter u with double acute":"Lettera U latina maiuscola con doppio accento acuto","Latin small letter u with double acute":"Lettera U latina minuscola con doppio accento acuto","Latin capital letter u with ogonek":"Lettera U latina maiuscola con codetta","Latin small letter u with ogonek":"Lettera U latina minuscola con codetta","Latin capital letter w with circumflex":"Lettera W latina maiuscola con accento circonflesso","Latin small letter w with circumflex":"Lettera W latina minuscola con accento circonflesso","Latin capital letter y with circumflex":"Lettera Y latina maiuscola con accento circonflesso","Latin small letter y with circumflex":"Lettera Y latina minuscola con accento circonflesso","Latin capital letter y with diaeresis":"Lettera Y latina maiuscola con dieresi","Latin capital letter z with acute":"Lettera Z latina maiuscola con accento acuto","Latin small letter z with acute":"Lettera Z latina minuscola con accento acuto","Latin capital letter z with dot above":"Lettera Z latina maiuscola con punto sovrascritto","Latin small letter z with dot above":"Lettera Z latina minuscola con punto sovrascritto","Latin capital letter z with caron":"Lettera Z latina maiuscola con pipa","Latin small letter z with caron":"Lettera Z latina minuscola con pipa","Latin small letter long s":"Lettera S latina lunga minuscola","Less-than sign":"Simbolo minore di","Greater-than sign":"Simbolo maggiore di","Less-than or equal to":"Minore o uguale a","Greater-than or equal to":"Maggiore o uguale a","En dash":"Trattino medio (en)","Em dash":"Trattino lungo (em)","Macron":"Macron","Overline":"Linea alta","Degree sign":"Simbolo gradi","Minus sign":"Segno di sottrazione","Plus-minus sign":"Segno più o meno","Division sign":"Segno di divisione","Fraction slash":"Barra di frazione","Multiplication sign":"Segno di moltiplicazione","Latin small letter f with hook":"Lettera f latina minuscola con gancio","Integral":"Integrale","N-ary summation":"Sommatoria","Infinity":"Infinito","Square root":"Radice quadrata","Tilde operator":"Operatore tilde","Approximately equal to":"Approssimativamente uguale a","Almost equal to":"Quasi uguale a","Not equal to":"Non uguale a","Identical to":"Identico a","Element of":"Elemento di","Not an element of":"Non parte di","Contains as member":"Contiene","N-ary product":"Prodotto ennesimo","Logical and":"E logico","Logical or":"O logico","Not sign":"Simbolo Not","Intersection":"Intersezione","Union":"Unione","Partial differential":"Derivata parziale","For all":"Per ogni","There exists":"Esiste","Empty set":"Insieme vuoto","Nabla":"Nabla","Asterisk operator":"Operatore asterisco","Proportional to":"Proporzionale a","Angle":"Angolo","Vulgar fraction one quarter":"Frazione semplice un quarto","Vulgar fraction one half":"Frazione semplice un mezzo","Vulgar fraction three quarters":"Frazione semplice tre quarti","Single left-pointing angle quotation mark":"Virgoletta angolare a sinistra","Single right-pointing angle quotation mark":"Virgoletta angolare a destra","Left-pointing double angle quotation mark":"Virgolette doppie angolari a sinistra","Right-pointing double angle quotation mark":"Virgolette doppie angolari a destra","Left single quotation mark":"Virgoletta a sinistra","Right single quotation mark":"Virgoletta a destra","Left double quotation mark":"Doppie virgolette a sinistra","Right double quotation mark":"Doppie virgolette a destra","Single low-9 quotation mark":"Virgoletta bassa","Double low-9 quotation mark":"Doppie virgolette basse","Inverted exclamation mark":"Punto esclamativo invertito","Inverted question mark":"Punto interrogativo invertito","Two dot leader":"Due punti iniziali","Horizontal ellipsis":"Puntini di sospensione orizzontali","Double dagger":"Doppio obelisco","Per mille sign":"Simbolo per mille","Per ten thousand sign":"Simbolo per diecimila","Double exclamation mark":"Doppio punto esclamativo","Question exclamation mark":"Punti interrogativo ed esclamativo","Exclamation question mark":"Punti esclamativo e interrogativo","Double question mark":"Doppio punto interrogativo","Copyright sign":"Simbolo copyright","Registered sign":"Simbolo marchio registrato","Trade mark sign":"Simbolo trademark","Section sign":"Simbolo sezione","Paragraph sign":"Simbolo paragrafo","Reversed paragraph sign":"Simbolo paragrafo invertito","Character categories":"Categorie di caratteri","Source":"Sorgente","Show source":"Mostra sorgente","Show blocks":"Mostra blocchi","Select all":"Seleziona tutto","Disable editing":"Disabilita modifica","Enable editing":"Abilita modifica","Previous editable region":"Regione modificabile precedente","Next editable region":"Regione modificabile successiva","Navigate editable regions":"Spostati tra regioni modificabili","Remove Format":"Rimuovi formato","Page break":"Interruzione di pagina","media widget":"widget media","Media URL":"URL media","Paste the media URL in the input.":"Incolla l'URL del file multimediale nell'input.","Tip: Paste the URL into the content to embed faster.":"Consiglio: incolla l'URL nel contenuto per un'incorporazione più veloce.","The URL must not be empty.":"L'URL non può essere vuoto.","This media URL is not supported.":"Questo URL di file multimediali non è supportato.","Insert media":"Inserisci media","Media toolbar":"Barra degli strumenti degli elementi multimediali","Open media in new tab":"Apri media in nuova scheda","Numbered List":"Elenco numerato","Bulleted List":"Elenco puntato","To-do List":"Elenco cose da fare","Bulleted list styles toolbar":"Barra degli strumenti con gli stili degli elenchi puntati","Numbered list styles toolbar":"Barra degli strumenti con gli stili degli elenchi numerati","Toggle the disc list style":"Attiva/disattiva lo stile degli elenchi con dischi","Toggle the circle list style":"Attiva/disattiva lo stile degli elenchi con cerchi","Toggle the square list style":"Attiva/disattiva lo stile degli elenchi con quadrati","Toggle the decimal list style":"Attiva/disattiva lo stile degli elenchi con numeri","Toggle the decimal with leading zero list style":"Attiva/disattiva lo stile degli elenchi con numeri con zero anteposto","Toggle the lower–roman list style":"Attiva/disattiva lo stile degli elenchi con numeri romani minuscoli","Toggle the upper–roman list style":"Attiva/disattiva lo stile degli elenchi con numeri romani maiuscoli","Toggle the lower–latin list style":"Attiva/disattiva lo stile degli elenchi con lettere minuscole","Toggle the upper–latin list style":"Attiva/disattiva lo stile degli elenchi con lettere maiuscole","Disc":"Disco","Circle":"Cerchio","Square":"Quadrato","Decimal":"Numero","Decimal with leading zero":"Numero con zero anteposto","Lower–roman":"Numero romano minuscolo","Upper-roman":"Numero romano maiuscolo","Lower-latin":"Lettera minuscola","Upper-latin":"Lettera maiuscola","List properties":"Proprietà elenco","Start at":"Inizia da","Invalid start index value.":"Valore dell'indice iniziale non valido.","Start index must be greater than 0.":"L'indice iniziale deve essere maggiore di 0.","Reversed order":"Ordine inverso","Keystrokes that can be used in a list":"Tasti che possono essere utilizzati in un elenco","Increase list item indent":"Aumenta il rientro delle voci dell'elenco","Decrease list item indent":"Diminuisce il rientro delle voci dell'elenco","Entering a to-do list":"Inserisci elenco di cose da fare","Leaving a to-do list":"Esci da elenco di cose da fare","Unlink":"Elimina collegamento","Link":"Collegamento","Link URL":"URL del collegamento","Link URL must not be empty.":"L'URL del link non può essere lasciato in bianco.","Link image":"Collega immagine","Edit link":"Modifica collegamento","Open link in new tab":"Apri collegamento in nuova scheda","This link has no URL":"Questo collegamento non ha un URL","Open in a new tab":"Apri in una nuova scheda","Downloadable":"Scaricabile","Create link":"Crea un link","Move out of a link":"Esce da un link","Language":"Lingua","Choose language":"Seleziona lingua","Remove language":"Rimuovi lingua","Increase indent":"Aumenta rientro","Decrease indent":"Riduci rientro","image widget":"Widget immagine","Wrap text":"Testo a capo","Break text":"Interrompi testo","In line":"In linea","Side image":"Immagine laterale","Full size image":"Immagine a dimensione intera","Left aligned image":"Immagine allineata a sinistra","Centered image":"Immagine centrata","Right aligned image":"Immagine allineata a destra","Change image text alternative":"Cambia testo alternativo dell'immagine","Text alternative":"Testo alternativo","Enter image caption":"inserire didascalia dell'immagine","Insert image":"Inserisci immagine","Replace image":"Sostituisci l'immagine","Upload from computer":"Carica dal computer","Replace from computer":"Sostituisci dal computer","Upload image from computer":"Carica l'immagine dal computer","Image from computer":"Immagine dal computer","Replace image from computer":"Sostituisci l'immagine dal computer","Upload failed":"Caricamento fallito","Image toolbar":"Barra degli strumenti dell'immagine","Resize image":"Ridimensiona immagine","Resize image to %0":"Ridimensiona immagine a %0","Resize image to the original size":"Ridimensiona immagine alle dimensioni originali","Resize image (in %0)":"Ridimensiona immagine (in %0 )","Original":"Originale","Custom image size":"Dimensioni immagine personalizzate","Custom":"Personalizzato","Image resize list":"Elenco ridimensionamenti immagine","Insert":"Inserisci","Update":"Aggiorna","Insert image via URL":"Inserisci immagine tramite URL","Update image URL":"Aggiorna URL immagine","Caption for the image":"Didascalia dell'immagine","Caption for image: %0":"Didascalia dell'immagine: %0","The value must not be empty.":"Il valore non può essere essere lasciato in bianco.","The value should be a plain number.":"Il valore deve essere un numero intero.","Uploading image":"Caricamento immagine in corso","Image upload complete":"Caricamento immagine completato","Error during image upload":"Errore durante il caricamento dell'immagine","HTML object":"Oggetto HTML","Insert HTML":"Inserisci HTML","HTML snippet":"Frammento HTML","Paste raw HTML here...":"Incolla qui HTML non elaborato...","Edit source":"Modifica sorgente","Save changes":"Salva modifiche","No preview available":"Nessuna anteprima disponibile","Empty snippet content":"Contenuto frammento di codice vuoto","Horizontal line":"Linea orizzontale","Yellow marker":"Contrassegno giallo","Green marker":"Contrassegno verde","Pink marker":"Contrassegno rosa","Blue marker":"Contrassegno blu","Red pen":"Penna rossa","Green pen":"Penna verde","Remove highlight":"Rimuovi evidenziazione","Highlight":"Evidenzia","Text highlight toolbar":"Barra degli strumenti dell'evidenziazione del testo","Paragraph":"Paragrafo","Heading":"Intestazione","Choose heading":"Seleziona intestazione","Heading 1":"Intestazione 1","Heading 2":"Intestazione 2","Heading 3":"Intestazione 3","Heading 4":"Intestazione 4","Heading 5":"Intestazione 5","Heading 6":"Intestazione 6","Type your title":"Inserire il proprio titolo","Type or paste your content here.":"Inserire o incollare qui il proprio contenuto.","Font Size":"Dimensione caratteri","Tiny":"Piccolissimi","Small":"Piccoli","Big":"Grandi","Huge":"Grandissimi","Font Family":"Tipo di caratteri","Default":"Predefinito","Font Color":"Colore caratteri","Font Background Color":"Colore di sfondo caratteri","Document colors":"Colori del docmento","Find and replace":"Trova e sostituisci","Find in text…":"Trova nel testo…","Find":"Trova","Previous result":"Risultato precedente","Next result":"Risultato successivo","Replace":"Sostituisci","Replace all":"Sostituisci tutto","Match case":"Distingui maiuscole e minuscole","Whole words only":"Solo parole intere","Replace with…":"Sostituisci con…","Text to find must not be empty.":"Il testo da cercare non può essere vuoto.","Tip: Find some text first in order to replace it.":"Consiglio: trova il testo prima di sostituirlo.","Advanced options":"Opzioni avanzate","Find in the document":"Trova nel documento","Insert a soft break (a <code>&lt;br&gt;</code> element)":"Inserisce un'interruzione di riga (un elemento <code>&lt;br&gt;</code>)","Insert a hard break (a new paragraph)":"Inserisce un'interruzione di riga forzata (un nuovo paragrafo)","Cancel":"Annulla","Clear":"Cancella","Remove color":"Rimuovi colore","Restore default":"Ripristina predefinito","Save":"Salva","Show more items":"Mostra più elementi","%0 of %1":"%0 di %1","Cannot upload file:":"Impossibile caricare il file:","Rich Text Editor. Editing area: %0":"Editor Rich Text. Area di modifica: %0","Insert with file manager":"Inserisci con file manager","Replace with file manager":"Sostituisci con file manager","Insert image with file manager":"Inserisci l'immagine con il file manager","Replace image with file manager":"Sostituisci l'immagine con il file manager","Toggle caption off":"Attiva didascalia","Toggle caption on":"Disattiva didascalia","Content editing keystrokes":"Tasti per la modifica del contenuto","These keyboard shortcuts allow for quick access to content editing features.":"Queste scorciatoie da tastiera permettono di accedere velocemente alle funzionalità di modifica del contenuto.","User interface and content navigation keystrokes":"Tasti per la navigazione nell'interfaccia utente e nei contenuti","Use the following keystrokes for more efficient navigation in the CKEditor 5 user interface.":"Utilizza i seguenti tasti per una navigazione più efficiente nell'interfaccia utente di CKEditor 5.","Close contextual balloons, dropdowns, and dialogs":"Chiude menu a discesa, finestre di dialogo e callout contestuali","Open the accessibility help dialog":"Apre la finestra di dialogo della guida all'accessibilità","Move focus between form fields (inputs, buttons, etc.)":"Seleziona/deseleziona i diversi campi del modulo (inserimenti, pulsanti ecc.)","Move focus to the menu bar, navigate between menu bars":"Sposta la selezione sulla barra dei menu, naviga tra le barre dei menu","Move focus to the toolbar, navigate between toolbars":"Seleziona la barra degli strumenti, permette di spostarsi tra le barre degli strumenti","Navigate through the toolbar or menu bar":"Naviga nella barra degli strumenti o nella barra dei menu","Execute the currently focused button. Executing buttons that interact with the editor content moves the focus back to the content.":"Esegui il pulsante attualmente selezionato. L'esecuzione dei pulsanti che interagiscono con il contenuto dell'editor riporta la selezione sul contenuto.","Accept":"Accetta","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","Copy selected content":"Copia il contenuto selezionato","Paste content":"Incolla il contenuto","Paste content as plain text":"Incolla il contenuto come testo normale","Insert image or file":"Inserisci immagine o file","Image or file":"Immagine o file","Could not obtain resized image URL.":"Non è stato possibile ottenere l'URL dell'immagine ridimensionata.","Selecting resized image failed":"La selezione dell'immagine ridimensionata è fallita","Could not insert image at the current position.":"Non è stato possibile inserire l'immagine nella posizione corrente.","Inserting image failed":"L'inserimento dell'immagine è fallito","Open file manager":"Apri il gestore dei file","Cannot determine a category for the uploaded file.":"Impossibile determinare la categoria del file caricato.","Cannot access default workspace.":"Impossibile accedere all'area di lavoro predefinita.","Edit image":"Modifica immagine","Processing the edited image.":"Elaborazione dell'immagine modificata.","Server failed to process the image.":"Il server non è riuscito a elaborare l'immagine.","Failed to determine category of edited image.":"Impossibile determinare la categoria dell'immagine modificata.","Block quote":"Blocco citazione","Bold":"Grassetto","Italic":"Corsivo","Underline":"Sottolineato","Code":"Codice","Strikethrough":"Barrato","Subscript":"Pedice","Superscript":"Apice","Italic text":"Testo in corsivo","Move out of an inline code style":"Esce da uno stile di codice in linea","Bold text":"Testo in grassetto","Underline text":"Testo sottolineato","Strikethrough text":"Testo barrato","Saving changes":"Salvataggio modifiche","Revert autoformatting action":"Annulla l'azione di formattazione automatica","Align left":"Allinea a sinistra","Align right":"Allinea a destra","Align center":"Allinea al centro","Justify":"Giustifica","Text alignment":"Allineamento del testo","Text alignment toolbar":"Barra degli strumenti dell'allineamento"},getPluralForm(n){return n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;}}};
8
+ e[ 'it' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'it' ].dictionary = Object.assign( e[ 'it' ].dictionary, dictionary );
10
+ e[ 'it' ].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 'ckeditor5';
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 {"ja":{"dictionary":{"Words: %0":"単語数: %0","Characters: %0":"文字数: %0","Widget toolbar":"ウィジェットツールバー","Insert paragraph before block":"ブロックの前にパラグラフを挿入","Insert paragraph after block":"ブロックの後にパラグラフを挿入","Press Enter to type after or press Shift + Enter to type before the widget":"Enterを押してウィジェットの後に入力するか、Shift + Enterを押してウィジェットの前に入力してください","Keystrokes that can be used when a widget is selected (for example: image, table, etc.)":"ウィジェットが選択されている時に使用できるキーストローク(例:画像、テーブルなど)","Insert a new paragraph directly after a widget":"ウィジェットの直後に新しいパラグラフを挿入する","Insert a new paragraph directly before a widget":"ウィジェットの直前に新しいパラグラフを挿入する","Move the caret to allow typing directly before a widget":"キャレットを移動させて、ウィジェットの直前から入力できるようにする","Move the caret to allow typing directly after a widget":"キャレットを移動させて、ウィジェットの直後から入力できるようにする","Upload in progress":"アップロード中","Undo":"元に戻す","Redo":"やり直し","Rich Text Editor":"リッチテキストエディター","Editor editing area: %0":"エディタ編集エリア:%0","Edit block":"ブロックを編集","Click to edit block":"クリックしてブロックを編集する","Drag to move":"ドラッグして動かす","Next":"次へ","Previous":"前へ","Editor toolbar":"エディタツールバー","Dropdown toolbar":"ドロップダウンツールバー","Black":"黒","Dim grey":"暗い灰色","Grey":"灰色","Light grey":"明るい灰色","White":"白","Red":"赤","Orange":"オレンジ","Yellow":"黄","Light green":"明るい緑","Green":"緑","Aquamarine":"薄い青緑","Turquoise":"水色","Light blue":"明るい青","Blue":"青","Purple":"紫","Editor block content toolbar":"エディター ブロック コンテンツ ツールバー","Editor contextual toolbar":"エディター コンテクスト ツールバー","HEX":"HEX","No results found":"結果は見つかりませんでした","No searchable items":"検索可能なアイテムがありません","Editor dialog":"エディタダイアログ","Close":"閉じる","Help Contents. To close this dialog press ESC.":"ヘルプコンテンツです。このダイアログを閉じるには、Escキーを押してください。","Below, you can find a list of keyboard shortcuts that can be used in the editor.":"エディターで使用できるキーボードのショートカット一覧を以下に示します。","(may require <kbd>Fn</kbd>)":"(<kbd>Fn</kbd>キーが必要な場合があります)","Accessibility":"アクセシビリティ","Accessibility help":"アクセシビリティに関するヘルプ","Press %0 for help.":"ヘルプを表示するには%0を押します。","Move focus in and out of an active dialog window":"フォーカスをアクティブなダイアログウィンドウの内外に移動させる","MENU_BAR_MENU_FILE":"ファイル","MENU_BAR_MENU_EDIT":"編集","MENU_BAR_MENU_VIEW":"表示","MENU_BAR_MENU_INSERT":"挿入","MENU_BAR_MENU_FORMAT":"形式","MENU_BAR_MENU_TOOLS":"ツール","MENU_BAR_MENU_HELP":"ヘルプ","MENU_BAR_MENU_TEXT":"テキスト","MENU_BAR_MENU_FONT":"フォント","Editor menu bar":"エディターメニューバー","Please enter a valid color (e.g. \"ff0000\").":"有効な色を入力してください(例 \"ff0000\")。","Insert table":"表の挿入","Header column":"見出し列","Insert column left":"左に列を挿入","Insert column right":"右に列を挿入","Delete column":"列を削除","Select column":"列を選択","Column":"列","Header row":"見出し行","Insert row below":"下に行を挿入","Insert row above":"上に行を挿入","Delete row":"行を削除","Select row":"行を選択","Row":"行","Merge cell up":"上のセルと結合","Merge cell right":"右のセルと結合","Merge cell down":"下のセルと結合","Merge cell left":"左のセルと結合","Split cell vertically":"横にセルを分離","Split cell horizontally":"縦にセルを分離","Merge cells":"セルを結合","Table toolbar":"テーブルのツールバー","Table properties":"テーブルのプロパティ","Cell properties":"セルのプロパティ","Border":"罫線","Style":"スタイル","Width":"幅","Height":"高さ","Color":"色","Background":"背景","Padding":"パディング","Dimensions":"寸法","Table cell text alignment":"テーブルセルのテキスト配置","Alignment":"配置","Horizontal text alignment toolbar":"水平方向のテキスト配置ツールバー","Vertical text alignment toolbar":"垂直方向のテキスト配置ツールバー","Table alignment toolbar":"テーブル配置ツールバー","None":"なし","Solid":"1本線","Dotted":"点線","Dashed":"破線","Double":"2本線","Groove":"立体的にくぼんだ線","Ridge":"立体的に隆起した線","Inset":"内側全体がくぼんだ線","Outset":"内側全体が隆起した線","Align cell text to the left":"セルのテキストを左へ寄せる","Align cell text to the center":"セルのテキストを中央へ揃える","Align cell text to the right":"セルのテキストを右へ寄せる","Justify cell text":"セルのテキストを両端へ揃える","Align cell text to the top":"セルのテキストを上に寄せる","Align cell text to the middle":"セルのテキストを中央へ揃える","Align cell text to the bottom":"セルのテキストを下に寄せる","Align table to the left":"テーブルを左へ寄せる","Center table":"テーブルを中央へ寄せる","Align table to the right":"テーブルを右へ寄せる","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"この色は無効です。「#FF0000」、「rgb(255,0,0」または「赤」をお試しください。","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"この値は無効です。「10px」、「2em」または単純に「2」をお試しください。","Color picker":"カラーピッカー","Enter table caption":"テーブルキャプションを入力","Keystrokes that can be used in a table cell":"テーブルセルで使用できるキーストローク","Move the selection to the next cell":"選択範囲を次のセルに移動させる","Move the selection to the previous cell":"選択範囲を前のセルに移動させる","Insert a new table row (when in the last cell of a table)":"新しいテーブル行を挿入する(テーブルの最終セルにある場合)","Navigate through the table":"テーブル内を移動する","Table":"テーブル","Styles":"スタイル","Multiple styles":"複数のスタイル","Block styles":"ブロックスタイル","Text styles":"テキストスタイル","Special characters":"特殊文字","All":"全て","Arrows":"矢印","Currency":"通貨","Latin":"ラテン","Mathematical":"数学的","Text":"テキスト","leftwards simple arrow":"シンプルな左向き矢印","rightwards simple arrow":"シンプルな右向き矢印","upwards simple arrow":"シンプルな上向き矢印","downwards simple arrow":"シンプルな下向き矢印","leftwards double arrow":"左向き二重矢印","rightwards double arrow":"右向き二重矢印","upwards double arrow":"上向き二重矢印","downwards double arrow":"下向き二重矢印","leftwards dashed arrow":"左向き破線矢印","rightwards dashed arrow":"右向き破線矢印","upwards dashed arrow":"上向き破線矢印","downwards dashed arrow":"下向き破線矢印","leftwards arrow to bar":"縦線に向かう左向き矢印","rightwards arrow to bar":"縦線に向かう右向き矢印","upwards arrow to bar":"横線に向かう上向き矢印","downwards arrow to bar":"横線に向かう下向き矢印","up down arrow with base":"ベース付き上下両方を向いた矢印","back with leftwards arrow above":"左向き矢印が上にあるBack","end with leftwards arrow above":"左向き矢印が上にあるEnd","on with exclamation mark with left right arrow above":"左右両方を向いた矢印が上にある感嘆符付きOn","soon with rightwards arrow above":"右向き矢印が上にあるSoon","top with upwards arrow above":"上向き矢印が上にあるTop","Dollar sign":"ドル記号","Euro sign":"ユーロ記号","Yen sign":"円記号","Pound sign":"ポンド記号","Cent sign":"セント記号","Euro-currency sign":"ユーロ通貨記号","Colon sign":"コロン記号","Cruzeiro sign":"クルゼイロ記号","French franc sign":"フランスフラン記号","Lira sign":"リラ記号","Currency sign":"通貨記号","Bitcoin sign":"ビットコイン記号","Mill sign":"ミル記号","Naira sign":"ナイラ記号","Peseta sign":"ペセタ記号","Rupee sign":"ルピー記号","Won sign":"ウォン記号","New sheqel sign":"新シェケル記号","Dong sign":"ドン記号","Kip sign":"キップ記号","Tugrik sign":"トゥグルグ記号","Drachma sign":"ドラクマ記号","German penny sign":"ドイツペニー記号","Peso sign":"ペソ記号","Guarani sign":"グアラニ記号","Austral sign":"アウストラル記号","Hryvnia sign":"フリヴニャ記号","Cedi sign":"セディ記号","Livre tournois sign":"リーヴルトゥルノワ記号","Spesmilo sign":"スぺスミロ記号","Tenge sign":"テンゲ記号","Indian rupee sign":"インドルピー記号","Turkish lira sign":"トルコリラ記号","Nordic mark sign":"ノルディックマーク記号","Manat sign":"マナト記号","Ruble sign":"ルーブル記号","Latin capital letter a with macron":"マクロン付きラテン大文字A","Latin small letter a with macron":"マクロン付きラテン小文字a","Latin capital letter a with breve":"ブリーブ付きラテン大文字A","Latin small letter a with breve":"ブリーブ付きラテン小文字a","Latin capital letter a with ogonek":"オゴネク付きラテン大文字A","Latin small letter a with ogonek":"オゴネク付きラテン小文字a","Latin capital letter c with acute":"アキュート付きラテン大文字C","Latin small letter c with acute":"アキュート付きラテン小文字c","Latin capital letter c with circumflex":"サーカムフレックス付きラテン大文字C","Latin small letter c with circumflex":"サーカムフレックス付きラテン小文字c","Latin capital letter c with dot above":"上点付きラテン大文字C","Latin small letter c with dot above":"上点付きラテン小文字c","Latin capital letter c with caron":"キャロン付きラテン大文字C","Latin small letter c with caron":"キャロン付きラテン小文字c","Latin capital letter d with caron":"キャロン付きラテン大文字D","Latin small letter d with caron":"キャロン付きラテン小文字d","Latin capital letter d with stroke":"ストローク付きラテン大文字D","Latin small letter d with stroke":"ストローク付きラテン小文字d","Latin capital letter e with macron":"マクロン付きラテン大文字E","Latin small letter e with macron":"マクロン付きラテン小文字e","Latin capital letter e with breve":"ブリーブ付きラテン大文字E","Latin small letter e with breve":"ブリーブ付きラテン小文字e","Latin capital letter e with dot above":"上点付きラテン大文字E","Latin small letter e with dot above":"上点付きラテン小文字e","Latin capital letter e with ogonek":"オゴネク付きラテン大文字E","Latin small letter e with ogonek":"オゴネク付きラテン小文字e","Latin capital letter e with caron":"キャロン付きラテン大文字E","Latin small letter e with caron":"キャロン付きラテン小文字e","Latin capital letter g with circumflex":"サーカムフレックス付きラテン大文字G","Latin small letter g with circumflex":"サーカムフレックス付きラテン小文字g","Latin capital letter g with breve":"ブリーブ付きラテン大文字G","Latin small letter g with breve":"ブリーブ付きラテン小文字g","Latin capital letter g with dot above":"上点付きラテン大文字G","Latin small letter g with dot above":"上点付きラテン小文字g","Latin capital letter g with cedilla":"セディラ付きラテン大文字G","Latin small letter g with cedilla":"セディラ付きラテン小文字g","Latin capital letter h with circumflex":"サーカムフレックス付きラテン大文字H","Latin small letter h with circumflex":"サーカムフレックス付きラテン小文字h","Latin capital letter h with stroke":"ストローク付きラテン大文字H","Latin small letter h with stroke":"ストローク付きラテン小文字h","Latin capital letter i with tilde":"チルダ付きラテン大文字I","Latin small letter i with tilde":"チルダ付きラテン小文字i","Latin capital letter i with macron":"マクロン付きラテン大文字I","Latin small letter i with macron":"マクロン付きラテン小文字i","Latin capital letter i with breve":"ブリーブ付きラテン大文字I","Latin small letter i with breve":"ブリーブ付きラテン小文字i","Latin capital letter i with ogonek":"オゴネク付きラテン大文字I","Latin small letter i with ogonek":"オゴネク付きラテン小文字i","Latin capital letter i with dot above":"上点付きラテン大文字I","Latin small letter dotless i":"ラテン小文字点のないi","Latin capital ligature ij":"ラテン大文字連字IJ","Latin small ligature ij":"ラテン小文字連字ij","Latin capital letter j with circumflex":"サーカムフレックス付きラテン大文字J","Latin small letter j with circumflex":"サーカムフレックス付きラテン小文字j","Latin capital letter k with cedilla":"セディラ付きラテン大文字K","Latin small letter k with cedilla":"セディラ付きラテン小文字k","Latin small letter kra":"ラテン小文字kra","Latin capital letter l with acute":"アキュート付きラテン大文字L","Latin small letter l with acute":"アキュート付きラテン小文字l","Latin capital letter l with cedilla":"セディラ付きラテン大文字L","Latin small letter l with cedilla":"セディラ付きラテン小文字l","Latin capital letter l with caron":"キャロン付きラテン大文字L","Latin small letter l with caron":"キャロン付きラテン小文字l","Latin capital letter l with middle dot":"中点付きラテン大文字L","Latin small letter l with middle dot":"中点付きラテン小文字l","Latin capital letter l with stroke":"ストローク付きラテン大文字L","Latin small letter l with stroke":"ストローク付きラテン小文字l","Latin capital letter n with acute":"アキュート付きラテン大文字N","Latin small letter n with acute":"アキュート付きラテン小文字n","Latin capital letter n with cedilla":"セディラ付きラテン大文字N","Latin small letter n with cedilla":"セディラ付きラテン小文字n","Latin capital letter n with caron":"キャロン付きラテン大文字N","Latin small letter n with caron":"キャロン付きラテン小文字n","Latin small letter n preceded by apostrophe":"アポストロフィが前に付くラテン小文字n","Latin capital letter eng":"ラテン大文字ENG","Latin small letter eng":"ラテン小文字eng","Latin capital letter o with macron":"マクロン付きラテン大文字O","Latin small letter o with macron":"マクロン付きラテン小文字o","Latin capital letter o with breve":"ブリーブ付きラテン大文字O","Latin small letter o with breve":"ブリーブ付きラテン小文字o","Latin capital letter o with double acute":"ダブルアキュート付きラテン大文字O","Latin small letter o with double acute":"ダブルアキュート付きラテン小文字o","Latin capital ligature oe":"ラテン大文字連字OE","Latin small ligature oe":"ラテン小文字連字oe","Latin capital letter r with acute":"アキュート付きラテン大文字R","Latin small letter r with acute":"アキュート付きラテン小文字r","Latin capital letter r with cedilla":"セディラ付きラテン大文字R","Latin small letter r with cedilla":"セディラ付きラテン小文字r","Latin capital letter r with caron":"キャロン付きラテン大文字R","Latin small letter r with caron":"キャロン付きラテン小文字r","Latin capital letter s with acute":"アキュート付きラテン大文字S","Latin small letter s with acute":"アキュート付きラテン小文字s","Latin capital letter s with circumflex":"サーカムフレックス付きラテン大文字S","Latin small letter s with circumflex":"サーカムフレックス付きラテン小文字s","Latin capital letter s with cedilla":"セディラ付きラテン大文字S","Latin small letter s with cedilla":"セディラ付きラテン小文字s","Latin capital letter s with caron":"キャロン付きラテン大文字S","Latin small letter s with caron":"キャロン付きラテン小文字s","Latin capital letter t with cedilla":"セディラ付きラテン大文字T","Latin small letter t with cedilla":"セディラ付きラテン小文字t","Latin capital letter t with caron":"キャロン付きラテン大文字T","Latin small letter t with caron":"キャロン付きラテン小文字t","Latin capital letter t with stroke":"ストローク付きラテン大文字T","Latin small letter t with stroke":"ストローク付きラテン小文字t","Latin capital letter u with tilde":"チルダ付きラテン大文字U","Latin small letter u with tilde":"チルダ付きラテン小文字u","Latin capital letter u with macron":"マクロン付きラテン大文字U","Latin small letter u with macron":"マクロン付きラテン小文字u","Latin capital letter u with breve":"ブリーブ付きラテン大文字U","Latin small letter u with breve":"ブリーブ付きラテン小文字u","Latin capital letter u with ring above":"上丸付きラテン大文字U","Latin small letter u with ring above":"上丸付きラテン小文字u","Latin capital letter u with double acute":"ダブルアキュート付きラテン大文字U","Latin small letter u with double acute":"ダブルアキュート付きラテン小文字u","Latin capital letter u with ogonek":"オゴネク付きラテン大文字U","Latin small letter u with ogonek":"オゴネク付きラテン小文字u","Latin capital letter w with circumflex":"サーカムフレックス付きラテン大文字W","Latin small letter w with circumflex":"サーカムフレックス付きラテン小文字w","Latin capital letter y with circumflex":"サーカムフレックス付きラテン大文字Y","Latin small letter y with circumflex":"サーカムフレックス付きラテン小文字y","Latin capital letter y with diaeresis":"ダイエレシス付きラテン大文字Y","Latin capital letter z with acute":"アキュート付きラテン大文字Z","Latin small letter z with acute":"アキュート付きラテン小文字z","Latin capital letter z with dot above":"上点付きラテン大文字Z","Latin small letter z with dot above":"上点付きラテン小文字z","Latin capital letter z with caron":"キャロン付きラテン大文字Z","Latin small letter z with caron":"キャロン付きラテン小文字z","Latin small letter long s":"ラテン小文字長いs","Less-than sign":"小なり記号","Greater-than sign":"大なり記号","Less-than or equal to":"小なりまたは等しい","Greater-than or equal to":"大なりまたは等しい","En dash":"半角ダッシュ","Em dash":"全角ダッシュ","Macron":"マクロン","Overline":"上線","Degree sign":"度記号","Minus sign":"マイナス記号","Plus-minus sign":"プラスマイナス記号","Division sign":"除算記号","Fraction slash":"分数の斜線","Multiplication sign":"乗算記号","Latin small letter f with hook":"フック付きラテン小文字f","Integral":"積分","N-ary summation":"配列用の和","Infinity":"無限","Square root":"平方根","Tilde operator":"チルダ演算子","Approximately equal to":"およそ等しい","Almost equal to":"ほぼ等しい","Not equal to":"等しくない","Identical to":"同一である","Element of":"要素である","Not an element of":"要素でない","Contains as member":"要素として含む","N-ary product":"配列用の積","Logical and":"論理積","Logical or":"論理和","Not sign":"否定記号","Intersection":"集合積","Union":"集合和","Partial differential":"偏微分","For all":"任意の","There exists":"存在する","Empty set":"空集合","Nabla":"ナブラ","Asterisk operator":"アスタリスク演算子","Proportional to":"比例","Angle":"角","Vulgar fraction one quarter":"常分数4分の1","Vulgar fraction one half":"常分数2分の1","Vulgar fraction three quarters":"常分数4分の3","Single left-pointing angle quotation mark":"左を指す角張った一重引用符","Single right-pointing angle quotation mark":"右を指す角張った一重引用符","Left-pointing double angle quotation mark":"左を指す角張った二重引用符","Right-pointing double angle quotation mark":"右を指す角張った二重引用符","Left single quotation mark":"左の一重引用符","Right single quotation mark":"右の一重引用符","Left double quotation mark":"左の二重引用符","Right double quotation mark":"右の二重引用符","Single low-9 quotation mark":"下側の一重引用符","Double low-9 quotation mark":"下側の二重引用符","Inverted exclamation mark":"ひっくり返った感嘆符","Inverted question mark":"ひっくり返った疑問符","Two dot leader":"二点のリーダー(点線)","Horizontal ellipsis":"水平の省略記号","Double dagger":"ダブルダガー","Per mille sign":"パーミル記号","Per ten thousand sign":"一万分率記号","Double exclamation mark":"二重感嘆符","Question exclamation mark":"疑問符感嘆符","Exclamation question mark":"感嘆符疑問符","Double question mark":"二重疑問符","Copyright sign":"著作権表示記号","Registered sign":"登録商標記号","Trade mark sign":"商標記号","Section sign":"節記号","Paragraph sign":"段落記号","Reversed paragraph sign":"反転した段落記号","Character categories":"文字カテゴリ","Source":"ソース","Show source":"ソースを表示","Show blocks":"ブロックを表示します","Select all":"すべて選択","Disable editing":"編集を無効にする","Enable editing":"編集を有効にする","Previous editable region":"前の編集可能な領域","Next editable region":"次に編集可能な領域","Navigate editable regions":"編集可能な領域をナビゲート","Remove Format":"フォーマットの削除","Page break":"改ページ","media widget":"メディアウィジェット","Media URL":"メディアURL","Paste the media URL in the input.":"URLを入力欄にコピー","Tip: Paste the URL into the content to embed faster.":"ヒント:より迅速に埋め込むには、コンテンツへURLを貼り付けてください。","The URL must not be empty.":"空のURLは許可されていません。","This media URL is not supported.":"このメディアのURLはサポートされていません。","Insert media":"メディアの挿入","Media toolbar":"メディア","Open media in new tab":"新しいタブでメディアを開く","Numbered List":"番号付きリスト","Bulleted List":"箇条書きリスト","To-do List":"やることリスト","Bulleted list styles toolbar":"箇条書きリストスタイルのツールバー","Numbered list styles toolbar":"番号付きリストスタイルのツールバー","Toggle the disc list style":"黒い丸リストスタイルを切り替える","Toggle the circle list style":"白い丸リストスタイルを切り替える","Toggle the square list style":"黒い四角リストスタイルを切り替える","Toggle the decimal list style":"10進数リストスタイルを切り替える","Toggle the decimal with leading zero list style":"10進数の数値の前に0がつくリストスタイルを切り替える","Toggle the lower–roman list style":"小文字ローマ数字リストスタイルを切り替える","Toggle the upper–roman list style":"大文字ローマ数字リストスタイルを切り替える","Toggle the lower–latin list style":"小文字アルファベットリストスタイルを切り替える","Toggle the upper–latin list style":"大文字アルファベットリストスタイルを切り替える","Disc":"黒い丸","Circle":"白い丸","Square":"黒い四角","Decimal":"10進数の数値","Decimal with leading zero":"10進数の数値の前に0がつく","Lower–roman":"小文字ローマ数字","Upper-roman":"大文字ローマ数字","Lower-latin":"小文字アルファベット","Upper-latin":"大文字アルファベット","List properties":"リストのプロパティ","Start at":"開始数字","Invalid start index value.":"無効な開始インデックス値です。","Start index must be greater than 0.":"開始インデックスは0より大きくなければいけません。","Reversed order":"逆順","Keystrokes that can be used in a list":"リスト内で使用できるキーストローク","Increase list item indent":"リスト項目のインデントを増やす","Decrease list item indent":"リスト項目のインデントを減らす","Entering a to-do list":"To-Doリストを入力","Leaving a to-do list":"To-Doリストを残す","Unlink":"リンク解除","Link":"リンク","Link URL":"リンクURL","Link URL must not be empty.":"リンクURLは空白にできません。","Link image":"リンク画像","Edit link":"リンクを編集","Open link in new tab":"新しいタブでリンクを開く","This link has no URL":"リンクにURLが設定されていません","Open in a new tab":"新しいタブで開く","Downloadable":"ダウンロード可能","Create link":"リンクを作成する","Move out of a link":"リンクの外に移動する","Language":"言語","Choose language":"言語を選択","Remove language":"言語を削除","Increase indent":"インデントの追加","Decrease indent":"インデントの削除","image widget":"画像ウィジェット","Wrap text":"テキストを折り返す","Break text":"テキストを分割する","In line":"インライン","Side image":"サイドイメージ","Full size image":"フルサイズ画像","Left aligned image":"左寄せ画像","Centered image":"中央寄せ画像","Right aligned image":"右寄せ画像","Change image text alternative":"画像の代替テキストを変更","Text alternative":"代替テキスト","Enter image caption":"画像の注釈を入力","Insert image":"画像挿入","Replace image":"画像を置換","Upload from computer":"パソコンからアップロード","Replace from computer":"パソコンから置換","Upload image from computer":"パソコンから画像をアップロード","Image from computer":"コンピューターからの画像","Replace image from computer":"パソコンから画像を置換","Upload failed":"アップロード失敗","Image toolbar":"画像","Resize image":"画像サイズ","Resize image to %0":"画像サイズを%0に変更","Resize image to the original size":"画像サイズを元のサイズに変更","Resize image (in %0)":"画像をリサイズ(%0で)","Original":"オリジナル","Custom image size":"カスタム画像サイズ","Custom":"カスタム","Image resize list":"画像サイズリスト","Insert":"挿入","Update":"更新","Insert image via URL":"画像URLを挿入","Update image URL":"画像URLを更新","Caption for the image":"画像キャプション","Caption for image: %0":"画像キャプション:%0","The value must not be empty.":"この値は空白にできません。","The value should be a plain number.":"この値は単純な数字にする必要があります。","Uploading image":"画像をアップロード中","Image upload complete":"画像のアップロードが完了","Error during image upload":"画像のアップロードでエラー発生","HTML object":"HTMLオブジェクト","Insert HTML":"HTMLを挿入","HTML snippet":"HTMLスニペット","Paste raw HTML here...":"ここにRaw HTMLを貼り付ける...","Edit source":"ソースを編集","Save changes":"変更を保存","No preview available":"プレビューは使用できません","Empty snippet content":"スニペットのコンテンツを空にする","Horizontal line":"区切り","Yellow marker":"黄色のマーカー","Green marker":"緑のマーカー","Pink marker":"ピンクのマーカー","Blue marker":"青のマーカー","Red pen":"赤のマーカー","Green pen":"緑のペン","Remove highlight":"ハイライトの削除","Highlight":"ハイライト","Text highlight toolbar":"テキストのハイライト","Paragraph":"段落","Heading":"見出し","Choose heading":"見出しを選択","Heading 1":"見出し1","Heading 2":"見出し2","Heading 3":"見出し3 ","Heading 4":"見出し4","Heading 5":"見出し5","Heading 6":"見出し6","Type your title":"タイトルを入力","Type or paste your content here.":"コンテンツをここに入力または貼り付けしてください。","Font Size":"フォントサイズ","Tiny":"極小","Small":"小","Big":"大","Huge":"極大","Font Family":"フォントファミリー","Default":"デフォルト","Font Color":"文字色","Font Background Color":"背景色","Document colors":"ドキュメント背景色","Find and replace":"検索して置換","Find in text…":"テキスト内を検索...","Find":"見つける","Previous result":"前の結果","Next result":"次の結果","Replace":"置換","Replace all":"全てを置換","Match case":"マッチケース","Whole words only":"単語全体のみ","Replace with…":"こちらと置換...","Text to find must not be empty.":"検索対象テキスト欄は空白にできません。","Tip: Find some text first in order to replace it.":"ヒント:置換するには、対象テキストを先に検索してください。","Advanced options":"高度なオプション","Find in the document":"ドキュメント内を探す","Insert a soft break (a <code>&lt;br&gt;</code> element)":"ソフトブレークを挿入する(<code>&lt;br&gt;</code>要素)","Insert a hard break (a new paragraph)":"ハードブレークを挿入する(新しいパラグラフ)","Cancel":"キャンセル","Clear":"消去","Remove color":"カラーを削除","Restore default":"初期値に戻す","Save":"保存","Show more items":"他の項目を表示","%0 of %1":"%0/%1","Cannot upload file:":"ファイルをアップロードできません:","Rich Text Editor. Editing area: %0":"リッチテキストエディタ。編集エリア:%0","Insert with file manager":"ファイルマネージャで挿入","Replace with file manager":"ファイルマネージャで置換","Insert image with file manager":"ファイルマネージャで画像を挿入","Replace image with file manager":"ファイルマネージャで画像を置換","Toggle caption off":"キャプションをオフにする","Toggle caption on":"キャプションをオンにする","Content editing keystrokes":"コンテンツ編集のキーストローク","These keyboard shortcuts allow for quick access to content editing features.":"これらのキーボードショートカットを使用すると、コンテンツ編集機能に速やかにアクセスできます。","User interface and content navigation keystrokes":"ユーザーインターフェースとコンテンツナビゲーションのキーストローク","Use the following keystrokes for more efficient navigation in the CKEditor 5 user interface.":"以下のキーストロークを使用すると、CKEditor 5ユーザーインターフェースをより効率的に操作できます。","Close contextual balloons, dropdowns, and dialogs":"コンテキストバルーン、ドロップダウンメニュー、ダイアログを閉じる","Open the accessibility help dialog":"アクセシビリティに関するヘルプのダイアログを開く","Move focus between form fields (inputs, buttons, etc.)":"フォーカスをフォームフィールド(入力欄、ボタンなど)間で移動させる","Move focus to the menu bar, navigate between menu bars":"フォーカスをメニューバーに移し、メニューバー間で移動","Move focus to the toolbar, navigate between toolbars":"フォーカスをツールバーへ移動させて、ツールバーを操作する","Navigate through the toolbar or menu bar":"ツールバーまたはメニューバー内を移動","Execute the currently focused button. Executing buttons that interact with the editor content moves the focus back to the content.":"現在フォーカスしているボタンを実行。エディターコンテンツに作用するボタンを実行するとフォーカスはコンテンツに戻ります。","Accept":"同意します","Insert code block":"コードブロックの挿入","Plain text":"プレインテキスト","Leaving %0 code snippet":"%0のコードスニペットを残す","Entering %0 code snippet":"%0のコードスニペットを入力","Entering code snippet":"コードスニペットを入力","Leaving code snippet":"コードスニペットを残す","Code block":"コードブロック","Copy selected content":"選択したコンテンツをコピーする","Paste content":"コンテンツを貼り付ける","Paste content as plain text":"コンテンツをプレーンテキストとして貼り付ける","Insert image or file":"画像やファイルの挿入","Image or file":"画像またはファイル","Could not obtain resized image URL.":"リサイズした画像のURLの取得に失敗しました。","Selecting resized image failed":"リサイズした画像の選択ができませんでした。","Could not insert image at the current position.":"現在のカーソルの場所への画像の挿入に失敗しました。","Inserting image failed":"画像の挿入に失敗しました。","Open file manager":"ファイルマネージャーを開く","Cannot determine a category for the uploaded file.":"アップロードされたファイルのカテゴリを特定することができません。","Cannot access default workspace.":"デフォルトワークスペースにアクセスできません。","Edit image":"画像を編集","Processing the edited image.":"編集した画像を処理しています。","Server failed to process the image.":"サーバが画像の処理に失敗しました。","Failed to determine category of edited image.":"編集した画像のカテゴリーを決定できませんでした。","Block quote":"ブロッククオート(引用)","Bold":"ボールド","Italic":"イタリック","Underline":"アンダーライン","Code":"コード","Strikethrough":"取り消し線","Subscript":"下付き文字","Superscript":"上付き文字","Italic text":"斜体","Move out of an inline code style":"インラインコードスタイルを終了する","Bold text":"太字","Underline text":"下線","Strikethrough text":"取り消し線","Saving changes":"変更を保存中","Revert autoformatting action":"オートフォーマットによる変更を元に戻す","Align left":"左揃え","Align right":"右揃え","Align center":"中央揃え","Justify":"両端揃え","Text alignment":"文字揃え","Text alignment toolbar":"テキストの整列"},getPluralForm(n){return 0;}}}