From 861dae24f14c62764b1cc46c1405fad0f78d80df Mon Sep 17 00:00:00 2001 From: weibaohui Date: Fri, 27 Dec 2024 18:58:07 +0800 Subject: [PATCH] =?UTF-8?q?feat(ns):=20=E6=9B=B4=E6=96=B0=E4=BA=8B?= =?UTF-8?q?=E4=BB=B6=E5=AD=97=E6=AE=B5=E6=A0=87=E7=AD=BE=E4=B8=BA=E4=B8=AD?= =?UTF-8?q?=E6=96=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将事件 JSON 文件中的多个字段标签从英文更新为中文,包括类型、原因、关联对象、关联字段、事件来源和说明 - 提升了用户界面的本地化体验,使信息更易于理解 --- assets/pages/ns/event.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/assets/pages/ns/event.json b/assets/pages/ns/event.json index 276f9cd..5085012 100644 --- a/assets/pages/ns/event.json +++ b/assets/pages/ns/event.json @@ -564,7 +564,7 @@ }, { "name": "type", - "label": "type", + "label": "类型", "searchable": { "type": "select", "options": [ @@ -586,7 +586,7 @@ }, { "name": "reason", - "label": "reason", + "label": "原因", "type": "mapping", "map": { "Pulled": "Pulled", @@ -616,25 +616,25 @@ }, { "name": "object", - "label": "object", + "label": "关联对象", "type": "tpl", "tpl": "${regarding.kind}/${regarding.name}" }, { "name": "field", - "label": "sub", + "label": "关联字段", "type": "tpl", "tpl": "${regarding.fieldPath}" }, { "name": "source", - "label": "source", + "label": "事件来源", "type": "tpl", "tpl": "${reportingController} ${reportingInstance}" }, { "name": "note", - "label": "note", + "label": "说明", "type": "text", "searchable": true },