From 1ebb224ba35f21848bf6f45c6f1b2caec150c0d8 Mon Sep 17 00:00:00 2001 From: liyang Date: Thu, 12 Dec 2024 21:53:17 +0800 Subject: [PATCH] * [task#133997] fix lang. --- module/host/lang/de.php | 2 +- module/host/lang/en.php | 2 +- module/host/lang/fr.php | 2 +- module/host/lang/zh-cn.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/module/host/lang/de.php b/module/host/lang/de.php index 2fe61cdd2b..eab9654d55 100644 --- a/module/host/lang/de.php +++ b/module/host/lang/de.php @@ -177,4 +177,4 @@ $lang->host->notice->nameLength = 'Host name length should not exceed 100 charac $lang->host->notice->descLength = 'Host description length should not exceed 255 characters!'; $lang->host->CDlist = array(); -$lang->host->CDlist['manual'] = 'Manual'; +$lang->host->CDlist['manual'] = 'Manual Deploy'; diff --git a/module/host/lang/en.php b/module/host/lang/en.php index 2fe61cdd2b..eab9654d55 100644 --- a/module/host/lang/en.php +++ b/module/host/lang/en.php @@ -177,4 +177,4 @@ $lang->host->notice->nameLength = 'Host name length should not exceed 100 charac $lang->host->notice->descLength = 'Host description length should not exceed 255 characters!'; $lang->host->CDlist = array(); -$lang->host->CDlist['manual'] = 'Manual'; +$lang->host->CDlist['manual'] = 'Manual Deploy'; diff --git a/module/host/lang/fr.php b/module/host/lang/fr.php index 2fe61cdd2b..eab9654d55 100644 --- a/module/host/lang/fr.php +++ b/module/host/lang/fr.php @@ -177,4 +177,4 @@ $lang->host->notice->nameLength = 'Host name length should not exceed 100 charac $lang->host->notice->descLength = 'Host description length should not exceed 255 characters!'; $lang->host->CDlist = array(); -$lang->host->CDlist['manual'] = 'Manual'; +$lang->host->CDlist['manual'] = 'Manual Deploy'; diff --git a/module/host/lang/zh-cn.php b/module/host/lang/zh-cn.php index a9aff5b82a..a22cd2a520 100644 --- a/module/host/lang/zh-cn.php +++ b/module/host/lang/zh-cn.php @@ -177,4 +177,4 @@ $lang->host->notice->nameLength = '主机名称长度不能超过100个字符! $lang->host->notice->descLength = '主机描述长度不能超过255个字符!'; $lang->host->CDlist = array(); -$lang->host->CDlist['manual'] = '手工'; +$lang->host->CDlist['manual'] = '手动上线';