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