diff --git a/module/doc/lang/en.php b/module/doc/lang/en.php index e11a97f834..0c1db84c63 100644 --- a/module/doc/lang/en.php +++ b/module/doc/lang/en.php @@ -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'; diff --git a/module/misc/lang/en.php b/module/misc/lang/en.php index 7bcb9e66b0..6a94ecbb98 100644 --- a/module/misc/lang/en.php +++ b/module/misc/lang/en.php @@ -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' => '
  1. My Dashboard
  2. Dynamic
  3. Product Home
  4. Product overview
  5. Roadmap
  6. Project Home
  7. Project overview
  8. QA Home
  9. Document Home
  10. Added work report on My Dashboard
  11. Add/Edit/Finish todos on My Dashboard
  12. Add prodcut report on Product Home
  13. Add prodcut overview on Product Home
  14. Add project report on Project Home
  15. Add project overview on Project Home
  16. Add QA report on QA Home
  17. All Product/product Home/All Project/Project Home/QA Home is moved from the right of the secondary Narbar to the left.
  18. 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.
  19. Bug/Build of Project on the secondary Navbar has been integrated to a drop-down.
  20. Display build and list by group, which is more reasonable.
  21. Added tree to display docuemnt on the left of the page.
  22. Added quick entry to document, including Last Update, My Doc and My Favorite
  23. Added My Favorite to Doc module.
'); +$lang->misc->feature->all['10.0.stable'][] = array('title'=>'New UI/UX and new experience', 'desc' => '
  1. My Dashboard
  2. Dynamics
  3. Product Home
  4. Product Overview
  5. Roadmap
  6. Project Home
  7. Project overview
  8. QA Home
  9. Document Home
  10. Added work report on My Dashboard
  11. Add/Edit/Finish todos on My Dashboard
  12. Add prodcut report on Product Home
  13. Add prodcut overview on Product Home
  14. Add project report on Project Home
  15. Add project overview on Project Home
  16. Add Testing report on QA Home
  17. All Product/product Home/All Project/Project Home/QA Home is moved from the right of the secondary Navbar to the left.
  18. 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.
  19. Bug/Build of Project on the secondary Navbar has been integrated to a drop-down.
  20. Display build and list by group, which is more reasonable.
  21. Added tree to display document on the left of the page.
  22. Added quick entry to document, including Last Update, My Doc and My Favorite
  23. Added My Favorite to Doc module.
'); $lang->misc->feature->all['9.8.stable'][] = array('title'=>'Message centralized management', 'desc' => '

Gather Mail,SMS,webhook into Message

'); $lang->misc->feature->all['9.8.stable'][] = array('title'=>'Add recurred Todo', 'desc' => ''); diff --git a/module/task/lang/en.php b/module/task/lang/en.php index c485f5606c..705f4a7e50 100644 --- a/module/task/lang/en.php +++ b/module/task/lang/en.php @@ -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'; diff --git a/module/testreport/lang/en.php b/module/testreport/lang/en.php index ed3c4e41a9..552778d12f 100644 --- a/module/testreport/lang/en.php +++ b/module/testreport/lang/en.php @@ -1,6 +1,6 @@ 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 = <<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'; diff --git a/module/webhook/lang/en.php b/module/webhook/lang/en.php index f53824d887..f6b9cfaa9c 100644 --- a/module/webhook/lang/en.php +++ b/module/webhook/lang/en.php @@ -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.';