javascript-time-ago 2.6.1 → 2.6.3
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/README.md +2 -2
- 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/FullDateFormatter.test.js +11 -9
- package/commonjs/FullDateFormatter.test.js.map +1 -1
- package/commonjs/TimeAgo.js +8 -5
- package/commonjs/TimeAgo.js.map +1 -1
- package/commonjs/TimeAgo.test.js +237 -236
- package/commonjs/TimeAgo.test.js.map +1 -1
- package/commonjs/cache.test.js +8 -6
- package/commonjs/cache.test.js.map +1 -1
- package/commonjs/isStyleObject.test.js +21 -19
- package/commonjs/isStyleObject.test.js.map +1 -1
- package/commonjs/locale.test.js +16 -14
- package/commonjs/locale.test.js.map +1 -1
- package/commonjs/steps/approximate.test.js +26 -24
- package/commonjs/steps/approximate.test.js.map +1 -1
- package/commonjs/steps/getStep.test.js +20 -18
- package/commonjs/steps/getStep.test.js.map +1 -1
- package/commonjs/steps/getStepDenominator.test.js +9 -7
- package/commonjs/steps/getStepDenominator.test.js.map +1 -1
- package/commonjs/steps/getStepMinTime.test.js +9 -7
- package/commonjs/steps/getStepMinTime.test.js.map +1 -1
- package/commonjs/steps/getTimeToNextUpdate.test.js +56 -54
- package/commonjs/steps/getTimeToNextUpdate.test.js.map +1 -1
- package/commonjs/steps/getTimeToNextUpdateForUnit.test.js +20 -18
- package/commonjs/steps/getTimeToNextUpdateForUnit.test.js.map +1 -1
- package/commonjs/steps/helpers.test.js +6 -4
- package/commonjs/steps/helpers.test.js.map +1 -1
- package/commonjs/steps/renameLegacyProperties.test.js +12 -10
- package/commonjs/steps/renameLegacyProperties.test.js.map +1 -1
- package/commonjs/steps/round.test.js +27 -25
- package/commonjs/steps/round.test.js.map +1 -1
- package/commonjs/style/approximateTime.test.js +6 -5
- package/commonjs/style/approximateTime.test.js.map +1 -1
- package/commonjs/style/mini.test.js +62 -60
- package/commonjs/style/mini.test.js.map +1 -1
- package/commonjs/style/miniMinute.test.js +27 -25
- package/commonjs/style/miniMinute.test.js.map +1 -1
- package/commonjs/style/miniMinuteNow.test.js +27 -25
- package/commonjs/style/miniMinuteNow.test.js.map +1 -1
- package/commonjs/style/miniNow.test.js +27 -25
- package/commonjs/style/miniNow.test.js.map +1 -1
- package/commonjs/style/renameLegacyProperties.test.js +9 -7
- package/commonjs/style/renameLegacyProperties.test.js.map +1 -1
- package/commonjs/style/round.test.js +81 -79
- package/commonjs/style/round.test.js.map +1 -1
- package/commonjs/style/roundMinute.test.js +50 -48
- package/commonjs/style/roundMinute.test.js.map +1 -1
- package/commonjs/style/twitter.test.js +86 -84
- package/commonjs/style/twitter.test.js.map +1 -1
- package/commonjs/style/twitterFirstMinute.test.js +33 -31
- package/commonjs/style/twitterFirstMinute.test.js.map +1 -1
- package/commonjs/style/twitterMinute.test.js +32 -30
- package/commonjs/style/twitterMinute.test.js.map +1 -1
- package/commonjs/style/twitterMinuteNow.test.js +32 -30
- package/commonjs/style/twitterMinuteNow.test.js.map +1 -1
- package/commonjs/style/twitterNow.test.js +34 -32
- package/commonjs/style/twitterNow.test.js.map +1 -1
- package/index.d.ts +46 -7
- package/load-all-locales/index.cjs +15 -0
- package/load-all-locales/index.cjs.js +15 -0
- package/load-all-locales/index.js +30 -0
- package/locale/ak.json +8 -26
- package/locale/ak.json.js +8 -26
- package/locale/am.json +3 -3
- package/locale/am.json.js +3 -3
- package/locale/ba/package.json +16 -0
- package/locale/ba.json +159 -0
- package/locale/ba.json.d.ts +4 -0
- package/locale/ba.json.js +159 -0
- package/locale/be-tarask.json +4 -4
- package/locale/be-tarask.json.js +4 -4
- package/locale/be.json +4 -4
- package/locale/be.json.js +4 -4
- package/locale/bn.json +6 -6
- package/locale/bn.json.js +6 -6
- package/locale/bs.json +36 -30
- package/locale/bs.json.js +36 -30
- package/locale/bua/package.json +16 -0
- package/locale/bua.json +159 -0
- package/locale/bua.json.d.ts +4 -0
- package/locale/bua.json.js +159 -0
- package/locale/cv.json +134 -82
- package/locale/cv.json.js +134 -82
- package/locale/en-EE/package.json +16 -0
- package/locale/en-EE.json +219 -0
- package/locale/en-EE.json.d.ts +4 -0
- package/locale/en-EE.json.js +219 -0
- package/locale/en-GE/package.json +16 -0
- package/locale/en-GE.json +219 -0
- package/locale/en-GE.json.d.ts +4 -0
- package/locale/en-GE.json.js +219 -0
- package/locale/en-LT/package.json +16 -0
- package/locale/en-LT.json +219 -0
- package/locale/en-LT.json.d.ts +4 -0
- package/locale/en-LT.json.js +219 -0
- package/locale/en-LV/package.json +16 -0
- package/locale/en-LV.json +219 -0
- package/locale/en-LV.json.d.ts +4 -0
- package/locale/en-LV.json.js +219 -0
- package/locale/en-UA/package.json +16 -0
- package/locale/en-UA.json +219 -0
- package/locale/en-UA.json.d.ts +4 -0
- package/locale/en-UA.json.js +219 -0
- package/locale/es-MX.json +2 -8
- package/locale/es-MX.json.js +2 -8
- package/locale/fr-CA.json +4 -4
- package/locale/fr-CA.json.js +4 -4
- package/locale/fr.json +4 -4
- package/locale/fr.json.js +4 -4
- package/locale/he.json +74 -86
- package/locale/he.json.js +74 -86
- package/locale/ht.json +4 -4
- package/locale/ht.json.js +4 -4
- package/locale/ie.json +15 -9
- package/locale/ie.json.js +15 -9
- package/locale/kk-Arab/package.json +16 -0
- package/locale/kk-Arab.json +159 -0
- package/locale/kk-Arab.json.d.ts +4 -0
- package/locale/kk-Arab.json.js +159 -0
- package/locale/kok-Latn.json +138 -39
- package/locale/kok-Latn.json.js +138 -39
- package/locale/kok.json +169 -64
- package/locale/kok.json.js +169 -64
- package/locale/ku.json +166 -73
- package/locale/ku.json.js +166 -73
- package/locale/mk.json +20 -20
- package/locale/mk.json.js +20 -20
- package/locale/nso/package.json +16 -0
- package/locale/nso.json +159 -0
- package/locale/nso.json.d.ts +4 -0
- package/locale/nso.json.js +159 -0
- package/locale/rm.json +151 -85
- package/locale/rm.json.js +151 -85
- package/locale/ro.json +4 -2
- package/locale/ro.json.js +4 -2
- package/locale/rw/package.json +16 -0
- package/locale/rw.json +159 -0
- package/locale/rw.json.d.ts +4 -0
- package/locale/rw.json.js +159 -0
- package/locale/scn/package.json +16 -0
- package/locale/scn.json +249 -0
- package/locale/scn.json.d.ts +4 -0
- package/locale/scn.json.js +249 -0
- package/locale/sd-Deva/package.json +16 -0
- package/locale/sd-Deva.json +159 -0
- package/locale/sd-Deva.json.d.ts +4 -0
- package/locale/sd-Deva.json.js +159 -0
- package/locale/sd.json +77 -20
- package/locale/sd.json.js +77 -20
- package/locale/shn/package.json +16 -0
- package/locale/shn.json +159 -0
- package/locale/shn.json.d.ts +4 -0
- package/locale/shn.json.js +159 -0
- package/locale/sv.json +3 -3
- package/locale/sv.json.js +3 -3
- package/locale/syr.json +27 -27
- package/locale/syr.json.js +27 -27
- package/locale/ta.json +15 -9
- package/locale/ta.json.js +15 -9
- package/locale/tn.json +27 -27
- package/locale/tn.json.js +27 -27
- package/locale/tok/package.json +16 -0
- package/locale/tok.json +159 -0
- package/locale/tok.json.d.ts +4 -0
- package/locale/tok.json.js +159 -0
- package/locale/tyv/package.json +16 -0
- package/locale/tyv.json +159 -0
- package/locale/tyv.json.d.ts +4 -0
- package/locale/tyv.json.js +159 -0
- package/locale/xh.json +18 -18
- package/locale/xh.json.js +18 -18
- package/modules/FullDateFormatter.test.js +2 -0
- package/modules/FullDateFormatter.test.js.map +1 -1
- package/modules/TimeAgo.js +8 -5
- package/modules/TimeAgo.js.map +1 -1
- package/modules/TimeAgo.test.js +190 -189
- package/modules/TimeAgo.test.js.map +1 -1
- package/modules/cache.test.js +2 -0
- package/modules/cache.test.js.map +1 -1
- package/modules/isStyleObject.test.js +19 -17
- package/modules/isStyleObject.test.js.map +1 -1
- package/modules/locale.test.js +12 -10
- package/modules/locale.test.js.map +1 -1
- package/modules/steps/approximate.test.js +2 -0
- package/modules/steps/approximate.test.js.map +1 -1
- package/modules/steps/getStep.test.js +7 -5
- package/modules/steps/getStep.test.js.map +1 -1
- package/modules/steps/getStepDenominator.test.js +6 -4
- package/modules/steps/getStepDenominator.test.js.map +1 -1
- package/modules/steps/getStepMinTime.test.js +6 -4
- package/modules/steps/getStepMinTime.test.js.map +1 -1
- package/modules/steps/getTimeToNextUpdate.test.js +36 -34
- package/modules/steps/getTimeToNextUpdate.test.js.map +1 -1
- package/modules/steps/getTimeToNextUpdateForUnit.test.js +12 -10
- package/modules/steps/getTimeToNextUpdateForUnit.test.js.map +1 -1
- package/modules/steps/helpers.test.js +4 -2
- package/modules/steps/helpers.test.js.map +1 -1
- package/modules/steps/renameLegacyProperties.test.js +8 -6
- package/modules/steps/renameLegacyProperties.test.js.map +1 -1
- package/modules/steps/round.test.js +2 -0
- package/modules/steps/round.test.js.map +1 -1
- package/modules/style/approximateTime.test.js +3 -2
- package/modules/style/approximateTime.test.js.map +1 -1
- package/modules/style/mini.test.js +58 -56
- package/modules/style/mini.test.js.map +1 -1
- package/modules/style/miniMinute.test.js +25 -23
- package/modules/style/miniMinute.test.js.map +1 -1
- package/modules/style/miniMinuteNow.test.js +25 -23
- package/modules/style/miniMinuteNow.test.js.map +1 -1
- package/modules/style/miniNow.test.js +25 -23
- package/modules/style/miniNow.test.js.map +1 -1
- package/modules/style/renameLegacyProperties.test.js +6 -4
- package/modules/style/renameLegacyProperties.test.js.map +1 -1
- package/modules/style/round.test.js +76 -74
- package/modules/style/round.test.js.map +1 -1
- package/modules/style/roundMinute.test.js +47 -45
- package/modules/style/roundMinute.test.js.map +1 -1
- package/modules/style/twitter.test.js +72 -70
- package/modules/style/twitter.test.js.map +1 -1
- package/modules/style/twitterFirstMinute.test.js +29 -27
- package/modules/style/twitterFirstMinute.test.js.map +1 -1
- package/modules/style/twitterMinute.test.js +29 -27
- package/modules/style/twitterMinute.test.js.map +1 -1
- package/modules/style/twitterMinuteNow.test.js +29 -27
- package/modules/style/twitterMinuteNow.test.js.map +1 -1
- package/modules/style/twitterNow.test.js +31 -29
- package/modules/style/twitterNow.test.js.map +1 -1
- package/package.json +129 -8
- /package/{bin → scripts}/create-commonjs-package-json.js +0 -0
- /package/{bin → scripts}/generate-load-all-locales.js +0 -0
- /package/{bin → scripts}/generate-locale-messages.js +0 -0
package/locale/rm.json.js
CHANGED
|
@@ -5,29 +5,47 @@ export default {
|
|
|
5
5
|
"previous": "l’onn passà",
|
|
6
6
|
"current": "quest onn",
|
|
7
7
|
"next": "l’onn proxim",
|
|
8
|
-
"past":
|
|
9
|
-
|
|
8
|
+
"past": {
|
|
9
|
+
"one": "avant {0} onn",
|
|
10
|
+
"other": "avant {0} onns"
|
|
11
|
+
},
|
|
12
|
+
"future": {
|
|
13
|
+
"one": "en {0} onn",
|
|
14
|
+
"other": "en {0} onns"
|
|
15
|
+
}
|
|
10
16
|
},
|
|
11
17
|
"quarter": {
|
|
12
|
-
"previous": "
|
|
13
|
-
"current": "
|
|
14
|
-
"next": "
|
|
15
|
-
"past":
|
|
16
|
-
|
|
18
|
+
"previous": "l’ultim quartal",
|
|
19
|
+
"current": "quest quartal",
|
|
20
|
+
"next": "il proxim quartal",
|
|
21
|
+
"past": {
|
|
22
|
+
"one": "avant {0} quartal",
|
|
23
|
+
"other": "avant {0} quartals"
|
|
24
|
+
},
|
|
25
|
+
"future": {
|
|
26
|
+
"one": "en {0} quartal",
|
|
27
|
+
"other": "en {0} quartals"
|
|
28
|
+
}
|
|
17
29
|
},
|
|
18
30
|
"month": {
|
|
19
|
-
"previous": "
|
|
20
|
-
"current": "
|
|
21
|
-
"next": "
|
|
22
|
-
"past": "
|
|
23
|
-
"future": "
|
|
31
|
+
"previous": "l’ultim mais",
|
|
32
|
+
"current": "quest mais",
|
|
33
|
+
"next": "il proxim mais",
|
|
34
|
+
"past": "avant {0} mais",
|
|
35
|
+
"future": "en {0} mais"
|
|
24
36
|
},
|
|
25
37
|
"week": {
|
|
26
|
-
"previous": "
|
|
27
|
-
"current": "
|
|
28
|
-
"next": "
|
|
29
|
-
"past":
|
|
30
|
-
|
|
38
|
+
"previous": "l’ultima emna",
|
|
39
|
+
"current": "quest’emna",
|
|
40
|
+
"next": "proxim’emna",
|
|
41
|
+
"past": {
|
|
42
|
+
"one": "avant {0} emna",
|
|
43
|
+
"other": "avant {0} emnas"
|
|
44
|
+
},
|
|
45
|
+
"future": {
|
|
46
|
+
"one": "en {0} emna",
|
|
47
|
+
"other": "en {0} emnas"
|
|
48
|
+
}
|
|
31
49
|
},
|
|
32
50
|
"day": {
|
|
33
51
|
"previous": "ier",
|
|
@@ -35,23 +53,47 @@ export default {
|
|
|
35
53
|
"current": "oz",
|
|
36
54
|
"next": "damaun",
|
|
37
55
|
"next-2": "puschmaun",
|
|
38
|
-
"past":
|
|
39
|
-
|
|
56
|
+
"past": {
|
|
57
|
+
"one": "avant {0} di",
|
|
58
|
+
"other": "avant {0} dis"
|
|
59
|
+
},
|
|
60
|
+
"future": {
|
|
61
|
+
"one": "en {0} di",
|
|
62
|
+
"other": "en {0} dis"
|
|
63
|
+
}
|
|
40
64
|
},
|
|
41
65
|
"hour": {
|
|
42
|
-
"current": "
|
|
43
|
-
"past":
|
|
44
|
-
|
|
66
|
+
"current": "quest’ura",
|
|
67
|
+
"past": {
|
|
68
|
+
"one": "avant {0} ura",
|
|
69
|
+
"other": "avant {0} uras"
|
|
70
|
+
},
|
|
71
|
+
"future": {
|
|
72
|
+
"one": "en {0} ura",
|
|
73
|
+
"other": "en {0} uras"
|
|
74
|
+
}
|
|
45
75
|
},
|
|
46
76
|
"minute": {
|
|
47
|
-
"current": "
|
|
48
|
-
"past":
|
|
49
|
-
|
|
77
|
+
"current": "questa minuta",
|
|
78
|
+
"past": {
|
|
79
|
+
"one": "avant {0} minuta",
|
|
80
|
+
"other": "avant {0} minutas"
|
|
81
|
+
},
|
|
82
|
+
"future": {
|
|
83
|
+
"one": "en {0} minuta",
|
|
84
|
+
"other": "en {0} minutas"
|
|
85
|
+
}
|
|
50
86
|
},
|
|
51
87
|
"second": {
|
|
52
|
-
"current": "
|
|
53
|
-
"past":
|
|
54
|
-
|
|
88
|
+
"current": "ussa",
|
|
89
|
+
"past": {
|
|
90
|
+
"one": "avant {0} secunda",
|
|
91
|
+
"other": "avant {0} secundas"
|
|
92
|
+
},
|
|
93
|
+
"future": {
|
|
94
|
+
"one": "en {0} secunda",
|
|
95
|
+
"other": "en {0} secundas"
|
|
96
|
+
}
|
|
55
97
|
}
|
|
56
98
|
},
|
|
57
99
|
"short": {
|
|
@@ -59,29 +101,47 @@ export default {
|
|
|
59
101
|
"previous": "l’onn passà",
|
|
60
102
|
"current": "quest onn",
|
|
61
103
|
"next": "l’onn proxim",
|
|
62
|
-
"past":
|
|
63
|
-
|
|
104
|
+
"past": {
|
|
105
|
+
"one": "avant {0} onn",
|
|
106
|
+
"other": "avant {0} onns"
|
|
107
|
+
},
|
|
108
|
+
"future": {
|
|
109
|
+
"one": "en {0} onn",
|
|
110
|
+
"other": "en {0} onns"
|
|
111
|
+
}
|
|
64
112
|
},
|
|
65
113
|
"quarter": {
|
|
66
|
-
"previous": "
|
|
67
|
-
"current": "
|
|
68
|
-
"next": "
|
|
69
|
-
"past":
|
|
70
|
-
|
|
114
|
+
"previous": "l’ultim quartal",
|
|
115
|
+
"current": "quest quartal",
|
|
116
|
+
"next": "il proxim quartal",
|
|
117
|
+
"past": {
|
|
118
|
+
"one": "avant {0} qrtl.",
|
|
119
|
+
"other": "avant {0} qrtls."
|
|
120
|
+
},
|
|
121
|
+
"future": {
|
|
122
|
+
"one": "en {0} qrtl.",
|
|
123
|
+
"other": "en {0} qrtls."
|
|
124
|
+
}
|
|
71
125
|
},
|
|
72
126
|
"month": {
|
|
73
|
-
"previous": "
|
|
74
|
-
"current": "
|
|
75
|
-
"next": "
|
|
76
|
-
"past": "
|
|
77
|
-
"future": "
|
|
127
|
+
"previous": "ultim mais",
|
|
128
|
+
"current": "quest mais",
|
|
129
|
+
"next": "proxim mais",
|
|
130
|
+
"past": "avant {0} mais",
|
|
131
|
+
"future": "en {0} mais"
|
|
78
132
|
},
|
|
79
133
|
"week": {
|
|
80
|
-
"previous": "
|
|
81
|
-
"current": "
|
|
82
|
-
"next": "
|
|
83
|
-
"past":
|
|
84
|
-
|
|
134
|
+
"previous": "ultim’emna",
|
|
135
|
+
"current": "quest’emna",
|
|
136
|
+
"next": "proxim’emna",
|
|
137
|
+
"past": {
|
|
138
|
+
"one": "avant {0} emna",
|
|
139
|
+
"other": "avant {0} emnas"
|
|
140
|
+
},
|
|
141
|
+
"future": {
|
|
142
|
+
"one": "en {0} emna",
|
|
143
|
+
"other": "en {0} emnas"
|
|
144
|
+
}
|
|
85
145
|
},
|
|
86
146
|
"day": {
|
|
87
147
|
"previous": "ier",
|
|
@@ -89,53 +149,59 @@ export default {
|
|
|
89
149
|
"current": "oz",
|
|
90
150
|
"next": "damaun",
|
|
91
151
|
"next-2": "puschmaun",
|
|
92
|
-
"past":
|
|
93
|
-
|
|
152
|
+
"past": {
|
|
153
|
+
"one": "avant {0} di",
|
|
154
|
+
"other": "avant {0} dis"
|
|
155
|
+
},
|
|
156
|
+
"future": {
|
|
157
|
+
"one": "en {0} di",
|
|
158
|
+
"other": "en {0} dis"
|
|
159
|
+
}
|
|
94
160
|
},
|
|
95
161
|
"hour": {
|
|
96
|
-
"current": "
|
|
97
|
-
"past": "
|
|
98
|
-
"future": "
|
|
162
|
+
"current": "quest’ura",
|
|
163
|
+
"past": "avant {0} h",
|
|
164
|
+
"future": "en {0} h"
|
|
99
165
|
},
|
|
100
166
|
"minute": {
|
|
101
|
-
"current": "
|
|
102
|
-
"past": "
|
|
103
|
-
"future": "
|
|
167
|
+
"current": "questa minuta",
|
|
168
|
+
"past": "avant {0} min",
|
|
169
|
+
"future": "en {0} min"
|
|
104
170
|
},
|
|
105
171
|
"second": {
|
|
106
|
-
"current": "
|
|
107
|
-
"past": "
|
|
108
|
-
"future": "
|
|
172
|
+
"current": "ussa",
|
|
173
|
+
"past": "avant {0} s",
|
|
174
|
+
"future": "en {0} s"
|
|
109
175
|
}
|
|
110
176
|
},
|
|
111
177
|
"narrow": {
|
|
112
178
|
"year": {
|
|
113
179
|
"previous": "l’onn passà",
|
|
114
180
|
"current": "quest onn",
|
|
115
|
-
"next": "l’onn
|
|
116
|
-
"past": "
|
|
117
|
-
"future": "
|
|
181
|
+
"next": "l’onn prox.",
|
|
182
|
+
"past": "avant {0}o",
|
|
183
|
+
"future": "en {0}o"
|
|
118
184
|
},
|
|
119
185
|
"quarter": {
|
|
120
|
-
"previous": "
|
|
121
|
-
"current": "
|
|
122
|
-
"next": "
|
|
123
|
-
"past": "
|
|
124
|
-
"future": "
|
|
186
|
+
"previous": "l’ultim quartal",
|
|
187
|
+
"current": "quest quartal",
|
|
188
|
+
"next": "il proxim quartal",
|
|
189
|
+
"past": "avant {0}q",
|
|
190
|
+
"future": "en {0}q"
|
|
125
191
|
},
|
|
126
192
|
"month": {
|
|
127
|
-
"previous": "
|
|
128
|
-
"current": "
|
|
129
|
-
"next": "
|
|
130
|
-
"past": "
|
|
131
|
-
"future": "
|
|
193
|
+
"previous": "ultim mais",
|
|
194
|
+
"current": "quest mais",
|
|
195
|
+
"next": "proxim mais",
|
|
196
|
+
"past": "avant {0}mais",
|
|
197
|
+
"future": "en {0}mais"
|
|
132
198
|
},
|
|
133
199
|
"week": {
|
|
134
|
-
"previous": "
|
|
135
|
-
"current": "
|
|
136
|
-
"next": "
|
|
137
|
-
"past": "
|
|
138
|
-
"future": "
|
|
200
|
+
"previous": "ultim’emna",
|
|
201
|
+
"current": "quest’emna",
|
|
202
|
+
"next": "proxim’emna",
|
|
203
|
+
"past": "avant {0}e",
|
|
204
|
+
"future": "en {0}e"
|
|
139
205
|
},
|
|
140
206
|
"day": {
|
|
141
207
|
"previous": "ier",
|
|
@@ -143,23 +209,23 @@ export default {
|
|
|
143
209
|
"current": "oz",
|
|
144
210
|
"next": "damaun",
|
|
145
211
|
"next-2": "puschmaun",
|
|
146
|
-
"past": "
|
|
147
|
-
"future": "
|
|
212
|
+
"past": "avant {0}d",
|
|
213
|
+
"future": "en {0}d"
|
|
148
214
|
},
|
|
149
215
|
"hour": {
|
|
150
|
-
"current": "
|
|
151
|
-
"past": "
|
|
152
|
-
"future": "
|
|
216
|
+
"current": "quest’ura",
|
|
217
|
+
"past": "avant {0}h",
|
|
218
|
+
"future": "en {0}h"
|
|
153
219
|
},
|
|
154
220
|
"minute": {
|
|
155
|
-
"current": "
|
|
156
|
-
"past": "
|
|
157
|
-
"future": "
|
|
221
|
+
"current": "questa minuta",
|
|
222
|
+
"past": "avant {0} min",
|
|
223
|
+
"future": "en {0} min"
|
|
158
224
|
},
|
|
159
225
|
"second": {
|
|
160
|
-
"current": "
|
|
161
|
-
"past": "
|
|
162
|
-
"future": "
|
|
226
|
+
"current": "ussa",
|
|
227
|
+
"past": "avant {0} s",
|
|
228
|
+
"future": "en {0} s"
|
|
163
229
|
}
|
|
164
230
|
}
|
|
165
231
|
}
|
package/locale/ro.json
CHANGED
|
@@ -147,11 +147,13 @@
|
|
|
147
147
|
"next": "luna viitoare",
|
|
148
148
|
"past": {
|
|
149
149
|
"one": "acum {0} lună",
|
|
150
|
-
"
|
|
150
|
+
"few": "acum {0} luni",
|
|
151
|
+
"other": "acum {0} de luni"
|
|
151
152
|
},
|
|
152
153
|
"future": {
|
|
153
154
|
"one": "peste {0} lună",
|
|
154
|
-
"
|
|
155
|
+
"few": "peste {0} luni",
|
|
156
|
+
"other": "peste {0} de luni"
|
|
155
157
|
}
|
|
156
158
|
},
|
|
157
159
|
"week": {
|
package/locale/ro.json.js
CHANGED
|
@@ -147,11 +147,13 @@ export default {
|
|
|
147
147
|
"next": "luna viitoare",
|
|
148
148
|
"past": {
|
|
149
149
|
"one": "acum {0} lună",
|
|
150
|
-
"
|
|
150
|
+
"few": "acum {0} luni",
|
|
151
|
+
"other": "acum {0} de luni"
|
|
151
152
|
},
|
|
152
153
|
"future": {
|
|
153
154
|
"one": "peste {0} lună",
|
|
154
|
-
"
|
|
155
|
+
"few": "peste {0} luni",
|
|
156
|
+
"other": "peste {0} de luni"
|
|
155
157
|
}
|
|
156
158
|
},
|
|
157
159
|
"week": {
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"private": true,
|
|
3
|
+
"name": "javascript-time-ago/locale/rw",
|
|
4
|
+
"main": "../rw.json",
|
|
5
|
+
"module": "../rw.json.js",
|
|
6
|
+
"types": "../rw.json.d.ts",
|
|
7
|
+
"type": "module",
|
|
8
|
+
"exports": {
|
|
9
|
+
".": {
|
|
10
|
+
"types": "../rw.json.d.ts",
|
|
11
|
+
"import": "../rw.json.js",
|
|
12
|
+
"require": "../rw.json"
|
|
13
|
+
}
|
|
14
|
+
},
|
|
15
|
+
"sideEffects": false
|
|
16
|
+
}
|
package/locale/rw.json
ADDED
|
@@ -0,0 +1,159 @@
|
|
|
1
|
+
{
|
|
2
|
+
"locale": "rw",
|
|
3
|
+
"long": {
|
|
4
|
+
"year": {
|
|
5
|
+
"previous": "umwaka ushize",
|
|
6
|
+
"current": "uyu mwaka",
|
|
7
|
+
"next": "umwaka utaha",
|
|
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": "ukwezi gushize",
|
|
20
|
+
"current": "uku kwezi",
|
|
21
|
+
"next": "ukwezi gutaha",
|
|
22
|
+
"past": "-{0} m",
|
|
23
|
+
"future": "+{0} m"
|
|
24
|
+
},
|
|
25
|
+
"week": {
|
|
26
|
+
"previous": "icyumweru gishize",
|
|
27
|
+
"current": "iki cyumweru",
|
|
28
|
+
"next": "icyumweru gitaha",
|
|
29
|
+
"past": "-{0} w",
|
|
30
|
+
"future": "+{0} w"
|
|
31
|
+
},
|
|
32
|
+
"day": {
|
|
33
|
+
"previous": "ejo",
|
|
34
|
+
"current": "uyu munsi",
|
|
35
|
+
"next": "ejo",
|
|
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": "umwaka ushize",
|
|
58
|
+
"current": "uyu mwaka",
|
|
59
|
+
"next": "umwaka utaha",
|
|
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": "ukwezi gushize",
|
|
72
|
+
"current": "uku kwezi",
|
|
73
|
+
"next": "ukwezi gutaha",
|
|
74
|
+
"past": "-{0} m",
|
|
75
|
+
"future": "+{0} m"
|
|
76
|
+
},
|
|
77
|
+
"week": {
|
|
78
|
+
"previous": "icyumweru gishize",
|
|
79
|
+
"current": "iki cyumweru",
|
|
80
|
+
"next": "icyumweru gitaha",
|
|
81
|
+
"past": "-{0} w",
|
|
82
|
+
"future": "+{0} w"
|
|
83
|
+
},
|
|
84
|
+
"day": {
|
|
85
|
+
"previous": "ejo",
|
|
86
|
+
"current": "uyu munsi",
|
|
87
|
+
"next": "ejo",
|
|
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": "umwaka ushize",
|
|
110
|
+
"current": "uyu mwaka",
|
|
111
|
+
"next": "umwaka utaha",
|
|
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": "ukwezi gushize",
|
|
124
|
+
"current": "uku kwezi",
|
|
125
|
+
"next": "ukwezi gutaha",
|
|
126
|
+
"past": "-{0} m",
|
|
127
|
+
"future": "+{0} m"
|
|
128
|
+
},
|
|
129
|
+
"week": {
|
|
130
|
+
"previous": "icyumweru gishize",
|
|
131
|
+
"current": "iki cyumweru",
|
|
132
|
+
"next": "icyumweru gitaha",
|
|
133
|
+
"past": "-{0} w",
|
|
134
|
+
"future": "+{0} w"
|
|
135
|
+
},
|
|
136
|
+
"day": {
|
|
137
|
+
"previous": "ejo",
|
|
138
|
+
"current": "uyu munsi",
|
|
139
|
+
"next": "ejo",
|
|
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,159 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
"locale": "rw",
|
|
3
|
+
"long": {
|
|
4
|
+
"year": {
|
|
5
|
+
"previous": "umwaka ushize",
|
|
6
|
+
"current": "uyu mwaka",
|
|
7
|
+
"next": "umwaka utaha",
|
|
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": "ukwezi gushize",
|
|
20
|
+
"current": "uku kwezi",
|
|
21
|
+
"next": "ukwezi gutaha",
|
|
22
|
+
"past": "-{0} m",
|
|
23
|
+
"future": "+{0} m"
|
|
24
|
+
},
|
|
25
|
+
"week": {
|
|
26
|
+
"previous": "icyumweru gishize",
|
|
27
|
+
"current": "iki cyumweru",
|
|
28
|
+
"next": "icyumweru gitaha",
|
|
29
|
+
"past": "-{0} w",
|
|
30
|
+
"future": "+{0} w"
|
|
31
|
+
},
|
|
32
|
+
"day": {
|
|
33
|
+
"previous": "ejo",
|
|
34
|
+
"current": "uyu munsi",
|
|
35
|
+
"next": "ejo",
|
|
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": "umwaka ushize",
|
|
58
|
+
"current": "uyu mwaka",
|
|
59
|
+
"next": "umwaka utaha",
|
|
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": "ukwezi gushize",
|
|
72
|
+
"current": "uku kwezi",
|
|
73
|
+
"next": "ukwezi gutaha",
|
|
74
|
+
"past": "-{0} m",
|
|
75
|
+
"future": "+{0} m"
|
|
76
|
+
},
|
|
77
|
+
"week": {
|
|
78
|
+
"previous": "icyumweru gishize",
|
|
79
|
+
"current": "iki cyumweru",
|
|
80
|
+
"next": "icyumweru gitaha",
|
|
81
|
+
"past": "-{0} w",
|
|
82
|
+
"future": "+{0} w"
|
|
83
|
+
},
|
|
84
|
+
"day": {
|
|
85
|
+
"previous": "ejo",
|
|
86
|
+
"current": "uyu munsi",
|
|
87
|
+
"next": "ejo",
|
|
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": "umwaka ushize",
|
|
110
|
+
"current": "uyu mwaka",
|
|
111
|
+
"next": "umwaka utaha",
|
|
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": "ukwezi gushize",
|
|
124
|
+
"current": "uku kwezi",
|
|
125
|
+
"next": "ukwezi gutaha",
|
|
126
|
+
"past": "-{0} m",
|
|
127
|
+
"future": "+{0} m"
|
|
128
|
+
},
|
|
129
|
+
"week": {
|
|
130
|
+
"previous": "icyumweru gishize",
|
|
131
|
+
"current": "iki cyumweru",
|
|
132
|
+
"next": "icyumweru gitaha",
|
|
133
|
+
"past": "-{0} w",
|
|
134
|
+
"future": "+{0} w"
|
|
135
|
+
},
|
|
136
|
+
"day": {
|
|
137
|
+
"previous": "ejo",
|
|
138
|
+
"current": "uyu munsi",
|
|
139
|
+
"next": "ejo",
|
|
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
|
+
}
|