From 506175f56fc26cb0a2bd35b4280673c0bfcba9c6 Mon Sep 17 00:00:00 2001 From: Zihang Ye Date: Thu, 18 Jun 2020 00:31:05 +0200 Subject: [PATCH] Add translation for taxonomy page (#299) --- i18n/bg.toml | 3 +++ i18n/de.toml | 3 +++ i18n/en.toml | 3 +++ i18n/es.toml | 3 +++ i18n/fr.toml | 3 +++ i18n/it.toml | 3 +++ i18n/nl.toml | 3 +++ i18n/pt.toml | 3 +++ i18n/ru.toml | 3 +++ i18n/sv.toml | 3 +++ i18n/uk.toml | 3 +++ i18n/zh.toml | 3 +++ layouts/_default/taxonomy.html | 2 +- 13 files changed, 37 insertions(+), 1 deletion(-) diff --git a/i18n/bg.toml b/i18n/bg.toml index 7cf50b9..1186125 100644 --- a/i18n/bg.toml +++ b/i18n/bg.toml @@ -30,3 +30,6 @@ other = "Задължително е да предоставите адрес н [send] other = "Изпрати" + +[taxonomyPageList] +other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”" \ No newline at end of file diff --git a/i18n/de.toml b/i18n/de.toml index 572c5e4..e44eb6e 100644 --- a/i18n/de.toml +++ b/i18n/de.toml @@ -30,3 +30,6 @@ other = "Eine Email Adresse wird benötigt." [send] other = "Senden" + +[taxonomyPageList] +other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”" \ No newline at end of file diff --git a/i18n/en.toml b/i18n/en.toml index e87dc92..73b1ac7 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -30,3 +30,6 @@ other = "An email address is required." [send] other = "Send" + +[taxonomyPageList] +other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”" \ No newline at end of file diff --git a/i18n/es.toml b/i18n/es.toml index 67ce170..e1f8d00 100644 --- a/i18n/es.toml +++ b/i18n/es.toml @@ -30,3 +30,6 @@ other = "Se requiere una dirección de correo electrónico." [send] other = "Enviar" + +[taxonomyPageList] +other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”" \ No newline at end of file diff --git a/i18n/fr.toml b/i18n/fr.toml index 563ae5e..6fb2cc5 100644 --- a/i18n/fr.toml +++ b/i18n/fr.toml @@ -30,3 +30,6 @@ other = "Une adresse e-mail est requise." [send] other = "Envoyer" + +[taxonomyPageList] +other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”" \ No newline at end of file diff --git a/i18n/it.toml b/i18n/it.toml index f779f69..fc46af5 100644 --- a/i18n/it.toml +++ b/i18n/it.toml @@ -30,3 +30,6 @@ other = "Indirizzo email obbligatorio." [send] other = "Invia" + +[taxonomyPageList] +other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”" \ No newline at end of file diff --git a/i18n/nl.toml b/i18n/nl.toml index 993998a..0d80c31 100644 --- a/i18n/nl.toml +++ b/i18n/nl.toml @@ -30,3 +30,6 @@ other = "Een e-mailadres is vereist." [send] other = "Stuur" + +[taxonomyPageList] +other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”" \ No newline at end of file diff --git a/i18n/pt.toml b/i18n/pt.toml index 4883a9c..48b4269 100644 --- a/i18n/pt.toml +++ b/i18n/pt.toml @@ -30,3 +30,6 @@ other = "É necessário um endereço de e-mail." [send] other = "Enviar" + +[taxonomyPageList] +other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”" \ No newline at end of file diff --git a/i18n/ru.toml b/i18n/ru.toml index 25fd010..7861511 100644 --- a/i18n/ru.toml +++ b/i18n/ru.toml @@ -30,3 +30,6 @@ other = "Требуется адрес электронной почты." [send] other = "трансмиссия" + +[taxonomyPageList] +other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”" \ No newline at end of file diff --git a/i18n/sv.toml b/i18n/sv.toml index db050a4..5fc9832 100644 --- a/i18n/sv.toml +++ b/i18n/sv.toml @@ -30,3 +30,6 @@ other = "En e-postadress krävs." [send] other = "Skicka" + +[taxonomyPageList] +other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”" \ No newline at end of file diff --git a/i18n/uk.toml b/i18n/uk.toml index 0aba054..cd87311 100644 --- a/i18n/uk.toml +++ b/i18n/uk.toml @@ -30,3 +30,6 @@ other = "Електронна пошта обов'язкова" [send] other = "Надіслати" + +[taxonomyPageList] +other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”" \ No newline at end of file diff --git a/i18n/zh.toml b/i18n/zh.toml index fe2c5b7..65ce598 100644 --- a/i18n/zh.toml +++ b/i18n/zh.toml @@ -30,3 +30,6 @@ other = "需要电子邮件地址。" [send] other = "发送" + +[taxonomyPageList] +other = "标签为“{{ .Title }}”的页面如下" \ No newline at end of file diff --git a/layouts/_default/taxonomy.html b/layouts/_default/taxonomy.html index e2d1505..1dc0ff2 100644 --- a/layouts/_default/taxonomy.html +++ b/layouts/_default/taxonomy.html @@ -1,7 +1,7 @@ {{ define "main" }}