File Coverage

blib/lib/Locale/CLDR/Locales/Su.pm
Criterion Covered Total %
statement 35 35 100.0
branch n/a
condition n/a
subroutine 12 12 100.0
pod n/a
total 47 47 100.0


line stmt bran cond sub pod time code
1             =encoding utf8
2              
3             =head1 NAME
4              
5             Locale::CLDR::Locales::Su - Package for language Sundanese
6              
7             =cut
8              
9             package Locale::CLDR::Locales::Su;
10             # This file auto generated from Data\common\main\su.xml
11             # on Fri 17 Jan 12:03:31 pm GMT
12              
13 1     1   1695857 use strict;
  1         2  
  1         44  
14 1     1   7 use warnings;
  1         8  
  1         94  
15 1     1   8 use version;
  1         2  
  1         7  
16              
17             our $VERSION = version->declare('v0.46.0');
18              
19 1     1   138 use v5.12.0;
  1         6  
20 1     1   6 use mro 'c3';
  1         2  
  1         7  
21 1     1   68 use utf8;
  1         1  
  1         10  
22 1     1   61 use feature 'unicode_strings';
  1         2  
  1         192  
23 1     1   10 use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef );
  1         2  
  1         11  
24 1     1   2849 use Moo;
  1         2  
  1         7  
