ko.js 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318
  1. /*!
  2. * froala_editor v2.8.4 (https://www.froala.com/wysiwyg-editor)
  3. * License https://froala.com/wysiwyg-editor/terms/
  4. * Copyright 2014-2018 Froala Labs
  5. */
  6. (function (factory) {
  7. if (typeof define === 'function' && define.amd) {
  8. // AMD. Register as an anonymous module.
  9. define(['jquery'], factory);
  10. } else if (typeof module === 'object' && module.exports) {
  11. // Node/CommonJS
  12. module.exports = function( root, jQuery ) {
  13. if ( jQuery === undefined ) {
  14. // require('jQuery') returns a factory that requires window to
  15. // build a jQuery instance, we normalize how we use modules
  16. // that require this pattern but the window provided is a noop
  17. // if it's defined (how jquery works)
  18. if ( typeof window !== 'undefined' ) {
  19. jQuery = require('jquery');
  20. }
  21. else {
  22. jQuery = require('jquery')(root);
  23. }
  24. }
  25. return factory(jQuery);
  26. };
  27. } else {
  28. // Browser globals
  29. factory(window.jQuery);
  30. }
  31. }(function ($) {
  32. /**
  33. * Korean
  34. */
  35. $.FE.LANGUAGE['ko'] = {
  36. translation: {
  37. // Place holder
  38. "Type something": "\ub0b4\uc6a9\uc744 \uc785\ub825\ud558\uc138\uc694",
  39. // Basic formatting
  40. "Bold": "\uad75\uac8c",
  41. "Italic": "\uae30\uc6b8\uc784\uaf34",
  42. "Underline": "\ubc11\uc904",
  43. "Strikethrough": "\ucde8\uc18c\uc120",
  44. // Main buttons
  45. "Insert": "\uc0bd\uc785",
  46. "Delete": "\uc0ad\uc81c",
  47. "Cancel": "\ucde8\uc18c",
  48. "OK": "\uc2b9\uc778",
  49. "Back": "\ub4a4\ub85c",
  50. "Remove": "\uc81c\uac70",
  51. "More": "\ub354",
  52. "Update": "\uc5c5\ub370\uc774\ud2b8",
  53. "Style": "\uc2a4\ud0c0\uc77c",
  54. // Font
  55. "Font Family": "\uae00\uaf34",
  56. "Font Size": "\ud3f0\ud2b8 \ud06c\uae30",
  57. // Colors
  58. "Colors": "\uc0c9\uc0c1",
  59. "Background": "\ubc30\uacbd",
  60. "Text": "\ud14d\uc2a4\ud2b8",
  61. "HEX Color": "\ud5e5\uc2a4 \uc0c9\uc0c1",
  62. // Paragraphs
  63. "Paragraph Format": "\ub2e8\ub77d",
  64. "Normal": "\ud45c\uc900",
  65. "Code": "\ucf54\ub4dc",
  66. "Heading 1": "\uc81c\ubaa9 1",
  67. "Heading 2": "\uc81c\ubaa9 2",
  68. "Heading 3": "\uc81c\ubaa9 3",
  69. "Heading 4": "\uc81c\ubaa9 4",
  70. // Style
  71. "Paragraph Style": "\ub2e8\ub77d \uc2a4\ud0c0\uc77c",
  72. "Inline Style": "\uc778\ub77c\uc778 \uc2a4\ud0c0\uc77c",
  73. // Alignment
  74. "Align": "\uc815\ub82c",
  75. "Align Left": "\uc67c\ucabd\uc815\ub82c",
  76. "Align Center": "\uac00\uc6b4\ub370\uc815\ub82c",
  77. "Align Right": "\uc624\ub978\ucabd\uc815\ub82c",
  78. "Align Justify": "\uc591\ucabd\uc815\ub82c",
  79. "None": "\uc5c6\uc74c",
  80. // Lists
  81. "Ordered List": "\uc22b\uc790 \ub9ac\uc2a4\ud2b8",
  82. "Unordered List": "\uc810 \ub9ac\uc2a4\ud2b8",
  83. // Indent
  84. "Decrease Indent": "\ub0b4\uc5b4\uc4f0\uae30",
  85. "Increase Indent": "\ub4e4\uc5ec\uc4f0\uae30",
  86. // Links
  87. "Insert Link": "\ub9c1\ud06c \uc0bd\uc785",
  88. "Open in new tab": "\uc0c8 \ud0ed\uc5d0\uc11c \uc5f4\uae30",
  89. "Open Link": "\ub9c1\ud06c \uc5f4\uae30",
  90. "Edit Link": "\ud3b8\uc9d1 \ub9c1\ud06c",
  91. "Unlink": "\ub9c1\ud06c\uc0ad\uc81c",
  92. "Choose Link": "\ub9c1\ud06c\ub97c \uc120\ud0dd",
  93. // Images
  94. "Insert Image": "\uc774\ubbf8\uc9c0 \uc0bd\uc785",
  95. "Upload Image": "\uc774\ubbf8\uc9c0 \uc5c5\ub85c\ub4dc",
  96. "By URL": "URL \ub85c",
  97. "Browse": "\uac80\uc0c9",
  98. "Drop image": "\uc774\ubbf8\uc9c0\ub97c \ub4dc\ub798\uadf8&\ub4dc\ub86d",
  99. "or click": "\ub610\ub294 \ud074\ub9ad",
  100. "Manage Images": "\uc774\ubbf8\uc9c0 \uad00\ub9ac",
  101. "Loading": "\ub85c\ub4dc",
  102. "Deleting": "\uc0ad\uc81c",
  103. "Tags": "\ud0dc\uadf8",
  104. "Are you sure? Image will be deleted.": "\ud655\uc2e4\ud55c\uac00\uc694? \uc774\ubbf8\uc9c0\uac00 \uc0ad\uc81c\ub429\ub2c8\ub2e4.",
  105. "Replace": "\uad50\uccb4",
  106. "Uploading": "\uc5c5\ub85c\ub4dc",
  107. "Loading image": "\uc774\ubbf8\uc9c0 \ub85c\ub4dc \uc911",
  108. "Display": "\ub514\uc2a4\ud50c\ub808\uc774",
  109. "Inline": "\uc778\ub77c\uc778",
  110. "Break Text": "\uad6c\ubd84 \ud14d\uc2a4\ud2b8",
  111. "Alternative Text": "\ub300\uccb4 \ud14d\uc2a4\ud2b8",
  112. "Change Size": "\ud06c\uae30 \ubcc0\uacbd",
  113. "Width": "\ud3ed",
  114. "Height": "\ub192\uc774",
  115. "Something went wrong. Please try again.": "\ubb38\uc81c\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \ub2e4\uc2dc \uc2dc\ub3c4\ud558\uc2ed\uc2dc\uc624.",
  116. "Image Caption": "\uc774\ubbf8\uc9c0 \ucea1\uc158",
  117. "Advanced Edit": "\uace0\uae09 \ud3b8\uc9d1",
  118. // Video
  119. "Insert Video": "\ub3d9\uc601\uc0c1 \uc0bd\uc785",
  120. "Embedded Code": "\uc784\ubca0\ub514\ub4dc \ucf54\ub4dc",
  121. "Paste in a video URL": "\ub3d9\uc601\uc0c1 URL\uc5d0 \ubd99\uc5ec \ub123\uae30",
  122. "Drop video": "\ub3d9\uc601\uc0c1\uc744 \ub4dc\ub798\uadf8&\ub4dc\ub86d",
  123. "Your browser does not support HTML5 video.": "\uadc0\ud558\uc758 \ube0c\ub77c\uc6b0\uc800\ub294 html5 video\ub97c \uc9c0\uc6d0\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.",
  124. "Upload Video": "\ub3d9\uc601\uc0c1 \uc5c5\ub85c\ub4dc",
  125. // Tables
  126. "Insert Table": "\ud45c \uc0bd\uc785",
  127. "Table Header": "\ud45c \ud5e4\ub354",
  128. "Remove Table": "\ud45c \uc81c\uac70",
  129. "Table Style": "\ud45c \uc2a4\ud0c0\uc77c",
  130. "Horizontal Align": "\uc218\ud3c9 \uc815\ub82c",
  131. "Row": "\ud589",
  132. "Insert row above": "\uc55e\uc5d0 \ud589\uc744 \uc0bd\uc785",
  133. "Insert row below": "\ub4a4\uc5d0 \ud589\uc744 \uc0bd\uc785",
  134. "Delete row": "\ud589 \uc0ad\uc81c",
  135. "Column": "\uc5f4",
  136. "Insert column before": "\uc55e\uc5d0 \uc5f4\uc744 \uc0bd\uc785",
  137. "Insert column after": "\ub4a4\uc5d0 \uc5f4\uc744 \uc0bd\uc785",
  138. "Delete column": "\uc5f4 \uc0ad\uc81c",
  139. "Cell": "\uc140",
  140. "Merge cells": "\uc140 \ud569\uce58\uae30",
  141. "Horizontal split": "\uc218\ud3c9 \ubd84\ud560",
  142. "Vertical split": "\uc218\uc9c1 \ubd84\ud560",
  143. "Cell Background": "\uc140 \ubc30\uacbd",
  144. "Vertical Align": "\uc218\uc9c1 \uc815\ub82c",
  145. "Top": "\uc704\ucabd \uc815\ub82c",
  146. "Middle": "\uac00\uc6b4\ub370 \uc815\ub82c",
  147. "Bottom": "\uc544\ub798\ucabd \uc815\ub82c",
  148. "Align Top": "\uc704\ucabd\uc73c\ub85c \uc815\ub82c\ud569\ub2c8\ub2e4.",
  149. "Align Middle": "\uac00\uc6b4\ub370\ub85c \uc815\ub82c\ud569\ub2c8\ub2e4.",
  150. "Align Bottom": "\uc544\ub798\ucabd\uc73c\ub85c \uc815\ub82c\ud569\ub2c8\ub2e4.",
  151. "Cell Style": "\uc140 \uc2a4\ud0c0\uc77c",
  152. // Files
  153. "Upload File": "\ud30c\uc77c \ucca8\ubd80",
  154. "Drop file": "\ud30c\uc77c\uc744 \ub4dc\ub798\uadf8&\ub4dc\ub86d",
  155. // Emoticons
  156. "Emoticons": "\uc774\ubaa8\ud2f0\ucf58",
  157. "Grinning face": "\uc5bc\uad74 \uc6c3\uae30\ub9cc",
  158. "Grinning face with smiling eyes": "\ubbf8\uc18c\ub294 \ub208\uc744 \uac00\uc9c4 \uc5bc\uad74 \uc6c3\uae30\ub9cc",
  159. "Face with tears of joy": "\uae30\uc068\uc758 \ub208\ubb3c\ub85c \uc5bc\uad74",
  160. "Smiling face with open mouth": "\uc624\ud508 \uc785\uc73c\ub85c \uc6c3\ub294 \uc5bc\uad74",
  161. "Smiling face with open mouth and smiling eyes": "\uc624\ud508 \uc785\uc73c\ub85c \uc6c3\ub294 \uc5bc\uad74\uacfc \ub208\uc744 \ubbf8\uc18c",
  162. "Smiling face with open mouth and cold sweat": "\uc785\uc744 \uc5f4\uace0 \uc2dd\uc740 \ub540\uacfc \ud568\uaed8 \uc6c3\ub294 \uc5bc\uad74",
  163. "Smiling face with open mouth and tightly-closed eyes": "\uc624\ud508 \uc785\uacfc \ubc00\uc811\ud558\uac8c \ub2eb\ud78c \ub41c \ub208\uc744 \uac00\uc9c4 \uc6c3\ub294 \uc5bc\uad74",
  164. "Smiling face with halo": "\ud6c4\uad11 \uc6c3\ub294 \uc5bc\uad74",
  165. "Smiling face with horns": "\ubfd4 \uc6c3\ub294 \uc5bc\uad74",
  166. "Winking face": "\uc5bc\uad74 \uc719\ud06c",
  167. "Smiling face with smiling eyes": "\uc6c3\ub294 \ub208\uc73c\ub85c \uc6c3\ub294 \uc5bc\uad74",
  168. "Face savoring delicious food": "\ub9db\uc788\ub294 \uc74c\uc2dd\uc744 \uc74c\ubbf8 \uc5bc\uad74",
  169. "Relieved face": "\uc548\ub3c4 \uc5bc\uad74",
  170. "Smiling face with heart-shaped eyes": "\ud558\ud2b8 \ubaa8\uc591\uc758 \ub208\uc73c\ub85c \uc6c3\ub294 \uc5bc\uad74",
  171. "Smiling face with sunglasses": "\uc120\uae00\ub77c\uc2a4 \uc6c3\ub294 \uc5bc\uad74",
  172. "Smirking face": "\ub3c8\uc744 \uc9c0\ubd88 \uc5bc\uad74",
  173. "Neutral face": "\uc911\ub9bd \uc5bc\uad74",
  174. "Expressionless face": "\ubb34\ud45c\uc815 \uc5bc\uad74",
  175. "Unamused face": "\uc990\uac81\uac8c\ud558\uc9c0 \uc5bc\uad74",
  176. "Face with cold sweat": "\uc2dd\uc740 \ub540\uacfc \uc5bc\uad74",
  177. "Pensive face": "\uc7a0\uaca8\uc788\ub294 \uc5bc\uad74",
  178. "Confused face": "\ud63c\ub780 \uc5bc\uad74",
  179. "Confounded face": "\ub9dd\ud560 \uac83 \uc5bc\uad74",
  180. "Kissing face": "\uc5bc\uad74\uc744 \ud0a4\uc2a4",
  181. "Face throwing a kiss": "\ud0a4\uc2a4\ub97c \ub358\uc9c0\uace0 \uc5bc\uad74",
  182. "Kissing face with smiling eyes": "\ubbf8\uc18c\ub294 \ub208\uc744 \uac00\uc9c4 \uc5bc\uad74\uc744 \ud0a4\uc2a4",
  183. "Kissing face with closed eyes": "\ub2eb\ud78c \ub41c \ub208\uc744 \uac00\uc9c4 \uc5bc\uad74\uc744 \ud0a4\uc2a4",
  184. "Face with stuck out tongue": "\ub0b4\ubc00 \ud600 \uc5bc\uad74",
  185. "Face with stuck out tongue and winking eye": "\ub0b4\ubc00 \ud600\uc640 \uc719\ud06c \ub208\uacfc \uc5bc\uad74",
  186. "Face with stuck out tongue and tightly-closed eyes": "\ubc16\uc73c\ub85c \ubd99\uc5b4 \ud600\uc640 \ubc00\uc811\ud558\uac8c \ub2eb\ud78c \ub41c \ub208\uc744 \uac00\uc9c4 \uc5bc\uad74",
  187. "Disappointed face": "\uc2e4\ub9dd \uc5bc\uad74",
  188. "Worried face": "\uac71\uc815 \uc5bc\uad74",
  189. "Angry face": "\uc131\ub09c \uc5bc\uad74",
  190. "Pouting face": "\uc5bc\uad74\uc744 \uc090",
  191. "Crying face": "\uc5bc\uad74 \uc6b0\ub294",
  192. "Persevering face": "\uc5bc\uad74\uc744 \uc778\ub0b4",
  193. "Face with look of triumph": "\uc2b9\ub9ac\uc758 \ud45c\uc815\uc73c\ub85c \uc5bc\uad74",
  194. "Disappointed but relieved face": "\uc2e4\ub9dd\ud558\uc9c0\ub9cc \uc5bc\uad74\uc744 \uc548\uc2ec",
  195. "Frowning face with open mouth": "\uc624\ud508 \uc785\uc73c\ub85c \uc5bc\uad74\uc744 \ucc21\uadf8\ub9bc",
  196. "Anguished face": "\uace0\ub1cc\uc758 \uc5bc\uad74",
  197. "Fearful face": "\ubb34\uc11c\uc6b4 \uc5bc\uad74",
  198. "Weary face": "\uc9c0\uce5c \uc5bc\uad74",
  199. "Sleepy face": "\uc2ac\ub9ac\ud53c \uc5bc\uad74",
  200. "Tired face": "\ud53c\uace4 \uc5bc\uad74",
  201. "Grimacing face": "\uc5bc\uad74\uc744 \ucc21\uadf8\ub9b0",
  202. "Loudly crying face": "\ud070 \uc18c\ub9ac\ub85c \uc5bc\uad74\uc744 \uc6b8\uace0",
  203. "Face with open mouth": "\uc624\ud508 \uc785\uc73c\ub85c \uc5bc\uad74",
  204. "Hushed face": "\uc870\uc6a9\ud55c \uc5bc\uad74",
  205. "Face with open mouth and cold sweat": "\uc785\uc744 \uc5f4\uace0 \uc2dd\uc740 \ub540\uc73c\ub85c \uc5bc\uad74",
  206. "Face screaming in fear": "\uacf5\ud3ec\uc5d0 \ube44\uba85 \uc5bc\uad74",
  207. "Astonished face": "\ub180\ub77c \uc5bc\uad74",
  208. "Flushed face": "\ud50c\ub7ec\uc2dc \uc5bc\uad74",
  209. "Sleeping face": "\uc5bc\uad74 \uc7a0\uc790\ub294",
  210. "Dizzy face": "\ub514\uc9c0 \uc5bc\uad74",
  211. "Face without mouth": "\uc785\uc5c6\uc774 \uc5bc\uad74",
  212. "Face with medical mask": "\uc758\ub8cc \ub9c8\uc2a4\ud06c\ub85c \uc5bc\uad74",
  213. // Line breaker
  214. "Break": "\ub2e8\uc808",
  215. // Math
  216. "Subscript": "\uc544\ub798 \ucca8\uc790",
  217. "Superscript": "\uc704 \ucca8\uc790",
  218. // Full screen
  219. "Fullscreen": "\uc804\uccb4 \ud654\uba74",
  220. // Horizontal line
  221. "Insert Horizontal Line": "\uc218\ud3c9\uc120\uc744 \uc0bd\uc785",
  222. // Clear formatting
  223. "Clear Formatting": "\uc11c\uc2dd \uc81c\uac70",
  224. // Undo, redo
  225. "Undo": "\uc2e4\ud589 \ucde8\uc18c",
  226. "Redo": "\ub418\ub3cc\ub9ac\uae30",
  227. // Select all
  228. "Select All": "\uc804\uccb4\uc120\ud0dd",
  229. // Code view
  230. "Code View": "\ucf54\ub4dc\ubcf4\uae30",
  231. // Quote
  232. "Quote": "\uc778\uc6a9",
  233. "Increase": "\uc99d\uac00",
  234. "Decrease": "\uac10\uc18c",
  235. // Quick Insert
  236. "Quick Insert": "\ube60\ub978 \uc0bd\uc785",
  237. // Spcial Characters
  238. "Special Characters": "\ud2b9\uc218 \ubb38\uc790",
  239. "Latin": "\ub77c\ud2f4\uc5b4",
  240. "Greek": "\uadf8\ub9ac\uc2a4\uc5b4",
  241. "Cyrillic": "\ud0a4\ub9b4 \ubb38\uc790",
  242. "Punctuation": "\ubb38\uc7a5\ubd80\ud638",
  243. "Currency": "\ud1b5\ud654",
  244. "Arrows": "\ud654\uc0b4\ud45c",
  245. "Math": "\uc218\ud559",
  246. "Misc": "\uadf8 \uc678",
  247. // Print.
  248. "Print": "\uc778\uc1c4",
  249. // Spell Checker.
  250. "Spell Checker": "\ub9de\ucda4\ubc95 \uac80\uc0ac\uae30",
  251. // Help
  252. "Help": "\ub3c4\uc6c0\ub9d0",
  253. "Shortcuts": "\ub2e8\ucd95\ud0a4",
  254. "Inline Editor": "\uc778\ub77c\uc778 \uc5d0\ub514\ud130",
  255. "Show the editor": "\uc5d0\ub514\ud130 \ubcf4\uae30",
  256. "Common actions": "\uc77c\ubc18 \ub3d9\uc791",
  257. "Copy": "\ubcf5\uc0ac\ud558\uae30",
  258. "Cut": "\uc798\ub77c\ub0b4\uae30",
  259. "Paste": "\ubd99\uc5ec\ub123\uae30",
  260. "Basic Formatting": "\uae30\ubcf8 \uc11c\uc2dd",
  261. "Increase quote level": "\uc778\uc6a9 \uc99d\uac00",
  262. "Decrease quote level": "\uc778\uc6a9 \uac10\uc18c",
  263. "Image / Video": "\uc774\ubbf8\uc9c0 / \ub3d9\uc601\uc0c1",
  264. "Resize larger": "\ud06c\uae30\ub97c \ub354 \ud06c\uac8c \uc870\uc815",
  265. "Resize smaller": "\ud06c\uae30\ub97c \ub354 \uc791\uac8c \uc870\uc815",
  266. "Table": "\ud45c",
  267. "Select table cell": "\ud45c \uc140 \uc120\ud0dd",
  268. "Extend selection one cell": "\uc140\uc758 \uc120\ud0dd \ubc94\uc704\ub97c \ud655\uc7a5",
  269. "Extend selection one row": "\ud589\uc758 \uc120\ud0dd \ubc94\uc704\ub97c \ud655\uc7a5",
  270. "Navigation": "\ub124\ube44\uac8c\uc774\uc158",
  271. "Focus popup / toolbar": "\ud31d\uc5c5 / \ud234\ubc14\ub97c \ud3ec\ucee4\uc2a4",
  272. "Return focus to previous position": "\uc774\uc804 \uc704\uce58\ub85c \ud3ec\ucee4\uc2a4 \ub418\ub3cc\ub9ac\uae30",
  273. // Embed.ly
  274. "Embed URL": "\uc784\ubca0\ub4dc URL",
  275. "Paste in a URL to embed": "\uc784\ubca0\ub4dc URL\uc5d0 \ubd99\uc5ec \ub123\uae30",
  276. // Word Paste.
  277. "The pasted content is coming from a Microsoft Word document. Do you want to keep the format or clean it up?": "\ubd99\uc5ec\ub123\uc740 \ubb38\uc11c\ub294 \ub9c8\uc774\ud06c\ub85c\uc18c\ud504\ud2b8 \uc6cc\ub4dc\uc5d0\uc11c \uac00\uc838\uc654\uc2b5\ub2c8\ub2e4. \ud3ec\ub9f7\uc744 \uc720\uc9c0\ud558\uac70\ub098 \uc815\ub9ac \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?",
  278. "Keep": "\uc720\uc9c0",
  279. "Clean": "\uc815\ub9ac",
  280. "Word Paste Detected": "\uc6cc\ub4dc \ubd99\uc5ec \ub123\uae30\uac00 \uac80\ucd9c \ub418\uc5c8\uc2b5\ub2c8\ub2e4."
  281. },
  282. direction: "ltr"
  283. };
  284. }));