mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 15:48:11 -05:00
commit
d7f8a212a4
1 changed files with 25 additions and 25 deletions
|
@ -10,7 +10,7 @@ module.exports = nativeDescription: "Português (Portugal)", englishDescription:
|
||||||
for_beginners: "Para Iniciantes"
|
for_beginners: "Para Iniciantes"
|
||||||
multiplayer: "Multijogador" # Not currently shown on home page
|
multiplayer: "Multijogador" # Not currently shown on home page
|
||||||
for_developers: "Para Programadores" # Not currently shown on home page.
|
for_developers: "Para Programadores" # Not currently shown on home page.
|
||||||
# or_ipad: "Or download for iPad"
|
or_ipad: "Ou descarrega para iPad"
|
||||||
|
|
||||||
nav:
|
nav:
|
||||||
play: "Níveis" # The top nav bar entry where players choose which levels to play
|
play: "Níveis" # The top nav bar entry where players choose which levels to play
|
||||||
|
@ -208,8 +208,8 @@ module.exports = nativeDescription: "Português (Portugal)", englishDescription:
|
||||||
failing: "A falhar"
|
failing: "A falhar"
|
||||||
action_timeline: "Linha do Tempo de Ações"
|
action_timeline: "Linha do Tempo de Ações"
|
||||||
click_to_select: "Clica numa unidade para selecioná-la."
|
click_to_select: "Clica numa unidade para selecioná-la."
|
||||||
# control_bar_multiplayer: "Multiplayer"
|
control_bar_multiplayer: "Multijogador"
|
||||||
# control_bar_join_game: "Join Game"
|
control_bar_join_game: "Entrar no Jogo"
|
||||||
reload: "Recarregar"
|
reload: "Recarregar"
|
||||||
reload_title: "Recarregar o Código Todo?"
|
reload_title: "Recarregar o Código Todo?"
|
||||||
reload_really: "Tens a certeza que queres recarregar este nível de volta ao início?"
|
reload_really: "Tens a certeza que queres recarregar este nível de volta ao início?"
|
||||||
|
@ -322,9 +322,9 @@ module.exports = nativeDescription: "Português (Portugal)", englishDescription:
|
||||||
few_gems: "Algumas gemas"
|
few_gems: "Algumas gemas"
|
||||||
pile_gems: "Pilha de gemas"
|
pile_gems: "Pilha de gemas"
|
||||||
chest_gems: "Arca de gemas"
|
chest_gems: "Arca de gemas"
|
||||||
# purchasing: "Purchasing..."
|
purchasing: "A adquirir..."
|
||||||
# declined: "Your card was declined"
|
declined: "O teu cartão foi recusado."
|
||||||
# retrying: "Server error, retrying."
|
retrying: "Erro do servidor, a tentar novamente."
|
||||||
|
|
||||||
choose_hero:
|
choose_hero:
|
||||||
choose_hero: "Escolhe o Teu Herói"
|
choose_hero: "Escolhe o Teu Herói"
|
||||||
|
@ -351,23 +351,23 @@ module.exports = nativeDescription: "Português (Portugal)", englishDescription:
|
||||||
blocks: "Bloqueia" # As in "this shield blocks this much damage"
|
blocks: "Bloqueia" # As in "this shield blocks this much damage"
|
||||||
skills: "Habilidades"
|
skills: "Habilidades"
|
||||||
|
|
||||||
# skill_docs:
|
skill_docs:
|
||||||
# writable: "writable" # Hover over "attack" in Your Skills while playing a level to see most of this
|
writable: "escrevível" # Hover over "attack" in Your Skills while playing a level to see most of this
|
||||||
# read_only: "read-only"
|
read_only: "apenas leitura"
|
||||||
# action_name: "name"
|
action_name: "nome"
|
||||||
# action_cooldown: "Takes"
|
action_cooldown: "Demora"
|
||||||
# action_specific_cooldown: "Cooldown"
|
action_specific_cooldown: "Tempo de Recarga"
|
||||||
# action_damage: "Damage"
|
action_damage: "Dano"
|
||||||
# action_range: "Range"
|
action_range: "Alcance"
|
||||||
# action_radius: "Radius"
|
action_radius: "Raio"
|
||||||
# action_duration: "Duration"
|
action_duration: "Duração"
|
||||||
# example: "Example"
|
example: "Exemplo"
|
||||||
# ex: "ex" # Abbreviation of "example"
|
ex: "ex" # Abbreviation of "example"
|
||||||
# current_value: "Current Value"
|
current_value: "Valor Atual"
|
||||||
# default_value: "Default value"
|
default_value: "Valor Predefinido"
|
||||||
# parameters: "Parameters"
|
parameters: "Parâmetros"
|
||||||
# returns: "Returns"
|
returns: "Devolve"
|
||||||
# granted_by: "Granted by"
|
granted_by: "Garantido por"
|
||||||
|
|
||||||
save_load:
|
save_load:
|
||||||
granularity_saved_games: "Guardados"
|
granularity_saved_games: "Guardados"
|
||||||
|
@ -769,8 +769,8 @@ module.exports = nativeDescription: "Português (Portugal)", englishDescription:
|
||||||
amount_achieved: "Quantidade"
|
amount_achieved: "Quantidade"
|
||||||
achievement: "Conquista"
|
achievement: "Conquista"
|
||||||
category_contributor: "Contribuidor"
|
category_contributor: "Contribuidor"
|
||||||
# category_ladder: "Ladder"
|
category_ladder: "Classificação"
|
||||||
# category_level: "Level"
|
category_level: "Nível"
|
||||||
category_miscellaneous: "Vários"
|
category_miscellaneous: "Vários"
|
||||||
category_levels: "Níveis"
|
category_levels: "Níveis"
|
||||||
category_undefined: "Sem Categoria"
|
category_undefined: "Sem Categoria"
|
||||||
|
|
Loading…
Reference in a new issue