fix(i18n): add missing tags translations (#708)

This commit is contained in:
yuri
2025-06-15 11:29:43 +02:00
committed by GitHub
parent 7031718449
commit 05fd0129c2
27 changed files with 73 additions and 1 deletions

View File

@ -4,6 +4,10 @@ date: 2020-01-01
authors: authors:
- name: John Doe - name: John Doe
link: https://example.com/johndoe link: https://example.com/johndoe
tags:
- Markdown
- 示例
- 指南
excludeSearch: true excludeSearch: true
--- ---

View File

@ -1,6 +1,9 @@
--- ---
title: شروع کنید title: شروع کنید
weight: 1 weight: 1
tags:
- مستندات
- راهنما
next: /docs/guide next: /docs/guide
prev: /docs prev: /docs
--- ---

View File

@ -1,6 +1,9 @@
--- ---
title: はじめに title: はじめに
weight: 1 weight: 1
tags:
- ドキュメント
- ガイド
next: /docs/guide next: /docs/guide
prev: /docs prev: /docs
--- ---

View File

@ -1,6 +1,9 @@
--- ---
title: 入门指南 title: 入门指南
weight: 1 weight: 1
tags:
- 文档
- 指南
next: /docs/guide next: /docs/guide
prev: /docs prev: /docs
--- ---

View File

@ -212,6 +212,19 @@ params:
پارامتر `theme.displayToggle` به شما این امکان را می‌دهد که یک دکمه جابجایی برای تغییر حالت تم‌ها نمایش دهید. پارامتر `theme.displayToggle` به شما این امکان را می‌دهد که یک دکمه جابجایی برای تغییر حالت تم‌ها نمایش دهید.
وقتی روی `true` تنظیم شود، بازدیدکنندگان می‌توانند بین حالت روشن یا تیره جابه‌جا شوند و تنظیمات پیش‌فرض را نادیده بگیرند. وقتی روی `true` تنظیم شود، بازدیدکنندگان می‌توانند بین حالت روشن یا تیره جابه‌جا شوند و تنظیمات پیش‌فرض را نادیده بگیرند.
### برچسب‌ها
برای نمایش برچسب‌های صفحه، گزینه‌های زیر را در فایل پیکربندی تنظیم کنید:
```yaml {filename="hugo.yaml"}
params:
blog:
list:
displayTags: true
toc:
displayTags: true
```
### عرض صفحه ### عرض صفحه
عرض صفحه را می‌توان با پارامتر `params.page.width` در پرونده پیکربندی سفارشی کرد: عرض صفحه را می‌توان با پارامتر `params.page.width` در پرونده پیکربندی سفارشی کرد:

View File

@ -212,6 +212,19 @@ params:
`theme.displayToggle`パラメータを使用して、テーマを変更するためのトグルボタンを表示できます。 `theme.displayToggle`パラメータを使用して、テーマを変更するためのトグルボタンを表示できます。
`true`に設定すると、訪問者はデフォルト設定を上書きしてライトモードとダークモードを切り替えることができます。 `true`に設定すると、訪問者はデフォルト設定を上書きしてライトモードとダークモードを切り替えることができます。
### タグ
ページのタグを表示するには、設定ファイルで次のフラグを設定してください:
```yaml {filename="hugo.yaml"}
params:
blog:
list:
displayTags: true
toc:
displayTags: true
```
### ページ幅 ### ページ幅
ページの幅は、設定ファイルの`params.page.width`パラメータでカスタマイズできます: ページの幅は、設定ファイルの`params.page.width`パラメータでカスタマイズできます:

View File

@ -212,6 +212,19 @@ params:
`theme.displayToggle` 参数允许您显示一个切换按钮以更改主题。 `theme.displayToggle` 参数允许您显示一个切换按钮以更改主题。
当设置为 `true` 时,访问者可以在浅色或深色模式之间切换,覆盖默认设置。 当设置为 `true` 时,访问者可以在浅色或深色模式之间切换,覆盖默认设置。
### 标签
要显示页面标签,请在配置文件中设置以下标志:
```yaml {filename="hugo.yaml"}
params:
blog:
list:
displayTags: true
toc:
displayTags: true
```
### 页面宽度 ### 页面宽度
页面的宽度可以通过配置文件中的 `params.page.width` 参数进行自定义: 页面的宽度可以通过配置文件中的 `params.page.width` 参数进行自定义:

View File

@ -9,6 +9,7 @@ lastUpdated: "Naposledy změněno"
light: "Světlý" light: "Světlý"
noResultsFound: "Nebylo nic nalezeno." noResultsFound: "Nebylo nic nalezeno."
onThisPage: "Na této stránce" onThisPage: "Na této stránce"
tags: "Tagy"
poweredBy: "Powered by Hextra" poweredBy: "Powered by Hextra"
readMore: "Přečíst víc →" readMore: "Přečíst víc →"
searchPlaceholder: "Hledat..." searchPlaceholder: "Hledat..."

View File

@ -9,6 +9,7 @@ lastUpdated: "Zuletzt aktualisiert am"
light: "Hell" light: "Hell"
noResultsFound: "Keine Ergebnisse gefunden." noResultsFound: "Keine Ergebnisse gefunden."
onThisPage: "Auf dieser Seite" onThisPage: "Auf dieser Seite"
tags: "Schlagwörter"
poweredBy: "Unterstützt durch Hextra" poweredBy: "Unterstützt durch Hextra"
readMore: "Mehr lesen →" readMore: "Mehr lesen →"
searchPlaceholder: "Suchen..." searchPlaceholder: "Suchen..."

View File

@ -9,6 +9,7 @@ lastUpdated: "Last updated on"
light: "Light" light: "Light"
noResultsFound: "No results found." noResultsFound: "No results found."
onThisPage: "On this page" onThisPage: "On this page"
tags: "Tags"
poweredBy: "Powered by Hextra" poweredBy: "Powered by Hextra"
readMore: "Read more →" readMore: "Read more →"
searchPlaceholder: "Search..." searchPlaceholder: "Search..."

View File

@ -8,6 +8,7 @@ lastUpdated: "Última actualización"
light: "Claro" light: "Claro"
noResultsFound: "No hubo resultados." noResultsFound: "No hubo resultados."
onThisPage: "En esta página" onThisPage: "En esta página"
tags: "Etiquetas"
poweredBy: "Con tecnología de Hextra" poweredBy: "Con tecnología de Hextra"
readMore: "Leer más →" readMore: "Leer más →"
searchPlaceholder: "Buscar..." searchPlaceholder: "Buscar..."

View File

@ -9,6 +9,7 @@ lastUpdated: "آخرین به‌روزرسانی در"
light: "روشن" light: "روشن"
noResultsFound: "هیچ نتیجه‌ای پیدا نشد." noResultsFound: "هیچ نتیجه‌ای پیدا نشد."
onThisPage: "در این صفحه" onThisPage: "در این صفحه"
tags: "برچسب‌ها"
poweredBy: "طراحی شده توسط هگزترا" poweredBy: "طراحی شده توسط هگزترا"
readMore: "ادامه مطلب ←" readMore: "ادامه مطلب ←"
searchPlaceholder: "جستجو..." searchPlaceholder: "جستجو..."

View File

@ -8,6 +8,7 @@ lastUpdated: "Dernière modification"
light: "Clair" light: "Clair"
noResultsFound: "Pas de résultats trouvés" noResultsFound: "Pas de résultats trouvés"
onThisPage: "Sur cette page" onThisPage: "Sur cette page"
tags: "Étiquettes"
poweredBy: "Propulsé par Hextra" poweredBy: "Propulsé par Hextra"
readMore: "Lire plus →" readMore: "Lire plus →"
searchPlaceholder: "Rechercher..." searchPlaceholder: "Rechercher..."

View File

@ -9,6 +9,7 @@ lastUpdated: "עודכן לאחרונה ב"
light: "בהיר" light: "בהיר"
noResultsFound: "לא נמצאו תוצאות." noResultsFound: "לא נמצאו תוצאות."
onThisPage: "בעמוד זה" onThisPage: "בעמוד זה"
tags: "תגיות"
poweredBy: "Hextra מופעל על-ידי" poweredBy: "Hextra מופעל על-ידי"
readMore: "← קרא עוד" readMore: "← קרא עוד"
searchPlaceholder: "חיפוש..." searchPlaceholder: "חיפוש..."

View File

@ -8,6 +8,7 @@ lastUpdated: "最終更新日"
light: "ライト" light: "ライト"
noResultsFound: "結果が見つかりませんでした。" noResultsFound: "結果が見つかりませんでした。"
onThisPage: "このページの内容" onThisPage: "このページの内容"
tags: "タグ"
poweredBy: "提供元 Hextra" poweredBy: "提供元 Hextra"
readMore: "もっと読む →" readMore: "もっと読む →"
searchPlaceholder: "検索..." searchPlaceholder: "検索..."

View File

@ -8,6 +8,7 @@ lastUpdated: "마지막 수정일자"
light: "밝은 테마" light: "밝은 테마"
noResultsFound: "결과 없음" noResultsFound: "결과 없음"
onThisPage: "페이지 목차" onThisPage: "페이지 목차"
tags: "태그"
poweredBy: "제공 Hextra" poweredBy: "제공 Hextra"
readMore: "더보기 →" readMore: "더보기 →"
searchPlaceholder: "검색..." searchPlaceholder: "검색..."

View File

@ -8,6 +8,7 @@ lastUpdated: "Sist oppdatert"
light: "Lys" light: "Lys"
noResultsFound: "Fant ingen treff." noResultsFound: "Fant ingen treff."
onThisPage: "På denne siden" onThisPage: "På denne siden"
tags: "Stikkord"
poweredBy: "Powered by Hextra" poweredBy: "Powered by Hextra"
readMore: "Les mer →" readMore: "Les mer →"
searchPlaceholder: "Søk..." searchPlaceholder: "Søk..."

View File

@ -9,6 +9,7 @@ lastUpdated: "Laatst bijgewerkt op"
light: "Licht" light: "Licht"
noResultsFound: "Geen resultaten gevonden." noResultsFound: "Geen resultaten gevonden."
onThisPage: "Op deze pagina" onThisPage: "Op deze pagina"
tags: "Labels"
poweredBy: "Mogelijk gemaakt door Hextra" poweredBy: "Mogelijk gemaakt door Hextra"
readMore: "Lees meer →" readMore: "Lees meer →"
searchPlaceholder: "Zoeken..." searchPlaceholder: "Zoeken..."

View File

@ -8,6 +8,7 @@ lastUpdated: "Sist oppdatert"
light: "Ljos" light: "Ljos"
noResultsFound: "Fann ingen treff." noResultsFound: "Fann ingen treff."
onThisPage: "På denne sida" onThisPage: "På denne sida"
tags: "Stikkord"
poweredBy: "Powered by Hextra" poweredBy: "Powered by Hextra"
readMore: "Les meir →" readMore: "Les meir →"
searchPlaceholder: "Søk..." searchPlaceholder: "Søk..."

View File

@ -8,6 +8,7 @@ lastUpdated: "Última modificação"
light: "Claro" light: "Claro"
noResultsFound: "Nenhum resultado encontrado" noResultsFound: "Nenhum resultado encontrado"
onThisPage: "Nesta página" onThisPage: "Nesta página"
tags: "Etiquetas"
poweredBy: "Com a tecnologia de Hextra" poweredBy: "Com a tecnologia de Hextra"
readMore: "Ler mais →" readMore: "Ler mais →"
searchPlaceholder: "Procurar..." searchPlaceholder: "Procurar..."

View File

@ -9,6 +9,7 @@ lastUpdated: "Ultima actualizare la"
light: "Lumină" light: "Lumină"
noResultsFound: "Nici un rezultat găsit." noResultsFound: "Nici un rezultat găsit."
onThisPage: "Pe această pagină" onThisPage: "Pe această pagină"
tags: "Etichete"
poweredBy: "Susținut de Hextra" poweredBy: "Susținut de Hextra"
readMore: "Citește mai mult ←" readMore: "Citește mai mult ←"
searchPlaceholder: "Caută..." searchPlaceholder: "Caută..."

View File

@ -9,6 +9,7 @@ lastUpdated: 'Последнее обновление'
light: 'Светлая' light: 'Светлая'
noResultsFound: 'Ничего не найдено.' noResultsFound: 'Ничего не найдено.'
onThisPage: 'На этой странице' onThisPage: 'На этой странице'
tags: 'Теги'
poweredBy: 'При поддержке Hextra' poweredBy: 'При поддержке Hextra'
readMore: 'Читать далее →' readMore: 'Читать далее →'
searchPlaceholder: 'Поиск...' searchPlaceholder: 'Поиск...'

View File

@ -8,6 +8,7 @@ lastUpdated: "Ilisasishwa mwisho"
light: "Meupe" light: "Meupe"
noResultsFound: "Hakuna matokeo yalipopatikana." noResultsFound: "Hakuna matokeo yalipopatikana."
onThisPage: "Kwenye ukurasa huu" onThisPage: "Kwenye ukurasa huu"
tags: "Lebo"
poweredBy: "Inaendeshwa na Hextra" poweredBy: "Inaendeshwa na Hextra"
readMore: "Soma zaidi →" readMore: "Soma zaidi →"
searchPlaceholder: "Tafuta..." searchPlaceholder: "Tafuta..."

View File

@ -9,6 +9,7 @@ lastUpdated: "Востаннє оновлено"
light: "Світла" light: "Світла"
noResultsFound: "Не знайдено результатів" noResultsFound: "Не знайдено результатів"
onThisPage: "На цій сторінці" onThisPage: "На цій сторінці"
tags: "Теги"
poweredBy: "Працює завдяки Hextra" poweredBy: "Працює завдяки Hextra"
readMore: "Читати більше →" readMore: "Читати більше →"
searchPlaceholder: "Пошук..." searchPlaceholder: "Пошук..."

View File

@ -8,6 +8,7 @@ lastUpdated: "Lần cuối cập nhật lúc"
light: "Sáng" light: "Sáng"
noResultsFound: "Không tìm thấy kết quả." noResultsFound: "Không tìm thấy kết quả."
onThisPage: "Ở trang này" onThisPage: "Ở trang này"
tags: "Thẻ"
poweredBy: "Chạy bởi Hextra" poweredBy: "Chạy bởi Hextra"
readMore: "Đọc thêm →" readMore: "Đọc thêm →"
searchPlaceholder: "Tìm kiếm..." searchPlaceholder: "Tìm kiếm..."

View File

@ -8,6 +8,7 @@ lastUpdated: "最后更新于"
light: "浅色" light: "浅色"
noResultsFound: "无结果" noResultsFound: "无结果"
onThisPage: "此页上" onThisPage: "此页上"
tags: "标签"
poweredBy: "由 Hextra 驱动" poweredBy: "由 Hextra 驱动"
readMore: "更多 →" readMore: "更多 →"
searchPlaceholder: "搜索文档..." searchPlaceholder: "搜索文档..."

View File

@ -8,6 +8,7 @@ lastUpdated: "最後更新於"
light: "淺色" light: "淺色"
noResultsFound: "無結果" noResultsFound: "無結果"
onThisPage: "此頁上" onThisPage: "此頁上"
tags: "標籤"
poweredBy: "由 Hextra 驅動" poweredBy: "由 Hextra 驅動"
readMore: "更多 →" readMore: "更多 →"
searchPlaceholder: "搜尋文檔..." searchPlaceholder: "搜尋文檔..."