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
+ :ga:
3
+ :fields:
4
+ :day:
5
+ :default:
6
+ :one: "{0} day"
7
+ :other: "{0} days"
8
+ :short:
9
+ :one: "{0} day"
10
+ :other: "{0} days"
11
+ :day-future:
12
+ :default:
13
+ :one: "In {0} day"
14
+ :other: "In {0} days"
15
+ :day-past:
16
+ :default:
17
+ :one: "{0} day ago"
18
+ :other: "{0} days ago"
19
+ :hour:
20
+ :default:
21
+ :one: "{0} hour"
22
+ :other: "{0} hours"
23
+ :short:
24
+ :one: "{0} hr"
25
+ :other: "{0} hrs"
26
+ :hour-future:
27
+ :default:
28
+ :one: "In {0} hour"
29
+ :other: "In {0} hours"
30
+ :hour-past:
31
+ :default:
32
+ :one: "{0} hour ago"
33
+ :other: "{0} hours ago"
34
+ :minute:
35
+ :default:
36
+ :one: "{0} minute"
37
+ :other: "{0} minutes"
38
+ :short:
39
+ :one: "{0} min"
40
+ :other: "{0} mins"
41
+ :minute-future:
42
+ :default:
43
+ :one: "In {0} minute"
44
+ :other: "In {0} minutes"
45
+ :minute-past:
46
+ :default:
47
+ :one: "{0} minute ago"
48
+ :other: "{0} minutes ago"
49
+ :month:
50
+ :default:
51
+ :one: "{0} month"
52
+ :other: "{0} months"
53
+ :short:
54
+ :one: "{0} mth"
55
+ :other: "{0} mths"
56
+ :month-future:
57
+ :default:
58
+ :one: "In {0} month"
59
+ :other: "In {0} months"
60
+ :month-past:
61
+ :default:
62
+ :one: "{0} month ago"
63
+ :other: "{0} months ago"
64
+ :second:
65
+ :default:
66
+ :one: "{0} second"
67
+ :other: "{0} seconds"
68
+ :short:
69
+ :one: "{0} sec"
70
+ :other: "{0} secs"
71
+ :second-future:
72
+ :default:
73
+ :one: "In {0} second"
74
+ :other: "In {0} seconds"
75
+ :second-past:
76
+ :default:
77
+ :one: "{0} second ago"
78
+ :other: "{0} seconds ago"
79
+ :week:
80
+ :default:
81
+ :one: "{0} week"
82
+ :other: "{0} weeks"
83
+ :short:
84
+ :one: "{0} wk"
85
+ :other: "{0} wks"
86
+ :week-future:
87
+ :default:
88
+ :one: "In {0} week"
89
+ :other: "In {0} weeks"
90
+ :week-past:
91
+ :default:
92
+ :one: "{0} week ago"
93
+ :other: "{0} weeks ago"
94
+ :year:
95
+ :default:
96
+ :one: "{0} year"
97
+ :other: "{0} years"
98
+ :short:
99
+ :one: "{0} yr"
100
+ :other: "{0} yrs"
101
+ :year-future:
102
+ :default:
103
+ :one: "In {0} year"
104
+ :other: "In {0} years"
105
+ :year-past:
106
+ :default:
107
+ :one: "{0} year ago"
108
+ :other: "{0} years ago"
@@ -1,108 +1,2017 @@
1
1
  ---
2
2
  :ga:
3
3
  :units:
