UNPKG

1.59 kBJavaScriptView Raw
1export default {
2 "locale": "hi",
3 "style": "narrow",
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 "previous-2": "परसों",
35 "current": "आज",
36 "next": "आने वाला कल",
37 "next-2": "परसों",
38 "past": "{0} दिन पहले",
39 "future": "{0} दिन में"
40 },
41 "hour": {
42 "current": "यह घंटा",
43 "past": "{0} घं॰ पहले",
44 "future": "{0} घं॰ में"
45 },
46 "minute": {
47 "current": "यह मिनट",
48 "past": "{0} मि॰ पहले",
49 "future": "{0} मि॰ में"
50 },
51 "second": {
52 "current": "अब",
53 "past": "{0} से॰ पहले",
54 "future": "{0} से॰ में"
55 }
56}
\No newline at end of file