From 4f75876dc2e511c99b6ab237ff8cfbbb9ce0cdff Mon Sep 17 00:00:00 2001 From: liwenrui Date: Mon, 25 Sep 2023 10:13:24 +0800 Subject: [PATCH] * tweak features modal. --- module/misc/lang/de.php | 3 ++- module/misc/lang/en.php | 3 ++- module/misc/lang/fr.php | 3 ++- module/misc/lang/zh-cn.php | 7 ++++--- module/misc/view/features.html.php | 7 ++++--- 5 files changed, 14 insertions(+), 9 deletions(-) diff --git a/module/misc/lang/de.php b/module/misc/lang/de.php index cf5bb30c79..d3d028a88a 100644 --- a/module/misc/lang/de.php +++ b/module/misc/lang/de.php @@ -97,7 +97,8 @@ $lang->misc->feature->youngBlueImage = 'theme/default/images/main/new_theme_e $lang->misc->feature->visions = "Interface switching"; $lang->misc->feature->nextStep = 'Next step'; $lang->misc->feature->prevStep = 'Previous step'; -$lang->misc->feature->close = 'Learn More'; +$lang->misc->feature->close = 'Close'; +$lang->misc->feature->learnMore = 'Learn More'; $lang->misc->feature->downloadFile = 'Download introduction'; $lang->misc->feature->tutorialDesc = '

ZenTao 15.0 has new functions, and you know how to use it through the "Tutorial".

Click your [Avatar-Theme-Young Blue] to set it.

'; $lang->misc->feature->themeDesc = '

ZenTao 15.0+ a new "Youth Blue" theme, the pages are more beautiful and the experience is more friendly.

Click your [Avatar-Theme-Young Blue] to set it.

'; diff --git a/module/misc/lang/en.php b/module/misc/lang/en.php index 67c394c998..747f569ee7 100644 --- a/module/misc/lang/en.php +++ b/module/misc/lang/en.php @@ -97,7 +97,8 @@ $lang->misc->feature->youngBlueImage = 'theme/default/images/main/new_theme_e $lang->misc->feature->visions = "Interface switching"; $lang->misc->feature->nextStep = 'Next step'; $lang->misc->feature->prevStep = 'Previous step'; -$lang->misc->feature->close = 'Learn More'; +$lang->misc->feature->close = 'Close'; +$lang->misc->feature->learnMore = 'Learn More'; $lang->misc->feature->downloadFile = 'Download introduction'; $lang->misc->feature->tutorialDesc = '

ZenTao 15.0 has new functions, and you know how to use it through the "Tutorial".

Click your [Avatar-Theme-Young Blue] to set it.

'; $lang->misc->feature->themeDesc = '

ZenTao 15.0+ a new "Youth Blue" theme, the pages are more beautiful and the experience is more friendly.

Click your [Avatar-Theme-Young Blue] to set it.

'; diff --git a/module/misc/lang/fr.php b/module/misc/lang/fr.php index ccbf5cb02b..0a719dedf3 100644 --- a/module/misc/lang/fr.php +++ b/module/misc/lang/fr.php @@ -97,7 +97,8 @@ $lang->misc->feature->youngBlueImage = 'theme/default/images/main/new_theme_e $lang->misc->feature->visions = "Interface switching"; $lang->misc->feature->nextStep = 'Next step'; $lang->misc->feature->prevStep = 'Previous step'; -$lang->misc->feature->close = 'Learn More'; +$lang->misc->feature->close = 'Close'; +$lang->misc->feature->learnMore = 'Learn More'; $lang->misc->feature->downloadFile = 'Download introduction'; $lang->misc->feature->tutorialDesc = '

ZenTao 15.0 has new functions, and you know how to use it through the "Tutorial".

Click your [Avatar-Theme-Young Blue] to set it.

'; $lang->misc->feature->themeDesc = '

ZenTao 15.0+ a new "Youth Blue" theme, the pages are more beautiful and the experience is more friendly.

Click your [Avatar-Theme-Young Blue] to set it.

'; diff --git a/module/misc/lang/zh-cn.php b/module/misc/lang/zh-cn.php index 9e2b90e82c..db6d541528 100644 --- a/module/misc/lang/zh-cn.php +++ b/module/misc/lang/zh-cn.php @@ -95,9 +95,10 @@ $lang->misc->feature->tutorialImage = 'theme/default/images/main/tutorial.pn $lang->misc->feature->youngBlueTheme = '全新青春蓝主题'; $lang->misc->feature->youngBlueImage = 'theme/default/images/main/new_theme.png'; $lang->misc->feature->visions = "不同场景界面切换"; -$lang->misc->feature->nextStep = '下一步'; -$lang->misc->feature->prevStep = '上一步'; -$lang->misc->feature->close = '了解更多'; +$lang->misc->feature->nextStep = '下一页'; +$lang->misc->feature->prevStep = '上一页'; +$lang->misc->feature->close = '开始体验'; +$lang->misc->feature->learnMore = '了解更多'; $lang->misc->feature->downloadFile = '下载新版本功能介绍文档'; $lang->misc->feature->tutorialDesc = "

禅道15系列新增了多项功能,您可以通过“新手引导教程”快速了解禅道的基本使用方法。

通过鼠标经过 [头像-新手引导],点击新手引导,即可进入新手引导教程。

"; $lang->misc->feature->themeDesc = "

禅道15系列上线了全新的“青春蓝”主题,页面呈现更加美观,体验更加友好。

通过鼠标经过 [头像-主题-青春蓝],点击青春蓝,即可设置成功。

"; diff --git a/module/misc/view/features.html.php b/module/misc/view/features.html.php index c6337d7088..9e901b19c9 100644 --- a/module/misc/view/features.html.php +++ b/module/misc/view/features.html.php @@ -31,10 +31,11 @@ -