Fix unit and CS fixer tests

This commit is contained in:
jf-cbd
2026-06-08 13:50:14 +02:00
parent 4371ddfbbd
commit 7c44c94de1
5 changed files with 122 additions and 122 deletions

View File

@@ -1089,7 +1089,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', [
'Class:OSVersion/Attribute:ospatches_list' => 'OS 补丁', 'Class:OSVersion/Attribute:ospatches_list' => 'OS 补丁',
'Class:OSVersion/Attribute:ospatches_list+' => 'All the OS patches for this OS version~~', 'Class:OSVersion/Attribute:ospatches_list+' => 'All the OS patches for this OS version~~',
'Class:OSVersion/UniquenessRule:name_osfamily+' => 'OS 家族的名称必须唯一', 'Class:OSVersion/UniquenessRule:name_osfamily+' => 'OS 家族的名称必须唯一',
'Class:OSVersion/UniquenessRule:name_osfamily' => '此 OS 版本已在 OS 家族中存在~~', 'Class:OSVersion/UniquenessRule:name_osfamily' => '此 OS 版本已在 OS 家族中存在',
]); ]);
// //

View File

@@ -43,7 +43,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', [
'Class:Cloud+' => '由云供应商运营的虚拟化主机. 它可以托管虚拟机和容器宿主机.', 'Class:Cloud+' => '由云供应商运营的虚拟化主机. 它可以托管虚拟机和容器宿主机.',
'Class:Cloud/Attribute:provider_id' => '供应商', 'Class:Cloud/Attribute:provider_id' => '供应商',
'Class:Cloud/Attribute:logo' => 'Logo', 'Class:Cloud/Attribute:logo' => 'Logo',
'Class:Cloud/Attribute:logo+' => '在影响分析图中显示此云平台时用作对象图标~~', 'Class:Cloud/Attribute:logo+' => '在影响分析图中显示此云平台时用作对象图标',
'Class:Cloud/Attribute:provider_id+' => '谁提供云平台', 'Class:Cloud/Attribute:provider_id+' => '谁提供云平台',
'Class:Cloud/Attribute:location_id' => '位置', 'Class:Cloud/Attribute:location_id' => '位置',
'Class:Cloud/Attribute:location_id+' => '云平台的位置', 'Class:Cloud/Attribute:location_id+' => '云平台的位置',

View File

@@ -56,9 +56,9 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', [
'Class:AuditRule/Attribute:query' => '要运行的查询', 'Class:AuditRule/Attribute:query' => '要运行的查询',
'Class:AuditRule/Attribute:query+' => '要运行的OQL表达式', 'Class:AuditRule/Attribute:query+' => '要运行的OQL表达式',
'Class:AuditRule/Attribute:valid_flag' => '返回的对象:', 'Class:AuditRule/Attribute:valid_flag' => '返回的对象:',
'Class:AuditRule/Attribute:valid_flag+' => '查询返回的对象是否有效? 'Class:AuditRule/Attribute:valid_flag+' => 'Does the query to run returns valid or invalid objects?
"有效对象": then objects in error are those part of the scope and not in the list of valid objects, "Valid objects": then objects in error are those part of the scope and not in the list of valid objects,
"无效对象": then objects in error are the invalid objects which are part of the scope~~', "Invalid objects": then objects in error are the invalid objects which are part of the scope',
'Class:AuditRule/Attribute:valid_flag/Value:true' => '有效对象', 'Class:AuditRule/Attribute:valid_flag/Value:true' => '有效对象',
'Class:AuditRule/Attribute:valid_flag/Value:true+' => 'Then objects in error are those part of the scope and not in the list of valid objects~~', 'Class:AuditRule/Attribute:valid_flag/Value:true+' => 'Then objects in error are those part of the scope and not in the list of valid objects~~',
'Class:AuditRule/Attribute:valid_flag/Value:false' => '无效对象', 'Class:AuditRule/Attribute:valid_flag/Value:false' => '无效对象',