From 5de4e5ea8b77b86e5635a39f6b6f450a8779425c Mon Sep 17 00:00:00 2001 From: Carmine DiChiara <carmine.dichiara@committed2action.com> Date: Sat, 16 Jan 2021 10:33:31 +0000 Subject: [PATCH] Added reCAPTCHA to Formspree and support for Netlify forms --- i18n/pt-br.toml | 27 +++++++++++++++++++++++++++ 1 files changed, 27 insertions(+), 0 deletions(-) diff --git a/i18n/pt-br.toml b/i18n/pt-br.toml index 2456fa9..477c939 100644 --- a/i18n/pt-br.toml +++ b/i18n/pt-br.toml @@ -20,5 +20,32 @@ [comments] other = "comentários" +[name] +other = "Nome" + +[name_error] +other = "Por favor, forneça seu nome" + +[email] +other = "Email" + +[email_error] +other = "Por favor, digite um endereço de e-mail válido" + +[message] +other = "Mensagem" + +[message_error] +other = "Por favor nos informe por que você está entrando em contato conosco" + [send] other = "Enviar" + +[form_captcha_error] +other = "Captcha error; por favor, tente novamente mais tarde" + +[form_error] +other = "Erro fatal, contato não feito - por favor, procure de outra forma" + +[form_success] +other = "Obrigado por estender a mão! Em breve estaremos em contato" -- Gitblit v1.10.0