From 1bb44e783ac9f31fba97ba2a0a4ea7654ca3d461 Mon Sep 17 00:00:00 2001 From: fit2bot <68588906+fit2bot@users.noreply.github.com> Date: Tue, 29 Apr 2025 17:45:29 +0800 Subject: [PATCH] perf: some i18n (#15312) Co-authored-by: ibuler --- 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 71f7f47ed..cd965d373 100644 --- a/apps/i18n/lina/en.json +++ b/apps/i18n/lina/en.json @@ -1194,6 +1194,7 @@ "SelectTemplate": "Select template", "SelectValueOrCreateNew": "Select tag value or create new one", "Selected": "Selected", + "SelectVirtualAccount": "Select virtual accounts", "Selection": "Selection", "Selector": "Selector", "Send": "Send", @@ -1536,4 +1537,4 @@ "forceEnableMFAHelpText": "If force enable, user can not disable by themselves", "removeWarningMsg": "Are you sure you want to remove", "setVariable": "Set variable" -} \ No newline at end of file +} diff --git a/apps/i18n/lina/zh.json b/apps/i18n/lina/zh.json index 19db39d03..992116596 100644 --- a/apps/i18n/lina/zh.json +++ b/apps/i18n/lina/zh.json @@ -1194,6 +1194,7 @@ "SelectRisk": "选择风险", "SelectTemplate": "选择模版", "SelectValueOrCreateNew": "选择标签值或创建新的", + "SelectVirtualAccount": "选择虚拟账号", "Selected": "已选择", "Selection": "可选择", "Selector": "选择器", @@ -1538,4 +1539,4 @@ "forceEnableMFAHelpText": "如果强制启用,用户无法自行禁用", "removeWarningMsg": "你确定要移除", "setVariable": "设置参数" -} \ No newline at end of file +}