mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-13 22:49:51 -04:00
Correcting translate word Items to Itens on pt-BR translation
This commit is contained in:
parent
571f69b2de
commit
b26f9f1f6a
1 changed files with 2 additions and 2 deletions
|
@ -52,7 +52,7 @@ module.exports = nativeDescription: "Português do Brasil", englishDescription:
|
|||
spectate: "Assistir" # Ladder page
|
||||
players: "jogadores" # Hover over a level on /play
|
||||
hours_played: "Horas jogadas" # Hover over a level on /play
|
||||
items: "Items" # Tooltip on item shop button from /play
|
||||
items: "Itens" # Tooltip on item shop button from /play
|
||||
unlock: "Desbloquear" # For purchasing items and heroes
|
||||
confirm: "Confirmar"
|
||||
owned: "Possui" # For items you own
|
||||
|
@ -67,7 +67,7 @@ module.exports = nativeDescription: "Português do Brasil", englishDescription:
|
|||
# poll: "Poll" # Tooltip on poll button from /play
|
||||
next: "Próximo" # Go from choose hero to choose inventory before playing a level
|
||||
change_hero: "Alterar Herói" # Go back from choose inventory to choose hero
|
||||
choose_inventory: "Equipar Items"
|
||||
choose_inventory: "Equipar Itens"
|
||||
buy_gems: "Comprar Gems"
|
||||
subscription_required: "Requer assinatura"
|
||||
older_campaigns: "Campanhas antigas"
|
||||
|
|
Loading…
Reference in a new issue