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 { [ 'ja' ]: { dictionary, getPluralForm } } = {"ja":{"dictionary":{"Words: %0":"単語数: %0","Characters: %0":"文字数: %0","Widget toolbar":"ウィジェットツールバー","Insert paragraph before block":"ブロックの前にパラグラフを挿入","Insert paragraph after block":"ブロックの後にパラグラフを挿入","Press Enter to type after or press Shift + Enter to type before the widget":"Enterを押してウィジェットの後に入力するか、Shift + Enterを押してウィジェットの前に入力してください","Keystrokes that can be used when a widget is selected (for example: image, table, etc.)":"ウィジェットが選択されている時に使用できるキーストローク(例:画像、テーブルなど)","Insert a new paragraph directly after a widget":"ウィジェットの直後に新しいパラグラフを挿入する","Insert a new paragraph directly before a widget":"ウィジェットの直前に新しいパラグラフを挿入する","Move the caret to allow typing directly before a widget":"キャレットを移動させて、ウィジェットの直前から入力できるようにする","Move the caret to allow typing directly after a widget":"キャレットを移動させて、ウィジェットの直後から入力できるようにする","Upload in progress":"アップロード中","Undo":"元に戻す","Redo":"やり直し","Rich Text Editor":"リッチテキストエディター","Editor editing area: %0":"エディタ編集エリア:%0","Edit block":"ブロックを編集","Click to edit block":"クリックしてブロックを編集する","Drag to move":"ドラッグして動かす","Next":"次へ","Previous":"前へ","Editor toolbar":"エディタツールバー","Dropdown toolbar":"ドロップダウンツールバー","Black":"黒","Dim grey":"暗い灰色","Grey":"灰色","Light grey":"明るい灰色","White":"白","Red":"赤","Orange":"オレンジ","Yellow":"黄","Light green":"明るい緑","Green":"緑","Aquamarine":"薄い青緑","Turquoise":"水色","Light blue":"明るい青","Blue":"青","Purple":"紫","Editor block content toolbar":"エディター ブロック コンテンツ ツールバー","Editor contextual toolbar":"エディター コンテクスト ツールバー","HEX":"HEX","No results found":"結果は見つかりませんでした","No searchable items":"検索可能なアイテムがありません","Editor dialog":"エディタダイアログ","Close":"閉じる","Help Contents. To close this dialog press ESC.":"ヘルプコンテンツです。このダイアログを閉じるには、Escキーを押してください。","Below, you can find a list of keyboard shortcuts that can be used in the editor.":"エディターで使用できるキーボードのショートカット一覧を以下に示します。","(may require <kbd>Fn</kbd>)":"(<kbd>Fn</kbd>キーが必要な場合があります)","Accessibility":"アクセシビリティ","Accessibility help":"アクセシビリティに関するヘルプ","Press %0 for help.":"ヘルプを表示するには%0を押します。","Move focus in and out of an active dialog window":"フォーカスをアクティブなダイアログウィンドウの内外に移動させる","MENU_BAR_MENU_FILE":"ファイル","MENU_BAR_MENU_EDIT":"編集","MENU_BAR_MENU_VIEW":"表示","MENU_BAR_MENU_INSERT":"挿入","MENU_BAR_MENU_FORMAT":"形式","MENU_BAR_MENU_TOOLS":"ツール","MENU_BAR_MENU_HELP":"ヘルプ","MENU_BAR_MENU_TEXT":"テキスト","MENU_BAR_MENU_FONT":"フォント","Editor menu bar":"エディターメニューバー","Please enter a valid color (e.g. \"ff0000\").":"有効な色を入力してください(例 \"ff0000\")。","Insert table":"表の挿入","Header column":"見出し列","Insert column left":"左に列を挿入","Insert column right":"右に列を挿入","Delete column":"列を削除","Select column":"列を選択","Column":"列","Header row":"見出し行","Insert row below":"下に行を挿入","Insert row above":"上に行を挿入","Delete row":"行を削除","Select row":"行を選択","Row":"行","Merge cell up":"上のセルと結合","Merge cell right":"右のセルと結合","Merge cell down":"下のセルと結合","Merge cell left":"左のセルと結合","Split cell vertically":"横にセルを分離","Split cell horizontally":"縦にセルを分離","Merge cells":"セルを結合","Table toolbar":"テーブルのツールバー","Table properties":"テーブルのプロパティ","Cell properties":"セルのプロパティ","Border":"罫線","Style":"スタイル","Width":"幅","Height":"高さ","Color":"色","Background":"背景","Padding":"パディング","Dimensions":"寸法","Table cell text alignment":"テーブルセルのテキスト配置","Alignment":"配置","Horizontal text alignment toolbar":"水平方向のテキスト配置ツールバー","Vertical text alignment toolbar":"垂直方向のテキスト配置ツールバー","Table alignment toolbar":"テーブル配置ツールバー","None":"なし","Solid":"1本線","Dotted":"点線","Dashed":"破線","Double":"2本線","Groove":"立体的にくぼんだ線","Ridge":"立体的に隆起した線","Inset":"内側全体がくぼんだ線","Outset":"内側全体が隆起した線","Align cell text to the left":"セルのテキストを左へ寄せる","Align cell text to the center":"セルのテキストを中央へ揃える","Align cell text to the right":"セルのテキストを右へ寄せる","Justify cell text":"セルのテキストを両端へ揃える","Align cell text to the top":"セルのテキストを上に寄せる","Align cell text to the middle":"セルのテキストを中央へ揃える","Align cell text to the bottom":"セルのテキストを下に寄せる","Align table to the left":"テーブルを左へ寄せる","Center table":"テーブルを中央へ寄せる","Align table to the right":"テーブルを右へ寄せる","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"この色は無効です。「#FF0000」、「rgb(255,0,0」または「赤」をお試しください。","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"この値は無効です。「10px」、「2em」または単純に「2」をお試しください。","Color picker":"カラーピッカー","Enter table caption":"テーブルキャプションを入力","Keystrokes that can be used in a table cell":"テーブルセルで使用できるキーストローク","Move the selection to the next cell":"選択範囲を次のセルに移動させる","Move the selection to the previous cell":"選択範囲を前のセルに移動させる","Insert a new table row (when in the last cell of a table)":"新しいテーブル行を挿入する(テーブルの最終セルにある場合)","Navigate through the table":"テーブル内を移動する","Table":"テーブル","Styles":"スタイル","Multiple styles":"複数のスタイル","Block styles":"ブロックスタイル","Text styles":"テキストスタイル","Special characters":"特殊文字","All":"全て","Arrows":"矢印","Currency":"通貨","Latin":"ラテン","Mathematical":"数学的","Text":"テキスト","leftwards simple arrow":"シンプルな左向き矢印","rightwards simple arrow":"シンプルな右向き矢印","upwards simple arrow":"シンプルな上向き矢印","downwards simple arrow":"シンプルな下向き矢印","leftwards double arrow":"左向き二重矢印","rightwards double arrow":"右向き二重矢印","upwards double arrow":"上向き二重矢印","downwards double arrow":"下向き二重矢印","leftwards dashed arrow":"左向き破線矢印","rightwards dashed arrow":"右向き破線矢印","upwards dashed arrow":"上向き破線矢印","downwards dashed arrow":"下向き破線矢印","leftwards arrow to bar":"縦線に向かう左向き矢印","rightwards arrow to bar":"縦線に向かう右向き矢印","upwards arrow to bar":"横線に向かう上向き矢印","downwards arrow to bar":"横線に向かう下向き矢印","up down arrow with base":"ベース付き上下両方を向いた矢印","back with leftwards arrow above":"左向き矢印が上にあるBack","end with leftwards arrow above":"左向き矢印が上にあるEnd","on with exclamation mark with left right arrow above":"左右両方を向いた矢印が上にある感嘆符付きOn","soon with rightwards arrow above":"右向き矢印が上にあるSoon","top with upwards arrow above":"上向き矢印が上にあるTop","Dollar sign":"ドル記号","Euro sign":"ユーロ記号","Yen sign":"円記号","Pound sign":"ポンド記号","Cent sign":"セント記号","Euro-currency sign":"ユーロ通貨記号","Colon sign":"コロン記号","Cruzeiro sign":"クルゼイロ記号","French franc sign":"フランスフラン記号","Lira sign":"リラ記号","Currency sign":"通貨記号","Bitcoin sign":"ビットコイン記号","Mill sign":"ミル記号","Naira sign":"ナイラ記号","Peseta sign":"ペセタ記号","Rupee sign":"ルピー記号","Won sign":"ウォン記号","New sheqel sign":"新シェケル記号","Dong sign":"ドン記号","Kip sign":"キップ記号","Tugrik sign":"トゥグルグ記号","Drachma sign":"ドラクマ記号","German penny sign":"ドイツペニー記号","Peso sign":"ペソ記号","Guarani sign":"グアラニ記号","Austral sign":"アウストラル記号","Hryvnia sign":"フリヴニャ記号","Cedi sign":"セディ記号","Livre tournois sign":"リーヴルトゥルノワ記号","Spesmilo sign":"スぺスミロ記号","Tenge sign":"テンゲ記号","Indian rupee sign":"インドルピー記号","Turkish lira sign":"トルコリラ記号","Nordic mark sign":"ノルディックマーク記号","Manat sign":"マナト記号","Ruble sign":"ルーブル記号","Latin capital letter a with macron":"マクロン付きラテン大文字A","Latin small letter a with macron":"マクロン付きラテン小文字a","Latin capital letter a with breve":"ブリーブ付きラテン大文字A","Latin small letter a with breve":"ブリーブ付きラテン小文字a","Latin capital letter a with ogonek":"オゴネク付きラテン大文字A","Latin small letter a with ogonek":"オゴネク付きラテン小文字a","Latin capital letter c with acute":"アキュート付きラテン大文字C","Latin small letter c with acute":"アキュート付きラテン小文字c","Latin capital letter c with circumflex":"サーカムフレックス付きラテン大文字C","Latin small letter c with circumflex":"サーカムフレックス付きラテン小文字c","Latin capital letter c with dot above":"上点付きラテン大文字C","Latin small letter c with dot above":"上点付きラテン小文字c","Latin capital letter c with caron":"キャロン付きラテン大文字C","Latin small letter c with caron":"キャロン付きラテン小文字c","Latin capital letter d with caron":"キャロン付きラテン大文字D","Latin small letter d with caron":"キャロン付きラテン小文字d","Latin capital letter d with stroke":"ストローク付きラテン大文字D","Latin small letter d with stroke":"ストローク付きラテン小文字d","Latin capital letter e with macron":"マクロン付きラテン大文字E","Latin small letter e with macron":"マクロン付きラテン小文字e","Latin capital letter e with breve":"ブリーブ付きラテン大文字E","Latin small letter e with breve":"ブリーブ付きラテン小文字e","Latin capital letter e with dot above":"上点付きラテン大文字E","Latin small letter e with dot above":"上点付きラテン小文字e","Latin capital letter e with ogonek":"オゴネク付きラテン大文字E","Latin small letter e with ogonek":"オゴネク付きラテン小文字e","Latin capital letter e with caron":"キャロン付きラテン大文字E","Latin small letter e with caron":"キャロン付きラテン小文字e","Latin capital letter g with circumflex":"サーカムフレックス付きラテン大文字G","Latin small letter g with circumflex":"サーカムフレックス付きラテン小文字g","Latin capital letter g with breve":"ブリーブ付きラテン大文字G","Latin small letter g with breve":"ブリーブ付きラテン小文字g","Latin capital letter g with dot above":"上点付きラテン大文字G","Latin small letter g with dot above":"上点付きラテン小文字g","Latin capital letter g with cedilla":"セディラ付きラテン大文字G","Latin small letter g with cedilla":"セディラ付きラテン小文字g","Latin capital letter h with circumflex":"サーカムフレックス付きラテン大文字H","Latin small letter h with circumflex":"サーカムフレックス付きラテン小文字h","Latin capital letter h with stroke":"ストローク付きラテン大文字H","Latin small letter h with stroke":"ストローク付きラテン小文字h","Latin capital letter i with tilde":"チルダ付きラテン大文字I","Latin small letter i with tilde":"チルダ付きラテン小文字i","Latin capital letter i with macron":"マクロン付きラテン大文字I","Latin small letter i with macron":"マクロン付きラテン小文字i","Latin capital letter i with breve":"ブリーブ付きラテン大文字I","Latin small letter i with breve":"ブリーブ付きラテン小文字i","Latin capital letter i with ogonek":"オゴネク付きラテン大文字I","Latin small letter i with ogonek":"オゴネク付きラテン小文字i","Latin capital letter i with dot above":"上点付きラテン大文字I","Latin small letter dotless i":"ラテン小文字点のないi","Latin capital ligature ij":"ラテン大文字連字IJ","Latin small ligature ij":"ラテン小文字連字ij","Latin capital letter j with circumflex":"サーカムフレックス付きラテン大文字J","Latin small letter j with circumflex":"サーカムフレックス付きラテン小文字j","Latin capital letter k with cedilla":"セディラ付きラテン大文字K","Latin small letter k with cedilla":"セディラ付きラテン小文字k","Latin small letter kra":"ラテン小文字kra","Latin capital letter l with acute":"アキュート付きラテン大文字L","Latin small letter l with acute":"アキュート付きラテン小文字l","Latin capital letter l with cedilla":"セディラ付きラテン大文字L","Latin small letter l with cedilla":"セディラ付きラテン小文字l","Latin capital letter l with caron":"キャロン付きラテン大文字L","Latin small letter l with caron":"キャロン付きラテン小文字l","Latin capital letter l with middle dot":"中点付きラテン大文字L","Latin small letter l with middle dot":"中点付きラテン小文字l","Latin capital letter l with stroke":"ストローク付きラテン大文字L","Latin small letter l with stroke":"ストローク付きラテン小文字l","Latin capital letter n with acute":"アキュート付きラテン大文字N","Latin small letter n with acute":"アキュート付きラテン小文字n","Latin capital letter n with cedilla":"セディラ付きラテン大文字N","Latin small letter n with cedilla":"セディラ付きラテン小文字n","Latin capital letter n with caron":"キャロン付きラテン大文字N","Latin small letter n with caron":"キャロン付きラテン小文字n","Latin small letter n preceded by apostrophe":"アポストロフィが前に付くラテン小文字n","Latin capital letter eng":"ラテン大文字ENG","Latin small letter eng":"ラテン小文字eng","Latin capital letter o with macron":"マクロン付きラテン大文字O","Latin small letter o with macron":"マクロン付きラテン小文字o","Latin capital letter o with breve":"ブリーブ付きラテン大文字O","Latin small letter o with breve":"ブリーブ付きラテン小文字o","Latin capital letter o with double acute":"ダブルアキュート付きラテン大文字O","Latin small letter o with double acute":"ダブルアキュート付きラテン小文字o","Latin capital ligature oe":"ラテン大文字連字OE","Latin small ligature oe":"ラテン小文字連字oe","Latin capital letter r with acute":"アキュート付きラテン大文字R","Latin small letter r with acute":"アキュート付きラテン小文字r","Latin capital letter r with cedilla":"セディラ付きラテン大文字R","Latin small letter r with cedilla":"セディラ付きラテン小文字r","Latin capital letter r with caron":"キャロン付きラテン大文字R","Latin small letter r with caron":"キャロン付きラテン小文字r","Latin capital letter s with acute":"アキュート付きラテン大文字S","Latin small letter s with acute":"アキュート付きラテン小文字s","Latin capital letter s with circumflex":"サーカムフレックス付きラテン大文字S","Latin small letter s with circumflex":"サーカムフレックス付きラテン小文字s","Latin capital letter s with cedilla":"セディラ付きラテン大文字S","Latin small letter s with cedilla":"セディラ付きラテン小文字s","Latin capital letter s with caron":"キャロン付きラテン大文字S","Latin small letter s with caron":"キャロン付きラテン小文字s","Latin capital letter t with cedilla":"セディラ付きラテン大文字T","Latin small letter t with cedilla":"セディラ付きラテン小文字t","Latin capital letter t with caron":"キャロン付きラテン大文字T","Latin small letter t with caron":"キャロン付きラテン小文字t","Latin capital letter t with stroke":"ストローク付きラテン大文字T","Latin small letter t with stroke":"ストローク付きラテン小文字t","Latin capital letter u with tilde":"チルダ付きラテン大文字U","Latin small letter u with tilde":"チルダ付きラテン小文字u","Latin capital letter u with macron":"マクロン付きラテン大文字U","Latin small letter u with macron":"マクロン付きラテン小文字u","Latin capital letter u with breve":"ブリーブ付きラテン大文字U","Latin small letter u with breve":"ブリーブ付きラテン小文字u","Latin capital letter u with ring above":"上丸付きラテン大文字U","Latin small letter u with ring above":"上丸付きラテン小文字u","Latin capital letter u with double acute":"ダブルアキュート付きラテン大文字U","Latin small letter u with double acute":"ダブルアキュート付きラテン小文字u","Latin capital letter u with ogonek":"オゴネク付きラテン大文字U","Latin small letter u with ogonek":"オゴネク付きラテン小文字u","Latin capital letter w with circumflex":"サーカムフレックス付きラテン大文字W","Latin small letter w with circumflex":"サーカムフレックス付きラテン小文字w","Latin capital letter y with circumflex":"サーカムフレックス付きラテン大文字Y","Latin small letter y with circumflex":"サーカムフレックス付きラテン小文字y","Latin capital letter y with diaeresis":"ダイエレシス付きラテン大文字Y","Latin capital letter z with acute":"アキュート付きラテン大文字Z","Latin small letter z with acute":"アキュート付きラテン小文字z","Latin capital letter z with dot above":"上点付きラテン大文字Z","Latin small letter z with dot above":"上点付きラテン小文字z","Latin capital letter z with caron":"キャロン付きラテン大文字Z","Latin small letter z with caron":"キャロン付きラテン小文字z","Latin small letter long s":"ラテン小文字長いs","Less-than sign":"小なり記号","Greater-than sign":"大なり記号","Less-than or equal to":"小なりまたは等しい","Greater-than or equal to":"大なりまたは等しい","En dash":"半角ダッシュ","Em dash":"全角ダッシュ","Macron":"マクロン","Overline":"上線","Degree sign":"度記号","Minus sign":"マイナス記号","Plus-minus sign":"プラスマイナス記号","Division sign":"除算記号","Fraction slash":"分数の斜線","Multiplication sign":"乗算記号","Latin small letter f with hook":"フック付きラテン小文字f","Integral":"積分","N-ary summation":"配列用の和","Infinity":"無限","Square root":"平方根","Tilde operator":"チルダ演算子","Approximately equal to":"およそ等しい","Almost equal to":"ほぼ等しい","Not equal to":"等しくない","Identical to":"同一である","Element of":"要素である","Not an element of":"要素でない","Contains as member":"要素として含む","N-ary product":"配列用の積","Logical and":"論理積","Logical or":"論理和","Not sign":"否定記号","Intersection":"集合積","Union":"集合和","Partial differential":"偏微分","For all":"任意の","There exists":"存在する","Empty set":"空集合","Nabla":"ナブラ","Asterisk operator":"アスタリスク演算子","Proportional to":"比例","Angle":"角","Vulgar fraction one quarter":"常分数4分の1","Vulgar fraction one half":"常分数2分の1","Vulgar fraction three quarters":"常分数4分の3","Single left-pointing angle quotation mark":"左を指す角張った一重引用符","Single right-pointing angle quotation mark":"右を指す角張った一重引用符","Left-pointing double angle quotation mark":"左を指す角張った二重引用符","Right-pointing double angle quotation mark":"右を指す角張った二重引用符","Left single quotation mark":"左の一重引用符","Right single quotation mark":"右の一重引用符","Left double quotation mark":"左の二重引用符","Right double quotation mark":"右の二重引用符","Single low-9 quotation mark":"下側の一重引用符","Double low-9 quotation mark":"下側の二重引用符","Inverted exclamation mark":"ひっくり返った感嘆符","Inverted question mark":"ひっくり返った疑問符","Two dot leader":"二点のリーダー(点線)","Horizontal ellipsis":"水平の省略記号","Double dagger":"ダブルダガー","Per mille sign":"パーミル記号","Per ten thousand sign":"一万分率記号","Double exclamation mark":"二重感嘆符","Question exclamation mark":"疑問符感嘆符","Exclamation question mark":"感嘆符疑問符","Double question mark":"二重疑問符","Copyright sign":"著作権表示記号","Registered sign":"登録商標記号","Trade mark sign":"商標記号","Section sign":"節記号","Paragraph sign":"段落記号","Reversed paragraph sign":"反転した段落記号","Character categories":"文字カテゴリ","Source":"ソース","Show source":"ソースを表示","Show blocks":"ブロックを表示します","Select all":"すべて選択","Disable editing":"編集を無効にする","Enable editing":"編集を有効にする","Previous editable region":"前の編集可能な領域","Next editable region":"次に編集可能な領域","Navigate editable regions":"編集可能な領域をナビゲート","Remove Format":"フォーマットの削除","Page break":"改ページ","media widget":"メディアウィジェット","Media URL":"メディアURL","Paste the media URL in the input.":"URLを入力欄にコピー","Tip: Paste the URL into the content to embed faster.":"ヒント:より迅速に埋め込むには、コンテンツへURLを貼り付けてください。","The URL must not be empty.":"空のURLは許可されていません。","This media URL is not supported.":"このメディアのURLはサポートされていません。","Insert media":"メディアの挿入","Media toolbar":"メディア","Open media in new tab":"新しいタブでメディアを開く","Numbered List":"番号付きリスト","Bulleted List":"箇条書きリスト","To-do List":"やることリスト","Bulleted list styles toolbar":"箇条書きリストスタイルのツールバー","Numbered list styles toolbar":"番号付きリストスタイルのツールバー","Toggle the disc list style":"黒い丸リストスタイルを切り替える","Toggle the circle list style":"白い丸リストスタイルを切り替える","Toggle the square list style":"黒い四角リストスタイルを切り替える","Toggle the decimal list style":"10進数リストスタイルを切り替える","Toggle the decimal with leading zero list style":"10進数の数値の前に0がつくリストスタイルを切り替える","Toggle the lower–roman list style":"小文字ローマ数字リストスタイルを切り替える","Toggle the upper–roman list style":"大文字ローマ数字リストスタイルを切り替える","Toggle the lower–latin list style":"小文字アルファベットリストスタイルを切り替える","Toggle the upper–latin list style":"大文字アルファベットリストスタイルを切り替える","Disc":"黒い丸","Circle":"白い丸","Square":"黒い四角","Decimal":"10進数の数値","Decimal with leading zero":"10進数の数値の前に0がつく","Lower–roman":"小文字ローマ数字","Upper-roman":"大文字ローマ数字","Lower-latin":"小文字アルファベット","Upper-latin":"大文字アルファベット","List properties":"リストのプロパティ","Start at":"開始数字","Invalid start index value.":"無効な開始インデックス値です。","Start index must be greater than 0.":"開始インデックスは0より大きくなければいけません。","Reversed order":"逆順","Keystrokes that can be used in a list":"リスト内で使用できるキーストローク","Increase list item indent":"リスト項目のインデントを増やす","Decrease list item indent":"リスト項目のインデントを減らす","Entering a to-do list":"To-Doリストを入力","Leaving a to-do list":"To-Doリストを残す","Unlink":"リンク解除","Link":"リンク","Link URL":"リンクURL","Link URL must not be empty.":"リンクURLは空白にできません。","Link image":"リンク画像","Edit link":"リンクを編集","Open link in new tab":"新しいタブでリンクを開く","This link has no URL":"リンクにURLが設定されていません","Open in a new tab":"新しいタブで開く","Downloadable":"ダウンロード可能","Create link":"リンクを作成する","Move out of a link":"リンクの外に移動する","Language":"言語","Choose language":"言語を選択","Remove language":"言語を削除","Increase indent":"インデントの追加","Decrease indent":"インデントの削除","image widget":"画像ウィジェット","Wrap text":"テキストを折り返す","Break text":"テキストを分割する","In line":"インライン","Side image":"サイドイメージ","Full size image":"フルサイズ画像","Left aligned image":"左寄せ画像","Centered image":"中央寄せ画像","Right aligned image":"右寄せ画像","Change image text alternative":"画像の代替テキストを変更","Text alternative":"代替テキスト","Enter image caption":"画像の注釈を入力","Insert image":"画像挿入","Replace image":"画像を置換","Upload from computer":"パソコンからアップロード","Replace from computer":"パソコンから置換","Upload image from computer":"パソコンから画像をアップロード","Image from computer":"コンピューターからの画像","Replace image from computer":"パソコンから画像を置換","Upload failed":"アップロード失敗","Image toolbar":"画像","Resize image":"画像サイズ","Resize image to %0":"画像サイズを%0に変更","Resize image to the original size":"画像サイズを元のサイズに変更","Resize image (in %0)":"画像をリサイズ(%0で)","Original":"オリジナル","Custom image size":"カスタム画像サイズ","Custom":"カスタム","Image resize list":"画像サイズリスト","Insert":"挿入","Update":"更新","Insert image via URL":"画像URLを挿入","Update image URL":"画像URLを更新","Caption for the image":"画像キャプション","Caption for image: %0":"画像キャプション:%0","The value must not be empty.":"この値は空白にできません。","The value should be a plain number.":"この値は単純な数字にする必要があります。","Uploading image":"画像をアップロード中","Image upload complete":"画像のアップロードが完了","Error during image upload":"画像のアップロードでエラー発生","HTML object":"HTMLオブジェクト","Insert HTML":"HTMLを挿入","HTML snippet":"HTMLスニペット","Paste raw HTML here...":"ここにRaw HTMLを貼り付ける...","Edit source":"ソースを編集","Save changes":"変更を保存","No preview available":"プレビューは使用できません","Empty snippet content":"スニペットのコンテンツを空にする","Horizontal line":"区切り","Yellow marker":"黄色のマーカー","Green marker":"緑のマーカー","Pink marker":"ピンクのマーカー","Blue marker":"青のマーカー","Red pen":"赤のマーカー","Green pen":"緑のペン","Remove highlight":"ハイライトの削除","Highlight":"ハイライト","Text highlight toolbar":"テキストのハイライト","Paragraph":"段落","Heading":"見出し","Choose heading":"見出しを選択","Heading 1":"見出し1","Heading 2":"見出し2","Heading 3":"見出し3 ","Heading 4":"見出し4","Heading 5":"見出し5","Heading 6":"見出し6","Type your title":"タイトルを入力","Type or paste your content here.":"コンテンツをここに入力または貼り付けしてください。","Font Size":"フォントサイズ","Tiny":"極小","Small":"小","Big":"大","Huge":"極大","Font Family":"フォントファミリー","Default":"デフォルト","Font Color":"文字色","Font Background Color":"背景色","Document colors":"ドキュメント背景色","Find and replace":"検索して置換","Find in text…":"テキスト内を検索...","Find":"見つける","Previous result":"前の結果","Next result":"次の結果","Replace":"置換","Replace all":"全てを置換","Match case":"マッチケース","Whole words only":"単語全体のみ","Replace with…":"こちらと置換...","Text to find must not be empty.":"検索対象テキスト欄は空白にできません。","Tip: Find some text first in order to replace it.":"ヒント:置換するには、対象テキストを先に検索してください。","Advanced options":"高度なオプション","Find in the document":"ドキュメント内を探す","Insert a soft break (a <code>&lt;br&gt;</code> element)":"ソフトブレークを挿入する(<code>&lt;br&gt;</code>要素)","Insert a hard break (a new paragraph)":"ハードブレークを挿入する(新しいパラグラフ)","Cancel":"キャンセル","Clear":"消去","Remove color":"カラーを削除","Restore default":"初期値に戻す","Save":"保存","Show more items":"他の項目を表示","%0 of %1":"%0/%1","Cannot upload file:":"ファイルをアップロードできません:","Rich Text Editor. Editing area: %0":"リッチテキストエディタ。編集エリア:%0","Insert with file manager":"ファイルマネージャで挿入","Replace with file manager":"ファイルマネージャで置換","Insert image with file manager":"ファイルマネージャで画像を挿入","Replace image with file manager":"ファイルマネージャで画像を置換","Toggle caption off":"キャプションをオフにする","Toggle caption on":"キャプションをオンにする","Content editing keystrokes":"コンテンツ編集のキーストローク","These keyboard shortcuts allow for quick access to content editing features.":"これらのキーボードショートカットを使用すると、コンテンツ編集機能に速やかにアクセスできます。","User interface and content navigation keystrokes":"ユーザーインターフェースとコンテンツナビゲーションのキーストローク","Use the following keystrokes for more efficient navigation in the CKEditor 5 user interface.":"以下のキーストロークを使用すると、CKEditor 5ユーザーインターフェースをより効率的に操作できます。","Close contextual balloons, dropdowns, and dialogs":"コンテキストバルーン、ドロップダウンメニュー、ダイアログを閉じる","Open the accessibility help dialog":"アクセシビリティに関するヘルプのダイアログを開く","Move focus between form fields (inputs, buttons, etc.)":"フォーカスをフォームフィールド(入力欄、ボタンなど)間で移動させる","Move focus to the menu bar, navigate between menu bars":"フォーカスをメニューバーに移し、メニューバー間で移動","Move focus to the toolbar, navigate between toolbars":"フォーカスをツールバーへ移動させて、ツールバーを操作する","Navigate through the toolbar or menu bar":"ツールバーまたはメニューバー内を移動","Execute the currently focused button. Executing buttons that interact with the editor content moves the focus back to the content.":"現在フォーカスしているボタンを実行。エディターコンテンツに作用するボタンを実行するとフォーカスはコンテンツに戻ります。","Accept":"同意します","Insert code block":"コードブロックの挿入","Plain text":"プレインテキスト","Leaving %0 code snippet":"%0のコードスニペットを残す","Entering %0 code snippet":"%0のコードスニペットを入力","Entering code snippet":"コードスニペットを入力","Leaving code snippet":"コードスニペットを残す","Code block":"コードブロック","Copy selected content":"選択したコンテンツをコピーする","Paste content":"コンテンツを貼り付ける","Paste content as plain text":"コンテンツをプレーンテキストとして貼り付ける","Insert image or file":"画像やファイルの挿入","Image or file":"画像またはファイル","Could not obtain resized image URL.":"リサイズした画像のURLの取得に失敗しました。","Selecting resized image failed":"リサイズした画像の選択ができませんでした。","Could not insert image at the current position.":"現在のカーソルの場所への画像の挿入に失敗しました。","Inserting image failed":"画像の挿入に失敗しました。","Open file manager":"ファイルマネージャーを開く","Cannot determine a category for the uploaded file.":"アップロードされたファイルのカテゴリを特定することができません。","Cannot access default workspace.":"デフォルトワークスペースにアクセスできません。","Edit image":"画像を編集","Processing the edited image.":"編集した画像を処理しています。","Server failed to process the image.":"サーバが画像の処理に失敗しました。","Failed to determine category of edited image.":"編集した画像のカテゴリーを決定できませんでした。","Block quote":"ブロッククオート(引用)","Bold":"ボールド","Italic":"イタリック","Underline":"アンダーライン","Code":"コード","Strikethrough":"取り消し線","Subscript":"下付き文字","Superscript":"上付き文字","Italic text":"斜体","Move out of an inline code style":"インラインコードスタイルを終了する","Bold text":"太字","Underline text":"下線","Strikethrough text":"取り消し線","Saving changes":"変更を保存中","Revert autoformatting action":"オートフォーマットによる変更を元に戻す","Align left":"左揃え","Align right":"右揃え","Align center":"中央揃え","Justify":"両端揃え","Text alignment":"文字揃え","Text alignment toolbar":"テキストの整列"},getPluralForm(n){return 0;}}};
8
+ e[ 'ja' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'ja' ].dictionary = Object.assign( e[ 'ja' ].dictionary, dictionary );
10
+ e[ 'ja' ].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 {"jv":{"dictionary":{"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":"Ebah","MENU_BAR_MENU_VIEW":"","MENU_BAR_MENU_INSERT":"Tambah","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\").":"","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":"Kaset","Circle":"Bunder","Square":"Kotak","Decimal":"","Decimal with leading zero":"","Lower–roman":"","Upper-roman":"","Lower-latin":"","Upper-latin":"","List properties":"","Start at":"Wiwit saking","Invalid start index value.":"","Start index must be greater than 0.":"","Reversed order":"Dipunwangsul","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":"","Language":"Basa","Choose language":"Pilih basa","Remove language":"Busek basa","image widget":"","Wrap text":"","Break text":"","In line":"","Side image":"","Full size image":"Gambar ukuran kebak","Left aligned image":"Gambar ing kiwa","Centered image":"Gambar ing tengah","Right aligned image":"Gambar ing tengen","Change image text alternative":"","Text alternative":"","Enter image caption":"","Insert image":"Tambahaken gambar","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":"Asli","Custom image size":"","Custom":"","Image resize list":"","Insert":"Tambah","Update":"","Insert image via URL":"Tambah gambar saking URL","Update image URL":"","Caption for the image":"","Caption for image: %0":"","The value must not be empty.":"","The value should be a plain number.":"","Uploading image":"","Image upload complete":"","Error during image upload":"","HTML object":"Obyek HTML","Insert HTML":"Tambahaken HTML","HTML snippet":"","Paste raw HTML here...":"","Edit source":"","Save changes":"","No preview available":"","Empty snippet content":"","Horizontal line":"Garis horisontal","Yellow marker":"Panandha jene","Green marker":"Panandha ijem","Pink marker":"Penandha abrit jambon","Blue marker":"Penandha biru","Red pen":"Penandha abrit","Green pen":"Pen ijem","Remove highlight":"Busek sorot","Highlight":"Sorot","Text highlight toolbar":"","Paragraph":"","Heading":"","Choose heading":"","Heading 1":"","Heading 2":"","Heading 3":"","Heading 4":"","Heading 5":"","Heading 6":"","Type your title":"Serataken irah-irahan","Type or paste your content here.":"Serataken utawi nyukani babagan ing ngriki","Font Size":"Ukuran aksara","Tiny":"Langkung alit","Small":"Alit","Big":"Ageng","Huge":"Langkung ageng","Font Family":"Jinising Aksara","Default":"Default","Font Color":"Warni aksara","Font Background Color":"Warni Latar Aksara","Document colors":"Warni dokumen","Find and replace":"Pados lan gantos","Find in text…":"Pados ing seratan","Find":"Pados","Previous result":"Kasil saderengipun","Next result":"Kasil salajengipun","Replace":"Gantos","Replace all":"Gantos sedaya","Match case":"Samikaken aksara","Whole words only":"Sedayaning ukanten","Replace with…":"Gantos kaliyan...","Text to find must not be empty.":"Seratan ingkang dipunpadosi mboten angsal kosong.","Tip: Find some text first in order to replace it.":"","Advanced options":"","Find in the document":"","Cancel":"Batal","Clear":"","Remove color":"Busek warni","Restore default":"Mangsulaken default","Save":"Rimat","Show more items":"Tampilaken langkung kathah","%0 of %1":"%0 saking %1","Cannot upload file:":"Mboden saged ngirim berkas:","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":"Seratan biasa","Leaving %0 code snippet":"","Entering %0 code snippet":"","Entering code snippet":"","Leaving code snippet":"","Code block":"","Insert image or file":"Tambahaken berkas utawi gambar","Image or file":"","Could not obtain resized image URL.":"Mboten saged mundhut URL gambar ingkang dipunebah ukuranipun","Selecting resized image failed":"Gagal milih gambar ingkang dipunebah ukuranipun","Could not insert image at the current position.":"Mboten saged mlebetaken gambar wonten papan menika","Inserting image failed":"Gagal mlebetaken gambar","Bold":"Kandhel","Italic":"Miring","Underline":"Garis ngandhap","Code":"Kode","Strikethrough":"Seratan dicoret","Subscript":"","Superscript":"","Italic text":"","Move out of an inline code style":"","Bold text":"","Underline text":"","Strikethrough text":"","Saving changes":"Nyimpen perubahan","Align left":"Rata kiwa","Align right":"Rata tengen","Align center":"Rata tengah","Justify":"Rata kiwa tengen","Text alignment":"Perataan seratan","Text alignment toolbar":""},getPluralForm(n){return 0;}}}
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ ( e => {
7
+ const { [ 'jv' ]: { dictionary, getPluralForm } } = {"jv":{"dictionary":{"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":"Ebah","MENU_BAR_MENU_VIEW":"","MENU_BAR_MENU_INSERT":"Tambah","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\").":"","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":"Kaset","Circle":"Bunder","Square":"Kotak","Decimal":"","Decimal with leading zero":"","Lower–roman":"","Upper-roman":"","Lower-latin":"","Upper-latin":"","List properties":"","Start at":"Wiwit saking","Invalid start index value.":"","Start index must be greater than 0.":"","Reversed order":"Dipunwangsul","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":"","Language":"Basa","Choose language":"Pilih basa","Remove language":"Busek basa","image widget":"","Wrap text":"","Break text":"","In line":"","Side image":"","Full size image":"Gambar ukuran kebak","Left aligned image":"Gambar ing kiwa","Centered image":"Gambar ing tengah","Right aligned image":"Gambar ing tengen","Change image text alternative":"","Text alternative":"","Enter image caption":"","Insert image":"Tambahaken gambar","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":"Asli","Custom image size":"","Custom":"","Image resize list":"","Insert":"Tambah","Update":"","Insert image via URL":"Tambah gambar saking URL","Update image URL":"","Caption for the image":"","Caption for image: %0":"","The value must not be empty.":"","The value should be a plain number.":"","Uploading image":"","Image upload complete":"","Error during image upload":"","HTML object":"Obyek HTML","Insert HTML":"Tambahaken HTML","HTML snippet":"","Paste raw HTML here...":"","Edit source":"","Save changes":"","No preview available":"","Empty snippet content":"","Horizontal line":"Garis horisontal","Yellow marker":"Panandha jene","Green marker":"Panandha ijem","Pink marker":"Penandha abrit jambon","Blue marker":"Penandha biru","Red pen":"Penandha abrit","Green pen":"Pen ijem","Remove highlight":"Busek sorot","Highlight":"Sorot","Text highlight toolbar":"","Paragraph":"","Heading":"","Choose heading":"","Heading 1":"","Heading 2":"","Heading 3":"","Heading 4":"","Heading 5":"","Heading 6":"","Type your title":"Serataken irah-irahan","Type or paste your content here.":"Serataken utawi nyukani babagan ing ngriki","Font Size":"Ukuran aksara","Tiny":"Langkung alit","Small":"Alit","Big":"Ageng","Huge":"Langkung ageng","Font Family":"Jinising Aksara","Default":"Default","Font Color":"Warni aksara","Font Background Color":"Warni Latar Aksara","Document colors":"Warni dokumen","Find and replace":"Pados lan gantos","Find in text…":"Pados ing seratan","Find":"Pados","Previous result":"Kasil saderengipun","Next result":"Kasil salajengipun","Replace":"Gantos","Replace all":"Gantos sedaya","Match case":"Samikaken aksara","Whole words only":"Sedayaning ukanten","Replace with…":"Gantos kaliyan...","Text to find must not be empty.":"Seratan ingkang dipunpadosi mboten angsal kosong.","Tip: Find some text first in order to replace it.":"","Advanced options":"","Find in the document":"","Cancel":"Batal","Clear":"","Remove color":"Busek warni","Restore default":"Mangsulaken default","Save":"Rimat","Show more items":"Tampilaken langkung kathah","%0 of %1":"%0 saking %1","Cannot upload file:":"Mboden saged ngirim berkas:","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":"Seratan biasa","Leaving %0 code snippet":"","Entering %0 code snippet":"","Entering code snippet":"","Leaving code snippet":"","Code block":"","Insert image or file":"Tambahaken berkas utawi gambar","Image or file":"","Could not obtain resized image URL.":"Mboten saged mundhut URL gambar ingkang dipunebah ukuranipun","Selecting resized image failed":"Gagal milih gambar ingkang dipunebah ukuranipun","Could not insert image at the current position.":"Mboten saged mlebetaken gambar wonten papan menika","Inserting image failed":"Gagal mlebetaken gambar","Bold":"Kandhel","Italic":"Miring","Underline":"Garis ngandhap","Code":"Kode","Strikethrough":"Seratan dicoret","Subscript":"","Superscript":"","Italic text":"","Move out of an inline code style":"","Bold text":"","Underline text":"","Strikethrough text":"","Saving changes":"Nyimpen perubahan","Align left":"Rata kiwa","Align right":"Rata tengen","Align center":"Rata tengah","Justify":"Rata kiwa tengen","Text alignment":"Perataan seratan","Text alignment toolbar":""},getPluralForm(n){return 0;}}};
8
+ e[ 'jv' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'jv' ].dictionary = Object.assign( e[ 'jv' ].dictionary, dictionary );
10
+ e[ 'jv' ].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 {"kk":{"dictionary":{"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 { [ 'kk' ]: { dictionary, getPluralForm } } = {"kk":{"dictionary":{"Align left":"Солға туралау","Align right":"Оңға туралау","Align center":"Ортадан туралау","Justify":"","Text alignment":"Мәтінді туралау","Text alignment toolbar":"Мәтінді туралау құралдар тақтасы"},getPluralForm(n){return (n!=1);}}};
8
+ e[ 'kk' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'kk' ].dictionary = Object.assign( e[ 'kk' ].dictionary, dictionary );
10
+ e[ 'kk' ].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 {"km":{"dictionary":{"Undo":"លែង​ធ្វើ​វិញ","Redo":"ធ្វើ​វិញ","Rich Text Editor":"កម្មវិធី​កែសម្រួល​អត្ថបទ​សម្បូរបែប","Editor editing area: %0":"","Edit block":"","Click to edit block":"","Drag to move":"","Next":"","Previous":"","Editor toolbar":"","Dropdown toolbar":"","Black":"","Dim grey":"","Grey":"","Light grey":"","White":"","Red":"","Orange":"","Yellow":"","Light green":"","Green":"","Aquamarine":"","Turquoise":"","Light blue":"","Blue":"","Purple":"","Editor block content toolbar":"","Editor contextual toolbar":"","HEX":"","No results found":"","No searchable items":"","Editor dialog":"","Close":"","Help Contents. To close this dialog press ESC.":"","Below, you can find a list of keyboard shortcuts that can be used in the editor.":"","(may require <kbd>Fn</kbd>)":"","Accessibility":"","Accessibility help":"","Press %0 for help.":"","Move focus in and out of an active dialog window":"","MENU_BAR_MENU_FILE":"","MENU_BAR_MENU_EDIT":"","MENU_BAR_MENU_VIEW":"","MENU_BAR_MENU_INSERT":"","MENU_BAR_MENU_FORMAT":"","MENU_BAR_MENU_TOOLS":"","MENU_BAR_MENU_HELP":"","MENU_BAR_MENU_TEXT":"","MENU_BAR_MENU_FONT":"","Editor menu bar":"","Please enter a valid color (e.g. \"ff0000\").":"","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":"URL តំណ","Link URL must not be empty.":"","Link image":"","Edit link":"","Open link in new tab":"","This link has no URL":"","Open in a new tab":"","Downloadable":"","Create link":"","Move out of a link":"","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":"","Paragraph":"កថាខណ្ឌ","Heading":"ក្បាលអត្ថបទ","Choose heading":"ជ្រើសរើស​ក្បាលអត្ថបទ","Heading 1":"ក្បាលអត្ថបទ 1","Heading 2":"ក្បាលអត្ថបទ 2","Heading 3":"ក្បាលអត្ថបទ 3","Heading 4":"","Heading 5":"","Heading 6":"","Type your title":"","Type or paste your content here.":"","Cancel":"បោះបង់","Clear":"","Remove color":"","Restore default":"","Save":"រក្សាទុ","Show more items":"","%0 of %1":"","Cannot upload file:":"មិនអាច​អាប់ឡូត​ឯកសារ៖","Rich Text Editor. Editing area: %0":"","Insert with file manager":"","Replace with file manager":"","Insert image with file manager":"","Replace image with file manager":"","Toggle caption off":"","Toggle caption on":"","Content editing keystrokes":"","These keyboard shortcuts allow for quick access to content editing features.":"","User interface and content navigation keystrokes":"","Use the following keystrokes for more efficient navigation in the CKEditor 5 user interface.":"","Close contextual balloons, dropdowns, and dialogs":"","Open the accessibility help dialog":"","Move focus between form fields (inputs, buttons, etc.)":"","Move focus to the menu bar, navigate between menu bars":"","Move focus to the toolbar, navigate between toolbars":"","Navigate through the toolbar or menu bar":"","Execute the currently focused button. Executing buttons that interact with the editor content moves the focus back to the content.":"","Accept":"","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 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 { [ 'km' ]: { dictionary, getPluralForm } } = {"km":{"dictionary":{"Undo":"លែង​ធ្វើ​វិញ","Redo":"ធ្វើ​វិញ","Rich Text Editor":"កម្មវិធី​កែសម្រួល​អត្ថបទ​សម្បូរបែប","Editor editing area: %0":"","Edit block":"","Click to edit block":"","Drag to move":"","Next":"","Previous":"","Editor toolbar":"","Dropdown toolbar":"","Black":"","Dim grey":"","Grey":"","Light grey":"","White":"","Red":"","Orange":"","Yellow":"","Light green":"","Green":"","Aquamarine":"","Turquoise":"","Light blue":"","Blue":"","Purple":"","Editor block content toolbar":"","Editor contextual toolbar":"","HEX":"","No results found":"","No searchable items":"","Editor dialog":"","Close":"","Help Contents. To close this dialog press ESC.":"","Below, you can find a list of keyboard shortcuts that can be used in the editor.":"","(may require <kbd>Fn</kbd>)":"","Accessibility":"","Accessibility help":"","Press %0 for help.":"","Move focus in and out of an active dialog window":"","MENU_BAR_MENU_FILE":"","MENU_BAR_MENU_EDIT":"","MENU_BAR_MENU_VIEW":"","MENU_BAR_MENU_INSERT":"","MENU_BAR_MENU_FORMAT":"","MENU_BAR_MENU_TOOLS":"","MENU_BAR_MENU_HELP":"","MENU_BAR_MENU_TEXT":"","MENU_BAR_MENU_FONT":"","Editor menu bar":"","Please enter a valid color (e.g. \"ff0000\").":"","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":"URL តំណ","Link URL must not be empty.":"","Link image":"","Edit link":"","Open link in new tab":"","This link has no URL":"","Open in a new tab":"","Downloadable":"","Create link":"","Move out of a link":"","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":"","Paragraph":"កថាខណ្ឌ","Heading":"ក្បាលអត្ថបទ","Choose heading":"ជ្រើសរើស​ក្បាលអត្ថបទ","Heading 1":"ក្បាលអត្ថបទ 1","Heading 2":"ក្បាលអត្ថបទ 2","Heading 3":"ក្បាលអត្ថបទ 3","Heading 4":"","Heading 5":"","Heading 6":"","Type your title":"","Type or paste your content here.":"","Cancel":"បោះបង់","Clear":"","Remove color":"","Restore default":"","Save":"រក្សាទុ","Show more items":"","%0 of %1":"","Cannot upload file:":"មិនអាច​អាប់ឡូត​ឯកសារ៖","Rich Text Editor. Editing area: %0":"","Insert with file manager":"","Replace with file manager":"","Insert image with file manager":"","Replace image with file manager":"","Toggle caption off":"","Toggle caption on":"","Content editing keystrokes":"","These keyboard shortcuts allow for quick access to content editing features.":"","User interface and content navigation keystrokes":"","Use the following keystrokes for more efficient navigation in the CKEditor 5 user interface.":"","Close contextual balloons, dropdowns, and dialogs":"","Open the accessibility help dialog":"","Move focus between form fields (inputs, buttons, etc.)":"","Move focus to the menu bar, navigate between menu bars":"","Move focus to the toolbar, navigate between toolbars":"","Navigate through the toolbar or menu bar":"","Execute the currently focused button. Executing buttons that interact with the editor content moves the focus back to the content.":"","Accept":"","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 0;}}};
8
+ e[ 'km' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'km' ].dictionary = Object.assign( e[ 'km' ].dictionary, dictionary );
10
+ e[ 'km' ].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 {"kn":{"dictionary":{"Undo":"‍‍ರದ್ದು","Redo":"‍ಮತ್ತೆ ಮಾಡು","Rich Text Editor":"‍ಸಮೃದ್ಧ ಪಠ್ಯ ಸಂಪಾದಕ‍‍","Editor editing area: %0":"","Edit block":"","Click to edit block":"","Drag to move":"","Next":"","Previous":"","Editor toolbar":"","Dropdown toolbar":"","Black":"","Dim grey":"","Grey":"","Light grey":"","White":"","Red":"","Orange":"","Yellow":"","Light green":"","Green":"","Aquamarine":"","Turquoise":"","Light blue":"","Blue":"","Purple":"","Editor block content toolbar":"","Editor contextual toolbar":"","HEX":"","No results found":"","No searchable items":"","Editor dialog":"","Close":"","Help Contents. To close this dialog press ESC.":"","Below, you can find a list of keyboard shortcuts that can be used in the editor.":"","(may require <kbd>Fn</kbd>)":"","Accessibility":"","Accessibility help":"","Press %0 for help.":"","Move focus in and out of an active dialog window":"","MENU_BAR_MENU_FILE":"","MENU_BAR_MENU_EDIT":"","MENU_BAR_MENU_VIEW":"","MENU_BAR_MENU_INSERT":"","MENU_BAR_MENU_FORMAT":"","MENU_BAR_MENU_TOOLS":"","MENU_BAR_MENU_HELP":"","MENU_BAR_MENU_TEXT":"","MENU_BAR_MENU_FONT":"","Editor menu bar":"","Please enter a valid color (e.g. \"ff0000\").":"","Numbered List":"‍ಸಂಖ್ಯೆಯ ಪಟ್ಟಿ‍","Bulleted List":"‍‍ಬುಲೆಟ್ ಪಟ್ಟಿ","To-do List":"","Bulleted list styles toolbar":"","Numbered list styles toolbar":"","Toggle the disc list style":"","Toggle the circle list style":"","Toggle the square list style":"","Toggle the decimal list style":"","Toggle the decimal with leading zero list style":"","Toggle the lower–roman list style":"","Toggle the upper–roman list style":"","Toggle the lower–latin list style":"","Toggle the upper–latin list style":"","Disc":"","Circle":"","Square":"","Decimal":"","Decimal with leading zero":"","Lower–roman":"","Upper-roman":"","Lower-latin":"","Upper-latin":"","List properties":"","Start at":"","Invalid start index value.":"","Start index must be greater than 0.":"","Reversed order":"","Keystrokes that can be used in a list":"","Increase list item indent":"","Decrease list item indent":"","Entering a to-do list":"","Leaving a to-do list":"","Unlink":"‍ಕೊಂಡಿ ತೆಗೆ","Link":"‍ಕೊಂಡಿ","Link URL":"‍ಕೊಂಡಿ ಸಂಪರ್ಕಿಸು","Link URL must not be empty.":"","Link image":"","Edit link":"","Open link in new tab":"","This link has no URL":"","Open in a new tab":"","Downloadable":"","Create link":"","Move out of a link":"","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":"","Paragraph":"ಪ್ಯಾರಾಗ್ರಾಫ್","Heading":"ಶೀರ್ಷಿಕೆ","Choose heading":"ಶೀರ್ಷಿಕೆ ಆಯ್ಕೆಮಾಡು","Heading 1":"ಶೀರ್ಷಿಕೆ 1","Heading 2":"ಶೀರ್ಷಿಕೆ 2","Heading 3":"ಶೀರ್ಷಿಕೆ 3","Heading 4":"","Heading 5":"","Heading 6":"","Type your title":"","Type or paste your content here.":"","Cancel":"ರದ್ದುಮಾಡು","Clear":"","Remove color":"","Restore default":"","Save":"ಉಳಿಸು","Show more items":"","%0 of %1":"","Cannot upload file:":"","Rich Text Editor. Editing area: %0":"","Insert with file manager":"","Replace with file manager":"","Insert image with file manager":"","Replace image with file manager":"","Toggle caption off":"","Toggle caption on":"","Content editing keystrokes":"","These keyboard shortcuts allow for quick access to content editing features.":"","User interface and content navigation keystrokes":"","Use the following keystrokes for more efficient navigation in the CKEditor 5 user interface.":"","Close contextual balloons, dropdowns, and dialogs":"","Open the accessibility help dialog":"","Move focus between form fields (inputs, buttons, etc.)":"","Move focus to the menu bar, navigate between menu bars":"","Move focus to the toolbar, navigate between toolbars":"","Navigate through the toolbar or menu bar":"","Execute the currently focused button. Executing buttons that interact with the editor content moves the focus back to the content.":"","Accept":"","Block quote":"‍‍‍‍ಗುರುತಿಸಲಾದ ‍‍ಉಲ್ಲೇಖ","Bold":"‍‍ದಪ್ಪ","Italic":"‍ಇಟಾಲಿಕ್","Underline":"","Code":"","Strikethrough":"","Subscript":"","Superscript":"","Italic text":"","Move out of an inline code style":"","Bold text":"","Underline text":"","Strikethrough text":""},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 { [ 'kn' ]: { dictionary, getPluralForm } } = {"kn":{"dictionary":{"Undo":"‍‍ರದ್ದು","Redo":"‍ಮತ್ತೆ ಮಾಡು","Rich Text Editor":"‍ಸಮೃದ್ಧ ಪಠ್ಯ ಸಂಪಾದಕ‍‍","Editor editing area: %0":"","Edit block":"","Click to edit block":"","Drag to move":"","Next":"","Previous":"","Editor toolbar":"","Dropdown toolbar":"","Black":"","Dim grey":"","Grey":"","Light grey":"","White":"","Red":"","Orange":"","Yellow":"","Light green":"","Green":"","Aquamarine":"","Turquoise":"","Light blue":"","Blue":"","Purple":"","Editor block content toolbar":"","Editor contextual toolbar":"","HEX":"","No results found":"","No searchable items":"","Editor dialog":"","Close":"","Help Contents. To close this dialog press ESC.":"","Below, you can find a list of keyboard shortcuts that can be used in the editor.":"","(may require <kbd>Fn</kbd>)":"","Accessibility":"","Accessibility help":"","Press %0 for help.":"","Move focus in and out of an active dialog window":"","MENU_BAR_MENU_FILE":"","MENU_BAR_MENU_EDIT":"","MENU_BAR_MENU_VIEW":"","MENU_BAR_MENU_INSERT":"","MENU_BAR_MENU_FORMAT":"","MENU_BAR_MENU_TOOLS":"","MENU_BAR_MENU_HELP":"","MENU_BAR_MENU_TEXT":"","MENU_BAR_MENU_FONT":"","Editor menu bar":"","Please enter a valid color (e.g. \"ff0000\").":"","Numbered List":"‍ಸಂಖ್ಯೆಯ ಪಟ್ಟಿ‍","Bulleted List":"‍‍ಬುಲೆಟ್ ಪಟ್ಟಿ","To-do List":"","Bulleted list styles toolbar":"","Numbered list styles toolbar":"","Toggle the disc list style":"","Toggle the circle list style":"","Toggle the square list style":"","Toggle the decimal list style":"","Toggle the decimal with leading zero list style":"","Toggle the lower–roman list style":"","Toggle the upper–roman list style":"","Toggle the lower–latin list style":"","Toggle the upper–latin list style":"","Disc":"","Circle":"","Square":"","Decimal":"","Decimal with leading zero":"","Lower–roman":"","Upper-roman":"","Lower-latin":"","Upper-latin":"","List properties":"","Start at":"","Invalid start index value.":"","Start index must be greater than 0.":"","Reversed order":"","Keystrokes that can be used in a list":"","Increase list item indent":"","Decrease list item indent":"","Entering a to-do list":"","Leaving a to-do list":"","Unlink":"‍ಕೊಂಡಿ ತೆಗೆ","Link":"‍ಕೊಂಡಿ","Link URL":"‍ಕೊಂಡಿ ಸಂಪರ್ಕಿಸು","Link URL must not be empty.":"","Link image":"","Edit link":"","Open link in new tab":"","This link has no URL":"","Open in a new tab":"","Downloadable":"","Create link":"","Move out of a link":"","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":"","Paragraph":"ಪ್ಯಾರಾಗ್ರಾಫ್","Heading":"ಶೀರ್ಷಿಕೆ","Choose heading":"ಶೀರ್ಷಿಕೆ ಆಯ್ಕೆಮಾಡು","Heading 1":"ಶೀರ್ಷಿಕೆ 1","Heading 2":"ಶೀರ್ಷಿಕೆ 2","Heading 3":"ಶೀರ್ಷಿಕೆ 3","Heading 4":"","Heading 5":"","Heading 6":"","Type your title":"","Type or paste your content here.":"","Cancel":"ರದ್ದುಮಾಡು","Clear":"","Remove color":"","Restore default":"","Save":"ಉಳಿಸು","Show more items":"","%0 of %1":"","Cannot upload file:":"","Rich Text Editor. Editing area: %0":"","Insert with file manager":"","Replace with file manager":"","Insert image with file manager":"","Replace image with file manager":"","Toggle caption off":"","Toggle caption on":"","Content editing keystrokes":"","These keyboard shortcuts allow for quick access to content editing features.":"","User interface and content navigation keystrokes":"","Use the following keystrokes for more efficient navigation in the CKEditor 5 user interface.":"","Close contextual balloons, dropdowns, and dialogs":"","Open the accessibility help dialog":"","Move focus between form fields (inputs, buttons, etc.)":"","Move focus to the menu bar, navigate between menu bars":"","Move focus to the toolbar, navigate between toolbars":"","Navigate through the toolbar or menu bar":"","Execute the currently focused button. Executing buttons that interact with the editor content moves the focus back to the content.":"","Accept":"","Block quote":"‍‍‍‍ಗುರುತಿಸಲಾದ ‍‍ಉಲ್ಲೇಖ","Bold":"‍‍ದಪ್ಪ","Italic":"‍ಇಟಾಲಿಕ್","Underline":"","Code":"","Strikethrough":"","Subscript":"","Superscript":"","Italic text":"","Move out of an inline code style":"","Bold text":"","Underline text":"","Strikethrough text":""},getPluralForm(n){return (n > 1);}}};
8
+ e[ 'kn' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'kn' ].dictionary = Object.assign( e[ 'kn' ].dictionary, dictionary );
10
+ e[ 'kn' ].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 {"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;}}}