Add translation for taxonomy page (#299)
This commit is contained in:
parent
9171519154
commit
506175f56f
|
@ -30,3 +30,6 @@ other = "Задължително е да предоставите адрес н
|
||||||
|
|
||||||
[send]
|
[send]
|
||||||
other = "Изпрати"
|
other = "Изпрати"
|
||||||
|
|
||||||
|
[taxonomyPageList]
|
||||||
|
other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”"
|
|
@ -30,3 +30,6 @@ other = "Eine Email Adresse wird benötigt."
|
||||||
|
|
||||||
[send]
|
[send]
|
||||||
other = "Senden"
|
other = "Senden"
|
||||||
|
|
||||||
|
[taxonomyPageList]
|
||||||
|
other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”"
|
|
@ -30,3 +30,6 @@ other = "An email address is required."
|
||||||
|
|
||||||
[send]
|
[send]
|
||||||
other = "Send"
|
other = "Send"
|
||||||
|
|
||||||
|
[taxonomyPageList]
|
||||||
|
other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”"
|
|
@ -30,3 +30,6 @@ other = "Se requiere una dirección de correo electrónico."
|
||||||
|
|
||||||
[send]
|
[send]
|
||||||
other = "Enviar"
|
other = "Enviar"
|
||||||
|
|
||||||
|
[taxonomyPageList]
|
||||||
|
other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”"
|
|
@ -30,3 +30,6 @@ other = "Une adresse e-mail est requise."
|
||||||
|
|
||||||
[send]
|
[send]
|
||||||
other = "Envoyer"
|
other = "Envoyer"
|
||||||
|
|
||||||
|
[taxonomyPageList]
|
||||||
|
other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”"
|
|
@ -30,3 +30,6 @@ other = "Indirizzo email obbligatorio."
|
||||||
|
|
||||||
[send]
|
[send]
|
||||||
other = "Invia"
|
other = "Invia"
|
||||||
|
|
||||||
|
[taxonomyPageList]
|
||||||
|
other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”"
|
|
@ -30,3 +30,6 @@ other = "Een e-mailadres is vereist."
|
||||||
|
|
||||||
[send]
|
[send]
|
||||||
other = "Stuur"
|
other = "Stuur"
|
||||||
|
|
||||||
|
[taxonomyPageList]
|
||||||
|
other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”"
|
|
@ -30,3 +30,6 @@ other = "É necessário um endereço de e-mail."
|
||||||
|
|
||||||
[send]
|
[send]
|
||||||
other = "Enviar"
|
other = "Enviar"
|
||||||
|
|
||||||
|
[taxonomyPageList]
|
||||||
|
other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”"
|
|
@ -30,3 +30,6 @@ other = "Требуется адрес электронной почты."
|
||||||
|
|
||||||
[send]
|
[send]
|
||||||
other = "трансмиссия"
|
other = "трансмиссия"
|
||||||
|
|
||||||
|
[taxonomyPageList]
|
||||||
|
other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”"
|
|
@ -30,3 +30,6 @@ other = "En e-postadress krävs."
|
||||||
|
|
||||||
[send]
|
[send]
|
||||||
other = "Skicka"
|
other = "Skicka"
|
||||||
|
|
||||||
|
[taxonomyPageList]
|
||||||
|
other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”"
|
|
@ -30,3 +30,6 @@ other = "Електронна пошта обов'язкова"
|
||||||
|
|
||||||
[send]
|
[send]
|
||||||
other = "Надіслати"
|
other = "Надіслати"
|
||||||
|
|
||||||
|
[taxonomyPageList]
|
||||||
|
other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”"
|
|
@ -30,3 +30,6 @@ other = "需要电子邮件地址。"
|
||||||
|
|
||||||
[send]
|
[send]
|
||||||
other = "发送"
|
other = "发送"
|
||||||
|
|
||||||
|
[taxonomyPageList]
|
||||||
|
other = "标签为“{{ .Title }}”的页面如下"
|
|
@ -1,7 +1,7 @@
|
||||||
{{ define "main" }}
|
{{ define "main" }}
|
||||||
<article class="cf pa3 pa4-m pa4-l">
|
<article class="cf pa3 pa4-m pa4-l">
|
||||||
<div class="measure-wide-l center f4 lh-copy nested-copy-line-height nested-links nested-img mid-gray">
|
<div class="measure-wide-l center f4 lh-copy nested-copy-line-height nested-links nested-img mid-gray">
|
||||||
<p>Below you will find pages that utilize the taxonomy term “{{ .Title }}”</p>
|
<p>{{i18n "taxonomyPageList" .}}</p>
|
||||||
</div>
|
</div>
|
||||||
</article>
|
</article>
|
||||||
<div class="mw8 center">
|
<div class="mw8 center">
|
||||||
|
|
Loading…
Reference in a new issue