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