javascript-time-ago 2.3.12 → 2.3.13
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/CHANGELOG.md +5 -0
- 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.js +3 -16
- package/commonjs/TimeAgo.js.map +1 -1
- package/commonjs/TimeAgo.test.js +1 -35
- package/commonjs/TimeAgo.test.js.map +1 -1
- package/commonjs/isStyleObject.js +23 -0
- package/commonjs/isStyleObject.js.map +1 -0
- package/commonjs/isStyleObject.test.js +39 -0
- package/commonjs/isStyleObject.test.js.map +1 -0
- package/load-all-locales.js +4 -1
- package/locale/bs.json +1 -4
- package/locale/dsb.json +42 -42
- package/locale/el.json +2 -2
- package/locale/en-CA.json +56 -56
- package/locale/es-US.json +3 -3
- package/locale/es.json +4 -16
- package/locale/eu.json +6 -6
- package/locale/ff-Adlm.json +34 -34
- package/locale/fil.json +2 -2
- package/locale/he.json +2 -2
- package/locale/hsb.json +42 -42
- package/locale/ia.json +121 -145
- package/locale/id.json +11 -11
- package/locale/is.json +8 -8
- package/locale/jv.json +6 -6
- package/locale/kgp/index.js +3 -0
- package/locale/kgp.json +165 -0
- package/locale/mni/index.js +3 -0
- package/locale/mni.json +159 -0
- package/locale/nb.json +2 -2
- package/locale/nn.json +10 -10
- package/locale/no.json +2 -2
- package/locale/sc/index.js +3 -0
- package/locale/sc.json +249 -0
- package/locale/sr-Cyrl-BA.json +2 -2
- package/locale/sr-Latn-BA.json +2 -2
- package/locale/sr-Latn.json +3 -3
- package/locale/sr.json +3 -3
- package/locale/ti.json +1 -1
- package/locale/yrl/index.js +3 -0
- package/locale/yrl.json +309 -0
- package/modules/TimeAgo.js +1 -14
- package/modules/TimeAgo.js.map +1 -1
- package/modules/TimeAgo.test.js +1 -33
- package/modules/TimeAgo.test.js.map +1 -1
- package/modules/isStyleObject.js +15 -0
- package/modules/isStyleObject.js.map +1 -0
- package/modules/isStyleObject.test.js +34 -0
- package/modules/isStyleObject.test.js.map +1 -0
- package/package.json +2 -2
- package/rollup.config.js +1 -1
- package/locale/en-PH/index.js +0 -3
- package/locale/en-PH.json +0 -219
package/locale/ia.json
CHANGED
|
@@ -1,69 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"locale": "ia",
|
|
3
3
|
"long": {
|
|
4
|
-
"year": {
|
|
5
|
-
"previous": "le anno passate",
|
|
6
|
-
"current": "iste anno",
|
|
7
|
-
"next": "le anno proxime",
|
|
8
|
-
"past": "{0} annos retro",
|
|
9
|
-
"future": "in {0} annos"
|
|
10
|
-
},
|
|
11
|
-
"quarter": {
|
|
12
|
-
"previous": "le trimestre passate",
|
|
13
|
-
"current": "iste trimestre",
|
|
14
|
-
"next": "le trimestre proxime",
|
|
15
|
-
"past": "in {0} trimestres",
|
|
16
|
-
"future": "in {0} trimestres"
|
|
17
|
-
},
|
|
18
|
-
"month": {
|
|
19
|
-
"previous": "le mense passate",
|
|
20
|
-
"current": "iste mense",
|
|
21
|
-
"next": "le mense proxime",
|
|
22
|
-
"past": "{0} menses retro",
|
|
23
|
-
"future": "in {0} menses"
|
|
24
|
-
},
|
|
25
|
-
"week": {
|
|
26
|
-
"previous": "le septimana passate",
|
|
27
|
-
"current": "iste septimana",
|
|
28
|
-
"next": "le septimana proxime",
|
|
29
|
-
"past": "{0} septimanas retro",
|
|
30
|
-
"future": "in {0} septimanas"
|
|
31
|
-
},
|
|
32
|
-
"day": {
|
|
33
|
-
"previous": "heri",
|
|
34
|
-
"current": "hodie",
|
|
35
|
-
"next": "deman",
|
|
36
|
-
"past": "{0} dies retro",
|
|
37
|
-
"future": "in {0} dies"
|
|
38
|
-
},
|
|
39
|
-
"hour": {
|
|
40
|
-
"current": "iste hora",
|
|
41
|
-
"past": "{0} horas retro",
|
|
42
|
-
"future": "in {0} horas"
|
|
43
|
-
},
|
|
44
|
-
"minute": {
|
|
45
|
-
"current": "iste minuta",
|
|
46
|
-
"past": "{0} minutas retro",
|
|
47
|
-
"future": "in {0} minutas"
|
|
48
|
-
},
|
|
49
|
-
"second": {
|
|
50
|
-
"current": "ora",
|
|
51
|
-
"past": "{0} secundas retro",
|
|
52
|
-
"future": "in {0} secundas"
|
|
53
|
-
}
|
|
54
|
-
},
|
|
55
|
-
"short": {
|
|
56
4
|
"year": {
|
|
57
5
|
"previous": "le anno passate",
|
|
58
6
|
"current": "iste anno",
|
|
59
7
|
"next": "le anno proxime",
|
|
60
8
|
"past": {
|
|
61
|
-
"one": "{0}
|
|
62
|
-
"other": "{0}
|
|
9
|
+
"one": "{0} anno retro",
|
|
10
|
+
"other": "{0} annos retro"
|
|
63
11
|
},
|
|
64
12
|
"future": {
|
|
65
|
-
"one": "in {0}
|
|
66
|
-
"other": "in {0}
|
|
13
|
+
"one": "in {0} anno",
|
|
14
|
+
"other": "in {0} annos"
|
|
67
15
|
}
|
|
68
16
|
},
|
|
69
17
|
"quarter": {
|
|
@@ -71,12 +19,12 @@
|
|
|
71
19
|
"current": "iste trimestre",
|
|
72
20
|
"next": "le trimestre proxime",
|
|
73
21
|
"past": {
|
|
74
|
-
"one": "
|
|
75
|
-
"other": "{0}
|
|
22
|
+
"one": "{0} trimestre retro",
|
|
23
|
+
"other": "{0} trimestres retro"
|
|
76
24
|
},
|
|
77
25
|
"future": {
|
|
78
|
-
"one": "in {0}
|
|
79
|
-
"other": "in {0}
|
|
26
|
+
"one": "in {0} trimestre",
|
|
27
|
+
"other": "in {0} trimestres"
|
|
80
28
|
}
|
|
81
29
|
},
|
|
82
30
|
"month": {
|
|
@@ -84,12 +32,12 @@
|
|
|
84
32
|
"current": "iste mense",
|
|
85
33
|
"next": "le mense proxime",
|
|
86
34
|
"past": {
|
|
87
|
-
"one": "{0}
|
|
88
|
-
"other": "{0}
|
|
35
|
+
"one": "{0} mense retro",
|
|
36
|
+
"other": "{0} menses retro"
|
|
89
37
|
},
|
|
90
38
|
"future": {
|
|
91
|
-
"one": "in {0}
|
|
92
|
-
"other": "in {0}
|
|
39
|
+
"one": "in {0} mense",
|
|
40
|
+
"other": "in {0} menses"
|
|
93
41
|
}
|
|
94
42
|
},
|
|
95
43
|
"week": {
|
|
@@ -97,147 +45,175 @@
|
|
|
97
45
|
"current": "iste septimana",
|
|
98
46
|
"next": "le septimana proxime",
|
|
99
47
|
"past": {
|
|
100
|
-
"one": "{0}
|
|
101
|
-
"other": "{0}
|
|
48
|
+
"one": "{0} septimana retro",
|
|
49
|
+
"other": "{0} septimanas retro"
|
|
102
50
|
},
|
|
103
51
|
"future": {
|
|
104
|
-
"one": "in {0}
|
|
105
|
-
"other": "in {0}
|
|
52
|
+
"one": "in {0} septimana",
|
|
53
|
+
"other": "in {0} septimanas"
|
|
106
54
|
}
|
|
107
55
|
},
|
|
108
56
|
"day": {
|
|
109
57
|
"previous": "heri",
|
|
110
58
|
"current": "hodie",
|
|
111
59
|
"next": "deman",
|
|
112
|
-
"past":
|
|
113
|
-
|
|
60
|
+
"past": {
|
|
61
|
+
"one": "{0} die retro",
|
|
62
|
+
"other": "{0} dies retro"
|
|
63
|
+
},
|
|
64
|
+
"future": {
|
|
65
|
+
"one": "in {0} die",
|
|
66
|
+
"other": "in {0} dies"
|
|
67
|
+
}
|
|
114
68
|
},
|
|
115
69
|
"hour": {
|
|
116
70
|
"current": "iste hora",
|
|
117
71
|
"past": {
|
|
118
|
-
"one": "{0}
|
|
119
|
-
"other": "{0}
|
|
72
|
+
"one": "{0} hora retro",
|
|
73
|
+
"other": "{0} horas retro"
|
|
120
74
|
},
|
|
121
75
|
"future": {
|
|
122
|
-
"one": "in {0}
|
|
123
|
-
"other": "in {0}
|
|
76
|
+
"one": "in {0} hora",
|
|
77
|
+
"other": "in {0} horas"
|
|
124
78
|
}
|
|
125
79
|
},
|
|
126
80
|
"minute": {
|
|
127
81
|
"current": "iste minuta",
|
|
128
82
|
"past": {
|
|
129
|
-
"one": "{0}
|
|
130
|
-
"other": "{0}
|
|
83
|
+
"one": "{0} minuta retro",
|
|
84
|
+
"other": "{0} minutas retro"
|
|
131
85
|
},
|
|
132
86
|
"future": {
|
|
133
|
-
"one": "in {0}
|
|
134
|
-
"other": "in {0}
|
|
87
|
+
"one": "in {0} minuta",
|
|
88
|
+
"other": "in {0} minutas"
|
|
135
89
|
}
|
|
136
90
|
},
|
|
137
91
|
"second": {
|
|
138
92
|
"current": "ora",
|
|
139
93
|
"past": {
|
|
140
|
-
"one": "{0}
|
|
141
|
-
"other": "{0}
|
|
94
|
+
"one": "{0} secunda retro",
|
|
95
|
+
"other": "{0} secundas retro"
|
|
142
96
|
},
|
|
143
97
|
"future": {
|
|
144
|
-
"one": "in {0}
|
|
145
|
-
"other": "in {0}
|
|
98
|
+
"one": "in {0} secunda",
|
|
99
|
+
"other": "in {0} secundas"
|
|
146
100
|
}
|
|
147
101
|
}
|
|
148
102
|
},
|
|
149
|
-
"
|
|
103
|
+
"short": {
|
|
150
104
|
"year": {
|
|
151
|
-
"previous": "
|
|
152
|
-
"current": "iste
|
|
153
|
-
"next": "
|
|
154
|
-
"past": {
|
|
155
|
-
|
|
156
|
-
"other": "{0} an. retro"
|
|
157
|
-
},
|
|
158
|
-
"future": {
|
|
159
|
-
"one": "in {0} annos",
|
|
160
|
-
"other": "in {0} an."
|
|
161
|
-
}
|
|
105
|
+
"previous": "an. pass.",
|
|
106
|
+
"current": "iste an.",
|
|
107
|
+
"next": "an. prox.",
|
|
108
|
+
"past": "{0} an. retro",
|
|
109
|
+
"future": "in {0} an."
|
|
162
110
|
},
|
|
163
111
|
"quarter": {
|
|
164
112
|
"previous": "le trimestre passate",
|
|
165
113
|
"current": "iste trimestre",
|
|
166
114
|
"next": "le trimestre proxime",
|
|
167
|
-
"past": {
|
|
168
|
-
|
|
169
|
-
"other": "{0} trim. retro"
|
|
170
|
-
},
|
|
171
|
-
"future": {
|
|
172
|
-
"one": "in {0} trimestres",
|
|
173
|
-
"other": "in {0} trim."
|
|
174
|
-
}
|
|
115
|
+
"past": "{0} trim. retro",
|
|
116
|
+
"future": "in {0} trim."
|
|
175
117
|
},
|
|
176
118
|
"month": {
|
|
177
|
-
"previous": "
|
|
178
|
-
"current": "iste
|
|
179
|
-
"next": "
|
|
180
|
-
"past": {
|
|
181
|
-
|
|
182
|
-
"other": "{0} mns. retro"
|
|
183
|
-
},
|
|
184
|
-
"future": {
|
|
185
|
-
"one": "in {0} menses",
|
|
186
|
-
"other": "in {0} mns."
|
|
187
|
-
}
|
|
119
|
+
"previous": "mns. pass.",
|
|
120
|
+
"current": "iste mns.",
|
|
121
|
+
"next": "mns. prox.",
|
|
122
|
+
"past": "{0} mns. retro",
|
|
123
|
+
"future": "in {0} mns."
|
|
188
124
|
},
|
|
189
125
|
"week": {
|
|
190
|
-
"previous": "
|
|
191
|
-
"current": "iste
|
|
192
|
-
"next": "
|
|
193
|
-
"past": {
|
|
194
|
-
|
|
195
|
-
"other": "{0} sept. retro"
|
|
196
|
-
},
|
|
197
|
-
"future": {
|
|
198
|
-
"one": "in {0} septimanas",
|
|
199
|
-
"other": "in {0} sept."
|
|
200
|
-
}
|
|
126
|
+
"previous": "sept. pass.",
|
|
127
|
+
"current": "iste sept.",
|
|
128
|
+
"next": "sept. prox.",
|
|
129
|
+
"past": "{0} sept. retro",
|
|
130
|
+
"future": "in {0} sept."
|
|
201
131
|
},
|
|
202
132
|
"day": {
|
|
203
133
|
"previous": "heri",
|
|
204
134
|
"current": "hodie",
|
|
205
135
|
"next": "deman",
|
|
206
|
-
"past": "{0} dies retro",
|
|
207
|
-
"future": "in {0} dies"
|
|
208
|
-
},
|
|
209
|
-
"hour": {
|
|
210
|
-
"current": "iste hora",
|
|
211
136
|
"past": {
|
|
212
|
-
"one": "{0}
|
|
213
|
-
"other": "{0}
|
|
137
|
+
"one": "{0} die retro",
|
|
138
|
+
"other": "{0} dies retro"
|
|
214
139
|
},
|
|
215
140
|
"future": {
|
|
216
|
-
"one": "in {0}
|
|
217
|
-
"other": "in {0}
|
|
141
|
+
"one": "in {0} die",
|
|
142
|
+
"other": "in {0} dies"
|
|
218
143
|
}
|
|
219
144
|
},
|
|
145
|
+
"hour": {
|
|
146
|
+
"current": "iste hora",
|
|
147
|
+
"past": "{0} hr. retro",
|
|
148
|
+
"future": "in {0} hr."
|
|
149
|
+
},
|
|
220
150
|
"minute": {
|
|
221
151
|
"current": "iste minuta",
|
|
222
|
-
"past": {
|
|
223
|
-
|
|
224
|
-
"other": "{0} min. retro"
|
|
225
|
-
},
|
|
226
|
-
"future": {
|
|
227
|
-
"one": "in {0} minutas",
|
|
228
|
-
"other": "in {0} min."
|
|
229
|
-
}
|
|
152
|
+
"past": "{0} min. retro",
|
|
153
|
+
"future": "in {0} min."
|
|
230
154
|
},
|
|
231
155
|
"second": {
|
|
232
156
|
"current": "ora",
|
|
157
|
+
"past": "{0} sec. retro",
|
|
158
|
+
"future": "in {0} sec."
|
|
159
|
+
}
|
|
160
|
+
},
|
|
161
|
+
"narrow": {
|
|
162
|
+
"year": {
|
|
163
|
+
"previous": "an. pass.",
|
|
164
|
+
"current": "iste an.",
|
|
165
|
+
"next": "an. prox.",
|
|
166
|
+
"past": "{0} an. retro",
|
|
167
|
+
"future": "in {0} an."
|
|
168
|
+
},
|
|
169
|
+
"quarter": {
|
|
170
|
+
"previous": "le trimestre passate",
|
|
171
|
+
"current": "iste trimestre",
|
|
172
|
+
"next": "le trimestre proxime",
|
|
173
|
+
"past": "{0} trim. retro",
|
|
174
|
+
"future": "in {0} trim."
|
|
175
|
+
},
|
|
176
|
+
"month": {
|
|
177
|
+
"previous": "mns. pass.",
|
|
178
|
+
"current": "iste mns.",
|
|
179
|
+
"next": "mns. prox.",
|
|
180
|
+
"past": "{0} mns. retro",
|
|
181
|
+
"future": "in {0} mns."
|
|
182
|
+
},
|
|
183
|
+
"week": {
|
|
184
|
+
"previous": "sept. pass.",
|
|
185
|
+
"current": "iste sept.",
|
|
186
|
+
"next": "sept. prox.",
|
|
187
|
+
"past": "{0} sept. retro",
|
|
188
|
+
"future": "in {0} sept."
|
|
189
|
+
},
|
|
190
|
+
"day": {
|
|
191
|
+
"previous": "heri",
|
|
192
|
+
"current": "hodie",
|
|
193
|
+
"next": "deman",
|
|
233
194
|
"past": {
|
|
234
|
-
"one": "{0}
|
|
235
|
-
"other": "{0}
|
|
195
|
+
"one": "{0} die retro",
|
|
196
|
+
"other": "{0} dies retro"
|
|
236
197
|
},
|
|
237
198
|
"future": {
|
|
238
|
-
"one": "in {0}
|
|
239
|
-
"other": "in {0}
|
|
199
|
+
"one": "in {0} die",
|
|
200
|
+
"other": "in {0} dies"
|
|
240
201
|
}
|
|
202
|
+
},
|
|
203
|
+
"hour": {
|
|
204
|
+
"current": "iste hora",
|
|
205
|
+
"past": "{0} hr. retro",
|
|
206
|
+
"future": "in {0} hr."
|
|
207
|
+
},
|
|
208
|
+
"minute": {
|
|
209
|
+
"current": "iste minuta",
|
|
210
|
+
"past": "{0} min. retro",
|
|
211
|
+
"future": "in {0} min."
|
|
212
|
+
},
|
|
213
|
+
"second": {
|
|
214
|
+
"current": "ora",
|
|
215
|
+
"past": "{0} sec. retro",
|
|
216
|
+
"future": "in {0} sec."
|
|
241
217
|
}
|
|
242
218
|
}
|
|
243
219
|
}
|
package/locale/id.json
CHANGED
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"month": {
|
|
19
19
|
"previous": "bulan lalu",
|
|
20
20
|
"current": "bulan ini",
|
|
21
|
-
"next": "bulan
|
|
21
|
+
"next": "bulan depan",
|
|
22
22
|
"past": "{0} bulan yang lalu",
|
|
23
23
|
"future": "dalam {0} bulan"
|
|
24
24
|
},
|
|
@@ -63,9 +63,9 @@
|
|
|
63
63
|
"future": "dlm {0} thn"
|
|
64
64
|
},
|
|
65
65
|
"quarter": {
|
|
66
|
-
"previous": "
|
|
67
|
-
"current": "
|
|
68
|
-
"next": "
|
|
66
|
+
"previous": "krtl lalu",
|
|
67
|
+
"current": "krtl ini",
|
|
68
|
+
"next": "krtl berikutnya",
|
|
69
69
|
"past": "{0} krtl. lalu",
|
|
70
70
|
"future": "dlm {0} krtl."
|
|
71
71
|
},
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
},
|
|
86
86
|
"day": {
|
|
87
87
|
"previous": "kemarin",
|
|
88
|
-
"previous-2": "
|
|
88
|
+
"previous-2": "selumbari",
|
|
89
89
|
"current": "hari ini",
|
|
90
90
|
"next": "besok",
|
|
91
91
|
"next-2": "lusa",
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
"future": "dalam {0} jam"
|
|
99
99
|
},
|
|
100
100
|
"minute": {
|
|
101
|
-
"current": "
|
|
101
|
+
"current": "mnt ini",
|
|
102
102
|
"past": "{0} mnt lalu",
|
|
103
103
|
"future": "dlm {0} mnt"
|
|
104
104
|
},
|
|
@@ -117,9 +117,9 @@
|
|
|
117
117
|
"future": "dlm {0} thn"
|
|
118
118
|
},
|
|
119
119
|
"quarter": {
|
|
120
|
-
"previous": "
|
|
121
|
-
"current": "
|
|
122
|
-
"next": "
|
|
120
|
+
"previous": "krtl lalu",
|
|
121
|
+
"current": "krtl ini",
|
|
122
|
+
"next": "krtl berikutnya",
|
|
123
123
|
"past": "{0} krtl. lalu",
|
|
124
124
|
"future": "dlm {0} krtl."
|
|
125
125
|
},
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
},
|
|
140
140
|
"day": {
|
|
141
141
|
"previous": "kemarin",
|
|
142
|
-
"previous-2": "
|
|
142
|
+
"previous-2": "selumbari",
|
|
143
143
|
"current": "hari ini",
|
|
144
144
|
"next": "besok",
|
|
145
145
|
"next-2": "lusa",
|
|
@@ -152,7 +152,7 @@
|
|
|
152
152
|
"future": "dalam {0} jam"
|
|
153
153
|
},
|
|
154
154
|
"minute": {
|
|
155
|
-
"current": "
|
|
155
|
+
"current": "mnt ini",
|
|
156
156
|
"past": "{0} mnt lalu",
|
|
157
157
|
"future": "dlm {0} mnt"
|
|
158
158
|
},
|
package/locale/is.json
CHANGED
|
@@ -195,12 +195,12 @@
|
|
|
195
195
|
"current": "í þessari viku",
|
|
196
196
|
"next": "í næstu viku",
|
|
197
197
|
"past": {
|
|
198
|
-
"one": "
|
|
199
|
-
"other": "
|
|
198
|
+
"one": "fyrir {0} viku",
|
|
199
|
+
"other": "fyrir {0} vikum"
|
|
200
200
|
},
|
|
201
201
|
"future": {
|
|
202
|
-
"one": "
|
|
203
|
-
"other": "
|
|
202
|
+
"one": "eftir {0} viku",
|
|
203
|
+
"other": "eftir {0} vikur"
|
|
204
204
|
}
|
|
205
205
|
},
|
|
206
206
|
"day": {
|
|
@@ -210,12 +210,12 @@
|
|
|
210
210
|
"next": "á morgun",
|
|
211
211
|
"next-2": "eftir tvo daga",
|
|
212
212
|
"past": {
|
|
213
|
-
"one": "
|
|
214
|
-
"other": "
|
|
213
|
+
"one": "fyrir {0} degi",
|
|
214
|
+
"other": "fyrir {0} dögum"
|
|
215
215
|
},
|
|
216
216
|
"future": {
|
|
217
|
-
"one": "
|
|
218
|
-
"other": "
|
|
217
|
+
"one": "eftir {0} dag",
|
|
218
|
+
"other": "eftir {0} daga"
|
|
219
219
|
}
|
|
220
220
|
},
|
|
221
221
|
"hour": {
|
package/locale/jv.json
CHANGED
|
@@ -75,9 +75,9 @@
|
|
|
75
75
|
"future": "ing {0} sasi"
|
|
76
76
|
},
|
|
77
77
|
"week": {
|
|
78
|
-
"previous": "
|
|
79
|
-
"current": "
|
|
80
|
-
"next": "
|
|
78
|
+
"previous": "pkn wingi",
|
|
79
|
+
"current": "pkn iki",
|
|
80
|
+
"next": "pkn ngarep",
|
|
81
81
|
"past": "{0} pekan kepungkur",
|
|
82
82
|
"future": "ing {0} pekan"
|
|
83
83
|
},
|
|
@@ -127,9 +127,9 @@
|
|
|
127
127
|
"future": "ing {0} sasi"
|
|
128
128
|
},
|
|
129
129
|
"week": {
|
|
130
|
-
"previous": "
|
|
131
|
-
"current": "
|
|
132
|
-
"next": "
|
|
130
|
+
"previous": "pkn wingi",
|
|
131
|
+
"current": "pkn iki",
|
|
132
|
+
"next": "pkn ngarep",
|
|
133
133
|
"past": "{0} pekan kepungkur",
|
|
134
134
|
"future": "ing {0} pekan"
|
|
135
135
|
},
|
package/locale/kgp.json
ADDED
|
@@ -0,0 +1,165 @@
|
|
|
1
|
+
{
|
|
2
|
+
"locale": "kgp",
|
|
3
|
+
"long": {
|
|
4
|
+
"year": {
|
|
5
|
+
"previous": "prỹg tĩ mũnh kã",
|
|
6
|
+
"current": "prỹg tag kã",
|
|
7
|
+
"next": "prỹg ũ kã",
|
|
8
|
+
"past": "prỹg {0} si ser",
|
|
9
|
+
"future": "prỹg {0} kar kỹ"
|
|
10
|
+
},
|
|
11
|
+
"quarter": {
|
|
12
|
+
"previous": "kysã tẽgtũ ẽg no",
|
|
13
|
+
"current": "kysã tẽgtũ tag",
|
|
14
|
+
"next": "kysã tẽgtũ ũn kã",
|
|
15
|
+
"past": "kysã-tẽgtũ {0} si ser",
|
|
16
|
+
"future": "kysã-tẽgtũ {0} kar kỹ"
|
|
17
|
+
},
|
|
18
|
+
"month": {
|
|
19
|
+
"previous": "kysã tĩ mũn kã",
|
|
20
|
+
"current": "kysã tag kã",
|
|
21
|
+
"next": "kysã ũn kã",
|
|
22
|
+
"past": "kysã {0} si ser",
|
|
23
|
+
"future": "kysã {0} kar kỹ"
|
|
24
|
+
},
|
|
25
|
+
"week": {
|
|
26
|
+
"previous": "simỹnỹ tĩ mũn kã",
|
|
27
|
+
"current": "simỹnỹ tag kã",
|
|
28
|
+
"next": "simỹnỹ ũn kã",
|
|
29
|
+
"past": "simỹnỹ {0} si ser",
|
|
30
|
+
"future": "simỹnỹ {0} kar kỹ"
|
|
31
|
+
},
|
|
32
|
+
"day": {
|
|
33
|
+
"previous": "rãketá",
|
|
34
|
+
"previous-2": "rãké ũn tá",
|
|
35
|
+
"current": "uri",
|
|
36
|
+
"next": "vajkỹ",
|
|
37
|
+
"next-2": "vaj ũn ka",
|
|
38
|
+
"past": "kurã {0} si ser",
|
|
39
|
+
"future": "kurã {0} kar kỹ"
|
|
40
|
+
},
|
|
41
|
+
"hour": {
|
|
42
|
+
"current": "óra tag kã",
|
|
43
|
+
"past": "óra {0} si ser",
|
|
44
|
+
"future": "óra {0} kar kỹ"
|
|
45
|
+
},
|
|
46
|
+
"minute": {
|
|
47
|
+
"current": "mĩnũtu tag",
|
|
48
|
+
"past": "mĩnũtu {0} si ser",
|
|
49
|
+
"future": "mĩnũtu {0} kar kỹ"
|
|
50
|
+
},
|
|
51
|
+
"second": {
|
|
52
|
+
"current": "ha",
|
|
53
|
+
"past": "segũno {0} si ser",
|
|
54
|
+
"future": "segũno {0} kar kỹ"
|
|
55
|
+
}
|
|
56
|
+
},
|
|
57
|
+
"short": {
|
|
58
|
+
"year": {
|
|
59
|
+
"previous": "prỹg tĩ mũnh kã",
|
|
60
|
+
"current": "prỹg tag kã",
|
|
61
|
+
"next": "prỹg ũ kã",
|
|
62
|
+
"past": "prỹg {0} si ser",
|
|
63
|
+
"future": "prỹg {0} kar kỹ"
|
|
64
|
+
},
|
|
65
|
+
"quarter": {
|
|
66
|
+
"previous": "kysã tẽgtũ ẽg no",
|
|
67
|
+
"current": "kysã tẽgtũ tag",
|
|
68
|
+
"next": "kysã tẽgtũ ũn kã",
|
|
69
|
+
"past": "kysã-tẽgtũ {0} si ser",
|
|
70
|
+
"future": "kysã-tẽgtũ {0} kar kỹ"
|
|
71
|
+
},
|
|
72
|
+
"month": {
|
|
73
|
+
"previous": "kysã tĩ mũn kã",
|
|
74
|
+
"current": "kysã tag kã",
|
|
75
|
+
"next": "kysã ũn kã",
|
|
76
|
+
"past": "kysã {0} si ser",
|
|
77
|
+
"future": "kysã {0} kar kỹ"
|
|
78
|
+
},
|
|
79
|
+
"week": {
|
|
80
|
+
"previous": "simỹnỹ tĩ mũn kã",
|
|
81
|
+
"current": "simỹnỹ tag kã",
|
|
82
|
+
"next": "simỹnỹ ũn kã",
|
|
83
|
+
"past": "sim. {0} si ser",
|
|
84
|
+
"future": "sim. {0} kar kỹ"
|
|
85
|
+
},
|
|
86
|
+
"day": {
|
|
87
|
+
"previous": "rãketá",
|
|
88
|
+
"previous-2": "rãké ũn tá",
|
|
89
|
+
"current": "uri",
|
|
90
|
+
"next": "vajkỹ",
|
|
91
|
+
"next-2": "vaj ũn ka",
|
|
92
|
+
"past": "kurã {0} si ser",
|
|
93
|
+
"future": "kurã {0} kar kỹ"
|
|
94
|
+
},
|
|
95
|
+
"hour": {
|
|
96
|
+
"current": "óra tag kã",
|
|
97
|
+
"past": "{0} h si ser",
|
|
98
|
+
"future": "{0} h kar kỹ"
|
|
99
|
+
},
|
|
100
|
+
"minute": {
|
|
101
|
+
"current": "mĩnũtu tag",
|
|
102
|
+
"past": "mĩn. {0} si ser",
|
|
103
|
+
"future": "mĩn. {0} kar kỹ"
|
|
104
|
+
},
|
|
105
|
+
"second": {
|
|
106
|
+
"current": "ha",
|
|
107
|
+
"past": "seg. {0} si ser",
|
|
108
|
+
"future": "seg. {0} kar kỹ"
|
|
109
|
+
}
|
|
110
|
+
},
|
|
111
|
+
"narrow": {
|
|
112
|
+
"year": {
|
|
113
|
+
"previous": "prỹg tĩ mũnh kã",
|
|
114
|
+
"current": "prỹg tag kã",
|
|
115
|
+
"next": "prỹg ũ kã",
|
|
116
|
+
"past": "prỹg {0} si ser",
|
|
117
|
+
"future": "prỹg {0} kar kỹ"
|
|
118
|
+
},
|
|
119
|
+
"quarter": {
|
|
120
|
+
"previous": "kysã tẽgtũ ẽg no",
|
|
121
|
+
"current": "kysã tẽgtũ tag",
|
|
122
|
+
"next": "kysã tẽgtũ ũn kã",
|
|
123
|
+
"past": "kysã-tẽgtũ {0} si ser",
|
|
124
|
+
"future": "kysã-tẽgtũ {0} kar kỹ"
|
|
125
|
+
},
|
|
126
|
+
"month": {
|
|
127
|
+
"previous": "kysã tĩ mũn kã",
|
|
128
|
+
"current": "kysã tag kã",
|
|
129
|
+
"next": "kysã ũn kã",
|
|
130
|
+
"past": "kysã {0} si ser",
|
|
131
|
+
"future": "kysã {0} kar kỹ"
|
|
132
|
+
},
|
|
133
|
+
"week": {
|
|
134
|
+
"previous": "simỹnỹ tĩ mũn kã",
|
|
135
|
+
"current": "simỹnỹ tag kã",
|
|
136
|
+
"next": "simỹnỹ ũn kã",
|
|
137
|
+
"past": "sim. {0} si ser",
|
|
138
|
+
"future": "sim. {0} kar kỹ"
|
|
139
|
+
},
|
|
140
|
+
"day": {
|
|
141
|
+
"previous": "rãketá",
|
|
142
|
+
"previous-2": "rãké ũn tá",
|
|
143
|
+
"current": "uri",
|
|
144
|
+
"next": "vajkỹ",
|
|
145
|
+
"next-2": "vaj ũn ka",
|
|
146
|
+
"past": "kurã {0} si ser",
|
|
147
|
+
"future": "kurã {0} kar kỹ"
|
|
148
|
+
},
|
|
149
|
+
"hour": {
|
|
150
|
+
"current": "óra tag kã",
|
|
151
|
+
"past": "{0} h si ser",
|
|
152
|
+
"future": "{0} h kar kỹ"
|
|
153
|
+
},
|
|
154
|
+
"minute": {
|
|
155
|
+
"current": "mĩnũtu tag",
|
|
156
|
+
"past": "mĩn. {0} si ser",
|
|
157
|
+
"future": "mĩn. {0} kar kỹ"
|
|
158
|
+
},
|
|
159
|
+
"second": {
|
|
160
|
+
"current": "ha",
|
|
161
|
+
"past": "seg. {0} si ser",
|
|
162
|
+
"future": "seg. {0} kar kỹ"
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
}
|