mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
Update pt-PT.coffee
This commit is contained in:
parent
fe7e96ab4e
commit
eb96cc8d86
1 changed files with 17 additions and 17 deletions
|
@ -51,11 +51,11 @@ module.exports = nativeDescription: "Português (Portugal)", englishDescription:
|
||||||
players: "jogadores" # Hover over a level on /play
|
players: "jogadores" # Hover over a level on /play
|
||||||
hours_played: "horas jogadas" # Hover over a level on /play
|
hours_played: "horas jogadas" # Hover over a level on /play
|
||||||
items: "Itens" # Tooltip on item shop button from /play
|
items: "Itens" # Tooltip on item shop button from /play
|
||||||
# unlock: "Unlock" # For purchasing items and heroes
|
unlock: "Desbloquear" # For purchasing items and heroes
|
||||||
# confirm: "Confirm"
|
confirm: "Confirmar"
|
||||||
# owned: "Owned" # For items you own
|
owned: "Obtido" # For items you own
|
||||||
# locked: "Locked"
|
locked: "Bloqueado"
|
||||||
# skills_granted: "Skills Granted" # Property documentation details
|
skills_granted: "Habilidades Garantidas" # Property documentation details
|
||||||
heroes: "Heróis" # Tooltip on hero shop button from /play
|
heroes: "Heróis" # Tooltip on hero shop button from /play
|
||||||
achievements: "Conquistas" # Tooltip on achievement list button from /play
|
achievements: "Conquistas" # Tooltip on achievement list button from /play
|
||||||
account: "Conta" # Tooltip on account button from /play
|
account: "Conta" # Tooltip on account button from /play
|
||||||
|
@ -109,12 +109,12 @@ module.exports = nativeDescription: "Português (Portugal)", englishDescription:
|
||||||
recovery_sent: "E-mail de recuperação enviado."
|
recovery_sent: "E-mail de recuperação enviado."
|
||||||
|
|
||||||
items:
|
items:
|
||||||
# primary: "Primary"
|
primary: "Primários"
|
||||||
# secondary: "Secondary"
|
secondary: "Secundários"
|
||||||
armor: "Armadura"
|
armor: "Armadura"
|
||||||
accessories: "Acessórios"
|
accessories: "Acessórios"
|
||||||
misc: "Vários"
|
misc: "Vários"
|
||||||
# books: "Books"
|
books: "Livros"
|
||||||
|
|
||||||
common:
|
common:
|
||||||
loading: "A carregar..."
|
loading: "A carregar..."
|
||||||
|
@ -183,7 +183,7 @@ module.exports = nativeDescription: "Português (Portugal)", englishDescription:
|
||||||
play_level:
|
play_level:
|
||||||
done: "Concluir"
|
done: "Concluir"
|
||||||
home: "Início" # Not used any more, will be removed soon.
|
home: "Início" # Not used any more, will be removed soon.
|
||||||
# level: "Level" # Like "Level: Dungeons of Kithgard"
|
level: "Nível" # Like "Level: Dungeons of Kithgard"
|
||||||
skip: "Saltar"
|
skip: "Saltar"
|
||||||
game_menu: "Menu do Jogo"
|
game_menu: "Menu do Jogo"
|
||||||
guide: "Guia"
|
guide: "Guia"
|
||||||
|
@ -296,11 +296,11 @@ module.exports = nativeDescription: "Português (Portugal)", englishDescription:
|
||||||
|
|
||||||
inventory:
|
inventory:
|
||||||
choose_inventory: "Equipar Itens"
|
choose_inventory: "Equipar Itens"
|
||||||
# equipped_item: "Equipped"
|
equipped_item: "Equipado"
|
||||||
# available_item: "Available"
|
available_item: "Disponível"
|
||||||
# should_equip: "(double-click to equip)"
|
should_equip: "(clica duas vezes para equipares)"
|
||||||
# equipped: "(equipped)"
|
equipped: "(equipado)"
|
||||||
# locked: "(locked)"
|
locked: "(bloqueado)"
|
||||||
|
|
||||||
choose_hero:
|
choose_hero:
|
||||||
choose_hero: "Escolhe o Teu Herói"
|
choose_hero: "Escolhe o Teu Herói"
|
||||||
|
@ -317,9 +317,9 @@ module.exports = nativeDescription: "Português (Portugal)", englishDescription:
|
||||||
attack: "Ataque" # Can also translate as "Attack"
|
attack: "Ataque" # Can also translate as "Attack"
|
||||||
health: "Vida"
|
health: "Vida"
|
||||||
speed: "Velocidade"
|
speed: "Velocidade"
|
||||||
# regeneration: "Regeneration"
|
regeneration: "Regeneração"
|
||||||
# range: "Range" # As in "attack or visual range"
|
range: "Alcance" # As in "attack or visual range"
|
||||||
# blocks: "Blocks" # As in "this shield blocks this much damage"
|
blocks: "Bloqueia" # As in "this shield blocks this much damage"
|
||||||
skills: "Habilidades"
|
skills: "Habilidades"
|
||||||
|
|
||||||
save_load:
|
save_load:
|
||||||
|
|
Loading…
Reference in a new issue