UNPKG

2.77 kBJavaScriptView Raw
1export default {
2 "locale": "mr",
3 "style": "narrow",
4 "year": {
5 "previous": "मागील वर्ष",
6 "current": "हे वर्ष",
7 "next": "पुढील वर्ष",
8 "past": {
9 "one": "{0} वर्षापूर्वी",
10 "other": "{0} वर्षांपूर्वी"
11 },
12 "future": {
13 "one": "येत्या {0} वर्षामध्ये",
14 "other": "येत्या {0} वर्षांमध्ये"
15 }
16 },
17 "quarter": {
18 "previous": "मागील तिमाही",
19 "current": "ही तिमाही",
20 "next": "पुढील तिमाही",
21 "past": {
22 "one": "{0} तिमाहीपूर्वी",
23 "other": "{0} तिमाहींपूर्वी"
24 },
25 "future": {
26 "one": "{0} तिमाहीमध्ये",
27 "other": "{0} तिमाहींमध्ये"
28 }
29 },
30 "month": {
31 "previous": "मागील महिना",
32 "current": "हा महिना",
33 "next": "पुढील महिना",
34 "past": {
35 "one": "{0} महिन्यापूर्वी",
36 "other": "{0} महिन्यांपूर्वी"
37 },
38 "future": {
39 "one": "{0} महिन्यामध्ये",
40 "other": "{0} महिन्यांमध्ये"
41 }
42 },
43 "week": {
44 "previous": "मागील आठवडा",
45 "current": "हा आठवडा",
46 "next": "पुढील आठवडा",
47 "past": {
48 "one": "{0} आठवड्यापूर्वी",
49 "other": "{0} आठवड्यांपूर्वी"
50 },
51 "future": {
52 "one": "येत्या {0} आठवड्यामध्ये",
53 "other": "येत्या {0} आठवड्यांमध्ये"
54 }
55 },
56 "day": {
57 "previous": "काल",
58 "current": "आज",
59 "next": "उद्या",
60 "past": {
61 "one": "{0} दिवसापूर्वी",
62 "other": "{0} दिवसांपूर्वी"
63 },
64 "future": {
65 "one": "{0} दिवसामध्ये",
66 "other": "{0} दिवसांमध्ये"
67 }
68 },
69 "hour": {
70 "current": "तासात",
71 "past": {
72 "one": "{0} तासापूर्वी",
73 "other": "{0} तासांपूर्वी"
74 },
75 "future": {
76 "one": "येत्या {0} तासामध्ये",
77 "other": "येत्या {0} तासांमध्ये"
78 }
79 },
80 "minute": {
81 "current": "या मिनिटात",
82 "past": "{0} मिनि. पूर्वी",
83 "future": "{0} मिनि. मध्ये"
84 },
85 "second": {
86 "current": "आत्ता",
87 "past": "{0} से. पूर्वी",
88 "future": {
89 "one": "{0} से. मध्ये",
90 "other": "येत्या {0} से. मध्ये"
91 }
92 }
93}
\No newline at end of file