@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
@@ -2630,6 +2630,180 @@
2630
2630
  "displayName": "časové pásmo"
2631
2631
  }
2632
2632
  },
2633
+ "decimalFormat": {
2634
+ "standard": "#,##0.###"
2635
+ },
2636
+ "decimalFormat-long": {
2637
+ "1000-one": "0 tisíc",
2638
+ "1000-few": "0 tisíce",
2639
+ "1000-many": "0 tisíca",
2640
+ "1000-other": "0 tisíc",
2641
+ "10000-one": "00 tisíc",
2642
+ "10000-few": "00 tisíc",
2643
+ "10000-many": "00 tisíca",
2644
+ "10000-other": "00 tisíc",
2645
+ "100000-one": "000 tisíc",
2646
+ "100000-few": "000 tisíc",
2647
+ "100000-many": "000 tisíca",
2648
+ "100000-other": "000 tisíc",
2649
+ "1000000-one": "0 milión",
2650
+ "1000000-few": "0 milióny",
2651
+ "1000000-many": "0 milióna",
2652
+ "1000000-other": "0 miliónov",
2653
+ "10000000-one": "00 miliónov",
2654
+ "10000000-few": "00 miliónov",
2655
+ "10000000-many": "00 milióna",
2656
+ "10000000-other": "00 miliónov",
2657
+ "100000000-one": "000 miliónov",
2658
+ "100000000-few": "000 miliónov",
2659
+ "100000000-many": "000 milióna",
2660
+ "100000000-other": "000 miliónov",
2661
+ "1000000000-one": "0 miliarda",
2662
+ "1000000000-few": "0 miliardy",
2663
+ "1000000000-many": "0 miliardy",
2664
+ "1000000000-other": "0 miliárd",
2665
+ "10000000000-one": "00 miliárd",
2666
+ "10000000000-few": "00 miliárd",
2667
+ "10000000000-many": "00 miliardy",
2668
+ "10000000000-other": "00 miliárd",
2669
+ "100000000000-one": "000 miliárd",
2670
+ "100000000000-few": "000 miliárd",
2671
+ "100000000000-many": "000 miliardy",
2672
+ "100000000000-other": "000 miliárd",
2673
+ "1000000000000-one": "0 bilión",
2674
+ "1000000000000-few": "0 bilióny",
2675
+ "1000000000000-many": "0 bilióna",
2676
+ "1000000000000-other": "0 biliónov",
2677
+ "10000000000000-one": "00 biliónov",
2678
+ "10000000000000-few": "00 biliónov",
2679
+ "10000000000000-many": "00 bilióna",
2680
+ "10000000000000-other": "00 biliónov",
2681
+ "100000000000000-one": "000 biliónov",
2682
+ "100000000000000-few": "000 biliónov",
2683
+ "100000000000000-many": "000 bilióna",
2684
+ "100000000000000-other": "000 biliónov"
2685
+ },
2686
+ "decimalFormat-short": {
2687
+ "1000-one": "0 tis'.'",
2688
+ "1000-few": "0 tis'.'",
2689
+ "1000-many": "0 tis'.'",
2690
+ "1000-other": "0 tis'.'",
2691
+ "10000-one": "00 tis'.'",
2692
+ "10000-few": "00 tis'.'",
2693
+ "10000-many": "00 tis'.'",
2694
+ "10000-other": "00 tis'.'",
2695
+ "100000-one": "000 tis'.'",
2696
+ "100000-few": "000 tis'.'",
2697
+ "100000-many": "000 tis'.'",
2698
+ "100000-other": "000 tis'.'",
2699
+ "1000000-one": "0 mil'.'",
2700
+ "1000000-few": "0 mil'.'",
2701
+ "1000000-many": "0 mil'.'",
2702
+ "1000000-other": "0 mil'.'",
2703
+ "10000000-one": "00 mil'.'",
2704
+ "10000000-few": "00 mil'.'",
2705
+ "10000000-many": "00 mil'.'",
2706
+ "10000000-other": "00 mil'.'",
2707
+ "100000000-one": "000 mil'.'",
2708
+ "100000000-few": "000 mil'.'",
2709
+ "100000000-many": "000 mil'.'",
2710
+ "100000000-other": "000 mil'.'",
2711
+ "1000000000-one": "0 mld'.'",
2712
+ "1000000000-few": "0 mld'.'",
2713
+ "1000000000-many": "0 mld'.'",
2714
+ "1000000000-other": "0 mld'.'",
2715
+ "10000000000-one": "00 mld'.'",
2716
+ "10000000000-few": "00 mld'.'",
2717
+ "10000000000-many": "00 mld'.'",
2718
+ "10000000000-other": "00 mld'.'",
2719
+ "100000000000-one": "000 mld'.'",
2720
+ "100000000000-few": "000 mld'.'",
2721
+ "100000000000-many": "000 mld'.'",
2722
+ "100000000000-other": "000 mld'.'",
2723
+ "1000000000000-one": "0 bil'.'",
2724
+ "1000000000000-few": "0 bil'.'",
2725
+ "1000000000000-many": "0 bil'.'",
2726
+ "1000000000000-other": "0 bil'.'",
2727
+ "10000000000000-one": "00 bil'.'",
2728
+ "10000000000000-few": "00 bil'.'",
2729
+ "10000000000000-many": "00 bil'.'",
2730
+ "10000000000000-other": "00 bil'.'",
2731
+ "100000000000000-one": "000 bil'.'",
2732
+ "100000000000000-few": "000 bil'.'",
2733
+ "100000000000000-many": "000 bil'.'",
2734
+ "100000000000000-other": "000 bil'.'"
2735
+ },
2736
+ "percentFormat": {
2737
+ "standard": "#,##0 %"
2738
+ },
2739
+ "currencyFormat": {
2740
+ "standard": "#,##0.00 ¤",
2741
+ "accounting": "#,##0.00 ¤;(#,##0.00 ¤)",
2742
+ "currencySpacing": {
2743
+ "beforeCurrency": {
2744
+ "currencyMatch": "[[:^S:]&[:^Z:]]",
2745
+ "surroundingMatch": "[:digit:]",
2746
+ "insertBetween": " "
2747
+ },
2748
+ "afterCurrency": {
2749
+ "currencyMatch": "[[:^S:]&[:^Z:]]",
2750
+ "surroundingMatch": "[:digit:]",
2751
+ "insertBetween": " "
2752
+ }
2753
+ },
2754
+ "sap-standard": "#,##0.00 ¤",
2755
+ "sap-accounting": "#,##0.00 ¤;(#,##0.00 ¤)"
2756
+ },
2757
+ "currencyFormat-short": {
2758
+ "1000-one": "0 tis'.' ¤",
2759
+ "1000-few": "0 tis'.' ¤",
2760
+ "1000-many": "0 tis'.' ¤",
2761
+ "1000-other": "0 tis'.' ¤",
2762
+ "10000-one": "00 tis'.' ¤",
2763
+ "10000-few": "00 tis'.' ¤",
2764
+ "10000-many": "00 tis'.' ¤",
2765
+ "10000-other": "00 tis'.' ¤",
2766
+ "100000-one": "000 tis'.' ¤",
2767
+ "100000-few": "000 tis'.' ¤",
2768
+ "100000-many": "000 tis'.' ¤",
2769
+ "100000-other": "000 tis'.' ¤",
2770
+ "1000000-one": "0 mil'.' ¤",
2771
+ "1000000-few": "0 mil'.' ¤",
2772
+ "1000000-many": "0 mil'.' ¤",
2773
+ "1000000-other": "0 mil'.' ¤",
2774
+ "10000000-one": "00 mil'.' ¤",
2775
+ "10000000-few": "00 mil'.' ¤",
2776
+ "10000000-many": "00 mil'.' ¤",
2777
+ "10000000-other": "00 mil'.' ¤",
2778
+ "100000000-one": "000 mil'.' ¤",
2779
+ "100000000-few": "000 mil'.' ¤",
2780
+ "100000000-many": "000 mil'.' ¤",
2781
+ "100000000-other": "000 mil'.' ¤",
2782
+ "1000000000-one": "0 mld'.' ¤",
2783
+ "1000000000-few": "0 mld'.' ¤",
2784
+ "1000000000-many": "0 mld'.' ¤",
2785
+ "1000000000-other": "0 mld'.' ¤",
2786
+ "10000000000-one": "00 mld'.' ¤",
2787
+ "10000000000-few": "00 mld'.' ¤",
2788
+ "10000000000-many": "00 mld'.' ¤",
2789
+ "10000000000-other": "00 mld'.' ¤",
2790
+ "100000000000-one": "000 mld'.' ¤",
2791
+ "100000000000-few": "000 mld'.' ¤",
2792
+ "100000000000-many": "000 mld'.' ¤",
2793
+ "100000000000-other": "000 mld'.' ¤",
2794
+ "1000000000000-one": "0 bil'.' ¤",
2795
+ "1000000000000-few": "0 bil'.' ¤",
2796
+ "1000000000000-many": "0 bil'.' ¤",
2797
+ "1000000000000-other": "0 bil'.' ¤",
2798
+ "10000000000000-one": "00 bil'.' ¤",
2799
+ "10000000000000-few": "00 bil'.' ¤",
2800
+ "10000000000000-many": "00 bil'.' ¤",
2801
+ "10000000000000-other": "00 bil'.' ¤",
2802
+ "100000000000000-one": "000 bil'.' ¤",
2803
+ "100000000000000-few": "000 bil'.' ¤",
2804
+ "100000000000000-many": "000 bil'.' ¤",
2805
+ "100000000000000-other": "000 bil'.' ¤"
2806
+ },
2633
2807
  "symbols-latn-decimal": ",",
2634
2808
  "symbols-latn-group": " ",
2635
2809
  "symbols-latn-list": ";",
@@ -2643,7 +2817,1524 @@
2643
2817
  "symbols-latn-infinity": "∞",
2644
2818
  "symbols-latn-nan": "NaN",
2645
2819
  "symbols-latn-timeSeparator": ":",
2820
+ "currencySymbols": {
2821
+ "EUR": "€",
2822
+ "ILS": "NIS",
2823
+ "MXN": "MX$",
2824
+ "XAF": "FCFA",
2825
+ "XCD": "EC$",
2826
+ "XOF": "F CFA",
2827
+ "XPF": "CFPF"
2828
+ },
2646
2829
  "rtl": false,
