feat: add routes, lang, tests, stubs, docs, and docker configurations
This commit is contained in:
@@ -0,0 +1,47 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'Navigasi halaman',
|
||||
|
||||
'overview' => '{1} Menampilkan 1 hasil|[2,*] Menampilkan :first sampai :last dari :total hasil',
|
||||
|
||||
'fields' => [
|
||||
|
||||
'records_per_page' => [
|
||||
|
||||
'label' => 'per halaman',
|
||||
|
||||
'options' => [
|
||||
'all' => 'Semua',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'first' => [
|
||||
'label' => 'Pertama',
|
||||
],
|
||||
|
||||
'go_to_page' => [
|
||||
'label' => 'Ke halaman :page',
|
||||
],
|
||||
|
||||
'last' => [
|
||||
'label' => 'Terakhir',
|
||||
],
|
||||
|
||||
'next' => [
|
||||
'label' => 'Selanjutnya',
|
||||
],
|
||||
|
||||
'previous' => [
|
||||
'label' => 'Sebelumnya',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user