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