]>
Commit | Line | Data |
---|---|---|
f3c0d7a5 A |
1 | // © 2016 and later: Unicode, Inc. and others. |
2 | // License & terms of use: http://www.unicode.org/copyright.html#License | |
b331163b | 3 | es{ |
340931cb | 4 | Version{"36.1"} |
b331163b A |
5 | durationUnits{ |
6 | hm{"h:mm"} | |
7 | hms{"h:mm:ss"} | |
8 | ms{"m:ss"} | |
9 | } | |
10 | units{ | |
11 | acceleration{ | |
12 | g-force{ | |
13 | dnam{"fuerza G"} | |
14 | one{"{0} unidad de fuerza gravitacional"} | |
15 | other{"{0} unidades de fuerza gravitacional"} | |
16 | } | |
17 | meter-per-second-squared{ | |
18 | dnam{"metros por segundo al cuadrado"} | |
19 | one{"{0} metro por segundo al cuadrado"} | |
20 | other{"{0} metros por segundo al cuadrado"} | |
21 | } | |
22 | } | |
23 | angle{ | |
24 | arc-minute{ | |
25 | dnam{"minutos de arco"} | |
26 | one{"{0} minuto de arco"} | |
27 | other{"{0} minutos de arco"} | |
28 | } | |
29 | arc-second{ | |
30 | dnam{"segundos de arco"} | |
31 | one{"{0} segundo de arco"} | |
32 | other{"{0} segundos de arco"} | |
33 | } | |
34 | degree{ | |
35 | dnam{"grados"} | |
36 | one{"{0} grado"} | |
37 | other{"{0} grados"} | |
38 | } | |
39 | radian{ | |
40 | dnam{"radianes"} | |
41 | one{"{0} radián"} | |
42 | other{"{0} radianes"} | |
43 | } | |
2ca993e8 A |
44 | revolution{ |
45 | dnam{"revoluciones"} | |
46 | one{"{0} revolución"} | |
47 | other{"{0} revoluciones"} | |
48 | } | |
b331163b A |
49 | } |
50 | area{ | |
51 | acre{ | |
52 | dnam{"acres"} | |
53 | one{"{0} acre"} | |
54 | other{"{0} acres"} | |
55 | } | |
3d1f044b | 56 | dunam{ |
340931cb A |
57 | dnam{"dunams"} |
58 | one{"{0} dunam"} | |
59 | other{"{0} dunams"} | |
3d1f044b | 60 | } |
b331163b A |
61 | hectare{ |
62 | dnam{"hectáreas"} | |
63 | one{"{0} hectárea"} | |
64 | other{"{0} hectáreas"} | |
65 | } | |
66 | square-centimeter{ | |
67 | dnam{"centímetros cuadrados"} | |
68 | one{"{0} centímetro cuadrado"} | |
69 | other{"{0} centímetros cuadrados"} | |
2ca993e8 | 70 | per{"{0} por centímetro cuadrado"} |
b331163b A |
71 | } |
72 | square-foot{ | |
73 | dnam{"pies cuadrados"} | |
74 | one{"{0} pie cuadrado"} | |
75 | other{"{0} pies cuadrados"} | |
76 | } | |
77 | square-inch{ | |
78 | dnam{"pulgadas cuadradas"} | |
79 | one{"{0} pulgada cuadrada"} | |
80 | other{"{0} pulgadas cuadradas"} | |
2ca993e8 | 81 | per{"{0} por pulgada cuadrada"} |
b331163b A |
82 | } |
83 | square-kilometer{ | |
84 | dnam{"kilómetros cuadrados"} | |
85 | one{"{0} kilómetro cuadrado"} | |
86 | other{"{0} kilómetros cuadrados"} | |
f3c0d7a5 | 87 | per{"{0} por kilómetro cuadrado"} |
b331163b A |
88 | } |
89 | square-meter{ | |
90 | dnam{"metros cuadrados"} | |
91 | one{"{0} metro cuadrado"} | |
92 | other{"{0} metros cuadrados"} | |
2ca993e8 | 93 | per{"{0} por metro cuadrado"} |
b331163b A |
94 | } |
95 | square-mile{ | |
96 | dnam{"millas cuadradas"} | |
97 | one{"{0} milla cuadrada"} | |
98 | other{"{0} millas cuadradas"} | |
f3c0d7a5 | 99 | per{"{0} por milla cuadrada"} |
b331163b A |
100 | } |
101 | square-yard{ | |
102 | dnam{"yardas cuadradas"} | |
103 | one{"{0} yarda cuadrada"} | |
104 | other{"{0} yardas cuadradas"} | |
105 | } | |
106 | } | |
107 | compound{ | |
108 | per{"{0} por {1}"} | |
340931cb | 109 | times{"{0}⋅{1}"} |
b331163b | 110 | } |
2ca993e8 A |
111 | concentr{ |
112 | karat{ | |
113 | dnam{"quilates"} | |
114 | one{"{0} quilate"} | |
115 | other{"{0} quilates"} | |
116 | } | |
f3c0d7a5 A |
117 | milligram-per-deciliter{ |
118 | dnam{"miligramos por decilitro"} | |
119 | one{"{0} miligramo por decilitro"} | |
120 | other{"{0} miligramos por decilitro"} | |
121 | } | |
122 | millimole-per-liter{ | |
123 | dnam{"milimoles por litro"} | |
124 | one{"{0} milimol por litro"} | |
125 | other{"{0} milimoles por litro"} | |
126 | } | |
3d1f044b A |
127 | mole{ |
128 | dnam{"moles"} | |
129 | one{"{0} moles"} | |
130 | other{"{0} moles"} | |
131 | } | |
f3c0d7a5 A |
132 | part-per-million{ |
133 | dnam{"partes por millón"} | |
134 | one{"{0} parte por millón"} | |
135 | other{"{0} partes por millón"} | |
136 | } | |
3d1f044b A |
137 | percent{ |
138 | dnam{"por ciento"} | |
139 | one{"{0} por ciento"} | |
140 | other{"{0} por ciento"} | |
141 | } | |
142 | permille{ | |
143 | dnam{"por mil"} | |
144 | one{"{0} por mil"} | |
145 | other{"{0} por mil"} | |
146 | } | |
147 | permyriad{ | |
148 | dnam{"por diez mil"} | |
149 | one{"{0} por diez mil"} | |
150 | other{"{0} por diez mil"} | |
151 | } | |
2ca993e8 | 152 | } |
b331163b | 153 | consumption{ |
2ca993e8 A |
154 | liter-per-100kilometers{ |
155 | dnam{"litros por 100 kilómetros"} | |
156 | one{"{0} litro por 100 kilómetros"} | |
157 | other{"{0} litros por 100 kilómetros"} | |
158 | } | |
b331163b A |
159 | liter-per-kilometer{ |
160 | dnam{"litros por kilómetro"} | |
161 | one{"{0} litro por kilómetro"} | |
162 | other{"{0} litros por kilómetro"} | |
163 | } | |
164 | mile-per-gallon{ | |
165 | dnam{"millas por galón"} | |
166 | one{"{0} milla por galón"} | |
167 | other{"{0} millas por galón"} | |
168 | } | |
f3c0d7a5 A |
169 | mile-per-gallon-imperial{ |
170 | dnam{"millas por galón imperial"} | |
171 | one{"{0} milla por galón imperial"} | |
172 | other{"{0} millas por galón imperial"} | |
173 | } | |
b331163b | 174 | } |
2ca993e8 | 175 | coordinate{ |
3d1f044b | 176 | dnam{"punto cardinal"} |
2ca993e8 A |
177 | east{"{0} E"} |
178 | north{"{0} N"} | |
179 | south{"{0} S"} | |
180 | west{"{0} O"} | |
181 | } | |
b331163b A |
182 | digital{ |
183 | bit{ | |
184 | dnam{"bits"} | |
185 | one{"{0} bit"} | |
186 | other{"{0} bits"} | |
187 | } | |
188 | byte{ | |
189 | dnam{"bytes"} | |
190 | one{"{0} byte"} | |
191 | other{"{0} bytes"} | |
192 | } | |
193 | gigabit{ | |
194 | dnam{"gigabits"} | |
195 | one{"{0} gigabit"} | |
196 | other{"{0} gigabits"} | |
197 | } | |
198 | gigabyte{ | |
199 | dnam{"gigabytes"} | |
200 | one{"{0} gigabyte"} | |
201 | other{"{0} gigabytes"} | |
202 | } | |
203 | kilobit{ | |
204 | dnam{"kilobits"} | |
205 | one{"{0} kilobit"} | |
206 | other{"{0} kilobits"} | |
207 | } | |
208 | kilobyte{ | |
209 | dnam{"kilobytes"} | |
210 | one{"{0} kilobyte"} | |
211 | other{"{0} kilobytes"} | |
212 | } | |
213 | megabit{ | |
214 | dnam{"megabits"} | |
215 | one{"{0} megabit"} | |
216 | other{"{0} megabits"} | |
217 | } | |
218 | megabyte{ | |
219 | dnam{"megabytes"} | |
220 | one{"{0} megabyte"} | |
221 | other{"{0} megabytes"} | |
222 | } | |
3d1f044b A |
223 | petabyte{ |
224 | dnam{"petabytes"} | |
225 | one{"{0} petabyte"} | |
226 | other{"{0} petabytes"} | |
227 | } | |
b331163b A |
228 | terabit{ |
229 | dnam{"terabits"} | |
230 | one{"{0} terabit"} | |
231 | other{"{0} terabits"} | |
232 | } | |
233 | terabyte{ | |
234 | dnam{"terabytes"} | |
235 | one{"{0} terabyte"} | |
236 | other{"{0} terabytes"} | |
237 | } | |
238 | } | |
239 | duration{ | |
2ca993e8 A |
240 | century{ |
241 | dnam{"siglos"} | |
242 | one{"{0} siglo"} | |
243 | other{"{0} siglos"} | |
244 | } | |
b331163b A |
245 | day{ |
246 | dnam{"días"} | |
247 | one{"{0} día"} | |
248 | other{"{0} días"} | |
2ca993e8 | 249 | per{"{0} por día"} |
b331163b | 250 | } |
340931cb A |
251 | decade{ |
252 | dnam{"décadas"} | |
253 | one{"{0} década"} | |
254 | other{"{0} décadas"} | |
255 | } | |
b331163b A |
256 | hour{ |
257 | dnam{"horas"} | |
258 | one{"{0} hora"} | |
259 | other{"{0} horas"} | |
260 | per{"{0} por hora"} | |
261 | } | |
262 | microsecond{ | |
263 | dnam{"microsegundos"} | |
264 | one{"{0} microsegundo"} | |
265 | other{"{0} microsegundos"} | |
266 | } | |
267 | millisecond{ | |
268 | dnam{"milisegundos"} | |
269 | one{"{0} milisegundo"} | |
270 | other{"{0} milisegundos"} | |
271 | } | |
272 | minute{ | |
273 | dnam{"minutos"} | |
274 | one{"{0} minuto"} | |
275 | other{"{0} minutos"} | |
2ca993e8 | 276 | per{"{0} por minuto"} |
b331163b A |
277 | } |
278 | month{ | |
279 | dnam{"meses"} | |
280 | one{"{0} mes"} | |
281 | other{"{0} meses"} | |
2ca993e8 | 282 | per{"{0} por mes"} |
b331163b A |
283 | } |
284 | nanosecond{ | |
285 | dnam{"nanosegundos"} | |
286 | one{"{0} nanosegundo"} | |
287 | other{"{0} nanosegundos"} | |
288 | } | |
289 | second{ | |
290 | dnam{"segundos"} | |
291 | one{"{0} segundo"} | |
292 | other{"{0} segundos"} | |
293 | per{"{0} por segundo"} | |
294 | } | |
295 | week{ | |
296 | dnam{"semanas"} | |
297 | one{"{0} semana"} | |
298 | other{"{0} semanas"} | |
2ca993e8 | 299 | per{"{0} por semana"} |
b331163b A |
300 | } |
301 | year{ | |
302 | dnam{"años"} | |
303 | one{"{0} año"} | |
304 | other{"{0} años"} | |
2ca993e8 | 305 | per{"{0} por año"} |
b331163b A |
306 | } |
307 | } | |
308 | electric{ | |
309 | ampere{ | |
310 | dnam{"amperios"} | |
311 | one{"{0} amperio"} | |
312 | other{"{0} amperios"} | |
313 | } | |
314 | milliampere{ | |
315 | dnam{"miliamperios"} | |
316 | one{"{0} miliamperio"} | |
317 | other{"{0} miliamperios"} | |
318 | } | |
319 | ohm{ | |
320 | dnam{"ohmios"} | |
321 | one{"{0} ohmio"} | |
322 | other{"{0} ohmios"} | |
323 | } | |
324 | volt{ | |
325 | dnam{"voltios"} | |
326 | one{"{0} voltio"} | |
327 | other{"{0} voltios"} | |
328 | } | |
329 | } | |
330 | energy{ | |
3d1f044b A |
331 | british-thermal-unit{ |
332 | dnam{"unidades térmicas británicas"} | |
333 | one{"{0} unidad térmica británica"} | |
334 | other{"{0} unidades térmicas británicas"} | |
335 | } | |
b331163b A |
336 | calorie{ |
337 | dnam{"calorías"} | |
338 | one{"{0} caloría"} | |
339 | other{"{0} calorías"} | |
340 | } | |
3d1f044b A |
341 | electronvolt{ |
342 | dnam{"electronvoltios"} | |
343 | one{"{0} electronvoltio"} | |
344 | other{"{0} electronvoltios"} | |
345 | } | |
b331163b A |
346 | foodcalorie{ |
347 | dnam{"calorías"} | |
348 | one{"{0} caloría"} | |
349 | other{"{0} calorías"} | |
350 | } | |
351 | joule{ | |
352 | dnam{"julios"} | |
353 | one{"{0} julio"} | |
354 | other{"{0} julios"} | |
355 | } | |
356 | kilocalorie{ | |
357 | dnam{"kilocalorías"} | |
358 | one{"{0} kilocaloría"} | |
359 | other{"{0} kilocalorías"} | |
360 | } | |
361 | kilojoule{ | |
362 | dnam{"kilojulios"} | |
363 | one{"{0} kilojulio"} | |
364 | other{"{0} kilojulios"} | |
365 | } | |
366 | kilowatt-hour{ | |
2ca993e8 A |
367 | dnam{"kilovatios-hora"} |
368 | one{"{0} kilovatio-hora"} | |
369 | other{"{0} kilovatios-hora"} | |
b331163b | 370 | } |
340931cb A |
371 | therm-us{ |
372 | dnam{"termia estadounidense"} | |
373 | one{"{0} termia estadounidense"} | |
374 | other{"{0} termias estadounidenses"} | |
375 | } | |
b331163b | 376 | } |
3d1f044b A |
377 | force{ |
378 | newton{ | |
379 | dnam{"newtons"} | |
380 | one{"{0} newton"} | |
381 | other{"{0} newtons"} | |
382 | } | |
383 | pound-force{ | |
384 | dnam{"libras de fuerza"} | |
385 | one{"{0} libra de fuerza"} | |
386 | other{"{0} libras de fuerza"} | |
387 | } | |
388 | } | |
b331163b A |
389 | frequency{ |
390 | gigahertz{ | |
391 | dnam{"gigahercios"} | |
392 | one{"{0} gigahercio"} | |
393 | other{"{0} gigahercios"} | |
394 | } | |
395 | hertz{ | |
396 | dnam{"hercios"} | |
397 | one{"{0} hercio"} | |
398 | other{"{0} hercios"} | |
399 | } | |
400 | kilohertz{ | |
401 | dnam{"kilohercios"} | |
402 | one{"{0} kilohercio"} | |
403 | other{"{0} kilohercios"} | |
404 | } | |
405 | megahertz{ | |
406 | dnam{"megahercios"} | |
407 | one{"{0} megahercio"} | |
408 | other{"{0} megahercios"} | |
409 | } | |
410 | } | |
340931cb A |
411 | graphics{ |
412 | dot-per-centimeter{ | |
413 | dnam{"puntos por centímetro"} | |
414 | one{"{0} punto por centímetro"} | |
415 | other{"{0} puntos por centímetro"} | |
416 | } | |
417 | dot-per-inch{ | |
418 | dnam{"puntos por pulgada"} | |
419 | one{"{0} punto por pulgada"} | |
420 | other{"{0} puntos por pulgada"} | |
421 | } | |
422 | em{ | |
423 | dnam{"espacios eme"} | |
424 | one{"{0} espacio eme"} | |
425 | other{"{0} espacios eme"} | |
426 | } | |
427 | megapixel{ | |
428 | dnam{"megapíxeles"} | |
429 | one{"{0} megapíxel"} | |
430 | other{"{0} megapíxeles"} | |
431 | } | |
432 | pixel{ | |
433 | dnam{"píxeles"} | |
434 | one{"{0} píxel"} | |
435 | other{"{0} píxeles"} | |
436 | } | |
437 | pixel-per-centimeter{ | |
438 | dnam{"píxeles por centímetro"} | |
439 | one{"{0} píxel por centímetro"} | |
440 | other{"{0} píxeles por centímetro"} | |
441 | } | |
442 | pixel-per-inch{ | |
443 | dnam{"píxeles por pulgada"} | |
444 | one{"{0} píxel por pulgada"} | |
445 | other{"{0} píxeles por pulgada"} | |
446 | } | |
447 | } | |
b331163b A |
448 | length{ |
449 | astronomical-unit{ | |
450 | dnam{"unidades astronómicas"} | |
451 | one{"{0} unidad astronómica"} | |
452 | other{"{0} unidades astronómicas"} | |
453 | } | |
454 | centimeter{ | |
455 | dnam{"centímetros"} | |
456 | one{"{0} centímetro"} | |
457 | other{"{0} centímetros"} | |
2ca993e8 | 458 | per{"{0} por centímetro"} |
b331163b A |
459 | } |
460 | decimeter{ | |
461 | dnam{"decímetros"} | |
462 | one{"{0} decímetro"} | |
463 | other{"{0} decímetros"} | |
464 | } | |
465 | foot{ | |
466 | dnam{"pies"} | |
467 | one{"{0} pie"} | |
468 | other{"{0} pies"} | |
2ca993e8 | 469 | per{"{0} por pie"} |
b331163b A |
470 | } |
471 | inch{ | |
472 | dnam{"pulgadas"} | |
473 | one{"{0} pulgada"} | |
474 | other{"{0} pulgadas"} | |
2ca993e8 | 475 | per{"{0} por pulgada"} |
b331163b A |
476 | } |
477 | kilometer{ | |
478 | dnam{"kilómetros"} | |
479 | one{"{0} kilómetro"} | |
480 | other{"{0} kilómetros"} | |
2ca993e8 | 481 | per{"{0} por kilómetro"} |
b331163b A |
482 | } |
483 | light-year{ | |
484 | dnam{"años luz"} | |
485 | one{"{0} año luz"} | |
486 | other{"{0} años luz"} | |
487 | } | |
488 | meter{ | |
489 | dnam{"metros"} | |
490 | one{"{0} metro"} | |
491 | other{"{0} metros"} | |
2ca993e8 | 492 | per{"{0} por metro"} |
b331163b A |
493 | } |
494 | micrometer{ | |
495 | dnam{"micrómetros"} | |
496 | one{"{0} micrómetro"} | |
497 | other{"{0} micrómetros"} | |
498 | } | |
499 | mile{ | |
500 | dnam{"millas"} | |
501 | one{"{0} milla"} | |
502 | other{"{0} millas"} | |
503 | } | |
2ca993e8 A |
504 | mile-scandinavian{ |
505 | dnam{"millas escandinavas"} | |
506 | one{"{0} milla escandinava"} | |
507 | other{"{0} millas escandinavas"} | |
508 | } | |
b331163b A |
509 | millimeter{ |
510 | dnam{"milímetros"} | |
511 | one{"{0} milímetro"} | |
512 | other{"{0} milímetros"} | |
513 | } | |
514 | nanometer{ | |
515 | dnam{"nanómetros"} | |
516 | one{"{0} nanómetro"} | |
517 | other{"{0} nanómetros"} | |
518 | } | |
519 | nautical-mile{ | |
520 | dnam{"millas náuticas"} | |
521 | one{"{0} milla náutica"} | |
522 | other{"{0} millas náuticas"} | |
523 | } | |
524 | parsec{ | |
525 | dnam{"parsecs"} | |
526 | one{"{0} parsec"} | |
527 | other{"{0} parsecs"} | |
528 | } | |
529 | picometer{ | |
530 | dnam{"picómetros"} | |
531 | one{"{0} picómetro"} | |
532 | other{"{0} picómetros"} | |
533 | } | |
f3c0d7a5 A |
534 | point{ |
535 | dnam{"puntos"} | |
536 | one{"{0} punto"} | |
537 | other{"{0} puntos"} | |
538 | } | |
3d1f044b A |
539 | solar-radius{ |
540 | dnam{"radios solares"} | |
541 | one{"{0} radio solar"} | |
542 | other{"{0} radios solares"} | |
543 | } | |
b331163b A |
544 | yard{ |
545 | dnam{"yardas"} | |
546 | one{"{0} yarda"} | |
547 | other{"{0} yardas"} | |
548 | } | |
549 | } | |
550 | light{ | |
551 | lux{ | |
552 | dnam{"luxes"} | |
553 | one{"{0} lux"} | |
554 | other{"{0} luxes"} | |
555 | } | |
3d1f044b A |
556 | solar-luminosity{ |
557 | dnam{"luminosidades solares"} | |
558 | one{"{0} luminosidad solar"} | |
559 | other{"{0} luminosidades solares"} | |
560 | } | |
b331163b A |
561 | } |
562 | mass{ | |
563 | carat{ | |
564 | dnam{"quilates"} | |
565 | one{"{0} quilate"} | |
566 | other{"{0} quilates"} | |
567 | } | |
3d1f044b A |
568 | dalton{ |
569 | dnam{"daltones"} | |
570 | one{"{0} dalton"} | |
571 | other{"{0} daltones"} | |
572 | } | |
573 | earth-mass{ | |
574 | dnam{"masas terrestres"} | |
575 | one{"{0} masa terrestre"} | |
576 | other{"{0} masas terrestres"} | |
577 | } | |
b331163b A |
578 | gram{ |
579 | dnam{"gramos"} | |
580 | one{"{0} gramo"} | |
581 | other{"{0} gramos"} | |
2ca993e8 | 582 | per{"{0} por gramo"} |
b331163b A |
583 | } |
584 | kilogram{ | |
585 | dnam{"kilogramos"} | |
586 | one{"{0} kilogramo"} | |
587 | other{"{0} kilogramos"} | |
2ca993e8 | 588 | per{"{0} por kilogramo"} |
b331163b A |
589 | } |
590 | metric-ton{ | |
591 | dnam{"toneladas métricas"} | |
592 | one{"{0} tonelada métrica"} | |
593 | other{"{0} toneladas métricas"} | |
594 | } | |
595 | microgram{ | |
596 | dnam{"microgramos"} | |
597 | one{"{0} microgramo"} | |
598 | other{"{0} microgramos"} | |
599 | } | |
600 | milligram{ | |
601 | dnam{"miligramos"} | |
602 | one{"{0} miligramo"} | |
603 | other{"{0} miligramos"} | |
604 | } | |
605 | ounce{ | |
606 | dnam{"onzas"} | |
607 | one{"{0} onza"} | |
608 | other{"{0} onzas"} | |
2ca993e8 | 609 | per{"{0} por onza"} |
b331163b A |
610 | } |
611 | ounce-troy{ | |
612 | dnam{"onzas troy"} | |
613 | one{"{0} onza troy"} | |
614 | other{"{0} onzas troy"} | |
615 | } | |
616 | pound{ | |
617 | dnam{"libras"} | |
618 | one{"{0} libra"} | |
619 | other{"{0} libras"} | |
2ca993e8 | 620 | per{"{0} por libra"} |
b331163b | 621 | } |
3d1f044b A |
622 | solar-mass{ |
623 | dnam{"masas solares"} | |
624 | one{"{0} masa solar"} | |
625 | other{"{0} masas solares"} | |
626 | } | |
b331163b A |
627 | ton{ |
628 | dnam{"toneladas"} | |
629 | one{"{0} tonelada"} | |
630 | other{"{0} toneladas"} | |
631 | } | |
632 | } | |
633 | power{ | |
634 | gigawatt{ | |
635 | dnam{"gigavatios"} | |
636 | one{"{0} gigavatio"} | |
637 | other{"{0} gigavatios"} | |
638 | } | |
639 | horsepower{ | |
640 | dnam{"caballos de vapor"} | |
641 | one{"{0} caballo de vapor"} | |
642 | other{"{0} caballos de vapor"} | |
643 | } | |
644 | kilowatt{ | |
645 | dnam{"kilovatios"} | |
646 | one{"{0} kilovatio"} | |
647 | other{"{0} kilovatios"} | |
648 | } | |
649 | megawatt{ | |
650 | dnam{"megavatios"} | |
651 | one{"{0} megavatio"} | |
652 | other{"{0} megavatios"} | |
653 | } | |
654 | milliwatt{ | |
655 | dnam{"milivatios"} | |
656 | one{"{0} milivatio"} | |
657 | other{"{0} milivatios"} | |
658 | } | |
659 | watt{ | |
660 | dnam{"vatios"} | |
661 | one{"{0} vatio"} | |
662 | other{"{0} vatios"} | |
663 | } | |
664 | } | |
665 | pressure{ | |
3d1f044b A |
666 | atmosphere{ |
667 | dnam{"atmósferas"} | |
668 | one{"{0} atmósfera"} | |
669 | other{"{0} atmósferas"} | |
670 | } | |
340931cb A |
671 | bar{ |
672 | dnam{"bares"} | |
673 | one{"{0} bar"} | |
674 | other{"{0} bares"} | |
675 | } | |
b331163b A |
676 | hectopascal{ |
677 | dnam{"hectopascales"} | |
678 | one{"{0} hectopascal"} | |
679 | other{"{0} hectopascales"} | |
680 | } | |
681 | inch-hg{ | |
682 | dnam{"pulgadas de mercurio"} | |
683 | one{"{0} pulgada de mercurio"} | |
684 | other{"{0} pulgadas de mercurio"} | |
685 | } | |
3d1f044b A |
686 | kilopascal{ |
687 | dnam{"kilopascales"} | |
688 | one{"{0} kilopascal"} | |
689 | other{"{0} kilopascales"} | |
690 | } | |
691 | megapascal{ | |
692 | dnam{"megapascales"} | |
693 | one{"{0} megapascal"} | |
694 | other{"{0} megapascales"} | |
695 | } | |
b331163b A |
696 | millibar{ |
697 | dnam{"milibares"} | |
698 | one{"{0} milibar"} | |
699 | other{"{0} milibares"} | |
700 | } | |
701 | millimeter-of-mercury{ | |
702 | dnam{"milímetros de mercurio"} | |
703 | one{"{0} milímetro de mercurio"} | |
704 | other{"{0} milímetros de mercurio"} | |
705 | } | |
340931cb A |
706 | pascal{ |
707 | dnam{"pascales"} | |
708 | one{"{0} pascal"} | |
709 | other{"{0} pascales"} | |
710 | } | |
b331163b A |
711 | pound-per-square-inch{ |
712 | dnam{"libras por pulgada cuadrada"} | |
713 | one{"{0} libra por pulgada cuadrada"} | |
714 | other{"{0} libras por pulgada cuadrada"} | |
715 | } | |
716 | } | |
b331163b A |
717 | speed{ |
718 | kilometer-per-hour{ | |
719 | dnam{"kilómetros por hora"} | |
720 | one{"{0} kilómetro por hora"} | |
721 | other{"{0} kilómetros por hora"} | |
722 | } | |
2ca993e8 A |
723 | knot{ |
724 | dnam{"nudos"} | |
725 | one{"{0} nudo"} | |
726 | other{"{0} nudos"} | |
727 | } | |
b331163b A |
728 | meter-per-second{ |
729 | dnam{"metros por segundo"} | |
730 | one{"{0} metro por segundo"} | |
731 | other{"{0} metros por segundo"} | |
732 | } | |
733 | mile-per-hour{ | |
734 | dnam{"millas por hora"} | |
735 | one{"{0} milla por hora"} | |
736 | other{"{0} millas por hora"} | |
737 | } | |
738 | } | |
739 | temperature{ | |
740 | celsius{ | |
741 | dnam{"grados Celsius"} | |
742 | one{"{0} grado Celsius"} | |
743 | other{"{0} grados Celsius"} | |
744 | } | |
745 | fahrenheit{ | |
746 | dnam{"grados Fahrenheit"} | |
747 | one{"{0} grado Fahrenheit"} | |
748 | other{"{0} grados Fahrenheit"} | |
749 | } | |
2ca993e8 A |
750 | generic{ |
751 | dnam{"°"} | |
752 | one{"{0}°"} | |
753 | other{"{0}°"} | |
754 | } | |
b331163b A |
755 | kelvin{ |
756 | dnam{"kelvin"} | |
757 | one{"{0} kelvin"} | |
758 | other{"{0} kelvin"} | |
759 | } | |
760 | } | |
3d1f044b A |
761 | torque{ |
762 | newton-meter{ | |
763 | dnam{"newton metro"} | |
764 | one{"{0} newton metro"} | |
765 | other{"{0} newton metros"} | |
766 | } | |
767 | pound-foot{ | |
768 | dnam{"libra pies"} | |
769 | one{"{0} libra pie"} | |
770 | other{"{0} libras pies"} | |
771 | } | |
772 | } | |
b331163b A |
773 | volume{ |
774 | acre-foot{ | |
2ca993e8 A |
775 | dnam{"acres-pies"} |
776 | one{"{0} acre-pie"} | |
777 | other{"{0} acres-pies"} | |
b331163b | 778 | } |
3d1f044b A |
779 | barrel{ |
780 | dnam{"barriles"} | |
781 | one{"{0} barril"} | |
782 | other{"{0} barriles"} | |
783 | } | |
b331163b A |
784 | centiliter{ |
785 | dnam{"centilitros"} | |
786 | one{"{0} centilitro"} | |
787 | other{"{0} centilitros"} | |
788 | } | |
789 | cubic-centimeter{ | |
790 | dnam{"centímetros cúbicos"} | |
791 | one{"{0} centímetro cúbico"} | |
792 | other{"{0} centímetros cúbicos"} | |
2ca993e8 | 793 | per{"{0} por centímetro cúbico"} |
b331163b A |
794 | } |
795 | cubic-foot{ | |
796 | dnam{"pies cúbicos"} | |
797 | one{"{0} pie cúbico"} | |
798 | other{"{0} pies cúbicos"} | |
799 | } | |
800 | cubic-inch{ | |
801 | dnam{"pulgadas cúbicas"} | |
802 | one{"{0} pulgada cúbica"} | |
803 | other{"{0} pulgadas cúbicas"} | |
804 | } | |
805 | cubic-kilometer{ | |
806 | dnam{"kilómetros cúbicos"} | |
807 | one{"{0} kilómetro cúbico"} | |
808 | other{"{0} kilómetros cúbicos"} | |
809 | } | |
810 | cubic-meter{ | |
811 | dnam{"metros cúbicos"} | |
812 | one{"{0} metro cúbico"} | |
813 | other{"{0} metros cúbicos"} | |
2ca993e8 | 814 | per{"{0} por metro cúbico"} |
b331163b A |
815 | } |
816 | cubic-mile{ | |
817 | dnam{"millas cúbicas"} | |
818 | one{"{0} milla cúbica"} | |
819 | other{"{0} millas cúbicas"} | |
820 | } | |
821 | cubic-yard{ | |
822 | dnam{"yardas cúbicas"} | |
823 | one{"{0} yarda cúbica"} | |
824 | other{"{0} yardas cúbicas"} | |
825 | } | |
826 | cup{ | |
827 | dnam{"tazas"} | |
828 | one{"{0} taza"} | |
829 | other{"{0} tazas"} | |
830 | } | |
2ca993e8 A |
831 | cup-metric{ |
832 | dnam{"tazas métricas"} | |
833 | one{"{0} taza métrica"} | |
834 | other{"{0} tazas métricas"} | |
835 | } | |
b331163b A |
836 | deciliter{ |
837 | dnam{"decilitros"} | |
838 | one{"{0} decilitro"} | |
839 | other{"{0} decilitros"} | |
840 | } | |
841 | fluid-ounce{ | |
340931cb A |
842 | dnam{"onzas líquidas"} |
843 | one{"{0} onza líquida"} | |
844 | other{"{0} onzas líquidas"} | |
b331163b | 845 | } |
3d1f044b | 846 | fluid-ounce-imperial{ |
340931cb A |
847 | dnam{"onzas líquidas imperiales"} |
848 | one{"{0} onza líquida imperial"} | |
849 | other{"{0} onzas líquidas imperiales"} | |
3d1f044b | 850 | } |
b331163b A |
851 | gallon{ |
852 | dnam{"galones"} | |
853 | one{"{0} galón"} | |
854 | other{"{0} galones"} | |
2ca993e8 | 855 | per{"{0} por galón"} |
b331163b | 856 | } |
f3c0d7a5 A |
857 | gallon-imperial{ |
858 | dnam{"galones imperiales"} | |
859 | one{"{0} galón imperial"} | |
860 | other{"{0} galones imperiales"} | |
861 | per{"{0} por galón imperial"} | |
862 | } | |
b331163b A |
863 | hectoliter{ |
864 | dnam{"hectolitros"} | |
865 | one{"{0} hectolitro"} | |
866 | other{"{0} hectolitros"} | |
867 | } | |
868 | liter{ | |
869 | dnam{"litros"} | |
870 | one{"{0} litro"} | |
871 | other{"{0} litros"} | |
2ca993e8 | 872 | per{"{0} por litro"} |
b331163b A |
873 | } |
874 | megaliter{ | |
875 | dnam{"megalitros"} | |
876 | one{"{0} megalitro"} | |
877 | other{"{0} megalitros"} | |
878 | } | |
879 | milliliter{ | |
880 | dnam{"mililitros"} | |
881 | one{"{0} mililitro"} | |
882 | other{"{0} mililitros"} | |
883 | } | |
884 | pint{ | |
885 | dnam{"pintas"} | |
886 | one{"{0} pinta"} | |
887 | other{"{0} pintas"} | |
888 | } | |
2ca993e8 A |
889 | pint-metric{ |
890 | dnam{"pintas métricas"} | |
891 | one{"{0} pinta métrica"} | |
892 | other{"{0} pintas métricas"} | |
893 | } | |
b331163b A |
894 | quart{ |
895 | dnam{"cuartos"} | |
896 | one{"{0} cuarto"} | |
897 | other{"{0} cuartos"} | |
898 | } | |
899 | tablespoon{ | |
900 | dnam{"cucharadas"} | |
901 | one{"{0} cucharada"} | |
902 | other{"{0} cucharadas"} | |
903 | } | |
904 | teaspoon{ | |
905 | dnam{"cucharaditas"} | |
906 | one{"{0} cucharadita"} | |
907 | other{"{0} cucharaditas"} | |
908 | } | |
909 | } | |
910 | } | |
911 | unitsNarrow{ | |
912 | acceleration{ | |
913 | g-force{ | |
914 | one{"{0}G"} | |
915 | other{"{0}G"} | |
916 | } | |
917 | } | |
918 | angle{ | |
919 | arc-minute{ | |
920 | one{"{0}'"} | |
921 | other{"{0}'"} | |
922 | } | |
923 | arc-second{ | |
924 | one{"{0}\u0022"} | |
925 | other{"{0}\u0022"} | |
926 | } | |
927 | degree{ | |
928 | one{"{0}°"} | |
929 | other{"{0}°"} | |
930 | } | |
931 | } | |
932 | area{ | |
933 | acre{ | |
934 | one{"{0}ac"} | |
935 | other{"{0}ac"} | |
936 | } | |
937 | hectare{ | |
938 | one{"{0}ha"} | |
939 | other{"{0}ha"} | |
940 | } | |
941 | square-foot{ | |
942 | one{"{0}ft²"} | |
943 | other{"{0}ft²"} | |
944 | } | |
945 | square-kilometer{ | |
946 | one{"{0}km²"} | |
947 | other{"{0}km²"} | |
948 | } | |
949 | square-meter{ | |
950 | one{"{0}m²"} | |
951 | other{"{0}m²"} | |
952 | } | |
953 | square-mile{ | |
954 | one{"{0}mi²"} | |
955 | other{"{0}mi²"} | |
956 | } | |
957 | } | |
958 | compound{ | |
959 | per{"{0}/{1}"} | |
340931cb | 960 | times{"{0}⋅{1}"} |
b331163b | 961 | } |
3d1f044b A |
962 | concentr{ |
963 | percent{ | |
964 | dnam{"%"} | |
965 | one{"{0} %"} | |
966 | other{"{0} %"} | |
967 | } | |
968 | } | |
2ca993e8 A |
969 | consumption{ |
970 | liter-per-100kilometers{ | |
971 | dnam{"l/100km"} | |
972 | one{"{0}l/100km"} | |
973 | other{"{0}l/100km"} | |
974 | } | |
975 | } | |
976 | coordinate{ | |
3d1f044b | 977 | dnam{"punto"} |
2ca993e8 A |
978 | east{"{0}E"} |
979 | north{"{0}N"} | |
980 | south{"{0}S"} | |
981 | west{"{0}O"} | |
982 | } | |
b331163b | 983 | duration{ |
0f5d89e8 A |
984 | century{ |
985 | dnam{"sig."} | |
986 | one{"{0} sig."} | |
987 | other{"{0} sig."} | |
988 | } | |
b331163b A |
989 | day{ |
990 | dnam{"d"} | |
340931cb A |
991 | one{"{0} d"} |
992 | other{"{0} d"} | |
993 | per{"{0}/d"} | |
b331163b A |
994 | } |
995 | hour{ | |
996 | dnam{"h"} | |
340931cb A |
997 | one{"{0} h"} |
998 | other{"{0} h"} | |
999 | per{"{0}/h"} | |
0f5d89e8 A |
1000 | } |
1001 | microsecond{ | |
340931cb A |
1002 | dnam{"μs"} |
1003 | one{"{0} μs"} | |
1004 | other{"{0} μs"} | |
b331163b A |
1005 | } |
1006 | millisecond{ | |
1007 | dnam{"ms"} | |
340931cb A |
1008 | one{"{0} ms"} |
1009 | other{"{0} ms"} | |
b331163b A |
1010 | } |
1011 | minute{ | |
1012 | dnam{"min"} | |
340931cb A |
1013 | one{"{0} min"} |
1014 | other{"{0} min"} | |
1015 | per{"{0}/min"} | |
b331163b A |
1016 | } |
1017 | month{ | |
1018 | dnam{"m"} | |
340931cb A |
1019 | one{"{0} m"} |
1020 | other{"{0} m"} | |
0f5d89e8 A |
1021 | } |
1022 | nanosecond{ | |
340931cb A |
1023 | dnam{"ns"} |
1024 | one{"{0} ns"} | |
1025 | other{"{0} ns"} | |
b331163b A |
1026 | } |
1027 | second{ | |
1028 | dnam{"s"} | |
340931cb A |
1029 | one{"{0} s"} |
1030 | other{"{0} s"} | |
1031 | per{"{0}/s"} | |
b331163b A |
1032 | } |
1033 | week{ | |
1034 | dnam{"sem"} | |
340931cb A |
1035 | one{"{0} sem"} |
1036 | other{"{0} sem"} | |
0f5d89e8 | 1037 | per{"{0}/sem"} |
b331163b A |
1038 | } |
1039 | year{ | |
1040 | dnam{"a"} | |
340931cb A |
1041 | one{"{0} a"} |
1042 | other{"{0} a"} | |
0f5d89e8 | 1043 | per{"{0}/a"} |
b331163b A |
1044 | } |
1045 | } | |
1046 | length{ | |
0f5d89e8 | 1047 | astronomical-unit{ |
340931cb | 1048 | dnam{"au"} |
0f5d89e8 A |
1049 | one{"{0}au"} |
1050 | other{"{0}au"} | |
1051 | } | |
b331163b A |
1052 | centimeter{ |
1053 | dnam{"cm"} | |
1054 | one{"{0}cm"} | |
1055 | other{"{0}cm"} | |
340931cb | 1056 | per{"{0}/cm"} |
0f5d89e8 A |
1057 | } |
1058 | decimeter{ | |
340931cb | 1059 | dnam{"dm"} |
0f5d89e8 A |
1060 | one{"{0}dm"} |
1061 | other{"{0}dm"} | |
b331163b A |
1062 | } |
1063 | foot{ | |
340931cb | 1064 | dnam{"ft"} |
b331163b A |
1065 | one{"{0}ft"} |
1066 | other{"{0}ft"} | |
340931cb | 1067 | per{"{0}/ft"} |
b331163b A |
1068 | } |
1069 | inch{ | |
340931cb | 1070 | dnam{"in"} |
b331163b A |
1071 | one{"{0}in"} |
1072 | other{"{0}in"} | |
340931cb | 1073 | per{"{0}/in"} |
b331163b A |
1074 | } |
1075 | kilometer{ | |
1076 | dnam{"km"} | |
1077 | one{"{0}km"} | |
1078 | other{"{0}km"} | |
340931cb | 1079 | per{"{0}/km"} |
b331163b A |
1080 | } |
1081 | light-year{ | |
0f5d89e8 | 1082 | dnam{"a.l."} |
b331163b A |
1083 | one{"{0}a.l."} |
1084 | other{"{0}a.l."} | |
1085 | } | |
1086 | meter{ | |
1087 | dnam{"m"} | |
1088 | one{"{0}m"} | |
1089 | other{"{0}m"} | |
340931cb | 1090 | per{"{0}/m"} |
0f5d89e8 A |
1091 | } |
1092 | micrometer{ | |
340931cb | 1093 | dnam{"µm"} |
0f5d89e8 A |
1094 | one{"{0}µm"} |
1095 | other{"{0}µm"} | |
b331163b A |
1096 | } |
1097 | mile{ | |
340931cb | 1098 | dnam{"mi"} |
b331163b A |
1099 | one{"{0}mi"} |
1100 | other{"{0}mi"} | |
1101 | } | |
0f5d89e8 A |
1102 | mile-scandinavian{ |
1103 | dnam{"mi esc."} | |
1104 | one{"{0}mi esc."} | |
1105 | other{"{0}mi esc."} | |
1106 | } | |
b331163b A |
1107 | millimeter{ |
1108 | dnam{"mm"} | |
1109 | one{"{0}mm"} | |
1110 | other{"{0}mm"} | |
1111 | } | |
0f5d89e8 | 1112 | nanometer{ |
340931cb | 1113 | dnam{"nm"} |
0f5d89e8 A |
1114 | one{"{0}nm"} |
1115 | other{"{0}nm"} | |
1116 | } | |
1117 | parsec{ | |
340931cb | 1118 | dnam{"pc"} |
0f5d89e8 A |
1119 | one{"{0}pc"} |
1120 | other{"{0}pc"} | |
1121 | } | |
b331163b | 1122 | picometer{ |
340931cb | 1123 | dnam{"pm"} |
b331163b A |
1124 | one{"{0}pm"} |
1125 | other{"{0}pm"} | |
1126 | } | |
1127 | yard{ | |
340931cb | 1128 | dnam{"yd"} |
b331163b A |
1129 | one{"{0}yd"} |
1130 | other{"{0}yd"} | |
1131 | } | |
1132 | } | |
1133 | mass{ | |
1134 | gram{ | |
1135 | dnam{"g"} | |
1136 | one{"{0}g"} | |
1137 | other{"{0}g"} | |
340931cb | 1138 | per{"{0}/g"} |
b331163b A |
1139 | } |
1140 | kilogram{ | |
1141 | dnam{"kg"} | |
1142 | one{"{0}kg"} | |
1143 | other{"{0}kg"} | |
340931cb | 1144 | per{"{0}/kg"} |
b331163b A |
1145 | } |
1146 | ounce{ | |
340931cb | 1147 | dnam{"oz"} |
b331163b A |
1148 | one{"{0}oz"} |
1149 | other{"{0}oz"} | |
340931cb | 1150 | per{"{0}/oz"} |
b331163b A |
1151 | } |
1152 | pound{ | |
340931cb | 1153 | dnam{"lb"} |
b331163b A |
1154 | one{"{0}lb"} |
1155 | other{"{0}lb"} | |
340931cb | 1156 | per{"{0}/lb"} |
0f5d89e8 A |
1157 | } |
1158 | stone{ | |
340931cb | 1159 | dnam{"st"} |
0f5d89e8 A |
1160 | one{"{0}st"} |
1161 | other{"{0}st"} | |
b331163b A |
1162 | } |
1163 | } | |
1164 | power{ | |
1165 | horsepower{ | |
1166 | one{"{0}hp"} | |
1167 | other{"{0}hp"} | |
1168 | } | |
1169 | kilowatt{ | |
1170 | one{"{0}kW"} | |
1171 | other{"{0}kW"} | |
1172 | } | |
1173 | watt{ | |
1174 | one{"{0}W"} | |
1175 | other{"{0}W"} | |
1176 | } | |
1177 | } | |
1178 | pressure{ | |
1179 | hectopascal{ | |
340931cb | 1180 | dnam{"hPa"} |
b331163b A |
1181 | one{"{0}hPa"} |
1182 | other{"{0}hPa"} | |
1183 | } | |
1184 | inch-hg{ | |
340931cb | 1185 | dnam{"inHg"} |
b331163b A |
1186 | one{"{0}inHg"} |
1187 | other{"{0}inHg"} | |
1188 | } | |
1189 | millibar{ | |
340931cb | 1190 | dnam{"mbar"} |
b331163b A |
1191 | one{"{0}mbar"} |
1192 | other{"{0}mbar"} | |
1193 | } | |
0f5d89e8 A |
1194 | millimeter-of-mercury{ |
1195 | dnam{"mmHg"} | |
1196 | one{"{0}mmHg"} | |
1197 | other{"{0}mmHg"} | |
1198 | } | |
1199 | pound-per-square-inch{ | |
340931cb | 1200 | dnam{"psi"} |
0f5d89e8 A |
1201 | one{"{0}psi"} |
1202 | other{"{0}psi"} | |
1203 | } | |
b331163b A |
1204 | } |
1205 | speed{ | |
1206 | kilometer-per-hour{ | |
1207 | dnam{"km/h"} | |
1208 | one{"{0}km/h"} | |
1209 | other{"{0}km/h"} | |
1210 | } | |
1211 | meter-per-second{ | |
340931cb | 1212 | dnam{"m/s"} |
b331163b A |
1213 | one{"{0}m/s"} |
1214 | other{"{0}m/s"} | |
1215 | } | |
1216 | mile-per-hour{ | |
340931cb | 1217 | dnam{"mi/h"} |
b331163b A |
1218 | one{"{0}mi/h"} |
1219 | other{"{0}mi/h"} | |
1220 | } | |
1221 | } | |
1222 | temperature{ | |
1223 | celsius{ | |
1224 | dnam{"°C"} | |
1225 | one{"{0}°C"} | |
1226 | other{"{0}°C"} | |
1227 | } | |
340931cb A |
1228 | fahrenheit{ |
1229 | dnam{"°F"} | |
1230 | one{"{0}°F"} | |
1231 | other{"{0}°F"} | |
1232 | } | |
1233 | generic{ | |
1234 | dnam{"°"} | |
1235 | one{"{0}°"} | |
1236 | other{"{0}°"} | |
1237 | } | |
0f5d89e8 | 1238 | kelvin{ |
340931cb | 1239 | dnam{"K"} |
0f5d89e8 A |
1240 | one{"{0}K"} |
1241 | other{"{0}K"} | |
1242 | } | |
b331163b A |
1243 | } |
1244 | volume{ | |
1245 | cubic-kilometer{ | |
1246 | one{"{0}km³"} | |
1247 | other{"{0}km³"} | |
1248 | } | |
1249 | cubic-mile{ | |
1250 | one{"{0}mi³"} | |
1251 | other{"{0}mi³"} | |
1252 | } | |
1253 | liter{ | |
1254 | dnam{"l"} | |
1255 | one{"{0}l"} | |
1256 | other{"{0}l"} | |
1257 | } | |
1258 | } | |
1259 | } | |
1260 | unitsShort{ | |
1261 | acceleration{ | |
1262 | g-force{ | |
1263 | dnam{"Fg"} | |
1264 | one{"{0} Fg"} | |
1265 | other{"{0} Fg"} | |
1266 | } | |
1267 | meter-per-second-squared{ | |
1268 | dnam{"m/s²"} | |
1269 | one{"{0} m/s²"} | |
1270 | other{"{0} m/s²"} | |
1271 | } | |
1272 | } | |
1273 | angle{ | |
1274 | arc-minute{ | |
1275 | dnam{"arcmin"} | |
1276 | one{"{0} arcmin"} | |
1277 | other{"{0} arcmin"} | |
1278 | } | |
1279 | arc-second{ | |
1280 | dnam{"arcsec"} | |
1281 | one{"{0} arcsec"} | |
1282 | other{"{0} arcsec"} | |
1283 | } | |
1284 | degree{ | |
1285 | dnam{"grad."} | |
1286 | one{"{0}°"} | |
1287 | other{"{0}°"} | |
1288 | } | |
1289 | radian{ | |
1290 | dnam{"rad"} | |
1291 | one{"{0} rad"} | |
1292 | other{"{0} rad"} | |
1293 | } | |
2ca993e8 A |
1294 | revolution{ |
1295 | dnam{"rev"} | |
1296 | one{"{0} rev"} | |
1297 | other{"{0} rev"} | |
1298 | } | |
b331163b A |
1299 | } |
1300 | area{ | |
1301 | acre{ | |
1302 | dnam{"ac"} | |
1303 | one{"{0} ac"} | |
1304 | other{"{0} ac"} | |
1305 | } | |
3d1f044b | 1306 | dunam{ |
340931cb A |
1307 | dnam{"dunams"} |
1308 | one{"{0} dunam"} | |
1309 | other{"{0} dunams"} | |
3d1f044b | 1310 | } |
b331163b A |
1311 | hectare{ |
1312 | dnam{"ha"} | |
1313 | one{"{0} ha"} | |
1314 | other{"{0} ha"} | |
1315 | } | |
1316 | square-centimeter{ | |
1317 | dnam{"cm²"} | |
1318 | one{"{0} cm²"} | |
1319 | other{"{0} cm²"} | |
2ca993e8 | 1320 | per{"{0}/cm²"} |
b331163b A |
1321 | } |
1322 | square-foot{ | |
1323 | dnam{"ft²"} | |
1324 | one{"{0} ft²"} | |
1325 | other{"{0} ft²"} | |
1326 | } | |
1327 | square-inch{ | |
1328 | dnam{"in²"} | |
1329 | one{"{0} in²"} | |
1330 | other{"{0} in²"} | |
2ca993e8 | 1331 | per{"{0}/in²"} |
b331163b A |
1332 | } |
1333 | square-kilometer{ | |
1334 | dnam{"km²"} | |
1335 | one{"{0} km²"} | |
1336 | other{"{0} km²"} | |
f3c0d7a5 | 1337 | per{"{0}/km²"} |
b331163b A |
1338 | } |
1339 | square-meter{ | |
1340 | dnam{"m²"} | |
1341 | one{"{0} m²"} | |
1342 | other{"{0} m²"} | |
2ca993e8 | 1343 | per{"{0}/m²"} |
b331163b A |
1344 | } |
1345 | square-mile{ | |
1346 | dnam{"mi²"} | |
1347 | one{"{0} mi²"} | |
1348 | other{"{0} mi²"} | |
f3c0d7a5 | 1349 | per{"{0}/mi²"} |
b331163b A |
1350 | } |
1351 | square-yard{ | |
1352 | dnam{"yd²"} | |
1353 | one{"{0} yd²"} | |
1354 | other{"{0} yd²"} | |
1355 | } | |
1356 | } | |
1357 | compound{ | |
1358 | per{"{0}/{1}"} | |
340931cb | 1359 | times{"{0}⋅{1}"} |
b331163b | 1360 | } |
2ca993e8 A |
1361 | concentr{ |
1362 | karat{ | |
f3c0d7a5 A |
1363 | dnam{"ct"} |
1364 | one{"{0} ct"} | |
1365 | other{"{0} ct"} | |
1366 | } | |
1367 | milligram-per-deciliter{ | |
1368 | dnam{"mg/dL"} | |
1369 | one{"{0} mg/dL"} | |
1370 | other{"{0} mg/dL"} | |
1371 | } | |
1372 | millimole-per-liter{ | |
1373 | dnam{"mmol/L"} | |
1374 | one{"{0} mmol/L"} | |
1375 | other{"{0} mmol/L"} | |
1376 | } | |
3d1f044b | 1377 | mole{ |
3d1f044b A |
1378 | one{"{0} moles"} |
1379 | other{"{0} moles"} | |
1380 | } | |
f3c0d7a5 A |
1381 | part-per-million{ |
1382 | dnam{"ppm"} | |
1383 | one{"{0} ppm"} | |
1384 | other{"{0} ppm"} | |
2ca993e8 | 1385 | } |
3d1f044b A |
1386 | percent{ |
1387 | dnam{"por ciento"} | |
1388 | one{"{0} %"} | |
1389 | other{"{0} %"} | |
1390 | } | |
1391 | permille{ | |
1392 | dnam{"por mil"} | |
1393 | one{"{0} ‰"} | |
1394 | other{"{0} ‰"} | |
1395 | } | |
1396 | permyriad{ | |
1397 | dnam{"por diez mil"} | |
1398 | one{"{0} ‱"} | |
1399 | other{"{0} ‱"} | |
1400 | } | |
2ca993e8 | 1401 | } |
b331163b | 1402 | consumption{ |
2ca993e8 A |
1403 | liter-per-100kilometers{ |
1404 | dnam{"l/100 km"} | |
1405 | one{"{0} l/100 km"} | |
1406 | other{"{0} l/100 km"} | |
1407 | } | |
b331163b A |
1408 | liter-per-kilometer{ |
1409 | dnam{"l/km"} | |
1410 | one{"{0} l/km"} | |
1411 | other{"{0} l/km"} | |
1412 | } | |
1413 | mile-per-gallon{ | |
1414 | dnam{"mi/gal"} | |
1415 | one{"{0} mi/gal"} | |
1416 | other{"{0} mi/gal"} | |
1417 | } | |
f3c0d7a5 A |
1418 | mile-per-gallon-imperial{ |
1419 | dnam{"mi/gal imp."} | |
1420 | one{"{0} mi/gal imp."} | |
1421 | other{"{0} mi/gal imp."} | |
1422 | } | |
b331163b | 1423 | } |
2ca993e8 | 1424 | coordinate{ |
3d1f044b | 1425 | dnam{"punto"} |
2ca993e8 A |
1426 | east{"{0} E"} |
1427 | north{"{0} N"} | |
1428 | south{"{0} S"} | |
1429 | west{"{0} O"} | |
1430 | } | |
b331163b A |
1431 | digital{ |
1432 | bit{ | |
1433 | dnam{"b"} | |
1434 | one{"{0} b"} | |
1435 | other{"{0} b"} | |
1436 | } | |
1437 | byte{ | |
1438 | dnam{"B"} | |
1439 | one{"{0} B"} | |
1440 | other{"{0} B"} | |
1441 | } | |
1442 | gigabit{ | |
1443 | dnam{"Gb"} | |
1444 | one{"{0} Gb"} | |
1445 | other{"{0} Gb"} | |
1446 | } | |
1447 | gigabyte{ | |
1448 | dnam{"GB"} | |
1449 | one{"{0} GB"} | |
1450 | other{"{0} GB"} | |
1451 | } | |
1452 | kilobit{ | |
1453 | dnam{"kb"} | |
1454 | one{"{0} kb"} | |
1455 | other{"{0} kb"} | |
1456 | } | |
1457 | kilobyte{ | |
1458 | dnam{"kB"} | |
1459 | one{"{0} kB"} | |
1460 | other{"{0} kB"} | |
1461 | } | |
1462 | megabit{ | |
1463 | dnam{"Mb"} | |
1464 | one{"{0} Mb"} | |
1465 | other{"{0} Mb"} | |
1466 | } | |
1467 | megabyte{ | |
1468 | dnam{"MB"} | |
1469 | one{"{0} MB"} | |
1470 | other{"{0} MB"} | |
1471 | } | |
3d1f044b A |
1472 | petabyte{ |
1473 | dnam{"PB"} | |
1474 | one{"{0} PB"} | |
1475 | other{"{0} PB"} | |
1476 | } | |
b331163b A |
1477 | terabit{ |
1478 | dnam{"Tb"} | |
1479 | one{"{0} Tb"} | |
1480 | other{"{0} Tb"} | |
1481 | } | |
1482 | terabyte{ | |
1483 | dnam{"TB"} | |
1484 | one{"{0} TB"} | |
1485 | other{"{0} TB"} | |
1486 | } | |
1487 | } | |
1488 | duration{ | |
2ca993e8 | 1489 | century{ |
340931cb A |
1490 | dnam{"s."} |
1491 | one{"{0} s."} | |
1492 | other{"{0} s."} | |
2ca993e8 | 1493 | } |
b331163b A |
1494 | day{ |
1495 | dnam{"d"} | |
1496 | one{"{0} d"} | |
1497 | other{"{0} d"} | |
2ca993e8 | 1498 | per{"{0}/d"} |
b331163b | 1499 | } |
340931cb A |
1500 | decade{ |
1501 | dnam{"déc."} | |
1502 | one{"{0} déc."} | |
1503 | other{"{0} déc."} | |
1504 | } | |
b331163b A |
1505 | hour{ |
1506 | dnam{"horas"} | |
1507 | one{"{0} h"} | |
1508 | other{"{0} h"} | |
1509 | per{"{0}/h"} | |
1510 | } | |
1511 | microsecond{ | |
1512 | dnam{"μs"} | |
1513 | one{"{0} μs"} | |
1514 | other{"{0} μs"} | |
1515 | } | |
1516 | millisecond{ | |
1517 | dnam{"ms"} | |
1518 | one{"{0} ms"} | |
1519 | other{"{0} ms"} | |
1520 | } | |
1521 | minute{ | |
1522 | dnam{"min"} | |
1523 | one{"{0} min"} | |
1524 | other{"{0} min"} | |
2ca993e8 | 1525 | per{"{0}/min"} |
b331163b A |
1526 | } |
1527 | month{ | |
2ca993e8 A |
1528 | dnam{"m."} |
1529 | one{"{0} m."} | |
1530 | other{"{0} m."} | |
1531 | per{"{0}/m."} | |
b331163b A |
1532 | } |
1533 | nanosecond{ | |
1534 | dnam{"ns"} | |
1535 | one{"{0} ns"} | |
1536 | other{"{0} ns"} | |
1537 | } | |
1538 | second{ | |
1539 | dnam{"s"} | |
1540 | one{"{0} s"} | |
1541 | other{"{0} s"} | |
1542 | per{"{0}/s"} | |
1543 | } | |
1544 | week{ | |
2ca993e8 A |
1545 | dnam{"sem."} |
1546 | one{"{0} sem."} | |
1547 | other{"{0} sem."} | |
1548 | per{"{0}/sem."} | |
b331163b A |
1549 | } |
1550 | year{ | |
1551 | dnam{"a"} | |
1552 | one{"{0} a"} | |
1553 | other{"{0} a"} | |
2ca993e8 | 1554 | per{"{0}/a"} |
b331163b A |
1555 | } |
1556 | } | |
1557 | electric{ | |
1558 | ampere{ | |
1559 | dnam{"A"} | |
1560 | one{"{0} A"} | |
1561 | other{"{0} A"} | |
1562 | } | |
1563 | milliampere{ | |
1564 | dnam{"mA"} | |
1565 | one{"{0} mA"} | |
1566 | other{"{0} mA"} | |
1567 | } | |
1568 | ohm{ | |
1569 | dnam{"Ω"} | |
1570 | one{"{0} Ω"} | |
1571 | other{"{0} Ω"} | |
1572 | } | |
1573 | volt{ | |
1574 | dnam{"voltios"} | |
1575 | one{"{0} V"} | |
1576 | other{"{0} V"} | |
1577 | } | |
1578 | } | |
1579 | energy{ | |
3d1f044b A |
1580 | british-thermal-unit{ |
1581 | dnam{"BTU"} | |
1582 | one{"{0} BTU"} | |
1583 | other{"{0} BTU"} | |
1584 | } | |
b331163b A |
1585 | calorie{ |
1586 | dnam{"cal"} | |
1587 | one{"{0} cal"} | |
1588 | other{"{0} cal"} | |
1589 | } | |
3d1f044b A |
1590 | electronvolt{ |
1591 | dnam{"electronvoltio"} | |
3d1f044b | 1592 | } |
b331163b A |
1593 | foodcalorie{ |
1594 | dnam{"cal"} | |
1595 | one{"{0} cal"} | |
1596 | other{"{0} cal"} | |
1597 | } | |
1598 | joule{ | |
1599 | dnam{"J"} | |
1600 | one{"{0} J"} | |
1601 | other{"{0} J"} | |
1602 | } | |
1603 | kilocalorie{ | |
1604 | dnam{"kcal"} | |
1605 | one{"{0} kcal"} | |
1606 | other{"{0} kcal"} | |
1607 | } | |
1608 | kilojoule{ | |
1609 | dnam{"kJ"} | |
1610 | one{"{0} kJ"} | |
1611 | other{"{0} kJ"} | |
1612 | } | |
1613 | kilowatt-hour{ | |
1614 | dnam{"kWh"} | |
1615 | one{"{0} kWh"} | |
1616 | other{"{0} kWh"} | |
1617 | } | |
340931cb A |
1618 | therm-us{ |
1619 | dnam{"thm EE. UU."} | |
1620 | one{"{0} thm EE. UU."} | |
1621 | other{"{0} thm EE. UU."} | |
1622 | } | |
b331163b | 1623 | } |
3d1f044b A |
1624 | force{ |
1625 | newton{ | |
1626 | dnam{"newton"} | |
3d1f044b A |
1627 | } |
1628 | pound-force{ | |
1629 | dnam{"libra fuerza"} | |
3d1f044b A |
1630 | } |
1631 | } | |
b331163b A |
1632 | frequency{ |
1633 | gigahertz{ | |
1634 | dnam{"GHz"} | |
1635 | one{"{0} GHz"} | |
1636 | other{"{0} GHz"} | |
1637 | } | |
1638 | hertz{ | |
1639 | dnam{"Hz"} | |
1640 | one{"{0} Hz"} | |
1641 | other{"{0} Hz"} | |
1642 | } | |
1643 | kilohertz{ | |
1644 | dnam{"kHz"} | |
1645 | one{"{0} kHz"} | |
1646 | other{"{0} kHz"} | |
1647 | } | |
1648 | megahertz{ | |
1649 | dnam{"MHz"} | |
1650 | one{"{0} MHz"} | |
1651 | other{"{0} MHz"} | |
1652 | } | |
1653 | } | |
340931cb A |
1654 | graphics{ |
1655 | dot-per-centimeter{ | |
1656 | dnam{"ppcm"} | |
1657 | one{"{0} ppcm"} | |
1658 | other{"{0} ppcm"} | |
1659 | } | |
1660 | dot-per-inch{ | |
1661 | dnam{"ppp"} | |
1662 | one{"{0} ppp"} | |
1663 | other{"{0} ppp"} | |
1664 | } | |
1665 | em{ | |
1666 | dnam{"em"} | |
1667 | one{"{0} em"} | |
1668 | other{"{0} em"} | |
1669 | } | |
1670 | megapixel{ | |
1671 | dnam{"Mpx"} | |
1672 | one{"{0} Mpx"} | |
1673 | other{"{0} Mpx"} | |
1674 | } | |
1675 | pixel{ | |
1676 | dnam{"px"} | |
1677 | one{"{0} px"} | |
1678 | other{"{0} px"} | |
1679 | } | |
1680 | pixel-per-centimeter{ | |
1681 | dnam{"px/cm"} | |
1682 | one{"{0} px/cm"} | |
1683 | other{"{0} px/cm"} | |
1684 | } | |
1685 | pixel-per-inch{ | |
1686 | dnam{"px/in"} | |
1687 | one{"{0} px/in"} | |
1688 | other{"{0} px/in"} | |
1689 | } | |
1690 | } | |
b331163b A |
1691 | length{ |
1692 | astronomical-unit{ | |
1693 | dnam{"au"} | |
1694 | one{"{0} au"} | |
1695 | other{"{0} au"} | |
1696 | } | |
1697 | centimeter{ | |
1698 | dnam{"cm"} | |
1699 | one{"{0} cm"} | |
1700 | other{"{0} cm"} | |
2ca993e8 | 1701 | per{"{0}/cm"} |
b331163b A |
1702 | } |
1703 | decimeter{ | |
1704 | dnam{"dm"} | |
1705 | one{"{0} dm"} | |
1706 | other{"{0} dm"} | |
1707 | } | |
1708 | foot{ | |
1709 | dnam{"ft"} | |
1710 | one{"{0} ft"} | |
1711 | other{"{0} ft"} | |
2ca993e8 | 1712 | per{"{0}/ft"} |
b331163b A |
1713 | } |
1714 | inch{ | |
1715 | dnam{"in"} | |
1716 | one{"{0} in"} | |
1717 | other{"{0} in"} | |
2ca993e8 | 1718 | per{"{0}/in"} |
b331163b A |
1719 | } |
1720 | kilometer{ | |
1721 | dnam{"km"} | |
1722 | one{"{0} km"} | |
1723 | other{"{0} km"} | |
2ca993e8 | 1724 | per{"{0}/km"} |
b331163b A |
1725 | } |
1726 | light-year{ | |
2ca993e8 | 1727 | dnam{"a. l."} |
b331163b A |
1728 | one{"{0} a. l."} |
1729 | other{"{0} a. l."} | |
1730 | } | |
1731 | meter{ | |
1732 | dnam{"m"} | |
1733 | one{"{0} m"} | |
1734 | other{"{0} m"} | |
2ca993e8 | 1735 | per{"{0}/m"} |
b331163b A |
1736 | } |
1737 | micrometer{ | |
1738 | dnam{"µm"} | |
1739 | one{"{0} µm"} | |
1740 | other{"{0} µm"} | |
1741 | } | |
1742 | mile{ | |
1743 | dnam{"mi"} | |
1744 | one{"{0} mi"} | |
1745 | other{"{0} mi"} | |
1746 | } | |
2ca993e8 A |
1747 | mile-scandinavian{ |
1748 | dnam{"mi esc."} | |
1749 | one{"{0} mi esc."} | |
1750 | other{"{0} mi esc."} | |
1751 | } | |
b331163b A |
1752 | millimeter{ |
1753 | dnam{"mm"} | |
1754 | one{"{0} mm"} | |
1755 | other{"{0} mm"} | |
1756 | } | |
1757 | nanometer{ | |
1758 | dnam{"nm"} | |
1759 | one{"{0} nm"} | |
1760 | other{"{0} nm"} | |
1761 | } | |
1762 | nautical-mile{ | |
1763 | dnam{"M"} | |
1764 | one{"{0} M"} | |
1765 | other{"{0} M"} | |
1766 | } | |
1767 | parsec{ | |
2ca993e8 | 1768 | dnam{"pc"} |
b331163b A |
1769 | one{"{0} pc"} |
1770 | other{"{0} pc"} | |
1771 | } | |
1772 | picometer{ | |
1773 | dnam{"pm"} | |
1774 | one{"{0} pm"} | |
1775 | other{"{0} pm"} | |
1776 | } | |
f3c0d7a5 A |
1777 | point{ |
1778 | dnam{"puntos"} | |
0f5d89e8 A |
1779 | one{"{0} pto."} |
1780 | other{"{0} ptos."} | |
f3c0d7a5 | 1781 | } |
3d1f044b A |
1782 | solar-radius{ |
1783 | dnam{"radios solares"} | |
3d1f044b | 1784 | } |
b331163b | 1785 | yard{ |
2ca993e8 | 1786 | dnam{"yd"} |
b331163b A |
1787 | one{"{0} yd"} |
1788 | other{"{0} yd"} | |
1789 | } | |
1790 | } | |
1791 | light{ | |
1792 | lux{ | |
1793 | dnam{"lx"} | |
1794 | one{"{0} lx"} | |
1795 | other{"{0} lx"} | |
1796 | } | |
3d1f044b A |
1797 | solar-luminosity{ |
1798 | dnam{"luminosidades solares"} | |
3d1f044b | 1799 | } |
b331163b A |
1800 | } |
1801 | mass{ | |
1802 | carat{ | |
1803 | dnam{"c"} | |
1804 | one{"{0} c"} | |
1805 | other{"{0} c"} | |
1806 | } | |
3d1f044b A |
1807 | dalton{ |
1808 | dnam{"daltones"} | |
3d1f044b A |
1809 | } |
1810 | earth-mass{ | |
1811 | dnam{"masas terrestres"} | |
3d1f044b | 1812 | } |
b331163b A |
1813 | gram{ |
1814 | dnam{"g"} | |
1815 | one{"{0} g"} | |
1816 | other{"{0} g"} | |
2ca993e8 | 1817 | per{"{0}/g"} |
b331163b A |
1818 | } |
1819 | kilogram{ | |
1820 | dnam{"kg"} | |
1821 | one{"{0} kg"} | |
1822 | other{"{0} kg"} | |
2ca993e8 | 1823 | per{"{0}/kg"} |
b331163b A |
1824 | } |
1825 | metric-ton{ | |
f3c0d7a5 A |
1826 | dnam{"tm"} |
1827 | one{"{0} tm"} | |
1828 | other{"{0} tm"} | |
b331163b A |
1829 | } |
1830 | microgram{ | |
1831 | dnam{"µg"} | |
1832 | one{"{0} µg"} | |
1833 | other{"{0} µg"} | |
1834 | } | |
1835 | milligram{ | |
1836 | dnam{"mg"} | |
1837 | one{"{0} mg"} | |
1838 | other{"{0} mg"} | |
1839 | } | |
1840 | ounce{ | |
1841 | dnam{"oz"} | |
1842 | one{"{0} oz"} | |
1843 | other{"{0} oz"} | |
2ca993e8 | 1844 | per{"{0}/oz"} |
b331163b A |
1845 | } |
1846 | ounce-troy{ | |
1847 | dnam{"oz t"} | |
1848 | one{"{0} oz t"} | |
1849 | other{"{0} oz t"} | |
1850 | } | |
1851 | pound{ | |
1852 | dnam{"lb"} | |
1853 | one{"{0} lb"} | |
1854 | other{"{0} lb"} | |
2ca993e8 | 1855 | per{"{0}/lb"} |
b331163b | 1856 | } |
3d1f044b A |
1857 | solar-mass{ |
1858 | dnam{"masas solares"} | |
3d1f044b | 1859 | } |
b331163b | 1860 | ton{ |
f3c0d7a5 A |
1861 | dnam{"t"} |
1862 | one{"{0} t"} | |
1863 | other{"{0} t"} | |
b331163b A |
1864 | } |
1865 | } | |
1866 | power{ | |
1867 | gigawatt{ | |
1868 | dnam{"GW"} | |
1869 | one{"{0} GW"} | |
1870 | other{"{0} GW"} | |
1871 | } | |
1872 | horsepower{ | |
1873 | dnam{"CV"} | |
1874 | one{"{0} CV"} | |
1875 | other{"{0} CV"} | |
1876 | } | |
1877 | kilowatt{ | |
1878 | dnam{"kW"} | |
1879 | one{"{0} kW"} | |
1880 | other{"{0} kW"} | |
1881 | } | |
1882 | megawatt{ | |
1883 | dnam{"MW"} | |
1884 | one{"{0} MW"} | |
1885 | other{"{0} MW"} | |
1886 | } | |
1887 | milliwatt{ | |
1888 | dnam{"mW"} | |
1889 | one{"{0} mW"} | |
1890 | other{"{0} mW"} | |
1891 | } | |
1892 | watt{ | |
1893 | dnam{"vatios"} | |
1894 | one{"{0} W"} | |
1895 | other{"{0} W"} | |
1896 | } | |
1897 | } | |
1898 | pressure{ | |
3d1f044b A |
1899 | atmosphere{ |
1900 | dnam{"atm"} | |
1901 | one{"{0} atm"} | |
1902 | other{"{0} atm"} | |
1903 | } | |
340931cb A |
1904 | bar{ |
1905 | dnam{"bar"} | |
1906 | one{"{0} bar"} | |
1907 | other{"{0} bar"} | |
1908 | } | |
b331163b A |
1909 | hectopascal{ |
1910 | dnam{"hPa"} | |
1911 | one{"{0} hPa"} | |
1912 | other{"{0} hPa"} | |
1913 | } | |
1914 | inch-hg{ | |
1915 | dnam{"inHg"} | |
1916 | one{"{0} inHg"} | |
1917 | other{"{0} inHg"} | |
1918 | } | |
1919 | millibar{ | |
1920 | dnam{"mbar"} | |
1921 | one{"{0} mbar"} | |
1922 | other{"{0} mbar"} | |
1923 | } | |
1924 | millimeter-of-mercury{ | |
1925 | dnam{"mmHg"} | |
1926 | one{"{0} mmHg"} | |
1927 | other{"{0} mmHg"} | |
1928 | } | |
340931cb A |
1929 | pascal{ |
1930 | dnam{"Pa"} | |
1931 | one{"{0} Pa"} | |
1932 | other{"{0} Pa"} | |
1933 | } | |
b331163b A |
1934 | pound-per-square-inch{ |
1935 | dnam{"psi"} | |
1936 | one{"{0} psi"} | |
1937 | other{"{0} psi"} | |
1938 | } | |
1939 | } | |
b331163b A |
1940 | speed{ |
1941 | kilometer-per-hour{ | |
1942 | dnam{"km/h"} | |
1943 | one{"{0} km/h"} | |
1944 | other{"{0} km/h"} | |
1945 | } | |
2ca993e8 A |
1946 | knot{ |
1947 | dnam{"kn"} | |
1948 | one{"{0} kn"} | |
1949 | other{"{0} kn"} | |
1950 | } | |
b331163b A |
1951 | meter-per-second{ |
1952 | dnam{"m/s"} | |
1953 | one{"{0} m/s"} | |
1954 | other{"{0} m/s"} | |
1955 | } | |
1956 | mile-per-hour{ | |
1957 | dnam{"mi/h"} | |
1958 | one{"{0} mi/h"} | |
1959 | other{"{0} mi/h"} | |
1960 | } | |
1961 | } | |
1962 | temperature{ | |
1963 | celsius{ | |
1964 | dnam{"°C"} | |
1965 | one{"{0}°C"} | |
1966 | other{"{0}°C"} | |
1967 | } | |
1968 | fahrenheit{ | |
1969 | dnam{"°F"} | |
1970 | one{"{0}°F"} | |
1971 | other{"{0}°F"} | |
1972 | } | |
2ca993e8 A |
1973 | generic{ |
1974 | dnam{"°"} | |
1975 | one{"{0}°"} | |
1976 | other{"{0}°"} | |
1977 | } | |
b331163b A |
1978 | kelvin{ |
1979 | dnam{"K"} | |
1980 | one{"{0} K"} | |
1981 | other{"{0} K"} | |
1982 | } | |
1983 | } | |
3d1f044b A |
1984 | torque{ |
1985 | newton-meter{ | |
1986 | dnam{"Nm"} | |
1987 | one{"{0} Nm"} | |
1988 | other{"{0} Nm"} | |
1989 | } | |
1990 | pound-foot{ | |
1991 | dnam{"lbf ft"} | |
1992 | one{"{0} lbf ft"} | |
1993 | other{"{0} lbf ft"} | |
1994 | } | |
1995 | } | |
b331163b A |
1996 | volume{ |
1997 | acre-foot{ | |
1998 | dnam{"ac ft"} | |
1999 | one{"{0} ac ft"} | |
2000 | other{"{0} ac ft"} | |
2001 | } | |
3d1f044b A |
2002 | barrel{ |
2003 | dnam{"barril"} | |
2004 | one{"{0} bbl"} | |
2005 | other{"{0} bbl"} | |
2006 | } | |
b331163b A |
2007 | centiliter{ |
2008 | dnam{"cl"} | |
2009 | one{"{0} cl"} | |
2010 | other{"{0} cl"} | |
2011 | } | |
2012 | cubic-centimeter{ | |
2013 | dnam{"cm³"} | |
2014 | one{"{0} cm³"} | |
2015 | other{"{0} cm³"} | |
2ca993e8 | 2016 | per{"{0}/cm³"} |
b331163b A |
2017 | } |
2018 | cubic-foot{ | |
2019 | dnam{"ft³"} | |
2020 | one{"{0} ft³"} | |
2021 | other{"{0} ft³"} | |
2022 | } | |
2023 | cubic-inch{ | |
2024 | dnam{"in³"} | |
2025 | one{"{0} in³"} | |
2026 | other{"{0} in³"} | |
2027 | } | |
2028 | cubic-kilometer{ | |
2029 | dnam{"km³"} | |
2030 | one{"{0} km³"} | |
2031 | other{"{0} km³"} | |
2032 | } | |
2033 | cubic-meter{ | |
2034 | dnam{"m³"} | |
2035 | one{"{0} m³"} | |
2036 | other{"{0} m³"} | |
2ca993e8 | 2037 | per{"{0}/m³"} |
b331163b A |
2038 | } |
2039 | cubic-mile{ | |
2040 | dnam{"mi³"} | |
2041 | one{"{0} mi³"} | |
2042 | other{"{0} mi³"} | |
2043 | } | |
2044 | cubic-yard{ | |
2045 | dnam{"yd³"} | |
2046 | one{"{0} yd³"} | |
2047 | other{"{0} yd³"} | |
2048 | } | |
2049 | cup{ | |
2050 | dnam{"tazas"} | |
2051 | one{"{0} tza."} | |
2052 | other{"{0} tza."} | |
2053 | } | |
2ca993e8 A |
2054 | cup-metric{ |
2055 | dnam{"mc"} | |
2056 | one{"{0} mc"} | |
2057 | other{"{0} mc"} | |
2058 | } | |
b331163b A |
2059 | deciliter{ |
2060 | dnam{"dl"} | |
2061 | one{"{0} dl"} | |
2062 | other{"{0} dl"} | |
2063 | } | |
2064 | fluid-ounce{ | |
2065 | dnam{"fl oz"} | |
2066 | one{"{0} fl oz"} | |
2067 | other{"{0} fl oz"} | |
2068 | } | |
3d1f044b A |
2069 | fluid-ounce-imperial{ |
2070 | dnam{"fl oz imp."} | |
2071 | one{"{0} fl oz imp."} | |
2072 | other{"{0} fl oz imp."} | |
2073 | } | |
b331163b A |
2074 | gallon{ |
2075 | dnam{"gal"} | |
2076 | one{"{0} gal"} | |
2077 | other{"{0} gal"} | |
2ca993e8 | 2078 | per{"{0}/gal"} |
b331163b | 2079 | } |
f3c0d7a5 A |
2080 | gallon-imperial{ |
2081 | dnam{"gal imp."} | |
2082 | one{"{0} gal imp."} | |
2083 | other{"{0} gal imp."} | |
2084 | per{"{0}/gal imp."} | |
2085 | } | |
b331163b A |
2086 | hectoliter{ |
2087 | dnam{"hl"} | |
2088 | one{"{0} hl"} | |
2089 | other{"{0} hl"} | |
2090 | } | |
2091 | liter{ | |
2092 | dnam{"l"} | |
2093 | one{"{0} l"} | |
2094 | other{"{0} l"} | |
2ca993e8 | 2095 | per{"{0}/l"} |
b331163b A |
2096 | } |
2097 | megaliter{ | |
2098 | dnam{"Ml"} | |
2099 | one{"{0} Ml"} | |
2100 | other{"{0} Ml"} | |
2101 | } | |
2102 | milliliter{ | |
2103 | dnam{"ml"} | |
2104 | one{"{0} ml"} | |
2105 | other{"{0} ml"} | |
2106 | } | |
2107 | pint{ | |
2ca993e8 | 2108 | dnam{"pt"} |
b331163b A |
2109 | one{"{0} pt"} |
2110 | other{"{0} pt"} | |
2111 | } | |
2ca993e8 A |
2112 | pint-metric{ |
2113 | dnam{"mpt"} | |
2114 | one{"{0} mpt"} | |
2115 | other{"{0} mpt"} | |
2116 | } | |
b331163b A |
2117 | quart{ |
2118 | dnam{"qt"} | |
2119 | one{"{0} qt"} | |
2120 | other{"{0} qt"} | |
2121 | } | |
2122 | tablespoon{ | |
2ca993e8 A |
2123 | dnam{"cda"} |
2124 | one{"{0} cda"} | |
2125 | other{"{0} cda"} | |
b331163b A |
2126 | } |
2127 | teaspoon{ | |
2ca993e8 A |
2128 | dnam{"cdta"} |
2129 | one{"{0} cdta"} | |
2130 | other{"{0} cdta"} | |
b331163b A |
2131 | } |
2132 | } | |
2133 | } | |
2134 | } |