File Coverage

blib/lib/Locale/CLDR/Locales/Et.pm
Criterion Covered Total %
statement 35 42 83.3
branch n/a
condition n/a
subroutine 12 13 92.3
pod 0 1 0.0
total 47 56 83.9


line stmt bran cond sub pod time code
1             =encoding utf8
2              
3             =head1
4              
5             Locale::CLDR::Locales::Et - Package for language Estonian
6              
7             =cut
8              
9             # This file auto generated from Data/common/main/et.xml
10             # on Mon 11 Apr 5:27:27 pm GMT
11              
12             use strict;
13 1     1   844168 use warnings;
  1         2  
  1         28  
14 1     1   5 use version;
  1         2  
  1         21  
15 1     1   4  
  1         2  
  1         7  
16             our $VERSION = version->declare('v0.34.1');
17              
18             use v5.10.1;
19 1     1   90 use mro 'c3';
  1         2  
20 1     1   4 use utf8;
  1         1  
  1         7  
21 1     1   44 use if $^V ge v5.12.0, feature => 'unicode_strings';
  1         2  
  1         6  
22 1     1   27 use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef );
  1         2  
  1         24  
23 1     1   112 use Moo;
  1         2  
  1         9  
24 1     1   929  
  1         3  
  1         6  
25             extends('Locale::CLDR::Locales::Root');
26             has 'valid_algorithmic_formats' => (
27             is => 'ro',
28             isa => ArrayRef,
29             init_arg => undef,
30             default => sub {[ 'spellout-numbering-year','spellout-numbering','spellout-cardinal' ]},
31             );
32              
33             has 'algorithmic_number_format_data' => (
34             is => 'ro',
35             isa => HashRef,
36             init_arg => undef,
37             default => sub {
38             use bignum;
39 1     1   400 return {
  1         2  
  1         9  
40             'spellout-cardinal' => {
41             'public' => {
42             '-x' => {
43             divisor => q(1),
44             rule => q(miinus →→),
45             },
46             '0' => {
47             base_value => q(0),
48             divisor => q(1),
49             rule => q(null),
50             },
51             'x.x' => {
52             divisor => q(1),
53             rule => q(←← koma →→),
54             },
55             '1' => {
56             base_value => q(1),
57             divisor => q(1),
58             rule => q(üks),
59             },
60             '2' => {
61             base_value => q(2),
62             divisor => q(1),
63             rule => q(kaks),
64             },
65             '3' => {
66             base_value => q(3),
67             divisor => q(1),
68             rule => q(kolm),
69             },
70             '4' => {
71             base_value => q(4),
72             divisor => q(1),
73             rule => q(neli),
74             },
75             '5' => {
76             base_value => q(5),
77             divisor => q(1),
78             rule => q(viis),
79             },
80             '6' => {
81             base_value => q(6),
82             divisor => q(1),
83             rule => q(kuus),
84             },
85             '7' => {
86             base_value => q(7),
87             divisor => q(1),
88             rule => q(seitse),
89             },
90             '8' => {
91             base_value => q(8),
92             divisor => q(1),
93             rule => q(kaheksa),
94             },
95             '9' => {
96             base_value => q(9),
97             divisor => q(1),
98             rule => q(üheksa),
99             },
100             '10' => {
101             base_value => q(10),
102             divisor => q(10),
103             rule => q(kümme),
104             },
105             '11' => {
106             base_value => q(11),
107             divisor => q(10),
108             rule => q(→→teist),
109             },
110             '20' => {
111             base_value => q(20),
112             divisor => q(10),
113             rule => q(←←kümmend[ →→]),
114             },
115             '100' => {
116             base_value => q(100),
117             divisor => q(100),
118             rule => q(←←sada[ →→]),
119             },
120             '1000' => {
121             base_value => q(1000),
122             divisor => q(1000),
123             rule => q(←← tuhat[ →→]),
124             },
125             '1000000' => {
126             base_value => q(1000000),
127             divisor => q(1000000),
128             rule => q(←← miljon[ →→]),
129             },
130             '2000000' => {
131             base_value => q(2000000),
132             divisor => q(1000000),
133             rule => q(←← miljonit[ →→]),
134             },
135             '1000000000' => {
136             base_value => q(1000000000),
137             divisor => q(1000000000),
138             rule => q(←← miljard[ →→]),
139             },
140             '2000000000' => {
141             base_value => q(2000000000),
142             divisor => q(1000000000),
143             rule => q(←← miljardit[ →→]),
144             },
145             '1000000000000' => {
146             base_value => q(1000000000000),
147             divisor => q(1000000000000),
148             rule => q(←← biljon[ →→]),
149             },
150             '2000000000000' => {
151             base_value => q(2000000000000),
152             divisor => q(1000000000000),
153             rule => q(←← biljonit[ →→]),
154             },
155             '1000000000000000' => {
156             base_value => q(1000000000000000),
157             divisor => q(1000000000000000),
158             rule => q(←← biljard[ →→]),
159             },
160             '2000000000000000' => {
161             base_value => q(2000000000000000),
162             divisor => q(1000000000000000),
163             rule => q(←← biljardit[ →→]),
164             },
165             '1000000000000000000' => {
166             base_value => q(1000000000000000000),
167             divisor => q(1000000000000000000),
168             rule => q(=#,##0=),
169             },
170             'max' => {
171             base_value => q(1000000000000000000),
172             divisor => q(1000000000000000000),
173             rule => q(=#,##0=),
174             },
175             },
176             },
177             'spellout-numbering' => {
178             'public' => {
179             '0' => {
180             base_value => q(0),
181             divisor => q(1),
182             rule => q(=%spellout-cardinal=),
183             },
184             'max' => {
185             base_value => q(0),
186             divisor => q(1),
187             rule => q(=%spellout-cardinal=),
188             },
189             },
190             },
191             'spellout-numbering-year' => {
192             'public' => {
193             '-x' => {
194             divisor => q(1),
195             rule => q(miinus →→),
196             },
197             '0' => {
198             base_value => q(0),
199             divisor => q(1),
200             rule => q(=%spellout-numbering=),
201             },
202             'x.x' => {
203             divisor => q(1),
204             rule => q(=0.0=),
205             },
206             '1100' => {
207             base_value => q(1100),
208             divisor => q(100),
209             rule => q(←← sada[ →→]),
210             },
211             '10000' => {
212             base_value => q(10000),
213             divisor => q(10000),
214             rule => q(=%spellout-numbering=),
215             },
216             'max' => {
217             base_value => q(10000),
218             divisor => q(10000),
219             rule => q(=%spellout-numbering=),
220             },
221             },
222             },
223             } },
224             );
225              
226             # Need to add code for Key type pattern
227             my ($self, $name, $region, $script, $variant) = @_;
228              
229 0     0 0   my $display_pattern = '{0} ({1})';
230             $display_pattern =~s/\{0\}/$name/g;
231 0           my $subtags = join '{0}, {1}', grep {$_} (
232 0           $region,
233 0           $script,
  0            
234             $variant,
235             );
236              
237             $display_pattern =~s/\{1\}/$subtags/g;
238             return $display_pattern;
239 0           }
240 0            
241             has 'display_name_language' => (
242             is => 'ro',
243             isa => CodeRef,
244             init_arg => undef,
245             default => sub {
246             sub {
247             my %languages = (
248             'aa' => 'afari',
249             'ab' => 'abhaasi',
250             'ace' => 'atšehi',
251             'ach' => 'atšoli',
252             'ada' => 'adangme',
253             'ady' => 'adõgee',
254             'ae' => 'avesta',
255             'aeb' => 'Tuneesia araabia',
256             'af' => 'afrikaani',
257             'afh' => 'afrihili',
258             'agq' => 'aghemi',
259             'ain' => 'ainu',
260             'ak' => 'akani',
261             'akk' => 'akadi',
262             'akz' => 'alabama',
263             'ale' => 'aleuudi',
264             'aln' => 'geegi',
265             'alt' => 'altai',
266             'am' => 'amhara',
267             'an' => 'aragoni',
268             'ang' => 'vanainglise',
269             'anp' => 'angika',
270             'ar' => 'araabia',
271             'ar_001' => 'araabia (tänapäevane)',
272             'arc' => 'aramea',
273             'arn' => 'mapudunguni',
274             'aro' => 'araona',
275             'arp' => 'arapaho',
276             'arq' => 'Alžeeria araabia',
277             'arw' => 'aravaki',
278             'ary' => 'Maroko araabia',
279             'arz' => 'Egiptuse araabia',
280             'as' => 'assami',
281             'asa' => 'asu',
282             'ase' => 'Ameerika viipekeel',
283             'ast' => 'astuuria',
284             'av' => 'avaari',
285             'awa' => 'avadhi',
286             'ay' => 'aimara',
287             'az' => 'aserbaidžaani',
288             'az@alt=short' => 'aseri',
289             'ba' => 'baškiiri',
290             'bal' => 'belutši',
291             'ban' => 'bali',
292             'bar' => 'baieri',
293             'bas' => 'basaa',
294             'bax' => 'bamuni',
295             'bbc' => 'bataki',
296             'bbj' => 'ghomala',
297             'be' => 'valgevene',
298             'bej' => 'bedža',
299             'bem' => 'bemba',
300             'bew' => 'betavi',
301             'bez' => 'bena',
302             'bfd' => 'bafuti',
303             'bfq' => 'badaga',
304             'bg' => 'bulgaaria',
305             'bgn' => 'läänebelutši',
306             'bho' => 'bhodžpuri',
307             'bi' => 'bislama',
308             'bik' => 'bikoli',
309             'bin' => 'edo',
310             'bjn' => 'bandžari',
311             'bkm' => 'komi (Aafrika)',
312             'bla' => 'mustjalaindiaani',
313             'bm' => 'bambara',
314             'bn' => 'bengali',
315             'bo' => 'tiibeti',
316             'bpy' => 'bišnuprija',
317             'bqi' => 'bahtiari',
318             'br' => 'bretooni',
319             'bra' => 'bradži',
320             'brh' => 'brahui',
321             'brx' => 'bodo',
322             'bs' => 'bosnia',
323             'bss' => 'akoose',
324             'bua' => 'burjaadi',
325             'bug' => 'bugi',
326             'bum' => 'bulu',
327             'byn' => 'bilini',
328             'byv' => 'medumba',
329             'ca' => 'katalaani',
330             'cad' => 'kado',
331             'car' => 'kariibi',
332             'cay' => 'kajuka',
333             'cch' => 'aitšami',
334             'ce' => 'tšetšeeni',
335             'ceb' => 'sebu',
336             'cgg' => 'tšiga',
337             'ch' => 'tšamorro',
338             'chb' => 'tšibtša',
339             'chg' => 'tšagatai',
340             'chk' => 'tšuugi',
341             'chm' => 'mari',
342             'chn' => 'tšinuki žargoon',
343             'cho' => 'tšokto',
344             'chp' => 'tšipevai',
345             'chr' => 'tšerokii',
346             'chy' => 'šaieeni',
347             'ckb' => 'sorani',
348             'co' => 'korsika',
349             'cop' => 'kopti',
350             'cps' => 'kapisnoni',
351             'cr' => 'krii',
352             'crh' => 'krimmitatari',
353             'crs' => 'seišelli',
354             'cs' => 'tšehhi',
355             'csb' => 'kašuubi',
356             'cu' => 'kirikuslaavi',
357             'cv' => 'tšuvaši',
358             'cy' => 'kõmri',
359             'da' => 'taani',
360             'dak' => 'siuu',
361             'dar' => 'dargi',
362             'dav' => 'davida',
363             'de' => 'saksa',
364             'de_AT' => 'Austria saksa',
365             'de_CH' => 'Šveitsi ülemsaksa',
366             'del' => 'delavari',
367             'den' => 'sleivi',
368             'dgr' => 'dogribi',
369             'din' => 'dinka',
370             'dje' => 'zarma',
371             'doi' => 'dogri',
372             'dsb' => 'alamsorbi',
373             'dtp' => 'keskdusuni',
374             'dua' => 'duala',
375             'dum' => 'keskhollandi',
376             'dv' => 'maldiivi',
377             'dyo' => 'fonji',
378             'dyu' => 'djula',
379             'dz' => 'dzongkha',
380             'dzg' => 'daza',
381             'ebu' => 'embu',
382             'ee' => 'eve',
383             'efi' => 'efiki',
384             'egl' => 'emiilia',
385             'egy' => 'egiptuse',
386             'eka' => 'ekadžuki',
387             'el' => 'kreeka',
388             'elx' => 'eelami',
389             'en' => 'inglise',
390             'en_AU' => 'Austraalia inglise',
391             'en_CA' => 'Kanada inglise',
392             'en_GB' => 'Briti inglise',
393             'en_GB@alt=short' => 'Briti inglise',
394             'en_US' => 'Ameerika inglise',
395             'en_US@alt=short' => 'USA inglise',
396             'enm' => 'keskinglise',
397             'eo' => 'esperanto',
398             'es' => 'hispaania',
399             'es_419' => 'Ladina-Ameerika hispaania',
400             'es_ES' => 'Euroopa hispaania',
401             'es_MX' => 'Mehhiko hispaania',
402             'esu' => 'keskjupiki',
403             'et' => 'eesti',
404             'eu' => 'baski',
405             'ewo' => 'evondo',
406             'ext' => 'estremenju',
407             'fa' => 'pärsia',
408             'fan' => 'fangi',
409             'fat' => 'fanti',
410             'ff' => 'fula',
411             'fi' => 'soome',
412             'fil' => 'filipiini',
413             'fit' => 'meä',
414             'fj' => 'fidži',
415             'fo' => 'fääri',
416             'fon' => 'foni',
417             'fr' => 'prantsuse',
418             'fr_CA' => 'Kanada prantsuse',
419             'fr_CH' => 'Šveitsi prantsuse',
420             'frc' => 'cajun’i',
421             'frm' => 'keskprantsuse',
422             'fro' => 'vanaprantsuse',
423             'frp' => 'frankoprovansi',
424             'frr' => 'põhjafriisi',
425             'frs' => 'idafriisi',
426             'fur' => 'friuuli',
427             'fy' => 'läänefriisi',
428             'ga' => 'iiri',
429             'gaa' => 'gaa',
430             'gag' => 'gagauusi',
431             'gan' => 'kani',
432             'gay' => 'gajo',
433             'gba' => 'gbaja',
434             'gd' => 'gaeli',
435             'gez' => 'etioopia',
436             'gil' => 'kiribati',
437             'gl' => 'galeegi',
438             'glk' => 'gilaki',
439             'gmh' => 'keskülemsaksa',
440             'gn' => 'guaranii',
441             'goh' => 'vanaülemsaksa',
442             'gon' => 'gondi',
443             'gor' => 'gorontalo',
444             'got' => 'gooti',
445             'grb' => 'grebo',
446             'grc' => 'vanakreeka',
447             'gsw' => 'šveitsisaksa',
448             'gu' => 'gudžarati',
449             'guc' => 'vajuu',
450             'gur' => 'farefare',
451             'guz' => 'gusii',
452             'gv' => 'mänksi',
453             'gwi' => 'gvitšini',
454             'ha' => 'hausa',
455             'hai' => 'haida',
456             'hak' => 'hakka',
457             'haw' => 'havai',
458             'he' => 'heebrea',
459             'hi' => 'hindi',
460             'hif' => 'Fidži hindi',
461             'hil' => 'hiligainoni',
462             'hit' => 'heti',
463             'hmn' => 'hmongi',
464             'ho' => 'hirimotu',
465             'hr' => 'horvaadi',
466             'hsb' => 'ülemsorbi',
467             'hsn' => 'sjangi',
468             'ht' => 'haiti',
469             'hu' => 'ungari',
470             'hup' => 'hupa',
471             'hy' => 'armeenia',
472             'hz' => 'herero',
473             'ia' => 'interlingua',
474             'iba' => 'ibani',
475             'ibb' => 'ibibio',
476             'id' => 'indoneesia',
477             'ie' => 'interlingue',
478             'ig' => 'ibo',
479             'ii' => 'Sichuani jii',
480             'ik' => 'injupiaki',
481             'ilo' => 'iloko',
482             'inh' => 'inguši',
483             'io' => 'ido',
484             'is' => 'islandi',
485             'it' => 'itaalia',
486             'iu' => 'inuktituti',
487             'izh' => 'isuri',
488             'ja' => 'jaapani',
489             'jam' => 'Jamaica kreoolkeel',
490             'jbo' => 'ložban',
491             'jgo' => 'ngomba',
492             'jmc' => 'matšame',
493             'jpr' => 'juudipärsia',
494             'jrb' => 'juudiaraabia',
495             'jut' => 'jüüti',
496             'jv' => 'jaava',
497             'ka' => 'gruusia',
498             'kaa' => 'karakalpaki',
499             'kab' => 'kabiili',
500             'kac' => 'katšini',
501             'kaj' => 'jju',
502             'kam' => 'kamba',
503             'kaw' => 'kaavi',
504             'kbd' => 'kabardi-tšerkessi',
505             'kbl' => 'kanembu',
506             'kcg' => 'tjapi',
507             'kde' => 'makonde',
508             'kea' => 'kabuverdianu',
509             'kfo' => 'koro',
510             'kg' => 'kongo',
511             'kgp' => 'kaingangi',
512             'kha' => 'khasi',
513             'kho' => 'saka',
514             'khq' => 'koyra chiini',
515             'khw' => 'khovari',
516             'ki' => 'kikuju',
517             'kiu' => 'kõrmandžki',
518             'kj' => 'kvanjama',
519             'kk' => 'kasahhi',
520             'kkj' => 'kako',
521             'kl' => 'grööni',
522             'kln' => 'kalendžini',
523             'km' => 'khmeeri',
524             'kmb' => 'mbundu',
525             'kn' => 'kannada',
526             'ko' => 'korea',
527             'koi' => 'permikomi',
528             'kok' => 'konkani',
529             'kos' => 'kosrae',
530             'kpe' => 'kpelle',
531             'kr' => 'kanuri',
532             'krc' => 'karatšai-balkaari',
533             'kri' => 'krio',
534             'krj' => 'kinaraia',
535             'krl' => 'karjala',
536             'kru' => 'kuruhhi',
537             'ks' => 'kašmiiri',
538             'ksb' => 'šambala',
539             'ksf' => 'bafia',
540             'ksh' => 'kölni',
541             'ku' => 'kurdi',
542             'kum' => 'kumõki',
543             'kut' => 'kutenai',
544             'kv' => 'komi',
545             'kw' => 'korni',
546             'ky' => 'kirgiisi',
547             'la' => 'ladina',
548             'lad' => 'ladiino',
549             'lag' => 'langi',
550             'lah' => 'lahnda',
551             'lam' => 'lamba',
552             'lb' => 'letseburgi',
553             'lez' => 'lesgi',
554             'lg' => 'ganda',
555             'li' => 'limburgi',
556             'lij' => 'liguuri',
557             'liv' => 'liivi',
558             'lkt' => 'lakota',
559             'lmo' => 'lombardi',
560             'ln' => 'lingala',
561             'lo' => 'lao',
562             'lol' => 'mongo',
563             'lou' => 'Louisiana kreoolkeel',
564             'loz' => 'lozi',
565             'lrc' => 'põhjaluri',
566             'lt' => 'leedu',
567             'ltg' => 'latgali',
568             'lu' => 'luba',
569             'lua' => 'lulua',
570             'lui' => 'luisenjo',
571             'lun' => 'lunda',
572             'luo' => 'luo',
573             'lus' => 'lušei',
574             'luy' => 'luhja',
575             'lv' => 'läti',
576             'lzh' => 'klassikaline hiina',
577             'lzz' => 'lazi',
578             'mad' => 'madura',
579             'maf' => 'mafa',
580             'mag' => 'magahi',
581             'mai' => 'maithili',
582             'mak' => 'makassari',
583             'man' => 'malinke',
584             'mas' => 'masai',
585             'mde' => 'maba',
586             'mdf' => 'mokša',
587             'mdr' => 'mandari',
588             'men' => 'mende',
589             'mer' => 'meru',
590             'mfe' => 'Mauritiuse kreoolkeel',
591             'mg' => 'malagassi',
592             'mga' => 'keskiiri',
593             'mgh' => 'makhuwa-meetto',
594             'mgo' => 'meta',
595             'mh' => 'maršalli',
596             'mi' => 'maoori',
597             'mic' => 'mikmaki',
598             'min' => 'minangkabau',
599             'mk' => 'makedoonia',
600             'ml' => 'malajalami',
601             'mn' => 'mongoli',
602             'mnc' => 'mandžu',
603             'mni' => 'manipuri',
604             'moh' => 'mohoogi',
605             'mos' => 'more',
606             'mr' => 'marathi',
607             'mrj' => 'mäemari',
608             'ms' => 'malai',
609             'mt' => 'malta',
610             'mua' => 'mundangi',
611             'mul' => 'mitu keelt',
612             'mus' => 'maskogi',
613             'mwl' => 'miranda',
614             'mwr' => 'marvari',
615             'mwv' => 'mentavei',
616             'my' => 'birma',
617             'mye' => 'mjene',
618             'myv' => 'ersa',
619             'mzn' => 'mazandaraani',
620             'na' => 'nauru',
621             'nan' => 'lõunamini',
622             'nap' => 'napoli',
623             'naq' => 'nama',
624             'nb' => 'norra bokmål',
625             'nd' => 'põhjandebele',
626             'nds' => 'alamsaksa',
627             'nds_NL' => 'Hollandi alamsaksa',
628             'ne' => 'nepali',
629             'new' => 'nevari',
630             'ng' => 'ndonga',
631             'nia' => 'niasi',
632             'niu' => 'niue',
633             'njo' => 'ao',
634             'nl' => 'hollandi',
635             'nl_BE' => 'flaami',
636             'nmg' => 'kwasio',
637             'nn' => 'uusnorra',
638             'nnh' => 'ngiembooni',
639             'no' => 'norra',
640             'nog' => 'nogai',
641             'non' => 'vanapõhjala',
642             'nov' => 'noviaal',
643             'nqo' => 'nkoo',
644             'nr' => 'lõunandebele',
645             'nso' => 'põhjasotho',
646             'nus' => 'nueri',
647             'nv' => 'navaho',
648             'nwc' => 'vananevari',
649             'ny' => 'njandža',
650             'nym' => 'njamvesi',
651             'nyn' => 'nkole',
652             'nyo' => 'njoro',
653             'nzi' => 'nzima',
654             'oc' => 'oksitaani',
655             'oj' => 'odžibvei',
656             'om' => 'oromo',
657             'or' => 'oria',
658             'os' => 'osseedi',
659             'osa' => 'oseidži',
660             'ota' => 'osmanitürgi',
661             'pa' => 'pandžabi',
662             'pag' => 'pangasinani',
663             'pal' => 'pahlavi',
664             'pam' => 'pampanga',
665             'pap' => 'papiamento',
666             'pau' => 'belau',
667             'pcd' => 'pikardi',
668             'pcm' => 'Nigeeria pidžinkeel',
669             'pdc' => 'Pennsylvania saksa',
670             'pdt' => 'mennoniidisaksa',
671             'peo' => 'vanapärsia',
672             'pfl' => 'Pfalzi',
673             'phn' => 'foiniikia',
674             'pi' => 'paali',
675             'pl' => 'poola',
676             'pms' => 'piemonte',
677             'pnt' => 'pontose',
678             'pon' => 'poonpei',
679             'prg' => 'preisi',
680             'pro' => 'vanaprovansi',
681             'ps' => 'puštu',
682             'pt' => 'portugali',
683             'pt_BR' => 'Brasiilia portugali',
684             'pt_PT' => 'Euroopa portugali',
685             'qu' => 'ketšua',
686             'quc' => 'kitše',
687             'raj' => 'radžastani',
688             'rap' => 'rapanui',
689             'rar' => 'rarotonga',
690             'rgn' => 'romanja',
691             'rif' => 'riifi',
692             'rm' => 'romanši',
693             'rn' => 'rundi',
694             'ro' => 'rumeenia',
695             'ro_MD' => 'moldova',
696             'rof' => 'rombo',
697             'rom' => 'mustlaskeel',
698             'root' => 'root',
699             'rtm' => 'rotuma',
700             'ru' => 'vene',
701             'rue' => 'russiini',
702             'rug' => 'roviana',
703             'rup' => 'aromuuni',
704             'rw' => 'ruanda',
705             'rwk' => 'rvaa',
706             'sa' => 'sanskriti',
707             'sad' => 'sandave',
708             'sah' => 'jakuudi',
709             'sam' => 'Samaaria aramea',
710             'saq' => 'samburu',
711             'sas' => 'sasaki',
712             'sat' => 'santali',
713             'saz' => 'sauraštra',
714             'sba' => 'ngambai',
715             'sbp' => 'sangu',
716             'sc' => 'sardi',
717             'scn' => 'sitsiilia',
718             'sco' => 'šoti',
719             'sd' => 'sindhi',
720             'sdh' => 'lõunakurdi',
721             'se' => 'põhjasaami',
722             'see' => 'seneka',
723             'seh' => 'sena',
724             'sei' => 'seri',
725             'sel' => 'sölkupi',
726             'ses' => 'koyraboro senni',
727             'sg' => 'sango',
728             'sga' => 'vanaiiri',
729             'sgs' => 'žemaidi',
730             'sh' => 'serbia-horvaadi',
731             'shi' => 'šilha',
732             'shn' => 'šani',
733             'shu' => 'Tšaadi araabia',
734             'si' => 'singali',
735             'sid' => 'sidamo',
736             'sk' => 'slovaki',
737             'sl' => 'sloveeni',
738             'sli' => 'alamsileesia',
739             'sly' => 'selajari',
740             'sm' => 'samoa',
741             'sma' => 'lõunasaami',
742             'smj' => 'Lule saami',
743             'smn' => 'Inari saami',
744             'sms' => 'koltasaami',
745             'sn' => 'šona',
746             'snk' => 'soninke',
747             'so' => 'somaali',
748             'sog' => 'sogdi',
749             'sq' => 'albaania',
750             'sr' => 'serbia',
751             'srn' => 'sranani',
752             'srr' => 'sereri',
753             'ss' => 'svaasi',
754             'ssy' => 'saho',
755             'st' => 'lõunasotho',
756             'stq' => 'saterfriisi',
757             'su' => 'sunda',
758             'suk' => 'sukuma',
759             'sus' => 'susu',
760             'sux' => 'sumeri',
761             'sv' => 'rootsi',
762             'sw' => 'suahiili',
763             'sw_CD' => 'Kongo suahiili',
764             'swb' => 'komoori',
765             'syc' => 'vanasüüria',
766             'syr' => 'süüria',
767             'szl' => 'sileesia',
768             'ta' => 'tamili',
769             'tcy' => 'tulu',
770             'te' => 'telugu',
771             'tem' => 'temne',
772             'teo' => 'teso',
773             'ter' => 'tereno',
774             'tet' => 'tetumi',
775             'tg' => 'tadžiki',
776             'th' => 'tai',
777             'ti' => 'tigrinja',
778             'tig' => 'tigree',
779             'tiv' => 'tivi',
780             'tk' => 'türkmeeni',
781             'tkl' => 'tokelau',
782             'tkr' => 'tsahhi',
783             'tl' => 'tagalogi',
784             'tlh' => 'klingoni',
785             'tli' => 'tlingiti',
786             'tly' => 'talõši',
787             'tmh' => 'tamašeki',
788             'tn' => 'tsvana',
789             'to' => 'tonga',
790             'tog' => 'tšitonga',
791             'tpi' => 'uusmelaneesia',
792             'tr' => 'türgi',
793             'tru' => 'turojo',
794             'trv' => 'taroko',
795             'ts' => 'tsonga',
796             'tsd' => 'tsakoonia',
797             'tsi' => 'tšimši',
798             'tt' => 'tatari',
799             'ttt' => 'lõunataadi',
800             'tum' => 'tumbuka',
801             'tvl' => 'tuvalu',
802             'tw' => 'tvii',
803             'twq' => 'taswaqi',
804             'ty' => 'tahiti',
805             'tyv' => 'tõva',
806             'tzm' => 'tamasikti',
807             'udm' => 'udmurdi',
808             'ug' => 'uiguuri',
809             'uga' => 'ugariti',
810             'uk' => 'ukraina',
811             'umb' => 'umbundu',
812             'und' => 'määramata keel',
813             'ur' => 'urdu',
814             'uz' => 'usbeki',
815             'vai' => 'vai',
816             've' => 'venda',
817             'vec' => 'veneti',
818             'vep' => 'vepsa',
819             'vi' => 'vietnami',
820             'vls' => 'lääneflaami',
821             'vmf' => 'Maini frangi',
822             'vo' => 'volapüki',
823             'vot' => 'vadja',
824             'vro' => 'võru',
825             'vun' => 'vundžo',
826             'wa' => 'vallooni',
827             'wae' => 'walseri',
828             'wal' => 'volaita',
829             'war' => 'varai',
830             'was' => 'vašo',
831             'wbp' => 'varlpiri',
832             'wo' => 'volofi',
833             'wuu' => 'uu',
834             'xal' => 'kalmõki',
835             'xh' => 'koosa',
836             'xmf' => 'megreli',
837             'xog' => 'soga',
838             'yao' => 'jao',
839             'yap' => 'japi',
840             'yav' => 'yangbeni',
841             'ybb' => 'jemba',
842             'yi' => 'jidiši',
843             'yo' => 'joruba',
844             'yrl' => 'njengatu',
845             'yue' => 'kantoni',
846             'za' => 'tšuangi',
847             'zap' => 'sapoteegi',
848             'zbl' => 'Blissi sümbolid',
849             'zea' => 'zeelandi',
850             'zen' => 'zenaga',
851             'zgh' => 'tamasikti (Maroko)',
852             'zh' => 'hiina',
853             'zh_Hans' => 'lihtsustatud hiina',
854             'zh_Hant' => 'traditsiooniline hiina',
855             'zu' => 'suulu',
856             'zun' => 'sunji',
857             'zxx' => 'mittekeeleline',
858             'zza' => 'zaza',
859              
860             );
861             if (@_) {
862             return $languages{$_[0]};
863             }
864             return \%languages;
865             }
866             },
867             );
868              
869             has 'display_name_script' => (
870             is => 'ro',
871             isa => CodeRef,
872             init_arg => undef,
873             default => sub {
874             sub {
875             my %scripts = (
876             'Afak' => 'afaka',
877             'Aghb' => 'albaani',
878             'Ahom' => 'ahomi',
879             'Arab' => 'araabia',
880             'Arab@alt=variant' => 'pärsia-araabia',
881             'Armi' => 'vanaaramea',
882             'Armn' => 'armeenia',
883             'Avst' => 'avesta',
884             'Bali' => 'bali',
885             'Bamu' => 'bamumi',
886             'Bass' => 'bassa',
887             'Batk' => 'bataki',
888             'Beng' => 'bengali',
889             'Blis' => 'Blissi sümbolid',
890             'Bopo' => 'bopomofo',
891             'Brah' => 'braahmi',
892             'Brai' => 'punktkiri',
893             'Bugi' => 'bugi',
894             'Buhd' => 'buhidi',
895             'Cakm' => 'tšaakma',
896             'Cans' => 'Kanada põlisrahvaste ühtlustatud silpkiri',
897             'Cari' => 'kaaria',
898             'Cham' => 'tšaami',
899             'Cher' => 'tšerokii',
900             'Cirt' => 'Cirthi',
901             'Copt' => 'kopti',
902             'Cprt' => 'Küprose silpkiri',
903             'Cyrl' => 'kirillitsa',
904             'Cyrs' => 'kürilliline kirikuslaavi',
905             'Deva' => 'devanaagari',
906             'Dsrt' => 'desereti',
907             'Dupl' => 'Duployé kiirkiri',
908             'Egyd' => 'egiptuse demootiline',
909             'Egyh' => 'egiptuse hieraatiline',
910             'Egyp' => 'egiptuse hieroglüüfkiri',
911             'Elba' => 'Elbasani',
912             'Ethi' => 'etioopia',
913             'Geok' => 'hutsuri',
914             'Geor' => 'gruusia',
915             'Glag' => 'glagoolitsa',
916             'Gonm' => 'Masarami gondi',
917             'Goth' => 'gooti',
918             'Gran' => 'grantha',
919             'Grek' => 'kreeka',
920             'Gujr' => 'gudžarati',
921             'Guru' => 'gurmukhi',
922             'Hanb' => 'hanbi',
923             'Hang' => 'korea',
924             'Hani' => 'hani',
925             'Hano' => 'hanunoo',
926             'Hans' => 'lihtsustatud',
927             'Hans@alt=stand-alone' => 'lihtsustatud hani',
928             'Hant' => 'traditsiooniline',
929             'Hant@alt=stand-alone' => 'traditsiooniline hani',
930             'Hatr' => 'Hatra',
931             'Hebr' => 'heebrea',
932             'Hira' => 'hiragana',
933             'Hluw' => 'Anatoolia hieroglüüfkiri',
934             'Hmng' => 'phahau-hmongi kiri',
935             'Hrkt' => 'jaapani silpkirjad',
936             'Hung' => 'vanaungari',
937             'Inds' => 'Induse',
938             'Ital' => 'vanaitali',
939             'Jamo' => 'jamo',
940             'Java' => 'jaava',
941             'Jpan' => 'jaapani',
942             'Jurc' => 'tšurtšeni',
943             'Kali' => 'kaja-lii',
944             'Kana' => 'katakana',
945             'Khar' => 'kharoshthi',
946             'Khmr' => 'khmeeri',
947             'Khoj' => 'hodžki',
948             'Knda' => 'kannada',
949             'Kore' => 'korea segakiri',
950             'Kpel' => 'kpelle',
951             'Kthi' => 'kaithi',
952             'Lana' => 'tai-thami',
953             'Laoo' => 'lao',
954             'Latf' => 'ladina fraktuurkiri',
955             'Latg' => 'ladina gaeli',
956             'Latn' => 'ladina',
957             'Lepc' => 'leptša',
958             'Limb' => 'limbu',
959             'Lina' => 'lineaarkiri A',
960             'Linb' => 'lineaarkiri B',
961             'Lisu' => 'lisu',
962             'Loma' => 'loma',
963             'Lyci' => 'lüükia',
964             'Lydi' => 'lüüdia',
965             'Mahj' => 'mahaadžani',
966             'Mand' => 'mandea',
967             'Mani' => 'mani',
968             'Maya' => 'maaja hieroglüüfkiri',
969             'Mend' => 'mende',
970             'Merc' => 'meroe kursiivkiri',
971             'Mero' => 'meroe',
972             'Mlym' => 'malajalami',
973             'Modi' => 'modi',
974             'Mong' => 'mongoli',
975             'Moon' => 'Mooni',
976             'Mroo' => 'mruu',
977             'Mtei' => 'meitei',
978             'Mult' => 'Multani',
979             'Mymr' => 'birma',
980             'Narb' => 'Põhja-Araabia',
981             'Nbat' => 'Nabatea',
982             'Newa' => 'nevari',
983             'Nkgb' => 'nasi',
984             'Nkoo' => 'nkoo',
985             'Nshu' => 'nüšu',
986             'Ogam' => 'ogam',
987             'Olck' => 'santali',
988             'Orkh' => 'Orhoni',
989             'Orya' => 'oria',
990             'Osge' => 'oseidži',
991             'Osma' => 'osmani',
992             'Palm' => 'Palmyra',
993             'Perm' => 'vanapermi',
994             'Phag' => 'phakpa',
995             'Phli' => 'pahlavi raidkiri',
996             'Phlp' => 'pahlavi psalmikiri',
997             'Phlv' => 'pahlavi raamatukiri',
998             'Phnx' => 'foiniikia',
999             'Plrd' => 'Pollardi miao',
1000             'Prti' => 'partia raidkiri',
1001             'Rjng' => 'redžangi',
1002             'Roro' => 'rongorongo',
1003             'Runr' => 'ruunikiri',
1004             'Samr' => 'Samaaria',
1005             'Sara' => 'sarati',
1006             'Sarb' => 'Lõuna-Araabia',
1007             'Saur' => 'sauraštra',
1008             'Sgnw' => 'viipekiri',
1009             'Shaw' => 'Shaw’ kiri',
1010             'Shrd' => 'šaarada',
1011             'Sidd' => 'siddhami',
1012             'Sind' => 'hudavadi',
1013             'Sinh' => 'singali',
1014             'Sora' => 'sora',
1015             'Soyo' => 'sojombo',
1016             'Sund' => 'sunda',
1017             'Sylo' => 'siloti',
1018             'Syrc' => 'süüria',
1019             'Syre' => 'süüria estrangelo',
1020             'Syrj' => 'läänesüüria',
1021             'Syrn' => 'idasüüria',
1022             'Tagb' => 'tagbanva',
1023             'Takr' => 'taakri',
1024             'Tale' => 'tai-löö',
1025             'Talu' => 'uus tai-lõõ',
1026             'Taml' => 'tamili',
1027             'Tang' => 'tanguudi',
1028             'Tavt' => 'tai-vieti',
1029             'Telu' => 'telugu',
1030             'Teng' => 'Tengwari',
1031             'Tfng' => 'tifinagi',
1032             'Tglg' => 'tagalogi',
1033             'Thaa' => 'taana',
1034             'Thai' => 'tai',
1035             'Tibt' => 'tiibeti',
1036             'Tirh' => 'tirhuta',
1037             'Ugar' => 'ugariti',
1038             'Vaii' => 'vai',
1039             'Visp' => 'nähtava kõne',
1040             'Wara' => 'hoo',
1041             'Wole' => 'voleai',
1042             'Xpeo' => 'vanapärsia',
1043             'Xsux' => 'sumeri-akadi kiilkiri',
1044             'Yiii' => 'jii',
1045             'Zanb' => 'Dzanabadzari ruutkiri',
1046             'Zinh' => 'päritud',
1047             'Zmth' => 'matemaatiline tähistus',
1048             'Zsye' => 'emoji',
1049             'Zsym' => 'sümbolid',
1050             'Zxxx' => 'kirjakeeleta',
1051             'Zyyy' => 'üldine',
1052             'Zzzz' => 'määramata kiri',
1053              
1054             );
1055             if ( @_ ) {
1056             return $scripts{$_[0]};
1057             }
1058             return \%scripts;
1059             }
1060             }
1061             );
1062              
1063             has 'display_name_region' => (
1064             is => 'ro',
1065             isa => HashRef[Str],
1066             init_arg => undef,
1067             default => sub {
1068             {
1069             '001' => 'maailm',
1070             '002' => 'Aafrika',
1071             '003' => 'Põhja-Ameerika',
1072             '005' => 'Lõuna-Ameerika',
1073             '009' => 'Okeaania',
1074             '011' => 'Lääne-Aafrika',
1075             '013' => 'Kesk-Ameerika',
1076             '014' => 'Ida-Aafrika',
1077             '015' => 'Põhja-Aafrika',
1078             '017' => 'Kesk-Aafrika',
1079             '018' => 'Lõuna-Aafrika',
1080             '019' => 'Ameerika',
1081             '021' => 'Ameerika põhjaosa',
1082             '029' => 'Kariibi piirkond',
1083             '030' => 'Ida-Aasia',
1084             '034' => 'Lõuna-Aasia',
1085             '035' => 'Kagu-Aasia',
1086             '039' => 'Lõuna-Euroopa',
1087             '053' => 'Australaasia',
1088             '054' => 'Melaneesia',
1089             '057' => 'Mikroneesia (piirkond)',
1090             '061' => 'Polüneesia',
1091             '142' => 'Aasia',
1092             '143' => 'Kesk-Aasia',
1093             '145' => 'Lääne-Aasia',
1094             '150' => 'Euroopa',
1095             '151' => 'Ida-Euroopa',
1096             '154' => 'Põhja-Euroopa',
1097             '155' => 'Lääne-Euroopa',
1098             '202' => 'Sahara-tagune Aafrika',
1099             '419' => 'Ladina-Ameerika',
1100             'AC' => 'Ascensioni saar',
1101             'AD' => 'Andorra',
1102             'AE' => 'Araabia Ühendemiraadid',
1103             'AF' => 'Afganistan',
1104             'AG' => 'Antigua ja Barbuda',
1105             'AI' => 'Anguilla',
1106             'AL' => 'Albaania',
1107             'AM' => 'Armeenia',
1108             'AO' => 'Angola',
1109             'AQ' => 'Antarktika',
1110             'AR' => 'Argentina',
1111             'AS' => 'Ameerika Samoa',
1112             'AT' => 'Austria',
1113             'AU' => 'Austraalia',
1114             'AW' => 'Aruba',
1115             'AX' => 'Ahvenamaa',
1116             'AZ' => 'Aserbaidžaan',
1117             'BA' => 'Bosnia ja Hertsegoviina',
1118             'BB' => 'Barbados',
1119             'BD' => 'Bangladesh',
1120             'BE' => 'Belgia',
1121             'BF' => 'Burkina Faso',
1122             'BG' => 'Bulgaaria',
1123             'BH' => 'Bahrein',
1124             'BI' => 'Burundi',
1125             'BJ' => 'Benin',
1126             'BL' => 'Saint-Barthélemy',
1127             'BM' => 'Bermuda',
1128             'BN' => 'Brunei',
1129             'BO' => 'Boliivia',
1130             'BQ' => 'Hollandi Kariibi mere saared',
1131             'BR' => 'Brasiilia',
1132             'BS' => 'Bahama',
1133             'BT' => 'Bhutan',
1134             'BV' => 'Bouvet’ saar',
1135             'BW' => 'Botswana',
1136             'BY' => 'Valgevene',
1137             'BZ' => 'Belize',
1138             'CA' => 'Kanada',
1139             'CC' => 'Kookossaared',
1140             'CD' => 'Kongo DV',
1141             'CD@alt=variant' => 'Kongo-Kinshasa',
1142             'CF' => 'Kesk-Aafrika Vabariik',
1143             'CG' => 'Kongo Vabariik',
1144             'CG@alt=variant' => 'Kongo-Brazzaville',
1145             'CH' => 'Šveits',
1146             'CI' => 'Côte d’Ivoire',
1147             'CI@alt=variant' => 'Elevandiluurannik',
1148             'CK' => 'Cooki saared',
1149             'CL' => 'Tšiili',
1150             'CM' => 'Kamerun',
1151             'CN' => 'Hiina',
1152             'CO' => 'Colombia',
1153             'CP' => 'Clippertoni saar',
1154             'CR' => 'Costa Rica',
1155             'CU' => 'Kuuba',
1156             'CV' => 'Roheneemesaared',
1157             'CW' => 'Curaçao',
1158             'CX' => 'Jõulusaar',
1159             'CY' => 'Küpros',
1160             'CZ' => 'Tšehhi',
1161             'CZ@alt=variant' => 'Tšehhia',
1162             'DE' => 'Saksamaa',
1163             'DG' => 'Diego Garcia',
1164             'DJ' => 'Djibouti',
1165             'DK' => 'Taani',
1166             'DM' => 'Dominica',
1167             'DO' => 'Dominikaani Vabariik',
1168             'DZ' => 'Alžeeria',
1169             'EA' => 'Ceuta ja Melilla',
1170             'EC' => 'Ecuador',
1171             'EE' => 'Eesti',
1172             'EG' => 'Egiptus',
1173             'EH' => 'Lääne-Sahara',
1174             'ER' => 'Eritrea',
1175             'ES' => 'Hispaania',
1176             'ET' => 'Etioopia',
1177             'EU' => 'Euroopa Liit',
1178             'EZ' => 'euroala',
1179             'FI' => 'Soome',
1180             'FJ' => 'Fidži',
1181             'FK' => 'Falklandi saared',
1182             'FK@alt=variant' => 'Malviini saared',
1183             'FM' => 'Mikroneesia',
1184             'FO' => 'Fääri saared',
1185             'FR' => 'Prantsusmaa',
1186             'GA' => 'Gabon',
1187             'GB' => 'Suurbritannia',
1188             'GB@alt=short' => 'ÜK',
1189             'GD' => 'Grenada',
1190             'GE' => 'Gruusia',
1191             'GF' => 'Prantsuse Guajaana',
1192             'GG' => 'Guernsey',
1193             'GH' => 'Ghana',
1194             'GI' => 'Gibraltar',
1195             'GL' => 'Gröönimaa',
1196             'GM' => 'Gambia',
1197             'GN' => 'Guinea',
1198             'GP' => 'Guadeloupe',
1199             'GQ' => 'Ekvatoriaal-Guinea',
1200             'GR' => 'Kreeka',
1201             'GS' => 'Lõuna-Georgia ja Lõuna-Sandwichi saared',
1202             'GT' => 'Guatemala',
1203             'GU' => 'Guam',
1204             'GW' => 'Guinea-Bissau',
1205             'GY' => 'Guyana',
1206             'HK' => 'Hongkongi erihalduspiirkond',
1207             'HK@alt=short' => 'Hongkong',
1208             'HM' => 'Heardi ja McDonaldi saared',
1209             'HN' => 'Honduras',
1210             'HR' => 'Horvaatia',
1211             'HT' => 'Haiti',
1212             'HU' => 'Ungari',
1213             'IC' => 'Kanaari saared',
1214             'ID' => 'Indoneesia',
1215             'IE' => 'Iirimaa',
1216             'IL' => 'Iisrael',
1217             'IM' => 'Mani saar',
1218             'IN' => 'India',
1219             'IO' => 'Briti India ookeani ala',
1220             'IQ' => 'Iraak',
1221             'IR' => 'Iraan',
1222             'IS' => 'Island',
1223             'IT' => 'Itaalia',
1224             'JE' => 'Jersey',
1225             'JM' => 'Jamaica',
1226             'JO' => 'Jordaania',
1227             'JP' => 'Jaapan',
1228             'KE' => 'Keenia',
1229             'KG' => 'Kõrgõzstan',
1230             'KH' => 'Kambodža',
1231             'KI' => 'Kiribati',
1232             'KM' => 'Komoorid',
1233             'KN' => 'Saint Kitts ja Nevis',
1234             'KP' => 'Põhja-Korea',
1235             'KR' => 'Lõuna-Korea',
1236             'KW' => 'Kuveit',
1237             'KY' => 'Kaimanisaared',
1238             'KZ' => 'Kasahstan',
1239             'LA' => 'Laos',
1240             'LB' => 'Liibanon',
1241             'LC' => 'Saint Lucia',
1242             'LI' => 'Liechtenstein',
1243             'LK' => 'Sri Lanka',
1244             'LR' => 'Libeeria',
1245             'LS' => 'Lesotho',
1246             'LT' => 'Leedu',
1247             'LU' => 'Luksemburg',
1248             'LV' => 'Läti',
1249             'LY' => 'Liibüa',
1250             'MA' => 'Maroko',
1251             'MC' => 'Monaco',
1252             'MD' => 'Moldova',
1253             'ME' => 'Montenegro',
1254             'MF' => 'Saint-Martin',
1255             'MG' => 'Madagaskar',
1256             'MH' => 'Marshalli Saared',
1257             'MK' => 'Makedoonia',
1258             'MK@alt=variant' => 'Makedoonia Vabariik',
1259             'ML' => 'Mali',
1260             'MM' => 'Myanmar (Birma)',
1261             'MN' => 'Mongoolia',
1262             'MO' => 'Macau erihalduspiirkond',
1263             'MO@alt=short' => 'Macau',
1264             'MP' => 'Põhja-Mariaanid',
1265             'MQ' => 'Martinique',
1266             'MR' => 'Mauritaania',
1267             'MS' => 'Montserrat',
1268             'MT' => 'Malta',
1269             'MU' => 'Mauritius',
1270             'MV' => 'Maldiivid',
1271             'MW' => 'Malawi',
1272             'MX' => 'Mehhiko',
1273             'MY' => 'Malaisia',
1274             'MZ' => 'Mosambiik',
1275             'NA' => 'Namiibia',
1276             'NC' => 'Uus-Kaledoonia',
1277             'NE' => 'Niger',
1278             'NF' => 'Norfolk',
1279             'NG' => 'Nigeeria',
1280             'NI' => 'Nicaragua',
1281             'NL' => 'Holland',
1282             'NO' => 'Norra',
1283             'NP' => 'Nepal',
1284             'NR' => 'Nauru',
1285             'NU' => 'Niue',
1286             'NZ' => 'Uus-Meremaa',
1287             'OM' => 'Omaan',
1288             'PA' => 'Panama',
1289             'PE' => 'Peruu',
1290             'PF' => 'Prantsuse Polüneesia',
1291             'PG' => 'Paapua Uus-Guinea',
1292             'PH' => 'Filipiinid',
1293             'PK' => 'Pakistan',
1294             'PL' => 'Poola',
1295             'PM' => 'Saint-Pierre ja Miquelon',
1296             'PN' => 'Pitcairni saared',
1297             'PR' => 'Puerto Rico',
1298             'PS' => 'Palestiina alad',
1299             'PS@alt=short' => 'Palestiina',
1300             'PT' => 'Portugal',
1301             'PW' => 'Belau',
1302             'PY' => 'Paraguay',
1303             'QA' => 'Katar',
1304             'QO' => 'Okeaania hajasaared',
1305             'RE' => 'Réunion',
1306             'RO' => 'Rumeenia',
1307             'RS' => 'Serbia',
1308             'RU' => 'Venemaa',
1309             'RW' => 'Rwanda',
1310             'SA' => 'Saudi Araabia',
1311             'SB' => 'Saalomoni Saared',
1312             'SC' => 'Seišellid',
1313             'SD' => 'Sudaan',
1314             'SE' => 'Rootsi',
1315             'SG' => 'Singapur',
1316             'SH' => 'Saint Helena',
1317             'SI' => 'Sloveenia',
1318             'SJ' => 'Svalbard ja Jan Mayen',
1319             'SK' => 'Slovakkia',
1320             'SL' => 'Sierra Leone',
1321             'SM' => 'San Marino',
1322             'SN' => 'Senegal',
1323             'SO' => 'Somaalia',
1324             'SR' => 'Suriname',
1325             'SS' => 'Lõuna-Sudaan',
1326             'ST' => 'São Tomé ja Príncipe',
1327             'SV' => 'El Salvador',
1328             'SX' => 'Sint Maarten',
1329             'SY' => 'Süüria',
1330             'SZ' => 'Svaasimaa',
1331             'TA' => 'Tristan da Cunha',
1332             'TC' => 'Turks ja Caicos',
1333             'TD' => 'Tšaad',
1334             'TF' => 'Prantsuse Lõunaalad',
1335             'TG' => 'Togo',
1336             'TH' => 'Tai',
1337             'TJ' => 'Tadžikistan',
1338             'TK' => 'Tokelau',
1339             'TL' => 'Ida-Timor',
1340             'TL@alt=variant' => 'Timor-Leste',
1341             'TM' => 'Türkmenistan',
1342             'TN' => 'Tuneesia',
1343             'TO' => 'Tonga',
1344             'TR' => 'Türgi',
1345             'TT' => 'Trinidad ja Tobago',
1346             'TV' => 'Tuvalu',
1347             'TW' => 'Taiwan',
1348             'TZ' => 'Tansaania',
1349             'UA' => 'Ukraina',
1350             'UG' => 'Uganda',
1351             'UM' => 'Ühendriikide hajasaared',
1352             'UN' => 'Ühendatud Rahvaste Organisatsioon',
1353             'UN@alt=short' => 'ÜRO',
1354             'US' => 'Ameerika Ühendriigid',
1355             'US@alt=short' => 'USA',
1356             'UY' => 'Uruguay',
1357             'UZ' => 'Usbekistan',
1358             'VA' => 'Vatikan',
1359             'VC' => 'Saint Vincent ja Grenadiinid',
1360             'VE' => 'Venezuela',
1361             'VG' => 'Briti Neitsisaared',
1362             'VI' => 'USA Neitsisaared',
1363             'VN' => 'Vietnam',
1364             'VU' => 'Vanuatu',
1365             'WF' => 'Wallis ja Futuna',
1366             'WS' => 'Samoa',
1367             'XK' => 'Kosovo',
1368             'YE' => 'Jeemen',
1369             'YT' => 'Mayotte',
1370             'ZA' => 'Lõuna-Aafrika Vabariik',
1371             'ZM' => 'Sambia',
1372             'ZW' => 'Zimbabwe',
1373             'ZZ' => 'Tundmatu piirkond',
1374              
1375             }
1376             },
1377             );
1378              
1379             has 'display_name_variant' => (
1380             is => 'ro',
1381             isa => HashRef[Str],
1382             init_arg => undef,
1383             default => sub {
1384             {
1385             '1901' => 'saksa traditsiooniline kirjaviis',
1386             '1994' => 'normitud Resia kirjaviis',
1387             '1996' => 'saksa reformitud kirjaviis',
1388             '1606NICT' => 'hiliskeskprantsuse (kuni 1606)',
1389             '1694ACAD' => 'varajane moodne prantsuse',
1390             '1959ACAD' => 'akadeemiline',
1391             'ALALC97' => 'ALA-LC latinisatsioon (1997)',
1392             'AREVELA' => 'idaarmeenia',
1393             'AREVMDA' => 'läänearmeenia',
1394             'BAKU1926' => 'ühtlustatud türgi-ladina tähestik',
1395             'BISKE' => 'San Giorgio/Bila murre',
1396             'BOONT' => 'boontlingi',
1397             'EKAVSK' => 'štokavi e-line murrak',
1398             'FONIPA' => 'IPA foneetika',
1399             'FONUPA' => 'UPA foneetika',
1400             'HEPBURN' => 'Hepburni latinisatsioon',
1401             'IJEKAVSK' => 'štokavi ije-line murrak',
1402             'KKCOR' => 'üldlevinud kirjaviis',
1403             'KSCOR' => 'normitud kirjaviis',
1404             'LIPAW' => 'Resia Lipovaz’i murre',
1405             'MONOTON' => 'monotoonne',
1406             'NEDIS' => 'Natisone murre',
1407             'NJIVA' => 'Gniva/Njiva murre',
1408             'OSOJS' => 'Oseacco/Osojane murre',
1409             'PINYIN' => 'pinyin',
1410             'POLYTON' => 'polütooniline',
1411             'POSIX' => 'arvuti',
1412             'REVISED' => 'uus kirjaviis',
1413             'ROZAJ' => 'Resia murre',
1414             'SAAHO' => 'saho murre',
1415             'SCOTLAND' => 'šoti tavainglise',
1416             'SCOUSE' => 'scouse',
1417             'SOLBA' => 'Stolvizza/Solbica murre',
1418             'TARASK' => 'Taraskievica ortograafia',
1419             'UCCOR' => 'ühtlustatud ortograafia',
1420             'UCRCOR' => 'ühtlustatud redigeeritud ortograafia',
1421             'VALENCIA' => 'valentsia',
1422             'WADEGILE' => 'Wade’i-Gilesi latinisatsioon',
1423              
1424             }
1425             },
1426             );
1427              
1428             has 'display_name_key' => (
1429             is => 'ro',
1430             isa => HashRef[Str],
1431             init_arg => undef,
1432             default => sub {
1433             {
1434             'calendar' => 'kalender',
1435             'cf' => 'rahavorming',
1436             'colalternate' => 'sümbolite eiramine järjestuses',
1437             'colbackwards' => 'diakriitikute pöördjärjestus',
1438             'colcasefirst' => 'suur- ja väiketähe järjestus',
1439             'colcaselevel' => 'järjestuse tõstutundlikkus',
1440             'collation' => 'sortimisjärjestus',
1441             'colnormalization' => 'normaliseeritud järjestus',
1442             'colnumeric' => 'numbrite järjestus',
1443             'colstrength' => 'järjestuskaalud',
1444             'currency' => 'vääring',
1445             'hc' => '12 või 24 tunni süsteem',
1446             'lb' => 'reavahetuse laad',
1447             'ms' => 'mõõdustik',
1448             'numbers' => 'numbrid',
1449             'timezone' => 'ajavöönd',
1450             'va' => 'lokaadi variant',
1451             'x' => 'erakasutus',
1452              
1453             }
1454             },
1455             );
1456              
1457             has 'display_name_type' => (
1458             is => 'ro',
1459             isa => HashRef[HashRef[Str]],
1460             init_arg => undef,
1461             default => sub {
1462             {
1463             'calendar' => {
1464             'buddhist' => q{budistlik kalender},
1465             'chinese' => q{Hiina kalender},
1466             'coptic' => q{kopti kalender},
1467             'dangi' => q{dangi kalender},
1468             'ethiopic' => q{Etioopia kalender},
1469             'ethiopic-amete-alem' => q{Etioopia amete alemi kalender},
1470             'gregorian' => q{Gregoriuse kalender},
1471             'hebrew' => q{juudi kalender},
1472             'indian' => q{India rahvuslik kalender},
1473             'islamic' => q{islamikalender},
1474             'islamic-civil' => q{islami ilmalik kalender},
1475             'islamic-rgsa' => q{islamikalender (Saudi Araabia, vaatluspõhine)},
1476             'islamic-tbla' => q{islamikalender (tabulaarne, astronoomiline ajastu)},
1477             'islamic-umalqura' => q{islamikalender (Umm al-Qura)},
1478             'iso8601' => q{ISO-8601 kalender},
1479             'japanese' => q{Jaapani kalender},
1480             'persian' => q{Pärsia kalender},
1481             'roc' => q{Hiina Vabariigi kalender},
1482             },
1483             'cf' => {
1484             'account' => q{arvelduse rahavorming},
1485             'standard' => q{standardne rahavorming},
1486             },
1487             'colalternate' => {
1488             'non-ignorable' => q{järjesta sümbolid},
1489             'shifted' => q{eira järjestuses sümboleid},
1490             },
1491             'colbackwards' => {
1492             'no' => q{diakriitikud tavajärjestuses},
1493             'yes' => q{diakriitikud pöördjärjestuses},
1494             },
1495             'colcasefirst' => {
1496             'lower' => q{väiketäht järjestuses eespool},
1497             'no' => q{harilik järjestus},
1498             'upper' => q{suurtäht järjestuses eespool},
1499             },
1500             'colcaselevel' => {
1501             'no' => q{tõstutundetu järjestus},
1502             'yes' => q{tõstutundlik järjestus},
1503             },
1504             'collation' => {
1505             'big5han' => q{hiina traditsiooniline sortimisjärjestus (Big5)},
1506             'compat' => q{varasem sortimisjärjestus (ühilduvuse jaoks)},
1507             'dictionary' => q{sõnastiku sortimisjärjestus},
1508             'ducet' => q{Unicode’i sortimise vaikejärjestus},
1509             'emoji' => q{emoji sortimisjärjestus},
1510             'eor' => q{Euroopa järjestusreeglid},
1511             'gb2312han' => q{hiina lihtsustatud sortimisjärjestus (GB2312)},
1512             'phonebook' => q{telefoniraamatu sortimisjärjestus},
1513             'phonetic' => q{foneetiline sortimisjärjestus},
1514             'pinyin' => q{pinyin’i sortimisjärjestus},
1515             'reformed' => q{reformitud sortimisjärjestus},
1516             'search' => q{üldeesmärgiline otsing},
1517             'searchjl' => q{otsing korea alguskonsonandi järgi},
1518             'standard' => q{standardne sortimisjärjestus},
1519             'stroke' => q{kriipsude sortimisjärjestus},
1520             'traditional' => q{traditsiooniline sortimisjärjestus},
1521             'unihan' => q{võtmete-kriipsude sortimisjärjestus},
1522             'zhuyin' => q{zhuyin’i sortimisjärjestus},
1523             },
1524             'colnormalization' => {
1525             'no' => q{järjesta normaliseerimata},
1526             'yes' => q{järjesta Unicode’i normaliseerimisega},
1527             },
1528             'colnumeric' => {
1529             'no' => q{järjesta numbrid eraldi},
1530             'yes' => q{järjesta numbrid arvuliselt},
1531             },
1532             'colstrength' => {
1533             'identical' => q{järjesta kõik},
1534             'primary' => q{järjesta ainult alustähed},
1535             'quaternary' => q{järjesta diakriitikud, algustähed, laius ja kana kiri},
1536             'secondary' => q{järjesta diakriitikud},
1537             'tertiary' => q{järjesta diakriitikud, algustähed ja laius},
1538             },
1539             'd0' => {
1540             'fwidth' => q{täislaius},
1541             'hwidth' => q{poollaius},
1542             'npinyin' => q{Numbriline},
1543             },
1544             'hc' => {
1545             'h11' => q{12-tunnine süsteem (0–11)},
1546             'h12' => q{12-tunnine süsteem (1–12)},
1547             'h23' => q{24-tunnine süsteem (0–23)},
1548             'h24' => q{24-tunnine süsteem (1–24)},
1549             },
1550             'lb' => {
1551             'loose' => q{paindlik reavahetuse laad},
1552             'normal' => q{harilik reavahetuse laad},
1553             'strict' => q{jäik reavahetuse laad},
1554             },
1555             'm0' => {
1556             'bgn' => q{transkriptsioon (BGN)},
1557             'ungegn' => q{transkriptsioon (UNGEGN)},
1558             },
1559             'ms' => {
1560             'metric' => q{meetermõõdustik},
1561             'uksystem' => q{inglise mõõdustik},
1562             'ussystem' => q{USA mõõdustik},
1563             },
1564             'numbers' => {
1565             'ahom' => q{ahomi numbrid},
1566             'arab' => q{idaaraabia numbrid},
1567             'arabext' => q{laiendatud idaaraabia numbrid},
1568             'armn' => q{armeenia numbrid},
1569             'armnlow' => q{väiketähelised armeenia numbrid},
1570             'bali' => q{bali numbrid},
1571             'beng' => q{bengali numbrid},
1572             'brah' => q{braahmi numbrid},
1573             'cakm' => q{tšaakma numbrid},
1574             'cham' => q{tšaami numbrid},
1575             'cyrl' => q{kirillitsa numbrid},
1576             'deva' => q{devanaagari numbrid},
1577             'ethi' => q{etioopia numbrid},
1578             'finance' => q{finantsnumbrid},
1579             'fullwide' => q{täislaiusega numbrid},
1580             'geor' => q{gruusia numbrid},
1581             'gonm' => q{masaram gondi numbrid},
1582             'grek' => q{kreeka numbrid},
1583             'greklow' => q{väiketähelised kreeka numbrid},
1584             'gujr' => q{gudžarati numbrid},
1585             'guru' => q{gurmukhi numbrid},
1586             'hanidec' => q{hiina kümnendnumbrid},
1587             'hans' => q{lihtsustatud hiina keele numbrid},
1588             'hansfin' => q{lihtsustatud hiina keele finantsnumbrid},
1589             'hant' => q{traditsioonilise hiina keele numbrid},
1590             'hantfin' => q{traditsioonilise hiina keele finantsnumbrid},
1591             'hebr' => q{heebrea numbrid},
1592             'hmng' => q{phahau-hmongi numbrid},
1593             'java' => q{jaava numbrid},
1594             'jpan' => q{jaapani numbrid},
1595             'jpanfin' => q{jaapani finantsnumbrid},
1596             'kali' => q{kaja-lii numbrid},
1597             'khmr' => q{khmeeri numbrid},
1598             'knda' => q{kannada numbrid},
1599             'lana' => q{tai tham hora numbrid},
1600             'lanatham' => q{tai tham tham numbrid},
1601             'laoo' => q{lao numbrid},
1602             'latn' => q{araabia numbrid},
1603             'lepc' => q{leptša numbrid},
1604             'limb' => q{limbu numbrid},
1605             'mlym' => q{malajalami numbrid},
1606             'modi' => q{modi numbrid},
1607             'mong' => q{mongoli numbrid},
1608             'mroo' => q{mruu numbrid},
1609             'mtei' => q{meitei numbrid},
1610             'mymr' => q{birma numbrid},
1611             'mymrshan' => q{myanmari shan numbrid},
1612             'mymrtlng' => q{myanmari tai laing numbrid},
1613             'native' => q{kohalikud numbrid},
1614             'nkoo' => q{nkoo numbrid},
1615             'olck' => q{santali numbrid},
1616             'orya' => q{oria numbrid},
1617             'osma' => q{osmani numbrid},
1618             'roman' => q{Rooma numbrid},
1619             'romanlow' => q{väiketähelised Rooma numbrid},
1620             'saur' => q{sauraštra numbrid},
1621             'shrd' => q{šaarada numbrid},
1622             'sind' => q{hudavadi numbrid},
1623             'sinh' => q{sinhala lithi numbrid},
1624             'sora' => q{sora numbrid},
1625             'sund' => q{sunda numbrid},
1626             'takr' => q{taakri numbrid},
1627             'talu' => q{uue tai-lõõ numbrid},
1628             'taml' => q{traditsioonilised tamili numbrid},
1629             'tamldec' => q{tamili numbrid},
1630             'telu' => q{telugu numbrid},
1631             'thai' => q{tai numbrid},
1632             'tibt' => q{tiibeti numbrid},
1633             'tirh' => q{tirhuta numbrid},
1634             'traditional' => q{traditsioonilised numbrid},
1635             'vaii' => q{vai numbrid},
1636             'wara' => q{hoo numbrid},
1637             },
1638              
1639             }
1640             },
1641             );
1642              
1643             has 'display_name_measurement_system' => (
1644             is => 'ro',
1645             isa => HashRef[Str],
1646             init_arg => undef,
1647             default => sub {
1648             {
1649             'metric' => q{meetermõõdustik},
1650             'UK' => q{inglise mõõdustik},
1651             'US' => q{USA mõõdustik},
1652              
1653             }
1654             },
1655             );
1656              
1657             has 'display_name_code_patterns' => (
1658             is => 'ro',
1659             isa => HashRef[Str],
1660             init_arg => undef,
1661             default => sub {
1662             {
1663             'language' => 'Keel: {0}',
1664             'script' => 'Kiri: {0}',
1665             'region' => 'Piirkond: {0}',
1666              
1667             }
1668             },
1669             );
1670              
1671             has 'characters' => (
1672             is => 'ro',
1673             isa => HashRef,
1674             init_arg => undef,
1675             default => $^V ge v5.18.0
1676             ? eval <<'EOT'
1677             sub {
1678             no warnings 'experimental::regex_sets';
1679             return {
1680             auxiliary => qr{[á à â å ā æ ç é è ê ë ē í ì î ï ī ñ ó ò ŏ ô ø ō œ ú ù û ū]},
1681             index => ['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'Š', 'Z', 'Ž', 'T', 'U', 'V', 'Õ', 'Ä', 'Ö', 'Ü', 'X', 'Y'],
1682             main => qr{[a b c d e f g h i j k l m n o p q r s š z ž t u v w õ ä ö ü x y]},
1683             numbers => qr{[  , % ‰ + − 0 1 2 3 4 5 6 7 8 9]},
1684             punctuation => qr{[\- , ; \: ! ? . “ „ ( ) \[ \] \{ \} @]},
1685             };
1686             },
1687             EOT
1688             : sub {
1689             return { index => ['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'Š', 'Z', 'Ž', 'T', 'U', 'V', 'Õ', 'Ä', 'Ö', 'Ü', 'X', 'Y'], };
1690             },
1691             );
1692              
1693 1     1   96  
  1         2  
  1         160  
1694             has 'ellipsis' => (
1695             is => 'ro',
1696             isa => HashRef,
1697             init_arg => undef,
1698             default => sub {
1699             return {
1700             'final' => '{0}…',
1701             'initial' => '…{0}',
1702             'medial' => '{0} … {1}',
1703             'word-final' => '{0} …',
1704             'word-initial' => '… {0}',
1705             'word-medial' => '{0} … {1}',
1706             };
1707             },
1708             );
1709              
1710             has 'more_information' => (
1711             is => 'ro',
1712             isa => Str,
1713             init_arg => undef,
1714             default => qq{?},
1715             );
1716              
1717             has 'quote_start' => (
1718             is => 'ro',
1719             isa => Str,
1720             init_arg => undef,
1721             default => qq{„},
1722             );
1723              
1724             has 'quote_end' => (
1725             is => 'ro',
1726             isa => Str,
1727             init_arg => undef,
1728             default => qq{“},
1729             );
1730              
1731             has 'alternate_quote_start' => (
1732             is => 'ro',
1733             isa => Str,
1734             init_arg => undef,
1735             default => qq{‚},
1736             );
1737              
1738             has 'alternate_quote_end' => (
1739             is => 'ro',
1740             isa => Str,
1741             init_arg => undef,
1742             default => qq{‘},
1743             );
1744              
1745             has 'duration_units' => (
1746             is => 'ro',
1747             isa => HashRef[Str],
1748             init_arg => undef,
1749             default => sub { {
1750             hm => 'h:mm',
1751             hms => 'h:mm:ss',
1752             ms => 'm:ss',
1753             } }
1754             );
1755              
1756             has 'units' => (
1757             is => 'ro',
1758             isa => HashRef[HashRef[HashRef[Str]]],
1759             init_arg => undef,
1760             default => sub { {
1761             'long' => {
1762             '' => {
1763             'name' => q(põhiilmakaar),
1764             },
1765             'acre' => {
1766             'name' => q(aakrid),
1767             'one' => q({0} aaker),
1768             'other' => q({0} aakrit),
1769             },
1770             'acre-foot' => {
1771             'name' => q(aakerjalad),
1772             'one' => q({0} aakerjalg),
1773             'other' => q({0} aakerjalga),
1774             },
1775             'ampere' => {
1776             'name' => q(amprid),
1777             'one' => q({0} amper),
1778             'other' => q({0} amprit),
1779             },
1780             'arc-minute' => {
1781             'name' => q(kaareminutid),
1782             'one' => q({0} kaareminut),
1783             'other' => q({0} kaareminutit),
1784             },
1785             'arc-second' => {
1786             'name' => q(kaaresekundid),
1787             'one' => q({0} kaaresekund),
1788             'other' => q({0} kaaresekundit),
1789             },
1790             'astronomical-unit' => {
1791             'name' => q(astronoomilised ühikud),
1792             'one' => q({0} astronoomiline ühik),
1793             'other' => q({0} astronoomilist ühikut),
1794             },
1795             'atmosphere' => {
1796             'name' => q(atmosfäärid),
1797             'one' => q({0} atmosfäär),
1798             'other' => q({0} atmosfääri),
1799             },
1800             'bit' => {
1801             'name' => q(bitid),
1802             'one' => q({0} bitt),
1803             'other' => q({0} bitti),
1804             },
1805             'bushel' => {
1806             'name' => q(buššelid),
1807             'one' => q({0} buššel),
1808             'other' => q({0} buššelit),
1809             },
1810             'byte' => {
1811             'name' => q(baidid),
1812             'one' => q({0} bait),
1813             'other' => q({0} baiti),
1814             },
1815             'calorie' => {
1816             'name' => q(kalorid),
1817             'one' => q({0} kalor),
1818             'other' => q({0} kalorit),
1819             },
1820             'carat' => {
1821             'name' => q(karaadid),
1822             'one' => q({0} karaat),
1823             'other' => q({0} karaati),
1824             },
1825             'celsius' => {
1826             'name' => q(Celsiuse kraadid),
1827             'one' => q({0} Celsiuse kraad),
1828             'other' => q({0} Celsiuse kraadi),
1829             },
1830             'centiliter' => {
1831             'name' => q(sentiliitrid),
1832             'one' => q({0} sentiliiter),
1833             'other' => q({0} sentiliitrit),
1834             },
1835             'centimeter' => {
1836             'name' => q(sentimeetrid),
1837             'one' => q({0} sentimeeter),
1838             'other' => q({0} sentimeetrit),
1839             'per' => q({0} sentimeetri kohta),
1840             },
1841             'century' => {
1842             'name' => q(sajandid),
1843             'one' => q({0} sajand),
1844             'other' => q({0} sajandit),
1845             },
1846             'coordinate' => {
1847             'east' => q({0} idapikkust),
1848             'north' => q({0} põhjalaiust),
1849             'south' => q({0} lõunalaiust),
1850             'west' => q({0} läänepikkust),
1851             },
1852             'cubic-centimeter' => {
1853             'name' => q(kuupsentimeetrid),
1854             'one' => q({0} kuupsentimeeter),
1855             'other' => q({0} kuupsentimeetrit),
1856             'per' => q({0} kuupsentimeetri kohta),
1857             },
1858             'cubic-foot' => {
1859             'name' => q(kuupjalad),
1860             'one' => q({0} kuupjalg),
1861             'other' => q({0} kuupjalga),
1862             },
1863             'cubic-inch' => {
1864             'name' => q(kuuptollid),
1865             'one' => q({0} kuuptoll),
1866             'other' => q({0} kuuptolli),
1867             },
1868             'cubic-kilometer' => {
1869             'name' => q(kuupkilomeetrid),
1870             'one' => q({0} kuupkilomeeter),
1871             'other' => q({0} kuupkilomeetrit),
1872             },
1873             'cubic-meter' => {
1874             'name' => q(kuupmeetrid),
1875             'one' => q({0} kuupmeeter),
1876             'other' => q({0} kuupmeetrit),
1877             'per' => q({0} kuupmeetri kohta),
1878             },
1879             'cubic-mile' => {
1880             'name' => q(kuupmiilid),
1881             'one' => q({0} kuupmiil),
1882             'other' => q({0} kuupmiili),
1883             },
1884             'cubic-yard' => {
1885             'name' => q(kuupjardid),
1886             'one' => q({0} kuupjard),
1887             'other' => q({0} kuupjardi),
1888             },
1889             'cup' => {
1890             'name' => q(tassid),
1891             'one' => q({0} tass),
1892             'other' => q({0} tassi),
1893             },
1894             'cup-metric' => {
1895             'name' => q(meetrilised tassid),
1896             'one' => q({0} meetriline tass),
1897             'other' => q({0} meetrilist tassi),
1898             },
1899             'day' => {
1900             'name' => q(ööpäevad),
1901             'one' => q({0} ööpäev),
1902             'other' => q({0} ööpäeva),
1903             'per' => q({0} ööpäevas),
1904             },
1905             'deciliter' => {
1906             'name' => q(detsiliitrid),
1907             'one' => q({0} detsiliiter),
1908             'other' => q({0} detsiliitrit),
1909             },
1910             'decimeter' => {
1911             'name' => q(detsimeetrid),
1912             'one' => q({0} detsimeeter),
1913             'other' => q({0} detsimeetrit),
1914             },
1915             'degree' => {
1916             'name' => q(kraadid),
1917             'one' => q({0} kraad),
1918             'other' => q({0} kraadi),
1919             },
1920             'fahrenheit' => {
1921             'name' => q(Fahrenheiti kraadid),
1922             'one' => q({0} Fahrenheiti kraad),
1923             'other' => q({0} Fahrenheiti kraadi),
1924             },
1925             'fathom' => {
1926             'name' => q(süllad),
1927             'one' => q({0} süld),
1928             'other' => q({0} sülda),
1929             },
1930             'fluid-ounce' => {
1931             'name' => q(vedelikuuntsid),
1932             'one' => q({0} vedelikuunts),
1933             'other' => q({0} vedelikuuntsi),
1934             },
1935             'foodcalorie' => {
1936             'name' => q(toidukalorid),
1937             'one' => q({0} toidukalor),
1938             'other' => q({0} toidukalorit),
1939             },
1940             'foot' => {
1941             'name' => q(jalad),
1942             'one' => q({0} jalg),
1943             'other' => q({0} jalga),
1944             'per' => q({0} jala kohta),
1945             },
1946             'furlong' => {
1947             'name' => q(furlongid),
1948             'one' => q({0} furlong),
1949             'other' => q({0} furlongi),
1950             },
1951             'g-force' => {
1952             'name' => q(Maa raskuskiirendus),
1953             'one' => q({0} Maa raskuskiirendus),
1954             'other' => q({0} Maa raskuskiirendust),
1955             },
1956             'gallon' => {
1957             'name' => q(gallonid),
1958             'one' => q({0} gallon),
1959             'other' => q({0} gallonit),
1960             'per' => q({0} galloni kohta),
1961             },
1962             'gallon-imperial' => {
1963             'name' => q(inglise gallonid),
1964             'one' => q({0} inglise gallon),
1965             'other' => q({0} inglise gallonit),
1966             'per' => q({0} inglise galloni kohta),
1967             },
1968             'generic' => {
1969             'name' => q(°),
1970             'one' => q({0}°),
1971             'other' => q({0}°),
1972             },
1973             'gigabit' => {
1974             'name' => q(gigabitid),
1975             'one' => q({0} gigabitt),
1976             'other' => q({0} gigabitti),
1977             },
1978             'gigabyte' => {
1979             'name' => q(gigabaidid),
1980             'one' => q({0} gigabait),
1981             'other' => q({0} gigabaiti),
1982             },
1983             'gigahertz' => {
1984             'name' => q(gigahertsid),
1985             'one' => q({0} gigaherts),
1986             'other' => q({0} gigahertsi),
1987             },
1988             'gigawatt' => {
1989             'name' => q(gigavatid),
1990             'one' => q({0} gigavatt),
1991             'other' => q({0} gigavatti),
1992             },
1993             'gram' => {
1994             'name' => q(grammid),
1995             'one' => q({0} gramm),
1996             'other' => q({0} grammi),
1997             'per' => q({0} grammi kohta),
1998             },
1999             'hectare' => {
2000             'name' => q(hektarid),
2001             'one' => q({0} hektar),
2002             'other' => q({0} hektarit),
2003             },
2004             'hectoliter' => {
2005             'name' => q(hektoliitrid),
2006             'one' => q({0} hektoliiter),
2007             'other' => q({0} hektoliitrit),
2008             },
2009             'hectopascal' => {
2010             'name' => q(hektopaskalid),
2011             'one' => q({0} hektopaskal),
2012             'other' => q({0} hektopaskalit),
2013             },
2014             'hertz' => {
2015             'name' => q(hertsid),
2016             'one' => q({0} herts),
2017             'other' => q({0} hertsi),
2018             },
2019             'horsepower' => {
2020             'name' => q(hobujõud),
2021             'one' => q({0} hobujõud),
2022             'other' => q({0} hobujõudu),
2023             },
2024             'hour' => {
2025             'name' => q(tunnid),
2026             'one' => q({0} tund),
2027             'other' => q({0} tundi),
2028             'per' => q({0} tunnis),
2029             },
2030             'inch' => {
2031             'name' => q(tollid),
2032             'one' => q({0} toll),
2033             'other' => q({0} tolli),
2034             'per' => q({0} tolli kohta),
2035             },
2036             'inch-hg' => {
2037             'name' => q(tollid elavhõbedasammast),
2038             'one' => q({0} toll elavhõbedasammast),
2039             'other' => q({0} tolli elavhõbedasammast),
2040             },
2041             'joule' => {
2042             'name' => q(džaulid),
2043             'one' => q({0} džaul),
2044             'other' => q({0} džauli),
2045             },
2046             'karat' => {
2047             'name' => q(karaadid),
2048             'one' => q({0} karaat),
2049             'other' => q({0} karaati),
2050             },
2051             'kelvin' => {
2052             'name' => q(kelvinid),
2053             'one' => q({0} kelvin),
2054             'other' => q({0} kelvinit),
2055             },
2056             'kilobit' => {
2057             'name' => q(kilobitid),
2058             'one' => q({0} kilobitt),
2059             'other' => q({0} kilobitti),
2060             },
2061             'kilobyte' => {
2062             'name' => q(kilobaidid),
2063             'one' => q({0} kilobait),
2064             'other' => q({0} kilobaiti),
2065             },
2066             'kilocalorie' => {
2067             'name' => q(kilokalorid),
2068             'one' => q({0} kilokalor),
2069             'other' => q({0} kilokalorit),
2070             },
2071             'kilogram' => {
2072             'name' => q(kilogrammid),
2073             'one' => q({0} kilogramm),
2074             'other' => q({0} kilogrammi),
2075             'per' => q({0} kilogrammi kohta),
2076             },
2077             'kilohertz' => {
2078             'name' => q(kilohertsid),
2079             'one' => q({0} kiloherts),
2080             'other' => q({0} kilohertsi),
2081             },
2082             'kilojoule' => {
2083             'name' => q(kilodžaulid),
2084             'one' => q({0} kilodžaul),
2085             'other' => q({0} kilodžauli),
2086             },
2087             'kilometer' => {
2088             'name' => q(kilomeetrid),
2089             'one' => q({0} kilomeeter),
2090             'other' => q({0} kilomeetrit),
2091             'per' => q({0} kilomeetri kohta),
2092             },
2093             'kilometer-per-hour' => {
2094             'name' => q(kilomeetrid tunnis),
2095             'one' => q({0} kilomeeter tunnis),
2096             'other' => q({0} kilomeetrit tunnis),
2097             },
2098             'kilowatt' => {
2099             'name' => q(kilovatid),
2100             'one' => q({0} kilovatt),
2101             'other' => q({0} kilovatti),
2102             },
2103             'kilowatt-hour' => {
2104             'name' => q(kilovatt-tunnid),
2105             'one' => q({0} kilovatt-tund),
2106             'other' => q({0} kilovatt-tundi),
2107             },
2108             'knot' => {
2109             'name' => q(sõlm),
2110             'one' => q({0} sõlm),
2111             'other' => q({0} sõlme),
2112             },
2113             'light-year' => {
2114             'name' => q(valgusaastad),
2115             'one' => q({0} valgusaasta),
2116             'other' => q({0} valgusaastat),
2117             },
2118             'liter' => {
2119             'name' => q(liitrid),
2120             'one' => q({0} liiter),
2121             'other' => q({0} liitrit),
2122             'per' => q({0} liitri kohta),
2123             },
2124             'liter-per-100kilometers' => {
2125             'name' => q(liitrid 100 kilomeetri kohta),
2126             'one' => q(liiter 100 kilomeetri kohta),
2127             'other' => q({0} liitrit 100 kilomeetri kohta),
2128             },
2129             'liter-per-kilometer' => {
2130             'name' => q(liitrid kilomeetri kohta),
2131             'one' => q({0} liiter kilomeetri kohta),
2132             'other' => q({0} liitrit kilomeetri kohta),
2133             },
2134             'lux' => {
2135             'name' => q(luks),
2136             'one' => q({0} luks),
2137             'other' => q({0} luksi),
2138             },
2139             'megabit' => {
2140             'name' => q(megabitid),
2141             'one' => q({0} megabitt),
2142             'other' => q({0} megabitti),
2143             },
2144             'megabyte' => {
2145             'name' => q(megabaidid),
2146             'one' => q({0} megabait),
2147             'other' => q({0} megabaiti),
2148             },
2149             'megahertz' => {
2150             'name' => q(megahertsid),
2151             'one' => q({0} megaherts),
2152             'other' => q({0} megahertsi),
2153             },
2154             'megaliter' => {
2155             'name' => q(megaliitrid),
2156             'one' => q({0} megaliiter),
2157             'other' => q({0} megaliitrit),
2158             },
2159             'megawatt' => {
2160             'name' => q(megavatid),
2161             'one' => q({0} megavatt),
2162             'other' => q({0} megavatti),
2163             },
2164             'meter' => {
2165             'name' => q(meetrid),
2166             'one' => q({0} meeter),
2167             'other' => q({0} meetrit),
2168             'per' => q({0} meetri kohta),
2169             },
2170             'meter-per-second' => {
2171             'name' => q(meetrid sekundis),
2172             'one' => q({0} meeter sekundis),
2173             'other' => q({0} meetrit sekundis),
2174             },
2175             'meter-per-second-squared' => {
2176             'name' => q(meetrid sekundi ruudu kohta),
2177             'one' => q({0} meeter sekundi ruudu kohta),
2178             'other' => q({0} meetrit sekundi ruudu kohta),
2179             },
2180             'metric-ton' => {
2181             'name' => q(tonnid),
2182             'one' => q({0} tonn),
2183             'other' => q({0} tonni),
2184             },
2185             'microgram' => {
2186             'name' => q(mikrogrammid),
2187             'one' => q({0} mikrogramm),
2188             'other' => q({0} mikrogrammi),
2189             },
2190             'micrometer' => {
2191             'name' => q(mikromeetrid),
2192             'one' => q({0} mikromeeter),
2193             'other' => q({0} mikromeetrit),
2194             },
2195             'microsecond' => {
2196             'name' => q(mikrosekundid),
2197             'one' => q({0} mikrosekund),
2198             'other' => q({0} mikrosekundit),
2199             },
2200             'mile' => {
2201             'name' => q(miilid),
2202             'one' => q({0} miil),
2203             'other' => q({0} miili),
2204             },
2205             'mile-per-gallon' => {
2206             'name' => q(miilid galloni kohta),
2207             'one' => q({0} miil galloni kohta),
2208             'other' => q({0} miili galloni kohta),
2209             },
2210             'mile-per-gallon-imperial' => {
2211             'name' => q(miilid inglise galloni kohta),
2212             'one' => q({0} miil inglise galloni kohta),
2213             'other' => q({0} miili inglise galloni kohta),
2214             },
2215             'mile-per-hour' => {
2216             'name' => q(miilid tunnis),
2217             'one' => q({0} miil tunnis),
2218             'other' => q({0} miili tunnis),
2219             },
2220             'mile-scandinavian' => {
2221             'name' => q(Skandinaavia miilid),
2222             'one' => q({0} Skandinaavia miil),
2223             'other' => q({0} Skandinaavia miili),
2224             },
2225             'milliampere' => {
2226             'name' => q(milliamprid),
2227             'one' => q({0} milliamper),
2228             'other' => q({0} milliamprit),
2229             },
2230             'millibar' => {
2231             'name' => q(millibaarid),
2232             'one' => q({0} millibaar),
2233             'other' => q({0} millibaari),
2234             },
2235             'milligram' => {
2236             'name' => q(milligrammid),
2237             'one' => q({0} milligramm),
2238             'other' => q({0} milligrammi),
2239             },
2240             'milligram-per-deciliter' => {
2241             'name' => q(milligrammid detsiliitri kohta),
2242             'one' => q({0} milligramm detsiliitri kohta),
2243             'other' => q({0} milligrammi detsiliitri kohta),
2244             },
2245             'milliliter' => {
2246             'name' => q(milliliitrid),
2247             'one' => q({0} milliliiter),
2248             'other' => q({0} milliliitrit),
2249             },
2250             'millimeter' => {
2251             'name' => q(millimeetrid),
2252             'one' => q({0} millimeeter),
2253             'other' => q({0} millimeetrit),
2254             },
2255             'millimeter-of-mercury' => {
2256             'name' => q(millimeetrid elavhõbedasammast),
2257             'one' => q({0} millimeeter elavhõbedasammast),
2258             'other' => q({0} millimeetrit elavhõbedasammast),
2259             },
2260             'millimole-per-liter' => {
2261             'name' => q(millimoolid liitri kohta),
2262             'one' => q({0} millimool liitri kohta),
2263             'other' => q({0} millimooli liitri kohta),
2264             },
2265             'millisecond' => {
2266             'name' => q(millisekundid),
2267             'one' => q({0} millisekund),
2268             'other' => q({0} millisekundit),
2269             },
2270             'milliwatt' => {
2271             'name' => q(millivatid),
2272             'one' => q({0} millivatt),
2273             'other' => q({0} millivatti),
2274             },
2275             'minute' => {
2276             'name' => q(minutid),
2277             'one' => q({0} minut),
2278             'other' => q({0} minutit),
2279             'per' => q({0} minutis),
2280             },
2281             'month' => {
2282             'name' => q(kuud),
2283             'one' => q({0} kuu),
2284             'other' => q({0} kuud),
2285             'per' => q({0} kuus),
2286             },
2287             'nanometer' => {
2288             'name' => q(nanomeetrid),
2289             'one' => q({0} nanomeeter),
2290             'other' => q({0} nanomeetrit),
2291             },
2292             'nanosecond' => {
2293             'name' => q(nanosekundid),
2294             'one' => q({0} nanosekund),
2295             'other' => q({0} nanosekundit),
2296             },
2297             'nautical-mile' => {
2298             'name' => q(meremiilid),
2299             'one' => q({0} meremiil),
2300             'other' => q({0} meremiili),
2301             },
2302             'ohm' => {
2303             'name' => q(oomid),
2304             'one' => q({0} oom),
2305             'other' => q({0} oomi),
2306             },
2307             'ounce' => {
2308             'name' => q(untsid),
2309             'one' => q({0} unts),
2310             'other' => q({0} untsi),
2311             'per' => q({0} untsi kohta),
2312             },
2313             'ounce-troy' => {
2314             'name' => q(troiuntsid),
2315             'one' => q({0} troiunts),
2316             'other' => q({0} troiuntsi),
2317             },
2318             'parsec' => {
2319             'name' => q(parsekid),
2320             'one' => q({0} parsek),
2321             'other' => q({0} parsekit),
2322             },
2323             'part-per-million' => {
2324             'name' => q(osa miljoni kohta),
2325             'one' => q({0} osa miljoni kohta),
2326             'other' => q({0} osa miljoni kohta),
2327             },
2328             'per' => {
2329             '1' => q({0} {1} kohta),
2330             },
2331             'percent' => {
2332             'name' => q(protsent),
2333             'one' => q({0} protsent),
2334             'other' => q({0} protsenti),
2335             },
2336             'permille' => {
2337             'name' => q(promill),
2338             'one' => q({0} promill),
2339             'other' => q({0} promilli),
2340             },
2341             'petabyte' => {
2342             'name' => q(petabaidid),
2343             'one' => q({0} petabait),
2344             'other' => q({0} petabaiti),
2345             },
2346             'picometer' => {
2347             'name' => q(pikomeetrid),
2348             'one' => q({0} pikomeeter),
2349             'other' => q({0} pikomeetrit),
2350             },
2351             'pint' => {
2352             'name' => q(pindid),
2353             'one' => q({0} pint),
2354             'other' => q({0} pinti),
2355             },
2356             'pint-metric' => {
2357             'name' => q(meetrilised pindid),
2358             'one' => q({0} meetriline pint),
2359             'other' => q({0} meetrilist pinti),
2360             },
2361             'point' => {
2362             'name' => q(punktid),
2363             'one' => q({0} punkt),
2364             'other' => q({0} punkti),
2365             },
2366             'pound' => {
2367             'name' => q(naelad),
2368             'one' => q({0} nael),
2369             'other' => q({0} naela),
2370             'per' => q({0} naela kohta),
2371             },
2372             'pound-per-square-inch' => {
2373             'name' => q(naelad ruuttolli kohta),
2374             'one' => q({0} nael ruuttolli kohta),
2375             'other' => q({0} naela ruuttolli kohta),
2376             },
2377             'quart' => {
2378             'name' => q(kvardid),
2379             'one' => q({0} kvart),
2380             'other' => q({0} kvarti),
2381             },
2382             'radian' => {
2383             'name' => q(radiaanid),
2384             'one' => q({0} radiaan),
2385             'other' => q({0} radiaani),
2386             },
2387             'revolution' => {
2388             'name' => q(täispööre),
2389             'one' => q({0} täispööre),
2390             'other' => q({0} täispööret),
2391             },
2392             'second' => {
2393             'name' => q(sekundid),
2394             'one' => q({0} sekund),
2395             'other' => q({0} sekundit),
2396             'per' => q({0} sekundis),
2397             },
2398             'square-centimeter' => {
2399             'name' => q(ruutsentimeetrid),
2400             'one' => q({0} ruutsentimeeter),
2401             'other' => q({0} ruutsentimeetrit),
2402             'per' => q({0} ruutsentimeetri kohta),
2403             },
2404             'square-foot' => {
2405             'name' => q(ruutjalad),
2406             'one' => q({0} ruutjalg),
2407             'other' => q({0} ruutjalga),
2408             },
2409             'square-inch' => {
2410             'name' => q(ruuttollid),
2411             'one' => q({0} ruuttoll),
2412             'other' => q({0} ruuttolli),
2413             'per' => q({0} ruuttolli kohta),
2414             },
2415             'square-kilometer' => {
2416             'name' => q(ruutkilomeetrid),
2417             'one' => q({0} ruutkilomeeter),
2418             'other' => q({0} ruutkilomeetrit),
2419             'per' => q({0} ruutkilomeetri kohta),
2420             },
2421             'square-meter' => {
2422             'name' => q(ruutmeetrid),
2423             'one' => q({0} ruutmeeter),
2424             'other' => q({0} ruutmeetrit),
2425             'per' => q({0} ruutmeetri kohta),
2426             },
2427             'square-mile' => {
2428             'name' => q(ruutmiilid),
2429             'one' => q({0} ruutmiil),
2430             'other' => q({0} ruutmiili),
2431             'per' => q({0} ruutmiili kohta),
2432             },
2433             'square-yard' => {
2434             'name' => q(ruutjardid),
2435             'one' => q({0} ruutjard),
2436             'other' => q({0} ruutjardi),
2437             },
2438             'stone' => {
2439             'name' => q(kivid),
2440             'one' => q({0} kivi),
2441             'other' => q({0} kivi),
2442             },
2443             'tablespoon' => {
2444             'name' => q(supilusikad),
2445             'one' => q({0} supilusikas),
2446             'other' => q({0} supilusikat),
2447             },
2448             'teaspoon' => {
2449             'name' => q(teelusikad),
2450             'one' => q({0} teelusikas),
2451             'other' => q({0} teelusikat),
2452             },
2453             'terabit' => {
2454             'name' => q(terabitid),
2455             'one' => q({0} terabitt),
2456             'other' => q({0} terabitti),
2457             },
2458             'terabyte' => {
2459             'name' => q(terabaidid),
2460             'one' => q({0} terabait),
2461             'other' => q({0} terabaiti),
2462             },
2463             'ton' => {
2464             'name' => q(lühikesed tonnid),
2465             'one' => q({0} lühike tonn),
2466             'other' => q({0} lühikest tonni),
2467             },
2468             'volt' => {
2469             'name' => q(voldid),
2470             'one' => q({0} volt),
2471             'other' => q({0} volti),
2472             },
2473             'watt' => {
2474             'name' => q(vatid),
2475             'one' => q({0} vatt),
2476             'other' => q({0} vatti),
2477             },
2478             'week' => {
2479             'name' => q(nädalad),
2480             'one' => q({0} nädal),
2481             'other' => q({0} nädalat),
2482             'per' => q({0} nädalas),
2483             },
2484             'yard' => {
2485             'name' => q(jardid),
2486             'one' => q({0} jard),
2487             'other' => q({0} jardi),
2488             },
2489             'year' => {
2490             'name' => q(aastad),
2491             'one' => q({0} aasta),
2492             'other' => q({0} aastat),
2493             'per' => q({0} aastas),
2494             },
2495             },
2496             'narrow' => {
2497             '' => {
2498             'name' => q(ilmakaar),
2499             },
2500             'acre' => {
2501             'one' => q({0} aaker),
2502             'other' => q({0} aakrit),
2503             },
2504             'arc-minute' => {
2505             'one' => q({0}′),
2506             'other' => q({0}′),
2507             },
2508             'arc-second' => {
2509             'one' => q({0}″),
2510             'other' => q({0}″),
2511             },
2512             'astronomical-unit' => {
2513             'name' => q(aü),
2514             'one' => q({0} aü),
2515             'other' => q({0} aü),
2516             },
2517             'byte' => {
2518             'one' => q({0} B),
2519             'other' => q({0} B),
2520             },
2521             'carat' => {
2522             'name' => q(ct),
2523             'one' => q({0} ct),
2524             'other' => q({0} ct),
2525             },
2526             'celsius' => {
2527             'name' => q(°C),
2528             'one' => q({0} °C),
2529             'other' => q({0} °C),
2530             },
2531             'centimeter' => {
2532             'name' => q(cm),
2533             'one' => q({0} cm),
2534             'other' => q({0} cm),
2535             'per' => q({0}/cm),
2536             },
2537             'coordinate' => {
2538             'east' => q({0} E),
2539             'north' => q({0} N),
2540             'south' => q({0} S),
2541             'west' => q({0} W),
2542             },
2543             'cubic-kilometer' => {
2544             'one' => q({0} km³),
2545             'other' => q({0} km³),
2546             },
2547             'cubic-mile' => {
2548             'one' => q({0} mi³),
2549             'other' => q({0} mi³),
2550             },
2551             'day' => {
2552             'name' => q(päev),
2553             'one' => q({0} p),
2554             'other' => q({0} p),
2555             },
2556             'decimeter' => {
2557             'name' => q(dm),
2558             'one' => q({0} dm),
2559             'other' => q({0} dm),
2560             },
2561             'degree' => {
2562             'one' => q({0}°),
2563             'other' => q({0}°),
2564             },
2565             'fahrenheit' => {
2566             'name' => q(°F),
2567             'one' => q({0} °F),
2568             'other' => q({0} °F),
2569             },
2570             'fathom' => {
2571             'name' => q(süllad),
2572             'one' => q({0} fth),
2573             'other' => q({0} fth),
2574             },
2575             'foot' => {
2576             'name' => q(ft),
2577             'one' => q({0} jalg),
2578             'other' => q({0} jalga),
2579             'per' => q({0}/ft),
2580             },
2581             'furlong' => {
2582             'name' => q(furlongid),
2583             'one' => q({0} fur),
2584             'other' => q({0} fur),
2585             },
2586             'g-force' => {
2587             'name' => q(Maa raskuskiirendus),
2588             'one' => q({0}G),
2589             'other' => q({0}G),
2590             },
2591             'generic' => {
2592             'name' => q(°),
2593             'one' => q({0}°),
2594             'other' => q({0}°),
2595             },
2596             'gram' => {
2597             'name' => q(gramm),
2598             'one' => q({0} g),
2599             'other' => q({0} g),
2600             'per' => q({0}/g),
2601             },
2602             'hectare' => {
2603             'one' => q({0} ha),
2604             'other' => q({0} ha),
2605             },
2606             'hectopascal' => {
2607             'name' => q(hPa),
2608             'one' => q({0} hPa),
2609             'other' => q({0} hPa),
2610             },
2611             'horsepower' => {
2612             'one' => q({0} hj),
2613             'other' => q({0} hj),
2614             },
2615             'hour' => {
2616             'name' => q(t),
2617             'one' => q({0} t),
2618             'other' => q({0} t),
2619             },
2620             'inch' => {
2621             'name' => q(tollid),
2622             'one' => q({0} toll),
2623             'other' => q({0} tolli),
2624             'per' => q({0}/in),
2625             },
2626             'inch-hg' => {
2627             'name' => q(″ Hg),
2628             'one' => q({0} toll Hg),
2629             'other' => q({0} tolli Hg),
2630             },
2631             'karat' => {
2632             'one' => q({0} kt),
2633             'other' => q({0} kt),
2634             },
2635             'kelvin' => {
2636             'name' => q(K),
2637             'one' => q({0} K),
2638             'other' => q({0} K),
2639             },
2640             'kilogram' => {
2641             'name' => q(kg),
2642             'one' => q({0} kg),
2643             'other' => q({0} kg),
2644             'per' => q({0}/kg),
2645             },
2646             'kilometer' => {
2647             'name' => q(km),
2648             'one' => q({0} km),
2649             'other' => q({0} km),
2650             'per' => q({0}/km),
2651             },
2652             'kilometer-per-hour' => {
2653             'name' => q(km/h),
2654             'one' => q({0} km/h),
2655             'other' => q({0} km/h),
2656             },
2657             'kilowatt' => {
2658             'one' => q({0}kW),
2659             'other' => q({0}kW),
2660             },
2661             'kilowatt-hour' => {
2662             'name' => q(kWh),
2663             },
2664             'knot' => {
2665             'name' => q(kn),
2666             'one' => q({0} kn),
2667             'other' => q({0} kn),
2668             },
2669             'light-year' => {
2670             'name' => q(valgusaastad),
2671             'one' => q({0} valgusa.),
2672             'other' => q({0} valgusa.),
2673             },
2674             'liter' => {
2675             'name' => q(liiter),
2676             'one' => q({0} l),
2677             'other' => q({0} l),
2678             },
2679             'liter-per-100kilometers' => {
2680             'name' => q(l/100 km),
2681             'one' => q({0} l/100km),
2682             'other' => q({0} l/100km),
2683             },
2684             'meter' => {
2685             'name' => q(m),
2686             'one' => q({0} m),
2687             'other' => q({0} m),
2688             'per' => q({0}/m),
2689             },
2690             'meter-per-second' => {
2691             'name' => q(m/s),
2692             'one' => q({0} m/s),
2693             'other' => q({0} m/s),
2694             },
2695             'meter-per-second-squared' => {
2696             'name' => q(m/s²),
2697             'one' => q({0} m/s²),
2698             'other' => q({0} m/s²),
2699             },
2700             'metric-ton' => {
2701             'name' => q(t),
2702             'one' => q({0} t),
2703             'other' => q({0} t),
2704             },
2705             'microgram' => {
2706             'name' => q(µg),
2707             'one' => q({0} µg),
2708             'other' => q({0} µg),
2709             },
2710             'micrometer' => {
2711             'name' => q(µm),
2712             'one' => q({0} µm),
2713             'other' => q({0} µm),
2714             },
2715             'microsecond' => {
2716             'name' => q(μs),
2717             'one' => q({0} μs),
2718             'other' => q({0} μs),
2719             },
2720             'mile' => {
2721             'name' => q(mi),
2722             'one' => q({0} miil),
2723             'other' => q({0} miili),
2724             },
2725             'mile-per-hour' => {
2726             'name' => q(mi/h),
2727             'one' => q({0} mi/h),
2728             'other' => q({0} mi/h),
2729             },
2730             'mile-scandinavian' => {
2731             'name' => q(smi),
2732             'one' => q({0} smi),
2733             'other' => q({0} smi),
2734             },
2735             'millibar' => {
2736             'name' => q(mbar),
2737             'one' => q({0} mbar),
2738             'other' => q({0} mbar),
2739             },
2740             'milligram' => {
2741             'name' => q(mg),
2742             'one' => q({0} mg),
2743             'other' => q({0} mg),
2744             },
2745             'millimeter' => {
2746             'name' => q(mm),
2747             'one' => q({0} mm),
2748             'other' => q({0} mm),
2749             },
2750             'millimeter-of-mercury' => {
2751             'name' => q(mm Hg),
2752             'one' => q({0} mm Hg),
2753             'other' => q({0} mm Hg),
2754             },
2755             'millisecond' => {
2756             'name' => q(ms),
2757             'one' => q({0} ms),
2758             'other' => q({0} ms),
2759             },
2760             'minute' => {
2761             'name' => q(min),
2762             'one' => q({0} min),
2763             'other' => q({0} min),
2764             'per' => q({0}/min),
2765             },
2766             'month' => {
2767             'name' => q(kuud),
2768             'one' => q({0} k),
2769             'other' => q({0} k),
2770             },
2771             'nanometer' => {
2772             'name' => q(nm),
2773             'one' => q({0} nm),
2774             'other' => q({0} nm),
2775             },
2776             'nanosecond' => {
2777             'name' => q(ns),
2778             'one' => q({0} ns),
2779             'other' => q({0} ns),
2780             },
2781             'nautical-mile' => {
2782             'name' => q(nmi),
2783             'one' => q({0} nmi),
2784             'other' => q({0} nmi),
2785             },
2786             'ounce' => {
2787             'name' => q(oz),
2788             'one' => q({0} oz),
2789             'other' => q({0} oz),
2790             'per' => q({0}/oz),
2791             },
2792             'ounce-troy' => {
2793             'name' => q(oz t),
2794             'one' => q({0} oz t),
2795             'other' => q({0} oz t),
2796             },
2797             'parsec' => {
2798             'name' => q(parsekid),
2799             'one' => q({0} pc),
2800             'other' => q({0} pc),
2801             },
2802             'per' => {
2803             '1' => q({0}/{1}),
2804             },
2805             'percent' => {
2806             'name' => q(%),
2807             'one' => q({0}%),
2808             'other' => q({0}%),
2809             },
2810             'picometer' => {
2811             'name' => q(pm),
2812             'one' => q({0} pm),
2813             'other' => q({0} pm),
2814             },
2815             'point' => {
2816             'name' => q(pt),
2817             'one' => q({0} pt),
2818             'other' => q({0} pt),
2819             },
2820             'pound' => {
2821             'name' => q(naelad),
2822             'one' => q({0} lb),
2823             'other' => q({0} lb),
2824             'per' => q({0}/lb),
2825             },
2826             'pound-per-square-inch' => {
2827             'name' => q(psi),
2828             'one' => q({0} psi),
2829             'other' => q({0} psi),
2830             },
2831             'second' => {
2832             'name' => q(s),
2833             'one' => q({0} s),
2834             'other' => q({0} s),
2835             'per' => q({0}/s),
2836             },
2837             'square-foot' => {
2838             'one' => q({0} ft²),
2839             'other' => q({0} ft²),
2840             },
2841             'square-kilometer' => {
2842             'one' => q({0} km²),
2843             'other' => q({0} km²),
2844             },
2845             'square-meter' => {
2846             'one' => q({0} m²),
2847             'other' => q({0} m²),
2848             },
2849             'square-mile' => {
2850             'one' => q({0} mi²),
2851             'other' => q({0} mi²),
2852             },
2853             'stone' => {
2854             'name' => q(kivid),
2855             'one' => q({0} st),
2856             'other' => q({0} st),
2857             },
2858             'ton' => {
2859             'name' => q(lüh t),
2860             'one' => q({0} lüh t),
2861             'other' => q({0} lüh t),
2862             },
2863             'watt' => {
2864             'one' => q({0}W),
2865             'other' => q({0}W),
2866             },
2867             'week' => {
2868             'name' => q(n),
2869             'one' => q({0} n),
2870             'other' => q({0} n),
2871             },
2872             'yard' => {
2873             'name' => q(jardid),
2874             'one' => q({0} jard),
2875             'other' => q({0} jardi),
2876             },
2877             'year' => {
2878             'name' => q(a),
2879             'one' => q({0} a),
2880             'other' => q({0} a),
2881             },
2882             },
2883             'short' => {
2884             '' => {
2885             'name' => q(ilmakaar),
2886             },
2887             'acre' => {
2888             'name' => q(aakrid),
2889             'one' => q({0} ac),
2890             'other' => q({0} ac),
2891             },
2892             'acre-foot' => {
2893             'name' => q(aakerjalg),
2894             'one' => q({0} ac ft),
2895             'other' => q({0} ac ft),
2896             },
2897             'ampere' => {
2898             'name' => q(amprid),
2899             'one' => q({0} A),
2900             'other' => q({0} A),
2901             },
2902             'arc-minute' => {
2903             'name' => q(kaareminut),
2904             'one' => q({0}′),
2905             'other' => q({0}′),
2906             },
2907             'arc-second' => {
2908             'name' => q(″),
2909             'one' => q({0}″),
2910             'other' => q({0}″),
2911             },
2912             'astronomical-unit' => {
2913             'name' => q(aü),
2914             'one' => q({0} aü),
2915             'other' => q({0} aü),
2916             },
2917             'atmosphere' => {
2918             'name' => q(atm),
2919             'one' => q({0} atm),
2920             'other' => q({0} atm),
2921             },
2922             'bit' => {
2923             'name' => q(bitt),
2924             'one' => q({0} b),
2925             'other' => q({0} b),
2926             },
2927             'bushel' => {
2928             'name' => q(buššelid),
2929             },
2930             'byte' => {
2931             'name' => q(bait),
2932             'one' => q({0} bait),
2933             'other' => q({0} baiti),
2934             },
2935             'calorie' => {
2936             'name' => q(cal),
2937             'one' => q({0} cal),
2938             'other' => q({0} cal),
2939             },
2940             'carat' => {
2941             'name' => q(ct),
2942             'one' => q({0} ct),
2943             'other' => q({0} ct),
2944             },
2945             'celsius' => {
2946             'name' => q(°C),
2947             'one' => q({0} °C),
2948             'other' => q({0} °C),
2949             },
2950             'centiliter' => {
2951             'name' => q(cl),
2952             'one' => q({0} cl),
2953             'other' => q({0} cl),
2954             },
2955             'centimeter' => {
2956             'name' => q(cm),
2957             'one' => q({0} cm),
2958             'other' => q({0} cm),
2959             'per' => q({0}/cm),
2960             },
2961             'century' => {
2962             'name' => q(saj),
2963             'one' => q({0} saj),
2964             'other' => q({0} saj),
2965             },
2966             'coordinate' => {
2967             'east' => q({0} ip),
2968             'north' => q({0} pl),
2969             'south' => q({0} ll),
2970             'west' => q({0} lp),
2971             },
2972             'cubic-centimeter' => {
2973             'name' => q(cm³),
2974             'one' => q({0} cm³),
2975             'other' => q({0} cm³),
2976             'per' => q({0}/cm³),
2977             },
2978             'cubic-foot' => {
2979             'name' => q(ft³),
2980             'one' => q({0} ft³),
2981             'other' => q({0} ft³),
2982             },
2983             'cubic-inch' => {
2984             'name' => q(kuuptollid),
2985             'one' => q({0} in³),
2986             'other' => q({0} in³),
2987             },
2988             'cubic-kilometer' => {
2989             'name' => q(km³),
2990             'one' => q({0} km³),
2991             'other' => q({0} km³),
2992             },
2993             'cubic-meter' => {
2994             'name' => q(m³),
2995             'one' => q({0} m³),
2996             'other' => q({0} m³),
2997             'per' => q({0}/m³),
2998             },
2999             'cubic-mile' => {
3000             'name' => q(kuupmiilid),
3001             'one' => q({0} mi³),
3002             'other' => q({0} mi³),
3003             },
3004             'cubic-yard' => {
3005             'name' => q(kuupjardid),
3006             'one' => q({0} yd³),
3007             'other' => q({0} yd³),
3008             },
3009             'cup' => {
3010             'name' => q(tass),
3011             'one' => q({0} c),
3012             'other' => q({0} c),
3013             },
3014             'cup-metric' => {
3015             'name' => q(mcup),
3016             'one' => q({0} mc),
3017             'other' => q({0} mc),
3018             },
3019             'day' => {
3020             'name' => q(päevad),
3021             'one' => q({0} päev),
3022             'other' => q({0} päeva),
3023             'per' => q({0}/ööp),
3024             },
3025             'deciliter' => {
3026             'name' => q(dl),
3027             'one' => q({0} dl),
3028             'other' => q({0} dl),
3029             },
3030             'decimeter' => {
3031             'name' => q(dm),
3032             'one' => q({0} dm),
3033             'other' => q({0} dm),
3034             },
3035             'degree' => {
3036             'name' => q(kraadid),
3037             'one' => q({0}°),
3038             'other' => q({0}°),
3039             },
3040             'fahrenheit' => {
3041             'name' => q(°F),
3042             'one' => q({0} °F),
3043             'other' => q({0} °F),
3044             },
3045             'fathom' => {
3046             'name' => q(süllad),
3047             'one' => q({0} fth),
3048             'other' => q({0} fth),
3049             },
3050             'fluid-ounce' => {
3051             'name' => q(fl oz),
3052             'one' => q({0} fl oz),
3053             'other' => q({0} fl oz),
3054             },
3055             'foodcalorie' => {
3056             'name' => q(Cal),
3057             'one' => q({0} Cal),
3058             'other' => q({0} Cal),
3059             },
3060             'foot' => {
3061             'name' => q(ft),
3062             'one' => q({0} ft),
3063             'other' => q({0} ft),
3064             'per' => q({0}/ft),
3065             },
3066             'furlong' => {
3067             'name' => q(furlongid),
3068             'one' => q({0} fur),
3069             'other' => q({0} fur),
3070             },
3071             'g-force' => {
3072             'name' => q(Maa raskuskiirendus),
3073             'one' => q({0} G),
3074             'other' => q({0} G),
3075             },
3076             'gallon' => {
3077             'name' => q(gal),
3078             'one' => q({0} gal),
3079             'other' => q({0} gal),
3080             'per' => q({0}/gal),
3081             },
3082             'gallon-imperial' => {
3083             'name' => q(Imp. gal),
3084             'one' => q({0} gal Imp.),
3085             'other' => q({0} gal Imp.),
3086             'per' => q({0}/gal Imp.),
3087             },
3088             'generic' => {
3089             'name' => q(°),
3090             'one' => q({0}°),
3091             'other' => q({0}°),
3092             },
3093             'gigabit' => {
3094             'name' => q(Gb),
3095             'one' => q({0} Gb),
3096             'other' => q({0} Gb),
3097             },
3098             'gigabyte' => {
3099             'name' => q(GB),
3100             'one' => q({0} GB),
3101             'other' => q({0} GB),
3102             },
3103             'gigahertz' => {
3104             'name' => q(GHz),
3105             'one' => q({0} GHz),
3106             'other' => q({0} GHz),
3107             },
3108             'gigawatt' => {
3109             'name' => q(GW),
3110             'one' => q({0} GW),
3111             'other' => q({0} GW),
3112             },
3113             'gram' => {
3114             'name' => q(grammid),
3115             'one' => q({0} g),
3116             'other' => q({0} g),
3117             'per' => q({0}/g),
3118             },
3119             'hectare' => {
3120             'name' => q(hektarid),
3121             'one' => q({0} ha),
3122             'other' => q({0} ha),
3123             },
3124             'hectoliter' => {
3125             'name' => q(hl),
3126             'one' => q({0} hl),
3127             'other' => q({0} hl),
3128             },
3129             'hectopascal' => {
3130             'name' => q(hPa),
3131             'one' => q({0} hPa),
3132             'other' => q({0} hPa),
3133             },
3134             'hertz' => {
3135             'name' => q(Hz),
3136             'one' => q({0} Hz),
3137             'other' => q({0} Hz),
3138             },
3139             'horsepower' => {
3140             'name' => q(hj),
3141             'one' => q({0} hj),
3142             'other' => q({0} hj),
3143             },
3144             'hour' => {
3145             'name' => q(t),
3146             'one' => q({0} t),
3147             'other' => q({0} t),
3148             'per' => q({0}/t),
3149             },
3150             'inch' => {
3151             'name' => q(tollid),
3152             'one' => q({0} in),
3153             'other' => q({0} in),
3154             'per' => q({0}/in),
3155             },
3156             'inch-hg' => {
3157             'name' => q(in Hg),
3158             'one' => q({0} in Hg),
3159             'other' => q({0} in Hg),
3160             },
3161             'joule' => {
3162             'name' => q(džaulid),
3163             'one' => q({0} J),
3164             'other' => q({0} J),
3165             },
3166             'karat' => {
3167             'name' => q(karaat),
3168             'one' => q({0} ct),
3169             'other' => q({0} ct),
3170             },
3171             'kelvin' => {
3172             'name' => q(K),
3173             'one' => q({0} K),
3174             'other' => q({0} K),
3175             },
3176             'kilobit' => {
3177             'name' => q(kb),
3178             'one' => q({0} kb),
3179             'other' => q({0} kb),
3180             },
3181             'kilobyte' => {
3182             'name' => q(kB),
3183             'one' => q({0} kB),
3184             'other' => q({0} kB),
3185             },
3186             'kilocalorie' => {
3187             'name' => q(kcal),
3188             'one' => q({0} kcal),
3189             'other' => q({0} kcal),
3190             },
3191             'kilogram' => {
3192             'name' => q(kg),
3193             'one' => q({0} kg),
3194             'other' => q({0} kg),
3195             'per' => q({0}/kg),
3196             },
3197             'kilohertz' => {
3198             'name' => q(kHz),
3199             'one' => q({0} kHz),
3200             'other' => q({0} kHz),
3201             },
3202             'kilojoule' => {
3203             'name' => q(kJ),
3204             'one' => q({0} kJ),
3205             'other' => q({0} kJ),
3206             },
3207             'kilometer' => {
3208             'name' => q(km),
3209             'one' => q({0} km),
3210             'other' => q({0} km),
3211             'per' => q({0}/km),
3212             },
3213             'kilometer-per-hour' => {
3214             'name' => q(km/h),
3215             'one' => q({0} km/h),
3216             'other' => q({0} km/h),
3217             },
3218             'kilowatt' => {
3219             'name' => q(kW),
3220             'one' => q({0} kW),
3221             'other' => q({0} kW),
3222             },
3223             'kilowatt-hour' => {
3224             'name' => q(kW-tund),
3225             'one' => q({0} kWh),
3226             'other' => q({0} kWh),
3227             },
3228             'knot' => {
3229             'name' => q(kn),
3230             'one' => q({0} kn),
3231             'other' => q({0} kn),
3232             },
3233             'light-year' => {
3234             'name' => q(valgusaastad),
3235             'one' => q({0} valgusa.),
3236             'other' => q({0} valgusa.),
3237             },
3238             'liter' => {
3239             'name' => q(liitrid),
3240             'one' => q({0} l),
3241             'other' => q({0} l),
3242             'per' => q({0}/l),
3243             },
3244             'liter-per-100kilometers' => {
3245             'name' => q(l/100 km),
3246             'one' => q({0} l/100 km),
3247             'other' => q({0} l/100 km),
3248             },
3249             'liter-per-kilometer' => {
3250             'name' => q(l/km),
3251             'one' => q({0} l/km),
3252             'other' => q({0} l/km),
3253             },
3254             'lux' => {
3255             'name' => q(lx),
3256             'one' => q({0} lx),
3257             'other' => q({0} lx),
3258             },
3259             'megabit' => {
3260             'name' => q(Mb),
3261             'one' => q({0} Mb),
3262             'other' => q({0} Mb),
3263             },
3264             'megabyte' => {
3265             'name' => q(MB),
3266             'one' => q({0} MB),
3267             'other' => q({0} MB),
3268             },
3269             'megahertz' => {
3270             'name' => q(MHz),
3271             'one' => q({0} MHz),
3272             'other' => q({0} MHz),
3273             },
3274             'megaliter' => {
3275             'name' => q(Ml),
3276             'one' => q({0} Ml),
3277             'other' => q({0} Ml),
3278             },
3279             'megawatt' => {
3280             'name' => q(MW),
3281             'one' => q({0} MW),
3282             'other' => q({0} MW),
3283             },
3284             'meter' => {
3285             'name' => q(m),
3286             'one' => q({0} m),
3287             'other' => q({0} m),
3288             'per' => q({0}/m),
3289             },
3290             'meter-per-second' => {
3291             'name' => q(m/s),
3292             'one' => q({0} m/s),
3293             'other' => q({0} m/s),
3294             },
3295             'meter-per-second-squared' => {
3296             'name' => q(m/s²),
3297             'one' => q({0} m/s²),
3298             'other' => q({0} m/s²),
3299             },
3300             'metric-ton' => {
3301             'name' => q(t),
3302             'one' => q({0} t),
3303             'other' => q({0} t),
3304             },
3305             'microgram' => {
3306             'name' => q(µg),
3307             'one' => q({0} µg),
3308             'other' => q({0} µg),
3309             },
3310             'micrometer' => {
3311             'name' => q(µm),
3312             'one' => q({0} µm),
3313             'other' => q({0} µm),
3314             },
3315             'microsecond' => {
3316             'name' => q(μs),
3317             'one' => q({0} μs),
3318             'other' => q({0} μs),
3319             },
3320             'mile' => {
3321             'name' => q(mi),
3322             'one' => q({0} mi),
3323             'other' => q({0} mi),
3324             },
3325             'mile-per-gallon' => {
3326             'name' => q(miil/gallon),
3327             'one' => q({0} mpg),
3328             'other' => q({0} mpg),
3329             },
3330             'mile-per-gallon-imperial' => {
3331             'name' => q(miil/gal imp.),
3332             'one' => q({0} mpg imp.),
3333             'other' => q({0} mpg imp.),
3334             },
3335             'mile-per-hour' => {
3336             'name' => q(mi/h),
3337             'one' => q({0} mi/h),
3338             'other' => q({0} mi/h),
3339             },
3340             'mile-scandinavian' => {
3341             'name' => q(smi),
3342             'one' => q({0} smi),
3343             'other' => q({0} smi),
3344             },
3345             'milliampere' => {
3346             'name' => q(milliamprid),
3347             'one' => q({0} mA),
3348             'other' => q({0} mA),
3349             },
3350             'millibar' => {
3351             'name' => q(mbar),
3352             'one' => q({0} mbar),
3353             'other' => q({0} mbar),
3354             },
3355             'milligram' => {
3356             'name' => q(mg),
3357             'one' => q({0} mg),
3358             'other' => q({0} mg),
3359             },
3360             'milligram-per-deciliter' => {
3361             'name' => q(mg/dl),
3362             'one' => q({0} mg/dl),
3363             'other' => q({0} mg/dl),
3364             },
3365             'milliliter' => {
3366             'name' => q(ml),
3367             'one' => q({0} ml),
3368             'other' => q({0} ml),
3369             },
3370             'millimeter' => {
3371             'name' => q(mm),
3372             'one' => q({0} mm),
3373             'other' => q({0} mm),
3374             },
3375             'millimeter-of-mercury' => {
3376             'name' => q(mm Hg),
3377             'one' => q({0} mm Hg),
3378             'other' => q({0} mm Hg),
3379             },
3380             'millimole-per-liter' => {
3381             'name' => q(mmol/l),
3382             'one' => q({0} mmol/l),
3383             'other' => q({0} mmol/l),
3384             },
3385             'millisecond' => {
3386             'name' => q(ms),
3387             'one' => q({0} ms),
3388             'other' => q({0} ms),
3389             },
3390             'milliwatt' => {
3391             'name' => q(mW),
3392             'one' => q({0} mW),
3393             'other' => q({0} mW),
3394             },
3395             'minute' => {
3396             'name' => q(min),
3397             'one' => q({0} min),
3398             'other' => q({0} min),
3399             'per' => q({0}/min),
3400             },
3401             'month' => {
3402             'name' => q(kuud),
3403             'one' => q({0} kuu),
3404             'other' => q({0} kuud),
3405             'per' => q({0}/k),
3406             },
3407             'nanometer' => {
3408             'name' => q(nm),
3409             'one' => q({0} nm),
3410             'other' => q({0} nm),
3411             },
3412             'nanosecond' => {
3413             'name' => q(ns),
3414             'one' => q({0} ns),
3415             'other' => q({0} ns),
3416             },
3417             'nautical-mile' => {
3418             'name' => q(nmi),
3419             'one' => q({0} nmi),
3420             'other' => q({0} nmi),
3421             },
3422             'ohm' => {
3423             'name' => q(oomid),
3424             'one' => q({0} Ω),
3425             'other' => q({0} Ω),
3426             },
3427             'ounce' => {
3428             'name' => q(oz),
3429             'one' => q({0} oz),
3430             'other' => q({0} oz),
3431             'per' => q({0}/oz),
3432             },
3433             'ounce-troy' => {
3434             'name' => q(oz t),
3435             'one' => q({0} oz t),
3436             'other' => q({0} oz t),
3437             },
3438             'parsec' => {
3439             'name' => q(parsekid),
3440             'one' => q({0} pc),
3441             'other' => q({0} pc),
3442             },
3443             'part-per-million' => {
3444             'name' => q(osa/miljon),
3445             'one' => q({0} ppm),
3446             'other' => q({0} ppm),
3447             },
3448             'per' => {
3449             '1' => q({0}/{1}),
3450             },
3451             'percent' => {
3452             'name' => q(%),
3453             'one' => q({0}%),
3454             'other' => q({0}%),
3455             },
3456             'permille' => {
3457             'name' => q(‰),
3458             'one' => q({0}‰),
3459             'other' => q({0}‰),
3460             },
3461             'petabyte' => {
3462             'name' => q(PB),
3463             'one' => q({0} PB),
3464             'other' => q({0} PB),
3465             },
3466             'picometer' => {
3467             'name' => q(pm),
3468             'one' => q({0} pm),
3469             'other' => q({0} pm),
3470             },
3471             'pint' => {
3472             'name' => q(pindid),
3473             'one' => q({0} pt),
3474             'other' => q({0} pt),
3475             },
3476             'pint-metric' => {
3477             'name' => q(mpt),
3478             'one' => q({0} mpt),
3479             'other' => q({0} mpt),
3480             },
3481             'point' => {
3482             'name' => q(punktid),
3483             'one' => q({0} pt),
3484             'other' => q({0} pt),
3485             },
3486             'pound' => {
3487             'name' => q(naelad),
3488             'one' => q({0} lb),
3489             'other' => q({0} lb),
3490             'per' => q({0}/lb),
3491             },
3492             'pound-per-square-inch' => {
3493             'name' => q(psi),
3494             'one' => q({0} psi),
3495             'other' => q({0} psi),
3496             },
3497             'quart' => {
3498             'name' => q(kvart),
3499             'one' => q({0} qt),
3500             'other' => q({0} qt),
3501             },
3502             'radian' => {
3503             'name' => q(radiaanid),
3504             'one' => q({0} rad),
3505             'other' => q({0} rad),
3506             },
3507             'revolution' => {
3508             'name' => q(pööre),
3509             'one' => q({0} pööre),
3510             'other' => q({0} pööret),
3511             },
3512             'second' => {
3513             'name' => q(sek),
3514             'one' => q({0} sek),
3515             'other' => q({0} sek),
3516             'per' => q({0}/sek),
3517             },
3518             'square-centimeter' => {
3519             'name' => q(cm²),
3520             'one' => q({0} cm²),
3521             'other' => q({0} cm²),
3522             'per' => q({0}/cm²),
3523             },
3524             'square-foot' => {
3525             'name' => q(ruutjalad),
3526             'one' => q({0} ft²),
3527             'other' => q({0} ft²),
3528             },
3529             'square-inch' => {
3530             'name' => q(ruuttollid),
3531             'one' => q({0} in²),
3532             'other' => q({0} in²),
3533             'per' => q({0}/in²),
3534             },
3535             'square-kilometer' => {
3536             'name' => q(km²),
3537             'one' => q({0} km²),
3538             'other' => q({0} km²),
3539             'per' => q({0}/km²),
3540             },
3541             'square-meter' => {
3542             'name' => q(m²),
3543             'one' => q({0} m²),
3544             'other' => q({0} m²),
3545             'per' => q({0}/m²),
3546             },
3547             'square-mile' => {
3548             'name' => q(mi²),
3549             'one' => q({0} mi²),
3550             'other' => q({0} mi²),
3551             'per' => q({0}/mi²),
3552             },
3553             'square-yard' => {
3554             'name' => q(ruutjardid),
3555             'one' => q({0} yd²),
3556             'other' => q({0} yd²),
3557             },
3558             'stone' => {
3559             'name' => q(kivid),
3560             'one' => q({0} st),
3561             'other' => q({0} st),
3562             },
3563             'tablespoon' => {
3564             'name' => q(spl),
3565             'one' => q({0} spl),
3566             'other' => q({0} spl),
3567             },
3568             'teaspoon' => {
3569             'name' => q(tl),
3570             'one' => q({0} tl),
3571             'other' => q({0} tl),
3572             },
3573             'terabit' => {
3574             'name' => q(Tb),
3575             'one' => q({0} Tb),
3576             'other' => q({0} Tb),
3577             },
3578             'terabyte' => {
3579             'name' => q(TB),
3580             'one' => q({0} TB),
3581             'other' => q({0} TB),
3582             },
3583             'ton' => {
3584             'name' => q(lüh t),
3585             'one' => q({0} lüh t),
3586             'other' => q({0} lüh t),
3587             },
3588             'volt' => {
3589             'name' => q(voldid),
3590             'one' => q({0} V),
3591             'other' => q({0} V),
3592             },
3593             'watt' => {
3594             'name' => q(vatid),
3595             'one' => q({0} W),
3596             'other' => q({0} W),
3597             },
3598             'week' => {
3599             'name' => q(näd),
3600             'one' => q({0} näd),
3601             'other' => q({0} näd),
3602             'per' => q({0}/näd),
3603             },
3604             'yard' => {
3605             'name' => q(jardid),
3606             'one' => q({0} yd),
3607             'other' => q({0} yd),
3608             },
3609             'year' => {
3610             'name' => q(aastad),
3611             'one' => q({0} a),
3612             'other' => q({0} a),
3613             'per' => q({0}/a),
3614             },
3615             },
3616             } }
3617             );
3618              
3619             has 'yesstr' => (
3620             is => 'ro',
3621             isa => RegexpRef,
3622             init_arg => undef,
3623             default => sub { qr'^(?i:jah|j|yes|y)$' }
3624             );
3625              
3626             has 'nostr' => (
3627             is => 'ro',
3628             isa => RegexpRef,
3629             init_arg => undef,
3630             default => sub { qr'^(?i:ei|e|no|n)$' }
3631             );
3632              
3633             has 'listPatterns' => (
3634             is => 'ro',
3635             isa => HashRef,
3636             init_arg => undef,
3637             default => sub { {
3638             start => q({0}, {1}),
3639             middle => q({0}, {1}),
3640             end => q({0}, {1}),
3641             2 => q({0}, {1}),
3642             } }
3643             );
3644              
3645             has 'default_numbering_system' => (
3646             is => 'ro',
3647             isa => Str,
3648             init_arg => undef,
3649             default => 'latn',
3650             );
3651              
3652             has native_numbering_system => (
3653             is => 'ro',
3654             isa => Str,
3655             init_arg => undef,
3656             default => 'latn',
3657             );
3658              
3659             has 'minimum_grouping_digits' => (
3660             is =>'ro',
3661             isa => Int,
3662             init_arg => undef,
3663             default => 2,
3664             );
3665              
3666             has 'number_symbols' => (
3667             is => 'ro',
3668             isa => HashRef,
3669             init_arg => undef,
3670             default => sub { {
3671             'latn' => {
3672             'decimal' => q(,),
3673             'exponential' => q(×10^),
3674             'group' => q( ),
3675             'infinity' => q(∞),
3676             'list' => q(;),
3677             'minusSign' => q(−),
3678             'nan' => q(NaN),
3679             'perMille' => q(‰),
3680             'percentSign' => q(%),
3681             'plusSign' => q(+),
3682             'superscriptingExponent' => q(×),
3683             'timeSeparator' => q(:),
3684             },
3685             } }
3686             );
3687              
3688             has 'number_formats' => (
3689             is => 'ro',
3690             isa => HashRef,
3691             init_arg => undef,
3692             default => sub { {
3693             decimalFormat => {
3694             'default' => {
3695             '1000' => {
3696             'one' => '0 tuh',
3697             'other' => '0 tuh',
3698             },
3699             '10000' => {
3700             'one' => '00 tuh',
3701             'other' => '00 tuh',
3702             },
3703             '100000' => {
3704             'one' => '000 tuh',
3705             'other' => '000 tuh',
3706             },
3707             '1000000' => {
3708             'one' => '0 mln',
3709             'other' => '0 mln',
3710             },
3711             '10000000' => {
3712             'one' => '00 mln',
3713             'other' => '00 mln',
3714             },
3715             '100000000' => {
3716             'one' => '000 mln',
3717             'other' => '000 mln',
3718             },
3719             '1000000000' => {
3720             'one' => '0 mld',
3721             'other' => '0 mld',
3722             },
3723             '10000000000' => {
3724             'one' => '00 mld',
3725             'other' => '00 mld',
3726             },
3727             '100000000000' => {
3728             'one' => '000 mld',
3729             'other' => '000 mld',
3730             },
3731             '1000000000000' => {
3732             'one' => '0 trl',
3733             'other' => '0 trl',
3734             },
3735             '10000000000000' => {
3736             'one' => '00 trl',
3737             'other' => '00 trl',
3738             },
3739             '100000000000000' => {
3740             'one' => '000 trl',
3741             'other' => '000 trl',
3742             },
3743             'standard' => {
3744             'default' => '#,##0.###',
3745             },
3746             },
3747             'long' => {
3748             '1000' => {
3749             'one' => '0 tuhat',
3750             'other' => '0 tuhat',
3751             },
3752             '10000' => {
3753             'one' => '00 tuhat',
3754             'other' => '00 tuhat',
3755             },
3756             '100000' => {
3757             'one' => '000 tuhat',
3758             'other' => '000 tuhat',
3759             },
3760             '1000000' => {
3761             'one' => '0 miljon',
3762             'other' => '0 miljonit',
3763             },
3764             '10000000' => {
3765             'one' => '00 miljonit',
3766             'other' => '00 miljonit',
3767             },
3768             '100000000' => {
3769             'one' => '000 miljonit',
3770             'other' => '000 miljonit',
3771             },
3772             '1000000000' => {
3773             'one' => '0 miljard',
3774             'other' => '0 miljardit',
3775             },
3776             '10000000000' => {
3777             'one' => '00 miljardit',
3778             'other' => '00 miljardit',
3779             },
3780             '100000000000' => {
3781             'one' => '000 miljardit',
3782             'other' => '000 miljardit',
3783             },
3784             '1000000000000' => {
3785             'one' => '0 triljon',
3786             'other' => '0 triljonit',
3787             },
3788             '10000000000000' => {
3789             'one' => '00 triljonit',
3790             'other' => '00 triljonit',
3791             },
3792             '100000000000000' => {
3793             'one' => '000 triljonit',
3794             'other' => '000 triljonit',
3795             },
3796             },
3797             'short' => {
3798             '1000' => {
3799             'one' => '0 tuh',
3800             'other' => '0 tuh',
3801             },
3802             '10000' => {
3803             'one' => '00 tuh',
3804             'other' => '00 tuh',
3805             },
3806             '100000' => {
3807             'one' => '000 tuh',
3808             'other' => '000 tuh',
3809             },
3810             '1000000' => {
3811             'one' => '0 mln',
3812             'other' => '0 mln',
3813             },
3814             '10000000' => {
3815             'one' => '00 mln',
3816             'other' => '00 mln',
3817             },
3818             '100000000' => {
3819             'one' => '000 mln',
3820             'other' => '000 mln',
3821             },
3822             '1000000000' => {
3823             'one' => '0 mld',
3824             'other' => '0 mld',
3825             },
3826             '10000000000' => {
3827             'one' => '00 mld',
3828             'other' => '00 mld',
3829             },
3830             '100000000000' => {
3831             'one' => '000 mld',
3832             'other' => '000 mld',
3833             },
3834             '1000000000000' => {
3835             'one' => '0 trl',
3836             'other' => '0 trl',
3837             },
3838             '10000000000000' => {
3839             'one' => '00 trl',
3840             'other' => '00 trl',
3841             },
3842             '100000000000000' => {
3843             'one' => '000 trl',
3844             'other' => '000 trl',
3845             },
3846             },
3847             },
3848             percentFormat => {
3849             'default' => {
3850             'standard' => {
3851             'default' => '#,##0%',
3852             },
3853             },
3854             },
3855             scientificFormat => {
3856             'default' => {
3857             'standard' => {
3858             'default' => '#E0',
3859             },
3860             },
3861             },
3862             } },
3863             );
3864              
3865             has 'number_currency_formats' => (
3866             is => 'ro',
3867             isa => HashRef,
3868             init_arg => undef,
3869             default => sub { {
3870             'latn' => {
3871             'pattern' => {
3872             'default' => {
3873             'accounting' => {
3874             'negative' => '(#,##0.00 ¤)',
3875             'positive' => '#,##0.00 ¤',
3876             },
3877             'standard' => {
3878             'positive' => '#,##0.00 ¤',
3879             },
3880             },
3881             },
3882             },
3883             } },
3884             );
3885              
3886             has 'currencies' => (
3887             is => 'ro',
3888             isa => HashRef,
3889             init_arg => undef,
3890             default => sub { {
3891             'ADP' => {
3892             display_name => {
3893             'currency' => q(Andorra peseeta),
3894             'one' => q(Andorra peseeta),
3895             'other' => q(Andorra peseetat),
3896             },
3897             },
3898             'AED' => {
3899             symbol => 'AED',
3900             display_name => {
3901             'currency' => q(Araabia Ühendemiraatide dirhem),
3902             'one' => q(Araabia Ühendemiraatide dirhem),
3903             'other' => q(Araabia Ühendemiraatide dirhemit),
3904             },
3905             },
3906             'AFA' => {
3907             display_name => {
3908             'currency' => q(Afganistani afgaani \(1927–2002\)),
3909             'one' => q(Afganistani afgaani \(1927–2002\)),
3910             'other' => q(Afganistani afgaanit \(1927–2002\)),
3911             },
3912             },
3913             'AFN' => {
3914             symbol => 'AFN',
3915             display_name => {
3916             'currency' => q(Afganistani afgaani),
3917             'one' => q(Afganistani afgaani),
3918             'other' => q(Afganistani afgaanit),
3919             },
3920             },
3921             'ALK' => {
3922             display_name => {
3923             'currency' => q(Albaania lekk \(1946–1965\)),
3924             'one' => q(Albaania lekk \(1946–1965\)),
3925             'other' => q(Albaania lekki \(1946–1965\)),
3926             },
3927             },
3928             'ALL' => {
3929             symbol => 'ALL',
3930             display_name => {
3931             'currency' => q(Albaania lekk),
3932             'one' => q(Albaania lekk),
3933             'other' => q(Albaania lekki),
3934             },
3935             },
3936             'AMD' => {
3937             symbol => 'AMD',
3938             display_name => {
3939             'currency' => q(Armeenia dramm),
3940             'one' => q(Armeenia dramm),
3941             'other' => q(Armeenia drammi),
3942             },
3943             },
3944             'ANG' => {
3945             symbol => 'ANG',
3946             display_name => {
3947             'currency' => q(Hollandi Antillide kulden),
3948             'one' => q(Hollandi Antillide kulden),
3949             'other' => q(Hollandi Antillide kuldnat),
3950             },
3951             },
3952             'AOA' => {
3953             symbol => 'AOA',
3954             display_name => {
3955             'currency' => q(Angola kvanza),
3956             'one' => q(Angola kvanza),
3957             'other' => q(Angola kvanzat),
3958             },
3959             },
3960             'AOK' => {
3961             display_name => {
3962             'currency' => q(Angola kvanza \(1977–1990\)),
3963             'one' => q(Angola kvanza \(1977–1990\)),
3964             'other' => q(Angola kvanzat \(1977–1990\)),
3965             },
3966             },
3967             'AON' => {
3968             display_name => {
3969             'currency' => q(Angola kvanza \(1990–2000\)),
3970             'one' => q(Angola kvanza \(1990–2000\)),
3971             'other' => q(Angola kvanzat \(1990–2000\)),
3972             },
3973             },
3974             'AOR' => {
3975             display_name => {
3976             'currency' => q(Angola reformitud kvanza, 1995–1999),
3977             },
3978             },
3979             'ARA' => {
3980             display_name => {
3981             'currency' => q(Argentina austral),
3982             },
3983             },
3984             'ARM' => {
3985             display_name => {
3986             'currency' => q(Argentina peeso \(1881–1970\)),
3987             'one' => q(Argentina peeso \(1881–1970\)),
3988             'other' => q(Argentina peesot \(1881–1970\)),
3989             },
3990             },
3991             'ARP' => {
3992             display_name => {
3993             'currency' => q(Argentina peeso \(1983–1985\)),
3994             'one' => q(Argentina peeso \(1983–1985\)),
3995             'other' => q(Argentina peesot \(1983–1985\)),
3996             },
3997             },
3998             'ARS' => {
3999             symbol => 'ARS',
4000             display_name => {
4001             'currency' => q(Argentina peeso),
4002             'one' => q(Argentina peeso),
4003             'other' => q(Argentina peesot),
4004             },
4005             },
4006             'ATS' => {
4007             display_name => {
4008             'currency' => q(Austria šilling),
4009             'one' => q(Austria šilling),
4010             'other' => q(Austria šillingit),
4011             },
4012             },
4013             'AUD' => {
4014             symbol => 'AU$',
4015             display_name => {
4016             'currency' => q(Austraalia dollar),
4017             'one' => q(Austraalia dollar),
4018             'other' => q(Austraalia dollarit),
4019             },
4020             },
4021             'AWG' => {
4022             symbol => 'AWG',
4023             display_name => {
4024             'currency' => q(Aruba kulden),
4025             'one' => q(Aruba kulden),
4026             'other' => q(Aruba kuldnat),
4027             },
4028             },
4029             'AZM' => {
4030             display_name => {
4031             'currency' => q(Aserbaidžaani manat \(1993–2006\)),
4032             'one' => q(Aserbaidžaani manat \(1993–2006\)),
4033             'other' => q(Aserbaidžaani manatit \(1993–2006\)),
4034             },
4035             },
4036             'AZN' => {
4037             symbol => 'AZN',
4038             display_name => {
4039             'currency' => q(Aserbaidžaani manat),
4040             'one' => q(Aserbaidžaani manat),
4041             'other' => q(Aserbaidžaani manatit),
4042             },
4043             },
4044             'BAD' => {
4045             display_name => {
4046             'currency' => q(Bosnia ja Hertsegoviina dinaar \(1992–1994\)),
4047             'one' => q(Bosnia ja Hertsegoviina dinaar \(1992–1994\)),
4048             'other' => q(Bosnia ja Hertsegoviina dinaari \(1992–1994\)),
4049             },
4050             },
4051             'BAM' => {
4052             symbol => 'BAM',
4053             display_name => {
4054             'currency' => q(Bosnia ja Hertsegoviina konverteeritav mark),
4055             'one' => q(Bosnia ja Hertsegoviina konverteeritav mark),
4056             'other' => q(Bosnia ja Hertsegoviina konverteeritavat marka),
4057             },
4058             },
4059             'BAN' => {
4060             display_name => {
4061             'currency' => q(Bosnia ja Hertsegoviina uus dinaar \(1994–1997\)),
4062             'one' => q(Bosnia ja Hertsegoviina uus dinaar \(1994–1997\)),
4063             'other' => q(Bosnia ja Hertsegoviina uut dinaari \(1994–1997\)),
4064             },
4065             },
4066             'BBD' => {
4067             symbol => 'BBD',
4068             display_name => {
4069             'currency' => q(Barbadose dollar),
4070             'one' => q(Barbadose dollar),
4071             'other' => q(Barbadose dollarit),
4072             },
4073             },
4074             'BDT' => {
4075             symbol => 'BDT',
4076             display_name => {
4077             'currency' => q(Bangladeshi taka),
4078             'one' => q(Bangladeshi taka),
4079             'other' => q(Bangladeshi takat),
4080             },
4081             },
4082             'BEC' => {
4083             display_name => {
4084             'currency' => q(Belgia konverteeritav frank),
4085             'one' => q(Belgia konverteeritav frank),
4086             'other' => q(Belgia konverteeritavat franki),
4087             },
4088             },
4089             'BEF' => {
4090             display_name => {
4091             'currency' => q(Belgia frank),
4092             'one' => q(Belgia frank),
4093             'other' => q(Belgia franki),
4094             },
4095             },
4096             'BEL' => {
4097             display_name => {
4098             'currency' => q(Belgia arveldusfrank),
4099             },
4100             },
4101             'BGL' => {
4102             display_name => {
4103             'currency' => q(Bulgaaria püsiv leev),
4104             },
4105             },
4106             'BGN' => {
4107             symbol => 'BGN',
4108             display_name => {
4109             'currency' => q(Bulgaaria leev),
4110             'one' => q(Bulgaaria leev),
4111             'other' => q(Bulgaaria leevi),
4112             },
4113             },
4114             'BGO' => {
4115             display_name => {
4116             'currency' => q(Bulgaaria leev \(1879–1952\)),
4117             'one' => q(Bulgaaria leev \(1879–1952\)),
4118             'other' => q(Bulgaaria leevi \(1879–1952\)),
4119             },
4120             },
4121             'BHD' => {
4122             symbol => 'BHD',
4123             display_name => {
4124             'currency' => q(Bahreini dinaar),
4125             'one' => q(Bahreini dinaar),
4126             'other' => q(Bahreini dinaari),
4127             },
4128             },
4129             'BIF' => {
4130             symbol => 'BIF',
4131             display_name => {
4132             'currency' => q(Burundi frank),
4133             'one' => q(Burundi frank),
4134             'other' => q(Burundi franki),
4135             },
4136             },
4137             'BMD' => {
4138             symbol => 'BMD',
4139             display_name => {
4140             'currency' => q(Bermuda dollar),
4141             'one' => q(Bermuda dollar),
4142             'other' => q(Bermuda dollarit),
4143             },
4144             },
4145             'BND' => {
4146             symbol => 'BND',
4147             display_name => {
4148             'currency' => q(Brunei dollar),
4149             'one' => q(Brunei dollar),
4150             'other' => q(Brunei dollarit),
4151             },
4152             },
4153             'BOB' => {
4154             symbol => 'BOB',
4155             display_name => {
4156             'currency' => q(Boliivia boliviaano),
4157             'one' => q(Boliivia boliviaano),
4158             'other' => q(Boliivia boliviaanot),
4159             },
4160             },
4161             'BOL' => {
4162             display_name => {
4163             'currency' => q(Boliivia boliviaano \(1863–1963\)),
4164             'one' => q(Boliivia boliviaano \(1863–1963\)),
4165             'other' => q(Boliivia boliviaanot \(1863–1963\)),
4166             },
4167             },
4168             'BOP' => {
4169             display_name => {
4170             'currency' => q(Boliivia peeso),
4171             'one' => q(Boliivia peeso),
4172             'other' => q(Boliivia peesot),
4173             },
4174             },
4175             'BRB' => {
4176             display_name => {
4177             'currency' => q(Brasiilia uus kruseiro \(1967–1986\)),
4178             'one' => q(Brasiilia uus kruseiro \(1967–1986\)),
4179             'other' => q(Brasiilia uut kruseirot \(1967–1986\)),
4180             },
4181             },
4182             'BRC' => {
4183             display_name => {
4184             'currency' => q(Brasiilia krusado),
4185             },
4186             },
4187             'BRE' => {
4188             display_name => {
4189             'currency' => q(Brasiilia kruseiro \(1990–1993\)),
4190             'one' => q(Brasiilia kruseiro \(1990–1993\)),
4191             'other' => q(Brasiilia kruseirot \(1990–1993\)),
4192             },
4193             },
4194             'BRL' => {
4195             symbol => 'R$',
4196             display_name => {
4197             'currency' => q(Brasiilia reaal),
4198             'one' => q(Brasiilia reaal),
4199             'other' => q(Brasiilia reaali),
4200             },
4201             },
4202             'BRR' => {
4203             display_name => {
4204             'currency' => q(Brasiilia kruseiro \(1993–1994\)),
4205             'one' => q(Brasiilia kruseiro \(1993–1994\)),
4206             'other' => q(Brasiilia kruseirot \(1993–1994\)),
4207             },
4208             },
4209             'BRZ' => {
4210             display_name => {
4211             'currency' => q(Brasiilia kruseiro \(1942–1967\)),
4212             'one' => q(Brasiilia kruseiro \(1942–1967\)),
4213             'other' => q(Brasiilia kruseirot \(1942–1967\)),
4214             },
4215             },
4216             'BSD' => {
4217             symbol => 'BSD',
4218             display_name => {
4219             'currency' => q(Bahama dollar),
4220             'one' => q(Bahama dollar),
4221             'other' => q(Bahama dollarit),
4222             },
4223             },
4224             'BTN' => {
4225             symbol => 'BTN',
4226             display_name => {
4227             'currency' => q(Bhutani ngultrum),
4228             'one' => q(Bhutani ngultrum),
4229             'other' => q(Bhutani ngultrumit),
4230             },
4231             },
4232             'BUK' => {
4233             display_name => {
4234             'currency' => q(Birma kjatt),
4235             'one' => q(Birma kjatt),
4236             'other' => q(Birma kjatti),
4237             },
4238             },
4239             'BWP' => {
4240             symbol => 'BWP',
4241             display_name => {
4242             'currency' => q(Botswana pula),
4243             'one' => q(Botswana pula),
4244             'other' => q(Botswana pulat),
4245             },
4246             },
4247             'BYB' => {
4248             display_name => {
4249             'currency' => q(Valgevene uus rubla \(1994–1999\)),
4250             'one' => q(Valgevene uus rubla \(1994–1999\)),
4251             'other' => q(Valgevene uut rubla \(1994–1999\)),
4252             },
4253             },
4254             'BYN' => {
4255             symbol => 'BYN',
4256             display_name => {
4257             'currency' => q(Valgevene rubla),
4258             'one' => q(Valgevene rubla),
4259             'other' => q(Valgevene rubla),
4260             },
4261             },
4262             'BYR' => {
4263             symbol => 'BYR',
4264             display_name => {
4265             'currency' => q(Valgevene rubla \(2000–2016\)),
4266             'one' => q(Valgevene rubla \(2000–2016\)),
4267             'other' => q(Valgevene rubla \(2000–2016\)),
4268             },
4269             },
4270             'BZD' => {
4271             symbol => 'BZD',
4272             display_name => {
4273             'currency' => q(Belize’i dollar),
4274             'one' => q(Belize’i dollar),
4275             'other' => q(Belize’i dollarit),
4276             },
4277             },
4278             'CAD' => {
4279             symbol => 'CA$',
4280             display_name => {
4281             'currency' => q(Kanada dollar),
4282             'one' => q(Kanada dollar),
4283             'other' => q(Kanada dollarit),
4284             },
4285             },
4286             'CDF' => {
4287             symbol => 'CDF',
4288             display_name => {
4289             'currency' => q(Kongo frank),
4290             'one' => q(Kongo frank),
4291             'other' => q(Kongo franki),
4292             },
4293             },
4294             'CHF' => {
4295             symbol => 'CHF',
4296             display_name => {
4297             'currency' => q(Šveitsi frank),
4298             'one' => q(Šveitsi frank),
4299             'other' => q(Šveitsi franki),
4300             },
4301             },
4302             'CLE' => {
4303             display_name => {
4304             'currency' => q(Tšiili eskuudo),
4305             'one' => q(Tšiili eskuudo),
4306             'other' => q(Tšiili eskuudot),
4307             },
4308             },
4309             'CLP' => {
4310             symbol => 'CLP',
4311             display_name => {
4312             'currency' => q(Tšiili peeso),
4313             'one' => q(Tšiili peeso),
4314             'other' => q(Tšiili peesot),
4315             },
4316             },
4317             'CNH' => {
4318             symbol => 'CNH',
4319             display_name => {
4320             'currency' => q(Hiina jüaan \(välismaine turg\)),
4321             'one' => q(Hiina jüaan \(välismaine turg\)),
4322             'other' => q(Hiina jüaani \(välismaine turg\)),
4323             },
4324             },
4325             'CNY' => {
4326             symbol => 'CN¥',
4327             display_name => {
4328             'currency' => q(Hiina jüaan),
4329             'one' => q(Hiina jüaan),
4330             'other' => q(Hiina jüaani),
4331             },
4332             },
4333             'COP' => {
4334             symbol => 'COP',
4335             display_name => {
4336             'currency' => q(Colombia peeso),
4337             'one' => q(Colombia peeso),
4338             'other' => q(Colombia peesot),
4339             },
4340             },
4341             'CRC' => {
4342             symbol => 'CRC',
4343             display_name => {
4344             'currency' => q(Costa Rica koloon),
4345             'one' => q(Costa Rica koloon),
4346             'other' => q(Costa Rica kolooni),
4347             },
4348             },
4349             'CSD' => {
4350             display_name => {
4351             'currency' => q(Serbia dinaar \(2002–2006\)),
4352             'one' => q(Serbia dinaar \(2002–2006\)),
4353             'other' => q(Serbia dinaari \(2002–2006\)),
4354             },
4355             },
4356             'CUC' => {
4357             symbol => 'CUC',
4358             display_name => {
4359             'currency' => q(Kuuba konverteeritav peeso),
4360             'one' => q(Kuuba konverteeritav peeso),
4361             'other' => q(Kuuba konverteeritavat peesot),
4362             },
4363             },
4364             'CUP' => {
4365             symbol => 'CUP',
4366             display_name => {
4367             'currency' => q(Kuuba peeso),
4368             'one' => q(Kuuba peeso),
4369             'other' => q(Kuuba peesot),
4370             },
4371             },
4372             'CVE' => {
4373             symbol => 'CVE',
4374             display_name => {
4375             'currency' => q(Cabo Verde eskuudo),
4376             'one' => q(Cabo Verde eskuudo),
4377             'other' => q(Cabo Verde eskuudot),
4378             },
4379             },
4380             'CYP' => {
4381             display_name => {
4382             'currency' => q(Küprose nael),
4383             'one' => q(Küprose nael),
4384             'other' => q(Küprose naela),
4385             },
4386             },
4387             'CZK' => {
4388             symbol => 'CZK',
4389             display_name => {
4390             'currency' => q(Tšehhi kroon),
4391             'one' => q(Tšehhi kroon),
4392             'other' => q(Tšehhi krooni),
4393             },
4394             },
4395             'DDM' => {
4396             display_name => {
4397             'currency' => q(Ida-Saksa mark),
4398             'one' => q(Ida-Saksa mark),
4399             'other' => q(Ida-Saksa marka),
4400             },
4401             },
4402             'DEM' => {
4403             display_name => {
4404             'currency' => q(Saksa mark),
4405             'one' => q(Saksa mark),
4406             'other' => q(Saksa marka),
4407             },
4408             },
4409             'DJF' => {
4410             symbol => 'DJF',
4411             display_name => {
4412             'currency' => q(Djibouti frank),
4413             'one' => q(Djibouti frank),
4414             'other' => q(Djibouti franki),
4415             },
4416             },
4417             'DKK' => {
4418             symbol => 'DKK',
4419             display_name => {
4420             'currency' => q(Taani kroon),
4421             'one' => q(Taani kroon),
4422             'other' => q(Taani krooni),
4423             },
4424             },
4425             'DOP' => {
4426             symbol => 'DOP',
4427             display_name => {
4428             'currency' => q(Dominikaani peeso),
4429             'one' => q(Dominikaani peeso),
4430             'other' => q(Dominikaani peesot),
4431             },
4432             },
4433             'DZD' => {
4434             symbol => 'DZD',
4435             display_name => {
4436             'currency' => q(Alžeeria dinaar),
4437             'one' => q(Alžeeria dinaar),
4438             'other' => q(Alžeeria dinaari),
4439             },
4440             },
4441             'ECS' => {
4442             display_name => {
4443             'currency' => q(Ecuadori sukre),
4444             'one' => q(Ecuadori sukre),
4445             'other' => q(Ecuadori sukret),
4446             },
4447             },
4448             'EEK' => {
4449             symbol => 'kr',
4450             display_name => {
4451             'currency' => q(Eesti kroon),
4452             'one' => q(Eesti kroon),
4453             'other' => q(Eesti krooni),
4454             },
4455             },
4456             'EGP' => {
4457             symbol => 'EGP',
4458             display_name => {
4459             'currency' => q(Egiptuse nael),
4460             'one' => q(Egiptuse nael),
4461             'other' => q(Egiptuse naela),
4462             },
4463             },
4464             'ERN' => {
4465             symbol => 'ERN',
4466             display_name => {
4467             'currency' => q(Eritrea nakfa),
4468             'one' => q(Eritrea nakfa),
4469             'other' => q(Eritrea nakfat),
4470             },
4471             },
4472             'ESP' => {
4473             display_name => {
4474             'currency' => q(Hispaania peseeta),
4475             'one' => q(Hispaania peseeta),
4476             'other' => q(Hispaania peseetat),
4477             },
4478             },
4479             'ETB' => {
4480             symbol => 'ETB',
4481             display_name => {
4482             'currency' => q(Etioopia birr),
4483             'one' => q(Etioopia birr),
4484             'other' => q(Etioopia birri),
4485             },
4486             },
4487             'EUR' => {
4488             symbol => '€',
4489             display_name => {
4490             'currency' => q(euro),
4491             'one' => q(euro),
4492             'other' => q(eurot),
4493             },
4494             },
4495             'FIM' => {
4496             display_name => {
4497             'currency' => q(Soome mark),
4498             'one' => q(Soome mark),
4499             'other' => q(Soome marka),
4500             },
4501             },
4502             'FJD' => {
4503             symbol => 'FJD',
4504             display_name => {
4505             'currency' => q(Fidži dollar),
4506             'one' => q(Fidži dollar),
4507             'other' => q(Fidži dollarit),
4508             },
4509             },
4510             'FKP' => {
4511             symbol => 'FKP',
4512             display_name => {
4513             'currency' => q(Falklandi saarte nael),
4514             'one' => q(Falklandi saarte nael),
4515             'other' => q(Falklandi saarte naela),
4516             },
4517             },
4518             'FRF' => {
4519             display_name => {
4520             'currency' => q(Prantsuse frank),
4521             'one' => q(Prantsuse frank),
4522             'other' => q(Prantsuse franki),
4523             },
4524             },
4525             'GBP' => {
4526             symbol => '£',
4527             display_name => {
4528             'currency' => q(Suurbritannia naelsterling),
4529             'one' => q(Suurbritannia naelsterling),
4530             'other' => q(Suurbritannia naelsterlingit),
4531             },
4532             },
4533             'GEL' => {
4534             symbol => 'GEL',
4535             display_name => {
4536             'currency' => q(Gruusia lari),
4537             'one' => q(Gruusia lari),
4538             'other' => q(Gruusia lari),
4539             },
4540             },
4541             'GHC' => {
4542             display_name => {
4543             'currency' => q(Ghana sedi \(1979–2007\)),
4544             'one' => q(Ghana sedi \(1979–2007\)),
4545             'other' => q(Ghana sedit \(1979–2007\)),
4546             },
4547             },
4548             'GHS' => {
4549             symbol => 'GHS',
4550             display_name => {
4551             'currency' => q(Ghana sedi),
4552             'one' => q(Ghana sedi),
4553             'other' => q(Ghana sedit),
4554             },
4555             },
4556             'GIP' => {
4557             symbol => 'GIP',
4558             display_name => {
4559             'currency' => q(Gibraltari nael),
4560             'one' => q(Gibraltari nael),
4561             'other' => q(Gibraltari naela),
4562             },
4563             },
4564             'GMD' => {
4565             symbol => 'GMD',
4566             display_name => {
4567             'currency' => q(Gambia dalasi),
4568             'one' => q(Gambia dalasi),
4569             'other' => q(Gambia dalasit),
4570             },
4571             },
4572             'GNF' => {
4573             symbol => 'GNF',
4574             display_name => {
4575             'currency' => q(Guinea frank),
4576             'one' => q(Guinea frank),
4577             'other' => q(Guinea franki),
4578             },
4579             },
4580             'GNS' => {
4581             display_name => {
4582             'currency' => q(Guinea syli),
4583             },
4584             },
4585             'GRD' => {
4586             display_name => {
4587             'currency' => q(Kreeka drahm),
4588             'one' => q(Kreeka drahm),
4589             'other' => q(Kreeka drahmi),
4590             },
4591             },
4592             'GTQ' => {
4593             symbol => 'GTQ',
4594             display_name => {
4595             'currency' => q(Guatemala ketsaal),
4596             'one' => q(Guatemala ketsaal),
4597             'other' => q(Guatemala ketsaali),
4598             },
4599             },
4600             'GWE' => {
4601             display_name => {
4602             'currency' => q(Portugali Guinea eskuudo),
4603             'one' => q(Portugali Guinea eskuudo),
4604             'other' => q(Portugali Guinea eskuudot),
4605             },
4606             },
4607             'GWP' => {
4608             display_name => {
4609             'currency' => q(Guinea-Bissau peeso),
4610             'one' => q(Guinea-Bissau peeso),
4611             'other' => q(Guinea-Bissau peesot),
4612             },
4613             },
4614             'GYD' => {
4615             symbol => 'GYD',
4616             display_name => {
4617             'currency' => q(Guyana dollar),
4618             'one' => q(Guyana dollar),
4619             'other' => q(Guyana dollarit),
4620             },
4621             },
4622             'HKD' => {
4623             symbol => 'HK$',
4624             display_name => {
4625             'currency' => q(Hongkongi dollar),
4626             'one' => q(Hongkongi dollar),
4627             'other' => q(Hongkongi dollarit),
4628             },
4629             },
4630             'HNL' => {
4631             symbol => 'HNL',
4632             display_name => {
4633             'currency' => q(Hondurase lempiira),
4634             'one' => q(Hondurase lempiira),
4635             'other' => q(Hondurase lempiirat),
4636             },
4637             },
4638             'HRD' => {
4639             display_name => {
4640             'currency' => q(Horvaatia dinaar),
4641             'one' => q(Horvaatia dinaar),
4642             'other' => q(Horvaatia dinaari),
4643             },
4644             },
4645             'HRK' => {
4646             symbol => 'HRK',
4647             display_name => {
4648             'currency' => q(Horvaatia kuna),
4649             'one' => q(Horvaatia kuna),
4650             'other' => q(Horvaatia kuna),
4651             },
4652             },
4653             'HTG' => {
4654             symbol => 'HTG',
4655             display_name => {
4656             'currency' => q(Haiti gurd),
4657             'one' => q(Haiti gurd),
4658             'other' => q(Haiti gurdi),
4659             },
4660             },
4661             'HUF' => {
4662             symbol => 'HUF',
4663             display_name => {
4664             'currency' => q(Ungari forint),
4665             'one' => q(Ungari forint),
4666             'other' => q(Ungari forintit),
4667             },
4668             },
4669             'IDR' => {
4670             symbol => 'IDR',
4671             display_name => {
4672             'currency' => q(Indoneesia ruupia),
4673             'one' => q(Indoneesia ruupia),
4674             'other' => q(Indoneesia ruupiat),
4675             },
4676             },
4677             'IEP' => {
4678             display_name => {
4679             'currency' => q(Iiri nael),
4680             'one' => q(Iiri nael),
4681             'other' => q(Iiri naela),
4682             },
4683             },
4684             'ILP' => {
4685             display_name => {
4686             'currency' => q(Iisraeli nael),
4687             'one' => q(Iisraeli nael),
4688             'other' => q(Iisraeli naela),
4689             },
4690             },
4691             'ILR' => {
4692             display_name => {
4693             'currency' => q(Iisraeli seekel \(1980–1985\)),
4694             'one' => q(Iisraeli seekel \(1980–1985\)),
4695             'other' => q(Iisraeli seekelit \(1980–1985\)),
4696             },
4697             },
4698             'ILS' => {
4699             symbol => '₪',
4700             display_name => {
4701             'currency' => q(Iisraeli uus seekel),
4702             'one' => q(Iisraeli uus seekel),
4703             'other' => q(Iisraeli uut seeklit),
4704             },
4705             },
4706             'INR' => {
4707             symbol => '₹',
4708             display_name => {
4709             'currency' => q(India ruupia),
4710             'one' => q(India ruupia),
4711             'other' => q(India ruupiat),
4712             },
4713             },
4714             'IQD' => {
4715             symbol => 'IQD',
4716             display_name => {
4717             'currency' => q(Iraagi dinaar),
4718             'one' => q(Iraagi dinaar),
4719             'other' => q(Iraagi dinaari),
4720             },
4721             },
4722             'IRR' => {
4723             symbol => 'IRR',
4724             display_name => {
4725             'currency' => q(Iraani riaal),
4726             'one' => q(Iraani riaal),
4727             'other' => q(Iraani riaali),
4728             },
4729             },
4730             'ISJ' => {
4731             display_name => {
4732             'currency' => q(Islandi kroon \(1918–1981\)),
4733             'one' => q(Islandi kroon \(1918–1981\)),
4734             'other' => q(Islandi krooni \(1918–1981\)),
4735             },
4736             },
4737             'ISK' => {
4738             symbol => 'ISK',
4739             display_name => {
4740             'currency' => q(Islandi kroon),
4741             'one' => q(Islandi kroon),
4742             'other' => q(Islandi krooni),
4743             },
4744             },
4745             'ITL' => {
4746             display_name => {
4747             'currency' => q(Itaalia liir),
4748             'one' => q(Itaalia liir),
4749             'other' => q(Itaalia liiri),
4750             },
4751             },
4752             'JMD' => {
4753             symbol => 'JMD',
4754             display_name => {
4755             'currency' => q(Jamaica dollar),
4756             'one' => q(Jamaica dollar),
4757             'other' => q(Jamaica dollarit),
4758             },
4759             },
4760             'JOD' => {
4761             symbol => 'JOD',
4762             display_name => {
4763             'currency' => q(Jordaania dinaar),
4764             'one' => q(Jordaania dinaar),
4765             'other' => q(Jordaania dinaari),
4766             },
4767             },
4768             'JPY' => {
4769             symbol => '¥',
4770             display_name => {
4771             'currency' => q(Jaapani jeen),
4772             'one' => q(Jaapani jeen),
4773             'other' => q(Jaapani jeeni),
4774             },
4775             },
4776             'KES' => {
4777             symbol => 'KES',
4778             display_name => {
4779             'currency' => q(Keenia šilling),
4780             'one' => q(Keenia šilling),
4781             'other' => q(Keenia šillingit),
4782             },
4783             },
4784             'KGS' => {
4785             symbol => 'KGS',
4786             display_name => {
4787             'currency' => q(Kõrgõzstani somm),
4788             'one' => q(Kõrgõzstani somm),
4789             'other' => q(Kõrgõzstani sommi),
4790             },
4791             },
4792             'KHR' => {
4793             symbol => 'KHR',
4794             display_name => {
4795             'currency' => q(Kambodža riaal),
4796             'one' => q(Kambodža riaal),
4797             'other' => q(Kambodža riaali),
4798             },
4799             },
4800             'KMF' => {
4801             symbol => 'KMF',
4802             display_name => {
4803             'currency' => q(Komoori frank),
4804             'one' => q(Komoori frank),
4805             'other' => q(Komoori franki),
4806             },
4807             },
4808             'KPW' => {
4809             symbol => 'KPW',
4810             display_name => {
4811             'currency' => q(Põhja-Korea vonn),
4812             'one' => q(Põhja-Korea vonn),
4813             'other' => q(Põhja-Korea vonni),
4814             },
4815             },
4816             'KRO' => {
4817             display_name => {
4818             'currency' => q(Lõuna-Korea vonn \(1945–1953\)),
4819             'one' => q(Lõuna-Korea vonn \(1945–1953\)),
4820             'other' => q(Lõuna-Korea vonni \(1945–1953\)),
4821             },
4822             },
4823             'KRW' => {
4824             symbol => '₩',
4825             display_name => {
4826             'currency' => q(Lõuna-Korea vonn),
4827             'one' => q(Lõuna-Korea vonn),
4828             'other' => q(Lõuna-Korea vonni),
4829             },
4830             },
4831             'KWD' => {
4832             symbol => 'KWD',
4833             display_name => {
4834             'currency' => q(Kuveidi dinaar),
4835             'one' => q(Kuveidi dinaar),
4836             'other' => q(Kuveidi dinaari),
4837             },
4838             },
4839             'KYD' => {
4840             symbol => 'KYD',
4841             display_name => {
4842             'currency' => q(Kaimanisaarte dollar),
4843             'one' => q(Kaimanisaarte dollar),
4844             'other' => q(Kaimanisaarte dollarit),
4845             },
4846             },
4847             'KZT' => {
4848             symbol => 'KZT',
4849             display_name => {
4850             'currency' => q(Kasahstani tenge),
4851             'one' => q(Kasahstani tenge),
4852             'other' => q(Kasahstani tenget),
4853             },
4854             },
4855             'LAK' => {
4856             symbol => 'LAK',
4857             display_name => {
4858             'currency' => q(Laose kiip),
4859             'one' => q(Laose kiip),
4860             'other' => q(Laose kiipi),
4861             },
4862             },
4863             'LBP' => {
4864             symbol => 'LBP',
4865             display_name => {
4866             'currency' => q(Liibanoni nael),
4867             'one' => q(Liibanoni nael),
4868             'other' => q(Liibanoni naela),
4869             },
4870             },
4871             'LKR' => {
4872             symbol => 'LKR',
4873             display_name => {
4874             'currency' => q(Sri Lanka ruupia),
4875             'one' => q(Sri Lanka ruupia),
4876             'other' => q(Sri Lanka ruupiat),
4877             },
4878             },
4879             'LRD' => {
4880             symbol => 'LRD',
4881             display_name => {
4882             'currency' => q(Libeeria dollar),
4883             'one' => q(Libeeria dollar),
4884             'other' => q(Libeeria dollarit),
4885             },
4886             },
4887             'LSL' => {
4888             display_name => {
4889             'currency' => q(Lesotho loti),
4890             'one' => q(Lesotho loti),
4891             'other' => q(Lesotho lotit),
4892             },
4893             },
4894             'LTL' => {
4895             symbol => 'LTL',
4896             display_name => {
4897             'currency' => q(Leedu litt),
4898             'one' => q(Leedu litt),
4899             'other' => q(Leedu litti),
4900             },
4901             },
4902             'LUC' => {
4903             display_name => {
4904             'currency' => q(Luksemburgi konverteeritav frank),
4905             'one' => q(Luksemburgi konverteeritav frank),
4906             'other' => q(Luksemburgi konverteeritavat franki),
4907             },
4908             },
4909             'LUF' => {
4910             display_name => {
4911             'currency' => q(Luksemburgi frank),
4912             'one' => q(Luksemburgi frank),
4913             'other' => q(Luksemburgi franki),
4914             },
4915             },
4916             'LVL' => {
4917             symbol => 'LVL',
4918             display_name => {
4919             'currency' => q(Läti latt),
4920             'one' => q(Läti latt),
4921             'other' => q(Läti latti),
4922             },
4923             },
4924             'LVR' => {
4925             display_name => {
4926             'currency' => q(Läti rubla),
4927             'one' => q(Läti rubla),
4928             'other' => q(Läti rubla),
4929             },
4930             },
4931             'LYD' => {
4932             symbol => 'LYD',
4933             display_name => {
4934             'currency' => q(Liibüa dinaar),
4935             'one' => q(Liibüa dinaar),
4936             'other' => q(Liibüa dinaari),
4937             },
4938             },
4939             'MAD' => {
4940             symbol => 'MAD',
4941             display_name => {
4942             'currency' => q(Maroko dirhem),
4943             'one' => q(Maroko dirhem),
4944             'other' => q(Maroko dirhemit),
4945             },
4946             },
4947             'MAF' => {
4948             display_name => {
4949             'currency' => q(Maroko frank),
4950             'one' => q(Maroko frank),
4951             'other' => q(Maroko franki),
4952             },
4953             },
4954             'MCF' => {
4955             display_name => {
4956             'currency' => q(Monaco frank),
4957             'one' => q(Monaco frank),
4958             'other' => q(Monaco franki),
4959             },
4960             },
4961             'MDL' => {
4962             symbol => 'MDL',
4963             display_name => {
4964             'currency' => q(Moldova leu),
4965             'one' => q(Moldova leu),
4966             'other' => q(Moldova leud),
4967             },
4968             },
4969             'MGA' => {
4970             symbol => 'MGA',
4971             display_name => {
4972             'currency' => q(Madagaskari ariari),
4973             'one' => q(Madagaskari ariari),
4974             'other' => q(Madagaskari ariarit),
4975             },
4976             },
4977             'MGF' => {
4978             display_name => {
4979             'currency' => q(Madagaskar frank),
4980             'one' => q(Madagaskar frank),
4981             'other' => q(Madagaskar franki),
4982             },
4983             },
4984             'MKD' => {
4985             symbol => 'MKD',
4986             display_name => {
4987             'currency' => q(Makedoonia dinaar),
4988             'one' => q(Makedoonia dinaar),
4989             'other' => q(Makedoonia dinaari),
4990             },
4991             },
4992             'MKN' => {
4993             display_name => {
4994             'currency' => q(Makedoonia dinaar \(1992–1993\)),
4995             'one' => q(Makedoonia dinaar \(1992–1993\)),
4996             'other' => q(Makedoonia dinaari \(1992–1993\)),
4997             },
4998             },
4999             'MLF' => {
5000             display_name => {
5001             'currency' => q(Mali frank),
5002             'one' => q(Mali frank),
5003             'other' => q(Mali franki),
5004             },
5005             },
5006             'MMK' => {
5007             symbol => 'MMK',
5008             display_name => {
5009             'currency' => q(Myanmari kjatt),
5010             'one' => q(Myanmari kjatt),
5011             'other' => q(Myanmari kjatti),
5012             },
5013             },
5014             'MNT' => {
5015             symbol => 'MNT',
5016             display_name => {
5017             'currency' => q(Mongoolia tugrik),
5018             'one' => q(Mongoolia tugrik),
5019             'other' => q(Mongoolia tugrikut),
5020             },
5021             },
5022             'MOP' => {
5023             symbol => 'MOP',
5024             display_name => {
5025             'currency' => q(Macau pataaka),
5026             'one' => q(Macau pataaka),
5027             'other' => q(Macau pataakat),
5028             },
5029             },
5030             'MRO' => {
5031             symbol => 'MRO',
5032             display_name => {
5033             'currency' => q(Mauritaania ugia \(1973–2017\)),
5034             'one' => q(Mauritaania ugia \(1973–2017\)),
5035             'other' => q(Mauritaania ugiat \(1973–2017\)),
5036             },
5037             },
5038             'MRU' => {
5039             symbol => 'MRU',
5040             display_name => {
5041             'currency' => q(Mauritaania ugia),
5042             'one' => q(Mauritaania ugia),
5043             'other' => q(Mauritaania ugiat),
5044             },
5045             },
5046             'MTL' => {
5047             display_name => {
5048             'currency' => q(Malta liir),
5049             'one' => q(Malta liir),
5050             'other' => q(Malta liiri),
5051             },
5052             },
5053             'MTP' => {
5054             display_name => {
5055             'currency' => q(Malta nael),
5056             'one' => q(Malta nael),
5057             'other' => q(Malta naela),
5058             },
5059             },
5060             'MUR' => {
5061             symbol => 'MUR',
5062             display_name => {
5063             'currency' => q(Mauritiuse ruupia),
5064             'one' => q(Mauritiuse ruupia),
5065             'other' => q(Mauritiuse ruupiat),
5066             },
5067             },
5068             'MVP' => {
5069             display_name => {
5070             'currency' => q(Maldiivi ruupia \(1947–1981\)),
5071             'one' => q(Maldiivi ruupia \(1947–1981\)),
5072             'other' => q(Maldiivi ruupiat \(1947–1981\)),
5073             },
5074             },
5075             'MVR' => {
5076             symbol => 'MVR',
5077             display_name => {
5078             'currency' => q(Maldiivi ruupia),
5079             'one' => q(Maldiivi ruupia),
5080             'other' => q(Maldiivi ruupiat),
5081             },
5082             },
5083             'MWK' => {
5084             symbol => 'MWK',
5085             display_name => {
5086             'currency' => q(Malawi kvatša),
5087             'one' => q(Malawi kvatša),
5088             'other' => q(Malawi kvatšat),
5089             },
5090             },
5091             'MXN' => {
5092             symbol => 'MX$',
5093             display_name => {
5094             'currency' => q(Mehhiko peeso),
5095             'one' => q(Mehhiko peeso),
5096             'other' => q(Mehhiko peesot),
5097             },
5098             },
5099             'MXP' => {
5100             display_name => {
5101             'currency' => q(Mehhiko peeso \(1861–1992\)),
5102             'one' => q(Mehhiko peeso \(1861–1992\)),
5103             'other' => q(Mehhiko peesot \(1861–1992\)),
5104             },
5105             },
5106             'MYR' => {
5107             symbol => 'MYR',
5108             display_name => {
5109             'currency' => q(Malaisia ringgit),
5110             'one' => q(Malaisia ringgit),
5111             'other' => q(Malaisia ringgitit),
5112             },
5113             },
5114             'MZE' => {
5115             display_name => {
5116             'currency' => q(Mosambiigi eskuudo),
5117             'one' => q(Mosambiigi eskuudo),
5118             'other' => q(Mosambiigi eskuudot),
5119             },
5120             },
5121             'MZM' => {
5122             display_name => {
5123             'currency' => q(Mosambiigi metikal \(1980–2006\)),
5124             'one' => q(Mosambiigi metikal \(1980–2006\)),
5125             'other' => q(Mosambiigi metikali \(1980–2006\)),
5126             },
5127             },
5128             'MZN' => {
5129             symbol => 'MZN',
5130             display_name => {
5131             'currency' => q(Mosambiigi metikal),
5132             'one' => q(Mosambiigi metikal),
5133             'other' => q(Mosambiigi metikali),
5134             },
5135             },
5136             'NAD' => {
5137             symbol => 'NAD',
5138             display_name => {
5139             'currency' => q(Namiibia dollar),
5140             'one' => q(Namiibia dollar),
5141             'other' => q(Namiibia dollarit),
5142             },
5143             },
5144             'NGN' => {
5145             symbol => 'NGN',
5146             display_name => {
5147             'currency' => q(Nigeeria naira),
5148             'one' => q(Nigeeria naira),
5149             'other' => q(Nigeeria nairat),
5150             },
5151             },
5152             'NIC' => {
5153             display_name => {
5154             'currency' => q(Nicaragua kordoba \(1988–1991\)),
5155             'one' => q(Nicaragua kordoba \(1988–1991\)),
5156             'other' => q(Nicaragua kordobat \(1988–1991\)),
5157             },
5158             },
5159             'NIO' => {
5160             symbol => 'NIO',
5161             display_name => {
5162             'currency' => q(Nicaragua kordoba),
5163             'one' => q(Nicaragua kordoba),
5164             'other' => q(Nicaragua kordobad),
5165             },
5166             },
5167             'NLG' => {
5168             display_name => {
5169             'currency' => q(Hollandi kulden),
5170             'one' => q(Hollandi kulden),
5171             'other' => q(Hollandi kuldnat),
5172             },
5173             },
5174             'NOK' => {
5175             symbol => 'NOK',
5176             display_name => {
5177             'currency' => q(Norra kroon),
5178             'one' => q(Norra kroon),
5179             'other' => q(Norra krooni),
5180             },
5181             },
5182             'NPR' => {
5183             symbol => 'NPR',
5184             display_name => {
5185             'currency' => q(Nepali ruupia),
5186             'one' => q(Nepali ruupia),
5187             'other' => q(Nepali ruupiat),
5188             },
5189             },
5190             'NZD' => {
5191             symbol => 'NZ$',
5192             display_name => {
5193             'currency' => q(Uus-Meremaa dollar),
5194             'one' => q(Uus-Meremaa dollar),
5195             'other' => q(Uus-Meremaa dollarit),
5196             },
5197             },
5198             'OMR' => {
5199             symbol => 'OMR',
5200             display_name => {
5201             'currency' => q(Omaani riaal),
5202             'one' => q(Omaani riaal),
5203             'other' => q(Omaani riaali),
5204             },
5205             },
5206             'PAB' => {
5207             symbol => 'PAB',
5208             display_name => {
5209             'currency' => q(Panama balboa),
5210             'one' => q(Panama balboa),
5211             'other' => q(Panama balboad),
5212             },
5213             },
5214             'PEI' => {
5215             display_name => {
5216             'currency' => q(Peruu inti),
5217             },
5218             },
5219             'PEN' => {
5220             symbol => 'PEN',
5221             display_name => {
5222             'currency' => q(Peruu soll),
5223             'one' => q(Peruu soll),
5224             'other' => q(Peruu solli),
5225             },
5226             },
5227             'PES' => {
5228             display_name => {
5229             'currency' => q(Peruu soll \(1863–1965\)),
5230             'one' => q(Peruu soll \(1863–1965\)),
5231             'other' => q(Peruu solli \(1863–1965\)),
5232             },
5233             },
5234             'PGK' => {
5235             symbol => 'PGK',
5236             display_name => {
5237             'currency' => q(Paapua Uus-Guinea kina),
5238             'one' => q(Paapua Uus-Guinea kina),
5239             'other' => q(Paapua Uus-Guinea kinat),
5240             },
5241             },
5242             'PHP' => {
5243             symbol => 'PHP',
5244             display_name => {
5245             'currency' => q(Filipiini peeso),
5246             'one' => q(Filipiini peeso),
5247             'other' => q(Filipiini peesot),
5248             },
5249             },
5250             'PKR' => {
5251             symbol => 'PKR',
5252             display_name => {
5253             'currency' => q(Pakistani ruupia),
5254             'one' => q(Pakistani ruupia),
5255             'other' => q(Pakistani ruupiat),
5256             },
5257             },
5258             'PLN' => {
5259             symbol => 'PLN',
5260             display_name => {
5261             'currency' => q(Poola zlott),
5262             'one' => q(Poola zlott),
5263             'other' => q(Poola zlotti),
5264             },
5265             },
5266             'PLZ' => {
5267             display_name => {
5268             'currency' => q(Poola zlott \(1950–1995\)),
5269             'one' => q(Poola zlott \(1950–1995\)),
5270             'other' => q(Poola zlotti \(1950–1995\)),
5271             },
5272             },
5273             'PTE' => {
5274             display_name => {
5275             'currency' => q(Portugali eskuudo),
5276             'one' => q(Portugali eskuudo),
5277             'other' => q(Portugali eskuudot),
5278             },
5279             },
5280             'PYG' => {
5281             symbol => 'PYG',
5282             display_name => {
5283             'currency' => q(Paraguay guaranii),
5284             'one' => q(Paraguay guaranii),
5285             'other' => q(Paraguay guaraniid),
5286             },
5287             },
5288             'QAR' => {
5289             symbol => 'QAR',
5290             display_name => {
5291             'currency' => q(Katari riaal),
5292             'one' => q(Katari riaal),
5293             'other' => q(Katari riaali),
5294             },
5295             },
5296             'RHD' => {
5297             display_name => {
5298             'currency' => q(Rodeesia dollar),
5299             'one' => q(Rodeesia dollar),
5300             'other' => q(Rodeesia dollarit),
5301             },
5302             },
5303             'ROL' => {
5304             display_name => {
5305             'currency' => q(Rumeenia leu \(1952–2006\)),
5306             'one' => q(Rumeenia leu \(1952–2006\)),
5307             'other' => q(Rumeenia leud \(1952–2006\)),
5308             },
5309             },
5310             'RON' => {
5311             symbol => 'RON',
5312             display_name => {
5313             'currency' => q(Rumeenia leu),
5314             'one' => q(Rumeenia leu),
5315             'other' => q(Rumeenia leud),
5316             },
5317             },
5318             'RSD' => {
5319             symbol => 'RSD',
5320             display_name => {
5321             'currency' => q(Serbia dinaar),
5322             'one' => q(Serbia dinaar),
5323             'other' => q(Serbia dinaari),
5324             },
5325             },
5326             'RUB' => {
5327             symbol => 'RUB',
5328             display_name => {
5329             'currency' => q(Venemaa rubla),
5330             'one' => q(Venemaa rubla),
5331             'other' => q(Venemaa rubla),
5332             },
5333             },
5334             'RUR' => {
5335             display_name => {
5336             'currency' => q(Venemaa rubla \(1991–1998\)),
5337             },
5338             },
5339             'RWF' => {
5340             symbol => 'RWF',
5341             display_name => {
5342             'currency' => q(Rwanda frank),
5343             'one' => q(Rwanda frank),
5344             'other' => q(Rwanda franki),
5345             },
5346             },
5347             'SAR' => {
5348             symbol => 'SAR',
5349             display_name => {
5350             'currency' => q(Saudi Araabia riaal),
5351             'one' => q(Saudi Araabia riaal),
5352             'other' => q(Saudi Araabia riaali),
5353             },
5354             },
5355             'SBD' => {
5356             symbol => 'SBD',
5357             display_name => {
5358             'currency' => q(Saalomoni Saarte dollar),
5359             'one' => q(Saalomoni Saarte dollar),
5360             'other' => q(Saalomoni Saarte dollarit),
5361             },
5362             },
5363             'SCR' => {
5364             symbol => 'SCR',
5365             display_name => {
5366             'currency' => q(Seišelli ruupia),
5367             'one' => q(Seišelli ruupia),
5368             'other' => q(Seišelli ruupiat),
5369             },
5370             },
5371             'SDD' => {
5372             display_name => {
5373             'currency' => q(Sudaani dinaar \(1992–2007\)),
5374             'one' => q(Sudaani dinaar \(1992–2007\)),
5375             'other' => q(Sudaani dinaari \(1992–2007\)),
5376             },
5377             },
5378             'SDG' => {
5379             symbol => 'SDG',
5380             display_name => {
5381             'currency' => q(Sudaani nael),
5382             'one' => q(Sudaani nael),
5383             'other' => q(Sudaani naela),
5384             },
5385             },
5386             'SDP' => {
5387             display_name => {
5388             'currency' => q(Sudaani nael \(1957–1998\)),
5389             'one' => q(Sudaani nael \(1957–1998\)),
5390             'other' => q(Sudaani naela \(1957–1998\)),
5391             },
5392             },
5393             'SEK' => {
5394             symbol => 'SEK',
5395             display_name => {
5396             'currency' => q(Rootsi kroon),
5397             'one' => q(Rootsi kroon),
5398             'other' => q(Rootsi krooni),
5399             },
5400             },
5401             'SGD' => {
5402             symbol => 'SGD',
5403             display_name => {
5404             'currency' => q(Singapuri dollar),
5405             'one' => q(Singapuri dollar),
5406             'other' => q(Singapuri dollarit),
5407             },
5408             },
5409             'SHP' => {
5410             symbol => 'SHP',
5411             display_name => {
5412             'currency' => q(Saint Helena nael),
5413             'one' => q(Saint Helena nael),
5414             'other' => q(Saint Helena naela),
5415             },
5416             },
5417             'SIT' => {
5418             display_name => {
5419             'currency' => q(Sloveenia tolar),
5420             'one' => q(Sloveenia tolar),
5421             'other' => q(Sloveenia tolarit),
5422             },
5423             },
5424             'SKK' => {
5425             display_name => {
5426             'currency' => q(Slovaki kroon),
5427             'one' => q(Slovaki kroon),
5428             'other' => q(Slovaki krooni),
5429             },
5430             },
5431             'SLL' => {
5432             symbol => 'SLL',
5433             display_name => {
5434             'currency' => q(Sierra Leone leoone),
5435             'one' => q(Sierra Leone leoone),
5436             'other' => q(Sierra Leone leoonet),
5437             },
5438             },
5439             'SOS' => {
5440             symbol => 'SOS',
5441             display_name => {
5442             'currency' => q(Somaalia šilling),
5443             'one' => q(Somaalia šilling),
5444             'other' => q(Somaalia šillingit),
5445             },
5446             },
5447             'SRD' => {
5448             symbol => 'SRD',
5449             display_name => {
5450             'currency' => q(Suriname dollar),
5451             'one' => q(Suriname dollar),
5452             'other' => q(Suriname dollarit),
5453             },
5454             },
5455             'SRG' => {
5456             display_name => {
5457             'currency' => q(Suriname kulden),
5458             'one' => q(Suriname kulden),
5459             'other' => q(Suriname kuldnat),
5460             },
5461             },
5462             'SSP' => {
5463             symbol => 'SSP',
5464             display_name => {
5465             'currency' => q(Lõuna-Sudaani nael),
5466             'one' => q(Lõuna-Sudaani nael),
5467             'other' => q(Lõuna-Sudaani naela),
5468             },
5469             },
5470             'STD' => {
5471             symbol => 'STD',
5472             display_name => {
5473             'currency' => q(São Tomé ja Príncipe dobra \(1977–2017\)),
5474             'one' => q(São Tomé ja Príncipe dobra \(1977–2017\)),
5475             'other' => q(São Tomé ja Príncipe dobrat \(1977–2017\)),
5476             },
5477             },
5478             'STN' => {
5479             symbol => 'STN',
5480             display_name => {
5481             'currency' => q(São Tomé ja Príncipe dobra),
5482             'one' => q(São Tomé ja Príncipe dobra),
5483             'other' => q(São Tomé ja Príncipe dobrat),
5484             },
5485             },
5486             'SUR' => {
5487             display_name => {
5488             'currency' => q(NSVL-i rubla),
5489             },
5490             },
5491             'SVC' => {
5492             display_name => {
5493             'currency' => q(El Salvadori koloon),
5494             'one' => q(El Salvadori koloon),
5495             'other' => q(El Salvadori kolooni),
5496             },
5497             },
5498             'SYP' => {
5499             symbol => 'SYP',
5500             display_name => {
5501             'currency' => q(Süüria nael),
5502             'one' => q(Süüria nael),
5503             'other' => q(Süüria naela),
5504             },
5505             },
5506             'SZL' => {
5507             symbol => 'SZL',
5508             display_name => {
5509             'currency' => q(Svaasimaa lilangeni),
5510             'one' => q(Svaasimaa lilangeni),
5511             'other' => q(Svaasimaa lilangenit),
5512             },
5513             },
5514             'THB' => {
5515             symbol => '฿',
5516             display_name => {
5517             'currency' => q(Tai baat),
5518             'one' => q(Tai baat),
5519             'other' => q(Tai baati),
5520             },
5521             },
5522             'TJR' => {
5523             display_name => {
5524             'currency' => q(Tadžikistani rubla),
5525             'one' => q(Tadžikistani rubla),
5526             'other' => q(Tadžikistani rubla),
5527             },
5528             },
5529             'TJS' => {
5530             symbol => 'TJS',
5531             display_name => {
5532             'currency' => q(Tadžikistani somoni),
5533             'one' => q(Tadžikistani somoni),
5534             'other' => q(Tadžikistani somonit),
5535             },
5536             },
5537             'TMM' => {
5538             display_name => {
5539             'currency' => q(Türkmenistani manat \(1993–2009\)),
5540             'one' => q(Türkmenistani manat \(1993–2009\)),
5541             'other' => q(Türkmenistani manatit \(1993–2009\)),
5542             },
5543             },
5544             'TMT' => {
5545             symbol => 'TMT',
5546             display_name => {
5547             'currency' => q(Türkmenistani manat),
5548             'one' => q(Türkmenistani manat),
5549             'other' => q(Türkmenistani manatit),
5550             },
5551             },
5552             'TND' => {
5553             symbol => 'TND',
5554             display_name => {
5555             'currency' => q(Tuneesia dinaar),
5556             'one' => q(Tuneesia dinaar),
5557             'other' => q(Tuneesia dinaari),
5558             },
5559             },
5560             'TOP' => {
5561             symbol => 'TOP',
5562             display_name => {
5563             'currency' => q(Tonga pa’anga),
5564             'one' => q(Tonga pa’anga),
5565             'other' => q(Tonga pa’angat),
5566             },
5567             },
5568             'TPE' => {
5569             display_name => {
5570             'currency' => q(Timori eskuudo),
5571             'one' => q(Timori eskuudo),
5572             'other' => q(Timori eskuudot),
5573             },
5574             },
5575             'TRL' => {
5576             display_name => {
5577             'currency' => q(Türgi liir \(1922–2005\)),
5578             'one' => q(Türgi liir \(1922–2005\)),
5579             'other' => q(Türgi liiri \(1922–2005\)),
5580             },
5581             },
5582             'TRY' => {
5583             symbol => 'TRY',
5584             display_name => {
5585             'currency' => q(Türgi liir),
5586             'one' => q(Türgi liir),
5587             'other' => q(Türgi liiri),
5588             },
5589             },
5590             'TTD' => {
5591             symbol => 'TTD',
5592             display_name => {
5593             'currency' => q(Trinidadi ja Tobago dollar),
5594             'one' => q(Trinidadi ja Tobago dollar),
5595             'other' => q(Trinidadi ja Tobago dollarit),
5596             },
5597             },
5598             'TWD' => {
5599             symbol => 'NT$',
5600             display_name => {
5601             'currency' => q(uus Taiwani dollar),
5602             'one' => q(uus Taiwani dollar),
5603             'other' => q(uut Taiwani dollarit),
5604             },
5605             },
5606             'TZS' => {
5607             symbol => 'TZS',
5608             display_name => {
5609             'currency' => q(Tansaania šilling),
5610             'one' => q(Tansaania šilling),
5611             'other' => q(Tansaania šillingit),
5612             },
5613             },
5614             'UAH' => {
5615             symbol => 'UAH',
5616             display_name => {
5617             'currency' => q(Ukraina grivna),
5618             'one' => q(Ukraina grivna),
5619             'other' => q(Ukraina grivnat),
5620             },
5621             },
5622             'UAK' => {
5623             display_name => {
5624             'currency' => q(Ukraina karbovanets),
5625             },
5626             },
5627             'UGS' => {
5628             display_name => {
5629             'currency' => q(Uganda šilling \(1966–1987\)),
5630             'one' => q(Uganda šilling \(1966–1987\)),
5631             'other' => q(Uganda šillingit \(1966–1987\)),
5632             },
5633             },
5634             'UGX' => {
5635             symbol => 'UGX',
5636             display_name => {
5637             'currency' => q(Uganda šilling),
5638             'one' => q(Uganda šilling),
5639             'other' => q(Uganda šillingit),
5640             },
5641             },
5642             'USD' => {
5643             symbol => '$',
5644             display_name => {
5645             'currency' => q(USA dollar),
5646             'one' => q(USA dollar),
5647             'other' => q(USA dollarit),
5648             },
5649             },
5650             'USN' => {
5651             display_name => {
5652             'currency' => q(USA järgmise päeva dollar),
5653             },
5654             },
5655             'USS' => {
5656             display_name => {
5657             'currency' => q(USA sama päeva dollar),
5658             },
5659             },
5660             'UYP' => {
5661             display_name => {
5662             'currency' => q(Uruguay peeso \(1975–1993\)),
5663             'one' => q(Uruguay peeso \(1975–1993\)),
5664             'other' => q(Uruguay peesot \(1975–1993\)),
5665             },
5666             },
5667             'UYU' => {
5668             symbol => 'UYU',
5669             display_name => {
5670             'currency' => q(Uruguay peeso),
5671             'one' => q(Uruguay peeso),
5672             'other' => q(Uruguay peesot),
5673             },
5674             },
5675             'UZS' => {
5676             symbol => 'UZS',
5677             display_name => {
5678             'currency' => q(Usbekistani somm),
5679             'one' => q(Usbekistani somm),
5680             'other' => q(Usbekistani sommi),
5681             },
5682             },
5683             'VEB' => {
5684             display_name => {
5685             'currency' => q(Venezuela boliivar \(1871–2008\)),
5686             'one' => q(Venezuela boliivar \(1871–2008\)),
5687             'other' => q(Venezuela boliivarit \(1871–2008\)),
5688             },
5689             },
5690             'VEF' => {
5691             symbol => 'VEF',
5692             display_name => {
5693             'currency' => q(Venezuela boliivar \(2008–2018\)),
5694             'one' => q(Venezuela boliivar \(2008–2018\)),
5695             'other' => q(Venezuela boliivarit \(2008–2018\)),
5696             },
5697             },
5698             'VES' => {
5699             symbol => 'VES',
5700             display_name => {
5701             'currency' => q(Venezuela boliivar),
5702             'one' => q(Venezuela boliivar),
5703             'other' => q(Venezuela boliivarit),
5704             },
5705             },
5706             'VND' => {
5707             symbol => '₫',
5708             display_name => {
5709             'currency' => q(Vietnami dong),
5710             'one' => q(Vietnami dong),
5711             'other' => q(Vietnami dongi),
5712             },
5713             },
5714             'VNN' => {
5715             display_name => {
5716             'currency' => q(Vietnami dong \(1978–1985\)),
5717             'one' => q(Vietnami dong \(1978–1985\)),
5718             'other' => q(Vietnami dongi \(1978–1985\)),
5719             },
5720             },
5721             'VUV' => {
5722             symbol => 'VUV',
5723             display_name => {
5724             'currency' => q(Vanuatu vatu),
5725             'one' => q(Vanuatu vatu),
5726             'other' => q(Vanuatu vatut),
5727             },
5728             },
5729             'WST' => {
5730             symbol => 'WST',
5731             display_name => {
5732             'currency' => q(Samoa taala),
5733             'one' => q(Samoa taala),
5734             'other' => q(Samoa taalat),
5735             },
5736             },
5737             'XAF' => {
5738             symbol => 'FCFA',
5739             display_name => {
5740             'currency' => q(Kesk-Aafrika CFA frank),
5741             'one' => q(Kesk-Aafrika CFA frank),
5742             'other' => q(Kesk-Aafrika CFA franki),
5743             },
5744             },
5745             'XAG' => {
5746             display_name => {
5747             'currency' => q(hõbe),
5748             'one' => q(troiunts hõbedat),
5749             'other' => q(troiuntsi hõbedat),
5750             },
5751             },
5752             'XAU' => {
5753             display_name => {
5754             'currency' => q(kuld),
5755             'one' => q(troiunts kulda),
5756             'other' => q(troiuntsi kulda),
5757             },
5758             },
5759             'XBA' => {
5760             display_name => {
5761             'currency' => q(EURCO),
5762             },
5763             },
5764             'XBB' => {
5765             display_name => {
5766             'currency' => q(Euroopa rahaühik),
5767             },
5768             },
5769             'XBC' => {
5770             display_name => {
5771             'currency' => q(Euroopa rahaline arvestusühik \(XBC\)),
5772             },
5773             },
5774             'XBD' => {
5775             display_name => {
5776             'currency' => q(Euroopa rahaline arvestusühik \(XBD\)),
5777             },
5778             },
5779             'XCD' => {
5780             symbol => 'EC$',
5781             display_name => {
5782             'currency' => q(Ida-Kariibi dollar),
5783             'one' => q(Ida-Kariibi dollar),
5784             'other' => q(Ida-Kariibi dollarit),
5785             },
5786             },
5787             'XDR' => {
5788             display_name => {
5789             'currency' => q(Rahvusvahelise Valuutafondi arvestusühik),
5790             },
5791             },
5792             'XEU' => {
5793             display_name => {
5794             'currency' => q(eküü),
5795             'one' => q(eküü),
5796             'other' => q(eküüd),
5797             },
5798             },
5799             'XFO' => {
5800             display_name => {
5801             'currency' => q(Prantsuse kuldfrank),
5802             'one' => q(Prantsuse kuldfrank),
5803             'other' => q(Prantsuse kuldfranki),
5804             },
5805             },
5806             'XFU' => {
5807             display_name => {
5808             'currency' => q(Prantsuse UIC-frank),
5809             },
5810             },
5811             'XOF' => {
5812             symbol => 'CFA',
5813             display_name => {
5814             'currency' => q(Lääne-Aafrika CFA frank),
5815             'one' => q(Lääne-Aafrika CFA frank),
5816             'other' => q(Lääne-Aafrika CFA franki),
5817             },
5818             },
5819             'XPD' => {
5820             display_name => {
5821             'currency' => q(pallaadium),
5822             'one' => q(troiunts pallaadiumit),
5823             'other' => q(troiuntsi pallaadiumit),
5824             },
5825             },
5826             'XPF' => {
5827             symbol => 'CFPF',
5828             display_name => {
5829             'currency' => q(CFP frank),
5830             'one' => q(CFP frank),
5831             'other' => q(CFP franki),
5832             },
5833             },
5834             'XPT' => {
5835             display_name => {
5836             'currency' => q(plaatina),
5837             'one' => q(troiunts plaatinat),
5838             'other' => q(troiuntsi plaatinat),
5839             },
5840             },
5841             'XTS' => {
5842             display_name => {
5843             'currency' => q(vääringute testkood),
5844             },
5845             },
5846             'XXX' => {
5847             display_name => {
5848             'currency' => q(määramata rahaühik),
5849             'one' => q(\(määramata rahaühik\)),
5850             'other' => q(\(määramata rahaühikut\)),
5851             },
5852             },
5853             'YDD' => {
5854             display_name => {
5855             'currency' => q(Jeemeni dinaar),
5856             'one' => q(Jeemeni dinaar),
5857             'other' => q(Jeemeni dinaari),
5858             },
5859             },
5860             'YER' => {
5861             symbol => 'YER',
5862             display_name => {
5863             'currency' => q(Jeemeni riaal),
5864             'one' => q(Jeemeni riaal),
5865             'other' => q(Jeemeni riaali),
5866             },
5867             },
5868             'YUM' => {
5869             display_name => {
5870             'currency' => q(Jugoslaavia uus dinaar \(1994–2002\)),
5871             'one' => q(Jugoslaavia uus dinaar \(1994–2002\)),
5872             'other' => q(Jugoslaavia uut dinaari \(1994–2002\)),
5873             },
5874             },
5875             'YUN' => {
5876             display_name => {
5877             'currency' => q(Jugoslaavia konverteeritav dinaar \(1990–1992\)),
5878             'one' => q(Jugoslaavia konverteeritav dinaar \(1990–1992\)),
5879             'other' => q(Jugoslaavia konverteeritavat dinaari \(1990–1992\)),
5880             },
5881             },
5882             'ZAR' => {
5883             symbol => 'ZAR',
5884             display_name => {
5885             'currency' => q(Lõuna-Aafrika rand),
5886             'one' => q(Lõuna-Aafrika rand),
5887             'other' => q(Lõuna-Aafrika randi),
5888             },
5889             },
5890             'ZMK' => {
5891             symbol => 'ZMK',
5892             display_name => {
5893             'currency' => q(Sambia kvatša \(1968–2012\)),
5894             'one' => q(Sambia kvatša \(1968–2012\)),
5895             'other' => q(Sambia kvatšat \(1968–2012\)),
5896             },
5897             },
5898             'ZMW' => {
5899             symbol => 'ZMW',
5900             display_name => {
5901             'currency' => q(Sambia kvatša),
5902             'one' => q(Sambia kvatša),
5903             'other' => q(Sambia kvatšat),
5904             },
5905             },
5906             'ZRZ' => {
5907             display_name => {
5908             'currency' => q(Sairi zaire),
5909             },
5910             },
5911             'ZWD' => {
5912             display_name => {
5913             'currency' => q(Zimbabwe dollar \(1980–2008\)),
5914             'one' => q(Zimbabwe dollar \(1980–2008\)),
5915             'other' => q(Zimbabwe dollarit \(1980–2008\)),
5916             },
5917             },
5918             'ZWL' => {
5919             display_name => {
5920             'currency' => q(Zimbabwe dollar \(2009\)),
5921             'one' => q(Zimbabwe dollar \(2009\)),
5922             'other' => q(Zimbabwe dollarit \(2009\)),
5923             },
5924             },
5925             'ZWR' => {
5926             display_name => {
5927             'currency' => q(Zimbabwe dollar \(2008\)),
5928             'one' => q(Zimbabwe dollar \(2008\)),
5929             'other' => q(Zimbabwe dollarit \(2008\)),
5930             },
5931             },
5932             } },
5933             );
5934              
5935              
5936             has 'calendar_months' => (
5937             is => 'ro',
5938             isa => HashRef,
5939             init_arg => undef,
5940             default => sub { {
5941             'chinese' => {
5942             'format' => {
5943             wide => {
5944             nonleap => [
5945             'esimene kuu',
5946             'teine kuu',
5947             'kolmas kuu',
5948             'neljas kuu',
5949             'viies kuu',
5950             'kuues kuu',
5951             'seitsmes kuu',
5952             'kaheksas kuu',
5953             'üheksas kuu',
5954             'kümnes kuu',
5955             'üheteistkümnes kuu',
5956             'kaheteistkümnes kuu'
5957             ],
5958             leap => [
5959            
5960             ],
5961             },
5962             },
5963             },
5964             'gregorian' => {
5965             'format' => {
5966             abbreviated => {
5967             nonleap => [
5968             'jaan',
5969             'veebr',
5970             'märts',
5971             'apr',
5972             'mai',
5973             'juuni',
5974             'juuli',
5975             'aug',
5976             'sept',
5977             'okt',
5978             'nov',
5979             'dets'
5980             ],
5981             leap => [
5982            
5983             ],
5984             },
5985             narrow => {
5986             nonleap => [
5987             'J',
5988             'V',
5989             'M',
5990             'A',
5991             'M',
5992             'J',
5993             'J',
5994             'A',
5995             'S',
5996             'O',
5997             'N',
5998             'D'
5999             ],
6000             leap => [
6001            
6002             ],
6003             },
6004             wide => {
6005             nonleap => [
6006             'jaanuar',
6007             'veebruar',
6008             'märts',
6009             'aprill',
6010             'mai',
6011             'juuni',
6012             'juuli',
6013             'august',
6014             'september',
6015             'oktoober',
6016             'november',
6017             'detsember'
6018             ],
6019             leap => [
6020            
6021             ],
6022             },
6023             },
6024             'stand-alone' => {
6025             abbreviated => {
6026             nonleap => [
6027             'jaan',
6028             'veebr',
6029             'märts',
6030             'apr',
6031             'mai',
6032             'juuni',
6033             'juuli',
6034             'aug',
6035             'sept',
6036             'okt',
6037             'nov',
6038             'dets'
6039             ],
6040             leap => [
6041            
6042             ],
6043             },
6044             narrow => {
6045             nonleap => [
6046             'J',
6047             'V',
6048             'M',
6049             'A',
6050             'M',
6051             'J',
6052             'J',
6053             'A',
6054             'S',
6055             'O',
6056             'N',
6057             'D'
6058             ],
6059             leap => [
6060            
6061             ],
6062             },
6063             wide => {
6064             nonleap => [
6065             'jaanuar',
6066             'veebruar',
6067             'märts',
6068             'aprill',
6069             'mai',
6070             'juuni',
6071             'juuli',
6072             'august',
6073             'september',
6074             'oktoober',
6075             'november',
6076             'detsember'
6077             ],
6078             leap => [
6079            
6080             ],
6081             },
6082             },
6083             },
6084             } },
6085             );
6086              
6087             has 'calendar_days' => (
6088             is => 'ro',
6089             isa => HashRef,
6090             init_arg => undef,
6091             default => sub { {
6092             'gregorian' => {
6093             'format' => {
6094             abbreviated => {
6095             mon => 'E',
6096             tue => 'T',
6097             wed => 'K',
6098             thu => 'N',
6099             fri => 'R',
6100             sat => 'L',
6101             sun => 'P'
6102             },
6103             narrow => {
6104             mon => 'E',
6105             tue => 'T',
6106             wed => 'K',
6107             thu => 'N',
6108             fri => 'R',
6109             sat => 'L',
6110             sun => 'P'
6111             },
6112             short => {
6113             mon => 'E',
6114             tue => 'T',
6115             wed => 'K',
6116             thu => 'N',
6117             fri => 'R',
6118             sat => 'L',
6119             sun => 'P'
6120             },
6121             wide => {
6122             mon => 'esmaspäev',
6123             tue => 'teisipäev',
6124             wed => 'kolmapäev',
6125             thu => 'neljapäev',
6126             fri => 'reede',
6127             sat => 'laupäev',
6128             sun => 'pühapäev'
6129             },
6130             },
6131             'stand-alone' => {
6132             abbreviated => {
6133             mon => 'E',
6134             tue => 'T',
6135             wed => 'K',
6136             thu => 'N',
6137             fri => 'R',
6138             sat => 'L',
6139             sun => 'P'
6140             },
6141             narrow => {
6142             mon => 'E',
6143             tue => 'T',
6144             wed => 'K',
6145             thu => 'N',
6146             fri => 'R',
6147             sat => 'L',
6148             sun => 'P'
6149             },
6150             short => {
6151             mon => 'E',
6152             tue => 'T',
6153             wed => 'K',
6154             thu => 'N',
6155             fri => 'R',
6156             sat => 'L',
6157             sun => 'P'
6158             },
6159             wide => {
6160             mon => 'esmaspäev',
6161             tue => 'teisipäev',
6162             wed => 'kolmapäev',
6163             thu => 'neljapäev',
6164             fri => 'reede',
6165             sat => 'laupäev',
6166             sun => 'pühapäev'
6167             },
6168             },
6169             },
6170             } },
6171             );
6172              
6173             has 'calendar_quarters' => (
6174             is => 'ro',
6175             isa => HashRef,
6176             init_arg => undef,
6177             default => sub { {
6178             'gregorian' => {
6179             'format' => {
6180             abbreviated => {0 => 'K1',
6181             1 => 'K2',
6182             2 => 'K3',
6183             3 => 'K4'
6184             },
6185             narrow => {0 => '1',
6186             1 => '2',
6187             2 => '3',
6188             3 => '4'
6189             },
6190             wide => {0 => '1. kvartal',
6191             1 => '2. kvartal',
6192             2 => '3. kvartal',
6193             3 => '4. kvartal'
6194             },
6195             },
6196             'stand-alone' => {
6197             abbreviated => {0 => 'K1',
6198             1 => 'K2',
6199             2 => 'K3',
6200             3 => 'K4'
6201             },
6202             narrow => {0 => '1.',
6203             1 => '2.',
6204             2 => '3.',
6205             3 => '4.'
6206             },
6207             wide => {0 => '1. kvartal',
6208             1 => '2. kvartal',
6209             2 => '3. kvartal',
6210             3 => '4. kvartal'
6211             },
6212             },
6213             },
6214             } },
6215             );
6216              
6217             has 'day_period_data' => (
6218             is => 'ro',
6219             isa => CodeRef,
6220             init_arg => undef,
6221             default => sub { sub {
6222             # Time in hhmm format
6223             my ($self, $type, $time, $day_period_type) = @_;
6224             $day_period_type //= 'default';
6225             SWITCH:
6226             for ($type) {
6227             if ($_ eq 'buddhist') {
6228             if($day_period_type eq 'default') {
6229             return 'midnight' if $time == 0;
6230             return 'noon' if $time == 1200;
6231             return 'afternoon1' if $time >= 1200
6232             && $time < 1800;
6233             return 'evening1' if $time >= 1800
6234             && $time < 2300;
6235             return 'morning1' if $time >= 500
6236             && $time < 1200;
6237             return 'night1' if $time >= 2300;
6238             return 'night1' if $time < 500;
6239             }
6240             if($day_period_type eq 'selection') {
6241             return 'afternoon1' if $time >= 1200
6242             && $time < 1800;
6243             return 'evening1' if $time >= 1800
6244             && $time < 2300;
6245             return 'morning1' if $time >= 500
6246             && $time < 1200;
6247             return 'night1' if $time >= 2300;
6248             return 'night1' if $time < 500;
6249             }
6250             last SWITCH;
6251             }
6252             if ($_ eq 'chinese') {
6253             if($day_period_type eq 'default') {
6254             return 'midnight' if $time == 0;
6255             return 'noon' if $time == 1200;
6256             return 'afternoon1' if $time >= 1200
6257             && $time < 1800;
6258             return 'evening1' if $time >= 1800
6259             && $time < 2300;
6260             return 'morning1' if $time >= 500
6261             && $time < 1200;
6262             return 'night1' if $time >= 2300;
6263             return 'night1' if $time < 500;
6264             }
6265             if($day_period_type eq 'selection') {
6266             return 'afternoon1' if $time >= 1200
6267             && $time < 1800;
6268             return 'evening1' if $time >= 1800
6269             && $time < 2300;
6270             return 'morning1' if $time >= 500
6271             && $time < 1200;
6272             return 'night1' if $time >= 2300;
6273             return 'night1' if $time < 500;
6274             }
6275             last SWITCH;
6276             }
6277             if ($_ eq 'generic') {
6278             if($day_period_type eq 'default') {
6279             return 'midnight' if $time == 0;
6280             return 'noon' if $time == 1200;
6281             return 'afternoon1' if $time >= 1200
6282             && $time < 1800;
6283             return 'evening1' if $time >= 1800
6284             && $time < 2300;
6285             return 'morning1' if $time >= 500
6286             && $time < 1200;
6287             return 'night1' if $time >= 2300;
6288             return 'night1' if $time < 500;
6289             }
6290             if($day_period_type eq 'selection') {
6291             return 'afternoon1' if $time >= 1200
6292             && $time < 1800;
6293             return 'evening1' if $time >= 1800
6294             && $time < 2300;
6295             return 'morning1' if $time >= 500
6296             && $time < 1200;
6297             return 'night1' if $time >= 2300;
6298             return 'night1' if $time < 500;
6299             }
6300             last SWITCH;
6301             }
6302             if ($_ eq 'gregorian') {
6303             if($day_period_type eq 'default') {
6304             return 'midnight' if $time == 0;
6305             return 'noon' if $time == 1200;
6306             return 'afternoon1' if $time >= 1200
6307             && $time < 1800;
6308             return 'evening1' if $time >= 1800
6309             && $time < 2300;
6310             return 'morning1' if $time >= 500
6311             && $time < 1200;
6312             return 'night1' if $time >= 2300;
6313             return 'night1' if $time < 500;
6314             }
6315             if($day_period_type eq 'selection') {
6316             return 'afternoon1' if $time >= 1200
6317             && $time < 1800;
6318             return 'evening1' if $time >= 1800
6319             && $time < 2300;
6320             return 'morning1' if $time >= 500
6321             && $time < 1200;
6322             return 'night1' if $time >= 2300;
6323             return 'night1' if $time < 500;
6324             }
6325             last SWITCH;
6326             }
6327             if ($_ eq 'hebrew') {
6328             if($day_period_type eq 'default') {
6329             return 'midnight' if $time == 0;
6330             return 'noon' if $time == 1200;
6331             return 'afternoon1' if $time >= 1200
6332             && $time < 1800;
6333             return 'evening1' if $time >= 1800
6334             && $time < 2300;
6335             return 'morning1' if $time >= 500
6336             && $time < 1200;
6337             return 'night1' if $time >= 2300;
6338             return 'night1' if $time < 500;
6339             }
6340             if($day_period_type eq 'selection') {
6341             return 'afternoon1' if $time >= 1200
6342             && $time < 1800;
6343             return 'evening1' if $time >= 1800
6344             && $time < 2300;
6345             return 'morning1' if $time >= 500
6346             && $time < 1200;
6347             return 'night1' if $time >= 2300;
6348             return 'night1' if $time < 500;
6349             }
6350             last SWITCH;
6351             }
6352             if ($_ eq 'islamic') {
6353             if($day_period_type eq 'default') {
6354             return 'midnight' if $time == 0;
6355             return 'noon' if $time == 1200;
6356             return 'afternoon1' if $time >= 1200
6357             && $time < 1800;
6358             return 'evening1' if $time >= 1800
6359             && $time < 2300;
6360             return 'morning1' if $time >= 500
6361             && $time < 1200;
6362             return 'night1' if $time >= 2300;
6363             return 'night1' if $time < 500;
6364             }
6365             if($day_period_type eq 'selection') {
6366             return 'afternoon1' if $time >= 1200
6367             && $time < 1800;
6368             return 'evening1' if $time >= 1800
6369             && $time < 2300;
6370             return 'morning1' if $time >= 500
6371             && $time < 1200;
6372             return 'night1' if $time >= 2300;
6373             return 'night1' if $time < 500;
6374             }
6375             last SWITCH;
6376             }
6377             }
6378             } },
6379             );
6380              
6381             around day_period_data => sub {
6382             my ($orig, $self) = @_;
6383             return $self->$orig;
6384             };
6385              
6386             has 'day_periods' => (
6387             is => 'ro',
6388             isa => HashRef,
6389             init_arg => undef,
6390             default => sub { {
6391             'gregorian' => {
6392             'format' => {
6393             'abbreviated' => {
6394             'afternoon1' => q{pärastlõunal},
6395             'am' => q{AM},
6396             'evening1' => q{õhtul},
6397             'midnight' => q{keskööl},
6398             'morning1' => q{hommikul},
6399             'night1' => q{öösel},
6400             'noon' => q{keskpäeval},
6401             'pm' => q{PM},
6402             },
6403             'narrow' => {
6404             'afternoon1' => q{pärastlõunal},
6405             'am' => q{AM},
6406             'evening1' => q{õhtul},
6407             'midnight' => q{keskööl},
6408             'morning1' => q{hommikul},
6409             'night1' => q{öösel},
6410             'noon' => q{keskpäeval},
6411             'pm' => q{PM},
6412             },
6413             'wide' => {
6414             'afternoon1' => q{pärastlõunal},
6415             'am' => q{AM},
6416             'evening1' => q{õhtul},
6417             'midnight' => q{keskööl},
6418             'morning1' => q{hommikul},
6419             'night1' => q{öösel},
6420             'noon' => q{keskpäeval},
6421             'pm' => q{PM},
6422             },
6423             },
6424             'stand-alone' => {
6425             'abbreviated' => {
6426             'afternoon1' => q{pärastlõuna},
6427             'am' => q{AM},
6428             'evening1' => q{õhtu},
6429             'midnight' => q{kesköö},
6430             'morning1' => q{hommik},
6431             'night1' => q{öö},
6432             'noon' => q{keskpäev},
6433             'pm' => q{PM},
6434             },
6435             'narrow' => {
6436             'afternoon1' => q{pärastlõuna},
6437             'am' => q{AM},
6438             'evening1' => q{õhtu},
6439             'midnight' => q{kesköö},
6440             'morning1' => q{hommik},
6441             'night1' => q{öö},
6442             'noon' => q{keskpäev},
6443             'pm' => q{PM},
6444             },
6445             'wide' => {
6446             'afternoon1' => q{pärastlõuna},
6447             'am' => q{AM},
6448             'evening1' => q{õhtu},
6449             'midnight' => q{kesköö},
6450             'morning1' => q{hommik},
6451             'night1' => q{öö},
6452             'noon' => q{keskpäev},
6453             'pm' => q{PM},
6454             },
6455             },
6456             },
6457             } },
6458             );
6459              
6460             has 'eras' => (
6461             is => 'ro',
6462             isa => HashRef,
6463             init_arg => undef,
6464             default => sub { {
6465             'buddhist' => {
6466             abbreviated => {
6467             '0' => 'BK'
6468             },
6469             narrow => {
6470             '0' => 'BK'
6471             },
6472             wide => {
6473             '0' => 'BK'
6474             },
6475             },
6476             'chinese' => {
6477             },
6478             'generic' => {
6479             },
6480             'gregorian' => {
6481             abbreviated => {
6482             '0' => 'eKr',
6483             '1' => 'pKr'
6484             },
6485             narrow => {
6486             '0' => 'eKr',
6487             '1' => 'pKr'
6488             },
6489             wide => {
6490             '0' => 'enne Kristust',
6491             '1' => 'pärast Kristust'
6492             },
6493             },
6494             'hebrew' => {
6495             abbreviated => {
6496             '0' => 'AM'
6497             },
6498             narrow => {
6499             '0' => 'AM'
6500             },
6501             wide => {
6502             '0' => 'AM'
6503             },
6504             },
6505             'islamic' => {
6506             abbreviated => {
6507             '0' => 'AH'
6508             },
6509             narrow => {
6510             '0' => 'AH'
6511             },
6512             wide => {
6513             '0' => 'AH'
6514             },
6515             },
6516             } },
6517             );
6518              
6519             has 'date_formats' => (
6520             is => 'ro',
6521             isa => HashRef,
6522             init_arg => undef,
6523             default => sub { {
6524             'buddhist' => {
6525             },
6526             'chinese' => {
6527             },
6528             'generic' => {
6529             'full' => q{EEEE, d. MMMM y G},
6530             'long' => q{d. MMMM y G},
6531             'medium' => q{dd.MM.y G},
6532             'short' => q{dd.MM.y GGGGG},
6533             },
6534             'gregorian' => {
6535             'full' => q{EEEE, d. MMMM y},
6536             'long' => q{d. MMMM y},
6537             'medium' => q{d. MMM y},
6538             'short' => q{dd.MM.yy},
6539             },
6540             'hebrew' => {
6541             },
6542             'islamic' => {
6543             },
6544             } },
6545             );
6546              
6547             has 'time_formats' => (
6548             is => 'ro',
6549             isa => HashRef,
6550             init_arg => undef,
6551             default => sub { {
6552             'buddhist' => {
6553             },
6554             'chinese' => {
6555             },
6556             'generic' => {
6557             },
6558             'gregorian' => {
6559             'full' => q{HH:mm:ss zzzz},
6560             'long' => q{HH:mm:ss z},
6561             'medium' => q{HH:mm:ss},
6562             'short' => q{HH:mm},
6563             },
6564             'hebrew' => {
6565             },
6566             'islamic' => {
6567             },
6568             } },
6569             );
6570              
6571             has 'datetime_formats' => (
6572             is => 'ro',
6573             isa => HashRef,
6574             init_arg => undef,
6575             default => sub { {
6576             'buddhist' => {
6577             },
6578             'chinese' => {
6579             },
6580             'generic' => {
6581             'full' => q{{1}, 'kell' {0}},
6582             'long' => q{{1}, 'kell' {0}},
6583             'medium' => q{{1} {0}},
6584             'short' => q{{1} {0}},
6585             },
6586             'gregorian' => {
6587             'full' => q{{1} {0}},
6588             'long' => q{{1} {0}},
6589             'medium' => q{{1} {0}},
6590             'short' => q{{1} {0}},
6591             },
6592             'hebrew' => {
6593             },
6594             'islamic' => {
6595             },
6596             } },
6597             );
6598              
6599             has 'datetime_formats_available_formats' => (
6600             is => 'ro',
6601             isa => HashRef,
6602             init_arg => undef,
6603             default => sub { {
6604             'generic' => {
6605             Bh => q{h B},
6606             Bhm => q{h:mm B},
6607             Bhms => q{h:mm:ss B},
6608             E => q{ccc},
6609             EBhm => q{E h:mm B},
6610             EBhms => q{E h:mm:ss B},
6611             EHm => q{E HH:mm},
6612             EHms => q{E HH:mm:ss},
6613             Ed => q{E, d},
6614             Ehm => q{E h:mm a},
6615             Ehms => q{E h:mm:ss a},
6616             Gy => q{y G},
6617             GyMMM => q{MMM y G},
6618             GyMMMEd => q{E, d. MMMM y G},
6619             GyMMMd => q{d. MMM y G},
6620             H => q{HH},
6621             Hm => q{HH:mm},
6622             Hms => q{H:mm.ss},
6623             M => q{M},
6624             MEd => q{E, d.M},
6625             MMM => q{MMMM},
6626             MMMEd => q{E, d. MMM},
6627             MMMMEd => q{E, d. MMMM},
6628             MMMMd => q{d. MMMM},
6629             MMMd => q{d. MMM},
6630             Md => q{d.M},
6631             d => q{d},
6632             h => q{h a},
6633             hm => q{h:mm a},
6634             hms => q{h:mm.ss a},
6635             mmss => q{mm.ss},
6636             ms => q{mm.ss},
6637             y => q{y G},
6638             yyyy => q{y G},
6639             yyyyM => q{M.y G},
6640             yyyyMEd => q{E, d.M y G},
6641             yyyyMMM => q{MMM y G},
6642             yyyyMMMEd => q{E, d. MMMM y G},
6643             yyyyMMMM => q{MMMM y G},
6644             yyyyMMMd => q{d. MMM y G},
6645             yyyyMd => q{d.M.y G},
6646             yyyyQQQ => q{QQQ y G},
6647             yyyyQQQQ => q{QQQQ y G},
6648             },
6649             'gregorian' => {
6650             Bh => q{h B},
6651             Bhm => q{h:mm B},
6652             Bhms => q{h:mm:ss B},
6653             E => q{ccc},
6654             EBhm => q{E h:mm B},
6655             EBhms => q{E h:mm:ss B},
6656             EHm => q{E HH:mm},
6657             EHms => q{E HH:mm:ss},
6658             Ed => q{E, d},
6659             Ehm => q{E h:mm a},
6660             Ehms => q{E h:mm:ss a},
6661             Gy => q{y G},
6662             GyMMM => q{MMM y G},
6663             GyMMMEd => q{E, d. MMMM y G},
6664             GyMMMd => q{d. MMM y G},
6665             H => q{HH},
6666             Hm => q{HH:mm},
6667             Hms => q{HH:mm:ss},
6668             Hmsv => q{HH:mm:ss v},
6669             Hmv => q{HH:mm v},
6670             M => q{M},
6671             MEd => q{E, d.M},
6672             MMM => q{MMMM},
6673             MMMEd => q{E, d. MMM},
6674             MMMMEd => q{E, d. MMMM},
6675             MMMMW => q{MMM (W. 'nädal')},
6676             MMMMd => q{d. MMMM},
6677             MMMd => q{d. MMM},
6678             Md => q{d.M},
6679             d => q{d},
6680             h => q{h a},
6681             hm => q{h:mm a},
6682             hms => q{h:mm:ss a},
6683             hmsv => q{h:mm:ss a v},
6684             hmv => q{h:mm a v},
6685             mmss => q{mm:ss},
6686             ms => q{mm:ss},
6687             y => q{y},
6688             yM => q{M.y},
6689             yMEd => q{E, d.M.y},
6690             yMMM => q{MMM y},
6691             yMMMEd => q{E, d. MMMM y},
6692             yMMMM => q{MMMM y},
6693             yMMMd => q{d. MMM y},
6694             yMd => q{d.M.y},
6695             yQQQ => q{QQQ y},
6696             yQQQQ => q{QQQQ y},
6697             yw => q{w. 'nädal' (Y)},
6698             },
6699             } },
6700             );
6701              
6702             has 'datetime_formats_append_item' => (
6703             is => 'ro',
6704             isa => HashRef,
6705             init_arg => undef,
6706             default => sub { {
6707             'gregorian' => {
6708             'Timezone' => '{0} {1}',
6709             },
6710             } },
6711             );
6712              
6713             has 'datetime_formats_interval' => (
6714             is => 'ro',
6715             isa => HashRef,
6716             init_arg => undef,
6717             default => sub { {
6718             'generic' => {
6719             H => {
6720             H => q{HH–HH},
6721             },
6722             Hm => {
6723             H => q{HH:mm–HH:mm},
6724             m => q{HH:mm–HH:mm},
6725             },
6726             Hmv => {
6727             H => q{HH:mm–HH:mm v},
6728             m => q{HH:mm–HH:mm v},
6729             },
6730             Hv => {
6731             H => q{HH–HH v},
6732             },
6733             M => {
6734             M => q{M–M},
6735             },
6736             MEd => {
6737             M => q{E, dd.MM – E, dd.MM},
6738             d => q{E, dd.MM – E, dd.MM},
6739             },
6740             MMM => {
6741             M => q{MMM–MMM},
6742             },
6743             MMMEd => {
6744             M => q{E, d. MMM – E, d. MMM},
6745             d => q{E, d. MMM – E, d. MMM},
6746             },
6747             MMMd => {
6748             M => q{d. MMM – d. MMM},
6749             d => q{d.–d. MMM},
6750             },
6751             Md => {
6752             M => q{dd.MM–dd.MM},
6753             d => q{dd.MM–dd.MM},
6754             },
6755             d => {
6756             d => q{d–d},
6757             },
6758             fallback => '{0}–{1}',
6759             h => {
6760             a => q{h a – h a},
6761             h => q{h–h a},
6762             },
6763             hm => {
6764             a => q{h:mm a – h:mm a},
6765             h => q{h:mm–h:mm a},
6766             m => q{h:mm–h:mm a},
6767             },
6768             hmv => {
6769             a => q{h:mm a – h:mm a v},
6770             h => q{h:mm–h:mm a v},
6771             m => q{h:mm–h:mm a v},
6772             },
6773             hv => {
6774             a => q{h a – h a v},
6775             h => q{h–h a v},
6776             },
6777             y => {
6778             y => q{y–y G},
6779             },
6780             yM => {
6781             M => q{MM.y–MM.y G},
6782             y => q{MM.y–MM.y G},
6783             },
6784             yMEd => {
6785             M => q{E, dd.MM.y – E, dd.MM.y G},
6786             d => q{E, dd.MM.y – E, dd.MM.y G},
6787             y => q{E, dd.MM.y – E, dd.MM.y G},
6788             },
6789             yMMM => {
6790             M => q{MMM–MMM y G},
6791             y => q{MMM y – MMM y G},
6792             },
6793             yMMMEd => {
6794             M => q{E, d. MMM – E, d. MMM y G},
6795             d => q{E, d. MMM – E, d. MMM y G},
6796             y => q{E, d. MMM y – E, d. MMM y G},
6797             },
6798             yMMMM => {
6799             M => q{MMMM–MMMM y G},
6800             y => q{MMMM y – MMMM y G},
6801             },
6802             yMMMd => {
6803             M => q{d. MMM – d. MMM y G},
6804             d => q{d.–d. MMM y G},
6805             y => q{d. MMM y – d. MMM y G},
6806             },
6807             yMd => {
6808             M => q{dd.MM.y–dd.MM.y G},
6809             d => q{dd.MM.y–dd.MM.y G},
6810             y => q{dd.MM.y–dd.MM.y G},
6811             },
6812             },
6813             'gregorian' => {
6814             H => {
6815             H => q{HH–HH},
6816             },
6817             Hm => {
6818             H => q{HH:mm–HH:mm},
6819             m => q{HH:mm–HH:mm},
6820             },
6821             Hmv => {
6822             H => q{HH:mm–HH:mm v},
6823             m => q{HH:mm–HH:mm v},
6824             },
6825             Hv => {
6826             H => q{HH–HH v},
6827             },
6828             M => {
6829             M => q{MM–MM},
6830             },
6831             MEd => {
6832             M => q{E, dd.MM – E, dd.MM},
6833             d => q{E, dd.MM – E, dd.MM},
6834             },
6835             MMM => {
6836             M => q{MMM–MMM},
6837             },
6838             MMMEd => {
6839             M => q{E, d. MMM – E, d. MMM},
6840             d => q{E, d. MMM – E, d. MMM},
6841             },
6842             MMMd => {
6843             M => q{d. MMM – d. MMM},
6844             d => q{d.–d. MMM},
6845             },
6846             Md => {
6847             M => q{dd.MM–dd.MM},
6848             d => q{dd.MM–dd.MM},
6849             },
6850             d => {
6851             d => q{d–d},
6852             },
6853             fallback => '{0} – {1}',
6854             h => {
6855             a => q{h a – h a},
6856             h => q{h–h a},
6857             },
6858             hm => {
6859             a => q{h:mm a – h:mm a},
6860             h => q{h:mm–h:mm a},
6861             m => q{h:mm–h:mm a},
6862             },
6863             hmv => {
6864             a => q{h:mm a – h:mm a v},
6865             h => q{h:mm–h:mm a v},
6866             m => q{h:mm–h:mm a v},
6867             },
6868             hv => {
6869             a => q{h a – h a v},
6870             h => q{h–h a v},
6871             },
6872             y => {
6873             y => q{y–y},
6874             },
6875             yM => {
6876             M => q{MM.y–MM.y},
6877             y => q{MM.y–MM.y},
6878             },
6879             yMEd => {
6880             M => q{E, dd.MM.y – E, dd.MM.y},
6881             d => q{E, dd.MM.y – E, dd.MM.y},
6882             y => q{E, dd.MM.y – E, dd.MM.y},
6883             },
6884             yMMM => {
6885             M => q{MMM–MMM y},
6886             y => q{MMM y – MMM y},
6887             },
6888             yMMMEd => {
6889             M => q{E, d. MMM – E, d. MMM y},
6890             d => q{E, d. MMM – E, d. MMM y},
6891             y => q{E, d. MMM y – E, d. MMM y},
6892             },
6893             yMMMM => {
6894             M => q{MMMM–MMMM y},
6895             y => q{MMMM y – MMMM y},
6896             },
6897             yMMMd => {
6898             M => q{d. MMM – d. MMM y},
6899             d => q{d.–d. MMM y},
6900             y => q{d. MMM y – d. MMM y},
6901             },
6902             yMd => {
6903             M => q{dd.MM.y–dd.MM.y},
6904             d => q{dd.MM.y–dd.MM.y},
6905             y => q{dd.MM.y–dd.MM.y},
6906             },
6907             },
6908             } },
6909             );
6910              
6911             has 'cyclic_name_sets' => (
6912             is => 'ro',
6913             isa => HashRef,
6914             init_arg => undef,
6915             default => sub { {
6916             'chinese' => {
6917             'zodiacs' => {
6918             'format' => {
6919             'abbreviated' => {
6920             0 => q(rott),
6921             1 => q(härg),
6922             2 => q(tiiger),
6923             3 => q(küülik),
6924             4 => q(draakon),
6925             5 => q(madu),
6926             6 => q(hobune),
6927             7 => q(lammas),
6928             8 => q(ahv),
6929             9 => q(kukk),
6930             10 => q(koer),
6931             11 => q(siga),
6932             },
6933             'wide' => {
6934             0 => q(rott),
6935             1 => q(härg),
6936             2 => q(tiiger),
6937             3 => q(küülik),
6938             4 => q(draakon),
6939             5 => q(madu),
6940             6 => q(hobune),
6941             7 => q(lammas),
6942             8 => q(ahv),
6943             9 => q(kukk),
6944             10 => q(koer),
6945             11 => q(siga),
6946             },
6947             },
6948             },
6949             },
6950             } },
6951             );
6952              
6953             has 'time_zone_names' => (
6954             is => 'ro',
6955             isa => HashRef,
6956             init_arg => undef,
6957             default => sub { {
6958             hourFormat => q(+HH:mm;−HH:mm),
6959             gmtFormat => q(GMT {0}),
6960             gmtZeroFormat => q(GMT),
6961             regionFormat => q(({0})),
6962             regionFormat => q({0} (+1)),
6963             regionFormat => q({0} (+0)),
6964             fallbackFormat => q({1} ({0})),
6965             'Acre' => {
6966             long => {
6967             'daylight' => q#Acre suveaeg#,
6968             'generic' => q#Acre aeg#,
6969             'standard' => q#Acre standardaeg#,
6970             },
6971             },
6972             'Afghanistan' => {
6973             long => {
6974             'standard' => q#Afganistani aeg#,
6975             },
6976             },
6977             'Africa/Abidjan' => {
6978             exemplarCity => q#Abidjan#,
6979             },
6980             'Africa/Accra' => {
6981             exemplarCity => q#Accra#,
6982             },
6983             'Africa/Addis_Ababa' => {
6984             exemplarCity => q#Addis Abeba#,
6985             },
6986             'Africa/Algiers' => {
6987             exemplarCity => q#Alžiir#,
6988             },
6989             'Africa/Asmera' => {
6990             exemplarCity => q#Asmara#,
6991             },
6992             'Africa/Bamako' => {
6993             exemplarCity => q#Bamako#,
6994             },
6995             'Africa/Bangui' => {
6996             exemplarCity => q#Bangui#,
6997             },
6998             'Africa/Banjul' => {
6999             exemplarCity => q#Banjul#,
7000             },
7001             'Africa/Bissau' => {
7002             exemplarCity => q#Bissau#,
7003             },
7004             'Africa/Blantyre' => {
7005             exemplarCity => q#Blantyre#,
7006             },
7007             'Africa/Brazzaville' => {
7008             exemplarCity => q#Brazzaville#,
7009             },
7010             'Africa/Bujumbura' => {
7011             exemplarCity => q#Bujumbura#,
7012             },
7013             'Africa/Cairo' => {
7014             exemplarCity => q#Kairo#,
7015             },
7016             'Africa/Casablanca' => {
7017             exemplarCity => q#Casablanca#,
7018             },
7019             'Africa/Ceuta' => {
7020             exemplarCity => q#Ceuta#,
7021             },
7022             'Africa/Conakry' => {
7023             exemplarCity => q#Conakry#,
7024             },
7025             'Africa/Dakar' => {
7026             exemplarCity => q#Dakar#,
7027             },
7028             'Africa/Dar_es_Salaam' => {
7029             exemplarCity => q#Dar es Salaam#,
7030             },
7031             'Africa/Djibouti' => {
7032             exemplarCity => q#Djibouti#,
7033             },
7034             'Africa/Douala' => {
7035             exemplarCity => q#Douala#,
7036             },
7037             'Africa/El_Aaiun' => {
7038             exemplarCity => q#El Aaiun#,
7039             },
7040             'Africa/Freetown' => {
7041             exemplarCity => q#Freetown#,
7042             },
7043             'Africa/Gaborone' => {
7044             exemplarCity => q#Gaborone#,
7045             },
7046             'Africa/Harare' => {
7047             exemplarCity => q#Harare#,
7048             },
7049             'Africa/Johannesburg' => {
7050             exemplarCity => q#Johannesburg#,
7051             },
7052             'Africa/Juba' => {
7053             exemplarCity => q#Juba#,
7054             },
7055             'Africa/Kampala' => {
7056             exemplarCity => q#Kampala#,
7057             },
7058             'Africa/Khartoum' => {
7059             exemplarCity => q#Hartum#,
7060             },
7061             'Africa/Kigali' => {
7062             exemplarCity => q#Kigali#,
7063             },
7064             'Africa/Kinshasa' => {
7065             exemplarCity => q#Kinshasa#,
7066             },
7067             'Africa/Lagos' => {
7068             exemplarCity => q#Lagos#,
7069             },
7070             'Africa/Libreville' => {
7071             exemplarCity => q#Libreville#,
7072             },
7073             'Africa/Lome' => {
7074             exemplarCity => q#Lome#,
7075             },
7076             'Africa/Luanda' => {
7077             exemplarCity => q#Luanda#,
7078             },
7079             'Africa/Lubumbashi' => {
7080             exemplarCity => q#Lubumbashi#,
7081             },
7082             'Africa/Lusaka' => {
7083             exemplarCity => q#Lusaka#,
7084             },
7085             'Africa/Malabo' => {
7086             exemplarCity => q#Malabo#,
7087             },
7088             'Africa/Maputo' => {
7089             exemplarCity => q#Maputo#,
7090             },
7091             'Africa/Maseru' => {
7092             exemplarCity => q#Maseru#,
7093             },
7094             'Africa/Mbabane' => {
7095             exemplarCity => q#Mbabane#,
7096             },
7097             'Africa/Mogadishu' => {
7098             exemplarCity => q#Mogadishu#,
7099             },
7100             'Africa/Monrovia' => {
7101             exemplarCity => q#Monrovia#,
7102             },
7103             'Africa/Nairobi' => {
7104             exemplarCity => q#Nairobi#,
7105             },
7106             'Africa/Ndjamena' => {
7107             exemplarCity => q#N’Djamena#,
7108             },
7109             'Africa/Niamey' => {
7110             exemplarCity => q#Niamey#,
7111             },
7112             'Africa/Nouakchott' => {
7113             exemplarCity => q#Nouakchott#,
7114             },
7115             'Africa/Ouagadougou' => {
7116             exemplarCity => q#Ouagadougou#,
7117             },
7118             'Africa/Porto-Novo' => {
7119             exemplarCity => q#Porto-Novo#,
7120             },
7121             'Africa/Sao_Tome' => {
7122             exemplarCity => q#São Tomé#,
7123             },
7124             'Africa/Tripoli' => {
7125             exemplarCity => q#Tripoli#,
7126             },
7127             'Africa/Tunis' => {
7128             exemplarCity => q#Tunis#,
7129             },
7130             'Africa/Windhoek' => {
7131             exemplarCity => q#Windhoek#,
7132             },
7133             'Africa_Central' => {
7134             long => {
7135             'standard' => q#Kesk-Aafrika aeg#,
7136             },
7137             },
7138             'Africa_Eastern' => {
7139             long => {
7140             'standard' => q#Ida-Aafrika aeg#,
7141             },
7142             },
7143             'Africa_Southern' => {
7144             long => {
7145             'standard' => q#Lõuna-Aafrika standardaeg#,
7146             },
7147             },
7148             'Africa_Western' => {
7149             long => {
7150             'daylight' => q#Lääne-Aafrika suveaeg#,
7151             'generic' => q#Lääne-Aafrika aeg#,
7152             'standard' => q#Lääne-Aafrika standardaeg#,
7153             },
7154             },
7155             'Alaska' => {
7156             long => {
7157             'daylight' => q#Alaska suveaeg#,
7158             'generic' => q#Alaska aeg#,
7159             'standard' => q#Alaska standardaeg#,
7160             },
7161             },
7162             'Almaty' => {
7163             long => {
7164             'daylight' => q#Almatõ suveaeg#,
7165             'generic' => q#Almatõ aeg#,
7166             'standard' => q#Almatõ standardaeg#,
7167             },
7168             },
7169             'Amazon' => {
7170             long => {
7171             'daylight' => q#Amazonase suveaeg#,
7172             'generic' => q#Amazonase aeg#,
7173             'standard' => q#Amazonase standardaeg#,
7174             },
7175             },
7176             'America/Adak' => {
7177             exemplarCity => q#Adak#,
7178             },
7179             'America/Anchorage' => {
7180             exemplarCity => q#Anchorage#,
7181             },
7182             'America/Anguilla' => {
7183             exemplarCity => q#Anguilla#,
7184             },
7185             'America/Antigua' => {
7186             exemplarCity => q#Antigua#,
7187             },
7188             'America/Araguaina' => {
7189             exemplarCity => q#Araguaína#,
7190             },
7191             'America/Argentina/La_Rioja' => {
7192             exemplarCity => q#La Rioja#,
7193             },
7194             'America/Argentina/Rio_Gallegos' => {
7195             exemplarCity => q#Río Gallegos#,
7196             },
7197             'America/Argentina/Salta' => {
7198             exemplarCity => q#Salta#,
7199             },
7200             'America/Argentina/San_Juan' => {
7201             exemplarCity => q#San Juan#,
7202             },
7203             'America/Argentina/San_Luis' => {
7204             exemplarCity => q#San Luis#,
7205             },
7206             'America/Argentina/Tucuman' => {
7207             exemplarCity => q#Tucumán#,
7208             },
7209             'America/Argentina/Ushuaia' => {
7210             exemplarCity => q#Ushuaia#,
7211             },
7212             'America/Aruba' => {
7213             exemplarCity => q#Aruba#,
7214             },
7215             'America/Asuncion' => {
7216             exemplarCity => q#Asunción#,
7217             },
7218             'America/Bahia' => {
7219             exemplarCity => q#Bahia#,
7220             },
7221             'America/Bahia_Banderas' => {
7222             exemplarCity => q#Bahia Banderas#,
7223             },
7224             'America/Barbados' => {
7225             exemplarCity => q#Barbados#,
7226             },
7227             'America/Belem' => {
7228             exemplarCity => q#Belém#,
7229             },
7230             'America/Belize' => {
7231             exemplarCity => q#Belize#,
7232             },
7233             'America/Blanc-Sablon' => {
7234             exemplarCity => q#Blanc-Sablon#,
7235             },
7236             'America/Boa_Vista' => {
7237             exemplarCity => q#Boa Vista#,
7238             },
7239             'America/Bogota' => {
7240             exemplarCity => q#Bogotá#,
7241             },
7242             'America/Boise' => {
7243             exemplarCity => q#Boise#,
7244             },
7245             'America/Buenos_Aires' => {
7246             exemplarCity => q#Buenos Aires#,
7247             },
7248             'America/Cambridge_Bay' => {
7249             exemplarCity => q#Cambridge Bay#,
7250             },
7251             'America/Campo_Grande' => {
7252             exemplarCity => q#Campo Grande#,
7253             },
7254             'America/Cancun' => {
7255             exemplarCity => q#Cancún#,
7256             },
7257             'America/Caracas' => {
7258             exemplarCity => q#Caracas#,
7259             },
7260             'America/Catamarca' => {
7261             exemplarCity => q#Catamarca#,
7262             },
7263             'America/Cayenne' => {
7264             exemplarCity => q#Cayenne#,
7265             },
7266             'America/Cayman' => {
7267             exemplarCity => q#Cayman#,
7268             },
7269             'America/Chicago' => {
7270             exemplarCity => q#Chicago#,
7271             },
7272             'America/Chihuahua' => {
7273             exemplarCity => q#Chihuahua#,
7274             },
7275             'America/Coral_Harbour' => {
7276             exemplarCity => q#Atikokan#,
7277             },
7278             'America/Cordoba' => {
7279             exemplarCity => q#Córdoba#,
7280             },
7281             'America/Costa_Rica' => {
7282             exemplarCity => q#Costa Rica#,
7283             },
7284             'America/Creston' => {
7285             exemplarCity => q#Creston#,
7286             },
7287             'America/Cuiaba' => {
7288             exemplarCity => q#Cuiabá#,
7289             },
7290             'America/Curacao' => {
7291             exemplarCity => q#Curaçao#,
7292             },
7293             'America/Danmarkshavn' => {
7294             exemplarCity => q#Danmarkshavn#,
7295             },
7296             'America/Dawson' => {
7297             exemplarCity => q#Dawson#,
7298             },
7299             'America/Dawson_Creek' => {
7300             exemplarCity => q#Dawson Creek#,
7301             },
7302             'America/Denver' => {
7303             exemplarCity => q#Denver#,
7304             },
7305             'America/Detroit' => {
7306             exemplarCity => q#Detroit#,
7307             },
7308             'America/Dominica' => {
7309             exemplarCity => q#Dominica#,
7310             },
7311             'America/Edmonton' => {
7312             exemplarCity => q#Edmonton#,
7313             },
7314             'America/Eirunepe' => {
7315             exemplarCity => q#Eirunepé#,
7316             },
7317             'America/El_Salvador' => {
7318             exemplarCity => q#El Salvador#,
7319             },
7320             'America/Fort_Nelson' => {
7321             exemplarCity => q#Fort Nelson#,
7322             },
7323             'America/Fortaleza' => {
7324             exemplarCity => q#Fortaleza#,
7325             },
7326             'America/Glace_Bay' => {
7327             exemplarCity => q#Glace Bay#,
7328             },
7329             'America/Godthab' => {
7330             exemplarCity => q#Nuuk#,
7331             },
7332             'America/Goose_Bay' => {
7333             exemplarCity => q#Goose Bay#,
7334             },
7335             'America/Grand_Turk' => {
7336             exemplarCity => q#Grand Turk#,
7337             },
7338             'America/Grenada' => {
7339             exemplarCity => q#Grenada#,
7340             },
7341             'America/Guadeloupe' => {
7342             exemplarCity => q#Guadeloupe#,
7343             },
7344             'America/Guatemala' => {
7345             exemplarCity => q#Guatemala#,
7346             },
7347             'America/Guayaquil' => {
7348             exemplarCity => q#Guayaquil#,
7349             },
7350             'America/Guyana' => {
7351             exemplarCity => q#Guyana#,
7352             },
7353             'America/Halifax' => {
7354             exemplarCity => q#Halifax#,
7355             },
7356             'America/Havana' => {
7357             exemplarCity => q#Havanna#,
7358             },
7359             'America/Hermosillo' => {
7360             exemplarCity => q#Hermosillo#,
7361             },
7362             'America/Indiana/Knox' => {
7363             exemplarCity => q#Knox, Indiana#,
7364             },
7365             'America/Indiana/Marengo' => {
7366             exemplarCity => q#Marengo, Indiana#,
7367             },
7368             'America/Indiana/Petersburg' => {
7369             exemplarCity => q#Petersburg, Indiana#,
7370             },
7371             'America/Indiana/Tell_City' => {
7372             exemplarCity => q#Tell City, Indiana#,
7373             },
7374             'America/Indiana/Vevay' => {
7375             exemplarCity => q#Vevay, Indiana#,
7376             },
7377             'America/Indiana/Vincennes' => {
7378             exemplarCity => q#Vincennes, Indiana#,
7379             },
7380             'America/Indiana/Winamac' => {
7381             exemplarCity => q#Winamac, Indiana#,
7382             },
7383             'America/Indianapolis' => {
7384             exemplarCity => q#Indianapolis#,
7385             },
7386             'America/Inuvik' => {
7387             exemplarCity => q#Inuvik#,
7388             },
7389             'America/Iqaluit' => {
7390             exemplarCity => q#Iqaluit#,
7391             },
7392             'America/Jamaica' => {
7393             exemplarCity => q#Jamaica#,
7394             },
7395             'America/Jujuy' => {
7396             exemplarCity => q#Jujuy#,
7397             },
7398             'America/Juneau' => {
7399             exemplarCity => q#Juneau#,
7400             },
7401             'America/Kentucky/Monticello' => {
7402             exemplarCity => q#Monticello, Kentucky#,
7403             },
7404             'America/Kralendijk' => {
7405             exemplarCity => q#Kralendijk#,
7406             },
7407             'America/La_Paz' => {
7408             exemplarCity => q#La Paz#,
7409             },
7410             'America/Lima' => {
7411             exemplarCity => q#Lima#,
7412             },
7413             'America/Los_Angeles' => {
7414             exemplarCity => q#Los Angeles#,
7415             },
7416             'America/Louisville' => {
7417             exemplarCity => q#Louisville#,
7418             },
7419             'America/Lower_Princes' => {
7420             exemplarCity => q#Lower Prince’s Quarter#,
7421             },
7422             'America/Maceio' => {
7423             exemplarCity => q#Maceió#,
7424             },
7425             'America/Managua' => {
7426             exemplarCity => q#Managua#,
7427             },
7428             'America/Manaus' => {
7429             exemplarCity => q#Manaus#,
7430             },
7431             'America/Marigot' => {
7432             exemplarCity => q#Marigot#,
7433             },
7434             'America/Martinique' => {
7435             exemplarCity => q#Martinique#,
7436             },
7437             'America/Matamoros' => {
7438             exemplarCity => q#Matamoros#,
7439             },
7440             'America/Mazatlan' => {
7441             exemplarCity => q#Mazatlán#,
7442             },
7443             'America/Mendoza' => {
7444             exemplarCity => q#Mendoza#,
7445             },
7446             'America/Menominee' => {
7447             exemplarCity => q#Menominee#,
7448             },
7449             'America/Merida' => {
7450             exemplarCity => q#Mérida#,
7451             },
7452             'America/Metlakatla' => {
7453             exemplarCity => q#Metlakatla#,
7454             },
7455             'America/Mexico_City' => {
7456             exemplarCity => q#México#,
7457             },
7458             'America/Miquelon' => {
7459             exemplarCity => q#Miquelon#,
7460             },
7461             'America/Moncton' => {
7462             exemplarCity => q#Moncton#,
7463             },
7464             'America/Monterrey' => {
7465             exemplarCity => q#Monterrey#,
7466             },
7467             'America/Montevideo' => {
7468             exemplarCity => q#Montevideo#,
7469             },
7470             'America/Montserrat' => {
7471             exemplarCity => q#Montserrat#,
7472             },
7473             'America/Nassau' => {
7474             exemplarCity => q#Nassau#,
7475             },
7476             'America/New_York' => {
7477             exemplarCity => q#New York#,
7478             },
7479             'America/Nipigon' => {
7480             exemplarCity => q#Nipigon#,
7481             },
7482             'America/Nome' => {
7483             exemplarCity => q#Nome#,
7484             },
7485             'America/Noronha' => {
7486             exemplarCity => q#Noronha#,
7487             },
7488             'America/North_Dakota/Beulah' => {
7489             exemplarCity => q#Beulah, Põhja-Dakota#,
7490             },
7491             'America/North_Dakota/Center' => {
7492             exemplarCity => q#Center, Põhja-Dakota#,
7493             },
7494             'America/North_Dakota/New_Salem' => {
7495             exemplarCity => q#New Salem, Põhja-Dakota#,
7496             },
7497             'America/Ojinaga' => {
7498             exemplarCity => q#Ojinaga#,
7499             },
7500             'America/Panama' => {
7501             exemplarCity => q#Panama#,
7502             },
7503             'America/Pangnirtung' => {
7504             exemplarCity => q#Pangnirtung#,
7505             },
7506             'America/Paramaribo' => {
7507             exemplarCity => q#Paramaribo#,
7508             },
7509             'America/Phoenix' => {
7510             exemplarCity => q#Phoenix#,
7511             },
7512             'America/Port-au-Prince' => {
7513             exemplarCity => q#Port-au-Prince#,
7514             },
7515             'America/Port_of_Spain' => {
7516             exemplarCity => q#Port of Spain#,
7517             },
7518             'America/Porto_Velho' => {
7519             exemplarCity => q#Porto Velho#,
7520             },
7521             'America/Puerto_Rico' => {
7522             exemplarCity => q#Puerto Rico#,
7523             },
7524             'America/Punta_Arenas' => {
7525             exemplarCity => q#Punta Arenas#,
7526             },
7527             'America/Rainy_River' => {
7528             exemplarCity => q#Rainy River#,
7529             },
7530             'America/Rankin_Inlet' => {
7531             exemplarCity => q#Rankin Inlet#,
7532             },
7533             'America/Recife' => {
7534             exemplarCity => q#Recife#,
7535             },
7536             'America/Regina' => {
7537             exemplarCity => q#Regina#,
7538             },
7539             'America/Resolute' => {
7540             exemplarCity => q#Resolute#,
7541             },
7542             'America/Rio_Branco' => {
7543             exemplarCity => q#Rio Branco#,
7544             },
7545             'America/Santa_Isabel' => {
7546             exemplarCity => q#Santa Isabel#,
7547             },
7548             'America/Santarem' => {
7549             exemplarCity => q#Santarém#,
7550             },
7551             'America/Santiago' => {
7552             exemplarCity => q#Santiago#,
7553             },
7554             'America/Santo_Domingo' => {
7555             exemplarCity => q#Santo Domingo#,
7556             },
7557             'America/Sao_Paulo' => {
7558             exemplarCity => q#São Paulo#,
7559             },
7560             'America/Scoresbysund' => {
7561             exemplarCity => q#Ittoqqortoormiit#,
7562             },
7563             'America/Sitka' => {
7564             exemplarCity => q#Sitka#,
7565             },
7566             'America/St_Barthelemy' => {
7567             exemplarCity => q#Saint-Barthélemy#,
7568             },
7569             'America/St_Johns' => {
7570             exemplarCity => q#Saint John’s#,
7571             },
7572             'America/St_Kitts' => {
7573             exemplarCity => q#Saint Kitts#,
7574             },
7575             'America/St_Lucia' => {
7576             exemplarCity => q#Saint Lucia#,
7577             },
7578             'America/St_Thomas' => {
7579             exemplarCity => q#Saint Thomas#,
7580             },
7581             'America/St_Vincent' => {
7582             exemplarCity => q#Saint Vincent#,
7583             },
7584             'America/Swift_Current' => {
7585             exemplarCity => q#Swift Current#,
7586             },
7587             'America/Tegucigalpa' => {
7588             exemplarCity => q#Tegucigalpa#,
7589             },
7590             'America/Thule' => {
7591             exemplarCity => q#Thule#,
7592             },
7593             'America/Thunder_Bay' => {
7594             exemplarCity => q#Thunder Bay#,
7595             },
7596             'America/Tijuana' => {
7597             exemplarCity => q#Tijuana#,
7598             },
7599             'America/Toronto' => {
7600             exemplarCity => q#Toronto#,
7601             },
7602             'America/Tortola' => {
7603             exemplarCity => q#Tortola#,
7604             },
7605             'America/Vancouver' => {
7606             exemplarCity => q#Vancouver#,
7607             },
7608             'America/Whitehorse' => {
7609             exemplarCity => q#Whitehorse#,
7610             },
7611             'America/Winnipeg' => {
7612             exemplarCity => q#Winnipeg#,
7613             },
7614             'America/Yakutat' => {
7615             exemplarCity => q#Yakutat#,
7616             },
7617             'America/Yellowknife' => {
7618             exemplarCity => q#Yellowknife#,
7619             },
7620             'America_Central' => {
7621             long => {
7622             'daylight' => q#Kesk-Ameerika suveaeg#,
7623             'generic' => q#Kesk-Ameerika aeg#,
7624             'standard' => q#Kesk-Ameerika standardaeg#,
7625             },
7626             },
7627             'America_Eastern' => {
7628             long => {
7629             'daylight' => q#Idaranniku suveaeg#,
7630             'generic' => q#Idaranniku aeg#,
7631             'standard' => q#Idaranniku standardaeg#,
7632             },
7633             },
7634             'America_Mountain' => {
7635             long => {
7636             'daylight' => q#Mäestikuvööndi suveaeg#,
7637             'generic' => q#Mäestikuvööndi aeg#,
7638             'standard' => q#Mäestikuvööndi standardaeg#,
7639             },
7640             },
7641             'America_Pacific' => {
7642             long => {
7643             'daylight' => q#Vaikse ookeani suveaeg#,
7644             'generic' => q#Vaikse ookeani aeg#,
7645             'standard' => q#Vaikse ookeani standardaeg#,
7646             },
7647             },
7648             'Anadyr' => {
7649             long => {
7650             'daylight' => q#Anadõri suveaeg#,
7651             'generic' => q#Anadõri aeg#,
7652             'standard' => q#Anadõri standardaeg#,
7653             },
7654             },
7655             'Antarctica/Casey' => {
7656             exemplarCity => q#Casey#,
7657             },
7658             'Antarctica/Davis' => {
7659             exemplarCity => q#Davis#,
7660             },
7661             'Antarctica/DumontDUrville' => {
7662             exemplarCity => q#Dumont d’Urville#,
7663             },
7664             'Antarctica/Macquarie' => {
7665             exemplarCity => q#Macquarie#,
7666             },
7667             'Antarctica/Mawson' => {
7668             exemplarCity => q#Mawson#,
7669             },
7670             'Antarctica/McMurdo' => {
7671             exemplarCity => q#McMurdo#,
7672             },
7673             'Antarctica/Palmer' => {
7674             exemplarCity => q#Palmer#,
7675             },
7676             'Antarctica/Rothera' => {
7677             exemplarCity => q#Rothera#,
7678             },
7679             'Antarctica/Syowa' => {
7680             exemplarCity => q#Syowa#,
7681             },
7682             'Antarctica/Troll' => {
7683             exemplarCity => q#Troll#,
7684             },
7685             'Antarctica/Vostok' => {
7686             exemplarCity => q#Vostok#,
7687             },
7688             'Apia' => {
7689             long => {
7690             'daylight' => q#Apia suveaeg#,
7691             'generic' => q#Apia aeg#,
7692             'standard' => q#Apia standardaeg#,
7693             },
7694             },
7695             'Aqtau' => {
7696             long => {
7697             'daylight' => q#Aktau suveaeg#,
7698             'generic' => q#Aktau aeg#,
7699             'standard' => q#Aktau standardaeg#,
7700             },
7701             },
7702             'Aqtobe' => {
7703             long => {
7704             'daylight' => q#Aktöbe suveaeg#,
7705             'generic' => q#Aktöbe aeg#,
7706             'standard' => q#Aktöbe standardaeg#,
7707             },
7708             },
7709             'Arabian' => {
7710             long => {
7711             'daylight' => q#Araabia suveaeg#,
7712             'generic' => q#Araabia aeg#,
7713             'standard' => q#Araabia standardaeg#,
7714             },
7715             },
7716             'Arctic/Longyearbyen' => {
7717             exemplarCity => q#Longyearbyen#,
7718             },
7719             'Argentina' => {
7720             long => {
7721             'daylight' => q#Argentina suveaeg#,
7722             'generic' => q#Argentina aeg#,
7723             'standard' => q#Argentina standardaeg#,
7724             },
7725             },
7726             'Argentina_Western' => {
7727             long => {
7728             'daylight' => q#Lääne-Argentina suveaeg#,
7729             'generic' => q#Lääne-Argentina aeg#,
7730             'standard' => q#Lääne-Argentina standardaeg#,
7731             },
7732             },
7733             'Armenia' => {
7734             long => {
7735             'daylight' => q#Armeenia suveaeg#,
7736             'generic' => q#Armeenia aeg#,
7737             'standard' => q#Armeenia standardaeg#,
7738             },
7739             },
7740             'Asia/Aden' => {
7741             exemplarCity => q#Aden#,
7742             },
7743             'Asia/Almaty' => {
7744             exemplarCity => q#Almatõ#,
7745             },
7746             'Asia/Amman' => {
7747             exemplarCity => q#Amman#,
7748             },
7749             'Asia/Anadyr' => {
7750             exemplarCity => q#Anadõr#,
7751             },
7752             'Asia/Aqtau' => {
7753             exemplarCity => q#Aktau#,
7754             },
7755             'Asia/Aqtobe' => {
7756             exemplarCity => q#Aktöbe#,
7757             },
7758             'Asia/Ashgabat' => {
7759             exemplarCity => q#Aşgabat#,
7760             },
7761             'Asia/Atyrau' => {
7762             exemplarCity => q#Atõrau#,
7763             },
7764             'Asia/Baghdad' => {
7765             exemplarCity => q#Bagdad#,
7766             },
7767             'Asia/Bahrain' => {
7768             exemplarCity => q#Bahrein#,
7769             },
7770             'Asia/Baku' => {
7771             exemplarCity => q#Bakuu#,
7772             },
7773             'Asia/Bangkok' => {
7774             exemplarCity => q#Bangkok#,
7775             },
7776             'Asia/Barnaul' => {
7777             exemplarCity => q#Barnaul#,
7778             },
7779             'Asia/Beirut' => {
7780             exemplarCity => q#Beirut#,
7781             },
7782             'Asia/Bishkek' => {
7783             exemplarCity => q#Biškek#,
7784             },
7785             'Asia/Brunei' => {
7786             exemplarCity => q#Brunei#,
7787             },
7788             'Asia/Calcutta' => {
7789             exemplarCity => q#Kolkata#,
7790             },
7791             'Asia/Chita' => {
7792             exemplarCity => q#Tšita#,
7793             },
7794             'Asia/Choibalsan' => {
7795             exemplarCity => q#Tšojbalsan#,
7796             },
7797             'Asia/Colombo' => {
7798             exemplarCity => q#Colombo#,
7799             },
7800             'Asia/Damascus' => {
7801             exemplarCity => q#Damaskus#,
7802             },
7803             'Asia/Dhaka' => {
7804             exemplarCity => q#Dhaka#,
7805             },
7806             'Asia/Dili' => {
7807             exemplarCity => q#Dili#,
7808             },
7809             'Asia/Dubai' => {
7810             exemplarCity => q#Dubai#,
7811             },
7812             'Asia/Dushanbe' => {
7813             exemplarCity => q#Dušanbe#,
7814             },
7815             'Asia/Famagusta' => {
7816             exemplarCity => q#Famagusta#,
7817             },
7818             'Asia/Gaza' => {
7819             exemplarCity => q#Gaza#,
7820             },
7821             'Asia/Hebron' => {
7822             exemplarCity => q#Hebron#,
7823             },
7824             'Asia/Hong_Kong' => {
7825             exemplarCity => q#Hongkong#,
7826             },
7827             'Asia/Hovd' => {
7828             exemplarCity => q#Hovd#,
7829             },
7830             'Asia/Irkutsk' => {
7831             exemplarCity => q#Irkutsk#,
7832             },
7833             'Asia/Jakarta' => {
7834             exemplarCity => q#Jakarta#,
7835             },
7836             'Asia/Jayapura' => {
7837             exemplarCity => q#Jayapura#,
7838             },
7839             'Asia/Jerusalem' => {
7840             exemplarCity => q#Jeruusalemm#,
7841             },
7842             'Asia/Kabul' => {
7843             exemplarCity => q#Kabul#,
7844             },
7845             'Asia/Kamchatka' => {
7846             exemplarCity => q#Kamtšatka#,
7847             },
7848             'Asia/Karachi' => {
7849             exemplarCity => q#Karachi#,
7850             },
7851             'Asia/Katmandu' => {
7852             exemplarCity => q#Katmandu#,
7853             },
7854             'Asia/Khandyga' => {
7855             exemplarCity => q#Handõga#,
7856             },
7857             'Asia/Krasnoyarsk' => {
7858             exemplarCity => q#Krasnojarsk#,
7859             },
7860             'Asia/Kuala_Lumpur' => {
7861             exemplarCity => q#Kuala Lumpur#,
7862             },
7863             'Asia/Kuching' => {
7864             exemplarCity => q#Kuching#,
7865             },
7866             'Asia/Kuwait' => {
7867             exemplarCity => q#Kuveit#,
7868             },
7869             'Asia/Macau' => {
7870             exemplarCity => q#Macau#,
7871             },
7872             'Asia/Magadan' => {
7873             exemplarCity => q#Magadan#,
7874             },
7875             'Asia/Makassar' => {
7876             exemplarCity => q#Makassar#,
7877             },
7878             'Asia/Manila' => {
7879             exemplarCity => q#Manila#,
7880             },
7881             'Asia/Muscat' => {
7882             exemplarCity => q#Masqaţ#,
7883             },
7884             'Asia/Nicosia' => {
7885             exemplarCity => q#Nikosia#,
7886             },
7887             'Asia/Novokuznetsk' => {
7888             exemplarCity => q#Novokuznetsk#,
7889             },
7890             'Asia/Novosibirsk' => {
7891             exemplarCity => q#Novosibirsk#,
7892             },
7893             'Asia/Omsk' => {
7894             exemplarCity => q#Omsk#,
7895             },
7896             'Asia/Oral' => {
7897             exemplarCity => q#Oral#,
7898             },
7899             'Asia/Phnom_Penh' => {
7900             exemplarCity => q#Phnom Penh#,
7901             },
7902             'Asia/Pontianak' => {
7903             exemplarCity => q#Pontianak#,
7904             },
7905             'Asia/Pyongyang' => {
7906             exemplarCity => q#Pyongyang#,
7907             },
7908             'Asia/Qatar' => {
7909             exemplarCity => q#Katar#,
7910             },
7911             'Asia/Qyzylorda' => {
7912             exemplarCity => q#Kõzõlorda#,
7913             },
7914             'Asia/Rangoon' => {
7915             exemplarCity => q#Yangon#,
7916             },
7917             'Asia/Riyadh' => {
7918             exemplarCity => q#Ar-Riyāḑ#,
7919             },
7920             'Asia/Saigon' => {
7921             exemplarCity => q#Ho Chi Minh#,
7922             },
7923             'Asia/Sakhalin' => {
7924             exemplarCity => q#Sahhalin#,
7925             },
7926             'Asia/Samarkand' => {
7927             exemplarCity => q#Samarkand#,
7928             },
7929             'Asia/Seoul' => {
7930             exemplarCity => q#Soul#,
7931             },
7932             'Asia/Shanghai' => {
7933             exemplarCity => q#Shanghai#,
7934             },
7935             'Asia/Singapore' => {
7936             exemplarCity => q#Singapur#,
7937             },
7938             'Asia/Srednekolymsk' => {
7939             exemplarCity => q#Srednekolõmsk#,
7940             },
7941             'Asia/Taipei' => {
7942             exemplarCity => q#Taipei#,
7943             },
7944             'Asia/Tashkent' => {
7945             exemplarCity => q#Taškent#,
7946             },
7947             'Asia/Tbilisi' => {
7948             exemplarCity => q#Thbilisi#,
7949             },
7950             'Asia/Tehran' => {
7951             exemplarCity => q#Teheran#,
7952             },
7953             'Asia/Thimphu' => {
7954             exemplarCity => q#Thimphu#,
7955             },
7956             'Asia/Tokyo' => {
7957             exemplarCity => q#Tōkyō#,
7958             },
7959             'Asia/Tomsk' => {
7960             exemplarCity => q#Tomsk#,
7961             },
7962             'Asia/Ulaanbaatar' => {
7963             exemplarCity => q#Ulaanbaatar#,
7964             },
7965             'Asia/Urumqi' => {
7966             exemplarCity => q#Ürümqi#,
7967             },
7968             'Asia/Ust-Nera' => {
7969             exemplarCity => q#Ust-Nera#,
7970             },
7971             'Asia/Vientiane' => {
7972             exemplarCity => q#Vientiane#,
7973             },
7974             'Asia/Vladivostok' => {
7975             exemplarCity => q#Vladivostok#,
7976             },
7977             'Asia/Yakutsk' => {
7978             exemplarCity => q#Jakutsk#,
7979             },
7980             'Asia/Yekaterinburg' => {
7981             exemplarCity => q#Jekaterinburg#,
7982             },
7983             'Asia/Yerevan' => {
7984             exemplarCity => q#Jerevan#,
7985             },
7986             'Atlantic' => {
7987             long => {
7988             'daylight' => q#Atlandi suveaeg#,
7989             'generic' => q#Atlandi aeg#,
7990             'standard' => q#Atlandi standardaeg#,
7991             },
7992             },
7993             'Atlantic/Azores' => {
7994             exemplarCity => q#Assoorid#,
7995             },
7996             'Atlantic/Bermuda' => {
7997             exemplarCity => q#Bermuda#,
7998             },
7999             'Atlantic/Canary' => {
8000             exemplarCity => q#Kanaari saared#,
8001             },
8002             'Atlantic/Cape_Verde' => {
8003             exemplarCity => q#Roheneemesaared#,
8004             },
8005             'Atlantic/Faeroe' => {
8006             exemplarCity => q#Fääri saared#,
8007             },
8008             'Atlantic/Madeira' => {
8009             exemplarCity => q#Madeira#,
8010             },
8011             'Atlantic/Reykjavik' => {
8012             exemplarCity => q#Reykjavík#,
8013             },
8014             'Atlantic/South_Georgia' => {
8015             exemplarCity => q#Lõuna-Georgia#,
8016             },
8017             'Atlantic/St_Helena' => {
8018             exemplarCity => q#Saint Helena#,
8019             },
8020             'Atlantic/Stanley' => {
8021             exemplarCity => q#Stanley#,
8022             },
8023             'Australia/Adelaide' => {
8024             exemplarCity => q#Adelaide#,
8025             },
8026             'Australia/Brisbane' => {
8027             exemplarCity => q#Brisbane#,
8028             },
8029             'Australia/Broken_Hill' => {
8030             exemplarCity => q#Broken Hill#,
8031             },
8032             'Australia/Currie' => {
8033             exemplarCity => q#Currie#,
8034             },
8035             'Australia/Darwin' => {
8036             exemplarCity => q#Darwin#,
8037             },
8038             'Australia/Eucla' => {
8039             exemplarCity => q#Eucla#,
8040             },
8041             'Australia/Hobart' => {
8042             exemplarCity => q#Hobart#,
8043             },
8044             'Australia/Lindeman' => {
8045             exemplarCity => q#Lindeman#,
8046             },
8047             'Australia/Lord_Howe' => {
8048             exemplarCity => q#Lord Howe#,
8049             },
8050             'Australia/Melbourne' => {
8051             exemplarCity => q#Melbourne#,
8052             },
8053             'Australia/Perth' => {
8054             exemplarCity => q#Perth#,
8055             },
8056             'Australia/Sydney' => {
8057             exemplarCity => q#Sydney#,
8058             },
8059             'Australia_Central' => {
8060             long => {
8061             'daylight' => q#Kesk-Austraalia suveaeg#,
8062             'generic' => q#Kesk-Austraalia aeg#,
8063             'standard' => q#Kesk-Austraalia standardaeg#,
8064             },
8065             },
8066             'Australia_CentralWestern' => {
8067             long => {
8068             'daylight' => q#Austraalia Kesk-Lääne suveaeg#,
8069             'generic' => q#Austraalia Kesk-Lääne aeg#,
8070             'standard' => q#Austraalia Kesk-Lääne standardaeg#,
8071             },
8072             },
8073             'Australia_Eastern' => {
8074             long => {
8075             'daylight' => q#Ida-Austraalia suveaeg#,
8076             'generic' => q#Ida-Austraalia aeg#,
8077             'standard' => q#Ida-Austraalia standardaeg#,
8078             },
8079             },
8080             'Australia_Western' => {
8081             long => {
8082             'daylight' => q#Lääne-Austraalia suveaeg#,
8083             'generic' => q#Lääne-Austraalia aeg#,
8084             'standard' => q#Lääne-Austraalia standardaeg#,
8085             },
8086             },
8087             'Azerbaijan' => {
8088             long => {
8089             'daylight' => q#Aserbaidžaani suveaeg#,
8090             'generic' => q#Aserbaidžaani aeg#,
8091             'standard' => q#Aserbaidžaani standardaeg#,
8092             },
8093             },
8094             'Azores' => {
8095             long => {
8096             'daylight' => q#Assooride suveaeg#,
8097             'generic' => q#Assooride aeg#,
8098             'standard' => q#Assooride standardaeg#,
8099             },
8100             },
8101             'Bangladesh' => {
8102             long => {
8103             'daylight' => q#Bangladeshi suveaeg#,
8104             'generic' => q#Bangladeshi aeg#,
8105             'standard' => q#Bangladeshi standardaeg#,
8106             },
8107             },
8108             'Bhutan' => {
8109             long => {
8110             'standard' => q#Bhutani aeg#,
8111             },
8112             },
8113             'Bolivia' => {
8114             long => {
8115             'standard' => q#Boliivia aeg#,
8116             },
8117             },
8118             'Brasilia' => {
8119             long => {
8120             'daylight' => q#Brasiilia suveaeg#,
8121             'generic' => q#Brasiilia aeg#,
8122             'standard' => q#Brasiilia standardaeg#,
8123             },
8124             },
8125             'Brunei' => {
8126             long => {
8127             'standard' => q#Brunei aeg#,
8128             },
8129             },
8130             'Cape_Verde' => {
8131             long => {
8132             'daylight' => q#Roheneemesaarte suveaeg#,
8133             'generic' => q#Roheneemesaarte aeg#,
8134             'standard' => q#Roheneemesaarte standardaeg#,
8135             },
8136             },
8137             'Casey' => {
8138             long => {
8139             'standard' => q#Casey aeg#,
8140             },
8141             },
8142             'Chamorro' => {
8143             long => {
8144             'standard' => q#Tšamorro standardaeg#,
8145             },
8146             },
8147             'Chatham' => {
8148             long => {
8149             'daylight' => q#Chathami suveaeg#,
8150             'generic' => q#Chathami aeg#,
8151             'standard' => q#Chathami standardaeg#,
8152             },
8153             },
8154             'Chile' => {
8155             long => {
8156             'daylight' => q#Tšiili suveaeg#,
8157             'generic' => q#Tšiili aeg#,
8158             'standard' => q#Tšiili standardaeg#,
8159             },
8160             },
8161             'China' => {
8162             long => {
8163             'daylight' => q#Hiina suveaeg#,
8164             'generic' => q#Hiina aeg#,
8165             'standard' => q#Hiina standardaeg#,
8166             },
8167             },
8168             'Choibalsan' => {
8169             long => {
8170             'daylight' => q#Tšojbalsani suveaeg#,
8171             'generic' => q#Tšojbalsani aeg#,
8172             'standard' => q#Tšojbalsani standardaeg#,
8173             },
8174             },
8175             'Christmas' => {
8176             long => {
8177             'standard' => q#Jõulusaare aeg#,
8178             },
8179             },
8180             'Cocos' => {
8181             long => {
8182             'standard' => q#Kookossaarte aeg#,
8183             },
8184             },
8185             'Colombia' => {
8186             long => {
8187             'daylight' => q#Colombia suveaeg#,
8188             'generic' => q#Colombia aeg#,
8189             'standard' => q#Colombia standardaeg#,
8190             },
8191             },
8192             'Cook' => {
8193             long => {
8194             'daylight' => q#Cooki saarte osaline suveaeg#,
8195             'generic' => q#Cooki saarte aeg#,
8196             'standard' => q#Cooki saarte standardaeg#,
8197             },
8198             },
8199             'Cuba' => {
8200             long => {
8201             'daylight' => q#Kuuba suveaeg#,
8202             'generic' => q#Kuuba aeg#,
8203             'standard' => q#Kuuba standardaeg#,
8204             },
8205             },
8206             'Davis' => {
8207             long => {
8208             'standard' => q#Davise aeg#,
8209             },
8210             },
8211             'DumontDUrville' => {
8212             long => {
8213             'standard' => q#Dumont-d’Urville’i aeg#,
8214             },
8215             },
8216             'East_Timor' => {
8217             long => {
8218             'standard' => q#Ida-Timori aeg#,
8219             },
8220             },
8221             'Easter' => {
8222             long => {
8223             'daylight' => q#Lihavõttesaare suveaeg#,
8224             'generic' => q#Lihavõttesaare aeg#,
8225             'standard' => q#Lihavõttesaare standardaeg#,
8226             },
8227             },
8228             'Ecuador' => {
8229             long => {
8230             'standard' => q#Ecuadori aeg#,
8231             },
8232             },
8233             'Etc/UTC' => {
8234             long => {
8235             'standard' => q#Koordineeritud maailmaaeg#,
8236             },
8237             },
8238             'Etc/Unknown' => {
8239             exemplarCity => q#määramata linn#,
8240             },
8241             'Europe/Amsterdam' => {
8242             exemplarCity => q#Amsterdam#,
8243             },
8244             'Europe/Andorra' => {
8245             exemplarCity => q#Andorra#,
8246             },
8247             'Europe/Astrakhan' => {
8248             exemplarCity => q#Astrahan#,
8249             },
8250             'Europe/Athens' => {
8251             exemplarCity => q#Ateena#,
8252             },
8253             'Europe/Belgrade' => {
8254             exemplarCity => q#Belgrad#,
8255             },
8256             'Europe/Berlin' => {
8257             exemplarCity => q#Berliin#,
8258             },
8259             'Europe/Bratislava' => {
8260             exemplarCity => q#Bratislava#,
8261             },
8262             'Europe/Brussels' => {
8263             exemplarCity => q#Brüssel#,
8264             },
8265             'Europe/Bucharest' => {
8266             exemplarCity => q#Bukarest#,
8267             },
8268             'Europe/Budapest' => {
8269             exemplarCity => q#Budapest#,
8270             },
8271             'Europe/Busingen' => {
8272             exemplarCity => q#Büsingen#,
8273             },
8274             'Europe/Chisinau' => {
8275             exemplarCity => q#Chișinău#,
8276             },
8277             'Europe/Copenhagen' => {
8278             exemplarCity => q#Kopenhaagen#,
8279             },
8280             'Europe/Dublin' => {
8281             exemplarCity => q#Dublin#,
8282             long => {
8283             'daylight' => q#Iiri suveaeg#,
8284             },
8285             },
8286             'Europe/Gibraltar' => {
8287             exemplarCity => q#Gibraltar#,
8288             },
8289             'Europe/Guernsey' => {
8290             exemplarCity => q#Guernsey#,
8291             },
8292             'Europe/Helsinki' => {
8293             exemplarCity => q#Helsingi#,
8294             },
8295             'Europe/Isle_of_Man' => {
8296             exemplarCity => q#Mani saar#,
8297             },
8298             'Europe/Istanbul' => {
8299             exemplarCity => q#İstanbul#,
8300             },
8301             'Europe/Jersey' => {
8302             exemplarCity => q#Jersey#,
8303             },
8304             'Europe/Kaliningrad' => {
8305             exemplarCity => q#Kaliningrad#,
8306             },
8307             'Europe/Kiev' => {
8308             exemplarCity => q#Kiiev#,
8309             },
8310             'Europe/Kirov' => {
8311             exemplarCity => q#Kirov#,
8312             },
8313             'Europe/Lisbon' => {
8314             exemplarCity => q#Lissabon#,
8315             },
8316             'Europe/Ljubljana' => {
8317             exemplarCity => q#Ljubljana#,
8318             },
8319             'Europe/London' => {
8320             exemplarCity => q#London#,
8321             long => {
8322             'daylight' => q#Briti suveaeg#,
8323             },
8324             },
8325             'Europe/Luxembourg' => {
8326             exemplarCity => q#Luxembourg#,
8327             },
8328             'Europe/Madrid' => {
8329             exemplarCity => q#Madrid#,
8330             },
8331             'Europe/Malta' => {
8332             exemplarCity => q#Malta#,
8333             },
8334             'Europe/Mariehamn' => {
8335             exemplarCity => q#Maarianhamina#,
8336             },
8337             'Europe/Minsk' => {
8338             exemplarCity => q#Minsk#,
8339             },
8340             'Europe/Monaco' => {
8341             exemplarCity => q#Monaco#,
8342             },
8343             'Europe/Moscow' => {
8344             exemplarCity => q#Moskva#,
8345             },
8346             'Europe/Oslo' => {
8347             exemplarCity => q#Oslo#,
8348             },
8349             'Europe/Paris' => {
8350             exemplarCity => q#Pariis#,
8351             },
8352             'Europe/Podgorica' => {
8353             exemplarCity => q#Podgorica#,
8354             },
8355             'Europe/Prague' => {
8356             exemplarCity => q#Praha#,
8357             },
8358             'Europe/Riga' => {
8359             exemplarCity => q#Riia#,
8360             },
8361             'Europe/Rome' => {
8362             exemplarCity => q#Rooma#,
8363             },
8364             'Europe/Samara' => {
8365             exemplarCity => q#Samara#,
8366             },
8367             'Europe/San_Marino' => {
8368             exemplarCity => q#San Marino#,
8369             },
8370             'Europe/Sarajevo' => {
8371             exemplarCity => q#Sarajevo#,
8372             },
8373             'Europe/Saratov' => {
8374             exemplarCity => q#Saratov#,
8375             },
8376             'Europe/Simferopol' => {
8377             exemplarCity => q#Simferopol#,
8378             },
8379             'Europe/Skopje' => {
8380             exemplarCity => q#Skopje#,
8381             },
8382             'Europe/Sofia' => {
8383             exemplarCity => q#Sofia#,
8384             },
8385             'Europe/Stockholm' => {
8386             exemplarCity => q#Stockholm#,
8387             },
8388             'Europe/Tallinn' => {
8389             exemplarCity => q#Tallinn#,
8390             },
8391             'Europe/Tirane' => {
8392             exemplarCity => q#Tirana#,
8393             },
8394             'Europe/Ulyanovsk' => {
8395             exemplarCity => q#Uljanovsk#,
8396             },
8397             'Europe/Uzhgorod' => {
8398             exemplarCity => q#Užgorod#,
8399             },
8400             'Europe/Vaduz' => {
8401             exemplarCity => q#Vaduz#,
8402             },
8403             'Europe/Vatican' => {
8404             exemplarCity => q#Vatikan#,
8405             },
8406             'Europe/Vienna' => {
8407             exemplarCity => q#Viin#,
8408             },
8409             'Europe/Vilnius' => {
8410             exemplarCity => q#Vilnius#,
8411             },
8412             'Europe/Volgograd' => {
8413             exemplarCity => q#Volgograd#,
8414             },
8415             'Europe/Warsaw' => {
8416             exemplarCity => q#Varssavi#,
8417             },
8418             'Europe/Zagreb' => {
8419             exemplarCity => q#Zagreb#,
8420             },
8421             'Europe/Zaporozhye' => {
8422             exemplarCity => q#Zaporožje#,
8423             },
8424             'Europe/Zurich' => {
8425             exemplarCity => q#Zürich#,
8426             },
8427             'Europe_Central' => {
8428             long => {
8429             'daylight' => q#Kesk-Euroopa suveaeg#,
8430             'generic' => q#Kesk-Euroopa aeg#,
8431             'standard' => q#Kesk-Euroopa standardaeg#,
8432             },
8433             },
8434             'Europe_Eastern' => {
8435             long => {
8436             'daylight' => q#Ida-Euroopa suveaeg#,
8437             'generic' => q#Ida-Euroopa aeg#,
8438             'standard' => q#Ida-Euroopa standardaeg#,
8439             },
8440             },
8441             'Europe_Further_Eastern' => {
8442             long => {
8443             'standard' => q#Kaliningradi ja Valgevene aeg#,
8444             },
8445             },
8446             'Europe_Western' => {
8447             long => {
8448             'daylight' => q#Lääne-Euroopa suveaeg#,
8449             'generic' => q#Lääne-Euroopa aeg#,
8450             'standard' => q#Lääne-Euroopa standardaeg#,
8451             },
8452             },
8453             'Falkland' => {
8454             long => {
8455             'daylight' => q#Falklandi saarte suveaeg#,
8456             'generic' => q#Falklandi saarte aeg#,
8457             'standard' => q#Falklandi saarte standardaeg#,
8458             },
8459             },
8460             'Fiji' => {
8461             long => {
8462             'daylight' => q#Fidži suveaeg#,
8463             'generic' => q#Fidži aeg#,
8464             'standard' => q#Fidži standardaeg#,
8465             },
8466             },
8467             'French_Guiana' => {
8468             long => {
8469             'standard' => q#Prantsuse Guajaana aeg#,
8470             },
8471             },
8472             'French_Southern' => {
8473             long => {
8474             'standard' => q#Prantsuse Antarktiliste ja Lõunaalade aeg#,
8475             },
8476             },
8477             'GMT' => {
8478             long => {
8479             'standard' => q#Greenwichi aeg#,
8480             },
8481             },
8482             'Galapagos' => {
8483             long => {
8484             'standard' => q#Galapagose aeg#,
8485             },
8486             },
8487             'Gambier' => {
8488             long => {
8489             'standard' => q#Gambier’ aeg#,
8490             },
8491             },
8492             'Georgia' => {
8493             long => {
8494             'daylight' => q#Gruusia suveaeg#,
8495             'generic' => q#Gruusia aeg#,
8496             'standard' => q#Gruusia standardaeg#,
8497             },
8498             },
8499             'Gilbert_Islands' => {
8500             long => {
8501             'standard' => q#Gilberti saarte aeg#,
8502             },
8503             },
8504             'Greenland_Eastern' => {
8505             long => {
8506             'daylight' => q#Ida-Gröönimaa suveaeg#,
8507             'generic' => q#Ida-Gröönimaa aeg#,
8508             'standard' => q#Ida-Gröönimaa standardaeg#,
8509             },
8510             },
8511             'Greenland_Western' => {
8512             long => {
8513             'daylight' => q#Lääne-Gröönimaa suveaeg#,
8514             'generic' => q#Lääne-Gröönimaa aeg#,
8515             'standard' => q#Lääne-Gröönimaa standardaeg#,
8516             },
8517             },
8518             'Guam' => {
8519             long => {
8520             'standard' => q#Guami standardaeg#,
8521             },
8522             },
8523             'Gulf' => {
8524             long => {
8525             'standard' => q#Pärsia lahe standardaeg#,
8526             },
8527             },
8528             'Guyana' => {
8529             long => {
8530             'standard' => q#Guyana aeg#,
8531             },
8532             },
8533             'Hawaii_Aleutian' => {
8534             long => {
8535             'daylight' => q#Hawaii-Aleuudi suveaeg#,
8536             'generic' => q#Hawaii-Aleuudi aeg#,
8537             'standard' => q#Hawaii-Aleuudi standardaeg#,
8538             },
8539             },
8540             'Hong_Kong' => {
8541             long => {
8542             'daylight' => q#Hongkongi suveaeg#,
8543             'generic' => q#Hongkongi aeg#,
8544             'standard' => q#Hongkongi standardaeg#,
8545             },
8546             },
8547             'Hovd' => {
8548             long => {
8549             'daylight' => q#Hovdi suveaeg#,
8550             'generic' => q#Hovdi aeg#,
8551             'standard' => q#Hovdi standardaeg#,
8552             },
8553             },
8554             'India' => {
8555             long => {
8556             'standard' => q#India aeg#,
8557             },
8558             },
8559             'Indian/Antananarivo' => {
8560             exemplarCity => q#Antananarivo#,
8561             },
8562             'Indian/Chagos' => {
8563             exemplarCity => q#Chagos#,
8564             },
8565             'Indian/Christmas' => {
8566             exemplarCity => q#Jõulusaar#,
8567             },
8568             'Indian/Cocos' => {
8569             exemplarCity => q#Kookossaared#,
8570             },
8571             'Indian/Comoro' => {
8572             exemplarCity => q#Comoro#,
8573             },
8574             'Indian/Kerguelen' => {
8575             exemplarCity => q#Kerguelen#,
8576             },
8577             'Indian/Mahe' => {
8578             exemplarCity => q#Mahe#,
8579             },
8580             'Indian/Maldives' => {
8581             exemplarCity => q#Maldiivid#,
8582             },
8583             'Indian/Mauritius' => {
8584             exemplarCity => q#Mauritius#,
8585             },
8586             'Indian/Mayotte' => {
8587             exemplarCity => q#Mayotte#,
8588             },
8589             'Indian/Reunion' => {
8590             exemplarCity => q#Réunion#,
8591             },
8592             'Indian_Ocean' => {
8593             long => {
8594             'standard' => q#India ookeani aeg#,
8595             },
8596             },
8597             'Indochina' => {
8598             long => {
8599             'standard' => q#Indohiina aeg#,
8600             },
8601             },
8602             'Indonesia_Central' => {
8603             long => {
8604             'standard' => q#Kesk-Indoneesia aeg#,
8605             },
8606             },
8607             'Indonesia_Eastern' => {
8608             long => {
8609             'standard' => q#Ida-Indoneesia aeg#,
8610             },
8611             },
8612             'Indonesia_Western' => {
8613             long => {
8614             'standard' => q#Lääne-Indoneesia aeg#,
8615             },
8616             },
8617             'Iran' => {
8618             long => {
8619             'daylight' => q#Iraani suveaeg#,
8620             'generic' => q#Iraani aeg#,
8621             'standard' => q#Iraani standardaeg#,
8622             },
8623             },
8624             'Irkutsk' => {
8625             long => {
8626             'daylight' => q#Irkutski suveaeg#,
8627             'generic' => q#Irkutski aeg#,
8628             'standard' => q#Irkutski standardaeg#,
8629             },
8630             },
8631             'Israel' => {
8632             long => {
8633             'daylight' => q#Iisraeli suveaeg#,
8634             'generic' => q#Iisraeli aeg#,
8635             'standard' => q#Iisraeli standardaeg#,
8636             },
8637             },
8638             'Japan' => {
8639             long => {
8640             'daylight' => q#Jaapani suveaeg#,
8641             'generic' => q#Jaapani aeg#,
8642             'standard' => q#Jaapani standardaeg#,
8643             },
8644             },
8645             'Kamchatka' => {
8646             long => {
8647             'daylight' => q#Kamtšatka suveaeg#,
8648             'generic' => q#Petropavlovsk-Kamtšatski aeg#,
8649             'standard' => q#Kamtšatka standardaeg#,
8650             },
8651             },
8652             'Kazakhstan_Eastern' => {
8653             long => {
8654             'standard' => q#Ida-Kasahstani aeg#,
8655             },
8656             },
8657             'Kazakhstan_Western' => {
8658             long => {
8659             'standard' => q#Lääne-Kasahstani aeg#,
8660             },
8661             },
8662             'Korea' => {
8663             long => {
8664             'daylight' => q#Korea suveaeg#,
8665             'generic' => q#Korea aeg#,
8666             'standard' => q#Korea standardaeg#,
8667             },
8668             },
8669             'Kosrae' => {
8670             long => {
8671             'standard' => q#Kosrae aeg#,
8672             },
8673             },
8674             'Krasnoyarsk' => {
8675             long => {
8676             'daylight' => q#Krasnojarski suveaeg#,
8677             'generic' => q#Krasnojarski aeg#,
8678             'standard' => q#Krasnojarski standardaeg#,
8679             },
8680             },
8681             'Kyrgystan' => {
8682             long => {
8683             'standard' => q#Kõrgõzstani aeg#,
8684             },
8685             },
8686             'Lanka' => {
8687             long => {
8688             'standard' => q#Sri Lanka aeg#,
8689             },
8690             },
8691             'Line_Islands' => {
8692             long => {
8693             'standard' => q#Line’i saarte aeg#,
8694             },
8695             },
8696             'Lord_Howe' => {
8697             long => {
8698             'daylight' => q#Lord Howe’i suveaeg#,
8699             'generic' => q#Lord Howe’i aeg#,
8700             'standard' => q#Lord Howe’i standardaeg#,
8701             },
8702             },
8703             'Macau' => {
8704             long => {
8705             'daylight' => q#Macau suveaeg#,
8706             'generic' => q#Macau aeg#,
8707             'standard' => q#Macau standardaeg#,
8708             },
8709             },
8710             'Macquarie' => {
8711             long => {
8712             'standard' => q#Macquarie saare aeg#,
8713             },
8714             },
8715             'Magadan' => {
8716             long => {
8717             'daylight' => q#Magadani suveaeg#,
8718             'generic' => q#Magadani aeg#,
8719             'standard' => q#Magadani standardaeg#,
8720             },
8721             },
8722             'Malaysia' => {
8723             long => {
8724             'standard' => q#Malaisia ​​aeg#,
8725             },
8726             },
8727             'Maldives' => {
8728             long => {
8729             'standard' => q#Maldiivi aeg#,
8730             },
8731             },
8732             'Marquesas' => {
8733             long => {
8734             'standard' => q#Markiisaarte aeg#,
8735             },
8736             },
8737             'Marshall_Islands' => {
8738             long => {
8739             'standard' => q#Marshalli Saarte aeg#,
8740             },
8741             },
8742             'Mauritius' => {
8743             long => {
8744             'daylight' => q#Mauritiuse suveaeg#,
8745             'generic' => q#Mauritiuse aeg#,
8746             'standard' => q#Mauritiuse standardaeg#,
8747             },
8748             },
8749             'Mawson' => {
8750             long => {
8751             'standard' => q#Mawsoni aeg#,
8752             },
8753             },
8754             'Mexico_Northwest' => {
8755             long => {
8756             'daylight' => q#Loode-Mehhiko suveaeg#,
8757             'generic' => q#Loode-Mehhiko aeg#,
8758             'standard' => q#Loode-Mehhiko standardaeg#,
8759             },
8760             },
8761             'Mexico_Pacific' => {
8762             long => {
8763             'daylight' => q#Mehhiko Vaikse ookeani suveaeg#,
8764             'generic' => q#Mehhiko Vaikse ookeani aeg#,
8765             'standard' => q#Mehhiko Vaikse ookeani standardaeg#,
8766             },
8767             },
8768             'Mongolia' => {
8769             long => {
8770             'daylight' => q#Ulaanbaatari suveaeg#,
8771             'generic' => q#Ulaanbaatari aeg#,
8772             'standard' => q#Ulaanbaatari standardaeg#,
8773             },
8774             },
8775             'Moscow' => {
8776             long => {
8777             'daylight' => q#Moskva suveaeg#,
8778             'generic' => q#Moskva aeg#,
8779             'standard' => q#Moskva standardaeg#,
8780             },
8781             },
8782             'Myanmar' => {
8783             long => {
8784             'standard' => q#Birma aeg#,
8785             },
8786             },
8787             'Nauru' => {
8788             long => {
8789             'standard' => q#Nauru aeg#,
8790             },
8791             },
8792             'Nepal' => {
8793             long => {
8794             'standard' => q#Nepali aeg#,
8795             },
8796             },
8797             'New_Caledonia' => {
8798             long => {
8799             'daylight' => q#Uus-Kaledoonia suveaeg#,
8800             'generic' => q#Uus-Kaledoonia aeg#,
8801             'standard' => q#Uus-Kaledoonia standardaeg#,
8802             },
8803             },
8804             'New_Zealand' => {
8805             long => {
8806             'daylight' => q#Uus-Meremaa suveaeg#,
8807             'generic' => q#Uus-Meremaa aeg#,
8808             'standard' => q#Uus-Meremaa standardaeg#,
8809             },
8810             },
8811             'Newfoundland' => {
8812             long => {
8813             'daylight' => q#Newfoundlandi suveaeg#,
8814             'generic' => q#Newfoundlandi aeg#,
8815             'standard' => q#Newfoundlandi standardaeg#,
8816             },
8817             },
8818             'Niue' => {
8819             long => {
8820             'standard' => q#Niue aeg#,
8821             },
8822             },
8823             'Norfolk' => {
8824             long => {
8825             'standard' => q#Norfolki saarte aeg#,
8826             },
8827             },
8828             'Noronha' => {
8829             long => {
8830             'daylight' => q#Fernando de Noronha suveaeg#,
8831             'generic' => q#Fernando de Noronha aeg#,
8832             'standard' => q#Fernando de Noronha standardaeg#,
8833             },
8834             },
8835             'North_Mariana' => {
8836             long => {
8837             'standard' => q#Põhja-Mariaani aeg#,
8838             },
8839             },
8840             'Novosibirsk' => {
8841             long => {
8842             'daylight' => q#Novosibirski suveaeg#,
8843             'generic' => q#Novosibirski aeg#,
8844             'standard' => q#Novosibirski standardaeg#,
8845             },
8846             },
8847             'Omsk' => {
8848             long => {
8849             'daylight' => q#Omski suveaeg#,
8850             'generic' => q#Omski aeg#,
8851             'standard' => q#Omski standardaeg#,
8852             },
8853             },
8854             'Pacific/Apia' => {
8855             exemplarCity => q#Apia#,
8856             },
8857             'Pacific/Auckland' => {
8858             exemplarCity => q#Auckland#,
8859             },
8860             'Pacific/Bougainville' => {
8861             exemplarCity => q#Bougainville#,
8862             },
8863             'Pacific/Chatham' => {
8864             exemplarCity => q#Chatham#,
8865             },
8866             'Pacific/Easter' => {
8867             exemplarCity => q#Lihavõttesaar#,
8868             },
8869             'Pacific/Efate' => {
8870             exemplarCity => q#Efate#,
8871             },
8872             'Pacific/Enderbury' => {
8873             exemplarCity => q#Enderbury#,
8874             },
8875             'Pacific/Fakaofo' => {
8876             exemplarCity => q#Fakaofo#,
8877             },
8878             'Pacific/Fiji' => {
8879             exemplarCity => q#Fidži#,
8880             },
8881             'Pacific/Funafuti' => {
8882             exemplarCity => q#Funafuti#,
8883             },
8884             'Pacific/Galapagos' => {
8885             exemplarCity => q#Galápagos#,
8886             },
8887             'Pacific/Gambier' => {
8888             exemplarCity => q#Gambier#,
8889             },
8890             'Pacific/Guadalcanal' => {
8891             exemplarCity => q#Guadalcanal#,
8892             },
8893             'Pacific/Guam' => {
8894             exemplarCity => q#Guam#,
8895             },
8896             'Pacific/Honolulu' => {
8897             exemplarCity => q#Honolulu#,
8898             },
8899             'Pacific/Johnston' => {
8900             exemplarCity => q#Johnston#,
8901             },
8902             'Pacific/Kiritimati' => {
8903             exemplarCity => q#Kiritimati#,
8904             },
8905             'Pacific/Kosrae' => {
8906             exemplarCity => q#Kosrae#,
8907             },
8908             'Pacific/Kwajalein' => {
8909             exemplarCity => q#Kwajalein#,
8910             },
8911             'Pacific/Majuro' => {
8912             exemplarCity => q#Majuro#,
8913             },
8914             'Pacific/Marquesas' => {
8915             exemplarCity => q#Markiisaared#,
8916             },
8917             'Pacific/Midway' => {
8918             exemplarCity => q#Midway#,
8919             },
8920             'Pacific/Nauru' => {
8921             exemplarCity => q#Nauru#,
8922             },
8923             'Pacific/Niue' => {
8924             exemplarCity => q#Niue#,
8925             },
8926             'Pacific/Norfolk' => {
8927             exemplarCity => q#Norfolk#,
8928             },
8929             'Pacific/Noumea' => {
8930             exemplarCity => q#Noumea#,
8931             },
8932             'Pacific/Pago_Pago' => {
8933             exemplarCity => q#Pago Pago#,
8934             },
8935             'Pacific/Palau' => {
8936             exemplarCity => q#Belau#,
8937             },
8938             'Pacific/Pitcairn' => {
8939             exemplarCity => q#Pitcairn#,
8940             },
8941             'Pacific/Ponape' => {
8942             exemplarCity => q#Pohnpei#,
8943             },
8944             'Pacific/Port_Moresby' => {
8945             exemplarCity => q#Port Moresby#,
8946             },
8947             'Pacific/Rarotonga' => {
8948             exemplarCity => q#Rarotonga#,
8949             },
8950             'Pacific/Saipan' => {
8951             exemplarCity => q#Saipan#,
8952             },
8953             'Pacific/Tahiti' => {
8954             exemplarCity => q#Tahiti#,
8955             },
8956             'Pacific/Tarawa' => {
8957             exemplarCity => q#Tarawa#,
8958             },
8959             'Pacific/Tongatapu' => {
8960             exemplarCity => q#Tongatapu#,
8961             },
8962             'Pacific/Truk' => {
8963             exemplarCity => q#Chuuk#,
8964             },
8965             'Pacific/Wake' => {
8966             exemplarCity => q#Wake#,
8967             },
8968             'Pacific/Wallis' => {
8969             exemplarCity => q#Wallis#,
8970             },
8971             'Pakistan' => {
8972             long => {
8973             'daylight' => q#Pakistani suveaeg#,
8974             'generic' => q#Pakistani aeg#,
8975             'standard' => q#Pakistani standardaeg#,
8976             },
8977             },
8978             'Palau' => {
8979             long => {
8980             'standard' => q#Belau aeg#,
8981             },
8982             },
8983             'Papua_New_Guinea' => {
8984             long => {
8985             'standard' => q#Paapua Uus-Guinea aeg#,
8986             },
8987             },
8988             'Paraguay' => {
8989             long => {
8990             'daylight' => q#Paraguay suveaeg#,
8991             'generic' => q#Paraguay aeg#,
8992             'standard' => q#Paraguay standardaeg#,
8993             },
8994             },
8995             'Peru' => {
8996             long => {
8997             'daylight' => q#Peruu suveaeg#,
8998             'generic' => q#Peruu aeg#,
8999             'standard' => q#Peruu standardaeg#,
9000             },
9001             },
9002             'Philippines' => {
9003             long => {
9004             'daylight' => q#Filipiini suveaeg#,
9005             'generic' => q#Filipiini aeg#,
9006             'standard' => q#Filipiini standardaeg#,
9007             },
9008             },
9009             'Phoenix_Islands' => {
9010             long => {
9011             'standard' => q#Fööniksisaarte aeg#,
9012             },
9013             },
9014             'Pierre_Miquelon' => {
9015             long => {
9016             'daylight' => q#Saint-Pierre’i ja Miqueloni suveaeg#,
9017             'generic' => q#Saint-Pierre’i ja Miqueloni aeg#,
9018             'standard' => q#Saint-Pierre’i ja Miqueloni standardaeg#,
9019             },
9020             },
9021             'Pitcairn' => {
9022             long => {
9023             'standard' => q#Pitcairni aeg#,
9024             },
9025             },
9026             'Ponape' => {
9027             long => {
9028             'standard' => q#Pohnpei aeg#,
9029             },
9030             },
9031             'Pyongyang' => {
9032             long => {
9033             'standard' => q#Pyongyangi aeg#,
9034             },
9035             },
9036             'Qyzylorda' => {
9037             long => {
9038             'daylight' => q#Kõzõlorda suveaeg#,
9039             'generic' => q#Kõzõlorda aeg#,
9040             'standard' => q#Kõzõlorda standardaeg#,
9041             },
9042             },
9043             'Reunion' => {
9044             long => {
9045             'standard' => q#Réunioni aeg#,
9046             },
9047             },
9048             'Rothera' => {
9049             long => {
9050             'standard' => q#Rothera aeg#,
9051             },
9052             },
9053             'Sakhalin' => {
9054             long => {
9055             'daylight' => q#Sahhalini suveaeg#,
9056             'generic' => q#Sahhalini aeg#,
9057             'standard' => q#Sahhalini standardaeg#,
9058             },
9059             },
9060             'Samara' => {
9061             long => {
9062             'daylight' => q#Samara suveaeg#,
9063             'generic' => q#Samara aeg#,
9064             'standard' => q#Samara standardaeg#,
9065             },
9066             },
9067             'Samoa' => {
9068             long => {
9069             'daylight' => q#Samoa suveaeg#,
9070             'generic' => q#Samoa aeg#,
9071             'standard' => q#Samoa standardaeg#,
9072             },
9073             },
9074             'Seychelles' => {
9075             long => {
9076             'standard' => q#Seišelli aeg#,
9077             },
9078             },
9079             'Singapore' => {
9080             long => {
9081             'standard' => q#Singapuri standardaeg#,
9082             },
9083             },
9084             'Solomon' => {
9085             long => {
9086             'standard' => q#Saalomoni Saarte aeg#,
9087             },
9088             },
9089             'South_Georgia' => {
9090             long => {
9091             'standard' => q#Lõuna-Georgia aeg#,
9092             },
9093             },
9094             'Suriname' => {
9095             long => {
9096             'standard' => q#Suriname aeg#,
9097             },
9098             },
9099             'Syowa' => {
9100             long => {
9101             'standard' => q#Syowa aeg#,
9102             },
9103             },
9104             'Tahiti' => {
9105             long => {
9106             'standard' => q#Tahiti aeg#,
9107             },
9108             },
9109             'Taipei' => {
9110             long => {
9111             'daylight' => q#Taipei suveaeg#,
9112             'generic' => q#Taipei aeg#,
9113             'standard' => q#Taipei standardaeg#,
9114             },
9115             },
9116             'Tajikistan' => {
9117             long => {
9118             'standard' => q#Tadžikistani aeg#,
9119             },
9120             },
9121             'Tokelau' => {
9122             long => {
9123             'standard' => q#Tokelau aeg#,
9124             },
9125             },
9126             'Tonga' => {
9127             long => {
9128             'daylight' => q#Tonga suveaeg#,
9129             'generic' => q#Tonga aeg#,
9130             'standard' => q#Tonga standardaeg#,
9131             },
9132             },
9133             'Truk' => {
9134             long => {
9135             'standard' => q#Chuuki aeg#,
9136             },
9137             },
9138             'Turkmenistan' => {
9139             long => {
9140             'daylight' => q#Türkmenistani suveaeg#,
9141             'generic' => q#Türkmenistani aeg#,
9142             'standard' => q#Türkmenistani standardaeg#,
9143             },
9144             },
9145             'Tuvalu' => {
9146             long => {
9147             'standard' => q#Tuvalu aeg#,
9148             },
9149             },
9150             'Uruguay' => {
9151             long => {
9152             'daylight' => q#Uruguay suveaeg#,
9153             'generic' => q#Uruguay aeg#,
9154             'standard' => q#Uruguay standardaeg#,
9155             },
9156             },
9157             'Uzbekistan' => {
9158             long => {
9159             'daylight' => q#Usbekistani suveaeg#,
9160             'generic' => q#Usbekistani aeg#,
9161             'standard' => q#Usbekistani standardaeg#,
9162             },
9163             },
9164             'Vanuatu' => {
9165             long => {
9166             'daylight' => q#Vanuatu suveaeg#,
9167             'generic' => q#Vanuatu aeg#,
9168             'standard' => q#Vanuatu standardaeg#,
9169             },
9170             },
9171             'Venezuela' => {
9172             long => {
9173             'standard' => q#Venezuela aeg#,
9174             },
9175             },
9176             'Vladivostok' => {
9177             long => {
9178             'daylight' => q#Vladivostoki suveaeg#,
9179             'generic' => q#Vladivostoki aeg#,
9180             'standard' => q#Vladivostoki standardaeg#,
9181             },
9182             },
9183             'Volgograd' => {
9184             long => {
9185             'daylight' => q#Volgogradi suveaeg#,
9186             'generic' => q#Volgogradi aeg#,
9187             'standard' => q#Volgogradi standardaeg#,
9188             },
9189             },
9190             'Vostok' => {
9191             long => {
9192             'standard' => q#Vostoki aeg#,
9193             },
9194             },
9195             'Wake' => {
9196             long => {
9197             'standard' => q#Wake’i aeg#,
9198             },
9199             },
9200             'Wallis' => {
9201             long => {
9202             'standard' => q#Wallise ja Futuna aeg#,
9203             },
9204             },
9205             'Yakutsk' => {
9206             long => {
9207             'daylight' => q#Jakutski suveaeg#,
9208             'generic' => q#Jakutski aeg#,
9209             'standard' => q#Jakutski standardaeg#,
9210             },
9211             },
9212             'Yekaterinburg' => {
9213             long => {
9214             'daylight' => q#Jekaterinburgi suveaeg#,
9215             'generic' => q#Jekaterinburgi aeg#,
9216             'standard' => q#Jekaterinburgi standardaeg#,
9217             },
9218             },
9219             } }
9220             );
9221             no Moo;
9222              
9223 1     1   15242 1;
  1         4  
  1         7  
9224              
9225             # vim: tabstop=4