自动化立体仓库 - WMS系统
lty
3 天以前 8e943b7104561c3b14cf223016698709c5ade4b5
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"
  }
}