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/it.toml | 29 ++++++++++++++++++++++++++++- 1 files changed, 28 insertions(+), 1 deletions(-) diff --git a/i18n/it.toml b/i18n/it.toml index 9f6020c..bc4eea1 100644 --- a/i18n/it.toml +++ b/i18n/it.toml @@ -20,5 +20,32 @@ [comments] other = "commenti" +[name] +other = "Nome" + +[name_error] +other = "Si prega di fornire il proprio nome" + +[email] +other = "e-mail" + +[email_error] +other = "Inserire un indirizzo e-mail valido" + +[message] +other = "Messaggio" + +[message_error] +other = "Per favore, fateci sapere perché ci contattate" + [send] -other = "Spedire" \ No newline at end of file +other = "Spedire" + +[form_captcha_error] +other = "Errore Captcha; si prega di riprovare più tardi" + +[form_error] +other = "Errore fatale, contatto non effettuato - si prega di contattare in altro modo" + +[form_success] +other = "Grazie per averci raggiunto! Ci sentiremo presto" -- Gitblit v1.10.0