up
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'messages' => [
|
||||
'uploading_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' => '上一頁',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user