This commit is contained in:
April Flair
2024-09-05 09:08:40 +07:00
committed by GitHub
7 changed files with 176 additions and 19 deletions

View File

@@ -196,12 +196,19 @@ const cn = {
NotSyncYet: "还没有进行过同步",
Success: "同步成功",
Fail: "同步失败",
ExportSuccess: "同步配置已复制到剪贴板",
ExportFail: "同步配置导出失败,请重试",
ImportSuccess: "同步配置导入成功",
ImportFail: "同步配置导入失败,请检查配置字符串",
Config: {
Modal: {
Title: "配置云同步",
Check: "检查可用性",
},
ImportModal: {
Title: "导入同步配置",
Placeholder: "请输入同步配置",
},
SyncType: {
Title: "同步类型",
SubTitle: "选择喜爱的同步服务器",

View File

@@ -199,12 +199,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",