Files
EasySoft-ZenTaoPMS/module/cne/lang/zh-cn.php
T
2023-06-09 03:31:44 +00:00

29 lines
1.3 KiB
PHP

<?php
$lang->CNE->InstallSuccess = '安装成功';
$lang->CNE->InstallFailure = '安装失败';
$lang->CNE->serverError = 'CNE服务器出错';
$lang->CNE->statusList = array();
$lang->CNE->statusList['normal'] = '正常';
$lang->CNE->statusList['abnormal'] = '异常';
$lang->CNE->statusList['stopped'] = '关闭';
$lang->CNE->statusList['unknown'] = '无数据';
$lang->CNE->statusIcons = array();
$lang->CNE->statusIcons['normal'] = "<i class='icon icon-5x icon-check-circle status-green'></i>";
$lang->CNE->statusIcons['abnormal'] = "<i class='icon icon-5x icon-close-circle status-red'></i>";
$lang->CNE->statusIcons['stopped'] = "<i class='icon icon-5x icon-off status-gray'></i>";
$lang->CNE->statusIcons['unknown'] = "<i class='icon icon-5x icon-alert-sign status-orange'></i>";
$lang->CNE->errorList = array();
//$lang->CNE->errorList[400] = '不能包含特殊字符';
$lang->CNE->errorList[400] = '请求集群接口失败';
$lang->CNE->errorList[404] = '服务不存在';
$lang->CNE->errorList[40004] = '证书与域名不匹配';
$lang->CNE->errorList[41001] = '证书过期';
$lang->CNE->errorList[41002] = '证书不匹配';
$lang->CNE->errorList[41003] = '证书链不完整';
$lang->CNE->errorList[41004] = '私钥与证书不匹配';
$lang->CNE->errorList[41005] = '证书解析失败';
$lang->CNE->errorList[41006] = '密钥解析失败';