• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// © 2016 and later: Unicode, Inc. and others.
2// License & terms of use: http://www.unicode.org/copyright.html#License
3tr{
4    AuxExemplarCharacters{
5        "[á à ă â å ä ã ā æ é è ĕ ê ë ē í ì ĭ î ï ī ñ ó ò ŏ ô ø ō œ q ß ú ù ŭ û ū w x"
6        " ÿ]"
7    }
8    Ellipsis{
9        final{"{0}…"}
10        initial{"…{0}"}
11        medial{"{0}…{1}"}
12        word-final{"{0} …"}
13        word-initial{"… {0}"}
14        word-medial{"{0} … {1}"}
15    }
16    ExemplarCharacters{"[a b c ç d e f g ğ h ı i İ j k l m n o ö p r s ş t u ü v y z]"}
17    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]"}
18    ExemplarCharactersPunctuation{
19        "[\\- ‐ – — , ; \\: ! ? . … ' ‘ ’ \u0022 “ ” ( ) \\[ \\] § @ * / \\& # † ‡ ′ "
20        "″]"
21    }
22    MoreInformation{"?"}
23    NumberElements{
24        default{"latn"}
25        latn{
26            miscPatterns{
27                atLeast{"{0}+"}
28                range{"{0}–{1}"}
29            }
30            patterns{
31                accountingFormat{"¤#,##0.00;(¤#,##0.00)"}
32                currencyFormat{"¤#,##0.00"}
33                decimalFormat{"#,##0.###"}
34                percentFormat{"%#,##0"}
35                scientificFormat{"#E0"}
36            }
37            patternsLong{
38                decimalFormat{
39                    1000{
40                        one{"0 bin"}
41                        other{"0 bin"}
42                    }
43                    10000{
44                        one{"00 bin"}
45                        other{"00 bin"}
46                    }
47                    100000{
48                        one{"000 bin"}
49                        other{"000 bin"}
50                    }
51                    1000000{
52                        one{"0 milyon"}
53                        other{"0 milyon"}
54                    }
55                    10000000{
56                        one{"00 milyon"}
57                        other{"00 milyon"}
58                    }
59                    100000000{
60                        one{"000 milyon"}
61                        other{"000 milyon"}
62                    }
63                    1000000000{
64                        one{"0 milyar"}
65                        other{"0 milyar"}
66                    }
67                    10000000000{
68                        one{"00 milyar"}
69                        other{"00 milyar"}
70                    }
71                    100000000000{
72                        one{"000 milyar"}
73                        other{"000 milyar"}
74                    }
75                    1000000000000{
76                        one{"0 trilyon"}
77                        other{"0 trilyon"}
78                    }
79                    10000000000000{
80                        one{"00 trilyon"}
81                        other{"00 trilyon"}
82                    }
83                    100000000000000{
84                        one{"000 trilyon"}
85                        other{"000 trilyon"}
86                    }
87                }
88            }
89            patternsShort{
90                currencyFormat{
91                    1000{
92                        one{"0 B ¤"}
93                        other{"0 B ¤"}
94                    }
95                    10000{
96                        one{"00 B ¤"}
97                        other{"00 B ¤"}
98                    }
99                    100000{
100                        one{"000 B ¤"}
101                        other{"000 B ¤"}
102                    }
103                    1000000{
104                        one{"0 Mn ¤"}
105                        other{"0 Mn ¤"}
106                    }
107                    10000000{
108                        one{"00 Mn ¤"}
109                        other{"00 Mn ¤"}
110                    }
111                    100000000{
112                        one{"000 Mn ¤"}
113                        other{"000 Mn ¤"}
114                    }
115                    1000000000{
116                        one{"0 Mr ¤"}
117                        other{"0 Mr ¤"}
118                    }
119                    10000000000{
120                        one{"00 Mr ¤"}
121                        other{"00 Mr ¤"}
122                    }
123                    100000000000{
124                        one{"000 Mr ¤"}
125                        other{"000 Mr ¤"}
126                    }
127                    1000000000000{
128                        one{"0 Tn ¤"}
129                        other{"0 Tn ¤"}
130                    }
131                    10000000000000{
132                        one{"00 Tn ¤"}
133                        other{"00 Tn ¤"}
134                    }
135                    100000000000000{
136                        one{"000 Tn ¤"}
137                        other{"000 Tn ¤"}
138                    }
139                }
140                decimalFormat{
141                    1000{
142                        one{"0 B"}
143                        other{"0 B"}
144                    }
145                    10000{
146                        one{"00 B"}
147                        other{"00 B"}
148                    }
149                    100000{
150                        one{"000 B"}
151                        other{"000 B"}
152                    }
153                    1000000{
154                        one{"0 Mn"}
155                        other{"0 Mn"}
156                    }
157                    10000000{
158                        one{"00 Mn"}
159                        other{"00 Mn"}
160                    }
161                    100000000{
162                        one{"000 Mn"}
163                        other{"000 Mn"}
164                    }
165                    1000000000{
166                        one{"0 Mr"}
167                        other{"0 Mr"}
168                    }
169                    10000000000{
170                        one{"00 Mr"}
171                        other{"00 Mr"}
172                    }
173                    100000000000{
174                        one{"000 Mr"}
175                        other{"000 Mr"}
176                    }
177                    1000000000000{
178                        one{"0 Tn"}
179                        other{"0 Tn"}
180                    }
181                    10000000000000{
182                        one{"00 Tn"}
183                        other{"00 Tn"}
184                    }
185                    100000000000000{
186                        one{"000 Tn"}
187                        other{"000 Tn"}
188                    }
189                }
190            }
191            symbols{
192                decimal{","}
193                exponential{"E"}
194                group{"."}
195                infinity{"∞"}
196                list{";"}
197                minusSign{"-"}
198                nan{"NaN"}
199                perMille{"‰"}
200                percentSign{"%"}
201                plusSign{"+"}
202                superscriptingExponent{"×"}
203                timeSeparator{":"}
204            }
205        }
206        minimumGroupingDigits{"1"}
207        native{"latn"}
208    }
209    Version{"2.1.28.79"}
210    calendar{
211        buddhist{
212            eras{
213                abbreviated{
214                    "BE",
215                }
216            }
217        }
218        coptic{
219            monthNames{
220                format{
221                    wide{
222                        "Tût",
223                        "Bâbe",
224                        "Hatur",
225                        "Keyhek",
226                        "Tûbe",
227                        "Imşir",
228                        "Bermuhat",
229                        "Bermude",
230                        "Peyştes",
231                        "Bune",
232                        "Ebip",
233                        "Mısrî",
234                        "Nesî",
235                    }
236                }
237            }
238        }
239        ethiopic{
240            monthNames{
241                format{
242                    wide{
243                        "Meskerem",
244                        "Tikimt",
245                        "Hidar",
246                        "Tahsas",
247                        "Tir",
248                        "Yakatit",
249                        "Magabit",
250                        "Miyazya",
251                        "Ginbot",
252                        "Sene",
253                        "Hamle",
254                        "Nehasa",
255                        "Pagumiene",
256                    }
257                }
258            }
259        }
260        generic{
261            DateTimePatterns{
262                "HH:mm:ss zzzz",
263                "HH:mm:ss z",
264                "HH:mm:ss",
265                "HH:mm",
266                "G d MMMM y EEEE",
267                "G d MMMM y",
268                "G d MMM y",
269                "GGGGG d.MM.y",
270                "{1} {0}",
271                "{1} {0}",
272                "{1} {0}",
273                "{1} {0}",
274                "{1} {0}",
275            }
276            availableFormats{
277                E{"ccc"}
278                Ed{"d E"}
279                Gy{"G y"}
280                GyMMM{"G MMM y"}
281                GyMMMEd{"G d MMM y E"}
282                GyMMMd{"G d MMM y"}
283                H{"HH"}
284                Hm{"HH:mm"}
285                Hms{"HH:mm:ss"}
286                M{"L"}
287                MEd{"dd/MM E"}
288                MMM{"LLL"}
289                MMMEd{"d MMM E"}
290                MMMMEd{"dd MMMM E"}
291                MMMMd{"dd MMMM"}
292                MMMd{"d MMM"}
293                Md{"dd/MM"}
294                d{"d"}
295                h{"h a"}
296                hm{"h:mm a"}
297                hms{"h:mm:ss a"}
298                mmss{"mm:ss"}
299                ms{"mm:ss"}
300                y{"G y"}
301                yyyy{"G y"}
302                yyyyM{"GGGGG M/y"}
303                yyyyMEd{"GGGGG dd.MM.y E"}
304                yyyyMM{"MM.y G"}
305                yyyyMMM{"G MMM y"}
306                yyyyMMMEd{"G d MMM y E"}
307                yyyyMMMM{"G MMMM y"}
308                yyyyMMMd{"G dd MMM y"}
309                yyyyMd{"GGGGG dd.MM.y"}
310                yyyyQQQ{"G y/QQQ"}
311                yyyyQQQQ{"G y/QQQQ"}
312            }
313            intervalFormats{
314                H{
315                    H{"HH–HH"}
316                }
317                Hm{
318                    H{"HH:mm–HH:mm"}
319                    m{"HH:mm–HH:mm"}
320                }
321                Hmv{
322                    H{"HH:mm–HH:mm v"}
323                    m{"HH:mm–HH:mm v"}
324                }
325                Hv{
326                    H{"HH–HH v"}
327                }
328                M{
329                    M{"MM–MM"}
330                }
331                MEd{
332                    M{"dd/MM E – dd/MM E"}
333                    d{"dd/MM E – dd/MM E"}
334                }
335                MMM{
336                    M{"MMM–MMM"}
337                }
338                MMMEd{
339                    M{"d MMM E – d MMM E"}
340                    d{"d MMM E – d MMM E"}
341                }
342                MMMd{
343                    M{"d MMM – d MMM"}
344                    d{"d – d MMM"}
345                }
346                Md{
347                    M{"dd/MMdd/MM"}
348                    d{"dd/MMdd/MM"}
349                }
350                d{
351                    d{"d–d"}
352                }
353                fallback{"{0} – {1}"}
354                h{
355                    a{"h a – h a"}
356                    h{"h–h a"}
357                }
358                hm{
359                    a{"h:mm a – h:mm a"}
360                    h{"h:mm–h:mm a"}
361                    m{"h:mm–h:mm a"}
362                }
363                hmv{
364                    a{"h:mm a – h:mm a v"}
365                    h{"h:mm–h:mm a v"}
366                    m{"h:mm–h:mm a v"}
367                }
368                hv{
369                    a{"h a – h a v"}
370                    h{"h–h a v"}
371                }
372                y{
373                    y{"G y–y"}
374                }
375                yM{
376                    M{"GGGGG M/y – M/y"}
377                    y{"GGGGG M/y – M/y"}
378                }
379                yMEd{
380                    M{"GGGGG dd.MM.y E – dd.MM.y E"}
381                    d{"GGGGG dd.MM.y E – dd.MM.y E"}
382                    y{"GGGGG dd.MM.y E – dd.MM.y E"}
383                }
384                yMMM{
385                    M{"G MMM–MMM y"}
386                    y{"G MMM y – MMM y"}
387                }
388                yMMMEd{
389                    M{"G d MMM y E – d MMM y E"}
390                    d{"G d MMM y E – d MMM y E"}
391                    y{"G d MMM y E – d MMM y E"}
392                }
393                yMMMM{
394                    M{"G MMMM – MMMM y"}
395                    y{"G MMMM y – MMMM y"}
396                }
397                yMMMd{
398                    M{"G d MMM – d MMM y"}
399                    d{"G d–d MMM y"}
400                    y{"G d MMM y – d MMM y"}
401                }
402                yMd{
403                    M{"GGGGG dd.MM.ydd.MM.y"}
404                    d{"GGGGG dd.MM.ydd.MM.y"}
405                    y{"GGGGG dd.MM.ydd.MM.y"}
406                }
407            }
408        }
409        gregorian{
410            AmPmMarkers{
411                "ÖÖ",
412                "ÖS",
413            }
414            AmPmMarkersAbbr{
415                "ÖÖ",
416                "ÖS",
417            }
418            AmPmMarkersNarrow{
419                "öö",
420                "ös",
421            }
422            DateTimePatterns{
423                "HH:mm:ss zzzz",
424                "HH:mm:ss z",
425                "HH:mm:ss",
426                "HH:mm",
427                "d MMMM y EEEE",
428                "d MMMM y",
429                "d MMM y",
430                "d.MM.y",
431                "{1} {0}",
432                "{1} {0}",
433                "{1} {0}",
434                "{1} {0}",
435                "{1} {0}",
436            }
437            appendItems{
438                Timezone{"{0} {1}"}
439            }
440            availableFormats{
441                E{"ccc"}
442                EHm{"E HH:mm"}
443                EHms{"E HH:mm:ss"}
444                Ed{"d E"}
445                Ehm{"E a h:mm"}
446                Ehms{"E a h:mm:ss"}
447                Gy{"G y"}
448                GyMMM{"G MMM y"}
449                GyMMMEd{"G d MMM y E"}
450                GyMMMd{"G d MMM y"}
451                H{"HH"}
452                Hm{"HH:mm"}
453                Hms{"HH:mm:ss"}
454                Hmsv{"HH:mm:ss v"}
455                Hmv{"HH:mm v"}
456                M{"L"}
457                MEd{"d/MM E"}
458                MMM{"LLL"}
459                MMMEd{"d MMMM E"}
460                MMMMEd{"d MMMM E"}
461                MMMMW{
462                    one{"MMMM 'ayının' W. 'haftası'"}
463                    other{"MMMM 'ayının' W. 'haftası'"}
464                }
465                MMMMd{"d MMMM"}
466                MMMd{"d MMM"}
467                Md{"d/M"}
468                d{"d"}
469                h{"a h"}
470                hm{"a h:mm"}
471                hms{"a h:mm:ss"}
472                hmsv{"a h:mm:ss v"}
473                hmv{"a h:mm v"}
474                mmss{"mm:ss"}
475                ms{"mm:ss"}
476                y{"y"}
477                yM{"MM/y"}
478                yMEd{"d.M.y E"}
479                yMM{"MM.y"}
480                yMMM{"MMM y"}
481                yMMMEd{"d MMM y E"}
482                yMMMM{"MMMM y"}
483                yMMMd{"d MMM y"}
484                yMd{"dd.MM.y"}
485                yQQQ{"y QQQ"}
486                yQQQQ{"y QQQQ"}
487                yw{
488                    one{"y 'yılının' w. 'haftası'"}
489                    other{"y 'yılının' w. 'haftası'"}
490                }
491            }
492            dayNames{
493                format{
494                    abbreviated{
495                        "Paz",
496                        "Pzt",
497                        "Sal",
498                        "Çar",
499                        "Per",
500                        "Cum",
501                        "Cmt",
502                    }
503                    narrow{
504                        "P",
505                        "P",
506                        "S",
507                        "Ç",
508                        "P",
509                        "C",
510                        "C",
511                    }
512                    short{
513                        "Pa",
514                        "Pt",
515                        "Sa",
516                        "Ça",
517                        "Pe",
518                        "Cu",
519                        "Ct",
520                    }
521                    wide{
522                        "Pazar",
523                        "Pazartesi",
524                        "Salı",
525                        "Çarşamba",
526                        "Perşembe",
527                        "Cuma",
528                        "Cumartesi",
529                    }
530                }
531                stand-alone{
532                    abbreviated{
533                        "Paz",
534                        "Pzt",
535                        "Sal",
536                        "Çar",
537                        "Per",
538                        "Cum",
539                        "Cmt",
540                    }
541                    narrow{
542                        "P",
543                        "P",
544                        "S",
545                        "Ç",
546                        "P",
547                        "C",
548                        "C",
549                    }
550                    short{
551                        "Pa",
552                        "Pt",
553                        "Sa",
554                        "Ça",
555                        "Pe",
556                        "Cu",
557                        "Ct",
558                    }
559                    wide{
560                        "Pazar",
561                        "Pazartesi",
562                        "Salı",
563                        "Çarşamba",
564                        "Perşembe",
565                        "Cuma",
566                        "Cumartesi",
567                    }
568                }
569            }
570            dayPeriod{
571                format{
572                    abbreviated{
573                        afternoon1{"öğleden sonra"}
574                        afternoon2{"akşamüstü"}
575                        evening1{"akşam"}
576                        midnight{"gece yarısı"}
577                        morning1{"sabah"}
578                        morning2{"öğleden önce"}
579                        night1{"gece"}
580                        noon{"öğle"}
581                    }
582                    narrow{
583                        afternoon1{"öğleden sonra"}
584                        afternoon2{"akşamüstü"}
585                        evening1{"akşam"}
586                        midnight{"gece"}
587                        morning1{"sabah"}
588                        morning2{"öğleden önce"}
589                        night1{"gece"}
590                        noon{"ö"}
591                    }
592                    wide{
593                        afternoon1{"öğleden sonra"}
594                        afternoon2{"akşamüstü"}
595                        evening1{"akşam"}
596                        midnight{"gece yarısı"}
597                        morning1{"sabah"}
598                        morning2{"öğleden önce"}
599                        night1{"gece"}
600                        noon{"öğle"}
601                    }
602                }
603                stand-alone{
604                    abbreviated{
605                        afternoon1{"öğleden sonra"}
606                        afternoon2{"akşamüstü"}
607                        am{"ÖÖ"}
608                        evening1{"akşam"}
609                        midnight{"gece yarısı"}
610                        morning1{"sabah"}
611                        morning2{"öğleden önce"}
612                        night1{"gece"}
613                        noon{"öğle"}
614                        pm{"ÖS"}
615                    }
616                    narrow{
617                        afternoon1{"öğleden sonra"}
618                        afternoon2{"akşamüstü"}
619                        am{"ÖÖ"}
620                        evening1{"akşam"}
621                        midnight{"gece yarısı"}
622                        morning1{"sabah"}
623                        morning2{"öğleden önce"}
624                        night1{"gece"}
625                        noon{"öğle"}
626                        pm{"ÖS"}
627                    }
628                    wide{
629                        afternoon1{"öğleden sonra"}
630                        afternoon2{"akşamüstü"}
631                        am{"ÖÖ"}
632                        evening1{"akşam"}
633                        midnight{"gece yarısı"}
634                        morning1{"sabah"}
635                        morning2{"öğleden önce"}
636                        night1{"gece"}
637                        noon{"öğle"}
638                        pm{"ÖS"}
639                    }
640                }
641            }
642            eras{
643                abbreviated{
644                    "MÖ",
645                    "MS",
646                }
647                abbreviated%variant{
648                    "İÖ",
649                    "İS",
650                }
651                wide{
652                    "Milattan Önce",
653                    "Milattan Sonra",
654                }
655                wide%variant{
656                    "İsa’dan Önce",
657                    "İsa’dan Sonra",
658                }
659            }
660            intervalFormats{
661                H{
662                    H{"HH–HH"}
663                }
664                Hm{
665                    H{"HH:mm–HH:mm"}
666                    m{"HH:mm–HH:mm"}
667                }
668                Hmv{
669                    H{"HH:mm–HH:mm v"}
670                    m{"HH:mm–HH:mm v"}
671                }
672                Hv{
673                    H{"HH–HH v"}
674                }
675                M{
676                    M{"MM–MM"}
677                }
678                MEd{
679                    M{"dd/MM E – dd/MM E"}
680                    d{"dd/MM E – dd/MM E"}
681                }
682                MMM{
683                    M{"MMM–MMM"}
684                }
685                MMMEd{
686                    M{"d MMM E – d MMM E"}
687                    d{"d MMM E – d MMM E"}
688                }
689                MMMd{
690                    M{"d MMM – d MMM"}
691                    d{"d – d MMM"}
692                }
693                Md{
694                    M{"dd/MMdd/MM"}
695                    d{"dd/MMdd/MM"}
696                }
697                d{
698                    d{"d–d"}
699                }
700                fallback{"{0} – {1}"}
701                h{
702                    a{"a h – a h"}
703                    h{"a h–h"}
704                }
705                hm{
706                    a{"a h:mm – a h:mm"}
707                    h{"a h:mm–h:mm"}
708                    m{"a h:mm–h:mm"}
709                }
710                hmv{
711                    a{"a h:mm – a h:mm v"}
712                    h{"a h:mm–h:mm v"}
713                    m{"a h:mm–h:mm v"}
714                }
715                hv{
716                    a{"a h – a h v"}
717                    h{"a h–h v"}
718                }
719                y{
720                    y{"y–y"}
721                }
722                yM{
723                    M{"MM/y – MM/y"}
724                    y{"MM/y – MM/y"}
725                }
726                yMEd{
727                    M{"dd.MM.y E – dd.MM.y E"}
728                    d{"dd.MM.y E – dd.MM.y E"}
729                    y{"dd.MM.y E – dd.MM.y E"}
730                }
731                yMMM{
732                    M{"MMM–MMM y"}
733                    y{"MMM y – MMM y"}
734                }
735                yMMMEd{
736                    M{"d MMM y E – d MMM y E"}
737                    d{"d MMM y E – d MMM y E"}
738                    y{"d MMM y E – d MMM y E"}
739                }
740                yMMMM{
741                    M{"MMMM – MMMM y"}
742                    y{"MMMM y – MMMM y"}
743                }
744                yMMMd{
745                    M{"d MMM – d MMM y"}
746                    d{"d–d MMM y"}
747                    y{"d MMM y – d MMM y"}
748                }
749                yMd{
750                    M{"dd.MM.ydd.MM.y"}
751                    d{"dd.MM.ydd.MM.y"}
752                    y{"dd.MM.ydd.MM.y"}
753                }
754            }
755            monthNames{
756                format{
757                    abbreviated{
758                        "Oca",
759                        "Şub",
760                        "Mar",
761                        "Nis",
762                        "May",
763                        "Haz",
764                        "Tem",
765                        "Ağu",
766                        "Eyl",
767                        "Eki",
768                        "Kas",
769                        "Ara",
770                    }
771                    narrow{
772                        "O",
773                        "Ş",
774                        "M",
775                        "N",
776                        "M",
777                        "H",
778                        "T",
779                        "A",
780                        "E",
781                        "E",
782                        "K",
783                        "A",
784                    }
785                    wide{
786                        "Ocak",
787                        "Şubat",
788                        "Mart",
789                        "Nisan",
790                        "Mayıs",
791                        "Haziran",
792                        "Temmuz",
793                        "Ağustos",
794                        "Eylül",
795                        "Ekim",
796                        "Kasım",
797                        "Aralık",
798                    }
799                }
800                stand-alone{
801                    abbreviated{
802                        "Oca",
803                        "Şub",
804                        "Mar",
805                        "Nis",
806                        "May",
807                        "Haz",
808                        "Tem",
809                        "Ağu",
810                        "Eyl",
811                        "Eki",
812                        "Kas",
813                        "Ara",
814                    }
815                    narrow{
816                        "O",
817                        "Ş",
818                        "M",
819                        "N",
820                        "M",
821                        "H",
822                        "T",
823                        "A",
824                        "E",
825                        "E",
826                        "K",
827                        "A",
828                    }
829                    wide{
830                        "Ocak",
831                        "Şubat",
832                        "Mart",
833                        "Nisan",
834                        "Mayıs",
835                        "Haziran",
836                        "Temmuz",
837                        "Ağustos",
838                        "Eylül",
839                        "Ekim",
840                        "Kasım",
841                        "Aralık",
842                    }
843                }
844            }
845            quarters{
846                format{
847                    abbreviated{
848                        "Ç1",
849                        "Ç2",
850                        "Ç3",
851                        "Ç4",
852                    }
853                    narrow{
854                        "1.",
855                        "2.",
856                        "3.",
857                        "4.",
858                    }
859                    wide{
860                        "1. çeyrek",
861                        "2. çeyrek",
862                        "3. çeyrek",
863                        "4. çeyrek",
864                    }
865                }
866                stand-alone{
867                    abbreviated{
868                        "Ç1",
869                        "Ç2",
870                        "Ç3",
871                        "Ç4",
872                    }
873                    narrow{
874                        "1.",
875                        "2.",
876                        "3.",
877                        "4.",
878                    }
879                    wide{
880                        "1. çeyrek",
881                        "2. çeyrek",
882                        "3. çeyrek",
883                        "4. çeyrek",
884                    }
885                }
886            }
887        }
888        hebrew{
889            monthNames{
890                format{
891                    wide{
892                        "Tişri",
893                        "Heşvan",
894                        "Kislev",
895                        "Tevet",
896                        "Şevat",
897                        "Veadar",
898                        "Adar",
899                        "Nisan",
900                        "İyar",
901                        "Sivan",
902                        "Tamuz",
903                        "Av",
904                        "Elul",
905                        "Adar II",
906                    }
907                }
908            }
909        }
910        islamic{
911            eras{
912                abbreviated{
913                    "Hicri",
914                }
915            }
916            monthNames{
917                format{
918                    abbreviated{
919                        "Muharrem",
920                        "Safer",
921                        "Rebiülevvel",
922                        "Rebiülahir",
923                        "Cemaziyelevvel",
924                        "Cemaziyelahir",
925                        "Recep",
926                        "Şaban",
927                        "Ramazan",
928                        "Şevval",
929                        "Zilkade",
930                        "Zilhicce",
931                    }
932                    wide{
933                        "Muharrem",
934                        "Safer",
935                        "Rebiülevvel",
936                        "Rebiülahir",
937                        "Cemaziyelevvel",
938                        "Cemaziyelahir",
939                        "Recep",
940                        "Şaban",
941                        "Ramazan",
942                        "Şevval",
943                        "Zilkade",
944                        "Zilhicce",
945                    }
946                }
947                stand-alone{
948                    narrow{
949                        "1",
950                        "2",
951                        "3",
952                        "4",
953                        "5",
954                        "6",
955                        "7",
956                        "8",
957                        "9",
958                        "10",
959                        "11",
960                        "12",
961                    }
962                    wide{
963                        "Muharrem",
964                        "Safer",
965                        "Rebiülevvel",
966                        "Rebiülahir",
967                        "Cemaziyelevvel",
968                        "Cemaziyelahir",
969                        "Recep",
970                        "Şaban",
971                        "Ramazan",
972                        "Şevval",
973                        "Zilkade",
974                        "Zilhicce",
975                    }
976                }
977            }
978        }
979        japanese{
980            DateTimePatterns{
981                "HH:mm:ss zzzz",
982                "HH:mm:ss z",
983                "HH:mm:ss",
984                "HH:mm",
985                "d MMMM y G EEEE",
986                "d MMMM y G",
987                "d MMM y G",
988                "d.MM.y G",
989                "{1} {0}",
990                "{1} {0}",
991                "{1} {0}",
992                "{1} {0}",
993                "{1} {0}",
994            }
995        }
996        persian{
997            monthNames{
998                format{
999                    wide{
1000                        "Ferverdin",
1001                        "Ordibeheşt",
1002                        "Hordad",
1003                        "Tir",
1004                        "Mordad",
1005                        "Şehriver",
1006                        "Mehr",
1007                        "Aban",
1008                        "Azer",
1009                        "Dey",
1010                        "Behmen",
1011                        "Esfend",
1012                    }
1013                }
1014            }
1015        }
1016        roc{
1017            eras{
1018                abbreviated{
1019                    "Before R.O.C.",
1020                    "Minguo",
1021                }
1022            }
1023        }
1024    }
1025    characterLabel{
1026        activities{"Aktivite"}
1027        african_scripts{"Afrika Alfabeleri"}
1028        american_scripts{"Amerikan Alfabeleri"}
1029        animal{"hayvan"}
1030        animals_nature{"Hayvanlar ve Doğa"}
1031        arrows{"Oklar"}
1032        body{"beden"}
1033        box_drawing{"Kutu Çizimi"}
1034        braille{"Braille"}
1035        building{"bina"}
1036        bullets_stars{"Madde İmleri/Yıldızlar"}
1037        consonantal_jamo{"Sessiz Jamo"}
1038        currency_symbols{"Para Birimleri"}
1039        dash_connector{"Tire/Bağlayıcı"}
1040        digits{"Rakamlar"}
1041        dingbats{"Dingbat"}
1042        divination_symbols{"Kehanet Sembolleri"}
1043        downwards_arrows{"Aşağıya Oklar"}
1044        downwards_upwards_arrows{"Aşağıya Yukarıya Oklar"}
1045        east_asian_scripts{"Doğu Asya Alfabeleri"}
1046        emoji{"Emoji"}
1047        european_scripts{"Avrupa Alfabeleri"}
1048        female{"kadın"}
1049        flag{"bayrak"}
1050        flags{"Bayraklar"}
1051        food_drink{"Yiyecek ve İçecek"}
1052        format{"Biçim"}
1053        format_whitespace{"Biçim ve Boşluk"}
1054        full_width_form_variant{"Tam Genişlikteki Form Varyantı"}
1055        geometric_shapes{"Geometrik Şekiller"}
1056        half_width_form_variant{"Yarı Genişlikteki Form Varyantı"}
1057        han_characters{"Han Karakterleri"}
1058        han_radicals{"Han Kökleri"}
1059        hanja{"Hanja"}
1060        hanzi_simplified{"Hanzi (Basitleştirilmiş)"}
1061        hanzi_traditional{"Hanzi (Geleneksel)"}
1062        heart{"kalp"}
1063        historic_scripts{"Tarihi Alfabeler"}
1064        ideographic_desc_characters{"İdeo Grafik Tanımlı Karakterler"}
1065        japanese_kana{"Japonca Kana"}
1066        kanbun{"Kanbun"}
1067        kanji{"Kanji"}
1068        keycap{"tuş"}
1069        leftwards_arrows{"Sola Oklar"}
1070        leftwards_rightwards_arrows{"Sola Sağa Oklar"}
1071        letterlike_symbols{"Harf Gibi Semboller"}
1072        limited_use{"Sınırlı Kullanım"}
1073        male{"erkek"}
1074        math_symbols{"Matematik Sembolleri"}
1075        middle_eastern_scripts{"Orta Doğu Alfabeleri"}
1076        miscellaneous{"Çeşitli"}
1077        modern_scripts{"Modern Alfabeler"}
1078        modifier{"Değiştirici"}
1079        musical_symbols{"Müzik Sembolleri"}
1080        nature{"doğa"}
1081        nonspacing{"Boşluksuz"}
1082        numbers{"Rakamlar"}
1083        objects{"Nesneler"}
1084        other{"Diğer"}
1085        paired{"Eşli"}
1086        person{"kişi"}
1087        phonetic_alphabet{"Fonetik Alfabe"}
1088        pictographs{"Piktograflar"}
1089        place{"yer"}
1090        plant{"bitki"}
1091        punctuation{"Noktalama"}
1092        rightwards_arrows{"Sağa Oklar"}
1093        sign_standard_symbols{"İşaretler/Standart Semboller"}
1094        small_form_variant{"Küçük Form Varyantları"}
1095        smiley{"gülen yüz"}
1096        smileys_people{"Yüz İfadeleri ve Kişiler"}
1097        south_asian_scripts{"Güney Asya Alfabeleri"}
1098        southeast_asian_scripts{"Güneydoğu Asya Alfabeleri"}
1099        spacing{"Boşluk"}
1100        sport{"spor"}
1101        symbols{"Simgeler"}
1102        technical_symbols{"Teknik Simgeler"}
1103        tone_marks{"Ton İşaretleri"}
1104        travel{"seyahat"}
1105        travel_places{"Seyahat ve Yerler"}
1106        upwards_arrows{"Yukarıya Oklar"}
1107        variant_forms{"Varyant Formları"}
1108        vocalic_jamo{"Sesli Jamo"}
1109        weather{"hava durumu"}
1110        western_asian_scripts{"Batı Asya Alfabeleri"}
1111        whitespace{"Boşluk"}
1112    }
1113    contextTransforms{
1114        relative:intvector{
1115            1,
1116            1,
1117        }
1118    }
1119    delimiters{
1120        alternateQuotationEnd{"’"}
1121        alternateQuotationStart{"‘"}
1122        quotationEnd{"”"}
1123        quotationStart{"“"}
1124    }
1125    fields{
1126        day{
1127            dn{"gün"}
1128            relative{
1129                "-1"{"dün"}
1130                "-2"{"evvelsi gün"}
1131                "0"{"bugün"}
1132                "1"{"yarın"}
1133                "2"{"öbür gün"}
1134            }
1135            relativeTime{
1136                future{
1137                    one{"{0} gün sonra"}
1138                    other{"{0} gün sonra"}
1139                }
1140                past{
1141                    one{"{0} gün önce"}
1142                    other{"{0} gün önce"}
1143                }
1144            }
1145        }
1146        day-narrow{
1147            dn{"gün"}
1148            relative{
1149                "-1"{"dün"}
1150                "-2"{"evvelsi gün"}
1151                "0"{"bugün"}
1152                "1"{"yarın"}
1153                "2"{"öbür gün"}
1154            }
1155            relativeTime{
1156                future{
1157                    one{"{0} gün sonra"}
1158                    other{"{0} gün sonra"}
1159                }
1160                past{
1161                    one{"{0} gün önce"}
1162                    other{"{0} gün önce"}
1163                }
1164            }
1165        }
1166        day-short{
1167            dn{"gün"}
1168            relative{
1169                "-1"{"dün"}
1170                "-2"{"evvelsi gün"}
1171                "0"{"bugün"}
1172                "1"{"yarın"}
1173                "2"{"öbür gün"}
1174            }
1175            relativeTime{
1176                future{
1177                    one{"{0} gün sonra"}
1178                    other{"{0} gün sonra"}
1179                }
1180                past{
1181                    one{"{0} gün önce"}
1182                    other{"{0} gün önce"}
1183                }
1184            }
1185        }
1186        dayperiod{
1187            dn{"ÖÖ/ÖS"}
1188        }
1189        era{
1190            dn{"Miladi Dönem"}
1191        }
1192        fri{
1193            relative{
1194                "-1"{"geçen cuma"}
1195                "0"{"bu cuma"}
1196                "1"{"gelecek cuma"}
1197            }
1198            relativeTime{
1199                future{
1200                    one{"{0} cuma sonra"}
1201                    other{"{0} cuma sonra"}
1202                }
1203                past{
1204                    one{"{0} cuma önce"}
1205                    other{"{0} cuma önce"}
1206                }
1207            }
1208        }
1209        fri-narrow{
1210            relative{
1211                "-1"{"geçen cuma"}
1212                "0"{"bu cuma"}
1213                "1"{"gelecek cuma"}
1214            }
1215            relativeTime{
1216                future{
1217                    one{"{0} cuma sonra"}
1218                    other{"{0} cuma sonra"}
1219                }
1220                past{
1221                    one{"{0} cuma önce"}
1222                    other{"{0} cuma önce"}
1223                }
1224            }
1225        }
1226        fri-short{
1227            relative{
1228                "-1"{"geçen cuma"}
1229                "0"{"bu cuma"}
1230                "1"{"gelecek cuma"}
1231            }
1232            relativeTime{
1233                future{
1234                    one{"{0} cuma sonra"}
1235                    other{"{0} cuma sonra"}
1236                }
1237                past{
1238                    one{"{0} cuma önce"}
1239                    other{"{0} cuma önce"}
1240                }
1241            }
1242        }
1243        hour{
1244            dn{"saat"}
1245            relative{
1246                "0"{"bu saat"}
1247            }
1248            relativeTime{
1249                future{
1250                    one{"{0} saat sonra"}
1251                    other{"{0} saat sonra"}
1252                }
1253                past{
1254                    one{"{0} saat önce"}
1255                    other{"{0} saat önce"}
1256                }
1257            }
1258        }
1259        hour-narrow{
1260            dn{"sa."}
1261            relativeTime{
1262                future{
1263                    one{"{0} sa. sonra"}
1264                    other{"{0} sa. sonra"}
1265                }
1266                past{
1267                    one{"{0} sa. önce"}
1268                    other{"{0} sa. önce"}
1269                }
1270            }
1271        }
1272        hour-short{
1273            dn{"sa."}
1274            relativeTime{
1275                future{
1276                    one{"{0} sa. sonra"}
1277                    other{"{0} sa. sonra"}
1278                }
1279                past{
1280                    one{"{0} sa. önce"}
1281                    other{"{0} sa. önce"}
1282                }
1283            }
1284        }
1285        minute{
1286            dn{"dakika"}
1287            relative{
1288                "0"{"bu dakika"}
1289            }
1290            relativeTime{
1291                future{
1292                    one{"{0} dakika sonra"}
1293                    other{"{0} dakika sonra"}
1294                }
1295                past{
1296                    one{"{0} dakika önce"}
1297                    other{"{0} dakika önce"}
1298                }
1299            }
1300        }
1301        minute-narrow{
1302            dn{"dk."}
1303            relativeTime{
1304                future{
1305                    one{"{0} dk. sonra"}
1306                    other{"{0} dk. sonra"}
1307                }
1308                past{
1309                    one{"{0} dk. önce"}
1310                    other{"{0} dk. önce"}
1311                }
1312            }
1313        }
1314        minute-short{
1315            dn{"dk."}
1316            relativeTime{
1317                future{
1318                    one{"{0} dk. sonra"}
1319                    other{"{0} dk. sonra"}
1320                }
1321                past{
1322                    one{"{0} dk. önce"}
1323                    other{"{0} dk. önce"}
1324                }
1325            }
1326        }
1327        mon{
1328            relative{
1329                "-1"{"geçen pazartesi"}
1330                "0"{"bu pazartesi"}
1331                "1"{"gelecek pazartesi"}
1332            }
1333            relativeTime{
1334                future{
1335                    one{"{0} pazartesi sonra"}
1336                    other{"{0} pazartesi sonra"}
1337                }
1338                past{
1339                    one{"{0} pazartesi önce"}
1340                    other{"{0} pazartesi önce"}
1341                }
1342            }
1343        }
1344        mon-narrow{
1345            relative{
1346                "-1"{"geçen pzt."}
1347                "0"{"bu pzt."}
1348                "1"{"gelecek pzt."}
1349            }
1350            relativeTime{
1351                future{
1352                    one{"{0} pzt. sonra"}
1353                    other{"{0} pzt. sonra"}
1354                }
1355                past{
1356                    one{"{0} pzt. önce"}
1357                    other{"{0} pzt. önce"}
1358                }
1359            }
1360        }
1361        mon-short{
1362            relative{
1363                "-1"{"geçen pzt."}
1364                "0"{"bu pzt."}
1365                "1"{"gelecek pzt."}
1366            }
1367            relativeTime{
1368                future{
1369                    one{"{0} pzt. sonra"}
1370                    other{"{0} pzt. sonra"}
1371                }
1372                past{
1373                    one{"{0} pzt. önce"}
1374                    other{"{0} pzt. önce"}
1375                }
1376            }
1377        }
1378        month{
1379            dn{"ay"}
1380            relative{
1381                "-1"{"geçen ay"}
1382                "0"{"bu ay"}
1383                "1"{"gelecek ay"}
1384            }
1385            relativeTime{
1386                future{
1387                    one{"{0} ay sonra"}
1388                    other{"{0} ay sonra"}
1389                }
1390                past{
1391                    one{"{0} ay önce"}
1392                    other{"{0} ay önce"}
1393                }
1394            }
1395        }
1396        month-narrow{
1397            dn{"ay"}
1398            relative{
1399                "-1"{"geçen ay"}
1400                "0"{"bu ay"}
1401                "1"{"gelecek ay"}
1402            }
1403            relativeTime{
1404                future{
1405                    one{"{0} ay sonra"}
1406                    other{"{0} ay sonra"}
1407                }
1408                past{
1409                    one{"{0} ay önce"}
1410                    other{"{0} ay önce"}
1411                }
1412            }
1413        }
1414        month-short{
1415            dn{"ay"}
1416            relative{
1417                "-1"{"geçen ay"}
1418                "0"{"bu ay"}
1419                "1"{"gelecek ay"}
1420            }
1421            relativeTime{
1422                future{
1423                    one{"{0} ay sonra"}
1424                    other{"{0} ay sonra"}
1425                }
1426                past{
1427                    one{"{0} ay önce"}
1428                    other{"{0} ay önce"}
1429                }
1430            }
1431        }
1432        quarter{
1433            dn{"çeyrek"}
1434            relative{
1435                "-1"{"geçen çeyrek"}
1436                "0"{"bu çeyrek"}
1437                "1"{"gelecek çeyrek"}
1438            }
1439            relativeTime{
1440                future{
1441                    one{"{0} çeyrek sonra"}
1442                    other{"{0} çeyrek sonra"}
1443                }
1444                past{
1445                    one{"{0} çeyrek önce"}
1446                    other{"{0} çeyrek önce"}
1447                }
1448            }
1449        }
1450        quarter-narrow{
1451            dn{"çyr."}
1452            relativeTime{
1453                future{
1454                    one{"{0} çyr. sonra"}
1455                    other{"{0} çyr. sonra"}
1456                }
1457                past{
1458                    one{"{0} çyr. önce"}
1459                    other{"{0} çyr. önce"}
1460                }
1461            }
1462        }
1463        quarter-short{
1464            dn{"çyr."}
1465            relativeTime{
1466                future{
1467                    one{"{0} çyr. sonra"}
1468                    other{"{0} çyr. sonra"}
1469                }
1470                past{
1471                    one{"{0} çyr. önce"}
1472                    other{"{0} çyr. önce"}
1473                }
1474            }
1475        }
1476        sat{
1477            relative{
1478                "-1"{"geçen cumartesi"}
1479                "0"{"bu cumartesi"}
1480                "1"{"gelecek cumartesi"}
1481            }
1482            relativeTime{
1483                future{
1484                    one{"{0} cumartesi sonra"}
1485                    other{"{0} cumartesi sonra"}
1486                }
1487                past{
1488                    one{"{0} cumartesi önce"}
1489                    other{"{0} cumartesi önce"}
1490                }
1491            }
1492        }
1493        sat-narrow{
1494            relative{
1495                "-1"{"geçen cmt."}
1496                "0"{"bu cmt."}
1497                "1"{"gelecek cmt."}
1498            }
1499            relativeTime{
1500                future{
1501                    one{"{0} cmt. sonra"}
1502                    other{"{0} cmt. sonra"}
1503                }
1504                past{
1505                    one{"{0} cmt. önce"}
1506                    other{"{0} cmt. önce"}
1507                }
1508            }
1509        }
1510        sat-short{
1511            relative{
1512                "-1"{"geçen cmt."}
1513                "0"{"bu cmt."}
1514                "1"{"gelecek cmt."}
1515            }
1516            relativeTime{
1517                future{
1518                    one{"{0} cmt. sonra"}
1519                    other{"{0} cmt. sonra"}
1520                }
1521                past{
1522                    one{"{0} cmt. önce"}
1523                    other{"{0} cmt. önce"}
1524                }
1525            }
1526        }
1527        second{
1528            dn{"saniye"}
1529            relative{
1530                "0"{"şimdi"}
1531            }
1532            relativeTime{
1533                future{
1534                    one{"{0} saniye sonra"}
1535                    other{"{0} saniye sonra"}
1536                }
1537                past{
1538                    one{"{0} saniye önce"}
1539                    other{"{0} saniye önce"}
1540                }
1541            }
1542        }
1543        second-narrow{
1544            dn{"sn."}
1545            relativeTime{
1546                future{
1547                    one{"{0} sn. sonra"}
1548                    other{"{0} sn. sonra"}
1549                }
1550                past{
1551                    one{"{0} sn. önce"}
1552                    other{"{0} sn. önce"}
1553                }
1554            }
1555        }
1556        second-short{
1557            dn{"sn."}
1558            relativeTime{
1559                future{
1560                    one{"{0} sn. sonra"}
1561                    other{"{0} sn. sonra"}
1562                }
1563                past{
1564                    one{"{0} sn. önce"}
1565                    other{"{0} sn. önce"}
1566                }
1567            }
1568        }
1569        sun{
1570            relative{
1571                "-1"{"geçen pazar"}
1572                "0"{"bu pazar"}
1573                "1"{"gelecek pazar"}
1574            }
1575            relativeTime{
1576                future{
1577                    one{"{0} pazar sonra"}
1578                    other{"{0} pazar sonra"}
1579                }
1580                past{
1581                    one{"{0} pazar önce"}
1582                    other{"{0} pazar önce"}
1583                }
1584            }
1585        }
1586        sun-narrow{
1587            relative{
1588                "-1"{"geçen paz."}
1589                "0"{"bu paz."}
1590                "1"{"gelecek paz."}
1591            }
1592            relativeTime{
1593                future{
1594                    one{"{0} paz. sonra"}
1595                    other{"{0} paz. sonra"}
1596                }
1597                past{
1598                    one{"{0} paz. önce"}
1599                    other{"{0} paz. önce"}
1600                }
1601            }
1602        }
1603        sun-short{
1604            relative{
1605                "-1"{"geçen paz."}
1606                "0"{"bu paz."}
1607                "1"{"gelecek paz."}
1608            }
1609            relativeTime{
1610                future{
1611                    one{"{0} paz. sonra"}
1612                    other{"{0} paz. sonra"}
1613                }
1614                past{
1615                    one{"{0} paz. önce"}
1616                    other{"{0} paz. önce"}
1617                }
1618            }
1619        }
1620        thu{
1621            relative{
1622                "-1"{"geçen perşembe"}
1623                "0"{"bu perşembe"}
1624                "1"{"gelecek perşembe"}
1625            }
1626            relativeTime{
1627                future{
1628                    one{"{0} perşembe sonra"}
1629                    other{"{0} perşembe sonra"}
1630                }
1631                past{
1632                    one{"{0} perşembe önce"}
1633                    other{"{0} perşembe önce"}
1634                }
1635            }
1636        }
1637        thu-narrow{
1638            relative{
1639                "-1"{"geçen per."}
1640                "0"{"bu per."}
1641                "1"{"gelecek per."}
1642            }
1643            relativeTime{
1644                future{
1645                    one{"{0} per. sonra"}
1646                    other{"{0} per. sonra"}
1647                }
1648                past{
1649                    one{"{0} per. önce"}
1650                    other{"{0} per. önce"}
1651                }
1652            }
1653        }
1654        thu-short{
1655            relative{
1656                "-1"{"geçen per."}
1657                "0"{"bu per."}
1658                "1"{"gelecek per."}
1659            }
1660            relativeTime{
1661                future{
1662                    one{"{0} per. sonra"}
1663                    other{"{0} per. sonra"}
1664                }
1665                past{
1666                    one{"{0} per. önce"}
1667                    other{"{0} per. önce"}
1668                }
1669            }
1670        }
1671        tue{
1672            relative{
1673                "-1"{"geçen salı"}
1674                "0"{"bu salı"}
1675                "1"{"gelecek salı"}
1676            }
1677            relativeTime{
1678                future{
1679                    one{"{0} salı sonra"}
1680                    other{"{0} salı sonra"}
1681                }
1682                past{
1683                    one{"{0} salı önce"}
1684                    other{"{0} salı önce"}
1685                }
1686            }
1687        }
1688        tue-narrow{
1689            relative{
1690                "-1"{"geçen salı"}
1691                "0"{"bu salı"}
1692                "1"{"gelecek salı"}
1693            }
1694            relativeTime{
1695                future{
1696                    one{"{0} salı sonra"}
1697                    other{"{0} salı sonra"}
1698                }
1699                past{
1700                    one{"{0} salı önce"}
1701                    other{"{0} salı önce"}
1702                }
1703            }
1704        }
1705        tue-short{
1706            relative{
1707                "-1"{"geçen salı"}
1708                "0"{"bu salı"}
1709                "1"{"gelecek salı"}
1710            }
1711            relativeTime{
1712                future{
1713                    one{"{0} salı sonra"}
1714                    other{"{0} salı sonra"}
1715                }
1716                past{
1717                    one{"{0} salı önce"}
1718                    other{"{0} salı önce"}
1719                }
1720            }
1721        }
1722        wed{
1723            relative{
1724                "-1"{"geçen çarşamba"}
1725                "0"{"bu çarşamba"}
1726                "1"{"gelecek çarşamba"}
1727            }
1728            relativeTime{
1729                future{
1730                    one{"{0} çarşamba sonra"}
1731                    other{"{0} çarşamba sonra"}
1732                }
1733                past{
1734                    one{"{0} çarşamba önce"}
1735                    other{"{0} çarşamba önce"}
1736                }
1737            }
1738        }
1739        wed-narrow{
1740            relative{
1741                "-1"{"geçen çar."}
1742                "0"{"bu çar."}
1743                "1"{"gelecek çar."}
1744            }
1745            relativeTime{
1746                future{
1747                    one{"{0} çar. sonra"}
1748                    other{"{0} çar. sonra"}
1749                }
1750                past{
1751                    one{"{0} çar. önce"}
1752                    other{"{0} çar. önce"}
1753                }
1754            }
1755        }
1756        wed-short{
1757            relative{
1758                "-1"{"geçen çar."}
1759                "0"{"bu çar."}
1760                "1"{"gelecek çar."}
1761            }
1762            relativeTime{
1763                future{
1764                    one{"{0} çar. sonra"}
1765                    other{"{0} çar. sonra"}
1766                }
1767                past{
1768                    one{"{0} çar. önce"}
1769                    other{"{0} çar. önce"}
1770                }
1771            }
1772        }
1773        week{
1774            dn{"hafta"}
1775            relative{
1776                "-1"{"geçen hafta"}
1777                "0"{"bu hafta"}
1778                "1"{"gelecek hafta"}
1779            }
1780            relativePeriod{"{0} haftası"}
1781            relativeTime{
1782                future{
1783                    one{"{0} hafta sonra"}
1784                    other{"{0} hafta sonra"}
1785                }
1786                past{
1787                    one{"{0} hafta önce"}
1788                    other{"{0} hafta önce"}
1789                }
1790            }
1791        }
1792        week-narrow{
1793            dn{"hf."}
1794            relativePeriod{"{0} haftası"}
1795            relativeTime{
1796                future{
1797                    one{"{0} hf. sonra"}
1798                    other{"{0} hf. sonra"}
1799                }
1800                past{
1801                    one{"{0} hf. önce"}
1802                    other{"{0} hf. önce"}
1803                }
1804            }
1805        }
1806        week-short{
1807            dn{"hf."}
1808            relativePeriod{"{0} haftası"}
1809            relativeTime{
1810                future{
1811                    one{"{0} hf. sonra"}
1812                    other{"{0} hf. sonra"}
1813                }
1814                past{
1815                    one{"{0} hf. önce"}
1816                    other{"{0} hf. önce"}
1817                }
1818            }
1819        }
1820        weekday{
1821            dn{"haftanın günü"}
1822        }
1823        year{
1824            dn{"yıl"}
1825            relative{
1826                "-1"{"geçen yıl"}
1827                "0"{"bu yıl"}
1828                "1"{"gelecek yıl"}
1829            }
1830            relativeTime{
1831                future{
1832                    one{"{0} yıl sonra"}
1833                    other{"{0} yıl sonra"}
1834                }
1835                past{
1836                    one{"{0} yıl önce"}
1837                    other{"{0} yıl önce"}
1838                }
1839            }
1840        }
1841        year-narrow{
1842            dn{"yıl"}
1843            relative{
1844                "-1"{"geçen yıl"}
1845                "0"{"bu yıl"}
1846                "1"{"gelecek yıl"}
1847            }
1848            relativeTime{
1849                future{
1850                    one{"{0} yıl sonra"}
1851                    other{"{0} yıl sonra"}
1852                }
1853                past{
1854                    one{"{0} yıl önce"}
1855                    other{"{0} yıl önce"}
1856                }
1857            }
1858        }
1859        year-short{
1860            dn{"yıl"}
1861            relative{
1862                "-1"{"geçen yıl"}
1863                "0"{"bu yıl"}
1864                "1"{"gelecek yıl"}
1865            }
1866            relativeTime{
1867                future{
1868                    one{"{0} yıl sonra"}
1869                    other{"{0} yıl sonra"}
1870                }
1871                past{
1872                    one{"{0} yıl önce"}
1873                    other{"{0} yıl önce"}
1874                }
1875            }
1876        }
1877        zone{
1878            dn{"saat dilimi"}
1879        }
1880    }
1881    listPattern{
1882        standard{
1883            2{"{0} ve {1}"}
1884            end{"{0} ve {1}"}
1885            middle{"{0}, {1}"}
1886            start{"{0}, {1}"}
1887        }
1888        standard-short{
1889            2{"{0} ve {1}"}
1890            end{"{0} ve {1}"}
1891            middle{"{0}, {1}"}
1892            start{"{0}, {1}"}
1893        }
1894        unit{
1895            2{"{0} {1}"}
1896            end{"{0} {1}"}
1897            middle{"{0} {1}"}
1898            start{"{0} {1}"}
1899        }
1900        unit-narrow{
1901            2{"{0} {1}"}
1902            end{"{0} {1}"}
1903            middle{"{0} {1}"}
1904            start{"{0} {1}"}
1905        }
1906        unit-short{
1907            2{"{0} {1}"}
1908            end{"{0} {1}"}
1909            middle{"{0} {1}"}
1910            start{"{0} {1}"}
1911        }
1912    }
1913    measurementSystemNames{
1914        UK{"İngiliz"}
1915        US{"Amerikan"}
1916        metric{"Metrik"}
1917    }
1918}
1919