16 lines
618 B
JavaScript
16 lines
618 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", {
|
|
"Author": "\uc791\uc131\uc790",
|
|
"Description": "\uc124\uba85",
|
|
"Encoding": "\uc778\ucf54\ub529",
|
|
"Keywords": "\ud0a4\uc6cc\ub4dc",
|
|
"Metadata and Document Properties": "\uba54\ud0c0\ub370\uc774\ud130 \ubc0f \ubb38\uc11c \uc18d\uc131",
|
|
"Metadata and document properties": "\uba54\ud0c0\ub370\uc774\ud130 \ubc0f \ubb38\uc11c \uc18d\uc131",
|
|
"Robots": "\ub85c\ubd07",
|
|
"Title": "\uc81c\ubaa9"
|
|
}); |