* [task#133997] fix lang.

This commit is contained in:
liyang
2024-12-12 22:38:36 +08:00
committed by 曹延义
parent b45a100681
commit 1ebb224ba3
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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';
+1 -1
View File
@@ -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';
+1 -1
View File
@@ -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';
+1 -1
View File
@@ -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'] = '手动上线';