UNPKG

1.77 kBJavaScriptView Raw
1export default {
2 "locale": "hi",
3 "style": "short",
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": {
16 "one": "{0} तिमाही पहले",
17 "other": "{0} तिमाहियों पहले"
18 },
19 "future": {
20 "one": "{0} तिमाही में",
21 "other": "{0} तिमाहियों में"
22 }
23 },
24 "month": {
25 "previous": "पिछला माह",
26 "current": "इस माह",
27 "next": "अगला माह",
28 "past": "{0} माह पहले",
29 "future": "{0} माह में"
30 },
31 "week": {
32 "previous": "पिछला सप्ताह",
33 "current": "इस सप्ताह",
34 "next": "अगला सप्ताह",
35 "past": "{0} सप्ताह पहले",
36 "future": "{0} सप्ताह में"
37 },
38 "day": {
39 "previous": "बीता कल",
40 "previous-2": "परसों",
41 "current": "आज",
42 "next": "आने वाला कल",
43 "next-2": "परसों",
44 "past": "{0} दिन पहले",
45 "future": "{0} दिन में"
46 },
47 "hour": {
48 "current": "यह घंटा",
49 "past": "{0} घं॰ पहले",
50 "future": "{0} घं॰ में"
51 },
52 "minute": {
53 "current": "यह मिनट",
54 "past": "{0} मि॰ पहले",
55 "future": "{0} मि॰ में"
56 },
57 "second": {
58 "current": "अब",
59 "past": "{0} से॰ पहले",
60 "future": "{0} से॰ में"
61 }
62}
\No newline at end of file