forked from XiaoMo/ChatGPT-Next-Web
fixup: add en locales
This commit is contained in:
parent
38f6956e71
commit
5dced28088
@ -180,6 +180,14 @@ const en: LocaleType = {
|
|||||||
Title: "Auto Generate Title",
|
Title: "Auto Generate Title",
|
||||||
SubTitle: "Generate a suitable title based on the conversation content",
|
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: {
|
Mask: {
|
||||||
Splash: {
|
Splash: {
|
||||||
Title: "Mask Splash Screen",
|
Title: "Mask Splash Screen",
|
||||||
@ -355,6 +363,9 @@ const en: LocaleType = {
|
|||||||
Close: "Close",
|
Close: "Close",
|
||||||
Create: "Create",
|
Create: "Create",
|
||||||
Edit: "Edit",
|
Edit: "Edit",
|
||||||
|
Export: "Export",
|
||||||
|
Import: "Import",
|
||||||
|
Sync: "Sync",
|
||||||
},
|
},
|
||||||
Exporter: {
|
Exporter: {
|
||||||
Model: "Model",
|
Model: "Model",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user