44 lines
6.1 KiB
PHP
44 lines
6.1 KiB
PHP
<?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' => '未安装',
|
||
'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_mysql 扩展',
|
||
'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' => '无',
|
||
'The gd extension and freeType library need to be installed' => '需要gd2扩展和freeType库',
|
||
'The .env file with database configuration was detected. Please clean up and try again!' => '检测到带有数据库配置的 .env 文件。请清理后再试一次!',
|
||
]; |