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,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 {"lv":{"dictionary":{"Words: %0":"Vārdi: %0","Characters: %0":"Rakstzīmes: %0","Widget toolbar":"Sīkrīku rīkjosla","Insert paragraph before block":"Ievietot paragrāfu pirms bloka","Insert paragraph after block":"Ievietot paragrāfu aiz bloka","Press Enter to type after or press Shift + Enter to type before the widget":"Nospiediet taustiņu Enter, lai rakstītu aiz logrīka, vai nospiediet taustiņu Shift + Enter, lai rakstītu pirms logrīka","Keystrokes that can be used when a widget is selected (for example: image, table, etc.)":"Taustiņsitieni, kurus var izmantot, kad ir atlasīts logrīks (piemēram, attēls, tabula utt.)","Insert a new paragraph directly after a widget":"Ievietot jaunu rindkopu tieši aiz logrīka","Insert a new paragraph directly before a widget":"Ievietot jaunu rindkopu tieši pirms logrīka","Move the caret to allow typing directly before a widget":"Pārvietot kursoru, lai rakstītu tieši pirms logrīka","Move the caret to allow typing directly after a widget":"Pārvietot kursoru, lai rakstītu tieši aiz logrīka","Upload in progress":"Notiek augšupielāde","Undo":"Atsaukt","Redo":"Uz priekšu","Rich Text Editor":"Bagātinātais Teksta Redaktors","Editor editing area: %0":"Redaktora rediģēšanas zona: %0","Edit block":"Labot bloku","Click to edit block":"Noklikšķiniet, lai rediģētu sadaļu","Drag to move":"Velciet, lai pārvietotu","Next":"Nākamā","Previous":"Iepriekšējā","Editor toolbar":"Redaktora rīkjosla","Dropdown toolbar":"Papildus izvēlnes rīkjosla","Black":"Melns","Dim grey":"Blāvi pelēks","Grey":"Pelēks","Light grey":"Gaiši pelēks","White":"Balts","Red":"Sarkans","Orange":"Oranžs","Yellow":"Dzeltens","Light green":"Gaiši zaļš","Green":"Zaļš","Aquamarine":"Akvamarīns","Turquoise":"Tirkīza","Light blue":"Gaiši zils","Blue":"Zils","Purple":"Violets","Editor block content toolbar":"Rediģēšanas bloka satura rīkjosla","Editor contextual toolbar":"Redaktora konteksta rīkjosla","HEX":"HEX Krāsu kods","No results found":"Nekas nav atrasts","No searchable items":"Nav meklējamu vienumu","Editor dialog":"Redaktora dialoglodziņš","Close":"Aizvērt","Help Contents. To close this dialog press ESC.":"Palīdzības saturs. Lai aizvērtu šo dialoglodziņu, nospiest ESC.","Below, you can find a list of keyboard shortcuts that can be used in the editor.":"Zemāk skatīt īsinājumtaustiņu sarakstu, ko var izmantot redaktorā.","(may require <kbd>Fn</kbd>)":"(var būt nepieciešams <kbd>Fn</kbd>)","Accessibility":"Pieejamība","Accessibility help":"Piekļūstamības palīdzība","Press %0 for help.":"Lai saņemtu palīdzību, nospiest %0.","Move focus in and out of an active dialog window":"Pārvietot fokusu aktīvajā dialoglodziņā un no tā","MENU_BAR_MENU_FILE":"Fails","MENU_BAR_MENU_EDIT":"Labot","MENU_BAR_MENU_VIEW":"Skatīt","MENU_BAR_MENU_INSERT":"Ievietot","MENU_BAR_MENU_FORMAT":"Formāts","MENU_BAR_MENU_TOOLS":"Rīki","MENU_BAR_MENU_HELP":"Palīdzība","MENU_BAR_MENU_TEXT":"Teksts","MENU_BAR_MENU_FONT":"Fonts","Editor menu bar":"Redaktora izvēlņu josla","Please enter a valid color (e.g. \"ff0000\").":"Lūdzu, ievadiet derīgu krāsu (piemēram, \"ff0000\").","Insert table":"Ievietot tabulu","Header column":"Šī kolonna ir galvene","Insert column left":"Ievietot kolonnu pa kreisi","Insert column right":"Ievietot kolonnu pa labi","Delete column":"Dzēst kolonnu","Select column":"Izvēlēties kolonnu","Column":"Kolonna","Header row":"Šī rinda ir galvene","Insert row below":"Ievietot rindu zem","Insert row above":"Ievietot rindu virs","Delete row":"Dzēst rindu","Select row":"Izvēlēties rindu","Row":"Rinda","Merge cell up":"Apvienot šūnas uz augšu","Merge cell right":"Apvienot šūnas pa labi","Merge cell down":"Apvienot šūnas uz leju","Merge cell left":"Apvienot šūnas pa kreisi","Split cell vertically":"Atdalīt šūnu vertikāli","Split cell horizontally":"Atdalīt šūnu horizontāli","Merge cells":"Apvienot šūnas","Table toolbar":"Tabulas rīkjosla","Table properties":"Tabulas īpašības","Cell properties":"Šūnas īpašības","Border":"Apmale","Style":"Stils","Width":"Platums","Height":"Augstums","Color":"Teksta krāsa","Background":"Fona krāsa","Padding":"Atstatums","Dimensions":"Izmēri","Table cell text alignment":"Teksta novietojums šūnā","Alignment":"Novietojums","Horizontal text alignment toolbar":"Horizontāla teksta līdzināšana","Vertical text alignment toolbar":"Vertikāla teksta līdzināšana","Table alignment toolbar":"Tabulas līdzināšana","None":"Bez apmales","Solid":"Nepārtraukta līnija","Dotted":"Punktēta līnija","Dashed":"Pārtraukta līnija","Double":"Dubulta līnija","Groove":"Iespiesta līnija","Ridge":"Izcelta līnija","Inset":"Ievietot / ieliktnis","Outset":"sākums","Align cell text to the left":"Līdzināt šūnas tekstu pa kreisi","Align cell text to the center":"Līdzināt šūnas tekstu centrā","Align cell text to the right":"Līdzināt šūnas tekstu pa labi","Justify cell text":"Taisnot šūnas tekstu","Align cell text to the top":"Līdzināt šūnas tekstu pie augšas","Align cell text to the middle":"Līdzināt šūnas tekstu vidū","Align cell text to the bottom":"Līdzināt šūnas tekstu pie apakšas","Align table to the left":"Līdzināt tabulu pa kreisi","Center table":"Centrēt tabulu","Align table to the right":"Līdzināt tabulu pa labi","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Krāsa nav korekta. Mēģiniet \"#FF0000\" vai \"rgb(255,0,0)\" vai \"red\"","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Vērtība nav korekta. Mēģiniet \"10px\" vai \"2em\" vai vienkārši \"2\"","Color picker":"Krāsu palete","Enter table caption":"Ievadiet tabulas parakstu","Keystrokes that can be used in a table cell":"Taustiņsitieni, kurus var izmantot tabulas šūnā","Move the selection to the next cell":"Pārvietot atlasi uz nākamo šūnu","Move the selection to the previous cell":"Pārvietot atlasi uz iepriekšējo šūnu","Insert a new table row (when in the last cell of a table)":"Ievietot jaunu tabulas rindu (esot tabulas pēdējā šūnā)","Navigate through the table":"Pārvietoties tabulā","Table":"Tabula","Styles":"Stili","Multiple styles":"Vairāki stili","Block styles":"Bloka stili","Text styles":"Teksta stili","Special characters":"Speciālie simboli","All":"Visi","Arrows":"Bultas","Currency":"Valūta","Latin":"Latīņu","Mathematical":"Matemātisks","Text":"Teksts","leftwards simple arrow":"vienkāršā bulta pa kreisi","rightwards simple arrow":"vienkāršā bulta pa labi","upwards simple arrow":"vienkāršā bulta uz augšu","downwards simple arrow":"vienkāršā bulta lejup","leftwards double arrow":"pa kreisi vērstā dubultbultiņa","rightwards double arrow":"pa labi vērstā dubultbultiņa","upwards double arrow":"augšupvērsta dubultā bultiņa","downwards double arrow":"lejupvērsta dubultā bultiņa","leftwards dashed arrow":"pa kreisi vērstā partrauktā bultiņa","rightwards dashed arrow":"pa labi vērstā partrauktā bultiņa","upwards dashed arrow":"augšupvērsta pārtrauktā bultiņa","downwards dashed arrow":"lejupvērsta pārtrauktā bultiņa","leftwards arrow to bar":"pa kreisi vērstā bultiņa uz joslu","rightwards arrow to bar":"pa labi vērstā bultiņa uz joslu","upwards arrow to bar":"augšupvērsta bultiņa uz joslu","downwards arrow to bar":"lejupvērsta bultiņa uz joslu","up down arrow with base":"augšup-lejupvērsta bultiņa ar pamatni","back with leftwards arrow above":"atpakaļ ar kreisi vērstu bultiņu augšpusē","end with leftwards arrow above":"beigt ar kreisi vērstu bultiņu augšpusē","on with exclamation mark with left right arrow above":"ieslēgts ar izsaukuma zīmi ar kreiso-labo bultiņu augšpusē","soon with rightwards arrow above":"drīz ar uz labo pusi vērstu bultiņu augšpusē","top with upwards arrow above":"augšpusē ar augšupvērstu bultiņu augšpusē","Dollar sign":"Dolārzīme","Euro sign":"Eirozīme","Yen sign":"Jenas zīme","Pound sign":"Mārciņas zīme","Cent sign":"Centa zīme","Euro-currency sign":"Eiro valūtas zīme","Colon sign":"Kols","Cruzeiro sign":"Kruzeiro zīme","French franc sign":"Franču franka zīme","Lira sign":"Liras zīme","Currency sign":"Valūtas zīme","Bitcoin sign":"Bitkoina zīme","Mill sign":"Millas zīmes","Naira sign":"Nairas zīme","Peseta sign":"Pesetas zīme","Rupee sign":"Rūpijas zīme","Won sign":"Vonas zīme","New sheqel sign":"Šekeļa zīme","Dong sign":"Donga zīme","Kip sign":"Kipa zīme","Tugrik sign":"Tugrika zīme","Drachma sign":"Drahmas zīme","German penny sign":"Vācu santīma zīme","Peso sign":"Peso zīme","Guarani sign":"Guarani zīme","Austral sign":"Austrāla zīme","Hryvnia sign":"Grivnas zīme","Cedi sign":"Sedi zīme","Livre tournois sign":"Tours mārciņu zīme","Spesmilo sign":"Spesmilo zīme","Tenge sign":"Tenges zīme","Indian rupee sign":"Indijas rūpijas zīme","Turkish lira sign":"Turcijas liras zīme","Nordic mark sign":"Ziemeļu markas zīme","Manat sign":"Manata zīme","Ruble sign":"Rubļa zīme","Latin capital letter a with macron":"Latīņu lielais burts a ar garumzīmi","Latin small letter a with macron":"Latīņu mazais burts a ar garumzīmi","Latin capital letter a with breve":"Latīņu lielais burts a ar īsuma zīmi","Latin small letter a with breve":"Latīņu mazais burts a ar īsuma zīmi","Latin capital letter a with ogonek":"Latīņu lielais burts a ar ogoneku","Latin small letter a with ogonek":"Latīņu mazais burts a ar ogoneku","Latin capital letter c with acute":"Latīņu lielais burts c ar akūtu","Latin small letter c with acute":"Latīņu mazais burts c ar akūtu","Latin capital letter c with circumflex":"Latīņu lielais burts c ar cirkumfleksu","Latin small letter c with circumflex":"Latīņu mazais burts c ar cirkumfleksu","Latin capital letter c with dot above":"Latīņu lielais burts c ar punktu augšpusē","Latin small letter c with dot above":"Latīņu mazais burts c ar punktu augšpusē","Latin capital letter c with caron":"Latīņu lielais burts c ar karonu","Latin small letter c with caron":"Latīņu mazais burts c ar karonu","Latin capital letter d with caron":"Latīņu lielais burts d ar karonu","Latin small letter d with caron":"Latīņu mazais burts d ar karonu","Latin capital letter d with stroke":"Latīņu lielais burts d ar līniju","Latin small letter d with stroke":"Latīņu mazais burts d ar līniju","Latin capital letter e with macron":"Latīņu lielais burts e ar garumzīmi","Latin small letter e with macron":"Latīņu mazais burts e ar garumzīmi","Latin capital letter e with breve":"Latīņu lielais burts e ar īsuma zīmi","Latin small letter e with breve":"Latīņu mazais burts e ar īsuma zīmi","Latin capital letter e with dot above":"Latīņu lielais burts e ar punktu augšpusē","Latin small letter e with dot above":"Latīņu mazais burts e ar punktu augšpusē","Latin capital letter e with ogonek":"Latīņu lielais burts e ar ogoneku","Latin small letter e with ogonek":"Latīņu mazais burts e ar ogoneku","Latin capital letter e with caron":"Latīņu lielais burts e ar karonu","Latin small letter e with caron":"Latīņu mazais burts e ar karonu","Latin capital letter g with circumflex":"Latīņu lielais burts g ar cirkumfleksu","Latin small letter g with circumflex":"Latīņu mazais burts g ar cirkumfleksu","Latin capital letter g with breve":"Latīņu lielais burts g ar īsuma zīmi","Latin small letter g with breve":"Latīņu mazais burts g ar īsuma zīmi","Latin capital letter g with dot above":"Latīņu lielais burts g ar punktu augšpusē","Latin small letter g with dot above":"Latīņu mazais burts e ar punktu augšpusē","Latin capital letter g with cedilla":"Latīņu lielais burts g ar sediļu","Latin small letter g with cedilla":"Latīņu mazais burts g ar sediļu","Latin capital letter h with circumflex":"Latīņu lielais burts h ar cirkumfleksu","Latin small letter h with circumflex":"Latīņu mazais burts c ar cirkumfleksu","Latin capital letter h with stroke":"Latīņu lielais burts h ar līniju","Latin small letter h with stroke":"Latīņu mazais burts h ar līniju","Latin capital letter i with tilde":"Latīņu lielais burts i ar tildi","Latin small letter i with tilde":"Latīņu mazais burts i ar tildi","Latin capital letter i with macron":"Latīņu lielais burts i ar garumzīmi","Latin small letter i with macron":"Latīņu mazais burts i ar garumzīmi","Latin capital letter i with breve":"Latīņu lielais burts i ar īsuma zīmi","Latin small letter i with breve":"Latīņu mazais burts i ar īsuma zīmi","Latin capital letter i with ogonek":"Latīņu lielais burts i ar ogoneku","Latin small letter i with ogonek":"Latīņu mazais burts i ar ogoneku","Latin capital letter i with dot above":"Latīņu lielais burts i ar punktu augšpusē","Latin small letter dotless i":"Latīņu mazais bezpunkta burts i","Latin capital ligature ij":"Latīņu lielā ligatūra ij","Latin small ligature ij":"Latīņu mazā ligatūra ij","Latin capital letter j with circumflex":"Latīņu lielais burts j ar cirkumfleksu","Latin small letter j with circumflex":"Latīņu mazais burts j ar cirkumfleksu","Latin capital letter k with cedilla":"Latīņu lielais burts k ar sediļu","Latin small letter k with cedilla":"Latīņu mazais burts k ar sediļu","Latin small letter kra":"Latīņu mazais burts kra","Latin capital letter l with acute":"Latīņu lielais burts l ar akūtu","Latin small letter l with acute":"Latīņu mazais burts l ar akūtu","Latin capital letter l with cedilla":"Latīņu lielais burts l ar sediļu","Latin small letter l with cedilla":"Latīņu mazais burts l ar sediļu","Latin capital letter l with caron":"Latīņu lielais burts l ar karonu","Latin small letter l with caron":"Latīņu mazais burts l ar karonu","Latin capital letter l with middle dot":"Latīņu lielais burts l ar vidējo punktu","Latin small letter l with middle dot":"Latīņu mazais burts l ar vidējo punktu","Latin capital letter l with stroke":"Latīņu lielais burts l ar līniju","Latin small letter l with stroke":"Latīņu mazais burts l ar līniju","Latin capital letter n with acute":"Latīņu lielais burts n ar akūtu","Latin small letter n with acute":"Latīņu mazais burts n ar akūtu","Latin capital letter n with cedilla":"Latīņu lielais burts n ar sediļu","Latin small letter n with cedilla":"Latīņu mazais burts n ar sediļu","Latin capital letter n with caron":"Latīņu lielais burts n ar karonu","Latin small letter n with caron":"Latīņu mazais burts n ar karonu","Latin small letter n preceded by apostrophe":"Latīņu mazais burts n, pirms kura ir apostrofs","Latin capital letter eng":"Latīņu lielais burts eng","Latin small letter eng":"Latīņu mazais burts eng","Latin capital letter o with macron":"Latīņu lielais burts o ar garumzīmi","Latin small letter o with macron":"Latīņu mazais burts o ar garumzīmi","Latin capital letter o with breve":"Latīņu lielais burts o ar īsuma zīmi","Latin small letter o with breve":"Latīņu mazais burts o ar īsuma zīmi","Latin capital letter o with double acute":"Latīņu lielais burts o ar dubultu akūtu","Latin small letter o with double acute":"Latīņu mazais burts o ar dubultu akūtu","Latin capital ligature oe":"Latīņu lielā ligatūra oe","Latin small ligature oe":"Latīņu mazā ligatūra oe","Latin capital letter r with acute":"Latīņu lielais burts r ar akūtu","Latin small letter r with acute":"Latīņu mazais burts r ar akūtu","Latin capital letter r with cedilla":"Latīņu lielais burts r ar sediļu","Latin small letter r with cedilla":"Latīņu mazais burts r ar sediļu","Latin capital letter r with caron":"Latīņu lielais burts r ar karonu","Latin small letter r with caron":"Latīņu mazais burts r ar karonu","Latin capital letter s with acute":"Latīņu lielais burts s ar akūtu","Latin small letter s with acute":"Latīņu mazais burts s ar akūtu","Latin capital letter s with circumflex":"Latīņu lielais burts s ar cirkumfleksu","Latin small letter s with circumflex":"Latīņu mazais burts s ar cirkumfleksu","Latin capital letter s with cedilla":"Latīņu lielais burts s ar sediļu","Latin small letter s with cedilla":"Latīņu mazais burts s ar sediļu","Latin capital letter s with caron":"Latīņu lielais burts s ar karonu","Latin small letter s with caron":"Latīņu mazais burts s ar karonu","Latin capital letter t with cedilla":"Latīņu lielais burts t ar sediļu","Latin small letter t with cedilla":"Latīņu mazais burts t ar sediļu","Latin capital letter t with caron":"Latīņu lielais burts t ar karonu","Latin small letter t with caron":"Latīņu mazais burts t ar karonu","Latin capital letter t with stroke":"Latīņu lielais burts t ar līniju","Latin small letter t with stroke":"Latīņu mazais burts t ar līniju","Latin capital letter u with tilde":"Latīņu lielais burts u ar tildi","Latin small letter u with tilde":"Latīņu mazais burts u ar tildi","Latin capital letter u with macron":"Latīņu lielais burts u ar garumzīmi","Latin small letter u with macron":"Latīņu mazais burts u ar garumzīmi","Latin capital letter u with breve":"Latīņu lielais burts u ar īsuma zīmi","Latin small letter u with breve":"Latīņu mazais burts u ar īsuma zīmi","Latin capital letter u with ring above":"Latīņu lielais burts u ar gredzenu augšpusē","Latin small letter u with ring above":"Latīņu mazais burts u ar gredzenu augšpusē","Latin capital letter u with double acute":"Latīņu lielais burts u ar dubultu akūtu","Latin small letter u with double acute":"Latīņu mazais burts u ar dubultu akūtu","Latin capital letter u with ogonek":"Latīņu lielais burts u ar ogoneku","Latin small letter u with ogonek":"Latīņu mazais burts u ar ogoneku","Latin capital letter w with circumflex":"Latīņu lielais burts w ar cirkumfleksu","Latin small letter w with circumflex":"Latīņu mazais burts w ar cirkumfleksu","Latin capital letter y with circumflex":"Latīņu lielais burts y ar cirkumfleksu","Latin small letter y with circumflex":"Latīņu mazais burts y ar cirkumfleksu","Latin capital letter y with diaeresis":"Latīņu lielais burts y ar diaerēzi","Latin capital letter z with acute":"Latīņu lielais burts z ar akūtu","Latin small letter z with acute":"Latīņu mazais burts z ar akūtu","Latin capital letter z with dot above":"Latīņu lielais burts z ar punktu augšpusē","Latin small letter z with dot above":"Latīņu mazais burts z ar punktu augšpusē","Latin capital letter z with caron":"Latīņu lielais burts z ar karonu","Latin small letter z with caron":"Latīņu mazais burts z ar karonu","Latin small letter long s":"Latīņu mazais burts garais s","Less-than sign":"Mazāk nekā zīme","Greater-than sign":"Vairāk nekā zīme","Less-than or equal to":"Mazāks par vai vienāds ar","Greater-than or equal to":"Lielāks par vai vienāds ar","En dash":"Īsa domuzīme","Em dash":"Domuzīme","Macron":"Garumzīme","Overline":"Virssvītra","Degree sign":"Grādu zīme","Minus sign":"Mīnus zīme","Plus-minus sign":"Plus-mīnus zīme","Division sign":"Dalīšanas zīme","Fraction slash":"Dalīšanas slīpsvītra","Multiplication sign":"Reizināšanas zīme","Latin small letter f with hook":"Latīņu mazais burts f ar āķi","Integral":"Integrālis","N-ary summation":"N-āra summa","Infinity":"Bezgalība","Square root":"Kvadrātsakne","Tilde operator":"Tildes operators","Approximately equal to":"Aptuveni vienāds ar","Almost equal to":"Gandrīz vienāds ar","Not equal to":"Nav vienāds ar","Identical to":"Vienāds ar","Element of":"Elements no","Not an element of":"Nav elements","Contains as member":"Satur kā ","N-ary product":"N-ārs produkts","Logical and":"Loģisks un ","Logical or":"Loģisks vai","Not sign":"Aizlieguma zīme","Intersection":"Intersekcija","Union":"Savienība","Partial differential":"Daļējs diferenciālis","For all":"Visiem","There exists":"Eksistē","Empty set":"Tukša kopa","Nabla":"Nabla","Asterisk operator":"Asterisks","Proportional to":"Proporcionāls","Angle":"Stūris","Vulgar fraction one quarter":"Viena ceturtdaļa","Vulgar fraction one half":"Viena puse","Vulgar fraction three quarters":"Trīs ceturtdaļas","Single left-pointing angle quotation mark":"Pa kreisi vērsta stūrainā pēdiņa","Single right-pointing angle quotation mark":"Pa labi vērsta stūrainā pēdiņa","Left-pointing double angle quotation mark":"Pa kreisi vērstas dubultās stūrainās pēdiņas","Right-pointing double angle quotation mark":"Pa labi vērstas dubultās stūrainās pēdiņas","Left single quotation mark":"Viena kreisā pēdiņa","Right single quotation mark":"Viena labā pēdiņa","Left double quotation mark":"Kreisās dubultās pēdiņas","Right double quotation mark":"Labās dubultās pēdiņas","Single low-9 quotation mark":"Viena zemā-9 pēdiņās","Double low-9 quotation mark":"Dubultās zemās-9 pēdiņās","Inverted exclamation mark":"Apgriezta izsaukuma zīme","Inverted question mark":"Apgriezta jautājuma zīme","Two dot leader":"Divu punktu līderis","Horizontal ellipsis":"Horizontālā elipse","Double dagger":"Dubults duncis","Per mille sign":"Promiles zīme","Per ten thousand sign":"Desmit tūkstošās daļas zīme","Double exclamation mark":"Dubulta izsaukuma zīme","Question exclamation mark":"Jautājuma izsaukuma zīme","Exclamation question mark":"Izsaukuma jautājuma zīme","Double question mark":"Dubulta jautājumzīme","Copyright sign":"Autortiesību zīme","Registered sign":"Reģistrēta prečuzīmes zīme","Trade mark sign":"Prečuzīmes zīme","Section sign":"Sekcijas zīme","Paragraph sign":"Rindkopas zīme","Reversed paragraph sign":"Apgrieztā rindkopas zīme","Character categories":"Rakstzīmju kategorijas","Source":"Pirmavots","Show source":"Rādīt avotu","Show blocks":"Rādīt blokus","Select all":"Izvēlēties visu","Disable editing":"Atspējot labošanu","Enable editing":"Iespējot labošanu","Previous editable region":"Iepriekšējais labošanas reģions","Next editable region":"Nākamais labošanas reģions","Navigate editable regions":"Navigēt caur labojamajiem reģioniem","Remove Format":"Noņemt formatējumu","Page break":"Lappuses pārtraukums","media widget":"medija sīkrīks","Media URL":"Medija URL","Paste the media URL in the input.":"Ielīmējiet medija URL teksta laukā.","Tip: Paste the URL into the content to embed faster.":"Padoms: Ielīmējiet adresi saturā, lai iegultu","The URL must not be empty.":"URL ir jābūt ievadītam.","This media URL is not supported.":"Šis medija URL netiek atbalstīts.","Insert media":"Ievietot mediju","Media toolbar":"Mediju rīkjosla","Open media in new tab":"Atvērt mediju jaunā cilnē","Numbered List":"Numurēts Saraksts","Bulleted List":"Nenumurēts Saraksts","To-do List":"To-do Saraksts","Bulleted list styles toolbar":"Nenumurēta saraksta stili","Numbered list styles toolbar":"Numurēta saraksta stili","Toggle the disc list style":"Pārslēgt diskveida saraksta stilu","Toggle the circle list style":"Pārslēgt apļveida saraksta stilu","Toggle the square list style":"Pārslēgt kvadrātveida saraksta stilu","Toggle the decimal list style":"Pārslēgt decimālskaitļu saraksta stilu","Toggle the decimal with leading zero list style":"Pārslēgt decimālskaitļu sākot ar nulli saraksta stilu","Toggle the lower–roman list style":"Pārslēgt mazo romiešu burtu saraksta stilu","Toggle the upper–roman list style":"Pārslēgt lielo romiešu burtu saraksta stilu","Toggle the lower–latin list style":"Pārslēgt mazo latīņu burtu saraksta stilu","Toggle the upper–latin list style":"Pārslēgt lielo latīņu burtu saraksta stilu","Disc":"Disks","Circle":"Aplis","Square":"Kvadrāts","Decimal":"Cipari","Decimal with leading zero":"Decimālskaitļi sākot ar nulli","Lower–roman":"mazie romiešu burti","Upper-roman":"lielie romiešu burti","Lower-latin":"mazie latīņu burti","Upper-latin":"lielie latīņu burti","List properties":"saraksta detaļas","Start at":"Sākt no","Invalid start index value.":"Nederīga sākotnējā indeksa vērtība.","Start index must be greater than 0.":"Indeksam jābūt lielākam par 0","Reversed order":"Pretēja secība","Keystrokes that can be used in a list":"Taustiņsitieni, kurus var izmantot sarakstā","Increase list item indent":"Palielināt saraksta vienuma atkāpi","Decrease list item indent":"Samazināt saraksta vienuma atkāpi","Entering a to-do list":"Pievieno uzdevumu sarakstu","Leaving a to-do list":"Atstāj veicamo darbu sarakstu","Unlink":"Noņemt Saiti","Link":"Saite","Link URL":"Saites URL","Link URL must not be empty.":"Saites URL lauks nedrīkst būt tukšs.","Link image":"Ievietot saiti uz attēla","Edit link":"Labot Saiti","Open link in new tab":"Atvērt saiti jaunā cilnē","This link has no URL":"Saitei nav norādīts URL","Open in a new tab":"Atvērt jaunā cilnē","Downloadable":"Lejupielādējams","Create link":"Izveidot saiti","Move out of a link":"Iziet no saites","Language":"Valoda","Choose language":"Izvēlēties valodu","Remove language":"Dzēst valodu","Increase indent":"Palielināt atkāpi","Decrease indent":"Samazināt atkāpi","image widget":"attēla sīkrīks","Wrap text":"Aplauzt tekstu","Break text":"Pārtraukt tekstu","In line":"Rindā","Side image":"Sānā novietots attēls","Full size image":"Pilna izmēra attēls","Left aligned image":"Pa kreisi līdzināts attēls","Centered image":"Centrēts attēls","Right aligned image":"Pa labi līdzināts attēls","Change image text alternative":"Mainīt attēla alternatīvo tekstu","Text alternative":"Alternatīvais teksts","Enter image caption":"Ievadiet attēla parakstu","Insert image":"Ievietot attēlu","Replace image":"Aizstāt attēlu","Upload from computer":"Augšupielādēt no datora","Replace from computer":"Aizvietot no datora","Upload image from computer":"Augšupielādēt attēlu no datora","Image from computer":"Attēls no datora","Replace image from computer":"Aizstāt attēlu no datora","Upload failed":"Augšupielāde neizdevusies","Image toolbar":"Attēlu rīkjosla","Resize image":"Mainīt attēla izmērus","Resize image to %0":"Mainīt attēla izmēru uz %0","Resize image to the original size":"Mainīt attēla izmēru uz oriģinālo izmēru","Resize image (in %0)":"Mainīt attēla izmērus (%0)","Original":"Oriģināls","Custom image size":"Pielāgot attēla izmēru","Custom":"Pielāgot","Image resize list":"Attēla izmēru saraksts","Insert":"Ievietot","Update":"Atjaunināt","Insert image via URL":"Ievietot attēlu, izmantojot saiti","Update image URL":"Labot attēla avota saiti","Caption for the image":"Attēla virsraksts","Caption for image: %0":"Attēla virsraksts: %0","The value must not be empty.":"Vērtība nedrīkst palikt tukša.","The value should be a plain number.":"Vērtībai ir jābūt vienkāršam skaitlim.","Uploading image":"Attēla augšupielāde","Image upload complete":"Attēla augšupielāde ir pabeigta","Error during image upload":"Attēla augšupielādes laikā radās kļūda","HTML object":"HTML objekts","Insert HTML":"Ievietot HTML","HTML snippet":"HTML fragments","Paste raw HTML here...":"Ievietojiet HTML šeit...","Edit source":"Labot pirmavotu","Save changes":"Saglabāt izmaiņas","No preview available":"Priekšskatījums nav pieejams","Empty snippet content":"Tukšs fragments","Horizontal line":"Horizontāli atdalošā līnija","Yellow marker":"Dzeltens marķieris","Green marker":"Zaļš marķieris","Pink marker":"Rozā marķieris","Blue marker":"Zils marķieris","Red pen":"Sarkana pildspalva","Green pen":"Zaļa pildspalva","Remove highlight":"Noņemt izcēlumu","Highlight":"Izcelt","Text highlight toolbar":"Teksta izcēluma rīkjosla","Paragraph":"Paragrāfs","Heading":"Virsraksts","Choose heading":"Izvēlēties virsrakstu","Heading 1":"Virsraksts 1","Heading 2":"Virsraksts 2","Heading 3":"Virsraksts 3","Heading 4":"Virsraksts 4","Heading 5":"Virsraksts 5","Heading 6":"Virsraksts 6","Type your title":"Ievadiet virsrakstu","Type or paste your content here.":"Rakstiet vai ielīmējiet saturu šeit.","Font Size":"Fonta Lielums","Tiny":"Ļoti mazs","Small":"Mazs","Big":"Liels","Huge":"Milzīgs","Font Family":"Fonts","Default":"Noklusējuma","Font Color":"Fonta krāsa","Font Background Color":"Fonta fona krāsa","Document colors":"Krāsas dokumentā","Find and replace":"Meklēt un aizstāt","Find in text…":"Meklēt tekstā...","Find":"Meklēt","Previous result":"Iepriekšējais rezultāts","Next result":"Nākamais rezultāts","Replace":"Aizstāt","Replace all":"Aizstāt visu","Match case":"Precīza atbilstība","Whole words only":"Tikai pilni vārdi","Replace with…":"Aizstāt ar...","Text to find must not be empty.":"Meklēšanas tekstam jābūt aizpildītam.","Tip: Find some text first in order to replace it.":"Padoms: Sākumā uzmeklējiet tekstu un tikai tad aizstājiet to.","Advanced options":"Uzlabotas iespējas","Find in the document":"Meklēt dokumentā","Insert a soft break (a <code>&lt;br&gt;</code> element)":"Ievietot rindiņas pārtraukumu (<code>&lt;br&gt;</code> elements)","Insert a hard break (a new paragraph)":"Ievietot stingro rindiņas pārtraukumu (jaunu rindkopu)","Cancel":"Atcelt","Clear":"Notīrīt","Remove color":"Noņemt krāsu","Restore default":"Atgriezt noklusējumu","Save":"Saglabāt","Show more items":"Parādīt vairāk vienumus","%0 of %1":"%0 no %1","Cannot upload file:":"Nevar augšupielādēt failu:","Rich Text Editor. Editing area: %0":"Bagātīga Teksta Redaktors. Rediģēšanas zona: %0","Insert with file manager":"Ievietot, izmantojot failu pārvaldnieku","Replace with file manager":"Aizstāt, izmantojot failu pārvaldnieku","Insert image with file manager":"Ievietojiet attēlu, izmantojot failu pārvaldnieku","Replace image with file manager":"Aizstāt attēlu, izmantojot failu pārvaldnieku","Toggle caption off":"Izslēgt tabulas parakstu","Toggle caption on":"Ieslēgt tabulas parakstu","Content editing keystrokes":"Satura rediģēšanas taustiņsitieni","These keyboard shortcuts allow for quick access to content editing features.":"Šie īsinājumtaustiņi ļauj ātri piekļūt satura rediģēšanas funkcijām.","User interface and content navigation keystrokes":"Lietotāja interfeisa un satura navigācijas taustiņsitieni","Use the following keystrokes for more efficient navigation in the CKEditor 5 user interface.":"Izmantot tālāk norādītos taustiņsitienus, lai nodrošinātu efektīvāku navigāciju CKEditor 5 lietotāja saskarnē.","Close contextual balloons, dropdowns, and dialogs":"Aizvērt kontekstuālās joslas, nolaižamās izvēlnes un dialoglodziņus","Open the accessibility help dialog":"Atvērt piekļūstamības palīdzības dialoglodziņu","Move focus between form fields (inputs, buttons, etc.)":"Pārvietot fokusu starp laukiem (ievades, pogas u.tml.)","Move focus to the menu bar, navigate between menu bars":"Pārvietot fokusu uz izvēļņu joslu, pārvietoties starp izvēļņu joslām","Move focus to the toolbar, navigate between toolbars":"Pārvietot fokusu uz rīkjoslu, pārvietoties starp rīkjoslām","Navigate through the toolbar or menu bar":"Pārvietojieties rīkjoslā vai izvēlņu joslā","Execute the currently focused button. Executing buttons that interact with the editor content moves the focus back to the content.":"Izpildiet pašlaik fokusēto pogu. Izpildot pogas, kas mijiedarbojas ar redaktora saturu, fokuss tiek pārvietots atpakaļ uz saturu.","Accept":"Apstiprināt","Insert code block":"Ievietot koda bloku","Plain text":"Vienkāršs teksts","Leaving %0 code snippet":"Tiek atstāts %0 koda fragments","Entering %0 code snippet":"%0 koda fragmenta ievade","Entering code snippet":"Koda fragmenta ievade","Leaving code snippet":"Atstāj koda fragmentu","Code block":"Koda bloks","Copy selected content":"Kopēt atlasīto saturu","Paste content":"Ielīmēt saturu","Paste content as plain text":"Ielīmēt saturu kā tekstu","Insert image or file":"Ievietot attēlu vai failu","Image or file":"Attēls vai fails","Could not obtain resized image URL.":"Nevarēja iegūt mērogotā attēla adresi.","Selecting resized image failed":"Nevarēja izvēlēties mērogoto attēlu.","Could not insert image at the current position.":"Pašreizējā pozīcijā attēlu nevarēja ievietot.","Inserting image failed":"Nevarēja ievietot attēlu","Open file manager":"Atvērt failu pārvaldnieku","Cannot determine a category for the uploaded file.":"Nav iespējams noteikt augšupielādētā faila kategoriju","Cannot access default workspace.":"Nevar piekļūt noklusējuma darbvietai.","Edit image":"Rediģēt attēlu","Processing the edited image.":"Rediģētā attēla apstrāde.","Server failed to process the image.":"Serverim neizdevās apstrādāt attēlu.","Failed to determine category of edited image.":"Neizdevās noteikt rediģētā attēla kategoriju.","Block quote":"Citāts","Bold":"Trekns","Italic":"Kursīvs","Underline":"Pasvītrots","Code":"Kods","Strikethrough":"Nosvītrots","Subscript":"Apakšraksts","Superscript":"Augšraksts","Italic text":"Teksts slīprakstā","Move out of an inline code style":"Iziet no iekļautā koda stila","Bold text":"Teksts treknrakstā","Underline text":"Pasvītrot tekstu","Strikethrough text":"Pārsvītrot teksts","Saving changes":"Saglabāju izmaiņas","Revert autoformatting action":"Atjaunot automātiskās formatēšanas darbību","Align left":"Pa kreisi","Align right":"Pa labi","Align center":"Centrēt","Justify":"Izlīdzināt abas malas","Text alignment":"Teksta izlīdzināšana","Text alignment toolbar":"Teksta līdzināšanas rīkjosla"},getPluralForm(n){return (n%10==1 && n%100!=11 ? 0 : n != 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 { [ 'lv' ]: { dictionary, getPluralForm } } = {"lv":{"dictionary":{"Words: %0":"Vārdi: %0","Characters: %0":"Rakstzīmes: %0","Widget toolbar":"Sīkrīku rīkjosla","Insert paragraph before block":"Ievietot paragrāfu pirms bloka","Insert paragraph after block":"Ievietot paragrāfu aiz bloka","Press Enter to type after or press Shift + Enter to type before the widget":"Nospiediet taustiņu Enter, lai rakstītu aiz logrīka, vai nospiediet taustiņu Shift + Enter, lai rakstītu pirms logrīka","Keystrokes that can be used when a widget is selected (for example: image, table, etc.)":"Taustiņsitieni, kurus var izmantot, kad ir atlasīts logrīks (piemēram, attēls, tabula utt.)","Insert a new paragraph directly after a widget":"Ievietot jaunu rindkopu tieši aiz logrīka","Insert a new paragraph directly before a widget":"Ievietot jaunu rindkopu tieši pirms logrīka","Move the caret to allow typing directly before a widget":"Pārvietot kursoru, lai rakstītu tieši pirms logrīka","Move the caret to allow typing directly after a widget":"Pārvietot kursoru, lai rakstītu tieši aiz logrīka","Upload in progress":"Notiek augšupielāde","Undo":"Atsaukt","Redo":"Uz priekšu","Rich Text Editor":"Bagātinātais Teksta Redaktors","Editor editing area: %0":"Redaktora rediģēšanas zona: %0","Edit block":"Labot bloku","Click to edit block":"Noklikšķiniet, lai rediģētu sadaļu","Drag to move":"Velciet, lai pārvietotu","Next":"Nākamā","Previous":"Iepriekšējā","Editor toolbar":"Redaktora rīkjosla","Dropdown toolbar":"Papildus izvēlnes rīkjosla","Black":"Melns","Dim grey":"Blāvi pelēks","Grey":"Pelēks","Light grey":"Gaiši pelēks","White":"Balts","Red":"Sarkans","Orange":"Oranžs","Yellow":"Dzeltens","Light green":"Gaiši zaļš","Green":"Zaļš","Aquamarine":"Akvamarīns","Turquoise":"Tirkīza","Light blue":"Gaiši zils","Blue":"Zils","Purple":"Violets","Editor block content toolbar":"Rediģēšanas bloka satura rīkjosla","Editor contextual toolbar":"Redaktora konteksta rīkjosla","HEX":"HEX Krāsu kods","No results found":"Nekas nav atrasts","No searchable items":"Nav meklējamu vienumu","Editor dialog":"Redaktora dialoglodziņš","Close":"Aizvērt","Help Contents. To close this dialog press ESC.":"Palīdzības saturs. Lai aizvērtu šo dialoglodziņu, nospiest ESC.","Below, you can find a list of keyboard shortcuts that can be used in the editor.":"Zemāk skatīt īsinājumtaustiņu sarakstu, ko var izmantot redaktorā.","(may require <kbd>Fn</kbd>)":"(var būt nepieciešams <kbd>Fn</kbd>)","Accessibility":"Pieejamība","Accessibility help":"Piekļūstamības palīdzība","Press %0 for help.":"Lai saņemtu palīdzību, nospiest %0.","Move focus in and out of an active dialog window":"Pārvietot fokusu aktīvajā dialoglodziņā un no tā","MENU_BAR_MENU_FILE":"Fails","MENU_BAR_MENU_EDIT":"Labot","MENU_BAR_MENU_VIEW":"Skatīt","MENU_BAR_MENU_INSERT":"Ievietot","MENU_BAR_MENU_FORMAT":"Formāts","MENU_BAR_MENU_TOOLS":"Rīki","MENU_BAR_MENU_HELP":"Palīdzība","MENU_BAR_MENU_TEXT":"Teksts","MENU_BAR_MENU_FONT":"Fonts","Editor menu bar":"Redaktora izvēlņu josla","Please enter a valid color (e.g. \"ff0000\").":"Lūdzu, ievadiet derīgu krāsu (piemēram, \"ff0000\").","Insert table":"Ievietot tabulu","Header column":"Šī kolonna ir galvene","Insert column left":"Ievietot kolonnu pa kreisi","Insert column right":"Ievietot kolonnu pa labi","Delete column":"Dzēst kolonnu","Select column":"Izvēlēties kolonnu","Column":"Kolonna","Header row":"Šī rinda ir galvene","Insert row below":"Ievietot rindu zem","Insert row above":"Ievietot rindu virs","Delete row":"Dzēst rindu","Select row":"Izvēlēties rindu","Row":"Rinda","Merge cell up":"Apvienot šūnas uz augšu","Merge cell right":"Apvienot šūnas pa labi","Merge cell down":"Apvienot šūnas uz leju","Merge cell left":"Apvienot šūnas pa kreisi","Split cell vertically":"Atdalīt šūnu vertikāli","Split cell horizontally":"Atdalīt šūnu horizontāli","Merge cells":"Apvienot šūnas","Table toolbar":"Tabulas rīkjosla","Table properties":"Tabulas īpašības","Cell properties":"Šūnas īpašības","Border":"Apmale","Style":"Stils","Width":"Platums","Height":"Augstums","Color":"Teksta krāsa","Background":"Fona krāsa","Padding":"Atstatums","Dimensions":"Izmēri","Table cell text alignment":"Teksta novietojums šūnā","Alignment":"Novietojums","Horizontal text alignment toolbar":"Horizontāla teksta līdzināšana","Vertical text alignment toolbar":"Vertikāla teksta līdzināšana","Table alignment toolbar":"Tabulas līdzināšana","None":"Bez apmales","Solid":"Nepārtraukta līnija","Dotted":"Punktēta līnija","Dashed":"Pārtraukta līnija","Double":"Dubulta līnija","Groove":"Iespiesta līnija","Ridge":"Izcelta līnija","Inset":"Ievietot / ieliktnis","Outset":"sākums","Align cell text to the left":"Līdzināt šūnas tekstu pa kreisi","Align cell text to the center":"Līdzināt šūnas tekstu centrā","Align cell text to the right":"Līdzināt šūnas tekstu pa labi","Justify cell text":"Taisnot šūnas tekstu","Align cell text to the top":"Līdzināt šūnas tekstu pie augšas","Align cell text to the middle":"Līdzināt šūnas tekstu vidū","Align cell text to the bottom":"Līdzināt šūnas tekstu pie apakšas","Align table to the left":"Līdzināt tabulu pa kreisi","Center table":"Centrēt tabulu","Align table to the right":"Līdzināt tabulu pa labi","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Krāsa nav korekta. Mēģiniet \"#FF0000\" vai \"rgb(255,0,0)\" vai \"red\"","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Vērtība nav korekta. Mēģiniet \"10px\" vai \"2em\" vai vienkārši \"2\"","Color picker":"Krāsu palete","Enter table caption":"Ievadiet tabulas parakstu","Keystrokes that can be used in a table cell":"Taustiņsitieni, kurus var izmantot tabulas šūnā","Move the selection to the next cell":"Pārvietot atlasi uz nākamo šūnu","Move the selection to the previous cell":"Pārvietot atlasi uz iepriekšējo šūnu","Insert a new table row (when in the last cell of a table)":"Ievietot jaunu tabulas rindu (esot tabulas pēdējā šūnā)","Navigate through the table":"Pārvietoties tabulā","Table":"Tabula","Styles":"Stili","Multiple styles":"Vairāki stili","Block styles":"Bloka stili","Text styles":"Teksta stili","Special characters":"Speciālie simboli","All":"Visi","Arrows":"Bultas","Currency":"Valūta","Latin":"Latīņu","Mathematical":"Matemātisks","Text":"Teksts","leftwards simple arrow":"vienkāršā bulta pa kreisi","rightwards simple arrow":"vienkāršā bulta pa labi","upwards simple arrow":"vienkāršā bulta uz augšu","downwards simple arrow":"vienkāršā bulta lejup","leftwards double arrow":"pa kreisi vērstā dubultbultiņa","rightwards double arrow":"pa labi vērstā dubultbultiņa","upwards double arrow":"augšupvērsta dubultā bultiņa","downwards double arrow":"lejupvērsta dubultā bultiņa","leftwards dashed arrow":"pa kreisi vērstā partrauktā bultiņa","rightwards dashed arrow":"pa labi vērstā partrauktā bultiņa","upwards dashed arrow":"augšupvērsta pārtrauktā bultiņa","downwards dashed arrow":"lejupvērsta pārtrauktā bultiņa","leftwards arrow to bar":"pa kreisi vērstā bultiņa uz joslu","rightwards arrow to bar":"pa labi vērstā bultiņa uz joslu","upwards arrow to bar":"augšupvērsta bultiņa uz joslu","downwards arrow to bar":"lejupvērsta bultiņa uz joslu","up down arrow with base":"augšup-lejupvērsta bultiņa ar pamatni","back with leftwards arrow above":"atpakaļ ar kreisi vērstu bultiņu augšpusē","end with leftwards arrow above":"beigt ar kreisi vērstu bultiņu augšpusē","on with exclamation mark with left right arrow above":"ieslēgts ar izsaukuma zīmi ar kreiso-labo bultiņu augšpusē","soon with rightwards arrow above":"drīz ar uz labo pusi vērstu bultiņu augšpusē","top with upwards arrow above":"augšpusē ar augšupvērstu bultiņu augšpusē","Dollar sign":"Dolārzīme","Euro sign":"Eirozīme","Yen sign":"Jenas zīme","Pound sign":"Mārciņas zīme","Cent sign":"Centa zīme","Euro-currency sign":"Eiro valūtas zīme","Colon sign":"Kols","Cruzeiro sign":"Kruzeiro zīme","French franc sign":"Franču franka zīme","Lira sign":"Liras zīme","Currency sign":"Valūtas zīme","Bitcoin sign":"Bitkoina zīme","Mill sign":"Millas zīmes","Naira sign":"Nairas zīme","Peseta sign":"Pesetas zīme","Rupee sign":"Rūpijas zīme","Won sign":"Vonas zīme","New sheqel sign":"Šekeļa zīme","Dong sign":"Donga zīme","Kip sign":"Kipa zīme","Tugrik sign":"Tugrika zīme","Drachma sign":"Drahmas zīme","German penny sign":"Vācu santīma zīme","Peso sign":"Peso zīme","Guarani sign":"Guarani zīme","Austral sign":"Austrāla zīme","Hryvnia sign":"Grivnas zīme","Cedi sign":"Sedi zīme","Livre tournois sign":"Tours mārciņu zīme","Spesmilo sign":"Spesmilo zīme","Tenge sign":"Tenges zīme","Indian rupee sign":"Indijas rūpijas zīme","Turkish lira sign":"Turcijas liras zīme","Nordic mark sign":"Ziemeļu markas zīme","Manat sign":"Manata zīme","Ruble sign":"Rubļa zīme","Latin capital letter a with macron":"Latīņu lielais burts a ar garumzīmi","Latin small letter a with macron":"Latīņu mazais burts a ar garumzīmi","Latin capital letter a with breve":"Latīņu lielais burts a ar īsuma zīmi","Latin small letter a with breve":"Latīņu mazais burts a ar īsuma zīmi","Latin capital letter a with ogonek":"Latīņu lielais burts a ar ogoneku","Latin small letter a with ogonek":"Latīņu mazais burts a ar ogoneku","Latin capital letter c with acute":"Latīņu lielais burts c ar akūtu","Latin small letter c with acute":"Latīņu mazais burts c ar akūtu","Latin capital letter c with circumflex":"Latīņu lielais burts c ar cirkumfleksu","Latin small letter c with circumflex":"Latīņu mazais burts c ar cirkumfleksu","Latin capital letter c with dot above":"Latīņu lielais burts c ar punktu augšpusē","Latin small letter c with dot above":"Latīņu mazais burts c ar punktu augšpusē","Latin capital letter c with caron":"Latīņu lielais burts c ar karonu","Latin small letter c with caron":"Latīņu mazais burts c ar karonu","Latin capital letter d with caron":"Latīņu lielais burts d ar karonu","Latin small letter d with caron":"Latīņu mazais burts d ar karonu","Latin capital letter d with stroke":"Latīņu lielais burts d ar līniju","Latin small letter d with stroke":"Latīņu mazais burts d ar līniju","Latin capital letter e with macron":"Latīņu lielais burts e ar garumzīmi","Latin small letter e with macron":"Latīņu mazais burts e ar garumzīmi","Latin capital letter e with breve":"Latīņu lielais burts e ar īsuma zīmi","Latin small letter e with breve":"Latīņu mazais burts e ar īsuma zīmi","Latin capital letter e with dot above":"Latīņu lielais burts e ar punktu augšpusē","Latin small letter e with dot above":"Latīņu mazais burts e ar punktu augšpusē","Latin capital letter e with ogonek":"Latīņu lielais burts e ar ogoneku","Latin small letter e with ogonek":"Latīņu mazais burts e ar ogoneku","Latin capital letter e with caron":"Latīņu lielais burts e ar karonu","Latin small letter e with caron":"Latīņu mazais burts e ar karonu","Latin capital letter g with circumflex":"Latīņu lielais burts g ar cirkumfleksu","Latin small letter g with circumflex":"Latīņu mazais burts g ar cirkumfleksu","Latin capital letter g with breve":"Latīņu lielais burts g ar īsuma zīmi","Latin small letter g with breve":"Latīņu mazais burts g ar īsuma zīmi","Latin capital letter g with dot above":"Latīņu lielais burts g ar punktu augšpusē","Latin small letter g with dot above":"Latīņu mazais burts e ar punktu augšpusē","Latin capital letter g with cedilla":"Latīņu lielais burts g ar sediļu","Latin small letter g with cedilla":"Latīņu mazais burts g ar sediļu","Latin capital letter h with circumflex":"Latīņu lielais burts h ar cirkumfleksu","Latin small letter h with circumflex":"Latīņu mazais burts c ar cirkumfleksu","Latin capital letter h with stroke":"Latīņu lielais burts h ar līniju","Latin small letter h with stroke":"Latīņu mazais burts h ar līniju","Latin capital letter i with tilde":"Latīņu lielais burts i ar tildi","Latin small letter i with tilde":"Latīņu mazais burts i ar tildi","Latin capital letter i with macron":"Latīņu lielais burts i ar garumzīmi","Latin small letter i with macron":"Latīņu mazais burts i ar garumzīmi","Latin capital letter i with breve":"Latīņu lielais burts i ar īsuma zīmi","Latin small letter i with breve":"Latīņu mazais burts i ar īsuma zīmi","Latin capital letter i with ogonek":"Latīņu lielais burts i ar ogoneku","Latin small letter i with ogonek":"Latīņu mazais burts i ar ogoneku","Latin capital letter i with dot above":"Latīņu lielais burts i ar punktu augšpusē","Latin small letter dotless i":"Latīņu mazais bezpunkta burts i","Latin capital ligature ij":"Latīņu lielā ligatūra ij","Latin small ligature ij":"Latīņu mazā ligatūra ij","Latin capital letter j with circumflex":"Latīņu lielais burts j ar cirkumfleksu","Latin small letter j with circumflex":"Latīņu mazais burts j ar cirkumfleksu","Latin capital letter k with cedilla":"Latīņu lielais burts k ar sediļu","Latin small letter k with cedilla":"Latīņu mazais burts k ar sediļu","Latin small letter kra":"Latīņu mazais burts kra","Latin capital letter l with acute":"Latīņu lielais burts l ar akūtu","Latin small letter l with acute":"Latīņu mazais burts l ar akūtu","Latin capital letter l with cedilla":"Latīņu lielais burts l ar sediļu","Latin small letter l with cedilla":"Latīņu mazais burts l ar sediļu","Latin capital letter l with caron":"Latīņu lielais burts l ar karonu","Latin small letter l with caron":"Latīņu mazais burts l ar karonu","Latin capital letter l with middle dot":"Latīņu lielais burts l ar vidējo punktu","Latin small letter l with middle dot":"Latīņu mazais burts l ar vidējo punktu","Latin capital letter l with stroke":"Latīņu lielais burts l ar līniju","Latin small letter l with stroke":"Latīņu mazais burts l ar līniju","Latin capital letter n with acute":"Latīņu lielais burts n ar akūtu","Latin small letter n with acute":"Latīņu mazais burts n ar akūtu","Latin capital letter n with cedilla":"Latīņu lielais burts n ar sediļu","Latin small letter n with cedilla":"Latīņu mazais burts n ar sediļu","Latin capital letter n with caron":"Latīņu lielais burts n ar karonu","Latin small letter n with caron":"Latīņu mazais burts n ar karonu","Latin small letter n preceded by apostrophe":"Latīņu mazais burts n, pirms kura ir apostrofs","Latin capital letter eng":"Latīņu lielais burts eng","Latin small letter eng":"Latīņu mazais burts eng","Latin capital letter o with macron":"Latīņu lielais burts o ar garumzīmi","Latin small letter o with macron":"Latīņu mazais burts o ar garumzīmi","Latin capital letter o with breve":"Latīņu lielais burts o ar īsuma zīmi","Latin small letter o with breve":"Latīņu mazais burts o ar īsuma zīmi","Latin capital letter o with double acute":"Latīņu lielais burts o ar dubultu akūtu","Latin small letter o with double acute":"Latīņu mazais burts o ar dubultu akūtu","Latin capital ligature oe":"Latīņu lielā ligatūra oe","Latin small ligature oe":"Latīņu mazā ligatūra oe","Latin capital letter r with acute":"Latīņu lielais burts r ar akūtu","Latin small letter r with acute":"Latīņu mazais burts r ar akūtu","Latin capital letter r with cedilla":"Latīņu lielais burts r ar sediļu","Latin small letter r with cedilla":"Latīņu mazais burts r ar sediļu","Latin capital letter r with caron":"Latīņu lielais burts r ar karonu","Latin small letter r with caron":"Latīņu mazais burts r ar karonu","Latin capital letter s with acute":"Latīņu lielais burts s ar akūtu","Latin small letter s with acute":"Latīņu mazais burts s ar akūtu","Latin capital letter s with circumflex":"Latīņu lielais burts s ar cirkumfleksu","Latin small letter s with circumflex":"Latīņu mazais burts s ar cirkumfleksu","Latin capital letter s with cedilla":"Latīņu lielais burts s ar sediļu","Latin small letter s with cedilla":"Latīņu mazais burts s ar sediļu","Latin capital letter s with caron":"Latīņu lielais burts s ar karonu","Latin small letter s with caron":"Latīņu mazais burts s ar karonu","Latin capital letter t with cedilla":"Latīņu lielais burts t ar sediļu","Latin small letter t with cedilla":"Latīņu mazais burts t ar sediļu","Latin capital letter t with caron":"Latīņu lielais burts t ar karonu","Latin small letter t with caron":"Latīņu mazais burts t ar karonu","Latin capital letter t with stroke":"Latīņu lielais burts t ar līniju","Latin small letter t with stroke":"Latīņu mazais burts t ar līniju","Latin capital letter u with tilde":"Latīņu lielais burts u ar tildi","Latin small letter u with tilde":"Latīņu mazais burts u ar tildi","Latin capital letter u with macron":"Latīņu lielais burts u ar garumzīmi","Latin small letter u with macron":"Latīņu mazais burts u ar garumzīmi","Latin capital letter u with breve":"Latīņu lielais burts u ar īsuma zīmi","Latin small letter u with breve":"Latīņu mazais burts u ar īsuma zīmi","Latin capital letter u with ring above":"Latīņu lielais burts u ar gredzenu augšpusē","Latin small letter u with ring above":"Latīņu mazais burts u ar gredzenu augšpusē","Latin capital letter u with double acute":"Latīņu lielais burts u ar dubultu akūtu","Latin small letter u with double acute":"Latīņu mazais burts u ar dubultu akūtu","Latin capital letter u with ogonek":"Latīņu lielais burts u ar ogoneku","Latin small letter u with ogonek":"Latīņu mazais burts u ar ogoneku","Latin capital letter w with circumflex":"Latīņu lielais burts w ar cirkumfleksu","Latin small letter w with circumflex":"Latīņu mazais burts w ar cirkumfleksu","Latin capital letter y with circumflex":"Latīņu lielais burts y ar cirkumfleksu","Latin small letter y with circumflex":"Latīņu mazais burts y ar cirkumfleksu","Latin capital letter y with diaeresis":"Latīņu lielais burts y ar diaerēzi","Latin capital letter z with acute":"Latīņu lielais burts z ar akūtu","Latin small letter z with acute":"Latīņu mazais burts z ar akūtu","Latin capital letter z with dot above":"Latīņu lielais burts z ar punktu augšpusē","Latin small letter z with dot above":"Latīņu mazais burts z ar punktu augšpusē","Latin capital letter z with caron":"Latīņu lielais burts z ar karonu","Latin small letter z with caron":"Latīņu mazais burts z ar karonu","Latin small letter long s":"Latīņu mazais burts garais s","Less-than sign":"Mazāk nekā zīme","Greater-than sign":"Vairāk nekā zīme","Less-than or equal to":"Mazāks par vai vienāds ar","Greater-than or equal to":"Lielāks par vai vienāds ar","En dash":"Īsa domuzīme","Em dash":"Domuzīme","Macron":"Garumzīme","Overline":"Virssvītra","Degree sign":"Grādu zīme","Minus sign":"Mīnus zīme","Plus-minus sign":"Plus-mīnus zīme","Division sign":"Dalīšanas zīme","Fraction slash":"Dalīšanas slīpsvītra","Multiplication sign":"Reizināšanas zīme","Latin small letter f with hook":"Latīņu mazais burts f ar āķi","Integral":"Integrālis","N-ary summation":"N-āra summa","Infinity":"Bezgalība","Square root":"Kvadrātsakne","Tilde operator":"Tildes operators","Approximately equal to":"Aptuveni vienāds ar","Almost equal to":"Gandrīz vienāds ar","Not equal to":"Nav vienāds ar","Identical to":"Vienāds ar","Element of":"Elements no","Not an element of":"Nav elements","Contains as member":"Satur kā ","N-ary product":"N-ārs produkts","Logical and":"Loģisks un ","Logical or":"Loģisks vai","Not sign":"Aizlieguma zīme","Intersection":"Intersekcija","Union":"Savienība","Partial differential":"Daļējs diferenciālis","For all":"Visiem","There exists":"Eksistē","Empty set":"Tukša kopa","Nabla":"Nabla","Asterisk operator":"Asterisks","Proportional to":"Proporcionāls","Angle":"Stūris","Vulgar fraction one quarter":"Viena ceturtdaļa","Vulgar fraction one half":"Viena puse","Vulgar fraction three quarters":"Trīs ceturtdaļas","Single left-pointing angle quotation mark":"Pa kreisi vērsta stūrainā pēdiņa","Single right-pointing angle quotation mark":"Pa labi vērsta stūrainā pēdiņa","Left-pointing double angle quotation mark":"Pa kreisi vērstas dubultās stūrainās pēdiņas","Right-pointing double angle quotation mark":"Pa labi vērstas dubultās stūrainās pēdiņas","Left single quotation mark":"Viena kreisā pēdiņa","Right single quotation mark":"Viena labā pēdiņa","Left double quotation mark":"Kreisās dubultās pēdiņas","Right double quotation mark":"Labās dubultās pēdiņas","Single low-9 quotation mark":"Viena zemā-9 pēdiņās","Double low-9 quotation mark":"Dubultās zemās-9 pēdiņās","Inverted exclamation mark":"Apgriezta izsaukuma zīme","Inverted question mark":"Apgriezta jautājuma zīme","Two dot leader":"Divu punktu līderis","Horizontal ellipsis":"Horizontālā elipse","Double dagger":"Dubults duncis","Per mille sign":"Promiles zīme","Per ten thousand sign":"Desmit tūkstošās daļas zīme","Double exclamation mark":"Dubulta izsaukuma zīme","Question exclamation mark":"Jautājuma izsaukuma zīme","Exclamation question mark":"Izsaukuma jautājuma zīme","Double question mark":"Dubulta jautājumzīme","Copyright sign":"Autortiesību zīme","Registered sign":"Reģistrēta prečuzīmes zīme","Trade mark sign":"Prečuzīmes zīme","Section sign":"Sekcijas zīme","Paragraph sign":"Rindkopas zīme","Reversed paragraph sign":"Apgrieztā rindkopas zīme","Character categories":"Rakstzīmju kategorijas","Source":"Pirmavots","Show source":"Rādīt avotu","Show blocks":"Rādīt blokus","Select all":"Izvēlēties visu","Disable editing":"Atspējot labošanu","Enable editing":"Iespējot labošanu","Previous editable region":"Iepriekšējais labošanas reģions","Next editable region":"Nākamais labošanas reģions","Navigate editable regions":"Navigēt caur labojamajiem reģioniem","Remove Format":"Noņemt formatējumu","Page break":"Lappuses pārtraukums","media widget":"medija sīkrīks","Media URL":"Medija URL","Paste the media URL in the input.":"Ielīmējiet medija URL teksta laukā.","Tip: Paste the URL into the content to embed faster.":"Padoms: Ielīmējiet adresi saturā, lai iegultu","The URL must not be empty.":"URL ir jābūt ievadītam.","This media URL is not supported.":"Šis medija URL netiek atbalstīts.","Insert media":"Ievietot mediju","Media toolbar":"Mediju rīkjosla","Open media in new tab":"Atvērt mediju jaunā cilnē","Numbered List":"Numurēts Saraksts","Bulleted List":"Nenumurēts Saraksts","To-do List":"To-do Saraksts","Bulleted list styles toolbar":"Nenumurēta saraksta stili","Numbered list styles toolbar":"Numurēta saraksta stili","Toggle the disc list style":"Pārslēgt diskveida saraksta stilu","Toggle the circle list style":"Pārslēgt apļveida saraksta stilu","Toggle the square list style":"Pārslēgt kvadrātveida saraksta stilu","Toggle the decimal list style":"Pārslēgt decimālskaitļu saraksta stilu","Toggle the decimal with leading zero list style":"Pārslēgt decimālskaitļu sākot ar nulli saraksta stilu","Toggle the lower–roman list style":"Pārslēgt mazo romiešu burtu saraksta stilu","Toggle the upper–roman list style":"Pārslēgt lielo romiešu burtu saraksta stilu","Toggle the lower–latin list style":"Pārslēgt mazo latīņu burtu saraksta stilu","Toggle the upper–latin list style":"Pārslēgt lielo latīņu burtu saraksta stilu","Disc":"Disks","Circle":"Aplis","Square":"Kvadrāts","Decimal":"Cipari","Decimal with leading zero":"Decimālskaitļi sākot ar nulli","Lower–roman":"mazie romiešu burti","Upper-roman":"lielie romiešu burti","Lower-latin":"mazie latīņu burti","Upper-latin":"lielie latīņu burti","List properties":"saraksta detaļas","Start at":"Sākt no","Invalid start index value.":"Nederīga sākotnējā indeksa vērtība.","Start index must be greater than 0.":"Indeksam jābūt lielākam par 0","Reversed order":"Pretēja secība","Keystrokes that can be used in a list":"Taustiņsitieni, kurus var izmantot sarakstā","Increase list item indent":"Palielināt saraksta vienuma atkāpi","Decrease list item indent":"Samazināt saraksta vienuma atkāpi","Entering a to-do list":"Pievieno uzdevumu sarakstu","Leaving a to-do list":"Atstāj veicamo darbu sarakstu","Unlink":"Noņemt Saiti","Link":"Saite","Link URL":"Saites URL","Link URL must not be empty.":"Saites URL lauks nedrīkst būt tukšs.","Link image":"Ievietot saiti uz attēla","Edit link":"Labot Saiti","Open link in new tab":"Atvērt saiti jaunā cilnē","This link has no URL":"Saitei nav norādīts URL","Open in a new tab":"Atvērt jaunā cilnē","Downloadable":"Lejupielādējams","Create link":"Izveidot saiti","Move out of a link":"Iziet no saites","Language":"Valoda","Choose language":"Izvēlēties valodu","Remove language":"Dzēst valodu","Increase indent":"Palielināt atkāpi","Decrease indent":"Samazināt atkāpi","image widget":"attēla sīkrīks","Wrap text":"Aplauzt tekstu","Break text":"Pārtraukt tekstu","In line":"Rindā","Side image":"Sānā novietots attēls","Full size image":"Pilna izmēra attēls","Left aligned image":"Pa kreisi līdzināts attēls","Centered image":"Centrēts attēls","Right aligned image":"Pa labi līdzināts attēls","Change image text alternative":"Mainīt attēla alternatīvo tekstu","Text alternative":"Alternatīvais teksts","Enter image caption":"Ievadiet attēla parakstu","Insert image":"Ievietot attēlu","Replace image":"Aizstāt attēlu","Upload from computer":"Augšupielādēt no datora","Replace from computer":"Aizvietot no datora","Upload image from computer":"Augšupielādēt attēlu no datora","Image from computer":"Attēls no datora","Replace image from computer":"Aizstāt attēlu no datora","Upload failed":"Augšupielāde neizdevusies","Image toolbar":"Attēlu rīkjosla","Resize image":"Mainīt attēla izmērus","Resize image to %0":"Mainīt attēla izmēru uz %0","Resize image to the original size":"Mainīt attēla izmēru uz oriģinālo izmēru","Resize image (in %0)":"Mainīt attēla izmērus (%0)","Original":"Oriģināls","Custom image size":"Pielāgot attēla izmēru","Custom":"Pielāgot","Image resize list":"Attēla izmēru saraksts","Insert":"Ievietot","Update":"Atjaunināt","Insert image via URL":"Ievietot attēlu, izmantojot saiti","Update image URL":"Labot attēla avota saiti","Caption for the image":"Attēla virsraksts","Caption for image: %0":"Attēla virsraksts: %0","The value must not be empty.":"Vērtība nedrīkst palikt tukša.","The value should be a plain number.":"Vērtībai ir jābūt vienkāršam skaitlim.","Uploading image":"Attēla augšupielāde","Image upload complete":"Attēla augšupielāde ir pabeigta","Error during image upload":"Attēla augšupielādes laikā radās kļūda","HTML object":"HTML objekts","Insert HTML":"Ievietot HTML","HTML snippet":"HTML fragments","Paste raw HTML here...":"Ievietojiet HTML šeit...","Edit source":"Labot pirmavotu","Save changes":"Saglabāt izmaiņas","No preview available":"Priekšskatījums nav pieejams","Empty snippet content":"Tukšs fragments","Horizontal line":"Horizontāli atdalošā līnija","Yellow marker":"Dzeltens marķieris","Green marker":"Zaļš marķieris","Pink marker":"Rozā marķieris","Blue marker":"Zils marķieris","Red pen":"Sarkana pildspalva","Green pen":"Zaļa pildspalva","Remove highlight":"Noņemt izcēlumu","Highlight":"Izcelt","Text highlight toolbar":"Teksta izcēluma rīkjosla","Paragraph":"Paragrāfs","Heading":"Virsraksts","Choose heading":"Izvēlēties virsrakstu","Heading 1":"Virsraksts 1","Heading 2":"Virsraksts 2","Heading 3":"Virsraksts 3","Heading 4":"Virsraksts 4","Heading 5":"Virsraksts 5","Heading 6":"Virsraksts 6","Type your title":"Ievadiet virsrakstu","Type or paste your content here.":"Rakstiet vai ielīmējiet saturu šeit.","Font Size":"Fonta Lielums","Tiny":"Ļoti mazs","Small":"Mazs","Big":"Liels","Huge":"Milzīgs","Font Family":"Fonts","Default":"Noklusējuma","Font Color":"Fonta krāsa","Font Background Color":"Fonta fona krāsa","Document colors":"Krāsas dokumentā","Find and replace":"Meklēt un aizstāt","Find in text…":"Meklēt tekstā...","Find":"Meklēt","Previous result":"Iepriekšējais rezultāts","Next result":"Nākamais rezultāts","Replace":"Aizstāt","Replace all":"Aizstāt visu","Match case":"Precīza atbilstība","Whole words only":"Tikai pilni vārdi","Replace with…":"Aizstāt ar...","Text to find must not be empty.":"Meklēšanas tekstam jābūt aizpildītam.","Tip: Find some text first in order to replace it.":"Padoms: Sākumā uzmeklējiet tekstu un tikai tad aizstājiet to.","Advanced options":"Uzlabotas iespējas","Find in the document":"Meklēt dokumentā","Insert a soft break (a <code>&lt;br&gt;</code> element)":"Ievietot rindiņas pārtraukumu (<code>&lt;br&gt;</code> elements)","Insert a hard break (a new paragraph)":"Ievietot stingro rindiņas pārtraukumu (jaunu rindkopu)","Cancel":"Atcelt","Clear":"Notīrīt","Remove color":"Noņemt krāsu","Restore default":"Atgriezt noklusējumu","Save":"Saglabāt","Show more items":"Parādīt vairāk vienumus","%0 of %1":"%0 no %1","Cannot upload file:":"Nevar augšupielādēt failu:","Rich Text Editor. Editing area: %0":"Bagātīga Teksta Redaktors. Rediģēšanas zona: %0","Insert with file manager":"Ievietot, izmantojot failu pārvaldnieku","Replace with file manager":"Aizstāt, izmantojot failu pārvaldnieku","Insert image with file manager":"Ievietojiet attēlu, izmantojot failu pārvaldnieku","Replace image with file manager":"Aizstāt attēlu, izmantojot failu pārvaldnieku","Toggle caption off":"Izslēgt tabulas parakstu","Toggle caption on":"Ieslēgt tabulas parakstu","Content editing keystrokes":"Satura rediģēšanas taustiņsitieni","These keyboard shortcuts allow for quick access to content editing features.":"Šie īsinājumtaustiņi ļauj ātri piekļūt satura rediģēšanas funkcijām.","User interface and content navigation keystrokes":"Lietotāja interfeisa un satura navigācijas taustiņsitieni","Use the following keystrokes for more efficient navigation in the CKEditor 5 user interface.":"Izmantot tālāk norādītos taustiņsitienus, lai nodrošinātu efektīvāku navigāciju CKEditor 5 lietotāja saskarnē.","Close contextual balloons, dropdowns, and dialogs":"Aizvērt kontekstuālās joslas, nolaižamās izvēlnes un dialoglodziņus","Open the accessibility help dialog":"Atvērt piekļūstamības palīdzības dialoglodziņu","Move focus between form fields (inputs, buttons, etc.)":"Pārvietot fokusu starp laukiem (ievades, pogas u.tml.)","Move focus to the menu bar, navigate between menu bars":"Pārvietot fokusu uz izvēļņu joslu, pārvietoties starp izvēļņu joslām","Move focus to the toolbar, navigate between toolbars":"Pārvietot fokusu uz rīkjoslu, pārvietoties starp rīkjoslām","Navigate through the toolbar or menu bar":"Pārvietojieties rīkjoslā vai izvēlņu joslā","Execute the currently focused button. Executing buttons that interact with the editor content moves the focus back to the content.":"Izpildiet pašlaik fokusēto pogu. Izpildot pogas, kas mijiedarbojas ar redaktora saturu, fokuss tiek pārvietots atpakaļ uz saturu.","Accept":"Apstiprināt","Insert code block":"Ievietot koda bloku","Plain text":"Vienkāršs teksts","Leaving %0 code snippet":"Tiek atstāts %0 koda fragments","Entering %0 code snippet":"%0 koda fragmenta ievade","Entering code snippet":"Koda fragmenta ievade","Leaving code snippet":"Atstāj koda fragmentu","Code block":"Koda bloks","Copy selected content":"Kopēt atlasīto saturu","Paste content":"Ielīmēt saturu","Paste content as plain text":"Ielīmēt saturu kā tekstu","Insert image or file":"Ievietot attēlu vai failu","Image or file":"Attēls vai fails","Could not obtain resized image URL.":"Nevarēja iegūt mērogotā attēla adresi.","Selecting resized image failed":"Nevarēja izvēlēties mērogoto attēlu.","Could not insert image at the current position.":"Pašreizējā pozīcijā attēlu nevarēja ievietot.","Inserting image failed":"Nevarēja ievietot attēlu","Open file manager":"Atvērt failu pārvaldnieku","Cannot determine a category for the uploaded file.":"Nav iespējams noteikt augšupielādētā faila kategoriju","Cannot access default workspace.":"Nevar piekļūt noklusējuma darbvietai.","Edit image":"Rediģēt attēlu","Processing the edited image.":"Rediģētā attēla apstrāde.","Server failed to process the image.":"Serverim neizdevās apstrādāt attēlu.","Failed to determine category of edited image.":"Neizdevās noteikt rediģētā attēla kategoriju.","Block quote":"Citāts","Bold":"Trekns","Italic":"Kursīvs","Underline":"Pasvītrots","Code":"Kods","Strikethrough":"Nosvītrots","Subscript":"Apakšraksts","Superscript":"Augšraksts","Italic text":"Teksts slīprakstā","Move out of an inline code style":"Iziet no iekļautā koda stila","Bold text":"Teksts treknrakstā","Underline text":"Pasvītrot tekstu","Strikethrough text":"Pārsvītrot teksts","Saving changes":"Saglabāju izmaiņas","Revert autoformatting action":"Atjaunot automātiskās formatēšanas darbību","Align left":"Pa kreisi","Align right":"Pa labi","Align center":"Centrēt","Justify":"Izlīdzināt abas malas","Text alignment":"Teksta izlīdzināšana","Text alignment toolbar":"Teksta līdzināšanas rīkjosla"},getPluralForm(n){return (n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);}}};
8
+ e[ 'lv' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'lv' ].dictionary = Object.assign( e[ 'lv' ].dictionary, dictionary );
10
+ e[ 'lv' ].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 {"ms":{"dictionary":{"Words: %0":"Perkataan: %0","Characters: %0":"Aksara: %0","Widget toolbar":"Bar alat capaian widget","Insert paragraph before block":"Masukkan perenggan sebelum blok","Insert paragraph after block":"Masukkan perenggan sebelum blok","Press Enter to type after or press Shift + Enter to type before the widget":"Tekan Enter untuk menaip selepas atau tekan Shift + Enter untuk menaip sebelum widget","Keystrokes that can be used when a widget is selected (for example: image, table, etc.)":"Ketukan kekunci yang boleh digunakan semasa widget dipilih (contohnya: imej, jadual, dsb.)","Insert a new paragraph directly after a widget":"Masukkan perenggan baharu secara langsung selepas widget","Insert a new paragraph directly before a widget":"Masukkan perenggan baharu secara langsung sebelum widget","Move the caret to allow typing directly before a widget":"Alihkan karet untuk membenarkan penaipan secara langsung sebelum widget","Move the caret to allow typing directly after a widget":"Alihkan karet untuk membenarkan penaipan secara langsung selepas widget","Upload in progress":"Muat naik sedang berlangsung","Undo":"Buat asal","Redo":"Buat semula","Rich Text Editor":"Penyunting Teks Kaya","Editor editing area: %0":"Ruang suntingan editor: %0","Edit block":"Sunting blok","Click to edit block":"Klik untuk menyunting sekatan","Drag to move":"Seret untuk menggerakkan","Next":"Seterusnya","Previous":"Sebelumnya","Editor toolbar":"Bar alat capaian suntingan","Dropdown toolbar":"Bar alat capaian tetingkap","Black":"Hitam","Dim grey":"Kelabu malap","Grey":"Kelabu","Light grey":"Kelabu cerah","White":"Putih","Red":"Merah","Orange":"Oren","Yellow":"Kuning","Light green":"Hijau cerah","Green":"Hijau","Aquamarine":"Akuamarin","Turquoise":"Firus","Light blue":"Biru cerah","Blue":"Biru","Purple":"Ungu","Editor block content toolbar":"Bar alat sekat kandungan editor","Editor contextual toolbar":"Bar alat kontekstual editor","HEX":"HEX","No results found":"Tiada keputusan ditemui","No searchable items":"Tiada item untuk dicari","Editor dialog":"Dialog editor","Close":"Tutup","Help Contents. To close this dialog press ESC.":"Kandungan Bantuan. Untuk menutup dialog ini tekan ESC.","Below, you can find a list of keyboard shortcuts that can be used in the editor.":"Anda boleh menemui senarai pintasan papan kekunci yang boleh digunakan dalam penyunting di bawah.","(may require <kbd>Fn</kbd>)":"(mungkin memerlukan <kbd>Fn</kbd>)","Accessibility":"Kebolehaksesan","Accessibility help":"Bantuan kebolehaksesan","Press %0 for help.":"Tekan %0 untuk bantuan.","Move focus in and out of an active dialog window":"Alihkan fokus masuk atau keluar daripada tetingkap dialog aktif","MENU_BAR_MENU_FILE":"Fail","MENU_BAR_MENU_EDIT":"Edit","MENU_BAR_MENU_VIEW":"Paparan","MENU_BAR_MENU_INSERT":"Masukkan","MENU_BAR_MENU_FORMAT":"Format","MENU_BAR_MENU_TOOLS":"Alatan","MENU_BAR_MENU_HELP":"Bantuan","MENU_BAR_MENU_TEXT":"Teks","MENU_BAR_MENU_FONT":"Fon","Editor menu bar":"Bar menu penyunting","Please enter a valid color (e.g. \"ff0000\").":"Sila masukkan warna yang sah (contohnya, \"ff0000\").","Insert table":"Masukkan jadual","Header column":"Kolum pengepala","Insert column left":"Masukkan kolum kiri","Insert column right":"Masukkan kolum kanan","Delete column":"Padam kolum","Select column":"Pilih kolum","Column":"Kolum","Header row":"Baris pengepala","Insert row below":"Masukkan baris dibawah","Insert row above":"Masukkan baris diatas","Delete row":"Padam baris","Select row":"Pilih baris","Row":"Baris","Merge cell up":"Cantumkan sel keatas","Merge cell right":"Cantumkan sel kekanan","Merge cell down":"Cantumkan sel kebawah","Merge cell left":"Cantumkan sel kekiri","Split cell vertically":"Leraikan sel menegak","Split cell horizontally":"Leraikan sel melintang","Merge cells":"Cantumkan sel ","Table toolbar":"Bar alat capaian jadual","Table properties":"Sifat jadual","Cell properties":"Sifat sel","Border":"Sempadan","Style":"Gaya","Width":"Lebar","Height":"Ketinggian","Color":"Warna","Background":"Latar belakang","Padding":"Ketebalan","Dimensions":"Dimensi","Table cell text alignment":"Jajaran teks sel jadual","Alignment":"Jajaran","Horizontal text alignment toolbar":"Bar alat capaian jajaran teks melintang","Vertical text alignment toolbar":"Bar alat capaian jajaran teks menegak","Table alignment toolbar":"Bar alat capaian jajaran jadual","None":"Tiada","Solid":"Pejal","Dotted":"Bertitik","Dashed":"Garis putus-putus","Double":"Dua baris","Groove":"Lurah","Ridge":"Batas","Inset":"Inset","Outset":"Outset","Align cell text to the left":"Jajarkan teks sel kekiri","Align cell text to the center":"Jajarkan teks sel ketengah","Align cell text to the right":"Jajarkan teks sel kekanan","Justify cell text":"Imbang teks sel","Align cell text to the top":"Jajarkan teks sel keatas","Align cell text to the middle":"Jajarkan teks sel ketengah","Align cell text to the bottom":"Jajarkan teks sel kebawah","Align table to the left":"Jajarkan jadual sel kekiri","Center table":"Ketengahkan jadual","Align table to the right":"Jajarkan jadual sel kekanan","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Warna tidak sah. Cuba \"#FF0000\" atau \"rgb(255,0,0)\" atau \"merah\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Nilai tidak sah. Cuba \"10px\" atau \"2em\" atau \"2\" sahaja.","Color picker":"Pemilih warna","Enter table caption":"Benarkan kapsyen jadual","Keystrokes that can be used in a table cell":"Ketukan kekunci yang boleh digunakan dalam sel jadual","Move the selection to the next cell":"Alihkan pilihan ke sel seterusnya","Move the selection to the previous cell":"Alihkan pilihan ke sel sebelumnya","Insert a new table row (when in the last cell of a table)":"Masukkan baris jadual baharu (apabila berada dalam sel terakhir jadual)","Navigate through the table":"Navigasi melalui jadual","Table":"Jadual","Styles":"Gaya","Multiple styles":"Gaya berbilang","Block styles":"Gaya blok","Text styles":"Gaya teks","Special characters":"Aksara istimewa","All":"Semua","Arrows":"Anak Panah","Currency":"Mata Wang","Latin":"Bahasa Latin","Mathematical":"Matematik","Text":"Teks","leftwards simple arrow":"anak panah mudah ke kiri","rightwards simple arrow":"anak panah mudah ke kanan","upwards simple arrow":"anak panah mudah ke atas","downwards simple arrow":"anak panah mudah ke bawah","leftwards double arrow":"anak panah berkembar arah kiri","rightwards double arrow":"anak panah berkembar arah kanan","upwards double arrow":"anak panah berkembar arah atas","downwards double arrow":"anak panah berkembar arah bawah","leftwards dashed arrow":"anak panah bersengkang arah kiri","rightwards dashed arrow":"anak panah bersengkang arah kanan","upwards dashed arrow":"anak panah bersengkang arah atas","downwards dashed arrow":"anak panah bersengkang arah bawah","leftwards arrow to bar":"anak panah arah kiri ke bar","rightwards arrow to bar":"anak panah arah kanan ke bar","upwards arrow to bar":"anak panah arah atas ke bar","downwards arrow to bar":"anak panah arah bawah ke bar","up down arrow with base":"anak panah atas bawah dengan dasar","back with leftwards arrow above":"kembali dengan anak panah arah kiri di atas","end with leftwards arrow above":"tamatkan dengan anak panah arah kiri di atas","on with exclamation mark with left right arrow above":"pada dengan tanda seru dengan anak panah kiri kanan di atas","soon with rightwards arrow above":"tidak lama lagi dengan anak panah arah kanan di atas","top with upwards arrow above":"atas dengan anak panah arah atas di atas","Dollar sign":"Simbol Dolar","Euro sign":"Simbol Euro","Yen sign":"Simbol Yen","Pound sign":"Simbol Paun","Cent sign":"Simbol sen","Euro-currency sign":"Simbol mata wang Euro","Colon sign":"Tanda titik bertindih","Cruzeiro sign":"Simbol Cruzeiro","French franc sign":"Simbol Franc Perancis","Lira sign":"Simbol Lira","Currency sign":"Simbol mata wang","Bitcoin sign":"Simbol Bitcoin","Mill sign":"Simbol Mill","Naira sign":"Simbol Naira","Peseta sign":"Simbol Peseta","Rupee sign":"Simbol Rupee","Won sign":"Simbol Won","New sheqel sign":"Simbol Sheqel baru","Dong sign":"Simbol Dong","Kip sign":"Simbol Kip","Tugrik sign":"Simbol Tugrik","Drachma sign":"Simbol Drachma","German penny sign":"Simbol Peni Jerman","Peso sign":"Simbol 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":"Simbol Rupee India","Turkish lira sign":"Simbol Lira Turki","Nordic mark sign":"Simbol lambang Nordik","Manat sign":"Simbol Manat","Ruble sign":"Simbol Ruble","Latin capital letter a with macron":"Huruf Latin a besar dengan tanda makron","Latin small letter a with macron":"Huruf Latin a kecil dengan tanda makron","Latin capital letter a with breve":"Huruf Latin a besar dengan tanda singkat","Latin small letter a with breve":"Huruf Latin a kecil dengan tanda singkat","Latin capital letter a with ogonek":"Huruf Latin a besar dengan tanda ogonek","Latin small letter a with ogonek":"Huruf Latin a kecil dengan tanda ogonek","Latin capital letter c with acute":"Huruf Latin c besar dengan tanda tirus","Latin small letter c with acute":"Huruf Latin c kecil dengan tanda tirus","Latin capital letter c with circumflex":"Huruf Latin c besar dengan tanda sirkumfleks","Latin small letter c with circumflex":"Huruf Latin c kecil dengan tanda Sirkumfleks","Latin capital letter c with dot above":"Huruf Latin c besar dengan titik di atas","Latin small letter c with dot above":"Huruf Latin c kecil dengan titik di atas","Latin capital letter c with caron":"Huruf Latin c besar dengan tanda caron","Latin small letter c with caron":"Huruf Latin c kecil dengan tanda caron","Latin capital letter d with caron":"Huruf Latin d besar dengan tanda caron","Latin small letter d with caron":"Huruf Latin d kecil dengan tanda caron","Latin capital letter d with stroke":"Huruf Latin d besar dengan garis miring","Latin small letter d with stroke":"Huruf Latin d kecil dengan garis miring","Latin capital letter e with macron":"Huruf Latin e besar dengan tanda makron","Latin small letter e with macron":"Huruf Latin e kecil dengan tanda makron","Latin capital letter e with breve":"Huruf Latin e besar dengan tanda singkat","Latin small letter e with breve":"Huruf Latin e kecil dengan tanda singkat","Latin capital letter e with dot above":"Huruf Latin e besar dengan titik di atas","Latin small letter e with dot above":"Huruf Latin e kecil dengan titik di atas","Latin capital letter e with ogonek":"Huruf Latin e besar dengan tanda ogonek","Latin small letter e with ogonek":"Huruf Latin e kecil dengan tanda ogonek","Latin capital letter e with caron":"Huruf Latin e besar dengan tanda caron","Latin small letter e with caron":"Huruf Latin e kecil dengan tanda caron","Latin capital letter g with circumflex":"Huruf Latin g besar dengan tanda sirkumfleks","Latin small letter g with circumflex":"Huruf Latin g kecil dengan tanda sirkumfleks","Latin capital letter g with breve":"Huruf Latin g besar dengan tanda singkat","Latin small letter g with breve":"Huruf Latin g kecil dengan tanda singkat","Latin capital letter g with dot above":"Huruf Latin g besar dengan titik di atas","Latin small letter g with dot above":"Huruf Latin g kecil dengan titik di atas","Latin capital letter g with cedilla":"Huruf Latin g besar dengan tanda sedila","Latin small letter g with cedilla":"Huruf Latin g kecil dengan tanda sedila","Latin capital letter h with circumflex":"Huruf Latin h besar dengan tanda sirkumfleks","Latin small letter h with circumflex":"Huruf Latin h kecil dengan tanda sirkumfleks","Latin capital letter h with stroke":"Huruf Latin h besar dengan garis miring","Latin small letter h with stroke":"Huruf Latin h kecil dengan garis miring","Latin capital letter i with tilde":"Huruf Latin i besar dengan tanda tilde","Latin small letter i with tilde":"Huruf Latin i kecil dengan tanda tilde","Latin capital letter i with macron":"Huruf Latin i besar dengan tanda makron","Latin small letter i with macron":"Huruf Latin i kecil dengan tanda makron","Latin capital letter i with breve":"Huruf Latin i besar dengan tanda singkat","Latin small letter i with breve":"Huruf Latin i kecil dengan tanda singkat","Latin capital letter i with ogonek":"Huruf Latin i besar dengan tanda ogonek","Latin small letter i with ogonek":"Huruf Latin i kecil dengan tanda ogonek","Latin capital letter i with dot above":"Huruf Latin i besar dengan titik di atas","Latin small letter dotless i":"Huruf Latin i kecil tanpa titik","Latin capital ligature ij":"Huruf kembar Latin ij besar","Latin small ligature ij":"Huruf kembar Latin ij kecil","Latin capital letter j with circumflex":"Huruf Latin j besar dengan tanda sirkumfleks","Latin small letter j with circumflex":"Huruf Latin j kecil dengan tanda sirkumfleks","Latin capital letter k with cedilla":"Huruf Latin k besar dengan tanda sedila","Latin small letter k with cedilla":"Huruf Latin k kecil dengan tanda sedila","Latin small letter kra":"Huruf Latin kra kecil","Latin capital letter l with acute":"Huruf Latin l besar dengan tanda tirus","Latin small letter l with acute":"Huruf Latin l kecil dengan tanda tirus","Latin capital letter l with cedilla":"Huruf Latin l besar dengan tanda sedila","Latin small letter l with cedilla":"Huruf Latin l kecil dengan tanda sedila","Latin capital letter l with caron":"Huruf Latin l besar dengan tanda caron","Latin small letter l with caron":"Huruf Latin l kecil dengan tanda caron","Latin capital letter l with middle dot":"Huruf Latin l besar dengan titik tengah","Latin small letter l with middle dot":"Huruf Latin l kecil dengan titik tengah","Latin capital letter l with stroke":"Huruf Latin l besar dengan garis miring","Latin small letter l with stroke":"Huruf Latin l kecil dengan garis miring","Latin capital letter n with acute":"Huruf Latin n besar dengan tanda tirus","Latin small letter n with acute":"Huruf Latin n kecil dengan tanda tirus","Latin capital letter n with cedilla":"Huruf Latin n besar dengan tanda sedila","Latin small letter n with cedilla":"Huruf Latin n kecil dengan tanda sedila","Latin capital letter n with caron":"Huruf Latin n besar dengan tanda caron","Latin small letter n with caron":"Huruf Latin n kecil dengan tanda caron","Latin small letter n preceded by apostrophe":"Huruf Latin n kecil didahului dengan koma atas","Latin capital letter eng":"Huruf Latin eng besar","Latin small letter eng":"Huruf Latin eng kecil","Latin capital letter o with macron":"Huruf Latin o besar dengan tanda makron","Latin small letter o with macron":"Huruf Latin o kecil dengan tanda makron","Latin capital letter o with breve":"Huruf Latin o besar dengan tanda singkat","Latin small letter o with breve":"Huruf Latin o kecil dengan tanda singkat","Latin capital letter o with double acute":"Huruf Latin o besar dengan tanda tirus berkembar","Latin small letter o with double acute":"Huruf Latin o kecil dengan tanda tirus berkembar","Latin capital ligature oe":"Huruf kembar Latin oe besar","Latin small ligature oe":"Huruf kembar Latin oe kecil","Latin capital letter r with acute":"Huruf Latin r besar dengan tanda tirus","Latin small letter r with acute":"Huruf Latin r kecil dengan tanda tirus","Latin capital letter r with cedilla":"Huruf Latin r besar dengan tanda sedila","Latin small letter r with cedilla":"Huruf Latin r kecil dengan tanda sedila","Latin capital letter r with caron":"Huruf Latin r besar dengan tanda caron","Latin small letter r with caron":"Huruf Latin r kecil dengan tanda caron","Latin capital letter s with acute":"Huruf Latin s besar dengan tanda tirus","Latin small letter s with acute":"Huruf Latin s kecil dengan tanda tirus","Latin capital letter s with circumflex":"Huruf Latin s besar dengan tanda sirkumfleks","Latin small letter s with circumflex":"Huruf Latin s kecil dengan tanda sirkumfleks","Latin capital letter s with cedilla":"Huruf Latin s besar dengan tanda sedila","Latin small letter s with cedilla":"Huruf Latin s kecil dengan tanda sedila","Latin capital letter s with caron":"Huruf Latin s besar dengan tanda caron","Latin small letter s with caron":"Huruf Latin s kecil dengan tanda caron","Latin capital letter t with cedilla":"Huruf Latin t besar dengan tanda sedila","Latin small letter t with cedilla":"Huruf Latin t kecil dengan tanda sedila","Latin capital letter t with caron":"Huruf Latin t besar dengan tanda caron","Latin small letter t with caron":"Huruf Latin t kecil dengan tanda caron","Latin capital letter t with stroke":"Huruf Latin t besar dengan garis miring","Latin small letter t with stroke":"Huruf Latin t kecil dengan garis miring","Latin capital letter u with tilde":"Huruf Latin u besar dengan tanda tilde","Latin small letter u with tilde":"Huruf Latin u kecil dengan tanda tilde","Latin capital letter u with macron":"Huruf Latin u besar dengan tanda makron","Latin small letter u with macron":"Huruf Latin u kecil dengan tanda makron","Latin capital letter u with breve":"Huruf Latin u besar dengan tanda singkat","Latin small letter u with breve":"Huruf Latin u kecil dengan tanda singkat","Latin capital letter u with ring above":"Huruf Latin u besar dengan bulatan di atas","Latin small letter u with ring above":"Huruf Latin u kecil dengan bulatan di atas","Latin capital letter u with double acute":"Huruf Latin u besar dengan tanda tirus berkembar","Latin small letter u with double acute":"Huruf Latin u kecil dengan tanda tirus berkembar","Latin capital letter u with ogonek":"Huruf Latin u besar dengan tanda ogonek","Latin small letter u with ogonek":"Huruf Latin u kecil dengan tanda ogonek","Latin capital letter w with circumflex":"Huruf Latin w besar dengan tanda sirkumfleks","Latin small letter w with circumflex":"Huruf Latin w kecil dengan tanda sirkumfleks","Latin capital letter y with circumflex":"Huruf Latin y besar dengan tanda sirkumfleks","Latin small letter y with circumflex":"Huruf Latin y kecil dengan tanda sirkumfleks","Latin capital letter y with diaeresis":"Huruf Latin y besar dengan tanda diaresis","Latin capital letter z with acute":"Huruf Latin z besar dengan tanda tirus","Latin small letter z with acute":"Huruf Latin z kecil dengan tanda tirus","Latin capital letter z with dot above":"Huruf Latin z besar dengan titik di atas","Latin small letter z with dot above":"Huruf Latin z kecil dengan titik di atas","Latin capital letter z with caron":"Huruf Latin z besar dengan tanda caron","Latin small letter z with caron":"Huruf Latin z kecil dengan tanda caron","Latin small letter long s":"Huruf latin s panjang kecil","Less-than sign":"Simbol kurang daripada","Greater-than sign":"Simbol lebih besar daripada","Less-than or equal to":"Kurang daripada atau sama dengan","Greater-than or equal to":"Lebih besar daripada atau sama dengan","En dash":"Sengkang en","Em dash":"Sengkang em","Macron":"Tanda makron","Overline":"Garisan atas","Degree sign":"Simbol darjah","Minus sign":"Simbol tolak","Plus-minus sign":"Simbol tambah tolak","Division sign":"Simbol bahagi","Fraction slash":"Garis condong pecahan","Multiplication sign":"Simbol darab","Latin small letter f with hook":"Huruf Latin f kecil dengan cangkuk","Integral":"Integral","N-ary summation":"Penghasiltambahan per - n - an","Infinity":"Infiniti","Square root":"Punca kuasa","Tilde operator":"Pengoperasi tilde","Approximately equal to":"Kira-kira sama dengan","Almost equal to":"Hampir sama dengan","Not equal to":"Tidak sama dengan","Identical to":"Serupa dengan","Element of":"Unsur bagi","Not an element of":"Bukan unsur bagi","Contains as member":"Terkandung sebagai anggota","N-ary product":"Hasil per - n - an","Logical and":"Logik dan","Logical or":"Logik atau","Not sign":"Bukan simbol","Intersection":"Persilangan","Union":"Penyatuan","Partial differential":"Pembezaan separa","For all":"Untuk semua","There exists":"Wujud","Empty set":"Set kosong","Nabla":"Nabla","Asterisk operator":"Pengoperasi asterisk","Proportional to":"Berkadaran dengan","Angle":"Sudut","Vulgar fraction one quarter":"Pecahan kasar satu per empat","Vulgar fraction one half":"Pecahan kasar satu per dua","Vulgar fraction three quarters":"Pecahan kasar tiga per empat","Single left-pointing angle quotation mark":"Tanda petikan sudut ke kiri tunggal","Single right-pointing angle quotation mark":"Tanda petikan sudut ke kanan tunggal","Left-pointing double angle quotation mark":"Tanda petikan sudut ke kiri berkembar","Right-pointing double angle quotation mark":"Tanda petikan sudut ke kanan berkembar","Left single quotation mark":"Tanda petikan tunggal kiri","Right single quotation mark":"Tanda petikan tunggal kanan","Left double quotation mark":"Tanda petikan berkembar kiri","Right double quotation mark":"Tanda petikan berkembar kanan","Single low-9 quotation mark":"Tanda petikan rendah 9 tunggal","Double low-9 quotation mark":"Tanda petikan rendah 9 berkembar","Inverted exclamation mark":"Tanda seru terbalik","Inverted question mark":"Tanda soal terbalik","Two dot leader":"Pendahulu dua titik","Horizontal ellipsis":"Elipsis Mendatar","Double dagger":"Tanda rujuk kembar","Per mille sign":"Simbol per mille","Per ten thousand sign":"Simbol per sepuluh ribu","Double exclamation mark":"Tanda seru berkembar","Question exclamation mark":"Tanda seru soal","Exclamation question mark":"Tanda soal seru","Double question mark":"Tanda soal berkembar","Copyright sign":"Simbol hak cipta","Registered sign":"Simbol berdaftar","Trade mark sign":"Simbol tanda dagangan","Section sign":"Simbol seksyen","Paragraph sign":"Tanda perenggan","Reversed paragraph sign":"Tanda perenggan terbalik","Character categories":"Kategori aksara","Source":"Sumber","Show source":"Paparkan sumber","Show blocks":"Tunjukkan blok","Select all":"Pilih seterusnya","Disable editing":"Matikan suntingan","Enable editing":"Benarkan suntingan","Previous editable region":"Bahagian yang boleh disunting sebelumnya","Next editable region":"Bahagian yang boleh disunting seterusnya","Navigate editable regions":"Kawal bahagian yang boleh disunting seterusnya","Remove Format":"Buang Format","Page break":"Pemisah halaman","media widget":"widget media","Media URL":"URL Media","Paste the media URL in the input.":"Tampal URL media dalam input.","Tip: Paste the URL into the content to embed faster.":"Petua: Tampal URL kedalam kandungan untuk membenam dengan lebih pantas.","The URL must not be empty.":"URL tidak boleh ditinggalkan kosong.","This media URL is not supported.":"URL media ini tidak disokong.","Insert media":"Masukkan media","Media toolbar":"Bar alat capaian media","Open media in new tab":"Buka media dalam tab baru","Numbered List":"Senarai Bernombor","Bulleted List":"Senarai Berbulet","To-do List":"Senarai Untuk Dilakukan","Bulleted list styles toolbar":"Bar capaian gaya senarai berbulet","Numbered list styles toolbar":"Bar alat capaian gaya senarai bernombor","Toggle the disc list style":"Buka gaya senarai cakera","Toggle the circle list style":"Buka gaya senarai bulatan","Toggle the square list style":"Buka gaya senarai petak","Toggle the decimal list style":"Buka gaya senarai titik perpuluhan","Toggle the decimal with leading zero list style":"Buka titik perpuluhan dengan gaya senarai kosong pendahulu","Toggle the lower–roman list style":"Buka gaya senarai roman bawah","Toggle the upper–roman list style":"Buka gaya senarai roman atas","Toggle the lower–latin list style":"Buka gaya senarai latin bawah","Toggle the upper–latin list style":"Buka gaya senarai latin atas","Disc":"Cakera","Circle":"Bula","Square":"Petak","Decimal":"Perpuluhan","Decimal with leading zero":"Perpuluhan dengan kosong pendahulu","Lower–roman":"Roman bawah","Upper-roman":"Roman atas","Lower-latin":"Latin bawah","Upper-latin":"Latin atas","List properties":"Senarai sifat","Start at":"Mula pada","Invalid start index value.":"Nilai indeks permulaan tidak sah.","Start index must be greater than 0.":"Indeks mula hendaklah lebih besar daripada 0.","Reversed order":"Susunan terbalik","Keystrokes that can be used in a list":"Ketukan kekunci yang boleh digunakan dalam senarai","Increase list item indent":"Tingkatkan inden item senarai","Decrease list item indent":"Kurangkan inden item senarai","Entering a to-do list":"Memasukkan senarai tugas untuk dilakukan","Leaving a to-do list":"Meninggalkan senarai tugas untuk dilakukan","Unlink":"Buang pautan","Link":"Pautkan","Link URL":"Pautkan URL","Link URL must not be empty.":"URL pautan tidak boleh kosong.","Link image":"Pautkan imej","Edit link":"Sunting pautan","Open link in new tab":"Buka pautan dalam tab baru","This link has no URL":"Pautan ini tidak mempunyai URL","Open in a new tab":"Buka dalam tab baru","Downloadable":"Boleh dimuat turun","Create link":"Buat pautan","Move out of a link":"Alih keluar pautan","Language":"Bahasa","Choose language":"Pilih bahasa","Remove language":"Buang bahasa","Increase indent":"Tambah inden","Decrease indent":"Kurangkan inden","image widget":"widget imej","Wrap text":"Balut teks","Break text":"Potong teks","In line":"Dalam baris","Side image":"Sisi imej","Full size image":"Imej bersaiz penuh","Left aligned image":"Imej berjajar kiri","Centered image":"Imej berjajar tengah","Right aligned image":"Imej berjajar kanan","Change image text alternative":"Tukar alternatif teks imej","Text alternative":"Alternatif teks","Enter image caption":"Masukkan kapsyen imej","Insert image":"Masukkan imej","Replace image":"Gantikan imej","Upload from computer":"Muat naik daripada komputer","Replace from computer":"Gantikan daripada komputer","Upload image from computer":"Muat naik gambar daripada komputer","Image from computer":"Gambar daripada komputer","Replace image from computer":"Gantikan imej daripada komputer","Upload failed":"Muat naik gagal","Image toolbar":"Bar alat capaian imej","Resize image":"Saizkan semula imej","Resize image to %0":"Saizkan semula imej kepada %0","Resize image to the original size":"Saizkan semula imej kepada saiz asal","Resize image (in %0)":"Ubah saiz imej (dalam %0)","Original":"Asal","Custom image size":"Suaikan saiz imej","Custom":"Suaikan","Image resize list":"Senarai saizkan semula imej ","Insert":"Masukkan","Update":"Kemaskini","Insert image via URL":"Masukkan imej melalui URL","Update image URL":"Kemaskini URL imej","Caption for the image":"Kapsyen untuk imej","Caption for image: %0":"Kapsyen untuk imej: %0","The value must not be empty.":"Nilai tidak boleh kosong.","The value should be a plain number.":"Nilai hendaklah nombor biasa.","Uploading image":"Memuat naik imej","Image upload complete":"Muat naik imej selesai","Error during image upload":"Ralat semasa muat naik imej","HTML object":"Objek HTML","Insert HTML":"Masukkan HTML","HTML snippet":"Potongan HTML","Paste raw HTML here...":"Tampal HTML mentah disini...","Edit source":"Sunting sumber","Save changes":"Simpan perubahan","No preview available":"Tiada pratonton disediakan","Empty snippet content":"Kosongkan kandungan potongan","Horizontal line":"Baris melintang","Yellow marker":"Penanda kuning","Green marker":"Penanda hijau","Pink marker":"Penanda merah jambu","Blue marker":"Penanda biru","Red pen":"Pen merah","Green pen":"Pen hijau","Remove highlight":"Buang sorotan","Highlight":"Sorotan","Text highlight toolbar":"Bar alat capaian sorotan teks","Paragraph":"Perenggan","Heading":"Pengepala","Choose heading":"Pilih pengepala","Heading 1":"Pengepala 1","Heading 2":"Pengepala 2","Heading 3":"Pengepala 3","Heading 4":"Pengepala 4","Heading 5":"Pengepala 5","Heading 6":"Pengepala 6","Type your title":"Taip tajuk anda","Type or paste your content here.":"Taip atau tampal kandungan anda disini.","Font Size":"Saiz fon","Tiny":"Halus","Small":"Kecil","Big":"Besar","Huge":"Gergasi","Font Family":"Keluarga Fon","Default":"Lalai","Font Color":"Warna Fon","Font Background Color":"Warna Latar Belakang Fon","Document colors":"Warna dokumen","Find and replace":"Cari dan ganti","Find in text…":"Cari dalam teks...","Find":"Cari","Previous result":"Keputusan sebelumnya","Next result":"Keputusan seterusnya","Replace":"Ganti","Replace all":"Ganti semua","Match case":"Sesuaikan kes","Whole words only":"Perkataan penuh sahaja","Replace with…":"Gantikan dengan...","Text to find must not be empty.":"Teks yang hendak dicari tidak boleh ditinggalkan kosong.","Tip: Find some text first in order to replace it.":"Petua: Cari teks terlebih dahulu untuk menggantikannya.","Advanced options":"Pilihan lanjutan","Find in the document":"Cari dalam dokumen","Insert a soft break (a <code>&lt;br&gt;</code> element)":"Masukkan baris baharu (elemen <code>&lt;br&gt;</code>)","Insert a hard break (a new paragraph)":"Masukkan perenggan baharu (perenggan baharu)","Cancel":"Batal","Clear":"Kosongkan","Remove color":"Buang warna","Restore default":"Pulihkan lalai","Save":"Simpan","Show more items":"Tunjukkan item lain","%0 of %1":"%0 daripada %1","Cannot upload file:":"Gagal memuat naik fail","Rich Text Editor. Editing area: %0":"Editor Teks Kaya. Ruang suntingan: %0","Insert with file manager":"Masukkan dengan pengurus fail","Replace with file manager":"Gantikan dengan pengurus fail","Insert image with file manager":"Masukkan imej dengan pengurus fail","Replace image with file manager":"Gantikan imej dengan pengurus fail","Toggle caption off":"Tutup kapsyen","Toggle caption on":"Buka kapsyen","Content editing keystrokes":"Ketukan kekunci penyuntingan kandungan","These keyboard shortcuts allow for quick access to content editing features.":"Pintasan papan kekunci ini membenarkan akses pantas kepada ciri-ciri penyuntingan kandungan.","User interface and content navigation keystrokes":"Antara muka pengguna dan ketukan kekunci navigasi kandungan","Use the following keystrokes for more efficient navigation in the CKEditor 5 user interface.":"Guna ketukan kekunci berikut untuk menavigasi dengan lebih cekap dalam antara muka pengguna CKEditor 5.","Close contextual balloons, dropdowns, and dialogs":"Tutup belon konteks, senarai juntai bawah dan dialog","Open the accessibility help dialog":"Buka dialog bantuan kebolehaksesan","Move focus between form fields (inputs, buttons, etc.)":"Alihkan fokus antara medan borang (input, butang, dll.)","Move focus to the menu bar, navigate between menu bars":"Alihkan fokus ke bar menu, navigasi antara bar menu","Move focus to the toolbar, navigate between toolbars":"Alihkan fokus ke bar alat, navigasi antara bar alat","Navigate through the toolbar or menu bar":"Navigasi melalui bar alat atau bar menu","Execute the currently focused button. Executing buttons that interact with the editor content moves the focus back to the content.":"Laksanakan butang yang sedang difokuskan. Melaksanakan butang yang berinteraksi dengan kandungan penyunting mengalihkan fokus kembali ke kandungan.","Accept":"Terima","Insert code block":"Masukkan blok kod","Plain text":"Teks kosong","Leaving %0 code snippet":"Meninggalkan %0 coretan kod","Entering %0 code snippet":"Memasukkan %0 coretan kod","Entering code snippet":"Memasukkan coretan kod","Leaving code snippet":"Meninggalkan coretan kod","Code block":"Sekatan kod","Copy selected content":"Salin kandungan yang dipilih","Paste content":"Tampal kandungan","Paste content as plain text":"Tampal kandungan sebagai teks kosong","Insert image or file":"Masukkan imej atau fail","Image or file":"Imej atau fail","Could not obtain resized image URL.":"Gagal mendapatkan URL imej yang disaizkan semula.","Selecting resized image failed":"Gagal memilih imej yang disaizkan semula.","Could not insert image at the current position.":"Gagal memasukkan imej pada posisi kini.","Inserting image failed":"Gagal memasukkan imej","Open file manager":"Buka pengurus fail","Cannot determine a category for the uploaded file.":"Gagal menentukan kategori bagi fail yang dimuat naik.","Cannot access default workspace.":"Tidak dapat mengakses ruang kerja lalai.","Edit image":"Sunting imej","Processing the edited image.":"Memproses imej yang telah disunting.","Server failed to process the image.":"Pelayan gagal memproses imej.","Failed to determine category of edited image.":"Gagal menentukan kategori imej yang disunting.","Block quote":"Blok petikan","Bold":"Tebal","Italic":"Italik","Underline":"Garis bawah","Code":"Kod","Strikethrough":"Garis lorek","Subscript":"Subskrip","Superscript":"Superskrip","Italic text":"Teks huruf condong","Move out of an inline code style":"Alih keluar daripada gaya kod sebaris","Bold text":"Teks tebal","Underline text":"Teks garis bawah","Strikethrough text":"Teks coretan","Saving changes":"Menyimpan perubahan","Revert autoformatting action":"Pulihkan tindakan pemformatan automatik","Align left":"Jajarkan kiri","Align right":"Jajarkan kiri","Align center":"Jajarkan tengah","Justify":"Imbang","Text alignment":"Jajaran teks","Text alignment toolbar":"Bar alat capaian jajaran teks"},getPluralForm(n){return 0;}}}
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ ( e => {
7
+ const { [ 'ms' ]: { dictionary, getPluralForm } } = {"ms":{"dictionary":{"Words: %0":"Perkataan: %0","Characters: %0":"Aksara: %0","Widget toolbar":"Bar alat capaian widget","Insert paragraph before block":"Masukkan perenggan sebelum blok","Insert paragraph after block":"Masukkan perenggan sebelum blok","Press Enter to type after or press Shift + Enter to type before the widget":"Tekan Enter untuk menaip selepas atau tekan Shift + Enter untuk menaip sebelum widget","Keystrokes that can be used when a widget is selected (for example: image, table, etc.)":"Ketukan kekunci yang boleh digunakan semasa widget dipilih (contohnya: imej, jadual, dsb.)","Insert a new paragraph directly after a widget":"Masukkan perenggan baharu secara langsung selepas widget","Insert a new paragraph directly before a widget":"Masukkan perenggan baharu secara langsung sebelum widget","Move the caret to allow typing directly before a widget":"Alihkan karet untuk membenarkan penaipan secara langsung sebelum widget","Move the caret to allow typing directly after a widget":"Alihkan karet untuk membenarkan penaipan secara langsung selepas widget","Upload in progress":"Muat naik sedang berlangsung","Undo":"Buat asal","Redo":"Buat semula","Rich Text Editor":"Penyunting Teks Kaya","Editor editing area: %0":"Ruang suntingan editor: %0","Edit block":"Sunting blok","Click to edit block":"Klik untuk menyunting sekatan","Drag to move":"Seret untuk menggerakkan","Next":"Seterusnya","Previous":"Sebelumnya","Editor toolbar":"Bar alat capaian suntingan","Dropdown toolbar":"Bar alat capaian tetingkap","Black":"Hitam","Dim grey":"Kelabu malap","Grey":"Kelabu","Light grey":"Kelabu cerah","White":"Putih","Red":"Merah","Orange":"Oren","Yellow":"Kuning","Light green":"Hijau cerah","Green":"Hijau","Aquamarine":"Akuamarin","Turquoise":"Firus","Light blue":"Biru cerah","Blue":"Biru","Purple":"Ungu","Editor block content toolbar":"Bar alat sekat kandungan editor","Editor contextual toolbar":"Bar alat kontekstual editor","HEX":"HEX","No results found":"Tiada keputusan ditemui","No searchable items":"Tiada item untuk dicari","Editor dialog":"Dialog editor","Close":"Tutup","Help Contents. To close this dialog press ESC.":"Kandungan Bantuan. Untuk menutup dialog ini tekan ESC.","Below, you can find a list of keyboard shortcuts that can be used in the editor.":"Anda boleh menemui senarai pintasan papan kekunci yang boleh digunakan dalam penyunting di bawah.","(may require <kbd>Fn</kbd>)":"(mungkin memerlukan <kbd>Fn</kbd>)","Accessibility":"Kebolehaksesan","Accessibility help":"Bantuan kebolehaksesan","Press %0 for help.":"Tekan %0 untuk bantuan.","Move focus in and out of an active dialog window":"Alihkan fokus masuk atau keluar daripada tetingkap dialog aktif","MENU_BAR_MENU_FILE":"Fail","MENU_BAR_MENU_EDIT":"Edit","MENU_BAR_MENU_VIEW":"Paparan","MENU_BAR_MENU_INSERT":"Masukkan","MENU_BAR_MENU_FORMAT":"Format","MENU_BAR_MENU_TOOLS":"Alatan","MENU_BAR_MENU_HELP":"Bantuan","MENU_BAR_MENU_TEXT":"Teks","MENU_BAR_MENU_FONT":"Fon","Editor menu bar":"Bar menu penyunting","Please enter a valid color (e.g. \"ff0000\").":"Sila masukkan warna yang sah (contohnya, \"ff0000\").","Insert table":"Masukkan jadual","Header column":"Kolum pengepala","Insert column left":"Masukkan kolum kiri","Insert column right":"Masukkan kolum kanan","Delete column":"Padam kolum","Select column":"Pilih kolum","Column":"Kolum","Header row":"Baris pengepala","Insert row below":"Masukkan baris dibawah","Insert row above":"Masukkan baris diatas","Delete row":"Padam baris","Select row":"Pilih baris","Row":"Baris","Merge cell up":"Cantumkan sel keatas","Merge cell right":"Cantumkan sel kekanan","Merge cell down":"Cantumkan sel kebawah","Merge cell left":"Cantumkan sel kekiri","Split cell vertically":"Leraikan sel menegak","Split cell horizontally":"Leraikan sel melintang","Merge cells":"Cantumkan sel ","Table toolbar":"Bar alat capaian jadual","Table properties":"Sifat jadual","Cell properties":"Sifat sel","Border":"Sempadan","Style":"Gaya","Width":"Lebar","Height":"Ketinggian","Color":"Warna","Background":"Latar belakang","Padding":"Ketebalan","Dimensions":"Dimensi","Table cell text alignment":"Jajaran teks sel jadual","Alignment":"Jajaran","Horizontal text alignment toolbar":"Bar alat capaian jajaran teks melintang","Vertical text alignment toolbar":"Bar alat capaian jajaran teks menegak","Table alignment toolbar":"Bar alat capaian jajaran jadual","None":"Tiada","Solid":"Pejal","Dotted":"Bertitik","Dashed":"Garis putus-putus","Double":"Dua baris","Groove":"Lurah","Ridge":"Batas","Inset":"Inset","Outset":"Outset","Align cell text to the left":"Jajarkan teks sel kekiri","Align cell text to the center":"Jajarkan teks sel ketengah","Align cell text to the right":"Jajarkan teks sel kekanan","Justify cell text":"Imbang teks sel","Align cell text to the top":"Jajarkan teks sel keatas","Align cell text to the middle":"Jajarkan teks sel ketengah","Align cell text to the bottom":"Jajarkan teks sel kebawah","Align table to the left":"Jajarkan jadual sel kekiri","Center table":"Ketengahkan jadual","Align table to the right":"Jajarkan jadual sel kekanan","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Warna tidak sah. Cuba \"#FF0000\" atau \"rgb(255,0,0)\" atau \"merah\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Nilai tidak sah. Cuba \"10px\" atau \"2em\" atau \"2\" sahaja.","Color picker":"Pemilih warna","Enter table caption":"Benarkan kapsyen jadual","Keystrokes that can be used in a table cell":"Ketukan kekunci yang boleh digunakan dalam sel jadual","Move the selection to the next cell":"Alihkan pilihan ke sel seterusnya","Move the selection to the previous cell":"Alihkan pilihan ke sel sebelumnya","Insert a new table row (when in the last cell of a table)":"Masukkan baris jadual baharu (apabila berada dalam sel terakhir jadual)","Navigate through the table":"Navigasi melalui jadual","Table":"Jadual","Styles":"Gaya","Multiple styles":"Gaya berbilang","Block styles":"Gaya blok","Text styles":"Gaya teks","Special characters":"Aksara istimewa","All":"Semua","Arrows":"Anak Panah","Currency":"Mata Wang","Latin":"Bahasa Latin","Mathematical":"Matematik","Text":"Teks","leftwards simple arrow":"anak panah mudah ke kiri","rightwards simple arrow":"anak panah mudah ke kanan","upwards simple arrow":"anak panah mudah ke atas","downwards simple arrow":"anak panah mudah ke bawah","leftwards double arrow":"anak panah berkembar arah kiri","rightwards double arrow":"anak panah berkembar arah kanan","upwards double arrow":"anak panah berkembar arah atas","downwards double arrow":"anak panah berkembar arah bawah","leftwards dashed arrow":"anak panah bersengkang arah kiri","rightwards dashed arrow":"anak panah bersengkang arah kanan","upwards dashed arrow":"anak panah bersengkang arah atas","downwards dashed arrow":"anak panah bersengkang arah bawah","leftwards arrow to bar":"anak panah arah kiri ke bar","rightwards arrow to bar":"anak panah arah kanan ke bar","upwards arrow to bar":"anak panah arah atas ke bar","downwards arrow to bar":"anak panah arah bawah ke bar","up down arrow with base":"anak panah atas bawah dengan dasar","back with leftwards arrow above":"kembali dengan anak panah arah kiri di atas","end with leftwards arrow above":"tamatkan dengan anak panah arah kiri di atas","on with exclamation mark with left right arrow above":"pada dengan tanda seru dengan anak panah kiri kanan di atas","soon with rightwards arrow above":"tidak lama lagi dengan anak panah arah kanan di atas","top with upwards arrow above":"atas dengan anak panah arah atas di atas","Dollar sign":"Simbol Dolar","Euro sign":"Simbol Euro","Yen sign":"Simbol Yen","Pound sign":"Simbol Paun","Cent sign":"Simbol sen","Euro-currency sign":"Simbol mata wang Euro","Colon sign":"Tanda titik bertindih","Cruzeiro sign":"Simbol Cruzeiro","French franc sign":"Simbol Franc Perancis","Lira sign":"Simbol Lira","Currency sign":"Simbol mata wang","Bitcoin sign":"Simbol Bitcoin","Mill sign":"Simbol Mill","Naira sign":"Simbol Naira","Peseta sign":"Simbol Peseta","Rupee sign":"Simbol Rupee","Won sign":"Simbol Won","New sheqel sign":"Simbol Sheqel baru","Dong sign":"Simbol Dong","Kip sign":"Simbol Kip","Tugrik sign":"Simbol Tugrik","Drachma sign":"Simbol Drachma","German penny sign":"Simbol Peni Jerman","Peso sign":"Simbol 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":"Simbol Rupee India","Turkish lira sign":"Simbol Lira Turki","Nordic mark sign":"Simbol lambang Nordik","Manat sign":"Simbol Manat","Ruble sign":"Simbol Ruble","Latin capital letter a with macron":"Huruf Latin a besar dengan tanda makron","Latin small letter a with macron":"Huruf Latin a kecil dengan tanda makron","Latin capital letter a with breve":"Huruf Latin a besar dengan tanda singkat","Latin small letter a with breve":"Huruf Latin a kecil dengan tanda singkat","Latin capital letter a with ogonek":"Huruf Latin a besar dengan tanda ogonek","Latin small letter a with ogonek":"Huruf Latin a kecil dengan tanda ogonek","Latin capital letter c with acute":"Huruf Latin c besar dengan tanda tirus","Latin small letter c with acute":"Huruf Latin c kecil dengan tanda tirus","Latin capital letter c with circumflex":"Huruf Latin c besar dengan tanda sirkumfleks","Latin small letter c with circumflex":"Huruf Latin c kecil dengan tanda Sirkumfleks","Latin capital letter c with dot above":"Huruf Latin c besar dengan titik di atas","Latin small letter c with dot above":"Huruf Latin c kecil dengan titik di atas","Latin capital letter c with caron":"Huruf Latin c besar dengan tanda caron","Latin small letter c with caron":"Huruf Latin c kecil dengan tanda caron","Latin capital letter d with caron":"Huruf Latin d besar dengan tanda caron","Latin small letter d with caron":"Huruf Latin d kecil dengan tanda caron","Latin capital letter d with stroke":"Huruf Latin d besar dengan garis miring","Latin small letter d with stroke":"Huruf Latin d kecil dengan garis miring","Latin capital letter e with macron":"Huruf Latin e besar dengan tanda makron","Latin small letter e with macron":"Huruf Latin e kecil dengan tanda makron","Latin capital letter e with breve":"Huruf Latin e besar dengan tanda singkat","Latin small letter e with breve":"Huruf Latin e kecil dengan tanda singkat","Latin capital letter e with dot above":"Huruf Latin e besar dengan titik di atas","Latin small letter e with dot above":"Huruf Latin e kecil dengan titik di atas","Latin capital letter e with ogonek":"Huruf Latin e besar dengan tanda ogonek","Latin small letter e with ogonek":"Huruf Latin e kecil dengan tanda ogonek","Latin capital letter e with caron":"Huruf Latin e besar dengan tanda caron","Latin small letter e with caron":"Huruf Latin e kecil dengan tanda caron","Latin capital letter g with circumflex":"Huruf Latin g besar dengan tanda sirkumfleks","Latin small letter g with circumflex":"Huruf Latin g kecil dengan tanda sirkumfleks","Latin capital letter g with breve":"Huruf Latin g besar dengan tanda singkat","Latin small letter g with breve":"Huruf Latin g kecil dengan tanda singkat","Latin capital letter g with dot above":"Huruf Latin g besar dengan titik di atas","Latin small letter g with dot above":"Huruf Latin g kecil dengan titik di atas","Latin capital letter g with cedilla":"Huruf Latin g besar dengan tanda sedila","Latin small letter g with cedilla":"Huruf Latin g kecil dengan tanda sedila","Latin capital letter h with circumflex":"Huruf Latin h besar dengan tanda sirkumfleks","Latin small letter h with circumflex":"Huruf Latin h kecil dengan tanda sirkumfleks","Latin capital letter h with stroke":"Huruf Latin h besar dengan garis miring","Latin small letter h with stroke":"Huruf Latin h kecil dengan garis miring","Latin capital letter i with tilde":"Huruf Latin i besar dengan tanda tilde","Latin small letter i with tilde":"Huruf Latin i kecil dengan tanda tilde","Latin capital letter i with macron":"Huruf Latin i besar dengan tanda makron","Latin small letter i with macron":"Huruf Latin i kecil dengan tanda makron","Latin capital letter i with breve":"Huruf Latin i besar dengan tanda singkat","Latin small letter i with breve":"Huruf Latin i kecil dengan tanda singkat","Latin capital letter i with ogonek":"Huruf Latin i besar dengan tanda ogonek","Latin small letter i with ogonek":"Huruf Latin i kecil dengan tanda ogonek","Latin capital letter i with dot above":"Huruf Latin i besar dengan titik di atas","Latin small letter dotless i":"Huruf Latin i kecil tanpa titik","Latin capital ligature ij":"Huruf kembar Latin ij besar","Latin small ligature ij":"Huruf kembar Latin ij kecil","Latin capital letter j with circumflex":"Huruf Latin j besar dengan tanda sirkumfleks","Latin small letter j with circumflex":"Huruf Latin j kecil dengan tanda sirkumfleks","Latin capital letter k with cedilla":"Huruf Latin k besar dengan tanda sedila","Latin small letter k with cedilla":"Huruf Latin k kecil dengan tanda sedila","Latin small letter kra":"Huruf Latin kra kecil","Latin capital letter l with acute":"Huruf Latin l besar dengan tanda tirus","Latin small letter l with acute":"Huruf Latin l kecil dengan tanda tirus","Latin capital letter l with cedilla":"Huruf Latin l besar dengan tanda sedila","Latin small letter l with cedilla":"Huruf Latin l kecil dengan tanda sedila","Latin capital letter l with caron":"Huruf Latin l besar dengan tanda caron","Latin small letter l with caron":"Huruf Latin l kecil dengan tanda caron","Latin capital letter l with middle dot":"Huruf Latin l besar dengan titik tengah","Latin small letter l with middle dot":"Huruf Latin l kecil dengan titik tengah","Latin capital letter l with stroke":"Huruf Latin l besar dengan garis miring","Latin small letter l with stroke":"Huruf Latin l kecil dengan garis miring","Latin capital letter n with acute":"Huruf Latin n besar dengan tanda tirus","Latin small letter n with acute":"Huruf Latin n kecil dengan tanda tirus","Latin capital letter n with cedilla":"Huruf Latin n besar dengan tanda sedila","Latin small letter n with cedilla":"Huruf Latin n kecil dengan tanda sedila","Latin capital letter n with caron":"Huruf Latin n besar dengan tanda caron","Latin small letter n with caron":"Huruf Latin n kecil dengan tanda caron","Latin small letter n preceded by apostrophe":"Huruf Latin n kecil didahului dengan koma atas","Latin capital letter eng":"Huruf Latin eng besar","Latin small letter eng":"Huruf Latin eng kecil","Latin capital letter o with macron":"Huruf Latin o besar dengan tanda makron","Latin small letter o with macron":"Huruf Latin o kecil dengan tanda makron","Latin capital letter o with breve":"Huruf Latin o besar dengan tanda singkat","Latin small letter o with breve":"Huruf Latin o kecil dengan tanda singkat","Latin capital letter o with double acute":"Huruf Latin o besar dengan tanda tirus berkembar","Latin small letter o with double acute":"Huruf Latin o kecil dengan tanda tirus berkembar","Latin capital ligature oe":"Huruf kembar Latin oe besar","Latin small ligature oe":"Huruf kembar Latin oe kecil","Latin capital letter r with acute":"Huruf Latin r besar dengan tanda tirus","Latin small letter r with acute":"Huruf Latin r kecil dengan tanda tirus","Latin capital letter r with cedilla":"Huruf Latin r besar dengan tanda sedila","Latin small letter r with cedilla":"Huruf Latin r kecil dengan tanda sedila","Latin capital letter r with caron":"Huruf Latin r besar dengan tanda caron","Latin small letter r with caron":"Huruf Latin r kecil dengan tanda caron","Latin capital letter s with acute":"Huruf Latin s besar dengan tanda tirus","Latin small letter s with acute":"Huruf Latin s kecil dengan tanda tirus","Latin capital letter s with circumflex":"Huruf Latin s besar dengan tanda sirkumfleks","Latin small letter s with circumflex":"Huruf Latin s kecil dengan tanda sirkumfleks","Latin capital letter s with cedilla":"Huruf Latin s besar dengan tanda sedila","Latin small letter s with cedilla":"Huruf Latin s kecil dengan tanda sedila","Latin capital letter s with caron":"Huruf Latin s besar dengan tanda caron","Latin small letter s with caron":"Huruf Latin s kecil dengan tanda caron","Latin capital letter t with cedilla":"Huruf Latin t besar dengan tanda sedila","Latin small letter t with cedilla":"Huruf Latin t kecil dengan tanda sedila","Latin capital letter t with caron":"Huruf Latin t besar dengan tanda caron","Latin small letter t with caron":"Huruf Latin t kecil dengan tanda caron","Latin capital letter t with stroke":"Huruf Latin t besar dengan garis miring","Latin small letter t with stroke":"Huruf Latin t kecil dengan garis miring","Latin capital letter u with tilde":"Huruf Latin u besar dengan tanda tilde","Latin small letter u with tilde":"Huruf Latin u kecil dengan tanda tilde","Latin capital letter u with macron":"Huruf Latin u besar dengan tanda makron","Latin small letter u with macron":"Huruf Latin u kecil dengan tanda makron","Latin capital letter u with breve":"Huruf Latin u besar dengan tanda singkat","Latin small letter u with breve":"Huruf Latin u kecil dengan tanda singkat","Latin capital letter u with ring above":"Huruf Latin u besar dengan bulatan di atas","Latin small letter u with ring above":"Huruf Latin u kecil dengan bulatan di atas","Latin capital letter u with double acute":"Huruf Latin u besar dengan tanda tirus berkembar","Latin small letter u with double acute":"Huruf Latin u kecil dengan tanda tirus berkembar","Latin capital letter u with ogonek":"Huruf Latin u besar dengan tanda ogonek","Latin small letter u with ogonek":"Huruf Latin u kecil dengan tanda ogonek","Latin capital letter w with circumflex":"Huruf Latin w besar dengan tanda sirkumfleks","Latin small letter w with circumflex":"Huruf Latin w kecil dengan tanda sirkumfleks","Latin capital letter y with circumflex":"Huruf Latin y besar dengan tanda sirkumfleks","Latin small letter y with circumflex":"Huruf Latin y kecil dengan tanda sirkumfleks","Latin capital letter y with diaeresis":"Huruf Latin y besar dengan tanda diaresis","Latin capital letter z with acute":"Huruf Latin z besar dengan tanda tirus","Latin small letter z with acute":"Huruf Latin z kecil dengan tanda tirus","Latin capital letter z with dot above":"Huruf Latin z besar dengan titik di atas","Latin small letter z with dot above":"Huruf Latin z kecil dengan titik di atas","Latin capital letter z with caron":"Huruf Latin z besar dengan tanda caron","Latin small letter z with caron":"Huruf Latin z kecil dengan tanda caron","Latin small letter long s":"Huruf latin s panjang kecil","Less-than sign":"Simbol kurang daripada","Greater-than sign":"Simbol lebih besar daripada","Less-than or equal to":"Kurang daripada atau sama dengan","Greater-than or equal to":"Lebih besar daripada atau sama dengan","En dash":"Sengkang en","Em dash":"Sengkang em","Macron":"Tanda makron","Overline":"Garisan atas","Degree sign":"Simbol darjah","Minus sign":"Simbol tolak","Plus-minus sign":"Simbol tambah tolak","Division sign":"Simbol bahagi","Fraction slash":"Garis condong pecahan","Multiplication sign":"Simbol darab","Latin small letter f with hook":"Huruf Latin f kecil dengan cangkuk","Integral":"Integral","N-ary summation":"Penghasiltambahan per - n - an","Infinity":"Infiniti","Square root":"Punca kuasa","Tilde operator":"Pengoperasi tilde","Approximately equal to":"Kira-kira sama dengan","Almost equal to":"Hampir sama dengan","Not equal to":"Tidak sama dengan","Identical to":"Serupa dengan","Element of":"Unsur bagi","Not an element of":"Bukan unsur bagi","Contains as member":"Terkandung sebagai anggota","N-ary product":"Hasil per - n - an","Logical and":"Logik dan","Logical or":"Logik atau","Not sign":"Bukan simbol","Intersection":"Persilangan","Union":"Penyatuan","Partial differential":"Pembezaan separa","For all":"Untuk semua","There exists":"Wujud","Empty set":"Set kosong","Nabla":"Nabla","Asterisk operator":"Pengoperasi asterisk","Proportional to":"Berkadaran dengan","Angle":"Sudut","Vulgar fraction one quarter":"Pecahan kasar satu per empat","Vulgar fraction one half":"Pecahan kasar satu per dua","Vulgar fraction three quarters":"Pecahan kasar tiga per empat","Single left-pointing angle quotation mark":"Tanda petikan sudut ke kiri tunggal","Single right-pointing angle quotation mark":"Tanda petikan sudut ke kanan tunggal","Left-pointing double angle quotation mark":"Tanda petikan sudut ke kiri berkembar","Right-pointing double angle quotation mark":"Tanda petikan sudut ke kanan berkembar","Left single quotation mark":"Tanda petikan tunggal kiri","Right single quotation mark":"Tanda petikan tunggal kanan","Left double quotation mark":"Tanda petikan berkembar kiri","Right double quotation mark":"Tanda petikan berkembar kanan","Single low-9 quotation mark":"Tanda petikan rendah 9 tunggal","Double low-9 quotation mark":"Tanda petikan rendah 9 berkembar","Inverted exclamation mark":"Tanda seru terbalik","Inverted question mark":"Tanda soal terbalik","Two dot leader":"Pendahulu dua titik","Horizontal ellipsis":"Elipsis Mendatar","Double dagger":"Tanda rujuk kembar","Per mille sign":"Simbol per mille","Per ten thousand sign":"Simbol per sepuluh ribu","Double exclamation mark":"Tanda seru berkembar","Question exclamation mark":"Tanda seru soal","Exclamation question mark":"Tanda soal seru","Double question mark":"Tanda soal berkembar","Copyright sign":"Simbol hak cipta","Registered sign":"Simbol berdaftar","Trade mark sign":"Simbol tanda dagangan","Section sign":"Simbol seksyen","Paragraph sign":"Tanda perenggan","Reversed paragraph sign":"Tanda perenggan terbalik","Character categories":"Kategori aksara","Source":"Sumber","Show source":"Paparkan sumber","Show blocks":"Tunjukkan blok","Select all":"Pilih seterusnya","Disable editing":"Matikan suntingan","Enable editing":"Benarkan suntingan","Previous editable region":"Bahagian yang boleh disunting sebelumnya","Next editable region":"Bahagian yang boleh disunting seterusnya","Navigate editable regions":"Kawal bahagian yang boleh disunting seterusnya","Remove Format":"Buang Format","Page break":"Pemisah halaman","media widget":"widget media","Media URL":"URL Media","Paste the media URL in the input.":"Tampal URL media dalam input.","Tip: Paste the URL into the content to embed faster.":"Petua: Tampal URL kedalam kandungan untuk membenam dengan lebih pantas.","The URL must not be empty.":"URL tidak boleh ditinggalkan kosong.","This media URL is not supported.":"URL media ini tidak disokong.","Insert media":"Masukkan media","Media toolbar":"Bar alat capaian media","Open media in new tab":"Buka media dalam tab baru","Numbered List":"Senarai Bernombor","Bulleted List":"Senarai Berbulet","To-do List":"Senarai Untuk Dilakukan","Bulleted list styles toolbar":"Bar capaian gaya senarai berbulet","Numbered list styles toolbar":"Bar alat capaian gaya senarai bernombor","Toggle the disc list style":"Buka gaya senarai cakera","Toggle the circle list style":"Buka gaya senarai bulatan","Toggle the square list style":"Buka gaya senarai petak","Toggle the decimal list style":"Buka gaya senarai titik perpuluhan","Toggle the decimal with leading zero list style":"Buka titik perpuluhan dengan gaya senarai kosong pendahulu","Toggle the lower–roman list style":"Buka gaya senarai roman bawah","Toggle the upper–roman list style":"Buka gaya senarai roman atas","Toggle the lower–latin list style":"Buka gaya senarai latin bawah","Toggle the upper–latin list style":"Buka gaya senarai latin atas","Disc":"Cakera","Circle":"Bula","Square":"Petak","Decimal":"Perpuluhan","Decimal with leading zero":"Perpuluhan dengan kosong pendahulu","Lower–roman":"Roman bawah","Upper-roman":"Roman atas","Lower-latin":"Latin bawah","Upper-latin":"Latin atas","List properties":"Senarai sifat","Start at":"Mula pada","Invalid start index value.":"Nilai indeks permulaan tidak sah.","Start index must be greater than 0.":"Indeks mula hendaklah lebih besar daripada 0.","Reversed order":"Susunan terbalik","Keystrokes that can be used in a list":"Ketukan kekunci yang boleh digunakan dalam senarai","Increase list item indent":"Tingkatkan inden item senarai","Decrease list item indent":"Kurangkan inden item senarai","Entering a to-do list":"Memasukkan senarai tugas untuk dilakukan","Leaving a to-do list":"Meninggalkan senarai tugas untuk dilakukan","Unlink":"Buang pautan","Link":"Pautkan","Link URL":"Pautkan URL","Link URL must not be empty.":"URL pautan tidak boleh kosong.","Link image":"Pautkan imej","Edit link":"Sunting pautan","Open link in new tab":"Buka pautan dalam tab baru","This link has no URL":"Pautan ini tidak mempunyai URL","Open in a new tab":"Buka dalam tab baru","Downloadable":"Boleh dimuat turun","Create link":"Buat pautan","Move out of a link":"Alih keluar pautan","Language":"Bahasa","Choose language":"Pilih bahasa","Remove language":"Buang bahasa","Increase indent":"Tambah inden","Decrease indent":"Kurangkan inden","image widget":"widget imej","Wrap text":"Balut teks","Break text":"Potong teks","In line":"Dalam baris","Side image":"Sisi imej","Full size image":"Imej bersaiz penuh","Left aligned image":"Imej berjajar kiri","Centered image":"Imej berjajar tengah","Right aligned image":"Imej berjajar kanan","Change image text alternative":"Tukar alternatif teks imej","Text alternative":"Alternatif teks","Enter image caption":"Masukkan kapsyen imej","Insert image":"Masukkan imej","Replace image":"Gantikan imej","Upload from computer":"Muat naik daripada komputer","Replace from computer":"Gantikan daripada komputer","Upload image from computer":"Muat naik gambar daripada komputer","Image from computer":"Gambar daripada komputer","Replace image from computer":"Gantikan imej daripada komputer","Upload failed":"Muat naik gagal","Image toolbar":"Bar alat capaian imej","Resize image":"Saizkan semula imej","Resize image to %0":"Saizkan semula imej kepada %0","Resize image to the original size":"Saizkan semula imej kepada saiz asal","Resize image (in %0)":"Ubah saiz imej (dalam %0)","Original":"Asal","Custom image size":"Suaikan saiz imej","Custom":"Suaikan","Image resize list":"Senarai saizkan semula imej ","Insert":"Masukkan","Update":"Kemaskini","Insert image via URL":"Masukkan imej melalui URL","Update image URL":"Kemaskini URL imej","Caption for the image":"Kapsyen untuk imej","Caption for image: %0":"Kapsyen untuk imej: %0","The value must not be empty.":"Nilai tidak boleh kosong.","The value should be a plain number.":"Nilai hendaklah nombor biasa.","Uploading image":"Memuat naik imej","Image upload complete":"Muat naik imej selesai","Error during image upload":"Ralat semasa muat naik imej","HTML object":"Objek HTML","Insert HTML":"Masukkan HTML","HTML snippet":"Potongan HTML","Paste raw HTML here...":"Tampal HTML mentah disini...","Edit source":"Sunting sumber","Save changes":"Simpan perubahan","No preview available":"Tiada pratonton disediakan","Empty snippet content":"Kosongkan kandungan potongan","Horizontal line":"Baris melintang","Yellow marker":"Penanda kuning","Green marker":"Penanda hijau","Pink marker":"Penanda merah jambu","Blue marker":"Penanda biru","Red pen":"Pen merah","Green pen":"Pen hijau","Remove highlight":"Buang sorotan","Highlight":"Sorotan","Text highlight toolbar":"Bar alat capaian sorotan teks","Paragraph":"Perenggan","Heading":"Pengepala","Choose heading":"Pilih pengepala","Heading 1":"Pengepala 1","Heading 2":"Pengepala 2","Heading 3":"Pengepala 3","Heading 4":"Pengepala 4","Heading 5":"Pengepala 5","Heading 6":"Pengepala 6","Type your title":"Taip tajuk anda","Type or paste your content here.":"Taip atau tampal kandungan anda disini.","Font Size":"Saiz fon","Tiny":"Halus","Small":"Kecil","Big":"Besar","Huge":"Gergasi","Font Family":"Keluarga Fon","Default":"Lalai","Font Color":"Warna Fon","Font Background Color":"Warna Latar Belakang Fon","Document colors":"Warna dokumen","Find and replace":"Cari dan ganti","Find in text…":"Cari dalam teks...","Find":"Cari","Previous result":"Keputusan sebelumnya","Next result":"Keputusan seterusnya","Replace":"Ganti","Replace all":"Ganti semua","Match case":"Sesuaikan kes","Whole words only":"Perkataan penuh sahaja","Replace with…":"Gantikan dengan...","Text to find must not be empty.":"Teks yang hendak dicari tidak boleh ditinggalkan kosong.","Tip: Find some text first in order to replace it.":"Petua: Cari teks terlebih dahulu untuk menggantikannya.","Advanced options":"Pilihan lanjutan","Find in the document":"Cari dalam dokumen","Insert a soft break (a <code>&lt;br&gt;</code> element)":"Masukkan baris baharu (elemen <code>&lt;br&gt;</code>)","Insert a hard break (a new paragraph)":"Masukkan perenggan baharu (perenggan baharu)","Cancel":"Batal","Clear":"Kosongkan","Remove color":"Buang warna","Restore default":"Pulihkan lalai","Save":"Simpan","Show more items":"Tunjukkan item lain","%0 of %1":"%0 daripada %1","Cannot upload file:":"Gagal memuat naik fail","Rich Text Editor. Editing area: %0":"Editor Teks Kaya. Ruang suntingan: %0","Insert with file manager":"Masukkan dengan pengurus fail","Replace with file manager":"Gantikan dengan pengurus fail","Insert image with file manager":"Masukkan imej dengan pengurus fail","Replace image with file manager":"Gantikan imej dengan pengurus fail","Toggle caption off":"Tutup kapsyen","Toggle caption on":"Buka kapsyen","Content editing keystrokes":"Ketukan kekunci penyuntingan kandungan","These keyboard shortcuts allow for quick access to content editing features.":"Pintasan papan kekunci ini membenarkan akses pantas kepada ciri-ciri penyuntingan kandungan.","User interface and content navigation keystrokes":"Antara muka pengguna dan ketukan kekunci navigasi kandungan","Use the following keystrokes for more efficient navigation in the CKEditor 5 user interface.":"Guna ketukan kekunci berikut untuk menavigasi dengan lebih cekap dalam antara muka pengguna CKEditor 5.","Close contextual balloons, dropdowns, and dialogs":"Tutup belon konteks, senarai juntai bawah dan dialog","Open the accessibility help dialog":"Buka dialog bantuan kebolehaksesan","Move focus between form fields (inputs, buttons, etc.)":"Alihkan fokus antara medan borang (input, butang, dll.)","Move focus to the menu bar, navigate between menu bars":"Alihkan fokus ke bar menu, navigasi antara bar menu","Move focus to the toolbar, navigate between toolbars":"Alihkan fokus ke bar alat, navigasi antara bar alat","Navigate through the toolbar or menu bar":"Navigasi melalui bar alat atau bar menu","Execute the currently focused button. Executing buttons that interact with the editor content moves the focus back to the content.":"Laksanakan butang yang sedang difokuskan. Melaksanakan butang yang berinteraksi dengan kandungan penyunting mengalihkan fokus kembali ke kandungan.","Accept":"Terima","Insert code block":"Masukkan blok kod","Plain text":"Teks kosong","Leaving %0 code snippet":"Meninggalkan %0 coretan kod","Entering %0 code snippet":"Memasukkan %0 coretan kod","Entering code snippet":"Memasukkan coretan kod","Leaving code snippet":"Meninggalkan coretan kod","Code block":"Sekatan kod","Copy selected content":"Salin kandungan yang dipilih","Paste content":"Tampal kandungan","Paste content as plain text":"Tampal kandungan sebagai teks kosong","Insert image or file":"Masukkan imej atau fail","Image or file":"Imej atau fail","Could not obtain resized image URL.":"Gagal mendapatkan URL imej yang disaizkan semula.","Selecting resized image failed":"Gagal memilih imej yang disaizkan semula.","Could not insert image at the current position.":"Gagal memasukkan imej pada posisi kini.","Inserting image failed":"Gagal memasukkan imej","Open file manager":"Buka pengurus fail","Cannot determine a category for the uploaded file.":"Gagal menentukan kategori bagi fail yang dimuat naik.","Cannot access default workspace.":"Tidak dapat mengakses ruang kerja lalai.","Edit image":"Sunting imej","Processing the edited image.":"Memproses imej yang telah disunting.","Server failed to process the image.":"Pelayan gagal memproses imej.","Failed to determine category of edited image.":"Gagal menentukan kategori imej yang disunting.","Block quote":"Blok petikan","Bold":"Tebal","Italic":"Italik","Underline":"Garis bawah","Code":"Kod","Strikethrough":"Garis lorek","Subscript":"Subskrip","Superscript":"Superskrip","Italic text":"Teks huruf condong","Move out of an inline code style":"Alih keluar daripada gaya kod sebaris","Bold text":"Teks tebal","Underline text":"Teks garis bawah","Strikethrough text":"Teks coretan","Saving changes":"Menyimpan perubahan","Revert autoformatting action":"Pulihkan tindakan pemformatan automatik","Align left":"Jajarkan kiri","Align right":"Jajarkan kiri","Align center":"Jajarkan tengah","Justify":"Imbang","Text alignment":"Jajaran teks","Text alignment toolbar":"Bar alat capaian jajaran teks"},getPluralForm(n){return 0;}}};
8
+ e[ 'ms' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'ms' ].dictionary = Object.assign( e[ 'ms' ].dictionary, dictionary );
10
+ e[ 'ms' ].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 {"nb":{"dictionary":{"Upload in progress":"Opplasting pågår","Undo":"Angre","Redo":"Gjør om","Rich Text Editor":"Rikteksteditor","Editor editing area: %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":"","No results found":"","No searchable items":"","Editor dialog":"","Close":"","Help Contents. To close this dialog press ESC.":"","Below, you can find a list of keyboard shortcuts that can be used in the editor.":"","(may require <kbd>Fn</kbd>)":"","Accessibility":"","Accessibility help":"","Press %0 for help.":"","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\").":"","Insert table":"Sett inn tabell","Header column":"Overskriftkolonne","Insert column left":"","Insert column right":"","Delete column":"Slett kolonne","Select column":"","Column":"Kolonne","Header row":"Overskriftrad","Insert row below":"Sett inn rad under","Insert row above":"Sett inn rad over","Delete row":"Slett rad","Select row":"","Row":"Rad","Merge cell up":"Slå sammen celle opp","Merge cell right":"Slå sammen celle til høyre","Merge cell down":"Slå sammen celle ned","Merge cell left":"Slå sammen celle til venstre","Split cell vertically":"Del celle vertikalt","Split cell horizontally":"Del celle horisontalt","Merge cells":"Slå sammen celler","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":"","Dotted":"","Dashed":"","Double":"","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\".":"","The value is invalid. Try \"10px\" or \"2em\" or simply \"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":"","Numbered List":"Nummerert liste","Bulleted List":"Punktmerket liste","To-do List":"","Bulleted list styles toolbar":"","Numbered list styles toolbar":"","Toggle the disc list style":"","Toggle the circle list style":"","Toggle the square list style":"","Toggle the decimal list style":"","Toggle the decimal with leading zero list style":"","Toggle the lower–roman list style":"","Toggle the upper–roman list style":"","Toggle the lower–latin list style":"","Toggle the upper–latin list style":"","Disc":"","Circle":"","Square":"","Decimal":"","Decimal with leading zero":"","Lower–roman":"","Upper-roman":"","Lower-latin":"","Upper-latin":"","List properties":"","Start at":"","Invalid start index value.":"","Start index must be greater than 0.":"","Reversed order":"","Keystrokes that can be used in a list":"","Increase list item indent":"","Decrease list item indent":"","Entering a to-do list":"","Leaving a to-do list":"","Unlink":"Fjern lenke","Link":"Lenke","Link URL":"URL for lenke","Link URL must not be empty.":"","Link image":"","Edit link":"Rediger lenke","Open link in new tab":"Åpne lenke i ny fane","This link has no URL":"Denne lenken har ingen URL","Open in a new tab":"","Downloadable":"","Create link":"","Move out of a link":"","image widget":"Bilde-widget","Wrap text":"","Break text":"","In line":"","Side image":"Sidebilde","Full size image":"Bilde i full størrelse","Left aligned image":"Venstrejustert bilde","Centered image":"Midtstilt bilde","Right aligned image":"Høyrejustert bilde","Change image text alternative":"Endre tekstalternativ for bilde","Text alternative":"Tekstalternativ for bilde","Enter image caption":"Skriv inn bildetekst","Insert image":"Sett inn bilde","Replace image":"","Upload from computer":"","Replace from computer":"","Upload image from computer":"","Image from computer":"","Replace image from computer":"","Upload failed":"Opplasting feilet","Image toolbar":"","Resize image":"","Resize image to %0":"","Resize image to the original size":"","Resize image (in %0)":"","Original":"","Custom image size":"","Custom":"","Image resize list":"","Insert":"","Update":"","Insert image via URL":"","Update image URL":"","Caption for the image":"","Caption for image: %0":"","The value must not be empty.":"","The value should be a plain number.":"","Uploading image":"","Image upload complete":"","Error during image upload":"","Yellow marker":"Gul uthevingsfarge","Green marker":"Grønn uthevingsfarge","Pink marker":"Rosa uthevingsfarge","Blue marker":"Blå uthevingsfarge","Red pen":"Rød penn","Green pen":"Grønn penn","Remove highlight":"Fjern uthevingsfarge","Highlight":"Utheving","Text highlight toolbar":"","Paragraph":"Avsnitt","Heading":"Overskrift","Choose heading":"Velg overskrift","Heading 1":"Overskrift 1","Heading 2":"Overskrift 2","Heading 3":"Overskrift 3","Heading 4":"","Heading 5":"","Heading 6":"","Type your title":"","Type or paste your content here.":"","Font Size":"Skriftstørrelse","Tiny":"Veldig liten","Small":"Liten","Big":"Stor","Huge":"Veldig stor","Font Family":"Skrifttype","Default":"Standard","Font Color":"","Font Background Color":"","Document colors":"","Cancel":"Avbryt","Clear":"","Remove color":"","Restore default":"","Save":"Lagre","Show more items":"","%0 of %1":"","Cannot upload file:":"Kan ikke laste opp fil:","Rich Text Editor. Editing area: %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.":"","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":"","Block quote":"Blokksitat","Bold":"Fet","Italic":"Kursiv","Underline":"Understreking","Code":"Kode","Strikethrough":"Gjennomstreking","Subscript":"","Superscript":"","Italic text":"","Move out of an inline code style":"","Bold text":"","Underline text":"","Strikethrough text":"","Align left":"Venstrejuster","Align right":"Høyrejuster","Align center":"Midstill","Justify":"Blokkjuster","Text alignment":"Tekstjustering","Text alignment toolbar":""},getPluralForm(n){return (n != 1);}}}
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ ( e => {
7
+ const { [ 'nb' ]: { dictionary, getPluralForm } } = {"nb":{"dictionary":{"Upload in progress":"Opplasting pågår","Undo":"Angre","Redo":"Gjør om","Rich Text Editor":"Rikteksteditor","Editor editing area: %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":"","No results found":"","No searchable items":"","Editor dialog":"","Close":"","Help Contents. To close this dialog press ESC.":"","Below, you can find a list of keyboard shortcuts that can be used in the editor.":"","(may require <kbd>Fn</kbd>)":"","Accessibility":"","Accessibility help":"","Press %0 for help.":"","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\").":"","Insert table":"Sett inn tabell","Header column":"Overskriftkolonne","Insert column left":"","Insert column right":"","Delete column":"Slett kolonne","Select column":"","Column":"Kolonne","Header row":"Overskriftrad","Insert row below":"Sett inn rad under","Insert row above":"Sett inn rad over","Delete row":"Slett rad","Select row":"","Row":"Rad","Merge cell up":"Slå sammen celle opp","Merge cell right":"Slå sammen celle til høyre","Merge cell down":"Slå sammen celle ned","Merge cell left":"Slå sammen celle til venstre","Split cell vertically":"Del celle vertikalt","Split cell horizontally":"Del celle horisontalt","Merge cells":"Slå sammen celler","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":"","Dotted":"","Dashed":"","Double":"","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\".":"","The value is invalid. Try \"10px\" or \"2em\" or simply \"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":"","Numbered List":"Nummerert liste","Bulleted List":"Punktmerket liste","To-do List":"","Bulleted list styles toolbar":"","Numbered list styles toolbar":"","Toggle the disc list style":"","Toggle the circle list style":"","Toggle the square list style":"","Toggle the decimal list style":"","Toggle the decimal with leading zero list style":"","Toggle the lower–roman list style":"","Toggle the upper–roman list style":"","Toggle the lower–latin list style":"","Toggle the upper–latin list style":"","Disc":"","Circle":"","Square":"","Decimal":"","Decimal with leading zero":"","Lower–roman":"","Upper-roman":"","Lower-latin":"","Upper-latin":"","List properties":"","Start at":"","Invalid start index value.":"","Start index must be greater than 0.":"","Reversed order":"","Keystrokes that can be used in a list":"","Increase list item indent":"","Decrease list item indent":"","Entering a to-do list":"","Leaving a to-do list":"","Unlink":"Fjern lenke","Link":"Lenke","Link URL":"URL for lenke","Link URL must not be empty.":"","Link image":"","Edit link":"Rediger lenke","Open link in new tab":"Åpne lenke i ny fane","This link has no URL":"Denne lenken har ingen URL","Open in a new tab":"","Downloadable":"","Create link":"","Move out of a link":"","image widget":"Bilde-widget","Wrap text":"","Break text":"","In line":"","Side image":"Sidebilde","Full size image":"Bilde i full størrelse","Left aligned image":"Venstrejustert bilde","Centered image":"Midtstilt bilde","Right aligned image":"Høyrejustert bilde","Change image text alternative":"Endre tekstalternativ for bilde","Text alternative":"Tekstalternativ for bilde","Enter image caption":"Skriv inn bildetekst","Insert image":"Sett inn bilde","Replace image":"","Upload from computer":"","Replace from computer":"","Upload image from computer":"","Image from computer":"","Replace image from computer":"","Upload failed":"Opplasting feilet","Image toolbar":"","Resize image":"","Resize image to %0":"","Resize image to the original size":"","Resize image (in %0)":"","Original":"","Custom image size":"","Custom":"","Image resize list":"","Insert":"","Update":"","Insert image via URL":"","Update image URL":"","Caption for the image":"","Caption for image: %0":"","The value must not be empty.":"","The value should be a plain number.":"","Uploading image":"","Image upload complete":"","Error during image upload":"","Yellow marker":"Gul uthevingsfarge","Green marker":"Grønn uthevingsfarge","Pink marker":"Rosa uthevingsfarge","Blue marker":"Blå uthevingsfarge","Red pen":"Rød penn","Green pen":"Grønn penn","Remove highlight":"Fjern uthevingsfarge","Highlight":"Utheving","Text highlight toolbar":"","Paragraph":"Avsnitt","Heading":"Overskrift","Choose heading":"Velg overskrift","Heading 1":"Overskrift 1","Heading 2":"Overskrift 2","Heading 3":"Overskrift 3","Heading 4":"","Heading 5":"","Heading 6":"","Type your title":"","Type or paste your content here.":"","Font Size":"Skriftstørrelse","Tiny":"Veldig liten","Small":"Liten","Big":"Stor","Huge":"Veldig stor","Font Family":"Skrifttype","Default":"Standard","Font Color":"","Font Background Color":"","Document colors":"","Cancel":"Avbryt","Clear":"","Remove color":"","Restore default":"","Save":"Lagre","Show more items":"","%0 of %1":"","Cannot upload file:":"Kan ikke laste opp fil:","Rich Text Editor. Editing area: %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.":"","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":"","Block quote":"Blokksitat","Bold":"Fet","Italic":"Kursiv","Underline":"Understreking","Code":"Kode","Strikethrough":"Gjennomstreking","Subscript":"","Superscript":"","Italic text":"","Move out of an inline code style":"","Bold text":"","Underline text":"","Strikethrough text":"","Align left":"Venstrejuster","Align right":"Høyrejuster","Align center":"Midstill","Justify":"Blokkjuster","Text alignment":"Tekstjustering","Text alignment toolbar":""},getPluralForm(n){return (n != 1);}}};
8
+ e[ 'nb' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'nb' ].dictionary = Object.assign( e[ 'nb' ].dictionary, dictionary );
10
+ e[ 'nb' ].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;