Browse Source

fixup: add en locales

Yidadaa 1 year ago
parent
commit
5dced28088
1 changed files with 11 additions and 0 deletions
  1. 11 0
      app/locales/en.ts

+ 11 - 0
app/locales/en.ts

@@ -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",