javascript-time-ago 2.5.7 → 2.5.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (83) hide show
  1. package/bundle/javascript-time-ago.js +1 -1
  2. package/bundle/javascript-time-ago.js.map +1 -1
  3. package/bundle/javascript-time-ago.min.js +1 -1
  4. package/bundle/javascript-time-ago.min.js.map +1 -1
  5. package/commonjs/TimeAgo.test.js.map +1 -1
  6. package/load-all-locales/index.cjs +8 -0
  7. package/load-all-locales/index.cjs.js +8 -0
  8. package/load-all-locales/index.js +16 -0
  9. package/locale/bgc/package.json +16 -0
  10. package/locale/bgc.json +159 -0
  11. package/locale/bgc.json.d.ts +4 -0
  12. package/locale/bgc.json.js +159 -0
  13. package/locale/brx.json +66 -66
  14. package/locale/brx.json.js +66 -66
  15. package/locale/cv/package.json +16 -0
  16. package/locale/cv.json +159 -0
  17. package/locale/cv.json.d.ts +4 -0
  18. package/locale/cv.json.js +159 -0
  19. package/locale/dsb.json +6 -6
  20. package/locale/dsb.json.js +6 -6
  21. package/locale/en-AU.json +1 -1
  22. package/locale/en-AU.json.js +1 -1
  23. package/locale/en-CA.json +2 -8
  24. package/locale/en-CA.json.js +2 -8
  25. package/locale/en.json +16 -28
  26. package/locale/en.json.js +16 -28
  27. package/locale/eo/package.json +16 -0
  28. package/locale/eo.json +275 -0
  29. package/locale/eo.json.d.ts +4 -0
  30. package/locale/eo.json.js +275 -0
  31. package/locale/fa.json +2 -2
  32. package/locale/fa.json.js +2 -2
  33. package/locale/ff-Adlm.json +4 -4
  34. package/locale/ff-Adlm.json.js +4 -4
  35. package/locale/fil.json +52 -175
  36. package/locale/fil.json.js +52 -175
  37. package/locale/ga.json +21 -7
  38. package/locale/ga.json.js +21 -7
  39. package/locale/hi-Latn.json +75 -78
  40. package/locale/hi-Latn.json.js +75 -78
  41. package/locale/hu.json +6 -6
  42. package/locale/hu.json.js +6 -6
  43. package/locale/ks/package.json +16 -0
  44. package/locale/ks.json +159 -0
  45. package/locale/ks.json.d.ts +4 -0
  46. package/locale/ks.json.js +159 -0
  47. package/locale/mai/package.json +16 -0
  48. package/locale/mai.json +159 -0
  49. package/locale/mai.json.d.ts +4 -0
  50. package/locale/mai.json.js +159 -0
  51. package/locale/mi/package.json +16 -0
  52. package/locale/mi.json +159 -0
  53. package/locale/mi.json.d.ts +4 -0
  54. package/locale/mi.json.js +159 -0
  55. package/locale/mk.json +2 -2
  56. package/locale/mk.json.js +2 -2
  57. package/locale/mt.json +176 -55
  58. package/locale/mt.json.js +176 -55
  59. package/locale/nl.json +4 -16
  60. package/locale/nl.json.js +4 -16
  61. package/locale/or.json +1 -4
  62. package/locale/or.json.js +1 -4
  63. package/locale/raj/package.json +16 -0
  64. package/locale/raj.json +159 -0
  65. package/locale/raj.json.d.ts +4 -0
  66. package/locale/raj.json.js +159 -0
  67. package/locale/sr-Cyrl-BA.json +19 -19
  68. package/locale/sr-Cyrl-BA.json.js +19 -19
  69. package/locale/sr-Latn-BA.json +19 -19
  70. package/locale/sr-Latn-BA.json.js +19 -19
  71. package/locale/uk.json +1 -4
  72. package/locale/uk.json.js +1 -4
  73. package/locale/xh/package.json +16 -0
  74. package/locale/xh.json +159 -0
  75. package/locale/xh.json.d.ts +4 -0
  76. package/locale/xh.json.js +159 -0
  77. package/locale-more-styles/eo/long-time.json +30 -0
  78. package/locale-more-styles/eo/mini.json +9 -0
  79. package/locale-more-styles/eo/now.json +7 -0
  80. package/locale-more-styles/eo/short-time.json +9 -0
  81. package/modules/TimeAgo.test.js +1 -1
  82. package/modules/TimeAgo.test.js.map +1 -1
  83. package/package.json +67 -2
