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: 983daeccf67d38352d2ff16eefd0d3d63915df73 (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 = "categories"

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

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

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

[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 = "Licensed under"

[powered_by]
other = "द्वारा संचालित"

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

[note]
other = "note"

[tip]
other = "tip"

[example]
other = "example"

[question]
other = "question"

[info]
other = "info"

[warning]
other = "warning"

[error]
other = "error"