UNPKG

4.2 kBJavaScriptView Raw
1export default {
2 "locale": "en-SG",
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": {
116 "one": "{0} qtr ago",
117 "other": "{0} qtrs ago"
118 },
119 "future": {
120 "one": "in {0} qtr",
121 "other": "in {0} qtrs"
122 }
123 },
124 "month": {
125 "previous": "last mth",
126 "current": "this mth",
127 "next": "next mth",
128 "past": "{0} mth ago",
129 "future": "in {0} mth"
130 },
131 "week": {
132 "previous": "last wk",
133 "current": "this wk",
134 "next": "next wk",
135 "past": "{0} wk ago",
136 "future": "in {0} wk"
137 },
138 "day": {
139 "previous": "yesterday",
140 "current": "today",
141 "next": "tomorrow",
142 "past": {
143 "one": "{0} day ago",
144 "other": "{0} days ago"
145 },
146 "future": {
147 "one": "in {0} day",
148 "other": "in {0} days"
149 }
150 },
151 "hour": {
152 "current": "this hour",
153 "past": "{0} hr ago",
154 "future": "in {0} hr"
155 },
156 "minute": {
157 "current": "this minute",
158 "past": "{0} min ago",
159 "future": "in {0} min"
160 },
161 "second": {
162 "current": "now",
163 "past": "{0} sec ago",
164 "future": "in {0} sec"
165 }
166 },
167 "narrow": {
168 "year": {
169 "previous": "last yr",
170 "current": "this yr",
171 "next": "next yr",
172 "past": "{0} yr ago",
173 "future": "in {0} yr"
174 },
175 "quarter": {
176 "previous": "last qtr",
177 "current": "this qtr",
178 "next": "next qtr",
179 "past": "{0} qtr ago",
180 "future": "in {0} qtr"
181 },
182 "month": {
183 "previous": "last mo",
184 "current": "this mo",
185 "next": "next mo",
186 "past": "{0} mo ago",
187 "future": "in {0} mo"
188 },
189 "week": {
190 "previous": "last wk",
191 "current": "this wk",
192 "next": "next wk",
193 "past": "{0} wk ago",
194 "future": "in {0} wk"
195 },
196 "day": {
197 "previous": "yesterday",
198 "current": "today",
199 "next": "tomorrow",
200 "past": {
201 "one": "{0} day ago",
202 "other": "{0} days ago"
203 },
204 "future": {
205 "one": "in {0} day",
206 "other": "in {0} days"
207 }
208 },
209 "hour": {
210 "current": "this hour",
211 "past": "{0} hr ago",
212 "future": "in {0} hr"
213 },
214 "minute": {
215 "current": "this minute",
216 "past": "{0} min ago",
217 "future": "in {0} min"
218 },
219 "second": {
220 "current": "now",
221 "past": "{0} sec ago",
222 "future": "in {0} sec"
223 }
224 }
225}
\No newline at end of file