Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pt-BR locale translations #325

Merged
merged 1 commit into from
Aug 31, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
16 changes: 8 additions & 8 deletions config/locales/pt-br.json
@@ -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"
}
}