From 3fade107d51c09f01e2f8abf3a6e88f7ab689f8d Mon Sep 17 00:00:00 2001 From: fit2bot <68588906+fit2bot@users.noreply.github.com> Date: Mon, 24 Jun 2024 20:10:34 +0800 Subject: [PATCH] perf: Translate (#13489) Co-authored-by: feng <1304903146@qq.com> Co-authored-by: feng626 <57284900+feng626@users.noreply.github.com> --- apps/i18n/lina/en.json | 1 + apps/i18n/lina/zh.json | 1 + 2 files changed, 2 insertions(+) diff --git a/apps/i18n/lina/en.json b/apps/i18n/lina/en.json index bfdc373e0..005d810bd 100644 --- a/apps/i18n/lina/en.json +++ b/apps/i18n/lina/en.json @@ -1347,5 +1347,6 @@ "OnlyInitialDeploy": "Only initial deployment", "Uninstall": "Uninstall", "Summary": "Summary", + "removeWarningMsg": "Are you sure you want to remove", "UnFavoriteSucceed": "Unfavorite Successful" } diff --git a/apps/i18n/lina/zh.json b/apps/i18n/lina/zh.json index c8f1f57cd..da2d0eb03 100644 --- a/apps/i18n/lina/zh.json +++ b/apps/i18n/lina/zh.json @@ -1346,5 +1346,6 @@ "OnlyInitialDeploy": "仅初始化配置", "Uninstall": "卸载", "Summary": "汇总", + "removeWarningMsg": "你确定要移除", "UnFavoriteSucceed": "取消收藏成功" }