prolink/lang/vendor/filament-spatie-backup/tr/backup.php

70 lines
1.7 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 [
'components' => [
'backup_destination_list' => [
'table' => [
'actions' => [
'download' => 'İndir',
'delete' => 'Sil',
],
'fields' => [
'path' => 'Yol',
'disk' => 'Disk',
'date' => 'Tarih',
'size' => 'Boyut',
],
'filters' => [
'disk' => 'Disk',
],
],
],
'backup_destination_status_list' => [
'table' => [
'fields' => [
'name' => 'Ad',
'disk' => 'Disk',
'healthy' => 'Sağlık',
'amount' => 'Adet',
'newest' => 'Zaman',
'used_storage' => 'Kullanılan Depolama',
],
],
],
],
'pages' => [
'backups' => [
'actions' => [
'create_backup' => 'Yedek Oluştur',
],
'heading' => 'Yedekler',
'messages' => [
'backup_success' => 'Arka planda yeni bir yedek oluşturuluyor.',
],
'modal' => [
'buttons' => [
'only_db' => 'Sadece Veri Tabanı',
'only_files' => 'Sadece Dosyalar',
'db_and_files' => 'Veri Tabanı & Dosyalar',
],
'label' => 'Bir seçenek seçin',
],
'navigation' => [
'group' => 'Ayarlar',
'label' => 'Yedekler',
],
],
],
];