25              
26             extends('Locale::CLDR::Locales::Root');
27             has 'valid_algorithmic_formats' => (
28             is => 'ro',
29             isa => ArrayRef,
30             init_arg => undef,
31             default => sub {[ 'spellout-numbering-year','spellout-numbering','spellout-cardinal','spellout-ordinal' ]},
32             );
33              
34             has 'algorithmic_number_format_data' => (
35             is => 'ro',
36             isa => HashRef,
37             init_arg => undef,
38             default => sub {
39 1     1   871 use bigfloat;
  1         2  
  1         12  
40             return {
41             'spellout-cardinal' => {
42             'public' => {
43             '-x' => {
44             divisor => q(1),
45             rule => q(mineus →→),
46             },
47             '0' => {
48             base_value => q(0),
49             divisor => q(1),
50             rule => q(nol),
51             },
52             'x.x' => {
53             divisor => q(1),
54             rule => q(←← titik →→),
55             },
56             '1' => {
57             base_value => q(1),
58             divisor => q(1),
59             rule => q(hiji),
60             },
61             '2' => {
62             base_value => q(2),
63             divisor => q(1),
64             rule => q(dua),
65             },
66             '3' => {
67             base_value => q(3),
68             divisor => q(1),
69             rule => q(tilu),
70             },
71             '4' => {
72             base_value => q(4),
73             divisor => q(1),
74             rule => q(opat),
75             },
76             '5' => {
77             base_value => q(5),
78             divisor => q(1),
79             rule => q(lima),
80             },
81             '6' => {
82             base_value => q(6),
83             divisor => q(1),
84             rule => q(genep),
85             },
86             '7' => {
87             base_value => q(7),
88             divisor => q(1),
89             rule => q(tujuh),
90             },
91             '8' => {
92             base_value => q(8),
93             divisor => q(1),
94             rule => q(dalapan),
95             },
96             '9' => {
97             base_value => q(9),
98             divisor => q(1),
99             rule => q(salapan),
100             },
101             '10' => {
102             base_value => q(10),
103             divisor => q(10),
104             rule => q(sapuluh),
105             },
106             '11' => {
107             base_value => q(11),
108             divisor => q(10),
109             rule => q(sabelas),
110             },
111             '12' => {
112             base_value => q(12),
113             divisor => q(10),
114             rule => q(→→ belas),
115             },
116             '20' => {
117             base_value => q(20),
118             divisor => q(10),
119             rule => q(←← puluh[ →→]),
120             },
121             '100' => {
122             base_value => q(100),
123             divisor => q(100),
124             rule => q(←%%spellout-cardinal-large←ratus[ →→]),
125             },
126             '1000' => {
127             base_value => q(1000),
128             divisor => q(1000),
129             rule => q(←%%spellout-cardinal-large←rebu[ →→]),
130             },
131             '1000000' => {
132             base_value => q(1000000),
133             divisor => q(1000000),
134             rule => q(←%%spellout-cardinal-large←juta[ →→]),
135             },
136             '1000000000' => {
137             base_value => q(1000000000),
138             divisor => q(1000000000),
139             rule => q(←%%spellout-cardinal-large←miliar[ →→]),
140             },
141             '1000000000000' => {
142             base_value => q(1000000000000),
143             divisor => q(1000000000000),
144             rule => q(=#,##0=),
145             },
146             'max' => {
147             base_value => q(1000000000000),
148             divisor => q(1000000000000),
149             rule => q(=#,##0=),
150             },
151             },
152             },
153             'spellout-cardinal-large' => {
154             'private' => {
155             '1' => {
156             base_value => q(1),
157             divisor => q(1),
158             rule => q(sa),
159             },
160             '2' => {
161             base_value => q(2),
162             divisor => q(1),
163             rule => q(=%spellout-cardinal= ),
164             },
165             'max' => {
166             base_value => q(2),
167             divisor => q(1),
168             rule => q(=%spellout-cardinal= ),
169             },
170             },
171             },
172             'spellout-numbering' => {
173             'public' => {
174             '0' => {
175             base_value => q(0),
176             divisor => q(1),
177             rule => q(=%spellout-cardinal=),
178             },
179             'max' => {
180             base_value => q(0),
181             divisor => q(1),
182             rule => q(=%spellout-cardinal=),
183             },
184             },
185             },
186             'spellout-numbering-year' => {
187             'public' => {
188             '0' => {
189             base_value => q(0),
190             divisor => q(1),
191             rule => q(=%spellout-numbering=),
192             },
193             'x.x' => {
194             divisor => q(1),
195             rule => q(=0.0=),
196             },
197             'max' => {
198             divisor => q(1),
199             rule => q(=0.0=),
200             },
201             },
202             },
203             'spellout-ordinal' => {
204             'public' => {
205             '-x' => {
206             divisor => q(1),
207             rule => q(mineus →→),
208             },
209             '0' => {
210             base_value => q(0),
211             divisor => q(1),
212             rule => q(ka=%spellout-cardinal=),
213             },
214             'x.x' => {
215             divisor => q(1),
216             rule => q(=#,##0.0=),
217             },
218             'max' => {
219             divisor => q(1),
220             rule => q(=#,##0.0=),
221             },
222             },
223             },
224             } },
225             );
226              
227             has 'display_name_language' => (
228             is => 'ro',
229             isa => CodeRef,
230             init_arg => undef,
231             default => sub {
232             sub {
233             my %languages = (
234             'de' => 'Jérman',
235             'de_AT' => 'Jérman Austria',
236             'de_CH' => 'Jérman Swiss Luhur',
237             'en' => 'Inggris',
238             'en_AU' => 'Inggris Australia',
239             'en_CA' => 'Inggris Kanada',
240             'en_GB@alt=short' => 'Inggris UK',
241             'en_US' => 'Inggris Amerika',
242             'en_US@alt=short' => 'Inggris AS',
243             'es' => 'Spanyol',
244             'es_419' => 'Spanyol Amérika Latin',
245             'es_ES' => 'Spanyol Éropa',
246             'es_MX' => 'Spanyol Méksiko',
247             'fr' => 'Prancis',
248             'fr_CA' => 'Prancis Kanada',
249             'fr_CH' => 'Prancis Swiss',
250             'it' => 'Italia',
251             'ja' => 'Jepang',
252             'pt' => 'Portugis',
253             'pt_BR' => 'Portugis Brasil',
254             'pt_PT' => 'Portugis Éropa',
255             'ru' => 'Rusia',
256             'su' => 'Basa Sunda',
257             'und' => 'Basa teu dikenal',
258             'zh' => 'Tiongkok',
259             'zh@alt=menu' => 'Tiongkok, Mandarin',
260             'zh_Hans' => 'Tiongkok Sederhana',
261             'zh_Hans@alt=long' => 'Tiongkok Mandarin Sederhana',
262             'zh_Hant' => 'Tiongkok Tradisional',
263             'zh_Hant@alt=long' => 'Tiongkok Mandarin Tradisional',
264              
265             );
266             if (@_) {
267             return $languages{$_[0]};
268             }
269             return \%languages;
270             }
271             },
272             );
273              
274             has 'display_name_script' => (
275             is => 'ro',
276             isa => CodeRef,
277             init_arg => undef,
278             default => sub {
279             sub {
280             my %scripts = (
281             'Cyrl' => 'Sirilik',
282             'Hans' => 'Sederhana',
283             'Hans@alt=stand-alone' => 'Han Sederhana',
284             'Hant' => 'Tradisional',
285             'Hant@alt=stand-alone' => 'Han Tradisional',
286             'Latn' => 'Latin',
287             'Zxxx' => 'Non-tulisan',
288             'Zzzz' => 'Tulisan Teu Dikenal',
289              
290             );
291             if ( @_ ) {
292             return $scripts{$_[0]};
293             }
294             return \%scripts;
295             }
296             }
297             );
298              
299             has 'display_name_region' => (
300             is => 'ro',
301             isa => HashRef[Str],
302             init_arg => undef,
303             default => sub {
304             {
305             'BR' => 'Brasil',
306             'CN' => 'Tiongkok',
307             'DE' => 'Jérman',
308             'FR' => 'Prancis',
309             'GB' => 'Britania Raya',
310             'ID' => 'Indonesia',
311             'IN' => 'India',
312             'IT' => 'Italia',
313             'JP' => 'Jepang',
314             'RU' => 'Rusia',
315             'US' => 'Amérika Sarikat',
316             'ZZ' => 'Wilayah Teu Dikenal',
317              
318             }
319             },
320             );
321              
322             has 'display_name_type' => (
323             is => 'ro',
324             isa => HashRef[HashRef[Str]],
325             init_arg => undef,
326             default => sub {
327             {
328             'calendar' => {
329             'gregorian' => q{Kalénder Grégorian},
330             },
331             'collation' => {
332             'standard' => q{Aturan Runtuyan Standar},
333             },
334             'numbers' => {
335             'latn' => q{Digit Barat},
336             },
337              
338             }
339             },
340             );
341              
342             has 'display_name_measurement_system' => (
343             is => 'ro',
344             isa => HashRef[Str],
345             init_arg => undef,
346             default => sub {
347             {
348             'metric' => q{Métrik},
349             'UK' => q{U.K.},
350             'US' => q{A.S.},
351              
352             }
353             },
354             );
355              
356             has 'display_name_code_patterns' => (
357             is => 'ro',
358             isa => HashRef[Str],
359             init_arg => undef,
360             default => sub {
361             {
362             'language' => 'Basa: {0}',
363             'script' => 'Skrip: {0}',
364             'region' => 'Daérah: {0}',
365              
366             }
367             },
368             );
369              
370             has 'characters' => (
371             is => 'ro',
372             isa => HashRef,
373             init_arg => undef,
374             default => $^V ge v5.18.0
375             ? eval <<'EOT'
376             sub {
377             no warnings 'experimental::regex_sets';
378             return {
379             auxiliary => qr{[áàăâåäãā æ ç èĕêëē íìĭîïī ñ óòŏôöøō œ úùŭûüū ÿ]},
380             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'],
381             main => qr{[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]},
382             punctuation => qr{[\- ‐‑ – — , ; \: ! ? . … '‘’ "“” ( ) \[ \] § @ * / \& # † ‡ ′ ″]},
383             };
384             },
385             EOT
386             : sub {
387             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'], };
388             },
389 1     1   283 );
  1         3  
  1         293  
390              
391              
392             has 'duration_units' => (
393             is => 'ro',
394             isa => HashRef[Str],
395             init_arg => undef,
396             default => sub { {
397             hm => 'h.mm',
398             hms => 'h.mm.ss',
399             ms => 'm.ss',
400             } }
401             );
402              
403             has 'units' => (
404             is => 'ro',
405             isa => HashRef[HashRef[HashRef[Str]]],
406             init_arg => undef,
407             default => sub { {
408             'narrow' => {
409             # Long Unit Identifier
410             'consumption-mile-per-gallon-imperial' => {
411             'other' => q({0}m/gUK),
412             },
413             # Core Unit Identifier
414             'mile-per-gallon-imperial' => {
415             'other' => q({0}m/gUK),
416             },
417             # Long Unit Identifier
418             'volume-dessert-spoon-imperial' => {
419             'other' => q({0}dsp-Imp),
420             },
421             # Core Unit Identifier
422             'dessert-spoon-imperial' => {
423             'other' => q({0}dsp-Imp),
424             },
425             # Long Unit Identifier
426             'volume-fluid-ounce-imperial' => {
427             'other' => q({0}fl oz Im),
428             },
429             # Core Unit Identifier
430             'fluid-ounce-imperial' => {
431             'other' => q({0}fl oz Im),
432             },
433             # Long Unit Identifier
434             'volume-gallon-imperial' => {
435             'other' => q({0}galIm),
436             },
437             # Core Unit Identifier
438             'gallon-imperial' => {
439             'other' => q({0}galIm),
440             },
441             },
442             } }
443             );
444              
445             has 'yesstr' => (
446             is => 'ro',
447             isa => RegexpRef,
448             init_arg => undef,
449             default => sub { qr'^(?i:enya|e|yes|y)$' }
450             );
451              
452             has 'nostr' => (
453             is => 'ro',
454             isa => RegexpRef,
455             init_arg => undef,
456             default => sub { qr'^(?i:teu|t|no|n)$' }
457             );
458              
459             has 'listPatterns' => (
460             is => 'ro',
461             isa => HashRef,
462             init_arg => undef,
463             default => sub { {
464             end => q({0}, sareng {1}),
465             2 => q({0} sareng {1}),
466             } }
467             );
468              
469             has 'number_symbols' => (
470             is => 'ro',
471             isa => HashRef,
472             init_arg => undef,
473             default => sub { {
474             'latn' => {
475             'decimal' => q(,),
476             'group' => q(.),
477             'timeSeparator' => q(.),
478             },
479             } }
480             );
481              
482             has 'number_currency_formats' => (
483             is => 'ro',
484             isa => HashRef,
485             init_arg => undef,
486             default => sub { {
487             'latn' => {
488             'pattern' => {
489             'default' => {
490             'standard' => {
491             'positive' => '¤#,##0.00',
492             },
493             },
494             },
495             },
496             } },
497             );
498              
499             has 'currencies' => (
500             is => 'ro',
501             isa => HashRef,
502             init_arg => undef,
503             default => sub { {
504             'BRL' => {
505             display_name => {
506             'currency' => q(Real Brasil),
507             'other' => q(real Brasil),
508             },
509             },
510             'CNY' => {
511             display_name => {
512             'currency' => q(Yuan Tiongkok),
513             'other' => q(yuan Tiongkok),
514             },
515             },
516             'EUR' => {
517             display_name => {
518             'currency' => q(Euro),
519             'other' => q(euro),
520             },
521             },
522             'GBP' => {
523             display_name => {
524             'currency' => q(Pound Inggris),
525             'other' => q(pound Inggris),
526             },
527             },
528             'IDR' => {
529             symbol => 'Rp',
530             display_name => {
531             'currency' => q(Rupee Indonésia),
532             'other' => q(rupee Indonésia),
533             },
534             },
535             'INR' => {
536             display_name => {
537             'currency' => q(Rupee India),
538             'other' => q(rupee India),
539             },
540             },
541             'JPY' => {
542             symbol => '¥',
543             display_name => {
544             'currency' => q(Yén Jepang),
545             'other' => q(yén Jepang),
546             },
547             },
548             'RUB' => {
549             display_name => {
550             'currency' => q(Rubel Rusia),
551             'other' => q(rubel Rusia),
552             },
553             },
554             'USD' => {
555             symbol => '$',
556             display_name => {
557             'currency' => q(Dolar A.S.),
558             'other' => q(dolar A.S.),
559             },
560             },
561             'XXX' => {
562             display_name => {
563             'currency' => q(Mata Uang Teu Dikenal),
564             'other' => q(\(mata uang teu dikenal\)),
565             },
566             },
567             } },
568             );
569              
570              
571             has 'calendar_months' => (
572             is => 'ro',
573             isa => HashRef,
574             init_arg => undef,
575             default => sub { {
576             'gregorian' => {
577             'format' => {
578             abbreviated => {
579             nonleap => [
580             'Jan',
581             'Péb',
582             'Mar',
583             'Apr',
584             'Méi',
585             'Jun',
586             'Jul',
587             'Ags',
588             'Sép',
589             'Okt',
590             'Nop',
591             'Dés'
592             ],
593             leap => [
594            
595             ],
596             },
597             wide => {
598             nonleap => [
599             'Januari',
600             'Pébruari',
601             'Maret',
602             'April',
603             'Méi',
604             'Juni',
605             'Juli',
606             'Agustus',
607             'Séptémber',
608             'Oktober',
609             'Nopémber',
610             'Désémber'
611             ],
612             leap => [
613            
614             ],
615             },
616             },
617             'stand-alone' => {
618             narrow => {
619             nonleap => [
620             'J',
621             'P',
622             'M',
623             'A',
624             'M',
625             'J',
626             'J',
627             'A',
628             'S',
629             'O',
630             'N',
631             'D'
632             ],
633             leap => [
634            
635             ],
636             },
637             },
638             },
639             } },
640             );
641              
642             has 'calendar_days' => (
643             is => 'ro',
644             isa => HashRef,
645             init_arg => undef,
646             default => sub { {
647             'gregorian' => {
648             'format' => {
649             abbreviated => {
650             mon => 'Sen',
651             tue => 'Sal',
652             wed => 'Reb',
653             thu => 'Kem',
654             fri => 'Jum',
655             sat => 'Sap',
656             sun => 'Mng'
657             },
658             wide => {
659             mon => 'Senén',
660             tue => 'Salasa',
661             wed => 'Rebo',
662             thu => 'Kemis',
663             fri => 'Jumaah',
664             sat => 'Saptu',
665             sun => 'Minggu'
666             },
667             },
668             'stand-alone' => {
669             narrow => {
670             mon => 'S',
671             tue => 'S',
672             wed => 'R',
673             thu => 'K',
674             fri => 'J',
675             sat => 'S',
676             sun => 'M'
677             },
678             },
679             },
680             } },
681             );
682              
683             has 'calendar_quarters' => (
684             is => 'ro',
685             isa => HashRef,
686             init_arg => undef,
687             default => sub { {
688             'gregorian' => {
689             'format' => {
690             abbreviated => {0 => 'K1',
691             1 => 'K2',
692             2 => 'K3',
693             3 => 'K4'
694             },
695             wide => {0 => 'kuartal ka-1',
696             1 => 'kuartal ka-2',
697             2 => 'kuartal ka-3',
698             3 => 'kuartal ka-4'
699             },
700             },
701             'stand-alone' => {
702             wide => {0 => 'kuartal ka-1',
703             1 => 'kuartal ka-2',
704             2 => 'kuartal ka-3',
705             3 => 'kuartal-ka 4'
706             },
707             },
708             },
709             } },
710             );
711              
712             has 'eras' => (
713             is => 'ro',
714             isa => HashRef,
715             init_arg => undef,
716             default => sub { {
717             'generic' => {
718             },
719             'gregorian' => {
720             abbreviated => {
721             '0' => 'SM',
722             '1' => 'M'
723             },
724             },
725             } },
726             );
727              
728             has 'date_formats' => (
729             is => 'ro',
730             isa => HashRef,
731             init_arg => undef,
732             default => sub { {
733             'generic' => {
734             'full' => q{EEEE, d MMMM y G},
735             'long' => q{d MMMM y G},
736             'medium' => q{d MMM y G},
737             'short' => q{d/M/y GGGGG},
738             },
739             'gregorian' => {
740             'full' => q{EEEE, d MMMM y},
741             'long' => q{d MMMM y},
742             'medium' => q{d MMM y},
743             'short' => q{d/M/yy},
744             },
745             } },
746             );
747              
748             has 'time_formats' => (
749             is => 'ro',
750             isa => HashRef,
751             init_arg => undef,
752             default => sub { {
753             'generic' => {
754             },
755             'gregorian' => {
756             'full' => q{H.mm.ss zzzz},
757             'long' => q{H.mm.ss z},
758             'medium' => q{H.mm.ss},
759             'short' => q{H.mm},
760             },
761             } },
762             );
763              
764             has 'datetime_formats' => (
765             is => 'ro',
766             isa => HashRef,
767             init_arg => undef,
768             default => sub { {
769             'generic' => {
770             'full' => q{{1}, {0}},
771             'long' => q{{1}, {0}},
772             'medium' => q{{1}, {0}},
773             'short' => q{{1}, {0}},
774             },
775             'gregorian' => {
776             'full' => q{{1}, {0}},
777             'long' => q{{1}, {0}},
778             'medium' => q{{1}, {0}},
779             'short' => q{{1}, {0}},
780             },
781             } },
782             );
783              
784             has 'datetime_formats_available_formats' => (
785             is => 'ro',
786             isa => HashRef,
787             init_arg => undef,
788             default => sub { {
789             'gregorian' => {
790             Bhm => q{h.mm B},
791             Bhms => q{h.mm.ss B},
792             EBhm => q{E h.mm B},
793             EBhms => q{E h.mm.ss B},
794             EHm => q{E HH.mm},
795             Ed => q{E d},
796             Ehm => q{E h.mm a},
797             Ehms => q{E h.mm.ss a},
798             Gy => q{y G},
799             GyMMM => q{MMM y G},
800             GyMMMEd => q{E, d MMM y G},
801             GyMMMd => q{d MMM y G},
802             GyMd => q{d/M/y GGGGG},
803             Hm => q{HH.mm},
804             Hms => q{HH.mm.ss},
805             Hmsv => q{HH.mm.ss v},
806             Hmv => q{HH.mm v},
807             MEd => q{E, d/M},
808             MMMEd => q{E, d MMM},
809             MMMMd => q{d MMMM},
810             MMMd => q{d MMM},
811             Md => q{d/M},
812             h => q{h a},
813             hm => q{h.mm a},
814             hms => q{h.mm.ss a},
815             hmsv => q{h.mm.ss a v},
816             hmv => q{h.mm a v},
817             ms => q{mm.ss},
818             yM => q{M/y},
819             yMEd => q{E, d/M/y},
820             yMMM => q{MMM y},
821             yMMMEd => q{E, d MMM y},
822             yMMMM => q{MMMM y},
823             yMMMd => q{d MMM, y},
824             yMd => q{d/M/y},
825             yQQQ => q{QQQ y},
826             yQQQQ => q{QQQQ y},
827             },
828             } },
829             );
830              
831             has 'datetime_formats_append_item' => (
832             is => 'ro',
833             isa => HashRef,
834             init_arg => undef,
835             default => sub { {
836             } },
837             );
838              
839             has 'datetime_formats_interval' => (
840             is => 'ro',
841             isa => HashRef,
842             init_arg => undef,
843             default => sub { {
844             } },
845             );
846              
847             has 'time_zone_names' => (
848             is => 'ro',
849             isa => HashRef,
850             init_arg => undef,
851             default => sub { {
852             'America_Central' => {
853             long => {
854             'daylight' => q#Waktu Usum Panas Tengah#,
855             'generic' => q#Waktu Tengah#,
856             'standard' => q#Waktu Standar Tengah#,
857             },
858             },
859             'America_Eastern' => {
860             long => {
861             'daylight' => q#Waktu Usum Panas Wétan#,
862             'generic' => q#Waktu Wétan#,
863             'standard' => q#Waktu Standar Wétan#,
864             },
865             },
866             'America_Mountain' => {
867             long => {
868             'daylight' => q#Waktu Usum Panas Pagunungan#,
869             'generic' => q#Waktu Pagunungan#,
870             'standard' => q#Waktu Standar Pagunungan#,
871             },
872             },
873             'America_Pacific' => {
874             long => {
875             'daylight' => q#Waktu Usum Panas Pasifik#,
876             'generic' => q#Waktu Pasifik#,
877             'standard' => q#Waktu Standar Pasifik#,
878             },
879             },
880             'Asia/Macau' => {
881             exemplarCity => q#Makau#,
882             },
883             'Atlantic' => {
884             long => {
885             'daylight' => q#Waktu Usum Panas Atlantik#,
886             'generic' => q#Waktu Atlantik#,
887             'standard' => q#Waktu Standar Atlantik#,
888             },
889             },
890             'Colombia' => {
891             long => {
892             'daylight' => q#Waktu Usum Panas Kolombia#,
893             'generic' => q#Waktu Kolombia#,
894             'standard' => q#Waktu Standar Kolombia#,
895             },
896             },
897             'Etc/UTC' => {
898             long => {
899             'standard' => q#Waktu Universal Terkoordinasi#,
900             },
901             },
902             'Etc/Unknown' => {
903             exemplarCity => q#Kota Teu Dikenal#,
904             },
905             'Europe_Central' => {
906             long => {
907             'daylight' => q#Waktu Usum Panas Éropa Tengah#,
908             'generic' => q#Waktu Éropa Tengah#,
909             'standard' => q#Waktu Standar Éropa Tengah#,
910             },
911             },
912             'Europe_Eastern' => {
913             long => {
914             'daylight' => q#Waktu Usum Panas Éropa Timur#,
915             'generic' => q#Waktu Éropa Timur#,
916             'standard' => q#Waktu Standar Éropa Timur#,
917             },
918             },
919             'Europe_Western' => {
920             long => {
921             'daylight' => q#Waktu Usum Panas Éropa Barat#,
922             'generic' => q#Waktu Éropa Barat#,
923             'standard' => q#Waktu Standar Éropa Barat#,
924             },
925             },
926             'GMT' => {
927             long => {
928             'standard' => q#Waktu Greenwich#,
929             },
930             },
931             'Galapagos' => {
932             long => {
933             'standard' => q#Waktu Galapagos#,
934             },
935             },
936             } }
937             );
938 1     1   4457 no Moo;
  1         2  
  1         6  
939              
940             1;
941              
942             # vim: tabstop=4