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/zh-cn.toml | 27 +++++++++++++++++++++++++++ 1 files changed, 27 insertions(+), 0 deletions(-) diff --git a/i18n/zh-cn.toml b/i18n/zh-cn.toml index 62c1293..d67558e 100755 --- a/i18n/zh-cn.toml +++ b/i18n/zh-cn.toml @@ -20,5 +20,32 @@ [comments] other = "评论" +[name] +other = "名称" + +[name_error] +other = "请提供您的姓名" + +[email] +other = "电子邮件" + +[email_error] +other = "请输入有效的电子邮件地址" + +[message] +other = "留言内容" + +[message_error] +other = "请告诉我们您联系我们的原因。" + [send] other = "发送" + +[form_captcha_error] +other = "验证码错误,请稍后再试" + +[form_error] +other = "致命的错误,没有取得联系--请以其他方式联系。" + +[form_success] +other = "谢谢您的联系!我们会尽快与您联系。我们会尽快联系您" -- Gitblit v1.10.0