fixed db connection

This commit is contained in:
Edward Yang 2022-09-06 19:30:47 +08:00
parent 19a740f3be
commit 87abf47087
1 changed files with 5 additions and 5 deletions

View File

@ -64,14 +64,14 @@ return [
'admin_info' => '设置后台账号密码',
'app_url_placeholder' => '输入您的应用URL',
'db_connection_failed' => '无法连接到数据库!',
'db_connection_label' => '数据库连接',
'db_connection_label' => '数据库类型',
'db_connection_failed_host_port' => '数据库主机或端口错误!',
'db_connection_failed_user_password' => '数据库账号或密码错误!',
'db_connection_failed_database_name' => '数据库名不存在!',
'db_connection_label_mysql' => 'mysql',
'db_connection_label_sqlite' => 'sqlite',
'db_connection_label_pgsql' => 'pgsql',
'db_connection_label_sqlsrv' => 'sqlsrv',
'db_connection_label_mysql' => 'MySQL',
'db_connection_label_sqlite' => 'SQLite',
'db_connection_label_pgsql' => 'PostgreSQL',
'db_connection_label_sqlsrv' => 'SQL Server',
'db_host_label' => '数据库主机',
'db_host_placeholder' => '输入数据库主机ip或url',
'db_port_label' => '数据库端口',