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:
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,579 @@
1
1
  ---
2
2
  :zh:
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}比特"
46
+ :digital-byte:
47
+ :other: "{0}字节"
48
+ :digital-gigabit:
49
+ :other: "{0}吉比特"
50
+ :digital-gigabyte:
51
+ :other: "{0}吉字节"
52
+ :digital-kilobit:
53
+ :other: "{0}千比特"
54
+ :digital-kilobyte:
55
+ :other: "{0}千字节"
56
+ :digital-megabit:
57
+ :other: "{0}兆比特"
58
+ :digital-megabyte:
59
+ :other: "{0}兆字节"
60
+ :digital-terabit:
61
+ :other: "{0}太比特"
62
+ :digital-terabyte:
63
+ :other: "{0}太字节"
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-foot:
119
+ :other: "{0}英尺"
120
+ :length-inch:
121
+ :other: "{0}英寸"
122
+ :length-kilometer:
123
+ :other: "{0}公里"
124
+ :length-light-year:
125
+ :other: "{0}光年"
126
+ :length-meter:
127
+ :other: "{0}米"
128
+ :length-micrometer:
129
+ :other: "{0}微米"
130
+ :length-mile:
131
+ :other: "{0}英里"
132
+ :length-millimeter:
133
+ :other: "{0}毫米"
134
+ :length-nanometer:
135
+ :other: "{0}纳米"
136
+ :length-nautical-mile:
137
+ :other: "{0}海里"
138
+ :length-parsec:
139
+ :other: "{0}秒差距"
140
+ :length-picometer:
141
+ :other: "{0}皮米"
142
+ :length-yard:
143
+ :other: "{0}码"
144
+ :light-lux:
145
+ :other: "{0}勒克斯"
146
+ :mass-carat:
147
+ :other: "{0}克拉"
148
+ :mass-gram:
149
+ :other: "{0}克"
150
+ :mass-kilogram:
151
+ :other: "{0}千克"
152
+ :mass-metric-ton:
153
+ :other: "{0}公吨"
154
+ :mass-microgram:
155
+ :other: "{0}微克"
156
+ :mass-milligram:
157
+ :other: "{0}毫克"
158
+ :mass-ounce:
159
+ :other: "{0}盎司"
160
+ :mass-ounce-troy:
161
+ :other: "{0}金衡制盎司"
162
+ :mass-pound:
163
+ :other: "{0}磅"
164
+ :mass-ton:
165
+ :other: "{0}吨"
166
+ :power-gigawatt:
167
+ :other: "{0}吉瓦"
168
+ :power-horsepower:
169
+ :other: "{0}马力"
170
+ :power-kilowatt:
171
+ :other: "{0}千瓦"
172
+ :power-megawatt:
173
+ :other: "{0}兆瓦"
174
+ :power-milliwatt:
175
+ :other: "{0}毫瓦"
176
+ :power-watt:
177
+ :other: "{0}瓦特"
178
+ :pressure-hectopascal:
179
+ :other: "{0}百帕斯卡"
180
+ :pressure-inch-hg:
181
+ :other: "{0}英寸汞柱"
182
+ :pressure-millibar:
183
+ :other: "{0}毫巴"
184
+ :pressure-millimeter-of-mercury:
185
+ :other: "{0}毫米汞柱"
186
+ :pressure-pound-per-square-inch:
187
+ :other: "{0}磅每平方英寸"
188
+ :proportion-karat:
189
+ :other: "{0}克拉"
190
+ :speed-kilometer-per-hour:
191
+ :other: "{0}千米每小时"
192
+ :speed-meter-per-second:
193
+ :other: "{0}米每秒"
194
+ :speed-mile-per-hour:
195
+ :other: "{0}英里每小时"
196
+ :temperature-celsius:
197
+ :other: "{0}摄氏度"
198
+ :temperature-fahrenheit:
199
+ :other: "{0}华氏度"
200
+ :temperature-kelvin:
201
+ :other: "{0}开尔文"
202
+ :volume-acre-foot:
203
+ :other: "{0}英亩英尺"
204
+ :volume-centiliter:
205
+ :other: "{0}厘升"
206
+ :volume-cubic-centimeter:
207
+ :other: "{0}立方厘米"
208
+ :volume-cubic-foot:
209
+ :other: "{0}立方英尺"
210
+ :volume-cubic-inch:
211
+ :other: "{0}立方英寸"
212
+ :volume-cubic-kilometer:
213
+ :other: "{0}立方公里"
214
+ :volume-cubic-meter:
215
+ :other: "{0}立方米"
216
+ :volume-cubic-mile:
217
+ :other: "{0}立方英里"
218
+ :volume-cubic-yard:
219
+ :other: "{0}立方码"
220
+ :volume-cup:
221
+ :other: "{0}杯"
222
+ :volume-deciliter:
223
+ :other: "{0}分升"
224
+ :volume-fluid-ounce:
225
+ :other: "{0}液盎司"
226
+ :volume-gallon:
227
+ :other: "{0}加仑"
228
+ :volume-hectoliter:
229
+ :other: "{0}公石"
230
+ :volume-liter:
231
+ :other: "{0}公升"
232
+ :volume-megaliter:
233
+ :other: "{0}兆升"
234
+ :volume-milliliter:
235
+ :other: "{0}毫升"
236
+ :volume-pint:
237
+ :other: "{0}品脱"
238
+ :volume-quart:
239
+ :other: "{0}夸脱"
240
+ :volume-tablespoon:
241
+ :other: "{0}汤匙"
242
+ :volume-teaspoon:
243
+ :other: "{0}茶匙"
244
+ :narrow:
245
+ :acceleration-g-force:
246
+ :other: "{0}G"
247
+ :angle-arc-minute:
248
+ :other: "{0}′"
249
+ :angle-arc-second:
250
+ :other: "{0}″"
251
+ :angle-degree:
252
+ :other: "{0}°"
253
+ :area-acre:
254
+ :other: "{0}ac"
255
+ :area-hectare:
256
+ :other: "{0}ha"
257
+ :area-square-foot:
258
+ :other: "{0}ft²"
259
+ :area-square-kilometer:
260
+ :other: "{0}km²"
261
+ :area-square-meter:
262
+ :other: "{0}m²"
263
+ :area-square-mile:
264
+ :other: "{0}mi²"
265
+ :duration-day:
266
+ :other: "{0}天"
267
+ :duration-hour:
268
+ :other: "{0}小时"
269
+ :duration-millisecond:
270
+ :other: "{0}毫秒"
271
+ :duration-minute:
272
+ :other: "{0}分钟"
273
+ :duration-month:
274
+ :other: "{0}个月"
275
+ :duration-second:
276
+ :other: "{0}秒"
277
+ :duration-week:
278
+ :other: "{0}周"
279
+ :duration-year:
280
+ :other: "{0}年"
281
+ :length-centimeter:
282
+ :other: "{0}厘米"
283
+ :length-foot:
284
+ :other: "{0}′"
285
+ :length-inch:
286
+ :other: "{0}″"
287
+ :length-kilometer:
288
+ :other: "{0}公里"
289
+ :length-light-year:
290
+ :other: "{0}ly"
291
+ :length-meter:
292
+ :other: "{0}米"
293
+ :length-mile:
294
+ :other: "{0}mi"
295
+ :length-millimeter:
296
+ :other: "{0}毫米"
297
+ :length-picometer:
298
+ :other: "{0}pm"
299
+ :length-yard:
300
+ :other: "{0}yd"
301
+ :mass-gram:
302
+ :other: "{0}克"
303
+ :mass-kilogram:
304
+ :other: "{0}千克"
305
+ :mass-ounce:
306
+ :other: "{0}盎司"
307
+ :mass-pound:
308
+ :other: "{0}磅"
309
+ :power-horsepower:
310
+ :other: "{0}hp"
311
+ :power-kilowatt:
312
+ :other: "{0}kW"
313
+ :power-watt:
314
+ :other: "{0}W"
315
+ :pressure-hectopascal:
316
+ :other: "{0}hPa"
317
+ :pressure-inch-hg:
318
+ :other: "{0}\" Hg"
319
+ :pressure-millibar:
320
+ :other: "{0}mb"
321
+ :speed-kilometer-per-hour:
322
+ :other: "{0}千米/小时"
323
+ :speed-meter-per-second:
324
+ :other: "{0}m/s"
325
+ :speed-mile-per-hour:
326
+ :other: "{0}mi/h"
327
+ :temperature-celsius:
328
+ :other: "{0}°"
329
+ :temperature-fahrenheit:
330
+ :other: "{0}°F"
331
+ :volume-cubic-kilometer:
332
+ :other: "{0}km³"
333
+ :volume-cubic-mile:
334
+ :other: "{0}mi³"
335
+ :volume-liter:
336
+ :other: "{0}升"
8
337
  :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}年前"
