mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-30 19:06:59 -05:00
translation
translation.
This commit is contained in:
parent
5b39c6bb19
commit
de7f216d22
1 changed files with 24 additions and 24 deletions
|
@ -99,8 +99,8 @@ module.exports = nativeDescription: "Português do Brasil", englishDescription:
|
||||||
form_label: "Endereço de Email"
|
form_label: "Endereço de Email"
|
||||||
placeholder: "endereço de email"
|
placeholder: "endereço de email"
|
||||||
title: "Excelente Trabalho, Aprendiz"
|
title: "Excelente Trabalho, Aprendiz"
|
||||||
tell_friend: "Diga a seu amigo"
|
tell_friend: "Conte a seus amigos"
|
||||||
# tell_parent: "Tell your Parent"
|
tell_parent: "Conte a seus pais"
|
||||||
|
|
||||||
login:
|
login:
|
||||||
sign_up: "Criar conta"
|
sign_up: "Criar conta"
|
||||||
|
@ -139,7 +139,7 @@ module.exports = nativeDescription: "Português do Brasil", englishDescription:
|
||||||
books: "Livros"
|
books: "Livros"
|
||||||
|
|
||||||
common:
|
common:
|
||||||
# back: "Back" # When used as an action verb, like "Navigate backward"
|
back: "Voltar" # When used as an action verb, like "Navigate backward"
|
||||||
continue: "Continue" # When used as an action verb, like "Continue forward"
|
continue: "Continue" # When used as an action verb, like "Continue forward"
|
||||||
loading: "Carregando..."
|
loading: "Carregando..."
|
||||||
saving: "Salvando..."
|
saving: "Salvando..."
|
||||||
|
@ -170,7 +170,7 @@ module.exports = nativeDescription: "Português do Brasil", englishDescription:
|
||||||
pending: "Pendente"
|
pending: "Pendente"
|
||||||
accepted: "Aceito"
|
accepted: "Aceito"
|
||||||
rejected: "Rejeitado"
|
rejected: "Rejeitado"
|
||||||
# withdrawn: "Withdrawn"
|
withdrawn: "Retirado"
|
||||||
# submitter: "Submitter"
|
# submitter: "Submitter"
|
||||||
submitted: "Enviado"
|
submitted: "Enviado"
|
||||||
commit_msg: "Mensagem de Submissão"
|
commit_msg: "Mensagem de Submissão"
|
||||||
|
@ -182,7 +182,7 @@ module.exports = nativeDescription: "Português do Brasil", englishDescription:
|
||||||
undo_shortcut: "(Ctrl+Z)"
|
undo_shortcut: "(Ctrl+Z)"
|
||||||
redo_prefix: "Refazer"
|
redo_prefix: "Refazer"
|
||||||
redo_shortcut: "(Ctrl+Shift+Z)"
|
redo_shortcut: "(Ctrl+Shift+Z)"
|
||||||
# play_preview: "Play preview of current level"
|
play_preview: "Executar prévia do nível atual"
|
||||||
result: "Resultado"
|
result: "Resultado"
|
||||||
results: "Resultados"
|
results: "Resultados"
|
||||||
description: "Descrição"
|
description: "Descrição"
|
||||||
|
@ -205,9 +205,9 @@ module.exports = nativeDescription: "Português do Brasil", englishDescription:
|
||||||
hard: "Difícil"
|
hard: "Difícil"
|
||||||
player: "Jogador"
|
player: "Jogador"
|
||||||
player_level: "Nível" # Like player level 5, not like level: Dungeons of Kithgard
|
player_level: "Nível" # Like player level 5, not like level: Dungeons of Kithgard
|
||||||
# warrior: "Warrior"
|
warrior: "Guerreiro"
|
||||||
# ranger: "Ranger"
|
ranger: "Arqueiro"
|
||||||
# wizard: "Wizard"
|
wizard: "Feiticeiro"
|
||||||
|
|
||||||
units:
|
units:
|
||||||
second: "segundo"
|
second: "segundo"
|
||||||
|
@ -323,15 +323,15 @@ module.exports = nativeDescription: "Português do Brasil", englishDescription:
|
||||||
tip_premature_optimization: "Uma otimização permatura é a raíz de todos os males. - Donald Knuth"
|
tip_premature_optimization: "Uma otimização permatura é a raíz de todos os males. - Donald Knuth"
|
||||||
tip_brute_force: "Na dúvida, utilize força bruta. - Ken Thompson"
|
tip_brute_force: "Na dúvida, utilize força bruta. - Ken Thompson"
|
||||||
tip_extrapolation: "Existem dois tipos de pessoa: aqueles que podem extrapolar apartir de dados incompletos..."
|
tip_extrapolation: "Existem dois tipos de pessoa: aqueles que podem extrapolar apartir de dados incompletos..."
|
||||||
# tip_superpower: "Coding is the closest thing we have to a superpower."
|
tip_superpower: "Programar é a coisa mais próxima de termos super poderes."
|
||||||
# tip_control_destiny: "In real open source, you have the right to control your own destiny. - Linus Torvalds"
|
tip_control_destiny: "No verdadeiro código aberto, você tem o direito de controlar seu próprio destino. - Linus Torvalds"
|
||||||
# tip_no_code: "No code is faster than no code."
|
# tip_no_code: "No code is faster than no code."
|
||||||
# tip_code_never_lies: "Code never lies, comments sometimes do. — Ron Jeffries"
|
tip_code_never_lies: "Código nunca mente, comentários as vezes. — Ron Jeffries"
|
||||||
# tip_reusable_software: "Before software can be reusable it first has to be usable."
|
tip_reusable_software: "Antes do software poder ser reutilizável ele primeiro tem que ser utilizável."
|
||||||
# tip_optimization_operator: "Every language has an optimization operator. In most languages that operator is ‘//’"
|
# tip_optimization_operator: "Every language has an optimization operator. In most languages that operator is ‘//’"
|
||||||
# tip_lines_of_code: "Measuring programming progress by lines of code is like measuring aircraft building progress by weight. — Bill Gates"
|
# tip_lines_of_code: "Measuring programming progress by lines of code is like measuring aircraft building progress by weight. — Bill Gates"
|
||||||
# tip_source_code: "I want to change the world but they would not give me the source code."
|
# tip_source_code: "I want to change the world but they would not give me the source code."
|
||||||
# tip_javascript_java: "Java is to JavaScript what Car is to Carpet. - Chris Heilmann"
|
tip_javascript_java: "Java é para o JavaScript o que um Carro é para um Carpete. - Chris Heilmann"
|
||||||
# tip_move_forward: "Whatever you do, keep moving forward. - Martin Luther King Jr."
|
# tip_move_forward: "Whatever you do, keep moving forward. - Martin Luther King Jr."
|
||||||
tip_google: "Tem um problema que você não pode solucionar? Google!"
|
tip_google: "Tem um problema que você não pode solucionar? Google!"
|
||||||
tip_adding_evil: "Adicionando uma pitada de maldade."
|
tip_adding_evil: "Adicionando uma pitada de maldade."
|
||||||
|
@ -357,17 +357,17 @@ module.exports = nativeDescription: "Português do Brasil", englishDescription:
|
||||||
|
|
||||||
# leaderboard:
|
# leaderboard:
|
||||||
# leaderboard: "Leaderboard"
|
# leaderboard: "Leaderboard"
|
||||||
# view_other_solutions: "View Other Solutions"
|
view_other_solutions: "Ver Outras Soluções"
|
||||||
# scores: "Scores"
|
scores: "Pontuação"
|
||||||
# top_players: "Top Players by"
|
top_players: "Top Jogadores por"
|
||||||
# day: "Today"
|
day: "Hoje"
|
||||||
# week: "This Week"
|
week: "Essa Semana"
|
||||||
# all: "All-Time"
|
all: "Todo Tempo"
|
||||||
# time: "Time"
|
time: "Tempo"
|
||||||
# damage_taken: "Damage Taken"
|
damage_taken: "Dano Recebido"
|
||||||
# damage_dealt: "Damage Dealt"
|
damage_dealt: "Dano Causado"
|
||||||
# difficulty: "Difficulty"
|
difficulty: "Dificuldade"
|
||||||
# gold_collected: "Gold Collected"
|
gold_collected: "Ouro Coletado"
|
||||||
|
|
||||||
inventory:
|
inventory:
|
||||||
choose_inventory: "Equipar itens"
|
choose_inventory: "Equipar itens"
|
||||||
|
|
Loading…
Reference in a new issue