11 lines
436 B
JavaScript
11 lines
436 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", {
|
|
"Export to PDF": "PDF\u306b\u30a8\u30af\u30b9\u30dd\u30fc\u30c8",
|
|
"Export to PDF...": "PDF\u306b\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u2026",
|
|
"Operation failed": "\u64cd\u4f5c\u306b\u5931\u6557\u3057\u307e\u3057\u305f"
|
|
}); |