| 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/en.xml | 6 // * Source File: <path>/common/main/en.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | 9 /** |
| 10 * ICU <specials> source: <path>/common/main/en.xml | 10 * ICU <specials> source: <path>/common/main/en.xml |
| 11 */ | 11 */ |
| 12 en{ | 12 en{ |
| 13 Version{"2.1.8.87"} | 13 Version{"2.1.8.87"} |
| 14 units{ | 14 units{ |
| 15 acceleration{ | |
| 16 g-force{ | |
| 17 dnam{"g-force"} | |
| 18 one{"{0} g-force"} | |
| 19 other{"{0} g-force"} | |
| 20 } | |
| 21 meter-per-second-squared{ | |
| 22 dnam{"meters per second squared"} | |
| 23 one{"{0} meter per second squared"} | |
| 24 other{"{0} meters per second squared"} | |
| 25 } | |
| 26 } | |
| 27 angle{ | |
| 28 arc-minute{ | |
| 29 dnam{"arcminutes"} | |
| 30 one{"{0} arcminute"} | |
| 31 other{"{0} arcminutes"} | |
| 32 } | |
| 33 arc-second{ | |
| 34 dnam{"arcseconds"} | |
| 35 one{"{0} arcsecond"} | |
| 36 other{"{0} arcseconds"} | |
| 37 } | |
| 38 degree{ | |
| 39 dnam{"degrees"} | |
| 40 one{"{0} degree"} | |
| 41 other{"{0} degrees"} | |
| 42 } | |
| 43 radian{ | |
| 44 dnam{"radians"} | |
| 45 one{"{0} radian"} | |
| 46 other{"{0} radians"} | |
| 47 } | |
| 48 } | |
| 49 area{ | |
| 50 acre{ | |
| 51 dnam{"acres"} | |
| 52 one{"{0} acre"} | |
| 53 other{"{0} acres"} | |
| 54 } | |
| 55 hectare{ | |
| 56 dnam{"hectares"} | |
| 57 one{"{0} hectare"} | |
| 58 other{"{0} hectares"} | |
| 59 } | |
| 60 square-centimeter{ | |
| 61 dnam{"square centimeters"} | |
| 62 one{"{0} square centimeter"} | |
| 63 other{"{0} square centimeters"} | |
| 64 } | |
| 65 square-foot{ | |
| 66 dnam{"square feet"} | |
| 67 one{"{0} square foot"} | |
| 68 other{"{0} square feet"} | |
| 69 } | |
| 70 square-inch{ | |
| 71 dnam{"square inches"} | |
| 72 one{"{0} square inch"} | |
| 73 other{"{0} square inches"} | |
| 74 } | |
| 75 square-kilometer{ | |
| 76 dnam{"square kilometers"} | |
| 77 one{"{0} square kilometer"} | |
| 78 other{"{0} square kilometers"} | |
| 79 } | |
| 80 square-meter{ | |
| 81 dnam{"square meters"} | |
| 82 one{"{0} square meter"} | |
| 83 other{"{0} square meters"} | |
| 84 } | |
| 85 square-mile{ | |
| 86 dnam{"square miles"} | |
| 87 one{"{0} square mile"} | |
| 88 other{"{0} square miles"} | |
| 89 } | |
| 90 square-yard{ | |
| 91 dnam{"square yards"} | |
| 92 one{"{0} square yard"} | |
| 93 other{"{0} square yards"} | |
| 94 } | |
| 95 } | |
| 96 compound{ | 15 compound{ |
| 97 per{"{0} per {1}"} | 16 per{"{0} per {1}"} |
| 98 } | 17 } |
| 99 consumption{ | |
| 100 liter-per-kilometer{ | |
| 101 dnam{"liters per kilometer"} | |
| 102 one{"{0} liter per kilometer"} | |
| 103 other{"{0} liters per kilometer"} | |
| 104 } | |
| 105 mile-per-gallon{ | |
| 106 dnam{"miles per gallon"} | |
| 107 one{"{0} mile per gallon"} | |
| 108 other{"{0} miles per gallon"} | |
| 109 } | |
| 110 } | |
| 111 digital{ | |
| 112 bit{ | |
| 113 dnam{"bits"} | |
| 114 one{"{0} bit"} | |
| 115 other{"{0} bits"} | |
| 116 } | |
| 117 byte{ | |
| 118 dnam{"bytes"} | |
| 119 one{"{0} byte"} | |
| 120 other{"{0} bytes"} | |
| 121 } | |
| 122 gigabit{ | |
| 123 dnam{"gigabits"} | |
| 124 one{"{0} gigabit"} | |
| 125 other{"{0} gigabits"} | |
| 126 } | |
| 127 gigabyte{ | |
| 128 dnam{"gigabytes"} | |
| 129 one{"{0} gigabyte"} | |
| 130 other{"{0} gigabytes"} | |
| 131 } | |
| 132 kilobit{ | |
| 133 dnam{"kilobits"} | |
| 134 one{"{0} kilobit"} | |
| 135 other{"{0} kilobits"} | |
| 136 } | |
| 137 kilobyte{ | |
| 138 dnam{"kilobytes"} | |
| 139 one{"{0} kilobyte"} | |
| 140 other{"{0} kilobytes"} | |
| 141 } | |
| 142 megabit{ | |
| 143 dnam{"megabits"} | |
| 144 one{"{0} megabit"} | |
| 145 other{"{0} megabits"} | |
| 146 } | |
| 147 megabyte{ | |
| 148 dnam{"megabytes"} | |
| 149 one{"{0} megabyte"} | |
| 150 other{"{0} megabytes"} | |
| 151 } | |
| 152 terabit{ | |
| 153 dnam{"terabits"} | |
| 154 one{"{0} terabit"} | |
| 155 other{"{0} terabits"} | |
| 156 } | |
| 157 terabyte{ | |
| 158 dnam{"terabytes"} | |
| 159 one{"{0} terabyte"} | |
| 160 other{"{0} terabytes"} | |
| 161 } | |
| 162 } | |
| 163 duration{ | 18 duration{ |
| 164 day{ | 19 day{ |
| 165 dnam{"days"} | 20 dnam{"days"} |
| 166 one{"{0} day"} | 21 one{"{0} day"} |
| 167 other{"{0} days"} | 22 other{"{0} days"} |
| 168 } | 23 } |
| 169 hour{ | 24 hour{ |
| 170 dnam{"hours"} | 25 dnam{"hours"} |
| 171 one{"{0} hour"} | 26 one{"{0} hour"} |
| 172 other{"{0} hours"} | 27 other{"{0} hours"} |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 207 dnam{"weeks"} | 62 dnam{"weeks"} |
| 208 one{"{0} week"} | 63 one{"{0} week"} |
| 209 other{"{0} weeks"} | 64 other{"{0} weeks"} |
| 210 } | 65 } |
| 211 year{ | 66 year{ |
| 212 dnam{"years"} | 67 dnam{"years"} |
| 213 one{"{0} year"} | 68 one{"{0} year"} |
| 214 other{"{0} years"} | 69 other{"{0} years"} |
| 215 } | 70 } |
| 216 } | 71 } |
| 217 electric{ | |
| 218 ampere{ | |
| 219 dnam{"amperes"} | |
| 220 one{"{0} ampere"} | |
| 221 other{"{0} amperes"} | |
| 222 } | |
| 223 milliampere{ | |
| 224 dnam{"milliamperes"} | |
| 225 one{"{0} milliampere"} | |
| 226 other{"{0} milliamperes"} | |
| 227 } | |
| 228 ohm{ | |
| 229 dnam{"ohms"} | |
| 230 one{"{0} ohm"} | |
| 231 other{"{0} ohms"} | |
| 232 } | |
| 233 volt{ | |
| 234 dnam{"volts"} | |
| 235 one{"{0} volt"} | |
| 236 other{"{0} volts"} | |
| 237 } | |
| 238 } | |
| 239 energy{ | |
| 240 calorie{ | |
| 241 dnam{"calories"} | |
| 242 one{"{0} calorie"} | |
| 243 other{"{0} calories"} | |
| 244 } | |
| 245 foodcalorie{ | |
| 246 dnam{"Calories"} | |
| 247 one{"{0} Calorie"} | |
| 248 other{"{0} Calories"} | |
| 249 } | |
| 250 joule{ | |
| 251 dnam{"joules"} | |
| 252 one{"{0} joule"} | |
| 253 other{"{0} joules"} | |
| 254 } | |
| 255 kilocalorie{ | |
| 256 dnam{"kilocalories"} | |
| 257 one{"{0} kilocalorie"} | |
| 258 other{"{0} kilocalories"} | |
| 259 } | |
| 260 kilojoule{ | |
| 261 dnam{"kilojoules"} | |
| 262 one{"{0} kilojoule"} | |
| 263 other{"{0} kilojoules"} | |
| 264 } | |
| 265 kilowatt-hour{ | |
| 266 dnam{"kilowatt-hours"} | |
| 267 one{"{0} kilowatt hour"} | |
| 268 other{"{0} kilowatt-hours"} | |
| 269 } | |
| 270 } | |
| 271 frequency{ | |
| 272 gigahertz{ | |
| 273 dnam{"gigahertz"} | |
| 274 one{"{0} gigahertz"} | |
| 275 other{"{0} gigahertz"} | |
| 276 } | |
| 277 hertz{ | |
| 278 dnam{"hertz"} | |
| 279 one{"{0} hertz"} | |
| 280 other{"{0} hertz"} | |
| 281 } | |
| 282 kilohertz{ | |
| 283 dnam{"kilohertz"} | |
| 284 one{"{0} kilohertz"} | |
| 285 other{"{0} kilohertz"} | |
| 286 } | |
| 287 megahertz{ | |
| 288 dnam{"megahertz"} | |
| 289 one{"{0} megahertz"} | |
| 290 other{"{0} megahertz"} | |
| 291 } | |
| 292 } | |
| 293 length{ | |
| 294 astronomical-unit{ | |
| 295 dnam{"astronomical units"} | |
| 296 one{"{0} astronomical unit"} | |
| 297 other{"{0} astronomical units"} | |
| 298 } | |
| 299 centimeter{ | |
| 300 dnam{"centimeters"} | |
| 301 one{"{0} centimeter"} | |
| 302 other{"{0} centimeters"} | |
| 303 } | |
| 304 decimeter{ | |
| 305 dnam{"decimeters"} | |
| 306 one{"{0} decimeter"} | |
| 307 other{"{0} decimeters"} | |
| 308 } | |
| 309 fathom{ | |
| 310 dnam{"fathoms"} | |
| 311 one{"{0} fathom"} | |
| 312 other{"{0} fathoms"} | |
| 313 } | |
| 314 foot{ | |
| 315 dnam{"feet"} | |
| 316 one{"{0} foot"} | |
| 317 other{"{0} feet"} | |
| 318 } | |
| 319 furlong{ | |
| 320 dnam{"furlongs"} | |
| 321 one{"{0} furlong"} | |
| 322 other{"{0} furlongs"} | |
| 323 } | |
| 324 inch{ | |
| 325 dnam{"inches"} | |
| 326 one{"{0} inch"} | |
| 327 other{"{0} inches"} | |
| 328 } | |
| 329 kilometer{ | |
| 330 dnam{"kilometers"} | |
| 331 one{"{0} kilometer"} | |
| 332 other{"{0} kilometers"} | |
| 333 } | |
| 334 light-year{ | |
| 335 dnam{"light years"} | |
| 336 one{"{0} light year"} | |
| 337 other{"{0} light years"} | |
| 338 } | |
| 339 meter{ | |
| 340 dnam{"meters"} | |
| 341 one{"{0} meter"} | |
| 342 other{"{0} meters"} | |
| 343 } | |
| 344 micrometer{ | |
| 345 dnam{"micrometers"} | |
| 346 one{"{0} micrometer"} | |
| 347 other{"{0} micrometers"} | |
| 348 } | |
| 349 mile{ | |
| 350 dnam{"miles"} | |
| 351 one{"{0} mile"} | |
| 352 other{"{0} miles"} | |
| 353 } | |
| 354 millimeter{ | |
| 355 dnam{"millimeters"} | |
| 356 one{"{0} millimeter"} | |
| 357 other{"{0} millimeters"} | |
| 358 } | |
| 359 nanometer{ | |
| 360 dnam{"nanometers"} | |
| 361 one{"{0} nanometer"} | |
| 362 other{"{0} nanometers"} | |
| 363 } | |
| 364 nautical-mile{ | |
| 365 dnam{"nautical miles"} | |
| 366 one{"{0} nautical mile"} | |
| 367 other{"{0} nautical miles"} | |
| 368 } | |
| 369 parsec{ | |
| 370 dnam{"parsecs"} | |
| 371 one{"{0} parsec"} | |
| 372 other{"{0} parsecs"} | |
| 373 } | |
| 374 picometer{ | |
| 375 dnam{"picometers"} | |
| 376 one{"{0} picometer"} | |
| 377 other{"{0} picometers"} | |
| 378 } | |
| 379 yard{ | |
| 380 dnam{"yards"} | |
| 381 one{"{0} yard"} | |
| 382 other{"{0} yards"} | |
| 383 } | |
| 384 } | |
| 385 light{ | |
| 386 lux{ | |
| 387 dnam{"lux"} | |
| 388 one{"{0} lux"} | |
| 389 other{"{0} lux"} | |
| 390 } | |
| 391 } | |
| 392 mass{ | |
| 393 carat{ | |
| 394 dnam{"carats"} | |
| 395 one{"{0} carat"} | |
| 396 other{"{0} carats"} | |
| 397 } | |
| 398 gram{ | |
| 399 dnam{"grams"} | |
| 400 one{"{0} gram"} | |
| 401 other{"{0} grams"} | |
| 402 } | |
| 403 kilogram{ | |
| 404 dnam{"kilograms"} | |
| 405 one{"{0} kilogram"} | |
| 406 other{"{0} kilograms"} | |
| 407 } | |
| 408 metric-ton{ | |
| 409 dnam{"metric tons"} | |
| 410 one{"{0} metric ton"} | |
| 411 other{"{0} metric tons"} | |
| 412 } | |
| 413 microgram{ | |
| 414 dnam{"micrograms"} | |
| 415 one{"{0} microgram"} | |
| 416 other{"{0} micrograms"} | |
| 417 } | |
| 418 milligram{ | |
| 419 dnam{"milligrams"} | |
| 420 one{"{0} milligram"} | |
| 421 other{"{0} milligrams"} | |
| 422 } | |
| 423 ounce{ | |
| 424 dnam{"ounces"} | |
| 425 one{"{0} ounce"} | |
| 426 other{"{0} ounces"} | |
| 427 } | |
| 428 ounce-troy{ | |
| 429 dnam{"troy ounces"} | |
| 430 one{"{0} troy ounce"} | |
| 431 other{"{0} troy ounces"} | |
| 432 } | |
| 433 pound{ | |
| 434 dnam{"pounds"} | |
| 435 one{"{0} pound"} | |
| 436 other{"{0} pounds"} | |
| 437 } | |
| 438 stone{ | |
| 439 dnam{"stones"} | |
| 440 one{"{0} stone"} | |
| 441 other{"{0} stones"} | |
| 442 } | |
| 443 ton{ | |
| 444 dnam{"tons"} | |
| 445 one{"{0} ton"} | |
| 446 other{"{0} tons"} | |
| 447 } | |
| 448 } | |
| 449 power{ | |
| 450 gigawatt{ | |
| 451 dnam{"gigawatts"} | |
| 452 one{"{0} gigawatt"} | |
| 453 other{"{0} gigawatts"} | |
| 454 } | |
| 455 horsepower{ | |
| 456 dnam{"horsepower"} | |
| 457 one{"{0} horsepower"} | |
| 458 other{"{0} horsepower"} | |
| 459 } | |
| 460 kilowatt{ | |
| 461 dnam{"kilowatts"} | |
| 462 one{"{0} kilowatt"} | |
| 463 other{"{0} kilowatts"} | |
| 464 } | |
| 465 megawatt{ | |
| 466 dnam{"megawatts"} | |
| 467 one{"{0} megawatt"} | |
| 468 other{"{0} megawatts"} | |
| 469 } | |
| 470 milliwatt{ | |
| 471 dnam{"milliwatts"} | |
| 472 one{"{0} milliwatt"} | |
| 473 other{"{0} milliwatts"} | |
| 474 } | |
| 475 watt{ | |
| 476 dnam{"watts"} | |
| 477 one{"{0} watt"} | |
| 478 other{"{0} watts"} | |
| 479 } | |
| 480 } | |
| 481 pressure{ | |
| 482 hectopascal{ | |
| 483 dnam{"hectopascals"} | |
| 484 one{"{0} hectopascal"} | |
| 485 other{"{0} hectopascals"} | |
| 486 } | |
| 487 inch-hg{ | |
| 488 dnam{"inches of mercury"} | |
| 489 one{"{0} inch of mercury"} | |
| 490 other{"{0} inches of mercury"} | |
| 491 } | |
| 492 millibar{ | |
| 493 dnam{"millibars"} | |
| 494 one{"{0} millibar"} | |
| 495 other{"{0} millibars"} | |
| 496 } | |
| 497 millimeter-of-mercury{ | |
| 498 dnam{"millimeters of mercury"} | |
| 499 one{"{0} millimeter of mercury"} | |
| 500 other{"{0} millimeters of mercury"} | |
| 501 } | |
| 502 pound-per-square-inch{ | |
| 503 dnam{"pounds per square inch"} | |
| 504 one{"{0} pound per square inch"} | |
| 505 other{"{0} pounds per square inch"} | |
| 506 } | |
| 507 } | |
| 508 proportion{ | |
| 509 karat{ | |
| 510 dnam{"karats"} | |
| 511 one{"{0} karat"} | |
| 512 other{"{0} karats"} | |
| 513 } | |
| 514 } | |
| 515 speed{ | |
| 516 kilometer-per-hour{ | |
| 517 dnam{"kilometers per hour"} | |
| 518 one{"{0} kilometer per hour"} | |
| 519 other{"{0} kilometers per hour"} | |
| 520 } | |
| 521 meter-per-second{ | |
| 522 dnam{"meters per second"} | |
| 523 one{"{0} meter per second"} | |
| 524 other{"{0} meters per second"} | |
| 525 } | |
| 526 mile-per-hour{ | |
| 527 dnam{"miles per hour"} | |
| 528 one{"{0} mile per hour"} | |
| 529 other{"{0} miles per hour"} | |
| 530 } | |
| 531 } | |
| 532 temperature{ | |
| 533 celsius{ | |
| 534 dnam{"degrees Celsius"} | |
| 535 one{"{0} degree Celsius"} | |
| 536 other{"{0} degrees Celsius"} | |
| 537 } | |
| 538 fahrenheit{ | |
| 539 dnam{"degrees Fahrenheit"} | |
| 540 one{"{0} degree Fahrenheit"} | |
| 541 other{"{0} degrees Fahrenheit"} | |
| 542 } | |
| 543 kelvin{ | |
| 544 dnam{"kelvins"} | |
| 545 one{"{0} kelvin"} | |
| 546 other{"{0} kelvins"} | |
| 547 } | |
| 548 } | |
| 549 volume{ | |
| 550 acre-foot{ | |
| 551 dnam{"acre-feet"} | |
| 552 one{"{0} acre-foot"} | |
| 553 other{"{0} acre-feet"} | |
| 554 } | |
| 555 bushel{ | |
| 556 dnam{"bushels"} | |
| 557 one{"{0} bushel"} | |
| 558 other{"{0} bushels"} | |
| 559 } | |
| 560 centiliter{ | |
| 561 dnam{"centiliters"} | |
| 562 one{"{0} centiliter"} | |
| 563 other{"{0} centiliters"} | |
| 564 } | |
| 565 cubic-centimeter{ | |
| 566 dnam{"cubic centimeters"} | |
| 567 one{"{0} cubic centimeter"} | |
| 568 other{"{0} cubic centimeters"} | |
| 569 } | |
| 570 cubic-foot{ | |
| 571 dnam{"cubic feet"} | |
| 572 one{"{0} cubic foot"} | |
| 573 other{"{0} cubic feet"} | |
| 574 } | |
| 575 cubic-inch{ | |
| 576 dnam{"cubic inches"} | |
| 577 one{"{0} cubic inch"} | |
| 578 other{"{0} cubic inches"} | |
| 579 } | |
| 580 cubic-kilometer{ | |
| 581 dnam{"cubic kilometers"} | |
| 582 one{"{0} cubic kilometer"} | |
| 583 other{"{0} cubic kilometers"} | |
| 584 } | |
| 585 cubic-meter{ | |
| 586 dnam{"cubic meters"} | |
| 587 one{"{0} cubic meter"} | |
| 588 other{"{0} cubic meters"} | |
| 589 } | |
| 590 cubic-mile{ | |
| 591 dnam{"cubic miles"} | |
| 592 one{"{0} cubic mile"} | |
| 593 other{"{0} cubic miles"} | |
| 594 } | |
| 595 cubic-yard{ | |
| 596 dnam{"cubic yards"} | |
| 597 one{"{0} cubic yard"} | |
| 598 other{"{0} cubic yards"} | |
| 599 } | |
| 600 cup{ | |
| 601 dnam{"cups"} | |
| 602 one{"{0} cup"} | |
| 603 other{"{0} cups"} | |
| 604 } | |
| 605 deciliter{ | |
| 606 dnam{"deciliters"} | |
| 607 one{"{0} deciliter"} | |
| 608 other{"{0} deciliters"} | |
| 609 } | |
| 610 fluid-ounce{ | |
| 611 dnam{"fluid ounces"} | |
| 612 one{"{0} fluid ounce"} | |
| 613 other{"{0} fluid ounces"} | |
| 614 } | |
| 615 gallon{ | |
| 616 dnam{"gallons"} | |
| 617 one{"{0} gallon"} | |
| 618 other{"{0} gallons"} | |
| 619 } | |
| 620 hectoliter{ | |
| 621 dnam{"hectoliters"} | |
| 622 one{"{0} hectoliter"} | |
| 623 other{"{0} hectoliters"} | |
| 624 } | |
| 625 liter{ | |
| 626 dnam{"liters"} | |
| 627 one{"{0} liter"} | |
| 628 other{"{0} liters"} | |
| 629 } | |
| 630 megaliter{ | |
| 631 dnam{"megaliters"} | |
| 632 one{"{0} megaliter"} | |
| 633 other{"{0} megaliters"} | |
| 634 } | |
| 635 milliliter{ | |
| 636 dnam{"milliliters"} | |
| 637 one{"{0} milliliter"} | |
| 638 other{"{0} milliliters"} | |
| 639 } | |
| 640 pint{ | |
| 641 dnam{"pints"} | |
| 642 one{"{0} pint"} | |
| 643 other{"{0} pints"} | |
| 644 } | |
| 645 quart{ | |
| 646 dnam{"quarts"} | |
| 647 one{"{0} quart"} | |
| 648 other{"{0} quarts"} | |
| 649 } | |
| 650 tablespoon{ | |
| 651 dnam{"tablespoons"} | |
| 652 one{"{0} tablespoon"} | |
| 653 other{"{0} tablespoons"} | |
| 654 } | |
| 655 teaspoon{ | |
| 656 dnam{"teaspoons"} | |
| 657 one{"{0} teaspoon"} | |
| 658 other{"{0} teaspoons"} | |
| 659 } | |
| 660 } | |
| 661 } | 72 } |
| 662 unitsNarrow{ | 73 unitsNarrow{ |
| 663 acceleration{ | |
| 664 g-force{ | |
| 665 dnam{"g-force"} | |
| 666 one{"{0}G"} | |
| 667 other{"{0}Gs"} | |
| 668 } | |
| 669 meter-per-second-squared{ | |
| 670 dnam{"m/s²"} | |
| 671 one{"{0}m/s²"} | |
| 672 other{"{0}m/s²"} | |
| 673 } | |
| 674 } | |
| 675 angle{ | |
| 676 arc-minute{ | |
| 677 dnam{"arcmin"} | |
| 678 one{"{0}′"} | |
| 679 other{"{0}′"} | |
| 680 } | |
| 681 arc-second{ | |
| 682 dnam{"arcsec"} | |
| 683 one{"{0}″"} | |
| 684 other{"{0}″"} | |
| 685 } | |
| 686 degree{ | |
| 687 dnam{"deg"} | |
| 688 one{"{0}°"} | |
| 689 other{"{0}°"} | |
| 690 } | |
| 691 radian{ | |
| 692 dnam{"rad"} | |
| 693 one{"{0}rad"} | |
| 694 other{"{0}rad"} | |
| 695 } | |
| 696 } | |
| 697 area{ | |
| 698 acre{ | |
| 699 dnam{"acre"} | |
| 700 one{"{0}ac"} | |
| 701 other{"{0}ac"} | |
| 702 } | |
| 703 hectare{ | |
| 704 dnam{"hectare"} | |
| 705 one{"{0}ha"} | |
| 706 other{"{0}ha"} | |
| 707 } | |
| 708 square-centimeter{ | |
| 709 dnam{"cm²"} | |
| 710 one{"{0}cm²"} | |
| 711 other{"{0}cm²"} | |
| 712 } | |
| 713 square-foot{ | |
| 714 dnam{"ft²"} | |
| 715 one{"{0}ft²"} | |
| 716 other{"{0}ft²"} | |
| 717 } | |
| 718 square-inch{ | |
| 719 dnam{"in²"} | |
| 720 one{"{0}in²"} | |
| 721 other{"{0}in²"} | |
| 722 } | |
| 723 square-mile{ | |
| 724 dnam{"mi²"} | |
| 725 one{"{0}mi²"} | |
| 726 other{"{0}mi²"} | |
| 727 } | |
| 728 square-yard{ | |
| 729 dnam{"yd²"} | |
| 730 one{"{0}yd²"} | |
| 731 other{"{0}yd²"} | |
| 732 } | |
| 733 } | |
| 734 consumption{ | |
| 735 liter-per-kilometer{ | |
| 736 dnam{"L/km"} | |
| 737 one{"{0}L/km"} | |
| 738 other{"{0}L/km"} | |
| 739 } | |
| 740 mile-per-gallon{ | |
| 741 dnam{"mpg"} | |
| 742 one{"{0}mpg"} | |
| 743 other{"{0}mpg"} | |
| 744 } | |
| 745 } | |
| 746 digital{ | |
| 747 bit{ | |
| 748 dnam{"bit"} | |
| 749 one{"{0}bit"} | |
| 750 other{"{0}bit"} | |
| 751 } | |
| 752 byte{ | |
| 753 dnam{"byte"} | |
| 754 one{"{0}byte"} | |
| 755 other{"{0}byte"} | |
| 756 } | |
| 757 gigabit{ | |
| 758 dnam{"Gbit"} | |
| 759 one{"{0}Gb"} | |
| 760 other{"{0}Gb"} | |
| 761 } | |
| 762 gigabyte{ | |
| 763 dnam{"GByte"} | |
| 764 one{"{0}GB"} | |
| 765 other{"{0}GB"} | |
| 766 } | |
| 767 kilobit{ | |
| 768 dnam{"kbit"} | |
| 769 one{"{0}kb"} | |
| 770 other{"{0}kb"} | |
| 771 } | |
| 772 kilobyte{ | |
| 773 dnam{"kByte"} | |
| 774 one{"{0}kB"} | |
| 775 other{"{0}kB"} | |
| 776 } | |
| 777 megabit{ | |
| 778 dnam{"Mbit"} | |
| 779 one{"{0}Mb"} | |
| 780 other{"{0}Mb"} | |
| 781 } | |
| 782 megabyte{ | |
| 783 dnam{"MByte"} | |
| 784 one{"{0}MB"} | |
| 785 other{"{0}MB"} | |
| 786 } | |
| 787 terabit{ | |
| 788 dnam{"Tbit"} | |
| 789 one{"{0}Tb"} | |
| 790 other{"{0}Tb"} | |
| 791 } | |
| 792 terabyte{ | |
| 793 dnam{"TByte"} | |
| 794 one{"{0}TB"} | |
| 795 other{"{0}TB"} | |
| 796 } | |
| 797 } | |
| 798 duration{ | 74 duration{ |
| 799 day{ | 75 day{ |
| 800 dnam{"day"} | 76 dnam{"day"} |
| 801 one{"{0}d"} | 77 one{"{0}d"} |
| 802 other{"{0}d"} | 78 other{"{0}d"} |
| 803 } | 79 } |
| 804 hour{ | 80 hour{ |
| 805 dnam{"hour"} | 81 dnam{"hour"} |
| 806 one{"{0}h"} | 82 one{"{0}h"} |
| 807 other{"{0}h"} | 83 other{"{0}h"} |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 842 dnam{"wk"} | 118 dnam{"wk"} |
| 843 one{"{0}w"} | 119 one{"{0}w"} |
| 844 other{"{0}w"} | 120 other{"{0}w"} |
| 845 } | 121 } |
| 846 year{ | 122 year{ |
| 847 dnam{"yr"} | 123 dnam{"yr"} |
| 848 one{"{0}y"} | 124 one{"{0}y"} |
| 849 other{"{0}y"} | 125 other{"{0}y"} |
| 850 } | 126 } |
| 851 } | 127 } |
| 852 electric{ | |
| 853 ampere{ | |
| 854 dnam{"amp"} | |
| 855 one{"{0}A"} | |
| 856 other{"{0}A"} | |
| 857 } | |
| 858 milliampere{ | |
| 859 dnam{"mA"} | |
| 860 one{"{0}mA"} | |
| 861 other{"{0}mA"} | |
| 862 } | |
| 863 ohm{ | |
| 864 dnam{"ohm"} | |
| 865 one{"{0}Ω"} | |
| 866 other{"{0}Ω"} | |
| 867 } | |
| 868 volt{ | |
| 869 dnam{"volt"} | |
| 870 one{"{0}V"} | |
| 871 other{"{0}V"} | |
| 872 } | |
| 873 } | |
| 874 energy{ | |
| 875 calorie{ | |
| 876 dnam{"cal"} | |
| 877 one{"{0}cal"} | |
| 878 other{"{0}cal"} | |
| 879 } | |
| 880 foodcalorie{ | |
| 881 dnam{"Cal"} | |
| 882 one{"{0}Cal"} | |
| 883 other{"{0}Cal"} | |
| 884 } | |
| 885 joule{ | |
| 886 dnam{"joule"} | |
| 887 one{"{0}J"} | |
| 888 other{"{0}J"} | |
| 889 } | |
| 890 kilocalorie{ | |
| 891 dnam{"kcal"} | |
| 892 one{"{0}kcal"} | |
| 893 other{"{0}kcal"} | |
| 894 } | |
| 895 kilojoule{ | |
| 896 dnam{"kJ"} | |
| 897 one{"{0}kJ"} | |
| 898 other{"{0}kJ"} | |
| 899 } | |
| 900 kilowatt-hour{ | |
| 901 dnam{"kWh"} | |
| 902 one{"{0}kWh"} | |
| 903 other{"{0}kWh"} | |
| 904 } | |
| 905 } | |
| 906 frequency{ | |
| 907 gigahertz{ | |
| 908 dnam{"GHz"} | |
| 909 one{"{0}GHz"} | |
| 910 other{"{0}GHz"} | |
| 911 } | |
| 912 hertz{ | |
| 913 dnam{"Hz"} | |
| 914 one{"{0}Hz"} | |
| 915 other{"{0}Hz"} | |
| 916 } | |
| 917 kilohertz{ | |
| 918 dnam{"kHz"} | |
| 919 one{"{0}kHz"} | |
| 920 other{"{0}kHz"} | |
| 921 } | |
| 922 megahertz{ | |
| 923 dnam{"MHz"} | |
| 924 one{"{0}MHz"} | |
| 925 other{"{0}MHz"} | |
| 926 } | |
| 927 } | |
| 928 length{ | |
| 929 astronomical-unit{ | |
| 930 dnam{"au"} | |
| 931 one{"{0}au"} | |
| 932 other{"{0}au"} | |
| 933 } | |
| 934 centimeter{ | |
| 935 dnam{"cm"} | |
| 936 one{"{0}cm"} | |
| 937 other{"{0}cm"} | |
| 938 } | |
| 939 decimeter{ | |
| 940 dnam{"dm"} | |
| 941 one{"{0}dm"} | |
| 942 other{"{0}dm"} | |
| 943 } | |
| 944 fathom{ | |
| 945 dnam{"fathom"} | |
| 946 one{"{0}fm"} | |
| 947 other{"{0}fm"} | |
| 948 } | |
| 949 foot{ | |
| 950 dnam{"ft"} | |
| 951 one{"{0}′"} | |
| 952 other{"{0}′"} | |
| 953 } | |
| 954 furlong{ | |
| 955 dnam{"furlong"} | |
| 956 one{"{0}fur"} | |
| 957 other{"{0}fur"} | |
| 958 } | |
| 959 inch{ | |
| 960 dnam{"in"} | |
| 961 one{"{0}″"} | |
| 962 other{"{0}″"} | |
| 963 } | |
| 964 kilometer{ | |
| 965 dnam{"km"} | |
| 966 one{"{0}km"} | |
| 967 other{"{0}km"} | |
| 968 } | |
| 969 light-year{ | |
| 970 dnam{"ly"} | |
| 971 one{"{0}ly"} | |
| 972 other{"{0}ly"} | |
| 973 } | |
| 974 meter{ | |
| 975 dnam{"meter"} | |
| 976 one{"{0}m"} | |
| 977 other{"{0}m"} | |
| 978 } | |
| 979 micrometer{ | |
| 980 dnam{"µm"} | |
| 981 one{"{0}µm"} | |
| 982 other{"{0}µm"} | |
| 983 } | |
| 984 mile{ | |
| 985 dnam{"mi"} | |
| 986 one{"{0}mi"} | |
| 987 other{"{0}mi"} | |
| 988 } | |
| 989 millimeter{ | |
| 990 dnam{"mm"} | |
| 991 one{"{0}mm"} | |
| 992 other{"{0}mm"} | |
| 993 } | |
| 994 nanometer{ | |
| 995 dnam{"nm"} | |
| 996 one{"{0}nm"} | |
| 997 other{"{0}nm"} | |
| 998 } | |
| 999 nautical-mile{ | |
| 1000 dnam{"nmi"} | |
| 1001 one{"{0}nmi"} | |
| 1002 other{"{0}nmi"} | |
| 1003 } | |
| 1004 parsec{ | |
| 1005 dnam{"parsec"} | |
| 1006 one{"{0}pc"} | |
| 1007 other{"{0}pc"} | |
| 1008 } | |
| 1009 picometer{ | |
| 1010 dnam{"pm"} | |
| 1011 one{"{0}pm"} | |
| 1012 other{"{0}pm"} | |
| 1013 } | |
| 1014 yard{ | |
| 1015 dnam{"yd"} | |
| 1016 one{"{0}yd"} | |
| 1017 other{"{0}yd"} | |
| 1018 } | |
| 1019 } | |
| 1020 light{ | |
| 1021 lux{ | |
| 1022 dnam{"lux"} | |
| 1023 one{"{0}lx"} | |
| 1024 other{"{0}lx"} | |
| 1025 } | |
| 1026 } | |
| 1027 mass{ | |
| 1028 carat{ | |
| 1029 dnam{"carat"} | |
| 1030 one{"{0}CD"} | |
| 1031 other{"{0}CD"} | |
| 1032 } | |
| 1033 gram{ | |
| 1034 dnam{"gram"} | |
| 1035 one{"{0}g"} | |
| 1036 other{"{0}g"} | |
| 1037 } | |
| 1038 kilogram{ | |
| 1039 dnam{"kg"} | |
| 1040 one{"{0}kg"} | |
| 1041 other{"{0}kg"} | |
| 1042 } | |
| 1043 metric-ton{ | |
| 1044 dnam{"t"} | |
| 1045 one{"{0}t"} | |
| 1046 other{"{0}t"} | |
| 1047 } | |
| 1048 microgram{ | |
| 1049 dnam{"µg"} | |
| 1050 one{"{0}µg"} | |
| 1051 other{"{0}µg"} | |
| 1052 } | |
| 1053 milligram{ | |
| 1054 dnam{"mg"} | |
| 1055 one{"{0}mg"} | |
| 1056 other{"{0}mg"} | |
| 1057 } | |
| 1058 ounce{ | |
| 1059 dnam{"oz"} | |
| 1060 one{"{0}oz"} | |
| 1061 other{"{0}oz"} | |
| 1062 } | |
| 1063 ounce-troy{ | |
| 1064 dnam{"oz t"} | |
| 1065 one{"{0}oz t"} | |
| 1066 other{"{0}oz t"} | |
| 1067 } | |
| 1068 pound{ | |
| 1069 dnam{"lb"} | |
| 1070 one{"{0}#"} | |
| 1071 other{"{0}#"} | |
| 1072 } | |
| 1073 stone{ | |
| 1074 dnam{"stone"} | |
| 1075 one{"{0}st"} | |
| 1076 other{"{0}st"} | |
| 1077 } | |
| 1078 ton{ | |
| 1079 dnam{"ton"} | |
| 1080 one{"{0}tn"} | |
| 1081 other{"{0}tn"} | |
| 1082 } | |
| 1083 } | |
| 1084 power{ | |
| 1085 gigawatt{ | |
| 1086 dnam{"GW"} | |
| 1087 one{"{0}GW"} | |
| 1088 other{"{0}GW"} | |
| 1089 } | |
| 1090 horsepower{ | |
| 1091 dnam{"hp"} | |
| 1092 one{"{0}hp"} | |
| 1093 other{"{0}hp"} | |
| 1094 } | |
| 1095 kilowatt{ | |
| 1096 dnam{"kW"} | |
| 1097 one{"{0}kW"} | |
| 1098 other{"{0}kW"} | |
| 1099 } | |
| 1100 megawatt{ | |
| 1101 dnam{"MW"} | |
| 1102 one{"{0}MW"} | |
| 1103 other{"{0}MW"} | |
| 1104 } | |
| 1105 milliwatt{ | |
| 1106 dnam{"mW"} | |
| 1107 one{"{0}mW"} | |
| 1108 other{"{0}mW"} | |
| 1109 } | |
| 1110 watt{ | |
| 1111 dnam{"watt"} | |
| 1112 one{"{0}W"} | |
| 1113 other{"{0}W"} | |
| 1114 } | |
| 1115 } | |
| 1116 pressure{ | |
| 1117 hectopascal{ | |
| 1118 dnam{"hPa"} | |
| 1119 one{"{0}hPa"} | |
| 1120 other{"{0}hPa"} | |
| 1121 } | |
| 1122 inch-hg{ | |
| 1123 dnam{"″ Hg"} | |
| 1124 one{"{0}″ Hg"} | |
| 1125 other{"{0}″ Hg"} | |
| 1126 } | |
| 1127 millibar{ | |
| 1128 dnam{"mbar"} | |
| 1129 one{"{0}mb"} | |
| 1130 other{"{0}mb"} | |
| 1131 } | |
| 1132 millimeter-of-mercury{ | |
| 1133 dnam{"mm Hg"} | |
| 1134 one{"{0}mm Hg"} | |
| 1135 other{"{0}mm Hg"} | |
| 1136 } | |
| 1137 pound-per-square-inch{ | |
| 1138 dnam{"psi"} | |
| 1139 one{"{0}psi"} | |
| 1140 other{"{0}psi"} | |
| 1141 } | |
| 1142 } | |
| 1143 proportion{ | |
| 1144 karat{ | |
| 1145 dnam{"karat"} | |
| 1146 one{"{0}kt"} | |
| 1147 other{"{0}kt"} | |
| 1148 } | |
| 1149 } | |
| 1150 speed{ | |
| 1151 kilometer-per-hour{ | |
| 1152 dnam{"km/hr"} | |
| 1153 one{"{0}kph"} | |
| 1154 other{"{0}kph"} | |
| 1155 } | |
| 1156 meter-per-second{ | |
| 1157 dnam{"m/s"} | |
| 1158 one{"{0}m/s"} | |
| 1159 other{"{0}m/s"} | |
| 1160 } | |
| 1161 mile-per-hour{ | |
| 1162 dnam{"mi/hr"} | |
| 1163 one{"{0}mph"} | |
| 1164 other{"{0}mph"} | |
| 1165 } | |
| 1166 } | |
| 1167 temperature{ | |
| 1168 celsius{ | |
| 1169 dnam{"°C"} | |
| 1170 one{"{0}°C"} | |
| 1171 other{"{0}°C"} | |
| 1172 } | |
| 1173 fahrenheit{ | |
| 1174 dnam{"°F"} | |
| 1175 one{"{0}°"} | |
| 1176 other{"{0}°"} | |
| 1177 } | |
| 1178 kelvin{ | |
| 1179 dnam{"K"} | |
| 1180 one{"{0}K"} | |
| 1181 other{"{0}K"} | |
| 1182 } | |
| 1183 } | |
| 1184 volume{ | |
| 1185 acre-foot{ | |
| 1186 dnam{"acre ft"} | |
| 1187 one{"{0}ac ft"} | |
| 1188 other{"{0}ac ft"} | |
| 1189 } | |
| 1190 bushel{ | |
| 1191 dnam{"bushel"} | |
| 1192 one{"{0}bu"} | |
| 1193 other{"{0}bu"} | |
| 1194 } | |
| 1195 centiliter{ | |
| 1196 dnam{"cL"} | |
| 1197 one{"{0}cL"} | |
| 1198 other{"{0}cL"} | |
| 1199 } | |
| 1200 cubic-centimeter{ | |
| 1201 dnam{"cm³"} | |
| 1202 one{"{0}cm³"} | |
| 1203 other{"{0}cm³"} | |
| 1204 } | |
| 1205 cubic-foot{ | |
| 1206 dnam{"ft³"} | |
| 1207 one{"{0}ft³"} | |
| 1208 other{"{0}ft³"} | |
| 1209 } | |
| 1210 cubic-inch{ | |
| 1211 dnam{"in³"} | |
| 1212 one{"{0}in³"} | |
| 1213 other{"{0}in³"} | |
| 1214 } | |
| 1215 cubic-kilometer{ | |
| 1216 dnam{"km³"} | |
| 1217 one{"{0}km³"} | |
| 1218 other{"{0}km³"} | |
| 1219 } | |
| 1220 cubic-meter{ | |
| 1221 dnam{"m³"} | |
| 1222 one{"{0}m³"} | |
| 1223 other{"{0}m³"} | |
| 1224 } | |
| 1225 cubic-mile{ | |
| 1226 dnam{"mi³"} | |
| 1227 one{"{0}mi³"} | |
| 1228 other{"{0}mi³"} | |
| 1229 } | |
| 1230 cubic-yard{ | |
| 1231 dnam{"yd³"} | |
| 1232 one{"{0}yd³"} | |
| 1233 other{"{0}yd³"} | |
| 1234 } | |
| 1235 cup{ | |
| 1236 dnam{"cup"} | |
| 1237 one{"{0}c"} | |
| 1238 other{"{0}c"} | |
| 1239 } | |
| 1240 deciliter{ | |
| 1241 dnam{"dL"} | |
| 1242 one{"{0}dL"} | |
| 1243 other{"{0}dL"} | |
| 1244 } | |
| 1245 fluid-ounce{ | |
| 1246 dnam{"fl oz"} | |
| 1247 one{"{0}fl oz"} | |
| 1248 other{"{0}fl oz"} | |
| 1249 } | |
| 1250 gallon{ | |
| 1251 dnam{"gal"} | |
| 1252 one{"{0}gal"} | |
| 1253 other{"{0}gal"} | |
| 1254 } | |
| 1255 hectoliter{ | |
| 1256 dnam{"hL"} | |
| 1257 one{"{0}hL"} | |
| 1258 other{"{0}hL"} | |
| 1259 } | |
| 1260 liter{ | |
| 1261 dnam{"liter"} | |
| 1262 one{"{0}l"} | |
| 1263 other{"{0}l"} | |
| 1264 } | |
| 1265 megaliter{ | |
| 1266 dnam{"ML"} | |
| 1267 one{"{0}ML"} | |
| 1268 other{"{0}ML"} | |
| 1269 } | |
| 1270 milliliter{ | |
| 1271 dnam{"mL"} | |
| 1272 one{"{0}mL"} | |
| 1273 other{"{0}mL"} | |
| 1274 } | |
| 1275 pint{ | |
| 1276 dnam{"pt"} | |
| 1277 one{"{0}pt"} | |
| 1278 other{"{0}pt"} | |
| 1279 } | |
| 1280 quart{ | |
| 1281 dnam{"qt"} | |
| 1282 one{"{0}qt"} | |
| 1283 other{"{0}qt"} | |
| 1284 } | |
| 1285 tablespoon{ | |
| 1286 dnam{"tbsp"} | |
| 1287 one{"{0}tbsp"} | |
| 1288 other{"{0}tbsp"} | |
| 1289 } | |
| 1290 teaspoon{ | |
| 1291 dnam{"tsp"} | |
| 1292 one{"{0}tsp"} | |
| 1293 other{"{0}tsp"} | |
| 1294 } | |
| 1295 } | |
| 1296 } | 128 } |
| 1297 unitsShort{ | 129 unitsShort{ |
| 1298 acceleration{ | |
| 1299 g-force{ | |
| 1300 dnam{"g-force"} | |
| 1301 one{"{0} G"} | |
| 1302 other{"{0} G"} | |
| 1303 } | |
| 1304 meter-per-second-squared{ | |
| 1305 dnam{"meters/sec²"} | |
| 1306 one{"{0} m/s²"} | |
| 1307 other{"{0} m/s²"} | |
| 1308 } | |
| 1309 } | |
| 1310 angle{ | |
| 1311 arc-minute{ | |
| 1312 dnam{"arcmins"} | |
| 1313 one{"{0} arcmin"} | |
| 1314 other{"{0} arcmins"} | |
| 1315 } | |
| 1316 arc-second{ | |
| 1317 dnam{"arcsecs"} | |
| 1318 one{"{0} arcsec"} | |
| 1319 other{"{0} arcsecs"} | |
| 1320 } | |
| 1321 degree{ | |
| 1322 dnam{"degrees"} | |
| 1323 one{"{0} deg"} | |
| 1324 other{"{0} deg"} | |
| 1325 } | |
| 1326 radian{ | |
| 1327 dnam{"radians"} | |
| 1328 one{"{0} rad"} | |
| 1329 other{"{0} rad"} | |
| 1330 } | |
| 1331 } | |
| 1332 area{ | |
| 1333 acre{ | |
| 1334 dnam{"acres"} | |
| 1335 one{"{0} ac"} | |
| 1336 other{"{0} ac"} | |
| 1337 } | |
| 1338 hectare{ | |
| 1339 dnam{"hectares"} | |
| 1340 one{"{0} ha"} | |
| 1341 other{"{0} ha"} | |
| 1342 } | |
| 1343 square-centimeter{ | |
| 1344 dnam{"cm²"} | |
| 1345 one{"{0} cm²"} | |
| 1346 other{"{0} cm²"} | |
| 1347 } | |
| 1348 square-foot{ | |
| 1349 dnam{"sq feet"} | |
| 1350 one{"{0} sq ft"} | |
| 1351 other{"{0} sq ft"} | |
| 1352 } | |
| 1353 square-inch{ | |
| 1354 dnam{"inches²"} | |
| 1355 one{"{0} in²"} | |
| 1356 other{"{0} in²"} | |
| 1357 } | |
| 1358 square-kilometer{ | |
| 1359 dnam{"km²"} | |
| 1360 one{"{0} km²"} | |
| 1361 other{"{0} km²"} | |
| 1362 } | |
| 1363 square-meter{ | |
| 1364 dnam{"meters²"} | |
| 1365 one{"{0} m²"} | |
| 1366 other{"{0} m²"} | |
| 1367 } | |
| 1368 square-mile{ | |
| 1369 dnam{"sq miles"} | |
| 1370 one{"{0} sq mi"} | |
| 1371 other{"{0} sq mi"} | |
| 1372 } | |
| 1373 square-yard{ | |
| 1374 dnam{"yards²"} | |
| 1375 one{"{0} yd²"} | |
| 1376 other{"{0} yd²"} | |
| 1377 } | |
| 1378 } | |
| 1379 compound{ | 130 compound{ |
| 1380 per{"{0}/{1}"} | 131 per{"{0}/{1}"} |
| 1381 } | 132 } |
| 1382 consumption{ | |
| 1383 liter-per-kilometer{ | |
| 1384 dnam{"liters/km"} | |
| 1385 one{"{0} L/km"} | |
| 1386 other{"{0} L/km"} | |
| 1387 } | |
| 1388 mile-per-gallon{ | |
| 1389 dnam{"miles/gal"} | |
| 1390 one{"{0} mpg"} | |
| 1391 other{"{0} mpg"} | |
| 1392 } | |
| 1393 } | |
| 1394 digital{ | |
| 1395 bit{ | |
| 1396 dnam{"bit"} | |
| 1397 one{"{0} bit"} | |
| 1398 other{"{0} bit"} | |
| 1399 } | |
| 1400 byte{ | |
| 1401 dnam{"byte"} | |
| 1402 one{"{0} byte"} | |
| 1403 other{"{0} byte"} | |
| 1404 } | |
| 1405 gigabit{ | |
| 1406 dnam{"Gbit"} | |
| 1407 one{"{0} Gb"} | |
| 1408 other{"{0} Gb"} | |
| 1409 } | |
| 1410 gigabyte{ | |
| 1411 dnam{"GByte"} | |
| 1412 one{"{0} GB"} | |
| 1413 other{"{0} GB"} | |
| 1414 } | |
| 1415 kilobit{ | |
| 1416 dnam{"kbit"} | |
| 1417 one{"{0} kb"} | |
| 1418 other{"{0} kb"} | |
| 1419 } | |
| 1420 kilobyte{ | |
| 1421 dnam{"kByte"} | |
| 1422 one{"{0} kB"} | |
| 1423 other{"{0} kB"} | |
| 1424 } | |
| 1425 megabit{ | |
| 1426 dnam{"Mbit"} | |
| 1427 one{"{0} Mb"} | |
| 1428 other{"{0} Mb"} | |
| 1429 } | |
| 1430 megabyte{ | |
| 1431 dnam{"MByte"} | |
| 1432 one{"{0} MB"} | |
| 1433 other{"{0} MB"} | |
| 1434 } | |
| 1435 terabit{ | |
| 1436 dnam{"Tbit"} | |
| 1437 one{"{0} Tb"} | |
| 1438 other{"{0} Tb"} | |
| 1439 } | |
| 1440 terabyte{ | |
| 1441 dnam{"TByte"} | |
| 1442 one{"{0} TB"} | |
| 1443 other{"{0} TB"} | |
| 1444 } | |
| 1445 } | |
| 1446 duration{ | 133 duration{ |
| 1447 day{ | 134 day{ |
| 1448 dnam{"days"} | 135 dnam{"days"} |
| 1449 one{"{0} day"} | 136 one{"{0} day"} |
| 1450 other{"{0} days"} | 137 other{"{0} days"} |
| 1451 } | 138 } |
| 1452 hour{ | 139 hour{ |
| 1453 dnam{"hours"} | 140 dnam{"hours"} |
| 1454 one{"{0} hr"} | 141 one{"{0} hr"} |
| 1455 other{"{0} hrs"} | 142 other{"{0} hrs"} |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1490 dnam{"weeks"} | 177 dnam{"weeks"} |
| 1491 one{"{0} wk"} | 178 one{"{0} wk"} |
| 1492 other{"{0} wks"} | 179 other{"{0} wks"} |
| 1493 } | 180 } |
| 1494 year{ | 181 year{ |
| 1495 dnam{"years"} | 182 dnam{"years"} |
| 1496 one{"{0} yr"} | 183 one{"{0} yr"} |
| 1497 other{"{0} yrs"} | 184 other{"{0} yrs"} |
| 1498 } | 185 } |
| 1499 } | 186 } |
| 1500 electric{ | |
| 1501 ampere{ | |
| 1502 dnam{"amps"} | |
| 1503 one{"{0} A"} | |
| 1504 other{"{0} A"} | |
| 1505 } | |
| 1506 milliampere{ | |
| 1507 dnam{"milliamps"} | |
| 1508 one{"{0} mA"} | |
| 1509 other{"{0} mA"} | |
| 1510 } | |
| 1511 ohm{ | |
| 1512 dnam{"ohms"} | |
| 1513 one{"{0} Ω"} | |
| 1514 other{"{0} Ω"} | |
| 1515 } | |
| 1516 volt{ | |
| 1517 dnam{"volts"} | |
| 1518 one{"{0} V"} | |
| 1519 other{"{0} V"} | |
| 1520 } | |
| 1521 } | |
| 1522 energy{ | |
| 1523 calorie{ | |
| 1524 dnam{"cal"} | |
| 1525 one{"{0} cal"} | |
| 1526 other{"{0} cal"} | |
| 1527 } | |
| 1528 foodcalorie{ | |
| 1529 dnam{"Cal"} | |
| 1530 one{"{0} Cal"} | |
| 1531 other{"{0} Cal"} | |
| 1532 } | |
| 1533 joule{ | |
| 1534 dnam{"joules"} | |
| 1535 one{"{0} J"} | |
| 1536 other{"{0} J"} | |
| 1537 } | |
| 1538 kilocalorie{ | |
| 1539 dnam{"kcal"} | |
| 1540 one{"{0} kcal"} | |
| 1541 other{"{0} kcal"} | |
| 1542 } | |
| 1543 kilojoule{ | |
| 1544 dnam{"kilojoule"} | |
| 1545 one{"{0} kJ"} | |
| 1546 other{"{0} kJ"} | |
| 1547 } | |
| 1548 kilowatt-hour{ | |
| 1549 dnam{"kW-hour"} | |
| 1550 one{"{0} kWh"} | |
| 1551 other{"{0} kWh"} | |
| 1552 } | |
| 1553 } | |
| 1554 frequency{ | |
| 1555 gigahertz{ | |
| 1556 dnam{"GHz"} | |
| 1557 one{"{0} GHz"} | |
| 1558 other{"{0} GHz"} | |
| 1559 } | |
| 1560 hertz{ | |
| 1561 dnam{"Hz"} | |
| 1562 one{"{0} Hz"} | |
| 1563 other{"{0} Hz"} | |
| 1564 } | |
| 1565 kilohertz{ | |
| 1566 dnam{"kHz"} | |
| 1567 one{"{0} kHz"} | |
| 1568 other{"{0} kHz"} | |
| 1569 } | |
| 1570 megahertz{ | |
| 1571 dnam{"MHz"} | |
| 1572 one{"{0} MHz"} | |
| 1573 other{"{0} MHz"} | |
| 1574 } | |
| 1575 } | |
| 1576 length{ | |
| 1577 astronomical-unit{ | |
| 1578 dnam{"au"} | |
| 1579 one{"{0} au"} | |
| 1580 other{"{0} au"} | |
| 1581 } | |
| 1582 centimeter{ | |
| 1583 dnam{"cm"} | |
| 1584 one{"{0} cm"} | |
| 1585 other{"{0} cm"} | |
| 1586 } | |
| 1587 decimeter{ | |
| 1588 dnam{"dm"} | |
| 1589 one{"{0} dm"} | |
| 1590 other{"{0} dm"} | |
| 1591 } | |
| 1592 fathom{ | |
| 1593 dnam{"fathoms"} | |
| 1594 one{"{0} ftm"} | |
| 1595 other{"{0} ftm"} | |
| 1596 } | |
| 1597 foot{ | |
| 1598 dnam{"feet"} | |
| 1599 one{"{0} ft"} | |
| 1600 other{"{0} ft"} | |
| 1601 } | |
| 1602 furlong{ | |
| 1603 dnam{"furlongs"} | |
| 1604 one{"{0} fur"} | |
| 1605 other{"{0} fur"} | |
| 1606 } | |
| 1607 inch{ | |
| 1608 dnam{"inches"} | |
| 1609 one{"{0} in"} | |
| 1610 other{"{0} in"} | |
| 1611 } | |
| 1612 kilometer{ | |
| 1613 dnam{"km"} | |
| 1614 one{"{0} km"} | |
| 1615 other{"{0} km"} | |
| 1616 } | |
| 1617 light-year{ | |
| 1618 dnam{"light yrs"} | |
| 1619 one{"{0} ly"} | |
| 1620 other{"{0} ly"} | |
| 1621 } | |
| 1622 meter{ | |
| 1623 dnam{"meters"} | |
| 1624 one{"{0} m"} | |
| 1625 other{"{0} m"} | |
| 1626 } | |
| 1627 micrometer{ | |
| 1628 dnam{"µmeters"} | |
| 1629 one{"{0} µm"} | |
| 1630 other{"{0} µm"} | |
| 1631 } | |
| 1632 mile{ | |
| 1633 dnam{"miles"} | |
| 1634 one{"{0} mi"} | |
| 1635 other{"{0} mi"} | |
| 1636 } | |
| 1637 millimeter{ | |
| 1638 dnam{"mm"} | |
| 1639 one{"{0} mm"} | |
| 1640 other{"{0} mm"} | |
| 1641 } | |
| 1642 nanometer{ | |
| 1643 dnam{"nm"} | |
| 1644 one{"{0} nm"} | |
| 1645 other{"{0} nm"} | |
| 1646 } | |
| 1647 nautical-mile{ | |
| 1648 dnam{"nmi"} | |
| 1649 one{"{0} nmi"} | |
| 1650 other{"{0} nmi"} | |
| 1651 } | |
| 1652 parsec{ | |
| 1653 dnam{"parsecs"} | |
| 1654 one{"{0} pc"} | |
| 1655 other{"{0} pc"} | |
| 1656 } | |
| 1657 picometer{ | |
| 1658 dnam{"pm"} | |
| 1659 one{"{0} pm"} | |
| 1660 other{"{0} pm"} | |
| 1661 } | |
| 1662 yard{ | |
| 1663 dnam{"yards"} | |
| 1664 one{"{0} yd"} | |
| 1665 other{"{0} yd"} | |
| 1666 } | |
| 1667 } | |
| 1668 light{ | |
| 1669 lux{ | |
| 1670 dnam{"lux"} | |
| 1671 one{"{0} lx"} | |
| 1672 other{"{0} lx"} | |
| 1673 } | |
| 1674 } | |
| 1675 mass{ | |
| 1676 carat{ | |
| 1677 dnam{"carats"} | |
| 1678 one{"{0} CD"} | |
| 1679 other{"{0} CD"} | |
| 1680 } | |
| 1681 gram{ | |
| 1682 dnam{"grams"} | |
| 1683 one{"{0} g"} | |
| 1684 other{"{0} g"} | |
| 1685 } | |
| 1686 kilogram{ | |
| 1687 dnam{"kg"} | |
| 1688 one{"{0} kg"} | |
| 1689 other{"{0} kg"} | |
| 1690 } | |
| 1691 metric-ton{ | |
| 1692 dnam{"t"} | |
| 1693 one{"{0} t"} | |
| 1694 other{"{0} t"} | |
| 1695 } | |
| 1696 microgram{ | |
| 1697 dnam{"µg"} | |
| 1698 one{"{0} µg"} | |
| 1699 other{"{0} µg"} | |
| 1700 } | |
| 1701 milligram{ | |
| 1702 dnam{"mg"} | |
| 1703 one{"{0} mg"} | |
| 1704 other{"{0} mg"} | |
| 1705 } | |
| 1706 ounce{ | |
| 1707 dnam{"oz"} | |
| 1708 one{"{0} oz"} | |
| 1709 other{"{0} oz"} | |
| 1710 } | |
| 1711 ounce-troy{ | |
| 1712 dnam{"oz troy"} | |
| 1713 one{"{0} oz t"} | |
| 1714 other{"{0} oz t"} | |
| 1715 } | |
| 1716 pound{ | |
| 1717 dnam{"pounds"} | |
| 1718 one{"{0} lb"} | |
| 1719 other{"{0} lb"} | |
| 1720 } | |
| 1721 stone{ | |
| 1722 dnam{"stones"} | |
| 1723 one{"{0} st"} | |
| 1724 other{"{0} st"} | |
| 1725 } | |
| 1726 ton{ | |
| 1727 dnam{"tons"} | |
| 1728 one{"{0} tn"} | |
| 1729 other{"{0} tn"} | |
| 1730 } | |
| 1731 } | |
| 1732 power{ | |
| 1733 gigawatt{ | |
| 1734 dnam{"GW"} | |
| 1735 one{"{0} GW"} | |
| 1736 other{"{0} GW"} | |
| 1737 } | |
| 1738 horsepower{ | |
| 1739 dnam{"hp"} | |
| 1740 one{"{0} hp"} | |
| 1741 other{"{0} hp"} | |
| 1742 } | |
| 1743 kilowatt{ | |
| 1744 dnam{"kW"} | |
| 1745 one{"{0} kW"} | |
| 1746 other{"{0} kW"} | |
| 1747 } | |
| 1748 megawatt{ | |
| 1749 dnam{"MW"} | |
| 1750 one{"{0} MW"} | |
| 1751 other{"{0} MW"} | |
| 1752 } | |
| 1753 milliwatt{ | |
| 1754 dnam{"mW"} | |
| 1755 one{"{0} mW"} | |
| 1756 other{"{0} mW"} | |
| 1757 } | |
| 1758 watt{ | |
| 1759 dnam{"watts"} | |
| 1760 one{"{0} W"} | |
| 1761 other{"{0} W"} | |
| 1762 } | |
| 1763 } | |
| 1764 pressure{ | |
| 1765 hectopascal{ | |
| 1766 dnam{"hPa"} | |
| 1767 one{"{0} hPa"} | |
| 1768 other{"{0} hPa"} | |
| 1769 } | |
| 1770 inch-hg{ | |
| 1771 dnam{"in Hg"} | |
| 1772 one{"{0} inHg"} | |
| 1773 other{"{0} inHg"} | |
| 1774 } | |
| 1775 millibar{ | |
| 1776 dnam{"mbar"} | |
| 1777 one{"{0} mbar"} | |
| 1778 other{"{0} mbar"} | |
| 1779 } | |
| 1780 millimeter-of-mercury{ | |
| 1781 dnam{"mm Hg"} | |
| 1782 one{"{0} mm Hg"} | |
| 1783 other{"{0} mm Hg"} | |
| 1784 } | |
| 1785 pound-per-square-inch{ | |
| 1786 dnam{"psi"} | |
| 1787 one{"{0} psi"} | |
| 1788 other{"{0} psi"} | |
| 1789 } | |
| 1790 } | |
| 1791 proportion{ | |
| 1792 karat{ | |
| 1793 dnam{"karats"} | |
| 1794 one{"{0} kt"} | |
| 1795 other{"{0} kt"} | |
| 1796 } | |
| 1797 } | |
| 1798 speed{ | |
| 1799 kilometer-per-hour{ | |
| 1800 dnam{"km/hour"} | |
| 1801 one{"{0} kph"} | |
| 1802 other{"{0} kph"} | |
| 1803 } | |
| 1804 meter-per-second{ | |
| 1805 dnam{"meters/sec"} | |
| 1806 one{"{0} m/s"} | |
| 1807 other{"{0} m/s"} | |
| 1808 } | |
| 1809 mile-per-hour{ | |
| 1810 dnam{"miles/hour"} | |
| 1811 one{"{0} mph"} | |
| 1812 other{"{0} mph"} | |
| 1813 } | |
| 1814 } | |
| 1815 temperature{ | |
| 1816 celsius{ | |
| 1817 dnam{"deg. C"} | |
| 1818 one{"{0}°C"} | |
| 1819 other{"{0}°C"} | |
| 1820 } | |
| 1821 fahrenheit{ | |
| 1822 dnam{"deg. F"} | |
| 1823 one{"{0}°F"} | |
| 1824 other{"{0}°F"} | |
| 1825 } | |
| 1826 kelvin{ | |
| 1827 dnam{"K"} | |
| 1828 one{"{0} K"} | |
| 1829 other{"{0} K"} | |
| 1830 } | |
| 1831 } | |
| 1832 volume{ | |
| 1833 acre-foot{ | |
| 1834 dnam{"acre ft"} | |
| 1835 one{"{0} ac ft"} | |
| 1836 other{"{0} ac ft"} | |
| 1837 } | |
| 1838 bushel{ | |
| 1839 dnam{"bushels"} | |
| 1840 one{"{0} bu"} | |
| 1841 other{"{0} bu"} | |
| 1842 } | |
| 1843 centiliter{ | |
| 1844 dnam{"cL"} | |
| 1845 one{"{0} cL"} | |
| 1846 other{"{0} cL"} | |
| 1847 } | |
| 1848 cubic-centimeter{ | |
| 1849 dnam{"cm³"} | |
| 1850 one{"{0} cm³"} | |
| 1851 other{"{0} cm³"} | |
| 1852 } | |
| 1853 cubic-foot{ | |
| 1854 dnam{"feet³"} | |
| 1855 one{"{0} ft³"} | |
| 1856 other{"{0} ft³"} | |
| 1857 } | |
| 1858 cubic-inch{ | |
| 1859 dnam{"inches³"} | |
| 1860 one{"{0} in³"} | |
| 1861 other{"{0} in³"} | |
| 1862 } | |
| 1863 cubic-kilometer{ | |
| 1864 dnam{"km³"} | |
| 1865 one{"{0} km³"} | |
| 1866 other{"{0} km³"} | |
| 1867 } | |
| 1868 cubic-meter{ | |
| 1869 dnam{"m³"} | |
| 1870 one{"{0} m³"} | |
| 1871 other{"{0} m³"} | |
| 1872 } | |
| 1873 cubic-mile{ | |
| 1874 dnam{"mi³"} | |
| 1875 one{"{0} mi³"} | |
| 1876 other{"{0} mi³"} | |
| 1877 } | |
| 1878 cubic-yard{ | |
| 1879 dnam{"yards³"} | |
| 1880 one{"{0} yd³"} | |
| 1881 other{"{0} yd³"} | |
| 1882 } | |
| 1883 cup{ | |
| 1884 dnam{"cups"} | |
| 1885 one{"{0} c"} | |
| 1886 other{"{0} c"} | |
| 1887 } | |
| 1888 deciliter{ | |
| 1889 dnam{"dL"} | |
| 1890 one{"{0} dL"} | |
| 1891 other{"{0} dL"} | |
| 1892 } | |
| 1893 fluid-ounce{ | |
| 1894 dnam{"fl oz"} | |
| 1895 one{"{0} fl oz"} | |
| 1896 other{"{0} fl oz"} | |
| 1897 } | |
| 1898 gallon{ | |
| 1899 dnam{"gal"} | |
| 1900 one{"{0} gal"} | |
| 1901 other{"{0} gal"} | |
| 1902 } | |
| 1903 hectoliter{ | |
| 1904 dnam{"hL"} | |
| 1905 one{"{0} hL"} | |
| 1906 other{"{0} hL"} | |
| 1907 } | |
| 1908 liter{ | |
| 1909 dnam{"liters"} | |
| 1910 one{"{0} L"} | |
| 1911 other{"{0} L"} | |
| 1912 } | |
| 1913 megaliter{ | |
| 1914 dnam{"ML"} | |
| 1915 one{"{0} ML"} | |
| 1916 other{"{0} ML"} | |
| 1917 } | |
| 1918 milliliter{ | |
| 1919 dnam{"mL"} | |
| 1920 one{"{0} mL"} | |
| 1921 other{"{0} mL"} | |
| 1922 } | |
| 1923 pint{ | |
| 1924 dnam{"pints"} | |
| 1925 one{"{0} pt"} | |
| 1926 other{"{0} pt"} | |
| 1927 } | |
| 1928 quart{ | |
| 1929 dnam{"qts"} | |
| 1930 one{"{0} qt"} | |
| 1931 other{"{0} qt"} | |
| 1932 } | |
| 1933 tablespoon{ | |
| 1934 dnam{"tbsp"} | |
| 1935 one{"{0} tbsp"} | |
| 1936 other{"{0} tbsp"} | |
| 1937 } | |
| 1938 teaspoon{ | |
| 1939 dnam{"tsp"} | |
| 1940 one{"{0} tsp"} | |
| 1941 other{"{0} tsp"} | |
| 1942 } | |
| 1943 } | |
| 1944 } | 187 } |
| 1945 } | 188 } |
| OLD | NEW |