Files
hugo-theme-stack/i18n/hi.toml
T
JimmyandGitHub 3a0d70ebbd feat(i18n): add i18n support for Markdown alert (#1269)
* docs: add blockquote with custom alert title

* feat: add alert types to i18n and update blockquote rendering

* fix: wrong translation key

* feat: add alert title translation for all supported languages

Done by AI
2026-02-18 20:07:59 +01:00

55 lines
1.7 KiB
TOML

toggleMenu = "मेनू टॉगल करें"
darkMode = "डार्क मोड"
[list]
section = "अनुभाग"
[list.page]
one = "{{ .Count }} पेज"
other = "{{ .Count }} पेज"
[list.subsection]
one = "उपधारा"
other = "उपखंड"
[article]
back = "पीछे"
tableOfContents = "विषयसूची"
relatedContent = "संबंधित सामग्री"
lastUpdatedOn = "अंतिम बार अपडेट किया गया"
[article.readingTime]
one = "{{ .Count }} मिनट पढ़ें"
other = "{{ .Count }} मिनट पढ़ें"
[article.alert]
note = "नोट"
tip = "सलाह"
important = "महत्वपूर्ण"
warning = "चेतावनी"
caution = "सावधानी"
[notFound]
title = "404 नहीं मिला।"
subtitle = "यह पृष्ठ मौजूद नहीं है।"
[widget]
[widget.archives]
title = "अभिलेखागार"
more = "अधिक"
[widget.tagCloud]
title = "टैग"
[widget.categoriesCloud]
title = "श्रेणियाँ"
[search]
title = "खोज"
placeholder = "कुछ लिखें..."
resultTitle = "#PAGES_COUNT पेज (#TIME_SECONDS सेकंड)"
[footer]
builtWith = "निर्मित {{ .Generator }} के साथ"
designedBy = "थीम {{ .Theme }} द्वारा डिज़ाइन किया गया {{ .DesignedBy }}"