Update en.ts

This commit is contained in:
Qingyun Yixi
2024-12-13 10:39:58 +08:00
committed by GitHub
parent 5c59490c4b
commit f73ad3bfab

View File

@@ -10,7 +10,8 @@ const en: LocaleType = {
Error: { Error: {
Unauthorized: isApp Unauthorized: isApp
? "Invalid API Key, please check it in [Settings](/#/settings) page." ? "Invalid API Key, please check it in [Settings](/#/settings) page."
: "Unauthorized access, please enter access code in [auth](/#/auth) page, or enter your OpenAI API Key.", }, : "Unauthorized access, please enter access code in [auth](/#/auth) page, or enter your OpenAI API Key.",
},
Auth: { Auth: {
Title: "Need Access Code", Title: "Need Access Code",
Tips: "Please enter access code below", Tips: "Please enter access code below",