install.php 6.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <?php
  2. return [
  3. 'Install the controller' => 'Install the controller',
  4. 'need' => 'Need',
  5. 'Click to see how to solve it' => 'Click to see how to solve.',
  6. 'Please check the config directory permissions' => 'Please check the Config directory permissions',
  7. 'Please check the public directory permissions' => 'Please check the Public directory permissions',
  8. 'open' => 'Open',
  9. 'close' => 'Close',
  10. 'The installation can continue, and some operations need to be completed manually' => 'You can continue to install, and some operations need to be completed manually ',
  11. 'Allow execution' => 'Allow execution',
  12. 'disabled' => 'Disabled',
  13. 'Allow operation' => 'Allow operation',
  14. 'Acquisition failed' => 'Access failed',
  15. 'Click Install %s' => 'Click Install %s',
  16. 'Writable' => 'Writable',
  17. 'No write permission' => 'No write permissions',
  18. 'already installed' => 'Installed',
  19. 'Not installed' => 'Not installed',
  20. 'Mysqli extension for PHP is required' => 'Need Mysqli and PDO extensions of PHP.',
  21. 'File has no write permission:%s' => 'File has no write permission:%s',
  22. 'The system has completed installation. If you need to reinstall, please delete the %s file first' => 'The system has been installed, if you need to reinstall, please delete the %s file first.',
  23. 'Database connection failed:%s' => 'Database connection failure:%s',
  24. 'Failed to install SQL execution:%s' => 'Installation SQL execution failed:%s',
  25. 'unknown' => 'Unknown',
  26. 'Database does not exist' => 'Database does not exist!',
  27. 'No built front-end file found, please rebuild manually!' => 'No built front-end file found, please rebuild manually.',
  28. 'Failed to move the front-end file, please move it manually!' => 'Failed to move the front-end file, please move manually!',
  29. 'How to solve?' => 'How to solve?',
  30. 'View reason' => 'View reasons',
  31. 'Click to view the reason' => 'Click to see the reason',
  32. 'PDO extensions need to be installed' => 'PDO extensions need to be installed.',
  33. 'proc_open or proc_close functions in PHP Ini is disabled' => 'proc_open and proc_close functions in PHP.Ini is disabled.',
  34. 'How to modify' => 'How to modify?',
  35. 'Click to view how to modify' => 'Click to see how to modify.',
  36. 'Security assurance?' => 'Security assurance?',
  37. 'Using the installation service correctly will not cause any potential security problems. Click to view the details' => 'The correct use of the installation service will not cause any potential security issues. Click to view the details.',
  38. 'Please install NPM first' => 'Please install NPM first.',
  39. 'Installation error:%s' => 'Installation error:%s',
  40. 'Failed to switch package manager. Please modify the configuration file manually:%s' => 'Package manager switch failed, please modify the configuration file manually:%s.',
  41. 'Please upgrade %s version' => 'Please upgrade the %s version',
  42. 'nothing' => 'Nothing',
  43. ];