File Coverage

blib/lib/Locale/CLDR/Locales/Es/Any/Us.pm
Criterion Covered Total %
statement 29 29 100.0
branch n/a
condition n/a
subroutine 10 10 100.0
pod n/a
total 39 39 100.0


line stmt bran cond sub pod time code
1             =encoding utf8
2              
3             =head1
4              
5             Locale::CLDR::Locales::Es::Any::Us - Package for language Spanish
6              
7             =cut
8              
9             # This file auto generated from Data/common/main/es_US.xml
10             # on Mon 11 Apr 5:27:26 pm GMT
11              
12             use strict;
13 1     1   861 use warnings;
  1         3  
  1         24  
14 1     1   4 use version;
  1         2  
  1         19  
15 1     1   4  
  1         2  
  1         5  
16             our $VERSION = version->declare('v0.34.1');
17              
18             use v5.10.1;
19 1     1   77 use mro 'c3';
  1         4  
20 1     1   5 use utf8;
  1         2  
  1         4  
21 1     1   53 use if $^V ge v5.12.0, feature => 'unicode_strings';
  1         2  
  1         4  
22 1     1   29 use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef );
  1         1  
  1         18  
23 1     1   94 use Moo;
  1         1  
  1         6  
24 1     1   804  
  1         2  
  1         4  
