Use plural translation keys for taxonomies (#620)

This commit is contained in:
Alphonse Mariya
2021-12-26 19:18:00 +01:00
committed by GitHub
parent 0b430ece67
commit d14dd837ec
33 changed files with 229 additions and 263 deletions

View File

@@ -1,11 +1,17 @@
[category]
other = "فئة"
[categories]
one = "فئة"
[tag]
other = "وَسم"
[tags]
one = "وَسم"
[series]
other = "سلسلة"
one = "سلسلة"
[authors]
one = "الكاتب"
[posts]
other = "المنشورات"
[reading_time]
other = "تستغرق {{ .Count }} د"
@@ -22,11 +28,5 @@ other = "بإمكانك العودة إلى <a href=\"{{ . }}\">homepage</a>."
[powered_by]
other = "بواسطة"
[author]
other = "الكاتب"
[see_also]
other = "انظر أيضاً"
[posts]
other = "المنشورات"

View File

@@ -1,14 +1,14 @@
[category]
other = "বিভাগ"
[categories]
one = "বিভাগ"
[tag]
other = "ট্যাগ"
[tags]
one = "ট্যাগ"
[series]
other = "সিরিজ"
one = "সিরিজ"
[author]
other = "লেখক"
[authors]
one = "লেখক"
[posts]
other = "সব পোস্ট"

View File

@@ -1,11 +1,15 @@
[category]
other = "kategorie"
[categories]
one = "kategorie"
[tag]
other = "tag"
[tags]
one = "tag"
[series]
other = "série"
one = "série"
[authors]
[posts]
[reading_time]
other = "Délka čtení: {{ .Count }}"

View File

@@ -1,22 +1,17 @@
[category]
other = "Kategorie"
[categories]
one = "Kategorie"
other = "Kategorien"
[tag]
other = "Tag"
[tags]
one = "Tag"
other = "Tags"
[series]
other = "Serie"
[author]
other = "Autor"
one = "Serie"
other = "Serien"
[authors]
one = "Autor"
other = "Autoren"
[posts]

View File

@@ -1,22 +1,17 @@
[category]
other = "category"
[categories]
one = "category"
other = "categories"
[tag]
other = "tag"
[tags]
one = "tag"
other = "tags"
[series]
one = "series"
other = "series"
[author]
other = "author"
[authors]
one = "author"
other = "authors"
[posts]

View File

@@ -1,22 +1,17 @@
[category]
other = "categoría"
[categories]
one = "categoría"
other = "categorías"
[tag]
other = "etiqueta"
[tags]
one = "etiqueta"
other = "etiquetas"
[series]
other = "serie"
[author]
other = "autor"
one = "serie"
other = "series"
[authors]
one = "autor"
other = "autores"
[posts]

View File

@@ -1,14 +1,17 @@
[category]
other = "kategoria"
[categories]
one = "kategoria"
[tag]
other = "merkki"
[tags]
one = "merkki"
[series]
other = "sarja"
one = "sarja"
[author]
other = "Kirjoittaja"
[authors]
one = "Kirjoittaja"
[posts]
other = "Artikkelit"
[reading_time]
one = "Yksi lukuminuutti"
@@ -28,6 +31,3 @@ other = "Tarjoaa"
[see_also]
other = "Katso myös"
[posts]
other = "Artikkelit"

View File

@@ -1,14 +1,21 @@
[category]
other = "catégorie"
[categories]
one = "catégorie"
other = "catégories"
[tag]
other = "tag"
[tags]
one = "tag"
other = "tags"
[series]
one = "série"
other = "séries"
[author]
other = "auteur"
[authors]
one = "auteur"
other = "auteurs"
[posts]
other = "articles"
[reading_time]
one = "Une minute de lecture"
@@ -28,6 +35,3 @@ other = "Propulsé par"
[see_also]
other = "Voir aussi dans"
[posts]
other = "Articles"

View File

@@ -1,14 +1,17 @@
[category]
other = "קטגוריה"
[categories]
one = "קטגוריה"
[tag]
other = "תגית"
[tags]
one = "תגית"
[series]
other = "סדרה"
one = "סדרה"
[author]
other = "סופר"
[authors]
one = "סופר"
[posts]
other = "פוסטים"
[reading_time]
one = "דקה אחת לקרוא"
@@ -28,7 +31,3 @@ other = "מופעל על ידי"
[see_also]
other = "רואה עוד ב"
[posts]
other = "פוסטים"

View File

@@ -1,14 +1,17 @@
[category]
other = "श्रेणी"
[categories]
one = "श्रेणी"
[tag]
other = "टैग"
[tags]
one = "टैग"
[series]
other = "श्रृंखला"
one = "श्रृंखला"
[author]
other = "लेखक"
[authors]
one = "लेखक"
[posts]
other = "सामग्री"
[reading_time]
one = "एक पढ़ने का समय"
@@ -28,6 +31,3 @@ other = "द्वारा संचालित"
[see_also]
other = "यह भी देखें"
[posts]
other = "सामग्री"

View File

@@ -1,14 +1,14 @@
[category]
other = "Kategória"
[categories]
one = "Kategória"
[tag]
other = "Címke"
[tags]
one = "Címke"
[series]
other = "Sorozat"
one = "Sorozat"
[author]
other = "Szerző"
[authors]
one = "Szerző"
[posts]
other = "Írások"

View File

@@ -1,14 +1,14 @@
[category]
other = "kategori"
[categories]
one = "kategori"
[tag]
other = "label"
[tags]
one = "label"
[series]
other = "seri"
one = "seri"
[author]
other = "penulis"
[authors]
one = "penulis"
[posts]
other = "artikel"

View File

@@ -1,14 +1,18 @@
[category]
other = "categoria"
[categories]
one = "categoria"
other = "categorie"
[tag]
other = "tag"
[tags]
one = "tag"
other = "tags"
[series]
one = "serie"
other = "serie"
[author]
other = "autore"
[authors]
one = "autore"
other = "autori"
[posts]
other = "post"

View File

@@ -1,14 +1,14 @@
[category]
other = "カテゴリー"
[categories]
one = "カテゴリー"
[tag]
other = "タグ"
[tags]
one = "タグ"
[series]
other = "シリーズ"
one = "シリーズ"
[author]
other = "筆者"
[authors]
one = "筆者"
[posts]
other = "記事"

View File

@@ -1,14 +1,14 @@
[category]
other = "카테고리"
[categories]
one = "카테고리"
[tag]
other = "태그"
[tags]
one = "태그"
[series]
other = "시리즈"
one = "시리즈"
[author]
other = "저자"
[authors]
one = "저자"
[posts]
other = "포스트"

View File

@@ -1,11 +1,15 @@
[category]
other = "kategori"
[categories]
one = "kategori"
[tag]
other = "teg"
[tags]
one = "teg"
[series]
other = "siri"
one = "siri"
[authors]
[posts]
[reading_time]
one = "Bacaan 1 minit"

View File

@@ -1,14 +1,14 @@
[category]
other = "Categorie"
[categories]
one = "Categorie"
[tag]
other = "Label"
[tags]
one = "Label"
[series]
other = "Serie"
one = "Serie"
[author]
other = "Auteur"
[authors]
one = "Auteur"
[posts]
other = "Berichten"

View File

@@ -1,14 +1,17 @@
[category]
other = "वर्ग"
[categories]
one = "वर्ग"
[tag]
other = "ट्याग"
[tags]
one = "ट्याग"
[series]
other = "श्रृंखला"
one = "श्रृंखला"
[author]
other = "लेखक"
[authors]
one = "लेखक"
[posts]
other = "सामग्री"
[reading_time]
one = "एक मिनेट पढाई"
@@ -28,6 +31,3 @@ other = "द्वारा संचालित"
[see_also]
other = "यो पनि हेर्नुहोस।"
[posts]
other = "सामग्री"

View File

@@ -1,22 +1,17 @@
[category]
other = "kategoria"
[categories]
one = "kategoria"
other = "kategorie"
[tag]
other = "tag"
[tags]
one = "tag"
other = "tagi"
[series]
one = "seria"
other = "seria"
[author]
other = "autor(ka)"
[authors]
one = "autor(ka)"
other = "autorzy"
[posts]

View File

@@ -1,22 +1,17 @@
[category]
other = "categoria"
[categories]
one = "categoria"
other = "categorias"
[tag]
other = "etiqueta"
[tags]
one = "etiqueta"
other = "etiquetas"
[series]
one = "séries"
other = "séries"
[autor]
other = "autor"
[authors]
one = "autor"
other = "autores"
[posts]

View File

@@ -1,22 +1,17 @@
[category]
other = "categorie"
[categories]
one = "categorie"
other = "categorii"
[tag]
other = "etichetă"
[tags]
one = "etichetă"
other = "etichete"
[series]
one = "serie"
other = "serie"
[author]
other = "autor"
[authors]
one = "autor"
other = "autori"
[posts]

View File

@@ -1,11 +1,17 @@
[category]
other = "категория"
[categories]
one = "категория"
[tag]
other = "тэг"
[tags]
one = "тэг"
[series]
other = "серии"
one = "серии"
[authors]
one = "автор"
[posts]
other = "статьи"
[reading_time]
one = "Читать одну минуту"
@@ -24,11 +30,5 @@ other = "Можете вернуться обратно на <a href=\"{{ . }}\"
[powered_by]
other = "Работает на"
[author]
other = "автор"
[posts]
other = "статьи"
[see_also]
other = "Также смотреть"

View File

@@ -1,22 +1,17 @@
[category]
other = "Kategori"
[categories]
one = "Kategori"
other = "Katgorier"
[tag]
other = "Tagg"
[tags]
one = "Tagg"
other = "Taggar"
[series]
one = "Serie"
other = "Serie"
[author]
other = "Författare"
[authors]
one = "Författare"
other = "Författare"
[posts]

View File

@@ -1,14 +1,17 @@
[posts]
other = "články"
[categories]
one = "kategória"
[category]
other = "kategória"
[tag]
other = "téma"
[tags]
one = "téma"
[series]
other = "diel"
one = "diel"
[authors]
one = "autor"
[posts]
other = "články"
[reading_time]
one = "Prečítate si za minútu"
@@ -28,8 +31,5 @@ other = "Späť na <a href=\"{{ . }}\">domácu stránku</a>."
[see_also]
other = "Pozrite tiež"
[author]
other = "autor"
[powered_by]
other = "Táto stránka bola vytvorená cez"

View File

@@ -1,22 +1,17 @@
[category]
other = "kategori"
[categories]
one = "kategori"
other = "kategoritë"
[tag]
other = "shenjim"
[tags]
one = "shenjim"
other = "shenjuesat"
[series]
one = "seritë"
other = "seritë"
[author]
other = "autori"
[authors]
one = "autori"
other = "autorë"
[posts]

View File

@@ -1,14 +1,17 @@
[category]
other = "kategori"
[categories]
one = "kategori"
[tag]
other = "tag"
[tags]
one = "tag"
[series]
other = "dizi"
one = "dizi"
[author]
other = "yazar"
[authors]
one = "yazar"
[posts]
other = "Gönderiler"
[reading_time]
one = "Bir dakikalık okuma"
@@ -28,6 +31,3 @@ other = "Site program altyapısı"
[see_also]
other = "Ayrıca bakınız"
[posts]
other = "Gönderiler"

View File

@@ -1,22 +1,17 @@
[category]
other = "分类"
[categories]
one = "分类"
other = "分类"
[tag]
other = "标签"
[tags]
one = "标签"
other = "标签"
[series]
one = "系列"
other = "系列"
[author]
other = "作者"
[authors]
one = "作者"
other = "作者"
[posts]

View File

@@ -1,14 +1,17 @@
[category]
other = "分類"
[categories]
one = "分類"
[tag]
other = "標籤"
[tags]
one = "標籤"
[series]
other = "系列"
one = "系列"
[author]
other = "作者"
[authors]
one = "作者"
[posts]
other = "文章"
[reading_time]
one = "閱讀時間 1 分鐘"
@@ -28,6 +31,3 @@ other = "技術支援"
[see_also]
other = "參見"
[posts]
other = "文章"

View File

@@ -1,10 +1,9 @@
{{ define "title" }}
{{- if eq .Kind "term" -}}
{{- i18n .Data.Singular | title -}}
{{- i18n .Data.Plural 1 | title -}}
{{- print ": " -}}
{{- end -}}
{{- .Title }} · {{ .Site.Title -}}
{{- i18n (lower .Title) | default .Title | title }} · {{ .Site.Title -}}
{{ end }}
{{ define "content" }}
{{ partial "list.html" . }}

View File

@@ -1,10 +1,9 @@
{{ define "title" }}
{{- if eq .Kind "term" -}}
{{- i18n .Data.Singular | title -}}
{{- i18n .Data.Plural | title -}}
{{- print ": " -}}
{{- end -}}
{{- .Title }} · {{ .Site.Title -}}
{{- i18n (lower .Title) | default .Title | title }} · {{ .Site.Title -}}
{{ end }}
{{ define "content" }}
{{ partial "terms.html" . }}

View File

@@ -2,10 +2,9 @@
<h1 class="title">
<a class="title-link" href="{{ .Permalink | safeURL }}">
{{- if eq .Kind "term" -}}
{{- i18n .Data.Singular | title -}}
{{- i18n .Data.Plural 1 | title -}}
{{- print ": " -}}
{{- end -}}
{{- i18n (lower .Title) | default .Title | title -}}
</a>
</h1>

View File

@@ -2,10 +2,9 @@
<h1 class="title">
<a class="title-link" href="{{ .Permalink | safeURL }}">
{{- if eq .Kind "term" -}}
{{- i18n .Data.Singular | title -}}
{{- i18n .Data.Plural | title -}}
{{- print ": " -}}
{{- end -}}
{{- i18n (lower .Title) | default .Title | title -}}
</a>
</h1>