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