UNPKG

1.6 kBJavaScriptView Raw
1export default {
2 "locale": "en-CA",
3 "style": "narrow",
4 "year": {
5 "previous": "last yr",
6 "current": "this yr",
7 "next": "next yr",
8 "past": {
9 "one": "{0} yr ago",
10 "other": "{0} yrs ago"
11 },
12 "future": {
13 "one": "in {0} yr",
14 "other": "in {0} yrs"
15 }
16 },
17 "quarter": {
18 "previous": "last qtr.",
19 "current": "this qtr.",
20 "next": "next qtr.",
21 "past": {
22 "one": "{0} qtr ago",
23 "other": "{0} qtrs ago"
24 },
25 "future": {
26 "one": "in {0} qtr",
27 "other": "in {0} qtrs"
28 }
29 },
30 "month": {
31 "previous": "last mo",
32 "current": "this mo",
33 "next": "next mo",
34 "past": {
35 "one": "{0} mo ago",
36 "other": "{0} mos ago"
37 },
38 "future": {
39 "one": "in {0} mo",
40 "other": "in {0} mos"
41 }
42 },
43 "week": {
44 "previous": "last wk",
45 "current": "this wk",
46 "next": "next wk",
47 "past": {
48 "one": "{0} wk ago",
49 "other": "{0} wks ago"
50 },
51 "future": {
52 "one": "in {0} wk",
53 "other": "in {0} wks"
54 }
55 },
56 "day": {
57 "previous": "yesterday",
58 "current": "today",
59 "next": "tomorrow",
60 "past": "{0}d ago",
61 "future": "in {0}d"
62 },
63 "hour": {
64 "current": "this hour",
65 "past": {
66 "one": "{0} hr ago",
67 "other": "{0} hrs ago"
68 },
69 "future": {
70 "one": "in {0} hr",
71 "other": "in {0} hrs"
72 }
73 },
74 "minute": {
75 "current": "this minute",
76 "past": {
77 "one": "{0} min ago",
78 "other": "{0} mins ago"
79 },
80 "future": {
81 "one": "in {0} min",
82 "other": "in {0} mins"
83 }
84 },
85 "second": {
86 "current": "now",
87 "past": {
88 "one": "{0} sec ago",
89 "other": "{0} secs ago"
90 },
91 "future": {
92 "one": "in {0} sec",
93 "other": "in {0} secs"
94 }
95 }
96}
\No newline at end of file