Commit c03c09d2839e901a16afba1913ba982e556cf53e

Authored by loveumiko
1 parent 2e4a4ae5

fix: 规则链文字修改

@@ -45,26 +45,24 @@ @@ -45,26 +45,24 @@
45 <AttributeConfiguration 45 <AttributeConfiguration
46 v-model:value="model[field]" 46 v-model:value="model[field]"
47 ref="attributeControlElRef" 47 ref="attributeControlElRef"
48 - :keyLabel="`Source ${  
49 - model[CustomerAttributesFieldsEnum.TELEMETRY] ? 'telemetry' : 'attribute'  
50 - }`"  
51 - valueLabel="Target attribute" 48 + :keyLabel="`原始${model[CustomerAttributesFieldsEnum.TELEMETRY] ? '遥测' : '属性'}`"
  49 + valueLabel="目标属性"
52 > 50 >
53 <template #afterForm> 51 <template #afterForm>
54 <div class="text-xs text-gray-500"> 52 <div class="text-xs text-gray-500">
55 - Hint: use 53 + ” 备注: 使用
56 <code> 54 <code>
57 <span class="text-dark-500">${</span> 55 <span class="text-dark-500">${</span>
58 metadataKey 56 metadataKey
59 <span class="text-dark-500">}</span> 57 <span class="text-dark-500">}</span>
60 </code> 58 </code>
61 - for value from metadata, 59 + 表示元数据中的值,
62 <code> 60 <code>
63 <span class="text-dark-500"> $[</span> 61 <span class="text-dark-500"> $[</span>
64 messageKey 62 messageKey
65 <span class="text-dark-500">] </span> 63 <span class="text-dark-500">] </span>
66 </code> 64 </code>
67 - for value from message body to substitute "Source" and "Target" key names 65 + 表示消息正文中的值。用“Source”和“Target'键名代替。“
68 </div> 66 </div>
69 </template> 67 </template>
70 </AttributeConfiguration> 68 </AttributeConfiguration>