Add latest version of build

This commit is contained in:
Julian Calvento
2019-05-16 15:18:59 -03:00
parent 90bde04df8
commit 88b09091a0
8 changed files with 952 additions and 0 deletions

17
build/locales/en.json Normal file
View File

@ -0,0 +1,17 @@
{
"snake": {
"score": "Score",
"gameOver": "Game Over!",
"anyKey": "Press any key to play again"
},
"tanks": {
"playerWon": "Player %{num} won!",
"player": "Player %{number}",
"health": "Health %{value}",
"angle": "Angle %{value}"
},
"spacecraft": {
"score": "Score"
}
}

16
build/locales/es.json Normal file
View File

@ -0,0 +1,16 @@
{
"snake": {
"score": "Puntaje",
"gameOver": "¡Se acabó el juego!",
"anyKey": "Presioná cualquier tecla para jugar nuevamente"
},
"tanks": {
"playerWon": "¡Ha ganado el jugador %{name}!",
"player": "Jugador %{number}",
"health": "Salud %{value}",
"angle": "Ángulo %{value}"
},
"spacecraft": {
"score": "Puntaje"
}
}