UNPKG

5.02 kBJavaScriptView Raw
1/* @generated */
2// prettier-ignore
3if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData === 'function') {
4 Intl.RelativeTimeFormat.__addLocaleData({
5 "data": {
6 "day": {
7 "-1": "ཁས་ས་",
8 "-2": "ཁས་ཉིན་",
9 "0": "དེ་རིང་",
10 "1": "སང་ཉིན་",
11 "2": "གནངས་ཉིན་",
12 "future": {
13 "other": "+{0} d"
14 },
15 "past": {
16 "other": "-{0} d"
17 }
18 },
19 "day-narrow": {
20 "-1": "ཁས་ས་",
21 "-2": "ཁས་ཉིན་",
22 "0": "དེ་རིང་",
23 "1": "སང་ཉིན་",
24 "2": "གནངས་ཉིན་",
25 "future": {
26 "other": "+{0} d"
27 },
28 "past": {
29 "other": "-{0} d"
30 }
31 },
32 "day-short": {
33 "-1": "ཁས་ས་",
34 "-2": "ཁས་ཉིན་",
35 "0": "དེ་རིང་",
36 "1": "སང་ཉིན་",
37 "2": "གནངས་ཉིན་",
38 "future": {
39 "other": "+{0} d"
40 },
41 "past": {
42 "other": "-{0} d"
43 }
44 },
45 "hour": {
46 "0": "this hour",
47 "future": {
48 "other": "+{0} h"
49 },
50 "past": {
51 "other": "-{0} h"
52 }
53 },
54 "hour-narrow": {
55 "0": "this hour",
56 "future": {
57 "other": "+{0} h"
58 },
59 "past": {
60 "other": "-{0} h"
61 }
62 },
63 "hour-short": {
64 "0": "this hour",
65 "future": {
66 "other": "+{0} h"
67 },
68 "past": {
69 "other": "-{0} h"
70 }
71 },
72 "minute": {
73 "0": "this minute",
74 "future": {
75 "other": "+{0} min"
76 },
77 "past": {
78 "other": "-{0} min"
79 }
80 },
81 "minute-narrow": {
82 "0": "this minute",
83 "future": {
84 "other": "+{0} min"
85 },
86 "past": {
87 "other": "-{0} min"
88 }
89 },
90 "minute-short": {
91 "0": "this minute",
92 "future": {
93 "other": "+{0} min"
94 },
95 "past": {
96 "other": "-{0} min"
97 }
98 },
99 "month": {
100 "-1": "last month",
101 "0": "this month",
102 "1": "next month",
103 "future": {
104 "other": "+{0} m"
105 },
106 "past": {
107 "other": "-{0} m"
108 }
109 },
110 "month-narrow": {
111 "-1": "last month",
112 "0": "this month",
113 "1": "next month",
114 "future": {
115 "other": "+{0} m"
116 },
117 "past": {
118 "other": "-{0} m"
119 }
120 },
121 "month-short": {
122 "-1": "last month",
123 "0": "this month",
124 "1": "next month",
125 "future": {
126 "other": "+{0} m"
127 },
128 "past": {
129 "other": "-{0} m"
130 }
131 },
132 "nu": [
133 "latn"
134 ],
135 "quarter": {
136 "-1": "last quarter",
137 "0": "this quarter",
138 "1": "next quarter",
139 "future": {
140 "other": "+{0} Q"
141 },
142 "past": {
143 "other": "-{0} Q"
144 }
145 },
146 "quarter-narrow": {
147 "-1": "last quarter",
148 "0": "this quarter",
149 "1": "next quarter",
150 "future": {
151 "other": "+{0} Q"
152 },
153 "past": {
154 "other": "-{0} Q"
155 }
156 },
157 "quarter-short": {
158 "-1": "last quarter",
159 "0": "this quarter",
160 "1": "next quarter",
161 "future": {
162 "other": "+{0} Q"
163 },
164 "past": {
165 "other": "-{0} Q"
166 }
167 },
168 "second": {
169 "0": "now",
170 "future": {
171 "other": "+{0} s"
172 },
173 "past": {
174 "other": "-{0} s"
175 }
176 },
177 "second-narrow": {
178 "0": "now",
179 "future": {
180 "other": "+{0} s"
181 },
182 "past": {
183 "other": "-{0} s"
184 }
185 },
186 "second-short": {
187 "0": "now",
188 "future": {
189 "other": "+{0} s"
190 },
191 "past": {
192 "other": "-{0} s"
193 }
194 },
195 "week": {
196 "-1": "last week",
197 "0": "this week",
198 "1": "next week",
199 "future": {
200 "other": "+{0} w"
201 },
202 "past": {
203 "other": "-{0} w"
204 }
205 },
206 "week-narrow": {
207 "-1": "last week",
208 "0": "this week",
209 "1": "next week",
210 "future": {
211 "other": "+{0} w"
212 },
213 "past": {
214 "other": "-{0} w"
215 }
216 },
217 "week-short": {
218 "-1": "last week",
219 "0": "this week",
220 "1": "next week",
221 "future": {
222 "other": "+{0} w"
223 },
224 "past": {
225 "other": "-{0} w"
226 }
227 },
228 "year": {
229 "-1": "last year",
230 "0": "this year",
231 "1": "next year",
232 "future": {
233 "other": "+{0} y"
234 },
235 "past": {
236 "other": "-{0} y"
237 }
238 },
239 "year-narrow": {
240 "-1": "last year",
241 "0": "this year",
242 "1": "next year",
243 "future": {
244 "other": "+{0} y"
245 },
246 "past": {
247 "other": "-{0} y"
248 }
249 },
250 "year-short": {
251 "-1": "last year",
252 "0": "this year",
253 "1": "next year",
254 "future": {
255 "other": "+{0} y"
256 },
257 "past": {
258 "other": "-{0} y"
259 }
260 }
261 },
262 "locale": "bo"
263})
264}