diff --git a/module/block/lang/de.php b/module/block/lang/de.php
index 7aef635d59..fc3c327b2f 100644
--- a/module/block/lang/de.php
+++ b/module/block/lang/de.php
@@ -592,3 +592,11 @@ $lang->block->zentaoapp->notSupportKanban = 'The mobile terminal does not su
$lang->block->zentaoapp->notSupportVersion = 'This version of ZenTao is not currently supported on the mobile terminal';
$lang->block->zentaoapp->incompatibleVersion = 'The current version of ZenTao is lower, please upgrade to the latest version and try again';
$lang->block->zentaoapp->canNotGetVersion = 'Failed to get ZenTao version, please confirm if the URL is correct';
+
+$lang->block->guideTabs['flowchart'] = 'Flowchart';
+$lang->block->guideTabs['systemMode'] = 'Operating Modes';
+$lang->block->guideTabs['visionSwitch'] = 'Interface Switch';
+$lang->block->guideTabs['themeSwitch'] = 'Theme Switch';
+$lang->block->guideTabs['preference'] = 'Personalized setting';
+$lang->block->guideTabs['downloadClient'] = 'Desktop Client download';
+$lang->block->guideTabs['downloadMoblie'] = 'Mobile Apps download';
diff --git a/module/block/lang/en.php b/module/block/lang/en.php
index 5524c12f10..959e2f4ad0 100644
--- a/module/block/lang/en.php
+++ b/module/block/lang/en.php
@@ -592,3 +592,11 @@ $lang->block->zentaoapp->notSupportKanban = 'The mobile terminal does not su
$lang->block->zentaoapp->notSupportVersion = 'This version of ZenTao is not currently supported on the mobile terminal';
$lang->block->zentaoapp->incompatibleVersion = 'The current version of ZenTao is lower, please upgrade to the latest version and try again';
$lang->block->zentaoapp->canNotGetVersion = 'Failed to get ZenTao version, please confirm if the URL is correct';
+
+$lang->block->guideTabs['flowchart'] = 'Flowchart';
+$lang->block->guideTabs['systemMode'] = 'Operating Modes';
+$lang->block->guideTabs['visionSwitch'] = 'Interface Switch';
+$lang->block->guideTabs['themeSwitch'] = 'Theme Switch';
+$lang->block->guideTabs['preference'] = 'Personalized setting';
+$lang->block->guideTabs['downloadClient'] = 'Desktop Client download';
+$lang->block->guideTabs['downloadMoblie'] = 'Mobile Apps download';
diff --git a/module/block/lang/fr.php b/module/block/lang/fr.php
index fd592b8a00..0ce147dc0d 100644
--- a/module/block/lang/fr.php
+++ b/module/block/lang/fr.php
@@ -592,3 +592,11 @@ $lang->block->zentaoapp->notSupportKanban = 'The mobile terminal does not su
$lang->block->zentaoapp->notSupportVersion = 'This version of ZenTao is not currently supported on the mobile terminal';
$lang->block->zentaoapp->incompatibleVersion = 'The current version of ZenTao is lower, please upgrade to the latest version and try again';
$lang->block->zentaoapp->canNotGetVersion = 'Failed to get ZenTao version, please confirm if the URL is correct';
+
+$lang->block->guideTabs['flowchart'] = 'Flowchart';
+$lang->block->guideTabs['systemMode'] = 'Operating Modes';
+$lang->block->guideTabs['visionSwitch'] = 'Interface Switch';
+$lang->block->guideTabs['themeSwitch'] = 'Theme Switch';
+$lang->block->guideTabs['preference'] = 'Personalized setting';
+$lang->block->guideTabs['downloadClient'] = 'Desktop Client download';
+$lang->block->guideTabs['downloadMoblie'] = 'Mobile Apps download';
diff --git a/module/block/view/guide.html.php b/module/block/view/guide.html.php
index b159033f17..e01386e9fc 100644
--- a/module/block/view/guide.html.php
+++ b/module/block/view/guide.html.php
@@ -1,17 +1,21 @@