* 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
55 lines
1.7 KiB
TOML
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 }}"
|