@ui5/webcomponents-localization 1.13.0-rc.3 → 1.13.0-rc.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (83) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist/DateFormat.d.ts +1 -1
  3. package/dist/LocaleData.d.ts +1 -1
  4. package/dist/dates/CalendarDate.d.ts +1 -1
  5. package/dist/dates/UI5Date.d.ts +1 -1
  6. package/dist/generated/assets/cldr/ar.json +2193 -0
  7. package/dist/generated/assets/cldr/ar_EG.json +2193 -0
  8. package/dist/generated/assets/cldr/ar_SA.json +2193 -0
  9. package/dist/generated/assets/cldr/bg.json +1227 -0
  10. package/dist/generated/assets/cldr/ca.json +1238 -0
  11. package/dist/generated/assets/cldr/cs.json +1722 -0
  12. package/dist/generated/assets/cldr/cy.json +1952 -0
  13. package/dist/generated/assets/cldr/da.json +1219 -0
  14. package/dist/generated/assets/cldr/de.json +1177 -0
  15. package/dist/generated/assets/cldr/de_AT.json +1178 -0
  16. package/dist/generated/assets/cldr/de_CH.json +1176 -0
  17. package/dist/generated/assets/cldr/el.json +1254 -0
  18. package/dist/generated/assets/cldr/el_CY.json +1254 -0
  19. package/dist/generated/assets/cldr/en.json +1241 -0
  20. package/dist/generated/assets/cldr/en_AU.json +1235 -0
  21. package/dist/generated/assets/cldr/en_GB.json +1253 -0
  22. package/dist/generated/assets/cldr/en_HK.json +1252 -0
  23. package/dist/generated/assets/cldr/en_IE.json +1252 -0
  24. package/dist/generated/assets/cldr/en_IN.json +1253 -0
  25. package/dist/generated/assets/cldr/en_NZ.json +1252 -0
  26. package/dist/generated/assets/cldr/en_PG.json +1253 -0
  27. package/dist/generated/assets/cldr/en_SG.json +1253 -0
  28. package/dist/generated/assets/cldr/en_ZA.json +1253 -0
  29. package/dist/generated/assets/cldr/es.json +1229 -0
  30. package/dist/generated/assets/cldr/es_AR.json +1227 -0
  31. package/dist/generated/assets/cldr/es_BO.json +1226 -0
  32. package/dist/generated/assets/cldr/es_CL.json +1227 -0
  33. package/dist/generated/assets/cldr/es_CO.json +1227 -0
  34. package/dist/generated/assets/cldr/es_MX.json +1228 -0
  35. package/dist/generated/assets/cldr/es_PE.json +1226 -0
  36. package/dist/generated/assets/cldr/es_UY.json +1228 -0
  37. package/dist/generated/assets/cldr/es_VE.json +1227 -0
  38. package/dist/generated/assets/cldr/et.json +1249 -0
  39. package/dist/generated/assets/cldr/fa.json +1257 -0
  40. package/dist/generated/assets/cldr/fi.json +1215 -0
  41. package/dist/generated/assets/cldr/fr.json +1275 -0
  42. package/dist/generated/assets/cldr/fr_BE.json +1275 -0
  43. package/dist/generated/assets/cldr/fr_CA.json +1254 -0
  44. package/dist/generated/assets/cldr/fr_CH.json +1276 -0
  45. package/dist/generated/assets/cldr/fr_LU.json +1275 -0
  46. package/dist/generated/assets/cldr/he.json +1636 -0
  47. package/dist/generated/assets/cldr/hi.json +1231 -0
  48. package/dist/generated/assets/cldr/hr.json +1439 -0
  49. package/dist/generated/assets/cldr/hu.json +1214 -0
  50. package/dist/generated/assets/cldr/id.json +1024 -0
  51. package/dist/generated/assets/cldr/it.json +1217 -0
  52. package/dist/generated/assets/cldr/it_CH.json +1217 -0
  53. package/dist/generated/assets/cldr/ja.json +1026 -0
  54. package/dist/generated/assets/cldr/kk.json +1258 -0
  55. package/dist/generated/assets/cldr/ko.json +1026 -0
  56. package/dist/generated/assets/cldr/lt.json +1638 -0
  57. package/dist/generated/assets/cldr/lv.json +1451 -0
  58. package/dist/generated/assets/cldr/ms.json +1021 -0
  59. package/dist/generated/assets/cldr/nb.json +1222 -0
  60. package/dist/generated/assets/cldr/nl.json +1231 -0
  61. package/dist/generated/assets/cldr/nl_BE.json +1231 -0
  62. package/dist/generated/assets/cldr/pl.json +1422 -0
  63. package/dist/generated/assets/cldr/pt.json +1136 -0
  64. package/dist/generated/assets/cldr/pt_PT.json +1222 -0
  65. package/dist/generated/assets/cldr/ro.json +1426 -0
  66. package/dist/generated/assets/cldr/ru.json +1713 -0
  67. package/dist/generated/assets/cldr/ru_UA.json +1713 -0
  68. package/dist/generated/assets/cldr/sk.json +1691 -0
  69. package/dist/generated/assets/cldr/sl.json +1700 -0
  70. package/dist/generated/assets/cldr/sr.json +1430 -0
  71. package/dist/generated/assets/cldr/sr_Latn.json +1416 -0
  72. package/dist/generated/assets/cldr/sv.json +1239 -0
  73. package/dist/generated/assets/cldr/th.json +1027 -0
  74. package/dist/generated/assets/cldr/tr.json +1236 -0
  75. package/dist/generated/assets/cldr/uk.json +1682 -0
  76. package/dist/generated/assets/cldr/vi.json +1023 -0
  77. package/dist/generated/assets/cldr/zh_CN.json +1023 -0
  78. package/dist/generated/assets/cldr/zh_HK.json +1023 -0
  79. package/dist/generated/assets/cldr/zh_SG.json +1024 -0
  80. package/dist/generated/assets/cldr/zh_TW.json +1022 -0
  81. package/dist/sap/ui/core/FormatSettings.d.ts +2 -2
  82. package/package.json +4 -4
  83. package/tsconfig.json +2 -1
