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

74 lines
1.5 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' => '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.',
],
],
],
];