@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
@@ -2572,6 +2572,144 @@
2572
2572
  "displayName": "vremenska zona"
2573
2573
  }
2574
2574
  },
2575
+ "decimalFormat": {
2576
+ "standard": "#,##0.###"
2577
+ },
2578
+ "decimalFormat-long": {
2579
+ "1000-one": "0 hiljada",
2580
+ "1000-few": "0 hiljade",
2581
+ "1000-other": "0 hiljada",
2582
+ "10000-one": "00 hiljada",
2583
+ "10000-few": "00 hiljade",
2584
+ "10000-other": "00 hiljada",
2585
+ "100000-one": "000 hiljada",
2586
+ "100000-few": "000 hiljade",
2587
+ "100000-other": "000 hiljada",
2588
+ "1000000-one": "0 milion",
2589
+ "1000000-few": "0 miliona",
2590
+ "1000000-other": "0 miliona",
2591
+ "10000000-one": "00 milion",
2592
+ "10000000-few": "00 miliona",
2593
+ "10000000-other": "00 miliona",
2594
+ "100000000-one": "000 milion",
2595
+ "100000000-few": "000 miliona",
2596
+ "100000000-other": "000 miliona",
2597
+ "1000000000-one": "0 milijarda",
2598
+ "1000000000-few": "0 milijarde",
2599
+ "1000000000-other": "0 milijardi",
2600
+ "10000000000-one": "00 milijarda",
2601
+ "10000000000-few": "00 milijarde",
2602
+ "10000000000-other": "00 milijardi",
2603
+ "100000000000-one": "000 milijarda",
2604
+ "100000000000-few": "000 milijarde",
2605
+ "100000000000-other": "000 milijardi",
2606
+ "1000000000000-one": "0 bilion",
2607
+ "1000000000000-few": "0 biliona",
2608
+ "1000000000000-other": "0 biliona",
2609
+ "10000000000000-one": "00 bilion",
2610
+ "10000000000000-few": "00 biliona",
2611
+ "10000000000000-other": "00 biliona",
2612
+ "100000000000000-one": "000 bilion",
2613
+ "100000000000000-few": "000 biliona",
2614
+ "100000000000000-other": "000 biliona"
2615
+ },
2616
+ "decimalFormat-short": {
2617
+ "1000-one": "0 hilj'.'",
2618
+ "1000-few": "0 hilj'.'",
2619
+ "1000-other": "0 hilj'.'",
2620
+ "10000-one": "00 hilj'.'",
2621
+ "10000-few": "00 hilj'.'",
2622
+ "10000-other": "00 hilj'.'",
2623
+ "100000-one": "000 hilj'.'",
2624
+ "100000-few": "000 hilj'.'",
2625
+ "100000-other": "000 hilj'.'",
2626
+ "1000000-one": "0 mil'.'",
2627
+ "1000000-few": "0 mil'.'",
2628
+ "1000000-other": "0 mil'.'",
2629
+ "10000000-one": "00 mil'.'",
2630
+ "10000000-few": "00 mil'.'",
2631
+ "10000000-other": "00 mil'.'",
2632
+ "100000000-one": "000 mil'.'",
2633
+ "100000000-few": "000 mil'.'",
2634
+ "100000000-other": "000 mil'.'",
2635
+ "1000000000-one": "0 mlrd'.'",
2636
+ "1000000000-few": "0 mlrd'.'",
2637
+ "1000000000-other": "0 mlrd'.'",
2638
+ "10000000000-one": "00 mlrd'.'",
2639
+ "10000000000-few": "00 mlrd'.'",
2640
+ "10000000000-other": "00 mlrd'.'",
2641
+ "100000000000-one": "000 mlrd'.'",
2642
+ "100000000000-few": "000 mlrd'.'",
2643
+ "100000000000-other": "000 mlrd'.'",
2644
+ "1000000000000-one": "0 bil'.'",
2645
+ "1000000000000-few": "0 bil'.'",
2646
+ "1000000000000-other": "0 bil'.'",
2647
+ "10000000000000-one": "00 bil'.'",
2648
+ "10000000000000-few": "00 bil'.'",
2649
+ "10000000000000-other": "00 bil'.'",
2650
+ "100000000000000-one": "000 bil'.'",
2651
+ "100000000000000-few": "000 bil'.'",
2652
+ "100000000000000-other": "000 bil'.'"
2653
+ },
2654
+ "percentFormat": {
2655
+ "standard": "#,##0%"
2656
+ },
2657
+ "currencyFormat": {
2658
+ "standard": "#,##0.00 ¤",
2659
+ "accounting": "#,##0.00 ¤;(#,##0.00 ¤)",
2660
+ "currencySpacing": {
2661
+ "beforeCurrency": {
2662
+ "currencyMatch": "[[:^S:]&[:^Z:]]",
2663
+ "surroundingMatch": "[:digit:]",
2664
+ "insertBetween": " "
2665
+ },
2666
+ "afterCurrency": {
2667
+ "currencyMatch": "[[:^S:]&[:^Z:]]",
2668
+ "surroundingMatch": "[:digit:]",
2669
+ "insertBetween": " "
2670
+ }
2671
+ },
2672
+ "sap-standard": "#,##0.00 ¤",
2673
+ "sap-accounting": "#,##0.00 ¤;(#,##0.00 ¤)"
2674
+ },
2675
+ "currencyFormat-short": {
2676
+ "1000-one": "0 hilj'.' ¤",
2677
+ "1000-few": "0 hilj'.' ¤",
2678
+ "1000-other": "0 hilj'.' ¤",
2679
+ "10000-one": "00 hilj'.' ¤",
2680
+ "10000-few": "00 hilj'.' ¤",
2681
+ "10000-other": "00 hilj'.' ¤",
2682
+ "100000-one": "000 hilj'.' ¤",
2683
+ "100000-few": "000 hilj'.' ¤",
2684
+ "100000-other": "000 hilj'.' ¤",
2685
+ "1000000-one": "0 mil'.' ¤",
2686
+ "1000000-few": "0 mil'.' ¤",
2687
+ "1000000-other": "0 mil'.' ¤",
2688
+ "10000000-one": "00 mil'.' ¤",
2689
+ "10000000-few": "00 mil'.' ¤",
2690
+ "10000000-other": "00 mil'.' ¤",
2691
+ "100000000-one": "000 mil'.' ¤",
2692
+ "100000000-few": "000 mil'.' ¤",
2693
+ "100000000-other": "000 mil'.' ¤",
2694
+ "1000000000-one": "0 mlrd'.' ¤",
2695
+ "1000000000-few": "0 mlrd'.' ¤",
2696
+ "1000000000-other": "0 mlrd'.' ¤",
2697
+ "10000000000-one": "00 mlrd'.' ¤",
2698
+ "10000000000-few": "00 mlrd'.' ¤",
2699
+ "10000000000-other": "00 mlrd'.' ¤",
2700
+ "100000000000-one": "000 mlrd'.' ¤",
2701
+ "100000000000-few": "000 mlrd'.' ¤",
2702
+ "100000000000-other": "000 mlrd'.' ¤",
2703
+ "1000000000000-one": "0 bil'.' ¤",
2704
+ "1000000000000-few": "0 bil'.' ¤",
2705
+ "1000000000000-other": "0 bil'.' ¤",
2706
+ "10000000000000-one": "00 bil'.' ¤",
2707
+ "10000000000000-few": "00 bil'.' ¤",
2708
+ "10000000000000-other": "00 bil'.' ¤",
2709
+ "100000000000000-one": "000 bil'.' ¤",
2710
+ "100000000000000-few": "000 bil'.' ¤",
2711
+ "100000000000000-other": "000 bil'.' ¤"
2712
+ },
2575
2713
  "symbols-latn-decimal": ",",
2576
2714
  "symbols-latn-group": ".",
2577
2715
  "symbols-latn-list": ";",
@@ -2585,7 +2723,1285 @@
2585
2723
  "symbols-latn-infinity": "∞",
2586
2724
  "symbols-latn-nan": "NaN",
2587
2725
  "symbols-latn-timeSeparator": ":",
