Merge remote-tracking branch 'upstream/main'

This commit is contained in:
Hk-Gosuto
2023-09-11 12:05:49 +08:00
16 changed files with 890 additions and 688 deletions

View File

@@ -182,6 +182,14 @@ const en: LocaleType = {
Title: "Auto Generate Title",
SubTitle: "Generate a suitable title based on the conversation content",
},
Sync: {
LastUpdate: "Last Update",
LocalState: "Local Data",
Overview: (overview: any) => {
return `${overview.chat} chats${overview.message} messages${overview.prompt} prompts${overview.mask} masks`;
},
ImportFailed: "Failed to import from file",
},
Mask: {
Splash: {
Title: "Mask Splash Screen",
@@ -389,6 +397,9 @@ const en: LocaleType = {
Close: "Close",
Create: "Create",
Edit: "Edit",
Export: "Export",
Import: "Import",
Sync: "Sync",
},
Exporter: {
Model: "Model",