From c3a35d5de74ab5c76789fd411e9a7ee58dd243e7 Mon Sep 17 00:00:00 2001 From: Imperadeiro98 Date: Sun, 12 Oct 2014 18:38:16 +0100 Subject: [PATCH] Update pt-PT.coffee --- app/locale/pt-PT.coffee | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/locale/pt-PT.coffee b/app/locale/pt-PT.coffee index c48146b1a..66ec658ff 100644 --- a/app/locale/pt-PT.coffee +++ b/app/locale/pt-PT.coffee @@ -27,12 +27,12 @@ module.exports = nativeDescription: "Português (Portugal)", englishDescription: profile: "Perfil" stats: "Estatísticas" 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" contribute: "Contribuir" legal: "Legal" about: "Sobre" - contact: "Contacte" + contact: "Contactar" twitter_follow: "Seguir" 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_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_run: "Correr" - tome_cast_button_running: "A Correr" - tome_cast_button_ran: "Corrido" + tome_cast_button_run: "Executar" + tome_cast_button_running: "A Executar" + tome_cast_button_ran: "Executado" tome_submit_button: "Submeter" 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"