diff --git a/module/zahost/lang/de.php b/module/zahost/lang/de.php index e6b0bd31f5..aedd441a34 100644 --- a/module/zahost/lang/de.php +++ b/module/zahost/lang/de.php @@ -17,7 +17,6 @@ $lang->zahost->deleted = "Deleted"; $lang->zahost->copy = 'Click to copy'; $lang->zahost->copied = 'Copy successful'; - $lang->zahost->name = 'Name'; $lang->zahost->IP = 'Extranet Address'; $lang->zahost->extranet = 'Extranet Address'; @@ -103,7 +102,6 @@ $lang->zahost->empty = 'No Host'; $lang->zahost->statusList['wait'] = 'Wait'; $lang->zahost->statusList['ready'] = 'Online'; $lang->zahost->statusList['online'] = 'Online'; -$lang->zahost->statusList['online'] = 'Online'; $lang->zahost->statusList['offline'] = 'Offline'; $lang->zahost->statusList['busy'] = 'Busy'; diff --git a/module/zahost/lang/en.php b/module/zahost/lang/en.php index 6d839297dd..aedd441a34 100644 --- a/module/zahost/lang/en.php +++ b/module/zahost/lang/en.php @@ -102,7 +102,6 @@ $lang->zahost->empty = 'No Host'; $lang->zahost->statusList['wait'] = 'Wait'; $lang->zahost->statusList['ready'] = 'Online'; $lang->zahost->statusList['online'] = 'Online'; -$lang->zahost->statusList['online'] = 'Online'; $lang->zahost->statusList['offline'] = 'Offline'; $lang->zahost->statusList['busy'] = 'Busy'; diff --git a/module/zahost/lang/fr.php b/module/zahost/lang/fr.php index 9022f569c4..edd1ec90e0 100644 --- a/module/zahost/lang/fr.php +++ b/module/zahost/lang/fr.php @@ -102,7 +102,6 @@ $lang->zahost->empty = 'No Host'; $lang->zahost->statusList['wait'] = 'Wait'; $lang->zahost->statusList['ready'] = 'Online'; $lang->zahost->statusList['online'] = 'Online'; -$lang->zahost->statusList['online'] = 'Online'; $lang->zahost->statusList['offline'] = 'Offline'; $lang->zahost->statusList['busy'] = 'Busy'; diff --git a/module/zahost/lang/zh-cn.php b/module/zahost/lang/zh-cn.php index 087e034048..469d9f76a8 100644 --- a/module/zahost/lang/zh-cn.php +++ b/module/zahost/lang/zh-cn.php @@ -68,7 +68,6 @@ $lang->zahost->init->initDesc = "- 在宿主机上执行命令:%s %s
zahost->init->statusTitle = "服务状态"; $lang->zahost->image = new stdclass; -$lang->zahost->image->list = '镜像列表'; $lang->zahost->image->browseImage = '镜像列表'; $lang->zahost->image->createImage = '创建镜像'; $lang->zahost->image->choseImage = '选择镜像'; @@ -120,7 +119,6 @@ $lang->zahost->cancelDelete = '是否取消该下载任务?'; $lang->zahost->notice = new stdclass(); $lang->zahost->notice->ip = '『%s』格式不正确!'; - $lang->zahost->notice->registerCommand = '宿主机注册命令:./zagent-host -t host -s http://%s:%s -i %s -p 8086 -secret %s'; $lang->zahost->notice->loading = '加载中...'; $lang->zahost->notice->noImage = '无可用的镜像文件';