This commit is contained in:
Wang Guan
2024-11-06 21:01:36 +11:00
committed by GitHub
6 changed files with 90 additions and 6 deletions

View File

@@ -223,6 +223,7 @@ const cn = {
CloudState: "云端数据",
NotSyncYet: "还没有进行过同步",
Success: "同步成功",
IsSyncing: "正在同步...",
Fail: "同步失败",
Config: {
@@ -254,6 +255,10 @@ const cn = {
UserName: "备份名称",
Password: "UpStash Redis REST Token",
},
AutoSync: {
OnStartup: "启动时自动同步",
},
},
LocalState: "本地数据",

View File

@@ -225,6 +225,7 @@ const en: LocaleType = {
CloudState: "Last Update",
NotSyncYet: "Not sync yet",
Success: "Sync Success",
IsSyncing: "Sync in progress...",
Fail: "Sync Fail",
Config: {
@@ -257,6 +258,10 @@ const en: LocaleType = {
UserName: "Backup Name",
Password: "UpStash Redis REST Token",
},
AutoSync: {
OnStartup: "Sync on startup",
},
},
LocalState: "Local Data",