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
620 B
15 lines
620 B
<?php
|
|
|
|
return [
|
|
'backup' => [
|
|
'delete_success' => 'Backup data deleted successfully.',
|
|
'backup_success' => 'System backup completed successfully.',
|
|
'backup_error' => 'Failed to backup the system.',
|
|
'verification_error' => 'Backup zip file could not be verified on target storage.',
|
|
'restored_success' => 'System restore completed successfully.',
|
|
'restored_error' => 'Failed to restore the system.',
|
|
'download_error' => 'Failed to download :path.',
|
|
'file_not_found' => 'Backup file not found.',
|
|
'path_required' => 'Path is required.',
|
|
],
|
|
];
|
|
|