mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-14 07:00:01 -04:00
Update pt-PT.coffee
In line 432, is the string right?
This commit is contained in:
parent
010afc7e95
commit
18380f4dd5
1 changed files with 21 additions and 21 deletions
|
@ -100,12 +100,12 @@ module.exports = nativeDescription: "Português (Portugal)", englishDescription:
|
|||
for_beginners: "Para Iniciantes"
|
||||
multiplayer: "Multijogador"
|
||||
for_developers: "Para Programadores"
|
||||
javascript_blurb: "A linguagem da web. Ótima para escrever websites, aplicações da web, jogos HTML5 e servidores."
|
||||
python_blurb: "Simples mas poderoso, o Python é uma linguagem de programação ótima para propósitos gerais."
|
||||
coffeescript_blurb: "Sintaxe do Javascript mais agradável."
|
||||
clojure_blurb: "Um Lisp moderno"
|
||||
lua_blurb: "Linguagem para scripts de jogos"
|
||||
io_blurb: "Simples mas obscuro"
|
||||
# javascript_blurb: "A linguagem da web. Ótima para escrever websites, aplicações da web, jogos HTML5 e servidores."
|
||||
# python_blurb: "Simples mas poderoso, o Python é uma linguagem de programação ótima para propósitos gerais."
|
||||
# coffeescript_blurb: "Sintaxe do Javascript mais agradável."
|
||||
# clojure_blurb: "Um Lisp moderno"
|
||||
# lua_blurb: "Linguagem para scripts de jogos"
|
||||
# io_blurb: "Simples mas obscuro"
|
||||
|
||||
play:
|
||||
choose_your_level: "Escolha o Seu Nível"
|
||||
|
@ -353,7 +353,7 @@ module.exports = nativeDescription: "Português (Portugal)", englishDescription:
|
|||
grid: "Grelha"
|
||||
customize_wizard: "Personalizar Feiticeiro"
|
||||
home: "Início"
|
||||
# game_menu: "Game Menu"
|
||||
game_menu: "Menu do Jogo"
|
||||
guide: "Guia"
|
||||
restart: "Reiniciar"
|
||||
goals: "Objetivos"
|
||||
|
@ -428,18 +428,18 @@ module.exports = nativeDescription: "Português (Portugal)", englishDescription:
|
|||
# infinite_loop_comment_out: "Comment Out My Code"
|
||||
|
||||
game_menu:
|
||||
# inventory_tab: "Inventory"
|
||||
inventory_tab: "Inventário"
|
||||
# choose_hero_tab: "Restart Level"
|
||||
# save_load_tab: "Save/Load"
|
||||
# options_tab: "Options"
|
||||
# guide_tab: "Guide"
|
||||
save_load_tab: "Guardar/Carregar"
|
||||
options_tab: "Opções"
|
||||
guide_tab: "Guia"
|
||||
multiplayer_tab: "Multijogador"
|
||||
# inventory_caption: "Equip your hero"
|
||||
inventory_caption: "Equipe o seu herói"
|
||||
# choose_hero_caption: "Choose hero, language"
|
||||
# save_load_caption: "... and view history"
|
||||
# options_caption: "Configure settings"
|
||||
# guide_caption: "Docs and tips"
|
||||
# multiplayer_caption: "Play with friends!"
|
||||
save_load_caption: "... e veja o histórico"
|
||||
options_caption: "Configure as definições"
|
||||
guide_caption: "Documentos e dicas"
|
||||
multiplayer_caption: "Jogue com amigos!"
|
||||
|
||||
# inventory:
|
||||
# temp: "Temp"
|
||||
|
@ -452,9 +452,9 @@ module.exports = nativeDescription: "Português (Portugal)", englishDescription:
|
|||
# granularity_change_history: "History"
|
||||
|
||||
options:
|
||||
# general_options: "General Options"
|
||||
# music_label: "Music"
|
||||
# music_description: "Turn background music on/off."
|
||||
general_options: "Opções Gerais"
|
||||
music_label: "Música"
|
||||
music_description: "Ative ou desative a música de fundo."
|
||||
# autorun_label: "Autorun"
|
||||
# autorun_description: "Control automatic code execution."
|
||||
editor_config: "Configurar Editor"
|
||||
|
@ -480,8 +480,8 @@ module.exports = nativeDescription: "Português (Portugal)", englishDescription:
|
|||
|
||||
multiplayer:
|
||||
multiplayer_title: "Definições Multijogador"
|
||||
# multiplayer_toggle: "Enable multiplayer"
|
||||
# multiplayer_toggle_description: "Allow others to join your game."
|
||||
multiplayer_toggle: "Ativar multijogador"
|
||||
multiplayer_toggle_description: "Permita que outros se juntem ao seu jogo."
|
||||
multiplayer_link_description: "Dê esta ligação a alguém para se juntar a si."
|
||||
multiplayer_hint_label: "Dica:"
|
||||
multiplayer_hint: " Clique na ligação para selecionar tudo. Depois carregue em ⌘-C ou Ctrl-C para copiá-la."
|
||||
|
|
Loading…
Reference in a new issue