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

hi.toml « i18n - github.com/hossainemruz/toha.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3cf581d42265e82fdc398b8b8a7d787a1ec90c89 (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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
# More documentation here: https://github.com/nicksnyder/go-i18n
[home]
other = "होम"

[posts]
other = "पोस्ट"

[toc_heading]
other = "विषयसूची"

[at]
other = "अन्य"

[resume]
other = "बायोडाटा"

[navigation]
other = "पथ प्रदर्शन"

[contact_me]
other = "मुझसे संपर्क करो:"

[email]
other = "ईमेल"

[phone]
other = "फ़ोन"

[newsletter_text]
other = "ईमेल अधिसूचना से अवगत रहें"
 
[newsletter_input_placeholder]
other = "ईमेल दर्ज करें"

[newsletter_warning]
other = "हम आपके ईमेल को कभी भी किसी और के साथ साझा नहीं करेंगे"

[submit]
other = "जमा करें"

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

[prev]
other = "पिछला"

[next]
other = "आगे"

[improve_this_page]
other = "इस पृष्ठ को सुधारें"

[out_of]
other = "में से बाहर"

[publications]
other = "प्रकाशन"

[taken_courses]
other = "पाठ्यक्रम लिया"

[course_name]
other = "कोर्स का नाम"

[total_credit]
other = "कुल क्रेडिट"

[obtained_credit]
other = "श्रेय प्राप्त किया"

[extracurricular_activities]
other = "अतिरिक्त पाठयक्रम गतिविधियों"

[show_more]
other = "और देखें"

[show_less]
other = "कम दिखाएं"

# [responsibilities]
# other = "Responsibilities:"

# [present]
# other = "Present"

# [comments_javascript]
# other = "Please enable JavaScript to view the"

# [comments_by]
# other = "comments powered by"

# [read]
# other = "Read"

# [project_star]
# other = "Star"

# [project_details]
# other = "Details"

# [err_404]
# other = "The page you are looking for is not there yet."