@@ -2545,6 +2545,72 @@
2545
2545
  "displayName": "시간대"
2546
2546
  }
2547
2547
  },
2548
+ "decimalFormat": {
2549
+ "standard": "#,##0.###"
2550
+ },
2551
+ "decimalFormat-long": {
2552
+ "1000-other": "0천",
2553
+ "10000-other": "0만",
2554
+ "100000-other": "00만",
2555
+ "1000000-other": "000만",
2556
+ "10000000-other": "0000만",
2557
+ "100000000-other": "0억",
2558
+ "1000000000-other": "00억",
2559
+ "10000000000-other": "000억",
2560
+ "100000000000-other": "0000억",
2561
+ "1000000000000-other": "0조",
2562
+ "10000000000000-other": "00조",
2563
+ "100000000000000-other": "000조"
2564
+ },
2565
+ "decimalFormat-short": {
2566
+ "1000-other": "0천",
2567
+ "10000-other": "0만",
2568
+ "100000-other": "00만",
2569
+ "1000000-other": "000만",
2570
+ "10000000-other": "0000만",
2571
+ "100000000-other": "0억",
2572
+ "1000000000-other": "00억",
2573
+ "10000000000-other": "000억",
2574
+ "100000000000-other": "0000억",
2575
+ "1000000000000-other": "0조",
2576
+ "10000000000000-other": "00조",
2577
+ "100000000000000-other": "000조"
2578
+ },
2579
+ "percentFormat": {
2580
+ "standard": "#,##0%"
2581
+ },
2582
+ "currencyFormat": {
2583
+ "standard": "¤#,##0.00",
2584
+ "accounting": "¤#,##0.00;(¤#,##0.00)",
2585
+ "currencySpacing": {
2586
+ "beforeCurrency": {
2587
+ "currencyMatch": "[[:^S:]&[:^Z:]]",
2588
+ "surroundingMatch": "[:digit:]",
2589
+ "insertBetween": " "
2590
+ },
2591
+ "afterCurrency": {
2592
+ "currencyMatch": "[[:^S:]&[:^Z:]]",
2593
+ "surroundingMatch": "[:digit:]",
2594
+ "insertBetween": " "
2595
+ }
2596
+ },
2597
+ "sap-standard": "#,##0.00¤",
2598
+ "sap-accounting": "#,##0.00¤;(#,##0.00¤)"
2599
+ },
2600
+ "currencyFormat-short": {
2601
+ "1000-other": "¤0천",
2602
+ "10000-other": "¤0만",
2603
+ "100000-other": "¤00만",
2604
+ "1000000-other": "¤000만",
2605
+ "10000000-other": "¤0000만",
2606
+ "100000000-other": "¤0억",
2607
+ "1000000000-other": "¤00억",
2608
+ "10000000000-other": "¤000억",
2609
+ "100000000000-other": "¤0000억",
2610
+ "1000000000000-other": "¤0조",
2611
+ "10000000000000-other": "¤00조",
2612
+ "100000000000000-other": "¤000조"
2613
+ },
2548
2614
  "symbols-latn-decimal": ".",
2549
2615
  "symbols-latn-group": ",",
2550
2616
  "symbols-latn-list": ";",
@@ -2558,7 +2624,967 @@
2558
2624
  "symbols-latn-infinity": "∞",
2559
2625
  "symbols-latn-nan": "NaN",
2560
2626
  "symbols-latn-timeSeparator": ":",
2627
+ "currencySymbols": {
2628
+ "AUD": "AU$",
2629
+ "BRL": "R$",
2630
+ "CAD": "CA$",
2631
+ "CNY": "CN¥",
2632
+ "EUR": "€",
2633
+ "GBP": "£",
2634
+ "HKD": "HK$",
2635
+ "ILS": "₪",
2636
+ "INR": "₹",
2637
+ "JPY": "JP¥",
2638
+ "KRW": "₩",
2639
+ "MXN": "MX$",
2640
+ "NZD": "NZ$",
2641
+ "TWD": "NT$",
2642
+ "USD": "US$",
2643
+ "VND": "₫",
2644
+ "XAF": "FCFA",
2645
+ "XCD": "EC$",
2646
+ "XOF": "F CFA",
2647
+ "XPF": "CFPF",
2648
+ "XXX": "¤"
2649
+ },
2561
2650
  "rtl": false,