package/locale/hu.json CHANGED
@@ -113,7 +113,7 @@
113
113
  "previous": "előző év",
114
114
  "current": "ez az év",
115
115
  "next": "következő év",
116
- "past": "{0} évvel ezelőtt",
116
+ "past": "{0} éve",
117
117
  "future": "{0} év múlva"
118
118
  },
119
119
  "quarter": {
@@ -127,14 +127,14 @@
127
127
  "previous": "előző hónap",
128
128
  "current": "ez a hónap",
129
129
  "next": "következő hónap",
130
- "past": "{0} hónappal ezelőtt",
130
+ "past": "{0} hónapja",
131
131
  "future": "{0} hónap múlva"
132
132
  },
133
133
  "week": {
134
134
  "previous": "előző hét",
135
135
  "current": "ez a hét",
136
136
  "next": "következő hét",
137
- "past": "{0} héttel ezelőtt",
137
+ "past": "{0} hete",
138
138
  "future": "{0} hét múlva"
139
139
  },
140
140
  "day": {
@@ -148,17 +148,17 @@
148
148
  },
149
149
  "hour": {
150
150
  "current": "ebben az órában",
151
- "past": "{0} órával ezelőtt",
151
+ "past": "{0} órája",
152
152
  "future": "{0} óra múlva"
153
153
  },
154
154
  "minute": {
155
155
  "current": "ebben a percben",
156
- "past": "{0} perccel ezelőtt",
156
+ "past": "{0} perce",
157
157
  "future": "{0} perc múlva"
158
158
  },
159
159
  "second": {
160
160
  "current": "most",
161
- "past": "{0} másodperccel ezelőtt",
161
+ "past": "{0} m.perce",
162
162
  "future": "{0} másodperc múlva"
163
163
  }
164
164
  }
package/locale/hu.json.js CHANGED
@@ -113,7 +113,7 @@ export default {
113
113
  "previous": "előző év",
114
114
  "current": "ez az év",
115
115
  "next": "következő év",
116
- "past": "{0} évvel ezelőtt",
116
+ "past": "{0} éve",
117
117
  "future": "{0} év múlva"
118
118
  },
