Skip to content

Commit

Permalink
Merge pull request #325 from Gorniaky/next
Browse files Browse the repository at this point in the history
pt-BR locale translations
  • Loading branch information
utarwyn committed Aug 31, 2022
2 parents 6035232 + 2d4934a commit 4936691
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions config/locales/pt-br.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"command": {
"description": "Play a game of TicTacToe",
"option-user": "User you want to play with"
"description": "Jogue uma partida de TicTacToe",
"option-user": "Usuário com quem você quer jogar"
},
"duel": {
"title": ":crossed_swords: Novo duelo",
Expand All @@ -10,10 +10,10 @@
"expire": ":x: `{invited}` não apareceu para o duelo.",
"reject": ":x: `{invited}` rejeitou o duelo.",
"unknown-user": "você não pode desafiar este usuário.",
"no-bot": "you cannot challenge bots.",
"no-bot": "você não pode desafiar bots.",
"button": {
"accept": "Accept",
"decline": "Decline"
"accept": "Aceitar",
"decline": "Recusar"
}
},
"game": {
Expand All @@ -23,8 +23,8 @@
"end": "Ninguém ganhou o jogo, empate! Quer tentar novamente?",
"win": ":tada: {player} venceu a partida!",
"expire": ":x: O jogo foi **expirado**... Talvez por causa de inatividade de um usuário.",
"in-progress": "you cannot start another game, please wait for current one to end.",
"waiting-ai": ":robot: AI está jogando, espere um momento...",
"ai": "a AI"
"in-progress": "você não pode iniciar outro jogo, por favor, aguarde o fim do atual.",
"waiting-ai": ":robot: IA está jogando, espere um momento...",
"ai": "a IA"
}
}

0 comments on commit 4936691

Please sign in to comment.