* Lang file update.

This commit is contained in:
reneeteng
2019-05-31 10:57:24 +08:00
parent 9ab09b0a2b
commit c4e897ac15
6 changed files with 86 additions and 86 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ $lang->showAll = '[[Show All]]';
$lang->future = 'Waiting';
$lang->year = 'Year';
$lang->workingHour = 'Man-hours';
$lang->workingHour = 'Hours';
$lang->idAB = 'ID';
$lang->priAB = 'P';
+9 -9
View File
@@ -24,23 +24,23 @@ $lang->productplan->batchUnlink = "Batch Unlink";
$lang->productplan->linkStory = "Link Story";
$lang->productplan->unlinkStory = "Unlink Story";
$lang->productplan->batchUnlinkStory = "Batch Unlink";
$lang->productplan->linkedStories = 'Linked Story';
$lang->productplan->unlinkedStories = 'Unlinked Story';
$lang->productplan->linkedStories = 'Linked Stories';
$lang->productplan->unlinkedStories = 'Unlinked Stories';
$lang->productplan->updateOrder = 'Rank';
$lang->productplan->createChildren = "Create Child Plan";
$lang->productplan->createChildren = "Create Child Plans";
$lang->productplan->linkBug = "Link Bug";
$lang->productplan->unlinkBug = "Unlink Bug";
$lang->productplan->batchUnlinkBug = "Batch Unlink Bug";
$lang->productplan->linkedBugs = 'Linked Bug';
$lang->productplan->unlinkedBugs = 'Unlinked Bug';
$lang->productplan->unexpired = 'Unexpired Plan';
$lang->productplan->batchUnlinkBug = "Batch Unlink Bugs";
$lang->productplan->linkedBugs = 'Linked Bugs';
$lang->productplan->unlinkedBugs = 'Unlinked Bugs';
$lang->productplan->unexpired = 'Unexpired Plans';
$lang->productplan->all = 'All Plans';
$lang->productplan->confirmDelete = "Do you want to delete this Plan?";
$lang->productplan->confirmUnlinkStory = "Do you want to unlink this Story?";
$lang->productplan->confirmUnlinkBug = "Do you want to unlink this Bug?";
$lang->productplan->noPlan = 'No plans. ';
$lang->productplan->noPlan = 'No plans yet. ';
$lang->productplan->id = 'ID';
$lang->productplan->product = $lang->productCommon;
@@ -53,7 +53,7 @@ $lang->productplan->last = 'Last Plan';
$lang->productplan->future = 'TBD';
$lang->productplan->stories = 'Story';
$lang->productplan->bugs = 'Bug';
$lang->productplan->hour = 'Man-hours';
$lang->productplan->hour = 'Hours';
$lang->productplan->project = $lang->projectCommon;
$lang->productplan->parent = "Parent Plan";
$lang->productplan->children= "Child Plan";
+10 -10
View File
@@ -168,14 +168,14 @@ $lang->project->statusSelects['done'] = 'Done';
$lang->project->statusSelects['closed'] = 'Closed';
$lang->project->statusSelects['cancel'] = 'Cancelled';
$lang->project->groups[''] = 'Group';
$lang->project->groups['story'] = 'By Story';
$lang->project->groups['status'] = 'By Status';
$lang->project->groups['pri'] = 'By Priority';
$lang->project->groups['assignedTo'] = 'By AssignTo';
$lang->project->groups['finishedBy'] = 'By FinishBy';
$lang->project->groups['closedBy'] = 'By ClosedBy';
$lang->project->groups['type'] = 'By Type';
$lang->project->groups[''] = 'View by Groups';
$lang->project->groups['story'] = 'Group by Story';
$lang->project->groups['status'] = 'Group by Status';
$lang->project->groups['pri'] = 'Group by Priority';
$lang->project->groups['assignedTo'] = 'Group by AssignedTo';
$lang->project->groups['finishedBy'] = 'Group by FinishedBy';
$lang->project->groups['closedBy'] = 'Group by ClosedBy';
$lang->project->groups['type'] = 'Group by Type';
$lang->project->groupFilter['story']['all'] = $lang->project->all;
$lang->project->groupFilter['story']['linked'] = 'LinkedtoStory Task';
@@ -197,7 +197,7 @@ $lang->project->selectProject = "Select {$lang->projectCommon}";
$lang->project->beginAndEnd = 'Duration';
$lang->project->begin = 'Begin';
$lang->project->end = 'End';
$lang->project->lblStats = 'Total Man-hours(h): ';
$lang->project->lblStats = 'Total Hours(h): ';
$lang->project->stats = 'Available: <strong>%s</strong>(h), Estimates: <strong>%s</strong>(h), Cost: <strong>%s</strong>(h), Left: <strong>%s</strong>(h).';
$lang->project->taskSummary = "Total <strong>%s</strong> tasks on this page. Waiting: <strong>%s</strong>. Doing: <strong>%s</strong>. &nbsp;&nbsp;&nbsp; Estimates: <strong>%s</strong>(h). Cost: <strong>%s</strong>(h). Left: <strong>%s</strong>(h).";
$lang->project->checkedSummary = "Selected: <strong>%total%</strong>. Wait:<strong>%wait%</strong>. Doing: <strong>%doing%</strong>. Estimates: <strong>%estimate%</strong>(h). Cost: <strong>%consumed%</strong>(h). Left: <strong>%left%</strong>(h).";
@@ -244,7 +244,7 @@ $lang->project->goback = "Go Back";
$lang->project->noweekend = 'excl. Weekend';
$lang->project->withweekend = 'incl. Weekend';
$lang->project->interval = 'Intervals';
$lang->project->fixFirstWithLeft = 'Edit man-hours left';
$lang->project->fixFirstWithLeft = 'Edit Hours Left';
$lang->project->action = new stdclass();
$lang->project->action->opened = '$date, created by <strong>$actor</strong> .' . "\n";
+1 -1
View File
@@ -67,7 +67,7 @@ $lang->report->deviationRate = 'Deviation Rate';
$lang->report->total = 'Total';
$lang->report->to = 'to';
$lang->report->taskTotal = "Total Tasks";
$lang->report->manhourTotal = "Total Man-hours";
$lang->report->manhourTotal = "Total Hours";
$lang->report->validRate = "Valid Rate";
$lang->report->validRateTips = "Solution is Solved/Postponed or status is Solved/Closed.";
$lang->report->unplanned = 'Unplanned';
+32 -32
View File
@@ -10,7 +10,7 @@
* @link http://www.zentao.net
*/
$lang->story->create = "Create Story";
$lang->story->batchCreate = "Batch Create Story";
$lang->story->batchCreate = "Batch Create Stories";
$lang->story->change = "Change Story";
$lang->story->changed = 'Change';
$lang->story->assignTo = 'Assign';
@@ -41,12 +41,12 @@ $lang->story->zeroCase = "Story w/o cases";
$lang->story->zeroTask = "Story w/o tasks";
$lang->story->reportChart = "Report";
$lang->story->copyTitle = "Copy Title";
$lang->story->batchChangePlan = "Batch Change Plan";
$lang->story->batchChangeBranch = "Batch Change Branch";
$lang->story->batchChangeStage = "Batch Change Phase";
$lang->story->batchChangePlan = "Batch Change Plans";
$lang->story->batchChangeBranch = "Batch Change Branches";
$lang->story->batchChangeStage = "Batch Change Phases";
$lang->story->batchAssignTo = "Batch Assign";
$lang->story->batchChangeModule = "Batch Change Module";
$lang->story->viewAll = "See all";
$lang->story->batchChangeModule = "Batch Change Modules";
$lang->story->viewAll = "See All";
$lang->story->common = 'Story';
$lang->story->id = 'ID';
@@ -71,22 +71,22 @@ $lang->story->stageAB = 'Phase';
$lang->story->stagedBy = 'SetBy';
$lang->story->mailto = 'Mailto';
$lang->story->openedBy = 'CreatedBy';
$lang->story->openedDate = 'Created';
$lang->story->openedDate = 'CreatedDate';
$lang->story->assignedTo = 'AssignedTo';
$lang->story->assignedDate = 'Assigned';
$lang->story->assignedDate = 'AssignedDate';
$lang->story->lastEditedBy = 'ModifiedBy';
$lang->story->lastEditedDate = 'ModifiedOn';
$lang->story->lastEditedDate = 'ModifiedDate';
$lang->story->closedBy = 'ClosedBy';
$lang->story->closedDate = 'Closed';
$lang->story->closedDate = 'ClosedDate';
$lang->story->closedReason = 'Reason';
$lang->story->rejectedReason = 'Reject Reason';
$lang->story->reviewedBy = 'ReviewedBy';
$lang->story->reviewedDate = 'Reviewed';
$lang->story->reviewedDate = 'ReviewedDate';
$lang->story->version = 'Version';
$lang->story->plan = 'Linked Plan';
$lang->story->plan = 'Linked Plans';
$lang->story->planAB = 'Plan';
$lang->story->comment = 'Comment';
$lang->story->linkStories = 'Linked Story';
$lang->story->linkStories = 'Linked Stories';
$lang->story->childStories = 'Decompose Story';
$lang->story->duplicateStory = 'Copy Story';
$lang->story->reviewResult = 'Review Result';
@@ -102,7 +102,7 @@ $lang->story->unclosed = 'Unclosed';
$lang->story->deleted = 'Deleted';
$lang->story->ditto = 'Ditto';
$lang->story->dittoNotice = 'This Story is not linked to the same Product as the last one does!';
$lang->story->dittoNotice = 'This Story is not linked to the same Product as the last one is!';
$lang->story->useList[0] = 'Yes';
$lang->story->useList[1] = 'No';
@@ -196,7 +196,7 @@ $lang->story->specTemplate = "As a < type of user >, I want < some goal
$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.';
$lang->story->errorEmptyChildStory = '『Decompose Story』canot be blank.';
$lang->story->mustChooseResult = 'Select Result';
$lang->story->mustChoosePreVersion = 'Select a version to revert to.';
$lang->story->noStory = 'No stories. ';
@@ -229,20 +229,20 @@ $lang->story->report = new stdclass();
$lang->story->report->common = 'Report';
$lang->story->report->select = 'Select Report Type';
$lang->story->report->create = 'Create Report';
$lang->story->report->value = 'No. of Reports';
$lang->story->report->value = 'Reports';
$lang->story->report->charts['storysPerProduct'] = 'Stories of ' . $lang->productCommon;
$lang->story->report->charts['storysPerModule'] = 'Stories of Module';
$lang->story->report->charts['storysPerSource'] = 'Story Source';
$lang->story->report->charts['storysPerPlan'] = 'Plan';
$lang->story->report->charts['storysPerStatus'] = 'Status';
$lang->story->report->charts['storysPerStage'] = 'Phase';
$lang->story->report->charts['storysPerPri'] = 'Priority';
$lang->story->report->charts['storysPerEstimate'] = 'Estimates';
$lang->story->report->charts['storysPerOpenedBy'] = 'CreatedBy';
$lang->story->report->charts['storysPerAssignedTo'] = 'AssignedTo';
$lang->story->report->charts['storysPerClosedReason'] = 'Closed Reason';
$lang->story->report->charts['storysPerChange'] = 'Story Change';
$lang->story->report->charts['storysPerProduct'] = 'Group by ' . $lang->productCommon . 'Story';
$lang->story->report->charts['storysPerModule'] = 'Group by Module Story';
$lang->story->report->charts['storysPerSource'] = 'Group by Story Source';
$lang->story->report->charts['storysPerPlan'] = 'Group by Plan';
$lang->story->report->charts['storysPerStatus'] = 'Group by Status';
$lang->story->report->charts['storysPerStage'] = 'Group by Phase';
$lang->story->report->charts['storysPerPri'] = 'Group by Priority';
$lang->story->report->charts['storysPerEstimate'] = 'Group by Estimates';
$lang->story->report->charts['storysPerOpenedBy'] = 'Group by CreatedBy';
$lang->story->report->charts['storysPerAssignedTo'] = 'Group by AssignedTo';
$lang->story->report->charts['storysPerClosedReason'] = 'Group by Closed Reason';
$lang->story->report->charts['storysPerChange'] = 'Group by Changed Story';
$lang->story->report->options = new stdclass();
$lang->story->report->options->graph = new stdclass();
@@ -270,11 +270,11 @@ $lang->story->report->storysPerPlan->item = 'Plan';
$lang->story->report->storysPerStatus->item = 'Status';
$lang->story->report->storysPerStage->item = 'Phase';
$lang->story->report->storysPerPri->item = 'Priority';
$lang->story->report->storysPerOpenedBy->item = 'Opened By';
$lang->story->report->storysPerOpenedBy->item = 'OpenedBy';
$lang->story->report->storysPerAssignedTo->item = 'AssignedTo';
$lang->story->report->storysPerClosedReason->item = 'Reason';
$lang->story->report->storysPerEstimate->item = 'Estimates';
$lang->story->report->storysPerChange->item = 'Change';
$lang->story->report->storysPerChange->item = 'Changed Story';
$lang->story->report->storysPerProduct->graph = new stdclass();
$lang->story->report->storysPerModule->graph = new stdclass();
@@ -296,8 +296,8 @@ $lang->story->report->storysPerPlan->graph->xAxisName = 'Plan';
$lang->story->report->storysPerStatus->graph->xAxisName = 'Status';
$lang->story->report->storysPerStage->graph->xAxisName = 'Phase';
$lang->story->report->storysPerPri->graph->xAxisName = 'Priority';
$lang->story->report->storysPerOpenedBy->graph->xAxisName = 'Created By';
$lang->story->report->storysPerAssignedTo->graph->xAxisName = 'Assigned To';
$lang->story->report->storysPerOpenedBy->graph->xAxisName = 'CreatedBy';
$lang->story->report->storysPerAssignedTo->graph->xAxisName = 'AssignedTo';
$lang->story->report->storysPerClosedReason->graph->xAxisName = 'Close Reason';
$lang->story->report->storysPerEstimate->graph->xAxisName = 'Estimates ';
$lang->story->report->storysPerChange->graph->xAxisName = 'Change Times';
+33 -33
View File
@@ -11,10 +11,10 @@
*/
$lang->task->index = "Home";
$lang->task->create = "Create Task";
$lang->task->batchCreate = "Batch Create Task";
$lang->task->batchCreateChildren = "Batch Create Child";
$lang->task->batchCreate = "Batch Create Tasks";
$lang->task->batchCreateChildren = "Batch Create Child Tasks";
$lang->task->batchEdit = "Batch Edit";
$lang->task->batchChangeModule = "Batch Change Module";
$lang->task->batchChangeModule = "Batch Change Modules";
$lang->task->batchClose = "Batch Close";
$lang->task->batchCancel = "Batch Cancel";
$lang->task->edit = "Edit";
@@ -88,9 +88,9 @@ $lang->task->finishedDate = 'ActualEndDate';
$lang->task->finishedDateAB = 'ActualEnd';
$lang->task->finishedList = 'FinishedBy';
$lang->task->canceledBy = 'CancelledBy';
$lang->task->canceledDate = 'CancelledOn';
$lang->task->canceledDate = 'CancelledDate';
$lang->task->closedBy = 'ClosedBy';
$lang->task->closedDate = 'ClosedOn';
$lang->task->closedDate = 'ClosedDate';
$lang->task->closedReason = 'CloseReason';
$lang->task->lastEditedBy = 'ModifiedBy';
$lang->task->lastEditedDate = 'ModifiedOn';
@@ -116,7 +116,7 @@ $lang->task->lblTestStory = 'Story Tested';
$lang->task->ditto = 'Ditto';
$lang->task->dittoNotice = "This Task is not linked to the project as the previous one is!";
$lang->task->selectTestStory = 'Select Test Story';
$lang->task->selectTestStory = 'Select Story Testd';
$lang->task->selectAllUser = 'All Users';
$lang->task->noStory = 'No Story';
$lang->task->noAssigned = 'Unassigned';
@@ -170,25 +170,25 @@ $lang->task->successSaved = "Created!";
$lang->task->delayWarning = " <strong class='text-danger'> Delay %s days </strong>";
$lang->task->remindBug = "This Task is converted from a Bug. Do you want to update the Bug:%s?";
$lang->task->confirmChangeProject = "If you change {$lang->projectCommon}, the linked Module, Story and AssignedTo will be changed. Do you want to do it?";
$lang->task->confirmFinish = '"Left Man-hour" is 0. Do you want to change the Status to "Finished"?';
$lang->task->confirmRecord = '"Left Man-hour" is 0. Do you want to set Task as "Finished"?';
$lang->task->confirmTransfer = '"Left Man-hour" is 0,Do you want to transfer task?';
$lang->task->confirmFinish = '"Left Hour" is 0. Do you want to change the Status to "Finished"?';
$lang->task->confirmRecord = '"Left Hour" is 0. Do you want to set Task as "Finished"?';
$lang->task->confirmTransfer = '"Left Hour" is 0,Do you want to transfer task?';
$lang->task->noticeLinkStory = "No story has been linked. You can %s for this project, then %s.";
$lang->task->noticeSaveRecord = 'Your Man-hour is not saved. Please save it first.';
$lang->task->noticeSaveRecord = 'Your Hour is not saved. Please save it first.';
$lang->task->commentActions = '%s. %s, commented by <strong>%s</strong>.';
$lang->task->deniedNotice = 'Only the %s can %s the task.';
$lang->task->noTask = 'No tasks yet. ';
$lang->task->createDenied = 'Create Task is denied in this project';
$lang->task->error = new stdclass();
$lang->task->error->consumedNumber = '"Cost" must be numbers.';
$lang->task->error->estimateNumber = '"Man-hour" must be numbers.';
$lang->task->error->consumedSmall = '"Cost" must be > the previous number.';
$lang->task->error->consumedThisTime = 'Please enter "Man-hour"';
$lang->task->error->consumedNumber = '"Cost Hour" must be numbers.';
$lang->task->error->estimateNumber = '"Hour" must be numbers.';
$lang->task->error->consumedSmall = '"Cost Hour" must be > the last number.';
$lang->task->error->consumedThisTime = 'Please enter "Hour"';
$lang->task->error->left = 'Please enter "Left Hour"';
$lang->task->error->work = '"Comment" must be < %d characters.';
$lang->task->error->skipClose = 'Task: %s is not Finished” or “Cancelled”. Do you want to close it?';
$lang->task->error->consumed = 'Task: %s man-hour must be < 0. Ignore changes to this Task.';
$lang->task->error->consumed = 'Task: %s hour must be < 0. Ignore changes to this Task.';
$lang->task->error->assignedTo = 'Multi-user task in the current status cannot be assigned to a member who is not in the task team.';
/* Report. */
@@ -196,21 +196,21 @@ $lang->task->report = new stdclass();
$lang->task->report->common = 'Report';
$lang->task->report->select = 'Select Report Type';
$lang->task->report->create = 'Create Report';
$lang->task->report->value = 'No. of Tasks';
$lang->task->report->value = 'Tasks';
$lang->task->report->charts['tasksPerProject'] = 'by Tasks of ' . $lang->projectCommon;
$lang->task->report->charts['tasksPerModule'] = 'by Tasks of Modules';
$lang->task->report->charts['tasksPerAssignedTo'] = 'by AssignedTo';
$lang->task->report->charts['tasksPerType'] = 'by Task Type';
$lang->task->report->charts['tasksPerPri'] = 'by Task Priority';
$lang->task->report->charts['tasksPerStatus'] = 'by Task Status';
$lang->task->report->charts['tasksPerDeadline'] = 'by Task Deadline';
$lang->task->report->charts['tasksPerEstimate'] = 'by Estimates';
$lang->task->report->charts['tasksPerLeft'] = 'by Hours Left';
$lang->task->report->charts['tasksPerConsumed'] = 'by Hours Cost';
$lang->task->report->charts['tasksPerFinishedBy'] = 'by FinishedBy';
$lang->task->report->charts['tasksPerClosedReason'] = 'by Close Reason';
$lang->task->report->charts['finishedTasksPerDay'] = 'by Tasks Finished/Day';
$lang->task->report->charts['tasksPerProject'] = 'Group by ' . $lang->projectCommon . 'Task';
$lang->task->report->charts['tasksPerModule'] = 'Group by Module Task';
$lang->task->report->charts['tasksPerAssignedTo'] = 'Group by AssignedTo';
$lang->task->report->charts['tasksPerType'] = 'Group by Task Type';
$lang->task->report->charts['tasksPerPri'] = 'Group by Task Priority';
$lang->task->report->charts['tasksPerStatus'] = 'Group by Task Status';
$lang->task->report->charts['tasksPerDeadline'] = 'Group by Task Deadline';
$lang->task->report->charts['tasksPerEstimate'] = 'Group by Estimates';
$lang->task->report->charts['tasksPerLeft'] = 'Group by Hours Left';
$lang->task->report->charts['tasksPerConsumed'] = 'Group by Hours Cost';
$lang->task->report->charts['tasksPerFinishedBy'] = 'Group by FinishedBy';
$lang->task->report->charts['tasksPerClosedReason'] = 'Group by Close Reason';
$lang->task->report->charts['finishedTasksPerDay'] = 'Group by Tasks Finished/Day';
$lang->task->report->options = new stdclass();
$lang->task->report->options->graph = new stdclass();
@@ -240,8 +240,8 @@ $lang->task->report->tasksPerPri->item = 'Priority';
$lang->task->report->tasksPerStatus->item = 'Status';
$lang->task->report->tasksPerDeadline->item = 'Date';
$lang->task->report->tasksPerEstimate->item = 'Estimates';
$lang->task->report->tasksPerLeft->item = 'Man-hours Left';
$lang->task->report->tasksPerConsumed->item = 'Man-hours Cost';
$lang->task->report->tasksPerLeft->item = 'Hours Left';
$lang->task->report->tasksPerConsumed->item = 'Hours Cost';
$lang->task->report->tasksPerFinishedBy->item = 'FinishedBy';
$lang->task->report->tasksPerClosedReason->item = 'Reason';
$lang->task->report->finishedTasksPerDay->item = 'Date';
@@ -268,8 +268,8 @@ $lang->task->report->tasksPerPri->graph->xAxisName = 'Priority';
$lang->task->report->tasksPerStatus->graph->xAxisName = 'Status';
$lang->task->report->tasksPerDeadline->graph->xAxisName = 'Date';
$lang->task->report->tasksPerEstimate->graph->xAxisName = 'Estimates';
$lang->task->report->tasksPerLeft->graph->xAxisName = 'Man-Hours Left';
$lang->task->report->tasksPerConsumed->graph->xAxisName = 'Man-hours Cost';
$lang->task->report->tasksPerLeft->graph->xAxisName = 'Hours Left';
$lang->task->report->tasksPerConsumed->graph->xAxisName = 'Hours Cost';
$lang->task->report->tasksPerFinishedBy->graph->xAxisName = 'User';
$lang->task->report->tasksPerClosedReason->graph->xAxisName = 'Close Reason';