From ca2eeb8370cfd2aa9cf7b0c50b798463b78b1eb4 Mon Sep 17 00:00:00 2001 From: wangyijing Date: Mon, 1 Jul 2024 02:50:29 +0800 Subject: [PATCH] fix bug --- app/locales/cn.ts | 6 ++---- app/locales/en.ts | 9 ++++++++- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/app/locales/cn.ts b/app/locales/cn.ts index fbd9cdc79..ee8003000 100644 --- a/app/locales/cn.ts +++ b/app/locales/cn.ts @@ -185,12 +185,10 @@ const cn = { NotSyncYet: "还没有进行过同步", Success: "同步成功", Fail: "同步失败", - ExportSuccess: "同步配置已复制到剪贴板", - ExportFail: "导出失败,请重试", + ExportFail: "同步配置导出失败,请重试", ImportSuccess: "同步配置导入成功", - ImportFail: "导入失败,请检查配置字符串", - + ImportFail: "同步配置导入失败,请检查配置字符串", Config: { Modal: { Title: "配置云同步", diff --git a/app/locales/en.ts b/app/locales/en.ts index aa153f523..7b2a92c56 100644 --- a/app/locales/en.ts +++ b/app/locales/en.ts @@ -187,12 +187,19 @@ const en: LocaleType = { NotSyncYet: "Not sync yet", Success: "Sync Success", Fail: "Sync Fail", - + ExportSuccess: "Sync config copied to clipboard", + ExportFail: "Export failed, please retry", + ImportSuccess: "Sync config imported successfully", + ImportFail: "Import failed, please check config string", Config: { Modal: { Title: "Config Sync", Check: "Check Connection", }, + ImportModal: { + Title: "Import Sync Config", + Placeholder: "Enter sync config", + }, SyncType: { Title: "Sync Type", SubTitle: "Choose your favorite sync service",