UNPKG

4.11 kBJSONView Raw
1{
2 "locale": "en-VC",
3 "long": {
4 "year": {
5 "previous": "last year",
6 "current": "this year",
7 "next": "next year",
8 "past": {
9 "one": "{0} year ago",
10 "other": "{0} years ago"
11 },
12 "future": {
13 "one": "in {0} year",
14 "other": "in {0} years"
15 }
16 },
17 "quarter": {
18 "previous": "last quarter",
19 "current": "this quarter",
20 "next": "next quarter",
21 "past": {
22 "one": "{0} quarter ago",
23 "other": "{0} quarters ago"
24 },
25 "future": {
26 "one": "in {0} quarter",
27 "other": "in {0} quarters"
28 }
29 },
30 "month": {
31 "previous": "last month",
32 "current": "this month",
33 "next": "next month",
34 "past": {
35 "one": "{0} month ago",
36 "other": "{0} months ago"
37 },
38 "future": {
39 "one": "in {0} month",
40 "other": "in {0} months"
41 }
42 },
43 "week": {
44 "previous": "last week",
45 "current": "this week",
46 "next": "next week",
47 "past": {
48 "one": "{0} week ago",
49 "other": "{0} weeks ago"
50 },
51 "future": {
52 "one": "in {0} week",
53 "other": "in {0} weeks"
54 }
55 },
56 "day": {
57 "previous": "yesterday",
58 "current": "today",
59 "next": "tomorrow",
60 "past": {
61 "one": "{0} day ago",
62 "other": "{0} days ago"
63 },
64 "future": {
65 "one": "in {0} day",
66 "other": "in {0} days"
67 }
68 },
69 "hour": {
70 "current": "this hour",
71 "past": {
72 "one": "{0} hour ago",
73 "other": "{0} hours ago"
74 },
75 "future": {
76 "one": "in {0} hour",
77 "other": "in {0} hours"
78 }
79 },
80 "minute": {
81 "current": "this minute",
82 "past": {
83 "one": "{0} minute ago",
84 "other": "{0} minutes ago"
85 },
86 "future": {
87 "one": "in {0} minute",
88 "other": "in {0} minutes"
89 }
90 },
91 "second": {
92 "current": "now",
93 "past": {
94 "one": "{0} second ago",
95 "other": "{0} seconds ago"
96 },
97 "future": {
98 "one": "in {0} second",
99 "other": "in {0} seconds"
100 }
101 }
102 },
103 "short": {
104 "year": {
105 "previous": "last yr.",
106 "current": "this yr.",
107 "next": "next yr.",
108 "past": "{0} yr ago",
109 "future": "in {0} yr"
110 },
111 "quarter": {
112 "previous": "last qtr.",
113 "current": "this qtr.",
114 "next": "next qtr.",
115 "past": "{0} qtr ago",
116 "future": "in {0} qtr"
117 },
118 "month": {
119 "previous": "last mo.",
120 "current": "this mo.",
121 "next": "next mo.",
122 "past": "{0} mo ago",
123 "future": "in {0} mo"
124 },
125 "week": {
126 "previous": "last wk.",
127 "current": "this wk.",
128 "next": "next wk.",
129 "past": "{0} wk ago",
130 "future": "in {0} wk"
131 },
132 "day": {
133 "previous": "yesterday",
134 "current": "today",
135 "next": "tomorrow",
136 "past": {
137 "one": "{0} day ago",
138 "other": "{0} days ago"
139 },
140 "future": {
141 "one": "in {0} day",
142 "other": "in {0} days"
143 }
144 },
145 "hour": {
146 "current": "this hour",
147 "past": "{0} hr ago",
148 "future": "in {0} hr"
149 },
150 "minute": {
151 "current": "this minute",
152 "past": "{0} min ago",
153 "future": "in {0} min"
154 },
155 "second": {
156 "current": "now",
157 "past": "{0} sec ago",
158 "future": "in {0} sec"
159 }
160 },
161 "narrow": {
162 "year": {
163 "previous": "last yr.",
164 "current": "this yr.",
165 "next": "next yr.",
166 "past": "{0} yr ago",
167 "future": "in {0} yr"
168 },
169 "quarter": {
170 "previous": "last qtr.",
171 "current": "this qtr.",
172 "next": "next qtr.",
173 "past": "{0} qtr ago",
174 "future": "in {0} qtr"
175 },
176 "month": {
177 "previous": "last mo.",
178 "current": "this mo.",
179 "next": "next mo.",
180 "past": "{0} mo ago",
181 "future": "in {0} mo"
182 },
183 "week": {
184 "previous": "last wk.",
185 "current": "this wk.",
186 "next": "next wk.",
187 "past": "{0} wk ago",
188 "future": "in {0} wk"
189 },
190 "day": {
191 "previous": "yesterday",
192 "current": "today",
193 "next": "tomorrow",
194 "past": {
195 "one": "{0} day ago",
196 "other": "{0} days ago"
197 },
198 "future": {
199 "one": "in {0} day",
200 "other": "in {0} days"
201 }
202 },
203 "hour": {
204 "current": "this hour",
205 "past": "{0} hr ago",
206 "future": "in {0} hr"
207 },
208 "minute": {
209 "current": "this minute",
210 "past": "{0} min ago",
211 "future": "in {0} min"
212 },
213 "second": {
214 "current": "now",
215 "past": "{0} sec ago",
216 "future": "in {0} sec"
217 }
218 }
219}
\No newline at end of file