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