Merge branch '15.0' of https://gitlab.zcorp.cc/easycorp/zentaopms into 15.0
This commit is contained in:
@@ -0,0 +1,66 @@
|
||||
<?php
|
||||
/**
|
||||
* The automation module zh-cn file of ZenTaoPMS.
|
||||
*
|
||||
* @copyright Copyright 2009-2015 青岛易软天创网络科技有限公司(QingDao Nature Easy Soft Network Technology Co,LTD, www.cnezsoft.com)
|
||||
* @license ZPL (http://zpl.pub/page/zplv12.html)
|
||||
* @author Chunsheng Wang <chunsheng@cnezsoft.com>
|
||||
* @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';
|
||||
@@ -491,9 +491,11 @@
|
||||
<td class='pd-0'>
|
||||
<ul class='list-unstyled'>
|
||||
<?php
|
||||
$misc = isonlybody() ? "" : "class='iframe' data-width='80%'";
|
||||
|
||||
foreach($cases as $case)
|
||||
{
|
||||
echo "<li title='[C]$case->id $case->title'>" . html::a($this->createLink('testcase', 'view', "caseID=$case->id", '', true), "[C] #$case->id $case->title", '',"data-toggle='modal'") . '</li>';
|
||||
echo "<li title='[C]$case->id $case->title'>" . html::a($this->createLink('testcase', 'view', "caseID=$case->id", '', true), "[C] #$case->id $case->title", '', $misc) . '</li>';
|
||||
}
|
||||
?>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user