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.
15 lines
609 B
15 lines
609 B
<?php
|
|
|
|
return [
|
|
'backup' => [
|
|
'delete_success' => 'Data cadangan berhasil dihapus.',
|
|
'backup_success' => 'Sistem berhasil dicadangkan.',
|
|
'backup_error' => 'Gagal mencadangkan sistem.',
|
|
'verification_error' => 'Berkas zip cadangan tidak dapat diverifikasi di penyimpanan target.',
|
|
'restored_success' => 'Sistem berhasil dipulihkan.',
|
|
'restored_error' => 'Gagal memulihkan sistem.',
|
|
'download_error' => 'Gagal mengunduh :path.',
|
|
'file_not_found' => 'Berkas cadangan tidak ditemukan.',
|
|
'path_required' => 'Jalur diperlukan.',
|
|
],
|
|
];
|
|
|