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