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
+ :fa:
3
+ :fields:
4
+ :day:
5
+ :default:
6
+ :one: "{0} day"
7
+ :other: "{0} روز"
8
+ :short:
9
+ :one: "{0} day"
10
+ :other: "{0} روز"
11
+ :day-future:
12
+ :default:
13
+ :one: "In {0} day"
14
+ :other: "{0} روز بعد"
15
+ :day-past:
16
+ :default:
17
+ :one: "{0} day ago"
18
+ :other: "{0} روز پیش"
19
+ :hour:
20
+ :default:
21
+ :one: "{0} hour"
22
+ :other: "{0} ساعت"
23
+ :short:
24
+ :one: "{0} hr"
25
+ :other: "{0} ساعت"
26
+ :hour-future:
27
+ :default:
28
+ :one: "In {0} hour"
29
+ :other: "{0} ساعت بعد"
30
+ :hour-past:
31
+ :default:
32
+ :one: "{0} hour ago"
33
+ :other: "{0} ساعت پیش"
34
+ :minute:
35
+ :default:
36
+ :one: "{0} minute"
37
+ :other: "{0} دقیقه"
38
+ :short:
39
+ :one: "{0} min"
40
+ :other: "{0} دقیقه"
41
+ :minute-future:
42
+ :default:
43
+ :one: "In {0} minute"
44
+ :other: "{0} دقیقه بعد"
45
+ :minute-past:
46
+ :default:
47
+ :one: "{0} minute ago"
48
+ :other: "{0} دقیقه پیش"
49
+ :month:
50
+ :default:
51
+ :one: "{0} month"
52
+ :other: "{0} ماه"
53
+ :short:
54
+ :one: "{0} mth"
55
+ :other: "{0} ماه"
56
+ :month-future:
57
+ :default:
58
+ :one: "In {0} month"
59
+ :other: "{0} ماه بعد"
60
+ :month-past:
61
+ :default:
62
+ :one: "{0} month ago"
63
+ :other: "{0} ماه پیش"
64
+ :second:
65
+ :default:
66
+ :one: "{0} second"
67
+ :other: "{0} ثانیه"
68
+ :short:
69
+ :one: "{0} sec"
70
+ :other: "{0} ثانیه"
71
+ :second-future:
72
+ :default:
73
+ :one: "In {0} second"
74
+ :other: "{0} ثانیه بعد"
75
+ :second-past:
76
+ :default:
77
+ :one: "{0} second ago"
78
+ :other: "{0} ثانیه پیش"
79
+ :week:
80
+ :default:
81
+ :one: "{0} week"
82
+ :other: "{0} هفته"
83
+ :short:
84
+ :one: "{0} wk"
85
+ :other: "{0} هفته"
86
+ :week-future:
87
+ :default:
88
+ :one: "In {0} week"
89
+ :other: "{0} هفته بعد"
90
+ :week-past:
91
+ :default:
92
+ :one: "{0} week ago"
93
+ :other: "{0} هفته پیش"
94
+ :year:
95
+ :default:
96
+ :one: "{0} year"
97
+ :other: "{0} سال"
98
+ :short:
99
+ :one: "{0} yr"
100
+ :other: "{0} سال"
101
+ :year-future:
102
+ :default:
103
+ :one: "In {0} year"
104
+ :other: "{0} سال بعد"
105
+ :year-past:
106
+ :default:
107
+ :one: "{0} year ago"
108
+ :other: "{0} سال پیش"
@@ -1,108 +1,869 @@
1
1
  ---
2
2
  :fa:
3
3
  :units:
4
- :day:
5
- :default:
6
- :one: "{0} day"
7
- :other: "{0} روز"
4
+ :durationUnit:
5
+ :hm: "h:mm"
6
+ :hms: "h:mm:ss"
7
+ :ms: "m:ss"
8
+ :unitLength:
9
+ :long:
10
+ :acceleration-g-force:
11
+ :one: "{0} نیروی جاذبه"
12
+ :other: "{0} جاذبه"
13
+ :acceleration-meter-per-second-squared:
14
+ :one: "{0} متر بر مجذور ثانیه"
15
+ :other: "{0} متر بر مجذور ثانیه"
16
+ :angle-arc-minute:
17
+ :one: "{0} دقیقهٔ قوسی"
18
+ :other: "{0} دقیقهٔ قوسی"
19
+ :angle-arc-second:
20
+ :one: "{0} ثانیهٔ قوسی"
21
+ :other: "{0} ثانیهٔ قوسی"
22
+ :angle-degree:
23
+ :one: "{0} درجه"
24
+ :other: "{0} درجه"
25
+ :angle-radian:
26
+ :one: "{0} رادیان"
27
+ :other: "{0} رادیان"
28
+ :area-acre:
29
+ :one: "{0} جریب"
30
+ :other: "{0} جریب"
31
+ :area-hectare:
32
+ :one: "{0} هکتار"
33
+ :other: "{0} هکتار"
34
+ :area-square-centimeter:
35
+ :one: "{0} سانتی‌متر مربع"
36
+ :other: "{0} سانتی‌متر مربع"
37
+ :area-square-foot:
38
+ :one: "{0} فوت مربع"
39
+ :other: "{0} فوت مربع"
40
+ :area-square-inch:
41
+ :one: "{0} اینچ مربع"
42
+ :other: "{0} اینچ مربع"
43
+ :area-square-kilometer:
44
+ :one: "{0} کیلومتر مربع"
45
+ :other: "{0} کیلومتر مربع"
46
+ :area-square-meter:
47
+ :one: "{0} متر مربع"
48
+ :other: "{0} متر مربع"
49
+ :area-square-mile:
50
+ :one: "{0} مایل مربع"
51
+ :other: "{0} مایل مربع"
52
+ :area-square-yard:
53
+ :one: "{0} یارد مربع"
54
+ :other: "{0} یارد مربع"
55
+ :consumption-liter-per-kilometer:
56
+ :one: "{0} لیتر در کیلومتر"
57
+ :other: "{0} لیتر در کیلومتر"
58
+ :consumption-mile-per-gallon:
59
+ :one: "{0} مایل در گالن"
60
+ :other: "{0} مایل در گالن"
61
+ :digital-bit:
62
+ :one: "{0} بیت"
63
+ :other: "{0} بیت"
64
+ :digital-byte:
65
+ :one: "{0} بایت"
66
+ :other: "{0} بایت"
67
+ :digital-gigabit:
68
+ :one: "{0} گیگابیت"
69
+ :other: "{0} گیگابیت"
70
+ :digital-gigabyte:
71
+ :one: "{0} گیگابایت"
72
+ :other: "{0} گیگابایت"
73
+ :digital-kilobit:
74
+ :one: "{0} کیلوبیت"
75
+ :other: "{0} کیلوبیت"
76
+ :digital-kilobyte:
77
+ :one: "{0} کیلوبایت"
78
+ :other: "{0} کیلوبایت"
79
+ :digital-megabit:
80
+ :one: "{0} مگابیت"
81
+ :other: "{0} مگابیت"
82
+ :digital-megabyte:
83
+ :one: "{0} مگابایت"
84
+ :other: "{0} مگابایت"
85
+ :digital-terabit:
86
+ :one: "{0} ترابیت"
87
+ :other: "{0} ترابیت"
88
+ :digital-terabyte:
89
+ :one: "{0} ترابایت"
90
+ :other: "{0} ترابایت"
91
+ :duration-day:
92
+ :one: "{0} روز"
93
+ :other: "{0} روز"
94
+ :duration-hour:
95
+ :one: "{0} ساعت"
96
+ :other: "{0} ساعت"
97
+ :duration-microsecond:
98
+ :one: "{0} میکروثانیه"
99
+ :other: "{0} میکروثانیه"
100
+ :duration-millisecond:
101
+ :one: "{0} میلی‌ثانیه"
102
+ :other: "{0} میلی‌ثانیه"
103
+ :duration-minute:
104
+ :one: "{0} دقیقه"
105
+ :other: "{0} دقیقه"
106
+ :duration-month:
107
+ :one: "{0} ماه"
108
+ :other: "{0} ماه"
109
+ :duration-nanosecond:
110
+ :one: "{0} نانوثانیه"
111
+ :other: "{0} نانوثانیه"
112
+ :duration-second:
113
+ :one: "{0} ثانیه"
114
+ :other: "{0} ثانیه"
115
+ :duration-week:
116
+ :one: "{0} هفته"
117
+ :other: "{0} هفته"
118
+ :duration-year:
119
+ :one: "{0} سال"
120
+ :other: "{0} سال"
121
+ :electric-ampere:
122
+ :one: "{0} آمپر"
123
+ :other: "{0} آمپر"
124
+ :electric-milliampere:
125
+ :one: "{0} میلی‌آمپر"
126
+ :other: "{0} میلی‌آمپر"
127
+ :electric-ohm:
128
+ :one: "{0} اهم"
129
+ :other: "{0} اهم"
130
+ :electric-volt:
131
+ :one: "{0} ولت"
132
+ :other: "{0} ولت"
133
+ :energy-calorie:
134
+ :one: "{0} کالری"
135
+ :other: "{0} کالری"
136
+ :energy-foodcalorie:
137
+ :one: "{0} کالری"
138
+ :other: "{0} کالری"
139
+ :energy-joule:
140
+ :one: "{0} ژول"
141
+ :other: "{0} ژول"
142
+ :energy-kilocalorie:
143
+ :one: "{0} کیلوکالری"
144
+ :other: "{0} کیلوکالری"
145
+ :energy-kilojoule:
146
+ :one: "{0} کیلوژول"
147
+ :other: "{0} کیلوژول"
148
+ :energy-kilowatt-hour:
149
+ :one: "{0} کیلووات‌ساعت"
150
+ :other: "{0} کیلووات‌ساعت"
151
+ :frequency-gigahertz:
152
+ :one: "{0} گیگاهرتز"
153
+ :other: "{0} گیگاهرتز"
154
+ :frequency-hertz:
155
+ :one: "{0} هرتز"
156
+ :other: "{0} هرتز"
157
+ :frequency-kilohertz:
158
+ :one: "{0} کیلوهرتز"
159
+ :other: "{0} کیلوهرتز"
160
+ :frequency-megahertz:
161
+ :one: "{0} مگاهرتز"
162
+ :other: "{0} مگاهرتز"
163
+ :length-astronomical-unit:
164
+ :one: "{0} واحد نجومی"
165
+ :other: "{0} واحد نجومی"
166
+ :length-centimeter:
167
+ :one: "{0} سانتی‌متر"
168
+ :other: "{0} سانتی‌متر"
169
+ :length-decimeter:
170
+ :one: "{0} دسی‌متر"
171
+ :other: "{0} دسی‌متر"
172
+ :length-foot:
173
+ :one: "{0} فوت"
174
+ :other: "{0} فوت"
175
+ :length-inch:
176
+ :one: "{0} اینچ"
177
+ :other: "{0} اینچ"
178
+ :length-kilometer:
179
+ :one: "{0} کیلومتر"
180
+ :other: "{0} کیلومتر"
181
+ :length-light-year:
182
+ :one: "{0} سال نوری"
183
+ :other: "{0} سال نوری"
184
+ :length-meter:
185
+ :one: "{0} متر"
186
+ :other: "{0} متر"
187
+ :length-micrometer:
188
+ :one: "{0} میکرومتر"
189
+ :other: "{0} میکرومتر"
190
+ :length-mile:
191
+ :one: "{0} مایل"
192
+ :other: "{0} مایل"
193
+ :length-millimeter:
194
+ :one: "{0} میلی‌متر"
195
+ :other: "{0} میلی‌متر"
196
+ :length-nanometer:
197
+ :one: "{0} نانومتر"
198
+ :other: "{0} نانومتر"
199
+ :length-nautical-mile:
200
+ :one: "{0} مایل دریایی"
201
+ :other: "{0} مایل دریایی"
202
+ :length-parsec:
203
+ :one: "{0} پارسک"
204
+ :other: "{0} پارسک"
205
+ :length-picometer:
206
+ :one: "{0} پیکومتر"
207
+ :other: "{0} پیکومتر"
208
+ :length-yard:
209
+ :one: "{0} یارد"
210
+ :other: "{0} یارد"
211
+ :light-lux:
212
+ :one: "{0} لوکس"
213
+ :other: "{0} لوکس"
214
+ :mass-carat:
215
+ :one: "{0} قیراط"
216
+ :other: "{0} قیراط"
217
+ :mass-gram:
218
+ :one: "{0} گرم"
219
+ :other: "{0} گرم"
220
+ :mass-kilogram:
221
+ :one: "{0} کیلوگرم"
222
+ :other: "{0} کیلوگرم"
223
+ :mass-metric-ton:
224
+ :one: "{0} تن متریک"
225
+ :other: "{0} تن متریک"
226
+ :mass-microgram:
227
+ :one: "{0} میکروگرم"
228
+ :other: "{0} میکروگرم"
229
+ :mass-milligram:
230
+ :one: "{0} میلی‌گرم"
231
+ :other: "{0} میلی‌گرم"
232
+ :mass-ounce:
233
+ :one: "{0} اونس"
234
+ :other: "{0} اونس"
235
+ :mass-ounce-troy:
236
+ :one: "{0} اونس تروا"
237
+ :other: "{0} اونس تروا"
238
+ :mass-pound:
239
+ :one: "{0} پوند"
240
+ :other: "{0} پوند"
241
+ :mass-ton:
242
+ :one: "{0} تن"
243
+ :other: "{0} تن"
244
+ :power-gigawatt:
245
+ :one: "{0} گیگاوات"
246
+ :other: "{0} گیگاوات"
247
+ :power-horsepower:
248
+ :one: "{0} اسب بخار"
249
+ :other: "{0} اسب بخار"
250
+ :power-kilowatt:
251
+ :one: "{0} کیلووات"
252
+ :other: "{0} کیلووات"
253
+ :power-megawatt:
254
+ :one: "{0} مگاوات"
255
+ :other: "{0} مگاوات"
256
+ :power-milliwatt:
257
+ :one: "{0} میلی‌وات"
258
+ :other: "{0} میلی‌وات"
259
+ :power-watt:
260
+ :one: "{0} وات"
261
+ :other: "{0} وات"
262
+ :pressure-hectopascal:
263
+ :one: "{0} هکتوپاسکال"
264
+ :other: "{0} هکتوپاسکال"
265
+ :pressure-inch-hg:
266
+ :one: "{0} اینچ جیوه"
267
+ :other: "{0} اینچ جیوه"
268
+ :pressure-millibar:
269
+ :one: "{0} میلی‌بار"
270
+ :other: "{0} میلی‌بار"
271
+ :pressure-millimeter-of-mercury:
272
+ :one: "{0} میلی‌متر جیوه"
273
+ :other: "{0} میلی‌متر جیوه"
274
+ :pressure-pound-per-square-inch:
275
+ :one: "{0} پوند در اینچ مربع"
276
+ :other: "{0} پوند در اینچ مربع"
277
+ :proportion-karat:
278
+ :one: "{0} عیار"
279
+ :other: "{0} عیار"
280
+ :speed-kilometer-per-hour:
281
+ :one: "{0} کیلومتر در ساعت"
282
+ :other: "{0} کیلومتر در ساعت"
283
+ :speed-meter-per-second:
284
+ :one: "{0} متر در ثانیه"
285
+ :other: "{0} متر در ثانیه"
286
+ :speed-mile-per-hour:
287
+ :one: "{0} مایل در ساعت"
288
+ :other: "{0} مایل در ساعت"
289
+ :temperature-celsius:
290
+ :one: "{0} درجهٔ سلسیوس"
291
+ :other: "{0} درجهٔ سلسیوس"
292
+ :temperature-fahrenheit:
293
+ :one: "{0} درجهٔ فارنهایت"
294
+ :other: "{0}°F"
295
+ :temperature-kelvin:
296
+ :one: "{0} درجهٔ کلوین"
297
+ :other: "{0} درجهٔ کلوین"
298
+ :volume-acre-foot:
299
+ :one: "{0} جریب-فوت"
300
+ :other: "{0} جریب-فوت"
301
+ :volume-centiliter:
302
+ :one: "{0} سانتی‌لیتر"
303
+ :other: "{0} سانتی‌لیتر"
304
+ :volume-cubic-centimeter:
305
+ :one: "{0} سانتی‌متر مکعب"
306
+ :other: "{0} سانتی‌متر مکعب"
307
+ :volume-cubic-foot:
308
+ :one: "{0} فوت مکعب"
309
+ :other: "{0} فوت مکعب"
310
+ :volume-cubic-inch:
311
+ :one: "{0} اینچ مکعب"
312
+ :other: "{0} اینچ مکعب"
313
+ :volume-cubic-kilometer:
314
+ :one: "{0} کیلومتر مکعب"
315
+ :other: "{0} کیلومتر مکعب"
316
+ :volume-cubic-meter:
317
+ :one: "{0} متر مکعب"
318
+ :other: "{0} متر مکعب"
319
+ :volume-cubic-mile:
320
+ :one: "{0} مایل مکعب"
321
+ :other: "{0} مایل مکعب"
322
+ :volume-cubic-yard:
323
+ :one: "{0} یارد مکعب"
324
+ :other: "{0} یارد مکعب"
325
+ :volume-cup:
326
+ :one: "{0} پیمانه"
327
+ :other: "{0} پیمانه"
328
+ :volume-deciliter:
329
+ :one: "{0} دسی‌لیتر"
330
+ :other: "{0} دسی‌لیتر"
331
+ :volume-fluid-ounce:
332
+ :one: "{0} اونس سیال"
333
+ :other: "{0} اونس سیال"
334
+ :volume-gallon:
335
+ :one: "{0} گالون"
336
+ :other: "{0} گالون"
337
+ :volume-hectoliter:
338
+ :one: "{0} هکتولیتر"
339
+ :other: "{0} هکتولیتر"
340
+ :volume-liter:
341
+ :one: "{0} لیتر"
342
+ :other: "{0} لیتر"
343
+ :volume-megaliter:
344
+ :one: "{0} مگالیتر"
345
+ :other: "{0} مگالیتر"
346
+ :volume-milliliter:
347
+ :one: "{0} میلی‌لیتر"
348
+ :other: "{0} میلی‌لیتر"
349
+ :volume-pint:
350
+ :one: "{0} پاینت"
351
+ :other: "{0} پاینت"
352
+ :volume-quart:
353
+ :one: "{0} کوارت"
354
+ :other: "{0} کوارت"
355
+ :volume-tablespoon:
356
+ :one: "{0} قاشق غذاخوری"
357
+ :other: "{0} قاشق غذاخوری"
358
+ :volume-teaspoon:
359
+ :one: "{0} قاشق چای‌خوری"
360
+ :other: "{0} قاشق چای‌خوری"
361
+ :narrow:
362
+ :acceleration-g-force:
363
+ :one: "{0}G"
364
+ :other: "{0}G"
365
+ :angle-arc-minute:
366
+ :one: "{0}′"
367
+ :other: "{0}′"
368
+ :angle-arc-second:
369
+ :one: "{0}″"
370
+ :other: "{0}″"
371
+ :angle-degree:
372
+ :one: "{0}°"
373
+ :other: "{0}°"
374
+ :angle-radian: {}
375
+ :area-acre:
376
+ :one: "{0}جریب"
377
+ :other: "{0} جریب"
378
+ :area-hectare:
379
+ :one: "{0}ha"
380
+ :other: "{0}ha"
381
+ :area-square-foot:
382
+ :one: "{0}ft²"
383
+ :other: "{0}ft²"
384
+ :area-square-kilometer:
385
+ :one: "{0}km²"
386
+ :other: "{0}km²"
387
+ :area-square-meter:
388
+ :one: "{0}m²"
389
+ :other: "{0}m²"
390
+ :area-square-mile:
391
+ :one: "{0} mi²"
392
+ :other: "{0} mi²"
393
+ :digital-bit: {}
394
+ :digital-byte: {}
395
+ :duration-day:
396
+ :one: "{0} روز"
397
+ :other: "{0} روز"
398
+ :duration-hour:
399
+ :one: "{0} ساعت"
400
+ :other: "{0} ساعت"
401
+ :duration-microsecond: {}
402
+ :duration-millisecond:
403
+ :one: "{0}ms"
404
+ :other: "{0}ms"
405
+ :duration-minute:
406
+ :one: "{0} دقیقه"
407
+ :other: "{0} دقیقه"
408
+ :duration-month:
409
+ :one: "{0} ماه"
410
+ :other: "{0} ماه"
411
+ :duration-second:
412
+ :one: "{0}ثانیه"
413
+ :other: "{0}ثانیه"
414
+ :duration-week:
415
+ :one: "{0} هفته"
416
+ :other: "{0} هفته"
417
+ :duration-year:
418
+ :one: "{0} سال"
419
+ :other: "{0} سال"
420
+ :frequency-gigahertz: {}
421
+ :frequency-kilohertz: {}
422
+ :frequency-megahertz: {}
423
+ :length-centimeter:
424
+ :one: "‎{0}cm"
425
+ :other: "‎{0}cm"
426
+ :length-foot:
427
+ :one: "{0}ft"
428
+ :other: "{0}ft"
429
+ :length-inch:
430
+ :one: "{0}in"
431
+ :other: "{0}in"
432
+ :length-kilometer:
433
+ :one: "{0}km"
434
+ :other: "{0}km"
435
+ :length-light-year:
436
+ :one: "{0}ly"
437
+ :other: "{0}ly"
438
+ :length-meter:
439
+ :one: "{0} متر"
440
+ :other: "{0} متر"
441
+ :length-mile:
442
+ :one: "{0}mi"
443
+ :other: "{0}mi"
444
+ :length-millimeter:
445
+ :one: "{0}میلی‌متر"
446
+ :other: "{0}میلی‌متر"
447
+ :length-picometer:
448
+ :one: "{0}pm"
449
+ :other: "{0}pm"
450
+ :length-yard:
451
+ :one: "{0}yd"
452
+ :other: "{0}yd"
453
+ :mass-gram:
454
+ :one: "{0} گرم"
455
+ :other: "{0} گرم"
456
+ :mass-kilogram:
457
+ :one: "{0}kg"
458
+ :other: "{0}kg"
459
+ :mass-ounce:
460
+ :one: "{0}oz"
461
+ :other: "{0}oz"
462
+ :mass-pound:
463
+ :one: "{0}lb"
464
+ :other: "{0}lb"
465
+ :power-horsepower:
466
+ :one: "{0}hp"
467
+ :other: "{0}hp"
468
+ :power-kilowatt:
469
+ :one: "{0}kW"
470
+ :other: "{0}kW"
471
+ :power-watt:
472
+ :one: "{0}W"
473
+ :other: "{0}W"
474
+ :pressure-hectopascal:
475
+ :one: "{0}hPa"
476
+ :other: "{0}hPa"
477
+ :pressure-inch-hg:
478
+ :one: "{0}inHg"
479
+ :other: "{0}inHg"
480
+ :pressure-millibar:
481
+ :one: "{0}mbar"
482
+ :other: "{0}mbar"
483
+ :speed-kilometer-per-hour:
484
+ :one: "{0}km/h"
485
+ :other: "{0}km/h"
486
+ :speed-meter-per-second:
487
+ :one: "{0}m/s"
488
+ :other: "{0}m/s"
489
+ :speed-mile-per-hour:
490
+ :one: "{0}mph"
491
+ :other: "{0}mph"
492
+ :temperature-celsius:
493
+ :one: "{0}°C"
494
+ :other: "{0}°C"
495
+ :temperature-fahrenheit:
496
+ :one: "{0}°F"
497
+ :other: "{0}°F"
498
+ :temperature-kelvin:
499
+ :one: "{0}K"
500
+ :other: "{0}K"
501
+ :volume-cubic-kilometer:
502
+ :one: "{0}km³"
503
+ :other: "{0}km³"
504
+ :volume-cubic-mile:
505
+ :one: "{0}mi³"
506
+ :other: "{0}mi³"
507
+ :volume-liter:
508
+ :one: "{0} لیتر"
509
+ :other: "{0} لیتر"
8
510
  :short:
9
- :one: "{0} day"
10
- :other: "{0} روز"
11
- :day-future:
12
- :default:
13
- :one: "In {0} day"
14
- :other: "{0} روز بعد"
15
- :day-past:
16
- :default:
17
- :one: "{0} day ago"
18
- :other: "{0} روز پیش"
19
- :hour:
20
- :default:
21
- :one: "{0} hour"
22
- :other: "{0} ساعت"
23
- :short:
24
- :one: "{0} hr"
25
- :other: "{0} ساعت"
26
- :hour-future:
27
- :default:
28
- :one: "In {0} hour"
29
- :other: "{0} ساعت بعد"
30
- :hour-past:
31
- :default:
32
- :one: "{0} hour ago"
33
- :other: "{0} ساعت پیش"
34
- :minute:
35
- :default:
36
- :one: "{0} minute"
37
- :other: "{0} دقیقه"
38
- :short:
39
- :one: "{0} min"
40
- :other: "{0} دقیقه"
41
- :minute-future:
42
- :default:
43
- :one: "In {0} minute"
44
- :other: "{0} دقیقه بعد"
45
- :minute-past:
46
- :default:
47
- :one: "{0} minute ago"
48
- :other: "{0} دقیقه پیش"
49
- :month:
50
- :default:
51
- :one: "{0} month"
52
- :other: "{0} ماه"
53
- :short:
54
- :one: "{0} mth"
55
- :other: "{0} ماه"
56
- :month-future:
57
- :default:
58
- :one: "In {0} month"
59
- :other: "{0} ماه بعد"
60
- :month-past:
61
- :default:
62
- :one: "{0} month ago"
63
- :other: "{0} ماه پیش"
64
- :second:
65
- :default:
66
- :one: "{0} second"
67
- :other: "{0} ثانیه"
68
- :short:
69
- :one: "{0} sec"
70
- :other: "{0} ثانیه"
71
- :second-future:
72
- :default:
73
- :one: "In {0} second"
74
- :other: "{0} ثانیه بعد"
75
- :second-past:
76
- :default:
77
- :one: "{0} second ago"
78
- :other: "{0} ثانیه پیش"
79
- :week:
80
- :default:
81
- :one: "{0} week"
82
- :other: "{0} هفته"
83
- :short:
84
- :one: "{0} wk"
85
- :other: "{0} هفته"
86
- :week-future:
87
- :default:
88
- :one: "In {0} week"
89
- :other: "{0} هفته بعد"
90
- :week-past:
91
- :default:
92
- :one: "{0} week ago"
93
- :other: "{0} هفته پیش"
94
- :year:
95
- :default:
96
- :one: "{0} year"
97
- :other: "{0} سال"
98
- :short:
99
- :one: "{0} yr"
100
- :other: "{0} سال"
101
- :year-future:
102
- :default:
103
- :one: "In {0} year"
104
- :other: "{0} سال بعد"
105
- :year-past:
106
- :default:
107
- :one: "{0} year ago"
108
- :other: "{0} سال پیش"
511
+ :acceleration-g-force:
512
+ :one: "{0} جاذبه"
513
+ :other: "{0} جاذبه"
514
+ :acceleration-meter-per-second-squared:
515
+ :one: "{0} m/s²"
516
+ :other: "{0} m/s²"
517
+ :angle-arc-minute:
518
+ :one: "{0} دقیقهٔ قوسی"
519
+ :other: "{0} دقیقهٔ قوسی"
520
+ :angle-arc-second:
521
+ :one: "{0} ثانیهٔ قوسی"
522
+ :other: "{0} ثانیهٔ قوسی"
523
+ :angle-degree:
524
+ :one: "{0} درجه"
525
+ :other: "{0} درجه"
526
+ :angle-radian:
527
+ :one: "{0} رادیان"
528
+ :other: "{0} رادیان"
529
+ :area-acre:
530
+ :one: "{0} جریب"
531
+ :other: "{0} جریب"
532
+ :area-hectare:
533
+ :one: "{0} هکتار"
534
+ :other: "{0} هکتار"
535
+ :area-square-centimeter:
536
+ :one: "{0} cm²"
537
+ :other: "{0} cm²"
538
+ :area-square-foot:
539
+ :one: "{0} فوت مربع"
540
+ :other: "{0} فوت مربع"
541
+ :area-square-inch:
542
+ :one: "{0} اینچ مربع"
543
+ :other: "{0} اینچ مربع"
544
+ :area-square-kilometer:
545
+ :one: "{0} km²"
546
+ :other: "{0} km²"
547
+ :area-square-meter:
548
+ :one: "{0} مترمربع"
549
+ :other: "{0} مترمربع"
550
+ :area-square-mile:
551
+ :one: "{0} مایل مربع"
552
+ :other: "{0} مایل مربع"
553
+ :area-square-yard:
554
+ :one: "{0} یارد مربع"
555
+ :other: "{0} یارد مربع"
556
+ :consumption-liter-per-kilometer:
557
+ :one: "{0} L/km"
558
+ :other: "{0} L/km"
559
+ :consumption-mile-per-gallon:
560
+ :one: "{0} مایل در گالن"
561
+ :other: "{0} مایل در گالن"
562
+ :digital-bit:
563
+ :one: "{0} بیت"
564
+ :other: "{0} بیت"
565
+ :digital-byte:
566
+ :one: "{0} بایت"
567
+ :other: "{0} بایت"
568
+ :digital-gigabit:
569
+ :one: "{0} گیگابیت"
570
+ :other: "{0} گیگابیت"
571
+ :digital-gigabyte:
572
+ :one: "{0} گیگابایت"
573
+ :other: "{0} گیگابایت"
574
+ :digital-kilobit:
575
+ :one: "{0} کیلوبیت"
576
+ :other: "{0} کیلوبیت"
577
+ :digital-kilobyte:
578
+ :one: "{0} کیلوبایت"
579
+ :other: "{0} کیلوبایت"
580
+ :digital-megabit:
581
+ :one: "{0} مگابیت"
582
+ :other: "{0} مگابیت"
583
+ :digital-megabyte:
584
+ :one: "{0} مگابایت"
585
+ :other: "{0} مگابایت"
586
+ :digital-terabit:
587
+ :one: "{0} ترابیت"
588
+ :other: "{0} ترابیت"
589
+ :digital-terabyte:
590
+ :one: "{0} ترابایت"
591
+ :other: "{0} ترابایت"
592
+ :duration-day:
593
+ :one: "{0} روز"
594
+ :other: "{0} روز"
595
+ :duration-hour:
596
+ :one: "{0} ساعت"
597
+ :other: "{0} ساعت"
598
+ :duration-microsecond:
599
+ :one: "{0} میکروثانیه"
600
+ :other: "{0} میکروثانیه"
601
+ :duration-millisecond:
602
+ :one: "{0} میلی‌ثانیه"
603
+ :other: "{0} میلی‌ثانیه"
604
+ :duration-minute:
605
+ :one: "{0} دقیقه"
606
+ :other: "{0} دقیقه"
607
+ :duration-month:
608
+ :one: "{0} ماه"
609
+ :other: "{0} ماه"
610
+ :duration-nanosecond:
611
+ :one: "{0} نانوثانیه"
612
+ :other: "{0} نانوثانیه"
613
+ :duration-second:
614
+ :one: "{0} ثانیه"
615
+ :other: "{0} ثانیه"
616
+ :duration-week:
617
+ :one: "{0} هفته"
618
+ :other: "{0} هفته"
619
+ :duration-year:
620
+ :one: "{0} سال"
621
+ :other: "{0} سال"
622
+ :electric-ampere:
623
+ :one: "{0} آمپر"
624
+ :other: "{0} آمپر"
625
+ :electric-milliampere:
626
+ :one: "{0} میلی‌آمپر"
627
+ :other: "{0} میلی‌آمپر"
628
+ :electric-ohm:
629
+ :one: "{0} اهم"
630
+ :other: "{0} اهم"
631
+ :electric-volt:
632
+ :one: "{0} ولت"
633
+ :other: "{0} ولت"
634
+ :energy-calorie:
635
+ :one: "{0} cal"
636
+ :other: "{0} cal"
637
+ :energy-foodcalorie:
638
+ :one: "{0} Cal"
639
+ :other: "{0} Cal"
640
+ :energy-joule:
641
+ :one: "{0} ژول"
642
+ :other: "{0} ژول"
643
+ :energy-kilocalorie:
644
+ :one: "{0} کیلوکالری"
645
+ :other: "{0} کیلوکالری"
646
+ :energy-kilojoule:
647
+ :one: "{0} کیلوژول"
648
+ :other: "{0} کیلوژول"
649
+ :energy-kilowatt-hour:
650
+ :one: "{0} kWh"
651
+ :other: "{0} kWh"
652
+ :frequency-gigahertz:
653
+ :one: "{0} گیگاهرتز"
654
+ :other: "{0} گیگاهرتز"
655
+ :frequency-hertz:
656
+ :one: "{0} هرتز"
657
+ :other: "{0} هرتز"
658
+ :frequency-kilohertz:
659
+ :one: "{0} کیلوهرتز"
660
+ :other: "{0} کیلوهرتز"
661
+ :frequency-megahertz:
662
+ :one: "{0} مگاهرتز"
663
+ :other: "{0} مگاهرتز"
664
+ :length-astronomical-unit:
665
+ :one: "{0} واحد نجومی"
666
+ :other: "{0} واحد نجومی"
667
+ :length-centimeter:
668
+ :one: "{0} سانت"
669
+ :other: "{0} سانت"
670
+ :length-decimeter:
671
+ :one: "{0} دسی‌متر"
672
+ :other: "{0} دسی‌متر"
673
+ :length-fathom:
674
+ :other: "{0} fm"
675
+ :length-foot:
676
+ :one: "{0} فوت"
677
+ :other: "{0} فوت"
678
+ :length-furlong:
679
+ :other: "{0} fur"
680
+ :length-inch:
681
+ :one: "{0} اینچ"
682
+ :other: "{0} اینچ"
683
+ :length-kilometer:
684
+ :one: "{0} کیلومتر"
685
+ :other: "{0} کیلومتر"
686
+ :length-light-year:
687
+ :one: "{0} سال نوری"
688
+ :other: "{0} سال نوری"
689
+ :length-meter:
690
+ :one: "{0} متر"
691
+ :other: "{0} متر"
692
+ :length-micrometer:
693
+ :one: "{0} میکرومتر"
694
+ :other: "{0} میکرومتر"
695
+ :length-mile:
696
+ :one: "{0} مایل"
697
+ :other: "{0} مایل"
698
+ :length-millimeter:
699
+ :one: "{0} میلی‌متر"
700
+ :other: "{0} میلی‌متر"
701
+ :length-nanometer:
702
+ :one: "{0} نانومتر"
703
+ :other: "{0} نانومتر"
704
+ :length-nautical-mile:
705
+ :one: "{0} مایل دریایی"
706
+ :other: "{0} مایل دریایی"
707
+ :length-parsec:
708
+ :one: "{0} پارسک"
709
+ :other: "{0} پارسک"
710
+ :length-picometer:
711
+ :one: "{0} پیکومتر"
712
+ :other: "{0} پیکومتر"
713
+ :length-yard:
714
+ :one: "{0} یارد"
715
+ :other: "{0} یارد"
716
+ :light-lux:
717
+ :one: "{0} لوکس"
718
+ :other: "{0} لوکس"
719
+ :mass-carat:
720
+ :one: "{0} قیراط"
721
+ :other: "{0} قیراط"
722
+ :mass-gram:
723
+ :one: "{0} گرم"
724
+ :other: "{0} گرم"
725
+ :mass-kilogram:
726
+ :one: "{0} کیلوگرم"
727
+ :other: "{0} کیلوگرم"
728
+ :mass-metric-ton:
729
+ :one: "{0} تن متریک"
730
+ :other: "{0} تن متریک"
731
+ :mass-microgram:
732
+ :one: "{0} میکروگرم"
733
+ :other: "{0} میکروگرم"
734
+ :mass-milligram:
735
+ :one: "{0} میلی‌گرم"
736
+ :other: "{0} میلی‌گرم"
737
+ :mass-ounce:
738
+ :one: "{0} اونس"
739
+ :other: "{0} اونس"
740
+ :mass-ounce-troy:
741
+ :one: "{0} اونس تروا"
742
+ :other: "{0} اونس تروا"
743
+ :mass-pound:
744
+ :one: "{0} پوند"
745
+ :other: "{0} پوند"
746
+ :mass-stone:
747
+ :other: "{0} st"
748
+ :mass-ton:
749
+ :one: "{0} تن"
750
+ :other: "{0} تن"
751
+ :power-gigawatt:
752
+ :one: "{0} گیگاوات"
753
+ :other: "{0} گیگاوات"
754
+ :power-horsepower:
755
+ :one: "{0} اسب بخار"
756
+ :other: "{0} اسب بخار"
757
+ :power-kilowatt:
758
+ :one: "{0} کیلووات"
759
+ :other: "{0} کیلووات"
760
+ :power-megawatt:
761
+ :one: "{0} مگاوات"
762
+ :other: "{0} مگاوات"
763
+ :power-milliwatt:
764
+ :one: "{0} میلی‌وات"
765
+ :other: "{0} میلی‌وات"
766
+ :power-watt:
767
+ :one: "{0} وات"
768
+ :other: "{0} وات"
769
+ :pressure-hectopascal:
770
+ :one: "{0} hPa"
771
+ :other: "{0} hPa"
772
+ :pressure-inch-hg:
773
+ :one: "{0} اینچ جیوه"
774
+ :other: "{0} اینچ جیوه"
775
+ :pressure-millibar:
776
+ :one: "{0} میلی‌بار"
777
+ :other: "{0} میلی‌بار"
778
+ :pressure-millimeter-of-mercury:
779
+ :one: "{0} mm Hg"
780
+ :other: "{0} mm Hg"
781
+ :pressure-pound-per-square-inch:
782
+ :one: "{0} psi"
783
+ :other: "{0} psi"
784
+ :proportion-karat:
785
+ :one: "{0} عیار"
786
+ :other: "{0} عیار"
787
+ :speed-kilometer-per-hour:
788
+ :one: "{0} km/h"
789
+ :other: "{0} km/h"
790
+ :speed-meter-per-second:
791
+ :one: "{0} متردرثانیه"
792
+ :other: "{0} متردرثانیه"
793
+ :speed-mile-per-hour:
794
+ :one: "{0} m/h"
795
+ :other: "{0} m/h"
796
+ :temperature-celsius:
797
+ :one: "{0}°C"
798
+ :other: "{0}°C"
799
+ :temperature-fahrenheit:
800
+ :one: "{0}°F"
801
+ :other: "{0}°F"
802
+ :temperature-kelvin:
803
+ :one: "‎{0} K"
804
+ :other: "‎{0} K"
805
+ :volume-acre-foot:
806
+ :one: "{0} جریب فوت"
807
+ :other: "{0} جریب فوت"
808
+ :volume-bushel:
809
+ :other: "{0} bu"
810
+ :volume-centiliter:
811
+ :one: "{0} سانتی‌لیتر"
812
+ :other: "{0} سانتی‌لیتر"
813
+ :volume-cubic-centimeter:
814
+ :one: "{0} cm³"
815
+ :other: "{0} cm³"
816
+ :volume-cubic-foot:
817
+ :one: "{0} فوت مکعب"
818
+ :other: "{0} فوت مکعب"
819
+ :volume-cubic-inch:
820
+ :one: "{0} اینچ مکعب"
821
+ :other: "{0} اینچ مکعب"
822
+ :volume-cubic-kilometer:
823
+ :one: "{0} km³"
824
+ :other: "{0} km³"
825
+ :volume-cubic-meter:
826
+ :one: "{0} متر مکعب"
827
+ :other: "{0} متر مکعب"
828
+ :volume-cubic-mile:
829
+ :one: "{0} مایل مکعب"
830
+ :other: "{0} مایل مکعب"
831
+ :volume-cubic-yard:
832
+ :one: "{0} یارد مکعب"
833
+ :other: "{0} یارد مکعب"
834
+ :volume-cup:
835
+ :one: "{0} پیمانه"
836
+ :other: "{0} پیمانه"
837
+ :volume-deciliter:
838
+ :one: "{0} دسی‌لیتر"
839
+ :other: "{0} دسی‌لیتر"
840
+ :volume-fluid-ounce:
841
+ :one: "{0}انس‌سیال"
842
+ :other: "{0}انس‌سیال"
843
+ :volume-gallon:
844
+ :one: "{0} گالون"
845
+ :other: "{0} گالون"
846
+ :volume-hectoliter:
847
+ :one: "{0} هکتولیتر"
848
+ :other: "{0} هکتولیتر"
849
+ :volume-liter:
850
+ :one: "{0} لیتر"
851
+ :other: "{0} لیتر"
852
+ :volume-megaliter:
853
+ :one: "{0} مگالیتر"
854
+ :other: "{0} مگالیتر"
855
+ :volume-milliliter:
856
+ :one: "{0} میلی‌لیتر"
857
+ :other: "{0} میلی‌لیتر"
858
+ :volume-pint:
859
+ :one: "{0} پاینت"
860
+ :other: "{0} پاینت"
861
+ :volume-quart:
862
+ :one: "{0} کوارت"
863
+ :other: "{0} کوارت"
864
+ :volume-tablespoon:
865
+ :one: "{0} قاشق غ."
866
+ :other: "{0} قاشق غ."
867
+ :volume-teaspoon:
868
+ :one: "{0} قاشق چ."
869
+ :other: "{0} قاشق چ."