| 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/fr.xml | 6 // * Source File: <path>/common/main/fr.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | 9 /** |
| 10 * ICU <specials> source: <path>/common/main/fr.xml | 10 * ICU <specials> source: <path>/common/main/fr.xml |
| 11 */ | 11 */ |
| 12 fr{ | 12 fr{ |
| 13 Version{"2.1.8.9"} | 13 Version{"2.1.8.9"} |
| 14 units{ | 14 units{ |
| 15 acceleration{ | |
| 16 g-force{ | |
| 17 dnam{"fois la gravitation terrestre"} | |
| 18 one{"{0} fois la gravitation terrestre"} | |
| 19 other{"{0} fois la gravitation terrestre"} | |
| 20 } | |
| 21 meter-per-second-squared{ | |
| 22 dnam{"mètres par seconde carrée"} | |
| 23 one{"{0} mètre par seconde carrée"} | |
| 24 other{"{0} mètres par seconde carrée"} | |
| 25 } | |
| 26 } | |
| 27 angle{ | |
| 28 arc-minute{ | |
| 29 dnam{"minutes d’arc"} | |
| 30 one{"{0} minute d’arc"} | |
| 31 other{"{0} minutes d’arc"} | |
| 32 } | |
| 33 arc-second{ | |
| 34 dnam{"secondes d’arc"} | |
| 35 one{"{0} seconde d’angle"} | |
| 36 other{"{0} secondes d’angle"} | |
| 37 } | |
| 38 degree{ | |
| 39 dnam{"degrés"} | |
| 40 one{"{0} degré"} | |
| 41 other{"{0} degrés"} | |
| 42 } | |
| 43 radian{ | |
| 44 dnam{"radians"} | |
| 45 one{"{0} radian"} | |
| 46 other{"{0} radians"} | |
| 47 } | |
| 48 } | |
| 49 area{ | |
| 50 acre{ | |
| 51 dnam{"acres anglo-saxonnes"} | |
| 52 one{"{0} acre anglo-saxonne"} | |
| 53 other{"{0} acres anglo-saxonnes"} | |
| 54 } | |
| 55 hectare{ | |
| 56 dnam{"hectares"} | |
| 57 one{"{0} hectare"} | |
| 58 other{"{0} hectares"} | |
| 59 } | |
| 60 square-centimeter{ | |
| 61 dnam{"centimètres carrés"} | |
| 62 one{"{0} centimètre carré"} | |
| 63 other{"{0} centimètres carrés"} | |
| 64 } | |
| 65 square-foot{ | |
| 66 dnam{"pieds carrés"} | |
| 67 one{"{0} pied carré"} | |
| 68 other{"{0} pieds carrés"} | |
| 69 } | |
| 70 square-inch{ | |
| 71 dnam{"pouces carrés"} | |
| 72 one{"{0} pouce carré"} | |
| 73 other{"{0} pouces carrés"} | |
| 74 } | |
| 75 square-kilometer{ | |
| 76 dnam{"kilomètres carrés"} | |
| 77 one{"{0} kilomètre carré"} | |
| 78 other{"{0} kilomètres carrés"} | |
| 79 } | |
| 80 square-meter{ | |
| 81 dnam{"mètres carrés"} | |
| 82 one{"{0} mètre carré"} | |
| 83 other{"{0} mètres carrés"} | |
| 84 } | |
| 85 square-mile{ | |
| 86 dnam{"miles carrés"} | |
| 87 one{"{0} mille anglais carré"} | |
| 88 other{"{0} milles anglais carrés"} | |
| 89 } | |
| 90 square-yard{ | |
| 91 dnam{"yards carrés"} | |
| 92 one{"{0} yard carré"} | |
| 93 other{"{0} yards carrés"} | |
| 94 } | |
| 95 } | |
| 96 compound{ | 15 compound{ |
| 97 per{"{0} par {1}"} | 16 per{"{0} par {1}"} |
| 98 } | 17 } |
| 99 consumption{ | |
| 100 liter-per-kilometer{ | |
| 101 dnam{"litres au kilomètre"} | |
| 102 one{"{0} litre au kilomètre"} | |
| 103 other{"{0} litres au kilomètre"} | |
| 104 } | |
| 105 mile-per-gallon{ | |
| 106 dnam{"miles par gallon"} | |
| 107 one{"{0} mile par gallon"} | |
| 108 other{"{0} miles par gallon"} | |
| 109 } | |
| 110 } | |
| 111 digital{ | |
| 112 bit{ | |
| 113 dnam{"bits"} | |
| 114 one{"{0} bit"} | |
| 115 other{"{0} bits"} | |
| 116 } | |
| 117 byte{ | |
| 118 dnam{"octets"} | |
| 119 one{"{0} octet"} | |
| 120 other{"{0} octets"} | |
| 121 } | |
| 122 gigabit{ | |
| 123 dnam{"gigabits"} | |
| 124 one{"{0} gigabit"} | |
| 125 other{"{0} gigabits"} | |
| 126 } | |
| 127 gigabyte{ | |
| 128 dnam{"gigaoctets"} | |
| 129 one{"{0} gigaoctet"} | |
| 130 other{"{0} gigaoctets"} | |
| 131 } | |
| 132 kilobit{ | |
| 133 dnam{"kilobits"} | |
| 134 one{"{0} kilobit"} | |
| 135 other{"{0} kilobits"} | |
| 136 } | |
| 137 kilobyte{ | |
| 138 dnam{"kilooctets"} | |
| 139 one{"{0} kilooctet"} | |
| 140 other{"{0} kilooctets"} | |
| 141 } | |
| 142 megabit{ | |
| 143 dnam{"mégabits"} | |
| 144 one{"{0} mégabit"} | |
| 145 other{"{0} mégabits"} | |
| 146 } | |
| 147 megabyte{ | |
| 148 dnam{"mégaoctets"} | |
| 149 one{"{0} mégaoctet"} | |
| 150 other{"{0} mégaoctets"} | |
| 151 } | |
| 152 terabit{ | |
| 153 dnam{"térabits"} | |
| 154 one{"{0} térabit"} | |
| 155 other{"{0} térabits"} | |
| 156 } | |
| 157 terabyte{ | |
| 158 dnam{"téraoctets"} | |
| 159 one{"{0} téraoctet"} | |
| 160 other{"{0} téraoctets"} | |
| 161 } | |
| 162 } | |
| 163 duration{ | 18 duration{ |
| 164 day{ | 19 day{ |
| 165 dnam{"jours"} | 20 dnam{"jours"} |
| 166 one{"{0} jour"} | 21 one{"{0} jour"} |
| 167 other{"{0} jours"} | 22 other{"{0} jours"} |
| 168 } | 23 } |
| 169 hour{ | 24 hour{ |
| 170 dnam{"heures"} | 25 dnam{"heures"} |
| 171 one{"{0} heure"} | 26 one{"{0} heure"} |
| 172 other{"{0} heures"} | 27 other{"{0} heures"} |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 207 dnam{"semaines"} | 62 dnam{"semaines"} |
| 208 one{"{0} semaine"} | 63 one{"{0} semaine"} |
| 209 other{"{0} semaines"} | 64 other{"{0} semaines"} |
| 210 } | 65 } |
| 211 year{ | 66 year{ |
| 212 dnam{"ans"} | 67 dnam{"ans"} |
| 213 one{"{0} an"} | 68 one{"{0} an"} |
| 214 other{"{0} ans"} | 69 other{"{0} ans"} |
| 215 } | 70 } |
| 216 } | 71 } |
| 217 electric{ | |
| 218 ampere{ | |
| 219 dnam{"ampères"} | |
| 220 one{"{0} ampère"} | |
| 221 other{"{0} ampères"} | |
| 222 } | |
| 223 milliampere{ | |
| 224 dnam{"milliampères"} | |
| 225 one{"{0} milliampère"} | |
| 226 other{"{0} milliampères"} | |
| 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{"grandes calories"} | |
| 247 one{"{0} grande calorie"} | |
| 248 other{"{0} grandes 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{"kilowattheures"} | |
| 267 one{"{0} kilowattheure"} | |
| 268 other{"{0} kilowattheures"} | |
| 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{"mégahertz"} | |
| 289 one{"{0} mégahertz"} | |
| 290 other{"{0} mégahertz"} | |
| 291 } | |
| 292 } | |
| 293 length{ | |
| 294 astronomical-unit{ | |
| 295 dnam{"unités astronomiques"} | |
| 296 one{"{0} unité astronomique"} | |
| 297 other{"{0} unités astronomiques"} | |
| 298 } | |
| 299 centimeter{ | |
| 300 dnam{"centimètres"} | |
| 301 one{"{0} centimètre"} | |
| 302 other{"{0} centimètres"} | |
| 303 } | |
| 304 decimeter{ | |
| 305 dnam{"décimètres"} | |
| 306 one{"{0} décimètre"} | |
| 307 other{"{0} décimètres"} | |
| 308 } | |
| 309 foot{ | |
| 310 dnam{"pieds"} | |
| 311 one{"{0} pied"} | |
| 312 other{"{0} pieds"} | |
| 313 } | |
| 314 inch{ | |
| 315 dnam{"pouces"} | |
| 316 one{"{0} pouce"} | |
| 317 other{"{0} pouces"} | |
| 318 } | |
| 319 kilometer{ | |
| 320 dnam{"kilomètres"} | |
| 321 one{"{0} kilomètre"} | |
| 322 other{"{0} kilomètres"} | |
| 323 } | |
| 324 light-year{ | |
| 325 dnam{"années-lumière"} | |
| 326 one{"{0} année-lumière"} | |
| 327 other{"{0} années-lumière"} | |
| 328 } | |
| 329 meter{ | |
| 330 dnam{"mètres"} | |
| 331 one{"{0} mètre"} | |
| 332 other{"{0} mètres"} | |
| 333 } | |
| 334 micrometer{ | |
| 335 dnam{"micromètres"} | |
| 336 one{"{0} micromètre"} | |
| 337 other{"{0} micromètres"} | |
| 338 } | |
| 339 mile{ | |
| 340 dnam{"milles anglais"} | |
| 341 one{"{0} mille anglais"} | |
| 342 other{"{0} milles anglais"} | |
| 343 } | |
| 344 millimeter{ | |
| 345 dnam{"millimètres"} | |
| 346 one{"{0} millimètre"} | |
| 347 other{"{0} millimètres"} | |
| 348 } | |
| 349 nanometer{ | |
| 350 dnam{"nanomètres"} | |
| 351 one{"{0} nanomètre"} | |
| 352 other{"{0} nanomètres"} | |
| 353 } | |
| 354 nautical-mile{ | |
| 355 dnam{"milles marins"} | |
| 356 one{"{0} mille marin"} | |
| 357 other{"{0} milles marins"} | |
| 358 } | |
| 359 parsec{ | |
| 360 dnam{"parsecs"} | |
| 361 one{"{0} parsec"} | |
| 362 other{"{0} parsecs"} | |
| 363 } | |
| 364 picometer{ | |
| 365 dnam{"picomètres"} | |
| 366 one{"{0} picomètre"} | |
| 367 other{"{0} picomètres"} | |
| 368 } | |
| 369 yard{ | |
| 370 dnam{"yards"} | |
| 371 one{"{0} yard"} | |
| 372 other{"{0} yards"} | |
| 373 } | |
| 374 } | |
| 375 light{ | |
| 376 lux{ | |
| 377 dnam{"lux"} | |
| 378 one{"{0} lux"} | |
| 379 other{"{0} lux"} | |
| 380 } | |
| 381 } | |
| 382 mass{ | |
| 383 carat{ | |
| 384 dnam{"carats"} | |
| 385 one{"{0} carat"} | |
| 386 other{"{0} carats"} | |
| 387 } | |
| 388 gram{ | |
| 389 dnam{"grammes"} | |
| 390 one{"{0} gramme"} | |
| 391 other{"{0} grammes"} | |
| 392 } | |
| 393 kilogram{ | |
| 394 dnam{"kilogrammes"} | |
| 395 one{"{0} kilogramme"} | |
| 396 other{"{0} kilogrammes"} | |
| 397 } | |
| 398 metric-ton{ | |
| 399 dnam{"tonnes"} | |
| 400 one{"{0} tonne"} | |
| 401 other{"{0} tonnes"} | |
| 402 } | |
| 403 microgram{ | |
| 404 dnam{"microgrammes"} | |
| 405 one{"{0} microgramme"} | |
| 406 other{"{0} microgrammes"} | |
| 407 } | |
| 408 milligram{ | |
| 409 dnam{"milligrammes"} | |
| 410 one{"{0} milligramme"} | |
| 411 other{"{0} milligrammes"} | |
| 412 } | |
| 413 ounce{ | |
| 414 dnam{"onces"} | |
| 415 one{"{0} once"} | |
| 416 other{"{0} onces"} | |
| 417 } | |
| 418 ounce-troy{ | |
| 419 dnam{"onces troy"} | |
| 420 one{"{0} once troy"} | |
| 421 other{"{0} onces troy"} | |
| 422 } | |
| 423 pound{ | |
| 424 dnam{"livres"} | |
| 425 one{"{0} livre"} | |
| 426 other{"{0} livres"} | |
| 427 } | |
| 428 stone{ | |
| 429 dnam{"stones"} | |
| 430 } | |
| 431 ton{ | |
| 432 dnam{"tonnes courtes"} | |
| 433 one{"{0} tonne courte"} | |
| 434 other{"{0} tonnes courtes"} | |
| 435 } | |
| 436 } | |
| 437 power{ | |
| 438 gigawatt{ | |
| 439 dnam{"gigawatts"} | |
| 440 one{"{0} gigawatt"} | |
| 441 other{"{0} gigawatts"} | |
| 442 } | |
| 443 horsepower{ | |
| 444 dnam{"chevaux-vapeur"} | |
| 445 one{"{0} cheval-vapeur"} | |
| 446 other{"{0} chevaux-vapeur"} | |
| 447 } | |
| 448 kilowatt{ | |
| 449 dnam{"kilowatts"} | |
| 450 one{"{0} kilowatt"} | |
| 451 other{"{0} kilowatts"} | |
| 452 } | |
| 453 megawatt{ | |
| 454 dnam{"mégawatts"} | |
| 455 one{"{0} mégawatt"} | |
| 456 other{"{0} mégawatts"} | |
| 457 } | |
| 458 milliwatt{ | |
| 459 dnam{"milliwatts"} | |
| 460 one{"{0} milliwatt"} | |
| 461 other{"{0} milliwatts"} | |
| 462 } | |
| 463 watt{ | |
| 464 dnam{"watts"} | |
| 465 one{"{0} watt"} | |
| 466 other{"{0} watts"} | |
| 467 } | |
| 468 } | |
| 469 pressure{ | |
| 470 hectopascal{ | |
| 471 dnam{"hectopascals"} | |
| 472 one{"{0} hectopascal"} | |
| 473 other{"{0} hectopascals"} | |
| 474 } | |
| 475 inch-hg{ | |
| 476 dnam{"pouces de mercure"} | |
| 477 one{"{0} pouce de mercure"} | |
| 478 other{"{0} pouces de mercure"} | |
| 479 } | |
| 480 millibar{ | |
| 481 dnam{"millibars"} | |
| 482 one{"{0} millibar"} | |
| 483 other{"{0} millibars"} | |
| 484 } | |
| 485 millimeter-of-mercury{ | |
| 486 dnam{"millimètres de mercure"} | |
| 487 one{"{0} millimètre de mercure"} | |
| 488 other{"{0} millimètres de mercure"} | |
| 489 } | |
| 490 pound-per-square-inch{ | |
| 491 dnam{"livres par pouce carré"} | |
| 492 one{"{0} livre par pouce carré"} | |
| 493 other{"{0} livres par pouce carré"} | |
| 494 } | |
| 495 } | |
| 496 proportion{ | |
| 497 karat{ | |
| 498 dnam{"carats"} | |
| 499 one{"{0} carat"} | |
| 500 other{"{0} carats"} | |
| 501 } | |
| 502 } | |
| 503 speed{ | |
| 504 kilometer-per-hour{ | |
| 505 dnam{"kilomètres par heure"} | |
| 506 one{"{0} kilomètre par heure"} | |
| 507 other{"{0} kilomètres par heure"} | |
| 508 } | |
| 509 meter-per-second{ | |
| 510 dnam{"mètres par seconde"} | |
| 511 one{"{0} mètre par seconde"} | |
| 512 other{"{0} mètres par seconde"} | |
| 513 } | |
| 514 mile-per-hour{ | |
| 515 dnam{"milles anglais par heure"} | |
| 516 one{"{0} mille anglais par heure"} | |
| 517 other{"{0} milles anglais par heure"} | |
| 518 } | |
| 519 } | |
| 520 temperature{ | |
| 521 celsius{ | |
| 522 dnam{"degrés Celsius"} | |
| 523 one{"{0} degré Celsius"} | |
| 524 other{"{0} degrés Celsius"} | |
| 525 } | |
| 526 fahrenheit{ | |
| 527 dnam{"degrés Fahrenheit"} | |
| 528 one{"{0} degré Fahrenheit"} | |
| 529 other{"{0} degrés Fahrenheit"} | |
| 530 } | |
| 531 kelvin{ | |
| 532 dnam{"kelvins"} | |
| 533 one{"{0} kelvin"} | |
| 534 other{"{0} kelvins"} | |
| 535 } | |
| 536 } | |
| 537 volume{ | |
| 538 acre-foot{ | |
| 539 dnam{"acres-pieds"} | |
| 540 one{"{0} acre-pied"} | |
| 541 other{"{0} acres-pieds"} | |
| 542 } | |
| 543 centiliter{ | |
| 544 dnam{"centilitres"} | |
| 545 one{"{0} centilitre"} | |
| 546 other{"{0} centilitres"} | |
| 547 } | |
| 548 cubic-centimeter{ | |
| 549 dnam{"centimètres cubes"} | |
| 550 one{"{0} centimètre cube"} | |
| 551 other{"{0} centimètres cubes"} | |
| 552 } | |
| 553 cubic-foot{ | |
| 554 dnam{"pieds cubes"} | |
| 555 one{"{0} pied cube"} | |
| 556 other{"{0} pieds cubes"} | |
| 557 } | |
| 558 cubic-inch{ | |
| 559 dnam{"pouces cubes"} | |
| 560 one{"{0} pouce cube"} | |
| 561 other{"{0} pouces cubes"} | |
| 562 } | |
| 563 cubic-kilometer{ | |
| 564 dnam{"kilomètres cubes"} | |
| 565 one{"{0} kilomètre cube"} | |
| 566 other{"{0} kilomètres cubes"} | |
| 567 } | |
| 568 cubic-meter{ | |
| 569 dnam{"mètres cubes"} | |
| 570 one{"{0} mètre cube"} | |
| 571 other{"{0} mètres cubes"} | |
| 572 } | |
| 573 cubic-mile{ | |
| 574 dnam{"milles anglais cubes"} | |
| 575 one{"{0} mille anglais cube"} | |
| 576 other{"{0} milles anglais cubes"} | |
| 577 } | |
| 578 cubic-yard{ | |
| 579 dnam{"yards cubes"} | |
| 580 one{"{0} yard cube"} | |
| 581 other{"{0} yards cubes"} | |
| 582 } | |
| 583 cup{ | |
| 584 dnam{"tasses"} | |
| 585 one{"{0} tasse"} | |
| 586 other{"{0} tasses"} | |
| 587 } | |
| 588 deciliter{ | |
| 589 dnam{"décilitres"} | |
| 590 one{"{0} décilitre"} | |
| 591 other{"{0} décilitres"} | |
| 592 } | |
| 593 fluid-ounce{ | |
| 594 dnam{"onces liquides"} | |
| 595 one{"{0} once liquide"} | |
| 596 other{"{0} onces liquides"} | |
| 597 } | |
| 598 gallon{ | |
| 599 dnam{"gallons"} | |
| 600 one{"{0} gallon"} | |
| 601 other{"{0} gallons"} | |
| 602 } | |
| 603 hectoliter{ | |
| 604 dnam{"hectolitres"} | |
| 605 one{"{0} hectolitre"} | |
| 606 other{"{0} hectolitres"} | |
| 607 } | |
| 608 liter{ | |
| 609 dnam{"litres"} | |
| 610 one{"{0} litre"} | |
| 611 other{"{0} litres"} | |
| 612 } | |
| 613 megaliter{ | |
| 614 dnam{"mégalitres"} | |
| 615 one{"{0} mégalitre"} | |
| 616 other{"{0} mégalitres"} | |
| 617 } | |
| 618 milliliter{ | |
| 619 dnam{"millilitres"} | |
| 620 one{"{0} millilitre"} | |
| 621 other{"{0} millilitres"} | |
| 622 } | |
| 623 pint{ | |
| 624 dnam{"pintes"} | |
| 625 one{"{0} pinte"} | |
| 626 other{"{0} pintes"} | |
| 627 } | |
| 628 quart{ | |
| 629 dnam{"quarts"} | |
| 630 one{"{0} quart"} | |
| 631 other{"{0} quarts"} | |
| 632 } | |
| 633 tablespoon{ | |
| 634 dnam{"cuillères à soupe"} | |
| 635 one{"{0} cuillère à soupe"} | |
| 636 other{"{0} cuillères à soupe"} | |
| 637 } | |
| 638 teaspoon{ | |
| 639 dnam{"cuillères à café"} | |
| 640 one{"{0} cuillère à café"} | |
| 641 other{"{0} cuillères à café"} | |
| 642 } | |
| 643 } | |
| 644 } | 72 } |
| 645 unitsNarrow{ | 73 unitsNarrow{ |
| 646 acceleration{ | |
| 647 g-force{ | |
| 648 one{"{0}G"} | |
| 649 other{"{0}G"} | |
| 650 } | |
| 651 } | |
| 652 angle{ | |
| 653 arc-minute{ | |
| 654 one{"{0}′"} | |
| 655 other{"{0}′"} | |
| 656 } | |
| 657 arc-second{ | |
| 658 one{"{0}″"} | |
| 659 other{"{0}″"} | |
| 660 } | |
| 661 degree{ | |
| 662 dnam{"°"} | |
| 663 one{"{0}°"} | |
| 664 other{"{0}°"} | |
| 665 } | |
| 666 radian{ | |
| 667 dnam{"rad"} | |
| 668 one{"{0} rad"} | |
| 669 other{"{0} rad"} | |
| 670 } | |
| 671 } | |
| 672 area{ | |
| 673 acre{ | |
| 674 one{"{0}ac"} | |
| 675 other{"{0}ac"} | |
| 676 } | |
| 677 hectare{ | |
| 678 one{"{0}ha"} | |
| 679 other{"{0}ha"} | |
| 680 } | |
| 681 square-foot{ | |
| 682 dnam{"pi²"} | |
| 683 one{"{0}pi²"} | |
| 684 other{"{0}pi²"} | |
| 685 } | |
| 686 square-kilometer{ | |
| 687 one{"{0}km²"} | |
| 688 other{"{0}km²"} | |
| 689 } | |
| 690 square-meter{ | |
| 691 one{"{0}m²"} | |
| 692 other{"{0}m²"} | |
| 693 } | |
| 694 square-mile{ | |
| 695 one{"{0}mi²"} | |
| 696 other{"{0}mi²"} | |
| 697 } | |
| 698 } | |
| 699 compound{ | 74 compound{ |
| 700 per{"{0}/{1}"} | 75 per{"{0}/{1}"} |
| 701 } | 76 } |
| 702 consumption{ | |
| 703 liter-per-kilometer{ | |
| 704 dnam{"L/km"} | |
| 705 } | |
| 706 mile-per-gallon{ | |
| 707 dnam{"mi/gal"} | |
| 708 } | |
| 709 } | |
| 710 duration{ | 77 duration{ |
| 711 day{ | 78 day{ |
| 712 dnam{"j"} | 79 dnam{"j"} |
| 713 one{"{0}j"} | 80 one{"{0}j"} |
| 714 other{"{0}j"} | 81 other{"{0}j"} |
| 715 } | 82 } |
| 716 hour{ | 83 hour{ |
| 717 dnam{"h"} | 84 dnam{"h"} |
| 718 one{"{0}h"} | 85 one{"{0}h"} |
| 719 other{"{0}h"} | 86 other{"{0}h"} |
| (...skipping 22 matching lines...) Expand all Loading... |
| 742 dnam{"sem"} | 109 dnam{"sem"} |
| 743 one{"{0}sem"} | 110 one{"{0}sem"} |
| 744 other{"{0}sem"} | 111 other{"{0}sem"} |
| 745 } | 112 } |
| 746 year{ | 113 year{ |
| 747 dnam{"a"} | 114 dnam{"a"} |
| 748 one{"{0}a"} | 115 one{"{0}a"} |
| 749 other{"{0}a"} | 116 other{"{0}a"} |
| 750 } | 117 } |
| 751 } | 118 } |
| 752 length{ | |
| 753 astronomical-unit{ | |
| 754 dnam{"ua"} | |
| 755 one{"{0}ua"} | |
| 756 other{"{0}ua"} | |
| 757 } | |
| 758 centimeter{ | |
| 759 dnam{"cm"} | |
| 760 one{"{0}cm"} | |
| 761 other{"{0}cm"} | |
| 762 } | |
| 763 foot{ | |
| 764 one{"{0}′"} | |
| 765 other{"{0}′"} | |
| 766 } | |
| 767 inch{ | |
| 768 one{"{0}″"} | |
| 769 other{"{0}″"} | |
| 770 } | |
| 771 kilometer{ | |
| 772 dnam{"km"} | |
| 773 one{"{0}km"} | |
| 774 other{"{0}km"} | |
| 775 } | |
| 776 light-year{ | |
| 777 one{"{0}a.l."} | |
| 778 other{"{0}a.l."} | |
| 779 } | |
| 780 meter{ | |
| 781 dnam{"m"} | |
| 782 one{"{0}m"} | |
| 783 other{"{0}m"} | |
| 784 } | |
| 785 mile{ | |
| 786 one{"{0}mi"} | |
| 787 other{"{0}mi"} | |
| 788 } | |
| 789 millimeter{ | |
| 790 dnam{"mm"} | |
| 791 one{"{0}mm"} | |
| 792 other{"{0}mm"} | |
| 793 } | |
| 794 picometer{ | |
| 795 one{"{0}pm"} | |
| 796 other{"{0}pm"} | |
| 797 } | |
| 798 yard{ | |
| 799 one{"{0}yd"} | |
| 800 other{"{0}yd"} | |
| 801 } | |
| 802 } | |
| 803 light{ | |
| 804 lux{ | |
| 805 dnam{"lx"} | |
| 806 } | |
| 807 } | |
| 808 mass{ | |
| 809 gram{ | |
| 810 dnam{"g"} | |
| 811 one{"{0}g"} | |
| 812 other{"{0}g"} | |
| 813 } | |
| 814 kilogram{ | |
| 815 dnam{"kg"} | |
| 816 one{"{0}kg"} | |
| 817 other{"{0}kg"} | |
| 818 } | |
| 819 ounce{ | |
| 820 one{"{0}oz"} | |
| 821 other{"{0}oz"} | |
| 822 } | |
| 823 pound{ | |
| 824 one{"{0}lb"} | |
| 825 other{"{0}lb"} | |
| 826 } | |
| 827 ton{ | |
| 828 dnam{"sh tn"} | |
| 829 one{"{0} sh tn"} | |
| 830 other{"{0} sh tn"} | |
| 831 } | |
| 832 } | |
| 833 power{ | |
| 834 horsepower{ | |
| 835 one{"{0}ch"} | |
| 836 other{"{0}ch"} | |
| 837 } | |
| 838 kilowatt{ | |
| 839 one{"{0}kW"} | |
| 840 other{"{0}kW"} | |
| 841 } | |
| 842 watt{ | |
| 843 one{"{0}W"} | |
| 844 other{"{0}W"} | |
| 845 } | |
| 846 } | |
| 847 pressure{ | |
| 848 hectopascal{ | |
| 849 one{"{0}hPa"} | |
| 850 other{"{0}hPa"} | |
| 851 } | |
| 852 inch-hg{ | |
| 853 one{"{0}inHg"} | |
| 854 other{"{0}inHg"} | |
| 855 } | |
| 856 millibar{ | |
| 857 one{"{0}mbar"} | |
| 858 other{"{0}mbar"} | |
| 859 } | |
| 860 } | |
| 861 speed{ | |
| 862 kilometer-per-hour{ | |
| 863 dnam{"km/h"} | |
| 864 one{"{0}km/h"} | |
| 865 other{"{0}km/h"} | |
| 866 } | |
| 867 meter-per-second{ | |
| 868 one{"{0}m/s"} | |
| 869 other{"{0}m/s"} | |
| 870 } | |
| 871 mile-per-hour{ | |
| 872 one{"{0}mi/h"} | |
| 873 other{"{0}mi/h"} | |
| 874 } | |
| 875 } | |
| 876 temperature{ | |
| 877 celsius{ | |
| 878 dnam{"°C"} | |
| 879 one{"{0}°"} | |
| 880 other{"{0}°"} | |
| 881 } | |
| 882 fahrenheit{ | |
| 883 one{"{0}°F"} | |
| 884 other{"{0}°F"} | |
| 885 } | |
| 886 } | |
| 887 volume{ | |
| 888 centiliter{ | |
| 889 dnam{"cl"} | |
| 890 one{"{0}cl"} | |
| 891 other{"{0}cl"} | |
| 892 } | |
| 893 cubic-centimeter{ | |
| 894 dnam{"cm³"} | |
| 895 one{"{0}cm³"} | |
| 896 other{"{0}cm³"} | |
| 897 } | |
| 898 cubic-foot{ | |
| 899 dnam{"pi³"} | |
| 900 one{"{0}pi³"} | |
| 901 other{"{0}pi³"} | |
| 902 } | |
| 903 cubic-inch{ | |
| 904 dnam{"po³"} | |
| 905 one{"{0}po³"} | |
| 906 other{"{0}po³"} | |
| 907 } | |
| 908 cubic-kilometer{ | |
| 909 dnam{"km³"} | |
| 910 one{"{0}km³"} | |
| 911 other{"{0}km³"} | |
| 912 } | |
| 913 cubic-meter{ | |
| 914 dnam{"m³"} | |
| 915 one{"{0}m³"} | |
| 916 other{"{0}m³"} | |
| 917 } | |
| 918 cubic-mile{ | |
| 919 dnam{"mi³"} | |
| 920 one{"{0}mi³"} | |
| 921 other{"{0}mi³"} | |
| 922 } | |
| 923 cubic-yard{ | |
| 924 dnam{"yd³"} | |
| 925 one{"{0}yd³"} | |
| 926 other{"{0}yd³"} | |
| 927 } | |
| 928 deciliter{ | |
| 929 dnam{"dl"} | |
| 930 one{"{0}dl"} | |
| 931 other{"{0}dl"} | |
| 932 } | |
| 933 fluid-ounce{ | |
| 934 dnam{"fl oz"} | |
| 935 one{"{0}fl oz"} | |
| 936 other{"{0}fl oz"} | |
| 937 } | |
| 938 gallon{ | |
| 939 dnam{"gal"} | |
| 940 one{"{0}gal"} | |
| 941 other{"{0}gal"} | |
| 942 } | |
| 943 hectoliter{ | |
| 944 dnam{"hl"} | |
| 945 one{"{0}hl"} | |
| 946 other{"{0}hl"} | |
| 947 } | |
| 948 liter{ | |
| 949 dnam{"L"} | |
| 950 one{"{0}L"} | |
| 951 other{"{0}L"} | |
| 952 } | |
| 953 megaliter{ | |
| 954 dnam{"Ml"} | |
| 955 one{"{0}Ml"} | |
| 956 other{"{0}Ml"} | |
| 957 } | |
| 958 milliliter{ | |
| 959 dnam{"ml"} | |
| 960 one{"{0}ml"} | |
| 961 other{"{0}ml"} | |
| 962 } | |
| 963 } | |
| 964 } | 119 } |
| 965 unitsShort{ | 120 unitsShort{ |
| 966 acceleration{ | |
| 967 g-force{ | |
| 968 dnam{"G"} | |
| 969 one{"{0} G"} | |
| 970 other{"{0} G"} | |
| 971 } | |
| 972 meter-per-second-squared{ | |
| 973 dnam{"m/s²"} | |
| 974 one{"{0} m/s²"} | |
| 975 other{"{0} m/s²"} | |
| 976 } | |
| 977 } | |
| 978 angle{ | |
| 979 arc-minute{ | |
| 980 dnam{"′"} | |
| 981 one{"{0}′"} | |
| 982 other{"{0}′"} | |
| 983 } | |
| 984 arc-second{ | |
| 985 dnam{"″"} | |
| 986 one{"{0}″"} | |
| 987 other{"{0}″"} | |
| 988 } | |
| 989 degree{ | |
| 990 dnam{"°"} | |
| 991 one{"{0}°"} | |
| 992 other{"{0}°"} | |
| 993 } | |
| 994 radian{ | |
| 995 dnam{"rad"} | |
| 996 one{"{0} rad"} | |
| 997 other{"{0} rad"} | |
| 998 } | |
| 999 } | |
| 1000 area{ | |
| 1001 acre{ | |
| 1002 dnam{"ac"} | |
| 1003 one{"{0} ac"} | |
| 1004 other{"{0} ac"} | |
| 1005 } | |
| 1006 hectare{ | |
| 1007 dnam{"ha"} | |
| 1008 one{"{0} ha"} | |
| 1009 other{"{0} ha"} | |
| 1010 } | |
| 1011 square-centimeter{ | |
| 1012 dnam{"cm²"} | |
| 1013 one{"{0} cm²"} | |
| 1014 other{"{0} cm²"} | |
| 1015 } | |
| 1016 square-foot{ | |
| 1017 dnam{"pi²"} | |
| 1018 one{"{0} pi²"} | |
| 1019 other{"{0} pi²"} | |
| 1020 } | |
| 1021 square-inch{ | |
| 1022 dnam{"po²"} | |
| 1023 one{"{0} po²"} | |
| 1024 other{"{0} po²"} | |
| 1025 } | |
| 1026 square-kilometer{ | |
| 1027 dnam{"km²"} | |
| 1028 one{"{0} km²"} | |
| 1029 other{"{0} km²"} | |
| 1030 } | |
| 1031 square-meter{ | |
| 1032 dnam{"m²"} | |
| 1033 one{"{0} m²"} | |
| 1034 other{"{0} m²"} | |
| 1035 } | |
| 1036 square-mile{ | |
| 1037 dnam{"mi²"} | |
| 1038 one{"{0} mi²"} | |
| 1039 other{"{0} mi²"} | |
| 1040 } | |
| 1041 square-yard{ | |
| 1042 dnam{"yd²"} | |
| 1043 one{"{0} yd²"} | |
| 1044 other{"{0} yd²"} | |
| 1045 } | |
| 1046 } | |
| 1047 compound{ | 121 compound{ |
| 1048 per{"{0}/{1}"} | 122 per{"{0}/{1}"} |
| 1049 } | 123 } |
| 1050 consumption{ | |
| 1051 liter-per-kilometer{ | |
| 1052 dnam{"L/km"} | |
| 1053 one{"{0} L/km"} | |
| 1054 other{"{0} L/km"} | |
| 1055 } | |
| 1056 mile-per-gallon{ | |
| 1057 dnam{"mi/gal"} | |
| 1058 one{"{0} mi/gal"} | |
| 1059 other{"{0} mi/gal"} | |
| 1060 } | |
| 1061 } | |
| 1062 digital{ | |
| 1063 bit{ | |
| 1064 dnam{"bit"} | |
| 1065 one{"{0} bit"} | |
| 1066 other{"{0} bit"} | |
| 1067 } | |
| 1068 byte{ | |
| 1069 dnam{"octet"} | |
| 1070 one{"{0} octet"} | |
| 1071 other{"{0} octet"} | |
| 1072 } | |
| 1073 gigabit{ | |
| 1074 dnam{"Gb"} | |
| 1075 one{"{0} Gb"} | |
| 1076 other{"{0} Gb"} | |
| 1077 } | |
| 1078 gigabyte{ | |
| 1079 dnam{"Go"} | |
| 1080 one{"{0} Go"} | |
| 1081 other{"{0} Go"} | |
| 1082 } | |
| 1083 kilobit{ | |
| 1084 dnam{"kb"} | |
| 1085 one{"{0} kb"} | |
| 1086 other{"{0} kb"} | |
| 1087 } | |
| 1088 kilobyte{ | |
| 1089 dnam{"ko"} | |
| 1090 one{"{0} ko"} | |
| 1091 other{"{0} ko"} | |
| 1092 } | |
| 1093 megabit{ | |
| 1094 dnam{"Mb"} | |
| 1095 one{"{0} Mb"} | |
| 1096 other{"{0} Mb"} | |
| 1097 } | |
| 1098 megabyte{ | |
| 1099 dnam{"Mo"} | |
| 1100 one{"{0} Mo"} | |
| 1101 other{"{0} Mo"} | |
| 1102 } | |
| 1103 terabit{ | |
| 1104 dnam{"Tb"} | |
| 1105 one{"{0} Tb"} | |
| 1106 other{"{0} Tb"} | |
| 1107 } | |
| 1108 terabyte{ | |
| 1109 dnam{"To"} | |
| 1110 one{"{0} To"} | |
| 1111 other{"{0} To"} | |
| 1112 } | |
| 1113 } | |
| 1114 duration{ | 124 duration{ |
| 1115 day{ | 125 day{ |
| 1116 dnam{"j"} | 126 dnam{"j"} |
| 1117 one{"{0} j"} | 127 one{"{0} j"} |
| 1118 other{"{0} j"} | 128 other{"{0} j"} |
| 1119 } | 129 } |
| 1120 hour{ | 130 hour{ |
| 1121 dnam{"h"} | 131 dnam{"h"} |
| 1122 one{"{0} h"} | 132 one{"{0} h"} |
| 1123 other{"{0} h"} | 133 other{"{0} h"} |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1158 dnam{"sem."} | 168 dnam{"sem."} |
| 1159 one{"{0} sem."} | 169 one{"{0} sem."} |
| 1160 other{"{0} sem."} | 170 other{"{0} sem."} |
| 1161 } | 171 } |
| 1162 year{ | 172 year{ |
| 1163 dnam{"ans"} | 173 dnam{"ans"} |
| 1164 one{"{0} an"} | 174 one{"{0} an"} |
| 1165 other{"{0} ans"} | 175 other{"{0} ans"} |
| 1166 } | 176 } |
| 1167 } | 177 } |
| 1168 electric{ | |
| 1169 ampere{ | |
| 1170 dnam{"A"} | |
| 1171 one{"{0} A"} | |
| 1172 other{"{0} A"} | |
| 1173 } | |
| 1174 milliampere{ | |
| 1175 dnam{"mA"} | |
| 1176 one{"{0} mA"} | |
| 1177 other{"{0} mA"} | |
| 1178 } | |
| 1179 ohm{ | |
| 1180 dnam{"Ω"} | |
| 1181 one{"{0} Ω"} | |
| 1182 other{"{0} Ω"} | |
| 1183 } | |
| 1184 volt{ | |
| 1185 dnam{"V"} | |
| 1186 one{"{0} V"} | |
| 1187 other{"{0} V"} | |
| 1188 } | |
| 1189 } | |
| 1190 energy{ | |
| 1191 calorie{ | |
| 1192 dnam{"cal"} | |
| 1193 one{"{0} cal"} | |
| 1194 other{"{0} cal"} | |
| 1195 } | |
| 1196 foodcalorie{ | |
| 1197 dnam{"Cal"} | |
| 1198 one{"{0} Cal"} | |
| 1199 other{"{0} Cal"} | |
| 1200 } | |
| 1201 joule{ | |
| 1202 dnam{"J"} | |
| 1203 one{"{0} J"} | |
| 1204 other{"{0} J"} | |
| 1205 } | |
| 1206 kilocalorie{ | |
| 1207 dnam{"kcal"} | |
| 1208 one{"{0} kcal"} | |
| 1209 other{"{0} kcal"} | |
| 1210 } | |
| 1211 kilojoule{ | |
| 1212 dnam{"kJ"} | |
| 1213 one{"{0} kJ"} | |
| 1214 other{"{0} kJ"} | |
| 1215 } | |
| 1216 kilowatt-hour{ | |
| 1217 dnam{"kWh"} | |
| 1218 one{"{0} kWh"} | |
| 1219 other{"{0} kWh"} | |
| 1220 } | |
| 1221 } | |
| 1222 frequency{ | |
| 1223 gigahertz{ | |
| 1224 dnam{"GHz"} | |
| 1225 one{"{0} GHz"} | |
| 1226 other{"{0} GHz"} | |
| 1227 } | |
| 1228 hertz{ | |
| 1229 dnam{"Hz"} | |
| 1230 one{"{0} Hz"} | |
| 1231 other{"{0} Hz"} | |
| 1232 } | |
| 1233 kilohertz{ | |
| 1234 dnam{"kHz"} | |
| 1235 one{"{0} kHz"} | |
| 1236 other{"{0} kHz"} | |
| 1237 } | |
| 1238 megahertz{ | |
| 1239 dnam{"MHz"} | |
| 1240 one{"{0} MHz"} | |
| 1241 other{"{0} MHz"} | |
| 1242 } | |
| 1243 } | |
| 1244 length{ | |
| 1245 astronomical-unit{ | |
| 1246 dnam{"ua"} | |
| 1247 one{"{0} ua"} | |
| 1248 other{"{0} ua"} | |
| 1249 } | |
| 1250 centimeter{ | |
| 1251 dnam{"cm"} | |
| 1252 one{"{0} cm"} | |
| 1253 other{"{0} cm"} | |
| 1254 } | |
| 1255 decimeter{ | |
| 1256 dnam{"dm"} | |
| 1257 one{"{0} dm"} | |
| 1258 other{"{0} dm"} | |
| 1259 } | |
| 1260 fathom{ | |
| 1261 one{"{0} fat"} | |
| 1262 other{"{0} fat"} | |
| 1263 } | |
| 1264 foot{ | |
| 1265 dnam{"pi"} | |
| 1266 one{"{0} ft"} | |
| 1267 other{"{0} ft"} | |
| 1268 } | |
| 1269 inch{ | |
| 1270 dnam{"po"} | |
| 1271 one{"{0} po"} | |
| 1272 other{"{0} po"} | |
| 1273 } | |
| 1274 kilometer{ | |
| 1275 dnam{"km"} | |
| 1276 one{"{0} km"} | |
| 1277 other{"{0} km"} | |
| 1278 } | |
| 1279 light-year{ | |
| 1280 dnam{"a.l."} | |
| 1281 one{"{0} a.l."} | |
| 1282 other{"{0} a.l."} | |
| 1283 } | |
| 1284 meter{ | |
| 1285 dnam{"m"} | |
| 1286 one{"{0} m"} | |
| 1287 other{"{0} m"} | |
| 1288 } | |
| 1289 micrometer{ | |
| 1290 dnam{"µm"} | |
| 1291 one{"{0} µm"} | |
| 1292 other{"{0} µm"} | |
| 1293 } | |
| 1294 mile{ | |
| 1295 dnam{"mi"} | |
| 1296 one{"{0} mi"} | |
| 1297 other{"{0} mi"} | |
| 1298 } | |
| 1299 millimeter{ | |
| 1300 dnam{"mm"} | |
| 1301 one{"{0} mm"} | |
| 1302 other{"{0} mm"} | |
| 1303 } | |
| 1304 nanometer{ | |
| 1305 dnam{"nm"} | |
| 1306 one{"{0} nm"} | |
| 1307 other{"{0} nm"} | |
| 1308 } | |
| 1309 nautical-mile{ | |
| 1310 dnam{"nmi"} | |
| 1311 one{"{0} nmi"} | |
| 1312 other{"{0} nmi"} | |
| 1313 } | |
| 1314 parsec{ | |
| 1315 dnam{"pc"} | |
| 1316 one{"{0} pc"} | |
| 1317 other{"{0} pc"} | |
| 1318 } | |
| 1319 picometer{ | |
| 1320 dnam{"pm"} | |
| 1321 one{"{0} pm"} | |
| 1322 other{"{0} pm"} | |
| 1323 } | |
| 1324 yard{ | |
| 1325 dnam{"yd"} | |
| 1326 one{"{0} yd"} | |
| 1327 other{"{0} yd"} | |
| 1328 } | |
| 1329 } | |
| 1330 light{ | |
| 1331 lux{ | |
| 1332 dnam{"lx"} | |
| 1333 one{"{0} lx"} | |
| 1334 other{"{0} lx"} | |
| 1335 } | |
| 1336 } | |
| 1337 mass{ | |
| 1338 carat{ | |
| 1339 dnam{"ct"} | |
| 1340 one{"{0} ct"} | |
| 1341 other{"{0} ct"} | |
| 1342 } | |
| 1343 gram{ | |
| 1344 dnam{"g"} | |
| 1345 one{"{0} g"} | |
| 1346 other{"{0} g"} | |
| 1347 } | |
| 1348 kilogram{ | |
| 1349 dnam{"kg"} | |
| 1350 one{"{0} kg"} | |
| 1351 other{"{0} kg"} | |
| 1352 } | |
| 1353 metric-ton{ | |
| 1354 dnam{"t"} | |
| 1355 one{"{0} t"} | |
| 1356 other{"{0} t"} | |
| 1357 } | |
| 1358 microgram{ | |
| 1359 dnam{"µg"} | |
| 1360 one{"{0} µg"} | |
| 1361 other{"{0} µg"} | |
| 1362 } | |
| 1363 milligram{ | |
| 1364 dnam{"mg"} | |
| 1365 one{"{0} mg"} | |
| 1366 other{"{0} mg"} | |
| 1367 } | |
| 1368 ounce{ | |
| 1369 dnam{"oz"} | |
| 1370 one{"{0} oz"} | |
| 1371 other{"{0} oz"} | |
| 1372 } | |
| 1373 ounce-troy{ | |
| 1374 dnam{"oz t"} | |
| 1375 one{"{0} oz t"} | |
| 1376 other{"{0} oz t"} | |
| 1377 } | |
| 1378 pound{ | |
| 1379 dnam{"lb"} | |
| 1380 one{"{0} lb"} | |
| 1381 other{"{0} lb"} | |
| 1382 } | |
| 1383 ton{ | |
| 1384 dnam{"sh tn"} | |
| 1385 one{"{0} sh tn"} | |
| 1386 other{"{0} sh tn"} | |
| 1387 } | |
| 1388 } | |
| 1389 power{ | |
| 1390 gigawatt{ | |
| 1391 dnam{"GW"} | |
| 1392 one{"{0} GW"} | |
| 1393 other{"{0} GW"} | |
| 1394 } | |
| 1395 horsepower{ | |
| 1396 dnam{"ch"} | |
| 1397 one{"{0} ch"} | |
| 1398 other{"{0} ch"} | |
| 1399 } | |
| 1400 kilowatt{ | |
| 1401 dnam{"kW"} | |
| 1402 one{"{0} kW"} | |
| 1403 other{"{0} kW"} | |
| 1404 } | |
| 1405 megawatt{ | |
| 1406 dnam{"MW"} | |
| 1407 one{"{0} MW"} | |
| 1408 other{"{0} MW"} | |
| 1409 } | |
| 1410 milliwatt{ | |
| 1411 dnam{"mW"} | |
| 1412 one{"{0} mW"} | |
| 1413 other{"{0} mW"} | |
| 1414 } | |
| 1415 watt{ | |
| 1416 dnam{"W"} | |
| 1417 one{"{0} W"} | |
| 1418 other{"{0} W"} | |
| 1419 } | |
| 1420 } | |
| 1421 pressure{ | |
| 1422 hectopascal{ | |
| 1423 dnam{"hPa"} | |
| 1424 one{"{0} hPa"} | |
| 1425 other{"{0} hPa"} | |
| 1426 } | |
| 1427 inch-hg{ | |
| 1428 dnam{"inHg"} | |
| 1429 one{"{0} inHg"} | |
| 1430 other{"{0} inHg"} | |
| 1431 } | |
| 1432 millibar{ | |
| 1433 dnam{"mbar"} | |
| 1434 one{"{0} mbar"} | |
| 1435 other{"{0} mbar"} | |
| 1436 } | |
| 1437 millimeter-of-mercury{ | |
| 1438 dnam{"mm Hg"} | |
| 1439 one{"{0} mm Hg"} | |
| 1440 other{"{0} mm Hg"} | |
| 1441 } | |
| 1442 pound-per-square-inch{ | |
| 1443 dnam{"lb/po²"} | |
| 1444 one{"{0} lb/po²"} | |
| 1445 other{"{0} lb/po²"} | |
| 1446 } | |
| 1447 } | |
| 1448 proportion{ | |
| 1449 karat{ | |
| 1450 dnam{"ct"} | |
| 1451 one{"{0} ct"} | |
| 1452 other{"{0} ct"} | |
| 1453 } | |
| 1454 } | |
| 1455 speed{ | |
| 1456 kilometer-per-hour{ | |
| 1457 dnam{"km/h"} | |
| 1458 one{"{0} km/h"} | |
| 1459 other{"{0} km/h"} | |
| 1460 } | |
| 1461 meter-per-second{ | |
| 1462 dnam{"m/s"} | |
| 1463 one{"{0} m/s"} | |
| 1464 other{"{0} m/s"} | |
| 1465 } | |
| 1466 mile-per-hour{ | |
| 1467 dnam{"mi/h"} | |
| 1468 one{"{0} mi/h"} | |
| 1469 other{"{0} mi/h"} | |
| 1470 } | |
| 1471 } | |
| 1472 temperature{ | |
| 1473 celsius{ | |
| 1474 dnam{"°C"} | |
| 1475 one{"{0} °C"} | |
| 1476 other{"{0} °C"} | |
| 1477 } | |
| 1478 fahrenheit{ | |
| 1479 dnam{"°F"} | |
| 1480 one{"{0} °F"} | |
| 1481 other{"{0} °F"} | |
| 1482 } | |
| 1483 kelvin{ | |
| 1484 dnam{"K"} | |
| 1485 one{"{0} K"} | |
| 1486 other{"{0} K"} | |
| 1487 } | |
| 1488 } | |
| 1489 volume{ | |
| 1490 acre-foot{ | |
| 1491 dnam{"ac pi"} | |
| 1492 one{"{0} ac pi"} | |
| 1493 other{"{0} ac pi"} | |
| 1494 } | |
| 1495 centiliter{ | |
| 1496 dnam{"cl"} | |
| 1497 one{"{0} cl"} | |
| 1498 other{"{0} cl"} | |
| 1499 } | |
| 1500 cubic-centimeter{ | |
| 1501 dnam{"cm³"} | |
| 1502 one{"{0} cm³"} | |
| 1503 other{"{0} cm³"} | |
| 1504 } | |
| 1505 cubic-foot{ | |
| 1506 dnam{"pi³"} | |
| 1507 one{"{0} pi³"} | |
| 1508 other{"{0} pi³"} | |
| 1509 } | |
| 1510 cubic-inch{ | |
| 1511 dnam{"po³"} | |
| 1512 one{"{0} po³"} | |
| 1513 other{"{0} po³"} | |
| 1514 } | |
| 1515 cubic-kilometer{ | |
| 1516 dnam{"km³"} | |
| 1517 one{"{0} km³"} | |
| 1518 other{"{0} km³"} | |
| 1519 } | |
| 1520 cubic-meter{ | |
| 1521 dnam{"m³"} | |
| 1522 one{"{0} m³"} | |
| 1523 other{"{0} m³"} | |
| 1524 } | |
| 1525 cubic-mile{ | |
| 1526 dnam{"mi³"} | |
| 1527 one{"{0} mi³"} | |
| 1528 other{"{0} mi³"} | |
| 1529 } | |
| 1530 cubic-yard{ | |
| 1531 dnam{"yd³"} | |
| 1532 one{"{0} yd³"} | |
| 1533 other{"{0} yd³"} | |
| 1534 } | |
| 1535 cup{ | |
| 1536 dnam{"tasses"} | |
| 1537 one{"{0} tasse"} | |
| 1538 other{"{0} tasses"} | |
| 1539 } | |
| 1540 deciliter{ | |
| 1541 dnam{"dl"} | |
| 1542 one{"{0} dl"} | |
| 1543 other{"{0} dl"} | |
| 1544 } | |
| 1545 fluid-ounce{ | |
| 1546 dnam{"fl oz"} | |
| 1547 one{"{0} fl oz"} | |
| 1548 other{"{0} fl oz"} | |
| 1549 } | |
| 1550 gallon{ | |
| 1551 dnam{"gal"} | |
| 1552 one{"{0} gal"} | |
| 1553 other{"{0} gal"} | |
| 1554 } | |
| 1555 hectoliter{ | |
| 1556 dnam{"hl"} | |
| 1557 one{"{0} hl"} | |
| 1558 other{"{0} hl"} | |
| 1559 } | |
| 1560 liter{ | |
| 1561 dnam{"L"} | |
| 1562 one{"{0} L"} | |
| 1563 other{"{0} L"} | |
| 1564 } | |
| 1565 megaliter{ | |
| 1566 dnam{"Ml"} | |
| 1567 one{"{0} Ml"} | |
| 1568 other{"{0} Ml"} | |
| 1569 } | |
| 1570 milliliter{ | |
| 1571 dnam{"ml"} | |
| 1572 one{"{0} ml"} | |
| 1573 other{"{0} ml"} | |
| 1574 } | |
| 1575 pint{ | |
| 1576 dnam{"pte"} | |
| 1577 one{"{0} pte"} | |
| 1578 other{"{0} pte"} | |
| 1579 } | |
| 1580 quart{ | |
| 1581 dnam{"qt"} | |
| 1582 one{"{0} qt"} | |
| 1583 other{"{0} qt"} | |
| 1584 } | |
| 1585 tablespoon{ | |
| 1586 dnam{"c. à s."} | |
| 1587 one{"{0} c. à s."} | |
| 1588 other{"{0} c. à s."} | |
| 1589 } | |
| 1590 teaspoon{ | |
| 1591 dnam{"c. à c."} | |
| 1592 one{"{0} c. à c."} | |
| 1593 other{"{0} c. à c."} | |
| 1594 } | |
| 1595 } | |
| 1596 } | 178 } |
| 1597 } | 179 } |
| OLD | NEW |