2830
+ "units": {
2831
+ "short": {
2832
+ "10p-1": {
2833
+ "unitPrefixPattern": "d{0}"
2834
+ },
2835
+ "10p-2": {
2836
+ "unitPrefixPattern": "c{0}"
2837
+ },
2838
+ "10p-3": {
2839
+ "unitPrefixPattern": "m{0}"
2840
+ },
2841
+ "10p-6": {
2842
+ "unitPrefixPattern": "μ{0}"
2843
+ },
2844
+ "10p-9": {
2845
+ "unitPrefixPattern": "n{0}"
2846
+ },
2847
+ "10p-12": {
2848
+ "unitPrefixPattern": "p{0}"
2849
+ },
2850
+ "10p-15": {
2851
+ "unitPrefixPattern": "f{0}"
2852
+ },
2853
+ "10p-18": {
2854
+ "unitPrefixPattern": "a{0}"
2855
+ },
2856
+ "10p-21": {
2857
+ "unitPrefixPattern": "z{0}"
2858
+ },
2859
+ "10p-24": {
2860
+ "unitPrefixPattern": "y{0}"
2861
+ },
2862
+ "10p1": {
2863
+ "unitPrefixPattern": "da{0}"
2864
+ },
2865
+ "10p2": {
2866
+ "unitPrefixPattern": "h{0}"
2867
+ },
2868
+ "10p3": {
2869
+ "unitPrefixPattern": "k{0}"
2870
+ },
2871
+ "10p6": {
2872
+ "unitPrefixPattern": "M{0}"
2873
+ },
2874
+ "10p9": {
2875
+ "unitPrefixPattern": "G{0}"
2876
+ },
2877
+ "10p12": {
2878
+ "unitPrefixPattern": "T{0}"
2879
+ },
2880
+ "10p15": {
2881
+ "unitPrefixPattern": "P{0}"
2882
+ },
2883
+ "10p18": {
2884
+ "unitPrefixPattern": "E{0}"
2885
+ },
2886
+ "10p21": {
2887
+ "unitPrefixPattern": "Z{0}"
2888
+ },
2889
+ "10p24": {
2890
+ "unitPrefixPattern": "Y{0}"
2891
+ },
2892
+ "1024p1": {
2893
+ "unitPrefixPattern": "Ki{0}"
2894
+ },
2895
+ "1024p2": {
2896
+ "unitPrefixPattern": "Mi{0}"
2897
+ },
2898
+ "1024p3": {
2899
+ "unitPrefixPattern": "Gi{0}"
2900
+ },
2901
+ "1024p4": {
2902
+ "unitPrefixPattern": "Ti{0}"
2903
+ },
2904
+ "1024p5": {
2905
+ "unitPrefixPattern": "Pi{0}"
2906
+ },
2907
+ "1024p6": {
2908
+ "unitPrefixPattern": "Ei{0}"
2909
+ },
2910
+ "1024p7": {
2911
+ "unitPrefixPattern": "Zi{0}"
2912
+ },
2913
+ "1024p8": {
2914
+ "unitPrefixPattern": "Yi{0}"
2915
+ },
2916
+ "per": {
2917
+ "compoundUnitPattern": "{0}/{1}"
2918
+ },
2919
+ "power2": {
2920
+ "compoundUnitPattern1": "{0}²",
2921
+ "compoundUnitPattern1-count-other": "{0}²"
2922
+ },
2923
+ "power3": {
2924
+ "compoundUnitPattern1": "{0}³",
2925
+ "compoundUnitPattern1-count-other": "{0}³"
2926
+ },
2927
+ "times": {
2928
+ "compoundUnitPattern": "{0}{1}"
2929
+ },
2930
+ "acceleration-g-force": {
2931
+ "displayName": "jednotka preťaženia",
2932
+ "unitPattern-count-one": "{0} G",
2933
+ "unitPattern-count-few": "{0} G",
2934
+ "unitPattern-count-many": "{0} G",
2935
+ "unitPattern-count-other": "{0} G"
2936
+ },
2937
+ "acceleration-meter-per-square-second": {
2938
+ "displayName": "m/s²",
2939
+ "unitPattern-count-one": "{0} m/s²",
2940
+ "unitPattern-count-few": "{0} m/s²",
2941
+ "unitPattern-count-many": "{0} m/s²",
2942
+ "unitPattern-count-other": "{0} m/s²"
2943
+ },
2944
+ "angle-revolution": {
2945
+ "displayName": "ot.",
2946
+ "unitPattern-count-one": "{0} ot.",
2947
+ "unitPattern-count-few": "{0} ot.",
2948
+ "unitPattern-count-many": "{0} ot.",
2949
+ "unitPattern-count-other": "{0} ot."
2950
+ },
2951
+ "angle-radian": {
2952
+ "displayName": "rad",
2953
+ "unitPattern-count-one": "{0} rad",
2954
+ "unitPattern-count-few": "{0} rad",
2955
+ "unitPattern-count-many": "{0} rad",
2956
+ "unitPattern-count-other": "{0} rad"
2957
+ },
2958
+ "angle-degree": {
2959
+ "displayName": "°",
2960
+ "unitPattern-count-one": "{0}°",
2961
+ "unitPattern-count-few": "{0}°",
2962
+ "unitPattern-count-many": "{0}°",
2963
+ "unitPattern-count-other": "{0}°"
2964
+ },
2965
+ "angle-arc-minute": {
2966
+ "displayName": "′",
2967
+ "unitPattern-count-one": "{0}′",
2968
+ "unitPattern-count-few": "{0}′",
2969
+ "unitPattern-count-many": "{0}′",
2970
+ "unitPattern-count-other": "{0}′"
2971
+ },
2972
+ "angle-arc-second": {
2973
+ "displayName": "″",
2974
+ "unitPattern-count-one": "{0}″",
2975
+ "unitPattern-count-few": "{0}″",
2976
+ "unitPattern-count-many": "{0}″",
2977
+ "unitPattern-count-other": "{0}″"
2978
+ },
2979
+ "area-square-kilometer": {
2980
+ "displayName": "km²",
2981
+ "unitPattern-count-one": "{0} km²",
2982
+ "unitPattern-count-few": "{0} km²",
2983
+ "unitPattern-count-many": "{0} km²",
2984
+ "unitPattern-count-other": "{0} km²",
2985
+ "perUnitPattern": "{0}/km²"
2986
+ },
2987
+ "area-hectare": {
2988
+ "displayName": "hektáre",
2989
+ "unitPattern-count-one": "{0} ha",
2990
+ "unitPattern-count-few": "{0} ha",
2991
+ "unitPattern-count-many": "{0} ha",
2992
+ "unitPattern-count-other": "{0} ha"
2993
+ },
2994
+ "area-square-meter": {
2995
+ "displayName": "m²",
2996
+ "unitPattern-count-one": "{0} m²",
2997
+ "unitPattern-count-few": "{0} m²",
2998
+ "unitPattern-count-many": "{0} m²",
2999
+ "unitPattern-count-other": "{0} m²",
3000
+ "perUnitPattern": "{0}/m²"
3001
+ },
3002
+ "area-square-centimeter": {
3003
+ "displayName": "cm²",
3004
+ "unitPattern-count-one": "{0} cm²",
3005
+ "unitPattern-count-few": "{0} cm²",
3006
+ "unitPattern-count-many": "{0} cm²",
3007
+ "unitPattern-count-other": "{0} cm²",
3008
+ "perUnitPattern": "{0}/cm²"
3009
+ },
3010
+ "area-square-mile": {
3011
+ "displayName": "mi²",
3012
+ "unitPattern-count-one": "{0} mi²",
3013
+ "unitPattern-count-few": "{0} mi²",
3014
+ "unitPattern-count-many": "{0} mi²",
3015
+ "unitPattern-count-other": "{0} mi²",
3016
+ "perUnitPattern": "{0}/mi²"
3017
+ },
3018
+ "area-acre": {
3019
+ "displayName": "akre",
3020
+ "unitPattern-count-one": "{0} ac",
3021
+ "unitPattern-count-few": "{0} ac",
3022
+ "unitPattern-count-many": "{0} ac",
3023
+ "unitPattern-count-other": "{0} ac"
3024
+ },
3025
+ "area-square-yard": {
3026
+ "displayName": "yd²",
3027
+ "unitPattern-count-one": "{0} yd²",
3028
+ "unitPattern-count-few": "{0} yd²",
3029
+ "unitPattern-count-many": "{0} yd²",
3030
+ "unitPattern-count-other": "{0} yd²"
3031
+ },
3032
+ "area-square-foot": {
3033
+ "displayName": "ft²",
3034
+ "unitPattern-count-one": "{0} ft²",
3035
+ "unitPattern-count-few": "{0} ft²",
3036
+ "unitPattern-count-many": "{0} ft²",
3037
+ "unitPattern-count-other": "{0} ft²"
3038
+ },
3039
+ "area-square-inch": {
3040
+ "displayName": "in²",
3041
+ "unitPattern-count-one": "{0} in²",
3042
+ "unitPattern-count-few": "{0} in²",
3043
+ "unitPattern-count-many": "{0} in²",
3044
+ "unitPattern-count-other": "{0} in²",
3045
+ "perUnitPattern": "{0}/in²"
3046
+ },
3047
+ "area-dunam": {
3048
+ "displayName": "dun.",
3049
+ "unitPattern-count-one": "{0} dun.",
3050
+ "unitPattern-count-few": "{0} dun.",
3051
+ "unitPattern-count-many": "{0} dun.",
3052
+ "unitPattern-count-other": "{0} dun."
3053
+ },
3054
+ "concentr-karat": {
3055
+ "displayName": "kt",
3056
+ "unitPattern-count-one": "{0} kt",
3057
+ "unitPattern-count-few": "{0} kt",
3058
+ "unitPattern-count-many": "{0} kt",
3059
+ "unitPattern-count-other": "{0} kt"
3060
+ },
3061
+ "concentr-milligram-ofglucose-per-deciliter": {
3062
+ "displayName": "mg/dl",
3063
+ "unitPattern-count-one": "{0} mg/dl",
3064
+ "unitPattern-count-few": "{0} mg/dl",
3065
+ "unitPattern-count-many": "{0} mg/dl",
3066
+ "unitPattern-count-other": "{0} mg/dl"
3067
+ },
3068
+ "concentr-millimole-per-liter": {
3069
+ "displayName": "mmol/l",
3070
+ "unitPattern-count-one": "{0} mmol/l",
3071
+ "unitPattern-count-few": "{0} mmol/l",
3072
+ "unitPattern-count-many": "{0} mmol/l",
3073
+ "unitPattern-count-other": "{0} mmol/l"
3074
+ },
3075
+ "concentr-item": {
3076
+ "displayName": "pol.",
3077
+ "unitPattern-count-one": "{0} pol.",
3078
+ "unitPattern-count-few": "{0} pol.",
3079
+ "unitPattern-count-many": "{0} pol.",
3080
+ "unitPattern-count-other": "{0} pol."
3081
+ },
3082
+ "concentr-permillion": {
3083
+ "displayName": "ppm",
3084
+ "unitPattern-count-one": "{0} ppm",
3085
+ "unitPattern-count-few": "{0} ppm",
3086
+ "unitPattern-count-many": "{0} ppm",
3087
+ "unitPattern-count-other": "{0} ppm"
3088
+ },
3089
+ "concentr-percent": {
3090
+ "displayName": "%",
3091
+ "unitPattern-count-one": "{0} %",
3092
+ "unitPattern-count-few": "{0} %",
3093
+ "unitPattern-count-many": "{0} %",
3094
+ "unitPattern-count-other": "{0} %"
3095
+ },
3096
+ "concentr-permille": {
3097
+ "displayName": "‰",
3098
+ "unitPattern-count-one": "{0} ‰",
3099
+ "unitPattern-count-few": "{0} ‰",
3100
+ "unitPattern-count-many": "{0} ‰",
3101
+ "unitPattern-count-other": "{0} ‰"
3102
+ },
3103
+ "concentr-permyriad": {
3104
+ "displayName": "‱",
3105
+ "unitPattern-count-one": "{0} ‱",
3106
+ "unitPattern-count-few": "{0} ‱",
3107
+ "unitPattern-count-many": "{0} ‱",
3108
+ "unitPattern-count-other": "{0} ‱"
3109
+ },
3110
+ "concentr-mole": {
3111
+ "displayName": "mol",
3112
+ "unitPattern-count-one": "{0} mol",
3113
+ "unitPattern-count-few": "{0} mol",
3114
+ "unitPattern-count-many": "{0} mol",
3115
+ "unitPattern-count-other": "{0} mol"
3116
+ },
3117
+ "consumption-liter-per-kilometer": {
3118
+ "displayName": "l/km",
3119
+ "unitPattern-count-one": "{0} l/km",
3120
+ "unitPattern-count-few": "{0} l/km",
3121
+ "unitPattern-count-many": "{0} l/km",
3122
+ "unitPattern-count-other": "{0} l/km"
3123
+ },
3124
+ "consumption-liter-per-100-kilometer": {
3125
+ "displayName": "l/100 km",
3126
+ "unitPattern-count-one": "{0} l/100 km",
3127
+ "unitPattern-count-few": "{0} l/100 km",
3128
+ "unitPattern-count-many": "{0} l/100 km",
3129
+ "unitPattern-count-other": "{0} l/100 km"
3130
+ },
3131
+ "consumption-mile-per-gallon": {
3132
+ "displayName": "mpg",
3133
+ "unitPattern-count-one": "{0} mpg",
3134
+ "unitPattern-count-few": "{0} mpg",
3135
+ "unitPattern-count-many": "{0} mpg",
3136
+ "unitPattern-count-other": "{0} mpg"
3137
+ },
3138
+ "consumption-mile-per-gallon-imperial": {
3139
+ "displayName": "mpg brit.",
3140
+ "unitPattern-count-one": "{0} mpg brit.",
3141
+ "unitPattern-count-few": "{0} mpg brit.",
3142
+ "unitPattern-count-many": "{0} mpg brit.",
3143
+ "unitPattern-count-other": "{0} mpg brit."
3144
+ },
3145
+ "digital-petabyte": {
3146
+ "displayName": "PB",
3147
+ "unitPattern-count-one": "{0} PB",
3148
+ "unitPattern-count-few": "{0} PB",
3149
+ "unitPattern-count-many": "{0} PB",
3150
+ "unitPattern-count-other": "{0} PB"
3151
+ },
3152
+ "digital-terabyte": {
3153
+ "displayName": "TB",
3154
+ "unitPattern-count-one": "{0} TB",
3155
+ "unitPattern-count-few": "{0} TB",
3156
+ "unitPattern-count-many": "{0} TB",
3157
+ "unitPattern-count-other": "{0} TB"
3158
+ },
3159
+ "digital-terabit": {
3160
+ "displayName": "Tb",
3161
+ "unitPattern-count-one": "{0} Tb",
3162
+ "unitPattern-count-few": "{0} Tb",
3163
+ "unitPattern-count-many": "{0} Tb",
3164
+ "unitPattern-count-other": "{0} Tb"
3165
+ },
3166
+ "digital-gigabyte": {
3167
+ "displayName": "GB",
3168
+ "unitPattern-count-one": "{0} GB",
3169
+ "unitPattern-count-few": "{0} GB",
3170
+ "unitPattern-count-many": "{0} GB",
3171
+ "unitPattern-count-other": "{0} GB"
3172
+ },
3173
+ "digital-gigabit": {
3174
+ "displayName": "Gb",
3175
+ "unitPattern-count-one": "{0} Gb",
3176
+ "unitPattern-count-few": "{0} Gb",
3177
+ "unitPattern-count-many": "{0} Gb",
3178
+ "unitPattern-count-other": "{0} Gb"
3179
+ },
3180
+ "digital-megabyte": {
3181
+ "displayName": "MB",
3182
+ "unitPattern-count-one": "{0} MB",
3183
+ "unitPattern-count-few": "{0} MB",
3184
+ "unitPattern-count-many": "{0} MB",
3185
+ "unitPattern-count-other": "{0} MB"
3186
+ },
3187
+ "digital-megabit": {
3188
+ "displayName": "Mb",
3189
+ "unitPattern-count-one": "{0} Mb",
3190
+ "unitPattern-count-few": "{0} Mb",
3191
+ "unitPattern-count-many": "{0} Mb",
3192
+ "unitPattern-count-other": "{0} Mb"
3193
+ },
3194
+ "digital-kilobyte": {
3195
+ "displayName": "kB",
3196
+ "unitPattern-count-one": "{0} kB",
3197
+ "unitPattern-count-few": "{0} kB",
3198
+ "unitPattern-count-many": "{0} kB",
3199
+ "unitPattern-count-other": "{0} kB"
3200
+ },
3201
+ "digital-kilobit": {
3202
+ "displayName": "kb",
3203
+ "unitPattern-count-one": "{0} kb",
3204
+ "unitPattern-count-few": "{0} kb",
3205
+ "unitPattern-count-many": "{0} kb",
3206
+ "unitPattern-count-other": "{0} kb"
3207
+ },
3208
+ "digital-byte": {
3209
+ "displayName": "bajt",
3210
+ "unitPattern-count-one": "{0} B",
3211
+ "unitPattern-count-few": "{0} B",
3212
+ "unitPattern-count-many": "{0} B",
3213
+ "unitPattern-count-other": "{0} B"
3214
+ },
3215
+ "digital-bit": {
3216
+ "displayName": "bit",
3217
+ "unitPattern-count-one": "{0} b",
3218
+ "unitPattern-count-few": "{0} b",
3219
+ "unitPattern-count-many": "{0} b",
3220
+ "unitPattern-count-other": "{0} b"
3221
+ },
3222
+ "duration-century": {
3223
+ "displayName": "stor.",
3224
+ "unitPattern-count-one": "{0} stor.",
3225
+ "unitPattern-count-few": "{0} stor.",
3226
+ "unitPattern-count-many": "{0} stor.",
3227
+ "unitPattern-count-other": "{0} stor."
3228
+ },
3229
+ "duration-decade": {
3230
+ "displayName": "desaťr.",
3231
+ "unitPattern-count-one": "{0} desaťr.",
3232
+ "unitPattern-count-few": "{0} desaťr.",
3233
+ "unitPattern-count-many": "{0} desaťr.",
3234
+ "unitPattern-count-other": "{0} desaťr."
3235
+ },
3236
+ "duration-year": {
3237
+ "displayName": "r.",
3238
+ "unitPattern-count-one": "{0} r.",
3239
+ "unitPattern-count-few": "{0} r.",
3240
+ "unitPattern-count-many": "{0} r.",
3241
+ "unitPattern-count-other": "{0} r.",
3242
+ "perUnitPattern": "{0}/r."
3243
+ },
3244
+ "duration-month": {
3245
+ "displayName": "mes.",
3246
+ "unitPattern-count-one": "{0} mes.",
3247
+ "unitPattern-count-few": "{0} mes.",
3248
+ "unitPattern-count-many": "{0} mes.",
3249
+ "unitPattern-count-other": "{0} mes.",
3250
+ "perUnitPattern": "{0}/mes."
3251
+ },
3252
+ "duration-week": {
3253
+ "displayName": "týž.",
3254
+ "unitPattern-count-one": "{0} týž.",
3255
+ "unitPattern-count-few": "{0} týž.",
3256
+ "unitPattern-count-many": "{0} týž.",
3257
+ "unitPattern-count-other": "{0} týž.",
3258
+ "perUnitPattern": "{0}/týž."
3259
+ },
3260
+ "duration-day": {
3261
+ "displayName": "dni",
3262
+ "unitPattern-count-one": "{0} deň",
3263
+ "unitPattern-count-few": "{0} dni",
3264
+ "unitPattern-count-many": "{0} dňa",
3265
+ "unitPattern-count-other": "{0} dní",
3266
+ "perUnitPattern": "{0}/deň"
3267
+ },
3268
+ "duration-hour": {
3269
+ "displayName": "h",
3270
+ "unitPattern-count-one": "{0} h",
3271
+ "unitPattern-count-few": "{0} h",
3272
+ "unitPattern-count-many": "{0} h",
3273
+ "unitPattern-count-other": "{0} h",
3274
+ "perUnitPattern": "{0}/h"
3275
+ },
3276
+ "duration-minute": {
3277
+ "displayName": "min",
3278
+ "unitPattern-count-one": "{0} min",
3279
+ "unitPattern-count-few": "{0} min",
3280
+ "unitPattern-count-many": "{0} min",
3281
+ "unitPattern-count-other": "{0} min",
3282
+ "perUnitPattern": "{0}/min"
3283
+ },
3284
+ "duration-second": {
3285
+ "displayName": "s",
3286
+ "unitPattern-count-one": "{0} s",
3287
+ "unitPattern-count-few": "{0} s",
3288
+ "unitPattern-count-many": "{0} s",
3289
+ "unitPattern-count-other": "{0} s",
3290
+ "perUnitPattern": "{0}/s"
3291
+ },
3292
+ "duration-millisecond": {
3293
+ "displayName": "ms",
3294
+ "unitPattern-count-one": "{0} ms",
3295
+ "unitPattern-count-few": "{0} ms",
3296
+ "unitPattern-count-many": "{0} ms",
3297
+ "unitPattern-count-other": "{0} ms"
3298
+ },
3299
+ "duration-microsecond": {
3300
+ "displayName": "μs",
3301
+ "unitPattern-count-one": "{0} μs",
3302
+ "unitPattern-count-few": "{0} μs",
3303
+ "unitPattern-count-many": "{0} μs",
3304
+ "unitPattern-count-other": "{0} μs"
3305
+ },
3306
+ "duration-nanosecond": {
3307
+ "displayName": "ns",
3308
+ "unitPattern-count-one": "{0} ns",
3309
+ "unitPattern-count-few": "{0} ns",
3310
+ "unitPattern-count-many": "{0} ns",
3311
+ "unitPattern-count-other": "{0} ns"
3312
+ },
3313
+ "electric-ampere": {
3314
+ "displayName": "A",
3315
+ "unitPattern-count-one": "{0} A",
3316
+ "unitPattern-count-few": "{0} A",
3317
+ "unitPattern-count-many": "{0} A",
3318
+ "unitPattern-count-other": "{0} A"
3319
+ },
3320
+ "electric-milliampere": {
3321
+ "displayName": "mA",
3322
+ "unitPattern-count-one": "{0} mA",
3323
+ "unitPattern-count-few": "{0} mA",
3324
+ "unitPattern-count-many": "{0} mA",
3325
+ "unitPattern-count-other": "{0} mA"
3326
+ },
3327
+ "electric-ohm": {
3328
+ "displayName": "Ω",
3329
+ "unitPattern-count-one": "{0} Ω",
3330
+ "unitPattern-count-few": "{0} Ω",
3331
+ "unitPattern-count-many": "{0} Ω",
3332
+ "unitPattern-count-other": "{0} Ω"
3333
+ },
3334
+ "electric-volt": {
3335
+ "displayName": "V",
3336
+ "unitPattern-count-one": "{0} V",
3337
+ "unitPattern-count-few": "{0} V",
3338
+ "unitPattern-count-many": "{0} V",
3339
+ "unitPattern-count-other": "{0} V"
3340
+ },
3341
+ "energy-kilocalorie": {
3342
+ "displayName": "kcal",
3343
+ "unitPattern-count-one": "{0} kcal",
3344
+ "unitPattern-count-few": "{0} kcal",
3345
+ "unitPattern-count-many": "{0} kcal",
3346
+ "unitPattern-count-other": "{0} kcal"
3347
+ },
3348
+ "energy-calorie": {
3349
+ "displayName": "cal",
3350
+ "unitPattern-count-one": "{0} cal",
3351
+ "unitPattern-count-few": "{0} cal",
3352
+ "unitPattern-count-many": "{0} cal",
3353
+ "unitPattern-count-other": "{0} cal"
3354
+ },
3355
+ "energy-foodcalorie": {
3356
+ "displayName": "cal",
3357
+ "unitPattern-count-one": "{0} cal",
3358
+ "unitPattern-count-few": "{0} cal",
3359
+ "unitPattern-count-many": "{0} cal",
3360
+ "unitPattern-count-other": "{0} cal"
3361
+ },
3362
+ "energy-kilojoule": {
3363
+ "displayName": "kJ",
3364
+ "unitPattern-count-one": "{0} kJ",
3365
+ "unitPattern-count-few": "{0} kJ",
3366
+ "unitPattern-count-many": "{0} kJ",
3367
+ "unitPattern-count-other": "{0} kJ"
3368
+ },
3369
+ "energy-joule": {
3370
+ "displayName": "J",
3371
+ "unitPattern-count-one": "{0} J",
3372
+ "unitPattern-count-few": "{0} J",
3373
+ "unitPattern-count-many": "{0} J",
3374
+ "unitPattern-count-other": "{0} J"
3375
+ },
3376
+ "energy-kilowatt-hour": {
3377
+ "displayName": "kWh",
3378
+ "unitPattern-count-one": "{0} kWh",
3379
+ "unitPattern-count-few": "{0} kWh",
3380
+ "unitPattern-count-many": "{0} kWh",
3381
+ "unitPattern-count-other": "{0} kWh"
3382
+ },
3383
+ "energy-electronvolt": {
3384
+ "displayName": "eV",
3385
+ "unitPattern-count-one": "{0} eV",
3386
+ "unitPattern-count-few": "{0} eV",
3387
+ "unitPattern-count-many": "{0} eV",
3388
+ "unitPattern-count-other": "{0} eV"
3389
+ },
3390
+ "energy-british-thermal-unit": {
3391
+ "displayName": "BTU",
3392
+ "unitPattern-count-one": "{0} BTU",
3393
+ "unitPattern-count-few": "{0} BTU",
3394
+ "unitPattern-count-many": "{0} BTU",
3395
+ "unitPattern-count-other": "{0} BTU"
3396
+ },
3397
+ "energy-therm-us": {
3398
+ "displayName": "thm",
3399
+ "unitPattern-count-one": "{0} thm",
3400
+ "unitPattern-count-few": "{0} thm",
3401
+ "unitPattern-count-many": "{0} thm",
3402
+ "unitPattern-count-other": "{0} thm"
3403
+ },
3404
+ "force-pound-force": {
3405
+ "displayName": "lbf",
3406
+ "unitPattern-count-one": "{0} lbf",
3407
+ "unitPattern-count-few": "{0} lbf",
3408
+ "unitPattern-count-many": "{0} lbf",
3409
+ "unitPattern-count-other": "{0} lbf"
3410
+ },
3411
+ "force-newton": {
3412
+ "displayName": "N",
3413
+ "unitPattern-count-one": "{0} N",
3414
+ "unitPattern-count-few": "{0} N",
3415
+ "unitPattern-count-many": "{0} N",
3416
+ "unitPattern-count-other": "{0} N"
3417
+ },
3418
+ "force-kilowatt-hour-per-100-kilometer": {
3419
+ "displayName": "kWh/100km",
3420
+ "unitPattern-count-other": "{0} kWh/100km"
3421
+ },
3422
+ "frequency-gigahertz": {
3423
+ "displayName": "GHz",
3424
+ "unitPattern-count-one": "{0} GHz",
3425
+ "unitPattern-count-few": "{0} GHz",
3426
+ "unitPattern-count-many": "{0} GHz",
3427
+ "unitPattern-count-other": "{0} GHz"
3428
+ },
3429
+ "frequency-megahertz": {
3430
+ "displayName": "MHz",
3431
+ "unitPattern-count-one": "{0} MHz",
3432
+ "unitPattern-count-few": "{0} MHz",
3433
+ "unitPattern-count-many": "{0} MHz",
3434
+ "unitPattern-count-other": "{0} MHz"
3435
+ },
3436
+ "frequency-kilohertz": {
3437
+ "displayName": "kHz",
3438
+ "unitPattern-count-one": "{0} kHz",
3439
+ "unitPattern-count-few": "{0} kHz",
3440
+ "unitPattern-count-many": "{0} kHz",
3441
+ "unitPattern-count-other": "{0} kHz"
3442
+ },
3443
+ "frequency-hertz": {
3444
+ "displayName": "Hz",
3445
+ "unitPattern-count-one": "{0} Hz",
3446
+ "unitPattern-count-few": "{0} Hz",
3447
+ "unitPattern-count-many": "{0} Hz",
3448
+ "unitPattern-count-other": "{0} Hz"
3449
+ },
3450
+ "graphics-em": {
3451
+ "displayName": "em",
3452
+ "unitPattern-count-one": "{0} em",
3453
+ "unitPattern-count-few": "{0} em",
3454
+ "unitPattern-count-many": "{0} em",
3455
+ "unitPattern-count-other": "{0} em"
3456
+ },
3457
+ "graphics-pixel": {
3458
+ "displayName": "px",
3459
+ "unitPattern-count-one": "{0} px",
3460
+ "unitPattern-count-few": "{0} px",
3461
+ "unitPattern-count-many": "{0} px",
3462
+ "unitPattern-count-other": "{0} px"
3463
+ },
3464
+ "graphics-megapixel": {
3465
+ "displayName": "Mpx",
3466
+ "unitPattern-count-one": "{0} Mpx",
3467
+ "unitPattern-count-few": "{0} Mpx",
3468
+ "unitPattern-count-many": "{0} Mpx",
3469
+ "unitPattern-count-other": "{0} Mpx"
3470
+ },
3471
+ "graphics-pixel-per-centimeter": {
3472
+ "displayName": "ppcm",
3473
+ "unitPattern-count-one": "{0} ppcm",
3474
+ "unitPattern-count-few": "{0} ppcm",
3475
+ "unitPattern-count-many": "{0} ppcm",
3476
+ "unitPattern-count-other": "{0} ppcm"
3477
+ },
3478
+ "graphics-pixel-per-inch": {
3479
+ "displayName": "ppi",
3480
+ "unitPattern-count-one": "{0} ppi",
3481
+ "unitPattern-count-few": "{0} ppi",
3482
+ "unitPattern-count-many": "{0} ppi",
3483
+ "unitPattern-count-other": "{0} ppi"
3484
+ },
3485
+ "graphics-dot-per-centimeter": {
3486
+ "displayName": "dpcm",
3487
+ "unitPattern-count-one": "{0} dpcm",
3488
+ "unitPattern-count-few": "{0} dpcm",
3489
+ "unitPattern-count-many": "{0} dpcm",
3490
+ "unitPattern-count-other": "{0} dpcm"
3491
+ },
3492
+ "graphics-dot-per-inch": {
3493
+ "displayName": "dpi",
3494
+ "unitPattern-count-one": "{0} dpi",
3495
+ "unitPattern-count-few": "{0} dpi",
3496
+ "unitPattern-count-many": "{0} dpi",
3497
+ "unitPattern-count-other": "{0} dpi"
3498
+ },
3499
+ "graphics-dot": {
3500
+ "displayName": "bod",
3501
+ "unitPattern-count-one": "{0} bod",
3502
+ "unitPattern-count-few": "{0} body",
3503
+ "unitPattern-count-many": "{0} bodu",
3504
+ "unitPattern-count-other": "{0} bodov"
3505
+ },
3506
+ "length-earth-radius": {
3507
+ "displayName": "R⊕",
3508
+ "unitPattern-count-other": "{0} R⊕"
3509
+ },
3510
+ "length-kilometer": {
3511
+ "displayName": "km",
3512
+ "unitPattern-count-one": "{0} km",
3513
+ "unitPattern-count-few": "{0} km",
3514
+ "unitPattern-count-many": "{0} km",
3515
+ "unitPattern-count-other": "{0} km",
3516
+ "perUnitPattern": "{0}/km"
3517
+ },
3518
+ "length-meter": {
3519
+ "displayName": "m",
3520
+ "unitPattern-count-one": "{0} m",
3521
+ "unitPattern-count-few": "{0} m",
3522
+ "unitPattern-count-many": "{0} m",
3523
+ "unitPattern-count-other": "{0} m",
3524
+ "perUnitPattern": "{0}/m"
3525
+ },
3526
+ "length-decimeter": {
3527
+ "displayName": "dm",
3528
+ "unitPattern-count-one": "{0} dm",
3529
+ "unitPattern-count-few": "{0} dm",
3530
+ "unitPattern-count-many": "{0} dm",
3531
+ "unitPattern-count-other": "{0} dm"
3532
+ },
3533
+ "length-centimeter": {
3534
+ "displayName": "cm",
3535
+ "unitPattern-count-one": "{0} cm",
3536
+ "unitPattern-count-few": "{0} cm",
3537
+ "unitPattern-count-many": "{0} cm",
3538
+ "unitPattern-count-other": "{0} cm",
3539
+ "perUnitPattern": "{0}/cm"
3540
+ },
3541
+ "length-millimeter": {
3542
+ "displayName": "mm",
3543
+ "unitPattern-count-one": "{0} mm",
3544
+ "unitPattern-count-few": "{0} mm",
3545
+ "unitPattern-count-many": "{0} mm",
3546
+ "unitPattern-count-other": "{0} mm"
3547
+ },
3548
+ "length-micrometer": {
3549
+ "displayName": "μm",
3550
+ "unitPattern-count-one": "{0} μm",
3551
+ "unitPattern-count-few": "{0} μm",
3552
+ "unitPattern-count-many": "{0} μm",
3553
+ "unitPattern-count-other": "{0} μm"
3554
+ },
3555
+ "length-nanometer": {
3556
+ "displayName": "nm",
3557
+ "unitPattern-count-one": "{0} nm",
3558
+ "unitPattern-count-few": "{0} nm",
3559
+ "unitPattern-count-many": "{0} nm",
3560
+ "unitPattern-count-other": "{0} nm"
3561
+ },
3562
+ "length-picometer": {
3563
+ "displayName": "pm",
3564
+ "unitPattern-count-one": "{0} pm",
3565
+ "unitPattern-count-few": "{0} pm",
3566
+ "unitPattern-count-many": "{0} pm",
3567
+ "unitPattern-count-other": "{0} pm"
3568
+ },
3569
+ "length-mile": {
3570
+ "displayName": "mi",
3571
+ "unitPattern-count-one": "{0} mi",
3572
+ "unitPattern-count-few": "{0} mi",
3573
+ "unitPattern-count-many": "{0} mi",
3574
+ "unitPattern-count-other": "{0} mi"
3575
+ },
3576
+ "length-yard": {
3577
+ "displayName": "yd",
3578
+ "unitPattern-count-one": "{0} yd",
3579
+ "unitPattern-count-few": "{0} yd",
3580
+ "unitPattern-count-many": "{0} yd",
3581
+ "unitPattern-count-other": "{0} yd"
3582
+ },
3583
+ "length-foot": {
3584
+ "displayName": "ft",
3585
+ "unitPattern-count-one": "{0} ft",
3586
+ "unitPattern-count-few": "{0} ft",
3587
+ "unitPattern-count-many": "{0} ft",
3588
+ "unitPattern-count-other": "{0} ft",
3589
+ "perUnitPattern": "{0}/ft"
3590
+ },
3591
+ "length-inch": {
3592
+ "displayName": "in",
3593
+ "unitPattern-count-one": "{0} in",
3594
+ "unitPattern-count-few": "{0} in",
3595
+ "unitPattern-count-many": "{0} in",
3596
+ "unitPattern-count-other": "{0} in",
3597
+ "perUnitPattern": "{0}/in"
3598
+ },
3599
+ "length-parsec": {
3600
+ "displayName": "pc",
3601
+ "unitPattern-count-one": "{0} pc",
3602
+ "unitPattern-count-few": "{0} pc",
3603
+ "unitPattern-count-many": "{0} pc",
3604
+ "unitPattern-count-other": "{0} pc"
3605
+ },
3606
+ "length-light-year": {
3607
+ "displayName": "ly",
3608
+ "unitPattern-count-one": "{0} ly",
3609
+ "unitPattern-count-few": "{0} ly",
3610
+ "unitPattern-count-many": "{0} ly",
3611
+ "unitPattern-count-other": "{0} ly"
3612
+ },
3613
+ "length-astronomical-unit": {
3614
+ "displayName": "au",
3615
+ "unitPattern-count-one": "{0} au",
3616
+ "unitPattern-count-few": "{0} au",
3617
+ "unitPattern-count-many": "{0} au",
3618
+ "unitPattern-count-other": "{0} au"
3619
+ },
3620
+ "length-furlong": {
3621
+ "displayName": "fur",
3622
+ "unitPattern-count-one": "{0} fur",
3623
+ "unitPattern-count-few": "{0} fur",
3624
+ "unitPattern-count-many": "{0} fur",
3625
+ "unitPattern-count-other": "{0} fur"
3626
+ },
3627
+ "length-fathom": {
3628
+ "displayName": "fth",
3629
+ "unitPattern-count-one": "{0} fth",
3630
+ "unitPattern-count-few": "{0} fth",
3631
+ "unitPattern-count-many": "{0} fth",
3632
+ "unitPattern-count-other": "{0} fth"
3633
+ },
3634
+ "length-nautical-mile": {
3635
+ "displayName": "NM",
3636
+ "unitPattern-count-one": "{0} NM",
3637
+ "unitPattern-count-few": "{0} NM",
3638
+ "unitPattern-count-many": "{0} NM",
3639
+ "unitPattern-count-other": "{0} NM"
3640
+ },
3641
+ "length-mile-scandinavian": {
3642
+ "displayName": "ŠM",
3643
+ "unitPattern-count-one": "{0} ŠM",
3644
+ "unitPattern-count-few": "{0} ŠM",
3645
+ "unitPattern-count-many": "{0} ŠM",
3646
+ "unitPattern-count-other": "{0} ŠM"
3647
+ },
3648
+ "length-point": {
3649
+ "displayName": "pt",
3650
+ "unitPattern-count-one": "{0} pt",
3651
+ "unitPattern-count-few": "{0} pt",
3652
+ "unitPattern-count-many": "{0} pt",
3653
+ "unitPattern-count-other": "{0} pt"
3654
+ },
3655
+ "length-solar-radius": {
3656
+ "displayName": "R☉",
3657
+ "unitPattern-count-one": "{0} R☉",
3658
+ "unitPattern-count-few": "{0} R☉",
3659
+ "unitPattern-count-many": "{0} R☉",
3660
+ "unitPattern-count-other": "{0} R☉"
3661
+ },
3662
+ "light-lux": {
3663
+ "displayName": "lx",
3664
+ "unitPattern-count-one": "{0} lx",
3665
+ "unitPattern-count-few": "{0} lx",
3666
+ "unitPattern-count-many": "{0} lx",
3667
+ "unitPattern-count-other": "{0} lx"
3668
+ },
3669
+ "light-candela": {
3670
+ "displayName": "cd",
3671
+ "unitPattern-count-one": "{0} cd",
3672
+ "unitPattern-count-few": "{0} cd",
3673
+ "unitPattern-count-many": "{0} cd",
3674
+ "unitPattern-count-other": "{0} cd"
3675
+ },
3676
+ "light-lumen": {
3677
+ "displayName": "lm",
3678
+ "unitPattern-count-one": "{0} lm",
3679
+ "unitPattern-count-few": "{0} lm",
3680
+ "unitPattern-count-many": "{0} lm",
3681
+ "unitPattern-count-other": "{0} lm"
3682
+ },
3683
+ "light-solar-luminosity": {
3684
+ "displayName": "L☉",
3685
+ "unitPattern-count-one": "{0} L☉",
3686
+ "unitPattern-count-few": "{0} L☉",
3687
+ "unitPattern-count-many": "{0} L☉",
3688
+ "unitPattern-count-other": "{0} L☉"
3689
+ },
3690
+ "mass-metric-ton": {
3691
+ "displayName": "t",
3692
+ "unitPattern-count-one": "{0} t",
3693
+ "unitPattern-count-few": "{0} t",
3694
+ "unitPattern-count-many": "{0} t",
3695
+ "unitPattern-count-other": "{0} t"
3696
+ },
3697
+ "mass-kilogram": {
3698
+ "displayName": "kg",
3699
+ "unitPattern-count-one": "{0} kg",
3700
+ "unitPattern-count-few": "{0} kg",
3701
+ "unitPattern-count-many": "{0} kg",
3702
+ "unitPattern-count-other": "{0} kg",
3703
+ "perUnitPattern": "{0}/kg"
3704
+ },
3705
+ "mass-gram": {
3706
+ "displayName": "g",
3707
+ "unitPattern-count-one": "{0} g",
3708
+ "unitPattern-count-few": "{0} g",
3709
+ "unitPattern-count-many": "{0} g",
3710
+ "unitPattern-count-other": "{0} g",
3711
+ "perUnitPattern": "{0}/g"
3712
+ },
3713
+ "mass-milligram": {
3714
+ "displayName": "mg",
3715
+ "unitPattern-count-one": "{0} mg",
3716
+ "unitPattern-count-few": "{0} mg",
3717
+ "unitPattern-count-many": "{0} mg",
3718
+ "unitPattern-count-other": "{0} mg"
3719
+ },
3720
+ "mass-microgram": {
3721
+ "displayName": "μg",
3722
+ "unitPattern-count-one": "{0} μg",
3723
+ "unitPattern-count-few": "{0} μg",
3724
+ "unitPattern-count-many": "{0} μg",
3725
+ "unitPattern-count-other": "{0} μg"
3726
+ },
3727
+ "mass-ton": {
3728
+ "displayName": "to",
3729
+ "unitPattern-count-one": "{0} to",
3730
+ "unitPattern-count-few": "{0} to",
3731
+ "unitPattern-count-many": "{0} to",
3732
+ "unitPattern-count-other": "{0} to"
3733
+ },
3734
+ "mass-stone": {
3735
+ "displayName": "st",
3736
+ "unitPattern-count-one": "{0} st",
3737
+ "unitPattern-count-few": "{0} st",
3738
+ "unitPattern-count-many": "{0} st",
3739
+ "unitPattern-count-other": "{0} st"
3740
+ },
3741
+ "mass-pound": {
3742
+ "displayName": "lb",
3743
+ "unitPattern-count-one": "{0} lb",
3744
+ "unitPattern-count-few": "{0} lb",
3745
+ "unitPattern-count-many": "{0} lb",
3746
+ "unitPattern-count-other": "{0} lb",
3747
+ "perUnitPattern": "{0}/lb"
3748
+ },
3749
+ "mass-ounce": {
3750
+ "displayName": "oz",
3751
+ "unitPattern-count-one": "{0} oz",
3752
+ "unitPattern-count-few": "{0} oz",
3753
+ "unitPattern-count-many": "{0} oz",
3754
+ "unitPattern-count-other": "{0} oz",
3755
+ "perUnitPattern": "{0}/oz"
3756
+ },
3757
+ "mass-ounce-troy": {
3758
+ "displayName": "oz t",
3759
+ "unitPattern-count-one": "{0} oz t",
3760
+ "unitPattern-count-few": "{0} oz t",
3761
+ "unitPattern-count-many": "{0} oz t",
3762
+ "unitPattern-count-other": "{0} oz t"
3763
+ },
3764
+ "mass-carat": {
3765
+ "displayName": "ct",
3766
+ "unitPattern-count-one": "{0} ct",
3767
+ "unitPattern-count-few": "{0} ct",
3768
+ "unitPattern-count-many": "{0} ct",
3769
+ "unitPattern-count-other": "{0} ct"
3770
+ },
3771
+ "mass-dalton": {
3772
+ "displayName": "Da",
3773
+ "unitPattern-count-one": "{0} Da",
3774
+ "unitPattern-count-few": "{0} Da",
3775
+ "unitPattern-count-many": "{0} Da",
3776
+ "unitPattern-count-other": "{0} Da"
3777
+ },
3778
+ "mass-earth-mass": {
3779
+ "displayName": "M⊕",
3780
+ "unitPattern-count-one": "{0} M⊕",
3781
+ "unitPattern-count-few": "{0} M⊕",
3782
+ "unitPattern-count-many": "{0} M⊕",
3783
+ "unitPattern-count-other": "{0} M⊕"
3784
+ },
3785
+ "mass-solar-mass": {
3786
+ "displayName": "M☉",
3787
+ "unitPattern-count-one": "{0} M☉",
3788
+ "unitPattern-count-few": "{0} M☉",
3789
+ "unitPattern-count-many": "{0} M☉",
3790
+ "unitPattern-count-other": "{0} M☉"
3791
+ },
3792
+ "mass-grain": {
3793
+ "displayName": "gran",
3794
+ "unitPattern-count-one": "{0} gran",
3795
+ "unitPattern-count-few": "{0} grany",
3796
+ "unitPattern-count-many": "{0} granu",
3797
+ "unitPattern-count-other": "{0} granov"
3798
+ },
3799
+ "power-gigawatt": {
3800
+ "displayName": "GW",
3801
+ "unitPattern-count-one": "{0} GW",
3802
+ "unitPattern-count-few": "{0} GW",
3803
+ "unitPattern-count-many": "{0} GW",
3804
+ "unitPattern-count-other": "{0} GW"
3805
+ },
3806
+ "power-megawatt": {
3807
+ "displayName": "MW",
3808
+ "unitPattern-count-one": "{0} MW",
3809
+ "unitPattern-count-few": "{0} MW",
3810
+ "unitPattern-count-many": "{0} MW",
3811
+ "unitPattern-count-other": "{0} MW"
3812
+ },
3813
+ "power-kilowatt": {
3814
+ "displayName": "kW",
3815
+ "unitPattern-count-one": "{0} kW",
3816
+ "unitPattern-count-few": "{0} kW",
3817
+ "unitPattern-count-many": "{0} kW",
3818
+ "unitPattern-count-other": "{0} kW"
3819
+ },
3820
+ "power-watt": {
3821
+ "displayName": "W",
3822
+ "unitPattern-count-one": "{0} W",
3823
+ "unitPattern-count-few": "{0} W",
3824
+ "unitPattern-count-many": "{0} W",
3825
+ "unitPattern-count-other": "{0} W"
3826
+ },
3827
+ "power-milliwatt": {
3828
+ "displayName": "mW",
3829
+ "unitPattern-count-one": "{0} mW",
3830
+ "unitPattern-count-few": "{0} mW",
3831
+ "unitPattern-count-many": "{0} mW",
3832
+ "unitPattern-count-other": "{0} mW"
3833
+ },
3834
+ "power-horsepower": {
3835
+ "displayName": "hp",
3836
+ "unitPattern-count-one": "{0} hp",
3837
+ "unitPattern-count-few": "{0} hp",
3838
+ "unitPattern-count-many": "{0} hp",
3839
+ "unitPattern-count-other": "{0} hp"
3840
+ },
3841
+ "pressure-millimeter-ofhg": {
3842
+ "displayName": "mm Hg",
3843
+ "unitPattern-count-one": "{0} mm Hg",
3844
+ "unitPattern-count-few": "{0} mm Hg",
3845
+ "unitPattern-count-many": "{0} mm Hg",
3846
+ "unitPattern-count-other": "{0} mm Hg"
3847
+ },
3848
+ "pressure-pound-force-per-square-inch": {
3849
+ "displayName": "psi",
3850
+ "unitPattern-count-one": "{0} psi",
3851
+ "unitPattern-count-few": "{0} psi",
3852
+ "unitPattern-count-many": "{0} psi",
3853
+ "unitPattern-count-other": "{0} psi"
3854
+ },
3855
+ "pressure-inch-ofhg": {
3856
+ "displayName": "inHg",
3857
+ "unitPattern-count-one": "{0} inHg",
3858
+ "unitPattern-count-few": "{0} inHg",
3859
+ "unitPattern-count-many": "{0} inHg",
3860
+ "unitPattern-count-other": "{0} inHg"
3861
+ },
3862
+ "pressure-bar": {
3863
+ "displayName": "bar",
3864
+ "unitPattern-count-other": "{0} bar"
3865
+ },
3866
+ "pressure-millibar": {
3867
+ "displayName": "mbar",
3868
+ "unitPattern-count-one": "{0} mbar",
3869
+ "unitPattern-count-few": "{0} mbar",
3870
+ "unitPattern-count-many": "{0} mbar",
3871
+ "unitPattern-count-other": "{0} mbar"
3872
+ },
3873
+ "pressure-atmosphere": {
3874
+ "displayName": "atm",
3875
+ "unitPattern-count-one": "{0} atm",
3876
+ "unitPattern-count-few": "{0} atm",
3877
+ "unitPattern-count-many": "{0} atm",
3878
+ "unitPattern-count-other": "{0} atm"
3879
+ },
3880
+ "pressure-pascal": {
3881
+ "displayName": "Pa",
3882
+ "unitPattern-count-other": "{0} Pa"
3883
+ },
3884
+ "pressure-hectopascal": {
3885
+ "displayName": "hPa",
3886
+ "unitPattern-count-one": "{0} hPa",
3887
+ "unitPattern-count-few": "{0} hPa",
3888
+ "unitPattern-count-many": "{0} hPa",
3889
+ "unitPattern-count-other": "{0} hPa"
3890
+ },
3891
+ "pressure-kilopascal": {
3892
+ "displayName": "kPa",
3893
+ "unitPattern-count-one": "{0} kPa",
3894
+ "unitPattern-count-few": "{0} kPa",
3895
+ "unitPattern-count-many": "{0} kPa",
3896
+ "unitPattern-count-other": "{0} kPa"
3897
+ },
3898
+ "pressure-megapascal": {
3899
+ "displayName": "MPa",
3900
+ "unitPattern-count-one": "{0} MPa",
3901
+ "unitPattern-count-few": "{0} MPa",
3902
+ "unitPattern-count-many": "{0} MPa",
3903
+ "unitPattern-count-other": "{0} MPa"
3904
+ },
3905
+ "speed-kilometer-per-hour": {
3906
+ "displayName": "km/h",
3907
+ "unitPattern-count-one": "{0} km/h",
3908
+ "unitPattern-count-few": "{0} km/h",
3909
+ "unitPattern-count-many": "{0} km/h",
3910
+ "unitPattern-count-other": "{0} km/h"
3911
+ },
3912
+ "speed-meter-per-second": {
3913
+ "displayName": "m/s",
3914
+ "unitPattern-count-one": "{0} m/s",
3915
+ "unitPattern-count-few": "{0} m/s",
3916
+ "unitPattern-count-many": "{0} m/s",
3917
+ "unitPattern-count-other": "{0} m/s"
3918
+ },
3919
+ "speed-mile-per-hour": {
3920
+ "displayName": "mi/h",
3921
+ "unitPattern-count-one": "{0} mi/h",
3922
+ "unitPattern-count-few": "{0} mi/h",
3923
+ "unitPattern-count-many": "{0} mi/h",
3924
+ "unitPattern-count-other": "{0} mi/h"
3925
+ },
3926
+ "speed-knot": {
3927
+ "displayName": "kn",
3928
+ "unitPattern-count-one": "{0} kn",
3929
+ "unitPattern-count-few": "{0} kn",
3930
+ "unitPattern-count-many": "{0} kn",
3931
+ "unitPattern-count-other": "{0} kn"
3932
+ },
3933
+ "temperature-generic": {
3934
+ "displayName": "°",
3935
+ "unitPattern-count-one": "{0} °",
3936
+ "unitPattern-count-few": "{0} °",
3937
+ "unitPattern-count-many": "{0} °",
3938
+ "unitPattern-count-other": "{0} °"
3939
+ },
3940
+ "temperature-celsius": {
3941
+ "displayName": "°C",
3942
+ "unitPattern-count-one": "{0} °C",
3943
+ "unitPattern-count-few": "{0} °C",
3944
+ "unitPattern-count-many": "{0} °C",
3945
+ "unitPattern-count-other": "{0} °C"
3946
+ },
3947
+ "temperature-fahrenheit": {
3948
+ "displayName": "°F",
3949
+ "unitPattern-count-one": "{0} °F",
3950
+ "unitPattern-count-few": "{0} °F",
3951
+ "unitPattern-count-many": "{0} °F",
3952
+ "unitPattern-count-other": "{0} °F"
3953
+ },
3954
+ "temperature-kelvin": {
3955
+ "displayName": "K",
3956
+ "unitPattern-count-one": "{0} K",
3957
+ "unitPattern-count-few": "{0} K",
3958
+ "unitPattern-count-many": "{0} K",
3959
+ "unitPattern-count-other": "{0} K"
3960
+ },
3961
+ "torque-pound-force-foot": {
3962
+ "displayName": "lbf⋅ft",
3963
+ "unitPattern-count-one": "{0} lbf⋅ft",
3964
+ "unitPattern-count-few": "{0} lbf⋅ft",
3965
+ "unitPattern-count-many": "{0} lbf⋅ft",
3966
+ "unitPattern-count-other": "{0} lbf⋅ft"
3967
+ },
3968
+ "torque-newton-meter": {
3969
+ "displayName": "Nm",
3970
+ "unitPattern-count-one": "{0} Nm",
3971
+ "unitPattern-count-few": "{0} Nm",
3972
+ "unitPattern-count-many": "{0} Nm",
3973
+ "unitPattern-count-other": "{0} Nm"
3974
+ },
3975
+ "volume-cubic-kilometer": {
3976
+ "displayName": "km³",
3977
+ "unitPattern-count-one": "{0} km³",
3978
+ "unitPattern-count-few": "{0} km³",
3979
+ "unitPattern-count-many": "{0} km³",
3980
+ "unitPattern-count-other": "{0} km³"
3981
+ },
3982
+ "volume-cubic-meter": {
3983
+ "displayName": "m³",
3984
+ "unitPattern-count-one": "{0} m³",
3985
+ "unitPattern-count-few": "{0} m³",
3986
+ "unitPattern-count-many": "{0} m³",
3987
+ "unitPattern-count-other": "{0} m³",
3988
+ "perUnitPattern": "{0}/m³"
3989
+ },
3990
+ "volume-cubic-centimeter": {
3991
+ "displayName": "cm³",
3992
+ "unitPattern-count-one": "{0} cm³",
3993
+ "unitPattern-count-few": "{0} cm³",
3994
+ "unitPattern-count-many": "{0} cm³",
3995
+ "unitPattern-count-other": "{0} cm³",
3996
+ "perUnitPattern": "{0}/cm³"
3997
+ },
3998
+ "volume-cubic-mile": {
3999
+ "displayName": "mi³",
4000
+ "unitPattern-count-one": "{0} mi³",
4001
+ "unitPattern-count-few": "{0} mi³",
4002
+ "unitPattern-count-many": "{0} mi³",
4003
+ "unitPattern-count-other": "{0} mi³"
4004
+ },
4005
+ "volume-cubic-yard": {
4006
+ "displayName": "yd³",
4007
+ "unitPattern-count-one": "{0} yd³",
4008
+ "unitPattern-count-few": "{0} yd³",
4009
+ "unitPattern-count-many": "{0} yd³",
4010
+ "unitPattern-count-other": "{0} yd³"
4011
+ },
4012
+ "volume-cubic-foot": {
4013
+ "displayName": "ft³",
4014
+ "unitPattern-count-one": "{0} ft³",
4015
+ "unitPattern-count-few": "{0} ft³",
4016
+ "unitPattern-count-many": "{0} ft³",
4017
+ "unitPattern-count-other": "{0} ft³"
4018
+ },
4019
+ "volume-cubic-inch": {
4020
+ "displayName": "in³",
4021
+ "unitPattern-count-one": "{0} in³",
4022
+ "unitPattern-count-few": "{0} in³",
4023
+ "unitPattern-count-many": "{0} in³",
4024
+ "unitPattern-count-other": "{0} in³"
4025
+ },
4026
+ "volume-megaliter": {
4027
+ "displayName": "Ml",
4028
+ "unitPattern-count-one": "{0} Ml",
4029
+ "unitPattern-count-few": "{0} Ml",
4030
+ "unitPattern-count-many": "{0} Ml",
4031
+ "unitPattern-count-other": "{0} Ml"
4032
+ },
4033
+ "volume-hectoliter": {
4034
+ "displayName": "hl",
4035
+ "unitPattern-count-one": "{0} hl",
4036
+ "unitPattern-count-few": "{0} hl",
4037
+ "unitPattern-count-many": "{0} hl",
4038
+ "unitPattern-count-other": "{0} hl"
4039
+ },
4040
+ "volume-liter": {
4041
+ "displayName": "l",
4042
+ "unitPattern-count-one": "{0} l",
4043
+ "unitPattern-count-few": "{0} l",
4044
+ "unitPattern-count-many": "{0} l",
4045
+ "unitPattern-count-other": "{0} l",
4046
+ "perUnitPattern": "{0}/l"
4047
+ },
4048
+ "volume-deciliter": {
4049
+ "displayName": "dl",
4050
+ "unitPattern-count-one": "{0} dl",
4051
+ "unitPattern-count-few": "{0} dl",
4052
+ "unitPattern-count-many": "{0} dl",
4053
+ "unitPattern-count-other": "{0} dl"
4054
+ },
4055
+ "volume-centiliter": {
4056
+ "displayName": "cl",
4057
+ "unitPattern-count-one": "{0} cl",
4058
+ "unitPattern-count-few": "{0} cl",
4059
+ "unitPattern-count-many": "{0} cl",
4060
+ "unitPattern-count-other": "{0} cl"
4061
+ },
4062
+ "volume-milliliter": {
4063
+ "displayName": "ml",
4064
+ "unitPattern-count-one": "{0} ml",
4065
+ "unitPattern-count-few": "{0} ml",
4066
+ "unitPattern-count-many": "{0} ml",
4067
+ "unitPattern-count-other": "{0} ml"
4068
+ },
4069
+ "volume-pint-metric": {
4070
+ "displayName": "mpt",
4071
+ "unitPattern-count-one": "{0} mpt",
4072
+ "unitPattern-count-few": "{0} mpt",
4073
+ "unitPattern-count-many": "{0} mpt",
4074
+ "unitPattern-count-other": "{0} mpt"
4075
+ },
4076
+ "volume-cup-metric": {
4077
+ "displayName": "mc",
4078
+ "unitPattern-count-one": "{0} mc",
4079
+ "unitPattern-count-few": "{0} mc",
4080
+ "unitPattern-count-many": "{0} mc",
4081
+ "unitPattern-count-other": "{0} mc"
4082
+ },
4083
+ "volume-acre-foot": {
4084
+ "displayName": "ac ft",
4085
+ "unitPattern-count-one": "{0} ac ft",
4086
+ "unitPattern-count-few": "{0} ac ft",
4087
+ "unitPattern-count-many": "{0} ac ft",
4088
+ "unitPattern-count-other": "{0} ac ft"
4089
+ },
4090
+ "volume-bushel": {
4091
+ "displayName": "bu",
4092
+ "unitPattern-count-one": "{0} bu",
4093
+ "unitPattern-count-few": "{0} bu",
4094
+ "unitPattern-count-many": "{0} bu",
4095
+ "unitPattern-count-other": "{0} bu"
4096
+ },
4097
+ "volume-gallon": {
4098
+ "displayName": "gal",
4099
+ "unitPattern-count-one": "{0} gal",
4100
+ "unitPattern-count-few": "{0} gal",
4101
+ "unitPattern-count-many": "{0} gal",
4102
+ "unitPattern-count-other": "{0} gal",
4103
+ "perUnitPattern": "{0}/gal"
4104
+ },
4105
+ "volume-gallon-imperial": {
4106
+ "displayName": "brit. gal.",
4107
+ "unitPattern-count-one": "{0} brit. gal.",
4108
+ "unitPattern-count-few": "{0} brit. gal.",
4109
+ "unitPattern-count-many": "{0} brit. gal.",
4110
+ "unitPattern-count-other": "{0} brit. gal.",
4111
+ "perUnitPattern": "{0}/brit. gal."
4112
+ },
4113
+ "volume-quart": {
4114
+ "displayName": "qt",
4115
+ "unitPattern-count-one": "{0} qt",
4116
+ "unitPattern-count-few": "{0} qt",
4117
+ "unitPattern-count-many": "{0} qt",
4118
+ "unitPattern-count-other": "{0} qt"
4119
+ },
4120
+ "volume-pint": {
4121
+ "displayName": "pt",
4122
+ "unitPattern-count-one": "{0} pt",
4123
+ "unitPattern-count-few": "{0} pt",
4124
+ "unitPattern-count-many": "{0} pt",
4125
+ "unitPattern-count-other": "{0} pt"
4126
+ },
4127
+ "volume-cup": {
4128
+ "displayName": "c",
4129
+ "unitPattern-count-one": "{0} c",
4130
+ "unitPattern-count-few": "{0} c",
4131
+ "unitPattern-count-many": "{0} c",
4132
+ "unitPattern-count-other": "{0} c"
4133
+ },
4134
+ "volume-fluid-ounce": {
4135
+ "displayName": "fl oz",
4136
+ "unitPattern-count-one": "{0} fl oz",
4137
+ "unitPattern-count-few": "{0} fl oz",
4138
+ "unitPattern-count-many": "{0} fl oz",
4139
+ "unitPattern-count-other": "{0} fl oz"
4140
+ },
4141
+ "volume-fluid-ounce-imperial": {
4142
+ "displayName": "brit. fl oz",
4143
+ "unitPattern-count-one": "{0} brit. fl oz",
4144
+ "unitPattern-count-few": "{0} brit. fl oz",
4145
+ "unitPattern-count-many": "{0} brit. fl oz",
4146
+ "unitPattern-count-other": "{0} brit. fl oz"
4147
+ },
4148
+ "volume-tablespoon": {
4149
+ "displayName": "tbsp",
4150
+ "unitPattern-count-one": "{0} tbsp",
4151
+ "unitPattern-count-few": "{0} tbsp",
4152
+ "unitPattern-count-many": "{0} tbsp",
4153
+ "unitPattern-count-other": "{0} tbsp"
4154
+ },
4155
+ "volume-teaspoon": {
4156
+ "displayName": "tsp",
4157
+ "unitPattern-count-one": "{0} tsp",
4158
+ "unitPattern-count-few": "{0} tsp",
4159
+ "unitPattern-count-many": "{0} tsp",
4160
+ "unitPattern-count-other": "{0} tsp"
4161
+ },
4162
+ "volume-barrel": {
4163
+ "displayName": "bbl",
4164
+ "unitPattern-count-one": "{0} bbl",
4165
+ "unitPattern-count-few": "{0} bbl",
4166
+ "unitPattern-count-many": "{0} bbl",
4167
+ "unitPattern-count-other": "{0} bbl"
4168
+ },
4169
+ "volume-dessert-spoon": {
4170
+ "displayName": "dstspn",
4171
+ "unitPattern-count-one": "{0} dstspn",
4172
+ "unitPattern-count-few": "{0} dstspn",
4173
+ "unitPattern-count-many": "{0} dstspn",
4174
+ "unitPattern-count-other": "{0} dstspn"
4175
+ },
4176
+ "volume-dessert-spoon-imperial": {
4177
+ "displayName": "dstspn Imp",
4178
+ "unitPattern-count-one": "{0} dstspn Imp",
4179
+ "unitPattern-count-few": "{0} dstspn Imp",
4180
+ "unitPattern-count-many": "{0} dstspn Imp",
4181
+ "unitPattern-count-other": "{0} dstspn Imp"
4182
+ },
4183
+ "volume-drop": {
4184
+ "displayName": "kvapky",
4185
+ "unitPattern-count-one": "{0} kvapka",
4186
+ "unitPattern-count-few": "{0} kvapky",
4187
+ "unitPattern-count-many": "{0} kvapky",
4188
+ "unitPattern-count-other": "{0} kvapiek"
4189
+ },
4190
+ "volume-dram": {
4191
+ "displayName": "dr",
4192
+ "unitPattern-count-one": "{0} dr",
4193
+ "unitPattern-count-few": "{0} dr",
4194
+ "unitPattern-count-many": "{0} dr",
4195
+ "unitPattern-count-other": "{0} dr"
4196
+ },
4197
+ "volume-jigger": {
4198
+ "displayName": "odmerky",
4199
+ "unitPattern-count-one": "{0} odmerka",
4200
+ "unitPattern-count-few": "{0} odmerky",
4201
+ "unitPattern-count-many": "{0} odmerky",
4202
+ "unitPattern-count-other": "{0} odmeriek"
4203
+ },
4204
+ "volume-pinch": {
4205
+ "displayName": "štipky",
4206
+ "unitPattern-count-one": "{0} štipka",
4207
+ "unitPattern-count-few": "{0} štipky",
4208
+ "unitPattern-count-many": "{0} štipky",
4209
+ "unitPattern-count-other": "{0} štipiek"
4210
+ },
4211
+ "volume-quart-imperial": {
4212
+ "displayName": "qt Imp",
4213
+ "unitPattern-count-one": "{0} qt Imp",
4214
+ "unitPattern-count-few": "{0} qt Imp",
4215
+ "unitPattern-count-many": "{0} qt Imp",
4216
+ "unitPattern-count-other": "{0} qt Imp"
4217
+ },
4218
+ "coordinateUnit": {
4219
+ "displayName": "svetová strana",
4220
+ "east": "{0} E",
4221
+ "north": "{0} N",
4222
+ "south": "{0} S",
4223
+ "west": "{0} W"
4224
+ }
4225
+ }
4226
+ },
4227
+ "lenient-scope-number": {
4228
+ "minusSign": "-‒⁻₋−➖﹣-",
4229
+ "commaSign": ",،٫、︐︑﹐﹑,、",
4230
+ "plusSign": "+⁺₊➕﬩﹢+"
4231
+ },
4232
+ "currencyFormat-sap-short": {
4233
+ "1000-one": "0 tis'.' ¤",
4234
+ "1000-few": "0 tis'.' ¤",
4235
+ "1000-many": "0 tis'.' ¤",
4236
+ "1000-other": "0 tis'.' ¤",
4237
+ "10000-one": "00 tis'.' ¤",
4238
+ "10000-few": "00 tis'.' ¤",
4239
+ "10000-many": "00 tis'.' ¤",
4240
+ "10000-other": "00 tis'.' ¤",
4241
+ "100000-one": "000 tis'.' ¤",
4242
+ "100000-few": "000 tis'.' ¤",
4243
+ "100000-many": "000 tis'.' ¤",
4244
+ "100000-other": "000 tis'.' ¤",
4245
+ "1000000-one": "0 mil'.' ¤",
4246
+ "1000000-few": "0 mil'.' ¤",
4247
+ "1000000-many": "0 mil'.' ¤",
4248
+ "1000000-other": "0 mil'.' ¤",
4249
+ "10000000-one": "00 mil'.' ¤",
4250
+ "10000000-few": "00 mil'.' ¤",
4251
+ "10000000-many": "00 mil'.' ¤",
4252
+ "10000000-other": "00 mil'.' ¤",
4253
+ "100000000-one": "000 mil'.' ¤",
4254
+ "100000000-few": "000 mil'.' ¤",
4255
+ "100000000-many": "000 mil'.' ¤",
4256
+ "100000000-other": "000 mil'.' ¤",
4257
+ "1000000000-one": "0 mld'.' ¤",
4258
+ "1000000000-few": "0 mld'.' ¤",
4259
+ "1000000000-many": "0 mld'.' ¤",
4260
+ "1000000000-other": "0 mld'.' ¤",
4261
+ "10000000000-one": "00 mld'.' ¤",
4262
+ "10000000000-few": "00 mld'.' ¤",
4263
+ "10000000000-many": "00 mld'.' ¤",
4264
+ "10000000000-other": "00 mld'.' ¤",
4265
+ "100000000000-one": "000 mld'.' ¤",
4266
+ "100000000000-few": "000 mld'.' ¤",
4267
+ "100000000000-many": "000 mld'.' ¤",
4268
+ "100000000000-other": "000 mld'.' ¤",
4269
+ "1000000000000-one": "0 bil'.' ¤",
4270
+ "1000000000000-few": "0 bil'.' ¤",
4271
+ "1000000000000-many": "0 bil'.' ¤",
4272
+ "1000000000000-other": "0 bil'.' ¤",
4273
+ "10000000000000-one": "00 bil'.' ¤",
4274
+ "10000000000000-few": "00 bil'.' ¤",
4275
+ "10000000000000-many": "00 bil'.' ¤",
4276
+ "10000000000000-other": "00 bil'.' ¤",
4277
+ "100000000000000-one": "000 bil'.' ¤",
4278
+ "100000000000000-few": "000 bil'.' ¤",
4279
+ "100000000000000-many": "000 bil'.' ¤",
4280
+ "100000000000000-other": "000 bil'.' ¤"
4281
+ },
4282
+ "currencyDigits": {
4283
+ "ADP": 0,
4284
+ "AFN": 0,
4285
+ "ALL": 0,
4286
+ "BHD": 3,
4287
+ "BIF": 0,
4288
+ "BYR": 0,
4289
+ "CLF": 4,
4290
+ "CLP": 0,
4291
+ "DEFAULT": 2,
4292
+ "DJF": 0,
4293
+ "ESP": 0,
4294
+ "GNF": 0,
4295
+ "HUF": 0,
4296
+ "IQD": 0,
4297
+ "IRR": 0,
4298
+ "ISK": 0,
4299
+ "ITL": 0,
4300
+ "JOD": 3,
4301
+ "JPY": 0,
4302
+ "KMF": 0,
4303
+ "KPW": 0,
4304
+ "KRW": 0,
4305
+ "KWD": 3,
4306
+ "LAK": 0,
4307
+ "LBP": 0,
4308
+ "LUF": 0,
4309
+ "LYD": 3,
4310
+ "MGA": 0,
4311
+ "MGF": 0,
4312
+ "MMK": 0,
4313
+ "MRO": 0,
4314
+ "OMR": 3,
4315
+ "PYG": 0,
4316
+ "RSD": 0,
4317
+ "RWF": 0,
4318
+ "SLL": 0,
4319
+ "SOS": 0,
4320
+ "STD": 0,
4321
+ "SYP": 0,
4322
+ "TMM": 0,
4323
+ "TND": 3,
4324
+ "TRL": 0,
4325
+ "TWD": 0,
4326
+ "UGX": 0,
4327
+ "UYI": 0,
4328
+ "UYW": 4,
4329
+ "VND": 0,
4330
+ "VUV": 0,
4331
+ "XAF": 0,
4332
+ "XOF": 0,
4333
+ "XPF": 0,
4334
+ "YER": 0,
4335
+ "ZMK": 0,
4336
+ "ZWD": 0
4337
+ },
2647
4338
  "plurals": {
2648
4339
  "one": "i = 1 and v = 0",
2649
4340
  "few": "i = 2..4 and v = 0",