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.
- package/bundle/javascript-time-ago.js +1 -1
- package/bundle/javascript-time-ago.js.map +1 -1
- package/bundle/javascript-time-ago.min.js +1 -1
- package/bundle/javascript-time-ago.min.js.map +1 -1
- package/commonjs/TimeAgo.test.js.map +1 -1
- package/load-all-locales/index.cjs +8 -0
- package/load-all-locales/index.cjs.js +8 -0
- package/load-all-locales/index.js +16 -0
- package/locale/bgc/package.json +16 -0
- package/locale/bgc.json +159 -0
- package/locale/bgc.json.d.ts +4 -0
- package/locale/bgc.json.js +159 -0
- package/locale/brx.json +66 -66
- package/locale/brx.json.js +66 -66
- package/locale/cv/package.json +16 -0
- package/locale/cv.json +159 -0
- package/locale/cv.json.d.ts +4 -0
- package/locale/cv.json.js +159 -0
- package/locale/dsb.json +6 -6
- package/locale/dsb.json.js +6 -6
- package/locale/en-AU.json +1 -1
- package/locale/en-AU.json.js +1 -1
- package/locale/en-CA.json +2 -8
- package/locale/en-CA.json.js +2 -8
- package/locale/en.json +16 -28
- package/locale/en.json.js +16 -28
- package/locale/eo/package.json +16 -0
- package/locale/eo.json +275 -0
- package/locale/eo.json.d.ts +4 -0
- package/locale/eo.json.js +275 -0
- package/locale/fa.json +2 -2
- package/locale/fa.json.js +2 -2
- package/locale/ff-Adlm.json +4 -4
- package/locale/ff-Adlm.json.js +4 -4
- package/locale/fil.json +52 -175
- package/locale/fil.json.js +52 -175
- package/locale/ga.json +21 -7
- package/locale/ga.json.js +21 -7
- package/locale/hi-Latn.json +75 -78
- package/locale/hi-Latn.json.js +75 -78
- package/locale/hu.json +6 -6
- package/locale/hu.json.js +6 -6
- package/locale/ks/package.json +16 -0
- package/locale/ks.json +159 -0
- package/locale/ks.json.d.ts +4 -0
- package/locale/ks.json.js +159 -0
- package/locale/mai/package.json +16 -0
- package/locale/mai.json +159 -0
- package/locale/mai.json.d.ts +4 -0
- package/locale/mai.json.js +159 -0
- package/locale/mi/package.json +16 -0
- package/locale/mi.json +159 -0
- package/locale/mi.json.d.ts +4 -0
- package/locale/mi.json.js +159 -0
- package/locale/mk.json +2 -2
- package/locale/mk.json.js +2 -2
- package/locale/mt.json +176 -55
- package/locale/mt.json.js +176 -55
- package/locale/nl.json +4 -16
- package/locale/nl.json.js +4 -16
- package/locale/or.json +1 -4
- package/locale/or.json.js +1 -4
- package/locale/raj/package.json +16 -0
- package/locale/raj.json +159 -0
- package/locale/raj.json.d.ts +4 -0
- package/locale/raj.json.js +159 -0
- package/locale/sr-Cyrl-BA.json +19 -19
- package/locale/sr-Cyrl-BA.json.js +19 -19
- package/locale/sr-Latn-BA.json +19 -19
- package/locale/sr-Latn-BA.json.js +19 -19
- package/locale/uk.json +1 -4
- package/locale/uk.json.js +1 -4
- package/locale/xh/package.json +16 -0
- package/locale/xh.json +159 -0
- package/locale/xh.json.d.ts +4 -0
- package/locale/xh.json.js +159 -0
- package/locale-more-styles/eo/long-time.json +30 -0
- package/locale-more-styles/eo/mini.json +9 -0
- package/locale-more-styles/eo/now.json +7 -0
- package/locale-more-styles/eo/short-time.json +9 -0
- package/modules/TimeAgo.test.js +1 -1
- package/modules/TimeAgo.test.js.map +1 -1
- package/package.json +67 -2
package/locale/ga.json
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"other": "{0} bliain ó shin"
|
|
14
14
|
},
|
|
15
15
|
"future": {
|
|
16
|
-
"one": "i gceann {0}
|
|
16
|
+
"one": "i gceann {0} bliana",
|
|
17
17
|
"two": "i gceann {0} bhliain",
|
|
18
18
|
"few": "i gceann {0} bliana",
|
|
19
19
|
"many": "i gceann {0} mbliana",
|
|
@@ -55,6 +55,7 @@
|
|
|
55
55
|
"other": "{0} seachtain ó shin"
|
|
56
56
|
},
|
|
57
57
|
"future": {
|
|
58
|
+
"one": "i gceann {0} seachtaine",
|
|
58
59
|
"two": "i gceann {0} sheachtain",
|
|
59
60
|
"few": "i gceann {0} seachtaine",
|
|
60
61
|
"many": "i gceann {0} seachtaine",
|
|
@@ -73,11 +74,11 @@
|
|
|
73
74
|
"hour": {
|
|
74
75
|
"current": "an uair seo",
|
|
75
76
|
"past": {
|
|
76
|
-
"many": "{0} n-
|
|
77
|
+
"many": "{0} n-uair an chloig ó shin",
|
|
77
78
|
"other": "{0} uair an chloig ó shin"
|
|
78
79
|
},
|
|
79
80
|
"future": {
|
|
80
|
-
"many": "i gceann {0} n-
|
|
81
|
+
"many": "i gceann {0} n-uair an chloig",
|
|
81
82
|
"other": "i gceann {0} uair an chloig"
|
|
82
83
|
}
|
|
83
84
|
},
|
|
@@ -135,7 +136,7 @@
|
|
|
135
136
|
"other": "{0} mí ó shin"
|
|
136
137
|
},
|
|
137
138
|
"future": {
|
|
138
|
-
"one": "i gceann {0}
|
|
139
|
+
"one": "i gceann {0} míosa",
|
|
139
140
|
"two": "i gceann {0} mhí",
|
|
140
141
|
"few": "i gceann {0} mhí",
|
|
141
142
|
"other": "i gceann {0} mí"
|
|
@@ -145,9 +146,14 @@
|
|
|
145
146
|
"previous": "an tscht. seo caite",
|
|
146
147
|
"current": "an tscht. seo",
|
|
147
148
|
"next": "an tscht. seo chugainn",
|
|
148
|
-
"past":
|
|
149
|
+
"past": {
|
|
150
|
+
"two": "{0} shcht. ó shin",
|
|
151
|
+
"few": "{0} shcht. ó shin",
|
|
152
|
+
"other": "{0} scht. ó shin"
|
|
153
|
+
},
|
|
149
154
|
"future": {
|
|
150
155
|
"two": "i gceann {0} shcht.",
|
|
156
|
+
"few": "i gceann {0} shcht.",
|
|
151
157
|
"other": "i gceann {0} scht."
|
|
152
158
|
}
|
|
153
159
|
},
|
|
@@ -238,8 +244,16 @@
|
|
|
238
244
|
"previous": "an tscht. seo caite",
|
|
239
245
|
"current": "an tscht. seo",
|
|
240
246
|
"next": "an tscht. seo chugainn",
|
|
241
|
-
"past":
|
|
242
|
-
|
|
247
|
+
"past": {
|
|
248
|
+
"two": "{0} shcht. ó shin",
|
|
249
|
+
"few": "{0} shcht. ó shin",
|
|
250
|
+
"other": "-{0} scht."
|
|
251
|
+
},
|
|
252
|
+
"future": {
|
|
253
|
+
"two": "i gceann {0} shcht.",
|
|
254
|
+
"few": "i gceann {0} shcht.",
|
|
255
|
+
"other": "+{0} scht."
|
|
256
|
+
}
|
|
243
257
|
},
|
|
244
258
|
"day": {
|
|
245
259
|
"previous": "inné",
|
package/locale/ga.json.js
CHANGED
|
@@ -13,7 +13,7 @@ export default {
|
|
|
13
13
|
"other": "{0} bliain ó shin"
|
|
14
14
|
},
|
|
15
15
|
"future": {
|
|
16
|
-
"one": "i gceann {0}
|
|
16
|
+
"one": "i gceann {0} bliana",
|
|
17
17
|
"two": "i gceann {0} bhliain",
|
|
18
18
|
"few": "i gceann {0} bliana",
|
|
19
19
|
"many": "i gceann {0} mbliana",
|
|
@@ -55,6 +55,7 @@ export default {
|
|
|
55
55
|
"other": "{0} seachtain ó shin"
|
|
56
56
|
},
|
|
57
57
|
"future": {
|
|
58
|
+
"one": "i gceann {0} seachtaine",
|
|
58
59
|
"two": "i gceann {0} sheachtain",
|
|
59
60
|
"few": "i gceann {0} seachtaine",
|
|
60
61
|
"many": "i gceann {0} seachtaine",
|
|
@@ -73,11 +74,11 @@ export default {
|
|
|
73
74
|
"hour": {
|
|
74
75
|
"current": "an uair seo",
|
|
75
76
|
"past": {
|
|
76
|
-
"many": "{0} n-
|
|
77
|
+
"many": "{0} n-uair an chloig ó shin",
|
|
77
78
|
"other": "{0} uair an chloig ó shin"
|
|
78
79
|
},
|
|
79
80
|
"future": {
|
|
80
|
-
"many": "i gceann {0} n-
|
|
81
|
+
"many": "i gceann {0} n-uair an chloig",
|
|
81
82
|
"other": "i gceann {0} uair an chloig"
|
|
82
83
|
}
|
|
83
84
|
},
|
|
@@ -135,7 +136,7 @@ export default {
|
|
|
135
136
|
"other": "{0} mí ó shin"
|
|
136
137
|
},
|
|
137
138
|
"future": {
|
|
138
|
-
"one": "i gceann {0}
|
|
139
|
+
"one": "i gceann {0} míosa",
|
|
139
140
|
"two": "i gceann {0} mhí",
|
|
140
141
|
"few": "i gceann {0} mhí",
|
|
141
142
|
"other": "i gceann {0} mí"
|
|
@@ -145,9 +146,14 @@ export default {
|
|
|
145
146
|
"previous": "an tscht. seo caite",
|
|
146
147
|
"current": "an tscht. seo",
|
|
147
148
|
"next": "an tscht. seo chugainn",
|
|
148
|
-
"past":
|
|
149
|
+
"past": {
|
|
150
|
+
"two": "{0} shcht. ó shin",
|
|
151
|
+
"few": "{0} shcht. ó shin",
|
|
152
|
+
"other": "{0} scht. ó shin"
|
|
153
|
+
},
|
|
149
154
|
"future": {
|
|
150
155
|
"two": "i gceann {0} shcht.",
|
|
156
|
+
"few": "i gceann {0} shcht.",
|
|
151
157
|
"other": "i gceann {0} scht."
|
|
152
158
|
}
|
|
153
159
|
},
|
|
@@ -238,8 +244,16 @@ export default {
|
|
|
238
244
|
"previous": "an tscht. seo caite",
|
|
239
245
|
"current": "an tscht. seo",
|
|
240
246
|
"next": "an tscht. seo chugainn",
|
|
241
|
-
"past":
|
|
242
|
-
|
|
247
|
+
"past": {
|
|
248
|
+
"two": "{0} shcht. ó shin",
|
|
249
|
+
"few": "{0} shcht. ó shin",
|
|
250
|
+
"other": "-{0} scht."
|
|
251
|
+
},
|
|
252
|
+
"future": {
|
|
253
|
+
"two": "i gceann {0} shcht.",
|
|
254
|
+
"few": "i gceann {0} shcht.",
|
|
255
|
+
"other": "+{0} scht."
|
|
256
|
+
}
|
|
243
257
|
},
|
|
244
258
|
"day": {
|
|
245
259
|
"previous": "inné",
|
package/locale/hi-Latn.json
CHANGED
|
@@ -5,28 +5,28 @@
|
|
|
5
5
|
"previous": "pichhla saal",
|
|
6
6
|
"current": "is saal",
|
|
7
7
|
"next": "agla saal",
|
|
8
|
-
"past": "{0} saal
|
|
8
|
+
"past": "{0} saal pahle",
|
|
9
9
|
"future": "{0} saal mein"
|
|
10
10
|
},
|
|
11
11
|
"quarter": {
|
|
12
12
|
"previous": "last quarter",
|
|
13
|
-
"current": "
|
|
13
|
+
"current": "is quarter",
|
|
14
14
|
"next": "next quarter",
|
|
15
15
|
"past": {
|
|
16
|
-
"one": "{0} quarter
|
|
17
|
-
"other": "{0} quarters
|
|
16
|
+
"one": "{0} quarter pahle",
|
|
17
|
+
"other": "{0} quarters pahle"
|
|
18
18
|
},
|
|
19
19
|
"future": {
|
|
20
|
-
"one": "
|
|
21
|
-
"other": "
|
|
20
|
+
"one": "{0} quarter mein",
|
|
21
|
+
"other": "{0} quarters mein"
|
|
22
22
|
}
|
|
23
23
|
},
|
|
24
24
|
"month": {
|
|
25
|
-
"previous": "pichhla
|
|
26
|
-
"current": "
|
|
27
|
-
"next": "agla
|
|
28
|
-
"past": "{0}
|
|
29
|
-
"future": "{0}
|
|
25
|
+
"previous": "pichhla maheena",
|
|
26
|
+
"current": "yah maheena",
|
|
27
|
+
"next": "agla maheena",
|
|
28
|
+
"past": "{0} maheene pahle",
|
|
29
|
+
"future": "{0} maheene mein"
|
|
30
30
|
},
|
|
31
31
|
"week": {
|
|
32
32
|
"previous": "pichhla hafta",
|
|
@@ -45,49 +45,55 @@
|
|
|
45
45
|
"future": "{0} din mein"
|
|
46
46
|
},
|
|
47
47
|
"hour": {
|
|
48
|
-
"current": "
|
|
49
|
-
"past": "{0} ghante
|
|
48
|
+
"current": "yah ghanta",
|
|
49
|
+
"past": "{0} ghante pahle",
|
|
50
50
|
"future": "{0} ghante mein"
|
|
51
51
|
},
|
|
52
52
|
"minute": {
|
|
53
|
-
"current": "
|
|
54
|
-
"past": "{0} minute
|
|
53
|
+
"current": "yah minute",
|
|
54
|
+
"past": "{0} minute pahle",
|
|
55
55
|
"future": "{0} minute mein"
|
|
56
56
|
},
|
|
57
57
|
"second": {
|
|
58
58
|
"current": "abhi",
|
|
59
|
-
"past": "{0} second
|
|
59
|
+
"past": "{0} second pahle",
|
|
60
60
|
"future": "{0} second mein"
|
|
61
61
|
}
|
|
62
62
|
},
|
|
63
63
|
"short": {
|
|
64
64
|
"year": {
|
|
65
|
-
"previous": "last yr",
|
|
66
|
-
"current": "
|
|
67
|
-
"next": "next yr",
|
|
68
|
-
"past": "{0} yr
|
|
69
|
-
"future": "
|
|
65
|
+
"previous": "last yr.",
|
|
66
|
+
"current": "is yr.",
|
|
67
|
+
"next": "next yr.",
|
|
68
|
+
"past": "{0} yr. pahle",
|
|
69
|
+
"future": "{0} yr. mein"
|
|
70
70
|
},
|
|
71
71
|
"quarter": {
|
|
72
72
|
"previous": "last qtr.",
|
|
73
73
|
"current": "this qtr.",
|
|
74
74
|
"next": "next qtr.",
|
|
75
|
-
"past":
|
|
76
|
-
|
|
75
|
+
"past": {
|
|
76
|
+
"one": "{0} qtr. pahle",
|
|
77
|
+
"other": "{0} qtrs. pahle"
|
|
78
|
+
},
|
|
79
|
+
"future": {
|
|
80
|
+
"one": "{0} qtr. mein",
|
|
81
|
+
"other": "{0} qtrs. mein"
|
|
82
|
+
}
|
|
77
83
|
},
|
|
78
84
|
"month": {
|
|
79
85
|
"previous": "last mo",
|
|
80
|
-
"current": "
|
|
86
|
+
"current": "is mo",
|
|
81
87
|
"next": "next mo",
|
|
82
|
-
"past": "{0} mo
|
|
83
|
-
"future": "
|
|
88
|
+
"past": "{0} mo. pahle",
|
|
89
|
+
"future": "{0} mo. mein"
|
|
84
90
|
},
|
|
85
91
|
"week": {
|
|
86
|
-
"previous": "last wk",
|
|
87
|
-
"current": "
|
|
88
|
-
"next": "next wk",
|
|
89
|
-
"past": "{0} wk
|
|
90
|
-
"future": "
|
|
92
|
+
"previous": "last wk.",
|
|
93
|
+
"current": "is wk.",
|
|
94
|
+
"next": "next wk.",
|
|
95
|
+
"past": "{0} wk. pahle",
|
|
96
|
+
"future": "{0} wk. mein"
|
|
91
97
|
},
|
|
92
98
|
"day": {
|
|
93
99
|
"previous": "kal",
|
|
@@ -95,59 +101,56 @@
|
|
|
95
101
|
"current": "aaj",
|
|
96
102
|
"next": "aane wala kal",
|
|
97
103
|
"next-2": "aane wala parson",
|
|
98
|
-
"past": {
|
|
99
|
-
|
|
100
|
-
"other": "{0} days ago"
|
|
101
|
-
},
|
|
102
|
-
"future": {
|
|
103
|
-
"one": "in {0} day",
|
|
104
|
-
"other": "in {0} days"
|
|
105
|
-
}
|
|
104
|
+
"past": "{0} din pahle",
|
|
105
|
+
"future": "{0} din mein"
|
|
106
106
|
},
|
|
107
107
|
"hour": {
|
|
108
|
-
"current": "
|
|
109
|
-
"past":
|
|
110
|
-
|
|
108
|
+
"current": "yah ghanta",
|
|
109
|
+
"past": {
|
|
110
|
+
"one": "{0} hr pahle",
|
|
111
|
+
"other": "{0} hr mein"
|
|
112
|
+
},
|
|
113
|
+
"future": "{0} hr mein"
|
|
111
114
|
},
|
|
112
115
|
"minute": {
|
|
113
|
-
"current": "
|
|
114
|
-
"past": "{0} min
|
|
115
|
-
"future": "
|
|
116
|
+
"current": "yah minute",
|
|
117
|
+
"past": "{0} min. pahle",
|
|
118
|
+
"future": "{0} min. mein"
|
|
116
119
|
},
|
|
117
120
|
"second": {
|
|
118
121
|
"current": "now",
|
|
119
|
-
"past": "{0} sec
|
|
120
|
-
"future": "
|
|
122
|
+
"past": "{0} sec. pahle",
|
|
123
|
+
"future": "{0} sec. mein"
|
|
121
124
|
}
|
|
122
125
|
},
|
|
123
126
|
"narrow": {
|
|
124
127
|
"year": {
|
|
125
|
-
"previous": "last yr",
|
|
126
|
-
"current": "
|
|
127
|
-
"next": "next yr",
|
|
128
|
-
"past": "{0}
|
|
129
|
-
"future": "
|
|
128
|
+
"previous": "last yr.",
|
|
129
|
+
"current": "is yr.",
|
|
130
|
+
"next": "next yr.",
|
|
131
|
+
"past": "{0}y pahle",
|
|
132
|
+
"future": "{0}y mein"
|
|
130
133
|
},
|
|
131
134
|
"quarter": {
|
|
132
135
|
"previous": "last qtr.",
|
|
133
136
|
"current": "this qtr.",
|
|
134
137
|
"next": "next qtr.",
|
|
135
|
-
"past": "{0}
|
|
136
|
-
"future": "
|
|
138
|
+
"past": "{0}q pahle",
|
|
139
|
+
"future": "{0}q mein"
|
|
137
140
|
},
|
|
138
141
|
"month": {
|
|
139
|
-
"previous": "last mo",
|
|
140
|
-
"current": "
|
|
141
|
-
"next": "next mo",
|
|
142
|
-
"past": "{0}
|
|
143
|
-
"future": "
|
|
142
|
+
"previous": "last mo.",
|
|
143
|
+
"current": "is mo.",
|
|
144
|
+
"next": "next mo.",
|
|
145
|
+
"past": "{0}mo pahle",
|
|
146
|
+
"future": "{0}mo mein"
|
|
144
147
|
},
|
|
145
148
|
"week": {
|
|
146
149
|
"previous": "last wk",
|
|
147
|
-
"current": "
|
|
150
|
+
"current": "is wk",
|
|
148
151
|
"next": "next wk",
|
|
149
|
-
"past": "{0}
|
|
150
|
-
"future": "
|
|
152
|
+
"past": "{0}w pahle",
|
|
153
|
+
"future": "{0}w mein"
|
|
151
154
|
},
|
|
152
155
|
"day": {
|
|
153
156
|
"previous": "kal",
|
|
@@ -155,29 +158,23 @@
|
|
|
155
158
|
"current": "aaj",
|
|
156
159
|
"next": "aane wala kal",
|
|
157
160
|
"next-2": "aane wala parson",
|
|
158
|
-
"past": {
|
|
159
|
-
|
|
160
|
-
"other": "{0} days ago"
|
|
161
|
-
},
|
|
162
|
-
"future": {
|
|
163
|
-
"one": "in {0} day",
|
|
164
|
-
"other": "in {0} days"
|
|
165
|
-
}
|
|
161
|
+
"past": "{0} din pahle",
|
|
162
|
+
"future": "{0} din mein"
|
|
166
163
|
},
|
|
167
164
|
"hour": {
|
|
168
|
-
"current": "
|
|
169
|
-
"past": "{0}
|
|
170
|
-
"future": "
|
|
165
|
+
"current": "yah ghanta",
|
|
166
|
+
"past": "{0}hr pahle",
|
|
167
|
+
"future": "{0}hr mein"
|
|
171
168
|
},
|
|
172
169
|
"minute": {
|
|
173
|
-
"current": "
|
|
174
|
-
"past": "{0} min
|
|
175
|
-
"future": "
|
|
170
|
+
"current": "yah minute",
|
|
171
|
+
"past": "{0} min. pahle",
|
|
172
|
+
"future": "{0} min. mein"
|
|
176
173
|
},
|
|
177
174
|
"second": {
|
|
178
175
|
"current": "now",
|
|
179
|
-
"past": "{0}
|
|
180
|
-
"future": "
|
|
176
|
+
"past": "{0}s pahle",
|
|
177
|
+
"future": "{0}s mein"
|
|
181
178
|
}
|
|
182
179
|
}
|
|
183
180
|
}
|
package/locale/hi-Latn.json.js
CHANGED
|
@@ -5,28 +5,28 @@ export default {
|
|
|
5
5
|
"previous": "pichhla saal",
|
|
6
6
|
"current": "is saal",
|
|
7
7
|
"next": "agla saal",
|
|
8
|
-
"past": "{0} saal
|
|
8
|
+
"past": "{0} saal pahle",
|
|
9
9
|
"future": "{0} saal mein"
|
|
10
10
|
},
|
|
11
11
|
"quarter": {
|
|
12
12
|
"previous": "last quarter",
|
|
13
|
-
"current": "
|
|
13
|
+
"current": "is quarter",
|
|
14
14
|
"next": "next quarter",
|
|
15
15
|
"past": {
|
|
16
|
-
"one": "{0} quarter
|
|
17
|
-
"other": "{0} quarters
|
|
16
|
+
"one": "{0} quarter pahle",
|
|
17
|
+
"other": "{0} quarters pahle"
|
|
18
18
|
},
|
|
19
19
|
"future": {
|
|
20
|
-
"one": "
|
|
21
|
-
"other": "
|
|
20
|
+
"one": "{0} quarter mein",
|
|
21
|
+
"other": "{0} quarters mein"
|
|
22
22
|
}
|
|
23
23
|
},
|
|
24
24
|
"month": {
|
|
25
|
-
"previous": "pichhla
|
|
26
|
-
"current": "
|
|
27
|
-
"next": "agla
|
|
28
|
-
"past": "{0}
|
|
29
|
-
"future": "{0}
|
|
25
|
+
"previous": "pichhla maheena",
|
|
26
|
+
"current": "yah maheena",
|
|
27
|
+
"next": "agla maheena",
|
|
28
|
+
"past": "{0} maheene pahle",
|
|
29
|
+
"future": "{0} maheene mein"
|
|
30
30
|
},
|
|
31
31
|
"week": {
|
|
32
32
|
"previous": "pichhla hafta",
|
|
@@ -45,49 +45,55 @@ export default {
|
|
|
45
45
|
"future": "{0} din mein"
|
|
46
46
|
},
|
|
47
47
|
"hour": {
|
|
48
|
-
"current": "
|
|
49
|
-
"past": "{0} ghante
|
|
48
|
+
"current": "yah ghanta",
|
|
49
|
+
"past": "{0} ghante pahle",
|
|
50
50
|
"future": "{0} ghante mein"
|
|
51
51
|
},
|
|
52
52
|
"minute": {
|
|
53
|
-
"current": "
|
|
54
|
-
"past": "{0} minute
|
|
53
|
+
"current": "yah minute",
|
|
54
|
+
"past": "{0} minute pahle",
|
|
55
55
|
"future": "{0} minute mein"
|
|
56
56
|
},
|
|
57
57
|
"second": {
|
|
58
58
|
"current": "abhi",
|
|
59
|
-
"past": "{0} second
|
|
59
|
+
"past": "{0} second pahle",
|
|
60
60
|
"future": "{0} second mein"
|
|
61
61
|
}
|
|
62
62
|
},
|
|
63
63
|
"short": {
|
|
64
64
|
"year": {
|
|
65
|
-
"previous": "last yr",
|
|
66
|
-
"current": "
|
|
67
|
-
"next": "next yr",
|
|
68
|
-
"past": "{0} yr
|
|
69
|
-
"future": "
|
|
65
|
+
"previous": "last yr.",
|
|
66
|
+
"current": "is yr.",
|
|
67
|
+
"next": "next yr.",
|
|
68
|
+
"past": "{0} yr. pahle",
|
|
69
|
+
"future": "{0} yr. mein"
|
|
70
70
|
},
|
|
71
71
|
"quarter": {
|
|
72
72
|
"previous": "last qtr.",
|
|
73
73
|
"current": "this qtr.",
|
|
74
74
|
"next": "next qtr.",
|
|
75
|
-
"past":
|
|
76
|
-
|
|
75
|
+
"past": {
|
|
76
|
+
"one": "{0} qtr. pahle",
|
|
77
|
+
"other": "{0} qtrs. pahle"
|
|
78
|
+
},
|
|
79
|
+
"future": {
|
|
80
|
+
"one": "{0} qtr. mein",
|
|
81
|
+
"other": "{0} qtrs. mein"
|
|
82
|
+
}
|
|
77
83
|
},
|
|
78
84
|
"month": {
|
|
79
85
|
"previous": "last mo",
|
|
80
|
-
"current": "
|
|
86
|
+
"current": "is mo",
|
|
81
87
|
"next": "next mo",
|
|
82
|
-
"past": "{0} mo
|
|
83
|
-
"future": "
|
|
88
|
+
"past": "{0} mo. pahle",
|
|
89
|
+
"future": "{0} mo. mein"
|
|
84
90
|
},
|
|
85
91
|
"week": {
|
|
86
|
-
"previous": "last wk",
|
|
87
|
-
"current": "
|
|
88
|
-
"next": "next wk",
|
|
89
|
-
"past": "{0} wk
|
|
90
|
-
"future": "
|
|
92
|
+
"previous": "last wk.",
|
|
93
|
+
"current": "is wk.",
|
|
94
|
+
"next": "next wk.",
|
|
95
|
+
"past": "{0} wk. pahle",
|
|
96
|
+
"future": "{0} wk. mein"
|
|
91
97
|
},
|
|
92
98
|
"day": {
|
|
93
99
|
"previous": "kal",
|
|
@@ -95,59 +101,56 @@ export default {
|
|
|
95
101
|
"current": "aaj",
|
|
96
102
|
"next": "aane wala kal",
|
|
97
103
|
"next-2": "aane wala parson",
|
|
98
|
-
"past": {
|
|
99
|
-
|
|
100
|
-
"other": "{0} days ago"
|
|
101
|
-
},
|
|
102
|
-
"future": {
|
|
103
|
-
"one": "in {0} day",
|
|
104
|
-
"other": "in {0} days"
|
|
105
|
-
}
|
|
104
|
+
"past": "{0} din pahle",
|
|
105
|
+
"future": "{0} din mein"
|
|
106
106
|
},
|
|
107
107
|
"hour": {
|
|
108
|
-
"current": "
|
|
109
|
-
"past":
|
|
110
|
-
|
|
108
|
+
"current": "yah ghanta",
|
|
109
|
+
"past": {
|
|
110
|
+
"one": "{0} hr pahle",
|
|
111
|
+
"other": "{0} hr mein"
|
|
112
|
+
},
|
|
113
|
+
"future": "{0} hr mein"
|
|
111
114
|
},
|
|
112
115
|
"minute": {
|
|
113
|
-
"current": "
|
|
114
|
-
"past": "{0} min
|
|
115
|
-
"future": "
|
|
116
|
+
"current": "yah minute",
|
|
117
|
+
"past": "{0} min. pahle",
|
|
118
|
+
"future": "{0} min. mein"
|
|
116
119
|
},
|
|
117
120
|
"second": {
|
|
118
121
|
"current": "now",
|
|
119
|
-
"past": "{0} sec
|
|
120
|
-
"future": "
|
|
122
|
+
"past": "{0} sec. pahle",
|
|
123
|
+
"future": "{0} sec. mein"
|
|
121
124
|
}
|
|
122
125
|
},
|
|
123
126
|
"narrow": {
|
|
124
127
|
"year": {
|
|
125
|
-
"previous": "last yr",
|
|
126
|
-
"current": "
|
|
127
|
-
"next": "next yr",
|
|
128
|
-
"past": "{0}
|
|
129
|
-
"future": "
|
|
128
|
+
"previous": "last yr.",
|
|
129
|
+
"current": "is yr.",
|
|
130
|
+
"next": "next yr.",
|
|
131
|
+
"past": "{0}y pahle",
|
|
132
|
+
"future": "{0}y mein"
|
|
130
133
|
},
|
|
131
134
|
"quarter": {
|
|
132
135
|
"previous": "last qtr.",
|
|
133
136
|
"current": "this qtr.",
|
|
134
137
|
"next": "next qtr.",
|
|
135
|
-
"past": "{0}
|
|
136
|
-
"future": "
|
|
138
|
+
"past": "{0}q pahle",
|
|
139
|
+
"future": "{0}q mein"
|
|
137
140
|
},
|
|
138
141
|
"month": {
|
|
139
|
-
"previous": "last mo",
|
|
140
|
-
"current": "
|
|
141
|
-
"next": "next mo",
|
|
142
|
-
"past": "{0}
|
|
143
|
-
"future": "
|
|
142
|
+
"previous": "last mo.",
|
|
143
|
+
"current": "is mo.",
|
|
144
|
+
"next": "next mo.",
|
|
145
|
+
"past": "{0}mo pahle",
|
|
146
|
+
"future": "{0}mo mein"
|
|
144
147
|
},
|
|
145
148
|
"week": {
|
|
146
149
|
"previous": "last wk",
|
|
147
|
-
"current": "
|
|
150
|
+
"current": "is wk",
|
|
148
151
|
"next": "next wk",
|
|
149
|
-
"past": "{0}
|
|
150
|
-
"future": "
|
|
152
|
+
"past": "{0}w pahle",
|
|
153
|
+
"future": "{0}w mein"
|
|
151
154
|
},
|
|
152
155
|
"day": {
|
|
153
156
|
"previous": "kal",
|
|
@@ -155,29 +158,23 @@ export default {
|
|
|
155
158
|
"current": "aaj",
|
|
156
159
|
"next": "aane wala kal",
|
|
157
160
|
"next-2": "aane wala parson",
|
|
158
|
-
"past": {
|
|
159
|
-
|
|
160
|
-
"other": "{0} days ago"
|
|
161
|
-
},
|
|
162
|
-
"future": {
|
|
163
|
-
"one": "in {0} day",
|
|
164
|
-
"other": "in {0} days"
|
|
165
|
-
}
|
|
161
|
+
"past": "{0} din pahle",
|
|
162
|
+
"future": "{0} din mein"
|
|
166
163
|
},
|
|
167
164
|
"hour": {
|
|
168
|
-
"current": "
|
|
169
|
-
"past": "{0}
|
|
170
|
-
"future": "
|
|
165
|
+
"current": "yah ghanta",
|
|
166
|
+
"past": "{0}hr pahle",
|
|
167
|
+
"future": "{0}hr mein"
|
|
171
168
|
},
|
|
172
169
|
"minute": {
|
|
173
|
-
"current": "
|
|
174
|
-
"past": "{0} min
|
|
175
|
-
"future": "
|
|
170
|
+
"current": "yah minute",
|
|
171
|
+
"past": "{0} min. pahle",
|
|
172
|
+
"future": "{0} min. mein"
|
|
176
173
|
},
|
|
177
174
|
"second": {
|
|
178
175
|
"current": "now",
|
|
179
|
-
"past": "{0}
|
|
180
|
-
"future": "
|
|
176
|
+
"past": "{0}s pahle",
|
|
177
|
+
"future": "{0}s mein"
|
|
181
178
|
}
|
|
182
179
|
}
|
|
183
180
|
}
|