* Task #3440
This commit is contained in:
@@ -72,7 +72,7 @@ $lang->bug->colorTag = 'Color Tag';
|
||||
/* 方法列表。*/
|
||||
$lang->bug->index = 'Home';
|
||||
$lang->bug->create = 'Report Bug';
|
||||
$lang->bug->batchCreate = 'Batch Report';
|
||||
$lang->bug->batchCreate = 'Batch Report Bug';
|
||||
$lang->bug->confirmBug = 'Confirm';
|
||||
$lang->bug->batchConfirm = 'Batch Confirm';
|
||||
$lang->bug->edit = 'Edit';
|
||||
|
||||
@@ -72,7 +72,7 @@ $lang->bug->colorTag = '颜色标签';
|
||||
/* 方法列表。*/
|
||||
$lang->bug->index = '首页';
|
||||
$lang->bug->create = '提Bug';
|
||||
$lang->bug->batchCreate = '批量添加';
|
||||
$lang->bug->batchCreate = '批量提Bug';
|
||||
$lang->bug->confirmBug = '确认';
|
||||
$lang->bug->batchConfirm = '批量确认';
|
||||
$lang->bug->edit = '编辑';
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
<span class='prefix'><?php echo html::icon($lang->icons['bug']);?></span>
|
||||
<strong>
|
||||
<small class='text-muted'><?php echo html::icon($lang->icons['batchCreate']);?></small>
|
||||
<?php echo $lang->bug->batchCreate . $lang->bug->common;?>
|
||||
<?php echo $lang->bug->batchCreate;?>
|
||||
<?php if($this->session->currentProductType !== 'normal') echo '<span class="label label-info">' . $branches[$branch] . '</span>';?>
|
||||
</strong>
|
||||
<div class='actions'>
|
||||
|
||||
@@ -10,8 +10,7 @@
|
||||
* @link http://www.zentao.net
|
||||
*/
|
||||
$lang->story->create = "Story";
|
||||
$lang->story->batchCreate = "Batch Create";
|
||||
$lang->story->batchTitle = "Batch Create Story";
|
||||
$lang->story->batchCreate = "Batch Create Story";
|
||||
$lang->story->change = "Change";
|
||||
$lang->story->changed = 'Change';
|
||||
$lang->story->review = 'Review';
|
||||
|
||||
@@ -10,8 +10,7 @@
|
||||
* @link http://www.zentao.net
|
||||
*/
|
||||
$lang->story->create = "提需求";
|
||||
$lang->story->batchCreate = "批量添加";
|
||||
$lang->story->batchTitle = "批量提需求";
|
||||
$lang->story->batchCreate = "批量提需求";
|
||||
$lang->story->change = "变更";
|
||||
$lang->story->changed = '需求变更';
|
||||
$lang->story->review = '评审';
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
<span class='prefix'><?php echo html::icon($lang->icons['story']);?></span>
|
||||
<strong>
|
||||
<small class='text-muted'><?php echo html::icon($lang->icons['batchCreate']);?></small>
|
||||
<?php echo $storyID ? $lang->story->subdivide : $lang->story->batchTitle;?>
|
||||
<?php echo $storyID ? $lang->story->subdivide : $lang->story->batchCreate;?>
|
||||
<?php if($product->type !== 'normal') echo '<span class="label label-info">' . $branches[$branch] . '</span>';?>
|
||||
</strong>
|
||||
<div class='actions'>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
*/
|
||||
$lang->task->index = "Index";
|
||||
$lang->task->create = "Create";
|
||||
$lang->task->batchCreate = "Batch Create";
|
||||
$lang->task->batchCreate = "Batch Create Task";
|
||||
$lang->task->batchEdit = "Batch Edit";
|
||||
$lang->task->batchChangeModule = "Batch Change Module";
|
||||
$lang->task->batchClose = "Batch Close";
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
*/
|
||||
$lang->task->index = "任务一览";
|
||||
$lang->task->create = "建任务";
|
||||
$lang->task->batchCreate = "批量添加";
|
||||
$lang->task->batchCreate = "批量建任务";
|
||||
$lang->task->batchEdit = "批量编辑";
|
||||
$lang->task->batchChangeModule = "批量修改模块";
|
||||
$lang->task->batchClose = "批量关闭";
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
<div id='titlebar'>
|
||||
<div class='heading'>
|
||||
<span class='prefix'><?php echo html::icon($lang->icons['task']);?></span>
|
||||
<strong><small class='text-muted'><?php echo html::icon($lang->icons['batchCreate']);?></small> <?php echo $lang->task->batchCreate . $lang->task->common;?></strong>
|
||||
<strong><small class='text-muted'><?php echo html::icon($lang->icons['batchCreate']);?></small> <?php echo $lang->task->batchCreate;?></strong>
|
||||
<span><small><a href='javascript:toggleZeroTaskStory();' id='zeroTaskStory'><?php echo $lang->story->zeroTask;?><i class='icon icon-remove'></i></a></small></span>
|
||||
<div class='actions'>
|
||||
<?php echo html::commonButton($lang->pasteText, "data-toggle='myModal'", 'btn btn-primary')?>
|
||||
|
||||
@@ -70,7 +70,7 @@ $lang->testcase->stepVersion = 'Version';
|
||||
$lang->testcase->common = 'Case';
|
||||
$lang->testcase->index = "Home";
|
||||
$lang->testcase->create = "Case";
|
||||
$lang->testcase->batchCreate = "Batch Create";
|
||||
$lang->testcase->batchCreate = "Batch Create Case";
|
||||
$lang->testcase->delete = "Delete";
|
||||
$lang->testcase->view = "Info";
|
||||
$lang->testcase->review = "Review";
|
||||
|
||||
@@ -70,7 +70,7 @@ $lang->testcase->stepVersion = '版本';
|
||||
$lang->testcase->common = '用例';
|
||||
$lang->testcase->index = "用例管理首页";
|
||||
$lang->testcase->create = "建用例";
|
||||
$lang->testcase->batchCreate = "批量添加";
|
||||
$lang->testcase->batchCreate = "批量建用例";
|
||||
$lang->testcase->delete = "删除用例";
|
||||
$lang->testcase->view = "用例详情";
|
||||
$lang->testcase->review = "评审";
|
||||
|
||||
Reference in New Issue
Block a user