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,164 @@
1
+ ---
2
+ :he:
3
+ :fields:
4
+ :day:
5
+ :default:
6
+ :many: "{0} ימים"
7
+ :one: "‏{0} יום"
8
+ :other: "{0} ימים"
9
+ :two: "{0} ימים"
10
+ :short:
11
+ :many: "{0} ימים"
12
+ :one: "{0} יום"
13
+ :other: "{0} ימים"
14
+ :two: "{0} ימים"
15
+ :day-future:
16
+ :default:
17
+ :many: "בעוד {0} ימים"
18
+ :one: "בעוד {0} ימים"
19
+ :other: "בעוד {0} ימים"
20
+ :two: "בעוד {0} ימים"
21
+ :day-past:
22
+ :default:
23
+ :many: "לפני {0} ימים"
24
+ :one: "לפני {0} ימים"
25
+ :other: "לפני {0} ימים"
26
+ :two: "לפני {0} ימים"
27
+ :hour:
28
+ :default:
29
+ :many: "{0} שעות"
30
+ :one: "{0} שעה"
31
+ :other: "{0} שעות"
32
+ :two: "{0} שעות"
33
+ :short:
34
+ :many: "{0} שעות"
35
+ :one: "{0} שעה"
36
+ :other: "{0} שעות"
37
+ :two: "{0} שעות"
38
+ :hour-future:
39
+ :default:
40
+ :many: "בעוד {0} שעות"
41
+ :one: "בעוד {0} שעות"
42
+ :other: "בעוד {0} שעות"
43
+ :two: "בעוד {0} שעות"
44
+ :hour-past:
45
+ :default:
46
+ :many: "לפני {0} שעות"
47
+ :one: "לפני {0} שעות"
48
+ :other: "לפני {0} שעות"
49
+ :two: "לפני {0} שעות"
50
+ :minute:
51
+ :default:
52
+ :many: "{0} דקות"
53
+ :one: "{0} דקה"
54
+ :other: "{0} דקות"
55
+ :two: "{0} דקות"
56
+ :short:
57
+ :many: "{0} דק׳"
58
+ :one: "{0} דק׳"
59
+ :other: "{0} דק׳"
60
+ :two: "{0} דק׳"
61
+ :minute-future:
62
+ :default:
63
+ :many: "בעוד {0} דקות"
64
+ :one: "בעוד {0} דקות"
65
+ :other: "בעוד {0} דקות"
66
+ :two: "בעוד {0} דקות"
67
+ :minute-past:
68
+ :default:
69
+ :many: "לפני {0} דקות"
70
+ :one: "לפני {0} דקות"
71
+ :other: "לפני {0} דקות"
72
+ :two: "לפני {0} דקות"
73
+ :month:
74
+ :default:
75
+ :many: "{0} חודשים"
76
+ :one: "{0} חודש"
77
+ :other: "{0} חודשים"
78
+ :two: "{0} חודשים"
79
+ :short:
80
+ :many: "{0} חודשים"
81
+ :one: "{0} חודש"
82
+ :other: "{0} חודשים"
83
+ :two: "{0} חודשים"
84
+ :month-future:
85
+ :default:
86
+ :many: "בעוד {0} חודשים"
87
+ :one: "בעוד {0} חודשים"
88
+ :other: "בעוד {0} חודשים"
89
+ :two: "בעוד {0} חודשים"
90
+ :month-past:
91
+ :default:
92
+ :many: "לפני {0} חודשים"
93
+ :one: "לפני {0} חודשים"
94
+ :other: "לפני {0} חודשים"
95
+ :two: "לפני {0} חודשים"
96
+ :second:
97
+ :default:
98
+ :many: "‏{0} שניות"
99
+ :one: "{0} שניה"
100
+ :other: "{0} שניות"
101
+ :two: "{0} שניות"
102
+ :short:
103
+ :many: "{0} שנ׳"
104
+ :one: "{0} שנ׳"
105
+ :other: "{0} שניות"
106
+ :two: "{0} שנ׳"
107
+ :second-future:
108
+ :default:
109
+ :many: "בעוד {0} שניות"
110
+ :one: "בעוד {0} שניות"
111
+ :other: "בעוד {0} שניות"
112
+ :two: "בעוד {0} שניות"
113
+ :second-past:
114
+ :default:
115
+ :many: "לפני {0} שניות"
116
+ :one: "לפני {0} שניות"
117
+ :other: "לפני {0} שניות"
118
+ :two: "לפני {0} שניות"
119
+ :week:
120
+ :default:
121
+ :many: "{0} שבועות"
122
+ :one: "{0} שבוע"
123
+ :other: "{0} שבועות"
124
+ :two: "{0} שבועות"
125
+ :short:
126
+ :many: "{0} שבועות"
127
+ :one: "{0} שבוע"
128
+ :other: "{0} שבועות"
129
+ :two: "{0} שבועות"
130
+ :week-future:
131
+ :default:
132
+ :many: "בעוד {0} שבועות"
133
+ :one: "בעוד {0} שבועות"
134
+ :other: "בעוד {0} שבועות"
135
+ :two: "בעוד {0} שבועות"
136
+ :week-past:
137
+ :default:
138
+ :many: "לפני {0} שבועות"
139
+ :one: "לפני {0} שבועות"
140
+ :other: "לפני {0} שבועות"
141
+ :two: "לפני {0} שבועות"
142
+ :year:
143
+ :default:
144
+ :many: "{0} שנים"
145
+ :one: "{0} שנה"
146
+ :other: "{0} שנים"
147
+ :two: "{0} שנים"
148
+ :short:
149
+ :many: "{0} שנים"
150
+ :one: "{0} שנה"
151
+ :other: "{0} שנים"
152
+ :two: "{0} שנים"
153
+ :year-future:
154
+ :default:
155
+ :many: "בעוד {0} שנים"
156
+ :one: "בעוד {0} שנים"
157
+ :other: "בעוד {0} שנים"
158
+ :two: "בעוד {0} שנים"
159
+ :year-past:
160
+ :default:
161
+ :many: "לפני {0} שנים"
162
+ :one: "לפני {0} שנים"
163
+ :other: "לפני {0} שנים"
164
+ :two: "לפני {0} שנים"
@@ -1,164 +1,1424 @@
1
1
  ---
2
2
  :he:
3
3
  :units:
