* code for task #54026.

This commit is contained in:
wangyidong
2022-05-16 16:36:04 +08:00
parent f1702375c1
commit 759ace3700
10 changed files with 72 additions and 0 deletions
+3
View File
@@ -34,9 +34,12 @@ $lang->bug->browser = 'Browser';
$lang->bug->hardware = 'Hardware';
$lang->bug->result = 'Result';
$lang->bug->repo = 'Repo';
$lang->bug->mr = 'Merge Request';
$lang->bug->entry = 'Code Path';
$lang->bug->lines = 'Lines';
$lang->bug->v1 = 'Version A';
$lang->bug->v2 = 'Version B';
$lang->bug->issueKey = 'Sonarqube Issue Key';
$lang->bug->repoType = 'Repo Type';
$lang->bug->steps = 'Repro Steps';
$lang->bug->status = 'Status';
+3
View File
@@ -34,9 +34,12 @@ $lang->bug->browser = '浏览器';
$lang->bug->hardware = '硬件';
$lang->bug->result = '结果';
$lang->bug->repo = '所属版本库';
$lang->bug->mr = '合并请求';
$lang->bug->entry = '代码路径';
$lang->bug->lines = '代码行';
$lang->bug->v1 = '版本1';
$lang->bug->v2 = '版本2';
$lang->bug->issueKey = 'Sonarqube问题键值';
$lang->bug->repoType = '版本库类型';
$lang->bug->steps = '重现步骤';
$lang->bug->status = 'Bug状态';
+20
View File
@@ -17,9 +17,29 @@ $lang->execution->type = $lang->executionCommon . 'Type';
$lang->execution->name = "{$lang->executionCommon} Name";
$lang->execution->code = "{$lang->executionCommon} Code";
$lang->execution->projectName = 'Project';
$lang->execution->project = 'Project';
$lang->execution->execName = "{$lang->execution->common} Name";
$lang->execution->execCode = "{$lang->execution->common} Code";
$lang->execution->execType = 'Execution Type';
$lang->execution->lifetime = 'Project Cycle';
$lang->execution->attribute = 'Stage Type';
$lang->execution->percent = 'Workload %';
$lang->execution->milestone = 'Milestone';
$lang->execution->parent = 'Project';
$lang->execution->path = 'Path';
$lang->execution->grade = 'Grade';
$lang->execution->output = 'Output';
$lang->execution->version = 'Version';
$lang->execution->parentVersion = 'Parent Version';
$lang->execution->planDuration = 'Plan Duration';
$lang->execution->realDuration = 'Real Duration';
$lang->execution->openedVersion = 'Opened Version';
$lang->execution->lastEditedBy = 'Last EditedBy';
$lang->execution->lastEditedDate = 'Last EditedDate';
$lang->execution->suspendedDate = 'Suspended Date';
$lang->execution->vision = 'Vision';
$lang->execution->displayCards = 'Max cards per column';
$lang->execution->fluidBoard = 'Column Width';
$lang->execution->stage = 'Stage';
$lang->execution->pri = 'Priority';
$lang->execution->openedBy = 'OpenedBy';
+20
View File
@@ -17,9 +17,29 @@ $lang->execution->type = $lang->executionCommon . '类型';
$lang->execution->name = $lang->executionCommon . '名称';
$lang->execution->code = $lang->executionCommon . '代号';
$lang->execution->projectName = '所属项目';
$lang->execution->project = '所属项目';
$lang->execution->execName = "{$lang->execution->common}名称";
$lang->execution->execCode = "{$lang->execution->common}代号";
$lang->execution->execType = "{$lang->execution->common}类型";
$lang->execution->lifetime = '项目周期';
$lang->execution->attribute = '阶段类型';
$lang->execution->percent = '工作量占比';
$lang->execution->milestone = '里程碑';
$lang->execution->parent = '所属项目';
$lang->execution->path = '路径';
$lang->execution->grade = '层级';
$lang->execution->output = '输出';
$lang->execution->version = '版本';
$lang->execution->parentVersion = '父版本';
$lang->execution->planDuration = '计划周期天数';
$lang->execution->realDuration = '实际周期天数';
$lang->execution->openedVersion = '创建版本';
$lang->execution->lastEditedBy = '最后编辑人';
$lang->execution->lastEditedDate = '最后编辑日期';
$lang->execution->suspendedDate = '暂停日期';
$lang->execution->vision = '界面';
$lang->execution->displayCards = '每列最大卡片数';
$lang->execution->fluidBoard = '列宽度';
$lang->execution->stage = '阶段';
$lang->execution->pri = '优先级';
$lang->execution->openedBy = '由谁创建';
+2
View File
@@ -25,6 +25,8 @@ $lang->program->closedDate = 'ClosedDate';
$lang->program->canceledBy = 'CanceledBy';
$lang->program->canceledDate = 'CanceledDate';
$lang->program->lastEditedDate = 'LastEditedDate';
$lang->program->suspendedDate = 'SuspendedDate';
$lang->program->vision = 'Vision';
$lang->program->team = 'Team';
$lang->program->order = 'Rank';
$lang->program->days = 'Days';
+2
View File
@@ -25,6 +25,8 @@ $lang->program->closedDate = '关闭日期';
$lang->program->canceledBy = '由谁取消';
$lang->program->canceledDate = '取消日期';
$lang->program->lastEditedDate = '最后编辑';
$lang->program->suspendedDate = '暂停日期';
$lang->program->vision = '界面';
$lang->program->team = '团队';
$lang->program->order = '排序';
$lang->program->days = '可用工作日';
+4
View File
@@ -106,6 +106,10 @@ $lang->project->teamAction = 'Team List';
$lang->project->order = 'Rank';
$lang->project->budget = 'Budget';
$lang->project->budgetUnit = 'Budget Unit';
$lang->project->suspendedDate = 'SuspendedDate';
$lang->project->vision = 'Vision';
$lang->project->displayCards = 'Max cards per column';
$lang->project->fluidBoard = 'Column Width';
$lang->project->template = 'Template';
$lang->project->estimate = 'Estimates';
$lang->project->consume = 'Cost';
+4
View File
@@ -106,6 +106,10 @@ $lang->project->teamAction = '团队列表';
$lang->project->order = '排序';
$lang->project->budget = '预算';
$lang->project->budgetUnit = '预算单位';
$lang->project->suspendedDate = '暂停日期';
$lang->project->vision = '界面';
$lang->project->displayCards = '每列最大卡片数';
$lang->project->fluidBoard = '列宽度';
$lang->project->template = '项目模板';
$lang->project->estimate = '预计';
$lang->project->consume = '消耗';
+7
View File
@@ -127,6 +127,13 @@ $lang->task->lastEdited = 'EditedBy';
$lang->task->recordEstimate = 'Effort';
$lang->task->editEstimate = 'Edit Estimates';
$lang->task->deleteEstimate = 'Delete Estimates';
$lang->task->repo = 'Repo';
$lang->task->mr = 'Merge Request';
$lang->task->entry = 'Code Path';
$lang->task->lines = 'Lines';
$lang->task->v1 = 'Version A';
$lang->task->v2 = 'Version B';
$lang->task->vision = 'Vision';
$lang->task->colorTag = 'Color';
$lang->task->files = 'Files';
$lang->task->hasConsumed = 'Already Cost';
+7
View File
@@ -127,6 +127,13 @@ $lang->task->lastEdited = '最后编辑';
$lang->task->recordEstimate = '工时';
$lang->task->editEstimate = '编辑工时';
$lang->task->deleteEstimate = '删除工时';
$lang->task->repo = '所属版本库';
$lang->task->mr = '合并请求';
$lang->task->entry = '代码路径';
$lang->task->lines = '代码行';
$lang->task->v1 = '版本1';
$lang->task->v2 = '版本2';
$lang->task->vision = '所属界面';
$lang->task->colorTag = '颜色标签';
$lang->task->files = '附件';
$lang->task->hasConsumed = '之前消耗';