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
879c57bcdd
commit
c3a35d5de7
1 changed files with 5 additions and 5 deletions
|
@ -27,12 +27,12 @@ module.exports = nativeDescription: "Português (Portugal)", englishDescription:
|
||||||
profile: "Perfil"
|
profile: "Perfil"
|
||||||
stats: "Estatísticas"
|
stats: "Estatísticas"
|
||||||
code: "Código"
|
code: "Código"
|
||||||
admin: "Administrador" # Only shows up when you are an admin
|
admin: "Admin" # Only shows up when you are an admin
|
||||||
home: "Início"
|
home: "Início"
|
||||||
contribute: "Contribuir"
|
contribute: "Contribuir"
|
||||||
legal: "Legal"
|
legal: "Legal"
|
||||||
about: "Sobre"
|
about: "Sobre"
|
||||||
contact: "Contacte"
|
contact: "Contactar"
|
||||||
twitter_follow: "Seguir"
|
twitter_follow: "Seguir"
|
||||||
teachers: "Professores"
|
teachers: "Professores"
|
||||||
|
|
||||||
|
@ -216,9 +216,9 @@ module.exports = nativeDescription: "Português (Portugal)", englishDescription:
|
||||||
tome_cast_button_castable: "Lançar Feitiço" # Temporary, if tome_cast_button_run isn't translated.
|
tome_cast_button_castable: "Lançar Feitiço" # Temporary, if tome_cast_button_run isn't translated.
|
||||||
tome_cast_button_casting: "A Lançar" # Temporary, if tome_cast_button_running isn't translated.
|
tome_cast_button_casting: "A Lançar" # Temporary, if tome_cast_button_running isn't translated.
|
||||||
tome_cast_button_cast: "Feitiço Lançado" # Temporary, if tome_cast_button_ran isn't translated.
|
tome_cast_button_cast: "Feitiço Lançado" # Temporary, if tome_cast_button_ran isn't translated.
|
||||||
tome_cast_button_run: "Correr"
|
tome_cast_button_run: "Executar"
|
||||||
tome_cast_button_running: "A Correr"
|
tome_cast_button_running: "A Executar"
|
||||||
tome_cast_button_ran: "Corrido"
|
tome_cast_button_ran: "Executado"
|
||||||
tome_submit_button: "Submeter"
|
tome_submit_button: "Submeter"
|
||||||
tome_reload_method: "Recarregar o código original para este método" # Title text for individual method reload button.
|
tome_reload_method: "Recarregar o código original para este método" # Title text for individual method reload button.
|
||||||
tome_select_method: "Selecionar um método"
|
tome_select_method: "Selecionar um método"
|
||||||
|
|
Loading…
Reference in a new issue