mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
use data-table instead lay-table
This commit is contained in:
@@ -3,4 +3,26 @@
|
||||
return [
|
||||
'next' => 'Next »',
|
||||
'previous' => '« Previous',
|
||||
"decimal" => "",
|
||||
"emptyTable" => "No data available in table",
|
||||
"info" => "Showing _START_ to _END_ of _TOTAL_ entries",
|
||||
"infoEmpty" => "Showing 0 to 0 of 0 entries",
|
||||
"infoFiltered" => "(filtered from _MAX_ total entries)",
|
||||
"infoPostFix" => "",
|
||||
"thousands" => ",",
|
||||
"lengthMenu" => "Show _MENU_ entries",
|
||||
"loadingRecords" => "Loading...",
|
||||
"processing" => "",
|
||||
"search" => "Search:",
|
||||
"zeroRecords" => "No matching records found",
|
||||
"paginate" => [
|
||||
"first" => "First",
|
||||
"last" => "Last",
|
||||
"next" => "Next",
|
||||
"previous" => "Previous"
|
||||
],
|
||||
"aria" => [
|
||||
"sortAscending" => ": activate to sort column ascending",
|
||||
"sortDescending"=> ": activate to sort column descending"
|
||||
]
|
||||
];
|
||||
|
||||
@@ -3,4 +3,26 @@
|
||||
return [
|
||||
'next' => '下一页 »',
|
||||
'previous' => '« 上一页',
|
||||
"decimal" => "",
|
||||
"emptyTable" => "无数据",
|
||||
"info" => "当前展示第 _START_ 至第 _END_ 条,共 _TOTAL_ 条记录",
|
||||
"infoEmpty" => "当前展示第 0 条至第 0 条,共 0 条记录",
|
||||
"infoFiltered" => "(筛选自 _MAX_ 条记录)",
|
||||
"infoPostFix" => "",
|
||||
"thousands" => ",",
|
||||
"lengthMenu" => "每页展示 _MENU_ 条记录",
|
||||
"loadingRecords" => "加载中...",
|
||||
"processing" => "",
|
||||
"search" => "搜索:",
|
||||
"zeroRecords" => "没有发现任何匹配的记录",
|
||||
"paginate" => [
|
||||
"first" => "首页",
|
||||
"last" => "尾页",
|
||||
"next" => "下一页",
|
||||
"previous" => "上一页"
|
||||
],
|
||||
"aria" => [
|
||||
"sortAscending" => ": 升序排序",
|
||||
"sortDescending"=> ": 降序排序"
|
||||
]
|
||||
];
|
||||
|
||||
@@ -3,4 +3,26 @@
|
||||
return [
|
||||
'next' => '下一頁 »',
|
||||
'previous' => '« 上一頁',
|
||||
"decimal" => "",
|
||||
"emptyTable" => "無數據",
|
||||
"info" => "當前展示第 _START_ 至第 _END_ 條,共 _TOTAL_ 條記錄",
|
||||
"infoEmpty" => "當前展示第 0 條至第 0 條,共 0 條記錄",
|
||||
"infoFiltered" => "(篩選自 _MAX_ 條記錄)",
|
||||
"infoPostFix" => "",
|
||||
"thousands" => ",",
|
||||
"lengthMenu" => "每頁展示 _MENU_ 條記錄",
|
||||
"loadingRecords" => "加載中...",
|
||||
"processing" => "",
|
||||
"search" => "搜索:",
|
||||
"zeroRecords" => "沒有發現任何匹配的記錄",
|
||||
"paginate" => [
|
||||
"first" => "首頁",
|
||||
"last" => "尾頁",
|
||||
"next" => "下一頁",
|
||||
"previous" => "上一頁"
|
||||
],
|
||||
"aria" => [
|
||||
"sortAscending" => ": 升序排序",
|
||||
"sortDescending"=> ": 降序排序"
|
||||
]
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user