diff --git a/module/action/lang/de.php b/module/action/lang/de.php index 792a8c88b0..e68cd357ef 100644 --- a/module/action/lang/de.php +++ b/module/action/lang/de.php @@ -237,7 +237,7 @@ $lang->action->desc->boot = '$date, the ZenAgent Node is boot by $lang->action->desc->relieved = '$date, relieved by $actor .' . "\n"; $lang->action->desc->switchtolight = '$date, Switch from ALM mode to light mode by '. $lang->admin->system .'.' . "\n"; $lang->action->desc->getvnc = '$date, Remote control $extra by $actor .' . "\n"; -$lang->action->desc->unlinkproduct = '$date, the project is disassociated from the $extra, synchronization disassociates the ' . $lang->executionCommon . 's of the project from the $extra.' . "\n"; +$lang->action->desc->unlinkproduct = '$date, the ' . $lang->projectCommon . ' is disassociated from the $extra, synchronization disassociates the ' . $lang->executionCommon . 's of the ' . $lang->projectCommon . ' from the $extra.' . "\n"; $lang->action->desc->createdsnapshot = '$date, $actor creates a snapshot $extra。' . "\n"; $lang->action->desc->restoredsnapshot = '$date, $actor restored a snapshot $extra。' . "\n"; $lang->action->desc->editsnapshot = '$date, $actor edited the snapshot $extra。' . "\n"; @@ -423,7 +423,7 @@ $lang->action->label->relieved = 'relieved'; $lang->action->label->switchtolight = 'switch from ALM mode to light mode'; $lang->action->label->linkedrepo = 'Linked Code Repo'; $lang->action->label->unlinkedrepo = 'Unlinked Code Repo'; -$lang->action->label->unlinkproduct = 'Unlinked Product'; +$lang->action->label->unlinkproduct = "Unlinked {$lang->productCommon}"; $lang->action->label->createdsnapshot = 'create snapshot'; $lang->action->label->restoredsnapshot = 'create snapshot'; $lang->action->label->editsnapshot = 'edit snapshot'; diff --git a/module/action/lang/en.php b/module/action/lang/en.php index 4467cd45e0..8a272d697e 100755 --- a/module/action/lang/en.php +++ b/module/action/lang/en.php @@ -237,7 +237,7 @@ $lang->action->desc->boot = '$date, the ZenAgent Node is boot by $lang->action->desc->relieved = '$date, relieved by $actor .' . "\n"; $lang->action->desc->switchtolight = '$date, Switch from ALM mode to light mode by '. $lang->admin->system .'.' . "\n"; $lang->action->desc->getvnc = '$date, Remote control $extra by $actor .' . "\n"; -$lang->action->desc->unlinkproduct = '$date, the project is disassociated from the $extra, synchronization disassociates the ' . $lang->executionCommon . 's of the project from the $extra.' . "\n"; +$lang->action->desc->unlinkproduct = '$date, the ' . $lang->projectCommon . ' is disassociated from the $extra, synchronization disassociates the ' . $lang->executionCommon . 's of the ' . $lang->projectCommon . ' from the $extra.' . "\n"; $lang->action->desc->createdsnapshot = '$date, $actor creates a snapshot $extra。' . "\n"; $lang->action->desc->restoredsnapshot = '$date, $actor restored a snapshot $extra。' . "\n"; $lang->action->desc->editsnapshot = '$date, $actor edited the snapshot $extra。' . "\n"; @@ -423,7 +423,7 @@ $lang->action->label->relieved = 'relieved'; $lang->action->label->switchtolight = 'switch from ALM mode to light mode'; $lang->action->label->linkedrepo = 'Linked Code Repo'; $lang->action->label->unlinkedrepo = 'Unlinked Code Repo'; -$lang->action->label->unlinkproduct = 'Unlinked Product'; +$lang->action->label->unlinkproduct = "Unlinked {$lang->productCommon}"; $lang->action->label->createdsnapshot = 'create snapshot'; $lang->action->label->restoredsnapshot = 'create snapshot'; $lang->action->label->editsnapshot = 'edit snapshot'; diff --git a/module/action/lang/fr.php b/module/action/lang/fr.php index 70f3bf9d56..2dac56f632 100644 --- a/module/action/lang/fr.php +++ b/module/action/lang/fr.php @@ -237,7 +237,7 @@ $lang->action->desc->boot = '$date, the ZenAgent Node is boot by $lang->action->desc->relieved = '$date, relieved by $actor .' . "\n"; $lang->action->desc->switchtolight = '$date, Switch from ALM mode to light mode by '. $lang->admin->system .'.' . "\n"; $lang->action->desc->getvnc = '$date, Remote control $extra by $actor .' . "\n"; -$lang->action->desc->unlinkproduct = '$date, the project is disassociated from the $extra, synchronization disassociates the ' . $lang->executionCommon . 's of the project from the $extra.' . "\n"; +$lang->action->desc->unlinkproduct = '$date, the ' . $lang->projectCommon . ' is disassociated from the $extra, synchronization disassociates the ' . $lang->executionCommon . 's of the ' . $lang->projectCommon . ' from the $extra.' . "\n"; $lang->action->desc->createdsnapshot = '$date, $actor creates a snapshot $extra。' . "\n"; $lang->action->desc->restoredsnapshot = '$date, $actor restored a snapshot $extra。' . "\n"; $lang->action->desc->editsnapshot = '$date, $actor edited the snapshot $extra。' . "\n"; @@ -423,7 +423,7 @@ $lang->action->label->relieved = 'relieved'; $lang->action->label->switchtolight = 'switch from ALM mode to light mode'; $lang->action->label->linkedrepo = 'Linked Code Repo'; $lang->action->label->unlinkedrepo = 'Unlinked Code Repo'; -$lang->action->label->unlinkproduct = 'Unlinked Product'; +$lang->action->label->unlinkproduct = "Unlinked {$lang->productCommon}"; $lang->action->label->createdsnapshot = 'create snapshot'; $lang->action->label->restoredsnapshot = 'create snapshot'; $lang->action->label->editsnapshot = 'edit snapshot'; diff --git a/module/action/lang/zh-cn.php b/module/action/lang/zh-cn.php index b5e846f1be..a10c166bba 100755 --- a/module/action/lang/zh-cn.php +++ b/module/action/lang/zh-cn.php @@ -216,8 +216,8 @@ $lang->action->desc->importfromgitlab = '$date, 由 $actor $lang->action->desc->archived = '$date, 由 $actor 归档。' . "\n"; $lang->action->desc->restore = '$date, 由 $actor 还原。' . "\n"; $lang->action->desc->importedcard = '$date, 由 $actor 从看板 $extra 导入。' . "\n"; -$lang->action->desc->importedproductplan = '$date, 由 $actor 从产品计划 $extra 导入。' . "\n"; -$lang->action->desc->importedrelease = '$date, 由 $actor 从产品发布 $extra 导入。' . "\n"; +$lang->action->desc->importedproductplan = '$date, 由 $actor 从' . $lang->productCommon . '计划 $extra 导入。' . "\n"; +$lang->action->desc->importedrelease = '$date, 由 $actor 从' . $lang->productCommon . '发布 $extra 导入。' . "\n"; $lang->action->desc->importedexecution = '$date, 由 $actor 从项目执行 $extra 导入。' . "\n"; $lang->action->desc->importedbuild = '$date, 由 $actor 从项目版本 $extra 导入。' . "\n"; $lang->action->desc->importedticket = '$date, 由 $actor 从反馈工单 $extra 导入。' . "\n"; @@ -237,7 +237,7 @@ $lang->action->desc->boot = '$date, 由 $actor $lang->action->desc->relieved = '$date, 由 $actor 解除孪生需求关系。' . "\n"; $lang->action->desc->switchtolight = '$date, 由于 '. $lang->admin->system .' 从全生命周期管理模式切换为轻量管理模式,项目访问控制由项目集内公开调整为私有。' . "\n"; $lang->action->desc->getvnc = '$date, $actor对执行节点 $extra 进行了远程操控。' . "\n"; -$lang->action->desc->unlinkproduct = '$date, 系统判断由于' . $lang->executionCommon . '所属项目与$extra取消关联,同步将' . $lang->executionCommon . '与$extra取消关联。' . "\n"; +$lang->action->desc->unlinkproduct = '$date, 系统判断由于' . $lang->executionCommon . '所属' . $lang->projectCommon . '与$extra取消关联,同步将' . $lang->executionCommon . '与$extra取消关联。' . "\n"; $lang->action->desc->createdsnapshot = '$date, $actor 创建了快照 $extra。' . "\n"; $lang->action->desc->restoredsnapshot = '$date, $actor 还原了快照 $extra。' . "\n"; $lang->action->desc->editsnapshot = '$date, $actor 编辑了快照 $extra。' . "\n"; @@ -423,7 +423,7 @@ $lang->action->label->relieved = '解除了'; $lang->action->label->switchtolight = '从全生命周期管理模式切换为轻量管理模式'; $lang->action->label->linkedrepo = '关联代码库到'; $lang->action->label->unlinkedrepo = '取消了项目与代码库的关联'; -$lang->action->label->unlinkproduct = '取消了与产品的关联'; +$lang->action->label->unlinkproduct = "取消了与{$lang->productCommon}的关联"; $lang->action->label->createdsnapshot = '创建了快照'; $lang->action->label->restoredsnapshot = '还原了快照'; $lang->action->label->editsnapshot = '编辑了快照';