4
- :day:
5
- :default:
6
- :many: "{0} ימים"
7
- :one: "‏{0} יום"
8
- :other: "{0} ימים"
9
- :two: "{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
+ :many: "{0} כוחות ג׳י"
12
+ :one: "כוח ג׳י אחד"
13
+ :other: "{0} כוחות ג׳י"
14
+ :two: "שני כוחות ג׳י"
15
+ :acceleration-meter-per-second-squared:
16
+ :many: "{0} מטר לשנייה בריבוע"
17
+ :one: "{0} מטר לשנייה בריבוע"
18
+ :other: "{0} מטר לשנייה בריבוע"
19
+ :two: "{0} מטר לשנייה בריבוע"
20
+ :angle-arc-minute:
21
+ :many: "{0} דקות"
22
+ :one: "דקה {0}"
23
+ :other: "{0} דקות"
24
+ :two: "{0} דקות"
25
+ :angle-arc-second:
26
+ :many: "{0} שניות"
27
+ :one: "שנייה {0}"
28
+ :other: "{0} שניות"
29
+ :two: "{0} שניות"
30
+ :angle-degree:
31
+ :many: "{0} מעלות"
32
+ :one: "מעלה אחת"
33
+ :other: "{0} מעלות"
34
+ :two: "שתי מעלות"
35
+ :angle-radian:
36
+ :many: "{0} רדיאנים"
37
+ :one: "רדיאן אחד"
38
+ :other: "{0} רדיאנים"
39
+ :two: "שני רדיאנים"
40
+ :area-acre:
41
+ :many: "{0} אקר"
42
+ :one: "אקר {0}"
43
+ :other: "{0} אקר"
44
+ :two: "{0} אקר"
45
+ :area-hectare:
46
+ :many: "{0} הקטאר"
47
+ :one: "הקטאר {0}"
48
+ :other: "{0} הקטאר"
49
+ :two: "{0} הקטאר"
50
+ :area-square-centimeter:
51
+ :many: "{0} סנטימטר רבוע"
52
+ :one: "{0} סנטימטר רבוע"
53
+ :other: "{0} סנטימטר רבוע"
54
+ :two: "{0} סנטימטר רבוע"
55
+ :area-square-foot:
56
+ :many: "{0} רגל רבועה"
57
+ :one: "רגל רבועה {0}"
58
+ :other: "{0} רגל רבועה"
59
+ :two: "{0} רגל רבועה"
60
+ :area-square-inch:
61
+ :many: "{0} אינצ׳ רבוע"
62
+ :one: "{0} אינצ׳ רבוע"
63
+ :other: "{0} אינצ׳ רבוע"
64
+ :two: "{0} אינצ׳ רבוע"
65
+ :area-square-kilometer:
66
+ :many: "{0} קילומטר רבוע"
67
+ :one: "קילומטר רבוע {0}"
68
+ :other: "{0} קילומטר רבוע"
69
+ :two: "{0} קילומטר רבוע"
70
+ :area-square-meter:
71
+ :many: "{0} מטר רבוע"
72
+ :one: "מטר רבוע {0}"
73
+ :other: "{0} מטר רבוע"
74
+ :two: "{0} מטר רבוע"
75
+ :area-square-mile:
76
+ :many: "{0} מייל רבוע"
77
+ :one: "מייל רבוע {0}"
78
+ :other: "{0} מייל רבוע"
79
+ :two: "{0} מייל רבוע"
80
+ :area-square-yard:
81
+ :many: "{0} יארד רבוע"
82
+ :one: "{0} יארד רבוע"
83
+ :other: "{0} יארד רבוע"
84
+ :two: "{0} יארד רבוע"
85
+ :consumption-liter-per-kilometer:
86
+ :many: "{0} ליטרים/קילומטר"
87
+ :one: "{0} ליטר/קילומטר"
88
+ :other: "{0} ליטרים/קילומטר"
89
+ :two: "{0} ליטרים/קילומטר"
90
+ :consumption-mile-per-gallon:
91
+ :many: "{0} מייל/גלון"
92
+ :one: "{0} מייל/גלון"
93
+ :other: "{0} מייל/גלון"
94
+ :two: "{0} מייל/גלון"
95
+ :digital-bit:
96
+ :many: "{0} סיביות"
97
+ :one: "{0} סיבית"
98
+ :other: "{0} סיביות"
99
+ :two: "{0} סיביות"
100
+ :digital-byte:
101
+ :many: "{0} בתים"
102
+ :one: "{0} בית"
103
+ :other: "{0} בתים"
104
+ :two: "{0} בתים"
105
+ :digital-gigabit:
106
+ :many: "{0} גיגהסיביות"
107
+ :one: "{0} גיגהסיבית"
108
+ :other: "{0} גיגהסיביות"
109
+ :two: "{0} גיגהסיביות"
110
+ :digital-gigabyte:
111
+ :many: "{0} ג׳יגה-בייט"
112
+ :one: "{0} ג׳יגה-בייט"
113
+ :other: "{0} ג׳יגה-בייט"
114
+ :two: "{0} ג׳יגה-בייט"
115
+ :digital-kilobit:
116
+ :many: "{0} קילוסיביות"
117
+ :one: "{0} קילוסיבית"
118
+ :other: "{0} קילוסיביות"
119
+ :two: "{0} קילוסיביות"
120
+ :digital-kilobyte:
121
+ :many: "{0} קילו-בייט"
122
+ :one: "{0} קילו-בייט"
123
+ :other: "{0} קילו-בייט"
124
+ :two: "{0} קילו-בייט"
125
+ :digital-megabit:
126
+ :many: "{0} מגהסיביות"
127
+ :one: "{0} מגהסיבית"
128
+ :other: "{0} מגהסיביות"
129
+ :two: "{0} מגהסיביות"
130
+ :digital-megabyte:
131
+ :many: "{0} מגה-בייט"
132
+ :one: "{0} מגה-בייט"
133
+ :other: "{0} מגה-בייט"
134
+ :two: "{0} מגה-בייט"
135
+ :digital-terabit:
136
+ :many: "{0} טרהסיביות"
137
+ :one: "{0} טרהסיבית"
138
+ :other: "{0} טרהסיביות"
139
+ :two: "{0} טרהסיביות"
140
+ :digital-terabyte:
141
+ :many: "{0} טרה-בייט"
142
+ :one: "{0} טרה-בייט"
143
+ :other: "{0} טרה-בייט"
144
+ :two: "{0} טרה-בייט"
145
+ :duration-day:
146
+ :many: "{0} יום"
147
+ :one: יום
148
+ :other: "{0} ימים"
149
+ :two: יומיים
150
+ :duration-hour:
151
+ :many: "{0} שעות"
152
+ :one: שעה
153
+ :other: "{0} שעות"
154
+ :two: שעתיים
155
+ :duration-microsecond:
156
+ :many: "{0} מיליוניות שנייה"
157
+ :one: "{0} מיליונית שנייה"
158
+ :other: "{0} מיליוניות שנייה"
159
+ :two: "{0} מיליוניות שנייה"
160
+ :duration-millisecond:
161
+ :many: "{0} אלפיות שנייה"
162
+ :one: "אלפית שנייה {0}"
163
+ :other: "{0} אלפיות שנייה"
164
+ :two: "{0} אלפיות שנייה"
165
+ :duration-minute:
166
+ :many: "{0} דקות"
167
+ :one: דקה
168
+ :other: "{0} דקות"
169
+ :two: "שתי דקות"
170
+ :duration-month:
171
+ :many: "{0} חודשים"
172
+ :one: חודש
173
+ :other: "{0} חודשים"
174
+ :two: חודשיים
175
+ :duration-nanosecond:
176
+ :many: "{0} ננו שניות"
177
+ :one: "{0} ננו שנייה"
178
+ :other: "{0} ננו שניות"
179
+ :two: "{0} ננו שניות"
180
+ :duration-second:
181
+ :many: "‏{0} שניות"
182
+ :one: שניה
183
+ :other: "{0} שניות"
184
+ :two: "שתי שניות"
185
+ :duration-week:
186
+ :many: "{0} שבועות"
187
+ :one: שבוע
188
+ :other: "{0} שבועות"
189
+ :two: שבועיים
190
+ :duration-year:
191
+ :many: "{0} שנה"
192
+ :one: שנה
193
+ :other: "{0} שנים"
194
+ :two: שנתיים
195
+ :electric-ampere:
196
+ :many: "{0} אמפר"
197
+ :one: "{0} אמפר"
198
+ :other: "{0} אמפר"
199
+ :two: "{0} אמפר"
200
+ :electric-milliampere:
201
+ :many: "{0} מיליאמפר"
202
+ :one: "{0} מיליאמפר"
203
+ :other: "{0} מיליאמפר"
204
+ :two: "{0} מיליאמפר"
205
+ :electric-ohm:
206
+ :many: "{0} ohms"
207
+ :one: "{0} ohm"
208
+ :other: "{0} ohms"
209
+ :two: "{0} ohms"
210
+ :electric-volt:
211
+ :many: "{0} וולט"
212
+ :one: "{0} וולט"
213
+ :other: "{0} וולט"
214
+ :two: "{0} וולט"
215
+ :energy-calorie:
216
+ :many: "{0} קלוריות"
217
+ :one: "{0} קלוריה"
218
+ :other: "{0} קלוריות"
219
+ :two: "{0} קלוריות"
220
+ :energy-foodcalorie:
221
+ :many: "{0} קלוריות"
222
+ :one: "{0} קלוריה"
223
+ :other: "{0} קלוריות"
224
+ :two: "{0} קלוריות"
225
+ :energy-joule:
226
+ :many: "{0} ג׳אול"
227
+ :one: "{0} ג׳אול"
228
+ :other: "{0} ג׳אול"
229
+ :two: "{0} ג׳אול"
230
+ :energy-kilocalorie:
231
+ :many: "{0} קילו קלוריות"
232
+ :one: "{0} קילו קלוריה"
233
+ :other: "{0} קילו קלוריות"
234
+ :two: "{0} קילו קלוריות"
235
+ :energy-kilojoule:
236
+ :many: "{0} קילו ג׳אול"
237
+ :one: "{0} קילו ג׳אול"
238
+ :other: "{0} קילו ג׳אול"
239
+ :two: "{0} קילו ג׳אול"
240
+ :energy-kilowatt-hour:
241
+ :many: "{0} קילוואט-שעה"
242
+ :one: "{0} קילוואט־שעה"
243
+ :other: "{0} קילוואט-שעה"
244
+ :two: "{0} קילוואט-שעה"
245
+ :frequency-gigahertz:
246
+ :many: "{0} גיגהרץ"
247
+ :one: "{0} גיגהרץ"
248
+ :other: "{0} גיגהרץ"
249
+ :two: "{0} גיגהרץ"
250
+ :frequency-hertz:
251
+ :many: "{0} הרץ"
252
+ :one: "{0} הרץ"
253
+ :other: "{0} הרץ"
254
+ :two: "{0} הרץ"
255
+ :frequency-kilohertz:
256
+ :many: "{0} קילוהרץ"
257
+ :one: "{0} קילוהרץ"
258
+ :other: "{0} קילוהרץ"
259
+ :two: "{0} קילוהרץ"
260
+ :frequency-megahertz:
261
+ :many: "{0} מגהרץ"
262
+ :one: "{0} מגהרץ"
263
+ :other: "{0} מגהרץ"
264
+ :two: "{0} מגהרץ"
265
+ :length-astronomical-unit:
266
+ :many: "{0} יחידות אסטרונומיות"
267
+ :one: "יחידה אסטרונומית אחת"
268
+ :other: "{0} יחידות אסטרונומיות"
269
+ :two: "שתי יחידת אסטרונומיות"
270
+ :length-centimeter:
271
+ :many: "{0} סנטימטר"
272
+ :one: "סנטימטר אחד"
273
+ :other: "{0} סנטימטרים"
274
+ :two: "שני סנטימטרים"
275
+ :length-decimeter:
276
+ :many: "{0} דצימטר"
277
+ :one: "דצימטר אחד"
278
+ :other: "{0} דצימטרים"
279
+ :two: "שני דצימטרים"
280
+ :length-foot:
281
+ :many: "{0} רגל"
282
+ :one: "רגל {0}"
283
+ :other: "{0} רגל"
284
+ :two: "{0} רגל"
285
+ :length-inch:
286
+ :many: "{0} אינץ׳"
287
+ :one: "אינץ׳ {0}"
288
+ :other: "{0} אינץ׳"
289
+ :two: "{0} אינץ׳"
290
+ :length-kilometer:
291
+ :many: "{0} קילומטר"
292
+ :one: "קילומטר {0}"
293
+ :other: "{0} קילומטר"
294
+ :two: "{0} קילומטר"
295
+ :length-light-year:
296
+ :many: "{0} שנות אור"
297
+ :one: "שנת אור {0}"
298
+ :other: "{0} שנות אור"
299
+ :two: "{0} שנות אור"
300
+ :length-meter:
301
+ :many: "{0} מטר"
302
+ :one: "מטר אחד"
303
+ :other: "{0} מטרים"
304
+ :two: "שני מטר"
305
+ :length-micrometer:
306
+ :many: "{0} מיקרומטר"
307
+ :one: "מיקרומטר אחד"
308
+ :other: "{0} מיקרומטרים"
309
+ :two: "שני מיקרומטרים"
310
+ :length-mile:
311
+ :many: "{0} מייל"
312
+ :one: "{0} מייל"
313
+ :other: "{0} מייל"
314
+ :two: "{0} מייל"
315
+ :length-millimeter:
316
+ :many: "{0} מילימטר"
317
+ :one: "{0} מילימטר"
318
+ :other: "{0} מילימטר"
319
+ :two: "{0} מילימטר"
320
+ :length-nanometer:
321
+ :many: "{0} ננומטר"
322
+ :one: "{0} ננומטר"
323
+ :other: "{0} ננומטר"
324
+ :two: "{0} ננומטר"
325
+ :length-nautical-mile:
326
+ :many: "{0} מייל ימי"
327
+ :one: "{0} מייל ימי"
328
+ :other: "{0} מייל ימי"
329
+ :two: "{0} מייל ימי"
330
+ :length-parsec:
331
+ :many: "{0} פארסק"
332
+ :one: "{0} פארסק"
333
+ :other: "{0} פארסק"
334
+ :two: "{0} פארסק"
335
+ :length-picometer:
336
+ :many: "{0} פיקומטר"
337
+ :one: "פיקומטר {0}"
338
+ :other: "{0} פיקומטר"
339
+ :two: "{0} פיקומטר"
340
+ :length-yard:
341
+ :many: "{0} יארד"
342
+ :one: "יארד {0}"
343
+ :other: "{0} יארד"
344
+ :two: "{0} יארד"
345
+ :light-lux:
346
+ :many: "{0} לוקס"
347
+ :one: "לוקס אחד"
348
+ :other: "{0} לוקס"
349
+ :two: "שני לוקס"
350
+ :mass-carat:
351
+ :many: "{0} קרט"
352
+ :one: "קרט אחד"
353
+ :other: "{0} קרט"
354
+ :two: "שני קרט"
355
+ :mass-gram:
356
+ :many: "{0} גרם"
357
+ :one: "גרם {0}"
358
+ :other: "{0} גרם"
359
+ :two: "{0} גרם"
360
+ :mass-kilogram:
361
+ :many: "{0} קילוגרם"
362
+ :one: "קילוגרם {0}"
363
+ :other: "{0} קילוגרם"
364
+ :two: "{0} קילוגרם"
365
+ :mass-metric-ton:
366
+ :many: "{0} טון מטרי"
367
+ :one: "טון מטרי אחד"
368
+ :other: "{0} טון מטרי"
369
+ :two: "שני טון מטרי"
370
+ :mass-microgram:
371
+ :many: "{0} מיקרוגרם"
372
+ :one: "מיקרוגרם אחד"
373
+ :other: "{0} מיקרוגרם"
374
+ :two: "שני מיקרוגרם"
375
+ :mass-milligram:
376
+ :many: "{0} מיליגרם"
377
+ :one: "מיליגרם אחד"
378
+ :other: "{0} מיליגרם"
379
+ :two: "שני מיליגרם"
380
+ :mass-ounce:
381
+ :many: "{0} אונקיות"
382
+ :one: "אונקיה {0}"
383
+ :other: "{0} אונקיות"
384
+ :two: "{0} אונקיות"
385
+ :mass-ounce-troy:
386
+ :many: "{0} אונקיות טרוי"
387
+ :one: "אונקיית טרוי אחת"
388
+ :other: "{0} אונקיות טרוי"
389
+ :two: "שתי אונקיות טרוי"
390
+ :mass-pound:
391
+ :many: "{0} ליבראות"
392
+ :one: "ליברה {0}"
393
+ :other: "{0} ליבראות"
394
+ :two: "{0} ליבראות"
395
+ :mass-ton:
396
+ :many: "{0} טונות"
397
+ :one: "טון אחד"
398
+ :other: "{0} טונות"
399
+ :two: "שני טונות"
400
+ :power-gigawatt:
401
+ :many: "{0} ג׳יגה ואט"
402
+ :one: "{0} ג׳יגה ואט"
403
+ :other: "{0} ג׳יגה ואט"
404
+ :two: "{0} ג׳יגה ואט"
405
+ :power-horsepower:
406
+ :many: "{0} כוח סוס"
407
+ :one: "כוח סוס {0}"
408
+ :other: "{0} כוח סוס"
409
+ :two: "{0} כוח סוס"
410
+ :power-kilowatt:
411
+ :many: "{0} קילוואט"
412
+ :one: "קילוואט {0}"
413
+ :other: "{0} קילוואט"
414
+ :two: "{0} קילוואט"
415
+ :power-megawatt:
416
+ :many: "{0} מגה ואט"
417
+ :one: "{0} מגה ואט"
418
+ :other: "{0} מגה ואט"
419
+ :two: "{0} מגה ואט"
420
+ :power-milliwatt:
421
+ :many: "{0} מיליוואט"
422
+ :one: "{0} מיליוואט"
423
+ :other: "{0} מיליוואט"
424
+ :two: "{0} מיליוואט"
425
+ :power-watt:
426
+ :many: "{0} ואט"
427
+ :one: "ואט {0}"
428
+ :other: "{0} ואט"
429
+ :two: "{0} ואט"
430
+ :pressure-hectopascal:
431
+ :many: "{0} הקטופסקל"
432
+ :one: "הקטופסקל {0}"
433
+ :other: "{0} הקטופסקל"
434
+ :two: "{0} הקטופסקל"
435
+ :pressure-inch-hg:
436
+ :many: "{0} אינץ׳ כספית"
437
+ :one: "אינץ׳ כספית {0}"
438
+ :other: "{0} אינץ׳ כספית"
439
+ :two: "{0} אינץ׳ כספית"
440
+ :pressure-millibar:
441
+ :many: "{0} מיליבר"
442
+ :one: "{0} מיליבר"
443
+ :other: "{0} מיליבר"
444
+ :two: "{0} מיליבר"
445
+ :pressure-millimeter-of-mercury:
446
+ :many: "{0} מילימטר כספית"
447
+ :one: "מילימטר כספית אחד"
448
+ :other: "{0} מילימטר כספית"
449
+ :two: "שני מילימטר כספית"
450
+ :pressure-pound-per-square-inch:
451
+ :many: "{0} פאונד לאינץ׳ רבוע"
452
+ :one: "פאונד אחד לאינץ׳ רבוע"
453
+ :other: "{0} פאונד לאינץ׳ רבוע"
454
+ :two: "שני פאונד לאינץ׳ רבוע"
455
+ :proportion-karat:
456
+ :many: "{0} קראט"
457
+ :one: "קראט אחד"
458
+ :other: "{0} קראט"
459
+ :two: "שני קראט"
460
+ :speed-kilometer-per-hour:
461
+ :many: "{0} קילומטר לשעה"
462
+ :one: "{0} קילומטר לשעה"
463
+ :other: "{0} קילומטר לשעה"
464
+ :two: "{0} קילומטר לשעה"
465
+ :speed-meter-per-second:
466
+ :many: "{0} מטר לשנייה"
467
+ :one: "{0} מטר לשנייה"
468
+ :other: "{0} מטר לשנייה"
469
+ :two: "{0} מטר לשנייה"
470
+ :speed-mile-per-hour:
471
+ :many: "{0} מייל לשעה"
472
+ :one: "{0} מייל לשעה"
473
+ :other: "{0} מייל לשעה"
474
+ :two: "{0} מייל לשעה"
475
+ :temperature-celsius:
476
+ :many: "{0} מעלות צלזיוס"
477
+ :one: "מעלת צלזיוס {0}"
478
+ :other: "{0} מעלות צלזיוס"
479
+ :two: "{0} מעלות צלזיוס"
480
+ :temperature-fahrenheit:
481
+ :many: "{0} מעלות פרנהייט"
482
+ :one: "מעלת פרנהייט {0}"
483
+ :other: "{0} מעלות פרנהייט"
484
+ :two: "{0} מעלות פרנהייט"
485
+ :temperature-kelvin:
486
+ :many: "{0} קלווין"
487
+ :one: "קלווין אחד"
488
+ :other: "{0} קלווין"
489
+ :two: "שני קלווין"
490
+ :volume-acre-foot:
491
+ :many: "{0} אקר-רגל"
492
+ :one: "{0} אקר-רגל"
493
+ :other: "{0} אקר-רגל"
494
+ :two: "{0} אקר-רגל"
495
+ :volume-centiliter:
496
+ :many: "{0} סנטיליטר"
497
+ :one: "{0} סנטיליטר"
498
+ :other: "{0} סנטיליטר"
499
+ :two: "{0} סנטיליטר"
500
+ :volume-cubic-centimeter:
501
+ :many: "{0} סנטימטר מעוקב"
502
+ :one: "{0} סנטימטר מעוקב"
503
+ :other: "{0} סנטימטר מעוקב"
504
+ :two: "{0} סנטימטר מעוקב"
505
+ :volume-cubic-foot:
506
+ :many: "{0} רגל מעוקב"
507
+ :one: "{0} רגל מעוקב"
508
+ :other: "{0} רגל מעוקב"
509
+ :two: "{0} רגל מעוקב"
510
+ :volume-cubic-inch:
511
+ :many: "{0} אינצ׳ מעוקב"
512
+ :one: "{0} אינצ׳ מעוקב"
513
+ :other: "{0} אינצ׳ מעוקב"
514
+ :two: "{0} אינצ׳ מעוקב"
515
+ :volume-cubic-kilometer:
516
+ :many: "{0} קילומטר מעוקב"
517
+ :one: "{0} קילומטר מעוקב"
518
+ :other: "{0} קילומטר מעוקב"
519
+ :two: "{0} קילומטר מעוקב"
520
+ :volume-cubic-meter:
521
+ :many: "{0} מטר מעוקב"
522
+ :one: "{0} מטר מעוקב"
523
+ :other: "{0} מטר מעוקב"
524
+ :two: "{0} מטר מעוקב"
525
+ :volume-cubic-mile:
526
+ :many: "{0} מייל מעוקב"
527
+ :one: "{0} מייל מעוקב"
528
+ :other: "{0} מייל מעוקב"
529
+ :two: "{0} מייל מעוקב"
530
+ :volume-cubic-yard:
531
+ :many: "{0} יארד מעוקב"
532
+ :one: "{0} יארד מעוקב"
533
+ :other: "{0} יארד מעוקב"
534
+ :two: "{0} יארד מעוקב"
535
+ :volume-cup:
536
+ :many: "{0} ספלים"
537
+ :one: "{0} ספל"
538
+ :other: "{0} ספלים"
539
+ :two: "{0} ספלים"
540
+ :volume-deciliter:
541
+ :many: "{0} דציליטר"
542
+ :one: "{0} דציליטר"
543
+ :other: "{0} דציליטר"
544
+ :two: "{0} דציליטר"
545
+ :volume-fluid-ounce:
546
+ :many: "{0} אונקיות נוזלים"
547
+ :one: "{0} אונקיית נוזלים"
548
+ :other: "{0} אונקיות נוזלים"
549
+ :two: "{0} אונקיות נוזלים"
550
+ :volume-gallon:
551
+ :many: "{0} גלונים"
552
+ :one: "{0} גלון"
553
+ :other: "{0} גלונים"
554
+ :two: "{0} גלונים"
555
+ :volume-hectoliter:
556
+ :many: "{0} הקטוליטר"
557
+ :one: "{0} הקטוליטר"
558
+ :other: "{0} הקטוליטר"
559
+ :two: "{0} הקטוליטר"
560
+ :volume-liter:
561
+ :many: "{0} ליטר"
562
+ :one: "{0} ליטר"
563
+ :other: "{0} ליטר"
564
+ :two: "{0} ליטר"
565
+ :volume-megaliter:
566
+ :many: "{0} מגה ליטר"
567
+ :one: "{0} מגה ליטר"
568
+ :other: "{0} מגה ליטר"
569
+ :two: "{0} מגה ליטר"
570
+ :volume-milliliter:
571
+ :many: "{0} מיליליטר"
572
+ :one: "{0} מיליליטר"
573
+ :other: "{0} מיליליטר"
574
+ :two: "{0} מיליליטר"
575
+ :volume-pint:
576
+ :many: "{0} פינטות"
577
+ :one: "{0} פינט"
578
+ :other: "{0} פינטות"
579
+ :two: "{0} פינטות"
580
+ :volume-quart:
581
+ :many: "{0} קווארטות"
582
+ :one: "{0} קווארטה"
583
+ :other: "{0} קווארטות"
584
+ :two: "{0} קווארטות"
585
+ :volume-tablespoon:
586
+ :many: "{0} כפות"
587
+ :one: "כף אחת"
588
+ :other: "{0} כפות"
589
+ :two: "שתי כפות"
590
+ :volume-teaspoon:
591
+ :many: "{0} כפיות"
592
+ :one: "{0} כפית"
593
+ :other: "{0} כפיות"
594
+ :two: "{0} כפיות"
595
+ :narrow:
596
+ :acceleration-g-force:
597
+ :many: "{0} G"
598
+ :one: "{0} G"
599
+ :other: "{0} G"
600
+ :two: "{0} G"
601
+ :angle-arc-minute:
602
+ :many: "{0} דקות"
603
+ :one: "דקה {0}"
604
+ :other: "{0} דקות"
605
+ :two: "{0} דקות"
606
+ :angle-arc-second:
607
+ :many: "{0} שנ׳"
608
+ :one: "שנ׳ {0}"
609
+ :other: "{0} שנ׳"
610
+ :two: "{0} שנ׳"
611
+ :angle-degree:
612
+ :many: "{0}°"
613
+ :one: "{0}°"
614
+ :other: "{0}°"
615
+ :two: "{0}°"
616
+ :area-acre:
617
+ :many: "{0} אקר"
618
+ :one: "אקר {0}"
619
+ :other: "{0} אקר"
620
+ :two: "{0} אקר"
621
+ :area-hectare:
622
+ :many: "{0} הקטאר"
623
+ :one: "הקטאר {0}"
624
+ :other: "{0} הקטאר"
625
+ :two: "{0} הקטאר"
626
+ :area-square-foot:
627
+ :many: "{0} רגל רבועה"
628
+ :one: "רגל רבועה {0}"
629
+ :other: "{0} רגל רבועה"
630
+ :two: "{0} רגל רבועה"
631
+ :area-square-kilometer:
632
+ :many: "{0} קמ״ר"
633
+ :one: "קמ״ר {0}"
634
+ :other: "{0} קמ״ר"
635
+ :two: "{0} קמ״ר"
636
+ :area-square-meter:
637
+ :many: "{0} מ״ר"
638
+ :one: "מ״ר {0}"
639
+ :other: "{0} מ״ר"
640
+ :two: "{0} מ״ר"
641
+ :area-square-mile:
642
+ :many: "{0} מייל רבוע"
643
+ :one: "מייל רבוע {0}"
644
+ :other: "{0} מייל רבוע"
645
+ :two: "{0} מייל רבוע"
646
+ :consumption-mile-per-gallon:
647
+ :many: "{0} מייל/גלון"
648
+ :one: "{0} מייל/גלון"
649
+ :other: "{0} מייל/גלון"
650
+ :two: "{0} מייל/גלון"
651
+ :duration-day:
652
+ :many: "{0} י׳"
653
+ :one: י׳
654
+ :other: "{0} י׳"
655
+ :two: יומיים
656
+ :duration-hour:
657
+ :many: "{0} שע׳"
658
+ :one: שעה
659
+ :other: "{0} שע׳"
660
+ :two: שעתיים
661
+ :duration-millisecond:
662
+ :many: "{0} ms"
663
+ :one: "{0} ms"
664
+ :other: "{0} ms"
665
+ :two: "{0} ms"
666
+ :duration-minute:
667
+ :many: "{0} דק׳"
668
+ :one: דקה
669
+ :other: "{0} דק׳"
670
+ :two: "שתי דק׳"
671
+ :duration-month:
672
+ :many: "{0} ח׳"
673
+ :one: "חודש {0}"
674
+ :other: "{0} ח׳"
675
+ :two: "{0} ח׳"
676
+ :duration-second:
677
+ :many: "{0} שנ׳"
678
+ :one: שניה
679
+ :other: "{0} שנ׳"
680
+ :two: "שתי שנ׳"
681
+ :duration-week:
682
+ :many: "{0} שבועות"
683
+ :one: "שבוע {0}"
684
+ :other: "{0} שבועות"
685
+ :two: "{0} שבועות"
686
+ :duration-year:
687
+ :many: "{0} שנים"
688
+ :one: "שנה {0}"
689
+ :other: "{0} שנים"
690
+ :two: "{0} שנים"
691
+ :length-centimeter:
692
+ :many: "{0} ס״מ"
693
+ :one: "ס״מ אחד"
694
+ :other: "{0} ס״מ"
695
+ :two: "שני ס״מ"
696
+ :length-foot:
697
+ :many: "{0} רגל"
698
+ :one: "רגל {0}"
699
+ :other: "{0} רגל"
700
+ :two: "{0} רגל"
701
+ :length-inch:
702
+ :many: "{0} אינץ׳"
703
+ :one: "אינץ׳ {0}"
704
+ :other: "{0} אינץ׳"
705
+ :two: "{0} אינץ׳"
706
+ :length-kilometer:
707
+ :many: "{0} ק״מ"
708
+ :one: "ק״מ {0}"
709
+ :other: "{0} ק״מ"
710
+ :two: "{0} ק״מ"
711
+ :length-light-year:
712
+ :many: "{0} שנות אור"
713
+ :one: "שנת אור {0}"
714
+ :other: "{0} שנות אור"
715
+ :two: "{0} שנות אור"
716
+ :length-meter:
717
+ :many: "{0}מ׳"
718
+ :one: "מ׳ אחד"
719
+ :other: "{0}מ׳"
720
+ :two: "שני מ׳"
721
+ :length-mile:
722
+ :many: "{0} מייל"
723
+ :one: "מייל {0}"
724
+ :other: "{0} מייל"
725
+ :two: "{0} מייל"
726
+ :length-millimeter:
727
+ :many: "{0} מ״מ"
728
+ :one: "מ״מ {0}"
729
+ :other: "{0} מ״מ"
730
+ :two: "{0} מ״מ"
731
+ :length-picometer:
732
+ :many: "{0} פיקומטר"
733
+ :one: "פיקומטר {0}"
734
+ :other: "{0} פיקומטר"
735
+ :two: "{0} פיקומטר"
736
+ :length-yard:
737
+ :many: "{0} יארד"
738
+ :one: "יארד {0}"
739
+ :other: "{0} יארד"
740
+ :two: "{0} יארד"
741
+ :mass-gram:
742
+ :many: "{0} גר׳"
743
+ :one: "גר׳ {0}"
744
+ :other: "{0} גר׳"
745
+ :two: "{0} גר׳"
746
+ :mass-kilogram:
747
+ :many: "{0} ק״ג"
748
+ :one: "{0} ק״ג"
749
+ :other: "{0} ק״ג"
750
+ :two: "{0} ק״ג"
751
+ :mass-ounce:
752
+ :many: "{0} אונקיות"
753
+ :one: "אונקיה {0}"
754
+ :other: "{0} אונקיות"
755
+ :two: "{0} אונקיות"
756
+ :mass-pound:
757
+ :many: "{0} ליבראות"
758
+ :one: "ליברה {0}"
759
+ :other: "{0} ליבראות"
760
+ :two: "{0} ליבראות"
761
+ :power-horsepower:
762
+ :many: "{0} כ״ס"
763
+ :one: "כ״ס {0}"
764
+ :other: "{0} כ״ס"
765
+ :two: "{0} כ״ס"
766
+ :power-kilowatt:
767
+ :many: "{0} kW"
768
+ :one: "{0} kW"
769
+ :other: "{0} kW"
770
+ :two: "{0} kW"
771
+ :power-watt:
772
+ :many: "{0} W"
773
+ :one: "{0} W"
774
+ :other: "{0} W"
775
+ :two: "{0} W"
776
+ :pressure-hectopascal:
777
+ :many: "{0} hPa"
778
+ :one: "{0} hPa"
779
+ :other: "{0} hPa"
780
+ :two: "{0} hPa"
781
+ :pressure-inch-hg:
782
+ :many: "{0} inHg"
783
+ :one: "{0} inHg"
784
+ :other: "{0} inHg"
785
+ :two: "{0} inHg"
786
+ :pressure-millibar:
787
+ :many: "{0} מיליבר"
788
+ :one: "מיליבר {0}"
789
+ :other: "{0} מיליבר"
790
+ :two: "{0} מיליבר"
791
+ :speed-kilometer-per-hour:
792
+ :many: "{0} קמ״ש"
793
+ :one: "{0} קמ״ש"
794
+ :other: "{0} קמ״ש"
795
+ :two: "{0} קמ״ש"
796
+ :speed-meter-per-second:
797
+ :many: "{0} מ/ש"
798
+ :one: "{0} מ/ש"
799
+ :other: "{0} מ/ש"
800
+ :two: "{0} מ/ש"
801
+ :speed-mile-per-hour:
802
+ :many: "{0} mph"
803
+ :one: "{0} mph"
804
+ :other: "{0} mph"
805
+ :two: "{0} mph"
806
+ :temperature-celsius:
807
+ :many: "{0}°"
808
+ :one: "{0}°"
809
+ :other: "{0}°"
810
+ :two: "{0}°"
811
+ :temperature-fahrenheit:
812
+ :many: "{0}°F"
813
+ :one: "{0}°F"
814
+ :other: "{0}°F"
815
+ :two: "{0}°F"
816
+ :volume-cubic-kilometer:
817
+ :many: "{0} קמ״ק"
818
+ :one: "{0} קמ״ק"
819
+ :other: "{0} קמ״ק"
820
+ :two: "{0} קמ״ק"
821
+ :volume-cubic-mile:
822
+ :many: "{0} mi³"
823
+ :one: "{0} mi³"
824
+ :other: "{0} mi³"
825
+ :two: "{0} mi³"
826
+ :volume-liter:
827
+ :many: "{0} ל׳"
828
+ :one: "{0} ל׳"
829
+ :other: "{0} ל׳"
830
+ :two: "{0} ל׳"
10
831
  :short:
