Files
hoshal-market/lang/vendor/filament/tk/components/pagination.php
Mekan1206 6ea6701963 Refactor and localize settings and resources
- Updated GeneralSettings page to include localized labels and structured sections for better organization.
- Enhanced CarouselSlide, Category, Collection, and Product resources with localized model labels and improved form/table configurations.
- Modified HomeController to utilize query builder for better performance and added collection items retrieval.
- Updated views to reflect localized settings and improved layout for collections and footer.
- Adjusted timezone and locale settings in app configuration for better regional support.
2026-06-04 22:15:18 +05:00

48 lines
719 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
return [
'label' => 'Sayfalandırma Navigasyonu',
'overview' => 'Toplam :total sonuçtan :first ile :last arası görüntüleniyor',
'fields' => [
'records_per_page' => [
'label' => 'sayfa başına',
'options' => [
'all' => 'Tümü',
],
],
],
'actions' => [
'first' => [
'label' => 'İlk',
],
'go_to_page' => [
'label' => ':page. sayfaya git',
],
'last' => [
'label' => 'Son',
],
'next' => [
'label' => 'Sonraki',
],
'previous' => [
'label' => 'Önceki',
],
],
];