• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// © 2016 and later: Unicode, Inc. and others.
2// License & terms of use: http://www.unicode.org/copyright.html
3// Generated using tools/cldr/cldr-to-icu/build-icu-data.xml
4rm{
5    units{
6        compound{
7            per{"{0} per {1}"}
8        }
9        coordinate{
10            east{"{0} ost"}
11            north{"{0} nord"}
12            south{"{0} sid"}
13            west{"{0} vest"}
14        }
15        digital{
16            bit{
17                dnam{"bits"}
18                one{"{0} bit"}
19                other{"{0} bits"}
20            }
21            byte{
22                dnam{"bytes"}
23                one{"{0} byte"}
24                other{"{0} bytes"}
25            }
26            gigabit{
27                dnam{"gigabits"}
28                one{"{0} gigabit"}
29                other{"{0} gigabits"}
30            }
31            gigabyte{
32                dnam{"gigabytes"}
33                one{"{0} gigabyte"}
34                other{"{0} gigabytes"}
35            }
36            kilobit{
37                dnam{"kilobits"}
38                one{"{0} kilobit"}
39                other{"{0} kilobits"}
40            }
41            kilobyte{
42                dnam{"kilobytes"}
43                one{"{0} kilobyte"}
44                other{"{0} kilobytes"}
45            }
46            megabit{
47                dnam{"megabits"}
48                one{"{0} megabit"}
49                other{"{0} megabits"}
50            }
51            megabyte{
52                dnam{"megabytes"}
53                one{"{0} megabyte"}
54                other{"{0} megabytes"}
55            }
56            petabyte{
57                dnam{"petabytes"}
58                one{"{0} petabyte"}
59                other{"{0} petabytes"}
60            }
61            terabit{
62                dnam{"terabits"}
63                one{"{0} terabit"}
64                other{"{0} terabits"}
65            }
66            terabyte{
67                dnam{"terabytes"}
68                one{"{0} terabyte"}
69                other{"{0} terabytes"}
70            }
71        }
72        duration{
73            millisecond{
74                dnam{"millisecundas"}
75                one{"{0} millisecunda"}
76                other{"{0} millisecundas"}
77            }
78            minute{
79                one{"{0} minuta"}
80                other{"{0} minutas"}
81                per{"{0} per minuta"}
82            }
83            second{
84                one{"{0} secunda"}
85                other{"{0} secundas"}
86                per{"{0} per secunda"}
87            }
88        }
89        graphics{
90            pixel{
91                one{"{0} pixel"}
92                other{"{0} pixels"}
93            }
94        }
95        length{
96            centimeter{
97                dnam{"centimeters"}
98                one{"{0} centimeter"}
99                other{"{0} centimeters"}
100            }
101            kilometer{
102                dnam{"kilometers"}
103                one{"{0} kilometer"}
104                other{"{0} kilometers"}
105            }
106            meter{
107                one{"{0} meter"}
108                other{"{0} meters"}
109            }
110            millimeter{
111                dnam{"millimeters"}
112                one{"{0} millimeter"}
113                other{"{0} millimeters"}
114            }
115        }
116        mass{
117            gram{
118                one{"{0} gram"}
119                other{"{0} grams"}
120            }
121            kilogram{
122                dnam{"kilograms"}
123                one{"{0} kilogram"}
124                other{"{0} kilograms"}
125            }
126        }
127        speed{
128            kilometer-per-hour{
129                dnam{"kilometers per ura"}
130                one{"{0} kilometer per ura"}
131                other{"{0} kilometers per ura"}
132            }
133        }
134        temperature{
135            celsius{
136                dnam{"grads celsius"}
137                one{"{0} grad celsius"}
138                other{"{0} grads celsius"}
139            }
140        }
141        volume{
142            liter{
143                one{"{0} liter"}
144                other{"{0} liters"}
145                per{"{0} per liter"}
146            }
147        }
148    }
149    unitsNarrow{
150        coordinate{
151            east{"{0}O"}
152            south{"{0}S"}
153            west{"{0}V"}
154        }
155        duration{
156            day{
157                dnam{"di"}
158                one{"{0} dis"}
159                other{"{0} dis"}
160            }
161            hour{
162                dnam{"ura"}
163                one{"{0} uras"}
164                other{"{0} uras"}
165            }
166            millisecond{
167                one{"{0}ms"}
168                other{"{0}ms"}
169            }
170            minute{
171                dnam{"min"}
172                one{"{0} mins."}
173                other{"{0} mins."}
174            }
175            second{
176                dnam{"sec"}
177                one{"{0} secs."}
178                other{"{0} secs."}
179            }
180            week{
181                dnam{"emna"}
182                one{"{0} emnas"}
183                other{"{0} emnas"}
184            }
185            year{
186                dnam{"onn"}
187                one{"{0} onns"}
188                other{"{0} onns"}
189            }
190        }
191        force{
192            kilowatt-hour-per-100-kilometer{
193                one{"{0}kWh/100km"}
194                other{"{0}kWh/100km"}
195            }
196        }
197        length{
198            centimeter{
199                one{"{0}cm"}
200                other{"{0}cm"}
201            }
202            kilometer{
203                one{"{0}km"}
204                other{"{0}km"}
205            }
206            meter{
207                dnam{"meter"}
208                one{"{0}m"}
209                other{"{0}m"}
210            }
211            millimeter{
212                one{"{0}mm"}
213                other{"{0}mm"}
214            }
215        }
216        mass{
217            gram{
218                dnam{"gram"}
219            }
220        }
221        speed{
222            kilometer-per-hour{
223                dnam{"km/h"}
224            }
225        }
226        temperature{
227            celsius{
228                one{"{0}°C"}
229                other{"{0}°C"}
230            }
231        }
232        volume{
233            dessert-spoon-imperial{
234                one{"{0}dsp-Imp"}
235                other{"{0}dsp-Imp"}
236            }
237            fluid-ounce-imperial{
238                one{"{0} fl oz imp"}
239                other{"{0} fl oz imp"}
240            }
241            gallon-imperial{
242                one{"{0} gal imp"}
243                other{"{0} gal imp"}
244            }
245            liter{
246                dnam{"liter"}
247            }
248        }
249    }
250    unitsShort{
251        coordinate{
252            dnam{"direcziun"}
253            east{"{0} O"}
254            north{"{0} N"}
255            south{"{0} S"}
256            west{"{0} V"}
257        }
258        digital{
259            gigabit{
260                dnam{"Gbit"}
261            }
262            gigabyte{
263                dnam{"GByte"}
264            }
265            kilobit{
266                dnam{"kbit"}
267            }
268            kilobyte{
269                dnam{"kByte"}
270            }
271            megabit{
272                dnam{"Mbit"}
273            }
274            megabyte{
275                dnam{"MByte"}
276            }
277            petabyte{
278                dnam{"PByte"}
279            }
280            terabit{
281                dnam{"Tbit"}
282            }
283            terabyte{
284                dnam{"TByte"}
285            }
286        }
287        duration{
288            day{
289                dnam{"dis"}
290                one{"{0} di"}
291                other{"{0} dis"}
292            }
293            hour{
294                dnam{"uras"}
295                one{"{0} ura"}
296                other{"{0} uras"}
297            }
298            minute{
299                dnam{"minutas"}
300                one{"{0} min."}
301                other{"{0} mins."}
302            }
303            month{
304                dnam{"mais"}
305                one{"{0} mais"}
306                other{"{0} mais"}
307            }
308            second{
309                dnam{"secundas"}
310                one{"{0} sec."}
311                other{"{0} secs."}
312            }
313            week{
314                dnam{"emnas"}
315                one{"{0} emna"}
316                other{"{0} emnas"}
317            }
318            year{
319                dnam{"onns"}
320                one{"{0} onn"}
321                other{"{0} onns"}
322            }
323        }
324        graphics{
325            pixel{
326                dnam{"pixels"}
327            }
328        }
329        length{
330            meter{
331                dnam{"meters"}
332            }
333        }
334        mass{
335            gram{
336                dnam{"grams"}
337            }
338        }
339        speed{
340            kilometer-per-hour{
341                dnam{"km/ura"}
342            }
343        }
344        temperature{
345            celsius{
346                one{"{0} °C"}
347                other{"{0} °C"}
348            }
349        }
350        volume{
351            liter{
352                dnam{"liters"}
353            }
354        }
355    }
356}
357