From 74ebbc5fa4967df67c86efbc1c83833189eee01d Mon Sep 17 00:00:00 2001 From: jf-cbd Date: Mon, 16 Dec 2024 18:19:17 +0100 Subject: [PATCH] :globe_with_meridians: Update ZH CN dictionaries --- .../dictionaries/zh_cn.dict.itop-service-mgmt.php | 2 +- dictionaries/zh_cn.dictionary.itop.core.php | 6 +++--- dictionaries/zh_cn.dictionary.itop.ui.php | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/datamodels/2.x/itop-service-mgmt/dictionaries/zh_cn.dict.itop-service-mgmt.php b/datamodels/2.x/itop-service-mgmt/dictionaries/zh_cn.dict.itop-service-mgmt.php index 6591539cd..ec257da86 100644 --- a/datamodels/2.x/itop-service-mgmt/dictionaries/zh_cn.dict.itop-service-mgmt.php +++ b/datamodels/2.x/itop-service-mgmt/dictionaries/zh_cn.dict.itop-service-mgmt.php @@ -74,7 +74,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', [ Dict::Add('ZH CN', 'Chinese', '简体中文', [ 'Class:Organization/Attribute:deliverymodel_id' => '交付模式', 'Class:Organization/Attribute:deliverymodel_id+' => 'This is required for Tickets handling. - The delivery model specifies the teams to which tickets can be assigned.~~', +The delivery model specifies the teams to which tickets can be assigned.~~', 'Class:Organization/Attribute:deliverymodel_name' => '交付模式名称', ]); diff --git a/dictionaries/zh_cn.dictionary.itop.core.php b/dictionaries/zh_cn.dictionary.itop.core.php index 5d969fefc..3da3193ff 100644 --- a/dictionaries/zh_cn.dictionary.itop.core.php +++ b/dictionaries/zh_cn.dictionary.itop.core.php @@ -126,7 +126,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array( 'Core:AttributeIPAddress+' => 'IP 地址', 'Core:AttributeOQL' => 'OQL', - 'Core:AttributeOQL+' => 'Object Query Langage expression~~', + 'Core:AttributeOQL+' => 'Object Query Language expression~~', 'Core:AttributeEnum' => 'Enum~~', 'Core:AttributeEnum+' => 'List of predefined alphanumeric strings~~', @@ -432,7 +432,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array( Dict::Add('ZH CN', 'Chinese', '简体中文', array( 'Class:EventWebService' => 'Web service event~~', - 'Class:EventWebService+' => 'Trace of an web service call~~', + 'Class:EventWebService+' => 'Trace of a web service call~~', 'Class:EventWebService/Attribute:verb' => 'Verb~~', 'Class:EventWebService/Attribute:verb+' => 'Name of the operation~~', 'Class:EventWebService/Attribute:result' => '结果', @@ -537,7 +537,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array( 'Class:Action/Attribute:trigger_list' => '相关的触发器', 'Class:Action/Attribute:trigger_list+' => 'Triggers linked to this action~~', 'Class:Action/Attribute:asynchronous' => 'Asynchronous~~', - 'Class:Action/Attribute:asynchronous+' => 'Whether this action should be executed in background or not~~', + 'Class:Action/Attribute:asynchronous+' => 'Whether this action should be executed in the background or not~~', 'Class:Action/Attribute:asynchronous/Value:use_global_setting' => '使用全局设置', 'Class:Action/Attribute:asynchronous/Value:yes' => '是', 'Class:Action/Attribute:asynchronous/Value:no' => '否', diff --git a/dictionaries/zh_cn.dictionary.itop.ui.php b/dictionaries/zh_cn.dictionary.itop.ui.php index 71f9458fe..6c523335a 100644 --- a/dictionaries/zh_cn.dictionary.itop.ui.php +++ b/dictionaries/zh_cn.dictionary.itop.ui.php @@ -54,7 +54,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', [ 'Class:AuditRule/Attribute:query' => '要运行的查询', 'Class:AuditRule/Attribute:query+' => 'The OQL expression to run. Returned classes must be aligned with those of the category\'s scope~~', 'Class:AuditRule/Attribute:valid_flag' => 'Returned objects: ~~', - 'Class:AuditRule/Attribute:valid_flag+' => 'Does the query to run returns valid or invalid objects~~? + 'Class:AuditRule/Attribute:valid_flag+' => 'Does the query to run returns valid or invalid objects? "Valid objects": then objects in error are those part of the scope and not in the list of valid objects, "Invalid objects": then objects in error are the invalid objects which are part of the scope~~', 'Class:AuditRule/Attribute:valid_flag/Value:true' => 'Valid objects~~',