Files
nexusphp/resources/lang/zh_CN/pagination.php
2022-09-08 19:14:01 +08:00

29 lines
930 B
PHP

<?php
return [
'next' => '下一页 &raquo;',
'previous' => '&laquo; 上一页',
"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"=> ": 降序排序"
]
];