27 lines
1.0 KiB
JavaScript
27 lines
1.0 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", {
|
|
"Advanced Sort": "\u8a73\u7d30\u4e26\u3079\u66ff\u3048",
|
|
"Advanced sort...": "\u8a73\u7d30\u4e26\u3079\u66ff\u3048...",
|
|
"Alpha": "\u82f1\u5b57",
|
|
"Ascending": "\u6607\u9806",
|
|
"Column": "\u5217",
|
|
"Column {0}": "\u5217 {0}",
|
|
"Descending": "\u964d\u9806",
|
|
"None": "\u306a\u3057",
|
|
"Numeric": "\u6570\u5b57",
|
|
"Order": "\u9806\u5e8f",
|
|
"Row": "\u884c",
|
|
"Row numbering": "\u884c\u756a\u53f7\u8868\u793a",
|
|
"Row {0}": "\u884c {0}",
|
|
"Selection": "\u9078\u629e",
|
|
"Sort": "\u4e26\u3079\u66ff\u3048",
|
|
"Sort by": "\u4e26\u3079\u66ff\u3048\uff1a",
|
|
"Sort table by column ascending": "\u30c6\u30fc\u30d6\u30eb\u3092\u6607\u9806\u306b\u4e26\u3079\u66ff\u3048",
|
|
"Sort table by column descending": "\u30c6\u30fc\u30d6\u30eb\u3092\u964d\u9806\u306b\u4e26\u3079\u66ff\u3048",
|
|
"Table": "\u30c6\u30fc\u30d6\u30eb"
|
|
}); |