You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

27 lines
1.1 KiB

<?php
return [
// Labels
'index_title' => 'Database Backup Manager',
'list' => 'Daftar File Backup',
'actions' => 'Pilihan',
'empty' => 'Belum ada file backup.',
// Actions
'create' => 'Buat File Backup',
'delete' => 'Hapus file backup ini',
'sure_to_delete_file' => 'Anda yakin akan menghapus file <strong>":filename"</strong> ini?',
'confirm_delete' => 'YA, silakan hapus file ini!',
'cancel_delete' => 'Batal Hapus',
'restore' => 'Restore database dari file',
'sure_to_restore' => 'Anda yakin akan me-restore database dengan file backup ini "<strong>:filename</strong>"? <br><br>Harap dipastikan <strong>database saat ini sudah di-backup</strong>.',
'confirm_restore' => 'YA, Restore Database!',
'cancel_restore' => 'Batal Restore',
'download' => 'Download file ini',
'upload' => 'Upload File Backup',
// Attributes
'file_name' => 'Name File',
'file_size' => 'Ukuran File',
'created_at' => 'Dibuat pada',
];