module.php 2.5 KB

1234567891011121314151617181920212223242526272829
  1. <?php
  2. return [
  3. 'Order not found' => '订单找不到啦!',
  4. 'Module already exists' => '模块已存在!',
  5. 'package download failed' => '包下载失败!',
  6. 'package check failed' => '包检查失败!',
  7. 'No permission to write temporary files' => '没有权限写入临时文件!',
  8. 'Zip file not found' => '找不到压缩包文件',
  9. 'Unable to open the zip file' => '无法打开压缩包文件',
  10. 'Unable to extract ZIP file' => '无法提取ZIP文件',
  11. 'Unable to package zip file' => '无法打包zip文件',
  12. 'Basic configuration of the Module is incomplete' => '模块基础配置不完整',
  13. 'Module package file does not exist' => '模块包文件不存在',
  14. 'Module file conflicts' => '模块文件存在冲突,请手动处理!',
  15. 'Configuration file has no write permission' => '配置文件无写入权限',
  16. 'The current state of the module cannot be set to disabled' => '模块当前状态无法设定为禁用',
  17. 'The current state of the module cannot be set to enabled' => '模块当前状态无法设定为启用',
  18. 'Module file updated' => '模块文件有更新',
  19. 'Please disable the module first' => '请先禁用模块',
  20. 'Please disable the module before updating' => '更新前请先禁用模块',
  21. 'The directory required by the module is occupied' => '模块所需目录已被占用',
  22. 'Install module' => '安装模块',
  23. 'Unload module' => '卸载模块',
  24. 'Update module' => '更新模块',
  25. 'Change module state' => '改变模块状态',
  26. 'Upload install module' => '上传安装模块',
  27. 'Please login to the official website account first' => '请先使用BuildAdmin官网账户登录到模块市场~',
  28. 'composer config %s conflict' => 'composer 配置项 %s 存在冲突',
  29. ];