From 4f4591b00a74f38efdf761063125f169b94e46f4 Mon Sep 17 00:00:00 2001 From: Albatroz Jeremias Date: Wed, 26 Oct 2022 23:08:13 +0000 Subject: [PATCH 1/3] Translated using Weblate (Portuguese) Currently translated at 5.7% (15 of 261 strings) Translation: Gancio/Web Translate-URL: https://hosted.weblate.org/projects/gancio/web/pt/ --- locales/pt.json | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/locales/pt.json b/locales/pt.json index 0967ef42..54cde23a 100644 --- a/locales/pt.json +++ b/locales/pt.json @@ -1 +1,19 @@ -{} +{ + "common": { + "add_event": "Adicionar Evento", + "description": "Descrição", + "send": "Enviar", + "address": "Morada", + "next": "Próximo", + "when": "Quando", + "where": "Onde", + "login": "Login", + "export": "Exportar", + "email": "E-mail", + "what": "O quê", + "media": "Media", + "password": "Senha", + "register": "Registro", + "remove": "Remover" + } +} From 259f3376c06fb68b19cdcaf7c39fd8b2a0524472 Mon Sep 17 00:00:00 2001 From: Albatroz Jeremias Date: Wed, 26 Oct 2022 22:58:57 +0000 Subject: [PATCH 2/3] Translated using Weblate (Portuguese) Currently translated at 100.0% (13 of 13 strings) Translation: Gancio/Email Translate-URL: https://hosted.weblate.org/projects/gancio/email/pt/ --- locales/email/pt.json | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/locales/email/pt.json b/locales/email/pt.json index 0967ef42..d487c5fd 100644 --- a/locales/email/pt.json +++ b/locales/email/pt.json @@ -1 +1,29 @@ -{} +{ + "register": { + "subject": "Pedido de registo recebido", + "content": "Recebemos o pedido de registo. Vamos confirmar assim que possível." + }, + "confirm": { + "content": "Olá, sua conta em {{config.title}} foi confirmada. Escreve-nos para {{config.admin_email}} para qualquer informação.", + "subject": "Agora podes começar a publicar eventos" + }, + "event_confirm": { + "content": "Podes confirmar este evento em esta página" + }, + "test": { + "subject": "Sua configuração SMTP está a funcionar", + "content": "Este é um e-mail de teste, se estiveres a ler isto, a tua configuração está a funcionar." + }, + "user_confirm": { + "subject": "Agora podes começar a publicar eventos", + "content": "Olá, sua conta em {{config.title}} foi criada. Confirme e escolha uma senha.." + }, + "admin_register": { + "subject": "Novo registro", + "content": "{{user.email}} pediu o registro em {{config.title}}:
{{user.description}}

Confirme aqui." + }, + "recover": { + "subject": "Recuperação de senha", + "content": "Olá, pediste a recuperação da tua senha em {{config.title}}. Clique aqui para confirmar." + } +} From 513bbcb9452ab34e4a0fb01f71186a8fee2d6d32 Mon Sep 17 00:00:00 2001 From: Albatroz Jeremias Date: Wed, 26 Oct 2022 23:15:17 +0000 Subject: [PATCH 3/3] Translated using Weblate (Portuguese) Currently translated at 9.9% (26 of 261 strings) Translation: Gancio/Web Translate-URL: https://hosted.weblate.org/projects/gancio/web/pt/ --- locales/pt.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/locales/pt.json b/locales/pt.json index 54cde23a..c547d5c7 100644 --- a/locales/pt.json +++ b/locales/pt.json @@ -14,6 +14,17 @@ "media": "Media", "password": "Senha", "register": "Registro", - "remove": "Remover" + "remove": "Remover", + "confirm": "Confirmar", + "events": "Eventos", + "settings": "Opções", + "actions": "Ações", + "edit": "Editar", + "admin": "Admin", + "places": "Sítios", + "hide": "Esconder", + "search": "Procurar", + "info": "Info", + "users": "Utilizadores" } }