From d10401d3c3aae3214821ec07ce38d4eb28a6c19d Mon Sep 17 00:00:00 2001 From: yumoqing Date: Fri, 28 Aug 2026 22:35:38 +0800 Subject: [PATCH] =?UTF-8?q?fix(i18n):=20=E5=AE=A1=E6=89=B9=E8=AE=B0?= =?UTF-8?q?=E5=BD=95=E9=A1=B5=E5=88=97=E6=A0=87=E9=A2=98=E7=BF=BB=E8=AF=91?= =?UTF-8?q?=E9=94=AE=E8=A1=A5=E5=85=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- i18n/en/msg.txt | 6 ++++++ i18n/zh/msg.txt | 6 ++++++ models/dda_approvals.json | 4 ++-- wwwroot/dda_approvals/index.ui | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/i18n/en/msg.txt b/i18n/en/msg.txt index ae04ba7..5fb7a74 100644 --- a/i18n/en/msg.txt +++ b/i18n/en/msg.txt @@ -26,3 +26,9 @@ 完成时间=Completed At 已取消=Cancelled 是否启用(1/0)=Active +审批记录表=Approval Records +业务类型(content_publish等)=Business Type +业务数据ID=Business Data ID +申请人ID=Applicant +审批人ID=Approver +状态(pending/approved/rejected/cancelled)=Approval Status diff --git a/i18n/zh/msg.txt b/i18n/zh/msg.txt index 470399d..a403330 100644 --- a/i18n/zh/msg.txt +++ b/i18n/zh/msg.txt @@ -26,3 +26,9 @@ 完成时间=完成时间 已取消=已取消 是否启用(1/0)=是否启用 +审批记录表=审批记录表 +业务类型(content_publish等)=业务类型 +业务数据ID=业务数据ID +申请人ID=申请人 +审批人ID=审批人 +状态(pending/approved/rejected/cancelled)=审批状态 diff --git a/models/dda_approvals.json b/models/dda_approvals.json index 32bd3e2..98cdad0 100644 --- a/models/dda_approvals.json +++ b/models/dda_approvals.json @@ -2,7 +2,7 @@ "summary": [ { "name": "dda_approvals", - "title": "审批记录表", + "title": "审批记录", "primary": [ "id" ] @@ -111,4 +111,4 @@ ] } ] -} +} \ No newline at end of file diff --git a/wwwroot/dda_approvals/index.ui b/wwwroot/dda_approvals/index.ui index c08d5b3..13037a5 100644 --- a/wwwroot/dda_approvals/index.ui +++ b/wwwroot/dda_approvals/index.ui @@ -10,7 +10,7 @@ "height":"100%", - "title":"审批记录表", + "title":"审批记录",