twitter_cldr 3.3.0 → 3.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (237) hide show
  1. checksums.yaml +4 -4
  2. data/History.txt +3 -1
  3. data/README.md +44 -10
  4. data/lib/twitter_cldr/data_readers/timespan_data_reader.rb +6 -4
  5. data/lib/twitter_cldr/localized/localized_number.rb +5 -1
  6. data/lib/twitter_cldr/localized/localized_object.rb +1 -7
  7. data/lib/twitter_cldr/localized/localized_string.rb +1 -1
  8. data/lib/twitter_cldr/shared.rb +1 -0
  9. data/lib/twitter_cldr/shared/unit.rb +126 -0
  10. data/lib/twitter_cldr/version.rb +1 -1
  11. data/resources/custom/locales/af/fields.yml +19 -0
  12. data/resources/custom/locales/ar/fields.yml +35 -0
  13. data/resources/custom/locales/be/fields.yml +27 -0
  14. data/resources/custom/locales/bg/fields.yml +19 -0
  15. data/resources/custom/locales/bn/fields.yml +15 -0
  16. data/resources/custom/locales/ca/fields.yml +19 -0
  17. data/resources/custom/locales/cs/fields.yml +23 -0
  18. data/resources/custom/locales/cy/fields.yml +35 -0
  19. data/resources/custom/locales/da/fields.yml +19 -0
  20. data/resources/custom/locales/de/fields.yml +19 -0
  21. data/resources/custom/locales/el/fields.yml +19 -0
  22. data/resources/custom/locales/en-GB/fields.yml +19 -0
  23. data/resources/custom/locales/en/fields.yml +19 -0
  24. data/resources/custom/locales/es/fields.yml +19 -0
  25. data/resources/custom/locales/eu/fields.yml +19 -0
  26. data/resources/custom/locales/fa/fields.yml +15 -0
  27. data/resources/custom/locales/fi/fields.yml +19 -0
  28. data/resources/custom/locales/fil/fields.yml +19 -0
  29. data/resources/custom/locales/fr/fields.yml +19 -0
  30. data/resources/custom/locales/ga/fields.yml +24 -0
  31. data/resources/custom/locales/gl/fields.yml +19 -0
  32. data/resources/custom/locales/he/fields.yml +164 -0
  33. data/resources/custom/locales/hi/fields.yml +19 -0
  34. data/resources/custom/locales/hr/fields.yml +9 -0
  35. data/resources/custom/locales/hu/fields.yml +19 -0
  36. data/resources/custom/locales/id/{units.yml → fields.yml} +5 -5
  37. data/resources/custom/locales/it/fields.yml +19 -0
  38. data/resources/custom/locales/ja/{units.yml → fields.yml} +5 -5
  39. data/resources/custom/locales/ko/{units.yml → fields.yml} +5 -5
  40. data/resources/custom/locales/lv/fields.yml +23 -0
  41. data/resources/custom/locales/ms/{units.yml → fields.yml} +5 -5
  42. data/resources/custom/locales/nb/fields.yml +19 -0
  43. data/resources/custom/locales/nl/fields.yml +19 -0
  44. data/resources/custom/locales/pl/fields.yml +27 -0
  45. data/resources/custom/locales/pt/fields.yml +19 -0
  46. data/resources/custom/locales/ro/fields.yml +23 -0
  47. data/resources/custom/locales/ru/fields.yml +27 -0
  48. data/resources/custom/locales/sk/fields.yml +23 -0
  49. data/resources/custom/locales/sr/fields.yml +27 -0
  50. data/resources/custom/locales/sv/{units.yml → fields.yml} +9 -9
  51. data/resources/custom/locales/ta/fields.yml +11 -0
  52. data/resources/custom/locales/th/fields.yml +15 -0
  53. data/resources/custom/locales/tr/{units.yml → fields.yml} +5 -5
  54. data/resources/custom/locales/uk/fields.yml +27 -0
  55. data/resources/custom/locales/ur/fields.yml +19 -0
  56. data/resources/custom/locales/vi/{units.yml → fields.yml} +5 -5
  57. data/resources/custom/locales/zh-Hant/{units.yml → fields.yml} +5 -5
  58. data/resources/custom/locales/zh/{units.yml → fields.yml} +5 -5
  59. data/resources/locales/af/fields.yml +108 -0
  60. data/resources/locales/af/units.yml +855 -104
  61. data/resources/locales/ar/fields.yml +220 -0
  62. data/resources/locales/ar/units.yml +1975 -216
  63. data/resources/locales/be/fields.yml +122 -0
  64. data/resources/locales/be/units.yml +284 -118
  65. data/resources/locales/bg/fields.yml +108 -0
  66. data/resources/locales/bg/units.yml +855 -104
  67. data/resources/locales/bn/fields.yml +108 -0
  68. data/resources/locales/bn/units.yml +855 -104
  69. data/resources/locales/ca/fields.yml +108 -0
  70. data/resources/locales/ca/units.yml +879 -104
  71. data/resources/locales/cs/fields.yml +136 -0
  72. data/resources/locales/cs/units.yml +1822 -132
  73. data/resources/locales/cy/fields.yml +108 -0
  74. data/resources/locales/cy/units.yml +1193 -104
  75. data/resources/locales/da/fields.yml +108 -0
  76. data/resources/locales/da/units.yml +883 -104
  77. data/resources/locales/de-CH/fields.yml +108 -0
  78. data/resources/locales/de-CH/units.yml +1096 -104
  79. data/resources/locales/de/fields.yml +108 -0
  80. data/resources/locales/de/units.yml +1096 -104
  81. data/resources/locales/el/fields.yml +108 -0
  82. data/resources/locales/el/units.yml +855 -104
  83. data/resources/locales/en-150/fields.yml +108 -0
  84. data/resources/locales/en-150/units.yml +1090 -104
  85. data/resources/locales/en-AU/fields.yml +108 -0
  86. data/resources/locales/en-AU/units.yml +1090 -104
  87. data/resources/locales/en-CA/fields.yml +108 -0
  88. data/resources/locales/en-CA/units.yml +1090 -104
  89. data/resources/locales/en-GB/fields.yml +108 -0
  90. data/resources/locales/en-GB/units.yml +1090 -104
  91. data/resources/locales/en-IE/fields.yml +108 -0
  92. data/resources/locales/en-IE/units.yml +1090 -104
  93. data/resources/locales/en-SG/fields.yml +108 -0
  94. data/resources/locales/en-SG/units.yml +1090 -104
  95. data/resources/locales/en-ZA/fields.yml +108 -0
  96. data/resources/locales/en-ZA/units.yml +1090 -104
  97. data/resources/locales/en/fields.yml +108 -0
  98. data/resources/locales/en/units.yml +1090 -104
  99. data/resources/locales/es-419/fields.yml +108 -0
  100. data/resources/locales/es-419/units.yml +855 -104
  101. data/resources/locales/es-CO/fields.yml +108 -0
  102. data/resources/locales/es-CO/units.yml +855 -104
  103. data/resources/locales/es-MX/fields.yml +108 -0
  104. data/resources/locales/es-MX/units.yml +855 -104
  105. data/resources/locales/es-US/fields.yml +108 -0
  106. data/resources/locales/es-US/units.yml +855 -104
  107. data/resources/locales/es/fields.yml +108 -0
  108. data/resources/locales/es/units.yml +855 -104
  109. data/resources/locales/eu/fields.yml +108 -0
  110. data/resources/locales/eu/units.yml +855 -104
  111. data/resources/locales/fa/fields.yml +108 -0
  112. data/resources/locales/fa/units.yml +865 -104
  113. data/resources/locales/fi/fields.yml +108 -0
  114. data/resources/locales/fi/units.yml +1096 -104
  115. data/resources/locales/fil/fields.yml +108 -0
  116. data/resources/locales/fil/units.yml +855 -104
  117. data/resources/locales/fr-BE/fields.yml +108 -0
  118. data/resources/locales/fr-BE/units.yml +944 -104
  119. data/resources/locales/fr-CA/fields.yml +108 -0
  120. data/resources/locales/fr-CA/units.yml +944 -104
  121. data/resources/locales/fr-CH/fields.yml +108 -0
  122. data/resources/locales/fr-CH/units.yml +944 -104
  123. data/resources/locales/fr/fields.yml +108 -0
  124. data/resources/locales/fr/units.yml +944 -104
  125. data/resources/locales/ga/fields.yml +108 -0
  126. data/resources/locales/ga/units.yml +2013 -104
  127. data/resources/locales/gl/fields.yml +108 -0
  128. data/resources/locales/gl/units.yml +774 -104
  129. data/resources/locales/gu/fields.yml +108 -0
  130. data/resources/locales/gu/units.yml +855 -104
  131. data/resources/locales/he/fields.yml +164 -0
  132. data/resources/locales/he/units.yml +1420 -160
  133. data/resources/locales/hi/fields.yml +108 -0
  134. data/resources/locales/hi/units.yml +855 -104
  135. data/resources/locales/hr/fields.yml +164 -0
  136. data/resources/locales/hr/units.yml +1459 -160
  137. data/resources/locales/hu/fields.yml +108 -0
  138. data/resources/locales/hu/units.yml +855 -104
  139. data/resources/locales/id/fields.yml +108 -0
  140. data/resources/locales/id/units.yml +575 -104
  141. data/resources/locales/is/fields.yml +108 -0
  142. data/resources/locales/is/units.yml +854 -104
  143. data/resources/locales/it-CH/fields.yml +108 -0
  144. data/resources/locales/it-CH/units.yml +855 -104
  145. data/resources/locales/it/fields.yml +108 -0
  146. data/resources/locales/it/units.yml +855 -104
  147. data/resources/locales/ja/fields.yml +108 -0
  148. data/resources/locales/ja/units.yml +733 -104
  149. data/resources/locales/kn/fields.yml +108 -0
  150. data/resources/locales/kn/units.yml +855 -104
  151. data/resources/locales/ko/fields.yml +108 -0
  152. data/resources/locales/ko/units.yml +575 -104
  153. data/resources/locales/lv/fields.yml +136 -0
  154. data/resources/locales/lv/units.yml +1135 -132
  155. data/resources/locales/mr/fields.yml +108 -0
  156. data/resources/locales/mr/units.yml +855 -104
  157. data/resources/locales/ms/fields.yml +108 -0
  158. data/resources/locales/ms/units.yml +575 -104
  159. data/resources/locales/nb/fields.yml +108 -0
  160. data/resources/locales/nb/units.yml +886 -104
  161. data/resources/locales/nl/fields.yml +108 -0
  162. data/resources/locales/nl/units.yml +1096 -104
  163. data/resources/locales/pl/fields.yml +164 -0
  164. data/resources/locales/pl/units.yml +1415 -160
  165. data/resources/locales/pt/fields.yml +108 -0
  166. data/resources/locales/pt/units.yml +855 -104
  167. data/resources/locales/ro/fields.yml +136 -0
  168. data/resources/locales/ro/units.yml +1135 -132
  169. data/resources/locales/ru/fields.yml +164 -0
  170. data/resources/locales/ru/units.yml +1415 -160
  171. data/resources/locales/sk/fields.yml +136 -0
  172. data/resources/locales/sk/units.yml +1635 -132
  173. data/resources/locales/sq/fields.yml +108 -0
  174. data/resources/locales/sq/units.yml +870 -104
  175. data/resources/locales/sr/fields.yml +164 -0
  176. data/resources/locales/sr/units.yml +1135 -160
  177. data/resources/locales/sv/fields.yml +108 -0
  178. data/resources/locales/sv/units.yml +1081 -104
  179. data/resources/locales/ta/fields.yml +108 -0
  180. data/resources/locales/ta/units.yml +855 -104
  181. data/resources/locales/th/fields.yml +108 -0
  182. data/resources/locales/th/units.yml +575 -104
  183. data/resources/locales/tr/fields.yml +108 -0
  184. data/resources/locales/tr/units.yml +1096 -104
  185. data/resources/locales/uk/fields.yml +164 -0
  186. data/resources/locales/uk/units.yml +1425 -160
  187. data/resources/locales/ur/fields.yml +108 -0
  188. data/resources/locales/ur/units.yml +855 -104
  189. data/resources/locales/vi/fields.yml +108 -0
  190. data/resources/locales/vi/units.yml +575 -104
  191. data/resources/locales/zh-Hant/fields.yml +108 -0
  192. data/resources/locales/zh-Hant/units.yml +733 -104
  193. data/resources/locales/zh/fields.yml +108 -0
  194. data/resources/locales/zh/units.yml +575 -104
  195. data/spec/resources/loader_spec.rb +4 -4
  196. data/spec/shared/unit_spec.rb +283 -0
  197. data/twitter_cldr.gemspec +1 -1
  198. metadata +124 -54
  199. data/resources/custom/locales/af/units.yml +0 -19
  200. data/resources/custom/locales/ar/units.yml +0 -35
  201. data/resources/custom/locales/be/units.yml +0 -27
  202. data/resources/custom/locales/bg/units.yml +0 -19
  203. data/resources/custom/locales/bn/units.yml +0 -15
  204. data/resources/custom/locales/ca/units.yml +0 -19
  205. data/resources/custom/locales/cs/units.yml +0 -23
  206. data/resources/custom/locales/cy/units.yml +0 -35
  207. data/resources/custom/locales/da/units.yml +0 -19
  208. data/resources/custom/locales/de/units.yml +0 -19
  209. data/resources/custom/locales/el/units.yml +0 -19
  210. data/resources/custom/locales/en-GB/units.yml +0 -19
  211. data/resources/custom/locales/en/units.yml +0 -19
  212. data/resources/custom/locales/es/units.yml +0 -19
  213. data/resources/custom/locales/eu/units.yml +0 -19
  214. data/resources/custom/locales/fa/units.yml +0 -15
  215. data/resources/custom/locales/fi/units.yml +0 -19
  216. data/resources/custom/locales/fil/units.yml +0 -19
  217. data/resources/custom/locales/fr/units.yml +0 -19
  218. data/resources/custom/locales/ga/units.yml +0 -24
  219. data/resources/custom/locales/gl/units.yml +0 -19
  220. data/resources/custom/locales/he/units.yml +0 -164
  221. data/resources/custom/locales/hi/units.yml +0 -19
  222. data/resources/custom/locales/hr/units.yml +0 -9
  223. data/resources/custom/locales/hu/units.yml +0 -19
  224. data/resources/custom/locales/it/units.yml +0 -19
  225. data/resources/custom/locales/lv/units.yml +0 -23
  226. data/resources/custom/locales/nb/units.yml +0 -19
  227. data/resources/custom/locales/nl/units.yml +0 -19
  228. data/resources/custom/locales/pl/units.yml +0 -27
  229. data/resources/custom/locales/pt/units.yml +0 -19
  230. data/resources/custom/locales/ro/units.yml +0 -23
  231. data/resources/custom/locales/ru/units.yml +0 -27
  232. data/resources/custom/locales/sk/units.yml +0 -23
  233. data/resources/custom/locales/sr/units.yml +0 -27
  234. data/resources/custom/locales/ta/units.yml +0 -11
  235. data/resources/custom/locales/th/units.yml +0 -15
  236. data/resources/custom/locales/uk/units.yml +0 -27
  237. data/resources/custom/locales/ur/units.yml +0 -19
