install.php 5.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <?php
  2. return [
  3. 'Install the controller' => '安装控制器',
  4. 'need' => '需要',
  5. 'Click to see how to solve it' => '点击查看如何解决',
  6. 'Please check the config directory permissions' => '请检查 config 目录权限',
  7. 'Please check the public directory permissions' => '请检查 public 目录权限',
  8. 'open' => '开启',
  9. 'close' => '关闭',
  10. 'The installation can continue, and some operations need to be completed manually' => '可以继续安装,部分操作需手动完成',
  11. 'Allow execution' => '允许执行',
  12. 'disabled' => '已禁用',
  13. 'Allow operation' => '允许操作',
  14. 'Acquisition failed' => '获取失败',
  15. 'Click Install %s' => '点击安装%s',
  16. 'Writable' => '可写',
  17. 'No write permission' => '无写权限',
  18. 'already installed' => '已安装',
  19. 'Not installed' => '未安装',
  20. 'Mysqli extension for PHP is required' => '需要PHP的Mysqli和PDO扩展',
  21. 'File has no write permission:%s' => '文件无写入权限:%s',
  22. 'The system has completed installation. If you need to reinstall, please delete the %s file first' => '系统已完成安装。如果需要重新安装,请先删除 %s 文件',
  23. 'Database connection failed:%s' => '数据库连接失败:%s',
  24. 'Failed to install SQL execution:%s' => '安装SQL执行失败:%s',
  25. 'unknown' => '未知',
  26. 'Database does not exist' => '数据库不存在!',
  27. 'No built front-end file found, please rebuild manually!' => '没有找到构建好的前端文件,请手动重新构建!',
  28. 'Failed to move the front-end file, please move it manually!' => '移动前端文件失败,请手动移动!',
  29. 'How to solve?' => '如何解决?',
  30. 'View reason' => '查看原因',
  31. 'Click to view the reason' => '点击查看原因',
  32. 'PDO extensions need to be installed' => '需要安装PDO扩展',
  33. 'proc_open or proc_close functions in PHP Ini is disabled' => 'proc_open和proc_close函数在php.ini中被禁用掉了',
  34. 'How to modify' => '如何修改',
  35. 'Click to view how to modify' => '点击查看如何修改',
  36. 'Security assurance?' => '安全保证?',
  37. 'Using the installation service correctly will not cause any potential security problems. Click to view the details' => '安装服务使用正确不会造成任何潜在安全问题,点击查看详情',
  38. 'Please install NPM first' => '请先安装npm',
  39. 'Installation error:%s' => '安装出错:%s',
  40. 'Failed to switch package manager. Please modify the configuration file manually:%s' => '包管理器切换失败,请手动修改配置文件:%s',
  41. 'Please upgrade %s version' => '请升级%s版本',
  42. 'nothing' => '无',
  43. ];