移除部分用不到的文本,注册请求发送后按钮会消失并弹出消息,整理代码

This commit is contained in:
MrZ626
2021-06-15 18:07:52 +08:00
parent 8127a999b3
commit e0997f0ecb
10 changed files with 39 additions and 58 deletions

View File

@@ -83,20 +83,17 @@ return{
wrongEmail="You entered an incorrect e-mail address.",
noPassword="Please enter your password.",
diffPassword="Passwords don't match.",
registerRequestSent="Registration request sent",
registerSuccessed="Registration succeeded!",
registerFailed="Registration failed",
loginSuccessed="You are now logged in!",
loginFailed="Failed to log in.",
accessSuccessed="Access Granted.",
accessFailed="Access Denied.",
wsConnecting="Websocket: Connecting",
wsFailed="WebSocket: Connection Failed",
wsConnecting="Websocket Connecting",
wsFailed="WebSocket Connection Failed",
wsClose="WebSocket Closed: ",
netTimeout="Network connection timeout",
onlinePlayerCount="Online",
createRoomSuccessed="Room successfully created!",
started="Playing",
joinRoom="has joined the room.",
@@ -109,9 +106,6 @@ return{
chatStart="------Beginning of log------",
chatHistory="------New messages below------",
roomsCreateFailed="Failed to create room.",
roomsFetchFailed="Failed to fetch room list.",
errorMsg="Techmino ran into a problem and needs to restart.\nYou can send the error log to the devs.",
modInstruction="Choose your modifiers!\nMods allow you to change the game.\nThey may also break it in weird ways.\nBeware, some mods will cause your game to be unranked!",
@@ -644,6 +638,7 @@ return{
password="Password",
password2="Re-enter Password",
register="Register",
registering="Waiting for response...",
},
account={
title="Account",