databaseBackup.php 870 B

12345678910111213141516171819
  1. <?php
  2. /*
  3. * @Author: juneChen && junechen_0606@163.com
  4. * @Date: 2022-12-12 14:04:53
  5. * @LastEditors: juneChen && junechen_0606@163.com
  6. * @LastEditTime: 2022-12-12 17:10:28
  7. * @Description:
  8. *
  9. * Copyright (c) 2022 by juneChen, All Rights Reserved.
  10. */
  11. return [
  12. 'Backup error' => 'Backup error!',
  13. 'Backup file creation failed' => 'Backup file creation failed!',
  14. 'The backup directory does not exist or cannot be written' => 'The backup directory does not exist or cannot be written!',
  15. 'A backup task is in progress' => 'A backup task is in progress!',
  16. 'The backup file may be corrupted' => 'The backup file may be corrupted!',
  17. 'Error restoring data' => 'Error restoring data!'
  18. ];