• 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
3pa{
4    AuxExemplarCharacters{"[\u200C\u200D ਃ \u0A02 \u0A01 {ਲ\u0A3C}]"}
5    Ellipsis{
6        final{"{0}…"}
7        initial{"…{0}"}
8        medial{"{0}…{1}"}
9        word-final{"{0} …"}
10        word-initial{"… {0}"}
11        word-medial{"{0} … {1}"}
12    }
13    ExemplarCharacters{
14        "[\u0A71 \u0A70 \u0A3C ੦ ੧ ੨ ੩ ੪ ੫ ੬ ੭ ੮ ੯ ੴ ੳ ਉ ਊ ਓ ਅ ਆ ਐ ਔ ੲ ਇ ਈ ਏ ਸ {ਸ"
15        "\u0A3C} ਹ ਕ ਖ {ਖ\u0A3C} ਗ {ਗ\u0A3C} ਘ ਙ ਚ ਛ ਜ {ਜ\u0A3C} ਝ ਞ ਟ ਠ ਡ ਢ ਣ ਤ ਥ ਦ "
16        "ਧ ਨ ਪ ਫ {ਫ\u0A3C} ਬ ਭ ਮ ਯ ਰ ਲ ਵ ੜ \u0A4D ਾ ਿ ੀ \u0A41 \u0A42 \u0A47 \u0A48 "
17        "\u0A4B \u0A4C]"
18    }
19    ExemplarCharactersPunctuation{"[\\- ‐ – — , ; \\: ! ? . ' ‘ ’ \u0022 “ ” ( ) \\[ \\] / \\& ′ ″]"}
20    MoreInformation{"?"}
21    NumberElements{
22        arabext{
23            patterns{
24                currencyFormat{"¤#,##,##0.00"}
25                decimalFormat{"#,##,##0.###"}
26                percentFormat{"#,##,##0%"}
27                scientificFormat{"[#E0]"}
28            }
29            symbols{
30                decimal{"٫"}
31                exponential{"×۱۰^"}
32                group{","}
33                infinity{"∞"}
34                minusSign{"-"}
35                nan{"NaN"}
36                perMille{"؉"}
37                percentSign{"٪"}
38                plusSign{"+"}
39                superscriptingExponent{"×"}
40                timeSeparator{"٫"}
41            }
42        }
43        default{"latn"}
44        guru{
45            patterns{
46                currencyFormat{"¤ #,##,##0.00"}
47                percentFormat{"#,##,##0%"}
48                scientificFormat{"[#E0]"}
49            }
50            symbols{
51                decimal{"."}
52                exponential{"E"}
53                group{","}
54                infinity{"∞"}
55                minusSign{"-"}
56                nan{"NaN"}
57                perMille{"‰"}
58                percentSign{"%"}
59                plusSign{"+"}
60                superscriptingExponent{"×"}
61            }
62        }
63        latn{
64            miscPatterns{
65                atLeast{"{0}+"}
66                range{"{0}–{1}"}
67            }
68            patterns{
69                accountingFormat{"¤ #,##0.00"}
70                currencyFormat{"¤ #,##,##0.00"}
71                decimalFormat{"#,##,##0.###"}
72                percentFormat{"#,##,##0%"}
73                scientificFormat{"[#E0]"}
74            }
75            patternsLong{
76                decimalFormat{
77                    1000{
78                        one{"0 ਹਜ਼ਾਰ"}
79                        other{"0 ਹਜ਼ਾਰ"}
80                    }
81                    10000{
82                        one{"00 ਹਜ਼ਾਰ"}
83                        other{"00 ਹਜ਼ਾਰ"}
84                    }
85                    100000{
86                        one{"0 ਲੱਖ"}
87                        other{"0 ਲੱਖ"}
88                    }
89                    1000000{
90                        one{"00 ਲੱਖ"}
91                        other{"00 ਲੱਖ"}
92                    }
93                    10000000{
94                        one{"0 ਕਰੋੜ"}
95                        other{"0 ਕਰੋੜ"}
96                    }
97                    100000000{
98                        one{"00 ਕਰੋੜ"}
99                        other{"00 ਕਰੋੜ"}
100                    }
101                    1000000000{
102                        one{"0 ਅਰਬ"}
103                        other{"0 ਅਰਬ"}
104                    }
105                    10000000000{
106                        one{"00 ਅਰਬ"}
107                        other{"00 ਅਰਬ"}
108                    }
109                    100000000000{
110                        one{"0 ਖਰਬ"}
111                        other{"0 ਖਰਬ"}
112                    }
113                    1000000000000{
114                        one{"00 ਖਰਬ"}
115                        other{"00 ਖਰਬ"}
116                    }
117                    10000000000000{
118                        one{"0 ਨੀਲ"}
119                        other{"0 ਨੀਲ"}
120                    }
121                    100000000000000{
122                        one{"00 ਨੀਲ"}
123                        other{"00 ਨੀਲ"}
124                    }
125                }
126            }
127            patternsShort{
128                currencyFormat{
129                    1000{
130                        one{"¤ 0 ਹਜ਼ਾਰ"}
131                        other{"¤ 0 ਹਜ਼ਾਰ"}
132                    }
133                    10000{
134                        one{"¤ 00 ਹਜ਼ਾਰ"}
135                        other{"¤ 00 ਹਜ਼ਾਰ"}
136                    }
137                    100000{
138                        one{"¤ 0 ਲੱਖ"}
139                        other{"¤ 0 ਲੱਖ"}
140                    }
141                    1000000{
142                        one{"¤ 00 ਲੱਖ"}
143                        other{"¤ 00 ਲੱਖ"}
144                    }
145                    10000000{
146                        one{"¤ 0 ਕਰੋੜ"}
147                        other{"¤ 0 ਕਰੋੜ"}
148                    }
149                    100000000{
150                        one{"¤ 00 ਕਰੋੜ"}
151                        other{"¤ 00 ਕਰੋੜ"}
152                    }
153                    1000000000{
154                        one{"¤ 0 ਅਰਬ"}
155                        other{"¤ 0 ਅਰਬ"}
156                    }
157                    10000000000{
158                        one{"¤ 00 ਅਰਬ"}
159                        other{"¤ 00 ਅਰਬ"}
160                    }
161                    100000000000{
162                        one{"¤ 0 ਖਰਬ"}
163                        other{"¤ 0 ਖਰਬ"}
164                    }
165                    1000000000000{
166                        one{"¤ 00 ਖਰਬ"}
167                        other{"¤ 00 ਖਰਬ"}
168                    }
169                    10000000000000{
170                        one{"¤ 0 ਨੀਲ"}
171                        other{"¤ 0 ਨੀਲ"}
172                    }
173                    100000000000000{
174                        one{"¤ 00 ਨੀਲ"}
175                        other{"¤ 00 ਨੀਲ"}
176                    }
177                }
178                decimalFormat{
179                    1000{
180                        one{"0 ਹਜ਼ਾਰ"}
181                        other{"0 ਹਜ਼ਾਰ"}
182                    }
183                    10000{
184                        one{"00 ਹਜ਼ਾਰ"}
185                        other{"00 ਹਜ਼ਾਰ"}
186                    }
187                    100000{
188                        one{"0 ਲੱਖ"}
189                        other{"0 ਲੱਖ"}
190                    }
191                    1000000{
192                        one{"00 ਲੱਖ"}
193                        other{"00 ਲੱਖ"}
194                    }
195                    10000000{
196                        one{"0 ਕਰੋੜ"}
197                        other{"0 ਕਰੋੜ"}
198                    }
199                    100000000{
200                        one{"00 ਕਰੋੜ"}
201                        other{"00 ਕਰੋੜ"}
202                    }
203                    1000000000{
204                        one{"0 ਅਰਬ"}
205                        other{"0 ਅਰਬ"}
206                    }
207                    10000000000{
208                        one{"00 ਅਰਬ"}
209                        other{"00 ਅਰਬ"}
210                    }
211                    100000000000{
212                        one{"0 ਖਰਬ"}
213                        other{"0 ਖਰਬ"}
214                    }
215                    1000000000000{
216                        one{"00 ਖਰਬ"}
217                        other{"00 ਖਰਬ"}
218                    }
219                    10000000000000{
220                        one{"0 ਨੀਲ"}
221                        other{"0 ਨੀਲ"}
222                    }
223                    100000000000000{
224                        one{"00 ਨੀਲ"}
225                        other{"00 ਨੀਲ"}
226                    }
227                }
228            }
229            symbols{
230                decimal{"."}
231                exponential{"E"}
232                group{","}
233                infinity{"∞"}
234                minusSign{"-"}
235                nan{"NaN"}
236                perMille{"‰"}
237                percentSign{"%"}
238                plusSign{"+"}
239                superscriptingExponent{"×"}
240                timeSeparator{":"}
241            }
242        }
243        minimumGroupingDigits{"1"}
244        native{"guru"}
245    }
246    Version{"2.1.28.79"}
247    calendar{
248        generic{
249            DateTimePatterns{
250                "h:mm:ss a zzzz",
251                "h:mm:ss a z",
252                "h:mm:ss a",
253                "h:mm a",
254                "EEEE, dd MMMM y G",
255                "d MMMM y G",
256                "d MMM y G",
257                "dd/MM/y GGGGG",
258                "{1}, {0}",
259                "{1} {0}",
260                "{1} {0}",
261                "{1}, {0}",
262                "{1}, {0}",
263            }
264            availableFormats{
265                E{"ccc"}
266                Ed{"E, d"}
267                Gy{"G y"}
268                GyMMM{"MMM y G"}
269                GyMMMEd{"E, d MMM y G"}
270                GyMMMd{"d MMM,y G"}
271                Hms{"HH:mm:ss"}
272                M{"L"}
273                MEd{"E, d/M"}
274                MMM{"LLL"}
275                MMMEd{"E, d MMM"}
276                MMMMd{"MMMM d"}
277                MMMd{"d MMM"}
278                Md{"d/M"}
279                d{"d"}
280                ms{"mm:ss"}
281                y{"y G"}
282                yMMM{"MMM y G"}
283                yQQQ{"QQQ y G"}
284                yyyy{"y G"}
285                yyyyM{"M/y GGGGG"}
286                yyyyMEd{"E, d/M/y GGGGG"}
287                yyyyMMM{"MMM y G"}
288                yyyyMMMEd{"E, d MMM y G"}
289                yyyyMMMM{"G MMMM y"}
290                yyyyMMMd{"d MMM y G"}
291                yyyyMd{"d/M/y GGGGG"}
292                yyyyQQQ{"QQQ y G"}
293                yyyyQQQQ{"QQQQ y G"}
294            }
295            intervalFormats{
296                M{
297                    M{"MM–MM"}
298                }
299                MEd{
300                    M{"E, d/M – E, d/M"}
301                    d{"E, d/M – E, d/M"}
302                }
303                MMM{
304                    M{"MMM – MMM"}
305                }
306                MMMEd{
307                    M{"E, d MMM – E, d MMM"}
308                    d{"E, d MMM – E, d MMM"}
309                }
310                MMMd{
311                    M{"d MMM – d MMM"}
312                    d{"d – d MMM"}
313                }
314                Md{
315                    M{"d/M – d/M"}
316                    d{"d/M – d/M"}
317                }
318                d{
319                    d{"d – d"}
320                }
321                fallback{"{0} – {1}"}
322                y{
323                    y{"y – y G"}
324                }
325                yM{
326                    M{"M/y – M/y GGGGG"}
327                    y{"M/y – M/y GGGGG"}
328                }
329                yMEd{
330                    M{"E, d/M/y – E, d/M/y GGGGG"}
331                    d{"E, d/M/y – E, d/M/y GGGGG"}
332                    y{"E, d/M/y – E, d/M/y GGGGG"}
333                }
334                yMMM{
335                    M{"MMM – MMM y G"}
336                    y{"MMM y – MMM y G"}
337                }
338                yMMMEd{
339                    M{"E, d MMM – E, d MMM y G"}
340                    d{"E, d MMM – E, d MMM y G"}
341                    y{"E, d MMM y – E, d MMM y G"}
342                }
343                yMMMM{
344                    M{"MMMM – MMMM y G"}
345                    y{"MMMM y – MMMM y G"}
346                }
347                yMMMd{
348                    M{"d MMM – d MMM y G"}
349                    d{"d – d, MMM y G"}
350                    y{"d, MMM y – d, MMM y G"}
351                }
352                yMd{
353                    M{"d/M/y – d/M/y GGGGG"}
354                    d{"d/M/y – d/M/y GGGGG"}
355                    y{"d/M/y – d/M/y GGGGG"}
356                }
357            }
358        }
359        gregorian{
360            AmPmMarkers{
361                "ਪੂ.ਦੁ.",
362                "ਬਾ.ਦੁ.",
363            }
364            AmPmMarkersAbbr{
365                "ਪੂ.ਦੁ.",
366                "ਬਾ.ਦੁ.",
367            }
368            AmPmMarkersNarrow{
369                "ਸ.",
370                "ਸ਼.",
371            }
372            DateTimePatterns{
373                "h:mm:ss a zzzz",
374                "h:mm:ss a z",
375                "h:mm:ss a",
376                "h:mm a",
377                "EEEE, d MMMM y",
378                "d MMMM y",
379                "d MMM y",
380                "d/M/yy",
381                "{1}, {0}",
382                "{1} {0}",
383                "{1} {0}",
384                "{1}, {0}",
385                "{1}, {0}",
386            }
387            appendItems{
388                Timezone{"{0} {1}"}
389            }
390            availableFormats{
391                E{"ccc"}
392                EHm{"E HH:mm"}
393                EHms{"E HH:mm:ss"}
394                Ed{"d, E"}
395                Ehm{"E h:mm a"}
396                Ehms{"E h:mm:ss a"}
397                Gy{"G y"}
398                GyMMM{"MMM, G y"}
399                GyMMMEd{"E d MMM, G y"}
400                GyMMMd{"d MMM y"}
401                H{"HH"}
402                Hm{"HH:mm"}
403                Hms{"HH:mm:ss"}
404                Hmsv{"HH:mm:ss v"}
405                Hmv{"HH:mm v"}
406                M{"L"}
407                MEd{"E, dd-MM."}
408                MMM{"LLL"}
409                MMMEd{"E, d MMM"}
410                MMMMW{
411                    one{"MMM ਦਾ W ਹਫ਼ਤਾ"}
412                    other{"MMM ਦਾ W ਹਫ਼ਤਾ"}
413                }
414                MMMMd{"MMMM d"}
415                MMMd{"d MMM"}
416                Md{"d/M"}
417                d{"d"}
418                h{"h a"}
419                hm{"h:mm a"}
420                hms{"h:mm:ss a"}
421                hmsv{"h:mm:ss a v"}
422                hmv{"h:mm a v"}
423                mmss{"mm:ss"}
424                ms{"mm:ss"}
425                y{"y"}
426                yM{"M/y"}
427                yMEd{"E, d/M/y"}
428                yMMM{"MMM y"}
429                yMMMEd{"E, d MMM y"}
430                yMMMM{"MMMM y"}
431                yMMMd{"d MMM y"}
432                yMd{"d/M/y"}
433                yQQQ{"QQQ y"}
434                yQQQQ{"QQQQ y"}
435                yw{
436                    one{"y ਦਾ w ਹਫ਼ਤਾ"}
437                    other{"y ਦਾ w ਹਫ਼ਤਾ"}
438                }
439            }
440            dayNames{
441                format{
442                    abbreviated{
443                        "ਐਤ",
444                        "ਸੋਮ",
445                        "ਮੰਗਲ",
446                        "ਬੁੱਧ",
447                        "ਵੀਰ",
448                        "ਸ਼ੁੱਕਰ",
449                        "ਸ਼ਨਿੱਚਰ",
450                    }
451                    narrow{
452                        "ਐ",
453                        "ਸੋ",
454                        "ਮੰ",
455                        "ਬੁੱ",
456                        "ਵੀ",
457                        "ਸ਼ੁੱ",
458                        "ਸ਼",
459                    }
460                    short{
461                        "ਐਤ",
462                        "ਸੋਮ",
463                        "ਮੰਗ",
464                        "ਬੁੱਧ",
465                        "ਵੀਰ",
466                        "ਸ਼ੁੱਕ",
467                        "ਸ਼ਨਿੱ",
468                    }
469                    wide{
470                        "ਐਤਵਾਰ",
471                        "ਸੋਮਵਾਰ",
472                        "ਮੰਗਲਵਾਰ",
473                        "ਬੁੱਧਵਾਰ",
474                        "ਵੀਰਵਾਰ",
475                        "ਸ਼ੁੱਕਰਵਾਰ",
476                        "ਸ਼ਨਿੱਚਰਵਾਰ",
477                    }
478                }
479                stand-alone{
480                    abbreviated{
481                        "ਐਤ",
482                        "ਸੋਮ",
483                        "ਮੰਗਲ",
484                        "ਬੁੱਧ",
485                        "ਵੀਰ",
486                        "ਸ਼ੁੱਕਰ",
487                        "ਸ਼ਨਿੱਚਰ",
488                    }
489                    narrow{
490                        "ਐ",
491                        "ਸੋ",
492                        "ਮੰ",
493                        "ਬੁੱ",
494                        "ਵੀ",
495                        "ਸ਼ੁੱ",
496                        "ਸ਼",
497                    }
498                    short{
499                        "ਐਤ",
500                        "ਸੋਮ",
501                        "ਮੰਗ",
502                        "ਬੁੱਧ",
503                        "ਵੀਰ",
504                        "ਸ਼ੁੱਕ",
505                        "ਸ਼ਨਿੱ",
506                    }
507                    wide{
508                        "ਐਤਵਾਰ",
509                        "ਸੋਮਵਾਰ",
510                        "ਮੰਗਲਵਾਰ",
511                        "ਬੁੱਧਵਾਰ",
512                        "ਵੀਰਵਾਰ",
513                        "ਸ਼ੁੱਕਰਵਾਰ",
514                        "ਸ਼ਨਿੱਚਰਵਾਰ",
515                    }
516                }
517            }
518            dayPeriod{
519                format{
520                    abbreviated{
521                        afternoon1{"ਦੁਪਹਿਰੇ"}
522                        evening1{"ਸ਼ਾਮੀਂ"}
523                        midnight{"ਅੱਧੀ ਰਾਤ"}
524                        morning1{"ਸਵੇਰੇ"}
525                        night1{"ਰਾਤੀਂ"}
526                    }
527                    narrow{
528                        afternoon1{"ਦੁਪਹਿਰੇ"}
529                        evening1{"ਸ਼ਾਮੀਂ"}
530                        midnight{"ਅੱਧੀ ਰਾਤ"}
531                        morning1{"ਸਵੇਰੇ"}
532                        night1{"ਰਾਤੀਂ"}
533                    }
534                    wide{
535                        afternoon1{"ਦੁਪਹਿਰੇ"}
536                        evening1{"ਸ਼ਾਮੀਂ"}
537                        midnight{"ਅੱਧੀ ਰਾਤ"}
538                        morning1{"ਸਵੇਰੇ"}
539                        night1{"ਰਾਤੀਂ"}
540                    }
541                }
542                stand-alone{
543                    abbreviated{
544                        afternoon1{"ਦੁਪਹਿਰੇ"}
545                        am{"ਪੂ.ਦੁ."}
546                        evening1{"ਸ਼ਾਮੀਂ"}
547                        midnight{"ਅੱਧੀ ਰਾਤ"}
548                        morning1{"ਸਵੇਰੇ"}
549                        night1{"ਰਾਤੀਂ"}
550                        pm{"ਬਾ.ਦੁ."}
551                    }
552                    narrow{
553                        afternoon1{"ਦੁਪਹਿਰੇ"}
554                        am{"ਪੂ.ਦੁ."}
555                        evening1{"ਸ਼ਾਮੀਂ"}
556                        midnight{"ਅੱਧੀ ਰਾਤ"}
557                        morning1{"ਸਵੇਰੇ"}
558                        night1{"ਰਾਤੀਂ"}
559                        pm{"ਬਾ.ਦੁ."}
560                    }
561                    wide{
562                        afternoon1{"ਦੁਪਹਿਰੇ"}
563                        am{"ਪੂ.ਦੁ."}
564                        evening1{"ਸ਼ਾਮ"}
565                        midnight{"ਅੱਧੀ ਰਾਤ"}
566                        morning1{"ਸਵੇਰੇ"}
567                        night1{"ਰਾਤ"}
568                        pm{"ਬਾ.ਦੁ."}
569                    }
570                }
571            }
572            eras{
573                abbreviated{
574                    "ਈ. ਪੂ.",
575                    "ਸੰਨ",
576                }
577                abbreviated%variant{
578                    "ਈ. ਪੂ. ਸੰ.",
579                    "ਈ. ਸੰ.",
580                }
581                narrow{
582                    "ਈ.ਪੂ.",
583                    "ਸੰਨ",
584                }
585                narrow%variant{
586                    "ਈ.ਪੂ.ਸੰ.",
587                    "ਈ.ਸੰ.",
588                }
589                wide{
590                    "ਈਸਵੀ ਪੂਰਵ",
591                    "ਈਸਵੀ ਸੰਨ",
592                }
593                wide%variant{
594                    "ਈਸਵੀ ਪੂਰਵ ਯੁੱਗ",
595                    "ਈਸਵੀ ਯੁੱਗ",
596                }
597            }
598            intervalFormats{
599                H{
600                    H{"HH–HH"}
601                }
602                Hm{
603                    H{"HH:mm–HH:mm"}
604                    m{"HH:mm–HH:mm"}
605                }
606                Hmv{
607                    H{"HH:mm–HH:mm v"}
608                    m{"HH:mm–HH:mm v"}
609                }
610                Hv{
611                    H{"HH–HH v"}
612                }
613                M{
614                    M{"M–M"}
615                }
616                MEd{
617                    M{"E, d/M – E, d/M"}
618                    d{"E, d/M – E, d/M"}
619                }
620                MMM{
621                    M{"MMM–MMM"}
622                }
623                MMMEd{
624                    M{"E, d MMM – E, d MMM"}
625                    d{"E, d MMM – E, d MMM"}
626                }
627                MMMd{
628                    M{"d MMM – d MMM"}
629                    d{"d–d MMM"}
630                }
631                Md{
632                    M{"d/M – d/M"}
633                    d{"d/M – d/M"}
634                }
635                d{
636                    d{"d–d"}
637                }
638                fallback{"{0} – {1}"}
639                h{
640                    a{"h a – h a"}
641                    h{"h–h a"}
642                }
643                hm{
644                    a{"h:mm a – h:mm a"}
645                    h{"h:mm–h:mm a"}
646                    m{"h:mm–h:mm a"}
647                }
648                hmv{
649                    a{"h:mm a – h:mm a v"}
650                    h{"h:mm–h:mm a v"}
651                    m{"h:mm–h:mm a v"}
652                }
653                hv{
654                    a{"h a – h a v"}
655                    h{"h–h a v"}
656                }
657                y{
658                    y{"y–y"}
659                }
660                yM{
661                    M{"M/y – M/y"}
662                    y{"M/y – M/y"}
663                }
664                yMEd{
665                    M{"E, d/M/y – E, d/M/y"}
666                    d{"E, d/M/y – E, d/M/y"}
667                    y{"E, d/M/y – E, d/M/y"}
668                }
669                yMMM{
670                    M{"MMM–MMM y"}
671                    y{"MMM y – MMM y"}
672                }
673                yMMMEd{
674                    M{"E, d MMM – E, d MMM y"}
675                    d{"E, d MMM – E, d MMM y"}
676                    y{"E, d MMM y – E, d MMM y"}
677                }
678                yMMMM{
679                    M{"MMMM–MMMM y"}
680                    y{"MMMM y – MMMM y"}
681                }
682                yMMMd{
683                    M{"d MMM – d MMM y"}
684                    d{"d–d MMM y"}
685                    y{"d MMM y – d MMM y"}
686                }
687                yMd{
688                    M{"d/M/y – d/M/y"}
689                    d{"d/M/y – d/M/y"}
690                    y{"d/M/y – d/M/y"}
691                }
692            }
693            monthNames{
694                format{
695                    abbreviated{
696                        "ਜਨ",
697                        "ਫ਼ਰ",
698                        "ਮਾਰਚ",
699                        "ਅਪ੍ਰੈ",
700                        "ਮਈ",
701                        "ਜੂਨ",
702                        "ਜੁਲਾ",
703                        "ਅਗ",
704                        "ਸਤੰ",
705                        "ਅਕਤੂ",
706                        "ਨਵੰ",
707                        "ਦਸੰ",
708                    }
709                    narrow{
710                        "ਜ",
711                        "ਫ਼",
712                        "ਮਾ",
713                        "ਅ",
714                        "ਮ",
715                        "ਜੂ",
716                        "ਜੁ",
717                        "ਅ",
718                        "ਸ",
719                        "ਅ",
720                        "ਨ",
721                        "ਦ",
722                    }
723                    wide{
724                        "ਜਨਵਰੀ",
725                        "ਫ਼ਰਵਰੀ",
726                        "ਮਾਰਚ",
727                        "ਅਪ੍ਰੈਲ",
728                        "ਮਈ",
729                        "ਜੂਨ",
730                        "ਜੁਲਾਈ",
731                        "ਅਗਸਤ",
732                        "ਸਤੰਬਰ",
733                        "ਅਕਤੂਬਰ",
734                        "ਨਵੰਬਰ",
735                        "ਦਸੰਬਰ",
736                    }
737                }
738                stand-alone{
739                    abbreviated{
740                        "ਜਨ",
741                        "ਫ਼ਰ",
742                        "ਮਾਰਚ",
743                        "ਅਪ੍ਰੈ",
744                        "ਮਈ",
745                        "ਜੂਨ",
746                        "ਜੁਲਾ",
747                        "ਅਗ",
748                        "ਸਤੰ",
749                        "ਅਕਤੂ",
750                        "ਨਵੰ",
751                        "ਦਸੰ",
752                    }
753                    narrow{
754                        "ਜ",
755                        "ਫ਼",
756                        "ਮਾ",
757                        "ਅ",
758                        "ਮ",
759                        "ਜੂ",
760                        "ਜੁ",
761                        "ਅ",
762                        "ਸ",
763                        "ਅ",
764                        "ਨ",
765                        "ਦ",
766                    }
767                    wide{
768                        "ਜਨਵਰੀ",
769                        "ਫ਼ਰਵਰੀ",
770                        "ਮਾਰਚ",
771                        "ਅਪ੍ਰੈਲ",
772                        "ਮਈ",
773                        "ਜੂਨ",
774                        "ਜੁਲਾਈ",
775                        "ਅਗਸਤ",
776                        "ਸਤੰਬਰ",
777                        "ਅਕਤੂਬਰ",
778                        "ਨਵੰਬਰ",
779                        "ਦਸੰਬਰ",
780                    }
781                }
782            }
783            quarters{
784                format{
785                    abbreviated{
786                        "ਤਿਮਾਹੀ1",
787                        "ਤਿਮਾਹੀ2",
788                        "ਤਿਮਾਹੀ3",
789                        "ਤਿਮਾਹੀ4",
790                    }
791                    narrow{
792                        "1",
793                        "2",
794                        "3",
795                        "4",
796                    }
797                    wide{
798                        "ਪਹਿਲੀ ਤਿਮਾਹੀ",
799                        "ਦੂਜੀ ਤਿਮਾਹੀ",
800                        "ਤੀਜੀ ਤਿਮਾਹੀ",
801                        "ਚੌਥੀ ਤਿਮਾਹੀ",
802                    }
803                }
804                stand-alone{
805                    abbreviated{
806                        "ਤਿਮਾਹੀ1",
807                        "ਤਿਮਾਹੀ2",
808                        "ਤਿਮਾਹੀ3",
809                        "ਤਿਮਾਹੀ4",
810                    }
811                    narrow{
812                        "1",
813                        "2",
814                        "3",
815                        "4",
816                    }
817                    wide{
818                        "ਪਹਿਲੀ ਤਿਮਾਹੀ",
819                        "ਦੂਜੀ ਤਿਮਾਹੀ",
820                        "ਤੀਜੀ ਤਿਮਾਹੀ",
821                        "ਚੌਥੀ ਤਿਮਾਹੀ",
822                    }
823                }
824            }
825        }
826        indian{
827            eras{
828                abbreviated{
829                    "ਸਾਕਾ",
830                }
831            }
832            monthNames{
833                format{
834                    abbreviated{
835                        "ਚੇਤ",
836                        "ਵੈਸਾਖ",
837                        "ਜੇਠ",
838                        "ਹਾੜ",
839                        "ਸਾਉਣ",
840                        "ਭਾਦੋਂ",
841                        "ਅੱਸੂ",
842                        "ਕੱਤਕ",
843                        "ਮੱਘਰ",
844                        "ਪੋਹ",
845                        "ਮਾਘ",
846                        "ਫੱਗਣ",
847                    }
848                    narrow{
849                        "੧",
850                        "੨",
851                        "੩",
852                        "੪",
853                        "੫",
854                        "੬",
855                        "੭",
856                        "੮",
857                        "੯",
858                        "੧੦",
859                        "੧੧",
860                        "੧੨",
861                    }
862                    wide{
863                        "ਚੇਤ",
864                        "ਵੈਸਾਖ",
865                        "ਜੇਠ",
866                        "ਹਾੜ",
867                        "ਸਾਉਣ",
868                        "ਭਾਦੋਂ",
869                        "ਅੱਸੂ",
870                        "ਕੱਤਕ",
871                        "ਮੱਘਰ",
872                        "ਪੋਹ",
873                        "ਮਾਘ",
874                        "ਫੱਗਣ",
875                    }
876                }
877                stand-alone{
878                    abbreviated{
879                        "ਚੇਤ",
880                        "ਵੈਸਾਖ",
881                        "ਜੇਠ",
882                        "ਹਾੜ",
883                        "ਸਾਉਣ",
884                        "ਭਾਦੋਂ",
885                        "ਅੱਸੂ",
886                        "ਕੱਤਕ",
887                        "ਮੱਘਰ",
888                        "ਪੋਹ",
889                        "ਮਾਘ",
890                        "ਫੱਗਣ",
891                    }
892                    narrow{
893                        "੧",
894                        "੨",
895                        "੩",
896                        "੪",
897                        "੫",
898                        "੬",
899                        "੭",
900                        "੮",
901                        "੯",
902                        "੧੦",
903                        "੧੧",
904                        "੧੨",
905                    }
906                    wide{
907                        "ਚੇਤ",
908                        "ਵੈਸਾਖ",
909                        "ਜੇਠ",
910                        "ਹਾੜ",
911                        "ਸਾਉਣ",
912                        "ਭਾਦੋਂ",
913                        "ਅੱਸੂ",
914                        "ਕੱਤਕ",
915                        "ਮੱਘਰ",
916                        "ਪੋਹ",
917                        "ਮਾਘ",
918                        "ਫੱਗਣ",
919                    }
920                }
921            }
922        }
923    }
924    characterLabel{
925        activities{"ਸਰਗਰਮੀਆਂ"}
926        african_scripts{"ਅਫਰੀਕਨ ਲਿੱਪੀਆਂ"}
927        american_scripts{"ਅਮਰੀਕੀ ਲਿੱਪੀਆਂ"}
928        animal{"ਜਾਨਵਰ"}
929        animals_nature{"ਪਸ਼ੂ ਅਤੇ ਕੁਦਰਤ"}
930        arrows{"ਤੀਰ"}
931        body{"ਸਰੀਰ"}
932        box_drawing{"ਬਾਕਸ ਡਰਾਇੰਗ"}
933        braille{"ਬ੍ਰੇਲ"}
934        building{"ਇਮਾਰਤ"}
935        bullets_stars{"ਬਿੰਦੀਆਂ/ਤਾਰੇ"}
936        consonantal_jamo{"ਵਿਅੰਜਨਾਤਮਕ ਜਾਮੋ"}
937        currency_symbols{"ਮੁਦਰਾ ਚਿੰਨ੍ਹ"}
938        dash_connector{"ਡੈਸ਼/ਕਨੈਕਟਰ"}
939        digits{"ਅੰਕ"}
940        dingbats{"ਡਿੰਗਬੈਟਸ"}
941        divination_symbols{"ਭਵਿੱਖਬਾਣੀ ਚਿੰਨ੍ਹ"}
942        downwards_arrows{"ਹੇਠਾਂ ਨੂੰ ਤੀਰ"}
943        downwards_upwards_arrows{"ਹੇਠ ਉੱਪਰ ਵੱਲ ਤੀਰ"}
944        east_asian_scripts{"ਪੂਰਬੀ ਏਸ਼ੀਆਈ ਲਿੱਪੀਆਂ"}
945        emoji{"ਇਮੋਜੀ"}
946        european_scripts{"ਯੂਰਪੀ ਲਿੱਪੀਆਂ"}
947        female{"ਔਰਤ"}
948        flag{"ਝੰਡਾ"}
949        flags{"ਝੰਡੇ"}
950        food_drink{"ਭੋਜਨ ਅਤੇ ਪੇਅ ਪਦਾਰਥ"}
951        format{"ਬਣਤਰ"}
952        format_whitespace{"ਬਣਤਰ ਅਤੇ ਖਾਲੀ ਸਥਾਨ"}
953        full_width_form_variant{"ਪੂਰਨ-ਚੌੜਾਈ ਰੂਪੀ ਰੂਪਾਂਤਰ"}
954        geometric_shapes{"ਜਿਆਮਿਤੀ ਆਕ੍ਰਿਤੀਆਂ"}
955        half_width_form_variant{"ਅਰਧ-ਚੌੜਾਈ ਰੂਪੀ ਰੂਪਾਂਤਰ"}
956        han_characters{"ਹਾਨ ਅੱਖਰ"}
957        han_radicals{"ਹਾਨ ਮੂਲ ਸ਼ਬਦ"}
958        hanja{"ਹਾਂਜਾ"}
959        hanzi_simplified{"ਹਾਂਜ਼ੀ (ਸਰਲ)"}
960        hanzi_traditional{"ਹਾਂਜ਼ੀ (ਰਿਵਾਇਤੀ)"}
961        heart{"ਦਿਲ"}
962        historic_scripts{"ਇਤਿਹਾਸਕ ਲਿੱਪੀਆਂ"}
963        ideographic_desc_characters{"ਇਡਿਓਗ੍ਰਾਫਿਕ ਵੇਰਵਾ ਅੱਖਰ"}
964        japanese_kana{"ਜਪਾਨੀ ਕਾਨਾ"}
965        kanbun{"ਕਾਨਬੁਨ (ਚੀਨੀ ਕਲਾਸਿਕ)"}
966        kanji{"ਕਾਂਜੀ"}
967        keycap{"ਕੀਕੈਪ"}
968        leftwards_arrows{"ਖੱਬੇ ਪਾਸੇ ਵੱਲ ਤੀਰ"}
969        leftwards_rightwards_arrows{"ਖੱਬੇ ਪਾਸੇ ਅਤੇ ਸੱਜੇ ਪਾਸੇ ਵੱਲ ਤੀਰ"}
970        letterlike_symbols{"ਸ਼ਾਬਦਿਕ ਚਿੰਨ੍ਹ"}
971        limited_use{"ਸੀਮਿਤ ਵਰਤੋਂ"}
972        male{"ਪੁਰਸ਼"}
973        math_symbols{"ਗਣਿਤ ਚਿੰਨ੍ਹ"}
974        middle_eastern_scripts{"ਮੱਧ ਪੂਰਬੀ ਲਿੱਪੀਆਂ"}
975        miscellaneous{"ਫੁਟਕਲ"}
976        modern_scripts{"ਆਧੁਨਿਕ ਲਿੱਪੀਆਂ"}
977        modifier{"ਵਿਸ਼ੇਸ਼ਕ"}
978        musical_symbols{"ਸੰਗੀਤ ਚਿੰਨ੍ਹ"}
979        nature{"ਕੁਦਰਤ"}
980        nonspacing{"ਵਿੱਥ ਰਹਿਤ"}
981        numbers{"ਸੰਖਿਆਵਾਂ"}
982        objects{"ਔਬਜੈਕਟ"}
983        other{"ਹੋਰ"}
984        paired{"ਜੋੜਾ ਬਣਾਏ ਗਏ"}
985        person{"ਵਿਅਕਤੀ"}
986        phonetic_alphabet{"ਧੁਨੀਆਤਮਿਕ ਵਰਣਮਾਲਾ"}
987        pictographs{"ਚਿੱਤਰ-ਸੰਕੇਤ"}
988        place{"ਸਥਾਨ"}
989        plant{"ਪੌਦਾ"}
990        punctuation{"ਵਿਸ਼ਰਾਮ ਚਿੰਨ੍ਹ"}
991        rightwards_arrows{"ਸੱਜੇ ਪਾਸੇ ਵੱਲ ਤੀਰ"}
992        sign_standard_symbols{"ਪ੍ਰਤੀਕ/ਮਿਆਰੀ ਚਿੰਨ੍ਹ"}
993        small_form_variant{"ਛੋਟੇ ਰੂਪ ਦੇ ਰੂਪਾਂਤਰ"}
994        smiley{"ਸਮਾਈਲੀ"}
995        smileys_people{"ਸਮਾਇਲੀ ਅਤੇ ਲੋਕ"}
996        south_asian_scripts{"ਦੱਖਣੀ ਏਸ਼ੀਆਈ ਲਿੱਪੀਆਂ"}
997        southeast_asian_scripts{"ਦੱਖਣ-ਪੂਰਬੀ ਏਸ਼ੀਆਈ ਲਿੱਪੀਆਂ"}
998        spacing{"ਵਿੱਥ"}
999        sport{"ਖੇਡ"}
1000        symbols{"ਚਿੰਨ੍ਹ"}
1001        technical_symbols{"ਤਕਨੀਕੀ ਚਿੰਨ੍ਹ"}
1002        tone_marks{"ਧੁਨੀ ਨਿਸ਼ਾਨ"}
1003        travel{"ਯਾਤਰਾ"}
1004        travel_places{"ਯਾਤਰਾ ਅਤੇ ਸਥਾਨ"}
1005        upwards_arrows{"ਉੱਪਰ ਵੱਲ ਤੀਰ"}
1006        variant_forms{"ਭਿੰਨ ਰੂਪ"}
1007        vocalic_jamo{"ਵੋਕੈਲਿਕ ਜਾਮੋ"}
1008        weather{"ਮੌਸਮ"}
1009        western_asian_scripts{"ਪੱਛਮੀ ਏਸ਼ੀਆਈ ਲਿੱਪੀਆਂ"}
1010        whitespace{"ਵ੍ਹਾਈਟ ਸਪੇਸ"}
1011    }
1012    delimiters{
1013        alternateQuotationEnd{"’"}
1014        alternateQuotationStart{"‘"}
1015        quotationEnd{"”"}
1016        quotationStart{"“"}
1017    }
1018    fields{
1019        day{
1020            dn{"ਦਿਨ"}
1021            relative{
1022                "-1"{"ਬੀਤਿਆ ਕੱਲ੍ਹ"}
1023                "0"{"ਅੱਜ"}
1024                "1"{"ਭਲਕੇ"}
1025            }
1026            relativeTime{
1027                future{
1028                    one{"{0} ਦਿਨ ਵਿੱਚ"}
1029                    other{"{0} ਦਿਨਾਂ ਵਿੱਚ"}
1030                }
1031                past{
1032                    one{"{0} ਦਿਨ ਪਹਿਲਾਂ"}
1033                    other{"{0} ਦਿਨ ਪਹਿਲਾਂ"}
1034                }
1035            }
1036        }
1037        day-narrow{
1038            dn{"ਦਿਨ"}
1039            relativeTime{
1040                future{
1041                    one{"{0} ਦਿਨ ਵਿੱਚ"}
1042                    other{"{0} ਦਿਨਾਂ ਵਿੱਚ"}
1043                }
1044                past{
1045                    one{"{0} ਦਿਨ ਪਹਿਲਾਂ"}
1046                    other{"{0} ਦਿਨ ਪਹਿਲਾਂ"}
1047                }
1048            }
1049        }
1050        day-short{
1051            dn{"ਦਿਨ"}
1052            relativeTime{
1053                future{
1054                    one{"{0} ਦਿਨ ਵਿੱਚ"}
1055                    other{"{0} ਦਿਨਾਂ ਵਿੱਚ"}
1056                }
1057                past{
1058                    one{"{0} ਦਿਨ ਪਹਿਲਾਂ"}
1059                    other{"{0} ਦਿਨ ਪਹਿਲਾਂ"}
1060                }
1061            }
1062        }
1063        dayperiod{
1064            dn{"ਪੂ.ਦੁ./ਬਾ.ਦੁ."}
1065        }
1066        era{
1067            dn{"ਸੰਮਤ"}
1068        }
1069        fri{
1070            relative{
1071                "-1"{"ਪਿਛਲਾ ਸ਼ੁੱਕਰਵਾਰ"}
1072                "0"{"ਇਹ ਸ਼ੁੱਕਰਵਾਰ"}
1073                "1"{"ਅਗਲਾ ਸ਼ੁੱਕਰਵਾਰ"}
1074            }
1075            relativeTime{
1076                future{
1077                    one{"{0} ਸ਼ੁੱਕਰਵਾਰ ਵਿੱਚ"}
1078                    other{"{0} ਸ਼ੁੱਕਰਵਾਰਾਂ ਵਿੱਚ"}
1079                }
1080                past{
1081                    one{"{0} ਸ਼ੁੱਕਰਵਾਰ ਪਹਿਲਾਂ"}
1082                    other{"{0} ਸ਼ੁੱਕਰਵਾਰ ਪਹਿਲਾਂ"}
1083                }
1084            }
1085        }
1086        fri-narrow{
1087            relative{
1088                "-1"{"ਪਿਛਲਾ ਸ਼ੁੱ"}
1089                "0"{"ਇਹ ਸ਼ੁੱ"}
1090                "1"{"ਅਗਲਾ ਸ਼ੁੱ"}
1091            }
1092            relativeTime{
1093                future{
1094                    one{"{0} ਸ਼ੁੱਕਰਵਾਰਾਂ ਵਿੱਚ"}
1095                    other{"{0} ਸ਼ੁੱਕਰਵਾਰਾਂ ਵਿੱਚ"}
1096                }
1097                past{
1098                    one{"{0} ਸ਼ੁੱਕਰਵਾਰ ਪਹਿਲਾਂ"}
1099                    other{"{0} ਸ਼ੁੱਕਰਵਾਰ ਪਹਿਲਾਂ"}
1100                }
1101            }
1102        }
1103        fri-short{
1104            relative{
1105                "-1"{"ਪਿਛਲਾ ਸ਼ੁੱਕਰ"}
1106                "0"{"ਇਹ ਸ਼ੁੱਕਰ"}
1107                "1"{"ਅਗਲਾ ਸ਼ੁੱਕਰ"}
1108            }
1109            relativeTime{
1110                future{
1111                    one{"{0} ਸ਼ੁੱਕਰਵਾਰਾਂ ਵਿੱਚ"}
1112                    other{"{0} ਸ਼ੁੱਕਰਵਾਰਾਂ ਵਿੱਚ"}
1113                }
1114                past{
1115                    one{"{0} ਸ਼ੁੱਕਰਵਾਰ ਪਹਿਲਾਂ"}
1116                    other{"{0} ਸ਼ੁੱਕਰਵਾਰ ਪਹਿਲਾਂ"}
1117                }
1118            }
1119        }
1120        hour{
1121            dn{"ਘੰਟਾ"}
1122            relative{
1123                "0"{"ਇਸ ਘੰਟੇ"}
1124            }
1125            relativeTime{
1126                future{
1127                    one{"{0} ਘੰਟੇ ਵਿੱਚ"}
1128                    other{"{0} ਘੰਟਿਆਂ ਵਿੱਚ"}
1129                }
1130                past{
1131                    one{"{0} ਘੰਟਾ ਪਹਿਲਾਂ"}
1132                    other{"{0} ਘੰਟੇ ਪਹਿਲਾਂ"}
1133                }
1134            }
1135        }
1136        hour-narrow{
1137            dn{"ਘੰ"}
1138            relativeTime{
1139                future{
1140                    one{"{0} ਘੰਟੇ ਵਿੱਚ"}
1141                    other{"{0} ਘੰਟਿਆਂ ਵਿੱਚ"}
1142                }
1143                past{
1144                    one{"{0} ਘੰਟਾ ਪਹਿਲਾਂ"}
1145                    other{"{0} ਘੰਟੇ ਪਹਿਲਾਂ"}
1146                }
1147            }
1148        }
1149        hour-short{
1150            dn{"ਘੰਟਾ"}
1151            relativeTime{
1152                future{
1153                    one{"{0} ਘੰਟੇ ਵਿੱਚ"}
1154                    other{"{0} ਘੰਟਿਆਂ ਵਿੱਚ"}
1155                }
1156                past{
1157                    one{"{0} ਘੰਟਾ ਪਹਿਲਾਂ"}
1158                    other{"{0} ਘੰਟੇ ਪਹਿਲਾਂ"}
1159                }
1160            }
1161        }
1162        minute{
1163            dn{"ਮਿੰਟ"}
1164            relative{
1165                "0"{"ਇਸ ਮਿੰਟ"}
1166            }
1167            relativeTime{
1168                future{
1169                    one{"{0} ਮਿੰਟ ਵਿੱਚ"}
1170                    other{"{0} ਮਿੰਟਾਂ ਵਿੱਚ"}
1171                }
1172                past{
1173                    one{"{0} ਮਿੰਟ ਪਹਿਲਾਂ"}
1174                    other{"{0} ਮਿੰਟ ਪਹਿਲਾਂ"}
1175                }
1176            }
1177        }
1178        minute-narrow{
1179            dn{"ਮਿੰਟ"}
1180            relativeTime{
1181                future{
1182                    one{"{0} ਮਿੰਟ ਵਿੱਚ"}
1183                    other{"{0} ਮਿੰਟਾਂ ਵਿੱਚ"}
1184                }
1185                past{
1186                    one{"{0} ਮਿੰਟ ਪਹਿਲਾਂ"}
1187                    other{"{0} ਮਿੰਟ ਪਹਿਲਾਂ"}
1188                }
1189            }
1190        }
1191        minute-short{
1192            dn{"ਮਿੰਟ"}
1193            relativeTime{
1194                future{
1195                    one{"{0} ਮਿੰਟ ਵਿੱਚ"}
1196                    other{"{0} ਮਿੰਟਾਂ ਵਿੱਚ"}
1197                }
1198                past{
1199                    one{"{0} ਮਿੰਟ ਪਹਿਲਾਂ"}
1200                    other{"{0} ਮਿੰਟ ਪਹਿਲਾਂ"}
1201                }
1202            }
1203        }
1204        mon{
1205            relative{
1206                "-1"{"ਪਿਛਲਾ ਸੋਮਵਾਰ"}
1207                "0"{"ਇਸ ਸੋਮਵਾਰ"}
1208                "1"{"ਅਗਲਾ ਸੋਮਵਾਰ"}
1209            }
1210            relativeTime{
1211                future{
1212                    one{"{0} ਸੋਮਵਾਰ ਵਿੱਚ"}
1213                    other{"{0} ਸੋਮਵਾਰਾਂ ਵਿੱਚ"}
1214                }
1215                past{
1216                    one{"{0} ਸੋਮਵਾਰ ਪਹਿਲਾਂ"}
1217                    other{"{0} ਸੋਮਵਾਰ ਪਹਿਲਾਂ"}
1218                }
1219            }
1220        }
1221        mon-narrow{
1222            relative{
1223                "-1"{"ਪਿਛਲਾ ਸੋਮ"}
1224                "0"{"ਇਸ ਸੋਮ"}
1225                "1"{"ਅਗਲਾ ਸੋਮ"}
1226            }
1227            relativeTime{
1228                future{
1229                    one{"{0} ਸੋਮਵਾਰਾਂ ਵਿੱਚ"}
1230                    other{"{0} ਸੋਮਵਾਰਾਂ ਵਿੱਚ"}
1231                }
1232                past{
1233                    one{"{0} ਸੋਮਵਾਰ ਪਹਿਲਾਂ"}
1234                    other{"{0} ਸੋਮਵਾਰ ਪਹਿਲਾਂ"}
1235                }
1236            }
1237        }
1238        mon-short{
1239            relative{
1240                "-1"{"ਪਿਛਲਾ ਸੋਮ"}
1241                "0"{"ਇਸ ਸੋਮ"}
1242                "1"{"ਅਗਲਾ ਸੋਮ"}
1243            }
1244            relativeTime{
1245                future{
1246                    one{"{0} ਸੋਮਵਾਰਾਂ ਵਿੱਚ"}
1247                    other{"{0} ਸੋਮਵਾਰਾਂ ਵਿੱਚ"}
1248                }
1249                past{
1250                    one{"{0} ਸੋਮਵਾਰ ਪਹਿਲਾਂ"}
1251                    other{"{0} ਸੋਮਵਾਰ ਪਹਿਲਾਂ"}
1252                }
1253            }
1254        }
1255        month{
1256            dn{"ਮਹੀਨਾ"}
1257            relative{
1258                "-1"{"ਪਿਛਲਾ ਮਹੀਨਾ"}
1259                "0"{"ਇਹ ਮਹੀਨਾ"}
1260                "1"{"ਅਗਲਾ ਮਹੀਨਾ"}
1261            }
1262            relativeTime{
1263                future{
1264                    one{"{0} ਮਹੀਨੇ ਵਿੱਚ"}
1265                    other{"{0} ਮਹੀਨਿਆਂ ਵਿੱਚ"}
1266                }
1267                past{
1268                    one{"{0} ਮਹੀਨਾ ਪਹਿਲਾਂ"}
1269                    other{"{0} ਮਹੀਨੇ ਪਹਿਲਾਂ"}
1270                }
1271            }
1272        }
1273        month-narrow{
1274            dn{"ਮਹੀਨਾ"}
1275            relative{
1276                "-1"{"ਪਿਛਲਾ ਮਹੀਨਾ"}
1277                "0"{"ਇਹ ਮਹੀਨਾ"}
1278                "1"{"ਅਗਲਾ ਮਹੀਨਾ"}
1279            }
1280            relativeTime{
1281                future{
1282                    one{"{0} ਮਹੀਨੇ ਵਿੱਚ"}
1283                    other{"{0} ਮਹੀਨਿਆਂ ਵਿੱਚ"}
1284                }
1285                past{
1286                    one{"{0} ਮਹੀਨਾ ਪਹਿਲਾਂ"}
1287                    other{"{0} ਮਹੀਨੇ ਪਹਿਲਾਂ"}
1288                }
1289            }
1290        }
1291        month-short{
1292            dn{"ਮਹੀਨਾ"}
1293            relative{
1294                "-1"{"ਪਿਛਲਾ ਮਹੀਨਾ"}
1295                "0"{"ਇਹ ਮਹੀਨਾ"}
1296                "1"{"ਅਗਲਾ ਮਹੀਨਾ"}
1297            }
1298            relativeTime{
1299                future{
1300                    one{"{0} ਮਹੀਨੇ ਵਿੱਚ"}
1301                    other{"{0} ਮਹੀਨਿਆਂ ਵਿੱਚ"}
1302                }
1303                past{
1304                    one{"{0} ਮਹੀਨਾ ਪਹਿਲਾਂ"}
1305                    other{"{0} ਮਹੀਨੇ ਪਹਿਲਾਂ"}
1306                }
1307            }
1308        }
1309        quarter{
1310            dn{"ਤਿਮਾਹੀ"}
1311            relative{
1312                "-1"{"ਪਿਛਲੀ ਤਿਮਾਹੀ"}
1313                "0"{"ਇਸ ਤਿਮਾਹੀ"}
1314                "1"{"ਅਗਲੀ ਤਿਮਾਹੀ"}
1315            }
1316            relativeTime{
1317                future{
1318                    one{"{0} ਤਿਮਾਹੀ ਵਿੱਚ"}
1319                    other{"{0} ਤਿਮਾਹੀਆਂ ਵਿੱਚ"}
1320                }
1321                past{
1322                    one{"{0} ਤਿਮਾਹੀ ਪਹਿਲਾਂ"}
1323                    other{"{0} ਤਿਮਾਹੀਆਂ ਪਹਿਲਾਂ"}
1324                }
1325            }
1326        }
1327        quarter-narrow{
1328            dn{"ਤਿਮਾਹੀ"}
1329            relative{
1330                "-1"{"ਪਿਛਲੀ ਤਿਮਾਹੀ"}
1331                "0"{"ਇਹ ਤਿਮਾਹੀ"}
1332                "1"{"ਅਗਲੀ ਤਿਮਾਹੀ"}
1333            }
1334            relativeTime{
1335                future{
1336                    one{"{0} ਤਿਮਾਹੀਆਂ ਵਿੱਚ"}
1337                    other{"{0} ਤਿਮਾਹੀਆਂ ਵਿੱਚ"}
1338                }
1339                past{
1340                    one{"{0} ਤਿਮਾਹੀਆਂ ਪਹਿਲਾਂ"}
1341                    other{"{0} ਤਿਮਾਹੀਆਂ ਪਹਿਲਾਂ"}
1342                }
1343            }
1344        }
1345        quarter-short{
1346            dn{"ਤਿਮਾਹੀ"}
1347            relative{
1348                "-1"{"ਪਿਛਲੀ ਤਿਮਾਹੀ"}
1349                "0"{"ਇਹ ਤਿਮਾਹੀ"}
1350                "1"{"ਅਗਲੀ ਤਿਮਾਹੀ"}
1351            }
1352            relativeTime{
1353                future{
1354                    one{"{0} ਤਿਮਾਹੀ ਵਿੱਚ"}
1355                    other{"{0} ਤਿਮਾਹੀਆਂ ਵਿੱਚ"}
1356                }
1357                past{
1358                    one{"{0} ਤਿਮਾਹੀ ਪਹਿਲਾਂ"}
1359                    other{"{0} ਤਿਮਾਹੀਆਂ ਪਹਿਲਾਂ"}
1360                }
1361            }
1362        }
1363        sat{
1364            relative{
1365                "-1"{"ਪਿਛਲਾ ਸ਼ਨਿੱਚਰਵਾਰ"}
1366                "0"{"ਇਹ ਸ਼ਨਿੱਚਰਵਾਰ"}
1367                "1"{"ਅਗਲਾ ਸ਼ਨਿੱਚਰਵਾਰ"}
1368            }
1369            relativeTime{
1370                future{
1371                    one{"{0} ਸ਼ਨਿੱਚਰਵਾਰ ਵਿੱਚ"}
1372                    other{"{0} ਸ਼ਨਿੱਚਰਵਾਰਾਂ ਵਿੱਚ"}
1373                }
1374                past{
1375                    one{"{0} ਸ਼ਨਿੱਚਰਵਾਰ ਪਹਿਲਾਂ"}
1376                    other{"{0} ਸ਼ਨਿੱਚਰਵਾਰ ਪਹਿਲਾਂ"}
1377                }
1378            }
1379        }
1380        sat-narrow{
1381            relative{
1382                "-1"{"ਪਿਛਲਾ ਸ਼ਨਿੱ"}
1383                "0"{"ਇਹ ਸ਼ਨਿੱ"}
1384                "1"{"ਅਗਲਾ ਸ਼ਨਿੱ"}
1385            }
1386            relativeTime{
1387                future{
1388                    one{"{0} ਸ਼ਨਿੱਚਰਵਾਰਾਂ ਵਿੱਚ"}
1389                    other{"{0} ਸ਼ਨਿੱਚਰਵਾਰਾਂ ਵਿੱਚ"}
1390                }
1391                past{
1392                    one{"{0} ਸ਼ਨਿੱਚਰਵਾਰ ਪਹਿਲਾਂ"}
1393                    other{"{0} ਸ਼ਨਿੱਚਰਵਾਰ ਪਹਿਲਾਂ"}
1394                }
1395            }
1396        }
1397        sat-short{
1398            relative{
1399                "-1"{"ਪਿਛਲਾ ਸ਼ਨਿੱਚਰ"}
1400                "0"{"ਇਹ ਸ਼ਨਿੱਚਰ"}
1401                "1"{"ਅਗਲਾ ਸ਼ਨਿੱਚਰ"}
1402            }
1403            relativeTime{
1404                future{
1405                    one{"{0} ਸ਼ਨਿੱਚਰਵਾਰਾਂ ਵਿੱਚ"}
1406                    other{"{0} ਸ਼ਨਿੱਚਰਵਾਰਾਂ ਵਿੱਚ"}
1407                }
1408                past{
1409                    one{"{0} ਸ਼ਨਿੱਚਰਵਾਰ ਪਹਿਲਾਂ"}
1410                    other{"{0} ਸ਼ਨਿੱਚਰਵਾਰ ਪਹਿਲਾਂ"}
1411                }
1412            }
1413        }
1414        second{
1415            dn{"ਸਕਿੰਟ"}
1416            relative{
1417                "0"{"ਹੁਣ"}
1418            }
1419            relativeTime{
1420                future{
1421                    one{"{0} ਸਕਿੰਟ ਵਿੱਚ"}
1422                    other{"{0} ਸਕਿੰਟਾਂ ਵਿੱਚ"}
1423                }
1424                past{
1425                    one{"{0} ਸਕਿੰਟ ਪਹਿਲਾਂ"}
1426                    other{"{0} ਸਕਿੰਟ ਪਹਿਲਾਂ"}
1427                }
1428            }
1429        }
1430        second-narrow{
1431            dn{"ਸਕਿੰਟ"}
1432            relativeTime{
1433                future{
1434                    one{"{0} ਸਕਿੰਟ ਵਿੱਚ"}
1435                    other{"{0} ਸਕਿੰਟਾਂ ਵਿੱਚ"}
1436                }
1437                past{
1438                    one{"{0} ਸਕਿੰਟ ਪਹਿਲਾਂ"}
1439                    other{"{0} ਸਕਿੰਟ ਪਹਿਲਾਂ"}
1440                }
1441            }
1442        }
1443        second-short{
1444            dn{"ਸਕਿੰਟ"}
1445            relativeTime{
1446                future{
1447                    one{"{0} ਸਕਿੰਟ ਵਿੱਚ"}
1448                    other{"{0} ਸਕਿੰਟਾਂ ਵਿੱਚ"}
1449                }
1450                past{
1451                    one{"{0} ਸਕਿੰਟ ਪਹਿਲਾਂ"}
1452                    other{"{0} ਸਕਿੰਟ ਪਹਿਲਾਂ"}
1453                }
1454            }
1455        }
1456        sun{
1457            relative{
1458                "-1"{"ਪਿਛਲਾ ਐਤਵਾਰ"}
1459                "0"{"ਇਸ ਐਤਵਾਰ"}
1460                "1"{"ਅਗਲਾ ਐਤਵਾਰ"}
1461            }
1462            relativeTime{
1463                future{
1464                    one{"{0} ਐਤਵਾਰ ਵਿੱਚ"}
1465                    other{"{0} ਐਤਵਾਰਾਂ ਵਿੱਚ"}
1466                }
1467                past{
1468                    one{"{0} ਐਤਵਾਰ ਪਹਿਲਾਂ"}
1469                    other{"{0} ਐਤਵਾਰ ਪਹਿਲਾਂ"}
1470                }
1471            }
1472        }
1473        sun-narrow{
1474            relative{
1475                "-1"{"ਪਿਛਲਾ ਐਤ"}
1476                "0"{"ਇਹ ਐਤ"}
1477                "1"{"ਅਗਲਾ ਐਤ"}
1478            }
1479            relativeTime{
1480                future{
1481                    one{"{0} ਐਤਵਾਰਾਂ ਵਿੱਚ"}
1482                    other{"{0} ਐਤਵਾਰਾਂ ਵਿੱਚ"}
1483                }
1484                past{
1485                    one{"{0} ਐਤਵਾਰ ਪਹਿਲਾਂ"}
1486                    other{"{0} ਐਤਵਾਰ ਪਹਿਲਾਂ"}
1487                }
1488            }
1489        }
1490        sun-short{
1491            relative{
1492                "-1"{"ਪਿਛਲਾ ਐਤ"}
1493                "0"{"ਇਹ ਐਤ"}
1494                "1"{"ਅਗਲਾ ਐਤ"}
1495            }
1496            relativeTime{
1497                future{
1498                    one{"{0} ਐਤਵਾਰਾਂ ਵਿੱਚ"}
1499                    other{"{0} ਐਤਵਾਰਾਂ ਵਿੱਚ"}
1500                }
1501                past{
1502                    one{"{0} ਐਤਵਾਰ ਪਹਿਲਾਂ"}
1503                    other{"{0} ਐਤਵਾਰ ਪਹਿਲਾਂ"}
1504                }
1505            }
1506        }
1507        thu{
1508            relative{
1509                "-1"{"ਪਿਛਲਾ ਵੀਰਵਾਰ"}
1510                "0"{"ਇਹ ਵੀਰਵਾਰ"}
1511                "1"{"ਅਗਲਾ ਵੀਰਵਾਰ"}
1512            }
1513            relativeTime{
1514                future{
1515                    one{"{0} ਵੀਰਵਾਰ ਵਿੱਚ"}
1516                    other{"{0} ਵੀਰਵਾਰਾਂ ਵਿੱਚ"}
1517                }
1518                past{
1519                    one{"{0} ਵੀਰਵਾਰ ਪਹਿਲਾਂ"}
1520                    other{"{0} ਵੀਰਵਾਰ ਪਹਿਲਾਂ"}
1521                }
1522            }
1523        }
1524        thu-narrow{
1525            relative{
1526                "-1"{"ਪਿਛਲਾ ਵੀਰ"}
1527                "0"{"ਇਹ ਵੀਰ"}
1528                "1"{"ਅਗਲਾ ਵੀਰ"}
1529            }
1530            relativeTime{
1531                future{
1532                    one{"{0} ਵੀਰਵਾਰਾਂ ਵਿੱਚ"}
1533                    other{"{0} ਵੀਰਵਾਰਾਂ ਵਿੱਚ"}
1534                }
1535                past{
1536                    one{"{0} ਵੀਰਵਾਰ ਪਹਿਲਾਂ"}
1537                    other{"{0} ਵੀਰਵਾਰ ਪਹਿਲਾਂ"}
1538                }
1539            }
1540        }
1541        thu-short{
1542            relative{
1543                "-1"{"ਪਿਛਲਾ ਵੀਰ"}
1544                "0"{"ਇਹ ਵੀਰ"}
1545                "1"{"ਅਗਲਾ ਵੀਰ"}
1546            }
1547            relativeTime{
1548                future{
1549                    one{"{0} ਵੀਰਵਾਰਾਂ ਵਿੱਚ"}
1550                    other{"{0} ਵੀਰਵਾਰਾਂ ਵਿੱਚ"}
1551                }
1552                past{
1553                    one{"{0} ਵੀਰਵਾਰ ਪਹਿਲਾਂ"}
1554                    other{"{0} ਵੀਰਵਾਰ ਪਹਿਲਾਂ"}
1555                }
1556            }
1557        }
1558        tue{
1559            relative{
1560                "-1"{"ਪਿਛਲਾ ਮੰਗਲਵਾਰ"}
1561                "0"{"ਇਹ ਮੰਗਲਵਾਰ"}
1562                "1"{"ਅਗਲਾ ਮੰਗਲਵਾਰ"}
1563            }
1564            relativeTime{
1565                future{
1566                    one{"{0} ਮੰਗਲਵਾਰ ਵਿੱਚ"}
1567                    other{"{0} ਮੰਗਲਵਾਰਾਂ ਵਿੱਚ"}
1568                }
1569                past{
1570                    one{"{0} ਮੰਗਲਵਾਰ ਪਹਿਲਾਂ"}
1571                    other{"{0} ਮੰਗਲਵਾਰ ਪਹਿਲਾਂ"}
1572                }
1573            }
1574        }
1575        tue-narrow{
1576            relative{
1577                "-1"{"ਪਿਛਲਾ ਮੰਗਲ"}
1578                "0"{"ਇਹ ਮੰਗਲ"}
1579                "1"{"ਅਗਲਾ ਮੰਗਲ"}
1580            }
1581            relativeTime{
1582                future{
1583                    one{"{0} ਮੰਗਲਵਾਰਾਂ ਵਿੱਚ"}
1584                    other{"{0} ਮੰਗਲਵਾਰਾਂ ਵਿੱਚ"}
1585                }
1586                past{
1587                    one{"{0} ਮੰਗਲਵਾਰ ਪਹਿਲਾਂ"}
1588                    other{"{0} ਮੰਗਲਵਾਰ ਪਹਿਲਾਂ"}
1589                }
1590            }
1591        }
1592        tue-short{
1593            relative{
1594                "-1"{"ਪਿਛਲਾ ਮੰਗਲ"}
1595                "0"{"ਇਹ ਮੰਗਲ"}
1596                "1"{"ਅਗਲਾ ਮੰਗਲ"}
1597            }
1598            relativeTime{
1599                future{
1600                    one{"{0} ਮੰਗਲਵਾਰਾਂ ਵਿੱਚ"}
1601                    other{"{0} ਮੰਗਲਵਾਰਾਂ ਵਿੱਚ"}
1602                }
1603                past{
1604                    one{"{0} ਮੰਗਲਵਾਰ ਪਹਿਲਾਂ"}
1605                    other{"{0} ਮੰਗਲਵਾਰ ਪਹਿਲਾਂ"}
1606                }
1607            }
1608        }
1609        wed{
1610            relative{
1611                "-1"{"ਪਿਛਲਾ ਬੁੱਧਵਾਰ"}
1612                "0"{"ਇਹ ਬੁੱਧਵਾਰ"}
1613                "1"{"ਅਗਲਾ ਬੁੱਧਵਾਰ"}
1614            }
1615            relativeTime{
1616                future{
1617                    one{"{0} ਬੁੱਧਵਾਰ ਵਿੱਚ"}
1618                    other{"{0} ਬੁੱਧਵਾਰਾਂ ਵਿੱਚ"}
1619                }
1620                past{
1621                    one{"{0} ਬੁੱਧਵਾਰ ਪਹਿਲਾਂ"}
1622                    other{"{0} ਬੁੱਧਵਾਰ ਪਹਿਲਾਂ"}
1623                }
1624            }
1625        }
1626        wed-narrow{
1627            relative{
1628                "-1"{"ਪਿਛਲਾ ਬੁੱਧ"}
1629                "0"{"ਇਹ ਬੁੱਧ"}
1630                "1"{"ਅਗਲਾ ਬੁੱਧ"}
1631            }
1632            relativeTime{
1633                future{
1634                    one{"{0} ਬੁੱਧਵਾਰਾਂ ਵਿੱਚ"}
1635                    other{"{0} ਬੁੱਧਵਾਰਾਂ ਵਿੱਚ"}
1636                }
1637                past{
1638                    one{"{0} ਬੁੱਧਵਾਰ ਪਹਿਲਾਂ"}
1639                    other{"{0} ਬੁੱਧਵਾਰ ਪਹਿਲਾਂ"}
1640                }
1641            }
1642        }
1643        wed-short{
1644            relative{
1645                "-1"{"ਪਿਛਲਾ ਬੁੱਧ"}
1646                "0"{"ਇਹ ਬੁੱਧ"}
1647                "1"{"ਅਗਲਾ ਬੁੱਧ"}
1648            }
1649            relativeTime{
1650                future{
1651                    one{"{0} ਬੁੱਧਵਾਰਾਂ ਵਿੱਚ"}
1652                    other{"{0} ਬੁੱਧਵਾਰਾਂ ਵਿੱਚ"}
1653                }
1654                past{
1655                    one{"{0} ਬੁੱਧਵਾਰ ਪਹਿਲਾਂ"}
1656                    other{"{0} ਬੁੱਧਵਾਰ ਪਹਿਲਾਂ"}
1657                }
1658            }
1659        }
1660        week{
1661            dn{"ਹਫ਼ਤਾ"}
1662            relative{
1663                "-1"{"ਪਿਛਲਾ ਹਫ਼ਤਾ"}
1664                "0"{"ਇਹ ਹਫ਼ਤਾ"}
1665                "1"{"ਅਗਲਾ ਹਫ਼ਤਾ"}
1666            }
1667            relativePeriod{"{0} ਦਾ ਹਫ਼ਤਾ"}
1668            relativeTime{
1669                future{
1670                    one{"{0} ਹਫ਼ਤੇ ਵਿੱਚ"}
1671                    other{"{0} ਹਫ਼ਤਿਆਂ ਵਿੱਚ"}
1672                }
1673                past{
1674                    one{"{0} ਹਫ਼ਤਾ ਪਹਿਲਾਂ"}
1675                    other{"{0} ਹਫ਼ਤੇ ਪਹਿਲਾਂ"}
1676                }
1677            }
1678        }
1679        week-narrow{
1680            dn{"ਹਫ਼ਤਾ"}
1681            relative{
1682                "-1"{"ਪਿਛਲਾ ਹਫ਼ਤਾ"}
1683                "0"{"ਇਹ ਹਫ਼ਤਾ"}
1684                "1"{"ਅਗਲਾ ਹਫ਼ਤਾ"}
1685            }
1686            relativePeriod{"{0} ਦਾ ਹਫ਼ਤਾ"}
1687            relativeTime{
1688                future{
1689                    one{"{0} ਹਫ਼ਤੇ ਵਿੱਚ"}
1690                    other{"{0} ਹਫ਼ਤਿਆਂ ਵਿੱਚ"}
1691                }
1692                past{
1693                    one{"{0} ਹਫ਼ਤਾ ਪਹਿਲਾਂ"}
1694                    other{"{0} ਹਫ਼ਤੇ ਪਹਿਲਾਂ"}
1695                }
1696            }
1697        }
1698        week-short{
1699            dn{"ਹਫ਼ਤਾ"}
1700            relative{
1701                "-1"{"ਪਿਛਲਾ ਹਫ਼ਤਾ"}
1702                "0"{"ਇਹ ਹਫ਼ਤਾ"}
1703                "1"{"ਅਗਲਾ ਹਫ਼ਤਾ"}
1704            }
1705            relativePeriod{"{0} ਦਾ ਹਫ਼ਤਾ"}
1706            relativeTime{
1707                future{
1708                    one{"{0} ਹਫ਼ਤੇ ਵਿੱਚ"}
1709                    other{"{0} ਹਫ਼ਤਿਆਂ ਵਿੱਚ"}
1710                }
1711                past{
1712                    one{"{0} ਹਫ਼ਤਾ ਪਹਿਲਾਂ"}
1713                    other{"{0} ਹਫ਼ਤੇ ਪਹਿਲਾਂ"}
1714                }
1715            }
1716        }
1717        weekday{
1718            dn{"ਹਫ਼ਤੇ ਦਾ ਦਿਨ"}
1719        }
1720        year{
1721            dn{"ਸਾਲ"}
1722            relative{
1723                "-1"{"ਪਿਛਲਾ ਸਾਲ"}
1724                "0"{"ਇਹ ਸਾਲ"}
1725                "1"{"ਅਗਲਾ ਸਾਲ"}
1726            }
1727            relativeTime{
1728                future{
1729                    one{"{0} ਸਾਲ ਵਿੱਚ"}
1730                    other{"{0} ਸਾਲਾਂ ਵਿੱਚ"}
1731                }
1732                past{
1733                    one{"{0} ਸਾਲ ਪਹਿਲਾਂ"}
1734                    other{"{0} ਸਾਲ ਪਹਿਲਾਂ"}
1735                }
1736            }
1737        }
1738        year-narrow{
1739            dn{"ਸਾਲ"}
1740            relative{
1741                "-1"{"ਪਿਛਲਾ ਸਾਲ"}
1742                "0"{"ਇਹ ਸਾਲ"}
1743                "1"{"ਅਗਲਾ ਸਾਲ"}
1744            }
1745            relativeTime{
1746                future{
1747                    one{"{0} ਸਾਲ ਵਿੱਚ"}
1748                    other{"{0} ਸਾਲਾਂ ਵਿੱਚ"}
1749                }
1750                past{
1751                    one{"{0} ਸਾਲ ਪਹਿਲਾਂ"}
1752                    other{"{0} ਸਾਲ ਪਹਿਲਾਂ"}
1753                }
1754            }
1755        }
1756        year-short{
1757            dn{"ਸਾਲ"}
1758            relative{
1759                "-1"{"ਪਿਛਲਾ ਸਾਲ"}
1760                "0"{"ਇਹ ਸਾਲ"}
1761                "1"{"ਅਗਲਾ ਸਾਲ"}
1762            }
1763            relativeTime{
1764                future{
1765                    one{"{0} ਸਾਲ ਵਿੱਚ"}
1766                    other{"{0} ਸਾਲਾਂ ਵਿੱਚ"}
1767                }
1768                past{
1769                    one{"{0} ਸਾਲ ਪਹਿਲਾਂ"}
1770                    other{"{0} ਸਾਲ ਪਹਿਲਾਂ"}
1771                }
1772            }
1773        }
1774        zone{
1775            dn{"ਇਲਾਕਾਈ ਵੇਲਾ"}
1776        }
1777    }
1778    listPattern{
1779        standard{
1780            2{"{0} ਅਤੇ {1}"}
1781            end{"{0} ਅਤੇ {1}"}
1782            middle{"{0}, {1}"}
1783            start{"{0}, {1}"}
1784        }
1785        standard-short{
1786            2{"{0} ਅਤੇ {1}"}
1787            end{"{0} ਅਤੇ {1}"}
1788            middle{"{0}, {1}"}
1789            start{"{0}, {1}"}
1790        }
1791        unit{
1792            2{"{0}, {1}"}
1793            end{"{0}, {1}"}
1794            middle{"{0}, {1}"}
1795            start{"{0}, {1}"}
1796        }
1797        unit-narrow{
1798            2{"{0}, {1}"}
1799            end{"{0}, {1}"}
1800            middle{"{0}, {1}"}
1801            start{"{0}, {1}"}
1802        }
1803        unit-short{
1804            2{"{0}, {1}"}
1805            end{"{0}, {1}"}
1806            middle{"{0}, {1}"}
1807            start{"{0}, {1}"}
1808        }
1809    }
1810    measurementSystemNames{
1811        UK{"ਯੂ. ਕੇ."}
1812        US{"ਯੂ. ਐਸ."}
1813        metric{"ਮੀਟਰਿਕ"}
1814    }
1815}
1816