Refactor SMS and Coupon resources to utilize localization for labels and messages, enhancing internationalization support. Update .env.example to change APP_LOCALE to 'tk'.
This commit is contained in:
47
lang/vendor/filament-support/tk/components/pagination.php
vendored
Normal file
47
lang/vendor/filament-support/tk/components/pagination.php
vendored
Normal file
@@ -0,0 +1,47 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'Sahypalar navigasiýasy',
|
||||
|
||||
'overview' => '{1} 1 netije görkezilýär|[2,*] :total netijeden :first–:last görkezilýär',
|
||||
|
||||
'fields' => [
|
||||
|
||||
'records_per_page' => [
|
||||
|
||||
'label' => 'Sahypada',
|
||||
|
||||
'options' => [
|
||||
'all' => 'Hemmesi',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'first' => [
|
||||
'label' => 'Ilkinji',
|
||||
],
|
||||
|
||||
'go_to_page' => [
|
||||
'label' => ':page sahypa geç',
|
||||
],
|
||||
|
||||
'last' => [
|
||||
'label' => 'Soňky',
|
||||
],
|
||||
|
||||
'next' => [
|
||||
'label' => 'Indiki',
|
||||
],
|
||||
|
||||
'previous' => [
|
||||
'label' => 'Öňki',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user