ckeditor5 41.3.1 → 41.4.0

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

Potentially problematic release.


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

Files changed (317) hide show
  1. package/CHANGELOG.md +298 -215
  2. package/README.md +1 -1
  3. package/build/ckeditor5-dll.js +2 -2
  4. package/build/ckeditor5-dll.manifest.json +11 -2
  5. package/build/translations/af.js +1 -1
  6. package/build/translations/ar.js +1 -1
  7. package/build/translations/ast.js +1 -1
  8. package/build/translations/az.js +1 -1
  9. package/build/translations/bg.js +1 -1
  10. package/build/translations/bn.js +1 -1
  11. package/build/translations/bs.js +1 -1
  12. package/build/translations/ca.js +1 -1
  13. package/build/translations/cs.js +1 -1
  14. package/build/translations/da.js +1 -1
  15. package/build/translations/de-ch.js +1 -1
  16. package/build/translations/de.js +1 -1
  17. package/build/translations/el.js +1 -1
  18. package/build/translations/en-au.js +1 -1
  19. package/build/translations/en-gb.js +1 -1
  20. package/build/translations/eo.js +1 -1
  21. package/build/translations/es-co.js +1 -1
  22. package/build/translations/es.js +1 -1
  23. package/build/translations/et.js +1 -1
  24. package/build/translations/eu.js +1 -1
  25. package/build/translations/fa.js +1 -1
  26. package/build/translations/fi.js +1 -1
  27. package/build/translations/fr.js +1 -1
  28. package/build/translations/gl.js +1 -1
  29. package/build/translations/he.js +1 -1
  30. package/build/translations/hi.js +1 -1
  31. package/build/translations/hr.js +1 -1
  32. package/build/translations/hu.js +1 -1
  33. package/build/translations/id.js +1 -1
  34. package/build/translations/it.js +1 -1
  35. package/build/translations/ja.js +1 -1
  36. package/build/translations/jv.js +1 -1
  37. package/build/translations/km.js +1 -1
  38. package/build/translations/kn.js +1 -1
  39. package/build/translations/ko.js +1 -1
  40. package/build/translations/ku.js +1 -1
  41. package/build/translations/lt.js +1 -1
  42. package/build/translations/lv.js +1 -1
  43. package/build/translations/ms.js +1 -1
  44. package/build/translations/nb.js +1 -1
  45. package/build/translations/ne.js +1 -1
  46. package/build/translations/nl.js +1 -1
  47. package/build/translations/no.js +1 -1
  48. package/build/translations/pl.js +1 -1
  49. package/build/translations/pt-br.js +1 -1
  50. package/build/translations/pt.js +1 -1
  51. package/build/translations/ro.js +1 -1
  52. package/build/translations/ru.js +1 -1
  53. package/build/translations/sk.js +1 -1
  54. package/build/translations/sl.js +1 -1
  55. package/build/translations/sq.js +1 -1
  56. package/build/translations/sr-latn.js +1 -1
  57. package/build/translations/sr.js +1 -1
  58. package/build/translations/sv.js +1 -1
  59. package/build/translations/th.js +1 -1
  60. package/build/translations/ti.js +1 -0
  61. package/build/translations/tk.js +1 -1
  62. package/build/translations/tr.js +1 -1
  63. package/build/translations/tt.js +1 -1
  64. package/build/translations/ug.js +1 -1
  65. package/build/translations/uk.js +1 -1
  66. package/build/translations/ur.js +1 -1
  67. package/build/translations/uz.js +1 -1
  68. package/build/translations/vi.js +1 -1
  69. package/build/translations/zh-cn.js +1 -1
  70. package/build/translations/zh.js +1 -1
  71. package/dist/browser/index-content.css +5 -0
  72. package/dist/browser/index-editor.css +67 -0
  73. package/dist/browser/index.css +6 -0
  74. package/dist/browser/index.css.map +1 -0
  75. package/dist/browser/index.js +6 -0
  76. package/dist/browser/index.js.map +1 -0
  77. package/dist/browser/index.umd.js +557 -0
  78. package/dist/browser/index.umd.js.map +1 -0
  79. package/dist/index-content.css +375 -0
  80. package/dist/index-editor.css +4682 -0
  81. package/dist/index.css +9125 -0
  82. package/dist/index.css.map +1 -0
  83. package/dist/index.js +61 -0
  84. package/dist/index.js.map +1 -0
  85. package/dist/translations/af.d.ts +8 -0
  86. package/dist/translations/af.js +5 -0
  87. package/dist/translations/af.umd.js +11 -0
  88. package/dist/translations/ar.d.ts +8 -0
  89. package/dist/translations/ar.js +5 -0
  90. package/dist/translations/ar.umd.js +11 -0
  91. package/dist/translations/ast.d.ts +8 -0
  92. package/dist/translations/ast.js +5 -0
  93. package/dist/translations/ast.umd.js +11 -0
  94. package/dist/translations/az.d.ts +8 -0
  95. package/dist/translations/az.js +5 -0
  96. package/dist/translations/az.umd.js +11 -0
  97. package/dist/translations/bg.d.ts +8 -0
  98. package/dist/translations/bg.js +5 -0
  99. package/dist/translations/bg.umd.js +11 -0
  100. package/dist/translations/bn.d.ts +8 -0
  101. package/dist/translations/bn.js +5 -0
  102. package/dist/translations/bn.umd.js +11 -0
  103. package/dist/translations/bs.d.ts +8 -0
  104. package/dist/translations/bs.js +5 -0
  105. package/dist/translations/bs.umd.js +11 -0
  106. package/dist/translations/ca.d.ts +8 -0
  107. package/dist/translations/ca.js +5 -0
  108. package/dist/translations/ca.umd.js +11 -0
  109. package/dist/translations/cs.d.ts +8 -0
  110. package/dist/translations/cs.js +5 -0
  111. package/dist/translations/cs.umd.js +11 -0
  112. package/dist/translations/da.d.ts +8 -0
  113. package/dist/translations/da.js +5 -0
  114. package/dist/translations/da.umd.js +11 -0
  115. package/dist/translations/de-ch.d.ts +8 -0
  116. package/dist/translations/de-ch.js +5 -0
  117. package/dist/translations/de-ch.umd.js +11 -0
  118. package/dist/translations/de.d.ts +8 -0
  119. package/dist/translations/de.js +5 -0
  120. package/dist/translations/de.umd.js +11 -0
  121. package/dist/translations/el.d.ts +8 -0
  122. package/dist/translations/el.js +5 -0
  123. package/dist/translations/el.umd.js +11 -0
  124. package/dist/translations/en-au.d.ts +8 -0
  125. package/dist/translations/en-au.js +5 -0
  126. package/dist/translations/en-au.umd.js +11 -0
  127. package/dist/translations/en-gb.d.ts +8 -0
  128. package/dist/translations/en-gb.js +5 -0
  129. package/dist/translations/en-gb.umd.js +11 -0
  130. package/dist/translations/en.d.ts +8 -0
  131. package/dist/translations/en.js +5 -0
  132. package/dist/translations/en.umd.js +11 -0
  133. package/dist/translations/eo.d.ts +8 -0
  134. package/dist/translations/eo.js +5 -0
  135. package/dist/translations/eo.umd.js +11 -0
  136. package/dist/translations/es-co.d.ts +8 -0
  137. package/dist/translations/es-co.js +5 -0
  138. package/dist/translations/es-co.umd.js +11 -0
  139. package/dist/translations/es.d.ts +8 -0
  140. package/dist/translations/es.js +5 -0
  141. package/dist/translations/es.umd.js +11 -0
  142. package/dist/translations/et.d.ts +8 -0
  143. package/dist/translations/et.js +5 -0
  144. package/dist/translations/et.umd.js +11 -0
  145. package/dist/translations/eu.d.ts +8 -0
  146. package/dist/translations/eu.js +5 -0
  147. package/dist/translations/eu.umd.js +11 -0
  148. package/dist/translations/fa.d.ts +8 -0
  149. package/dist/translations/fa.js +5 -0
  150. package/dist/translations/fa.umd.js +11 -0
  151. package/dist/translations/fi.d.ts +8 -0
  152. package/dist/translations/fi.js +5 -0
  153. package/dist/translations/fi.umd.js +11 -0
  154. package/dist/translations/fr.d.ts +8 -0
  155. package/dist/translations/fr.js +5 -0
  156. package/dist/translations/fr.umd.js +11 -0
  157. package/dist/translations/gl.d.ts +8 -0
  158. package/dist/translations/gl.js +5 -0
  159. package/dist/translations/gl.umd.js +11 -0
  160. package/dist/translations/gu.d.ts +8 -0
  161. package/dist/translations/gu.js +5 -0
  162. package/dist/translations/gu.umd.js +11 -0
  163. package/dist/translations/he.d.ts +8 -0
  164. package/dist/translations/he.js +5 -0
  165. package/dist/translations/he.umd.js +11 -0
  166. package/dist/translations/hi.d.ts +8 -0
  167. package/dist/translations/hi.js +5 -0
  168. package/dist/translations/hi.umd.js +11 -0
  169. package/dist/translations/hr.d.ts +8 -0
  170. package/dist/translations/hr.js +5 -0
  171. package/dist/translations/hr.umd.js +11 -0
  172. package/dist/translations/hu.d.ts +8 -0
  173. package/dist/translations/hu.js +5 -0
  174. package/dist/translations/hu.umd.js +11 -0
  175. package/dist/translations/hy.d.ts +8 -0
  176. package/dist/translations/hy.js +5 -0
  177. package/dist/translations/hy.umd.js +11 -0
  178. package/dist/translations/id.d.ts +8 -0
  179. package/dist/translations/id.js +5 -0
  180. package/dist/translations/id.umd.js +11 -0
  181. package/dist/translations/it.d.ts +8 -0
  182. package/dist/translations/it.js +5 -0
  183. package/dist/translations/it.umd.js +11 -0
  184. package/dist/translations/ja.d.ts +8 -0
  185. package/dist/translations/ja.js +5 -0
  186. package/dist/translations/ja.umd.js +11 -0
  187. package/dist/translations/jv.d.ts +8 -0
  188. package/dist/translations/jv.js +5 -0
  189. package/dist/translations/jv.umd.js +11 -0
  190. package/dist/translations/kk.d.ts +8 -0
  191. package/dist/translations/kk.js +5 -0
  192. package/dist/translations/kk.umd.js +11 -0
  193. package/dist/translations/km.d.ts +8 -0
  194. package/dist/translations/km.js +5 -0
  195. package/dist/translations/km.umd.js +11 -0
  196. package/dist/translations/kn.d.ts +8 -0
  197. package/dist/translations/kn.js +5 -0
  198. package/dist/translations/kn.umd.js +11 -0
  199. package/dist/translations/ko.d.ts +8 -0
  200. package/dist/translations/ko.js +5 -0
  201. package/dist/translations/ko.umd.js +11 -0
  202. package/dist/translations/ku.d.ts +8 -0
  203. package/dist/translations/ku.js +5 -0
  204. package/dist/translations/ku.umd.js +11 -0
  205. package/dist/translations/lt.d.ts +8 -0
  206. package/dist/translations/lt.js +5 -0
  207. package/dist/translations/lt.umd.js +11 -0
  208. package/dist/translations/lv.d.ts +8 -0
  209. package/dist/translations/lv.js +5 -0
  210. package/dist/translations/lv.umd.js +11 -0
  211. package/dist/translations/ms.d.ts +8 -0
  212. package/dist/translations/ms.js +5 -0
  213. package/dist/translations/ms.umd.js +11 -0
  214. package/dist/translations/nb.d.ts +8 -0
  215. package/dist/translations/nb.js +5 -0
  216. package/dist/translations/nb.umd.js +11 -0
  217. package/dist/translations/ne.d.ts +8 -0
  218. package/dist/translations/ne.js +5 -0
  219. package/dist/translations/ne.umd.js +11 -0
  220. package/dist/translations/nl.d.ts +8 -0
  221. package/dist/translations/nl.js +5 -0
  222. package/dist/translations/nl.umd.js +11 -0
  223. package/dist/translations/no.d.ts +8 -0
  224. package/dist/translations/no.js +5 -0
  225. package/dist/translations/no.umd.js +11 -0
  226. package/dist/translations/oc.d.ts +8 -0
  227. package/dist/translations/oc.js +5 -0
  228. package/dist/translations/oc.umd.js +11 -0
  229. package/dist/translations/pl.d.ts +8 -0
  230. package/dist/translations/pl.js +5 -0
  231. package/dist/translations/pl.umd.js +11 -0
  232. package/dist/translations/pt-br.d.ts +8 -0
  233. package/dist/translations/pt-br.js +5 -0
  234. package/dist/translations/pt-br.umd.js +11 -0
  235. package/dist/translations/pt.d.ts +8 -0
  236. package/dist/translations/pt.js +5 -0
  237. package/dist/translations/pt.umd.js +11 -0
  238. package/dist/translations/ro.d.ts +8 -0
  239. package/dist/translations/ro.js +5 -0
  240. package/dist/translations/ro.umd.js +11 -0
  241. package/dist/translations/ru.d.ts +8 -0
  242. package/dist/translations/ru.js +5 -0
  243. package/dist/translations/ru.umd.js +11 -0
  244. package/dist/translations/si.d.ts +8 -0
  245. package/dist/translations/si.js +5 -0
  246. package/dist/translations/si.umd.js +11 -0
  247. package/dist/translations/sk.d.ts +8 -0
  248. package/dist/translations/sk.js +5 -0
  249. package/dist/translations/sk.umd.js +11 -0
  250. package/dist/translations/sl.d.ts +8 -0
  251. package/dist/translations/sl.js +5 -0
  252. package/dist/translations/sl.umd.js +11 -0
  253. package/dist/translations/sq.d.ts +8 -0
  254. package/dist/translations/sq.js +5 -0
  255. package/dist/translations/sq.umd.js +11 -0
  256. package/dist/translations/sr-latn.d.ts +8 -0
  257. package/dist/translations/sr-latn.js +5 -0
  258. package/dist/translations/sr-latn.umd.js +11 -0
  259. package/dist/translations/sr.d.ts +8 -0
  260. package/dist/translations/sr.js +5 -0
  261. package/dist/translations/sr.umd.js +11 -0
  262. package/dist/translations/sv.d.ts +8 -0
  263. package/dist/translations/sv.js +5 -0
  264. package/dist/translations/sv.umd.js +11 -0
  265. package/dist/translations/th.d.ts +8 -0
  266. package/dist/translations/th.js +5 -0
  267. package/dist/translations/th.umd.js +11 -0
  268. package/dist/translations/ti.d.ts +8 -0
  269. package/dist/translations/ti.js +5 -0
  270. package/dist/translations/ti.umd.js +11 -0
  271. package/dist/translations/tk.d.ts +8 -0
  272. package/dist/translations/tk.js +5 -0
  273. package/dist/translations/tk.umd.js +11 -0
  274. package/dist/translations/tr.d.ts +8 -0
  275. package/dist/translations/tr.js +5 -0
  276. package/dist/translations/tr.umd.js +11 -0
  277. package/dist/translations/tt.d.ts +8 -0
  278. package/dist/translations/tt.js +5 -0
  279. package/dist/translations/tt.umd.js +11 -0
  280. package/dist/translations/ug.d.ts +8 -0
  281. package/dist/translations/ug.js +5 -0
  282. package/dist/translations/ug.umd.js +11 -0
  283. package/dist/translations/uk.d.ts +8 -0
  284. package/dist/translations/uk.js +5 -0
  285. package/dist/translations/uk.umd.js +11 -0
  286. package/dist/translations/ur.d.ts +8 -0
  287. package/dist/translations/ur.js +5 -0
  288. package/dist/translations/ur.umd.js +11 -0
  289. package/dist/translations/uz.d.ts +8 -0
  290. package/dist/translations/uz.js +5 -0
  291. package/dist/translations/uz.umd.js +11 -0
  292. package/dist/translations/vi.d.ts +8 -0
  293. package/dist/translations/vi.js +5 -0
  294. package/dist/translations/vi.umd.js +11 -0
  295. package/dist/translations/zh-cn.d.ts +8 -0
  296. package/dist/translations/zh-cn.js +5 -0
  297. package/dist/translations/zh-cn.umd.js +11 -0
  298. package/dist/translations/zh.d.ts +8 -0
  299. package/dist/translations/zh.js +5 -0
  300. package/dist/translations/zh.umd.js +11 -0
  301. package/dist/types/clipboard.d.ts +12 -0
  302. package/dist/types/core.d.ts +12 -0
  303. package/dist/types/engine.d.ts +12 -0
  304. package/dist/types/enter.d.ts +12 -0
  305. package/dist/types/index.d.ts +65 -0
  306. package/dist/types/paragraph.d.ts +12 -0
  307. package/dist/types/select-all.d.ts +12 -0
  308. package/dist/types/typing.d.ts +12 -0
  309. package/dist/types/ui.d.ts +12 -0
  310. package/dist/types/undo.d.ts +12 -0
  311. package/dist/types/upload.d.ts +12 -0
  312. package/dist/types/utils.d.ts +12 -0
  313. package/dist/types/watchdog.d.ts +12 -0
  314. package/dist/types/widget.d.ts +12 -0
  315. package/package.json +70 -14
  316. package/src/index.d.ts +61 -0
  317. package/src/index.js +61 -0
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+ export default {"he":{"dictionary":{"Words: %0":"מס' מילים: %0","Characters: %0":"מס' תווים: %0","Widget toolbar":"סרגל יישומון","Insert paragraph before block":"הוספת פסקה מעל","Insert paragraph after block":"הוספת פסקה מתחת","Press Enter to type after or press Shift + Enter to type before the widget":"לחץ Enter כדי להקליד לפני היישומון או Shift + Enter כדי להקליד אחריו","Keystrokes that can be used when a widget is selected (for example: image, table, etc.)":"מקשים בהם ניתן להשתמש כאשר נבחר ווידג'ט (לדוגמה: תמונה, טבלה וכו')","Insert a new paragraph directly after a widget":"הוספת פסקה חדשה ישירות אחרי ווידג'ט","Insert a new paragraph directly before a widget":"הוספת פסקה חדשה ישירות לפני ווידג'ט","Move the caret to allow typing directly before a widget":"הזזת הסמן כדי לאפשר הקלדה ישירות לפני ווידג'ט","Move the caret to allow typing directly after a widget":"הזזת הסמן כדי לאפשר הקלדה ישירות אחרי ווידג'ט","Upload in progress":"העלאה מתבצעת","Undo":"ביטול","Redo":"ביצוע מחדש","Rich Text Editor":"עורך טקסט עשיר","Editor editing area: %0":"אזור עריכה של העורך: %0","Edit block":"הגדרות בלוק","Click to edit block":"להקיש לעריכת בלוק","Drag to move":"לגרור כדי להזיז","Next":"הבא","Previous":"הקודם","Editor toolbar":"סרגל הכלים","Dropdown toolbar":"סרגל כלים נפתח","Black":"שחור","Dim grey":"אפור עמום","Grey":"אפור","Light grey":"אפור בהיר","White":"לבן","Red":"אדום","Orange":"כתום","Yellow":"צהוב","Light green":"ירוק בהיר","Green":"ירוק","Aquamarine":"ירוק-כחלחל","Turquoise":"טורקיז","Light blue":"כחול בהיר","Blue":"כחול","Purple":"סגול","Editor block content toolbar":"סרגל כלים של תוכן בלוק של העורך","Editor contextual toolbar":"סרגל כלים הקשרי של העורך","HEX":"HEX","No results found":"לא נמצאו תוצאות","No searchable items":"אין פריטים ניתנים לחיפוש","Editor dialog":"חלון דו-שיח של העורך","Close":"סגור","Help Contents. To close this dialog press ESC.":"תוכן עזרה. כדי לסגור תיבת דו-שיח זו יש להקיש על ESC.","Below, you can find a list of keyboard shortcuts that can be used in the editor.":"להלן, תוכלו למצוא רשימה של קיצורי מקשים בהם ניתן להשתמש בעורך.","(may require <kbd>Fn</kbd>)":"(עשוי לדרוש <kbd>Fn</kbd>)","Accessibility":"נגישות","Accessibility help":"עזרה בנושא נגישות","Press %0 for help.":"לחצו על %0 לקבלת עזרה.","Move focus in and out of an active dialog window":"הזזת המיקוד פנימה והחוצה מחלון דו-שיח פעיל","MENU_BAR_MENU_FILE":"קובץ","MENU_BAR_MENU_EDIT":"ערוך","MENU_BAR_MENU_VIEW":"תצוגה","MENU_BAR_MENU_INSERT":"הכנס","MENU_BAR_MENU_FORMAT":"עיצוב","MENU_BAR_MENU_TOOLS":"כלים","MENU_BAR_MENU_HELP":"עזרה","MENU_BAR_MENU_TEXT":"טקסט","MENU_BAR_MENU_FONT":"גופן","Editor menu bar":"שורת התפריטים של העורך","Please enter a valid color (e.g. \"ff0000\").":"נא להזין צבע חוקי (למשל \"ff0000\").","Insert table":"הכנס טבלה","Header column":"עמודת כותרת","Insert column left":"הכנסת עמודה משמאל","Insert column right":"הכנסת עמודה מימן","Delete column":"מחיקת עמודה","Select column":"בחירת עמודה","Column":"עמודה","Header row":"שורת כותרת","Insert row below":"הכנה שורה מתחת","Insert row above":"הכנסת שורה מעל","Delete row":"מחיקת שורה","Select row":"בחירת שורה","Row":"שורה","Merge cell up":"מיזוג תא למעלה","Merge cell right":"מיזוג תא ימינה","Merge cell down":"מיזוג תא למטה","Merge cell left":"מיזוג תא שמאלה","Split cell vertically":"פיצול תא אנכית","Split cell horizontally":"פיצול תא אופקית","Merge cells":"מיזוג תאים","Table toolbar":"סרגל כלים של טבלה","Table properties":"אפשרויות טבלה","Cell properties":"אפשרויות תא","Border":"גבול","Style":"עיצוב","Width":"רוחב","Height":"גובה","Color":"צבע","Background":"רקע","Padding":"מרווח","Dimensions":"ממדים","Table cell text alignment":"יישור טקסט של תא טבלה","Alignment":"יישור","Horizontal text alignment toolbar":"סרגל כלים של יישור טקסט אופקי","Vertical text alignment toolbar":"סרגל כלים של יישור טקסט אנכי","Table alignment toolbar":"סרגל כלים של יישור טבלה","None":"ללא","Solid":"אחיד","Dotted":"מנוקד","Dashed":"מקווקו","Double":"כפול","Groove":"Groove","Ridge":"Ridge","Inset":"פנימי","Outset":"חיצוני","Align cell text to the left":"יישר את טקסט התא לשמאל","Align cell text to the center":"יישר את טקסט התא למרכז","Align cell text to the right":"יישר את טקסט התא לימין","Justify cell text":"יישר את טקסט התא לשני הצדדים","Align cell text to the top":"יישר את טקסט התא לחלק העליון","Align cell text to the middle":"יישר את טקסט התא לאמצע","Align cell text to the bottom":"יישר את טקסט התא לחלק התחתון","Align table to the left":"יישור טבלה לשמאל","Center table":"מירכוז טבלה","Align table to the right":"יישור טבלה לימין","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"הצבע לא חוקי. נסו \"#FF0000\" או \"rgb(255,0,0)\" או \"אדום\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"הערך לא חוקי. נסו \"10px\" או \"2em\" או פשוט \"2\".","Color picker":"בורר הצבעים","Enter table caption":"הזינו כיתוב טבלה","Keystrokes that can be used in a table cell":"מקשים בהם ניתן להשתמש בתא בטבלה","Move the selection to the next cell":"העברת הבחירה לתא הבא","Move the selection to the previous cell":"העברת הבחירה לתא הקודם","Insert a new table row (when in the last cell of a table)":"הוספת שורה חדשה לטבלה (כאשר בתא האחרון של טבלה)","Navigate through the table":"ניווט בטבלה","Table":"טבלה","Styles":"סגנונות","Multiple styles":"סגנונות מרובים","Block styles":"סגנונות בלוקים","Text styles":"עיצוב טקסט","Special characters":"תווים מיוחדים","All":"כל","Arrows":"חיצים","Currency":"מטבע","Latin":"לטינית","Mathematical":"מתמטי","Text":"טקסט","leftwards simple arrow":"חץ פשוט שמאלה","rightwards simple arrow":"חץ פשוט ימינה","upwards simple arrow":"חץ פשוט כלפי מעלה","downwards simple arrow":"חץ פשוט כלפי מטה","leftwards double arrow":"חץ כפול שמאלה","rightwards double arrow":"חץ כפול ימינה","upwards double arrow":"חץ כפול למעלה","downwards double arrow":"חץ כפול למטה","leftwards dashed arrow":"חץ מקווקו שמאלה","rightwards dashed arrow":"חץ מקווקו ימינה","upwards dashed arrow":"חץ מקווקו למעלה","downwards dashed arrow":"חץ מקווקו למטה","leftwards arrow to bar":"חץ שמאלה לפס","rightwards arrow to bar":"חץ ימינה לפס","upwards arrow to bar":"חץ למעלה לפס","downwards arrow to bar":"חץ למטה לפס","up down arrow with base":"חץ למעלה ולמטה עם בסיס","back with leftwards arrow above":"\"back\" ומעליו חץ שמאלה","end with leftwards arrow above":"\"end\" ומעליו חץ שמאלה","on with exclamation mark with left right arrow above":"\"on\" עם סימן קריאה ומעליו חץ שמאלה וימינה","soon with rightwards arrow above":"\"soon\" ומעליו חץ ימינה","top with upwards arrow above":"\"top\" ומעליו חץ למעלה","Dollar sign":"סמל דולר","Euro sign":"סמל אירו","Yen sign":"סמל ין","Pound sign":"סמל ליש\"ט","Cent sign":"סמל סנט","Euro-currency sign":"סמל יחידת מטבע אירופאית","Colon sign":"סמל קולון","Cruzeiro sign":"סמל קרוזיירו","French franc sign":"סמל פרנק צרפתי","Lira sign":"סמל לירה","Currency sign":"סמל מטבע","Bitcoin sign":"סמל ביטקוין","Mill sign":"סמל מיל","Naira sign":"סמל נאירה","Peseta sign":"סמל פסטה","Rupee sign":"סמל רופי","Won sign":"סמל וון","New sheqel sign":"סמל שקל חדש","Dong sign":"סמל דונג","Kip sign":"סמל קיפ","Tugrik sign":"סמל טוגרוג","Drachma sign":"סמל דרכמה","German penny sign":"סמל פני גרמני","Peso sign":"סמל פסו","Guarani sign":"סמל גוארני","Austral sign":"סמל אאוסטרל","Hryvnia sign":"סמל הריבניה","Cedi sign":"סמל סדי","Livre tournois sign":"סמל ליבר טורנואה","Spesmilo sign":"סמל ספסמילו","Tenge sign":"סמל טנגה","Indian rupee sign":"סמל רופי הודי","Turkish lira sign":"סמל לירה טורקית","Nordic mark sign":"סמל מארק נורדי","Manat sign":"סמל מאנאט","Ruble sign":"סמל רובל","Latin capital letter a with macron":"a גדולה לטינית עם קו עילי","Latin small letter a with macron":"a קטנה לטינית עם קו עילי","Latin capital letter a with breve":"a גדולה לטינית עם ברווה","Latin small letter a with breve":"a קטנה לטינית עם ברווה","Latin capital letter a with ogonek":"a גדולה לטינית עם זנבון","Latin small letter a with ogonek":"a קטנה לטינית עם זנבון","Latin capital letter c with acute":"c גדולה לטינית עם סימן הטעמה עילי","Latin small letter c with acute":"c קטנה לטינית עם סימן הטעמה עילי","Latin capital letter c with circumflex":"c גדולה לטינית עם גג","Latin small letter c with circumflex":"c קטנה לטינית עם גג","Latin capital letter c with dot above":"c גדולה לטינית עם נקודה עילית","Latin small letter c with dot above":"c קטנה לטינית עם נקודה עילית","Latin capital letter c with caron":"c גדולה לטינית עם וי קטן","Latin small letter c with caron":"c גדולה לטינית עם וי קטן","Latin capital letter d with caron":"d גדולה לטינית עם וי קטן","Latin small letter d with caron":"d קטנה לטינית עם וי קטן","Latin capital letter d with stroke":"d גדולה לטינית עם קו","Latin small letter d with stroke":"d קטנה לטינית עם קו","Latin capital letter e with macron":"e גדולה לטינית עם קו עילי","Latin small letter e with macron":"e קטנה לטינית עם קו עילי","Latin capital letter e with breve":"e גדולה לטינית עם ברווה","Latin small letter e with breve":"e קטנה לטינית עם ברווה","Latin capital letter e with dot above":"e גדולה לטינית עם נקודה עילית","Latin small letter e with dot above":"e קטנה לטינית עם נקודה עילית","Latin capital letter e with ogonek":"e גדולה לטינית עם זנבון","Latin small letter e with ogonek":"e קטנה לטינית עם זנבון","Latin capital letter e with caron":"e גדולה לטינית עם וי קטן","Latin small letter e with caron":"e קטנה לטינית עם וי קטן","Latin capital letter g with circumflex":"g גדולה לטינית עם גג","Latin small letter g with circumflex":"g קטנה לטינית עם גג","Latin capital letter g with breve":"g גדולה לטינית עם ברווה","Latin small letter g with breve":"g קטנה לטינית עם ברווה","Latin capital letter g with dot above":"g גדולה לטינית עם נקודה עילית","Latin small letter g with dot above":"g קטנה לטינית עם נקודה עילית","Latin capital letter g with cedilla":"g גדולה לטינית עם סדיליה","Latin small letter g with cedilla":"g קטנה לטינית עם סדיליה","Latin capital letter h with circumflex":"h גדולה לטינית עם גג","Latin small letter h with circumflex":"h קטנה לטינית עם גג","Latin capital letter h with stroke":"h גדולה לטינית עם קו","Latin small letter h with stroke":"h קטנה לטינית עם קו","Latin capital letter i with tilde":"i גדולה לטינית עם טילדה","Latin small letter i with tilde":"i קטנה לטינית עם טילדה","Latin capital letter i with macron":"i גדולה לטינית עם קו עילי","Latin small letter i with macron":"i קטנה לטינית עם קו עילי","Latin capital letter i with breve":"i גדולה לטינית עם ברווה","Latin small letter i with breve":"i קטנה לטינית עם ברווה","Latin capital letter i with ogonek":"i גדולה לטינית עם זנבון","Latin small letter i with ogonek":"i קטנה לטינית עם זנבון","Latin capital letter i with dot above":"i גדולה לטינית עם נקודה עילית","Latin small letter dotless i":"i קטנה לטינית עם נקודה עילית","Latin capital ligature ij":"ליגטורה גדולה לטינית ij","Latin small ligature ij":"ליגטורה קטנה לטינית ij","Latin capital letter j with circumflex":"j גדולה לטינית עם גג","Latin small letter j with circumflex":"j קטנה לטינית עם גג","Latin capital letter k with cedilla":"k גדולה לטינית עם סדיליה","Latin small letter k with cedilla":"k קטנה לטינית עם סדיליה","Latin small letter kra":"קרה קטנה לטינית","Latin capital letter l with acute":"l גדולה לטינית עם סימן הטעמה עילי","Latin small letter l with acute":"l קטנה לטינית עם סימן הטעמה עילי","Latin capital letter l with cedilla":"l גדולה לטינית עם סדיליה","Latin small letter l with cedilla":"l קטנה לטינית עם סימן הטעמה עילי","Latin capital letter l with caron":"l גדולה לטינית עם וי קטן","Latin small letter l with caron":"l קטנה לטינית עם וי קטן","Latin capital letter l with middle dot":"l גדולה לטינית עם נקודה אמצעית","Latin small letter l with middle dot":"l קטנה לטינית עם נקודה אמצעית","Latin capital letter l with stroke":"l גדולה לטינית עם קו","Latin small letter l with stroke":"l קטנה לטינית עם קו","Latin capital letter n with acute":"n גדולה לטינית עם סימן הטעמה עילי","Latin small letter n with acute":"n קטנה לטינית עם סימן הטעמה עילי","Latin capital letter n with cedilla":"n גדולה לטינית עם סדיליה","Latin small letter n with cedilla":"n קטנה לטינית עם סדיליה","Latin capital letter n with caron":"n גדולה לטינית עם וי קטן","Latin small letter n with caron":"n קטנה לטינית עם וי קטן","Latin small letter n preceded by apostrophe":"n קטנה לטינית ולפניה אפוסטרוף","Latin capital letter eng":"אנג גדולה לטינית","Latin small letter eng":"אנג קטנה לטינית","Latin capital letter o with macron":"o גדולה לטינית עם קו עילי","Latin small letter o with macron":"o קטנה לטינית עם קו עילי","Latin capital letter o with breve":"o גדולה לטינית עם ברווה","Latin small letter o with breve":"o קטנה לטינית עם ברווה","Latin capital letter o with double acute":"o גדולה לטינית עם סימן הטעמה עילי כפול","Latin small letter o with double acute":"o קטנה לטינית עם סימן הטעמה עילי כפול","Latin capital ligature oe":"ליגטורה גדולה לטינית oe","Latin small ligature oe":"ליגטורה קטנה לטינית oe","Latin capital letter r with acute":"r גדולה לטינית עם סימן הטעמה עילי","Latin small letter r with acute":"r קטנה לטינית עם סימן הטעמה עילי","Latin capital letter r with cedilla":"r גדולה לטינית עם סדיליה","Latin small letter r with cedilla":"r קטנה לטינית עם סדיליה","Latin capital letter r with caron":"r גדולה לטינית עם וי קטן","Latin small letter r with caron":"r קטנה לטינית עם וי קטן","Latin capital letter s with acute":"s גדולה לטינית עם סימן הטעמה עילי","Latin small letter s with acute":"s קטנה לטינית עם סימן הטעמה עילי","Latin capital letter s with circumflex":"s גדולה לטינית עם גג","Latin small letter s with circumflex":"s קטנה לטינית עם גג","Latin capital letter s with cedilla":"s גדולה לטינית עם סדיליה","Latin small letter s with cedilla":"s קטנה לטינית עם סדיליה","Latin capital letter s with caron":"s גדולה לטינית עם וי קטן","Latin small letter s with caron":"s קטנה לטינית עם וי קטן","Latin capital letter t with cedilla":"t גדולה לטינית עם סדיליה","Latin small letter t with cedilla":"t קטנה לטינית עם סדיליה","Latin capital letter t with caron":"t גדולה לטינית עם וי קטן","Latin small letter t with caron":"t קטנה לטינית עם וי קטן","Latin capital letter t with stroke":"t גדולה לטינית עם קו","Latin small letter t with stroke":"t קטנה לטינית עם קו","Latin capital letter u with tilde":"u גדולה לטינית עם טילדה","Latin small letter u with tilde":"u קטנה לטינית עם טילדה","Latin capital letter u with macron":"u גדולה לטינית עם קו עילי","Latin small letter u with macron":"u קטנה לטינית עם קו עילי","Latin capital letter u with breve":"u גדולה לטינית עם ברווה","Latin small letter u with breve":"u קטנה לטינית עם ברווה","Latin capital letter u with ring above":"u גדולה לטינית עם טבעת עילית","Latin small letter u with ring above":"u קטנה לטינית עם טבעת עילית","Latin capital letter u with double acute":"u גדולה לטינית עם סימן הטעמה עילי כפול","Latin small letter u with double acute":"u קטנה לטינית עם סימן הטעמה עילי כפול","Latin capital letter u with ogonek":"u גדולה לטינית עם זנבון","Latin small letter u with ogonek":"u קטנה לטינית עם זנבון","Latin capital letter w with circumflex":"w גדולה לטינית עם גג","Latin small letter w with circumflex":"w קטנה לטינית עם גג","Latin capital letter y with circumflex":"y גדולה לטינית עם גג","Latin small letter y with circumflex":"y קטנה לטינית עם גג","Latin capital letter y with diaeresis":"y גדולה לטינית עם אומלאוט","Latin capital letter z with acute":"z גדולה לטינית עם סימן הטעמה עילי","Latin small letter z with acute":"z קטנה לטינית עם סימן הטעמה עילי","Latin capital letter z with dot above":"z גדולה לטינית עם נקודה עילית","Latin small letter z with dot above":"z קטנה לטינית עם נקודה עילית","Latin capital letter z with caron":"z גדולה לטינית עם וי קטן","Latin small letter z with caron":"z קטנה לטינית עם וי קטן","Latin small letter long s":"s ארוכה קטנה לטינית","Less-than sign":"סימן \"קטן מ-\"","Greater-than sign":"סימן \"גדול מ-\"","Less-than or equal to":"סימן \"קטן/שווה\"","Greater-than or equal to":"סימן \"גדול/שווה\"","En dash":"קו מפריד רגיל","Em dash":"קו מפריד ארוך","Macron":"קו עילי","Overline":"קו עליון","Degree sign":"סימן מעלה","Minus sign":"סימן מינוס","Plus-minus sign":"סימן פלוס-מינוס","Division sign":"סימן חילוק","Fraction slash":"לוכסן שבר","Multiplication sign":"סימן כפל","Latin small letter f with hook":"f קטנה לטינית עם וו","Integral":"אינטגרל","N-ary summation":"סכום N","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":"תוצר N","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":"מירכאות נמוכות יחידות בצורת 9","Double low-9 quotation mark":"מירכאות נמוכות כפולות בצורת 9","Inverted exclamation mark":"סימן קריאה הפוך","Inverted question mark":"סימן שאלה הפוך","Two dot leader":"מחבר שתי נקודות","Horizontal ellipsis":"שלוש נקודות אופקיות","Double dagger":"דקר כפול","Per mille sign":"סימן אלפית","Per ten thousand sign":"סימן רבבית","Double exclamation mark":"סימן קריאה כפול","Question exclamation mark":"סימן שאלה/קריאה","Exclamation question mark":"סימן קריאה/שאלה","Double question mark":"סימן שאלה כפול","Copyright sign":"סימן זכויות יוצרים","Registered sign":"סימן רשום","Trade mark sign":"סימן סמל מסחרי","Section sign":"סימן סעיף","Paragraph sign":"סימן פסקה","Reversed paragraph sign":"סימן פסקה הפוך","Character categories":"קטגוריות תווים","Source":"מקור","Show source":"הצג מקור","Show blocks":"הצג גושים","Select all":"בחר הכל","Disable editing":"הפוך עריכה ללא זמינה","Enable editing":"אפשר עריכה","Previous editable region":"האזור הקודם שניתן לעריכה","Next editable region":"האזור הבא שניתן לעריכה","Navigate editable regions":"ניווט באזורים הניתנים לעריכה","Remove Format":"הסרת עיצוב","Page break":"מעבר עמוד","media widget":"יישומון מדיה","Media URL":"כתובת URL של מדיה","Paste the media URL in the input.":"הדביקו את כתובת ה-URL של המדיה בקלט.","Tip: Paste the URL into the content to embed faster.":"טיפ: הדביקו את כתובת ה-URL לתוך התוכן כדי להטמיע מהר יותר.","The URL must not be empty.":"כתובת URL לא יכולה להיות ריקה.","This media URL is not supported.":"כתובת ה-URL של מדיה זו אינה נתמכת.","Insert media":"הכנס מדיה","Media toolbar":"סרגל כלים של מדיה","Open media in new tab":"פתח מדיה בכרטיסיה חדשה","Numbered List":"רשימה ממוספרת","Bulleted List":"רשימה מנוקדת","To-do List":"רשימת מטלות","Bulleted list styles toolbar":"סרגל כלים של סגנונות רשימה עם תבליטים","Numbered list styles toolbar":"סרגל כלים של סגנונות רשימה ממוספרת","Toggle the disc list style":"החלף מצב סגנון רשימת דיסקות","Toggle the circle list style":"החלף מצב סגנון רשימת מעגלים","Toggle the square list style":"החלף מצב סגנון רשימת ריבועים","Toggle the decimal list style":"החלף מצב סגנון רשימה עשרונית","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.":"אינדקס ההתחלה חייב להיות גדול מ-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.":"כתובת ה-URL של הקישור לא יכולה להיות ריקה.","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":"שנה את גודל התמונה ל-%0","Resize image to the original size":"שנה את גודל התמונה לגודל המקורי","Resize image (in %0)":"שינוי גודל התמונה (ב-%0)","Original":"גודל מקורי","Custom image size":"גודל תמונה מותאם אישית","Custom":"מותאם אישית","Image resize list":"רשימת שינוי גודל תמונה","Insert":"הכנס","Update":"עדכן","Insert image via URL":"הכנסת תמונה באמצעות קישור","Update image URL":"עדכן את כתובת ה-URL של התמונה","Caption for the image":"כותרת עבור התמונה","Caption for image: %0":"כותרת עבור תמונה: %0","The value must not be empty.":"הערך לא יכול להיות ריק.","The value should be a plain number.":"הערך צריך להיות מספר רגיל.","Uploading image":"מעלה תמונה","Image upload complete":"העלאת התמונה הושלמה","Error during image upload":"שגיאה במהלך העלאת התמונה","HTML object":"אובייקט HTML","Insert HTML":"הכנס HTML","HTML snippet":"קטע HTML","Paste raw HTML here...":"הדביקו כאן HTML גולמי...","Edit source":"ערוך מקור","Save changes":"שמור שינויים","No preview available":"אין תצוגה מקדימה זמינה","Empty snippet content":"תוכן קטע ריק","Horizontal line":"קו אופקי","Yellow marker":"סימון צהוב","Green marker":"סימון ירוק","Pink marker":"סימון וורוד","Blue marker":"סימון כחול","Red pen":"עט אדום","Green pen":"עט ירוק","Remove highlight":"הסר הדגשה","Highlight":"הדגשה","Text highlight toolbar":"סרגל הדגשת טקסט","Paragraph":"פיסקה","Heading":"כותרת","Choose heading":"בחר סוג כותרת","Heading 1":"כותרת 1","Heading 2":"כותרת 2","Heading 3":"כותרת 3","Heading 4":"כותרת 4","Heading 5":"כותרת 5","Heading 6":"כותרת 6","Type your title":"הזן כותרת","Type or paste your content here.":"הזן או הדבק את התוכן כאן","Font Size":"גודל טקסט","Tiny":"זעיר","Small":"קטן","Big":"גדול","Huge":"ענק","Font Family":"משפחת גופנים","Default":"ברירת מחדל","Font Color":"צבע גופן","Font Background Color":"צבע הרקע של הגופן","Document colors":"צבעי המסמך","Find and replace":"חיפוש והחלפה","Find in text…":"חיפוש בטקסט","Find":"חיפוש","Previous result":"התוצאה הקודמת","Next result":"התוצאה הבאה","Replace":"החלף","Replace all":"החלף הכל","Match case":"התאם רישיות","Whole words only":"מילים שלמות בלבד","Replace with…":"החלף ב…","Text to find must not be empty.":"הטקסט לחיפוש לא יכול להיות ריק.","Tip: Find some text first in order to replace it.":"טיפ: מצאו תחילה טקסט כדי להחליף אותו.","Advanced options":"אפשרויות מתקדמות","Find in the document":"חיפוש במסמך","Insert a soft break (a <code>&lt;br&gt;</code> element)":"הוספת שבירה רכה (אלמנט <code>&lt;br&gt;</code>)","Insert a hard break (a new paragraph)":"הוספת שבירה קשה (פסקה חדשה)","Cancel":"ביטול","Clear":"לנקות","Remove color":"מחיקת צבע","Restore default":"שחזור ברירת מחדל","Save":"שמירה","Show more items":"הצג פריטים נוספים","%0 of %1":"%0 מתוך %1","Cannot upload file:":"לא ניתן להעלות את הקובץ הבא:","Rich Text Editor. Editing area: %0":"עורך פורמט טקסט עשיר. אזור עריכה: %0","Insert with file manager":"הוספה עם מנהל הקבצים","Replace with file manager":"החלפה עם מנהל הקבצים","Insert image with file manager":"הוספת תמונה עם מנהל הקבצים","Replace image with file manager":"החלפת תמונה עם מנהל הקבצים","Toggle caption off":"כבה את הכיתוב","Toggle caption on":"הפעל את הכיתוב","Content editing keystrokes":"מקשי עריכת תוכן","These keyboard shortcuts allow for quick access to content editing features.":"קיצורי מקשים אלה מאפשרים גישה מהירה לתכונות עריכת תוכן.","User interface and content navigation keystrokes":"ממשק משתמש ומקשים לניווט בתוכן","Use the following keystrokes for more efficient navigation in the CKEditor 5 user interface.":"השתמשו במקשים הבאים לניווט יעיל יותר בממשק המשתמש של CKEditor 5.","Close contextual balloons, dropdowns, and dialogs":"סגירת בלוני הקשר, תפריטים נפתחים ותיבות דו-שיח","Open the accessibility help dialog":"פתיחת תיבת הדו-שיח של עזרה בנושא נגישות","Move focus between form fields (inputs, buttons, etc.)":"העברת המיקוד בין שדות בטופס (שדות קלט, לחצנים וכו')","Move focus to the menu bar, navigate between menu bars":"העברת המיקוד לשורת התפריטים, ניווט בין שורות התפריטים","Move focus to the toolbar, navigate between toolbars":"העברת המיקוד לסרגל הכלים, ניווט בין סרגלי כלים","Navigate through the toolbar or menu bar":"ניווט בסרגל הכלים או בשורת התפריטים","Execute the currently focused button. Executing buttons that interact with the editor content moves the focus back to the content.":"הפעלת הלחצן שבמיקוד כעת. הפעלת לחצנים המקיימים אינטראקציה עם תוכן העורך מחזירה את המיקוד לתוכן.","Accept":"קבל","Insert code block":"הוספת קטע קוד","Plain text":"טקסט פשוט","Leaving %0 code snippet":"יוצא מקטע קוד %0","Entering %0 code snippet":"נכנס לקטע קוד %0","Entering code snippet":"נכנס לקטע קוד","Leaving code snippet":"יוצא מקטע קוד","Code block":"בלוק קוד","Copy selected content":"העתקת התוכן שנבחר","Paste content":"הדבקת תוכן","Paste content as plain text":"הדבקת תוכן כטקסט רגיל","Insert image or file":"הוסף תמונה או קובץ","Image or file":"תמונה או קובץ","Could not obtain resized image URL.":"לא ניתן להשיג תמונה מוקטנת","Selecting resized image failed":"בחירת תמונה מוקטנת נכשלה","Could not insert image at the current position.":"לא ניתן להוסיף תמונה במיקום הנוכחי","Inserting image failed":"הוספת תמונה נכשלה","Open file manager":"פתח את מנהל הקבצים","Cannot determine a category for the uploaded file.":"לא ניתן לקבוע קטגוריה עבור הקובץ שהועלה.","Cannot access default workspace.":"אין גישה למרחב העבודה של ברירת המחדל.","Edit image":"עריכת תמונה","Processing the edited image.":"מעבד את התמונה הערוכה.","Server failed to process the image.":"השרת לא הצליח לעבד את התמונה.","Failed to determine category of edited image.":"קביעת הקטגוריה של התמונה הערוכה נכשלה.","Block quote":"בלוק ציטוט","Bold":"מודגש","Italic":"נטוי","Underline":"קו תחתון","Code":"קוד","Strikethrough":"קו חוצה","Subscript":"כתב תחתי","Superscript":"כתב עילי","Italic text":"טקסט נטוי","Move out of an inline code style":"יציאה מסגנון קוד מוטבע","Bold text":"טקסט מודגש","Underline text":"הוספת קו תחתון לטקסט","Strikethrough text":"הוספת קו חוצה לטקסט","Saving changes":"שומר שינויים","Revert autoformatting action":"ביטול פעולת העיצוב האוטומטי","Align left":"יישור לשמאל","Align right":"יישור לימין","Align center":"יישור באמצע","Justify":"מרכוז גבולות","Text alignment":"יישור טקסט","Text alignment toolbar":"סרגל כלים יישור טקסט"},getPluralForm(n){return (n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;}}}
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ ( e => {
7
+ const { [ 'he' ]: { dictionary, getPluralForm } } = {"he":{"dictionary":{"Words: %0":"מס' מילים: %0","Characters: %0":"מס' תווים: %0","Widget toolbar":"סרגל יישומון","Insert paragraph before block":"הוספת פסקה מעל","Insert paragraph after block":"הוספת פסקה מתחת","Press Enter to type after or press Shift + Enter to type before the widget":"לחץ Enter כדי להקליד לפני היישומון או Shift + Enter כדי להקליד אחריו","Keystrokes that can be used when a widget is selected (for example: image, table, etc.)":"מקשים בהם ניתן להשתמש כאשר נבחר ווידג'ט (לדוגמה: תמונה, טבלה וכו')","Insert a new paragraph directly after a widget":"הוספת פסקה חדשה ישירות אחרי ווידג'ט","Insert a new paragraph directly before a widget":"הוספת פסקה חדשה ישירות לפני ווידג'ט","Move the caret to allow typing directly before a widget":"הזזת הסמן כדי לאפשר הקלדה ישירות לפני ווידג'ט","Move the caret to allow typing directly after a widget":"הזזת הסמן כדי לאפשר הקלדה ישירות אחרי ווידג'ט","Upload in progress":"העלאה מתבצעת","Undo":"ביטול","Redo":"ביצוע מחדש","Rich Text Editor":"עורך טקסט עשיר","Editor editing area: %0":"אזור עריכה של העורך: %0","Edit block":"הגדרות בלוק","Click to edit block":"להקיש לעריכת בלוק","Drag to move":"לגרור כדי להזיז","Next":"הבא","Previous":"הקודם","Editor toolbar":"סרגל הכלים","Dropdown toolbar":"סרגל כלים נפתח","Black":"שחור","Dim grey":"אפור עמום","Grey":"אפור","Light grey":"אפור בהיר","White":"לבן","Red":"אדום","Orange":"כתום","Yellow":"צהוב","Light green":"ירוק בהיר","Green":"ירוק","Aquamarine":"ירוק-כחלחל","Turquoise":"טורקיז","Light blue":"כחול בהיר","Blue":"כחול","Purple":"סגול","Editor block content toolbar":"סרגל כלים של תוכן בלוק של העורך","Editor contextual toolbar":"סרגל כלים הקשרי של העורך","HEX":"HEX","No results found":"לא נמצאו תוצאות","No searchable items":"אין פריטים ניתנים לחיפוש","Editor dialog":"חלון דו-שיח של העורך","Close":"סגור","Help Contents. To close this dialog press ESC.":"תוכן עזרה. כדי לסגור תיבת דו-שיח זו יש להקיש על ESC.","Below, you can find a list of keyboard shortcuts that can be used in the editor.":"להלן, תוכלו למצוא רשימה של קיצורי מקשים בהם ניתן להשתמש בעורך.","(may require <kbd>Fn</kbd>)":"(עשוי לדרוש <kbd>Fn</kbd>)","Accessibility":"נגישות","Accessibility help":"עזרה בנושא נגישות","Press %0 for help.":"לחצו על %0 לקבלת עזרה.","Move focus in and out of an active dialog window":"הזזת המיקוד פנימה והחוצה מחלון דו-שיח פעיל","MENU_BAR_MENU_FILE":"קובץ","MENU_BAR_MENU_EDIT":"ערוך","MENU_BAR_MENU_VIEW":"תצוגה","MENU_BAR_MENU_INSERT":"הכנס","MENU_BAR_MENU_FORMAT":"עיצוב","MENU_BAR_MENU_TOOLS":"כלים","MENU_BAR_MENU_HELP":"עזרה","MENU_BAR_MENU_TEXT":"טקסט","MENU_BAR_MENU_FONT":"גופן","Editor menu bar":"שורת התפריטים של העורך","Please enter a valid color (e.g. \"ff0000\").":"נא להזין צבע חוקי (למשל \"ff0000\").","Insert table":"הכנס טבלה","Header column":"עמודת כותרת","Insert column left":"הכנסת עמודה משמאל","Insert column right":"הכנסת עמודה מימן","Delete column":"מחיקת עמודה","Select column":"בחירת עמודה","Column":"עמודה","Header row":"שורת כותרת","Insert row below":"הכנה שורה מתחת","Insert row above":"הכנסת שורה מעל","Delete row":"מחיקת שורה","Select row":"בחירת שורה","Row":"שורה","Merge cell up":"מיזוג תא למעלה","Merge cell right":"מיזוג תא ימינה","Merge cell down":"מיזוג תא למטה","Merge cell left":"מיזוג תא שמאלה","Split cell vertically":"פיצול תא אנכית","Split cell horizontally":"פיצול תא אופקית","Merge cells":"מיזוג תאים","Table toolbar":"סרגל כלים של טבלה","Table properties":"אפשרויות טבלה","Cell properties":"אפשרויות תא","Border":"גבול","Style":"עיצוב","Width":"רוחב","Height":"גובה","Color":"צבע","Background":"רקע","Padding":"מרווח","Dimensions":"ממדים","Table cell text alignment":"יישור טקסט של תא טבלה","Alignment":"יישור","Horizontal text alignment toolbar":"סרגל כלים של יישור טקסט אופקי","Vertical text alignment toolbar":"סרגל כלים של יישור טקסט אנכי","Table alignment toolbar":"סרגל כלים של יישור טבלה","None":"ללא","Solid":"אחיד","Dotted":"מנוקד","Dashed":"מקווקו","Double":"כפול","Groove":"Groove","Ridge":"Ridge","Inset":"פנימי","Outset":"חיצוני","Align cell text to the left":"יישר את טקסט התא לשמאל","Align cell text to the center":"יישר את טקסט התא למרכז","Align cell text to the right":"יישר את טקסט התא לימין","Justify cell text":"יישר את טקסט התא לשני הצדדים","Align cell text to the top":"יישר את טקסט התא לחלק העליון","Align cell text to the middle":"יישר את טקסט התא לאמצע","Align cell text to the bottom":"יישר את טקסט התא לחלק התחתון","Align table to the left":"יישור טבלה לשמאל","Center table":"מירכוז טבלה","Align table to the right":"יישור טבלה לימין","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"הצבע לא חוקי. נסו \"#FF0000\" או \"rgb(255,0,0)\" או \"אדום\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"הערך לא חוקי. נסו \"10px\" או \"2em\" או פשוט \"2\".","Color picker":"בורר הצבעים","Enter table caption":"הזינו כיתוב טבלה","Keystrokes that can be used in a table cell":"מקשים בהם ניתן להשתמש בתא בטבלה","Move the selection to the next cell":"העברת הבחירה לתא הבא","Move the selection to the previous cell":"העברת הבחירה לתא הקודם","Insert a new table row (when in the last cell of a table)":"הוספת שורה חדשה לטבלה (כאשר בתא האחרון של טבלה)","Navigate through the table":"ניווט בטבלה","Table":"טבלה","Styles":"סגנונות","Multiple styles":"סגנונות מרובים","Block styles":"סגנונות בלוקים","Text styles":"עיצוב טקסט","Special characters":"תווים מיוחדים","All":"כל","Arrows":"חיצים","Currency":"מטבע","Latin":"לטינית","Mathematical":"מתמטי","Text":"טקסט","leftwards simple arrow":"חץ פשוט שמאלה","rightwards simple arrow":"חץ פשוט ימינה","upwards simple arrow":"חץ פשוט כלפי מעלה","downwards simple arrow":"חץ פשוט כלפי מטה","leftwards double arrow":"חץ כפול שמאלה","rightwards double arrow":"חץ כפול ימינה","upwards double arrow":"חץ כפול למעלה","downwards double arrow":"חץ כפול למטה","leftwards dashed arrow":"חץ מקווקו שמאלה","rightwards dashed arrow":"חץ מקווקו ימינה","upwards dashed arrow":"חץ מקווקו למעלה","downwards dashed arrow":"חץ מקווקו למטה","leftwards arrow to bar":"חץ שמאלה לפס","rightwards arrow to bar":"חץ ימינה לפס","upwards arrow to bar":"חץ למעלה לפס","downwards arrow to bar":"חץ למטה לפס","up down arrow with base":"חץ למעלה ולמטה עם בסיס","back with leftwards arrow above":"\"back\" ומעליו חץ שמאלה","end with leftwards arrow above":"\"end\" ומעליו חץ שמאלה","on with exclamation mark with left right arrow above":"\"on\" עם סימן קריאה ומעליו חץ שמאלה וימינה","soon with rightwards arrow above":"\"soon\" ומעליו חץ ימינה","top with upwards arrow above":"\"top\" ומעליו חץ למעלה","Dollar sign":"סמל דולר","Euro sign":"סמל אירו","Yen sign":"סמל ין","Pound sign":"סמל ליש\"ט","Cent sign":"סמל סנט","Euro-currency sign":"סמל יחידת מטבע אירופאית","Colon sign":"סמל קולון","Cruzeiro sign":"סמל קרוזיירו","French franc sign":"סמל פרנק צרפתי","Lira sign":"סמל לירה","Currency sign":"סמל מטבע","Bitcoin sign":"סמל ביטקוין","Mill sign":"סמל מיל","Naira sign":"סמל נאירה","Peseta sign":"סמל פסטה","Rupee sign":"סמל רופי","Won sign":"סמל וון","New sheqel sign":"סמל שקל חדש","Dong sign":"סמל דונג","Kip sign":"סמל קיפ","Tugrik sign":"סמל טוגרוג","Drachma sign":"סמל דרכמה","German penny sign":"סמל פני גרמני","Peso sign":"סמל פסו","Guarani sign":"סמל גוארני","Austral sign":"סמל אאוסטרל","Hryvnia sign":"סמל הריבניה","Cedi sign":"סמל סדי","Livre tournois sign":"סמל ליבר טורנואה","Spesmilo sign":"סמל ספסמילו","Tenge sign":"סמל טנגה","Indian rupee sign":"סמל רופי הודי","Turkish lira sign":"סמל לירה טורקית","Nordic mark sign":"סמל מארק נורדי","Manat sign":"סמל מאנאט","Ruble sign":"סמל רובל","Latin capital letter a with macron":"a גדולה לטינית עם קו עילי","Latin small letter a with macron":"a קטנה לטינית עם קו עילי","Latin capital letter a with breve":"a גדולה לטינית עם ברווה","Latin small letter a with breve":"a קטנה לטינית עם ברווה","Latin capital letter a with ogonek":"a גדולה לטינית עם זנבון","Latin small letter a with ogonek":"a קטנה לטינית עם זנבון","Latin capital letter c with acute":"c גדולה לטינית עם סימן הטעמה עילי","Latin small letter c with acute":"c קטנה לטינית עם סימן הטעמה עילי","Latin capital letter c with circumflex":"c גדולה לטינית עם גג","Latin small letter c with circumflex":"c קטנה לטינית עם גג","Latin capital letter c with dot above":"c גדולה לטינית עם נקודה עילית","Latin small letter c with dot above":"c קטנה לטינית עם נקודה עילית","Latin capital letter c with caron":"c גדולה לטינית עם וי קטן","Latin small letter c with caron":"c גדולה לטינית עם וי קטן","Latin capital letter d with caron":"d גדולה לטינית עם וי קטן","Latin small letter d with caron":"d קטנה לטינית עם וי קטן","Latin capital letter d with stroke":"d גדולה לטינית עם קו","Latin small letter d with stroke":"d קטנה לטינית עם קו","Latin capital letter e with macron":"e גדולה לטינית עם קו עילי","Latin small letter e with macron":"e קטנה לטינית עם קו עילי","Latin capital letter e with breve":"e גדולה לטינית עם ברווה","Latin small letter e with breve":"e קטנה לטינית עם ברווה","Latin capital letter e with dot above":"e גדולה לטינית עם נקודה עילית","Latin small letter e with dot above":"e קטנה לטינית עם נקודה עילית","Latin capital letter e with ogonek":"e גדולה לטינית עם זנבון","Latin small letter e with ogonek":"e קטנה לטינית עם זנבון","Latin capital letter e with caron":"e גדולה לטינית עם וי קטן","Latin small letter e with caron":"e קטנה לטינית עם וי קטן","Latin capital letter g with circumflex":"g גדולה לטינית עם גג","Latin small letter g with circumflex":"g קטנה לטינית עם גג","Latin capital letter g with breve":"g גדולה לטינית עם ברווה","Latin small letter g with breve":"g קטנה לטינית עם ברווה","Latin capital letter g with dot above":"g גדולה לטינית עם נקודה עילית","Latin small letter g with dot above":"g קטנה לטינית עם נקודה עילית","Latin capital letter g with cedilla":"g גדולה לטינית עם סדיליה","Latin small letter g with cedilla":"g קטנה לטינית עם סדיליה","Latin capital letter h with circumflex":"h גדולה לטינית עם גג","Latin small letter h with circumflex":"h קטנה לטינית עם גג","Latin capital letter h with stroke":"h גדולה לטינית עם קו","Latin small letter h with stroke":"h קטנה לטינית עם קו","Latin capital letter i with tilde":"i גדולה לטינית עם טילדה","Latin small letter i with tilde":"i קטנה לטינית עם טילדה","Latin capital letter i with macron":"i גדולה לטינית עם קו עילי","Latin small letter i with macron":"i קטנה לטינית עם קו עילי","Latin capital letter i with breve":"i גדולה לטינית עם ברווה","Latin small letter i with breve":"i קטנה לטינית עם ברווה","Latin capital letter i with ogonek":"i גדולה לטינית עם זנבון","Latin small letter i with ogonek":"i קטנה לטינית עם זנבון","Latin capital letter i with dot above":"i גדולה לטינית עם נקודה עילית","Latin small letter dotless i":"i קטנה לטינית עם נקודה עילית","Latin capital ligature ij":"ליגטורה גדולה לטינית ij","Latin small ligature ij":"ליגטורה קטנה לטינית ij","Latin capital letter j with circumflex":"j גדולה לטינית עם גג","Latin small letter j with circumflex":"j קטנה לטינית עם גג","Latin capital letter k with cedilla":"k גדולה לטינית עם סדיליה","Latin small letter k with cedilla":"k קטנה לטינית עם סדיליה","Latin small letter kra":"קרה קטנה לטינית","Latin capital letter l with acute":"l גדולה לטינית עם סימן הטעמה עילי","Latin small letter l with acute":"l קטנה לטינית עם סימן הטעמה עילי","Latin capital letter l with cedilla":"l גדולה לטינית עם סדיליה","Latin small letter l with cedilla":"l קטנה לטינית עם סימן הטעמה עילי","Latin capital letter l with caron":"l גדולה לטינית עם וי קטן","Latin small letter l with caron":"l קטנה לטינית עם וי קטן","Latin capital letter l with middle dot":"l גדולה לטינית עם נקודה אמצעית","Latin small letter l with middle dot":"l קטנה לטינית עם נקודה אמצעית","Latin capital letter l with stroke":"l גדולה לטינית עם קו","Latin small letter l with stroke":"l קטנה לטינית עם קו","Latin capital letter n with acute":"n גדולה לטינית עם סימן הטעמה עילי","Latin small letter n with acute":"n קטנה לטינית עם סימן הטעמה עילי","Latin capital letter n with cedilla":"n גדולה לטינית עם סדיליה","Latin small letter n with cedilla":"n קטנה לטינית עם סדיליה","Latin capital letter n with caron":"n גדולה לטינית עם וי קטן","Latin small letter n with caron":"n קטנה לטינית עם וי קטן","Latin small letter n preceded by apostrophe":"n קטנה לטינית ולפניה אפוסטרוף","Latin capital letter eng":"אנג גדולה לטינית","Latin small letter eng":"אנג קטנה לטינית","Latin capital letter o with macron":"o גדולה לטינית עם קו עילי","Latin small letter o with macron":"o קטנה לטינית עם קו עילי","Latin capital letter o with breve":"o גדולה לטינית עם ברווה","Latin small letter o with breve":"o קטנה לטינית עם ברווה","Latin capital letter o with double acute":"o גדולה לטינית עם סימן הטעמה עילי כפול","Latin small letter o with double acute":"o קטנה לטינית עם סימן הטעמה עילי כפול","Latin capital ligature oe":"ליגטורה גדולה לטינית oe","Latin small ligature oe":"ליגטורה קטנה לטינית oe","Latin capital letter r with acute":"r גדולה לטינית עם סימן הטעמה עילי","Latin small letter r with acute":"r קטנה לטינית עם סימן הטעמה עילי","Latin capital letter r with cedilla":"r גדולה לטינית עם סדיליה","Latin small letter r with cedilla":"r קטנה לטינית עם סדיליה","Latin capital letter r with caron":"r גדולה לטינית עם וי קטן","Latin small letter r with caron":"r קטנה לטינית עם וי קטן","Latin capital letter s with acute":"s גדולה לטינית עם סימן הטעמה עילי","Latin small letter s with acute":"s קטנה לטינית עם סימן הטעמה עילי","Latin capital letter s with circumflex":"s גדולה לטינית עם גג","Latin small letter s with circumflex":"s קטנה לטינית עם גג","Latin capital letter s with cedilla":"s גדולה לטינית עם סדיליה","Latin small letter s with cedilla":"s קטנה לטינית עם סדיליה","Latin capital letter s with caron":"s גדולה לטינית עם וי קטן","Latin small letter s with caron":"s קטנה לטינית עם וי קטן","Latin capital letter t with cedilla":"t גדולה לטינית עם סדיליה","Latin small letter t with cedilla":"t קטנה לטינית עם סדיליה","Latin capital letter t with caron":"t גדולה לטינית עם וי קטן","Latin small letter t with caron":"t קטנה לטינית עם וי קטן","Latin capital letter t with stroke":"t גדולה לטינית עם קו","Latin small letter t with stroke":"t קטנה לטינית עם קו","Latin capital letter u with tilde":"u גדולה לטינית עם טילדה","Latin small letter u with tilde":"u קטנה לטינית עם טילדה","Latin capital letter u with macron":"u גדולה לטינית עם קו עילי","Latin small letter u with macron":"u קטנה לטינית עם קו עילי","Latin capital letter u with breve":"u גדולה לטינית עם ברווה","Latin small letter u with breve":"u קטנה לטינית עם ברווה","Latin capital letter u with ring above":"u גדולה לטינית עם טבעת עילית","Latin small letter u with ring above":"u קטנה לטינית עם טבעת עילית","Latin capital letter u with double acute":"u גדולה לטינית עם סימן הטעמה עילי כפול","Latin small letter u with double acute":"u קטנה לטינית עם סימן הטעמה עילי כפול","Latin capital letter u with ogonek":"u גדולה לטינית עם זנבון","Latin small letter u with ogonek":"u קטנה לטינית עם זנבון","Latin capital letter w with circumflex":"w גדולה לטינית עם גג","Latin small letter w with circumflex":"w קטנה לטינית עם גג","Latin capital letter y with circumflex":"y גדולה לטינית עם גג","Latin small letter y with circumflex":"y קטנה לטינית עם גג","Latin capital letter y with diaeresis":"y גדולה לטינית עם אומלאוט","Latin capital letter z with acute":"z גדולה לטינית עם סימן הטעמה עילי","Latin small letter z with acute":"z קטנה לטינית עם סימן הטעמה עילי","Latin capital letter z with dot above":"z גדולה לטינית עם נקודה עילית","Latin small letter z with dot above":"z קטנה לטינית עם נקודה עילית","Latin capital letter z with caron":"z גדולה לטינית עם וי קטן","Latin small letter z with caron":"z קטנה לטינית עם וי קטן","Latin small letter long s":"s ארוכה קטנה לטינית","Less-than sign":"סימן \"קטן מ-\"","Greater-than sign":"סימן \"גדול מ-\"","Less-than or equal to":"סימן \"קטן/שווה\"","Greater-than or equal to":"סימן \"גדול/שווה\"","En dash":"קו מפריד רגיל","Em dash":"קו מפריד ארוך","Macron":"קו עילי","Overline":"קו עליון","Degree sign":"סימן מעלה","Minus sign":"סימן מינוס","Plus-minus sign":"סימן פלוס-מינוס","Division sign":"סימן חילוק","Fraction slash":"לוכסן שבר","Multiplication sign":"סימן כפל","Latin small letter f with hook":"f קטנה לטינית עם וו","Integral":"אינטגרל","N-ary summation":"סכום N","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":"תוצר N","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":"מירכאות נמוכות יחידות בצורת 9","Double low-9 quotation mark":"מירכאות נמוכות כפולות בצורת 9","Inverted exclamation mark":"סימן קריאה הפוך","Inverted question mark":"סימן שאלה הפוך","Two dot leader":"מחבר שתי נקודות","Horizontal ellipsis":"שלוש נקודות אופקיות","Double dagger":"דקר כפול","Per mille sign":"סימן אלפית","Per ten thousand sign":"סימן רבבית","Double exclamation mark":"סימן קריאה כפול","Question exclamation mark":"סימן שאלה/קריאה","Exclamation question mark":"סימן קריאה/שאלה","Double question mark":"סימן שאלה כפול","Copyright sign":"סימן זכויות יוצרים","Registered sign":"סימן רשום","Trade mark sign":"סימן סמל מסחרי","Section sign":"סימן סעיף","Paragraph sign":"סימן פסקה","Reversed paragraph sign":"סימן פסקה הפוך","Character categories":"קטגוריות תווים","Source":"מקור","Show source":"הצג מקור","Show blocks":"הצג גושים","Select all":"בחר הכל","Disable editing":"הפוך עריכה ללא זמינה","Enable editing":"אפשר עריכה","Previous editable region":"האזור הקודם שניתן לעריכה","Next editable region":"האזור הבא שניתן לעריכה","Navigate editable regions":"ניווט באזורים הניתנים לעריכה","Remove Format":"הסרת עיצוב","Page break":"מעבר עמוד","media widget":"יישומון מדיה","Media URL":"כתובת URL של מדיה","Paste the media URL in the input.":"הדביקו את כתובת ה-URL של המדיה בקלט.","Tip: Paste the URL into the content to embed faster.":"טיפ: הדביקו את כתובת ה-URL לתוך התוכן כדי להטמיע מהר יותר.","The URL must not be empty.":"כתובת URL לא יכולה להיות ריקה.","This media URL is not supported.":"כתובת ה-URL של מדיה זו אינה נתמכת.","Insert media":"הכנס מדיה","Media toolbar":"סרגל כלים של מדיה","Open media in new tab":"פתח מדיה בכרטיסיה חדשה","Numbered List":"רשימה ממוספרת","Bulleted List":"רשימה מנוקדת","To-do List":"רשימת מטלות","Bulleted list styles toolbar":"סרגל כלים של סגנונות רשימה עם תבליטים","Numbered list styles toolbar":"סרגל כלים של סגנונות רשימה ממוספרת","Toggle the disc list style":"החלף מצב סגנון רשימת דיסקות","Toggle the circle list style":"החלף מצב סגנון רשימת מעגלים","Toggle the square list style":"החלף מצב סגנון רשימת ריבועים","Toggle the decimal list style":"החלף מצב סגנון רשימה עשרונית","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.":"אינדקס ההתחלה חייב להיות גדול מ-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.":"כתובת ה-URL של הקישור לא יכולה להיות ריקה.","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":"שנה את גודל התמונה ל-%0","Resize image to the original size":"שנה את גודל התמונה לגודל המקורי","Resize image (in %0)":"שינוי גודל התמונה (ב-%0)","Original":"גודל מקורי","Custom image size":"גודל תמונה מותאם אישית","Custom":"מותאם אישית","Image resize list":"רשימת שינוי גודל תמונה","Insert":"הכנס","Update":"עדכן","Insert image via URL":"הכנסת תמונה באמצעות קישור","Update image URL":"עדכן את כתובת ה-URL של התמונה","Caption for the image":"כותרת עבור התמונה","Caption for image: %0":"כותרת עבור תמונה: %0","The value must not be empty.":"הערך לא יכול להיות ריק.","The value should be a plain number.":"הערך צריך להיות מספר רגיל.","Uploading image":"מעלה תמונה","Image upload complete":"העלאת התמונה הושלמה","Error during image upload":"שגיאה במהלך העלאת התמונה","HTML object":"אובייקט HTML","Insert HTML":"הכנס HTML","HTML snippet":"קטע HTML","Paste raw HTML here...":"הדביקו כאן HTML גולמי...","Edit source":"ערוך מקור","Save changes":"שמור שינויים","No preview available":"אין תצוגה מקדימה זמינה","Empty snippet content":"תוכן קטע ריק","Horizontal line":"קו אופקי","Yellow marker":"סימון צהוב","Green marker":"סימון ירוק","Pink marker":"סימון וורוד","Blue marker":"סימון כחול","Red pen":"עט אדום","Green pen":"עט ירוק","Remove highlight":"הסר הדגשה","Highlight":"הדגשה","Text highlight toolbar":"סרגל הדגשת טקסט","Paragraph":"פיסקה","Heading":"כותרת","Choose heading":"בחר סוג כותרת","Heading 1":"כותרת 1","Heading 2":"כותרת 2","Heading 3":"כותרת 3","Heading 4":"כותרת 4","Heading 5":"כותרת 5","Heading 6":"כותרת 6","Type your title":"הזן כותרת","Type or paste your content here.":"הזן או הדבק את התוכן כאן","Font Size":"גודל טקסט","Tiny":"זעיר","Small":"קטן","Big":"גדול","Huge":"ענק","Font Family":"משפחת גופנים","Default":"ברירת מחדל","Font Color":"צבע גופן","Font Background Color":"צבע הרקע של הגופן","Document colors":"צבעי המסמך","Find and replace":"חיפוש והחלפה","Find in text…":"חיפוש בטקסט","Find":"חיפוש","Previous result":"התוצאה הקודמת","Next result":"התוצאה הבאה","Replace":"החלף","Replace all":"החלף הכל","Match case":"התאם רישיות","Whole words only":"מילים שלמות בלבד","Replace with…":"החלף ב…","Text to find must not be empty.":"הטקסט לחיפוש לא יכול להיות ריק.","Tip: Find some text first in order to replace it.":"טיפ: מצאו תחילה טקסט כדי להחליף אותו.","Advanced options":"אפשרויות מתקדמות","Find in the document":"חיפוש במסמך","Insert a soft break (a <code>&lt;br&gt;</code> element)":"הוספת שבירה רכה (אלמנט <code>&lt;br&gt;</code>)","Insert a hard break (a new paragraph)":"הוספת שבירה קשה (פסקה חדשה)","Cancel":"ביטול","Clear":"לנקות","Remove color":"מחיקת צבע","Restore default":"שחזור ברירת מחדל","Save":"שמירה","Show more items":"הצג פריטים נוספים","%0 of %1":"%0 מתוך %1","Cannot upload file:":"לא ניתן להעלות את הקובץ הבא:","Rich Text Editor. Editing area: %0":"עורך פורמט טקסט עשיר. אזור עריכה: %0","Insert with file manager":"הוספה עם מנהל הקבצים","Replace with file manager":"החלפה עם מנהל הקבצים","Insert image with file manager":"הוספת תמונה עם מנהל הקבצים","Replace image with file manager":"החלפת תמונה עם מנהל הקבצים","Toggle caption off":"כבה את הכיתוב","Toggle caption on":"הפעל את הכיתוב","Content editing keystrokes":"מקשי עריכת תוכן","These keyboard shortcuts allow for quick access to content editing features.":"קיצורי מקשים אלה מאפשרים גישה מהירה לתכונות עריכת תוכן.","User interface and content navigation keystrokes":"ממשק משתמש ומקשים לניווט בתוכן","Use the following keystrokes for more efficient navigation in the CKEditor 5 user interface.":"השתמשו במקשים הבאים לניווט יעיל יותר בממשק המשתמש של CKEditor 5.","Close contextual balloons, dropdowns, and dialogs":"סגירת בלוני הקשר, תפריטים נפתחים ותיבות דו-שיח","Open the accessibility help dialog":"פתיחת תיבת הדו-שיח של עזרה בנושא נגישות","Move focus between form fields (inputs, buttons, etc.)":"העברת המיקוד בין שדות בטופס (שדות קלט, לחצנים וכו')","Move focus to the menu bar, navigate between menu bars":"העברת המיקוד לשורת התפריטים, ניווט בין שורות התפריטים","Move focus to the toolbar, navigate between toolbars":"העברת המיקוד לסרגל הכלים, ניווט בין סרגלי כלים","Navigate through the toolbar or menu bar":"ניווט בסרגל הכלים או בשורת התפריטים","Execute the currently focused button. Executing buttons that interact with the editor content moves the focus back to the content.":"הפעלת הלחצן שבמיקוד כעת. הפעלת לחצנים המקיימים אינטראקציה עם תוכן העורך מחזירה את המיקוד לתוכן.","Accept":"קבל","Insert code block":"הוספת קטע קוד","Plain text":"טקסט פשוט","Leaving %0 code snippet":"יוצא מקטע קוד %0","Entering %0 code snippet":"נכנס לקטע קוד %0","Entering code snippet":"נכנס לקטע קוד","Leaving code snippet":"יוצא מקטע קוד","Code block":"בלוק קוד","Copy selected content":"העתקת התוכן שנבחר","Paste content":"הדבקת תוכן","Paste content as plain text":"הדבקת תוכן כטקסט רגיל","Insert image or file":"הוסף תמונה או קובץ","Image or file":"תמונה או קובץ","Could not obtain resized image URL.":"לא ניתן להשיג תמונה מוקטנת","Selecting resized image failed":"בחירת תמונה מוקטנת נכשלה","Could not insert image at the current position.":"לא ניתן להוסיף תמונה במיקום הנוכחי","Inserting image failed":"הוספת תמונה נכשלה","Open file manager":"פתח את מנהל הקבצים","Cannot determine a category for the uploaded file.":"לא ניתן לקבוע קטגוריה עבור הקובץ שהועלה.","Cannot access default workspace.":"אין גישה למרחב העבודה של ברירת המחדל.","Edit image":"עריכת תמונה","Processing the edited image.":"מעבד את התמונה הערוכה.","Server failed to process the image.":"השרת לא הצליח לעבד את התמונה.","Failed to determine category of edited image.":"קביעת הקטגוריה של התמונה הערוכה נכשלה.","Block quote":"בלוק ציטוט","Bold":"מודגש","Italic":"נטוי","Underline":"קו תחתון","Code":"קוד","Strikethrough":"קו חוצה","Subscript":"כתב תחתי","Superscript":"כתב עילי","Italic text":"טקסט נטוי","Move out of an inline code style":"יציאה מסגנון קוד מוטבע","Bold text":"טקסט מודגש","Underline text":"הוספת קו תחתון לטקסט","Strikethrough text":"הוספת קו חוצה לטקסט","Saving changes":"שומר שינויים","Revert autoformatting action":"ביטול פעולת העיצוב האוטומטי","Align left":"יישור לשמאל","Align right":"יישור לימין","Align center":"יישור באמצע","Justify":"מרכוז גבולות","Text alignment":"יישור טקסט","Text alignment toolbar":"סרגל כלים יישור טקסט"},getPluralForm(n){return (n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;}}};
8
+ e[ 'he' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'he' ].dictionary = Object.assign( e[ 'he' ].dictionary, dictionary );
10
+ e[ 'he' ].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 {"hi":{"dictionary":{"Words: %0":"Words: %0","Characters: %0":"Characters: %0","Widget toolbar":"Widget toolbar","Insert paragraph before block":"Insert paragraph before block","Insert paragraph after block":"Insert paragraph after block","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":"Upload in progress","Undo":"Undo","Redo":"Redo","Rich Text Editor":"Rich Text Editor","Editor editing area: %0":"संपादक संपादन क्षेत्र: %0","Edit block":"Edit block","Click to edit block":"ब्लॉक एडिट करने के लिए क्लिक करें","Drag to move":"मूव करने के लिए ड्रैग करें","Next":"Next","Previous":"Previous","Editor toolbar":"Editor toolbar","Dropdown toolbar":"Dropdown toolbar","Black":"Black","Dim grey":"Dim grey","Grey":"Grey","Light grey":"Light grey","White":"White","Red":"Red","Orange":"Orange","Yellow":"Yellow","Light green":"Light green","Green":"Green","Aquamarine":"Aquamarine","Turquoise":"Turquoise","Light blue":"Light blue","Blue":"Blue","Purple":"Purple","Editor block content toolbar":"एडीटर ब्लॉक कंटेंट टूलबार","Editor contextual toolbar":"एडीटर कॉन्टेक्स्टूअल टूलबार","HEX":"HEX","No results found":"कोई रिजल्ट नहीं","No searchable items":"कोई खोजने लायक आइटम नहीं","Editor dialog":"एडिटर डायलॉग","Close":"बंद करें","Help Contents. To close this dialog press ESC.":"हेल्प कॉन्टेंट्स. इस डायलॉग को बंद करने के लिए ESC दबाएँ.","Below, you can find a list of keyboard shortcuts that can be used in the editor.":"नीचे, आप उन कीबोर्ड शॉर्टकट्स की एक लिस्ट देख सकते हैं जिनका इस्तेमाल एडिटर में किया जा सकता है.","(may require <kbd>Fn</kbd>)":"(इसके लिए <kbd>Fn</kbd> की ज़रूरत हो सकती है)","Accessibility":"पहुँच","Accessibility help":"एक्सेसिबिलिटी हेल्प","Press %0 for help.":"हेल्प के लिए %0 दबाएँ.","Move focus in and out of an active dialog window":"एक एक्टिव डायलॉग विंडो में फ़ोकस को अंदर और बाहर मूव करें","MENU_BAR_MENU_FILE":"फाइल","MENU_BAR_MENU_EDIT":"Edit","MENU_BAR_MENU_VIEW":"दृश्य","MENU_BAR_MENU_INSERT":"Insert","MENU_BAR_MENU_FORMAT":"फॉर्मेट","MENU_BAR_MENU_TOOLS":"टूल्स","MENU_BAR_MENU_HELP":"हेल्प","MENU_BAR_MENU_TEXT":"टेक्स्ट","MENU_BAR_MENU_FONT":"फ़ॉन्ट","Editor menu bar":"एडिटर मेनू बार","Please enter a valid color (e.g. \"ff0000\").":"कृपया एक वैध रंग दर्ज करें (उदाहरण के लिए \"ff0000\").","Insert table":"Insert table","Header column":"Header column","Insert column left":"Insert column left","Insert column right":"Insert column right","Delete column":"Delete column","Select column":"Select column","Column":"Column","Header row":"Header row","Insert row below":"Insert row below","Insert row above":"Insert row above","Delete row":"Delete row","Select row":"Select row","Row":"Row","Merge cell up":"Merge cell up","Merge cell right":"Merge cell right","Merge cell down":"Merge cell down","Merge cell left":"Merge cell left","Split cell vertically":"Split cell vertically","Split cell horizontally":"Split cell horizontally","Merge cells":"Merge cells","Table toolbar":"Table toolbar","Table properties":"Table properties","Cell properties":"Cell properties","Border":"Border","Style":"Style","Width":"Width","Height":"Height","Color":"Color","Background":"Background","Padding":"Padding","Dimensions":"Dimensions","Table cell text alignment":"Table cell text alignment","Alignment":"Alignment","Horizontal text alignment toolbar":"Horizontal text alignment toolbar","Vertical text alignment toolbar":"Vertical text alignment toolbar","Table alignment toolbar":"Table alignment toolbar","None":"None","Solid":"Solid","Dotted":"Dotted","Dashed":"Dashed","Double":"Double","Groove":"Groove","Ridge":"Ridge","Inset":"Inset","Outset":"Outset","Align cell text to the left":"Align cell text to the left","Align cell text to the center":"Align cell text to the center","Align cell text to the right":"Align cell text to the right","Justify cell text":"Justify cell text","Align cell text to the top":"Align cell text to the top","Align cell text to the middle":"Align cell text to the middle","Align cell text to the bottom":"Align cell text to the bottom","Align table to the left":"Align table to the left","Center table":"Center table","Align table to the right":"Align table to the right","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".","Color picker":"Color picker","Enter table caption":"टेबल कैप्शन एंटर करें","Keystrokes that can be used in a table cell":"वे कीस्ट्रोक्स जिनका इस्तेमाल एक टेबल सेल में किया जा सकता है","Move the selection to the next cell":"सेलेक्शन को अगले सेल में मूव करें","Move the selection to the previous cell":"सेलेक्शन को पिछले सेल में मूव करें","Insert a new table row (when in the last cell of a table)":"एक नई टेबल रो इंसर्ट करें (जब आप किसी टेबल के आख़िरी सेल में हों)","Navigate through the table":"टेबल में नैविगेट करें","Table":"टेबल","Styles":"स्टाइल्स","Multiple styles":"कई स्टाइल्स","Block styles":"ब्लॉक स्टाइल्स","Text styles":"टेक्स्ट स्टाइल्स","Special characters":"Special characters","All":"सभी","Arrows":"एरोज","Currency":"करेंसी","Latin":"लैटिन","Mathematical":"मैथमैटिकल","Text":"टेक्स्ट","leftwards simple arrow":"सिम्पल ऐरो बाएं तरफ","rightwards simple arrow":"सिम्पल ऐरो दाएं तरफ","upwards simple arrow":"सिम्पल ऐरो ऊपर की तरफ","downwards simple arrow":"सिम्पल ऐरो नीचे की तरफ","leftwards double arrow":"leftwards double arrow","rightwards double arrow":"rightwards double arrow","upwards double arrow":"upwards double arrow","downwards double arrow":"downwards double arrow","leftwards dashed arrow":"leftwards dashed arrow","rightwards dashed arrow":"rightwards dashed arrow","upwards dashed arrow":"upwards dashed arrow","downwards dashed arrow":"downwards dashed arrow","leftwards arrow to bar":"leftwards arrow to bar","rightwards arrow to bar":"rightwards arrow to bar","upwards arrow to bar":"upwards arrow to bar","downwards arrow to bar":"downwards arrow to bar","up down arrow with base":"up down arrow with base","back with leftwards arrow above":"back with leftwards arrow above","end with leftwards arrow above":"end with leftwards arrow above","on with exclamation mark with left right arrow above":"on with exclamation mark with left right arrow above","soon with rightwards arrow above":"soon with rightwards arrow above","top with upwards arrow above":"top with upwards arrow above","Dollar sign":"Dollar sign","Euro sign":"Euro sign","Yen sign":"Yen sign","Pound sign":"Pound sign","Cent sign":"Cent sign","Euro-currency sign":"Euro-currency sign","Colon sign":"Colon sign","Cruzeiro sign":"Cruzeiro sign","French franc sign":"French franc sign","Lira sign":"Lira sign","Currency sign":"Currency sign","Bitcoin sign":"Bitcoin sign","Mill sign":"Mill sign","Naira sign":"Naira sign","Peseta sign":"Peseta sign","Rupee sign":"Rupee sign","Won sign":"Won sign","New sheqel sign":"New sheqel sign","Dong sign":"Dong sign","Kip sign":"Kip sign","Tugrik sign":"Tugrik sign","Drachma sign":"Drachma sign","German penny sign":"German penny sign","Peso sign":"Peso sign","Guarani sign":"Guarani sign","Austral sign":"Austral sign","Hryvnia sign":"Hryvnia sign","Cedi sign":"Cedi sign","Livre tournois sign":"Livre tournois sign","Spesmilo sign":"Spesmilo sign","Tenge sign":"Tenge sign","Indian rupee sign":"Indian rupee sign","Turkish lira sign":"Turkish lira sign","Nordic mark sign":"Nordic mark sign","Manat sign":"Manat sign","Ruble sign":"Ruble sign","Latin capital letter a with macron":"Latin capital letter a with macron","Latin small letter a with macron":"Latin small letter a with macron","Latin capital letter a with breve":"Latin capital letter a with breve","Latin small letter a with breve":"Latin small letter a with breve","Latin capital letter a with ogonek":"Latin capital letter a with ogonek","Latin small letter a with ogonek":"Latin small letter a with ogonek","Latin capital letter c with acute":"Latin capital letter c with acute","Latin small letter c with acute":"Latin small letter c with acute","Latin capital letter c with circumflex":"Latin capital letter c with circumflex","Latin small letter c with circumflex":"Latin small letter c with circumflex","Latin capital letter c with dot above":"Latin capital letter c with dot above","Latin small letter c with dot above":"Latin small letter c with dot above","Latin capital letter c with caron":"Latin capital letter c with caron","Latin small letter c with caron":"Latin small letter c with caron","Latin capital letter d with caron":"Latin capital letter d with caron","Latin small letter d with caron":"Latin small letter d with caron","Latin capital letter d with stroke":"Latin capital letter d with stroke","Latin small letter d with stroke":"Latin small letter d with stroke","Latin capital letter e with macron":"Latin capital letter e with macron","Latin small letter e with macron":"Latin small letter e with macron","Latin capital letter e with breve":"Latin capital letter e with breve","Latin small letter e with breve":"Latin small letter e with breve","Latin capital letter e with dot above":"Latin capital letter e with dot above","Latin small letter e with dot above":"Latin small letter e with dot above","Latin capital letter e with ogonek":"Latin capital letter e with ogonek","Latin small letter e with ogonek":"Latin small letter e with ogonek","Latin capital letter e with caron":"Latin capital letter e with caron","Latin small letter e with caron":"Latin small letter e with caron","Latin capital letter g with circumflex":"Latin capital letter g with circumflex","Latin small letter g with circumflex":"Latin small letter g with circumflex","Latin capital letter g with breve":"Latin capital letter g with breve","Latin small letter g with breve":"Latin small letter g with breve","Latin capital letter g with dot above":"Latin capital letter g with dot above","Latin small letter g with dot above":"Latin small letter g with dot above","Latin capital letter g with cedilla":"Latin capital letter g with cedilla","Latin small letter g with cedilla":"Latin small letter g with cedilla","Latin capital letter h with circumflex":"Latin capital letter h with circumflex","Latin small letter h with circumflex":"Latin small letter h with circumflex","Latin capital letter h with stroke":"Latin capital letter h with stroke","Latin small letter h with stroke":"Latin small letter h with stroke","Latin capital letter i with tilde":"Latin capital letter i with tilde","Latin small letter i with tilde":"Latin small letter i with tilde","Latin capital letter i with macron":"Latin capital letter i with macron","Latin small letter i with macron":"Latin small letter i with macron","Latin capital letter i with breve":"Latin capital letter i with breve","Latin small letter i with breve":"Latin small letter i with breve","Latin capital letter i with ogonek":"Latin capital letter i with ogonek","Latin small letter i with ogonek":"Latin small letter i with ogonek","Latin capital letter i with dot above":"Latin capital letter i with dot above","Latin small letter dotless i":"Latin small letter dotless i","Latin capital ligature ij":"Latin capital ligature ij","Latin small ligature ij":"Latin small ligature ij","Latin capital letter j with circumflex":"Latin capital letter j with circumflex","Latin small letter j with circumflex":"Latin small letter j with circumflex","Latin capital letter k with cedilla":"Latin capital letter k with cedilla","Latin small letter k with cedilla":"Latin small letter k with cedilla","Latin small letter kra":"Latin small letter kra","Latin capital letter l with acute":"Latin capital letter l with acute","Latin small letter l with acute":"Latin small letter l with acute","Latin capital letter l with cedilla":"Latin capital letter l with cedilla","Latin small letter l with cedilla":"Latin small letter l with cedilla","Latin capital letter l with caron":"Latin capital letter l with caron","Latin small letter l with caron":"Latin small letter l with caron","Latin capital letter l with middle dot":"Latin capital letter l with middle dot","Latin small letter l with middle dot":"Latin small letter l with middle dot","Latin capital letter l with stroke":"Latin capital letter l with stroke","Latin small letter l with stroke":"Latin small letter l with stroke","Latin capital letter n with acute":"Latin capital letter n with acute","Latin small letter n with acute":"Latin small letter n with acute","Latin capital letter n with cedilla":"Latin capital letter n with cedilla","Latin small letter n with cedilla":"Latin small letter n with cedilla","Latin capital letter n with caron":"Latin capital letter n with caron","Latin small letter n with caron":"Latin small letter n with caron","Latin small letter n preceded by apostrophe":"Latin small letter n preceded by apostrophe","Latin capital letter eng":"Latin capital letter eng","Latin small letter eng":"Latin small letter eng","Latin capital letter o with macron":"Latin capital letter o with macron","Latin small letter o with macron":"Latin small letter o with macron","Latin capital letter o with breve":"Latin capital letter o with breve","Latin small letter o with breve":"Latin small letter o with breve","Latin capital letter o with double acute":"Latin capital letter o with double acute","Latin small letter o with double acute":"Latin small letter o with double acute","Latin capital ligature oe":"Latin capital ligature oe","Latin small ligature oe":"Latin small ligature oe","Latin capital letter r with acute":"Latin capital letter r with acute","Latin small letter r with acute":"Latin small letter r with acute","Latin capital letter r with cedilla":"Latin capital letter r with cedilla","Latin small letter r with cedilla":"Latin small letter r with cedilla","Latin capital letter r with caron":"Latin capital letter r with caron","Latin small letter r with caron":"Latin small letter r with caron","Latin capital letter s with acute":"Latin capital letter s with acute","Latin small letter s with acute":"Latin small letter s with acute","Latin capital letter s with circumflex":"Latin capital letter s with circumflex","Latin small letter s with circumflex":"Latin small letter s with circumflex","Latin capital letter s with cedilla":"Latin capital letter s with cedilla","Latin small letter s with cedilla":"Latin small letter s with cedilla","Latin capital letter s with caron":"Latin capital letter s with caron","Latin small letter s with caron":"Latin small letter s with caron","Latin capital letter t with cedilla":"Latin capital letter t with cedilla","Latin small letter t with cedilla":"Latin small letter t with cedilla","Latin capital letter t with caron":"Latin capital letter t with caron","Latin small letter t with caron":"Latin small letter t with caron","Latin capital letter t with stroke":"Latin capital letter t with stroke","Latin small letter t with stroke":"Latin small letter t with stroke","Latin capital letter u with tilde":"Latin capital letter u with tilde","Latin small letter u with tilde":"Latin small letter u with tilde","Latin capital letter u with macron":"Latin capital letter u with macron","Latin small letter u with macron":"Latin small letter u with macron","Latin capital letter u with breve":"Latin capital letter u with breve","Latin small letter u with breve":"Latin small letter u with breve","Latin capital letter u with ring above":"Latin capital letter u with ring above","Latin small letter u with ring above":"Latin small letter u with ring above","Latin capital letter u with double acute":"Latin capital letter u with double acute","Latin small letter u with double acute":"Latin small letter u with double acute","Latin capital letter u with ogonek":"Latin capital letter u with ogonek","Latin small letter u with ogonek":"Latin small letter u with ogonek","Latin capital letter w with circumflex":"Latin capital letter w with circumflex","Latin small letter w with circumflex":"Latin small letter w with circumflex","Latin capital letter y with circumflex":"Latin capital letter y with circumflex","Latin small letter y with circumflex":"Latin small letter y with circumflex","Latin capital letter y with diaeresis":"Latin capital letter y with diaeresis","Latin capital letter z with acute":"Latin capital letter z with acute","Latin small letter z with acute":"Latin small letter z with acute","Latin capital letter z with dot above":"Latin capital letter z with dot above","Latin small letter z with dot above":"Latin small letter z with dot above","Latin capital letter z with caron":"Latin capital letter z with caron","Latin small letter z with caron":"Latin small letter z with caron","Latin small letter long s":"Latin small letter long s","Less-than sign":"Less-than sign","Greater-than sign":"Greater-than sign","Less-than or equal to":"Less-than or equal to","Greater-than or equal to":"Greater-than or equal to","En dash":"En dash","Em dash":"Em dash","Macron":"Macron","Overline":"Overline","Degree sign":"Degree sign","Minus sign":"Minus sign","Plus-minus sign":"Plus-minus sign","Division sign":"Division sign","Fraction slash":"Fraction slash","Multiplication sign":"Multiplication sign","Latin small letter f with hook":"Latin small letter f with hook","Integral":"Integral","N-ary summation":"N-ary summation","Infinity":"Infinity","Square root":"Square root","Tilde operator":"Tilde operator","Approximately equal to":"Approximately equal to","Almost equal to":"Almost equal to","Not equal to":"Not equal to","Identical to":"Identical to","Element of":"Element of","Not an element of":"Not an element of","Contains as member":"Contains as member","N-ary product":"N-ary product","Logical and":"Logical and","Logical or":"Logical or","Not sign":"Not sign","Intersection":"Intersection","Union":"Union","Partial differential":"Partial differential","For all":"For all","There exists":"There exists","Empty set":"Empty set","Nabla":"Nabla","Asterisk operator":"Asterisk operator","Proportional to":"Proportional to","Angle":"Angle","Vulgar fraction one quarter":"Vulgar fraction one quarter","Vulgar fraction one half":"Vulgar fraction one half","Vulgar fraction three quarters":"Vulgar fraction three quarters","Single left-pointing angle quotation mark":"Single left-pointing angle quotation mark","Single right-pointing angle quotation mark":"Single right-pointing angle quotation mark","Left-pointing double angle quotation mark":"Left-pointing double angle quotation mark","Right-pointing double angle quotation mark":"Right-pointing double angle quotation mark","Left single quotation mark":"Left single quotation mark","Right single quotation mark":"Right single quotation mark","Left double quotation mark":"Left double quotation mark","Right double quotation mark":"Right double quotation mark","Single low-9 quotation mark":"Single low-9 quotation mark","Double low-9 quotation mark":"Double low-9 quotation mark","Inverted exclamation mark":"Inverted exclamation mark","Inverted question mark":"Inverted question mark","Two dot leader":"Two dot leader","Horizontal ellipsis":"Horizontal ellipsis","Double dagger":"Double dagger","Per mille sign":"Per mille sign","Per ten thousand sign":"Per ten thousand sign","Double exclamation mark":"Double exclamation mark","Question exclamation mark":"Question exclamation mark","Exclamation question mark":"Exclamation question mark","Double question mark":"Double question mark","Copyright sign":"Copyright sign","Registered sign":"Registered sign","Trade mark sign":"Trade mark sign","Section sign":"Section sign","Paragraph sign":"Paragraph sign","Reversed paragraph sign":"Reversed paragraph sign","Character categories":"Character categories","Source":"सोर्स","Show source":"सोर्स दिखाएं","Show blocks":"ब्लॉक दिखाएं","Select all":"Select all","Disable editing":"Disable editing","Enable editing":"Enable editing","Previous editable region":"Previous editable region","Next editable region":"Next editable region","Navigate editable regions":"Navigate editable regions","Remove Format":"Remove Format","Page break":"Page break","media widget":"media widget","Media URL":"Media URL","Paste the media URL in the input.":"Paste the media URL in the input.","Tip: Paste the URL into the content to embed faster.":"Tip: Paste the URL into the content to embed faster.","The URL must not be empty.":"The URL must not be empty.","This media URL is not supported.":"This media URL is not supported.","Insert media":"Insert media","Media toolbar":"Media toolbar","Open media in new tab":"नए टैब में मीडिया खोलें","Numbered List":"Numbered List","Bulleted List":"Bulleted List","To-do List":"To-do List","Bulleted list styles toolbar":"Bulleted list styles toolbar","Numbered list styles toolbar":"Numbered list styles toolbar","Toggle the disc list style":"Toggle the disc list style","Toggle the circle list style":"Toggle the circle list style","Toggle the square list style":"Toggle the square list style","Toggle the decimal list style":"Toggle the decimal list style","Toggle the decimal with leading zero list style":"Toggle the decimal with leading zero list style","Toggle the lower–roman list style":"Toggle the lower–roman list style","Toggle the upper–roman list style":"Toggle the upper–roman list style","Toggle the lower–latin list style":"Toggle the lower–latin list style","Toggle the upper–latin list style":"Toggle the upper–latin list style","Disc":"Disc","Circle":"Circle","Square":"Square","Decimal":"Decimal","Decimal with leading zero":"Decimal with leading zero","Lower–roman":"Lower–roman","Upper-roman":"Upper-roman","Lower-latin":"Lower-latin","Upper-latin":"Upper-latin","List properties":"प्रॉपर्टीज़ को लिस्ट करें","Start at":"शुरू करे इस पर","Invalid start index value.":"इनवैलिड स्टार्ट इंडेक्स वैल्यू.","Start index must be greater than 0.":"स्टार्ट इंडेक्स 0 से अधिक होना चाहिए.","Reversed order":"रिवर्स किया गया क्रम","Keystrokes that can be used in a list":"वे कीस्ट्रोक्स जिनका इस्तेमाल किसी लिस्ट में किया जा सकता है","Increase list item indent":"लिस्ट आइटम इंडेंट को बढ़ाएँ","Decrease list item indent":"लिस्ट आइटम इंडेंट को घटाएँ","Entering a to-do list":"एक कार्य सूची में प्रवेश कर रहे हैं","Leaving a to-do list":"एक कार्य सूची छोड़ी जा रही है","Unlink":"Unlink","Link":"Link","Link URL":"Link URL","Link URL must not be empty.":"लिंक का URL रिक्त नहीं होना चाहिए.","Link image":"Link image","Edit link":"Edit link","Open link in new tab":"Open link in new tab","This link has no URL":"This link has no URL","Open in a new tab":"Open in a new tab","Downloadable":"Downloadable","Create link":"लिंक बनाएँ","Move out of a link":"लिंक के बाहर जाएँ","Language":"भाषा","Choose language":"भाषा चुनें","Remove language":"भाषा हटाएं","Increase indent":"Increase indent","Decrease indent":"Decrease indent","image widget":"image widget","Wrap text":"टेक्स्ट रैप करें","Break text":"टेक्स्ट तोड़ें","In line":"इन - लाइन","Side image":"Side image","Full size image":"Full size image","Left aligned image":"Left aligned image","Centered image":"Centered image","Right aligned image":"Right aligned image","Change image text alternative":"Change image text alternative","Text alternative":"Text alternative","Enter image caption":"Enter image caption","Insert image":"Insert image","Replace image":"इमेज बदलें","Upload from computer":"कंप्यूटर से अपलोड करे","Replace from computer":"कंप्यूटर से बदलें","Upload image from computer":"कंप्यूटर से इमेज अपलोड करें","Image from computer":"कंप्यूटर से इमेज","Replace image from computer":"कंप्यूटर से इमेज बदलें","Upload failed":"Upload failed","Image toolbar":"Image toolbar","Resize image":"Resize image","Resize image to %0":"Resize image to %0","Resize image to the original size":"Resize image to the original size","Resize image (in %0)":"(%0 में) तस्वीर का साइज़ बदलें","Original":"Original","Custom image size":"तस्वीर का कस्टम साइज़","Custom":"कस्टम","Image resize list":"Image resize list","Insert":"Insert","Update":"Update","Insert image via URL":"Insert image via URL","Update image URL":"Update image URL","Caption for the image":"छवि के लिए कैप्शन","Caption for image: %0":"छवि के लिए कैप्शन: %0","The value must not be empty.":"वैल्यू रिक्त नहीं होना चाहिए.","The value should be a plain number.":"वैल्यू एक प्लेन नंबर होना चाहिए.","Uploading image":"तस्वीर अपलोड की जा रही है","Image upload complete":"तस्वीर का अपलोड पूरा हुआ","Error during image upload":"तस्वीर अपलोड के दौरान त्रुटि","HTML object":"एचटीएमएल वस्तु","Insert HTML":"एचटीएमएल इन्सर्ट करें","HTML snippet":"एचटीएमएल स्निपेट","Paste raw HTML here...":"रॉ एचटीएमएल यहां पेस्ट करें...","Edit source":"सोर्स एडिट करें","Save changes":"चेंजेज़ को सेव करें","No preview available":"कोई प्रीव्यू उपलब्ध नहीं","Empty snippet content":"खाली स्निपेट कंटेंट","Horizontal line":"Horizontal line","Yellow marker":"Yellow marker","Green marker":"Green marker","Pink marker":"Pink marker","Blue marker":"Blue marker","Red pen":"Red pen","Green pen":"Green pen","Remove highlight":"Remove highlight","Highlight":"Highlight","Text highlight toolbar":"Text highlight toolbar","Paragraph":"Paragraph","Heading":"Heading","Choose heading":"Choose heading","Heading 1":"Heading 1","Heading 2":"Heading 2","Heading 3":"Heading 3","Heading 4":"Heading 4","Heading 5":"Heading 5","Heading 6":"Heading 6","Type your title":"Type your title","Type or paste your content here.":"Type or paste your content here.","Font Size":"Font Size","Tiny":"Tiny","Small":"Small","Big":"Big","Huge":"Huge","Font Family":"Font Family","Default":"Default","Font Color":"Font Color","Font Background Color":"Font Background Color","Document colors":"Document colors","Find and replace":"ढूँढें और बदलें","Find in text…":"टेक्स्ट में ढूंढें…","Find":"ढूँढें","Previous result":"पिछला रेज़ल्ट","Next result":"अगला रेज़ल्ट","Replace":"बदलें","Replace all":"सब बदल दें","Match case":"केस मैच करें","Whole words only":"केवल पूरे शब्द","Replace with…":"...के साथ बदलें","Text to find must not be empty.":"खोजने के लिए टेक्स्ट खाली नहीं होना चाहिए.","Tip: Find some text first in order to replace it.":"टिप:उसे बदलने के लिए पहले कुछ वह टेक्स्ट खोजें.","Advanced options":"एडवांस्ड विकल्प","Find in the document":"डॉक्युमेंट में खोजें","Insert a soft break (a <code>&lt;br&gt;</code> element)":"एक सॉफ़्ट ब्रेक इंसर्ट करें (एक <code>&lt;br&gt;</code> एलिमेंट)","Insert a hard break (a new paragraph)":"एक हार्ड ब्रेक इंसर्ट करें (एक नया पैराग्राफ़)","Cancel":"Cancel","Clear":"साफ़ करें","Remove color":"Remove color","Restore default":"डिफ़ॉल्ट रिस्टोर कर दें","Save":"Save","Show more items":"Show more items","%0 of %1":"%0 of %1","Cannot upload file:":"Cannot upload file:","Rich Text Editor. Editing area: %0":"रिच टेक्स्ट एडिटर। संपादन क्षेत्र: %0","Insert with file manager":"फ़ाइल मैनेजर से इन्सर्ट करें","Replace with file manager":"फ़ाइल मैनेजर से बदलें","Insert image with file manager":"फ़ाइल मैनेजर से इमेज इन्सर्ट करें","Replace image with file manager":"इमेज को फ़ाइल मैनेजर से बदलें","Toggle caption off":"कैप्शन को टॉगल बंद करें","Toggle caption on":"कैप्शन का टॉगल ऑन करें","Content editing keystrokes":"कॉन्टेंट एडिटिंग कीस्ट्रोक्स","These keyboard shortcuts allow for quick access to content editing features.":"ये कीबोर्ड शॉर्टकट्स कॉन्टेंट एडिटिंग फ़ीचर्स तक पहुँचना आसान बनाते हैं.","User interface and content navigation keystrokes":"यूज़र इंटरफ़ेस और कॉन्टेंट नैविगेशन कीस्ट्रोक्स","Use the following keystrokes for more efficient navigation in the CKEditor 5 user interface.":"CKEditor 5 यूज़र इंटरफ़ेस में और बेहतरीन नैविगेशन के लिए इन कीस्ट्रोक्स का इस्तेमाल करें.","Close contextual balloons, dropdowns, and dialogs":"कॉन्टेक्सचुअल बलून्स, ड्रॉपडाउन्स और डायलॉग्स को बंद करें","Open the accessibility help dialog":"एक्सेसिबिलिटी हेल्प डायलॉग को खोलें","Move focus between form fields (inputs, buttons, etc.)":"फ़ॉर्म फ़ील्ड्स (इनपुट्स, बटन्स, आदि) के बीच फ़ोकस को मूव करें","Move focus to the menu bar, navigate between menu bars":"फ़ोकस को मेनू बार पर ले जाएँ, मेनू बार के बीच नेविगेट करें","Move focus to the toolbar, navigate between toolbars":"फ़ोकस को टूलबार पर ले जाएँ, टूलबार्स के बीच नैविगेट करें","Navigate through the toolbar or menu bar":"टूलबार या मेनू बार के माध्यम से नेविगेट करें","Execute the currently focused button. Executing buttons that interact with the editor content moves the focus back to the content.":"वर्तमान में फोकस्ड बटन दबाएँ. एडिटर के कंटेंट के साथ इंटरैक्ट करने वाले बटनों को दबाने से फोकस वापस कंटेंट पर आ जाता है.","Accept":"स्वीकार करें","Insert code block":"Insert code block","Plain text":"Plain text","Leaving %0 code snippet":"%0 कोड स्निपेट से बहार निकला जा रहा है","Entering %0 code snippet":"%0 कोड स्निपेट में प्रवेश किया जा रहा है","Entering code snippet":"कोड स्निपेट में प्रवेश किया जा रहा है","Leaving code snippet":"कोड स्निपेट में प्रवेश किया जा रहा है","Code block":"कोड ब्लॉक","Copy selected content":"सेलेक्ट किए गए कॉन्टेंट को कॉपी करें","Paste content":"कॉन्टेंट पेस्ट करें","Paste content as plain text":"कॉन्टेंट को प्लेन टेक्स्ट के रूप में पेस्ट करें","Insert image or file":"Insert image or file","Image or file":"इमेज या फाइल","Could not obtain resized image URL.":"Could not obtain resized image URL.","Selecting resized image failed":"Selecting resized image failed","Could not insert image at the current position.":"Could not insert image at the current position.","Inserting image failed":"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":"Block quote","Bold":"Bold","Italic":"Italic","Underline":"Underline","Code":"Code","Strikethrough":"Strikethrough","Subscript":"Subscript","Superscript":"Superscript","Italic text":"इटैलिक टेक्स्ट","Move out of an inline code style":"इनलाइन कोड स्टाइल के बाहर जाएँ","Bold text":"टेक्स्ट को बोल्ड करें","Underline text":"टेक्स्ट को अंडरलाइन करें","Strikethrough text":"टेक्स्ट को स्ट्राइकथ्रू करें","Saving changes":"Saving changes","Revert autoformatting action":"ऑटोफ़ॉर्मैटिंग एक्शन को रिवर्ट करें","Align left":"Align left","Align right":"Align right","Align center":"Align center","Justify":"Justify","Text alignment":"Text alignment","Text alignment toolbar":"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 { [ 'hi' ]: { dictionary, getPluralForm } } = {"hi":{"dictionary":{"Words: %0":"Words: %0","Characters: %0":"Characters: %0","Widget toolbar":"Widget toolbar","Insert paragraph before block":"Insert paragraph before block","Insert paragraph after block":"Insert paragraph after block","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":"Upload in progress","Undo":"Undo","Redo":"Redo","Rich Text Editor":"Rich Text Editor","Editor editing area: %0":"संपादक संपादन क्षेत्र: %0","Edit block":"Edit block","Click to edit block":"ब्लॉक एडिट करने के लिए क्लिक करें","Drag to move":"मूव करने के लिए ड्रैग करें","Next":"Next","Previous":"Previous","Editor toolbar":"Editor toolbar","Dropdown toolbar":"Dropdown toolbar","Black":"Black","Dim grey":"Dim grey","Grey":"Grey","Light grey":"Light grey","White":"White","Red":"Red","Orange":"Orange","Yellow":"Yellow","Light green":"Light green","Green":"Green","Aquamarine":"Aquamarine","Turquoise":"Turquoise","Light blue":"Light blue","Blue":"Blue","Purple":"Purple","Editor block content toolbar":"एडीटर ब्लॉक कंटेंट टूलबार","Editor contextual toolbar":"एडीटर कॉन्टेक्स्टूअल टूलबार","HEX":"HEX","No results found":"कोई रिजल्ट नहीं","No searchable items":"कोई खोजने लायक आइटम नहीं","Editor dialog":"एडिटर डायलॉग","Close":"बंद करें","Help Contents. To close this dialog press ESC.":"हेल्प कॉन्टेंट्स. इस डायलॉग को बंद करने के लिए ESC दबाएँ.","Below, you can find a list of keyboard shortcuts that can be used in the editor.":"नीचे, आप उन कीबोर्ड शॉर्टकट्स की एक लिस्ट देख सकते हैं जिनका इस्तेमाल एडिटर में किया जा सकता है.","(may require <kbd>Fn</kbd>)":"(इसके लिए <kbd>Fn</kbd> की ज़रूरत हो सकती है)","Accessibility":"पहुँच","Accessibility help":"एक्सेसिबिलिटी हेल्प","Press %0 for help.":"हेल्प के लिए %0 दबाएँ.","Move focus in and out of an active dialog window":"एक एक्टिव डायलॉग विंडो में फ़ोकस को अंदर और बाहर मूव करें","MENU_BAR_MENU_FILE":"फाइल","MENU_BAR_MENU_EDIT":"Edit","MENU_BAR_MENU_VIEW":"दृश्य","MENU_BAR_MENU_INSERT":"Insert","MENU_BAR_MENU_FORMAT":"फॉर्मेट","MENU_BAR_MENU_TOOLS":"टूल्स","MENU_BAR_MENU_HELP":"हेल्प","MENU_BAR_MENU_TEXT":"टेक्स्ट","MENU_BAR_MENU_FONT":"फ़ॉन्ट","Editor menu bar":"एडिटर मेनू बार","Please enter a valid color (e.g. \"ff0000\").":"कृपया एक वैध रंग दर्ज करें (उदाहरण के लिए \"ff0000\").","Insert table":"Insert table","Header column":"Header column","Insert column left":"Insert column left","Insert column right":"Insert column right","Delete column":"Delete column","Select column":"Select column","Column":"Column","Header row":"Header row","Insert row below":"Insert row below","Insert row above":"Insert row above","Delete row":"Delete row","Select row":"Select row","Row":"Row","Merge cell up":"Merge cell up","Merge cell right":"Merge cell right","Merge cell down":"Merge cell down","Merge cell left":"Merge cell left","Split cell vertically":"Split cell vertically","Split cell horizontally":"Split cell horizontally","Merge cells":"Merge cells","Table toolbar":"Table toolbar","Table properties":"Table properties","Cell properties":"Cell properties","Border":"Border","Style":"Style","Width":"Width","Height":"Height","Color":"Color","Background":"Background","Padding":"Padding","Dimensions":"Dimensions","Table cell text alignment":"Table cell text alignment","Alignment":"Alignment","Horizontal text alignment toolbar":"Horizontal text alignment toolbar","Vertical text alignment toolbar":"Vertical text alignment toolbar","Table alignment toolbar":"Table alignment toolbar","None":"None","Solid":"Solid","Dotted":"Dotted","Dashed":"Dashed","Double":"Double","Groove":"Groove","Ridge":"Ridge","Inset":"Inset","Outset":"Outset","Align cell text to the left":"Align cell text to the left","Align cell text to the center":"Align cell text to the center","Align cell text to the right":"Align cell text to the right","Justify cell text":"Justify cell text","Align cell text to the top":"Align cell text to the top","Align cell text to the middle":"Align cell text to the middle","Align cell text to the bottom":"Align cell text to the bottom","Align table to the left":"Align table to the left","Center table":"Center table","Align table to the right":"Align table to the right","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".","Color picker":"Color picker","Enter table caption":"टेबल कैप्शन एंटर करें","Keystrokes that can be used in a table cell":"वे कीस्ट्रोक्स जिनका इस्तेमाल एक टेबल सेल में किया जा सकता है","Move the selection to the next cell":"सेलेक्शन को अगले सेल में मूव करें","Move the selection to the previous cell":"सेलेक्शन को पिछले सेल में मूव करें","Insert a new table row (when in the last cell of a table)":"एक नई टेबल रो इंसर्ट करें (जब आप किसी टेबल के आख़िरी सेल में हों)","Navigate through the table":"टेबल में नैविगेट करें","Table":"टेबल","Styles":"स्टाइल्स","Multiple styles":"कई स्टाइल्स","Block styles":"ब्लॉक स्टाइल्स","Text styles":"टेक्स्ट स्टाइल्स","Special characters":"Special characters","All":"सभी","Arrows":"एरोज","Currency":"करेंसी","Latin":"लैटिन","Mathematical":"मैथमैटिकल","Text":"टेक्स्ट","leftwards simple arrow":"सिम्पल ऐरो बाएं तरफ","rightwards simple arrow":"सिम्पल ऐरो दाएं तरफ","upwards simple arrow":"सिम्पल ऐरो ऊपर की तरफ","downwards simple arrow":"सिम्पल ऐरो नीचे की तरफ","leftwards double arrow":"leftwards double arrow","rightwards double arrow":"rightwards double arrow","upwards double arrow":"upwards double arrow","downwards double arrow":"downwards double arrow","leftwards dashed arrow":"leftwards dashed arrow","rightwards dashed arrow":"rightwards dashed arrow","upwards dashed arrow":"upwards dashed arrow","downwards dashed arrow":"downwards dashed arrow","leftwards arrow to bar":"leftwards arrow to bar","rightwards arrow to bar":"rightwards arrow to bar","upwards arrow to bar":"upwards arrow to bar","downwards arrow to bar":"downwards arrow to bar","up down arrow with base":"up down arrow with base","back with leftwards arrow above":"back with leftwards arrow above","end with leftwards arrow above":"end with leftwards arrow above","on with exclamation mark with left right arrow above":"on with exclamation mark with left right arrow above","soon with rightwards arrow above":"soon with rightwards arrow above","top with upwards arrow above":"top with upwards arrow above","Dollar sign":"Dollar sign","Euro sign":"Euro sign","Yen sign":"Yen sign","Pound sign":"Pound sign","Cent sign":"Cent sign","Euro-currency sign":"Euro-currency sign","Colon sign":"Colon sign","Cruzeiro sign":"Cruzeiro sign","French franc sign":"French franc sign","Lira sign":"Lira sign","Currency sign":"Currency sign","Bitcoin sign":"Bitcoin sign","Mill sign":"Mill sign","Naira sign":"Naira sign","Peseta sign":"Peseta sign","Rupee sign":"Rupee sign","Won sign":"Won sign","New sheqel sign":"New sheqel sign","Dong sign":"Dong sign","Kip sign":"Kip sign","Tugrik sign":"Tugrik sign","Drachma sign":"Drachma sign","German penny sign":"German penny sign","Peso sign":"Peso sign","Guarani sign":"Guarani sign","Austral sign":"Austral sign","Hryvnia sign":"Hryvnia sign","Cedi sign":"Cedi sign","Livre tournois sign":"Livre tournois sign","Spesmilo sign":"Spesmilo sign","Tenge sign":"Tenge sign","Indian rupee sign":"Indian rupee sign","Turkish lira sign":"Turkish lira sign","Nordic mark sign":"Nordic mark sign","Manat sign":"Manat sign","Ruble sign":"Ruble sign","Latin capital letter a with macron":"Latin capital letter a with macron","Latin small letter a with macron":"Latin small letter a with macron","Latin capital letter a with breve":"Latin capital letter a with breve","Latin small letter a with breve":"Latin small letter a with breve","Latin capital letter a with ogonek":"Latin capital letter a with ogonek","Latin small letter a with ogonek":"Latin small letter a with ogonek","Latin capital letter c with acute":"Latin capital letter c with acute","Latin small letter c with acute":"Latin small letter c with acute","Latin capital letter c with circumflex":"Latin capital letter c with circumflex","Latin small letter c with circumflex":"Latin small letter c with circumflex","Latin capital letter c with dot above":"Latin capital letter c with dot above","Latin small letter c with dot above":"Latin small letter c with dot above","Latin capital letter c with caron":"Latin capital letter c with caron","Latin small letter c with caron":"Latin small letter c with caron","Latin capital letter d with caron":"Latin capital letter d with caron","Latin small letter d with caron":"Latin small letter d with caron","Latin capital letter d with stroke":"Latin capital letter d with stroke","Latin small letter d with stroke":"Latin small letter d with stroke","Latin capital letter e with macron":"Latin capital letter e with macron","Latin small letter e with macron":"Latin small letter e with macron","Latin capital letter e with breve":"Latin capital letter e with breve","Latin small letter e with breve":"Latin small letter e with breve","Latin capital letter e with dot above":"Latin capital letter e with dot above","Latin small letter e with dot above":"Latin small letter e with dot above","Latin capital letter e with ogonek":"Latin capital letter e with ogonek","Latin small letter e with ogonek":"Latin small letter e with ogonek","Latin capital letter e with caron":"Latin capital letter e with caron","Latin small letter e with caron":"Latin small letter e with caron","Latin capital letter g with circumflex":"Latin capital letter g with circumflex","Latin small letter g with circumflex":"Latin small letter g with circumflex","Latin capital letter g with breve":"Latin capital letter g with breve","Latin small letter g with breve":"Latin small letter g with breve","Latin capital letter g with dot above":"Latin capital letter g with dot above","Latin small letter g with dot above":"Latin small letter g with dot above","Latin capital letter g with cedilla":"Latin capital letter g with cedilla","Latin small letter g with cedilla":"Latin small letter g with cedilla","Latin capital letter h with circumflex":"Latin capital letter h with circumflex","Latin small letter h with circumflex":"Latin small letter h with circumflex","Latin capital letter h with stroke":"Latin capital letter h with stroke","Latin small letter h with stroke":"Latin small letter h with stroke","Latin capital letter i with tilde":"Latin capital letter i with tilde","Latin small letter i with tilde":"Latin small letter i with tilde","Latin capital letter i with macron":"Latin capital letter i with macron","Latin small letter i with macron":"Latin small letter i with macron","Latin capital letter i with breve":"Latin capital letter i with breve","Latin small letter i with breve":"Latin small letter i with breve","Latin capital letter i with ogonek":"Latin capital letter i with ogonek","Latin small letter i with ogonek":"Latin small letter i with ogonek","Latin capital letter i with dot above":"Latin capital letter i with dot above","Latin small letter dotless i":"Latin small letter dotless i","Latin capital ligature ij":"Latin capital ligature ij","Latin small ligature ij":"Latin small ligature ij","Latin capital letter j with circumflex":"Latin capital letter j with circumflex","Latin small letter j with circumflex":"Latin small letter j with circumflex","Latin capital letter k with cedilla":"Latin capital letter k with cedilla","Latin small letter k with cedilla":"Latin small letter k with cedilla","Latin small letter kra":"Latin small letter kra","Latin capital letter l with acute":"Latin capital letter l with acute","Latin small letter l with acute":"Latin small letter l with acute","Latin capital letter l with cedilla":"Latin capital letter l with cedilla","Latin small letter l with cedilla":"Latin small letter l with cedilla","Latin capital letter l with caron":"Latin capital letter l with caron","Latin small letter l with caron":"Latin small letter l with caron","Latin capital letter l with middle dot":"Latin capital letter l with middle dot","Latin small letter l with middle dot":"Latin small letter l with middle dot","Latin capital letter l with stroke":"Latin capital letter l with stroke","Latin small letter l with stroke":"Latin small letter l with stroke","Latin capital letter n with acute":"Latin capital letter n with acute","Latin small letter n with acute":"Latin small letter n with acute","Latin capital letter n with cedilla":"Latin capital letter n with cedilla","Latin small letter n with cedilla":"Latin small letter n with cedilla","Latin capital letter n with caron":"Latin capital letter n with caron","Latin small letter n with caron":"Latin small letter n with caron","Latin small letter n preceded by apostrophe":"Latin small letter n preceded by apostrophe","Latin capital letter eng":"Latin capital letter eng","Latin small letter eng":"Latin small letter eng","Latin capital letter o with macron":"Latin capital letter o with macron","Latin small letter o with macron":"Latin small letter o with macron","Latin capital letter o with breve":"Latin capital letter o with breve","Latin small letter o with breve":"Latin small letter o with breve","Latin capital letter o with double acute":"Latin capital letter o with double acute","Latin small letter o with double acute":"Latin small letter o with double acute","Latin capital ligature oe":"Latin capital ligature oe","Latin small ligature oe":"Latin small ligature oe","Latin capital letter r with acute":"Latin capital letter r with acute","Latin small letter r with acute":"Latin small letter r with acute","Latin capital letter r with cedilla":"Latin capital letter r with cedilla","Latin small letter r with cedilla":"Latin small letter r with cedilla","Latin capital letter r with caron":"Latin capital letter r with caron","Latin small letter r with caron":"Latin small letter r with caron","Latin capital letter s with acute":"Latin capital letter s with acute","Latin small letter s with acute":"Latin small letter s with acute","Latin capital letter s with circumflex":"Latin capital letter s with circumflex","Latin small letter s with circumflex":"Latin small letter s with circumflex","Latin capital letter s with cedilla":"Latin capital letter s with cedilla","Latin small letter s with cedilla":"Latin small letter s with cedilla","Latin capital letter s with caron":"Latin capital letter s with caron","Latin small letter s with caron":"Latin small letter s with caron","Latin capital letter t with cedilla":"Latin capital letter t with cedilla","Latin small letter t with cedilla":"Latin small letter t with cedilla","Latin capital letter t with caron":"Latin capital letter t with caron","Latin small letter t with caron":"Latin small letter t with caron","Latin capital letter t with stroke":"Latin capital letter t with stroke","Latin small letter t with stroke":"Latin small letter t with stroke","Latin capital letter u with tilde":"Latin capital letter u with tilde","Latin small letter u with tilde":"Latin small letter u with tilde","Latin capital letter u with macron":"Latin capital letter u with macron","Latin small letter u with macron":"Latin small letter u with macron","Latin capital letter u with breve":"Latin capital letter u with breve","Latin small letter u with breve":"Latin small letter u with breve","Latin capital letter u with ring above":"Latin capital letter u with ring above","Latin small letter u with ring above":"Latin small letter u with ring above","Latin capital letter u with double acute":"Latin capital letter u with double acute","Latin small letter u with double acute":"Latin small letter u with double acute","Latin capital letter u with ogonek":"Latin capital letter u with ogonek","Latin small letter u with ogonek":"Latin small letter u with ogonek","Latin capital letter w with circumflex":"Latin capital letter w with circumflex","Latin small letter w with circumflex":"Latin small letter w with circumflex","Latin capital letter y with circumflex":"Latin capital letter y with circumflex","Latin small letter y with circumflex":"Latin small letter y with circumflex","Latin capital letter y with diaeresis":"Latin capital letter y with diaeresis","Latin capital letter z with acute":"Latin capital letter z with acute","Latin small letter z with acute":"Latin small letter z with acute","Latin capital letter z with dot above":"Latin capital letter z with dot above","Latin small letter z with dot above":"Latin small letter z with dot above","Latin capital letter z with caron":"Latin capital letter z with caron","Latin small letter z with caron":"Latin small letter z with caron","Latin small letter long s":"Latin small letter long s","Less-than sign":"Less-than sign","Greater-than sign":"Greater-than sign","Less-than or equal to":"Less-than or equal to","Greater-than or equal to":"Greater-than or equal to","En dash":"En dash","Em dash":"Em dash","Macron":"Macron","Overline":"Overline","Degree sign":"Degree sign","Minus sign":"Minus sign","Plus-minus sign":"Plus-minus sign","Division sign":"Division sign","Fraction slash":"Fraction slash","Multiplication sign":"Multiplication sign","Latin small letter f with hook":"Latin small letter f with hook","Integral":"Integral","N-ary summation":"N-ary summation","Infinity":"Infinity","Square root":"Square root","Tilde operator":"Tilde operator","Approximately equal to":"Approximately equal to","Almost equal to":"Almost equal to","Not equal to":"Not equal to","Identical to":"Identical to","Element of":"Element of","Not an element of":"Not an element of","Contains as member":"Contains as member","N-ary product":"N-ary product","Logical and":"Logical and","Logical or":"Logical or","Not sign":"Not sign","Intersection":"Intersection","Union":"Union","Partial differential":"Partial differential","For all":"For all","There exists":"There exists","Empty set":"Empty set","Nabla":"Nabla","Asterisk operator":"Asterisk operator","Proportional to":"Proportional to","Angle":"Angle","Vulgar fraction one quarter":"Vulgar fraction one quarter","Vulgar fraction one half":"Vulgar fraction one half","Vulgar fraction three quarters":"Vulgar fraction three quarters","Single left-pointing angle quotation mark":"Single left-pointing angle quotation mark","Single right-pointing angle quotation mark":"Single right-pointing angle quotation mark","Left-pointing double angle quotation mark":"Left-pointing double angle quotation mark","Right-pointing double angle quotation mark":"Right-pointing double angle quotation mark","Left single quotation mark":"Left single quotation mark","Right single quotation mark":"Right single quotation mark","Left double quotation mark":"Left double quotation mark","Right double quotation mark":"Right double quotation mark","Single low-9 quotation mark":"Single low-9 quotation mark","Double low-9 quotation mark":"Double low-9 quotation mark","Inverted exclamation mark":"Inverted exclamation mark","Inverted question mark":"Inverted question mark","Two dot leader":"Two dot leader","Horizontal ellipsis":"Horizontal ellipsis","Double dagger":"Double dagger","Per mille sign":"Per mille sign","Per ten thousand sign":"Per ten thousand sign","Double exclamation mark":"Double exclamation mark","Question exclamation mark":"Question exclamation mark","Exclamation question mark":"Exclamation question mark","Double question mark":"Double question mark","Copyright sign":"Copyright sign","Registered sign":"Registered sign","Trade mark sign":"Trade mark sign","Section sign":"Section sign","Paragraph sign":"Paragraph sign","Reversed paragraph sign":"Reversed paragraph sign","Character categories":"Character categories","Source":"सोर्स","Show source":"सोर्स दिखाएं","Show blocks":"ब्लॉक दिखाएं","Select all":"Select all","Disable editing":"Disable editing","Enable editing":"Enable editing","Previous editable region":"Previous editable region","Next editable region":"Next editable region","Navigate editable regions":"Navigate editable regions","Remove Format":"Remove Format","Page break":"Page break","media widget":"media widget","Media URL":"Media URL","Paste the media URL in the input.":"Paste the media URL in the input.","Tip: Paste the URL into the content to embed faster.":"Tip: Paste the URL into the content to embed faster.","The URL must not be empty.":"The URL must not be empty.","This media URL is not supported.":"This media URL is not supported.","Insert media":"Insert media","Media toolbar":"Media toolbar","Open media in new tab":"नए टैब में मीडिया खोलें","Numbered List":"Numbered List","Bulleted List":"Bulleted List","To-do List":"To-do List","Bulleted list styles toolbar":"Bulleted list styles toolbar","Numbered list styles toolbar":"Numbered list styles toolbar","Toggle the disc list style":"Toggle the disc list style","Toggle the circle list style":"Toggle the circle list style","Toggle the square list style":"Toggle the square list style","Toggle the decimal list style":"Toggle the decimal list style","Toggle the decimal with leading zero list style":"Toggle the decimal with leading zero list style","Toggle the lower–roman list style":"Toggle the lower–roman list style","Toggle the upper–roman list style":"Toggle the upper–roman list style","Toggle the lower–latin list style":"Toggle the lower–latin list style","Toggle the upper–latin list style":"Toggle the upper–latin list style","Disc":"Disc","Circle":"Circle","Square":"Square","Decimal":"Decimal","Decimal with leading zero":"Decimal with leading zero","Lower–roman":"Lower–roman","Upper-roman":"Upper-roman","Lower-latin":"Lower-latin","Upper-latin":"Upper-latin","List properties":"प्रॉपर्टीज़ को लिस्ट करें","Start at":"शुरू करे इस पर","Invalid start index value.":"इनवैलिड स्टार्ट इंडेक्स वैल्यू.","Start index must be greater than 0.":"स्टार्ट इंडेक्स 0 से अधिक होना चाहिए.","Reversed order":"रिवर्स किया गया क्रम","Keystrokes that can be used in a list":"वे कीस्ट्रोक्स जिनका इस्तेमाल किसी लिस्ट में किया जा सकता है","Increase list item indent":"लिस्ट आइटम इंडेंट को बढ़ाएँ","Decrease list item indent":"लिस्ट आइटम इंडेंट को घटाएँ","Entering a to-do list":"एक कार्य सूची में प्रवेश कर रहे हैं","Leaving a to-do list":"एक कार्य सूची छोड़ी जा रही है","Unlink":"Unlink","Link":"Link","Link URL":"Link URL","Link URL must not be empty.":"लिंक का URL रिक्त नहीं होना चाहिए.","Link image":"Link image","Edit link":"Edit link","Open link in new tab":"Open link in new tab","This link has no URL":"This link has no URL","Open in a new tab":"Open in a new tab","Downloadable":"Downloadable","Create link":"लिंक बनाएँ","Move out of a link":"लिंक के बाहर जाएँ","Language":"भाषा","Choose language":"भाषा चुनें","Remove language":"भाषा हटाएं","Increase indent":"Increase indent","Decrease indent":"Decrease indent","image widget":"image widget","Wrap text":"टेक्स्ट रैप करें","Break text":"टेक्स्ट तोड़ें","In line":"इन - लाइन","Side image":"Side image","Full size image":"Full size image","Left aligned image":"Left aligned image","Centered image":"Centered image","Right aligned image":"Right aligned image","Change image text alternative":"Change image text alternative","Text alternative":"Text alternative","Enter image caption":"Enter image caption","Insert image":"Insert image","Replace image":"इमेज बदलें","Upload from computer":"कंप्यूटर से अपलोड करे","Replace from computer":"कंप्यूटर से बदलें","Upload image from computer":"कंप्यूटर से इमेज अपलोड करें","Image from computer":"कंप्यूटर से इमेज","Replace image from computer":"कंप्यूटर से इमेज बदलें","Upload failed":"Upload failed","Image toolbar":"Image toolbar","Resize image":"Resize image","Resize image to %0":"Resize image to %0","Resize image to the original size":"Resize image to the original size","Resize image (in %0)":"(%0 में) तस्वीर का साइज़ बदलें","Original":"Original","Custom image size":"तस्वीर का कस्टम साइज़","Custom":"कस्टम","Image resize list":"Image resize list","Insert":"Insert","Update":"Update","Insert image via URL":"Insert image via URL","Update image URL":"Update image URL","Caption for the image":"छवि के लिए कैप्शन","Caption for image: %0":"छवि के लिए कैप्शन: %0","The value must not be empty.":"वैल्यू रिक्त नहीं होना चाहिए.","The value should be a plain number.":"वैल्यू एक प्लेन नंबर होना चाहिए.","Uploading image":"तस्वीर अपलोड की जा रही है","Image upload complete":"तस्वीर का अपलोड पूरा हुआ","Error during image upload":"तस्वीर अपलोड के दौरान त्रुटि","HTML object":"एचटीएमएल वस्तु","Insert HTML":"एचटीएमएल इन्सर्ट करें","HTML snippet":"एचटीएमएल स्निपेट","Paste raw HTML here...":"रॉ एचटीएमएल यहां पेस्ट करें...","Edit source":"सोर्स एडिट करें","Save changes":"चेंजेज़ को सेव करें","No preview available":"कोई प्रीव्यू उपलब्ध नहीं","Empty snippet content":"खाली स्निपेट कंटेंट","Horizontal line":"Horizontal line","Yellow marker":"Yellow marker","Green marker":"Green marker","Pink marker":"Pink marker","Blue marker":"Blue marker","Red pen":"Red pen","Green pen":"Green pen","Remove highlight":"Remove highlight","Highlight":"Highlight","Text highlight toolbar":"Text highlight toolbar","Paragraph":"Paragraph","Heading":"Heading","Choose heading":"Choose heading","Heading 1":"Heading 1","Heading 2":"Heading 2","Heading 3":"Heading 3","Heading 4":"Heading 4","Heading 5":"Heading 5","Heading 6":"Heading 6","Type your title":"Type your title","Type or paste your content here.":"Type or paste your content here.","Font Size":"Font Size","Tiny":"Tiny","Small":"Small","Big":"Big","Huge":"Huge","Font Family":"Font Family","Default":"Default","Font Color":"Font Color","Font Background Color":"Font Background Color","Document colors":"Document colors","Find and replace":"ढूँढें और बदलें","Find in text…":"टेक्स्ट में ढूंढें…","Find":"ढूँढें","Previous result":"पिछला रेज़ल्ट","Next result":"अगला रेज़ल्ट","Replace":"बदलें","Replace all":"सब बदल दें","Match case":"केस मैच करें","Whole words only":"केवल पूरे शब्द","Replace with…":"...के साथ बदलें","Text to find must not be empty.":"खोजने के लिए टेक्स्ट खाली नहीं होना चाहिए.","Tip: Find some text first in order to replace it.":"टिप:उसे बदलने के लिए पहले कुछ वह टेक्स्ट खोजें.","Advanced options":"एडवांस्ड विकल्प","Find in the document":"डॉक्युमेंट में खोजें","Insert a soft break (a <code>&lt;br&gt;</code> element)":"एक सॉफ़्ट ब्रेक इंसर्ट करें (एक <code>&lt;br&gt;</code> एलिमेंट)","Insert a hard break (a new paragraph)":"एक हार्ड ब्रेक इंसर्ट करें (एक नया पैराग्राफ़)","Cancel":"Cancel","Clear":"साफ़ करें","Remove color":"Remove color","Restore default":"डिफ़ॉल्ट रिस्टोर कर दें","Save":"Save","Show more items":"Show more items","%0 of %1":"%0 of %1","Cannot upload file:":"Cannot upload file:","Rich Text Editor. Editing area: %0":"रिच टेक्स्ट एडिटर। संपादन क्षेत्र: %0","Insert with file manager":"फ़ाइल मैनेजर से इन्सर्ट करें","Replace with file manager":"फ़ाइल मैनेजर से बदलें","Insert image with file manager":"फ़ाइल मैनेजर से इमेज इन्सर्ट करें","Replace image with file manager":"इमेज को फ़ाइल मैनेजर से बदलें","Toggle caption off":"कैप्शन को टॉगल बंद करें","Toggle caption on":"कैप्शन का टॉगल ऑन करें","Content editing keystrokes":"कॉन्टेंट एडिटिंग कीस्ट्रोक्स","These keyboard shortcuts allow for quick access to content editing features.":"ये कीबोर्ड शॉर्टकट्स कॉन्टेंट एडिटिंग फ़ीचर्स तक पहुँचना आसान बनाते हैं.","User interface and content navigation keystrokes":"यूज़र इंटरफ़ेस और कॉन्टेंट नैविगेशन कीस्ट्रोक्स","Use the following keystrokes for more efficient navigation in the CKEditor 5 user interface.":"CKEditor 5 यूज़र इंटरफ़ेस में और बेहतरीन नैविगेशन के लिए इन कीस्ट्रोक्स का इस्तेमाल करें.","Close contextual balloons, dropdowns, and dialogs":"कॉन्टेक्सचुअल बलून्स, ड्रॉपडाउन्स और डायलॉग्स को बंद करें","Open the accessibility help dialog":"एक्सेसिबिलिटी हेल्प डायलॉग को खोलें","Move focus between form fields (inputs, buttons, etc.)":"फ़ॉर्म फ़ील्ड्स (इनपुट्स, बटन्स, आदि) के बीच फ़ोकस को मूव करें","Move focus to the menu bar, navigate between menu bars":"फ़ोकस को मेनू बार पर ले जाएँ, मेनू बार के बीच नेविगेट करें","Move focus to the toolbar, navigate between toolbars":"फ़ोकस को टूलबार पर ले जाएँ, टूलबार्स के बीच नैविगेट करें","Navigate through the toolbar or menu bar":"टूलबार या मेनू बार के माध्यम से नेविगेट करें","Execute the currently focused button. Executing buttons that interact with the editor content moves the focus back to the content.":"वर्तमान में फोकस्ड बटन दबाएँ. एडिटर के कंटेंट के साथ इंटरैक्ट करने वाले बटनों को दबाने से फोकस वापस कंटेंट पर आ जाता है.","Accept":"स्वीकार करें","Insert code block":"Insert code block","Plain text":"Plain text","Leaving %0 code snippet":"%0 कोड स्निपेट से बहार निकला जा रहा है","Entering %0 code snippet":"%0 कोड स्निपेट में प्रवेश किया जा रहा है","Entering code snippet":"कोड स्निपेट में प्रवेश किया जा रहा है","Leaving code snippet":"कोड स्निपेट में प्रवेश किया जा रहा है","Code block":"कोड ब्लॉक","Copy selected content":"सेलेक्ट किए गए कॉन्टेंट को कॉपी करें","Paste content":"कॉन्टेंट पेस्ट करें","Paste content as plain text":"कॉन्टेंट को प्लेन टेक्स्ट के रूप में पेस्ट करें","Insert image or file":"Insert image or file","Image or file":"इमेज या फाइल","Could not obtain resized image URL.":"Could not obtain resized image URL.","Selecting resized image failed":"Selecting resized image failed","Could not insert image at the current position.":"Could not insert image at the current position.","Inserting image failed":"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":"Block quote","Bold":"Bold","Italic":"Italic","Underline":"Underline","Code":"Code","Strikethrough":"Strikethrough","Subscript":"Subscript","Superscript":"Superscript","Italic text":"इटैलिक टेक्स्ट","Move out of an inline code style":"इनलाइन कोड स्टाइल के बाहर जाएँ","Bold text":"टेक्स्ट को बोल्ड करें","Underline text":"टेक्स्ट को अंडरलाइन करें","Strikethrough text":"टेक्स्ट को स्ट्राइकथ्रू करें","Saving changes":"Saving changes","Revert autoformatting action":"ऑटोफ़ॉर्मैटिंग एक्शन को रिवर्ट करें","Align left":"Align left","Align right":"Align right","Align center":"Align center","Justify":"Justify","Text alignment":"Text alignment","Text alignment toolbar":"Text alignment toolbar"},getPluralForm(n){return (n != 1);}}};
8
+ e[ 'hi' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'hi' ].dictionary = Object.assign( e[ 'hi' ].dictionary, dictionary );
10
+ e[ 'hi' ].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;