Update api path, add global table (#16)

This commit is contained in:
Particle_G
2020-12-02 23:51:30 +08:00
committed by MrZ626
parent cd3eab103c
commit ac701c4759
13 changed files with 132 additions and 10 deletions

View File

@@ -85,6 +85,8 @@ return{
registerFailed="Registro fallido.",
-- loginSuccessed="Successfully logged in!",
-- loginFailed="Login failed",
-- wsSuccessed="Websocket connected!",
-- wsFailed="Websocket failed to connect",
errorMsg="Ha ocurrido un error y Techmino necesita reiniciarse.\nSe creó un registro de error, puedes enviarlo al autor.",
@@ -485,6 +487,10 @@ return{
password="Contraseña",
password2="Repetir Contr.",
},
netgame={ -- TODO: translation
title="Online game",
test="Test",
},
account={
title="Cuenta",
},