]>
Commit | Line | Data |
---|---|---|
73c04bcf A |
1 | // *************************************************************************** |
2 | // * | |
57a6839d | 3 | // * Copyright (C) 2014 International Business Machines |
51004dcb A |
4 | // * Corporation and others. All Rights Reserved. |
5 | // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter | |
6 | // * Source File: <path>/common/main/uz.xml | |
73c04bcf A |
7 | // * |
8 | // *************************************************************************** | |
9 | /** | |
57a6839d | 10 | * ICU <specials> source: <path>/common/main/uz.xml |
73c04bcf A |
11 | */ |
12 | uz{ | |
57a6839d A |
13 | AuxExemplarCharacters{"[c w]"} |
14 | Ellipsis{ | |
15 | final{"{0}…"} | |
16 | initial{"…{0}"} | |
17 | medial{"{0}…{1}"} | |
18 | word-final{"{0} …"} | |
19 | word-initial{"… {0}"} | |
20 | word-medial{"{0} … {1}"} | |
21 | } | |
22 | ExemplarCharacters{ | |
23 | "[a {aʼ} b {ch} d e {eʼ} f g {gʻ} h i {iʼ} j k l m n o {oʻ} p q r s {sh} t u " | |
24 | "{uʼ} v x y z]" | |
25 | } | |
26 | ExemplarCharactersIndex{"[A B {CH} D E F G {Gʻ} H I J K L M N O {Oʻ} P Q R S {SH} T U V X Y Z]"} | |
27 | ExemplarCharactersPunctuation{ | |
28 | "[\\- ‐ – — , ; \\: ! ? . … ' ‘ ‚ \u0022 “ „ « » ( ) \\[ \\] \\{ \\} § @ * / " | |
29 | "\\& #]" | |
30 | } | |
73c04bcf | 31 | LocaleScript{ |
57a6839d A |
32 | "Latn", |
33 | } | |
34 | MoreInformation{"?"} | |
35 | NumberElements{ | |
36 | arabext{ | |
37 | patterns{ | |
38 | currencyFormat{"¤ #,##0.00"} | |
39 | decimalFormat{"#,##0.###"} | |
40 | percentFormat{"#,##0%"} | |
41 | scientificFormat{"#E0"} | |
42 | } | |
43 | symbols{ | |
44 | decimal{"٫"} | |
45 | exponential{"×۱۰^"} | |
46 | group{"٬"} | |
47 | infinity{"∞"} | |
48 | minusSign{"-"} | |
49 | nan{"NaN"} | |
50 | perMille{"؉"} | |
51 | percentSign{"٪"} | |
52 | plusSign{"+"} | |
53 | superscriptingExponent{"×"} | |
54 | } | |
55 | } | |
56 | latn{ | |
57 | miscPatterns{ | |
58 | atLeast{"⩾{0}"} | |
59 | range{"{0}–{1}"} | |
60 | } | |
61 | patterns{ | |
62 | currencyFormat{"¤ #,##0.00"} | |
63 | decimalFormat{"#,##0.###"} | |
64 | percentFormat{"#,##0%"} | |
65 | scientificFormat{"#E0"} | |
66 | } | |
67 | patternsLong{ | |
68 | decimalFormat{ | |
69 | 1000{ | |
70 | one{"0 ming"} | |
71 | other{"0 ming"} | |
72 | } | |
73 | 10000{ | |
74 | one{"00 ming"} | |
75 | other{"00 ming"} | |
76 | } | |
77 | 100000{ | |
78 | one{"000 ming"} | |
79 | other{"000 ming"} | |
80 | } | |
81 | 1000000{ | |
82 | one{"0 million"} | |
83 | other{"0 million"} | |
84 | } | |
85 | 10000000{ | |
86 | one{"00 million"} | |
87 | other{"00 million"} | |
88 | } | |
89 | 100000000{ | |
90 | one{"000 million"} | |
91 | other{"000 million"} | |
92 | } | |
93 | 1000000000{ | |
94 | one{"0 milliard"} | |
95 | other{"0 milliard"} | |
96 | } | |
97 | 10000000000{ | |
98 | one{"00 milliard"} | |
99 | other{"00 milliard"} | |
100 | } | |
101 | 100000000000{ | |
102 | one{"000 milliard"} | |
103 | other{"000 milliard"} | |
104 | } | |
105 | 1000000000000{ | |
106 | one{"0 trilion"} | |
107 | other{"0 trilion"} | |
108 | } | |
109 | 10000000000000{ | |
110 | one{"00 trilion"} | |
111 | other{"00 trilion"} | |
112 | } | |
113 | 100000000000000{ | |
114 | one{"000 trilion"} | |
115 | other{"000 trilion"} | |
116 | } | |
117 | } | |
118 | } | |
119 | patternsShort{ | |
120 | decimalFormat{ | |
121 | 1000{ | |
122 | one{"0ming"} | |
123 | other{"0ming"} | |
124 | } | |
125 | 10000{ | |
126 | one{"00ming"} | |
127 | other{"00ming"} | |
128 | } | |
129 | 100000{ | |
130 | one{"000ming"} | |
131 | other{"000ming"} | |
132 | } | |
133 | 1000000{ | |
134 | one{"0mln"} | |
135 | other{"0mln"} | |
136 | } | |
137 | 10000000{ | |
138 | one{"00mln"} | |
139 | other{"00mln"} | |
140 | } | |
141 | 100000000{ | |
142 | one{"000mln"} | |
143 | other{"000mln"} | |
144 | } | |
145 | 1000000000{ | |
146 | one{"0mlrd"} | |
147 | other{"0mlrd"} | |
148 | } | |
149 | 10000000000{ | |
150 | one{"00mlrd"} | |
151 | other{"00mlrd"} | |
152 | } | |
153 | 100000000000{ | |
154 | one{"000mlrd"} | |
155 | other{"000mlrd"} | |
156 | } | |
157 | 1000000000000{ | |
158 | one{"0trln"} | |
159 | other{"0trln"} | |
160 | } | |
161 | 10000000000000{ | |
162 | one{"00trln"} | |
163 | other{"00trln"} | |
164 | } | |
165 | 100000000000000{ | |
166 | one{"000trln"} | |
167 | other{"000trln"} | |
168 | } | |
169 | } | |
170 | } | |
171 | symbols{ | |
172 | decimal{","} | |
173 | exponential{"E"} | |
174 | group{" "} | |
175 | infinity{"∞"} | |
176 | minusSign{"-"} | |
177 | nan{"NaN"} | |
178 | perMille{"‰"} | |
179 | percentSign{"%"} | |
180 | plusSign{"+"} | |
181 | superscriptingExponent{"×"} | |
182 | } | |
183 | } | |
73c04bcf | 184 | } |
57a6839d | 185 | Version{"2.0.92.87"} |
4388f060 | 186 | calendar{ |
51004dcb A |
187 | generic{ |
188 | DateTimePatterns{ | |
189 | "HH:mm:ss zzzz", | |
190 | "HH:mm:ss z", | |
191 | "HH:mm:ss", | |
192 | "HH:mm", | |
193 | "EEEE, G y MMMM dd", | |
194 | "G y MMMM d", | |
195 | "G y MMM d", | |
57a6839d | 196 | "GGGGG y/MM/dd", |
51004dcb A |
197 | "{1} {0}", |
198 | "{1} {0}", | |
199 | "{1} {0}", | |
200 | "{1} {0}", | |
201 | "{1} {0}", | |
202 | } | |
57a6839d A |
203 | availableFormats{ |
204 | Ed{"d, E"} | |
205 | Gy{"G y"} | |
206 | GyMMM{"G y MMM"} | |
207 | GyMMMEd{"G y MMM d, E"} | |
208 | GyMMMd{"G y MMM d"} | |
209 | M{"L"} | |
210 | MEd{"MM-dd, E"} | |
211 | MMM{"LLL"} | |
212 | MMMEd{"MMM d, E"} | |
213 | MMMd{"MMM d"} | |
214 | Md{"MM-dd"} | |
215 | d{"d"} | |
216 | y{"G y"} | |
217 | yyyy{"G y"} | |
218 | yyyyM{"GGGGG y-MM"} | |
219 | yyyyMEd{"GGGGG y-MM-dd, E"} | |
220 | yyyyMMM{"G y MMM"} | |
221 | yyyyMMMEd{"G y MMM d, E"} | |
222 | yyyyMMMd{"G y MMM d"} | |
223 | yyyyMd{"GGGGG y-MM-dd"} | |
224 | yyyyQQQ{"G y QQQ"} | |
225 | yyyyQQQQ{"G y QQQQ"} | |
226 | } | |
227 | intervalFormats{ | |
228 | M{ | |
229 | M{"MM–MM"} | |
230 | } | |
231 | MEd{ | |
232 | M{"MM-dd, E – MM-dd, E"} | |
233 | d{"MM-dd, E – MM-dd, E"} | |
234 | } | |
235 | MMM{ | |
236 | M{"LLL–LLL"} | |
237 | } | |
238 | MMMEd{ | |
239 | M{"MMM d, E – MMM d, E"} | |
240 | d{"MMM d, E – MMM d, E"} | |
241 | } | |
242 | MMMd{ | |
243 | M{"MMM d – MMM d"} | |
244 | d{"MMM d–d"} | |
245 | } | |
246 | Md{ | |
247 | M{"MM-dd – MM-dd"} | |
248 | d{"MM-dd – MM-dd"} | |
249 | } | |
250 | d{ | |
251 | d{"d–d"} | |
252 | } | |
253 | fallback{"{0} – {1}"} | |
254 | y{ | |
255 | y{"G y–y"} | |
256 | } | |
257 | yM{ | |
258 | M{"GGGGG y-MM – y-MM"} | |
259 | y{"GGGGG y-MM – y-MM"} | |
260 | } | |
261 | yMEd{ | |
262 | M{"GGGGG y-MM-dd, E – y-MM-dd, E"} | |
263 | d{"GGGGG y-MM-dd, E – y-MM-dd, E"} | |
264 | y{"GGGGG y-MM-dd, E – y-MM-dd, E"} | |
265 | } | |
266 | yMMM{ | |
267 | M{"G y MMM–MMM"} | |
268 | y{"G y MMM – y MMM"} | |
269 | } | |
270 | yMMMEd{ | |
271 | M{"G y MMM d, E – MMM d, E"} | |
272 | d{"G y MMM d, E – MMM d, E"} | |
273 | y{"G y MMM d, E – y MMM d, E"} | |
274 | } | |
275 | yMMMM{ | |
276 | M{"G y MMMM–MMMM"} | |
277 | y{"G y MMMM – y MMMM"} | |
278 | } | |
279 | yMMMd{ | |
280 | M{"G y MMM d – MMM d"} | |
281 | d{"G y MMM d–d"} | |
282 | y{"G y MMM d – y MMM d"} | |
283 | } | |
284 | yMd{ | |
285 | M{"GGGGG y-MM-dd – y-MM-dd"} | |
286 | d{"GGGGG y-MM-dd – y-MM-dd"} | |
287 | y{"GGGGG y-MM-dd – y-MM-dd"} | |
288 | } | |
289 | } | |
51004dcb | 290 | } |
4388f060 | 291 | gregorian{ |
57a6839d A |
292 | AmPmMarkers{ |
293 | "AM", | |
294 | "PM", | |
295 | } | |
4388f060 A |
296 | DateTimePatterns{ |
297 | "HH:mm:ss zzzz", | |
298 | "HH:mm:ss z", | |
299 | "HH:mm:ss", | |
300 | "HH:mm", | |
301 | "EEEE, y MMMM dd", | |
302 | "y MMMM d", | |
303 | "y MMM d", | |
304 | "yy/MM/dd", | |
305 | "{1} {0}", | |
306 | "{1} {0}", | |
307 | "{1} {0}", | |
308 | "{1} {0}", | |
309 | "{1} {0}", | |
310 | } | |
57a6839d A |
311 | appendItems{ |
312 | Timezone{"{0} {1}"} | |
313 | } | |
314 | availableFormats{ | |
315 | EHm{"E HH:mm"} | |
316 | EHms{"E HH:mm:ss"} | |
317 | Ed{"d, E"} | |
318 | Ehm{"E h:mm a"} | |
319 | Ehms{"E h:mm:ss a"} | |
320 | Gy{"G y"} | |
321 | GyMMM{"G y MMM"} | |
322 | GyMMMEd{"G y MMM d, E"} | |
323 | GyMMMd{"G y MMM d"} | |
324 | H{"HH"} | |
325 | Hm{"HH:mm"} | |
326 | Hms{"HH:mm:ss"} | |
327 | M{"L"} | |
328 | MEd{"MM-dd, E"} | |
329 | MMM{"LLL"} | |
330 | MMMEd{"MMM d, E"} | |
331 | MMMd{"MMM d"} | |
332 | Md{"MM-dd"} | |
333 | d{"d"} | |
334 | h{"h a"} | |
335 | hm{"h:mm a"} | |
336 | hms{"h:mm:ss a"} | |
337 | ms{"mm:ss"} | |
338 | y{"y"} | |
339 | yM{"y-MM"} | |
340 | yMEd{"y-MM-dd, E"} | |
341 | yMMM{"y MMM"} | |
342 | yMMMEd{"y MMM d, E"} | |
343 | yMMMd{"y MMM d"} | |
344 | yMd{"y-MM-dd"} | |
345 | yQQQ{"y QQQ"} | |
346 | yQQQQ{"y QQQQ"} | |
347 | } | |
4388f060 A |
348 | dayNames{ |
349 | format{ | |
350 | abbreviated{ | |
57a6839d A |
351 | "Yaksh", |
352 | "Dush", | |
353 | "Sesh", | |
354 | "Chor", | |
355 | "Pay", | |
356 | "Jum", | |
357 | "Shan", | |
358 | } | |
359 | narrow{ | |
360 | "Y", | |
361 | "D", | |
362 | "S", | |
363 | "C", | |
364 | "P", | |
365 | "J", | |
366 | "S", | |
367 | } | |
368 | short{ | |
369 | "Yaksh", | |
370 | "Dush", | |
371 | "Sesh", | |
372 | "Chor", | |
373 | "Pay", | |
374 | "Jum", | |
375 | "Shan", | |
4388f060 A |
376 | } |
377 | wide{ | |
57a6839d A |
378 | "yakshanba", |
379 | "dushanba", | |
380 | "seshanba", | |
381 | "chorshanba", | |
382 | "payshanba", | |
383 | "juma", | |
384 | "shanba", | |
4388f060 A |
385 | } |
386 | } | |
387 | stand-alone{ | |
388 | abbreviated{ | |
57a6839d A |
389 | "Yaksh", |
390 | "Dush", | |
391 | "Sesh", | |
392 | "Chor", | |
393 | "Pay", | |
394 | "Jum", | |
395 | "Shan", | |
4388f060 A |
396 | } |
397 | narrow{ | |
57a6839d A |
398 | "Y", |
399 | "D", | |
400 | "S", | |
401 | "C", | |
402 | "P", | |
403 | "J", | |
404 | "S", | |
405 | } | |
406 | short{ | |
407 | "Yaksh", | |
408 | "Dush", | |
409 | "Sesh", | |
410 | "Chor", | |
411 | "Pay", | |
412 | "Jum", | |
413 | "Shan", | |
4388f060 | 414 | } |
57a6839d A |
415 | wide{ |
416 | "yakshanba", | |
417 | "dushanba", | |
418 | "seshanba", | |
419 | "chorshanba", | |
420 | "payshanba", | |
421 | "juma", | |
422 | "shanba", | |
423 | } | |
424 | } | |
425 | } | |
426 | eras{ | |
427 | abbreviated{ | |
428 | "M.A.", | |
429 | "E", | |
430 | } | |
431 | } | |
432 | intervalFormats{ | |
433 | H{ | |
434 | H{"HH–HH"} | |
435 | } | |
436 | Hm{ | |
437 | H{"HH:mm–HH:mm"} | |
438 | m{"HH:mm–HH:mm"} | |
439 | } | |
440 | Hmv{ | |
441 | H{"HH:mm–HH:mm v"} | |
442 | m{"HH:mm–HH:mm v"} | |
443 | } | |
444 | Hv{ | |
445 | H{"HH–HH v"} | |
446 | } | |
447 | M{ | |
448 | M{"MM–MM"} | |
449 | } | |
450 | MEd{ | |
451 | M{"MM-dd, E – MM-dd, E"} | |
452 | d{"MM-dd, E – MM-dd, E"} | |
453 | } | |
454 | MMM{ | |
455 | M{"LLL–LLL"} | |
456 | } | |
457 | MMMEd{ | |
458 | M{"MMM d, E – MMM d, E"} | |
459 | d{"MMM d, E – MMM d, E"} | |
460 | } | |
461 | MMMd{ | |
462 | M{"MMM d – MMM d"} | |
463 | d{"MMM d–d"} | |
464 | } | |
465 | Md{ | |
466 | M{"MM-dd – MM-dd"} | |
467 | d{"MM-dd – MM-dd"} | |
468 | } | |
469 | d{ | |
470 | d{"d–d"} | |
471 | } | |
472 | fallback{"{0} – {1}"} | |
473 | h{ | |
474 | a{"h a – h a"} | |
475 | h{"h–h a"} | |
476 | } | |
477 | hm{ | |
478 | a{"h:mm a – h:mm a"} | |
479 | h{"h:mm–h:mm a"} | |
480 | m{"h:mm–h:mm a"} | |
481 | } | |
482 | hmv{ | |
483 | a{"h:mm a – h:mm a v"} | |
484 | h{"h:mm–h:mm a v"} | |
485 | m{"h:mm–h:mm a v"} | |
486 | } | |
487 | hv{ | |
488 | a{"h a – h a v"} | |
489 | h{"h–h a v"} | |
490 | } | |
491 | y{ | |
492 | y{"y–y"} | |
493 | } | |
494 | yM{ | |
495 | M{"y-MM – y-MM"} | |
496 | y{"y-MM – y-MM"} | |
497 | } | |
498 | yMEd{ | |
499 | M{"y-MM-dd, E – y-MM-dd, E"} | |
500 | d{"y-MM-dd, E – y-MM-dd, E"} | |
501 | y{"y-MM-dd, E – y-MM-dd, E"} | |
502 | } | |
503 | yMMM{ | |
504 | M{"y MMM–MMM"} | |
505 | y{"y MMM – y MMM"} | |
506 | } | |
507 | yMMMEd{ | |
508 | M{"y MMM d, E – MMM d, E"} | |
509 | d{"y MMM d, E – MMM d, E"} | |
510 | y{"y MMM d, E – y MMM d, E"} | |
511 | } | |
512 | yMMMM{ | |
513 | M{"y MMMM–MMMM"} | |
514 | y{"y MMMM – y MMMM"} | |
515 | } | |
516 | yMMMd{ | |
517 | M{"y MMM d – MMM d"} | |
518 | d{"y MMM d–d"} | |
519 | y{"y MMM d – y MMM d"} | |
520 | } | |
521 | yMd{ | |
522 | M{"y-MM-dd – y-MM-dd"} | |
523 | d{"y-MM-dd – y-MM-dd"} | |
524 | y{"y-MM-dd – y-MM-dd"} | |
4388f060 A |
525 | } |
526 | } | |
527 | monthNames{ | |
528 | format{ | |
529 | abbreviated{ | |
57a6839d A |
530 | "Yanv", |
531 | "Fev", | |
532 | "Mar", | |
533 | "Apr", | |
534 | "May", | |
535 | "Iyun", | |
536 | "Iyul", | |
537 | "Avg", | |
538 | "Sen", | |
539 | "Okt", | |
540 | "Noya", | |
541 | "Dek", | |
542 | } | |
543 | narrow{ | |
544 | "Y", | |
545 | "F", | |
546 | "M", | |
547 | "A", | |
548 | "M", | |
549 | "I", | |
550 | "I", | |
551 | "A", | |
552 | "S", | |
553 | "O", | |
554 | "N", | |
555 | "D", | |
556 | } | |
557 | wide{ | |
558 | "Yanvar", | |
559 | "Fevral", | |
560 | "Mart", | |
561 | "Aprel", | |
562 | "May", | |
563 | "Iyun", | |
564 | "Iyul", | |
565 | "Avgust", | |
566 | "Sentyabr", | |
567 | "Oktyabr", | |
568 | "Noyabr", | |
569 | "Dekabr", | |
570 | } | |
571 | } | |
572 | stand-alone{ | |
573 | abbreviated{ | |
574 | "Yanv", | |
575 | "Fev", | |
576 | "Mar", | |
577 | "Apr", | |
578 | "May", | |
579 | "Iyun", | |
580 | "Iyul", | |
581 | "Avg", | |
582 | "Sen", | |
583 | "Okt", | |
584 | "Noya", | |
585 | "Dek", | |
586 | } | |
587 | narrow{ | |
588 | "Y", | |
589 | "F", | |
590 | "M", | |
591 | "A", | |
592 | "M", | |
593 | "I", | |
594 | "I", | |
595 | "A", | |
596 | "S", | |
597 | "O", | |
598 | "N", | |
599 | "D", | |
600 | } | |
601 | wide{ | |
602 | "Yanvar", | |
603 | "Fevral", | |
604 | "Mart", | |
605 | "Aprel", | |
606 | "May", | |
607 | "Iyun", | |
608 | "Iyul", | |
609 | "Avgust", | |
610 | "Sentyabr", | |
611 | "Oktyabr", | |
612 | "Noyabr", | |
613 | "Dekabr", | |
614 | } | |
615 | } | |
616 | } | |
617 | quarters{ | |
618 | format{ | |
619 | abbreviated{ | |
620 | "1-ch", | |
621 | "2-ch", | |
622 | "3-ch", | |
623 | "4-ch", | |
624 | } | |
625 | narrow{ | |
626 | "1", | |
627 | "2", | |
628 | "3", | |
629 | "4", | |
4388f060 A |
630 | } |
631 | wide{ | |
57a6839d A |
632 | "1-chorak", |
633 | "2-chorak", | |
634 | "3-chorak", | |
635 | "4-chorak", | |
4388f060 A |
636 | } |
637 | } | |
638 | stand-alone{ | |
639 | abbreviated{ | |
57a6839d A |
640 | "1-ch", |
641 | "2-ch", | |
642 | "3-ch", | |
643 | "4-ch", | |
4388f060 A |
644 | } |
645 | narrow{ | |
57a6839d A |
646 | "1", |
647 | "2", | |
648 | "3", | |
649 | "4", | |
650 | } | |
651 | wide{ | |
652 | "1-chorak", | |
653 | "2-chorak", | |
654 | "3-chorak", | |
655 | "4-chorak", | |
4388f060 A |
656 | } |
657 | } | |
658 | } | |
659 | } | |
660 | islamic{ | |
661 | monthNames{ | |
662 | format{ | |
663 | wide{ | |
57a6839d A |
664 | "Muharram", |
665 | "Safar", | |
666 | "Robiʼ ul-avval", | |
667 | "Robiʼ ul-oxir", | |
668 | "Jumad ul-avval", | |
669 | "Jumad ul-oxir", | |
670 | "Rajab", | |
671 | "Shaʼbon", | |
672 | "Ramazon", | |
673 | "Shavvol", | |
674 | "Zul-qaʼda", | |
675 | "Zul-hijja", | |
4388f060 A |
676 | } |
677 | } | |
678 | } | |
679 | } | |
680 | } | |
57a6839d A |
681 | delimiters{ |
682 | alternateQuotationEnd{"'"} | |
683 | alternateQuotationStart{"'"} | |
684 | quotationEnd{"\u0022"} | |
685 | quotationStart{"\u0022"} | |
686 | } | |
687 | durationUnits{ | |
688 | hm{"h:mm"} | |
689 | hms{"h:mm:ss"} | |
690 | ms{"m:ss"} | |
691 | } | |
692 | fields{ | |
693 | day{ | |
694 | dn{"Kun"} | |
695 | relative{ | |
696 | "-1"{"kecha"} | |
697 | "0"{"bugun"} | |
698 | "1"{"ertaga"} | |
699 | } | |
700 | relativeTime{ | |
701 | future{ | |
702 | one{"{0} kundan soʻng"} | |
703 | other{"{0} kundan soʻng"} | |
704 | } | |
705 | past{ | |
706 | one{"{0} kun oldin"} | |
707 | other{"{0} kun oldin"} | |
708 | } | |
709 | } | |
710 | } | |
711 | dayperiod{ | |
712 | dn{"Kun vaqti"} | |
713 | } | |
714 | era{ | |
715 | dn{"Era"} | |
716 | } | |
717 | fri{ | |
718 | relative{ | |
719 | "-1"{"oʻtgan juma"} | |
720 | "0"{"bu juma"} | |
721 | "1"{"keyingi juma"} | |
722 | } | |
723 | } | |
724 | hour{ | |
725 | dn{"Soat"} | |
726 | relativeTime{ | |
727 | future{ | |
728 | one{"{0} soatdan soʻng"} | |
729 | other{"{0} soatdan soʻng"} | |
730 | } | |
731 | past{ | |
732 | one{"{0} soat oldin"} | |
733 | other{"{0} soat oldin"} | |
734 | } | |
735 | } | |
736 | } | |
737 | minute{ | |
738 | dn{"Daqiqa"} | |
739 | relativeTime{ | |
740 | future{ | |
741 | one{"{0} daqiqadan soʻng"} | |
742 | other{"{0} daqiqadan soʻng"} | |
743 | } | |
744 | past{ | |
745 | one{"{0} daqiqa oldin"} | |
746 | other{"{0} daqiqa oldin"} | |
747 | } | |
748 | } | |
749 | } | |
750 | mon{ | |
751 | relative{ | |
752 | "-1"{"oʻtgan dushanba"} | |
753 | "0"{"bu dushanba"} | |
754 | "1"{"keyingi dushanba"} | |
755 | } | |
756 | } | |
757 | month{ | |
758 | dn{"Oy"} | |
759 | relative{ | |
760 | "-1"{"oʻtgan oy"} | |
761 | "0"{"bu oy"} | |
762 | "1"{"keyingi oy"} | |
763 | } | |
764 | relativeTime{ | |
765 | future{ | |
766 | one{"{0} oydan soʻng"} | |
767 | other{"{0} oydan soʻng"} | |
768 | } | |
769 | past{ | |
770 | one{"{0} oy avval"} | |
771 | other{"{0} oy avval"} | |
772 | } | |
773 | } | |
774 | } | |
775 | sat{ | |
776 | relative{ | |
777 | "-1"{"oʻtgan shanba"} | |
778 | "0"{"bu shanba"} | |
779 | "1"{"keyingi shanba"} | |
780 | } | |
781 | } | |
782 | second{ | |
783 | dn{"Soniya"} | |
784 | relative{ | |
785 | "0"{"hozir"} | |
786 | } | |
787 | relativeTime{ | |
788 | future{ | |
789 | one{"{0} soniyadan soʻng"} | |
790 | other{"{0} soniyadan soʻng"} | |
791 | } | |
792 | past{ | |
793 | one{"{0} soniya oldin"} | |
794 | other{"{0} soniya oldin"} | |
795 | } | |
796 | } | |
797 | } | |
798 | sun{ | |
799 | relative{ | |
800 | "-1"{"oʻtgan yakshanba"} | |
801 | "0"{"bu yakshanba"} | |
802 | "1"{"keyingi yakshanba"} | |
803 | } | |
804 | } | |
805 | thu{ | |
806 | relative{ | |
807 | "-1"{"oʻtgan payshanba"} | |
808 | "0"{"bu payshanba"} | |
809 | "1"{"keyingi payshanba"} | |
810 | } | |
811 | } | |
812 | tue{ | |
813 | relative{ | |
814 | "-1"{"oʻtgan seshanba"} | |
815 | "0"{"bu seshanba"} | |
816 | "1"{"keyingi seshanba"} | |
817 | } | |
818 | } | |
819 | wed{ | |
820 | relative{ | |
821 | "-1"{"oʻtgan chorshanba"} | |
822 | "0"{"this Wednesday"} | |
823 | "1"{"keyingi chorshanba"} | |
824 | } | |
825 | } | |
826 | week{ | |
827 | dn{"Hafta"} | |
828 | relative{ | |
829 | "-1"{"oʻtgan hafta"} | |
830 | "0"{"bu hafta"} | |
831 | "1"{"keyingi hafta"} | |
832 | } | |
833 | relativeTime{ | |
834 | future{ | |
835 | one{"{0} haftadan soʻng"} | |
836 | other{"{0} haftadan soʻng"} | |
837 | } | |
838 | past{ | |
839 | one{"{0} hafta oldin"} | |
840 | other{"{0} hafta oldin"} | |
841 | } | |
842 | } | |
843 | } | |
844 | weekday{ | |
845 | dn{"Hafta kuni"} | |
846 | } | |
847 | year{ | |
848 | dn{"Yil"} | |
849 | relative{ | |
850 | "-1"{"oʻtgan yil"} | |
851 | "0"{"bu yil"} | |
852 | "1"{"keyingi yil"} | |
853 | } | |
854 | relativeTime{ | |
855 | future{ | |
856 | one{"{0} yildan soʻng"} | |
857 | other{"{0} yildan soʻng"} | |
858 | } | |
859 | past{ | |
860 | one{"{0} yil avval"} | |
861 | other{"{0} yil avval"} | |
862 | } | |
863 | } | |
864 | } | |
865 | zone{ | |
866 | dn{"Mintaqa"} | |
867 | } | |
868 | } | |
869 | listPattern{ | |
870 | standard{ | |
871 | 2{"{0} va {1}"} | |
872 | end{"{0} va {1}"} | |
873 | middle{"{0}, {1}"} | |
874 | start{"{0}, {1}"} | |
875 | } | |
876 | unit{ | |
877 | 2{"{0}, {1}"} | |
878 | end{"{0}, {1}"} | |
879 | middle{"{0}, {1}"} | |
880 | start{"{0}, {1}"} | |
881 | } | |
882 | unit-short{ | |
883 | 2{"{0}, {1}"} | |
884 | end{"{0}, {1}"} | |
885 | middle{"{0}, {1}"} | |
886 | start{"{0}, {1}"} | |
887 | } | |
888 | } | |
889 | measurementSystemNames{ | |
890 | UK{"BQ"} | |
891 | US{"AQSh"} | |
892 | metric{"Metrik"} | |
893 | } | |
894 | units{ | |
895 | acceleration{ | |
896 | g-force{ | |
897 | one{"{0} G"} | |
898 | other{"{0} G"} | |
899 | } | |
900 | } | |
901 | angle{ | |
902 | arc-minute{ | |
903 | one{"{0}′"} | |
904 | other{"{0}′"} | |
905 | } | |
906 | arc-second{ | |
907 | one{"{0}″"} | |
908 | other{"{0}″"} | |
909 | } | |
910 | degree{ | |
911 | one{"{0}°"} | |
912 | other{"{0}°"} | |
913 | } | |
914 | } | |
915 | area{ | |
916 | acre{ | |
917 | one{"{0} ac"} | |
918 | other{"{0} ac"} | |
919 | } | |
920 | hectare{ | |
921 | one{"{0} ha"} | |
922 | other{"{0} ha"} | |
923 | } | |
924 | square-foot{ | |
925 | one{"{0} ft²"} | |
926 | other{"{0} ft²"} | |
927 | } | |
928 | square-kilometer{ | |
929 | one{"{0} km²"} | |
930 | other{"{0} km²"} | |
931 | } | |
932 | square-meter{ | |
933 | one{"{0} m²"} | |
934 | other{"{0} m²"} | |
935 | } | |
936 | square-mile{ | |
937 | one{"{0} mi²"} | |
938 | other{"{0} mi²"} | |
939 | } | |
940 | } | |
941 | compound{ | |
942 | per{"{0}/{1}"} | |
943 | } | |
944 | duration{ | |
945 | day{ | |
946 | one{"{0} kun"} | |
947 | other{"{0} kun"} | |
948 | } | |
949 | hour{ | |
950 | one{"{0} soat"} | |
951 | other{"{0} soat"} | |
952 | } | |
953 | millisecond{ | |
954 | one{"{0} millisoniya"} | |
955 | other{"{0} millisoniya"} | |
956 | } | |
957 | minute{ | |
958 | one{"{0} daqiqa"} | |
959 | other{"{0} daqiqa"} | |
960 | } | |
961 | month{ | |
962 | one{"{0} oy"} | |
963 | other{"{0} oy"} | |
964 | } | |
965 | second{ | |
966 | one{"{0} soniya"} | |
967 | other{"{0} soniya"} | |
968 | } | |
969 | week{ | |
970 | one{"{0} hafta"} | |
971 | other{"{0} hafta"} | |
972 | } | |
973 | year{ | |
974 | one{"{0} yil"} | |
975 | other{"{0} yil"} | |
976 | } | |
977 | } | |
978 | length{ | |
979 | centimeter{ | |
980 | one{"{0} sm"} | |
981 | other{"{0} sm"} | |
982 | } | |
983 | foot{ | |
984 | one{"{0} fut"} | |
985 | other{"{0} fut"} | |
986 | } | |
987 | inch{ | |
988 | one{"{0} dyuym"} | |
989 | other{"{0} dyuym"} | |
990 | } | |
991 | kilometer{ | |
992 | one{"{0} km"} | |
993 | other{"{0} km"} | |
994 | } | |
995 | light-year{ | |
996 | one{"{0} yo.y."} | |
997 | other{"{0} yo.y."} | |
998 | } | |
999 | meter{ | |
1000 | one{"{0} m"} | |
1001 | other{"{0} m"} | |
1002 | } | |
1003 | mile{ | |
1004 | one{"{0} milya"} | |
1005 | other{"{0} milya"} | |
1006 | } | |
1007 | millimeter{ | |
1008 | one{"{0} mm"} | |
1009 | other{"{0} mm"} | |
1010 | } | |
1011 | picometer{ | |
1012 | one{"{0} pm"} | |
1013 | other{"{0} pm"} | |
1014 | } | |
1015 | yard{ | |
1016 | one{"{0} yard"} | |
1017 | other{"{0} yard"} | |
1018 | } | |
1019 | } | |
1020 | mass{ | |
1021 | gram{ | |
1022 | one{"{0} g"} | |
1023 | other{"{0} g"} | |
1024 | } | |
1025 | kilogram{ | |
1026 | one{"{0} kg"} | |
1027 | other{"{0} kg"} | |
1028 | } | |
1029 | ounce{ | |
1030 | one{"{0} untsiya"} | |
1031 | other{"{0} untsiya"} | |
1032 | } | |
1033 | pound{ | |
1034 | one{"{0} funt"} | |
1035 | other{"{0} funt"} | |
1036 | } | |
1037 | } | |
1038 | power{ | |
1039 | horsepower{ | |
1040 | one{"{0} hp"} | |
1041 | other{"{0} hp"} | |
1042 | } | |
1043 | kilowatt{ | |
1044 | one{"{0} kW"} | |
1045 | other{"{0} kW"} | |
1046 | } | |
1047 | watt{ | |
1048 | one{"{0} W"} | |
1049 | other{"{0} W"} | |
1050 | } | |
1051 | } | |
1052 | pressure{ | |
1053 | hectopascal{ | |
1054 | one{"{0} hPa"} | |
1055 | other{"{0} hPa"} | |
1056 | } | |
1057 | inch-hg{ | |
1058 | one{"{0} inHg"} | |
1059 | other{"{0} inHg"} | |
1060 | } | |
1061 | millibar{ | |
1062 | one{"{0} mbar"} | |
1063 | other{"{0} mbar"} | |
1064 | } | |
1065 | } | |
1066 | speed{ | |
1067 | kilometer-per-hour{ | |
1068 | one{"{0} kilometr/soatiga"} | |
1069 | other{"{0} kilometr/soatiga"} | |
1070 | } | |
1071 | meter-per-second{ | |
1072 | one{"{0} m/s"} | |
1073 | other{"{0} m/s"} | |
1074 | } | |
1075 | mile-per-hour{ | |
1076 | one{"{0} mi/h"} | |
1077 | other{"{0} mi/h"} | |
1078 | } | |
1079 | } | |
1080 | temperature{ | |
1081 | celsius{ | |
1082 | one{"{0}°C"} | |
1083 | other{"{0}°C"} | |
1084 | } | |
1085 | fahrenheit{ | |
1086 | one{"{0}°F"} | |
1087 | other{"{0}°F"} | |
1088 | } | |
1089 | } | |
1090 | volume{ | |
1091 | cubic-kilometer{ | |
1092 | one{"{0} km³"} | |
1093 | other{"{0} km³"} | |
1094 | } | |
1095 | cubic-mile{ | |
1096 | one{"{0} mi³"} | |
1097 | other{"{0} mi³"} | |
1098 | } | |
1099 | liter{ | |
1100 | one{"{0} litr"} | |
1101 | other{"{0} litr"} | |
1102 | } | |
1103 | } | |
1104 | } | |
1105 | unitsNarrow{ | |
1106 | acceleration{ | |
1107 | g-force{ | |
1108 | one{"{0} G"} | |
1109 | other{"{0} G"} | |
1110 | } | |
1111 | } | |
1112 | angle{ | |
1113 | arc-minute{ | |
1114 | one{"{0}′"} | |
1115 | other{"{0}′"} | |
1116 | } | |
1117 | arc-second{ | |
1118 | one{"{0}″"} | |
1119 | other{"{0}″"} | |
1120 | } | |
1121 | degree{ | |
1122 | one{"{0}°"} | |
1123 | other{"{0}°"} | |
1124 | } | |
1125 | } | |
1126 | area{ | |
1127 | acre{ | |
1128 | one{"{0} ac"} | |
1129 | other{"{0} ac"} | |
1130 | } | |
1131 | hectare{ | |
1132 | one{"{0} ha"} | |
1133 | other{"{0} ha"} | |
1134 | } | |
1135 | square-foot{ | |
1136 | one{"{0} ft²"} | |
1137 | other{"{0} ft²"} | |
1138 | } | |
1139 | square-kilometer{ | |
1140 | one{"{0} km²"} | |
1141 | other{"{0} km²"} | |
1142 | } | |
1143 | square-meter{ | |
1144 | one{"{0} m²"} | |
1145 | other{"{0} m²"} | |
1146 | } | |
1147 | square-mile{ | |
1148 | one{"{0} mi²"} | |
1149 | other{"{0} mi²"} | |
1150 | } | |
1151 | } | |
1152 | compound{ | |
1153 | per{"{0}/{1}"} | |
1154 | } | |
1155 | duration{ | |
1156 | day{ | |
1157 | one{"{0} k"} | |
1158 | other{"{0} k"} | |
1159 | } | |
1160 | hour{ | |
1161 | one{"{0} s"} | |
1162 | other{"{0} s"} | |
1163 | } | |
1164 | millisecond{ | |
1165 | one{"{0} ms"} | |
1166 | other{"{0} ms"} | |
1167 | } | |
1168 | minute{ | |
1169 | one{"{0} daq"} | |
1170 | other{"{0} daq"} | |
1171 | } | |
1172 | month{ | |
1173 | one{"{0} oy"} | |
1174 | other{"{0} oy"} | |
1175 | } | |
1176 | second{ | |
1177 | one{"{0} son"} | |
1178 | other{"{0} son"} | |
1179 | } | |
1180 | week{ | |
1181 | one{"{0} haft"} | |
1182 | other{"{0} haft"} | |
1183 | } | |
1184 | year{ | |
1185 | one{"{0} y"} | |
1186 | other{"{0} y"} | |
1187 | } | |
1188 | } | |
1189 | length{ | |
1190 | centimeter{ | |
1191 | one{"{0} cm"} | |
1192 | other{"{0} cm"} | |
1193 | } | |
1194 | foot{ | |
1195 | one{"{0} fut"} | |
1196 | other{"{0} fut"} | |
1197 | } | |
1198 | inch{ | |
1199 | one{"{0} dyuym"} | |
1200 | other{"{0} dyuym"} | |
1201 | } | |
1202 | kilometer{ | |
1203 | one{"{0} km"} | |
1204 | other{"{0} km"} | |
1205 | } | |
1206 | light-year{ | |
1207 | one{"{0} yo.y."} | |
1208 | other{"{0} yo.y."} | |
1209 | } | |
1210 | meter{ | |
1211 | one{"{0} m"} | |
1212 | other{"{0} m"} | |
1213 | } | |
1214 | mile{ | |
1215 | one{"{0} milya"} | |
1216 | other{"{0} milya"} | |
1217 | } | |
1218 | millimeter{ | |
1219 | one{"{0} mm"} | |
1220 | other{"{0} mm"} | |
1221 | } | |
1222 | picometer{ | |
1223 | one{"{0} pm"} | |
1224 | other{"{0} pm"} | |
1225 | } | |
1226 | yard{ | |
1227 | one{"{0} yard"} | |
1228 | other{"{0} yard"} | |
1229 | } | |
1230 | } | |
1231 | mass{ | |
1232 | gram{ | |
1233 | one{"{0} g"} | |
1234 | other{"{0} g"} | |
1235 | } | |
1236 | kilogram{ | |
1237 | one{"{0} kg"} | |
1238 | other{"{0} kg"} | |
1239 | } | |
1240 | ounce{ | |
1241 | one{"{0} untsiya"} | |
1242 | other{"{0} untsiya"} | |
1243 | } | |
1244 | pound{ | |
1245 | one{"{0} funt"} | |
1246 | other{"{0} funt"} | |
1247 | } | |
1248 | } | |
1249 | power{ | |
1250 | horsepower{ | |
1251 | one{"{0} hp"} | |
1252 | other{"{0} hp"} | |
1253 | } | |
1254 | kilowatt{ | |
1255 | one{"{0} kW"} | |
1256 | other{"{0} kW"} | |
1257 | } | |
1258 | watt{ | |
1259 | one{"{0} W"} | |
1260 | other{"{0} W"} | |
1261 | } | |
1262 | } | |
1263 | pressure{ | |
1264 | hectopascal{ | |
1265 | one{"{0} hPa"} | |
1266 | other{"{0} hPa"} | |
1267 | } | |
1268 | inch-hg{ | |
1269 | one{"{0} inHg"} | |
1270 | other{"{0} inHg"} | |
1271 | } | |
1272 | millibar{ | |
1273 | one{"{0} mbar"} | |
1274 | other{"{0} mbar"} | |
1275 | } | |
1276 | } | |
1277 | speed{ | |
1278 | kilometer-per-hour{ | |
1279 | one{"{0} km/h"} | |
1280 | other{"{0} km/h"} | |
1281 | } | |
1282 | meter-per-second{ | |
1283 | one{"{0} m/s"} | |
1284 | other{"{0} m/s"} | |
1285 | } | |
1286 | mile-per-hour{ | |
1287 | one{"{0} mi/h"} | |
1288 | other{"{0} mi/h"} | |
1289 | } | |
1290 | } | |
1291 | temperature{ | |
1292 | celsius{ | |
1293 | one{"{0}°"} | |
1294 | other{"{0}°"} | |
1295 | } | |
1296 | fahrenheit{ | |
1297 | one{"{0}°F"} | |
1298 | other{"{0}°F"} | |
1299 | } | |
1300 | } | |
1301 | volume{ | |
1302 | cubic-kilometer{ | |
1303 | one{"{0} km³"} | |
1304 | other{"{0} km³"} | |
1305 | } | |
1306 | cubic-mile{ | |
1307 | one{"{0} mi³"} | |
1308 | other{"{0} mi³"} | |
1309 | } | |
1310 | liter{ | |
1311 | one{"{0} l"} | |
1312 | other{"{0} l"} | |
1313 | } | |
1314 | } | |
1315 | } | |
1316 | unitsShort{ | |
1317 | acceleration{ | |
1318 | g-force{ | |
1319 | one{"{0} G"} | |
1320 | other{"{0} G"} | |
1321 | } | |
1322 | } | |
1323 | angle{ | |
1324 | arc-minute{ | |
1325 | one{"{0}′"} | |
1326 | other{"{0}′"} | |
1327 | } | |
1328 | arc-second{ | |
1329 | one{"{0}″"} | |
1330 | other{"{0}″"} | |
1331 | } | |
1332 | degree{ | |
1333 | one{"{0}°"} | |
1334 | other{"{0}°"} | |
1335 | } | |
1336 | } | |
1337 | area{ | |
1338 | acre{ | |
1339 | one{"{0} ac"} | |
1340 | other{"{0} ac"} | |
1341 | } | |
1342 | hectare{ | |
1343 | one{"{0} ha"} | |
1344 | other{"{0} ha"} | |
1345 | } | |
1346 | square-foot{ | |
1347 | one{"{0} ft²"} | |
1348 | other{"{0} ft²"} | |
1349 | } | |
1350 | square-kilometer{ | |
1351 | one{"{0} km²"} | |
1352 | other{"{0} km²"} | |
1353 | } | |
1354 | square-meter{ | |
1355 | one{"{0} m²"} | |
1356 | other{"{0} m²"} | |
1357 | } | |
1358 | square-mile{ | |
1359 | one{"{0} mi²"} | |
1360 | other{"{0} mi²"} | |
1361 | } | |
1362 | } | |
1363 | compound{ | |
1364 | per{"{0}/{1}"} | |
1365 | } | |
1366 | duration{ | |
1367 | day{ | |
1368 | one{"{0} kun"} | |
1369 | other{"{0} kun"} | |
1370 | } | |
1371 | hour{ | |
1372 | one{"{0} soat"} | |
1373 | other{"{0} soat"} | |
1374 | } | |
1375 | millisecond{ | |
1376 | one{"{0} ms"} | |
1377 | other{"{0} ms"} | |
1378 | } | |
1379 | minute{ | |
1380 | one{"{0} daq"} | |
1381 | other{"{0} daq"} | |
1382 | } | |
1383 | month{ | |
1384 | one{"{0} oy"} | |
1385 | other{"{0} oy"} | |
1386 | } | |
1387 | second{ | |
1388 | one{"{0} soniya"} | |
1389 | other{"{0} soniya"} | |
1390 | } | |
1391 | week{ | |
1392 | one{"{0} haft"} | |
1393 | other{"{0} haft"} | |
1394 | } | |
1395 | year{ | |
1396 | one{"{0} yil"} | |
1397 | other{"{0} yil"} | |
1398 | } | |
1399 | } | |
1400 | length{ | |
1401 | centimeter{ | |
1402 | one{"{0} cm"} | |
1403 | other{"{0} cm"} | |
1404 | } | |
1405 | foot{ | |
1406 | one{"{0} fut"} | |
1407 | other{"{0} fut"} | |
1408 | } | |
1409 | inch{ | |
1410 | one{"{0} dyuym"} | |
1411 | other{"{0} dyuym"} | |
1412 | } | |
1413 | kilometer{ | |
1414 | one{"{0} km"} | |
1415 | other{"{0} km"} | |
1416 | } | |
1417 | light-year{ | |
1418 | one{"{0} yo.y."} | |
1419 | other{"{0} yo.y."} | |
1420 | } | |
1421 | meter{ | |
1422 | one{"{0} m"} | |
1423 | other{"{0} m"} | |
1424 | } | |
1425 | mile{ | |
1426 | one{"{0} milya"} | |
1427 | other{"{0} milya"} | |
1428 | } | |
1429 | millimeter{ | |
1430 | one{"{0} mm"} | |
1431 | other{"{0} mm"} | |
1432 | } | |
1433 | picometer{ | |
1434 | one{"{0} pm"} | |
1435 | other{"{0} pm"} | |
1436 | } | |
1437 | yard{ | |
1438 | one{"{0} yard"} | |
1439 | other{"{0} yard"} | |
1440 | } | |
1441 | } | |
1442 | mass{ | |
1443 | gram{ | |
1444 | one{"{0} g"} | |
1445 | other{"{0} g"} | |
1446 | } | |
1447 | kilogram{ | |
1448 | one{"{0} kg"} | |
1449 | other{"{0} kg"} | |
1450 | } | |
1451 | ounce{ | |
1452 | one{"{0} untsiya"} | |
1453 | other{"{0} untsiya"} | |
1454 | } | |
1455 | pound{ | |
1456 | one{"{0} funt"} | |
1457 | other{"{0} funt"} | |
1458 | } | |
1459 | } | |
1460 | power{ | |
1461 | horsepower{ | |
1462 | one{"{0} hp"} | |
1463 | other{"{0} hp"} | |
1464 | } | |
1465 | kilowatt{ | |
1466 | one{"{0} kW"} | |
1467 | other{"{0} kW"} | |
1468 | } | |
1469 | watt{ | |
1470 | one{"{0} W"} | |
1471 | other{"{0} W"} | |
1472 | } | |
1473 | } | |
1474 | pressure{ | |
1475 | hectopascal{ | |
1476 | one{"{0} hPa"} | |
1477 | other{"{0} hPa"} | |
1478 | } | |
1479 | inch-hg{ | |
1480 | one{"{0} inHg"} | |
1481 | other{"{0} inHg"} | |
1482 | } | |
1483 | millibar{ | |
1484 | one{"{0} mbar"} | |
1485 | other{"{0} mbar"} | |
1486 | } | |
1487 | } | |
1488 | speed{ | |
1489 | kilometer-per-hour{ | |
1490 | one{"{0} km/h"} | |
1491 | other{"{0} km/h"} | |
1492 | } | |
1493 | meter-per-second{ | |
1494 | one{"{0} m/s"} | |
1495 | other{"{0} m/s"} | |
1496 | } | |
1497 | mile-per-hour{ | |
1498 | one{"{0} mi/h"} | |
1499 | other{"{0} mi/h"} | |
1500 | } | |
1501 | } | |
1502 | temperature{ | |
1503 | celsius{ | |
1504 | one{"{0}°C"} | |
1505 | other{"{0}°C"} | |
1506 | } | |
1507 | fahrenheit{ | |
1508 | one{"{0}°F"} | |
1509 | other{"{0}°F"} | |
1510 | } | |
1511 | } | |
1512 | volume{ | |
1513 | cubic-kilometer{ | |
1514 | one{"{0} km³"} | |
1515 | other{"{0} km³"} | |
1516 | } | |
1517 | cubic-mile{ | |
1518 | one{"{0} mi³"} | |
1519 | other{"{0} mi³"} | |
1520 | } | |
1521 | liter{ | |
1522 | one{"{0} l"} | |
1523 | other{"{0} l"} | |
1524 | } | |
1525 | } | |
1526 | } | |
73c04bcf | 1527 | } |