18 lines
753 B
JavaScript
18 lines
753 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", {
|
|
"Formula": "\u6570\u5f0f",
|
|
"Inline with text": "\u30c6\u30ad\u30b9\u30c8\u4ed8\u304d\u306e\u30a4\u30f3\u30e9\u30a4\u30f3",
|
|
"Insert/Edit Math": "\u6570\u5f0f\u306e\u633f\u5165/\u7de8\u96c6",
|
|
"Insert/Edit math": "\u6570\u5f0f\u306e\u633f\u5165/\u7de8\u96c6",
|
|
"LaTeX": "LaTeX",
|
|
"Language": "\u8a00\u8a9e",
|
|
"Math...": "\u6570\u5f0f\u2026",
|
|
"Preview": "\u30d7\u30ec\u30d3\u30e5\u30fc",
|
|
"Text Wrap": "\u30c6\u30ad\u30b9\u30c8\u306e\u6298\u308a\u8fd4\u3057",
|
|
"Text above and below": "\u4e0a\u4e0b\u306e\u30c6\u30ad\u30b9\u30c8"
|
|
}); |