| OLD | NEW |
| 1 // *************************************************************************** | 1 // *************************************************************************** |
| 2 // * | 2 // * |
| 3 // * Copyright (C) 2014 International Business Machines | 3 // * Copyright (C) 2014 International Business Machines |
| 4 // * Corporation and others. All Rights Reserved. | 4 // * Corporation and others. All Rights Reserved. |
| 5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter | 5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter |
| 6 // * Source File: <path>/common/main/kea.xml | 6 // * Source File: <path>/common/main/kea.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | 9 /** |
| 10 * ICU <specials> source: <path>/common/main/kea.xml | 10 * ICU <specials> source: <path>/common/main/kea.xml |
| 11 */ | 11 */ |
| 12 kea{ | 12 kea{ |
| 13 Version{"2.1.7.39"} | 13 Version{"2.1.7.39"} |
| 14 units{ | 14 units{ |
| 15 acceleration{ | |
| 16 g-force{ | |
| 17 dnam{"forsa G"} | |
| 18 other{"{0} forsa G"} | |
| 19 } | |
| 20 meter-per-second-squared{ | |
| 21 dnam{"métru pur sigundu kuadradu"} | |
| 22 other{"{0} métru pur sigundu kuadradu"} | |
| 23 } | |
| 24 } | |
| 25 angle{ | |
| 26 degree{ | |
| 27 dnam{"grau"} | |
| 28 other{"{0} grau"} | |
| 29 } | |
| 30 radian{ | |
| 31 dnam{"radianu"} | |
| 32 other{"{0} radianu"} | |
| 33 } | |
| 34 } | |
| 35 area{ | |
| 36 acre{ | |
| 37 dnam{"ákri"} | |
| 38 other{"{0} ákri"} | |
| 39 } | |
| 40 hectare{ | |
| 41 dnam{"ektar"} | |
| 42 other{"{0} ektar"} | |
| 43 } | |
| 44 square-centimeter{ | |
| 45 dnam{"sentímetru kuadradu"} | |
| 46 other{"{0} sentímetru kuadradu"} | |
| 47 } | |
| 48 square-foot{ | |
| 49 dnam{"pé kuadradu"} | |
| 50 other{"{0} pé kuadradu"} | |
| 51 } | |
| 52 square-inch{ | |
| 53 dnam{"pulegada kuadradu"} | |
| 54 other{"{0} pulegada kuadradu"} | |
| 55 } | |
| 56 square-kilometer{ | |
| 57 dnam{"kilómetru kuadradu"} | |
| 58 other{"{0} kilómetru kuadradu"} | |
| 59 } | |
| 60 square-meter{ | |
| 61 dnam{"métru kuadradu"} | |
| 62 other{"{0} métru kuadradu"} | |
| 63 } | |
| 64 square-mile{ | |
| 65 dnam{"milha kuadradu"} | |
| 66 other{"{0} milha kuadradu"} | |
| 67 } | |
| 68 square-yard{ | |
| 69 dnam{"jarda kuadradu"} | |
| 70 other{"{0} jarda kuadradu"} | |
| 71 } | |
| 72 } | |
| 73 consumption{ | |
| 74 liter-per-kilometer{ | |
| 75 dnam{"litru pur kilómetru"} | |
| 76 other{"{0} litru pur kilómetru"} | |
| 77 } | |
| 78 mile-per-gallon{ | |
| 79 dnam{"milha pur galãu"} | |
| 80 other{"{0} milha pur galãu"} | |
| 81 } | |
| 82 } | |
| 83 digital{ | |
| 84 bit{ | |
| 85 dnam{"bit"} | |
| 86 other{"{0} bit"} | |
| 87 } | |
| 88 byte{ | |
| 89 dnam{"byte"} | |
| 90 other{"{0} byte"} | |
| 91 } | |
| 92 gigabit{ | |
| 93 dnam{"jigabit"} | |
| 94 other{"{0} jigabit"} | |
| 95 } | |
| 96 gigabyte{ | |
| 97 dnam{"jigabyte"} | |
| 98 other{"{0} jigabyte"} | |
| 99 } | |
| 100 kilobit{ | |
| 101 dnam{"kilobit"} | |
| 102 other{"{0} kilobit"} | |
| 103 } | |
| 104 kilobyte{ | |
| 105 dnam{"kilobyte"} | |
| 106 other{"{0} kilobyte"} | |
| 107 } | |
| 108 megabit{ | |
| 109 dnam{"megabit"} | |
| 110 other{"{0} megabit"} | |
| 111 } | |
| 112 megabyte{ | |
| 113 dnam{"megabyte"} | |
| 114 other{"{0} megabyte"} | |
| 115 } | |
| 116 terabit{ | |
| 117 dnam{"terabit"} | |
| 118 other{"{0} terabit"} | |
| 119 } | |
| 120 terabyte{ | |
| 121 dnam{"terabyte"} | |
| 122 other{"{0} terabyte"} | |
| 123 } | |
| 124 } | |
| 125 duration{ | 15 duration{ |
| 126 day{ | 16 day{ |
| 127 dnam{"dia"} | 17 dnam{"dia"} |
| 128 other{"{0} dia"} | 18 other{"{0} dia"} |
| 129 } | 19 } |
| 130 hour{ | 20 hour{ |
| 131 dnam{"ora"} | 21 dnam{"ora"} |
| 132 other{"{0} ora"} | 22 other{"{0} ora"} |
| 133 per{"{0} pur ora"} | 23 per{"{0} pur ora"} |
| 134 } | 24 } |
| (...skipping 24 matching lines...) Expand all Loading... |
| 159 } | 49 } |
| 160 week{ | 50 week{ |
| 161 dnam{"simana"} | 51 dnam{"simana"} |
| 162 other{"{0} simana"} | 52 other{"{0} simana"} |
| 163 } | 53 } |
| 164 year{ | 54 year{ |
| 165 dnam{"anu"} | 55 dnam{"anu"} |
| 166 other{"{0} anu"} | 56 other{"{0} anu"} |
| 167 } | 57 } |
| 168 } | 58 } |
| 169 length{ | |
| 170 astronomical-unit{ | |
| 171 dnam{"unidadi astronómiku"} | |
| 172 other{"{0} unidadi astronómiku"} | |
| 173 } | |
| 174 centimeter{ | |
| 175 dnam{"sentímetru"} | |
| 176 other{"{0} sentímetru"} | |
| 177 } | |
| 178 decimeter{ | |
| 179 dnam{"desímetru"} | |
| 180 other{"{0} desímetru"} | |
| 181 } | |
| 182 foot{ | |
| 183 dnam{"pé"} | |
| 184 other{"{0} pé"} | |
| 185 } | |
| 186 inch{ | |
| 187 dnam{"pulegada"} | |
| 188 other{"{0} pulegada"} | |
| 189 } | |
| 190 kilometer{ | |
| 191 dnam{"kilómetru"} | |
| 192 other{"{0} kilómetru"} | |
| 193 } | |
| 194 light-year{ | |
| 195 dnam{"anu-lus"} | |
| 196 other{"{0} anu-lus"} | |
| 197 } | |
| 198 meter{ | |
| 199 dnam{"métru"} | |
| 200 other{"{0} métru"} | |
| 201 } | |
| 202 micrometer{ | |
| 203 dnam{"mikrómetru"} | |
| 204 other{"{0} mikrómetru"} | |
| 205 } | |
| 206 mile{ | |
| 207 dnam{"milha"} | |
| 208 other{"{0} milha"} | |
| 209 } | |
| 210 millimeter{ | |
| 211 dnam{"milímetru"} | |
| 212 other{"{0} milímetru"} | |
| 213 } | |
| 214 nanometer{ | |
| 215 dnam{"nanómetru"} | |
| 216 other{"{0} nanómetru"} | |
| 217 } | |
| 218 nautical-mile{ | |
| 219 dnam{"milha náutiku"} | |
| 220 other{"{0} milha náutiku"} | |
| 221 } | |
| 222 parsec{ | |
| 223 dnam{"parsek"} | |
| 224 other{"{0} parsek"} | |
| 225 } | |
| 226 picometer{ | |
| 227 dnam{"pikómetru"} | |
| 228 other{"{0} pikómetru"} | |
| 229 } | |
| 230 yard{ | |
| 231 dnam{"jarda"} | |
| 232 other{"{0} jarda"} | |
| 233 } | |
| 234 } | |
| 235 light{ | |
| 236 lux{ | |
| 237 dnam{"lux"} | |
| 238 other{"{0} lux"} | |
| 239 } | |
| 240 } | |
| 241 power{ | |
| 242 watt{ | |
| 243 dnam{"watt"} | |
| 244 } | |
| 245 } | |
| 246 proportion{ | |
| 247 karat{ | |
| 248 dnam{"kilati"} | |
| 249 other{"{0} kilati"} | |
| 250 } | |
| 251 } | |
| 252 speed{ | |
| 253 kilometer-per-hour{ | |
| 254 dnam{"kilómetru pur ora"} | |
| 255 other{"{0} kilómetru pur ora"} | |
| 256 } | |
| 257 meter-per-second{ | |
| 258 dnam{"métru pur sigundu"} | |
| 259 other{"{0} métru pur sigundu"} | |
| 260 } | |
| 261 mile-per-hour{ | |
| 262 dnam{"milha pur ora"} | |
| 263 other{"{0} milha pur ora"} | |
| 264 } | |
| 265 } | |
| 266 volume{ | |
| 267 acre-foot{ | |
| 268 dnam{"ákri-pé"} | |
| 269 other{"{0} ákri-pé"} | |
| 270 } | |
| 271 centiliter{ | |
| 272 dnam{"sentilitru"} | |
| 273 other{"{0} sentilitru"} | |
| 274 } | |
| 275 cubic-centimeter{ | |
| 276 dnam{"sentímetru kúbiku"} | |
| 277 other{"{0} sentímetru kúbiku"} | |
| 278 } | |
| 279 cubic-foot{ | |
| 280 dnam{"pé kúbiku"} | |
| 281 other{"{0} pé kúbiku"} | |
| 282 } | |
| 283 cubic-inch{ | |
| 284 dnam{"pulegada kúbiku"} | |
| 285 other{"{0} pulegada kúbiku"} | |
| 286 } | |
| 287 cubic-kilometer{ | |
| 288 dnam{"kilómetru kúbiku"} | |
| 289 other{"{0} kilómetru kúbiku"} | |
| 290 } | |
| 291 cubic-meter{ | |
| 292 dnam{"métru kúbiku"} | |
| 293 other{"{0} métru kúbiku"} | |
| 294 } | |
| 295 cubic-mile{ | |
| 296 dnam{"milha kúbiku"} | |
| 297 other{"{0} milha kúbiku"} | |
| 298 } | |
| 299 cubic-yard{ | |
| 300 dnam{"jarda kúbiku"} | |
| 301 other{"{0} jarda kúbiku"} | |
| 302 } | |
| 303 cup{ | |
| 304 dnam{"xávina"} | |
| 305 other{"{0} xávina"} | |
| 306 } | |
| 307 deciliter{ | |
| 308 dnam{"desilitru"} | |
| 309 other{"{0} desilitru"} | |
| 310 } | |
| 311 fluid-ounce{ | |
| 312 dnam{"ónsa fluídu"} | |
| 313 other{"{0} ónsa fluídu"} | |
| 314 } | |
| 315 gallon{ | |
| 316 dnam{"galãu"} | |
| 317 other{"{0} galãu"} | |
| 318 } | |
| 319 hectoliter{ | |
| 320 dnam{"ektolitru"} | |
| 321 other{"{0} ektolitru"} | |
| 322 } | |
| 323 liter{ | |
| 324 dnam{"litru"} | |
| 325 other{"{0} litru"} | |
| 326 } | |
| 327 megaliter{ | |
| 328 dnam{"megalitru"} | |
| 329 other{"{0} megalitru"} | |
| 330 } | |
| 331 milliliter{ | |
| 332 dnam{"mililitru"} | |
| 333 other{"{0} mililitru"} | |
| 334 } | |
| 335 pint{ | |
| 336 dnam{"pint"} | |
| 337 other{"{0} pint"} | |
| 338 } | |
| 339 quart{ | |
| 340 dnam{"kuart"} | |
| 341 other{"{0} kuart"} | |
| 342 } | |
| 343 tablespoon{ | |
| 344 dnam{"kudjer di sopa"} | |
| 345 other{"{0} kudjer di sopa"} | |
| 346 } | |
| 347 teaspoon{ | |
| 348 dnam{"kudjer di xá"} | |
| 349 other{"{0} kudjer di xá"} | |
| 350 } | |
| 351 } | |
| 352 } | 59 } |
| 353 unitsNarrow{ | 60 unitsNarrow{ |
| 354 duration{ | 61 duration{ |
| 355 day{ | 62 day{ |
| 356 dnam{"dia"} | 63 dnam{"dia"} |
| 357 other{"{0} dia"} | 64 other{"{0} dia"} |
| 358 } | 65 } |
| 359 hour{ | 66 hour{ |
| 360 dnam{"ora"} | 67 dnam{"ora"} |
| 361 other{"{0} h"} | 68 other{"{0} h"} |
| (...skipping 15 matching lines...) Expand all Loading... |
| 377 } | 84 } |
| 378 week{ | 85 week{ |
| 379 dnam{"sim."} | 86 dnam{"sim."} |
| 380 other{"{0} sim."} | 87 other{"{0} sim."} |
| 381 } | 88 } |
| 382 year{ | 89 year{ |
| 383 dnam{"anu"} | 90 dnam{"anu"} |
| 384 other{"{0} anu"} | 91 other{"{0} anu"} |
| 385 } | 92 } |
| 386 } | 93 } |
| 387 length{ | |
| 388 centimeter{ | |
| 389 dnam{"cm"} | |
| 390 other{"{0} cm"} | |
| 391 } | |
| 392 kilometer{ | |
| 393 dnam{"km"} | |
| 394 other{"{0} km"} | |
| 395 } | |
| 396 meter{ | |
| 397 dnam{"m"} | |
| 398 other{"{0} m"} | |
| 399 } | |
| 400 millimeter{ | |
| 401 dnam{"mm"} | |
| 402 other{"{0} mm"} | |
| 403 } | |
| 404 } | |
| 405 mass{ | |
| 406 gram{ | |
| 407 other{"{0} g"} | |
| 408 } | |
| 409 kilogram{ | |
| 410 dnam{"kg"} | |
| 411 other{"{0} kg"} | |
| 412 } | |
| 413 } | |
| 414 speed{ | |
| 415 kilometer-per-hour{ | |
| 416 dnam{"km/h"} | |
| 417 other{"{0} km/h"} | |
| 418 } | |
| 419 } | |
| 420 volume{ | |
| 421 liter{ | |
| 422 dnam{"l"} | |
| 423 other{"{0} l"} | |
| 424 } | |
| 425 } | |
| 426 } | 94 } |
| 427 unitsShort{ | 95 unitsShort{ |
| 428 acceleration{ | |
| 429 g-force{ | |
| 430 dnam{"G"} | |
| 431 other{"{0} G"} | |
| 432 } | |
| 433 meter-per-second-squared{ | |
| 434 dnam{"m/s²"} | |
| 435 other{"{0} m/s²"} | |
| 436 } | |
| 437 } | |
| 438 angle{ | |
| 439 arc-minute{ | |
| 440 dnam{"arcmin"} | |
| 441 other{"{0}′"} | |
| 442 } | |
| 443 arc-second{ | |
| 444 dnam{"arcsec"} | |
| 445 other{"{0}″"} | |
| 446 } | |
| 447 degree{ | |
| 448 dnam{"grau"} | |
| 449 other{"{0}°"} | |
| 450 } | |
| 451 radian{ | |
| 452 dnam{"rad"} | |
| 453 other{"{0} rad"} | |
| 454 } | |
| 455 } | |
| 456 area{ | |
| 457 acre{ | |
| 458 dnam{"ac"} | |
| 459 other{"{0} ac"} | |
| 460 } | |
| 461 hectare{ | |
| 462 dnam{"ha"} | |
| 463 other{"{0} ha"} | |
| 464 } | |
| 465 square-centimeter{ | |
| 466 dnam{"cm²"} | |
| 467 other{"{0} cm²"} | |
| 468 } | |
| 469 square-foot{ | |
| 470 dnam{"ft²"} | |
| 471 other{"{0} ft²"} | |
| 472 } | |
| 473 square-inch{ | |
| 474 dnam{"in²"} | |
| 475 other{"{0} in²"} | |
| 476 } | |
| 477 square-kilometer{ | |
| 478 dnam{"km²"} | |
| 479 other{"{0} km²"} | |
| 480 } | |
| 481 square-meter{ | |
| 482 dnam{"m²"} | |
| 483 other{"{0} m²"} | |
| 484 } | |
| 485 square-mile{ | |
| 486 dnam{"mi²"} | |
| 487 other{"{0} mi²"} | |
| 488 } | |
| 489 square-yard{ | |
| 490 dnam{"yd²"} | |
| 491 other{"{0} yd²"} | |
| 492 } | |
| 493 } | |
| 494 consumption{ | |
| 495 liter-per-kilometer{ | |
| 496 dnam{"l/km"} | |
| 497 other{"{0} l/km"} | |
| 498 } | |
| 499 mile-per-gallon{ | |
| 500 dnam{"mpg"} | |
| 501 other{"{0} mpg"} | |
| 502 } | |
| 503 } | |
| 504 digital{ | |
| 505 bit{ | |
| 506 dnam{"b"} | |
| 507 other{"{0} b"} | |
| 508 } | |
| 509 byte{ | |
| 510 dnam{"B"} | |
| 511 other{"{0} B"} | |
| 512 } | |
| 513 gigabit{ | |
| 514 dnam{"Gb"} | |
| 515 other{"{0} Gb"} | |
| 516 } | |
| 517 gigabyte{ | |
| 518 dnam{"GB"} | |
| 519 other{"{0} GB"} | |
| 520 } | |
| 521 kilobit{ | |
| 522 dnam{"Kb"} | |
| 523 other{"{0} Kb"} | |
| 524 } | |
| 525 kilobyte{ | |
| 526 dnam{"KB"} | |
| 527 other{"{0} KB"} | |
| 528 } | |
| 529 megabit{ | |
| 530 dnam{"Mb"} | |
| 531 other{"{0} Mb"} | |
| 532 } | |
| 533 megabyte{ | |
| 534 dnam{"MB"} | |
| 535 other{"{0} MB"} | |
| 536 } | |
| 537 terabit{ | |
| 538 dnam{"Tb"} | |
| 539 other{"{0} Tb"} | |
| 540 } | |
| 541 terabyte{ | |
| 542 dnam{"TB"} | |
| 543 other{"{0} TB"} | |
| 544 } | |
| 545 } | |
| 546 duration{ | 96 duration{ |
| 547 day{ | 97 day{ |
| 548 dnam{"dia"} | 98 dnam{"dia"} |
| 549 other{"{0} dia"} | 99 other{"{0} dia"} |
| 550 } | 100 } |
| 551 hour{ | 101 hour{ |
| 552 dnam{"ora"} | 102 dnam{"ora"} |
| 553 other{"{0} h"} | 103 other{"{0} h"} |
| 554 per{"{0}/h"} | 104 per{"{0}/h"} |
| 555 } | 105 } |
| (...skipping 24 matching lines...) Expand all Loading... |
| 580 } | 130 } |
| 581 week{ | 131 week{ |
| 582 dnam{"sim."} | 132 dnam{"sim."} |
| 583 other{"{0} sim."} | 133 other{"{0} sim."} |
| 584 } | 134 } |
| 585 year{ | 135 year{ |
| 586 dnam{"anu"} | 136 dnam{"anu"} |
| 587 other{"{0} anu"} | 137 other{"{0} anu"} |
| 588 } | 138 } |
| 589 } | 139 } |
| 590 electric{ | |
| 591 ampere{ | |
| 592 dnam{"amp"} | |
| 593 other{"{0} A"} | |
| 594 } | |
| 595 milliampere{ | |
| 596 dnam{"mA"} | |
| 597 other{"{0} mA"} | |
| 598 } | |
| 599 ohm{ | |
| 600 dnam{"ohm"} | |
| 601 other{"{0} Ω"} | |
| 602 } | |
| 603 volt{ | |
| 604 dnam{"volt"} | |
| 605 other{"{0} V"} | |
| 606 } | |
| 607 } | |
| 608 energy{ | |
| 609 calorie{ | |
| 610 dnam{"cal"} | |
| 611 other{"{0} cal"} | |
| 612 } | |
| 613 foodcalorie{ | |
| 614 dnam{"Cal"} | |
| 615 other{"{0} Cal"} | |
| 616 } | |
| 617 kilocalorie{ | |
| 618 dnam{"kcal"} | |
| 619 other{"{0} kcal"} | |
| 620 } | |
| 621 kilojoule{ | |
| 622 dnam{"kJ"} | |
| 623 other{"{0} kJ"} | |
| 624 } | |
| 625 kilowatt-hour{ | |
| 626 dnam{"kWh"} | |
| 627 other{"{0} kWh"} | |
| 628 } | |
| 629 } | |
| 630 frequency{ | |
| 631 gigahertz{ | |
| 632 dnam{"GHz"} | |
| 633 other{"{0} GHz"} | |
| 634 } | |
| 635 hertz{ | |
| 636 dnam{"Hz"} | |
| 637 other{"{0} Hz"} | |
| 638 } | |
| 639 kilohertz{ | |
| 640 dnam{"kHz"} | |
| 641 other{"{0} kHz"} | |
| 642 } | |
| 643 megahertz{ | |
| 644 dnam{"MHz"} | |
| 645 other{"{0} MHz"} | |
| 646 } | |
| 647 } | |
| 648 length{ | |
| 649 astronomical-unit{ | |
| 650 dnam{"ua"} | |
| 651 other{"{0} ua"} | |
| 652 } | |
| 653 centimeter{ | |
| 654 dnam{"cm"} | |
| 655 other{"{0} cm"} | |
| 656 } | |
| 657 decimeter{ | |
| 658 dnam{"dm"} | |
| 659 other{"{0} dm"} | |
| 660 } | |
| 661 foot{ | |
| 662 dnam{"pé"} | |
| 663 other{"{0} pé"} | |
| 664 } | |
| 665 inch{ | |
| 666 dnam{"in"} | |
| 667 other{"{0} in"} | |
| 668 } | |
| 669 kilometer{ | |
| 670 dnam{"km"} | |
| 671 other{"{0} km"} | |
| 672 } | |
| 673 light-year{ | |
| 674 dnam{"anu-lus"} | |
| 675 other{"{0} anu-lus"} | |
| 676 } | |
| 677 meter{ | |
| 678 dnam{"m"} | |
| 679 other{"{0} m"} | |
| 680 } | |
| 681 micrometer{ | |
| 682 dnam{"µm"} | |
| 683 other{"{0} µm"} | |
| 684 } | |
| 685 mile{ | |
| 686 dnam{"mi"} | |
| 687 other{"{0} mi"} | |
| 688 } | |
| 689 millimeter{ | |
| 690 dnam{"mm"} | |
| 691 other{"{0} mm"} | |
| 692 } | |
| 693 nanometer{ | |
| 694 dnam{"nm"} | |
| 695 other{"{0} nm"} | |
| 696 } | |
| 697 nautical-mile{ | |
| 698 dnam{"nmi"} | |
| 699 other{"{0} nmi"} | |
| 700 } | |
| 701 parsec{ | |
| 702 dnam{"pc"} | |
| 703 other{"{0} pc"} | |
| 704 } | |
| 705 picometer{ | |
| 706 dnam{"pm"} | |
| 707 other{"{0} pm"} | |
| 708 } | |
| 709 yard{ | |
| 710 dnam{"yd"} | |
| 711 other{"{0} yd"} | |
| 712 } | |
| 713 } | |
| 714 light{ | |
| 715 lux{ | |
| 716 dnam{"lux"} | |
| 717 other{"{0} lx"} | |
| 718 } | |
| 719 } | |
| 720 mass{ | |
| 721 carat{ | |
| 722 other{"{0} CD"} | |
| 723 } | |
| 724 gram{ | |
| 725 other{"{0} g"} | |
| 726 } | |
| 727 metric-ton{ | |
| 728 dnam{"t"} | |
| 729 other{"{0} t"} | |
| 730 } | |
| 731 microgram{ | |
| 732 dnam{"µg"} | |
| 733 other{"{0} µg"} | |
| 734 } | |
| 735 milligram{ | |
| 736 dnam{"mg"} | |
| 737 other{"{0} mg"} | |
| 738 } | |
| 739 ounce{ | |
| 740 dnam{"oz"} | |
| 741 other{"{0} oz"} | |
| 742 } | |
| 743 ounce-troy{ | |
| 744 dnam{"oz t"} | |
| 745 other{"{0} oz t"} | |
| 746 } | |
| 747 pound{ | |
| 748 dnam{"lb"} | |
| 749 other{"{0} lb"} | |
| 750 } | |
| 751 ton{ | |
| 752 dnam{"tn"} | |
| 753 other{"{0} tn"} | |
| 754 } | |
| 755 } | |
| 756 power{ | |
| 757 gigawatt{ | |
| 758 dnam{"GW"} | |
| 759 other{"{0} GW"} | |
| 760 } | |
| 761 kilowatt{ | |
| 762 dnam{"kW"} | |
| 763 other{"{0} kW"} | |
| 764 } | |
| 765 megawatt{ | |
| 766 dnam{"MW"} | |
| 767 other{"{0} MW"} | |
| 768 } | |
| 769 milliwatt{ | |
| 770 dnam{"mW"} | |
| 771 other{"{0} mW"} | |
| 772 } | |
| 773 watt{ | |
| 774 dnam{"watt"} | |
| 775 other{"{0} W"} | |
| 776 } | |
| 777 } | |
| 778 pressure{ | |
| 779 hectopascal{ | |
| 780 dnam{"hPa"} | |
| 781 other{"{0} hPa"} | |
| 782 } | |
| 783 inch-hg{ | |
| 784 dnam{"inHg"} | |
| 785 other{"{0} inHg"} | |
| 786 } | |
| 787 millibar{ | |
| 788 dnam{"mbar"} | |
| 789 other{"{0} mbar"} | |
| 790 } | |
| 791 millimeter-of-mercury{ | |
| 792 dnam{"mm Hg"} | |
| 793 other{"{0} mm Hg"} | |
| 794 } | |
| 795 pound-per-square-inch{ | |
| 796 dnam{"psi"} | |
| 797 other{"{0} psi"} | |
| 798 } | |
| 799 } | |
| 800 proportion{ | |
| 801 karat{ | |
| 802 dnam{"kt"} | |
| 803 other{"{0} kt"} | |
| 804 } | |
| 805 } | |
| 806 speed{ | |
| 807 kilometer-per-hour{ | |
| 808 dnam{"km/h"} | |
| 809 other{"{0} km/h"} | |
| 810 } | |
| 811 meter-per-second{ | |
| 812 dnam{"m/s"} | |
| 813 other{"{0} m/s"} | |
| 814 } | |
| 815 mile-per-hour{ | |
| 816 dnam{"mi/h"} | |
| 817 other{"{0} mi/h"} | |
| 818 } | |
| 819 } | |
| 820 temperature{ | |
| 821 kelvin{ | |
| 822 dnam{"K"} | |
| 823 other{"{0} K"} | |
| 824 } | |
| 825 } | |
| 826 volume{ | |
| 827 acre-foot{ | |
| 828 dnam{"ac ft"} | |
| 829 other{"{0} ac ft"} | |
| 830 } | |
| 831 centiliter{ | |
| 832 dnam{"cl"} | |
| 833 other{"{0} cl"} | |
| 834 } | |
| 835 cubic-centimeter{ | |
| 836 dnam{"cm³"} | |
| 837 other{"{0} cm³"} | |
| 838 } | |
| 839 cubic-foot{ | |
| 840 dnam{"ft³"} | |
| 841 other{"{0} ft³"} | |
| 842 } | |
| 843 cubic-inch{ | |
| 844 dnam{"in³"} | |
| 845 other{"{0} in³"} | |
| 846 } | |
| 847 cubic-kilometer{ | |
| 848 dnam{"km³"} | |
| 849 other{"{0} km³"} | |
| 850 } | |
| 851 cubic-meter{ | |
| 852 dnam{"m³"} | |
| 853 other{"{0} m³"} | |
| 854 } | |
| 855 cubic-mile{ | |
| 856 dnam{"mi³"} | |
| 857 other{"{0} mi³"} | |
| 858 } | |
| 859 cubic-yard{ | |
| 860 dnam{"yd³"} | |
| 861 other{"{0} yd³"} | |
| 862 } | |
| 863 cup{ | |
| 864 dnam{"xáv."} | |
| 865 other{"{0} xáv."} | |
| 866 } | |
| 867 deciliter{ | |
| 868 dnam{"dl"} | |
| 869 other{"{0} dl"} | |
| 870 } | |
| 871 fluid-ounce{ | |
| 872 dnam{"fl oz"} | |
| 873 other{"{0} fl oz"} | |
| 874 } | |
| 875 gallon{ | |
| 876 dnam{"gal"} | |
| 877 other{"{0} gal"} | |
| 878 } | |
| 879 hectoliter{ | |
| 880 dnam{"hl"} | |
| 881 other{"{0} hl"} | |
| 882 } | |
| 883 liter{ | |
| 884 dnam{"l"} | |
| 885 other{"{0} l"} | |
| 886 } | |
| 887 megaliter{ | |
| 888 dnam{"Ml"} | |
| 889 other{"{0} Ml"} | |
| 890 } | |
| 891 milliliter{ | |
| 892 dnam{"ml"} | |
| 893 other{"{0} ml"} | |
| 894 } | |
| 895 pint{ | |
| 896 dnam{"pt"} | |
| 897 other{"{0} pt"} | |
| 898 } | |
| 899 quart{ | |
| 900 dnam{"qt"} | |
| 901 other{"{0} qt"} | |
| 902 } | |
| 903 tablespoon{ | |
| 904 dnam{"k.sp."} | |
| 905 other{"{0} k.sp."} | |
| 906 } | |
| 907 teaspoon{ | |
| 908 dnam{"k.xá"} | |
| 909 other{"{0} k.xá"} | |
| 910 } | |
| 911 } | |
| 912 } | 140 } |
| 913 } | 141 } |
| OLD | NEW |