* Lang file update.
This commit is contained in:
@@ -150,8 +150,8 @@ $lang->doc->fastMenuIconList['collectedbyme'] = 'icon-folder-star';
|
||||
$lang->doc->customObjectLibs['files'] = 'Show Attachment Library';
|
||||
$lang->doc->customObjectLibs['customFiles'] = 'Show Custom Library';
|
||||
|
||||
$lang->doc->orderLib = 'Library Rank Settings';
|
||||
$lang->doc->customShowLibs = 'Library Display Settings';
|
||||
$lang->doc->orderLib = 'Rank Settings';
|
||||
$lang->doc->customShowLibs = 'Display Settings';
|
||||
$lang->doc->customShowLibsList['zero'] = 'Display Empty Library';
|
||||
$lang->doc->customShowLibsList['children'] = 'Display Child-category Documents';
|
||||
$lang->doc->customShowLibsList['unclosed'] = 'Display Active Projects Only';
|
||||
|
||||
@@ -131,7 +131,7 @@ $lang->misc->feature->all['10.4.stable'][] = array('title'=>'Upgrade existing in
|
||||
$lang->misc->feature->all['10.3.stable'][] = array('title'=>'Fix Bug.', 'desc' => '');
|
||||
$lang->misc->feature->all['10.2.stable'][] = array('title'=>'Xuan.im is integrated!', 'desc' => '');
|
||||
|
||||
$lang->misc->feature->all['10.0.stable'][] = array('title'=>'New UI/UX and new experience', 'desc' => '<ol><li>My Dashboard</li><li>Dynamic</li><li>Product Home</li><li>Product overview</li><li>Roadmap</li><li>Project Home</li><li>Project overview</li><li>QA Home</li><li>Document Home</li><li>Added work report on My Dashboard</li><li>Add/Edit/Finish todos on My Dashboard</li><li>Add prodcut report on Product Home</li><li>Add prodcut overview on Product Home</li><li>Add project report on Project Home</li><li>Add project overview on Project Home</li><li>Add QA report on QA Home</li><li>All Product/product Home/All Project/Project Home/QA Home is moved from the right of the secondary Narbar to the left.</li><li>Kanban/Burndown/Tree/ByGroup of Project/Task has been moved from the third Navbar to the secondary one; Tree/ByGroup/Task Liat has been integrated to a drop-down.</li><li>Bug/Build of Project on the secondary Navbar has been integrated to a drop-down.</li><li>Display build and list by group, which is more reasonable.</li><li>Added tree to display docuemnt on the left of the page.</li><li>Added quick entry to document, including Last Update, My Doc and My Favorite</li><li>Added My Favorite to Doc module.</li></ol>');
|
||||
$lang->misc->feature->all['10.0.stable'][] = array('title'=>'New UI/UX and new experience', 'desc' => '<ol><li>My Dashboard</li><li>Dynamics</li><li>Product Home</li><li>Product Overview</li><li>Roadmap</li><li>Project Home</li><li>Project overview</li><li>QA Home</li><li>Document Home</li><li>Added work report on My Dashboard</li><li>Add/Edit/Finish todos on My Dashboard</li><li>Add prodcut report on Product Home</li><li>Add prodcut overview on Product Home</li><li>Add project report on Project Home</li><li>Add project overview on Project Home</li><li>Add Testing report on QA Home</li><li>All Product/product Home/All Project/Project Home/QA Home is moved from the right of the secondary Navbar to the left.</li><li>Kanban/Burndown/Tree/ByGroup of Project/Task has been moved from the third Navbar to the secondary one; Tree/ByGroup/Task List has been integrated to a drop-down.</li><li>Bug/Build of Project on the secondary Navbar has been integrated to a drop-down.</li><li>Display build and list by group, which is more reasonable.</li><li>Added tree to display document on the left of the page.</li><li>Added quick entry to document, including Last Update, My Doc and My Favorite</li><li>Added My Favorite to Doc module.</li></ol>');
|
||||
|
||||
$lang->misc->feature->all['9.8.stable'][] = array('title'=>'Message centralized management', 'desc' => '<p>Gather Mail,SMS,webhook into Message</p>');
|
||||
$lang->misc->feature->all['9.8.stable'][] = array('title'=>'Add recurred Todo', 'desc' => '');
|
||||
|
||||
@@ -78,7 +78,7 @@ $lang->task->assignTo = $lang->task->assign;
|
||||
$lang->task->batchAssignTo = 'Batch Assign';
|
||||
$lang->task->assignedTo = 'AssignedTo';
|
||||
$lang->task->assignedToAB = 'AssignedTo';
|
||||
$lang->task->assignedDate = 'AssignedOn';
|
||||
$lang->task->assignedDate = 'AssignedDate';
|
||||
$lang->task->openedBy = 'CreatedBy';
|
||||
$lang->task->openedDate = 'CreatedDate';
|
||||
$lang->task->openedDateAB = 'CreatedOn';
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
$lang->testreport->common = 'QA Report';
|
||||
$lang->testreport->browse = 'QA Report';
|
||||
$lang->testreport->common = 'Testing Report';
|
||||
$lang->testreport->browse = 'Testing Reports';
|
||||
$lang->testreport->create = 'Create Report';
|
||||
$lang->testreport->edit = 'Edit Report';
|
||||
$lang->testreport->delete = 'Delete';
|
||||
@@ -64,7 +64,7 @@ $lang->testreport->noReport = "No report has been generated. Please check
|
||||
$lang->testreport->foundBugTip = "Bugs generated in this build and generated in the test period.";
|
||||
$lang->testreport->legacyBugTip = "Active bugs, or solved bugs that are not in the test period.";
|
||||
$lang->testreport->fromCaseBugTip = "Bugs generated due to the failed case run in the test period.";
|
||||
$lang->testreport->errorTrunk = "You cannot create a Test report for the trunk. Please modify the linked build!";
|
||||
$lang->testreport->errorTrunk = "You cannot create a Testing report for the trunk. Please modify the linked build!";
|
||||
$lang->testreport->moreProduct = "Testing reports can only be generated for the same product.";
|
||||
|
||||
$lang->testreport->bugSummary = <<<EOD
|
||||
|
||||
@@ -87,8 +87,8 @@ $lang->user->project = $lang->projectCommon;
|
||||
$lang->user->task = 'Task';
|
||||
$lang->user->bug = 'Bug';
|
||||
$lang->user->test = 'QA';
|
||||
$lang->user->testTask = 'Request';
|
||||
$lang->user->testCase = 'Case';
|
||||
$lang->user->testTask = 'Test Request';
|
||||
$lang->user->testCase = 'Test Case';
|
||||
$lang->user->schedule = 'Schedule';
|
||||
$lang->user->todo = 'Todo';
|
||||
$lang->user->story = 'Story';
|
||||
|
||||
@@ -15,7 +15,7 @@ $lang->webhook->delete = 'Delete';
|
||||
$lang->webhook->id = 'ID';
|
||||
$lang->webhook->type = 'Type';
|
||||
$lang->webhook->name = 'Name';
|
||||
$lang->webhook->url = 'Webhook Address';
|
||||
$lang->webhook->url = 'Webhook URL';
|
||||
$lang->webhook->domain = 'ZenTao Domain';
|
||||
$lang->webhook->contentType = 'Content Type';
|
||||
$lang->webhook->sendType = 'Sending Type';
|
||||
@@ -55,13 +55,13 @@ $lang->webhook->confirmDelete = 'Do you want to delete this hook?';
|
||||
$lang->webhook->trimWords = '';
|
||||
|
||||
$lang->webhook->note = new stdClass();
|
||||
$lang->webhook->note->async = 'If the send type is asynchronous, you need open cron.';
|
||||
$lang->webhook->note->product = "All actions will trigger the hook if the {$lang->productCommon} is empty, else only actions of the {$lang->productCommon} will trigger it.";
|
||||
$lang->webhook->note->project = "All actions will trigger the hook if the {$lang->projectCommon} is empty, else only actions of the {$lang->projectCommon} will trigger it.";
|
||||
$lang->webhook->note->async = 'If the sending type is asynchronous, you need turn on 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.";
|
||||
|
||||
$lang->webhook->note->typeList['bearychat'] = 'Add a ZenTao bot in bearychat and get the webhook address.';
|
||||
$lang->webhook->note->typeList['dingding'] = 'Add a customed bot in dingding and get the webhook address.';
|
||||
$lang->webhook->note->typeList['default'] = 'Get a webhook address from others';
|
||||
$lang->webhook->note->typeList['bearychat'] = 'Add a ZenTao bot in bearychat and get the webhook url.';
|
||||
$lang->webhook->note->typeList['dingding'] = 'Add a customized bot in dingding and get the webhook url.';
|
||||
$lang->webhook->note->typeList['default'] = 'Get a webhook url from others';
|
||||
|
||||
$lang->webhook->error = new stdclass();
|
||||
$lang->webhook->error->curl = 'Load php-curl in php.ini.';
|
||||
|
||||
Reference in New Issue
Block a user