ckeditor5 41.3.1 → 41.4.0

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

Potentially problematic release.


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

Files changed (317) hide show
  1. package/CHANGELOG.md +298 -215
  2. package/README.md +1 -1
  3. package/build/ckeditor5-dll.js +2 -2
  4. package/build/ckeditor5-dll.manifest.json +11 -2
  5. package/build/translations/af.js +1 -1
  6. package/build/translations/ar.js +1 -1
  7. package/build/translations/ast.js +1 -1
  8. package/build/translations/az.js +1 -1
  9. package/build/translations/bg.js +1 -1
  10. package/build/translations/bn.js +1 -1
  11. package/build/translations/bs.js +1 -1
  12. package/build/translations/ca.js +1 -1
  13. package/build/translations/cs.js +1 -1
  14. package/build/translations/da.js +1 -1
  15. package/build/translations/de-ch.js +1 -1
  16. package/build/translations/de.js +1 -1
  17. package/build/translations/el.js +1 -1
  18. package/build/translations/en-au.js +1 -1
  19. package/build/translations/en-gb.js +1 -1
  20. package/build/translations/eo.js +1 -1
  21. package/build/translations/es-co.js +1 -1
  22. package/build/translations/es.js +1 -1
  23. package/build/translations/et.js +1 -1
  24. package/build/translations/eu.js +1 -1
  25. package/build/translations/fa.js +1 -1
  26. package/build/translations/fi.js +1 -1
  27. package/build/translations/fr.js +1 -1
  28. package/build/translations/gl.js +1 -1
  29. package/build/translations/he.js +1 -1
  30. package/build/translations/hi.js +1 -1
  31. package/build/translations/hr.js +1 -1
  32. package/build/translations/hu.js +1 -1
  33. package/build/translations/id.js +1 -1
  34. package/build/translations/it.js +1 -1
  35. package/build/translations/ja.js +1 -1
  36. package/build/translations/jv.js +1 -1
  37. package/build/translations/km.js +1 -1
  38. package/build/translations/kn.js +1 -1
  39. package/build/translations/ko.js +1 -1
  40. package/build/translations/ku.js +1 -1
  41. package/build/translations/lt.js +1 -1
  42. package/build/translations/lv.js +1 -1
  43. package/build/translations/ms.js +1 -1
  44. package/build/translations/nb.js +1 -1
  45. package/build/translations/ne.js +1 -1
  46. package/build/translations/nl.js +1 -1
  47. package/build/translations/no.js +1 -1
  48. package/build/translations/pl.js +1 -1
  49. package/build/translations/pt-br.js +1 -1
  50. package/build/translations/pt.js +1 -1
  51. package/build/translations/ro.js +1 -1
  52. package/build/translations/ru.js +1 -1
  53. package/build/translations/sk.js +1 -1
  54. package/build/translations/sl.js +1 -1
  55. package/build/translations/sq.js +1 -1
  56. package/build/translations/sr-latn.js +1 -1
  57. package/build/translations/sr.js +1 -1
  58. package/build/translations/sv.js +1 -1
  59. package/build/translations/th.js +1 -1
  60. package/build/translations/ti.js +1 -0
  61. package/build/translations/tk.js +1 -1
  62. package/build/translations/tr.js +1 -1
  63. package/build/translations/tt.js +1 -1
  64. package/build/translations/ug.js +1 -1
  65. package/build/translations/uk.js +1 -1
  66. package/build/translations/ur.js +1 -1
  67. package/build/translations/uz.js +1 -1
  68. package/build/translations/vi.js +1 -1
  69. package/build/translations/zh-cn.js +1 -1
  70. package/build/translations/zh.js +1 -1
  71. package/dist/browser/index-content.css +5 -0
  72. package/dist/browser/index-editor.css +67 -0
  73. package/dist/browser/index.css +6 -0
  74. package/dist/browser/index.css.map +1 -0
  75. package/dist/browser/index.js +6 -0
  76. package/dist/browser/index.js.map +1 -0
  77. package/dist/browser/index.umd.js +557 -0
  78. package/dist/browser/index.umd.js.map +1 -0
  79. package/dist/index-content.css +375 -0
  80. package/dist/index-editor.css +4682 -0
  81. package/dist/index.css +9125 -0
  82. package/dist/index.css.map +1 -0
  83. package/dist/index.js +61 -0
  84. package/dist/index.js.map +1 -0
  85. package/dist/translations/af.d.ts +8 -0
  86. package/dist/translations/af.js +5 -0
  87. package/dist/translations/af.umd.js +11 -0
  88. package/dist/translations/ar.d.ts +8 -0
  89. package/dist/translations/ar.js +5 -0
  90. package/dist/translations/ar.umd.js +11 -0
  91. package/dist/translations/ast.d.ts +8 -0
  92. package/dist/translations/ast.js +5 -0
  93. package/dist/translations/ast.umd.js +11 -0
  94. package/dist/translations/az.d.ts +8 -0
  95. package/dist/translations/az.js +5 -0
  96. package/dist/translations/az.umd.js +11 -0
  97. package/dist/translations/bg.d.ts +8 -0
  98. package/dist/translations/bg.js +5 -0
  99. package/dist/translations/bg.umd.js +11 -0
  100. package/dist/translations/bn.d.ts +8 -0
  101. package/dist/translations/bn.js +5 -0
  102. package/dist/translations/bn.umd.js +11 -0
  103. package/dist/translations/bs.d.ts +8 -0
  104. package/dist/translations/bs.js +5 -0
  105. package/dist/translations/bs.umd.js +11 -0
  106. package/dist/translations/ca.d.ts +8 -0
  107. package/dist/translations/ca.js +5 -0
  108. package/dist/translations/ca.umd.js +11 -0
  109. package/dist/translations/cs.d.ts +8 -0
  110. package/dist/translations/cs.js +5 -0
  111. package/dist/translations/cs.umd.js +11 -0
  112. package/dist/translations/da.d.ts +8 -0
  113. package/dist/translations/da.js +5 -0
  114. package/dist/translations/da.umd.js +11 -0
  115. package/dist/translations/de-ch.d.ts +8 -0
  116. package/dist/translations/de-ch.js +5 -0
  117. package/dist/translations/de-ch.umd.js +11 -0
  118. package/dist/translations/de.d.ts +8 -0
  119. package/dist/translations/de.js +5 -0
  120. package/dist/translations/de.umd.js +11 -0
  121. package/dist/translations/el.d.ts +8 -0
  122. package/dist/translations/el.js +5 -0
  123. package/dist/translations/el.umd.js +11 -0
  124. package/dist/translations/en-au.d.ts +8 -0
  125. package/dist/translations/en-au.js +5 -0
  126. package/dist/translations/en-au.umd.js +11 -0
  127. package/dist/translations/en-gb.d.ts +8 -0
  128. package/dist/translations/en-gb.js +5 -0
  129. package/dist/translations/en-gb.umd.js +11 -0
  130. package/dist/translations/en.d.ts +8 -0
  131. package/dist/translations/en.js +5 -0
  132. package/dist/translations/en.umd.js +11 -0
  133. package/dist/translations/eo.d.ts +8 -0
  134. package/dist/translations/eo.js +5 -0
  135. package/dist/translations/eo.umd.js +11 -0
  136. package/dist/translations/es-co.d.ts +8 -0
  137. package/dist/translations/es-co.js +5 -0
  138. package/dist/translations/es-co.umd.js +11 -0
  139. package/dist/translations/es.d.ts +8 -0
  140. package/dist/translations/es.js +5 -0
  141. package/dist/translations/es.umd.js +11 -0
  142. package/dist/translations/et.d.ts +8 -0
  143. package/dist/translations/et.js +5 -0
  144. package/dist/translations/et.umd.js +11 -0
  145. package/dist/translations/eu.d.ts +8 -0
  146. package/dist/translations/eu.js +5 -0
  147. package/dist/translations/eu.umd.js +11 -0
  148. package/dist/translations/fa.d.ts +8 -0
  149. package/dist/translations/fa.js +5 -0
  150. package/dist/translations/fa.umd.js +11 -0
  151. package/dist/translations/fi.d.ts +8 -0
  152. package/dist/translations/fi.js +5 -0
  153. package/dist/translations/fi.umd.js +11 -0
  154. package/dist/translations/fr.d.ts +8 -0
  155. package/dist/translations/fr.js +5 -0
  156. package/dist/translations/fr.umd.js +11 -0
  157. package/dist/translations/gl.d.ts +8 -0
  158. package/dist/translations/gl.js +5 -0
  159. package/dist/translations/gl.umd.js +11 -0
  160. package/dist/translations/gu.d.ts +8 -0
  161. package/dist/translations/gu.js +5 -0
  162. package/dist/translations/gu.umd.js +11 -0
  163. package/dist/translations/he.d.ts +8 -0
  164. package/dist/translations/he.js +5 -0
  165. package/dist/translations/he.umd.js +11 -0
  166. package/dist/translations/hi.d.ts +8 -0
  167. package/dist/translations/hi.js +5 -0
  168. package/dist/translations/hi.umd.js +11 -0
  169. package/dist/translations/hr.d.ts +8 -0
  170. package/dist/translations/hr.js +5 -0
  171. package/dist/translations/hr.umd.js +11 -0
  172. package/dist/translations/hu.d.ts +8 -0
  173. package/dist/translations/hu.js +5 -0
  174. package/dist/translations/hu.umd.js +11 -0
  175. package/dist/translations/hy.d.ts +8 -0
  176. package/dist/translations/hy.js +5 -0
  177. package/dist/translations/hy.umd.js +11 -0
  178. package/dist/translations/id.d.ts +8 -0
  179. package/dist/translations/id.js +5 -0
  180. package/dist/translations/id.umd.js +11 -0
  181. package/dist/translations/it.d.ts +8 -0
  182. package/dist/translations/it.js +5 -0
  183. package/dist/translations/it.umd.js +11 -0
  184. package/dist/translations/ja.d.ts +8 -0
  185. package/dist/translations/ja.js +5 -0
  186. package/dist/translations/ja.umd.js +11 -0
  187. package/dist/translations/jv.d.ts +8 -0
  188. package/dist/translations/jv.js +5 -0
  189. package/dist/translations/jv.umd.js +11 -0
  190. package/dist/translations/kk.d.ts +8 -0
  191. package/dist/translations/kk.js +5 -0
  192. package/dist/translations/kk.umd.js +11 -0
  193. package/dist/translations/km.d.ts +8 -0
  194. package/dist/translations/km.js +5 -0
  195. package/dist/translations/km.umd.js +11 -0
  196. package/dist/translations/kn.d.ts +8 -0
  197. package/dist/translations/kn.js +5 -0
  198. package/dist/translations/kn.umd.js +11 -0
  199. package/dist/translations/ko.d.ts +8 -0
  200. package/dist/translations/ko.js +5 -0
  201. package/dist/translations/ko.umd.js +11 -0
  202. package/dist/translations/ku.d.ts +8 -0
  203. package/dist/translations/ku.js +5 -0
  204. package/dist/translations/ku.umd.js +11 -0
  205. package/dist/translations/lt.d.ts +8 -0
  206. package/dist/translations/lt.js +5 -0
  207. package/dist/translations/lt.umd.js +11 -0
  208. package/dist/translations/lv.d.ts +8 -0
  209. package/dist/translations/lv.js +5 -0
  210. package/dist/translations/lv.umd.js +11 -0
  211. package/dist/translations/ms.d.ts +8 -0
  212. package/dist/translations/ms.js +5 -0
  213. package/dist/translations/ms.umd.js +11 -0
  214. package/dist/translations/nb.d.ts +8 -0
  215. package/dist/translations/nb.js +5 -0
  216. package/dist/translations/nb.umd.js +11 -0
  217. package/dist/translations/ne.d.ts +8 -0
  218. package/dist/translations/ne.js +5 -0
  219. package/dist/translations/ne.umd.js +11 -0
  220. package/dist/translations/nl.d.ts +8 -0
  221. package/dist/translations/nl.js +5 -0
  222. package/dist/translations/nl.umd.js +11 -0
  223. package/dist/translations/no.d.ts +8 -0
  224. package/dist/translations/no.js +5 -0
  225. package/dist/translations/no.umd.js +11 -0
  226. package/dist/translations/oc.d.ts +8 -0
  227. package/dist/translations/oc.js +5 -0
  228. package/dist/translations/oc.umd.js +11 -0
  229. package/dist/translations/pl.d.ts +8 -0
  230. package/dist/translations/pl.js +5 -0
  231. package/dist/translations/pl.umd.js +11 -0
  232. package/dist/translations/pt-br.d.ts +8 -0
  233. package/dist/translations/pt-br.js +5 -0
  234. package/dist/translations/pt-br.umd.js +11 -0
  235. package/dist/translations/pt.d.ts +8 -0
  236. package/dist/translations/pt.js +5 -0
  237. package/dist/translations/pt.umd.js +11 -0
  238. package/dist/translations/ro.d.ts +8 -0
  239. package/dist/translations/ro.js +5 -0
  240. package/dist/translations/ro.umd.js +11 -0
  241. package/dist/translations/ru.d.ts +8 -0
  242. package/dist/translations/ru.js +5 -0
  243. package/dist/translations/ru.umd.js +11 -0
  244. package/dist/translations/si.d.ts +8 -0
  245. package/dist/translations/si.js +5 -0
  246. package/dist/translations/si.umd.js +11 -0
  247. package/dist/translations/sk.d.ts +8 -0
  248. package/dist/translations/sk.js +5 -0
  249. package/dist/translations/sk.umd.js +11 -0
  250. package/dist/translations/sl.d.ts +8 -0
  251. package/dist/translations/sl.js +5 -0
  252. package/dist/translations/sl.umd.js +11 -0
  253. package/dist/translations/sq.d.ts +8 -0
  254. package/dist/translations/sq.js +5 -0
  255. package/dist/translations/sq.umd.js +11 -0
  256. package/dist/translations/sr-latn.d.ts +8 -0
  257. package/dist/translations/sr-latn.js +5 -0
  258. package/dist/translations/sr-latn.umd.js +11 -0
  259. package/dist/translations/sr.d.ts +8 -0
  260. package/dist/translations/sr.js +5 -0
  261. package/dist/translations/sr.umd.js +11 -0
  262. package/dist/translations/sv.d.ts +8 -0
  263. package/dist/translations/sv.js +5 -0
  264. package/dist/translations/sv.umd.js +11 -0
  265. package/dist/translations/th.d.ts +8 -0
  266. package/dist/translations/th.js +5 -0
  267. package/dist/translations/th.umd.js +11 -0
  268. package/dist/translations/ti.d.ts +8 -0
  269. package/dist/translations/ti.js +5 -0
  270. package/dist/translations/ti.umd.js +11 -0
  271. package/dist/translations/tk.d.ts +8 -0
  272. package/dist/translations/tk.js +5 -0
  273. package/dist/translations/tk.umd.js +11 -0
  274. package/dist/translations/tr.d.ts +8 -0
  275. package/dist/translations/tr.js +5 -0
  276. package/dist/translations/tr.umd.js +11 -0
  277. package/dist/translations/tt.d.ts +8 -0
  278. package/dist/translations/tt.js +5 -0
  279. package/dist/translations/tt.umd.js +11 -0
  280. package/dist/translations/ug.d.ts +8 -0
  281. package/dist/translations/ug.js +5 -0
  282. package/dist/translations/ug.umd.js +11 -0
  283. package/dist/translations/uk.d.ts +8 -0
  284. package/dist/translations/uk.js +5 -0
  285. package/dist/translations/uk.umd.js +11 -0
  286. package/dist/translations/ur.d.ts +8 -0
  287. package/dist/translations/ur.js +5 -0
  288. package/dist/translations/ur.umd.js +11 -0
  289. package/dist/translations/uz.d.ts +8 -0
  290. package/dist/translations/uz.js +5 -0
  291. package/dist/translations/uz.umd.js +11 -0
  292. package/dist/translations/vi.d.ts +8 -0
  293. package/dist/translations/vi.js +5 -0
  294. package/dist/translations/vi.umd.js +11 -0
  295. package/dist/translations/zh-cn.d.ts +8 -0
  296. package/dist/translations/zh-cn.js +5 -0
  297. package/dist/translations/zh-cn.umd.js +11 -0
  298. package/dist/translations/zh.d.ts +8 -0
  299. package/dist/translations/zh.js +5 -0
  300. package/dist/translations/zh.umd.js +11 -0
  301. package/dist/types/clipboard.d.ts +12 -0
  302. package/dist/types/core.d.ts +12 -0
  303. package/dist/types/engine.d.ts +12 -0
  304. package/dist/types/enter.d.ts +12 -0
  305. package/dist/types/index.d.ts +65 -0
  306. package/dist/types/paragraph.d.ts +12 -0
  307. package/dist/types/select-all.d.ts +12 -0
  308. package/dist/types/typing.d.ts +12 -0
  309. package/dist/types/ui.d.ts +12 -0
  310. package/dist/types/undo.d.ts +12 -0
  311. package/dist/types/upload.d.ts +12 -0
  312. package/dist/types/utils.d.ts +12 -0
  313. package/dist/types/watchdog.d.ts +12 -0
  314. package/dist/types/widget.d.ts +12 -0
  315. package/package.json +70 -14
  316. package/src/index.d.ts +61 -0
  317. package/src/index.js +61 -0
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ ( e => {
7
+ const { [ 'ko' ]: { dictionary, getPluralForm } } = {"ko":{"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":"엔터를 눌러서 위젯 뒤에 입력하거나 시프트 + 엔터를 눌러서 위젯 앞에 입력하세요","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":"음각선","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)\", 또는 \"red\"를 입력해 보세요.","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":"양음 부호가 있는 라틴어 대문자 I","Latin small letter l with acute":"양음 부호가 있는 라틴어 소문자 i","Latin capital letter l with cedilla":"갈고리 부호가 있는 라틴어 대문자 I","Latin small letter l with cedilla":"갈고리 부호가 있는 라틴어 소문자 i","Latin capital letter l with caron":"반대 곡절 부호가 있는 라틴어 대문자 I","Latin small letter l with caron":"반대 곡절 부호가 있는 라틴어 소문자 i","Latin capital letter l with middle dot":"중간에 점 부호가 있는 라틴어 대문자 I","Latin small letter l with middle dot":"중간에 점 부호가 있는 라틴어 소문자 i","Latin capital letter l with stroke":"획 부호가 있는 라틴어 대문자 I","Latin small letter l with stroke":"획 부호가 있는 라틴어 소문자 i","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":"누계합","Infinity":"무한대","Square root":"제곱근","Tilde operator":"물결표 연산자","Approximately equal to":"대략 같음","Almost equal to":"거의 같음","Not equal to":"같지 않음","Identical to":"합동","Element of":"원소","Not an element of":"원소가 아님","Contains as member":"원소로 포함","N-ary product":"중복순열","Logical and":"논리곱","Logical or":"논리합","Not sign":"부정 기호","Intersection":"교집합","Union":"합집합","Partial differential":"편미분","For all":"전칭","There exists":"존재","Empty set":"공집합","Nabla":"나블라","Asterisk operator":"별표 연산자","Proportional to":"비례","Angle":"각","Vulgar fraction one quarter":"4분의 1","Vulgar fraction one half":"2분의 1","Vulgar fraction three quarters":"4분의 3","Single left-pointing angle quotation mark":"왼쪽 홑화살괄호","Single right-pointing angle quotation mark":"오른쪽 홑화살괄호","Left-pointing double angle quotation mark":"왼쪽 겹화살괄호","Right-pointing double angle quotation mark":"오른쪽 겹화살괄호","Left single quotation mark":"왼쪽 작은따옴표","Right single quotation mark":"오른쪽 작은따옴표","Left double quotation mark":"왼쪽 큰따옴표","Right double quotation mark":"오른쪽 큰따옴표","Single low-9 quotation mark":"낮은 홑따옴표","Double low-9 quotation mark":"낮은 겹따옴표","Inverted exclamation mark":"역느낌표","Inverted question mark":"역물음표","Two dot leader":"두 점 줄임표","Horizontal ellipsis":"세 점 줄임표","Double dagger":"겹칼표","Per mille sign":"퍼 마일 기호","Per ten thousand sign":"만분율 기호","Double exclamation mark":"겹느낌표","Question exclamation mark":"물음표 느낌표","Exclamation question mark":"느낌표 물음표","Double question mark":"겹물음표","Copyright sign":"저작권 기호","Registered sign":"등록 상표 기호","Trade mark sign":"상표 기호","Section sign":"구역 기호","Paragraph sign":"단락 기호","Reversed paragraph sign":"반전된 단락 기호","Character categories":"문자 카테고리","Source":"소스","Show source":"소스 표시","Show blocks":"블록 표시","Select all":"전체 선택","Disable editing":"편집 비활성화","Enable editing":"편집 활성화","Previous editable region":"이전 편집 가능한 구역","Next editable region":"다음 편집 가능한 구역","Navigate editable regions":"편집 가능한 구역 탐색","Remove Format":"서식 지우기","Page break":"페이지 나누기","media widget":"미디어 위젯","Media URL":"미디어 URL","Paste the media URL in the input.":"미디어 URL을 입력해주세요.","Tip: Paste the URL into the content to embed faster.":"팁: URL을 붙여넣으면 더 빨리 삽입할 수 있습니다.","The URL must not be empty.":"URL이 비어있을 수 없습니다.","This media URL is not supported.":"이 미디어 URL은 지원되지 않습니다.","Insert media":"미디어 삽입","Media toolbar":"미디어 툴바","Open media in new tab":"새 탭에서 미디어 열기","Numbered List":"번호 목록","Bulleted List":"불릿 목록","To-do List":"확인 목록","Bulleted list styles toolbar":"글머리 기호 목록 스타일 도구 모음","Numbered list styles toolbar":"번호 목록 스타일 도구 모음","Toggle the disc list style":"흰 원형 목록 스타일 전환","Toggle the circle list style":"검은 원형 목록 스타일 전환","Toggle the square list style":"검은 사각형 목록 스타일 전환","Toggle the decimal list style":"십진수 목록 스타일 전환","Toggle the decimal with leading zero list style":"앞에 0이 붙는 십진수 목록 스타일 전환","Toggle the lower–roman list style":"소문자 로마자 목록 스타일 전환","Toggle the upper–roman list style":"대문자 로마자 목록 스타일 전환","Toggle the lower–latin list style":"소문자 알파벳 목록 스타일 전환","Toggle the upper–latin list style":"대문자 알파벳 목록 스타일 전환","Disc":"검은 원형","Circle":"흰 원형","Square":"검은 사각형","Decimal":"십진수","Decimal with leading zero":"앞에 0이 붙는 십진수","Lower–roman":"소문자 로마자","Upper-roman":"대문자 로마자","Lower-latin":"소문자 알파벳","Upper-latin":"대문자 알파벳","List properties":"목록 속성","Start at":"시작 번호","Invalid start index value.":"잘못된 시작 인덱스 값입니다.","Start index must be greater than 0.":"시작 번호는 0보다 커야 합니다.","Reversed order":"역순","Keystrokes that can be used in a list":"목록에서 사용할 수 있는 키 입력","Increase list item indent":"목록 항목 들여쓰기 늘리기","Decrease list item indent":"목록 항목 들여쓰기 줄이기","Entering a to-do list":"할 일 목록 입력하는 중","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":"이 주소에는 URL이 없습니다.","Open in a new tab":"새 탭에서 열기","Downloadable":"다운로드 가능","Create link":"링크 생성","Move out of a link":"링크 밖으로 이동","Language":"언어","Choose language":"언어 선택","Remove language":"언어 제거","Increase indent":"들여쓰기 늘리기","Decrease indent":"들여쓰기 줄이기","image widget":"사진 위젯","Wrap text":"텍스트 줄 바꿈","Break text":"텍스트 분리","In line":"줄 안에","Side image":"본문 옆에 배치","Full size image":"꽉 찬 크기","Left aligned image":"왼쪽 정렬","Centered image":"가운데 정렬","Right aligned image":"오른쪽 정렬","Change image text alternative":"대체 문구 변경","Text alternative":"대체 문구","Enter image caption":"사진 설명을 입력하세요","Insert image":"사진 삽입","Replace image":"이미지 교체","Upload from computer":"컴퓨터에서 업로드","Replace from computer":"컴퓨터에서 교체","Upload image from computer":"컴퓨터에서 이미지 업로드","Image from computer":"컴퓨터에서 이미지 가져오기","Replace image from computer":"컴퓨터에서 이미지 교체","Upload failed":"업로드 실패","Image toolbar":"사진 툴바","Resize image":"사진 크기 조절","Resize image to %0":"사진의 크기를 %0으로 조절","Resize image to the original size":"사진을 원래 크기로 돌려놓기","Resize image (in %0)":"이미지 크기 조정하기(%0 이내)","Original":"원본","Custom image size":"사용자 지정 이미지 크기","Custom":"사용자 지정","Image resize list":"사진 크기 목록","Insert":"삽입","Update":"업데이트","Insert image via URL":"URL로 이미지 삽입","Update image URL":"이미지 URL 업데이트","Caption for the image":"이미지용 캡션","Caption for image: %0":"이미지용 캡션: %0","The value must not be empty.":"값은 비워둘 수 없습니다.","The value should be a plain number.":"일반 숫자로 된 값을 입력해야 합니다.","Uploading image":"이미지 업로드 중","Image upload complete":"이미지 업로드 완료","Error during image upload":"이미지 업로드 중에 오류 발생","HTML object":"HTML 오브젝트","Insert HTML":"HTML 삽입","HTML snippet":"HTML 코드 조각","Paste raw HTML here...":"원시 HTML을 여기에 붙여넣으세요...","Edit source":"소스 편집","Save changes":"변경사항 저장","No preview available":"미리보기를 이용할 수 없습니다","Empty snippet content":"빈 코드 조각 내용","Horizontal line":"수평선","Yellow marker":"노란색 마커","Green marker":"초록색 마커","Pink marker":"분홍색 마커","Blue marker":"파란색 마커","Red pen":"빨간색 펜","Green pen":"초록색 펜","Remove highlight":"강조 제거","Highlight":"강조","Text highlight toolbar":"글자 강조 툴바","Paragraph":"문단","Heading":"제목","Choose heading":"제목 선택","Heading 1":"제목 1","Heading 2":"제목 2","Heading 3":"제목 3","Heading 4":"제목 4","Heading 5":"제목 5","Heading 6":"제목 6","Type your title":"제목을 입력해주세요","Type or paste your content here.":"여기에 내용을 입력하거나 붙여넣으세요.","Font Size":"글자 크기","Tiny":"매우 작은","Small":"작은","Big":"큰","Huge":"매우 큰","Font Family":"글꼴 집합","Default":"기본","Font Color":"글자 색깔","Font Background Color":"글자 배경 색깔","Document colors":"문서 색깔들","Find and replace":"찾기 및 바꾸기","Find in text…":"텍스트에서 찾기...","Find":"찾기","Previous result":"이전 결과","Next result":"다음 결과","Replace":"바꾸기","Replace all":"모두 바꾸기","Match case":"대/소문자 구분","Whole words only":"전체 단어만","Replace with…":"바꿀 내용...","Text to find must not be empty.":"찾을 텍스트를 입력해야 합니다.","Tip: Find some text first in order to replace it.":"팁: 바꾸려는 텍스트를 먼저 찾으세요.","Advanced options":"고급 옵션","Find in the document":"문서에서 찾기","Insert a soft break (a <code>&lt;br&gt;</code> element)":"줄 바꿈 삽입(<code>&lt;br&gt;</code> 요소)","Insert a hard break (a new paragraph)":"단락 바꿈 삽입(새 단락)","Cancel":"취소","Clear":"지우기","Remove color":"색깔 제거","Restore default":"기본값 복원","Save":"저장","Show more items":"더보기","%0 of %1":"%0 / %1","Cannot upload file:":"파일 업로드할 수 없음: ","Rich Text Editor. Editing area: %0":"리치 텍스트 편집기. 편집 영역: %0","Insert with file manager":"파일 관리자를 사용하여 삽입","Replace with file manager":"파일 관리자를 사용하여 교체","Insert image with file manager":"파일 관리자를 사용하여 이미지 삽입","Replace image with file manager":"파일 관리자를 사용하여 이미지 교체","Toggle caption off":"캡션 지우기","Toggle caption on":"캡션 넣기","Content editing keystrokes":"콘텐츠 편집 키 입력","These keyboard shortcuts allow for quick access to content editing features.":"이러한 키보드 단축키를 사용하면 콘텐츠 편집 기능을 빠르게 사용할 수 있습니다.","User interface and content navigation keystrokes":"사용자 인터페이스 및 콘텐츠 탐색 키 입력","Use the following keystrokes for more efficient navigation in the CKEditor 5 user interface.":"다음 키 입력을 사용하여 CKEditor 5 사용자 인터페이스를 더 효율적으로 탐색하세요.","Close contextual balloons, dropdowns, and dialogs":"상황별 풍선, 드롭다운, 대화 상자 닫기","Open the accessibility help dialog":"접근성 도움말 대화 상자 열기","Move focus between form fields (inputs, buttons, etc.)":"양식 필드(입력, 버튼 등) 간에 포커스 이동","Move focus to the menu bar, navigate between menu bars":"메뉴 표시줄로 포커스 이동, 메뉴 표시줄 탐색","Move focus to the toolbar, navigate between toolbars":"도구 모음으로 포커스 이동, 도구 모음 간 탐색","Navigate through the toolbar or menu bar":"도구 모음 또는 메뉴 표시줄 탐색","Execute the currently focused button. Executing buttons that interact with the editor content moves the focus back to the content.":"현재 포커스가 맞춰진 버튼을 실행합니다. 편집기 콘텐츠와 상호 작용하는 버튼을 실행하면 포커스가 다시 콘텐츠로 이동합니다.","Accept":"수락","Insert code block":"코드 블럭 삽입","Plain text":"평문","Leaving %0 code snippet":"%0 코드 스니펫 남기는 중","Entering %0 code snippet":"%0 코드 스니펫 입력하는 중","Entering code snippet":"코드 스니펫 입력하는 중","Leaving code snippet":"코드 스니펫 남기는 중","Code block":"코드 블록","Copy selected content":"선택된 콘텐츠 복사","Paste content":"콘텐츠 붙여넣기","Paste content as plain text":"콘텐츠를 일반 텍스트로 붙여넣기","Insert image or file":"사진이나 파일을 삽입","Image or file":"이미지 또는 파일","Could not obtain resized image URL.":"크기가 조절된 사진의 URL을 가져오지 못했습니다.","Selecting resized image failed":"크기가 조절된 이미지 선택 실패","Could not insert image at the current position.":"현재 위치에 사진을 삽입할 수 없습니다.","Inserting image failed":"사진 삽입 실패","Open file manager":"파일 관리자 열기","Cannot determine a category for the uploaded file.":"업로드된 파일의 카테고리를 확인할 수 없습니다.","Cannot access default workspace.":"기본 작업 공간에 액세스할 수 없습니다.","Edit image":"이미지 편집","Processing the edited image.":"편집한 이미지를 처리 중입니다.","Server failed to process the image.":"서버가 이미지를 처리하지 못했습니다.","Failed to determine category of edited image.":"편집한 이미지의 카테고리를 결정하지 못했습니다.","Block quote":"인용 단락","Bold":"굵게","Italic":"기울임꼴","Underline":"밑줄","Code":"코드","Strikethrough":"취소선","Subscript":"아래 첨자","Superscript":"위 첨자","Italic text":"기울인 텍스트","Move out of an inline code style":"인라인 코드 스타일 밖으로 이동","Bold text":"굵은 텍스트","Underline text":"텍스트 밑줄","Strikethrough text":"텍스트 취소선","Saving changes":"변경된 내용을 저장하고 있습니다","Revert autoformatting action":"자동 서식 작업 되돌리기","Align left":"왼쪽 정렬","Align right":"오른쪽 정렬","Align center":"가운데 정렬","Justify":"양쪽 정렬","Text alignment":"텍스트 정렬","Text alignment toolbar":"텍스트 정렬 툴바"},getPluralForm(n){return 0;}}};
8
+ e[ 'ko' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'ko' ].dictionary = Object.assign( e[ 'ko' ].dictionary, dictionary );
10
+ e[ 'ko' ].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 {"ku":{"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":"","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":"","Edit block":"دەستکاری بلۆک","Click to edit block":"","Drag to move":"","Next":"دواتر","Previous":"پێشتر","Editor toolbar":"تووڵامرازی دەسکاریکەر","Dropdown toolbar":"تووڵامرازی لیستەیی","Black":"ڕەش","Dim grey":"ڕەساسی تاریک","Grey":"ڕەساسی","Light grey":"ڕەساسی ڕووناک","White":"سپی","Red":"سور","Orange":"پرتەقاڵی","Yellow":"زەرد","Light green":"سەوزی ڕووناک","Green":"سەوز","Aquamarine":"شینی دەریایی","Turquoise":"شینی ئاسمانی","Light blue":"شینی ڕووناک","Blue":"شین","Purple":"مۆر","Editor block content toolbar":"","Editor contextual toolbar":"","HEX":"","No results found":"","No searchable items":"","Editor dialog":"","Close":"","Help Contents. To close this dialog press ESC.":"","Below, you can find a list of keyboard shortcuts that can be used in the editor.":"","(may require <kbd>Fn</kbd>)":"","Accessibility":"","Accessibility help":"","Press %0 for help.":"","Move focus in and out of an active dialog window":"","MENU_BAR_MENU_FILE":"","MENU_BAR_MENU_EDIT":"","MENU_BAR_MENU_VIEW":"","MENU_BAR_MENU_INSERT":"","MENU_BAR_MENU_FORMAT":"","MENU_BAR_MENU_TOOLS":"","MENU_BAR_MENU_HELP":"","MENU_BAR_MENU_TEXT":"","MENU_BAR_MENU_FONT":"","Editor menu bar":"","Please enter a valid color (e.g. \"ff0000\").":"","Insert table":"خشتە دابنێ","Header column":"ستوونی دەسپێک","Insert column left":"دانانی ستوون لە چەپ","Insert column right":"دانانی ستوون لە ڕاست","Delete column":"سڕینەوەی ستوون","Select column":"","Column":"ستوون","Header row":"ڕیزی دەسپێک","Insert row below":"دانانی ڕیز لە ژێرەوە","Insert row above":"دانانی ڕیز لە سەرەوە","Delete row":"سڕینەوەی ڕیز","Select row":"","Row":"ڕیز","Merge cell up":"تێکەڵکردنی خانەکان بەرەو سەر","Merge cell right":"تێکەڵکردنی خانەکان بەرەو ڕاست","Merge cell down":"تێکەڵکردنی خانەکان بەرەو ژێرەوە","Merge cell left":"تێکەڵکردنی خانەکان بەرەو چەپ","Split cell vertically":"بەشکردنی خانەکان بە ئەستوونی","Split cell horizontally":"بەشکردنی خانەکان بە ئاسۆیی","Merge cells":"تێکەڵکردنی خانەکان","Table toolbar":"تووڵامرازی خشتە","Table properties":"","Cell properties":"","Border":"","Style":"","Width":"","Height":"","Color":"","Background":"","Padding":"","Dimensions":"","Table cell text alignment":"","Alignment":"","Horizontal text alignment toolbar":"","Vertical text alignment toolbar":"","Table alignment toolbar":"","None":"","Solid":"","Dotted":"","Dashed":"","Double":"","Groove":"","Ridge":"","Inset":"","Outset":"","Align cell text to the left":"","Align cell text to the center":"","Align cell text to the right":"","Justify cell text":"","Align cell text to the top":"","Align cell text to the middle":"","Align cell text to the bottom":"","Align table to the left":"","Center table":"","Align table to the right":"","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"","Color picker":"","Enter table caption":"","Keystrokes that can be used in a table cell":"","Move the selection to the next cell":"","Move the selection to the previous cell":"","Insert a new table row (when in the last cell of a table)":"","Navigate through the table":"","Table":"","Disable editing":"لەکارخستنی جاکسازی","Enable editing":"بەکارخستنی چاکسازی","Previous editable region":"ناوچەی چاکسازی پێشوو","Next editable region":"ناوچەی چاکسازی داهاتوو","Navigate editable regions":"چوون بۆ ناوچەی چاکسازی","Remove Format":"لابردنی شێواز","Page break":"کۆتایهێنانی پەڕە","media widget":"ویدجێتتی مێدیا","Media URL":"بەستەری مێدیا","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.":"پێویستە بەستەر بەتاڵ نەبێت.","This media URL is not supported.":"ئەم بەستەری مێدیایە پاڵپشتی ناکرێت.","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.":"","Reversed order":"","Keystrokes that can be used in a list":"","Increase list item indent":"","Decrease list item indent":"","Entering a to-do list":"","Leaving a to-do list":"","Unlink":"لابردنی بەستەر","Link":"بەستەر","Link URL":"ناونیشانی بەستەر","Link URL must not be empty.":"","Link image":"","Edit link":"دەستکاری بەستەر","Open link in new tab":"کردنەوەی بەستەرەکە لە پەڕەیەکی نوێ","This link has no URL":"ئەم بەستەرە ناونیشانی نیە","Open in a new tab":"کردنەوەی لە پەنجەرەیەکی نوێ","Downloadable":"Downloadable","Create link":"","Move out of a link":"","Increase indent":"زیادکردنی بۆشایی","Decrease indent":"کەمکردنەوەی بۆشایی","image widget":"وێدجیتی وێنە","Wrap text":"","Break text":"","In line":"","Side image":"لای وێنە","Full size image":"پڕ بەقەبارەی وێنە","Left aligned image":"ڕیزکردنی وێنە بۆ لای چەپ","Centered image":"ناوەڕاستکراوی وێنە","Right aligned image":"ڕیزکردنی وێنە بۆ لای ڕاست","Change image text alternative":"گۆڕینی جێگروەی تێکیسی وێنە","Text alternative":"جێگرەوەی تێکست","Enter image caption":"سەردێڕی وێنە دابنێ","Insert image":"وێنە دابنێ","Replace image":"","Upload from computer":"","Replace from computer":"","Upload image from computer":"","Image from computer":"","Replace image from computer":"","Upload failed":"بارکردنەکە سەرنەکەووت","Image toolbar":"تووڵامرازی وێنە","Resize image":"","Resize image to %0":"","Resize image to the original size":"","Resize image (in %0)":"","Original":"","Custom image size":"","Custom":"","Image resize list":"","Insert":"","Update":"","Insert image via URL":"","Update image URL":"","Caption for the image":"","Caption for image: %0":"","The value must not be empty.":"","The value should be a plain number.":"","Uploading image":"","Image upload complete":"","Error during image upload":"","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":"ڕەنگەکانی دۆکومێنت","Cancel":"هەڵوەشاندنەوە","Clear":"","Remove color":"لابردنی ڕەنگ","Restore default":"","Save":"پاشکەوتکردن","Show more items":"بڕگەی زیاتر نیشانبدە","%0 of %1":"%0 لە %1","Cannot upload file:":"پەڕگەکە ناتوانرێت باربکرێت:","Rich Text Editor. Editing area: %0":"","Insert with file manager":"","Replace with file manager":"","Insert image with file manager":"","Replace image with file manager":"","Toggle caption off":"","Toggle caption on":"","Content editing keystrokes":"","These keyboard shortcuts allow for quick access to content editing features.":"","User interface and content navigation keystrokes":"","Use the following keystrokes for more efficient navigation in the CKEditor 5 user interface.":"","Close contextual balloons, dropdowns, and dialogs":"","Open the accessibility help dialog":"","Move focus between form fields (inputs, buttons, etc.)":"","Move focus to the menu bar, navigate between menu bars":"","Move focus to the toolbar, navigate between toolbars":"","Navigate through the toolbar or menu bar":"","Execute the currently focused button. Executing buttons that interact with the editor content moves the focus back to the content.":"","Accept":"","Insert code block":"دانانی خشتەی کۆد","Plain text":"تێکستی سادە","Leaving %0 code snippet":"","Entering %0 code snippet":"","Entering code snippet":"","Leaving code snippet":"","Code block":"","Insert image or file":"وێنە یان پەڕگە دابنێ","Image or file":"","Could not obtain resized image URL.":"نەتوانرا بەستەری وێنەی قەبارە گۆڕاو بەدەست بێت.","Selecting resized image failed":"دیاریکردنی وێنەی قەبارە گۆڕاو سەرکەوتوو نەبوو","Could not insert image at the current position.":"نەتوانرا وێنە دابنرێت لەم شوێنە.","Inserting image failed":"دانانی وێنە سەرکەوتوو نەبوو","Block quote":"وتەی وەرگیراو","Bold":"قەڵەو","Italic":"لار","Underline":"ژێرهێڵ","Code":"کۆد","Strikethrough":"هێڵ بەسەرداهاتوو","Subscript":"ژێرنووس","Superscript":"سەرنووس","Italic text":"","Move out of an inline code style":"","Bold text":"","Underline text":"","Strikethrough text":"","Saving changes":"گۆڕانکاریەکان پاشکەوتدەکرێت","Align left":"بەهێڵکردنی چەپ","Align right":"بەهێڵکردنی ڕاست","Align center":"بەهێڵکردنی ناورەڕاست","Justify":"هاوستوونی","Text alignment":"ڕیززکردنی تێکست","Text alignment toolbar":"تووڵامرازی ڕیززکردنی تێکست"},getPluralForm(n){return (n != 1);}}}
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ ( e => {
7
+ const { [ 'ku' ]: { dictionary, getPluralForm } } = {"ku":{"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":"","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":"","Edit block":"دەستکاری بلۆک","Click to edit block":"","Drag to move":"","Next":"دواتر","Previous":"پێشتر","Editor toolbar":"تووڵامرازی دەسکاریکەر","Dropdown toolbar":"تووڵامرازی لیستەیی","Black":"ڕەش","Dim grey":"ڕەساسی تاریک","Grey":"ڕەساسی","Light grey":"ڕەساسی ڕووناک","White":"سپی","Red":"سور","Orange":"پرتەقاڵی","Yellow":"زەرد","Light green":"سەوزی ڕووناک","Green":"سەوز","Aquamarine":"شینی دەریایی","Turquoise":"شینی ئاسمانی","Light blue":"شینی ڕووناک","Blue":"شین","Purple":"مۆر","Editor block content toolbar":"","Editor contextual toolbar":"","HEX":"","No results found":"","No searchable items":"","Editor dialog":"","Close":"","Help Contents. To close this dialog press ESC.":"","Below, you can find a list of keyboard shortcuts that can be used in the editor.":"","(may require <kbd>Fn</kbd>)":"","Accessibility":"","Accessibility help":"","Press %0 for help.":"","Move focus in and out of an active dialog window":"","MENU_BAR_MENU_FILE":"","MENU_BAR_MENU_EDIT":"","MENU_BAR_MENU_VIEW":"","MENU_BAR_MENU_INSERT":"","MENU_BAR_MENU_FORMAT":"","MENU_BAR_MENU_TOOLS":"","MENU_BAR_MENU_HELP":"","MENU_BAR_MENU_TEXT":"","MENU_BAR_MENU_FONT":"","Editor menu bar":"","Please enter a valid color (e.g. \"ff0000\").":"","Insert table":"خشتە دابنێ","Header column":"ستوونی دەسپێک","Insert column left":"دانانی ستوون لە چەپ","Insert column right":"دانانی ستوون لە ڕاست","Delete column":"سڕینەوەی ستوون","Select column":"","Column":"ستوون","Header row":"ڕیزی دەسپێک","Insert row below":"دانانی ڕیز لە ژێرەوە","Insert row above":"دانانی ڕیز لە سەرەوە","Delete row":"سڕینەوەی ڕیز","Select row":"","Row":"ڕیز","Merge cell up":"تێکەڵکردنی خانەکان بەرەو سەر","Merge cell right":"تێکەڵکردنی خانەکان بەرەو ڕاست","Merge cell down":"تێکەڵکردنی خانەکان بەرەو ژێرەوە","Merge cell left":"تێکەڵکردنی خانەکان بەرەو چەپ","Split cell vertically":"بەشکردنی خانەکان بە ئەستوونی","Split cell horizontally":"بەشکردنی خانەکان بە ئاسۆیی","Merge cells":"تێکەڵکردنی خانەکان","Table toolbar":"تووڵامرازی خشتە","Table properties":"","Cell properties":"","Border":"","Style":"","Width":"","Height":"","Color":"","Background":"","Padding":"","Dimensions":"","Table cell text alignment":"","Alignment":"","Horizontal text alignment toolbar":"","Vertical text alignment toolbar":"","Table alignment toolbar":"","None":"","Solid":"","Dotted":"","Dashed":"","Double":"","Groove":"","Ridge":"","Inset":"","Outset":"","Align cell text to the left":"","Align cell text to the center":"","Align cell text to the right":"","Justify cell text":"","Align cell text to the top":"","Align cell text to the middle":"","Align cell text to the bottom":"","Align table to the left":"","Center table":"","Align table to the right":"","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"","Color picker":"","Enter table caption":"","Keystrokes that can be used in a table cell":"","Move the selection to the next cell":"","Move the selection to the previous cell":"","Insert a new table row (when in the last cell of a table)":"","Navigate through the table":"","Table":"","Disable editing":"لەکارخستنی جاکسازی","Enable editing":"بەکارخستنی چاکسازی","Previous editable region":"ناوچەی چاکسازی پێشوو","Next editable region":"ناوچەی چاکسازی داهاتوو","Navigate editable regions":"چوون بۆ ناوچەی چاکسازی","Remove Format":"لابردنی شێواز","Page break":"کۆتایهێنانی پەڕە","media widget":"ویدجێتتی مێدیا","Media URL":"بەستەری مێدیا","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.":"پێویستە بەستەر بەتاڵ نەبێت.","This media URL is not supported.":"ئەم بەستەری مێدیایە پاڵپشتی ناکرێت.","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.":"","Reversed order":"","Keystrokes that can be used in a list":"","Increase list item indent":"","Decrease list item indent":"","Entering a to-do list":"","Leaving a to-do list":"","Unlink":"لابردنی بەستەر","Link":"بەستەر","Link URL":"ناونیشانی بەستەر","Link URL must not be empty.":"","Link image":"","Edit link":"دەستکاری بەستەر","Open link in new tab":"کردنەوەی بەستەرەکە لە پەڕەیەکی نوێ","This link has no URL":"ئەم بەستەرە ناونیشانی نیە","Open in a new tab":"کردنەوەی لە پەنجەرەیەکی نوێ","Downloadable":"Downloadable","Create link":"","Move out of a link":"","Increase indent":"زیادکردنی بۆشایی","Decrease indent":"کەمکردنەوەی بۆشایی","image widget":"وێدجیتی وێنە","Wrap text":"","Break text":"","In line":"","Side image":"لای وێنە","Full size image":"پڕ بەقەبارەی وێنە","Left aligned image":"ڕیزکردنی وێنە بۆ لای چەپ","Centered image":"ناوەڕاستکراوی وێنە","Right aligned image":"ڕیزکردنی وێنە بۆ لای ڕاست","Change image text alternative":"گۆڕینی جێگروەی تێکیسی وێنە","Text alternative":"جێگرەوەی تێکست","Enter image caption":"سەردێڕی وێنە دابنێ","Insert image":"وێنە دابنێ","Replace image":"","Upload from computer":"","Replace from computer":"","Upload image from computer":"","Image from computer":"","Replace image from computer":"","Upload failed":"بارکردنەکە سەرنەکەووت","Image toolbar":"تووڵامرازی وێنە","Resize image":"","Resize image to %0":"","Resize image to the original size":"","Resize image (in %0)":"","Original":"","Custom image size":"","Custom":"","Image resize list":"","Insert":"","Update":"","Insert image via URL":"","Update image URL":"","Caption for the image":"","Caption for image: %0":"","The value must not be empty.":"","The value should be a plain number.":"","Uploading image":"","Image upload complete":"","Error during image upload":"","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":"ڕەنگەکانی دۆکومێنت","Cancel":"هەڵوەشاندنەوە","Clear":"","Remove color":"لابردنی ڕەنگ","Restore default":"","Save":"پاشکەوتکردن","Show more items":"بڕگەی زیاتر نیشانبدە","%0 of %1":"%0 لە %1","Cannot upload file:":"پەڕگەکە ناتوانرێت باربکرێت:","Rich Text Editor. Editing area: %0":"","Insert with file manager":"","Replace with file manager":"","Insert image with file manager":"","Replace image with file manager":"","Toggle caption off":"","Toggle caption on":"","Content editing keystrokes":"","These keyboard shortcuts allow for quick access to content editing features.":"","User interface and content navigation keystrokes":"","Use the following keystrokes for more efficient navigation in the CKEditor 5 user interface.":"","Close contextual balloons, dropdowns, and dialogs":"","Open the accessibility help dialog":"","Move focus between form fields (inputs, buttons, etc.)":"","Move focus to the menu bar, navigate between menu bars":"","Move focus to the toolbar, navigate between toolbars":"","Navigate through the toolbar or menu bar":"","Execute the currently focused button. Executing buttons that interact with the editor content moves the focus back to the content.":"","Accept":"","Insert code block":"دانانی خشتەی کۆد","Plain text":"تێکستی سادە","Leaving %0 code snippet":"","Entering %0 code snippet":"","Entering code snippet":"","Leaving code snippet":"","Code block":"","Insert image or file":"وێنە یان پەڕگە دابنێ","Image or file":"","Could not obtain resized image URL.":"نەتوانرا بەستەری وێنەی قەبارە گۆڕاو بەدەست بێت.","Selecting resized image failed":"دیاریکردنی وێنەی قەبارە گۆڕاو سەرکەوتوو نەبوو","Could not insert image at the current position.":"نەتوانرا وێنە دابنرێت لەم شوێنە.","Inserting image failed":"دانانی وێنە سەرکەوتوو نەبوو","Block quote":"وتەی وەرگیراو","Bold":"قەڵەو","Italic":"لار","Underline":"ژێرهێڵ","Code":"کۆد","Strikethrough":"هێڵ بەسەرداهاتوو","Subscript":"ژێرنووس","Superscript":"سەرنووس","Italic text":"","Move out of an inline code style":"","Bold text":"","Underline text":"","Strikethrough text":"","Saving changes":"گۆڕانکاریەکان پاشکەوتدەکرێت","Align left":"بەهێڵکردنی چەپ","Align right":"بەهێڵکردنی ڕاست","Align center":"بەهێڵکردنی ناورەڕاست","Justify":"هاوستوونی","Text alignment":"ڕیززکردنی تێکست","Text alignment toolbar":"تووڵامرازی ڕیززکردنی تێکست"},getPluralForm(n){return (n != 1);}}};
8
+ e[ 'ku' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'ku' ].dictionary = Object.assign( e[ 'ku' ].dictionary, dictionary );
10
+ e[ 'ku' ].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 {"lt":{"dictionary":{"Words: %0":"Žodžių: %0","Characters: %0":"Simbolių: %0","Widget toolbar":"Valdiklių įrankių juosta","Insert paragraph before block":"Įkelti pastraipą prieš bloką","Insert paragraph after block":"Įkelti pastraipą po bloko","Press Enter to type after or press Shift + Enter to type before the widget":"Paspauskite Enter, jei norite rašyti po valdiklio, arba paspauskite Shift + Enter, jei norite rašyti prieš valdiklį.","Keystrokes that can be used when a widget is selected (for example: image, table, etc.)":"Klavišų paspaudimai, kuriuos galima naudoti pasirinkus valdiklį (pavyzdžiui, vaizdą, lentelę ir t. t.)","Insert a new paragraph directly after a widget":"Įterpti naują pastraipą iškart po valdiklio","Insert a new paragraph directly before a widget":"Įterpti naują pastraipą iškart prieš valdiklį","Move the caret to allow typing directly before a widget":"Perkelkite žymeklį, kad būtų galima rašyti iškart prieš valdiklį","Move the caret to allow typing directly after a widget":"Perkelkite žymeklį, kad būtų galima rašyti iškart po valdiklio","Upload in progress":"Įkelima","Undo":"Atgal","Redo":"Pirmyn","Rich Text Editor":"Raiškiojo teksto redaktorius","Editor editing area: %0":"Redaktoriaus redagavimo sritis: %0","Edit block":"Redaguoti bloką","Click to edit block":"Spustelėkite norėdami redaguoti bloką","Drag to move":"Vilkite, kad perkeltumėte","Next":"Kitas","Previous":"Buvęs","Editor toolbar":"Redaktoriaus įrankių juosta","Dropdown toolbar":"Įrankių juosta pasirenkamajame sąraše","Black":"Juoda","Dim grey":"Pilkšva","Grey":"Pilka","Light grey":"Šviesiai pilka","White":"Balta","Red":"Raudona","Orange":"Oranžinė","Yellow":"Geltona","Light green":"Šviesiai žalia","Green":"Žalia","Aquamarine":"Aquamarine","Turquoise":"Turkio","Light blue":"Šviesiai mėlyna","Blue":"Mėlyna","Purple":"Violetinė","Editor block content toolbar":"Redaktoriaus bloko turinio įrankių juosta","Editor contextual toolbar":"Redaktoriaus kontekstinė įrankių juosta","HEX":"Šešioliktainė reikšmė (angl. HEX)","No results found":"Nieko nerasta","No searchable items":"Nėra paieškos elementų","Editor dialog":"Redaktoriaus dialogo langas","Close":"Uždaryti","Help Contents. To close this dialog press ESC.":"Pagalbos turinys. Norėdami uždaryti šį dialogo langą, spauskite „ESC“.","Below, you can find a list of keyboard shortcuts that can be used in the editor.":"Žemiau galite rasti sparčiųjų klavišų, kuriuos galima naudoti redaktoriuje, sąrašą.","(may require <kbd>Fn</kbd>)":"(gali reikalauti <kbd>Fn</kbd>)","Accessibility":"Prieinamumas","Accessibility help":"Prieinamumo pagalba","Press %0 for help.":"Spauskite %0, norėdami gauti pagalbą.","Move focus in and out of an active dialog window":"Perkelti fokusą į ir iš aktyvaus dialogo lango","MENU_BAR_MENU_FILE":"Failas","MENU_BAR_MENU_EDIT":"Redaguoti","MENU_BAR_MENU_VIEW":"Žiūrėti","MENU_BAR_MENU_INSERT":"Įkelti","MENU_BAR_MENU_FORMAT":"Formatuoti","MENU_BAR_MENU_TOOLS":"Įrankiai","MENU_BAR_MENU_HELP":"Pagalba","MENU_BAR_MENU_TEXT":"Tekstas","MENU_BAR_MENU_FONT":"Šriftas","Editor menu bar":"Redaktoriaus meniu juosta","Please enter a valid color (e.g. \"ff0000\").":"Įveskite teisingą spalvos formatą (pvz., „ff0000“).","Insert table":"Įterpti lentelę","Header column":"Antraštės stulpelis","Insert column left":"Įterpti stulpelį kairėje","Insert column right":"Įterpti stulpelį dešinėje","Delete column":"Ištrinti stulpelį","Select column":"Pasirinkti stulpelį","Column":"Stulpelis","Header row":"Antraštės eilutė","Insert row below":"Įterpti eilutę žemiau","Insert row above":"Įterpti eilutę aukščiau","Delete row":"Ištrinti eilutę","Select row":"Pasirinkti eilutę","Row":"Eilutė","Merge cell up":"Prijungti langelį viršuje","Merge cell right":"Prijungti langelį dešinėje","Merge cell down":"Prijungti langelį apačioje","Merge cell left":"Prijungti langelį kairėje","Split cell vertically":"Padalinti langelį vertikaliai","Split cell horizontally":"Padalinti langelį horizontaliai","Merge cells":"Sujungti langelius","Table toolbar":"Lentelės įrankių juosta","Table properties":"Lentelės savybės","Cell properties":"Langelio savybės","Border":"Kraštas","Style":"Stilius","Width":"Plotis","Height":"Aukštis","Color":"Spalva","Background":"Fonas","Padding":"Užpildymas","Dimensions":"Matmenys","Table cell text alignment":"Lentelės langelio teksto lygiavimas","Alignment":"Lygiavimas","Horizontal text alignment toolbar":"Horizontalaus teksto lygiavimo įrankių juosta","Vertical text alignment toolbar":"Vertikalaus teksto lygiavimo įrankių juosta","Table alignment toolbar":"Teksto lygiavimo įrankių juosta","None":"Nieko","Solid":"Vientisas","Dotted":"Taškuotas","Dashed":"Brūkšneliais","Double":"Dvigubas","Groove":"Ilgas ir siauras","Ridge":"Briaunuotas","Inset":"Intarpas","Outset":"Pradžia","Align cell text to the left":"Lygiuoti langelio tekstą kairėje","Align cell text to the center":"Lygiuoti langelio tekstą centre","Align cell text to the right":"Lygiuoti langelio tekstą dešinėje","Justify cell text":"Pabrėžti langelio tekstą","Align cell text to the top":"Lygiuoti langelio tekstą viršuje","Align cell text to the middle":"Lygiuoti langelio tekstą viduryje","Align cell text to the bottom":"Lygiuoti langelio tekstą apačioje","Align table to the left":"Lygiuoti lentelę kairėje","Center table":"Centruoti lentelę","Align table to the right":"Lygiuoti lentelę dešinėje","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Spalva neteisinga. Mėginkite \"#FF0000\" arba \"rgb(255,0,0)\" arba \"raudona\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Reikšmė neteisinga. Mėginkite \"10px\" arba \"2em\", ar paprasčiausiai \"2\".","Color picker":"Spalvos ieškiklis","Enter table caption":"Įvesti lentelės antraštę","Keystrokes that can be used in a table cell":"Klavišų paspaudimai, kurie gali būti naudojami lentelės langelyje","Move the selection to the next cell":"Perkelti pasirinkimą į kitą langelį","Move the selection to the previous cell":"Perkelti pasirinkimą į ankstesnį langelį","Insert a new table row (when in the last cell of a table)":"Įterpti į lentelę naują eilutę (kai yra paskutiniame lentelės langelyje)","Navigate through the table":"Naršyti po lentelę","Table":"Lentelė","Styles":"Stiliai","Multiple styles":"Daug stilių","Block styles":"Blokuoti stilius","Text styles":"Teksto stiliai","Special characters":"Išskirtiniai simboliai","All":"Visi","Arrows":"Rodyklės","Currency":"Valiuta","Latin":"Lotyniški rašmenys","Mathematical":"Matematiniai rašmenys","Text":"Tekstas","leftwards simple arrow":"Į kairę paprasta rodyklė","rightwards simple arrow":"Į dešinę paprasta rodyklė","upwards simple arrow":"Į viršų paprasta rodyklė","downwards simple arrow":"Į apačią paprasta rodyklė","leftwards double arrow":"dviguba rodyklė kairėn","rightwards double arrow":"dviguba rodyklė dešinėn","upwards double arrow":"dviguba rodyklė aukštyn","downwards double arrow":"dviguba rodyklė žemyn","leftwards dashed arrow":"punktyrinė rodyklė kairėn","rightwards dashed arrow":"punktyrinė rodyklė dešinėn","upwards dashed arrow":"punktyrinė rodyklė aukštyn","downwards dashed arrow":"punktyrinė rodyklė žemyn","leftwards arrow to bar":"rodyklė į kairę juostą","rightwards arrow to bar":"rodyklė į dešinę juostą","upwards arrow to bar":"rodyklė į juostą aukštyn","downwards arrow to bar":"rodyklė į juostą žemyn","up down arrow with base":"rodyklė aukštyn žemyn su pagrindu","back with leftwards arrow above":"atgal su rodykle kairėn viršuje","end with leftwards arrow above":"pabaiga su rodykle kairėn viršuje","on with exclamation mark with left right arrow above":"įjungta su šauktuku su rodykle kairėn dešinėn viršuje","soon with rightwards arrow above":"netrukus su rodykle dešinėn viršuje","top with upwards arrow above":"viršus su rodykle aukštyn viršuje","Dollar sign":"Dolerio ženklas","Euro sign":"Euro ženklas","Yen sign":"Jenos ženklas","Pound sign":"Svaro ženklas","Cent sign":"Cento ženklas","Euro-currency sign":"Euro valiutos ženklas","Colon sign":"Dvitaškio ženklas","Cruzeiro sign":"Cruzeiro ženklas","French franc sign":"Prancūzų franko ženklas","Lira sign":"Liros ženklas","Currency sign":"Valiutos ženklas","Bitcoin sign":"Bitkoino ženklas","Mill sign":"Malūno ženklas","Naira sign":"Nairos ženklas","Peseta sign":"Pesetos ženklas","Rupee sign":"Rupijos ženklas","Won sign":"Vonos ženklas","New sheqel sign":"Naujojo šekelio ženklas","Dong sign":"Dongo ženklas","Kip sign":"Kipo ženklas","Tugrik sign":"Tugriko ženklas","Drachma sign":"Drachmos ženklas","German penny sign":"Vokietijos cento ženklas","Peso sign":"Peso ženklas","Guarani sign":"Guaranos ženklas","Austral sign":"Australo ženklas","Hryvnia sign":"Grivinos ženklas","Cedi sign":"Cedi ženklas","Livre tournois sign":"Livre tournois ženklas","Spesmilo sign":"Spesmilo ženklas","Tenge sign":"Tengės ženklas","Indian rupee sign":"Indijos rupijos ženklas","Turkish lira sign":"Turkijos liros ženklas","Nordic mark sign":"Šiaurietiškas ženklas","Manat sign":"Manatos ženklas","Ruble sign":"Rublio ženklas","Latin capital letter a with macron":"Lotynų didžioji raidė a su makronu","Latin small letter a with macron":"Lotynų mažoji raidė a su makronu","Latin capital letter a with breve":"Lotynų didžioji raidė a su lankeliu","Latin small letter a with breve":"Lotynų mažoji raidė a su lankeliu","Latin capital letter a with ogonek":"Lotynų didžioji raidė a su nosine","Latin small letter a with ogonek":"Lotynų mažoji raidė a su nosine","Latin capital letter c with acute":"Lotynų didžioji raidė c su dešininiu kirčiu","Latin small letter c with acute":"Lotynų mažoji raidė c su dešininiu kirčiu","Latin capital letter c with circumflex":"Lotynų didžioji raidė c su cirkumfleksu","Latin small letter c with circumflex":"Lotynų mažoji raidė c su cirkumfleksu","Latin capital letter c with dot above":"Lotynų didžioji raidė c su tašku viršuje","Latin small letter c with dot above":"Lotynų mažoji raidė c su tašku viršuje","Latin capital letter c with caron":"Lotynų didžioji raidė c su paukščiuku","Latin small letter c with caron":"Lotynų mažoji raidė c su paukščiuku","Latin capital letter d with caron":"Lotynų didžioji raidė d su paukščiuku","Latin small letter d with caron":"Lotynų mažoji raidė d su paukščiuku","Latin capital letter d with stroke":"Lotynų didžioji raidė d su pasviruoju brūkšneliu","Latin small letter d with stroke":"Lotynų mažoji raidė d su pasviruoju brūkšneliu","Latin capital letter e with macron":"Lotynų didžioji raidė e su makronu","Latin small letter e with macron":"Lotynų mažoji raidė e su makronu","Latin capital letter e with breve":"Lotynų didžioji raidė e su lankeliu","Latin small letter e with breve":"Lotynų mažoji raidė e su lankeliu","Latin capital letter e with dot above":"Lotynų didžioji raidė e su tašku viršuje","Latin small letter e with dot above":"Lotynų mažoji raidė e su tašku viršuje","Latin capital letter e with ogonek":"Lotynų didžioji raidė e su nosine","Latin small letter e with ogonek":"Lotynų mažoji raidė e su nosine","Latin capital letter e with caron":"Lotynų didžioji raidė e su paukščiuku","Latin small letter e with caron":"Lotynų didžioji raidė e su paukščiuku","Latin capital letter g with circumflex":"Lotynų didžioji raidė g su cirkumfleksu","Latin small letter g with circumflex":"Lotynų mažoji raidė g su cirkumfleksu","Latin capital letter g with breve":"Lotynų didžioji raidė g su lankeliu","Latin small letter g with breve":"Lotynų mažoji raidė g su lankeliu","Latin capital letter g with dot above":"Lotynų didžioji raidė g su tašku viršuje","Latin small letter g with dot above":"Lotynų mažoji raidė g su tašku viršuje","Latin capital letter g with cedilla":"Lotynų didžioji raidė g su sedile","Latin small letter g with cedilla":"Lotynų mažoji raidė g su sedile","Latin capital letter h with circumflex":"Lotynų didžioji raidė h su cirkumfleksu","Latin small letter h with circumflex":"Lotynų mažoji raidė h su cirkumfleksu","Latin capital letter h with stroke":"Lotynų didžioji raidė h su pasviruoju brūkšneliu","Latin small letter h with stroke":"Lotynų mažoji raidė h su pasviruoju brūkšneliu","Latin capital letter i with tilde":"Lotynų didžioji raidė i su riestiniu kirčiu","Latin small letter i with tilde":"Lotynų mažoji raidė i su riestiniu kirčiu","Latin capital letter i with macron":"Lotynų didžioji raidė i su makronu","Latin small letter i with macron":"Lotynų mažoji raidė i su makronu","Latin capital letter i with breve":"Lotynų didžioji raidė i su lankeliu","Latin small letter i with breve":"Lotynų mažoji raidė i su lankeliu","Latin capital letter i with ogonek":"Lotynų didžioji raidė i su nosine","Latin small letter i with ogonek":"Lotynų mažoji raidė i su nosine","Latin capital letter i with dot above":"Lotynų didžioji raidė i su tašku viršuje","Latin small letter dotless i":"Lotynų mažoji raidė i be taškų","Latin capital ligature ij":"Lotynų didžioji ligatūra ij","Latin small ligature ij":"Lotynų mažoji ligatūra ij","Latin capital letter j with circumflex":"Lotynų didžioji raidė j su cirkumfleksu","Latin small letter j with circumflex":"Lotynų mažoji raidė j su cirkumfleksu","Latin capital letter k with cedilla":"Lotynų didžioji raidė k su sedile","Latin small letter k with cedilla":"Lotynų mažoji raidė k su sedile","Latin small letter kra":"Lotynų mažoji raidė kra","Latin capital letter l with acute":"Lotynų didžioji raidė l su dešininiu kirčiu","Latin small letter l with acute":"Lotynų mažoji raidė l su dešininiu kirčiu","Latin capital letter l with cedilla":"Lotynų didžioji raidė l su sedile","Latin small letter l with cedilla":"Lotynų mažoji raidė l su sedile","Latin capital letter l with caron":"Lotynų didžioji raidė l su paukščiuku","Latin small letter l with caron":"Lotynų mažoji raidė l su paukščiuku","Latin capital letter l with middle dot":"Lotynų didžioji raidė l su tašku viduryje","Latin small letter l with middle dot":"Lotynų mažoji raidė l su tašku viduryje","Latin capital letter l with stroke":"Lotynų didžioji raidė l su pasviruoju brūkšneliu","Latin small letter l with stroke":"Lotynų mažoji raidė l su pasviruoju brūkšneliu","Latin capital letter n with acute":"Lotynų didžioji raidė n su dešininiu kirčiu","Latin small letter n with acute":"Lotynų mažoji raidė n su dešininiu kirčiu","Latin capital letter n with cedilla":"Lotynų didžioji raidė n su sedile","Latin small letter n with cedilla":"Lotynų mažoji raidė n su sedile","Latin capital letter n with caron":"Lotynų didžioji raidė n su paukščiuku","Latin small letter n with caron":"Lotynų mažoji raidė n su paukščiuku","Latin small letter n preceded by apostrophe":"Lotynų mažoji raidė n su apostrofu priešais","Latin capital letter eng":"Lotynų didžioji raidė eng","Latin small letter eng":"Lotynų mažoji raidė eng","Latin capital letter o with macron":"Lotynų didžioji raidė o su makronu","Latin small letter o with macron":"Lotynų mažoji raidė o su makronu","Latin capital letter o with breve":"Lotynų didžioji raidė o su lankeliu","Latin small letter o with breve":"Lotynų mažoji raidė o su lankeliu","Latin capital letter o with double acute":"Lotynų didžioji raidė o su dvigubu dešininiu kirčiu","Latin small letter o with double acute":"Lotynų mažoji raidė o su dvigubu dešininiu kirčiu","Latin capital ligature oe":"Lotynų didžioji ligatūra oe","Latin small ligature oe":"Lotynų mažoji ligatūra oe","Latin capital letter r with acute":"Lotynų didžioji raidė r su dešininiu kirčiu","Latin small letter r with acute":"Lotynų mažoji raidė r su dešininiu kirčiu","Latin capital letter r with cedilla":"Lotynų didžioji raidė r su sedile","Latin small letter r with cedilla":"Lotynų mažoji raidė r su sedile","Latin capital letter r with caron":"Lotynų didžioji raidė r su paukščiuku","Latin small letter r with caron":"Lotynų mažoji raidė r su paukščiuku","Latin capital letter s with acute":"Lotynų didžioji raidė s su dešininiu kirčiu","Latin small letter s with acute":"Lotynų mažoji raidė s su dešininiu kirčiu","Latin capital letter s with circumflex":"Lotynų didžioji raidė s su cirkumfleksu","Latin small letter s with circumflex":"Lotynų mažoji raidė s su cirkumfleksu","Latin capital letter s with cedilla":"Lotynų didžioji raidė s su sedile","Latin small letter s with cedilla":"Lotynų mažoji raidė s su sedile","Latin capital letter s with caron":"Lotynų didžioji raidė s su paukščiuku","Latin small letter s with caron":"Lotynų mažoji raidė s su paukščiuku","Latin capital letter t with cedilla":"Lotynų didžioji raidė t su sedile","Latin small letter t with cedilla":"Lotynų mažoji raidė t su sedile","Latin capital letter t with caron":"Lotynų didžioji raidė t su paukščiuku","Latin small letter t with caron":"Lotynų mažoji raidė t su paukščiuku","Latin capital letter t with stroke":"Lotynų didžioji raidė t su pasviruoju brūkšneliu","Latin small letter t with stroke":"Lotynų mažoji raidė t su pasviruoju brūkšneliu","Latin capital letter u with tilde":"Lotynų didžioji raidė u su riestiniu kirčiu","Latin small letter u with tilde":"Lotynų mažoji raidė u su riestiniu kirčiu","Latin capital letter u with macron":"Lotynų didžioji raidė u su makronu","Latin small letter u with macron":"Lotynų mažoji raidė u su makronu","Latin capital letter u with breve":"Lotynų didžioji raidė u su lankeliu","Latin small letter u with breve":"Lotynų mažoji raidė u su lankeliu","Latin capital letter u with ring above":"Lotynų didžioji raidė u su žiedu viršuje","Latin small letter u with ring above":"Lotynų mažoji raidė u su žiedu viršuje","Latin capital letter u with double acute":"Lotynų didžioji raidė u su dvigubu dešininiu kirčiu","Latin small letter u with double acute":"Lotynų mažoji raidė u su dvigubu dešininiu kirčiu","Latin capital letter u with ogonek":"Lotynų didžioji raidė u su nosine","Latin small letter u with ogonek":"Lotynų mažoji raidė u su nosine","Latin capital letter w with circumflex":"Lotynų didžioji raidė w su cirkumfleksu","Latin small letter w with circumflex":"Lotynų mažoji raidė w su cirkumfleksu","Latin capital letter y with circumflex":"Lotynų didžioji raidė y su cirkumfleksu","Latin small letter y with circumflex":"Lotynų mažoji raidė y su cirkumfleksu","Latin capital letter y with diaeresis":"Lotynų didžioji raidė y su diaereze","Latin capital letter z with acute":"Lotynų didžioji raidė z su dešininiu kirčiu","Latin small letter z with acute":"Lotynų mažoji raidė z su dešininiu kirčiu","Latin capital letter z with dot above":"Lotynų didžioji raidė z su tašku viršuje","Latin small letter z with dot above":"Lotynų mažoji raidė z su tašku viršuje","Latin capital letter z with caron":"Lotynų didžioji raidė z su paukščiuku","Latin small letter z with caron":"Lotynų mažoji raidė z su paukščiuku","Latin small letter long s":"Lotynų mažoji ilga raidė s","Less-than sign":"Mažiau nei ženklas","Greater-than sign":"Daugiau nei ženklas","Less-than or equal to":"Mažiau nei arba lygu ","Greater-than or equal to":"Daugiau nei arba lygu","En dash":"Brūkšnelis","Em dash":"Brūkšnys","Macron":"Makronas","Overline":"Viršutinė juosta","Degree sign":"Laipsnio ženklas","Minus sign":"Minuso ženklas","Plus-minus sign":"Pliuso-minuso ženklas","Division sign":"Dalybos ženklas","Fraction slash":"Trupmeninis pasvirasis brūkšnys","Multiplication sign":"Daugybos ženklas","Latin small letter f with hook":"Lotynų mažoji raidė f su kabliuku","Integral":"Integralas","N-ary summation":"Sigma sumavimas","Infinity":"Begalybė","Square root":"Kvadratinė šaknis","Tilde operator":"Ekvivalentas","Approximately equal to":"Apytiksliai lygu","Almost equal to":"Beveik lygu","Not equal to":"Nelygu","Identical to":"Identiškas","Element of":"Narys","Not an element of":"Ne narys","Contains as member":"Skaitosi kaip narys","N-ary product":"Dekarto produktas","Logical and":"Konjunkcija","Logical or":"Disjunkcija","Not sign":"Neigimas","Intersection":"Sankirta","Union":"Sąjunga","Partial differential":"Dalinė išvestinė","For all":"Bendrumo kvantorius","There exists":"Egzistavimo kvantorius","Empty set":"Nulinė reikšmė","Nabla":"Nabla","Asterisk operator":"Žvaigždutė","Proportional to":"Proporcingas","Angle":"Kampas","Vulgar fraction one quarter":"Paprastoji trupmena one ketvirtadalis","Vulgar fraction one half":"Paprastoji trupmena one antroji","Vulgar fraction three quarters":"Paprastoji trupmena three ketvirtadaliai","Single left-pointing angle quotation mark":"Vienguba kairėn nukreipto kampo kabutė","Single right-pointing angle quotation mark":"Vienguba dešinėn nukreipto kampo kabutė","Left-pointing double angle quotation mark":"Kairėn nukreipto kampo dviguba kabutė","Right-pointing double angle quotation mark":"Dešinėn nukreipto kampo dviguba kabutė","Left single quotation mark":"Vienguba kairė kabutė","Right single quotation mark":"Vienguba dešinė kabutė","Left double quotation mark":"Kairė dviguba kabutė","Right double quotation mark":"Dešinė dviguba kabutė","Single low-9 quotation mark":"Vienguba žema „9“ kabutė","Double low-9 quotation mark":"Dviguba žema „9“ kabutė","Inverted exclamation mark":"Apverstas šauktukas","Inverted question mark":"Apverstas klaustukas","Two dot leader":"Two taškų linijos","Horizontal ellipsis":"Horizontali elipsė","Double dagger":"Dvigubo kryžiaus ženklas","Per mille sign":"Promilės ženklas","Per ten thousand sign":"Ten tūkstančių ženklas","Double exclamation mark":"Dvigubas šauktukas","Question exclamation mark":"Klaustukas šauktukas","Exclamation question mark":"Šauktukas klaustukas","Double question mark":"Dvigubas klaustukas","Copyright sign":"Autorinių teisių simbolis","Registered sign":"Registruoto prekės ženklo simbolis","Trade mark sign":"Prekės ženklo simbolis","Section sign":"Skirsnio ženklas","Paragraph sign":"Pastraipos ženklas","Reversed paragraph sign":"Apverstas pastraipos ženklas","Character categories":"Simbolių kategorijos","Source":"Šaltinis","Show source":"Rodyti šaltinį","Show blocks":"Rodyti blokus","Select all":"Pasirinkti viską","Disable editing":"Išjungti redagavimą","Enable editing":"Įjungti redagavimą","Previous editable region":"Buvusi redaguojama sritis","Next editable region":"Sekanti redaguojama sritis","Navigate editable regions":"Naviguoti tarp redaguojamų sričių","Remove Format":"Naikinti formatavimą","Page break":"Puslapio lūžis","media widget":"media valdiklis","Media URL":"Media URL","Paste the media URL in the input.":"Įklijuokite media URL adresą į įvedimo lauką.","Tip: Paste the URL into the content to embed faster.":"Patarimas: norėdami greičiau įterpti media tiesiog įklijuokite URL į turinį.","The URL must not be empty.":"URL negali būti tuščias.","This media URL is not supported.":"Šis media URL yra nepalaikomas.","Insert media":"Įterpkite media","Media toolbar":"Medijų įrankių juosta","Open media in new tab":"Atidaryti mediją naujame skirtuke","Numbered List":"Numeruotas rąrašas","Bulleted List":"Sąrašas","To-do List":"Užduočių sąrašas","Bulleted list styles toolbar":"Ženklinto sąrašo stilių įrankių juosta","Numbered list styles toolbar":"Numeruoto sąrašo stilių įrankių juosta","Toggle the disc list style":"Perjungti diskinį sąrašo stilių","Toggle the circle list style":"Perjungti ovalų sąrašo stilių","Toggle the square list style":"Perjungti kvadratinį sąrašo stilių","Toggle the decimal list style":"Perjungti dešimtainį sąrašo stilių","Toggle the decimal with leading zero list style":"Perjungti dešimtainį sąrašo su nuliu priekyje stilių","Toggle the lower–roman list style":"Perjungti žemesnįjį romėniško stiliaus sąrašą","Toggle the upper–roman list style":"Perjungti aukštesnįjį romėniško stiliaus sąrašą","Toggle the lower–latin list style":"Perjungti žemesnįjį lotyniško stiliaus sąrašą","Toggle the upper–latin list style":"Perjungti aukštesnįjį lotyniško stiliaus sąrašą","Disc":"Diskas","Circle":"Apskritimas","Square":"Kvadratas","Decimal":"Dešimtainis","Decimal with leading zero":"Dešimtainis su nuliu priekyje","Lower–roman":"žemesnysis-romėniškas","Upper-roman":"Viršutinis romėniškas","Lower-latin":"žemesnysis-lotyniškas","Upper-latin":"Viršutinis romėniškas","List properties":"Vardyti ypatybes","Start at":"Pradėti nuo","Invalid start index value.":"Netinkama pradžios indekso vertė.","Start index must be greater than 0.":"Pradžios indeksas turi būti didesnis nei 0.","Reversed order":"Atvirkštinė tvarka","Keystrokes that can be used in a list":"Sąraše galimi naudoti klavišų paspaudimai","Increase list item indent":"Padidinti sąrašo elemento įtrauką","Decrease list item indent":"Sumažinti sąrašo elemento įtrauką","Entering a to-do list":"Įvesti darbų sąrašą","Leaving a to-do list":"Palikti darbų sąrašą","Unlink":"Pašalinti nuorodą","Link":"Pridėti nuorodą","Link URL":"Nuorodos URL","Link URL must not be empty.":"Nuorodos URL negali būti tuščias.","Link image":"Susieti paveikslėlį","Edit link":"Keisti nuorodą","Open link in new tab":"Atidaryti nuorodą naujame skirtuke","This link has no URL":"Ši nuorda neturi URL","Open in a new tab":"Atverti naujoje kortelėje","Downloadable":"Parsisiunčiamas","Create link":"Sukurti nuorodą","Move out of a link":"Išeiti iš nuorodos","Language":"Kalba","Choose language":"Pasirinkti kalbą","Remove language":"Pašalinti kalbą","Increase indent":"Padidinti atitraukimą","Decrease indent":"Sumažinti atitraukimą","image widget":"vaizdų valdiklis","Wrap text":"Perkelti tekstą į kitą eilutę","Break text":"Suskaidyti tekstą","In line":"tolygiai","Side image":"Vaizdas šone","Full size image":"Pilno dydžio vaizdas","Left aligned image":"Vaizdas kairėje","Centered image":"Vaizdas centre","Right aligned image":"Vaizdas dešinėje","Change image text alternative":"Pakeisti vaizdo alternatyvųjį tekstą","Text alternative":"Alternatyvusis tekstas","Enter image caption":"Įveskite vaizdo antraštę","Insert image":"Įterpti vaizdą","Replace image":"Pakeisti vaizdą","Upload from computer":"Įkelti iš kompiuterio","Replace from computer":"Pakeisti iš kompiuterio","Upload image from computer":"Įkelti paveiksliuką iš kompiuterio","Image from computer":"Įkelti vaizdą iš kompiuterio","Replace image from computer":"Pakeisti paveiksliuką iš kompiuterio","Upload failed":"Įkelti nepavyko","Image toolbar":"Paveikslėlių įrankių juosta","Resize image":"Pakeisti paveikslėlio dydį","Resize image to %0":"Pakeisti paveikslėlio dydį į %0","Resize image to the original size":"Pakeisti paveikslėlio dydį į originalų","Resize image (in %0)":"Pakeisti vaizdo dydį (%0)","Original":"Originalus","Custom image size":"Tinkinti vaizdo dydį","Custom":"Tinkinti","Image resize list":"Paveikslėlio dydžio keitimo sąrašas","Insert":"Įkelti","Update":"Atnaujinti","Insert image via URL":"Įkelti paveikslėlį naudojant URL","Update image URL":"Atnaujinti paveikslėlio URL","Caption for the image":"Vaizdo antraštė","Caption for image: %0":"Vaizdo antraštė: %0","The value must not be empty.":"Reikšmės laukelis negali būti tuščias.","The value should be a plain number.":"Reikšmė turi būti sveikasis skaičius.","Uploading image":"Įkeliamas vaizdas","Image upload complete":"Užbaigtas vaizdo įkėlimas","Error during image upload":"Įkeliant vaizdą, įvyko klaida","HTML object":"HTML object","Insert HTML":"Įkelti HTML","HTML snippet":"HTML iškarpa","Paste raw HTML here...":"Įklijuokite neapdorotą HTML čia...","Edit source":"Redaguoti šaltinį","Save changes":"Išsaugoti pakeitimus","No preview available":"Nėra galimų peržiūrų","Empty snippet content":"Tuščias iškarpos turinys","Horizontal line":"Horizontali linija","Yellow marker":"Geltonas žymeklis","Green marker":"Žalias žymeklis","Pink marker":"Rožinis žymeklis","Blue marker":"Mėlynas žymeklis","Red pen":"Raudonas žymeklis","Green pen":"Žalias žymeklis","Remove highlight":"Panaikinti pažymėjimą","Highlight":"Pažymėti žymekliu","Text highlight toolbar":"Teksto paryškinimo įrankių juosta","Paragraph":"Paragrafas","Heading":"Antraštė","Choose heading":"Pasirinkite antraštę","Heading 1":"Antraštė 1","Heading 2":"Antraštė 2","Heading 3":"Antraštė 3","Heading 4":"Antraštė 4","Heading 5":"Antraštė 5","Heading 6":"Antraštė 6","Type your title":"Įveskite savo pavadinimą","Type or paste your content here.":"Rašykite ar įkopijuokite turinį čia.","Font Size":"Šrifto dydis","Tiny":"Mažytis","Small":"Mažas","Big":"Didelis","Huge":"Milžiniškas","Font Family":"Šrifto šeima","Default":"Numatyta","Font Color":"Šrifto spalva","Font Background Color":"Šrifto fono spalva","Document colors":"Dokumento spalvos","Find and replace":"Rasti ir pakeisti","Find in text…":"Surasti tekste...","Find":"Surasti","Previous result":"Buvęs rezultatas","Next result":"Kitas rezultatas","Replace":"Pakeisti","Replace all":"Pakeisti visus","Match case":"Sutapties atvejis","Whole words only":"Tik vientisus žodžius","Replace with…":"Sukeisti su...","Text to find must not be empty.":"Ieškomas tekstas negali būti tuščias.","Tip: Find some text first in order to replace it.":"Patarimas: Pirmiausiai suraskite teksto, jog jį sukeistumėte.","Advanced options":"Išplėstinės pasirinktys","Find in the document":"Ieškoti dokumente","Insert a soft break (a <code>&lt;br&gt;</code> element)":"Įterpti eilutės lūžį (<code>&lt;br&gt;</code> elementas)","Insert a hard break (a new paragraph)":"Įterpti naują pastraipą","Cancel":"Atšaukti","Clear":"Išvalyti","Remove color":"Pašalinti spalvą","Restore default":"Atkurti numatytuosius","Save":"Išsaugoti","Show more items":"Rodyti daugiau elementų","%0 of %1":"%0 iš %1","Cannot upload file:":"Negalima įkelti failo:","Rich Text Editor. Editing area: %0":"Raiškiojo teksto redaktorius. Redagavimo sritis: %0","Insert with file manager":"Įterpti naudojant failų tvarkyklę","Replace with file manager":"Pakeisti failų tvarkykle","Insert image with file manager":"Įterpti paveikslėlį naudojant failų tvarkyklę","Replace image with file manager":"Pakeisti paveikslėlį failų tvarkytuve","Toggle caption off":"Išjungti antraštę","Toggle caption on":"Įjungti antraštę","Content editing keystrokes":"Turinio redagavimo klavišų paspaudimai","These keyboard shortcuts allow for quick access to content editing features.":"Šie spartieji klavišai leidžia greitai pasiekti turinio redagavimo funkcijas.","User interface and content navigation keystrokes":"Naudotojo sąsajos ir turinio navigacijos klavišų paspaudimai","Use the following keystrokes for more efficient navigation in the CKEditor 5 user interface.":"Norėdami efektyviau naršyti po „CKEditor 5“ naudotojo sąsają, naudokite toliau nurodytus klavišų paspaudimus.","Close contextual balloons, dropdowns, and dialogs":"Uždaryti kontekstinius pranešimus, išskleidžiamuosius meniu ir dialogo langus","Open the accessibility help dialog":"Atidaryti prieinamumo pagalbos dialogo langą","Move focus between form fields (inputs, buttons, etc.)":"Perkelti fokusą tarp formos laukų (įvesčių, klavišų ir t. t.)","Move focus to the menu bar, navigate between menu bars":"Perkelti žymeklį į meniu juostą, naršyti tarp meniu juostų","Move focus to the toolbar, navigate between toolbars":"Perkelti fokusą į įrankių juostą, naršyti tarp įrankių juostų","Navigate through the toolbar or menu bar":"Naršykite po įrankių juostą arba meniu juostą","Execute the currently focused button. Executing buttons that interact with the editor content moves the focus back to the content.":"Vykdyti šiuo metu sufokusuotą mygtuką. Vykdant su redaktoriaus turiniu sąveikaujančius mygtukus, fokusas yra perkeliamas atgal į turinį.","Accept":"Priimti","Insert code block":"Įterpti codų bloką","Plain text":"Paprastasis tekstas","Leaving %0 code snippet":"Paliekama %0 kodo iškarpa","Entering %0 code snippet":"Įvedama %0 kodo iškarpa","Entering code snippet":"Įvedama kodo iškarpa","Leaving code snippet":"Paliekama kodo iškarpa","Code block":"Kodų blokas","Copy selected content":"Kopijuoti pasirinktą turinį","Paste content":"Įklijuoti turinį","Paste content as plain text":"Įklijuoti turinį kaip paprastą tekstą","Insert image or file":"Įterpti vaizdą ar failą","Image or file":"Vaizdas arba failas","Could not obtain resized image URL.":"Nepavyko gauti pakeisto dydžio paveiksliuko URL.","Selecting resized image failed":"Nepavyko pasirinkti pakeisto vaizdo","Could not insert image at the current position.":"Nepavyko įterpti vaizdo į dabartinę vietą.","Inserting image failed":"Nepavyko įterpti vaizdo","Open file manager":"Atidaryti failų tvarkyklę","Cannot determine a category for the uploaded file.":"Negalima apibrėžti įkelto failo kategorijos.","Cannot access default workspace.":"Negalima pasiekti numatytosios darbo erdvės.","Edit image":"Redaguoti paveikslėlį","Processing the edited image.":"Redaguojamo paveikslėlio apdorojimas.","Server failed to process the image.":"Serveriui nepavyko apdoroti paveikslėlio.","Failed to determine category of edited image.":"Nepavyko nustatyti redaguojamo paveikslėlio kategorijos.","Block quote":"Citata","Bold":"Paryškintas","Italic":"Kursyvas","Underline":"Pabrauktas","Code":"Kodas","Strikethrough":"Perbrauktas","Subscript":"Žemiau","Superscript":"Aukščiau","Italic text":"Rašyti tekstą kursyvu","Move out of an inline code style":"Perėjimas iš įterptojo kodo stiliaus","Bold text":"Pajuodinti tekstą","Underline text":"Pabraukti tekstą","Strikethrough text":"Perbraukti tekstą","Saving changes":"Pakeitimai saugomi","Revert autoformatting action":"Sugrąžinti automatinio formatavimo veiksmą","Align left":"Lygiuoti į kairę","Align right":"Lygiuoti į dešinę","Align center":"Centruoti","Justify":"Lygiuoti per visą plotį","Text alignment":"Teksto lygiavimas","Text alignment toolbar":"Teksto lygiavimo įrankių juosta"},getPluralForm(n){return (n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);}}}
@@ -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 { [ 'lt' ]: { dictionary, getPluralForm } } = {"lt":{"dictionary":{"Words: %0":"Žodžių: %0","Characters: %0":"Simbolių: %0","Widget toolbar":"Valdiklių įrankių juosta","Insert paragraph before block":"Įkelti pastraipą prieš bloką","Insert paragraph after block":"Įkelti pastraipą po bloko","Press Enter to type after or press Shift + Enter to type before the widget":"Paspauskite Enter, jei norite rašyti po valdiklio, arba paspauskite Shift + Enter, jei norite rašyti prieš valdiklį.","Keystrokes that can be used when a widget is selected (for example: image, table, etc.)":"Klavišų paspaudimai, kuriuos galima naudoti pasirinkus valdiklį (pavyzdžiui, vaizdą, lentelę ir t. t.)","Insert a new paragraph directly after a widget":"Įterpti naują pastraipą iškart po valdiklio","Insert a new paragraph directly before a widget":"Įterpti naują pastraipą iškart prieš valdiklį","Move the caret to allow typing directly before a widget":"Perkelkite žymeklį, kad būtų galima rašyti iškart prieš valdiklį","Move the caret to allow typing directly after a widget":"Perkelkite žymeklį, kad būtų galima rašyti iškart po valdiklio","Upload in progress":"Įkelima","Undo":"Atgal","Redo":"Pirmyn","Rich Text Editor":"Raiškiojo teksto redaktorius","Editor editing area: %0":"Redaktoriaus redagavimo sritis: %0","Edit block":"Redaguoti bloką","Click to edit block":"Spustelėkite norėdami redaguoti bloką","Drag to move":"Vilkite, kad perkeltumėte","Next":"Kitas","Previous":"Buvęs","Editor toolbar":"Redaktoriaus įrankių juosta","Dropdown toolbar":"Įrankių juosta pasirenkamajame sąraše","Black":"Juoda","Dim grey":"Pilkšva","Grey":"Pilka","Light grey":"Šviesiai pilka","White":"Balta","Red":"Raudona","Orange":"Oranžinė","Yellow":"Geltona","Light green":"Šviesiai žalia","Green":"Žalia","Aquamarine":"Aquamarine","Turquoise":"Turkio","Light blue":"Šviesiai mėlyna","Blue":"Mėlyna","Purple":"Violetinė","Editor block content toolbar":"Redaktoriaus bloko turinio įrankių juosta","Editor contextual toolbar":"Redaktoriaus kontekstinė įrankių juosta","HEX":"Šešioliktainė reikšmė (angl. HEX)","No results found":"Nieko nerasta","No searchable items":"Nėra paieškos elementų","Editor dialog":"Redaktoriaus dialogo langas","Close":"Uždaryti","Help Contents. To close this dialog press ESC.":"Pagalbos turinys. Norėdami uždaryti šį dialogo langą, spauskite „ESC“.","Below, you can find a list of keyboard shortcuts that can be used in the editor.":"Žemiau galite rasti sparčiųjų klavišų, kuriuos galima naudoti redaktoriuje, sąrašą.","(may require <kbd>Fn</kbd>)":"(gali reikalauti <kbd>Fn</kbd>)","Accessibility":"Prieinamumas","Accessibility help":"Prieinamumo pagalba","Press %0 for help.":"Spauskite %0, norėdami gauti pagalbą.","Move focus in and out of an active dialog window":"Perkelti fokusą į ir iš aktyvaus dialogo lango","MENU_BAR_MENU_FILE":"Failas","MENU_BAR_MENU_EDIT":"Redaguoti","MENU_BAR_MENU_VIEW":"Žiūrėti","MENU_BAR_MENU_INSERT":"Įkelti","MENU_BAR_MENU_FORMAT":"Formatuoti","MENU_BAR_MENU_TOOLS":"Įrankiai","MENU_BAR_MENU_HELP":"Pagalba","MENU_BAR_MENU_TEXT":"Tekstas","MENU_BAR_MENU_FONT":"Šriftas","Editor menu bar":"Redaktoriaus meniu juosta","Please enter a valid color (e.g. \"ff0000\").":"Įveskite teisingą spalvos formatą (pvz., „ff0000“).","Insert table":"Įterpti lentelę","Header column":"Antraštės stulpelis","Insert column left":"Įterpti stulpelį kairėje","Insert column right":"Įterpti stulpelį dešinėje","Delete column":"Ištrinti stulpelį","Select column":"Pasirinkti stulpelį","Column":"Stulpelis","Header row":"Antraštės eilutė","Insert row below":"Įterpti eilutę žemiau","Insert row above":"Įterpti eilutę aukščiau","Delete row":"Ištrinti eilutę","Select row":"Pasirinkti eilutę","Row":"Eilutė","Merge cell up":"Prijungti langelį viršuje","Merge cell right":"Prijungti langelį dešinėje","Merge cell down":"Prijungti langelį apačioje","Merge cell left":"Prijungti langelį kairėje","Split cell vertically":"Padalinti langelį vertikaliai","Split cell horizontally":"Padalinti langelį horizontaliai","Merge cells":"Sujungti langelius","Table toolbar":"Lentelės įrankių juosta","Table properties":"Lentelės savybės","Cell properties":"Langelio savybės","Border":"Kraštas","Style":"Stilius","Width":"Plotis","Height":"Aukštis","Color":"Spalva","Background":"Fonas","Padding":"Užpildymas","Dimensions":"Matmenys","Table cell text alignment":"Lentelės langelio teksto lygiavimas","Alignment":"Lygiavimas","Horizontal text alignment toolbar":"Horizontalaus teksto lygiavimo įrankių juosta","Vertical text alignment toolbar":"Vertikalaus teksto lygiavimo įrankių juosta","Table alignment toolbar":"Teksto lygiavimo įrankių juosta","None":"Nieko","Solid":"Vientisas","Dotted":"Taškuotas","Dashed":"Brūkšneliais","Double":"Dvigubas","Groove":"Ilgas ir siauras","Ridge":"Briaunuotas","Inset":"Intarpas","Outset":"Pradžia","Align cell text to the left":"Lygiuoti langelio tekstą kairėje","Align cell text to the center":"Lygiuoti langelio tekstą centre","Align cell text to the right":"Lygiuoti langelio tekstą dešinėje","Justify cell text":"Pabrėžti langelio tekstą","Align cell text to the top":"Lygiuoti langelio tekstą viršuje","Align cell text to the middle":"Lygiuoti langelio tekstą viduryje","Align cell text to the bottom":"Lygiuoti langelio tekstą apačioje","Align table to the left":"Lygiuoti lentelę kairėje","Center table":"Centruoti lentelę","Align table to the right":"Lygiuoti lentelę dešinėje","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Spalva neteisinga. Mėginkite \"#FF0000\" arba \"rgb(255,0,0)\" arba \"raudona\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Reikšmė neteisinga. Mėginkite \"10px\" arba \"2em\", ar paprasčiausiai \"2\".","Color picker":"Spalvos ieškiklis","Enter table caption":"Įvesti lentelės antraštę","Keystrokes that can be used in a table cell":"Klavišų paspaudimai, kurie gali būti naudojami lentelės langelyje","Move the selection to the next cell":"Perkelti pasirinkimą į kitą langelį","Move the selection to the previous cell":"Perkelti pasirinkimą į ankstesnį langelį","Insert a new table row (when in the last cell of a table)":"Įterpti į lentelę naują eilutę (kai yra paskutiniame lentelės langelyje)","Navigate through the table":"Naršyti po lentelę","Table":"Lentelė","Styles":"Stiliai","Multiple styles":"Daug stilių","Block styles":"Blokuoti stilius","Text styles":"Teksto stiliai","Special characters":"Išskirtiniai simboliai","All":"Visi","Arrows":"Rodyklės","Currency":"Valiuta","Latin":"Lotyniški rašmenys","Mathematical":"Matematiniai rašmenys","Text":"Tekstas","leftwards simple arrow":"Į kairę paprasta rodyklė","rightwards simple arrow":"Į dešinę paprasta rodyklė","upwards simple arrow":"Į viršų paprasta rodyklė","downwards simple arrow":"Į apačią paprasta rodyklė","leftwards double arrow":"dviguba rodyklė kairėn","rightwards double arrow":"dviguba rodyklė dešinėn","upwards double arrow":"dviguba rodyklė aukštyn","downwards double arrow":"dviguba rodyklė žemyn","leftwards dashed arrow":"punktyrinė rodyklė kairėn","rightwards dashed arrow":"punktyrinė rodyklė dešinėn","upwards dashed arrow":"punktyrinė rodyklė aukštyn","downwards dashed arrow":"punktyrinė rodyklė žemyn","leftwards arrow to bar":"rodyklė į kairę juostą","rightwards arrow to bar":"rodyklė į dešinę juostą","upwards arrow to bar":"rodyklė į juostą aukštyn","downwards arrow to bar":"rodyklė į juostą žemyn","up down arrow with base":"rodyklė aukštyn žemyn su pagrindu","back with leftwards arrow above":"atgal su rodykle kairėn viršuje","end with leftwards arrow above":"pabaiga su rodykle kairėn viršuje","on with exclamation mark with left right arrow above":"įjungta su šauktuku su rodykle kairėn dešinėn viršuje","soon with rightwards arrow above":"netrukus su rodykle dešinėn viršuje","top with upwards arrow above":"viršus su rodykle aukštyn viršuje","Dollar sign":"Dolerio ženklas","Euro sign":"Euro ženklas","Yen sign":"Jenos ženklas","Pound sign":"Svaro ženklas","Cent sign":"Cento ženklas","Euro-currency sign":"Euro valiutos ženklas","Colon sign":"Dvitaškio ženklas","Cruzeiro sign":"Cruzeiro ženklas","French franc sign":"Prancūzų franko ženklas","Lira sign":"Liros ženklas","Currency sign":"Valiutos ženklas","Bitcoin sign":"Bitkoino ženklas","Mill sign":"Malūno ženklas","Naira sign":"Nairos ženklas","Peseta sign":"Pesetos ženklas","Rupee sign":"Rupijos ženklas","Won sign":"Vonos ženklas","New sheqel sign":"Naujojo šekelio ženklas","Dong sign":"Dongo ženklas","Kip sign":"Kipo ženklas","Tugrik sign":"Tugriko ženklas","Drachma sign":"Drachmos ženklas","German penny sign":"Vokietijos cento ženklas","Peso sign":"Peso ženklas","Guarani sign":"Guaranos ženklas","Austral sign":"Australo ženklas","Hryvnia sign":"Grivinos ženklas","Cedi sign":"Cedi ženklas","Livre tournois sign":"Livre tournois ženklas","Spesmilo sign":"Spesmilo ženklas","Tenge sign":"Tengės ženklas","Indian rupee sign":"Indijos rupijos ženklas","Turkish lira sign":"Turkijos liros ženklas","Nordic mark sign":"Šiaurietiškas ženklas","Manat sign":"Manatos ženklas","Ruble sign":"Rublio ženklas","Latin capital letter a with macron":"Lotynų didžioji raidė a su makronu","Latin small letter a with macron":"Lotynų mažoji raidė a su makronu","Latin capital letter a with breve":"Lotynų didžioji raidė a su lankeliu","Latin small letter a with breve":"Lotynų mažoji raidė a su lankeliu","Latin capital letter a with ogonek":"Lotynų didžioji raidė a su nosine","Latin small letter a with ogonek":"Lotynų mažoji raidė a su nosine","Latin capital letter c with acute":"Lotynų didžioji raidė c su dešininiu kirčiu","Latin small letter c with acute":"Lotynų mažoji raidė c su dešininiu kirčiu","Latin capital letter c with circumflex":"Lotynų didžioji raidė c su cirkumfleksu","Latin small letter c with circumflex":"Lotynų mažoji raidė c su cirkumfleksu","Latin capital letter c with dot above":"Lotynų didžioji raidė c su tašku viršuje","Latin small letter c with dot above":"Lotynų mažoji raidė c su tašku viršuje","Latin capital letter c with caron":"Lotynų didžioji raidė c su paukščiuku","Latin small letter c with caron":"Lotynų mažoji raidė c su paukščiuku","Latin capital letter d with caron":"Lotynų didžioji raidė d su paukščiuku","Latin small letter d with caron":"Lotynų mažoji raidė d su paukščiuku","Latin capital letter d with stroke":"Lotynų didžioji raidė d su pasviruoju brūkšneliu","Latin small letter d with stroke":"Lotynų mažoji raidė d su pasviruoju brūkšneliu","Latin capital letter e with macron":"Lotynų didžioji raidė e su makronu","Latin small letter e with macron":"Lotynų mažoji raidė e su makronu","Latin capital letter e with breve":"Lotynų didžioji raidė e su lankeliu","Latin small letter e with breve":"Lotynų mažoji raidė e su lankeliu","Latin capital letter e with dot above":"Lotynų didžioji raidė e su tašku viršuje","Latin small letter e with dot above":"Lotynų mažoji raidė e su tašku viršuje","Latin capital letter e with ogonek":"Lotynų didžioji raidė e su nosine","Latin small letter e with ogonek":"Lotynų mažoji raidė e su nosine","Latin capital letter e with caron":"Lotynų didžioji raidė e su paukščiuku","Latin small letter e with caron":"Lotynų didžioji raidė e su paukščiuku","Latin capital letter g with circumflex":"Lotynų didžioji raidė g su cirkumfleksu","Latin small letter g with circumflex":"Lotynų mažoji raidė g su cirkumfleksu","Latin capital letter g with breve":"Lotynų didžioji raidė g su lankeliu","Latin small letter g with breve":"Lotynų mažoji raidė g su lankeliu","Latin capital letter g with dot above":"Lotynų didžioji raidė g su tašku viršuje","Latin small letter g with dot above":"Lotynų mažoji raidė g su tašku viršuje","Latin capital letter g with cedilla":"Lotynų didžioji raidė g su sedile","Latin small letter g with cedilla":"Lotynų mažoji raidė g su sedile","Latin capital letter h with circumflex":"Lotynų didžioji raidė h su cirkumfleksu","Latin small letter h with circumflex":"Lotynų mažoji raidė h su cirkumfleksu","Latin capital letter h with stroke":"Lotynų didžioji raidė h su pasviruoju brūkšneliu","Latin small letter h with stroke":"Lotynų mažoji raidė h su pasviruoju brūkšneliu","Latin capital letter i with tilde":"Lotynų didžioji raidė i su riestiniu kirčiu","Latin small letter i with tilde":"Lotynų mažoji raidė i su riestiniu kirčiu","Latin capital letter i with macron":"Lotynų didžioji raidė i su makronu","Latin small letter i with macron":"Lotynų mažoji raidė i su makronu","Latin capital letter i with breve":"Lotynų didžioji raidė i su lankeliu","Latin small letter i with breve":"Lotynų mažoji raidė i su lankeliu","Latin capital letter i with ogonek":"Lotynų didžioji raidė i su nosine","Latin small letter i with ogonek":"Lotynų mažoji raidė i su nosine","Latin capital letter i with dot above":"Lotynų didžioji raidė i su tašku viršuje","Latin small letter dotless i":"Lotynų mažoji raidė i be taškų","Latin capital ligature ij":"Lotynų didžioji ligatūra ij","Latin small ligature ij":"Lotynų mažoji ligatūra ij","Latin capital letter j with circumflex":"Lotynų didžioji raidė j su cirkumfleksu","Latin small letter j with circumflex":"Lotynų mažoji raidė j su cirkumfleksu","Latin capital letter k with cedilla":"Lotynų didžioji raidė k su sedile","Latin small letter k with cedilla":"Lotynų mažoji raidė k su sedile","Latin small letter kra":"Lotynų mažoji raidė kra","Latin capital letter l with acute":"Lotynų didžioji raidė l su dešininiu kirčiu","Latin small letter l with acute":"Lotynų mažoji raidė l su dešininiu kirčiu","Latin capital letter l with cedilla":"Lotynų didžioji raidė l su sedile","Latin small letter l with cedilla":"Lotynų mažoji raidė l su sedile","Latin capital letter l with caron":"Lotynų didžioji raidė l su paukščiuku","Latin small letter l with caron":"Lotynų mažoji raidė l su paukščiuku","Latin capital letter l with middle dot":"Lotynų didžioji raidė l su tašku viduryje","Latin small letter l with middle dot":"Lotynų mažoji raidė l su tašku viduryje","Latin capital letter l with stroke":"Lotynų didžioji raidė l su pasviruoju brūkšneliu","Latin small letter l with stroke":"Lotynų mažoji raidė l su pasviruoju brūkšneliu","Latin capital letter n with acute":"Lotynų didžioji raidė n su dešininiu kirčiu","Latin small letter n with acute":"Lotynų mažoji raidė n su dešininiu kirčiu","Latin capital letter n with cedilla":"Lotynų didžioji raidė n su sedile","Latin small letter n with cedilla":"Lotynų mažoji raidė n su sedile","Latin capital letter n with caron":"Lotynų didžioji raidė n su paukščiuku","Latin small letter n with caron":"Lotynų mažoji raidė n su paukščiuku","Latin small letter n preceded by apostrophe":"Lotynų mažoji raidė n su apostrofu priešais","Latin capital letter eng":"Lotynų didžioji raidė eng","Latin small letter eng":"Lotynų mažoji raidė eng","Latin capital letter o with macron":"Lotynų didžioji raidė o su makronu","Latin small letter o with macron":"Lotynų mažoji raidė o su makronu","Latin capital letter o with breve":"Lotynų didžioji raidė o su lankeliu","Latin small letter o with breve":"Lotynų mažoji raidė o su lankeliu","Latin capital letter o with double acute":"Lotynų didžioji raidė o su dvigubu dešininiu kirčiu","Latin small letter o with double acute":"Lotynų mažoji raidė o su dvigubu dešininiu kirčiu","Latin capital ligature oe":"Lotynų didžioji ligatūra oe","Latin small ligature oe":"Lotynų mažoji ligatūra oe","Latin capital letter r with acute":"Lotynų didžioji raidė r su dešininiu kirčiu","Latin small letter r with acute":"Lotynų mažoji raidė r su dešininiu kirčiu","Latin capital letter r with cedilla":"Lotynų didžioji raidė r su sedile","Latin small letter r with cedilla":"Lotynų mažoji raidė r su sedile","Latin capital letter r with caron":"Lotynų didžioji raidė r su paukščiuku","Latin small letter r with caron":"Lotynų mažoji raidė r su paukščiuku","Latin capital letter s with acute":"Lotynų didžioji raidė s su dešininiu kirčiu","Latin small letter s with acute":"Lotynų mažoji raidė s su dešininiu kirčiu","Latin capital letter s with circumflex":"Lotynų didžioji raidė s su cirkumfleksu","Latin small letter s with circumflex":"Lotynų mažoji raidė s su cirkumfleksu","Latin capital letter s with cedilla":"Lotynų didžioji raidė s su sedile","Latin small letter s with cedilla":"Lotynų mažoji raidė s su sedile","Latin capital letter s with caron":"Lotynų didžioji raidė s su paukščiuku","Latin small letter s with caron":"Lotynų mažoji raidė s su paukščiuku","Latin capital letter t with cedilla":"Lotynų didžioji raidė t su sedile","Latin small letter t with cedilla":"Lotynų mažoji raidė t su sedile","Latin capital letter t with caron":"Lotynų didžioji raidė t su paukščiuku","Latin small letter t with caron":"Lotynų mažoji raidė t su paukščiuku","Latin capital letter t with stroke":"Lotynų didžioji raidė t su pasviruoju brūkšneliu","Latin small letter t with stroke":"Lotynų mažoji raidė t su pasviruoju brūkšneliu","Latin capital letter u with tilde":"Lotynų didžioji raidė u su riestiniu kirčiu","Latin small letter u with tilde":"Lotynų mažoji raidė u su riestiniu kirčiu","Latin capital letter u with macron":"Lotynų didžioji raidė u su makronu","Latin small letter u with macron":"Lotynų mažoji raidė u su makronu","Latin capital letter u with breve":"Lotynų didžioji raidė u su lankeliu","Latin small letter u with breve":"Lotynų mažoji raidė u su lankeliu","Latin capital letter u with ring above":"Lotynų didžioji raidė u su žiedu viršuje","Latin small letter u with ring above":"Lotynų mažoji raidė u su žiedu viršuje","Latin capital letter u with double acute":"Lotynų didžioji raidė u su dvigubu dešininiu kirčiu","Latin small letter u with double acute":"Lotynų mažoji raidė u su dvigubu dešininiu kirčiu","Latin capital letter u with ogonek":"Lotynų didžioji raidė u su nosine","Latin small letter u with ogonek":"Lotynų mažoji raidė u su nosine","Latin capital letter w with circumflex":"Lotynų didžioji raidė w su cirkumfleksu","Latin small letter w with circumflex":"Lotynų mažoji raidė w su cirkumfleksu","Latin capital letter y with circumflex":"Lotynų didžioji raidė y su cirkumfleksu","Latin small letter y with circumflex":"Lotynų mažoji raidė y su cirkumfleksu","Latin capital letter y with diaeresis":"Lotynų didžioji raidė y su diaereze","Latin capital letter z with acute":"Lotynų didžioji raidė z su dešininiu kirčiu","Latin small letter z with acute":"Lotynų mažoji raidė z su dešininiu kirčiu","Latin capital letter z with dot above":"Lotynų didžioji raidė z su tašku viršuje","Latin small letter z with dot above":"Lotynų mažoji raidė z su tašku viršuje","Latin capital letter z with caron":"Lotynų didžioji raidė z su paukščiuku","Latin small letter z with caron":"Lotynų mažoji raidė z su paukščiuku","Latin small letter long s":"Lotynų mažoji ilga raidė s","Less-than sign":"Mažiau nei ženklas","Greater-than sign":"Daugiau nei ženklas","Less-than or equal to":"Mažiau nei arba lygu ","Greater-than or equal to":"Daugiau nei arba lygu","En dash":"Brūkšnelis","Em dash":"Brūkšnys","Macron":"Makronas","Overline":"Viršutinė juosta","Degree sign":"Laipsnio ženklas","Minus sign":"Minuso ženklas","Plus-minus sign":"Pliuso-minuso ženklas","Division sign":"Dalybos ženklas","Fraction slash":"Trupmeninis pasvirasis brūkšnys","Multiplication sign":"Daugybos ženklas","Latin small letter f with hook":"Lotynų mažoji raidė f su kabliuku","Integral":"Integralas","N-ary summation":"Sigma sumavimas","Infinity":"Begalybė","Square root":"Kvadratinė šaknis","Tilde operator":"Ekvivalentas","Approximately equal to":"Apytiksliai lygu","Almost equal to":"Beveik lygu","Not equal to":"Nelygu","Identical to":"Identiškas","Element of":"Narys","Not an element of":"Ne narys","Contains as member":"Skaitosi kaip narys","N-ary product":"Dekarto produktas","Logical and":"Konjunkcija","Logical or":"Disjunkcija","Not sign":"Neigimas","Intersection":"Sankirta","Union":"Sąjunga","Partial differential":"Dalinė išvestinė","For all":"Bendrumo kvantorius","There exists":"Egzistavimo kvantorius","Empty set":"Nulinė reikšmė","Nabla":"Nabla","Asterisk operator":"Žvaigždutė","Proportional to":"Proporcingas","Angle":"Kampas","Vulgar fraction one quarter":"Paprastoji trupmena one ketvirtadalis","Vulgar fraction one half":"Paprastoji trupmena one antroji","Vulgar fraction three quarters":"Paprastoji trupmena three ketvirtadaliai","Single left-pointing angle quotation mark":"Vienguba kairėn nukreipto kampo kabutė","Single right-pointing angle quotation mark":"Vienguba dešinėn nukreipto kampo kabutė","Left-pointing double angle quotation mark":"Kairėn nukreipto kampo dviguba kabutė","Right-pointing double angle quotation mark":"Dešinėn nukreipto kampo dviguba kabutė","Left single quotation mark":"Vienguba kairė kabutė","Right single quotation mark":"Vienguba dešinė kabutė","Left double quotation mark":"Kairė dviguba kabutė","Right double quotation mark":"Dešinė dviguba kabutė","Single low-9 quotation mark":"Vienguba žema „9“ kabutė","Double low-9 quotation mark":"Dviguba žema „9“ kabutė","Inverted exclamation mark":"Apverstas šauktukas","Inverted question mark":"Apverstas klaustukas","Two dot leader":"Two taškų linijos","Horizontal ellipsis":"Horizontali elipsė","Double dagger":"Dvigubo kryžiaus ženklas","Per mille sign":"Promilės ženklas","Per ten thousand sign":"Ten tūkstančių ženklas","Double exclamation mark":"Dvigubas šauktukas","Question exclamation mark":"Klaustukas šauktukas","Exclamation question mark":"Šauktukas klaustukas","Double question mark":"Dvigubas klaustukas","Copyright sign":"Autorinių teisių simbolis","Registered sign":"Registruoto prekės ženklo simbolis","Trade mark sign":"Prekės ženklo simbolis","Section sign":"Skirsnio ženklas","Paragraph sign":"Pastraipos ženklas","Reversed paragraph sign":"Apverstas pastraipos ženklas","Character categories":"Simbolių kategorijos","Source":"Šaltinis","Show source":"Rodyti šaltinį","Show blocks":"Rodyti blokus","Select all":"Pasirinkti viską","Disable editing":"Išjungti redagavimą","Enable editing":"Įjungti redagavimą","Previous editable region":"Buvusi redaguojama sritis","Next editable region":"Sekanti redaguojama sritis","Navigate editable regions":"Naviguoti tarp redaguojamų sričių","Remove Format":"Naikinti formatavimą","Page break":"Puslapio lūžis","media widget":"media valdiklis","Media URL":"Media URL","Paste the media URL in the input.":"Įklijuokite media URL adresą į įvedimo lauką.","Tip: Paste the URL into the content to embed faster.":"Patarimas: norėdami greičiau įterpti media tiesiog įklijuokite URL į turinį.","The URL must not be empty.":"URL negali būti tuščias.","This media URL is not supported.":"Šis media URL yra nepalaikomas.","Insert media":"Įterpkite media","Media toolbar":"Medijų įrankių juosta","Open media in new tab":"Atidaryti mediją naujame skirtuke","Numbered List":"Numeruotas rąrašas","Bulleted List":"Sąrašas","To-do List":"Užduočių sąrašas","Bulleted list styles toolbar":"Ženklinto sąrašo stilių įrankių juosta","Numbered list styles toolbar":"Numeruoto sąrašo stilių įrankių juosta","Toggle the disc list style":"Perjungti diskinį sąrašo stilių","Toggle the circle list style":"Perjungti ovalų sąrašo stilių","Toggle the square list style":"Perjungti kvadratinį sąrašo stilių","Toggle the decimal list style":"Perjungti dešimtainį sąrašo stilių","Toggle the decimal with leading zero list style":"Perjungti dešimtainį sąrašo su nuliu priekyje stilių","Toggle the lower–roman list style":"Perjungti žemesnįjį romėniško stiliaus sąrašą","Toggle the upper–roman list style":"Perjungti aukštesnįjį romėniško stiliaus sąrašą","Toggle the lower–latin list style":"Perjungti žemesnįjį lotyniško stiliaus sąrašą","Toggle the upper–latin list style":"Perjungti aukštesnįjį lotyniško stiliaus sąrašą","Disc":"Diskas","Circle":"Apskritimas","Square":"Kvadratas","Decimal":"Dešimtainis","Decimal with leading zero":"Dešimtainis su nuliu priekyje","Lower–roman":"žemesnysis-romėniškas","Upper-roman":"Viršutinis romėniškas","Lower-latin":"žemesnysis-lotyniškas","Upper-latin":"Viršutinis romėniškas","List properties":"Vardyti ypatybes","Start at":"Pradėti nuo","Invalid start index value.":"Netinkama pradžios indekso vertė.","Start index must be greater than 0.":"Pradžios indeksas turi būti didesnis nei 0.","Reversed order":"Atvirkštinė tvarka","Keystrokes that can be used in a list":"Sąraše galimi naudoti klavišų paspaudimai","Increase list item indent":"Padidinti sąrašo elemento įtrauką","Decrease list item indent":"Sumažinti sąrašo elemento įtrauką","Entering a to-do list":"Įvesti darbų sąrašą","Leaving a to-do list":"Palikti darbų sąrašą","Unlink":"Pašalinti nuorodą","Link":"Pridėti nuorodą","Link URL":"Nuorodos URL","Link URL must not be empty.":"Nuorodos URL negali būti tuščias.","Link image":"Susieti paveikslėlį","Edit link":"Keisti nuorodą","Open link in new tab":"Atidaryti nuorodą naujame skirtuke","This link has no URL":"Ši nuorda neturi URL","Open in a new tab":"Atverti naujoje kortelėje","Downloadable":"Parsisiunčiamas","Create link":"Sukurti nuorodą","Move out of a link":"Išeiti iš nuorodos","Language":"Kalba","Choose language":"Pasirinkti kalbą","Remove language":"Pašalinti kalbą","Increase indent":"Padidinti atitraukimą","Decrease indent":"Sumažinti atitraukimą","image widget":"vaizdų valdiklis","Wrap text":"Perkelti tekstą į kitą eilutę","Break text":"Suskaidyti tekstą","In line":"tolygiai","Side image":"Vaizdas šone","Full size image":"Pilno dydžio vaizdas","Left aligned image":"Vaizdas kairėje","Centered image":"Vaizdas centre","Right aligned image":"Vaizdas dešinėje","Change image text alternative":"Pakeisti vaizdo alternatyvųjį tekstą","Text alternative":"Alternatyvusis tekstas","Enter image caption":"Įveskite vaizdo antraštę","Insert image":"Įterpti vaizdą","Replace image":"Pakeisti vaizdą","Upload from computer":"Įkelti iš kompiuterio","Replace from computer":"Pakeisti iš kompiuterio","Upload image from computer":"Įkelti paveiksliuką iš kompiuterio","Image from computer":"Įkelti vaizdą iš kompiuterio","Replace image from computer":"Pakeisti paveiksliuką iš kompiuterio","Upload failed":"Įkelti nepavyko","Image toolbar":"Paveikslėlių įrankių juosta","Resize image":"Pakeisti paveikslėlio dydį","Resize image to %0":"Pakeisti paveikslėlio dydį į %0","Resize image to the original size":"Pakeisti paveikslėlio dydį į originalų","Resize image (in %0)":"Pakeisti vaizdo dydį (%0)","Original":"Originalus","Custom image size":"Tinkinti vaizdo dydį","Custom":"Tinkinti","Image resize list":"Paveikslėlio dydžio keitimo sąrašas","Insert":"Įkelti","Update":"Atnaujinti","Insert image via URL":"Įkelti paveikslėlį naudojant URL","Update image URL":"Atnaujinti paveikslėlio URL","Caption for the image":"Vaizdo antraštė","Caption for image: %0":"Vaizdo antraštė: %0","The value must not be empty.":"Reikšmės laukelis negali būti tuščias.","The value should be a plain number.":"Reikšmė turi būti sveikasis skaičius.","Uploading image":"Įkeliamas vaizdas","Image upload complete":"Užbaigtas vaizdo įkėlimas","Error during image upload":"Įkeliant vaizdą, įvyko klaida","HTML object":"HTML object","Insert HTML":"Įkelti HTML","HTML snippet":"HTML iškarpa","Paste raw HTML here...":"Įklijuokite neapdorotą HTML čia...","Edit source":"Redaguoti šaltinį","Save changes":"Išsaugoti pakeitimus","No preview available":"Nėra galimų peržiūrų","Empty snippet content":"Tuščias iškarpos turinys","Horizontal line":"Horizontali linija","Yellow marker":"Geltonas žymeklis","Green marker":"Žalias žymeklis","Pink marker":"Rožinis žymeklis","Blue marker":"Mėlynas žymeklis","Red pen":"Raudonas žymeklis","Green pen":"Žalias žymeklis","Remove highlight":"Panaikinti pažymėjimą","Highlight":"Pažymėti žymekliu","Text highlight toolbar":"Teksto paryškinimo įrankių juosta","Paragraph":"Paragrafas","Heading":"Antraštė","Choose heading":"Pasirinkite antraštę","Heading 1":"Antraštė 1","Heading 2":"Antraštė 2","Heading 3":"Antraštė 3","Heading 4":"Antraštė 4","Heading 5":"Antraštė 5","Heading 6":"Antraštė 6","Type your title":"Įveskite savo pavadinimą","Type or paste your content here.":"Rašykite ar įkopijuokite turinį čia.","Font Size":"Šrifto dydis","Tiny":"Mažytis","Small":"Mažas","Big":"Didelis","Huge":"Milžiniškas","Font Family":"Šrifto šeima","Default":"Numatyta","Font Color":"Šrifto spalva","Font Background Color":"Šrifto fono spalva","Document colors":"Dokumento spalvos","Find and replace":"Rasti ir pakeisti","Find in text…":"Surasti tekste...","Find":"Surasti","Previous result":"Buvęs rezultatas","Next result":"Kitas rezultatas","Replace":"Pakeisti","Replace all":"Pakeisti visus","Match case":"Sutapties atvejis","Whole words only":"Tik vientisus žodžius","Replace with…":"Sukeisti su...","Text to find must not be empty.":"Ieškomas tekstas negali būti tuščias.","Tip: Find some text first in order to replace it.":"Patarimas: Pirmiausiai suraskite teksto, jog jį sukeistumėte.","Advanced options":"Išplėstinės pasirinktys","Find in the document":"Ieškoti dokumente","Insert a soft break (a <code>&lt;br&gt;</code> element)":"Įterpti eilutės lūžį (<code>&lt;br&gt;</code> elementas)","Insert a hard break (a new paragraph)":"Įterpti naują pastraipą","Cancel":"Atšaukti","Clear":"Išvalyti","Remove color":"Pašalinti spalvą","Restore default":"Atkurti numatytuosius","Save":"Išsaugoti","Show more items":"Rodyti daugiau elementų","%0 of %1":"%0 iš %1","Cannot upload file:":"Negalima įkelti failo:","Rich Text Editor. Editing area: %0":"Raiškiojo teksto redaktorius. Redagavimo sritis: %0","Insert with file manager":"Įterpti naudojant failų tvarkyklę","Replace with file manager":"Pakeisti failų tvarkykle","Insert image with file manager":"Įterpti paveikslėlį naudojant failų tvarkyklę","Replace image with file manager":"Pakeisti paveikslėlį failų tvarkytuve","Toggle caption off":"Išjungti antraštę","Toggle caption on":"Įjungti antraštę","Content editing keystrokes":"Turinio redagavimo klavišų paspaudimai","These keyboard shortcuts allow for quick access to content editing features.":"Šie spartieji klavišai leidžia greitai pasiekti turinio redagavimo funkcijas.","User interface and content navigation keystrokes":"Naudotojo sąsajos ir turinio navigacijos klavišų paspaudimai","Use the following keystrokes for more efficient navigation in the CKEditor 5 user interface.":"Norėdami efektyviau naršyti po „CKEditor 5“ naudotojo sąsają, naudokite toliau nurodytus klavišų paspaudimus.","Close contextual balloons, dropdowns, and dialogs":"Uždaryti kontekstinius pranešimus, išskleidžiamuosius meniu ir dialogo langus","Open the accessibility help dialog":"Atidaryti prieinamumo pagalbos dialogo langą","Move focus between form fields (inputs, buttons, etc.)":"Perkelti fokusą tarp formos laukų (įvesčių, klavišų ir t. t.)","Move focus to the menu bar, navigate between menu bars":"Perkelti žymeklį į meniu juostą, naršyti tarp meniu juostų","Move focus to the toolbar, navigate between toolbars":"Perkelti fokusą į įrankių juostą, naršyti tarp įrankių juostų","Navigate through the toolbar or menu bar":"Naršykite po įrankių juostą arba meniu juostą","Execute the currently focused button. Executing buttons that interact with the editor content moves the focus back to the content.":"Vykdyti šiuo metu sufokusuotą mygtuką. Vykdant su redaktoriaus turiniu sąveikaujančius mygtukus, fokusas yra perkeliamas atgal į turinį.","Accept":"Priimti","Insert code block":"Įterpti codų bloką","Plain text":"Paprastasis tekstas","Leaving %0 code snippet":"Paliekama %0 kodo iškarpa","Entering %0 code snippet":"Įvedama %0 kodo iškarpa","Entering code snippet":"Įvedama kodo iškarpa","Leaving code snippet":"Paliekama kodo iškarpa","Code block":"Kodų blokas","Copy selected content":"Kopijuoti pasirinktą turinį","Paste content":"Įklijuoti turinį","Paste content as plain text":"Įklijuoti turinį kaip paprastą tekstą","Insert image or file":"Įterpti vaizdą ar failą","Image or file":"Vaizdas arba failas","Could not obtain resized image URL.":"Nepavyko gauti pakeisto dydžio paveiksliuko URL.","Selecting resized image failed":"Nepavyko pasirinkti pakeisto vaizdo","Could not insert image at the current position.":"Nepavyko įterpti vaizdo į dabartinę vietą.","Inserting image failed":"Nepavyko įterpti vaizdo","Open file manager":"Atidaryti failų tvarkyklę","Cannot determine a category for the uploaded file.":"Negalima apibrėžti įkelto failo kategorijos.","Cannot access default workspace.":"Negalima pasiekti numatytosios darbo erdvės.","Edit image":"Redaguoti paveikslėlį","Processing the edited image.":"Redaguojamo paveikslėlio apdorojimas.","Server failed to process the image.":"Serveriui nepavyko apdoroti paveikslėlio.","Failed to determine category of edited image.":"Nepavyko nustatyti redaguojamo paveikslėlio kategorijos.","Block quote":"Citata","Bold":"Paryškintas","Italic":"Kursyvas","Underline":"Pabrauktas","Code":"Kodas","Strikethrough":"Perbrauktas","Subscript":"Žemiau","Superscript":"Aukščiau","Italic text":"Rašyti tekstą kursyvu","Move out of an inline code style":"Perėjimas iš įterptojo kodo stiliaus","Bold text":"Pajuodinti tekstą","Underline text":"Pabraukti tekstą","Strikethrough text":"Perbraukti tekstą","Saving changes":"Pakeitimai saugomi","Revert autoformatting action":"Sugrąžinti automatinio formatavimo veiksmą","Align left":"Lygiuoti į kairę","Align right":"Lygiuoti į dešinę","Align center":"Centruoti","Justify":"Lygiuoti per visą plotį","Text alignment":"Teksto lygiavimas","Text alignment toolbar":"Teksto lygiavimo įrankių juosta"},getPluralForm(n){return (n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);}}};
8
+ e[ 'lt' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'lt' ].dictionary = Object.assign( e[ 'lt' ].dictionary, dictionary );
10
+ e[ 'lt' ].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;