-rw-r--r-- | i18n/pt/tictac.ts | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/i18n/pt/tictac.ts b/i18n/pt/tictac.ts index 1e4a751..90c6431 100644 --- a/i18n/pt/tictac.ts +++ b/i18n/pt/tictac.ts @@ -1,41 +1,41 @@ <!DOCTYPE TS><TS> <context> <name>TicTacToe</name> <message> <source>Computer starts</source> - <translation type="unfinished"></translation> + <translation>Computador começa</translation> </message> <message> <source>Human starts</source> - <translation type="unfinished"></translation> + <translation>Humano começa</translation> </message> <message> <source>Play!</source> - <translation type="unfinished"></translation> + <translation>Jogar!</translation> </message> <message> <source>Quit</source> - <translation type="unfinished"></translation> + <translation>Sair</translation> </message> <message> <source>Click Play to start</source> - <translation type="unfinished"></translation> + <translation>Click Jogar para começar</translation> </message> <message> <source>Make your move</source> - <translation type="unfinished"></translation> + <translation>Sua vez de jogar</translation> </message> <message> <source>You won!</source> - <translation type="unfinished"></translation> + <translation>Ganhou!</translation> </message> <message> <source>Computer won!</source> - <translation type="unfinished"></translation> + <translation>Perdeu!</translation> </message> <message> <source>It's a draw</source> - <translation type="unfinished"></translation> + <translation>Empate</translation> </message> </context> </TS> |