4
- :day:
5
- :default:
6
- :one: "{0} day"
7
- :other: "{0} days"
4
+ :durationUnit:
5
+ :hm: "h:mm"
6
+ :hms: "h:mm:ss"
7
+ :ms: "m:ss"
8
+ :unitLength:
9
+ :long:
10
+ :acceleration-g-force:
11
+ :few: "{0} g-fhórsa"
12
+ :many: "{0} g-fhórsa"
13
+ :one: "{0} g-fhórsa"
14
+ :other: "{0} g-fhórsa"
15
+ :two: "{0} g-fhórsa"
16
+ :acceleration-meter-per-second-squared:
17
+ :few: "{0} mhéadar sa soicind cearnaithe"
18
+ :many: "{0} méadar sa soicind cearnaithe"
19
+ :one: "{0} mhéadar sa soicind cearnaithe"
20
+ :other: "{0} méadar sa soicind cearnaithe"
21
+ :two: "{0} mhéadar sa soicind cearnaithe"
22
+ :angle-arc-minute:
23
+ :few: "{0} nóiméad stua"
24
+ :many: "{0} nóiméad stua"
25
+ :one: "{0} nóiméad stua"
26
+ :other: "{0} nóiméad stua"
27
+ :two: "{0} nóiméad stua"
28
+ :angle-arc-second:
29
+ :few: "{0} shoicind stua"
30
+ :many: "{0} soicind stua"
31
+ :one: "{0} soicind stua"
32
+ :other: "{0} soicind stua"
33
+ :two: "{0} shoicind stua"
34
+ :angle-degree:
35
+ :few: "{0} chéim"
36
+ :many: "{0} gcéim"
37
+ :one: "{0} chéim"
38
+ :other: "{0} céim"
39
+ :two: "{0} chéim"
40
+ :angle-radian:
41
+ :few: "{0} raidian"
42
+ :many: "{0} raidian"
43
+ :one: "{0} raidian"
44
+ :other: "{0} raidian"
45
+ :two: "{0} raidian"
46
+ :area-acre:
47
+ :few: "{0} acra"
48
+ :many: "{0} n-acra"
49
+ :one: "{0} acra"
50
+ :other: "{0} acra"
51
+ :two: "{0} acra"
52
+ :area-hectare:
53
+ :few: "{0} heicteár"
54
+ :many: "{0} heicteár"
55
+ :one: "{0} heicteár"
56
+ :other: "{0} heicteár"
57
+ :two: "{0} heicteár"
58
+ :area-square-centimeter:
59
+ :few: "{0} cheintiméadar chearnacha"
60
+ :many: "{0} gceintiméadar chearnacha"
61
+ :one: "{0} cheintiméadar cearnach"
62
+ :other: "{0} ceintiméadar cearnach"
63
+ :two: "{0} cheintiméadar chearnacha"
64
+ :area-square-foot:
65
+ :few: "{0} throigh chearnacha"
66
+ :many: "{0} dtroigh chearnacha"
67
+ :one: "{0} troigh chearnach"
68
+ :other: "{0} troigh chearnach"
69
+ :two: "{0} throigh chearnacha"
70
+ :area-square-inch:
71
+ :few: "{0} orlach chearnacha"
72
+ :many: "{0} orlach chearnacha"
73
+ :one: "{0} orlach cearnach"
74
+ :other: "{0} orlach cearnach"
75
+ :two: "{0} orlach chearnacha"
76
+ :area-square-kilometer:
77
+ :few: "{0} chiliméadar chearnacha"
78
+ :many: "{0} gciliméadar chearnacha"
79
+ :one: "{0} chiliméadar cearnach"
80
+ :other: "{0} ciliméadar cearnach"
81
+ :two: "{0} chiliméadar chearnacha"
82
+ :area-square-meter:
83
+ :few: "{0} mhéadar chearnacha"
84
+ :many: "{0} méadar chearnacha"
85
+ :one: "{0} mhéadar cearnach"
86
+ :other: "{0} méadar cearnach"
87
+ :two: "{0} mhéadar chearnacha"
88
+ :area-square-mile:
89
+ :few: "{0} mhíle chearnacha"
90
+ :many: "{0} míle chearnacha"
91
+ :one: "{0} mhíle cearnach"
92
+ :other: "{0} míle cearnach"
93
+ :two: "{0} mhíle chearnacha"
94
+ :area-square-yard:
95
+ :few: "{0} shlat chearnacha"
96
+ :many: "{0} slat chearnacha"
97
+ :one: "{0} slat chearnach"
98
+ :other: "{0} slat chearnach"
99
+ :two: "{0} shlat chearnacha"
100
+ :consumption-liter-per-kilometer:
101
+ :few: "{0} lítear sa chiliméadar"
102
+ :many: "{0} lítear sa chiliméadar"
103
+ :one: "{0} lítear sa chiliméadar"
104
+ :other: "{0} lítear sa chiliméadar"
105
+ :two: "{0} lítear sa chiliméadar"
106
+ :consumption-mile-per-gallon:
107
+ :few: "{0} mhíle an galún"
108
+ :many: "{0} míle an galún"
109
+ :one: "{0} mhíle an galún"
110
+ :other: "{0} míle an galún"
111
+ :two: "{0} mhíle an galún"
112
+ :digital-bit:
113
+ :few: "{0} ghiotán"
114
+ :many: "{0} ngiotán"
115
+ :one: "{0} ghiotán"
116
+ :other: "{0} giotán"
117
+ :two: "{0} ghiotán"
118
+ :digital-byte:
119
+ :few: "{0} bheart"
120
+ :many: "{0} mbeart"
121
+ :one: "{0} bheart"
122
+ :other: "{0} beart"
123
+ :two: "{0} bheart"
124
+ :digital-gigabit:
125
+ :few: "{0} ghigighiotán"
126
+ :many: "{0} ngigighiotán"
127
+ :one: "{0} ghigighiotán"
128
+ :other: "{0} gigighiotán"
129
+ :two: "{0} ghigighiotán"
130
+ :digital-gigabyte:
131
+ :few: "{0} ghigibheart"
132
+ :many: "{0} ngigibheart"
133
+ :one: "{0} ghigibheart"
134
+ :other: "{0} gigibheart"
135
+ :two: "{0} ghigibheart"
136
+ :digital-kilobit:
137
+ :few: "{0} chilighiotán"
138
+ :many: "{0} gcilighiotán"
139
+ :one: "{0} chilighiotán"
140
+ :other: "{0} cilighiotán"
141
+ :two: "{0} chilighiotán"
142
+ :digital-kilobyte:
143
+ :few: "{0} chilibheart"
144
+ :many: "{0} gcilibheart"
145
+ :one: "{0} chilibheart"
146
+ :other: "{0} cilibheart"
147
+ :two: "{0} chilibheart"
148
+ :digital-megabit:
149
+ :few: "{0} mheigighiotán"
150
+ :many: "{0} meigighiotán"
151
+ :one: "{0} mheigighiotán"
152
+ :other: "{0} meigighiotán"
153
+ :two: "{0} mheigighiotán"
154
+ :digital-megabyte:
155
+ :few: "{0} mheigibheart"
156
+ :many: "{0} meigibheart"
157
+ :one: "{0} mheigibheart"
158
+ :other: "{0} meigibheart"
159
+ :two: "{0} mheigibheart"
160
+ :digital-terabit:
161
+ :few: "{0} theirighiotán"
162
+ :many: "{0} dteirighiotán"
163
+ :one: "{0} teirighiotán"
164
+ :other: "{0} teirighiotán"
165
+ :two: "{0} theirighiotán"
166
+ :digital-terabyte:
167
+ :few: "{0} theiribheart"
168
+ :many: "{0} dteiribheart"
169
+ :one: "{0} teiribheart"
170
+ :other: "{0} teiribheart"
171
+ :two: "{0} theiribheart"
172
+ :duration-day:
173
+ :few: "{0} lá"
174
+ :many: "{0} lá"
175
+ :one: "{0} lá"
176
+ :other: "{0} lá"
177
+ :two: "{0} lá"
178
+ :duration-hour:
179
+ :few: "{0} huaire"
180
+ :many: "{0} n-uaire"
181
+ :one: "{0} uair"
182
+ :other: "{0} uair"
183
+ :two: "{0} uair"
184
+ :duration-microsecond:
185
+ :few: "{0} mhicreashoicind"
186
+ :many: "{0} micreashoicind"
187
+ :one: "{0} mhicreashoicind"
188
+ :other: "{0} micreashoicind"
189
+ :two: "{0} mhicreashoicind"
190
+ :duration-millisecond:
191
+ :few: "{0} mhilleasoicind"
192
+ :many: "{0} milleasoicind"
193
+ :one: "{0} mhilleasoicind"
194
+ :other: "{0} milleasoicind"
195
+ :two: "{0} mhilleasoicind"
196
+ :duration-minute:
197
+ :few: "{0} nóiméad"
198
+ :many: "{0} nóiméad"
199
+ :one: "{0} nóiméad"
200
+ :other: "{0} nóiméad"
201
+ :two: "{0} nóiméad"
202
+ :duration-month:
203
+ :few: "{0} mhí"
204
+ :many: "{0} mí"
205
+ :one: "{0} mhí"
206
+ :other: "{0} mí"
207
+ :two: "{0} mhí"
208
+ :duration-nanosecond:
209
+ :few: "{0} nanashoicind"
210
+ :many: "{0} nanashoicind"
211
+ :one: "{0} nanashoicind"
212
+ :other: "{0} nanashoicind"
213
+ :two: "{0} nanashoicind"
214
+ :duration-second:
215
+ :few: "{0} shoicind"
216
+ :many: "{0} soicind"
217
+ :one: "{0} soicind"
218
+ :other: "{0} soicind"
219
+ :two: "{0} shoicind"
220
+ :duration-week:
221
+ :few: "{0} seachtaine"
222
+ :many: "{0} seachtaine"
223
+ :one: "{0} seachtain"
224
+ :other: "{0} seachtain"
225
+ :two: "{0} sheachtain"
226
+ :duration-year:
227
+ :few: "{0} bliana"
228
+ :many: "{0} mbliana"
229
+ :one: "{0} bhliain"
230
+ :other: "{0} bliain"
231
+ :two: "{0} bhliain"
232
+ :electric-ampere:
233
+ :few: "{0} aimpéar"
234
+ :many: "{0} n-aimpéar"
235
+ :one: "{0} aimpéar"
236
+ :other: "{0} aimpéar"
237
+ :two: "{0} aimpéar"
238
+ :electric-milliampere:
239
+ :few: "{0} mhiollaimpéar"
240
+ :many: "{0} miollaimpéar"
241
+ :one: "{0} mhiollaimpéar"
242
+ :other: "{0} miollaimpéar"
243
+ :two: "{0} mhiollaimpéar"
244
+ :electric-ohm:
245
+ :few: "{0} óm"
246
+ :many: "{0} n-óm"
247
+ :one: "{0} óm"
248
+ :other: "{0} óm"
249
+ :two: "{0} óm"
250
+ :electric-volt:
251
+ :few: "{0} volta"
252
+ :many: "{0} volta"
253
+ :one: "{0} volta"
254
+ :other: "{0} volta"
255
+ :two: "{0} volta"
256
+ :energy-calorie:
257
+ :few: "{0} chalra"
258
+ :many: "{0} gcalra"
259
+ :one: "{0} chalra"
260
+ :other: "{0} calra"
261
+ :two: "{0} chalra"
262
+ :energy-foodcalorie:
263
+ :few: "{0} Chalra"
264
+ :many: "{0} gCalra"
265
+ :one: "{0} Chalra"
266
+ :other: "{0} Calra"
267
+ :two: "{0} Chalra"
268
+ :energy-joule:
269
+ :few: "{0} ghiúl"
270
+ :many: "{0} ngiúl"
271
+ :one: "{0} ghiúl"
272
+ :other: "{0} giúl"
273
+ :two: "{0} ghiúl"
274
+ :energy-kilocalorie:
275
+ :few: "{0} chileacalra"
276
+ :many: "{0} gcileacalra"
277
+ :one: "{0} chileacalra"
278
+ :other: "{0} cileacalra"
279
+ :two: "{0} chileacalra"
280
+ :energy-kilojoule:
281
+ :few: "{0} chiligiúl"
282
+ :many: "{0} gciligiúl"
283
+ :one: "{0} chiligiúl"
284
+ :other: "{0} ciligiúl"
285
+ :two: "{0} chiligiúl"
286
+ :energy-kilowatt-hour:
287
+ :few: "{0} chileavatuair"
288
+ :many: "{0} gcileavatuair"
289
+ :one: "{0} chileavatuair"
290
+ :other: "{0} cileavatuair"
291
+ :two: "{0} chileavatuair"
292
+ :frequency-gigahertz:
293
+ :few: "{0} ghigiheirts"
294
+ :many: "{0} ngigiheirts"
295
+ :one: "{0} ghigiheirts"
296
+ :other: "{0} gigiheirts"
297
+ :two: "{0} ghigiheirts"
298
+ :frequency-hertz:
299
+ :few: "{0} heirts"
300
+ :many: "{0} heirts"
301
+ :one: "{0} heirts"
302
+ :other: "{0} heirts"
303
+ :two: "{0} heirts"
304
+ :frequency-kilohertz:
305
+ :few: "{0} chiliheirts"
306
+ :many: "{0} gciliheirts"
307
+ :one: "{0} chiliheirts"
308
+ :other: "{0} ciliheirts"
309
+ :two: "{0} chiliheirts"
310
+ :frequency-megahertz:
311
+ :few: "{0} mheigiheirts"
312
+ :many: "{0} meigiheirts"
313
+ :one: "{0} mheigiheirts"
314
+ :other: "{0} meigiheirts"
315
+ :two: "{0} mheigiheirts"
316
+ :length-astronomical-unit:
317
+ :few: "{0} aonad réalteolaíoch"
318
+ :many: "{0} n-aonad réalteolaíoch"
319
+ :one: "{0} aonad réalteolaíoch"
320
+ :other: "{0} aonad réalteolaíoch"
321
+ :two: "{0} aonad réalteolaíoch"
322
+ :length-centimeter:
323
+ :few: "{0} cheintiméadar"
324
+ :many: "{0} gceintiméadar"
325
+ :one: "{0} cheintiméadar"
326
+ :other: "{0} ceintiméadar"
327
+ :two: "{0} cheintiméadar"
328
+ :length-decimeter:
329
+ :few: "{0} dheiciméadar"
330
+ :many: "{0} ndeiciméadar"
331
+ :one: "{0} deiciméadar"
332
+ :other: "{0} deiciméadar"
333
+ :two: "{0} dheiciméadar"
334
+ :length-fathom:
335
+ :few: "{0} fheá"
336
+ :many: "{0} bhfeá"
337
+ :one: "{0} fheá"
338
+ :other: "{0} feá"
339
+ :two: "{0} fheá"
340
+ :length-foot:
341
+ :few: "{0} throigh"
342
+ :many: "{0} dtroigh"
343
+ :one: "{0} troigh"
344
+ :other: "{0} troigh"
345
+ :two: "{0} throigh"
346
+ :length-furlong:
347
+ :few: "{0} staid"
348
+ :many: "{0} staid"
349
+ :one: "{0} staid"
350
+ :other: "{0} staid"
351
+ :two: "{0} staid"
352
+ :length-inch:
353
+ :few: "{0} orlach"
354
+ :many: "{0} n-orlach"
355
+ :one: "{0} orlach"
356
+ :other: "{0} orlach"
357
+ :two: "{0} orlach"
358
+ :length-kilometer:
359
+ :few: "{0} chiliméadar"
360
+ :many: "{0} gciliméadar"
361
+ :one: "{0} chiliméadar"
362
+ :other: "{0} ciliméadar"
363
+ :two: "{0} chiliméadar"
364
+ :length-light-year:
365
+ :few: "{0} sholasbhliain"
366
+ :many: "{0} solasbhliain"
367
+ :one: "{0} solasbhliain"
368
+ :other: "{0} solasbhliain"
369
+ :two: "{0} sholasbhliain"
370
+ :length-meter:
371
+ :few: "{0} mhéadar"
372
+ :many: "{0} méadar"
373
+ :one: "{0} mhéadar"
374
+ :other: "{0} méadar"
375
+ :two: "{0} mhéadar"
376
+ :length-micrometer:
377
+ :few: "{0} mhicriméadar"
378
+ :many: "{0} micriméadar"
379
+ :one: "{0} mhicriméadar"
380
+ :other: "{0} micriméadar"
381
+ :two: "{0} mhicriméadar"
382
+ :length-mile:
383
+ :few: "{0} mhíle"
384
+ :many: "{0} míle"
385
+ :one: "{0} mhíle"
386
+ :other: "{0} míle"
387
+ :two: "{0} mhíle"
388
+ :length-millimeter:
389
+ :few: "{0} mhilliméadar"
390
+ :many: "{0} milliméadar"
391
+ :one: "{0} mhilliméadar"
392
+ :other: "{0} milliméadar"
393
+ :two: "{0} mhilliméadar"
394
+ :length-nanometer:
395
+ :few: "{0} nanaiméadar"
396
+ :many: "{0} nanaiméadar"
397
+ :one: "{0} nanaiméadar"
398
+ :other: "{0} nanaiméadar"
399
+ :two: "{0} nanaiméadar"
400
+ :length-nautical-mile:
401
+ :few: "{0} mhuirmhíle"
402
+ :many: "{0} muirmhíle"
403
+ :one: "{0} mhuirmhíle"
404
+ :other: "{0} muirmhíle"
405
+ :two: "{0} mhuirmhíle"
406
+ :length-parsec:
407
+ :few: "{0} pharsoic"
408
+ :many: "{0} bparsoic"
409
+ :one: "{0} pharsoic"
410
+ :other: "{0} parsoic"
411
+ :two: "{0} pharsoic"
412
+ :length-picometer:
413
+ :few: "{0} phiciméadar"
414
+ :many: "{0} bpiciméadar"
415
+ :one: "{0} phiciméadar"
416
+ :other: "{0} piciméadar"
417
+ :two: "{0} phiciméadar"
418
+ :length-yard:
419
+ :few: "{0} shlat"
420
+ :many: "{0} slat"
421
+ :one: "{0} slat"
422
+ :other: "{0} slat"
423
+ :two: "{0} shlat"
424
+ :light-lux:
425
+ :few: "{0} lucsa"
426
+ :many: "{0} lucsa"
427
+ :one: "{0} lucsa"
428
+ :other: "{0} lucsa"
429
+ :two: "{0} lucsa"
430
+ :mass-carat:
431
+ :few: "{0} charat"
432
+ :many: "{0} gcarat"
433
+ :one: "{0} charat"
434
+ :other: "{0} carat"
435
+ :two: "{0} charat"
436
+ :mass-gram:
437
+ :few: "{0} ghram"
438
+ :many: "{0} ngram"
439
+ :one: "{0} ghram"
440
+ :other: "{0} gram"
441
+ :two: "{0} ghram"
442
+ :mass-kilogram:
443
+ :few: "{0} chileagram"
444
+ :many: "{0} gcileagram"
445
+ :one: "{0} chileagram"
446
+ :other: "{0} cileagram"
447
+ :two: "{0} chileagram"
448
+ :mass-metric-ton:
449
+ :few: "{0} thonna mhéadracha"
450
+ :many: "{0} dtonna mhéadracha"
451
+ :one: "{0} tonna méadrach"
452
+ :other: "{0} tonna méadrach"
453
+ :two: "{0} thonna mhéadracha"
454
+ :mass-microgram:
455
+ :few: "{0} mhicreagram"
456
+ :many: "{0} micreagram"
457
+ :one: "{0} mhicreagram"
458
+ :other: "{0} micreagram"
459
+ :two: "{0} mhicreagram"
460
+ :mass-milligram:
461
+ :few: "{0} mhilleagram"
462
+ :many: "{0} milleagram"
463
+ :one: "{0} mhilleagram"
464
+ :other: "{0} milleagram"
465
+ :two: "{0} mhilleagram"
466
+ :mass-ounce:
467
+ :few: "{0} unsa"
468
+ :many: "{0} n-unsa"
469
+ :one: "{0} unsa"
470
+ :other: "{0} unsa"
471
+ :two: "{0} unsa"
472
+ :mass-ounce-troy:
473
+ :few: "{0} unsa troí"
474
+ :many: "{0} n-unsa troí"
475
+ :one: "{0} unsa troí"
476
+ :other: "{0} unsa troí"
477
+ :two: "{0} unsa troí"
478
+ :mass-pound:
479
+ :few: "{0} phunt"
480
+ :many: "{0} bpunt"
481
+ :one: "{0} phunt"
482
+ :other: "{0} punt"
483
+ :two: "{0} phunt"
484
+ :mass-stone:
485
+ :few: "{0} chloch"
486
+ :many: "{0} gcloch"
487
+ :one: "{0} chloch"
488
+ :other: "{0} cloch"
489
+ :two: "{0} chloch"
490
+ :mass-ton:
491
+ :few: "{0} thonna ghearra"
492
+ :many: "{0} dtonna ghearra"
493
+ :one: "{0} tonna gearr"
494
+ :other: "{0} tonna gearr"
495
+ :two: "{0} thonna ghearra"
496
+ :power-gigawatt:
497
+ :few: "{0} ghigeavata"
498
+ :many: "{0} ngigeavata"
499
+ :one: "{0} ghigeavata"
500
+ :other: "{0} gigeavata"
501
+ :two: "{0} ghigeavata"
502
+ :power-horsepower:
503
+ :few: "{0} each-chumhacht"
504
+ :many: "{0} n-each-chumhacht"
505
+ :one: "{0} each-chumhacht"
506
+ :other: "{0} each-chumhacht"
507
+ :two: "{0} each-chumhacht"
508
+ :power-kilowatt:
509
+ :few: "{0} chileavata"
510
+ :many: "{0} gcileavata"
511
+ :one: "{0} chileavata"
512
+ :other: "{0} cileavata"
513
+ :two: "{0} chileavata"
514
+ :power-megawatt:
515
+ :few: "{0} mheigeavata"
516
+ :many: "{0} meigeavata"
517
+ :one: "{0} mheigeavata"
518
+ :other: "{0} meigeavata"
519
+ :two: "{0} mheigeavata"
520
+ :power-milliwatt:
521
+ :few: "{0} mhilleavata"
522
+ :many: "{0} milleavata"
523
+ :one: "{0} mhilleavata"
524
+ :other: "{0} milleavata"
525
+ :two: "{0} mhilleavata"
526
+ :power-watt:
527
+ :few: "{0} vata"
528
+ :many: "{0} vata"
529
+ :one: "{0} vata"
530
+ :other: "{0} vata"
531
+ :two: "{0} vata"
532
+ :pressure-hectopascal:
533
+ :few: "{0} heicteapascal"
534
+ :many: "{0} heicteapascal"
535
+ :one: "{0} heicteapascal"
536
+ :other: "{0} heicteapascal"
537
+ :two: "{0} heicteapascal"
538
+ :pressure-inch-hg:
539
+ :few: "{0} orlach mearcair"
540
+ :many: "{0} n-orlach mearcair"
541
+ :one: "{0} orlach mearcair"
542
+ :other: "{0} orlach mearcair"
543
+ :two: "{0} orlach mearcair"
544
+ :pressure-millibar:
545
+ :few: "{0} mhilleabar"
546
+ :many: "{0} milleabar"
547
+ :one: "{0} mhilleabar"
548
+ :other: "{0} milleabar"
549
+ :two: "{0} mhilleabar"
550
+ :pressure-millimeter-of-mercury:
551
+ :few: "{0} mhilliméadar mearcair"
552
+ :many: "{0} milliméadar mearcair"
553
+ :one: "{0} mhilliméadar mearcair"
554
+ :other: "{0} milliméadar mearcair"
555
+ :two: "{0} mhilliméadar mearcair"
556
+ :pressure-pound-per-square-inch:
557
+ :few: "{0} phunt san orlach cearnach"
558
+ :many: "{0} bpunt san orlach cearnach"
559
+ :one: "{0} phunt san orlach cearnach"
560
+ :other: "{0} punt san orlach cearnach"
561
+ :two: "{0} phunt san orlach cearnach"
562
+ :proportion-karat:
563
+ :few: "{0} charat óir"
564
+ :many: "{0} gcarat óir"
565
+ :one: "{0} charat óir"
566
+ :other: "{0} carat óir"
567
+ :two: "{0} charat óir"
568
+ :speed-kilometer-per-hour:
569
+ :few: "{0} chiliméadar san uair"
570
+ :many: "{0} gciliméadar san uair"
571
+ :one: "{0} chiliméadar san uair"
572
+ :other: "{0} ciliméadar san uair"
573
+ :two: "{0} chiliméadar san uair"
574
+ :speed-meter-per-second:
575
+ :few: "{0} mhéadar sa soicind"
576
+ :many: "{0} méadar sa soicind"
577
+ :one: "{0} mhéadar sa soicind"
578
+ :other: "{0} méadar sa soicind"
579
+ :two: "{0} mhéadar sa soicind"
580
+ :speed-mile-per-hour:
581
+ :few: "{0} mhíle san uair"
582
+ :many: "{0} míle san uair"
583
+ :one: "{0} mhíle san uair"
584
+ :other: "{0} míle san uair"
585
+ :two: "{0} mhíle san uair"
586
+ :temperature-celsius:
587
+ :few: "{0} chéim Celsius"
588
+ :many: "{0} gcéim Celsius"
589
+ :one: "{0} chéim Celsius"
590
+ :other: "{0} céim Celsius"
591
+ :two: "{0} chéim Celsius"
592
+ :temperature-fahrenheit:
593
+ :few: "{0} chéim Fahrenheit"
594
+ :many: "{0} gcéim Fahrenheit"
595
+ :one: "{0} chéim Fahrenheit"
596
+ :other: "{0} céim Fahrenheit"
597
+ :two: "{0} chéim Fahrenheit"
598
+ :temperature-kelvin:
599
+ :few: "{0} chéim cheilvin"
600
+ :many: "{0} gcéim cheilvin"
601
+ :one: "{0} chéim cheilvin"
602
+ :other: "{0} céim cheilvin"
603
+ :two: "{0} chéim cheilvin"
604
+ :volume-acre-foot:
605
+ :few: "{0} acra-troigh"
606
+ :many: "{0} n-acra-troigh"
607
+ :one: "{0} acra-troigh"
608
+ :other: "{0} acra-troigh"
609
+ :two: "{0} acra-troigh"
610
+ :volume-bushel:
611
+ :few: "{0} bhuiséal"
612
+ :many: "{0} mbuiséal"
613
+ :one: "{0} bhuiséal"
614
+ :other: "{0} buiséal"
615
+ :two: "{0} bhuiséal"
616
+ :volume-centiliter:
617
+ :few: "{0} cheintilítear"
618
+ :many: "{0} gceintilítear"
619
+ :one: "{0} cheintilítear"
620
+ :other: "{0} ceintilítear"
621
+ :two: "{0} cheintilítear"
622
+ :volume-cubic-centimeter:
623
+ :few: "{0} cheintiméadar chiúbacha"
624
+ :many: "{0} gceintiméadar chiúbacha"
625
+ :one: "{0} cheintiméadar ciúbach"
626
+ :other: "{0} ceintiméadar ciúbach"
627
+ :two: "{0} cheintiméadar chiúbacha"
628
+ :volume-cubic-foot:
629
+ :few: "{0} throigh chiúbacha"
630
+ :many: "{0} dtroigh chiúbacha"
631
+ :one: "{0} troigh chiúbach"
632
+ :other: "{0} troigh chiúbach"
633
+ :two: "{0} throigh chiúbacha"
634
+ :volume-cubic-inch:
635
+ :few: "{0} orlach chiúbacha"
636
+ :many: "{0} n-orlach chiúbacha"
637
+ :one: "{0} orlach ciúbach"
638
+ :other: "{0} orlach ciúbach"
639
+ :two: "{0} orlach chiúbacha"
640
+ :volume-cubic-kilometer:
641
+ :few: "{0} chiliméadar chiúbacha"
642
+ :many: "{0} gciliméadar chiúbacha"
643
+ :one: "{0} chiliméadar ciúbach"
644
+ :other: "{0} ciliméadar ciúbach"
645
+ :two: "{0} chiliméadar chiúbacha"
646
+ :volume-cubic-meter:
647
+ :few: "{0} mhéadar chiúbacha"
648
+ :many: "{0} méadar chiúbacha"
649
+ :one: "{0} mhéadar ciúbach"
650
+ :other: "{0} méadar ciúbach"
651
+ :two: "{0} mhéadar chiúbacha"
652
+ :volume-cubic-mile:
653
+ :few: "{0} mhíle chiúbacha"
654
+ :many: "{0} míle chiúbacha"
655
+ :one: "{0} mhíle ciúbach"
656
+ :other: "{0} míle ciúbach"
657
+ :two: "{0} mhíle chiúbacha"
658
+ :volume-cubic-yard:
659
+ :few: "{0} shlat chiúbacha"
660
+ :many: "{0} slat chiúbacha"
661
+ :one: "{0} slat chiúbach"
662
+ :other: "{0} slat chiúbach"
663
+ :two: "{0} shlat chiúbacha"
664
+ :volume-cup:
665
+ :few: "{0} chupán"
666
+ :many: "{0} gcupán"
667
+ :one: "{0} chupán"
668
+ :other: "{0} cupán"
669
+ :two: "{0} chupán"
670
+ :volume-deciliter:
671
+ :few: "{0} dheicilítear"
672
+ :many: "{0} ndeicilítear"
673
+ :one: "{0} deicilítear"
674
+ :other: "{0} deicilítear"
675
+ :two: "{0} dheicilítear"
676
+ :volume-fluid-ounce:
677
+ :few: "{0} unsa leachtacha"
678
+ :many: "{0} n-unsa leachtacha"
679
+ :one: "{0} unsa leachtach"
680
+ :other: "{0} unsa leachtach"
681
+ :two: "{0} unsa leachtacha"
682
+ :volume-gallon:
683
+ :few: "{0} ghalún"
684
+ :many: "{0} ngalún"
685
+ :one: "{0} ghalún"
686
+ :other: "{0} galún"
687
+ :two: "{0} ghalún"
688
+ :volume-hectoliter:
689
+ :few: "{0} heictilítear"
690
+ :many: "{0} heictilítear"
691
+ :one: "{0} heictilítear"
692
+ :other: "{0} heictilítear"
693
+ :two: "{0} heictilítear"
694
+ :volume-liter:
695
+ :few: "{0} lítear"
696
+ :many: "{0} lítear"
697
+ :one: "{0} lítear"
698
+ :other: "{0} lítear"
699
+ :two: "{0} lítear"
700
+ :volume-megaliter:
701
+ :few: "{0} mheigilítear"
702
+ :many: "{0} meigilítear"
703
+ :one: "{0} mheigilítear"
704
+ :other: "{0} meigilítear"
705
+ :two: "{0} mheigilítear"
706
+ :volume-milliliter:
707
+ :few: "{0} mhillilítear"
708
+ :many: "{0} millilítear"
709
+ :one: "{0} mhillilítear"
710
+ :other: "{0} millilítear"
711
+ :two: "{0} mhillilítear"
712
+ :volume-pint:
713
+ :few: "{0} phionta"
714
+ :many: "{0} bpionta"
715
+ :one: "{0} phionta"
716
+ :other: "{0} pionta"
717
+ :two: "{0} phionta"
718
+ :volume-quart:
719
+ :few: "{0} chárt"
720
+ :many: "{0} gcárt"
721
+ :one: "{0} chárt"
722
+ :other: "{0} cárt"
723
+ :two: "{0} chárt"
724
+ :volume-tablespoon:
725
+ :few: "{0} spúnóg bhoird"
726
+ :many: "{0} spúnóg bhoird"
727
+ :one: "{0} spúnóg bhoird"
728
+ :other: "{0} spúnóg bhoird"
729
+ :two: "{0} spúnóg bhoird"
730
+ :volume-teaspoon:
731
+ :few: "{0} thaespúnóg"
732
+ :many: "{0} dtaespúnóg"
733
+ :one: "{0} taespúnóg"
734
+ :other: "{0} taespúnóg"
735
+ :two: "{0} thaespúnóg"
736
+ :narrow:
737
+ :acceleration-g-force:
738
+ :few: "{0}G"
739
+ :many: "{0}G"
740
+ :one: "{0}G"
741
+ :other: "{0}G"
742
+ :two: "{0}G"
743
+ :acceleration-meter-per-second-squared:
744
+ :few: "{0}m/s²"
745
+ :many: "{0}m/s²"
746
+ :one: "{0}m/s²"
747
+ :other: "{0}m/s²"
748
+ :two: "{0}m/s²"
749
+ :angle-arc-minute:
750
+ :few: "{0}′"
751
+ :many: "{0}′"
752
+ :one: "{0}′"
753
+ :other: "{0}′"
754
+ :two: "{0}′"
755
+ :angle-arc-second:
756
+ :few: "{0}″"
757
+ :many: "{0}″"
758
+ :one: "{0}″"
759
+ :other: "{0}″"
760
+ :two: "{0}″"
761
+ :angle-degree:
762
+ :few: "{0}°"
763
+ :many: "{0}°"
764
+ :one: "{0}°"
765
+ :other: "{0}°"
766
+ :two: "{0}°"
767
+ :angle-radian:
768
+ :few: "{0}raid"
769
+ :many: "{0}raid"
770
+ :one: "{0}raid"
771
+ :other: "{0}raid"
772
+ :two: "{0}raid"
773
+ :area-square-meter:
774
+ :few: "{0} m²"
775
+ :many: "{0} m²"
776
+ :one: "{0} m²"
777
+ :other: "{0} m²"
778
+ :two: "{0} m²"
779
+ :consumption-liter-per-kilometer:
780
+ :few: "{0}l/km"
781
+ :many: "{0}l/km"
782
+ :one: "{0}l/km"
783
+ :other: "{0}l/km"
784
+ :two: "{0}l/km"
785
+ :consumption-mile-per-gallon:
786
+ :few: "{0}míle/g"
787
+ :many: "{0}míle/g"
788
+ :one: "{0}míle/g"
789
+ :other: "{0}míle/g"
790
+ :two: "{0}míle/g"
791
+ :digital-bit:
792
+ :few: "{0} ghiot."
793
+ :many: "{0} ngiot."
794
+ :one: "{0} ghiot."
795
+ :other: "{0} giot."
796
+ :two: "{0} ghiot."
797
+ :digital-byte:
798
+ :few: "{0}B"
799
+ :many: "{0}B"
800
+ :one: "{0}B"
801
+ :other: "{0}B"
802
+ :two: "{0}B"
803
+ :digital-gigabit:
804
+ :few: "{0}Gb"
805
+ :many: "{0}Gb"
806
+ :one: "{0}Gb"
807
+ :other: "{0}Gb"
808
+ :two: "{0}Gb"
809
+ :digital-gigabyte:
810
+ :few: "{0}GB"
811
+ :many: "{0}GB"
812
+ :one: "{0}GB"
813
+ :other: "{0}GB"
814
+ :two: "{0}GB"
815
+ :digital-kilobit:
816
+ :few: "{0}kb"
817
+ :many: "{0}kb"
818
+ :one: "{0}kb"
819
+ :other: "{0}kb"
820
+ :two: "{0}kb"
821
+ :digital-kilobyte:
822
+ :few: "{0}kB"
823
+ :many: "{0}kB"
824
+ :one: "{0}kB"
825
+ :other: "{0}kB"
826
+ :two: "{0}kB"
827
+ :digital-megabit:
828
+ :few: "{0}Mb"
829
+ :many: "{0}Mb"
830
+ :one: "{0}Mb"
831
+ :other: "{0}Mb"
832
+ :two: "{0}Mb"
833
+ :digital-megabyte:
834
+ :few: "{0}MB"
835
+ :many: "{0}MB"
836
+ :one: "{0}MB"
837
+ :other: "{0}MB"
838
+ :two: "{0}MB"
839
+ :digital-terabit:
840
+ :few: "{0}Tb"
841
+ :many: "{0}Tb"
842
+ :one: "{0}Tb"
843
+ :other: "{0}Tb"
844
+ :two: "{0}Tb"
845
+ :digital-terabyte:
846
+ :few: "{0}TB"
847
+ :many: "{0}TB"
848
+ :one: "{0}TB"
849
+ :other: "{0}TB"
850
+ :two: "{0}TB"
851
+ :duration-day:
852
+ :few: "{0}l"
853
+ :many: "{0}l"
854
+ :one: "{0}l"
855
+ :other: "{0}l"
856
+ :two: "{0}l"
857
+ :duration-hour:
858
+ :few: "{0}u"
859
+ :many: "{0}u"
860
+ :one: "{0}u"
861
+ :other: "{0}u"
862
+ :two: "{0}u"
863
+ :duration-microsecond:
864
+ :few: "{0}μs"
865
+ :many: "{0}μs"
866
+ :one: "{0}μs"
867
+ :other: "{0}μs"
868
+ :two: "{0}μs"
869
+ :duration-millisecond:
870
+ :few: "{0}ms"
871
+ :many: "{0}ms"
872
+ :one: "{0}ms"
873
+ :other: "{0}ms"
874
+ :two: "{0}ms"
875
+ :duration-minute:
876
+ :few: "{0}n"
877
+ :many: "{0}n"
878
+ :one: "{0}n"
879
+ :other: "{0}n"
880
+ :two: "{0}n"
881
+ :duration-month:
882
+ :few: "{0}m"
883
+ :many: "{0}m"
884
+ :one: "{0}m"
885
+ :other: "{0}m"
886
+ :two: "{0}m"
887
+ :duration-nanosecond:
888
+ :few: "{0}ns"
889
+ :many: "{0}ns"
890
+ :one: "{0}ns"
891
+ :other: "{0}ns"
892
+ :two: "{0}ns"
893
+ :duration-second:
894
+ :few: "{0}s"
895
+ :many: "{0}s"
896
+ :one: "{0}s"
897
+ :other: "{0}s"
898
+ :two: "{0}s"
899
+ :duration-week:
900
+ :few: "{0}s"
901
+ :many: "{0}s"
902
+ :one: "{0}s"
903
+ :other: "{0}s"
904
+ :two: "{0}s"
905
+ :duration-year:
906
+ :few: "{0}b"
907
+ :many: "{0}b"
908
+ :one: "{0}b"
909
+ :other: "{0}b"
910
+ :two: "{0}b"
911
+ :electric-ampere:
912
+ :few: "{0}A"
913
+ :many: "{0}A"
914
+ :one: "{0}A"
915
+ :other: "{0}A"
916
+ :two: "{0}A"
917
+ :electric-milliampere:
918
+ :few: "{0}mA"
919
+ :many: "{0}mA"
920
+ :one: "{0}mA"
921
+ :other: "{0}mA"
922
+ :two: "{0}mA"
923
+ :electric-ohm:
924
+ :few: "{0}Ω"
925
+ :many: "{0}Ω"
926
+ :one: "{0}Ω"
927
+ :other: "{0}Ω"
928
+ :two: "{0}Ω"
929
+ :electric-volt:
930
+ :few: "{0}V"
931
+ :many: "{0}V"
932
+ :one: "{0}V"
933
+ :other: "{0}V"
934
+ :two: "{0}V"
935
+ :energy-calorie:
936
+ :few: "{0}cal"
937
+ :many: "{0}cal"
938
+ :one: "{0}cal"
939
+ :other: "{0}cal"
940
+ :two: "{0}cal"
941
+ :energy-foodcalorie:
942
+ :few: "{0}Cal"
943
+ :many: "{0}Cal"
944
+ :one: "{0}Cal"
945
+ :other: "{0}Cal"
946
+ :two: "{0}Cal"
947
+ :energy-joule:
948
+ :few: "{0}J"
949
+ :many: "{0}J"
950
+ :one: "{0}J"
951
+ :other: "{0}J"
952
+ :two: "{0}J"
953
+ :energy-kilocalorie:
954
+ :few: "{0}kcal"
955
+ :many: "{0}kcal"
956
+ :one: "{0}kcal"
957
+ :other: "{0}kcal"
958
+ :two: "{0}kcal"
959
+ :energy-kilojoule:
960
+ :few: "{0}kJ"
961
+ :many: "{0}kJ"
962
+ :one: "{0}kJ"
963
+ :other: "{0}kJ"
964
+ :two: "{0}kJ"
965
+ :energy-kilowatt-hour:
966
+ :few: "{0}kWh"
967
+ :many: "{0}kWh"
968
+ :one: "{0}kWh"
969
+ :other: "{0}kWh"
970
+ :two: "{0}kWh"
971
+ :frequency-gigahertz:
972
+ :few: "{0}GHz"
973
+ :many: "{0}GHz"
974
+ :one: "{0}GHz"
975
+ :other: "{0}GHz"
976
+ :two: "{0}GHz"
977
+ :frequency-hertz:
978
+ :few: "{0}Hz"
979
+ :many: "{0}Hz"
980
+ :one: "{0}Hz"
981
+ :other: "{0}Hz"
982
+ :two: "{0}Hz"
983
+ :frequency-kilohertz:
984
+ :few: "{0}kHz"
985
+ :many: "{0}kHz"
986
+ :one: "{0}kHz"
987
+ :other: "{0}kHz"
988
+ :two: "{0}kHz"
989
+ :frequency-megahertz:
990
+ :few: "{0}MHz"
991
+ :many: "{0}MHz"
992
+ :one: "{0}MHz"
993
+ :other: "{0}MHz"
994
+ :two: "{0}MHz"
995
+ :length-astronomical-unit:
996
+ :few: "{0}AR"
997
+ :many: "{0}AR"
998
+ :one: "{0}AR"
999
+ :other: "{0}AR"
1000
+ :two: "{0}AR"
1001
+ :length-centimeter:
1002
+ :few: "{0}cm"
1003
+ :many: "{0}cm"
1004
+ :one: "{0}cm"
1005
+ :other: "{0}cm"
1006
+ :two: "{0}cm"
1007
+ :length-decimeter:
1008
+ :few: "{0}dm"
1009
+ :many: "{0}dm"
1010
+ :one: "{0}dm"
1011
+ :other: "{0}dm"
1012
+ :two: "{0}dm"
1013
+ :length-fathom: {}
1014
+ :length-foot:
1015
+ :few: "{0}′"
1016
+ :many: "{0}′"
1017
+ :one: "{0}′"
1018
+ :other: "{0}′"
1019
+ :two: "{0}′"
1020
+ :length-furlong:
1021
+ :few: "{0}st"
1022
+ :many: "{0}st"
1023
+ :one: "{0}st"
1024
+ :other: "{0}st"
1025
+ :two: "{0}st"
1026
+ :length-inch:
1027
+ :few: "{0}″"
1028
+ :many: "{0}″"
1029
+ :one: "{0}″"
1030
+ :other: "{0}″"
1031
+ :two: "{0}″"
1032
+ :length-kilometer:
1033
+ :few: "{0}km"
1034
+ :many: "{0}km"
1035
+ :one: "{0}km"
1036
+ :other: "{0}km"
1037
+ :two: "{0}km"
1038
+ :length-light-year:
1039
+ :few: "{0}sbh"
1040
+ :many: "{0}sbh"
1041
+ :one: "{0}sbh"
1042
+ :other: "{0}sbh"
1043
+ :two: "{0}sbh"
1044
+ :length-meter:
1045
+ :few: "{0}m"
1046
+ :many: "{0}m"
1047
+ :one: "{0}m"
1048
+ :other: "{0}m"
1049
+ :two: "{0}m"
1050
+ :length-micrometer:
1051
+ :few: "{0}µm"
1052
+ :many: "{0}µm"
1053
+ :one: "{0}µm"
1054
+ :other: "{0}µm"
1055
+ :two: "{0}µm"
1056
+ :length-millimeter:
1057
+ :few: "{0}mm"
1058
+ :many: "{0}mm"
1059
+ :one: "{0}mm"
1060
+ :other: "{0}mm"
1061
+ :two: "{0}mm"
1062
+ :length-nanometer:
1063
+ :few: "{0}nm"
1064
+ :many: "{0}nm"
1065
+ :one: "{0}nm"
1066
+ :other: "{0}nm"
1067
+ :two: "{0}nm"
1068
+ :length-nautical-mile:
1069
+ :few: "{0}mmh."
1070
+ :many: "{0}mmh."
1071
+ :one: "{0}mmh."
1072
+ :other: "{0}mmh."
1073
+ :two: "{0}mmh."
1074
+ :length-parsec:
1075
+ :few: "{0}pc"
1076
+ :many: "{0}pc"
1077
+ :one: "{0}pc"
1078
+ :other: "{0}pc"
1079
+ :two: "{0}pc"
1080
+ :length-picometer:
1081
+ :few: "{0}pm"
1082
+ :many: "{0}pm"
1083
+ :one: "{0}pm"
1084
+ :other: "{0}pm"
1085
+ :two: "{0}pm"
1086
+ :length-yard:
1087
+ :few: "{0}sl"
1088
+ :many: "{0}sl"
1089
+ :one: "{0}sl"
1090
+ :other: "{0}sl"
1091
+ :two: "{0}sl"
1092
+ :light-lux:
1093
+ :few: "{0}lx"
1094
+ :many: "{0}lx"
1095
+ :one: "{0}lx"
1096
+ :other: "{0}lx"
1097
+ :two: "{0}lx"
1098
+ :mass-carat:
1099
+ :few: "{0}CD"
1100
+ :many: "{0}CD"
1101
+ :one: "{0}CD"
1102
+ :other: "{0}CD"
1103
+ :two: "{0}CD"
1104
+ :mass-gram:
1105
+ :few: "{0}g"
1106
+ :many: "{0}g"
1107
+ :one: "{0}g"
1108
+ :other: "{0}g"
1109
+ :two: "{0}g"
1110
+ :mass-kilogram:
1111
+ :few: "{0}kg"
1112
+ :many: "{0}kg"
1113
+ :one: "{0}kg"
1114
+ :other: "{0}kg"
1115
+ :two: "{0}kg"
1116
+ :mass-metric-ton:
1117
+ :few: "{0}t"
1118
+ :many: "{0}t"
1119
+ :one: "{0}t"
1120
+ :other: "{0}t"
1121
+ :two: "{0}t"
1122
+ :mass-microgram:
1123
+ :few: "{0}µg"
1124
+ :many: "{0}µg"
1125
+ :one: "{0}µg"
1126
+ :other: "{0}µg"
1127
+ :two: "{0}µg"
1128
+ :mass-milligram:
1129
+ :few: "{0}mg"
1130
+ :many: "{0}mg"
1131
+ :one: "{0}mg"
1132
+ :other: "{0}mg"
1133
+ :two: "{0}mg"
1134
+ :mass-stone: {}
1135
+ :power-gigawatt:
1136
+ :few: "{0}GW"
1137
+ :many: "{0}GW"
1138
+ :one: "{0}GW"
1139
+ :other: "{0}GW"
1140
+ :two: "{0}GW"
1141
+ :power-horsepower:
1142
+ :few: "{0}ec"
1143
+ :many: "{0}ec"
1144
+ :one: "{0}ec"
1145
+ :other: "{0}ec"
1146
+ :two: "{0}ec"
1147
+ :power-kilowatt:
1148
+ :few: "{0}kW"
1149
+ :many: "{0}kW"
1150
+ :one: "{0}kW"
1151
+ :other: "{0}kW"
1152
+ :two: "{0}kW"
1153
+ :power-megawatt:
1154
+ :few: "{0}MW"
1155
+ :many: "{0}MW"
1156
+ :one: "{0}MW"
1157
+ :other: "{0}MW"
1158
+ :two: "{0}MW"
1159
+ :power-milliwatt:
1160
+ :few: "{0}mW"
1161
+ :many: "{0}mW"
1162
+ :one: "{0}mW"
1163
+ :other: "{0}mW"
1164
+ :two: "{0}mW"
1165
+ :power-watt:
1166
+ :few: "{0}W"
1167
+ :many: "{0}W"
1168
+ :one: "{0}W"
1169
+ :other: "{0}W"
1170
+ :two: "{0}W"
1171
+ :pressure-hectopascal:
1172
+ :few: "{0}hPa"
1173
+ :many: "{0}hPa"
1174
+ :one: "{0}hPa"
1175
+ :other: "{0}hPa"
1176
+ :two: "{0}hPa"
1177
+ :pressure-inch-hg:
1178
+ :few: "{0}\" Hg"
1179
+ :many: "{0}\" Hg"
1180
+ :one: "{0}\" Hg"
1181
+ :other: "{0}\" Hg"
1182
+ :two: "{0}\" Hg"
1183
+ :pressure-millibar:
1184
+ :few: "{0}mb"
1185
+ :many: "{0}mb"
1186
+ :one: "{0}mb"
1187
+ :other: "{0}mb"
1188
+ :two: "{0}mb"
1189
+ :pressure-millimeter-of-mercury:
1190
+ :few: "{0}mmHg"
1191
+ :many: "{0}mmHg"
1192
+ :one: "{0}mmHg"
1193
+ :other: "{0}mmHg"
1194
+ :two: "{0}mmHg"
1195
+ :pressure-pound-per-square-inch:
1196
+ :few: "{0}psoc"
1197
+ :many: "{0}psoc"
1198
+ :one: "{0}psoc"
1199
+ :other: "{0}psoc"
1200
+ :two: "{0}psoc"
1201
+ :proportion-karat:
1202
+ :few: "{0}kt"
1203
+ :many: "{0}kt"
1204
+ :one: "{0}kt"
1205
+ :other: "{0}kt"
1206
+ :two: "{0}kt"
1207
+ :speed-kilometer-per-hour:
1208
+ :few: "{0}km/u"
1209
+ :many: "{0}km/u"
1210
+ :one: "{0}km/u"
1211
+ :other: "{0}km/u"
1212
+ :two: "{0}km/u"
1213
+ :speed-meter-per-second:
1214
+ :few: "{0}m/s"
1215
+ :many: "{0}m/s"
1216
+ :one: "{0}m/s"
1217
+ :other: "{0}m/s"
1218
+ :two: "{0}m/s"
1219
+ :speed-mile-per-hour:
1220
+ :few: "{0}msu"
1221
+ :many: "{0}msu"
1222
+ :one: "{0}msu"
1223
+ :other: "{0}msu"
1224
+ :two: "{0}msu"
1225
+ :temperature-celsius:
1226
+ :few: "{0}°C"
1227
+ :many: "{0}°C"
1228
+ :one: "{0}°C"
1229
+ :other: "{0}°C"
1230
+ :two: "{0}°C"
1231
+ :temperature-fahrenheit:
1232
+ :few: "{0}°F"
1233
+ :many: "{0}°F"
1234
+ :one: "{0}°F"
1235
+ :other: "{0}°F"
1236
+ :two: "{0}°F"
1237
+ :temperature-kelvin:
1238
+ :few: "{0}K"
1239
+ :many: "{0}K"
1240
+ :one: "{0}K"
1241
+ :other: "{0}K"
1242
+ :two: "{0}K"
1243
+ :volume-centiliter: {}
1244
+ :volume-cubic-centimeter:
1245
+ :few: "{0}cm³"
1246
+ :many: "{0}cm³"
1247
+ :one: "{0}cm³"
1248
+ :other: "{0}cm³"
1249
+ :two: "{0}cm³"
1250
+ :volume-cubic-foot:
1251
+ :few: "{0}tr³"
1252
+ :many: "{0}tr³"
1253
+ :one: "{0}tr³"
1254
+ :other: "{0}tr³"
1255
+ :two: "{0}tr³"
1256
+ :volume-cubic-inch:
1257
+ :few: "{0}or³"
1258
+ :many: "{0}or³"
1259
+ :one: "{0}or³"
1260
+ :other: "{0}or³"
1261
+ :two: "{0}or³"
1262
+ :volume-cubic-kilometer:
1263
+ :few: "{0}km³"
1264
+ :many: "{0}km³"
1265
+ :one: "{0}km³"
1266
+ :other: "{0}km³"
1267
+ :two: "{0}km³"
1268
+ :volume-cubic-meter:
1269
+ :few: "{0}m³"
1270
+ :many: "{0}m³"
1271
+ :one: "{0}m³"
1272
+ :other: "{0}m³"
1273
+ :two: "{0}m³"
1274
+ :volume-cubic-mile: {}
1275
+ :volume-cubic-yard:
1276
+ :few: "{0}sl³"
1277
+ :many: "{0}sl³"
1278
+ :one: "{0}sl³"
1279
+ :other: "{0}sl³"
1280
+ :two: "{0}sl³"
1281
+ :volume-cup:
1282
+ :few: "{0}c"
1283
+ :many: "{0}c"
1284
+ :one: "{0}c"
1285
+ :other: "{0}c"
1286
+ :two: "{0}c"
1287
+ :volume-deciliter:
1288
+ :few: "{0}dl"
1289
+ :many: "{0}dl"
1290
+ :one: "{0}dl"
1291
+ :other: "{0}dl"
1292
+ :two: "{0}dl"
1293
+ :volume-liter:
1294
+ :few: "{0}l"
1295
+ :many: "{0}l"
1296
+ :one: "{0}l"
1297
+ :other: "{0}l"
1298
+ :two: "{0}l"
8
1299
  :short:
