-rw-r--r-- | i18n/pt/wordgame.ts | 60 |
1 files changed, 30 insertions, 30 deletions
diff --git a/i18n/pt/wordgame.ts b/i18n/pt/wordgame.ts index 7b79f74..d07a091 100644 --- a/i18n/pt/wordgame.ts +++ b/i18n/pt/wordgame.ts @@ -1,137 +1,137 @@ <!DOCTYPE TS><TS> <context> <name>Board</name> <message> <source>Blanks: </source> - <translation type="unfinished"></translation> + <translation>Vazios:</translation> </message> <message> <source>OK</source> - <translation type="unfinished"></translation> + <translation>Ok</translation> </message> <message> <source>Cancel</source> - <translation type="unfinished"></translation> + <translation>Cancelar</translation> </message> <message> <source>Unknown word</source> - <translation type="unfinished"></translation> + <translation>Palavra desconhecida</translation> </message> <message> <source><p>The word "%1" is not in the dictionary.</source> - <translation type="unfinished"></translation> + <translation><p>A palavra "%1" não existe no dicionário.</translation> </message> <message> <source>Add</source> - <translation type="unfinished"></translation> + <translation>Adicionar</translation> </message> <message> <source>Ignore</source> - <translation type="unfinished"></translation> + <translation>Ignorar</translation> </message> </context> <context> <name>NewGameBase</name> <message> <source>Form1</source> - <translation type="unfinished"></translation> + <translation>Form1</translation> </message> <message> <source>Players</source> - <translation type="unfinished"></translation> + <translation>Jogadores</translation> </message> <message> <source>AI3: Smart AI player</source> - <translation type="unfinished"></translation> + <translation>Computador</translation> </message> <message> <source>Rules</source> - <translation type="unfinished"></translation> + <translation>Regras</translation> </message> <message> <source>&Start</source> - <translation type="unfinished"></translation> + <translation>&Começar</translation> </message> </context> <context> <name>RulesBase</name> <message> <source>Game Rules</source> - <translation type="unfinished"></translation> + <translation>Regras do Jogo</translation> </message> <message> <source>Name:</source> - <translation type="unfinished"></translation> + <translation>Nome:</translation> </message> <message> <source>Board</source> - <translation type="unfinished"></translation> + <translation>Mesa</translation> </message> <message> <source>Size:</source> - <translation type="unfinished"></translation> + <translation>Tamanho:</translation> </message> <message> <source>Edit...</source> - <translation type="unfinished"></translation> + <translation>Editar...</translation> </message> <message> <source>Delete</source> - <translation type="unfinished"></translation> + <translation>Apagar</translation> </message> <message> <source>&OK</source> - <translation type="unfinished"></translation> + <translation>&Ok</translation> </message> <message> <source>&Cancel</source> - <translation type="unfinished"></translation> + <translation>&Cancelar</translation> </message> </context> <context> <name>ScoreInfo</name> <message> <source><P>Invalid move</source> - <translation type="unfinished"></translation> + <translation><p>Jogada inválida</translation> </message> <message> <source><P>Score: </source> - <translation type="unfinished"></translation> + <translation><p>Pontuação:</translation> </message> </context> <context> <name>WordGame</name> <message> <source>Word Game</source> - <translation type="unfinished"></translation> + <translation>Palavras Cruzadas</translation> </message> <message> <source>Back</source> - <translation type="unfinished"></translation> + <translation>Voltar</translation> </message> <message> <source>Done</source> - <translation type="unfinished"></translation> + <translation>Concluído</translation> </message> <message> <source>Close</source> - <translation type="unfinished"></translation> + <translation>Fechar</translation> </message> <message> <source>End game</source> - <translation type="unfinished"></translation> + <translation>Terminar Jogo</translation> </message> <message> <source>Do you want to end the game early?</source> - <translation type="unfinished"></translation> + <translation>Terminar o jogo?</translation> </message> <message> <source>Yes</source> - <translation type="unfinished"></translation> + <translation>Sim</translation> </message> <message> <source>No</source> - <translation type="unfinished"></translation> + <translation>Não</translation> </message> </context> </TS> |