diff --git a/i18n/de.toml b/i18n/de.toml index 12d93bf..572c5e4 100644 --- a/i18n/de.toml +++ b/i18n/de.toml @@ -15,3 +15,18 @@ other = "Was ist in dieser {{ .Type }}" [related] other = "Ähnliches" + +[yourName] +other = "Dein Name" + +[emailAddress] +other = "Email Adresse" + +[message] +other = "Nachricht" + +[emailRequiredNote] +other = "Eine Email Adresse wird benötigt." + +[send] +other = "Senden" diff --git a/i18n/en.toml b/i18n/en.toml index 97100a4..e87dc92 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -15,3 +15,18 @@ other = "What's in this {{ .Type }}" [related] other = "Related" + +[yourName] +other = "Your Name" + +[emailAddress] +other = "Email Address" + +[message] +other = "Message" + +[emailRequiredNote] +other = "An email address is required." + +[send] +other = "Send" diff --git a/i18n/es.toml b/i18n/es.toml index a6c052c..67ce170 100644 --- a/i18n/es.toml +++ b/i18n/es.toml @@ -15,3 +15,18 @@ other = "Qué hay en este {{ .Type }}" [related] other = "Relacionado" + +[yourName] +other = "Tu nombre" + +[emailAddress] +other = "Dirección de correo electrónico" + +[message] +other = "Mensaje" + +[emailRequiredNote] +other = "Se requiere una dirección de correo electrónico." + +[send] +other = "Enviar" diff --git a/i18n/fr.toml b/i18n/fr.toml index 12c5c83..563ae5e 100644 --- a/i18n/fr.toml +++ b/i18n/fr.toml @@ -15,3 +15,18 @@ other = "Ce qui est dans {{ .Type }}" [related] other = "Lié" + +[yourName] +other = "Votre nom" + +[emailAddress] +other = "Adresse e-mail" + +[message] +other = "Message" + +[emailRequiredNote] +other = "Une adresse e-mail est requise." + +[send] +other = "Envoyer" diff --git a/i18n/nl.toml b/i18n/nl.toml index 4555d44..993998a 100644 --- a/i18n/nl.toml +++ b/i18n/nl.toml @@ -15,3 +15,18 @@ other = "Inhoud van deze {{ .Type }}" [related] other = "Gerelateerd" + +[yourName] +other = "Uw naam" + +[emailAddress] +other = "E-mail adres" + +[message] +other = "Boodschap" + +[emailRequiredNote] +other = "Een e-mailadres is vereist." + +[send] +other = "Stuur" diff --git a/i18n/pt.toml b/i18n/pt.toml index de3a5ec..4883a9c 100644 --- a/i18n/pt.toml +++ b/i18n/pt.toml @@ -15,3 +15,18 @@ other = "O que há neste {{ .Type }}" [related] other = "Relacionado" + +[yourName] +other = "O teu nome" + +[emailAddress] +other = "Endereço de e-mail" + +[message] +other = "Mensagem" + +[emailRequiredNote] +other = "É necessário um endereço de e-mail." + +[send] +other = "Enviar" diff --git a/i18n/ru.toml b/i18n/ru.toml index cf07f12..25fd010 100644 --- a/i18n/ru.toml +++ b/i18n/ru.toml @@ -15,3 +15,18 @@ other = "Содержание {{ .Type }}" [related] other = "Схожие" + +[yourName] +other = "Ваше имя" + +[emailAddress] +other = "Адрес электронной почты" + +[message] +other = "Сообщение" + +[emailRequiredNote] +other = "Требуется адрес электронной почты." + +[send] +other = "трансмиссия" diff --git a/i18n/zh.toml b/i18n/zh.toml index 6d2dc4d..757af66 100644 --- a/i18n/zh.toml +++ b/i18n/zh.toml @@ -15,3 +15,18 @@ other = "What's in this {{ .Type }}" [related] other = "相關內容" + +[yourName] +other = "你的名字" + +[emailAddress] +other = "电邮地址" + +[message] +other = "信息" + +[emailRequiredNote] +other = "需要电子邮件地址。" + +[send] +other = "发送" diff --git a/layouts/shortcodes/form-contact.html b/layouts/shortcodes/form-contact.html index e2ceb6b..72a88f5 100644 --- a/layouts/shortcodes/form-contact.html +++ b/layouts/shortcodes/form-contact.html @@ -3,18 +3,18 @@
- + - +
- An email address is required. + {{ i18n "emailRequiredNote" }}
- + - +