Files
biiproject-kit-v1/lang/vendor/filament-actions/tr/delete.php
T

73 lines
1.4 KiB
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 [
'single' => [
'label' => 'Sil',
'modal' => [
'heading' => ':label Sil',
'actions' => [
'delete' => [
'label' => 'Sil',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Silindi',
],
],
],
'multiple' => [
'label' => 'Seçilenleri sil',
'modal' => [
'heading' => 'Seçilenleri sil', // When ':label' is used here, the meaning is distorted.
'actions' => [
'delete' => [
'label' => 'Sil',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Silindi',
],
'deleted_partial' => [
'title' => ':total kayıttan :count kayıt silindi',
'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 silinemedi',
'missing_authorization_failure_message' => ':count kayıt silmek için gereken izniniz yok.',
'missing_processing_failure_message' => ':count kayıt silinemedi.',
],
],
],
];