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
@@ -0,0 +1,159 @@
1
+ {
2
+ "locale": "bgc",
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": "bgc",
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
+ }
package/locale/brx.json CHANGED
@@ -5,51 +5,51 @@
5
5
  "previous": "थांनाय बोसोर",
6
6
  "current": "बे बोसोर",
7
7
  "next": "फैगौ बोसोर",
8
- "past": "-{0} y",
9
- "future": "+{0} y"
8
+ "past": "{0} बोसोर सिगां",
9
+ "future": "{0} बोसोरआव"
10
10
  },
11
11
  "quarter": {
12
- "previous": "last quarter",
13
- "current": "this quarter",
14
- "next": "next quarter",
15
- "past": "-{0} Q",
16
- "future": "+{0} Q"
12
+ "previous": "थांनाय खोन्दोसे",
13
+ "current": "बे खोन्दोसे",
14
+ "next": "फैगौ खोन्दोसे",
15
+ "past": "{0} खोन्दोसे सिगां",
16
+ "future": "{0} खोन्दोसेआव"
17
17
  },
18
18
  "month": {
19
19
  "previous": "थांनाय दान",
20
20
  "current": "बे दान",
21
21
  "next": "फैगौ दान",
22
- "past": "-{0} m",
23
- "future": "+{0} m"
22
+ "past": "{0} दान सिगां",
23
+ "future": "{0} दानाव"
24
24
  },
25
25
  "week": {
26
26
  "previous": "थांनाय सप्थाह",
27
27
  "current": "बे सप्थाह",
28
28
  "next": "फैगौ सप्थाह",
29
- "past": "-{0} w",
30
- "future": "+{0} w"
29
+ "past": "{0} सप्थाह सिगां",
30
+ "future": "{0} सप्थाहयाव"
31
31
  },
32
32
  "day": {
33
33
  "previous": "मैया",
34
34
  "current": "दिनै",
35
35
  "next": "गाबोन",
36
- "past": "-{0} d",
37
- "future": "+{0} d"
36
+ "past": "{0} सान सिगां",
37
+ "future": "{0} सानाव"
38
38
  },
39
39
  "hour": {
40
- "current": "this hour",
41
- "past": "-{0} h",
42
- "future": "+{0} h"
40
+ "current": "बे घन्टा",
41
+ "past": "{0} घन्टा सिगां",
42
+ "future": "{0} घन्टायाव"
43
43
  },
44
44
  "minute": {
45
- "current": "this minute",
46
- "past": "-{0} min",
47
- "future": "+{0} min"
45
+ "current": "बे मिनिट",
46
+ "past": "{0} मिनिट सिगां",
47
+ "future": "{0} मिनिटआव"
48
48
  },
49
49
  "second": {
50
- "current": "now",
51
- "past": "-{0} s",
52
- "future": "+{0} s"
50
+ "current": "दा",
51
+ "past": "{0} सेकेण्ड सिगां",
52
+ "future": "{0} सेकेण्डआव"
53
53
  }
54
54
  },
55
55
  "short": {
@@ -57,51 +57,51 @@
57
57
  "previous": "थांनाय बोसोर",
58
58
  "current": "बे बोसोर",
59
59
  "next": "फैगौ बोसोर",
60
- "past": "-{0} y",
61
- "future": "+{0} y"
60
+ "past": "{0} बोसोर सिगां",
61
+ "future": "{0} बोसोरआव"
62
62
  },
63
63
  "quarter": {
64
- "previous": "last quarter",
65
- "current": "this quarter",
66
- "next": "next quarter",
67
- "past": "-{0} Q",
68
- "future": "+{0} Q"
64
+ "previous": "थांनाय खोन्दोसे",
65
+ "current": "बे खोन्दोसे",
66
+ "next": "फैगौ खोन्दोसे",
67
+ "past": "{0} खोन्दोसे सिगां",
68
+ "future": "{0} खोन्दोसेआव"
69
69
  },
70
70
  "month": {
71
71
  "previous": "थांनाय दान",
72
72
  "current": "बे दान",
73
73
  "next": "फैगौ दान",
74
- "past": "-{0} m",
75
- "future": "+{0} m"
74
+ "past": "{0} दान सिगां",
75
+ "future": "{0} दानाव"
76
76
  },
