🌐 Update ZH CN dictionaries

This commit is contained in:
jf-cbd
2024-12-16 18:19:17 +01:00
parent a762b6a2bb
commit 74ebbc5fa4
3 changed files with 5 additions and 5 deletions

View File

@@ -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' => '交付模式名称',
]);

View File

@@ -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' => '否',

View File

@@ -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~~',