ckeditor5 41.3.1 → 41.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


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

Files changed (317) hide show
  1. package/CHANGELOG.md +298 -215
  2. package/README.md +1 -1
  3. package/build/ckeditor5-dll.js +2 -2
  4. package/build/ckeditor5-dll.manifest.json +11 -2
  5. package/build/translations/af.js +1 -1
  6. package/build/translations/ar.js +1 -1
  7. package/build/translations/ast.js +1 -1
  8. package/build/translations/az.js +1 -1
  9. package/build/translations/bg.js +1 -1
  10. package/build/translations/bn.js +1 -1
  11. package/build/translations/bs.js +1 -1
  12. package/build/translations/ca.js +1 -1
  13. package/build/translations/cs.js +1 -1
  14. package/build/translations/da.js +1 -1
  15. package/build/translations/de-ch.js +1 -1
  16. package/build/translations/de.js +1 -1
  17. package/build/translations/el.js +1 -1
  18. package/build/translations/en-au.js +1 -1
  19. package/build/translations/en-gb.js +1 -1
  20. package/build/translations/eo.js +1 -1
  21. package/build/translations/es-co.js +1 -1
  22. package/build/translations/es.js +1 -1
  23. package/build/translations/et.js +1 -1
  24. package/build/translations/eu.js +1 -1
  25. package/build/translations/fa.js +1 -1
  26. package/build/translations/fi.js +1 -1
  27. package/build/translations/fr.js +1 -1
  28. package/build/translations/gl.js +1 -1
  29. package/build/translations/he.js +1 -1
  30. package/build/translations/hi.js +1 -1
  31. package/build/translations/hr.js +1 -1
  32. package/build/translations/hu.js +1 -1
  33. package/build/translations/id.js +1 -1
  34. package/build/translations/it.js +1 -1
  35. package/build/translations/ja.js +1 -1
  36. package/build/translations/jv.js +1 -1
  37. package/build/translations/km.js +1 -1
  38. package/build/translations/kn.js +1 -1
  39. package/build/translations/ko.js +1 -1
  40. package/build/translations/ku.js +1 -1
  41. package/build/translations/lt.js +1 -1
  42. package/build/translations/lv.js +1 -1
  43. package/build/translations/ms.js +1 -1
  44. package/build/translations/nb.js +1 -1
  45. package/build/translations/ne.js +1 -1
  46. package/build/translations/nl.js +1 -1
  47. package/build/translations/no.js +1 -1
  48. package/build/translations/pl.js +1 -1
  49. package/build/translations/pt-br.js +1 -1
  50. package/build/translations/pt.js +1 -1
  51. package/build/translations/ro.js +1 -1
  52. package/build/translations/ru.js +1 -1
  53. package/build/translations/sk.js +1 -1
  54. package/build/translations/sl.js +1 -1
  55. package/build/translations/sq.js +1 -1
  56. package/build/translations/sr-latn.js +1 -1
  57. package/build/translations/sr.js +1 -1
  58. package/build/translations/sv.js +1 -1
  59. package/build/translations/th.js +1 -1
  60. package/build/translations/ti.js +1 -0
  61. package/build/translations/tk.js +1 -1
  62. package/build/translations/tr.js +1 -1
  63. package/build/translations/tt.js +1 -1
  64. package/build/translations/ug.js +1 -1
  65. package/build/translations/uk.js +1 -1
  66. package/build/translations/ur.js +1 -1
  67. package/build/translations/uz.js +1 -1
  68. package/build/translations/vi.js +1 -1
  69. package/build/translations/zh-cn.js +1 -1
  70. package/build/translations/zh.js +1 -1
  71. package/dist/browser/index-content.css +5 -0
  72. package/dist/browser/index-editor.css +67 -0
  73. package/dist/browser/index.css +6 -0
  74. package/dist/browser/index.css.map +1 -0
  75. package/dist/browser/index.js +6 -0
  76. package/dist/browser/index.js.map +1 -0
  77. package/dist/browser/index.umd.js +557 -0
  78. package/dist/browser/index.umd.js.map +1 -0
  79. package/dist/index-content.css +375 -0
  80. package/dist/index-editor.css +4682 -0
  81. package/dist/index.css +9125 -0
  82. package/dist/index.css.map +1 -0
  83. package/dist/index.js +61 -0
  84. package/dist/index.js.map +1 -0
  85. package/dist/translations/af.d.ts +8 -0
  86. package/dist/translations/af.js +5 -0
  87. package/dist/translations/af.umd.js +11 -0
  88. package/dist/translations/ar.d.ts +8 -0
  89. package/dist/translations/ar.js +5 -0
  90. package/dist/translations/ar.umd.js +11 -0
  91. package/dist/translations/ast.d.ts +8 -0
  92. package/dist/translations/ast.js +5 -0
  93. package/dist/translations/ast.umd.js +11 -0
  94. package/dist/translations/az.d.ts +8 -0
  95. package/dist/translations/az.js +5 -0
  96. package/dist/translations/az.umd.js +11 -0
  97. package/dist/translations/bg.d.ts +8 -0
  98. package/dist/translations/bg.js +5 -0
  99. package/dist/translations/bg.umd.js +11 -0
  100. package/dist/translations/bn.d.ts +8 -0
  101. package/dist/translations/bn.js +5 -0
  102. package/dist/translations/bn.umd.js +11 -0
  103. package/dist/translations/bs.d.ts +8 -0
  104. package/dist/translations/bs.js +5 -0
  105. package/dist/translations/bs.umd.js +11 -0
  106. package/dist/translations/ca.d.ts +8 -0
  107. package/dist/translations/ca.js +5 -0
  108. package/dist/translations/ca.umd.js +11 -0
  109. package/dist/translations/cs.d.ts +8 -0
  110. package/dist/translations/cs.js +5 -0
  111. package/dist/translations/cs.umd.js +11 -0
  112. package/dist/translations/da.d.ts +8 -0
  113. package/dist/translations/da.js +5 -0
  114. package/dist/translations/da.umd.js +11 -0
  115. package/dist/translations/de-ch.d.ts +8 -0
  116. package/dist/translations/de-ch.js +5 -0
  117. package/dist/translations/de-ch.umd.js +11 -0
  118. package/dist/translations/de.d.ts +8 -0
  119. package/dist/translations/de.js +5 -0
  120. package/dist/translations/de.umd.js +11 -0
  121. package/dist/translations/el.d.ts +8 -0
  122. package/dist/translations/el.js +5 -0
  123. package/dist/translations/el.umd.js +11 -0
  124. package/dist/translations/en-au.d.ts +8 -0
  125. package/dist/translations/en-au.js +5 -0
  126. package/dist/translations/en-au.umd.js +11 -0
  127. package/dist/translations/en-gb.d.ts +8 -0
  128. package/dist/translations/en-gb.js +5 -0
  129. package/dist/translations/en-gb.umd.js +11 -0
  130. package/dist/translations/en.d.ts +8 -0
  131. package/dist/translations/en.js +5 -0
  132. package/dist/translations/en.umd.js +11 -0
  133. package/dist/translations/eo.d.ts +8 -0
  134. package/dist/translations/eo.js +5 -0
  135. package/dist/translations/eo.umd.js +11 -0
  136. package/dist/translations/es-co.d.ts +8 -0
  137. package/dist/translations/es-co.js +5 -0
  138. package/dist/translations/es-co.umd.js +11 -0
  139. package/dist/translations/es.d.ts +8 -0
  140. package/dist/translations/es.js +5 -0
  141. package/dist/translations/es.umd.js +11 -0
  142. package/dist/translations/et.d.ts +8 -0
  143. package/dist/translations/et.js +5 -0
  144. package/dist/translations/et.umd.js +11 -0
  145. package/dist/translations/eu.d.ts +8 -0
  146. package/dist/translations/eu.js +5 -0
  147. package/dist/translations/eu.umd.js +11 -0
  148. package/dist/translations/fa.d.ts +8 -0
  149. package/dist/translations/fa.js +5 -0
  150. package/dist/translations/fa.umd.js +11 -0
  151. package/dist/translations/fi.d.ts +8 -0
  152. package/dist/translations/fi.js +5 -0
  153. package/dist/translations/fi.umd.js +11 -0
  154. package/dist/translations/fr.d.ts +8 -0
  155. package/dist/translations/fr.js +5 -0
  156. package/dist/translations/fr.umd.js +11 -0
  157. package/dist/translations/gl.d.ts +8 -0
  158. package/dist/translations/gl.js +5 -0
  159. package/dist/translations/gl.umd.js +11 -0
  160. package/dist/translations/gu.d.ts +8 -0
  161. package/dist/translations/gu.js +5 -0
  162. package/dist/translations/gu.umd.js +11 -0
  163. package/dist/translations/he.d.ts +8 -0
  164. package/dist/translations/he.js +5 -0
  165. package/dist/translations/he.umd.js +11 -0
  166. package/dist/translations/hi.d.ts +8 -0
  167. package/dist/translations/hi.js +5 -0
  168. package/dist/translations/hi.umd.js +11 -0
  169. package/dist/translations/hr.d.ts +8 -0
  170. package/dist/translations/hr.js +5 -0
  171. package/dist/translations/hr.umd.js +11 -0
  172. package/dist/translations/hu.d.ts +8 -0
  173. package/dist/translations/hu.js +5 -0
  174. package/dist/translations/hu.umd.js +11 -0
  175. package/dist/translations/hy.d.ts +8 -0
  176. package/dist/translations/hy.js +5 -0
  177. package/dist/translations/hy.umd.js +11 -0
  178. package/dist/translations/id.d.ts +8 -0
  179. package/dist/translations/id.js +5 -0
  180. package/dist/translations/id.umd.js +11 -0
  181. package/dist/translations/it.d.ts +8 -0
  182. package/dist/translations/it.js +5 -0
  183. package/dist/translations/it.umd.js +11 -0
  184. package/dist/translations/ja.d.ts +8 -0
  185. package/dist/translations/ja.js +5 -0
  186. package/dist/translations/ja.umd.js +11 -0
  187. package/dist/translations/jv.d.ts +8 -0
  188. package/dist/translations/jv.js +5 -0
  189. package/dist/translations/jv.umd.js +11 -0
  190. package/dist/translations/kk.d.ts +8 -0
  191. package/dist/translations/kk.js +5 -0
  192. package/dist/translations/kk.umd.js +11 -0
  193. package/dist/translations/km.d.ts +8 -0
  194. package/dist/translations/km.js +5 -0
  195. package/dist/translations/km.umd.js +11 -0
  196. package/dist/translations/kn.d.ts +8 -0
  197. package/dist/translations/kn.js +5 -0
  198. package/dist/translations/kn.umd.js +11 -0
  199. package/dist/translations/ko.d.ts +8 -0
  200. package/dist/translations/ko.js +5 -0
  201. package/dist/translations/ko.umd.js +11 -0
  202. package/dist/translations/ku.d.ts +8 -0
  203. package/dist/translations/ku.js +5 -0
  204. package/dist/translations/ku.umd.js +11 -0
  205. package/dist/translations/lt.d.ts +8 -0
  206. package/dist/translations/lt.js +5 -0
  207. package/dist/translations/lt.umd.js +11 -0
  208. package/dist/translations/lv.d.ts +8 -0
  209. package/dist/translations/lv.js +5 -0
  210. package/dist/translations/lv.umd.js +11 -0
  211. package/dist/translations/ms.d.ts +8 -0
  212. package/dist/translations/ms.js +5 -0
  213. package/dist/translations/ms.umd.js +11 -0
  214. package/dist/translations/nb.d.ts +8 -0
  215. package/dist/translations/nb.js +5 -0
  216. package/dist/translations/nb.umd.js +11 -0
  217. package/dist/translations/ne.d.ts +8 -0
  218. package/dist/translations/ne.js +5 -0
  219. package/dist/translations/ne.umd.js +11 -0
  220. package/dist/translations/nl.d.ts +8 -0
  221. package/dist/translations/nl.js +5 -0
  222. package/dist/translations/nl.umd.js +11 -0
  223. package/dist/translations/no.d.ts +8 -0
  224. package/dist/translations/no.js +5 -0
  225. package/dist/translations/no.umd.js +11 -0
  226. package/dist/translations/oc.d.ts +8 -0
  227. package/dist/translations/oc.js +5 -0
  228. package/dist/translations/oc.umd.js +11 -0
  229. package/dist/translations/pl.d.ts +8 -0
  230. package/dist/translations/pl.js +5 -0
  231. package/dist/translations/pl.umd.js +11 -0
  232. package/dist/translations/pt-br.d.ts +8 -0
  233. package/dist/translations/pt-br.js +5 -0
  234. package/dist/translations/pt-br.umd.js +11 -0
  235. package/dist/translations/pt.d.ts +8 -0
  236. package/dist/translations/pt.js +5 -0
  237. package/dist/translations/pt.umd.js +11 -0
  238. package/dist/translations/ro.d.ts +8 -0
  239. package/dist/translations/ro.js +5 -0
  240. package/dist/translations/ro.umd.js +11 -0
  241. package/dist/translations/ru.d.ts +8 -0
  242. package/dist/translations/ru.js +5 -0
  243. package/dist/translations/ru.umd.js +11 -0
  244. package/dist/translations/si.d.ts +8 -0
  245. package/dist/translations/si.js +5 -0
  246. package/dist/translations/si.umd.js +11 -0
  247. package/dist/translations/sk.d.ts +8 -0
  248. package/dist/translations/sk.js +5 -0
  249. package/dist/translations/sk.umd.js +11 -0
  250. package/dist/translations/sl.d.ts +8 -0
  251. package/dist/translations/sl.js +5 -0
  252. package/dist/translations/sl.umd.js +11 -0
  253. package/dist/translations/sq.d.ts +8 -0
  254. package/dist/translations/sq.js +5 -0
  255. package/dist/translations/sq.umd.js +11 -0
  256. package/dist/translations/sr-latn.d.ts +8 -0
  257. package/dist/translations/sr-latn.js +5 -0
  258. package/dist/translations/sr-latn.umd.js +11 -0
  259. package/dist/translations/sr.d.ts +8 -0
  260. package/dist/translations/sr.js +5 -0
  261. package/dist/translations/sr.umd.js +11 -0
  262. package/dist/translations/sv.d.ts +8 -0
  263. package/dist/translations/sv.js +5 -0
  264. package/dist/translations/sv.umd.js +11 -0
  265. package/dist/translations/th.d.ts +8 -0
  266. package/dist/translations/th.js +5 -0
  267. package/dist/translations/th.umd.js +11 -0
  268. package/dist/translations/ti.d.ts +8 -0
  269. package/dist/translations/ti.js +5 -0
  270. package/dist/translations/ti.umd.js +11 -0
  271. package/dist/translations/tk.d.ts +8 -0
  272. package/dist/translations/tk.js +5 -0
  273. package/dist/translations/tk.umd.js +11 -0
  274. package/dist/translations/tr.d.ts +8 -0
  275. package/dist/translations/tr.js +5 -0
  276. package/dist/translations/tr.umd.js +11 -0
  277. package/dist/translations/tt.d.ts +8 -0
  278. package/dist/translations/tt.js +5 -0
  279. package/dist/translations/tt.umd.js +11 -0
  280. package/dist/translations/ug.d.ts +8 -0
  281. package/dist/translations/ug.js +5 -0
  282. package/dist/translations/ug.umd.js +11 -0
  283. package/dist/translations/uk.d.ts +8 -0
  284. package/dist/translations/uk.js +5 -0
  285. package/dist/translations/uk.umd.js +11 -0
  286. package/dist/translations/ur.d.ts +8 -0
  287. package/dist/translations/ur.js +5 -0
  288. package/dist/translations/ur.umd.js +11 -0
  289. package/dist/translations/uz.d.ts +8 -0
  290. package/dist/translations/uz.js +5 -0
  291. package/dist/translations/uz.umd.js +11 -0
  292. package/dist/translations/vi.d.ts +8 -0
  293. package/dist/translations/vi.js +5 -0
  294. package/dist/translations/vi.umd.js +11 -0
  295. package/dist/translations/zh-cn.d.ts +8 -0
  296. package/dist/translations/zh-cn.js +5 -0
  297. package/dist/translations/zh-cn.umd.js +11 -0
  298. package/dist/translations/zh.d.ts +8 -0
  299. package/dist/translations/zh.js +5 -0
  300. package/dist/translations/zh.umd.js +11 -0
  301. package/dist/types/clipboard.d.ts +12 -0
  302. package/dist/types/core.d.ts +12 -0
  303. package/dist/types/engine.d.ts +12 -0
  304. package/dist/types/enter.d.ts +12 -0
  305. package/dist/types/index.d.ts +65 -0
  306. package/dist/types/paragraph.d.ts +12 -0
  307. package/dist/types/select-all.d.ts +12 -0
  308. package/dist/types/typing.d.ts +12 -0
  309. package/dist/types/ui.d.ts +12 -0
  310. package/dist/types/undo.d.ts +12 -0
  311. package/dist/types/upload.d.ts +12 -0
  312. package/dist/types/utils.d.ts +12 -0
  313. package/dist/types/watchdog.d.ts +12 -0
  314. package/dist/types/widget.d.ts +12 -0
  315. package/package.json +70 -14
  316. package/src/index.d.ts +61 -0
  317. package/src/index.js +61 -0
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ ( e => {
7
+ const { [ 'tk' ]: { dictionary, getPluralForm } } = {"tk":{"dictionary":{"Words: %0":"Sözler: %0","Characters: %0":"Nyşanlar: %0","Widget toolbar":"Widget gurallar paneli","Insert paragraph before block":"Blokdan öň abzas goýuň","Insert paragraph after block":"Blokdan soň abzas goýuň","Press Enter to type after or press Shift + Enter to type before the widget":"","Keystrokes that can be used when a widget is selected (for example: image, table, etc.)":"","Insert a new paragraph directly after a widget":"","Insert a new paragraph directly before a widget":"","Move the caret to allow typing directly before a widget":"","Move the caret to allow typing directly after a widget":"","Upload in progress":"Ýüklemek dowam edýär","Undo":"Yza gaýtar","Redo":"Öňe gaýtar","Rich Text Editor":"Baý Tekst Redaktory","Editor editing area: %0":"","Edit block":"Bloky redaktirläň","Click to edit block":"","Drag to move":"","Next":"Indiki","Previous":"Öňki","Editor toolbar":"Redaktor gurallar paneli","Dropdown toolbar":"Açylýan gurallar paneli","Black":"Gara","Dim grey":"Goýy çal","Grey":"Çal","Light grey":"Açyk çal","White":"Ak","Red":"Gyzyl","Orange":"Mämişi","Yellow":"Sary","Light green":"Açyk ýaşyl","Green":"Ýaşyl","Aquamarine":"Akuamarin","Turquoise":"Turkuaz","Light blue":"Açyk gök","Blue":"Gök","Purple":"Gyrmyzy","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":"Redaktirläň","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":"Tablisa goýuň","Header column":"Sözbaşy sütüni","Insert column left":"Sütüni çepe goýuň","Insert column right":"Sütüni saga goýuň","Delete column":"Sütüni pozuň","Select column":"Sütün saýlaň","Column":"Sütün","Header row":"Sözbaşy hatary","Insert row below":"Hatary aşak goýuň","Insert row above":"Hatary ýokaryk goýuň","Delete row":"Setiri poz","Select row":"Setir saýlaň","Row":"Setir","Merge cell up":"Öýjügi ýokary birleşdiriň","Merge cell right":"Öýjügi saga birleşdiriň","Merge cell down":"Öýjügi aşak birleşdiriň","Merge cell left":"Öýjügi çepe birleşdiriň","Split cell vertically":"Öýjügi dikligine bölüň","Split cell horizontally":"Öýjügi keseligine bölüň","Merge cells":"Öýjükleri birleşdiriň","Table toolbar":"Tablisa gurallar paneli","Table properties":"Tablisa aýratynlyklary","Cell properties":"Öýjük aýratynlyklary","Border":"Serhet","Style":"Stil","Width":"Ini","Height":"Boý","Color":"Reňk","Background":"Arka","Padding":"Padding","Dimensions":"Ölçegleri","Table cell text alignment":"Tablisa öýjükleriniň tekstini deňleşdirmek","Alignment":"Deňleşdirmek","Horizontal text alignment toolbar":"Kese tekst tekizlemek gurallar paneli","Vertical text alignment toolbar":"Dik tekst tekizlemek gurallar paneli","Table alignment toolbar":"Tablisa deňleşdirmek gurallar paneli","None":"Hiç","Solid":"Gaty","Dotted":"Nokatly","Dashed":"Çyzykly","Double":"Goşa","Groove":"Groove","Ridge":"Kertik","Inset":"Inset","Outset":"Outset","Align cell text to the left":"Öýjük tekstini çepe deňleşdiriň","Align cell text to the center":"Öýjük tekstini merkeze deňleşdiriň","Align cell text to the right":"Öýjük tekstini saga deňleşdiriň","Justify cell text":"Öýjük tekstini esaslandyryň","Align cell text to the top":"Öýjük tekstini ýokarsyna deňleşdiriň","Align cell text to the middle":"Öýjük tekstini ortasyna deňleşdiriň","Align cell text to the bottom":"Öýjük tekstini aşagyna deňleşdiriň","Align table to the left":"Tablisany çepe deňleşdiriň","Center table":"Tablisany merkezleşdiriň","Align table to the right":"Tablisany sag tarapa deňleşdiriň","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Reňki nädogry \"#FF0000\" ýa-da \"rgb(255,0,0)\" ýa-da \"gyzyl\" barlap görüň.","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Baha nädogry \"10px\" ýa-da \"2em\" ýa-da diňe \"2\" barlap görüň.","Color picker":"Reňk saýlaýjy","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":"","Special characters":"Ýörite nyşanlar","All":"","Arrows":"","Currency":"","Latin":"","Mathematical":"","Text":"","leftwards simple arrow":"","rightwards simple arrow":"","upwards simple arrow":"","downwards simple arrow":"","leftwards double arrow":"çepe tarap goşa ok","rightwards double arrow":"","upwards double arrow":"","downwards double arrow":"","leftwards dashed arrow":"","rightwards dashed arrow":"","upwards dashed arrow":"","downwards dashed arrow":"","leftwards arrow to bar":"","rightwards arrow to bar":"","upwards arrow to bar":"","downwards arrow to bar":"","up down arrow with base":"","back with leftwards arrow above":"","end with leftwards arrow above":"","on with exclamation mark with left right arrow above":"","soon with rightwards arrow above":"","top with upwards arrow above":"","Dollar sign":"","Euro sign":"","Yen sign":"","Pound sign":"","Cent sign":"","Euro-currency sign":"","Colon sign":"Iki nokat nyşany","Cruzeiro sign":"","French franc sign":"","Lira sign":"","Currency sign":"","Bitcoin sign":"","Mill sign":"","Naira sign":"","Peseta sign":"","Rupee sign":"","Won sign":"","New sheqel sign":"","Dong sign":"","Kip sign":"","Tugrik sign":"","Drachma sign":"","German penny sign":"","Peso sign":"","Guarani sign":"","Austral sign":"","Hryvnia sign":"","Cedi sign":"","Livre tournois sign":"","Spesmilo sign":"","Tenge sign":"","Indian rupee sign":"","Turkish lira sign":"","Nordic mark sign":"","Manat sign":"","Ruble sign":"","Latin capital letter a with macron":"","Latin small letter a with macron":"","Latin capital letter a with breve":"","Latin small letter a with breve":"","Latin capital letter a with ogonek":"","Latin small letter a with ogonek":"","Latin capital letter c with acute":"","Latin small letter c with acute":"","Latin capital letter c with circumflex":"","Latin small letter c with circumflex":"","Latin capital letter c with dot above":"","Latin small letter c with dot above":"","Latin capital letter c with caron":"","Latin small letter c with caron":"","Latin capital letter d with caron":"","Latin small letter d with caron":"","Latin capital letter d with stroke":"","Latin small letter d with stroke":"","Latin capital letter e with macron":"","Latin small letter e with macron":"","Latin capital letter e with breve":"","Latin small letter e with breve":"","Latin capital letter e with dot above":"","Latin small letter e with dot above":"","Latin capital letter e with ogonek":"","Latin small letter e with ogonek":"","Latin capital letter e with caron":"","Latin small letter e with caron":"","Latin capital letter g with circumflex":"","Latin small letter g with circumflex":"","Latin capital letter g with breve":"","Latin small letter g with breve":"","Latin capital letter g with dot above":"","Latin small letter g with dot above":"","Latin capital letter g with cedilla":"","Latin small letter g with cedilla":"","Latin capital letter h with circumflex":"","Latin small letter h with circumflex":"","Latin capital letter h with stroke":"","Latin small letter h with stroke":"","Latin capital letter i with tilde":"","Latin small letter i with tilde":"","Latin capital letter i with macron":"","Latin small letter i with macron":"","Latin capital letter i with breve":"","Latin small letter i with breve":"","Latin capital letter i with ogonek":"","Latin small letter i with ogonek":"","Latin capital letter i with dot above":"","Latin small letter dotless i":"","Latin capital ligature ij":"","Latin small ligature ij":"","Latin capital letter j with circumflex":"","Latin small letter j with circumflex":"","Latin capital letter k with cedilla":"","Latin small letter k with cedilla":"","Latin small letter kra":"","Latin capital letter l with acute":"","Latin small letter l with acute":"","Latin capital letter l with cedilla":"","Latin small letter l with cedilla":"","Latin capital letter l with caron":"","Latin small letter l with caron":"","Latin capital letter l with middle dot":"","Latin small letter l with middle dot":"","Latin capital letter l with stroke":"","Latin small letter l with stroke":"","Latin capital letter n with acute":"","Latin small letter n with acute":"","Latin capital letter n with cedilla":"","Latin small letter n with cedilla":"","Latin capital letter n with caron":"","Latin small letter n with caron":"","Latin small letter n preceded by apostrophe":"","Latin capital letter eng":"","Latin small letter eng":"","Latin capital letter o with macron":"","Latin small letter o with macron":"","Latin capital letter o with breve":"","Latin small letter o with breve":"","Latin capital letter o with double acute":"","Latin small letter o with double acute":"","Latin capital ligature oe":"","Latin small ligature oe":"","Latin capital letter r with acute":"","Latin small letter r with acute":"","Latin capital letter r with cedilla":"","Latin small letter r with cedilla":"","Latin capital letter r with caron":"","Latin small letter r with caron":"","Latin capital letter s with acute":"","Latin small letter s with acute":"","Latin capital letter s with circumflex":"","Latin small letter s with circumflex":"","Latin capital letter s with cedilla":"","Latin small letter s with cedilla":"","Latin capital letter s with caron":"","Latin small letter s with caron":"","Latin capital letter t with cedilla":"","Latin small letter t with cedilla":"","Latin capital letter t with caron":"","Latin small letter t with caron":"","Latin capital letter t with stroke":"","Latin small letter t with stroke":"","Latin capital letter u with tilde":"","Latin small letter u with tilde":"","Latin capital letter u with macron":"","Latin small letter u with macron":"","Latin capital letter u with breve":"","Latin small letter u with breve":"","Latin capital letter u with ring above":"","Latin small letter u with ring above":"","Latin capital letter u with double acute":"","Latin small letter u with double acute":"","Latin capital letter u with ogonek":"","Latin small letter u with ogonek":"","Latin capital letter w with circumflex":"","Latin small letter w with circumflex":"","Latin capital letter y with circumflex":"","Latin small letter y with circumflex":"","Latin capital letter y with diaeresis":"","Latin capital letter z with acute":"","Latin small letter z with acute":"","Latin capital letter z with dot above":"","Latin small letter z with dot above":"","Latin capital letter z with caron":"","Latin small letter z with caron":"","Latin small letter long s":"","Less-than sign":"","Greater-than sign":"","Less-than or equal to":"","Greater-than or equal to":"","En dash":"","Em dash":"","Macron":"","Overline":"","Degree sign":"","Minus sign":"","Plus-minus sign":"","Division sign":"","Fraction slash":"","Multiplication sign":"","Latin small letter f with hook":"","Integral":"","N-ary summation":"","Infinity":"","Square root":"","Tilde operator":"","Approximately equal to":"","Almost equal to":"","Not equal to":"","Identical to":"","Element of":"","Not an element of":"","Contains as member":"","N-ary product":"","Logical and":"","Logical or":"","Not sign":"","Intersection":"","Union":"","Partial differential":"","For all":"","There exists":"","Empty set":"","Nabla":"","Asterisk operator":"","Proportional to":"","Angle":"","Vulgar fraction one quarter":"","Vulgar fraction one half":"","Vulgar fraction three quarters":"","Single left-pointing angle quotation mark":"","Single right-pointing angle quotation mark":"","Left-pointing double angle quotation mark":"","Right-pointing double angle quotation mark":"","Left single quotation mark":"","Right single quotation mark":"","Left double quotation mark":"","Right double quotation mark":"","Single low-9 quotation mark":"","Double low-9 quotation mark":"","Inverted exclamation mark":"","Inverted question mark":"","Two dot leader":"","Horizontal ellipsis":"","Double dagger":"","Per mille sign":"","Per ten thousand sign":"","Double exclamation mark":"","Question exclamation mark":"","Exclamation question mark":"","Double question mark":"","Copyright sign":"","Registered sign":"","Trade mark sign":"","Section sign":"","Paragraph sign":"","Reversed paragraph sign":"","Character categories":"","Select all":"Ählisini saýla","Disable editing":"Redaktirlemegi öçüriň","Enable editing":"Redaktirlemegi işjeňleşdiriň","Previous editable region":"Öňki redaktirläp bolýan sebit","Next editable region":"Indiki redaktirläp bolýan sebit","Navigate editable regions":"Düzedip bolýan sebitlere geçiň","Remove Format":"Formaty aýyryň","Page break":"Sahypa arakesmesi","media widget":"media widjeti","Media URL":"Media URL","Paste the media URL in the input.":"Media URL-ni girişde goýuň.","Tip: Paste the URL into the content to embed faster.":"Maslahat: Has çalt ýerleşdirmek üçin URL-i mazmuna goýuň.","The URL must not be empty.":"URL boş bolmaly däldir.","This media URL is not supported.":"Bu media URL goldanok.","Insert media":"Mediýa goýuň","Media toolbar":"Mediýa gurallar paneli","Open media in new tab":"","Numbered List":"Sanly sanaw","Bulleted List":"Bullet sanawy","To-do List":"Edilmeli işleriň sanawy","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":"Baglanyşygy aýyr","Link":"Baglanyşyk","Link URL":"URL baglanyşygy","Link URL must not be empty.":"","Link image":"Surat baglanyşygy","Edit link":"Baglanyşygy üýtget","Open link in new tab":"Täze goýmada baglanyşyk açyň","This link has no URL":"Bu baglanyşykda URL ýok","Open in a new tab":"Täze goýmada açyň","Downloadable":"Göçürip alyp bolýar","Create link":"","Move out of a link":"","Language":"Dil","Choose language":"Dili saýlaň","Remove language":"Dili pozuň","Increase indent":"Indent köpeltmek","Decrease indent":"Indent peseltmek","image widget":"surat widjeti","Wrap text":"","Break text":"","In line":"","Side image":"Gapdal surat","Full size image":"Doly ululykdaky surat","Left aligned image":"Çep deňleşdirilen surat","Centered image":"Merkezleşdirilen surat","Right aligned image":"Sag deňleşdirilen surat","Change image text alternative":"Surat tekstiniň alternatiwasyny üýtgediň","Text alternative":"Tekstiň alternatiwasy","Enter image caption":"Surat ýazgysyny giriziň","Insert image":"Surat goýuň","Replace image":"","Upload from computer":"","Replace from computer":"","Upload image from computer":"","Image from computer":"","Replace image from computer":"","Upload failed":"Ýükläp bolmady","Image toolbar":"Surat gurallar paneli","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":"","Horizontal line":"Gorizontal çyzyk","Yellow marker":"Sary marker","Green marker":"Ýaşyl marker","Pink marker":"Gülgüne marker","Blue marker":"Gök marker","Red pen":"Gyzyl galam","Green pen":"Ýaşyl galam","Remove highlight":"Belligi aýyryň","Highlight":"Bellik","Text highlight toolbar":"Tekst bellik gurallar paneli","Paragraph":"Abzas","Heading":"Sözbaşy","Choose heading":"Sözbaşy saýlaň","Heading 1":"Sözbaşy 1","Heading 2":"Sözbaşy 2","Heading 3":"Sözbaşy 3","Heading 4":"Sözbaşy 4","Heading 5":"Sözbaşy 5","Heading 6":"Sözbaşy 6","Type your title":"Sözbaşyny ýazyň","Type or paste your content here.":"Mazmunyňyzy şu ýere ýazyň ýa-da goýuň.","Font Size":"Şrift ölçegi","Tiny":"Kiçijik","Small":"Kiçi","Big":"Uly","Huge":"Ägirt","Font Family":"Şrift maşgalasy","Default":"Bellenen","Font Color":"Şriftiň reňki","Font Background Color":"Şriftiň fon reňki","Document colors":"Resminamanyň reňkleri","Cancel":"Ýatyr","Clear":"","Remove color":"Reňki aýyryň","Restore default":"","Save":"Saklaň","Show more items":"Has köp zady görkeziň","%0 of %1":"%1-iň %0-i","Cannot upload file:":"Faýl ýükläp bolmady:","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":"","Insert code block":"Kod blogyna goýuň","Plain text":"Düz tekst","Leaving %0 code snippet":"","Entering %0 code snippet":"","Entering code snippet":"","Leaving code snippet":"","Code block":"","Insert image or file":"Surat ýa-da faýl goýuň","Image or file":"","Could not obtain resized image URL.":"Ölçegi üýtgedilen surat URL-ni alyp bolmady.","Selecting resized image failed":"Ölçegi üýtgedilen suraty saýlap bolmady","Could not insert image at the current position.":"Häzirki pozisiýa şekil goýup bolmady.","Inserting image failed":"Surat goýup bolmady","Block quote":"Sitata blokirläň","Bold":"Galyň","Italic":"Italik","Underline":"Aşagy çyzykly","Code":"Kod","Strikethrough":"Üsti çyzykly","Subscript":"Aşaky ýazgy","Superscript":"Üst ýazgy","Italic text":"","Move out of an inline code style":"","Bold text":"","Underline text":"","Strikethrough text":"","Saving changes":"Üýtgeşmeleri saklaň","Align left":"Çepe deňleşdiriň","Align right":"Saga deňleşdiriň","Align center":"Merkeze deňleşdir","Justify":"Akla","Text alignment":"Tekstiň deňleşdirilmegi","Text alignment toolbar":"Teksti deňleşdirmek gurallar paneli"},getPluralForm(n){return (n != 1);}}};
8
+ e[ 'tk' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'tk' ].dictionary = Object.assign( e[ 'tk' ].dictionary, dictionary );
10
+ e[ 'tk' ].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 {"tr":{"dictionary":{"Words: %0":"Kelimeler: %0","Characters: %0":"Karakterler: %0","Widget toolbar":"Bileşen araç çubuğu","Insert paragraph before block":"Bloktan önce paragraf ekle","Insert paragraph after block":"Bloktan sonra paragraf ekle","Press Enter to type after or press Shift + Enter to type before the widget":"Görsel bileşenden sonra yazmak için Enter'a basın ya da görsel bileşenden önce yazmak için Shift + Enter'a basın","Keystrokes that can be used when a widget is selected (for example: image, table, etc.)":"Bir araç takımı seçildiğinde kullanılabilecek tuş vuruşları (örnek: resim, tablo vb.)","Insert a new paragraph directly after a widget":"Araç takımının hemen sonrasına yeni bir paragraf ekle","Insert a new paragraph directly before a widget":"Araç takımının hemen öncesine yeni bir paragraf ekle","Move the caret to allow typing directly before a widget":"Bir araç takımından hemen önce yazmaya izin vermek için ekleme noktasını taşı","Move the caret to allow typing directly after a widget":"Bir araç takımından hemen sonra yazmaya izin vermek için ekleme noktasını taşı","Upload in progress":"Yükleme işlemi devam ediyor","Undo":"Geri al","Redo":"Tekrar yap","Rich Text Editor":"Zengin İçerik Editörü","Editor editing area: %0":"Editör düzenleme alanı: %0","Edit block":"Bloğu Düzenle","Click to edit block":"Bloğu düzenlemek için tıkla","Drag to move":"Taşımak için sürükle","Next":"Sonraki","Previous":"Önceki","Editor toolbar":"Düzenleme araç çubuğu","Dropdown toolbar":"Açılır araç çubuğu","Black":"Siyah","Dim grey":"Koyu Gri","Grey":"Gri","Light grey":"Açık Gri","White":"Beyaz","Red":"Kırmızı","Orange":"Turuncu","Yellow":"Sarı","Light green":"Açık Yeşil","Green":"Yeşil","Aquamarine":"Su Yeşili","Turquoise":"Turkuaz","Light blue":"Açık Mavi","Blue":"Mavi","Purple":"Mor","Editor block content toolbar":"Düzenleyici engelleme içerik araç çubuğu","Editor contextual toolbar":"Düzenleyici içeriksel araç çubuğu","HEX":"ONALTILIK","No results found":"Sonuç bulunamadı","No searchable items":"Aranabilir öge yok","Editor dialog":"Düzenleyici iletişim kutusu","Close":"Kapat","Help Contents. To close this dialog press ESC.":"Yardım İçerikleri. Bu iletişim kutusunu kapatmak için ESC tuşuna basın.","Below, you can find a list of keyboard shortcuts that can be used in the editor.":"Aşağıda editörde kullanılabilecek klavye kısayollarının bir listesini bulabilirsiniz.","(may require <kbd>Fn</kbd>)":"(<kbd>Fn</kbd> gerekebilir)","Accessibility":"Erişilebilirlik","Accessibility help":"Erişilebilirlik yardımı","Press %0 for help.":"Yardım için %0 tuşuna basın.","Move focus in and out of an active dialog window":"Odağı etkin iletişim penceresinin içine ve dışına taşı","MENU_BAR_MENU_FILE":"Dosya","MENU_BAR_MENU_EDIT":"Düzenle","MENU_BAR_MENU_VIEW":"Görüntüle","MENU_BAR_MENU_INSERT":"Ekle","MENU_BAR_MENU_FORMAT":"Biçim","MENU_BAR_MENU_TOOLS":"Araçlar","MENU_BAR_MENU_HELP":"Yardım","MENU_BAR_MENU_TEXT":"Metin","MENU_BAR_MENU_FONT":"Yazı Tipi","Editor menu bar":"Düzenleyici menü çubuğu","Please enter a valid color (e.g. \"ff0000\").":"Lütfen geçerli bir renk girin (ör. \"ff0000\").","Insert table":"Tablo Ekle","Header column":"Başlık kolonu","Insert column left":"Sola kolon ekle","Insert column right":"Sağa kolon ekle","Delete column":"Kolonu sil","Select column":"Kolon seç","Column":"Kolon","Header row":"Başlık satırı","Insert row below":"Alta satır ekle","Insert row above":"Üste satır ekle","Delete row":"Satırı sil","Select row":"Satır seç","Row":"Satır","Merge cell up":"Yukarı doğru birleştir","Merge cell right":"Sağa doğru birleştir","Merge cell down":"Aşağıya doğru birleştir","Merge cell left":"Sola doğru birleştir","Split cell vertically":"Hücreyi dikey böl","Split cell horizontally":"Hücreyi yatay böl","Merge cells":"Hücreleri birleştir","Table toolbar":"Tablo araç çubuğu","Table properties":"Tablo özellikleri","Cell properties":"Hücre özellikleri","Border":"Kenar","Style":"Stil","Width":"Genişlik","Height":"Yükseklik","Color":"Renk","Background":"Arkaplan","Padding":"İç boşluk","Dimensions":"Ölçüler","Table cell text alignment":"Tablo hücresi metin hizalaması","Alignment":"Hizalama","Horizontal text alignment toolbar":"Yatay metin hizalama araç çubuğu","Vertical text alignment toolbar":"Dikey metin hizalama araç çubuğu","Table alignment toolbar":"Tablo hizalama araç çubuğu","None":"Yok","Solid":"Dolu","Dotted":"Noktalı","Dashed":"Kesik çizgili","Double":"Çift","Groove":"Yiv","Ridge":"Yükselti","Inset":"İçe","Outset":"Dışarıya","Align cell text to the left":"Hücre içindeki metnini sola hizala","Align cell text to the center":"Hücre içindeki metnini ortaya hizalama","Align cell text to the right":"Hücre içindeki metnini sağa hizala","Justify cell text":"Hücre içindeki metini iki yana yasla","Align cell text to the top":"Hücre içindeki metni üste hizala","Align cell text to the middle":"Hücre içindeki metni ortaya hizala","Align cell text to the bottom":"Hücre içindeki metni alta hizala","Align table to the left":"Tabloyu sola hizala","Center table":"Tabloyu ortala","Align table to the right":"Tabloyu sağa hizala","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Geçersiz renk. \"#FF0000\" veya \"rgb(255,0,0)\" veya \"red\" deneyin.","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Geçersiz değer. \"10px\" veya \"2em\" veya sadece \"2\" deneyin.","Color picker":"Renk seçici","Enter table caption":"Tablo açıklaması gir","Keystrokes that can be used in a table cell":"Tablo hücresinde kullanılabilecek tuş vuruşları","Move the selection to the next cell":"Seçimi sonraki hücreye taşı","Move the selection to the previous cell":"Seçimi önceki hücreye taşı","Insert a new table row (when in the last cell of a table)":"Yeni bir tablo satırı ekle (tablonun son hücresindeyken)","Navigate through the table":"Tabloda gezin","Table":"Tablo","Styles":"Stiller","Multiple styles":"Birden fazla stil","Block styles":"Blok stilleri","Text styles":"Metin stilleri","Special characters":"Özel karakterler","All":"Tümü","Arrows":"Oklar","Currency":"Para Birimi","Latin":"Latince","Mathematical":"Matematiksel","Text":"Metin","leftwards simple arrow":"sola doğru basit ok","rightwards simple arrow":"sağa doğru basit ok","upwards simple arrow":"yukarı doğru basit ok","downwards simple arrow":"aşağı doğru basit ok","leftwards double arrow":"sola çift ok","rightwards double arrow":"sağa çift ok","upwards double arrow":"yukarı çift ok","downwards double arrow":"aşağı çift ok","leftwards dashed arrow":"sola kesik çizgili ok","rightwards dashed arrow":"sağa kesik çizgili ok","upwards dashed arrow":"yukarı doğru kesik ok","downwards dashed arrow":"aşağı doğru kesik ok","leftwards arrow to bar":"sola ok çubuğu","rightwards arrow to bar":"sağa ok çubuğu","upwards arrow to bar":"yukarı ok çubuğu","downwards arrow to bar":"aşağı ok çubuğu","up down arrow with base":"taban ile yukarı aşağı ok","back with leftwards arrow above":"geri sol ok yukarıda","end with leftwards arrow above":"sona sol ok yukarıda","on with exclamation mark with left right arrow above":"üzerinde sol sağ ok bulunan ünlem işaretiyle","soon with rightwards arrow above":"yakında sağ ok ile","top with upwards arrow above":"en üst yukarı oku","Dollar sign":"Dolar işareti","Euro sign":"Avro işareti","Yen sign":"Yen işareti","Pound sign":"Sterlin işareti","Cent sign":"Kuruş işareti","Euro-currency sign":"Avro para birimi simgesi","Colon sign":"İki nokta üst üste işareti","Cruzeiro sign":"Cruzeiro işareti","French franc sign":"Fransız Frangı işareti","Lira sign":"Lira işareti","Currency sign":"Para birimi işareti","Bitcoin sign":"Bitcoin işareti","Mill sign":"Mill işareti","Naira sign":"Naira işareti","Peseta sign":"Peseta işareti","Rupee sign":"Rupi işareti","Won sign":"Kazanılan işaret","New sheqel sign":"Yeni şekel işareti","Dong sign":"Dong işareti","Kip sign":"Kip işareti","Tugrik sign":"Tugrik işareti","Drachma sign":"Drahmisi işareti","German penny sign":"Alman kuruş işareti","Peso sign":"Peso işareti","Guarani sign":"Guarani işareti","Austral sign":"Austral işareti","Hryvnia sign":"Grivnası işareti","Cedi sign":"Cedi işareti","Livre tournois sign":"Livre tournois işareti","Spesmilo sign":"Spesmilo işareti","Tenge sign":"Tenge işareti","Indian rupee sign":"Hint Rupisi işareti","Turkish lira sign":"Türk Lirası işareti","Nordic mark sign":"İskandinav işareti","Manat sign":"Manat işareti","Ruble sign":"Ruble işareti","Latin capital letter a with macron":"Üstü çizili büyük a harfi","Latin small letter a with macron":"Üstü çizili küçük a harfi","Latin capital letter a with breve":"Üstü yuvarlak büyük a harfi","Latin small letter a with breve":"Üstü yuvarlak küçük a harfi","Latin capital letter a with ogonek":"Altı kuyruklu işaretli büyük a harfi","Latin small letter a with ogonek":"Altı kuyruklu işaretli küçük a harfi","Latin capital letter c with acute":"Üzeri tırnaklı büyük c harfi","Latin small letter c with acute":"Üzeri tırnaklı küçük c harfi","Latin capital letter c with circumflex":"Üzeri şapkalı büyük c harfi","Latin small letter c with circumflex":"Üzeri şapkalı küçük c harfi","Latin capital letter c with dot above":"Üstü noktalı büyük c harfi","Latin small letter c with dot above":"Üstü noktalı küçük c harfi","Latin capital letter c with caron":"Üstü ters şapkalı büyük c harfi","Latin small letter c with caron":"Üstü ters şapkalı küçük c harfi","Latin capital letter d with caron":"Üstü ters şapkalı büyük d harfi","Latin small letter d with caron":"Üstü ters şapkalı küçük d harfi","Latin capital letter d with stroke":"Ortası çizgili büyük d harfi","Latin small letter d with stroke":"Ortası çizgili küçük d harfi","Latin capital letter e with macron":"Üstü çizili büyük e harfi","Latin small letter e with macron":"Üstü çizili küçük e harfi","Latin capital letter e with breve":"Üstü ters şapkalı büyük e harfi","Latin small letter e with breve":"Üstü ters şapkalı küçük e harfi","Latin capital letter e with dot above":"Üstü noktalı büyük e harfi","Latin small letter e with dot above":"Üstü noktalı küçük e harfi","Latin capital letter e with ogonek":"Altı kuyruklu büyük e harfi","Latin small letter e with ogonek":"Altı kuyruklu küçük e harfi","Latin capital letter e with caron":"Üstü ters şapkalı büyük e harfi","Latin small letter e with caron":"Üstü ters şapkalı küçük e harfi","Latin capital letter g with circumflex":"Üzeri şapkalı büyük g harfi","Latin small letter g with circumflex":"Üzeri şapkalı küçük g harfi","Latin capital letter g with breve":"Üstü ters şapkalı büyük g harfi","Latin small letter g with breve":"Üstü ters şapkalı küçük g harfi","Latin capital letter g with dot above":"Üstü noktalı büyük g harfi","Latin small letter g with dot above":"Üstü noktalı küçük g harfi","Latin capital letter g with cedilla":"Altı kuyruklu büyük g harfi","Latin small letter g with cedilla":"Altı kuyruklu küçük g harfi","Latin capital letter h with circumflex":"Üzeri şapkalı büyük h harfi","Latin small letter h with circumflex":"Üzeri şapkalı küçük g harfi","Latin capital letter h with stroke":"Üst kısmı çizgili büyük h harfi","Latin small letter h with stroke":"Üst kısmı çizgili küçük h harfi","Latin capital letter i with tilde":"Üstü tilda işaretli büyük i harfi","Latin small letter i with tilde":"Üstü tilda işaretli küçük i harfi","Latin capital letter i with macron":"Üstü çizili büyük i harfi","Latin small letter i with macron":"Üstü çizili küçük i harfi","Latin capital letter i with breve":"Üstü ters şapkalı büyük i harfi","Latin small letter i with breve":"Üstü ters şapkalı küçük i harfi","Latin capital letter i with ogonek":"Altı kuyruklu büyük i harfi","Latin small letter i with ogonek":"Altı kuyruklu küçük i harfi","Latin capital letter i with dot above":"Üstü noktalı büyük i harfi","Latin small letter dotless i":"Noktası küçük i harfi","Latin capital ligature ij":"Büyük ij harfi","Latin small ligature ij":"Küçük ij harfi","Latin capital letter j with circumflex":"Üzeri şapkalı büyük j harfi","Latin small letter j with circumflex":"Üzeri şapkalı küçük j harfi","Latin capital letter k with cedilla":"Altı kuyruklu büyük k harfi","Latin small letter k with cedilla":"Altı kuyruklu küçük k harfi","Latin small letter kra":"Küçük küt k harfi","Latin capital letter l with acute":"Üzeri tırnaklı büyük L harfi","Latin small letter l with acute":"Üzeri tırnaklı küçük L harfi","Latin capital letter l with cedilla":"Altı kuyruklu büyük L harfi","Latin small letter l with cedilla":"Altı kuyruklu küçük L harfi","Latin capital letter l with caron":"Üstü ters şapkalı büyük L harfi","Latin small letter l with caron":"Üstü ters şapkalı küçük L harfi","Latin capital letter l with middle dot":"Ortası noktalı büyük L harfi","Latin small letter l with middle dot":"Ortası noktalı küçük L harfi","Latin capital letter l with stroke":"Üst kısmı çizgili büyük L harfi","Latin small letter l with stroke":"Üst kısmı çizgili küçük L harfi","Latin capital letter n with acute":"Üzeri tırnaklı büyük n harfi","Latin small letter n with acute":"Üzeri tırnaklı küçük n harfi","Latin capital letter n with cedilla":"Altı kuyruklu büyük n harfi","Latin small letter n with cedilla":"Altı kuyruklu küçük n harfi","Latin capital letter n with caron":"Üstü ters şapkalı büyük n harfi","Latin small letter n with caron":"Üstü ters şapkalı küçük n harfi","Latin small letter n preceded by apostrophe":"Önden apostrof küçük n harfi","Latin capital letter eng":"Alttan kuyruklu büyük n harfi","Latin small letter eng":"Alttan kuyruklu küçük n harfi","Latin capital letter o with macron":"Üstü çizili büyük o harfi","Latin small letter o with macron":"Üstü çizili küçük o harfi","Latin capital letter o with breve":"Üstü ters şapkalı büyük o harfi","Latin small letter o with breve":"Üstü ters şapkalı küçük o harfi","Latin capital letter o with double acute":"Üstü çift tırnaklı büyük o harfi","Latin small letter o with double acute":"Üstü çift tırnaklı küçük o harfi","Latin capital ligature oe":"Büyük yunan OE harfi","Latin small ligature oe":"Küçük yunan OE harfi","Latin capital letter r with acute":"Üzeri tırnaklı büyük r harfi","Latin small letter r with acute":"Üzeri tırnaklı küçük r harfi","Latin capital letter r with cedilla":"Altı kuyruklu büyük r harfi","Latin small letter r with cedilla":"Altı kuyruklu küçük r harfi","Latin capital letter r with caron":"Üstü ters şapkalı büyük r harfi","Latin small letter r with caron":"Üstü ters şapkalı küçük r harfi","Latin capital letter s with acute":"Üzeri tırnaklı büyük s harfi","Latin small letter s with acute":"Üzeri tırnaklı küçük s harfi","Latin capital letter s with circumflex":"Üzeri şapkalı büyük s harfi","Latin small letter s with circumflex":"Üzeri şapkalı küçük s harfi","Latin capital letter s with cedilla":"Altı kuyruklu büyük s harfi","Latin small letter s with cedilla":"Altı kuyruklu küçük s harfi","Latin capital letter s with caron":"Üstü ters şapkalı büyük s harfi","Latin small letter s with caron":"Üstü ters şapkalı küçük s harfi","Latin capital letter t with cedilla":"Altı kuyruklu büyük t harfi","Latin small letter t with cedilla":"Altı kuyruklu küçük t harfi","Latin capital letter t with caron":"Üstü ters şapkalı büyük t harfi","Latin small letter t with caron":"Üstü ters şapkalı küçük t harfi","Latin capital letter t with stroke":"Üst kısmı çizgili büyük t harfi","Latin small letter t with stroke":"Üst kısmı çizgili küçük t harfi","Latin capital letter u with tilde":"Üstü tildalı büyük u harfi","Latin small letter u with tilde":"Üstü tildalı küçük u harfi","Latin capital letter u with macron":"Üstü çizili büyük u harfi","Latin small letter u with macron":"Üstü çizili küçük u harfi","Latin capital letter u with breve":"Üstü ters şapkalı büyük u harfi","Latin small letter u with breve":"Üstü ters şapkalı küçük u harfi","Latin capital letter u with ring above":"Üstü derece işaretli büyük u harfi","Latin small letter u with ring above":"Üstü derece işaretli küçük u harfi","Latin capital letter u with double acute":"Üstü çift tırnaklı büyük u harfi","Latin small letter u with double acute":"Üstü çift tırnaklı küçük u harfi","Latin capital letter u with ogonek":"Altı kuyruklu büyük u harfi","Latin small letter u with ogonek":"Altı kuyruklu küçük u harfi","Latin capital letter w with circumflex":"Üzeri şapkalı büyük w harfi","Latin small letter w with circumflex":"Üzeri şapkalı küçük w harfi","Latin capital letter y with circumflex":"Üzeri şapkalı büyük y harfi","Latin small letter y with circumflex":"Üzeri şapkalı küçük y harfi","Latin capital letter y with diaeresis":"Üstü çift noktalı büyük y harfi","Latin capital letter z with acute":"Üzeri tırnaklı büyük z harfi","Latin small letter z with acute":"Üzeri tırnaklı küçük z harfi","Latin capital letter z with dot above":"Üstü noktalı büyük z harfi","Latin small letter z with dot above":"Üstü noktalı küçük z harfi","Latin capital letter z with caron":"Üstü ters şapkalı büyük z harfi","Latin small letter z with caron":"Üstü ters şapkalı küçük z harfi","Latin small letter long s":"Uzun küçük s harfi","Less-than sign":"Küçüktür işareti","Greater-than sign":"Büyüktür işareti","Less-than or equal to":"Küçük veya eşit","Greater-than or equal to":"Büyük veya eşit","En dash":"Çizgi","Em dash":"Uzun çizgi","Macron":"Uzatma işareti","Overline":"Üstü çizili","Degree sign":"Derece işareti","Minus sign":"Eksi işareti","Plus-minus sign":"Artı eksi işareti","Division sign":"Bölme işareti","Fraction slash":"Kesir eğik çizgi","Multiplication sign":"Çarpma işareti","Latin small letter f with hook":"Latince küçük f harfi","Integral":"İntegral","N-ary summation":"N-ary toplamı","Infinity":"Sonsuzluk","Square root":"Kare kök","Tilde operator":"Tilde operatörü","Approximately equal to":"Yaklaşık olarak eşit","Almost equal to":"Neredeyse eşit","Not equal to":"Eşit değil","Identical to":"Benzeri","Element of":"Öğesi","Not an element of":"Onun öğesi değil","Contains as member":"Üye olarak içerir","N-ary product":"N-ary ürünü","Logical and":"Mantıksal VE","Logical or":"Mantıksal VEYA","Not sign":"İmzalanmamış","Intersection":"Kesişim","Union":"Birleşik","Partial differential":"Kısmi diferansiyel","For all":"Hepsi için","There exists":"Var","Empty set":"Boş küme","Nabla":"Nabla","Asterisk operator":"Yıldız operatörü","Proportional to":"Orantılı","Angle":"Açı","Vulgar fraction one quarter":"Kaba kesir bir çeyrek","Vulgar fraction one half":"Kaba kesir bir buçuk","Vulgar fraction three quarters":"Kaba bölüm dörtte üç","Single left-pointing angle quotation mark":"Tek sola dönük açı tırnak işareti","Single right-pointing angle quotation mark":"Sağa bakan tek açılı tırnak işareti","Left-pointing double angle quotation mark":"Sola dönük çift açılı tırnak işareti","Right-pointing double angle quotation mark":"Sağa bakan çift açılı tırnak işareti","Left single quotation mark":"Sol tek tırnak işareti","Right single quotation mark":"Sağ tek tırnak işareti","Left double quotation mark":"Sol çift tırnak işareti","Right double quotation mark":"Sağ çift tırnak işareti","Single low-9 quotation mark":"Tek düşük 9 tırnak işareti","Double low-9 quotation mark":"Çift düşük 9 tırnak işareti","Inverted exclamation mark":"Ters ünlem işareti","Inverted question mark":"Ters soru işareti","Two dot leader":"Öncelikli iki nokta","Horizontal ellipsis":"Yatay elips","Double dagger":"Çift hançer","Per mille sign":"Bin işareti için","Per ten thousand sign":"Her on bine göre işareti","Double exclamation mark":"Çift ünlem işareti","Question exclamation mark":"Soru ünlem işareti","Exclamation question mark":"Ünlem soru işareti","Double question mark":"Çift soru işareti","Copyright sign":"Telif hakkı işareti","Registered sign":"Kayıtlı işareti","Trade mark sign":"Ticari marka işareti","Section sign":"Bölüm işareti","Paragraph sign":"Paragraf işareti","Reversed paragraph sign":"Ters paragraf işareti","Character categories":"Karakter kategorileri","Source":"Kaynak","Show source":"Kaynağı göster","Show blocks":"Blokları göster","Select all":"Hepsini seç","Disable editing":"Düzenlemeyi devre dışı bırak","Enable editing":"Düzenlemeyi etkinleştir","Previous editable region":"Önceki düzenlenebilir alan","Next editable region":"Sonraki düzenlenebilir alan","Navigate editable regions":"Düzenlenebilir alanlara git","Remove Format":"Biçimlendirmeyi Kaldır","Page break":"Sayfa sonu","media widget":"medya aracı","Media URL":"Medya URL'si","Paste the media URL in the input.":"Medya URL'siini metin kutusuna yapıştırınız.","Tip: Paste the URL into the content to embed faster.":"İpucu: İçeriği daha hızlı yerleştirmek için URL'yi yapıştırın.","The URL must not be empty.":"URL boş olamaz.","This media URL is not supported.":"Desteklenmeyen Medya URL'si.","Insert media":"Medya Ekle","Media toolbar":"Medya araç çubuğu","Open media in new tab":"Medyayı yeni sekmede aç","Numbered List":"Numaralı Liste","Bulleted List":"Simgeli Liste","To-do List":"Yapılacaklar Listesi","Bulleted list styles toolbar":"Madde işaretli liste stilleri araç çubuğu","Numbered list styles toolbar":"Numaralandırılmış liste stilleri araç çubuğu","Toggle the disc list style":"Disk liste stilini değiştir","Toggle the circle list style":"Çember liste stilini değiştir","Toggle the square list style":"Kare liste stilini değiştir","Toggle the decimal list style":"Ondalık liste stilini değiştir","Toggle the decimal with leading zero list style":"0'la başlayan ondalık liste stilini değiştir","Toggle the lower–roman list style":"Küçük Roma rakamları liste stilini değiştir","Toggle the upper–roman list style":"Büyük Roma rakamları liste stilini değiştir","Toggle the lower–latin list style":"Küçük Latin harfleri liste stilini değiştir","Toggle the upper–latin list style":"Büyük Latin harfleri liste stilini değiştir","Disc":"Disk","Circle":"Çember","Square":"Kare","Decimal":"Ondalık","Decimal with leading zero":"0'la başlayan ondalık","Lower–roman":"Küçük Roma rakamları","Upper-roman":"Büyük Roma rakamları","Lower-latin":"Küçük Latin harfleri","Upper-latin":"Büyük Latin harfleri","List properties":"Liste özellikleri","Start at":"Şununla başla","Invalid start index value.":"Geçersiz başlangıç ​​dizini değeri.","Start index must be greater than 0.":"Başlangıç dizini 0'dan büyük olmalıdır.","Reversed order":"Ters sıralama","Keystrokes that can be used in a list":"Listedeki kullanılabilecek tuş vuruşları","Increase list item indent":"Liste ögesi girintisini artır","Decrease list item indent":"Liste ögesi girintisini azalt","Entering a to-do list":"Yapılacaklar listesi girmek","Leaving a to-do list":"Yapılacaklar listesinden ayrılma","Unlink":"Bağlantıyı kaldır","Link":"Bağlantı","Link URL":"Bağlantı Adresi","Link URL must not be empty.":"Bağlantı URL'si boş olmamalıdır.","Link image":"Resim bağlantısı","Edit link":"Bağlantıyı değiştir","Open link in new tab":"Yeni sekmede aç","This link has no URL":"Bağlantı adresi yok","Open in a new tab":"Yeni sekmede aç","Downloadable":"İndirilebilir","Create link":"Bağlantı oluştur","Move out of a link":"Bir bağlantıdan çık","Language":"Dil","Choose language":"Dil seç","Remove language":"Dili kaldır","Increase indent":"Girintiyi arttır","Decrease indent":"Girintiyi azalt","image widget":"resim aracı","Wrap text":"Metni kaydır","Break text":"Metni böl","In line":"Aynı hizada","Side image":"Yan Görsel","Full size image":"Tam Boyut Görsel","Left aligned image":"Sola hizalı görsel","Centered image":"Ortalanmış görsel","Right aligned image":"Sağa hizalı görsel","Change image text alternative":"Görsel alternatif yazısını değiştir","Text alternative":"Yazı alternatifi","Enter image caption":"Resim açıklaması gir","Insert image":"Görsel Ekle","Replace image":"Resmi değiştir","Upload from computer":"Bilgisayardan yükle","Replace from computer":"Bilgisayardan değiştir","Upload image from computer":"Bilgisayardan görüntü yükle","Image from computer":"Bilgisayardan görüntü","Replace image from computer":"Görüntüyü bilgisayardan değiştir","Upload failed":"Yükleme başarsız","Image toolbar":"Resim araç çubuğu","Resize image":"Resmi boyutlandır","Resize image to %0":"Resmi %0 ölçülerine boyutlandır","Resize image to the original size":"Resmi orijinal büyüklüğüne al","Resize image (in %0)":"Resmi yeniden boyutlandır (%0 olarak)","Original":"Orijinal","Custom image size":"Özel resim boyutu","Custom":"Özel","Image resize list":"Resim yeniden boyutlandırma listesi","Insert":"Ekle","Update":"Güncelle","Insert image via URL":"URL ile görüntü ekle","Update image URL":"Görüntü URL'sini güncelle","Caption for the image":"Resim için başlık","Caption for image: %0":"Resim için başlık: %0","The value must not be empty.":"Değer boş olmamalıdır.","The value should be a plain number.":"Değer düz bir sayı olmalıdır.","Uploading image":"Resim yükleniyor","Image upload complete":"Resim yüklemesi tamamlandı","Error during image upload":"Resim yükleme sırasında hata oluştu","HTML object":"HTML nesnesi","Insert HTML":"HTML ekle","HTML snippet":"HTML snippet'i","Paste raw HTML here...":"Ham HTML'yi buraya yapıştırın...","Edit source":"Kaynağı düzenle","Save changes":"Değişiklikleri kaydet","No preview available":"Önizleme yok","Empty snippet content":"Snippet içeriği boş","Horizontal line":"Yatay çiizgi","Yellow marker":"Sarı işaretleyici","Green marker":"Yeşil işaretleyici","Pink marker":"Pembe işaretleyici","Blue marker":"Mavi işaretleyici","Red pen":"Kırmızı kalem","Green pen":"Yeşik kalem","Remove highlight":"Vurgulamayı temizle","Highlight":"Vurgu","Text highlight toolbar":"Yazı Vurgulama Araç Çubuğu","Paragraph":"Paragraf","Heading":"Başlık","Choose heading":"Başlık tipi seç","Heading 1":"1. Seviye Başlık","Heading 2":"2. Seviye Başlık","Heading 3":"3. Seviye Başlık","Heading 4":"4. Seviye Başlık","Heading 5":"5. Seviye Başlık","Heading 6":"6. Seviye Başlık","Type your title":"Başlığınızı yazınız","Type or paste your content here.":"İçeriğinizi buraya yapıştırın yada yazın.","Font Size":"Yazı Boyutu","Tiny":"Çok Küçük","Small":"Küçük","Big":"Büyük","Huge":"Çok Büyük","Font Family":"Yazı Tipi Ailesi","Default":"Varsayılan","Font Color":"Yazı Tipi Rengi","Font Background Color":"Yazı Tipi Arkaplan Rengi","Document colors":"Belge Rengi","Find and replace":"Bul ve değiştir","Find in text…":"Metinde bul...","Find":"Bul","Previous result":"Önceki sonuç","Next result":"Sonraki sonuç","Replace":"Değiştir","Replace all":"Hepsini değiştir","Match case":"Büyük küçük harfe duyarlı","Whole words only":"Sadece bütün kelimeler","Replace with…":"Şununla değiştir...","Text to find must not be empty.":"Bulunacak metin boş bırakılmamalıdır.","Tip: Find some text first in order to replace it.":"İpucu: Değiştirmek için önce bir metin bul.","Advanced options":"Gelişmiş seçenekler","Find in the document":"Belgede bul","Insert a soft break (a <code>&lt;br&gt;</code> element)":"Değişebilir sayfa sonu ekle (bir <code><br></code> ögesi)","Insert a hard break (a new paragraph)":"Değişmez sayfa sonu ekle (yeni bir paragraf)","Cancel":"İptal","Clear":"Temizle","Remove color":"Rengi Sil","Restore default":"Varsayılanı geri yükle","Save":"Kaydet","Show more items":"Daha fazla öğe göster","%0 of %1":"%0/%1","Cannot upload file:":"Dosya yüklenemedi:","Rich Text Editor. Editing area: %0":"Zengin Metin Editörü.Düzenleme alanı: %0","Insert with file manager":"Dosya yöneticisiyle ekle","Replace with file manager":"Dosya yöneticisiyle değiştirin","Insert image with file manager":"Dosya yöneticisiyle görüntü ekleyin","Replace image with file manager":"Resmi dosya yöneticisiyle değiştir","Toggle caption off":"Açıklamayı kapat","Toggle caption on":"Açıklamayı aç","Content editing keystrokes":"İçerik düzenleme tuş vuruşları","These keyboard shortcuts allow for quick access to content editing features.":"Bu klavye kısayolları içerik düzenleme özelliklerine hızlı erişim sağlar.","User interface and content navigation keystrokes":"Kullanıcı arayüzü ve içerik gezinme tuş vuruşları","Use the following keystrokes for more efficient navigation in the CKEditor 5 user interface.":"CKEditor 5 kullanıcı arayüzünde daha etkili gezinti için aşağıdaki tuş vuruşlarını kullanın.","Close contextual balloons, dropdowns, and dialogs":"Bağlamsal balonları, açılır menüleri ve iletişim kutularını kapat","Open the accessibility help dialog":"Erişilebilirlik yardımı iletişim kutusunu aç","Move focus between form fields (inputs, buttons, etc.)":"Odağı, form alanları (girdiler, düğmeler vb.) arasında taşı","Move focus to the menu bar, navigate between menu bars":"Odağı menü çubuğuna taşıyın, menü çubukları arasında gezinin","Move focus to the toolbar, navigate between toolbars":"Odağı araç çubuğuna taşı, araç çubukları arasında gezin","Navigate through the toolbar or menu bar":"Araç çubuğu veya menü çubuğunda gezinme","Execute the currently focused button. Executing buttons that interact with the editor content moves the focus back to the content.":"O anda odaklanılan düğmeyi çalıştırın. Düzenleyici içeriğiyle etkileşime giren düğmelerin çalıştırılması, odağı içeriğe geri taşır.","Accept":"Kabul et","Insert code block":"Kod bloğu ekle","Plain text":"Düz metin","Leaving %0 code snippet":"%0 kod parçacığından ayrılınıyor","Entering %0 code snippet":"%0 kod parçacığına girmek","Entering code snippet":"Kod parçacığına girmek","Leaving code snippet":"Kod parçacığından ayrılma","Code block":"Kod bloku","Copy selected content":"Seçilen içeriği kopyala","Paste content":"İçeriği yapıştır","Paste content as plain text":"İçeriği düz metin olarak yapıştır","Insert image or file":"Resim veya dosya ekleyin","Image or file":"Görüntü veya dosya","Could not obtain resized image URL.":"Yeniden boyutlandırılmış resim URL’si alınamadı","Selecting resized image failed":"Yeniden boyutlandırılan resim seçilemedi","Could not insert image at the current position.":"Resim mevcut konumda eklenemedi.","Inserting image failed":"Resim eklenemedi","Open file manager":"Dosya yöneticisini aç","Cannot determine a category for the uploaded file.":"Yüklenen dosya için bir kategori belirlenemiyor.","Cannot access default workspace.":"Varsayılan çalışma alanına erişilemiyor.","Edit image":"Görüntüyü düzenle","Processing the edited image.":"Düzenlenen görüntü işleniyor.","Server failed to process the image.":"Sunucu görüntüyü işlemede başarısız oldu.","Failed to determine category of edited image.":"Düzenlenen görselin kategorisinin belirlenmesi başarısız oldu.","Block quote":"Alıntı","Bold":"Kalın","Italic":"İtalik","Underline":"Altı Çizgili","Code":"Kod","Strikethrough":"Üstü çizili","Subscript":"Alt Simge","Superscript":"Üst Simge","Italic text":"İtalik metin","Move out of an inline code style":"Satır içi kod stilinden çık","Bold text":"Kalın yazı","Underline text":"Metnin altını çiz","Strikethrough text":"Metnin üstünü çiz","Saving changes":"Değişiklikler Kaydediliyor","Revert autoformatting action":"Otomatik biçimlendirme işlemini geri al","Align left":"Sola hizala","Align right":"Sağa hizala","Align center":"Ortala","Justify":"İki yana yasla","Text alignment":"Yazı hizalama","Text alignment toolbar":"Yazı Hizlama Araç Çubuğu"},getPluralForm(n){return (n > 1);}}}
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ ( e => {
7
+ const { [ 'tr' ]: { dictionary, getPluralForm } } = {"tr":{"dictionary":{"Words: %0":"Kelimeler: %0","Characters: %0":"Karakterler: %0","Widget toolbar":"Bileşen araç çubuğu","Insert paragraph before block":"Bloktan önce paragraf ekle","Insert paragraph after block":"Bloktan sonra paragraf ekle","Press Enter to type after or press Shift + Enter to type before the widget":"Görsel bileşenden sonra yazmak için Enter'a basın ya da görsel bileşenden önce yazmak için Shift + Enter'a basın","Keystrokes that can be used when a widget is selected (for example: image, table, etc.)":"Bir araç takımı seçildiğinde kullanılabilecek tuş vuruşları (örnek: resim, tablo vb.)","Insert a new paragraph directly after a widget":"Araç takımının hemen sonrasına yeni bir paragraf ekle","Insert a new paragraph directly before a widget":"Araç takımının hemen öncesine yeni bir paragraf ekle","Move the caret to allow typing directly before a widget":"Bir araç takımından hemen önce yazmaya izin vermek için ekleme noktasını taşı","Move the caret to allow typing directly after a widget":"Bir araç takımından hemen sonra yazmaya izin vermek için ekleme noktasını taşı","Upload in progress":"Yükleme işlemi devam ediyor","Undo":"Geri al","Redo":"Tekrar yap","Rich Text Editor":"Zengin İçerik Editörü","Editor editing area: %0":"Editör düzenleme alanı: %0","Edit block":"Bloğu Düzenle","Click to edit block":"Bloğu düzenlemek için tıkla","Drag to move":"Taşımak için sürükle","Next":"Sonraki","Previous":"Önceki","Editor toolbar":"Düzenleme araç çubuğu","Dropdown toolbar":"Açılır araç çubuğu","Black":"Siyah","Dim grey":"Koyu Gri","Grey":"Gri","Light grey":"Açık Gri","White":"Beyaz","Red":"Kırmızı","Orange":"Turuncu","Yellow":"Sarı","Light green":"Açık Yeşil","Green":"Yeşil","Aquamarine":"Su Yeşili","Turquoise":"Turkuaz","Light blue":"Açık Mavi","Blue":"Mavi","Purple":"Mor","Editor block content toolbar":"Düzenleyici engelleme içerik araç çubuğu","Editor contextual toolbar":"Düzenleyici içeriksel araç çubuğu","HEX":"ONALTILIK","No results found":"Sonuç bulunamadı","No searchable items":"Aranabilir öge yok","Editor dialog":"Düzenleyici iletişim kutusu","Close":"Kapat","Help Contents. To close this dialog press ESC.":"Yardım İçerikleri. Bu iletişim kutusunu kapatmak için ESC tuşuna basın.","Below, you can find a list of keyboard shortcuts that can be used in the editor.":"Aşağıda editörde kullanılabilecek klavye kısayollarının bir listesini bulabilirsiniz.","(may require <kbd>Fn</kbd>)":"(<kbd>Fn</kbd> gerekebilir)","Accessibility":"Erişilebilirlik","Accessibility help":"Erişilebilirlik yardımı","Press %0 for help.":"Yardım için %0 tuşuna basın.","Move focus in and out of an active dialog window":"Odağı etkin iletişim penceresinin içine ve dışına taşı","MENU_BAR_MENU_FILE":"Dosya","MENU_BAR_MENU_EDIT":"Düzenle","MENU_BAR_MENU_VIEW":"Görüntüle","MENU_BAR_MENU_INSERT":"Ekle","MENU_BAR_MENU_FORMAT":"Biçim","MENU_BAR_MENU_TOOLS":"Araçlar","MENU_BAR_MENU_HELP":"Yardım","MENU_BAR_MENU_TEXT":"Metin","MENU_BAR_MENU_FONT":"Yazı Tipi","Editor menu bar":"Düzenleyici menü çubuğu","Please enter a valid color (e.g. \"ff0000\").":"Lütfen geçerli bir renk girin (ör. \"ff0000\").","Insert table":"Tablo Ekle","Header column":"Başlık kolonu","Insert column left":"Sola kolon ekle","Insert column right":"Sağa kolon ekle","Delete column":"Kolonu sil","Select column":"Kolon seç","Column":"Kolon","Header row":"Başlık satırı","Insert row below":"Alta satır ekle","Insert row above":"Üste satır ekle","Delete row":"Satırı sil","Select row":"Satır seç","Row":"Satır","Merge cell up":"Yukarı doğru birleştir","Merge cell right":"Sağa doğru birleştir","Merge cell down":"Aşağıya doğru birleştir","Merge cell left":"Sola doğru birleştir","Split cell vertically":"Hücreyi dikey böl","Split cell horizontally":"Hücreyi yatay böl","Merge cells":"Hücreleri birleştir","Table toolbar":"Tablo araç çubuğu","Table properties":"Tablo özellikleri","Cell properties":"Hücre özellikleri","Border":"Kenar","Style":"Stil","Width":"Genişlik","Height":"Yükseklik","Color":"Renk","Background":"Arkaplan","Padding":"İç boşluk","Dimensions":"Ölçüler","Table cell text alignment":"Tablo hücresi metin hizalaması","Alignment":"Hizalama","Horizontal text alignment toolbar":"Yatay metin hizalama araç çubuğu","Vertical text alignment toolbar":"Dikey metin hizalama araç çubuğu","Table alignment toolbar":"Tablo hizalama araç çubuğu","None":"Yok","Solid":"Dolu","Dotted":"Noktalı","Dashed":"Kesik çizgili","Double":"Çift","Groove":"Yiv","Ridge":"Yükselti","Inset":"İçe","Outset":"Dışarıya","Align cell text to the left":"Hücre içindeki metnini sola hizala","Align cell text to the center":"Hücre içindeki metnini ortaya hizalama","Align cell text to the right":"Hücre içindeki metnini sağa hizala","Justify cell text":"Hücre içindeki metini iki yana yasla","Align cell text to the top":"Hücre içindeki metni üste hizala","Align cell text to the middle":"Hücre içindeki metni ortaya hizala","Align cell text to the bottom":"Hücre içindeki metni alta hizala","Align table to the left":"Tabloyu sola hizala","Center table":"Tabloyu ortala","Align table to the right":"Tabloyu sağa hizala","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Geçersiz renk. \"#FF0000\" veya \"rgb(255,0,0)\" veya \"red\" deneyin.","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Geçersiz değer. \"10px\" veya \"2em\" veya sadece \"2\" deneyin.","Color picker":"Renk seçici","Enter table caption":"Tablo açıklaması gir","Keystrokes that can be used in a table cell":"Tablo hücresinde kullanılabilecek tuş vuruşları","Move the selection to the next cell":"Seçimi sonraki hücreye taşı","Move the selection to the previous cell":"Seçimi önceki hücreye taşı","Insert a new table row (when in the last cell of a table)":"Yeni bir tablo satırı ekle (tablonun son hücresindeyken)","Navigate through the table":"Tabloda gezin","Table":"Tablo","Styles":"Stiller","Multiple styles":"Birden fazla stil","Block styles":"Blok stilleri","Text styles":"Metin stilleri","Special characters":"Özel karakterler","All":"Tümü","Arrows":"Oklar","Currency":"Para Birimi","Latin":"Latince","Mathematical":"Matematiksel","Text":"Metin","leftwards simple arrow":"sola doğru basit ok","rightwards simple arrow":"sağa doğru basit ok","upwards simple arrow":"yukarı doğru basit ok","downwards simple arrow":"aşağı doğru basit ok","leftwards double arrow":"sola çift ok","rightwards double arrow":"sağa çift ok","upwards double arrow":"yukarı çift ok","downwards double arrow":"aşağı çift ok","leftwards dashed arrow":"sola kesik çizgili ok","rightwards dashed arrow":"sağa kesik çizgili ok","upwards dashed arrow":"yukarı doğru kesik ok","downwards dashed arrow":"aşağı doğru kesik ok","leftwards arrow to bar":"sola ok çubuğu","rightwards arrow to bar":"sağa ok çubuğu","upwards arrow to bar":"yukarı ok çubuğu","downwards arrow to bar":"aşağı ok çubuğu","up down arrow with base":"taban ile yukarı aşağı ok","back with leftwards arrow above":"geri sol ok yukarıda","end with leftwards arrow above":"sona sol ok yukarıda","on with exclamation mark with left right arrow above":"üzerinde sol sağ ok bulunan ünlem işaretiyle","soon with rightwards arrow above":"yakında sağ ok ile","top with upwards arrow above":"en üst yukarı oku","Dollar sign":"Dolar işareti","Euro sign":"Avro işareti","Yen sign":"Yen işareti","Pound sign":"Sterlin işareti","Cent sign":"Kuruş işareti","Euro-currency sign":"Avro para birimi simgesi","Colon sign":"İki nokta üst üste işareti","Cruzeiro sign":"Cruzeiro işareti","French franc sign":"Fransız Frangı işareti","Lira sign":"Lira işareti","Currency sign":"Para birimi işareti","Bitcoin sign":"Bitcoin işareti","Mill sign":"Mill işareti","Naira sign":"Naira işareti","Peseta sign":"Peseta işareti","Rupee sign":"Rupi işareti","Won sign":"Kazanılan işaret","New sheqel sign":"Yeni şekel işareti","Dong sign":"Dong işareti","Kip sign":"Kip işareti","Tugrik sign":"Tugrik işareti","Drachma sign":"Drahmisi işareti","German penny sign":"Alman kuruş işareti","Peso sign":"Peso işareti","Guarani sign":"Guarani işareti","Austral sign":"Austral işareti","Hryvnia sign":"Grivnası işareti","Cedi sign":"Cedi işareti","Livre tournois sign":"Livre tournois işareti","Spesmilo sign":"Spesmilo işareti","Tenge sign":"Tenge işareti","Indian rupee sign":"Hint Rupisi işareti","Turkish lira sign":"Türk Lirası işareti","Nordic mark sign":"İskandinav işareti","Manat sign":"Manat işareti","Ruble sign":"Ruble işareti","Latin capital letter a with macron":"Üstü çizili büyük a harfi","Latin small letter a with macron":"Üstü çizili küçük a harfi","Latin capital letter a with breve":"Üstü yuvarlak büyük a harfi","Latin small letter a with breve":"Üstü yuvarlak küçük a harfi","Latin capital letter a with ogonek":"Altı kuyruklu işaretli büyük a harfi","Latin small letter a with ogonek":"Altı kuyruklu işaretli küçük a harfi","Latin capital letter c with acute":"Üzeri tırnaklı büyük c harfi","Latin small letter c with acute":"Üzeri tırnaklı küçük c harfi","Latin capital letter c with circumflex":"Üzeri şapkalı büyük c harfi","Latin small letter c with circumflex":"Üzeri şapkalı küçük c harfi","Latin capital letter c with dot above":"Üstü noktalı büyük c harfi","Latin small letter c with dot above":"Üstü noktalı küçük c harfi","Latin capital letter c with caron":"Üstü ters şapkalı büyük c harfi","Latin small letter c with caron":"Üstü ters şapkalı küçük c harfi","Latin capital letter d with caron":"Üstü ters şapkalı büyük d harfi","Latin small letter d with caron":"Üstü ters şapkalı küçük d harfi","Latin capital letter d with stroke":"Ortası çizgili büyük d harfi","Latin small letter d with stroke":"Ortası çizgili küçük d harfi","Latin capital letter e with macron":"Üstü çizili büyük e harfi","Latin small letter e with macron":"Üstü çizili küçük e harfi","Latin capital letter e with breve":"Üstü ters şapkalı büyük e harfi","Latin small letter e with breve":"Üstü ters şapkalı küçük e harfi","Latin capital letter e with dot above":"Üstü noktalı büyük e harfi","Latin small letter e with dot above":"Üstü noktalı küçük e harfi","Latin capital letter e with ogonek":"Altı kuyruklu büyük e harfi","Latin small letter e with ogonek":"Altı kuyruklu küçük e harfi","Latin capital letter e with caron":"Üstü ters şapkalı büyük e harfi","Latin small letter e with caron":"Üstü ters şapkalı küçük e harfi","Latin capital letter g with circumflex":"Üzeri şapkalı büyük g harfi","Latin small letter g with circumflex":"Üzeri şapkalı küçük g harfi","Latin capital letter g with breve":"Üstü ters şapkalı büyük g harfi","Latin small letter g with breve":"Üstü ters şapkalı küçük g harfi","Latin capital letter g with dot above":"Üstü noktalı büyük g harfi","Latin small letter g with dot above":"Üstü noktalı küçük g harfi","Latin capital letter g with cedilla":"Altı kuyruklu büyük g harfi","Latin small letter g with cedilla":"Altı kuyruklu küçük g harfi","Latin capital letter h with circumflex":"Üzeri şapkalı büyük h harfi","Latin small letter h with circumflex":"Üzeri şapkalı küçük g harfi","Latin capital letter h with stroke":"Üst kısmı çizgili büyük h harfi","Latin small letter h with stroke":"Üst kısmı çizgili küçük h harfi","Latin capital letter i with tilde":"Üstü tilda işaretli büyük i harfi","Latin small letter i with tilde":"Üstü tilda işaretli küçük i harfi","Latin capital letter i with macron":"Üstü çizili büyük i harfi","Latin small letter i with macron":"Üstü çizili küçük i harfi","Latin capital letter i with breve":"Üstü ters şapkalı büyük i harfi","Latin small letter i with breve":"Üstü ters şapkalı küçük i harfi","Latin capital letter i with ogonek":"Altı kuyruklu büyük i harfi","Latin small letter i with ogonek":"Altı kuyruklu küçük i harfi","Latin capital letter i with dot above":"Üstü noktalı büyük i harfi","Latin small letter dotless i":"Noktası küçük i harfi","Latin capital ligature ij":"Büyük ij harfi","Latin small ligature ij":"Küçük ij harfi","Latin capital letter j with circumflex":"Üzeri şapkalı büyük j harfi","Latin small letter j with circumflex":"Üzeri şapkalı küçük j harfi","Latin capital letter k with cedilla":"Altı kuyruklu büyük k harfi","Latin small letter k with cedilla":"Altı kuyruklu küçük k harfi","Latin small letter kra":"Küçük küt k harfi","Latin capital letter l with acute":"Üzeri tırnaklı büyük L harfi","Latin small letter l with acute":"Üzeri tırnaklı küçük L harfi","Latin capital letter l with cedilla":"Altı kuyruklu büyük L harfi","Latin small letter l with cedilla":"Altı kuyruklu küçük L harfi","Latin capital letter l with caron":"Üstü ters şapkalı büyük L harfi","Latin small letter l with caron":"Üstü ters şapkalı küçük L harfi","Latin capital letter l with middle dot":"Ortası noktalı büyük L harfi","Latin small letter l with middle dot":"Ortası noktalı küçük L harfi","Latin capital letter l with stroke":"Üst kısmı çizgili büyük L harfi","Latin small letter l with stroke":"Üst kısmı çizgili küçük L harfi","Latin capital letter n with acute":"Üzeri tırnaklı büyük n harfi","Latin small letter n with acute":"Üzeri tırnaklı küçük n harfi","Latin capital letter n with cedilla":"Altı kuyruklu büyük n harfi","Latin small letter n with cedilla":"Altı kuyruklu küçük n harfi","Latin capital letter n with caron":"Üstü ters şapkalı büyük n harfi","Latin small letter n with caron":"Üstü ters şapkalı küçük n harfi","Latin small letter n preceded by apostrophe":"Önden apostrof küçük n harfi","Latin capital letter eng":"Alttan kuyruklu büyük n harfi","Latin small letter eng":"Alttan kuyruklu küçük n harfi","Latin capital letter o with macron":"Üstü çizili büyük o harfi","Latin small letter o with macron":"Üstü çizili küçük o harfi","Latin capital letter o with breve":"Üstü ters şapkalı büyük o harfi","Latin small letter o with breve":"Üstü ters şapkalı küçük o harfi","Latin capital letter o with double acute":"Üstü çift tırnaklı büyük o harfi","Latin small letter o with double acute":"Üstü çift tırnaklı küçük o harfi","Latin capital ligature oe":"Büyük yunan OE harfi","Latin small ligature oe":"Küçük yunan OE harfi","Latin capital letter r with acute":"Üzeri tırnaklı büyük r harfi","Latin small letter r with acute":"Üzeri tırnaklı küçük r harfi","Latin capital letter r with cedilla":"Altı kuyruklu büyük r harfi","Latin small letter r with cedilla":"Altı kuyruklu küçük r harfi","Latin capital letter r with caron":"Üstü ters şapkalı büyük r harfi","Latin small letter r with caron":"Üstü ters şapkalı küçük r harfi","Latin capital letter s with acute":"Üzeri tırnaklı büyük s harfi","Latin small letter s with acute":"Üzeri tırnaklı küçük s harfi","Latin capital letter s with circumflex":"Üzeri şapkalı büyük s harfi","Latin small letter s with circumflex":"Üzeri şapkalı küçük s harfi","Latin capital letter s with cedilla":"Altı kuyruklu büyük s harfi","Latin small letter s with cedilla":"Altı kuyruklu küçük s harfi","Latin capital letter s with caron":"Üstü ters şapkalı büyük s harfi","Latin small letter s with caron":"Üstü ters şapkalı küçük s harfi","Latin capital letter t with cedilla":"Altı kuyruklu büyük t harfi","Latin small letter t with cedilla":"Altı kuyruklu küçük t harfi","Latin capital letter t with caron":"Üstü ters şapkalı büyük t harfi","Latin small letter t with caron":"Üstü ters şapkalı küçük t harfi","Latin capital letter t with stroke":"Üst kısmı çizgili büyük t harfi","Latin small letter t with stroke":"Üst kısmı çizgili küçük t harfi","Latin capital letter u with tilde":"Üstü tildalı büyük u harfi","Latin small letter u with tilde":"Üstü tildalı küçük u harfi","Latin capital letter u with macron":"Üstü çizili büyük u harfi","Latin small letter u with macron":"Üstü çizili küçük u harfi","Latin capital letter u with breve":"Üstü ters şapkalı büyük u harfi","Latin small letter u with breve":"Üstü ters şapkalı küçük u harfi","Latin capital letter u with ring above":"Üstü derece işaretli büyük u harfi","Latin small letter u with ring above":"Üstü derece işaretli küçük u harfi","Latin capital letter u with double acute":"Üstü çift tırnaklı büyük u harfi","Latin small letter u with double acute":"Üstü çift tırnaklı küçük u harfi","Latin capital letter u with ogonek":"Altı kuyruklu büyük u harfi","Latin small letter u with ogonek":"Altı kuyruklu küçük u harfi","Latin capital letter w with circumflex":"Üzeri şapkalı büyük w harfi","Latin small letter w with circumflex":"Üzeri şapkalı küçük w harfi","Latin capital letter y with circumflex":"Üzeri şapkalı büyük y harfi","Latin small letter y with circumflex":"Üzeri şapkalı küçük y harfi","Latin capital letter y with diaeresis":"Üstü çift noktalı büyük y harfi","Latin capital letter z with acute":"Üzeri tırnaklı büyük z harfi","Latin small letter z with acute":"Üzeri tırnaklı küçük z harfi","Latin capital letter z with dot above":"Üstü noktalı büyük z harfi","Latin small letter z with dot above":"Üstü noktalı küçük z harfi","Latin capital letter z with caron":"Üstü ters şapkalı büyük z harfi","Latin small letter z with caron":"Üstü ters şapkalı küçük z harfi","Latin small letter long s":"Uzun küçük s harfi","Less-than sign":"Küçüktür işareti","Greater-than sign":"Büyüktür işareti","Less-than or equal to":"Küçük veya eşit","Greater-than or equal to":"Büyük veya eşit","En dash":"Çizgi","Em dash":"Uzun çizgi","Macron":"Uzatma işareti","Overline":"Üstü çizili","Degree sign":"Derece işareti","Minus sign":"Eksi işareti","Plus-minus sign":"Artı eksi işareti","Division sign":"Bölme işareti","Fraction slash":"Kesir eğik çizgi","Multiplication sign":"Çarpma işareti","Latin small letter f with hook":"Latince küçük f harfi","Integral":"İntegral","N-ary summation":"N-ary toplamı","Infinity":"Sonsuzluk","Square root":"Kare kök","Tilde operator":"Tilde operatörü","Approximately equal to":"Yaklaşık olarak eşit","Almost equal to":"Neredeyse eşit","Not equal to":"Eşit değil","Identical to":"Benzeri","Element of":"Öğesi","Not an element of":"Onun öğesi değil","Contains as member":"Üye olarak içerir","N-ary product":"N-ary ürünü","Logical and":"Mantıksal VE","Logical or":"Mantıksal VEYA","Not sign":"İmzalanmamış","Intersection":"Kesişim","Union":"Birleşik","Partial differential":"Kısmi diferansiyel","For all":"Hepsi için","There exists":"Var","Empty set":"Boş küme","Nabla":"Nabla","Asterisk operator":"Yıldız operatörü","Proportional to":"Orantılı","Angle":"Açı","Vulgar fraction one quarter":"Kaba kesir bir çeyrek","Vulgar fraction one half":"Kaba kesir bir buçuk","Vulgar fraction three quarters":"Kaba bölüm dörtte üç","Single left-pointing angle quotation mark":"Tek sola dönük açı tırnak işareti","Single right-pointing angle quotation mark":"Sağa bakan tek açılı tırnak işareti","Left-pointing double angle quotation mark":"Sola dönük çift açılı tırnak işareti","Right-pointing double angle quotation mark":"Sağa bakan çift açılı tırnak işareti","Left single quotation mark":"Sol tek tırnak işareti","Right single quotation mark":"Sağ tek tırnak işareti","Left double quotation mark":"Sol çift tırnak işareti","Right double quotation mark":"Sağ çift tırnak işareti","Single low-9 quotation mark":"Tek düşük 9 tırnak işareti","Double low-9 quotation mark":"Çift düşük 9 tırnak işareti","Inverted exclamation mark":"Ters ünlem işareti","Inverted question mark":"Ters soru işareti","Two dot leader":"Öncelikli iki nokta","Horizontal ellipsis":"Yatay elips","Double dagger":"Çift hançer","Per mille sign":"Bin işareti için","Per ten thousand sign":"Her on bine göre işareti","Double exclamation mark":"Çift ünlem işareti","Question exclamation mark":"Soru ünlem işareti","Exclamation question mark":"Ünlem soru işareti","Double question mark":"Çift soru işareti","Copyright sign":"Telif hakkı işareti","Registered sign":"Kayıtlı işareti","Trade mark sign":"Ticari marka işareti","Section sign":"Bölüm işareti","Paragraph sign":"Paragraf işareti","Reversed paragraph sign":"Ters paragraf işareti","Character categories":"Karakter kategorileri","Source":"Kaynak","Show source":"Kaynağı göster","Show blocks":"Blokları göster","Select all":"Hepsini seç","Disable editing":"Düzenlemeyi devre dışı bırak","Enable editing":"Düzenlemeyi etkinleştir","Previous editable region":"Önceki düzenlenebilir alan","Next editable region":"Sonraki düzenlenebilir alan","Navigate editable regions":"Düzenlenebilir alanlara git","Remove Format":"Biçimlendirmeyi Kaldır","Page break":"Sayfa sonu","media widget":"medya aracı","Media URL":"Medya URL'si","Paste the media URL in the input.":"Medya URL'siini metin kutusuna yapıştırınız.","Tip: Paste the URL into the content to embed faster.":"İpucu: İçeriği daha hızlı yerleştirmek için URL'yi yapıştırın.","The URL must not be empty.":"URL boş olamaz.","This media URL is not supported.":"Desteklenmeyen Medya URL'si.","Insert media":"Medya Ekle","Media toolbar":"Medya araç çubuğu","Open media in new tab":"Medyayı yeni sekmede aç","Numbered List":"Numaralı Liste","Bulleted List":"Simgeli Liste","To-do List":"Yapılacaklar Listesi","Bulleted list styles toolbar":"Madde işaretli liste stilleri araç çubuğu","Numbered list styles toolbar":"Numaralandırılmış liste stilleri araç çubuğu","Toggle the disc list style":"Disk liste stilini değiştir","Toggle the circle list style":"Çember liste stilini değiştir","Toggle the square list style":"Kare liste stilini değiştir","Toggle the decimal list style":"Ondalık liste stilini değiştir","Toggle the decimal with leading zero list style":"0'la başlayan ondalık liste stilini değiştir","Toggle the lower–roman list style":"Küçük Roma rakamları liste stilini değiştir","Toggle the upper–roman list style":"Büyük Roma rakamları liste stilini değiştir","Toggle the lower–latin list style":"Küçük Latin harfleri liste stilini değiştir","Toggle the upper–latin list style":"Büyük Latin harfleri liste stilini değiştir","Disc":"Disk","Circle":"Çember","Square":"Kare","Decimal":"Ondalık","Decimal with leading zero":"0'la başlayan ondalık","Lower–roman":"Küçük Roma rakamları","Upper-roman":"Büyük Roma rakamları","Lower-latin":"Küçük Latin harfleri","Upper-latin":"Büyük Latin harfleri","List properties":"Liste özellikleri","Start at":"Şununla başla","Invalid start index value.":"Geçersiz başlangıç ​​dizini değeri.","Start index must be greater than 0.":"Başlangıç dizini 0'dan büyük olmalıdır.","Reversed order":"Ters sıralama","Keystrokes that can be used in a list":"Listedeki kullanılabilecek tuş vuruşları","Increase list item indent":"Liste ögesi girintisini artır","Decrease list item indent":"Liste ögesi girintisini azalt","Entering a to-do list":"Yapılacaklar listesi girmek","Leaving a to-do list":"Yapılacaklar listesinden ayrılma","Unlink":"Bağlantıyı kaldır","Link":"Bağlantı","Link URL":"Bağlantı Adresi","Link URL must not be empty.":"Bağlantı URL'si boş olmamalıdır.","Link image":"Resim bağlantısı","Edit link":"Bağlantıyı değiştir","Open link in new tab":"Yeni sekmede aç","This link has no URL":"Bağlantı adresi yok","Open in a new tab":"Yeni sekmede aç","Downloadable":"İndirilebilir","Create link":"Bağlantı oluştur","Move out of a link":"Bir bağlantıdan çık","Language":"Dil","Choose language":"Dil seç","Remove language":"Dili kaldır","Increase indent":"Girintiyi arttır","Decrease indent":"Girintiyi azalt","image widget":"resim aracı","Wrap text":"Metni kaydır","Break text":"Metni böl","In line":"Aynı hizada","Side image":"Yan Görsel","Full size image":"Tam Boyut Görsel","Left aligned image":"Sola hizalı görsel","Centered image":"Ortalanmış görsel","Right aligned image":"Sağa hizalı görsel","Change image text alternative":"Görsel alternatif yazısını değiştir","Text alternative":"Yazı alternatifi","Enter image caption":"Resim açıklaması gir","Insert image":"Görsel Ekle","Replace image":"Resmi değiştir","Upload from computer":"Bilgisayardan yükle","Replace from computer":"Bilgisayardan değiştir","Upload image from computer":"Bilgisayardan görüntü yükle","Image from computer":"Bilgisayardan görüntü","Replace image from computer":"Görüntüyü bilgisayardan değiştir","Upload failed":"Yükleme başarsız","Image toolbar":"Resim araç çubuğu","Resize image":"Resmi boyutlandır","Resize image to %0":"Resmi %0 ölçülerine boyutlandır","Resize image to the original size":"Resmi orijinal büyüklüğüne al","Resize image (in %0)":"Resmi yeniden boyutlandır (%0 olarak)","Original":"Orijinal","Custom image size":"Özel resim boyutu","Custom":"Özel","Image resize list":"Resim yeniden boyutlandırma listesi","Insert":"Ekle","Update":"Güncelle","Insert image via URL":"URL ile görüntü ekle","Update image URL":"Görüntü URL'sini güncelle","Caption for the image":"Resim için başlık","Caption for image: %0":"Resim için başlık: %0","The value must not be empty.":"Değer boş olmamalıdır.","The value should be a plain number.":"Değer düz bir sayı olmalıdır.","Uploading image":"Resim yükleniyor","Image upload complete":"Resim yüklemesi tamamlandı","Error during image upload":"Resim yükleme sırasında hata oluştu","HTML object":"HTML nesnesi","Insert HTML":"HTML ekle","HTML snippet":"HTML snippet'i","Paste raw HTML here...":"Ham HTML'yi buraya yapıştırın...","Edit source":"Kaynağı düzenle","Save changes":"Değişiklikleri kaydet","No preview available":"Önizleme yok","Empty snippet content":"Snippet içeriği boş","Horizontal line":"Yatay çiizgi","Yellow marker":"Sarı işaretleyici","Green marker":"Yeşil işaretleyici","Pink marker":"Pembe işaretleyici","Blue marker":"Mavi işaretleyici","Red pen":"Kırmızı kalem","Green pen":"Yeşik kalem","Remove highlight":"Vurgulamayı temizle","Highlight":"Vurgu","Text highlight toolbar":"Yazı Vurgulama Araç Çubuğu","Paragraph":"Paragraf","Heading":"Başlık","Choose heading":"Başlık tipi seç","Heading 1":"1. Seviye Başlık","Heading 2":"2. Seviye Başlık","Heading 3":"3. Seviye Başlık","Heading 4":"4. Seviye Başlık","Heading 5":"5. Seviye Başlık","Heading 6":"6. Seviye Başlık","Type your title":"Başlığınızı yazınız","Type or paste your content here.":"İçeriğinizi buraya yapıştırın yada yazın.","Font Size":"Yazı Boyutu","Tiny":"Çok Küçük","Small":"Küçük","Big":"Büyük","Huge":"Çok Büyük","Font Family":"Yazı Tipi Ailesi","Default":"Varsayılan","Font Color":"Yazı Tipi Rengi","Font Background Color":"Yazı Tipi Arkaplan Rengi","Document colors":"Belge Rengi","Find and replace":"Bul ve değiştir","Find in text…":"Metinde bul...","Find":"Bul","Previous result":"Önceki sonuç","Next result":"Sonraki sonuç","Replace":"Değiştir","Replace all":"Hepsini değiştir","Match case":"Büyük küçük harfe duyarlı","Whole words only":"Sadece bütün kelimeler","Replace with…":"Şununla değiştir...","Text to find must not be empty.":"Bulunacak metin boş bırakılmamalıdır.","Tip: Find some text first in order to replace it.":"İpucu: Değiştirmek için önce bir metin bul.","Advanced options":"Gelişmiş seçenekler","Find in the document":"Belgede bul","Insert a soft break (a <code>&lt;br&gt;</code> element)":"Değişebilir sayfa sonu ekle (bir <code><br></code> ögesi)","Insert a hard break (a new paragraph)":"Değişmez sayfa sonu ekle (yeni bir paragraf)","Cancel":"İptal","Clear":"Temizle","Remove color":"Rengi Sil","Restore default":"Varsayılanı geri yükle","Save":"Kaydet","Show more items":"Daha fazla öğe göster","%0 of %1":"%0/%1","Cannot upload file:":"Dosya yüklenemedi:","Rich Text Editor. Editing area: %0":"Zengin Metin Editörü.Düzenleme alanı: %0","Insert with file manager":"Dosya yöneticisiyle ekle","Replace with file manager":"Dosya yöneticisiyle değiştirin","Insert image with file manager":"Dosya yöneticisiyle görüntü ekleyin","Replace image with file manager":"Resmi dosya yöneticisiyle değiştir","Toggle caption off":"Açıklamayı kapat","Toggle caption on":"Açıklamayı aç","Content editing keystrokes":"İçerik düzenleme tuş vuruşları","These keyboard shortcuts allow for quick access to content editing features.":"Bu klavye kısayolları içerik düzenleme özelliklerine hızlı erişim sağlar.","User interface and content navigation keystrokes":"Kullanıcı arayüzü ve içerik gezinme tuş vuruşları","Use the following keystrokes for more efficient navigation in the CKEditor 5 user interface.":"CKEditor 5 kullanıcı arayüzünde daha etkili gezinti için aşağıdaki tuş vuruşlarını kullanın.","Close contextual balloons, dropdowns, and dialogs":"Bağlamsal balonları, açılır menüleri ve iletişim kutularını kapat","Open the accessibility help dialog":"Erişilebilirlik yardımı iletişim kutusunu aç","Move focus between form fields (inputs, buttons, etc.)":"Odağı, form alanları (girdiler, düğmeler vb.) arasında taşı","Move focus to the menu bar, navigate between menu bars":"Odağı menü çubuğuna taşıyın, menü çubukları arasında gezinin","Move focus to the toolbar, navigate between toolbars":"Odağı araç çubuğuna taşı, araç çubukları arasında gezin","Navigate through the toolbar or menu bar":"Araç çubuğu veya menü çubuğunda gezinme","Execute the currently focused button. Executing buttons that interact with the editor content moves the focus back to the content.":"O anda odaklanılan düğmeyi çalıştırın. Düzenleyici içeriğiyle etkileşime giren düğmelerin çalıştırılması, odağı içeriğe geri taşır.","Accept":"Kabul et","Insert code block":"Kod bloğu ekle","Plain text":"Düz metin","Leaving %0 code snippet":"%0 kod parçacığından ayrılınıyor","Entering %0 code snippet":"%0 kod parçacığına girmek","Entering code snippet":"Kod parçacığına girmek","Leaving code snippet":"Kod parçacığından ayrılma","Code block":"Kod bloku","Copy selected content":"Seçilen içeriği kopyala","Paste content":"İçeriği yapıştır","Paste content as plain text":"İçeriği düz metin olarak yapıştır","Insert image or file":"Resim veya dosya ekleyin","Image or file":"Görüntü veya dosya","Could not obtain resized image URL.":"Yeniden boyutlandırılmış resim URL’si alınamadı","Selecting resized image failed":"Yeniden boyutlandırılan resim seçilemedi","Could not insert image at the current position.":"Resim mevcut konumda eklenemedi.","Inserting image failed":"Resim eklenemedi","Open file manager":"Dosya yöneticisini aç","Cannot determine a category for the uploaded file.":"Yüklenen dosya için bir kategori belirlenemiyor.","Cannot access default workspace.":"Varsayılan çalışma alanına erişilemiyor.","Edit image":"Görüntüyü düzenle","Processing the edited image.":"Düzenlenen görüntü işleniyor.","Server failed to process the image.":"Sunucu görüntüyü işlemede başarısız oldu.","Failed to determine category of edited image.":"Düzenlenen görselin kategorisinin belirlenmesi başarısız oldu.","Block quote":"Alıntı","Bold":"Kalın","Italic":"İtalik","Underline":"Altı Çizgili","Code":"Kod","Strikethrough":"Üstü çizili","Subscript":"Alt Simge","Superscript":"Üst Simge","Italic text":"İtalik metin","Move out of an inline code style":"Satır içi kod stilinden çık","Bold text":"Kalın yazı","Underline text":"Metnin altını çiz","Strikethrough text":"Metnin üstünü çiz","Saving changes":"Değişiklikler Kaydediliyor","Revert autoformatting action":"Otomatik biçimlendirme işlemini geri al","Align left":"Sola hizala","Align right":"Sağa hizala","Align center":"Ortala","Justify":"İki yana yasla","Text alignment":"Yazı hizalama","Text alignment toolbar":"Yazı Hizlama Araç Çubuğu"},getPluralForm(n){return (n > 1);}}};
8
+ e[ 'tr' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'tr' ].dictionary = Object.assign( e[ 'tr' ].dictionary, dictionary );
10
+ e[ 'tr' ].getPluralForm = getPluralForm;
11
+ } )( window.CKEDITOR_TRANSLATIONS ||= {} );
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ import type { Translations } from '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 {"tt":{"dictionary":{"Undo":"","Redo":"Кабатла","Rich Text Editor":"","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":"","Header column":"","Insert column left":"","Insert column right":"","Delete column":"","Select column":"","Column":"","Header row":"","Insert row below":"","Insert row above":"","Delete row":"","Select row":"","Row":"","Merge cell up":"","Merge cell right":"","Merge cell down":"","Merge cell left":"","Split cell vertically":"","Split cell horizontally":"","Merge cells":"","Table toolbar":"","Table properties":"","Cell properties":"","Border":"","Style":"","Width":"","Height":"","Color":"Төс","Background":"","Padding":"","Dimensions":"","Table cell text alignment":"","Alignment":"","Horizontal text alignment toolbar":"","Vertical text alignment toolbar":"","Table alignment toolbar":"","None":"","Solid":"","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":"","Bulleted List":"","To-do List":"","Bulleted list styles toolbar":"","Numbered list styles toolbar":"","Toggle the disc list style":"","Toggle the circle list style":"","Toggle the square list style":"","Toggle the decimal list style":"","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":"","Link":"Сылтама","Link URL":"","Link URL must not be empty.":"","Link image":"","Edit link":"","Open link in new tab":"","This link has no URL":"","Open in a new tab":"","Downloadable":"","Create link":"","Move out of a link":"","Language":"Тел","Choose language":"","Remove language":"","image widget":"","Wrap text":"","Break text":"","In line":"","Side image":"","Full size image":"","Left aligned image":"","Centered image":"","Right aligned image":"","Change image text alternative":"","Text alternative":"","Enter image caption":"","Insert image":"","Replace image":"","Upload from computer":"","Replace from computer":"","Upload image from computer":"","Image from computer":"","Replace image from computer":"","Upload failed":"","Image toolbar":"","Resize image":"","Resize image to %0":"","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":"","Find and replace":"","Find in text…":"Текстта таб...","Find":"Таб","Previous result":"","Next result":"","Replace":"","Replace all":"","Match case":"","Whole words only":"","Replace with…":"","Text to find must not be empty.":"","Tip: Find some text first in order to replace it.":"","Advanced options":"","Find in the document":"","Cancel":"Баш тарт","Clear":"","Remove color":"","Restore default":"","Save":"Сакла","Show more items":"","%0 of %1":"","Cannot upload file:":"","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":"","Bold":"Калын","Italic":"","Underline":"","Code":"Код","Strikethrough":"","Subscript":"","Superscript":"","Italic text":"","Move out of an inline code style":"","Bold text":"","Underline text":"","Strikethrough text":"","Saving changes":"Үзгәрешләрне саклау"},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 { [ 'tt' ]: { dictionary, getPluralForm } } = {"tt":{"dictionary":{"Undo":"","Redo":"Кабатла","Rich Text Editor":"","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":"","Header column":"","Insert column left":"","Insert column right":"","Delete column":"","Select column":"","Column":"","Header row":"","Insert row below":"","Insert row above":"","Delete row":"","Select row":"","Row":"","Merge cell up":"","Merge cell right":"","Merge cell down":"","Merge cell left":"","Split cell vertically":"","Split cell horizontally":"","Merge cells":"","Table toolbar":"","Table properties":"","Cell properties":"","Border":"","Style":"","Width":"","Height":"","Color":"Төс","Background":"","Padding":"","Dimensions":"","Table cell text alignment":"","Alignment":"","Horizontal text alignment toolbar":"","Vertical text alignment toolbar":"","Table alignment toolbar":"","None":"","Solid":"","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":"","Bulleted List":"","To-do List":"","Bulleted list styles toolbar":"","Numbered list styles toolbar":"","Toggle the disc list style":"","Toggle the circle list style":"","Toggle the square list style":"","Toggle the decimal list style":"","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":"","Link":"Сылтама","Link URL":"","Link URL must not be empty.":"","Link image":"","Edit link":"","Open link in new tab":"","This link has no URL":"","Open in a new tab":"","Downloadable":"","Create link":"","Move out of a link":"","Language":"Тел","Choose language":"","Remove language":"","image widget":"","Wrap text":"","Break text":"","In line":"","Side image":"","Full size image":"","Left aligned image":"","Centered image":"","Right aligned image":"","Change image text alternative":"","Text alternative":"","Enter image caption":"","Insert image":"","Replace image":"","Upload from computer":"","Replace from computer":"","Upload image from computer":"","Image from computer":"","Replace image from computer":"","Upload failed":"","Image toolbar":"","Resize image":"","Resize image to %0":"","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":"","Find and replace":"","Find in text…":"Текстта таб...","Find":"Таб","Previous result":"","Next result":"","Replace":"","Replace all":"","Match case":"","Whole words only":"","Replace with…":"","Text to find must not be empty.":"","Tip: Find some text first in order to replace it.":"","Advanced options":"","Find in the document":"","Cancel":"Баш тарт","Clear":"","Remove color":"","Restore default":"","Save":"Сакла","Show more items":"","%0 of %1":"","Cannot upload file:":"","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":"","Bold":"Калын","Italic":"","Underline":"","Code":"Код","Strikethrough":"","Subscript":"","Superscript":"","Italic text":"","Move out of an inline code style":"","Bold text":"","Underline text":"","Strikethrough text":"","Saving changes":"Үзгәрешләрне саклау"},getPluralForm(n){return 0;}}};
8
+ e[ 'tt' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'tt' ].dictionary = Object.assign( e[ 'tt' ].dictionary, dictionary );
10
+ e[ 'tt' ].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 {"ug":{"dictionary":{"Words: %0":"سۆز: %0","Characters: %0":"ھەرپ: %0","Upload in progress":"يۈكلىنىۋاتىدۇ","Undo":"يېنىۋېلىش","Redo":"تەكرارلاش","Rich Text Editor":"تېكىست تەھرىرلىگۈچ","Editor editing area: %0":"تەھرىرلىگۈچ تەھرىرلەش رايونى: %0","Edit block":"بۆلەك تەھرىر","Click to edit block":"چېكىلسە بۆلەك تەھرىرلىنىدۇ","Drag to move":"يۆتكەشتە سۆرىلىدۇ","Next":"كېيىنكى","Previous":"ئالدىنقى","Editor toolbar":"تەھرىرلىگۈچ قورال بالداق","Dropdown toolbar":"سىرىلما قورال بالداق","Black":"قارا","Dim grey":"سۇس كۈلرەڭ","Grey":"كۈلرەڭ","Light grey":"ئوچۇق كۈلرەڭ","White":"ئاق","Red":"قىزىل","Orange":"قىزغۇچ سېرىق","Yellow":"سېرىق","Light green":"ئوچۇق يېشىل","Green":"يېشىل","Aquamarine":"دېڭىز كۆكى","Turquoise":"","Light blue":"ئوچۇق كۆك","Blue":"كۆك","Purple":"بىنەپشە","Editor block content toolbar":"تەھرىرلىگۈچ بۆلىكى مەزمۇن قورال بالداق","Editor contextual toolbar":"تەھرىرلىگۈچ مەزمۇن قورال بالداق","HEX":"","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":"جەدۋەل قىستۇر","Header column":"","Insert column left":"","Insert column right":"","Delete column":"","Select column":"","Column":"","Header row":"","Insert row below":"","Insert row above":"","Delete row":"","Select row":"","Row":"","Merge cell up":"","Merge cell right":"","Merge cell down":"","Merge cell left":"","Split cell vertically":"","Split cell horizontally":"","Merge cells":"","Table toolbar":"","Table properties":"","Cell properties":"","Border":"","Style":"","Width":"","Height":"","Color":"","Background":"","Padding":"","Dimensions":"","Table cell text alignment":"","Alignment":"","Horizontal text alignment toolbar":"","Vertical text alignment toolbar":"","Table alignment toolbar":"","None":"","Solid":"","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":"","Styles":"ئۇسلۇب","Multiple styles":"كۆپ ئۇسلۇب","Block styles":"بۆلەك ئۇسلۇبى","Text styles":"تېكىست ئۇسلۇبى","Source":"مەنبە","Show source":"","Show blocks":"بۆلەكلەرنى كۆرسەت","Select all":"ھەممىنى تاللا","Remove Format":"پىچىمنى چىقىرىۋەت","Page break":"بەت ئايرىش بەلگىسى","Numbered List":"نومۇرلۇق تىزىملىك","Bulleted List":"بەلگە تىزىملىك","To-do List":"ئىش تىزىمى","Bulleted list styles toolbar":"تۈر بەلگە تىزىمى ئۇسلۇبىدىكى قورال بالداق","Numbered list styles toolbar":"تۈر نومۇرى تىزىمى ئۇسلۇبىدىكى قورال بالداق","Toggle the disc list style":"ئۇيۇل چەمبەر تىزىم ئۇسلۇبىغا ئالماشتۇر","Toggle the circle list style":"بوش چەمبەر تىزىم ئۇسلۇبىغا ئالماشتۇر","Toggle the square list style":"ئۇيۇل كۋادرات تىزىم ئۇسلۇبىغا ئالماشتۇر","Toggle the decimal list style":"ئونلۇق سان تىزىم ئۇسلۇبىغا ئالماشتۇر","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":"ئۇلانمىنى ئۈزۈش","Link":"ئۇلانما","Link URL":"ئۇلاش ئادىرسى","Link URL must not be empty.":"","Link image":"ئۇلانما سۈرەت","Edit link":"ئۇلانما تەھرىر","Open link in new tab":"ئۇلانمىنى يېڭى بەتكۈچتە ئاچ","This link has no URL":"بۇ ئۇلانمىنىڭ تور ئادرېسى يوق","Open in a new tab":"يېڭى بەتكۈچتە ئاچ","Downloadable":"چۈشۈرۈشچان","Create link":"","Move out of a link":"","Language":"تىل","Choose language":"تىل تاللاش","Remove language":"تىلنى چىقىرىۋەت","Increase indent":"تارايتىشنى ئاشۇر","Decrease indent":"تارايتىشنى كېمەيت","image widget":"رەسىمچىك","Wrap text":"","Break text":"","In line":"","Side image":"يان رەسىم","Full size image":"ئەسلى چوڭلۇقتىكى رەسىم","Left aligned image":"سولغا توغۇرلانغان رەسىم","Centered image":"ئوتتۇردىكى رەسىم","Right aligned image":"ئوڭغا توغۇرلانغان رەسىم","Change image text alternative":"رەسىملىك تېكىست تاللىغۇچنى ئۆزگەرتىش","Text alternative":"تېكىست ئاملاشتۇرۇش","Enter image caption":"رەسىمنىڭ تېمىسىنى كىرگۈزۈڭ","Insert image":"رەسىم قىستۇرۇش","Replace image":"","Upload from computer":"","Replace from computer":"","Upload image from computer":"","Image from computer":"","Replace image from computer":"","Upload failed":"چىقىرىش مەغلۇپ بولدى","Image toolbar":"","Resize image":"","Resize image to %0":"","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":"","HTML object":"HTML جىسىم","Horizontal line":"توغرىسىغا سىزىق","Paragraph":"ئابزاس","Heading":"ماۋزۇ","Choose heading":"ماۋزۇ تاللاش","Heading 1":"ماۋزۇ 1","Heading 2":"ماۋزۇ 2","Heading 3":"ماۋزۇ 3","Heading 4":"ماۋزۇ 4","Heading 5":"ماۋزۇ 5","Heading 6":"ماۋزۇ 6","Type your title":"ماۋزۇ كىرگۈزۈلىدۇ","Type or paste your content here.":"مەزمۇن بۇ جايغا كىرگۈزۈلىدۇ ياكى چاپلىنىدۇ.","Font Size":"خەت چوڭلۇقى","Tiny":"ئەڭ كىچىك","Small":"كىچىك","Big":"چوڭ","Huge":"زور","Font Family":"خەت نۇسخىسى","Default":"سۈكۈتتىكى","Font Color":"خەت رەڭگى","Font Background Color":"خەت تەگلىك رەڭگى","Document colors":"پۈتۈك رەڭگى","Find and replace":"ئىزدە ۋە ئالماشتۇر","Find in text…":"تېكىستتىن ئىزدە…","Find":"ئىزدە","Previous result":"ئالدىنقى نەتىجە","Next result":"كېيىنكى نەتىجە","Replace":"ئالماشتۇر","Replace all":"ھەممىنى ئالماشتۇر","Match case":"چوڭ كىچىك ھەرپنى پەرقلەندۈر","Whole words only":"سۆزلا","Replace with…":"ئالماشتۇرۇلۇدىغىنى…","Text to find must not be empty.":"ئىزدەيدىغان تېكىست بوش قالدۇرۇلمايدۇ.","Tip: Find some text first in order to replace it.":"ئەسكەرتىش: ئاۋال ئىزدەپ ئاندىن ئالماشتۇرىدۇ.","Advanced options":"","Find in the document":"","Cancel":"ۋاز كەچ","Clear":"تازىلا","Remove color":"رەڭنى چىقىرىۋەت","Restore default":"كۆڭۈلدىكىگە قايتۇر","Save":"ساقلا","Show more items":"تېخىمۇ كۆپ تۈرنى كۆرسەت","%0 of %1":"%0 / %1","Cannot upload file:":"يۈكلەشكە بولمايدىغان ھۆججەت:","Rich Text Editor. Editing area: %0":"مول تېكىست تەھرىرلىگۈچ. تەھرىرلەش رايونى: %0","Insert with file manager":"","Replace with file manager":"","Insert image with file manager":"","Replace image with file manager":"","Toggle caption off":"","Toggle caption on":"","Content editing keystrokes":"","These keyboard shortcuts allow for quick access to content editing features.":"","User interface and content navigation keystrokes":"","Use the following keystrokes for more efficient navigation in the CKEditor 5 user interface.":"","Close contextual balloons, dropdowns, and dialogs":"","Open the accessibility help dialog":"","Move focus between form fields (inputs, buttons, etc.)":"","Move focus to the menu bar, navigate between menu bars":"","Move focus to the toolbar, navigate between toolbars":"","Navigate through the toolbar or menu bar":"","Execute the currently focused button. Executing buttons that interact with the editor content moves the focus back to the content.":"","Accept":"قوشۇل","Insert code block":"كود بۆلىكى قىستۇر","Plain text":"ساپ تېكىست","Leaving %0 code snippet":"","Entering %0 code snippet":"","Entering code snippet":"","Leaving code snippet":"","Code block":"","Insert image or file":"رەسىم ياكى ھۆججەت قىستۇر","Image or file":"","Could not obtain resized image URL.":"چوڭلۇقى تەڭشەلگەن سۈرەتنىڭ تور ئادرېسىغا ئېرىشەلمىدى","Selecting resized image failed":"چوڭلۇقى تەڭشەلگن سۈرەتنى تاللىيالمىدى","Could not insert image at the current position.":"نۆۋەتتە ئورۇنغا سۈرەتنى قىستۇرالمايدۇ.","Inserting image failed":"سۈرەت قىستۇرالمىدى","Open file manager":"ھۆججەت باشقۇرغۇچنى ئاچ","Cannot determine a category for the uploaded file.":"يۈكلەيدىغان ھۆججەتنىڭ تۈرىنى جەزملىيەلمىدى.","Cannot access default workspace.":"كۆڭۈلدىكى خىزمەت بوشلۇقىنى زىيارەت قىلالمايدۇ","Edit image":"","Processing the edited image.":"","Server failed to process the image.":"","Failed to determine category of edited image.":"","Block quote":"نەقىل","Bold":"توم","Italic":"يانتۇ","Underline":"ئاستى سىزىق","Code":"كود","Strikethrough":"ئۆچۈرۈش سىزىقى","Subscript":"ئاستبەلگە","Superscript":"ئۈستبەلگە","Italic text":"","Move out of an inline code style":"","Bold text":"","Underline text":"","Strikethrough text":"","Saving changes":"ئۆزگەرتىشلەرنى ساقلاش","Align left":"سولغا توغرىلاش","Align right":"ئوڭغا توغرىلاش","Align center":"ئوتتۇرىغا توغرىلاش","Justify":"ئوڭ سولدىن توغرىلا","Text alignment":"تېكىست توغرىلاش","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 { [ 'ug' ]: { dictionary, getPluralForm } } = {"ug":{"dictionary":{"Words: %0":"سۆز: %0","Characters: %0":"ھەرپ: %0","Upload in progress":"يۈكلىنىۋاتىدۇ","Undo":"يېنىۋېلىش","Redo":"تەكرارلاش","Rich Text Editor":"تېكىست تەھرىرلىگۈچ","Editor editing area: %0":"تەھرىرلىگۈچ تەھرىرلەش رايونى: %0","Edit block":"بۆلەك تەھرىر","Click to edit block":"چېكىلسە بۆلەك تەھرىرلىنىدۇ","Drag to move":"يۆتكەشتە سۆرىلىدۇ","Next":"كېيىنكى","Previous":"ئالدىنقى","Editor toolbar":"تەھرىرلىگۈچ قورال بالداق","Dropdown toolbar":"سىرىلما قورال بالداق","Black":"قارا","Dim grey":"سۇس كۈلرەڭ","Grey":"كۈلرەڭ","Light grey":"ئوچۇق كۈلرەڭ","White":"ئاق","Red":"قىزىل","Orange":"قىزغۇچ سېرىق","Yellow":"سېرىق","Light green":"ئوچۇق يېشىل","Green":"يېشىل","Aquamarine":"دېڭىز كۆكى","Turquoise":"","Light blue":"ئوچۇق كۆك","Blue":"كۆك","Purple":"بىنەپشە","Editor block content toolbar":"تەھرىرلىگۈچ بۆلىكى مەزمۇن قورال بالداق","Editor contextual toolbar":"تەھرىرلىگۈچ مەزمۇن قورال بالداق","HEX":"","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":"جەدۋەل قىستۇر","Header column":"","Insert column left":"","Insert column right":"","Delete column":"","Select column":"","Column":"","Header row":"","Insert row below":"","Insert row above":"","Delete row":"","Select row":"","Row":"","Merge cell up":"","Merge cell right":"","Merge cell down":"","Merge cell left":"","Split cell vertically":"","Split cell horizontally":"","Merge cells":"","Table toolbar":"","Table properties":"","Cell properties":"","Border":"","Style":"","Width":"","Height":"","Color":"","Background":"","Padding":"","Dimensions":"","Table cell text alignment":"","Alignment":"","Horizontal text alignment toolbar":"","Vertical text alignment toolbar":"","Table alignment toolbar":"","None":"","Solid":"","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":"","Styles":"ئۇسلۇب","Multiple styles":"كۆپ ئۇسلۇب","Block styles":"بۆلەك ئۇسلۇبى","Text styles":"تېكىست ئۇسلۇبى","Source":"مەنبە","Show source":"","Show blocks":"بۆلەكلەرنى كۆرسەت","Select all":"ھەممىنى تاللا","Remove Format":"پىچىمنى چىقىرىۋەت","Page break":"بەت ئايرىش بەلگىسى","Numbered List":"نومۇرلۇق تىزىملىك","Bulleted List":"بەلگە تىزىملىك","To-do List":"ئىش تىزىمى","Bulleted list styles toolbar":"تۈر بەلگە تىزىمى ئۇسلۇبىدىكى قورال بالداق","Numbered list styles toolbar":"تۈر نومۇرى تىزىمى ئۇسلۇبىدىكى قورال بالداق","Toggle the disc list style":"ئۇيۇل چەمبەر تىزىم ئۇسلۇبىغا ئالماشتۇر","Toggle the circle list style":"بوش چەمبەر تىزىم ئۇسلۇبىغا ئالماشتۇر","Toggle the square list style":"ئۇيۇل كۋادرات تىزىم ئۇسلۇبىغا ئالماشتۇر","Toggle the decimal list style":"ئونلۇق سان تىزىم ئۇسلۇبىغا ئالماشتۇر","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":"ئۇلانمىنى ئۈزۈش","Link":"ئۇلانما","Link URL":"ئۇلاش ئادىرسى","Link URL must not be empty.":"","Link image":"ئۇلانما سۈرەت","Edit link":"ئۇلانما تەھرىر","Open link in new tab":"ئۇلانمىنى يېڭى بەتكۈچتە ئاچ","This link has no URL":"بۇ ئۇلانمىنىڭ تور ئادرېسى يوق","Open in a new tab":"يېڭى بەتكۈچتە ئاچ","Downloadable":"چۈشۈرۈشچان","Create link":"","Move out of a link":"","Language":"تىل","Choose language":"تىل تاللاش","Remove language":"تىلنى چىقىرىۋەت","Increase indent":"تارايتىشنى ئاشۇر","Decrease indent":"تارايتىشنى كېمەيت","image widget":"رەسىمچىك","Wrap text":"","Break text":"","In line":"","Side image":"يان رەسىم","Full size image":"ئەسلى چوڭلۇقتىكى رەسىم","Left aligned image":"سولغا توغۇرلانغان رەسىم","Centered image":"ئوتتۇردىكى رەسىم","Right aligned image":"ئوڭغا توغۇرلانغان رەسىم","Change image text alternative":"رەسىملىك تېكىست تاللىغۇچنى ئۆزگەرتىش","Text alternative":"تېكىست ئاملاشتۇرۇش","Enter image caption":"رەسىمنىڭ تېمىسىنى كىرگۈزۈڭ","Insert image":"رەسىم قىستۇرۇش","Replace image":"","Upload from computer":"","Replace from computer":"","Upload image from computer":"","Image from computer":"","Replace image from computer":"","Upload failed":"چىقىرىش مەغلۇپ بولدى","Image toolbar":"","Resize image":"","Resize image to %0":"","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":"","HTML object":"HTML جىسىم","Horizontal line":"توغرىسىغا سىزىق","Paragraph":"ئابزاس","Heading":"ماۋزۇ","Choose heading":"ماۋزۇ تاللاش","Heading 1":"ماۋزۇ 1","Heading 2":"ماۋزۇ 2","Heading 3":"ماۋزۇ 3","Heading 4":"ماۋزۇ 4","Heading 5":"ماۋزۇ 5","Heading 6":"ماۋزۇ 6","Type your title":"ماۋزۇ كىرگۈزۈلىدۇ","Type or paste your content here.":"مەزمۇن بۇ جايغا كىرگۈزۈلىدۇ ياكى چاپلىنىدۇ.","Font Size":"خەت چوڭلۇقى","Tiny":"ئەڭ كىچىك","Small":"كىچىك","Big":"چوڭ","Huge":"زور","Font Family":"خەت نۇسخىسى","Default":"سۈكۈتتىكى","Font Color":"خەت رەڭگى","Font Background Color":"خەت تەگلىك رەڭگى","Document colors":"پۈتۈك رەڭگى","Find and replace":"ئىزدە ۋە ئالماشتۇر","Find in text…":"تېكىستتىن ئىزدە…","Find":"ئىزدە","Previous result":"ئالدىنقى نەتىجە","Next result":"كېيىنكى نەتىجە","Replace":"ئالماشتۇر","Replace all":"ھەممىنى ئالماشتۇر","Match case":"چوڭ كىچىك ھەرپنى پەرقلەندۈر","Whole words only":"سۆزلا","Replace with…":"ئالماشتۇرۇلۇدىغىنى…","Text to find must not be empty.":"ئىزدەيدىغان تېكىست بوش قالدۇرۇلمايدۇ.","Tip: Find some text first in order to replace it.":"ئەسكەرتىش: ئاۋال ئىزدەپ ئاندىن ئالماشتۇرىدۇ.","Advanced options":"","Find in the document":"","Cancel":"ۋاز كەچ","Clear":"تازىلا","Remove color":"رەڭنى چىقىرىۋەت","Restore default":"كۆڭۈلدىكىگە قايتۇر","Save":"ساقلا","Show more items":"تېخىمۇ كۆپ تۈرنى كۆرسەت","%0 of %1":"%0 / %1","Cannot upload file:":"يۈكلەشكە بولمايدىغان ھۆججەت:","Rich Text Editor. Editing area: %0":"مول تېكىست تەھرىرلىگۈچ. تەھرىرلەش رايونى: %0","Insert with file manager":"","Replace with file manager":"","Insert image with file manager":"","Replace image with file manager":"","Toggle caption off":"","Toggle caption on":"","Content editing keystrokes":"","These keyboard shortcuts allow for quick access to content editing features.":"","User interface and content navigation keystrokes":"","Use the following keystrokes for more efficient navigation in the CKEditor 5 user interface.":"","Close contextual balloons, dropdowns, and dialogs":"","Open the accessibility help dialog":"","Move focus between form fields (inputs, buttons, etc.)":"","Move focus to the menu bar, navigate between menu bars":"","Move focus to the toolbar, navigate between toolbars":"","Navigate through the toolbar or menu bar":"","Execute the currently focused button. Executing buttons that interact with the editor content moves the focus back to the content.":"","Accept":"قوشۇل","Insert code block":"كود بۆلىكى قىستۇر","Plain text":"ساپ تېكىست","Leaving %0 code snippet":"","Entering %0 code snippet":"","Entering code snippet":"","Leaving code snippet":"","Code block":"","Insert image or file":"رەسىم ياكى ھۆججەت قىستۇر","Image or file":"","Could not obtain resized image URL.":"چوڭلۇقى تەڭشەلگەن سۈرەتنىڭ تور ئادرېسىغا ئېرىشەلمىدى","Selecting resized image failed":"چوڭلۇقى تەڭشەلگن سۈرەتنى تاللىيالمىدى","Could not insert image at the current position.":"نۆۋەتتە ئورۇنغا سۈرەتنى قىستۇرالمايدۇ.","Inserting image failed":"سۈرەت قىستۇرالمىدى","Open file manager":"ھۆججەت باشقۇرغۇچنى ئاچ","Cannot determine a category for the uploaded file.":"يۈكلەيدىغان ھۆججەتنىڭ تۈرىنى جەزملىيەلمىدى.","Cannot access default workspace.":"كۆڭۈلدىكى خىزمەت بوشلۇقىنى زىيارەت قىلالمايدۇ","Edit image":"","Processing the edited image.":"","Server failed to process the image.":"","Failed to determine category of edited image.":"","Block quote":"نەقىل","Bold":"توم","Italic":"يانتۇ","Underline":"ئاستى سىزىق","Code":"كود","Strikethrough":"ئۆچۈرۈش سىزىقى","Subscript":"ئاستبەلگە","Superscript":"ئۈستبەلگە","Italic text":"","Move out of an inline code style":"","Bold text":"","Underline text":"","Strikethrough text":"","Saving changes":"ئۆزگەرتىشلەرنى ساقلاش","Align left":"سولغا توغرىلاش","Align right":"ئوڭغا توغرىلاش","Align center":"ئوتتۇرىغا توغرىلاش","Justify":"ئوڭ سولدىن توغرىلا","Text alignment":"تېكىست توغرىلاش","Text alignment toolbar":"تېكىست توغرىلاش قورالبالدىقى"},getPluralForm(n){return (n != 1);}}};
8
+ e[ 'ug' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'ug' ].dictionary = Object.assign( e[ 'ug' ].dictionary, dictionary );
10
+ e[ 'ug' ].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;