35 lines
1.7 KiB
JavaScript
35 lines
1.7 KiB
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", {
|
|
"Cancel": "\u30ad\u30e3\u30f3\u30bb\u30eb",
|
|
"Completions": "\u5b8c\u4e86",
|
|
"Control character": "\u5236\u5fa1\u6587\u5b57",
|
|
"Copy code": "\u30b3\u30fc\u30c9\u306e\u30b3\u30d4\u30fc",
|
|
"Dark/light mode": "\u30c0\u30fc\u30af/\u30e9\u30a4\u30c8 \u30e2\u30fc\u30c9",
|
|
"Decrease font size": "\u30d5\u30a9\u30f3\u30c8 \u30b5\u30a4\u30ba\u306e\u7e2e\u5c0f",
|
|
"Diagnostics": "\u8a3a\u65ad",
|
|
"Fold line": "\u884c\u3092\u6298\u308a\u305f\u305f\u3080",
|
|
"Folded lines": "\u6298\u308a\u305f\u305f\u307e\u308c\u305f\u884c",
|
|
"Format code": "\u30b3\u30fc\u30c9\u306e\u66f8\u5f0f\u8a2d\u5b9a",
|
|
"Fullscreen": "\u30d5\u30eb\u30b9\u30af\u30ea\u30fc\u30f3",
|
|
"Go to line": "\u884c\u306b\u79fb\u52d5",
|
|
"Increase font size": "\u30d5\u30a9\u30f3\u30c8 \u30b5\u30a4\u30ba\u306e\u62e1\u5927",
|
|
"No diagnostics": "\u8a3a\u65ad\u306a\u3057",
|
|
"Save code": "\u30b3\u30fc\u30c9\u3092\u4fdd\u5b58",
|
|
"Selection deleted": "\u9078\u629e\u90e8\u5206\u3092\u524a\u9664\u3057\u307e\u3057\u305f",
|
|
"Unfold line": "\u884c\u3092\u5c55\u958b",
|
|
"Unfolded lines": "\u5c55\u958b\u3057\u305f\u884c",
|
|
"by word": "\u5358\u8a9e",
|
|
"current match": "\u73fe\u5728\u306e\u4e00\u81f4",
|
|
"folded code": "\u6298\u308a\u305f\u305f\u307e\u308c\u305f\u30b3\u30fc\u30c9",
|
|
"go": "\u79fb\u52d5",
|
|
"on line": "\u884c\u756a\u53f7\uff1a",
|
|
"replaced $ matches": "$\u4ef6\u306e\u4e00\u81f4\u3092\u7f6e\u63db\u3057\u307e\u3057\u305f",
|
|
"replaced match on line $": "$\u884c\u76ee\u306e\u4e00\u81f4\u3092\u7f6e\u63db\u3057\u307e\u3057\u305f",
|
|
"to": "\u304b\u3089",
|
|
"unfold": "\u5c55\u958b"
|
|
}); |