@@ -0,0 +1,108 @@
1
+ ---
2
+ :zh-Hant:
3
+ :fields:
4
+ :day:
5
+ :default:
6
+ :one: "{0} day"
7
+ :other: "{0}日"
8
+ :short:
9
+ :one: "{0} day"
10
+ :other: "{0}日"
11
+ :day-future:
12
+ :default:
13
+ :one: "In {0} day"
14
+ :other: "{0} 天後"
15
+ :day-past:
16
+ :default:
17
+ :one: "{0} day ago"
18
+ :other: "{0} 天前"
19
+ :hour:
20
+ :default:
21
+ :one: "{0} hour"
22
+ :other: "{0}小時"
23
+ :short:
24
+ :one: "{0} hr"
25
+ :other: "{0}小時"
26
+ :hour-future:
27
+ :default:
28
+ :one: "In {0} hour"
29
+ :other: "{0} 小時後"
30
+ :hour-past:
31
+ :default:
32
+ :one: "{0} hour ago"
33
+ :other: "{0} 小時前"
34
+ :minute:
35
+ :default:
36
+ :one: "{0} minute"
37
+ :other: "{0}分"
38
+ :short:
39
+ :one: "{0} min"
40
+ :other: "{0}分"
41
+ :minute-future:
42
+ :default:
43
+ :one: "In {0} minute"
44
+ :other: "{0} 分鐘後"
45
+ :minute-past:
46
+ :default:
47
+ :one: "{0} minute ago"
48
+ :other: "{0} 分鐘前"
49
+ :month:
50
+ :default:
51
+ :one: "{0} month"
52
+ :other: "{0}月"
53
+ :short:
54
+ :one: "{0} mth"
55
+ :other: "{0}月"
56
+ :month-future:
57
+ :default:
58
+ :one: "In {0} month"
59
+ :other: "{0} 個月後"
60
+ :month-past:
61
+ :default:
62
+ :one: "{0} month ago"
63
+ :other: "{0} 個月前"
64
+ :second:
65
+ :default:
66
+ :one: "{0} second"
67
+ :other: "{0}秒"
68
+ :short:
69
+ :one: "{0} sec"
70
+ :other: "{0}秒"
71
+ :second-future:
72
+ :default:
73
+ :one: "In {0} second"
74
+ :other: "{0} 秒後"
75
+ :second-past:
76
+ :default:
77
+ :one: "{0} second ago"
78
+ :other: "{0} 秒前"
79
+ :week:
80
+ :default:
81
+ :one: "{0} week"
82
+ :other: "{0}週"
83
+ :short:
84
+ :one: "{0} wk"
85
+ :other: "{0}週"
86
+ :week-future:
87
+ :default:
88
+ :one: "In {0} week"
89
+ :other: "{0} 週後"
90
+ :week-past:
91
+ :default:
92
+ :one: "{0} week ago"
93
+ :other: "{0} 週前"
94
+ :year:
95
+ :default:
96
+ :one: "{0} year"
97
+ :other: "{0}年"
98
+ :short:
99
+ :one: "{0} yr"
100
+ :other: "{0}年"
101
+ :year-future:
102
+ :default:
103
+ :one: "In {0} year"
104
+ :other: "{0} 年後"
105
+ :year-past:
106
+ :default:
107
+ :one: "{0} year ago"
108
+ :other: "{0} 年前"
@@ -1,108 +1,737 @@
1
1
  ---
