Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(101)

Side by Side Diff: source/data/unit/root.txt

Issue 845603002: Update ICU to 54.1 step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: remove unusued directories Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « source/data/unit/rof.txt ('k') | source/data/unit/ru.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // ***************************************************************************
2 // *
3 // * Copyright (C) 2014 International Business Machines
4 // * Corporation and others. All Rights Reserved.
5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
6 // * Source File: <path>/common/main/root.xml
7 // *
8 // ***************************************************************************
9 /**
10 * ICU <specials> source: <path>/common/main/root.xml
11 */
12 root{
13 Version{"2.1.7.12"}
14 unitsShort{
15 acceleration{
16 g-force{
17 dnam{"g-force"}
18 other{"{0} G"}
19 }
20 meter-per-second-squared{
21 dnam{"m/s²"}
22 other{"{0} m/s²"}
23 }
24 }
25 angle{
26 arc-minute{
27 dnam{"arcmin"}
28 other{"{0}′"}
29 }
30 arc-second{
31 dnam{"arcsec"}
32 other{"{0}″"}
33 }
34 degree{
35 dnam{"deg"}
36 other{"{0}°"}
37 }
38 radian{
39 dnam{"rad"}
40 other{"{0} rad"}
41 }
42 }
43 area{
44 acre{
45 dnam{"acre"}
46 other{"{0} ac"}
47 }
48 hectare{
49 dnam{"hectare"}
50 other{"{0} ha"}
51 }
52 square-centimeter{
53 dnam{"cm²"}
54 other{"{0} cm²"}
55 }
56 square-foot{
57 dnam{"ft²"}
58 other{"{0} ft²"}
59 }
60 square-inch{
61 dnam{"in²"}
62 other{"{0} in²"}
63 }
64 square-kilometer{
65 dnam{"km²"}
66 other{"{0} km²"}
67 }
68 square-meter{
69 dnam{"m²"}
70 other{"{0} m²"}
71 }
72 square-mile{
73 dnam{"mi²"}
74 other{"{0} mi²"}
75 }
76 square-yard{
77 dnam{"yd²"}
78 other{"{0} yd²"}
79 }
80 }
81 compound{
82 per{"{0}/{1}"}
83 }
84 consumption{
85 liter-per-kilometer{
86 dnam{"L/km"}
87 other{"{0} L/km"}
88 }
89 mile-per-gallon{
90 dnam{"mpg"}
91 other{"{0} mpg"}
92 }
93 }
94 digital{
95 bit{
96 dnam{"bit"}
97 other{"{0} bit"}
98 }
99 byte{
100 dnam{"byte"}
101 other{"{0} byte"}
102 }
103 gigabit{
104 dnam{"Gb"}
105 other{"{0} Gb"}
106 }
107 gigabyte{
108 dnam{"GB"}
109 other{"{0} GB"}
110 }
111 kilobit{
112 dnam{"kb"}
113 other{"{0} kb"}
114 }
115 kilobyte{
116 dnam{"kB"}
117 other{"{0} kB"}
118 }
119 megabit{
120 dnam{"Mb"}
121 other{"{0} Mb"}
122 }
123 megabyte{
124 dnam{"MB"}
125 other{"{0} MB"}
126 }
127 terabit{
128 dnam{"Tb"}
129 other{"{0} Tb"}
130 }
131 terabyte{
132 dnam{"TB"}
133 other{"{0} TB"}
134 }
135 }
136 duration{
137 day{
138 dnam{"day"}
139 other{"{0} d"}
140 }
141 hour{
142 dnam{"hr"}
143 other{"{0} h"}
144 per{"{0}/h"}
145 }
146 microsecond{
147 dnam{"μs"}
148 other{"{0} μs"}
149 }
150 millisecond{
151 dnam{"ms"}
152 other{"{0} ms"}
153 }
154 minute{
155 dnam{"min"}
156 other{"{0} min"}
157 }
158 month{
159 dnam{"mon"}
160 other{"{0} m"}
161 }
162 nanosecond{
163 dnam{"ns"}
164 other{"{0} ns"}
165 }
166 second{
167 dnam{"sec"}
168 other{"{0} s"}
169 per{"{0}/s"}
170 }
171 week{
172 dnam{"wk"}
173 other{"{0} w"}
174 }
175 year{
176 dnam{"yr"}
177 other{"{0} y"}
178 }
179 }
180 electric{
181 ampere{
182 dnam{"amp"}
183 other{"{0} A"}
184 }
185 milliampere{
186 dnam{"mA"}
187 other{"{0} mA"}
188 }
189 ohm{
190 dnam{"ohm"}
191 other{"{0} Ω"}
192 }
193 volt{
194 dnam{"volt"}
195 other{"{0} V"}
196 }
197 }
198 energy{
199 calorie{
200 dnam{"cal"}
201 other{"{0} cal"}
202 }
203 foodcalorie{
204 dnam{"Cal"}
205 other{"{0} Cal"}
206 }
207 joule{
208 dnam{"joule"}
209 other{"{0} J"}
210 }
211 kilocalorie{
212 dnam{"kcal"}
213 other{"{0} kcal"}
214 }
215 kilojoule{
216 dnam{"kJ"}
217 other{"{0} kJ"}
218 }
219 kilowatt-hour{
220 dnam{"kWh"}
221 other{"{0} kWh"}
222 }
223 }
224 frequency{
225 gigahertz{
226 dnam{"GHz"}
227 other{"{0} GHz"}
228 }
229 hertz{
230 dnam{"Hz"}
231 other{"{0} Hz"}
232 }
233 kilohertz{
234 dnam{"kHz"}
235 other{"{0} kHz"}
236 }
237 megahertz{
238 dnam{"MHz"}
239 other{"{0} MHz"}
240 }
241 }
242 length{
243 astronomical-unit{
244 dnam{"au"}
245 other{"{0} au"}
246 }
247 centimeter{
248 dnam{"cm"}
249 other{"{0} cm"}
250 }
251 decimeter{
252 dnam{"dm"}
253 other{"{0} dm"}
254 }
255 fathom{
256 dnam{"fm"}
257 other{"{0} fm"}
258 }
259 foot{
260 dnam{"ft"}
261 other{"{0} ft"}
262 }
263 furlong{
264 dnam{"fur"}
265 other{"{0} fur"}
266 }
267 inch{
268 dnam{"in"}
269 other{"{0} in"}
270 }
271 kilometer{
272 dnam{"km"}
273 other{"{0} km"}
274 }
275 light-year{
276 dnam{"ly"}
277 other{"{0} ly"}
278 }
279 meter{
280 dnam{"meter"}
281 other{"{0} m"}
282 }
283 micrometer{
284 dnam{"µm"}
285 other{"{0} µm"}
286 }
287 mile{
288 dnam{"mi"}
289 other{"{0} mi"}
290 }
291 millimeter{
292 dnam{"mm"}
293 other{"{0} mm"}
294 }
295 nanometer{
296 dnam{"nm"}
297 other{"{0} nm"}
298 }
299 nautical-mile{
300 dnam{"nmi"}
301 other{"{0} nmi"}
302 }
303 parsec{
304 dnam{"pc"}
305 other{"{0} pc"}
306 }
307 picometer{
308 dnam{"pm"}
309 other{"{0} pm"}
310 }
311 yard{
312 dnam{"yd"}
313 other{"{0} yd"}
314 }
315 }
316 light{
317 lux{
318 dnam{"lx"}
319 other{"{0} lx"}
320 }
321 }
322 mass{
323 carat{
324 dnam{"CD"}
325 other{"{0} CD"}
326 }
327 gram{
328 dnam{"gram"}
329 other{"{0} g"}
330 }
331 kilogram{
332 dnam{"kg"}
333 other{"{0} kg"}
334 }
335 metric-ton{
336 dnam{"t"}
337 other{"{0} t"}
338 }
339 microgram{
340 dnam{"µg"}
341 other{"{0} µg"}
342 }
343 milligram{
344 dnam{"mg"}
345 other{"{0} mg"}
346 }
347 ounce{
348 dnam{"oz"}
349 other{"{0} oz"}
350 }
351 ounce-troy{
352 dnam{"oz t"}
353 other{"{0} oz t"}
354 }
355 pound{
356 dnam{"lb"}
357 other{"{0} lb"}
358 }
359 stone{
360 dnam{"st"}
361 other{"{0} st"}
362 }
363 ton{
364 dnam{"tn"}
365 other{"{0} tn"}
366 }
367 }
368 power{
369 gigawatt{
370 dnam{"GW"}
371 other{"{0} GW"}
372 }
373 horsepower{
374 dnam{"hp"}
375 other{"{0} hp"}
376 }
377 kilowatt{
378 dnam{"kW"}
379 other{"{0} kW"}
380 }
381 megawatt{
382 dnam{"MW"}
383 other{"{0} MW"}
384 }
385 milliwatt{
386 dnam{"mW"}
387 other{"{0} mW"}
388 }
389 watt{
390 dnam{"watt"}
391 other{"{0} W"}
392 }
393 }
394 pressure{
395 hectopascal{
396 dnam{"hPa"}
397 other{"{0} hPa"}
398 }
399 inch-hg{
400 dnam{"inHg"}
401 other{"{0} inHg"}
402 }
403 millibar{
404 dnam{"mbar"}
405 other{"{0} mbar"}
406 }
407 millimeter-of-mercury{
408 dnam{"mm Hg"}
409 other{"{0} mm Hg"}
410 }
411 pound-per-square-inch{
412 dnam{"psi"}
413 other{"{0} psi"}
414 }
415 }
416 proportion{
417 karat{
418 dnam{"kt"}
419 other{"{0} kt"}
420 }
421 }
422 speed{
423 kilometer-per-hour{
424 dnam{"km/h"}
425 other{"{0} km/h"}
426 }
427 meter-per-second{
428 dnam{"m/s"}
429 other{"{0} m/s"}
430 }
431 mile-per-hour{
432 dnam{"mi/h"}
433 other{"{0} mi/h"}
434 }
435 }
436 temperature{
437 celsius{
438 dnam{"°C"}
439 other{"{0}°C"}
440 }
441 fahrenheit{
442 dnam{"°F"}
443 other{"{0}°F"}
444 }
445 kelvin{
446 dnam{"K"}
447 other{"{0} K"}
448 }
449 }
450 volume{
451 acre-foot{
452 dnam{"ac ft"}
453 other{"{0} ac ft"}
454 }
455 bushel{
456 dnam{"bu"}
457 other{"{0} bu"}
458 }
459 centiliter{
460 dnam{"cL"}
461 other{"{0} cL"}
462 }
463 cubic-centimeter{
464 dnam{"cm³"}
465 other{"{0} cm³"}
466 }
467 cubic-foot{
468 dnam{"ft³"}
469 other{"{0} ft³"}
470 }
471 cubic-inch{
472 dnam{"in³"}
473 other{"{0} in³"}
474 }
475 cubic-kilometer{
476 dnam{"km³"}
477 other{"{0} km³"}
478 }
479 cubic-meter{
480 dnam{"m³"}
481 other{"{0} m³"}
482 }
483 cubic-mile{
484 dnam{"mi³"}
485 other{"{0} mi³"}
486 }
487 cubic-yard{
488 dnam{"yd³"}
489 other{"{0} yd³"}
490 }
491 cup{
492 dnam{"cup"}
493 other{"{0} c"}
494 }
495 deciliter{
496 dnam{"dL"}
497 other{"{0} dL"}
498 }
499 fluid-ounce{
500 dnam{"fl oz"}
501 other{"{0} fl oz"}
502 }
503 gallon{
504 dnam{"gal"}
505 other{"{0} gal"}
506 }
507 hectoliter{
508 dnam{"hL"}
509 other{"{0} hL"}
510 }
511 liter{
512 dnam{"liter"}
513 other{"{0} l"}
514 }
515 megaliter{
516 dnam{"ML"}
517 other{"{0} ML"}
518 }
519 milliliter{
520 dnam{"mL"}
521 other{"{0} mL"}
522 }
523 pint{
524 dnam{"pt"}
525 other{"{0} pt"}
526 }
527 quart{
528 dnam{"qt"}
529 other{"{0} qt"}
530 }
531 tablespoon{
532 dnam{"tbsp"}
533 other{"{0} tbsp"}
534 }
535 teaspoon{
536 dnam{"tsp"}
537 other{"{0} tsp"}
538 }
539 }
540 }
541 }
OLDNEW
« no previous file with comments | « source/data/unit/rof.txt ('k') | source/data/unit/ru.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698