Skip to content

Commit

Permalink
Update strings.xml
Browse files Browse the repository at this point in the history
Fixed some translations
  • Loading branch information
d-l-n authored and tpcstld committed Aug 20, 2020
1 parent 131e09e commit ae2df47
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions 2048/base/src/main/res/values-es/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<string name="high_score">PUNTUACIÓN ALTA</string>
<string name="score">PUNTAJE</string>
<string name="instructions">Deslice para mover. 2 + 2 = 4. Alcanza 2048.</string>
<string name="you_win"Te Ganas!</string>
<string name="you_win" Ganas!</string>
<string name="game_over">¡Juego Terminado!</string>
<string name="go_on">Pulsa Para Continuar</string>
<string name="for_now">Por ahora</string>
<string name="go_on">Toca Para Continuar</string>
<string name="for_now">Por ahora...</string>
<string name="endless">Modo \"Infinito\"</string>

<!-- Confirmation dialog -->
<string name="continue_game">Cancelar</string>
<string name="reset">Reajustar</string>
<string name="reset_dialog_title">¿Reajutar el juego?</string>
<string name="reset_dialog_message">¿Seguro que quieres a reajustar el juego?</string>
</resources>
<string name="reset">Restablecer</string>
<string name="reset_dialog_title">¿Restablecer el juego?</string>
<string name="reset_dialog_message">¿Seguro que quieres restablecer el juego?</string>
</resources>

0 comments on commit ae2df47

Please sign in to comment.