From 207ce67cd11423ed60583a754d15aee022242d8a Mon Sep 17 00:00:00 2001 From: caoyanyi Date: Thu, 15 Dec 2022 14:16:25 +0800 Subject: [PATCH] * Code for task #79629. --- module/block/lang/de.php | 3 ++ module/block/lang/en.php | 3 ++ module/block/lang/fr.php | 3 ++ module/block/lang/zh-cn.php | 3 ++ module/block/view/guide.html.php | 26 ++++++++++++++++-- .../default/images/guide/app_execution.png | Bin 0 -> 29517 bytes www/theme/default/images/guide/app_index.png | Bin 0 -> 45604 bytes .../default/images/guide/app_statistic.png | Bin 0 -> 39348 bytes 8 files changed, 36 insertions(+), 2 deletions(-) create mode 100644 www/theme/default/images/guide/app_execution.png create mode 100644 www/theme/default/images/guide/app_index.png create mode 100644 www/theme/default/images/guide/app_statistic.png diff --git a/module/block/lang/de.php b/module/block/lang/de.php index 5efef7071f..8dd39612dc 100644 --- a/module/block/lang/de.php +++ b/module/block/lang/de.php @@ -573,6 +573,7 @@ $lang->block->flowchart['dev'] = array('Entwickler', 'Aufgabe/Bugs anfordern $lang->block->flowchart['tester'] = array('QS Team', 'Fälle erstellen', 'Fälle ausführen', 'Bug Berichte', 'Bugs überprüfen', 'Bugs schließen'); $lang->block->zentaoapp = new stdclass(); +$lang->block->zentaoapp->commom = 'Zentao App'; $lang->block->zentaoapp->thisYearInvestment = 'Investment The Year'; $lang->block->zentaoapp->sinceTotalInvestment = 'Total Investment'; $lang->block->zentaoapp->myStory = 'My Story'; @@ -592,6 +593,8 @@ $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->zentaoapp->desc = 'ZenTao mobile app provides you with a mobile work environment, which is convenient for managing personal to-do tasks at any time, tracking project progress, and enhancing the flexibility and agility of project management.'; +$lang->block->zentaoapp->downloadTip = 'Scan QR code to download'; $lang->block->guideTabs['flowchart'] = 'Flowchart'; $lang->block->guideTabs['systemMode'] = 'Operating Modes'; diff --git a/module/block/lang/en.php b/module/block/lang/en.php index 0e77cf0382..9e9d1620f2 100644 --- a/module/block/lang/en.php +++ b/module/block/lang/en.php @@ -573,6 +573,7 @@ $lang->block->flowchart['dev'] = array('Dev Team', 'Claim Tasks/Bugs', 'Desi $lang->block->flowchart['tester'] = array('Test Team', 'Write Cases', 'Run Cases', 'Report Bugs', 'Verify Bugs', 'Close Bugs'); $lang->block->zentaoapp = new stdclass(); +$lang->block->zentaoapp->commom = 'Zentao App'; $lang->block->zentaoapp->thisYearInvestment = 'Investment The Year'; $lang->block->zentaoapp->sinceTotalInvestment = 'Total Investment'; $lang->block->zentaoapp->myStory = 'My Story'; @@ -592,6 +593,8 @@ $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->zentaoapp->desc = 'ZenTao mobile app provides you with a mobile work environment, which is convenient for managing personal to-do tasks at any time, tracking project progress, and enhancing the flexibility and agility of project management.'; +$lang->block->zentaoapp->downloadTip = 'Scan QR code to download'; $lang->block->guideTabs['flowchart'] = 'Flowchart'; $lang->block->guideTabs['systemMode'] = 'Operating Modes'; diff --git a/module/block/lang/fr.php b/module/block/lang/fr.php index 3f0414f756..09d270e906 100644 --- a/module/block/lang/fr.php +++ b/module/block/lang/fr.php @@ -573,6 +573,7 @@ $lang->block->flowchart['dev'] = array('Développeurs', 'Réclament Tâches/ $lang->block->flowchart['tester'] = array('Testeurs', 'Rédigent CasTests', 'Jouent CasTests', 'Détectent Bugs', 'Vérifient Corrections', 'Ferment Bugs'); $lang->block->zentaoapp = new stdclass(); +$lang->block->zentaoapp->commom = 'Zentao App'; $lang->block->zentaoapp->thisYearInvestment = 'Investment The Year'; $lang->block->zentaoapp->sinceTotalInvestment = 'Total Investment'; $lang->block->zentaoapp->myStory = 'My Story'; @@ -592,6 +593,8 @@ $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->zentaoapp->desc = 'ZenTao mobile app provides you with a mobile work environment, which is convenient for managing personal to-do tasks at any time, tracking project progress, and enhancing the flexibility and agility of project management.'; +$lang->block->zentaoapp->downloadTip = 'Scan QR code to download'; $lang->block->guideTabs['flowchart'] = 'Flowchart'; $lang->block->guideTabs['systemMode'] = 'Operating Modes'; diff --git a/module/block/lang/zh-cn.php b/module/block/lang/zh-cn.php index 280110e360..f0a0e72dfe 100644 --- a/module/block/lang/zh-cn.php +++ b/module/block/lang/zh-cn.php @@ -573,6 +573,7 @@ $lang->block->flowchart['dev'] = array('研发人员', '领取任务和Bug', $lang->block->flowchart['tester'] = array('测试人员', '撰写用例', '执行用例', '提交Bug', '验证Bug', '关闭Bug'); $lang->block->zentaoapp = new stdclass(); +$lang->block->zentaoapp->commom = '禅道移动端'; $lang->block->zentaoapp->thisYearInvestment = '今年投入'; $lang->block->zentaoapp->sinceTotalInvestment = '从使用至今,总投入'; $lang->block->zentaoapp->myStory = '我的需求'; @@ -592,6 +593,8 @@ $lang->block->zentaoapp->notSupportKanban = '移动端暂不支持研发看 $lang->block->zentaoapp->notSupportVersion = '移动端暂不支持该禅道版本'; $lang->block->zentaoapp->incompatibleVersion = '当前禅道版本较低,请升级至最新版本后再试'; $lang->block->zentaoapp->canNotGetVersion = '获取禅道版本失败,请确认网址是否正确'; +$lang->block->zentaoapp->desc = '禅道移动端为您提供移动办公的环境,方便随时管理个人待办事务,跟进项目进度,增强了项目管理的灵活性和敏捷性。'; +$lang->block->zentaoapp->downloadTip = '扫描二维码下载'; $lang->block->guideTabs['flowchart'] = '流程图'; $lang->block->guideTabs['systemMode'] = '运行模式'; diff --git a/module/block/view/guide.html.php b/module/block/view/guide.html.php index 9ed8135f53..0f85b0d3c5 100644 --- a/module/block/view/guide.html.php +++ b/module/block/view/guide.html.php @@ -1,5 +1,5 @@