* Change lang reviewedBy in block.
This commit is contained in:
@@ -574,7 +574,7 @@ $lang->block->typeList->case['openedbyme'] = '由我创建';
|
||||
|
||||
$lang->block->typeList->story['assignedTo'] = '指派给我';
|
||||
$lang->block->typeList->story['openedBy'] = '由我创建';
|
||||
$lang->block->typeList->story['reviewedBy'] = '由我评审';
|
||||
$lang->block->typeList->story['reviewedBy'] = '我评审过';
|
||||
$lang->block->typeList->story['closedBy'] = '由我关闭';
|
||||
|
||||
$lang->block->typeList->product['noclosed'] = '未关闭';
|
||||
|
||||
@@ -461,7 +461,7 @@ $lang->block->typeList->case['openedbyme'] = '由我創建';
|
||||
|
||||
$lang->block->typeList->story['assignedTo'] = '指派給我';
|
||||
$lang->block->typeList->story['openedBy'] = '由我創建';
|
||||
$lang->block->typeList->story['reviewedBy'] = '由我評審';
|
||||
$lang->block->typeList->story['reviewedBy'] = '我評審過';
|
||||
$lang->block->typeList->story['closedBy'] = '由我關閉';
|
||||
|
||||
$lang->block->typeList->product['noclosed'] = '未關閉';
|
||||
|
||||
@@ -182,7 +182,7 @@ $lang->my->featureBar['contribute']['task']['canceledBy'] = '由我取消';
|
||||
$lang->my->featureBar['contribute']['task']['assignedBy'] = '由我指派';
|
||||
|
||||
$lang->my->featureBar['contribute']['requirement']['openedBy'] = '由我创建';
|
||||
$lang->my->featureBar['contribute']['requirement']['reviewedBy'] = '由我评审';
|
||||
$lang->my->featureBar['contribute']['requirement']['reviewedBy'] = '我评审过';
|
||||
$lang->my->featureBar['contribute']['requirement']['closedBy'] = '由我关闭';
|
||||
$lang->my->featureBar['contribute']['requirement']['assignedBy'] = '由我指派';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user