From 7a1c12647a5838a9f80d233302ab2226642e4b35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=B0=E6=B7=91=E6=9D=B0?= Date: Wed, 14 Dec 2022 14:25:22 +0800 Subject: [PATCH] * Finish task #79624. --- module/block/lang/de.php | 8 ++++++++ module/block/lang/en.php | 8 ++++++++ module/block/lang/fr.php | 8 ++++++++ module/block/view/guide.html.php | 16 ++++++++++------ 4 files changed, 34 insertions(+), 6 deletions(-) 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 @@