Add Turkmen translations for edit and delete actions; update Pilgrim model with property annotations, and enhance PilgrimsRelationManager with localized table heading and model label.
This commit is contained in:
23
lang/vendor/filament-actions/tk/modal.php
vendored
Normal file
23
lang/vendor/filament-actions/tk/modal.php
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'confirmation' => 'Bunu yapmak istediğinizden emin misiniz?',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'cancel' => [
|
||||
'label' => 'İptal',
|
||||
],
|
||||
|
||||
'confirm' => [
|
||||
'label' => 'Onayla',
|
||||
],
|
||||
|
||||
'submit' => [
|
||||
'label' => 'Gönder',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user