game connection intent flow working

This commit is contained in:
Ben Kyd
2021-04-12 00:13:50 +01:00
parent c8d737c403
commit 89d546343f
12 changed files with 213 additions and 35 deletions

View File

@@ -1,6 +1,7 @@
language:en
country:Britain
----
button-back:back; (Action) to go back (a page)
button-create:create
button-join:join; (Action) to join
@@ -14,6 +15,7 @@ error-bad-intent:Client has no intent
error-bold:ERROR
error-cannot-join-lobby:Cannot join lobby
error-creating-lobby:An error occurred while creating the lobby
error-illegal-intent:Illegal intent
error-illegal-lobby:Illegal lobby
error-illegal-user:Illegal user
error-invalid-username:Invalid username
@@ -48,6 +50,7 @@ lobby-private:private lobby
log-console:log console
message:message; (noun) piece of text
name:name
no-connection-singleplayer:No connection, playing singleplayer; there is no (connection) as the user is playing (on their own)
players:Players
ready:ready ; (Action) to be (ready) to play
scrabble-name:Scrabble

View File

@@ -14,6 +14,7 @@ error-bad-intent:Cliente no tiene intención
error-bold:ERRO
error-cannot-join-lobby:No se puede unir al lobby
error-creating-lobby:Ocurrió un error al crear el lobby
error-illegal-intent:
error-illegal-lobby:Lobby ilegal
error-illegal-user:Usuario ilegal
error-invalid-username:Nombre de usuario no es válido
@@ -48,6 +49,7 @@ lobby-private:lobby privado
log-console:consola de log
message:mensaje
name:nombre
no-connection-singleplayer:
players:Jugadores
ready:
scrabble-name:Scrabble

View File

@@ -64,6 +64,11 @@
"es": "Ocurrió un error al crear el lobby",
"pt": "Ocorreu um erro ao criar o lobby"
},
"error-illegal-intent": {
"en": "Illegal intent",
"es": "",
"pt": ""
},
"error-illegal-lobby": {
"en": "Illegal lobby",
"es": "Lobby ilegal",
@@ -234,6 +239,11 @@
"es": "nombre",
"pt": "nome"
},
"no-connection-singleplayer": {
"en": "No connection, playing singleplayer",
"es": "",
"pt": ""
},
"players": {
"en": "Players",
"es": "Jugadores",

View File

@@ -14,6 +14,7 @@ error-bad-intent:Cliente não tem intenção
error-bold:ERROR
error-cannot-join-lobby:Não é possível entrar no lobby
error-creating-lobby:Ocorreu um erro ao criar o lobby
error-illegal-intent:
error-illegal-lobby:Lobby ilegal
error-illegal-user:Usuário ilegal
error-invalid-username:Nome de usuário Inválido
@@ -48,6 +49,7 @@ lobby-private:lobby privado
log-console:console de log
message:mensagem
name:nome
no-connection-singleplayer:
players:Jogadores
ready:
scrabble-name:Scrabble