From 6cdafe7dfff2b64c73bb1ef7aa2ce86840993eb7 Mon Sep 17 00:00:00 2001 From: caoyanyi Date: Wed, 25 Oct 2023 08:55:36 +0800 Subject: [PATCH] + Add language for devops platform. --- module/install/lang/de.php | 9 +++++++++ module/install/lang/en.php | 9 +++++++++ module/install/lang/fr.php | 9 +++++++++ module/install/lang/zh-cn.php | 9 +++++++++ 4 files changed, 36 insertions(+) diff --git a/module/install/lang/de.php b/module/install/lang/de.php index 30c789cd4f..e6dfc3456f 100644 --- a/module/install/lang/de.php +++ b/module/install/lang/de.php @@ -367,3 +367,12 @@ $lang->install->meshiot->desc = <<Battery Available: no changes required to any equipment on your site 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.'; diff --git a/module/install/lang/en.php b/module/install/lang/en.php index 978f098536..f539ad5c07 100644 --- a/module/install/lang/en.php +++ b/module/install/lang/en.php @@ -367,3 +367,12 @@ $lang->install->meshiot->desc = <<Battery Available: no changes required to any equipment on your site 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.'; diff --git a/module/install/lang/fr.php b/module/install/lang/fr.php index 31b7a29d89..03e279a695 100644 --- a/module/install/lang/fr.php +++ b/module/install/lang/fr.php @@ -367,3 +367,12 @@ $lang->install->meshiot->desc = <<Battery Available: no changes required to any equipment on your site 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.'; diff --git a/module/install/lang/zh-cn.php b/module/install/lang/zh-cn.php index decc42d9b0..03eb0374a0 100644 --- a/module/install/lang/zh-cn.php +++ b/module/install/lang/zh-cn.php @@ -367,3 +367,12 @@ $lang->install->meshiot->desc = <<可配电池,对既有场地无任何要求 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 = '内存不足,无法同时安装,建议平台启动后手动安装应用。';