Showing
1 changed file
with
5 additions
and
7 deletions
| ... | ... | @@ -45,26 +45,24 @@ |
| 45 | 45 | <AttributeConfiguration |
| 46 | 46 | v-model:value="model[field]" |
| 47 | 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 | 51 | <template #afterForm> |
| 54 | 52 | <div class="text-xs text-gray-500"> |
| 55 | - Hint: use | |
| 53 | + ” 备注: 使用 | |
| 56 | 54 | <code> |
| 57 | 55 | <span class="text-dark-500">${</span> |
| 58 | 56 | metadataKey |
| 59 | 57 | <span class="text-dark-500">}</span> |
| 60 | 58 | </code> |
| 61 | - for value from metadata, | |
| 59 | + 表示元数据中的值, | |
| 62 | 60 | <code> |
| 63 | 61 | <span class="text-dark-500"> $[</span> |
| 64 | 62 | messageKey |
| 65 | 63 | <span class="text-dark-500">] </span> |
| 66 | 64 | </code> |
| 67 | - for value from message body to substitute "Source" and "Target" key names | |
| 65 | + 表示消息正文中的值。用“Source”和“Target'键名代替。“ | |
| 68 | 66 | </div> |
| 69 | 67 | </template> |
| 70 | 68 | </AttributeConfiguration> | ... | ... |