9
- :one: "{0} day"
10
- :other: "{0} days"
11
- :day-future:
12
- :default:
13
- :one: "In {0} day"
14
- :other: "In {0} days"
15
- :day-past:
16
- :default:
17
- :one: "{0} day ago"
18
- :other: "{0} days ago"
19
- :hour:
20
- :default:
21
- :one: "{0} hour"
22
- :other: "{0} hours"
23
- :short:
24
- :one: "{0} hr"
25
- :other: "{0} hrs"
26
- :hour-future:
27
- :default:
28
- :one: "In {0} hour"
29
- :other: "In {0} hours"
30
- :hour-past:
31
- :default:
32
- :one: "{0} hour ago"
33
- :other: "{0} hours ago"
34
- :minute:
35
- :default:
36
- :one: "{0} minute"
37
- :other: "{0} minutes"
38
- :short:
39
- :one: "{0} min"
40
- :other: "{0} mins"
41
- :minute-future:
42
- :default:
43
- :one: "In {0} minute"
44
- :other: "In {0} minutes"
45
- :minute-past:
46
- :default:
47
- :one: "{0} minute ago"
48
- :other: "{0} minutes ago"
49
- :month:
50
- :default:
51
- :one: "{0} month"
52
- :other: "{0} months"
53
- :short:
54
- :one: "{0} mth"
55
- :other: "{0} mths"
56
- :month-future:
57
- :default:
58
- :one: "In {0} month"
59
- :other: "In {0} months"
60
- :month-past:
61
- :default:
62
- :one: "{0} month ago"
63
- :other: "{0} months ago"
64
- :second:
65
- :default:
66
- :one: "{0} second"
67
- :other: "{0} seconds"
68
- :short:
69
- :one: "{0} sec"
70
- :other: "{0} secs"
71
- :second-future:
72
- :default:
73
- :one: "In {0} second"
74
- :other: "In {0} seconds"
75
- :second-past:
76
- :default:
77
- :one: "{0} second ago"
78
- :other: "{0} seconds ago"
79
- :week:
80
- :default:
81
- :one: "{0} week"
82
- :other: "{0} weeks"
83
- :short:
84
- :one: "{0} wk"
85
- :other: "{0} wks"
86
- :week-future:
87
- :default:
88
- :one: "In {0} week"
89
- :other: "In {0} weeks"
90
- :week-past:
91
- :default:
92
- :one: "{0} week ago"
93
- :other: "{0} weeks ago"
94
- :year:
95
- :default:
96
- :one: "{0} year"
97
- :other: "{0} years"
98
- :short:
99
- :one: "{0} yr"
100
- :other: "{0} yrs"
101
- :year-future:
102
- :default:
103
- :one: "In {0} year"
104
- :other: "In {0} years"
105
- :year-past:
106
- :default:
107
- :one: "{0} year ago"
108
- :other: "{0} years ago"
1300
+ :acceleration-g-force:
1301
+ :few: "{0} G"
1302
+ :many: "{0} G"
1303
+ :one: "{0} G"
1304
+ :other: "{0} G"
1305
+ :two: "{0} G"
1306
+ :acceleration-meter-per-second-squared:
1307
+ :few: "{0} m/s²"
1308
+ :many: "{0} m/s²"
1309
+ :one: "{0} m/s²"
1310
+ :other: "{0} m/s²"
1311
+ :two: "{0} m/s²"
1312
+ :angle-arc-minute:
1313
+ :few: "{0}"
1314
+ :many: "{0}′"
1315
+ :one: "{0}"
1316
+ :other: "{0}"
1317
+ :two: "{0}′"
1318
+ :angle-arc-second:
1319
+ :few: "{0}"
1320
+ :many: "{0}"
1321
+ :one: "{0}″"
1322
+ :other: "{0}″"
1323
+ :two: "{0}"
1324
+ :angle-degree:
1325
+ :few: "{0}°"
1326
+ :many: "{0}°"
1327
+ :one: "{0}°"
1328
+ :other: "{0}°"
1329
+ :two: "{0}°"
1330
+ :angle-radian:
1331
+ :few: "{0} raid"
1332
+ :many: "{0} raid"
1333
+ :one: "{0} raid"
1334
+ :other: "{0} raid"
1335
+ :two: "{0} raid"
1336
+ :area-acre:
1337
+ :few: "{0} ac"
1338
+ :many: "{0} ac"
1339
+ :one: "{0} ac"
1340
+ :other: "{0} ac"
1341
+ :two: "{0} ac"
1342
+ :area-hectare:
1343
+ :few: "{0} ha"
1344
+ :many: "{0} ha"
1345
+ :one: "{0} ha"
1346
+ :other: "{0} ha"
1347
+ :two: "{0} ha"
1348
+ :area-square-centimeter:
1349
+ :few: "{0} cm²"
1350
+ :many: "{0} cm²"
1351
+ :one: "{0} cm²"
1352
+ :other: "{0} cm²"
1353
+ :two: "{0} cm²"
1354
+ :area-square-foot:
1355
+ :few: "{0} tr²"
1356
+ :many: "{0} tr²"
1357
+ :one: "{0} tr²"
1358
+ :other: "{0} tr²"
1359
+ :two: "{0} tr²"
1360
+ :area-square-inch:
1361
+ :few: "{0} or²"
1362
+ :many: "{0} or²"
1363
+ :one: "{0} or²"
1364
+ :other: "{0} or²"
1365
+ :two: "{0} or²"
1366
+ :area-square-kilometer:
1367
+ :few: "{0} km²"
1368
+ :many: "{0} km²"
1369
+ :one: "{0} km²"
1370
+ :other: "{0} km²"
1371
+ :two: "{0} km²"
1372
+ :area-square-meter:
1373
+ :few: "{0} "
1374
+ :many: "{0} m²"
1375
+ :one: "{0} "
1376
+ :other: "{0} "
1377
+ :two: "{0} m²"
1378
+ :area-square-mile:
1379
+ :few: "{0} mhíle²"
1380
+ :many: "{0} míle²"
1381
+ :one: "{0} mhíle²"
1382
+ :other: "{0} míle²"
1383
+ :two: "{0} mhíle²"
1384
+ :area-square-yard:
1385
+ :few: "{0} sl²"
1386
+ :many: "{0} sl²"
1387
+ :one: "{0} sl²"
1388
+ :other: "{0} sl²"
1389
+ :two: "{0} sl²"
1390
+ :consumption-liter-per-kilometer:
1391
+ :few: "{0} l/km"
1392
+ :many: "{0} l/km"
1393
+ :one: "{0} l/km"
1394
+ :other: "{0} l/km"
1395
+ :two: "{0} l/km"
1396
+ :consumption-mile-per-gallon:
1397
+ :few: "{0} mhíle/gal"
1398
+ :many: "{0} míle/gal"
1399
+ :one: "{0} mhíle/gal"
1400
+ :other: "{0} míle/gal"
1401
+ :two: "{0} mhíle/gal"
1402
+ :digital-bit:
1403
+ :few: "{0} ghiotán"
1404
+ :many: "{0} ngiotán"
1405
+ :one: "{0} ghiotán"
1406
+ :other: "{0} giotán"
1407
+ :two: "{0} ghiotán"
1408
+ :digital-byte:
1409
+ :few: "{0} bheart"
1410
+ :many: "{0} mbeart"
1411
+ :one: "{0} bheart"
1412
+ :other: "{0} beart"
1413
+ :two: "{0} bheart"
1414
+ :digital-gigabit:
1415
+ :few: "{0} Gb"
1416
+ :many: "{0} Gb"
1417
+ :one: "{0} Gb"
1418
+ :other: "{0} Gb"
1419
+ :two: "{0} Gb"
1420
+ :digital-gigabyte:
1421
+ :few: "{0} GB"
1422
+ :many: "{0} GB"
1423
+ :one: "{0} GB"
1424
+ :other: "{0} GB"
1425
+ :two: "{0} GB"
1426
+ :digital-kilobit:
1427
+ :few: "{0} kb"
1428
+ :many: "{0} kb"
1429
+ :one: "{0} kb"
1430
+ :other: "{0} kb"
1431
+ :two: "{0} kb"
1432
+ :digital-kilobyte:
1433
+ :few: "{0} kB"
1434
+ :many: "{0} kB"
1435
+ :one: "{0} kB"
1436
+ :other: "{0} kB"
1437
+ :two: "{0} kB"
1438
+ :digital-megabit:
1439
+ :few: "{0} Mb"
1440
+ :many: "{0} Mb"
1441
+ :one: "{0} Mb"
1442
+ :other: "{0} Mb"
1443
+ :two: "{0} Mb"
1444
+ :digital-megabyte:
1445
+ :few: "{0} MB"
1446
+ :many: "{0} MB"
1447
+ :one: "{0} MB"
1448
+ :other: "{0} MB"
1449
+ :two: "{0} MB"
1450
+ :digital-terabit:
1451
+ :few: "{0} Tb"
1452
+ :many: "{0} Tb"
1453
+ :one: "{0} Tb"
1454
+ :other: "{0} Tb"
1455
+ :two: "{0} Tb"
1456
+ :digital-terabyte:
1457
+ :few: "{0} TB"
1458
+ :many: "{0} TB"
1459
+ :one: "{0} TB"
1460
+ :other: "{0} TB"
1461
+ :two: "{0} TB"
1462
+ :duration-day:
1463
+ :few: "{0} lá"
1464
+ :many: "{0} lá"
1465
+ :one: "{0} lá"
1466
+ :other: "{0} lá"
1467
+ :two: "{0} lá"
1468
+ :duration-hour:
1469
+ :few: "{0} u"
1470
+ :many: "{0} u"
1471
+ :one: "{0} u"
1472
+ :other: "{0} u"
1473
+ :two: "{0} u"
1474
+ :duration-microsecond:
1475
+ :few: "{0} μs"
1476
+ :many: "{0} μs"
1477
+ :one: "{0} μs"
1478
+ :other: "{0} μs"
1479
+ :two: "{0} μs"
1480
+ :duration-millisecond:
1481
+ :few: "{0} ms"
1482
+ :many: "{0} ms"
1483
+ :one: "{0} ms"
1484
+ :other: "{0} ms"
1485
+ :two: "{0} ms"
1486
+ :duration-minute:
1487
+ :few: "{0} nóim"
1488
+ :many: "{0} nóim"
1489
+ :one: "{0} nóim"
1490
+ :other: "{0} nóim"
1491
+ :two: "{0} nóim"
1492
+ :duration-month:
1493
+ :few: "{0} mhí"
1494
+ :many: "{0} mí"
1495
+ :one: "{0} mhí"
1496
+ :other: "{0} mí"
1497
+ :two: "{0} mhí"
1498
+ :duration-nanosecond:
1499
+ :few: "{0} ns"
1500
+ :many: "{0} ns"
1501
+ :one: "{0} ns"
1502
+ :other: "{0} ns"
1503
+ :two: "{0} ns"
1504
+ :duration-second:
1505
+ :few: "{0} shoic"
1506
+ :many: "{0} soic"
1507
+ :one: "{0} soic"
1508
+ :other: "{0} soic"
1509
+ :two: "{0} shoic"
1510
+ :duration-week:
1511
+ :few: "{0} scht"
1512
+ :many: "{0} scht"
1513
+ :one: "{0} scht"
1514
+ :other: "{0} scht"
1515
+ :two: "{0} scht"
1516
+ :duration-year:
1517
+ :few: "{0} bl"
1518
+ :many: "{0} mbl"
1519
+ :one: "{0} bhl"
1520
+ :other: "{0} bl"
1521
+ :two: "{0} bhl"
1522
+ :electric-ampere:
1523
+ :few: "{0} A"
1524
+ :many: "{0} A"
1525
+ :one: "{0} A"
1526
+ :other: "{0} A"
1527
+ :two: "{0} A"
1528
+ :electric-milliampere:
1529
+ :few: "{0} mA"
1530
+ :many: "{0} mA"
1531
+ :one: "{0} mA"
1532
+ :other: "{0} mA"
1533
+ :two: "{0} mA"
1534
+ :electric-ohm:
1535
+ :few: "{0} Ω"
1536
+ :many: "{0} Ω"
1537
+ :one: "{0} Ω"
1538
+ :other: "{0} Ω"
1539
+ :two: "{0} Ω"
1540
+ :electric-volt:
1541
+ :few: "{0} V"
1542
+ :many: "{0} V"
1543
+ :one: "{0} V"
1544
+ :other: "{0} V"
1545
+ :two: "{0} V"
1546
+ :energy-calorie:
1547
+ :few: "{0} cal"
1548
+ :many: "{0} cal"
1549
+ :one: "{0} cal"
1550
+ :other: "{0} cal"
1551
+ :two: "{0} cal"
1552
+ :energy-foodcalorie:
1553
+ :few: "{0} Cal"
1554
+ :many: "{0} Cal"
1555
+ :one: "{0} Cal"
1556
+ :other: "{0} Cal"
1557
+ :two: "{0} Cal"
1558
+ :energy-joule:
1559
+ :few: "{0} J"
1560
+ :many: "{0} J"
1561
+ :one: "{0} J"
1562
+ :other: "{0} J"
1563
+ :two: "{0} J"
1564
+ :energy-kilocalorie:
1565
+ :few: "{0} kcal"
1566
+ :many: "{0} kcal"
1567
+ :one: "{0} kcal"
1568
+ :other: "{0} kcal"
1569
+ :two: "{0} kcal"
1570
+ :energy-kilojoule:
1571
+ :few: "{0} kJ"
1572
+ :many: "{0} kJ"
1573
+ :one: "{0} kJ"
1574
+ :other: "{0} kJ"
1575
+ :two: "{0} kJ"
1576
+ :energy-kilowatt-hour:
1577
+ :few: "{0} kWh"
1578
+ :many: "{0} kWh"
1579
+ :one: "{0} kWh"
1580
+ :other: "{0} kWh"
1581
+ :two: "{0} kWh"
1582
+ :frequency-gigahertz:
1583
+ :few: "{0} GHz"
1584
+ :many: "{0} GHz"
1585
+ :one: "{0} GHz"
1586
+ :other: "{0} GHz"
1587
+ :two: "{0} GHz"
1588
+ :frequency-hertz:
1589
+ :few: "{0} Hz"
1590
+ :many: "{0} Hz"
1591
+ :one: "{0} Hz"
1592
+ :other: "{0} Hz"
1593
+ :two: "{0} Hz"
1594
+ :frequency-kilohertz:
1595
+ :few: "{0} kHz"
1596
+ :many: "{0} kHz"
1597
+ :one: "{0} kHz"
1598
+ :other: "{0} kHz"
1599
+ :two: "{0} kHz"
1600
+ :frequency-megahertz:
1601
+ :few: "{0} MHz"
1602
+ :many: "{0} MHz"
1603
+ :one: "{0} MHz"
1604
+ :other: "{0} MHz"
1605
+ :two: "{0} MHz"
1606
+ :length-astronomical-unit:
1607
+ :few: "{0} AR"
1608
+ :many: "{0} AR"
1609
+ :one: "{0} AR"
1610
+ :other: "{0} AR"
1611
+ :two: "{0} AR"
1612
+ :length-centimeter:
1613
+ :few: "{0} cm"
1614
+ :many: "{0} cm"
1615
+ :one: "{0} cm"
1616
+ :other: "{0} cm"
1617
+ :two: "{0} cm"
1618
+ :length-decimeter:
1619
+ :few: "{0} dm"
1620
+ :many: "{0} dm"
1621
+ :one: "{0} dm"
1622
+ :other: "{0} dm"
1623
+ :two: "{0} dm"
1624
+ :length-fathom:
1625
+ :other: "{0} fm"
1626
+ :length-foot:
1627
+ :few: "{0} thr."
1628
+ :many: "{0} dtr."
1629
+ :one: "{0} tr."
1630
+ :other: "{0} tr."
1631
+ :two: "{0} thr."
1632
+ :length-furlong:
1633
+ :few: "{0} st"
1634
+ :many: "{0} st"
1635
+ :one: "{0} st"
1636
+ :other: "{0} st"
1637
+ :two: "{0} st"
1638
+ :length-inch:
1639
+ :few: "{0} or."
1640
+ :many: "{0} n-or."
1641
+ :one: "{0} or."
1642
+ :other: "{0} or."
1643
+ :two: "{0} or."
1644
+ :length-kilometer:
1645
+ :few: "{0} km"
1646
+ :many: "{0} km"
1647
+ :one: "{0} km"
1648
+ :other: "{0} km"
1649
+ :two: "{0} km"
1650
+ :length-light-year:
1651
+ :few: "{0} sbh"
1652
+ :many: "{0} sbh"
1653
+ :one: "{0} sbh"
1654
+ :other: "{0} sbh"
1655
+ :two: "{0} sbh"
1656
+ :length-meter:
1657
+ :few: "{0} m"
1658
+ :many: "{0} m"
1659
+ :one: "{0} m"
1660
+ :other: "{0} m"
1661
+ :two: "{0} m"
1662
+ :length-micrometer:
1663
+ :few: "{0} µm"
1664
+ :many: "{0} µm"
1665
+ :one: "{0} µm"
1666
+ :other: "{0} µm"
1667
+ :two: "{0} µm"
1668
+ :length-mile:
1669
+ :few: "{0} mhíle"
1670
+ :many: "{0} míle"
1671
+ :one: "{0} mhíle"
1672
+ :other: "{0} míle"
1673
+ :two: "{0} mhíle"
1674
+ :length-millimeter:
1675
+ :few: "{0} mm"
1676
+ :many: "{0} mm"
1677
+ :one: "{0} mm"
1678
+ :other: "{0} mm"
1679
+ :two: "{0} mm"
1680
+ :length-nanometer:
1681
+ :few: "{0} nm"
1682
+ :many: "{0} nm"
1683
+ :one: "{0} nm"
1684
+ :other: "{0} nm"
1685
+ :two: "{0} nm"
1686
+ :length-nautical-mile:
1687
+ :few: "{0} mhuirmh."
1688
+ :many: "{0} muirmh."
1689
+ :one: "{0} mhuirmh."
1690
+ :other: "{0} muirmh."
1691
+ :two: "{0} mhuirmh."
1692
+ :length-parsec:
1693
+ :few: "{0} pc"
1694
+ :many: "{0} pc"
1695
+ :one: "{0} pc"
1696
+ :other: "{0} pc"
1697
+ :two: "{0} pc"
1698
+ :length-picometer:
1699
+ :few: "{0} pm"
1700
+ :many: "{0} pm"
1701
+ :one: "{0} pm"
1702
+ :other: "{0} pm"
1703
+ :two: "{0} pm"
1704
+ :length-yard:
1705
+ :few: "{0} shl."
1706
+ :many: "{0} sl."
1707
+ :one: "{0} sl."
1708
+ :other: "{0} sl."
1709
+ :two: "{0} shl."
1710
+ :light-lux:
1711
+ :few: "{0} lx"
1712
+ :many: "{0} lx"
1713
+ :one: "{0} lx"
1714
+ :other: "{0} lx"
1715
+ :two: "{0} lx"
1716
+ :mass-carat:
1717
+ :few: "{0} CD"
1718
+ :many: "{0} CD"
1719
+ :one: "{0} CD"
1720
+ :other: "{0} CD"
1721
+ :two: "{0} CD"
1722
+ :mass-gram:
1723
+ :few: "{0} g"
1724
+ :many: "{0} g"
1725
+ :one: "{0} g"
1726
+ :other: "{0} g"
1727
+ :two: "{0} g"
1728
+ :mass-kilogram:
1729
+ :few: "{0} kg"
1730
+ :many: "{0} kg"
1731
+ :one: "{0} kg"
1732
+ :other: "{0} kg"
1733
+ :two: "{0} kg"
1734
+ :mass-metric-ton:
1735
+ :few: "{0} t"
1736
+ :many: "{0} t"
1737
+ :one: "{0} t"
1738
+ :other: "{0} t"
1739
+ :two: "{0} t"
1740
+ :mass-microgram:
1741
+ :few: "{0} µg"
1742
+ :many: "{0} µg"
1743
+ :one: "{0} µg"
1744
+ :other: "{0} µg"
1745
+ :two: "{0} µg"
1746
+ :mass-milligram:
1747
+ :few: "{0} mg"
1748
+ :many: "{0} mg"
1749
+ :one: "{0} mg"
1750
+ :other: "{0} mg"
1751
+ :two: "{0} mg"
1752
+ :mass-ounce:
1753
+ :few: "{0} unsa"
1754
+ :many: "{0} n-unsa"
1755
+ :one: "{0} unsa"
1756
+ :other: "{0} unsa"
1757
+ :two: "{0} unsa"
1758
+ :mass-ounce-troy:
1759
+ :few: "{0} unsa t"
1760
+ :many: "{0} n-unsa t"
1761
+ :one: "{0} unsa t"
1762
+ :other: "{0} unsa t"
1763
+ :two: "{0} unsa t"
1764
+ :mass-pound:
1765
+ :few: "{0} phunt"
1766
+ :many: "{0} bpunt"
1767
+ :one: "{0} phunt"
1768
+ :other: "{0} punt"
1769
+ :two: "{0} phunt"
1770
+ :mass-stone:
1771
+ :few: "{0} chl."
1772
+ :many: "{0} gcl."
1773
+ :one: "{0} chl."
1774
+ :other: "{0} cloch"
1775
+ :two: "{0} chl."
1776
+ :mass-ton:
1777
+ :few: "{0} t.g."
1778
+ :many: "{0} t.g."
1779
+ :one: "{0} t.g."
1780
+ :other: "{0} t.g."
1781
+ :two: "{0} t.g."
1782
+ :power-gigawatt:
1783
+ :few: "{0} GW"
1784
+ :many: "{0} GW"
1785
+ :one: "{0} GW"
1786
+ :other: "{0} GW"
1787
+ :two: "{0} GW"
1788
+ :power-horsepower:
1789
+ :few: "{0} ec"
1790
+ :many: "{0} ec"
1791
+ :one: "{0} ec"
1792
+ :other: "{0} ec"
1793
+ :two: "{0} ec"
1794
+ :power-kilowatt:
1795
+ :few: "{0} kW"
1796
+ :many: "{0} kW"
1797
+ :one: "{0} kW"
1798
+ :other: "{0} kW"
1799
+ :two: "{0} kW"
1800
+ :power-megawatt:
1801
+ :few: "{0} MW"
1802
+ :many: "{0} MW"
1803
+ :one: "{0} MW"
1804
+ :other: "{0} MW"
1805
+ :two: "{0} MW"
1806
+ :power-milliwatt:
1807
+ :few: "{0} mW"
1808
+ :many: "{0} mW"
1809
+ :one: "{0} mW"
1810
+ :other: "{0} mW"
1811
+ :two: "{0} mW"
1812
+ :power-watt:
1813
+ :few: "{0} W"
1814
+ :many: "{0} W"
1815
+ :one: "{0} W"
1816
+ :other: "{0} W"
1817
+ :two: "{0} W"
1818
+ :pressure-hectopascal:
1819
+ :few: "{0} hPa"
1820
+ :many: "{0} hPa"
1821
+ :one: "{0} hPa"
1822
+ :other: "{0} hPa"
1823
+ :two: "{0} hPa"
1824
+ :pressure-inch-hg:
1825
+ :few: "{0} or. Hg"
1826
+ :many: "{0} n-or. Hg"
1827
+ :one: "{0} or. Hg"
1828
+ :other: "{0} or. Hg"
1829
+ :two: "{0} or. Hg"
1830
+ :pressure-millibar:
1831
+ :few: "{0} mbar"
1832
+ :many: "{0} mbar"
1833
+ :one: "{0} mbar"
1834
+ :other: "{0} mbar"
1835
+ :two: "{0} mbar"
1836
+ :pressure-millimeter-of-mercury:
1837
+ :few: "{0} mm Hg"
1838
+ :many: "{0} mm Hg"
1839
+ :one: "{0} mm Hg"
1840
+ :other: "{0} mm Hg"
1841
+ :two: "{0} mm Hg"
1842
+ :pressure-pound-per-square-inch:
1843
+ :few: "{0} psoc"
1844
+ :many: "{0} psoc"
1845
+ :one: "{0} psoc"
1846
+ :other: "{0} psoc"
1847
+ :two: "{0} psoc"
1848
+ :proportion-karat:
1849
+ :few: "{0} kt"
1850
+ :many: "{0} kt"
1851
+ :one: "{0} kt"
1852
+ :other: "{0} kt"
1853
+ :two: "{0} kt"
1854
+ :speed-kilometer-per-hour:
1855
+ :few: "{0} km/u"
1856
+ :many: "{0} km/u"
1857
+ :one: "{0} km/u"
1858
+ :other: "{0} km/u"
1859
+ :two: "{0} km/u"
1860
+ :speed-meter-per-second:
1861
+ :few: "{0} m/s"
1862
+ :many: "{0} m/s"
1863
+ :one: "{0} m/s"
1864
+ :other: "{0} m/s"
1865
+ :two: "{0} m/s"
1866
+ :speed-mile-per-hour:
1867
+ :few: "{0} msu"
1868
+ :many: "{0} msu"
1869
+ :one: "{0} msu"
1870
+ :other: "{0} msu"
1871
+ :two: "{0} msu"
1872
+ :temperature-celsius:
1873
+ :few: "{0}°C"
1874
+ :many: "{0}°C"
1875
+ :one: "{0}°C"
1876
+ :other: "{0}°C"
1877
+ :two: "{0}°C"
1878
+ :temperature-fahrenheit:
1879
+ :few: "{0}°F"
1880
+ :many: "{0}°F"
1881
+ :one: "{0}°F"
1882
+ :other: "{0}°F"
1883
+ :two: "{0}°F"
1884
+ :temperature-kelvin:
1885
+ :few: "{0} K"
1886
+ :many: "{0} K"
1887
+ :one: "{0} K"
1888
+ :other: "{0} K"
1889
+ :two: "{0} K"
1890
+ :volume-acre-foot:
1891
+ :few: "{0} ac tr"
1892
+ :many: "{0} ac tr"
1893
+ :one: "{0} ac tr"
1894
+ :other: "{0} ac tr"
1895
+ :two: "{0} ac tr"
1896
+ :volume-bushel:
1897
+ :other: "{0} bu"
1898
+ :volume-centiliter:
1899
+ :few: "{0} cl"
1900
+ :many: "{0} cl"
1901
+ :one: "{0} cl"
1902
+ :other: "{0} cl"
1903
+ :two: "{0} cl"
1904
+ :volume-cubic-centimeter:
1905
+ :few: "{0} cm³"
1906
+ :many: "{0} cm³"
1907
+ :one: "{0} cm³"
1908
+ :other: "{0} cm³"
1909
+ :two: "{0} cm³"
1910
+ :volume-cubic-foot:
1911
+ :few: "{0} tr³"
1912
+ :many: "{0} tr³"
1913
+ :one: "{0} tr³"
1914
+ :other: "{0} tr³"
1915
+ :two: "{0} tr³"
1916
+ :volume-cubic-inch:
1917
+ :few: "{0} or³"
1918
+ :many: "{0} or³"
1919
+ :one: "{0} or³"
1920
+ :other: "{0} or³"
1921
+ :two: "{0} or³"
1922
+ :volume-cubic-kilometer:
1923
+ :few: "{0} km³"
1924
+ :many: "{0} km³"
1925
+ :one: "{0} km³"
1926
+ :other: "{0} km³"
1927
+ :two: "{0} km³"
1928
+ :volume-cubic-meter:
1929
+ :few: "{0} m³"
1930
+ :many: "{0} m³"
1931
+ :one: "{0} m³"
1932
+ :other: "{0} m³"
1933
+ :two: "{0} m³"
1934
+ :volume-cubic-mile:
1935
+ :few: "{0} mhíle³"
1936
+ :many: "{0} míle³"
1937
+ :one: "{0} mhíle³"
1938
+ :other: "{0} míle³"
1939
+ :two: "{0} mhíle³"
1940
+ :volume-cubic-yard:
1941
+ :few: "{0} sl³"
1942
+ :many: "{0} sl³"
1943
+ :one: "{0} sl³"
1944
+ :other: "{0} sl³"
1945
+ :two: "{0} sl³"
1946
+ :volume-cup:
1947
+ :few: "{0} c"
1948
+ :many: "{0} c"
1949
+ :one: "{0} c"
1950
+ :other: "{0} c"
1951
+ :two: "{0} c"
1952
+ :volume-deciliter:
1953
+ :few: "{0} dl"
1954
+ :many: "{0} dl"
1955
+ :one: "{0} dl"
1956
+ :other: "{0} dl"
1957
+ :two: "{0} dl"
1958
+ :volume-fluid-ounce:
1959
+ :few: "{0} unsa l."
1960
+ :many: "{0} n-unsa l."
1961
+ :one: "{0} unsa l."
1962
+ :other: "{0} unsa l."
1963
+ :two: "{0} unsa l."
1964
+ :volume-gallon:
1965
+ :few: "{0} ghal."
1966
+ :many: "{0} ngal."
1967
+ :one: "{0} ghal."
1968
+ :other: "{0} gal."
1969
+ :two: "{0} ghal."
1970
+ :volume-hectoliter:
1971
+ :few: "{0} hl"
1972
+ :many: "{0} hl"
1973
+ :one: "{0} hl"
1974
+ :other: "{0} hl"
1975
+ :two: "{0} hl"
1976
+ :volume-liter:
1977
+ :few: "{0} l"
1978
+ :many: "{0} l"
1979
+ :one: "{0} l"
1980
+ :other: "{0} l"
1981
+ :two: "{0} l"
1982
+ :volume-megaliter:
1983
+ :few: "{0} Ml"
1984
+ :many: "{0} Ml"
1985
+ :one: "{0} Ml"
1986
+ :other: "{0} Ml"
1987
+ :two: "{0} Ml"
1988
+ :volume-milliliter:
1989
+ :few: "{0} ml"
1990
+ :many: "{0} ml"
1991
+ :one: "{0} ml"
1992
+ :other: "{0} ml"
1993
+ :two: "{0} ml"
1994
+ :volume-pint:
1995
+ :few: "{0} pt"
1996
+ :many: "{0} pt"
1997
+ :one: "{0} pt"
1998
+ :other: "{0} pt"
1999
+ :two: "{0} pt"
2000
+ :volume-quart:
2001
+ :few: "{0} chárt"
2002
+ :many: "{0} gcárt"
2003
+ :one: "{0} chárt"
2004
+ :other: "{0} cárt"
2005
+ :two: "{0} chárt"
2006
+ :volume-tablespoon:
2007
+ :few: "{0} spbh"
2008
+ :many: "{0} spbh"
2009
+ :one: "{0} spbh"
2010
+ :other: "{0} spbh"
2011
+ :two: "{0} spbh"
2012
+ :volume-teaspoon:
2013
+ :few: "{0} tsp"
2014
+ :many: "{0} tsp"
2015
+ :one: "{0} tsp"
2016
+ :other: "{0} tsp"
2017
+ :two: "{0} tsp"