mirror of
https://github.com/dawidolko/Website-Templates.git
synced 2026-03-24 09:12:17 +00:00
Website templates
This commit is contained in:
31
startbootstrap-sb-admin-2-1.0.5/bower_components/datatables-plugins/i18n/chinese.lang
vendored
Normal file
31
startbootstrap-sb-admin-2-1.0.5/bower_components/datatables-plugins/i18n/chinese.lang
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
/**
|
||||
* 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": ": 以降序排列此列"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user