feat: first commit

This commit is contained in:
2026-05-15 13:51:15 +02:00
commit 5ee10cb8b5
154 changed files with 22274 additions and 0 deletions
+69
View File
@@ -0,0 +1,69 @@
<?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',
],
],
],
];