Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(302)

Side by Side Diff: source/data/unit/fa.txt

Issue 1621843002: ICU 56 update step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@561
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « source/data/unit/ewo.txt ('k') | source/data/unit/ff.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // *************************************************************************** 1 // ***************************************************************************
2 // * 2 // *
3 // * Copyright (C) 2014 International Business Machines 3 // * Copyright (C) 2015 International Business Machines
4 // * Corporation and others. All Rights Reserved. 4 // * Corporation and others. All Rights Reserved.
5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter 5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
6 // * Source File: <path>/common/main/fa.xml 6 // * Source File: <path>/common/main/fa.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 /**
10 * ICU <specials> source: <path>/common/main/fa.xml
11 */
12 fa{ 9 fa{
13 Version{"2.1.8.9"} 10 Version{"2.1.19.94"}
11 durationUnits{
12 hm{"h:mm"}
13 hms{"h:mm:ss"}
14 ms{"m:ss"}
15 }
14 units{ 16 units{
17 acceleration{
18 g-force{
19 dnam{"نیروی جاذبه"}
20 one{"{0} نیروی جاذبه"}
21 other{"{0} جاذبه"}
22 }
23 meter-per-second-squared{
24 dnam{"متر بر مجذور ثانیه"}
25 one{"{0} متر بر مجذور ثانیه"}
26 other{"{0} متر بر مجذور ثانیه"}
27 }
28 }
29 angle{
30 arc-minute{
31 dnam{"دقیقهٔ قوسی"}
32 one{"{0} دقیقهٔ قوسی"}
33 other{"{0} دقیقهٔ قوسی"}
34 }
35 arc-second{
36 dnam{"ثانیهٔ قوسی"}
37 one{"{0} ثانیهٔ قوسی"}
38 other{"{0} ثانیهٔ قوسی"}
39 }
40 degree{
41 dnam{"درجه"}
42 one{"{0} درجه"}
43 other{"{0} درجه"}
44 }
45 radian{
46 dnam{"رادیان"}
47 one{"{0} رادیان"}
48 other{"{0} رادیان"}
49 }
50 revolution{
51 dnam{"دور"}
52 one{"{0} دور"}
53 other{"{0} دور"}
54 }
55 }
56 area{
57 acre{
58 dnam{"جریب"}
59 one{"{0} جریب"}
60 other{"{0} جریب"}
61 }
62 hectare{
63 dnam{"هکتار"}
64 one{"{0} هکتار"}
65 other{"{0} هکتار"}
66 }
67 square-centimeter{
68 dnam{"سانتی‌متر مربع"}
69 one{"{0} سانتی‌متر مربع"}
70 other{"{0} سانتی‌متر مربع"}
71 per{"{0} در سانتی‌متر مربع"}
72 }
73 square-foot{
74 dnam{"فوت مربع"}
75 one{"{0} فوت مربع"}
76 other{"{0} فوت مربع"}
77 }
78 square-inch{
79 dnam{"اینچ مربع"}
80 one{"{0} اینچ مربع"}
81 other{"{0} اینچ مربع"}
82 per{"{0} در اینچ مربع"}
83 }
84 square-kilometer{
85 dnam{"کیلومتر مربع"}
86 one{"{0} کیلومتر مربع"}
87 other{"{0} کیلومتر مربع"}
88 }
89 square-meter{
90 dnam{"متر مربع"}
91 one{"{0} متر مربع"}
92 other{"{0} متر مربع"}
93 per{"{0} در متر مربع"}
94 }
95 square-mile{
96 dnam{"مایل مربع"}
97 one{"{0} مایل مربع"}
98 other{"{0} مایل مربع"}
99 }
100 square-yard{
101 dnam{"یارد مربع"}
102 one{"{0} یارد مربع"}
103 other{"{0} یارد مربع"}
104 }
105 }
15 compound{ 106 compound{
16 per{"{0} بر {1}"} 107 per{"{0} در {1}"}
108 }
109 consumption{
110 liter-per-100kilometers{
111 dnam{"لیتر در ۱۰۰ کیلومتر"}
112 one{"{0} لیتر در ۱۰۰ کیلومتر"}
113 other{"{0} لیتر در ۱۰۰ کیلومتر"}
114 }
115 liter-per-kilometer{
116 dnam{"لیتر در کیلومتر"}
117 one{"{0} لیتر در کیلومتر"}
118 other{"{0} لیتر در کیلومتر"}
119 }
120 mile-per-gallon{
121 dnam{"مایل در گالن"}
122 one{"{0} مایل در گالن"}
123 other{"{0} مایل در گالن"}
124 }
125 }
126 coordinate{
127 east{"{0} شرقی"}
128 north{"{0} شمالی"}
129 south{"{0} جنوبی"}
130 west{"{0} غربی"}
131 }
132 digital{
133 bit{
134 dnam{"بیت"}
135 one{"{0} بیت"}
136 other{"{0} بیت"}
137 }
138 byte{
139 dnam{"بایت"}
140 one{"{0} بایت"}
141 other{"{0} بایت"}
142 }
143 gigabit{
144 dnam{"گیگابیت"}
145 one{"{0} گیگابیت"}
146 other{"{0} گیگابیت"}
147 }
148 gigabyte{
149 dnam{"گیگابایت"}
150 one{"{0} گیگابایت"}
151 other{"{0} گیگابایت"}
152 }
153 kilobit{
154 dnam{"کیلوبیت"}
155 one{"{0} کیلوبیت"}
156 other{"{0} کیلوبیت"}
157 }
158 kilobyte{
159 dnam{"کیلوبایت"}
160 one{"{0} کیلوبایت"}
161 other{"{0} کیلوبایت"}
162 }
163 megabit{
164 dnam{"مگابیت"}
165 one{"{0} مگابیت"}
166 other{"{0} مگابیت"}
167 }
168 megabyte{
169 dnam{"مگابایت"}
170 one{"{0} مگابایت"}
171 other{"{0} مگابایت"}
172 }
173 terabit{
174 dnam{"ترابیت"}
175 one{"{0} ترابیت"}
176 other{"{0} ترابیت"}
177 }
178 terabyte{
179 dnam{"ترابایت"}
180 one{"{0} ترابایت"}
181 other{"{0} ترابایت"}
182 }
17 } 183 }
18 duration{ 184 duration{
185 century{
186 dnam{"سده"}
187 one{"{0} سده"}
188 other{"{0} سده"}
189 }
19 day{ 190 day{
20 dnam{"روز"} 191 dnam{"روز"}
21 one{"{0} روز"} 192 one{"{0} روز"}
22 other{"{0} روز"} 193 other{"{0} روز"}
194 per{"{0} در روز"}
23 } 195 }
24 hour{ 196 hour{
25 dnam{"ساعت"} 197 dnam{"ساعت"}
26 one{"{0} ساعت"} 198 one{"{0} ساعت"}
27 other{"{0} ساعت"} 199 other{"{0} ساعت"}
28 per{"{0} در ساعت"} 200 per{"{0} در ساعت"}
29 } 201 }
30 microsecond{ 202 microsecond{
31 dnam{"میکروثانیه"} 203 dnam{"میکروثانیه"}
32 one{"{0} میکروثانیه"} 204 one{"{0} میکروثانیه"}
33 other{"{0} میکروثانیه"} 205 other{"{0} میکروثانیه"}
34 } 206 }
35 millisecond{ 207 millisecond{
36 dnam{"میلی‌ثانیه"} 208 dnam{"میلی‌ثانیه"}
37 one{"{0} میلی‌ثانیه"} 209 one{"{0} میلی‌ثانیه"}
38 other{"{0} میلی‌ثانیه"} 210 other{"{0} میلی‌ثانیه"}
39 } 211 }
40 minute{ 212 minute{
41 dnam{"دقیقه"} 213 dnam{"دقیقه"}
42 one{"{0} دقیقه"} 214 one{"{0} دقیقه"}
43 other{"{0} دقیقه"} 215 other{"{0} دقیقه"}
216 per{"{0} در دقیقه"}
44 } 217 }
45 month{ 218 month{
46 dnam{"ماه"} 219 dnam{"ماه"}
47 one{"{0} ماه"} 220 one{"{0} ماه"}
48 other{"{0} ماه"} 221 other{"{0} ماه"}
222 per{"{0} در ماه"}
49 } 223 }
50 nanosecond{ 224 nanosecond{
51 dnam{"نانوثانیه"} 225 dnam{"نانوثانیه"}
52 one{"{0} نانوثانیه"} 226 one{"{0} نانوثانیه"}
53 other{"{0} نانوثانیه"} 227 other{"{0} نانوثانیه"}
54 } 228 }
55 second{ 229 second{
56 dnam{"ثانیه"} 230 dnam{"ثانیه"}
57 one{"{0} ثانیه"} 231 one{"{0} ثانیه"}
58 other{"{0} ثانیه"} 232 other{"{0} ثانیه"}
59 per{"{0} در ثانیه"} 233 per{"{0} در ثانیه"}
60 } 234 }
61 week{ 235 week{
62 dnam{"هفته"} 236 dnam{"هفته"}
63 one{"{0} هفته"} 237 one{"{0} هفته"}
64 other{"{0} هفته"} 238 other{"{0} هفته"}
239 per{"{0} در هفته"}
65 } 240 }
66 year{ 241 year{
67 dnam{"سال"} 242 dnam{"سال"}
68 one{"{0} سال"} 243 one{"{0} سال"}
69 other{"{0} سال"} 244 other{"{0} سال"}
245 per{"{0} در سال"}
246 }
247 }
248 electric{
249 ampere{
250 dnam{"آمپر"}
251 one{"{0} آمپر"}
252 other{"{0} آمپر"}
253 }
254 milliampere{
255 dnam{"میلی‌آمپر"}
256 one{"{0} میلی‌آمپر"}
257 other{"{0} میلی‌آمپر"}
258 }
259 ohm{
260 dnam{"اهم"}
261 one{"{0} اهم"}
262 other{"{0} اهم"}
263 }
264 volt{
265 dnam{"ولت"}
266 one{"{0} ولت"}
267 other{"{0} ولت"}
268 }
269 }
270 energy{
271 calorie{
272 dnam{"کالری"}
273 one{"{0} کالری"}
274 other{"{0} کالری"}
275 }
276 foodcalorie{
277 dnam{"کالری"}
278 one{"{0} کالری"}
279 other{"{0} کالری"}
280 }
281 joule{
282 dnam{"ژول"}
283 one{"{0} ژول"}
284 other{"{0} ژول"}
285 }
286 kilocalorie{
287 dnam{"کیلوکالری"}
288 one{"{0} کیلوکالری"}
289 other{"{0} کیلوکالری"}
290 }
291 kilojoule{
292 dnam{"کیلوژول"}
293 one{"{0} کیلوژول"}
294 other{"{0} کیلوژول"}
295 }
296 kilowatt-hour{
297 dnam{"کیلووات‌ساعت"}
298 one{"{0} کیلووات‌ساعت"}
299 other{"{0} کیلووات‌ساعت"}
300 }
301 }
302 frequency{
303 gigahertz{
304 dnam{"گیگاهرتز"}
305 one{"{0} گیگاهرتز"}
306 other{"{0} گیگاهرتز"}
307 }
308 hertz{
309 dnam{"هرتز"}
310 one{"{0} هرتز"}
311 other{"{0} هرتز"}
312 }
313 kilohertz{
314 dnam{"کیلوهرتز"}
315 one{"{0} کیلوهرتز"}
316 other{"{0} کیلوهرتز"}
317 }
318 megahertz{
319 dnam{"مگاهرتز"}
320 one{"{0} مگاهرتز"}
321 other{"{0} مگاهرتز"}
322 }
323 }
324 length{
325 astronomical-unit{
326 dnam{"واحد نجومی"}
327 one{"{0} واحد نجومی"}
328 other{"{0} واحد نجومی"}
329 }
330 centimeter{
331 dnam{"سانتی‌متر"}
332 one{"{0} سانتی‌متر"}
333 other{"{0} سانتی‌متر"}
334 per{"{0}/سانتی‌متر"}
335 }
336 decimeter{
337 dnam{"دسی‌متر"}
338 one{"{0} دسی‌متر"}
339 other{"{0} دسی‌متر"}
340 }
341 foot{
342 dnam{"فوت"}
343 one{"{0} فوت"}
344 other{"{0} فوت"}
345 per{"{0}/فوت"}
346 }
347 inch{
348 dnam{"اینچ"}
349 one{"{0} اینچ"}
350 other{"{0} اینچ"}
351 per{"{0}/اینچ"}
352 }
353 kilometer{
354 dnam{"کیلومتر"}
355 one{"{0} کیلومتر"}
356 other{"{0} کیلومتر"}
357 per{"{0}/کیلومتر"}
358 }
359 light-year{
360 dnam{"سال نوری"}
361 one{"{0} سال نوری"}
362 other{"{0} سال نوری"}
363 }
364 meter{
365 dnam{"متر"}
366 one{"{0} متر"}
367 other{"{0} متر"}
368 per{"{0}/متر"}
369 }
370 micrometer{
371 dnam{"میکرومتر"}
372 one{"{0} میکرومتر"}
373 other{"{0} میکرومتر"}
374 }
375 mile{
376 dnam{"مایل"}
377 one{"{0} مایل"}
378 other{"{0} مایل"}
379 }
380 mile-scandinavian{
381 dnam{"مایل اسکاندیناوی"}
382 one{"{0} مایل اسکاندیناوی"}
383 other{"{0} مایل اسکاندیناوی"}
384 }
385 millimeter{
386 dnam{"میلی‌متر"}
387 one{"{0} میلی‌متر"}
388 other{"{0} میلی‌متر"}
389 }
390 nanometer{
391 dnam{"نانومتر"}
392 one{"{0} نانومتر"}
393 other{"{0} نانومتر"}
394 }
395 nautical-mile{
396 dnam{"مایل دریایی"}
397 one{"{0} مایل دریایی"}
398 other{"{0} مایل دریایی"}
399 }
400 parsec{
401 dnam{"پارسک"}
402 one{"{0} پارسک"}
403 other{"{0} پارسک"}
404 }
405 picometer{
406 dnam{"پیکومتر"}
407 one{"{0} پیکومتر"}
408 other{"{0} پیکومتر"}
409 }
410 yard{
411 dnam{"یارد"}
412 one{"{0} یارد"}
413 other{"{0} یارد"}
414 }
415 }
416 light{
417 lux{
418 dnam{"لوکس"}
419 one{"{0} لوکس"}
420 other{"{0} لوکس"}
421 }
422 }
423 mass{
424 carat{
425 dnam{"قیراط"}
426 one{"{0} قیراط"}
427 other{"{0} قیراط"}
428 }
429 gram{
430 dnam{"گرم"}
431 one{"{0} گرم"}
432 other{"{0} گرم"}
433 per{"{0} در گرم"}
434 }
435 kilogram{
436 dnam{"کیلوگرم"}
437 one{"{0} کیلوگرم"}
438 other{"{0} کیلوگرم"}
439 per{"{0} در کیلوگرم"}
440 }
441 metric-ton{
442 dnam{"تن متریک"}
443 one{"{0} تن متریک"}
444 other{"{0} تن متریک"}
445 }
446 microgram{
447 dnam{"میکروگرم"}
448 one{"{0} میکروگرم"}
449 other{"{0} میکروگرم"}
450 }
451 milligram{
452 dnam{"میلی‌گرم"}
453 one{"{0} میلی‌گرم"}
454 other{"{0} میلی‌گرم"}
455 }
456 ounce{
457 dnam{"اونس"}
458 one{"{0} اونس"}
459 other{"{0} اونس"}
460 per{"{0} در اونس"}
461 }
462 ounce-troy{
463 dnam{"اونس تروا"}
464 one{"{0} اونس تروا"}
465 other{"{0} اونس تروا"}
466 }
467 pound{
468 dnam{"پوند"}
469 one{"{0} پوند"}
470 other{"{0} پوند"}
471 per{"{0} در پوند"}
472 }
473 ton{
474 dnam{"تن"}
475 one{"{0} تن"}
476 other{"{0} تن"}
477 }
478 }
479 power{
480 gigawatt{
481 dnam{"گیگاوات"}
482 one{"{0} گیگاوات"}
483 other{"{0} گیگاوات"}
484 }
485 horsepower{
486 dnam{"اسب بخار"}
487 one{"{0} اسب بخار"}
488 other{"{0} اسب بخار"}
489 }
490 kilowatt{
491 dnam{"کیلووات"}
492 one{"{0} کیلووات"}
493 other{"{0} کیلووات"}
494 }
495 megawatt{
496 dnam{"مگاوات"}
497 one{"{0} مگاوات"}
498 other{"{0} مگاوات"}
499 }
500 milliwatt{
501 dnam{"میلی‌وات"}
502 one{"{0} میلی‌وات"}
503 other{"{0} میلی‌وات"}
504 }
505 watt{
506 dnam{"وات"}
507 one{"{0} وات"}
508 other{"{0} وات"}
509 }
510 }
511 pressure{
512 hectopascal{
513 dnam{"هکتوپاسکال"}
514 one{"{0} هکتوپاسکال"}
515 other{"{0} هکتوپاسکال"}
516 }
517 inch-hg{
518 dnam{"اینچ جیوه"}
519 one{"{0} اینچ جیوه"}
520 other{"{0} اینچ جیوه"}
521 }
522 millibar{
523 dnam{"میلی‌بار"}
524 one{"{0} میلی‌بار"}
525 other{"{0} میلی‌بار"}
526 }
527 millimeter-of-mercury{
528 dnam{"میلی‌متر جیوه"}
529 one{"{0} میلی‌متر جیوه"}
530 other{"{0} میلی‌متر جیوه"}
531 }
532 pound-per-square-inch{
533 dnam{"پوند در اینچ مربع"}
534 one{"{0} پوند در اینچ مربع"}
535 other{"{0} پوند در اینچ مربع"}
536 }
537 }
538 proportion{
539 karat{
540 dnam{"عیار"}
541 one{"{0} عیار"}
542 other{"{0} عیار"}
543 }
544 }
545 speed{
546 kilometer-per-hour{
547 dnam{"کیلومتر در ساعت"}
548 one{"{0} کیلومتر در ساعت"}
549 other{"{0} کیلومتر در ساعت"}
550 }
551 knot{
552 dnam{"گره"}
553 one{"{0} گره"}
554 other{"{0} گره"}
555 }
556 meter-per-second{
557 dnam{"متر در ثانیه"}
558 one{"{0} متر در ثانیه"}
559 other{"{0} متر در ثانیه"}
560 }
561 mile-per-hour{
562 dnam{"مایل در ساعت"}
563 one{"{0} مایل در ساعت"}
564 other{"{0} مایل در ساعت"}
565 }
566 }
567 temperature{
568 celsius{
569 dnam{"درجهٔ سلسیوس"}
570 one{"{0} درجهٔ سلسیوس"}
571 other{"{0} درجهٔ سلسیوس"}
572 }
573 fahrenheit{
574 dnam{"درجهٔ فارنهایت"}
575 one{"{0} درجهٔ فارنهایت"}
576 other{"{0} درجهٔ فارنهایت"}
577 }
578 generic{
579 dnam{"°"}
580 one{"{0}°"}
581 other{"{0}°"}
582 }
583 kelvin{
584 dnam{"درجهٔ کلوین"}
585 one{"{0} درجهٔ کلوین"}
586 other{"{0} درجهٔ کلوین"}
587 }
588 }
589 volume{
590 acre-foot{
591 dnam{"جریب فوت"}
592 one{"{0} جریب فوت"}
593 other{"{0} جریب فوت"}
594 }
595 centiliter{
596 dnam{"سانتی‌لیتر"}
597 one{"{0} سانتی‌لیتر"}
598 other{"{0} سانتی‌لیتر"}
599 }
600 cubic-centimeter{
601 dnam{"سانتی‌متر مکعب"}
602 one{"{0} سانتی‌متر مکعب"}
603 other{"{0} سانتی‌متر مکعب"}
604 per{"{0} در سانتی‌متر مکعب"}
605 }
606 cubic-foot{
607 dnam{"فوت مکعب"}
608 one{"{0} فوت مکعب"}
609 other{"{0} فوت مکعب"}
610 }
611 cubic-inch{
612 dnam{"اینچ مکعب"}
613 one{"{0} اینچ مکعب"}
614 other{"{0} اینچ مکعب"}
615 }
616 cubic-kilometer{
617 dnam{"کیلومتر مکعب"}
618 one{"{0} کیلومتر مکعب"}
619 other{"{0} کیلومتر مکعب"}
620 }
621 cubic-meter{
622 dnam{"متر مکعب"}
623 one{"{0} متر مکعب"}
624 other{"{0} متر مکعب"}
625 per{"{0} در متر مکعب"}
626 }
627 cubic-mile{
628 dnam{"مایل مکعب"}
629 one{"{0} مایل مکعب"}
630 other{"{0} مایل مکعب"}
631 }
632 cubic-yard{
633 dnam{"یارد مکعب"}
634 one{"{0} یارد مکعب"}
635 other{"{0} یارد مکعب"}
636 }
637 cup{
638 dnam{"پیمانه"}
639 one{"{0} پیمانه"}
640 other{"{0} پیمانه"}
641 }
642 cup-metric{
643 dnam{"پیمانهٔ متریک"}
644 one{"{0} پیمانهٔ متریک"}
645 other{"{0} پیمانهٔ متریک"}
646 }
647 deciliter{
648 dnam{"دسی‌لیتر"}
649 one{"{0} دسی‌لیتر"}
650 other{"{0} دسی‌لیتر"}
651 }
652 fluid-ounce{
653 dnam{"اونس سیال"}
654 one{"{0} اونس سیال"}
655 other{"{0} اونس سیال"}
656 }
657 gallon{
658 dnam{"گالن"}
659 one{"{0} گالن"}
660 other{"{0} گالن"}
661 per{"{0} در گالن"}
662 }
663 hectoliter{
664 dnam{"هکتولیتر"}
665 one{"{0} هکتولیتر"}
666 other{"{0} هکتولیتر"}
667 }
668 liter{
669 dnam{"لیتر"}
670 one{"{0} لیتر"}
671 other{"{0} لیتر"}
672 per{"{0} در لیتر"}
673 }
674 megaliter{
675 dnam{"مگالیتر"}
676 one{"{0} مگالیتر"}
677 other{"{0} مگالیتر"}
678 }
679 milliliter{
680 dnam{"میلی‌لیتر"}
681 one{"{0} میلی‌لیتر"}
682 other{"{0} میلی‌لیتر"}
683 }
684 pint{
685 dnam{"پاینت"}
686 one{"{0} پاینت"}
687 other{"{0} پاینت"}
688 }
689 pint-metric{
690 dnam{"پاینت متریک"}
691 one{"{0} پاینت متریک"}
692 other{"{0} پاینت متریک"}
693 }
694 quart{
695 dnam{"کوارت"}
696 one{"{0} کوارت"}
697 other{"{0} کوارت"}
698 }
699 tablespoon{
700 dnam{"قاشق غذاخوری"}
701 one{"{0} قاشق غذاخوری"}
702 other{"{0} قاشق غذاخوری"}
703 }
704 teaspoon{
705 dnam{"قاشق چای‌خوری"}
706 one{"{0} قاشق چای‌خوری"}
707 other{"{0} قاشق چای‌خوری"}
70 } 708 }
71 } 709 }
72 } 710 }
73 unitsNarrow{ 711 unitsNarrow{
712 acceleration{
713 g-force{
714 one{"{0}G"}
715 other{"{0}G"}
716 }
717 }
718 angle{
719 arc-minute{
720 one{"{0}′"}
721 other{"{0}′"}
722 }
723 arc-second{
724 one{"{0}″"}
725 other{"{0}″"}
726 }
727 degree{
728 dnam{"درجه"}
729 one{"{0}°"}
730 other{"{0}°"}
731 }
732 radian{
733 dnam{"رادیان"}
734 }
735 }
736 area{
737 acre{
738 one{"{0}جریب"}
739 other{"{0} جریب"}
740 }
741 hectare{
742 one{"{0}ha"}
743 other{"{0}ha"}
744 }
745 square-foot{
746 one{"{0}ft²"}
747 other{"{0}ft²"}
748 }
749 square-kilometer{
750 one{"{0}km²"}
751 other{"{0}km²"}
752 }
753 square-meter{
754 one{"{0}m²"}
755 other{"{0}m²"}
756 }
757 square-mile{
758 one{"{0} mi²"}
759 other{"{0} mi²"}
760 }
761 square-yard{
762 dnam{"یارد مربع"}
763 one{"{0} یارد مربع"}
764 other{"{0} یارد مربع"}
765 }
766 }
74 compound{ 767 compound{
75 per{"{0}/{1}"} 768 per{"{0}/{1}"}
76 } 769 }
770 consumption{
771 liter-per-100kilometers{
772 dnam{"لیتر/۱۰۰ کیلومتر"}
773 one{"{0} ل./۱۰۰ ک.م."}
774 other{"{0} ل./۱۰۰ ک.م."}
775 }
776 }
777 coordinate{
778 east{"{0} شرقی"}
779 north{"{0} شمالی"}
780 south{"{0} جنوبی"}
781 west{"{0} غربی"}
782 }
783 digital{
784 bit{
785 dnam{"بیت"}
786 }
787 byte{
788 dnam{"بایت"}
789 }
790 }
77 duration{ 791 duration{
78 day{ 792 day{
79 dnam{"روز"} 793 dnam{"روز"}
80 one{"{0} روز"} 794 one{"{0} روز"}
81 other{"{0} روز"} 795 other{"{0} روز"}
796 per{"{0}/روز"}
82 } 797 }
83 hour{ 798 hour{
84 dnam{"ساعت"} 799 dnam{"ساعت"}
85 one{"{0} ساعت"} 800 one{"{0} ساعت"}
86 other{"{0} ساعت"} 801 other{"{0} ساعت"}
802 per{"{0}/ساعت"}
87 } 803 }
88 microsecond{ 804 microsecond{
89 dnam{"میکروثانیه"} 805 dnam{"میکروثانیه"}
90 } 806 }
91 millisecond{ 807 millisecond{
92 dnam{"میلی‌ثانیه"} 808 dnam{"میلی‌ثانیه"}
93 one{"{0}ms"} 809 one{"{0}ms"}
94 other{"{0}ms"} 810 other{"{0}ms"}
95 } 811 }
96 minute{ 812 minute{
97 dnam{"دقیقه"} 813 dnam{"دقیقه"}
98 one{"{0} دقیقه"} 814 one{"{0} دقیقه"}
99 other{"{0} دقیقه"} 815 other{"{0} دقیقه"}
816 per{"{0}/دقیقه"}
100 } 817 }
101 month{ 818 month{
102 dnam{"ماه"} 819 dnam{"ماه"}
103 one{"{0} ماه"} 820 one{"{0} ماه"}
104 other{"{0} ماه"} 821 other{"{0} ماه"}
822 per{"{0}/ماه"}
105 } 823 }
106 second{ 824 second{
107 dnam{"ثانیه"} 825 dnam{"ثانیه"}
108 one{"{0}ثانیه"} 826 one{"{0} ث"}
109 other{"{0}ثانیه"} 827 other{"{0} ث"}
828 per{"{0}/ث"}
110 } 829 }
111 week{ 830 week{
112 dnam{"هفته"} 831 dnam{"هفته"}
113 one{"{0} هفته"} 832 one{"{0} هفته"}
114 other{"{0} هفته"} 833 other{"{0} هفته"}
834 per{"{0}/هفته"}
115 } 835 }
116 year{ 836 year{
117 dnam{"سال"} 837 dnam{"سال"}
118 one{"{0} سال"} 838 one{"{0} سال"}
119 other{"{0} سال"} 839 other{"{0} سال"}
840 per{"{0}/سال"}
841 }
842 }
843 frequency{
844 gigahertz{
845 dnam{"گ‌.هرتز"}
846 one{"{0} گ.هرتز"}
847 other{"{0} گ.هرتز"}
848 }
849 kilohertz{
850 dnam{"ک.هرتز"}
851 one{"{0} ک.هرتز"}
852 other{"{0} ک.هرتز"}
853 }
854 megahertz{
855 dnam{"مگاهرتز"}
856 one{"{0} مگاهرتز"}
857 other{"{0} مگاهرتز"}
858 }
859 }
860 length{
861 astronomical-unit{
862 dnam{"واحد نجومی"}
863 }
864 centimeter{
865 dnam{"سانت"}
866 one{"{0} سانت"}
867 other{"{0} سانت"}
868 }
869 foot{
870 one{"{0}ft"}
871 other{"{0}ft"}
872 }
873 inch{
874 one{"{0}in"}
875 other{"{0}in"}
876 }
877 kilometer{
878 dnam{"کیلومتر"}
879 one{"{0}km"}
880 other{"{0}km"}
881 }
882 light-year{
883 one{"{0}ly"}
884 other{"{0}ly"}
885 }
886 meter{
887 dnam{"متر"}
888 one{"{0} متر"}
889 other{"{0} متر"}
890 per{"{0}/متر"}
891 }
892 mile{
893 one{"{0}mi"}
894 other{"{0}mi"}
895 }
896 millimeter{
897 dnam{"م‌م"}
898 one{"{0} م‌م"}
899 other{"{0} م‌م"}
900 }
901 parsec{
902 dnam{"پارسک"}
903 one{"{0} پارسک"}
904 other{"{0} پارسک"}
905 }
906 picometer{
907 one{"{0}pm"}
908 other{"{0}pm"}
909 }
910 yard{
911 dnam{"یارد"}
912 one{"{0} یارد"}
913 other{"{0} یارد"}
914 }
915 }
916 mass{
917 gram{
918 dnam{"گرم"}
919 one{"{0} گرم"}
920 other{"{0} گرم"}
921 }
922 kilogram{
923 dnam{"کیلوگرم"}
924 one{"{0}kg"}
925 other{"{0}kg"}
926 }
927 ounce{
928 one{"{0}oz"}
929 other{"{0}oz"}
930 }
931 pound{
932 one{"{0}lb"}
933 other{"{0}lb"}
934 }
935 }
936 power{
937 horsepower{
938 one{"{0}hp"}
939 other{"{0}hp"}
940 }
941 kilowatt{
942 one{"{0}kW"}
943 other{"{0}kW"}
944 }
945 watt{
946 one{"{0}W"}
947 other{"{0}W"}
948 }
949 }
950 pressure{
951 hectopascal{
952 one{"{0}hPa"}
953 other{"{0}hPa"}
954 }
955 inch-hg{
956 one{"{0}inHg"}
957 other{"{0}inHg"}
958 }
959 millibar{
960 one{"{0}mbar"}
961 other{"{0}mbar"}
962 }
963 }
964 speed{
965 kilometer-per-hour{
966 dnam{"کیلومتر/ساعت"}
967 one{"{0}‎ km/h"}
968 other{"{0}‎ km/h"}
969 }
970 meter-per-second{
971 one{"{0}m/s"}
972 other{"{0}m/s"}
973 }
974 mile-per-hour{
975 one{"{0}mph"}
976 other{"{0}mph"}
977 }
978 }
979 temperature{
980 celsius{
981 dnam{"‎°C"}
982 one{"{0}°C"}
983 other{"{0}°C"}
984 }
985 fahrenheit{
986 dnam{"‎°F"}
987 one{"{0}°F"}
988 other{"{0}°F"}
989 }
990 kelvin{
991 dnam{"K"}
992 one{"{0}K"}
993 other{"{0}K"}
994 }
995 }
996 volume{
997 cubic-kilometer{
998 one{"{0}km³"}
999 other{"{0}km³"}
1000 }
1001 cubic-mile{
1002 one{"{0}mi³"}
1003 other{"{0}mi³"}
1004 }
1005 liter{
1006 dnam{"لیتر"}
1007 one{"{0} لیتر"}
1008 other{"{0} لیتر"}
120 } 1009 }
121 } 1010 }
122 } 1011 }
123 unitsShort{ 1012 unitsShort{
1013 acceleration{
1014 g-force{
1015 dnam{"نیروی جاذبه"}
1016 one{"{0} جاذبه"}
1017 other{"{0} جاذبه"}
1018 }
1019 meter-per-second-squared{
1020 dnam{"متر/مجذور ثانیه"}
1021 one{"{0} m/s²"}
1022 other{"{0} m/s²"}
1023 }
1024 }
1025 angle{
1026 arc-minute{
1027 dnam{"دقیقهٔ قوسی"}
1028 one{"{0} د.قوسی"}
1029 other{"{0} د.قوسی"}
1030 }
1031 arc-second{
1032 dnam{"ثانیهٔ قوسی"}
1033 one{"{0} ث.قوسی"}
1034 other{"{0} ث.قوسی"}
1035 }
1036 degree{
1037 dnam{"درجه"}
1038 one{"{0} درجه"}
1039 other{"{0} درجه"}
1040 }
1041 radian{
1042 dnam{"رادیان"}
1043 one{"{0} رادیان"}
1044 other{"{0} رادیان"}
1045 }
1046 revolution{
1047 dnam{"دور"}
1048 one{"{0} دور"}
1049 other{"{0} دور"}
1050 }
1051 }
1052 area{
1053 acre{
1054 dnam{"جریب"}
1055 one{"{0} جریب"}
1056 other{"{0} جریب"}
1057 }
1058 hectare{
1059 dnam{"هکتار"}
1060 one{"{0} هکتار"}
1061 other{"{0} هکتار"}
1062 }
1063 square-centimeter{
1064 dnam{"سانتی‌متر مربع"}
1065 one{"{0}‎ cm²"}
1066 other{"{0}‎ cm²"}
1067 per{"{0} در سانتی‌متر مربع"}
1068 }
1069 square-foot{
1070 dnam{"فوت مربع"}
1071 one{"{0} فوت مربع"}
1072 other{"{0} فوت مربع"}
1073 }
1074 square-inch{
1075 dnam{"اینچ مربع"}
1076 one{"{0} اینچ مربع"}
1077 other{"{0} اینچ مربع"}
1078 per{"{0} در اینچ مربع"}
1079 }
1080 square-kilometer{
1081 dnam{"کیلومتر مربع"}
1082 one{"{0}‎ km²"}
1083 other{"{0}‎ km²"}
1084 }
1085 square-meter{
1086 dnam{"متر مربع"}
1087 one{"{0} مترمربع"}
1088 other{"{0} مترمربع"}
1089 per{"{0} در متر مربع"}
1090 }
1091 square-mile{
1092 dnam{"مایل مربع"}
1093 one{"{0} مایل مربع"}
1094 other{"{0} مایل مربع"}
1095 }
1096 square-yard{
1097 dnam{"یارد مربع"}
1098 one{"{0} یارد مربع"}
1099 other{"{0} یارد مربع"}
1100 }
1101 }
124 compound{ 1102 compound{
125 per{"{0}/{1}"} 1103 per{"{0}/{1}"}
126 } 1104 }
1105 consumption{
1106 liter-per-100kilometers{
1107 dnam{"لیتر/۱۰۰ کیلومتر"}
1108 one{"{0} ل./۱۰۰ ک.م."}
1109 other{"{0} ل./۱۰۰ ک.م."}
1110 }
1111 liter-per-kilometer{
1112 dnam{"لیتر/کیلومتر"}
1113 one{"{0} ل./ک.م."}
1114 other{"{0} ل./ک.م."}
1115 }
1116 mile-per-gallon{
1117 dnam{"مایل/گالن"}
1118 one{"{0} مایل در گالن"}
1119 other{"{0} مایل در گالن"}
1120 }
1121 }
1122 coordinate{
1123 east{"{0} شرقی"}
1124 north{"{0} شمالی"}
1125 south{"{0} جنوبی"}
1126 west{"{0} غربی"}
1127 }
1128 digital{
1129 bit{
1130 dnam{"بیت"}
1131 one{"{0} بیت"}
1132 other{"{0} بیت"}
1133 }
1134 byte{
1135 dnam{"بایت"}
1136 one{"{0} بایت"}
1137 other{"{0} بایت"}
1138 }
1139 gigabit{
1140 dnam{"گیگابیت"}
1141 one{"{0} گیگابیت"}
1142 other{"{0} گیگابیت"}
1143 }
1144 gigabyte{
1145 dnam{"گیگابایت"}
1146 one{"{0} گیگابایت"}
1147 other{"{0} گیگابایت"}
1148 }
1149 kilobit{
1150 dnam{"کیلوبیت"}
1151 one{"{0} کیلوبیت"}
1152 other{"{0} کیلوبیت"}
1153 }
1154 kilobyte{
1155 dnam{"کیلوبایت"}
1156 one{"{0} کیلوبایت"}
1157 other{"{0} کیلوبایت"}
1158 }
1159 megabit{
1160 dnam{"مگابیت"}
1161 one{"{0} مگابیت"}
1162 other{"{0} مگابیت"}
1163 }
1164 megabyte{
1165 dnam{"مگابایت"}
1166 one{"{0} مگابایت"}
1167 other{"{0} مگابایت"}
1168 }
1169 terabit{
1170 dnam{"ترابیت"}
1171 one{"{0} ترابیت"}
1172 other{"{0} ترابیت"}
1173 }
1174 terabyte{
1175 dnam{"ترابایت"}
1176 one{"{0} ترابایت"}
1177 other{"{0} ترابایت"}
1178 }
1179 }
127 duration{ 1180 duration{
1181 century{
1182 dnam{"سده"}
1183 one{"{0} سده"}
1184 other{"{0} سده"}
1185 }
128 day{ 1186 day{
129 dnam{"روز"} 1187 dnam{"روز"}
130 one{"{0} روز"} 1188 one{"{0} روز"}
131 other{"{0} روز"} 1189 other{"{0} روز"}
1190 per{"{0}/روز"}
132 } 1191 }
133 hour{ 1192 hour{
134 dnam{"ساعت"} 1193 dnam{"ساعت"}
135 one{"{0} ساعت"} 1194 one{"{0} ساعت"}
136 other{"{0} ساعت"} 1195 other{"{0} ساعت"}
137 per{"{0} در ساعت"} 1196 per{"{0} در ساعت"}
138 } 1197 }
139 microsecond{ 1198 microsecond{
140 dnam{"میکروثانیه"} 1199 dnam{"میکروثانیه"}
141 one{"{0} میکروثانیه"} 1200 one{"{0} میکروثانیه"}
142 other{"{0} میکروثانیه"} 1201 other{"{0} میکروثانیه"}
143 } 1202 }
144 millisecond{ 1203 millisecond{
145 dnam{"میلی‌ثانیه"} 1204 dnam{"میلی‌ثانیه"}
146 one{"{0} میلی‌ثانیه"} 1205 one{"{0} میلی‌ثانیه"}
147 other{"{0} میلی‌ثانیه"} 1206 other{"{0} میلی‌ثانیه"}
148 } 1207 }
149 minute{ 1208 minute{
150 dnam{"دقیقه"} 1209 dnam{"دقیقه"}
151 one{"{0} دقیقه"} 1210 one{"{0} دقیقه"}
152 other{"{0} دقیقه"} 1211 other{"{0} دقیقه"}
1212 per{"{0}/دقیقه"}
153 } 1213 }
154 month{ 1214 month{
155 dnam{"ماه"} 1215 dnam{"ماه"}
156 one{"{0} ماه"} 1216 one{"{0} ماه"}
157 other{"{0} ماه"} 1217 other{"{0} ماه"}
1218 per{"{0}/ماه"}
158 } 1219 }
159 nanosecond{ 1220 nanosecond{
160 dnam{"نانوثانیه"} 1221 dnam{"نانوثانیه"}
161 one{"{0} نانوثانیه"} 1222 one{"{0} نانوثانیه"}
162 other{"{0} نانوثانیه"} 1223 other{"{0} نانوثانیه"}
163 } 1224 }
164 second{ 1225 second{
165 dnam{"ثانیه"} 1226 dnam{"ثانیه"}
166 one{"{0} ثانیه"} 1227 one{"{0} ثانیه"}
167 other{"{0} ثانیه"} 1228 other{"{0} ثانیه"}
168 per{"{0}در ثانیه"} 1229 per{"{0} در ثانیه"}
169 } 1230 }
170 week{ 1231 week{
171 dnam{"هفته"} 1232 dnam{"هفته"}
172 one{"{0} هفته"} 1233 one{"{0} هفته"}
173 other{"{0} هفته"} 1234 other{"{0} هفته"}
1235 per{"{0}/هفته"}
174 } 1236 }
175 year{ 1237 year{
176 dnam{"سال"} 1238 dnam{"سال"}
177 one{"{0} سال"} 1239 one{"{0} سال"}
178 other{"{0} سال"} 1240 other{"{0} سال"}
1241 per{"{0}/سال"}
1242 }
1243 }
1244 electric{
1245 ampere{
1246 dnam{"آمپر"}
1247 one{"{0} آمپر"}
1248 other{"{0} آمپر"}
1249 }
1250 milliampere{
1251 dnam{"میلی‌آمپر"}
1252 one{"{0} میلی‌آمپر"}
1253 other{"{0} میلی‌آمپر"}
1254 }
1255 ohm{
1256 dnam{"اهم"}
1257 one{"{0} اهم"}
1258 other{"{0} اهم"}
1259 }
1260 volt{
1261 dnam{"ولت"}
1262 one{"{0} ولت"}
1263 other{"{0} ولت"}
1264 }
1265 }
1266 energy{
1267 calorie{
1268 dnam{"cal"}
1269 one{"{0} cal"}
1270 other{"{0} cal"}
1271 }
1272 foodcalorie{
1273 dnam{"کالری"}
1274 one{"{0} کالری"}
1275 other{"{0} کالری"}
1276 }
1277 joule{
1278 dnam{"ژول"}
1279 one{"{0} ژول"}
1280 other{"{0} ژول"}
1281 }
1282 kilocalorie{
1283 dnam{"ک.کالری"}
1284 one{"{0} ک.کالری"}
1285 other{"{0} ک.کالری"}
1286 }
1287 kilojoule{
1288 dnam{"ک.ژول"}
1289 one{"{0} ک.ژول"}
1290 other{"{0} ک.ژول"}
1291 }
1292 kilowatt-hour{
1293 dnam{"ک.وات‌ساعت"}
1294 one{"{0} ک.وات‌ساعت"}
1295 other{"{0} ک.وات‌ساعت"}
1296 }
1297 }
1298 frequency{
1299 gigahertz{
1300 dnam{"گیگاهرتز"}
1301 one{"{0} گیگاهرتز"}
1302 other{"{0} گیگاهرتز"}
1303 }
1304 hertz{
1305 dnam{"هرتز"}
1306 one{"{0} هرتز"}
1307 other{"{0} هرتز"}
1308 }
1309 kilohertz{
1310 dnam{"ک.هرتز"}
1311 one{"{0} ک.هرتز"}
1312 other{"{0} ک.هرتز"}
1313 }
1314 megahertz{
1315 dnam{"مگاهرتز"}
1316 one{"{0} مگاهرتز"}
1317 other{"{0} مگاهرتز"}
1318 }
1319 }
1320 length{
1321 astronomical-unit{
1322 dnam{"واحد نجومی"}
1323 one{"{0} واحد نجومی"}
1324 other{"{0} واحد نجومی"}
1325 }
1326 centimeter{
1327 dnam{"سانت"}
1328 one{"{0} سانت"}
1329 other{"{0} سانت"}
1330 per{"{0}/سانت"}
1331 }
1332 decimeter{
1333 dnam{"دسی‌متر"}
1334 one{"{0} دسی‌متر"}
1335 other{"{0} دسی‌متر"}
1336 }
1337 foot{
1338 dnam{"فوت"}
1339 one{"{0} فوت"}
1340 other{"{0} فوت"}
1341 per{"{0}/فوت"}
1342 }
1343 inch{
1344 dnam{"اینچ"}
1345 one{"{0} اینچ"}
1346 other{"{0} اینچ"}
1347 per{"{0}/اینچ"}
1348 }
1349 kilometer{
1350 dnam{"کیلومتر"}
1351 one{"{0} کیلومتر"}
1352 other{"{0} کیلومتر"}
1353 per{"{0}/کیلومتر"}
1354 }
1355 light-year{
1356 dnam{"سال نوری"}
1357 one{"{0} سال نوری"}
1358 other{"{0} سال نوری"}
1359 }
1360 meter{
1361 dnam{"متر"}
1362 one{"{0} متر"}
1363 other{"{0} متر"}
1364 per{"{0}/متر"}
1365 }
1366 micrometer{
1367 dnam{"میکرومتر"}
1368 one{"{0} میکرومتر"}
1369 other{"{0} میکرومتر"}
1370 }
1371 mile{
1372 dnam{"مایل"}
1373 one{"{0} مایل"}
1374 other{"{0} مایل"}
1375 }
1376 mile-scandinavian{
1377 dnam{"مایل اسکاندیناوی"}
1378 one{"{0}‎ smi"}
1379 other{"{0}‎ smi"}
1380 }
1381 millimeter{
1382 dnam{"م‌م"}
1383 one{"{0} م‌م"}
1384 other{"{0} م‌م"}
1385 }
1386 nanometer{
1387 dnam{"نانومتر"}
1388 one{"{0} نانومتر"}
1389 other{"{0} نانومتر"}
1390 }
1391 nautical-mile{
1392 dnam{"مایل دریایی"}
1393 one{"{0} مایل دریایی"}
1394 other{"{0} مایل دریایی"}
1395 }
1396 parsec{
1397 dnam{"پارسک"}
1398 one{"{0} پارسک"}
1399 other{"{0} پارسک"}
1400 }
1401 picometer{
1402 dnam{"پیکومتر"}
1403 one{"{0} پیکومتر"}
1404 other{"{0} پیکومتر"}
1405 }
1406 yard{
1407 dnam{"یارد"}
1408 one{"{0} یارد"}
1409 other{"{0} یارد"}
1410 }
1411 }
1412 light{
1413 lux{
1414 dnam{"لوکس"}
1415 one{"{0} لوکس"}
1416 other{"{0} لوکس"}
1417 }
1418 }
1419 mass{
1420 carat{
1421 dnam{"قیراط"}
1422 one{"{0} قیراط"}
1423 other{"{0} قیراط"}
1424 }
1425 gram{
1426 dnam{"گرم"}
1427 one{"{0} گرم"}
1428 other{"{0} گرم"}
1429 per{"{0} در گرم"}
1430 }
1431 kilogram{
1432 dnam{"کیلوگرم"}
1433 one{"{0} کیلوگرم"}
1434 other{"{0} کیلوگرم"}
1435 per{"{0} در کیلوگرم"}
1436 }
1437 metric-ton{
1438 dnam{"تن متریک"}
1439 one{"{0} تن متریک"}
1440 other{"{0} تن متریک"}
1441 }
1442 microgram{
1443 dnam{"میکروگرم"}
1444 one{"{0} میکروگرم"}
1445 other{"{0} میکروگرم"}
1446 }
1447 milligram{
1448 dnam{"میلی‌گرم"}
1449 one{"{0} میلی‌گرم"}
1450 other{"{0} میلی‌گرم"}
1451 }
1452 ounce{
1453 dnam{"اونس"}
1454 one{"{0} اونس"}
1455 other{"{0} اونس"}
1456 per{"{0} در اونس"}
1457 }
1458 ounce-troy{
1459 dnam{"اونس تروا"}
1460 one{"{0} اونس تروا"}
1461 other{"{0} اونس تروا"}
1462 }
1463 pound{
1464 dnam{"پوند"}
1465 one{"{0} پوند"}
1466 other{"{0} پوند"}
1467 per{"{0} در پوند"}
1468 }
1469 ton{
1470 dnam{"تن"}
1471 one{"{0} تن"}
1472 other{"{0} تن"}
1473 }
1474 }
1475 power{
1476 gigawatt{
1477 dnam{"گیگاوات"}
1478 one{"{0} گیگاوات"}
1479 other{"{0} گیگاوات"}
1480 }
1481 horsepower{
1482 dnam{"اسب بخار"}
1483 one{"{0} اسب بخار"}
1484 other{"{0} اسب بخار"}
1485 }
1486 kilowatt{
1487 dnam{"ک.وات"}
1488 one{"{0} ک.وات"}
1489 other{"{0} ک.وات"}
1490 }
1491 megawatt{
1492 dnam{"مگاوات"}
1493 one{"{0} مگاوات"}
1494 other{"{0} مگاوات"}
1495 }
1496 milliwatt{
1497 dnam{"میلی‌وات"}
1498 one{"{0} میلی‌وات"}
1499 other{"{0} میلی‌وات"}
1500 }
1501 watt{
1502 dnam{"وات"}
1503 one{"{0} وات"}
1504 other{"{0} وات"}
1505 }
1506 }
1507 pressure{
1508 hectopascal{
1509 dnam{"هکتوپاسکال"}
1510 one{"{0}‎ hPa"}
1511 other{"{0}‎ hPa"}
1512 }
1513 inch-hg{
1514 dnam{"اینچ جیوه"}
1515 one{"{0} اینچ جیوه"}
1516 other{"{0} اینچ جیوه"}
1517 }
1518 millibar{
1519 dnam{"میلی‌بار"}
1520 one{"{0} میلی‌بار"}
1521 other{"{0} میلی‌بار"}
1522 }
1523 millimeter-of-mercury{
1524 dnam{"میلی‌متر جیوه"}
1525 one{"{0} م‌م جیوه"}
1526 other{"{0} م‌م جیوه"}
1527 }
1528 pound-per-square-inch{
1529 dnam{"پوند در اینچ مربع"}
1530 one{"{0}‎ psi"}
1531 other{"{0}‎ psi"}
1532 }
1533 }
1534 proportion{
1535 karat{
1536 dnam{"عیار"}
1537 one{"{0} عیار"}
1538 other{"{0} عیار"}
1539 }
1540 }
1541 speed{
1542 kilometer-per-hour{
1543 dnam{"کیلومتر در ساعت"}
1544 one{"{0}‎ km/h"}
1545 other{"{0}‎ km/h"}
1546 }
1547 knot{
1548 dnam{"گره"}
1549 one{"{0} گره"}
1550 other{"{0} گره"}
1551 }
1552 meter-per-second{
1553 dnam{"متر در ثانیه"}
1554 one{"{0} متردرثانیه"}
1555 other{"{0} متردرثانیه"}
1556 }
1557 mile-per-hour{
1558 dnam{"مایل در ساعت"}
1559 one{"{0}‎ mph"}
1560 other{"{0}‎ mph"}
1561 }
1562 }
1563 temperature{
1564 celsius{
1565 dnam{"درجهٔ سلسیوس"}
1566 one{"{0}°C"}
1567 other{"{0}°C"}
1568 }
1569 fahrenheit{
1570 dnam{"درجهٔ فارنهایت"}
1571 one{"{0}°F"}
1572 other{"{0}°F"}
1573 }
1574 generic{
1575 dnam{"°"}
1576 one{"{0}°"}
1577 other{"{0}°"}
1578 }
1579 kelvin{
1580 dnam{"درجهٔ کلوین"}
1581 one{"‎{0} K"}
1582 other{"‎{0} K"}
1583 }
1584 }
1585 volume{
1586 acre-foot{
1587 dnam{"جریب فوت"}
1588 one{"{0} جریب فوت"}
1589 other{"{0} جریب فوت"}
1590 }
1591 centiliter{
1592 dnam{"سانتی‌لیتر"}
1593 one{"{0} سانتی‌لیتر"}
1594 other{"{0} سانتی‌لیتر"}
1595 }
1596 cubic-centimeter{
1597 dnam{"سانتی‌متر مکعب"}
1598 one{"{0}‎ cm³"}
1599 other{"{0}‎ cm³"}
1600 per{"{0}‎ /cm³"}
1601 }
1602 cubic-foot{
1603 dnam{"فوت مکعب"}
1604 one{"{0} فوت مکعب"}
1605 other{"{0} فوت مکعب"}
1606 }
1607 cubic-inch{
1608 dnam{"اینچ مکعب"}
1609 one{"{0} اینچ مکعب"}
1610 other{"{0} اینچ مکعب"}
1611 }
1612 cubic-kilometer{
1613 dnam{"کیلومتر مکعب"}
1614 one{"{0}‎ km³"}
1615 other{"{0}‎ km³"}
1616 }
1617 cubic-meter{
1618 dnam{"متر مکعب"}
1619 one{"{0} متر مکعب"}
1620 other{"{0} متر مکعب"}
1621 per{"{0} در متر مکعب"}
1622 }
1623 cubic-mile{
1624 dnam{"مایل مکعب"}
1625 one{"{0} مایل مکعب"}
1626 other{"{0} مایل مکعب"}
1627 }
1628 cubic-yard{
1629 dnam{"یارد مکعب"}
1630 one{"{0} یارد مکعب"}
1631 other{"{0} یارد مکعب"}
1632 }
1633 cup{
1634 dnam{"پیمانه"}
1635 one{"{0} پیمانه"}
1636 other{"{0} پیمانه"}
1637 }
1638 cup-metric{
1639 dnam{"پیمانهٔ متریک"}
1640 one{"{0} پیمانهٔ متریک"}
1641 other{"{0} پیمانهٔ متریک"}
1642 }
1643 deciliter{
1644 dnam{"دسی‌لیتر"}
1645 one{"{0} دسی‌لیتر"}
1646 other{"{0} دسی‌لیتر"}
1647 }
1648 fluid-ounce{
1649 dnam{"اونس سیال"}
1650 one{"{0}‎ fl oz"}
1651 other{"{0}‎ fl oz"}
1652 }
1653 gallon{
1654 dnam{"گالن"}
1655 one{"{0} گالن"}
1656 other{"{0} گالن"}
1657 per{"{0} در گالن"}
1658 }
1659 hectoliter{
1660 dnam{"هکتولیتر"}
1661 one{"{0} هکتولیتر"}
1662 other{"{0} هکتولیتر"}
1663 }
1664 liter{
1665 dnam{"لیتر"}
1666 one{"{0} لیتر"}
1667 other{"{0} لیتر"}
1668 per{"{0} در لیتر"}
1669 }
1670 megaliter{
1671 dnam{"مگالیتر"}
1672 one{"{0} مگالیتر"}
1673 other{"{0} مگالیتر"}
1674 }
1675 milliliter{
1676 dnam{"میلی‌لیتر"}
1677 one{"{0} میلی‌لیتر"}
1678 other{"{0} میلی‌لیتر"}
1679 }
1680 pint{
1681 dnam{"پاینت"}
1682 one{"{0} پاینت"}
1683 other{"{0} پاینت"}
1684 }
1685 pint-metric{
1686 dnam{"پاینت متریک"}
1687 one{"{0} پاینت متریک"}
1688 other{"{0} پاینت متریک"}
1689 }
1690 quart{
1691 dnam{"کوارت"}
1692 one{"{0} کوارت"}
1693 other{"{0} کوارت"}
1694 }
1695 tablespoon{
1696 dnam{"قاشق غ."}
1697 one{"{0} قاشق غ."}
1698 other{"{0} قاشق غ."}
1699 }
1700 teaspoon{
1701 dnam{"قاشق چ."}
1702 one{"{0} قاشق چ."}
1703 other{"{0} قاشق چ."}
179 } 1704 }
180 } 1705 }
181 } 1706 }
182 } 1707 }
OLDNEW
« no previous file with comments | « source/data/unit/ewo.txt ('k') | source/data/unit/ff.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698