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
+ :ja:
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
  :ja:
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-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} 度"
204
+ :temperature-fahrenheit:
205
+ :other: "華氏 {0} 度"
206
+ :temperature-kelvin:
207
+ :other: "{0} ケルビン"
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}rad"
265
+ :area-acre:
266
+ :other: "{0}ac"
267
+ :area-hectare:
268
+ :other: "{0}ha"
269
+ :area-square-centimeter:
270
+ :other: "{0}cm²"
271
+ :area-square-foot:
272
+ :other: "{0}ft²"
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}mi²"
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}b"
289
+ :digital-byte:
290
+ :other: "{0}B"
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}ms"
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}calth"
337
+ :energy-foodcalorie:
338
+ :other: "{0}cal"
339
+ :energy-joule:
340
+ :other: "{0}J"
341
+ :energy-kilocalorie:
342
+ :other: "{0}kcal"
343
+ :energy-kilojoule:
344
+ :other: "{0}kJ"
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}cm"
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}fur"
367
+ :length-inch:
368
+ :other: "{0}″"
369
+ :length-kilometer:
370
+ :other: "{0}km"
371
+ :length-light-year:
372
+ :other: "{0}光年"
373
+ :length-meter:
374
+ :other: "{0}m"
375
+ :length-micrometer:
376
+ :other: "{0}µm"
377
+ :length-mile:
378
+ :other: "{0}マイル"
379
+ :length-millimeter:
380
+ :other: "{0}mm"
381
+ :length-nanometer:
382
+ :other: "{0}nm"
383
+ :length-nautical-mile:
384
+ :other: "{0}海里"
385
+ :length-parsec:
386
+ :other: "{0}pc"
387
+ :length-picometer:
388
+ :other: "{0}pm"
389
+ :length-yard:
390
+ :other: "{0}ヤード"
391
+ :light-lux:
392
+ :other: "{0}lx"
393
+ :mass-carat:
394
+ :other: "{0}ct"
395
+ :mass-gram:
396
+ :other: "{0}g"
397
+ :mass-kilogram:
398
+ :other: "{0}kg"
399
+ :mass-metric-ton:
400
+ :other: "{0}MT"
401
+ :mass-microgram:
402
+ :other: "{0}µg"
403
+ :mass-milligram:
404
+ :other: "{0}mg"
405
+ :mass-ounce:
406
+ :other: "{0}oz"
407
+ :mass-ounce-troy:
408
+ :other: "{0}oz t"
409
+ :mass-pound:
410
+ :other: "{0}lb"
411
+ :mass-stone:
412
+ :other: "{0}st"
413
+ :mass-ton:
414
+ :other: "{0}t"
415
+ :power-gigawatt:
416
+ :other: "{0}GW"
417
+ :power-horsepower:
418
+ :other: "{0}hp"
419
+ :power-kilowatt:
420
+ :other: "{0}kW"
421
+ :power-megawatt:
422
+ :other: "{0}MW"
423
+ :power-milliwatt:
424
+ :other: "{0}mW"
425
+ :power-watt:
426
+ :other: "{0}W"
427
+ :pressure-hectopascal:
428
+ :other: "{0}hPa"
429
+ :pressure-inch-hg:
430
+ :other: "{0}\" Hg"
431
+ :pressure-millibar:
432
+ :other: "{0}mb"
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}K"
439
+ :speed-kilometer-per-hour:
440
+ :other: "{0}km/h"
441
+ :speed-meter-per-second:
442
+ :other: "{0}m/s"
443
+ :speed-mile-per-hour:
444
+ :other: "{0}mi/h"
445
+ :temperature-celsius:
446
+ :other: "{0}°"
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}mi³"
469
+ :volume-cubic-yard:
470
+ :other: "{0}yd³"
471
+ :volume-cup:
472
+ :other: "{0}カップ"
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}l"
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}"
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} rad"
508
+ :area-acre:
509
+ :other: "{0} ac"
510
+ :area-hectare:
511
+ :other: "{0} ha"
512
+ :area-square-centimeter:
513
+ :other: "{0} cm²"
514
+ :area-square-foot:
515
+ :other: "{0} ft²"
516
+ :area-square-inch:
517
+ :other: "{0} in²"
518
+ :area-square-kilometer:
519
+ :other: "{0} km²"
520
+ :area-square-meter:
521
+ :other: "{0} m²"
522
+ :area-square-mile:
523
+ :other: "{0} mi²"
524
+ :area-square-yard:
525
+ :other: "{0} yd²"
526
+ :consumption-liter-per-kilometer:
527
+ :other: "{0} L/km"
528
+ :consumption-mile-per-gallon:
529
+ :other: "{0} mpg"
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} μs"
556
+ :duration-millisecond:
557
+ :other: "{0} ms"
558
+ :duration-minute:
559
+ :other: "{0} 分"
560
+ :duration-month:
561
+ :other: "{0} か月"
562
+ :duration-nanosecond:
563
+ :other: "{0} ns"
564
+ :duration-second:
565
+ :other: "{0}"
566
+ :duration-week:
567
+ :other: "{0} 週間"
568
+ :duration-year:
569
+ :other: "{0}"
570
+ :electric-ampere:
571
+ :other: "{0} A"
572
+ :electric-milliampere:
573
+ :other: "{0} mA"
574
+ :electric-ohm:
575
+ :other: "{0} Ω"
576
+ :electric-volt:
577
+ :other: "{0} V"
578
+ :energy-calorie:
579
+ :other: "{0} calth"
580
+ :energy-foodcalorie:
581
+ :other: "{0} cal"
582
+ :energy-joule:
583
+ :other: "{0} J"
584
+ :energy-kilocalorie:
585
+ :other: "{0} kcal"
586
+ :energy-kilojoule:
587
+ :other: "{0} kJ"
588
+ :energy-kilowatt-hour:
589
+ :other: "{0} kWh"
590
+ :frequency-gigahertz:
591
+ :other: "{0} GHz"
592
+ :frequency-hertz:
593
+ :other: "{0} Hz"
594
+ :frequency-kilohertz:
595
+ :other: "{0} kHz"
596
+ :frequency-megahertz:
597
+ :other: "{0} MHz"
598
+ :length-astronomical-unit:
599
+ :other: "{0} au"
600
+ :length-centimeter:
601
+ :other: "{0} cm"
602
+ :length-decimeter:
603
+ :other: "{0} dm"
604
+ :length-fathom:
605
+ :other: "{0} fm"
606
+ :length-foot:
607
+ :other: "{0} ft"
608
+ :length-furlong:
609
+ :other: "{0} fur"
610
+ :length-inch:
611
+ :other: "{0} in"
612
+ :length-kilometer:
613
+ :other: "{0} km"
614
+ :length-light-year:
615
+ :other: "{0} 光年"
616
+ :length-meter:
617
+ :other: "{0} m"
618
+ :length-micrometer:
619
+ :other: "{0} µm"
620
+ :length-mile:
621
+ :other: "{0} mi"
622
+ :length-millimeter:
623
+ :other: "{0} mm"
624
+ :length-nanometer:
625
+ :other: "{0} nm"
626
+ :length-nautical-mile:
627
+ :other: "{0} 海里"
628
+ :length-parsec:
629
+ :other: "{0} pc"
630
+ :length-picometer:
631
+ :other: "{0} pm"
632
+ :length-yard:
633
+ :other: "{0} yd"
634
+ :light-lux:
635
+ :other: "{0} lx"
636
+ :mass-carat:
637
+ :other: "{0} ct"
638
+ :mass-gram:
639
+ :other: "{0} g"
640
+ :mass-kilogram:
641
+ :other: "{0} kg"
642
+ :mass-metric-ton:
643
+ :other: "{0} MT"
644
+ :mass-microgram:
645
+ :other: "{0} µg"
646
+ :mass-milligram:
647
+ :other: "{0} mg"
648
+ :mass-ounce:
649
+ :other: "{0} oz"
650
+ :mass-ounce-troy:
651
+ :other: "{0} oz t"
652
+ :mass-pound:
653
+ :other: "{0} lb"
654
+ :mass-stone:
655
+ :other: "{0} st"
656
+ :mass-ton:
657
+ :other: "{0} t"
658
+ :power-gigawatt:
659
+ :other: "{0} GW"
660
+ :power-horsepower:
661
+ :other: "{0} 馬力"
662
+ :power-kilowatt:
663
+ :other: "{0} kW"
664
+ :power-megawatt:
665
+ :other: "{0} MW"
666
+ :power-milliwatt:
667
+ :other: "{0} mW"
668
+ :power-watt:
669
+ :other: "{0} W"
670
+ :pressure-hectopascal:
671
+ :other: "{0} hPa"
672
+ :pressure-inch-hg:
673
+ :other: "{0} inHg"
674
+ :pressure-millibar:
675
+ :other: "{0} mb"
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} km/h"
684
+ :speed-meter-per-second:
685
+ :other: "{0} m/s"
686
+ :speed-mile-per-hour:
687
+ :other: "{0} mi/h"
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} ac ft"
696
+ :volume-bushel:
697
+ :other: "{0} bu"
698
+ :volume-centiliter:
699
+ :other: "{0} cL"
700
+ :volume-cubic-centimeter:
701
+ :other: "{0} cm³"
702
+ :volume-cubic-foot:
703
+ :other: "{0} ft³"
704
+ :volume-cubic-inch:
705
+ :other: "{0} in³"
706
+ :volume-cubic-kilometer:
707
+ :other: "{0} km³"
708
+ :volume-cubic-meter:
709
+ :other: "{0} m³"
710
+ :volume-cubic-mile:
711
+ :other: "{0} mi³"
712
+ :volume-cubic-yard:
713
+ :other: "{0} yd³"
714
+ :volume-cup:
715
+ :other: "{0} カップ"
716
+ :volume-deciliter:
717
+ :other: "{0} dL"
718
+ :volume-fluid-ounce:
719
+ :other: "{0} fl oz"
720
+ :volume-gallon:
721
+ :other: "{0} gal"
722
+ :volume-hectoliter:
723
+ :other: "{0} hL"
724
+ :volume-liter:
725
+ :other: "{0} l"
726
+ :volume-megaliter:
727
+ :other: "{0} ML"
728
+ :volume-milliliter:
729
+ :other: "{0} ml"
730
+ :volume-pint:
731
+ :other: "{0} pt"
732
+ :volume-quart:
733
+ :other: "{0} qt"
734
+ :volume-tablespoon:
735
+ :other: "大さじ {0}"
736
+ :volume-teaspoon:
737
+ :other: "小さじ {0}"