UNPKG

4.96 kBJavaScriptView Raw
1export default {
2 "locale": "mai",
3 "long": {
4 "year": {
5 "previous": "बीतल बरख",
6 "current": "एहि बरख",
7 "next": "अगिला बरख",
8 "past": "{0} बरख पहिले",
9 "future": "{0} बरख मे"
10 },
11 "quarter": {
12 "previous": "बीतल तिमाही",
13 "current": "एहि तिमाही",
14 "next": "अगिला तिमाही",
15 "past": "{0} तिमाही पहिले",
16 "future": "{0} तिमाही मे"
17 },
18 "month": {
19 "previous": "बीतल माह",
20 "current": "एहि माह",
21 "next": "अगिला माह",
22 "past": "{0} माह पहिले",
23 "future": "{0} माह मे"
24 },
25 "week": {
26 "previous": "बीतल सप्ताह",
27 "current": "एहि सप्ताह",
28 "next": "अगिला सप्ताह",
29 "past": "{0} सप्ताह पहिले",
30 "future": "{0} सप्ताह मे"
31 },
32 "day": {
33 "previous": "काल्हिक दिन",
34 "current": "आजुक दिन",
35 "next": "काल्हिक दिन",
36 "past": "{0} दिन मे",
37 "future": "{0} दिन मे"
38 },
39 "hour": {
40 "current": "एहि घंटा",
41 "past": "{0} घंटा पहिले",
42 "future": "{0} घंटा मे"
43 },
44 "minute": {
45 "current": "एहि मिनट",
46 "past": "{0} मिनट पहिले",
47 "future": "{0} मिनट मे"
48 },
49 "second": {
50 "current": "एहि समय",
51 "past": "{0} सेकेंड पहिले",
52 "future": "{0} सेकेंड मे"
53 }
54 },
55 "short": {
56 "year": {
57 "previous": "बीतल बरख",
58 "current": "एहि बरख",
59 "next": "अगिला बरख",
60 "past": "{0} बरख पहिले",
61 "future": "{0} बरख मे"
62 },
63 "quarter": {
64 "previous": "बीतल तिमाही",
65 "current": "एहि तिमाही",
66 "next": "अगिला तिमाही",
67 "past": "{0} तिमाही पहिले",
68 "future": "{0} तिमाही मे"
69 },
70 "month": {
71 "previous": "बीतल माह",
72 "current": "एहि माह",
73 "next": "अगिला माह",
74 "past": "{0} माह पहिले",
75 "future": "{0} माह मे"
76 },
77 "week": {
78 "previous": "बीतल सप्ताह",
79 "current": "एहि सप्ताह",
80 "next": "अगिला सप्ताह",
81 "past": "{0} सप्ताह पहिले",
82 "future": "{0} सप्ताह मे"
83 },
84 "day": {
85 "previous": "बीतल काल्हि",
86 "current": "आजुक दिन",
87 "next": "आबय वला काल्हि",
88 "past": "{0}दिन पहिले",
89 "future": "{0} दिन मे"
90 },
91 "hour": {
92 "current": "एहि घंटा",
93 "past": "{0} घंटा पहिले",
94 "future": "{0} घंटा मे"
95 },
96 "minute": {
97 "current": "एहि मिनट",
98 "past": "{0} मिनट पहिले",
99 "future": "{0} मिनट मे"
100 },
101 "second": {
102 "current": "एहि समय",
103 "past": "{0} सेकेंड पहिले",
104 "future": "{0} सेकेंड मे"
105 }
106 },
107 "narrow": {
108 "year": {
109 "previous": "बीतल बरख",
110 "current": "एहि बरख",
111 "next": "अगिला बरख",
112 "past": "{0}बरख पहिले",
113 "future": "{0}बरख मे"
114 },
115 "quarter": {
116 "previous": "बीतल तिमाही",
117 "current": "एहि तिमाही",
118 "next": "अगिला तिमाही",
119 "past": "{0} तिमाही पहिले",
120 "future": "{0} तिमाही मे"
121 },
122 "month": {
123 "previous": "बीतल माह",
124 "current": "एहि माह",
125 "next": "अगिला माह",
126 "past": "{0}माह पहिले",
127 "future": "{0}माह मे"
128 },
129 "week": {
130 "previous": "बीतल सप्ताह",
131 "current": "एहि सप्ताह",
132 "next": "अगिला सप्ताह",
133 "past": "{0} सप्ताह पहिले",
134 "future": "{0} सप्ताह मे"
135 },
136 "day": {
137 "previous": "बीतल काल्हि",
138 "current": "आजुक दिन",
139 "next": "आबय वला काल्हि",
140 "past": "{0}दिन पहिले",
141 "future": "{0} दिन मे"
142 },
143 "hour": {
144 "current": "एहि घंटा",
145 "past": "{0} घंटा पहिले",
146 "future": "{0} घंटा मे"
147 },
148 "minute": {
149 "current": "एहि मिनट",
150 "past": "{0} मिनट पहिले",
151 "future": "{0} मिनट मे"
152 },
153 "second": {
154 "current": "एहि समय",
155 "past": "{0} सेकेंड पहिले",
156 "future": "{0} सेकेंड मे"
157 }
158 }
159}
\No newline at end of file