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