From d95f23ee8b2fe485fd5a3a6ce3a73dd39d4b032a Mon Sep 17 00:00:00 2001 From: caoyanyi Date: Wed, 8 Mar 2023 10:12:11 +0800 Subject: [PATCH] * Update product common lang. --- module/design/lang/de.php | 4 ++-- module/design/lang/en.php | 4 ++-- module/design/lang/fr.php | 4 ++-- module/design/lang/zh-cn.php | 4 ++-- module/job/lang/de.php | 2 +- module/job/lang/en.php | 2 +- module/job/lang/fr.php | 2 +- module/job/lang/zh-cn.php | 2 +- module/zanode/lang/de.php | 2 +- module/zanode/lang/en.php | 2 +- module/zanode/lang/fr.php | 2 +- module/zanode/lang/zh-cn.php | 2 +- 12 files changed, 16 insertions(+), 16 deletions(-) diff --git a/module/design/lang/de.php b/module/design/lang/de.php index 9fe4690a63..1edb3e5b2e 100644 --- a/module/design/lang/de.php +++ b/module/design/lang/de.php @@ -20,12 +20,12 @@ $lang->design->version = 'Revision'; $lang->design->assignedTo = 'AssignedTo'; $lang->design->actions = 'Actions'; $lang->design->byQuery = 'Search'; -$lang->design->products = 'Linked Product'; +$lang->design->products = "Linked {$lang->productCommon}"; $lang->design->story = 'Story'; $lang->design->file = 'File'; $lang->design->desc = 'Description'; $lang->design->range = 'Impact'; -$lang->design->product = 'Linked Product'; +$lang->design->product = "Linked {$lang->productCommon}"; $lang->design->basicInfo = 'Basic Information'; $lang->design->commitBy = 'Commit By'; $lang->design->commitDate = 'Committed Date'; diff --git a/module/design/lang/en.php b/module/design/lang/en.php index 166f1458f9..f336569e2e 100644 --- a/module/design/lang/en.php +++ b/module/design/lang/en.php @@ -20,12 +20,12 @@ $lang->design->version = 'Revision'; $lang->design->assignedTo = 'AssignedTo'; $lang->design->actions = 'Actions'; $lang->design->byQuery = 'Search'; -$lang->design->products = 'Linked Product'; +$lang->design->products = "Linked {$lang->productCommon}"; $lang->design->story = 'Linked Story'; $lang->design->file = 'File'; $lang->design->desc = 'Description'; $lang->design->range = 'Impact'; -$lang->design->product = 'Linked Product'; +$lang->design->product = "Linked {$lang->productCommon}"; $lang->design->basicInfo = 'Basic Information'; $lang->design->commitBy = 'Commit By'; $lang->design->commitDate = 'Committed Date'; diff --git a/module/design/lang/fr.php b/module/design/lang/fr.php index 33a0580b41..3eea7032a8 100644 --- a/module/design/lang/fr.php +++ b/module/design/lang/fr.php @@ -20,12 +20,12 @@ $lang->design->version = 'Revision'; $lang->design->assignedTo = 'AssignedTo'; $lang->design->actions = 'Actions'; $lang->design->byQuery = 'Search'; -$lang->design->products = 'Linked Product'; +$lang->design->products = "Linked {$lang->productCommon}"; $lang->design->story = 'Story'; $lang->design->file = 'File'; $lang->design->desc = 'Description'; $lang->design->range = 'Impact'; -$lang->design->product = 'Linked Product'; +$lang->design->product = "Linked {$lang->productCommon}"; $lang->design->basicInfo = 'Basic Information'; $lang->design->commitBy = 'Commit By'; $lang->design->commitDate = 'Committed Date'; diff --git a/module/design/lang/zh-cn.php b/module/design/lang/zh-cn.php index 372ec8dca6..fe0158ee3f 100644 --- a/module/design/lang/zh-cn.php +++ b/module/design/lang/zh-cn.php @@ -20,12 +20,12 @@ $lang->design->version = '版本号'; $lang->design->assignedTo = '指派给'; $lang->design->actions = '操作'; $lang->design->byQuery = '搜索'; -$lang->design->products = '所属产品'; +$lang->design->products = "所属{$lang->productCommon}"; $lang->design->story = '相关需求'; $lang->design->file = '附件'; $lang->design->desc = '设计描述'; $lang->design->range = '影响范围'; -$lang->design->product = '所属产品'; +$lang->design->product = "所属{$lang->productCommon}"; $lang->design->basicInfo = '基础信息'; $lang->design->commitBy = '由谁提交'; $lang->design->commitDate = '提交时间'; diff --git a/module/job/lang/de.php b/module/job/lang/de.php index 5fd9c49559..87ff9aeedd 100644 --- a/module/job/lang/de.php +++ b/module/job/lang/de.php @@ -83,7 +83,7 @@ $lang->job->frameList['sonarqube'] = 'SonarQube'; $lang->job->paramValueList[''] = ''; $lang->job->paramValueList['$zentao_version'] = 'Current version'; $lang->job->paramValueList['$zentao_account'] = 'Current user'; -$lang->job->paramValueList['$zentao_product'] = 'Current product ID'; +$lang->job->paramValueList['$zentao_product'] = "Current {$lang->productCommon} ID"; $lang->job->paramValueList['$zentao_repopath'] = 'Current version library path'; $lang->job->engineList = array(); diff --git a/module/job/lang/en.php b/module/job/lang/en.php index 0356380338..c29f1a3a5a 100644 --- a/module/job/lang/en.php +++ b/module/job/lang/en.php @@ -83,7 +83,7 @@ $lang->job->frameList['sonarqube'] = 'SonarQube'; $lang->job->paramValueList[''] = ''; $lang->job->paramValueList['$zentao_version'] = 'Current version'; $lang->job->paramValueList['$zentao_account'] = 'Current user'; -$lang->job->paramValueList['$zentao_product'] = 'Current product ID'; +$lang->job->paramValueList['$zentao_product'] = "Current {$lang->productCommon} ID"; $lang->job->paramValueList['$zentao_repopath'] = 'Current version library path'; $lang->job->engineList = array(); diff --git a/module/job/lang/fr.php b/module/job/lang/fr.php index 09f6f216bf..573e26035e 100644 --- a/module/job/lang/fr.php +++ b/module/job/lang/fr.php @@ -83,7 +83,7 @@ $lang->job->frameList['sonarqube'] = 'SonarQube'; $lang->job->paramValueList[''] = ''; $lang->job->paramValueList['$zentao_version'] = 'Current version'; $lang->job->paramValueList['$zentao_account'] = 'Current user'; -$lang->job->paramValueList['$zentao_product'] = 'Current product ID'; +$lang->job->paramValueList['$zentao_product'] = "Current {$lang->productCommon} ID"; $lang->job->paramValueList['$zentao_repopath'] = 'Current version library path'; $lang->job->engineList = array(); diff --git a/module/job/lang/zh-cn.php b/module/job/lang/zh-cn.php index f10093ea5b..7719656d11 100644 --- a/module/job/lang/zh-cn.php +++ b/module/job/lang/zh-cn.php @@ -83,7 +83,7 @@ $lang->job->frameList['sonarqube'] = 'SonarQube'; $lang->job->paramValueList[''] = ''; $lang->job->paramValueList['$zentao_version'] = '当前版本号'; $lang->job->paramValueList['$zentao_account'] = '当前用户名'; -$lang->job->paramValueList['$zentao_product'] = '当前产品ID'; +$lang->job->paramValueList['$zentao_product'] = "当前{$lang->productCommon}ID"; $lang->job->paramValueList['$zentao_repopath'] = '当前版本库路径'; $lang->job->engineList = array(); diff --git a/module/zanode/lang/de.php b/module/zanode/lang/de.php index 2d269e533c..a3f4e4e192 100644 --- a/module/zanode/lang/de.php +++ b/module/zanode/lang/de.php @@ -163,5 +163,5 @@ $lang->zanode->init->initDesc = "Execute the init script on the node: %s % $lang->zanode->tips = "The execution node is a virtual machine or container instance created by the host machine, which is a test environment for executing test tasks. After the execution node is configured with the automated test environment, the script can be automatically executed, and the results can be viewed in the execution results of Zen Dao's application cases."; $lang->zanode->scriptTips = 'Write the directory where the script is located on the execution node.'; $lang->zanode->shellTips = 'Before running the automated test script on the execution node, you can execute a custom shell command.'; -$lang->zanode->automationTips = 'Before executing the test task on the execution node, you need to set up the execution node corresponding to the product, the directory of the automated test script, and the custom Shell command to execute.'; +$lang->zanode->automationTips = "Before executing the test task on the execution node, you need to set up the execution node corresponding to the {$lang->productCommon}, the directory of the automated test script, and the custom Shell command to execute."; $lang->zanode->nameUnique = $lang->zanode->name . 'already exist'; diff --git a/module/zanode/lang/en.php b/module/zanode/lang/en.php index 996e12770c..6ea6e5acbd 100644 --- a/module/zanode/lang/en.php +++ b/module/zanode/lang/en.php @@ -163,5 +163,5 @@ $lang->zanode->init->initDesc = "Execute the init script on the node: %s % $lang->zanode->tips = "The execution node is a virtual machine or container instance created by the host machine, which is a test environment for executing test tasks. After the execution node is configured with the automated test environment, the script can be automatically executed, and the results can be viewed in the execution results of Zen Dao's application cases."; $lang->zanode->scriptTips = 'Write the directory where the script is located on the execution node.'; $lang->zanode->shellTips = 'Before running the automated test script on the execution node, you can execute a custom shell command.'; -$lang->zanode->automationTips = 'Before executing the test task on the execution node, you need to set up the execution node corresponding to the product, the directory of the automated test script, and the custom Shell command to execute.'; +$lang->zanode->automationTips = "Before executing the test task on the execution node, you need to set up the execution node corresponding to the {$lang->productCommon}, the directory of the automated test script, and the custom Shell command to execute."; $lang->zanode->nameUnique = $lang->zanode->name . 'already exist'; diff --git a/module/zanode/lang/fr.php b/module/zanode/lang/fr.php index 2d269e533c..a3f4e4e192 100644 --- a/module/zanode/lang/fr.php +++ b/module/zanode/lang/fr.php @@ -163,5 +163,5 @@ $lang->zanode->init->initDesc = "Execute the init script on the node: %s % $lang->zanode->tips = "The execution node is a virtual machine or container instance created by the host machine, which is a test environment for executing test tasks. After the execution node is configured with the automated test environment, the script can be automatically executed, and the results can be viewed in the execution results of Zen Dao's application cases."; $lang->zanode->scriptTips = 'Write the directory where the script is located on the execution node.'; $lang->zanode->shellTips = 'Before running the automated test script on the execution node, you can execute a custom shell command.'; -$lang->zanode->automationTips = 'Before executing the test task on the execution node, you need to set up the execution node corresponding to the product, the directory of the automated test script, and the custom Shell command to execute.'; +$lang->zanode->automationTips = "Before executing the test task on the execution node, you need to set up the execution node corresponding to the {$lang->productCommon}, the directory of the automated test script, and the custom Shell command to execute."; $lang->zanode->nameUnique = $lang->zanode->name . 'already exist'; diff --git a/module/zanode/lang/zh-cn.php b/module/zanode/lang/zh-cn.php index abfcbd593d..8e0215ced4 100644 --- a/module/zanode/lang/zh-cn.php +++ b/module/zanode/lang/zh-cn.php @@ -163,5 +163,5 @@ $lang->zanode->init->initDesc = "- 在执行节点上执行命令:%s %s $lang->zanode->tips = '执行节点是由宿主机创建的虚拟机或容器实例,是执行测试任务的测试环境,在执行节点配置自动化测试环境后可以自动执行脚本,结果可以在禅道对应用例执行结果中查看。'; $lang->zanode->scriptTips = '填写执行节点上自动化测试脚本所在的目录。'; $lang->zanode->shellTips = '在执行节点上运行自动化测试脚本前,可以执行自定义的shell命令。'; -$lang->zanode->automationTips = '在执行节点上执行测试任务前,需要设置产品对应的执行节点,自动化测试脚本的目录以及需要执行的自定义Shell命令。'; +$lang->zanode->automationTips = "在执行节点上执行测试任务前,需要设置{$lang->productCommon}对应的执行节点,自动化测试脚本的目录以及需要执行的自定义Shell命令。"; $lang->zanode->nameUnique = $lang->zanode->name . '已存在';