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:
72
lang/vendor/filament-actions/tk/delete.php
vendored
Normal file
72
lang/vendor/filament-actions/tk/delete.php
vendored
Normal file
@@ -0,0 +1,72 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'Poz',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => ':label Poz',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'delete' => [
|
||||
'label' => 'Poz',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'deleted' => [
|
||||
'title' => 'Pozyldy',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'multiple' => [
|
||||
|
||||
'label' => 'Saýlananlary poz',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Saýlananlary poz', // When ':label' is used here, the meaning is distorted.
|
||||
|
||||
'actions' => [
|
||||
|
||||
'delete' => [
|
||||
'label' => 'Poz',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'deleted' => [
|
||||
'title' => 'Pozyldy',
|
||||
],
|
||||
|
||||
'deleted_partial' => [
|
||||
'title' => ':total kayıttan :count kayıt pozydy',
|
||||
'missing_authorization_failure_message' => ':count kayıt silmek için gereken izniniz yok.',
|
||||
'missing_processing_failure_message' => ':count kayıt silinemedi.',
|
||||
],
|
||||
|
||||
'deleted_none' => [
|
||||
'title' => 'Kayıtlar pozynyldy',
|
||||
'missing_authorization_failure_message' => ':count kayıt silmek için gereken izniniz yok.',
|
||||
'missing_processing_failure_message' => ':count kayıt silinemedi.',
|
||||
],
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user