You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
974 B
Plaintext
31 lines
974 B
Plaintext
/**
|
|
* Japanese translation
|
|
* @name Japanese
|
|
* @anchor Japanese
|
|
* @author <i>yusuke</i> and <a href="https://github.com/wiraqutra">Seigo ISHINO</a>
|
|
* @lcid ja
|
|
*/
|
|
|
|
{
|
|
"sEmptyTable": "テーブルにデータがありません",
|
|
"sInfo": " _TOTAL_ 件中 _START_ から _END_ まで表示",
|
|
"sInfoEmpty": " 0 件中 0 から 0 まで表示",
|
|
"sInfoFiltered": "(全 _MAX_ 件より抽出)",
|
|
"sInfoThousands": ",",
|
|
"sLengthMenu": "_MENU_ 件表示",
|
|
"sLoadingRecords": "読み込み中...",
|
|
"sProcessing": "処理中...",
|
|
"sSearch": "検索:",
|
|
"sZeroRecords": "一致するレコードがありません",
|
|
"oPaginate": {
|
|
"sFirst": "先頭",
|
|
"sLast": "最終",
|
|
"sNext": "次",
|
|
"sPrevious": "前"
|
|
},
|
|
"oAria": {
|
|
"sSortAscending": ": 列を昇順に並べ替えるにはアクティブにする",
|
|
"sSortDescending": ": 列を降順に並べ替えるにはアクティブにする"
|
|
}
|
|
}
|