1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
| {
| "sort": { "asc": "Ascending", "desc": "Descending" },
| "noData": "No Data",
| "tools": {
| "filter": { "title": "Filter Columns" },
| "export": { "title": "Export", "noDataPrompt": "No data", "compatPrompt": "IE not supported", "csvText": "Export CSV" },
| "print": { "title": "Print", "noDataPrompt": "No data" }
| },
| "dataFormatError": "Data format error",
| "xhrError": "Request error: {msg}",
| "laypage": {
| "prev": "Prev", "next": "Next", "first": "First", "last": "Last",
| "total": "Total {total}", "pagesize": "/page", "goto": "Go to", "page": "Page", "confirm": "OK"
| }
| }
|
|