@ui5/webcomponents-localization 1.13.0-rc.4 → 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.
- package/CHANGELOG.md +8 -0
- package/LICENSE.txt +201 -0
- package/dist/DateFormat.d.ts +1 -1
- package/dist/LocaleData.d.ts +1 -1
- package/dist/dates/CalendarDate.d.ts +1 -1
- package/dist/dates/UI5Date.d.ts +1 -1
- package/dist/generated/assets/cldr/ar.json +2193 -0
- package/dist/generated/assets/cldr/ar_EG.json +2193 -0
- package/dist/generated/assets/cldr/ar_SA.json +2193 -0
- package/dist/generated/assets/cldr/bg.json +1227 -0
- package/dist/generated/assets/cldr/ca.json +1238 -0
- package/dist/generated/assets/cldr/cs.json +1722 -0
- package/dist/generated/assets/cldr/cy.json +1952 -0
- package/dist/generated/assets/cldr/da.json +1219 -0
- package/dist/generated/assets/cldr/de.json +1177 -0
- package/dist/generated/assets/cldr/de_AT.json +1178 -0
- package/dist/generated/assets/cldr/de_CH.json +1176 -0
- package/dist/generated/assets/cldr/el.json +1254 -0
- package/dist/generated/assets/cldr/el_CY.json +1254 -0
- package/dist/generated/assets/cldr/en.json +1241 -0
- package/dist/generated/assets/cldr/en_AU.json +1235 -0
- package/dist/generated/assets/cldr/en_GB.json +1253 -0
- package/dist/generated/assets/cldr/en_HK.json +1252 -0
- package/dist/generated/assets/cldr/en_IE.json +1252 -0
- package/dist/generated/assets/cldr/en_IN.json +1253 -0
- package/dist/generated/assets/cldr/en_NZ.json +1252 -0
- package/dist/generated/assets/cldr/en_PG.json +1253 -0
- package/dist/generated/assets/cldr/en_SG.json +1253 -0
- package/dist/generated/assets/cldr/en_ZA.json +1253 -0
- package/dist/generated/assets/cldr/es.json +1229 -0
- package/dist/generated/assets/cldr/es_AR.json +1227 -0
- package/dist/generated/assets/cldr/es_BO.json +1226 -0
- package/dist/generated/assets/cldr/es_CL.json +1227 -0
- package/dist/generated/assets/cldr/es_CO.json +1227 -0
- package/dist/generated/assets/cldr/es_MX.json +1228 -0
- package/dist/generated/assets/cldr/es_PE.json +1226 -0
- package/dist/generated/assets/cldr/es_UY.json +1228 -0
- package/dist/generated/assets/cldr/es_VE.json +1227 -0
- package/dist/generated/assets/cldr/et.json +1249 -0
- package/dist/generated/assets/cldr/fa.json +1257 -0
- package/dist/generated/assets/cldr/fi.json +1215 -0
- package/dist/generated/assets/cldr/fr.json +1275 -0
- package/dist/generated/assets/cldr/fr_BE.json +1275 -0
- package/dist/generated/assets/cldr/fr_CA.json +1254 -0
- package/dist/generated/assets/cldr/fr_CH.json +1276 -0
- package/dist/generated/assets/cldr/fr_LU.json +1275 -0
- package/dist/generated/assets/cldr/he.json +1636 -0
- package/dist/generated/assets/cldr/hi.json +1231 -0
- package/dist/generated/assets/cldr/hr.json +1439 -0
- package/dist/generated/assets/cldr/hu.json +1214 -0
- package/dist/generated/assets/cldr/id.json +1024 -0
- package/dist/generated/assets/cldr/it.json +1217 -0
- package/dist/generated/assets/cldr/it_CH.json +1217 -0
- package/dist/generated/assets/cldr/ja.json +1026 -0
- package/dist/generated/assets/cldr/kk.json +1258 -0
- package/dist/generated/assets/cldr/ko.json +1026 -0
- package/dist/generated/assets/cldr/lt.json +1638 -0
- package/dist/generated/assets/cldr/lv.json +1451 -0
- package/dist/generated/assets/cldr/ms.json +1021 -0
- package/dist/generated/assets/cldr/nb.json +1222 -0
- package/dist/generated/assets/cldr/nl.json +1231 -0
- package/dist/generated/assets/cldr/nl_BE.json +1231 -0
- package/dist/generated/assets/cldr/pl.json +1422 -0
- package/dist/generated/assets/cldr/pt.json +1136 -0
- package/dist/generated/assets/cldr/pt_PT.json +1222 -0
- package/dist/generated/assets/cldr/ro.json +1426 -0
- package/dist/generated/assets/cldr/ru.json +1713 -0
- package/dist/generated/assets/cldr/ru_UA.json +1713 -0
- package/dist/generated/assets/cldr/sk.json +1691 -0
- package/dist/generated/assets/cldr/sl.json +1700 -0
- package/dist/generated/assets/cldr/sr.json +1430 -0
- package/dist/generated/assets/cldr/sr_Latn.json +1416 -0
- package/dist/generated/assets/cldr/sv.json +1239 -0
- package/dist/generated/assets/cldr/th.json +1027 -0
- package/dist/generated/assets/cldr/tr.json +1236 -0
- package/dist/generated/assets/cldr/uk.json +1682 -0
- package/dist/generated/assets/cldr/vi.json +1023 -0
- package/dist/generated/assets/cldr/zh_CN.json +1023 -0
- package/dist/generated/assets/cldr/zh_HK.json +1023 -0
- package/dist/generated/assets/cldr/zh_SG.json +1024 -0
- package/dist/generated/assets/cldr/zh_TW.json +1022 -0
- package/dist/sap/ui/core/FormatSettings.d.ts +2 -2
- package/package.json +5 -4
- package/tsconfig.json +2 -1
@@ -2489,6 +2489,72 @@
|
|
2489
2489
|
"displayName": "時區"
|
2490
2490
|
}
|
2491
2491
|
},
|
2492
|
+
"decimalFormat": {
|
2493
|
+
"standard": "#,##0.###"
|
2494
|
+
},
|
2495
|
+
"decimalFormat-long": {
|
2496
|
+
"1000-other": "0",
|
2497
|
+
"10000-other": "0萬",
|
2498
|
+
"100000-other": "00萬",
|
2499
|
+
"1000000-other": "000萬",
|
2500
|
+
"10000000-other": "0000萬",
|
2501
|
+
"100000000-other": "0億",
|
2502
|
+
"1000000000-other": "00億",
|
2503
|
+
"10000000000-other": "000億",
|
2504
|
+
"100000000000-other": "0000億",
|
2505
|
+
"1000000000000-other": "0兆",
|
2506
|
+
"10000000000000-other": "00兆",
|
2507
|
+
"100000000000000-other": "000兆"
|
2508
|
+
},
|
2509
|
+
"decimalFormat-short": {
|
2510
|
+
"1000-other": "0",
|
2511
|
+
"10000-other": "0萬",
|
2512
|
+
"100000-other": "00萬",
|
2513
|
+
"1000000-other": "000萬",
|
2514
|
+
"10000000-other": "0000萬",
|
2515
|
+
"100000000-other": "0億",
|
2516
|
+
"1000000000-other": "00億",
|
2517
|
+
"10000000000-other": "000億",
|
2518
|
+
"100000000000-other": "0000億",
|
2519
|
+
"1000000000000-other": "0兆",
|
2520
|
+
"10000000000000-other": "00兆",
|
2521
|
+
"100000000000000-other": "000兆"
|
2522
|
+
},
|
2523
|
+
"percentFormat": {
|
2524
|
+
"standard": "#,##0%"
|
2525
|
+
},
|
2526
|
+
"currencyFormat": {
|
2527
|
+
"standard": "¤#,##0.00",
|
2528
|
+
"accounting": "¤#,##0.00;(¤#,##0.00)",
|
2529
|
+
"currencySpacing": {
|
2530
|
+
"beforeCurrency": {
|
2531
|
+
"currencyMatch": "[[:^S:]&[:^Z:]]",
|
2532
|
+
"surroundingMatch": "[:digit:]",
|
2533
|
+
"insertBetween": " "
|
2534
|
+
},
|
2535
|
+
"afterCurrency": {
|
2536
|
+
"currencyMatch": "[[:^S:]&[:^Z:]]",
|
2537
|
+
"surroundingMatch": "[:digit:]",
|
2538
|
+
"insertBetween": " "
|
2539
|
+
}
|
2540
|
+
},
|
2541
|
+
"sap-standard": "#,##0.00¤",
|
2542
|
+
"sap-accounting": "#,##0.00¤;(#,##0.00¤)"
|
2543
|
+
},
|
2544
|
+
"currencyFormat-short": {
|
2545
|
+
"1000-other": "0",
|
2546
|
+
"10000-other": "¤0萬",
|
2547
|
+
"100000-other": "¤00萬",
|
2548
|
+
"1000000-other": "¤000萬",
|
2549
|
+
"10000000-other": "¤0000萬",
|
2550
|
+
"100000000-other": "¤0億",
|
2551
|
+
"1000000000-other": "¤00億",
|
2552
|
+
"10000000000-other": "¤000億",
|
2553
|
+
"100000000000-other": "¤0000億",
|
2554
|
+
"1000000000000-other": "¤0兆",
|
2555
|
+
"10000000000000-other": "¤00兆",
|
2556
|
+
"100000000000000-other": "¤000兆"
|
2557
|
+
},
|
2492
2558
|
"symbols-latn-decimal": ".",
|
2493
2559
|
"symbols-latn-group": ",",
|
2494
2560
|
"symbols-latn-list": ";",
|
@@ -2502,7 +2568,963 @@
|
|
2502
2568
|
"symbols-latn-infinity": "∞",
|
2503
2569
|
"symbols-latn-nan": "非數值",
|
2504
2570
|
"symbols-latn-timeSeparator": ":",
|
2571
|
+
"currencySymbols": {
|
2572
|
+
"AUD": "AU$",
|
2573
|
+
"BRL": "R$",
|
2574
|
+
"CAD": "CA$",
|
2575
|
+
"CNY": "CN¥",
|
2576
|
+
"EUR": "€",
|
2577
|
+
"GBP": "£",
|
2578
|
+
"HKD": "HK$",
|
2579
|
+
"ILS": "₪",
|
2580
|
+
"INR": "₹",
|
2581
|
+
"JPY": "¥",
|
2582
|
+
"KRW": "₩",
|
2583
|
+
"MXN": "MX$",
|
2584
|
+
"NZD": "NZ$",
|
2585
|
+
"TWD": "$",
|
2586
|
+
"USD": "US$",
|
2587
|
+
"VND": "₫",
|
2588
|
+
"XAF": "FCFA",
|
2589
|
+
"XCD": "EC$",
|
2590
|
+
"XOF": "F CFA",
|
2591
|
+
"XPF": "CFPF"
|
2592
|
+
},
|
2505
2593
|
"rtl": false,
|
2594
|
+
"units": {
|
2595
|
+
"short": {
|
2596
|
+
"10p-1": {
|
2597
|
+
"unitPrefixPattern": "{0} 公寸"
|
2598
|
+
},
|
2599
|
+
"10p-2": {
|
2600
|
+
"unitPrefixPattern": "{0} 公分"
|
2601
|
+
},
|
2602
|
+
"10p-3": {
|
2603
|
+
"unitPrefixPattern": "{0} 公釐"
|
2604
|
+
},
|
2605
|
+
"10p-6": {
|
2606
|
+
"unitPrefixPattern": "{0} 微米"
|
2607
|
+
},
|
2608
|
+
"10p-9": {
|
2609
|
+
"unitPrefixPattern": "{0} 奈米"
|
2610
|
+
},
|
2611
|
+
"10p-12": {
|
2612
|
+
"unitPrefixPattern": "{0} 皮米"
|
2613
|
+
},
|
2614
|
+
"10p-15": {
|
2615
|
+
"unitPrefixPattern": "{0} 飛米"
|
2616
|
+
},
|
2617
|
+
"10p-18": {
|
2618
|
+
"unitPrefixPattern": "{0} 阿米"
|
2619
|
+
},
|
2620
|
+
"10p-21": {
|
2621
|
+
"unitPrefixPattern": "{0} 仄米"
|
2622
|
+
},
|
2623
|
+
"10p-24": {
|
2624
|
+
"unitPrefixPattern": "{0} 麼米"
|
2625
|
+
},
|
2626
|
+
"10p1": {
|
2627
|
+
"unitPrefixPattern": "{0} 公丈"
|
2628
|
+
},
|
2629
|
+
"10p2": {
|
2630
|
+
"unitPrefixPattern": "{0} 公引"
|
2631
|
+
},
|
2632
|
+
"10p3": {
|
2633
|
+
"unitPrefixPattern": "{0} 公里"
|
2634
|
+
},
|
2635
|
+
"10p6": {
|
2636
|
+
"unitPrefixPattern": "{0} 兆米"
|
2637
|
+
},
|
2638
|
+
"10p9": {
|
2639
|
+
"unitPrefixPattern": "{0} 吉米"
|
2640
|
+
},
|
2641
|
+
"10p12": {
|
2642
|
+
"unitPrefixPattern": "{0} 太米"
|
2643
|
+
},
|
2644
|
+
"10p15": {
|
2645
|
+
"unitPrefixPattern": "{0} 拍米"
|
2646
|
+
},
|
2647
|
+
"10p18": {
|
2648
|
+
"unitPrefixPattern": "{0} 艾米"
|
2649
|
+
},
|
2650
|
+
"10p21": {
|
2651
|
+
"unitPrefixPattern": "{0} 皆米"
|
2652
|
+
},
|
2653
|
+
"10p24": {
|
2654
|
+
"unitPrefixPattern": "{0} 佑米"
|
2655
|
+
},
|
2656
|
+
"1024p1": {
|
2657
|
+
"unitPrefixPattern": "Ki{0}"
|
2658
|
+
},
|
2659
|
+
"1024p2": {
|
2660
|
+
"unitPrefixPattern": "Mi{0}"
|
2661
|
+
},
|
2662
|
+
"1024p3": {
|
2663
|
+
"unitPrefixPattern": "Gi{0}"
|
2664
|
+
},
|
2665
|
+
"1024p4": {
|
2666
|
+
"unitPrefixPattern": "Ti{0}"
|
2667
|
+
},
|
2668
|
+
"1024p5": {
|
2669
|
+
"unitPrefixPattern": "Pi{0}"
|
2670
|
+
},
|
2671
|
+
"1024p6": {
|
2672
|
+
"unitPrefixPattern": "Ei{0}"
|
2673
|
+
},
|
2674
|
+
"1024p7": {
|
2675
|
+
"unitPrefixPattern": "Zi{0}"
|
2676
|
+
},
|
2677
|
+
"1024p8": {
|
2678
|
+
"unitPrefixPattern": "Yi{0}"
|
2679
|
+
},
|
2680
|
+
"per": {
|
2681
|
+
"compoundUnitPattern": "{0}/{1}"
|
2682
|
+
},
|
2683
|
+
"power2": {
|
2684
|
+
"compoundUnitPattern1": "{0}²",
|
2685
|
+
"compoundUnitPattern1-count-other": "{0}²"
|
2686
|
+
},
|
2687
|
+
"power3": {
|
2688
|
+
"compoundUnitPattern1": "{0}³",
|
2689
|
+
"compoundUnitPattern1-count-other": "{0}³"
|
2690
|
+
},
|
2691
|
+
"times": {
|
2692
|
+
"compoundUnitPattern": "{0}⋅{1}"
|
2693
|
+
},
|
2694
|
+
"acceleration-g-force": {
|
2695
|
+
"displayName": "G 力",
|
2696
|
+
"unitPattern-count-other": "{0} G 力"
|
2697
|
+
},
|
2698
|
+
"acceleration-meter-per-square-second": {
|
2699
|
+
"displayName": "公尺/平方秒",
|
2700
|
+
"unitPattern-count-other": "{0} 公尺/平方秒"
|
2701
|
+
},
|
2702
|
+
"angle-revolution": {
|
2703
|
+
"displayName": "圈數",
|
2704
|
+
"unitPattern-count-other": "{0} 圈"
|
2705
|
+
},
|
2706
|
+
"angle-radian": {
|
2707
|
+
"displayName": "弧度",
|
2708
|
+
"unitPattern-count-other": "{0} 弧度"
|
2709
|
+
},
|
2710
|
+
"angle-degree": {
|
2711
|
+
"displayName": "角度",
|
2712
|
+
"unitPattern-count-other": "{0} 度"
|
2713
|
+
},
|
2714
|
+
"angle-arc-minute": {
|
2715
|
+
"displayName": "角分",
|
2716
|
+
"unitPattern-count-other": "{0} 角分"
|
2717
|
+
},
|
2718
|
+
"angle-arc-second": {
|
2719
|
+
"displayName": "角秒",
|
2720
|
+
"unitPattern-count-other": "{0} 角秒"
|
2721
|
+
},
|
2722
|
+
"area-square-kilometer": {
|
2723
|
+
"displayName": "平方公里",
|
2724
|
+
"unitPattern-count-other": "{0} 平方公里",
|
2725
|
+
"perUnitPattern": "{0}/平方公里"
|
2726
|
+
},
|
2727
|
+
"area-hectare": {
|
2728
|
+
"displayName": "公頃",
|
2729
|
+
"unitPattern-count-other": "{0} 公頃"
|
2730
|
+
},
|
2731
|
+
"area-square-meter": {
|
2732
|
+
"displayName": "平方公尺",
|
2733
|
+
"unitPattern-count-other": "{0} 平方公尺",
|
2734
|
+
"perUnitPattern": "{0}/平方公尺"
|
2735
|
+
},
|
2736
|
+
"area-square-centimeter": {
|
2737
|
+
"displayName": "平方公分",
|
2738
|
+
"unitPattern-count-other": "{0} 平方公分",
|
2739
|
+
"perUnitPattern": "{0}/平分公分"
|
2740
|
+
},
|
2741
|
+
"area-square-mile": {
|
2742
|
+
"displayName": "平方英里",
|
2743
|
+
"unitPattern-count-other": "{0} 平方英里",
|
2744
|
+
"perUnitPattern": "{0}/平方英里"
|
2745
|
+
},
|
2746
|
+
"area-acre": {
|
2747
|
+
"displayName": "英畝",
|
2748
|
+
"unitPattern-count-other": "{0} 英畝"
|
2749
|
+
},
|
2750
|
+
"area-square-yard": {
|
2751
|
+
"displayName": "平方碼",
|
2752
|
+
"unitPattern-count-other": "{0} 平方碼"
|
2753
|
+
},
|
2754
|
+
"area-square-foot": {
|
2755
|
+
"displayName": "平方英尺",
|
2756
|
+
"unitPattern-count-other": "{0} 平方英尺"
|
2757
|
+
},
|
2758
|
+
"area-square-inch": {
|
2759
|
+
"displayName": "平方英寸",
|
2760
|
+
"unitPattern-count-other": "{0} 平方英寸",
|
2761
|
+
"perUnitPattern": "{0}/平方英寸"
|
2762
|
+
},
|
2763
|
+
"area-dunam": {
|
2764
|
+
"displayName": "杜納畝",
|
2765
|
+
"unitPattern-count-other": "{0} 杜納畝"
|
2766
|
+
},
|
2767
|
+
"concentr-karat": {
|
2768
|
+
"displayName": "克拉",
|
2769
|
+
"unitPattern-count-other": "{0} 克拉"
|
2770
|
+
},
|
2771
|
+
"concentr-milligram-ofglucose-per-deciliter": {
|
2772
|
+
"displayName": "毫克/分升",
|
2773
|
+
"unitPattern-count-other": "{0} 毫克/分升"
|
2774
|
+
},
|
2775
|
+
"concentr-millimole-per-liter": {
|
2776
|
+
"displayName": "毫莫耳/公升",
|
2777
|
+
"unitPattern-count-other": "{0} 毫莫耳/公升"
|
2778
|
+
},
|
2779
|
+
"concentr-item": {
|
2780
|
+
"displayName": "個項目",
|
2781
|
+
"unitPattern-count-other": "{0} 個項目"
|
2782
|
+
},
|
2783
|
+
"concentr-permillion": {
|
2784
|
+
"displayName": "百萬分率",
|
2785
|
+
"unitPattern-count-other": "{0} 百萬分率"
|
2786
|
+
},
|
2787
|
+
"concentr-percent": {
|
2788
|
+
"displayName": "百分比",
|
2789
|
+
"unitPattern-count-other": "{0}%"
|
2790
|
+
},
|
2791
|
+
"concentr-permille": {
|
2792
|
+
"displayName": "千分比",
|
2793
|
+
"unitPattern-count-other": "{0}‰"
|
2794
|
+
},
|
2795
|
+
"concentr-permyriad": {
|
2796
|
+
"displayName": "‱",
|
2797
|
+
"unitPattern-count-other": "{0}‱"
|
2798
|
+
},
|
2799
|
+
"concentr-mole": {
|
2800
|
+
"displayName": "莫耳",
|
2801
|
+
"unitPattern-count-other": "{0} 莫耳"
|
2802
|
+
},
|
2803
|
+
"consumption-liter-per-kilometer": {
|
2804
|
+
"displayName": "公升/公里",
|
2805
|
+
"unitPattern-count-other": "{0} 升/公里"
|
2806
|
+
},
|
2807
|
+
"consumption-liter-per-100-kilometer": {
|
2808
|
+
"displayName": "升/100 公里",
|
2809
|
+
"unitPattern-count-other": "{0} 升/100 公里"
|
2810
|
+
},
|
2811
|
+
"consumption-mile-per-gallon": {
|
2812
|
+
"displayName": "英里/加侖",
|
2813
|
+
"unitPattern-count-other": "{0} 英里/加侖"
|
2814
|
+
},
|
2815
|
+
"consumption-mile-per-gallon-imperial": {
|
2816
|
+
"displayName": "英里/英制加侖",
|
2817
|
+
"unitPattern-count-other": "{0} 英里/英制加侖"
|
2818
|
+
},
|
2819
|
+
"digital-petabyte": {
|
2820
|
+
"displayName": "PB",
|
2821
|
+
"unitPattern-count-other": "{0} PB"
|
2822
|
+
},
|
2823
|
+
"digital-terabyte": {
|
2824
|
+
"displayName": "TB",
|
2825
|
+
"unitPattern-count-other": "{0} TB"
|
2826
|
+
},
|
2827
|
+
"digital-terabit": {
|
2828
|
+
"displayName": "Tb",
|
2829
|
+
"unitPattern-count-other": "{0} Tb"
|
2830
|
+
},
|
2831
|
+
"digital-gigabyte": {
|
2832
|
+
"displayName": "GB",
|
2833
|
+
"unitPattern-count-other": "{0} GB"
|
2834
|
+
},
|
2835
|
+
"digital-gigabit": {
|
2836
|
+
"displayName": "Gb",
|
2837
|
+
"unitPattern-count-other": "{0} Gb"
|
2838
|
+
},
|
2839
|
+
"digital-megabyte": {
|
2840
|
+
"displayName": "MB",
|
2841
|
+
"unitPattern-count-other": "{0} MB"
|
2842
|
+
},
|
2843
|
+
"digital-megabit": {
|
2844
|
+
"displayName": "Mb",
|
2845
|
+
"unitPattern-count-other": "{0} Mb"
|
2846
|
+
},
|
2847
|
+
"digital-kilobyte": {
|
2848
|
+
"displayName": "kB",
|
2849
|
+
"unitPattern-count-other": "{0} kB"
|
2850
|
+
},
|
2851
|
+
"digital-kilobit": {
|
2852
|
+
"displayName": "kb",
|
2853
|
+
"unitPattern-count-other": "{0} kb"
|
2854
|
+
},
|
2855
|
+
"digital-byte": {
|
2856
|
+
"displayName": "byte",
|
2857
|
+
"unitPattern-count-other": "{0} byte"
|
2858
|
+
},
|
2859
|
+
"digital-bit": {
|
2860
|
+
"displayName": "bit",
|
2861
|
+
"unitPattern-count-other": "{0} bit"
|
2862
|
+
},
|
2863
|
+
"duration-century": {
|
2864
|
+
"displayName": "世紀",
|
2865
|
+
"unitPattern-count-other": "{0} 世紀"
|
2866
|
+
},
|
2867
|
+
"duration-decade": {
|
2868
|
+
"displayName": "10 年",
|
2869
|
+
"unitPattern-count-other": "{0}0 年"
|
2870
|
+
},
|
2871
|
+
"duration-year": {
|
2872
|
+
"displayName": "年",
|
2873
|
+
"unitPattern-count-other": "{0} 年",
|
2874
|
+
"perUnitPattern": "{0}/年"
|
2875
|
+
},
|
2876
|
+
"duration-month": {
|
2877
|
+
"displayName": "月",
|
2878
|
+
"unitPattern-count-other": "{0} 個月",
|
2879
|
+
"perUnitPattern": "{0}/月"
|
2880
|
+
},
|
2881
|
+
"duration-week": {
|
2882
|
+
"displayName": "週",
|
2883
|
+
"unitPattern-count-other": "{0} 週",
|
2884
|
+
"perUnitPattern": "{0}/週"
|
2885
|
+
},
|
2886
|
+
"duration-day": {
|
2887
|
+
"displayName": "天",
|
2888
|
+
"unitPattern-count-other": "{0} 天",
|
2889
|
+
"perUnitPattern": "{0}/天"
|
2890
|
+
},
|
2891
|
+
"duration-hour": {
|
2892
|
+
"displayName": "小時",
|
2893
|
+
"unitPattern-count-other": "{0} 小時",
|
2894
|
+
"perUnitPattern": "{0}/小時"
|
2895
|
+
},
|
2896
|
+
"duration-minute": {
|
2897
|
+
"displayName": "分鐘",
|
2898
|
+
"unitPattern-count-other": "{0} 分鐘",
|
2899
|
+
"perUnitPattern": "{0}/分鐘"
|
2900
|
+
},
|
2901
|
+
"duration-second": {
|
2902
|
+
"displayName": "秒",
|
2903
|
+
"unitPattern-count-other": "{0} 秒",
|
2904
|
+
"perUnitPattern": "{0}/秒"
|
2905
|
+
},
|
2906
|
+
"duration-millisecond": {
|
2907
|
+
"displayName": "毫秒",
|
2908
|
+
"unitPattern-count-other": "{0} 毫秒"
|
2909
|
+
},
|
2910
|
+
"duration-microsecond": {
|
2911
|
+
"displayName": "微秒",
|
2912
|
+
"unitPattern-count-other": "{0} 微秒"
|
2913
|
+
},
|
2914
|
+
"duration-nanosecond": {
|
2915
|
+
"displayName": "奈秒",
|
2916
|
+
"unitPattern-count-other": "{0} 奈秒"
|
2917
|
+
},
|
2918
|
+
"electric-ampere": {
|
2919
|
+
"displayName": "安培",
|
2920
|
+
"unitPattern-count-other": "{0} 安培"
|
2921
|
+
},
|
2922
|
+
"electric-milliampere": {
|
2923
|
+
"displayName": "毫安培",
|
2924
|
+
"unitPattern-count-other": "{0} 毫安培"
|
2925
|
+
},
|
2926
|
+
"electric-ohm": {
|
2927
|
+
"displayName": "歐姆",
|
2928
|
+
"unitPattern-count-other": "{0} 歐姆"
|
2929
|
+
},
|
2930
|
+
"electric-volt": {
|
2931
|
+
"displayName": "伏特",
|
2932
|
+
"unitPattern-count-other": "{0} 伏特"
|
2933
|
+
},
|
2934
|
+
"energy-kilocalorie": {
|
2935
|
+
"displayName": "千卡",
|
2936
|
+
"unitPattern-count-other": "{0} 千卡"
|
2937
|
+
},
|
2938
|
+
"energy-calorie": {
|
2939
|
+
"displayName": "卡路里",
|
2940
|
+
"unitPattern-count-other": "{0} 卡"
|
2941
|
+
},
|
2942
|
+
"energy-foodcalorie": {
|
2943
|
+
"displayName": "大卡",
|
2944
|
+
"unitPattern-count-other": "{0} 大卡"
|
2945
|
+
},
|
2946
|
+
"energy-kilojoule": {
|
2947
|
+
"displayName": "千焦耳",
|
2948
|
+
"unitPattern-count-other": "{0} 千焦"
|
2949
|
+
},
|
2950
|
+
"energy-joule": {
|
2951
|
+
"displayName": "焦耳",
|
2952
|
+
"unitPattern-count-other": "{0} 焦"
|
2953
|
+
},
|
2954
|
+
"energy-kilowatt-hour": {
|
2955
|
+
"displayName": "千瓦小時",
|
2956
|
+
"unitPattern-count-other": "{0} 千瓦小時"
|
2957
|
+
},
|
2958
|
+
"energy-electronvolt": {
|
2959
|
+
"displayName": "電子伏特",
|
2960
|
+
"unitPattern-count-other": "{0} 電子伏特"
|
2961
|
+
},
|
2962
|
+
"energy-british-thermal-unit": {
|
2963
|
+
"displayName": "英熱單位",
|
2964
|
+
"unitPattern-count-other": "{0} 英熱單位"
|
2965
|
+
},
|
2966
|
+
"energy-therm-us": {
|
2967
|
+
"displayName": "美制撒姆",
|
2968
|
+
"unitPattern-count-other": "{0} 美制撒姆"
|
2969
|
+
},
|
2970
|
+
"force-pound-force": {
|
2971
|
+
"displayName": "lbf",
|
2972
|
+
"unitPattern-count-other": "{0} lbf"
|
2973
|
+
},
|
2974
|
+
"force-newton": {
|
2975
|
+
"displayName": "N",
|
2976
|
+
"unitPattern-count-other": "{0} N"
|
2977
|
+
},
|
2978
|
+
"force-kilowatt-hour-per-100-kilometer": {
|
2979
|
+
"displayName": "kWh/100km",
|
2980
|
+
"unitPattern-count-other": "{0} kWh/100km"
|
2981
|
+
},
|
2982
|
+
"frequency-gigahertz": {
|
2983
|
+
"displayName": "吉赫",
|
2984
|
+
"unitPattern-count-other": "{0} 吉赫"
|
2985
|
+
},
|
2986
|
+
"frequency-megahertz": {
|
2987
|
+
"displayName": "兆赫",
|
2988
|
+
"unitPattern-count-other": "{0} 兆赫"
|
2989
|
+
},
|
2990
|
+
"frequency-kilohertz": {
|
2991
|
+
"displayName": "千赫",
|
2992
|
+
"unitPattern-count-other": "{0} 千赫"
|
2993
|
+
},
|
2994
|
+
"frequency-hertz": {
|
2995
|
+
"displayName": "赫茲",
|
2996
|
+
"unitPattern-count-other": "{0} 赫茲"
|
2997
|
+
},
|
2998
|
+
"graphics-em": {
|
2999
|
+
"displayName": "em",
|
3000
|
+
"unitPattern-count-other": "{0} em"
|
3001
|
+
},
|
3002
|
+
"graphics-pixel": {
|
3003
|
+
"displayName": "px",
|
3004
|
+
"unitPattern-count-other": "{0} px"
|
3005
|
+
},
|
3006
|
+
"graphics-megapixel": {
|
3007
|
+
"displayName": "MP",
|
3008
|
+
"unitPattern-count-other": "{0} MP"
|
3009
|
+
},
|
3010
|
+
"graphics-pixel-per-centimeter": {
|
3011
|
+
"displayName": "ppcm",
|
3012
|
+
"unitPattern-count-other": "{0} ppcm"
|
3013
|
+
},
|
3014
|
+
"graphics-pixel-per-inch": {
|
3015
|
+
"displayName": "ppi",
|
3016
|
+
"unitPattern-count-other": "{0} ppi"
|
3017
|
+
},
|
3018
|
+
"graphics-dot-per-centimeter": {
|
3019
|
+
"displayName": "dpcm",
|
3020
|
+
"unitPattern-count-other": "{0} dpcm"
|
3021
|
+
},
|
3022
|
+
"graphics-dot-per-inch": {
|
3023
|
+
"displayName": "dpi",
|
3024
|
+
"unitPattern-count-other": "{0} dpi"
|
3025
|
+
},
|
3026
|
+
"length-earth-radius": {
|
3027
|
+
"displayName": "R⊕",
|
3028
|
+
"unitPattern-count-other": "{0} R⊕"
|
3029
|
+
},
|
3030
|
+
"length-kilometer": {
|
3031
|
+
"displayName": "公里",
|
3032
|
+
"unitPattern-count-other": "{0} 公里",
|
3033
|
+
"perUnitPattern": "{0}/公里"
|
3034
|
+
},
|
3035
|
+
"length-meter": {
|
3036
|
+
"displayName": "公尺",
|
3037
|
+
"unitPattern-count-other": "{0} 公尺",
|
3038
|
+
"perUnitPattern": "{0}/公尺"
|
3039
|
+
},
|
3040
|
+
"length-decimeter": {
|
3041
|
+
"displayName": "公寸",
|
3042
|
+
"unitPattern-count-other": "{0} 公寸"
|
3043
|
+
},
|
3044
|
+
"length-centimeter": {
|
3045
|
+
"displayName": "公分",
|
3046
|
+
"unitPattern-count-other": "{0} 公分",
|
3047
|
+
"perUnitPattern": "{0}/公分"
|
3048
|
+
},
|
3049
|
+
"length-millimeter": {
|
3050
|
+
"displayName": "公釐",
|
3051
|
+
"unitPattern-count-other": "{0} 公釐"
|
3052
|
+
},
|
3053
|
+
"length-micrometer": {
|
3054
|
+
"displayName": "微米",
|
3055
|
+
"unitPattern-count-other": "{0} 微米"
|
3056
|
+
},
|
3057
|
+
"length-nanometer": {
|
3058
|
+
"displayName": "奈米",
|
3059
|
+
"unitPattern-count-other": "{0} 奈米"
|
3060
|
+
},
|
3061
|
+
"length-picometer": {
|
3062
|
+
"displayName": "皮米",
|
3063
|
+
"unitPattern-count-other": "{0} 皮米"
|
3064
|
+
},
|
3065
|
+
"length-mile": {
|
3066
|
+
"displayName": "英里",
|
3067
|
+
"unitPattern-count-other": "{0} 英里"
|
3068
|
+
},
|
3069
|
+
"length-yard": {
|
3070
|
+
"displayName": "碼",
|
3071
|
+
"unitPattern-count-other": "{0} 碼"
|
3072
|
+
},
|
3073
|
+
"length-foot": {
|
3074
|
+
"displayName": "英尺",
|
3075
|
+
"unitPattern-count-other": "{0} 呎",
|
3076
|
+
"perUnitPattern": "{0}/呎"
|
3077
|
+
},
|
3078
|
+
"length-inch": {
|
3079
|
+
"displayName": "英寸",
|
3080
|
+
"unitPattern-count-other": "{0} 吋",
|
3081
|
+
"perUnitPattern": "{0}/吋"
|
3082
|
+
},
|
3083
|
+
"length-parsec": {
|
3084
|
+
"displayName": "秒差距",
|
3085
|
+
"unitPattern-count-other": "{0} 秒差距"
|
3086
|
+
},
|
3087
|
+
"length-light-year": {
|
3088
|
+
"displayName": "光年",
|
3089
|
+
"unitPattern-count-other": "{0} 光年"
|
3090
|
+
},
|
3091
|
+
"length-astronomical-unit": {
|
3092
|
+
"displayName": "天文單位",
|
3093
|
+
"unitPattern-count-other": "{0} 天文單位"
|
3094
|
+
},
|
3095
|
+
"length-furlong": {
|
3096
|
+
"displayName": "化朗",
|
3097
|
+
"unitPattern-count-other": "{0} 化朗"
|
3098
|
+
},
|
3099
|
+
"length-fathom": {
|
3100
|
+
"displayName": "英尋",
|
3101
|
+
"unitPattern-count-other": "{0} 英尋"
|
3102
|
+
},
|
3103
|
+
"length-nautical-mile": {
|
3104
|
+
"displayName": "海里",
|
3105
|
+
"unitPattern-count-other": "{0} 海里"
|
3106
|
+
},
|
3107
|
+
"length-mile-scandinavian": {
|
3108
|
+
"displayName": "斯堪地那維亞英里",
|
3109
|
+
"unitPattern-count-other": "{0} 斯堪地那維亞英里"
|
3110
|
+
},
|
3111
|
+
"length-point": {
|
3112
|
+
"displayName": "點",
|
3113
|
+
"unitPattern-count-other": "{0} 點"
|
3114
|
+
},
|
3115
|
+
"length-solar-radius": {
|
3116
|
+
"displayName": "R☉",
|
3117
|
+
"unitPattern-count-other": "{0} R☉"
|
3118
|
+
},
|
3119
|
+
"light-lux": {
|
3120
|
+
"displayName": "勒克斯",
|
3121
|
+
"unitPattern-count-other": "{0} 勒克斯"
|
3122
|
+
},
|
3123
|
+
"light-candela": {
|
3124
|
+
"displayName": "燭光",
|
3125
|
+
"unitPattern-count-other": "{0} 燭光"
|
3126
|
+
},
|
3127
|
+
"light-lumen": {
|
3128
|
+
"displayName": "流明",
|
3129
|
+
"unitPattern-count-other": "{0} 流明"
|
3130
|
+
},
|
3131
|
+
"light-solar-luminosity": {
|
3132
|
+
"displayName": "L☉",
|
3133
|
+
"unitPattern-count-other": "{0} L☉"
|
3134
|
+
},
|
3135
|
+
"mass-metric-ton": {
|
3136
|
+
"displayName": "公噸",
|
3137
|
+
"unitPattern-count-other": "{0} 公噸"
|
3138
|
+
},
|
3139
|
+
"mass-kilogram": {
|
3140
|
+
"displayName": "公斤",
|
3141
|
+
"unitPattern-count-other": "{0} 公斤",
|
3142
|
+
"perUnitPattern": "{0}/公斤"
|
3143
|
+
},
|
3144
|
+
"mass-gram": {
|
3145
|
+
"displayName": "克",
|
3146
|
+
"unitPattern-count-other": "{0} 克",
|
3147
|
+
"perUnitPattern": "{0}/克"
|
3148
|
+
},
|
3149
|
+
"mass-milligram": {
|
3150
|
+
"displayName": "毫克",
|
3151
|
+
"unitPattern-count-other": "{0} 毫克"
|
3152
|
+
},
|
3153
|
+
"mass-microgram": {
|
3154
|
+
"displayName": "微克",
|
3155
|
+
"unitPattern-count-other": "{0} 微克"
|
3156
|
+
},
|
3157
|
+
"mass-ton": {
|
3158
|
+
"displayName": "美噸",
|
3159
|
+
"unitPattern-count-other": "{0} 美噸"
|
3160
|
+
},
|
3161
|
+
"mass-stone": {
|
3162
|
+
"displayName": "英石",
|
3163
|
+
"unitPattern-count-other": "{0} 英石"
|
3164
|
+
},
|
3165
|
+
"mass-pound": {
|
3166
|
+
"displayName": "磅",
|
3167
|
+
"unitPattern-count-other": "{0} 磅",
|
3168
|
+
"perUnitPattern": "{0}/磅"
|
3169
|
+
},
|
3170
|
+
"mass-ounce": {
|
3171
|
+
"displayName": "盎司",
|
3172
|
+
"unitPattern-count-other": "{0} 盎司",
|
3173
|
+
"perUnitPattern": "{0}/盎司"
|
3174
|
+
},
|
3175
|
+
"mass-ounce-troy": {
|
3176
|
+
"displayName": "金衡盎司",
|
3177
|
+
"unitPattern-count-other": "{0} 金衡盎司"
|
3178
|
+
},
|
3179
|
+
"mass-carat": {
|
3180
|
+
"displayName": "克拉",
|
3181
|
+
"unitPattern-count-other": "{0} 克拉"
|
3182
|
+
},
|
3183
|
+
"mass-dalton": {
|
3184
|
+
"displayName": "達爾頓",
|
3185
|
+
"unitPattern-count-other": "{0} 達爾頓"
|
3186
|
+
},
|
3187
|
+
"mass-earth-mass": {
|
3188
|
+
"displayName": "地球質量",
|
3189
|
+
"unitPattern-count-other": "{0} 地球質量"
|
3190
|
+
},
|
3191
|
+
"mass-solar-mass": {
|
3192
|
+
"displayName": "太陽質量",
|
3193
|
+
"unitPattern-count-other": "{0} 太陽質量"
|
3194
|
+
},
|
3195
|
+
"mass-grain": {
|
3196
|
+
"displayName": "格林",
|
3197
|
+
"unitPattern-count-other": "{0} 格林"
|
3198
|
+
},
|
3199
|
+
"power-gigawatt": {
|
3200
|
+
"displayName": "吉瓦",
|
3201
|
+
"unitPattern-count-other": "{0} 吉瓦"
|
3202
|
+
},
|
3203
|
+
"power-megawatt": {
|
3204
|
+
"displayName": "百萬瓦",
|
3205
|
+
"unitPattern-count-other": "{0} 百萬瓦"
|
3206
|
+
},
|
3207
|
+
"power-kilowatt": {
|
3208
|
+
"displayName": "千瓦",
|
3209
|
+
"unitPattern-count-other": "{0} 千瓦"
|
3210
|
+
},
|
3211
|
+
"power-watt": {
|
3212
|
+
"displayName": "瓦特",
|
3213
|
+
"unitPattern-count-other": "{0} 瓦"
|
3214
|
+
},
|
3215
|
+
"power-milliwatt": {
|
3216
|
+
"displayName": "毫瓦",
|
3217
|
+
"unitPattern-count-other": "{0} 毫瓦"
|
3218
|
+
},
|
3219
|
+
"power-horsepower": {
|
3220
|
+
"displayName": "匹",
|
3221
|
+
"unitPattern-count-other": "{0} 匹"
|
3222
|
+
},
|
3223
|
+
"pressure-millimeter-ofhg": {
|
3224
|
+
"displayName": "毫米汞柱",
|
3225
|
+
"unitPattern-count-other": "{0} 毫米汞柱"
|
3226
|
+
},
|
3227
|
+
"pressure-pound-force-per-square-inch": {
|
3228
|
+
"displayName": "磅力/平方英寸",
|
3229
|
+
"unitPattern-count-other": "{0} 磅力/平方英寸"
|
3230
|
+
},
|
3231
|
+
"pressure-inch-ofhg": {
|
3232
|
+
"displayName": "英寸汞柱",
|
3233
|
+
"unitPattern-count-other": "{0} 英寸汞柱"
|
3234
|
+
},
|
3235
|
+
"pressure-bar": {
|
3236
|
+
"displayName": "巴",
|
3237
|
+
"unitPattern-count-other": "{0} 巴"
|
3238
|
+
},
|
3239
|
+
"pressure-millibar": {
|
3240
|
+
"displayName": "毫巴",
|
3241
|
+
"unitPattern-count-other": "{0} 毫巴"
|
3242
|
+
},
|
3243
|
+
"pressure-atmosphere": {
|
3244
|
+
"displayName": "atm",
|
3245
|
+
"unitPattern-count-other": "{0} atm"
|
3246
|
+
},
|
3247
|
+
"pressure-pascal": {
|
3248
|
+
"displayName": "帕",
|
3249
|
+
"unitPattern-count-other": "{0} 帕"
|
3250
|
+
},
|
3251
|
+
"pressure-hectopascal": {
|
3252
|
+
"displayName": "百帕",
|
3253
|
+
"unitPattern-count-other": "{0} 百帕"
|
3254
|
+
},
|
3255
|
+
"pressure-kilopascal": {
|
3256
|
+
"displayName": "千帕",
|
3257
|
+
"unitPattern-count-other": "{0} 千帕"
|
3258
|
+
},
|
3259
|
+
"pressure-megapascal": {
|
3260
|
+
"displayName": "兆帕",
|
3261
|
+
"unitPattern-count-other": "{0} 兆帕"
|
3262
|
+
},
|
3263
|
+
"speed-kilometer-per-hour": {
|
3264
|
+
"displayName": "公里/小時",
|
3265
|
+
"unitPattern-count-other": "{0} 公里/小時"
|
3266
|
+
},
|
3267
|
+
"speed-meter-per-second": {
|
3268
|
+
"displayName": "公尺/秒",
|
3269
|
+
"unitPattern-count-other": "{0} 公尺/秒"
|
3270
|
+
},
|
3271
|
+
"speed-mile-per-hour": {
|
3272
|
+
"displayName": "英里/小時",
|
3273
|
+
"unitPattern-count-other": "{0} 英里/小時"
|
3274
|
+
},
|
3275
|
+
"speed-knot": {
|
3276
|
+
"displayName": "節",
|
3277
|
+
"unitPattern-count-other": "{0} 節"
|
3278
|
+
},
|
3279
|
+
"temperature-generic": {
|
3280
|
+
"displayName": "°",
|
3281
|
+
"unitPattern-count-other": "{0}°"
|
3282
|
+
},
|
3283
|
+
"temperature-celsius": {
|
3284
|
+
"displayName": "攝氏",
|
3285
|
+
"unitPattern-count-other": "{0}°C"
|
3286
|
+
},
|
3287
|
+
"temperature-fahrenheit": {
|
3288
|
+
"displayName": "華氏",
|
3289
|
+
"unitPattern-count-other": "{0}°F"
|
3290
|
+
},
|
3291
|
+
"temperature-kelvin": {
|
3292
|
+
"displayName": "克耳文",
|
3293
|
+
"unitPattern-count-other": "{0} 克耳文"
|
3294
|
+
},
|
3295
|
+
"torque-pound-force-foot": {
|
3296
|
+
"displayName": "磅英尺",
|
3297
|
+
"unitPattern-count-other": "{0} 磅英尺"
|
3298
|
+
},
|
3299
|
+
"torque-newton-meter": {
|
3300
|
+
"displayName": "牛頓米",
|
3301
|
+
"unitPattern-count-other": "{0} 牛頓米"
|
3302
|
+
},
|
3303
|
+
"volume-cubic-kilometer": {
|
3304
|
+
"displayName": "立方公里",
|
3305
|
+
"unitPattern-count-other": "{0} 立方公里"
|
3306
|
+
},
|
3307
|
+
"volume-cubic-meter": {
|
3308
|
+
"displayName": "立方公尺",
|
3309
|
+
"unitPattern-count-other": "{0} 立方公尺",
|
3310
|
+
"perUnitPattern": "{0}/立方公尺"
|
3311
|
+
},
|
3312
|
+
"volume-cubic-centimeter": {
|
3313
|
+
"displayName": "立方公分",
|
3314
|
+
"unitPattern-count-other": "{0} 立方公分",
|
3315
|
+
"perUnitPattern": "{0}/立方公分"
|
3316
|
+
},
|
3317
|
+
"volume-cubic-mile": {
|
3318
|
+
"displayName": "立方英里",
|
3319
|
+
"unitPattern-count-other": "{0} 立方英里"
|
3320
|
+
},
|
3321
|
+
"volume-cubic-yard": {
|
3322
|
+
"displayName": "立方碼",
|
3323
|
+
"unitPattern-count-other": "{0} 立方碼"
|
3324
|
+
},
|
3325
|
+
"volume-cubic-foot": {
|
3326
|
+
"displayName": "立方英尺",
|
3327
|
+
"unitPattern-count-other": "{0} 立方英尺"
|
3328
|
+
},
|
3329
|
+
"volume-cubic-inch": {
|
3330
|
+
"displayName": "立方英寸",
|
3331
|
+
"unitPattern-count-other": "{0} 立方英寸"
|
3332
|
+
},
|
3333
|
+
"volume-megaliter": {
|
3334
|
+
"displayName": "兆升",
|
3335
|
+
"unitPattern-count-other": "{0} 兆升"
|
3336
|
+
},
|
3337
|
+
"volume-hectoliter": {
|
3338
|
+
"displayName": "公石",
|
3339
|
+
"unitPattern-count-other": "{0} 公石"
|
3340
|
+
},
|
3341
|
+
"volume-liter": {
|
3342
|
+
"displayName": "公升",
|
3343
|
+
"unitPattern-count-other": "{0} 升",
|
3344
|
+
"perUnitPattern": "{0}/升"
|
3345
|
+
},
|
3346
|
+
"volume-deciliter": {
|
3347
|
+
"displayName": "公合",
|
3348
|
+
"unitPattern-count-other": "{0} 公合"
|
3349
|
+
},
|
3350
|
+
"volume-centiliter": {
|
3351
|
+
"displayName": "釐升",
|
3352
|
+
"unitPattern-count-other": "{0} 釐升"
|
3353
|
+
},
|
3354
|
+
"volume-milliliter": {
|
3355
|
+
"displayName": "毫升",
|
3356
|
+
"unitPattern-count-other": "{0} 毫升"
|
3357
|
+
},
|
3358
|
+
"volume-pint-metric": {
|
3359
|
+
"displayName": "公制品脫",
|
3360
|
+
"unitPattern-count-other": "{0} 公制品脫"
|
3361
|
+
},
|
3362
|
+
"volume-cup-metric": {
|
3363
|
+
"displayName": "公制量杯",
|
3364
|
+
"unitPattern-count-other": "{0} 公制杯"
|
3365
|
+
},
|
3366
|
+
"volume-acre-foot": {
|
3367
|
+
"displayName": "英畝英尺",
|
3368
|
+
"unitPattern-count-other": "{0} 英畝英尺"
|
3369
|
+
},
|
3370
|
+
"volume-bushel": {
|
3371
|
+
"displayName": "蒲式耳",
|
3372
|
+
"unitPattern-count-other": "{0} 蒲式耳"
|
3373
|
+
},
|
3374
|
+
"volume-gallon": {
|
3375
|
+
"displayName": "加侖",
|
3376
|
+
"unitPattern-count-other": "{0} 加侖",
|
3377
|
+
"perUnitPattern": "{0}/加侖"
|
3378
|
+
},
|
3379
|
+
"volume-gallon-imperial": {
|
3380
|
+
"displayName": "英制加侖",
|
3381
|
+
"unitPattern-count-other": "{0} 英制加侖",
|
3382
|
+
"perUnitPattern": "{0}/英制加侖"
|
3383
|
+
},
|
3384
|
+
"volume-quart": {
|
3385
|
+
"displayName": "夸脫",
|
3386
|
+
"unitPattern-count-other": "{0} 夸脫"
|
3387
|
+
},
|
3388
|
+
"volume-pint": {
|
3389
|
+
"displayName": "品脫",
|
3390
|
+
"unitPattern-count-other": "{0} 品脫"
|
3391
|
+
},
|
3392
|
+
"volume-cup": {
|
3393
|
+
"displayName": "量杯",
|
3394
|
+
"unitPattern-count-other": "{0} 杯"
|
3395
|
+
},
|
3396
|
+
"volume-fluid-ounce": {
|
3397
|
+
"displayName": "液盎司",
|
3398
|
+
"unitPattern-count-other": "{0} 液盎司"
|
3399
|
+
},
|
3400
|
+
"volume-fluid-ounce-imperial": {
|
3401
|
+
"displayName": "英液盎司",
|
3402
|
+
"unitPattern-count-other": "{0} 英液盎司"
|
3403
|
+
},
|
3404
|
+
"volume-tablespoon": {
|
3405
|
+
"displayName": "湯匙",
|
3406
|
+
"unitPattern-count-other": "{0} 湯匙"
|
3407
|
+
},
|
3408
|
+
"volume-teaspoon": {
|
3409
|
+
"displayName": "茶匙",
|
3410
|
+
"unitPattern-count-other": "{0} 茶匙"
|
3411
|
+
},
|
3412
|
+
"volume-barrel": {
|
3413
|
+
"displayName": "桶",
|
3414
|
+
"unitPattern-count-other": "{0} 桶"
|
3415
|
+
},
|
3416
|
+
"volume-dessert-spoon": {
|
3417
|
+
"displayName": "甜品匙",
|
3418
|
+
"unitPattern-count-other": "{0} 甜品匙"
|
3419
|
+
},
|
3420
|
+
"volume-dessert-spoon-imperial": {
|
3421
|
+
"displayName": "英制甜品匙",
|
3422
|
+
"unitPattern-count-other": "{0} 英制甜品匙"
|
3423
|
+
},
|
3424
|
+
"volume-drop": {
|
3425
|
+
"displayName": "滴",
|
3426
|
+
"unitPattern-count-other": "{0} 滴"
|
3427
|
+
},
|
3428
|
+
"volume-dram": {
|
3429
|
+
"displayName": "打蘭",
|
3430
|
+
"unitPattern-count-other": "{0} 打蘭"
|
3431
|
+
},
|
3432
|
+
"volume-jigger": {
|
3433
|
+
"displayName": "量酒杯",
|
3434
|
+
"unitPattern-count-other": "{0} 量酒杯"
|
3435
|
+
},
|
3436
|
+
"volume-pinch": {
|
3437
|
+
"displayName": "小撮",
|
3438
|
+
"unitPattern-count-other": "{0} 小撮"
|
3439
|
+
},
|
3440
|
+
"volume-quart-imperial": {
|
3441
|
+
"displayName": "英制夸脫",
|
3442
|
+
"unitPattern-count-other": "{0} 英制夸脫"
|
3443
|
+
},
|
3444
|
+
"coordinateUnit": {
|
3445
|
+
"displayName": "方向",
|
3446
|
+
"east": "東經{0}",
|
3447
|
+
"north": "北緯{0}",
|
3448
|
+
"south": "南緯{0}",
|
3449
|
+
"west": "西經{0}"
|
3450
|
+
}
|
3451
|
+
}
|
3452
|
+
},
|
3453
|
+
"lenient-scope-number": {
|
3454
|
+
"minusSign": "-‐‒–⁻₋−➖﹣-",
|
3455
|
+
"commaSign": ",،٫⹁、︐︑﹐﹑,、",
|
3456
|
+
"plusSign": "+⁺₊➕﬩﹢+"
|
3457
|
+
},
|
3458
|
+
"currencyFormat-sap-short": {
|
3459
|
+
"1000-other": "0",
|
3460
|
+
"10000-other": "0萬 ¤",
|
3461
|
+
"100000-other": "00萬 ¤",
|
3462
|
+
"1000000-other": "000萬 ¤",
|
3463
|
+
"10000000-other": "0000萬 ¤",
|
3464
|
+
"100000000-other": "0億 ¤",
|
3465
|
+
"1000000000-other": "00億 ¤",
|
3466
|
+
"10000000000-other": "000億 ¤",
|
3467
|
+
"100000000000-other": "0000億 ¤",
|
3468
|
+
"1000000000000-other": "0兆 ¤",
|
3469
|
+
"10000000000000-other": "00兆 ¤",
|
3470
|
+
"100000000000000-other": "000兆 ¤"
|
3471
|
+
},
|
3472
|
+
"currencyDigits": {
|
3473
|
+
"ADP": 0,
|
3474
|
+
"AFN": 0,
|
3475
|
+
"ALL": 0,
|
3476
|
+
"BHD": 3,
|
3477
|
+
"BIF": 0,
|
3478
|
+
"BYR": 0,
|
3479
|
+
"CLF": 4,
|
3480
|
+
"CLP": 0,
|
3481
|
+
"DEFAULT": 2,
|
3482
|
+
"DJF": 0,
|
3483
|
+
"ESP": 0,
|
3484
|
+
"GNF": 0,
|
3485
|
+
"HUF": 0,
|
3486
|
+
"IQD": 0,
|
3487
|
+
"IRR": 0,
|
3488
|
+
"ISK": 0,
|
3489
|
+
"ITL": 0,
|
3490
|
+
"JOD": 3,
|
3491
|
+
"JPY": 0,
|
3492
|
+
"KMF": 0,
|
3493
|
+
"KPW": 0,
|
3494
|
+
"KRW": 0,
|
3495
|
+
"KWD": 3,
|
3496
|
+
"LAK": 0,
|
3497
|
+
"LBP": 0,
|
3498
|
+
"LUF": 0,
|
3499
|
+
"LYD": 3,
|
3500
|
+
"MGA": 0,
|
3501
|
+
"MGF": 0,
|
3502
|
+
"MMK": 0,
|
3503
|
+
"MRO": 0,
|
3504
|
+
"OMR": 3,
|
3505
|
+
"PYG": 0,
|
3506
|
+
"RSD": 0,
|
3507
|
+
"RWF": 0,
|
3508
|
+
"SLL": 0,
|
3509
|
+
"SOS": 0,
|
3510
|
+
"STD": 0,
|
3511
|
+
"SYP": 0,
|
3512
|
+
"TMM": 0,
|
3513
|
+
"TND": 3,
|
3514
|
+
"TRL": 0,
|
3515
|
+
"TWD": 0,
|
3516
|
+
"UGX": 0,
|
3517
|
+
"UYI": 0,
|
3518
|
+
"UYW": 4,
|
3519
|
+
"VND": 0,
|
3520
|
+
"VUV": 0,
|
3521
|
+
"XAF": 0,
|
3522
|
+
"XOF": 0,
|
3523
|
+
"XPF": 0,
|
3524
|
+
"YER": 0,
|
3525
|
+
"ZMK": 0,
|
3526
|
+
"ZWD": 0
|
3527
|
+
},
|
2506
3528
|
"plurals": {},
|
2507
3529
|
"weekData-minDays": 1,
|
2508
3530
|
"weekData-firstDay": 0,
|