databaseBackup.php 935 B

12345678910111213141516171819
  1. <?php
  2. /*
  3. * @Author: juneChen && junechen_0606@163.com
  4. * @Date: 2022-12-12 13:56:53
  5. * @LastEditors: juneChen && junechen_0606@163.com
  6. * @LastEditTime: 2022-12-12 17:09:58
  7. * @Description:
  8. *
  9. * Copyright (c) 2022 by juneChen, All Rights Reserved.
  10. */
  11. return [
  12. 'Backup error!' => '备份出错!',
  13. 'Backup file creation failed' => '初始化失败,备份文件创建失败!',
  14. 'The backup directory does not exist or cannot be written' => '备份目录不存在或不可写,请检查后重试!',
  15. 'A backup task is in progress' => '检测到有一个备份任务正在执行,请稍后再试!',
  16. 'The backup file may be corrupted' => '备份文件可能已经损坏,请检查!',
  17. 'Error restoring data' => '还原数据出错!'
  18. ];