338
+ :acceleration-g-force:
339
+ :other: "{0} G"
340
+ :acceleration-meter-per-second-squared:
341
+ :other: "{0}米/秒²"
342
+ :angle-arc-minute:
343
+ :other: "{0}弧分"
344
+ :angle-arc-second:
345
+ :other: "{0}弧秒"
346
+ :angle-degree:
347
+ :other: "{0}°"
348
+ :angle-radian:
349
+ :other: "{0}弧度"
350
+ :area-acre:
351
+ :other: "{0}英亩"
352
+ :area-hectare:
353
+ :other: "{0} ha"
354
+ :area-square-centimeter:
355
+ :other: "{0}平方厘米"
356
+ :area-square-foot:
357
+ :other: "{0} ft²"
358
+ :area-square-inch:
359
+ :other: "{0}平方英寸"
360
+ :area-square-kilometer:
361
+ :other: "{0}平方公里"
362
+ :area-square-meter:
363
+ :other: "{0}平方米"
364
+ :area-square-mile:
365
+ :other: "{0}平方英里"
366
+ :area-square-yard:
367
+ :other: "{0}平方码"
368
+ :consumption-liter-per-kilometer:
369
+ :other: "{0}升/公里"
370
+ :consumption-mile-per-gallon:
371
+ :other: "{0}英里/加仑"
372
+ :digital-bit:
373
+ :other: "{0}比特"
374
+ :digital-byte:
375
+ :other: "{0}字节"
376
+ :digital-gigabit:
377
+ :other: "{0}吉比特"
378
+ :digital-gigabyte:
379
+ :other: "{0}吉字节"
380
+ :digital-kilobit:
381
+ :other: "{0}千比特"
382
+ :digital-kilobyte:
383
+ :other: "{0}千字节"
384
+ :digital-megabit:
385
+ :other: "{0}兆比特"
386
+ :digital-megabyte:
387
+ :other: "{0}兆字节"
388
+ :digital-terabit:
389
+ :other: "{0}太比特"
390
+ :digital-terabyte:
391
+ :other: "{0}太字节"
392
+ :duration-day:
393
+ :other: "{0}天"
394
+ :duration-hour:
395
+ :other: "{0}小时"
396
+ :duration-microsecond:
397
+ :other: "{0}微秒"
398
+ :duration-millisecond:
399
+ :other: "{0}毫秒"
400
+ :duration-minute:
401
+ :other: "{0}分钟"
402
+ :duration-month:
403
+ :other: "{0}个月"
404
+ :duration-nanosecond:
405
+ :other: "{0}纳秒"
406
+ :duration-second:
407
+ :other: "{0}"
408
+ :duration-week:
409
+ :other: "{0}周"
410
+ :duration-year:
411
+ :other: "{0}"
412
+ :electric-ampere:
413
+ :other: "{0}"
414
+ :electric-milliampere:
415
+ :other: "{0}毫安"
416
+ :electric-ohm:
417
+ :other: "{0}"
418
+ :electric-volt:
419
+ :other: "{0}伏"
420
+ :energy-calorie:
421
+ :other: "{0}"
422
+ :energy-foodcalorie:
423
+ :other: "{0}卡"
424
+ :energy-joule:
425
+ :other: "{0}焦耳"
426
+ :energy-kilocalorie:
427
+ :other: "{0}千卡"
428
+ :energy-kilojoule:
429
+ :other: "{0}千焦"
430
+ :energy-kilowatt-hour:
431
+ :other: "{0}千瓦时"
432
+ :frequency-gigahertz:
433
+ :other: "{0}吉赫"
434
+ :frequency-hertz:
435
+ :other: "{0}赫"
436
+ :frequency-kilohertz:
437
+ :other: "{0}千赫"
438
+ :frequency-megahertz:
439
+ :other: "{0}兆赫"
440
+ :length-astronomical-unit:
441
+ :other: "{0}天文单位"
442
+ :length-centimeter:
443
+ :other: "{0}厘米"
444
+ :length-decimeter:
445
+ :other: "{0}分米"
446
+ :length-fathom:
447
+ :other: "{0} fm"
448
+ :length-foot:
449
+ :other: "{0}英尺"
450
+ :length-furlong:
451
+ :other: "{0} fur"
452
+ :length-inch:
453
+ :other: "{0}英寸"
454
+ :length-kilometer:
455
+ :other: "{0}公里"
456
+ :length-light-year:
457
+ :other: "{0} ly"
458
+ :length-meter:
459
+ :other: "{0} m"
460
+ :length-micrometer:
461
+ :other: "{0}微米"
462
+ :length-mile:
463
+ :other: "{0}英里"
464
+ :length-millimeter:
465
+ :other: "{0}毫米"
466
+ :length-nanometer:
467
+ :other: "{0}纳米"
468
+ :length-nautical-mile:
469
+ :other: "{0}海里"
470
+ :length-parsec:
471
+ :other: "{0}秒差距"
472
+ :length-picometer:
473
+ :other: "{0} pm"
474
+ :length-yard:
475
+ :other: "{0} yd"
476
+ :light-lux:
477
+ :other: "{0}勒克斯"
478
+ :mass-carat:
479
+ :other: "{0}克拉"
480
+ :mass-gram:
481
+ :other: "{0}克"
482
+ :mass-kilogram:
483
+ :other: "{0}千克"
484
+ :mass-metric-ton:
485
+ :other: "{0}公吨"
486
+ :mass-microgram:
487
+ :other: "{0}微克"
488
+ :mass-milligram:
489
+ :other: "{0}毫克"
490
+ :mass-ounce:
491
+ :other: "{0}盎司"
492
+ :mass-ounce-troy:
493
+ :other: "{0}金衡制盎司"
494
+ :mass-pound:
495
+ :other: "{0}磅"
496
+ :mass-stone:
497
+ :other: "{0} st"
498
+ :mass-ton:
499
+ :other: "{0}吨"
500
+ :power-gigawatt:
501
+ :other: "{0}吉瓦"
502
+ :power-horsepower:
503
+ :other: "{0}马力"
504
+ :power-kilowatt:
505
+ :other: "{0}千瓦"
506
+ :power-megawatt:
507
+ :other: "{0}兆瓦"
508
+ :power-milliwatt:
509
+ :other: "{0}毫瓦"
510
+ :power-watt:
511
+ :other: "{0}瓦"
512
+ :pressure-hectopascal:
513
+ :other: "{0}百帕"
514
+ :pressure-inch-hg:
515
+ :other: "{0}英寸汞柱"
516
+ :pressure-millibar:
517
+ :other: "{0}毫巴"
518
+ :pressure-millimeter-of-mercury:
519
+ :other: "{0}毫米汞柱"
520
+ :pressure-pound-per-square-inch:
521
+ :other: "{0}磅/平方英寸"
522
+ :proportion-karat:
523
+ :other: "{0}克拉"
524
+ :speed-kilometer-per-hour:
525
+ :other: "{0}千米/小时"
526
+ :speed-meter-per-second:
527
+ :other: "{0}米/秒"
528
+ :speed-mile-per-hour:
529
+ :other: "{0}英里/小时"
530
+ :temperature-celsius:
531
+ :other: "{0}°C"
532
+ :temperature-fahrenheit:
533
+ :other: "{0}°F"
534
+ :temperature-kelvin:
535
+ :other: "{0}K"
536
+ :volume-acre-foot:
537
+ :other: "{0}英亩英尺"
538
+ :volume-bushel:
539
+ :other: "{0} bu"
540
+ :volume-centiliter:
541
+ :other: "{0}厘升"
542
+ :volume-cubic-centimeter:
543
+ :other: "{0}立方厘米"
544
+ :volume-cubic-foot:
545
+ :other: "{0}立方英尺"
546
+ :volume-cubic-inch:
547
+ :other: "{0}立方英寸"
548
+ :volume-cubic-kilometer:
549
+ :other: "{0}立方公里"
550
+ :volume-cubic-meter:
551
+ :other: "{0}立方米"
552
+ :volume-cubic-mile:
553
+ :other: "{0}立方英里"
554
+ :volume-cubic-yard:
555
+ :other: "{0}立方码"
556
+ :volume-cup:
557
+ :other: "{0}杯"
558
+ :volume-deciliter:
559
+ :other: "{0}分升"
560
+ :volume-fluid-ounce:
561
+ :other: "{0}液盎司"
562
+ :volume-gallon:
563
+ :other: "{0}加仑"
564
+ :volume-hectoliter:
565
+ :other: "{0}公石"
566
+ :volume-liter:
567
+ :other: "{0}升"
568
+ :volume-megaliter:
569
+ :other: "{0}兆升"
570
+ :volume-milliliter:
571
+ :other: "{0}毫升"
572
+ :volume-pint:
573
+ :other: "{0}品脱"
574
+ :volume-quart:
575
+ :other: "{0}夸脱"
576
+ :volume-tablespoon:
577
+ :other: "{0}汤匙"
578
+ :volume-teaspoon:
579
+ :other: "{0}茶匙"