translate base

This commit is contained in:
Mekan1206
2026-07-31 18:08:08 +05:00
parent a794dacd39
commit 581cb8241c
413 changed files with 9087 additions and 428 deletions

View File

@@ -0,0 +1,47 @@
<?php
return [
'label' => '페이지 탐색',
'overview' => ':total 건 중 :first 건부터 :last 건까지 보기',
'fields' => [
'records_per_page' => [
'label' => '페이지 당',
'options' => [
'all' => '전체',
],
],
],
'actions' => [
'first' => [
'label' => '첫 페이지',
],
'go_to_page' => [
'label' => ':page 페이지로 이동',
],
'last' => [
'label' => '마지막 페이지',
],
'next' => [
'label' => '다음',
],
'previous' => [
'label' => '이전',
],
],
];