* Finish task #36373.

This commit is contained in:
tianshujie98
2021-03-03 11:02:05 +08:00
parent 6579cf7459
commit 8601b6e336
6 changed files with 138 additions and 44 deletions
+29 -9
View File
@@ -9,14 +9,15 @@
* @version $Id: en.php 5119 2013-07-12 08:06:42Z wyd621@gmail.com $
* @link http://www.zentao.net
*/
$lang->upgrade->common = 'Upgrade';
$lang->upgrade->result = 'Ergebnis';
$lang->upgrade->fail = 'Fehlgeschlagen';
$lang->upgrade->successTip = 'Successed';
$lang->upgrade->success = 'Erfolgreich';
$lang->upgrade->tohome = 'Home';
$lang->upgrade->license = 'Zentao PMS nutzt jetzt Z PUBLIC LICENSE(ZPL) 1.2.';
$lang->upgrade->warnning = 'Warnung!';
$lang->upgrade->common = 'Upgrade';
$lang->upgrade->start = 'Start';
$lang->upgrade->result = 'Ergebnis';
$lang->upgrade->fail = 'Fehlgeschlagen';
$lang->upgrade->successTip = 'Successed';
$lang->upgrade->success = 'Erfolgreich';
$lang->upgrade->tohome = 'Home';
$lang->upgrade->license = 'Zentao PMS nutzt jetzt Z PUBLIC LICENSE(ZPL) 1.2.';
$lang->upgrade->warnning = 'Warnung!';
$lang->upgrade->checkExtension = 'Erweiterung prüfen';
$lang->upgrade->consistency = 'Check Consistency';
$lang->upgrade->warnningContent = <<<EOT
@@ -50,7 +51,26 @@ $lang->upgrade->noticeSQL = 'Your database is inconsistent with the standard
$lang->upgrade->afterDeleted = 'File is not deleted. Please refresh after you delete it.';
$lang->upgrade->mergeProgram = 'Data Merge';
$lang->upgrade->mergeTips = 'Data Migration Tips';
$lang->upgrade->to20Demo = 'View version 20 of the demo';
$lang->upgrade->to15Guide = 'ZenTao open source version 15.0.beta1 upgrade';
$lang->upgrade->to15Desc = <<<EOD
<p>Dear users, ZenTao has made adjustments to navigation and concepts since version 15. The main changes are as follows:</p>
<ol>
<p><li>Added the concept of program. A program set can include multiple products and multiple projects.</li></p>
<p><li>Subdivided the concept of project and iteration, a project can contain multiple iterations.</li></p>
<p><li>The navigation adds a left menu and supports multi-page operations.</li></p>
</ol>
<br/>
<p>You can experience the latest version of the function online to decide whether to enable the mode: <a class='text-info' href='http://zentaomax.demo.zentao.net' target='_blank'>Demo</a></p>
</br>
<p><strong>How do you plan to use the new version of ZenTao?</strong></p>
EOD;
$lang->upgrade->to15Mode['classic'] = 'Keep the old version';
$lang->upgrade->to15Mode['new'] = 'New program management mode';
$lang->upgrade->selectedModeTips['classic'] = 'You can also switch to the new program set management mode in the background-Customize in the future.';
$lang->upgrade->selectedModeTips['new'] = 'Switching to the program management mode requires merging the previous data, and the system will guide you to complete this operation.';
$lang->upgrade->demoURL = 'http://zentao20.demo.zentao.net';
$lang->upgrade->videoURL = 'https://qc.zentao.net/zentao20.mp4';
$lang->upgrade->to20Tips = 'Zentao 20 upgrade tips';
+30 -9
View File
@@ -9,14 +9,15 @@
* @version $Id: en.php 5119 2013-07-12 08:06:42Z wyd621@gmail.com $
* @link http://www.zentao.net
*/
$lang->upgrade->common = 'Update';
$lang->upgrade->result = 'Result';
$lang->upgrade->fail = 'Failed';
$lang->upgrade->successTip = 'Successed';
$lang->upgrade->success = "<p><i class='icon icon-check-circle'></i></p><p>Congratulations!</p><p>Your ZenTao is updated.</p>";
$lang->upgrade->tohome = 'Visit ZenTao';
$lang->upgrade->license = 'ZenTao is under Z PUBLIC LICENSE(ZPL) 1.2.';
$lang->upgrade->warnning = 'Warning!';
$lang->upgrade->common = 'Update';
$lang->upgrade->start = 'Start';
$lang->upgrade->result = 'Result';
$lang->upgrade->fail = 'Failed';
$lang->upgrade->successTip = 'Successed';
$lang->upgrade->success = "<p><i class='icon icon-check-circle'></i></p><p>Congratulations!</p><p>Your ZenTao is updated.</p>";
$lang->upgrade->tohome = 'Visit ZenTao';
$lang->upgrade->license = 'ZenTao is under Z PUBLIC LICENSE(ZPL) 1.2.';
$lang->upgrade->warnning = 'Warning!';
$lang->upgrade->checkExtension = 'Check Extensions';
$lang->upgrade->consistency = 'Check Consistency';
$lang->upgrade->warnningContent = <<<EOT
@@ -37,6 +38,7 @@ $lang->upgrade->setStatusFile = '<h4>Please complete the following actions<
<li>Or delete "<strong style="color:#ed980f">%s</strong>" and create <strong style="color:#ed980f">ok.txt</strong> and leave it blank.</li>
</ul>
<p><strong style="color:red">I have read and done as instructed above. <a href="upgrade.php">Continue upgrading.</a></strong></p>';
$lang->upgrade->selectVersion = 'Version';
$lang->upgrade->continue = 'Continue';
$lang->upgrade->noteVersion = "Select the compatible version, or it might cause data loss.";
@@ -50,7 +52,26 @@ $lang->upgrade->noticeSQL = 'Your database is inconsistent with the standard
$lang->upgrade->afterDeleted = 'File is not deleted. Please refresh after you delete it.';
$lang->upgrade->mergeProgram = 'Data Merge';
$lang->upgrade->mergeTips = 'Data Migration Tips';
$lang->upgrade->to20Demo = 'View version 20 of the demo';
$lang->upgrade->to15Guide = 'ZenTao open source version 15.0.beta1 upgrade';
$lang->upgrade->to15Desc = <<<EOD
<p>Dear users, ZenTao has made adjustments to navigation and concepts since version 15. The main changes are as follows:</p>
<ol>
<p><li>Added the concept of program. A program set can include multiple products and multiple projects.</li></p>
<p><li>Subdivided the concept of project and iteration, a project can contain multiple iterations.</li></p>
<p><li>The navigation adds a left menu and supports multi-page operations.</li></p>
</ol>
<br/>
<p>You can experience the latest version of the function online to decide whether to enable the mode: <a class='text-info' href='http://zentaomax.demo.zentao.net' target='_blank'>Demo</a></p>
</br>
<p><strong>How do you plan to use the new version of ZenTao?</strong></p>
EOD;
$lang->upgrade->to15Mode['classic'] = 'Keep the old version';
$lang->upgrade->to15Mode['new'] = 'New program management mode';
$lang->upgrade->selectedModeTips['classic'] = 'You can also switch to the new program set management mode in the background-Customize in the future.';
$lang->upgrade->selectedModeTips['new'] = 'Switching to the program management mode requires merging the previous data, and the system will guide you to complete this operation.';
$lang->upgrade->demoURL = 'http://zentao20.demo.zentao.net';
$lang->upgrade->videoURL = 'https://qc.zentao.net/zentao20.mp4';
$lang->upgrade->to20Tips = 'Zentao 20 upgrade tips';
+30 -9
View File
@@ -9,14 +9,15 @@
* @version $Id: en.php 5119 2013-07-12 08:06:42Z wyd621@gmail.com $
* @link https://www.zentao.pm
*/
$lang->upgrade->common = 'Mise à jour';
$lang->upgrade->result = 'Résultat';
$lang->upgrade->fail = 'Echec';
$lang->upgrade->successTip = 'Mise à jour effectuée';
$lang->upgrade->success = 'Mise à jour effectuée';
$lang->upgrade->tohome = 'Visitez ZenTao';
$lang->upgrade->license = 'ZenTao est sous Z PUBLIC LICENSE(ZPL) 1.2.';
$lang->upgrade->warnning = 'Attention!';
$lang->upgrade->common = 'Mise à jour';
$lang->upgrade->start = 'Start';
$lang->upgrade->result = 'Résultat';
$lang->upgrade->fail = 'Echec';
$lang->upgrade->successTip = 'Mise à jour effectuée';
$lang->upgrade->success = 'Mise à jour effectuée';
$lang->upgrade->tohome = 'Visitez ZenTao';
$lang->upgrade->license = 'ZenTao est sous Z PUBLIC LICENSE(ZPL) 1.2.';
$lang->upgrade->warnning = 'Attention!';
$lang->upgrade->checkExtension = 'Vérifiez Extensions';
$lang->upgrade->consistency = 'Vérifiez Consistence';
$lang->upgrade->warnningContent = <<<EOT
@@ -37,6 +38,7 @@ $lang->upgrade->setStatusFile = '<h4>Accomplissez les actions suivantes</h4
<li>Ou supprimez "<strong style="color:#ed980f">%s</strong>" et créez <strong style="color:#ed980f">ok.txt</strong> et laissez ce fichier vide.</li>
</ul>
<p><strong style="color:red">Vous avez lu et accompli toutes les actions précédentes. <a href="upgrade.php">Continuez la mise à jour.</a></strong></p>';
$lang->upgrade->selectVersion = 'Version';
$lang->upgrade->continue = 'Continuer';
$lang->upgrade->noteVersion = "Sélectionnez une version compatible où vous pourriez perdre des données.";
@@ -50,7 +52,26 @@ $lang->upgrade->noticeSQL = 'Votre base de donnée est inconsistente avec le
$lang->upgrade->afterDeleted = "Le fichier n'est pas supprimé. Recommencez après l'avoir supprimé.";
$lang->upgrade->mergeProgram = 'Data Merge';
$lang->upgrade->mergeTips = 'Data Migration Tips';
$lang->upgrade->to20Demo = 'View version 20 of the demo';
$lang->upgrade->to15Guide = 'ZenTao open source version 15.0.beta1 upgrade';
$lang->upgrade->to15Desc = <<<EOD
<p>Dear users, ZenTao has made adjustments to navigation and concepts since version 15. The main changes are as follows:</p>
<ol>
<p><li>Added the concept of program. A program set can include multiple products and multiple projects.</li></p>
<p><li>Subdivided the concept of project and iteration, a project can contain multiple iterations.</li></p>
<p><li>The navigation adds a left menu and supports multi-page operations.</li></p>
</ol>
<br/>
<p>You can experience the latest version of the function online to decide whether to enable the mode: <a class='text-info' href='http://zentaomax.demo.zentao.net' target='_blank'>Demo</a></p>
</br>
<p><strong>How do you plan to use the new version of ZenTao?</strong></p>
EOD;
$lang->upgrade->to15Mode['classic'] = 'Keep the old version';
$lang->upgrade->to15Mode['new'] = 'New program management mode';
$lang->upgrade->selectedModeTips['classic'] = 'You can also switch to the new program set management mode in the background-Customize in the future.';
$lang->upgrade->selectedModeTips['new'] = 'Switching to the program management mode requires merging the previous data, and the system will guide you to complete this operation.';
$lang->upgrade->demoURL = 'http://zentao20.demo.zentao.net';
$lang->upgrade->videoURL = 'https://qc.zentao.net/zentao20.mp4';
$lang->upgrade->to20Tips = 'Zentao 20 upgrade tips';
+22 -1
View File
@@ -10,6 +10,7 @@
* @link http://www.zentao.net
*/
$lang->upgrade->common = 'Cập nhật';
$lang->upgrade->start = 'Start';
$lang->upgrade->result = 'Kết quả';
$lang->upgrade->fail = 'Thất bại';
$lang->upgrade->successTip = 'Erfolgreich';
@@ -37,6 +38,7 @@ $lang->upgrade->setStatusFile = '<h4>Please complete the following actions<
<li>Or xóa "<strong style="color:#ed980f">%s</strong>" and create <strong style="color:#ed980f">ok.txt</strong> and leave it blank.</li>
</ul>
<p><strong style="color:red">I have read and done as instructed above. <a href="upgrade.php">Continue upgrading.</a></strong></p>';
$lang->upgrade->selectVersion = 'Phiên bản';
$lang->upgrade->continue = 'Tiếp tục';
$lang->upgrade->noteVersion = "Chọn the compatible version, or it might cause data loss.";
@@ -50,7 +52,26 @@ $lang->upgrade->noticeSQL = 'Your database is inconsistent with the standard
$lang->upgrade->afterDeleted = 'File không là deleted. Vui lòng refresh after you xóa it.';
$lang->upgrade->mergeProgram = 'Data Merge';
$lang->upgrade->mergeTips = 'Data Migration Tips';
$lang->upgrade->to20Demo = 'View version 20 of the demo';
$lang->upgrade->to15Guide = 'ZenTao open source version 15.0.beta1 upgrade';
$lang->upgrade->to15Desc = <<<EOD
<p>Dear users, ZenTao has made adjustments to navigation and concepts since version 15. The main changes are as follows:</p>
<ol>
<p><li>Added the concept of program. A program set can include multiple products and multiple projects.</li></p>
<p><li>Subdivided the concept of project and iteration, a project can contain multiple iterations.</li></p>
<p><li>The navigation adds a left menu and supports multi-page operations.</li></p>
</ol>
<br/>
<p>You can experience the latest version of the function online to decide whether to enable the mode: <a class='text-info' href='http://zentaomax.demo.zentao.net' target='_blank'>Demo</a></p>
</br>
<p><strong>How do you plan to use the new version of ZenTao?</strong></p>
EOD;
$lang->upgrade->to15Mode['classic'] = 'Keep the old version';
$lang->upgrade->to15Mode['new'] = 'New program management mode';
$lang->upgrade->selectedModeTips['classic'] = 'You can also switch to the new program set management mode in the background-Customize in the future.';
$lang->upgrade->selectedModeTips['new'] = 'Switching to the program management mode requires merging the previous data, and the system will guide you to complete this operation.';
$lang->upgrade->demoURL = 'http://zentao20.demo.zentao.net';
$lang->upgrade->videoURL = 'https://qc.zentao.net/zentao20.mp4';
$lang->upgrade->to20Tips = 'Zentao 20 upgrade tips';
+20 -14
View File
@@ -9,14 +9,15 @@
* @version $Id: zh-cn.php 5119 2013-07-12 08:06:42Z wyd621@gmail.com $
* @link http://www.zentao.net
*/
$lang->upgrade->common = '升级';
$lang->upgrade->result = '升级结果';
$lang->upgrade->fail = '升级失败';
$lang->upgrade->successTip = '升级成功';
$lang->upgrade->success = "<p><i class='icon icon-check-circle'></i></p><p>恭喜您!</p><p>您的禅道已经成功升级。</p>";
$lang->upgrade->tohome = '访问禅道';
$lang->upgrade->license = '禅道项目管理软件已更换授权协议至 Z PUBLIC LICENSE(ZPL) 1.2';
$lang->upgrade->warnning = '警告';
$lang->upgrade->common = '升级';
$lang->upgrade->start = '开始';
$lang->upgrade->result = '升级结果';
$lang->upgrade->fail = '升级失败';
$lang->upgrade->successTip = '升级成功';
$lang->upgrade->success = "<p><i class='icon icon-check-circle'></i></p><p>恭喜您!</p><p>您的禅道已经成功升级。</p>";
$lang->upgrade->tohome = '访问禅道';
$lang->upgrade->license = '禅道项目管理软件已更换授权协议至 Z PUBLIC LICENSE(ZPL) 1.2';
$lang->upgrade->warnning = '警告';
$lang->upgrade->checkExtension = '检查插件';
$lang->upgrade->consistency = '一致性检查';
$lang->upgrade->warnningContent = <<<EOT
@@ -29,6 +30,7 @@ $lang->upgrade->warnningContent = <<<EOT
比如: mysqldump -u root -p zentao >zentao.bak
</pre>
EOT;
$lang->upgrade->createFileWinCMD = '打开命令行,执行<strong style="color:#ed980f">echo > %s</strong>';
$lang->upgrade->createFileLinuxCMD = '在命令行执行: <strong style="color:#ed980f">touch %s</strong>';
$lang->upgrade->setStatusFile = '<h4>升级之前请先完成下面的操作:</h4>
@@ -37,6 +39,7 @@ $lang->upgrade->setStatusFile = '<h4>升级之前请先完成下面的操
<li>或者删掉"<strong style="color:#ed980f">%s</strong>" 这个文件 ,重新创建一个<strong style="color:#ed980f">ok.txt</strong>文件,不需要内容。</li>
</ul>
<p><strong style="color:red">我已经仔细阅读上面提示且完成上述工作,<a href="#" onclick="location.reload()">继续更新</a></strong></p>';
$lang->upgrade->selectVersion = '选择版本';
$lang->upgrade->continue = '继续';
$lang->upgrade->noteVersion = "务必选择正确的版本,否则会造成数据丢失。";
@@ -50,17 +53,20 @@ $lang->upgrade->noticeSQL = '检查到你的数据库跟标准不一致,
$lang->upgrade->afterDeleted = '以上文件未能删除, 删除后刷新!';
$lang->upgrade->mergeProgram = '数据迁移';
$lang->upgrade->mergeTips = '数据迁移提示';
$lang->upgrade->to15Guide = '升级15版本引导';
$lang->upgrade->to15Guide = '禅道开源版15.0.beta1升级';
$lang->upgrade->to15Desc = <<<EOD
<p>尊敬的用户,禅道从15版本开始对导航和概念做了调整,主要改动如下:</p>
<ol>
<li>增加了项目集概念。一个项目集可以包括多个产品和多个项目。</li>
<li>细分了项目和迭代概念,一个项目可以包含多个迭代。</li>
<li>导航增加了左侧菜单并支持多页面操作。</li>
<p><li>增加了项目集概念。一个项目集可以包括多个产品和多个项目。</li></p>
<p><li>细分了项目和迭代概念,一个项目可以包含多个迭代。</li></p>
<p><li>导航增加了左侧菜单并支持多页面操作。</li></p>
</ol>
<p>您可以在线体验最新版本的功能以决定是否启用的模式:<a href='http://zentaomax.demo.zentao.net' target='_blank'>演示链接</a>。</p>
<p>请问您计划如何使用禅道的新版本呢?</p>
<br/>
<p>您可以在线体验最新版本的功能,以决定是否启用的模式:<a class='text-info' href='http://zentaomax.demo.zentao.net' target='_blank'>演示demo</a></p>
</br>
<p><strong>请问您计划如何使用禅道的新版本呢?</strong></p>
EOD;
$lang->upgrade->mergeProgramDesc = <<<EOD
<p>接下来我们会把之前历史产品和迭代数据迁移到项目集和项目下,迁移的方案如下:</p><br />
<h4>方案一:以产品线组织的产品和迭代 </h4>
+7 -2
View File
@@ -12,17 +12,22 @@
?>
<?php include '../../common/view/header.lite.html.php';?>
<div class='container'>
<div class='panel' style='padding:20px;'>
<div class='panel' style='padding:50px; margin:50px 300px;'>
<form method='post'>
<div class='panel-title text-center'><?php echo $lang->upgrade->to15Guide;?></div>
<div class='panel-body'>
<div style='width:600px; margin: auto;'>
<?php echo $lang->upgrade->to15Desc;?>
<?php echo html::radio('mode', $lang->upgrade->to15Mode, 'classic');?>
<p> </p>
<div id='selectedModeTips' class='text-info'><?php echo $lang->upgrade->selectedModeTips['classic'];?></div>
</div>
</div>
<div class='panel-footer text-center'><?php echo html::submitButton();?></div>
<hr/>
<div class='panel-footer text-center'>
<?php echo html::submitButton($lang->upgrade->start . $lang->upgrade->common);?>
<?php echo html::backButton();?>
</div>
</form>
</div>
</div>