119
119
  "quarter": {
@@ -127,14 +127,14 @@ export default {
127
127
  "previous": "előző hónap",
128
128
  "current": "ez a hónap",
129
129
  "next": "következő hónap",
130
- "past": "{0} hónappal ezelőtt",
130
+ "past": "{0} hónapja",
131
131
  "future": "{0} hónap múlva"
132
132
  },
133
133
  "week": {
134
134
  "previous": "előző hét",
135
135
  "current": "ez a hét",
136
136
  "next": "következő hét",
137
- "past": "{0} héttel ezelőtt",
137
+ "past": "{0} hete",
138
138
  "future": "{0} hét múlva"
139
139
  },
140
140
  "day": {
@@ -148,17 +148,17 @@ export default {
148
148
  },
149
149
  "hour": {
150
150
  "current": "ebben az órában",
151
- "past": "{0} órával ezelőtt",
151
+ "past": "{0} órája",
152
152
  "future": "{0} óra múlva"
153
153
  },
154
154
  "minute": {
155
155
  "current": "ebben a percben",
156
- "past": "{0} perccel ezelőtt",
156
+ "past": "{0} perce",
157
157
  "future": "{0} perc múlva"
158
158
  },
159
159
  "second": {
160
160
  "current": "most",
161
- "past": "{0} másodperccel ezelőtt",
161
+ "past": "{0} m.perce",
162
162
  "future": "{0} másodperc múlva"
163
163
  }
164
164
  }
@@ -0,0 +1,16 @@
1
+ {
2
+ "private": true,
3
+ "name": "javascript-time-ago/locale/ks",
4
+ "main": "../ks.json",
5
+ "module": "../ks.json.js",
6
+ "types": "../ks.json.d.ts",
7
+ "type": "module",
8
+ "exports": {
9
+ ".": {
10
+ "types": "../ks.json.d.ts",
11
+ "import": "../ks.json.js",
12
+ "require": "../ks.json"
13
+ }
14
+ },
15
+ "sideEffects": false
16
+ }
package/locale/ks.json ADDED
@@ -0,0 +1,159 @@
1
+ {
2
+ "locale": "ks",
3
+ "long": {
4
+ "year": {
5
+ "previous": "پٔتِم ؤری",
6
+ "current": "یٕہ ؤری",
7
+ "next": "نو ؤری",
8
+ "past": "-{0} y",
9
+ "future": "+{0} y"
10
+ },
11
+ "quarter": {
12
+ "previous": "last quarter",
13
+ "current": "this quarter",
14
+ "next": "next quarter",
15
+ "past": "-{0} Q",
16
+ "future": "+{0} Q"
17
+ },
18
+ "month": {
19
+ "previous": "پٔتِم ریتھۍ",
20
+ "current": "یٕہ ریتھۍ",
21
+ "next": "نو ریتھۍ",
22
+ "past": "-{0} m",
23
+ "future": "+{0} m"
24
+ },
25
+ "week": {
26
+ "previous": "پٔتِم ہفتہ",
27
+ "current": "یٕہ ہفتہ",
28
+ "next": "نو ہفتہ",
29
+ "past": "-{0} w",
30
+ "future": "+{0} w"
31
+ },
32
+ "day": {
33
+ "previous": "راتھ",
34
+ "current": "اَز",
35
+ "next": "پگاہ",
36
+ "past": "-{0} d",
37
+ "future": "+{0} d"
38
+ },
39
+ "hour": {
40
+ "current": "this hour",
41
+ "past": "-{0} h",
42
+ "future": "+{0} h"
43
+ },
44
+ "minute": {
45
+ "current": "this minute",
46
+ "past": "-{0} min",
47
+ "future": "+{0} min"
48
+ },
49
+ "second": {
50
+ "current": "now",
51
+ "past": "-{0} s",
52
+ "future": "+{0} s"
53
+ }
54
+ },
55
+ "short": {
56
+ "year": {
57
+ "previous": "پٔتِم ؤری",
58
+ "current": "یٕہ ؤری",
59
+ "next": "نو ؤری",
60
+ "past": "-{0} y",
61
+ "future": "+{0} y"
62
+ },
63
+ "quarter": {
64
+ "previous": "last quarter",
65
+ "current": "this quarter",
66
+ "next": "next quarter",
67
+ "past": "-{0} Q",
68
+ "future": "+{0} Q"
69
+ },
70
+ "month": {
71
+ "previous": "پٔتِم ریتھۍ",
72
+ "current": "یٕہ ریتھۍ",
73
+ "next": "نو ریتھۍ",
74
+ "past": "-{0} m",
75
+ "future": "+{0} m"
76
+ },
77
+ "week": {
78
+ "previous": "پٔتِم ہفتہ",
79
+ "current": "یٕہ ہفتہ",
80
+ "next": "نو ہفتہ",
81
+ "past": "-{0} w",
82
+ "future": "+{0} w"
83
+ },
84
+ "day": {
85
+ "previous": "راتھ",
86
+ "current": "اَز",
87
+ "next": "پگاہ",
88
+ "past": "-{0} d",
89
+ "future": "+{0} d"
90
+ },
91
+ "hour": {
92
+ "current": "this hour",
93
+ "past": "-{0} h",
94
+ "future": "+{0} h"
95
+ },
96
+ "minute": {
97
+ "current": "this minute",
98
+ "past": "-{0} min",
99
+ "future": "+{0} min"
100
+ },
101
+ "second": {
102
+ "current": "now",
103
+ "past": "-{0} s",
104
+ "future": "+{0} s"
105
+ }
106
+ },
107
+ "narrow": {
108
+ "year": {
109
+ "previous": "پٔتِم ؤری",
110
+ "current": "یٕہ ؤری",
111
+ "next": "نو ؤری",
112
+ "past": "-{0} y",
113
+ "future": "+{0} y"
114
+ },
115
+ "quarter": {
116
+ "previous": "last quarter",
117
+ "current": "this quarter",
118
+ "next": "next quarter",
119
+ "past": "-{0} Q",
120
+ "future": "+{0} Q"
121
+ },
122
+ "month": {
123
+ "previous": "پٔتِم ریتھۍ",
124
+ "current": "یٕہ ریتھۍ",
125
+ "next": "نو ریتھۍ",
126
+ "past": "-{0} m",
127
+ "future": "+{0} m"
128
+ },
129
+ "week": {
130
+ "previous": "پٔتِم ہفتہ",
131
+ "current": "یٕہ ہفتہ",
132
+ "next": "نو ہفتہ",
133
+ "past": "-{0} w",
134
+ "future": "+{0} w"
135
+ },
136
+ "day": {
137
+ "previous": "راتھ",
138
+ "current": "اَز",
139
+ "next": "پگاہ",
140
+ "past": "-{0} d",
141
+ "future": "+{0} d"
142
+ },
143
+ "hour": {
144
+ "current": "this hour",
145
+ "past": "-{0} h",
146
+ "future": "+{0} h"
147
+ },
148
+ "minute": {
149
+ "current": "this minute",
150
+ "past": "-{0} min",
151
+ "future": "+{0} min"
152
+ },
153
+ "second": {
154
+ "current": "now",
155
+ "past": "-{0} s",
156
+ "future": "+{0} s"
157
+ }
158
+ }
159
+ }
@@ -0,0 +1,4 @@
1
+ import { LocaleData } from '../index';
2
+
3
+ declare const localeData: LocaleData;
4
+ export default localeData;
@@ -0,0 +1,159 @@
1
+ export default {
2
+ "locale": "ks",
3
+ "long": {
4
+ "year": {
5
+ "previous": "پٔتِم ؤری",
6
+ "current": "یٕہ ؤری",
7
+ "next": "نو ؤری",
8
+ "past": "-{0} y",
9
+ "future": "+{0} y"
10
+ },
11
+ "quarter": {
12
+ "previous": "last quarter",
13
+ "current": "this quarter",
14
+ "next": "next quarter",
15
+ "past": "-{0} Q",
16
+ "future": "+{0} Q"
17
+ },
18
+ "month": {
19
+ "previous": "پٔتِم ریتھۍ",
20
+ "current": "یٕہ ریتھۍ",
21
+ "next": "نو ریتھۍ",
22
+ "past": "-{0} m",
23
+ "future": "+{0} m"
24
+ },
25
+ "week": {
26
+ "previous": "پٔتِم ہفتہ",
27
+ "current": "یٕہ ہفتہ",
28
+ "next": "نو ہفتہ",
29
+ "past": "-{0} w",
30
+ "future": "+{0} w"
31
+ },
32
+ "day": {
33
+ "previous": "راتھ",
34
+ "current": "اَز",
35
+ "next": "پگاہ",
36
+ "past": "-{0} d",
37
+ "future": "+{0} d"
38
+ },
39
+ "hour": {
40
+ "current": "this hour",
41
+ "past": "-{0} h",
42
+ "future": "+{0} h"
43
+ },
44
+ "minute": {
45
+ "current": "this minute",
46
+ "past": "-{0} min",
47
+ "future": "+{0} min"
48
+ },
49
+ "second": {
50
+ "current": "now",
51
+ "past": "-{0} s",
52
+ "future": "+{0} s"
53
+ }
54
+ },
55
+ "short": {
56
+ "year": {
57
+ "previous": "پٔتِم ؤری",
58
+ "current": "یٕہ ؤری",
59
+ "next": "نو ؤری",
60
+ "past": "-{0} y",
61
+ "future": "+{0} y"
62
+ },
63
+ "quarter": {
64
+ "previous": "last quarter",
65
+ "current": "this quarter",
66
+ "next": "next quarter",
67
+ "past": "-{0} Q",
68
+ "future": "+{0} Q"
69
+ },
70
+ "month": {
71
+ "previous": "پٔتِم ریتھۍ",
72
+ "current": "یٕہ ریتھۍ",
73
+ "next": "نو ریتھۍ",
74
+ "past": "-{0} m",
75
+ "future": "+{0} m"
76
+ },
77
+ "week": {
78
+ "previous": "پٔتِم ہفتہ",
79
+ "current": "یٕہ ہفتہ",
80
+ "next": "نو ہفتہ",
81
+ "past": "-{0} w",
82
+ "future": "+{0} w"
83
+ },
84
+ "day": {
85
+ "previous": "راتھ",
86
+ "current": "اَز",
87
+ "next": "پگاہ",
88
+ "past": "-{0} d",
89
+ "future": "+{0} d"
90
+ },
91
+ "hour": {
92
+ "current": "this hour",
93
+ "past": "-{0} h",
94
+ "future": "+{0} h"
95
+ },
96
+ "minute": {
97
+ "current": "this minute",
98
+ "past": "-{0} min",
99
+ "future": "+{0} min"
100
+ },
101
+ "second": {
102
+ "current": "now",
103
+ "past": "-{0} s",
104
+ "future": "+{0} s"
105
+ }
106
+ },
107
+ "narrow": {
108
+ "year": {
109
+ "previous": "پٔتِم ؤری",
110
+ "current": "یٕہ ؤری",
111
+ "next": "نو ؤری",
112
+ "past": "-{0} y",
113
+ "future": "+{0} y"
114
+ },
115
+ "quarter": {
116
+ "previous": "last quarter",
117
+ "current": "this quarter",
118
+ "next": "next quarter",
119
+ "past": "-{0} Q",
120
+ "future": "+{0} Q"
121
+ },
122
+ "month": {
123
+ "previous": "پٔتِم ریتھۍ",
124
+ "current": "یٕہ ریتھۍ",
125
+ "next": "نو ریتھۍ",
126
+ "past": "-{0} m",
127
+ "future": "+{0} m"
128
+ },
129
+ "week": {
130
+ "previous": "پٔتِم ہفتہ",
131
+ "current": "یٕہ ہفتہ",
132
+ "next": "نو ہفتہ",
133
+ "past": "-{0} w",
134
+ "future": "+{0} w"
135
+ },
136
+ "day": {
137
+ "previous": "راتھ",
138
+ "current": "اَز",
139
+ "next": "پگاہ",
140
+ "past": "-{0} d",
141
+ "future": "+{0} d"
142
+ },
143
+ "hour": {
144
+ "current": "this hour",
145
+ "past": "-{0} h",
146
+ "future": "+{0} h"
147
+ },
148
+ "minute": {
149
+ "current": "this minute",
150
+ "past": "-{0} min",
151
+ "future": "+{0} min"
152
+ },
153
+ "second": {
154
+ "current": "now",
155
+ "past": "-{0} s",
156
+ "future": "+{0} s"
157
+ }
158
+ }
159
+ }
@@ -0,0 +1,16 @@
1
+ {
2
+ "private": true,
3
+ "name": "javascript-time-ago/locale/mai",
4
+ "main": "../mai.json",
5
+ "module": "../mai.json.js",
6
+ "types": "../mai.json.d.ts",
7
+ "type": "module",
8
+ "exports": {
9
+ ".": {
10
+ "types": "../mai.json.d.ts",
11
+ "import": "../mai.json.js",
12
+ "require": "../mai.json"
13
+ }
14
+ },
15
+ "sideEffects": false
16
+ }
@@ -0,0 +1,159 @@
1
+ {
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
+ }
@@ -0,0 +1,4 @@
1
+ import { LocaleData } from '../index';
2
+
3
+ declare const localeData: LocaleData;
4
+ export default localeData;