forked from lichess-org/lila
-
-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New translations: tourarrangements.xml (Spanish)
- Loading branch information
1 parent
736f5a2
commit c36bca6
Showing
1 changed file
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="roundRobin" comment="https://en.wikipedia.org/wiki/Round-robin_tournament">Round-robin</string> | ||
<string name="startGame">Start game</string> | ||
<string name="goToGame">Go to game</string> | ||
<string name="waitingForOther" comment="Waiting for other player (opponent) to join the game">Waiting for other player to join</string> | ||
<string name="proposeTime" comment="Time that you propose to your opponent to start a game">Propose time for game</string> | ||
<string name="cancelScheduled">Cancel scheduled game</string> | ||
<string name="scheduledAt" comment="Date/time when game is scheduled for">Scheduled at</string> | ||
<string name="yourUpcomingGames">Your upcoming games</string> | ||
<string name="playingRightNow" comment="Games in tournament that are being played right now">Playing right now</string> | ||
<string name="recentlyPlayedGames">Recently played games</string> | ||
<string name="gameWillNotStart">Game will not start automatically!</string> | ||
<string name="roundRobin" comment="https://en.wikipedia.org/wiki/Round-robin_tournament">Todos contra todos</string> | ||
<string name="startGame">Comenzar la partida</string> | ||
<string name="goToGame">Ir a la partida</string> | ||
<string name="waitingForOther" comment="Waiting for other player (opponent) to join the game">Esperando al rival</string> | ||
<string name="proposeTime" comment="Time that you propose to your opponent to start a game">Proponer la hora de inicio de la partida</string> | ||
<string name="cancelScheduled">Cancelar la partida programada</string> | ||
<string name="scheduledAt" comment="Date/time when game is scheduled for">Programada para</string> | ||
<string name="yourUpcomingGames">Tus próximas partidas</string> | ||
<string name="playingRightNow" comment="Games in tournament that are being played right now">Jugando ahora mismo</string> | ||
<string name="recentlyPlayedGames">Partidas recientes</string> | ||
<string name="gameWillNotStart">¡La partida no comenzará automáticamente!</string> | ||
<string name="organized" comment="Tournament format - organized, players can only play games created by the organizer">Organizado</string> | ||
</resources> |