25             extends('Locale::CLDR::Locales::Es::Any::419');
26             has 'display_name_language' => (
27             is => 'ro',
28             isa => CodeRef,
29             init_arg => undef,
30             default => sub {
31             sub {
32             my %languages = (
33             'ace' => 'acehnés',
34             'alt' => 'altái meridional',
35             'arp' => 'arapaho',
36             'bas' => 'basa',
37             'bax' => 'bamun',
38             'bho' => 'bhojpuri',
39             'bla' => 'siksika',
40             'bua' => 'buriat',
41             'dum' => 'neerlandés medieval',
42             'en_GB@alt=short' => 'inglés (RU)',
43             'enm' => 'inglés medieval',
44             'eu' => 'euskera',
45             'frm' => 'francés medieval',
46             'gan' => 'gan (China)',
47             'gmh' => 'alemán de la alta edad media',
48             'grc' => 'griego antiguo',
49             'gu' => 'gurayatí',
50             'hak' => 'hak',
51             'hsn' => 'xiang (China)',
52             'ht' => 'criollo haitiano',
53             'kbd' => 'kabardiano',
54             'krc' => 'karachay-balkar',
55             'lo' => 'lao',
56             'lus' => 'lushai',
57             'mga' => 'irlandés medieval',
58             'nan' => 'nan',
59             'nr' => 'ndebele meridional',
60             'nso' => 'sotho septentrional',
61             'pcm' => 'pcm',
62             'rm' => 'romanche',
63             'rn' => 'kiroundi',
64             'shu' => 'árabe chadiano',
65             'sma' => 'sami meridional',
66             'ss' => 'siswati',
67             'st' => 'sesotho meridional',
68             'sw_CD' => 'swahili del Congo',
69             'syr' => 'siriaco',
70             'tet' => 'tetún',
71             'tn' => 'setchwana',
72             'tyv' => 'tuviniano',
73             'tzm' => 'tamazight del Atlas Central',
74             'wo' => 'wolof',
75             'wuu' => 'wuu',
76             'xal' => 'kalmyk',
77              
78             );
79             if (@_) {
80             return $languages{$_[0]};
81             }
82             return \%languages;
83             }
84             },
85             );
86              
87             has 'display_name_script' => (
88             is => 'ro',
89             isa => CodeRef,
90             init_arg => undef,
91             default => sub {
92             sub {
93             my %scripts = (
94             'Hanb' => 'hanb',
95             'Mlym' => 'malayálam',
96              
97             );
98             if ( @_ ) {
99             return $scripts{$_[0]};
100             }
101             return \%scripts;
102             }
103             }
104             );
105              
106             has 'display_name_region' => (
107             is => 'ro',
108             isa => HashRef[Str],
109             init_arg => undef,
110             default => sub {
111             {
112             '011' => 'África occidental',
113             '014' => 'África oriental',
114             '015' => 'África septentrional',
115             '018' => 'África meridional',
116             '030' => 'Asia oriental',
117             '034' => 'Asia meridional',
118             '035' => 'Sudeste asiático',
119             '039' => 'Europa meridional',
120             '057' => 'Región de Micronesia',
121             '145' => 'Asia occidental',
122             '151' => 'Europa oriental',
123             '154' => 'Europa septentrional',
124             '155' => 'Europa occidental',
125             'AC' => 'Isla de la Ascensión',
126             'BA' => 'Bosnia y Herzegovina',
127             'CI' => 'Côte d’Ivoire',
128             'CI@alt=variant' => 'CI',
129             'EZ' => 'zona euro',
130             'GB@alt=short' => 'RU',
131             'GG' => 'Guernsey',
132             'QO' => 'Territorios alejados de Oceanía',
133             'TL' => 'Timor-Leste',
134             'TL@alt=variant' => 'TL',
135             'UM' => 'Islas menores alejadas de EE. UU.',
136             'VI' => 'Islas Vírgenes de EE. UU.',
137              
138             }
139             },
140             );
141              
142             has 'display_name_type' => (
143             is => 'ro',
144             isa => HashRef[HashRef[Str]],
145             init_arg => undef,
146             default => sub {
147             {
148             'collation' => {
149             'ducet' => q{orden de clasificación de Unicode predeterminado},
150             },
151             'lb' => {
152             'normal' => q{salto de línea normal},
153             },
154             'ms' => {
155             'uksystem' => q{sistema imperial},
156             },
157             'numbers' => {
158             'gujr' => q{dígitos en gujarati},
159             'knda' => q{números en kannada},
160             'laoo' => q{números en lao},
161             },
162              
163             }
164             },
165             );
166              
167             has 'display_name_measurement_system' => (
168             is => 'ro',
169             isa => HashRef[Str],
170             init_arg => undef,
171             default => sub {
172             {
173             'US' => q{estadounidense},
174              
175             }
176             },
177             );
178              
179             has 'more_information' => (
180             is => 'ro',
181             isa => Str,
182             init_arg => undef,
183             default => qq{[...]},
184             );
185              
186             has 'quote_start' => (
187             is => 'ro',
188             isa => Str,
189             init_arg => undef,
190             default => qq{«},
191             );
192              
193             has 'quote_end' => (
194             is => 'ro',
195             isa => Str,
196             init_arg => undef,
197             default => qq{»},
198             );
199              
200             has 'alternate_quote_start' => (
201             is => 'ro',
202             isa => Str,
203             init_arg => undef,
204             default => qq{“},
205             );
206              
207             has 'alternate_quote_end' => (
208             is => 'ro',
209             isa => Str,
210             init_arg => undef,
211             default => qq{”},
212             );
213              
214             has 'units' => (
215             is => 'ro',
216             isa => HashRef[HashRef[HashRef[Str]]],
217             init_arg => undef,
218             default => sub { {
219             'long' => {
220             'acre-foot' => {
221             'name' => q(acres-pies),
222             },
223             'gallon-imperial' => {
224             'name' => q(Imp. gal),
225             'one' => q({0} gal Imp.),
226             'other' => q({0} gal Imp.),
227             'per' => q({0}/gal Imp.),
228             },
229             'gigahertz' => {
230             'one' => q({0} gigahercio),
231             'other' => q({0} gigahercios),
232             },
233             'gigawatt' => {
234             'name' => q(gigavatios),
235             'one' => q({0} gigavatio),
236             'other' => q({0} gigavatios),
237             },
238             'hertz' => {
239             'name' => q(hercios),
240             'one' => q({0} hercio),
241             'other' => q({0} hercios),
242             },
243             'horsepower' => {
244             'one' => q({0} caballo de vapor),
245             'other' => q({0} caballos de vapor),
246             },
247             'kelvin' => {
248             'name' => q(kelvin),
249             'one' => q({0} kelvin),
250             'other' => q({0} kelvin),
251             },
252             'kilohertz' => {
253             'name' => q(kilohercios),
254             'one' => q({0} kilohercio),
255             'other' => q({0} kilohercios),
256             },
257             'kilowatt' => {
258             'name' => q(kilovatios),
259             'one' => q({0} kilovatio),
260             'other' => q({0} kilovatios),
261             },
262             'kilowatt-hour' => {
263             'name' => q(kilovatios hora),
264             'one' => q({0} kilovatio hora),
265             'other' => q({0} kilovatios hora),
266             },
267             'megahertz' => {
268             'name' => q(megahercios),
269             'one' => q({0} megahercio),
270             'other' => q({0} megahercios),
271             },
272             'megawatt' => {
273             'name' => q(megavatios),
274             'one' => q({0} megavatio),
275             'other' => q({0} megavatios),
276             },
277             'mile-per-gallon-imperial' => {
278             'name' => q(mpg Imp.),
279             'one' => q({0} mpg Imp.),
280             'other' => q({0} mpg Imp.),
281             },
282             'mile-scandinavian' => {
283             'name' => q(millas escandinavas),
284             },
285             'milligram-per-deciliter' => {
286             'one' => q({0} mg/dL),
287             'other' => q({0} mg/dL),
288             },
289             'milliwatt' => {
290             'name' => q(milivatios),
291             'one' => q({0} milivatio),
292             'other' => q({0} milivatios),
293             },
294             'ohm' => {
295             'name' => q(ohmios),
296             'one' => q({0} ohmio),
297             'other' => q({0} ohmios),
298             },
299             'point' => {
300             'name' => q(pt),
301             'one' => q({0} pt),
302             'other' => q({0} pt),
303             },
304             'revolution' => {
305             'name' => q(revoluciones),
306             },
307             'volt' => {
308             'name' => q(voltios),
309             'one' => q({0} voltio),
310             'other' => q({0} voltios),
311             },
312             'watt' => {
313             'name' => q(vatios),
314             'one' => q({0} vatio),
315             'other' => q({0} vatios),
316             },
317             },
318             'narrow' => {
319             'fahrenheit' => {
320             'one' => q({0}°),
321             'other' => q({0}°),
322             },
323             },
324             'short' => {
325             'astronomical-unit' => {
326             'name' => q(au),
327             'one' => q({0} au),
328             'other' => q({0} au),
329             },
330             'carat' => {
331             'name' => q(c),
332             'one' => q({0} c),
333             'other' => q({0} c),
334             },
335             'day' => {
336             'per' => q({0}/d),
337             },
338             'degree' => {
339             'name' => q(grad.),
340             },
341             'g-force' => {
342             'name' => q(Fg),
343             'one' => q({0} Fg),
344             'other' => q({0} Fg),
345             },
346             'gallon-imperial' => {
347             'name' => q(Imp. gal),
348             'one' => q({0} gal Imp.),
349             'other' => q({0} gal Imp.),
350             },
351             'horsepower' => {
352             'name' => q(CV),
353             'one' => q({0} CV),
354             'other' => q({0} CV),
355             },
356             'light-year' => {
357             'one' => q({0} a. l.),
358             'other' => q({0} a. l.),
359             },
360             'mile-per-gallon-imperial' => {
361             'name' => q(mpg Imp.),
362             'one' => q({0} mpg Imp.),
363             'other' => q({0} mpg Imp.),
364             },
365             'ounce-troy' => {
366             'name' => q(oz t),
367             'one' => q({0} oz t),
368             'other' => q({0} oz t),
369             },
370             'point' => {
371             'name' => q(pt),
372             'one' => q({0} pt),
373             'other' => q({0} pt),
374             },
375             'year' => {
376             'per' => q({0}/a),
377             },
378             },
379             } }
380             );
381              
382             has 'number_formats' => (
383             is => 'ro',
384             isa => HashRef,
385             init_arg => undef,
386             default => sub { {
387             decimalFormat => {
388             'long' => {
389             '1000000000' => {
390             'one' => '0 billón',
391             'other' => '0 billones',
392             },
393             '10000000000' => {
394             'one' => '00 billones',
395             'other' => '00 billones',
396             },
397             '100000000000' => {
398             'one' => '000 billones',
399             'other' => '000 billones',
400             },
401             '1000000000000' => {
402             'one' => '0 trillón',
403             'other' => '0 trillones',
404             },
405             '10000000000000' => {
406             'one' => '00 trillones',
407             'other' => '00 trillones',
408             },
409             '100000000000000' => {
410             'one' => '000 trillones',
411             'other' => '000 trillones',
412             },
413             },
414             'short' => {
415             '1000' => {
416             'one' => '0 K',
417             'other' => '0 K',
418             },
419             '10000' => {
420             'one' => '00 K',
421             'other' => '00 K',
422             },
423             '100000' => {
424             'one' => '000 K',
425             'other' => '000 K',
426             },
427             '1000000000' => {
428             'one' => '0 B',
429             'other' => '0 B',
430             },
431             '10000000000' => {
432             'one' => '00 B',
433             'other' => '00 B',
434             },
435             '100000000000' => {
436             'one' => '000 B',
437             'other' => '000 B',
438             },
439             '1000000000000' => {
440             'one' => '0 T',
441             'other' => '0 T',
442             },
443             '10000000000000' => {
444             'one' => '00 T',
445             'other' => '00 T',
446             },
447             '100000000000000' => {
448             'one' => '000 T',
449             'other' => '000 T',
450             },
451             },
452             },
453             } },
454             );
455              
456             has 'currencies' => (
457             is => 'ro',
458             isa => HashRef,
459             init_arg => undef,
460             default => sub { {
461             'AMD' => {
462             display_name => {
463             'currency' => q(dram),
464             },
465             },
466             'FKP' => {
467             symbol => '£',
468             },
469             'JPY' => {
470             symbol => '¥',
471             },
472             'KGS' => {
473             display_name => {
474             'one' => q(som),
475             },
476             },
477             'MYR' => {
478             display_name => {
479             'currency' => q(ringit),
480             'one' => q(ringit),
481             'other' => q(ringits),
482             },
483             },
484             'RON' => {
485             symbol => 'lei',
486             },
487             'SSP' => {
488             symbol => '£',
489             },
490             'STN' => {
491             display_name => {
492             'currency' => q(dobra santotomense),
493             'one' => q(dobra santotomense),
494             'other' => q(dobra santotomense),
495             },
496             },
497             'SYP' => {
498             symbol => '£',
499             },
500             'THB' => {
501             display_name => {
502             'currency' => q(bat),
503             'one' => q(bat),
504             'other' => q(bats),
505             },
506             },
507             'USD' => {
508             symbol => '$',
509             },
510             'UZS' => {
511             display_name => {
512             'currency' => q(sum),
513             'one' => q(sum),
514             'other' => q(sums),
515             },
516             },
517             'VEF' => {
518             symbol => 'Bs',
519             },
520             'XAF' => {
521             display_name => {
522             'currency' => q(franco CFA de África central),
523             'one' => q(franco CFA de África central),
524             'other' => q(francos CFA de África central),
525             },
526             },
527             'XOF' => {
528             display_name => {
529             'currency' => q(franco CFA de África Occidental),
530             'one' => q(franco CFA de África Occidental),
531             'other' => q(francos CFA de África Occidental),
532             },
533             },
534             } },
535             );
536              
537              
538             has 'calendar_days' => (
539             is => 'ro',
540             isa => HashRef,
541             init_arg => undef,
542             default => sub { {
543             'gregorian' => {
544             'format' => {
545             narrow => {
546             mon => 'L',
547             tue => 'M',
548             wed => 'M',
549             thu => 'J',
550             fri => 'V',
551             sat => 'S',
552             sun => 'D'
553             },
554             },
555             },
556             } },
557             );
558              
559             has 'calendar_quarters' => (
560             is => 'ro',
561             isa => HashRef,
562             init_arg => undef,
563             default => sub { {
564             'gregorian' => {
565             'format' => {
566             wide => {0 => '1.er trimestre',
567             1 => '2.º trimestre',
568             2 => '3.er trimestre',
569             3 => '4.º trimestre'
570             },
571             },
572             'stand-alone' => {
573             wide => {0 => '1.er trimestre',
574             1 => '2.º trimestre',
575             2 => '3.er trimestre',
576             3 => '4.º trimestre'
577             },
578             },
579             },
580             } },
581             );
582              
583             has 'day_period_data' => (
584             is => 'ro',
585             isa => CodeRef,
586             init_arg => undef,
587             default => sub { sub {
588             # Time in hhmm format
589             my ($self, $type, $time, $day_period_type) = @_;
590             $day_period_type //= 'default';
591             SWITCH:
592             for ($type) {
593             if ($_ eq 'generic') {
594             if($day_period_type eq 'default') {
595             return 'noon' if $time == 1200;
596             return 'evening1' if $time >= 1200
597             && $time < 2000;
598             return 'morning1' if $time >= 0
599             && $time < 600;
600             return 'morning2' if $time >= 600
601             && $time < 1200;
602             return 'night1' if $time >= 2000
603             && $time < 2400;
604             }
605             if($day_period_type eq 'selection') {
606             return 'evening1' if $time >= 1200
607             && $time < 2000;
608             return 'morning1' if $time >= 0
609             && $time < 600;
610             return 'morning2' if $time >= 600
611             && $time < 1200;
612             return 'night1' if $time >= 2000
613             && $time < 2400;
614             }
615             last SWITCH;
616             }
617             if ($_ eq 'gregorian') {
618             if($day_period_type eq 'default') {
619             return 'noon' if $time == 1200;
620             return 'evening1' if $time >= 1200
621             && $time < 2000;
622             return 'morning1' if $time >= 0
623             && $time < 600;
624             return 'morning2' if $time >= 600
625             && $time < 1200;
626             return 'night1' if $time >= 2000
627             && $time < 2400;
628             }
629             if($day_period_type eq 'selection') {
630             return 'evening1' if $time >= 1200
631             && $time < 2000;
632             return 'morning1' if $time >= 0
633             && $time < 600;
634             return 'morning2' if $time >= 600
635             && $time < 1200;
636             return 'night1' if $time >= 2000
637             && $time < 2400;
638             }
639             last SWITCH;
640             }
641             }
642             } },
643             );
644              
645             around day_period_data => sub {
646             my ($orig, $self) = @_;
647             return $self->$orig;
648             };
649              
650             has 'day_periods' => (
651             is => 'ro',
652             isa => HashRef,
653             init_arg => undef,
654             default => sub { {
655             'gregorian' => {
656             'format' => {
657             'abbreviated' => {
658             'am' => q{a. m.},
659             'pm' => q{p. m.},
660             },
661             'narrow' => {
662             'evening1' => q{de la tarde},
663             'morning1' => q{de la madrugada},
664             'morning2' => q{mañana},
665             'night1' => q{de la noche},
666             'noon' => q{del mediodía},
667             },
668             'wide' => {
669             'am' => q{a. m.},
670             'pm' => q{p. m.},
671             },
672             },
673             'stand-alone' => {
674             'abbreviated' => {
675             'am' => q{a. m.},
676             'pm' => q{p. m.},
677             },
678             'narrow' => {
679             'am' => q{a. m.},
680             'pm' => q{p. m.},
681             },
682             'wide' => {
683             'am' => q{a. m.},
684             'pm' => q{p. m.},
685             },
686             },
687             },
688             } },
689             );
690              
691             has 'eras' => (
692             is => 'ro',
693             isa => HashRef,
694             init_arg => undef,
695             default => sub { {
696             'generic' => {
697             },
698             'gregorian' => {
699             },
700             } },
701             );
702              
703             has 'date_formats' => (
704             is => 'ro',
705             isa => HashRef,
706             init_arg => undef,
707             default => sub { {
708             'generic' => {
709             'medium' => q{d MMM, y G},
710             },
711             'gregorian' => {
712             'short' => q{d/M/y},
713             },
714             } },
715             );
716              
717             has 'time_formats' => (
718             is => 'ro',
719             isa => HashRef,
720             init_arg => undef,
721             default => sub { {
722             'generic' => {
723             },
724             'gregorian' => {
725             'full' => q{h:mm:ss a zzzz},
726             'long' => q{h:mm:ss a z},
727             'medium' => q{h:mm:ss a},
728             'short' => q{h:mm a},
729             },
730             } },
731             );
732              
733             has 'datetime_formats' => (
734             is => 'ro',
735             isa => HashRef,
736             init_arg => undef,
737             default => sub { {
738             'generic' => {
739             },
740             'gregorian' => {
741             },
742             } },
743             );
744              
745             has 'datetime_formats_available_formats' => (
746             is => 'ro',
747             isa => HashRef,
748             init_arg => undef,
749             default => sub { {
750             'generic' => {
751             GyMMM => q{MMM y G},
752             GyMMMd => q{d MMM y G},
753             MMMEd => q{E d MMM},
754             MMMMd => q{d 'de' MMM},
755             MMMd => q{d MMM},
756             yyyyMEd => q{E, d/M/y GGGGG},
757             yyyyMMM => q{MMM y G},
758             },
759             'gregorian' => {
760             EHm => q{E HH:mm},
761             EHms => q{E HH:mm:ss},
762             Ehm => q{E h:mm a},
763             Ehms => q{E h:mm:ss a},
764             GyMMMd => q{d MMM y G},
765             Hmsv => q{HH:mm:ss v},
766             Hmsvvvv => q{HH:mm:ss (vvvv)},
767             Hmv => q{HH:mm v},
768             MMMEd => q{E, d 'de' MMM},
769             MMd => q{d/MM},
770             MMdd => q{dd/MM},
771             yMEd => q{E, d/M/y},
772             yMM => q{MM/y},
773             yMMMEd => q{EEE, d 'de' MMMM 'de' y},
774             yQQQ => q{QQQ y},
775             },
776             } },
777             );
778              
779             has 'datetime_formats_append_item' => (
780             is => 'ro',
781             isa => HashRef,
782             init_arg => undef,
783             default => sub { {
784             } },
785             );
786              
787             has 'datetime_formats_interval' => (
788             is => 'ro',
789             isa => HashRef,
790             init_arg => undef,
791             default => sub { {
792             'generic' => {
793             Md => {
794             M => q{d/M – d/M},
795             d => q{d/M – d/M},
796             },
797             fallback => '{0} – {1}',
798             yM => {
799             M => q{M/y – M/y G},
800             y => q{M/y – M/y G},
801             },
802             yMEd => {
803             M => q{E, d/M/y–E, d/M/y G},
804             d => q{E, d/M/y–E, d/M/y G},
805             y => q{E, d/M/y–E, d/M/y G},
806             },
807             yMd => {
808             M => q{d/M/y – d/M/y G},
809             d => q{d/M/y – d/M/y G},
810             y => q{d/M/y – d/M/y G},
811             },
812             },
813             'gregorian' => {
814             H => {
815             H => q{HH–HH},
816             },
817             Hm => {
818             H => q{HH:mm–HH:mm},
819             m => q{HH:mm–HH:mm},
820             },
821             Hmv => {
822             H => q{HH:mm–HH:mm v},
823             m => q{HH:mm–HH:mm v},
824             },
825             Hv => {
826             H => q{HH–HH v},
827             },
828             MEd => {
829             M => q{E, d/M – E, d/M},
830             d => q{E, d/M – E, d/M},
831             },
832             MMMEd => {
833             M => q{E d 'de' MMM – E d 'de' MMM},
834             d => q{E d 'de' MMM – E d 'de' MMM},
835             },
836             MMMd => {
837             d => q{d–d 'de' MMM},
838             },
839             h => {
840             a => q{h a – h a},
841             },
842             hm => {
843             h => q{h:mm–h:mm a},
844             m => q{h:mm–h:mm a},
845             },
846             hmv => {
847             a => q{h:mm a – h:mm a v},
848             },
849             hv => {
850             a => q{h a – h a v},
851             },
852             yMEd => {
853             M => q{E, d/M/y – E, d/M/y},
854             d => q{E, d/M/y – E, d/M/y},
855             y => q{E, d/M/y – E, d/M/y},
856             },
857             yMMM => {
858             M => q{MMM–MMM 'de' y},
859             },
860             yMMMM => {
861             y => q{MMMM 'de' y – MMMM 'de' y},
862             },
863             yMMMd => {
864             M => q{d 'de' MMM – d 'de' MMM y},
865             d => q{d–d 'de' MMM 'de' y},
866             },
867             },
868             } },
869             );
870              
871             has 'time_zone_names' => (
872             is => 'ro',
873             isa => HashRef,
874             init_arg => undef,
875             default => sub { {
876             'Africa/Accra' => {
877             exemplarCity => q#Acra#,
878             },
879             'Alaska' => {
880             short => {
881             'daylight' => q#AKDT#,
882             'generic' => q#AKT#,
883             'standard' => q#AKST#,
884             },
885             },
886             'America/Fort_Nelson' => {
887             exemplarCity => q#Fort Nelson#,
888             },
889             'America/Nassau' => {
890             exemplarCity => q#Nassau#,
891             },
892             'America/Sao_Paulo' => {
893             exemplarCity => q#São Paulo#,
894             },
895             'America/St_Thomas' => {
896             exemplarCity => q#St. Thomas#,
897             },
898             'America_Central' => {
899             short => {
900             'daylight' => q#CDT#,
901             'generic' => q#CT#,
902             'standard' => q#CST#,
903             },
904             },
905             'America_Eastern' => {
906             short => {
907             'daylight' => q#EDT#,
908             'generic' => q#ET#,
909             'standard' => q#EST#,
910             },
911             },
912             'America_Mountain' => {
913             long => {
914             'daylight' => q#hora de verano de las Montañas Rocosas#,
915             'generic' => q#hora de las Montañas Rocosas#,
916             'standard' => q#hora estándar de las Montañas Rocosas#,
917             },
918             short => {
919             'daylight' => q#MDT#,
920             'generic' => q#MT#,
921             'standard' => q#MST#,
922             },
923             },
924             'America_Pacific' => {
925             short => {
926             'daylight' => q#PDT#,
927             'generic' => q#PT#,
928             'standard' => q#PST#,
929             },
930             },
931             'Apia' => {
932             long => {
933             'daylight' => q#hora de verano de Apia#,
934             'generic' => q#hora de Apia#,
935             'standard' => q#hora estándar de Apia#,
936             },
937             },
938             'Argentina_Western' => {
939             long => {
940             'generic' => q#hora de Argentina occidental#,
941             'standard' => q#hora estándar de Argentina occidental#,
942             },
943             },
944             'Asia/Barnaul' => {
945             exemplarCity => q#Barnaul#,
946             },
947             'Asia/Dushanbe' => {
948             exemplarCity => q#Dusambé#,
949             },
950             'Atlantic' => {
951             short => {
952             'daylight' => q#ADT#,
953             'generic' => q#AT#,
954             'standard' => q#AST#,
955             },
956             },
957             'Chamorro' => {
958             long => {
959             'standard' => q#hora de Chamorro#,
960             },
961             },
962             'Cocos' => {
963             long => {
964             'standard' => q#hora de las Islas Cocos#,
965             },
966             },
967             'Easter' => {
968             long => {
969             'daylight' => q#hora de verano de la isla de Pascua#,
970             'generic' => q#hora de la isla de Pascua#,
971             'standard' => q#hora estándar de la isla de Pascua#,
972             },
973             },
974             'Etc/UTC' => {
975             long => {
976             'standard' => q#hora universal coordinada#,
977             },
978             },
979             'Europe/Astrakhan' => {
980             exemplarCity => q#Astrakhan#,
981             },
982             'Europe/Kirov' => {
983             exemplarCity => q#Kirov#,
984             },
985             'Europe/Ulyanovsk' => {
986             exemplarCity => q#Ulyanovsk#,
987             },
988             'Europe_Eastern' => {
989             long => {
990             'daylight' => q#hora de verano de Europa oriental#,
991             'generic' => q#hora de Europa oriental#,
992             'standard' => q#hora estándar de Europa oriental#,
993             },
994             },
995             'Europe_Further_Eastern' => {
996             long => {
997             'standard' => q#hora del extremo oriental de Europa#,
998             },
999             },
1000             'Europe_Western' => {
1001             long => {
1002             'daylight' => q#hora de verano de Europa occidental#,
1003             'generic' => q#hora de Europa occidental#,
1004             'standard' => q#hora estándar de Europa occidental#,
1005             },
1006             },
1007             'Falkland' => {
1008             long => {
1009             'daylight' => q#hora de verano de las islas Malvinas#,
1010             'generic' => q#hora de las islas Malvinas#,
1011             'standard' => q#hora estándar de las islas Malvinas#,
1012             },
1013             },
1014             'Gilbert_Islands' => {
1015             long => {
1016             'standard' => q#hora de las islas Gilbert#,
1017             },
1018             },
1019             'Hawaii_Aleutian' => {
1020             short => {
1021             'daylight' => q#HADT#,
1022             'generic' => q#HAT#,
1023             'standard' => q#HAST#,
1024             },
1025             },
1026             'Indian_Ocean' => {
1027             long => {
1028             'standard' => q#hora del Océano Índico#,
1029             },
1030             },
1031             'Macquarie' => {
1032             long => {
1033             'standard' => q#hora de la isla Macquarie#,
1034             },
1035             },
1036             'Marquesas' => {
1037             long => {
1038             'standard' => q#hora de las islas Marquesas#,
1039             },
1040             },
1041             'Marshall_Islands' => {
1042             long => {
1043             'standard' => q#hora de las Islas Marshall#,
1044             },
1045             },
1046             'Norfolk' => {
1047             long => {
1048             'standard' => q#hora de la isla Norfolk#,
1049             },
1050             },
1051             'Pacific/Honolulu' => {
1052             short => {
1053             'daylight' => q#HDT#,
1054             'generic' => q#HST#,
1055             'standard' => q#HST#,
1056             },
1057             },
1058             'Phoenix_Islands' => {
1059             long => {
1060             'standard' => q#hora de las islas Fénix#,
1061             },
1062             },
1063             'Pyongyang' => {
1064             long => {
1065             'standard' => q#hora de Pyongyang#,
1066             },
1067             },
1068             'Solomon' => {
1069             long => {
1070             'standard' => q#hora de las Islas Salomón#,
1071             },
1072             },
1073             'Wake' => {
1074             long => {
1075             'standard' => q#hora de la isla Wake#,
1076             },
1077             },
1078             } }
1079             );
1080             no Moo;
1081 1     1   2555  
  1         2  
  1         4  
1082             1;
1083              
1084             # vim: tabstop=4