15 lines
609 B
JavaScript
15 lines
609 B
JavaScript
/*!
|
|
* TinyMCE Language Pack
|
|
*
|
|
* Copyright (c) 2024 Ephox Corporation DBA Tiny Technologies, Inc.
|
|
* Licensed under the Tiny commercial license. See https://www.tiny.cloud/legal/
|
|
*/
|
|
tinymce.addI18n("ko-KR", {
|
|
"Embed iframe": "iframe \ud3ec\ud568",
|
|
"Enable scrollbar": "\uc2a4\ud06c\ub864\ubc14 \uc0ac\uc6a9",
|
|
"Insert/edit iframe": "\uc544\uc774\ud504\ub808\uc784 \uc0bd\uc785/\ud3b8\uc9d1",
|
|
"Long description URL": "\uae34 \uc124\uba85 URL",
|
|
"Page Embed": "\ud398\uc774\uc9c0 \uc0bd\uc785",
|
|
"Scrollbar": "\uc2a4\ud06c\ub864\ubc14",
|
|
"Show iframe border": "iframe \uacbd\uacc4 \ud45c\uc2dc"
|
|
}); |