* Update product common lang.

This commit is contained in:
caoyanyi
2023-03-08 10:12:11 +08:00
parent cea165d8bb
commit d95f23ee8b
12 changed files with 16 additions and 16 deletions
+2 -2
View File
@@ -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';
+2 -2
View File
@@ -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';
+2 -2
View File
@@ -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';
+2 -2
View File
@@ -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 = '提交时间';
+1 -1
View File
@@ -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();
+1 -1
View File
@@ -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();
+1 -1
View File
@@ -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();
+1 -1
View File
@@ -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();
+1 -1
View File
@@ -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';
+1 -1
View File
@@ -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';
+1 -1
View File
@@ -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';
+1 -1
View File
@@ -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 . '已存在';