Sat, 03 Jan 2015 20:18:00 +0100
Conditionally enable double key logic according to:
private browsing mode or privacy.thirdparty.isolate preference and
implement in GetCookieStringCommon and FindCookie where it counts...
With some reservations of how to convince FindCookie users to test
condition and pass a nullptr when disabling double key logic.
1 // ***************************************************************************
2 // *
3 // * Copyright (C) 2013 International Business Machines
4 // * Corporation and others. All Rights Reserved.
5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
6 // * Source File: <path>/common/main/id.xml
7 // *
8 // ***************************************************************************
9 /**
10 * ICU <specials> source: <path>/common/main/id.xml
11 */
12 id{
13 AuxExemplarCharacters{"[å q x z]"}
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{"[a b c d e f g h i j k l m n o p q r s t u v w x y z]"}
23 ExemplarCharactersIndex{"[A B C D E F G H I J K L M N O P Q R S T U V W X Y Z]"}
24 ExemplarCharactersPunctuation{"[‐ – — , ; \\: ! ? . … ' ‘ ’ “ ” ( ) \\[ \\] /]"}
25 LocaleScript{
26 "Latn",
27 }
28 MoreInformation{"?"}
29 NumberElements{
30 latn{
31 miscPatterns{
32 atLeast{"{0}+"}
33 range{"{0}–{1}"}
34 }
35 patterns{
36 accountingFormat{"¤#,##0.00;(¤#,##0.00)"}
37 currencyFormat{"¤#,##0.00"}
38 decimalFormat{"#,##0.###"}
39 percentFormat{"#,##0%"}
40 scientificFormat{"#E0"}
41 }
42 patternsLong{
43 decimalFormat{
44 1000{
45 other{"0 ribu"}
46 }
47 10000{
48 other{"00 ribu"}
49 }
50 100000{
51 other{"000 ribu"}
52 }
53 1000000{
54 other{"0 juta"}
55 }
56 10000000{
57 other{"00 juta"}
58 }
59 100000000{
60 other{"000 juta"}
61 }
62 1000000000{
63 other{"0 miliar"}
64 }
65 10000000000{
66 other{"00 miliar"}
67 }
68 100000000000{
69 other{"000 miliar"}
70 }
71 1000000000000{
72 other{"0 triliun"}
73 }
74 10000000000000{
75 other{"00 triliun"}
76 }
77 100000000000000{
78 other{"000 triliun"}
79 }
80 }
81 }
82 patternsShort{
83 decimalFormat{
84 1000{
85 other{"0"}
86 }
87 10000{
88 other{"00 rb"}
89 }
90 100000{
91 other{"000 rb"}
92 }
93 1000000{
94 other{"0 jt"}
95 }
96 10000000{
97 other{"00 jt"}
98 }
99 100000000{
100 other{"000 jt"}
101 }
102 1000000000{
103 other{"0 M"}
104 }
105 10000000000{
106 other{"00 M"}
107 }
108 100000000000{
109 other{"000 M"}
110 }
111 1000000000000{
112 other{"0 T"}
113 }
114 10000000000000{
115 other{"00 T"}
116 }
117 100000000000000{
118 other{"000 T"}
119 }
120 }
121 }
122 symbols{
123 decimal{","}
124 exponential{"E"}
125 group{"."}
126 infinity{"∞"}
127 list{";"}
128 minusSign{"-"}
129 nan{"NaN"}
130 perMille{"‰"}
131 percentSign{"%"}
132 plusSign{"+"}
133 superscriptingExponent{"×"}
134 }
135 }
136 }
137 Version{"2.0.93.8"}
138 calendar{
139 buddhist{
140 DateTimePatterns{
141 "HH.mm.ss zzzz",
142 "HH.mm.ss z",
143 "HH.mm.ss",
144 "HH.mm",
145 "EEEE, dd MMMM y G",
146 "d MMMM y G",
147 "d MMM y G",
148 "d/M/y GGGGG",
149 "{1} {0}",
150 "{1} {0}",
151 "{1} {0}",
152 "{1} {0}",
153 "{1} {0}",
154 }
155 availableFormats{
156 M{"L"}
157 MEd{"E, d/M"}
158 MMM{"LLL"}
159 MMMEd{"E, d MMM"}
160 MMMMEd{"E, d MMMM"}
161 MMMMd{"d MMMM"}
162 MMMd{"d MMM"}
163 Md{"d/M"}
164 d{"d"}
165 y{"G y"}
166 }
167 eras{
168 abbreviated{
169 "BE",
170 }
171 }
172 }
173 chinese{
174 DateTimePatterns{
175 "HH.mm.ss zzzz",
176 "HH.mm.ss z",
177 "HH.mm.ss",
178 "HH.mm",
179 "EEEE, U MMMM dd",
180 "U MMMM d",
181 "U MMM d",
182 "y-M-d",
183 "{1} {0}",
184 "{1} {0}",
185 "{1} {0}",
186 "{1} {0}",
187 "{1} {0}",
188 }
189 cyclicNameSets{
190 dayParts{
191 format{
192 abbreviated{
193 "zi",
194 "chou",
195 "yin",
196 "mao",
197 "chen",
198 "si",
199 "wu",
200 "wei",
201 "shen",
202 "you",
203 "xu",
204 "hai",
205 }
206 }
207 }
208 years{
209 format{
210 abbreviated{
211 "jia-zi",
212 "yi-chou",
213 "bing-yin",
214 "ding-mao",
215 "wu-chen",
216 "ji-si",
217 "geng-wu",
218 "xin-wei",
219 "ren-shen",
220 "gui-you",
221 "jia-xu",
222 "yi-hai",
223 "bing-zi",
224 "ding-chou",
225 "wu-yin",
226 "ji-mao",
227 "geng-chen",
228 "xin-si",
229 "ren-wu",
230 "gui-wei",
231 "jia-shen",
232 "yi-you",
233 "bing-xu",
234 "ding-hai",
235 "wu-zi",
236 "ji-chou",
237 "geng-yin",
238 "xin-mao",
239 "ren-chen",
240 "gui-si",
241 "jia-wu",
242 "yi-wei",
243 "bing-shen",
244 "ding-you",
245 "wu-xu",
246 "ji-hai",
247 "geng-zi",
248 "xin-chou",
249 "ren-yin",
250 "gui-mao",
251 "jia-chen",
252 "yi-si",
253 "bing-wu",
254 "ding-wei",
255 "wu-shen",
256 "ji-you",
257 "geng-xu",
258 "xin-hai",
259 "ren-zi",
260 "gui-chou",
261 "jia-yin",
262 "yi-mao",
263 "bing-chen",
264 "ding-si",
265 "wu-wu",
266 "ji-wei",
267 "geng-shen",
268 "xin-you",
269 "ren-xu",
270 "gui-hai",
271 }
272 }
273 }
274 zodiacs{
275 format{
276 abbreviated{
277 "zi",
278 "chou",
279 "yin",
280 "mao",
281 "chen",
282 "si",
283 "wu",
284 "wei",
285 "shen",
286 "you",
287 "xu",
288 "hai",
289 }
290 }
291 }
292 }
293 monthNames{
294 format{
295 abbreviated{
296 "1",
297 "2",
298 "3",
299 "4",
300 "5",
301 "6",
302 "7",
303 "8",
304 "9",
305 "10",
306 "11",
307 "12",
308 }
309 narrow{
310 "1",
311 "2",
312 "3",
313 "4",
314 "5",
315 "6",
316 "7",
317 "8",
318 "9",
319 "10",
320 "11",
321 "12",
322 }
323 wide{
324 "1",
325 "2",
326 "3",
327 "4",
328 "5",
329 "6",
330 "7",
331 "8",
332 "9",
333 "10",
334 "11",
335 "12",
336 }
337 }
338 stand-alone{
339 abbreviated{
340 "1",
341 "2",
342 "3",
343 "4",
344 "5",
345 "6",
346 "7",
347 "8",
348 "9",
349 "10",
350 "11",
351 "12",
352 }
353 narrow{
354 "1",
355 "2",
356 "3",
357 "4",
358 "5",
359 "6",
360 "7",
361 "8",
362 "9",
363 "10",
364 "11",
365 "12",
366 }
367 wide{
368 "1",
369 "2",
370 "3",
371 "4",
372 "5",
373 "6",
374 "7",
375 "8",
376 "9",
377 "10",
378 "11",
379 "12",
380 }
381 }
382 }
383 }
384 coptic{
385 monthNames{
386 format{
387 abbreviated{
388 "Tout",
389 "Baba",
390 "Hator",
391 "Kiahk",
392 "Toba",
393 "Amshir",
394 "Baramhat",
395 "Baramouda",
396 "Bashans",
397 "Paona",
398 "Epep",
399 "Mesra",
400 "Nasie",
401 }
402 narrow{
403 "1",
404 "2",
405 "3",
406 "4",
407 "5",
408 "6",
409 "7",
410 "8",
411 "9",
412 "10",
413 "11",
414 "12",
415 "13",
416 }
417 wide{
418 "Tout",
419 "Baba",
420 "Hator",
421 "Kiahk",
422 "Toba",
423 "Amshir",
424 "Baramhat",
425 "Baramouda",
426 "Bashans",
427 "Paona",
428 "Epep",
429 "Mesra",
430 "Nasie",
431 }
432 }
433 stand-alone{
434 abbreviated{
435 "Tout",
436 "Baba",
437 "Hator",
438 "Kiahk",
439 "Toba",
440 "Amshir",
441 "Baramhat",
442 "Baramouda",
443 "Bashans",
444 "Paona",
445 "Epep",
446 "Mesra",
447 "Nasie",
448 }
449 narrow{
450 "1",
451 "2",
452 "3",
453 "4",
454 "5",
455 "6",
456 "7",
457 "8",
458 "9",
459 "10",
460 "11",
461 "12",
462 "13",
463 }
464 wide{
465 "Tout",
466 "Baba",
467 "Hator",
468 "Kiahk",
469 "Toba",
470 "Amshir",
471 "Baramhat",
472 "Baramouda",
473 "Bashans",
474 "Paona",
475 "Epep",
476 "Mesra",
477 "Nasie",
478 }
479 }
480 }
481 }
482 ethiopic{
483 monthNames{
484 format{
485 abbreviated{
486 "Meskerem",
487 "Tekemt",
488 "Hedar",
489 "Tahsas",
490 "Ter",
491 "Yekatit",
492 "Megabit",
493 "Miazia",
494 "Genbot",
495 "Sene",
496 "Hamle",
497 "Nehasse",
498 "Pagumen",
499 }
500 narrow{
501 "1",
502 "2",
503 "3",
504 "4",
505 "5",
506 "6",
507 "7",
508 "8",
509 "9",
510 "10",
511 "11",
512 "12",
513 "13",
514 }
515 wide{
516 "Meskerem",
517 "Tekemt",
518 "Hedar",
519 "Tahsas",
520 "Ter",
521 "Yekatit",
522 "Megabit",
523 "Miazia",
524 "Genbot",
525 "Sene",
526 "Hamle",
527 "Nehasse",
528 "Pagumen",
529 }
530 }
531 stand-alone{
532 abbreviated{
533 "Meskerem",
534 "Tekemt",
535 "Hedar",
536 "Tahsas",
537 "Ter",
538 "Yekatit",
539 "Megabit",
540 "Miazia",
541 "Genbot",
542 "Sene",
543 "Hamle",
544 "Nehasse",
545 "Pagumen",
546 }
547 narrow{
548 "1",
549 "2",
550 "3",
551 "4",
552 "5",
553 "6",
554 "7",
555 "8",
556 "9",
557 "10",
558 "11",
559 "12",
560 "13",
561 }
562 wide{
563 "Meskerem",
564 "Tekemt",
565 "Hedar",
566 "Tahsas",
567 "Ter",
568 "Yekatit",
569 "Megabit",
570 "Miazia",
571 "Genbot",
572 "Sene",
573 "Hamle",
574 "Nehasse",
575 "Pagumen",
576 }
577 }
578 }
579 }
580 generic{
581 DateTimePatterns{
582 "HH.mm.ss zzzz",
583 "HH.mm.ss z",
584 "HH.mm.ss",
585 "HH.mm",
586 "EEEE, dd MMMM y G",
587 "d MMMM y G",
588 "d MMM y G",
589 "dd/MM/yy GGGGG",
590 "{1} {0}",
591 "{1} {0}",
592 "{1} {0}",
593 "{1} {0}",
594 "{1} {0}",
595 }
596 availableFormats{
597 Ed{"E, d"}
598 Gy{"y G"}
599 GyMMM{"MMM y G"}
600 GyMMMEd{"E, d MMM y G"}
601 GyMMMd{"d MMM y G"}
602 H{"HH"}
603 Hm{"HH.mm"}
604 Hms{"HH.mm.ss"}
605 M{"L"}
606 MEd{"E, d/M"}
607 MMM{"LLL"}
608 MMMEd{"E, d MMM"}
609 MMMMEd{"E, d MMMM"}
610 MMMMd{"d MMMM"}
611 MMMd{"d MMM"}
612 Md{"d/M"}
613 d{"d"}
614 h{"h a"}
615 hm{"h.mm a"}
616 hms{"h.mm.ss a"}
617 ms{"mm.ss"}
618 y{"y G"}
619 yyyy{"y G"}
620 yyyyM{"M/y G"}
621 yyyyMEd{"E, d/M/y G"}
622 yyyyMMM{"MMM y G"}
623 yyyyMMMEd{"E, d MMM y G"}
624 yyyyMMMd{"d MMM y G"}
625 yyyyMd{"d/M/y G"}
626 yyyyQQQ{"QQQ y G"}
627 yyyyQQQQ{"QQQQ y G"}
628 }
629 intervalFormats{
630 H{
631 H{"HH–HH"}
632 }
633 Hm{
634 H{"HH.mm–HH.mm"}
635 m{"HH.mm–HH.mm"}
636 }
637 Hmv{
638 H{"HH.mm–HH.mm v"}
639 m{"HH.mm–HH.mm v"}
640 }
641 Hv{
642 H{"HH–HH v"}
643 }
644 M{
645 M{"M–M"}
646 }
647 MEd{
648 M{"E, d/M – E, d/M"}
649 d{"E, d/M – E, d/M"}
650 }
651 MMM{
652 M{"MMM–MMM"}
653 }
654 MMMEd{
655 M{"E, d MMM – E, d MMM"}
656 d{"E, d MMM – E, d MMM"}
657 }
658 MMMd{
659 M{"d MMM – d MMM"}
660 d{"d–d MMM"}
661 }
662 Md{
663 M{"d/M – d/M"}
664 d{"d/M – d/M"}
665 }
666 d{
667 d{"d–d"}
668 }
669 fallback{"{0} – {1}"}
670 h{
671 a{"h a – h a"}
672 h{"h–h a"}
673 }
674 hm{
675 a{"h.mm a – h.mm a"}
676 h{"h.mm–h.mm a"}
677 m{"h.mm–h.mm a"}
678 }
679 hmv{
680 a{"h.mm a – h.mm a v"}
681 h{"h.mm–h.mm a v"}
682 m{"h.mm–h.mm a v"}
683 }
684 hv{
685 a{"h a – h a v"}
686 h{"h–h a v"}
687 }
688 y{
689 y{"y-y G"}
690 }
691 yM{
692 M{"M/y – M/y GGGGG"}
693 y{"M/y – M/y GGGGG"}
694 }
695 yMEd{
696 M{"E, d/M/y – E, d/M/y GGGGG"}
697 d{"E, d/M/y – E, d/M/y GGGGG"}
698 y{"E, d/M/y – E, d/M/y GGGGG"}
699 }
700 yMMM{
701 M{"MMM–MMM y G"}
702 y{"MMM y – MMM y G"}
703 }
704 yMMMEd{
705 M{"E, d MMM – E, d MMM y G"}
706 d{"E, d MMM – E, d MMM y G"}
707 y{"E, d MMM y – E, d MMM y G"}
708 }
709 yMMMM{
710 M{"MMMM – MMMM y G"}
711 y{"MMMM y – MMMM y G"}
712 }
713 yMMMd{
714 M{"d MMM – d MMM y G"}
715 d{"d-d MMM y G"}
716 y{"d MMM y – d MMM y G"}
717 }
718 yMd{
719 M{"d/M/y – d/M/y GGGGG"}
720 d{"d/M/y – d/M/y GGGGG"}
721 y{"d/M/y – d/M/y GGGGG"}
722 }
723 }
724 }
725 gregorian{
726 AmPmMarkers{
727 "AM",
728 "PM",
729 }
730 AmPmMarkersNarrow{
731 "AM",
732 "PM",
733 }
734 DateTimePatterns{
735 "HH.mm.ss zzzz",
736 "HH.mm.ss z",
737 "HH.mm.ss",
738 "HH.mm",
739 "EEEE, dd MMMM y",
740 "d MMMM y",
741 "d MMM y",
742 "dd/MM/yy",
743 "{1} {0}",
744 "{1} {0}",
745 "{1} {0}",
746 "{1} {0}",
747 "{1} {0}",
748 }
749 appendItems{
750 Timezone{"{0} {1}"}
751 }
752 availableFormats{
753 EHm{"E HH.mm"}
754 EHms{"E HH.mm.ss"}
755 Ed{"E, d"}
756 Ehm{"E h.mm a"}
757 Ehms{"E h.mm.ss a"}
758 Gy{"y G"}
759 GyMMM{"MMM y G"}
760 GyMMMEd{"E, d MMM y G"}
761 GyMMMd{"d MMM y G"}
762 H{"HH"}
763 Hm{"HH.mm"}
764 Hms{"HH.mm.ss"}
765 M{"L"}
766 MEd{"E, d/M"}
767 MMM{"LLL"}
768 MMMEd{"E, d MMM"}
769 MMMMEd{"E, d MMMM"}
770 MMMMd{"d MMMM"}
771 MMMd{"d MMM"}
772 Md{"d/M"}
773 d{"d"}
774 h{"h a"}
775 hm{"h.mm a"}
776 hms{"h.mm.ss a"}
777 ms{"mm.ss"}
778 y{"y"}
779 yM{"M/y"}
780 yMEd{"E, d/M/y"}
781 yMMM{"MMM y"}
782 yMMMEd{"E, d MMM y"}
783 yMMMd{"d MMM y"}
784 yMd{"d/M/y"}
785 yQQQ{"QQQ y"}
786 yQQQQ{"QQQQ y"}
787 }
788 dayNames{
789 format{
790 abbreviated{
791 "Min",
792 "Sen",
793 "Sel",
794 "Rab",
795 "Kam",
796 "Jum",
797 "Sab",
798 }
799 narrow{
800 "M",
801 "S",
802 "S",
803 "R",
804 "K",
805 "J",
806 "S",
807 }
808 short{
809 "Min",
810 "Sen",
811 "Sel",
812 "Rab",
813 "Kam",
814 "Jum",
815 "Sab",
816 }
817 wide{
818 "Minggu",
819 "Senin",
820 "Selasa",
821 "Rabu",
822 "Kamis",
823 "Jumat",
824 "Sabtu",
825 }
826 }
827 stand-alone{
828 abbreviated{
829 "Min",
830 "Sen",
831 "Sel",
832 "Rab",
833 "Kam",
834 "Jum",
835 "Sab",
836 }
837 narrow{
838 "M",
839 "S",
840 "S",
841 "R",
842 "K",
843 "J",
844 "S",
845 }
846 short{
847 "Min",
848 "Sen",
849 "Sel",
850 "Rab",
851 "Kam",
852 "Jum",
853 "Sab",
854 }
855 wide{
856 "Minggu",
857 "Senin",
858 "Selasa",
859 "Rabu",
860 "Kamis",
861 "Jumat",
862 "Sabtu",
863 }
864 }
865 }
866 eras{
867 abbreviated{
868 "SM",
869 "M",
870 }
871 narrow{
872 "SM",
873 "M",
874 }
875 wide{
876 "SM",
877 "M",
878 }
879 }
880 intervalFormats{
881 H{
882 H{"HH–HH"}
883 }
884 Hm{
885 H{"HH.mm–HH.mm"}
886 m{"HH.mm–HH.mm"}
887 }
888 Hmv{
889 H{"HH.mm–HH.mm v"}
890 m{"HH.mm–HH.mm v"}
891 }
892 Hv{
893 H{"HH–HH v"}
894 }
895 M{
896 M{"M–M"}
897 }
898 MEd{
899 M{"E, d/M – E, d/M"}
900 d{"E, d/M – E, d/M"}
901 }
902 MMM{
903 M{"MMM–MMM"}
904 }
905 MMMEd{
906 M{"E, d MMM – E, d MMM"}
907 d{"E, d MMM – E, d MMM"}
908 }
909 MMMd{
910 M{"d MMM – d MMM"}
911 d{"d–d MMM"}
912 }
913 Md{
914 M{"d/M – d/M"}
915 d{"d/M – d/M"}
916 }
917 d{
918 d{"d–d"}
919 }
920 fallback{"{0} – {1}"}
921 h{
922 a{"h a – h a"}
923 h{"h–h a"}
924 }
925 hm{
926 a{"h.mm a – h.mm a"}
927 h{"h.mm–h.mm a"}
928 m{"h.mm–h.mm a"}
929 }
930 hmv{
931 a{"h.mm a – h.mm a v"}
932 h{"h.mm–h.mm a v"}
933 m{"h.mm–h.mm a v"}
934 }
935 hv{
936 a{"h a – h a v"}
937 h{"h–h a v"}
938 }
939 y{
940 y{"y-y"}
941 }
942 yM{
943 M{"M/y – M/y"}
944 y{"M/y – M/y"}
945 }
946 yMEd{
947 M{"E, d/M/y – E, d/M/y"}
948 d{"E, d/M/y – E, d/M/y"}
949 y{"E, d/M/y – E, d/M/y"}
950 }
951 yMMM{
952 M{"MMM–MMM y"}
953 y{"MMM y – MMM y"}
954 }
955 yMMMEd{
956 M{"E, d MMM – E, d MMM y"}
957 d{"E, d MMM – E, d MMM y"}
958 y{"E, d MMM y – E, d MMM y"}
959 }
960 yMMMM{
961 M{"MMMM–MMMM y"}
962 y{"MMMM y – MMMM y"}
963 }
964 yMMMd{
965 M{"d MMM – d MMM y"}
966 d{"d-d MMM y"}
967 y{"d MMM y – d MMM y"}
968 }
969 yMd{
970 M{"d/M/y – d/M/y"}
971 d{"d/M/y – d/M/y"}
972 y{"d/M/y – d/M/y"}
973 }
974 }
975 monthNames{
976 format{
977 abbreviated{
978 "Jan",
979 "Feb",
980 "Mar",
981 "Apr",
982 "Mei",
983 "Jun",
984 "Jul",
985 "Agt",
986 "Sep",
987 "Okt",
988 "Nov",
989 "Des",
990 }
991 narrow{
992 "J",
993 "F",
994 "M",
995 "A",
996 "M",
997 "J",
998 "J",
999 "A",
1000 "S",
1001 "O",
1002 "N",
1003 "D",
1004 }
1005 wide{
1006 "Januari",
1007 "Februari",
1008 "Maret",
1009 "April",
1010 "Mei",
1011 "Juni",
1012 "Juli",
1013 "Agustus",
1014 "September",
1015 "Oktober",
1016 "November",
1017 "Desember",
1018 }
1019 }
1020 stand-alone{
1021 abbreviated{
1022 "Jan",
1023 "Feb",
1024 "Mar",
1025 "Apr",
1026 "Mei",
1027 "Jun",
1028 "Jul",
1029 "Agt",
1030 "Sep",
1031 "Okt",
1032 "Nov",
1033 "Des",
1034 }
1035 narrow{
1036 "J",
1037 "F",
1038 "M",
1039 "A",
1040 "M",
1041 "J",
1042 "J",
1043 "A",
1044 "S",
1045 "O",
1046 "N",
1047 "D",
1048 }
1049 wide{
1050 "Januari",
1051 "Februari",
1052 "Maret",
1053 "April",
1054 "Mei",
1055 "Juni",
1056 "Juli",
1057 "Agustus",
1058 "September",
1059 "Oktober",
1060 "November",
1061 "Desember",
1062 }
1063 }
1064 }
1065 quarters{
1066 format{
1067 abbreviated{
1068 "K1",
1069 "K2",
1070 "K3",
1071 "K4",
1072 }
1073 narrow{
1074 "1",
1075 "2",
1076 "3",
1077 "4",
1078 }
1079 wide{
1080 "Kuartal ke-1",
1081 "Kuartal ke-2",
1082 "Kuartal ke-3",
1083 "Kuartal ke-4",
1084 }
1085 }
1086 stand-alone{
1087 abbreviated{
1088 "K1",
1089 "K2",
1090 "K3",
1091 "K4",
1092 }
1093 narrow{
1094 "1",
1095 "2",
1096 "3",
1097 "4",
1098 }
1099 wide{
1100 "Kuartal ke-1",
1101 "Kuartal ke-2",
1102 "Kuartal ke-3",
1103 "Kuartal ke-4",
1104 }
1105 }
1106 }
1107 }
1108 hebrew{
1109 eras{
1110 abbreviated{
1111 "AM",
1112 }
1113 }
1114 monthNames{
1115 format{
1116 abbreviated{
1117 "Tishri",
1118 "Heshvan",
1119 "Kislev",
1120 "Tevet",
1121 "Shevat",
1122 "Adar I",
1123 "Adar",
1124 "Nisan",
1125 "Iyar",
1126 "Sivan",
1127 "Tamuz",
1128 "Av",
1129 "Elul",
1130 "Adar II",
1131 }
1132 wide{
1133 "Tishri",
1134 "Heshvan",
1135 "Kislev",
1136 "Tevet",
1137 "Shevat",
1138 "Adar I",
1139 "Adar",
1140 "Nisan",
1141 "Iyar",
1142 "Sivan",
1143 "Tamuz",
1144 "Av",
1145 "Elul",
1146 "Adar II",
1147 }
1148 }
1149 stand-alone{
1150 abbreviated{
1151 "Tishri",
1152 "Heshvan",
1153 "Kislev",
1154 "Tevet",
1155 "Shevat",
1156 "Adar I",
1157 "Adar",
1158 "Nisan",
1159 "Iyar",
1160 "Sivan",
1161 "Tamuz",
1162 "Av",
1163 "Elul",
1164 "Adar II",
1165 }
1166 wide{
1167 "Tishri",
1168 "Heshvan",
1169 "Kislev",
1170 "Tevet",
1171 "Shevat",
1172 "Adar I",
1173 "Adar",
1174 "Nisan",
1175 "Iyar",
1176 "Sivan",
1177 "Tamuz",
1178 "Av",
1179 "Elul",
1180 "Adar II",
1181 }
1182 }
1183 }
1184 }
1185 indian{
1186 eras{
1187 abbreviated{
1188 "SAKA",
1189 }
1190 }
1191 monthNames{
1192 format{
1193 abbreviated{
1194 "Chaitra",
1195 "Vaisakha",
1196 "Jyaistha",
1197 "Asadha",
1198 "Sravana",
1199 "Bhadra",
1200 "Asvina",
1201 "Kartika",
1202 "Agrahayana",
1203 "Pausa",
1204 "Magha",
1205 "Phalguna",
1206 }
1207 narrow{
1208 "1",
1209 "2",
1210 "3",
1211 "4",
1212 "5",
1213 "6",
1214 "7",
1215 "8",
1216 "9",
1217 "10",
1218 "11",
1219 "12",
1220 }
1221 wide{
1222 "Chaitra",
1223 "Vaisakha",
1224 "Jyaistha",
1225 "Asadha",
1226 "Sravana",
1227 "Bhadra",
1228 "Asvina",
1229 "Kartika",
1230 "Agrahayana",
1231 "Pausa",
1232 "Magha",
1233 "Phalguna",
1234 }
1235 }
1236 stand-alone{
1237 abbreviated{
1238 "Chaitra",
1239 "Vaisakha",
1240 "Jyaistha",
1241 "Asadha",
1242 "Sravana",
1243 "Bhadra",
1244 "Asvina",
1245 "Kartika",
1246 "Agrahayana",
1247 "Pausa",
1248 "Magha",
1249 "Phalguna",
1250 }
1251 narrow{
1252 "1",
1253 "2",
1254 "3",
1255 "4",
1256 "5",
1257 "6",
1258 "7",
1259 "8",
1260 "9",
1261 "10",
1262 "11",
1263 "12",
1264 }
1265 wide{
1266 "Chaitra",
1267 "Vaisakha",
1268 "Jyaistha",
1269 "Asadha",
1270 "Sravana",
1271 "Bhadra",
1272 "Asvina",
1273 "Kartika",
1274 "Agrahayana",
1275 "Pausa",
1276 "Magha",
1277 "Phalguna",
1278 }
1279 }
1280 }
1281 }
1282 islamic{
1283 DateTimePatterns{
1284 "HH.mm.ss zzzz",
1285 "HH.mm.ss z",
1286 "HH.mm.ss",
1287 "HH.mm",
1288 "EEEE, dd MMMM y G",
1289 "d MMMM y G",
1290 "d MMM y G",
1291 "d/M/y GGGGG",
1292 "{1} {0}",
1293 "{1} {0}",
1294 "{1} {0}",
1295 "{1} {0}",
1296 "{1} {0}",
1297 }
1298 availableFormats{
1299 M{"L"}
1300 MEd{"E, d/M"}
1301 MMM{"LLL"}
1302 MMMEd{"E, d MMM"}
1303 MMMMEd{"E, d MMMM"}
1304 MMMMd{"d MMMM"}
1305 MMMd{"d MMM"}
1306 Md{"d/M"}
1307 d{"d"}
1308 y{"y G"}
1309 }
1310 eras{
1311 abbreviated{
1312 "AH",
1313 }
1314 }
1315 monthNames{
1316 format{
1317 abbreviated{
1318 "Muh.",
1319 "Saf.",
1320 "Rab. I",
1321 "Rab. II",
1322 "Jum. I",
1323 "Jum. II",
1324 "Raj.",
1325 "Sha.",
1326 "Ram.",
1327 "Syaw.",
1328 "Dhuʻl-Q.",
1329 "Dhuʻl-H.",
1330 }
1331 narrow{
1332 "1",
1333 "2",
1334 "3",
1335 "4",
1336 "5",
1337 "6",
1338 "7",
1339 "8",
1340 "9",
1341 "10",
1342 "11",
1343 "12",
1344 }
1345 wide{
1346 "Muharram",
1347 "Safar",
1348 "Rabiʻ I",
1349 "Rabiʻ II",
1350 "Jumada I",
1351 "Jumada II",
1352 "Rajab",
1353 "Sya'ban",
1354 "Ramadhan",
1355 "Syawal",
1356 "Dhuʻl-Qiʻdah",
1357 "Dhuʻl-Hijjah",
1358 }
1359 }
1360 stand-alone{
1361 abbreviated{
1362 "Muh.",
1363 "Saf.",
1364 "Rab. I",
1365 "Rab. II",
1366 "Jum. I",
1367 "Jum. II",
1368 "Raj.",
1369 "Sha.",
1370 "Ram.",
1371 "Syaw.",
1372 "Dhuʻl-Q.",
1373 "Dhuʻl-H.",
1374 }
1375 narrow{
1376 "1",
1377 "2",
1378 "3",
1379 "4",
1380 "5",
1381 "6",
1382 "7",
1383 "8",
1384 "9",
1385 "10",
1386 "11",
1387 "12",
1388 }
1389 wide{
1390 "Muharram",
1391 "Safar",
1392 "Rabiʻ I",
1393 "Rabiʻ II",
1394 "Jumada I",
1395 "Jumada II",
1396 "Rajab",
1397 "Sya'ban",
1398 "Ramadhan",
1399 "Syawal",
1400 "Dhuʻl-Qiʻdah",
1401 "Dhuʻl-Hijjah",
1402 }
1403 }
1404 }
1405 }
1406 japanese{
1407 DateTimePatterns{
1408 "HH.mm.ss zzzz",
1409 "HH.mm.ss z",
1410 "HH.mm.ss",
1411 "HH.mm",
1412 "EEEE, dd MMMM y G",
1413 "d MMMM y G",
1414 "d MMM y G",
1415 "d/M/y GGGGG",
1416 "{1} {0}",
1417 "{1} {0}",
1418 "{1} {0}",
1419 "{1} {0}",
1420 "{1} {0}",
1421 }
1422 availableFormats{
1423 M{"L"}
1424 MEd{"E, d/M"}
1425 MMM{"LLL"}
1426 MMMEd{"E, d MMM"}
1427 MMMMEd{"E, d MMMM"}
1428 MMMMd{"d MMMM"}
1429 MMMd{"d MMM"}
1430 Md{"d/M"}
1431 d{"d"}
1432 y{"G y"}
1433 }
1434 eras{
1435 abbreviated{
1436 "Taika (645-650)",
1437 "Hakuchi (650-671)",
1438 "Hakuhō (672-686)",
1439 "Shuchō (686-701)",
1440 "Taihō (701-704)",
1441 "Keiun (704-708)",
1442 "Wadō (708-715)",
1443 "Reiki (715-717)",
1444 "Yōrō (717-724)",
1445 "Jinki (724-729)",
1446 "Tempyō (729-749)",
1447 "Tempyō-kampō (749-749)",
1448 "Tempyō-shōhō (749-757)",
1449 "Tempyō-hōji (757-765)",
1450 "Temphō-jingo (765-767)",
1451 "Jingo-keiun (767-770)",
1452 "Hōki (770-780)",
1453 "Ten-ō (781-782)",
1454 "Enryaku (782-806)",
1455 "Daidō (806-810)",
1456 "Kōnin (810-824)",
1457 "Tenchō (824-834)",
1458 "Jōwa (834-848)",
1459 "Kajō (848-851)",
1460 "Ninju (851-854)",
1461 "Saiko (854-857)",
1462 "Tennan (857-859)",
1463 "Jōgan (859-877)",
1464 "Genkei (877-885)",
1465 "Ninna (885-889)",
1466 "Kampyō (889-898)",
1467 "Shōtai (898-901)",
1468 "Engi (901-923)",
1469 "Enchō (923-931)",
1470 "Shōhei (931-938)",
1471 "Tengyō (938-947)",
1472 "Tenryaku (947-957)",
1473 "Tentoku (957-961)",
1474 "Ōwa (961-964)",
1475 "Kōhō (964-968)",
1476 "Anna (968-970)",
1477 "Tenroku (970-973)",
1478 "Ten-en (973-976)",
1479 "Jōgen (976-978)",
1480 "Tengen (978-983)",
1481 "Eikan (983-985)",
1482 "Kanna (985-987)",
1483 "Ei-en (987-989)",
1484 "Eiso (989-990)",
1485 "Shōryaku (990-995)",
1486 "Chōtoku (995-999)",
1487 "Chōhō (999-1004)",
1488 "Kankō (1004-1012)",
1489 "Chōwa (1012-1017)",
1490 "Kannin (1017-1021)",
1491 "Jian (1021-1024)",
1492 "Manju (1024-1028)",
1493 "Chōgen (1028-1037)",
1494 "Chōryaku (1037-1040)",
1495 "Chōkyū (1040-1044)",
1496 "Kantoku (1044-1046)",
1497 "Eishō (1046-1053)",
1498 "Tengi (1053-1058)",
1499 "Kōhei (1058-1065)",
1500 "Jiryaku (1065-1069)",
1501 "Enkyū (1069-1074)",
1502 "Shōho (1074-1077)",
1503 "Shōryaku (1077-1081)",
1504 "Eiho (1081-1084)",
1505 "Ōtoku (1084-1087)",
1506 "Kanji (1087-1094)",
1507 "Kaho (1094-1096)",
1508 "Eichō (1096-1097)",
1509 "Shōtoku (1097-1099)",
1510 "Kōwa (1099-1104)",
1511 "Chōji (1104-1106)",
1512 "Kashō (1106-1108)",
1513 "Tennin (1108-1110)",
1514 "Ten-ei (1110-1113)",
1515 "Eikyū (1113-1118)",
1516 "Gen-ei (1118-1120)",
1517 "Hoan (1120-1124)",
1518 "Tenji (1124-1126)",
1519 "Daiji (1126-1131)",
1520 "Tenshō (1131-1132)",
1521 "Chōshō (1132-1135)",
1522 "Hoen (1135-1141)",
1523 "Eiji (1141-1142)",
1524 "Kōji (1142-1144)",
1525 "Tenyō (1144-1145)",
1526 "Kyūan (1145-1151)",
1527 "Ninpei (1151-1154)",
1528 "Kyūju (1154-1156)",
1529 "Hogen (1156-1159)",
1530 "Heiji (1159-1160)",
1531 "Eiryaku (1160-1161)",
1532 "Ōho (1161-1163)",
1533 "Chōkan (1163-1165)",
1534 "Eiman (1165-1166)",
1535 "Nin-an (1166-1169)",
1536 "Kaō (1169-1171)",
1537 "Shōan (1171-1175)",
1538 "Angen (1175-1177)",
1539 "Jishō (1177-1181)",
1540 "Yōwa (1181-1182)",
1541 "Juei (1182-1184)",
1542 "Genryuku (1184-1185)",
1543 "Bunji (1185-1190)",
1544 "Kenkyū (1190-1199)",
1545 "Shōji (1199-1201)",
1546 "Kennin (1201-1204)",
1547 "Genkyū (1204-1206)",
1548 "Ken-ei (1206-1207)",
1549 "Shōgen (1207-1211)",
1550 "Kenryaku (1211-1213)",
1551 "Kenpō (1213-1219)",
1552 "Shōkyū (1219-1222)",
1553 "Jōō (1222-1224)",
1554 "Gennin (1224-1225)",
1555 "Karoku (1225-1227)",
1556 "Antei (1227-1229)",
1557 "Kanki (1229-1232)",
1558 "Jōei (1232-1233)",
1559 "Tempuku (1233-1234)",
1560 "Bunryaku (1234-1235)",
1561 "Katei (1235-1238)",
1562 "Ryakunin (1238-1239)",
1563 "En-ō (1239-1240)",
1564 "Ninji (1240-1243)",
1565 "Kangen (1243-1247)",
1566 "Hōji (1247-1249)",
1567 "Kenchō (1249-1256)",
1568 "Kōgen (1256-1257)",
1569 "Shōka (1257-1259)",
1570 "Shōgen (1259-1260)",
1571 "Bun-ō (1260-1261)",
1572 "Kōchō (1261-1264)",
1573 "Bun-ei (1264-1275)",
1574 "Kenji (1275-1278)",
1575 "Kōan (1278-1288)",
1576 "Shōō (1288-1293)",
1577 "Einin (1293-1299)",
1578 "Shōan (1299-1302)",
1579 "Kengen (1302-1303)",
1580 "Kagen (1303-1306)",
1581 "Tokuji (1306-1308)",
1582 "Enkei (1308-1311)",
1583 "Ōchō (1311-1312)",
1584 "Shōwa (1312-1317)",
1585 "Bunpō (1317-1319)",
1586 "Genō (1319-1321)",
1587 "Genkyō (1321-1324)",
1588 "Shōchū (1324-1326)",
1589 "Kareki (1326-1329)",
1590 "Gentoku (1329-1331)",
1591 "Genkō (1331-1334)",
1592 "Kemmu (1334-1336)",
1593 "Engen (1336-1340)",
1594 "Kōkoku (1340-1346)",
1595 "Shōhei (1346-1370)",
1596 "Kentoku (1370-1372)",
1597 "Bunchũ (1372-1375)",
1598 "Tenju (1375-1379)",
1599 "Kōryaku (1379-1381)",
1600 "Kōwa (1381-1384)",
1601 "Genchũ (1384-1392)",
1602 "Meitoku (1384-1387)",
1603 "Kakei (1387-1389)",
1604 "Kōō (1389-1390)",
1605 "Meitoku (1390-1394)",
1606 "Ōei (1394-1428)",
1607 "Shōchō (1428-1429)",
1608 "Eikyō (1429-1441)",
1609 "Kakitsu (1441-1444)",
1610 "Bun-an (1444-1449)",
1611 "Hōtoku (1449-1452)",
1612 "Kyōtoku (1452-1455)",
1613 "Kōshō (1455-1457)",
1614 "Chōroku (1457-1460)",
1615 "Kanshō (1460-1466)",
1616 "Bunshō (1466-1467)",
1617 "Ōnin (1467-1469)",
1618 "Bunmei (1469-1487)",
1619 "Chōkyō (1487-1489)",
1620 "Entoku (1489-1492)",
1621 "Meiō (1492-1501)",
1622 "Bunki (1501-1504)",
1623 "Eishō (1504-1521)",
1624 "Taiei (1521-1528)",
1625 "Kyōroku (1528-1532)",
1626 "Tenmon (1532-1555)",
1627 "Kōji (1555-1558)",
1628 "Eiroku (1558-1570)",
1629 "Genki (1570-1573)",
1630 "Tenshō (1573-1592)",
1631 "Bunroku (1592-1596)",
1632 "Keichō (1596-1615)",
1633 "Genwa (1615-1624)",
1634 "Kan-ei (1624-1644)",
1635 "Shōho (1644-1648)",
1636 "Keian (1648-1652)",
1637 "Shōō (1652-1655)",
1638 "Meiryaku (1655-1658)",
1639 "Manji (1658-1661)",
1640 "Kanbun (1661-1673)",
1641 "Enpō (1673-1681)",
1642 "Tenwa (1681-1684)",
1643 "Jōkyō (1684-1688)",
1644 "Genroku (1688-1704)",
1645 "Hōei (1704-1711)",
1646 "Shōtoku (1711-1716)",
1647 "Kyōhō (1716-1736)",
1648 "Genbun (1736-1741)",
1649 "Kanpō (1741-1744)",
1650 "Enkyō (1744-1748)",
1651 "Kan-en (1748-1751)",
1652 "Hōryaku (1751-1764)",
1653 "Meiwa (1764-1772)",
1654 "An-ei (1772-1781)",
1655 "Tenmei (1781-1789)",
1656 "Kansei (1789-1801)",
1657 "Kyōwa (1801-1804)",
1658 "Bunka (1804-1818)",
1659 "Bunsei (1818-1830)",
1660 "Tenpō (1830-1844)",
1661 "Kōka (1844-1848)",
1662 "Kaei (1848-1854)",
1663 "Ansei (1854-1860)",
1664 "Man-en (1860-1861)",
1665 "Bunkyū (1861-1864)",
1666 "Genji (1864-1865)",
1667 "Keiō (1865-1868)",
1668 "Meiji",
1669 "Taishō",
1670 "Shōwa",
1671 "Heisei",
1672 }
1673 }
1674 }
1675 persian{
1676 eras{
1677 abbreviated{
1678 "AP",
1679 }
1680 }
1681 monthNames{
1682 format{
1683 abbreviated{
1684 "Farvardin",
1685 "Ordibehesht",
1686 "Khordad",
1687 "Tir",
1688 "Mordad",
1689 "Shahrivar",
1690 "Mehr",
1691 "Aban",
1692 "Azar",
1693 "Dey",
1694 "Bahman",
1695 "Esfand",
1696 }
1697 narrow{
1698 "1",
1699 "2",
1700 "3",
1701 "4",
1702 "5",
1703 "6",
1704 "7",
1705 "8",
1706 "9",
1707 "10",
1708 "11",
1709 "12",
1710 }
1711 wide{
1712 "Farvardin",
1713 "Ordibehesht",
1714 "Khordad",
1715 "Tir",
1716 "Mordad",
1717 "Shahrivar",
1718 "Mehr",
1719 "Aban",
1720 "Azar",
1721 "Dey",
1722 "Bahman",
1723 "Esfand",
1724 }
1725 }
1726 stand-alone{
1727 abbreviated{
1728 "Farvardin",
1729 "Ordibehesht",
1730 "Khordad",
1731 "Tir",
1732 "Mordad",
1733 "Shahrivar",
1734 "Mehr",
1735 "Aban",
1736 "Azar",
1737 "Dey",
1738 "Bahman",
1739 "Esfand",
1740 }
1741 narrow{
1742 "1",
1743 "2",
1744 "3",
1745 "4",
1746 "5",
1747 "6",
1748 "7",
1749 "8",
1750 "9",
1751 "10",
1752 "11",
1753 "12",
1754 }
1755 wide{
1756 "Farvardin",
1757 "Ordibehesht",
1758 "Khordad",
1759 "Tir",
1760 "Mordad",
1761 "Shahrivar",
1762 "Mehr",
1763 "Aban",
1764 "Azar",
1765 "Dey",
1766 "Bahman",
1767 "Esfand",
1768 }
1769 }
1770 }
1771 }
1772 roc{
1773 DateTimePatterns{
1774 "HH.mm.ss zzzz",
1775 "HH.mm.ss z",
1776 "HH.mm.ss",
1777 "HH.mm",
1778 "EEEE, dd MMMM y G",
1779 "d MMMM y G",
1780 "d MMM y G",
1781 "d/M/y GGGGG",
1782 "{1} {0}",
1783 "{1} {0}",
1784 "{1} {0}",
1785 "{1} {0}",
1786 "{1} {0}",
1787 }
1788 availableFormats{
1789 M{"L"}
1790 MEd{"E, d/M"}
1791 MMM{"LLL"}
1792 MMMEd{"E, d MMM"}
1793 MMMMEd{"E, d MMMM"}
1794 MMMMd{"d MMMM"}
1795 MMMd{"d MMM"}
1796 Md{"d/M"}
1797 d{"d"}
1798 y{"G y"}
1799 }
1800 eras{
1801 abbreviated{
1802 "Sebelum R.O.C.",
1803 "R.O.C.",
1804 }
1805 }
1806 }
1807 }
1808 delimiters{
1809 alternateQuotationEnd{"’"}
1810 alternateQuotationStart{"‘"}
1811 quotationEnd{"”"}
1812 quotationStart{"“"}
1813 }
1814 durationUnits{
1815 hm{"h.mm"}
1816 hms{"h.mm.ss"}
1817 ms{"m.ss"}
1818 }
1819 fields{
1820 day{
1821 dn{"Hari"}
1822 relative{
1823 "-1"{"kemarin"}
1824 "-2"{"kemarin lusa"}
1825 "0"{"hari ini"}
1826 "1"{"besok"}
1827 "2"{"lusa"}
1828 }
1829 relativeTime{
1830 future{
1831 other{"Dalam {0} hari"}
1832 }
1833 past{
1834 other{"{0} hari yang lalu"}
1835 }
1836 }
1837 }
1838 dayperiod{
1839 dn{"AM/PM"}
1840 }
1841 era{
1842 dn{"Era"}
1843 }
1844 fri{
1845 relative{
1846 "-1"{"Jumat lalu"}
1847 "0"{"Jumat ini"}
1848 "1"{"Jumat berikutnya"}
1849 }
1850 }
1851 hour{
1852 dn{"Jam"}
1853 relativeTime{
1854 future{
1855 other{"Dalam {0} jam"}
1856 }
1857 past{
1858 other{"{0} jam yang lalu"}
1859 }
1860 }
1861 }
1862 minute{
1863 dn{"Menit"}
1864 relativeTime{
1865 future{
1866 other{"Dalam {0} menit"}
1867 }
1868 past{
1869 other{"{0} menit yang lalu"}
1870 }
1871 }
1872 }
1873 mon{
1874 relative{
1875 "-1"{"Senin lalu"}
1876 "0"{"Senin ini"}
1877 "1"{"Senin berikutnya"}
1878 }
1879 }
1880 month{
1881 dn{"Bulan"}
1882 relative{
1883 "-1"{"bulan lalu"}
1884 "0"{"bulan ini"}
1885 "1"{"Bulan berikutnya"}
1886 }
1887 relativeTime{
1888 future{
1889 other{"Dalam {0} bulan"}
1890 }
1891 past{
1892 other{"{0} bulan yang lalu"}
1893 }
1894 }
1895 }
1896 sat{
1897 relative{
1898 "-1"{"Sabtu lalu"}
1899 "0"{"Sabtu ini"}
1900 "1"{"Sabtu berikutnya"}
1901 }
1902 }
1903 second{
1904 dn{"Detik"}
1905 relative{
1906 "0"{"sekarang"}
1907 }
1908 relativeTime{
1909 future{
1910 other{"Dalam {0} detik"}
1911 }
1912 past{
1913 other{"{0} detik yang lalu"}
1914 }
1915 }
1916 }
1917 sun{
1918 relative{
1919 "-1"{"Minggu lalu"}
1920 "0"{"Minggu ini"}
1921 "1"{"Minggu berikutnya"}
1922 }
1923 }
1924 thu{
1925 relative{
1926 "-1"{"Kamis lalu"}
1927 "0"{"Kamis ini"}
1928 "1"{"Kamis berikutnya"}
1929 }
1930 }
1931 tue{
1932 relative{
1933 "-1"{"Selasa lalu"}
1934 "0"{"Selasa ini"}
1935 "1"{"Selasa berikutnya"}
1936 }
1937 }
1938 wed{
1939 relative{
1940 "-1"{"Rabu lalu"}
1941 "0"{"Rabu ini"}
1942 "1"{"Rabu berikutnya"}
1943 }
1944 }
1945 week{
1946 dn{"Minggu"}
1947 relative{
1948 "-1"{"minggu lalu"}
1949 "0"{"minggu ini"}
1950 "1"{"Minggu berikutnya"}
1951 }
1952 relativeTime{
1953 future{
1954 other{"Dalam {0} minggu"}
1955 }
1956 past{
1957 other{"{0} minggu yang lalu"}
1958 }
1959 }
1960 }
1961 weekday{
1962 dn{"Hari dalam Seminggu"}
1963 }
1964 year{
1965 dn{"Tahun"}
1966 relative{
1967 "-1"{"tahun lalu"}
1968 "0"{"tahun ini"}
1969 "1"{"tahun depan"}
1970 }
1971 relativeTime{
1972 future{
1973 other{"Dalam {0} tahun"}
1974 }
1975 past{
1976 other{"{0} tahun yang lalu"}
1977 }
1978 }
1979 }
1980 zone{
1981 dn{"Zona Waktu"}
1982 }
1983 }
1984 listPattern{
1985 standard{
1986 2{"{0} dan {1}"}
1987 end{"{0}, dan {1}"}
1988 middle{"{0}, {1}"}
1989 start{"{0}, {1}"}
1990 }
1991 unit{
1992 2{"{0}, {1}"}
1993 end{"{0}, {1}"}
1994 middle{"{0}, {1}"}
1995 start{"{0}, {1}"}
1996 }
1997 unit-narrow{
1998 2{"{0}, {1}"}
1999 end{"{0}, {1}"}
2000 middle{"{0}, {1}"}
2001 start{"{0}, {1}"}
2002 }
2003 unit-short{
2004 2{"{0}, {1}"}
2005 end{"{0}, {1}"}
2006 middle{"{0}, {1}"}
2007 start{"{0}, {1}"}
2008 }
2009 }
2010 measurementSystemNames{
2011 UK{"BR"}
2012 US{"AS"}
2013 metric{"Metrik"}
2014 }
2015 transformNames{
2016 BGN{"BGN"}
2017 Numeric{"Angka"}
2018 Tone{"Nada"}
2019 UNGEGN{"UNGEGN"}
2020 x-Accents{"Aksen"}
2021 x-Fullwidth{"Lebar penuh"}
2022 x-Halfwidth{"Lebar separuh"}
2023 x-Jamo{"Jamo"}
2024 x-Pinyin{"Pinyin"}
2025 x-Publishing{"Penerbitan"}
2026 }
2027 units{
2028 acceleration{
2029 g-force{
2030 other{"{0} g-force"}
2031 }
2032 }
2033 angle{
2034 arc-minute{
2035 other{"{0} menit"}
2036 }
2037 arc-second{
2038 other{"{0} detik"}
2039 }
2040 degree{
2041 other{"{0} derajat"}
2042 }
2043 }
2044 area{
2045 acre{
2046 other{"{0} acre"}
2047 }
2048 hectare{
2049 other{"{0} hektar"}
2050 }
2051 square-foot{
2052 other{"{0} kaki persegi"}
2053 }
2054 square-kilometer{
2055 other{"{0} kilometer persegi"}
2056 }
2057 square-meter{
2058 other{"{0} meter persegi"}
2059 }
2060 square-mile{
2061 other{"{0} mil persegi"}
2062 }
2063 }
2064 compound{
2065 per{"{0} per {1}"}
2066 }
2067 duration{
2068 day{
2069 other{"{0} hari"}
2070 }
2071 hour{
2072 other{"{0} jam"}
2073 }
2074 millisecond{
2075 other{"{0} milidetik"}
2076 }
2077 minute{
2078 other{"{0} menit"}
2079 }
2080 month{
2081 other{"{0} bulan"}
2082 }
2083 second{
2084 other{"{0} detik"}
2085 }
2086 week{
2087 other{"{0} minggu"}
2088 }
2089 year{
2090 other{"{0} tahun"}
2091 }
2092 }
2093 length{
2094 centimeter{
2095 other{"{0} sentimeter"}
2096 }
2097 foot{
2098 other{"{0} kaki"}
2099 }
2100 inch{
2101 other{"{0} inci"}
2102 }
2103 kilometer{
2104 other{"{0} kilometer"}
2105 }
2106 light-year{
2107 other{"{0} tahun cahaya"}
2108 }
2109 meter{
2110 other{"{0} meter"}
2111 }
2112 mile{
2113 other{"{0} mil"}
2114 }
2115 millimeter{
2116 other{"{0} milimeter"}
2117 }
2118 picometer{
2119 other{"{0} pikometer"}
2120 }
2121 yard{
2122 other{"{0} yard"}
2123 }
2124 }
2125 mass{
2126 gram{
2127 other{"{0} gram"}
2128 }
2129 kilogram{
2130 other{"{0} kilogram"}
2131 }
2132 ounce{
2133 other{"{0} ons"}
2134 }
2135 pound{
2136 other{"{0} pon"}
2137 }
2138 }
2139 power{
2140 horsepower{
2141 other{"{0} daya kuda"}
2142 }
2143 kilowatt{
2144 other{"{0} kilowatt"}
2145 }
2146 watt{
2147 other{"{0} watt"}
2148 }
2149 }
2150 pressure{
2151 hectopascal{
2152 other{"{0} hektopaskal"}
2153 }
2154 inch-hg{
2155 other{"{0} inci merkuri"}
2156 }
2157 millibar{
2158 other{"{0} milibar"}
2159 }
2160 }
2161 speed{
2162 kilometer-per-hour{
2163 other{"{0} kilometer per jam"}
2164 }
2165 meter-per-second{
2166 other{"{0} meter per detik"}
2167 }
2168 mile-per-hour{
2169 other{"{0} mil per jam"}
2170 }
2171 }
2172 temperature{
2173 celsius{
2174 other{"{0} derajat Celsius"}
2175 }
2176 fahrenheit{
2177 other{"{0} derajat Fahrenheit"}
2178 }
2179 }
2180 volume{
2181 cubic-kilometer{
2182 other{"{0} kilometer kubik"}
2183 }
2184 cubic-mile{
2185 other{"{0} mil kubik"}
2186 }
2187 liter{
2188 other{"{0} liter"}
2189 }
2190 }
2191 }
2192 unitsNarrow{
2193 acceleration{
2194 g-force{
2195 other{"{0} G"}
2196 }
2197 }
2198 angle{
2199 arc-minute{
2200 other{"{0}′"}
2201 }
2202 arc-second{
2203 other{"{0}″"}
2204 }
2205 degree{
2206 other{"{0}°"}
2207 }
2208 }
2209 area{
2210 acre{
2211 other{"{0} ac"}
2212 }
2213 hectare{
2214 other{"{0} ha"}
2215 }
2216 square-foot{
2217 other{"{0} ft²"}
2218 }
2219 square-kilometer{
2220 other{"{0} km²"}
2221 }
2222 square-meter{
2223 other{"{0} m²"}
2224 }
2225 square-mile{
2226 other{"{0} mi²"}
2227 }
2228 }
2229 compound{
2230 per{"{0}/{1}"}
2231 }
2232 duration{
2233 day{
2234 other{"{0} hr"}
2235 }
2236 hour{
2237 other{"{0} j"}
2238 }
2239 millisecond{
2240 other{"{0} md"}
2241 }
2242 minute{
2243 other{"{0} mnt"}
2244 }
2245 month{
2246 other{"{0} bln"}
2247 }
2248 second{
2249 other{"{0} dtk"}
2250 }
2251 week{
2252 other{"{0} mgg"}
2253 }
2254 year{
2255 other{"{0} thn"}
2256 }
2257 }
2258 length{
2259 centimeter{
2260 other{"{0} cm"}
2261 }
2262 foot{
2263 other{"{0} ft"}
2264 }
2265 inch{
2266 other{"{0}″"}
2267 }
2268 kilometer{
2269 other{"{0} km"}
2270 }
2271 light-year{
2272 other{"{0} ly"}
2273 }
2274 meter{
2275 other{"{0} m"}
2276 }
2277 mile{
2278 other{"{0} mi"}
2279 }
2280 millimeter{
2281 other{"{0} mm"}
2282 }
2283 picometer{
2284 other{"{0} pm"}
2285 }
2286 yard{
2287 other{"{0} yd"}
2288 }
2289 }
2290 mass{
2291 gram{
2292 other{"{0} g"}
2293 }
2294 kilogram{
2295 other{"{0} kg"}
2296 }
2297 ounce{
2298 other{"{0} oz"}
2299 }
2300 pound{
2301 other{"{0} lb"}
2302 }
2303 }
2304 power{
2305 horsepower{
2306 other{"{0} hp"}
2307 }
2308 kilowatt{
2309 other{"{0} kW"}
2310 }
2311 watt{
2312 other{"{0} W"}
2313 }
2314 }
2315 pressure{
2316 hectopascal{
2317 other{"{0} hPa"}
2318 }
2319 inch-hg{
2320 other{"{0} inHg"}
2321 }
2322 millibar{
2323 other{"{0} mbar"}
2324 }
2325 }
2326 speed{
2327 kilometer-per-hour{
2328 other{"{0} km/jam"}
2329 }
2330 meter-per-second{
2331 other{"{0} m/s"}
2332 }
2333 mile-per-hour{
2334 other{"{0} mph"}
2335 }
2336 }
2337 temperature{
2338 celsius{
2339 other{"{0}°"}
2340 }
2341 fahrenheit{
2342 other{"{0}°F"}
2343 }
2344 }
2345 volume{
2346 cubic-kilometer{
2347 other{"{0} km³"}
2348 }
2349 cubic-mile{
2350 other{"{0} mi³"}
2351 }
2352 liter{
2353 other{"{0} l"}
2354 }
2355 }
2356 }
2357 unitsShort{
2358 acceleration{
2359 g-force{
2360 other{"{0} G"}
2361 }
2362 }
2363 angle{
2364 arc-minute{
2365 other{"{0} mnt"}
2366 }
2367 arc-second{
2368 other{"{0} dtk"}
2369 }
2370 degree{
2371 other{"{0}°"}
2372 }
2373 }
2374 area{
2375 acre{
2376 other{"{0} ac"}
2377 }
2378 hectare{
2379 other{"{0} ha"}
2380 }
2381 square-foot{
2382 other{"{0} ft²"}
2383 }
2384 square-kilometer{
2385 other{"{0} km²"}
2386 }
2387 square-meter{
2388 other{"{0} m²"}
2389 }
2390 square-mile{
2391 other{"{0} mi²"}
2392 }
2393 }
2394 compound{
2395 per{"{0}/{1}"}
2396 }
2397 duration{
2398 day{
2399 other{"{0} hr"}
2400 }
2401 hour{
2402 other{"{0} j"}
2403 }
2404 millisecond{
2405 other{"{0} md"}
2406 }
2407 minute{
2408 other{"{0} mnt"}
2409 }
2410 month{
2411 other{"{0} bln"}
2412 }
2413 second{
2414 other{"{0} dtk"}
2415 }
2416 week{
2417 other{"{0} mgg"}
2418 }
2419 year{
2420 other{"{0} thn"}
2421 }
2422 }
2423 length{
2424 centimeter{
2425 other{"{0} cm"}
2426 }
2427 foot{
2428 other{"{0} ft"}
2429 }
2430 inch{
2431 other{"{0} in"}
2432 }
2433 kilometer{
2434 other{"{0} km"}
2435 }
2436 light-year{
2437 other{"{0} ly"}
2438 }
2439 meter{
2440 other{"{0} m"}
2441 }
2442 mile{
2443 other{"{0} mi"}
2444 }
2445 millimeter{
2446 other{"{0} mm"}
2447 }
2448 picometer{
2449 other{"{0} pm"}
2450 }
2451 yard{
2452 other{"{0} yd"}
2453 }
2454 }
2455 mass{
2456 gram{
2457 other{"{0} g"}
2458 }
2459 kilogram{
2460 other{"{0} kg"}
2461 }
2462 ounce{
2463 other{"{0} oz"}
2464 }
2465 pound{
2466 other{"{0} lb"}
2467 }
2468 }
2469 power{
2470 horsepower{
2471 other{"{0} hp"}
2472 }
2473 kilowatt{
2474 other{"{0} kW"}
2475 }
2476 watt{
2477 other{"{0} W"}
2478 }
2479 }
2480 pressure{
2481 hectopascal{
2482 other{"{0} hPa"}
2483 }
2484 inch-hg{
2485 other{"{0} inHg"}
2486 }
2487 millibar{
2488 other{"{0} mbar"}
2489 }
2490 }
2491 speed{
2492 kilometer-per-hour{
2493 other{"{0} km/jam"}
2494 }
2495 meter-per-second{
2496 other{"{0} m/s"}
2497 }
2498 mile-per-hour{
2499 other{"{0} mph"}
2500 }
2501 }
2502 temperature{
2503 celsius{
2504 other{"{0}°C"}
2505 }
2506 fahrenheit{
2507 other{"{0}°F"}
2508 }
2509 }
2510 volume{
2511 cubic-kilometer{
2512 other{"{0} km³"}
2513 }
2514 cubic-mile{
2515 other{"{0} mi³"}
2516 }
2517 liter{
2518 other{"{0} l"}
2519 }
2520 }
2521 }
2522 }