From dea37132693aa40079bd35ba556468683df6d386 Mon Sep 17 00:00:00 2001 From: ljqing Date: Fri, 17 Feb 2023 13:59:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AD=97=E7=AC=A6=E4=B8=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/en-US/index.ts | 4 ++-- src/i18n/zh-CN/index.ts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/i18n/en-US/index.ts b/src/i18n/en-US/index.ts index ef54fce..5aa1fcf 100644 --- a/src/i18n/en-US/index.ts +++ b/src/i18n/en-US/index.ts @@ -436,8 +436,8 @@ export default { "center line color": "center line color", "center circle color": "center circle color", "Whether to operate synchronously": "Whether to operate synchronously", - "Select saved configuration": "Select saved Configuration", - "read saved configuration": "read saved configuration", + "Select saved configuration": "Load configuration", + "read saved configuration": "Configuration list", "please choose": "please choose", save: "Save", "Whether to save the configuration": "Whether to save the configuration", diff --git a/src/i18n/zh-CN/index.ts b/src/i18n/zh-CN/index.ts index d71e024..c8a6d76 100644 --- a/src/i18n/zh-CN/index.ts +++ b/src/i18n/zh-CN/index.ts @@ -704,8 +704,8 @@ export default { "center line color": "中心线颜色", "center circle color": "中心圆颜色", "Whether to operate synchronously": "是否同步操作", - "Select saved configuration": "选择保存的配置", - "read saved configuration": "读取保存的配置", + "Select saved configuration": "加载配置", + "read saved configuration": "融合配置列表", "please choose": "请选择", save: "保存", "Whether to save the configuration": "是否保存配置",