2
2
  :zh-Hant:
3
3
  :units:
4
- :day:
5
- :default:
6
- :one: "{0} day"
7
- :other: "{0}日"
4
+ :durationUnit:
5
+ :hm: "h:mm"
6
+ :hms: "h:mm:ss"
7
+ :ms: "m:ss"
8
+ :unitLength:
9
+ :long:
10
+ :acceleration-g-force:
11
+ :other: "{0} G 力"
12
+ :acceleration-meter-per-second-squared:
13
+ :other: "{0} 公尺/秒平方"
14
+ :angle-arc-minute:
15
+ :other: "{0} 分鐘"
16
+ :angle-arc-second:
17
+ :other: "{0} 秒"
18
+ :angle-degree:
19
+ :other: "{0} 度"
20
+ :angle-radian:
21
+ :other: "{0} 弧度"
22
+ :area-acre:
23
+ :other: "{0} 英畝"
24
+ :area-hectare:
25
+ :other: "{0} 公頃"
26
+ :area-square-centimeter:
27
+ :other: "{0} 平方公分"
28
+ :area-square-foot:
29
+ :other: "{0} 平方英尺"
30
+ :area-square-inch:
31
+ :other: "{0} 平方英寸"
32
+ :area-square-kilometer:
33
+ :other: "{0} 平方公里"
34
+ :area-square-meter:
35
+ :other: "{0} 平方公尺"
36
+ :area-square-mile:
37
+ :other: "{0} 平方英里"
38
+ :area-square-yard:
39
+ :other: "{0} 平方碼"
40
+ :consumption-liter-per-kilometer:
41
+ :other: "{0} 升/公里"
42
+ :consumption-mile-per-gallon:
43
+ :other: "{0} 英里/加侖"
44
+ :digital-bit:
45
+ :other: "{0} bit"
46
+ :digital-byte:
47
+ :other: "{0} byte"
48
+ :digital-gigabit:
49
+ :other: "{0} Gb"
50
+ :digital-gigabyte:
51
+ :other: "{0} GB"
52
+ :digital-kilobit:
53
+ :other: "{0} kb"
54
+ :digital-kilobyte:
55
+ :other: "{0} kB"
56
+ :digital-megabit:
57
+ :other: "{0} Mb"
58
+ :digital-megabyte:
59
+ :other: "{0} MB"
60
+ :digital-terabit:
61
+ :other: "{0} Tb"
62
+ :digital-terabyte:
63
+ :other: "{0} TB"
64
+ :duration-day:
65
+ :other: "{0} 天"
66
+ :duration-hour:
67
+ :other: "{0} 小時"
68
+ :duration-microsecond:
69
+ :other: "{0} 微秒"
70
+ :duration-millisecond:
71
+ :other: "{0} 毫秒"
72
+ :duration-minute:
73
+ :other: "{0} 分鐘"
74
+ :duration-month:
75
+ :other: "{0} 個月"
76
+ :duration-nanosecond:
77
+ :other: "{0} 奈秒"
78
+ :duration-second:
79
+ :other: "{0} 秒"
80
+ :duration-week:
81
+ :other: "{0} 週"
82
+ :duration-year:
83
+ :other: "{0} 年"
84
+ :electric-ampere:
85
+ :other: "{0} 安培"
86
+ :electric-milliampere:
87
+ :other: "{0} 毫安培"
88
+ :electric-ohm:
89
+ :other: "{0} 歐姆"
90
+ :electric-volt:
91
+ :other: "{0} 伏特"
92
+ :energy-calorie:
93
+ :other: "{0} 卡路里"
94
+ :energy-foodcalorie:
95
+ :other: "{0} 大卡"
96
+ :energy-joule:
97
+ :other: "{0} 焦耳"
98
+ :energy-kilocalorie:
99
+ :other: "{0} 千卡"
100
+ :energy-kilojoule:
101
+ :other: "{0} 千焦"
102
+ :energy-kilowatt-hour:
103
+ :other: "{0} 千瓦小時"
104
+ :frequency-gigahertz:
105
+ :other: "{0} 吉赫"
106
+ :frequency-hertz:
107
+ :other: "{0} 赫茲"
108
+ :frequency-kilohertz:
109
+ :other: "{0} 千赫"
110
+ :frequency-megahertz:
111
+ :other: "{0} 兆赫"
112
+ :length-astronomical-unit:
113
+ :other: "{0} 天文單位"
114
+ :length-centimeter:
115
+ :other: "{0} 公分"
116
+ :length-decimeter:
117
+ :other: "{0} 公寸"
118
+ :length-fathom:
119
+ :other: "{0} 英尋"
120
+ :length-foot:
121
+ :other: "{0} 呎"
122
+ :length-furlong:
123
+ :other: "{0} 化朗"
124
+ :length-inch:
125
+ :other: "{0} 吋"
126
+ :length-kilometer:
127
+ :other: "{0} 公里"
128
+ :length-light-year:
129
+ :other: "{0} 光年"
130
+ :length-meter:
131
+ :other: "{0} 公尺"
132
+ :length-micrometer:
133
+ :other: "{0} 微米"
134
+ :length-mile:
135
+ :other: "{0} 英里"
136
+ :length-millimeter:
137
+ :other: "{0} 公釐"
138
+ :length-nanometer:
139
+ :other: "{0} 奈米"
140
+ :length-nautical-mile:
141
+ :other: "{0} 海里"
142
+ :length-parsec:
143
+ :other: "{0} 秒差距"
144
+ :length-picometer:
145
+ :other: "{0} 皮米"
146
+ :length-yard:
147
+ :other: "{0} 碼"
148
+ :light-lux:
149
+ :other: "{0} 勒克斯"
150
+ :mass-carat:
151
+ :other: "{0} 克拉"
152
+ :mass-gram:
153
+ :other: "{0} 克"
154
+ :mass-kilogram:
155
+ :other: "{0} 公斤"
156
+ :mass-metric-ton:
157
+ :other: "{0} 公噸"
158
+ :mass-microgram:
159
+ :other: "{0} 微克"
160
+ :mass-milligram:
161
+ :other: "{0} 毫克"
162
+ :mass-ounce:
163
+ :other: "{0} 盎司"
164
+ :mass-ounce-troy:
165
+ :other: "{0} 金衡盎司"
166
+ :mass-pound:
167
+ :other: "{0} 磅"
168
+ :mass-stone:
169
+ :other: "{0} 英石"
170
+ :mass-ton:
171
+ :other: "{0} 英噸"
172
+ :power-gigawatt:
173
+ :other: "{0} 吉瓦"
174
+ :power-horsepower:
175
+ :other: "{0} 匹"
176
+ :power-kilowatt:
177
+ :other: "{0} 千瓦"
178
+ :power-megawatt:
179
+ :other: "{0} 百萬瓦"
180
+ :power-milliwatt:
181
+ :other: "{0} 毫瓦"
182
+ :power-watt:
183
+ :other: "{0} 瓦特"
184
+ :pressure-hectopascal:
185
+ :other: "{0} 百帕"
186
+ :pressure-inch-hg:
187
+ :other: "{0} 英吋水銀柱"
188
+ :pressure-millibar:
189
+ :other: "{0} 毫巴"
190
+ :pressure-millimeter-of-mercury:
191
+ :other: "{0} 毫米水銀柱"
192
+ :pressure-pound-per-square-inch:
193
+ :other: "{0} 磅力/平方英寸"
194
+ :proportion-karat:
195
+ :other: "{0} 克拉"
196
+ :speed-kilometer-per-hour:
197
+ :other: "{0} 公里/小時"
198
+ :speed-meter-per-second:
199
+ :other: "{0} 公尺/秒"
200
+ :speed-mile-per-hour:
201
+ :other: "{0} 英里/小時"
202
+ :temperature-celsius:
203
+ :other: "{0}°C"
204
+ :temperature-fahrenheit:
205
+ :other: "{0}°F"
206
+ :temperature-kelvin:
207
+ :other: "{0} K"
208
+ :volume-acre-foot:
209
+ :other: "{0} 英畝英尺"
210
+ :volume-bushel:
211
+ :other: "{0} 蒲式耳"
212
+ :volume-centiliter:
213
+ :other: "{0} 釐升"
214
+ :volume-cubic-centimeter:
215
+ :other: "{0} 立方公分"
216
+ :volume-cubic-foot:
217
+ :other: "{0} 立方英尺"
218
+ :volume-cubic-inch:
219
+ :other: "{0} 立方英寸"
220
+ :volume-cubic-kilometer:
221
+ :other: "{0} 立方公里"
222
+ :volume-cubic-meter:
223
+ :other: "{0} 立方公尺"
224
+ :volume-cubic-mile:
225
+ :other: "{0} 立方英里"
226
+ :volume-cubic-yard:
227
+ :other: "{0} 立方碼"
228
+ :volume-cup:
229
+ :other: "{0} 量杯"
230
+ :volume-deciliter:
231
+ :other: "{0} 公合"
232
+ :volume-fluid-ounce:
233
+ :other: "{0} 液盎司"
234
+ :volume-gallon:
235
+ :other: "{0} 加侖"
236
+ :volume-hectoliter:
237
+ :other: "{0} 公石"
238
+ :volume-liter:
239
+ :other: "{0} 公升"
240
+ :volume-megaliter:
241
+ :other: "{0} 兆升"
242
+ :volume-milliliter:
243
+ :other: "{0} 毫升"
244
+ :volume-pint:
245
+ :other: "{0} 品脫"
246
+ :volume-quart:
247
+ :other: "{0} 夸脫"
248
+ :volume-tablespoon:
249
+ :other: "{0} 湯匙"
250
+ :volume-teaspoon:
251
+ :other: "{0} 茶匙"
252
+ :narrow:
253
+ :acceleration-g-force:
254
+ :other: "{0}G"
255
+ :acceleration-meter-per-second-squared:
256
+ :other: "{0} m/s²"
257
+ :angle-arc-minute:
258
+ :other: "{0} 分鐘"
259
+ :angle-arc-second:
260
+ :other: "{0} 秒"
261
+ :angle-degree:
262
+ :other: "{0} 度"
263
+ :angle-radian:
264
+ :other: "{0} 弧度"
265
+ :area-acre:
266
+ :other: "{0} 英畝"
267
+ :area-hectare:
268
+ :other: "{0} 公頃"
269
+ :area-square-centimeter:
270
+ :other: "{0} cm²"
271
+ :area-square-foot:
272
+ :other: "{0} 平方英尺"
273
+ :area-square-inch:
274
+ :other: "{0} in²"
275
+ :area-square-kilometer:
276
+ :other: "{0} km²"
277
+ :area-square-meter:
278
+ :other: "{0} m²"
279
+ :area-square-mile:
280
+ :other: "{0} 平方英里"
281
+ :area-square-yard:
282
+ :other: "{0} yd²"
283
+ :consumption-liter-per-kilometer:
284
+ :other: "{0} L/km"
285
+ :consumption-mile-per-gallon:
286
+ :other: "{0} mpg"
287
+ :digital-bit:
288
+ :other: "{0} bit"
289
+ :digital-byte:
290
+ :other: "{0} byte"
291
+ :digital-gigabit:
292
+ :other: "{0} Gb"
293
+ :digital-gigabyte:
294
+ :other: "{0} GB"
295
+ :digital-kilobit:
296
+ :other: "{0} kb"
297
+ :digital-kilobyte:
298
+ :other: "{0} kB"
299
+ :digital-megabit:
300
+ :other: "{0} Mb"
301
+ :digital-megabyte:
302
+ :other: "{0} MB"
303
+ :digital-terabit:
304
+ :other: "{0} Tb"
305
+ :digital-terabyte:
306
+ :other: "{0} TB"
307
+ :duration-day:
308
+ :other: "{0} 天"
309
+ :duration-hour:
310
+ :other: "{0} 小時"
311
+ :duration-microsecond:
312
+ :other: "{0} μs"
313
+ :duration-millisecond:
314
+ :other: "{0} 毫秒"
315
+ :duration-minute:
316
+ :other: "{0} 分鐘"
317
+ :duration-month:
318
+ :other: "{0} 個月"
319
+ :duration-nanosecond:
320
+ :other: "{0} ns"
321
+ :duration-second:
322
+ :other: "{0} 秒"
323
+ :duration-week:
324
+ :other: "{0} 週"
325
+ :duration-year:
326
+ :other: "{0} 年"
327
+ :electric-ampere:
328
+ :other: "{0} A"
329
+ :electric-milliampere:
330
+ :other: "{0} mA"
331
+ :electric-ohm:
332
+ :other: "{0} Ω"
333
+ :electric-volt:
334
+ :other: "{0} V"
335
+ :energy-calorie:
336
+ :other: "{0} 卡"
337
+ :energy-foodcalorie:
338
+ :other: "{0} 大卡"
339
+ :energy-joule:
340
+ :other: "{0} 焦"
341
+ :energy-kilocalorie:
342
+ :other: "{0} 千卡"
343
+ :energy-kilojoule:
344
+ :other: "{0} 千焦"
345
+ :energy-kilowatt-hour:
346
+ :other: "{0} kWh"
347
+ :frequency-gigahertz:
348
+ :other: "{0} GHz"
349
+ :frequency-hertz:
350
+ :other: "{0} Hz"
351
+ :frequency-kilohertz:
352
+ :other: "{0} kHz"
353
+ :frequency-megahertz:
354
+ :other: "{0} MHz"
355
+ :length-astronomical-unit:
356
+ :other: "{0} au"
357
+ :length-centimeter:
358
+ :other: "{0} 公分"
359
+ :length-decimeter:
360
+ :other: "{0} dm"
361
+ :length-fathom:
362
+ :other: "{0} fm"
363
+ :length-foot:
364
+ :other: "{0} 呎"
365
+ :length-furlong:
366
+ :other: "{0} 化朗"
367
+ :length-inch:
368
+ :other: "{0} 吋"
369
+ :length-kilometer:
370
+ :other: "{0} 公里"
371
+ :length-light-year:
372
+ :other: "{0} 光年"
373
+ :length-meter:
374
+ :other: "{0} 公尺"
375
+ :length-micrometer:
376
+ :other: "{0} µm"
377
+ :length-mile:
378
+ :other: "{0} 英里"
379
+ :length-millimeter:
380
+ :other: "{0} 公釐"
381
+ :length-nanometer:
382
+ :other: "{0} nm"
383
+ :length-nautical-mile:
384
+ :other: "{0} nmi"
385
+ :length-parsec:
386
+ :other: "{0} pc"
387
+ :length-picometer:
388
+ :other: "{0} 皮米"
389
+ :length-yard:
390
+ :other: "{0} 碼"
391
+ :light-lux:
392
+ :other: "{0} lx"
393
+ :mass-carat:
394
+ :other: "{0} CD"
395
+ :mass-gram:
396
+ :other: "{0} 克"
397
+ :mass-kilogram:
398
+ :other: "{0} 公斤"
399
+ :mass-metric-ton:
400
+ :other: "{0} t"
401
+ :mass-microgram:
402
+ :other: "{0} µg"
403
+ :mass-milligram:
404
+ :other: "{0} mg"
405
+ :mass-ounce:
406
+ :other: "{0} 盎司"
407
+ :mass-ounce-troy:
408
+ :other: "{0} oz t"
409
+ :mass-pound:
410
+ :other: "{0} 磅"
411
+ :mass-stone:
412
+ :other: "{0} st"
413
+ :mass-ton:
414
+ :other: "{0} tn"
415
+ :power-gigawatt:
416
+ :other: "{0} GW"
417
+ :power-horsepower:
418
+ :other: "{0} 匹"
419
+ :power-kilowatt:
420
+ :other: "{0} 千瓦"
421
+ :power-megawatt:
422
+ :other: "{0} MW"
423
+ :power-milliwatt:
424
+ :other: "{0} mW"
425
+ :power-watt:
426
+ :other: "{0} 瓦特"
427
+ :pressure-hectopascal:
428
+ :other: "{0} 百帕"
429
+ :pressure-inch-hg:
430
+ :other: "{0} 英吋汞柱"
431
+ :pressure-millibar:
432
+ :other: "{0} 毫巴"
433
+ :pressure-millimeter-of-mercury:
434
+ :other: "{0} mm Hg"
435
+ :pressure-pound-per-square-inch:
436
+ :other: "{0} psi"
437
+ :proportion-karat:
438
+ :other: "{0} kt"
439
+ :speed-kilometer-per-hour:
440
+ :other: "{0} km/h"
441
+ :speed-meter-per-second:
442
+ :other: "{0} 公尺/秒"
443
+ :speed-mile-per-hour:
444
+ :other: "{0} 英里/小時"
445
+ :temperature-celsius:
446
+ :other: "{0}°C"
447
+ :temperature-fahrenheit:
448
+ :other: "{0}°F"
449
+ :temperature-kelvin:
450
+ :other: "{0}°K"
451
+ :volume-acre-foot:
452
+ :other: "{0} ac ft"
453
+ :volume-bushel:
454
+ :other: "{0} bu"
455
+ :volume-centiliter:
456
+ :other: "{0} cL"
457
+ :volume-cubic-centimeter:
458
+ :other: "{0} cm³"
459
+ :volume-cubic-foot:
460
+ :other: "{0} ft³"
461
+ :volume-cubic-inch:
462
+ :other: "{0} in³"
463
+ :volume-cubic-kilometer:
464
+ :other: "{0} km³"
465
+ :volume-cubic-meter:
466
+ :other: "{0} m³"
467
+ :volume-cubic-mile:
468
+ :other: "{0} 立方英里"
469
+ :volume-cubic-yard:
470
+ :other: "{0} yd³"
471
+ :volume-cup:
472
+ :other: "{0} c"
473
+ :volume-deciliter:
474
+ :other: "{0} dL"
475
+ :volume-fluid-ounce:
476
+ :other: "{0} fl oz"
477
+ :volume-gallon:
478
+ :other: "{0} gal"
479
+ :volume-hectoliter:
480
+ :other: "{0} hL"
481
+ :volume-liter:
482
+ :other: "{0} 公升"
483
+ :volume-megaliter:
484
+ :other: "{0} ML"
485
+ :volume-milliliter:
486
+ :other: "{0} mL"
487
+ :volume-pint:
488
+ :other: "{0} pt"
489
+ :volume-quart:
490
+ :other: "{0} qt"
491
+ :volume-tablespoon:
492
+ :other: "{0} 匙"
493
+ :volume-teaspoon:
494
+ :other: "{0} tsp"
8
495
  :short:
