1// *************************************************************************** 2// * 3// * Copyright (C) 2015 International Business Machines 4// * Corporation and others. All Rights Reserved. 5// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter 6// * Source File: <path>/common/main/ko.xml 7// * 8// *************************************************************************** 9ko{ 10 Version{"2.1.12.94"} 11 durationUnits{ 12 hm{"h:mm"} 13 hms{"h:mm:ss"} 14 ms{"m:ss"} 15 } 16 units{ 17 acceleration{ 18 g-force{ 19 dnam{"중력가속도"} 20 other{"{0} 중력가속도"} 21 } 22 meter-per-second-squared{ 23 dnam{"m/s²"} 24 other{"{0}m/s²"} 25 } 26 } 27 angle{ 28 arc-minute{ 29 dnam{"분각"} 30 other{"{0}분각"} 31 } 32 arc-second{ 33 dnam{"각초"} 34 other{"{0}각초"} 35 } 36 degree{ 37 dnam{"도"} 38 other{"{0}도"} 39 } 40 radian{ 41 dnam{"라디안"} 42 other{"{0}라디안"} 43 } 44 } 45 area{ 46 acre{ 47 dnam{"에이커"} 48 other{"{0}에이커"} 49 } 50 hectare{ 51 dnam{"헥타르"} 52 other{"{0}헥타르"} 53 } 54 square-centimeter{ 55 dnam{"제곱센티미터"} 56 other{"{0}제곱센티미터"} 57 } 58 square-foot{ 59 dnam{"제곱피트"} 60 other{"{0}제곱피트"} 61 } 62 square-inch{ 63 dnam{"제곱인치"} 64 other{"{0}제곱인치"} 65 } 66 square-kilometer{ 67 dnam{"제곱킬로미터"} 68 other{"{0}제곱킬로미터"} 69 } 70 square-meter{ 71 dnam{"제곱미터"} 72 other{"{0}제곱미터"} 73 } 74 square-mile{ 75 dnam{"제곱마일"} 76 other{"{0}제곱마일"} 77 } 78 square-yard{ 79 dnam{"제곱야드"} 80 other{"{0}제곱야드"} 81 } 82 } 83 compound{ 84 per{"{1}당 {0}"} 85 } 86 consumption{ 87 liter-per-kilometer{ 88 dnam{"킬로미터당 리터"} 89 other{"킬로미터당 {0}리터"} 90 } 91 mile-per-gallon{ 92 dnam{"갤런당 마일"} 93 other{"갤런당 {0}마일"} 94 } 95 } 96 digital{ 97 bit{ 98 dnam{"비트"} 99 other{"{0}비트"} 100 } 101 byte{ 102 dnam{"바이트"} 103 other{"{0}바이트"} 104 } 105 gigabit{ 106 dnam{"기가비트"} 107 other{"{0}기가비트"} 108 } 109 gigabyte{ 110 dnam{"기가바이트"} 111 other{"{0}기가바이트"} 112 } 113 kilobit{ 114 dnam{"킬로비트"} 115 other{"{0}킬로비트"} 116 } 117 kilobyte{ 118 dnam{"킬로바이트"} 119 other{"{0}킬로바이트"} 120 } 121 megabit{ 122 dnam{"메가비트"} 123 other{"{0}메가비트"} 124 } 125 megabyte{ 126 dnam{"메가바이트"} 127 other{"{0}메가바이트"} 128 } 129 terabit{ 130 dnam{"테라비트"} 131 other{"{0}테라비트"} 132 } 133 terabyte{ 134 dnam{"테라바이트"} 135 other{"{0}테라바이트"} 136 } 137 } 138 duration{ 139 day{ 140 dnam{"일"} 141 other{"{0}일"} 142 } 143 hour{ 144 dnam{"시간"} 145 other{"{0}시간"} 146 per{"{0}/h"} 147 } 148 microsecond{ 149 dnam{"마이크로초"} 150 other{"{0}마이크로초"} 151 } 152 millisecond{ 153 dnam{"밀리초"} 154 other{"{0}밀리초"} 155 } 156 minute{ 157 dnam{"분"} 158 other{"{0}분"} 159 } 160 month{ 161 dnam{"개월"} 162 other{"{0}개월"} 163 } 164 nanosecond{ 165 dnam{"나노초"} 166 other{"{0}나노초"} 167 } 168 second{ 169 dnam{"초"} 170 other{"{0}초"} 171 per{"{0}/s"} 172 } 173 week{ 174 dnam{"주"} 175 other{"{0}주"} 176 } 177 year{ 178 dnam{"년"} 179 other{"{0}년"} 180 } 181 } 182 electric{ 183 ampere{ 184 dnam{"암페어"} 185 other{"{0}암페어"} 186 } 187 milliampere{ 188 dnam{"밀리암페어"} 189 other{"{0}밀리암페어"} 190 } 191 ohm{ 192 dnam{"옴"} 193 other{"{0}옴"} 194 } 195 volt{ 196 dnam{"볼트"} 197 other{"{0}볼트"} 198 } 199 } 200 energy{ 201 calorie{ 202 dnam{"칼로리"} 203 other{"{0}칼로리"} 204 } 205 foodcalorie{ 206 dnam{"칼로리"} 207 other{"{0}칼로리"} 208 } 209 joule{ 210 dnam{"줄"} 211 other{"{0}줄"} 212 } 213 kilocalorie{ 214 dnam{"킬로칼로리"} 215 other{"{0}킬로칼로리"} 216 } 217 kilojoule{ 218 dnam{"킬로줄"} 219 other{"{0}킬로줄"} 220 } 221 kilowatt-hour{ 222 dnam{"킬로와트시"} 223 other{"{0}킬로와트시"} 224 } 225 } 226 frequency{ 227 gigahertz{ 228 dnam{"기가헤르츠"} 229 other{"{0}기가헤르츠"} 230 } 231 hertz{ 232 dnam{"헤르츠"} 233 other{"{0}헤르츠"} 234 } 235 kilohertz{ 236 dnam{"킬로헤르츠"} 237 other{"{0}킬로헤르츠"} 238 } 239 megahertz{ 240 dnam{"메가헤르츠"} 241 other{"{0}메가헤르츠"} 242 } 243 } 244 length{ 245 astronomical-unit{ 246 dnam{"천문 단위"} 247 other{"{0} 천문 단위"} 248 } 249 centimeter{ 250 dnam{"센티미터"} 251 other{"{0}센티미터"} 252 } 253 decimeter{ 254 dnam{"데시미터"} 255 other{"{0}데시미터"} 256 } 257 foot{ 258 dnam{"피트"} 259 other{"{0}피트"} 260 } 261 inch{ 262 dnam{"인치"} 263 other{"{0}인치"} 264 } 265 kilometer{ 266 dnam{"킬로미터"} 267 other{"{0}킬로미터"} 268 } 269 light-year{ 270 dnam{"광년"} 271 other{"{0}광년"} 272 } 273 meter{ 274 dnam{"미터"} 275 other{"{0}미터"} 276 } 277 micrometer{ 278 dnam{"마이크로미터"} 279 other{"{0}마이크로미터"} 280 } 281 mile{ 282 dnam{"마일"} 283 other{"{0}마일"} 284 } 285 millimeter{ 286 dnam{"밀리미터"} 287 other{"{0}밀리미터"} 288 } 289 nanometer{ 290 dnam{"나노미터"} 291 other{"{0}나노미터"} 292 } 293 nautical-mile{ 294 dnam{"해리"} 295 other{"{0}해리"} 296 } 297 parsec{ 298 dnam{"파섹"} 299 other{"{0}파섹"} 300 } 301 picometer{ 302 dnam{"피코미터"} 303 other{"{0}피코미터"} 304 } 305 yard{ 306 dnam{"야드"} 307 other{"{0}야드"} 308 } 309 } 310 light{ 311 lux{ 312 dnam{"룩스"} 313 other{"{0}룩스"} 314 } 315 } 316 mass{ 317 carat{ 318 dnam{"캐럿"} 319 other{"{0}캐럿"} 320 } 321 gram{ 322 dnam{"그램"} 323 other{"{0}그램"} 324 } 325 kilogram{ 326 dnam{"킬로그램"} 327 other{"{0}킬로그램"} 328 } 329 metric-ton{ 330 dnam{"메트릭 톤"} 331 other{"{0}메트릭 톤"} 332 } 333 microgram{ 334 dnam{"마이크로그램"} 335 other{"{0}마이크로그램"} 336 } 337 milligram{ 338 dnam{"밀리그램"} 339 other{"{0}밀리그램"} 340 } 341 ounce{ 342 dnam{"온스"} 343 other{"{0}온스"} 344 } 345 ounce-troy{ 346 dnam{"트로이 온스"} 347 other{"{0}트로이 온스"} 348 } 349 pound{ 350 dnam{"파운드"} 351 other{"{0}파운드"} 352 } 353 ton{ 354 dnam{"톤"} 355 other{"{0}톤"} 356 } 357 } 358 power{ 359 gigawatt{ 360 dnam{"기가와트"} 361 other{"{0}기가와트"} 362 } 363 horsepower{ 364 dnam{"마력"} 365 other{"{0}마력"} 366 } 367 kilowatt{ 368 dnam{"킬로와트"} 369 other{"{0}킬로와트"} 370 } 371 megawatt{ 372 dnam{"메가와트"} 373 other{"{0}메가와트"} 374 } 375 milliwatt{ 376 dnam{"밀리와트"} 377 other{"{0}밀리와트"} 378 } 379 watt{ 380 dnam{"와트"} 381 other{"{0}와트"} 382 } 383 } 384 pressure{ 385 hectopascal{ 386 dnam{"헥토파스칼"} 387 other{"{0}헥토파스칼"} 388 } 389 inch-hg{ 390 dnam{"수은주인치"} 391 other{"{0}수은주인치"} 392 } 393 millibar{ 394 dnam{"밀리바"} 395 other{"{0}밀리바"} 396 } 397 millimeter-of-mercury{ 398 dnam{"수은주밀리미터"} 399 other{"{0}수은주밀리미터"} 400 } 401 pound-per-square-inch{ 402 dnam{"제곱인치당 파운드"} 403 other{"{0}제곱인치당 파운드"} 404 } 405 } 406 proportion{ 407 karat{ 408 dnam{"캐럿"} 409 other{"{0}캐럿"} 410 } 411 } 412 speed{ 413 kilometer-per-hour{ 414 dnam{"km/h"} 415 other{"시속 {0}킬로미터"} 416 } 417 meter-per-second{ 418 dnam{"m/s"} 419 other{"초속 {0}미터"} 420 } 421 mile-per-hour{ 422 dnam{"mi/h"} 423 other{"시속 {0}마일"} 424 } 425 } 426 temperature{ 427 celsius{ 428 dnam{"°C"} 429 other{"섭씨 {0}도"} 430 } 431 fahrenheit{ 432 dnam{"°F"} 433 other{"화씨 {0}도"} 434 } 435 kelvin{ 436 dnam{"켈빈"} 437 other{"{0}켈빈"} 438 } 439 } 440 volume{ 441 acre-foot{ 442 dnam{"에이커 피트"} 443 other{"{0}에이커 피트"} 444 } 445 centiliter{ 446 dnam{"센티리터"} 447 other{"{0}센티리터"} 448 } 449 cubic-centimeter{ 450 dnam{"세제곱센티미터"} 451 other{"{0}세제곱센티미터"} 452 } 453 cubic-foot{ 454 dnam{"세제곱피트"} 455 other{"{0}세제곱피트"} 456 } 457 cubic-inch{ 458 dnam{"세제곱인치"} 459 other{"{0}세제곱인치"} 460 } 461 cubic-kilometer{ 462 dnam{"세제곱킬로미터"} 463 other{"{0}세제곱킬로미터"} 464 } 465 cubic-meter{ 466 dnam{"세제곱미터"} 467 other{"{0}세제곱미터"} 468 } 469 cubic-mile{ 470 dnam{"세제곱마일"} 471 other{"{0}세제곱마일"} 472 } 473 cubic-yard{ 474 dnam{"세제곱야드"} 475 other{"{0}세제곱야드"} 476 } 477 cup{ 478 dnam{"컵"} 479 other{"{0}컵"} 480 } 481 deciliter{ 482 dnam{"데시리터"} 483 other{"{0}데시리터"} 484 } 485 fluid-ounce{ 486 dnam{"액량 온스"} 487 other{"{0}액량 온스"} 488 } 489 gallon{ 490 dnam{"갤런"} 491 other{"{0}갤런"} 492 } 493 hectoliter{ 494 dnam{"헥토리터"} 495 other{"{0}헥토리터"} 496 } 497 liter{ 498 dnam{"리터"} 499 other{"{0}리터"} 500 } 501 megaliter{ 502 dnam{"메가리터"} 503 other{"{0}메가리터"} 504 } 505 milliliter{ 506 dnam{"밀리리터"} 507 other{"{0}밀리리터"} 508 } 509 pint{ 510 dnam{"파인트"} 511 other{"{0}파인트"} 512 } 513 quart{ 514 dnam{"쿼트"} 515 other{"{0}쿼트"} 516 } 517 tablespoon{ 518 dnam{"테이블스푼"} 519 other{"{0}테이블스푼"} 520 } 521 teaspoon{ 522 dnam{"티스푼"} 523 other{"{0}티스푼"} 524 } 525 } 526 } 527 unitsNarrow{ 528 acceleration{ 529 g-force{ 530 other{"{0}G"} 531 } 532 } 533 angle{ 534 arc-minute{ 535 other{"{0}′"} 536 } 537 arc-second{ 538 other{"{0}″"} 539 } 540 degree{ 541 other{"{0}°"} 542 } 543 } 544 area{ 545 acre{ 546 other{"{0}ac"} 547 } 548 hectare{ 549 other{"{0}ha"} 550 } 551 square-foot{ 552 other{"{0}ft²"} 553 } 554 square-kilometer{ 555 other{"{0}km²"} 556 } 557 square-meter{ 558 other{"{0}m²"} 559 } 560 square-mile{ 561 other{"{0}mi²"} 562 } 563 } 564 compound{ 565 per{"{0}/{1}"} 566 } 567 duration{ 568 day{ 569 dnam{"일"} 570 other{"{0}일"} 571 } 572 hour{ 573 dnam{"시간"} 574 other{"{0}시간"} 575 } 576 millisecond{ 577 dnam{"ms"} 578 other{"{0}ms"} 579 } 580 minute{ 581 dnam{"분"} 582 other{"{0}분"} 583 } 584 month{ 585 dnam{"개월"} 586 other{"{0}개월"} 587 } 588 second{ 589 dnam{"초"} 590 other{"{0}초"} 591 } 592 week{ 593 dnam{"주"} 594 other{"{0}주"} 595 } 596 year{ 597 dnam{"년"} 598 other{"{0}년"} 599 } 600 } 601 length{ 602 centimeter{ 603 dnam{"cm"} 604 other{"{0}cm"} 605 } 606 foot{ 607 other{"{0}′"} 608 } 609 inch{ 610 other{"{0}″"} 611 } 612 kilometer{ 613 dnam{"km"} 614 other{"{0}km"} 615 } 616 light-year{ 617 other{"{0}ly"} 618 } 619 meter{ 620 dnam{"미터"} 621 other{"{0}m"} 622 } 623 mile{ 624 other{"{0}mi"} 625 } 626 millimeter{ 627 dnam{"mm"} 628 other{"{0}mm"} 629 } 630 picometer{ 631 other{"{0}pm"} 632 } 633 yard{ 634 other{"{0}yd"} 635 } 636 } 637 mass{ 638 gram{ 639 dnam{"그램"} 640 other{"{0}g"} 641 } 642 kilogram{ 643 dnam{"kg"} 644 other{"{0}kg"} 645 } 646 ounce{ 647 other{"{0}oz"} 648 } 649 pound{ 650 other{"{0}lb"} 651 } 652 } 653 power{ 654 horsepower{ 655 other{"{0}HP"} 656 } 657 kilowatt{ 658 other{"{0}kW"} 659 } 660 watt{ 661 other{"{0}W"} 662 } 663 } 664 pressure{ 665 hectopascal{ 666 other{"{0}hPa"} 667 } 668 inch-hg{ 669 other{"{0}\u0022Hg"} 670 } 671 millibar{ 672 other{"{0}mb"} 673 } 674 } 675 speed{ 676 kilometer-per-hour{ 677 dnam{"km/h"} 678 other{"{0}km/h"} 679 } 680 meter-per-second{ 681 other{"{0}m/s"} 682 } 683 mile-per-hour{ 684 other{"{0}mph"} 685 } 686 } 687 temperature{ 688 celsius{ 689 dnam{"°C"} 690 other{"{0}°C"} 691 } 692 fahrenheit{ 693 other{"{0}°F"} 694 } 695 } 696 volume{ 697 cubic-kilometer{ 698 other{"{0}km³"} 699 } 700 cubic-mile{ 701 other{"{0}mi³"} 702 } 703 liter{ 704 dnam{"리터"} 705 other{"{0}ℓ"} 706 } 707 } 708 } 709 unitsShort{ 710 acceleration{ 711 g-force{ 712 dnam{"중력가속도"} 713 other{"{0}G"} 714 } 715 meter-per-second-squared{ 716 dnam{"m/s²"} 717 other{"{0}m/s²"} 718 } 719 } 720 angle{ 721 arc-minute{ 722 dnam{"′"} 723 other{"{0}′"} 724 } 725 arc-second{ 726 dnam{"″"} 727 other{"{0}″"} 728 } 729 degree{ 730 dnam{"°"} 731 other{"{0}°"} 732 } 733 radian{ 734 dnam{"rad"} 735 other{"{0}rad"} 736 } 737 } 738 area{ 739 acre{ 740 dnam{"에이커"} 741 other{"{0}에이커"} 742 } 743 hectare{ 744 dnam{"헥타르"} 745 other{"{0}ha"} 746 } 747 square-centimeter{ 748 dnam{"cm²"} 749 other{"{0}cm²"} 750 } 751 square-foot{ 752 dnam{"제곱피트"} 753 other{"{0}ft²"} 754 } 755 square-inch{ 756 dnam{"in²"} 757 other{"{0}in²"} 758 } 759 square-kilometer{ 760 dnam{"km²"} 761 other{"{0}km²"} 762 } 763 square-meter{ 764 dnam{"m²"} 765 other{"{0}m²"} 766 } 767 square-mile{ 768 dnam{"mi²"} 769 other{"{0}mi²"} 770 } 771 square-yard{ 772 dnam{"yd²"} 773 other{"{0}yd²"} 774 } 775 } 776 compound{ 777 per{"{0}/{1}"} 778 } 779 consumption{ 780 liter-per-kilometer{ 781 dnam{"L/km"} 782 other{"{0}L/km"} 783 } 784 mile-per-gallon{ 785 dnam{"mpg"} 786 other{"{0}mpg"} 787 } 788 } 789 digital{ 790 bit{ 791 dnam{"bit"} 792 other{"{0}bit"} 793 } 794 byte{ 795 dnam{"byte"} 796 other{"{0}byte"} 797 } 798 gigabit{ 799 dnam{"Gbit"} 800 other{"{0}Gb"} 801 } 802 gigabyte{ 803 dnam{"GByte"} 804 other{"{0}GB"} 805 } 806 kilobit{ 807 dnam{"kbit"} 808 other{"{0}kb"} 809 } 810 kilobyte{ 811 dnam{"kB"} 812 other{"{0}kB"} 813 } 814 megabit{ 815 dnam{"Mbit"} 816 other{"{0}Mb"} 817 } 818 megabyte{ 819 dnam{"MB"} 820 other{"{0}MB"} 821 } 822 terabit{ 823 dnam{"Tbit"} 824 other{"{0}Tb"} 825 } 826 terabyte{ 827 dnam{"TByte"} 828 other{"{0}TB"} 829 } 830 } 831 duration{ 832 day{ 833 dnam{"일"} 834 other{"{0}일"} 835 } 836 hour{ 837 dnam{"시간"} 838 other{"{0}시간"} 839 per{"{0}/h"} 840 } 841 microsecond{ 842 dnam{"μs"} 843 other{"{0}μs"} 844 } 845 millisecond{ 846 dnam{"밀리초"} 847 other{"{0}ms"} 848 } 849 minute{ 850 dnam{"분"} 851 other{"{0}분"} 852 } 853 month{ 854 dnam{"개월"} 855 other{"{0}개월"} 856 } 857 nanosecond{ 858 dnam{"ns"} 859 other{"{0}ns"} 860 } 861 second{ 862 dnam{"초"} 863 other{"{0}초"} 864 per{"{0}/s"} 865 } 866 week{ 867 dnam{"주"} 868 other{"{0}주"} 869 } 870 year{ 871 dnam{"년"} 872 other{"{0}년"} 873 } 874 } 875 electric{ 876 ampere{ 877 dnam{"amp"} 878 other{"{0}A"} 879 } 880 milliampere{ 881 dnam{"mA"} 882 other{"{0}mA"} 883 } 884 ohm{ 885 dnam{"ohm"} 886 other{"{0}Ω"} 887 } 888 volt{ 889 dnam{"volt"} 890 other{"{0}V"} 891 } 892 } 893 energy{ 894 calorie{ 895 dnam{"cal"} 896 other{"{0}cal"} 897 } 898 foodcalorie{ 899 dnam{"Cal"} 900 other{"{0}Cal"} 901 } 902 joule{ 903 dnam{"줄"} 904 other{"{0}줄"} 905 } 906 kilocalorie{ 907 dnam{"kcal"} 908 other{"{0}kcal"} 909 } 910 kilojoule{ 911 dnam{"kJ"} 912 other{"{0}kJ"} 913 } 914 kilowatt-hour{ 915 dnam{"kWh"} 916 other{"{0}kWh"} 917 } 918 } 919 frequency{ 920 gigahertz{ 921 dnam{"GHz"} 922 other{"{0}GHz"} 923 } 924 hertz{ 925 dnam{"Hz"} 926 other{"{0}Hz"} 927 } 928 kilohertz{ 929 dnam{"kHz"} 930 other{"{0}kHz"} 931 } 932 megahertz{ 933 dnam{"MHz"} 934 other{"{0}MHz"} 935 } 936 } 937 length{ 938 astronomical-unit{ 939 dnam{"au"} 940 other{"{0}au"} 941 } 942 centimeter{ 943 dnam{"cm"} 944 other{"{0}cm"} 945 } 946 decimeter{ 947 dnam{"dm"} 948 other{"{0}dm"} 949 } 950 foot{ 951 dnam{"피트"} 952 other{"{0}ft"} 953 } 954 inch{ 955 dnam{"in"} 956 other{"{0}in"} 957 } 958 kilometer{ 959 dnam{"km"} 960 other{"{0}km"} 961 } 962 light-year{ 963 dnam{"ly"} 964 other{"{0}ly"} 965 } 966 meter{ 967 dnam{"미터"} 968 other{"{0}m"} 969 } 970 micrometer{ 971 dnam{"µm"} 972 other{"{0}µm"} 973 } 974 mile{ 975 dnam{"마일"} 976 other{"{0}mil"} 977 } 978 millimeter{ 979 dnam{"mm"} 980 other{"{0}mm"} 981 } 982 nanometer{ 983 dnam{"nm"} 984 other{"{0}nm"} 985 } 986 nautical-mile{ 987 dnam{"nmi"} 988 other{"{0}nmi"} 989 } 990 parsec{ 991 dnam{"파섹"} 992 other{"{0}pc"} 993 } 994 picometer{ 995 dnam{"pm"} 996 other{"{0}pm"} 997 } 998 yard{ 999 dnam{"야드"} 1000 other{"{0}야드"} 1001 } 1002 } 1003 light{ 1004 lux{ 1005 dnam{"lx"} 1006 other{"{0}lx"} 1007 } 1008 } 1009 mass{ 1010 carat{ 1011 dnam{"CD"} 1012 other{"{0}CD"} 1013 } 1014 gram{ 1015 dnam{"그램"} 1016 other{"{0}g"} 1017 } 1018 kilogram{ 1019 dnam{"kg"} 1020 other{"{0}kg"} 1021 } 1022 metric-ton{ 1023 dnam{"t"} 1024 other{"{0}t"} 1025 } 1026 microgram{ 1027 dnam{"µg"} 1028 other{"{0}µg"} 1029 } 1030 milligram{ 1031 dnam{"mg"} 1032 other{"{0}mg"} 1033 } 1034 ounce{ 1035 dnam{"oz"} 1036 other{"{0}oz"} 1037 } 1038 ounce-troy{ 1039 dnam{"oz t"} 1040 other{"{0}oz t"} 1041 } 1042 pound{ 1043 dnam{"lb"} 1044 other{"{0}lb"} 1045 } 1046 ton{ 1047 dnam{"tn"} 1048 other{"{0}tn"} 1049 } 1050 } 1051 power{ 1052 gigawatt{ 1053 dnam{"GW"} 1054 other{"{0}GW"} 1055 } 1056 horsepower{ 1057 dnam{"hp"} 1058 other{"{0}HP"} 1059 } 1060 kilowatt{ 1061 dnam{"kW"} 1062 other{"{0}kW"} 1063 } 1064 megawatt{ 1065 dnam{"MW"} 1066 other{"{0}MW"} 1067 } 1068 milliwatt{ 1069 dnam{"mW"} 1070 other{"{0}mW"} 1071 } 1072 watt{ 1073 dnam{"w"} 1074 other{"{0}W"} 1075 } 1076 } 1077 pressure{ 1078 hectopascal{ 1079 dnam{"hPa"} 1080 other{"{0}hPa"} 1081 } 1082 inch-hg{ 1083 dnam{"inHg"} 1084 other{"{0}inHg"} 1085 } 1086 millibar{ 1087 dnam{"mbar"} 1088 other{"{0}mb"} 1089 } 1090 millimeter-of-mercury{ 1091 dnam{"mm Hg"} 1092 other{"{0}mm Hg"} 1093 } 1094 pound-per-square-inch{ 1095 dnam{"psi"} 1096 other{"{0}psi"} 1097 } 1098 } 1099 proportion{ 1100 karat{ 1101 dnam{"kt"} 1102 other{"{0}kt"} 1103 } 1104 } 1105 speed{ 1106 kilometer-per-hour{ 1107 dnam{"km/h"} 1108 other{"시속 {0}km"} 1109 } 1110 meter-per-second{ 1111 dnam{"m/s"} 1112 other{"초속 {0}m"} 1113 } 1114 mile-per-hour{ 1115 dnam{"mi/h"} 1116 other{"시속 {0}mi"} 1117 } 1118 } 1119 temperature{ 1120 celsius{ 1121 dnam{"°C"} 1122 other{"{0}°C"} 1123 } 1124 fahrenheit{ 1125 dnam{"°F"} 1126 other{"{0}°F"} 1127 } 1128 kelvin{ 1129 dnam{"K"} 1130 other{"{0}K"} 1131 } 1132 } 1133 volume{ 1134 acre-foot{ 1135 dnam{"ac ft"} 1136 other{"{0}ac ft"} 1137 } 1138 centiliter{ 1139 dnam{"cL"} 1140 other{"{0}cL"} 1141 } 1142 cubic-centimeter{ 1143 dnam{"cm³"} 1144 other{"{0}cm³"} 1145 } 1146 cubic-foot{ 1147 dnam{"ft³"} 1148 other{"{0}ft³"} 1149 } 1150 cubic-inch{ 1151 dnam{"in³"} 1152 other{"{0}in³"} 1153 } 1154 cubic-kilometer{ 1155 dnam{"km³"} 1156 other{"{0}km³"} 1157 } 1158 cubic-meter{ 1159 dnam{"m³"} 1160 other{"{0}m³"} 1161 } 1162 cubic-mile{ 1163 dnam{"mi³"} 1164 other{"{0}mi³"} 1165 } 1166 cubic-yard{ 1167 dnam{"yd³"} 1168 other{"{0}yd³"} 1169 } 1170 cup{ 1171 dnam{"컵"} 1172 other{"{0}컵"} 1173 } 1174 deciliter{ 1175 dnam{"dL"} 1176 other{"{0}dL"} 1177 } 1178 fluid-ounce{ 1179 dnam{"fl oz"} 1180 other{"{0}fl oz"} 1181 } 1182 gallon{ 1183 dnam{"gal"} 1184 other{"{0}gal"} 1185 } 1186 hectoliter{ 1187 dnam{"hL"} 1188 other{"{0}hL"} 1189 } 1190 liter{ 1191 dnam{"리터"} 1192 other{"{0}L"} 1193 } 1194 megaliter{ 1195 dnam{"ML"} 1196 other{"{0}ML"} 1197 } 1198 milliliter{ 1199 dnam{"mL"} 1200 other{"{0}mL"} 1201 } 1202 pint{ 1203 dnam{"pt"} 1204 other{"{0}pt"} 1205 } 1206 quart{ 1207 dnam{"qt"} 1208 other{"{0}qt"} 1209 } 1210 tablespoon{ 1211 dnam{"tbsp"} 1212 other{"{0}tbsp"} 1213 } 1214 teaspoon{ 1215 dnam{"tsp"} 1216 other{"{0}tsp"} 1217 } 1218 } 1219 } 1220} 1221