*adjust relate to link:wq
This commit is contained in:
@@ -20,22 +20,22 @@ $lang->productplan->bugSummary = "<strong>%s</strong> Bugs in total on this page
|
||||
$lang->productplan->basicInfo = 'Basic Info';
|
||||
$lang->productplan->batchEdit = 'Batch Edit';
|
||||
|
||||
$lang->productplan->batchUnlink = "Batch Remove";
|
||||
$lang->productplan->linkStory = "Related Story";
|
||||
$lang->productplan->unlinkStory = "Remove Story";
|
||||
$lang->productplan->batchUnlinkStory = "Batch Remove";
|
||||
$lang->productplan->linkedStories = 'Relate Story';
|
||||
$lang->productplan->unlinkedStories = 'Unrelated';
|
||||
$lang->productplan->batchUnlink = "Batch Unlink";
|
||||
$lang->productplan->linkStory = "Linked Story";
|
||||
$lang->productplan->unlinkStory = "Unlink Story";
|
||||
$lang->productplan->batchUnlinkStory = "Batch Unlink";
|
||||
$lang->productplan->linkedStories = 'link Story';
|
||||
$lang->productplan->unlinkedStories = 'UnLinkEd';
|
||||
|
||||
$lang->productplan->linkBug = "Relate Bug";
|
||||
$lang->productplan->unlinkBug = "Remove Bug";
|
||||
$lang->productplan->batchUnlinkBug = "Batch Remove";
|
||||
$lang->productplan->linkedBugs = 'Related Bug';
|
||||
$lang->productplan->unlinkedBugs = 'Unrelated';
|
||||
$lang->productplan->linkBug = "Link Bug";
|
||||
$lang->productplan->unlinkBug = "Unlink Bug";
|
||||
$lang->productplan->batchUnlinkBug = "Batch Unlink";
|
||||
$lang->productplan->linkedBugs = 'Linked Bug';
|
||||
$lang->productplan->unlinkedBugs = 'Unlinked';
|
||||
|
||||
$lang->productplan->confirmDelete = "Do you want to delete this Plan?";
|
||||
$lang->productplan->confirmUnlinkStory = "Do you want to remove this Story?";
|
||||
$lang->productplan->confirmUnlinkBug = "Do you want to remove this Bug?";
|
||||
$lang->productplan->confirmUnlinkStory = "Do you want to unlink this Story?";
|
||||
$lang->productplan->confirmUnlinkBug = "Do you want to unlink this Bug?";
|
||||
|
||||
$lang->productplan->id = 'ID';
|
||||
$lang->productplan->product = $lang->productCommon;
|
||||
|
||||
+15
-15
@@ -32,7 +32,7 @@ $lang->project->RD = 'Release Director';
|
||||
$lang->project->acl = 'Access Control';
|
||||
$lang->project->teamname = 'Team Name';
|
||||
$lang->project->order = "Sort {$lang->projectCommon}";
|
||||
$lang->project->products = "Relate {$lang->productCommon}";
|
||||
$lang->project->products = "Link {$lang->productCommon}";
|
||||
$lang->project->whitelist = 'Whitelist';
|
||||
$lang->project->totalEstimate = 'Est.';
|
||||
$lang->project->totalConsumed = 'Consumed';
|
||||
@@ -107,11 +107,11 @@ $lang->project->burnData = 'Burndown Data';
|
||||
$lang->project->fixFirst = 'Edit 1st Day Data';
|
||||
$lang->project->team = 'Team Member';
|
||||
$lang->project->doc = 'Doc';
|
||||
$lang->project->manageProducts = 'Relate ' . $lang->productCommon;
|
||||
$lang->project->linkStory = 'Related Story';
|
||||
$lang->project->unlinkStoryTasks = 'Unrelated';
|
||||
$lang->project->linkedProducts = 'Related Products';
|
||||
$lang->project->unlinkedProducts = 'Unrelated Products';
|
||||
$lang->project->manageProducts = 'Link ' . $lang->productCommon;
|
||||
$lang->project->linkStory = 'Linked Story';
|
||||
$lang->project->unlinkStoryTasks = 'Unlinked';
|
||||
$lang->project->linkedProducts = 'Linked Products';
|
||||
$lang->project->unlinkedProducts = 'Unlinked Products';
|
||||
$lang->project->view = "Info";
|
||||
$lang->project->create = "Add";
|
||||
$lang->project->copy = "Copy {$lang->projectCommon}";
|
||||
@@ -120,9 +120,9 @@ $lang->project->browse = "Browse";
|
||||
$lang->project->edit = "Edit";
|
||||
$lang->project->batchEdit = "Batch Edit";
|
||||
$lang->project->manageMembers = 'Manange Team';
|
||||
$lang->project->unlinkMember = 'Remove Member';
|
||||
$lang->project->unlinkStory = 'Remove Story';
|
||||
$lang->project->batchUnlinkStory = 'Batch Remove Story';
|
||||
$lang->project->unlinkMember = 'Unlink Member';
|
||||
$lang->project->unlinkStory = 'Unlink Story';
|
||||
$lang->project->batchUnlinkStory = 'Batch Unlink Story';
|
||||
$lang->project->importTask = 'Import Task';
|
||||
$lang->project->importBug = 'Import Bug';
|
||||
$lang->project->updateOrder = 'Order';
|
||||
@@ -176,8 +176,8 @@ $lang->project->noTimeSummary = " <strong>%s</strong> Tasks in this group, Wai
|
||||
$lang->project->wbs = "Decompose Task";
|
||||
$lang->project->batchWBS = "Batch Decompose";
|
||||
$lang->project->howToUpdateBurn = "<a href='http://api.zentao.net/goto.php?item=burndown&lang=zh-cn' target='_blank' title='How to Update the Burndown Chart?' class='btn btn-sm'>Help</a>";
|
||||
$lang->project->whyNoStories = "No Story can be related. Please check whether there is Story in {$lang->projectCommon} related {$lang->productCommon} and make sure it has been reviewed.";
|
||||
$lang->project->productStories = "{$lang->projectCommon} related story is the subeset of {$lang->productCommon}, which can only be related after review. Please <a href='%s'> Link Story</a>。";
|
||||
$lang->project->whyNoStories = "No Story can be linked. Please check whether there is Story in {$lang->projectCommon} linked {$lang->productCommon} and make sure it has been reviewed.";
|
||||
$lang->project->productStories = "{$lang->projectCommon} linked story is the subeset of {$lang->productCommon}, which can only be linked after review. Please <a href='%s'> Link Story</a>。";
|
||||
$lang->project->doneProjects = 'Done';
|
||||
$lang->project->selectDept = 'Select Department';
|
||||
$lang->project->selectDeptTitle = 'Select Department';
|
||||
@@ -194,14 +194,14 @@ $lang->project->byUser = 'By User';
|
||||
|
||||
/* 交互提示。*/
|
||||
$lang->project->confirmDelete = "Do you want to delete {$lang->projectCommon}[%s]?";
|
||||
$lang->project->confirmUnlinkMember = "Do you want to remove this User from {$lang->projectCommon}?";
|
||||
$lang->project->confirmUnlinkStory = "Do you want to remove this Story from {$lang->projectCommon}?";
|
||||
$lang->project->errorNoLinkedProducts = "No related {$lang->productCommon} found in {$lang->projectCommon}. You will be directed to {$lang->productCommon}linked page.";
|
||||
$lang->project->confirmUnlinkMember = "Do you want to unlink this User from {$lang->projectCommon}?";
|
||||
$lang->project->confirmUnlinkStory = "Do you want to unlink this Story from {$lang->projectCommon}?";
|
||||
$lang->project->errorNoLinkedProducts = "No linked {$lang->productCommon} found in {$lang->projectCommon}. You will be directed to {$lang->productCommon}linked page.";
|
||||
$lang->project->accessDenied = "Access to {$lang->projectCommon} denied!";
|
||||
$lang->project->tips = 'Note';
|
||||
$lang->project->afterInfo = "{$lang->projectCommon} is created. Next you can ";
|
||||
$lang->project->setTeam = 'Set Team';
|
||||
$lang->project->linkStory = 'Relate Story';
|
||||
$lang->project->linkStory = 'Link Story';
|
||||
$lang->project->createTask = 'Create Task';
|
||||
$lang->project->goback = "Go Back";
|
||||
$lang->project->noweekend = 'Without Weekend';
|
||||
|
||||
@@ -12,16 +12,16 @@
|
||||
$lang->release->common = 'Release';
|
||||
$lang->release->create = "Create";
|
||||
$lang->release->edit = "Edit";
|
||||
$lang->release->linkStory = "Relate Story";
|
||||
$lang->release->linkBug = "Relate Bug";
|
||||
$lang->release->linkStory = "Link Story";
|
||||
$lang->release->linkBug = "Link Bug";
|
||||
$lang->release->delete = "Delete";
|
||||
$lang->release->deleted = 'Deleted';
|
||||
$lang->release->view = "Info";
|
||||
$lang->release->browse = "Releases";
|
||||
$lang->release->changeStatus = "Change Status";
|
||||
$lang->release->batchUnlink = "Batch Unrelate";
|
||||
$lang->release->batchUnlinkStory = "Batch Unrelate";
|
||||
$lang->release->batchUnlinkBug = "Batch Unrelate";
|
||||
$lang->release->batchUnlink = "Batch Unlink";
|
||||
$lang->release->batchUnlinkStory = "Batch Unlink";
|
||||
$lang->release->batchUnlinkBug = "Batch Unlink";
|
||||
|
||||
$lang->release->confirmDelete = "Do you want to delete this Release?";
|
||||
$lang->release->confirmUnlinkStory = "Do you want to remove this Story?";
|
||||
@@ -37,8 +37,8 @@ $lang->release->date = 'Date';
|
||||
$lang->release->desc = 'Description';
|
||||
$lang->release->status = 'Status';
|
||||
$lang->release->last = 'Last Release';
|
||||
$lang->release->unlinkStory = 'Remove Story';
|
||||
$lang->release->unlinkBug = 'Remove Bug';
|
||||
$lang->release->unlinkStory = 'Unlink Story';
|
||||
$lang->release->unlinkBug = 'Unlink Bug';
|
||||
$lang->release->stories = 'Finished Story';
|
||||
$lang->release->bugs = 'Solved Bug';
|
||||
$lang->release->generatedBugs = 'Remained Bug';
|
||||
|
||||
+21
-21
@@ -23,17 +23,17 @@ $lang->story->batchClose = 'Batch Close';
|
||||
$lang->story->activate = 'Activate';
|
||||
$lang->story->delete = "Delete";
|
||||
$lang->story->view = "Story Details";
|
||||
$lang->story->tasks = "Related Task";
|
||||
$lang->story->bugs = "Related Bug";
|
||||
$lang->story->cases = "Related Case";
|
||||
$lang->story->tasks = "Linked Task";
|
||||
$lang->story->bugs = "Linked Bug";
|
||||
$lang->story->cases = "Linked Case";
|
||||
$lang->story->taskCount = 'Tasks';
|
||||
$lang->story->bugCount = 'Bugs';
|
||||
$lang->story->caseCount = 'Test Cases';
|
||||
$lang->story->taskCountAB = 'T';
|
||||
$lang->story->bugCountAB = 'B';
|
||||
$lang->story->caseCountAB = 'C';
|
||||
$lang->story->linkStory = 'Relate Story';
|
||||
$lang->story->unlinkStory = 'Unrelated';
|
||||
$lang->story->linkStory = 'Link Story';
|
||||
$lang->story->unlinkStory = 'UnLinked';
|
||||
$lang->story->export = "Export Data";
|
||||
$lang->story->zeroCase = "Zero Case";
|
||||
$lang->story->zeroTask = "Zero Task";
|
||||
@@ -79,7 +79,7 @@ $lang->story->version = 'Version';
|
||||
$lang->story->plan = 'Plan';
|
||||
$lang->story->planAB = 'Plan';
|
||||
$lang->story->comment = 'Comment';
|
||||
$lang->story->linkStories = 'Relate Story';
|
||||
$lang->story->linkStories = 'Link Story';
|
||||
$lang->story->childStories = 'Decompose Story';
|
||||
$lang->story->duplicateStory = 'Duplicate Story';
|
||||
$lang->story->reviewResult = 'Review Results';
|
||||
@@ -158,10 +158,10 @@ $lang->story->legendRelated = 'Related Info';
|
||||
$lang->story->legendMailto = 'Mail To';
|
||||
$lang->story->legendAttatch = 'Files';
|
||||
$lang->story->legendProjectAndTask = $lang->projectCommon . 'Task';
|
||||
$lang->story->legendBugs = 'Related Bug';
|
||||
$lang->story->legendBugs = 'Linked Bug';
|
||||
$lang->story->legendFromBug = 'From Bug';
|
||||
$lang->story->legendCases = 'Related Case';
|
||||
$lang->story->legendLinkStories = 'Related Story';
|
||||
$lang->story->legendCases = 'Linked Case';
|
||||
$lang->story->legendLinkStories = 'Linked Story';
|
||||
$lang->story->legendChildStories = 'Decompose Story';
|
||||
$lang->story->legendSpec = 'Description';
|
||||
$lang->story->legendVerify = 'Acceptance';
|
||||
@@ -189,23 +189,23 @@ $lang->story->form = new stdclass();
|
||||
$lang->story->form->area = 'Story Affiliation';
|
||||
$lang->story->form->desc = 'Description and criteria. What Story is it? How to accept it?';
|
||||
$lang->story->form->resource = 'Resource allocation. How finished it? How long does it take?';
|
||||
$lang->story->form->file = 'Files. If there are Story related files, please click Here to upload.';
|
||||
$lang->story->form->file = 'Files. If there are Story linked files, please click Here to upload.';
|
||||
|
||||
$lang->story->action = new stdclass();
|
||||
$lang->story->action->reviewed = array('main' => '$date, recorded by <strong>$actor</strong>. Review result is <strong>$extra</strong>.', 'extra' => 'reviewResultList');
|
||||
$lang->story->action->closed = array('main' => '$date, closed by <strong>$actor</strong>. The reasion is <strong>$extra</strong> $appendLink.', 'extra' => 'reasonList');
|
||||
$lang->story->action->linked2plan = array('main' => '$date, related by <strong>$actor</strong> to Plan <strong>$extra</strong>');
|
||||
$lang->story->action->unlinkedfromplan = array('main' => '$date, removed by <strong>$actor</strong> from Plan <strong>$extra</strong>.');
|
||||
$lang->story->action->linked2project = array('main' => '$date, related by <strong>$actor</strong> to ' . $lang->projectCommon . ' <strong>$extra</strong>.');
|
||||
$lang->story->action->unlinkedfromproject = array('main' => '$date, removed by <strong>$actor</strong> from ' . $lang->projectCommon . ' <strong>$extra</strong>.');
|
||||
$lang->story->action->linked2build = array('main' => '$date, related by <strong>$actor</strong> to Build <strong>$extra</strong>');
|
||||
$lang->story->action->unlinkedfrombuild = array('main' => '$date, removed by <strong>$actor</strong> from Build <strong>$extra</strong>.');
|
||||
$lang->story->action->linked2release = array('main' => '$date, related by <strong>$actor</strong> to Release <strong>$extra</strong>');
|
||||
$lang->story->action->unlinkedfromrelease = array('main' => '$date, removed by <strong>$actor</strong> from Release <strong>$extra</strong>.');
|
||||
$lang->story->action->linkrelatedstory = array('main' => '$date, related by <strong>$actor</strong> to Story <strong>$extra</strong>.');
|
||||
$lang->story->action->linked2plan = array('main' => '$date, linked by <strong>$actor</strong> to Plan <strong>$extra</strong>');
|
||||
$lang->story->action->unlinkedfromplan = array('main' => '$date, unlinked by <strong>$actor</strong> from Plan <strong>$extra</strong>.');
|
||||
$lang->story->action->linked2project = array('main' => '$date, linked by <strong>$actor</strong> to ' . $lang->projectCommon . ' <strong>$extra</strong>.');
|
||||
$lang->story->action->unlinkedfromproject = array('main' => '$date, unlinked by <strong>$actor</strong> from ' . $lang->projectCommon . ' <strong>$extra</strong>.');
|
||||
$lang->story->action->linked2build = array('main' => '$date, linked by <strong>$actor</strong> to Build <strong>$extra</strong>');
|
||||
$lang->story->action->unlinkedfrombuild = array('main' => '$date, unlinked by <strong>$actor</strong> from Build <strong>$extra</strong>.');
|
||||
$lang->story->action->linked2release = array('main' => '$date, linked by <strong>$actor</strong> to Release <strong>$extra</strong>');
|
||||
$lang->story->action->unlinkedfromrelease = array('main' => '$date, unlinked by <strong>$actor</strong> from Release <strong>$extra</strong>.');
|
||||
$lang->story->action->linkrelatedstory = array('main' => '$date, linked by <strong>$actor</strong> to Story <strong>$extra</strong>.');
|
||||
$lang->story->action->subdividestory = array('main' => '$date, decomposed by <strong>$actor</strong> to Story <strong>$extra</strong>.');
|
||||
$lang->story->action->unlinkrelatedstory = array('main' => '$date, removed by <strong>$actor</strong> from Story <strong>$extra</strong>.');
|
||||
$lang->story->action->unlinkchildstory = array('main' => '$date, removed by <strong>$actor</strong> Decomposed Story <strong>$extra</strong>.');
|
||||
$lang->story->action->unlinkrelatedstory = array('main' => '$date, unlinked by <strong>$actor</strong> from Story <strong>$extra</strong>.');
|
||||
$lang->story->action->unlinkchildstory = array('main' => '$date, unlinked by <strong>$actor</strong> Decomposed Story <strong>$extra</strong>.');
|
||||
|
||||
/* 统计报表。*/
|
||||
$lang->story->report = new stdclass();
|
||||
|
||||
@@ -27,9 +27,9 @@ $lang->testcase->result = 'Result';
|
||||
$lang->testcase->real = 'Real';
|
||||
$lang->testcase->keywords = 'Keywords';
|
||||
$lang->testcase->files = 'Files';
|
||||
$lang->testcase->linkCase = 'Related Cases';
|
||||
$lang->testcase->linkCases = 'Related Cases';
|
||||
$lang->testcase->unlinkCase = 'Unrelated';
|
||||
$lang->testcase->linkCase = 'Linked Cases';
|
||||
$lang->testcase->linkCases = 'Linked Cases';
|
||||
$lang->testcase->unlinkCase = 'Unlinked';
|
||||
$lang->testcase->stage = 'Stage';
|
||||
$lang->testcase->lastEditedByAB = 'Last Edited By';
|
||||
$lang->testcase->lastEditedDateAB = 'Last Edited on';
|
||||
@@ -58,7 +58,7 @@ $lang->testcase->stepDesc = 'Step';
|
||||
$lang->testcase->stepExpect = 'Expect';
|
||||
|
||||
$lang->testcase->common = 'Case';
|
||||
$lang->testcase->index = "Index";
|
||||
$lang->testcase->index = "Home";
|
||||
$lang->testcase->create = "Create Case";
|
||||
$lang->testcase->batchCreate = "Batch Create";
|
||||
$lang->testcase->delete = "Delete";
|
||||
|
||||
@@ -15,8 +15,8 @@ $lang->testtask->delete = "Delete";
|
||||
$lang->testtask->view = "Info";
|
||||
$lang->testtask->edit = "Edit";
|
||||
$lang->testtask->browse = "Test Tasks";
|
||||
$lang->testtask->linkCase = "Relate Cases";
|
||||
$lang->testtask->unlinkCase = "Unrelate";
|
||||
$lang->testtask->linkCase = "Link Cases";
|
||||
$lang->testtask->unlinkCase = "Unlink";
|
||||
$lang->testtask->batchUnlinkCases = "Batch unlink cases";
|
||||
$lang->testtask->batchAssign = "Batch Assign";
|
||||
$lang->testtask->runCase = "Run";
|
||||
@@ -68,9 +68,9 @@ $lang->testtask->priList[1] = '1';
|
||||
$lang->testtask->priList[2] = '2';
|
||||
$lang->testtask->priList[4] = '4';
|
||||
|
||||
$lang->testtask->unlinkedCases = 'Unrelated Cases';
|
||||
$lang->testtask->linkByStory = 'Related by Story';
|
||||
$lang->testtask->linkByBug = 'Related by Bug';
|
||||
$lang->testtask->unlinkedCases = 'Unlinked Cases';
|
||||
$lang->testtask->linkByStory = 'Linked by Story';
|
||||
$lang->testtask->linkByBug = 'Linked by Bug';
|
||||
$lang->testtask->passAll = 'All Pass';
|
||||
$lang->testtask->pass = 'Pass';
|
||||
$lang->testtask->fail = 'Failed';
|
||||
@@ -78,13 +78,13 @@ $lang->testtask->showResult = 'Executed <span class="text-info">%s</span> tim
|
||||
$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 remove this Case?';
|
||||
$lang->testtask->confirmUnlinkCase = 'Do you want to unlink this Case?';
|
||||
|
||||
$lang->testtask->assignedToMe = 'Assigned to Me';
|
||||
$lang->testtask->allCases = 'All Cases';
|
||||
|
||||
$lang->testtask->lblCases = 'Cases';
|
||||
$lang->testtask->lblUnlinkCase = 'Remove Case';
|
||||
$lang->testtask->lblUnlinkCase = 'Unlink Case';
|
||||
$lang->testtask->lblRunCase = 'Run Case';
|
||||
$lang->testtask->lblResults = 'Results';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user