summaryrefslogtreecommitdiffstats
path: root/warehouse/src/main/webapp/js/dataTables-1.10.16/i18n/datatables-ja-JP.json
blob: a62216a9ae58b7e3e382259dd4cebdb7a0b7ef89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
	"sProcessing":   	"Please wait a little while reading�B",
	"sZeroRecords":  	"No records were found",
	"sEmptyTable":   	"No records were found",
	"sInfo":         	"(_START_~_END_)/_TOTAL_",
	"sInfoEmpty":    	"(0~0)/0",
	"sInfoFiltered": 	"(filtered from _MAX_ total entries)",
	"sInfoPostFix":  	"",
	"sInfoThousands":  	".",
	"sLengthMenu":   	" Per page : _MENU_",
	"sLoadingRecords": 	"Wird geladen...",
	"sSearch":       	"Search",
	"oPaginate": {
		"sFirst":    	"<<",
		"sPrevious": 	"<",
		"sNext":     	">",
		"sLast":     	">>"
	},
	"oAria": {
		"sSortAscending":  ": activate to sort column ascending",
		"sSortDescending": ": activate to sort column descending"
	}
}