2651
+ "units": {
2652
+ "short": {
2653
+ "10p-1": {
2654
+ "unitPrefixPattern": "d{0}"
2655
+ },
2656
+ "10p-2": {
2657
+ "unitPrefixPattern": "c{0}"
2658
+ },
2659
+ "10p-3": {
2660
+ "unitPrefixPattern": "m{0}"
2661
+ },
2662
+ "10p-6": {
2663
+ "unitPrefixPattern": "μ{0}"
2664
+ },
2665
+ "10p-9": {
2666
+ "unitPrefixPattern": "n{0}"
2667
+ },
2668
+ "10p-12": {
2669
+ "unitPrefixPattern": "p{0}"
2670
+ },
2671
+ "10p-15": {
2672
+ "unitPrefixPattern": "f{0}"
2673
+ },
2674
+ "10p-18": {
2675
+ "unitPrefixPattern": "a{0}"
2676
+ },
2677
+ "10p-21": {
2678
+ "unitPrefixPattern": "z{0}"
2679
+ },
2680
+ "10p-24": {
2681
+ "unitPrefixPattern": "y{0}"
2682
+ },
2683
+ "10p1": {
2684
+ "unitPrefixPattern": "da{0}"
2685
+ },
2686
+ "10p2": {
2687
+ "unitPrefixPattern": "h{0}"
2688
+ },
2689
+ "10p3": {
2690
+ "unitPrefixPattern": "k{0}"
2691
+ },
2692
+ "10p6": {
2693
+ "unitPrefixPattern": "M{0}"
2694
+ },
2695
+ "10p9": {
2696
+ "unitPrefixPattern": "G{0}"
2697
+ },
2698
+ "10p12": {
2699
+ "unitPrefixPattern": "T{0}"
2700
+ },
2701
+ "10p15": {
2702
+ "unitPrefixPattern": "P{0}"
2703
+ },
2704
+ "10p18": {
2705
+ "unitPrefixPattern": "E{0}"
2706
+ },
2707
+ "10p21": {
2708
+ "unitPrefixPattern": "Z{0}"
2709
+ },
2710
+ "10p24": {
2711
+ "unitPrefixPattern": "Y{0}"
2712
+ },
2713
+ "1024p1": {
2714
+ "unitPrefixPattern": "Ki{0}"
2715
+ },
2716
+ "1024p2": {
2717
+ "unitPrefixPattern": "Mi{0}"
2718
+ },
2719
+ "1024p3": {
2720
+ "unitPrefixPattern": "Gi{0}"
2721
+ },
2722
+ "1024p4": {
2723
+ "unitPrefixPattern": "Ti{0}"
2724
+ },
2725
+ "1024p5": {
2726
+ "unitPrefixPattern": "Pi{0}"
2727
+ },
2728
+ "1024p6": {
2729
+ "unitPrefixPattern": "Ei{0}"
2730
+ },
2731
+ "1024p7": {
2732
+ "unitPrefixPattern": "Zi{0}"
2733
+ },
2734
+ "1024p8": {
2735
+ "unitPrefixPattern": "Yi{0}"
2736
+ },
2737
+ "per": {
2738
+ "compoundUnitPattern": "{0}/{1}"
2739
+ },
2740
+ "power2": {
2741
+ "compoundUnitPattern1": "{0}²",
2742
+ "compoundUnitPattern1-count-other": "{0}²"
2743
+ },
2744
+ "power3": {
2745
+ "compoundUnitPattern1": "{0}³",
2746
+ "compoundUnitPattern1-count-other": "{0}³"
2747
+ },
2748
+ "times": {
2749
+ "compoundUnitPattern": "{0}⋅{1}"
2750
+ },
2751
+ "acceleration-g-force": {
2752
+ "displayName": "g-force",
2753
+ "unitPattern-count-other": "{0}G"
2754
+ },
2755
+ "acceleration-meter-per-square-second": {
2756
+ "displayName": "m/s²",
2757
+ "unitPattern-count-other": "{0}m/s²"
2758
+ },
2759
+ "angle-revolution": {
2760
+ "displayName": "rev",
2761
+ "unitPattern-count-other": "{0}rev"
2762
+ },
2763
+ "angle-radian": {
2764
+ "displayName": "rad",
2765
+ "unitPattern-count-other": "{0}rad"
2766
+ },
2767
+ "angle-degree": {
2768
+ "displayName": "°",
2769
+ "unitPattern-count-other": "{0}°"
2770
+ },
2771
+ "angle-arc-minute": {
2772
+ "displayName": "′",
2773
+ "unitPattern-count-other": "{0}′"
2774
+ },
2775
+ "angle-arc-second": {
2776
+ "displayName": "″",
2777
+ "unitPattern-count-other": "{0}″"
2778
+ },
2779
+ "area-square-kilometer": {
2780
+ "displayName": "km²",
2781
+ "unitPattern-count-other": "{0}km²",
2782
+ "perUnitPattern": "{0}/km²"
2783
+ },
2784
+ "area-hectare": {
2785
+ "displayName": "ha",
2786
+ "unitPattern-count-other": "{0}ha"
2787
+ },
2788
+ "area-square-meter": {
2789
+ "displayName": "m²",
2790
+ "unitPattern-count-other": "{0}m²",
2791
+ "perUnitPattern": "{0}/m²"
2792
+ },
2793
+ "area-square-centimeter": {
2794
+ "displayName": "cm²",
2795
+ "unitPattern-count-other": "{0}cm²",
2796
+ "perUnitPattern": "{0}/cm²"
2797
+ },
2798
+ "area-square-mile": {
2799
+ "displayName": "mi²",
2800
+ "unitPattern-count-other": "{0}mi²",
2801
+ "perUnitPattern": "{0}/mi²"
2802
+ },
2803
+ "area-acre": {
2804
+ "displayName": "ac",
2805
+ "unitPattern-count-other": "{0}ac"
2806
+ },
2807
+ "area-square-yard": {
2808
+ "displayName": "yd²",
2809
+ "unitPattern-count-other": "{0}yd²"
2810
+ },
2811
+ "area-square-foot": {
2812
+ "displayName": "ft²",
2813
+ "unitPattern-count-other": "{0}ft²"
2814
+ },
2815
+ "area-square-inch": {
2816
+ "displayName": "in²",
2817
+ "unitPattern-count-other": "{0}in²",
2818
+ "perUnitPattern": "{0}/in²"
2819
+ },
2820
+ "area-dunam": {
2821
+ "displayName": "두남",
2822
+ "unitPattern-count-other": "{0}두남"
2823
+ },
2824
+ "concentr-karat": {
2825
+ "displayName": "kt",
2826
+ "unitPattern-count-other": "{0}kt"
2827
+ },
2828
+ "concentr-milligram-ofglucose-per-deciliter": {
2829
+ "displayName": "mg/dL",
2830
+ "unitPattern-count-other": "{0}mg/dL"
2831
+ },
2832
+ "concentr-millimole-per-liter": {
2833
+ "displayName": "mmol/L",
2834
+ "unitPattern-count-other": "{0}mmol/L"
2835
+ },
2836
+ "concentr-item": {
2837
+ "displayName": "항목",
2838
+ "unitPattern-count-other": "{0}개 항목"
2839
+ },
2840
+ "concentr-permillion": {
2841
+ "displayName": "ppm",
2842
+ "unitPattern-count-other": "{0}ppm"
2843
+ },
2844
+ "concentr-percent": {
2845
+ "displayName": "%",
2846
+ "unitPattern-count-other": "{0}%"
2847
+ },
2848
+ "concentr-permille": {
2849
+ "displayName": "‰",
2850
+ "unitPattern-count-other": "{0}‰"
2851
+ },
2852
+ "concentr-permyriad": {
2853
+ "displayName": "‱",
2854
+ "unitPattern-count-other": "{0}‱"
2855
+ },
2856
+ "concentr-mole": {
2857
+ "displayName": "mol",
2858
+ "unitPattern-count-other": "{0}mol"
2859
+ },
2860
+ "consumption-liter-per-kilometer": {
2861
+ "displayName": "L/km",
2862
+ "unitPattern-count-other": "{0}L/km"
2863
+ },
2864
+ "consumption-liter-per-100-kilometer": {
2865
+ "displayName": "L/100km",
2866
+ "unitPattern-count-other": "{0}L/100km"
2867
+ },
2868
+ "consumption-mile-per-gallon": {
2869
+ "displayName": "mpg",
2870
+ "unitPattern-count-other": "{0}mpg"
2871
+ },
2872
+ "consumption-mile-per-gallon-imperial": {
2873
+ "displayName": "mpg Imp.",
2874
+ "unitPattern-count-other": "{0}mpg Imp."
2875
+ },
2876
+ "digital-petabyte": {
2877
+ "displayName": "PB",
2878
+ "unitPattern-count-other": "{0}PB"
2879
+ },
2880
+ "digital-terabyte": {
2881
+ "displayName": "TB",
2882
+ "unitPattern-count-other": "{0}TB"
2883
+ },
2884
+ "digital-terabit": {
2885
+ "displayName": "Tb",
2886
+ "unitPattern-count-other": "{0}Tb"
2887
+ },
2888
+ "digital-gigabyte": {
2889
+ "displayName": "GB",
2890
+ "unitPattern-count-other": "{0}GB"
2891
+ },
2892
+ "digital-gigabit": {
2893
+ "displayName": "Gb",
2894
+ "unitPattern-count-other": "{0}Gb"
2895
+ },
2896
+ "digital-megabyte": {
2897
+ "displayName": "MB",
2898
+ "unitPattern-count-other": "{0}MB"
2899
+ },
2900
+ "digital-megabit": {
2901
+ "displayName": "Mb",
2902
+ "unitPattern-count-other": "{0}Mb"
2903
+ },
2904
+ "digital-kilobyte": {
2905
+ "displayName": "kB",
2906
+ "unitPattern-count-other": "{0}kB"
2907
+ },
2908
+ "digital-kilobit": {
2909
+ "displayName": "kb",
2910
+ "unitPattern-count-other": "{0}kb"
2911
+ },
2912
+ "digital-byte": {
2913
+ "displayName": "byte",
2914
+ "unitPattern-count-other": "{0}byte"
2915
+ },
2916
+ "digital-bit": {
2917
+ "displayName": "bit",
2918
+ "unitPattern-count-other": "{0}bit"
2919
+ },
2920
+ "duration-century": {
2921
+ "displayName": "C",
2922
+ "unitPattern-count-other": "{0}C"
2923
+ },
2924
+ "duration-decade": {
2925
+ "displayName": "dec",
2926
+ "unitPattern-count-other": "{0}dec"
2927
+ },
2928
+ "duration-year": {
2929
+ "displayName": "년",
2930
+ "unitPattern-count-other": "{0}년",
2931
+ "perUnitPattern": "{0}/년"
2932
+ },
2933
+ "duration-month": {
2934
+ "displayName": "개월",
2935
+ "unitPattern-count-other": "{0}개월",
2936
+ "perUnitPattern": "{0}/월"
2937
+ },
2938
+ "duration-week": {
2939
+ "displayName": "주",
2940
+ "unitPattern-count-other": "{0}주",
2941
+ "perUnitPattern": "{0}/주"
2942
+ },
2943
+ "duration-day": {
2944
+ "displayName": "일",
2945
+ "unitPattern-count-other": "{0}일",
2946
+ "perUnitPattern": "{0}/일"
2947
+ },
2948
+ "duration-hour": {
2949
+ "displayName": "시간",
2950
+ "unitPattern-count-other": "{0}시간",
2951
+ "perUnitPattern": "{0}/h"
2952
+ },
2953
+ "duration-minute": {
2954
+ "displayName": "분",
2955
+ "unitPattern-count-other": "{0}분",
2956
+ "perUnitPattern": "{0}/min"
2957
+ },
2958
+ "duration-second": {
2959
+ "displayName": "초",
2960
+ "unitPattern-count-other": "{0}초",
2961
+ "perUnitPattern": "{0}/s"
2962
+ },
2963
+ "duration-millisecond": {
2964
+ "displayName": "밀리초",
2965
+ "unitPattern-count-other": "{0}ms"
2966
+ },
2967
+ "duration-microsecond": {
2968
+ "displayName": "μs",
2969
+ "unitPattern-count-other": "{0}μs"
2970
+ },
2971
+ "duration-nanosecond": {
2972
+ "displayName": "ns",
2973
+ "unitPattern-count-other": "{0}ns"
2974
+ },
2975
+ "electric-ampere": {
2976
+ "displayName": "amp",
2977
+ "unitPattern-count-other": "{0}A"
2978
+ },
2979
+ "electric-milliampere": {
2980
+ "displayName": "mA",
2981
+ "unitPattern-count-other": "{0}mA"
2982
+ },
2983
+ "electric-ohm": {
2984
+ "displayName": "ohm",
2985
+ "unitPattern-count-other": "{0}Ω"
2986
+ },
2987
+ "electric-volt": {
2988
+ "displayName": "V",
2989
+ "unitPattern-count-other": "{0}V"
2990
+ },
2991
+ "energy-kilocalorie": {
2992
+ "displayName": "kcal",
2993
+ "unitPattern-count-other": "{0}kcal"
2994
+ },
2995
+ "energy-calorie": {
2996
+ "displayName": "cal",
2997
+ "unitPattern-count-other": "{0}cal"
2998
+ },
2999
+ "energy-foodcalorie": {
3000
+ "displayName": "Cal",
3001
+ "unitPattern-count-other": "{0}Cal"
3002
+ },
3003
+ "energy-kilojoule": {
3004
+ "displayName": "kJ",
3005
+ "unitPattern-count-other": "{0}kJ"
3006
+ },
3007
+ "energy-joule": {
3008
+ "displayName": "줄",
3009
+ "unitPattern-count-other": "{0}줄"
3010
+ },
3011
+ "energy-kilowatt-hour": {
3012
+ "displayName": "kWh",
3013
+ "unitPattern-count-other": "{0}kWh"
3014
+ },
3015
+ "energy-electronvolt": {
3016
+ "displayName": "eV",
3017
+ "unitPattern-count-other": "{0}eV"
3018
+ },
3019
+ "energy-british-thermal-unit": {
3020
+ "displayName": "Btu",
3021
+ "unitPattern-count-other": "{0}Btu"
3022
+ },
3023
+ "energy-therm-us": {
3024
+ "displayName": "미국 섬",
3025
+ "unitPattern-count-other": "{0}섬"
3026
+ },
3027
+ "force-pound-force": {
3028
+ "displayName": "lbf",
3029
+ "unitPattern-count-other": "{0}lbf"
3030
+ },
3031
+ "force-newton": {
3032
+ "displayName": "N",
3033
+ "unitPattern-count-other": "{0}N"
3034
+ },
3035
+ "force-kilowatt-hour-per-100-kilometer": {
3036
+ "displayName": "kWh/100km",
3037
+ "unitPattern-count-other": "{0}kWh/100km"
3038
+ },
3039
+ "frequency-gigahertz": {
3040
+ "displayName": "GHz",
3041
+ "unitPattern-count-other": "{0}GHz"
3042
+ },
3043
+ "frequency-megahertz": {
3044
+ "displayName": "MHz",
3045
+ "unitPattern-count-other": "{0}MHz"
3046
+ },
3047
+ "frequency-kilohertz": {
3048
+ "displayName": "kHz",
3049
+ "unitPattern-count-other": "{0}kHz"
3050
+ },
3051
+ "frequency-hertz": {
3052
+ "displayName": "Hz",
3053
+ "unitPattern-count-other": "{0}Hz"
3054
+ },
3055
+ "graphics-em": {
3056
+ "displayName": "em",
3057
+ "unitPattern-count-other": "{0}em"
3058
+ },
3059
+ "graphics-pixel": {
3060
+ "displayName": "px",
3061
+ "unitPattern-count-other": "{0}px"
3062
+ },
3063
+ "graphics-megapixel": {
3064
+ "displayName": "MP",
3065
+ "unitPattern-count-other": "{0}MP"
3066
+ },
3067
+ "graphics-pixel-per-centimeter": {
3068
+ "displayName": "ppcm",
3069
+ "unitPattern-count-other": "{0}ppcm"
3070
+ },
3071
+ "graphics-pixel-per-inch": {
3072
+ "displayName": "ppi",
3073
+ "unitPattern-count-other": "{0}ppi"
3074
+ },
3075
+ "graphics-dot-per-centimeter": {
3076
+ "displayName": "dpcm",
3077
+ "unitPattern-count-other": "{0}dpcm"
3078
+ },
3079
+ "graphics-dot-per-inch": {
3080
+ "displayName": "dpi",
3081
+ "unitPattern-count-other": "{0}dpi"
3082
+ },
3083
+ "graphics-dot": {
3084
+ "unitPattern-count-other": "{0}dot"
3085
+ },
3086
+ "length-earth-radius": {
3087
+ "displayName": "R⊕",
3088
+ "unitPattern-count-other": "{0}R⊕"
3089
+ },
3090
+ "length-kilometer": {
3091
+ "displayName": "km",
3092
+ "unitPattern-count-other": "{0}km",
3093
+ "perUnitPattern": "{0}/km"
3094
+ },
3095
+ "length-meter": {
3096
+ "displayName": "m",
3097
+ "unitPattern-count-other": "{0}m",
3098
+ "perUnitPattern": "{0}/m"
3099
+ },
3100
+ "length-decimeter": {
3101
+ "displayName": "dm",
3102
+ "unitPattern-count-other": "{0}dm"
3103
+ },
3104
+ "length-centimeter": {
3105
+ "displayName": "cm",
3106
+ "unitPattern-count-other": "{0}cm",
3107
+ "perUnitPattern": "{0}/cm"
3108
+ },
3109
+ "length-millimeter": {
3110
+ "displayName": "mm",
3111
+ "unitPattern-count-other": "{0}mm"
3112
+ },
3113
+ "length-micrometer": {
3114
+ "displayName": "μm",
3115
+ "unitPattern-count-other": "{0}μm"
3116
+ },
3117
+ "length-nanometer": {
3118
+ "displayName": "nm",
3119
+ "unitPattern-count-other": "{0}nm"
3120
+ },
3121
+ "length-picometer": {
3122
+ "displayName": "pm",
3123
+ "unitPattern-count-other": "{0}pm"
3124
+ },
3125
+ "length-mile": {
3126
+ "displayName": "mi",
3127
+ "unitPattern-count-other": "{0}mi"
3128
+ },
3129
+ "length-yard": {
3130
+ "displayName": "yd",
3131
+ "unitPattern-count-other": "{0}yd"
3132
+ },
3133
+ "length-foot": {
3134
+ "displayName": "ft",
3135
+ "unitPattern-count-other": "{0}ft",
3136
+ "perUnitPattern": "{0}/ft"
3137
+ },
3138
+ "length-inch": {
3139
+ "displayName": "in",
3140
+ "unitPattern-count-other": "{0}in",
3141
+ "perUnitPattern": "{0}/in"
3142
+ },
3143
+ "length-parsec": {
3144
+ "displayName": "pc",
3145
+ "unitPattern-count-other": "{0}pc"
3146
+ },
3147
+ "length-light-year": {
3148
+ "displayName": "ly",
3149
+ "unitPattern-count-other": "{0}ly"
3150
+ },
3151
+ "length-astronomical-unit": {
3152
+ "displayName": "au",
3153
+ "unitPattern-count-other": "{0}au"
3154
+ },
3155
+ "length-furlong": {
3156
+ "displayName": "fur",
3157
+ "unitPattern-count-other": "{0}fur"
3158
+ },
3159
+ "length-fathom": {
3160
+ "displayName": "fm",
3161
+ "unitPattern-count-other": "{0}fth"
3162
+ },
3163
+ "length-nautical-mile": {
3164
+ "displayName": "nmi",
3165
+ "unitPattern-count-other": "{0}nmi"
3166
+ },
3167
+ "length-mile-scandinavian": {
3168
+ "displayName": "smi",
3169
+ "unitPattern-count-other": "{0}smi"
3170
+ },
3171
+ "length-point": {
3172
+ "displayName": "pt",
3173
+ "unitPattern-count-other": "{0}pt"
3174
+ },
3175
+ "length-solar-radius": {
3176
+ "displayName": "R☉",
3177
+ "unitPattern-count-other": "{0}R☉"
3178
+ },
3179
+ "light-lux": {
3180
+ "displayName": "lx",
3181
+ "unitPattern-count-other": "{0}lx"
3182
+ },
3183
+ "light-candela": {
3184
+ "displayName": "cd",
3185
+ "unitPattern-count-other": "{0}cd"
3186
+ },
3187
+ "light-lumen": {
3188
+ "displayName": "lm",
3189
+ "unitPattern-count-other": "{0}lm"
3190
+ },
3191
+ "light-solar-luminosity": {
3192
+ "displayName": "L☉",
3193
+ "unitPattern-count-other": "{0}L☉"
3194
+ },
3195
+ "mass-metric-ton": {
3196
+ "displayName": "t",
3197
+ "unitPattern-count-other": "{0}t"
3198
+ },
3199
+ "mass-kilogram": {
3200
+ "displayName": "kg",
3201
+ "unitPattern-count-other": "{0}kg",
3202
+ "perUnitPattern": "{0}/kg"
3203
+ },
3204
+ "mass-gram": {
3205
+ "displayName": "그램",
3206
+ "unitPattern-count-other": "{0}g",
3207
+ "perUnitPattern": "{0}/g"
3208
+ },
3209
+ "mass-milligram": {
3210
+ "displayName": "mg",
3211
+ "unitPattern-count-other": "{0}mg"
3212
+ },
3213
+ "mass-microgram": {
3214
+ "displayName": "μg",
3215
+ "unitPattern-count-other": "{0}μg"
3216
+ },
3217
+ "mass-ton": {
3218
+ "displayName": "tn",
3219
+ "unitPattern-count-other": "{0}tn"
3220
+ },
3221
+ "mass-stone": {
3222
+ "displayName": "st",
3223
+ "unitPattern-count-other": "{0}st"
3224
+ },
3225
+ "mass-pound": {
3226
+ "displayName": "lb",
3227
+ "unitPattern-count-other": "{0}lb",
3228
+ "perUnitPattern": "{0}/lb"
3229
+ },
3230
+ "mass-ounce": {
3231
+ "displayName": "oz",
3232
+ "unitPattern-count-other": "{0}oz",
3233
+ "perUnitPattern": "{0}/oz"
3234
+ },
3235
+ "mass-ounce-troy": {
3236
+ "displayName": "oz t",
3237
+ "unitPattern-count-other": "{0}oz t"
3238
+ },
3239
+ "mass-carat": {
3240
+ "displayName": "CD",
3241
+ "unitPattern-count-other": "{0}CD"
3242
+ },
3243
+ "mass-dalton": {
3244
+ "displayName": "Da",
3245
+ "unitPattern-count-other": "{0}Da"
3246
+ },
3247
+ "mass-earth-mass": {
3248
+ "displayName": "M⊕",
3249
+ "unitPattern-count-other": "{0}M⊕"
3250
+ },
3251
+ "mass-solar-mass": {
3252
+ "displayName": "M☉",
3253
+ "unitPattern-count-other": "{0}M☉"
3254
+ },
3255
+ "mass-grain": {
3256
+ "displayName": "grain",
3257
+ "unitPattern-count-other": "{0}grain"
3258
+ },
3259
+ "power-gigawatt": {
3260
+ "displayName": "GW",
3261
+ "unitPattern-count-other": "{0}GW"
3262
+ },
3263
+ "power-megawatt": {
3264
+ "displayName": "MW",
3265
+ "unitPattern-count-other": "{0}MW"
3266
+ },
3267
+ "power-kilowatt": {
3268
+ "displayName": "kW",
3269
+ "unitPattern-count-other": "{0}kW"
3270
+ },
3271
+ "power-watt": {
3272
+ "displayName": "w",
3273
+ "unitPattern-count-other": "{0}W"
3274
+ },
3275
+ "power-milliwatt": {
3276
+ "displayName": "mW",
3277
+ "unitPattern-count-other": "{0}mW"
3278
+ },
3279
+ "power-horsepower": {
3280
+ "displayName": "hp",
3281
+ "unitPattern-count-other": "{0}hp"
3282
+ },
3283
+ "pressure-millimeter-ofhg": {
3284
+ "displayName": "mmHg",
3285
+ "unitPattern-count-other": "{0}mmHg"
3286
+ },
3287
+ "pressure-pound-force-per-square-inch": {
3288
+ "displayName": "psi",
3289
+ "unitPattern-count-other": "{0}psi"
3290
+ },
3291
+ "pressure-inch-ofhg": {
3292
+ "displayName": "inHg",
3293
+ "unitPattern-count-other": "{0}inHg"
3294
+ },
3295
+ "pressure-bar": {
3296
+ "displayName": "bar",
3297
+ "unitPattern-count-other": "{0}bar"
3298
+ },
3299
+ "pressure-millibar": {
3300
+ "displayName": "mbar",
3301
+ "unitPattern-count-other": "{0}mb"
3302
+ },
3303
+ "pressure-atmosphere": {
3304
+ "displayName": "atm",
3305
+ "unitPattern-count-other": "{0}atm"
3306
+ },
3307
+ "pressure-pascal": {
3308
+ "displayName": "Pa",
3309
+ "unitPattern-count-other": "{0}Pa"
3310
+ },
3311
+ "pressure-hectopascal": {
3312
+ "displayName": "hPa",
3313
+ "unitPattern-count-other": "{0}hPa"
3314
+ },
3315
+ "pressure-kilopascal": {
3316
+ "displayName": "kPa",
3317
+ "unitPattern-count-other": "{0}kPa"
3318
+ },
3319
+ "pressure-megapascal": {
3320
+ "displayName": "MPa",
3321
+ "unitPattern-count-other": "{0}MPa"
3322
+ },
3323
+ "speed-kilometer-per-hour": {
3324
+ "displayName": "km/h",
3325
+ "unitPattern-count-other": "{0}km/h"
3326
+ },
3327
+ "speed-meter-per-second": {
3328
+ "displayName": "m/s",
3329
+ "unitPattern-count-other": "{0}m/s"
3330
+ },
3331
+ "speed-mile-per-hour": {
3332
+ "displayName": "mi/h",
3333
+ "unitPattern-count-other": "{0}mi/h"
3334
+ },
3335
+ "speed-knot": {
3336
+ "displayName": "kn",
3337
+ "unitPattern-count-other": "{0}kn"
3338
+ },
3339
+ "temperature-generic": {
3340
+ "displayName": "°",
3341
+ "unitPattern-count-other": "{0}°"
3342
+ },
3343
+ "temperature-celsius": {
3344
+ "displayName": "°C",
3345
+ "unitPattern-count-other": "{0}°C"
3346
+ },
3347
+ "temperature-fahrenheit": {
3348
+ "displayName": "°F",
3349
+ "unitPattern-count-other": "{0}°F"
3350
+ },
3351
+ "temperature-kelvin": {
3352
+ "displayName": "K",
3353
+ "unitPattern-count-other": "{0}K"
3354
+ },
3355
+ "torque-pound-force-foot": {
3356
+ "displayName": "lbf⋅ft",
3357
+ "unitPattern-count-other": "{0}lbf⋅ft"
3358
+ },
3359
+ "torque-newton-meter": {
3360
+ "displayName": "N⋅m",
3361
+ "unitPattern-count-other": "{0}N⋅m"
3362
+ },
3363
+ "volume-cubic-kilometer": {
3364
+ "displayName": "km³",
3365
+ "unitPattern-count-other": "{0}km³"
3366
+ },
3367
+ "volume-cubic-meter": {
3368
+ "displayName": "m³",
3369
+ "unitPattern-count-other": "{0}m³",
3370
+ "perUnitPattern": "{0}/m³"
3371
+ },
3372
+ "volume-cubic-centimeter": {
3373
+ "displayName": "cm³",
3374
+ "unitPattern-count-other": "{0}cm³",
3375
+ "perUnitPattern": "{0}/cm³"
3376
+ },
3377
+ "volume-cubic-mile": {
3378
+ "displayName": "mi³",
3379
+ "unitPattern-count-other": "{0}mi³"
3380
+ },
3381
+ "volume-cubic-yard": {
3382
+ "displayName": "yd³",
3383
+ "unitPattern-count-other": "{0}yd³"
3384
+ },
3385
+ "volume-cubic-foot": {
3386
+ "displayName": "ft³",
3387
+ "unitPattern-count-other": "{0}ft³"
3388
+ },
3389
+ "volume-cubic-inch": {
3390
+ "displayName": "in³",
3391
+ "unitPattern-count-other": "{0}in³"
3392
+ },
3393
+ "volume-megaliter": {
3394
+ "displayName": "ML",
3395
+ "unitPattern-count-other": "{0}ML"
3396
+ },
3397
+ "volume-hectoliter": {
3398
+ "displayName": "hL",
3399
+ "unitPattern-count-other": "{0}hL"
3400
+ },
3401
+ "volume-liter": {
3402
+ "displayName": "리터",
3403
+ "unitPattern-count-other": "{0}L",
3404
+ "perUnitPattern": "{0}/L"
3405
+ },
3406
+ "volume-deciliter": {
3407
+ "displayName": "dL",
3408
+ "unitPattern-count-other": "{0}dL"
3409
+ },
3410
+ "volume-centiliter": {
3411
+ "displayName": "cL",
3412
+ "unitPattern-count-other": "{0}cL"
3413
+ },
3414
+ "volume-milliliter": {
3415
+ "displayName": "mL",
3416
+ "unitPattern-count-other": "{0}mL"
3417
+ },
3418
+ "volume-pint-metric": {
3419
+ "displayName": "mpt",
3420
+ "unitPattern-count-other": "{0}mpt"
3421
+ },
3422
+ "volume-cup-metric": {
3423
+ "displayName": "mcup",
3424
+ "unitPattern-count-other": "{0}mc"
3425
+ },
3426
+ "volume-acre-foot": {
3427
+ "displayName": "ac ft",
3428
+ "unitPattern-count-other": "{0}ac ft"
3429
+ },
3430
+ "volume-bushel": {
3431
+ "displayName": "bu",
3432
+ "unitPattern-count-other": "{0}bu"
3433
+ },
3434
+ "volume-gallon": {
3435
+ "displayName": "gal",
3436
+ "unitPattern-count-other": "{0}gal",
3437
+ "perUnitPattern": "{0}/gal"
3438
+ },
3439
+ "volume-gallon-imperial": {
3440
+ "displayName": "Imp. gal",
3441
+ "unitPattern-count-other": "{0}gal Imp.",
3442
+ "perUnitPattern": "{0}/gal Imp."
3443
+ },
3444
+ "volume-quart": {
3445
+ "displayName": "qt",
3446
+ "unitPattern-count-other": "{0}qt"
3447
+ },
3448
+ "volume-pint": {
3449
+ "displayName": "pt",
3450
+ "unitPattern-count-other": "{0}pt"
3451
+ },
3452
+ "volume-cup": {
3453
+ "displayName": "컵",
3454
+ "unitPattern-count-other": "{0}컵"
3455
+ },
3456
+ "volume-fluid-ounce": {
3457
+ "displayName": "fl oz",
3458
+ "unitPattern-count-other": "{0}fl oz"
3459
+ },
3460
+ "volume-fluid-ounce-imperial": {
3461
+ "displayName": "Imp. fl oz",
3462
+ "unitPattern-count-other": "{0}fl oz Imp."
3463
+ },
3464
+ "volume-tablespoon": {
3465
+ "displayName": "tbsp",
3466
+ "unitPattern-count-other": "{0}tbsp"
3467
+ },
3468
+ "volume-teaspoon": {
3469
+ "displayName": "tsp",
3470
+ "unitPattern-count-other": "{0}tsp"
3471
+ },
3472
+ "volume-barrel": {
3473
+ "displayName": "bbl",
3474
+ "unitPattern-count-other": "{0}bbl"
3475
+ },
3476
+ "volume-dessert-spoon": {
3477
+ "displayName": "dstspn",
3478
+ "unitPattern-count-other": "{0}dstspn"
3479
+ },
3480
+ "volume-dessert-spoon-imperial": {
3481
+ "displayName": "dstspn Imp",
3482
+ "unitPattern-count-other": "{0}dstspn Imp"
3483
+ },
3484
+ "volume-drop": {
3485
+ "displayName": "drop",
3486
+ "unitPattern-count-other": "{0}drop"
3487
+ },
3488
+ "volume-dram": {
3489
+ "displayName": "dram fluid",
3490
+ "unitPattern-count-other": "{0}dram fl"
3491
+ },
3492
+ "volume-jigger": {
3493
+ "displayName": "jigger",
3494
+ "unitPattern-count-other": "{0}jigger"
3495
+ },
3496
+ "volume-pinch": {
3497
+ "displayName": "pinch",
3498
+ "unitPattern-count-other": "{0}pinch"
3499
+ },
3500
+ "volume-quart-imperial": {
3501
+ "displayName": "qt Imp",
3502
+ "unitPattern-count-other": "{0}qt Imp."
3503
+ },
3504
+ "coordinateUnit": {
3505
+ "displayName": "쪽",
3506
+ "east": "{0}E",
3507
+ "north": "{0}N",
3508
+ "south": "{0}S",
3509
+ "west": "{0}W"
3510
+ }
3511
+ }
3512
+ },
3513
+ "lenient-scope-number": {
3514
+ "minusSign": "-‒⁻₋−➖﹣-",
3515
+ "commaSign": ",،٫、︐︑﹐﹑,、",
3516
+ "plusSign": "+⁺₊➕﬩﹢+"
3517
+ },
3518
+ "currencyFormat-sap-short": {
3519
+ "1000-other": "0천 ¤",
3520
+ "10000-other": "0만 ¤",
3521
+ "100000-other": "00만 ¤",
3522
+ "1000000-other": "000만 ¤",
3523
+ "10000000-other": "0000만 ¤",
3524
+ "100000000-other": "0억 ¤",
3525
+ "1000000000-other": "00억 ¤",
3526
+ "10000000000-other": "000억 ¤",
3527
+ "100000000000-other": "0000억 ¤",
3528
+ "1000000000000-other": "0조 ¤",
3529
+ "10000000000000-other": "00조 ¤",
3530
+ "100000000000000-other": "000조 ¤"
3531
+ },
3532
+ "currencyDigits": {
3533
+ "ADP": 0,
3534
+ "AFN": 0,
3535
+ "ALL": 0,
3536
+ "BHD": 3,
3537
+ "BIF": 0,
3538
+ "BYR": 0,
3539
+ "CLF": 4,
3540
+ "CLP": 0,
3541
+ "DEFAULT": 2,
3542
+ "DJF": 0,
3543
+ "ESP": 0,
3544
+ "GNF": 0,
3545
+ "HUF": 0,
3546
+ "IQD": 0,
3547
+ "IRR": 0,
3548
+ "ISK": 0,
3549
+ "ITL": 0,
3550
+ "JOD": 3,
3551
+ "JPY": 0,
3552
+ "KMF": 0,
3553
+ "KPW": 0,
3554
+ "KRW": 0,
3555
+ "KWD": 3,
3556
+ "LAK": 0,
3557
+ "LBP": 0,
3558
+ "LUF": 0,
3559
+ "LYD": 3,
3560
+ "MGA": 0,
3561
+ "MGF": 0,
3562
+ "MMK": 0,
3563
+ "MRO": 0,
3564
+ "OMR": 3,
3565
+ "PYG": 0,
3566
+ "RSD": 0,
3567
+ "RWF": 0,
3568
+ "SLL": 0,
3569
+ "SOS": 0,
3570
+ "STD": 0,
3571
+ "SYP": 0,
3572
+ "TMM": 0,
3573
+ "TND": 3,
3574
+ "TRL": 0,
3575
+ "TWD": 0,
3576
+ "UGX": 0,
3577
+ "UYI": 0,
3578
+ "UYW": 4,
3579
+ "VND": 0,
3580
+ "VUV": 0,
3581
+ "XAF": 0,
3582
+ "XOF": 0,
3583
+ "XPF": 0,
3584
+ "YER": 0,
3585
+ "ZMK": 0,
3586
+ "ZWD": 0
3587
+ },
2562
3588
  "plurals": {},
2563
3589
  "weekData-minDays": 1,
2564
3590
  "weekData-firstDay": 0,