javascript-time-ago 2.5.10 → 2.5.11

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/locale/pl.json CHANGED
@@ -287,5 +287,64 @@
287
287
  "past": "{0} s temu",
288
288
  "future": "za {0} s"
289
289
  }
290
+ },
291
+ "now": {
292
+ "now": {
293
+ "current": "teraz",
294
+ "future": "za chwilę",
295
+ "past": "przed chwilą"
296
+ }
297
+ },
298
+ "mini": {
299
+ "year": "{0}r",
300
+ "month": "{0}m",
301
+ "week": "{0}t",
302
+ "day": "{0}d",
303
+ "hour": "{0}g",
304
+ "minute": "{0}m",
305
+ "second": "{0}s",
306
+ "now": "teraz"
307
+ },
308
+ "short-time": {
309
+ "year": "{0} r.",
310
+ "month": "{0} m-c",
311
+ "week": "{0} tyg.",
312
+ "day": {
313
+ "one": "{0} dzień",
314
+ "other": "{0} dni"
315
+ },
316
+ "hour": "{0} godz.",
317
+ "minute": "{0} min.",
318
+ "second": "{0} sek."
319
+ },
320
+ "long-time": {
321
+ "year": {
322
+ "one": "{0} rok",
323
+ "other": "{0} lata"
324
+ },
325
+ "month": {
326
+ "one": "{0} miesiąc",
327
+ "other": "{0} miesiące"
328
+ },
329
+ "week": {
330
+ "one": "{0} tydzień",
331
+ "other": "{0} tygodnie"
332
+ },
333
+ "day": {
334
+ "one": "{0} dzień",
335
+ "other": "{0} dni"
336
+ },
337
+ "hour": {
338
+ "one": "{0} godzina",
339
+ "other": "{0} godziny"
340
+ },
341
+ "minute": {
342
+ "one": "{0} minuta",
343
+ "other": "{0} minuty"
344
+ },
345
+ "second": {
346
+ "one": "{0} sekunda",
347
+ "other": "{0} sekundy"
348
+ }
290
349
  }
291
350
  }
package/locale/pl.json.js CHANGED
@@ -287,5 +287,64 @@ export default {
287
287
  "past": "{0} s temu",
288
288
  "future": "za {0} s"
289
289
  }
290
+ },
291
+ "now": {
292
+ "now": {
293
+ "current": "teraz",
294
+ "future": "za chwilę",
295
+ "past": "przed chwilą"
296
+ }
297
+ },
298
+ "mini": {
299
+ "year": "{0}r",
300
+ "month": "{0}m",
301
+ "week": "{0}t",
302
+ "day": "{0}d",
303
+ "hour": "{0}g",
304
+ "minute": "{0}m",
305
+ "second": "{0}s",
306
+ "now": "teraz"
307
+ },
308
+ "short-time": {
309
+ "year": "{0} r.",
310
+ "month": "{0} m-c",
311
+ "week": "{0} tyg.",
312
+ "day": {
313
+ "one": "{0} dzień",
314
+ "other": "{0} dni"
315
+ },
316
+ "hour": "{0} godz.",
317
+ "minute": "{0} min.",
318
+ "second": "{0} sek."
319
+ },
320
+ "long-time": {
321
+ "year": {
322
+ "one": "{0} rok",
323
+ "other": "{0} lata"
324
+ },
325
+ "month": {
326
+ "one": "{0} miesiąc",
327
+ "other": "{0} miesiące"
328
+ },
329
+ "week": {
330
+ "one": "{0} tydzień",
331
+ "other": "{0} tygodnie"
332
+ },
333
+ "day": {
334
+ "one": "{0} dzień",
335
+ "other": "{0} dni"
336
+ },
337
+ "hour": {
338
+ "one": "{0} godzina",
339
+ "other": "{0} godziny"
340
+ },
341
+ "minute": {
342
+ "one": "{0} minuta",
343
+ "other": "{0} minuty"
344
+ },
345
+ "second": {
346
+ "one": "{0} sekunda",
347
+ "other": "{0} sekundy"
348
+ }
290
349
  }
291
350
  }
@@ -0,0 +1,30 @@
1
+ {
2
+ "year": {
3
+ "one": "{0} rok",
4
+ "other": "{0} lata"
5
+ },
6
+ "month": {
7
+ "one": "{0} miesiąc",
8
+ "other": "{0} miesiące"
9
+ },
10
+ "week": {
11
+ "one": "{0} tydzień",
12
+ "other": "{0} tygodnie"
13
+ },
14
+ "day": {
15
+ "one": "{0} dzień",
16
+ "other": "{0} dni"
17
+ },
18
+ "hour": {
19
+ "one": "{0} godzina",
20
+ "other": "{0} godziny"
21
+ },
22
+ "minute": {
23
+ "one": "{0} minuta",
24
+ "other": "{0} minuty"
25
+ },
26
+ "second": {
27
+ "one": "{0} sekunda",
28
+ "other": "{0} sekundy"
29
+ }
30
+ }
@@ -0,0 +1,9 @@
1
+ {
2
+ "year": "{0}r",
3
+ "month": "{0}m",
4
+ "week": "{0}t",
5
+ "day": "{0}d",
6
+ "hour": "{0}g",
7
+ "minute": "{0}m",
8
+ "second": "{0}s"
9
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "now": {
3
+ "current": "teraz",
4
+ "future": "za chwilę",
5
+ "past": "przed chwilą"
6
+ }
7
+ }
@@ -0,0 +1,12 @@
1
+ {
2
+ "year": "{0} r.",
3
+ "month": "{0} m-c",
4
+ "week": "{0} tyg.",
5
+ "day": {
6
+ "one": "{0} dzień",
7
+ "other": "{0} dni"
8
+ },
9
+ "hour": "{0} godz.",
10
+ "minute": "{0} min.",
11
+ "second": "{0} sek."
12
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "javascript-time-ago",
3
- "version": "2.5.10",
3
+ "version": "2.5.11",
4
4
  "description": "Localized relative date/time formatting",
5
5
  "main": "index.cjs",
6
6
  "module": "index.js",