From 6ea4fe95cbb5fa3e34090b390fd643d8495b83ce Mon Sep 17 00:00:00 2001 From: liyang Date: Wed, 14 Aug 2024 15:32:55 +0800 Subject: [PATCH] + [Bug#53975] rename zenagent to zagent. --- module/zahost/lang/de.php | 2 +- module/zahost/lang/en.php | 2 +- module/zahost/lang/fr.php | 2 +- module/zahost/lang/zh-cn.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/module/zahost/lang/de.php b/module/zahost/lang/de.php index 7f267356c5..8a2a056007 100644 --- a/module/zahost/lang/de.php +++ b/module/zahost/lang/de.php @@ -142,7 +142,7 @@ $lang->zahost->automation->frameworkSpec = 'The solution architecture based on t $lang->zahost->automation->feature1 = '1、Core concepts'; $lang->zahost->automation->feature1Spec = "Hosts include physical hosts, K8s clusters, cloud servers, and cloud container instances, which are mainly used to create virtual machines or container instances. The recommended operating system for the host is Ubuntu or the LTS version of CentOS.
An execution node is a virtual machine or container instance created by the host and is a test environment where test tasks are executed."; $lang->zahost->automation->feature2 = '2、Application introduction'; -$lang->zahost->automation->feature2ZenAgent = 'ZenAgent is an open source software test automation and scheduling platform, which provides users with a distributed and centrally managed test environment with the help of virtualization technology.'; +$lang->zahost->automation->feature2ZenAgent = 'ZAgent is an open source software test automation and scheduling platform, which provides users with a distributed and centrally managed test environment with the help of virtualization technology.'; $lang->zahost->automation->feature2ZTF = 'ZTF is an open source automated test management framework of Zen Tao, which helps users to manage test scripts in a unified way. ZTF is deeply integrated with Zen Tao, each script can be associated with a use case in the test management system, and the step information in the script and the use case information in the management system can be synchronized with each other.'; $lang->zahost->automation->feature2KVM = 'KVM(for Kernel-based Virtual Machine) is a complete virtualization solution for Linux on x86 hardware, including virtualization extensions (Intel VT or AMD-V).'; $lang->zahost->automation->feature2Nginx = 'Nginx is a high-performance HTTP and reverse proxy web server that also provides IMAP/POP3/SMTP services.'; diff --git a/module/zahost/lang/en.php b/module/zahost/lang/en.php index 7f267356c5..8a2a056007 100644 --- a/module/zahost/lang/en.php +++ b/module/zahost/lang/en.php @@ -142,7 +142,7 @@ $lang->zahost->automation->frameworkSpec = 'The solution architecture based on t $lang->zahost->automation->feature1 = '1、Core concepts'; $lang->zahost->automation->feature1Spec = "Hosts include physical hosts, K8s clusters, cloud servers, and cloud container instances, which are mainly used to create virtual machines or container instances. The recommended operating system for the host is Ubuntu or the LTS version of CentOS.
An execution node is a virtual machine or container instance created by the host and is a test environment where test tasks are executed."; $lang->zahost->automation->feature2 = '2、Application introduction'; -$lang->zahost->automation->feature2ZenAgent = 'ZenAgent is an open source software test automation and scheduling platform, which provides users with a distributed and centrally managed test environment with the help of virtualization technology.'; +$lang->zahost->automation->feature2ZenAgent = 'ZAgent is an open source software test automation and scheduling platform, which provides users with a distributed and centrally managed test environment with the help of virtualization technology.'; $lang->zahost->automation->feature2ZTF = 'ZTF is an open source automated test management framework of Zen Tao, which helps users to manage test scripts in a unified way. ZTF is deeply integrated with Zen Tao, each script can be associated with a use case in the test management system, and the step information in the script and the use case information in the management system can be synchronized with each other.'; $lang->zahost->automation->feature2KVM = 'KVM(for Kernel-based Virtual Machine) is a complete virtualization solution for Linux on x86 hardware, including virtualization extensions (Intel VT or AMD-V).'; $lang->zahost->automation->feature2Nginx = 'Nginx is a high-performance HTTP and reverse proxy web server that also provides IMAP/POP3/SMTP services.'; diff --git a/module/zahost/lang/fr.php b/module/zahost/lang/fr.php index 7f267356c5..8a2a056007 100644 --- a/module/zahost/lang/fr.php +++ b/module/zahost/lang/fr.php @@ -142,7 +142,7 @@ $lang->zahost->automation->frameworkSpec = 'The solution architecture based on t $lang->zahost->automation->feature1 = '1、Core concepts'; $lang->zahost->automation->feature1Spec = "Hosts include physical hosts, K8s clusters, cloud servers, and cloud container instances, which are mainly used to create virtual machines or container instances. The recommended operating system for the host is Ubuntu or the LTS version of CentOS.
An execution node is a virtual machine or container instance created by the host and is a test environment where test tasks are executed."; $lang->zahost->automation->feature2 = '2、Application introduction'; -$lang->zahost->automation->feature2ZenAgent = 'ZenAgent is an open source software test automation and scheduling platform, which provides users with a distributed and centrally managed test environment with the help of virtualization technology.'; +$lang->zahost->automation->feature2ZenAgent = 'ZAgent is an open source software test automation and scheduling platform, which provides users with a distributed and centrally managed test environment with the help of virtualization technology.'; $lang->zahost->automation->feature2ZTF = 'ZTF is an open source automated test management framework of Zen Tao, which helps users to manage test scripts in a unified way. ZTF is deeply integrated with Zen Tao, each script can be associated with a use case in the test management system, and the step information in the script and the use case information in the management system can be synchronized with each other.'; $lang->zahost->automation->feature2KVM = 'KVM(for Kernel-based Virtual Machine) is a complete virtualization solution for Linux on x86 hardware, including virtualization extensions (Intel VT or AMD-V).'; $lang->zahost->automation->feature2Nginx = 'Nginx is a high-performance HTTP and reverse proxy web server that also provides IMAP/POP3/SMTP services.'; diff --git a/module/zahost/lang/zh-cn.php b/module/zahost/lang/zh-cn.php index 176b80cc80..1edfc9d681 100644 --- a/module/zahost/lang/zh-cn.php +++ b/module/zahost/lang/zh-cn.php @@ -142,7 +142,7 @@ $lang->zahost->automation->frameworkSpec = '基于KVM虚拟化软件的解决方 $lang->zahost->automation->feature1 = '1、核心概念'; $lang->zahost->automation->feature1Spec = "宿主机包括实体主机、K8s集群、云服务器以及云容器实例,主要用于创建虚拟机或容器实例。宿主机推荐安装的操作系统为Ubuntu或CentOS的LTS版本。
执行节点是由宿主机创建的虚拟机或容器实例,是执行测试任务的测试环境。"; $lang->zahost->automation->feature2 = '2、应用介绍'; -$lang->zahost->automation->feature2ZenAgent = 'ZenAgent是禅道开源的软件自动化测试调度平台,它借助虚拟化技术,为用户提供了一个分布式、集中管理的的测试环境。'; +$lang->zahost->automation->feature2ZenAgent = 'ZAgent是禅道开源的软件自动化测试调度平台,它借助虚拟化技术,为用户提供了一个分布式、集中管理的的测试环境。'; $lang->zahost->automation->feature2ZTF = 'ZTF是禅道开源的自动化测试管理框架,它帮助用户将测试脚本统一管理。ZTF与禅道深度集成,每一个脚本都可以和测试管理系统里面的一个用例进行关联,脚本里面的步骤信息和管理系统里面的用例信息可以互相同步。'; $lang->zahost->automation->feature2KVM = 'KVM(for Kernel-based Virtual Machine)是x86硬件上Linux的完整虚拟化解决方案,包含虚拟化扩展(Intel VT或AMD-V)。'; $lang->zahost->automation->feature2Nginx = 'Nginx是一个高性能的HTTP和反向代理web服务器,同时也提供了IMAP/POP3/SMTP服务。';