11
- :many: "{0} ימים"
12
- :one: "{0} יום"
13
- :other: "{0} ימים"
14
- :two: "{0} ימים"
15
- :day-future:
16
- :default:
17
- :many: "בעוד {0} ימים"
18
- :one: "בעוד {0} ימים"
19
- :other: "בעוד {0} ימים"
20
- :two: "בעוד {0} ימים"
21
- :day-past:
22
- :default:
23
- :many: "לפני {0} ימים"
24
- :one: "לפני {0} ימים"
25
- :other: "לפני {0} ימים"
26
- :two: "לפני {0} ימים"
27
- :hour:
28
- :default:
29
- :many: "{0} שעות"
30
- :one: "{0} שעה"
31
- :other: "{0} שעות"
32
- :two: "{0} שעות"
33
- :short:
34
- :many: "{0} שעות"
35
- :one: "{0} שעה"
36
- :other: "{0} שעות"
37
- :two: "{0} שעות"
38
- :hour-future:
39
- :default:
40
- :many: "בעוד {0} שעות"
41
- :one: "בעוד {0} שעות"
42
- :other: "בעוד {0} שעות"
43
- :two: "בעוד {0} שעות"
44
- :hour-past:
45
- :default:
46
- :many: "לפני {0} שעות"
47
- :one: "לפני {0} שעות"
48
- :other: "לפני {0} שעות"
49
- :two: "לפני {0} שעות"
50
- :minute:
51
- :default:
52
- :many: "{0} דקות"
53
- :one: "{0} דקה"
54
- :other: "{0} דקות"
55
- :two: "{0} דקות"
56
- :short:
57
- :many: "{0} דק׳"
58
- :one: "{0} דק׳"
59
- :other: "{0} דק׳"
60
- :two: "{0} דק׳"
61
- :minute-future:
62
- :default:
63
- :many: "בעוד {0} דקות"
64
- :one: "בעוד {0} דקות"
65
- :other: "בעוד {0} דקות"
66
- :two: "בעוד {0} דקות"
67
- :minute-past:
68
- :default:
69
- :many: "לפני {0} דקות"
70
- :one: "לפני {0} דקות"
71
- :other: "לפני {0} דקות"
72
- :two: "לפני {0} דקות"
73
- :month:
74
- :default:
75
- :many: "{0} חודשים"
76
- :one: "{0} חודש"
77
- :other: "{0} חודשים"
78
- :two: "{0} חודשים"
79
- :short:
80
- :many: "{0} חודשים"
81
- :one: "{0} חודש"
82
- :other: "{0} חודשים"
83
- :two: "{0} חודשים"
84
- :month-future:
85
- :default:
86
- :many: "בעוד {0} חודשים"
87
- :one: "בעוד {0} חודשים"
88
- :other: "בעוד {0} חודשים"
89
- :two: "בעוד {0} חודשים"
90
- :month-past:
91
- :default:
92
- :many: "לפני {0} חודשים"
93
- :one: "לפני {0} חודשים"
94
- :other: "לפני {0} חודשים"
95
- :two: "לפני {0} חודשים"
96
- :second:
97
- :default:
98
- :many: "{0} שניות"
99
- :one: "{0} שניה"
100
- :other: "{0} שניות"
101
- :two: "{0} שניות"
102
- :short:
103
- :many: "{0} שנ׳"
104
- :one: "{0} שנ׳"
105
- :other: "{0} שניות"
106
- :two: "{0} שנ׳"
107
- :second-future:
108
- :default:
109
- :many: "בעוד {0} שניות"
110
- :one: "בעוד {0} שניות"
111
- :other: "בעוד {0} שניות"
112
- :two: "בעוד {0} שניות"
113
- :second-past:
114
- :default:
115
- :many: "לפני {0} שניות"
116
- :one: "לפני {0} שניות"
117
- :other: "לפני {0} שניות"
118
- :two: "לפני {0} שניות"
119
- :week:
120
- :default:
121
- :many: "{0} שבועות"
122
- :one: "{0} שבוע"
123
- :other: "{0} שבועות"
124
- :two: "{0} שבועות"
125
- :short:
126
- :many: "{0} שבועות"
127
- :one: "{0} שבוע"
128
- :other: "{0} שבועות"
129
- :two: "{0} שבועות"
130
- :week-future:
131
- :default:
132
- :many: "בעוד {0} שבועות"
133
- :one: "בעוד {0} שבועות"
134
- :other: "בעוד {0} שבועות"
135
- :two: "בעוד {0} שבועות"
136
- :week-past:
137
- :default:
138
- :many: "לפני {0} שבועות"
139
- :one: "לפני {0} שבועות"
140
- :other: "לפני {0} שבועות"
141
- :two: "לפני {0} שבועות"
142
- :year:
143
- :default:
144
- :many: "{0} שנים"
145
- :one: "{0} שנה"
146
- :other: "{0} שנים"
147
- :two: "{0} שנים"
148
- :short:
149
- :many: "{0} שנים"
150
- :one: "{0} שנה"
151
- :other: "{0} שנים"
152
- :two: "{0} שנים"
153
- :year-future:
154
- :default:
155
- :many: "בעוד {0} שנים"
156
- :one: "בעוד {0} שנים"
157
- :other: "בעוד {0} שנים"
158
- :two: "בעוד {0} שנים"
159
- :year-past:
160
- :default:
161
- :many: "לפני {0} שנים"
162
- :one: "לפני {0} שנים"
163
- :other: "לפני {0} שנים"
164
- :two: "לפני {0} שנים"
832
+ :acceleration-g-force:
833
+ :many: "{0} G"
834
+ :one: "{0} G"
835
+ :other: "{0} G"
836
+ :two: "{0} G"
837
+ :acceleration-meter-per-second-squared:
838
+ :many: "{0} m/s²"
839
+ :one: "{0} m/s²"
840
+ :other: "{0} m/s²"
841
+ :two: "{0} m/s²"
842
+ :angle-arc-minute:
843
+ :many: "{0} דקות"
844
+ :one: "דקה {0}"
845
+ :other: "{0} דקות"
846
+ :two: "{0} דקות"
847
+ :angle-arc-second:
848
+ :many: "{0} שניות"
849
+ :one: "שנייה {0}"
850
+ :other: "{0} שניות"
851
+ :two: "{0} שניות"
852
+ :angle-degree:
853
+ :many: "{0}°"
854
+ :one: "{0}°"
855
+ :other: "{0}°"
856
+ :two: "{0}°"
857
+ :angle-radian:
858
+ :many: "{0} π"
859
+ :one: "{0} π"
860
+ :other: "{0} π"
861
+ :two: "{0} π"
862
+ :area-acre:
863
+ :many: "{0} אקר"
864
+ :one: "אקר {0}"
865
+ :other: "{0} אקר"
866
+ :two: "{0} אקר"
867
+ :area-hectare:
868
+ :many: "{0} הקטאר"
869
+ :one: "הקטאר {0}"
870
+ :other: "{0} הקטאר"
871
+ :two: "{0} הקטאר"
872
+ :area-square-centimeter:
873
+ :many: "{0} סמ״ר"
874
+ :one: "{0} סמ״ר"
875
+ :other: "{0} סמ״ר"
876
+ :two: "{0} סמ״ר"
877
+ :area-square-foot:
878
+ :many: "{0} רגל רבועה"
879
+ :one: "רגל רבועה {0}"
880
+ :other: "{0} רגל רבועה"
881
+ :two: "{0} רגל רבועה"
882
+ :area-square-inch:
883
+ :many: "{0} in²"
884
+ :one: "{0} in²"
885
+ :other: "{0} in²"
886
+ :two: "{0} in²"
887
+ :area-square-kilometer:
888
+ :many: "{0} קמ״ר"
889
+ :one: "{0} קמ״ר"
890
+ :other: "{0} קמ״ר"
891
+ :two: "{0} קמ״ר"
892
+ :area-square-meter:
893
+ :many: "{0} מ״ר"
894
+ :one: "מ״ר {0}"
895
+ :other: "{0} מ״ר"
896
+ :two: "{0} מ״ר"
897
+ :area-square-mile:
898
+ :many: "{0} מייל רבוע"
899
+ :one: "מייל רבוע {0}"
900
+ :other: "{0} מייל רבוע"
901
+ :two: "{0} מייל רבוע"
902
+ :area-square-yard:
903
+ :many: "{0} yd²"
904
+ :one: "{0} yd²"
905
+ :other: "{0} yd²"
906
+ :two: "{0} yd²"
907
+ :consumption-liter-per-kilometer:
908
+ :many: "{0} L/km"
909
+ :one: "{0} L/km"
910
+ :other: "{0} L/km"
911
+ :two: "{0} L/km"
912
+ :consumption-mile-per-gallon:
913
+ :many: "{0} מייל/גלון"
914
+ :one: "{0} מייל/גלון"
915
+ :other: "{0} מייל/גלון"
916
+ :two: "{0} מייל/גלון"
917
+ :digital-bit:
918
+ :many: "{0} ביט"
919
+ :one: "{0} ביט"
920
+ :other: "{0} ביט"
921
+ :two: "{0} ביט"
922
+ :digital-byte:
923
+ :many: "{0} בייט"
924
+ :one: "{0} בייט"
925
+ :other: "{0} בייט"
926
+ :two: "{0} בייט"
927
+ :digital-gigabit:
928
+ :many: "{0} Gb"
929
+ :one: "{0} Gb"
930
+ :other: "{0} Gb"
931
+ :two: "{0} Gb"
932
+ :digital-gigabyte:
933
+ :many: "{0} GB"
934
+ :one: "{0} GB"
935
+ :other: "{0} GB"
936
+ :two: "{0} GB"
937
+ :digital-kilobit:
938
+ :many: "{0} kb"
939
+ :one: "{0} kb"
940
+ :other: "{0} kb"
941
+ :two: "{0} kb"
942
+ :digital-kilobyte:
943
+ :many: "{0} kB"
944
+ :one: "{0} kB"
945
+ :other: "{0} kB"
946
+ :two: "{0} kB"
947
+ :digital-megabit:
948
+ :many: "{0} Mb"
949
+ :one: "{0} Mb"
950
+ :other: "{0} Mb"
951
+ :two: "{0} Mb"
952
+ :digital-megabyte:
953
+ :many: "{0} MB"
954
+ :one: "{0} MB"
955
+ :other: "{0} MB"
956
+ :two: "{0} MB"
957
+ :digital-terabit:
958
+ :many: "{0} Tb"
959
+ :one: "{0} Tb"
960
+ :other: "{0} Tb"
961
+ :two: "{0} Tb"
962
+ :digital-terabyte:
963
+ :many: "{0} TB"
964
+ :one: "{0} TB"
965
+ :other: "{0} TB"
966
+ :two: "{0} TB"
967
+ :duration-day:
968
+ :many: "{0} ימ׳"
969
+ :one: יום
970
+ :other: "{0} ימ׳"
971
+ :two: יומיים
972
+ :duration-hour:
973
+ :many: "{0} שע׳"
974
+ :one: שעה
975
+ :other: "{0} שע׳"
976
+ :two: שעתיים
977
+ :duration-microsecond:
978
+ :many: "{0} μs"
979
+ :one: "{0} μs"
980
+ :other: "{0} μs"
981
+ :two: "{0} μs"
982
+ :duration-millisecond:
983
+ :many: "{0} ms"
984
+ :one: "{0} ms"
985
+ :other: "{0} ms"
986
+ :two: "{0} ms"
987
+ :duration-minute:
988
+ :many: "{0} דק׳"
989
+ :one: דקה
990
+ :other: "{0} דק׳"
991
+ :two: "שתי דק׳"
992
+ :duration-month:
993
+ :many: "{0} ח׳"
994
+ :one: חודש
995
+ :other: "{0} ח׳"
996
+ :two: חודשיים
997
+ :duration-nanosecond:
998
+ :many: "{0} ns"
999
+ :one: "{0} ns"
1000
+ :other: "{0} ns"
1001
+ :two: "{0} ns"
1002
+ :duration-second:
1003
+ :many: "{0} שנ׳"
1004
+ :one: שנ׳
1005
+ :other: "{0} שנ׳"
1006
+ :two: "שתי שנ׳"
1007
+ :duration-week:
1008
+ :many: "{0} שבועות"
1009
+ :one: "שבוע {0}"
1010
+ :other: "{0} שבועות"
1011
+ :two: "{0} שבועות"
1012
+ :duration-year:
1013
+ :many: "{0} שנה"
1014
+ :one: שנה
1015
+ :other: "{0} שנים"
1016
+ :two: שנתיים
1017
+ :electric-ampere:
1018
+ :many: "{0} A"
1019
+ :one: "{0} A"
1020
+ :other: "{0} A"
1021
+ :two: "{0} A"
1022
+ :electric-milliampere:
1023
+ :many: "{0} mA"
1024
+ :one: "{0} mA"
1025
+ :other: "{0} mA"
1026
+ :two: "{0} mA"
1027
+ :electric-ohm:
1028
+ :many: "{0} Ω"
1029
+ :one: "{0} Ω"
1030
+ :other: "{0} Ω"
1031
+ :two: "{0} Ω"
1032
+ :electric-volt:
1033
+ :many: "{0} V"
1034
+ :one: "{0} V"
1035
+ :other: "{0} V"
1036
+ :two: "{0} V"
1037
+ :energy-calorie:
1038
+ :many: "{0} cal"
1039
+ :one: "{0} cal"
1040
+ :other: "{0} cal"
1041
+ :two: "{0} cal"
1042
+ :energy-foodcalorie:
1043
+ :many: "{0} Cal"
1044
+ :one: "{0} Cal"
1045
+ :other: "{0} Cal"
1046
+ :two: "{0} Cal"
1047
+ :energy-joule:
1048
+ :many: "{0} J"
1049
+ :one: "{0} J"
1050
+ :other: "{0} J"
1051
+ :two: "{0} J"
1052
+ :energy-kilocalorie:
1053
+ :many: "{0} kcal"
1054
+ :one: "{0} kcal"
1055
+ :other: "{0} kcal"
1056
+ :two: "{0} kcal"
1057
+ :energy-kilojoule:
1058
+ :many: "{0} kJ"
1059
+ :one: "{0} kJ"
1060
+ :other: "{0} kJ"
1061
+ :two: "{0} kJ"
1062
+ :energy-kilowatt-hour:
1063
+ :many: "{0} קוט״ש"
1064
+ :one: "{0} קוט״ש"
1065
+ :other: "{0} קוט״ש"
1066
+ :two: "{0} קוט״ש"
1067
+ :frequency-gigahertz:
1068
+ :many: "{0} GHz"
1069
+ :one: "{0} GHz"
1070
+ :other: "{0} GHz"
1071
+ :two: "{0} GHz"
1072
+ :frequency-hertz:
1073
+ :many: "{0} Hz"
1074
+ :one: "{0} Hz"
1075
+ :other: "{0} Hz"
1076
+ :two: "{0} Hz"
1077
+ :frequency-kilohertz:
1078
+ :many: "{0} kHz"
1079
+ :one: "{0} kHz"
1080
+ :other: "{0} kHz"
1081
+ :two: "{0} kHz"
1082
+ :frequency-megahertz:
1083
+ :many: "{0} MHz"
1084
+ :one: "{0} MHz"
1085
+ :other: "{0} MHz"
1086
+ :two: "{0} MHz"
1087
+ :length-astronomical-unit:
1088
+ :many: "{0} י״א"
1089
+ :one: "י״א אחת"
1090
+ :other: "{0} י״א"
1091
+ :two: "שתי י״א"
1092
+ :length-centimeter:
1093
+ :many: "{0} ס״מ"
1094
+ :one: "ס״מ אחד"
1095
+ :other: "{0} ס״מ"
1096
+ :two: "שני ס״מ"
1097
+ :length-decimeter:
1098
+ :many: "{0} ד״מ"
1099
+ :one: "ד״מ אחד"
1100
+ :other: "{0} ד״מ"
1101
+ :two: "שני ד״מ"
1102
+ :length-fathom:
1103
+ :other: "{0} fm"
1104
+ :length-foot:
1105
+ :many: "{0} רגל"
1106
+ :one: "רגל {0}"
1107
+ :other: "{0} רגל"
1108
+ :two: "{0} רגל"
1109
+ :length-furlong:
1110
+ :other: "{0} fur"
1111
+ :length-inch:
1112
+ :many: "{0} אינץ׳"
1113
+ :one: "אינץ׳ {0}"
1114
+ :other: "{0} אינץ׳"
1115
+ :two: "{0} אינץ׳"
1116
+ :length-kilometer:
1117
+ :many: "{0} ק״מ"
1118
+ :one: "ק״מ {0}"
1119
+ :other: "{0} ק״מ"
1120
+ :two: "{0} ק״מ"
1121
+ :length-light-year:
1122
+ :many: "{0} שנות אור"
1123
+ :one: "שנת אור {0}"
1124
+ :other: "{0} שנות אור"
1125
+ :two: "{0} שנות אור"
1126
+ :length-meter:
1127
+ :many: "{0} מ׳"
1128
+ :one: "מ׳ אחד"
1129
+ :other: "{0} מ׳"
1130
+ :two: "שני מ׳"
1131
+ :length-micrometer:
1132
+ :many: "{0} µm"
1133
+ :one: "{0} µm"
1134
+ :other: "{0} µm"
1135
+ :two: "{0} µm"
1136
+ :length-mile:
1137
+ :many: "{0} מייל"
1138
+ :one: "{0} מייל"
1139
+ :other: "{0} מייל"
1140
+ :two: "{0} מייל"
1141
+ :length-millimeter:
1142
+ :many: "{0} מ״מ"
1143
+ :one: "{0} מ״מ"
1144
+ :other: "{0} מ״מ"
1145
+ :two: "{0} מ״מ"
1146
+ :length-nanometer:
1147
+ :many: "{0} nm"
1148
+ :one: "{0} nm"
1149
+ :other: "{0} nm"
1150
+ :two: "{0} nm"
1151
+ :length-nautical-mile:
1152
+ :many: "{0} מ״י"
1153
+ :one: "מ״י אחד"
1154
+ :other: "{0} מ״י"
1155
+ :two: "שני מ״י"
1156
+ :length-parsec:
1157
+ :many: "{0} pc"
1158
+ :one: "{0} pc"
1159
+ :other: "{0} pc"
1160
+ :two: "{0} pc"
1161
+ :length-picometer:
1162
+ :many: "{0} פיקומטר"
1163
+ :one: "פיקומטר {0}"
1164
+ :other: "{0} פיקומטר"
1165
+ :two: "{0} פיקומטר"
1166
+ :length-yard:
1167
+ :many: "{0} יארד"
1168
+ :one: "יארד {0}"
1169
+ :other: "{0} יארד"
1170
+ :two: "{0} יארד"
1171
+ :light-lux:
1172
+ :many: "{0} lx"
1173
+ :one: "{0} lx"
1174
+ :other: "{0} lx"
1175
+ :two: "{0} lx"
1176
+ :mass-carat:
1177
+ :many: "{0} CD"
1178
+ :one: "{0} CD"
1179
+ :other: "{0} CD"
1180
+ :two: "{0} CD"
1181
+ :mass-gram:
1182
+ :many: "{0} גר׳"
1183
+ :one: "גר׳ {0}"
1184
+ :other: "{0} גר׳"
1185
+ :two: "{0} גר׳"
1186
+ :mass-kilogram:
1187
+ :many: "{0} ק״ג"
1188
+ :one: "ק״ג {0}"
1189
+ :other: "{0} ק״ג"
1190
+ :two: "{0} ק״ג"
1191
+ :mass-metric-ton:
1192
+ :many: "{0} t"
1193
+ :one: "{0} t"
1194
+ :other: "{0} t"
1195
+ :two: "{0} t"
1196
+ :mass-microgram:
1197
+ :many: "{0} מק״ג"
1198
+ :one: "{0} מק״ג"
1199
+ :other: "{0} מק״ג"
1200
+ :two: "{0} מק״ג"
1201
+ :mass-milligram:
1202
+ :many: "{0} מ״ג"
1203
+ :one: "{0} מ״ג"
1204
+ :other: "{0} מ״ג"
1205
+ :two: "{0} מ״ג"
1206
+ :mass-ounce:
1207
+ :many: "{0} אונקיות"
1208
+ :one: "אונקיה {0}"
1209
+ :other: "{0} אונקיות"
1210
+ :two: "{0} אונקיות"
1211
+ :mass-ounce-troy:
1212
+ :many: "{0} oz t"
1213
+ :one: "{0} oz t"
1214
+ :other: "{0} oz t"
1215
+ :two: "{0} oz t"
1216
+ :mass-pound:
1217
+ :many: "{0} ליבראות"
1218
+ :one: "ליברה {0}"
1219
+ :other: "{0} ליבראות"
1220
+ :two: "{0} ליבראות"
1221
+ :mass-stone:
1222
+ :other: "{0} st"
1223
+ :mass-ton:
1224
+ :many: "{0} ט"
1225
+ :one: "{0} ט"
1226
+ :other: "{0} ט"
1227
+ :two: "{0} ט"
1228
+ :power-gigawatt:
1229
+ :many: "{0} GW"
1230
+ :one: "{0} GW"
1231
+ :other: "{0} GW"
1232
+ :two: "{0} GW"
1233
+ :power-horsepower:
1234
+ :many: "{0} כ״ס"
1235
+ :one: "כ״ס {0}"
1236
+ :other: "{0} כ״ס"
1237
+ :two: "{0} כ״ס"
1238
+ :power-kilowatt:
1239
+ :many: "{0} kW"
1240
+ :one: "{0} kW"
1241
+ :other: "{0} kW"
1242
+ :two: "{0} kW"
1243
+ :power-megawatt:
1244
+ :many: "{0} MW"
1245
+ :one: "{0} MW"
1246
+ :other: "{0} MW"
1247
+ :two: "{0} MW"
1248
+ :power-milliwatt:
1249
+ :many: "{0} mW"
1250
+ :one: "{0} mW"
1251
+ :other: "{0} mW"
1252
+ :two: "{0} mW"
1253
+ :power-watt:
1254
+ :many: "{0} W"
1255
+ :one: "{0} W"
1256
+ :other: "{0} W"
1257
+ :two: "{0} W"
1258
+ :pressure-hectopascal:
1259
+ :many: "{0} hPa"
1260
+ :one: "{0} hPa"
1261
+ :other: "{0} hPa"
1262
+ :two: "{0} hPa"
1263
+ :pressure-inch-hg:
1264
+ :many: "{0} inHg"
1265
+ :one: "{0} inHg"
1266
+ :other: "{0} inHg"
1267
+ :two: "{0} inHg"
1268
+ :pressure-millibar:
1269
+ :many: "{0} מ״ב"
1270
+ :one: "מיליבר {0}"
1271
+ :other: "{0} מ״ב"
1272
+ :two: "{0} מיליבר"
1273
+ :pressure-millimeter-of-mercury:
1274
+ :many: "{0} mm Hg"
1275
+ :one: "{0} mm Hg"
1276
+ :other: "{0} mm Hg"
1277
+ :two: "{0} mm Hg"
1278
+ :pressure-pound-per-square-inch:
1279
+ :many: "{0} psi"
1280
+ :one: "{0} psi"
1281
+ :other: "{0} psi"
1282
+ :two: "{0} psi"
1283
+ :proportion-karat:
1284
+ :many: "{0} kt"
1285
+ :one: "{0} kt"
1286
+ :other: "{0} kt"
1287
+ :two: "{0} kt"
1288
+ :speed-kilometer-per-hour:
1289
+ :many: "{0} קמ״ש"
1290
+ :one: "{0} קמ״ש"
1291
+ :other: "{0} קמ״ש"
1292
+ :two: "{0} קמ״ש"
1293
+ :speed-meter-per-second:
1294
+ :many: "{0} מ/ש"
1295
+ :one: "{0} מ/ש"
1296
+ :other: "{0} מ/ש"
1297
+ :two: "{0} מ/ש"
1298
+ :speed-mile-per-hour:
1299
+ :many: "{0} mph"
1300
+ :one: "{0} mph"
1301
+ :other: "{0} mph"
1302
+ :two: "{0} mph"
1303
+ :temperature-celsius:
1304
+ :many: "{0}°C"
1305
+ :one: "{0}°C"
1306
+ :other: "{0}°C"
1307
+ :two: "{0}°C"
1308
+ :temperature-fahrenheit:
1309
+ :many: "{0}°F"
1310
+ :one: "{0}°F"
1311
+ :other: "{0}°F"
1312
+ :two: "{0}°F"
1313
+ :temperature-kelvin:
1314
+ :many: "{0}°K"
1315
+ :one: "{0}°K"
1316
+ :other: "{0}°K"
1317
+ :two: "{0}°K"
1318
+ :volume-acre-foot:
1319
+ :many: "{0} ac ft"
1320
+ :one: "{0} ac ft"
1321
+ :other: "{0} ac ft"
1322
+ :two: "{0} ac ft"
1323
+ :volume-bushel:
1324
+ :other: "{0} bu"
1325
+ :volume-centiliter:
1326
+ :many: "{0} cL"
1327
+ :one: "{0} cL"
1328
+ :other: "{0} cL"
1329
+ :two: "{0} cL"
1330
+ :volume-cubic-centimeter:
1331
+ :many: "{0} cm³"
1332
+ :one: "{0} cm³"
1333
+ :other: "{0} cm³"
1334
+ :two: "{0} cm³"
1335
+ :volume-cubic-foot:
1336
+ :many: "{0} ft³"
1337
+ :one: "{0} ft³"
1338
+ :other: "{0} ft³"
1339
+ :two: "{0} ft³"
1340
+ :volume-cubic-inch:
1341
+ :many: "{0} in³"
1342
+ :one: "{0} in³"
1343
+ :other: "{0} in³"
1344
+ :two: "{0} in³"
1345
+ :volume-cubic-kilometer:
1346
+ :many: "{0} קמ״ק"
1347
+ :one: "{0} קמ״ק"
1348
+ :other: "{0} קמ״ק"
1349
+ :two: "{0} קמ״ק"
1350
+ :volume-cubic-meter:
1351
+ :many: "{0} מ״ק"
1352
+ :one: "{0} מ״ק"
1353
+ :other: "{0} מ״ק"
1354
+ :two: "{0} מ״ק"
1355
+ :volume-cubic-mile:
1356
+ :many: "{0} mi³"
1357
+ :one: "{0} mi³"
1358
+ :other: "{0} mi³"
1359
+ :two: "{0} mi³"
1360
+ :volume-cubic-yard:
1361
+ :many: "{0} yd³"
1362
+ :one: "{0} yd³"
1363
+ :other: "{0} yd³"
1364
+ :two: "{0} yd³"
1365
+ :volume-cup:
1366
+ :many: "{0} ספ׳"
1367
+ :one: "{0} ספ׳"
1368
+ :other: "{0} ספ׳"
1369
+ :two: "{0} ספ׳"
1370
+ :volume-deciliter:
1371
+ :many: "{0} דצ״ל"
1372
+ :one: "{0} דצ״ל"
1373
+ :other: "{0} דצ״ל"
1374
+ :two: "{0} דצ״ל"
1375
+ :volume-fluid-ounce:
1376
+ :many: "{0} fl oz"
1377
+ :one: "{0} fl oz"
1378
+ :other: "{0} fl oz"
1379
+ :two: "{0} fl oz"
1380
+ :volume-gallon:
1381
+ :many: "{0} גל׳"
1382
+ :one: "{0} גל׳"
1383
+ :other: "{0} גל׳"
1384
+ :two: "{0} גל׳"
1385
+ :volume-hectoliter:
1386
+ :many: "{0} hL"
1387
+ :one: "{0} hL"
1388
+ :other: "{0} hL"
1389
+ :two: "{0} hL"
1390
+ :volume-liter:
1391
+ :many: "{0} ל׳"
1392
+ :one: "{0} ל׳"
1393
+ :other: "{0} ל׳"
1394
+ :two: "{0} ל׳"
1395
+ :volume-megaliter:
1396
+ :many: "{0} ML"
1397
+ :one: "{0} ML"
1398
+ :other: "{0} ML"
1399
+ :two: "{0} ML"
1400
+ :volume-milliliter:
1401
+ :many: "{0} מ״ל"
1402
+ :one: "{0} מ״ל"
1403
+ :other: "{0} מ״ל"
1404
+ :two: "{0} מ״ל"
1405
+ :volume-pint:
1406
+ :many: "{0} pt"
1407
+ :one: "{0} pt"
1408
+ :other: "{0} pt"
1409
+ :two: "{0} pt"
1410
+ :volume-quart:
1411
+ :many: "{0} qt"
1412
+ :one: "{0} qt"
1413
+ :other: "{0} qt"
1414
+ :two: "{0} qt"
1415
+ :volume-tablespoon:
1416
+ :many: "{0} כפ׳"
1417
+ :one: "{0} כפ׳"
1418
+ :other: "{0} כפ׳"
1419
+ :two: "{0} כפ׳"
1420
+ :volume-teaspoon:
1421
+ :many: "{0} כפי׳"
1422
+ :one: "{0} כפי׳"
1423
+ :other: "{0} כפי׳"
1424
+ :two: "{0} כפי׳"