znt/module/zanode/lang/fr.php

199 lines
14 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
$lang->zanode->common = 'ZenAgent Node';
$lang->zanode->instruction = 'Instruction';
$lang->zanode->browse = 'ZenAgent Node List';
$lang->zanode->nodeList = 'ZenAgent Node List';
$lang->zanode->create = 'Create ZenAgent Node';
$lang->zanode->edit = 'Edit ZenAgent Node';
$lang->zanode->editAction = 'Edit ZenAgent Node';
$lang->zanode->view = 'View ZenAgent Node';
$lang->zanode->initTitle = 'Init ZenAgent Node';
$lang->zanode->suspend = 'Suspend ZenAgent Node';
$lang->zanode->destroy = 'Destroy ZenAgent Node';
$lang->zanode->boot = 'Start ZenAgent Node';
$lang->zanode->reboot = 'Restart ZenAgent Node';
$lang->zanode->shutdown = 'Shutdown ZenAgent Node';
$lang->zanode->resume = 'Resume ZenAgent Node';
$lang->zanode->suspendNode = 'Suspend';
$lang->zanode->bootNode = 'Boot';
$lang->zanode->rebootNode = 'Reboot';
$lang->zanode->shutdownNode = 'Shutdown';
$lang->zanode->resumeNode = 'Resume';
$lang->zanode->getVNC = 'Remote management';
$lang->zanode->all = 'All';
$lang->zanode->byQuery = 'Search';
$lang->zanode->osName = 'System';
$lang->zanode->osNamePhysics = 'System';
$lang->zanode->image = 'VM Image';
$lang->zanode->imageName = 'Image Name';
$lang->zanode->name = 'Name';
$lang->zanode->start = 'Start After Created';
$lang->zanode->hostName = 'Host Name';
$lang->zanode->host = $lang->zanode->hostName;
$lang->zanode->extranet = 'IP/Domain';
$lang->zanode->sshCommand = 'SSH Command';
$lang->zanode->sshAddress = 'SSH Address';
$lang->zanode->osArch = 'Arch';
$lang->zanode->cpuCores = 'CPU';
$lang->zanode->defaultUser = 'Default Account Name';
$lang->zanode->defaultPwd = 'Default Password';
$lang->zanode->memory = 'Memory Size';
$lang->zanode->diskSize = 'Disk Size';
$lang->zanode->desc = 'Description';
$lang->zanode->status = 'Status';
$lang->zanode->mac = 'MAC';
$lang->zanode->vnc = 'VNC Port';
$lang->zanode->destroyAt = 'Destroy Time';
$lang->zanode->creater = 'Creator';
$lang->zanode->createdDate = 'Create Date';
$lang->zanode->confirmDelete = "Are you sure about destroying the ZenAgent Node";
$lang->zanode->confirmBoot = "Are you sure to start the ZenAgent Node";
$lang->zanode->confirmReboot = "Are you sure to restart the ZenAgent Node";
$lang->zanode->confirmShutdown = "Are you sure to shutdown the ZenAgent Node";
$lang->zanode->confirmSuspend = "Are you sure to suspend the ZenAgent Node";
$lang->zanode->confirmResume = "Are you sure to resume the ZenAgent Node";
$lang->zanode->confirmRestore = "The ZenAgent Node will be restored to this snapshot state, are you sure you want to continue?";
$lang->zanode->actionSuccess = 'Success';
$lang->zanode->deleted = "Deleted";
$lang->zanode->scriptPath = "Script path";
$lang->zanode->syncToZentao = "Sync cases in the directory to Zentao";
$lang->zanode->shell = "Shell";
$lang->zanode->automation = "Automation";
$lang->zanode->install = "Install";
$lang->zanode->reinstall = "Reinstall";
$lang->zanode->copy = 'Click to copy';
$lang->zanode->copied = 'Copy successful';
$lang->zanode->manual = 'Manual';
$lang->zanode->initializing = 'Initializing';
$lang->zanode->showPwd = 'Show Password';
$lang->zanode->hidePwd = 'Hide Password';
$lang->zanode->baseInfo = 'Basic information';
$lang->zanode->cpuUnit = 'CORE';
$lang->zanode->IP = 'Host';
$lang->zanode->typeList['node'] = 'Virtual machine';
$lang->zanode->typeList['physics'] = 'Physical machine';
$lang->automation = new stdClass();
$lang->automation->scriptPath = $lang->zanode->scriptPath;
$lang->automation->node = $lang->zanode->common;
$lang->zanode->notFoundAgent = 'No Agent service is found';
$lang->zanode->busy = 'This Node is %s, please wait for the operation to complete.';
$lang->zanode->createVmFail = 'Failed to create a ZenAgent Node';
$lang->zanode->noVncPort = 'Failed to get vnc port';
$lang->zanode->nameValid = "The name can only be letters, numbers, '-', '_', '.', and cannot start with a symbol";
$lang->zanode->empty = 'No zanode is found';
$lang->zanode->runCaseConfirm = 'The system detects the presence of an automation script. Whether to execute?';
$lang->zanode->netError = 'Unable to connect to the physical machine, please check the network and try again.';
$lang->zanode->createImage = 'Create Image';
$lang->zanode->createImaging = 'Creating';
$lang->zanode->pending = 'Waiting for create';
$lang->zanode->createImageNotice = 'The system will be created based on the current nodeThis process requires the ZenAgent Node to be shut down. Do you want to continue?';
$lang->zanode->createImageSuccess = 'Successed, You can use this image to create node.';
$lang->zanode->createImageFail = 'Failed to create';
$lang->zanode->createImageButton = 'Create image';
$lang->zanode->snapshotName = 'Snapshot Name';
$lang->zanode->browseSnapshot = 'Snapshot List';
$lang->zanode->createSnapshot = 'Create Snapshot';
$lang->zanode->editSnapshot = 'Edit Snapshot';
$lang->zanode->restoreSnapshot = 'Revert From This Snapshot';
$lang->zanode->deleteSnapshot = 'Delete Snapshot';
$lang->zanode->snapshotEmpty = 'No snapshots';
$lang->zanode->confirmDeleteSnapshot = "The snapshot cannot be restored from the recycle bin after being deleted. Are you sure to continue?";
$lang->zanode->snapshot = new stdClass();
$lang->zanode->snapshot->statusList['creating'] = 'Creating';
$lang->zanode->snapshot->statusList['inprogress'] = 'Creating';
$lang->zanode->snapshot->statusList['completed'] = 'Usable';
$lang->zanode->snapshot->statusList['failed'] = 'Create Failed';
$lang->zanode->snapshot->statusList['restoring'] = 'Restoring';
$lang->zanode->snapshot->statusList['restore_failed'] = 'Restore Failed';
$lang->zanode->snapshot->statusList['restore_completed'] = 'Usable';
$lang->zanode->snapshot->defaultSnapName = 'DefaultSnapshot';
$lang->zanode->snapshot->defaultSnapUser = 'System';
$lang->zanode->imageNameEmpty = 'Name can not be empty.';
$lang->zanode->snapStatusError = 'Snapshot is not ready.';
$lang->zanode->snapRestoring = 'Snapshot is restoring.';
$lang->zanode->runTimeout = 'Network connection timeout, please check the host and execution node status.';
$lang->zanode->apiError['-10100'] = 'ZenAgent Node not found.';
$lang->zanode->apiError['fail'] = 'Connection timeout, Please check the host and execution node status.';
$lang->zanode->apiError['notRunning'] = 'Please check the execution node status.';
$lang->zanode->publicList[0] = 'Private';
$lang->zanode->publicList[1] = 'Public';
$lang->zanode->statusList['created'] = 'Created';
$lang->zanode->statusList['launch'] = 'Launch';
$lang->zanode->statusList['ready'] = 'Ready';
$lang->zanode->statusList['running'] = 'Running';
$lang->zanode->statusList['suspend'] = 'Suspend';
$lang->zanode->statusList['offline'] = 'Offline';
$lang->zanode->statusList['destroy'] = 'Destroyed';
$lang->zanode->statusList['shutoff'] = 'Shutoff';
$lang->zanode->statusList['destroy_fail'] = 'Destroy Fail';
$lang->zanode->statusList['wait'] = 'Initializing';
$lang->zanode->statusList['online'] = 'Online';
$lang->zanode->statusList['restoring'] = 'Restoring';
$lang->zanode->statusList['creating_snap'] = 'Creating Snapshot';
$lang->zanode->statusList['creating_img'] = 'Creating Image';
$lang->zanode->initNotice = "Succeeded. Please initialize the execution node or return to the list.";
$lang->zanode->initButton = "Initialize";
$lang->zanode->init = new stdClass();
$lang->zanode->init->statusTitle = "Service Status";
$lang->zanode->init->checkStatus = "Check Service Status";
$lang->zanode->init->not_install = "Not installed";
$lang->zanode->init->unknown = "Unknown";
$lang->zanode->init->not_available = "Installed, Not Started";
$lang->zanode->init->ready = "Ready";
$lang->zanode->init->next = "Next";
$lang->zanode->init->button = "Go To Settings";
$lang->zanode->init->initSuccessNoticeTitle = "The service is ready, and it takes two steps to execute the automated test on the execution node: <br/>1. Configure the automated test running environment according to the %s<br/>2. Go to %s";
$lang->zanode->init->initFailNotice = "FailExecute the installation service command on the node or <a href='https://github.com/easysoft/zenagent/' target='_blank'>See Help</a>.";
$lang->zanode->init->initFailNoticeOnPhysics = "The service has not been installed yet, please check the service status after executing the following command on the execution node。<a href='https://github.com/easysoft/zenagent/' target='_blank'>See Help</a>";
$lang->zanode->init->serviceStatus = array(
"ZenAgent" => 'not_install',
"ZTF" => 'not_install',
);
$lang->zanode->init->title = "Initialize Node";
$lang->zanode->init->descTitle = "Follow these steps to complete the initialization on the node:";
$lang->zanode->init->initDesc = "Execute the init script on the node: %s %s <br>- Click check service status button.";
$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 {$lang->productCommon}, the directory of the automated test script, and the custom Shell command to execute.";
$lang->zanode->nameUnique = $lang->zanode->name . 'already exist';
$lang->zanode->instructionPage = new stdClass();
$lang->zanode->instructionPage->title = "ZenDao Automation Testing Solution";
$lang->zanode->instructionPage->desc = "ZenTao automated testing solution realizes centralized management of test cases, test scripts, script execution, test results and test environment, reducing test management costs while improving test execution efficiency. Through the solution, you can more easily establish an automated testing system that adapts to the current project management and R&D processes, and reduce the investment in testing work with the help of automation technology.";
$lang->zanode->instructionPage->imageInstruction = 'Architecture diagram: ';
$lang->zanode->instructionPage->image = 'static/svg/zanode_instruction_en.svg';
$lang->zanode->instructionPage->concept = '1、Core Concepts';
$lang->zanode->instructionPage->conceptDesc = '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 installed on the host machine is the LTS version of Ubuntu or CentOS.
The execution node is a virtual machine or container instance created by the host machine and is a test environment for executing test tasks.';
$lang->zanode->instructionPage->appIntroduction = '2、Application Introduction';
$lang->zanode->instructionPage->ZAgentDesc = 'ZAgent is the ZenTao open source software automation testing scheduling platform, which provides a distributed and centralized test environment.';
$lang->zanode->instructionPage->ZAgentUrl = 'https://github.com/easysoft/zagent/blob/main/guide/deploy/index.md';
$lang->zanode->instructionPage->ZTFDesc = "ZTF is ZenTao's open source automated test management framework, which helps users manage test scripts in a unified manner. ZTF is deeply integrated with ZenTao. Each script can be associated with a use case in the test management system. The step information in the script and the use case information in the management system can be synchronized with each other.";
$lang->zanode->instructionPage->ZTFUrl = 'https://ztf.im/';
$lang->zanode->instructionPage->KVMDesc = 'KVM(for Kernel-based Virtual Machine) is an x86 hardware based Linux virtualization solution, including virtualization extensions(Intel VT or AMD-V).';
$lang->zanode->instructionPage->KVMUrl = 'https://www.linux-kvm.org/page/Documents';
$lang->zanode->instructionPage->NginxDesc = 'Nginx is a high performance HTTP and reverse proxy web server, and also provides IMAP/POP3/SMTP services.';
$lang->zanode->instructionPage->NginxUrl = 'http://nginx.org/en/docs/';
$lang->zanode->instructionPage->noVNCDesc = 'noVNC is a HTML VNC client JavaScript class library and it is based on the class library. noVNC runs on any modern browser (including mobile browsers such as iOS and Android).';
$lang->zanode->instructionPage->noVNCUrl = 'https://novnc.com/info.html';
$lang->zanode->instructionPage->WebsockifyDesc = 'Websockify is a WebSockets to socket converter. Websockify accepts WebSockets handshakes, parses it, and starts forwarding traffic between client and target.';
$lang->zanode->instructionPage->WebsockifyUrl = 'https://github.com/novnc/websockify';