Remove DocumentForm schema and update Turkmen translations for modal actions and notifications; refactor web routes for cleaner syntax.
This commit is contained in:
8
lang/vendor/filament-actions/tk/modal.php
vendored
8
lang/vendor/filament-actions/tk/modal.php
vendored
@@ -2,20 +2,20 @@
|
||||
|
||||
return [
|
||||
|
||||
'confirmation' => 'Bunu yapmak istediğinizden emin misiniz?',
|
||||
'confirmation' => 'Bu hereketi tassyklaýanyzmy?',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'cancel' => [
|
||||
'label' => 'İptal',
|
||||
'label' => 'Ýap',
|
||||
],
|
||||
|
||||
'confirm' => [
|
||||
'label' => 'Onayla',
|
||||
'label' => 'Tassykla',
|
||||
],
|
||||
|
||||
'submit' => [
|
||||
'label' => 'Gönder',
|
||||
'label' => 'Ugrat',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user