From 058754dc1b631a443578f9be7cbd80493d0fe465 Mon Sep 17 00:00:00 2001 From: wangruidong <940853815@qq.com> Date: Fri, 27 Jun 2025 16:49:19 +0800 Subject: [PATCH] perf: Translate time cost --- apps/i18n/lina/en.json | 3 ++- apps/i18n/lina/zh.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/apps/i18n/lina/en.json b/apps/i18n/lina/en.json index 217cfbb02..ba682f05f 100644 --- a/apps/i18n/lina/en.json +++ b/apps/i18n/lina/en.json @@ -1555,5 +1555,6 @@ "removeWarningMsg": "Are you sure you want to remove", "setVariable": "Set variable", "userId": "User ID", - "userName": "User name" + "userName": "User name", + "Timeout(s)": "Timeout (s)" } \ No newline at end of file diff --git a/apps/i18n/lina/zh.json b/apps/i18n/lina/zh.json index 5c5827f0d..57f931ef6 100644 --- a/apps/i18n/lina/zh.json +++ b/apps/i18n/lina/zh.json @@ -1560,5 +1560,6 @@ "removeWarningMsg": "你确定要移除", "setVariable": "设置参数", "userId": "用户ID", - "userName": "用户名" + "userName": "用户名", + "Timeout(s)": "超时(秒)" } \ No newline at end of file