Welcome to mirror list, hosted at ThFree Co, Russian Federation.

hi.toml « i18n - github.com/luizdepra/hugo-coder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 54cedf05296a4eff968eacb91acbed0b001a125c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
[categories]
one = "श्रेणी"
other = "श्रेणियाँ"

[tags]
one = "टैग"
other = "टैग्स"

[series]
one = "श्रृंखला"
other = "श्रृंखलाएँ"

[authors]
one = "लेखक"
other = "लेखक"

[posts]
other = "सामग्री"

[reading_time]
one = "पढ़ने में एक मिनट लगेगा"
other = "पढ़ने में {{ .Count }} मिनट लगेंगे"

[page_not_found]
other = "पृष्ठ नहीं मिला"

[page_does_not_exist]
other = "क्षमा करें, यह पृष्ठ मौजूद नहीं है।"

[head_back]
other = "आप <a href=\"{{ . }}\">मुखपृष्ठ</a> पर वापस आ सकते हैं।"

[licensed_under]
other = "लाइसेंस:"

[powered_by]
other = "संचालन:"

[see_also]
other = "यह भी देखें"

[note]
other = "नोट"

[tip]
other = "टिप्पणी"

[example]
other = "उदाहरण"

[question]
other = "प्रश्न"

[info]
other = "जानकारी"

[warning]
other = "चेतावनी"

[error]
other = "त्रुटि"