Update and rename Chinese.lang to Chinese-simplified.lang

pull/254/head
Meng Dong 9 years ago
parent f74d344ce5
commit dea9d79e53

@ -0,0 +1,28 @@
/**
* Chinese (simplified) translation
* @name Chinese (simplified)
* @anchor Chinese (simplified)
* @author <a href="http://docs.jquery.com/UI">Chi Cheng</a>
*/
{
"emptyTable": "无数据",
"info": "显示第 _START_ 至 _END_ 项结果,共 _TOTAL_ 项",
"infoEmpty": "显示第 0 至 0 项结果,共 0 项",
"infoFiltered": "(从 _MAX_ 项结果中过滤)",
"lengthMenu": "显示 _MENU_ 项结果",
"loadingRecords": "载入中...",
"processing": "处理中...",
"search": "搜索:",
"zeroRecords": "没有匹配的结果",
"paginate": {
"first": "首页",
"last": "末页",
"next": "下页",
"previous": "上页"
},
"aria": {
"sortAscending": ":升序排列",
"sortDescending": ":降序排列"
}
}

@ -1,31 +0,0 @@
/**
* Chinese translation
* @name Chinese
* @anchor Chinese
* @author <a href="http://docs.jquery.com/UI">Chi Cheng</a>
*/
{
"sProcessing": "处理中...",
"sLengthMenu": "显示 _MENU_ 项结果",
"sZeroRecords": "没有匹配结果",
"sInfo": "显示第 _START_ 至 _END_ 项结果,共 _TOTAL_ 项",
"sInfoEmpty": "显示第 0 至 0 项结果,共 0 项",
"sInfoFiltered": "(由 _MAX_ 项结果过滤)",
"sInfoPostFix": "",
"sSearch": "搜索:",
"sUrl": "",
"sEmptyTable": "表中数据为空",
"sLoadingRecords": "载入中...",
"sInfoThousands": ",",
"oPaginate": {
"sFirst": "首页",
"sPrevious": "上页",
"sNext": "下页",
"sLast": "末页"
},
"oAria": {
"sSortAscending": ": 以升序排列此列",
"sSortDescending": ": 以降序排列此列"
}
}
Loading…
Cancel
Save