9
- :one: "{0} day"
10
- :other: "{0}"
11
- :day-future:
12
- :default:
13
- :one: "In {0} day"
14
- :other: "{0} 天後"
15
- :day-past:
16
- :default:
17
- :one: "{0} day ago"
18
- :other: "{0} 天前"
19
- :hour:
20
- :default:
21
- :one: "{0} hour"
22
- :other: "{0}小時"
23
- :short:
24
- :one: "{0} hr"
25
- :other: "{0}小時"
26
- :hour-future:
27
- :default:
28
- :one: "In {0} hour"
29
- :other: "{0} 小時後"
30
- :hour-past:
31
- :default:
32
- :one: "{0} hour ago"
33
- :other: "{0} 小時前"
34
- :minute:
35
- :default:
36
- :one: "{0} minute"
37
- :other: "{0}分"
38
- :short:
39
- :one: "{0} min"
40
- :other: "{0}"
41
- :minute-future:
42
- :default:
43
- :one: "In {0} minute"
44
- :other: "{0} 分鐘後"
45
- :minute-past:
46
- :default:
47
- :one: "{0} minute ago"
48
- :other: "{0} 分鐘前"
49
- :month:
50
- :default:
51
- :one: "{0} month"
52
- :other: "{0}"
53
- :short:
54
- :one: "{0} mth"
55
- :other: "{0}月"
56
- :month-future:
57
- :default:
58
- :one: "In {0} month"
59
- :other: "{0} 個月後"
60
- :month-past:
61
- :default:
62
- :one: "{0} month ago"
63
- :other: "{0} 個月前"
64
- :second:
65
- :default:
66
- :one: "{0} second"
67
- :other: "{0}秒"
68
- :short:
69
- :one: "{0} sec"
70
- :other: "{0}"
71
- :second-future:
72
- :default:
73
- :one: "In {0} second"
74
- :other: "{0} 秒後"
75
- :second-past:
76
- :default:
77
- :one: "{0} second ago"
78
- :other: "{0} 秒前"
79
- :week:
80
- :default:
81
- :one: "{0} week"
82
- :other: "{0}"
83
- :short:
84
- :one: "{0} wk"
85
- :other: "{0}週"
86
- :week-future:
87
- :default:
88
- :one: "In {0} week"
89
- :other: "{0} 週後"
90
- :week-past:
91
- :default:
92
- :one: "{0} week ago"
93
- :other: "{0} 週前"
94
- :year:
95
- :default:
96
- :one: "{0} year"
97
- :other: "{0}年"
98
- :short:
99
- :one: "{0} yr"
100
- :other: "{0}"
101
- :year-future:
102
- :default:
103
- :one: "In {0} year"
104
- :other: "{0} 年後"
105
- :year-past:
106
- :default:
107
- :one: "{0} year ago"
108
- :other: "{0} 年前"
496
+ :acceleration-g-force:
497
+ :other: "{0} G 力"
498
+ :acceleration-meter-per-second-squared:
499
+ :other: "{0} m/s²"
500
+ :angle-arc-minute:
501
+ :other: "{0} 分鐘"
502
+ :angle-arc-second:
503
+ :other: "{0} 秒"
504
+ :angle-degree:
505
+ :other: "{0} "
506
+ :angle-radian:
507
+ :other: "{0} 弧度"
508
+ :area-acre:
509
+ :other: "{0} 英畝"
510
+ :area-hectare:
511
+ :other: "{0} 公頃"
512
+ :area-square-centimeter:
513
+ :other: "{0} 平方公分"
514
+ :area-square-foot:
515
+ :other: "{0} 平方英尺"
516
+ :area-square-inch:
517
+ :other: "{0} 平方英寸"
518
+ :area-square-kilometer:
519
+ :other: "{0} 平方公里"
520
+ :area-square-meter:
521
+ :other: "{0} 平方公尺"
522
+ :area-square-mile:
523
+ :other: "{0} 平方英里"
524
+ :area-square-yard:
525
+ :other: "{0} 平方碼"
526
+ :consumption-liter-per-kilometer:
527
+ :other: "{0} 升/公里"
528
+ :consumption-mile-per-gallon:
529
+ :other: "{0} 英里/加侖"
530
+ :digital-bit:
531
+ :other: "{0} bit"
532
+ :digital-byte:
533
+ :other: "{0} byte"
534
+ :digital-gigabit:
535
+ :other: "{0} Gb"
536
+ :digital-gigabyte:
537
+ :other: "{0} GB"
538
+ :digital-kilobit:
539
+ :other: "{0} kb"
540
+ :digital-kilobyte:
541
+ :other: "{0} kB"
542
+ :digital-megabit:
543
+ :other: "{0} Mb"
544
+ :digital-megabyte:
545
+ :other: "{0} MB"
546
+ :digital-terabit:
547
+ :other: "{0} Tb"
548
+ :digital-terabyte:
549
+ :other: "{0} TB"
550
+ :duration-day:
551
+ :other: "{0} 天"
552
+ :duration-hour:
553
+ :other: "{0} 小時"
554
+ :duration-microsecond:
555
+ :other: "{0} 微秒"
556
+ :duration-millisecond:
557
+ :other: "{0} 毫秒"
558
+ :duration-minute:
559
+ :other: "{0} 分鐘"
560
+ :duration-month:
561
+ :other: "{0} 個月"
562
+ :duration-nanosecond:
563
+ :other: "{0} 奈秒"
564
+ :duration-second:
565
+ :other: "{0} "
566
+ :duration-week:
567
+ :other: "{0} 週"
568
+ :duration-year:
569
+ :other: "{0}"
570
+ :electric-ampere:
571
+ :other: "{0} 安培"
572
+ :electric-milliampere:
573
+ :other: "{0} 毫安培"
574
+ :electric-ohm:
575
+ :other: "{0} 歐姆"
576
+ :electric-volt:
577
+ :other: "{0} 伏特"
578
+ :energy-calorie:
579
+ :other: "{0} "
580
+ :energy-foodcalorie:
581
+ :other: "{0} 大卡"
582
+ :energy-joule:
583
+ :other: "{0} 焦耳"
584
+ :energy-kilocalorie:
585
+ :other: "{0} 千卡"
586
+ :energy-kilojoule:
587
+ :other: "{0} 千焦"
588
+ :energy-kilowatt-hour:
589
+ :other: "{0} 千瓦小時"
590
+ :frequency-gigahertz:
591
+ :other: "{0} 吉赫"
592
+ :frequency-hertz:
593
+ :other: "{0} 赫茲"
594
+ :frequency-kilohertz:
595
+ :other: "{0} 千赫"
596
+ :frequency-megahertz:
597
+ :other: "{0} 兆赫"
598
+ :length-astronomical-unit:
599
+ :other: "{0} 天文單位"
600
+ :length-centimeter:
601
+ :other: "{0} 公分"
602
+ :length-decimeter:
603
+ :other: "{0} 公寸"
604
+ :length-fathom:
605
+ :other: "{0} 英尋"
606
+ :length-foot:
607
+ :other: "{0} 呎"
608
+ :length-furlong:
609
+ :other: "{0} 化朗"
610
+ :length-inch:
611
+ :other: "{0} 吋"
612
+ :length-kilometer:
613
+ :other: "{0} 公里"
614
+ :length-light-year:
615
+ :other: "{0} 光年"
616
+ :length-meter:
617
+ :other: "{0} 公尺"
618
+ :length-micrometer:
619
+ :other: "{0} 微米"
620
+ :length-mile:
621
+ :other: "{0} 英里"
622
+ :length-millimeter:
623
+ :other: "{0} 公釐"
624
+ :length-nanometer:
625
+ :other: "{0} 奈米"
626
+ :length-nautical-mile:
627
+ :other: "{0} 海里"
628
+ :length-parsec:
629
+ :other: "{0} 秒差距"
630
+ :length-picometer:
631
+ :other: "{0} 皮米"
632
+ :length-yard:
633
+ :other: "{0} 碼"
634
+ :light-lux:
635
+ :other: "{0} 勒克斯"
636
+ :mass-carat:
637
+ :other: "{0} 克拉"
638
+ :mass-gram:
639
+ :other: "{0} 克"
640
+ :mass-kilogram:
641
+ :other: "{0} 公斤"
642
+ :mass-metric-ton:
643
+ :other: "{0} 公噸"
644
+ :mass-microgram:
645
+ :other: "{0} 微克"
646
+ :mass-milligram:
647
+ :other: "{0} 毫克"
648
+ :mass-ounce:
649
+ :other: "{0} 盎司"
650
+ :mass-ounce-troy:
651
+ :other: "{0} 金衡盎司"
652
+ :mass-pound:
653
+ :other: "{0} 磅"
654
+ :mass-stone:
655
+ :other: "{0} 英石"
656
+ :mass-ton:
657
+ :other: "{0} 英噸"
658
+ :power-gigawatt:
659
+ :other: "{0} 吉瓦"
660
+ :power-horsepower:
661
+ :other: "{0} 匹"
662
+ :power-kilowatt:
663
+ :other: "{0} 千瓦"
664
+ :power-megawatt:
665
+ :other: "{0} 百萬瓦"
666
+ :power-milliwatt:
667
+ :other: "{0} 毫瓦"
668
+ :power-watt:
669
+ :other: "{0} 瓦特"
670
+ :pressure-hectopascal:
671
+ :other: "{0} 百帕"
672
+ :pressure-inch-hg:
673
+ :other: "{0} inHg"
674
+ :pressure-millibar:
675
+ :other: "{0} 毫巴"
676
+ :pressure-millimeter-of-mercury:
677
+ :other: "{0} mm Hg"
678
+ :pressure-pound-per-square-inch:
679
+ :other: "{0} psi"
680
+ :proportion-karat:
681
+ :other: "{0} 克拉"
682
+ :speed-kilometer-per-hour:
683
+ :other: "{0} 公里/小時"
684
+ :speed-meter-per-second:
685
+ :other: "{0} 公尺/秒"
686
+ :speed-mile-per-hour:
687
+ :other: "{0} 英里/小時"
688
+ :temperature-celsius:
689
+ :other: "{0}°C"
690
+ :temperature-fahrenheit:
691
+ :other: "{0}°F"
692
+ :temperature-kelvin:
693
+ :other: "{0} K"
694
+ :volume-acre-foot:
695
+ :other: "{0} 英畝英尺"
696
+ :volume-bushel:
697
+ :other: "{0} 蒲式耳"
698
+ :volume-centiliter:
699
+ :other: "{0} 釐升"
700
+ :volume-cubic-centimeter:
701
+ :other: "{0} 立方公分"
702
+ :volume-cubic-foot:
703
+ :other: "{0} 立方英尺"
704
+ :volume-cubic-inch:
705
+ :other: "{0} 立方英寸"
706
+ :volume-cubic-kilometer:
707
+ :other: "{0} 立方公里"
708
+ :volume-cubic-meter:
709
+ :other: "{0} 立方公尺"
710
+ :volume-cubic-mile:
711
+ :other: "{0} 立方英里"
712
+ :volume-cubic-yard:
713
+ :other: "{0} 立方碼"
714
+ :volume-cup:
715
+ :other: "{0} 量杯"
716
+ :volume-deciliter:
717
+ :other: "{0} 公合"
718
+ :volume-fluid-ounce:
719
+ :other: "{0} 液盎司"
720
+ :volume-gallon:
721
+ :other: "{0} 加侖"
722
+ :volume-hectoliter:
723
+ :other: "{0} 公石"
724
+ :volume-liter:
725
+ :other: "{0} 公升"
726
+ :volume-megaliter:
727
+ :other: "{0} 兆升"
728
+ :volume-milliliter:
729
+ :other: "{0} 毫升"
730
+ :volume-pint:
731
+ :other: "{0} 品脫"
732
+ :volume-quart:
733
+ :other: "{0} 夸脫"
734
+ :volume-tablespoon:
735
+ :other: "{0} 湯匙"
736
+ :volume-teaspoon:
737
+ :other: "{0} 茶匙"