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.
This commit is contained in:
73
lang/vendor/filament-actions/tk/restore.php
vendored
Normal file
73
lang/vendor/filament-actions/tk/restore.php
vendored
Normal file
@@ -0,0 +1,73 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'Geri yükle',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => ':label geri yükle',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'restore' => [
|
||||
'label' => 'Geri yükle',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'restored' => [
|
||||
'title' => 'Kayıt geri yüklendi',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'multiple' => [
|
||||
|
||||
'label' => 'Seçileni geri yükle',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => ':label seçileni geri yükle',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'restore' => [
|
||||
'label' => 'Geri yükle',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'restored' => [
|
||||
'title' => 'Kayıtlar geri yüklendi',
|
||||
],
|
||||
|
||||
'restored_partial' => [
|
||||
'title' => ':total kayıttan :count kayıt geri yüklendi',
|
||||
'missing_authorization_failure_message' => ':count kayıt geri yüklemek için gereken izniniz yok.',
|
||||
'missing_processing_failure_message' => ':count geri yüklenemedi.',
|
||||
],
|
||||
|
||||
'restored_none' => [
|
||||
'title' => 'Kayıtlar geri yüklenemedi',
|
||||
'missing_authorization_failure_message' => ':count kayıt geri yüklemek için gereken izniniz yok.',
|
||||
'missing_processing_failure_message' => ':count geri yüklenemedi.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user