77
77
  "week": {
78
78
  "previous": "थांनाय सप्थाह",
79
79
  "current": "बे सप्थाह",
80
80
  "next": "फैगौ सप्थाह",
81
- "past": "-{0} w",
82
- "future": "+{0} w"
81
+ "past": "{0} सप्थाह सिगां",
82
+ "future": "{0} सप्थाहयाव"
83
83
  },
84
84
  "day": {
85
85
  "previous": "मैया",
86
86
  "current": "दिनै",
87
87
  "next": "गाबोन",
88
- "past": "-{0} d",
89
- "future": "+{0} d"
88
+ "past": "{0} सान सिगां",
89
+ "future": "{0} सानाव"
90
90
  },
91
91
  "hour": {
92
- "current": "this hour",
93
- "past": "-{0} h",
94
- "future": "+{0} h"
92
+ "current": "बे घन्टा",
93
+ "past": "{0} घन्टा सिगां",
94
+ "future": "{0} घन्टायाव"
95
95
  },
96
96
  "minute": {
97
- "current": "this minute",
98
- "past": "-{0} min",
99
- "future": "+{0} min"
97
+ "current": "बे मिनिट",
98
+ "past": "{0} मिनिट सिगां",
99
+ "future": "{0} मिनिटआव"
100
100
  },
101
101
  "second": {
102
- "current": "now",
103
- "past": "-{0} s",
104
- "future": "+{0} s"
102
+ "current": "दा",
103
+ "past": "{0} सेकेण्ड सिगां",
104
+ "future": "{0} सेकेण्डआव"
105
105
  }
106
106
  },
107
107
  "narrow": {
@@ -109,51 +109,51 @@
109
109
  "previous": "थांनाय बोसोर",
110
110
  "current": "बे बोसोर",
111
111
  "next": "फैगौ बोसोर",
112
- "past": "-{0} y",
113
- "future": "+{0} y"
112
+ "past": "{0} बोसोर सिगां",
113
+ "future": "{0} बोसोरआव"
114
114
  },
115
115
  "quarter": {
116
- "previous": "last quarter",
117
- "current": "this quarter",
118
- "next": "next quarter",
119
- "past": "-{0} Q",
120
- "future": "+{0} Q"
116
+ "previous": "थांनाय खोन्दोसे",
117
+ "current": "बे खोन्दोसे",
118
+ "next": "फैगौ खोन्दोसे",
119
+ "past": "{0} खोन्दोसे सिगां",
120
+ "future": "{0} खोन्दोसेआव"
121
121
  },
122
122
  "month": {
123
123
  "previous": "थांनाय दान",
124
124
  "current": "बे दान",
125
125
  "next": "फैगौ दान",
126
- "past": "-{0} m",
127
- "future": "+{0} m"
126
+ "past": "{0} दान सिगां",
127
+ "future": "{0} दानाव"
128
128
  },
129
129
  "week": {
130
130
  "previous": "थांनाय सप्थाह",
131
131
  "current": "बे सप्थाह",
132
132
  "next": "फैगौ सप्थाह",
133
- "past": "-{0} w",
134
- "future": "+{0} w"
133
+ "past": "{0} सप्थाह सिगां",
134
+ "future": "{0} सप्थाहयाव"
135
135
  },
136
136
  "day": {
137
137
  "previous": "मैया",
138
138
  "current": "दिनै",
139
139
  "next": "गाबोन",
140
- "past": "-{0} d",
141
- "future": "+{0} d"
140
+ "past": "{0} सान सिगां",
141
+ "future": "{0} सानाव"
142
142
  },
143
143
  "hour": {
144
- "current": "this hour",
145
- "past": "-{0} h",
146
- "future": "+{0} h"
144
+ "current": "बे घन्टा",
145
+ "past": "{0} घन्टा सिगां",
146
+ "future": "{0} घन्टायाव"
147
147
  },
148
148
  "minute": {
149
- "current": "this minute",
150
- "past": "-{0} min",
151
- "future": "+{0} min"
149
+ "current": "बे मिनिट",
150
+ "past": "{0} मिनिट सिगां",
151
+ "future": "{0} मिनिटआव"
152
152
  },
153
153
  "second": {
154
- "current": "now",
155
- "past": "-{0} s",
156
- "future": "+{0} s"
154
+ "current": "दा",
155
+ "past": "{0} सेकेण्ड सिगां",
156
+ "future": "{0} सेकेण्डआव"
157
157
  }
158
158
  }
159
159
  }