From baaaf83ab97462230b5a58449c50db81399e8ee6 Mon Sep 17 00:00:00 2001 From: wangruidong <940853815@qq.com> Date: Thu, 3 Jul 2025 16:47:29 +0800 Subject: [PATCH] perf: Translate --- apps/i18n/lina/en.json | 4 +++- apps/i18n/lina/zh.json | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/apps/i18n/lina/en.json b/apps/i18n/lina/en.json index ba682f05f..5bd30ab81 100644 --- a/apps/i18n/lina/en.json +++ b/apps/i18n/lina/en.json @@ -1556,5 +1556,7 @@ "setVariable": "Set variable", "userId": "User ID", "userName": "User name", - "Timeout(s)": "Timeout (s)" + "Timeout(s)": "Timeout (s)", + "TicketList": "Ticket list", + "TicketsAudit": "Tickets audit" } \ No newline at end of file diff --git a/apps/i18n/lina/zh.json b/apps/i18n/lina/zh.json index 57f931ef6..cd9727392 100644 --- a/apps/i18n/lina/zh.json +++ b/apps/i18n/lina/zh.json @@ -1561,5 +1561,7 @@ "setVariable": "设置参数", "userId": "用户ID", "userName": "用户名", - "Timeout(s)": "超时(秒)" + "Timeout(s)": "超时(秒)", + "TicketList": "工单列表", + "TicketsAudit": "工单审计" } \ No newline at end of file