pt_PT.txt revision c73f511526464f8e56c242df80552e9b0d94ae3d
1// ***************************************************************************
2// *
3// * Copyright (C) 2014 International Business Machines
4// * Corporation and others. All Rights Reserved.
5// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
6// * Source File: <path>/common/main/pt_PT.xml
7// *
8// ***************************************************************************
9pt_PT{
10    Ellipsis{
11        final{"{0}…"}
12        initial{"…{0}"}
13        medial{"{0}…{1}"}
14        word-final{"{0}…"}
15        word-initial{"… {0}"}
16        word-medial{"{0} … {1}"}
17    }
18    ExemplarCharactersPunctuation{
19        "[\\- ‐ – — , ; \\: ! ? . … ' \u0022 “ ” « » ( ) \\[ \\] § @ * / \\& # † ‡ ′ "
20        "″]"
21    }
22    MoreInformation{"?"}
23    NumberElements{
24        latn{
25            miscPatterns{
26                atLeast{"+{0}"}
27                range{"{0} - {1}"}
28            }
29            patterns{
30                accountingFormat{"#,##0.00 ¤;(#,##0.00 ¤)"}
31                currencyFormat{"#,##0.00 ¤"}
32                decimalFormat{"#,##0.###"}
33                percentFormat{"#,##0%"}
34                scientificFormat{"#E0"}
35            }
36            patternsLong{
37                decimalFormat{
38                    1000{
39                        one{"0 mil"}
40                        other{"0 mil"}
41                    }
42                    10000{
43                        one{"00 mil"}
44                        other{"00 mil"}
45                    }
46                    100000{
47                        one{"000 mil"}
48                        other{"000 mil"}
49                    }
50                    1000000{
51                        one{"0 milhão"}
52                        other{"0 milhões"}
53                    }
54                    10000000{
55                        one{"00 milhões"}
56                        other{"00 milhões"}
57                    }
58                    100000000{
59                        one{"000 milhões"}
60                        other{"000 milhões"}
61                    }
62                    1000000000{
63                        one{"0 mil milhões"}
64                        other{"0 mil milhões"}
65                    }
66                    10000000000{
67                        one{"00 mil milhões"}
68                        other{"00 mil milhões"}
69                    }
70                    100000000000{
71                        one{"000 mil milhões"}
72                        other{"000 mil milhões"}
73                    }
74                    1000000000000{
75                        one{"0 bilião"}
76                        other{"0 biliões"}
77                    }
78                    10000000000000{
79                        one{"00 biliões"}
80                        other{"00 biliões"}
81                    }
82                    100000000000000{
83                        one{"000 biliões"}
84                        other{"000 biliões"}
85                    }
86                }
87            }
88            patternsShort{
89                decimalFormat{
90                    1000{
91                        one{"0 mil"}
92                        other{"0 mil"}
93                    }
94                    10000{
95                        one{"00 mil"}
96                        other{"00 mil"}
97                    }
98                    100000{
99                        one{"000 mil"}
100                        other{"000 mil"}
101                    }
102                    1000000{
103                        one{"0 M"}
104                        other{"0 M"}
105                    }
106                    10000000{
107                        one{"00 M"}
108                        other{"00 M"}
109                    }
110                    100000000{
111                        one{"000 M"}
112                        other{"000 M"}
113                    }
114                    1000000000{
115                        one{"0 MM"}
116                        other{"0 MM"}
117                    }
118                    10000000000{
119                        one{"00 MM"}
120                        other{"00 MM"}
121                    }
122                    100000000000{
123                        one{"000 MM"}
124                        other{"000 MM"}
125                    }
126                    1000000000000{
127                        one{"0 Bi"}
128                        other{"0 Bi"}
129                    }
130                    10000000000000{
131                        one{"00 Bi"}
132                        other{"00 Bi"}
133                    }
134                    100000000000000{
135                        one{"000 Bi"}
136                        other{"000 Bi"}
137                    }
138                }
139            }
140            symbols{
141                decimal{","}
142                exponential{"E"}
143                group{" "}
144                infinity{"∞"}
145                minusSign{"-"}
146                nan{"NaN"}
147                perMille{"‰"}
148                percentSign{"%"}
149                plusSign{"+"}
150                superscriptingExponent{"×"}
151            }
152        }
153    }
154    Version{"2.0.98.52"}
155    calendar{
156        buddhist{
157            DateTimePatterns{
158                "HH:mm:ss zzzz",
159                "HH:mm:ss z",
160                "HH:mm:ss",
161                "HH:mm",
162                "EEEE, d 'de' MMMM 'de' y G",
163                "d 'de' MMMM 'de' y G",
164                "d 'de' MMM, y G",
165                "d/M/y G",
166                "{1}, {0}",
167                "{1} 'às' {0}",
168                "{1} 'às' {0}",
169                "{1}, {0}",
170                "{1}, {0}",
171            }
172        }
173        chinese{
174            DateTimePatterns{
175                "HH:mm:ss zzzz",
176                "HH:mm:ss z",
177                "HH:mm:ss",
178                "HH:mm",
179                "EEEE, d 'de' MMMM 'de' U",
180                "d 'de' MMMM 'de' U",
181                "d 'de' MMM 'de' U",
182                "dd/MM/yy",
183                "{1} {0}",
184                "{1} {0}",
185                "{1} {0}",
186                "{1} {0}",
187                "{1} {0}",
188            }
189            monthNames{
190                format{
191                    abbreviated{
192                        "M1",
193                        "M2",
194                        "M3",
195                        "M4",
196                        "M5",
197                        "M6",
198                        "M7",
199                        "M8",
200                        "M9",
201                        "M10",
202                        "M11",
203                        "M12",
204                    }
205                    narrow{
206                        "1",
207                        "2",
208                        "3",
209                        "4",
210                        "5",
211                        "6",
212                        "7",
213                        "8",
214                        "9",
215                        "10",
216                        "11",
217                        "12",
218                    }
219                    wide{
220                        "Mês 1",
221                        "Mês 2",
222                        "Mês 3",
223                        "Mês 4",
224                        "Mês 5",
225                        "Mês 6",
226                        "Mês 7",
227                        "Mês 8",
228                        "Mês 9",
229                        "Mês 10",
230                        "Mês 11",
231                        "Mês 12",
232                    }
233                }
234                stand-alone{
235                    abbreviated{
236                        "M1",
237                        "M2",
238                        "M3",
239                        "M4",
240                        "M5",
241                        "M6",
242                        "M7",
243                        "M8",
244                        "M9",
245                        "M10",
246                        "M11",
247                        "M12",
248                    }
249                    narrow{
250                        "1",
251                        "2",
252                        "3",
253                        "4",
254                        "5",
255                        "6",
256                        "7",
257                        "8",
258                        "9",
259                        "10",
260                        "11",
261                        "12",
262                    }
263                    wide{
264                        "Mês 1",
265                        "Mês 2",
266                        "Mês 3",
267                        "Mês 4",
268                        "Mês 5",
269                        "Mês 6",
270                        "Mês 7",
271                        "Mês 8",
272                        "Mês 9",
273                        "Mês 10",
274                        "Mês 11",
275                        "Mês 12",
276                    }
277                }
278            }
279        }
280        generic{
281            DateTimePatterns{
282                "HH:mm:ss zzzz",
283                "HH:mm:ss z",
284                "HH:mm:ss",
285                "HH:mm",
286                "EEEE, d 'de' MMMM 'de' y G",
287                "d 'de' MMMM 'de' y G",
288                "d 'de' MMM, y G",
289                "d/M/y G",
290                "{1}, {0}",
291                "{1} 'às' {0}",
292                "{1} 'às' {0}",
293                "{1}, {0}",
294                "{1}, {0}",
295            }
296            availableFormats{
297                Ed{"E, d"}
298                Gy{"y G"}
299                GyMMM{"MMM 'de' y G"}
300                GyMMMEd{"E, d 'de' MMM 'de' y G"}
301                GyMMMd{"d 'de' MMM 'de' y G"}
302                M{"L"}
303                MEd{"E, dd/MM"}
304                MMM{"LLL"}
305                MMMEd{"E, d 'de' MMM"}
306                MMMMEd{"E, d 'de' MMMM"}
307                MMMMd{"d 'de' MMMM"}
308                MMMd{"d 'de' MMM"}
309                Md{"d/M"}
310                d{"d"}
311                y{"y G"}
312                yyyy{"y G"}
313                yyyyM{"MM/y GGGGG"}
314                yyyyMEd{"E, dd/MM/y GGGGG"}
315                yyyyMMM{"MM/y G"}
316                yyyyMMMEEEEd{"EEEE, d/MM/y"}
317                yyyyMMMEd{"E, d/MM/y G"}
318                yyyyMMMM{"MMMM 'de' y G"}
319                yyyyMMMMEd{"E, d 'de' MMMM 'de' y G"}
320                yyyyMMMMd{"d 'de' MMMM 'de' y G"}
321                yyyyMMMd{"d/MM/y G"}
322                yyyyMd{"dd/MM/y GGGGG"}
323                yyyyQQQ{"QQQQ 'de' y G"}
324                yyyyQQQQ{"QQQQ 'de' y G"}
325            }
326            intervalFormats{
327                M{
328                    M{"M - M"}
329                }
330                MEd{
331                    M{"E, dd/MM - E, dd/MM"}
332                    d{"E, dd/MM - E, dd/MM"}
333                }
334                MMM{
335                    M{"MMM-MMM"}
336                }
337                MMMEd{
338                    M{"E, d 'de' MMM - E, d 'de' MMM"}
339                    d{"E, d 'de' MMM - E, d 'de' MMM"}
340                }
341                MMMd{
342                    M{"d 'de' MMM - d 'de' MMM"}
343                    d{"d-d 'de' MMM"}
344                }
345                Md{
346                    M{"dd/MM - dd/MM"}
347                    d{"dd/MM - dd/MM"}
348                }
349                d{
350                    d{"d - d"}
351                }
352                fallback{"{0} - {1}"}
353                h{
354                    a{"h a - h a"}
355                    h{"h-h a"}
356                }
357                hm{
358                    h{"h:mm - h:mm a"}
359                }
360                y{
361                    y{"y-y G"}
362                }
363                yM{
364                    M{"MM/y - MM/y G"}
365                    y{"MM/y - MM/y G"}
366                }
367                yMEd{
368                    M{"E, dd/MM/y - E, dd/MM/y G"}
369                    d{"E, dd/MM/y - E, dd/MM/y G"}
370                    y{"E, dd/MM/y - E, dd/MM/y G"}
371                }
372                yMMM{
373                    M{"MMM-MMM 'de' y G"}
374                    y{"MMM 'de' y - MMM 'de' y G"}
375                }
376                yMMMEd{
377                    M{"E, d 'de' MMM - E, d 'de' MMM 'de' y G"}
378                    d{"E, d 'de' MMM - E, d 'de' MMM 'de' y G"}
379                    y{"E, d 'de' MMM 'de' y - E, d 'de' MMM 'de' y G"}
380                }
381                yMMMM{
382                    M{"MMMM - MMMM 'de' y G"}
383                    y{"MMMM 'de' y - MMMM 'de' y G"}
384                }
385                yMMMd{
386                    M{"d 'de' MMM - d 'de' MMM 'de' y G"}
387                    d{"d-d 'de' MMM 'de' y"}
388                    y{"d 'de' MMM 'de' y - d 'de' MMM 'de' y G"}
389                }
390                yMd{
391                    M{"dd/MM/y - dd/MM/y G"}
392                    d{"dd/MM/y - dd/MM/y G"}
393                    y{"dd/MM/y - dd/MM/y G"}
394                }
395            }
396        }
397        gregorian{
398            AmPmMarkers{
399                "da manhã",
400                "da tarde",
401            }
402            AmPmMarkersNarrow{
403                "a.m.",
404                "p.m.",
405            }
406            DateTimePatterns{
407                "HH:mm:ss zzzz",
408                "HH:mm:ss z",
409                "HH:mm:ss",
410                "HH:mm",
411                "EEEE, d 'de' MMMM 'de' y",
412                "d 'de' MMMM 'de' y",
413                "dd/MM/y",
414                "dd/MM/yy",
415                "{1}, {0}",
416                "{1} 'às' {0}",
417                "{1} 'às' {0}",
418                "{1}, {0}",
419                "{1}, {0}",
420            }
421            appendItems{
422                Timezone{"{0} {1}"}
423            }
424            availableFormats{
425                EHm{"E, HH:mm"}
426                EHms{"E, HH:mm:ss"}
427                Ed{"E, d"}
428                Ehm{"E, h:mm a"}
429                Ehms{"E, h:mm:ss a"}
430                Gy{"y G"}
431                GyMMM{"MMM 'de' y G"}
432                GyMMMEd{"E, d 'de' MMM 'de' y G"}
433                GyMMMd{"d 'de' MMM 'de' y G"}
434                H{"HH"}
435                HHmm{"HH:mm"}
436                HHmmss{"HH:mm:ss"}
437                Hm{"HH:mm"}
438                Hms{"HH:mm:ss"}
439                M{"L"}
440                MEd{"E, dd/MM"}
441                MMM{"LLL"}
442                MMMEd{"E, d/MM"}
443                MMMMEd{"E, d 'de' MMMM"}
444                MMMMd{"d 'de' MMMM"}
445                MMMd{"d/MM"}
446                MMdd{"dd/MM"}
447                Md{"d/M"}
448                d{"d"}
449                h{"h a"}
450                hm{"h:mm a"}
451                hms{"h:mm:ss a"}
452                ms{"mm:ss"}
453                y{"y"}
454                yM{"MM/y"}
455                yMEd{"E, dd/MM/y"}
456                yMM{"MM/y"}
457                yMMM{"MM/y"}
458                yMMMEEEEd{"EEEE, d/MM/y"}
459                yMMMEd{"E, d/MM/y"}
460                yMMMM{"MMMM 'de' y"}
461                yMMMMEd{"E, d 'de' MMMM 'de' y"}
462                yMMMMd{"d 'de' MMMM 'de' y"}
463                yMMMd{"d/MM/y"}
464                yMd{"dd/MM/y"}
465                yQQQ{"QQQQ 'de' y"}
466                yQQQQ{"QQQQ 'de' y"}
467            }
468            dayNames{
469                format{
470                    abbreviated{
471                        "dom",
472                        "seg",
473                        "ter",
474                        "qua",
475                        "qui",
476                        "sex",
477                        "sáb",
478                    }
479                    narrow{
480                        "D",
481                        "S",
482                        "T",
483                        "Q",
484                        "Q",
485                        "S",
486                        "S",
487                    }
488                    short{
489                        "do",
490                        "sg",
491                        "te",
492                        "qu",
493                        "qi",
494                        "sx",
495                        "sb",
496                    }
497                    wide{
498                        "domingo",
499                        "segunda-feira",
500                        "terça-feira",
501                        "quarta-feira",
502                        "quinta-feira",
503                        "sexta-feira",
504                        "sábado",
505                    }
506                }
507                stand-alone{
508                    abbreviated{
509                        "dom",
510                        "seg",
511                        "ter",
512                        "qua",
513                        "qui",
514                        "sex",
515                        "sáb",
516                    }
517                    narrow{
518                        "D",
519                        "S",
520                        "T",
521                        "Q",
522                        "Q",
523                        "S",
524                        "S",
525                    }
526                    short{
527                        "do",
528                        "sg",
529                        "te",
530                        "qu",
531                        "qi",
532                        "sx",
533                        "sb",
534                    }
535                    wide{
536                        "domingo",
537                        "segunda-feira",
538                        "terça-feira",
539                        "quarta-feira",
540                        "quinta-feira",
541                        "sexta-feira",
542                        "sábado",
543                    }
544                }
545            }
546            eras{
547                abbreviated{
548                    "a.C.",
549                    "d.C.",
550                }
551            }
552            intervalFormats{
553                H{
554                    H{"HH–HH"}
555                }
556                Hm{
557                    H{"HH:mm - HH:mm"}
558                    m{"HH:mm - HH:mm"}
559                }
560                Hmv{
561                    H{"HH:mm - HH:mm v"}
562                    m{"HH:mm - HH:mm v"}
563                }
564                Hv{
565                    H{"HH - HH v"}
566                }
567                M{
568                    M{"M-M"}
569                }
570                MEd{
571                    M{"E, dd/MM - E, dd/MM"}
572                    d{"E, dd/MM - E, dd/MM"}
573                }
574                MMM{
575                    M{"MMM-MMM"}
576                }
577                MMMEd{
578                    M{"E, d 'de' MMM - E, d 'de' MMM"}
579                    d{"E, d 'de' MMM - E, d 'de' MMM"}
580                }
581                MMMd{
582                    M{"d 'de' MMM - d 'de' MMM"}
583                    d{"d-d 'de' MMM"}
584                }
585                Md{
586                    M{"dd/MM - dd/MM"}
587                    d{"dd/MM - dd/MM"}
588                }
589                d{
590                    d{"d–d"}
591                }
592                fallback{"{0} - {1}"}
593                h{
594                    a{"h a - h a"}
595                    h{"h-h a"}
596                }
597                hm{
598                    a{"h:mm a - h:mm a"}
599                    h{"h:mm - h:mm a"}
600                    m{"h:mm - h:mm a"}
601                }
602                hmv{
603                    a{"h:mm a – h:mm a v"}
604                    h{"h:mm - h:mm a v"}
605                    m{"h:mm - h:mm a v"}
606                }
607                hv{
608                    a{"h a - h a v"}
609                    h{"h - h a v"}
610                }
611                y{
612                    y{"y-y"}
613                }
614                yM{
615                    M{"MM/y - MM/y"}
616                    y{"MM/y - MM/y"}
617                }
618                yMEd{
619                    M{"E, dd/MM/y - E, dd/MM/y"}
620                    d{"E, dd/MM/y - E, dd/MM/y"}
621                    y{"E, dd/MM/y - E, dd/MM/y"}
622                }
623                yMMM{
624                    M{"MMM-MMM 'de' y"}
625                    y{"MMM 'de' y - MMM 'de' y"}
626                }
627                yMMMEd{
628                    M{"E, d 'de' MMM - E, d 'de' MMM 'de' y"}
629                    d{"E, d 'de' MMM - E, d 'de' MMM 'de' y"}
630                    y{"E, d 'de' MMM 'de' y - E, d 'de' MMM 'de' y"}
631                }
632                yMMMM{
633                    M{"MMMM - MMMM 'de' y"}
634                    y{"MMMM 'de' y - MMMM 'de' y"}
635                }
636                yMMMd{
637                    M{"d 'de' MMM - d 'de' MMM 'de' y"}
638                    d{"d-d 'de' MMM 'de' y"}
639                    y{"d 'de' MMM 'de' y - d 'de' MMM 'de' y"}
640                }
641                yMd{
642                    M{"dd/MM/y - dd/MM/y"}
643                    d{"dd/MM/y - dd/MM/y"}
644                    y{"dd/MM/y - dd/MM/y"}
645                }
646            }
647            monthNames{
648                format{
649                    abbreviated{
650                        "Jan",
651                        "Fev",
652                        "Mar",
653                        "Abr",
654                        "Mai",
655                        "Jun",
656                        "Jul",
657                        "Ago",
658                        "Set",
659                        "Out",
660                        "Nov",
661                        "Dez",
662                    }
663                    narrow{
664                        "J",
665                        "F",
666                        "M",
667                        "A",
668                        "M",
669                        "J",
670                        "J",
671                        "A",
672                        "S",
673                        "O",
674                        "N",
675                        "D",
676                    }
677                    wide{
678                        "Janeiro",
679                        "Fevereiro",
680                        "Março",
681                        "Abril",
682                        "Maio",
683                        "Junho",
684                        "Julho",
685                        "Agosto",
686                        "Setembro",
687                        "Outubro",
688                        "Novembro",
689                        "Dezembro",
690                    }
691                }
692                stand-alone{
693                    abbreviated{
694                        "Jan",
695                        "Fev",
696                        "Mar",
697                        "Abr",
698                        "Mai",
699                        "Jun",
700                        "Jul",
701                        "Ago",
702                        "Set",
703                        "Out",
704                        "Nov",
705                        "Dez",
706                    }
707                    narrow{
708                        "J",
709                        "F",
710                        "M",
711                        "A",
712                        "M",
713                        "J",
714                        "J",
715                        "A",
716                        "S",
717                        "O",
718                        "N",
719                        "D",
720                    }
721                    wide{
722                        "Janeiro",
723                        "Fevereiro",
724                        "Março",
725                        "Abril",
726                        "Maio",
727                        "Junho",
728                        "Julho",
729                        "Agosto",
730                        "Setembro",
731                        "Outubro",
732                        "Novembro",
733                        "Dezembro",
734                    }
735                }
736            }
737            quarters{
738                format{
739                    abbreviated{
740                        "T1",
741                        "T2",
742                        "T3",
743                        "T4",
744                    }
745                    narrow{
746                        "1",
747                        "2",
748                        "3",
749                        "4",
750                    }
751                    wide{
752                        "1.º trimestre",
753                        "2.º trimestre",
754                        "3.º trimestre",
755                        "4.º trimestre",
756                    }
757                }
758                stand-alone{
759                    abbreviated{
760                        "T1",
761                        "T2",
762                        "T3",
763                        "T4",
764                    }
765                    narrow{
766                        "1",
767                        "2",
768                        "3",
769                        "4",
770                    }
771                    wide{
772                        "1.º trimestre",
773                        "2.º trimestre",
774                        "3.º trimestre",
775                        "4.º trimestre",
776                    }
777                }
778            }
779        }
780        hebrew{
781            DateTimePatterns{
782                "HH:mm:ss zzzz",
783                "HH:mm:ss z",
784                "HH:mm:ss",
785                "HH:mm",
786                "EEEE, d 'de' MMMM 'de' y G",
787                "d 'de' MMMM 'de' y G",
788                "d 'de' MMM, y G",
789                "d/M/y G",
790                "{1}, {0}",
791                "{1} 'às' {0}",
792                "{1} 'às' {0}",
793                "{1}, {0}",
794                "{1}, {0}",
795            }
796        }
797        islamic{
798            DateTimePatterns{
799                "HH:mm:ss zzzz",
800                "HH:mm:ss z",
801                "HH:mm:ss",
802                "HH:mm",
803                "EEEE, d 'de' MMMM 'de' y G",
804                "d 'de' MMMM 'de' y G",
805                "d 'de' MMM, y G",
806                "d/M/y G",
807                "{1}, {0}",
808                "{1} 'às' {0}",
809                "{1} 'às' {0}",
810                "{1}, {0}",
811                "{1}, {0}",
812            }
813        }
814        japanese{
815            DateTimePatterns{
816                "HH:mm:ss zzzz",
817                "HH:mm:ss z",
818                "HH:mm:ss",
819                "HH:mm",
820                "EEEE, d 'de' MMMM 'de' y G",
821                "d 'de' MMMM 'de' y G",
822                "dd/MM/y G",
823                "d/M/y G",
824                "{1}, {0}",
825                "{1} 'às' {0}",
826                "{1} 'às' {0}",
827                "{1}, {0}",
828                "{1}, {0}",
829            }
830        }
831        roc{
832            DateTimePatterns{
833                "HH:mm:ss zzzz",
834                "HH:mm:ss z",
835                "HH:mm:ss",
836                "HH:mm",
837                "EEEE, d 'de' MMMM 'de' y G",
838                "d 'de' MMMM 'de' y G",
839                "d 'de' MMM, y G",
840                "d/M/y G",
841                "{1}, {0}",
842                "{1} 'às' {0}",
843                "{1} 'às' {0}",
844                "{1}, {0}",
845                "{1}, {0}",
846            }
847        }
848    }
849    delimiters{
850        alternateQuotationEnd{"”"}
851        alternateQuotationStart{"“"}
852        quotationEnd{"»"}
853        quotationStart{"«"}
854    }
855    durationUnits{
856        hm{"h:mm"}
857        hms{"h:mm:ss"}
858        ms{"m:ss"}
859    }
860    fields{
861        day{
862            dn{"Dia"}
863            relative{
864                "-1"{"ontem"}
865                "-2"{"anteontem"}
866                "0"{"hoje"}
867                "1"{"amanhã"}
868                "2"{"depois de amanhã"}
869            }
870            relativeTime{
871                future{
872                    one{"Dentro de {0} dia"}
873                    other{"Dentro de {0} dias"}
874                }
875                past{
876                    one{"Há {0} dia"}
877                    other{"Há {0} dias"}
878                }
879            }
880        }
881        dayperiod{
882            dn{"Da manhã/da tarde"}
883        }
884        era{
885            dn{"Era"}
886        }
887        fri{
888            relative{
889                "-1"{"sexta-feira passada"}
890                "0"{"esta sexta-feira"}
891                "1"{"próxima sexta-feira"}
892            }
893        }
894        hour{
895            dn{"Hora"}
896            relativeTime{
897                future{
898                    one{"Dentro de {0} hora"}
899                    other{"Dentro de {0} horas"}
900                }
901                past{
902                    one{"Há {0} hora"}
903                    other{"Há {0} horas"}
904                }
905            }
906        }
907        minute{
908            dn{"Minuto"}
909            relativeTime{
910                future{
911                    one{"Dentro de {0} minuto"}
912                    other{"Dentro de {0} minutos"}
913                }
914                past{
915                    one{"Há {0} minuto"}
916                    other{"Há {0} minutos"}
917                }
918            }
919        }
920        mon{
921            relative{
922                "-1"{"segunda-feira passada"}
923                "0"{"esta segunda-feira"}
924                "1"{"próxima segunda-feira"}
925            }
926        }
927        month{
928            dn{"Mês"}
929            relative{
930                "-1"{"mês passado"}
931                "0"{"este mês"}
932                "1"{"próximo mês"}
933            }
934            relativeTime{
935                future{
936                    one{"Dentro de {0} mês"}
937                    other{"Dentro de {0} meses"}
938                }
939                past{
940                    one{"Há {0} mês"}
941                    other{"Há {0} meses"}
942                }
943            }
944        }
945        sat{
946            relative{
947                "-1"{"sábado passado"}
948                "0"{"este sábado"}
949                "1"{"próximo sábado"}
950            }
951        }
952        second{
953            dn{"Segundo"}
954            relativeTime{
955                future{
956                    one{"Dentro de {0} segundo"}
957                    other{"Dentro de {0} segundos"}
958                }
959                past{
960                    one{"Há {0} segundo"}
961                    other{"Há {0} segundos"}
962                }
963            }
964        }
965        sun{
966            relative{
967                "-1"{"domingo passado"}
968                "0"{"este domingo"}
969                "1"{"próximo domingo"}
970            }
971        }
972        thu{
973            relative{
974                "-1"{"quinta-feira passada"}
975                "0"{"esta quinta-feira"}
976                "1"{"próxima quinta-feira"}
977            }
978        }
979        tue{
980            relative{
981                "-1"{"terça-feira passada"}
982                "0"{"esta terça-feira"}
983                "1"{"próxima terça-feira"}
984            }
985        }
986        wed{
987            relative{
988                "-1"{"quarta-feira passada"}
989                "0"{"esta quarta-feira"}
990                "1"{"próxima quarta-feira"}
991            }
992        }
993        week{
994            dn{"Semana"}
995            relative{
996                "-1"{"semana passada"}
997                "0"{"esta semana"}
998                "1"{"próxima semana"}
999            }
1000            relativeTime{
1001                future{
1002                    one{"Dentro de {0} semana"}
1003                    other{"Dentro de {0} semanas"}
1004                }
1005                past{
1006                    one{"Há {0} semana"}
1007                    other{"Há {0} semanas"}
1008                }
1009            }
1010        }
1011        weekday{
1012            dn{"Dia da semana"}
1013        }
1014        year{
1015            dn{"Ano"}
1016            relative{
1017                "-1"{"ano passado"}
1018                "0"{"este ano"}
1019                "1"{"próximo ano"}
1020            }
1021            relativeTime{
1022                future{
1023                    one{"Dentro de {0} ano"}
1024                    other{"Dentro de {0} anos"}
1025                }
1026                past{
1027                    one{"Há {0} ano"}
1028                    other{"Há {0} anos"}
1029                }
1030            }
1031        }
1032        zone{
1033            dn{"Fuso horário"}
1034        }
1035    }
1036    listPattern{
1037        standard{
1038            2{"{0} e {1}"}
1039            end{"{0} e {1}"}
1040            middle{"{0}, {1}"}
1041            start{"{0}, {1}"}
1042        }
1043        unit{
1044            2{"{0} e {1}"}
1045            end{"{0} e {1}"}
1046            middle{"{0}, {1}"}
1047            start{"{0}, {1}"}
1048        }
1049        unit-narrow{
1050            2{"{0} e {1}"}
1051            end{"{0} e {1}"}
1052            middle{"{0}, {1}"}
1053            start{"{0}, {1}"}
1054        }
1055        unit-short{
1056            2{"{0} e {1}"}
1057            end{"{0} e {1}"}
1058            middle{"{0}, {1}"}
1059            start{"{0}, {1}"}
1060        }
1061    }
1062    measurementSystemNames{
1063        UK{"Reino Unido"}
1064        US{"Estados Unidos"}
1065        metric{"Métrico"}
1066    }
1067    transformNames{
1068        x-Accents{"Acentos"}
1069        x-Fullwidth{"Largura Completa"}
1070        x-Halfwidth{"Meia Largura"}
1071    }
1072    units{
1073        acceleration{
1074            g-force{
1075                one{"{0} força G"}
1076                other{"{0} força G"}
1077            }
1078        }
1079        angle{
1080            arc-minute{
1081                one{"{0} minuto"}
1082                other{"{0} minutos"}
1083            }
1084            arc-second{
1085                one{"{0} segundo"}
1086                other{"{0} segundos"}
1087            }
1088            degree{
1089                one{"{0} grau"}
1090                other{"{0} graus"}
1091            }
1092        }
1093        area{
1094            acre{
1095                one{"{0} acre"}
1096                other{"{0} acres"}
1097            }
1098            hectare{
1099                one{"{0} hectare"}
1100                other{"{0} hectares"}
1101            }
1102            square-foot{
1103                one{"{0} pé quadrado"}
1104                other{"{0} pés quadrados"}
1105            }
1106            square-kilometer{
1107                one{"{0} quilómetro quadrado"}
1108                other{"{0} quilómetros quadrados"}
1109            }
1110            square-meter{
1111                one{"{0} metro quadrado"}
1112                other{"{0} metros quadrados"}
1113            }
1114            square-mile{
1115                one{"{0} milha quadrada"}
1116                other{"{0} milhas quadradas"}
1117            }
1118        }
1119        compound{
1120            per{"{0} por {1}"}
1121        }
1122        duration{
1123            day{
1124                one{"{0} dia"}
1125                other{"{0} dias"}
1126            }
1127            hour{
1128                one{"{0} hora"}
1129                other{"{0} horas"}
1130            }
1131            millisecond{
1132                one{"{0} milissegundo"}
1133                other{"{0} milissegundos"}
1134            }
1135            minute{
1136                one{"{0} minuto"}
1137                other{"{0} minutos"}
1138            }
1139            month{
1140                one{"{0} mês"}
1141                other{"{0} meses"}
1142            }
1143            second{
1144                one{"{0} segundo"}
1145                other{"{0} segundos"}
1146            }
1147            week{
1148                one{"{0} semana"}
1149                other{"{0} semanas"}
1150            }
1151            year{
1152                one{"{0} ano"}
1153                other{"{0} anos"}
1154            }
1155        }
1156        length{
1157            centimeter{
1158                one{"{0} centímetro"}
1159                other{"{0} centímetros"}
1160            }
1161            foot{
1162                one{"{0} pé"}
1163                other{"{0} pés"}
1164            }
1165            inch{
1166                one{"{0} polegada"}
1167                other{"{0} polegadas"}
1168            }
1169            kilometer{
1170                one{"{0} quilómetro"}
1171                other{"{0} quilómetros"}
1172            }
1173            light-year{
1174                one{"{0} ano-luz"}
1175                other{"{0} anos-luz"}
1176            }
1177            meter{
1178                one{"{0} metro"}
1179                other{"{0} metros"}
1180            }
1181            mile{
1182                one{"{0} milha"}
1183                other{"{0} milhas"}
1184            }
1185            millimeter{
1186                one{"{0} milímetro"}
1187                other{"{0} milímetros"}
1188            }
1189            picometer{
1190                one{"{0} picómetro"}
1191                other{"{0} picómetros"}
1192            }
1193            yard{
1194                one{"{0} jarda"}
1195                other{"{0} jardas"}
1196            }
1197        }
1198        mass{
1199            gram{
1200                one{"{0} grama"}
1201                other{"{0} gramas"}
1202            }
1203            kilogram{
1204                one{"{0} quilograma"}
1205                other{"{0} quilogramas"}
1206            }
1207            ounce{
1208                one{"{0} onça"}
1209                other{"{0} onças"}
1210            }
1211            pound{
1212                one{"{0} libra"}
1213                other{"{0} libras"}
1214            }
1215        }
1216        power{
1217            horsepower{
1218                one{"{0} cavalo-vapor"}
1219                other{"{0} cavalos-vapor"}
1220            }
1221            kilowatt{
1222                one{"{0} quilowatt"}
1223                other{"{0} quilowatts"}
1224            }
1225            watt{
1226                one{"{0} watt"}
1227                other{"{0} watts"}
1228            }
1229        }
1230        pressure{
1231            hectopascal{
1232                one{"{0} hectopascal"}
1233                other{"{0} hectopascals"}
1234            }
1235            inch-hg{
1236                one{"{0} polegada de mercúrio"}
1237                other{"{0} polegadas de mercúrio"}
1238            }
1239            millibar{
1240                one{"{0} milibar"}
1241                other{"{0} milibares"}
1242            }
1243        }
1244        speed{
1245            kilometer-per-hour{
1246                one{"{0} quilómetro por hora"}
1247                other{"{0} quilómetros por hora"}
1248            }
1249            meter-per-second{
1250                one{"{0} metro por segundo"}
1251                other{"{0} metros por segundo"}
1252            }
1253            mile-per-hour{
1254                one{"{0} milha por hora"}
1255                other{"{0} milhas por hora"}
1256            }
1257        }
1258        temperature{
1259            celsius{
1260                one{"{0} grau Celsius"}
1261                other{"{0} graus Celsius"}
1262            }
1263            fahrenheit{
1264                one{"{0} grau Fahrenheit"}
1265                other{"{0} graus Fahrenheit"}
1266            }
1267        }
1268        volume{
1269            cubic-kilometer{
1270                one{"{0} quilómetro cúbico"}
1271                other{"{0} quilómetros cúbicos"}
1272            }
1273            cubic-mile{
1274                one{"{0} milha cúbica"}
1275                other{"{0} milhas cúbicas"}
1276            }
1277            liter{
1278                one{"{0} litro"}
1279                other{"{0} litros"}
1280            }
1281        }
1282    }
1283    unitsNarrow{
1284        acceleration{
1285            g-force{
1286                one{"{0} G"}
1287                other{"{0} G"}
1288            }
1289        }
1290        angle{
1291            arc-minute{
1292                one{"{0}'"}
1293                other{"{0}'"}
1294            }
1295            arc-second{
1296                one{"{0}\u0022"}
1297                other{"{0}\u0022"}
1298            }
1299            degree{
1300                one{"{0}°"}
1301                other{"{0}°"}
1302            }
1303        }
1304        area{
1305            acre{
1306                one{"{0} acre"}
1307                other{"{0} acres"}
1308            }
1309            hectare{
1310                one{"{0} ha"}
1311                other{"{0} ha"}
1312            }
1313            square-foot{
1314                one{"{0} ft²"}
1315                other{"{0} ft²"}
1316            }
1317            square-kilometer{
1318                one{"{0} km²"}
1319                other{"{0} km²"}
1320            }
1321            square-meter{
1322                one{"{0} m²"}
1323                other{"{0} m²"}
1324            }
1325            square-mile{
1326                one{"{0} mi²"}
1327                other{"{0} mi²"}
1328            }
1329        }
1330        compound{
1331            per{"{0}/{1}"}
1332        }
1333        duration{
1334            day{
1335                one{"{0} dia"}
1336                other{"{0} dias"}
1337            }
1338            hour{
1339                one{"{0} h"}
1340                other{"{0} h"}
1341            }
1342            millisecond{
1343                one{"{0} ms"}
1344                other{"{0} ms"}
1345            }
1346            minute{
1347                one{"{0} min"}
1348                other{"{0} min"}
1349            }
1350            month{
1351                one{"{0} mês"}
1352                other{"{0} meses"}
1353            }
1354            second{
1355                one{"{0} s"}
1356                other{"{0} s"}
1357            }
1358            week{
1359                one{"{0} sem."}
1360                other{"{0} sem."}
1361            }
1362            year{
1363                one{"{0} ano"}
1364                other{"{0} anos"}
1365            }
1366        }
1367        length{
1368            centimeter{
1369                one{"{0} cm"}
1370                other{"{0} cm"}
1371            }
1372            foot{
1373                one{"{0}′"}
1374                other{"{0}′"}
1375            }
1376            inch{
1377                one{"{0}″"}
1378                other{"{0}″"}
1379            }
1380            kilometer{
1381                one{"{0} km"}
1382                other{"{0} km"}
1383            }
1384            light-year{
1385                one{"{0} ano-luz"}
1386                other{"{0} anos-luz"}
1387            }
1388            meter{
1389                one{"{0} m"}
1390                other{"{0} m"}
1391            }
1392            mile{
1393                one{"{0} milha"}
1394                other{"{0} milhas"}
1395            }
1396            millimeter{
1397                one{"{0} mm"}
1398                other{"{0} mm"}
1399            }
1400            picometer{
1401                one{"{0} pm"}
1402                other{"{0} pm"}
1403            }
1404            yard{
1405                one{"{0} yd"}
1406                other{"{0} yd"}
1407            }
1408        }
1409        mass{
1410            gram{
1411                one{"{0} g"}
1412                other{"{0} g"}
1413            }
1414            kilogram{
1415                one{"{0} kg"}
1416                other{"{0} kg"}
1417            }
1418            ounce{
1419                one{"{0} oz"}
1420                other{"{0} oz"}
1421            }
1422            pound{
1423                one{"{0} lb"}
1424                other{"{0} lb"}
1425            }
1426        }
1427        power{
1428            horsepower{
1429                one{"{0} cv"}
1430                other{"{0} cv"}
1431            }
1432            kilowatt{
1433                one{"{0} kW"}
1434                other{"{0} kW"}
1435            }
1436            watt{
1437                one{"{0} W"}
1438                other{"{0} W"}
1439            }
1440        }
1441        pressure{
1442            hectopascal{
1443                one{"{0} hPa"}
1444                other{"{0} hPa"}
1445            }
1446            inch-hg{
1447                one{"{0}\u0022 Hg"}
1448                other{"{0}\u0022 Hg"}
1449            }
1450            millibar{
1451                one{"{0} mb"}
1452                other{"{0} mb"}
1453            }
1454        }
1455        speed{
1456            kilometer-per-hour{
1457                one{"{0} km/h"}
1458                other{"{0} km/h"}
1459            }
1460            meter-per-second{
1461                one{"{0} m/s"}
1462                other{"{0} m/s"}
1463            }
1464            mile-per-hour{
1465                one{"{0} mi/h"}
1466                other{"{0} mi/h"}
1467            }
1468        }
1469        temperature{
1470            celsius{
1471                one{"{0} °"}
1472                other{"{0} °"}
1473            }
1474            fahrenheit{
1475                one{"{0} °F"}
1476                other{"{0} °F"}
1477            }
1478        }
1479        volume{
1480            cubic-kilometer{
1481                one{"{0} km³"}
1482                other{"{0} km³"}
1483            }
1484            cubic-mile{
1485                one{"{0} mi³"}
1486                other{"{0} mi³"}
1487            }
1488            liter{
1489                one{"{0} l"}
1490                other{"{0} l"}
1491            }
1492        }
1493    }
1494    unitsShort{
1495        acceleration{
1496            g-force{
1497                one{"{0} G"}
1498                other{"{0} G"}
1499            }
1500        }
1501        angle{
1502            arc-minute{
1503                one{"{0} min"}
1504                other{"{0} min"}
1505            }
1506            arc-second{
1507                one{"{0} s"}
1508                other{"{0} s"}
1509            }
1510            degree{
1511                one{"{0}°"}
1512                other{"{0}°"}
1513            }
1514        }
1515        area{
1516            acre{
1517                one{"{0} acre"}
1518                other{"{0} acres"}
1519            }
1520            hectare{
1521                one{"{0} ha"}
1522                other{"{0} ha"}
1523            }
1524            square-foot{
1525                one{"{0} ft²"}
1526                other{"{0} ft²"}
1527            }
1528            square-kilometer{
1529                one{"{0} km²"}
1530                other{"{0} km²"}
1531            }
1532            square-meter{
1533                one{"{0} m²"}
1534                other{"{0} m²"}
1535            }
1536            square-mile{
1537                one{"{0} mi²"}
1538                other{"{0} mi²"}
1539            }
1540        }
1541        compound{
1542            per{"{0}/{1}"}
1543        }
1544        duration{
1545            day{
1546                one{"{0} dia"}
1547                other{"{0} dias"}
1548            }
1549            hour{
1550                one{"{0} h"}
1551                other{"{0} h"}
1552            }
1553            millisecond{
1554                one{"{0} ms"}
1555                other{"{0} ms"}
1556            }
1557            minute{
1558                one{"{0} min"}
1559                other{"{0} min"}
1560            }
1561            month{
1562                one{"{0} mês"}
1563                other{"{0} meses"}
1564            }
1565            second{
1566                one{"{0} s"}
1567                other{"{0} s"}
1568            }
1569            week{
1570                one{"{0} sem."}
1571                other{"{0} sem."}
1572            }
1573            year{
1574                one{"{0} ano"}
1575                other{"{0} anos"}
1576            }
1577        }
1578        length{
1579            centimeter{
1580                one{"{0} cm"}
1581                other{"{0} cm"}
1582            }
1583            foot{
1584                one{"{0} pé"}
1585                other{"{0} pés"}
1586            }
1587            inch{
1588                one{"{0} pol."}
1589                other{"{0} pol."}
1590            }
1591            kilometer{
1592                one{"{0} km"}
1593                other{"{0} km"}
1594            }
1595            light-year{
1596                one{"{0} ano-luz"}
1597                other{"{0} anos-luz"}
1598            }
1599            meter{
1600                one{"{0} m"}
1601                other{"{0} m"}
1602            }
1603            mile{
1604                one{"{0} milha"}
1605                other{"{0} milhas"}
1606            }
1607            millimeter{
1608                one{"{0} mm"}
1609                other{"{0} mm"}
1610            }
1611            picometer{
1612                one{"{0} pm"}
1613                other{"{0} pm"}
1614            }
1615            yard{
1616                one{"{0} yd"}
1617                other{"{0} yd"}
1618            }
1619        }
1620        mass{
1621            gram{
1622                one{"{0} g"}
1623                other{"{0} g"}
1624            }
1625            kilogram{
1626                one{"{0} kg"}
1627                other{"{0} kg"}
1628            }
1629            ounce{
1630                one{"{0} oz"}
1631                other{"{0} oz"}
1632            }
1633            pound{
1634                one{"{0} lb"}
1635                other{"{0} lb"}
1636            }
1637        }
1638        power{
1639            horsepower{
1640                one{"{0} cv"}
1641                other{"{0} cv"}
1642            }
1643            kilowatt{
1644                one{"{0} kW"}
1645                other{"{0} kW"}
1646            }
1647            watt{
1648                one{"{0} W"}
1649                other{"{0} W"}
1650            }
1651        }
1652        pressure{
1653            hectopascal{
1654                one{"{0} hPa"}
1655                other{"{0} hPa"}
1656            }
1657            inch-hg{
1658                one{"{0} inHg"}
1659                other{"{0} inHg"}
1660            }
1661            millibar{
1662                one{"{0} mb"}
1663                other{"{0} mb"}
1664            }
1665        }
1666        speed{
1667            kilometer-per-hour{
1668                one{"{0} km/h"}
1669                other{"{0} km/h"}
1670            }
1671            meter-per-second{
1672                one{"{0} m/s"}
1673                other{"{0} m/s"}
1674            }
1675            mile-per-hour{
1676                one{"{0} mi/h"}
1677                other{"{0} mi/h"}
1678            }
1679        }
1680        temperature{
1681            celsius{
1682                one{"{0}°C"}
1683                other{"{0}°C"}
1684            }
1685            fahrenheit{
1686                one{"{0}°F"}
1687                other{"{0}°F"}
1688            }
1689        }
1690        volume{
1691            cubic-kilometer{
1692                one{"{0} km³"}
1693                other{"{0} km³"}
1694            }
1695            cubic-mile{
1696                one{"{0} mi³"}
1697                other{"{0} mi³"}
1698            }
1699            liter{
1700                one{"{0} l"}
1701                other{"{0} l"}
1702            }
1703        }
1704    }
1705}
1706