ソースを参照

Add translation for taxonomy page (#299)

tags/2.6.0
Zihang Ye 4年前
コミット
506175f56f
コミッターのメールアドレスに関連付けられたアカウントが存在しません
13個のファイルの変更37行の追加1行の削除
  1. 3
    0
      i18n/bg.toml
  2. 3
    0
      i18n/de.toml
  3. 3
    0
      i18n/en.toml
  4. 3
    0
      i18n/es.toml
  5. 3
    0
      i18n/fr.toml
  6. 3
    0
      i18n/it.toml
  7. 3
    0
      i18n/nl.toml
  8. 3
    0
      i18n/pt.toml
  9. 3
    0
      i18n/ru.toml
  10. 3
    0
      i18n/sv.toml
  11. 3
    0
      i18n/uk.toml
  12. 3
    0
      i18n/zh.toml
  13. 1
    1
      layouts/_default/taxonomy.html

+ 3
- 0
i18n/bg.toml ファイルの表示

@@ -30,3 +30,6 @@ other = "Задължително е да предоставите адрес н

[send]
other = "Изпрати"

[taxonomyPageList]
other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”"

+ 3
- 0
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 }}”"

+ 3
- 0
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 }}”"

+ 3
- 0
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 }}”"

+ 3
- 0
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 }}”"

+ 3
- 0
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 }}”"

+ 3
- 0
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 }}”"

+ 3
- 0
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 }}”"

+ 3
- 0
i18n/ru.toml ファイルの表示

@@ -30,3 +30,6 @@ other = "Требуется адрес электронной почты."

[send]
other = "трансмиссия"

[taxonomyPageList]
other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”"

+ 3
- 0
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 }}”"

+ 3
- 0
i18n/uk.toml ファイルの表示

@@ -30,3 +30,6 @@ other = "Електронна пошта обов'язкова"

[send]
other = "Надіслати"

[taxonomyPageList]
other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”"

+ 3
- 0
i18n/zh.toml ファイルの表示

@@ -30,3 +30,6 @@ other = "需要电子邮件地址。"

[send]
other = "发送"

[taxonomyPageList]
other = "标签为“{{ .Title }}”的页面如下"

+ 1
- 1
layouts/_default/taxonomy.html ファイルの表示

@@ -1,7 +1,7 @@
{{ define "main" }}
<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">
<p>Below you will find pages that utilize the taxonomy term “{{ .Title }}”</p>
<p>{{i18n "taxonomyPageList" .}}</p>
</div>
</article>
<div class="mw8 center">

読み込み中…
キャンセル
保存