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