mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
commit
ff30d8c936
1 changed files with 11 additions and 11 deletions
|
@ -146,13 +146,13 @@ module.exports = nativeDescription: "Português do Brasil", englishDescription:
|
||||||
fork: "Fork"
|
fork: "Fork"
|
||||||
play: "Jogar" # When used as an action verb, like "Play next level"
|
play: "Jogar" # When used as an action verb, like "Play next level"
|
||||||
retry: "Tente novamente"
|
retry: "Tente novamente"
|
||||||
# actions: "Actions"
|
actions: "Ações"
|
||||||
# info: "Info"
|
info: "Info"
|
||||||
# help: "Help"
|
help: "Ajuda"
|
||||||
watch: "Observar"
|
watch: "Observar"
|
||||||
unwatch: "Não Observar"
|
unwatch: "Não Observar"
|
||||||
submit_patch: "Enviar arranjo"
|
submit_patch: "Enviar arranjo"
|
||||||
# submit_changes: "Submit Changes"
|
submit_changes: "Enviar mudanças"
|
||||||
|
|
||||||
general:
|
general:
|
||||||
and: "e"
|
and: "e"
|
||||||
|
@ -161,14 +161,14 @@ module.exports = nativeDescription: "Português do Brasil", englishDescription:
|
||||||
body: "Principal"
|
body: "Principal"
|
||||||
version: "Versão"
|
version: "Versão"
|
||||||
# submitter: "Submitter"
|
# submitter: "Submitter"
|
||||||
# submitted: "Submitted"
|
submitted: "Enviado"
|
||||||
commit_msg: "Mensagem de Submissão"
|
commit_msg: "Mensagem de Submissão"
|
||||||
# review: "Review"
|
review: "Revisão"
|
||||||
version_history: "Histórico de Versão"
|
version_history: "Histórico de Versão"
|
||||||
version_history_for: "Histórico de Versão para: "
|
version_history_for: "Histórico de Versão para: "
|
||||||
# select_changes: "Select two changes below to see the difference."
|
select_changes: "Selecione duas alterações para ver as diferenças."
|
||||||
# undo: "Undo (Ctrl+Z)"
|
undo: "Desfazer (Ctrl+Z)"
|
||||||
# redo: "Redo (Ctrl+Shift+Z)"
|
redo: "Refazer (Ctrl+Shift+Z)"
|
||||||
# play_preview: "Play preview of current level"
|
# play_preview: "Play preview of current level"
|
||||||
result: "Resultado"
|
result: "Resultado"
|
||||||
results: "Resultados"
|
results: "Resultados"
|
||||||
|
@ -344,7 +344,7 @@ module.exports = nativeDescription: "Português do Brasil", englishDescription:
|
||||||
prompt_title: "Gemas insulficientes"
|
prompt_title: "Gemas insulficientes"
|
||||||
prompt_body: "Você quer conseguir mais gemas?"
|
prompt_body: "Você quer conseguir mais gemas?"
|
||||||
prompt_button: "Entrar na loja"
|
prompt_button: "Entrar na loja"
|
||||||
# recovered: "Previous gems purchase recovered. Please refresh the page."
|
recovered: "Gems de compras anteriores Recuperadas. Por favor atualize a pagina."
|
||||||
|
|
||||||
subscribe:
|
subscribe:
|
||||||
subscribe_title: "Inscrever-se"
|
subscribe_title: "Inscrever-se"
|
||||||
|
@ -395,7 +395,7 @@ module.exports = nativeDescription: "Português do Brasil", englishDescription:
|
||||||
writable: "gravável" # Hover over "attack" in Your Skills while playing a level to see most of this
|
writable: "gravável" # Hover over "attack" in Your Skills while playing a level to see most of this
|
||||||
read_only: "apenas leitura"
|
read_only: "apenas leitura"
|
||||||
action_name: "nome"
|
action_name: "nome"
|
||||||
# action_cooldown: "Takes"
|
action_cooldown: "Demora"
|
||||||
action_specific_cooldown: "Recarregando"
|
action_specific_cooldown: "Recarregando"
|
||||||
action_damage: "Dano"
|
action_damage: "Dano"
|
||||||
action_range: "Distância"
|
action_range: "Distância"
|
||||||
|
|
Loading…
Reference in a new issue