This commit is contained in:
GH Action - Upstream Sync
2023-09-11 00:56:19 +00:00
16 changed files with 890 additions and 689 deletions

View File

@@ -180,6 +180,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",
@@ -355,6 +363,9 @@ const en: LocaleType = {
Close: "Close",
Create: "Create",
Edit: "Edit",
Export: "Export",
Import: "Import",
Sync: "Sync",
},
Exporter: {
Model: "Model",