Add network fetch error messages

This commit is contained in:
kwaroran
2024-03-16 14:57:37 +09:00
parent 3224d435d3
commit 18f342437e
3 changed files with 23 additions and 3 deletions

View File

@@ -25,6 +25,9 @@ export const languageEnglish = {
noUserIcon: "You must set your icon first.",
emptyText: "Text is empty.",
wrongPassword: "Wrong Password",
networkFetch: "This happens when the network is unstable or the server is down.",
networkFetchWeb: "This can be a CORS error. this only happens when using web version dude to limitations of the browser. try using desktop local version, or other version of RisuAI.",
networkFetchPlain: "This can be a plain fetch error. try disabling force plain fetch option in settings.",
},
showHelp: "Show Help",
help:{