module.php 1.7 KB

123456789101112131415161718192021
  1. <?php
  2. return [
  3. 'Order not found' => '订单找不到啦!',
  4. 'Module already exists' => '模块已存在!',
  5. 'package download failed' => '包下载失败!',
  6. 'No permission to write temporary files' => '没有权限写入临时文件!',
  7. 'Zip file not found' => '找不到压缩包文件',
  8. 'Unable to open the zip file' => '无法打开压缩包文件',
  9. 'Unable to extract ZIP file' => '无法提取ZIP文件',
  10. 'Unable to package zip file' => '无法打包zip文件',
  11. 'Basic configuration of the Module is incomplete' => '模块基础配置不完整',
  12. 'Module package file does not exist' => '模块包文件不存在',
  13. 'Module file conflicts' => '模块文件存在冲突,请手动处理!',
  14. 'Configuration file has no write permission' => '配置文件无写入权限',
  15. 'The current state of the module cannot be set to disabled' => '模块当前状态无法设定为禁用',
  16. 'The current state of the module cannot be set to enabled' => '模块当前状态无法设定为启用',
  17. 'Module file updated' => '模块文件有更新',
  18. 'Please disable the module first' => '请先禁用模块',
  19. 'Please disable the module before updating' => '更新前请先禁用模块',
  20. 'The directory required by the module is occupied' => '模块所需目录已被占用',
  21. ];