15 lines
691 B
JavaScript
15 lines
691 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("ja", {
|
|
"Embed iframe": "iframe \u306e\u57cb\u3081\u8fbc\u307f",
|
|
"Enable scrollbar": "\u30b9\u30af\u30ed\u30fc\u30eb\u30d0\u30fc\u3092\u6709\u52b9\u5316",
|
|
"Insert/edit iframe": "iframe\u306e\u633f\u5165/\u7de8\u96c6",
|
|
"Long description URL": "\u8a73\u3057\u3044\u8aac\u660e URL",
|
|
"Page Embed": "\u30da\u30fc\u30b8\u57cb\u3081\u8fbc\u307f",
|
|
"Scrollbar": "\u30b9\u30af\u30ed\u30fc\u30eb\u30d0\u30fc",
|
|
"Show iframe border": "iframe \u306e\u5883\u754c\u7dda\u3092\u8868\u793a"
|
|
}); |