This commit is contained in:
Lizandro Guarnizo
2026-01-06 15:35:59 -05:00
commit a768146f65
602 changed files with 42505 additions and 0 deletions
+33
View File
@@ -0,0 +1,33 @@
<?php
return [
'label' => '分頁導航',
'overview' => '正在顯示第 :first 至 :last 項結果,共 :total 項',
'fields' => [
'records_per_page' => [
'label' => '每頁顯示',
],
],
'actions' => [
'go_to_page' => [
'label' => '前往第 :page 頁',
],
'next' => [
'label' => '下一頁',
],
'previous' => [
'label' => '上一頁',
],
],
];