1// © 2016 and later: Unicode, Inc. and others.
2// License & terms of use: http://www.unicode.org/copyright.html#License
3zu{
4    AuxExemplarCharacters{
5        "[á à ă â å ä ã ā æ ç é è ĕ ê ë ē í ì ĭ î ï ī ñ ó ò ŏ ô ö ø ō œ ú ù ŭ û ü ū ÿ"
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{
17        "[a b {bh} c {ch} d {dl} {dy} e f g {gc} {gq} {gx} h {hh} {hl} i j k {kh} {kl"
18        "} {kp} l m n {nc} {ngc} {ngq} {ngx} {nhl} {nk} {nkc} {nkq} {nkx} {nq} {ntsh}"
19        " {nx} {ny} o p {ph} q {qh} r {rh} s {sh} t {th} {tl} {ts} {tsh} u v w x {xh}"
20        " y z]"
21    }
22    ExemplarCharactersNumbers{"[\\- , . % ‰ + 0 1 2 3 4 5 6 7 8 9]"}
23    MoreInformation{"?"}
24    NumberElements{
25        default{"latn"}
26        latn{
27            miscPatterns{
28                atLeast{"{0}+"}
29                range{"{0}–{1}"}
30            }
31            patterns{
32                accountingFormat{"¤#,##0.00"}
33                currencyFormat{"¤#,##0.00"}
34                decimalFormat{"#,##0.###"}
35                percentFormat{"#,##0%"}
36                scientificFormat{"#E0"}
37            }
38            patternsLong{
39                decimalFormat{
40                    1000{
41                        one{"0 inkulungwane"}
42                        other{"0 inkulungwane"}
43                    }
44                    10000{
45                        one{"00 inkulungwane"}
46                        other{"00 inkulungwane"}
47                    }
48                    100000{
49                        one{"000 inkulungwane"}
50                        other{"000 inkulungwane"}
51                    }
52                    1000000{
53                        one{"0 isigidi"}
54                        other{"0 isigidi"}
55                    }
56                    10000000{
57                        one{"00 isigidi"}
58                        other{"00 isigidi"}
59                    }
60                    100000000{
61                        one{"000 isigidi"}
62                        other{"000 isigidi"}
63                    }
64                    1000000000{
65                        one{"0 isigidi sezigidi"}
66                        other{"0 isigidi sezigidi"}
67                    }
68                    10000000000{
69                        one{"00 isigidi sezigidi"}
70                        other{"00 isigidi sezigidi"}
71                    }
72                    100000000000{
73                        one{"000 isigidi sezigidi"}
74                        other{"000 isigidi sezigidi"}
75                    }
76                    1000000000000{
77                        one{"0 isigidintathu"}
78                        other{"0 isigidintathu"}
79                    }
80                    10000000000000{
81                        one{"00 isigidintathu"}
82                        other{"00 isigidintathu"}
83                    }
84                    100000000000000{
85                        one{"000 isigidintathu"}
86                        other{"000 isigidintathu"}
87                    }
88                }
89            }
90            patternsShort{
91                currencyFormat{
92                    1000{
93                        one{"¤0K"}
94                        other{"¤0K"}
95                    }
96                    10000{
97                        one{"¤00K"}
98                        other{"¤00K"}
99                    }
100                    100000{
101                        one{"¤000K"}
102                        other{"¤000K"}
103                    }
104                    1000000{
105                        one{"¤0M"}
106                        other{"¤ 0M"}
107                    }
108                    10000000{
109                        one{"¤00M"}
110                        other{"¤ 00M"}
111                    }
112                    100000000{
113                        one{"¤000M"}
114                        other{"¤000M"}
115                    }
116                    1000000000{
117                        one{"¤0B"}
118                        other{"¤0B"}
119                    }
120                    10000000000{
121                        one{"¤00B"}
122                        other{"¤00B"}
123                    }
124                    100000000000{
125                        one{"¤000B"}
126                        other{"¤000B"}
127                    }
128                    1000000000000{
129                        one{"¤0T"}
130                        other{"¤0T"}
131                    }
132                    10000000000000{
133                        one{"¤00T"}
134                        other{"¤00T"}
135                    }
136                    100000000000000{
137                        one{"¤000T"}
138                        other{"¤000T"}
139                    }
140                }
141                decimalFormat{
142                    1000{
143                        one{"0K"}
144                        other{"0K"}
145                    }
146                    10000{
147                        one{"00K"}
148                        other{"00K"}
149                    }
150                    100000{
151                        one{"000K"}
152                        other{"000K"}
153                    }
154                    1000000{
155                        one{"0M"}
156                        other{"0M"}
157                    }
158                    10000000{
159                        one{"00M"}
160                        other{"00M"}
161                    }
162                    100000000{
163                        one{"000M"}
164                        other{"000M"}
165                    }
166                    1000000000{
167                        one{"0B"}
168                        other{"0B"}
169                    }
170                    10000000000{
171                        one{"00B"}
172                        other{"00B"}
173                    }
174                    100000000000{
175                        one{"000B"}
176                        other{"000B"}
177                    }
178                    1000000000000{
179                        one{"0T"}
180                        other{"0T"}
181                    }
182                    10000000000000{
183                        one{"00T"}
184                        other{"00T"}
185                    }
186                    100000000000000{
187                        one{"000T"}
188                        other{"000T"}
189                    }
190                }
191            }
192            symbols{
193                decimal{"."}
194                exponential{"E"}
195                group{","}
196                infinity{"∞"}
197                list{";"}
198                minusSign{"-"}
199                nan{"NaN"}
200                perMille{"‰"}
201                percentSign{"%"}
202                plusSign{"+"}
203                superscriptingExponent{"×"}
204                timeSeparator{":"}
205            }
206        }
207        minimalPairs{
208            ordinal{
209                other{"Thatha indlela ejikela kwesokudla engu-{0}"}
210            }
211            plural{
212                one{"{0} usuku"}
213                other{"{0} izinsuku"}
214            }
215        }
216        minimumGroupingDigits{"1"}
217        native{"latn"}
218    }
219    Version{"2.1.37.1"}
220    calendar{
221        generic{
222            DateTimePatterns{
223                "HH:mm:ss zzzz",
224                "HH:mm:ss z",
225                "HH:mm:ss",
226                "HH:mm",
227                "EEEE dd MMMM y G",
228                "d MMMM y G",
229                "d MMM y G",
230                "GGGGG y-MM-dd",
231                "{1} {0}",
232                "{1} {0}",
233                "{1} {0}",
234                "{1} {0}",
235                "{1} {0}",
236            }
237            availableFormats{
238                Bh{"h B"}
239                Bhm{"h:mm B"}
240                Bhms{"h:mm:ss B"}
241                E{"ccc"}
242                EBhm{"E h:mm B"}
243                EBhms{"E h:mm:ss B"}
244                EHm{"E HH:mm"}
245                EHms{"E HH:mm:ss"}
246                Ed{"d E"}
247                Ehm{"E h:mm a"}
248                Ehms{"E h:mm:ss a"}
249                Gy{"y G"}
250                GyMMM{"MMM y G"}
251                GyMMMEd{"E, MMM d, y G"}
252                GyMMMd{"MMM d, y G"}
253                H{"HH"}
254                Hm{"HH:mm"}
255                Hms{"HH:mm:ss"}
256                M{"L"}
257                MEd{"E, M/d"}
258                MMM{"LLL"}
259                MMMEd{"E, MMM d"}
260                MMMMd{"MMMM d"}
261                MMMd{"MMM d"}
262                Md{"M/d"}
263                d{"d"}
264                h{"h a"}
265                hm{"h:mm a"}
266                hms{"h:mm:ss a"}
267                ms{"mm:ss"}
268                y{"y G"}
269                yM{"yM"}
270                yMEd{"E, M/d/y"}
271                yMMM{"MMM y"}
272                yMMMEd{"E, MMM d, y"}
273                yMMMd{"MMM d, y"}
274                yMd{"M/d/y"}
275                yQQQ{"QQQ y"}
276                yQQQQ{"QQQQ y"}
277                yyyy{"y G"}
278                yyyyM{"M/y GGGGG"}
279                yyyyMEd{"E, M/d/y GGGGG"}
280                yyyyMMM{"MMM y G"}
281                yyyyMMMEd{"E, MMM d, y G"}
282                yyyyMMMM{"MMMM y G"}
283                yyyyMMMd{"MMM d, y G"}
284                yyyyMd{"M/d/y GGGGG"}
285                yyyyQQQ{"QQQ y G"}
286                yyyyQQQQ{"QQQQ y G"}
287            }
288            intervalFormats{
289                H{
290                    H{"HH–HH"}
291                }
292                Hm{
293                    H{"HH:mm–HH:mm"}
294                    m{"HH:mm–HH:mm"}
295                }
296                Hmv{
297                    H{"HH:mm–HH:mm v"}
298                    m{"HH:mm–HH:mm v"}
299                }
300                Hv{
301                    H{"HH–HH v"}
302                }
303                M{
304                    M{"M–M"}
305                }
306                MEd{
307                    M{"E, M/d – E, M/d"}
308                    d{"E, M/d – E, M/d"}
309                }
310                MMM{
311                    M{"MMM–MMM"}
312                }
313                MMMEd{
314                    M{"E, MMM d – E, MMM d"}
315                    d{"E, MMM d – E, MMM d"}
316                }
317                MMMd{
318                    M{"MMM d – MMM d"}
319                    d{"MMM d – d"}
320                }
321                Md{
322                    M{"M/d – M/d"}
323                    d{"M/d – M/d"}
324                }
325                d{
326                    d{"d–d"}
327                }
328                fallback{"{0} – {1}"}
329                h{
330                    a{"h a – h a"}
331                    h{"h–h a"}
332                }
333                hm{
334                    a{"h:mm a – h:mm a"}
335                    h{"h:mm–h:mm a"}
336                    m{"h:mm–h:mm a"}
337                }
338                hmv{
339                    a{"h:mm a – h:mm a v"}
340                    h{"h:mm–h:mm a v"}
341                    m{"h:mm–h:mm a v"}
342                }
343                hv{
344                    a{"h a – h a v"}
345                    h{"h–h a v"}
346                }
347                y{
348                    y{"y–y"}
349                }
350                yM{
351                    M{"M/y – M/y"}
352                    y{"M/y – M/y"}
353                }
354                yMEd{
355                    M{"E, M/d/y – E, M/d/y"}
356                    d{"E, M/d/y – E, M/d/y"}
357                    y{"E, M/d/y – E, M/d/y"}
358                }
359                yMMM{
360                    M{"MMM – MMM y G"}
361                    y{"MMM y – MMM y"}
362                }
363                yMMMEd{
364                    M{"E, MMM d – E, MMM d, y"}
365                    d{"E, MMM d – E, MMM d, y"}
366                    y{"E, MMM d, y – E, MMM d, y"}
367                }
368                yMMMM{
369                    M{"MMMM – MMMM y G"}
370                    y{"MMMM y – MMMM y"}
371                }
372                yMMMd{
373                    M{"MMM d – MMM d, y"}
374                    d{"MMM d – d, y G"}
375                    y{"MMM d, y – MMM d, y"}
376                }
377                yMd{
378                    M{"M/d/y – M/d/y"}
379                    d{"M/d/y – M/d/y"}
380                    y{"M/d/y – M/d/y"}
381                }
382            }
383        }
384        gregorian{
385            AmPmMarkers{
386                "AM",
387                "PM",
388            }
389            AmPmMarkersAbbr{
390                "AM",
391                "PM",
392            }
393            AmPmMarkersNarrow{
394                "a",
395                "p",
396            }
397            DateTimePatterns{
398                "HH:mm:ss zzzz",
399                "HH:mm:ss z",
400                "HH:mm:ss",
401                "HH:mm",
402                "EEEE, MMMM d, y",
403                "MMMM d, y",
404                "MMM d, y",
405                "M/d/yy",
406                "{1} {0}",
407                "{1} {0}",
408                "{1} {0}",
409                "{1} {0}",
410                "{1} {0}",
411            }
412            appendItems{
413                Timezone{"{0} {1}"}
414            }
415            availableFormats{
416                Bh{"h B"}
417                Bhm{"h:mm B"}
418                Bhms{"h:mm:ss B"}
419                E{"ccc"}
420                EBhm{"E h:mm B"}
421                EBhms{"E h:mm:ss B"}
422                EHm{"E HH:mm"}
423                EHms{"E HH:mm:ss"}
424                Ed{"d E"}
425                Ehm{"E h:mm a"}
426                Ehms{"E h:mm:ss a"}
427                Gy{"G y"}
428                GyMMM{"G y MMM"}
429                GyMMMEd{"G y MMM d, E"}
430                GyMMMd{"G y MMM d"}
431                H{"HH"}
432                Hm{"HH:mm"}
433                Hms{"HH:mm:ss"}
434                Hmsv{"HH:mm:ss v"}
435                Hmv{"HH:mm v"}
436                M{"L"}
437                MEd{"MM-dd, E"}
438                MMM{"LLL"}
439                MMMEd{"E, MMM d"}
440                MMMMW{
441                    one{"'week' W 'of' MMM"}
442                    other{"'week' W 'of' MMMM"}
443                }
444                MMMMd{"MMMM d"}
445                MMMd{"MMM d"}
446                Md{"MM-dd"}
447                d{"d"}
448                h{"h a"}
449                hm{"h:mm a"}
450                hms{"h:mm:ss a"}
451                hmsv{"h:mm:ss a v"}
452                hmv{"h:mm a v"}
453                ms{"mm:ss"}
454                y{"y"}
455                yM{"y-MM"}
456                yMEd{"y-MM-dd, E"}
457                yMMM{"MMM y"}
458                yMMMEd{"E, MMM d, y"}
459                yMMMM{"MMMM y"}
460                yMMMd{"MMM d, y"}
461                yMd{"y-MM-dd"}
462                yQQQ{"QQQ y"}
463                yQQQQ{"QQQQ y"}
464                yw{
465                    one{"'week' w 'of' Y"}
466                    other{"'week' w 'of' Y"}
467                }
468            }
469            dayNames{
470                format{
471                    abbreviated{
472                        "Son",
473                        "Mso",
474                        "Bil",
475                        "Tha",
476                        "Sin",
477                        "Hla",
478                        "Mgq",
479                    }
480                    narrow{
481                        "S",
482                        "M",
483                        "B",
484                        "T",
485                        "S",
486                        "H",
487                        "M",
488                    }
489                    short{
490                        "Son",
491                        "Mso",
492                        "Bil",
493                        "Tha",
494                        "Sin",
495                        "Hla",
496                        "Mgq",
497                    }
498                    wide{
499                        "ISonto",
500                        "UMsombuluko",
501                        "ULwesibili",
502                        "ULwesithathu",
503                        "ULwesine",
504                        "ULwesihlanu",
505                        "UMgqibelo",
506                    }
507                }
508                stand-alone{
509                    abbreviated{
510                        "Son",
511                        "Mso",
512                        "Bil",
513                        "Tha",
514                        "Sin",
515                        "Hla",
516                        "Mgq",
517                    }
518                    narrow{
519                        "S",
520                        "M",
521                        "B",
522                        "T",
523                        "S",
524                        "H",
525                        "M",
526                    }
527                    short{
528                        "Son",
529                        "Mso",
530                        "Bil",
531                        "Tha",
532                        "Sin",
533                        "Hla",
534                        "Mgq",
535                    }
536                    wide{
537                        "ISonto",
538                        "UMsombuluko",
539                        "ULwesibili",
540                        "ULwesithathu",
541                        "ULwesine",
542                        "ULwesihlanu",
543                        "UMgqibelo",
544                    }
545                }
546            }
547            dayPeriod{
548                format{
549                    abbreviated{
550                        afternoon1{"emini"}
551                        evening1{"ntambama"}
552                        morning1{"entathakusa"}
553                        morning2{"ekuseni"}
554                        night1{"ebusuku"}
555                    }
556                    narrow{
557                        afternoon1{"emini"}
558                        evening1{"ntambama"}
559                        morning1{"entathakusa"}
560                        morning2{"ekuseni"}
561                        night1{"ebusuku"}
562                    }
563                    wide{
564                        afternoon1{"emini"}
565                        evening1{"ntambama"}
566                        morning1{"entathakusa"}
567                        morning2{"ekuseni"}
568                        night1{"ebusuku"}
569                    }
570                }
571                stand-alone{
572                    abbreviated{
573                        afternoon1{"emini"}
574                        am{"AM"}
575                        evening1{"ntambama"}
576                        morning1{"entathakusa"}
577                        morning2{"ekuseni"}
578                        night1{"ebusuku"}
579                        pm{"PM"}
580                    }
581                    narrow{
582                        afternoon1{"emini"}
583                        am{"AM"}
584                        evening1{"ntambama"}
585                        morning1{"entathakusa"}
586                        morning2{"ekuseni"}
587                        night1{"ebusuku"}
588                        pm{"PM"}
589                    }
590                    wide{
591                        afternoon1{"emini"}
592                        am{"AM"}
593                        evening1{"ntambama"}
594                        morning1{"entathakusa"}
595                        morning2{"ekuseni"}
596                        night1{"ebusuku"}
597                        pm{"PM"}
598                    }
599                }
600            }
601            eras{
602                abbreviated{
603                    "BC",
604                    "AD",
605                }
606                abbreviated%variant{
607                    "BCE",
608                    "CE",
609                }
610                wide{
611                    "BC",
612                    "AD",
613                }
614                wide%variant{
615                    "BCE",
616                    "CE",
617                }
618            }
619            intervalFormats{
620                H{
621                    H{"HH – HH"}
622                }
623                Hm{
624                    H{"HH:mm – HH:mm"}
625                    m{"HH:mm – HH:mm"}
626                }
627                Hmv{
628                    H{"HH:mm – HH:mm v"}
629                    m{"HH:mm – HH:mm v"}
630                }
631                Hv{
632                    H{"HH – HH v"}
633                }
634                M{
635                    M{"M – M"}
636                }
637                MEd{
638                    M{"E, M/d – E, M/d"}
639                    d{"E, M/d – E, M/d"}
640                }
641                MMM{
642                    M{"MMM – MMM"}
643                }
644                MMMEd{
645                    M{"E, MMM d – E, MMM d"}
646                    d{"E, MMM d – E, MMM d"}
647                }
648                MMMd{
649                    M{"MMM d – MMM d"}
650                    d{"MMM d–d"}
651                }
652                Md{
653                    M{"M/d – M/d"}
654                    d{"M/d – M/d"}
655                }
656                d{
657                    d{"d–d"}
658                }
659                fallback{"{0} – {1}"}
660                h{
661                    a{"h a – h a"}
662                    h{"h – h a"}
663                }
664                hm{
665                    a{"h:mm a – h:mm a"}
666                    h{"h:mm – h:mm a"}
667                    m{"h:mm – h:mm a"}
668                }
669                hmv{
670                    a{"h:mm a – h:mm a v"}
671                    h{"h:mm – h:mm a v"}
672                    m{"h:mm – h:mm a v"}
673                }
674                hv{
675                    a{"h a – h a v"}
676                    h{"h – h a v"}
677                }
678                y{
679                    y{"y–y"}
680                }
681                yM{
682                    M{"M/y – M/y"}
683                    y{"M/y – M/y"}
684                }
685                yMEd{
686                    M{"E, M/d/y – E, M/d/y"}
687                    d{"E, M/d/y – E, M/d/y"}
688                    y{"E, M/d/y – E, M/d/y"}
689                }
690                yMMM{
691                    M{"MMM – MMM y"}
692                    y{"MMM y – MMM y"}
693                }
694                yMMMEd{
695                    M{"E, MMM d – E, MMM d, y"}
696                    d{"E, MMM d – E, MMM d, y"}
697                    y{"E, MMM d, y – E, MMM d, y"}
698                }
699                yMMMM{
700                    M{"MMMM – MMMM y"}
701                    y{"MMMM y – MMMM y"}
702                }
703                yMMMd{
704                    M{"MMM d – MMM d, y"}
705                    d{"MMM d – d, y"}
706                    y{"MMM d, y – MMM d, y"}
707                }
708                yMd{
709                    M{"M/d/y – M/d/y"}
710                    d{"M/d/y – M/d/y"}
711                    y{"M/d/y – M/d/y"}
712                }
713            }
714            monthNames{
715                format{
716                    abbreviated{
717                        "Jan",
718                        "Feb",
719                        "Mas",
720                        "Eph",
721                        "Mey",
722                        "Jun",
723                        "Jul",
724                        "Aga",
725                        "Sep",
726                        "Okt",
727                        "Nov",
728                        "Dis",
729                    }
730                    narrow{
731                        "J",
732                        "F",
733                        "M",
734                        "E",
735                        "M",
736                        "J",
737                        "J",
738                        "A",
739                        "S",
740                        "O",
741                        "N",
742                        "D",
743                    }
744                    wide{
745                        "Januwari",
746                        "Februwari",
747                        "Mashi",
748                        "Ephreli",
749                        "Meyi",
750                        "Juni",
751                        "Julayi",
752                        "Agasti",
753                        "Septhemba",
754                        "Okthoba",
755                        "Novemba",
756                        "Disemba",
757                    }
758                }
759                stand-alone{
760                    abbreviated{
761                        "Jan",
762                        "Feb",
763                        "Mas",
764                        "Eph",
765                        "Mey",
766                        "Jun",
767                        "Jul",
768                        "Aga",
769                        "Sep",
770                        "Okt",
771                        "Nov",
772                        "Dis",
773                    }
774                    narrow{
775                        "J",
776                        "F",
777                        "M",
778                        "A",
779                        "M",
780                        "J",
781                        "J",
782                        "A",
783                        "S",
784                        "O",
785                        "N",
786                        "D",
787                    }
788                    wide{
789                        "Januwari",
790                        "Februwari",
791                        "Mashi",
792                        "Ephreli",
793                        "Meyi",
794                        "Juni",
795                        "Julayi",
796                        "Agasti",
797                        "Septhemba",
798                        "Okthoba",
799                        "Novemba",
800                        "Disemba",
801                    }
802                }
803            }
804            quarters{
805                format{
806                    abbreviated{
807                        "Q1",
808                        "Q2",
809                        "Q3",
810                        "Q4",
811                    }
812                    narrow{
813                        "1",
814                        "2",
815                        "3",
816                        "4",
817                    }
818                    wide{
819                        "ikota yesi-1",
820                        "ikota yesi-2",
821                        "ikota yesi-3",
822                        "ikota yesi-4",
823                    }
824                }
825                stand-alone{
826                    abbreviated{
827                        "Q1",
828                        "Q2",
829                        "Q3",
830                        "Q4",
831                    }
832                    narrow{
833                        "1",
834                        "2",
835                        "3",
836                        "4",
837                    }
838                    wide{
839                        "ikota yesi-1",
840                        "ikota yesi-2",
841                        "ikota yesi-3",
842                        "ikota yesi-4",
843                    }
844                }
845            }
846        }
847    }
848    characterLabel{
849        activities{"Activities"}
850        african_scripts{"amaskripthi ase-Africa"}
851        american_scripts{"amaskripthi ase-America"}
852        animal{"isilwane"}
853        animals_nature{"izilwane nemvelo"}
854        arrows{"imicibisholo"}
855        body{"umzimba"}
856        box_drawing{"i-Box Drawing"}
857        braille{"i-Braille"}
858        building{"isakhiwo"}
859        bullets_stars{"Amabhulethi/izinkanyezi"}
860        consonantal_jamo{"i-Consonantal Jamo"}
861        currency_symbols{"Amasimbuli emali"}
862        dash_connector{"Dash/Connector"}
863        digits{"Amadijithi"}
864        dingbats{"i-Dingbats"}
865        divination_symbols{"Amasimbuli e-Divination"}
866        downwards_arrows{"Imicibisholo ye-Downwards"}
867        downwards_upwards_arrows{"Downwards Upwards Arrows"}
868        east_asian_scripts{"Amaskripthi ase-East Asia"}
869        emoji{"Ama-Emoji"}
870        european_scripts{"Amaskripthi ase-Europe"}
871        female{"owesfazane"}
872        flag{"ifulegi"}
873        flags{"Amafulegi"}
874        food_drink{"Ukudla neziphuzo"}
875        format{"Ifomethi"}
876        format_whitespace{"Ifomethi ne-Whitespace"}
877        full_width_form_variant{"i-Full-Width Form Variants"}
878        geometric_shapes{"i-Geometric Shapes"}
879        half_width_form_variant{"i-Half-Width Form Variants"}
880        han_characters{"i-Han Characters"}
881        han_radicals{"i-Han Radicals"}
882        hanja{"i-Hanja"}
883        hanzi_simplified{"i-Hanzi (Eyenziwe lula)"}
884        hanzi_traditional{"i-Hanzi (Yendabuko)"}
885        heart{"inhliziyo"}
886        historic_scripts{"Amaskripthi omlando"}
887        ideographic_desc_characters{"i-Ideographic Desc. Characters"}
888        japanese_kana{"i-Japanese Kana"}
889        kanbun{"i-Kanbun"}
890        kanji{"i-Kanji"}
891        keycap{"i-keycap"}
892        leftwards_arrows{"Imicibisholo eya ngakwesokunxele"}
893        leftwards_rightwards_arrows{"Imicibisholo eya ngakwesokunxele nangakwesokudla"}
894        letterlike_symbols{"Amasimbuli ayizinhlamvu"}
895        limited_use{"ukusetshenziswa kwesikhashana"}
896        male{"owesilisa"}
897        math_symbols{"Amasimbuli ezibalo"}
898        middle_eastern_scripts{"Amaskripthi ase-Midlle East"}
899        miscellaneous{"Okuxubile"}
900        modern_scripts{"Amaskripthi esimanje"}
901        modifier{"Okwewashi"}
902        musical_symbols{"Amasimbuli omculo"}
903        nature{"imvelo"}
904        nonspacing{"kungashiyi sikhala"}
905        numbers{"Izinombolo"}
906        objects{"Izinto"}
907        other{"Okunye"}
908        paired{"bhanqiwe"}
909        person{"umuntu"}
910        phonetic_alphabet{"izinhlamvu zefonetiki"}
911        pictographs{"amagrafu ezithombe"}
912        place{"indawo"}
913        plant{"isitshalo"}
914        punctuation{"izimpawu zokubhala"}
915        rightwards_arrows{"Imicibisholo eya ngakwesokudla"}
916        sign_standard_symbols{"Ngena ngemvume/Izimpawu ezivamile"}
917        small_form_variant{"okuncane okwahlukile"}
918        smiley{"okumoyizelayo"}
919        smileys_people{"ukumoyizela nabantu"}
920        south_asian_scripts{"Amaskripthi ase-South Asia"}
921        southeast_asian_scripts{"Amaskripthi ase-South East Asia"}
922        spacing{"ukushiya izikhala"}
923        sport{"umdlalo"}
924        symbols{"Amasimbuli"}
925        technical_symbols{"Amasimbuli okobuchwepheshe"}
926        tone_marks{"Amamaki e-Tone"}
927        travel{"ukuvakasha"}
928        travel_places{"Ukuhamba nezindawo"}
929        upwards_arrows{"Imicibisholo ebheke phezulu"}
930        variant_forms{"Okwehlukahlukene"}
931        vocalic_jamo{"i-Vocalic Jamo"}
932        weather{"isimo sezulu"}
933        western_asian_scripts{"Amaskripthi ase-Western Asia"}
934        whitespace{"i-Whitespace"}
935    }
936    delimiters{
937        alternateQuotationEnd{"’"}
938        alternateQuotationStart{"‘"}
939        quotationEnd{"”"}
940        quotationStart{"“"}
941    }
942    fields{
943        day{
944            dn{"Usuku"}
945            relative{
946                "-1"{"izolo"}
947                "-2"{"usuku olwandulela olwayizolo"}
948                "0"{"namhlanje"}
949                "1"{"kusasa"}
950                "2"{"usuku olulandela olwakusasa"}
951            }
952            relativeTime{
953                future{
954                    one{"osukwini olungu-{0} oluzayo"}
955                    other{"ezinsukwini ezingu-{0} ezizayo"}
956                }
957                past{
958                    one{"osukwini olungu-{0} olwedlule"}
959                    other{"ezinsukwini ezingu-{0} ezedlule."}
960                }
961            }
962        }
963        day-narrow{
964            dn{"Usuku"}
965            relativeTime{
966                future{
967                    one{"osukwini olungu-{0} oluzayo"}
968                    other{"ezinsukwini ezingu-{0} ezizayo"}
969                }
970                past{
971                    one{"{0} usuku olwedlule"}
972                    other{"{0} izinsuku ezedlule"}
973                }
974            }
975        }
976        day-short{
977            dn{"Usuku"}
978            relativeTime{
979                future{
980                    one{"osukwini olungu-{0} oluzayo"}
981                    other{"ezinsukwini ezingu-{0} ezizayo"}
982                }
983                past{
984                    one{"{0} usuku olwedlule"}
985                    other{"{0} izinsuku ezedlule"}
986                }
987            }
988        }
989        dayOfYear{
990            dn{"Day Of Year"}
991        }
992        dayOfYear-narrow{
993            dn{"usuku lonyaka"}
994        }
995        dayOfYear-short{
996            dn{"usuku lonyaka"}
997        }
998        dayperiod{
999            dn{"AM/PM"}
1000        }
1001        dayperiod-narrow{
1002            dn{"AM/PM"}
1003        }
1004        dayperiod-short{
1005            dn{"AM/PM"}
1006        }
1007        era{
1008            dn{"Isikhathi"}
1009        }
1010        era-narrow{
1011            dn{"Isikhathi"}
1012        }
1013        era-short{
1014            dn{"Isikhathi"}
1015        }
1016        fri{
1017            relative{
1018                "-1"{"uLwesihlanu oludlule"}
1019                "0"{"kulo Lwesihlanu"}
1020                "1"{"uLwesihlanu oluzayo"}
1021            }
1022            relativeTime{
1023                future{
1024                    one{"ngo {0} Lwesihlanu"}
1025                    other{"ngo {0} Lwezihlanu"}
1026                }
1027                past{
1028                    one{"{0} Lwesihlanu oludlule"}
1029                    other{"{0} Lwezihlanu oludlule"}
1030                }
1031            }
1032        }
1033        fri-narrow{
1034            relative{
1035                "-1"{"uLwesihlanu oludlule"}
1036                "0"{"kulo Lwesihlanu"}
1037                "1"{"uLwesihlanu oluzayo"}
1038            }
1039            relativeTime{
1040                future{
1041                    one{"ngo {0} Lwezihlanu"}
1042                    other{"ngo {0} Lwezihlanu"}
1043                }
1044                past{
1045                    one{"{0} Lwezihlanu oludlule"}
1046                    other{"{0} Lwezihlanu oludlule"}
1047                }
1048            }
1049        }
1050        fri-short{
1051            relative{
1052                "-1"{"uLwesihlanu oludlule"}
1053                "0"{"kulo Lwesihlanu"}
1054                "1"{"uLwesihlanu oluzayo"}
1055            }
1056            relativeTime{
1057                future{
1058                    one{"ngo {0} Lwezihlanu"}
1059                    other{"ngo {0} Lwezihlanu"}
1060                }
1061                past{
1062                    one{"{0} Lwezihlanu oludlule"}
1063                    other{"{0} Lwezihlanu oludlule"}
1064                }
1065            }
1066        }
1067        hour{
1068            dn{"Ihora"}
1069            relative{
1070                "0"{"leli hora"}
1071            }
1072            relativeTime{
1073                future{
1074                    one{"ehoreni elingu-{0} elizayo"}
1075                    other{"emahoreni angu-{0} ezayo"}
1076                }
1077                past{
1078                    one{"{0} ihora eledlule"}
1079                    other{"emahoreni angu-{0} edlule"}
1080                }
1081            }
1082        }
1083        hour-narrow{
1084            dn{"Ihora"}
1085            relativeTime{
1086                future{
1087                    one{"ehoreni elingu-{0} elizayo"}
1088                    other{"emahoreni angu-{0} ezayo"}
1089                }
1090                past{
1091                    one{"{0} ihora eledlule"}
1092                    other{"{0} amahora edlule"}
1093                }
1094            }
1095        }
1096        hour-short{
1097            dn{"Ihora"}
1098            relativeTime{
1099                future{
1100                    one{"ehoreni elingu-{0} elizayo"}
1101                    other{"emahoreni angu-{0} ezayo"}
1102                }
1103                past{
1104                    one{"{0} ihora eledlule"}
1105                    other{"emahoreni angu-{0} edlule"}
1106                }
1107            }
1108        }
1109        minute{
1110            dn{"Iminithi"}
1111            relative{
1112                "0"{"leli minithi"}
1113            }
1114            relativeTime{
1115                future{
1116                    one{"kuminithi elingu-{0} elizayo"}
1117                    other{"kumaminithi angu-{0} ezayo"}
1118                }
1119                past{
1120                    one{"{0} iminithi eledlule"}
1121                    other{"{0} amaminithi edlule"}
1122                }
1123            }
1124        }
1125        minute-narrow{
1126            dn{"Iminithi"}
1127            relativeTime{
1128                future{
1129                    one{"kuminithi elingu-{0} elizayo"}
1130                    other{"kumaminithi angu-{0} ezayo"}
1131                }
1132                past{
1133                    one{"{0} iminithi eledlule"}
1134                    other{"{0} amaminithi edlule"}
1135                }
1136            }
1137        }
1138        minute-short{
1139            dn{"Iminithi"}
1140            relativeTime{
1141                future{
1142                    one{"kuminithi elingu-{0} elizayo"}
1143                    other{"kumaminithi angu-{0} ezayo"}
1144                }
1145                past{
1146                    one{"{0} iminithi eledlule"}
1147                    other{"{0} amaminithi edlule"}
1148                }
1149            }
1150        }
1151        mon{
1152            relative{
1153                "-1"{"uMsombuluko odlule"}
1154                "0"{"kulo Msombuluko"}
1155                "1"{"uMsombuluko ozayo"}
1156            }
1157            relativeTime{
1158                future{
1159                    one{"ngoMsombuluko o-{0}"}
1160                    other{"ngeMisombuluko e-{0}"}
1161                }
1162                past{
1163                    one{"ngoMsombuluko o-{0} odlule"}
1164                    other{"ngeMsombuluko e-{0} edlule"}
1165                }
1166            }
1167        }
1168        mon-narrow{
1169            relative{
1170                "-1"{"uMsombuluko odlule"}
1171                "0"{"kulo Msombuluko"}
1172                "1"{"uMsombuluko ozayo"}
1173            }
1174            relativeTime{
1175                future{
1176                    one{"ngeMisombuluko e-{0}"}
1177                    other{"ngeMisombuluko e-{0}"}
1178                }
1179                past{
1180                    one{"ngeMsombuluko e-{0} edlule"}
1181                    other{"ngeMsombuluko e-{0} edlule"}
1182                }
1183            }
1184        }
1185        mon-short{
1186            relative{
1187                "-1"{"uMsombuluko odlule"}
1188                "0"{"kulo Msombuluko"}
1189                "1"{"uMsombuluko ozayo"}
1190            }
1191            relativeTime{
1192                future{
1193                    one{"ngeMisombuluko e-{0}"}
1194                    other{"ngeMisombuluko e-{0}"}
1195                }
1196                past{
1197                    one{"ngeMsombuluko e-{0} edlule"}
1198                    other{"ngeMsombuluko e-{0} edlule"}
1199                }
1200            }
1201        }
1202        month{
1203            dn{"Inyanga"}
1204            relative{
1205                "-1"{"inyanga edlule"}
1206                "0"{"le nyanga"}
1207                "1"{"inyanga ezayo"}
1208            }
1209            relativeTime{
1210                future{
1211                    one{"enyangeni engu-{0}"}
1212                    other{"ezinyangeni ezingu-{0} ezizayo"}
1213                }
1214                past{
1215                    one{"{0} inyanga edlule"}
1216                    other{"{0} izinyanga ezedlule"}
1217                }
1218            }
1219        }
1220        month-narrow{
1221            dn{"Inyanga"}
1222            relativeTime{
1223                future{
1224                    one{"enyangeni engu-{0} ezayo"}
1225                    other{"enyangeni engu-{0} ezayo"}
1226                }
1227                past{
1228                    one{"{0} izinyanga ezedlule"}
1229                    other{"{0} izinyanga ezedlule"}
1230                }
1231            }
1232        }
1233        month-short{
1234            dn{"Inyanga"}
1235            relativeTime{
1236                future{
1237                    one{"ezinyangeni ezingu-{0} ezizayo"}
1238                    other{"ezinyangeni ezingu-{0} ezizayo"}
1239                }
1240                past{
1241                    one{"{0} izinyanga ezedlule"}
1242                    other{"{0} izinyanga ezedlule"}
1243                }
1244            }
1245        }
1246        quarter{
1247            dn{"Ikota"}
1248            relative{
1249                "-1"{"ikota edlule"}
1250                "0"{"le kota"}
1251                "1"{"ikota ezayo"}
1252            }
1253            relativeTime{
1254                future{
1255                    one{"kwikota engu-{0} ezayo"}
1256                    other{"kumakota angu-{0} ezayo"}
1257                }
1258                past{
1259                    one{"{0} ikota edlule"}
1260                    other{"{0} amakota adlule"}
1261                }
1262            }
1263        }
1264        quarter-narrow{
1265            dn{"Ikota"}
1266            relativeTime{
1267                future{
1268                    one{"kumakota angu-{0}"}
1269                    other{"kumakota angu-{0}"}
1270                }
1271                past{
1272                    one{"{0} amakota adlule"}
1273                    other{"{0} amakota edlule"}
1274                }
1275            }
1276        }
1277        quarter-short{
1278            dn{"Ikota"}
1279            relativeTime{
1280                future{
1281                    one{"kwikota engu-{0} ezayo"}
1282                    other{"kumakota angu-{0} ezayo"}
1283                }
1284                past{
1285                    one{"{0} amakota adlule"}
1286                    other{"{0} amakota edlule"}
1287                }
1288            }
1289        }
1290        sat{
1291            relative{
1292                "-1"{"uMgqibelo odlule"}
1293                "0"{"kulo Mgqibelo"}
1294                "1"{"uMgqibelo ozayo"}
1295            }
1296            relativeTime{
1297                future{
1298                    one{"ngoMgqibelo o-{0}"}
1299                    other{"ngeMgqibelo engu-{0}"}
1300                }
1301                past{
1302                    one{"ngoMgqibelo o-{0} odlule"}
1303                    other{"ngeMgqibelo engu-{0} edlule"}
1304                }
1305            }
1306        }
1307        sat-narrow{
1308            relative{
1309                "-1"{"uMgqibelo odlule"}
1310                "0"{"kulo Mgqibelo"}
1311                "1"{"uMgqibelo ozayo"}
1312            }
1313            relativeTime{
1314                future{
1315                    one{"ngeMgqibelo engu-{0}"}
1316                    other{"ngeMgqibelo engu-{0}"}
1317                }
1318                past{
1319                    one{"ngeMgqibelo engu-{0} edlule"}
1320                    other{"ngeMgqibelo engu-{0} edlule"}
1321                }
1322            }
1323        }
1324        sat-short{
1325            relative{
1326                "-1"{"uMgqibelo odlule"}
1327                "0"{"kulo Mgqibelo"}
1328                "1"{"uMgqibelo ozayo"}
1329            }
1330            relativeTime{
1331                future{
1332                    one{"ngeMgqibelo engu-{0}"}
1333                    other{"ngeMgqibelo engu-{0}"}
1334                }
1335                past{
1336                    one{"ngeMgqibelo engu-{0} edlule"}
1337                    other{"ngeMgqibelo engu-{0} edlule"}
1338                }
1339            }
1340        }
1341        second{
1342            dn{"Isekhondi"}
1343            relative{
1344                "0"{"manje"}
1345            }
1346            relativeTime{
1347                future{
1348                    one{"kusekhondi elingu-{0} elizayo"}
1349                    other{"kumasekhondi angu-{0} ezayo"}
1350                }
1351                past{
1352                    one{"{0} isekhondi eledlule"}
1353                    other{"{0} amasekhondi edlule"}
1354                }
1355            }
1356        }
1357        second-narrow{
1358            dn{"Isekhondi"}
1359            relativeTime{
1360                future{
1361                    one{"kusekhondi elingu-{0} elizayo"}
1362                    other{"kumasekhondi angu-{0} ezayo"}
1363                }
1364                past{
1365                    one{"{0} isekhondi eledlule"}
1366                    other{"{0} amasekhondi edlule"}
1367                }
1368            }
1369        }
1370        second-short{
1371            dn{"Isekhondi"}
1372            relativeTime{
1373                future{
1374                    one{"kusekhondi elingu-{0} elizayo"}
1375                    other{"kumasekhondi angu-{0} ezayo"}
1376                }
1377                past{
1378                    one{"{0} isekhondi eledlule"}
1379                    other{"{0} amasekhondi edlule"}
1380                }
1381            }
1382        }
1383        sun{
1384            relative{
1385                "-1"{"iSonto eledlule"}
1386                "0"{"kuleli Sonto"}
1387                "1"{"iSonto elizayo"}
1388            }
1389            relativeTime{
1390                future{
1391                    one{"kwiSonto elingu-{0}"}
1392                    other{"kumaSonto angu-{0}"}
1393                }
1394                past{
1395                    one{"{0} iSonto eledlule"}
1396                    other{"{0} amaSonto edlule"}
1397                }
1398            }
1399        }
1400        sun-narrow{
1401            relative{
1402                "-1"{"iSonto eledlule"}
1403                "0"{"kuleli Sonto"}
1404                "1"{"iSonto elizayo"}
1405            }
1406            relativeTime{
1407                future{
1408                    one{"kumaSonto angu-{0}"}
1409                    other{"kumaSonto angu-{0}"}
1410                }
1411                past{
1412                    one{"{0} amaSonto edlule"}
1413                    other{"{0} amaSonto edlule"}
1414                }
1415            }
1416        }
1417        sun-short{
1418            relative{
1419                "-1"{"iSonto eledlule"}
1420                "0"{"kuleli Sonto"}
1421                "1"{"iSonto elizayo"}
1422            }
1423            relativeTime{
1424                future{
1425                    one{"kumaSonto angu-{0}"}
1426                    other{"kumaSonto angu-{0}"}
1427                }
1428                past{
1429                    one{"{0} amaSonto edlule"}
1430                    other{"{0} amaSonto edlule"}
1431                }
1432            }
1433        }
1434        thu{
1435            relative{
1436                "-1"{"uLwesine oludlule"}
1437                "0"{"kulo Lwesine"}
1438                "1"{"uLwesine oluzayo"}
1439            }
1440            relativeTime{
1441                future{
1442                    one{"ngoLwesine olu-{0}"}
1443                    other{"ngoLwezine abangu-{0}"}
1444                }
1445                past{
1446                    one{"ngoLwesine olu-{0} olwedlule"}
1447                    other{"ngoLwezine abangu-{0} abedlule"}
1448                }
1449            }
1450        }
1451        thu-narrow{
1452            relative{
1453                "-1"{"uLwesine olwedlule"}
1454                "0"{"kulo Lwesine"}
1455                "1"{"uLwesine oluzayo"}
1456            }
1457            relativeTime{
1458                future{
1459                    one{"ngoLwezine abangu-{0}"}
1460                    other{"ngoLwezine abangu-{0}"}
1461                }
1462                past{
1463                    one{"ngoLwezine abangu-{0} abedlule"}
1464                    other{"ngoLwezine abangu-{0} abedlule"}
1465                }
1466            }
1467        }
1468        thu-short{
1469            relative{
1470                "-1"{"uLwesine olwedlule"}
1471                "0"{"kulo Lwesine"}
1472                "1"{"uLwesine oluzayo"}
1473            }
1474            relativeTime{
1475                future{
1476                    one{"ngoLwezine abangu-{0}"}
1477                    other{"ngoLwezine abangu-{0}"}
1478                }
1479                past{
1480                    one{"ngoLwezine abangu-{0} abedlule"}
1481                    other{"ngoLwezine abangu-{0} abedlule"}
1482                }
1483            }
1484        }
1485        tue{
1486            relative{
1487                "-1"{"uLwesibili oludlule"}
1488                "0"{"kulo Lwesibili"}
1489                "1"{"uLwesibili oluzayo"}
1490            }
1491            relativeTime{
1492                future{
1493                    one{"ngoLwesibili olu-{0}"}
1494                    other{"ngoLwezibili abangu-{0}"}
1495                }
1496                past{
1497                    one{"ngoLwesibili ongu-{0} owedlule"}
1498                    other{"ngoLwezibili abangu-{0} abedlule"}
1499                }
1500            }
1501        }
1502        tue-narrow{
1503            relative{
1504                "-1"{"uLwesibili oludlule"}
1505                "0"{"kulo Lwesibili"}
1506                "1"{"uLwesibili oluzayo"}
1507            }
1508            relativeTime{
1509                future{
1510                    one{"{0} ngoLwezibili"}
1511                    other{"{0} ngoLwezibili"}
1512                }
1513                past{
1514                    one{"{0} ngoLwezibili olwedlule"}
1515                    other{"{0} ngoLwezibili olwedlule"}
1516                }
1517            }
1518        }
1519        tue-short{
1520            relative{
1521                "-1"{"uLwesibili oludlule"}
1522                "0"{"kulo Lwesibili"}
1523                "1"{"uLwesibili oluzayo"}
1524            }
1525            relativeTime{
1526                future{
1527                    one{"{0} ngoLwezibili"}
1528                    other{"{0} ngoLwezibili"}
1529                }
1530                past{
1531                    one{"{0} ngoLwezibili olwedlule"}
1532                    other{"{0} ngoLwezibili olwedlule"}
1533                }
1534            }
1535        }
1536        wed{
1537            relative{
1538                "-1"{"uLwesithathu oludlule"}
1539                "0"{"kulo Lwesithathu"}
1540                "1"{"uLwesithathu oluzayo"}
1541            }
1542            relativeTime{
1543                future{
1544                    one{"ngoLwesithathu o-{0}"}
1545                    other{"ngoLwezithathu abangu-{0}"}
1546                }
1547                past{
1548                    one{"ngoLwesithathu olungu-{0} olwedlule"}
1549                    other{"ngoLwezithathu abangu-{0} abedlule"}
1550                }
1551            }
1552        }
1553        wed-narrow{
1554            relative{
1555                "-1"{"uLwesithathu oludlule"}
1556                "0"{"kulo Lwesithathu"}
1557                "1"{"uLwesithathu oluzayo"}
1558            }
1559            relativeTime{
1560                future{
1561                    one{"ngoLwezithathu abangu-{0}"}
1562                    other{"ngoLwezithathu abangu-{0}"}
1563                }
1564                past{
1565                    one{"ngoLwezithathu abangu-{0} abedlule"}
1566                    other{"ngoLwezithathu abangu-{0} abedlule"}
1567                }
1568            }
1569        }
1570        wed-short{
1571            relative{
1572                "-1"{"uLwesithathu oludlule"}
1573                "0"{"kulo Lwesithathu"}
1574                "1"{"uLwesithathu oluzayo"}
1575            }
1576            relativeTime{
1577                future{
1578                    one{"ngoLwezithathu abangu-{0}"}
1579                    other{"ngoLwezithathu abangu-{0}"}
1580                }
1581                past{
1582                    one{"ngoLwezithathu abangu-{0} abedlule"}
1583                    other{"ngoLwezithathu abangu-{0} abedlule"}
1584                }
1585            }
1586        }
1587        week{
1588            dn{"Iviki"}
1589            relative{
1590                "-1"{"iviki eledlule"}
1591                "0"{"leli viki"}
1592                "1"{"iviki elizayo"}
1593            }
1594            relativePeriod{"evikini le-{0}"}
1595            relativeTime{
1596                future{
1597                    one{"evikini elingu-{0}"}
1598                    other{"emavikini angu-{0}"}
1599                }
1600                past{
1601                    one{"evikini elingu-{0} eledlule"}
1602                    other{"amaviki angu-{0} edlule"}
1603                }
1604            }
1605        }
1606        week-narrow{
1607            dn{"Iviki"}
1608            relativePeriod{"evikini le-{0}"}
1609            relativeTime{
1610                future{
1611                    one{"emavikini angu-{0} ezayo"}
1612                    other{"emavikini angu-{0} ezayo"}
1613                }
1614                past{
1615                    one{"amaviki angu-{0} edlule"}
1616                    other{"amaviki angu-{0} edlule"}
1617                }
1618            }
1619        }
1620        week-short{
1621            dn{"Iviki"}
1622            relativePeriod{"evikini le-{0}"}
1623            relativeTime{
1624                future{
1625                    one{"evikini elingu-{0} elizayo"}
1626                    other{"emavikini angu-{0} ezayo"}
1627                }
1628                past{
1629                    one{"amaviki angu-{0} edlule"}
1630                    other{"amaviki angu-{0} edlule"}
1631                }
1632            }
1633        }
1634        weekOfMonth{
1635            dn{"Iviki leNyanga"}
1636        }
1637        weekOfMonth-narrow{
1638            dn{"Iviki leNyanga"}
1639        }
1640        weekOfMonth-short{
1641            dn{"Iviki leNyanga"}
1642        }
1643        weekday{
1644            dn{"Usuku evikini"}
1645        }
1646        weekday-narrow{
1647            dn{"Usuku evikini"}
1648        }
1649        weekday-short{
1650            dn{"Usuku evikini"}
1651        }
1652        weekdayOfMonth{
1653            dn{"usuku lwenyanga"}
1654        }
1655        weekdayOfMonth-narrow{
1656            dn{"usuku lwenyanga"}
1657        }
1658        weekdayOfMonth-short{
1659            dn{"usuku lwenyanga"}
1660        }
1661        year{
1662            dn{"Unyaka"}
1663            relative{
1664                "-1"{"onyakeni odlule"}
1665                "0"{"kulo nyaka"}
1666                "1"{"unyaka ozayo"}
1667            }
1668            relativeTime{
1669                future{
1670                    one{"onyakeni ongu-{0} ozayo"}
1671                    other{"eminyakeni engu-{0} ezayo"}
1672                }
1673                past{
1674                    one{"{0} unyaka odlule"}
1675                    other{"{0} iminyaka edlule"}
1676                }
1677            }
1678        }
1679        year-narrow{
1680            dn{"Unyaka"}
1681            relativeTime{
1682                future{
1683                    one{"onyakeni ongu-{0} ozayo"}
1684                    other{"eminyakeni engu-{0} ezayo"}
1685                }
1686                past{
1687                    one{"{0} unyaka odlule"}
1688                    other{"{0} unyaka odlule"}
1689                }
1690            }
1691        }
1692        year-short{
1693            dn{"Unyaka"}
1694            relativeTime{
1695                future{
1696                    one{"onyakeni ongu-{0} ozayo"}
1697                    other{"eminyakeni engu-{0} ezayo"}
1698                }
1699                past{
1700                    one{"{0} unyaka odlule"}
1701                    other{"{0} unyaka odlule"}
1702                }
1703            }
1704        }
1705        zone{
1706            dn{"Isikhathi sendawo"}
1707        }
1708        zone-narrow{
1709            dn{"Isikhathi sendawo"}
1710        }
1711        zone-short{
1712            dn{"Isikhathi sendawo"}
1713        }
1714    }
1715    listPattern{
1716        or{
1717            2{"{0} or {1}"}
1718            end{"{0}, or {1}"}
1719            middle{"{0}, {1}"}
1720            start{"{0}, {1}"}
1721        }
1722        standard{
1723            2{"{0} ne-{1}"}
1724            end{"{0}, ne-{1}"}
1725            middle{"{0}, {1}"}
1726            start{"{0}, {1}"}
1727        }
1728        standard-short{
1729            2{"{0} ne-{1}"}
1730            end{"{0}, ne-{1}"}
1731            middle{"{0}, {1}"}
1732            start{"{0}, {1}"}
1733        }
1734        unit{
1735            2{"{0}, {1}"}
1736            end{"{0}, {1}"}
1737            middle{"{0}, {1}"}
1738            start{"{0}, {1}"}
1739        }
1740        unit-narrow{
1741            2{"{0}, {1}"}
1742            end{"{0} {1}"}
1743            middle{"{0}, {1}"}
1744            start{"{0}, {1}"}
1745        }
1746        unit-short{
1747            2{"{0}, {1}"}
1748            end{"{0}, {1}"}
1749            middle{"{0}, {1}"}
1750            start{"{0}, {1}"}
1751        }
1752    }
1753    measurementSystemNames{
1754        UK{"i-UK"}
1755        US{"i-US"}
1756        metric{"i-Metric"}
1757    }
1758    parse{
1759        date{
1760            lenient{
1761                "[\\--/]",
1762                "[\\:∶]",
1763            }
1764        }
1765        general{
1766            lenient{
1767                "[.․。︒﹒.。]",
1768                "[\$﹩$$]",
1769                "[£₤]",
1770                "[₨₹{Rp}{Rs}]",
1771            }
1772        }
1773        number{
1774            lenient{
1775                "[\\-‒⁻₋−➖﹣-]",
1776                "[,،٫、︐︑﹐﹑,、]",
1777                "[+⁺₊➕﬩﹢+]",
1778            }
1779        }
1780    }
1781}
1782