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