* Lang update.
This commit is contained in:
@@ -77,7 +77,7 @@ $lang->action->objectTypes['stepresult'] = 'Case Steps';
|
||||
$lang->action->objectTypes['testtask'] = 'Test Build';
|
||||
$lang->action->objectTypes['user'] = 'User';
|
||||
$lang->action->objectTypes['doc'] = 'Doc';
|
||||
$lang->action->objectTypes['doclib'] = 'Doc Library';
|
||||
$lang->action->objectTypes['doclib'] = 'Document Library';
|
||||
$lang->action->objectTypes['todo'] = 'Todo';
|
||||
$lang->action->objectTypes['branch'] = 'Branch';
|
||||
$lang->action->objectTypes['module'] = 'Module';
|
||||
@@ -389,7 +389,7 @@ $lang->action->search->objectTypeList['caseresult'] = 'Case Results';
|
||||
$lang->action->search->objectTypeList['stepresult'] = 'Case Steps';
|
||||
$lang->action->search->objectTypeList['story'] = 'Story';
|
||||
$lang->action->search->objectTypeList['task'] = 'Task';
|
||||
$lang->action->search->objectTypeList['testtask'] = 'Test';
|
||||
$lang->action->search->objectTypeList['testtask'] = 'Request';
|
||||
$lang->action->search->objectTypeList['user'] = 'User';
|
||||
$lang->action->search->objectTypeList['doc'] = 'Doc';
|
||||
$lang->action->search->objectTypeList['doclib'] = 'Doc Lib';
|
||||
|
||||
@@ -34,7 +34,7 @@ $lang->block->dynamic = 'Dynamics';
|
||||
$lang->block->assignToMe = 'AssignedToMe';
|
||||
$lang->block->lblFlowchart = 'Flowchart';
|
||||
$lang->block->welcome = 'Welcome';
|
||||
$lang->block->lblTesttask = 'Testing Detail';
|
||||
$lang->block->lblTesttask = 'Request Detail';
|
||||
|
||||
$lang->block->leftToday = 'Remaining Work';
|
||||
$lang->block->myTask = 'My Tasks';
|
||||
@@ -243,7 +243,7 @@ $lang->block->availableBlocks->project = $lang->projectCommon . 'List';
|
||||
$lang->block->availableBlocks->plan = 'Plans';
|
||||
$lang->block->availableBlocks->release = 'Releases';
|
||||
$lang->block->availableBlocks->build = 'Builds';
|
||||
$lang->block->availableBlocks->testtask = 'Tests';
|
||||
$lang->block->availableBlocks->testtask = 'Requests';
|
||||
|
||||
$lang->block->moduleList['product'] = $lang->productCommon;
|
||||
$lang->block->moduleList['project'] = $lang->projectCommon;
|
||||
|
||||
+21
-21
@@ -36,10 +36,10 @@ $lang->bug->activatedDate = 'Active';
|
||||
$lang->bug->confirmed = 'Confirmed';
|
||||
$lang->bug->toTask = 'Convert to Task';
|
||||
$lang->bug->toStory = 'Convert to Story';
|
||||
$lang->bug->mailto = 'Mail To';
|
||||
$lang->bug->openedBy = 'CreatedBy';
|
||||
$lang->bug->openedDate = 'Created';
|
||||
$lang->bug->openedDateAB = 'Created';
|
||||
$lang->bug->mailto = 'Mailto';
|
||||
$lang->bug->openedBy = 'ReportedBy';
|
||||
$lang->bug->openedDate = 'Reported';
|
||||
$lang->bug->openedDateAB = 'Reported';
|
||||
$lang->bug->openedBuild = 'Open Build';
|
||||
$lang->bug->assignedTo = 'To';
|
||||
$lang->bug->assignBug = 'AssignedTo';
|
||||
@@ -54,17 +54,17 @@ $lang->bug->resolvedDate = 'Solved';
|
||||
$lang->bug->resolvedDateAB = 'Solved';
|
||||
$lang->bug->deadline = 'Deadline';
|
||||
$lang->bug->plan = 'Plan';
|
||||
$lang->bug->closedBy = 'Closed By';
|
||||
$lang->bug->closedBy = 'ClosedBy';
|
||||
$lang->bug->closedDate = 'Closed';
|
||||
$lang->bug->duplicateBug = 'Duplicated Bug ID';
|
||||
$lang->bug->lastEditedBy = 'Edited By';
|
||||
$lang->bug->lastEditedBy = 'EditedBy';
|
||||
$lang->bug->linkBug = 'Linked Bug';
|
||||
$lang->bug->linkBugs = 'Link Bug';
|
||||
$lang->bug->unlinkBug = 'Unlink';
|
||||
$lang->bug->case = 'Case';
|
||||
$lang->bug->files = 'Files';
|
||||
$lang->bug->keywords = 'Tags';
|
||||
$lang->bug->lastEditedByAB = 'Edited By';
|
||||
$lang->bug->lastEditedByAB = 'EditedBy';
|
||||
$lang->bug->lastEditedDateAB = 'Edited';
|
||||
$lang->bug->lastEditedDate = 'Edited';
|
||||
$lang->bug->fromCase = 'From Case';
|
||||
@@ -101,7 +101,7 @@ $lang->bug->search = 'Search';
|
||||
|
||||
/* 查询条件列表。*/
|
||||
$lang->bug->assignToMe = 'AssignedToMe';
|
||||
$lang->bug->openedByMe = 'CreatedByMe';
|
||||
$lang->bug->openedByMe = 'ReportedByMe';
|
||||
$lang->bug->resolvedByMe = 'SolvedByMe';
|
||||
$lang->bug->closedByMe = 'ClosedByMe';
|
||||
$lang->bug->assignToNull = 'Unassigned';
|
||||
@@ -112,7 +112,7 @@ $lang->bug->unconfirmed = 'Unconfirm';
|
||||
$lang->bug->longLifeBugs = 'Stalled';
|
||||
$lang->bug->postponedBugs = 'Postponed';
|
||||
$lang->bug->overdueBugs = 'Overdue';
|
||||
$lang->bug->allBugs = 'All';
|
||||
$lang->bug->allBugs = 'All Bugs';
|
||||
$lang->bug->byQuery = 'Search';
|
||||
$lang->bug->needConfirm = 'Story Changed';
|
||||
$lang->bug->allProduct = 'All' . $lang->productCommon . 's';
|
||||
@@ -122,7 +122,7 @@ $lang->bug->yesterdayConfirmed = 'Bug Confirmed Yesterday ';
|
||||
$lang->bug->yesterdayClosed = 'Bug Closed Yesterday ';
|
||||
|
||||
$lang->bug->assignToMeAB = 'AssignedToMe';
|
||||
$lang->bug->openedByMeAB = 'CreatedByMe';
|
||||
$lang->bug->openedByMeAB = 'ReportedByMe';
|
||||
$lang->bug->resolvedByMeAB = 'SolvedByMe';
|
||||
|
||||
$lang->bug->ditto = 'Ditto';
|
||||
@@ -134,9 +134,9 @@ $lang->bug->delayWarning = " <strong class='text-danger'> Delay %s days </strong
|
||||
|
||||
/* 页面标签。*/
|
||||
$lang->bug->lblAssignedTo = 'AssignedTo';
|
||||
$lang->bug->lblMailto = 'Mail To';
|
||||
$lang->bug->lblMailto = 'Mailto';
|
||||
$lang->bug->lblLastEdited = 'Last Edited';
|
||||
$lang->bug->lblResolved = 'Solved By';
|
||||
$lang->bug->lblResolved = 'SolvedBy';
|
||||
$lang->bug->allUsers = 'All Users';
|
||||
$lang->bug->allBuilds = 'All Builds';
|
||||
$lang->bug->createBuild = 'New';
|
||||
@@ -226,18 +226,18 @@ $lang->bug->browserList['uc'] = 'UC';
|
||||
$lang->bug->browserList['other'] = 'Other';
|
||||
|
||||
$lang->bug->typeList[''] = '';
|
||||
$lang->bug->typeList['codeerror'] = 'Code Error';
|
||||
$lang->bug->typeList['codeerror'] = 'CodeError';
|
||||
$lang->bug->typeList['interface'] = 'Interface';
|
||||
$lang->bug->typeList['config'] = 'Configuration';
|
||||
$lang->bug->typeList['install'] = 'Installation';
|
||||
$lang->bug->typeList['security'] = 'Security';
|
||||
$lang->bug->typeList['performance'] = 'Performance';
|
||||
$lang->bug->typeList['standard'] = 'Code Standard';
|
||||
$lang->bug->typeList['automation'] = 'Automation';
|
||||
$lang->bug->typeList['others'] = 'Other';
|
||||
$lang->bug->typeList['designchange'] = 'Design Change';
|
||||
$lang->bug->typeList['newfeature'] = 'New Feature';
|
||||
$lang->bug->typeList['designdefect'] = 'Design Defect';
|
||||
$lang->bug->typeList['standard'] = 'CodingConventions';
|
||||
$lang->bug->typeList['automation'] = 'TestScript';
|
||||
$lang->bug->typeList['others'] = 'Others';
|
||||
$lang->bug->typeList['designchange'] = 'DesignChange';
|
||||
$lang->bug->typeList['newfeature'] = 'NewFeature';
|
||||
$lang->bug->typeList['designdefect'] = 'DesignDefect';
|
||||
$lang->bug->typeList['trackthings'] = 'Tracking';
|
||||
|
||||
$lang->bug->statusList[''] = '';
|
||||
@@ -254,8 +254,8 @@ $lang->bug->resolutionList['duplicate'] = 'Duplicated';
|
||||
$lang->bug->resolutionList['external'] = 'External';
|
||||
$lang->bug->resolutionList['fixed'] = 'Solved';
|
||||
$lang->bug->resolutionList['notrepro'] = 'Irreproducible';
|
||||
$lang->bug->resolutionList['postponed'] = 'Postpone';
|
||||
$lang->bug->resolutionList['willnotfix'] = "Ignore";
|
||||
$lang->bug->resolutionList['postponed'] = 'Postponed';
|
||||
$lang->bug->resolutionList['willnotfix'] = "Won't Fix";
|
||||
$lang->bug->resolutionList['tostory'] = 'Convert to Story';
|
||||
|
||||
/* 统计报表。*/
|
||||
|
||||
+16
-16
@@ -140,8 +140,8 @@ $lang->searchObjects['user'] = 'User';
|
||||
$lang->searchObjects['build'] = 'Build';
|
||||
$lang->searchObjects['release'] = 'Release';
|
||||
$lang->searchObjects['productplan'] = $lang->productCommon . 'Plan';
|
||||
$lang->searchObjects['testtask'] = 'Test';
|
||||
$lang->searchObjects['doc'] = 'Doc';
|
||||
$lang->searchObjects['testtask'] = 'Request';
|
||||
$lang->searchObjects['doc'] = 'Document';
|
||||
$lang->searchObjects['testsuite'] = 'Case Library';
|
||||
$lang->searchObjects['testreport'] = 'Test Report';
|
||||
$lang->searchTips = 'ID (ctrl+g)';
|
||||
@@ -187,7 +187,7 @@ $lang->my->menu->index = 'Home|my|index';
|
||||
$lang->my->menu->calendar = array('link' => 'Schedule|my|calendar|', 'subModule' => 'todo', 'alias' => 'todo');
|
||||
$lang->my->menu->task = array('link' => 'Task|my|task|', 'subModule' => 'task');
|
||||
$lang->my->menu->bug = array('link' => 'Bug|my|bug|', 'subModule' => 'bug');
|
||||
$lang->my->menu->testtask = array('link' => 'Test|my|testtask|', 'subModule' => 'testcase,testtask', 'alias' => 'testcase');
|
||||
$lang->my->menu->testtask = array('link' => 'Request|my|testtask|', 'subModule' => 'testcase,testtask', 'alias' => 'testcase');
|
||||
$lang->my->menu->story = array('link' => 'Story|my|story|', 'subModule' => 'story');
|
||||
$lang->my->menu->myProject = "{$lang->projectCommon}|my|project|";
|
||||
$lang->my->menu->dynamic = 'Dynamics|my|dynamic|';
|
||||
@@ -240,7 +240,7 @@ $lang->project->menu->kanban = array('link' => 'Kanban|project|kanban|projectI
|
||||
$lang->project->menu->burn = array('link' => 'Burndown|project|burn|projectID=%s');
|
||||
$lang->project->menu->list = array('link' => 'More|project|grouptask|projectID=%s', 'alias' => 'grouptask,tree', 'class' => 'dropdown dropdown-hover');
|
||||
$lang->project->menu->story = array('link' => 'Story|project|story|projectID=%s', 'subModule' => 'story', 'alias' => 'linkstory,storykanban');
|
||||
$lang->project->menu->qa = array('link' => 'Test|project|bug|projectID=%s', 'subModule' => 'bug,build,testtask', 'alias' => 'build,testtask', 'class' => 'dropdown dropdown-hover');
|
||||
$lang->project->menu->qa = array('link' => 'Request|project|bug|projectID=%s', 'subModule' => 'bug,build,testtask', 'alias' => 'build,testtask', 'class' => 'dropdown dropdown-hover');
|
||||
$lang->project->menu->doc = array('link' => 'Doc|doc|objectLibs|type=project&objectID=%s&from=project', 'subModule' => 'doc');
|
||||
$lang->project->menu->action = array('link' => 'Dynamics|project|dynamic|projectID=%s', 'subModule' => 'dynamic', 'class' => 'dropdown dropdown-hover');
|
||||
$lang->project->menu->product = $lang->productCommon . '|project|manageproducts|projectID=%s';
|
||||
@@ -271,7 +271,7 @@ $lang->qa->menu = new stdclass();
|
||||
|
||||
$lang->qa->menu->bug = array('link' => 'Bug|bug|browse|productID=%s');
|
||||
$lang->qa->menu->testcase = array('link' => 'Case|testcase|browse|productID=%s');
|
||||
$lang->qa->menu->testtask = array('link' => 'Test|testtask|browse|productID=%s');
|
||||
$lang->qa->menu->testtask = array('link' => 'Request|testtask|browse|productID=%s');
|
||||
$lang->qa->menu->testsuite = array('link' => 'Suite|testsuite|browse|productID=%s');
|
||||
$lang->qa->menu->report = array('link' => 'Report|testreport|browse|productID=%s');
|
||||
$lang->qa->menu->caselib = array('link' => 'Case Library|testsuite|library');
|
||||
@@ -281,7 +281,7 @@ $lang->bug->menu = new stdclass();
|
||||
|
||||
$lang->bug->menu->bug = array('link' => 'Bug|bug|browse|productID=%s', 'alias' => 'view,create,batchcreate,edit,resolve,close,activate,report,batchedit,batchactivate,confirmbug,assignto', 'subModule' => 'tree');
|
||||
$lang->bug->menu->testcase = array('link' => 'Case|testcase|browse|productID=%s');
|
||||
$lang->bug->menu->testtask = array('link' => 'Test|testtask|browse|productID=%s');
|
||||
$lang->bug->menu->testtask = array('link' => 'Request|testtask|browse|productID=%s');
|
||||
$lang->bug->menu->testsuite = array('link' => 'Suite|testsuite|browse|productID=%s');
|
||||
$lang->bug->menu->report = array('link' => 'Report|testreport|browse|productID=%s');
|
||||
$lang->bug->menu->caselib = array('link' => 'Case Library|testsuite|library');
|
||||
@@ -290,7 +290,7 @@ $lang->testcase = new stdclass();
|
||||
$lang->testcase->menu = new stdclass();
|
||||
$lang->testcase->menu->bug = array('link' => 'Bug|bug|browse|productID=%s');
|
||||
$lang->testcase->menu->testcase = array('link' => 'Case|testcase|browse|productID=%s', 'alias' => 'view,create,batchcreate,edit,batchedit,showimport,groupcase,importfromlib', 'subModule' => 'tree');
|
||||
$lang->testcase->menu->testtask = array('link' => 'Test|testtask|browse|productID=%s');
|
||||
$lang->testcase->menu->testtask = array('link' => 'Request|testtask|browse|productID=%s');
|
||||
$lang->testcase->menu->testsuite = array('link' => 'Suite|testsuite|browse|productID=%s');
|
||||
$lang->testcase->menu->report = array('link' => 'Report|testreport|browse|productID=%s');
|
||||
$lang->testcase->menu->caselib = array('link' => 'Case Library|testsuite|library');
|
||||
@@ -299,7 +299,7 @@ $lang->testtask = new stdclass();
|
||||
$lang->testtask->menu = new stdclass();
|
||||
$lang->testtask->menu->bug = array('link' => 'Bug|bug|browse|productID=%s');
|
||||
$lang->testtask->menu->testcase = array('link' => 'Case|testcase|browse|productID=%s');
|
||||
$lang->testtask->menu->testtask = array('link' => 'Test|testtask|browse|productID=%s', 'alias' => 'view,create,edit,linkcase,cases,start,close,batchrun,groupcase,report');
|
||||
$lang->testtask->menu->testtask = array('link' => 'Request|testtask|browse|productID=%s', 'alias' => 'view,create,edit,linkcase,cases,start,close,batchrun,groupcase,report');
|
||||
$lang->testtask->menu->testsuite = array('link' => 'Suite|testsuite|browse|productID=%s');
|
||||
$lang->testtask->menu->report = array('link' => 'Report|testreport|browse|productID=%s');
|
||||
$lang->testtask->menu->caselib = array('link' => 'Case Library|testsuite|library');
|
||||
@@ -308,7 +308,7 @@ $lang->testsuite = new stdclass();
|
||||
$lang->testsuite->menu = new stdclass();
|
||||
$lang->testsuite->menu->bug = array('link' => 'Bug|bug|browse|productID=%s');
|
||||
$lang->testsuite->menu->testcase = array('link' => 'Case|testcase|browse|productID=%s');
|
||||
$lang->testsuite->menu->testtask = array('link' => 'Test|testtask|browse|productID=%s');
|
||||
$lang->testsuite->menu->testtask = array('link' => 'Request|testtask|browse|productID=%s');
|
||||
$lang->testsuite->menu->testsuite = array('link' => 'Suite|testsuite|browse|productID=%s', 'alias' => 'view,create,edit,linkcase');
|
||||
$lang->testsuite->menu->report = array('link' => 'Report|testreport|browse|productID=%s');
|
||||
$lang->testsuite->menu->caselib = array('link' => 'Case Library|testsuite|library');
|
||||
@@ -317,7 +317,7 @@ $lang->testreport = new stdclass();
|
||||
$lang->testreport->menu = new stdclass();
|
||||
$lang->testreport->menu->bug = array('link' => 'Bug|bug|browse|productID=%s');
|
||||
$lang->testreport->menu->testcase = array('link' => 'Case|testcase|browse|productID=%s');
|
||||
$lang->testreport->menu->testtask = array('link' => 'Test|testtask|browse|productID=%s');
|
||||
$lang->testreport->menu->testtask = array('link' => 'Request|testtask|browse|productID=%s');
|
||||
$lang->testreport->menu->testsuite = array('link' => 'Suite|testsuite|browse|productID=%s');
|
||||
$lang->testreport->menu->report = array('link' => 'Report|testreport|browse|productID=%s', 'alias' => 'view,create,edit');
|
||||
$lang->testreport->menu->caselib = array('link' => 'Case Library|testsuite|library');
|
||||
@@ -326,7 +326,7 @@ $lang->caselib = new stdclass();
|
||||
$lang->caselib->menu = new stdclass();
|
||||
$lang->caselib->menu->bug = array('link' => 'Bug|bug|browse|');
|
||||
$lang->caselib->menu->testcase = array('link' => 'Case|testcase|browse|');
|
||||
$lang->caselib->menu->testtask = array('link' => 'Test|testtask|browse|');
|
||||
$lang->caselib->menu->testtask = array('link' => 'Request|testtask|browse|');
|
||||
$lang->caselib->menu->testsuite = array('link' => 'Suite|testsuite|browse|');
|
||||
$lang->caselib->menu->report = array('link' => 'Report|testreport|browse|');
|
||||
$lang->caselib->menu->caselib = array('link' => 'Case Library|testsuite|library', 'alias' => 'createlib,createcase,libview,edit,batchcreatecase,showimport', 'subModule' => 'tree,testcase');
|
||||
@@ -345,7 +345,7 @@ $lang->report->menu = new stdclass();
|
||||
|
||||
$lang->report->menu->product = array('link' => $lang->productCommon . '|report|productsummary');
|
||||
$lang->report->menu->prj = array('link' => $lang->projectCommon . '|report|projectdeviation');
|
||||
$lang->report->menu->test = array('link' => 'Test|report|bugcreate', 'alias' => 'bugassign');
|
||||
$lang->report->menu->test = array('link' => 'Request|report|bugcreate', 'alias' => 'bugassign');
|
||||
$lang->report->menu->staff = array('link' => 'Company|report|workload');
|
||||
|
||||
$lang->report->notice = new stdclass();
|
||||
@@ -499,7 +499,7 @@ $lang->error->tutorialData = 'No data can be imported in tutorial mode. Pleas
|
||||
/* Page info. */
|
||||
$lang->pager = new stdclass();
|
||||
$lang->pager->noRecord = "No records.";
|
||||
$lang->pager->digest = " <strong>%s</strong> in total. %s <strong>%s/%s</strong> ";
|
||||
$lang->pager->digest = "Total: <strong>%s</strong>. %s <strong>%s/%s</strong> ";
|
||||
$lang->pager->recPerPage = " <strong>%s</strong> per page";
|
||||
$lang->pager->first = "<i class='icon-step-backward' title='Home'></i>";
|
||||
$lang->pager->pre = "<i class='icon-play icon-flip-horizontal' title='Previous Page'></i>";
|
||||
@@ -531,7 +531,7 @@ $lang->searchMore = "More results:";
|
||||
$lang->chooseUsersToMail = "Choose users that will be notified.";
|
||||
$lang->browserNotice = 'The browser you currently use might not get the best browsing results. It is recommended that you use Chrome, Firefox, IE9+, Opera or Safari.';
|
||||
$lang->noticePasteImg = "You can paste images in the editor.";
|
||||
$lang->pasteImgFail = "Pasting image failed. Try again later.";
|
||||
$lang->pasteImgFail = "Failed to paste images. Try again later.";
|
||||
$lang->pasteImgUploading = "Uploading...";
|
||||
|
||||
/* Time formats settings. */
|
||||
@@ -742,7 +742,7 @@ if(isset($config->global->flow) and $config->global->flow == 'onlyTest')
|
||||
$lang->menu->bug = 'Bug|bug|index';
|
||||
$lang->menu->testcase = 'Case|testcase|index';
|
||||
$lang->menu->testsuite = 'Suite|testsuite|index';
|
||||
$lang->menu->testtask = 'Test|testtask|index';
|
||||
$lang->menu->testtask = 'Request|testtask|index';
|
||||
$lang->menu->caselib = 'Case Library|testsuite|library';
|
||||
|
||||
$lang->menuOrder[6] = 'bug';
|
||||
@@ -756,7 +756,7 @@ if(isset($config->global->flow) and $config->global->flow == 'onlyTest')
|
||||
$lang->bug->menu = new stdclass();
|
||||
$lang->bug->menu->all = 'All|bug|browse|productID=%s&branch=%s&browseType=all¶m=%s';
|
||||
$lang->bug->menu->unclosed = 'Open|bug|browse|productID=%s&branch=%s&browseType=unclosed¶m=%s';
|
||||
$lang->bug->menu->openedbyme = 'CreatedByMe|bug|browse|productID=%s&branch=%s&browseType=openedbyme¶m=%s';
|
||||
$lang->bug->menu->openedbyme = 'ReportedByMe|bug|browse|productID=%s&branch=%s&browseType=openedbyme¶m=%s';
|
||||
$lang->bug->menu->assigntome = 'AssignedToMe|bug|browse|productID=%s&branch=%s&browseType=assigntome¶m=%s';
|
||||
$lang->bug->menu->resolvedbyme = 'SolvedByMe|bug|browse|productID=%s&branch=%s&browseType=resolvedbyme¶m=%s';
|
||||
$lang->bug->menu->toclosed = 'ToBeClosed|bug|browse|productID=%s&branch=%s&browseType=toclosed¶m=%s';
|
||||
|
||||
@@ -107,8 +107,8 @@ $lang->custom->notice->invalidStrlen['thirty'] = 'The key should be <= 30 ch
|
||||
$lang->custom->notice->invalidStrlen['twoHundred'] = 'The key should be <= 225 characters.';
|
||||
|
||||
$lang->custom->storyReview = 'Review';
|
||||
$lang->custom->forceReview = 'Review';
|
||||
$lang->custom->forceNotReview = 'Need Review';
|
||||
$lang->custom->forceReview = 'Review Required';
|
||||
$lang->custom->forceNotReview = 'No Review Required';
|
||||
$lang->custom->reviewList[1] = 'On';
|
||||
$lang->custom->reviewList[0] = 'Off';
|
||||
|
||||
|
||||
@@ -36,7 +36,7 @@ $lang->dev->tableList['config'] = 'Configuration';
|
||||
$lang->dev->tableList['custom'] = 'Custom';
|
||||
$lang->dev->tableList['dept'] = 'Department';
|
||||
$lang->dev->tableList['doc'] = 'Document';
|
||||
$lang->dev->tableList['doclib'] = 'Doc Library';
|
||||
$lang->dev->tableList['doclib'] = 'Document Library';
|
||||
$lang->dev->tableList['effort'] = 'Effort';
|
||||
$lang->dev->tableList['extension'] = 'Extension';
|
||||
$lang->dev->tableList['file'] = 'File';
|
||||
@@ -58,7 +58,7 @@ $lang->dev->tableList['taskestimate'] = 'Estimates';
|
||||
$lang->dev->tableList['team'] = 'Team';
|
||||
$lang->dev->tableList['testresult'] = 'Test Result';
|
||||
$lang->dev->tableList['testrun'] = 'Test Run';
|
||||
$lang->dev->tableList['testtask'] = 'Test';
|
||||
$lang->dev->tableList['testtask'] = 'Test Request';
|
||||
$lang->dev->tableList['todo'] = 'Todo';
|
||||
$lang->dev->tableList['user'] = 'User';
|
||||
$lang->dev->tableList['usercontact'] = 'User Contact';
|
||||
|
||||
@@ -68,7 +68,7 @@ $lang->editor->modules['search'] = 'Search';
|
||||
$lang->editor->modules['story'] = 'Story';
|
||||
$lang->editor->modules['task'] = 'Task';
|
||||
$lang->editor->modules['testcase'] = 'Case';
|
||||
$lang->editor->modules['testtask'] = 'Test';
|
||||
$lang->editor->modules['testtask'] = 'Request';
|
||||
$lang->editor->modules['todo'] = 'Todo';
|
||||
$lang->editor->modules['tree'] = 'Module Maintenance';
|
||||
$lang->editor->modules['upgrade'] = 'Upgrade';
|
||||
|
||||
@@ -9,20 +9,20 @@
|
||||
* @version $Id$
|
||||
* @link http://www.zentao.net
|
||||
*/
|
||||
$lang->extension->common = 'Plug-in';
|
||||
$lang->extension->browse = 'Plug-ins';
|
||||
$lang->extension->common = 'Extension';
|
||||
$lang->extension->browse = 'Extensions';
|
||||
$lang->extension->install = 'Install';
|
||||
$lang->extension->installAuto = 'Auto Installation';
|
||||
$lang->extension->installForce = 'Force Installation';
|
||||
$lang->extension->uninstall = 'Uninstall';
|
||||
$lang->extension->activate = 'Activate';
|
||||
$lang->extension->deactivate = 'Deactivate';
|
||||
$lang->extension->obtain = 'Get Plug-in';
|
||||
$lang->extension->obtain = 'Get Extension';
|
||||
$lang->extension->view = 'Detail';
|
||||
$lang->extension->downloadAB = 'Download';
|
||||
$lang->extension->upload = 'Local Installation';
|
||||
$lang->extension->erase = 'Erase';
|
||||
$lang->extension->upgrade = 'Upgrade Plug-in';
|
||||
$lang->extension->upgrade = 'Upgrade Extension';
|
||||
$lang->extension->agreeLicense = 'I agree to the license.';
|
||||
|
||||
$lang->extension->structure = 'Structure';
|
||||
@@ -30,7 +30,7 @@ $lang->extension->installed = 'Installed';
|
||||
$lang->extension->deactivated = 'Deactivated';
|
||||
$lang->extension->available = 'Downloaded';
|
||||
|
||||
$lang->extension->name = 'Plug-in Name';
|
||||
$lang->extension->name = 'Extension Name';
|
||||
$lang->extension->code = 'Code';
|
||||
$lang->extension->desc = 'Description';
|
||||
$lang->extension->type = 'Type';
|
||||
@@ -68,21 +68,21 @@ $lang->extension->byCategory = 'Category';
|
||||
$lang->extension->installFailed = '%s failed. Error:';
|
||||
$lang->extension->uninstallFailed = 'Uninstallation failed. Error:';
|
||||
$lang->extension->confirmUninstall = 'Uninstallation will delete or change related database. Do you want to uninstall it?';
|
||||
$lang->extension->installFinished = 'Congrats! The plug-in is %sed!';
|
||||
$lang->extension->installFinished = 'Congrats! The extension is %sed!';
|
||||
$lang->extension->refreshPage = 'Refresh';
|
||||
$lang->extension->uninstallFinished = 'This plug-in is uninstalled.';
|
||||
$lang->extension->deactivateFinished = 'This plug-in is deactivated.';
|
||||
$lang->extension->activateFinished = 'This plug-in is activated.';
|
||||
$lang->extension->eraseFinished = 'This plug-in is removed.';
|
||||
$lang->extension->uninstallFinished = 'This extension is uninstalled.';
|
||||
$lang->extension->deactivateFinished = 'This extension is deactivated.';
|
||||
$lang->extension->activateFinished = 'This extension is activated.';
|
||||
$lang->extension->eraseFinished = 'This extension is removed.';
|
||||
$lang->extension->unremovedFiles = 'File or direcroty cannot be deleted. You have to manually delete';
|
||||
$lang->extension->executeCommands = '<h3>Execute command lines below to fix the problem:</h3>';
|
||||
$lang->extension->successDownloadedPackage = 'This plug-in is downloaded!';
|
||||
$lang->extension->successDownloadedPackage = 'This extension is downloaded!';
|
||||
$lang->extension->successCopiedFiles = 'File is copied!';
|
||||
$lang->extension->successInstallDB = 'Database is installed!';
|
||||
$lang->extension->viewInstalled = 'Installed Plug-ins';
|
||||
$lang->extension->viewAvailable = 'Available Plug-ins';
|
||||
$lang->extension->viewDeactivated = 'Deactivated Plug-ins';
|
||||
$lang->extension->backDBFile = 'This plug-in data has been backed up to %s!';
|
||||
$lang->extension->viewInstalled = 'Installed Extensions';
|
||||
$lang->extension->viewAvailable = 'Available Extensions';
|
||||
$lang->extension->viewDeactivated = 'Deactivated Extensions';
|
||||
$lang->extension->backDBFile = 'This extension data has been backed up to %s!';
|
||||
$lang->extension->noticeOkFile = '<h5>For security reasons, your Admin account has to be confirmed.</h5>
|
||||
<h5>Plese login your ZenTao server and create %s.</h5>
|
||||
<p>Note</p>
|
||||
@@ -98,10 +98,10 @@ $lang->extension->upgradeVersion = '(Upgrade %s to %s.)';
|
||||
$lang->extension->waring = 'Warning!';
|
||||
|
||||
$lang->extension->errorOccurs = 'Error:';
|
||||
$lang->extension->errorGetModules = 'Get Plug-in Category from www.zentao.net failed. It could be network error. Plase check your network and refresh it.';
|
||||
$lang->extension->errorGetExtensions = 'Get Plug-in from www.zentao.net failed. It could be network error. Please go to <a href="https://www.zentao.net/extension/" target="_blank" class="alert-link">www.zentao.net</a> and download the extension, and then upload it to install.';
|
||||
$lang->extension->errorDownloadPathNotFound = 'Plug-in download path <strong>%s</strong> is not found.<br /> Please run <strong>mkdir -p %s</strong> in Linux to fix it.';
|
||||
$lang->extension->errorDownloadPathNotWritable = 'Plug-in download path <strong>%s</strong>is not writable. <br />Please run <strong>sudo chmod 777 %s</strong> in Linux to fix it.';
|
||||
$lang->extension->errorGetModules = 'Get Extension Category from www.zentao.pm failed. It could be network error. Plase check your network and refresh it.';
|
||||
$lang->extension->errorGetExtensions = 'Get Extensions from www.zentao.pm failed. It could be network error. Please go to <a href="https://www.zentao.net/extension/" target="_blank" class="alert-link">www.zentao.net</a> and download the extension, and then upload it to install.';
|
||||
$lang->extension->errorDownloadPathNotFound = 'Extension download path <strong>%s</strong> is not found.<br /> Please run <strong>mkdir -p %s</strong> in Linux to fix it.';
|
||||
$lang->extension->errorDownloadPathNotWritable = 'Extension download path <strong>%s</strong>is not writable. <br />Please run <strong>sudo chmod 777 %s</strong> in Linux to fix it.';
|
||||
$lang->extension->errorPackageFileExists = '<strong>%s</strong> exists in the download path.<h5> Please %s it again, <a href="%s" class="alert-link">CLICK HERE</a></h5>';
|
||||
$lang->extension->errorDownloadFailed = 'Download failed. Please try it again. If still not OK, try to download it manually and upload it to install.';
|
||||
$lang->extension->errorMd5Checking = 'Incomplete File. Please download it again. If still not OK, try to download it manually and upload it to install.';
|
||||
@@ -112,6 +112,6 @@ $lang->extension->errorTargetPathNotWritable = '<strong>%s </strong> is not wr
|
||||
$lang->extension->errorTargetPathNotExists = '<strong>%s </strong> is not found.';
|
||||
$lang->extension->errorInstallDB = 'Database report execution failed. Error: %s';
|
||||
$lang->extension->errorConflicts = 'Conflicted with “%s”!';
|
||||
$lang->extension->errorDepends = 'Dependent Plug-in has not been installed or the version is incorrect:<br /><br /> %s';
|
||||
$lang->extension->errorDepends = 'Dependent extension has not been installed or the version is incorrect:<br /><br /> %s';
|
||||
$lang->extension->errorIncompatible = 'Incompatible with your ZenTao.';
|
||||
$lang->extension->errorUninstallDepends = '“%s” is dependent on thiPlug-in. Please do not install it.';
|
||||
$lang->extension->errorUninstallDepends = '“%s” is dependent on ts extension. Please do not install it.';
|
||||
|
||||
@@ -38,7 +38,7 @@ $lang->file->untitled = 'Untitled';
|
||||
$lang->file->extension = 'Format';
|
||||
$lang->file->size = 'Size';
|
||||
$lang->file->encoding = 'Encoding';
|
||||
$lang->file->addedBy = 'Added By';
|
||||
$lang->file->addedBy = 'AddedBy';
|
||||
$lang->file->addedDate = 'Added';
|
||||
$lang->file->downloads = 'Downloads';
|
||||
$lang->file->extra = 'Comment';
|
||||
|
||||
@@ -27,7 +27,7 @@ $lang->install->license = 'ZenTao is under Z PUBLIC LICENSE(ZPL) 1.2';
|
||||
$lang->install->desc = <<<EOT
|
||||
ZenTao ALM is an Open Source software released under <a href='http://zpl.pub/page/zplv12.html' target='_blank'>Z Public License</a>. It integrates with Product Management, Project Management, QA Management, Document Management, Todos Management, Company Management etc. ZenTao is the best choice for software project management.
|
||||
|
||||
ZenTao ALM is built on PHP + MySQL and based on ZenTaoPHP framework, an independent framework developed by our team. Third party developers/organizations can develop plug-ins or customize for their requirements.
|
||||
ZenTao ALM is built on PHP + MySQL and based on ZenTaoPHP framework, an independent framework developed by our team. Third party developers/organizations can develop extensions or customize for their requirements.
|
||||
EOT;
|
||||
$lang->install->links = <<<EOT
|
||||
ZenTao is developed by <strong><a href='http://easysoft.ltd' target='_blank' class='text-danger'>Nature Easy Soft Co., LTD</a></strong>.
|
||||
|
||||
@@ -59,7 +59,7 @@ $lang->product->id = 'ID';
|
||||
$lang->product->name = 'Name';
|
||||
$lang->product->code = 'Code';
|
||||
$lang->product->line = "{$lang->productCommon} Line";
|
||||
$lang->product->order = 'Sort';
|
||||
$lang->product->order = 'Rank';
|
||||
$lang->product->type = 'Type';
|
||||
$lang->product->status = 'Status';
|
||||
$lang->product->desc = 'Description';
|
||||
@@ -67,7 +67,7 @@ $lang->product->manager = 'Managers';
|
||||
$lang->product->PO = 'Product Owner';
|
||||
$lang->product->QD = 'QA Manager';
|
||||
$lang->product->RD = 'Release Manager';
|
||||
$lang->product->acl = 'Access Control';
|
||||
$lang->product->acl = 'ACL';
|
||||
$lang->product->whitelist = 'Whitelist';
|
||||
$lang->product->branch = '%s';
|
||||
$lang->product->qa = 'QA';
|
||||
@@ -103,8 +103,8 @@ $lang->product->typeList['branch'] = 'Multi-Branch';
|
||||
$lang->product->typeList['platform'] = 'Multi-Platform';
|
||||
|
||||
$lang->product->typeTips = array();
|
||||
$lang->product->typeTips['branch'] = '(for the customized content)';
|
||||
$lang->product->typeTips['platform'] = '(for IOS, Android, PC, etc.)';
|
||||
$lang->product->typeTips['branch'] = ' (for the customized context. e.g. outsourcing teams)';
|
||||
$lang->product->typeTips['platform'] = ' (for cross-platform applications, e.g. IOS, Android, PC, etc.)';
|
||||
|
||||
$lang->product->branchName['normal'] = '';
|
||||
$lang->product->branchName['branch'] = 'Branch';
|
||||
|
||||
@@ -16,7 +16,7 @@ $lang->productplan->create = "Create Plan";
|
||||
$lang->productplan->edit = "Edit";
|
||||
$lang->productplan->delete = "Delete";
|
||||
$lang->productplan->view = "Detail";
|
||||
$lang->productplan->bugSummary = "<strong>%s</strong> Bugs in total on this page.";
|
||||
$lang->productplan->bugSummary = "Total <strong>%s</strong> Bugs on this page.";
|
||||
$lang->productplan->basicInfo = 'Basic Info';
|
||||
$lang->productplan->batchEdit = 'Batch Edit';
|
||||
|
||||
@@ -26,7 +26,7 @@ $lang->productplan->unlinkStory = "Unlink Story";
|
||||
$lang->productplan->batchUnlinkStory = "Batch Unlink";
|
||||
$lang->productplan->linkedStories = 'Linked Story';
|
||||
$lang->productplan->unlinkedStories = 'Unlinked Story';
|
||||
$lang->productplan->updateOrder = 'Sort';
|
||||
$lang->productplan->updateOrder = 'Rank';
|
||||
$lang->productplan->createChildren = "Create Child Plan";
|
||||
|
||||
$lang->productplan->linkBug = "Link Bug";
|
||||
@@ -49,8 +49,8 @@ $lang->productplan->title = 'Title';
|
||||
$lang->productplan->desc = 'Description';
|
||||
$lang->productplan->begin = 'Begin';
|
||||
$lang->productplan->end = 'End';
|
||||
$lang->productplan->last = 'Last plan';
|
||||
$lang->productplan->future = 'Pending';
|
||||
$lang->productplan->last = 'Last Plan';
|
||||
$lang->productplan->future = 'TBD';
|
||||
$lang->productplan->stories = 'Story';
|
||||
$lang->productplan->bugs = 'Bug';
|
||||
$lang->productplan->hour = 'Man-hours';
|
||||
|
||||
@@ -113,7 +113,7 @@ $lang->project->bug = 'Bug';
|
||||
$lang->project->dynamic = 'Dynamics';
|
||||
$lang->project->latestDynamic = 'Latest Dynamics';
|
||||
$lang->project->build = 'Build';
|
||||
$lang->project->testtask = 'Test';
|
||||
$lang->project->testtask = 'Request';
|
||||
$lang->project->burn = 'Burndown';
|
||||
$lang->project->computeBurn = 'Update';
|
||||
$lang->project->burnData = 'Burndown Data';
|
||||
|
||||
@@ -44,7 +44,7 @@ $lang->report->workload = 'Team Workload';
|
||||
$lang->report->workloadAB = 'Workload';
|
||||
$lang->report->bugOpenedDate = 'Bug reported from';
|
||||
$lang->report->beginAndEnd = ' From';
|
||||
$lang->report->dept = 'Dept';
|
||||
$lang->report->dept = 'Department';
|
||||
$lang->report->deviationChart = $lang->projectCommon . ' Deviation Chart';
|
||||
|
||||
$lang->reportList->project->lists[10] = $lang->projectCommon . ' Deviation|report|projectdeviation';
|
||||
@@ -88,7 +88,7 @@ $lang->report->idAB = 'ID';
|
||||
$lang->report->bugTitle = 'Bug Name';
|
||||
$lang->report->taskName = 'Task Name';
|
||||
$lang->report->todoName = 'Todo Name';
|
||||
$lang->report->testTaskName = 'Test Name';
|
||||
$lang->report->testTaskName = 'Request Name';
|
||||
$lang->report->deadline = 'Deadline';
|
||||
|
||||
$lang->report->mailTitle = new stdclass();
|
||||
@@ -96,7 +96,7 @@ $lang->report->mailTitle->begin = 'Notice: You have';
|
||||
$lang->report->mailTitle->bug = " Bug (%s),";
|
||||
$lang->report->mailTitle->task = " Task (%s),";
|
||||
$lang->report->mailTitle->todo = " Todo (%s),";
|
||||
$lang->report->mailTitle->testTask = " Test (%s),";
|
||||
$lang->report->mailTitle->testTask = " Request (%s),";
|
||||
|
||||
$lang->report->proVersion = '<a href="https://www.zentao.pm/page/vs.html" target="_blank">Try ZenTao Pro for more!</a>';
|
||||
$lang->report->proVersionEn = '<a href="https://www.zentao.pm/page/vs.html" target="_blank">Try ZenTao Pro for more!</a>';
|
||||
|
||||
@@ -33,7 +33,7 @@ $lang->score->modules['todo'] = 'Todo';
|
||||
$lang->score->modules['story'] = 'Story';
|
||||
$lang->score->modules['bug'] = 'Bug';
|
||||
$lang->score->modules['testcase'] = 'Case';
|
||||
$lang->score->modules['testtask'] = 'Test';
|
||||
$lang->score->modules['testtask'] = 'Request';
|
||||
$lang->score->modules['build'] = 'Build';
|
||||
$lang->score->modules['project'] = 'Project';
|
||||
$lang->score->modules['productplan'] = 'Plan';
|
||||
|
||||
@@ -126,13 +126,13 @@ $lang->story->stageList['released'] = 'Released';
|
||||
$lang->story->stageList['closed'] = 'Closed';
|
||||
|
||||
$lang->story->reasonList[''] = '';
|
||||
$lang->story->reasonList['done'] = 'Done';
|
||||
$lang->story->reasonList['done'] = 'Already Done';
|
||||
$lang->story->reasonList['subdivided'] = 'Decomposed';
|
||||
$lang->story->reasonList['duplicate'] = 'Duplicated';
|
||||
$lang->story->reasonList['postponed'] = 'Postponed';
|
||||
$lang->story->reasonList['willnotdo'] = "Ignore";
|
||||
$lang->story->reasonList['willnotdo'] = "Won't Do";
|
||||
$lang->story->reasonList['cancel'] = 'Cancelled';
|
||||
$lang->story->reasonList['bydesign'] = 'By Design';
|
||||
$lang->story->reasonList['bydesign'] = 'As Design';
|
||||
//$lang->story->reasonList['isbug'] = 'Bug!';
|
||||
|
||||
$lang->story->reviewResultList[''] = '';
|
||||
@@ -192,7 +192,7 @@ $lang->story->affectedBugs = 'Bug';
|
||||
$lang->story->affectedCases = 'Case';
|
||||
|
||||
$lang->story->specTemplate = "As a < type of user >, I want < some goal > so that < some reason >.";
|
||||
$lang->story->needNotReview = 'No Review';
|
||||
$lang->story->needNotReview = 'No Review Required';
|
||||
$lang->story->successSaved = "Story is saved!";
|
||||
$lang->story->confirmDelete = "Do you want to delete this Story?";
|
||||
$lang->story->errorEmptyChildStory = '『Subdivide Story』canot be blank.';
|
||||
|
||||
@@ -39,7 +39,7 @@ $lang->testcase->reviewResult = 'Review Result';
|
||||
$lang->testcase->reviewedByAB = 'By';
|
||||
$lang->testcase->reviewedDateAB = 'Date';
|
||||
$lang->testcase->reviewResultAB = 'Result';
|
||||
$lang->testcase->forceNotReview = 'Need Review';
|
||||
$lang->testcase->forceNotReview = 'No Review Required';
|
||||
$lang->testcase->lastEditedByAB = 'EditedBy';
|
||||
$lang->testcase->lastEditedDateAB = 'Edited';
|
||||
$lang->testcase->lastEditedDate = 'Edited';
|
||||
@@ -66,7 +66,7 @@ $lang->testcase->fromModule = 'Source Module';
|
||||
$lang->testcase->fromCase = 'Source Case';
|
||||
$lang->testcase->sync = 'Sync. Case';
|
||||
$lang->testcase->ignore = 'Ignore';
|
||||
$lang->testcase->fromTesttask = 'From Test';
|
||||
$lang->testcase->fromTesttask = 'From Test Request';
|
||||
$lang->testcase->fromCaselib = 'From CaseLib';
|
||||
$lang->case = $lang->testcase; // For dao checking using. Because 'case' is a php keywords, so the module name is testcase, table name is still case.
|
||||
|
||||
|
||||
@@ -55,7 +55,7 @@ $lang->testreport->legacyBugs = 'Legacy Bugs';
|
||||
$lang->testreport->bugConfirmedRate = 'Confirmed Bug Rate (Solution is fixed or postponed / status is solved or closed)';
|
||||
$lang->testreport->bugCreateByCaseRate = 'Bug Generated in Case Rate (Bugs reported in cases / New added bugs)';
|
||||
|
||||
$lang->testreport->caseSummary = ' <strong>%s</strong> cases in Total : <strong>%s</strong> performed, <strong>%s</strong> results, <strong>%s</strong> failed.';
|
||||
$lang->testreport->caseSummary = 'Total <strong>%s</strong> cases: <strong>%s</strong> performed, <strong>%s</strong> results, <strong>%s</strong> failed.';
|
||||
$lang->testreport->buildSummary = 'Tested <strong>%s</strong> build.';
|
||||
$lang->testreport->confirmDelete = 'Do you want to delete this report?';
|
||||
$lang->testreport->moreNotice = 'More features can be extended with reference to the ZenTao extension manual, or you can contact us at renee@easysoft.ltd for customization.';
|
||||
|
||||
@@ -31,7 +31,7 @@ $lang->testsuite->product = $lang->productCommon;
|
||||
$lang->testsuite->name = 'Name';
|
||||
$lang->testsuite->desc = 'Description';
|
||||
$lang->testsuite->author = 'Access Control';
|
||||
$lang->testsuite->addedBy = 'Created By';
|
||||
$lang->testsuite->addedBy = 'CreatedBy';
|
||||
$lang->testsuite->addedDate = 'Created';
|
||||
|
||||
$lang->testsuite->legendDesc = 'Description';
|
||||
|
||||
+17
-17
@@ -9,13 +9,13 @@
|
||||
* @version $Id: en.php 4490 2013-02-27 03:27:05Z wyd621@gmail.com $
|
||||
* @link http://www.zentao.net
|
||||
*/
|
||||
$lang->testtask->index = "Home";
|
||||
$lang->testtask->create = "Submit Test Request";
|
||||
$lang->testtask->index = "Request Home";
|
||||
$lang->testtask->create = "Submit Request";
|
||||
$lang->testtask->reportChart = 'Report';
|
||||
$lang->testtask->delete = "Delete";
|
||||
$lang->testtask->view = "Overview";
|
||||
$lang->testtask->edit = "Edit";
|
||||
$lang->testtask->browse = "Test";
|
||||
$lang->testtask->browse = "Test Request";
|
||||
$lang->testtask->linkCase = "Link Case";
|
||||
$lang->testtask->selectVersion = "Select Version";
|
||||
$lang->testtask->unlinkCase = "Unlink";
|
||||
@@ -40,12 +40,12 @@ $lang->testtask->blocked = "Blocked";
|
||||
$lang->testtask->done = "Tested";
|
||||
$lang->testtask->totalStatus = "All";
|
||||
$lang->testtask->all = "All " . $lang->productCommon . "s";
|
||||
$lang->testtask->allTasks = 'All Tests';
|
||||
$lang->testtask->allTasks = 'All Requests';
|
||||
$lang->testtask->collapseAll = 'Collapse';
|
||||
$lang->testtask->expandAll = 'Expand';
|
||||
|
||||
$lang->testtask->id = 'ID';
|
||||
$lang->testtask->common = 'Test';
|
||||
$lang->testtask->common = 'Request';
|
||||
$lang->testtask->product = $lang->productCommon;
|
||||
$lang->testtask->project = $lang->projectCommon;
|
||||
$lang->testtask->build = 'Build';
|
||||
@@ -98,14 +98,14 @@ $lang->testtask->linkBySuite = 'Link by Suite';
|
||||
$lang->testtask->passAll = 'Pass All';
|
||||
$lang->testtask->pass = 'Pass';
|
||||
$lang->testtask->fail = 'Failed';
|
||||
$lang->testtask->showResult = 'Executed <span class="text-info">%s</span> times';
|
||||
$lang->testtask->showResult = 'Run <span class="text-info">%s</span> times';
|
||||
$lang->testtask->showFail = 'Failed <span class="text-danger">%s</span> times';
|
||||
|
||||
$lang->testtask->confirmDelete = 'Do you want to delete this test build?';
|
||||
$lang->testtask->confirmUnlinkCase = 'Do you want to unlink this case?';
|
||||
$lang->testtask->noticeNoOther = 'There are no test requests for this product';
|
||||
$lang->testtask->noTesttask = 'No tests. ';
|
||||
$lang->testtask->checkLinked = "Please check whether the product that the test is linked to has been linked to a project.";
|
||||
$lang->testtask->noTesttask = 'No requests. ';
|
||||
$lang->testtask->checkLinked = "Please check whether the product that the test request is linked to has been linked to a project.";
|
||||
|
||||
$lang->testtask->assignedToMe = 'AssignedToMe';
|
||||
$lang->testtask->allCases = 'All Cases';
|
||||
@@ -123,16 +123,16 @@ $lang->testtask->mail = new stdclass();
|
||||
$lang->testtask->mail->create = new stdclass();
|
||||
$lang->testtask->mail->edit = new stdclass();
|
||||
$lang->testtask->mail->close = new stdclass();
|
||||
$lang->testtask->mail->create->title = "%s created test #%s:%s";
|
||||
$lang->testtask->mail->edit->title = "%s finished test #%s:%s";
|
||||
$lang->testtask->mail->close->title = "%s closed test #%s:%s";
|
||||
$lang->testtask->mail->create->title = "%s created test request #%s:%s";
|
||||
$lang->testtask->mail->edit->title = "%s finished test request #%s:%s";
|
||||
$lang->testtask->mail->close->title = "%s closed test request #%s:%s";
|
||||
|
||||
$lang->testtask->action = new stdclass();
|
||||
$lang->testtask->action->testtaskopened = '$date, <strong>$actor</strong> submitted test <strong>$extra</strong>.' . "\n";
|
||||
$lang->testtask->action->testtaskstarted = '$date, <strong>$actor</strong> started test <strong>$extra</strong>.' . "\n";
|
||||
$lang->testtask->action->testtaskclosed = '$date, <strong>$actor</strong> completed test<strong>$extra</strong>.' . "\n";
|
||||
$lang->testtask->action->testtaskopened = '$date, <strong>$actor</strong> submitted Test Request<strong>$extra</strong>.' . "\n";
|
||||
$lang->testtask->action->testtaskstarted = '$date, <strong>$actor</strong> started Test Request<strong>$extra</strong>.' . "\n";
|
||||
$lang->testtask->action->testtaskclosed = '$date, <strong>$actor</strong> completed Test Request<strong>$extra</strong>.' . "\n";
|
||||
|
||||
$lang->testtask->unexecuted = 'Not performed';
|
||||
$lang->testtask->unexecuted = 'Pending';
|
||||
|
||||
/* 统计报表。*/
|
||||
$lang->testtask->report = new stdclass();
|
||||
@@ -146,8 +146,8 @@ $lang->testtask->report->charts['testTaskPerModule'] = 'Module Report';
|
||||
$lang->testtask->report->charts['testTaskPerRunner'] = 'RunBy Report';
|
||||
$lang->testtask->report->charts['bugSeverityGroups'] = 'Bug Severity Distribution';
|
||||
$lang->testtask->report->charts['bugStatusGroups'] = 'Bug Status Distribution';
|
||||
$lang->testtask->report->charts['bugOpenedByGroups'] = 'Bug CreateBy Distribution';
|
||||
$lang->testtask->report->charts['bugResolvedByGroups'] = 'Bug SolveBy Distribution';
|
||||
$lang->testtask->report->charts['bugOpenedByGroups'] = 'Bug ReportedBy Distribution';
|
||||
$lang->testtask->report->charts['bugResolvedByGroups'] = 'Bug SolvedBy Distribution';
|
||||
$lang->testtask->report->charts['bugResolutionGroups'] = 'Bug Solution Distribution';
|
||||
$lang->testtask->report->charts['bugModuleGroups'] = 'Bug Module Distribution';
|
||||
|
||||
|
||||
@@ -89,7 +89,7 @@ if($config->global->flow == 'onlyTask' or $config->global->flow == 'onlyStory')
|
||||
|
||||
$lang->todo->confirmDelete = "Do you want to delete this Todo?";
|
||||
$lang->todo->thisIsPrivate = 'This is a private Todo';
|
||||
$lang->todo->lblDisableDate = 'Set later';
|
||||
$lang->todo->lblDisableDate = 'TBD';
|
||||
$lang->todo->lblBeforeDays = "Create a todo %s day(s) earlier";
|
||||
$lang->todo->lblClickCreate = "Click to Add Todo";
|
||||
$lang->todo->noTodo = 'No todos of this type.';
|
||||
|
||||
@@ -16,7 +16,7 @@ $lang->upgrade->success = 'Updated';
|
||||
$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 Plug-ins';
|
||||
$lang->upgrade->checkExtension = 'Check Extensions';
|
||||
$lang->upgrade->consistency = 'Check Consistency';
|
||||
$lang->upgrade->warnningContent = <<<EOT
|
||||
<p>Please backup your database before updating ZenTao!</p>
|
||||
@@ -43,9 +43,9 @@ $lang->upgrade->fromVersion = 'From';
|
||||
$lang->upgrade->toVersion = 'To';
|
||||
$lang->upgrade->confirm = 'Confirm SQL';
|
||||
$lang->upgrade->sureExecute = 'Execute';
|
||||
$lang->upgrade->forbiddenExt = 'The plug-in is not compatible with the version. It has been deactivated:';
|
||||
$lang->upgrade->forbiddenExt = 'The extension is incompatible with the version. It has been deactivated:';
|
||||
$lang->upgrade->updateFile = 'File information has to be updated.';
|
||||
$lang->upgrade->noticeSQL = 'Check that your database is inconsistent with the standard and try to fix failure. Please perform the following SQL and refresh.';
|
||||
$lang->upgrade->noticeSQL = 'Your database is inconsistent with the standard and it failed to fix it. Please run the following SQL and refresh.';
|
||||
$lang->upgrade->afterDeleted = 'File is not deleted. Please refresh after you delete it.';
|
||||
|
||||
include dirname(__FILE__) . '/version.php';
|
||||
|
||||
@@ -86,7 +86,7 @@ $lang->user->project = $lang->projectCommon;
|
||||
$lang->user->task = 'Task';
|
||||
$lang->user->bug = 'Bug';
|
||||
$lang->user->test = 'QA';
|
||||
$lang->user->testTask = 'Test';
|
||||
$lang->user->testTask = 'Request';
|
||||
$lang->user->testCase = 'Case';
|
||||
$lang->user->schedule = 'Schedule';
|
||||
$lang->user->todo = 'Todo';
|
||||
|
||||
@@ -4,7 +4,7 @@ $lang->webhook->list = 'Hook List';
|
||||
$lang->webhook->api = 'API';
|
||||
$lang->webhook->entry = 'Entry';
|
||||
$lang->webhook->log = 'Log';
|
||||
$lang->webhook->assigned = 'Assigned To';
|
||||
$lang->webhook->assigned = 'AssignedTo';
|
||||
$lang->webhook->setting = 'Settings';
|
||||
|
||||
$lang->webhook->browse = 'Browse';
|
||||
@@ -24,9 +24,9 @@ $lang->webhook->project = "{$lang->projectCommon}";
|
||||
$lang->webhook->params = 'Parameters';
|
||||
$lang->webhook->action = 'Trigger Action';
|
||||
$lang->webhook->desc = 'Description';
|
||||
$lang->webhook->createdBy = 'Created By';
|
||||
$lang->webhook->createdBy = 'CreatedBy';
|
||||
$lang->webhook->createdDate = 'Created';
|
||||
$lang->webhook->editedby = 'Edited By';
|
||||
$lang->webhook->editedby = 'EditedBy';
|
||||
$lang->webhook->editedDate = 'Edited';
|
||||
$lang->webhook->date = 'Sent';
|
||||
$lang->webhook->data = 'Data';
|
||||
@@ -45,8 +45,8 @@ $lang->webhook->paramsList['objectID'] = 'Object ID';
|
||||
$lang->webhook->paramsList['product'] = "{$lang->productCommon}";
|
||||
$lang->webhook->paramsList['project'] = "{$lang->projectCommon}";
|
||||
$lang->webhook->paramsList['action'] = 'Action';
|
||||
$lang->webhook->paramsList['actor'] = 'Acted by';
|
||||
$lang->webhook->paramsList['date'] = 'Acted on';
|
||||
$lang->webhook->paramsList['actor'] = 'Acted By';
|
||||
$lang->webhook->paramsList['date'] = 'Acted On';
|
||||
$lang->webhook->paramsList['comment'] = 'Comment';
|
||||
$lang->webhook->paramsList['text'] = 'Action Description';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user