16 lines
771 B
JavaScript
16 lines
771 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", {
|
|
"Author": "\u4f5c\u6210\u8005",
|
|
"Description": "\u8aac\u660e",
|
|
"Encoding": "\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0",
|
|
"Keywords": "\u30ad\u30fc\u30ef\u30fc\u30c9",
|
|
"Metadata and Document Properties": "\u30e1\u30bf\u30c7\u30fc\u30bf\u3068\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u30d7\u30ed\u30d1\u30c6\u30a3",
|
|
"Metadata and document properties": "\u30e1\u30bf\u30c7\u30fc\u30bf\u3068\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u30d7\u30ed\u30d1\u30c6\u30a3",
|
|
"Robots": "\u30ed\u30dc\u30c3\u30c8",
|
|
"Title": "\u30bf\u30a4\u30c8\u30eb"
|
|
}); |