2726
+ "currencySymbols": {
2727
+ "BAM": "KM",
2728
+ "BRL": "R$",
2729
+ "CAD": "CA$",
2730
+ "CNY": "CN¥",
2731
+ "EUR": "€",
2732
+ "GBP": "£",
2733
+ "HKD": "HK$",
2734
+ "ILS": "₪",
2735
+ "INR": "₹",
2736
+ "JPY": "¥",
2737
+ "MXN": "MX$",
2738
+ "TWD": "NT$",
2739
+ "USD": "US$",
2740
+ "XAF": "FCFA",
2741
+ "XCD": "EC$",
2742
+ "XOF": "F CFA",
2743
+ "XPF": "CFPF",
2744
+ "XXX": "¤"
2745
+ },
2588
2746
  "rtl": false,
2747
+ "units": {
2748
+ "short": {
2749
+ "10p-1": {
2750
+ "unitPrefixPattern": "d{0}"
2751
+ },
2752
+ "10p-2": {
2753
+ "unitPrefixPattern": "c{0}"
2754
+ },
2755
+ "10p-3": {
2756
+ "unitPrefixPattern": "m{0}"
2757
+ },
2758
+ "10p-6": {
2759
+ "unitPrefixPattern": "μ{0}"
2760
+ },
2761
+ "10p-9": {
2762
+ "unitPrefixPattern": "n{0}"
2763
+ },
2764
+ "10p-12": {
2765
+ "unitPrefixPattern": "p{0}"
2766
+ },
2767
+ "10p-15": {
2768
+ "unitPrefixPattern": "f{0}"
2769
+ },
2770
+ "10p-18": {
2771
+ "unitPrefixPattern": "a{0}"
2772
+ },
2773
+ "10p-21": {
2774
+ "unitPrefixPattern": "z{0}"
2775
+ },
2776
+ "10p-24": {
2777
+ "unitPrefixPattern": "y{0}"
2778
+ },
2779
+ "10p1": {
2780
+ "unitPrefixPattern": "da{0}"
2781
+ },
2782
+ "10p2": {
2783
+ "unitPrefixPattern": "h{0}"
2784
+ },
2785
+ "10p3": {
2786
+ "unitPrefixPattern": "k{0}"
2787
+ },
2788
+ "10p6": {
2789
+ "unitPrefixPattern": "M{0}"
2790
+ },
2791
+ "10p9": {
2792
+ "unitPrefixPattern": "G{0}"
2793
+ },
2794
+ "10p12": {
2795
+ "unitPrefixPattern": "T{0}"
2796
+ },
2797
+ "10p15": {
2798
+ "unitPrefixPattern": "P{0}"
2799
+ },
2800
+ "10p18": {
2801
+ "unitPrefixPattern": "E{0}"
2802
+ },
2803
+ "10p21": {
2804
+ "unitPrefixPattern": "Z{0}"
2805
+ },
2806
+ "10p24": {
2807
+ "unitPrefixPattern": "Y{0}"
2808
+ },
2809
+ "1024p1": {
2810
+ "unitPrefixPattern": "Ki{0}"
2811
+ },
2812
+ "1024p2": {
2813
+ "unitPrefixPattern": "Mi{0}"
2814
+ },
2815
+ "1024p3": {
2816
+ "unitPrefixPattern": "Gi{0}"
2817
+ },
2818
+ "1024p4": {
2819
+ "unitPrefixPattern": "Ti{0}"
2820
+ },
2821
+ "1024p5": {
2822
+ "unitPrefixPattern": "Pi{0}"
2823
+ },
2824
+ "1024p6": {
2825
+ "unitPrefixPattern": "Ei{0}"
2826
+ },
2827
+ "1024p7": {
2828
+ "unitPrefixPattern": "Zi{0}"
2829
+ },
2830
+ "1024p8": {
2831
+ "unitPrefixPattern": "Yi{0}"
2832
+ },
2833
+ "per": {
2834
+ "compoundUnitPattern": "{0}/{1}"
2835
+ },
2836
+ "power2": {
2837
+ "compoundUnitPattern1": "{0}²",
2838
+ "compoundUnitPattern1-count-one": "{0}²",
2839
+ "compoundUnitPattern1-count-few": "{0}²",
2840
+ "compoundUnitPattern1-count-other": "{0}²"
2841
+ },
2842
+ "power3": {
2843
+ "compoundUnitPattern1": "{0}³",
2844
+ "compoundUnitPattern1-count-other": "{0}³"
2845
+ },
2846
+ "times": {
2847
+ "compoundUnitPattern": "{0}⋅{1}"
2848
+ },
2849
+ "acceleration-g-force": {
2850
+ "displayName": "ge sila",
2851
+ "unitPattern-count-one": "{0} G",
2852
+ "unitPattern-count-few": "{0} G",
2853
+ "unitPattern-count-other": "{0} G"
2854
+ },
2855
+ "acceleration-meter-per-square-second": {
2856
+ "displayName": "m/s²",
2857
+ "unitPattern-count-one": "{0} m/s²",
2858
+ "unitPattern-count-few": "{0} m/s²",
2859
+ "unitPattern-count-other": "{0} m/s²"
2860
+ },
2861
+ "angle-revolution": {
2862
+ "displayName": "rev",
2863
+ "unitPattern-count-one": "{0} rev",
2864
+ "unitPattern-count-few": "{0} rev",
2865
+ "unitPattern-count-other": "{0} rev"
2866
+ },
2867
+ "angle-radian": {
2868
+ "displayName": "rad",
2869
+ "unitPattern-count-one": "{0} rad",
2870
+ "unitPattern-count-few": "{0} rad",
2871
+ "unitPattern-count-other": "{0} rad"
2872
+ },
2873
+ "angle-degree": {
2874
+ "displayName": "stepeni",
2875
+ "unitPattern-count-one": "{0}°",
2876
+ "unitPattern-count-few": "{0}°",
2877
+ "unitPattern-count-other": "{0}°"
2878
+ },
2879
+ "angle-arc-minute": {
2880
+ "displayName": "lučni min",
2881
+ "unitPattern-count-one": "{0}′",
2882
+ "unitPattern-count-few": "{0}′",
2883
+ "unitPattern-count-other": "{0}′"
2884
+ },
2885
+ "angle-arc-second": {
2886
+ "displayName": "lučne sek",
2887
+ "unitPattern-count-one": "{0}″",
2888
+ "unitPattern-count-few": "{0}″",
2889
+ "unitPattern-count-other": "{0}″"
2890
+ },
2891
+ "area-square-kilometer": {
2892
+ "displayName": "kvadratni kilometri",
2893
+ "unitPattern-count-one": "{0} km²",
2894
+ "unitPattern-count-few": "{0} km²",
2895
+ "unitPattern-count-other": "{0} km²",
2896
+ "perUnitPattern": "{0}/km²"
2897
+ },
2898
+ "area-hectare": {
2899
+ "displayName": "hektari",
2900
+ "unitPattern-count-one": "{0} ha",
2901
+ "unitPattern-count-few": "{0} ha",
2902
+ "unitPattern-count-other": "{0} ha"
2903
+ },
2904
+ "area-square-meter": {
2905
+ "displayName": "kvadratni metri",
2906
+ "unitPattern-count-one": "{0} m²",
2907
+ "unitPattern-count-few": "{0} m²",
2908
+ "unitPattern-count-other": "{0} m²",
2909
+ "perUnitPattern": "{0}/m²"
2910
+ },
2911
+ "area-square-centimeter": {
2912
+ "displayName": "cm²",
2913
+ "unitPattern-count-one": "{0} cm²",
2914
+ "unitPattern-count-few": "{0} cm²",
2915
+ "unitPattern-count-other": "{0} cm²",
2916
+ "perUnitPattern": "{0}/cm²"
2917
+ },
2918
+ "area-square-mile": {
2919
+ "displayName": "mi²",
2920
+ "unitPattern-count-one": "{0} mi²",
2921
+ "unitPattern-count-few": "{0} mi²",
2922
+ "unitPattern-count-other": "{0} mi²",
2923
+ "perUnitPattern": "{0}/mi²"
2924
+ },
2925
+ "area-acre": {
2926
+ "displayName": "akeri",
2927
+ "unitPattern-count-one": "{0} ac",
2928
+ "unitPattern-count-few": "{0} ac",
2929
+ "unitPattern-count-other": "{0} ac"
2930
+ },
2931
+ "area-square-yard": {
2932
+ "displayName": "yd²",
2933
+ "unitPattern-count-one": "{0} yd²",
2934
+ "unitPattern-count-few": "{0} yd²",
2935
+ "unitPattern-count-other": "{0} yd²"
2936
+ },
2937
+ "area-square-foot": {
2938
+ "displayName": "kvadratne stope",
2939
+ "unitPattern-count-one": "{0} ft²",
2940
+ "unitPattern-count-few": "{0} ft²",
2941
+ "unitPattern-count-other": "{0} ft²"
2942
+ },
2943
+ "area-square-inch": {
2944
+ "displayName": "in²",
2945
+ "unitPattern-count-one": "{0} in²",
2946
+ "unitPattern-count-few": "{0} in²",
2947
+ "unitPattern-count-other": "{0} in²",
2948
+ "perUnitPattern": "{0}/in²"
2949
+ },
2950
+ "area-dunam": {
2951
+ "displayName": "dunami",
2952
+ "unitPattern-count-one": "{0} dunam",
2953
+ "unitPattern-count-few": "{0} dunama",
2954
+ "unitPattern-count-other": "{0} dunama"
2955
+ },
2956
+ "concentr-karat": {
2957
+ "displayName": "kt",
2958
+ "unitPattern-count-one": "{0} kt",
2959
+ "unitPattern-count-few": "{0} kt",
2960
+ "unitPattern-count-other": "{0} kt"
2961
+ },
2962
+ "concentr-milligram-ofglucose-per-deciliter": {
2963
+ "displayName": "mg/dL",
2964
+ "unitPattern-count-one": "{0} mg/dL",
2965
+ "unitPattern-count-few": "{0} mg/dL",
2966
+ "unitPattern-count-other": "{0} mg/dL"
2967
+ },
2968
+ "concentr-millimole-per-liter": {
2969
+ "displayName": "mmol/L",
2970
+ "unitPattern-count-one": "{0} mmol/L",
2971
+ "unitPattern-count-few": "{0} mmol/L",
2972
+ "unitPattern-count-other": "{0} mmol/L"
2973
+ },
2974
+ "concentr-item": {
2975
+ "displayName": "stavka",
2976
+ "unitPattern-count-one": "{0} stavka",
2977
+ "unitPattern-count-few": "{0} stavke",
2978
+ "unitPattern-count-other": "{0} stavki"
2979
+ },
2980
+ "concentr-permillion": {
2981
+ "displayName": "ppm",
2982
+ "unitPattern-count-one": "{0} ppm",
2983
+ "unitPattern-count-few": "{0} ppm",
2984
+ "unitPattern-count-other": "{0} ppm"
2985
+ },
2986
+ "concentr-percent": {
2987
+ "displayName": "procenat",
2988
+ "unitPattern-count-one": "{0}%",
2989
+ "unitPattern-count-few": "{0}%",
2990
+ "unitPattern-count-other": "{0}%"
2991
+ },
2992
+ "concentr-permille": {
2993
+ "displayName": "promil",
2994
+ "unitPattern-count-one": "{0}‰",
2995
+ "unitPattern-count-few": "{0}‰",
2996
+ "unitPattern-count-other": "{0}‰"
2997
+ },
2998
+ "concentr-permyriad": {
2999
+ "displayName": "‱",
3000
+ "unitPattern-count-other": "{0}‱"
3001
+ },
3002
+ "concentr-mole": {
3003
+ "displayName": "mol",
3004
+ "unitPattern-count-other": "{0} mol"
3005
+ },
3006
+ "consumption-liter-per-kilometer": {
3007
+ "displayName": "L/km",
3008
+ "unitPattern-count-one": "{0} L/km",
3009
+ "unitPattern-count-few": "{0} L/km",
3010
+ "unitPattern-count-other": "{0} L/km"
3011
+ },
3012
+ "consumption-liter-per-100-kilometer": {
3013
+ "displayName": "L/100 km",
3014
+ "unitPattern-count-one": "{0} L/100 km",
3015
+ "unitPattern-count-few": "{0} L/100 km",
3016
+ "unitPattern-count-other": "{0} L/100 km"
3017
+ },
3018
+ "consumption-mile-per-gallon": {
3019
+ "displayName": "mpg",
3020
+ "unitPattern-count-one": "{0} mpg",
3021
+ "unitPattern-count-few": "{0} mpg",
3022
+ "unitPattern-count-other": "{0} mpg"
3023
+ },
3024
+ "consumption-mile-per-gallon-imperial": {
3025
+ "displayName": "mpg Imp.",
3026
+ "unitPattern-count-one": "{0} mpg Imp.",
3027
+ "unitPattern-count-few": "{0} mpg Imp.",
3028
+ "unitPattern-count-other": "{0} mpg Imp."
3029
+ },
3030
+ "digital-petabyte": {
3031
+ "displayName": "PB",
3032
+ "unitPattern-count-one": "{0} PB",
3033
+ "unitPattern-count-few": "{0} PB",
3034
+ "unitPattern-count-other": "{0} PB"
3035
+ },
3036
+ "digital-terabyte": {
3037
+ "displayName": "TB",
3038
+ "unitPattern-count-one": "{0} TB",
3039
+ "unitPattern-count-few": "{0} TB",
3040
+ "unitPattern-count-other": "{0} TB"
3041
+ },
3042
+ "digital-terabit": {
3043
+ "displayName": "Tb",
3044
+ "unitPattern-count-one": "{0} Tb",
3045
+ "unitPattern-count-few": "{0} Tb",
3046
+ "unitPattern-count-other": "{0} Tb"
3047
+ },
3048
+ "digital-gigabyte": {
3049
+ "displayName": "GB",
3050
+ "unitPattern-count-one": "{0} GB",
3051
+ "unitPattern-count-few": "{0} GB",
3052
+ "unitPattern-count-other": "{0} GB"
3053
+ },
3054
+ "digital-gigabit": {
3055
+ "displayName": "Gb",
3056
+ "unitPattern-count-one": "{0} Gb",
3057
+ "unitPattern-count-few": "{0} Gb",
3058
+ "unitPattern-count-other": "{0} Gb"
3059
+ },
3060
+ "digital-megabyte": {
3061
+ "displayName": "MB",
3062
+ "unitPattern-count-one": "{0} MB",
3063
+ "unitPattern-count-few": "{0} MB",
3064
+ "unitPattern-count-other": "{0} MB"
3065
+ },
3066
+ "digital-megabit": {
3067
+ "displayName": "Mb",
3068
+ "unitPattern-count-one": "{0} Mb",
3069
+ "unitPattern-count-few": "{0} Mb",
3070
+ "unitPattern-count-other": "{0} Mb"
3071
+ },
3072
+ "digital-kilobyte": {
3073
+ "displayName": "kB",
3074
+ "unitPattern-count-one": "{0} kB",
3075
+ "unitPattern-count-few": "{0} kB",
3076
+ "unitPattern-count-other": "{0} kB"
3077
+ },
3078
+ "digital-kilobit": {
3079
+ "displayName": "kb",
3080
+ "unitPattern-count-one": "{0} kb",
3081
+ "unitPattern-count-few": "{0} kb",
3082
+ "unitPattern-count-other": "{0} kb"
3083
+ },
3084
+ "digital-byte": {
3085
+ "displayName": "bajt",
3086
+ "unitPattern-count-one": "{0} B",
3087
+ "unitPattern-count-few": "{0} B",
3088
+ "unitPattern-count-other": "{0} B"
3089
+ },
3090
+ "digital-bit": {
3091
+ "displayName": "bit",
3092
+ "unitPattern-count-one": "{0} b",
3093
+ "unitPattern-count-few": "{0} b",
3094
+ "unitPattern-count-other": "{0} b"
3095
+ },
3096
+ "duration-century": {
3097
+ "displayName": "v.",
3098
+ "unitPattern-count-one": "{0} v",
3099
+ "unitPattern-count-few": "{0} v",
3100
+ "unitPattern-count-other": "{0} v"
3101
+ },
3102
+ "duration-decade": {
3103
+ "displayName": "dec.",
3104
+ "unitPattern-count-one": "{0} dec.",
3105
+ "unitPattern-count-few": "{0} dec.",
3106
+ "unitPattern-count-other": "{0} dec."
3107
+ },
3108
+ "duration-year": {
3109
+ "displayName": "god.",
3110
+ "unitPattern-count-one": "{0} god",
3111
+ "unitPattern-count-few": "{0} god.",
3112
+ "unitPattern-count-other": "{0} god.",
3113
+ "perUnitPattern": "{0}/god"
3114
+ },
3115
+ "duration-month": {
3116
+ "displayName": "meseci",
3117
+ "unitPattern-count-one": "{0} mes.",
3118
+ "unitPattern-count-few": "{0} mes.",
3119
+ "unitPattern-count-other": "{0} mes.",
3120
+ "perUnitPattern": "{0}/m"
3121
+ },
3122
+ "duration-week": {
3123
+ "displayName": "ned.",
3124
+ "unitPattern-count-one": "{0} ned.",
3125
+ "unitPattern-count-few": "{0} ned.",
3126
+ "unitPattern-count-other": "{0} ned.",
3127
+ "perUnitPattern": "{0}/n"
3128
+ },
3129
+ "duration-day": {
3130
+ "displayName": "d.",
3131
+ "unitPattern-count-one": "{0} dan",
3132
+ "unitPattern-count-few": "{0} dana",
3133
+ "unitPattern-count-other": "{0} dana",
3134
+ "perUnitPattern": "{0}/d"
3135
+ },
3136
+ "duration-hour": {
3137
+ "displayName": "sati",
3138
+ "unitPattern-count-one": "{0} sat",
3139
+ "unitPattern-count-few": "{0} sata",
3140
+ "unitPattern-count-other": "{0} sati",
3141
+ "perUnitPattern": "{0}/č"
3142
+ },
3143
+ "duration-minute": {
3144
+ "displayName": "min",
3145
+ "unitPattern-count-one": "{0} min",
3146
+ "unitPattern-count-few": "{0} min",
3147
+ "unitPattern-count-other": "{0} min",
3148
+ "perUnitPattern": "{0}/min"
3149
+ },
3150
+ "duration-second": {
3151
+ "displayName": "sek",
3152
+ "unitPattern-count-one": "{0} sek",
3153
+ "unitPattern-count-few": "{0} sek",
3154
+ "unitPattern-count-other": "{0} sek",
3155
+ "perUnitPattern": "{0}/s"
3156
+ },
3157
+ "duration-millisecond": {
3158
+ "displayName": "ms",
3159
+ "unitPattern-count-one": "{0} ms",
3160
+ "unitPattern-count-few": "{0} ms",
3161
+ "unitPattern-count-other": "{0} ms"
3162
+ },
3163
+ "duration-microsecond": {
3164
+ "displayName": "μs",
3165
+ "unitPattern-count-one": "{0} μs",
3166
+ "unitPattern-count-few": "{0} μs",
3167
+ "unitPattern-count-other": "{0} μs"
3168
+ },
3169
+ "duration-nanosecond": {
3170
+ "displayName": "ns",
3171
+ "unitPattern-count-one": "{0} ns",
3172
+ "unitPattern-count-few": "{0} ns",
3173
+ "unitPattern-count-other": "{0} ns"
3174
+ },
3175
+ "electric-ampere": {
3176
+ "displayName": "A",
3177
+ "unitPattern-count-one": "{0} A",
3178
+ "unitPattern-count-few": "{0} A",
3179
+ "unitPattern-count-other": "{0} A"
3180
+ },
3181
+ "electric-milliampere": {
3182
+ "displayName": "mA",
3183
+ "unitPattern-count-one": "{0} mA",
3184
+ "unitPattern-count-few": "{0} mA",
3185
+ "unitPattern-count-other": "{0} mA"
3186
+ },
3187
+ "electric-ohm": {
3188
+ "displayName": "Ω",
3189
+ "unitPattern-count-one": "{0} Ω",
3190
+ "unitPattern-count-few": "{0} Ω",
3191
+ "unitPattern-count-other": "{0} Ω"
3192
+ },
3193
+ "electric-volt": {
3194
+ "displayName": "V",
3195
+ "unitPattern-count-one": "{0} V",
3196
+ "unitPattern-count-few": "{0} V",
3197
+ "unitPattern-count-other": "{0} V"
3198
+ },
3199
+ "energy-kilocalorie": {
3200
+ "displayName": "kcal",
3201
+ "unitPattern-count-one": "{0} kcal",
3202
+ "unitPattern-count-few": "{0} kcal",
3203
+ "unitPattern-count-other": "{0} kcal"
3204
+ },
3205
+ "energy-calorie": {
3206
+ "displayName": "cal",
3207
+ "unitPattern-count-one": "{0} cal",
3208
+ "unitPattern-count-few": "{0} cal",
3209
+ "unitPattern-count-other": "{0} cal"
3210
+ },
3211
+ "energy-foodcalorie": {
3212
+ "displayName": "Cal",
3213
+ "unitPattern-count-one": "{0} Cal",
3214
+ "unitPattern-count-few": "{0} Cal",
3215
+ "unitPattern-count-other": "{0} Cal"
3216
+ },
3217
+ "energy-kilojoule": {
3218
+ "displayName": "kJ",
3219
+ "unitPattern-count-one": "{0} kJ",
3220
+ "unitPattern-count-few": "{0} kJ",
3221
+ "unitPattern-count-other": "{0} kJ"
3222
+ },
3223
+ "energy-joule": {
3224
+ "displayName": "J",
3225
+ "unitPattern-count-one": "{0} J",
3226
+ "unitPattern-count-few": "{0} J",
3227
+ "unitPattern-count-other": "{0} J"
3228
+ },
3229
+ "energy-kilowatt-hour": {
3230
+ "displayName": "kWh",
3231
+ "unitPattern-count-one": "{0} kWh",
3232
+ "unitPattern-count-few": "{0} kWh",
3233
+ "unitPattern-count-other": "{0} kWh"
3234
+ },
3235
+ "energy-electronvolt": {
3236
+ "displayName": "elektronvolt",
3237
+ "unitPattern-count-one": "{0} eV",
3238
+ "unitPattern-count-few": "{0} eV",
3239
+ "unitPattern-count-other": "{0} eV"
3240
+ },
3241
+ "energy-british-thermal-unit": {
3242
+ "displayName": "Btu",
3243
+ "unitPattern-count-other": "{0} Btu"
3244
+ },
3245
+ "energy-therm-us": {
3246
+ "displayName": "US therm",
3247
+ "unitPattern-count-one": "{0} US therm",
3248
+ "unitPattern-count-few": "{0} US therms",
3249
+ "unitPattern-count-other": "{0} US therms"
3250
+ },
3251
+ "force-pound-force": {
3252
+ "displayName": "lbf",
3253
+ "unitPattern-count-other": "{0} lbf"
3254
+ },
3255
+ "force-newton": {
3256
+ "displayName": "njutn",
3257
+ "unitPattern-count-other": "{0} N"
3258
+ },
3259
+ "force-kilowatt-hour-per-100-kilometer": {
3260
+ "displayName": "kWh/100km",
3261
+ "unitPattern-count-other": "{0} kWh/100km"
3262
+ },
3263
+ "frequency-gigahertz": {
3264
+ "displayName": "GHz",
3265
+ "unitPattern-count-one": "{0} GHz",
3266
+ "unitPattern-count-few": "{0} GHz",
3267
+ "unitPattern-count-other": "{0} GHz"
3268
+ },
3269
+ "frequency-megahertz": {
3270
+ "displayName": "MHz",
3271
+ "unitPattern-count-one": "{0} MHz",
3272
+ "unitPattern-count-few": "{0} MHz",
3273
+ "unitPattern-count-other": "{0} MHz"
3274
+ },
3275
+ "frequency-kilohertz": {
3276
+ "displayName": "kHz",
3277
+ "unitPattern-count-one": "{0} kHz",
3278
+ "unitPattern-count-few": "{0} kHz",
3279
+ "unitPattern-count-other": "{0} kHz"
3280
+ },
3281
+ "frequency-hertz": {
3282
+ "displayName": "Hz",
3283
+ "unitPattern-count-one": "{0} Hz",
3284
+ "unitPattern-count-few": "{0} Hz",
3285
+ "unitPattern-count-other": "{0} Hz"
3286
+ },
3287
+ "graphics-em": {
3288
+ "displayName": "em",
3289
+ "unitPattern-count-other": "{0} em"
3290
+ },
3291
+ "graphics-pixel": {
3292
+ "displayName": "px",
3293
+ "unitPattern-count-other": "{0} px"
3294
+ },
3295
+ "graphics-megapixel": {
3296
+ "displayName": "MP",
3297
+ "unitPattern-count-other": "{0} MP"
3298
+ },
3299
+ "graphics-pixel-per-centimeter": {
3300
+ "displayName": "ppcm",
3301
+ "unitPattern-count-other": "{0} ppcm"
3302
+ },
3303
+ "graphics-pixel-per-inch": {
3304
+ "displayName": "ppi",
3305
+ "unitPattern-count-other": "{0} ppi"
3306
+ },
3307
+ "graphics-dot-per-centimeter": {
3308
+ "displayName": "dpcm",
3309
+ "unitPattern-count-other": "{0} dpcm"
3310
+ },
3311
+ "graphics-dot-per-inch": {
3312
+ "displayName": "dpi",
3313
+ "unitPattern-count-other": "{0} dpi"
3314
+ },
3315
+ "graphics-dot": {
3316
+ "displayName": "tačka",
3317
+ "unitPattern-count-one": "{0} tačka",
3318
+ "unitPattern-count-few": "{0} tačke",
3319
+ "unitPattern-count-other": "{0} tačaka"
3320
+ },
3321
+ "length-earth-radius": {
3322
+ "displayName": "R⊕",
3323
+ "unitPattern-count-one": "{0} R⊕",
3324
+ "unitPattern-count-few": "{0} R⊕",
3325
+ "unitPattern-count-other": "{0} R⊕"
3326
+ },
3327
+ "length-kilometer": {
3328
+ "displayName": "km",
3329
+ "unitPattern-count-one": "{0} km",
3330
+ "unitPattern-count-few": "{0} km",
3331
+ "unitPattern-count-other": "{0} km",
3332
+ "perUnitPattern": "{0}/km"
3333
+ },
3334
+ "length-meter": {
3335
+ "displayName": "m",
3336
+ "unitPattern-count-one": "{0} m",
3337
+ "unitPattern-count-few": "{0} m",
3338
+ "unitPattern-count-other": "{0} m",
3339
+ "perUnitPattern": "{0}/m"
3340
+ },
3341
+ "length-decimeter": {
3342
+ "displayName": "dm",
3343
+ "unitPattern-count-one": "{0} dm",
3344
+ "unitPattern-count-few": "{0} dm",
3345
+ "unitPattern-count-other": "{0} dm"
3346
+ },
3347
+ "length-centimeter": {
3348
+ "displayName": "cm",
3349
+ "unitPattern-count-one": "{0} cm",
3350
+ "unitPattern-count-few": "{0} cm",
3351
+ "unitPattern-count-other": "{0} cm",
3352
+ "perUnitPattern": "{0}/cm"
3353
+ },
3354
+ "length-millimeter": {
3355
+ "displayName": "mm",
3356
+ "unitPattern-count-one": "{0} mm",
3357
+ "unitPattern-count-few": "{0} mm",
3358
+ "unitPattern-count-other": "{0} mm"
3359
+ },
3360
+ "length-micrometer": {
3361
+ "displayName": "μm",
3362
+ "unitPattern-count-one": "{0} μm",
3363
+ "unitPattern-count-few": "{0} μm",
3364
+ "unitPattern-count-other": "{0} μm"
3365
+ },
3366
+ "length-nanometer": {
3367
+ "displayName": "nm",
3368
+ "unitPattern-count-one": "{0} nm",
3369
+ "unitPattern-count-few": "{0} nm",
3370
+ "unitPattern-count-other": "{0} nm"
3371
+ },
3372
+ "length-picometer": {
3373
+ "displayName": "pikometri",
3374
+ "unitPattern-count-one": "{0} pm",
3375
+ "unitPattern-count-few": "{0} pm",
3376
+ "unitPattern-count-other": "{0} pm"
3377
+ },
3378
+ "length-mile": {
3379
+ "displayName": "milje",
3380
+ "unitPattern-count-one": "{0} mi",
3381
+ "unitPattern-count-few": "{0} mi",
3382
+ "unitPattern-count-other": "{0} mi"
3383
+ },
3384
+ "length-yard": {
3385
+ "displayName": "jardi",
3386
+ "unitPattern-count-one": "{0} jrd",
3387
+ "unitPattern-count-few": "{0} jrd",
3388
+ "unitPattern-count-other": "{0} jrd"
3389
+ },
3390
+ "length-foot": {
3391
+ "displayName": "ft",
3392
+ "unitPattern-count-one": "{0} ft",
3393
+ "unitPattern-count-few": "{0} ft",
3394
+ "unitPattern-count-other": "{0} ft",
3395
+ "perUnitPattern": "{0}/ft"
3396
+ },
3397
+ "length-inch": {
3398
+ "displayName": "inči",
3399
+ "unitPattern-count-one": "{0} inč",
3400
+ "unitPattern-count-few": "{0} inča",
3401
+ "unitPattern-count-other": "{0} inča",
3402
+ "perUnitPattern": "{0}/in"
3403
+ },
3404
+ "length-parsec": {
3405
+ "displayName": "parseci",
3406
+ "unitPattern-count-one": "{0} pc",
3407
+ "unitPattern-count-few": "{0} pc",
3408
+ "unitPattern-count-other": "{0} pc"
3409
+ },
3410
+ "length-light-year": {
3411
+ "displayName": "svetlosne god.",
3412
+ "unitPattern-count-one": "{0} sg",
3413
+ "unitPattern-count-few": "{0} sg",
3414
+ "unitPattern-count-other": "{0} sg"
3415
+ },
3416
+ "length-astronomical-unit": {
3417
+ "displayName": "aj",
3418
+ "unitPattern-count-one": "{0} aj",
3419
+ "unitPattern-count-few": "{0} aj",
3420
+ "unitPattern-count-other": "{0} aj"
3421
+ },
3422
+ "length-furlong": {
3423
+ "displayName": "furlonzi",
3424
+ "unitPattern-count-one": "{0} fur",
3425
+ "unitPattern-count-few": "{0} fur",
3426
+ "unitPattern-count-other": "{0} fur"
3427
+ },
3428
+ "length-fathom": {
3429
+ "displayName": "hv",
3430
+ "unitPattern-count-one": "{0} fth",
3431
+ "unitPattern-count-few": "{0} fth",
3432
+ "unitPattern-count-other": "{0} fth"
3433
+ },
3434
+ "length-nautical-mile": {
3435
+ "displayName": "nmi",
3436
+ "unitPattern-count-one": "{0} nmi",
3437
+ "unitPattern-count-few": "{0} nmi",
3438
+ "unitPattern-count-other": "{0} nmi"
3439
+ },
3440
+ "length-mile-scandinavian": {
3441
+ "displayName": "smi",
3442
+ "unitPattern-count-one": "{0} smi",
3443
+ "unitPattern-count-few": "{0} smi",
3444
+ "unitPattern-count-other": "{0} smi"
3445
+ },
3446
+ "length-point": {
3447
+ "displayName": "pt",
3448
+ "unitPattern-count-one": "{0} pt",
3449
+ "unitPattern-count-few": "{0} pt",
3450
+ "unitPattern-count-other": "{0} pt"
3451
+ },
3452
+ "length-solar-radius": {
3453
+ "displayName": "R☉",
3454
+ "unitPattern-count-other": "{0} R☉"
3455
+ },
3456
+ "light-lux": {
3457
+ "displayName": "lx",
3458
+ "unitPattern-count-one": "{0} lx",
3459
+ "unitPattern-count-few": "{0} lx",
3460
+ "unitPattern-count-other": "{0} lx"
3461
+ },
3462
+ "light-candela": {
3463
+ "displayName": "cd",
3464
+ "unitPattern-count-other": "{0} cd"
3465
+ },
3466
+ "light-lumen": {
3467
+ "displayName": "lm",
3468
+ "unitPattern-count-other": "{0} lm"
3469
+ },
3470
+ "light-solar-luminosity": {
3471
+ "displayName": "L☉",
3472
+ "unitPattern-count-other": "{0} L☉"
3473
+ },
3474
+ "mass-metric-ton": {
3475
+ "displayName": "t",
3476
+ "unitPattern-count-one": "{0} t",
3477
+ "unitPattern-count-few": "{0} t",
3478
+ "unitPattern-count-other": "{0} t"
3479
+ },
3480
+ "mass-kilogram": {
3481
+ "displayName": "kg",
3482
+ "unitPattern-count-one": "{0} kg",
3483
+ "unitPattern-count-few": "{0} kg",
3484
+ "unitPattern-count-other": "{0} kg",
3485
+ "perUnitPattern": "{0}/kg"
3486
+ },
3487
+ "mass-gram": {
3488
+ "displayName": "grami",
3489
+ "unitPattern-count-one": "{0} g",
3490
+ "unitPattern-count-few": "{0} g",
3491
+ "unitPattern-count-other": "{0} g",
3492
+ "perUnitPattern": "{0}/g"
3493
+ },
3494
+ "mass-milligram": {
3495
+ "displayName": "mg",
3496
+ "unitPattern-count-one": "{0} mg",
3497
+ "unitPattern-count-few": "{0} mg",
3498
+ "unitPattern-count-other": "{0} mg"
3499
+ },
3500
+ "mass-microgram": {
3501
+ "displayName": "μg",
3502
+ "unitPattern-count-one": "{0} μg",
3503
+ "unitPattern-count-few": "{0} μg",
3504
+ "unitPattern-count-other": "{0} μg"
3505
+ },
3506
+ "mass-ton": {
3507
+ "displayName": "tn",
3508
+ "unitPattern-count-one": "{0} tn",
3509
+ "unitPattern-count-few": "{0} tn",
3510
+ "unitPattern-count-other": "{0} tn"
3511
+ },
3512
+ "mass-stone": {
3513
+ "displayName": "st",
3514
+ "unitPattern-count-other": "{0} st"
3515
+ },
3516
+ "mass-pound": {
3517
+ "displayName": "lb",
3518
+ "unitPattern-count-one": "{0} lb",
3519
+ "unitPattern-count-few": "{0} lb",
3520
+ "unitPattern-count-other": "{0} lb",
3521
+ "perUnitPattern": "{0}/lb"
3522
+ },
3523
+ "mass-ounce": {
3524
+ "displayName": "oz",
3525
+ "unitPattern-count-one": "{0} oz",
3526
+ "unitPattern-count-few": "{0} oz",
3527
+ "unitPattern-count-other": "{0} oz",
3528
+ "perUnitPattern": "{0}/oz"
3529
+ },
3530
+ "mass-ounce-troy": {
3531
+ "displayName": "oz t",
3532
+ "unitPattern-count-one": "{0} oz t",
3533
+ "unitPattern-count-few": "{0} oz t",
3534
+ "unitPattern-count-other": "{0} oz t"
3535
+ },
3536
+ "mass-carat": {
3537
+ "displayName": "karati",
3538
+ "unitPattern-count-one": "{0} CD",
3539
+ "unitPattern-count-few": "{0} CD",
3540
+ "unitPattern-count-other": "{0} CD"
3541
+ },
3542
+ "mass-dalton": {
3543
+ "displayName": "Da",
3544
+ "unitPattern-count-other": "{0} Da"
3545
+ },
3546
+ "mass-earth-mass": {
3547
+ "displayName": "M⊕",
3548
+ "unitPattern-count-other": "{0} M⊕"
3549
+ },
3550
+ "mass-solar-mass": {
3551
+ "displayName": "M☉",
3552
+ "unitPattern-count-other": "{0} M☉"
3553
+ },
3554
+ "mass-grain": {
3555
+ "displayName": "grejn",
3556
+ "unitPattern-count-other": "{0} grain"
3557
+ },
3558
+ "power-gigawatt": {
3559
+ "displayName": "GW",
3560
+ "unitPattern-count-one": "{0} GW",
3561
+ "unitPattern-count-few": "{0} GW",
3562
+ "unitPattern-count-other": "{0} GW"
3563
+ },
3564
+ "power-megawatt": {
3565
+ "displayName": "MW",
3566
+ "unitPattern-count-one": "{0} MW",
3567
+ "unitPattern-count-few": "{0} MW",
3568
+ "unitPattern-count-other": "{0} MW"
3569
+ },
3570
+ "power-kilowatt": {
3571
+ "displayName": "kW",
3572
+ "unitPattern-count-one": "{0} kW",
3573
+ "unitPattern-count-few": "{0} kW",
3574
+ "unitPattern-count-other": "{0} kW"
3575
+ },
3576
+ "power-watt": {
3577
+ "displayName": "W",
3578
+ "unitPattern-count-one": "{0} W",
3579
+ "unitPattern-count-few": "{0} W",
3580
+ "unitPattern-count-other": "{0} W"
3581
+ },
3582
+ "power-milliwatt": {
3583
+ "displayName": "mW",
3584
+ "unitPattern-count-one": "{0} mW",
3585
+ "unitPattern-count-few": "{0} mW",
3586
+ "unitPattern-count-other": "{0} mW"
3587
+ },
3588
+ "power-horsepower": {
3589
+ "displayName": "hp",
3590
+ "unitPattern-count-one": "{0} hp",
3591
+ "unitPattern-count-few": "{0} hp",
3592
+ "unitPattern-count-other": "{0} hp"
3593
+ },
3594
+ "pressure-millimeter-ofhg": {
3595
+ "displayName": "mm Hg",
3596
+ "unitPattern-count-one": "{0} mm Hg",
3597
+ "unitPattern-count-few": "{0} mm Hg",
3598
+ "unitPattern-count-other": "{0} mm Hg"
3599
+ },
3600
+ "pressure-pound-force-per-square-inch": {
3601
+ "displayName": "psi",
3602
+ "unitPattern-count-one": "{0} psi",
3603
+ "unitPattern-count-few": "{0} psi",
3604
+ "unitPattern-count-other": "{0} psi"
3605
+ },
3606
+ "pressure-inch-ofhg": {
3607
+ "displayName": "inHg",
3608
+ "unitPattern-count-one": "{0} inHg",
3609
+ "unitPattern-count-few": "{0} inHg",
3610
+ "unitPattern-count-other": "{0} inHg"
3611
+ },
3612
+ "pressure-bar": {
3613
+ "displayName": "bar",
3614
+ "unitPattern-count-one": "{0} bar",
3615
+ "unitPattern-count-few": "{0} bar",
3616
+ "unitPattern-count-other": "{0} bar"
3617
+ },
3618
+ "pressure-millibar": {
3619
+ "displayName": "mbar",
3620
+ "unitPattern-count-one": "{0} mbar",
3621
+ "unitPattern-count-few": "{0} mbar",
3622
+ "unitPattern-count-other": "{0} mbar"
3623
+ },
3624
+ "pressure-atmosphere": {
3625
+ "displayName": "atm",
3626
+ "unitPattern-count-one": "{0} atm",
3627
+ "unitPattern-count-few": "{0} atm",
3628
+ "unitPattern-count-other": "{0} atm"
3629
+ },
3630
+ "pressure-pascal": {
3631
+ "displayName": "Pa",
3632
+ "unitPattern-count-one": "{0} Pa",
3633
+ "unitPattern-count-few": "{0} Pa",
3634
+ "unitPattern-count-other": "{0} Pa"
3635
+ },
3636
+ "pressure-hectopascal": {
3637
+ "displayName": "hPa",
3638
+ "unitPattern-count-one": "{0} hPa",
3639
+ "unitPattern-count-few": "{0} hPa",
3640
+ "unitPattern-count-other": "{0} hPa"
3641
+ },
3642
+ "pressure-kilopascal": {
3643
+ "displayName": "kPa",
3644
+ "unitPattern-count-other": "{0} kPa"
3645
+ },
3646
+ "pressure-megapascal": {
3647
+ "displayName": "MPa",
3648
+ "unitPattern-count-other": "{0} MPa"
3649
+ },
3650
+ "speed-kilometer-per-hour": {
3651
+ "displayName": "km/h",
3652
+ "unitPattern-count-one": "{0} km/h",
3653
+ "unitPattern-count-few": "{0} km/h",
3654
+ "unitPattern-count-other": "{0} km/h"
3655
+ },
3656
+ "speed-meter-per-second": {
3657
+ "displayName": "metri u sekundi",
3658
+ "unitPattern-count-one": "{0} m/s",
3659
+ "unitPattern-count-few": "{0} m/s",
3660
+ "unitPattern-count-other": "{0} m/s"
3661
+ },
3662
+ "speed-mile-per-hour": {
3663
+ "displayName": "milje na sat",
3664
+ "unitPattern-count-one": "{0} mi/h",
3665
+ "unitPattern-count-few": "{0} mi/h",
3666
+ "unitPattern-count-other": "{0} mi/h"
3667
+ },
3668
+ "speed-knot": {
3669
+ "displayName": "kn",
3670
+ "unitPattern-count-one": "{0} kn",
3671
+ "unitPattern-count-few": "{0} kn",
3672
+ "unitPattern-count-other": "{0} kn"
3673
+ },
3674
+ "temperature-generic": {
3675
+ "displayName": "°",
3676
+ "unitPattern-count-one": "{0}°",
3677
+ "unitPattern-count-few": "{0}°",
3678
+ "unitPattern-count-other": "{0}°"
3679
+ },
3680
+ "temperature-celsius": {
3681
+ "displayName": "°C",
3682
+ "unitPattern-count-one": "{0}°C",
3683
+ "unitPattern-count-few": "{0}°C",
3684
+ "unitPattern-count-other": "{0}°C"
3685
+ },
3686
+ "temperature-fahrenheit": {
3687
+ "displayName": "stepeni Farenhajta",
3688
+ "unitPattern-count-one": "{0}°F",
3689
+ "unitPattern-count-few": "{0}°F",
3690
+ "unitPattern-count-other": "{0}°F"
3691
+ },
3692
+ "temperature-kelvin": {
3693
+ "displayName": "K",
3694
+ "unitPattern-count-one": "{0} K",
3695
+ "unitPattern-count-few": "{0} K",
3696
+ "unitPattern-count-other": "{0} K"
3697
+ },
3698
+ "torque-pound-force-foot": {
3699
+ "displayName": "lbf⋅ft",
3700
+ "unitPattern-count-other": "{0} lbf⋅ft"
3701
+ },
3702
+ "torque-newton-meter": {
3703
+ "displayName": "N⋅m",
3704
+ "unitPattern-count-other": "{0} N⋅m"
3705
+ },
3706
+ "volume-cubic-kilometer": {
3707
+ "displayName": "km³",
3708
+ "unitPattern-count-one": "{0} km³",
3709
+ "unitPattern-count-few": "{0} km³",
3710
+ "unitPattern-count-other": "{0} km³"
3711
+ },
3712
+ "volume-cubic-meter": {
3713
+ "displayName": "m³",
3714
+ "unitPattern-count-one": "{0} m³",
3715
+ "unitPattern-count-few": "{0} m³",
3716
+ "unitPattern-count-other": "{0} m³",
3717
+ "perUnitPattern": "{0}/m³"
3718
+ },
3719
+ "volume-cubic-centimeter": {
3720
+ "displayName": "cm³",
3721
+ "unitPattern-count-one": "{0} cm³",
3722
+ "unitPattern-count-few": "{0} cm³",
3723
+ "unitPattern-count-other": "{0} cm³",
3724
+ "perUnitPattern": "{0}/cm³"
3725
+ },
3726
+ "volume-cubic-mile": {
3727
+ "displayName": "mi³",
3728
+ "unitPattern-count-one": "{0} mi³",
3729
+ "unitPattern-count-few": "{0} mi³",
3730
+ "unitPattern-count-other": "{0} mi³"
3731
+ },
3732
+ "volume-cubic-yard": {
3733
+ "displayName": "yd³",
3734
+ "unitPattern-count-one": "{0} yd³",
3735
+ "unitPattern-count-few": "{0} yd³",
3736
+ "unitPattern-count-other": "{0} yd³"
3737
+ },
3738
+ "volume-cubic-foot": {
3739
+ "displayName": "ft³",
3740
+ "unitPattern-count-one": "{0} ft³",
3741
+ "unitPattern-count-few": "{0} ft³",
3742
+ "unitPattern-count-other": "{0} ft³"
3743
+ },
3744
+ "volume-cubic-inch": {
3745
+ "displayName": "in³",
3746
+ "unitPattern-count-one": "{0} in³",
3747
+ "unitPattern-count-few": "{0} in³",
3748
+ "unitPattern-count-other": "{0} in³"
3749
+ },
3750
+ "volume-megaliter": {
3751
+ "displayName": "ML",
3752
+ "unitPattern-count-one": "{0} ML",
3753
+ "unitPattern-count-few": "{0} ML",
3754
+ "unitPattern-count-other": "{0} ML"
3755
+ },
3756
+ "volume-hectoliter": {
3757
+ "displayName": "hL",
3758
+ "unitPattern-count-one": "{0} hL",
3759
+ "unitPattern-count-few": "{0} hL",
3760
+ "unitPattern-count-other": "{0} hL"
3761
+ },
3762
+ "volume-liter": {
3763
+ "displayName": "litri",
3764
+ "unitPattern-count-one": "{0} l",
3765
+ "unitPattern-count-few": "{0} l",
3766
+ "unitPattern-count-other": "{0} l",
3767
+ "perUnitPattern": "{0}/l"
3768
+ },
3769
+ "volume-deciliter": {
3770
+ "displayName": "dL",
3771
+ "unitPattern-count-one": "{0} dL",
3772
+ "unitPattern-count-few": "{0} dL",
3773
+ "unitPattern-count-other": "{0} dL"
3774
+ },
3775
+ "volume-centiliter": {
3776
+ "displayName": "cL",
3777
+ "unitPattern-count-one": "{0} cL",
3778
+ "unitPattern-count-few": "{0} cL",
3779
+ "unitPattern-count-other": "{0} cL"
3780
+ },
3781
+ "volume-milliliter": {
3782
+ "displayName": "mL",
3783
+ "unitPattern-count-one": "{0} mL",
3784
+ "unitPattern-count-few": "{0} mL",
3785
+ "unitPattern-count-other": "{0} mL"
3786
+ },
3787
+ "volume-pint-metric": {
3788
+ "displayName": "mpt",
3789
+ "unitPattern-count-one": "{0} mpt",
3790
+ "unitPattern-count-few": "{0} mpt",
3791
+ "unitPattern-count-other": "{0} mpt"
3792
+ },
3793
+ "volume-cup-metric": {
3794
+ "displayName": "mcup",
3795
+ "unitPattern-count-one": "{0} mc",
3796
+ "unitPattern-count-few": "{0} mc",
3797
+ "unitPattern-count-other": "{0} mc"
3798
+ },
3799
+ "volume-acre-foot": {
3800
+ "displayName": "ac ft",
3801
+ "unitPattern-count-one": "{0} ac ft",
3802
+ "unitPattern-count-few": "{0} ac ft",
3803
+ "unitPattern-count-other": "{0} ac ft"
3804
+ },
3805
+ "volume-bushel": {
3806
+ "displayName": "bu",
3807
+ "unitPattern-count-other": "{0} bu"
3808
+ },
3809
+ "volume-gallon": {
3810
+ "displayName": "gal",
3811
+ "unitPattern-count-one": "{0} gal",
3812
+ "unitPattern-count-few": "{0} gal",
3813
+ "unitPattern-count-other": "{0} gal",
3814
+ "perUnitPattern": "{0}/gal"
3815
+ },
3816
+ "volume-gallon-imperial": {
3817
+ "displayName": "Imp. gal",
3818
+ "unitPattern-count-one": "{0} gal Imp.",
3819
+ "unitPattern-count-few": "{0} gal Imp.",
3820
+ "unitPattern-count-other": "{0} gal Imp.",
3821
+ "perUnitPattern": "{0}/gal Imp."
3822
+ },
3823
+ "volume-quart": {
3824
+ "displayName": "qt",
3825
+ "unitPattern-count-one": "{0} qt",
3826
+ "unitPattern-count-few": "{0} qt",
3827
+ "unitPattern-count-other": "{0} qt"
3828
+ },
3829
+ "volume-pint": {
3830
+ "displayName": "pt",
3831
+ "unitPattern-count-one": "{0} pt",
3832
+ "unitPattern-count-few": "{0} pt",
3833
+ "unitPattern-count-other": "{0} pt"
3834
+ },
3835
+ "volume-cup": {
3836
+ "displayName": "šolje",
3837
+ "unitPattern-count-one": "{0} š.",
3838
+ "unitPattern-count-few": "{0} š.",
3839
+ "unitPattern-count-other": "{0} š."
3840
+ },
3841
+ "volume-fluid-ounce": {
3842
+ "displayName": "fl oz",
3843
+ "unitPattern-count-one": "{0} fl oz",
3844
+ "unitPattern-count-few": "{0} fl oz",
3845
+ "unitPattern-count-other": "{0} fl oz"
3846
+ },
3847
+ "volume-fluid-ounce-imperial": {
3848
+ "displayName": "Imp. fl oz",
3849
+ "unitPattern-count-other": "{0} fl oz Imp."
3850
+ },
3851
+ "volume-tablespoon": {
3852
+ "displayName": "kaš.",
3853
+ "unitPattern-count-one": "{0} kaš.",
3854
+ "unitPattern-count-few": "{0} kaš.",
3855
+ "unitPattern-count-other": "{0} kaš."
3856
+ },
3857
+ "volume-teaspoon": {
3858
+ "displayName": "kašič.",
3859
+ "unitPattern-count-one": "{0} kašič.",
3860
+ "unitPattern-count-few": "{0} kašič.",
3861
+ "unitPattern-count-other": "{0} kašič."
3862
+ },
3863
+ "volume-barrel": {
3864
+ "displayName": "bbl",
3865
+ "unitPattern-count-other": "{0} bbl"
3866
+ },
3867
+ "volume-dessert-spoon": {
3868
+ "displayName": "dstspn",
3869
+ "unitPattern-count-other": "{0} dstspn"
3870
+ },
3871
+ "volume-dessert-spoon-imperial": {
3872
+ "displayName": "dstspn Imp",
3873
+ "unitPattern-count-other": "{0} dstspn Imp"
3874
+ },
3875
+ "volume-drop": {
3876
+ "displayName": "kap",
3877
+ "unitPattern-count-one": "{0} kap",
3878
+ "unitPattern-count-few": "{0} kapi",
3879
+ "unitPattern-count-other": "{0} kapi"
3880
+ },
3881
+ "volume-dram": {
3882
+ "displayName": "dram tečnosti",
3883
+ "unitPattern-count-other": "{0} dram fl"
3884
+ },
3885
+ "volume-jigger": {
3886
+ "displayName": "džiger",
3887
+ "unitPattern-count-other": "{0} jigger"
3888
+ },
3889
+ "volume-pinch": {
3890
+ "displayName": "prstohvat",
3891
+ "unitPattern-count-other": "{0} pinch"
3892
+ },
3893
+ "volume-quart-imperial": {
3894
+ "displayName": "qt Imp",
3895
+ "unitPattern-count-other": "{0} qt Imp."
3896
+ },
3897
+ "coordinateUnit": {
3898
+ "displayName": "pravac",
3899
+ "east": "{0}I",
3900
+ "north": "{0}S",
3901
+ "south": "{0}J",
3902
+ "west": "{0}Z"
3903
+ }
3904
+ }
3905
+ },
3906
+ "lenient-scope-number": {
3907
+ "minusSign": "-‒⁻₋−➖﹣-",
3908
+ "commaSign": ",،٫⹁、︐︑﹐﹑,、",
3909
+ "plusSign": "+⁺₊➕﬩﹢+"
3910
+ },
3911
+ "currencyFormat-sap-short": {
3912
+ "1000-one": "0 hilj'.' ¤",
3913
+ "1000-few": "0 hilj'.' ¤",
3914
+ "1000-other": "0 hilj'.' ¤",
3915
+ "10000-one": "00 hilj'.' ¤",
3916
+ "10000-few": "00 hilj'.' ¤",
3917
+ "10000-other": "00 hilj'.' ¤",
3918
+ "100000-one": "000 hilj'.' ¤",
3919
+ "100000-few": "000 hilj'.' ¤",
3920
+ "100000-other": "000 hilj'.' ¤",
3921
+ "1000000-one": "0 mil'.' ¤",
3922
+ "1000000-few": "0 mil'.' ¤",
3923
+ "1000000-other": "0 mil'.' ¤",
3924
+ "10000000-one": "00 mil'.' ¤",
3925
+ "10000000-few": "00 mil'.' ¤",
3926
+ "10000000-other": "00 mil'.' ¤",
3927
+ "100000000-one": "000 mil'.' ¤",
3928
+ "100000000-few": "000 mil'.' ¤",
3929
+ "100000000-other": "000 mil'.' ¤",
3930
+ "1000000000-one": "0 mlrd'.' ¤",
3931
+ "1000000000-few": "0 mlrd'.' ¤",
3932
+ "1000000000-other": "0 mlrd'.' ¤",
3933
+ "10000000000-one": "00 mlrd'.' ¤",
3934
+ "10000000000-few": "00 mlrd'.' ¤",
3935
+ "10000000000-other": "00 mlrd'.' ¤",
3936
+ "100000000000-one": "000 mlrd'.' ¤",
3937
+ "100000000000-few": "000 mlrd'.' ¤",
3938
+ "100000000000-other": "000 mlrd'.' ¤",
3939
+ "1000000000000-one": "0 bil'.' ¤",
3940
+ "1000000000000-few": "0 bil'.' ¤",
3941
+ "1000000000000-other": "0 bil'.' ¤",
3942
+ "10000000000000-one": "00 bil'.' ¤",
3943
+ "10000000000000-few": "00 bil'.' ¤",
3944
+ "10000000000000-other": "00 bil'.' ¤",
3945
+ "100000000000000-one": "000 bil'.' ¤",
3946
+ "100000000000000-few": "000 bil'.' ¤",
3947
+ "100000000000000-other": "000 bil'.' ¤"
3948
+ },
3949
+ "currencyDigits": {
3950
+ "ADP": 0,
3951
+ "AFN": 0,
3952
+ "ALL": 0,
3953
+ "BHD": 3,
3954
+ "BIF": 0,
3955
+ "BYR": 0,
3956
+ "CLF": 4,
3957
+ "CLP": 0,
3958
+ "DEFAULT": 2,
3959
+ "DJF": 0,
3960
+ "ESP": 0,
3961
+ "GNF": 0,
3962
+ "HUF": 0,
3963
+ "IQD": 0,
3964
+ "IRR": 0,
3965
+ "ISK": 0,
3966
+ "ITL": 0,
3967
+ "JOD": 3,
3968
+ "JPY": 0,
3969
+ "KMF": 0,
3970
+ "KPW": 0,
3971
+ "KRW": 0,
3972
+ "KWD": 3,
3973
+ "LAK": 0,
3974
+ "LBP": 0,
3975
+ "LUF": 0,
3976
+ "LYD": 3,
3977
+ "MGA": 0,
3978
+ "MGF": 0,
3979
+ "MMK": 0,
3980
+ "MRO": 0,
3981
+ "OMR": 3,
3982
+ "PYG": 0,
3983
+ "RSD": 0,
3984
+ "RWF": 0,
3985
+ "SLL": 0,
3986
+ "SOS": 0,
3987
+ "STD": 0,
3988
+ "SYP": 0,
3989
+ "TMM": 0,
3990
+ "TND": 3,
3991
+ "TRL": 0,
3992
+ "TWD": 0,
3993
+ "UGX": 0,
3994
+ "UYI": 0,
3995
+ "UYW": 4,
3996
+ "VND": 0,
3997
+ "VUV": 0,
3998
+ "XAF": 0,
3999
+ "XOF": 0,
4000
+ "XPF": 0,
4001
+ "YER": 0,
4002
+ "ZMK": 0,
4003
+ "ZWD": 0
4004
+ },
2589
4005
  "plurals": {
2590
4006
  "one": "v = 0 and i % 10 = 1 and i % 100 != 11 or f % 10 = 1 and f % 100 != 11",
2591
4007
  "few": "v = 0 and i % 10 = 2..4 and i % 100 != 12..14 or f % 10 = 2..4 and f % 100 != 12..14"