+ Add language for devops platform.

This commit is contained in:
caoyanyi
2023-10-25 08:59:13 +08:00
parent 8a1c74a165
commit 6cdafe7dff
4 changed files with 36 additions and 0 deletions
+9
View File
@@ -367,3 +367,12 @@ $lang->install->meshiot->desc = <<<EOD
<li>Battery Available: no changes required to any equipment on your site</li>
</ul>
EOD;
$lang->install->solution = new stdclass();
$lang->install->solution->skip = 'Skip';
$lang->install->solution->skipInstall = 'Skip';
$lang->install->solution->log = 'Log';
$lang->install->solution->title = 'DevOps platform application settings';
$lang->install->solution->progress = 'Installing of DevOps platform';
$lang->install->solution->desc = 'Welcome to the DevOps platform. We will install the following applications simultaneously when you install the platform to help you get started quickly!';
$lang->install->solution->overMemory = 'Insufficient memory prevents simultaneous installation. It is recommended to install applications manually after the platform is started.';
+9
View File
@@ -367,3 +367,12 @@ $lang->install->meshiot->desc = <<<EOD
<li>Battery Available: no changes required to any equipment on your site</li>
</ul>
EOD;
$lang->install->solution = new stdclass();
$lang->install->solution->skip = 'Skip';
$lang->install->solution->skipInstall = 'Skip';
$lang->install->solution->log = 'Log';
$lang->install->solution->title = 'DevOps platform application settings';
$lang->install->solution->progress = 'Installing of DevOps platform';
$lang->install->solution->desc = 'Welcome to the DevOps platform. We will install the following applications simultaneously when you install the platform to help you get started quickly!';
$lang->install->solution->overMemory = 'Insufficient memory prevents simultaneous installation. It is recommended to install applications manually after the platform is started.';
+9
View File
@@ -367,3 +367,12 @@ $lang->install->meshiot->desc = <<<EOD
<li>Battery Available: no changes required to any equipment on your site</li>
</ul>
EOD;
$lang->install->solution = new stdclass();
$lang->install->solution->skip = 'Skip';
$lang->install->solution->skipInstall = 'Skip';
$lang->install->solution->log = 'Log';
$lang->install->solution->title = 'DevOps platform application settings';
$lang->install->solution->progress = 'Installing of DevOps platform';
$lang->install->solution->desc = 'Welcome to the DevOps platform. We will install the following applications simultaneously when you install the platform to help you get started quickly!';
$lang->install->solution->overMemory = 'Insufficient memory prevents simultaneous installation. It is recommended to install applications manually after the platform is started.';
+9
View File
@@ -367,3 +367,12 @@ $lang->install->meshiot->desc = <<<EOD
<li>可配电池,对既有场地无任何要求</li>
</ul>
EOD;
$lang->install->solution = new stdclass();
$lang->install->solution->skip = '跳过';
$lang->install->solution->skipInstall = '暂不安装';
$lang->install->solution->log = '安装日志';
$lang->install->solution->title = 'DevOps平台应用设置';
$lang->install->solution->progress = 'DevOps平台应用安装';
$lang->install->solution->desc = '欢迎使用DevOps平台,我们将在您安装平台时同步安装以下应用,帮助您快速上手!';
$lang->install->solution->overMemory = '内存不足,无法同时安装,建议平台启动后手动安装应用。';