* Lang file update. * Lang file update. * Lang file update. * Lang file update. * Lang file update. * Lang file update. * Lang file update. * Lang file update.
This commit is contained in:
@@ -15,7 +15,7 @@ $lang->action->project = $lang->projectCommon;
|
||||
$lang->action->objectType = 'Object Type';
|
||||
$lang->action->objectID = 'ID';
|
||||
$lang->action->objectName = 'Object Name';
|
||||
$lang->action->actor = 'Handler';
|
||||
$lang->action->actor = 'User';
|
||||
$lang->action->action = 'Action';
|
||||
$lang->action->actionID = 'Action ID';
|
||||
$lang->action->date = 'Date';
|
||||
|
||||
@@ -25,7 +25,7 @@ $lang->welcome = "%s ALM";
|
||||
$lang->logout = 'Logout';
|
||||
$lang->login = 'Login';
|
||||
$lang->help = 'Help';
|
||||
$lang->aboutZenTao = 'ZenTao';
|
||||
$lang->aboutZenTao = 'About ZenTao';
|
||||
$lang->profile = 'Profile';
|
||||
$lang->changePassword = 'Change Password';
|
||||
$lang->runInfo = "<div class='row'><div class='u-1 a-center' id='debugbar'>Time %s MS, Memory %s KB, Query %s. </div></div>";
|
||||
@@ -155,8 +155,8 @@ $lang->exportFileTypeList['csv'] = 'csv';
|
||||
$lang->exportFileTypeList['xml'] = 'xml';
|
||||
$lang->exportFileTypeList['html'] = 'html';
|
||||
|
||||
$lang->exportTypeList['all'] = 'All';
|
||||
$lang->exportTypeList['selected'] = 'Selected';
|
||||
$lang->exportTypeList['all'] = 'All Data';
|
||||
$lang->exportTypeList['selected'] = 'Selected Data';
|
||||
|
||||
/* Language. */
|
||||
$lang->lang = 'Language';
|
||||
|
||||
@@ -100,7 +100,7 @@ $lang->dev->tableList['entry'] = 'Entry';
|
||||
$lang->dev->tableList['webhook'] = 'WebHook';
|
||||
$lang->dev->tableList['log'] = 'Log';
|
||||
$lang->dev->tableList['message'] = 'Message';
|
||||
$lang->dev->tableList['notify'] = 'Notify';
|
||||
$lang->dev->tableList['notify'] = 'Notification';
|
||||
$lang->dev->tableList['userview'] = 'User Privilege';
|
||||
|
||||
$lang->dev->groupList['my'] = 'Dashboard';
|
||||
|
||||
@@ -20,11 +20,11 @@ $lang->file->delete = 'Delete File';
|
||||
$lang->file->label = 'Label:';
|
||||
$lang->file->maxUploadSize = "<span class='text-red'>%s</span>";
|
||||
$lang->file->applyTemplate = "Apply Template";
|
||||
$lang->file->tplTitle = "Template Name";
|
||||
$lang->file->tplTitle = "Name";
|
||||
$lang->file->setPublic = "Set Public Template";
|
||||
$lang->file->exportFields = "Field to be exported";
|
||||
$lang->file->exportRange = "Data to be exported";
|
||||
$lang->file->defaultTPL = "Default Template";
|
||||
$lang->file->exportFields = "Fields";
|
||||
$lang->file->exportRange = "Data";
|
||||
$lang->file->defaultTPL = "Default";
|
||||
$lang->file->setExportTPL = "Settings";
|
||||
$lang->file->preview = "Preview";
|
||||
$lang->file->addFile = 'Add';
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
$lang->message->common = 'Message';
|
||||
$lang->message->index = 'Index';
|
||||
$lang->message->setting = 'Setting';
|
||||
$lang->message->common = 'Notification';
|
||||
$lang->message->index = 'Home';
|
||||
$lang->message->setting = 'Settings';
|
||||
|
||||
$lang->message->typeList['mail'] = 'Mail';
|
||||
$lang->message->typeList['mail'] = 'Email';
|
||||
$lang->message->typeList['message'] = 'Browser notifications';
|
||||
$lang->message->typeList['webhook'] = 'Webhook';
|
||||
|
||||
@@ -57,7 +57,7 @@ $lang->product->errorNoProduct = "No {$lang->productCommon} is created yet!";
|
||||
$lang->product->accessDenied = "You have no access to the {$lang->productCommon}.";
|
||||
|
||||
$lang->product->id = 'ID';
|
||||
$lang->product->name = 'Name';
|
||||
$lang->product->name = 'Product Name';
|
||||
$lang->product->code = 'Code';
|
||||
$lang->product->line = "{$lang->productCommon} Line";
|
||||
$lang->product->order = 'Rank';
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
$lang->project->common = $lang->projectCommon;
|
||||
$lang->project->allProjects = 'All ' . $lang->projectCommon . 's';
|
||||
$lang->project->type = 'Type';
|
||||
$lang->project->name = 'Name';
|
||||
$lang->project->name = 'Project Name';
|
||||
$lang->project->code = 'Code';
|
||||
$lang->project->begin = 'Begin';
|
||||
$lang->project->end = 'End';
|
||||
@@ -80,7 +80,7 @@ $lang->project->endList[186] = '6 Months';
|
||||
$lang->project->endList[365] = '1 Year';
|
||||
|
||||
$lang->team = new stdclass();
|
||||
$lang->team->account = 'Username';
|
||||
$lang->team->account = 'User';
|
||||
$lang->team->role = 'Role';
|
||||
$lang->team->join = 'Joined';
|
||||
$lang->team->hours = 'Hours/day';
|
||||
@@ -102,7 +102,7 @@ $lang->project->statusList['closed'] = 'Closed';
|
||||
|
||||
$lang->project->aclList['open'] = "Default (Users who can visit {$lang->projectCommon} can access it.)";
|
||||
$lang->project->aclList['private'] = 'Private (For team members only.)';
|
||||
$lang->project->aclList['custom'] = 'Whitelist (Team members and the whitelist members can access it.)';
|
||||
$lang->project->aclList['custom'] = 'Whitelist (Team members and the whitelist users can access it.)';
|
||||
|
||||
/* 方法列表。*/
|
||||
$lang->project->index = "Home";
|
||||
@@ -198,7 +198,7 @@ $lang->project->beginAndEnd = 'Duration';
|
||||
$lang->project->begin = 'Begin';
|
||||
$lang->project->end = 'End';
|
||||
$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->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>. 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).";
|
||||
$lang->project->memberHoursAB = "%s has <strong>%s</ strong> hours.";
|
||||
@@ -219,14 +219,14 @@ $lang->project->copyTeam = 'Copy Team';
|
||||
$lang->project->copyFromTeam = "Copy from {$lang->projectCommon} Team: <strong>%s</strong>";
|
||||
$lang->project->noMatched = "No $lang->projectCommon including '%s'can be found.";
|
||||
$lang->project->copyTitle = "Choose a {$lang->projectCommon} to copy.";
|
||||
$lang->project->copyTeamTitle = "Choose a {$lang->projectCommon}Team to copy.";
|
||||
$lang->project->copyTeamTitle = "Choose a {$lang->projectCommon} Team to copy.";
|
||||
$lang->project->copyNoProject = "No {$lang->projectCommon} can be copied.";
|
||||
$lang->project->copyFromProject = "Copy from {$lang->projectCommon} <strong>%s</strong>";
|
||||
$lang->project->cancelCopy = 'Cancel Copy';
|
||||
$lang->project->byPeriod = 'By Time';
|
||||
$lang->project->byUser = 'By User';
|
||||
$lang->project->noProject = "No {$lang->projectCommon}. ";
|
||||
$lang->project->noMembers = 'No members yet. ';
|
||||
$lang->project->noMembers = 'No team members yet. ';
|
||||
|
||||
/* 交互提示。*/
|
||||
$lang->project->confirmDelete = "Do you want to delete the {$lang->projectCommon}[%s]?";
|
||||
|
||||
@@ -56,7 +56,7 @@ $lang->reportList->staff->lists[10] = 'Team Workload|report|workload';
|
||||
$lang->report->id = 'ID';
|
||||
$lang->report->project = $lang->projectCommon;
|
||||
$lang->report->product = $lang->productCommon;
|
||||
$lang->report->user = 'Name';
|
||||
$lang->report->user = 'User';
|
||||
$lang->report->bugTotal = 'Bug';
|
||||
$lang->report->task = 'Task';
|
||||
$lang->report->estimate = 'Estimates';
|
||||
|
||||
@@ -37,8 +37,8 @@ $lang->story->caseCountAB = 'C';
|
||||
$lang->story->linkStory = 'Link';
|
||||
$lang->story->unlinkStory = 'UnLinked';
|
||||
$lang->story->export = "Export";
|
||||
$lang->story->zeroCase = "Story w/o cases";
|
||||
$lang->story->zeroTask = "Story w/o tasks";
|
||||
$lang->story->zeroCase = "Story with 0 case";
|
||||
$lang->story->zeroTask = "Story with 0 task";
|
||||
$lang->story->reportChart = "Report";
|
||||
$lang->story->copyTitle = "Copy Title";
|
||||
$lang->story->batchChangePlan = "Batch Change Plans";
|
||||
@@ -88,7 +88,7 @@ $lang->story->planAB = 'Plan';
|
||||
$lang->story->comment = 'Comment';
|
||||
$lang->story->linkStories = 'Linked Stories';
|
||||
$lang->story->childStories = 'Decomposed Story';
|
||||
$lang->story->duplicateStory = 'Copy Story';
|
||||
$lang->story->duplicateStory = 'Duplicated Story';
|
||||
$lang->story->reviewResult = 'Review Result';
|
||||
$lang->story->preVersion = 'Last Version';
|
||||
$lang->story->keywords = 'Tags';
|
||||
|
||||
@@ -16,7 +16,7 @@ $lang->testreport->testtask = 'Test Build';
|
||||
$lang->testreport->tasks = $lang->testreport->testtask;
|
||||
$lang->testreport->startEnd = 'Begin&End';
|
||||
$lang->testreport->owner = 'Owner';
|
||||
$lang->testreport->members = 'Members';
|
||||
$lang->testreport->members = 'Users';
|
||||
$lang->testreport->begin = 'Begin';
|
||||
$lang->testreport->end = 'End';
|
||||
$lang->testreport->stories = 'Story Tested';
|
||||
|
||||
Reference in New Issue
Block a user