* Lang file update.
This commit is contained in:
@@ -21,7 +21,7 @@ $lang->build->batchUnlink = 'Batch Unlink';
|
||||
$lang->build->batchUnlinkStory = 'Batch Unlink Stories';
|
||||
$lang->build->batchUnlinkBug = 'Batch Unlink Bugs';
|
||||
|
||||
$lang->build->confirmDelete = "Do you want to delete this Build?";
|
||||
$lang->build->confirmDelete = "Do you want to delete this build?";
|
||||
$lang->build->confirmUnlinkStory = "Do you want to unlink this Story?";
|
||||
$lang->build->confirmUnlinkBug = "Do you want to unlink this Bug?";
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ $lang->datatable->resetGlobal = 'Global Reset';
|
||||
$lang->datatable->branch = 'Branch';
|
||||
$lang->datatable->platform = 'Platform';
|
||||
|
||||
$lang->datatable->showModule = 'Show/Hide Module Name';
|
||||
$lang->datatable->showModule = 'Show Module Names';
|
||||
$lang->datatable->showModuleList[] = 'N/A';
|
||||
$lang->datatable->showModuleList['base'] = 'Base Node';
|
||||
$lang->datatable->showModuleList['end'] = 'End Node';
|
||||
|
||||
@@ -22,7 +22,7 @@ $lang->dept->updateOrder = "Sort";
|
||||
$lang->dept->add = "Add Department";
|
||||
$lang->dept->dragAndSort = "Drag to order";
|
||||
|
||||
$lang->dept->confirmDelete = " Do you want to delete this Department?";
|
||||
$lang->dept->confirmDelete = " Do you want to delete this department?";
|
||||
$lang->dept->successSave = " Saved!";
|
||||
|
||||
$lang->dept->error = new stdclass();
|
||||
|
||||
@@ -55,11 +55,11 @@ $lang->doc->searchDoc = 'Search';
|
||||
$lang->doc->fast = 'Qucik Entry';
|
||||
$lang->doc->allDoc = 'All Documents';
|
||||
$lang->doc->openedByMe = 'My';
|
||||
$lang->doc->orderByOpen = 'Last Added';
|
||||
$lang->doc->orderByOpen = 'Recent Added';
|
||||
$lang->doc->orderByEdit = 'Recent Edited';
|
||||
$lang->doc->orderByVisit = 'Last Visited';
|
||||
$lang->doc->todayEdited = 'Update Today';
|
||||
$lang->doc->pastEdited = 'Updated';
|
||||
$lang->doc->pastEdited = 'Updated Yesterday';
|
||||
$lang->doc->myDoc = 'My Documents';
|
||||
$lang->doc->myCollection = 'My Favorites';
|
||||
|
||||
|
||||
@@ -95,7 +95,7 @@ $lang->mail->sendCloudHelp = <<<EOD
|
||||
EOD;
|
||||
$lang->mail->sendCloudSuccess = 'Done';
|
||||
$lang->mail->closeSendCloud = 'Close SendCloud';
|
||||
$lang->mail->addressWhiteList = 'Add email addresses to the whiltelist of your email server to avoid being blocked';
|
||||
$lang->mail->addressWhiteList = 'Add it to the whiltelist of your email server to avoid being blocked';
|
||||
$lang->mail->ztCloudNotice = <<<EOD
|
||||
|
||||
|
||||
|
||||
@@ -37,9 +37,9 @@ $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->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 yet. ';
|
||||
|
||||
$lang->productplan->id = 'ID';
|
||||
|
||||
@@ -23,9 +23,9 @@ $lang->release->batchUnlink = "Batch Unlink";
|
||||
$lang->release->batchUnlinkStory = "Batch Unlink Story";
|
||||
$lang->release->batchUnlinkBug = "Batch Unlink Bug";
|
||||
|
||||
$lang->release->confirmDelete = "Do you want to delete this Release?";
|
||||
$lang->release->confirmUnlinkStory = "Do you want to remove this Story?";
|
||||
$lang->release->confirmUnlinkBug = "Do you want to remove this Bug?";
|
||||
$lang->release->confirmDelete = "Do you want to delete this release?";
|
||||
$lang->release->confirmUnlinkStory = "Do you want to remove this story?";
|
||||
$lang->release->confirmUnlinkBug = "Do you want to remove this bug?";
|
||||
$lang->release->existBuild = '『Build』『%s』existed. You could change『name』or choose a『build』.';
|
||||
$lang->release->noRelease = 'No releases yet.';
|
||||
|
||||
|
||||
@@ -187,15 +187,15 @@ $lang->story->lblActivate = 'Activate';
|
||||
$lang->story->lblClose = 'Close';
|
||||
$lang->story->lblTBC = 'Task/Bug/Case';
|
||||
|
||||
$lang->story->checkAffection = 'Impact';
|
||||
$lang->story->affectedProjects = '' . $lang->projectCommon;
|
||||
$lang->story->affectedBugs = 'Bug';
|
||||
$lang->story->affectedCases = 'Case';
|
||||
$lang->story->checkAffection = 'Influence';
|
||||
$lang->story->affectedProjects = '' . $lang->projectCommon . 's';
|
||||
$lang->story->affectedBugs = 'Bugs';
|
||||
$lang->story->affectedCases = 'Cases';
|
||||
|
||||
$lang->story->specTemplate = "As a < type of user >, I want < some goal > so that < some reason >.";
|
||||
$lang->story->needNotReview = 'No Review Required';
|
||||
$lang->story->successSaved = "Story is saved!";
|
||||
$lang->story->confirmDelete = "Do you want to delete this Story?";
|
||||
$lang->story->confirmDelete = "Do you want to delete this story?";
|
||||
$lang->story->errorEmptyChildStory = '『Decomposed Stories』canot be blank.';
|
||||
$lang->story->mustChooseResult = 'Select Result';
|
||||
$lang->story->mustChoosePreVersion = 'Select a version to revert to.';
|
||||
|
||||
@@ -76,7 +76,7 @@ $lang->task->desc = 'Description';
|
||||
$lang->task->assign = 'Assign';
|
||||
$lang->task->assignTo = $lang->task->assign;
|
||||
$lang->task->batchAssignTo = 'Batch Assign';
|
||||
$lang->task->assignedTo = 'AssignedTo';
|
||||
$lang->task->assignedTo = 'AssignTo';
|
||||
$lang->task->assignedToAB = 'AssignedTo';
|
||||
$lang->task->assignedDate = 'AssignedDate';
|
||||
$lang->task->openedBy = 'CreatedBy';
|
||||
@@ -154,21 +154,21 @@ $lang->task->reasonList['done'] = 'Done';
|
||||
$lang->task->reasonList['cancel'] = 'Cancelled';
|
||||
|
||||
$lang->task->afterChoices['continueAdding'] = ' Continue Adding Tasks';
|
||||
$lang->task->afterChoices['toTaskList'] = 'Back to Task List';
|
||||
$lang->task->afterChoices['toStoryList'] = 'Back to Story List';
|
||||
$lang->task->afterChoices['toTaskList'] = 'Go to Task List Page';
|
||||
$lang->task->afterChoices['toStoryList'] = 'Go to Story List Page';
|
||||
|
||||
$lang->task->legendBasic = 'Basic Info';
|
||||
$lang->task->legendEffort = 'Effort';
|
||||
$lang->task->legendLife = 'Task Life';
|
||||
$lang->task->legendDesc = 'Task Description';
|
||||
|
||||
$lang->task->confirmDelete = "Do you want to delete this Task?";
|
||||
$lang->task->confirmDelete = "Do you want to delete this task?";
|
||||
$lang->task->confirmDeleteEstimate = "Do you want to delete it?";
|
||||
$lang->task->copyStoryTitle = "Copy Story";
|
||||
$lang->task->afterSubmit = "After it is created, ";
|
||||
$lang->task->afterSubmit = "Next ";
|
||||
$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->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 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"?';
|
||||
|
||||
@@ -101,7 +101,7 @@ $lang->testtask->fail = 'Failed';
|
||||
$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->confirmDelete = 'Do you want to delete this 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 requests. ';
|
||||
|
||||
@@ -87,8 +87,8 @@ global $config;
|
||||
if($config->global->flow == 'onlyTest' or $config->global->flow == 'onlyStory') unset($lang->todo->typeList['task']);
|
||||
if($config->global->flow == 'onlyTask' or $config->global->flow == 'onlyStory') unset($lang->todo->typeList['bug']);
|
||||
|
||||
$lang->todo->confirmDelete = "Do you want to delete this Todo?";
|
||||
$lang->todo->thisIsPrivate = 'This is a private Todo';
|
||||
$lang->todo->confirmDelete = "Do you want to delete this todo?";
|
||||
$lang->todo->thisIsPrivate = 'This is a private todo';
|
||||
$lang->todo->lblDisableDate = 'TBD';
|
||||
$lang->todo->lblBeforeDays = "Create a todo %s day(s) earlier";
|
||||
$lang->todo->lblClickCreate = "Click to Add Todo";
|
||||
|
||||
@@ -55,7 +55,7 @@ $lang->webhook->confirmDelete = 'Do you want to delete this hook?';
|
||||
$lang->webhook->trimWords = '';
|
||||
|
||||
$lang->webhook->note = new stdClass();
|
||||
$lang->webhook->note->async = 'If the sending type is asynchronous, you have to go to Admin-Notification to turn on the cron.';
|
||||
$lang->webhook->note->async = 'If the sending type is asynchronous, you have to go to Admin-System to turn on the cron.';
|
||||
$lang->webhook->note->product = "All actions will trigger the hook if {$lang->productCommon} is empty, or only actions of {$lang->productCommon} will trigger it.";
|
||||
$lang->webhook->note->project = "All actions will trigger the hook if {$lang->projectCommon} is empty, or only actions of {$lang->projectCommon} will trigger it.";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user