优化安装流程多语言
This commit is contained in:
parent
cccdf77800
commit
9acda217c8
|
|
@ -11,7 +11,6 @@ return [
|
|||
'next' => 'Next Step',
|
||||
'back' => 'Previous',
|
||||
'finish' => 'Install',
|
||||
'environment' => 'Environmen',
|
||||
'status' => 'Status',
|
||||
'forms' => [
|
||||
'errorTitle' => 'The Following errors occurred:',
|
||||
|
|
@ -25,9 +24,9 @@ return [
|
|||
'welcome' => [
|
||||
'template_title' => 'Welcome',
|
||||
'title' => 'Welcome',
|
||||
'describe' => 'Welcome to install BeikeShop. Easy Installation and Setup Wizard.',
|
||||
'describe' => 'Welcome to install BeikeShop. Easy Installation and Setup Wizard.',
|
||||
'message' => 'Easy Installation and Setup Wizard.',
|
||||
'next' => 'Check Requirements',
|
||||
'next' => 'Check Requirements',
|
||||
],
|
||||
|
||||
/*
|
||||
|
|
@ -39,7 +38,7 @@ return [
|
|||
'template_title' => 'Step 1 | Server Requirements',
|
||||
'environment' => 'Environmen',
|
||||
'title' => 'Server Requirements',
|
||||
'next' => 'Check Permissions',
|
||||
'next' => 'Check Permissions',
|
||||
],
|
||||
|
||||
/*
|
||||
|
|
@ -52,7 +51,6 @@ return [
|
|||
'title' => 'Directory permission detection',
|
||||
'next' => 'Configure Environment',
|
||||
'table' => 'Table of contents',
|
||||
'ask_permission' => '要求权限',
|
||||
],
|
||||
|
||||
/*
|
||||
|
|
@ -152,7 +150,7 @@ return [
|
|||
*
|
||||
*/
|
||||
'welcome' => [
|
||||
'title' => 'Welcome To The Updater',
|
||||
'title' => 'Welcome To The Updater',
|
||||
'message' => 'Welcome to the update wizard.',
|
||||
],
|
||||
|
||||
|
|
@ -162,7 +160,7 @@ return [
|
|||
*
|
||||
*/
|
||||
'overview' => [
|
||||
'title' => 'Overview',
|
||||
'title' => 'Overview',
|
||||
'message' => 'There is 1 update.|There are :number updates.',
|
||||
'install_updates' => 'Install Updates',
|
||||
],
|
||||
|
|
|
|||
|
|
@ -20,10 +20,10 @@ return [
|
|||
*/
|
||||
'welcome' => [
|
||||
'template_title' => '欢迎',
|
||||
'title' => '欢迎来到安装引导程序',
|
||||
'describe' => '欢迎使用安装引导,在后面的步骤中我们将检测您的系统环境和安装条件是否达标,请根据每一步中的提示信息操作,谢谢。',
|
||||
'title' => '欢迎来到安装引导程序',
|
||||
'describe' => '欢迎使用安装引导,在后面的步骤中我们将检测您的系统环境和安装条件是否达标,请根据每一步中的提示信息操作,谢谢。',
|
||||
'message' => '欢迎来到安装向导.',
|
||||
'next' => '检测系统环境',
|
||||
'next' => '检测系统环境',
|
||||
],
|
||||
|
||||
/*
|
||||
|
|
@ -35,7 +35,7 @@ return [
|
|||
'template_title' => '第一步 | 服务器环境',
|
||||
'title' => '系统环境要求检测',
|
||||
'environment' => '环境',
|
||||
'next' => '检测权限',
|
||||
'next' => '检测权限',
|
||||
],
|
||||
|
||||
/*
|
||||
|
|
@ -48,7 +48,6 @@ return [
|
|||
'title' => '目录权限检测',
|
||||
'table' => '目录',
|
||||
'next' => '配置环境参数',
|
||||
'ask_permission' => '要求权限',
|
||||
],
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in New Issue