From 0942d6a4f70fc99430dce3646df6ab5496c470b4 Mon Sep 17 00:00:00 2001
From: hufangzhou <746775970@qq.com>
Date: Mon, 7 Jun 2021 12:26:28 +0800
Subject: [PATCH 1/2] * Adjust the code.
---
module/story/view/view.html.php | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/module/story/view/view.html.php b/module/story/view/view.html.php
index d9c11e42bc..689a8502e2 100644
--- a/module/story/view/view.html.php
+++ b/module/story/view/view.html.php
@@ -491,9 +491,11 @@
id $case->title'>" . html::a($this->createLink('testcase', 'view', "caseID=$case->id", '', true), "[C] #$case->id $case->title", '',"data-toggle='modal'") . '';
+ echo "- " . html::a($this->createLink('testcase', 'view', "caseID=$case->id", '', true), "[C] #$case->id $case->title", '', $misc) . '
';
}
?>
From a055980108072f03a6ac288c85c1793329d70156 Mon Sep 17 00:00:00 2001
From: holan20180123 <56391770@qq.com>
Date: Mon, 7 Jun 2021 13:27:51 +0800
Subject: [PATCH 2/2] * Add English language file for automation.
---
module/automation/lang/en.php | 66 +++++++++++++++++++++++++++++++++++
1 file changed, 66 insertions(+)
create mode 100644 module/automation/lang/en.php
diff --git a/module/automation/lang/en.php b/module/automation/lang/en.php
new file mode 100644
index 0000000000..9f68111386
--- /dev/null
+++ b/module/automation/lang/en.php
@@ -0,0 +1,66 @@
+
+ * @package automation
+ * @version $Id: zh-cn.php 4767 2013-05-05 06:10:13Z wwccss $
+ * @link http://www.zentao.net
+ */
+$lang->automation->common = 'Automated Testing';
+$lang->automation->browse = 'Home';
+
+$lang->automation->title = 'Test Automation Solutions';
+
+$lang->automation->ztfSite = 'ZTF Website';
+$lang->automation->ztfDownload = 'ZTF Download';
+$lang->automation->ztfManual = 'ZTF Manual';
+
+$lang->automation->ztfFeature1 = 'ZTF solves problems for you.';
+$lang->automation->ztfFeature2 = 'ZTF solves the following problems for you:';
+$lang->automation->ztfFeature3 = 'Management of use cases';
+$lang->automation->ztfFeature4 = 'Comparison of test results';
+$lang->automation->ztfFeature5 = 'Execution of test scripts';
+$lang->automation->ztfFeature6 = 'Bug reporting';
+
+$lang->automation->ztfFeature7 = 'ZTF is not depended on the environment';
+$lang->automation->ztfFeature8 = 'Written in Go';
+$lang->automation->ztfFeature9 = 'Deploy with no dependencies';
+$lang->automation->ztfFeature10 = 'Works on all platforms';
+$lang->automation->ztfFeature11 = 'Has only one executable';
+
+$lang->automation->ztfFeature12 = 'ZTF is for all automated testing types';
+$lang->automation->ztfFeature13 = 'Support for common development languages';
+$lang->automation->ztfFeature14 = 'Can be integrated with known testing frameworks';
+$lang->automation->ztfFeature15 = 'No specific script implementation requried';
+
+$lang->automation->ztfFeature16 = 'Export test cases to scripts in bulk';
+$lang->automation->ztfFeature17 = 'Submit execution results to ZenTao';
+$lang->automation->ztfFeature18 = 'Create bugs from execution results';
+$lang->automation->ztfFeature19 = 'Integrate ZenTao ALM';
+
+$lang->automation->zendataSite = 'ZenData Website';
+$lang->automation->zendataDownload = 'ZenData Download';
+$lang->automation->zendataManual = 'ZenData Manual';
+
+$lang->automation->zendata = 'A generic data generation tool';
+$lang->automation->zendataFeature1 = 'Easy to get started with no coding knowledge required';
+$lang->automation->zendataFeature2 = 'Customizable data format with no restrictions';
+$lang->automation->zendataFeature3 = 'Generate a million pieces of data with one click';
+
+$lang->automation->zendataFeature4 = 'Cross-platform and cross-language';
+$lang->automation->zendataFeature5 = 'Only one executable is required to run it';
+$lang->automation->zendataFeature6 = 'For Windows, Linux, and MacOS';
+$lang->automation->zendataFeature7 = 'For various languages';
+
+$lang->automation->zendataFeature8 = 'All kinds of black tricks';
+$lang->automation->zendataFeature9 = 'Interval, Step Size, Random, Repeat, and Reference';
+$lang->automation->zendataFeature10 = 'Specify a list of files to be queried in Excel';
+$lang->automation->zendataFeature11 = 'Parallel generation, recursive generation, and reverse parsing';
+
+$lang->automation->groupTips = 'Welcome to the automated testing QQ group';
+$lang->automation->groupTitle = 'Software testing group:';
+$lang->automation->qqGroup = '522506766';
+$lang->automation->groupDescription = 'Software testing community for software testers to share software testing tools and methods and improve software testing skills';
|