添加服务器返回的错误信息语言文本

This commit is contained in:
MrZ_26
2022-10-24 18:39:27 +08:00
parent b668fa4750
commit 04559efaca
10 changed files with 453 additions and 112 deletions

View File

@@ -106,20 +106,15 @@ return{
Techrater={-- Server's warn/error messages
-- TODO
},
-- Server's warn/error messages
Techrater={},
tooFrequently="Error.requestTooFrequently();",
tooFrequent="Error.requesttooFrequent();",
roomPasswordChanged="Info.roomPwChanged();",
getNoticeFail="Error.FetchAnnouncement();",
oldVersion="Version.New($1);",
needUpdate="Version.NeedUpdate();",
versionNotMatch="Version.NotMatch();",
notFinished="ComingSoon();",
jsonError="Error.JSON();",
noUsername="Error.NoUsername();",
wrongEmail="Error.WrongEmail();",
wrongCode="Error.WrongVerificationCode();",
@@ -140,12 +135,7 @@ return{
joinRoom="Room.Join($1);",
leaveRoom="Room.Leave($1);",
ready="Ready();",
connStream="Stream.Connecting();",
waitStream="Stream.Waiting();",
spectating="Room.Spectating();",
chatRemain="Online=",
chatStart="#!Log.Beginning();",
chatHistory="#!NewMassagesBelow();",