File Coverage

blib/lib/Locale/CLDR/Locales/Pt.pm
Criterion Covered Total %
statement 29 36 80.5
branch n/a
condition n/a
subroutine 10 11 90.9
pod 0 1 0.0
total 39 48 81.2


line stmt bran cond sub pod time code
1             =head1
2              
3             Locale::CLDR::Locales::Pt - Package for language Portuguese
4              
5             =cut
6              
7             package Locale::CLDR::Locales::Pt;
8             # This file auto generated from Data\common\main\pt.xml
9             # on Sun 24 Apr 8:46:30 am GMT
10              
11 1     1   2456174 use version;
  1         1  
  1         6  
12              
13             our $VERSION = version->declare('v0.29.0');
14              
15 1     1   85 use v5.10.1;
  1         2  
16 1     1   4 use mro 'c3';
  1         4  
  1         7  
17 1     1   29 use utf8;
  1         1  
  1         6  
18 1     1   27 use if $^V ge v5.12.0, feature => 'unicode_strings';
  1         1  
  1         13  
19              
20 1     1   647 use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef );
  1         46280  
  1         10  
21 1     1   1420 use Moo;
  1         8807  
  1         4  
22              
23             extends('Locale::CLDR::Locales::Root');
24             has 'valid_algorithmic_formats' => (
25             is => 'ro',
26             isa => ArrayRef,
27             init_arg => undef,
28             default => sub {[ 'spellout-numbering-year','spellout-numbering','spellout-cardinal-masculine','spellout-cardinal-feminine','spellout-ordinal-masculine','spellout-ordinal-feminine','digits-ordinal-masculine','digits-ordinal-feminine','digits-ordinal' ]},
29             );
30              
31             has 'algorithmic_number_format_data' => (
32             is => 'ro',
33             isa => HashRef,
34             init_arg => undef,
35             default => sub {
36 1     1   3387 use bignum;
  1         2  
  1         8  
37             return {
38             'digits-ordinal' => {
39             'public' => {
40             '0' => {
41             base_value => q(0),
42             divisor => q(1),
43             rule => q(=%digits-ordinal-masculine=),
44             },
45             'max' => {
46             base_value => q(0),
47             divisor => q(1),
48             rule => q(=%digits-ordinal-masculine=),
49             },
50             },
51             },
52             'digits-ordinal-feminine' => {
53             'public' => {
54             '-x' => {
55             divisor => q(1),
56             rule => q(−→→),
57             },
58             '0' => {
59             base_value => q(0),
60             divisor => q(1),
61             rule => q(=#,##0==%%dord-femabbrev=),
62             },
63             'max' => {
64             base_value => q(0),
65             divisor => q(1),
66             rule => q(=#,##0==%%dord-femabbrev=),
67             },
68             },
69             },
70             'digits-ordinal-masculine' => {
71             'public' => {
72             '-x' => {
73             divisor => q(1),
74             rule => q(−→→),
75             },
76             '0' => {
77             base_value => q(0),
78             divisor => q(1),
79             rule => q(=#,##0==%%dord-mascabbrev=),
80             },
81             'max' => {
82             base_value => q(0),
83             divisor => q(1),
84             rule => q(=#,##0==%%dord-mascabbrev=),
85             },
86             },
87             },
88             'dord-femabbrev' => {
89             'private' => {
90             '0' => {
91             base_value => q(0),
92             divisor => q(1),
93             rule => q(ª),
94             },
95             'max' => {
96             base_value => q(0),
97             divisor => q(1),
98             rule => q(ª),
99             },
100             },
101             },
102             'dord-mascabbrev' => {
103             'private' => {
104             '0' => {
105             base_value => q(0),
106             divisor => q(1),
107             rule => q(º),
108             },
109             'max' => {
110             base_value => q(0),
111             divisor => q(1),
112             rule => q(º),
113             },
114             },
115             },
116             'lenient-parse' => {
117             'private' => {
118             '0' => {
119             base_value => q(0),
120             divisor => q(1),
121             rule => q(&[last primary ignorable ] ←← ' ' ←← ',' ←← '-' ←← '­'),
122             },
123             'max' => {
124             base_value => q(0),
125             divisor => q(1),
126             rule => q(&[last primary ignorable ] ←← ' ' ←← ',' ←← '-' ←← '­'),
127             },
128             },
129             },
130             'spellout-cardinal-feminine' => {
131             'public' => {
132             '-x' => {
133             divisor => q(1),
134             rule => q(menos →→),
135             },
136             '0' => {
137             base_value => q(0),
138             divisor => q(1),
139             rule => q(zero),
140             },
141             'x.x' => {
142             divisor => q(1),
143             rule => q(←← vírgula →→),
144             },
145             '1' => {
146             base_value => q(1),
147             divisor => q(1),
148             rule => q(uma),
149             },
150             '2' => {
151             base_value => q(2),
152             divisor => q(1),
153             rule => q(duas),
154             },
155             '3' => {
156             base_value => q(3),
157             divisor => q(1),
158             rule => q(=%spellout-cardinal-masculine=),
159             },
160             '20' => {
161             base_value => q(20),
162             divisor => q(10),
163             rule => q(vinte[ e →→]),
164             },
165             '30' => {
166             base_value => q(30),
167             divisor => q(10),
168             rule => q(trinta[ e →→]),
169             },
170             '40' => {
171             base_value => q(40),
172             divisor => q(10),
173             rule => q(quarenta[ e →→]),
174             },
175             '50' => {
176             base_value => q(50),
177             divisor => q(10),
178             rule => q(cinquenta[ e →→]),
179             },
180             '60' => {
181             base_value => q(60),
182             divisor => q(10),
183             rule => q(sessenta[ e →→]),
184             },
185             '70' => {
186             base_value => q(70),
187             divisor => q(10),
188             rule => q(setenta[ e →→]),
189             },
190             '80' => {
191             base_value => q(80),
192             divisor => q(10),
193             rule => q(oitenta[ e →→]),
194             },
195             '90' => {
196             base_value => q(90),
197             divisor => q(10),
198             rule => q(noventa[ e →→]),
199             },
200             '100' => {
201             base_value => q(100),
202             divisor => q(100),
203             rule => q(cem),
204             },
205             '101' => {
206             base_value => q(101),
207             divisor => q(100),
208             rule => q(cento e →→),
209             },
210             '200' => {
211             base_value => q(200),
212             divisor => q(100),
213             rule => q(duzentas[ e →→]),
214             },
215             '300' => {
216             base_value => q(300),
217             divisor => q(100),
218             rule => q(trezentas[ e →→]),
219             },
220             '400' => {
221             base_value => q(400),
222             divisor => q(100),
223             rule => q(quatrocentas[ e →→]),
224             },
225             '500' => {
226             base_value => q(500),
227             divisor => q(100),
228             rule => q(quinhentas[ e →→]),
229             },
230             '600' => {
231             base_value => q(600),
232             divisor => q(100),
233             rule => q(seiscentas[ e →→]),
234             },
235             '700' => {
236             base_value => q(700),
237             divisor => q(100),
238             rule => q(setecentas[ e →→]),
239             },
240             '800' => {
241             base_value => q(800),
242             divisor => q(100),
243             rule => q(oitocentas[ e →→]),
244             },
245             '900' => {
246             base_value => q(900),
247             divisor => q(100),
248             rule => q(novecentas[ e →→]),
249             },
250             '1000' => {
251             base_value => q(1000),
252             divisor => q(1000),
253             rule => q(mil[ e →→]),
254             },
255             '2000' => {
256             base_value => q(2000),
257             divisor => q(1000),
258             rule => q(←← mil[ e →→]),
259             },
260             '1000000' => {
261             base_value => q(1000000),
262             divisor => q(1000000),
263             rule => q(um milhão[ e →→]),
264             },
265             '2000000' => {
266             base_value => q(2000000),
267             divisor => q(1000000),
268             rule => q(←%spellout-cardinal-masculine← milhões[ e →→]),
269             },
270             '1000000000' => {
271             base_value => q(1000000000),
272             divisor => q(1000000000),
273             rule => q(um bilhão[ e →→]),
274             },
275             '2000000000' => {
276             base_value => q(2000000000),
277             divisor => q(1000000000),
278             rule => q(←%spellout-cardinal-masculine← bilhões[ e →→]),
279             },
280             '1000000000000' => {
281             base_value => q(1000000000000),
282             divisor => q(1000000000000),
283             rule => q(um trilhão[ e →→]),
284             },
285             '2000000000000' => {
286             base_value => q(2000000000000),
287             divisor => q(1000000000000),
288             rule => q(←%spellout-cardinal-masculine← trilhões[ e →→]),
289             },
290             '1000000000000000' => {
291             base_value => q(1000000000000000),
292             divisor => q(1000000000000000),
293             rule => q(um quatrilhão[ e →→]),
294             },
295             '2000000000000000' => {
296             base_value => q(2000000000000000),
297             divisor => q(1000000000000000),
298             rule => q(←%spellout-cardinal-masculine← quatrilhões[ e →→]),
299             },
300             '1000000000000000000' => {
301             base_value => q(1000000000000000000),
302             divisor => q(1000000000000000000),
303             rule => q(=#,##0=),
304             },
305             'max' => {
306             base_value => q(1000000000000000000),
307             divisor => q(1000000000000000000),
308             rule => q(=#,##0=),
309             },
310             },
311             },
312             'spellout-cardinal-masculine' => {
313             'public' => {
314             '-x' => {
315             divisor => q(1),
316             rule => q(menos →→),
317             },
318             '0' => {
319             base_value => q(0),
320             divisor => q(1),
321             rule => q(zero),
322             },
323             'x.x' => {
324             divisor => q(1),
325             rule => q(←← vírgula →→),
326             },
327             '1' => {
328             base_value => q(1),
329             divisor => q(1),
330             rule => q(um),
331             },
332             '2' => {
333             base_value => q(2),
334             divisor => q(1),
335             rule => q(dois),
336             },
337             '3' => {
338             base_value => q(3),
339             divisor => q(1),
340             rule => q(três),
341             },
342             '4' => {
343             base_value => q(4),
344             divisor => q(1),
345             rule => q(quatro),
346             },
347             '5' => {
348             base_value => q(5),
349             divisor => q(1),
350             rule => q(cinco),
351             },
352             '6' => {
353             base_value => q(6),
354             divisor => q(1),
355             rule => q(seis),
356             },
357             '7' => {
358             base_value => q(7),
359             divisor => q(1),
360             rule => q(sete),
361             },
362             '8' => {
363             base_value => q(8),
364             divisor => q(1),
365             rule => q(oito),
366             },
367             '9' => {
368             base_value => q(9),
369             divisor => q(1),
370             rule => q(nove),
371             },
372             '10' => {
373             base_value => q(10),
374             divisor => q(10),
375             rule => q(dez),
376             },
377             '11' => {
378             base_value => q(11),
379             divisor => q(10),
380             rule => q(onze),
381             },
382             '12' => {
383             base_value => q(12),
384             divisor => q(10),
385             rule => q(doze),
386             },
387             '13' => {
388             base_value => q(13),
389             divisor => q(10),
390             rule => q(treze),
391             },
392             '14' => {
393             base_value => q(14),
394             divisor => q(10),
395             rule => q(catorze),
396             },
397             '15' => {
398             base_value => q(15),
399             divisor => q(10),
400             rule => q(quinze),
401             },
402             '16' => {
403             base_value => q(16),
404             divisor => q(10),
405             rule => q(dezesseis),
406             },
407             '17' => {
408             base_value => q(17),
409             divisor => q(10),
410             rule => q(dezessete),
411             },
412             '18' => {
413             base_value => q(18),
414             divisor => q(10),
415             rule => q(dezoito),
416             },
417             '19' => {
418             base_value => q(19),
419             divisor => q(10),
420             rule => q(dezenove),
421             },
422             '20' => {
423             base_value => q(20),
424             divisor => q(10),
425             rule => q(vinte[ e →→]),
426             },
427             '30' => {
428             base_value => q(30),
429             divisor => q(10),
430             rule => q(trinta[ e →→]),
431             },
432             '40' => {
433             base_value => q(40),
434             divisor => q(10),
435             rule => q(quarenta[ e →→]),
436             },
437             '50' => {
438             base_value => q(50),
439             divisor => q(10),
440             rule => q(cinquenta[ e →→]),
441             },
442             '60' => {
443             base_value => q(60),
444             divisor => q(10),
445             rule => q(sessenta[ e →→]),
446             },
447             '70' => {
448             base_value => q(70),
449             divisor => q(10),
450             rule => q(setenta[ e →→]),
451             },
452             '80' => {
453             base_value => q(80),
454             divisor => q(10),
455             rule => q(oitenta[ e →→]),
456             },
457             '90' => {
458             base_value => q(90),
459             divisor => q(10),
460             rule => q(noventa[ e →→]),
461             },
462             '100' => {
463             base_value => q(100),
464             divisor => q(100),
465             rule => q(cem),
466             },
467             '101' => {
468             base_value => q(101),
469             divisor => q(100),
470             rule => q(cento e →→),
471             },
472             '200' => {
473             base_value => q(200),
474             divisor => q(100),
475             rule => q(duzentos[ e →→]),
476             },
477             '300' => {
478             base_value => q(300),
479             divisor => q(100),
480             rule => q(trezentos[ e →→]),
481             },
482             '400' => {
483             base_value => q(400),
484             divisor => q(100),
485             rule => q(quatrocentos[ e →→]),
486             },
487             '500' => {
488             base_value => q(500),
489             divisor => q(100),
490             rule => q(quinhentos[ e →→]),
491             },
492             '600' => {
493             base_value => q(600),
494             divisor => q(100),
495             rule => q(seiscentos[ e →→]),
496             },
497             '700' => {
498             base_value => q(700),
499             divisor => q(100),
500             rule => q(setecentos[ e →→]),
501             },
502             '800' => {
503             base_value => q(800),
504             divisor => q(100),
505             rule => q(oitocentos[ e →→]),
506             },
507             '900' => {
508             base_value => q(900),
509             divisor => q(100),
510             rule => q(novecentos[ e →→]),
511             },
512             '1000' => {
513             base_value => q(1000),
514             divisor => q(1000),
515             rule => q(mil[ e →→]),
516             },
517             '2000' => {
518             base_value => q(2000),
519             divisor => q(1000),
520             rule => q(←← mil[ e →→]),
521             },
522             '1000000' => {
523             base_value => q(1000000),
524             divisor => q(1000000),
525             rule => q(um milhão[ e →→]),
526             },
527             '2000000' => {
528             base_value => q(2000000),
529             divisor => q(1000000),
530             rule => q(←← milhões[ e →→]),
531             },
532             '1000000000' => {
533             base_value => q(1000000000),
534             divisor => q(1000000000),
535             rule => q(um bilhão[ e →→]),
536             },
537             '2000000000' => {
538             base_value => q(2000000000),
539             divisor => q(1000000000),
540             rule => q(←← bilhões[ e →→]),
541             },
542             '1000000000000' => {
543             base_value => q(1000000000000),
544             divisor => q(1000000000000),
545             rule => q(um trilhão[ e →→]),
546             },
547             '2000000000000' => {
548             base_value => q(2000000000000),
549             divisor => q(1000000000000),
550             rule => q(←← trilhões[ e →→]),
551             },
552             '1000000000000000' => {
553             base_value => q(1000000000000000),
554             divisor => q(1000000000000000),
555             rule => q(um quatrilhão[ e →→]),
556             },
557             '2000000000000000' => {
558             base_value => q(2000000000000000),
559             divisor => q(1000000000000000),
560             rule => q(←← quatrilhões[ e →→]),
561             },
562             '1000000000000000000' => {
563             base_value => q(1000000000000000000),
564             divisor => q(1000000000000000000),
565             rule => q(=#,##0=),
566             },
567             'max' => {
568             base_value => q(1000000000000000000),
569             divisor => q(1000000000000000000),
570             rule => q(=#,##0=),
571             },
572             },
573             },
574             'spellout-numbering' => {
575             'public' => {
576             '0' => {
577             base_value => q(0),
578             divisor => q(1),
579             rule => q(=%spellout-cardinal-masculine=),
580             },
581             'max' => {
582             base_value => q(0),
583             divisor => q(1),
584             rule => q(=%spellout-cardinal-masculine=),
585             },
586             },
587             },
588             'spellout-numbering-year' => {
589             'public' => {
590             '0' => {
591             base_value => q(0),
592             divisor => q(1),
593             rule => q(=%spellout-numbering=),
594             },
595             'x.x' => {
596             divisor => q(1),
597             rule => q(=#,###0.#=),
598             },
599             'max' => {
600             divisor => q(1),
601             rule => q(=#,###0.#=),
602             },
603             },
604             },
605             'spellout-ordinal-feminine' => {
606             'public' => {
607             '-x' => {
608             divisor => q(1),
609             rule => q(menos →→),
610             },
611             '0' => {
612             base_value => q(0),
613             divisor => q(1),
614             rule => q(zero),
615             },
616             'x.x' => {
617             divisor => q(1),
618             rule => q(=#,##0.#=),
619             },
620             '1' => {
621             base_value => q(1),
622             divisor => q(1),
623             rule => q(primeira),
624             },
625             '2' => {
626             base_value => q(2),
627             divisor => q(1),
628             rule => q(segunda),
629             },
630             '3' => {
631             base_value => q(3),
632             divisor => q(1),
633             rule => q(terceira),
634             },
635             '4' => {
636             base_value => q(4),
637             divisor => q(1),
638             rule => q(quarta),
639             },
640             '5' => {
641             base_value => q(5),
642             divisor => q(1),
643             rule => q(quinta),
644             },
645             '6' => {
646             base_value => q(6),
647             divisor => q(1),
648             rule => q(sexta),
649             },
650             '7' => {
651             base_value => q(7),
652             divisor => q(1),
653             rule => q(sétima),
654             },
655             '8' => {
656             base_value => q(8),
657             divisor => q(1),
658             rule => q(oitava),
659             },
660             '9' => {
661             base_value => q(9),
662             divisor => q(1),
663             rule => q(nona),
664             },
665             '10' => {
666             base_value => q(10),
667             divisor => q(10),
668             rule => q(décima[ →→]),
669             },
670             '20' => {
671             base_value => q(20),
672             divisor => q(10),
673             rule => q(vigésima[ →→]),
674             },
675             '30' => {
676             base_value => q(30),
677             divisor => q(10),
678             rule => q(trigésima[ →→]),
679             },
680             '40' => {
681             base_value => q(40),
682             divisor => q(10),
683             rule => q(quadragésima[ →→]),
684             },
685             '50' => {
686             base_value => q(50),
687             divisor => q(10),
688             rule => q(quinquagésima[ →→]),
689             },
690             '60' => {
691             base_value => q(60),
692             divisor => q(10),
693             rule => q(sexagésima[ →→]),
694             },
695             '70' => {
696             base_value => q(70),
697             divisor => q(10),
698             rule => q(septuagésima[ →→]),
699             },
700             '80' => {
701             base_value => q(80),
702             divisor => q(10),
703             rule => q(octogésima[ →→]),
704             },
705             '90' => {
706             base_value => q(90),
707             divisor => q(10),
708             rule => q(nonagésima[ →→]),
709             },
710             '100' => {
711             base_value => q(100),
712             divisor => q(100),
713             rule => q(centésima[ →→]),
714             },
715             '200' => {
716             base_value => q(200),
717             divisor => q(100),
718             rule => q(ducentésima[ →→]),
719             },
720             '300' => {
721             base_value => q(300),
722             divisor => q(100),
723             rule => q(tricentésima[ →→]),
724             },
725             '400' => {
726             base_value => q(400),
727             divisor => q(100),
728             rule => q(quadringentésima[ →→]),
729             },
730             '500' => {
731             base_value => q(500),
732             divisor => q(100),
733             rule => q(quingentésima[ →→]),
734             },
735             '600' => {
736             base_value => q(600),
737             divisor => q(100),
738             rule => q(sexcentésima[ →→]),
739             },
740             '700' => {
741             base_value => q(700),
742             divisor => q(100),
743             rule => q(septingentésima[ →→]),
744             },
745             '800' => {
746             base_value => q(800),
747             divisor => q(100),
748             rule => q(octingentésima[ →→]),
749             },
750             '900' => {
751             base_value => q(900),
752             divisor => q(100),
753             rule => q(noningentésima[ →→]),
754             },
755             '1000' => {
756             base_value => q(1000),
757             divisor => q(1000),
758             rule => q(milésima[ →→]),
759             },
760             '2000' => {
761             base_value => q(2000),
762             divisor => q(1000),
763             rule => q(←%spellout-cardinal-feminine← ­milésima[ →→]),
764             },
765             '1000000' => {
766             base_value => q(1000000),
767             divisor => q(1000000),
768             rule => q(uma milionésima[ →→]),
769             },
770             '2000000' => {
771             base_value => q(2000000),
772             divisor => q(1000000),
773             rule => q(←%spellout-cardinal-feminine← milionésima[ →→]),
774             },
775             '1000000000' => {
776             base_value => q(1000000000),
777             divisor => q(1000000000),
778             rule => q(uma bilionésima[ →→]),
779             },
780             '2000000000' => {
781             base_value => q(2000000000),
782             divisor => q(1000000000),
783             rule => q(←%spellout-cardinal-feminine← bilionésima[ →→]),
784             },
785             '1000000000000' => {
786             base_value => q(1000000000000),
787             divisor => q(1000000000000),
788             rule => q(uma trilionésima[ →→]),
789             },
790             '2000000000000' => {
791             base_value => q(2000000000000),
792             divisor => q(1000000000000),
793             rule => q(←%spellout-cardinal-feminine← trilionésima[ →→]),
794             },
795             '1000000000000000' => {
796             base_value => q(1000000000000000),
797             divisor => q(1000000000000000),
798             rule => q(uma quadrilionésima[ →→]),
799             },
800             '2000000000000000' => {
801             base_value => q(2000000000000000),
802             divisor => q(1000000000000000),
803             rule => q(←%spellout-cardinal-feminine← quadrilionésima[ →→]),
804             },
805             '1000000000000000000' => {
806             base_value => q(1000000000000000000),
807             divisor => q(1000000000000000000),
808             rule => q(=#,##0=ª),
809             },
810             'max' => {
811             base_value => q(1000000000000000000),
812             divisor => q(1000000000000000000),
813             rule => q(=#,##0=ª),
814             },
815             },
816             },
817             'spellout-ordinal-masculine' => {
818             'public' => {
819             '-x' => {
820             divisor => q(1),
821             rule => q(menos →→),
822             },
823             '0' => {
824             base_value => q(0),
825             divisor => q(1),
826             rule => q(zero),
827             },
828             'x.x' => {
829             divisor => q(1),
830             rule => q(=#,##0.#=),
831             },
832             '1' => {
833             base_value => q(1),
834             divisor => q(1),
835             rule => q(primeiro),
836             },
837             '2' => {
838             base_value => q(2),
839             divisor => q(1),
840             rule => q(segundo),
841             },
842             '3' => {
843             base_value => q(3),
844             divisor => q(1),
845             rule => q(terceiro),
846             },
847             '4' => {
848             base_value => q(4),
849             divisor => q(1),
850             rule => q(quarto),
851             },
852             '5' => {
853             base_value => q(5),
854             divisor => q(1),
855             rule => q(quinto),
856             },
857             '6' => {
858             base_value => q(6),
859             divisor => q(1),
860             rule => q(sexto),
861             },
862             '7' => {
863             base_value => q(7),
864             divisor => q(1),
865             rule => q(sétimo),
866             },
867             '8' => {
868             base_value => q(8),
869             divisor => q(1),
870             rule => q(oitavo),
871             },
872             '9' => {
873             base_value => q(9),
874             divisor => q(1),
875             rule => q(nono),
876             },
877             '10' => {
878             base_value => q(10),
879             divisor => q(10),
880             rule => q(décimo[ →→]),
881             },
882             '20' => {
883             base_value => q(20),
884             divisor => q(10),
885             rule => q(vigésimo[ →→]),
886             },
887             '30' => {
888             base_value => q(30),
889             divisor => q(10),
890             rule => q(trigésimo[ →→]),
891             },
892             '40' => {
893             base_value => q(40),
894             divisor => q(10),
895             rule => q(quadragésimo[ →→]),
896             },
897             '50' => {
898             base_value => q(50),
899             divisor => q(10),
900             rule => q(quinquagésimo[ →→]),
901             },
902             '60' => {
903             base_value => q(60),
904             divisor => q(10),
905             rule => q(sexagésimo[ →→]),
906             },
907             '70' => {
908             base_value => q(70),
909             divisor => q(10),
910             rule => q(septuagésimo[ →→]),
911             },
912             '80' => {
913             base_value => q(80),
914             divisor => q(10),
915             rule => q(octogésimo[ →→]),
916             },
917             '90' => {
918             base_value => q(90),
919             divisor => q(10),
920             rule => q(nonagésimo[ →→]),
921             },
922             '100' => {
923             base_value => q(100),
924             divisor => q(100),
925             rule => q(centésimo[ →→]),
926             },
927             '200' => {
928             base_value => q(200),
929             divisor => q(100),
930             rule => q(ducentésimo[ →→]),
931             },
932             '300' => {
933             base_value => q(300),
934             divisor => q(100),
935             rule => q(tricentésimo[ →→]),
936             },
937             '400' => {
938             base_value => q(400),
939             divisor => q(100),
940             rule => q(quadringentésimo[ →→]),
941             },
942             '500' => {
943             base_value => q(500),
944             divisor => q(100),
945             rule => q(quingentésimo[ →→]),
946             },
947             '600' => {
948             base_value => q(600),
949             divisor => q(100),
950             rule => q(sexcentésimo[ →→]),
951             },
952             '700' => {
953             base_value => q(700),
954             divisor => q(100),
955             rule => q(septingentésimo[ →→]),
956             },
957             '800' => {
958             base_value => q(800),
959             divisor => q(100),
960             rule => q(octingentésimo[ →→]),
961             },
962             '900' => {
963             base_value => q(900),
964             divisor => q(100),
965             rule => q(noningentésimo[ →→]),
966             },
967             '1000' => {
968             base_value => q(1000),
969             divisor => q(1000),
970             rule => q(milésimo[ →→]),
971             },
972             '2000' => {
973             base_value => q(2000),
974             divisor => q(1000),
975             rule => q(←%spellout-cardinal-masculine← ­milésimo[ →→]),
976             },
977             '1000000' => {
978             base_value => q(1000000),
979             divisor => q(1000000),
980             rule => q(um milionésimo[ →→]),
981             },
982             '2000000' => {
983             base_value => q(2000000),
984             divisor => q(1000000),
985             rule => q(←%spellout-cardinal-masculine← milionésimo[ →→]),
986             },
987             '1000000000' => {
988             base_value => q(1000000000),
989             divisor => q(1000000000),
990             rule => q(um bilionésimo[ →→]),
991             },
992             '2000000000' => {
993             base_value => q(2000000000),
994             divisor => q(1000000000),
995             rule => q(←%spellout-cardinal-masculine← bilionésimo[ →→]),
996             },
997             '1000000000000' => {
998             base_value => q(1000000000000),
999             divisor => q(1000000000000),
1000             rule => q(um trilionésimo[ →→]),
1001             },
1002             '2000000000000' => {
1003             base_value => q(2000000000000),
1004             divisor => q(1000000000000),
1005             rule => q(←%spellout-cardinal-masculine← trilionésima[ →→]),
1006             },
1007             '1000000000000000' => {
1008             base_value => q(1000000000000000),
1009             divisor => q(1000000000000000),
1010             rule => q(um quadrilionésimo[ →→]),
1011             },
1012             '2000000000000000' => {
1013             base_value => q(2000000000000000),
1014             divisor => q(1000000000000000),
1015             rule => q(←%spellout-cardinal-masculine← quadrilionésimo[ →→]),
1016             },
1017             '1000000000000000000' => {
1018             base_value => q(1000000000000000000),
1019             divisor => q(1000000000000000000),
1020             rule => q(=#,##0=º),
1021             },
1022             'max' => {
1023             base_value => q(1000000000000000000),
1024             divisor => q(1000000000000000000),
1025             rule => q(=#,##0=º),
1026             },
1027             },
1028             },
1029             } },
1030             );
1031              
1032             # Need to add code for Key type pattern
1033             sub display_name_pattern {
1034 0     0 0   my ($self, $name, $region, $script, $variant) = @_;
1035              
1036 0           my $display_pattern = '{0} ({1})';
1037 0           $display_pattern =~s/\{0\}/$name/g;
1038 0           my $subtags = join '{0}, {1}', grep {$_} (
  0            
1039             $region,
1040             $script,
1041             $variant,
1042             );
1043              
1044 0           $display_pattern =~s/\{1\}/$subtags/g;
1045 0           return $display_pattern;
1046             }
1047              
1048             has 'display_name_language' => (
1049             is => 'ro',
1050             isa => CodeRef,
1051             init_arg => undef,
1052             default => sub {
1053             sub {
1054             my %languages = (
1055             'aa' => 'afar',
1056             'ab' => 'abcázio',
1057             'ace' => 'achém',
1058             'ach' => 'acoli',
1059             'ada' => 'adangme',
1060             'ady' => 'adigue',
1061             'ae' => 'avéstico',
1062             'af' => 'africâner',
1063             'afh' => 'afrihili',
1064             'agq' => 'aghem',
1065             'ain' => 'ainu',
1066             'ak' => 'akan',
1067             'akk' => 'acadiano',
1068             'ale' => 'aleúte',
1069             'alt' => 'altai do sul',
1070             'am' => 'amárico',
1071             'an' => 'aragonês',
1072             'ang' => 'inglês arcaico',
1073             'anp' => 'angika',
1074             'ar' => 'árabe',
1075             'ar_001' => 'árabe moderno',
1076             'arc' => 'aramaico',
1077             'arn' => 'mapudungun',
1078             'arp' => 'arapaho',
1079             'arw' => 'arauaqui',
1080             'as' => 'assamês',
1081             'asa' => 'asu',
1082             'ast' => 'asturiano',
1083             'av' => 'avaric',
1084             'awa' => 'awadhi',
1085             'ay' => 'aimara',
1086             'az' => 'azerbaijano',
1087             'az@alt=short' => 'azeri',
1088             'az_Arab' => 'azeri sul',
1089             'ba' => 'bashkir',
1090             'bal' => 'balúchi',
1091             'ban' => 'balinês',
1092             'bas' => 'basa',
1093             'bax' => 'bamum',
1094             'bbj' => 'ghomala’',
1095             'be' => 'bielorrusso',
1096             'bej' => 'beja',
1097             'bem' => 'bemba',
1098             'bez' => 'bena',
1099             'bfd' => 'bafut',
1100             'bg' => 'búlgaro',
1101             'bgn' => 'balúchi ocidental',
1102             'bho' => 'bhojpuri',
1103             'bi' => 'bislamá',
1104             'bik' => 'bikol',
1105             'bin' => 'bini',
1106             'bkm' => 'kom',
1107             'bla' => 'siksika',
1108             'bm' => 'bambara',
1109             'bn' => 'bengali',
1110             'bo' => 'tibetano',
1111             'br' => 'bretão',
1112             'bra' => 'braj',
1113             'brx' => 'bodo',
1114             'bs' => 'bósnio',
1115             'bss' => 'akoose',
1116             'bua' => 'buriat',
1117             'bug' => 'buginês',
1118             'bum' => 'bulu',
1119             'byn' => 'blin',
1120             'byv' => 'medumba',
1121             'ca' => 'catalão',
1122             'cad' => 'caddo',
1123             'car' => 'caribe',
1124             'cay' => 'cayuga',
1125             'cch' => 'atsam',
1126             'ce' => 'checheno',
1127             'ceb' => 'cebuano',
1128             'cgg' => 'chiga',
1129             'ch' => 'chamorro',
1130             'chb' => 'chibcha',
1131             'chg' => 'chagatai',
1132             'chk' => 'chuukese',
1133             'chm' => 'mari',
1134             'chn' => 'chinook jargon',
1135             'cho' => 'choctaw',
1136             'chp' => 'chipewyan',
1137             'chr' => 'cherokee',
1138             'chy' => 'cheiene',
1139             'ckb' => 'sorâni curdo',
1140             'co' => 'córsico',
1141             'cop' => 'copta',
1142             'cr' => 'cree',
1143             'crh' => 'turco da Crimeia',
1144             'cs' => 'tcheco',
1145             'csb' => 'kashubian',
1146             'cu' => 'eslavo eclesiástico',
1147             'cv' => 'tchuvache',
1148             'cy' => 'galês',
1149             'da' => 'dinamarquês',
1150             'dak' => 'dacota',
1151             'dar' => 'dargwa',
1152             'dav' => 'taita',
1153             'de' => 'alemão',
1154             'de_AT' => 'alemão austríaco',
1155             'de_CH' => 'alto alemão suíço',
1156             'del' => 'delaware',
1157             'den' => 'slave',
1158             'dgr' => 'dogrib',
1159             'din' => 'dinka',
1160             'dje' => 'zarma',
1161             'doi' => 'dogri',
1162             'dsb' => 'sorábio baixo',
1163             'dua' => 'duala',
1164             'dum' => 'holandês médio',
1165             'dv' => 'divehi',
1166             'dyo' => 'jola-fonyi',
1167             'dyu' => 'diúla',
1168             'dz' => 'dzonga',
1169             'dzg' => 'dazaga',
1170             'ebu' => 'embu',
1171             'ee' => 'eve',
1172             'efi' => 'efique',
1173             'egy' => 'egípcio arcaico',
1174             'eka' => 'ekajuk',
1175             'el' => 'grego',
1176             'elx' => 'elamite',
1177             'en' => 'inglês',
1178             'en_AU' => 'inglês australiano',
1179             'en_CA' => 'inglês canadense',
1180             'en_GB' => 'inglês britânico',
1181             'en_GB@alt=short' => 'inglês do Reino Unido',
1182             'en_US' => 'inglês americano',
1183             'en_US@alt=short' => 'inglês dos Estados Unidos',
1184             'enm' => 'inglês médio',
1185             'eo' => 'esperanto',
1186             'es' => 'espanhol',
1187             'es_419' => 'espanhol latino-americano',
1188             'es_ES' => 'espanhol europeu',
1189             'es_MX' => 'espanhol mexicano',
1190             'et' => 'estoniano',
1191             'eu' => 'basco',
1192             'ewo' => 'ewondo',
1193             'fa' => 'persa',
1194             'fan' => 'fangue',
1195             'fat' => 'fanti',
1196             'ff' => 'fula',
1197             'fi' => 'finlandês',
1198             'fil' => 'filipino',
1199             'fj' => 'fijiano',
1200             'fo' => 'feroês',
1201             'fon' => 'fom',
1202             'fr' => 'francês',
1203             'fr_CA' => 'francês canadense',
1204             'fr_CH' => 'francês suíço',
1205             'frm' => 'francês médio',
1206             'fro' => 'francês arcaico',
1207             'frr' => 'frísio setentrional',
1208             'frs' => 'frisão oriental',
1209             'fur' => 'friulano',
1210             'fy' => 'frísio ocidental',
1211             'ga' => 'irlandês',
1212             'gaa' => 'ga',
1213             'gag' => 'gagauz',
1214             'gay' => 'gayo',
1215             'gba' => 'gbaia',
1216             'gd' => 'gaélico escocês',
1217             'gez' => 'geez',
1218             'gil' => 'gilbertês',
1219             'gl' => 'galego',
1220             'gmh' => 'alemão médio-alto',
1221             'gn' => 'guarani',
1222             'goh' => 'alemão arcaico alto',
1223             'gon' => 'gondi',
1224             'gor' => 'gorontalo',
1225             'got' => 'gótico',
1226             'grb' => 'grebo',
1227             'grc' => 'grego arcaico',
1228             'gsw' => 'alemão suíço',
1229             'gu' => 'guzerate',
1230             'guz' => 'gusii',
1231             'gv' => 'manx',
1232             'gwi' => 'gwichʼin',
1233             'ha' => 'hauçá',
1234             'hai' => 'haida',
1235             'haw' => 'havaiano',
1236             'he' => 'hebraico',
1237             'hi' => 'híndi',
1238             'hil' => 'hiligaynon',
1239             'hit' => 'hitita',
1240             'hmn' => 'hmong',
1241             'ho' => 'hiri motu',
1242             'hr' => 'croata',
1243             'hsb' => 'sorábio alto',
1244             'ht' => 'haitiano',
1245             'hu' => 'húngaro',
1246             'hup' => 'hupa',
1247             'hy' => 'armênio',
1248             'hz' => 'herero',
1249             'ia' => 'interlíngua',
1250             'iba' => 'iban',
1251             'ibb' => 'ibibio',
1252             'id' => 'indonésio',
1253             'ie' => 'interlingue',
1254             'ig' => 'ibo',
1255             'ii' => 'sichuan yi',
1256             'ik' => 'inupiaque',
1257             'ilo' => 'ilocano',
1258             'inh' => 'inguche',
1259             'io' => 'ido',
1260             'is' => 'islandês',
1261             'it' => 'italiano',
1262             'iu' => 'inuktitut',
1263             'ja' => 'japonês',
1264             'jbo' => 'lojban',
1265             'jgo' => 'nguemba',
1266             'jmc' => 'machame',
1267             'jpr' => 'judaico-persa',
1268             'jrb' => 'judaico-arábico',
1269             'jv' => 'javanês',
1270             'ka' => 'georgiano',
1271             'kaa' => 'kara-kalpak',
1272             'kab' => 'kabyle',
1273             'kac' => 'kachin',
1274             'kaj' => 'jju',
1275             'kam' => 'kamba',
1276             'kaw' => 'kawi',
1277             'kbd' => 'kabardiano',
1278             'kbl' => 'kanembu',
1279             'kcg' => 'tyap',
1280             'kde' => 'maconde',
1281             'kea' => 'kabuverdianu',
1282             'kfo' => 'koro',
1283             'kg' => 'congolês',
1284             'kha' => 'khasi',
1285             'kho' => 'khotanês',
1286             'khq' => 'koyra chiini',
1287             'ki' => 'quicuio',
1288             'kj' => 'kuanyama',
1289             'kk' => 'cazaque',
1290             'kkj' => 'kako',
1291             'kl' => 'groenlandês',
1292             'kln' => 'kalenjin',
1293             'km' => 'khmer',
1294             'kmb' => 'quimbundo',
1295             'kn' => 'canarês',
1296             'ko' => 'coreano',
1297             'koi' => 'komi-permyak',
1298             'kok' => 'concani',
1299             'kos' => 'kosraean',
1300             'kpe' => 'kpelle',
1301             'kr' => 'canúri',
1302             'krc' => 'karachay-balkar',
1303             'krl' => 'idioma carélio',
1304             'kru' => 'kurukh',
1305             'ks' => 'caxemira',
1306             'ksb' => 'shambala',
1307             'ksf' => 'bafia',
1308             'ksh' => 'kölsch',
1309             'ku' => 'curdo',
1310             'kum' => 'kumyk',
1311             'kut' => 'kutenai',
1312             'kv' => 'komi',
1313             'kw' => 'córnico',
1314             'ky' => 'quirguiz',
1315             'la' => 'latim',
1316             'lad' => 'ladino',
1317             'lag' => 'langi',
1318             'lah' => 'lahnda',
1319             'lam' => 'lamba',
1320             'lb' => 'luxemburguês',
1321             'lez' => 'lezghian',
1322             'lg' => 'luganda',
1323             'li' => 'limburguês',
1324             'lkt' => 'lacota',
1325             'ln' => 'lingala',
1326             'lo' => 'laosiano',
1327             'lol' => 'mongo',
1328             'loz' => 'lozi',
1329             'lrc' => 'luri setentrional',
1330             'lt' => 'lituano',
1331             'lu' => 'luba-catanga',
1332             'lua' => 'luba-lulua',
1333             'lui' => 'luiseno',
1334             'lun' => 'lunda',
1335             'luo' => 'luo',
1336             'lus' => 'lushai',
1337             'luy' => 'luyia',
1338             'lv' => 'letão',
1339             'mad' => 'madurês',
1340             'maf' => 'mafa',
1341             'mag' => 'magahi',
1342             'mai' => 'maithili',
1343             'mak' => 'makasar',
1344             'man' => 'mandinga',
1345             'mas' => 'massai',
1346             'mde' => 'maba',
1347             'mdf' => 'mocsa',
1348             'mdr' => 'mandar',
1349             'men' => 'mende',
1350             'mer' => 'meru',
1351             'mfe' => 'morisyen',
1352             'mg' => 'malgaxe',
1353             'mga' => 'irlandês médio',
1354             'mgh' => 'macua',
1355             'mgo' => 'meta’',
1356             'mh' => 'marshalês',
1357             'mi' => 'maori',
1358             'mic' => 'miquemaque',
1359             'min' => 'minangkabau',
1360             'mk' => 'macedônio',
1361             'ml' => 'malaiala',
1362             'mn' => 'mongol',
1363             'mnc' => 'manchu',
1364             'mni' => 'manipuri',
1365             'moh' => 'moicano',
1366             'mos' => 'mossi',
1367             'mr' => 'marata',
1368             'ms' => 'malaio',
1369             'mt' => 'maltês',
1370             'mua' => 'mundang',
1371             'mul' => 'idiomas múltiplos',
1372             'mus' => 'creek',
1373             'mwl' => 'mirandês',
1374             'mwr' => 'marwari',
1375             'my' => 'birmanês',
1376             'mye' => 'myene',
1377             'myv' => 'erzya',
1378             'mzn' => 'mazandarani',
1379             'na' => 'nauruano',
1380             'nap' => 'napolitano',
1381             'naq' => 'nama',
1382             'nb' => 'bokmÃ¥l norueguês',
1383             'nd' => 'ndebele do norte',
1384             'nds' => 'baixo alemão',
1385             'nds_NL' => 'baixo-saxão',
1386             'ne' => 'nepali',
1387             'new' => 'newari',
1388             'ng' => 'dongo',
1389             'nia' => 'nias',
1390             'niu' => 'niueano',
1391             'nl' => 'holandês',
1392             'nl_BE' => 'flamengo',
1393             'nmg' => 'kwasio',
1394             'nn' => 'nynorsk norueguês',
1395             'nnh' => 'ngiemboon',
1396             'no' => 'norueguês',
1397             'nog' => 'nogai',
1398             'non' => 'nórdico arcaico',
1399             'nqo' => 'n’ko',
1400             'nr' => 'ndebele do sul',
1401             'nso' => 'soto setentrional',
1402             'nus' => 'nuer',
1403             'nv' => 'navajo',
1404             'nwc' => 'newari clássico',
1405             'ny' => 'nianja',
1406             'nym' => 'nyamwezi',
1407             'nyn' => 'nyankole',
1408             'nyo' => 'nyoro',
1409             'nzi' => 'nzima',
1410             'oc' => 'occitânico',
1411             'oj' => 'ojibwa',
1412             'om' => 'oromo',
1413             'or' => 'oriya',
1414             'os' => 'ossetic',
1415             'osa' => 'osage',
1416             'ota' => 'turco otomano',
1417             'pa' => 'panjabi',
1418             'pag' => 'pangasinã',
1419             'pal' => 'pálavi',
1420             'pam' => 'pampanga',
1421             'pap' => 'papiamento',
1422             'pau' => 'palauano',
1423             'peo' => 'persa arcaico',
1424             'phn' => 'fenício',
1425             'pi' => 'páli',
1426             'pl' => 'polonês',
1427             'pon' => 'pohnpeian',
1428             'pro' => 'provençal arcaico',
1429             'ps' => 'pashto',
1430             'ps@alt=variant' => 'pushto',
1431             'pt' => 'português',
1432             'pt_BR' => 'português do Brasil',
1433             'pt_PT' => 'português europeu',
1434             'qu' => 'quíchua',
1435             'quc' => 'quiché',
1436             'raj' => 'rajastani',
1437             'rap' => 'rapanui',
1438             'rar' => 'rarotongano',
1439             'rm' => 'romanche',
1440             'rn' => 'rundi',
1441             'ro' => 'romeno',
1442             'ro_MD' => 'moldávio',
1443             'rof' => 'rombo',
1444             'rom' => 'romani',
1445             'ru' => 'russo',
1446             'rup' => 'aromeno',
1447             'rw' => 'quiniaruanda',
1448             'rwk' => 'rwa',
1449             'sa' => 'sânscrito',
1450             'sad' => 'sandawe',
1451             'sah' => 'iacuto',
1452             'sam' => 'aramaico samaritano',
1453             'saq' => 'samburu',
1454             'sas' => 'sasak',
1455             'sat' => 'santali',
1456             'sba' => 'ngambay',
1457             'sbp' => 'sangu',
1458             'sc' => 'sardo',
1459             'scn' => 'siciliano',
1460             'sco' => 'escocês',
1461             'sd' => 'sindi',
1462             'sdh' => 'curdo meridional',
1463             'se' => 'sami do norte',
1464             'see' => 'seneca',
1465             'seh' => 'sena',
1466             'sel' => 'selkup',
1467             'ses' => 'koyraboro senni',
1468             'sg' => 'sango',
1469             'sga' => 'irlandês arcaico',
1470             'sh' => 'servo-croata',
1471             'shi' => 'tachelhit',
1472             'shn' => 'shan',
1473             'shu' => 'árabe chadiano',
1474             'si' => 'cingalês',
1475             'sid' => 'sidamo',
1476             'sk' => 'eslovaco',
1477             'sl' => 'esloveno',
1478             'sm' => 'samoano',
1479             'sma' => 'sami do sul',
1480             'smj' => 'sami de Lule',
1481             'smn' => 'sami de Inari',
1482             'sms' => 'sami de Skolt',
1483             'sn' => 'shona',
1484             'snk' => 'soninquê',
1485             'so' => 'somali',
1486             'sog' => 'sogdiano',
1487             'sq' => 'albanês',
1488             'sr' => 'sérvio',
1489             'srn' => 'idioma surinamês',
1490             'srr' => 'serere',
1491             'ss' => 'swati',
1492             'ssy' => 'saho',
1493             'st' => 'soto do sul',
1494             'su' => 'sundanês',
1495             'suk' => 'sukuma',
1496             'sus' => 'sosso',
1497             'sux' => 'sumério',
1498             'sv' => 'sueco',
1499             'sw' => 'suaíli',
1500             'sw_CD' => 'suaíli do Congo',
1501             'swb' => 'comoriano',
1502             'syc' => 'siríaco clássico',
1503             'syr' => 'siríaco',
1504             'ta' => 'tâmil',
1505             'te' => 'telugu',
1506             'tem' => 'timne',
1507             'teo' => 'teso',
1508             'ter' => 'tereno',
1509             'tet' => 'tétum',
1510             'tg' => 'tajique',
1511             'th' => 'tailandês',
1512             'ti' => 'tigrínia',
1513             'tig' => 'tigré',
1514             'tiv' => 'tiv',
1515             'tk' => 'turcomeno',
1516             'tkl' => 'toquelauano',
1517             'tl' => 'tagalo',
1518             'tlh' => 'klingon',
1519             'tli' => 'tlinguite',
1520             'tmh' => 'tamaxeque',
1521             'tn' => 'tswana',
1522             'to' => 'tonganês',
1523             'tog' => 'tonganês de Nyasa',
1524             'tpi' => 'tok pisin',
1525             'tr' => 'turco',
1526             'trv' => 'taroko',
1527             'ts' => 'tsonga',
1528             'tsi' => 'tsimshian',
1529             'tt' => 'tatar',
1530             'tum' => 'tumbuka',
1531             'tvl' => 'tuvaluano',
1532             'tw' => 'twi',
1533             'twq' => 'tasawaq',
1534             'ty' => 'taitiano',
1535             'tyv' => 'tuviniano',
1536             'tzm' => 'tamazight do Atlas Central',
1537             'udm' => 'udmurt',
1538             'ug' => 'uigur',
1539             'uga' => 'ugarítico',
1540             'uk' => 'ucraniano',
1541             'umb' => 'umbundu',
1542             'und' => 'idioma desconhecido',
1543             'ur' => 'urdu',
1544             'uz' => 'usbeque',
1545             'vai' => 'vai',
1546             've' => 'venda',
1547             'vi' => 'vietnamita',
1548             'vo' => 'volapuque',
1549             'vot' => 'votic',
1550             'vun' => 'vunjo',
1551             'wa' => 'valão',
1552             'wae' => 'walser',
1553             'wal' => 'walamo',
1554             'war' => 'waray',
1555             'was' => 'washo',
1556             'wbp' => 'warlpiri',
1557             'wo' => 'uólofe',
1558             'xal' => 'kalmyk',
1559             'xh' => 'xosa',
1560             'xog' => 'lusoga',
1561             'yao' => 'yao',
1562             'yap' => 'yapese',
1563             'yav' => 'yangben',
1564             'ybb' => 'yemba',
1565             'yi' => 'iídiche',
1566             'yo' => 'ioruba',
1567             'yue' => 'cantonês',
1568             'za' => 'zhuang',
1569             'zap' => 'zapoteca',
1570             'zbl' => 'símbolos blis',
1571             'zen' => 'zenaga',
1572             'zgh' => 'tamazight marroquino padrão',
1573             'zh' => 'chinês',
1574             'zh_Hans' => 'chinês simplificado',
1575             'zh_Hant' => 'chinês tradicional',
1576             'zu' => 'zulu',
1577             'zun' => 'zunhi',
1578             'zxx' => 'sem conteúdo linguístico',
1579             'zza' => 'zaza',
1580              
1581             );
1582             if (@_) {
1583             return $languages{$_[0]};
1584             }
1585             return \%languages;
1586             }
1587             },
1588             );
1589              
1590             has 'display_name_script' => (
1591             is => 'ro',
1592             isa => CodeRef,
1593             init_arg => undef,
1594             default => sub {
1595             sub {
1596             my %scripts = (
1597             'Arab' => 'árabe',
1598             'Arab@alt=variant' => 'perso-árabe',
1599             'Armi' => 'armi',
1600             'Armn' => 'armênio',
1601             'Avst' => 'avéstico',
1602             'Bali' => 'balinês',
1603             'Bamu' => 'bamum',
1604             'Batk' => 'bataque',
1605             'Beng' => 'bengali',
1606             'Blis' => 'símbolos bliss',
1607             'Bopo' => 'bopomofo',
1608             'Brah' => 'brahmi',
1609             'Brai' => 'braille',
1610             'Bugi' => 'buginês',
1611             'Buhd' => 'buhid',
1612             'Cakm' => 'cakm',
1613             'Cans' => 'escrita silábica unificada dos aborígenes canadenses',
1614             'Cari' => 'cariano',
1615             'Cham' => 'cham',
1616             'Cher' => 'cherokee',
1617             'Cirt' => 'cirth',
1618             'Copt' => 'cóptico',
1619             'Cprt' => 'cipriota',
1620             'Cyrl' => 'cirílico',
1621             'Cyrs' => 'cirílico eslavo eclesiástico',
1622             'Deva' => 'devanágari',
1623             'Dsrt' => 'deseret',
1624             'Egyd' => 'demótico egípcio',
1625             'Egyh' => 'hierático egípcio',
1626             'Egyp' => 'hieróglifos egípcios',
1627             'Ethi' => 'etiópico',
1628             'Geok' => 'khutsuri georgiano',
1629             'Geor' => 'georgiano',
1630             'Glag' => 'glagolítico',
1631             'Goth' => 'gótico',
1632             'Grek' => 'grego',
1633             'Gujr' => 'gujerati',
1634             'Guru' => 'gurmuqui',
1635             'Hang' => 'hangul',
1636             'Hani' => 'han',
1637             'Hano' => 'hanunoo',
1638             'Hans' => 'simplificado',
1639             'Hans@alt=stand-alone' => 'han simplificado',
1640             'Hant' => 'tradicional',
1641             'Hant@alt=stand-alone' => 'han tradicional',
1642             'Hebr' => 'hebraico',
1643             'Hira' => 'hiragana',
1644             'Hmng' => 'pahawh hmong',
1645             'Hrkt' => 'katakana ou hiragana',
1646             'Hung' => 'húngaro antigo',
1647             'Inds' => 'indo',
1648             'Ital' => 'itálico antigo',
1649             'Java' => 'javanês',
1650             'Jpan' => 'japonês',
1651             'Kali' => 'kayah li',
1652             'Kana' => 'katakana',
1653             'Khar' => 'kharoshthi',
1654             'Khmr' => 'khmer',
1655             'Knda' => 'kannada',
1656             'Kore' => 'coreano',
1657             'Kthi' => 'kthi',
1658             'Lana' => 'lanna',
1659             'Laoo' => 'lao',
1660             'Latf' => 'latim fraktur',
1661             'Latg' => 'latim gaélico',
1662             'Latn' => 'latim',
1663             'Lepc' => 'lepcha',
1664             'Limb' => 'limbu',
1665             'Lina' => 'linear A',
1666             'Linb' => 'linear B',
1667             'Lisu' => 'lisu',
1668             'Lyci' => 'lício',
1669             'Lydi' => 'lídio',
1670             'Mand' => 'mandaico',
1671             'Mani' => 'maniqueano',
1672             'Maya' => 'hieróglifos maias',
1673             'Merc' => 'meroítico cursivo',
1674             'Mero' => 'meroítico',
1675             'Mlym' => 'malaiala',
1676             'Mong' => 'mongol',
1677             'Moon' => 'moon',
1678             'Mtei' => 'meitei mayek',
1679             'Mymr' => 'birmanês',
1680             'Nkoo' => 'n’ko',
1681             'Ogam' => 'ogâmico',
1682             'Olck' => 'ol chiki',
1683             'Orkh' => 'orkhon',
1684             'Orya' => 'oriya',
1685             'Osma' => 'osmania',
1686             'Perm' => 'pérmico antigo',
1687             'Phag' => 'phags-pa',
1688             'Phli' => 'phli',
1689             'Phlp' => 'phlp',
1690             'Phlv' => 'pahlavi antigo',
1691             'Phnx' => 'fenício',
1692             'Plrd' => 'fonético pollard',
1693             'Prti' => 'prti',
1694             'Rjng' => 'rejang',
1695             'Roro' => 'rongorongo',
1696             'Runr' => 'rúnico',
1697             'Samr' => 'samaritano',
1698             'Sara' => 'sarati',
1699             'Saur' => 'saurashtra',
1700             'Sgnw' => 'signwriting',
1701             'Shaw' => 'shaviano',
1702             'Sinh' => 'cingalês',
1703             'Sund' => 'sundanês',
1704             'Sylo' => 'syloti nagri',
1705             'Syrc' => 'siríaco',
1706             'Syre' => 'siríaco estrangelo',
1707             'Syrj' => 'siríaco ocidental',
1708             'Syrn' => 'siríaco oriental',
1709             'Tagb' => 'tagbanwa',
1710             'Tale' => 'tai Le',
1711             'Talu' => 'novo tai lue',
1712             'Taml' => 'tâmil',
1713             'Tavt' => 'tavt',
1714             'Telu' => 'télugo',
1715             'Teng' => 'tengwar',
1716             'Tfng' => 'tifinagh',
1717             'Tglg' => 'tagalo',
1718             'Thaa' => 'thaana',
1719             'Thai' => 'tailandês',
1720             'Tibt' => 'tibetano',
1721             'Ugar' => 'ugarítico',
1722             'Vaii' => 'vai',
1723             'Visp' => 'visible speech',
1724             'Xpeo' => 'persa antigo',
1725             'Xsux' => 'sumério-acadiano cuneiforme',
1726             'Yiii' => 'yi',
1727             'Zinh' => 'herdado',
1728             'Zmth' => 'zmth',
1729             'Zsym' => 'zsym',
1730             'Zxxx' => 'ágrafo',
1731             'Zyyy' => 'comum',
1732             'Zzzz' => 'escrita desconhecida',
1733              
1734             );
1735             if ( @_ ) {
1736             return $scripts{$_[0]};
1737             }
1738             return \%scripts;
1739             }
1740             }
1741             );
1742              
1743             has 'display_name_region' => (
1744             is => 'ro',
1745             isa => HashRef[Str],
1746             init_arg => undef,
1747             default => sub {
1748             {
1749             '001' => 'Mundo',
1750             '002' => 'África',
1751             '003' => 'América do Norte',
1752             '005' => 'América do Sul',
1753             '009' => 'Oceania',
1754             '011' => 'África Ocidental',
1755             '013' => 'América Central',
1756             '014' => 'África Oriental',
1757             '015' => 'África do Norte',
1758             '017' => 'África Central',
1759             '018' => 'África Austral',
1760             '019' => 'Américas',
1761             '021' => 'América Setentrional',
1762             '029' => 'Caribe',
1763             '030' => 'Ásia Oriental',
1764             '034' => 'Ásia do Sul',
1765             '035' => 'Sudeste Asiático',
1766             '039' => 'Europa do Sul',
1767             '053' => 'Australásia',
1768             '054' => 'Melanésia',
1769             '057' => 'Região da Micronésia',
1770             '061' => 'Polinésia',
1771             '142' => 'Ásia',
1772             '143' => 'Ásia Central',
1773             '145' => 'Ásia Ocidental',
1774             '150' => 'Europa',
1775             '151' => 'Europa Oriental',
1776             '154' => 'Europa Setentrional',
1777             '155' => 'Europa Ocidental',
1778             '419' => 'América Latina',
1779             'AC' => 'Ilha de Ascensão',
1780             'AD' => 'Andorra',
1781             'AE' => 'Emirados Árabes Unidos',
1782             'AF' => 'Afeganistão',
1783             'AG' => 'Antígua e Barbuda',
1784             'AI' => 'Anguilla',
1785             'AL' => 'Albânia',
1786             'AM' => 'Armênia',
1787             'AO' => 'Angola',
1788             'AQ' => 'Antártida',
1789             'AR' => 'Argentina',
1790             'AS' => 'Samoa Americana',
1791             'AT' => 'Áustria',
1792             'AU' => 'Austrália',
1793             'AW' => 'Aruba',
1794             'AX' => 'Ilhas Ã…land',
1795             'AZ' => 'Azerbaijão',
1796             'BA' => 'Bósnia e Herzegovina',
1797             'BB' => 'Barbados',
1798             'BD' => 'Bangladesh',
1799             'BE' => 'Bélgica',
1800             'BF' => 'Burquina Faso',
1801             'BG' => 'Bulgária',
1802             'BH' => 'Bahrein',
1803             'BI' => 'Burundi',
1804             'BJ' => 'Benin',
1805             'BL' => 'São Bartolomeu',
1806             'BM' => 'Bermudas',
1807             'BN' => 'Brunei',
1808             'BO' => 'Bolívia',
1809             'BQ' => 'Países Baixos Caribenhos',
1810             'BR' => 'Brasil',
1811             'BS' => 'Bahamas',
1812             'BT' => 'Butão',
1813             'BV' => 'Ilha Bouvet',
1814             'BW' => 'Botsuana',
1815             'BY' => 'Bielorrússia',
1816             'BZ' => 'Belize',
1817             'CA' => 'Canadá',
1818             'CC' => 'Ilhas Cocos (Keeling)',
1819             'CD' => 'Congo - Kinshasa',
1820             'CD@alt=variant' => 'República Democrática do Congo',
1821             'CF' => 'República Centro-Africana',
1822             'CG' => 'Congo - Brazzaville',
1823             'CG@alt=variant' => 'Congo',
1824             'CH' => 'Suíça',
1825             'CI' => 'Costa do Marfim',
1826             'CK' => 'Ilhas Cook',
1827             'CL' => 'Chile',
1828             'CM' => 'República dos Camarões',
1829             'CN' => 'China',
1830             'CO' => 'Colômbia',
1831             'CP' => 'Ilha de Clipperton',
1832             'CR' => 'Costa Rica',
1833             'CU' => 'Cuba',
1834             'CV' => 'Cabo Verde',
1835             'CW' => 'Curaçao',
1836             'CX' => 'Ilha Christmas',
1837             'CY' => 'Chipre',
1838             'CZ' => 'República Tcheca',
1839             'DE' => 'Alemanha',
1840             'DG' => 'Diego Garcia',
1841             'DJ' => 'Djibuti',
1842             'DK' => 'Dinamarca',
1843             'DM' => 'Dominica',
1844             'DO' => 'República Dominicana',
1845             'DZ' => 'Argélia',
1846             'EA' => 'Ceuta e Melilha',
1847             'EC' => 'Equador',
1848             'EE' => 'Estônia',
1849             'EG' => 'Egito',
1850             'EH' => 'Saara Ocidental',
1851             'ER' => 'Eritreia',
1852             'ES' => 'Espanha',
1853             'ET' => 'Etiópia',
1854             'EU' => 'União Europeia',
1855             'FI' => 'Finlândia',
1856             'FJ' => 'Fiji',
1857             'FK' => 'Ilhas Malvinas',
1858             'FK@alt=variant' => 'Ilhas Falkland (Ilhas Malvinas)',
1859             'FM' => 'Micronésia',
1860             'FO' => 'Ilhas Faroe',
1861             'FR' => 'França',
1862             'GA' => 'Gabão',
1863             'GB' => 'Reino Unido',
1864             'GB@alt=short' => 'Reino Unido',
1865             'GD' => 'Granada',
1866             'GE' => 'Geórgia',
1867             'GF' => 'Guiana Francesa',
1868             'GG' => 'Guernsey',
1869             'GH' => 'Gana',
1870             'GI' => 'Gibraltar',
1871             'GL' => 'Groenlândia',
1872             'GM' => 'Gâmbia',
1873             'GN' => 'Guiné',
1874             'GP' => 'Guadalupe',
1875             'GQ' => 'Guiné Equatorial',
1876             'GR' => 'Grécia',
1877             'GS' => 'Ilhas Geórgia do Sul e Sandwich do Sul',
1878             'GT' => 'Guatemala',
1879             'GU' => 'Guam',
1880             'GW' => 'Guiné-Bissau',
1881             'GY' => 'Guiana',
1882             'HK' => 'Hong Kong, RAE da China',
1883             'HK@alt=short' => 'Hong Kong',
1884             'HM' => 'Ilhas Heard e McDonald',
1885             'HN' => 'Honduras',
1886             'HR' => 'Croácia',
1887             'HT' => 'Haiti',
1888             'HU' => 'Hungria',
1889             'IC' => 'Ilhas Canárias',
1890             'ID' => 'Indonésia',
1891             'IE' => 'Irlanda',
1892             'IL' => 'Israel',
1893             'IM' => 'Ilha de Man',
1894             'IN' => 'Índia',
1895             'IO' => 'Território Britânico do Oceano Índico',
1896             'IQ' => 'Iraque',
1897             'IR' => 'Irã',
1898             'IS' => 'Islândia',
1899             'IT' => 'Itália',
1900             'JE' => 'Jersey',
1901             'JM' => 'Jamaica',
1902             'JO' => 'Jordânia',
1903             'JP' => 'Japão',
1904             'KE' => 'Quênia',
1905             'KG' => 'Quirguistão',
1906             'KH' => 'Camboja',
1907             'KI' => 'Quiribati',
1908             'KM' => 'Comores',
1909             'KN' => 'São Cristóvão e Nevis',
1910             'KP' => 'Coreia do Norte',
1911             'KR' => 'Coreia do Sul',
1912             'KW' => 'Kuwait',
1913             'KY' => 'Ilhas Cayman',
1914             'KZ' => 'Cazaquistão',
1915             'LA' => 'Laos',
1916             'LB' => 'Líbano',
1917             'LC' => 'Santa Lúcia',
1918             'LI' => 'Liechtenstein',
1919             'LK' => 'Sri Lanka',
1920             'LR' => 'Libéria',
1921             'LS' => 'Lesoto',
1922             'LT' => 'Lituânia',
1923             'LU' => 'Luxemburgo',
1924             'LV' => 'Letônia',
1925             'LY' => 'Líbia',
1926             'MA' => 'Marrocos',
1927             'MC' => 'Mônaco',
1928             'MD' => 'Moldávia',
1929             'ME' => 'Montenegro',
1930             'MF' => 'São Martinho',
1931             'MG' => 'Madagascar',
1932             'MH' => 'Ilhas Marshall',
1933             'MK' => 'Macedônia',
1934             'MK@alt=variant' => 'Macedônia (Antiga República Iugoslava da Macedônia - ARIM)',
1935             'ML' => 'Mali',
1936             'MM' => 'Mianmar (Birmânia)',
1937             'MN' => 'Mongólia',
1938             'MO' => 'Macau, RAE da China',
1939             'MO@alt=short' => 'Macau',
1940             'MP' => 'Ilhas Marianas do Norte',
1941             'MQ' => 'Martinica',
1942             'MR' => 'Mauritânia',
1943             'MS' => 'Montserrat',
1944             'MT' => 'Malta',
1945             'MU' => 'Maurício',
1946             'MV' => 'Maldivas',
1947             'MW' => 'Malawi',
1948             'MX' => 'México',
1949             'MY' => 'Malásia',
1950             'MZ' => 'Moçambique',
1951             'NA' => 'Namíbia',
1952             'NC' => 'Nova Caledônia',
1953             'NE' => 'Níger',
1954             'NF' => 'Ilha Norfolk',
1955             'NG' => 'Nigéria',
1956             'NI' => 'Nicarágua',
1957             'NL' => 'Holanda',
1958             'NO' => 'Noruega',
1959             'NP' => 'Nepal',
1960             'NR' => 'Nauru',
1961             'NU' => 'Niue',
1962             'NZ' => 'Nova Zelândia',
1963             'OM' => 'Omã',
1964             'PA' => 'Panamá',
1965             'PE' => 'Peru',
1966             'PF' => 'Polinésia Francesa',
1967             'PG' => 'Papua-Nova Guiné',
1968             'PH' => 'Filipinas',
1969             'PK' => 'Paquistão',
1970             'PL' => 'Polônia',
1971             'PM' => 'Saint Pierre e Miquelon',
1972             'PN' => 'Ilhas Pitcairn',
1973             'PR' => 'Porto Rico',
1974             'PS' => 'Territórios palestinos',
1975             'PS@alt=short' => 'Palestina',
1976             'PT' => 'Portugal',
1977             'PW' => 'Palau',
1978             'PY' => 'Paraguai',
1979             'QA' => 'Catar',
1980             'QO' => 'Oceania Remota',
1981             'RE' => 'Reunião',
1982             'RO' => 'Romênia',
1983             'RS' => 'Sérvia',
1984             'RU' => 'Rússia',
1985             'RW' => 'Ruanda',
1986             'SA' => 'Arábia Saudita',
1987             'SB' => 'Ilhas Salomão',
1988             'SC' => 'Seychelles',
1989             'SD' => 'Sudão',
1990             'SE' => 'Suécia',
1991             'SG' => 'Cingapura',
1992             'SH' => 'Santa Helena',
1993             'SI' => 'Eslovênia',
1994             'SJ' => 'Svalbard e Jan Mayen',
1995             'SK' => 'Eslováquia',
1996             'SL' => 'Serra Leoa',
1997             'SM' => 'San Marino',
1998             'SN' => 'Senegal',
1999             'SO' => 'Somália',
2000             'SR' => 'Suriname',
2001             'SS' => 'Sudão do Sul',
2002             'ST' => 'São Tomé e Príncipe',
2003             'SV' => 'El Salvador',
2004             'SX' => 'Sint Maarten',
2005             'SY' => 'Síria',
2006             'SZ' => 'Suazilândia',
2007             'TA' => 'Tristão da Cunha',
2008             'TC' => 'Ilhas Turks e Caicos',
2009             'TD' => 'Chade',
2010             'TF' => 'Territórios Franceses do Sul',
2011             'TG' => 'Togo',
2012             'TH' => 'Tailândia',
2013             'TJ' => 'Tajiquistão',
2014             'TK' => 'Tokelau',
2015             'TL' => 'Timor-Leste',
2016             'TL@alt=variant' => 'República Democrática de Timor-Leste',
2017             'TM' => 'Turcomenistão',
2018             'TN' => 'Tunísia',
2019             'TO' => 'Tonga',
2020             'TR' => 'Turquia',
2021             'TT' => 'Trinidad e Tobago',
2022             'TV' => 'Tuvalu',
2023             'TW' => 'Taiwan',
2024             'TZ' => 'Tanzânia',
2025             'UA' => 'Ucrânia',
2026             'UG' => 'Uganda',
2027             'UM' => 'Ilhas Menores Distantes dos EUA',
2028             'US' => 'Estados Unidos',
2029             'US@alt=short' => 'EUA',
2030             'UY' => 'Uruguai',
2031             'UZ' => 'Uzbequistão',
2032             'VA' => 'Cidade do Vaticano',
2033             'VC' => 'São Vicente e Granadinas',
2034             'VE' => 'Venezuela',
2035             'VG' => 'Ilhas Virgens Britânicas',
2036             'VI' => 'Ilhas Virgens dos EUA',
2037             'VN' => 'Vietnã',
2038             'VU' => 'Vanuatu',
2039             'WF' => 'Wallis e Futuna',
2040             'WS' => 'Samoa',
2041             'XK' => 'Kosovo',
2042             'YE' => 'Iêmen',
2043             'YT' => 'Mayotte',
2044             'ZA' => 'África do Sul',
2045             'ZM' => 'Zâmbia',
2046             'ZW' => 'Zimbábue',
2047             'ZZ' => 'Região desconhecida',
2048              
2049             }
2050             },
2051             );
2052              
2053             has 'display_name_variant' => (
2054             is => 'ro',
2055             isa => HashRef[Str],
2056             init_arg => undef,
2057             default => sub {
2058             {
2059             '1901' => 'ortografia alemã tradicional',
2060             '1994' => 'ortografia resiana padronizada',
2061             '1996' => 'ortografia alemã de 1996',
2062             '1606NICT' => 'francês antigo de 1606',
2063             '1694ACAD' => 'francês da idade moderna',
2064             '1959ACAD' => 'acadêmico',
2065             'AREVELA' => 'armênio oriental',
2066             'AREVMDA' => 'armênio ocidental',
2067             'BAKU1926' => 'alfabeto latino turco unificado',
2068             'BISCAYAN' => 'biscainho',
2069             'BISKE' => 'dialeto san giorgio/bila',
2070             'BOONT' => 'boontling',
2071             'FONIPA' => 'fonética do Alfabeto Fonético Internacional',
2072             'FONUPA' => 'fonética do Alfabeto Fonético Urálico',
2073             'HEPBURN' => 'romanização hepburn',
2074             'HOGNORSK' => 'alto noruego',
2075             'KKCOR' => 'ortografia comum',
2076             'LIPAW' => 'dialeto lipovaz de Resian',
2077             'MONOTON' => 'monotônico',
2078             'NDYUKA' => 'dialeto ndyuka',
2079             'NEDIS' => 'dialeto natisone',
2080             'NJIVA' => 'dialeto gniva/njiva',
2081             'OSOJS' => 'dialeto oseacco/osojane',
2082             'PAMAKA' => 'dialeto pamaka',
2083             'PINYIN' => 'romanização Pinyin',
2084             'POLYTON' => 'politônico',
2085             'POSIX' => 'computador',
2086             'REVISED' => 'ortografia revisada',
2087             'ROZAJ' => 'resiano',
2088             'SAAHO' => 'saho',
2089             'SCOTLAND' => 'inglês padrão escocês',
2090             'SCOUSE' => 'scouse',
2091             'SOLBA' => 'dialeto stolvizza/solbica',
2092             'TARASK' => 'ortografia taraskievica',
2093             'UCCOR' => 'ortografia unificada',
2094             'UCRCOR' => 'ortografia revisada e unificada',
2095             'VALENCIA' => 'valenciano',
2096             'WADEGILE' => 'romanização Wade-Giles',
2097              
2098             }
2099             },
2100             );
2101              
2102             has 'display_name_key' => (
2103             is => 'ro',
2104             isa => HashRef[Str],
2105             init_arg => undef,
2106             default => sub {
2107             {
2108             'calendar' => 'Calendário',
2109             'colalternate' => 'Ignorar classificação de símbolos',
2110             'colbackwards' => 'Classificação reversa de acentos',
2111             'colcasefirst' => 'Ordem de maiúsculas/minúsculas',
2112             'colcaselevel' => 'Ordem com diferenciação de maiúsculas e minúsculas',
2113             'colhiraganaquaternary' => 'Classificação kana',
2114             'collation' => 'Ordenação',
2115             'colnormalization' => 'Classificação normalizada',
2116             'colnumeric' => 'Classificação numérica',
2117             'colstrength' => 'Intensidade da classificação',
2118             'currency' => 'Moeda',
2119             'hc' => 'Ciclo de horário (12 vs. 24)',
2120             'lb' => 'Estilo de quebra de linha',
2121             'ms' => 'Sistema de medição',
2122             'numbers' => 'Números',
2123             'timezone' => 'Fuso horário',
2124             'va' => 'Variante de localidade',
2125             'variabletop' => 'Classificar como símbolos',
2126             'x' => 'Uso privado',
2127              
2128             }
2129             },
2130             );
2131              
2132             has 'display_name_type' => (
2133             is => 'ro',
2134             isa => HashRef[HashRef[Str]],
2135             init_arg => undef,
2136             default => sub {
2137             {
2138             'calendar' => {
2139             'buddhist' => q{Calendário Budista},
2140             'chinese' => q{Calendário Chinês},
2141             'coptic' => q{Calendário Coptic},
2142             'dangi' => q{Calendário Dangi},
2143             'ethiopic' => q{Calendário etíope},
2144             'ethiopic-amete-alem' => q{Calendário Amete Alem da Etiópia},
2145             'gregorian' => q{Calendário Gregoriano},
2146             'hebrew' => q{Calendário Hebraico},
2147             'indian' => q{Calendário Nacional Indiano},
2148             'islamic' => q{Calendário Islâmico},
2149             'islamic-civil' => q{Calendário Civil Islâmico},
2150             'iso8601' => q{Calendário ISO-8601},
2151             'japanese' => q{Calendário Japonês},
2152             'persian' => q{Calendário Persa},
2153             'roc' => q{Calendário da República da China},
2154             },
2155             'colalternate' => {
2156             'non-ignorable' => q{Classificar símbolos},
2157             'shifted' => q{Classificar ignorando símbolos},
2158             },
2159             'colbackwards' => {
2160             'no' => q{Classificar acentos normalmente},
2161             'yes' => q{Classificação reversa de acentos},
2162             },
2163             'colcasefirst' => {
2164             'lower' => q{Classificar por minúsculas},
2165             'no' => q{Classificação normal de maiúsculas e minúsculas},
2166             'upper' => q{Classificar por maiúsculas},
2167             },
2168             'colcaselevel' => {
2169             'no' => q{Classificação sem diferenciação de maiúsculas e minúsculas},
2170             'yes' => q{Classificação com diferenciação de maiúsculas e minúsculas},
2171             },
2172             'colhiraganaquaternary' => {
2173             'no' => q{Classificar kana separadamente},
2174             'yes' => q{Classificar kana diferentemente},
2175             },
2176             'collation' => {
2177             'big5han' => q{Ordem do Chinês Tradicional - Big5},
2178             'dictionary' => q{Ordem do dicionário},
2179             'ducet' => q{Ordem padrão do Unicode},
2180             'gb2312han' => q{Ordem do Chinês Simplificado - GB2312},
2181             'phonebook' => q{Ordem de Lista Telefônica},
2182             'phonetic' => q{Ordem de classificação fonética},
2183             'pinyin' => q{Ordem Pin-yin},
2184             'reformed' => q{Ordem reformulada},
2185             'search' => q{Pesquisa de uso geral},
2186             'searchjl' => q{Pesquisar por consonante inicial hangul},
2187             'standard' => q{padrão},
2188             'stroke' => q{Ordem dos Traços},
2189             'traditional' => q{Ordem Tradicional},
2190             'unihan' => q{Ordem por Radical-Traços},
2191             },
2192             'colnormalization' => {
2193             'no' => q{Classificar sem normalização},
2194             'yes' => q{Classificar Unicode normalizado},
2195             },
2196             'colnumeric' => {
2197             'no' => q{Classificar dígitos individualmente},
2198             'yes' => q{Classificar dígitos numericamente},
2199             },
2200             'colstrength' => {
2201             'identical' => q{Classificar tudo},
2202             'primary' => q{Classificar somente letras básicas},
2203             'quaternary' => q{Classificar acentos/maiúsculas e minúsculas/largura/kana},
2204             'secondary' => q{Classificar acentos},
2205             'tertiary' => q{Classificar acentos/maiúsculas e minúsculas/largura},
2206             },
2207             'hc' => {
2208             'h11' => q{Sistema de 12 horas (0–11)},
2209             'h12' => q{Sistema de 12 horas (1–12)},
2210             'h23' => q{Sistema de 24 horas (0–23)},
2211             'h24' => q{Sistema de 24 horas (1–24)},
2212             },
2213             'lb' => {
2214             'loose' => q{Quebra de linha com estilo solto},
2215             'normal' => q{Quebra de linha com estilo normal},
2216             'strict' => q{Quebra de linha com estilo estrito},
2217             },
2218             'ms' => {
2219             'metric' => q{Sistema métrico},
2220             'uksystem' => q{Sistema de medição imperial},
2221             'ussystem' => q{Sistema de medição americano},
2222             },
2223             'numbers' => {
2224             'arab' => q{Algarismos indo-arábicos},
2225             'arabext' => q{Algarismos indo-arábicos por extenso},
2226             'armn' => q{Algarismos armênios},
2227             'armnlow' => q{Algarismos armênios minúsculos},
2228             'beng' => q{Algarismos Bengali},
2229             'deva' => q{Algarismos Devanagari},
2230             'ethi' => q{Algarismos etiopianos},
2231             'finance' => q{Numerais financeiros},
2232             'fullwide' => q{Algarismos em extensão total},
2233             'geor' => q{Algarismos georgianos},
2234             'grek' => q{Algarismos gregos},
2235             'greklow' => q{Algarismos gregos minúsculos},
2236             'gujr' => q{Algarismos Gujarati},
2237             'guru' => q{Algarismos Gurmukhi},
2238             'hanidec' => q{Algarismos decimais chineses},
2239             'hans' => q{Algarismos chineses simplificados},
2240             'hansfin' => q{Algarismos financeiros chineses simplificados},
2241             'hant' => q{Algarismos chineses tradicionais},
2242             'hantfin' => q{Algarismos financeiros chineses tradicionais},
2243             'hebr' => q{Algarismos hebraicos},
2244             'jpan' => q{Algarismos japoneses},
2245             'jpanfin' => q{Algarismos financeiros japoneses},
2246             'khmr' => q{Algarismos Khmer},
2247             'knda' => q{Algarismos Kannada},
2248             'laoo' => q{Algarismos laosianos},
2249             'latn' => q{Algarismos ocidentais},
2250             'mlym' => q{Algarismos Malayalam},
2251             'mong' => q{Algarismos mongóis},
2252             'mymr' => q{Algarismos Myanmar},
2253             'native' => q{Dígitos nativos},
2254             'orya' => q{Algarismos Oriya},
2255             'roman' => q{Algarismos romanos},
2256             'romanlow' => q{Algarismos romanos minúsculos},
2257             'taml' => q{Algarismos Tâmil},
2258             'tamldec' => q{Algarismos Tâmil},
2259             'telu' => q{Algarismos Telugu},
2260             'thai' => q{Algarismos tailandeses},
2261             'tibt' => q{Algarismos tibetanos},
2262             'traditional' => q{Numerais tradicionais},
2263             'vaii' => q{Dígitos vai},
2264             },
2265              
2266             }
2267             },
2268             );
2269              
2270             has 'display_name_measurement_system' => (
2271             is => 'ro',
2272             isa => HashRef[Str],
2273             init_arg => undef,
2274             default => sub {
2275             {
2276             'metric' => q{métrico},
2277             'UK' => q{inglês},
2278             'US' => q{americano},
2279              
2280             }
2281             },
2282             );
2283              
2284             has 'display_name_transform_name' => (
2285             is => 'ro',
2286             isa => HashRef[Str],
2287             init_arg => undef,
2288             default => sub {
2289             {
2290             'bgn' => 'BGN',
2291             'numeric' => 'Numérico',
2292             'tone' => 'Tom',
2293             'ungegn' => 'UNGEGN',
2294             'x-accents' => 'Tonalidade',
2295             'x-fullwidth' => 'Extensão total',
2296             'x-halfwidth' => 'Extensão total',
2297             'x-jamo' => 'Jamo',
2298             'x-pinyin' => 'Pinyin',
2299             'x-publishing' => 'Publicação',
2300              
2301             }
2302             },
2303             );
2304              
2305             has 'display_name_code_patterns' => (
2306             is => 'ro',
2307             isa => HashRef[Str],
2308             init_arg => undef,
2309             default => sub {
2310             {
2311             'language' => 'Idioma: {0}',
2312             'script' => 'Alfabeto: {0}',
2313             'region' => 'Região: {0}',
2314              
2315             }
2316             },
2317             );
2318              
2319             has 'characters' => (
2320             is => 'ro',
2321             isa => HashRef,
2322             init_arg => undef,
2323             default => $^V ge v5.18.0
2324             ? eval <<'EOT'
2325             sub {
2326             no warnings 'experimental::regex_sets';
2327             return {
2328             auxiliary => qr{(?^u:[ª ă Ã¥ ä ā æ è Ä• ë Ä“ ì Ä­ î ï Ä« ñ º ŏ ö ø ō Å“ ù Å­ û ü Å« ÿ])},
2329             index => ['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z'],
2330             main => qr{(?^u:[a á à â ã b c ç d e é ê f g h i í j k l m n o ó ò ô õ p q r s t u ú v w x y z])},
2331             punctuation => qr{(?^u:[\- ‐ – — , ; \: ! ? . … ' ‘ ’ " “ ” ( ) \[ \] § @ * / \& # † ‡ ′ ″])},
2332             };
2333             },
2334             EOT
2335             : sub {
2336             return { index => ['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z'], };
2337             },
2338 1     1   107 );
  1         5  
  1         180  
2339              
2340              
2341             has 'ellipsis' => (
2342             is => 'ro',
2343             isa => HashRef,
2344             init_arg => undef,
2345             default => sub {
2346             return {
2347             'final' => '{0}…',
2348             'initial' => '…{0}',
2349             'medial' => '{0}… {1}',
2350             'word-final' => '{0}…',
2351             'word-initial' => '… {0}',
2352             'word-medial' => '{0} … {1}',
2353             };
2354             },
2355             );
2356              
2357             has 'more_information' => (
2358             is => 'ro',
2359             isa => Str,
2360             init_arg => undef,
2361             default => qq{?},
2362             );
2363              
2364             has 'quote_start' => (
2365             is => 'ro',
2366             isa => Str,
2367             init_arg => undef,
2368             default => qq{“},
2369             );
2370              
2371             has 'quote_end' => (
2372             is => 'ro',
2373             isa => Str,
2374             init_arg => undef,
2375             default => qq{”},
2376             );
2377              
2378             has 'alternate_quote_start' => (
2379             is => 'ro',
2380             isa => Str,
2381             init_arg => undef,
2382             default => qq{‘},
2383             );
2384              
2385             has 'alternate_quote_end' => (
2386             is => 'ro',
2387             isa => Str,
2388             init_arg => undef,
2389             default => qq{’},
2390             );
2391              
2392             has 'duration_units' => (
2393             is => 'ro',
2394             isa => HashRef[Str],
2395             init_arg => undef,
2396             default => sub { {
2397             hm => 'h:mm',
2398             hms => 'h:mm:ss',
2399             ms => 'm:ss',
2400             } }
2401             );
2402              
2403             has 'units' => (
2404             is => 'ro',
2405             isa => HashRef[HashRef[HashRef[Str]]],
2406             init_arg => undef,
2407             default => sub { {
2408             'long' => {
2409             'acre' => {
2410             'name' => q(acres),
2411             'one' => q({0} acre),
2412             'other' => q({0} acres),
2413             },
2414             'acre-foot' => {
2415             'name' => q(acre-pés),
2416             'one' => q({0} acre-pé),
2417             'other' => q({0} acre-pés),
2418             },
2419             'ampere' => {
2420             'name' => q(amperes),
2421             'one' => q({0} ampere),
2422             'other' => q({0} amperes),
2423             },
2424             'arc-minute' => {
2425             'name' => q(minutos de arco),
2426             'one' => q({0} minuto de arco),
2427             'other' => q({0} minutos de arco),
2428             },
2429             'arc-second' => {
2430             'name' => q(segundos de arco),
2431             'one' => q({0} segundo de arco),
2432             'other' => q({0} segundos de arco),
2433             },
2434             'astronomical-unit' => {
2435             'name' => q(unidades astronômicas),
2436             'one' => q({0} unidade astronômica),
2437             'other' => q({0} unidades astronômicas),
2438             },
2439             'bit' => {
2440             'name' => q(bits),
2441             'one' => q({0} bit),
2442             'other' => q({0} bits),
2443             },
2444             'byte' => {
2445             'name' => q(bytes),
2446             'one' => q({0} byte),
2447             'other' => q({0} bytes),
2448             },
2449             'calorie' => {
2450             'name' => q(calorias),
2451             'one' => q({0} caloria),
2452             'other' => q({0} calorias),
2453             },
2454             'carat' => {
2455             'name' => q(quilates),
2456             'one' => q({0} quilate),
2457             'other' => q({0} quilates),
2458             },
2459             'celsius' => {
2460             'name' => q(graus Celsius),
2461             'one' => q({0} grau Celsius),
2462             'other' => q({0} graus Celsius),
2463             },
2464             'centiliter' => {
2465             'name' => q(centilitros),
2466             'one' => q({0} centilitro),
2467             'other' => q({0} centilitros),
2468             },
2469             'centimeter' => {
2470             'name' => q(centímetros),
2471             'one' => q({0} centímetro),
2472             'other' => q({0} centímetros),
2473             'per' => q({0} por centímetro),
2474             },
2475             'century' => {
2476             'name' => q(séculos),
2477             'one' => q({0} século),
2478             'other' => q({0} sécs.),
2479             },
2480             'coordinate' => {
2481             'east' => q({0}E),
2482             'north' => q({0}N),
2483             'south' => q({0}S),
2484             'west' => q({0}O),
2485             },
2486             'cubic-centimeter' => {
2487             'name' => q(centímetros cúbicos),
2488             'one' => q({0} centímetro cúbico),
2489             'other' => q({0} centímetros cúbicos),
2490             'per' => q({0} por centímetro cúbico),
2491             },
2492             'cubic-foot' => {
2493             'name' => q(pés cúbicos),
2494             'one' => q({0} pé cúbico),
2495             'other' => q({0} pés cúbicos),
2496             },
2497             'cubic-inch' => {
2498             'name' => q(polegadas cúbicas),
2499             'one' => q({0} polegada cúbica),
2500             'other' => q({0} polegadas cúbicas),
2501             },
2502             'cubic-kilometer' => {
2503             'name' => q(quilômetros cúbicos),
2504             'one' => q({0} quilômetro cúbico),
2505             'other' => q({0} quilômetros cúbicos),
2506             },
2507             'cubic-meter' => {
2508             'name' => q(metros cúbicos),
2509             'one' => q({0} metro cúbico),
2510             'other' => q({0} metros cúbicos),
2511             'per' => q({0} por metro cúbico),
2512             },
2513             'cubic-mile' => {
2514             'name' => q(milhas cúbicas),
2515             'one' => q({0} milha cúbica),
2516             'other' => q({0} milhas cúbicas),
2517             },
2518             'cubic-yard' => {
2519             'name' => q(jardas cúbicas),
2520             'one' => q({0} jarda cúbica),
2521             'other' => q({0} jardas cúbicas),
2522             },
2523             'cup' => {
2524             'name' => q(xícaras),
2525             'one' => q({0} xícara),
2526             'other' => q({0} xícaras),
2527             },
2528             'cup-metric' => {
2529             'name' => q(xícaras métricas),
2530             'one' => q({0} xícara métrica),
2531             'other' => q({0} xícaras métricas),
2532             },
2533             'day' => {
2534             'name' => q(dias),
2535             'one' => q({0} dia),
2536             'other' => q({0} dias),
2537             'per' => q({0} por dia),
2538             },
2539             'deciliter' => {
2540             'name' => q(decilitros),
2541             'one' => q({0} decilitro),
2542             'other' => q({0} decilitros),
2543             },
2544             'decimeter' => {
2545             'name' => q(decímetros),
2546             'one' => q({0} decímetro),
2547             'other' => q({0} decímetros),
2548             },
2549             'degree' => {
2550             'name' => q(graus),
2551             'one' => q({0} grau),
2552             'other' => q({0} graus),
2553             },
2554             'fahrenheit' => {
2555             'name' => q(graus Fahrenheit),
2556             'one' => q({0} grau Fahrenheit),
2557             'other' => q({0} graus Fahrenheit),
2558             },
2559             'fluid-ounce' => {
2560             'name' => q(onças fluidas),
2561             'one' => q({0} onça fluida),
2562             'other' => q({0} onças fluidas),
2563             },
2564             'foodcalorie' => {
2565             'name' => q(Calorias),
2566             'one' => q({0} Caloria),
2567             'other' => q({0} Calorias),
2568             },
2569             'foot' => {
2570             'name' => q(pés),
2571             'one' => q({0} pé),
2572             'other' => q({0} pés),
2573             'per' => q({0} por pé),
2574             },
2575             'g-force' => {
2576             'name' => q(força g),
2577             'one' => q({0} força g),
2578             'other' => q({0} força g),
2579             },
2580             'gallon' => {
2581             'name' => q(galões),
2582             'one' => q({0} galão),
2583             'other' => q({0} galões),
2584             'per' => q({0} por galão),
2585             },
2586             'generic' => {
2587             'name' => q(°),
2588             'one' => q({0}°),
2589             'other' => q({0}°),
2590             },
2591             'gigabit' => {
2592             'name' => q(gigabits),
2593             'one' => q({0} gigabit),
2594             'other' => q({0} gigabits),
2595             },
2596             'gigabyte' => {
2597             'name' => q(gigabytes),
2598             'one' => q({0} gigabyte),
2599             'other' => q({0} gigabytes),
2600             },
2601             'gigahertz' => {
2602             'name' => q(gigahertz),
2603             'one' => q({0} gigahertz),
2604             'other' => q({0} gigahertz),
2605             },
2606             'gigawatt' => {
2607             'name' => q(gigawatts),
2608             'one' => q({0} gigawatt),
2609             'other' => q({0} gigawatts),
2610             },
2611             'gram' => {
2612             'name' => q(gramas),
2613             'one' => q({0} grama),
2614             'other' => q({0} gramas),
2615             'per' => q({0} por grama),
2616             },
2617             'hectare' => {
2618             'name' => q(hectares),
2619             'one' => q({0} hectare),
2620             'other' => q({0} hectares),
2621             },
2622             'hectoliter' => {
2623             'name' => q(hectolitros),
2624             'one' => q({0} hectolitro),
2625             'other' => q({0} hectolitros),
2626             },
2627             'hectopascal' => {
2628             'name' => q(hectopascais),
2629             'one' => q({0} hectopascal),
2630             'other' => q({0} hectopascais),
2631             },
2632             'hertz' => {
2633             'name' => q(hertz),
2634             'one' => q({0} hertz),
2635             'other' => q({0} hertz),
2636             },
2637             'horsepower' => {
2638             'name' => q(cavalos-vapor),
2639             'one' => q({0} cavalo-vapor),
2640             'other' => q({0} cavalos-vapor),
2641             },
2642             'hour' => {
2643             'name' => q(horas),
2644             'one' => q({0} hora),
2645             'other' => q({0} horas),
2646             'per' => q({0} por hora),
2647             },
2648             'inch' => {
2649             'name' => q(polegadas),
2650             'one' => q({0} polegada),
2651             'other' => q({0} polegadas),
2652             'per' => q({0} por polegada),
2653             },
2654             'inch-hg' => {
2655             'name' => q(polegadas de mercúrio),
2656             'one' => q({0} polegada de mercúrio),
2657             'other' => q({0} polegadas de mercúrio),
2658             },
2659             'joule' => {
2660             'name' => q(joules),
2661             'one' => q({0} joule),
2662             'other' => q({0} joules),
2663             },
2664             'karat' => {
2665             'name' => q(kilates),
2666             'one' => q({0} kilate),
2667             'other' => q({0} kilates),
2668             },
2669             'kelvin' => {
2670             'name' => q(kelvins),
2671             'one' => q({0} kelvin),
2672             'other' => q({0} kelvins),
2673             },
2674             'kilobit' => {
2675             'name' => q(kilobits),
2676             'one' => q({0} kilobit),
2677             'other' => q({0} kilobits),
2678             },
2679             'kilobyte' => {
2680             'name' => q(kilobytes),
2681             'one' => q({0} kilobyte),
2682             'other' => q({0} kilobytes),
2683             },
2684             'kilocalorie' => {
2685             'name' => q(quilocalorias),
2686             'one' => q({0} quilocaloria),
2687             'other' => q({0} quilocalorias),
2688             },
2689             'kilogram' => {
2690             'name' => q(quilogramas),
2691             'one' => q({0} quilograma),
2692             'other' => q({0} quilogramas),
2693             'per' => q({0} por quilograma),
2694             },
2695             'kilohertz' => {
2696             'name' => q(kilohertz),
2697             'one' => q({0} kilohertz),
2698             'other' => q({0} kilohertz),
2699             },
2700             'kilojoule' => {
2701             'name' => q(quilojoules),
2702             'one' => q({0} quilojoule),
2703             'other' => q({0} quilojoules),
2704             },
2705             'kilometer' => {
2706             'name' => q(quilômetros),
2707             'one' => q({0} quilômetro),
2708             'other' => q({0} quilômetros),
2709             'per' => q({0} por quilômetro),
2710             },
2711             'kilometer-per-hour' => {
2712             'name' => q(quilômetros por hora),
2713             'one' => q({0} quilômetro por hora),
2714             'other' => q({0} quilômetros por hora),
2715             },
2716             'kilowatt' => {
2717             'name' => q(quilowatts),
2718             'one' => q({0} quilowatt),
2719             'other' => q({0} quilowatts),
2720             },
2721             'kilowatt-hour' => {
2722             'name' => q(quilowatts-hora),
2723             'one' => q({0} quilowatt-hora),
2724             'other' => q({0} quilowatts-hora),
2725             },
2726             'knot' => {
2727             'name' => q(nó),
2728             'one' => q({0} nó),
2729             'other' => q({0} nós),
2730             },
2731             'light-year' => {
2732             'name' => q(anos-luz),
2733             'one' => q({0} ano-luz),
2734             'other' => q({0} anos-luz),
2735             },
2736             'liter' => {
2737             'name' => q(litros),
2738             'one' => q({0} litro),
2739             'other' => q({0} litros),
2740             'per' => q({0} por litro),
2741             },
2742             'liter-per-100kilometers' => {
2743             'name' => q(litros por 100 quilômetros),
2744             'one' => q({0} litro por 100 quilômetros),
2745             'other' => q({0} litros por 100 quilômetros),
2746             },
2747             'liter-per-kilometer' => {
2748             'name' => q(litros por quilômetro),
2749             'one' => q({0} litro por quilômetro),
2750             'other' => q({0} litros por quilômetro),
2751             },
2752             'lux' => {
2753             'name' => q(lux),
2754             'one' => q({0} lux),
2755             'other' => q({0} lux),
2756             },
2757             'megabit' => {
2758             'name' => q(megabits),
2759             'one' => q({0} megabit),
2760             'other' => q({0} megabits),
2761             },
2762             'megabyte' => {
2763             'name' => q(megabytes),
2764             'one' => q({0} megabyte),
2765             'other' => q({0} megabytes),
2766             },
2767             'megahertz' => {
2768             'name' => q(megahertz),
2769             'one' => q({0} megahertz),
2770             'other' => q({0} megahertz),
2771             },
2772             'megaliter' => {
2773             'name' => q(megalitros),
2774             'one' => q({0} megalitro),
2775             'other' => q({0} megalitros),
2776             },
2777             'megawatt' => {
2778             'name' => q(megawatts),
2779             'one' => q({0} megawatt),
2780             'other' => q({0} megawatts),
2781             },
2782             'meter' => {
2783             'name' => q(metros),
2784             'one' => q({0} metro),
2785             'other' => q({0} metros),
2786             'per' => q({0} por metro),
2787             },
2788             'meter-per-second' => {
2789             'name' => q(metros por segundo),
2790             'one' => q({0} metro por segundo),
2791             'other' => q({0} metros por segundo),
2792             },
2793             'meter-per-second-squared' => {
2794             'name' => q(metros por segundo ao quadrado),
2795             'one' => q({0} metro por segundo ao quadrado),
2796             'other' => q({0} metros por segundo ao quadrado),
2797             },
2798             'metric-ton' => {
2799             'name' => q(toneladas métricas),
2800             'one' => q({0} tonelada métrica),
2801             'other' => q({0} toneladas métricas),
2802             },
2803             'microgram' => {
2804             'name' => q(microgramas),
2805             'one' => q({0} micrograma),
2806             'other' => q({0} microgramas),
2807             },
2808             'micrometer' => {
2809             'name' => q(micrômetros),
2810             'one' => q({0} micrômetro),
2811             'other' => q({0} micrômetros),
2812             },
2813             'microsecond' => {
2814             'name' => q(microssegundos),
2815             'one' => q({0} microssegundo),
2816             'other' => q({0} microssegundos),
2817             },
2818             'mile' => {
2819             'name' => q(milhas),
2820             'one' => q({0} milha),
2821             'other' => q({0} milhas),
2822             },
2823             'mile-per-gallon' => {
2824             'name' => q(milhas por galão),
2825             'one' => q({0} milha por galão),
2826             'other' => q({0} milhas por galão),
2827             },
2828             'mile-per-hour' => {
2829             'name' => q(milhas por hora),
2830             'one' => q({0} milha por hora),
2831             'other' => q({0} milhas por hora),
2832             },
2833             'mile-scandinavian' => {
2834             'name' => q(milhas escandinavas),
2835             'one' => q({0} milha escandinava),
2836             'other' => q({0} milhas escandinavas),
2837             },
2838             'milliampere' => {
2839             'name' => q(miliamperes),
2840             'one' => q({0} miliampere),
2841             'other' => q({0} miliamperes),
2842             },
2843             'millibar' => {
2844             'name' => q(milibares),
2845             'one' => q({0} milibar),
2846             'other' => q({0} milibares),
2847             },
2848             'milligram' => {
2849             'name' => q(miligramas),
2850             'one' => q({0} miligrama),
2851             'other' => q({0} miligramas),
2852             },
2853             'milliliter' => {
2854             'name' => q(mililitros),
2855             'one' => q({0} mililitro),
2856             'other' => q({0} mililitros),
2857             },
2858             'millimeter' => {
2859             'name' => q(milímetros),
2860             'one' => q({0} milímetro),
2861             'other' => q({0} milímetros),
2862             },
2863             'millimeter-of-mercury' => {
2864             'name' => q(milímetros de mercúrio),
2865             'one' => q({0} milímetro de mercúrio),
2866             'other' => q({0} milímetros de mercúrio),
2867             },
2868             'millisecond' => {
2869             'name' => q(milissegundos),
2870             'one' => q({0} milissegundo),
2871             'other' => q({0} milissegundos),
2872             },
2873             'milliwatt' => {
2874             'name' => q(miliwatts),
2875             'one' => q({0} miliwatt),
2876             'other' => q({0} miliwatts),
2877             },
2878             'minute' => {
2879             'name' => q(minutos),
2880             'one' => q({0} minuto),
2881             'other' => q({0} minutos),
2882             'per' => q({0} por minuto),
2883             },
2884             'month' => {
2885             'name' => q(meses),
2886             'one' => q({0} mês),
2887             'other' => q({0} meses),
2888             'per' => q({0} por mês),
2889             },
2890             'nanometer' => {
2891             'name' => q(nanômetros),
2892             'one' => q({0} nanômetro),
2893             'other' => q({0} nanômetros),
2894             },
2895             'nanosecond' => {
2896             'name' => q(nanossegundos),
2897             'one' => q({0} nanossegundo),
2898             'other' => q({0} nanossegundos),
2899             },
2900             'nautical-mile' => {
2901             'name' => q(milhas náuticas),
2902             'one' => q({0} milha náutica),
2903             'other' => q({0} milhas náuticas),
2904             },
2905             'ohm' => {
2906             'name' => q(ohms),
2907             'one' => q({0} ohm),
2908             'other' => q({0} ohms),
2909             },
2910             'ounce' => {
2911             'name' => q(onças),
2912             'one' => q({0} onça),
2913             'other' => q({0} onças),
2914             'per' => q({0} por onça),
2915             },
2916             'ounce-troy' => {
2917             'name' => q(onças troy),
2918             'one' => q({0} onça troy),
2919             'other' => q({0} onças troy),
2920             },
2921             'parsec' => {
2922             'name' => q(parsecs),
2923             'one' => q({0} parsec),
2924             'other' => q({0} parsecs),
2925             },
2926             'per' => {
2927             '1' => q({0} por {1}),
2928             },
2929             'picometer' => {
2930             'name' => q(picômetros),
2931             'one' => q({0} picômetro),
2932             'other' => q({0} picômetros),
2933             },
2934             'pint' => {
2935             'name' => q(pints),
2936             'one' => q({0} pint),
2937             'other' => q({0} pints),
2938             },
2939             'pint-metric' => {
2940             'name' => q(pints métricos),
2941             'one' => q({0} pint métrico),
2942             'other' => q({0} pints métricos),
2943             },
2944             'pound' => {
2945             'name' => q(libras),
2946             'one' => q({0} libra),
2947             'other' => q({0} libras),
2948             'per' => q({0} por libra),
2949             },
2950             'pound-per-square-inch' => {
2951             'name' => q(psi),
2952             'one' => q({0} psi),
2953             'other' => q({0} psi),
2954             },
2955             'quart' => {
2956             'name' => q(quartos),
2957             'one' => q({0} quarto),
2958             'other' => q({0} quartos),
2959             },
2960             'radian' => {
2961             'name' => q(radianos),
2962             'one' => q({0} radiano),
2963             'other' => q({0} radianos),
2964             },
2965             'revolution' => {
2966             'name' => q(revolução),
2967             'one' => q({0} revolução),
2968             'other' => q({0} revoluções),
2969             },
2970             'second' => {
2971             'name' => q(segundos),
2972             'one' => q({0} segundo),
2973             'other' => q({0} segundos),
2974             'per' => q({0} por segundo),
2975             },
2976             'square-centimeter' => {
2977             'name' => q(centímetros quadrados),
2978             'one' => q({0} centímetro quadrado),
2979             'other' => q({0} centímetros quadrados),
2980             'per' => q({0} por centímetro quadrado),
2981             },
2982             'square-foot' => {
2983             'name' => q(pés quadrados),
2984             'one' => q({0} pé quadrado),
2985             'other' => q({0} pés quadrados),
2986             },
2987             'square-inch' => {
2988             'name' => q(polegadas quadradas),
2989             'one' => q({0} polegada quadrada),
2990             'other' => q({0} polegadas quadradas),
2991             'per' => q({0} por polegada quadrada),
2992             },
2993             'square-kilometer' => {
2994             'name' => q(quilômetros quadrados),
2995             'one' => q({0} quilômetro quadrado),
2996             'other' => q({0} quilômetros quadrados),
2997             },
2998             'square-meter' => {
2999             'name' => q(metros quadrados),
3000             'one' => q({0} metro quadrado),
3001             'other' => q({0} metros quadrados),
3002             'per' => q({0} por metro quadrado),
3003             },
3004             'square-mile' => {
3005             'name' => q(milhas quadradas),
3006             'one' => q({0} milha quadrada),
3007             'other' => q({0} milhas quadradas),
3008             },
3009             'square-yard' => {
3010             'name' => q(jardas quadradas),
3011             'one' => q({0} jarda quadrada),
3012             'other' => q({0} jardas quadradas),
3013             },
3014             'tablespoon' => {
3015             'name' => q(colheres de sopa),
3016             'one' => q({0} colher de sopa),
3017             'other' => q({0} colheres de sopa),
3018             },
3019             'teaspoon' => {
3020             'name' => q(colheres de chá),
3021             'one' => q({0} colher de chá),
3022             'other' => q({0} colheres de chá),
3023             },
3024             'terabit' => {
3025             'name' => q(terabits),
3026             'one' => q({0} terabit),
3027             'other' => q({0} terabits),
3028             },
3029             'terabyte' => {
3030             'name' => q(terabytes),
3031             'one' => q({0} terabyte),
3032             'other' => q({0} terabytes),
3033             },
3034             'ton' => {
3035             'name' => q(toneladas),
3036             'one' => q({0} tonelada),
3037             'other' => q({0} toneladas),
3038             },
3039             'volt' => {
3040             'name' => q(volts),
3041             'one' => q({0} volt),
3042             'other' => q({0} volts),
3043             },
3044             'watt' => {
3045             'name' => q(watts),
3046             'one' => q({0} watt),
3047             'other' => q({0} watts),
3048             },
3049             'week' => {
3050             'name' => q(semanas),
3051             'one' => q({0} semana),
3052             'other' => q({0} semanas),
3053             'per' => q({0} por semana),
3054             },
3055             'yard' => {
3056             'name' => q(jardas),
3057             'one' => q({0} jarda),
3058             'other' => q({0} jardas),
3059             },
3060             'year' => {
3061             'name' => q(anos),
3062             'one' => q({0} ano),
3063             'other' => q({0} anos),
3064             'per' => q({0} por ano),
3065             },
3066             },
3067             'narrow' => {
3068             'acre' => {
3069             'one' => q({0} acre),
3070             'other' => q({0} acres),
3071             },
3072             'arc-minute' => {
3073             'one' => q({0}'),
3074             'other' => q({0}'),
3075             },
3076             'arc-second' => {
3077             'one' => q({0}"),
3078             'other' => q({0}"),
3079             },
3080             'celsius' => {
3081             'name' => q(°C),
3082             'one' => q({0}°C),
3083             'other' => q({0}°C),
3084             },
3085             'centimeter' => {
3086             'name' => q(cm),
3087             'one' => q({0} cm),
3088             'other' => q({0} cm),
3089             },
3090             'coordinate' => {
3091             'east' => q({0}E),
3092             'north' => q({0}N),
3093             'south' => q({0}S),
3094             'west' => q({0}O),
3095             },
3096             'cubic-kilometer' => {
3097             'one' => q({0} km³),
3098             'other' => q({0} km³),
3099             },
3100             'cubic-mile' => {
3101             'one' => q({0} mi³),
3102             'other' => q({0} mi³),
3103             },
3104             'day' => {
3105             'name' => q(dia),
3106             'one' => q({0} dia),
3107             'other' => q({0} dias),
3108             },
3109             'degree' => {
3110             'one' => q({0}°),
3111             'other' => q({0}°),
3112             },
3113             'fahrenheit' => {
3114             'name' => q(°F),
3115             'one' => q({0}°F),
3116             'other' => q({0}°F),
3117             },
3118             'foot' => {
3119             'one' => q({0} pé),
3120             'other' => q({0} pés),
3121             },
3122             'g-force' => {
3123             'one' => q({0} G),
3124             'other' => q({0} G),
3125             },
3126             'gram' => {
3127             'name' => q(grama),
3128             'one' => q({0} g),
3129             'other' => q({0} g),
3130             },
3131             'hectare' => {
3132             'one' => q({0} ha),
3133             'other' => q({0} ha),
3134             },
3135             'hectopascal' => {
3136             'one' => q({0} hPa),
3137             'other' => q({0} hPa),
3138             },
3139             'horsepower' => {
3140             'one' => q({0} cv),
3141             'other' => q({0} cv),
3142             },
3143             'hour' => {
3144             'name' => q(hora),
3145             'one' => q({0} h),
3146             'other' => q({0} h),
3147             },
3148             'inch' => {
3149             'one' => q({0}″),
3150             'other' => q({0}″),
3151             },
3152             'inch-hg' => {
3153             'one' => q({0}" Hg),
3154             'other' => q({0}" Hg),
3155             },
3156             'kilogram' => {
3157             'name' => q(kg),
3158             'one' => q({0} kg),
3159             'other' => q({0} kg),
3160             },
3161             'kilometer' => {
3162             'name' => q(km),
3163             'one' => q({0} km),
3164             'other' => q({0} km),
3165             },
3166             'kilometer-per-hour' => {
3167             'name' => q(km/h),
3168             'one' => q({0} km/h),
3169             'other' => q({0} km/h),
3170             },
3171             'kilowatt' => {
3172             'one' => q({0} kW),
3173             'other' => q({0} kW),
3174             },
3175             'light-year' => {
3176             'one' => q({0} ano-luz),
3177             'other' => q({0} anos-luz),
3178             },
3179             'liter' => {
3180             'name' => q(litro),
3181             'one' => q({0} l),
3182             'other' => q({0} l),
3183             },
3184             'liter-per-100kilometers' => {
3185             'name' => q(l/100 km),
3186             'one' => q({0} l/100 km),
3187             'other' => q({0} l/100 km),
3188             },
3189             'meter' => {
3190             'name' => q(metro),
3191             'one' => q({0} m),
3192             'other' => q({0} m),
3193             },
3194             'meter-per-second' => {
3195             'one' => q({0} m/s),
3196             'other' => q({0} m/s),
3197             },
3198             'mile' => {
3199             'one' => q({0} milha),
3200             'other' => q({0} milhas),
3201             },
3202             'mile-per-hour' => {
3203             'one' => q({0} mi/h),
3204             'other' => q({0} mi/h),
3205             },
3206             'millibar' => {
3207             'one' => q({0} mb),
3208             'other' => q({0} mb),
3209             },
3210             'millimeter' => {
3211             'name' => q(mm),
3212             'one' => q({0} mm),
3213             'other' => q({0} mm),
3214             },
3215             'millisecond' => {
3216             'name' => q(ms),
3217             'one' => q({0} ms),
3218             'other' => q({0} ms),
3219             },
3220             'minute' => {
3221             'name' => q(min),
3222             'one' => q({0} min),
3223             'other' => q({0} min),
3224             },
3225             'month' => {
3226             'name' => q(mês),
3227             'one' => q({0} mês),
3228             'other' => q({0} meses),
3229             },
3230             'ounce' => {
3231             'one' => q({0} oz),
3232             'other' => q({0} oz),
3233             },
3234             'per' => {
3235             '1' => q({0}/{1}),
3236             },
3237             'picometer' => {
3238             'one' => q({0} pm),
3239             'other' => q({0} pm),
3240             },
3241             'pound' => {
3242             'one' => q({0} lb),
3243             'other' => q({0} lb),
3244             },
3245             'second' => {
3246             'name' => q(seg),
3247             'one' => q({0} s),
3248             'other' => q({0} s),
3249             },
3250             'square-foot' => {
3251             'one' => q({0} ft²),
3252             'other' => q({0} ft²),
3253             },
3254             'square-kilometer' => {
3255             'one' => q({0} km²),
3256             'other' => q({0} km²),
3257             },
3258             'square-meter' => {
3259             'one' => q({0} m²),
3260             'other' => q({0} m²),
3261             },
3262             'square-mile' => {
3263             'one' => q({0} mi²),
3264             'other' => q({0} mi²),
3265             },
3266             'watt' => {
3267             'one' => q({0} W),
3268             'other' => q({0} W),
3269             },
3270             'week' => {
3271             'name' => q(sem.),
3272             'one' => q({0} sem.),
3273             'other' => q({0} sem.),
3274             },
3275             'yard' => {
3276             'one' => q({0} yd),
3277             'other' => q({0} yd),
3278             },
3279             'year' => {
3280             'name' => q(ano),
3281             'one' => q({0} ano),
3282             'other' => q({0} anos),
3283             },
3284             },
3285             'short' => {
3286             'acre' => {
3287             'name' => q(acres),
3288             'one' => q({0} ac),
3289             'other' => q({0} ac),
3290             },
3291             'acre-foot' => {
3292             'name' => q(acre-pés),
3293             'one' => q({0} acre-pé),
3294             'other' => q({0} acre-pés),
3295             },
3296             'ampere' => {
3297             'name' => q(amps),
3298             'one' => q({0} A),
3299             'other' => q({0} A),
3300             },
3301             'arc-minute' => {
3302             'name' => q(arcmins),
3303             'one' => q({0} arcmin),
3304             'other' => q({0} arcmins),
3305             },
3306             'arc-second' => {
3307             'name' => q(arcsegs),
3308             'one' => q({0} arcseg),
3309             'other' => q({0} arcsegs),
3310             },
3311             'astronomical-unit' => {
3312             'name' => q(ua),
3313             'one' => q({0} ua),
3314             'other' => q({0} ua),
3315             },
3316             'bit' => {
3317             'name' => q(bit),
3318             'one' => q({0} bit),
3319             'other' => q({0} bit),
3320             },
3321             'byte' => {
3322             'name' => q(byte),
3323             'one' => q({0} byte),
3324             'other' => q({0} byte),
3325             },
3326             'calorie' => {
3327             'name' => q(cal),
3328             'one' => q({0} cal),
3329             'other' => q({0} cal),
3330             },
3331             'carat' => {
3332             'name' => q(quilates),
3333             'one' => q({0} ql),
3334             'other' => q({0} ql),
3335             },
3336             'celsius' => {
3337             'name' => q(graus C),
3338             'one' => q({0}°C),
3339             'other' => q({0}°C),
3340             },
3341             'centiliter' => {
3342             'name' => q(cl),
3343             'one' => q({0} cl),
3344             'other' => q({0} cl),
3345             },
3346             'centimeter' => {
3347             'name' => q(cm),
3348             'one' => q({0} cm),
3349             'other' => q({0} cm),
3350             'per' => q({0}/cm),
3351             },
3352             'century' => {
3353             'name' => q(séc.),
3354             'one' => q({0} séc.),
3355             'other' => q({0} sécs.),
3356             },
3357             'coordinate' => {
3358             'east' => q({0}E),
3359             'north' => q({0}N),
3360             'south' => q({0}S),
3361             'west' => q({0}O),
3362             },
3363             'cubic-centimeter' => {
3364             'name' => q(cm³),
3365             'one' => q({0} cm³),
3366             'other' => q({0} cm³),
3367             'per' => q({0}/cm³),
3368             },
3369             'cubic-foot' => {
3370             'name' => q(pés³),
3371             'one' => q({0} ft³),
3372             'other' => q({0} ft³),
3373             },
3374             'cubic-inch' => {
3375             'name' => q(polegadas³),
3376             'one' => q({0} pol³),
3377             'other' => q({0} pol³),
3378             },
3379             'cubic-kilometer' => {
3380             'name' => q(km³),
3381             'one' => q({0} km³),
3382             'other' => q({0} km³),
3383             },
3384             'cubic-meter' => {
3385             'name' => q(m³),
3386             'one' => q({0} m³),
3387             'other' => q({0} m³),
3388             'per' => q({0}/m³),
3389             },
3390             'cubic-mile' => {
3391             'name' => q(mi³),
3392             'one' => q({0} mi³),
3393             'other' => q({0} mi³),
3394             },
3395             'cubic-yard' => {
3396             'name' => q(jardas³),
3397             'one' => q({0} yd³),
3398             'other' => q({0} yd³),
3399             },
3400             'cup' => {
3401             'name' => q(xícaras),
3402             'one' => q({0} xíc.),
3403             'other' => q({0} xíc.),
3404             },
3405             'cup-metric' => {
3406             'name' => q(xícm),
3407             'one' => q({0} xícm),
3408             'other' => q({0} xícm),
3409             },
3410             'day' => {
3411             'name' => q(dias),
3412             'one' => q({0} dia),
3413             'other' => q({0} dias),
3414             'per' => q({0}/dia),
3415             },
3416             'deciliter' => {
3417             'name' => q(dl),
3418             'one' => q({0} dl),
3419             'other' => q({0} dl),
3420             },
3421             'decimeter' => {
3422             'name' => q(dm),
3423             'one' => q({0} dm),
3424             'other' => q({0} dm),
3425             },
3426             'degree' => {
3427             'name' => q(graus),
3428             'one' => q({0}°),
3429             'other' => q({0}°),
3430             },
3431             'fahrenheit' => {
3432             'name' => q(graus F),
3433             'one' => q({0} °F),
3434             'other' => q({0} °F),
3435             },
3436             'fluid-ounce' => {
3437             'name' => q(fl oz),
3438             'one' => q({0} fl oz),
3439             'other' => q({0} fl oz),
3440             },
3441             'foodcalorie' => {
3442             'name' => q(Cal),
3443             'one' => q({0} Cal),
3444             'other' => q({0} Cal),
3445             },
3446             'foot' => {
3447             'name' => q(pés),
3448             'one' => q({0} pé),
3449             'other' => q({0} pés),
3450             'per' => q({0}/pé),
3451             },
3452             'g-force' => {
3453             'name' => q(força g),
3454             'one' => q({0} G),
3455             'other' => q({0} G),
3456             },
3457             'gallon' => {
3458             'name' => q(gal),
3459             'one' => q({0} gal),
3460             'other' => q({0} gal),
3461             'per' => q({0}/gal),
3462             },
3463             'generic' => {
3464             'name' => q(°),
3465             'one' => q({0}°),
3466             'other' => q({0}°),
3467             },
3468             'gigabit' => {
3469             'name' => q(Gbit),
3470             'one' => q({0} Gb),
3471             'other' => q({0} Gb),
3472             },
3473             'gigabyte' => {
3474             'name' => q(GByte),
3475             'one' => q({0} GB),
3476             'other' => q({0} GB),
3477             },
3478             'gigahertz' => {
3479             'name' => q(GHz),
3480             'one' => q({0} GHz),
3481             'other' => q({0} GHz),
3482             },
3483             'gigawatt' => {
3484             'name' => q(GW),
3485             'one' => q({0} GW),
3486             'other' => q({0} GW),
3487             },
3488             'gram' => {
3489             'name' => q(gramas),
3490             'one' => q({0} g),
3491             'other' => q({0} g),
3492             'per' => q({0}/g),
3493             },
3494             'hectare' => {
3495             'name' => q(hectares),
3496             'one' => q({0} ha),
3497             'other' => q({0} ha),
3498             },
3499             'hectoliter' => {
3500             'name' => q(hl),
3501             'one' => q({0} hl),
3502             'other' => q({0} hl),
3503             },
3504             'hectopascal' => {
3505             'name' => q(hPa),
3506             'one' => q({0} hPa),
3507             'other' => q({0} hPa),
3508             },
3509             'hertz' => {
3510             'name' => q(Hz),
3511             'one' => q({0} Hz),
3512             'other' => q({0} Hz),
3513             },
3514             'horsepower' => {
3515             'name' => q(cv),
3516             'one' => q({0} cv),
3517             'other' => q({0} cv),
3518             },
3519             'hour' => {
3520             'name' => q(horas),
3521             'one' => q({0} h),
3522             'other' => q({0} h),
3523             'per' => q({0}/h),
3524             },
3525             'inch' => {
3526             'name' => q(pol.),
3527             'one' => q({0} pol.),
3528             'other' => q({0} pol.),
3529             'per' => q({0}/pol.),
3530             },
3531             'inch-hg' => {
3532             'name' => q(pol Hg),
3533             'one' => q({0} pol Hg),
3534             'other' => q({0} pol Hg),
3535             },
3536             'joule' => {
3537             'name' => q(joules),
3538             'one' => q({0} J),
3539             'other' => q({0} J),
3540             },
3541             'karat' => {
3542             'name' => q(kilates),
3543             'one' => q({0} k),
3544             'other' => q({0} k),
3545             },
3546             'kelvin' => {
3547             'name' => q(K),
3548             'one' => q({0} K),
3549             'other' => q({0} K),
3550             },
3551             'kilobit' => {
3552             'name' => q(kbit),
3553             'one' => q({0} kb),
3554             'other' => q({0} kb),
3555             },
3556             'kilobyte' => {
3557             'name' => q(kByte),
3558             'one' => q({0} kB),
3559             'other' => q({0} kB),
3560             },
3561             'kilocalorie' => {
3562             'name' => q(kcal),
3563             'one' => q({0} kcal),
3564             'other' => q({0} kcal),
3565             },
3566             'kilogram' => {
3567             'name' => q(kg),
3568             'one' => q({0} kg),
3569             'other' => q({0} kg),
3570             'per' => q({0}/kg),
3571             },
3572             'kilohertz' => {
3573             'name' => q(kHz),
3574             'one' => q({0} kHz),
3575             'other' => q({0} kHz),
3576             },
3577             'kilojoule' => {
3578             'name' => q(quilojoule),
3579             'one' => q({0} kJ),
3580             'other' => q({0} kJ),
3581             },
3582             'kilometer' => {
3583             'name' => q(km),
3584             'one' => q({0} km),
3585             'other' => q({0} km),
3586             'per' => q({0}/km),
3587             },
3588             'kilometer-per-hour' => {
3589             'name' => q(km/h),
3590             'one' => q({0} km/h),
3591             'other' => q({0} km/h),
3592             },
3593             'kilowatt' => {
3594             'name' => q(kW),
3595             'one' => q({0} kW),
3596             'other' => q({0} kW),
3597             },
3598             'kilowatt-hour' => {
3599             'name' => q(kW-hora),
3600             'one' => q({0} kWh),
3601             'other' => q({0} kWh),
3602             },
3603             'knot' => {
3604             'name' => q(nó),
3605             'one' => q({0} nó),
3606             'other' => q({0} nós),
3607             },
3608             'light-year' => {
3609             'name' => q(anos-luz),
3610             'one' => q({0} ano-luz),
3611             'other' => q({0} anos-luz),
3612             },
3613             'liter' => {
3614             'name' => q(litros),
3615             'one' => q({0} l),
3616             'other' => q({0} l),
3617             'per' => q({0}/l),
3618             },
3619             'liter-per-100kilometers' => {
3620             'name' => q(l/100 km),
3621             'one' => q({0} l/100 km),
3622             'other' => q({0} l/100 km),
3623             },
3624             'liter-per-kilometer' => {
3625             'name' => q(litros/km),
3626             'one' => q({0} l/km),
3627             'other' => q({0} l/km),
3628             },
3629             'lux' => {
3630             'name' => q(lux),
3631             'one' => q({0} lx),
3632             'other' => q({0} lx),
3633             },
3634             'megabit' => {
3635             'name' => q(Mbit),
3636             'one' => q({0} Mb),
3637             'other' => q({0} Mb),
3638             },
3639             'megabyte' => {
3640             'name' => q(MByte),
3641             'one' => q({0} MB),
3642             'other' => q({0} MB),
3643             },
3644             'megahertz' => {
3645             'name' => q(MHz),
3646             'one' => q({0} MHz),
3647             'other' => q({0} MHz),
3648             },
3649             'megaliter' => {
3650             'name' => q(ML),
3651             'one' => q({0} ML),
3652             'other' => q({0} ML),
3653             },
3654             'megawatt' => {
3655             'name' => q(MW),
3656             'one' => q({0} MW),
3657             'other' => q({0} MW),
3658             },
3659             'meter' => {
3660             'name' => q(metros),
3661             'one' => q({0} m),
3662             'other' => q({0} m),
3663             'per' => q({0}/m),
3664             },
3665             'meter-per-second' => {
3666             'name' => q(metros/seg),
3667             'one' => q({0} m/s),
3668             'other' => q({0} m/s),
3669             },
3670             'meter-per-second-squared' => {
3671             'name' => q(metros/seg²),
3672             'one' => q({0} m/s²),
3673             'other' => q({0} m/s²),
3674             },
3675             'metric-ton' => {
3676             'name' => q(t),
3677             'one' => q({0} t),
3678             'other' => q({0} t),
3679             },
3680             'microgram' => {
3681             'name' => q(µg),
3682             'one' => q({0} µg),
3683             'other' => q({0} µg),
3684             },
3685             'micrometer' => {
3686             'name' => q(µm),
3687             'one' => q({0} µm),
3688             'other' => q({0} µm),
3689             },
3690             'microsecond' => {
3691             'name' => q(μs),
3692             'one' => q({0} μs),
3693             'other' => q({0} μs),
3694             },
3695             'mile' => {
3696             'name' => q(milhas),
3697             'one' => q({0} mi),
3698             'other' => q({0} mi),
3699             },
3700             'mile-per-gallon' => {
3701             'name' => q(milhas/gal),
3702             'one' => q({0} mpg),
3703             'other' => q({0} mpg),
3704             },
3705             'mile-per-hour' => {
3706             'name' => q(milhas/hora),
3707             'one' => q({0} mph),
3708             'other' => q({0} mph),
3709             },
3710             'mile-scandinavian' => {
3711             'name' => q(smi),
3712             'one' => q({0} smi),
3713             'other' => q({0} smi),
3714             },
3715             'milliampere' => {
3716             'name' => q(miliamps),
3717             'one' => q({0} mA),
3718             'other' => q({0} mA),
3719             },
3720             'millibar' => {
3721             'name' => q(mbar),
3722             'one' => q({0} mbar),
3723             'other' => q({0} mbar),
3724             },
3725             'milligram' => {
3726             'name' => q(mg),
3727             'one' => q({0} mg),
3728             'other' => q({0} mg),
3729             },
3730             'milliliter' => {
3731             'name' => q(ml),
3732             'one' => q({0} ml),
3733             'other' => q({0} ml),
3734             },
3735             'millimeter' => {
3736             'name' => q(mm),
3737             'one' => q({0} mm),
3738             'other' => q({0} mm),
3739             },
3740             'millimeter-of-mercury' => {
3741             'name' => q(mm Hg),
3742             'one' => q({0} mm Hg),
3743             'other' => q({0} mm Hg),
3744             },
3745             'millisecond' => {
3746             'name' => q(milissegundos),
3747             'one' => q({0} ms),
3748             'other' => q({0} ms),
3749             },
3750             'milliwatt' => {
3751             'name' => q(mW),
3752             'one' => q({0} mW),
3753             'other' => q({0} mW),
3754             },
3755             'minute' => {
3756             'name' => q(mins),
3757             'one' => q({0} min),
3758             'other' => q({0} min),
3759             'per' => q({0}/min),
3760             },
3761             'month' => {
3762             'name' => q(meses),
3763             'one' => q({0} mês),
3764             'other' => q({0} meses),
3765             'per' => q({0}/mês),
3766             },
3767             'nanometer' => {
3768             'name' => q(nm),
3769             'one' => q({0} nm),
3770             'other' => q({0} nm),
3771             },
3772             'nanosecond' => {
3773             'name' => q(ns),
3774             'one' => q({0} ns),
3775             'other' => q({0} ns),
3776             },
3777             'nautical-mile' => {
3778             'name' => q(mn),
3779             'one' => q({0} mn),
3780             'other' => q({0} mn),
3781             },
3782             'ohm' => {
3783             'name' => q(ohms),
3784             'one' => q({0} Ω),
3785             'other' => q({0} Ω),
3786             },
3787             'ounce' => {
3788             'name' => q(oz),
3789             'one' => q({0} oz),
3790             'other' => q({0} oz),
3791             'per' => q({0}/oz),
3792             },
3793             'ounce-troy' => {
3794             'name' => q(oz troy),
3795             'one' => q({0} oz t),
3796             'other' => q({0} oz t),
3797             },
3798             'parsec' => {
3799             'name' => q(parsecs),
3800             'one' => q({0} pc),
3801             'other' => q({0} pc),
3802             },
3803             'per' => {
3804             '1' => q({0}/{1}),
3805             },
3806             'picometer' => {
3807             'name' => q(pm),
3808             'one' => q({0} pm),
3809             'other' => q({0} pm),
3810             },
3811             'pint' => {
3812             'name' => q(pints),
3813             'one' => q({0} pt),
3814             'other' => q({0} pt),
3815             },
3816             'pint-metric' => {
3817             'name' => q(ptm),
3818             'one' => q({0} ptm),
3819             'other' => q({0} ptm),
3820             },
3821             'pound' => {
3822             'name' => q(libras),
3823             'one' => q({0} lb),
3824             'other' => q({0} lb),
3825             'per' => q({0}/lb),
3826             },
3827             'pound-per-square-inch' => {
3828             'name' => q(psi),
3829             'one' => q({0} psi),
3830             'other' => q({0} psi),
3831             },
3832             'quart' => {
3833             'name' => q(qts),
3834             'one' => q({0} qt),
3835             'other' => q({0} qt),
3836             },
3837             'radian' => {
3838             'name' => q(radianos),
3839             'one' => q({0} rad),
3840             'other' => q({0} rad),
3841             },
3842             'revolution' => {
3843             'name' => q(rev),
3844             'one' => q({0} rev),
3845             'other' => q({0} rev),
3846             },
3847             'second' => {
3848             'name' => q(segs),
3849             'one' => q({0} seg),
3850             'other' => q({0} seg),
3851             'per' => q({0}/s),
3852             },
3853             'square-centimeter' => {
3854             'name' => q(cm²),
3855             'one' => q({0} cm²),
3856             'other' => q({0} cm²),
3857             'per' => q({0} por cm²),
3858             },
3859             'square-foot' => {
3860             'name' => q(pés²),
3861             'one' => q({0} ft²),
3862             'other' => q({0} ft²),
3863             },
3864             'square-inch' => {
3865             'name' => q(polegadas²),
3866             'one' => q({0} pol²),
3867             'other' => q({0} pol²),
3868             'per' => q({0} por pol²),
3869             },
3870             'square-kilometer' => {
3871             'name' => q(km²),
3872             'one' => q({0} km²),
3873             'other' => q({0} km²),
3874             },
3875             'square-meter' => {
3876             'name' => q(metros²),
3877             'one' => q({0} m²),
3878             'other' => q({0} m²),
3879             'per' => q({0} por m²),
3880             },
3881             'square-mile' => {
3882             'name' => q(milhas²),
3883             'one' => q({0} mi²),
3884             'other' => q({0} mi²),
3885             },
3886             'square-yard' => {
3887             'name' => q(jardas²),
3888             'one' => q({0} yd²),
3889             'other' => q({0} yd²),
3890             },
3891             'tablespoon' => {
3892             'name' => q(CS),
3893             'one' => q({0} CS),
3894             'other' => q({0} CS),
3895             },
3896             'teaspoon' => {
3897             'name' => q(cc),
3898             'one' => q({0} cc),
3899             'other' => q({0} cc),
3900             },
3901             'terabit' => {
3902             'name' => q(Tbit),
3903             'one' => q({0} Tb),
3904             'other' => q({0} Tb),
3905             },
3906             'terabyte' => {
3907             'name' => q(TByte),
3908             'one' => q({0} TB),
3909             'other' => q({0} TB),
3910             },
3911             'ton' => {
3912             'name' => q(toneladas),
3913             'one' => q({0} tn),
3914             'other' => q({0} tn),
3915             },
3916             'volt' => {
3917             'name' => q(volts),
3918             'one' => q({0} V),
3919             'other' => q({0} V),
3920             },
3921             'watt' => {
3922             'name' => q(watts),
3923             'one' => q({0} W),
3924             'other' => q({0} W),
3925             },
3926             'week' => {
3927             'name' => q(semanas),
3928             'one' => q({0} sem.),
3929             'other' => q({0} sem.),
3930             'per' => q({0}/sem.),
3931             },
3932             'yard' => {
3933             'name' => q(jardas),
3934             'one' => q({0} yd),
3935             'other' => q({0} yd),
3936             },
3937             'year' => {
3938             'name' => q(anos),
3939             'one' => q({0} ano),
3940             'other' => q({0} anos),
3941             'per' => q({0}/ano),
3942             },
3943             },
3944             } }
3945             );
3946              
3947             has 'yesstr' => (
3948             is => 'ro',
3949             isa => RegexpRef,
3950             init_arg => undef,
3951             default => sub { qr'^(?i:sim|s|yes|y)$' }
3952             );
3953              
3954             has 'nostr' => (
3955             is => 'ro',
3956             isa => RegexpRef,
3957             init_arg => undef,
3958             default => sub { qr'^(?i:não|n)$' }
3959             );
3960              
3961             has 'listPatterns' => (
3962             is => 'ro',
3963             isa => HashRef,
3964             init_arg => undef,
3965             default => sub { {
3966             start => q({0}, {1}),
3967             middle => q({0}, {1}),
3968             end => q({0} e {1}),
3969             2 => q({0} e {1}),
3970             } }
3971             );
3972              
3973             has 'default_numbering_system' => (
3974             is => 'ro',
3975             isa => Str,
3976             init_arg => undef,
3977             default => 'latn',
3978             );
3979              
3980             has native_numbering_system => (
3981             is => 'ro',
3982             isa => Str,
3983             init_arg => undef,
3984             default => 'latn',
3985             );
3986              
3987             has 'minimum_grouping_digits' => (
3988             is =>'ro',
3989             isa => Int,
3990             init_arg => undef,
3991             default => 1,
3992             );
3993              
3994             has 'number_symbols' => (
3995             is => 'ro',
3996             isa => HashRef,
3997             init_arg => undef,
3998             default => sub { {
3999             'latn' => {
4000             'decimal' => q(,),
4001             'exponential' => q(E),
4002             'group' => q(.),
4003             'infinity' => q(∞),
4004             'list' => q(;),
4005             'minusSign' => q(-),
4006             'nan' => q(NaN),
4007             'perMille' => q(‰),
4008             'percentSign' => q(%),
4009             'plusSign' => q(+),
4010             'superscriptingExponent' => q(×),
4011             'timeSeparator' => q(:),
4012             },
4013             } }
4014             );
4015              
4016             has 'number_formats' => (
4017             is => 'ro',
4018             isa => HashRef,
4019             init_arg => undef,
4020             default => sub { {
4021             decimalFormat => {
4022             'default' => {
4023             '1000' => {
4024             'one' => '0 mil',
4025             'other' => '0 mil',
4026             },
4027             '10000' => {
4028             'one' => '00 mil',
4029             'other' => '00 mil',
4030             },
4031             '100000' => {
4032             'one' => '000 mil',
4033             'other' => '000 mil',
4034             },
4035             '1000000' => {
4036             'one' => '0 mi',
4037             'other' => '0 mi',
4038             },
4039             '10000000' => {
4040             'one' => '00 mi',
4041             'other' => '00 mi',
4042             },
4043             '100000000' => {
4044             'one' => '000 mi',
4045             'other' => '000 mi',
4046             },
4047             '1000000000' => {
4048             'one' => '0 bi',
4049             'other' => '0 bi',
4050             },
4051             '10000000000' => {
4052             'one' => '00 bi',
4053             'other' => '00 bi',
4054             },
4055             '100000000000' => {
4056             'one' => '000 bi',
4057             'other' => '000 bi',
4058             },
4059             '1000000000000' => {
4060             'one' => '0 tri',
4061             'other' => '0 tri',
4062             },
4063             '10000000000000' => {
4064             'one' => '00 tri',
4065             'other' => '00 tri',
4066             },
4067             '100000000000000' => {
4068             'one' => '000 tri',
4069             'other' => '000 tri',
4070             },
4071             'standard' => {
4072             '' => '#,##0.###',
4073             },
4074             },
4075             'long' => {
4076             '1000' => {
4077             'one' => '0 mil',
4078             'other' => '0 mil',
4079             },
4080             '10000' => {
4081             'one' => '00 mil',
4082             'other' => '00 mil',
4083             },
4084             '100000' => {
4085             'one' => '000 mil',
4086             'other' => '000 mil',
4087             },
4088             '1000000' => {
4089             'one' => '0 milhão',
4090             'other' => '0 milhões',
4091             },
4092             '10000000' => {
4093             'one' => '00 milhão',
4094             'other' => '00 milhões',
4095             },
4096             '100000000' => {
4097             'one' => '000 milhão',
4098             'other' => '000 milhões',
4099             },
4100             '1000000000' => {
4101             'one' => '0 bilhão',
4102             'other' => '0 bilhões',
4103             },
4104             '10000000000' => {
4105             'one' => '00 bilhão',
4106             'other' => '00 bilhões',
4107             },
4108             '100000000000' => {
4109             'one' => '000 bilhão',
4110             'other' => '000 bilhões',
4111             },
4112             '1000000000000' => {
4113             'one' => '0 trilhão',
4114             'other' => '0 trilhões',
4115             },
4116             '10000000000000' => {
4117             'one' => '00 trilhão',
4118             'other' => '00 trilhões',
4119             },
4120             '100000000000000' => {
4121             'one' => '000 trilhão',
4122             'other' => '000 trilhões',
4123             },
4124             },
4125             'short' => {
4126             '1000' => {
4127             'one' => '0 mil',
4128             'other' => '0 mil',
4129             },
4130             '10000' => {
4131             'one' => '00 mil',
4132             'other' => '00 mil',
4133             },
4134             '100000' => {
4135             'one' => '000 mil',
4136             'other' => '000 mil',
4137             },
4138             '1000000' => {
4139             'one' => '0 mi',
4140             'other' => '0 mi',
4141             },
4142             '10000000' => {
4143             'one' => '00 mi',
4144             'other' => '00 mi',
4145             },
4146             '100000000' => {
4147             'one' => '000 mi',
4148             'other' => '000 mi',
4149             },
4150             '1000000000' => {
4151             'one' => '0 bi',
4152             'other' => '0 bi',
4153             },
4154             '10000000000' => {
4155             'one' => '00 bi',
4156             'other' => '00 bi',
4157             },
4158             '100000000000' => {
4159             'one' => '000 bi',
4160             'other' => '000 bi',
4161             },
4162             '1000000000000' => {
4163             'one' => '0 tri',
4164             'other' => '0 tri',
4165             },
4166             '10000000000000' => {
4167             'one' => '00 tri',
4168             'other' => '00 tri',
4169             },
4170             '100000000000000' => {
4171             'one' => '000 tri',
4172             'other' => '000 tri',
4173             },
4174             },
4175             },
4176             percentFormat => {
4177             'default' => {
4178             'standard' => {
4179             '' => '#,##0%',
4180             },
4181             },
4182             },
4183             scientificFormat => {
4184             'default' => {
4185             'standard' => {
4186             '' => '#E0',
4187             },
4188             },
4189             },
4190             } },
4191             );
4192              
4193             has 'number_currency_formats' => (
4194             is => 'ro',
4195             isa => HashRef,
4196             init_arg => undef,
4197             default => sub { {
4198             'latn' => {
4199             'pattern' => {
4200             'default' => {
4201             'accounting' => {
4202             'negative' => '(¤#,##0.00)',
4203             'positive' => '¤#,##0.00',
4204             },
4205             'standard' => {
4206             'positive' => '¤#,##0.00',
4207             },
4208             },
4209             },
4210             },
4211             } },
4212             );
4213              
4214             has 'currencies' => (
4215             is => 'ro',
4216             isa => HashRef,
4217             init_arg => undef,
4218             default => sub { {
4219             'ADP' => {
4220             display_name => {
4221             'currency' => q(Peseta de Andorra),
4222             'one' => q(Peseta de Andorra),
4223             'other' => q(Pesetas de Andorra),
4224             },
4225             },
4226             'AED' => {
4227             symbol => 'AED',
4228             display_name => {
4229             'currency' => q(Dirrã dos Emirados Árabes Unidos),
4230             'one' => q(Dirrã dos Emirados Árabes Unidos),
4231             'other' => q(Dirrãs dos Emirados Árabes Unidos),
4232             },
4233             },
4234             'AFA' => {
4235             display_name => {
4236             'currency' => q(Afegane \(1927–2002\)),
4237             'one' => q(Afegane do Afeganistão \(AFA\)),
4238             'other' => q(Afeganes do Afeganistão \(AFA\)),
4239             },
4240             },
4241             'AFN' => {
4242             symbol => 'AFN',
4243             display_name => {
4244             'currency' => q(Afegane afegão),
4245             'one' => q(Afegane afegão),
4246             'other' => q(Afeganes afegãos),
4247             },
4248             },
4249             'ALK' => {
4250             display_name => {
4251             'currency' => q(Lek Albanês \(1946–1965\)),
4252             'one' => q(Lek Albanês \(1946–1965\)),
4253             'other' => q(Leks Albaneses \(1946–1965\)),
4254             },
4255             },
4256             'ALL' => {
4257             symbol => 'ALL',
4258             display_name => {
4259             'currency' => q(Lek albanês),
4260             'one' => q(Lek albanês),
4261             'other' => q(Leks albaneses),
4262             },
4263             },
4264             'AMD' => {
4265             symbol => 'AMD',
4266             display_name => {
4267             'currency' => q(Dram armênio),
4268             'one' => q(Dram armênio),
4269             'other' => q(Drams armênios),
4270             },
4271             },
4272             'ANG' => {
4273             symbol => 'ANG',
4274             display_name => {
4275             'currency' => q(Florim das Antilhas Holandesas),
4276             'one' => q(Florim das Antilhas Holandesas),
4277             'other' => q(Florins das Antilhas Holandesas),
4278             },
4279             },
4280             'AOA' => {
4281             symbol => 'AOA',
4282             display_name => {
4283             'currency' => q(Kwanza angolano),
4284             'one' => q(Kwanza angolano),
4285             'other' => q(Kwanzas angolanos),
4286             },
4287             },
4288             'AOK' => {
4289             display_name => {
4290             'currency' => q(Cuanza angolano \(1977–1990\)),
4291             'one' => q(Kwanza angolano \(AOK\)),
4292             'other' => q(Kwanzas angolanos \(AOK\)),
4293             },
4294             },
4295             'AON' => {
4296             display_name => {
4297             'currency' => q(Novo cuanza angolano \(1990–2000\)),
4298             'one' => q(Novo kwanza angolano \(AON\)),
4299             'other' => q(Novos kwanzas angolanos \(AON\)),
4300             },
4301             },
4302             'AOR' => {
4303             display_name => {
4304             'currency' => q(Cuanza angolano reajustado \(1995–1999\)),
4305             'one' => q(Kwanza angolano reajustado \(AOR\)),
4306             'other' => q(Kwanzas angolanos reajustados \(AOR\)),
4307             },
4308             },
4309             'ARA' => {
4310             display_name => {
4311             'currency' => q(Austral argentino),
4312             'one' => q(Austral argentino),
4313             'other' => q(Austrais argentinos),
4314             },
4315             },
4316             'ARL' => {
4317             display_name => {
4318             'currency' => q(Peso lei argentino \(1970–1983\)),
4319             'one' => q(Peso lei argentino \(1970–1983\)),
4320             'other' => q(Pesos lei argentinos \(1970–1983\)),
4321             },
4322             },
4323             'ARM' => {
4324             display_name => {
4325             'currency' => q(Peso argentino \(1881–1970\)),
4326             'one' => q(Peso argentino \(1881–1970\)),
4327             'other' => q(Pesos argentinos \(1881–1970\)),
4328             },
4329             },
4330             'ARP' => {
4331             display_name => {
4332             'currency' => q(Peso argentino \(1983–1985\)),
4333             'one' => q(Peso argentino \(1983–1985\)),
4334             'other' => q(Pesos argentinos \(1983–1985\)),
4335             },
4336             },
4337             'ARS' => {
4338             symbol => 'ARS',
4339             display_name => {
4340             'currency' => q(Peso argentino),
4341             'one' => q(Peso argentino),
4342             'other' => q(Pesos argentinos),
4343             },
4344             },
4345             'ATS' => {
4346             display_name => {
4347             'currency' => q(Xelim austríaco),
4348             'one' => q(Schilling australiano),
4349             'other' => q(Schillings australianos),
4350             },
4351             },
4352             'AUD' => {
4353             symbol => 'AU$',
4354             display_name => {
4355             'currency' => q(Dólar australiano),
4356             'one' => q(Dólar australiano),
4357             'other' => q(Dólares australianos),
4358             },
4359             },
4360             'AWG' => {
4361             symbol => 'AWG',
4362             display_name => {
4363             'currency' => q(Florim arubano),
4364             'one' => q(Florim arubano),
4365             'other' => q(Florins arubanos),
4366             },
4367             },
4368             'AZM' => {
4369             display_name => {
4370             'currency' => q(Manat azerbaijano \(1993–2006\)),
4371             'one' => q(Manat do Azeibaijão \(1993–2006\)),
4372             'other' => q(Manats do Azeibaijão \(1993–2006\)),
4373             },
4374             },
4375             'AZN' => {
4376             symbol => 'AZN',
4377             display_name => {
4378             'currency' => q(Manat azeri),
4379             'one' => q(Manat azeri),
4380             'other' => q(Manats azeris),
4381             },
4382             },
4383             'BAD' => {
4384             display_name => {
4385             'currency' => q(Dinar da Bósnia-Herzegovina \(1992–1994\)),
4386             'one' => q(Dinar da Bósnia Herzegovina),
4387             'other' => q(Dinares da Bósnia Herzegovina),
4388             },
4389             },
4390             'BAM' => {
4391             symbol => 'BAM',
4392             display_name => {
4393             'currency' => q(Marco bósnio-herzegovino conversível),
4394             'one' => q(Marco bósnio-herzegovino conversível),
4395             'other' => q(Marco bósnio-herzegovino conversível),
4396             },
4397             },
4398             'BAN' => {
4399             display_name => {
4400             'currency' => q(Novo dinar da Bósnia-Herzegovina \(1994–1997\)),
4401             'one' => q(Novo dinar da Bósnia-Herzegovina),
4402             'other' => q(Novos dinares da Bósnia-Herzegovina),
4403             },
4404             },
4405             'BBD' => {
4406             symbol => 'BBD',
4407             display_name => {
4408             'currency' => q(Dólar barbadense),
4409             'one' => q(Dólar barbadense),
4410             'other' => q(Dólares barbadenses),
4411             },
4412             },
4413             'BDT' => {
4414             symbol => 'BDT',
4415             display_name => {
4416             'currency' => q(Taka bengalesa),
4417             'one' => q(Taka bengalesa),
4418             'other' => q(Takas bengalesas),
4419             },
4420             },
4421             'BEC' => {
4422             display_name => {
4423             'currency' => q(Franco belga \(conversível\)),
4424             'one' => q(Franco belga \(conversível\)),
4425             'other' => q(Francos belgas \(conversíveis\)),
4426             },
4427             },
4428             'BEF' => {
4429             display_name => {
4430             'currency' => q(Franco belga),
4431             'one' => q(Franco belga),
4432             'other' => q(Francos belgas),
4433             },
4434             },
4435             'BEL' => {
4436             display_name => {
4437             'currency' => q(Franco belga \(financeiro\)),
4438             'one' => q(Franco belga \(financeiro\)),
4439             'other' => q(Francos belgas \(financeiros\)),
4440             },
4441             },
4442             'BGL' => {
4443             display_name => {
4444             'currency' => q(Lev forte búlgaro),
4445             'one' => q(Lev forte búlgaro),
4446             'other' => q(Levs fortes búlgaros),
4447             },
4448             },
4449             'BGM' => {
4450             display_name => {
4451             'currency' => q(Lev socialista búlgaro),
4452             'one' => q(Lev socialista búlgaro),
4453             'other' => q(Levs socialistas búlgaros),
4454             },
4455             },
4456             'BGN' => {
4457             symbol => 'BGN',
4458             display_name => {
4459             'currency' => q(Lev búlgaro),
4460             'one' => q(Lev búlgaro),
4461             'other' => q(Levs búlgaros),
4462             },
4463             },
4464             'BGO' => {
4465             display_name => {
4466             'currency' => q(Lev búlgaro \(1879–1952\)),
4467             'one' => q(Lev búlgaro \(1879–1952\)),
4468             'other' => q(Levs búlgaros \(1879–1952\)),
4469             },
4470             },
4471             'BHD' => {
4472             symbol => 'BHD',
4473             display_name => {
4474             'currency' => q(Dinar bareinita),
4475             'one' => q(Dinar bareinita),
4476             'other' => q(Dinares bareinitas),
4477             },
4478             },
4479             'BIF' => {
4480             symbol => 'BIF',
4481             display_name => {
4482             'currency' => q(Franco burundiano),
4483             'one' => q(Franco burundiano),
4484             'other' => q(Francos burundianos),
4485             },
4486             },
4487             'BMD' => {
4488             symbol => 'BMD',
4489             display_name => {
4490             'currency' => q(Dólar bermudense),
4491             'one' => q(Dólar bermudense),
4492             'other' => q(Dólares bermudenses),
4493             },
4494             },
4495             'BND' => {
4496             symbol => 'BND',
4497             display_name => {
4498             'currency' => q(Dólar bruneano),
4499             'one' => q(Dólar bruneano),
4500             'other' => q(Dólares bruneanos),
4501             },
4502             },
4503             'BOB' => {
4504             symbol => 'BOB',
4505             display_name => {
4506             'currency' => q(Boliviano),
4507             'one' => q(Boliviano),
4508             'other' => q(Bolivianos),
4509             },
4510             },
4511             'BOL' => {
4512             display_name => {
4513             'currency' => q(Boliviano \(1863–1963\)),
4514             'one' => q(Boliviano \(1863–1963\)),
4515             'other' => q(Bolivianos \(1863–1963\)),
4516             },
4517             },
4518             'BOP' => {
4519             display_name => {
4520             'currency' => q(Peso boliviano),
4521             'one' => q(Peso boliviano),
4522             'other' => q(Pesos bolivianos),
4523             },
4524             },
4525             'BOV' => {
4526             display_name => {
4527             'currency' => q(Mvdol boliviano),
4528             'one' => q(Mvdol boliviano),
4529             'other' => q(Mvdols bolivianos),
4530             },
4531             },
4532             'BRB' => {
4533             display_name => {
4534             'currency' => q(Cruzeiro novo brasileiro \(1967–1986\)),
4535             'one' => q(Cruzeiro novo brasileiro \(BRB\)),
4536             'other' => q(Cruzeiros novos brasileiros \(BRB\)),
4537             },
4538             },
4539             'BRC' => {
4540             display_name => {
4541             'currency' => q(Cruzado brasileiro \(1986–1989\)),
4542             'one' => q(Cruzado brasileiro),
4543             'other' => q(Cruzados brasileiros),
4544             },
4545             },
4546             'BRE' => {
4547             display_name => {
4548             'currency' => q(Cruzeiro brasileiro \(1990–1993\)),
4549             'one' => q(Cruzeiro brasileiro \(BRE\)),
4550             'other' => q(Cruzeiros brasileiros \(BRE\)),
4551             },
4552             },
4553             'BRL' => {
4554             symbol => 'R$',
4555             display_name => {
4556             'currency' => q(Real brasileiro),
4557             'one' => q(Real brasileiro),
4558             'other' => q(Reais brasileiros),
4559             },
4560             },
4561             'BRN' => {
4562             display_name => {
4563             'currency' => q(Cruzado novo brasileiro \(1989–1990\)),
4564             'one' => q(Cruzado novo brasileiro),
4565             'other' => q(Cruzados novos brasileiros),
4566             },
4567             },
4568             'BRR' => {
4569             display_name => {
4570             'currency' => q(Cruzeiro brasileiro \(1993–1994\)),
4571             'one' => q(Cruzeiro brasileiro),
4572             'other' => q(Cruzeiros brasileiros),
4573             },
4574             },
4575             'BRZ' => {
4576             display_name => {
4577             'currency' => q(Cruzeiro brasileiro \(1942–1967\)),
4578             'one' => q(Cruzeiro brasileiro antigo),
4579             'other' => q(Cruzeiros brasileiros antigos),
4580             },
4581             },
4582             'BSD' => {
4583             symbol => 'BSD',
4584             display_name => {
4585             'currency' => q(Dólar bahamense),
4586             'one' => q(Dólar bahamense),
4587             'other' => q(Dólares bahamenses),
4588             },
4589             },
4590             'BTN' => {
4591             symbol => 'BTN',
4592             display_name => {
4593             'currency' => q(Ngultrum butanês),
4594             'one' => q(Ngultrum butanês),
4595             'other' => q(Ngultruns butaneses),
4596             },
4597             },
4598             'BUK' => {
4599             display_name => {
4600             'currency' => q(Kyat birmanês),
4601             'one' => q(Kyat burmês),
4602             'other' => q(Kyats burmeses),
4603             },
4604             },
4605             'BWP' => {
4606             symbol => 'BWP',
4607             display_name => {
4608             'currency' => q(Pula botsuanesa),
4609             'one' => q(Pula botsuanesa),
4610             'other' => q(Pulas botsuanesas),
4611             },
4612             },
4613             'BYB' => {
4614             display_name => {
4615             'currency' => q(Rublo novo bielo-russo \(1994–1999\)),
4616             'one' => q(Novo rublo bielorusso \(BYB\)),
4617             'other' => q(Novos rublos bielorussos \(BYB\)),
4618             },
4619             },
4620             'BYR' => {
4621             symbol => 'BYR',
4622             display_name => {
4623             'currency' => q(Rublo bielorrusso),
4624             'one' => q(Rublo bielorrusso),
4625             'other' => q(Rublos bielorrussos),
4626             },
4627             },
4628             'BZD' => {
4629             symbol => 'BZD',
4630             display_name => {
4631             'currency' => q(Dólar belizenho),
4632             'one' => q(Dólar belizenho),
4633             'other' => q(Dólares belizenhos),
4634             },
4635             },
4636             'CAD' => {
4637             symbol => 'CA$',
4638             display_name => {
4639             'currency' => q(Dólar canadense),
4640             'one' => q(Dólar canadense),
4641             'other' => q(Dólares canadenses),
4642             },
4643             },
4644             'CDF' => {
4645             symbol => 'CDF',
4646             display_name => {
4647             'currency' => q(Franco congolês),
4648             'one' => q(Franco congolês),
4649             'other' => q(Francos congoleses),
4650             },
4651             },
4652             'CHE' => {
4653             display_name => {
4654             'currency' => q(Euro WIR),
4655             'one' => q(Euro WIR),
4656             'other' => q(Euros WIR),
4657             },
4658             },
4659             'CHF' => {
4660             symbol => 'CHF',
4661             display_name => {
4662             'currency' => q(Franco suíço),
4663             'one' => q(Franco suíço),
4664             'other' => q(Francos suíços),
4665             },
4666             },
4667             'CHW' => {
4668             display_name => {
4669             'currency' => q(Franco WIR),
4670             'one' => q(Franco WIR),
4671             'other' => q(Francos WIR),
4672             },
4673             },
4674             'CLE' => {
4675             display_name => {
4676             'currency' => q(Escudo chileno),
4677             'one' => q(Escudo chileno),
4678             'other' => q(Escudos chilenos),
4679             },
4680             },
4681             'CLF' => {
4682             display_name => {
4683             'currency' => q(Unidades de Fomento chilenas),
4684             'one' => q(Unidade de fomento chilena),
4685             'other' => q(Unidades de fomento chilenas),
4686             },
4687             },
4688             'CLP' => {
4689             symbol => 'CLP',
4690             display_name => {
4691             'currency' => q(Peso chileno),
4692             'one' => q(Peso chileno),
4693             'other' => q(Pesos chilenos),
4694             },
4695             },
4696             'CNX' => {
4697             display_name => {
4698             'currency' => q(Dólar do Banco Popular da China),
4699             'one' => q(Dólar do Banco Popular da China),
4700             'other' => q(Dólares do Banco Popular da China),
4701             },
4702             },
4703             'CNY' => {
4704             symbol => 'CNÂ¥',
4705             display_name => {
4706             'currency' => q(Yuan chinês),
4707             'one' => q(Yuan chinês),
4708             'other' => q(Yuans chineses),
4709             },
4710             },
4711             'COP' => {
4712             symbol => 'COP',
4713             display_name => {
4714             'currency' => q(Peso colombiano),
4715             'one' => q(Peso colombiano),
4716             'other' => q(Pesos colombianos),
4717             },
4718             },
4719             'COU' => {
4720             display_name => {
4721             'currency' => q(Unidade de Valor Real),
4722             'one' => q(Unidade de valor real),
4723             'other' => q(Unidades de valor real),
4724             },
4725             },
4726             'CRC' => {
4727             symbol => 'CRC',
4728             display_name => {
4729             'currency' => q(Colón costarriquenho),
4730             'one' => q(Colón costarriquenho),
4731             'other' => q(Colóns costarriquenhos),
4732             },
4733             },
4734             'CSD' => {
4735             display_name => {
4736             'currency' => q(Dinar sérvio \(2002–2006\)),
4737             'one' => q(Dinar antigo da Sérvia),
4738             'other' => q(Dinares antigos da Sérvia),
4739             },
4740             },
4741             'CSK' => {
4742             display_name => {
4743             'currency' => q(Coroa Forte checoslovaca),
4744             'one' => q(Coroa forte tchecoslovaca),
4745             'other' => q(Coroas fortes tchecoslovacas),
4746             },
4747             },
4748             'CUC' => {
4749             symbol => 'CUC',
4750             display_name => {
4751             'currency' => q(Peso cubano conversível),
4752             'one' => q(Peso cubano conversível),
4753             'other' => q(Pesos cubanos conversíveis),
4754             },
4755             },
4756             'CUP' => {
4757             symbol => 'CUP',
4758             display_name => {
4759             'currency' => q(Peso cubano),
4760             'one' => q(Peso cubano),
4761             'other' => q(Pesos cubanos),
4762             },
4763             },
4764             'CVE' => {
4765             symbol => 'CVE',
4766             display_name => {
4767             'currency' => q(Escudo cabo-verdiano),
4768             'one' => q(Escudo cabo-verdiano),
4769             'other' => q(Escudos cabo-verdianos),
4770             },
4771             },
4772             'CYP' => {
4773             display_name => {
4774             'currency' => q(Libra cipriota),
4775             'one' => q(Libra cipriota),
4776             'other' => q(Libras cipriotas),
4777             },
4778             },
4779             'CZK' => {
4780             symbol => 'CZK',
4781             display_name => {
4782             'currency' => q(Coroa tcheca),
4783             'one' => q(Coroa tcheca),
4784             'other' => q(Coroas tchecas),
4785             },
4786             },
4787             'DDM' => {
4788             display_name => {
4789             'currency' => q(Ostmark da Alemanha Oriental),
4790             'one' => q(Marco da Alemanha Oriental),
4791             'other' => q(Marcos da Alemanha Oriental),
4792             },
4793             },
4794             'DEM' => {
4795             display_name => {
4796             'currency' => q(Marco alemão),
4797             'one' => q(Marco alemão),
4798             'other' => q(Marcos alemães),
4799             },
4800             },
4801             'DJF' => {
4802             symbol => 'DJF',
4803             display_name => {
4804             'currency' => q(Franco djibutiense),
4805             'one' => q(Franco djibutiense),
4806             'other' => q(Francos djibutienses),
4807             },
4808             },
4809             'DKK' => {
4810             symbol => 'DKK',
4811             display_name => {
4812             'currency' => q(Coroa dinamarquesa),
4813             'one' => q(Coroa dinamarquesa),
4814             'other' => q(Coroas dinamarquesas),
4815             },
4816             },
4817             'DOP' => {
4818             symbol => 'DOP',
4819             display_name => {
4820             'currency' => q(Peso dominicano),
4821             'one' => q(Peso dominicano),
4822             'other' => q(Pesos dominicanos),
4823             },
4824             },
4825             'DZD' => {
4826             symbol => 'DZD',
4827             display_name => {
4828             'currency' => q(Dinar argelino),
4829             'one' => q(Dinar argelino),
4830             'other' => q(Dinares argelinos),
4831             },
4832             },
4833             'ECS' => {
4834             display_name => {
4835             'currency' => q(Sucre equatoriano),
4836             'one' => q(Sucre equatoriano),
4837             'other' => q(Sucres equatorianos),
4838             },
4839             },
4840             'ECV' => {
4841             display_name => {
4842             'currency' => q(Unidade de Valor Constante \(UVC\) do Equador),
4843             'one' => q(Unidade de valor constante equatoriana \(UVC\)),
4844             'other' => q(Unidades de valor constante equatorianas \(UVC\)),
4845             },
4846             },
4847             'EEK' => {
4848             display_name => {
4849             'currency' => q(Coroa estoniana),
4850             'one' => q(Coroa estoniana),
4851             'other' => q(Coroas estonianas),
4852             },
4853             },
4854             'EGP' => {
4855             symbol => 'EGP',
4856             display_name => {
4857             'currency' => q(Libra egípcia),
4858             'one' => q(Libra egípcia),
4859             'other' => q(Libras egípcias),
4860             },
4861             },
4862             'ERN' => {
4863             symbol => 'ERN',
4864             display_name => {
4865             'currency' => q(Nakfa da Eritreia),
4866             'one' => q(Nakfa da Eritreia),
4867             'other' => q(Nakfas da Eritreia),
4868             },
4869             },
4870             'ESA' => {
4871             display_name => {
4872             'currency' => q(Peseta espanhola \(conta A\)),
4873             'one' => q(Peseta espanhola \(conta A\)),
4874             'other' => q(Pesetas espanholas \(conta A\)),
4875             },
4876             },
4877             'ESB' => {
4878             display_name => {
4879             'currency' => q(Peseta espanhola \(conta conversível\)),
4880             'one' => q(Peseta espanhola \(conta conversível\)),
4881             'other' => q(Pesetas espanholas \(conta conversível\)),
4882             },
4883             },
4884             'ESP' => {
4885             display_name => {
4886             'currency' => q(Peseta espanhola),
4887             'one' => q(Peseta espanhola),
4888             'other' => q(Pesetas espanholas),
4889             },
4890             },
4891             'ETB' => {
4892             symbol => 'ETB',
4893             display_name => {
4894             'currency' => q(Birr etíope),
4895             'one' => q(Birr etíope),
4896             'other' => q(Birrs etíopes),
4897             },
4898             },
4899             'EUR' => {
4900             symbol => '€',
4901             display_name => {
4902             'currency' => q(Euro),
4903             'one' => q(Euro),
4904             'other' => q(Euros),
4905             },
4906             },
4907             'FIM' => {
4908             display_name => {
4909             'currency' => q(Marca finlandesa),
4910             'one' => q(Marco finlandês),
4911             'other' => q(Marcos finlandeses),
4912             },
4913             },
4914             'FJD' => {
4915             symbol => 'FJD',
4916             display_name => {
4917             'currency' => q(Dólar fijiano),
4918             'one' => q(Dólar fijiano),
4919             'other' => q(Dólares fijianos),
4920             },
4921             },
4922             'FKP' => {
4923             symbol => 'FKP',
4924             display_name => {
4925             'currency' => q(Libra malvinense),
4926             'one' => q(Libra malvinense),
4927             'other' => q(Libras malvinenses),
4928             },
4929             },
4930             'FRF' => {
4931             display_name => {
4932             'currency' => q(Franco francês),
4933             'one' => q(Franco francês),
4934             'other' => q(Francos franceses),
4935             },
4936             },
4937             'GBP' => {
4938             symbol => '£',
4939             display_name => {
4940             'currency' => q(Libra britânica),
4941             'one' => q(Libra britânica),
4942             'other' => q(Libras britânicas),
4943             },
4944             },
4945             'GEK' => {
4946             display_name => {
4947             'currency' => q(Cupom Lari georgiano),
4948             'one' => q(Kupon larit da Geórgia),
4949             'other' => q(Kupon larits da Geórgia),
4950             },
4951             },
4952             'GEL' => {
4953             symbol => 'GEL',
4954             display_name => {
4955             'currency' => q(Lari georgiano),
4956             'one' => q(Lari georgiano),
4957             'other' => q(Laris georgianos),
4958             },
4959             },
4960             'GHC' => {
4961             display_name => {
4962             'currency' => q(Cedi de Gana \(1979–2007\)),
4963             'one' => q(Cedi de Gana \(1979–2007\)),
4964             'other' => q(Cedis de Gana \(1979–2007\)),
4965             },
4966             },
4967             'GHS' => {
4968             symbol => 'GHS',
4969             display_name => {
4970             'currency' => q(Cedi ganês),
4971             'one' => q(Cedi ganês),
4972             'other' => q(Cedis ganeses),
4973             },
4974             },
4975             'GIP' => {
4976             symbol => 'GIP',
4977             display_name => {
4978             'currency' => q(Libra de Gibraltar),
4979             'one' => q(Libra de Gibraltar),
4980             'other' => q(Libras de Gibraltar),
4981             },
4982             },
4983             'GMD' => {
4984             symbol => 'GMD',
4985             display_name => {
4986             'currency' => q(Dalasi gambiano),
4987             'one' => q(Dalasi gambiano),
4988             'other' => q(Dalasis gambianos),
4989             },
4990             },
4991             'GNF' => {
4992             symbol => 'GNF',
4993             display_name => {
4994             'currency' => q(Franco guineano),
4995             'one' => q(Franco guineano),
4996             'other' => q(Francos guineanos),
4997             },
4998             },
4999             'GNS' => {
5000             display_name => {
5001             'currency' => q(Syli da Guiné),
5002             'one' => q(Syli guineano),
5003             'other' => q(Sylis guineanos),
5004             },
5005             },
5006             'GQE' => {
5007             display_name => {
5008             'currency' => q(Ekwele da Guiné Equatorial),
5009             'one' => q(Ekwele da Guiné Equatorial),
5010             'other' => q(Ekweles da Guiné Equatorial),
5011             },
5012             },
5013             'GRD' => {
5014             display_name => {
5015             'currency' => q(Dracma grego),
5016             'one' => q(Dracma grego),
5017             'other' => q(Dracmas gregos),
5018             },
5019             },
5020             'GTQ' => {
5021             symbol => 'GTQ',
5022             display_name => {
5023             'currency' => q(Quetzal guatemalense),
5024             'one' => q(Quetzal guatemalense),
5025             'other' => q(Quetzais guatemalenses),
5026             },
5027             },
5028             'GWE' => {
5029             display_name => {
5030             'currency' => q(Escudo da Guiné Portuguesa),
5031             'one' => q(Escudo da Guiné Portuguesa),
5032             'other' => q(Escudos da Guinéa Portuguesa),
5033             },
5034             },
5035             'GWP' => {
5036             display_name => {
5037             'currency' => q(Peso da Guiné-Bissau),
5038             'one' => q(Peso de Guiné-Bissau),
5039             'other' => q(Pesos de Guiné-Bissau),
5040             },
5041             },
5042             'GYD' => {
5043             symbol => 'GYD',
5044             display_name => {
5045             'currency' => q(Dólar guianense),
5046             'one' => q(Dólar guianense),
5047             'other' => q(Dólares guianenses),
5048             },
5049             },
5050             'HKD' => {
5051             symbol => 'HK$',
5052             display_name => {
5053             'currency' => q(Dólar de Hong Kong),
5054             'one' => q(Dólar de Hong Kong),
5055             'other' => q(Dólares de Hong Kong),
5056             },
5057             },
5058             'HNL' => {
5059             symbol => 'HNL',
5060             display_name => {
5061             'currency' => q(Lempira hondurenha),
5062             'one' => q(Lempira hondurenha),
5063             'other' => q(Lempiras hondurenhas),
5064             },
5065             },
5066             'HRD' => {
5067             display_name => {
5068             'currency' => q(Dinar croata),
5069             'one' => q(Dinar croata),
5070             'other' => q(Dinares croatas),
5071             },
5072             },
5073             'HRK' => {
5074             symbol => 'HRK',
5075             display_name => {
5076             'currency' => q(Kuna croata),
5077             'one' => q(Kuna croata),
5078             'other' => q(Kunas croatas),
5079             },
5080             },
5081             'HTG' => {
5082             symbol => 'HTG',
5083             display_name => {
5084             'currency' => q(Gourde haitiano),
5085             'one' => q(Gourde haitiano),
5086             'other' => q(Gourdes haitianos),
5087             },
5088             },
5089             'HUF' => {
5090             symbol => 'HUF',
5091             display_name => {
5092             'currency' => q(Forint húngaro),
5093             'one' => q(Forint húngaro),
5094             'other' => q(Forints húngaros),
5095             },
5096             },
5097             'IDR' => {
5098             symbol => 'IDR',
5099             display_name => {
5100             'currency' => q(Rupia indonésia),
5101             'one' => q(Rupia indonésia),
5102             'other' => q(Rupias indonésias),
5103             },
5104             },
5105             'IEP' => {
5106             display_name => {
5107             'currency' => q(Libra irlandesa),
5108             'one' => q(Libra irlandesa),
5109             'other' => q(Libras irlandesas),
5110             },
5111             },
5112             'ILP' => {
5113             display_name => {
5114             'currency' => q(Libra israelita),
5115             'one' => q(Libra israelita),
5116             'other' => q(Libras israelitas),
5117             },
5118             },
5119             'ILR' => {
5120             display_name => {
5121             'currency' => q(Sheqel antigo israelita),
5122             'one' => q(Sheqel antigo israelita),
5123             'other' => q(Sheqels antigos israelitas),
5124             },
5125             },
5126             'ILS' => {
5127             symbol => '₪',
5128             display_name => {
5129             'currency' => q(Sheqel novo israelita),
5130             'one' => q(Sheqel novo israelita),
5131             'other' => q(Sheqels novos israelita),
5132             },
5133             },
5134             'INR' => {
5135             symbol => '₹',
5136             display_name => {
5137             'currency' => q(Rupia indiana),
5138             'one' => q(Rupia indiana),
5139             'other' => q(Rupias indianas),
5140             },
5141             },
5142             'IQD' => {
5143             symbol => 'IQD',
5144             display_name => {
5145             'currency' => q(Dinar iraquiano),
5146             'one' => q(Dinar iraquiano),
5147             'other' => q(Dinares iraquianos),
5148             },
5149             },
5150             'IRR' => {
5151             symbol => 'IRR',
5152             display_name => {
5153             'currency' => q(Rial iraniano),
5154             'one' => q(Rial iraniano),
5155             'other' => q(Riales iranianos),
5156             },
5157             },
5158             'ISJ' => {
5159             display_name => {
5160             'currency' => q(Coroa antiga islandesa),
5161             'one' => q(Coroa antiga islandesa),
5162             'other' => q(Coroas antigas islandesas),
5163             },
5164             },
5165             'ISK' => {
5166             symbol => 'ISK',
5167             display_name => {
5168             'currency' => q(Coroa islandesa),
5169             'one' => q(Coroa islandesa),
5170             'other' => q(Coroas islandesas),
5171             },
5172             },
5173             'ITL' => {
5174             display_name => {
5175             'currency' => q(Lira italiana),
5176             'one' => q(Lira italiana),
5177             'other' => q(Liras italianas),
5178             },
5179             },
5180             'JMD' => {
5181             symbol => 'JMD',
5182             display_name => {
5183             'currency' => q(Dólar jamaicano),
5184             'one' => q(Dólar jamaicano),
5185             'other' => q(Dólares jamaicanos),
5186             },
5187             },
5188             'JOD' => {
5189             symbol => 'JOD',
5190             display_name => {
5191             'currency' => q(Dinar jordaniano),
5192             'one' => q(Dinar jordaniano),
5193             'other' => q(Dinares jordanianos),
5194             },
5195             },
5196             'JPY' => {
5197             symbol => 'JPÂ¥',
5198             display_name => {
5199             'currency' => q(Iene japonês),
5200             'one' => q(Iene japonês),
5201             'other' => q(Ienes japoneses),
5202             },
5203             },
5204             'KES' => {
5205             symbol => 'KES',
5206             display_name => {
5207             'currency' => q(Xelim queniano),
5208             'one' => q(Xelim queniano),
5209             'other' => q(Xelins quenianos),
5210             },
5211             },
5212             'KGS' => {
5213             symbol => 'KGS',
5214             display_name => {
5215             'currency' => q(Som quirguiz),
5216             'one' => q(Som quirguiz),
5217             'other' => q(Sons quirguizes),
5218             },
5219             },
5220             'KHR' => {
5221             symbol => 'KHR',
5222             display_name => {
5223             'currency' => q(Riel cambojano),
5224             'one' => q(Riel cambojano),
5225             'other' => q(Rieles cambojanos),
5226             },
5227             },
5228             'KMF' => {
5229             symbol => 'KMF',
5230             display_name => {
5231             'currency' => q(Franco comorense),
5232             'one' => q(Franco comorense),
5233             'other' => q(Francos comorenses),
5234             },
5235             },
5236             'KPW' => {
5237             symbol => 'KPW',
5238             display_name => {
5239             'currency' => q(Won norte-coreano),
5240             'one' => q(Won norte-coreano),
5241             'other' => q(Wons norte-coreanos),
5242             },
5243             },
5244             'KRH' => {
5245             display_name => {
5246             'currency' => q(Hwan da Coreia do Sul \(1953–1962\)),
5247             'one' => q(Hwan da Coreia do Sul),
5248             'other' => q(Hwans da Coreia do Sul),
5249             },
5250             },
5251             'KRO' => {
5252             display_name => {
5253             'currency' => q(Won da Coreia do Sul \(1945–1953\)),
5254             'one' => q(Won antigo da Coreia do Sul),
5255             'other' => q(Wons antigos da Coreia do Sul),
5256             },
5257             },
5258             'KRW' => {
5259             symbol => 'â‚©',
5260             display_name => {
5261             'currency' => q(Won sul-coreano),
5262             'one' => q(Won sul-coreano),
5263             'other' => q(Wons sul-coreanos),
5264             },
5265             },
5266             'KWD' => {
5267             symbol => 'KWD',
5268             display_name => {
5269             'currency' => q(Dinar kuwaitiano),
5270             'one' => q(Dinar kuwaitiano),
5271             'other' => q(Dinares kuwaitianos),
5272             },
5273             },
5274             'KYD' => {
5275             symbol => 'KYD',
5276             display_name => {
5277             'currency' => q(Dólar das Ilhas Caiman),
5278             'one' => q(Dólar das Ilhas Caiman),
5279             'other' => q(Dólares das Ilhas Caiman),
5280             },
5281             },
5282             'KZT' => {
5283             symbol => 'KZT',
5284             display_name => {
5285             'currency' => q(Tenge cazaque),
5286             'one' => q(Tenge cazaque),
5287             'other' => q(Tenges cazaques),
5288             },
5289             },
5290             'LAK' => {
5291             symbol => 'LAK',
5292             display_name => {
5293             'currency' => q(Kip laosiano),
5294             'one' => q(Kip laosiano),
5295             'other' => q(Kips laosianos),
5296             },
5297             },
5298             'LBP' => {
5299             symbol => 'LBP',
5300             display_name => {
5301             'currency' => q(Libra libanesa),
5302             'one' => q(Libra libanesa),
5303             'other' => q(Libras libanesas),
5304             },
5305             },
5306             'LKR' => {
5307             symbol => 'LKR',
5308             display_name => {
5309             'currency' => q(Rupia ceilandesa),
5310             'one' => q(Rupia ceilandesa),
5311             'other' => q(Rupias ceilandesas),
5312             },
5313             },
5314             'LRD' => {
5315             symbol => 'LRD',
5316             display_name => {
5317             'currency' => q(Dólar liberiano),
5318             'one' => q(Dólar liberiano),
5319             'other' => q(Dólares liberianos),
5320             },
5321             },
5322             'LSL' => {
5323             display_name => {
5324             'currency' => q(Loti do Lesoto),
5325             'one' => q(Loti do Lesoto),
5326             'other' => q(Lotis do Lesoto),
5327             },
5328             },
5329             'LTL' => {
5330             symbol => 'LTL',
5331             display_name => {
5332             'currency' => q(Litas lituano),
5333             'one' => q(Litas lituano),
5334             'other' => q(Litai lituanos),
5335             },
5336             },
5337             'LTT' => {
5338             display_name => {
5339             'currency' => q(Talonas lituano),
5340             'one' => q(Talonas lituanas),
5341             'other' => q(Talonases lituanas),
5342             },
5343             },
5344             'LUC' => {
5345             display_name => {
5346             'currency' => q(Franco conversível de Luxemburgo),
5347             'one' => q(Franco conversível de Luxemburgo),
5348             'other' => q(Francos conversíveis de Luxemburgo),
5349             },
5350             },
5351             'LUF' => {
5352             display_name => {
5353             'currency' => q(Franco luxemburguês),
5354             'one' => q(Franco de Luxemburgo),
5355             'other' => q(Francos de Luxemburgo),
5356             },
5357             },
5358             'LUL' => {
5359             display_name => {
5360             'currency' => q(Franco financeiro de Luxemburgo),
5361             'one' => q(Franco financeiro de Luxemburgo),
5362             'other' => q(Francos financeiros de Luxemburgo),
5363             },
5364             },
5365             'LVL' => {
5366             symbol => 'LVL',
5367             display_name => {
5368             'currency' => q(Lats letão),
5369             'one' => q(Lats letão),
5370             'other' => q(Lati letões),
5371             },
5372             },
5373             'LVR' => {
5374             display_name => {
5375             'currency' => q(Rublo letão),
5376             'one' => q(Rublo da Letônia),
5377             'other' => q(Rublos da Letônia),
5378             },
5379             },
5380             'LYD' => {
5381             symbol => 'LYD',
5382             display_name => {
5383             'currency' => q(Dinar líbio),
5384             'one' => q(Dinar líbio),
5385             'other' => q(Dinares líbios),
5386             },
5387             },
5388             'MAD' => {
5389             symbol => 'MAD',
5390             display_name => {
5391             'currency' => q(Dirrã marroquino),
5392             'one' => q(Dirrã marroquino),
5393             'other' => q(Dirrãs marroquinos),
5394             },
5395             },
5396             'MAF' => {
5397             display_name => {
5398             'currency' => q(Franco marroquino),
5399             'one' => q(Franco marroquino),
5400             'other' => q(Francos marroquinos),
5401             },
5402             },
5403             'MCF' => {
5404             display_name => {
5405             'currency' => q(Franco monegasco),
5406             'one' => q(Franco monegasco),
5407             'other' => q(Francos monegascos),
5408             },
5409             },
5410             'MDC' => {
5411             display_name => {
5412             'currency' => q(Cupon moldávio),
5413             'one' => q(Cupon moldávio),
5414             'other' => q(Cupon moldávio),
5415             },
5416             },
5417             'MDL' => {
5418             symbol => 'MDL',
5419             display_name => {
5420             'currency' => q(Leu moldávio),
5421             'one' => q(Leu moldávio),
5422             'other' => q(Leus moldávios),
5423             },
5424             },
5425             'MGA' => {
5426             symbol => 'MGA',
5427             display_name => {
5428             'currency' => q(Ariary malgaxe),
5429             'one' => q(Ariary malgaxe),
5430             'other' => q(Ariarys malgaxes),
5431             },
5432             },
5433             'MGF' => {
5434             display_name => {
5435             'currency' => q(Franco de Madagascar),
5436             'one' => q(Franco de Madagascar),
5437             'other' => q(Francos de Madagascar),
5438             },
5439             },
5440             'MKD' => {
5441             symbol => 'MKD',
5442             display_name => {
5443             'currency' => q(Dinar macedônio),
5444             'one' => q(Dinar macedônio),
5445             'other' => q(Dinares macedônios),
5446             },
5447             },
5448             'MKN' => {
5449             display_name => {
5450             'currency' => q(Dinar macedônio \(1992–1993\)),
5451             'one' => q(Dinar macedônio \(1992–1993\)),
5452             'other' => q(Dinares macedônios \(1992–1993\)),
5453             },
5454             },
5455             'MLF' => {
5456             display_name => {
5457             'currency' => q(Franco de Mali),
5458             'one' => q(Franco de Mali),
5459             'other' => q(Francos de Mali),
5460             },
5461             },
5462             'MMK' => {
5463             symbol => 'MMK',
5464             display_name => {
5465             'currency' => q(Kyat mianmarense),
5466             'one' => q(Kyat mianmarense),
5467             'other' => q(Kyats mianmarenses),
5468             },
5469             },
5470             'MNT' => {
5471             symbol => 'MNT',
5472             display_name => {
5473             'currency' => q(Tugrik mongol),
5474             'one' => q(Tugrik mongol),
5475             'other' => q(Tugriks mongóis),
5476             },
5477             },
5478             'MOP' => {
5479             symbol => 'MOP',
5480             display_name => {
5481             'currency' => q(Pataca macaense),
5482             'one' => q(Pataca macaense),
5483             'other' => q(Patacas macaenses),
5484             },
5485             },
5486             'MRO' => {
5487             symbol => 'MRO',
5488             display_name => {
5489             'currency' => q(Ouguiya mauritana),
5490             'one' => q(Ouguiya mauritana),
5491             'other' => q(Ouguiyas mauritanas),
5492             },
5493             },
5494             'MTL' => {
5495             display_name => {
5496             'currency' => q(Lira maltesa),
5497             'one' => q(Lira Maltesa),
5498             'other' => q(Liras maltesas),
5499             },
5500             },
5501             'MTP' => {
5502             display_name => {
5503             'currency' => q(Libra maltesa),
5504             'one' => q(Libra maltesa),
5505             'other' => q(Libras maltesas),
5506             },
5507             },
5508             'MUR' => {
5509             symbol => 'MUR',
5510             display_name => {
5511             'currency' => q(Rupia mauriciana),
5512             'one' => q(Rupia mauriciana),
5513             'other' => q(Rupias mauricianas),
5514             },
5515             },
5516             'MVR' => {
5517             symbol => 'MVR',
5518             display_name => {
5519             'currency' => q(Rupia maldiva),
5520             'one' => q(Rupia maldiva),
5521             'other' => q(Rupias maldivas),
5522             },
5523             },
5524             'MWK' => {
5525             symbol => 'MWK',
5526             display_name => {
5527             'currency' => q(Kwacha malawiana),
5528             'one' => q(Kwacha malawiana),
5529             'other' => q(Kwachas malawianas),
5530             },
5531             },
5532             'MXN' => {
5533             symbol => 'MX$',
5534             display_name => {
5535             'currency' => q(Peso mexicano),
5536             'one' => q(Peso mexicano),
5537             'other' => q(Pesos mexicanos),
5538             },
5539             },
5540             'MXP' => {
5541             display_name => {
5542             'currency' => q(Peso Prata mexicano \(1861–1992\)),
5543             'one' => q(Peso de prata mexicano \(1861–1992\)),
5544             'other' => q(Pesos de prata mexicanos \(1861–1992\)),
5545             },
5546             },
5547             'MXV' => {
5548             display_name => {
5549             'currency' => q(Unidade Mexicana de Investimento \(UDI\)),
5550             'one' => q(Unidade de investimento mexicana \(UDI\)),
5551             'other' => q(Unidades de investimento mexicanas \(UDI\)),
5552             },
5553             },
5554             'MYR' => {
5555             symbol => 'MYR',
5556             display_name => {
5557             'currency' => q(Ringgit malaio),
5558             'one' => q(Ringgit malaio),
5559             'other' => q(Ringgits malaios),
5560             },
5561             },
5562             'MZE' => {
5563             display_name => {
5564             'currency' => q(Escudo de Moçambique),
5565             'one' => q(Escudo de Moçambique),
5566             'other' => q(Escudos de Moçambique),
5567             },
5568             },
5569             'MZM' => {
5570             display_name => {
5571             'currency' => q(Metical de Moçambique \(1980–2006\)),
5572             'one' => q(Metical antigo de Moçambique),
5573             'other' => q(Meticales antigos de Moçambique),
5574             },
5575             },
5576             'MZN' => {
5577             symbol => 'MZN',
5578             display_name => {
5579             'currency' => q(Metical moçambicano),
5580             'one' => q(Metical moçambicano),
5581             'other' => q(Meticales moçambicanos),
5582             },
5583             },
5584             'NAD' => {
5585             symbol => 'NAD',
5586             display_name => {
5587             'currency' => q(Dólar namibiano),
5588             'one' => q(Dólar namibiano),
5589             'other' => q(Dólares namibianos),
5590             },
5591             },
5592             'NGN' => {
5593             symbol => 'NGN',
5594             display_name => {
5595             'currency' => q(Naira nigeriana),
5596             'one' => q(Naira nigeriana),
5597             'other' => q(Nairas nigerianas),
5598             },
5599             },
5600             'NIC' => {
5601             display_name => {
5602             'currency' => q(Córdoba nicaraguense \(1988–1991\)),
5603             'one' => q(Córdoba nicaraguense \(1988–1991\)),
5604             'other' => q(Córdobas nicaraguense \(1988–1991\)),
5605             },
5606             },
5607             'NIO' => {
5608             symbol => 'NIO',
5609             display_name => {
5610             'currency' => q(Córdoba nicaraguense),
5611             'one' => q(Córdoba nicaraguense),
5612             'other' => q(Córdobas nicaraguenses),
5613             },
5614             },
5615             'NLG' => {
5616             display_name => {
5617             'currency' => q(Florim holandês),
5618             'one' => q(Florim holandês),
5619             'other' => q(Florins holandeses),
5620             },
5621             },
5622             'NOK' => {
5623             symbol => 'NOK',
5624             display_name => {
5625             'currency' => q(Coroa norueguesa),
5626             'one' => q(Coroa norueguesa),
5627             'other' => q(Coroas norueguesas),
5628             },
5629             },
5630             'NPR' => {
5631             symbol => 'NPR',
5632             display_name => {
5633             'currency' => q(Rupia nepalesa),
5634             'one' => q(Rupia nepalesa),
5635             'other' => q(Rupias nepalesas),
5636             },
5637             },
5638             'NZD' => {
5639             symbol => 'NZ$',
5640             display_name => {
5641             'currency' => q(Dólar neozelandês),
5642             'one' => q(Dólar neozelandês),
5643             'other' => q(Dólares neozelandeses),
5644             },
5645             },
5646             'OMR' => {
5647             symbol => 'OMR',
5648             display_name => {
5649             'currency' => q(Rial omanense),
5650             'one' => q(Rial omanense),
5651             'other' => q(Riales omanenses),
5652             },
5653             },
5654             'PAB' => {
5655             symbol => 'PAB',
5656             display_name => {
5657             'currency' => q(Balboa panamenha),
5658             'one' => q(Balboa panamenha),
5659             'other' => q(Balboas panamenhas),
5660             },
5661             },
5662             'PEI' => {
5663             display_name => {
5664             'currency' => q(Inti peruano),
5665             'one' => q(Inti peruano),
5666             'other' => q(Intis peruanos),
5667             },
5668             },
5669             'PEN' => {
5670             symbol => 'PEN',
5671             display_name => {
5672             'currency' => q(Novo sol peruano),
5673             'one' => q(Novo sol peruano),
5674             'other' => q(Novos sóis peruanos),
5675             },
5676             },
5677             'PES' => {
5678             display_name => {
5679             'currency' => q(Sol peruano \(1863–1965\)),
5680             'one' => q(Sol peruano),
5681             'other' => q(Soles peruanos),
5682             },
5683             },
5684             'PGK' => {
5685             symbol => 'PGK',
5686             display_name => {
5687             'currency' => q(Kina papuásia),
5688             'one' => q(Kina papuásia),
5689             'other' => q(Kinas papuásias),
5690             },
5691             },
5692             'PHP' => {
5693             symbol => 'PHP',
5694             display_name => {
5695             'currency' => q(Peso filipino),
5696             'one' => q(Peso filipino),
5697             'other' => q(Pesos filipinos),
5698             },
5699             },
5700             'PKR' => {
5701             symbol => 'PKR',
5702             display_name => {
5703             'currency' => q(Rupia paquistanesa),
5704             'one' => q(Rupia paquistanesa),
5705             'other' => q(Rupias paquistanesas),
5706             },
5707             },
5708             'PLN' => {
5709             symbol => 'PLN',
5710             display_name => {
5711             'currency' => q(Zloti polonês),
5712             'one' => q(Zloti polonês),
5713             'other' => q(Zlotis poloneses),
5714             },
5715             },
5716             'PLZ' => {
5717             display_name => {
5718             'currency' => q(Zloti polonês \(1950–1995\)),
5719             'one' => q(Zloti polonês \(1950–1995\)),
5720             'other' => q(Zlotis poloneses \(1950–1995\)),
5721             },
5722             },
5723             'PTE' => {
5724             symbol => 'Esc.',
5725             display_name => {
5726             'currency' => q(Escudo português),
5727             'one' => q(Escudo português),
5728             'other' => q(Escudos portugueses),
5729             },
5730             },
5731             'PYG' => {
5732             symbol => 'PYG',
5733             display_name => {
5734             'currency' => q(Guarani paraguaio),
5735             'one' => q(Guarani paraguaio),
5736             'other' => q(Guaranis paraguaios),
5737             },
5738             },
5739             'QAR' => {
5740             symbol => 'QAR',
5741             display_name => {
5742             'currency' => q(Rial catariano),
5743             'one' => q(Rial catariano),
5744             'other' => q(Riales catarianos),
5745             },
5746             },
5747             'RHD' => {
5748             display_name => {
5749             'currency' => q(Dólar rodesiano),
5750             'one' => q(Dólar da Rodésia),
5751             'other' => q(Dólares da Rodésia),
5752             },
5753             },
5754             'ROL' => {
5755             display_name => {
5756             'currency' => q(Leu romeno \(1952–2006\)),
5757             'one' => q(Leu antigo da Romênia),
5758             'other' => q(Leus antigos da Romênia),
5759             },
5760             },
5761             'RON' => {
5762             symbol => 'RON',
5763             display_name => {
5764             'currency' => q(Leu romeno),
5765             'one' => q(Leu romeno),
5766             'other' => q(Leus romenos),
5767             },
5768             },
5769             'RSD' => {
5770             symbol => 'RSD',
5771             display_name => {
5772             'currency' => q(Dinar sérvio),
5773             'one' => q(Dinar sérvio),
5774             'other' => q(Dinares sérvios),
5775             },
5776             },
5777             'RUB' => {
5778             symbol => 'RUB',
5779             display_name => {
5780             'currency' => q(Rublo russo),
5781             'one' => q(Rublo russo),
5782             'other' => q(Rublos russos),
5783             },
5784             },
5785             'RUR' => {
5786             display_name => {
5787             'currency' => q(Rublo russo \(1991–1998\)),
5788             'one' => q(Rublo russo \(1991–1998\)),
5789             'other' => q(Rublos russos \(1991–1998\)),
5790             },
5791             },
5792             'RWF' => {
5793             symbol => 'RWF',
5794             display_name => {
5795             'currency' => q(Franco ruandês),
5796             'one' => q(Franco ruandês),
5797             'other' => q(Francos ruandeses),
5798             },
5799             },
5800             'SAR' => {
5801             symbol => 'SAR',
5802             display_name => {
5803             'currency' => q(Riyal saudita),
5804             'one' => q(Riyal saudita),
5805             'other' => q(Riyales sauditas),
5806             },
5807             },
5808             'SBD' => {
5809             symbol => 'SBD',
5810             display_name => {
5811             'currency' => q(Dólar das Ilhas Salomão),
5812             'one' => q(Dólar das Ilhas Salomão),
5813             'other' => q(Dólares das Ilhas Salomão),
5814             },
5815             },
5816             'SCR' => {
5817             symbol => 'SCR',
5818             display_name => {
5819             'currency' => q(Rupia seichelense),
5820             'one' => q(Rupia seichelense),
5821             'other' => q(Rupias seichelenses),
5822             },
5823             },
5824             'SDD' => {
5825             display_name => {
5826             'currency' => q(Dinar sudanês \(1992–2007\)),
5827             'one' => q(Dinar antigo do Sudão),
5828             'other' => q(Dinares antigos do Sudão),
5829             },
5830             },
5831             'SDG' => {
5832             symbol => 'SDG',
5833             display_name => {
5834             'currency' => q(Libra sudanesa),
5835             'one' => q(Libra sudanesa),
5836             'other' => q(Libras sudanesas),
5837             },
5838             },
5839             'SDP' => {
5840             display_name => {
5841             'currency' => q(Libra sudanesa \(1957–1998\)),
5842             'one' => q(Libra antiga sudanesa),
5843             'other' => q(Libras antigas sudanesas),
5844             },
5845             },
5846             'SEK' => {
5847             symbol => 'SEK',
5848             display_name => {
5849             'currency' => q(Coroa sueca),
5850             'one' => q(Coroa sueca),
5851             'other' => q(Coroas suecas),
5852             },
5853             },
5854             'SGD' => {
5855             symbol => 'SGD',
5856             display_name => {
5857             'currency' => q(Dólar singapuriano),
5858             'one' => q(Dólar singapuriano),
5859             'other' => q(Dólares singapurianos),
5860             },
5861             },
5862             'SHP' => {
5863             symbol => 'SHP',
5864             display_name => {
5865             'currency' => q(Libra de Santa Helena),
5866             'one' => q(Libra de Santa Helena),
5867             'other' => q(Libras de Santa Helena),
5868             },
5869             },
5870             'SIT' => {
5871             display_name => {
5872             'currency' => q(Tolar Bons esloveno),
5873             'one' => q(Tolar da Eslovênia),
5874             'other' => q(Tolares da Eslovênia),
5875             },
5876             },
5877             'SKK' => {
5878             display_name => {
5879             'currency' => q(Coroa eslovaca),
5880             'one' => q(Coroa eslovaca),
5881             'other' => q(Coroas eslovacas),
5882             },
5883             },
5884             'SLL' => {
5885             symbol => 'SLL',
5886             display_name => {
5887             'currency' => q(Leone de Serra Leoa),
5888             'one' => q(Leone de Serra Leoa),
5889             'other' => q(Leones de Serra Leoa),
5890             },
5891             },
5892             'SOS' => {
5893             symbol => 'SOS',
5894             display_name => {
5895             'currency' => q(Xelim somaliano),
5896             'one' => q(Xelim somaliano),
5897             'other' => q(Xelins somalianos),
5898             },
5899             },
5900             'SRD' => {
5901             symbol => 'SRD',
5902             display_name => {
5903             'currency' => q(Dólar surinamês),
5904             'one' => q(Dólar surinamês),
5905             'other' => q(Dólares surinameses),
5906             },
5907             },
5908             'SRG' => {
5909             display_name => {
5910             'currency' => q(Florim do Suriname),
5911             'one' => q(Florim do Suriname),
5912             'other' => q(Florins do Suriname),
5913             },
5914             },
5915             'SSP' => {
5916             symbol => 'SSP',
5917             display_name => {
5918             'currency' => q(Libra sul-sudanesa),
5919             'one' => q(Libra sul-sudanesa),
5920             'other' => q(Libras sul-sudanesas),
5921             },
5922             },
5923             'STD' => {
5924             symbol => 'STD',
5925             display_name => {
5926             'currency' => q(Dobra de São Tomé e Príncipe),
5927             'one' => q(Dobra de São Tomé e Príncipe),
5928             'other' => q(Dobras de São Tomé e Príncipe),
5929             },
5930             },
5931             'SUR' => {
5932             display_name => {
5933             'currency' => q(Rublo soviético),
5934             'one' => q(Rublo soviético),
5935             'other' => q(Rublos soviéticos),
5936             },
5937             },
5938             'SVC' => {
5939             display_name => {
5940             'currency' => q(Colom salvadorenho),
5941             'one' => q(Colon de El Salvador),
5942             'other' => q(Colons de El Salvador),
5943             },
5944             },
5945             'SYP' => {
5946             symbol => 'SYP',
5947             display_name => {
5948             'currency' => q(Libra síria),
5949             'one' => q(Libra síria),
5950             'other' => q(Libras sírias),
5951             },
5952             },
5953             'SZL' => {
5954             symbol => 'SZL',
5955             display_name => {
5956             'currency' => q(Lilangeni suazi),
5957             'one' => q(Lilangeni suazi),
5958             'other' => q(Lilangenis suazis),
5959             },
5960             },
5961             'THB' => {
5962             symbol => '฿',
5963             display_name => {
5964             'currency' => q(Baht tailandês),
5965             'one' => q(Baht tailandês),
5966             'other' => q(Bahts tailandeses),
5967             },
5968             },
5969             'TJR' => {
5970             display_name => {
5971             'currency' => q(Rublo do Tadjiquistão),
5972             'one' => q(Rublo do Tajaquistão),
5973             'other' => q(Rublos do Tajaquistão),
5974             },
5975             },
5976             'TJS' => {
5977             symbol => 'TJS',
5978             display_name => {
5979             'currency' => q(Somoni tadjique),
5980             'one' => q(Somoni tadjique),
5981             'other' => q(Somonis tadjiques),
5982             },
5983             },
5984             'TMM' => {
5985             display_name => {
5986             'currency' => q(Manat do Turcomenistão \(1993–2009\)),
5987             'one' => q(Manat do Turcomenistão \(1993–2009\)),
5988             'other' => q(Manats do Turcomenistão \(1993–2009\)),
5989             },
5990             },
5991             'TMT' => {
5992             symbol => 'TMT',
5993             display_name => {
5994             'currency' => q(Manat turcomeno),
5995             'one' => q(Manat turcomeno),
5996             'other' => q(Manats turcomenos),
5997             },
5998             },
5999             'TND' => {
6000             symbol => 'TND',
6001             display_name => {
6002             'currency' => q(Dinar tunisiano),
6003             'one' => q(Dinar tunisiano),
6004             'other' => q(Dinares tunisianos),
6005             },
6006             },
6007             'TOP' => {
6008             symbol => 'TOP',
6009             display_name => {
6010             'currency' => q(PaÊ»anga tonganesa),
6011             'one' => q(PaÊ»anga tonganesa),
6012             'other' => q(PaÊ»angas tonganesas),
6013             },
6014             },
6015             'TPE' => {
6016             display_name => {
6017             'currency' => q(Escudo timorense),
6018             'one' => q(Escudo do Timor),
6019             'other' => q(Escudos do Timor),
6020             },
6021             },
6022             'TRL' => {
6023             display_name => {
6024             'currency' => q(Lira turca \(1922–2005\)),
6025             'one' => q(Lira turca antiga),
6026             'other' => q(Liras turcas antigas),
6027             },
6028             },
6029             'TRY' => {
6030             symbol => 'TRY',
6031             display_name => {
6032             'currency' => q(Lira turca),
6033             'one' => q(Lira turca),
6034             'other' => q(Liras turcas),
6035             },
6036             },
6037             'TTD' => {
6038             symbol => 'TTD',
6039             display_name => {
6040             'currency' => q(Dólar de Trinidad e Tobago),
6041             'one' => q(Dólar de Trinidad e Tobago),
6042             'other' => q(Dólares de Trinidad e Tobago),
6043             },
6044             },
6045             'TWD' => {
6046             symbol => 'NT$',
6047             display_name => {
6048             'currency' => q(Novo dólar taiwanês),
6049             'one' => q(Novo dólar taiwanês),
6050             'other' => q(Novos dólares taiwaneses),
6051             },
6052             },
6053             'TZS' => {
6054             symbol => 'TZS',
6055             display_name => {
6056             'currency' => q(Xelim tanzaniano),
6057             'one' => q(Xelim tanzaniano),
6058             'other' => q(Xelins tanzanianos),
6059             },
6060             },
6061             'UAH' => {
6062             symbol => 'UAH',
6063             display_name => {
6064             'currency' => q(Hryvnia ucraniano),
6065             'one' => q(Hryvnia ucraniano),
6066             'other' => q(Hryvnias ucranianos),
6067             },
6068             },
6069             'UAK' => {
6070             display_name => {
6071             'currency' => q(Karbovanetz ucraniano),
6072             'one' => q(Karbovanetz da Ucrânia),
6073             'other' => q(Karbovanetzs da Ucrânia),
6074             },
6075             },
6076             'UGS' => {
6077             display_name => {
6078             'currency' => q(Xelim ugandense \(1966–1987\)),
6079             'one' => q(Shilling de Uganda \(1966–1987\)),
6080             'other' => q(Shillings de Uganda \(1966–1987\)),
6081             },
6082             },
6083             'UGX' => {
6084             symbol => 'UGX',
6085             display_name => {
6086             'currency' => q(Xelim ugandense),
6087             'one' => q(Xelim ugandense),
6088             'other' => q(Xelins ugandenses),
6089             },
6090             },
6091             'USD' => {
6092             symbol => 'US$',
6093             display_name => {
6094             'currency' => q(Dólar americano),
6095             'one' => q(Dólar americano),
6096             'other' => q(Dólares americanos),
6097             },
6098             },
6099             'USN' => {
6100             display_name => {
6101             'currency' => q(Dólar norte-americano \(Dia seguinte\)),
6102             'one' => q(Dólar americano \(dia seguinte\)),
6103             'other' => q(Dólares americanos \(dia seguinte\)),
6104             },
6105             },
6106             'USS' => {
6107             display_name => {
6108             'currency' => q(Dólar norte-americano \(Mesmo dia\)),
6109             'one' => q(Dólar americano \(mesmo dia\)),
6110             'other' => q(Dólares americanos \(mesmo dia\)),
6111             },
6112             },
6113             'UYI' => {
6114             display_name => {
6115             'currency' => q(Peso uruguaio en unidades indexadas),
6116             'one' => q(Peso uruguaio em unidades indexadas),
6117             'other' => q(Pesos uruguaios em unidades indexadas),
6118             },
6119             },
6120             'UYP' => {
6121             display_name => {
6122             'currency' => q(Peso uruguaio \(1975–1993\)),
6123             'one' => q(Peso uruguaio \(1975–1993\)),
6124             'other' => q(Pesos uruguaios \(1975–1993\)),
6125             },
6126             },
6127             'UYU' => {
6128             symbol => 'UYU',
6129             display_name => {
6130             'currency' => q(Peso uruguaio),
6131             'one' => q(Peso uruguaio),
6132             'other' => q(Pesos uruguaios),
6133             },
6134             },
6135             'UZS' => {
6136             symbol => 'UZS',
6137             display_name => {
6138             'currency' => q(Som uzbeque),
6139             'one' => q(Som uzbeque),
6140             'other' => q(Sons uzbeques),
6141             },
6142             },
6143             'VEB' => {
6144             display_name => {
6145             'currency' => q(Bolívar venezuelano \(1871–2008\)),
6146             'one' => q(Bolívar venezuelano \(1871–2008\)),
6147             'other' => q(Bolívares venezuelanos \(1871–2008\)),
6148             },
6149             },
6150             'VEF' => {
6151             symbol => 'VEF',
6152             display_name => {
6153             'currency' => q(Bolívar venezuelano),
6154             'one' => q(Bolívar venezuelano),
6155             'other' => q(Bolívares venezuelanos),
6156             },
6157             },
6158             'VND' => {
6159             symbol => 'â‚«',
6160             display_name => {
6161             'currency' => q(Dong vietnamita),
6162             'one' => q(Dong vietnamita),
6163             'other' => q(Dongs vietnamitas),
6164             },
6165             },
6166             'VNN' => {
6167             display_name => {
6168             'currency' => q(Dong vietnamita \(1978–1985\)),
6169             'one' => q(Dong vietnamita \(1978–1985\)),
6170             'other' => q(Dong vietnamita \(1978–1985\)),
6171             },
6172             },
6173             'VUV' => {
6174             symbol => 'VUV',
6175             display_name => {
6176             'currency' => q(Vatu vanuatuense),
6177             'one' => q(Vatu vanuatuense),
6178             'other' => q(Vatus vanuatuenses),
6179             },
6180             },
6181             'WST' => {
6182             symbol => 'WST',
6183             display_name => {
6184             'currency' => q(Tala samoano),
6185             'one' => q(Tala samoano),
6186             'other' => q(Talas samoanos),
6187             },
6188             },
6189             'XAF' => {
6190             symbol => 'FCFA',
6191             display_name => {
6192             'currency' => q(Franco CFA de BEAC),
6193             'one' => q(Franco CFA de BEAC),
6194             'other' => q(Francos CFA de BEAC),
6195             },
6196             },
6197             'XAG' => {
6198             display_name => {
6199             'currency' => q(Prata),
6200             'one' => q(Prata),
6201             'other' => q(Pratas),
6202             },
6203             },
6204             'XAU' => {
6205             display_name => {
6206             'currency' => q(Ouro),
6207             'one' => q(Ouro),
6208             'other' => q(Ouros),
6209             },
6210             },
6211             'XBA' => {
6212             display_name => {
6213             'currency' => q(Unidade Composta Europeia),
6214             'one' => q(Unidade de composição europeia),
6215             'other' => q(Unidades de composição europeias),
6216             },
6217             },
6218             'XBB' => {
6219             display_name => {
6220             'currency' => q(Unidade Monetária Europeia),
6221             'one' => q(Unidade monetária europeia),
6222             'other' => q(Unidades monetárias europeias),
6223             },
6224             },
6225             'XBC' => {
6226             display_name => {
6227             'currency' => q(Unidade de Conta Europeia \(XBC\)),
6228             'one' => q(Unidade europeia de conta \(XBC\)),
6229             'other' => q(Unidades europeias de conta \(XBC\)),
6230             },
6231             },
6232             'XBD' => {
6233             display_name => {
6234             'currency' => q(Unidade de Conta Europeia \(XBD\)),
6235             'one' => q(Unidade europeia de conta \(XBD\)),
6236             'other' => q(Unidades europeias de conta \(XBD\)),
6237             },
6238             },
6239             'XCD' => {
6240             symbol => 'EC$',
6241             display_name => {
6242             'currency' => q(Dólar do Caribe Oriental),
6243             'one' => q(Dólar do Caribe Oriental),
6244             'other' => q(Dólares do Caribe Oriental),
6245             },
6246             },
6247             'XDR' => {
6248             display_name => {
6249             'currency' => q(Direitos Especiais de Giro),
6250             'one' => q(Direitos de desenho especiais),
6251             'other' => q(Direitos de desenho especiais),
6252             },
6253             },
6254             'XEU' => {
6255             display_name => {
6256             'currency' => q(Unidade de Moeda Europeia),
6257             'one' => q(Unidade de moeda europeia),
6258             'other' => q(Unidades de moedas europeias),
6259             },
6260             },
6261             'XFO' => {
6262             display_name => {
6263             'currency' => q(Franco-ouro francês),
6264             'one' => q(Franco de ouro francês),
6265             'other' => q(Francos de ouro franceses),
6266             },
6267             },
6268             'XFU' => {
6269             display_name => {
6270             'currency' => q(Franco UIC francês),
6271             'one' => q(Franco UIC francês),
6272             'other' => q(Francos UIC franceses),
6273             },
6274             },
6275             'XOF' => {
6276             symbol => 'CFA',
6277             display_name => {
6278             'currency' => q(Franco CFA de BCEAO),
6279             'one' => q(Franco CFA de BCEAO),
6280             'other' => q(Francos CFA de BCEAO),
6281             },
6282             },
6283             'XPD' => {
6284             display_name => {
6285             'currency' => q(Paládio),
6286             'one' => q(Paládio),
6287             'other' => q(Paládios),
6288             },
6289             },
6290             'XPF' => {
6291             symbol => 'CFPF',
6292             display_name => {
6293             'currency' => q(Franco CFP),
6294             'one' => q(Franco CFP),
6295             'other' => q(Francos CFP),
6296             },
6297             },
6298             'XPT' => {
6299             display_name => {
6300             'currency' => q(Platina),
6301             'one' => q(Platina),
6302             'other' => q(Platinas),
6303             },
6304             },
6305             'XRE' => {
6306             display_name => {
6307             'currency' => q(Fundos RINET),
6308             'one' => q(Fundos RINET),
6309             'other' => q(Fundos RINET),
6310             },
6311             },
6312             'XTS' => {
6313             display_name => {
6314             'currency' => q(Código de Moeda de Teste),
6315             'one' => q(Código de moeda de teste),
6316             'other' => q(Códigos de moeda de teste),
6317             },
6318             },
6319             'XXX' => {
6320             display_name => {
6321             'currency' => q(Moeda desconhecida),
6322             'one' => q(\(moeda desconhecida\)),
6323             'other' => q(\(moedas desconhecidas\)),
6324             },
6325             },
6326             'YDD' => {
6327             display_name => {
6328             'currency' => q(Dinar iemenita),
6329             'one' => q(Dinar do Iêmen),
6330             'other' => q(Dinares do Iêmen),
6331             },
6332             },
6333             'YER' => {
6334             symbol => 'YER',
6335             display_name => {
6336             'currency' => q(Rial iemenita),
6337             'one' => q(Rial iemenita),
6338             'other' => q(Riales iemenitas),
6339             },
6340             },
6341             'YUD' => {
6342             display_name => {
6343             'currency' => q(Dinar forte iugoslavo \(1966–1990\)),
6344             'one' => q(Dinar forte iugoslavo),
6345             'other' => q(Dinares fortes iugoslavos),
6346             },
6347             },
6348             'YUM' => {
6349             display_name => {
6350             'currency' => q(Dinar noviy iugoslavo \(1994–2002\)),
6351             'one' => q(Dinar noviy da Iugoslávia),
6352             'other' => q(Dinares noviy da Iugoslávia),
6353             },
6354             },
6355             'YUN' => {
6356             display_name => {
6357             'currency' => q(Dinar conversível iugoslavo \(1990–1992\)),
6358             'one' => q(Dinar conversível da Iugoslávia),
6359             'other' => q(Dinares conversíveis da Iugoslávia),
6360             },
6361             },
6362             'YUR' => {
6363             display_name => {
6364             'currency' => q(Dinar reformado iugoslavo \(1992–1993\)),
6365             'one' => q(Dinar iugoslavo reformado),
6366             'other' => q(Dinares iugoslavos reformados),
6367             },
6368             },
6369             'ZAL' => {
6370             display_name => {
6371             'currency' => q(Rand sul-africano \(financeiro\)),
6372             'one' => q(Rand da África do Sul \(financeiro\)),
6373             'other' => q(Rands da África do Sul \(financeiro\)),
6374             },
6375             },
6376             'ZAR' => {
6377             symbol => 'ZAR',
6378             display_name => {
6379             'currency' => q(Rand sul-africano),
6380             'one' => q(Rand sul-africano),
6381             'other' => q(Rands sul-africanos),
6382             },
6383             },
6384             'ZMK' => {
6385             symbol => 'ZMK',
6386             display_name => {
6387             'currency' => q(Cuacha zambiano \(1968–2012\)),
6388             'one' => q(Kwacha da Zâmbia \(1968–2012\)),
6389             'other' => q(Kwachas da Zâmbia \(1968–2012\)),
6390             },
6391             },
6392             'ZMW' => {
6393             symbol => 'ZMW',
6394             display_name => {
6395             'currency' => q(Kwacha zambiano),
6396             'one' => q(Kwacha zambiano),
6397             'other' => q(Kwachas zambianos),
6398             },
6399             },
6400             'ZRN' => {
6401             display_name => {
6402             'currency' => q(Zaire Novo zairense \(1993–1998\)),
6403             'one' => q(Novo zaire do Zaire),
6404             'other' => q(Novos zaires do Zaire),
6405             },
6406             },
6407             'ZRZ' => {
6408             display_name => {
6409             'currency' => q(Zaire zairense \(1971–1993\)),
6410             'one' => q(Zaire do Zaire),
6411             'other' => q(Zaires do Zaire),
6412             },
6413             },
6414             'ZWD' => {
6415             display_name => {
6416             'currency' => q(Dólar do Zimbábue \(1980–2008\)),
6417             'one' => q(Dólar do Zimbábue),
6418             'other' => q(Dólares do Zimbábue),
6419             },
6420             },
6421             'ZWL' => {
6422             display_name => {
6423             'currency' => q(Dólar do Zimbábue \(2009\)),
6424             'one' => q(Dólar do Zimbábue \(2009\)),
6425             'other' => q(Dólares do Zimbábue \(2009\)),
6426             },
6427             },
6428             'ZWR' => {
6429             display_name => {
6430             'currency' => q(Dólar do Zimbábue \(2008\)),
6431             'one' => q(Dólar do Zimbábue \(2008\)),
6432             'other' => q(Dólares do Zimbábue \(2008\)),
6433             },
6434             },
6435             } },
6436             );
6437              
6438              
6439             has 'calendar_months' => (
6440             is => 'ro',
6441             isa => HashRef,
6442             init_arg => undef,
6443             default => sub { {
6444             'chinese' => {
6445             'format' => {
6446             abbreviated => {
6447             nonleap => [
6448             'Mês 1',
6449             'Mês 2',
6450             'Mês 3',
6451             'Mês 4',
6452             'Mês 5',
6453             'Mês 6',
6454             'Mês 7',
6455             'Mês 8',
6456             'Mês 9',
6457             'Mês 10',
6458             'Mês 11',
6459             'Mês 12'
6460             ],
6461             leap => [
6462            
6463             ],
6464             },
6465             narrow => {
6466             nonleap => [
6467             '1',
6468             '2',
6469             '3',
6470             '4',
6471             '5',
6472             '6',
6473             '7',
6474             '8',
6475             '9',
6476             '10',
6477             '11',
6478             '12'
6479             ],
6480             leap => [
6481            
6482             ],
6483             },
6484             wide => {
6485             nonleap => [
6486             'Mês 1',
6487             'Mês 2',
6488             'Mês 3',
6489             'Mês 4',
6490             'Mês 5',
6491             'Mês 6',
6492             'Mês 7',
6493             'Mês 8',
6494             'Mês 9',
6495             'Mês 10',
6496             'Mês 11',
6497             'Mês 12'
6498             ],
6499             leap => [
6500            
6501             ],
6502             },
6503             },
6504             'stand-alone' => {
6505             abbreviated => {
6506             nonleap => [
6507             'Mês 1',
6508             'Mês 2',
6509             'Mês 3',
6510             'Mês 4',
6511             'Mês 5',
6512             'Mês 6',
6513             'Mês 7',
6514             'Mês 8',
6515             'Mês 9',
6516             'Mês 10',
6517             'Mês 11',
6518             'Mês 12'
6519             ],
6520             leap => [
6521            
6522             ],
6523             },
6524             narrow => {
6525             nonleap => [
6526             '1',
6527             '2',
6528             '3',
6529             '4',
6530             '5',
6531             '6',
6532             '7',
6533             '8',
6534             '9',
6535             '10',
6536             '11',
6537             '12'
6538             ],
6539             leap => [
6540            
6541             ],
6542             },
6543             wide => {
6544             nonleap => [
6545             'Mês 1',
6546             'Mês 2',
6547             'Mês 3',
6548             'Mês 4',
6549             'Mês 5',
6550             'Mês 6',
6551             'Mês 7',
6552             'Mês 8',
6553             'Mês 9',
6554             'Mês 10',
6555             'Mês 11',
6556             'Mês 12'
6557             ],
6558             leap => [
6559            
6560             ],
6561             },
6562             },
6563             },
6564             'coptic' => {
6565             'format' => {
6566             abbreviated => {
6567             nonleap => [
6568             'Tout',
6569             'Baba',
6570             'Hator',
6571             'Kiahk',
6572             'Toba',
6573             'Amshir',
6574             'Baramhat',
6575             'Baramouda',
6576             'Bashans',
6577             'Paona',
6578             'Epep',
6579             'Mesra',
6580             'Nasie'
6581             ],
6582             leap => [
6583            
6584             ],
6585             },
6586             narrow => {
6587             nonleap => [
6588             '1',
6589             '2',
6590             '3',
6591             '4',
6592             '5',
6593             '6',
6594             '7',
6595             '8',
6596             '9',
6597             '10',
6598             '11',
6599             '12',
6600             '13'
6601             ],
6602             leap => [
6603            
6604             ],
6605             },
6606             },
6607             'stand-alone' => {
6608             abbreviated => {
6609             nonleap => [
6610             'Tout',
6611             'Baba',
6612             'Hator',
6613             'Kiahk',
6614             'Toba',
6615             'Amshir',
6616             'Baramhat',
6617             'Baramouda',
6618             'Bashans',
6619             'Paona',
6620             'Epep',
6621             'Mesra',
6622             'Nasie'
6623             ],
6624             leap => [
6625            
6626             ],
6627             },
6628             wide => {
6629             nonleap => [
6630             'Tout',
6631             'Baba',
6632             'Hator',
6633             'Kiahk',
6634             'Toba',
6635             'Amshir',
6636             'Baramhat',
6637             'Baramouda',
6638             'Bashans',
6639             'Paona',
6640             'Epep',
6641             'Mesra',
6642             'Nasie'
6643             ],
6644             leap => [
6645            
6646             ],
6647             },
6648             },
6649             },
6650             'ethiopic' => {
6651             'format' => {
6652             abbreviated => {
6653             nonleap => [
6654             'Meskerem',
6655             'Tekemt',
6656             'Hedar',
6657             'Tahsas',
6658             'Ter',
6659             'Yekatit',
6660             'Megabit',
6661             'Miazia',
6662             'Genbot',
6663             'Sene',
6664             'Hamle',
6665             'Nehasse',
6666             'Pagumen'
6667             ],
6668             leap => [
6669            
6670             ],
6671             },
6672             narrow => {
6673             nonleap => [
6674             '1',
6675             '2',
6676             '3',
6677             '4',
6678             '5',
6679             '6',
6680             '7',
6681             '8',
6682             '9',
6683             '10',
6684             '11',
6685             '12',
6686             '13'
6687             ],
6688             leap => [
6689            
6690             ],
6691             },
6692             },
6693             'stand-alone' => {
6694             abbreviated => {
6695             nonleap => [
6696             'Meskerem',
6697             'Tekemt',
6698             'Hedar',
6699             'Tahsas',
6700             'Ter',
6701             'Yekatit',
6702             'Megabit',
6703             'Miazia',
6704             'Genbot',
6705             'Sene',
6706             'Hamle',
6707             'Nehasse',
6708             'Pagumen'
6709             ],
6710             leap => [
6711            
6712             ],
6713             },
6714             wide => {
6715             nonleap => [
6716             'Meskerem',
6717             'Tekemt',
6718             'Hedar',
6719             'Tahsas',
6720             'Ter',
6721             'Yekatit',
6722             'Megabit',
6723             'Miazia',
6724             'Genbot',
6725             'Sene',
6726             'Hamle',
6727             'Nehasse',
6728             'Pagumen'
6729             ],
6730             leap => [
6731            
6732             ],
6733             },
6734             },
6735             },
6736             'gregorian' => {
6737             'format' => {
6738             abbreviated => {
6739             nonleap => [
6740             'jan',
6741             'fev',
6742             'mar',
6743             'abr',
6744             'mai',
6745             'jun',
6746             'jul',
6747             'ago',
6748             'set',
6749             'out',
6750             'nov',
6751             'dez'
6752             ],
6753             leap => [
6754            
6755             ],
6756             },
6757             narrow => {
6758             nonleap => [
6759             'J',
6760             'F',
6761             'M',
6762             'A',
6763             'M',
6764             'J',
6765             'J',
6766             'A',
6767             'S',
6768             'O',
6769             'N',
6770             'D'
6771             ],
6772             leap => [
6773            
6774             ],
6775             },
6776             wide => {
6777             nonleap => [
6778             'janeiro',
6779             'fevereiro',
6780             'março',
6781             'abril',
6782             'maio',
6783             'junho',
6784             'julho',
6785             'agosto',
6786             'setembro',
6787             'outubro',
6788             'novembro',
6789             'dezembro'
6790             ],
6791             leap => [
6792            
6793             ],
6794             },
6795             },
6796             'stand-alone' => {
6797             abbreviated => {
6798             nonleap => [
6799             'jan',
6800             'fev',
6801             'mar',
6802             'abr',
6803             'mai',
6804             'jun',
6805             'jul',
6806             'ago',
6807             'set',
6808             'out',
6809             'nov',
6810             'dez'
6811             ],
6812             leap => [
6813            
6814             ],
6815             },
6816             narrow => {
6817             nonleap => [
6818             'J',
6819             'F',
6820             'M',
6821             'A',
6822             'M',
6823             'J',
6824             'J',
6825             'A',
6826             'S',
6827             'O',
6828             'N',
6829             'D'
6830             ],
6831             leap => [
6832            
6833             ],
6834             },
6835             wide => {
6836             nonleap => [
6837             'janeiro',
6838             'fevereiro',
6839             'março',
6840             'abril',
6841             'maio',
6842             'junho',
6843             'julho',
6844             'agosto',
6845             'setembro',
6846             'outubro',
6847             'novembro',
6848             'dezembro'
6849             ],
6850             leap => [
6851            
6852             ],
6853             },
6854             },
6855             },
6856             'hebrew' => {
6857             'format' => {
6858             abbreviated => {
6859             nonleap => [
6860             'Tishri',
6861             'Heshvan',
6862             'Kislev',
6863             'Tevet',
6864             'Shevat',
6865             'Adar I',
6866             'Adar',
6867             'Nisan',
6868             'Iyar',
6869             'Sivan',
6870             'Tamuz',
6871             'Av',
6872             'Elul'
6873             ],
6874             leap => [
6875             '',
6876             '',
6877             '',
6878             '',
6879             '',
6880             '',
6881             'Adar II'
6882             ],
6883             },
6884             wide => {
6885             nonleap => [
6886             'Tishri',
6887             'Heshvan',
6888             'Kislev',
6889             'Tevet',
6890             'Shevat',
6891             'Adar I',
6892             'Adar',
6893             'Nisan',
6894             'Iyar',
6895             'Sivan',
6896             'Tamuz',
6897             'Av',
6898             'Elul'
6899             ],
6900             leap => [
6901             '',
6902             '',
6903             '',
6904             '',
6905             '',
6906             '',
6907             'Adar II'
6908             ],
6909             },
6910             },
6911             'stand-alone' => {
6912             abbreviated => {
6913             nonleap => [
6914             'Tishri',
6915             'Heshvan',
6916             'Kislev',
6917             'Tevet',
6918             'Shevat',
6919             'Adar I',
6920             'Adar',
6921             'Nisan',
6922             'Iyar',
6923             'Sivan',
6924             'Tamuz',
6925             'Av',
6926             'Elul'
6927             ],
6928             leap => [
6929             '',
6930             '',
6931             '',
6932             '',
6933             '',
6934             '',
6935             'Adar II'
6936             ],
6937             },
6938             wide => {
6939             nonleap => [
6940             'Tishri',
6941             'Heshvan',
6942             'Kislev',
6943             'Tevet',
6944             'Shevat',
6945             'Adar I',
6946             'Adar',
6947             'Nisan',
6948             'Iyar',
6949             'Sivan',
6950             'Tamuz',
6951             'Av',
6952             'Elul'
6953             ],
6954             leap => [
6955             '',
6956             '',
6957             '',
6958             '',
6959             '',
6960             '',
6961             'Adar II'
6962             ],
6963             },
6964             },
6965             },
6966             'indian' => {
6967             'format' => {
6968             abbreviated => {
6969             nonleap => [
6970             'Chaitra',
6971             'Vaisakha',
6972             'Jyaistha',
6973             'Asadha',
6974             'Sravana',
6975             'Bhadra',
6976             'Asvina',
6977             'Kartika',
6978             'Agrahayana',
6979             'Pausa',
6980             'Magha',
6981             'Phalguna'
6982             ],
6983             leap => [
6984            
6985             ],
6986             },
6987             narrow => {
6988             nonleap => [
6989             '1',
6990             '2',
6991             '3',
6992             '4',
6993             '5',
6994             '6',
6995             '7',
6996             '8',
6997             '9',
6998             '10',
6999             '11',
7000             '12'
7001             ],
7002             leap => [
7003            
7004             ],
7005             },
7006             },
7007             'stand-alone' => {
7008             abbreviated => {
7009             nonleap => [
7010             'Chaitra',
7011             'Vaisakha',
7012             'Jyaistha',
7013             'Asadha',
7014             'Sravana',
7015             'Bhadra',
7016             'Asvina',
7017             'Kartika',
7018             'Agrahayana',
7019             'Pausa',
7020             'Magha',
7021             'Phalguna'
7022             ],
7023             leap => [
7024            
7025             ],
7026             },
7027             wide => {
7028             nonleap => [
7029             'Chaitra',
7030             'Vaisakha',
7031             'Jyaistha',
7032             'Asadha',
7033             'Sravana',
7034             'Bhadra',
7035             'Asvina',
7036             'Kartika',
7037             'Agrahayana',
7038             'Pausa',
7039             'Magha',
7040             'Phalguna'
7041             ],
7042             leap => [
7043            
7044             ],
7045             },
7046             },
7047             },
7048             'persian' => {
7049             'format' => {
7050             abbreviated => {
7051             nonleap => [
7052             'Farvardin',
7053             'Ordibehesht',
7054             'Khordad',
7055             'Tir',
7056             'Mordad',
7057             'Shahrivar',
7058             'Mehr',
7059             'Aban',
7060             'Azar',
7061             'Dey',
7062             'Bahman',
7063             'Esfand'
7064             ],
7065             leap => [
7066            
7067             ],
7068             },
7069             narrow => {
7070             nonleap => [
7071             '1',
7072             '2',
7073             '3',
7074             '4',
7075             '5',
7076             '6',
7077             '7',
7078             '8',
7079             '9',
7080             '10',
7081             '11',
7082             '12'
7083             ],
7084             leap => [
7085            
7086             ],
7087             },
7088             },
7089             'stand-alone' => {
7090             abbreviated => {
7091             nonleap => [
7092             'Farvardin',
7093             'Ordibehesht',
7094             'Khordad',
7095             'Tir',
7096             'Mordad',
7097             'Shahrivar',
7098             'Mehr',
7099             'Aban',
7100             'Azar',
7101             'Dey',
7102             'Bahman',
7103             'Esfand'
7104             ],
7105             leap => [
7106            
7107             ],
7108             },
7109             wide => {
7110             nonleap => [
7111             'Farvardin',
7112             'Ordibehesht',
7113             'Khordad',
7114             'Tir',
7115             'Mordad',
7116             'Shahrivar',
7117             'Mehr',
7118             'Aban',
7119             'Azar',
7120             'Dey',
7121             'Bahman',
7122             'Esfand'
7123             ],
7124             leap => [
7125            
7126             ],
7127             },
7128             },
7129             },
7130             } },
7131             );
7132              
7133             has 'calendar_days' => (
7134             is => 'ro',
7135             isa => HashRef,
7136             init_arg => undef,
7137             default => sub { {
7138             'gregorian' => {
7139             'format' => {
7140             abbreviated => {
7141             mon => 'seg',
7142             tue => 'ter',
7143             wed => 'qua',
7144             thu => 'qui',
7145             fri => 'sex',
7146             sat => 'sáb',
7147             sun => 'dom'
7148             },
7149             narrow => {
7150             mon => 'S',
7151             tue => 'T',
7152             wed => 'Q',
7153             thu => 'Q',
7154             fri => 'S',
7155             sat => 'S',
7156             sun => 'D'
7157             },
7158             short => {
7159             mon => 'seg',
7160             tue => 'ter',
7161             wed => 'qua',
7162             thu => 'qui',
7163             fri => 'sex',
7164             sat => 'sáb',
7165             sun => 'dom'
7166             },
7167             wide => {
7168             mon => 'segunda-feira',
7169             tue => 'terça-feira',
7170             wed => 'quarta-feira',
7171             thu => 'quinta-feira',
7172             fri => 'sexta-feira',
7173             sat => 'sábado',
7174             sun => 'domingo'
7175             },
7176             },
7177             'stand-alone' => {
7178             abbreviated => {
7179             mon => 'seg',
7180             tue => 'ter',
7181             wed => 'qua',
7182             thu => 'qui',
7183             fri => 'sex',
7184             sat => 'sáb',
7185             sun => 'dom'
7186             },
7187             narrow => {
7188             mon => 'S',
7189             tue => 'T',
7190             wed => 'Q',
7191             thu => 'Q',
7192             fri => 'S',
7193             sat => 'S',
7194             sun => 'D'
7195             },
7196             short => {
7197             mon => 'seg',
7198             tue => 'ter',
7199             wed => 'qua',
7200             thu => 'qui',
7201             fri => 'sex',
7202             sat => 'sáb',
7203             sun => 'dom'
7204             },
7205             wide => {
7206             mon => 'segunda-feira',
7207             tue => 'terça-feira',
7208             wed => 'quarta-feira',
7209             thu => 'quinta-feira',
7210             fri => 'sexta-feira',
7211             sat => 'sábado',
7212             sun => 'domingo'
7213             },
7214             },
7215             },
7216             } },
7217             );
7218              
7219             has 'calendar_quarters' => (
7220             is => 'ro',
7221             isa => HashRef,
7222             init_arg => undef,
7223             default => sub { {
7224             'gregorian' => {
7225             'format' => {
7226             abbreviated => {0 => 'T1',
7227             1 => 'T2',
7228             2 => 'T3',
7229             3 => 'T4'
7230             },
7231             narrow => {0 => '1',
7232             1 => '2',
7233             2 => '3',
7234             3 => '4'
7235             },
7236             wide => {0 => '1º trimestre',
7237             1 => '2º trimestre',
7238             2 => '3º trimestre',
7239             3 => '4º trimestre'
7240             },
7241             },
7242             'stand-alone' => {
7243             abbreviated => {0 => 'T1',
7244             1 => 'T2',
7245             2 => 'T3',
7246             3 => 'T4'
7247             },
7248             narrow => {0 => '1',
7249             1 => '2',
7250             2 => '3',
7251             3 => '4'
7252             },
7253             wide => {0 => '1º trimestre',
7254             1 => '2º trimestre',
7255             2 => '3º trimestre',
7256             3 => '4º trimestre'
7257             },
7258             },
7259             },
7260             } },
7261             );
7262              
7263             has 'day_period_data' => (
7264             is => 'ro',
7265             isa => CodeRef,
7266             init_arg => undef,
7267             default => sub { sub {
7268             # Time in hhmm format
7269             my ($self, $type, $time, $day_period_type) = @_;
7270             $day_period_type //= 'default';
7271             SWITCH:
7272             for ($type) {
7273             if ($_ eq 'roc') {
7274             if($day_period_type eq 'selection') {
7275             return 'morning1' if $time >= 600
7276             && $time < 1200;
7277             return 'afternoon1' if $time >= 1200
7278             && $time < 1900;
7279             return 'night1' if $time >= 0
7280             && $time < 600;
7281             return 'evening1' if $time >= 1900
7282             && $time < 2400;
7283             }
7284             if($day_period_type eq 'default') {
7285             return 'midnight' if $time == 0;
7286             return 'noon' if $time == 1200;
7287             return 'evening1' if $time >= 1900
7288             && $time < 2400;
7289             return 'afternoon1' if $time >= 1200
7290             && $time < 1900;
7291             return 'morning1' if $time >= 600
7292             && $time < 1200;
7293             return 'night1' if $time >= 0
7294             && $time < 600;
7295             }
7296             last SWITCH;
7297             }
7298             if ($_ eq 'islamic') {
7299             if($day_period_type eq 'selection') {
7300             return 'morning1' if $time >= 600
7301             && $time < 1200;
7302             return 'afternoon1' if $time >= 1200
7303             && $time < 1900;
7304             return 'night1' if $time >= 0
7305             && $time < 600;
7306             return 'evening1' if $time >= 1900
7307             && $time < 2400;
7308             }
7309             if($day_period_type eq 'default') {
7310             return 'midnight' if $time == 0;
7311             return 'noon' if $time == 1200;
7312             return 'evening1' if $time >= 1900
7313             && $time < 2400;
7314             return 'afternoon1' if $time >= 1200
7315             && $time < 1900;
7316             return 'morning1' if $time >= 600
7317             && $time < 1200;
7318             return 'night1' if $time >= 0
7319             && $time < 600;
7320             }
7321             last SWITCH;
7322             }
7323             if ($_ eq 'chinese') {
7324             if($day_period_type eq 'selection') {
7325             return 'morning1' if $time >= 600
7326             && $time < 1200;
7327             return 'afternoon1' if $time >= 1200
7328             && $time < 1900;
7329             return 'night1' if $time >= 0
7330             && $time < 600;
7331             return 'evening1' if $time >= 1900
7332             && $time < 2400;
7333             }
7334             if($day_period_type eq 'default') {
7335             return 'midnight' if $time == 0;
7336             return 'noon' if $time == 1200;
7337             return 'evening1' if $time >= 1900
7338             && $time < 2400;
7339             return 'afternoon1' if $time >= 1200
7340             && $time < 1900;
7341             return 'morning1' if $time >= 600
7342             && $time < 1200;
7343             return 'night1' if $time >= 0
7344             && $time < 600;
7345             }
7346             last SWITCH;
7347             }
7348             if ($_ eq 'gregorian') {
7349             if($day_period_type eq 'selection') {
7350             return 'morning1' if $time >= 600
7351             && $time < 1200;
7352             return 'afternoon1' if $time >= 1200
7353             && $time < 1900;
7354             return 'night1' if $time >= 0
7355             && $time < 600;
7356             return 'evening1' if $time >= 1900
7357             && $time < 2400;
7358             }
7359             if($day_period_type eq 'default') {
7360             return 'midnight' if $time == 0;
7361             return 'noon' if $time == 1200;
7362             return 'evening1' if $time >= 1900
7363             && $time < 2400;
7364             return 'afternoon1' if $time >= 1200
7365             && $time < 1900;
7366             return 'morning1' if $time >= 600
7367             && $time < 1200;
7368             return 'night1' if $time >= 0
7369             && $time < 600;
7370             }
7371             last SWITCH;
7372             }
7373             if ($_ eq 'coptic') {
7374             if($day_period_type eq 'selection') {
7375             return 'morning1' if $time >= 600
7376             && $time < 1200;
7377             return 'afternoon1' if $time >= 1200
7378             && $time < 1900;
7379             return 'night1' if $time >= 0
7380             && $time < 600;
7381             return 'evening1' if $time >= 1900
7382             && $time < 2400;
7383             }
7384             if($day_period_type eq 'default') {
7385             return 'midnight' if $time == 0;
7386             return 'noon' if $time == 1200;
7387             return 'evening1' if $time >= 1900
7388             && $time < 2400;
7389             return 'afternoon1' if $time >= 1200
7390             && $time < 1900;
7391             return 'morning1' if $time >= 600
7392             && $time < 1200;
7393             return 'night1' if $time >= 0
7394             && $time < 600;
7395             }
7396             last SWITCH;
7397             }
7398             if ($_ eq 'persian') {
7399             if($day_period_type eq 'selection') {
7400             return 'morning1' if $time >= 600
7401             && $time < 1200;
7402             return 'afternoon1' if $time >= 1200
7403             && $time < 1900;
7404             return 'night1' if $time >= 0
7405             && $time < 600;
7406             return 'evening1' if $time >= 1900
7407             && $time < 2400;
7408             }
7409             if($day_period_type eq 'default') {
7410             return 'midnight' if $time == 0;
7411             return 'noon' if $time == 1200;
7412             return 'evening1' if $time >= 1900
7413             && $time < 2400;
7414             return 'afternoon1' if $time >= 1200
7415             && $time < 1900;
7416             return 'morning1' if $time >= 600
7417             && $time < 1200;
7418             return 'night1' if $time >= 0
7419             && $time < 600;
7420             }
7421             last SWITCH;
7422             }
7423             if ($_ eq 'indian') {
7424             if($day_period_type eq 'selection') {
7425             return 'morning1' if $time >= 600
7426             && $time < 1200;
7427             return 'afternoon1' if $time >= 1200
7428             && $time < 1900;
7429             return 'night1' if $time >= 0
7430             && $time < 600;
7431             return 'evening1' if $time >= 1900
7432             && $time < 2400;
7433             }
7434             if($day_period_type eq 'default') {
7435             return 'midnight' if $time == 0;
7436             return 'noon' if $time == 1200;
7437             return 'evening1' if $time >= 1900
7438             && $time < 2400;
7439             return 'afternoon1' if $time >= 1200
7440             && $time < 1900;
7441             return 'morning1' if $time >= 600
7442             && $time < 1200;
7443             return 'night1' if $time >= 0
7444             && $time < 600;
7445             }
7446             last SWITCH;
7447             }
7448             if ($_ eq 'buddhist') {
7449             if($day_period_type eq 'selection') {
7450             return 'morning1' if $time >= 600
7451             && $time < 1200;
7452             return 'afternoon1' if $time >= 1200
7453             && $time < 1900;
7454             return 'night1' if $time >= 0
7455             && $time < 600;
7456             return 'evening1' if $time >= 1900
7457             && $time < 2400;
7458             }
7459             if($day_period_type eq 'default') {
7460             return 'midnight' if $time == 0;
7461             return 'noon' if $time == 1200;
7462             return 'evening1' if $time >= 1900
7463             && $time < 2400;
7464             return 'afternoon1' if $time >= 1200
7465             && $time < 1900;
7466             return 'morning1' if $time >= 600
7467             && $time < 1200;
7468             return 'night1' if $time >= 0
7469             && $time < 600;
7470             }
7471             last SWITCH;
7472             }
7473             if ($_ eq 'hebrew') {
7474             if($day_period_type eq 'selection') {
7475             return 'morning1' if $time >= 600
7476             && $time < 1200;
7477             return 'afternoon1' if $time >= 1200
7478             && $time < 1900;
7479             return 'night1' if $time >= 0
7480             && $time < 600;
7481             return 'evening1' if $time >= 1900
7482             && $time < 2400;
7483             }
7484             if($day_period_type eq 'default') {
7485             return 'midnight' if $time == 0;
7486             return 'noon' if $time == 1200;
7487             return 'evening1' if $time >= 1900
7488             && $time < 2400;
7489             return 'afternoon1' if $time >= 1200
7490             && $time < 1900;
7491             return 'morning1' if $time >= 600
7492             && $time < 1200;
7493             return 'night1' if $time >= 0
7494             && $time < 600;
7495             }
7496             last SWITCH;
7497             }
7498             if ($_ eq 'japanese') {
7499             if($day_period_type eq 'selection') {
7500             return 'morning1' if $time >= 600
7501             && $time < 1200;
7502             return 'afternoon1' if $time >= 1200
7503             && $time < 1900;
7504             return 'night1' if $time >= 0
7505             && $time < 600;
7506             return 'evening1' if $time >= 1900
7507             && $time < 2400;
7508             }
7509             if($day_period_type eq 'default') {
7510             return 'midnight' if $time == 0;
7511             return 'noon' if $time == 1200;
7512             return 'evening1' if $time >= 1900
7513             && $time < 2400;
7514             return 'afternoon1' if $time >= 1200
7515             && $time < 1900;
7516             return 'morning1' if $time >= 600
7517             && $time < 1200;
7518             return 'night1' if $time >= 0
7519             && $time < 600;
7520             }
7521             last SWITCH;
7522             }
7523             if ($_ eq 'generic') {
7524             if($day_period_type eq 'selection') {
7525             return 'morning1' if $time >= 600
7526             && $time < 1200;
7527             return 'afternoon1' if $time >= 1200
7528             && $time < 1900;
7529             return 'night1' if $time >= 0
7530             && $time < 600;
7531             return 'evening1' if $time >= 1900
7532             && $time < 2400;
7533             }
7534             if($day_period_type eq 'default') {
7535             return 'midnight' if $time == 0;
7536             return 'noon' if $time == 1200;
7537             return 'evening1' if $time >= 1900
7538             && $time < 2400;
7539             return 'afternoon1' if $time >= 1200
7540             && $time < 1900;
7541             return 'morning1' if $time >= 600
7542             && $time < 1200;
7543             return 'night1' if $time >= 0
7544             && $time < 600;
7545             }
7546             last SWITCH;
7547             }
7548             if ($_ eq 'ethiopic') {
7549             if($day_period_type eq 'selection') {
7550             return 'morning1' if $time >= 600
7551             && $time < 1200;
7552             return 'afternoon1' if $time >= 1200
7553             && $time < 1900;
7554             return 'night1' if $time >= 0
7555             && $time < 600;
7556             return 'evening1' if $time >= 1900
7557             && $time < 2400;
7558             }
7559             if($day_period_type eq 'default') {
7560             return 'midnight' if $time == 0;
7561             return 'noon' if $time == 1200;
7562             return 'evening1' if $time >= 1900
7563             && $time < 2400;
7564             return 'afternoon1' if $time >= 1200
7565             && $time < 1900;
7566             return 'morning1' if $time >= 600
7567             && $time < 1200;
7568             return 'night1' if $time >= 0
7569             && $time < 600;
7570             }
7571             last SWITCH;
7572             }
7573             }
7574             } },
7575             );
7576              
7577             around day_period_data => sub {
7578             my ($orig, $self) = @_;
7579             return $self->$orig;
7580             };
7581              
7582             has 'day_periods' => (
7583             is => 'ro',
7584             isa => HashRef,
7585             init_arg => undef,
7586             default => sub { {
7587             'gregorian' => {
7588             'format' => {
7589             'abbreviated' => {
7590             'midnight' => q{meia-noite},
7591             'morning1' => q{da manhã},
7592             'afternoon1' => q{da tarde},
7593             'pm' => q{PM},
7594             'night1' => q{da madrugada},
7595             'noon' => q{meio-dia},
7596             'evening1' => q{da noite},
7597             'am' => q{AM},
7598             },
7599             'wide' => {
7600             'midnight' => q{meia-noite},
7601             'evening1' => q{da noite},
7602             'noon' => q{meio-dia},
7603             'am' => q{AM},
7604             'afternoon1' => q{da tarde},
7605             'pm' => q{PM},
7606             'morning1' => q{da manhã},
7607             'night1' => q{da madrugada},
7608             },
7609             'narrow' => {
7610             'midnight' => q{m},
7611             'evening1' => q{da noite},
7612             'noon' => q{m},
7613             'am' => q{a},
7614             'afternoon1' => q{da tarde},
7615             'pm' => q{p},
7616             'morning1' => q{da manhã},
7617             'night1' => q{da madrugada},
7618             },
7619             },
7620             'stand-alone' => {
7621             'abbreviated' => {
7622             'midnight' => q{meia-noite},
7623             'night1' => q{madrugada},
7624             'morning1' => q{manhã},
7625             'pm' => q{PM},
7626             'afternoon1' => q{tarde},
7627             'am' => q{AM},
7628             'noon' => q{meio-dia},
7629             'evening1' => q{noite},
7630             },
7631             'narrow' => {
7632             'midnight' => q{meia-noite},
7633             'afternoon1' => q{tarde},
7634             'pm' => q{PM},
7635             'morning1' => q{manhã},
7636             'night1' => q{madrugada},
7637             'evening1' => q{noite},
7638             'noon' => q{meio-dia},
7639             'am' => q{AM},
7640             },
7641             'wide' => {
7642             'midnight' => q{meia-noite},
7643             'morning1' => q{manhã},
7644             'afternoon1' => q{tarde},
7645             'pm' => q{PM},
7646             'night1' => q{madrugada},
7647             'noon' => q{meio-dia},
7648             'evening1' => q{noite},
7649             'am' => q{AM},
7650             },
7651             },
7652             },
7653             } },
7654             );
7655              
7656             has 'eras' => (
7657             is => 'ro',
7658             isa => HashRef,
7659             init_arg => undef,
7660             default => sub { {
7661             'buddhist' => {
7662             abbreviated => {
7663             '0' => 'BE'
7664             },
7665             },
7666             'chinese' => {
7667             },
7668             'coptic' => {
7669             },
7670             'ethiopic' => {
7671             },
7672             'generic' => {
7673             },
7674             'gregorian' => {
7675             abbreviated => {
7676             '0' => 'a.C.',
7677             '1' => 'd.C.'
7678             },
7679             wide => {
7680             '0' => 'antes de Cristo',
7681             '1' => 'depois de Cristo'
7682             },
7683             },
7684             'hebrew' => {
7685             },
7686             'indian' => {
7687             },
7688             'islamic' => {
7689             abbreviated => {
7690             '0' => 'AH'
7691             },
7692             },
7693             'japanese' => {
7694             },
7695             'persian' => {
7696             },
7697             'roc' => {
7698             abbreviated => {
7699             '0' => 'Antes de R.O.C.',
7700             '1' => 'R.O.C.'
7701             },
7702             },
7703             } },
7704             );
7705              
7706             has 'date_formats' => (
7707             is => 'ro',
7708             isa => HashRef,
7709             init_arg => undef,
7710             default => sub { {
7711             'buddhist' => {
7712             },
7713             'chinese' => {
7714             'full' => q{EEEE, d 'de' MMMM 'de' U},
7715             'long' => q{d 'de' MMMM 'de' U},
7716             'medium' => q{dd/MM U},
7717             'short' => q{dd/MM/yy},
7718             },
7719             'coptic' => {
7720             },
7721             'ethiopic' => {
7722             },
7723             'generic' => {
7724             'full' => q{EEEE, d 'de' MMMM 'de' y G},
7725             'long' => q{d 'de' MMMM 'de' y G},
7726             'medium' => q{dd/MM/y G},
7727             'short' => q{dd/MM/yy GGGGG},
7728             },
7729             'gregorian' => {
7730             'full' => q{EEEE, d 'de' MMMM 'de' y},
7731             'long' => q{d 'de' MMMM 'de' y},
7732             'medium' => q{d 'de' MMM 'de' y},
7733             'short' => q{dd/MM/yy},
7734             },
7735             'hebrew' => {
7736             },
7737             'indian' => {
7738             },
7739             'islamic' => {
7740             },
7741             'japanese' => {
7742             'full' => q{EEEE, d 'de' MMMM 'de' y G},
7743             'long' => q{d 'de' MMMM 'de' y G},
7744             'medium' => q{dd/MM/y G},
7745             'short' => q{dd/MM/yy GGGGG},
7746             },
7747             'persian' => {
7748             },
7749             'roc' => {
7750             },
7751             } },
7752             );
7753              
7754             has 'time_formats' => (
7755             is => 'ro',
7756             isa => HashRef,
7757             init_arg => undef,
7758             default => sub { {
7759             'buddhist' => {
7760             },
7761             'chinese' => {
7762             },
7763             'coptic' => {
7764             },
7765             'ethiopic' => {
7766             },
7767             'generic' => {
7768             },
7769             'gregorian' => {
7770             'full' => q{HH:mm:ss zzzz},
7771             'long' => q{HH:mm:ss z},
7772             'medium' => q{HH:mm:ss},
7773             'short' => q{HH:mm},
7774             },
7775             'hebrew' => {
7776             },
7777             'indian' => {
7778             },
7779             'islamic' => {
7780             },
7781             'japanese' => {
7782             },
7783             'persian' => {
7784             },
7785             'roc' => {
7786             },
7787             } },
7788             );
7789              
7790             has 'datetime_formats' => (
7791             is => 'ro',
7792             isa => HashRef,
7793             init_arg => undef,
7794             default => sub { {
7795             'buddhist' => {
7796             },
7797             'chinese' => {
7798             },
7799             'coptic' => {
7800             },
7801             'ethiopic' => {
7802             },
7803             'generic' => {
7804             'full' => q{{1} {0}},
7805             'long' => q{{1} {0}},
7806             'medium' => q{{1} {0}},
7807             'short' => q{{1} {0}},
7808             },
7809             'gregorian' => {
7810             'full' => q{{1} {0}},
7811             'long' => q{{1} {0}},
7812             'medium' => q{{1} {0}},
7813             'short' => q{{1} {0}},
7814             },
7815             'hebrew' => {
7816             },
7817             'indian' => {
7818             },
7819             'islamic' => {
7820             },
7821             'japanese' => {
7822             },
7823             'persian' => {
7824             },
7825             'roc' => {
7826             },
7827             } },
7828             );
7829              
7830             has 'datetime_formats_available_formats' => (
7831             is => 'ro',
7832             isa => HashRef,
7833             init_arg => undef,
7834             default => sub { {
7835             'gregorian' => {
7836             E => q{ccc},
7837             EHm => q{E, HH:mm},
7838             EHms => q{E, HH:mm:ss},
7839             Ed => q{E, d},
7840             Ehm => q{E, h:mm a},
7841             Ehms => q{E, h:mm:ss a},
7842             Gy => q{y G},
7843             GyMMM => q{MMM 'de' y G},
7844             GyMMMEd => q{E, d 'de' MMM 'de' y G},
7845             GyMMMd => q{d 'de' MMM 'de' y G},
7846             H => q{HH},
7847             Hm => q{HH:mm},
7848             Hms => q{HH:mm:ss},
7849             Hmsv => q{HH:mm:ss v},
7850             Hmv => q{HH:mm v},
7851             M => q{L},
7852             MEd => q{E, dd/MM},
7853             MMM => q{LLL},
7854             MMMEd => q{E, d 'de' MMM},
7855             MMMMEd => q{E, d 'de' MMMM},
7856             MMMMd => q{d 'de' MMMM},
7857             MMMd => q{d 'de' MMM},
7858             MMdd => q{dd/MM},
7859             Md => q{d/M},
7860             d => q{d},
7861             h => q{h a},
7862             hm => q{h:mm a},
7863             hms => q{h:mm:ss a},
7864             hmsv => q{h:mm:ss a v},
7865             hmv => q{h:mm a v},
7866             ms => q{mm:ss},
7867             y => q{y},
7868             yM => q{MM/y},
7869             yMEd => q{E, dd/MM/y},
7870             yMM => q{MM/y},
7871             yMMM => q{MMM 'de' y},
7872             yMMMEd => q{E, d 'de' MMM 'de' y},
7873             yMMMM => q{MMMM 'de' y},
7874             yMMMMEd => q{E, d 'de' MMMM 'de' y},
7875             yMMMMd => q{d 'de' MMMM 'de' y},
7876             yMMMd => q{d 'de' MMM 'de' y},
7877             yMd => q{dd/MM/y},
7878             yQQQ => q{y QQQ},
7879             yQQQQ => q{y QQQQ},
7880             },
7881             'generic' => {
7882             E => q{ccc},
7883             Ed => q{E, d},
7884             Gy => q{y G},
7885             GyMMM => q{MMM 'de' y G},
7886             GyMMMEd => q{E, d 'de' MMM 'de' y G},
7887             GyMMMd => q{d 'de' MMM 'de' y G},
7888             H => q{HH},
7889             Hm => q{HH:mm},
7890             Hms => q{HH:mm:ss},
7891             M => q{L},
7892             MEd => q{E, dd/MM},
7893             MMM => q{LLL},
7894             MMMEd => q{E, d 'de' MMM},
7895             MMMMEd => q{E, d 'de' MMMM},
7896             MMMMd => q{d 'de' MMMM},
7897             MMMd => q{d 'de' MMM},
7898             Md => q{d/M},
7899             d => q{d},
7900             h => q{h a},
7901             hm => q{h:mm a},
7902             hms => q{h:mm:ss a},
7903             ms => q{mm:ss},
7904             y => q{y G},
7905             yyyy => q{y G},
7906             yyyyM => q{MM/y GGGGG},
7907             yyyyMEd => q{E, dd/MM/y GGGGG},
7908             yyyyMMM => q{MMM 'de' y G},
7909             yyyyMMMEd => q{E, d 'de' MMM 'de' y G},
7910             yyyyMMMM => q{MMMM 'de' y G},
7911             yyyyMMMMEd => q{E, d 'de' MMMM 'de' y G},
7912             yyyyMMMMd => q{d 'de' MMMM 'de' y G},
7913             yyyyMMMd => q{d 'de' MMM 'de' y G},
7914             yyyyMd => q{dd/MM/y GGGGG},
7915             yyyyQQQ => q{G y QQQ},
7916             yyyyQQQQ => q{G y QQQQ},
7917             },
7918             } },
7919             );
7920              
7921             has 'datetime_formats_append_item' => (
7922             is => 'ro',
7923             isa => HashRef,
7924             init_arg => undef,
7925             default => sub { {
7926             'gregorian' => {
7927             'Timezone' => '{0} {1}',
7928             },
7929             } },
7930             );
7931              
7932             has 'datetime_formats_interval' => (
7933             is => 'ro',
7934             isa => HashRef,
7935             init_arg => undef,
7936             default => sub { {
7937             'gregorian' => {
7938             H => {
7939             H => q{HH'h' - HH'h'},
7940             },
7941             Hm => {
7942             H => q{HH:mm – HH:mm},
7943             m => q{HH:mm – HH:mm},
7944             },
7945             Hmv => {
7946             H => q{HH:mm – HH:mm v},
7947             m => q{HH:mm – HH:mm v},
7948             },
7949             Hv => {
7950             H => q{HH – HH v},
7951             },
7952             M => {
7953             M => q{M – M},
7954             },
7955             MEd => {
7956             M => q{E, dd/MM – E, dd/MM},
7957             d => q{E, dd/MM – E, dd/MM},
7958             },
7959             MMM => {
7960             M => q{MMM – MMM},
7961             },
7962             MMMEd => {
7963             M => q{E, d 'de' MMM – E, d 'de' MMM},
7964             d => q{E, d – E, d 'de' MMM},
7965             },
7966             MMMd => {
7967             M => q{d 'de' MMM – d 'de' MMM},
7968             d => q{d – d 'de' MMM},
7969             },
7970             Md => {
7971             M => q{dd/MM – dd/MM},
7972             d => q{dd/MM – dd/MM},
7973             },
7974             d => {
7975             d => q{d – d},
7976             },
7977             fallback => '{0} - {1}',
7978             h => {
7979             a => q{h'h' a – h'h' a},
7980             h => q{h'h' - h'h' a},
7981             },
7982             hm => {
7983             a => q{h:mm a – h:mm a},
7984             h => q{h:mm – h:mm a},
7985             m => q{h:mm – h:mm a},
7986             },
7987             hmv => {
7988             a => q{h:mm a – h:mm a v},
7989             h => q{h:mm – h:mm a v},
7990             m => q{h:mm – h:mm a v},
7991             },
7992             hv => {
7993             a => q{h a – h a v},
7994             h => q{h – h a v},
7995             },
7996             y => {
7997             y => q{y – y},
7998             },
7999             yM => {
8000             M => q{MM/y – MM/y},
8001             y => q{MM/y – MM/y},
8002             },
8003             yMEd => {
8004             M => q{E, dd/MM/y – E, dd/MM/y},
8005             d => q{E, dd/MM/y – E, dd/MM/y},
8006             y => q{E, dd/MM/y – E, dd/MM/y},
8007             },
8008             yMMM => {
8009             M => q{MMM – MMM 'de' y},
8010             y => q{MMM 'de' y – MMM 'de' y},
8011             },
8012             yMMMEd => {
8013             M => q{E, d 'de' MMM – E, d 'de' MMM 'de' y},
8014             d => q{E, d – E, d 'de' MMM 'de' y},
8015             y => q{E, d 'de' MMM 'de' y – E, d 'de' MMM 'de' y},
8016             },
8017             yMMMM => {
8018             M => q{MMMM – MMMM 'de' y},
8019             y => q{MMMM 'de' y – MMMM 'de' y},
8020             },
8021             yMMMd => {
8022             M => q{d 'de' MMM – d 'de' MMM 'de' y},
8023             d => q{d – d 'de' MMM 'de' y},
8024             y => q{d 'de' MMM 'de' y – d 'de' MMM 'de' y},
8025             },
8026             yMd => {
8027             M => q{dd/MM/y – dd/MM/y},
8028             d => q{dd/MM/y – dd/MM/y},
8029             y => q{dd/MM/y – dd/MM/y},
8030             },
8031             },
8032             'generic' => {
8033             H => {
8034             H => q{HH'h' - HH'h'},
8035             },
8036             Hm => {
8037             H => q{HH:mm–HH:mm},
8038             m => q{HH:mm–HH:mm},
8039             },
8040             Hmv => {
8041             H => q{HH:mm–HH:mm v},
8042             m => q{HH:mm–HH:mm v},
8043             },
8044             Hv => {
8045             H => q{HH – HH v},
8046             },
8047             M => {
8048             M => q{M–M},
8049             },
8050             MEd => {
8051             M => q{E, dd/MM – E, dd/MM},
8052             d => q{E, dd/MM – E, dd/MM},
8053             },
8054             MMM => {
8055             M => q{MMM – MMM},
8056             },
8057             MMMEd => {
8058             M => q{E, d 'de' MMM – E, d 'de' MMM},
8059             d => q{E, d – E, d 'de' MMM},
8060             },
8061             MMMd => {
8062             M => q{d 'de' MMM – d 'de' MMM},
8063             d => q{d–d 'de' MMM},
8064             },
8065             Md => {
8066             M => q{dd/MM – dd/MM},
8067             d => q{dd/MM – dd/MM},
8068             },
8069             d => {
8070             d => q{d–d},
8071             },
8072             fallback => '{0} - {1}',
8073             h => {
8074             a => q{h'h' a – h'h' a},
8075             h => q{h'h' - h'h' a},
8076             },
8077             hm => {
8078             a => q{h:mm a – h:mm a},
8079             h => q{h:mm–h:mm a},
8080             m => q{h:mm–h:mm a},
8081             },
8082             hmv => {
8083             a => q{h:mm a – h:mm a v},
8084             h => q{h:mm–h:mm a v},
8085             m => q{h:mm–h:mm a v},
8086             },
8087             hv => {
8088             a => q{h a – h a v},
8089             h => q{h – h a v},
8090             },
8091             y => {
8092             y => q{y – y G},
8093             },
8094             yM => {
8095             M => q{MM/y – MM/y G},
8096             y => q{MM/y – MM/y G},
8097             },
8098             yMEd => {
8099             M => q{E, dd/MM/y – E, dd/MM/y G},
8100             d => q{E, dd/MM/y – E, dd/MM/y G},
8101             y => q{E, dd/MM/y – E, dd/MM/y G},
8102             },
8103             yMMM => {
8104             M => q{MMM–MMM 'de' y G},
8105             y => q{MMM 'de' y – MMM 'de' y G},
8106             },
8107             yMMMEd => {
8108             M => q{E, d 'de' MMM – E, d 'de' MMM 'de' y G},
8109             d => q{E, d – E, d 'de' MMM 'de' y G},
8110             y => q{E, d 'de' MMM 'de' y – E, d 'de' MMM 'de' y G},
8111             },
8112             yMMMM => {
8113             M => q{MMMM–MMMM 'de' y G},
8114             y => q{MMMM 'de' y – MMMM 'de' y G},
8115             },
8116             yMMMd => {
8117             M => q{d 'de' MMM – d 'de' MMM 'de' y G},
8118             d => q{d–d 'de' MMM 'de' y},
8119             y => q{d 'de' MMM 'de' y – d 'de' MMM 'de' y G},
8120             },
8121             yMd => {
8122             M => q{dd/MM/y – dd/MM/y G},
8123             d => q{dd/MM/y – dd/MM/y G},
8124             y => q{dd/MM/y – dd/MM/y G},
8125             },
8126             },
8127             } },
8128             );
8129              
8130             has 'time_zone_names' => (
8131             is => 'ro',
8132             isa => HashRef,
8133             init_arg => undef,
8134             default => sub { {
8135             hourFormat => q(+HH:mm;-HH:mm),
8136             gmtFormat => q(GMT{0}),
8137             gmtZeroFormat => q(GMT),
8138             regionFormat => q(Horário {0}),
8139             regionFormat => q({0} (+1)),
8140             regionFormat => q({0} (+0)),
8141             fallbackFormat => q({1} ({0})),
8142             'Acre' => {
8143             long => {
8144             'daylight' => q(Horário de Verão do Acre),
8145             'generic' => q(Horário do Acre),
8146             'standard' => q(Horário Padrão do Acre),
8147             },
8148             short => {
8149             'daylight' => q(ACST),
8150             'generic' => q(ACT),
8151             'standard' => q(ACT),
8152             },
8153             },
8154             'Afghanistan' => {
8155             long => {
8156             'standard' => q(Horário do Afeganistão),
8157             },
8158             },
8159             'Africa/Abidjan' => {
8160             exemplarCity => q#Abidjan#,
8161             },
8162             'Africa/Accra' => {
8163             exemplarCity => q#Acra#,
8164             },
8165             'Africa/Addis_Ababa' => {
8166             exemplarCity => q#Adis-Abeba#,
8167             },
8168             'Africa/Algiers' => {
8169             exemplarCity => q#Argel#,
8170             },
8171             'Africa/Asmera' => {
8172             exemplarCity => q#Asmara#,
8173             },
8174             'Africa/Bamako' => {
8175             exemplarCity => q#Bamaco#,
8176             },
8177             'Africa/Bangui' => {
8178             exemplarCity => q#Bangui#,
8179             },
8180             'Africa/Banjul' => {
8181             exemplarCity => q#Banjul#,
8182             },
8183             'Africa/Bissau' => {
8184             exemplarCity => q#Bissau#,
8185             },
8186             'Africa/Blantyre' => {
8187             exemplarCity => q#Blantyre#,
8188             },
8189             'Africa/Brazzaville' => {
8190             exemplarCity => q#Brazzaville#,
8191             },
8192             'Africa/Bujumbura' => {
8193             exemplarCity => q#Bujumbura#,
8194             },
8195             'Africa/Cairo' => {
8196             exemplarCity => q#Cairo#,
8197             },
8198             'Africa/Casablanca' => {
8199             exemplarCity => q#Casablanca#,
8200             },
8201             'Africa/Ceuta' => {
8202             exemplarCity => q#Ceuta#,
8203             },
8204             'Africa/Conakry' => {
8205             exemplarCity => q#Conacri#,
8206             },
8207             'Africa/Dakar' => {
8208             exemplarCity => q#Dacar#,
8209             },
8210             'Africa/Dar_es_Salaam' => {
8211             exemplarCity => q#Dar es Salaam#,
8212             },
8213             'Africa/Djibouti' => {
8214             exemplarCity => q#Djibuti#,
8215             },
8216             'Africa/Douala' => {
8217             exemplarCity => q#Douala#,
8218             },
8219             'Africa/El_Aaiun' => {
8220             exemplarCity => q#El Aaiún#,
8221             },
8222             'Africa/Freetown' => {
8223             exemplarCity => q#Freetown#,
8224             },
8225             'Africa/Gaborone' => {
8226             exemplarCity => q#Gaborone#,
8227             },
8228             'Africa/Harare' => {
8229             exemplarCity => q#Harare#,
8230             },
8231             'Africa/Johannesburg' => {
8232             exemplarCity => q#Johannesburgo#,
8233             },
8234             'Africa/Juba' => {
8235             exemplarCity => q#Juba#,
8236             },
8237             'Africa/Kampala' => {
8238             exemplarCity => q#Campala#,
8239             },
8240             'Africa/Khartoum' => {
8241             exemplarCity => q#Cartum#,
8242             },
8243             'Africa/Kigali' => {
8244             exemplarCity => q#Kigali#,
8245             },
8246             'Africa/Kinshasa' => {
8247             exemplarCity => q#Kinshasa#,
8248             },
8249             'Africa/Lagos' => {
8250             exemplarCity => q#Lagos#,
8251             },
8252             'Africa/Libreville' => {
8253             exemplarCity => q#Libreville#,
8254             },
8255             'Africa/Lome' => {
8256             exemplarCity => q#Lomé#,
8257             },
8258             'Africa/Luanda' => {
8259             exemplarCity => q#Luanda#,
8260             },
8261             'Africa/Lubumbashi' => {
8262             exemplarCity => q#Lubumbashi#,
8263             },
8264             'Africa/Lusaka' => {
8265             exemplarCity => q#Lusaca#,
8266             },
8267             'Africa/Malabo' => {
8268             exemplarCity => q#Malabo#,
8269             },
8270             'Africa/Maputo' => {
8271             exemplarCity => q#Maputo#,
8272             },
8273             'Africa/Maseru' => {
8274             exemplarCity => q#Maseru#,
8275             },
8276             'Africa/Mbabane' => {
8277             exemplarCity => q#Mbabane#,
8278             },
8279             'Africa/Mogadishu' => {
8280             exemplarCity => q#Mogadíscio#,
8281             },
8282             'Africa/Monrovia' => {
8283             exemplarCity => q#Monróvia#,
8284             },
8285             'Africa/Nairobi' => {
8286             exemplarCity => q#Nairóbi#,
8287             },
8288             'Africa/Ndjamena' => {
8289             exemplarCity => q#Ndjamena#,
8290             },
8291             'Africa/Niamey' => {
8292             exemplarCity => q#Niamei#,
8293             },
8294             'Africa/Nouakchott' => {
8295             exemplarCity => q#Nouakchott#,
8296             },
8297             'Africa/Ouagadougou' => {
8298             exemplarCity => q#Ouagadougou#,
8299             },
8300             'Africa/Porto-Novo' => {
8301             exemplarCity => q#Porto Novo#,
8302             },
8303             'Africa/Sao_Tome' => {
8304             exemplarCity => q#São Tomé#,
8305             },
8306             'Africa/Tripoli' => {
8307             exemplarCity => q#Trípoli#,
8308             },
8309             'Africa/Tunis' => {
8310             exemplarCity => q#Túnis#,
8311             },
8312             'Africa/Windhoek' => {
8313             exemplarCity => q#Windhoek#,
8314             },
8315             'Africa_Central' => {
8316             long => {
8317             'standard' => q(Horário da África Central),
8318             },
8319             },
8320             'Africa_Eastern' => {
8321             long => {
8322             'standard' => q(Horário da África Oriental),
8323             },
8324             },
8325             'Africa_Southern' => {
8326             long => {
8327             'standard' => q(Horário da África do Sul),
8328             },
8329             },
8330             'Africa_Western' => {
8331             long => {
8332             'daylight' => q(Horário de Verão da África Ocidental),
8333             'generic' => q(Horário da África Ocidental),
8334             'standard' => q(Horário Padrão da África Ocidental),
8335             },
8336             },
8337             'Alaska' => {
8338             long => {
8339             'daylight' => q(Horário de Verão do Alasca),
8340             'generic' => q(Horário do Alasca),
8341             'standard' => q(Horário Padrão do Alasca),
8342             },
8343             },
8344             'Almaty' => {
8345             long => {
8346             'daylight' => q(Horário de Verão do Almaty),
8347             'generic' => q(Horário do Almaty),
8348             'standard' => q(Horário Padrão do Almaty),
8349             },
8350             },
8351             'Amazon' => {
8352             long => {
8353             'daylight' => q(Horário de Verão do Amazonas),
8354             'generic' => q(Horário do Amazonas),
8355             'standard' => q(Horário Padrão do Amazonas),
8356             },
8357             short => {
8358             'daylight' => q(AMST),
8359             'generic' => q(AMT),
8360             'standard' => q(AMT),
8361             },
8362             },
8363             'America/Adak' => {
8364             exemplarCity => q#Adak#,
8365             },
8366             'America/Anchorage' => {
8367             exemplarCity => q#Anchorage#,
8368             },
8369             'America/Anguilla' => {
8370             exemplarCity => q#Anguilla#,
8371             },
8372             'America/Antigua' => {
8373             exemplarCity => q#Antígua#,
8374             },
8375             'America/Araguaina' => {
8376             exemplarCity => q#Araguaína#,
8377             },
8378             'America/Argentina/La_Rioja' => {
8379             exemplarCity => q#La Rioja#,
8380             },
8381             'America/Argentina/Rio_Gallegos' => {
8382             exemplarCity => q#Rio Gallegos#,
8383             },
8384             'America/Argentina/Salta' => {
8385             exemplarCity => q#Salta#,
8386             },
8387             'America/Argentina/San_Juan' => {
8388             exemplarCity => q#San Juan#,
8389             },
8390             'America/Argentina/San_Luis' => {
8391             exemplarCity => q#San Luis#,
8392             },
8393             'America/Argentina/Tucuman' => {
8394             exemplarCity => q#Tucumã#,
8395             },
8396             'America/Argentina/Ushuaia' => {
8397             exemplarCity => q#Ushuaia#,
8398             },
8399             'America/Aruba' => {
8400             exemplarCity => q#Aruba#,
8401             },
8402             'America/Asuncion' => {
8403             exemplarCity => q#Assunção#,
8404             },
8405             'America/Bahia' => {
8406             exemplarCity => q#Bahia#,
8407             },
8408             'America/Bahia_Banderas' => {
8409             exemplarCity => q#Bahia Banderas#,
8410             },
8411             'America/Barbados' => {
8412             exemplarCity => q#Barbados#,
8413             },
8414             'America/Belem' => {
8415             exemplarCity => q#Belém#,
8416             },
8417             'America/Belize' => {
8418             exemplarCity => q#Belize#,
8419             },
8420             'America/Blanc-Sablon' => {
8421             exemplarCity => q#Blanc-Sablon#,
8422             },
8423             'America/Boa_Vista' => {
8424             exemplarCity => q#Boa Vista#,
8425             },
8426             'America/Bogota' => {
8427             exemplarCity => q#Bogotá#,
8428             },
8429             'America/Boise' => {
8430             exemplarCity => q#Boise#,
8431             },
8432             'America/Buenos_Aires' => {
8433             exemplarCity => q#Buenos Aires#,
8434             },
8435             'America/Cambridge_Bay' => {
8436             exemplarCity => q#Cambridge Bay#,
8437             },
8438             'America/Campo_Grande' => {
8439             exemplarCity => q#Campo Grande#,
8440             },
8441             'America/Cancun' => {
8442             exemplarCity => q#Cancún#,
8443             },
8444             'America/Caracas' => {
8445             exemplarCity => q#Caracas#,
8446             },
8447             'America/Catamarca' => {
8448             exemplarCity => q#Catamarca#,
8449             },
8450             'America/Cayenne' => {
8451             exemplarCity => q#Caiena#,
8452             },
8453             'America/Cayman' => {
8454             exemplarCity => q#Caimã#,
8455             },
8456             'America/Chicago' => {
8457             exemplarCity => q#Chicago#,
8458             },
8459             'America/Chihuahua' => {
8460             exemplarCity => q#Chihuahua#,
8461             },
8462             'America/Coral_Harbour' => {
8463             exemplarCity => q#Atikokan#,
8464             },
8465             'America/Cordoba' => {
8466             exemplarCity => q#Córdoba#,
8467             },
8468             'America/Costa_Rica' => {
8469             exemplarCity => q#Costa Rica#,
8470             },
8471             'America/Creston' => {
8472             exemplarCity => q#Creston#,
8473             },
8474             'America/Cuiaba' => {
8475             exemplarCity => q#Cuiabá#,
8476             },
8477             'America/Curacao' => {
8478             exemplarCity => q#Curaçao#,
8479             },
8480             'America/Danmarkshavn' => {
8481             exemplarCity => q#Danmarkshavn#,
8482             },
8483             'America/Dawson' => {
8484             exemplarCity => q#Dawson#,
8485             },
8486             'America/Dawson_Creek' => {
8487             exemplarCity => q#Dawson Creek#,
8488             },
8489             'America/Denver' => {
8490             exemplarCity => q#Denver#,
8491             },
8492             'America/Detroit' => {
8493             exemplarCity => q#Detroit#,
8494             },
8495             'America/Dominica' => {
8496             exemplarCity => q#Dominica#,
8497             },
8498             'America/Edmonton' => {
8499             exemplarCity => q#Edmonton#,
8500             },
8501             'America/Eirunepe' => {
8502             exemplarCity => q#Eirunepé#,
8503             },
8504             'America/El_Salvador' => {
8505             exemplarCity => q#El Salvador#,
8506             },
8507             'America/Fortaleza' => {
8508             exemplarCity => q#Fortaleza#,
8509             },
8510             'America/Glace_Bay' => {
8511             exemplarCity => q#Glace Bay#,
8512             },
8513             'America/Godthab' => {
8514             exemplarCity => q#Nuuk#,
8515             },
8516             'America/Goose_Bay' => {
8517             exemplarCity => q#Goose Bay#,
8518             },
8519             'America/Grand_Turk' => {
8520             exemplarCity => q#Grand Turk#,
8521             },
8522             'America/Grenada' => {
8523             exemplarCity => q#Granada#,
8524             },
8525             'America/Guadeloupe' => {
8526             exemplarCity => q#Guadalupe#,
8527             },
8528             'America/Guatemala' => {
8529             exemplarCity => q#Guatemala#,
8530             },
8531             'America/Guayaquil' => {
8532             exemplarCity => q#Guaiaquil#,
8533             },
8534             'America/Guyana' => {
8535             exemplarCity => q#Guiana#,
8536             },
8537             'America/Halifax' => {
8538             exemplarCity => q#Halifax#,
8539             },
8540             'America/Havana' => {
8541             exemplarCity => q#Havana#,
8542             },
8543             'America/Hermosillo' => {
8544             exemplarCity => q#Hermosillo#,
8545             },
8546             'America/Indiana/Knox' => {
8547             exemplarCity => q#Knox, Indiana#,
8548             },
8549             'America/Indiana/Marengo' => {
8550             exemplarCity => q#Marengo, Indiana#,
8551             },
8552             'America/Indiana/Petersburg' => {
8553             exemplarCity => q#Petersburg, Indiana#,
8554             },
8555             'America/Indiana/Tell_City' => {
8556             exemplarCity => q#Tell City, Indiana#,
8557             },
8558             'America/Indiana/Vevay' => {
8559             exemplarCity => q#Vevay, Indiana#,
8560             },
8561             'America/Indiana/Vincennes' => {
8562             exemplarCity => q#Vincennes, Indiana#,
8563             },
8564             'America/Indiana/Winamac' => {
8565             exemplarCity => q#Winamac, Indiana#,
8566             },
8567             'America/Indianapolis' => {
8568             exemplarCity => q#Indianápolis#,
8569             },
8570             'America/Inuvik' => {
8571             exemplarCity => q#Inuvik#,
8572             },
8573             'America/Iqaluit' => {
8574             exemplarCity => q#Iqaluit#,
8575             },
8576             'America/Jamaica' => {
8577             exemplarCity => q#Jamaica#,
8578             },
8579             'America/Jujuy' => {
8580             exemplarCity => q#Jujuy#,
8581             },
8582             'America/Juneau' => {
8583             exemplarCity => q#Juneau#,
8584             },
8585             'America/Kentucky/Monticello' => {
8586             exemplarCity => q#Monticello, Kentucky#,
8587             },
8588             'America/Kralendijk' => {
8589             exemplarCity => q#Kralendijk#,
8590             },
8591             'America/La_Paz' => {
8592             exemplarCity => q#La Paz#,
8593             },
8594             'America/Lima' => {
8595             exemplarCity => q#Lima#,
8596             },
8597             'America/Los_Angeles' => {
8598             exemplarCity => q#Los Angeles#,
8599             },
8600             'America/Louisville' => {
8601             exemplarCity => q#Louisville#,
8602             },
8603             'America/Lower_Princes' => {
8604             exemplarCity => q#Lower Prince’s Quarter#,
8605             },
8606             'America/Maceio' => {
8607             exemplarCity => q#Maceió#,
8608             },
8609             'America/Managua' => {
8610             exemplarCity => q#Manágua#,
8611             },
8612             'America/Manaus' => {
8613             exemplarCity => q#Manaus#,
8614             },
8615             'America/Marigot' => {
8616             exemplarCity => q#Marigot#,
8617             },
8618             'America/Martinique' => {
8619             exemplarCity => q#Martinica#,
8620             },
8621             'America/Matamoros' => {
8622             exemplarCity => q#Matamoros#,
8623             },
8624             'America/Mazatlan' => {
8625             exemplarCity => q#Mazatlan#,
8626             },
8627             'America/Mendoza' => {
8628             exemplarCity => q#Mendoza#,
8629             },
8630             'America/Menominee' => {
8631             exemplarCity => q#Menominee#,
8632             },
8633             'America/Merida' => {
8634             exemplarCity => q#Mérida#,
8635             },
8636             'America/Metlakatla' => {
8637             exemplarCity => q#Metlakatla#,
8638             },
8639             'America/Mexico_City' => {
8640             exemplarCity => q#Cidade do México#,
8641             },
8642             'America/Miquelon' => {
8643             exemplarCity => q#Miquelon#,
8644             },
8645             'America/Moncton' => {
8646             exemplarCity => q#Moncton#,
8647             },
8648             'America/Monterrey' => {
8649             exemplarCity => q#Monterrei#,
8650             },
8651             'America/Montevideo' => {
8652             exemplarCity => q#Montevidéu#,
8653             },
8654             'America/Montserrat' => {
8655             exemplarCity => q#Montserrat#,
8656             },
8657             'America/Nassau' => {
8658             exemplarCity => q#Nassau#,
8659             },
8660             'America/New_York' => {
8661             exemplarCity => q#Nova York#,
8662             },
8663             'America/Nipigon' => {
8664             exemplarCity => q#Nipigon#,
8665             },
8666             'America/Nome' => {
8667             exemplarCity => q#Nome#,
8668             },
8669             'America/Noronha' => {
8670             exemplarCity => q#Fernando de Noronha#,
8671             },
8672             'America/North_Dakota/Beulah' => {
8673             exemplarCity => q#Beulah, Dakota do Norte#,
8674             },
8675             'America/North_Dakota/Center' => {
8676             exemplarCity => q#Central, Dakota do Norte#,
8677             },
8678             'America/North_Dakota/New_Salem' => {
8679             exemplarCity => q#New Salen, Dakota do Norte#,
8680             },
8681             'America/Ojinaga' => {
8682             exemplarCity => q#Ojinaga#,
8683             },
8684             'America/Panama' => {
8685             exemplarCity => q#Panamá#,
8686             },
8687             'America/Pangnirtung' => {
8688             exemplarCity => q#Pangnirtung#,
8689             },
8690             'America/Paramaribo' => {
8691             exemplarCity => q#Paramaribo#,
8692             },
8693             'America/Phoenix' => {
8694             exemplarCity => q#Phoenix#,
8695             },
8696             'America/Port-au-Prince' => {
8697             exemplarCity => q#Porto Príncipe#,
8698             },
8699             'America/Port_of_Spain' => {
8700             exemplarCity => q#Porto Espanha#,
8701             },
8702             'America/Porto_Velho' => {
8703             exemplarCity => q#Porto Velho#,
8704             },
8705             'America/Puerto_Rico' => {
8706             exemplarCity => q#Porto Rico#,
8707             },
8708             'America/Rainy_River' => {
8709             exemplarCity => q#Rainy River#,
8710             },
8711             'America/Rankin_Inlet' => {
8712             exemplarCity => q#Rankin Inlet#,
8713             },
8714             'America/Recife' => {
8715             exemplarCity => q#Recife#,
8716             },
8717             'America/Regina' => {
8718             exemplarCity => q#Regina#,
8719             },
8720             'America/Resolute' => {
8721             exemplarCity => q#Resolute#,
8722             },
8723             'America/Rio_Branco' => {
8724             exemplarCity => q#Rio Branco#,
8725             },
8726             'America/Santa_Isabel' => {
8727             exemplarCity => q#Santa Isabel#,
8728             },
8729             'America/Santarem' => {
8730             exemplarCity => q#Santarém#,
8731             },
8732             'America/Santiago' => {
8733             exemplarCity => q#Santiago#,
8734             },
8735             'America/Santo_Domingo' => {
8736             exemplarCity => q#Santo Domingo#,
8737             },
8738             'America/Sao_Paulo' => {
8739             exemplarCity => q#São Paulo#,
8740             },
8741             'America/Scoresbysund' => {
8742             exemplarCity => q#Ittoqqortoormiit#,
8743             },
8744             'America/Sitka' => {
8745             exemplarCity => q#Sitka#,
8746             },
8747             'America/St_Barthelemy' => {
8748             exemplarCity => q#São Bartolomeu#,
8749             },
8750             'America/St_Johns' => {
8751             exemplarCity => q#St. John’s#,
8752             },
8753             'America/St_Kitts' => {
8754             exemplarCity => q#São Cristóvão#,
8755             },
8756             'America/St_Lucia' => {
8757             exemplarCity => q#Santa Lúcia#,
8758             },
8759             'America/St_Thomas' => {
8760             exemplarCity => q#St. Thomas#,
8761             },
8762             'America/St_Vincent' => {
8763             exemplarCity => q#São Vicente#,
8764             },
8765             'America/Swift_Current' => {
8766             exemplarCity => q#Swift Current#,
8767             },
8768             'America/Tegucigalpa' => {
8769             exemplarCity => q#Tegucigalpa#,
8770             },
8771             'America/Thule' => {
8772             exemplarCity => q#Thule#,
8773             },
8774             'America/Thunder_Bay' => {
8775             exemplarCity => q#Thunder Bay#,
8776             },
8777             'America/Tijuana' => {
8778             exemplarCity => q#Tijuana#,
8779             },
8780             'America/Toronto' => {
8781             exemplarCity => q#Toronto#,
8782             },
8783             'America/Tortola' => {
8784             exemplarCity => q#Tortola#,
8785             },
8786             'America/Vancouver' => {
8787             exemplarCity => q#Vancouver#,
8788             },
8789             'America/Whitehorse' => {
8790             exemplarCity => q#Whitehorse#,
8791             },
8792             'America/Winnipeg' => {
8793             exemplarCity => q#Winnipeg#,
8794             },
8795             'America/Yakutat' => {
8796             exemplarCity => q#Yakutat#,
8797             },
8798             'America/Yellowknife' => {
8799             exemplarCity => q#Yellowknife#,
8800             },
8801             'America_Central' => {
8802             long => {
8803             'daylight' => q(Horário de Verão Central),
8804             'generic' => q(Horário Central),
8805             'standard' => q(Horário Padrão Central),
8806             },
8807             },
8808             'America_Eastern' => {
8809             long => {
8810             'daylight' => q(Horário de Verão Oriental),
8811             'generic' => q(Horário Oriental),
8812             'standard' => q(Horário Padrão Oriental),
8813             },
8814             },
8815             'America_Mountain' => {
8816             long => {
8817             'daylight' => q(Horário de Verão da Montanha),
8818             'generic' => q(Horário da Montanha),
8819             'standard' => q(Horário Padrão da Montanha),
8820             },
8821             },
8822             'America_Pacific' => {
8823             long => {
8824             'daylight' => q(Horário de Verão do Pacífico),
8825             'generic' => q(Horário do Pacífico),
8826             'standard' => q(Horário Padrão do Pacífico),
8827             },
8828             },
8829             'Anadyr' => {
8830             long => {
8831             'daylight' => q(Horário de Verão do Anadyr),
8832             'generic' => q(Horário de Anadyr),
8833             'standard' => q(Horário Padrão do Anadyr),
8834             },
8835             },
8836             'Antarctica/Casey' => {
8837             exemplarCity => q#Casey#,
8838             },
8839             'Antarctica/Davis' => {
8840             exemplarCity => q#Davis#,
8841             },
8842             'Antarctica/DumontDUrville' => {
8843             exemplarCity => q#Dumont d’Urville#,
8844             },
8845             'Antarctica/Macquarie' => {
8846             exemplarCity => q#Macquarie#,
8847             },
8848             'Antarctica/Mawson' => {
8849             exemplarCity => q#Mawson#,
8850             },
8851             'Antarctica/McMurdo' => {
8852             exemplarCity => q#McMurdo#,
8853             },
8854             'Antarctica/Palmer' => {
8855             exemplarCity => q#Palmer#,
8856             },
8857             'Antarctica/Rothera' => {
8858             exemplarCity => q#Rothera#,
8859             },
8860             'Antarctica/Syowa' => {
8861             exemplarCity => q#Showa#,
8862             },
8863             'Antarctica/Troll' => {
8864             exemplarCity => q#Troll#,
8865             },
8866             'Antarctica/Vostok' => {
8867             exemplarCity => q#Vostok#,
8868             },
8869             'Apia' => {
8870             long => {
8871             'daylight' => q(Horário de Verão de Apia),
8872             'generic' => q(Horário de Apia),
8873             'standard' => q(Horário Padrão de Apia),
8874             },
8875             },
8876             'Aqtau' => {
8877             long => {
8878             'daylight' => q(Horário de Verão do Aqtau),
8879             'generic' => q(Horário do Aqtau),
8880             'standard' => q(Horário Padrão do Aqtau),
8881             },
8882             },
8883             'Aqtobe' => {
8884             long => {
8885             'daylight' => q(Horário de Verão do Aqtobe),
8886             'generic' => q(Horário do Aqtobe),
8887             'standard' => q(Horário Padrão do Aqtobe),
8888             },
8889             },
8890             'Arabian' => {
8891             long => {
8892             'daylight' => q(Horário de Verão da Arábia),
8893             'generic' => q(Horário da Arábia),
8894             'standard' => q(Horário Padrão da Arábia),
8895             },
8896             },
8897             'Arctic/Longyearbyen' => {
8898             exemplarCity => q#Longyearbyen#,
8899             },
8900             'Argentina' => {
8901             long => {
8902             'daylight' => q(Horário de Verão da Argentina),
8903             'generic' => q(Horário da Argentina),
8904             'standard' => q(Horário Padrão da Argentina),
8905             },
8906             },
8907             'Argentina_Western' => {
8908             long => {
8909             'daylight' => q(Horário de Verão da Argentina Ocidental),
8910             'generic' => q(Horário da Argentina Ocidental),
8911             'standard' => q(Horário Padrão da Argentina Ocidental),
8912             },
8913             },
8914             'Armenia' => {
8915             long => {
8916             'daylight' => q(Horário de Verão da Armênia),
8917             'generic' => q(Horário da Armênia),
8918             'standard' => q(Horário Padrão da Armênia),
8919             },
8920             },
8921             'Asia/Aden' => {
8922             exemplarCity => q#Adem#,
8923             },
8924             'Asia/Almaty' => {
8925             exemplarCity => q#Almaty#,
8926             },
8927             'Asia/Amman' => {
8928             exemplarCity => q#Amã#,
8929             },
8930             'Asia/Anadyr' => {
8931             exemplarCity => q#Anadyr#,
8932             },
8933             'Asia/Aqtau' => {
8934             exemplarCity => q#Aqtau#,
8935             },
8936             'Asia/Aqtobe' => {
8937             exemplarCity => q#Aqtöbe#,
8938             },
8939             'Asia/Ashgabat' => {
8940             exemplarCity => q#Asgabate#,
8941             },
8942             'Asia/Baghdad' => {
8943             exemplarCity => q#Bagdá#,
8944             },
8945             'Asia/Bahrain' => {
8946             exemplarCity => q#Barein#,
8947             },
8948             'Asia/Baku' => {
8949             exemplarCity => q#Baku#,
8950             },
8951             'Asia/Bangkok' => {
8952             exemplarCity => q#Bangkok#,
8953             },
8954             'Asia/Beirut' => {
8955             exemplarCity => q#Beirute#,
8956             },
8957             'Asia/Bishkek' => {
8958             exemplarCity => q#Bishkek#,
8959             },
8960             'Asia/Brunei' => {
8961             exemplarCity => q#Brunei#,
8962             },
8963             'Asia/Calcutta' => {
8964             exemplarCity => q#Kolkata#,
8965             },
8966             'Asia/Chita' => {
8967             exemplarCity => q#Chita#,
8968             },
8969             'Asia/Choibalsan' => {
8970             exemplarCity => q#Choibalsan#,
8971             },
8972             'Asia/Colombo' => {
8973             exemplarCity => q#Colombo#,
8974             },
8975             'Asia/Damascus' => {
8976             exemplarCity => q#Damasco#,
8977             },
8978             'Asia/Dhaka' => {
8979             exemplarCity => q#Dacca#,
8980             },
8981             'Asia/Dili' => {
8982             exemplarCity => q#Dili#,
8983             },
8984             'Asia/Dubai' => {
8985             exemplarCity => q#Dubai#,
8986             },
8987             'Asia/Dushanbe' => {
8988             exemplarCity => q#Duchambe#,
8989             },
8990             'Asia/Gaza' => {
8991             exemplarCity => q#Gaza#,
8992             },
8993             'Asia/Hebron' => {
8994             exemplarCity => q#Hebron#,
8995             },
8996             'Asia/Hong_Kong' => {
8997             exemplarCity => q#Hong Kong#,
8998             },
8999             'Asia/Hovd' => {
9000             exemplarCity => q#Hovd#,
9001             },
9002             'Asia/Irkutsk' => {
9003             exemplarCity => q#Irkutsk#,
9004             },
9005             'Asia/Jakarta' => {
9006             exemplarCity => q#Jacarta#,
9007             },
9008             'Asia/Jayapura' => {
9009             exemplarCity => q#Jayapura#,
9010             },
9011             'Asia/Jerusalem' => {
9012             exemplarCity => q#Jerusalém#,
9013             },
9014             'Asia/Kabul' => {
9015             exemplarCity => q#Kabul#,
9016             },
9017             'Asia/Kamchatka' => {
9018             exemplarCity => q#Kamchatka#,
9019             },
9020             'Asia/Karachi' => {
9021             exemplarCity => q#Carachi#,
9022             },
9023             'Asia/Katmandu' => {
9024             exemplarCity => q#Catmandu#,
9025             },
9026             'Asia/Khandyga' => {
9027             exemplarCity => q#Khandyga#,
9028             },
9029             'Asia/Krasnoyarsk' => {
9030             exemplarCity => q#Krasnoyarsk#,
9031             },
9032             'Asia/Kuala_Lumpur' => {
9033             exemplarCity => q#Kuala Lampur#,
9034             },
9035             'Asia/Kuching' => {
9036             exemplarCity => q#Kuching#,
9037             },
9038             'Asia/Kuwait' => {
9039             exemplarCity => q#Kuwait#,
9040             },
9041             'Asia/Macau' => {
9042             exemplarCity => q#Macau#,
9043             },
9044             'Asia/Magadan' => {
9045             exemplarCity => q#Magadan#,
9046             },
9047             'Asia/Makassar' => {
9048             exemplarCity => q#Macassar#,
9049             },
9050             'Asia/Manila' => {
9051             exemplarCity => q#Manila#,
9052             },
9053             'Asia/Muscat' => {
9054             exemplarCity => q#Mascate#,
9055             },
9056             'Asia/Nicosia' => {
9057             exemplarCity => q#Nicósia#,
9058             },
9059             'Asia/Novokuznetsk' => {
9060             exemplarCity => q#Novokuznetsk#,
9061             },
9062             'Asia/Novosibirsk' => {
9063             exemplarCity => q#Novosibirsk#,
9064             },
9065             'Asia/Omsk' => {
9066             exemplarCity => q#Omsk#,
9067             },
9068             'Asia/Oral' => {
9069             exemplarCity => q#Oral#,
9070             },
9071             'Asia/Phnom_Penh' => {
9072             exemplarCity => q#Phnom Penh#,
9073             },
9074             'Asia/Pontianak' => {
9075             exemplarCity => q#Pontianak#,
9076             },
9077             'Asia/Pyongyang' => {
9078             exemplarCity => q#Pyongyang#,
9079             },
9080             'Asia/Qatar' => {
9081             exemplarCity => q#Qatar#,
9082             },
9083             'Asia/Qyzylorda' => {
9084             exemplarCity => q#Qyzylorda#,
9085             },
9086             'Asia/Rangoon' => {
9087             exemplarCity => q#Yangon#,
9088             },
9089             'Asia/Riyadh' => {
9090             exemplarCity => q#Riadi#,
9091             },
9092             'Asia/Saigon' => {
9093             exemplarCity => q#Ho Chi Minh#,
9094             },
9095             'Asia/Sakhalin' => {
9096             exemplarCity => q#Sacalina#,
9097             },
9098             'Asia/Samarkand' => {
9099             exemplarCity => q#Samarcanda#,
9100             },
9101             'Asia/Seoul' => {
9102             exemplarCity => q#Seul#,
9103             },
9104             'Asia/Shanghai' => {
9105             exemplarCity => q#Xangai#,
9106             },
9107             'Asia/Singapore' => {
9108             exemplarCity => q#Cingapura#,
9109             },
9110             'Asia/Srednekolymsk' => {
9111             exemplarCity => q#Srednekolymsk#,
9112             },
9113             'Asia/Taipei' => {
9114             exemplarCity => q#Taipei#,
9115             },
9116             'Asia/Tashkent' => {
9117             exemplarCity => q#Tashkent#,
9118             },
9119             'Asia/Tbilisi' => {
9120             exemplarCity => q#Tbilisi#,
9121             },
9122             'Asia/Tehran' => {
9123             exemplarCity => q#Teerã#,
9124             },
9125             'Asia/Thimphu' => {
9126             exemplarCity => q#Timphu#,
9127             },
9128             'Asia/Tokyo' => {
9129             exemplarCity => q#Tóquio#,
9130             },
9131             'Asia/Ulaanbaatar' => {
9132             exemplarCity => q#Ulan Bator#,
9133             },
9134             'Asia/Urumqi' => {
9135             exemplarCity => q#Urumqi#,
9136             },
9137             'Asia/Ust-Nera' => {
9138             exemplarCity => q#Ust-Nera#,
9139             },
9140             'Asia/Vientiane' => {
9141             exemplarCity => q#Vientiane#,
9142             },
9143             'Asia/Vladivostok' => {
9144             exemplarCity => q#Vladivostok#,
9145             },
9146             'Asia/Yakutsk' => {
9147             exemplarCity => q#Yakutsk#,
9148             },
9149             'Asia/Yekaterinburg' => {
9150             exemplarCity => q#Ecaterimburgo#,
9151             },
9152             'Asia/Yerevan' => {
9153             exemplarCity => q#Yerevan#,
9154             },
9155             'Atlantic' => {
9156             long => {
9157             'daylight' => q(Horário de Verão do Atlântico),
9158             'generic' => q(Horário do Atlântico),
9159             'standard' => q(Horário Padrão do Atlântico),
9160             },
9161             },
9162             'Atlantic/Azores' => {
9163             exemplarCity => q#Açores#,
9164             },
9165             'Atlantic/Bermuda' => {
9166             exemplarCity => q#Bermudas#,
9167             },
9168             'Atlantic/Canary' => {
9169             exemplarCity => q#Canárias#,
9170             },
9171             'Atlantic/Cape_Verde' => {
9172             exemplarCity => q#Cabo Verde#,
9173             },
9174             'Atlantic/Faeroe' => {
9175             exemplarCity => q#Ilhas Faroe#,
9176             },
9177             'Atlantic/Madeira' => {
9178             exemplarCity => q#Madeira#,
9179             },
9180             'Atlantic/Reykjavik' => {
9181             exemplarCity => q#Reykjavik#,
9182             },
9183             'Atlantic/South_Georgia' => {
9184             exemplarCity => q#Geórgia do Sul#,
9185             },
9186             'Atlantic/St_Helena' => {
9187             exemplarCity => q#Santa Helena#,
9188             },
9189             'Atlantic/Stanley' => {
9190             exemplarCity => q#Stanley#,
9191             },
9192             'Australia/Adelaide' => {
9193             exemplarCity => q#Adelaide#,
9194             },
9195             'Australia/Brisbane' => {
9196             exemplarCity => q#Brisbane#,
9197             },
9198             'Australia/Broken_Hill' => {
9199             exemplarCity => q#Broken Hill#,
9200             },
9201             'Australia/Currie' => {
9202             exemplarCity => q#Currie#,
9203             },
9204             'Australia/Darwin' => {
9205             exemplarCity => q#Darwin#,
9206             },
9207             'Australia/Eucla' => {
9208             exemplarCity => q#Eucla#,
9209             },
9210             'Australia/Hobart' => {
9211             exemplarCity => q#Hobart#,
9212             },
9213             'Australia/Lindeman' => {
9214             exemplarCity => q#Lindeman#,
9215             },
9216             'Australia/Lord_Howe' => {
9217             exemplarCity => q#Lord Howe#,
9218             },
9219             'Australia/Melbourne' => {
9220             exemplarCity => q#Melbourne#,
9221             },
9222             'Australia/Perth' => {
9223             exemplarCity => q#Perth#,
9224             },
9225             'Australia/Sydney' => {
9226             exemplarCity => q#Sydney#,
9227             },
9228             'Australia_Central' => {
9229             long => {
9230             'daylight' => q(Horário de Verão da Austrália Central),
9231             'generic' => q(Horário da Austrália Central),
9232             'standard' => q(Horário Padrão da Austrália Central),
9233             },
9234             },
9235             'Australia_CentralWestern' => {
9236             long => {
9237             'daylight' => q(Horário de Verão da Austrália Centro-Ocidental),
9238             'generic' => q(Horário da Austrália Centro-Ocidental),
9239             'standard' => q(Horário Padrão da Austrália Centro-Ocidental),
9240             },
9241             },
9242             'Australia_Eastern' => {
9243             long => {
9244             'daylight' => q(Horário de Verão da Austrália Oriental),
9245             'generic' => q(Horário da Austrália Oriental),
9246             'standard' => q(Horário Padrão da Austrália Oriental),
9247             },
9248             },
9249             'Australia_Western' => {
9250             long => {
9251             'daylight' => q(Horário de Verão da Austrália Ocidental),
9252             'generic' => q(Horário da Austrália Ocidental),
9253             'standard' => q(Horário Padrão da Austrália Ocidental),
9254             },
9255             },
9256             'Azerbaijan' => {
9257             long => {
9258             'daylight' => q(Horário de Verão do Arzeibaijão),
9259             'generic' => q(Horário do Arzeibaijão),
9260             'standard' => q(Horário Padrão do Arzeibaijão),
9261             },
9262             },
9263             'Azores' => {
9264             long => {
9265             'daylight' => q(Horário de Verão dos Açores),
9266             'generic' => q(Horário dos Açores),
9267             'standard' => q(Horário Padrão dos Açores),
9268             },
9269             },
9270             'Bangladesh' => {
9271             long => {
9272             'daylight' => q(Horário de Verão de Bangladesh),
9273             'generic' => q(Horário de Bangladesh),
9274             'standard' => q(Horário Padrão de Bangladesh),
9275             },
9276             },
9277             'Bhutan' => {
9278             long => {
9279             'standard' => q(Horário do Butão),
9280             },
9281             },
9282             'Bolivia' => {
9283             long => {
9284             'standard' => q(Horário da Bolívia),
9285             },
9286             },
9287             'Brasilia' => {
9288             long => {
9289             'daylight' => q(Horário de Verão de Brasília),
9290             'generic' => q(Horário de Brasília),
9291             'standard' => q(Horário Padrão de Brasília),
9292             },
9293             short => {
9294             'daylight' => q(BRST),
9295             'generic' => q(BRT),
9296             'standard' => q(BRT),
9297             },
9298             },
9299             'Brunei' => {
9300             long => {
9301             'standard' => q(Horário de Brunei Darussalam),
9302             },
9303             },
9304             'Cape_Verde' => {
9305             long => {
9306             'daylight' => q(Horário de Verão do Cabo Verde),
9307             'generic' => q(Horário do Cabo Verde),
9308             'standard' => q(Horário Padrão do Cabo Verde),
9309             },
9310             },
9311             'Chamorro' => {
9312             long => {
9313             'standard' => q(Horário de Chamorro),
9314             },
9315             },
9316             'Chatham' => {
9317             long => {
9318             'daylight' => q(Horário de Verão de Chatham),
9319             'generic' => q(Horário de Chatham),
9320             'standard' => q(Horário Padrão de Chatham),
9321             },
9322             },
9323             'Chile' => {
9324             long => {
9325             'daylight' => q(Horário de Verão do Chile),
9326             'generic' => q(Horário do Chile),
9327             'standard' => q(Horário Padrão do Chile),
9328             },
9329             },
9330             'China' => {
9331             long => {
9332             'daylight' => q(Horário de Verão da China),
9333             'generic' => q(Horário da China),
9334             'standard' => q(Horário Padrão da China),
9335             },
9336             },
9337             'Choibalsan' => {
9338             long => {
9339             'daylight' => q(Horário de Verão de Choibalsan),
9340             'generic' => q(Horário de Choibalsan),
9341             'standard' => q(Horário Padrão de Choibalsan),
9342             },
9343             },
9344             'Christmas' => {
9345             long => {
9346             'standard' => q(Horário das Ilhas Natal),
9347             },
9348             },
9349             'Cocos' => {
9350             long => {
9351             'standard' => q(Horário das Ilhas Coco),
9352             },
9353             },
9354             'Colombia' => {
9355             long => {
9356             'daylight' => q(Horário de Verão da Colômbia),
9357             'generic' => q(Horário da Colômbia),
9358             'standard' => q(Horário Padrão da Colômbia),
9359             },
9360             },
9361             'Cook' => {
9362             long => {
9363             'daylight' => q(Meio Horário de Verão das Ilhas Cook),
9364             'generic' => q(Horário das Ilhas Cook),
9365             'standard' => q(Horário Padrão das Ilhas Cook),
9366             },
9367             },
9368             'Cuba' => {
9369             long => {
9370             'daylight' => q(Horário de Verão de Cuba),
9371             'generic' => q(Horário de Cuba),
9372             'standard' => q(Horário Padrão de Cuba),
9373             },
9374             },
9375             'Davis' => {
9376             long => {
9377             'standard' => q(Horário de Davis),
9378             },
9379             },
9380             'DumontDUrville' => {
9381             long => {
9382             'standard' => q(Horário de Dumont-d’Urville),
9383             },
9384             },
9385             'East_Timor' => {
9386             long => {
9387             'standard' => q(Horário do Timor-Leste),
9388             },
9389             },
9390             'Easter' => {
9391             long => {
9392             'daylight' => q(Horário de Verão da Ilha de Páscoa),
9393             'generic' => q(Horário da Ilha de Páscoa),
9394             'standard' => q(Horário Padrão da Ilha de Páscoa),
9395             },
9396             },
9397             'Ecuador' => {
9398             long => {
9399             'standard' => q(Horário do Equador),
9400             },
9401             },
9402             'Etc/Unknown' => {
9403             exemplarCity => q#Cidade desconhecida#,
9404             },
9405             'Europe/Amsterdam' => {
9406             exemplarCity => q#Amsterdã#,
9407             },
9408             'Europe/Andorra' => {
9409             exemplarCity => q#Andorra#,
9410             },
9411             'Europe/Athens' => {
9412             exemplarCity => q#Atenas#,
9413             },
9414             'Europe/Belgrade' => {
9415             exemplarCity => q#Belgrado#,
9416             },
9417             'Europe/Berlin' => {
9418             exemplarCity => q#Berlim#,
9419             },
9420             'Europe/Bratislava' => {
9421             exemplarCity => q#Bratislava#,
9422             },
9423             'Europe/Brussels' => {
9424             exemplarCity => q#Bruxelas#,
9425             },
9426             'Europe/Bucharest' => {
9427             exemplarCity => q#Bucareste#,
9428             },
9429             'Europe/Budapest' => {
9430             exemplarCity => q#Budapeste#,
9431             },
9432             'Europe/Busingen' => {
9433             exemplarCity => q#Büsingen#,
9434             },
9435             'Europe/Chisinau' => {
9436             exemplarCity => q#Chisinau#,
9437             },
9438             'Europe/Copenhagen' => {
9439             exemplarCity => q#Copenhague#,
9440             },
9441             'Europe/Dublin' => {
9442             exemplarCity => q#Dublin#,
9443             long => {
9444             'daylight' => q(Horário Padrão da Irlanda),
9445             },
9446             },
9447             'Europe/Gibraltar' => {
9448             exemplarCity => q#Gibraltar#,
9449             },
9450             'Europe/Guernsey' => {
9451             exemplarCity => q#Guernsey#,
9452             },
9453             'Europe/Helsinki' => {
9454             exemplarCity => q#Helsinque#,
9455             },
9456             'Europe/Isle_of_Man' => {
9457             exemplarCity => q#Ilha de Man#,
9458             },
9459             'Europe/Istanbul' => {
9460             exemplarCity => q#Istambul#,
9461             },
9462             'Europe/Jersey' => {
9463             exemplarCity => q#Jersey#,
9464             },
9465             'Europe/Kaliningrad' => {
9466             exemplarCity => q#Kaliningrado#,
9467             },
9468             'Europe/Kiev' => {
9469             exemplarCity => q#Kiev#,
9470             },
9471             'Europe/Lisbon' => {
9472             exemplarCity => q#Lisboa#,
9473             },
9474             'Europe/Ljubljana' => {
9475             exemplarCity => q#Liubliana#,
9476             },
9477             'Europe/London' => {
9478             exemplarCity => q#Londres#,
9479             long => {
9480             'daylight' => q(Horário de Verão Britânico),
9481             },
9482             },
9483             'Europe/Luxembourg' => {
9484             exemplarCity => q#Luxemburgo#,
9485             },
9486             'Europe/Madrid' => {
9487             exemplarCity => q#Madri#,
9488             },
9489             'Europe/Malta' => {
9490             exemplarCity => q#Malta#,
9491             },
9492             'Europe/Mariehamn' => {
9493             exemplarCity => q#Mariehamn#,
9494             },
9495             'Europe/Minsk' => {
9496             exemplarCity => q#Minsk#,
9497             },
9498             'Europe/Monaco' => {
9499             exemplarCity => q#Mônaco#,
9500             },
9501             'Europe/Moscow' => {
9502             exemplarCity => q#Moscou#,
9503             },
9504             'Europe/Oslo' => {
9505             exemplarCity => q#Oslo#,
9506             },
9507             'Europe/Paris' => {
9508             exemplarCity => q#Paris#,
9509             },
9510             'Europe/Podgorica' => {
9511             exemplarCity => q#Podgóritza#,
9512             },
9513             'Europe/Prague' => {
9514             exemplarCity => q#Praga#,
9515             },
9516             'Europe/Riga' => {
9517             exemplarCity => q#Riga#,
9518             },
9519             'Europe/Rome' => {
9520             exemplarCity => q#Roma#,
9521             },
9522             'Europe/Samara' => {
9523             exemplarCity => q#Samara#,
9524             },
9525             'Europe/San_Marino' => {
9526             exemplarCity => q#San Marino#,
9527             },
9528             'Europe/Sarajevo' => {
9529             exemplarCity => q#Sarajevo#,
9530             },
9531             'Europe/Simferopol' => {
9532             exemplarCity => q#Simferopol#,
9533             },
9534             'Europe/Skopje' => {
9535             exemplarCity => q#Skopje#,
9536             },
9537             'Europe/Sofia' => {
9538             exemplarCity => q#Sófia#,
9539             },
9540             'Europe/Stockholm' => {
9541             exemplarCity => q#Estocolmo#,
9542             },
9543             'Europe/Tallinn' => {
9544             exemplarCity => q#Tallinn#,
9545             },
9546             'Europe/Tirane' => {
9547             exemplarCity => q#Tirana#,
9548             },
9549             'Europe/Uzhgorod' => {
9550             exemplarCity => q#Uzhgorod#,
9551             },
9552             'Europe/Vaduz' => {
9553             exemplarCity => q#Vaduz#,
9554             },
9555             'Europe/Vatican' => {
9556             exemplarCity => q#Vaticano#,
9557             },
9558             'Europe/Vienna' => {
9559             exemplarCity => q#Viena#,
9560             },
9561             'Europe/Vilnius' => {
9562             exemplarCity => q#Vilnius#,
9563             },
9564             'Europe/Volgograd' => {
9565             exemplarCity => q#Volgogrado#,
9566             },
9567             'Europe/Warsaw' => {
9568             exemplarCity => q#Varsóvia#,
9569             },
9570             'Europe/Zagreb' => {
9571             exemplarCity => q#Zagreb#,
9572             },
9573             'Europe/Zaporozhye' => {
9574             exemplarCity => q#Zaporizhia#,
9575             },
9576             'Europe/Zurich' => {
9577             exemplarCity => q#Zurique#,
9578             },
9579             'Europe_Central' => {
9580             long => {
9581             'daylight' => q(Horário de Verão da Europa Central),
9582             'generic' => q(Horário da Europa Central),
9583             'standard' => q(Horário Padrão da Europa Central),
9584             },
9585             },
9586             'Europe_Eastern' => {
9587             long => {
9588             'daylight' => q(Horário de Verão da Europa Oriental),
9589             'generic' => q(Horário da Europa Oriental),
9590             'standard' => q(Horário Padrão da Europa Oriental),
9591             },
9592             },
9593             'Europe_Further_Eastern' => {
9594             long => {
9595             'standard' => q(Horário de Kaliningrado),
9596             },
9597             },
9598             'Europe_Western' => {
9599             long => {
9600             'daylight' => q(Horário de Verão da Europa Ocidental),
9601             'generic' => q(Horário da Europa Ocidental),
9602             'standard' => q(Horário Padrão da Europa Ocidental),
9603             },
9604             },
9605             'Falkland' => {
9606             long => {
9607             'daylight' => q(Horário de Verão das Ilhas Falkland),
9608             'generic' => q(Horário das Ilhas Falkland),
9609             'standard' => q(Horário Padrão das Ilhas Falkland),
9610             },
9611             },
9612             'Fiji' => {
9613             long => {
9614             'daylight' => q(Horário de Verão de Fiji),
9615             'generic' => q(Horário de Fiji),
9616             'standard' => q(Horário Padrão de Fiji),
9617             },
9618             },
9619             'French_Guiana' => {
9620             long => {
9621             'standard' => q(Horário da Guiana Francesa),
9622             },
9623             },
9624             'French_Southern' => {
9625             long => {
9626             'standard' => q(Horário da Antártida e do Sul da França),
9627             },
9628             },
9629             'GMT' => {
9630             long => {
9631             'standard' => q(Horário do Meridiano de Greenwich),
9632             },
9633             },
9634             'Galapagos' => {
9635             long => {
9636             'standard' => q(Horário de Galápagos),
9637             },
9638             },
9639             'Gambier' => {
9640             long => {
9641             'standard' => q(Horário de Gambier),
9642             },
9643             },
9644             'Georgia' => {
9645             long => {
9646             'daylight' => q(Horário de Verão da Geórgia),
9647             'generic' => q(Horário da Geórgia),
9648             'standard' => q(Horário Padrão da Geórgia),
9649             },
9650             },
9651             'Gilbert_Islands' => {
9652             long => {
9653             'standard' => q(Horário das Ilhas Gilberto),
9654             },
9655             },
9656             'Greenland_Eastern' => {
9657             long => {
9658             'daylight' => q(Horário de Verão da Groelândia Oriental),
9659             'generic' => q(Horário da Groelândia Oriental),
9660             'standard' => q(Horário Padrão da Groelândia Oriental),
9661             },
9662             },
9663             'Greenland_Western' => {
9664             long => {
9665             'daylight' => q(Horário de Verão da Groenlândia Ocidental),
9666             'generic' => q(Horário da Groenlândia Ocidental),
9667             'standard' => q(Horário Padrão da Groenlândia Ocidental),
9668             },
9669             },
9670             'Guam' => {
9671             long => {
9672             'standard' => q(Horário Padrão de Guam),
9673             },
9674             },
9675             'Gulf' => {
9676             long => {
9677             'standard' => q(Horário do Golfo),
9678             },
9679             },
9680             'Guyana' => {
9681             long => {
9682             'standard' => q(Horário da Guiana),
9683             },
9684             },
9685             'Hawaii_Aleutian' => {
9686             long => {
9687             'daylight' => q(Horário de Verão do Havaí e Ilhas Aleutas),
9688             'generic' => q(Horário do Havaí e Ilhas Aleutas),
9689             'standard' => q(Horário Padrão do Havaí e Ilhas Aleutas),
9690             },
9691             },
9692             'Hong_Kong' => {
9693             long => {
9694             'daylight' => q(Horário de Verão de Hong Kong),
9695             'generic' => q(Horário de Hong Kong),
9696             'standard' => q(Horário Padrão de Hong Kong),
9697             },
9698             },
9699             'Hovd' => {
9700             long => {
9701             'daylight' => q(Horário de Verão de Hovd),
9702             'generic' => q(Horário de Hovd),
9703             'standard' => q(Horário Padrão de Hovd),
9704             },
9705             },
9706             'India' => {
9707             long => {
9708             'standard' => q(Horário Padrão da Índia),
9709             },
9710             },
9711             'Indian/Antananarivo' => {
9712             exemplarCity => q#Antananarivo#,
9713             },
9714             'Indian/Chagos' => {
9715             exemplarCity => q#Chagos#,
9716             },
9717             'Indian/Christmas' => {
9718             exemplarCity => q#Christmas#,
9719             },
9720             'Indian/Cocos' => {
9721             exemplarCity => q#Cocos#,
9722             },
9723             'Indian/Comoro' => {
9724             exemplarCity => q#Comores#,
9725             },
9726             'Indian/Kerguelen' => {
9727             exemplarCity => q#Kerguelen#,
9728             },
9729             'Indian/Mahe' => {
9730             exemplarCity => q#Mahé#,
9731             },
9732             'Indian/Maldives' => {
9733             exemplarCity => q#Maldivas#,
9734             },
9735             'Indian/Mauritius' => {
9736             exemplarCity => q#Maurício#,
9737             },
9738             'Indian/Mayotte' => {
9739             exemplarCity => q#Mayotte#,
9740             },
9741             'Indian/Reunion' => {
9742             exemplarCity => q#Reunião#,
9743             },
9744             'Indian_Ocean' => {
9745             long => {
9746             'standard' => q(Horário do Oceano Índico),
9747             },
9748             },
9749             'Indochina' => {
9750             long => {
9751             'standard' => q(Horário da Indochina),
9752             },
9753             },
9754             'Indonesia_Central' => {
9755             long => {
9756             'standard' => q(Horário da Indonésia Central),
9757             },
9758             },
9759             'Indonesia_Eastern' => {
9760             long => {
9761             'standard' => q(Horário da Indonésia Oriental),
9762             },
9763             },
9764             'Indonesia_Western' => {
9765             long => {
9766             'standard' => q(Horário da Indonésia Ocidental),
9767             },
9768             },
9769             'Iran' => {
9770             long => {
9771             'daylight' => q(Horário de Verão do Irã),
9772             'generic' => q(Horário do Irã),
9773             'standard' => q(Horário Padrão do Irã),
9774             },
9775             },
9776             'Irkutsk' => {
9777             long => {
9778             'daylight' => q(Horário de Verão de Irkutsk),
9779             'generic' => q(Horário de Irkutsk),
9780             'standard' => q(Horário Padrão de Irkutsk),
9781             },
9782             },
9783             'Israel' => {
9784             long => {
9785             'daylight' => q(Horário de Verão de Israel),
9786             'generic' => q(Horário de Israel),
9787             'standard' => q(Horário Padrão de Israel),
9788             },
9789             },
9790             'Japan' => {
9791             long => {
9792             'daylight' => q(Horário de Verão do Japão),
9793             'generic' => q(Horário do Japão),
9794             'standard' => q(Horário Padrão do Japão),
9795             },
9796             },
9797             'Kamchatka' => {
9798             long => {
9799             'daylight' => q(Horário de Verão de Petropavlovsk-Kamchatski),
9800             'generic' => q(Horário de Petropavlovsk-Kamchatski),
9801             'standard' => q(Horário Padrão de Petropavlovsk-Kamchatski),
9802             },
9803             },
9804             'Kazakhstan_Eastern' => {
9805             long => {
9806             'standard' => q(Horário do Casaquistão Oriental),
9807             },
9808             },
9809             'Kazakhstan_Western' => {
9810             long => {
9811             'standard' => q(Horário do Casaquistão Ocidental),
9812             },
9813             },
9814             'Korea' => {
9815             long => {
9816             'daylight' => q(Horário de Verão da Coreia),
9817             'generic' => q(Horário da Coreia),
9818             'standard' => q(Horário Padrão da Coreia),
9819             },
9820             },
9821             'Kosrae' => {
9822             long => {
9823             'standard' => q(Horário de Kosrae),
9824             },
9825             },
9826             'Krasnoyarsk' => {
9827             long => {
9828             'daylight' => q(Horário de Verão de Krasnoyarsk),
9829             'generic' => q(Horário de Krasnoyarsk),
9830             'standard' => q(Horário Padrão de Krasnoyarsk),
9831             },
9832             },
9833             'Kyrgystan' => {
9834             long => {
9835             'standard' => q(Horário do Quirguistão),
9836             },
9837             },
9838             'Lanka' => {
9839             long => {
9840             'standard' => q(Horário de Lanka),
9841             },
9842             },
9843             'Line_Islands' => {
9844             long => {
9845             'standard' => q(Horário das Ilhas Line),
9846             },
9847             },
9848             'Lord_Howe' => {
9849             long => {
9850             'daylight' => q(Horário de Verão de Lord Howe),
9851             'generic' => q(Horário de Lord Howe),
9852             'standard' => q(Horário Padrão de Lord Howe),
9853             },
9854             },
9855             'Macau' => {
9856             long => {
9857             'daylight' => q(Horário de Verão de Macau),
9858             'generic' => q(Horário de Macau),
9859             'standard' => q(Horário Padrão de Macau),
9860             },
9861             },
9862             'Macquarie' => {
9863             long => {
9864             'standard' => q(Horário da Ilha Macquarie),
9865             },
9866             },
9867             'Magadan' => {
9868             long => {
9869             'daylight' => q(Horário de Verão de Magadan),
9870             'generic' => q(Horário de Magadan),
9871             'standard' => q(Horário Padrão de Magadan),
9872             },
9873             },
9874             'Malaysia' => {
9875             long => {
9876             'standard' => q(Horário da Malásia),
9877             },
9878             },
9879             'Maldives' => {
9880             long => {
9881             'standard' => q(Horário das Ilhas Maldivas),
9882             },
9883             },
9884             'Marquesas' => {
9885             long => {
9886             'standard' => q(Horário das Marquesas),
9887             },
9888             },
9889             'Marshall_Islands' => {
9890             long => {
9891             'standard' => q(Horário das Ilhas Marshall),
9892             },
9893             },
9894             'Mauritius' => {
9895             long => {
9896             'daylight' => q(Horário de Verão das Ilhas Maurício),
9897             'generic' => q(Horário das Ilhas Maurício),
9898             'standard' => q(Horário Padrão das Ilhas Maurício),
9899             },
9900             },
9901             'Mawson' => {
9902             long => {
9903             'standard' => q(Horário de Mawson),
9904             },
9905             },
9906             'Mexico_Northwest' => {
9907             long => {
9908             'daylight' => q(Horário de Verão do Noroeste do México),
9909             'generic' => q(Horário do Noroeste do México),
9910             'standard' => q(Horário Padrão do Noroeste do México),
9911             },
9912             },
9913             'Mexico_Pacific' => {
9914             long => {
9915             'daylight' => q(Horário de Verão do Pacífico do México),
9916             'generic' => q(Horário do Pacífico do México),
9917             'standard' => q(Horário Padrão do Pacífico do México),
9918             },
9919             },
9920             'Mongolia' => {
9921             long => {
9922             'daylight' => q(Horário de Verão de Ulan Bator),
9923             'generic' => q(Horário de Ulan Bator),
9924             'standard' => q(Horário Padrão de Ulan Bator),
9925             },
9926             },
9927             'Moscow' => {
9928             long => {
9929             'daylight' => q(Horário de Verão de Moscou),
9930             'generic' => q(Horário de Moscou),
9931             'standard' => q(Horário Padrão de Moscou),
9932             },
9933             },
9934             'Myanmar' => {
9935             long => {
9936             'standard' => q(Horário de Mianmar),
9937             },
9938             },
9939             'Nauru' => {
9940             long => {
9941             'standard' => q(Horário de Nauru),
9942             },
9943             },
9944             'Nepal' => {
9945             long => {
9946             'standard' => q(Horário do Nepal),
9947             },
9948             },
9949             'New_Caledonia' => {
9950             long => {
9951             'daylight' => q(Horário de Verão da Nova Caledônia),
9952             'generic' => q(Horário da Nova Caledônia),
9953             'standard' => q(Horário Padrão da Nova Caledônia),
9954             },
9955             },
9956             'New_Zealand' => {
9957             long => {
9958             'daylight' => q(Horário de Verão da Nova Zelândia),
9959             'generic' => q(Horário da Nova Zelândia),
9960             'standard' => q(Horário Padrão da Nova Zelândia),
9961             },
9962             },
9963             'Newfoundland' => {
9964             long => {
9965             'daylight' => q(Horário de Verão de Terra Nova),
9966             'generic' => q(Horário de Terra Nova),
9967             'standard' => q(Horário Padrão de Terra Nova),
9968             },
9969             },
9970             'Niue' => {
9971             long => {
9972             'standard' => q(Horário de Niue),
9973             },
9974             },
9975             'Norfolk' => {
9976             long => {
9977             'standard' => q(Horário da Ilha Norfolk),
9978             },
9979             },
9980             'Noronha' => {
9981             long => {
9982             'daylight' => q(Horário de Verão de Fernando de Noronha),
9983             'generic' => q(Horário de Fernando de Noronha),
9984             'standard' => q(Horário Padrão de Fernando de Noronha),
9985             },
9986             },
9987             'North_Mariana' => {
9988             long => {
9989             'standard' => q(Horário das Ilhas Mariana do Norte),
9990             },
9991             },
9992             'Novosibirsk' => {
9993             long => {
9994             'daylight' => q(Horário de Verão de Novosibirsk),
9995             'generic' => q(Horário de Novosibirsk),
9996             'standard' => q(Horário Padrão de Novosibirsk),
9997             },
9998             },
9999             'Omsk' => {
10000             long => {
10001             'daylight' => q(Horário de Verão de Omsk),
10002             'generic' => q(Horário de Omsk),
10003             'standard' => q(Horário Padrão de Omsk),
10004             },
10005             },
10006             'Pacific/Apia' => {
10007             exemplarCity => q#Ápia#,
10008             },
10009             'Pacific/Auckland' => {
10010             exemplarCity => q#Auckland#,
10011             },
10012             'Pacific/Bougainville' => {
10013             exemplarCity => q#Bougainville#,
10014             },
10015             'Pacific/Chatham' => {
10016             exemplarCity => q#Chatham#,
10017             },
10018             'Pacific/Easter' => {
10019             exemplarCity => q#Ilha de Páscoa#,
10020             },
10021             'Pacific/Efate' => {
10022             exemplarCity => q#Éfaté#,
10023             },
10024             'Pacific/Enderbury' => {
10025             exemplarCity => q#Enderbury#,
10026             },
10027             'Pacific/Fakaofo' => {
10028             exemplarCity => q#Fakaofo#,
10029             },
10030             'Pacific/Fiji' => {
10031             exemplarCity => q#Fiji#,
10032             },
10033             'Pacific/Funafuti' => {
10034             exemplarCity => q#Funafuti#,
10035             },
10036             'Pacific/Galapagos' => {
10037             exemplarCity => q#Galápagos#,
10038             },
10039             'Pacific/Gambier' => {
10040             exemplarCity => q#Gambier#,
10041             },
10042             'Pacific/Guadalcanal' => {
10043             exemplarCity => q#Guadalcanal#,
10044             },
10045             'Pacific/Guam' => {
10046             exemplarCity => q#Guam#,
10047             },
10048             'Pacific/Honolulu' => {
10049             exemplarCity => q#Honolulu#,
10050             },
10051             'Pacific/Johnston' => {
10052             exemplarCity => q#Johnston#,
10053             },
10054             'Pacific/Kiritimati' => {
10055             exemplarCity => q#Kiritimati#,
10056             },
10057             'Pacific/Kosrae' => {
10058             exemplarCity => q#Kosrae#,
10059             },
10060             'Pacific/Kwajalein' => {
10061             exemplarCity => q#Kwajalein#,
10062             },
10063             'Pacific/Majuro' => {
10064             exemplarCity => q#Majuro#,
10065             },
10066             'Pacific/Marquesas' => {
10067             exemplarCity => q#Marquesas#,
10068             },
10069             'Pacific/Midway' => {
10070             exemplarCity => q#Midway#,
10071             },
10072             'Pacific/Nauru' => {
10073             exemplarCity => q#Nauru#,
10074             },
10075             'Pacific/Niue' => {
10076             exemplarCity => q#Niue#,
10077             },
10078             'Pacific/Norfolk' => {
10079             exemplarCity => q#Norfolk#,
10080             },
10081             'Pacific/Noumea' => {
10082             exemplarCity => q#Nouméa#,
10083             },
10084             'Pacific/Pago_Pago' => {
10085             exemplarCity => q#Pago Pago#,
10086             },
10087             'Pacific/Palau' => {
10088             exemplarCity => q#Palau#,
10089             },
10090             'Pacific/Pitcairn' => {
10091             exemplarCity => q#Pitcairn#,
10092             },
10093             'Pacific/Ponape' => {
10094             exemplarCity => q#Pohnpei#,
10095             },
10096             'Pacific/Port_Moresby' => {
10097             exemplarCity => q#Port Moresby#,
10098             },
10099             'Pacific/Rarotonga' => {
10100             exemplarCity => q#Rarotonga#,
10101             },
10102             'Pacific/Saipan' => {
10103             exemplarCity => q#Saipan#,
10104             },
10105             'Pacific/Tahiti' => {
10106             exemplarCity => q#Taiti#,
10107             },
10108             'Pacific/Tarawa' => {
10109             exemplarCity => q#Taraua#,
10110             },
10111             'Pacific/Tongatapu' => {
10112             exemplarCity => q#Tongatapu#,
10113             },
10114             'Pacific/Truk' => {
10115             exemplarCity => q#Chuuk#,
10116             },
10117             'Pacific/Wake' => {
10118             exemplarCity => q#Wake#,
10119             },
10120             'Pacific/Wallis' => {
10121             exemplarCity => q#Wallis#,
10122             },
10123             'Pakistan' => {
10124             long => {
10125             'daylight' => q(Horário de Verão do Paquistão),
10126             'generic' => q(Horário do Paquistão),
10127             'standard' => q(Horário Padrão do Paquistão),
10128             },
10129             },
10130             'Palau' => {
10131             long => {
10132             'standard' => q(Horário de Palau),
10133             },
10134             },
10135             'Papua_New_Guinea' => {
10136             long => {
10137             'standard' => q(Horário de Papua Nova Guiné),
10138             },
10139             },
10140             'Paraguay' => {
10141             long => {
10142             'daylight' => q(Horário de Verão do Paraguai),
10143             'generic' => q(Horário do Paraguai),
10144             'standard' => q(Horário Padrão do Paraguai),
10145             },
10146             },
10147             'Peru' => {
10148             long => {
10149             'daylight' => q(Horário de Verão do Peru),
10150             'generic' => q(Horário do Peru),
10151             'standard' => q(Horário Padrão do Peru),
10152             },
10153             },
10154             'Philippines' => {
10155             long => {
10156             'daylight' => q(Horário de Verão das Filipinas),
10157             'generic' => q(Horário das Filipinas),
10158             'standard' => q(Horário Padrão das Filipinas),
10159             },
10160             },
10161             'Phoenix_Islands' => {
10162             long => {
10163             'standard' => q(Horário das Ilhas Fênix),
10164             },
10165             },
10166             'Pierre_Miquelon' => {
10167             long => {
10168             'daylight' => q(Horário de Verão de Saint Pierre e Miquelon),
10169             'generic' => q(Horário de Saint Pierre e Miquelon),
10170             'standard' => q(Horário Padrão de Saint Pierre e Miquelon),
10171             },
10172             },
10173             'Pitcairn' => {
10174             long => {
10175             'standard' => q(Horário de Pitcairn),
10176             },
10177             },
10178             'Ponape' => {
10179             long => {
10180             'standard' => q(Horário de Ponape),
10181             },
10182             },
10183             'Qyzylorda' => {
10184             long => {
10185             'daylight' => q(Horário de Verão de Qyzylorda),
10186             'generic' => q(Horário de Qyzylorda),
10187             'standard' => q(Horário Padrão de Qyzylorda),
10188             },
10189             },
10190             'Reunion' => {
10191             long => {
10192             'standard' => q(Horário das Ilhas Reunião),
10193             },
10194             },
10195             'Rothera' => {
10196             long => {
10197             'standard' => q(Horário de Rothera),
10198             },
10199             },
10200             'Sakhalin' => {
10201             long => {
10202             'daylight' => q(Horário de Verão de Sacalina),
10203             'generic' => q(Horário de Sacalina),
10204             'standard' => q(Horário Padrão de Sacalina),
10205             },
10206             },
10207             'Samara' => {
10208             long => {
10209             'daylight' => q(Horário de Verão de Samara),
10210             'generic' => q(Horário de Samara),
10211             'standard' => q(Horário Padrão de Samara),
10212             },
10213             },
10214             'Samoa' => {
10215             long => {
10216             'daylight' => q(Horário de Verão de Samoa),
10217             'generic' => q(Horário de Samoa),
10218             'standard' => q(Horário Padrão de Samoa),
10219             },
10220             },
10221             'Seychelles' => {
10222             long => {
10223             'standard' => q(Horário das Ilhas Seychelles),
10224             },
10225             },
10226             'Singapore' => {
10227             long => {
10228             'standard' => q(Horário Padrão de Cingapura),
10229             },
10230             },
10231             'Solomon' => {
10232             long => {
10233             'standard' => q(Horário das Ilhas Salomão),
10234             },
10235             },
10236             'South_Georgia' => {
10237             long => {
10238             'standard' => q(Horário da Geórgia do Sul),
10239             },
10240             },
10241             'Suriname' => {
10242             long => {
10243             'standard' => q(Horário do Suriname),
10244             },
10245             },
10246             'Syowa' => {
10247             long => {
10248             'standard' => q(Horário de Syowa),
10249             },
10250             },
10251             'Tahiti' => {
10252             long => {
10253             'standard' => q(Horário do Taiti),
10254             },
10255             },
10256             'Taipei' => {
10257             long => {
10258             'daylight' => q(Horário de Verão de Taipei),
10259             'generic' => q(Horário de Taipei),
10260             'standard' => q(Horário Padrão de Taipei),
10261             },
10262             },
10263             'Tajikistan' => {
10264             long => {
10265             'standard' => q(Horário do Tajiquistão),
10266             },
10267             },
10268             'Tokelau' => {
10269             long => {
10270             'standard' => q(Horário de Tokelau),
10271             },
10272             },
10273             'Tonga' => {
10274             long => {
10275             'daylight' => q(Horário de Verão de Tonga),
10276             'generic' => q(Horário de Tonga),
10277             'standard' => q(Horário Padrão de Tonga),
10278             },
10279             },
10280             'Truk' => {
10281             long => {
10282             'standard' => q(Horário de Chuuk),
10283             },
10284             },
10285             'Turkmenistan' => {
10286             long => {
10287             'daylight' => q(Horário de Verão do Turcomenistão),
10288             'generic' => q(Horário do Turcomenistão),
10289             'standard' => q(Horário Padrão do Turcomenistão),
10290             },
10291             },
10292             'Tuvalu' => {
10293             long => {
10294             'standard' => q(Horário de Tuvalu),
10295             },
10296             },
10297             'Uruguay' => {
10298             long => {
10299             'daylight' => q(Horário de Verão do Uruguai),
10300             'generic' => q(Horário do Uruguai),
10301             'standard' => q(Horário Padrão do Uruguai),
10302             },
10303             },
10304             'Uzbekistan' => {
10305             long => {
10306             'daylight' => q(Horário de Verão do Uzbequistão),
10307             'generic' => q(Horário do Uzbequistão),
10308             'standard' => q(Horário Padrão do Uzbequistão),
10309             },
10310             },
10311             'Vanuatu' => {
10312             long => {
10313             'daylight' => q(Horário de Verão de Vanuatu),
10314             'generic' => q(Horário de Vanuatu),
10315             'standard' => q(Horário Padrão de Vanuatu),
10316             },
10317             },
10318             'Venezuela' => {
10319             long => {
10320             'standard' => q(Horário da Venezuela),
10321             },
10322             },
10323             'Vladivostok' => {
10324             long => {
10325             'daylight' => q(Horário de Verão de Vladivostok),
10326             'generic' => q(Horário de Vladivostok),
10327             'standard' => q(Horário Padrão de Vladivostok),
10328             },
10329             },
10330             'Volgograd' => {
10331             long => {
10332             'daylight' => q(Horário de Verão de Volgogrado),
10333             'generic' => q(Horário de Volgogrado),
10334             'standard' => q(Horário Padrão de Volgogrado),
10335             },
10336             },
10337             'Vostok' => {
10338             long => {
10339             'standard' => q(Horário de Vostok),
10340             },
10341             },
10342             'Wake' => {
10343             long => {
10344             'standard' => q(Horário das Ilhas Wake),
10345             },
10346             },
10347             'Wallis' => {
10348             long => {
10349             'standard' => q(Horário de Wallis e Futuna),
10350             },
10351             },
10352             'Yakutsk' => {
10353             long => {
10354             'daylight' => q(Horário de Verão de Yakutsk),
10355             'generic' => q(Horário de Yakutsk),
10356             'standard' => q(Horário Padrão de Yakutsk),
10357             },
10358             },
10359             'Yekaterinburg' => {
10360             long => {
10361             'daylight' => q(Horário de Verão de Ecaterimburgo),
10362             'generic' => q(Horário de Ecaterimburgo),
10363             'standard' => q(Horário Padrão de Ecaterimburgo),
10364             },
10365             },
10366             } }
10367             );
10368 1     1   22580 no Moo;
  1         2  
  1         14  
10369              
10370             1;
10371              
10372             # vim: tabstop=4