Files
EasySoft-ZenTaoPMS/module/executionnode/lang/zh-cn.php
T
2022-09-19 21:09:17 +08:00

99 lines
5.7 KiB
PHP
Executable File
Raw 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->executionnode->common = '执行节点';
$lang->executionnode->browse = '执行节点列表';
$lang->executionnode->create = '创建执行节点';
$lang->executionnode->view = '执行节点详情';
$lang->executionnode->suspend = '暂停执行节点';
$lang->executionnode->destroy = '销毁执行节点';
$lang->executionnode->handleVM = '重启执行节点';
$lang->executionnode->boot = '启动执行节点';
$lang->executionnode->reboot = '重启执行节点';
$lang->executionnode->shutdown = '关闭执行节点';
$lang->executionnode->resume = '恢复执行节点';
$lang->executionnode->getVNC = '远程管理';
$lang->executionnode->all = '所有';
$lang->executionnode->byQuery = '搜索';
$lang->executionnode->osCategory = '操作系统平台';
$lang->executionnode->osType = '操作系统版本';
$lang->executionnode->osVersion = '操作系统版本号';
$lang->executionnode->vmTemplate = '虚拟机模板';
$lang->executionnode->name = '执行节点名称';
$lang->executionnode->start = '创建后自动开启';
$lang->executionnode->hostName = '所属宿主机';
$lang->executionnode->hostID = $lang->executionnode->hostName;
$lang->executionnode->ip = 'IP';
$lang->executionnode->osArch = '架构';
$lang->executionnode->osLang = '系统语言';
$lang->executionnode->cpu = 'CPU核心数';
$lang->executionnode->memory = '内存';
$lang->executionnode->disk = '硬盘';
$lang->executionnode->status = '状态';
$lang->executionnode->macAddress = 'MAC地址';
$lang->executionnode->vnc = 'VNC端口';
$lang->executionnode->destroyAt = '销毁时间';
$lang->executionnode->creater = '创建人';
$lang->executionnode->createdDate = '创建日期';
$lang->executionnode->template = '模板';
$lang->executionnode->templateID = '虚拟机模板';
$lang->executionnode->templateList = '模板列表';
$lang->executionnode->confirmDelete = "您确定销毁执行节点吗?";
$lang->executionnode->confirmBoot = "您确定启动执行节点吗?";
$lang->executionnode->confirmReboot = "您确定重启执行节点吗?";
$lang->executionnode->confirmShutdown = "您确定关闭执行节点吗?";
$lang->executionnode->confirmSuspend = "您确定暂停执行节点吗?";
$lang->executionnode->confirmResume = "您确定恢复执行节点吗?";
$lang->executionnode->actionSuccess = '操作成功';
$lang->executionnode->notFoundAgent = '没有发现Agent服务';
$lang->executionnode->createVmFail = '创建执行节点失败';
$lang->executionnode->noVncPort = '无法获取执行节点端口';
$lang->executionnode->nameValid = "名称只能是字母、数字,'-''_''.',且不能以符号开头";
$lang->executionnode->empty = '暂时没有执行节点';
$lang->executionnode->templateEmpty = '暂时没有模板';
$lang->executionnode->publicList[0] = '不共享';
$lang->executionnode->publicList[1] = '共享';
$lang->executionnode->statusList['created'] = '已创建';
$lang->executionnode->statusList['launch'] = '启动中';
$lang->executionnode->statusList['ready'] = '运行中';
$lang->executionnode->statusList['running'] = '运行中';
$lang->executionnode->statusList['suspend'] = '暂停';
$lang->executionnode->statusList['offline'] = '下线';
$lang->executionnode->statusList['destroy'] = '已销毁';
$lang->executionnode->statusList['destroy_fail'] = '销毁失败';
$lang->executionnode->versionList = array();
$lang->executionnode->versionList['winxp']['all'] = 'Windows XP';
$lang->executionnode->versionList['win7']['home'] = '家庭版';
$lang->executionnode->versionList['win7']['professional'] = '专业版';
$lang->executionnode->versionList['win7']['enterprise'] = '企业版';
$lang->executionnode->versionList['win7']['ultimate'] = '旗舰版';
$lang->executionnode->versionList['win10']['home'] = '家庭版';
$lang->executionnode->versionList['win10']['professional'] = '专业版';
$lang->executionnode->versionList['win10']['enterprise'] = '企业版';
$lang->executionnode->versionList['win10']['ultimate'] = '旗舰版';
$lang->executionnode->versionList['win11']['home'] = '家庭版';
$lang->executionnode->versionList['win11']['professional'] = '专业版';
$lang->executionnode->versionList['win11']['enterprise'] = '企业版';
$lang->executionnode->versionList['win11']['ultimate'] = '旗舰版';
$lang->executionnode->versionList['winServer']['2008'] = '2008';
$lang->executionnode->versionList['winServer']['2012'] = '2012';
$lang->executionnode->versionList['winServer']['2016'] = '2016';
$lang->executionnode->versionList['winServer']['2019'] = '2019';
$lang->executionnode->versionList['debian']['9'] = '9';
$lang->executionnode->versionList['debian']['10'] = '10';
$lang->executionnode->versionList['debian']['11'] = '11';
$lang->executionnode->versionList['ubuntu']['16'] = '16';
$lang->executionnode->versionList['ubuntu']['18'] = '18';
$lang->executionnode->versionList['ubuntu']['20'] = '20';
$lang->executionnode->versionList['centos']['6'] = '6';
$lang->executionnode->versionList['centos']['7'] = '7';
$lang->executionnode->versionList['centos']['8'] = '8';
$lang->executionnode->langList = array();
$lang->executionnode->langList['zh_cn'] = '简体中文';
$lang->executionnode->langList['zh_tw'] = '繁体中文';
$lang->executionnode->langList['en_us'] = '美式英语';