File Coverage

blib/lib/Locale/CLDR/Locales/My.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 NAME
4              
5             Locale::CLDR::Locales::My - Package for language Burmese
6              
7             =cut
8              
9             package Locale::CLDR::Locales::My;
10             # This file auto generated from Data\common\main\my.xml
11             # on Fri 13 Oct 9:28:22 am GMT
12              
13 1     1   931731 use strict;
  1         3  
  1         27  
14 1     1   4 use warnings;
  1         2  
  1         24  
15 1     1   4 use version;
  1         2  
  1         6  
16              
17             our $VERSION = version->declare('v0.34.2');
18              
19 1     1   94 use v5.10.1;
  1         3  
20 1     1   6 use mro 'c3';
  1         1  
  1         7  
21 1     1   21 use utf8;
  1         2  
  1         7  
22 1     1   28 use if $^V ge v5.12.0, feature => 'unicode_strings';
  1         2  
  1         14  
23 1     1   126 use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef );
  1         2  
  1         10  
24 1     1   1003 use Moo;
  1         2  
  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','spellout-ordinal' ]},
32             );
33              
34             has 'algorithmic_number_format_data' => (
35             is => 'ro',
36             isa => HashRef,
37             init_arg => undef,
38             default => sub {
39 1     1   446 use bigfloat;
  1         2  
  1         9  
40             return {
41             'spellout-cardinal' => {
42             'public' => {
43             '-x' => {
44             divisor => q(1),
45             rule => q(အနုတ်→→),
46             },
47             '0' => {
48             base_value => q(0),
49             divisor => q(1),
50             rule => q(သုည),
51             },
52             'x.x' => {
53             divisor => q(1),
54             rule => q(←←ဒသမ→→),
55             },
56             '1' => {
57             base_value => q(1),
58             divisor => q(1),
59             rule => q(တစ်),
60             },
61             '2' => {
62             base_value => q(2),
63             divisor => q(1),
64             rule => q(နှစ်),
65             },
66             '3' => {
67             base_value => q(3),
68             divisor => q(1),
69             rule => q(သုံး),
70             },
71             '4' => {
72             base_value => q(4),
73             divisor => q(1),
74             rule => q(လေး),
75             },
76             '5' => {
77             base_value => q(5),
78             divisor => q(1),
79             rule => q(ငါး),
80             },
81             '6' => {
82             base_value => q(6),
83             divisor => q(1),
84             rule => q(ခြောက်),
85             },
86             '7' => {
87             base_value => q(7),
88             divisor => q(1),
89             rule => q(ခုနှစ်),
90             },
91             '8' => {
92             base_value => q(8),
93             divisor => q(1),
94             rule => q(ရှစ်),
95             },
96             '9' => {
97             base_value => q(9),
98             divisor => q(1),
99             rule => q(ကိုး),
100             },
101             '10' => {
102             base_value => q(10),
103             divisor => q(10),
104             rule => q(ဆယ်),
105             },
106             '11' => {
107             base_value => q(11),
108             divisor => q(10),
109             rule => q(ဆယ့်[→→]),
110             },
111             '20' => {
112             base_value => q(20),
113             divisor => q(10),
114             rule => q(←←ဆယ်[→→]),
115             },
116             '100' => {
117             base_value => q(100),
118             divisor => q(100),
119             rule => q(←←ရာ),
120             },
121             '101' => {
122             base_value => q(101),
123             divisor => q(100),
124             rule => q(←←ရာ့[→→]),
125             },
126             '1000' => {
127             base_value => q(1000),
128             divisor => q(1000),
129             rule => q(←←ထောင်),
130             },
131             '1001' => {
132             base_value => q(1001),
133             divisor => q(1000),
134             rule => q(←←ထောင့်[→→]),
135             },
136             '10000' => {
137             base_value => q(10000),
138             divisor => q(10000),
139             rule => q(←←သောင်း[→→]),
140             },
141             '100000' => {
142             base_value => q(100000),
143             divisor => q(100000),
144             rule => q(←←သိန်း[→→]),
145             },
146             '1000000' => {
147             base_value => q(1000000),
148             divisor => q(1000000),
149             rule => q(←←သန်း[→→]),
150             },
151             '10000000' => {
152             base_value => q(10000000),
153             divisor => q(10000000),
154             rule => q(←←ကုဋေ[→→]),
155             },
156             '100000000000000' => {
157             base_value => q(100000000000000),
158             divisor => q(100000000000000),
159             rule => q(←←ကောဋိ[→→]),
160             },
161             '1000000000000000000' => {
162             base_value => q(1000000000000000000),
163             divisor => q(1000000000000000000),
164             rule => q(=#,##0=),
165             },
166             'max' => {
167             base_value => q(1000000000000000000),
168             divisor => q(1000000000000000000),
169             rule => q(=#,##0=),
170             },
171             },
172             },
173             'spellout-numbering' => {
174             'public' => {
175             '0' => {
176             base_value => q(0),
177             divisor => q(1),
178             rule => q(=%spellout-cardinal=),
179             },
180             'max' => {
181             base_value => q(0),
182             divisor => q(1),
183             rule => q(=%spellout-cardinal=),
184             },
185             },
186             },
187             'spellout-numbering-year' => {
188             'public' => {
189             '0' => {
190             base_value => q(0),
191             divisor => q(1),
192             rule => q(=%spellout-cardinal=),
193             },
194             'x.x' => {
195             divisor => q(1),
196             rule => q(=0.0=),
197             },
198             'max' => {
199             divisor => q(1),
200             rule => q(=0.0=),
201             },
202             },
203             },
204             'spellout-ordinal' => {
205             'public' => {
206             '-x' => {
207             divisor => q(1),
208             rule => q(အနုတ်→→),
209             },
210             '0' => {
211             base_value => q(0),
212             divisor => q(1),
213             rule => q(=%spellout-cardinal=),
214             },
215             'x.x' => {
216             divisor => q(1),
217             rule => q(=#,##0.#=),
218             },
219             '1' => {
220             base_value => q(1),
221             divisor => q(1),
222             rule => q(ပထမ),
223             },
224             '2' => {
225             base_value => q(2),
226             divisor => q(1),
227             rule => q(ဒုတိယ),
228             },
229             '3' => {
230             base_value => q(3),
231             divisor => q(1),
232             rule => q(တတိယ),
233             },
234             '4' => {
235             base_value => q(4),
236             divisor => q(1),
237             rule => q(စတုတ္ထ),
238             },
239             '5' => {
240             base_value => q(5),
241             divisor => q(1),
242             rule => q(ပဉ္စမ),
243             },
244             '6' => {
245             base_value => q(6),
246             divisor => q(1),
247             rule => q(ဆဋ္ဌမ),
248             },
249             '7' => {
250             base_value => q(7),
251             divisor => q(1),
252             rule => q(သတ္တမ),
253             },
254             '8' => {
255             base_value => q(8),
256             divisor => q(1),
257             rule => q(အဋ္ဌမ),
258             },
259             '9' => {
260             base_value => q(9),
261             divisor => q(1),
262             rule => q(နဝမ),
263             },
264             '10' => {
265             base_value => q(10),
266             divisor => q(10),
267             rule => q(ဒသမ),
268             },
269             '11' => {
270             base_value => q(11),
271             divisor => q(10),
272             rule => q(=%spellout-cardinal=),
273             },
274             'max' => {
275             base_value => q(11),
276             divisor => q(10),
277             rule => q(=%spellout-cardinal=),
278             },
279             },
280             },
281             } },
282             );
283              
284             # Need to add code for Key type pattern
285             sub display_name_pattern {
286 0     0 0   my ($self, $name, $region, $script, $variant) = @_;
287              
288 0           my $display_pattern = '{0} ({1})';
289 0           $display_pattern =~s/\{0\}/$name/g;
290 0           my $subtags = join '{0}၊ {1}', grep {$_} (
  0            
291             $region,
292             $script,
293             $variant,
294             );
295              
296 0           $display_pattern =~s/\{1\}/$subtags/g;
297 0           return $display_pattern;
298             }
299              
300             has 'display_name_language' => (
301             is => 'ro',
302             isa => CodeRef,
303             init_arg => undef,
304             default => sub {
305             sub {
306             my %languages = (
307             'aa' => 'အာဖာ',
308             'ab' => 'အဘ်ခါဇီရာ',
309             'ace' => 'အာချေး',
310             'ada' => 'ဒန်မဲ',
311             'ady' => 'အဒိုင်ဂီ',
312             'af' => 'တောင်အာဖရိက',
313             'agq' => 'အာဂ်ဟိန်း',
314             'ain' => 'အိန်နု',
315             'ak' => 'အာကန်',
316             'ale' => 'အာလီယု',
317             'alt' => 'တောင် အာလ်တိုင်း',
318             'am' => 'အမ်ဟာရစ်ခ်',
319             'an' => 'အာရာဂွန်',
320             'ang' => 'အင်ဂလို ဆက္ကစွန်',
321             'anp' => 'အန်ဂီကာ',
322             'ar' => 'အာရဗီ',
323             'arn' => 'မာပုချီ',
324             'arp' => 'အာရာပါဟို',
325             'as' => 'အာသံ',
326             'asa' => 'အာစု',
327             'ast' => 'အက်စတူရီယန်း',
328             'av' => 'အာဗာရစ်ခ်',
329             'awa' => 'အာဝါဒီ',
330             'ay' => 'အိုင်မာရ',
331             'az' => 'အဇာဘိုင်ဂျန်',
332             'az@alt=short' => 'အဇာရီ',
333             'ba' => 'ဘက်ရှ်ကာ',
334             'ban' => 'ဘာလီ',
335             'bas' => 'ဘာဆာ',
336             'be' => 'ဘီလာရုစ်',
337             'bem' => 'ဘိန်ဘာ',
338             'bez' => 'ဘီနာ',
339             'bg' => 'ဘူလ်ဂေးရီးယား',
340             'bgn' => 'အနောက် ဘဲလိုချီ',
341             'bho' => 'ဘို့ဂျ်ပူရီ',
342             'bi' => 'ဘစ်စ်လာမာ',
343             'bin' => 'ဘီနီ',
344             'bla' => 'စစ္စီကာ',
345             'bm' => 'ဘန်ဘာရာ',
346             'bn' => 'ဘင်္ဂါလီ',
347             'bo' => 'တိဘက်',
348             'br' => 'ဘရီတွန်',
349             'brx' => 'ဗိုဒို',
350             'bs' => 'ဘော့စ်နီးယား',
351             'bug' => 'ဘူဂစ်စ်',
352             'byn' => 'ဘလင်',
353             'ca' => 'ကတ်တလန်',
354             'ce' => 'ချက်ချန်း',
355             'ceb' => 'စီဗူအာနို',
356             'cgg' => 'ချီဂါ',
357             'ch' => 'ချမိုရို',
358             'chk' => 'ချူကီးစ်',
359             'chm' => 'မာရီ',
360             'cho' => 'ချော့တို',
361             'chr' => 'ချာရိုကီ',
362             'chy' => 'ချေယန်း',
363             'ckb' => 'ဆိုရာနီ',
364             'co' => 'ခိုစီကန်',
365             'cr' => 'ခရီး',
366             'crs' => 'ခရီအိုလီ',
367             'cs' => 'ချက်',
368             'cu' => 'ချပ်ချ် စလာဗစ်',
369             'cv' => 'ချူဗက်ရှ်',
370             'cy' => 'ဝေလ',
371             'da' => 'ဒိန်းမတ်',
372             'dak' => 'ဒါကိုတာ',
373             'dar' => 'ဒါဂ်ဝါ',
374             'dav' => 'တိုင်တာ',
375             'de' => 'ဂျာမန်',
376             'de_AT' => 'ဩစတြီးယား ဂျာမန်',
377             'de_CH' => 'အလီမဲန်နစ် ဂျာမန်',
378             'del' => 'ဒယ်လာဝဲလ်',
379             'dgr' => 'ဒေါ့ဂ်ရစ်ဘ်',
380             'dje' => 'ဇာမာ',
381             'dsb' => 'အနိမ့် ဆိုဘီယန်း',
382             'dua' => 'ဒူအလာ',
383             'dum' => 'အလယ်ပိုင်း ဒတ်ချ်',
384             'dv' => 'ဒီဗာဟီ',
385             'dyo' => 'ဂျိုလာ-ဖွန်ရီ',
386             'dz' => 'ဒဇွန်ကာ',
387             'dzg' => 'ဒဇာဂါ',
388             'ebu' => 'အမ်ဘူ',
389             'ee' => 'အီဝီ',
390             'efi' => 'အာဖိခ်',
391             'egy' => 'ရှေးဟောင်း အီဂျစ်',
392             'eka' => 'အီကာဂျုခ်',
393             'el' => 'ဂရိ',
394             'en' => 'အင်္ဂလိပ်',
395             'en_AU' => 'ဩစတြေးလျှ အင်္ဂလိပ်',
396             'en_CA' => 'ကနေဒါ အင်္ဂလိပ်',
397             'en_GB' => 'ဗြိတိသျှ အင်္ဂလိပ်',
398             'en_GB@alt=short' => 'ယူကေ အင်္ဂလိပ်',
399             'en_US' => 'အမေရိကန် အင်္ဂလိပ်',
400             'en_US@alt=short' => 'ယူအက်စ် အင်္ဂလိပ်',
401             'enm' => 'အလယ်ပိုင်း အင်္ဂလိပ်',
402             'eo' => 'အက်စ်ပရန်တို',
403             'es' => 'စပိန်',
404             'es_ES' => 'စပိန် (ဥရောပ)',
405             'et' => 'အက်စ်တိုးနီးယား',
406             'eu' => 'ဘာစ်ခ်',
407             'ewo' => 'အီဝန်ဒို',
408             'fa' => 'ပါရှန်',
409             'ff' => 'ဖူလာ',
410             'fi' => 'ဖင်လန်',
411             'fil' => 'ဖိလစ်ပိုင်',
412             'fj' => 'ဖီဂျီ',
413             'fo' => 'ဖာရို',
414             'fon' => 'ဖော်န်',
415             'fr' => 'ပြင်သစ်',
416             'fr_CA' => 'ကနေဒါ ပြင်သစ်',
417             'fr_CH' => 'ဆွစ် ပြင်သစ်',
418             'frm' => 'အလယ်ပိုင်း ပြင်သစ်',
419             'fro' => 'ဖရန်စီစ်',
420             'frr' => 'မြောက် ဖရီစီရန်',
421             'frs' => 'အရှေ့ ဖရီစီရန်',
422             'fur' => 'ဖရူလီယန်း',
423             'fy' => 'အနောက် ဖရီစီရန်',
424             'ga' => 'အိုင်းရစ်ရှ်',
425             'gaa' => 'ဂါ',
426             'gag' => 'ဂါဂုဇ်',
427             'gd' => 'စကော့တစ်ရှ် ဂေးလစ်ခ်',
428             'gez' => 'ဂီးဇ်',
429             'gil' => 'ကာရီဗာတီ',
430             'gl' => 'ဂါလီစီယာ',
431             'gmh' => 'အလယ်ပိုင်း အမြင့် ဂျာမန်',
432             'gn' => 'ဂူအာရာနီ',
433             'gor' => 'ဂိုရိုတာလို',
434             'grc' => 'ရှေးဟောင်း ဂရိ',
435             'gsw' => 'ဆွစ် ဂျာမန်',
436             'gu' => 'ဂူဂျာရသီ',
437             'guz' => 'ဂူစီး',
438             'gv' => 'မန်းဇ်',
439             'gwi' => 'ဂွစ်ချင်',
440             'ha' => 'ဟာဥစာ',
441             'haw' => 'ဟာဝိုင်ယီ',
442             'he' => 'ဟီးဘရူး',
443             'hi' => 'ဟိန်ဒူ',
444             'hil' => 'ဟီလီဂေနွန်',
445             'hmn' => 'မုံ',
446             'hr' => 'ခရိုအေးရှား',
447             'hsb' => 'ဆက္ကဆိုနီ',
448             'ht' => 'ဟေတီ',
449             'hu' => 'ဟန်ဂေရီ',
450             'hup' => 'ဟူပါ',
451             'hy' => 'အာမေးနီးယား',
452             'hz' => 'ဟီရဲရို',
453             'ia' => 'အင်တာလင်ဂွါ',
454             'iba' => 'အီဗန်',
455             'ibb' => 'အီဘီဘီယို',
456             'id' => 'အင်ဒိုနီးရှား',
457             'ig' => 'အစ္ဂဘို',
458             'ii' => 'စီချွမ် ရီ',
459             'ilo' => 'အီလိုကို',
460             'inh' => 'အင်ဂုရှ်',
461             'io' => 'အီဒို',
462             'is' => 'အိုက်စ်လန်',
463             'it' => 'အီတလီ',
464             'iu' => 'အီနုခ်တီတု',
465             'ja' => 'ဂျပန်',
466             'jbo' => 'လိုဂျ်ဘန်',
467             'jgo' => 'ဂွမ်ဘာ',
468             'jmc' => 'မချာမီ',
469             'jpr' => 'ဂျူဒီယို-ပါရှန်',
470             'jrb' => 'ဂျူဒီယို-အာရဗီ',
471             'jv' => 'ဂျာဗား',
472             'ka' => 'ဂျော်ဂျီယာ',
473             'kab' => 'ကဘိုင်လ်',
474             'kac' => 'ကချင်',
475             'kaj' => 'ဂျူအူ',
476             'kam' => 'ကမ်ဘာ',
477             'kbd' => 'ကဘာဒင်',
478             'kcg' => 'တိုင်အပ်',
479             'kde' => 'မာခွန်ဒီ',
480             'kea' => 'ကဘူဗာဒီအာနူ',
481             'kfo' => 'ကိုရို',
482             'kg' => 'ကွန်ဂို',
483             'kha' => 'ခါစီ',
484             'khq' => 'ကိုရာ ချီအီနီ',
485             'ki' => 'ကီကူယူ',
486             'kj' => 'ကွန်းယာမာ',
487             'kk' => 'ကာဇာချ',
488             'kkj' => 'ကကို',
489             'kl' => 'ကလာအ်လီဆပ်',
490             'kln' => 'ကလန်ဂျင်',
491             'km' => 'ခမာ',
492             'kmb' => 'ကင်ဘွန်ဒူ',
493             'kn' => 'ကန်နာဒါ',
494             'ko' => 'ကိုရီးယား',
495             'koi' => 'ကိုမီ-ပါမြက်',
496             'kok' => 'ကွန်ကနီ',
497             'kpe' => 'ကပ်ပဲလ်',
498             'kr' => 'ကနူရီ',
499             'krc' => 'ကရာချေး-ဘာကာ',
500             'krl' => 'ကာရီလီယန်',
501             'kru' => 'ကူရုပ်ခ်',
502             'ks' => 'ကက်ရှ်မီးယား',
503             'ksb' => 'ရှန်ဘာလာ',
504             'ksf' => 'ဘာဖီအာ',
505             'ksh' => 'ကိုလိုနီယန်း',
506             'ku' => 'ကဒ်',
507             'kum' => 'ကွမ်မိုက်',
508             'kv' => 'ကိုမီ',
509             'kw' => 'ခိုနီရှ်',
510             'ky' => 'ကာဂျစ်',
511             'la' => 'လက်တင်',
512             'lad' => 'လာဒီနို',
513             'lag' => 'လန်ဂီ',
514             'lb' => 'လူဇင်ဘတ်',
515             'lez' => 'လက်ဇ်ဂီးယား',
516             'lg' => 'ဂန်ဒါ',
517             'li' => 'လင်ဘာဂစ်ရှ်',
518             'lkt' => 'လာကိုတာ',
519             'ln' => 'လင်ဂါလာ',
520             'lo' => 'လာအို',
521             'loz' => 'လိုဇီ',
522             'lrc' => 'မြောက်လူရီ',
523             'lt' => 'လစ်သူဝေးနီးယား',
524             'lu' => 'လူဘာ-ကတန်ဂါ',
525             'lua' => 'လူဘာ-လူလူအာ',
526             'lun' => 'လွန်ဒါ',
527             'luo' => 'လူအို',
528             'lus' => 'မီဇို',
529             'luy' => 'လူရီအာ',
530             'lv' => 'လတ်ဗီးယား',
531             'mad' => 'မဒူရာ',
532             'mag' => 'မဂါဟီ',
533             'mai' => 'မိုင်သီလီ',
534             'mak' => 'မကာဆာ',
535             'mas' => 'မာဆိုင်',
536             'mdf' => 'မို့ခ်ရှာ',
537             'men' => 'မန်ဒဲ',
538             'mer' => 'မီရု',
539             'mfe' => 'မောရစ်ရှ',
540             'mg' => 'မာလဂက်စီ',
541             'mga' => 'အလယ်ပိုင်း အိုင်းရစ်ရှ်',
542             'mgh' => 'မာခူဝါ-မီအီတို',
543             'mgo' => 'မီတာ',
544             'mh' => 'မာရှယ်လိဇ်',
545             'mi' => 'မာအိုရီ',
546             'mic' => 'မစ်ခ်မက်ခ်',
547             'min' => 'စူကူမီနန်',
548             'mk' => 'မက်ဆီဒိုးနီးယား',
549             'ml' => 'မလေယာလမ်',
550             'mn' => 'မွန်ဂိုလီးယား',
551             'mnc' => 'မန်ချူး',
552             'mni' => 'မနိပူရ',
553             'moh' => 'မိုဟော့ခ်',
554             'mos' => 'မိုစီ',
555             'mr' => 'မာရသီ',
556             'ms' => 'မလေး',
557             'mt' => 'မော်လ်တာ',
558             'mua' => 'မွန်ဒန်း',
559             'mul' => 'ဘာသာစကား အမျိုးမျိုး',
560             'mus' => 'ခရိချ',
561             'mwl' => 'မီရန်ဒီးဇ်',
562             'my' => 'မြန်မာ',
563             'myv' => 'အီဇယာ',
564             'mzn' => 'မာဇန်ဒါရန်နီ',
565             'na' => 'နော်ရူး',
566             'nap' => 'နပိုလီတန်',
567             'naq' => 'နာမာ',
568             'nb' => 'နော်ဝေ ဘွတ်ခ်မော်လ်',
569             'nd' => 'မြောက် အွန်န်ဒီဘီလီ',
570             'nds' => 'အနိမ့် ဂျာမန်',
571             'nds_NL' => 'ဂျာမန် (နယ်သာလန်)',
572             'ne' => 'နီပေါ',
573             'new' => 'နီဝါရီ',
574             'ng' => 'အွန်ဒွန်ဂါ',
575             'nia' => 'နီးရပ်စ်',
576             'niu' => 'နူအဲယန်း',
577             'nl' => 'ဒတ်ခ်ျ',
578             'nl_BE' => 'ဖလီမစ်ရှ်',
579             'nmg' => 'ကွာစီအို',
580             'nn' => 'နော်ဝေ နီးနောစ်',
581             'nnh' => 'အွန်ရဲဘွန်း',
582             'no' => 'နော်ဝေး',
583             'nog' => 'နိုဂိုင်',
584             'nqo' => 'အွန်ကို',
585             'nr' => 'တောင် အွန်န်ဘီလီ',
586             'nso' => 'မြောက် ဆိုသို',
587             'nus' => 'နူအာ',
588             'nv' => 'နာဗာဟို',
589             'ny' => 'နရန်ဂျာ',
590             'nyn' => 'နရန်ကိုလီ',
591             'oc' => 'အိုစီတန်',
592             'om' => 'အိုရိုမို',
593             'or' => 'အိုရီရာ',
594             'os' => 'အိုဆဲတစ်ခ်',
595             'pa' => 'ပန်ချာပီ',
596             'pag' => 'ပန်ဂါစီနန်',
597             'pam' => 'ပမ်ပန်ညာ',
598             'pap' => 'ပါပီမင်တို',
599             'pau' => 'ပလာအို',
600             'pcm' => 'နိုင်ဂျီးရီးယား ပစ်ဂျင်',
601             'peo' => 'ပါရှန် အဟောင်း',
602             'pi' => 'ပါဠိ',
603             'pl' => 'ပိုလန်',
604             'prg' => 'ပရူရှန်',
605             'ps' => 'ပက်ရှ်တွန်း',
606             'pt' => 'ပေါ်တူဂီ',
607             'pt_BR' => 'ဘရာဇီး ပေါ်တူဂီ',
608             'pt_PT' => 'ဥရောပ ပေါ်တူဂီ',
609             'qu' => 'ခီချူဝါအိုဝါ',
610             'quc' => 'ကီခ်အီချီ',
611             'rap' => 'ရပန်နူအီ',
612             'rar' => 'ရရိုတွန်ဂန်',
613             'rm' => 'ရောမ',
614             'rn' => 'ရွန်ဒီ',
615             'ro' => 'ရိုမေနီယား',
616             'ro_MD' => 'မော်လဒိုဗာ',
617             'rof' => 'ရွမ်ဘို',
618             'root' => 'မူလရင်းမြစ်',
619             'ru' => 'ရုရှ',
620             'rup' => 'အာရိုမန်းနီးယန်း',
621             'rw' => 'ကင်ရာဝန်ဒါ',
622             'rwk' => 'ရူဝမ်',
623             'sa' => 'သင်္သကရိုက်',
624             'sad' => 'ဆန်ဒါဝီ',
625             'sah' => 'ဆခါ',
626             'saq' => 'ဆမ်ဘူရူ',
627             'sat' => 'ဆန်တာလီ',
628             'sba' => 'အွန်ဂမ်းဘေး',
629             'sbp' => 'ဆန်ဂု',
630             'sc' => 'ဆာဒီနီးယား',
631             'scn' => 'စစ္စလီ',
632             'sco' => 'စကော့တ်',
633             'sd' => 'စင်ဒီ',
634             'se' => 'မြောက် ဆာမိ',
635             'seh' => 'စီနာ',
636             'ses' => 'ကိုရာဘိုရို ဆမ်နီ',
637             'sg' => 'ဆန်ဂို',
638             'sga' => 'အိုင်းရစ် ဟောင်း',
639             'shi' => 'တာချယ်လ်ဟစ်',
640             'shn' => 'ရှမ်း',
641             'si' => 'စင်ဟာလာ',
642             'sk' => 'ဆလိုဗက်',
643             'sl' => 'ဆလိုဗေးနီးယား',
644             'sm' => 'ဆမိုအာ',
645             'sma' => 'တောင် ဆာမိ',
646             'smj' => 'လူလီ ဆာမိ',
647             'smn' => 'အီနာရီ ဆာမိ',
648             'sms' => 'စခိုးလ် ဆာမိ',
649             'sn' => 'ရှိုနာ',
650             'snk' => 'ဆိုနင်ကေး',
651             'so' => 'ဆိုမာလီ',
652             'sq' => 'အယ်လ်ဘေးနီးယား',
653             'sr' => 'ဆားဘီးယား',
654             'srn' => 'ဆရာနန် တွန်ဂို',
655             'ss' => 'ဆွာဇီလန်',
656             'ssy' => 'ဆာဟို',
657             'st' => 'တောင်ပိုင်း ဆိုသို',
658             'su' => 'ဆူဒန်',
659             'suk' => 'ဆူကူမာ',
660             'sv' => 'ဆွီဒင်',
661             'sw' => 'ဆွာဟီလီ',
662             'sw_CD' => 'ကွန်ဂို ဆွာဟီလီ',
663             'swb' => 'ကိုမိုရီးယန်း',
664             'syr' => 'ဆီးရီးယား',
665             'ta' => 'တမီးလ်',
666             'te' => 'တီလီဂူ',
667             'tem' => 'တင်မ်နဲ',
668             'teo' => 'တီဆို',
669             'tet' => 'တီတွမ်',
670             'tg' => 'တာဂျစ်',
671             'th' => 'ထိုင်း',
672             'ti' => 'တီဂ်ရင်ယာ',
673             'tig' => 'တီဂရီ',
674             'tk' => 'တာ့ခ်မင်နစ္စတန်',
675             'tlh' => 'ကလင်ဂွန်',
676             'tn' => 'တီဆဝါနာ',
677             'to' => 'တွန်ဂါ',
678             'tpi' => 'တော့ခ် ပိစင်',
679             'tr' => 'တူရကီ',
680             'trv' => 'တရိုကို',
681             'ts' => 'ဆွန်ဂါ',
682             'tt' => 'တာတာ',
683             'tum' => 'တမ်ဘူကာ',
684             'tvl' => 'တူဗာလူ',
685             'twq' => 'တာဆာဝါချ',
686             'ty' => 'တဟီတီ',
687             'tyv' => 'တူဗန်',
688             'tzm' => 'အလယ်အာ့တလာစ် တာမာဇိုက်',
689             'udm' => 'အူမူရတ်',
690             'ug' => 'ဝီဂါ',
691             'uk' => 'ယူကရိန်း',
692             'umb' => 'အူဘန်ဒူ',
693             'und' => 'မသိသော ဘာသာ',
694             'ur' => 'အူရ်ဒူ',
695             'uz' => 'ဥဇဘတ်',
696             'vai' => 'ဗိုင်',
697             've' => 'ဗင်န်ဒါ',
698             'vi' => 'ဗီယက်နမ်',
699             'vo' => 'ဗိုလာပိုက်',
700             'vun' => 'ဗွန်ဂျို',
701             'wa' => 'ဝါလူးန်',
702             'wae' => 'ဝေါလ်ဆာ',
703             'wal' => 'ဝိုလက်တာ',
704             'war' => 'ဝါရေး',
705             'wbp' => 'ဝေါလ်ပီရီ',
706             'wo' => 'ဝူလိုဖ်',
707             'xal' => 'ကာလ်မိုက်',
708             'xh' => 'ဇိုစာ',
709             'xog' => 'ဆိုဂါ',
710             'yav' => 'ရန်ဘဲန်',
711             'ybb' => 'ရမ်ဘာ',
712             'yi' => 'ဂျူး',
713             'yo' => 'ယိုရူဘာ',
714             'yue' => 'ကွမ်တုံ',
715             'zgh' => 'မိုရိုကို တမဇိုက်',
716             'zh' => 'တရုတ်',
717             'zu' => 'ဇူးလူး',
718             'zun' => 'ဇူနီ',
719             'zxx' => 'ဘာသာစကားနှင့် ပတ်သက်သောအရာ မရှိပါ',
720             'zza' => 'ဇာဇာ',
721              
722             );
723             if (@_) {
724             return $languages{$_[0]};
725             }
726             return \%languages;
727             }
728             },
729             );
730              
731             has 'display_name_script' => (
732             is => 'ro',
733             isa => CodeRef,
734             init_arg => undef,
735             default => sub {
736             sub {
737             my %scripts = (
738             'Arab' => 'အာရေဗျ',
739             'Armn' => 'အာမေးနီးယား',
740             'Beng' => 'ဘင်္ဂါလီ',
741             'Bopo' => 'ဘိုပို',
742             'Brah' => 'ဗွဟ်မမီ',
743             'Brai' => 'ဘရေ',
744             'Cyrl' => 'စစ်ရိလစ်',
745             'Deva' => 'ဒီဗနာဂရီ',
746             'Ethi' => 'အီသီယိုးပီးယား',
747             'Geor' => 'ဂျော်ဂျီယာ',
748             'Grek' => 'ဂရိ',
749             'Gujr' => 'ဂုဂျာရသီ',
750             'Guru' => 'ဂူရူ',
751             'Hanb' => 'ဟန်ဘ်',
752             'Hang' => 'ဟန်ဂူးလ်',
753             'Hani' => 'ဟန်',
754             'Hans' => 'ရိုးရှင်း',
755             'Hans@alt=stand-alone' => 'ဟန် ရိုးရှင်း',
756             'Hant' => 'ရိုးရာ',
757             'Hant@alt=stand-alone' => 'ဟန် ရိုးရာ',
758             'Hebr' => 'ဟီဗရူး',
759             'Hira' => 'ဟီရဂန',
760             'Hrkt' => 'ဂျပန် အက္ခရာ',
761             'Jamo' => 'ဂျမို',
762             'Java' => 'ဂျာဗားနီးစ်',
763             'Jpan' => 'ဂျပန်',
764             'Kali' => 'ကယားလီ',
765             'Kana' => 'ခတခန',
766             'Khmr' => 'ခမာ',
767             'Knda' => 'ခန်နာဒါ',
768             'Kore' => 'ကိုရီးယား',
769             'Laoo' => 'လာအို',
770             'Latn' => 'လက်တင်',
771             'Mlym' => 'မလေယာလမ်',
772             'Mong' => 'မွန်ဂိုလီးယား',
773             'Mymr' => 'မြန်မာ',
774             'Orya' => 'အိုရာ',
775             'Sinh' => 'ဆင်ဟာလ',
776             'Tale' => 'တိုင်လီ',
777             'Taml' => 'တမီးလ်',
778             'Telu' => 'တီလု',
779             'Tglg' => 'တဂလော့ဂ်',
780             'Thaa' => 'သာအ်',
781             'Thai' => 'ထိုင်း',
782             'Tibt' => 'တိဘက်',
783             'Visp' => 'မြင်နိုင်သော စကား',
784             'Xpeo' => 'ပါရှန် အဟောင်း',
785             'Yiii' => 'ရီ',
786             'Zmth' => 'ဂဏန်းသင်္ချာ',
787             'Zsye' => 'အီမိုဂျီ',
788             'Zsym' => 'သင်္ကေတ',
789             'Zxxx' => 'ထုံးတမ်းသဖွယ်လိုက်နာလျက်ရှိသော',
790             'Zyyy' => 'အများနှင့်သက်ဆိုင်သော',
791             'Zzzz' => 'မသိ သို့မဟုတ် မရှိသော စကားလုံး',
792              
793             );
794             if ( @_ ) {
795             return $scripts{$_[0]};
796             }
797             return \%scripts;
798             }
799             }
800             );
801              
802             has 'display_name_region' => (
803             is => 'ro',
804             isa => HashRef[Str],
805             init_arg => undef,
806             default => sub {
807             {
808             '001' => 'ကမ္ဘာ',
809             '002' => 'အာဖရိက',
810             '003' => 'မြောက် အမေရိကတိုက်',
811             '005' => 'တောင် အမေရိက',
812             '009' => 'သမုဒ္ဒရာဒေသ',
813             '011' => 'အနောက် အာဖရိက',
814             '013' => 'ဗဟို အမေရိက',
815             '014' => 'အရှေ့ အာဖရိက',
816             '015' => 'မြောက် အာဖရိက',
817             '017' => 'အလယ် အာဖရိက',
818             '018' => 'အာဖရိက တောင်ပိုင်း',
819             '019' => 'အမေရိကန်',
820             '021' => 'မြောက် အမေရိက',
821             '029' => 'ကာရစ်ဘီယံ',
822             '030' => 'အရှေ့အာရှ',
823             '034' => 'တောင်အာရှ',
824             '035' => 'အရှေ့တောင်အာရှ',
825             '039' => 'တောင်ဥရောပ',
826             '053' => 'ဩစတြေးလျနှင့် နယူးဇီလန်',
827             '054' => 'မီလာနီးရှား',
828             '057' => 'မိုက်ခရိုနီးရှား ဒေသ',
829             '061' => 'ပိုလီနီရှား',
830             '142' => 'အာရှ',
831             '143' => 'အလယ်အာရှ',
832             '145' => 'အနောက်အာရှ',
833             '150' => 'ဥရောပ',
834             '151' => 'အရှေ့ ဥရောပ',
835             '154' => 'မြောက် ဥရောပ',
836             '155' => 'အနောက် ဥရောပ',
837             '202' => 'ဆာဟာရ-အောက်ပိုင်း အာဖရိက',
838             '419' => 'လက်တင်အမေရိက',
839             'AC' => 'အဆန်းရှင်းကျွန်း',
840             'AD' => 'အန်ဒိုရာ',
841             'AE' => 'ယူအေအီး',
842             'AF' => 'အာဖဂန်နစ္စတန်',
843             'AG' => 'အန်တီဂွါနှင့် ဘာဘူဒါ',
844             'AI' => 'အန်ဂီလာ',
845             'AL' => 'အယ်လ်ဘေးနီးယား',
846             'AM' => 'အာမေးနီးယား',
847             'AO' => 'အန်ဂိုလာ',
848             'AQ' => 'အန်တာတိက',
849             'AR' => 'အာဂျင်တီးနား',
850             'AS' => 'အမေရိကန် ဆမိုးအား',
851             'AT' => 'ဩစတြီးယား',
852             'AU' => 'ဩစတြေးလျ',
853             'AW' => 'အာရူးဗား',
854             'AX' => 'အာလန်ကျွန်း',
855             'AZ' => 'အဇာဘိုင်ဂျန်',
856             'BA' => 'ဘော့စနီးယားနှင့် ဟာဇီဂိုဗီနား',
857             'BB' => 'ဘာဘေးဒိုးစ်',
858             'BD' => 'ဘင်္ဂလားဒေ့ရှ်',
859             'BE' => 'ဘယ်လ်ဂျီယမ်',
860             'BF' => 'ဘာကီးနား ဖားဆို',
861             'BG' => 'ဘူလ်ဂေးရီးယား',
862             'BH' => 'ဘာရိန်း',
863             'BI' => 'ဘူရွန်ဒီ',
864             'BJ' => 'ဘီနင်',
865             'BL' => 'စိန့်ဘာသယ်လ်မီ',
866             'BM' => 'ဘာမြူဒါ',
867             'BN' => 'ဘရူနိုင်း',
868             'BO' => 'ဘိုလီးဗီးယား',
869             'BQ' => 'ကာရစ်ဘီယံ နယ်သာလန်',
870             'BR' => 'ဘရာဇီး',
871             'BS' => 'ဘဟားမား',
872             'BT' => 'ဘူတန်',
873             'BV' => 'ဘူဗက်ကျွန်း',
874             'BW' => 'ဘော့ဆွာနာ',
875             'BY' => 'ဘီလာရုစ်',
876             'BZ' => 'ဘလိဇ်',
877             'CA' => 'ကနေဒါ',
878             'CC' => 'ကိုကိုးကျွန်း',
879             'CD' => 'ကွန်ဂို',
880             'CD@alt=variant' => 'ကွန်ဂို ဒီမိုကရက်တစ် သမ္မတနိုင်ငံ',
881             'CF' => 'ဗဟို အာဖရိက ပြည်ထောင်စု',
882             'CG' => 'ကွန်ဂို-ဘရာဇာဗီးလ်',
883             'CG@alt=variant' => 'ကွန်ဂို သမ္မတနိုင်ငံ',
884             'CH' => 'ဆွစ်ဇာလန်',
885             'CI' => 'ကို့တ် ဒီဗွာ',
886             'CI@alt=variant' => 'အိုင်ဗရီကို့စ်',
887             'CK' => 'ကွတ် ကျွန်းစု',
888             'CL' => 'ချီလီ',
889             'CM' => 'ကင်မရွန်း',
890             'CN' => 'တရုတ်',
891             'CO' => 'ကိုလံဘီယာ',
892             'CP' => 'ကလစ်ပါတန်ကျွန်း',
893             'CR' => 'ကို့စ်တာရီကာ',
894             'CU' => 'ကျူးဘား',
895             'CV' => 'ကိတ်ဗာဒီ',
896             'CW' => 'ကျူရေးကိုးစ်',
897             'CX' => 'ခရစ်စမတ် ကျွန်း',
898             'CY' => 'ဆိုက်ပရပ်စ်',
899             'CZ' => 'ချက်ကီယား',
900             'CZ@alt=variant' => 'ချက် ပြည်ထောင်စု',
901             'DE' => 'ဂျာမနီ',
902             'DG' => 'ဒီအဲဂိုဂါစီရာ',
903             'DJ' => 'ဂျီဘူတီ',
904             'DK' => 'ဒိန်းမတ်',
905             'DM' => 'ဒိုမီနီကာ',
906             'DO' => 'ဒိုမီနီကန်',
907             'DZ' => 'အယ်လ်ဂျီးရီးယား',
908             'EA' => 'ဆယ်ဥတာနှင့်မယ်လီလ်လာ',
909             'EC' => 'အီကွေဒေါ',
910             'EE' => 'အက်စတိုးနီးယား',
911             'EG' => 'အီဂျစ်',
912             'EH' => 'အနောက် ဆာဟာရ',
913             'ER' => 'အီရီထရီးယား',
914             'ES' => 'စပိန်',
915             'ET' => 'အီသီယိုးပီးယား',
916             'EU' => 'ဥရောပသမဂ္ဂ',
917             'EZ' => 'ဥရောပဒေသ',
918             'FI' => 'ဖင်လန်',
919             'FJ' => 'ဖီဂျီ',
920             'FK' => 'ဖော့ကလန် ကျွန်းစု',
921             'FK@alt=variant' => 'ဖော့ကလန် ကျွန်းစု (အီလားစ် မောလ်ဗီနာစ်)',
922             'FM' => 'မိုင်ခရိုနီရှား',
923             'FO' => 'ဖာရိုး ကျွန်းစုများ',
924             'FR' => 'ပြင်သစ်',
925             'GA' => 'ဂါဘွန်',
926             'GB' => 'ယူနိုက်တက်ကင်းဒမ်း',
927             'GB@alt=short' => 'ယူကေ',
928             'GD' => 'ဂရီနေဒါ',
929             'GE' => 'ဂျော်ဂျီယာ',
930             'GF' => 'ပြင်သစ် ဂီယာနာ',
931             'GG' => 'ဂွန်းဇီ',
932             'GH' => 'ဂါနာ',
933             'GI' => 'ဂျီဘရော်လ်တာ',
934             'GL' => 'ဂရင်းလန်း',
935             'GM' => 'ဂမ်ဘီရာ',
936             'GN' => 'ဂီနီ',
937             'GP' => 'ဂွါဒီလု',
938             'GQ' => 'အီကွေတာ ဂီနီ',
939             'GR' => 'ဂရိ',
940             'GS' => 'တောင် ဂျော်ဂျီယာ နှင့် တောင် ဆင်းဒဝစ်ဂျ် ကျွန်းစုများ',
941             'GT' => 'ဂွါတီမာလာ',
942             'GU' => 'ဂူအမ်',
943             'GW' => 'ဂီနီ-ဘီစော',
944             'GY' => 'ဂိုင်ယာနာ',
945             'HK' => 'ဟောင်ကောင် (တရုတ်ပြည်)',
946             'HK@alt=short' => 'ဟောင်ကောင်',
947             'HM' => 'ဟတ်ကျွန်းနှင့်မက်ဒေါနယ်ကျွန်းစု',
948             'HN' => 'ဟွန်ဒူးရပ်စ်',
949             'HR' => 'ခရိုအေးရှား',
950             'HT' => 'ဟေတီ',
951             'HU' => 'ဟန်ဂေရီ',
952             'IC' => 'ကနေရီ ကျွန်းစု',
953             'ID' => 'အင်ဒိုနီးရှား',
954             'IE' => 'အိုင်ယာလန်',
955             'IL' => 'အစ္စရေး',
956             'IM' => 'မန်ကျွန်း',
957             'IN' => 'အိန္ဒိယ',
958             'IO' => 'ဗြိတိသျှပိုင် အိန္ဒိယသမုဒ္ဒရာကျွန်းများ',
959             'IQ' => 'အီရတ်',
960             'IR' => 'အီရန်',
961             'IS' => 'အိုက်စလန်',
962             'IT' => 'အီတလီ',
963             'JE' => 'ဂျာစီ',
964             'JM' => 'ဂျမေကာ',
965             'JO' => 'ဂျော်ဒန်',
966             'JP' => 'ဂျပန်',
967             'KE' => 'ကင်ညာ',
968             'KG' => 'ကာဂျစ္စတန်',
969             'KH' => 'ကမ္ဘောဒီးယား',
970             'KI' => 'ခီရီဘာတီ',
971             'KM' => 'ကိုမိုရိုစ်',
972             'KN' => 'စိန့်ကစ်နှင့်နီဗီစ်',
973             'KP' => 'မြောက်ကိုရီးယား',
974             'KR' => 'တောင်ကိုရီးယား',
975             'KW' => 'ကူဝိတ်',
976             'KY' => 'ကေမန် ကျွန်းစု',
977             'KZ' => 'ကာဇက်စတန်',
978             'LA' => 'လာအို',
979             'LB' => 'လက်ဘနွန်',
980             'LC' => 'စိန့်လူစီယာ',
981             'LI' => 'လစ်တန်စတိန်း',
982             'LK' => 'သီရိလင်္ကာ',
983             'LR' => 'လိုက်ဘေးရီးယား',
984             'LS' => 'လီဆိုသို',
985             'LT' => 'လစ်သူယေးနီးယား',
986             'LU' => 'လူဇင်ဘတ်',
987             'LV' => 'လတ်ဗီးယား',
988             'LY' => 'လစ်ဗျား',
989             'MA' => 'မော်ရိုကို',
990             'MC' => 'မိုနာကို',
991             'MD' => 'မောလ်ဒိုဗာ',
992             'ME' => 'မွန်တီနိဂရိုး',
993             'MF' => 'စိန့်မာတင်',
994             'MG' => 'မဒါဂတ်စကား',
995             'MH' => 'မာရှယ် ကျွန်းစု',
996             'MK' => 'မက်ဆီဒိုးနီးယား',
997             'MK@alt=variant' => 'မက်ဆီဒိုးနီးယား (ယခင် ယူဂိုစလားဗီးယား မက်ဆီဒိုးနီးယားပြည်ထောင်စု)',
998             'ML' => 'မာလီ',
999             'MM' => 'မြန်မာ',
1000             'MN' => 'မွန်ဂိုးလီးယား',
1001             'MO' => 'မကာအို (တရုတ်ပြည်)',
1002             'MO@alt=short' => 'မကာအို',
1003             'MP' => 'မြောက်ပိုင်းမာရီအာနာကျွန်းစု',
1004             'MQ' => 'မာတီနိခ်',
1005             'MR' => 'မော်ရီတေးနီးယား',
1006             'MS' => 'မောင့်စဲရက်',
1007             'MT' => 'မောလ်တာ',
1008             'MU' => 'မောရစ်ရှ',
1009             'MV' => 'မော်လ်ဒိုက်',
1010             'MW' => 'မာလာဝီ',
1011             'MX' => 'မက်ကဆီကို',
1012             'MY' => 'မလေးရှား',
1013             'MZ' => 'မိုဇမ်ဘစ်',
1014             'NA' => 'နမီးဘီးယား',
1015             'NC' => 'နယူး ကယ်လီဒိုနီးယား',
1016             'NE' => 'နိုင်ဂျာ',
1017             'NF' => 'နောဖုတ်ကျွန်း',
1018             'NG' => 'နိုင်ဂျီးရီးယား',
1019             'NI' => 'နီကာရာဂွါ',
1020             'NL' => 'နယ်သာလန်',
1021             'NO' => 'နော်ဝေ',
1022             'NP' => 'နီပေါ',
1023             'NR' => 'နော်ရူး',
1024             'NU' => 'နီဥူအေ',
1025             'NZ' => 'နယူးဇီလန်',
1026             'OM' => 'အိုမန်',
1027             'PA' => 'ပနားမား',
1028             'PE' => 'ပီရူး',
1029             'PF' => 'ပြင်သစ် ပေါ်လီနီးရှား',
1030             'PG' => 'ပါပူအာ နယူးဂီနီ',
1031             'PH' => 'ဖိလစ်ပိုင်',
1032             'PK' => 'ပါကစ္စတန်',
1033             'PL' => 'ပိုလန်',
1034             'PM' => 'စိန့်ပီအဲရ်နှင့် မီကွီလွန်',
1035             'PN' => 'ပစ်တ်ကိန်းကျွန်းစု',
1036             'PR' => 'ပေါ်တိုရီကို',
1037             'PS' => 'ပါလက်စတိုင်း ပိုင်နက်',
1038             'PS@alt=short' => 'ပါလက်စတိုင်း',
1039             'PT' => 'ပေါ်တူဂီ',
1040             'PW' => 'ပလာအို',
1041             'PY' => 'ပါရာဂွေး',
1042             'QA' => 'ကာတာ',
1043             'QO' => 'သမုဒ္ဒရာ အပြင်ဘက်ရှိ ကျွန်းနိုင်ငံများ',
1044             'RE' => 'ရီယူနီယန်',
1045             'RO' => 'ရိုမေးနီးယား',
1046             'RS' => 'ဆားဘီးယား',
1047             'RU' => 'ရုရှား',
1048             'RW' => 'ရဝန်ဒါ',
1049             'SA' => 'ဆော်ဒီအာရေးဘီးယား',
1050             'SB' => 'ဆော်လမွန်ကျွန်းစု',
1051             'SC' => 'ဆေးရှဲ',
1052             'SD' => 'ဆူဒန်',
1053             'SE' => 'ဆွီဒင်',
1054             'SG' => 'စင်္ကာပူ',
1055             'SH' => 'စိန့်ဟယ်လယ်နာ',
1056             'SI' => 'ဆလိုဗေးနီးယား',
1057             'SJ' => 'စဗိုလ်ဘတ်နှင့်ဂျန်မေရန်',
1058             'SK' => 'ဆလိုဗက်ကီးယား',
1059             'SL' => 'ဆီယာရာ လီယွန်း',
1060             'SM' => 'ဆန်မာရီနို',
1061             'SN' => 'ဆီနီဂေါ',
1062             'SO' => 'ဆိုမာလီယာ',
1063             'SR' => 'ဆူရာနမ်',
1064             'SS' => 'တောင် ဆူဒန်',
1065             'ST' => 'ဆောင်တူမေးနှင့် ပရင်စီပီ',
1066             'SV' => 'အယ်လ်ဆာဗေးဒိုး',
1067             'SX' => 'စင့်မာတင်',
1068             'SY' => 'ဆီးရီးယား',
1069             'SZ' => 'ဆွာဇီလန်',
1070             'TA' => 'ထရစ္စတန် ဒါ ကွန်ဟာ',
1071             'TC' => 'တခ်စ်နှင့်ကာအီကိုစ်ကျွန်းစု',
1072             'TD' => 'ချဒ်',
1073             'TF' => 'ပြင်သစ် တောင်ပိုင်း ပိုင်နက်များ',
1074             'TG' => 'တိုဂို',
1075             'TH' => 'ထိုင်း',
1076             'TJ' => 'တာဂျီကစ္စတန်',
1077             'TK' => 'တိုကလောင်',
1078             'TL' => 'အရှေ့တီမော',
1079             'TM' => 'တာ့ခ်မင်နစ္စတန်',
1080             'TN' => 'တူနီးရှား',
1081             'TO' => 'တွန်ဂါ',
1082             'TR' => 'တူရကီ',
1083             'TT' => 'ထရီနီဒတ်နှင့် တိုဘက်ဂို',
1084             'TV' => 'တူဗားလူ',
1085             'TW' => 'ထိုင်ဝမ်',
1086             'TZ' => 'တန်ဇန်းနီးယား',
1087             'UA' => 'ယူကရိန်း',
1088             'UG' => 'ယူဂန်းဒါး',
1089             'UM' => 'ယူနိုက်တက်စတိတ် ကျွန်းနိုင်ငံများ',
1090             'UN' => 'ကုလသမဂ္ဂ',
1091             'UN@alt=short' => 'ကုလသမဂ္ဂ',
1092             'US' => 'အမေရိကန် ပြည်ထောင်စု',
1093             'US@alt=short' => 'ယူအက်စ်',
1094             'UY' => 'ဥရုဂွေး',
1095             'UZ' => 'ဥဇဘက်ကစ္စတန်',
1096             'VA' => 'ဗာတီကန်စီးတီး',
1097             'VC' => 'စိန့်ဗင်းဆင့်နှင့် ဂရိနေဒိုင်',
1098             'VE' => 'ဗင်နီဇွဲလား',
1099             'VG' => 'ဗြိတိသျှ ဗာဂျင်း ကျွန်းစု',
1100             'VI' => 'ယူအက်စ် ဗာဂျင်း ကျွန်းစု',
1101             'VN' => 'ဗီယက်နမ်',
1102             'VU' => 'ဗနွားတူ',
1103             'WF' => 'ဝေါလစ်နှင့် ဖူကျူးနား',
1104             'WS' => 'ဆမိုးအား',
1105             'XK' => 'ကိုဆိုဗို',
1106             'YE' => 'ယီမင်',
1107             'YT' => 'မေယော့',
1108             'ZA' => 'တောင်အာဖရိက',
1109             'ZM' => 'ဇမ်ဘီယာ',
1110             'ZW' => 'ဇင်ဘာဘွေ',
1111             'ZZ' => 'မသိ (သို့) မရှိသော ဒေသ',
1112              
1113             }
1114             },
1115             );
1116              
1117             has 'display_name_variant' => (
1118             is => 'ro',
1119             isa => HashRef[Str],
1120             init_arg => undef,
1121             default => sub {
1122             {
1123             '1901' => 'ရှေးရိုးစဉ်လာ ဂျာမန် ရေးထုံး',
1124             '1996' => '၁၉၉၆ ဂျာမန် ရေးထုံး',
1125             '1606NICT' => 'အလယ်ပိုင်းနောက်ကျသောပြင်သစ်မှ ၁၆၀၆',
1126             '1694ACAD' => '၁၆၉၄ACAD',
1127             'AREVELA' => 'အရှေ့ပိုင်းအာမေးနီးယန်း',
1128             'BAKU1926' => 'ပေါင်းစပ်ထားသော တူရကီ လက်တင်စကားလုံး',
1129             'FONIPA' => 'IPA အသံထွက်',
1130             'FONUPA' => 'UPA အသံထွက်',
1131             'POSIX' => 'ကွန်ပျူတာ',
1132             'REVISED' => 'ပြန်လည်စီစစ်ထားသော ရေးထုံး',
1133             'SCOTLAND' => 'စကော့ စံ အင်္ဂလိပ်',
1134              
1135             }
1136             },
1137             );
1138              
1139             has 'display_name_key' => (
1140             is => 'ro',
1141             isa => HashRef[Str],
1142             init_arg => undef,
1143             default => sub {
1144             {
1145             'calendar' => 'ပြက္ခဒိန်',
1146             'cf' => 'ငွေရေတွက်ပုံစနစ်',
1147             'collation' => 'အစဉ်လိုက်စီရန်',
1148             'currency' => 'ငွေကြေး',
1149             'hc' => 'နာရီစက်ဝန်း (၁၂ နှင့် ၂၄)',
1150             'lb' => 'စာပိုဒ်ခွဲပုံစံ',
1151             'ms' => 'တိုင်းတာရေးစနစ်',
1152             'numbers' => 'ကိန်းဂဏန်း',
1153              
1154             }
1155             },
1156             );
1157              
1158             has 'display_name_type' => (
1159             is => 'ro',
1160             isa => HashRef[HashRef[Str]],
1161             init_arg => undef,
1162             default => sub {
1163             {
1164             'calendar' => {
1165             'buddhist' => q{ဗုဒ္ဓ ပြက္ခဒိန်},
1166             'chinese' => q{တရုတ် ပြက္ခဒိန်},
1167             'dangi' => q{ဒန်းဂိ ပြက္ခဒိန်},
1168             'ethiopic' => q{အီသီယိုးပီးယား ပြက္ခဒိန်},
1169             'gregorian' => q{နိုင်ငံတကာသုံး ပြက္ခဒိန်},
1170             'hebrew' => q{ဟီဘရူး ပြက္ခဒိန်},
1171             'indian' => q{အိန္ဒြိယ အမျိုးသား ပြက္ခဒိန်},
1172             'islamic' => q{အစ္စလာမ် ပြက္ခဒိန်},
1173             'iso8601' => q{ISO-8601 ပြက္ခဒိန်},
1174             'japanese' => q{ဂျပန် ပြက္ခဒိန်},
1175             'persian' => q{ပါရှား ပြက္ခဒိန်},
1176             'roc' => q{မင်ဂုအို ပြက္ခဒိန်},
1177             },
1178             'cf' => {
1179             'account' => q{စာရင်းကိုင်သုံး ငွေရေတွက်ပုံစနစ်},
1180             'standard' => q{ပုံမှန် ငွေရေတွက်ပုံစနစ်},
1181             },
1182             'collation' => {
1183             'ducet' => q{အစဉ်လိုက်စီထားသော ယူနီကုတ်},
1184             'phonebook' => q{ဖုန်းစာအုပ် အစီအစဉ်},
1185             'search' => q{ယေဘုယျရှာခြင်း},
1186             'standard' => q{ပုံမှန်စီထားသော},
1187             },
1188             'hc' => {
1189             'h11' => q{၁၂ နာရီ စနစ် (၀–၁၁)},
1190             'h12' => q{၁၂ နာရီစနစ် (၁–၁၂)},
1191             'h23' => q{၂၄ နာရီ စနစ် (၀–၂၃)},
1192             'h24' => q{၂၄ နာရီ စနစ်(၁–၂၄)},
1193             },
1194             'lb' => {
1195             'loose' => q{ကန့်သတ်မထားသော စာပိုဒ်ခွဲပုံစံ},
1196             'normal' => q{ပုံမှန်စာပိုဒ်ခွဲပုံစံ},
1197             'strict' => q{ကန့်သတ်ထားသော စာပိုဒ်ခွဲပုံစံ},
1198             },
1199             'ms' => {
1200             'metric' => q{မက်ထရစ်စနစ်},
1201             'uksystem' => q{ဗြိတိသျှတိုင်းတာစနစ်},
1202             'ussystem' => q{အမေရိကန်တိုင်းတာစနစ်},
1203             },
1204             'numbers' => {
1205             'arab' => q{အာရပ် ဂဏန်းခြေ},
1206             'arabext' => q{တိုးချဲ့အာရပ် ဂဏန်းခြေ},
1207             'armn' => q{အာမေးနီးယား ဂဏန်းခြေ},
1208             'armnlow' => q{အာမေးနီးယား ဂဏန်းခြေ စာလုံးသေး},
1209             'beng' => q{ဘင်္ဂါလီ ဂဏန်းခြေ},
1210             'deva' => q{ဒီဗာနာဂရီ ဂဏန်းခြေ},
1211             'ethi' => q{အီသီယိုပီးယား ဂဏန်းခြေ},
1212             'fullwide' => q{ဗြက်ပြည့် ဂဏန်းခြေ},
1213             'geor' => q{နိုင်ငံတကာသုံးဂဏန်းခြေ},
1214             'grek' => q{ဂရိ ဂဏန်းခြေ},
1215             'greklow' => q{ဂရိ ဂဏန်းခြေ စာလုံးသေး},
1216             'gujr' => q{ဂုဂျာရတီ ဂဏန်းခြေ},
1217             'guru' => q{ဂူမူခီ ဂဏန်းခြေ},
1218             'hanidec' => q{တရုတ် ဆယ်လီစနစ် ဂဏန်းခြေ},
1219             'hans' => q{ရိုးရှင်း တရုတ် ဂဏန်းခြေ},
1220             'hansfin' => q{ရိုးရှင်း တရုတ် ဘဏ္ဍာရေးသုံး ဂဏန်းခြေ},
1221             'hant' => q{ရိုးရာ တရုတ် ဂဏန်းခြေ},
1222             'hantfin' => q{ရိုးရာ တရုတ် ဘဏ္ဍာရေးသုံး ဂဏန်းခြေ},
1223             'hebr' => q{ဟီဘရူး ဂဏန်းခြေ},
1224             'jpan' => q{ဂျပန် ဂဏန်းခြေ},
1225             'jpanfin' => q{ဂျပန် ဘဏ္ဍာရေးသုံး ဂဏန်းခြေ},
1226             'khmr' => q{ခမာ ဂဏန်းခြေ},
1227             'knda' => q{ခန္နဒါ ဂဏန်းခြေ},
1228             'laoo' => q{လာအို ဂဏန်းခြေ},
1229             'latn' => q{အနောက်တိုင်း ဂဏန်းခြေ},
1230             'mlym' => q{မလေယာလမ် ဂဏန်းခြေ},
1231             'mymr' => q{မြန်မာ ဂဏန်းခြေ},
1232             'mymrshan' => q{ရှမ်း ဂဏန်းခြေ},
1233             'orya' => q{ဩရီရာ ဂဏန်းခြေ},
1234             'roman' => q{ရောမ ဂဏန်းခြေ},
1235             'romanlow' => q{ရောမ ဂဏန်းခြေ စာလုံးသေး},
1236             'taml' => q{ရိုးရာ တမီးလ် ဂဏန်းခြေ},
1237             'tamldec' => q{တမီးလ် ဂဏန်းခြေ},
1238             'telu' => q{တလုဂု ဂဏန်းခြေ},
1239             'thai' => q{ထိုင်း ဂဏန်းခြေ},
1240             'tibt' => q{တိဘက် ဂဏန်းခြေ},
1241             },
1242              
1243             }
1244             },
1245             );
1246              
1247             has 'display_name_measurement_system' => (
1248             is => 'ro',
1249             isa => HashRef[Str],
1250             init_arg => undef,
1251             default => sub {
1252             {
1253             'metric' => q{မက်ထရစ်စနစ်},
1254             'UK' => q{ဗြိတိန်စနစ်},
1255             'US' => q{အမေရိကန်စနစ်},
1256              
1257             }
1258             },
1259             );
1260              
1261             has 'display_name_code_patterns' => (
1262             is => 'ro',
1263             isa => HashRef[Str],
1264             init_arg => undef,
1265             default => sub {
1266             {
1267             'language' => 'ဘာသာစကား - {0}',
1268             'script' => 'စာ - {0}',
1269             'region' => 'နယ်ပယ်ဒေသ - {0}',
1270              
1271             }
1272             },
1273             );
1274              
1275             has 'characters' => (
1276             is => 'ro',
1277             isa => HashRef,
1278             init_arg => undef,
1279             default => $^V ge v5.18.0
1280             ? eval <<'EOT'
1281             sub {
1282             no warnings 'experimental::regex_sets';
1283             return {
1284             auxiliary => qr{[၀႐ ၁႑ ၂႒ ၃႓ ၄႔ ၅႕ ၆႖ ၇႗ ၈႘ ၉႙ ၵ ၚ ၽ ၾ ၐ ၑ ၥ ဨ ဢ ၒ ၓ ၔ ၕ ဳ ၖ ၗ ၘ ၙ ဴ ၢ ႆ ၤ ႈ ႊ ႏ]},
1285             index => ['က', 'ခ', 'ဂ', 'ဃ', 'င', 'စ', 'ဆ', 'ဇ', 'ဈ', 'ဉ', 'ည', 'ဋ', 'ဌ', 'ဍ', 'ဎ', 'ဏ', 'တ', 'ထ', 'ဒ', 'ဓ', 'န', 'ပ', 'ဖ', 'ဗ', 'ဘ', 'မ', 'ယ', 'ရ', 'လ', 'ဝ', 'သ', 'ဟ', 'ဠ', 'အ'],
1286             main => qr{[က ခ ဂ ဃ င စ ဆ ဇ ဈ ဉ ည ဋ ဌ ဍ ဎ ဏ တ ထ ဒ ဓ န ပ ဖ ဗ ဘ မ ယ ရ လ ဝ သ ဟ ဠ အ ဣ ၏ ဤ ဥ ဦ ဧ ဩ ဪ ာ ါ ိ ီ ု ူ ေ ဲ ံ ဿ ျ ြ ွ ှ ္ ် ့ း]},
1287             numbers => qr{[\- , . % ‰ + 0၀ 1၁ 2၂ 3၃ 4၄ 5၅ 6၆ 7၇ 8၈ 9၉]},
1288             punctuation => qr{[၊ ။ ‘ ’ “ ”]},
1289             };
1290             },
1291             EOT
1292             : sub {
1293             return { index => ['က', 'ခ', 'ဂ', 'ဃ', 'င', 'စ', 'ဆ', 'ဇ', 'ဈ', 'ဉ', 'ည', 'ဋ', 'ဌ', 'ဍ', 'ဎ', 'ဏ', 'တ', 'ထ', 'ဒ', 'ဓ', 'န', 'ပ', 'ဖ', 'ဗ', 'ဘ', 'မ', 'ယ', 'ရ', 'လ', 'ဝ', 'သ', 'ဟ', 'ဠ', 'အ'], };
1294             },
1295 1     1   117 );
  1         2  
  1         175  
1296              
1297              
1298             has 'ellipsis' => (
1299             is => 'ro',
1300             isa => HashRef,
1301             init_arg => undef,
1302             default => sub {
1303             return {
1304             'final' => '{0}…',
1305             'initial' => '…{0}',
1306             'medial' => '{0}…{1}',
1307             'word-final' => '{0} …',
1308             'word-initial' => '… {0}',
1309             'word-medial' => '{0} … {1}',
1310             };
1311             },
1312             );
1313              
1314             has 'more_information' => (
1315             is => 'ro',
1316             isa => Str,
1317             init_arg => undef,
1318             default => qq{?},
1319             );
1320              
1321             has 'quote_start' => (
1322             is => 'ro',
1323             isa => Str,
1324             init_arg => undef,
1325             default => qq{“},
1326             );
1327              
1328             has 'quote_end' => (
1329             is => 'ro',
1330             isa => Str,
1331             init_arg => undef,
1332             default => qq{”},
1333             );
1334              
1335             has 'alternate_quote_start' => (
1336             is => 'ro',
1337             isa => Str,
1338             init_arg => undef,
1339             default => qq{‘},
1340             );
1341              
1342             has 'alternate_quote_end' => (
1343             is => 'ro',
1344             isa => Str,
1345             init_arg => undef,
1346             default => qq{’},
1347             );
1348              
1349             has 'duration_units' => (
1350             is => 'ro',
1351             isa => HashRef[Str],
1352             init_arg => undef,
1353             default => sub { {
1354             hm => 'h:mm',
1355             hms => 'h:mm:ss',
1356             ms => 'm:ss',
1357             } }
1358             );
1359              
1360             has 'units' => (
1361             is => 'ro',
1362             isa => HashRef[HashRef[HashRef[Str]]],
1363             init_arg => undef,
1364             default => sub { {
1365             'long' => {
1366             '' => {
1367             'name' => q(အရပ် လေးမျက်နှာ),
1368             },
1369             'acre' => {
1370             'name' => q(ဧက),
1371             'other' => q({0} ဧက),
1372             },
1373             'acre-foot' => {
1374             'name' => q(ဧက-ပေ),
1375             'other' => q({0} ဧက-ပေ),
1376             },
1377             'ampere' => {
1378             'name' => q(အမ်ပီယာ),
1379             'other' => q({0} အမ်ပီယာ),
1380             },
1381             'arc-minute' => {
1382             'name' => q(မိနစ်),
1383             'other' => q({0} မိနစ်),
1384             },
1385             'arc-second' => {
1386             'name' => q(စက္ကန့်),
1387             'other' => q({0} စက္ကန့်),
1388             },
1389             'astronomical-unit' => {
1390             'name' => q(နက်ခတ်တဗဒေယူနဈ),
1391             'other' => q({0} နက်ခတ်တဗဒေယူနဈ),
1392             },
1393             'atmosphere' => {
1394             'name' => q(ကမ္ဘာ့လေထု),
1395             'other' => q({0} ကမ္ဘာ့လေထု),
1396             },
1397             'bit' => {
1398             'name' => q(ဘစ်),
1399             'other' => q({0} ဘစ်),
1400             },
1401             'byte' => {
1402             'name' => q(ဘိုက်),
1403             'other' => q({0} ဘိုက်),
1404             },
1405             'calorie' => {
1406             'name' => q(ကယ်လိုရီ),
1407             'other' => q({0} ကယ်လိုရီ),
1408             },
1409             'carat' => {
1410             'name' => q(ကာရက်),
1411             'other' => q({0} ကာရက်),
1412             },
1413             'celsius' => {
1414             'name' => q(ဒီဂရီ စင်တီဂရိတ်),
1415             'other' => q({0} ဒီဂရီ စင်တီဂရိတ်),
1416             },
1417             'centiliter' => {
1418             'name' => q(စင်တီလီတာ),
1419             'other' => q({0} စင်တီလီတာ),
1420             },
1421             'centimeter' => {
1422             'name' => q(စင်တီမီတာ),
1423             'other' => q({0} စင်တီမီတာ),
1424             'per' => q(တစ်စင်တီမီလာလျှင် {0}),
1425             },
1426             'century' => {
1427             'name' => q(ရာစုနှစ်),
1428             'other' => q({0} ရာစုနှစ်),
1429             },
1430             'coordinate' => {
1431             'east' => q({0} အရှေ့),
1432             'north' => q({0} မြောက်),
1433             'south' => q({0} တောင်),
1434             'west' => q({0} အနောက်),
1435             },
1436             'cubic-centimeter' => {
1437             'name' => q(ကုဗစင်တီမီတာ),
1438             'other' => q({0} ကုဗစင်တီမီတာ),
1439             'per' => q(တစ်ကုဗစင်တီမီတာလျှင် {0}),
1440             },
1441             'cubic-foot' => {
1442             'name' => q(ကုဗပေ),
1443             'other' => q({0} ကုဗပေ),
1444             },
1445             'cubic-inch' => {
1446             'name' => q(ကုဗလက်မ),
1447             'other' => q({0} ကုဗလက်မ),
1448             },
1449             'cubic-kilometer' => {
1450             'name' => q(ကုဗကီလိုမီတာ),
1451             'other' => q({0} ကုဗကီလိုမီတာ),
1452             },
1453             'cubic-meter' => {
1454             'name' => q(ကုဗမီတာ),
1455             'other' => q({0} ကုဗမီတာ),
1456             'per' => q(တစ်ကုဗမီတာလျှင် {0}),
1457             },
1458             'cubic-mile' => {
1459             'name' => q(ကုဗမိုင်),
1460             'other' => q({0} ကုဗမိုင်),
1461             },
1462             'cubic-yard' => {
1463             'name' => q(ကုဗကိုက်),
1464             'other' => q({0} ကုဗကိုက်),
1465             },
1466             'cup' => {
1467             'name' => q(ခွက်),
1468             'other' => q({0} ခွက်),
1469             },
1470             'cup-metric' => {
1471             'name' => q(မထ္ထရစ် ခွက်),
1472             'other' => q({0} မထ္ထရစ် ခွက်),
1473             },
1474             'day' => {
1475             'name' => q(ရက်),
1476             'other' => q({0} ရက်),
1477             'per' => q(တစ်ရက်လျှင် {0}),
1478             },
1479             'deciliter' => {
1480             'name' => q(ဒက်စီလီတာ),
1481             'other' => q({0} ဒက်စီလီတာ),
1482             },
1483             'decimeter' => {
1484             'name' => q(ဒက်စီမီတာ),
1485             'other' => q({0} ဒက်စီမီတာ),
1486             },
1487             'degree' => {
1488             'name' => q(ဒီဂရီ),
1489             'other' => q({0} ဒီဂရီ),
1490             },
1491             'fahrenheit' => {
1492             'name' => q(ဒီဂရီ ဖာရင်ဟိုက်),
1493             'other' => q({0} ဒီဂရီ ဖာရင်ဟိုက်),
1494             },
1495             'fluid-ounce' => {
1496             'name' => q(အရည်အောင်စ),
1497             'other' => q({0} အရည်အောင်စ),
1498             },
1499             'foodcalorie' => {
1500             'name' => q(ကယ်လိုရီ),
1501             'other' => q({0} ကယ်လိုရီ),
1502             },
1503             'foot' => {
1504             'name' => q(ပေ),
1505             'other' => q({0} ပေ),
1506             'per' => q(တစ်ပေလျှင် {0}),
1507             },
1508             'g-force' => {
1509             'name' => q(ဆွဲငင်အား),
1510             'other' => q({0} ဆွဲငင်အား),
1511             },
1512             'gallon' => {
1513             'name' => q(ဂါလံ),
1514             'other' => q({0} ဂါလံ),
1515             'per' => q(တစ်ဂါလံလျှင် {0}),
1516             },
1517             'gallon-imperial' => {
1518             'name' => q(ယူကေ ဂါလံ),
1519             'other' => q({0} ယူကေ ဂါလံ),
1520             'per' => q(တစ် ယူကေ ဂါလံလျှင် {0}),
1521             },
1522             'generic' => {
1523             'name' => q(°),
1524             'other' => q({0}°),
1525             },
1526             'gigabit' => {
1527             'name' => q(ဂစ်ဂါဘစ်),
1528             'other' => q({0} ဂစ်ဂါဘစ်),
1529             },
1530             'gigabyte' => {
1531             'name' => q(ဂစ်ဂါဘိုက်),
1532             'other' => q({0} ဂစ်ဂါဘိုက်),
1533             },
1534             'gigahertz' => {
1535             'name' => q(ဂီဂါဟတ်ဇ်),
1536             'other' => q({0} ဂီဂါဟတ်ဇ်),
1537             },
1538             'gigawatt' => {
1539             'name' => q(ဂစ်ဂါဝပ်),
1540             'other' => q({0} ဂစ်ဂါဝပ်),
1541             },
1542             'gram' => {
1543             'name' => q(ဂရမ်),
1544             'other' => q({0} ဂရမ်),
1545             'per' => q(တစ်ဂရမ်လျှင် {0}),
1546             },
1547             'hectare' => {
1548             'name' => q(ဟက်တာ),
1549             'other' => q({0} ဟက်တာ),
1550             },
1551             'hectoliter' => {
1552             'name' => q(ဟက်တိုလီတာ),
1553             'other' => q({0} ဟက်တိုမီတာ),
1554             },
1555             'hectopascal' => {
1556             'name' => q(ဟက်တိုပါစကယ်),
1557             'other' => q({0} ဟက်တိုပါစကယ်),
1558             },
1559             'hertz' => {
1560             'name' => q(ဟတ်ဇ်),
1561             'other' => q({0} ဟတ်ဇ်),
1562             },
1563             'horsepower' => {
1564             'name' => q(မြင်းကောင်ရေအား),
1565             'other' => q({0} မြင်းကောင်ရေအား),
1566             },
1567             'hour' => {
1568             'name' => q(နာရီ),
1569             'other' => q({0} နာရီ),
1570             'per' => q(တစ်နာရီလျှင် {0}),
1571             },
1572             'inch' => {
1573             'name' => q(လက်မ),
1574             'other' => q({0} လက်မ),
1575             'per' => q(တစ်လက်မလျှင် {0}),
1576             },
1577             'inch-hg' => {
1578             'name' => q(ပြဒါးလက်မ),
1579             'other' => q({0} ပြဒါးလက်မ),
1580             },
1581             'joule' => {
1582             'name' => q(ဂျူးလ်),
1583             'other' => q({0} ဂျူးလ်),
1584             },
1585             'karat' => {
1586             'name' => q(ကာရက်),
1587             'other' => q({0} ကာရက်),
1588             },
1589             'kelvin' => {
1590             'name' => q(ကယ်လ်ဗင်),
1591             'other' => q({0} ကယ်လ်ဗင်),
1592             },
1593             'kilobit' => {
1594             'name' => q(ကီလိုဘစ်),
1595             'other' => q({0} ကီလိုဘစ်),
1596             },
1597             'kilobyte' => {
1598             'name' => q(ကီလိုဘိုက်),
1599             'other' => q({0} ကီလိုဘိုက်),
1600             },
1601             'kilocalorie' => {
1602             'name' => q(ကီလိုကယ်လိုရီ),
1603             'other' => q({0} ကီလိုကယ်လိုရီ),
1604             },
1605             'kilogram' => {
1606             'name' => q(ကီလိုဂရမ်),
1607             'other' => q({0} ကီလိုဂရမ်),
1608             'per' => q(တစ်ကီလိုဂရမ်လျှင် {0}),
1609             },
1610             'kilohertz' => {
1611             'name' => q(ကီလိုဟတ်ဇ်),
1612             'other' => q({0} ကီလိုဟတ်ဇ်),
1613             },
1614             'kilojoule' => {
1615             'name' => q(ကီလိုဂျူးလ်),
1616             'other' => q({0} ကီလိုဂျူးလ်),
1617             },
1618             'kilometer' => {
1619             'name' => q(ကီလိုမီတာ),
1620             'other' => q({0} ကီလိုမီတာ),
1621             'per' => q(တစ်ကီလိုမီတာလျှင် {0}),
1622             },
1623             'kilometer-per-hour' => {
1624             'name' => q(ကီလိုမီတာ/နာရီ),
1625             'other' => q(တစ်နာရီလျှင် {0} ကီလိုမီတာ),
1626             },
1627             'kilowatt' => {
1628             'name' => q(ကီလိုဝပ်),
1629             'other' => q({0} ကီလိုဝပ်),
1630             },
1631             'kilowatt-hour' => {
1632             'name' => q(ကီလိုဝပ်-နာရီ),
1633             'other' => q({0} ကီလိုဝပ်-နာရီ),
1634             },
1635             'knot' => {
1636             'name' => q(နော့တီကယ်မိုင်),
1637             'other' => q({0} နော့တီကယ်မိုင်),
1638             },
1639             'light-year' => {
1640             'name' => q(အလင်းနှစ်),
1641             'other' => q({0} အလင်းနှစ်),
1642             },
1643             'liter' => {
1644             'name' => q(လီတာ),
1645             'other' => q({0} လီတာ),
1646             'per' => q(တစ်လီတာလျှင် {0}),
1647             },
1648             'liter-per-100kilometers' => {
1649             'name' => q(တစ်ရာကီလိုမီတာရှိ လီတာ),
1650             'other' => q(တစ်ရာကီလိုမီတာရှိ {0} လီတာ),
1651             },
1652             'liter-per-kilometer' => {
1653             'name' => q(တစ်ကီလိုမီတာရှိ လီတာ),
1654             'other' => q(တစ်ကီလိုမီတာရှိ {0} လီတာ),
1655             },
1656             'lux' => {
1657             'name' => q(လတ်ခ်),
1658             'other' => q({0} လတ်ခ်),
1659             },
1660             'megabit' => {
1661             'name' => q(မီဂါဘစ်),
1662             'other' => q({0} မီဂါဘစ်),
1663             },
1664             'megabyte' => {
1665             'name' => q(မီဂါဘိုက်),
1666             'other' => q({0} မီဂါဘိုက်),
1667             },
1668             'megahertz' => {
1669             'name' => q(မီဂါဟတ်ဇ်),
1670             'other' => q({0} မီဂါဟတ်ဇ်),
1671             },
1672             'megaliter' => {
1673             'name' => q(မီဂါလီတာ),
1674             'other' => q({0} မီဂါလီတာ),
1675             },
1676             'megawatt' => {
1677             'name' => q(မီဂါဝပ်),
1678             'other' => q({0} မီဂါဝပ်),
1679             },
1680             'meter' => {
1681             'name' => q(မီတာ),
1682             'other' => q({0} မီတာ),
1683             'per' => q(တစ်မီတာလျှင် {0}),
1684             },
1685             'meter-per-second' => {
1686             'name' => q(မီတာ/စက္ကန့်),
1687             'other' => q(တစ်စက္ကန့်လျှင် {0} မီတာ),
1688             },
1689             'meter-per-second-squared' => {
1690             'name' => q(မီတာ/စက္ကန့်နှစ်ထပ်ကိန်း),
1691             'other' => q({0} မီတာ/စက္ကန့်နှစ်ထပ်ကိန်း),
1692             },
1693             'metric-ton' => {
1694             'name' => q(မက်ထရစ်တန်),
1695             'other' => q({0} မက်ထရစ်တန်),
1696             },
1697             'microgram' => {
1698             'name' => q(မိုက်ခရို ဂရမ်),
1699             'other' => q({0} မိုက်ခရို ဂရမ်),
1700             },
1701             'micrometer' => {
1702             'name' => q(မိုက်ခရိုမီတာ),
1703             'other' => q({0} မိုက်ခရိုမီတာ),
1704             },
1705             'microsecond' => {
1706             'name' => q(မိုက်ခရိုစက္ကန့်),
1707             'other' => q({0} မိုက်ခရိုစက္ကန့်),
1708             },
1709             'mile' => {
1710             'name' => q(မိုင်),
1711             'other' => q({0} မိုင်),
1712             },
1713             'mile-per-gallon' => {
1714             'name' => q(တစ်ဂါလံ မိုင်နှုန်း),
1715             'other' => q(တစ်ဂါလံလျှင် {0} မိုင်),
1716             },
1717             'mile-per-gallon-imperial' => {
1718             'name' => q(ယူကေတစ်ဂါလံ မိုင်နှုန်း),
1719             'other' => q(ယူကေတစ်ဂါလံလျှင် {0} မိုင်),
1720             },
1721             'mile-per-hour' => {
1722             'name' => q(မိုင်/နာရီ),
1723             'other' => q(တစ်နာရီလျှင် {0} မိုင်),
1724             },
1725             'mile-scandinavian' => {
1726             'name' => q(စကင်ဒီနေဗီးယန်း မိုင်),
1727             'other' => q({0} စကင်ဒီနေဗီးယန်း မိုင်),
1728             },
1729             'milliampere' => {
1730             'name' => q(မီလီအမ်ပီယာ),
1731             'other' => q({0} မီလီအမ်ပီယာ),
1732             },
1733             'millibar' => {
1734             'name' => q(မီလီဘား),
1735             'other' => q({0} မီလီဘား),
1736             },
1737             'milligram' => {
1738             'name' => q(မီလီဂရမ်),
1739             'other' => q({0} မီလီဂရမ်),
1740             },
1741             'milligram-per-deciliter' => {
1742             'name' => q(တစ်ဒက်စီလီတာရှိ မီလီဂရမ်),
1743             'other' => q(တစ်ဒက်စီလီတာရှိ {0} မီလီဂရမ်),
1744             },
1745             'milliliter' => {
1746             'name' => q(မီလီလီတာ),
1747             'other' => q({0} မီလီလီတာ),
1748             },
1749             'millimeter' => {
1750             'name' => q(မီလီမီတာ),
1751             'other' => q({0} မီလီမီတာ),
1752             },
1753             'millimeter-of-mercury' => {
1754             'name' => q(ပြဒါးမီလီမီတာ),
1755             'other' => q({0} ပြဒါးမီလီမီတာ),
1756             },
1757             'millimole-per-liter' => {
1758             'name' => q(တစ်လီတာရှိ မီလီမိုးလ်),
1759             'other' => q(တစ်လီတာရှိ {0} မီလီမိုးလ်),
1760             },
1761             'millisecond' => {
1762             'name' => q(မီလီစက္ကန့်),
1763             'other' => q({0} မီလီစက္ကန့်),
1764             },
1765             'milliwatt' => {
1766             'name' => q(မီလီဝပ်),
1767             'other' => q({0} မီလီဝပ်),
1768             },
1769             'minute' => {
1770             'name' => q(မိနစ်),
1771             'other' => q({0} မိနစ်),
1772             'per' => q(တစ်မိနစ်လျှင် {0}),
1773             },
1774             'month' => {
1775             'name' => q(လ),
1776             'other' => q({0} လ),
1777             'per' => q(တစ်လလျှင် {0}),
1778             },
1779             'nanometer' => {
1780             'name' => q(နာနိုမီတာ),
1781             'other' => q({0} နာနိုမီတာ),
1782             },
1783             'nanosecond' => {
1784             'name' => q(နာနိုစက္ကန့်),
1785             'other' => q({0} နာနိုစက္ကန့်),
1786             },
1787             'nautical-mile' => {
1788             'name' => q(ရေမိုင်),
1789             'other' => q({0} ရေမိုင်),
1790             },
1791             'ohm' => {
1792             'name' => q(အုမ်း),
1793             'other' => q({0} အုမ်း),
1794             },
1795             'ounce' => {
1796             'name' => q(အောင်စ),
1797             'other' => q({0} အောင်စ),
1798             'per' => q(တစ်အောင်စလျှင် {0}),
1799             },
1800             'ounce-troy' => {
1801             'name' => q(ထရိုအောင်စ),
1802             'other' => q({0} ထရိုအောင်စ),
1803             },
1804             'parsec' => {
1805             'name' => q(ပါစက်ခ်),
1806             'other' => q({0} ပါစက်ခ်),
1807             },
1808             'part-per-million' => {
1809             'name' => q(တစ်သန်းပုံ တစ်ပုံ),
1810             'other' => q(တစ်သန်းပုံ {0} ပုံ),
1811             },
1812             'per' => {
1813             '1' => q(တစ်{1} လျှင် {0}),
1814             },
1815             'percent' => {
1816             'name' => q(ရာခိုင်နှုန်း),
1817             'other' => q({0} ရာခိုင်နှုန်း),
1818             },
1819             'permille' => {
1820             'name' => q(ထောင်လီစိတ်),
1821             'other' => q({0} ထောင်လီစိတ်),
1822             },
1823             'petabyte' => {
1824             'name' => q(ပက်တာဘိုက်),
1825             'other' => q({0} ပက်တာဘိုက်),
1826             },
1827             'picometer' => {
1828             'name' => q(ပီကိုမီတာ),
1829             'other' => q({0} ပီကိုမီတာ),
1830             },
1831             'pint' => {
1832             'name' => q(ပိုင့်),
1833             'other' => q({0} ပိုင့်),
1834             },
1835             'pint-metric' => {
1836             'name' => q(မထ္ထရစ် ပိုင့်),
1837             'other' => q({0} မထ္ထရစ် ပိုင့်),
1838             },
1839             'point' => {
1840             'name' => q(ပွိုင့်),
1841             'other' => q({0} ပွိုင့်),
1842             },
1843             'pound' => {
1844             'name' => q(ပေါင်),
1845             'other' => q({0} ပေါင်),
1846             'per' => q(တစ်ပေါင်လျှင် {0}),
1847             },
1848             'pound-per-square-inch' => {
1849             'name' => q(ပေါင်/စတုရန်းလက်မ),
1850             'other' => q(တစ်စတုရန်းလက်မလျှင် {0} ပေါင်),
1851             },
1852             'quart' => {
1853             'name' => q(ကွတ်),
1854             'other' => q({0} ကွတ်),
1855             },
1856             'radian' => {
1857             'name' => q(ရေဒီယဲန်း),
1858             'other' => q({0} ရေဒီယဲန်း),
1859             },
1860             'revolution' => {
1861             'name' => q(လည်ပတ်ခြင်း),
1862             'other' => q({0} လည်ပတ်ခြင်း),
1863             },
1864             'second' => {
1865             'name' => q(စက္ကန့်),
1866             'other' => q({0} စက္ကန့်),
1867             'per' => q(တစ်စက္ကန့်လျှင် {0}),
1868             },
1869             'square-centimeter' => {
1870             'name' => q(စတုရန်းစင်တီမီတာ),
1871             'other' => q({0} စတုရန်းစင်တီမီတာ),
1872             'per' => q(တစ်စတုရန်းစင်တီမီတာလျှင် {0}),
1873             },
1874             'square-foot' => {
1875             'name' => q(စတုရန်းပေ),
1876             'other' => q({0} စတုရန်းပေ),
1877             },
1878             'square-inch' => {
1879             'name' => q(စတုရန်းလက်မ),
1880             'other' => q({0} စတုရန်းလက်မ),
1881             'per' => q(တစ်စတုရန်းလက်မလျှင် {0}),
1882             },
1883             'square-kilometer' => {
1884             'name' => q(စတုရန်းကီလိုမီတာ),
1885             'other' => q({0} စတုရန်းကီလိုမီတာ),
1886             'per' => q(တစ်စတုရန်းကီလိုမီတာလျှင် {0}),
1887             },
1888             'square-meter' => {
1889             'name' => q(စတုရန်းမီတာ),
1890             'other' => q({0} စတုရန်းမီတာ),
1891             'per' => q(တစ်စတုရန်းမီတာလျှင် {0}),
1892             },
1893             'square-mile' => {
1894             'name' => q(စတုရန်းမိုင်),
1895             'other' => q({0} စတုရန်းမိုင်),
1896             'per' => q(တစ်စတုရန်းမိုင်လျှင် {0}),
1897             },
1898             'square-yard' => {
1899             'name' => q(စတုရန်းကိုက်),
1900             'other' => q({0} စတုရန်းကိုက်),
1901             },
1902             'tablespoon' => {
1903             'name' => q(စားပွဲဇွန်း),
1904             'other' => q(စားပွဲဇွန်း {0} ဇွန်း),
1905             },
1906             'teaspoon' => {
1907             'name' => q(လက်ဖက်ရည်ဇွန်း),
1908             'other' => q(လက်ဖက်ရည်ဇွန်း {0} ဇွန်း),
1909             },
1910             'terabit' => {
1911             'name' => q(တယ်ရာဘစ်),
1912             'other' => q({0} တယ်ရာဘစ်),
1913             },
1914             'terabyte' => {
1915             'name' => q(တယ်ရာဘိုက်),
1916             'other' => q({0} တယ်ရာဘိုက်),
1917             },
1918             'ton' => {
1919             'name' => q(တန်),
1920             'other' => q({0} တန်),
1921             },
1922             'volt' => {
1923             'name' => q(ဗို့),
1924             'other' => q({0} ဗို့),
1925             },
1926             'watt' => {
1927             'name' => q(ဝပ်),
1928             'other' => q({0} ဝပ်),
1929             },
1930             'week' => {
1931             'name' => q(ပတ်),
1932             'other' => q({0} ပတ်),
1933             'per' => q(တစ်ပတ်လျှင် {0}),
1934             },
1935             'yard' => {
1936             'name' => q(ကိုက်),
1937             'other' => q({0} ကိုက်),
1938             },
1939             'year' => {
1940             'name' => q(နှစ်),
1941             'other' => q({0} နှစ်),
1942             'per' => q(တစ်နှစ်လျှင် {0}),
1943             },
1944             },
1945             'narrow' => {
1946             '' => {
1947             'name' => q(လမ်းကြောင်း),
1948             },
1949             'acre' => {
1950             'other' => q({0} ac),
1951             },
1952             'arc-minute' => {
1953             'other' => q({0}′),
1954             },
1955             'arc-second' => {
1956             'other' => q({0}″),
1957             },
1958             'celsius' => {
1959             'name' => q(°C),
1960             'other' => q({0}°C),
1961             },
1962             'centimeter' => {
1963             'name' => q(cm),
1964             'other' => q({0} cm),
1965             },
1966             'coordinate' => {
1967             'east' => q({0}E),
1968             'north' => q({0}N),
1969             'south' => q({0}S),
1970             'west' => q({0}W),
1971             },
1972             'cubic-kilometer' => {
1973             'other' => q({0} km³),
1974             },
1975             'cubic-mile' => {
1976             'other' => q({0} mi³),
1977             },
1978             'day' => {
1979             'name' => q(ရက်),
1980             'other' => q({0} ရက်),
1981             },
1982             'degree' => {
1983             'other' => q({0}°),
1984             },
1985             'fahrenheit' => {
1986             'other' => q({0}°F),
1987             },
1988             'foot' => {
1989             'other' => q({0} '),
1990             },
1991             'g-force' => {
1992             'other' => q({0} G),
1993             },
1994             'gram' => {
1995             'name' => q(ဂရမ်),
1996             'other' => q({0} g),
1997             },
1998             'hectare' => {
1999             'other' => q({0} ha),
2000             },
2001             'hectopascal' => {
2002             'other' => q({0} hPa),
2003             },
2004             'horsepower' => {
2005             'other' => q({0} hp),
2006             },
2007             'hour' => {
2008             'name' => q(နာရီ),
2009             'other' => q({0} နာရီ),
2010             },
2011             'inch' => {
2012             'other' => q({0} ″),
2013             },
2014             'inch-hg' => {
2015             'other' => q({0} inHg),
2016             },
2017             'kilogram' => {
2018             'name' => q(ကီလိုဂရမ်),
2019             'other' => q({0} kg),
2020             },
2021             'kilometer' => {
2022             'name' => q(km),
2023             'other' => q({0}km),
2024             },
2025             'kilometer-per-hour' => {
2026             'name' => q(ကီလိုမီတာ/နာရီ),
2027             'other' => q({0} km/h),
2028             },
2029             'kilowatt' => {
2030             'other' => q({0} kW),
2031             },
2032             'light-year' => {
2033             'other' => q({0} အလင်းနှစ်),
2034             },
2035             'liter' => {
2036             'name' => q(လီတာ),
2037             'other' => q({0}L),
2038             },
2039             'liter-per-100kilometers' => {
2040             'name' => q(L/100km),
2041             'other' => q({0} L/100km),
2042             },
2043             'meter' => {
2044             'name' => q(m),
2045             'other' => q({0} m),
2046             },
2047             'meter-per-second' => {
2048             'other' => q({0} m/s),
2049             },
2050             'mile' => {
2051             'other' => q({0}မိုင်),
2052             },
2053             'mile-per-hour' => {
2054             'other' => q({0} mi/h),
2055             },
2056             'millibar' => {
2057             'other' => q({0} mbar),
2058             },
2059             'millimeter' => {
2060             'name' => q(mm),
2061             'other' => q({0} mm),
2062             },
2063             'millisecond' => {
2064             'name' => q(မီလီစက္ကန့်),
2065             'other' => q({0} ms),
2066             },
2067             'minute' => {
2068             'name' => q(မိနစ်),
2069             'other' => q({0} မိနစ်),
2070             },
2071             'month' => {
2072             'name' => q(လ),
2073             'other' => q({0} လ),
2074             },
2075             'ounce' => {
2076             'other' => q({0} oz),
2077             },
2078             'per' => {
2079             '1' => q({0}/{1}),
2080             },
2081             'percent' => {
2082             'name' => q(%),
2083             'other' => q({0}%),
2084             },
2085             'picometer' => {
2086             'other' => q({0} pm),
2087             },
2088             'pound' => {
2089             'other' => q({0} lb),
2090             },
2091             'second' => {
2092             'name' => q(စက္ကန့်),
2093             'other' => q({0} s),
2094             },
2095             'square-foot' => {
2096             'other' => q({0} ft²),
2097             },
2098             'square-kilometer' => {
2099             'other' => q({0} km²),
2100             },
2101             'square-meter' => {
2102             'other' => q({0} m²),
2103             },
2104             'square-mile' => {
2105             'other' => q({0} mi²),
2106             },
2107             'watt' => {
2108             'other' => q({0} W),
2109             },
2110             'week' => {
2111             'name' => q(ပတ်),
2112             'other' => q({0} ပတ်),
2113             },
2114             'yard' => {
2115             'other' => q({0} ကိုက်),
2116             },
2117             'year' => {
2118             'name' => q(နှစ်),
2119             'other' => q({0} နှစ်),
2120             },
2121             },
2122             'short' => {
2123             '' => {
2124             'name' => q(လမ်းကြောင်း),
2125             },
2126             'acre' => {
2127             'name' => q(ဧက),
2128             'other' => q({0} ac),
2129             },
2130             'acre-foot' => {
2131             'name' => q(ဧက-ပေ),
2132             'other' => q({0} ac ft),
2133             },
2134             'ampere' => {
2135             'name' => q(အမ်ပီယာ),
2136             'other' => q({0} A),
2137             },
2138             'arc-minute' => {
2139             'name' => q(မိနစ်),
2140             'other' => q({0}′),
2141             },
2142             'arc-second' => {
2143             'name' => q(စက္ကန့်),
2144             'other' => q({0}″),
2145             },
2146             'astronomical-unit' => {
2147             'name' => q(နက်ခတ်တဗဒေယူနဈ),
2148             'other' => q({0} au),
2149             },
2150             'atmosphere' => {
2151             'name' => q(atm),
2152             'other' => q({0} atm),
2153             },
2154             'bit' => {
2155             'name' => q(ဘစ်),
2156             'other' => q({0} bit),
2157             },
2158             'byte' => {
2159             'name' => q(ဘိုက်),
2160             'other' => q({0} byte),
2161             },
2162             'calorie' => {
2163             'name' => q(ကယ်လိုရီ),
2164             'other' => q({0} cal),
2165             },
2166             'carat' => {
2167             'name' => q(ကာရက်),
2168             'other' => q({0} CD),
2169             },
2170             'celsius' => {
2171             'name' => q(°C),
2172             'other' => q({0}°C),
2173             },
2174             'centiliter' => {
2175             'name' => q(စင်တီလီတာ),
2176             'other' => q({0} cL),
2177             },
2178             'centimeter' => {
2179             'name' => q(cm),
2180             'other' => q({0} cm),
2181             'per' => q({0}/cm),
2182             },
2183             'century' => {
2184             'name' => q(ရာစု),
2185             'other' => q({0} ရာစု),
2186             },
2187             'coordinate' => {
2188             'east' => q({0} E),
2189             'north' => q({0} N),
2190             'south' => q({0} S),
2191             'west' => q({0} W),
2192             },
2193             'cubic-centimeter' => {
2194             'name' => q(ကုဗစင်တီမီတာ),
2195             'other' => q({0} cm³),
2196             'per' => q({0}/cm³),
2197             },
2198             'cubic-foot' => {
2199             'name' => q(ကုဗပေ),
2200             'other' => q({0} ft³),
2201             },
2202             'cubic-inch' => {
2203             'name' => q(ကုဗလက်မ),
2204             'other' => q({0} in³),
2205             },
2206             'cubic-kilometer' => {
2207             'name' => q(ကုဗကီလိုမီတာ),
2208             'other' => q({0} km³),
2209             },
2210             'cubic-meter' => {
2211             'name' => q(ကုဗမီတာ),
2212             'other' => q({0} m³),
2213             'per' => q({0}/m³),
2214             },
2215             'cubic-mile' => {
2216             'name' => q(ကုဗမိုင်),
2217             'other' => q({0} mi³),
2218             },
2219             'cubic-yard' => {
2220             'name' => q(ကုဗကိုက်),
2221             'other' => q({0} yd³),
2222             },
2223             'cup' => {
2224             'name' => q(ခွက်),
2225             'other' => q({0} c),
2226             },
2227             'cup-metric' => {
2228             'name' => q(မထ္ထရစ်ခွက်),
2229             'other' => q({0} mc),
2230             },
2231             'day' => {
2232             'name' => q(ရက်),
2233             'other' => q({0} ရက်),
2234             'per' => q({0}/ ရက်),
2235             },
2236             'deciliter' => {
2237             'name' => q(ဒက်စီလီတာ),
2238             'other' => q({0} dL),
2239             },
2240             'decimeter' => {
2241             'name' => q(dm),
2242             'other' => q({0} dm),
2243             },
2244             'degree' => {
2245             'name' => q(ဒီဂရီ),
2246             'other' => q({0} deg),
2247             },
2248             'fahrenheit' => {
2249             'name' => q(°F),
2250             'other' => q({0}°F),
2251             },
2252             'fluid-ounce' => {
2253             'name' => q(အရည်အောင်စ),
2254             'other' => q({0} fl oz),
2255             },
2256             'foodcalorie' => {
2257             'name' => q(ကယ်လိုရီ),
2258             'other' => q({0} Cal),
2259             },
2260             'foot' => {
2261             'name' => q(ပေ),
2262             'other' => q({0} ပေ),
2263             'per' => q({0}/ပေ),
2264             },
2265             'g-force' => {
2266             'name' => q(ဆွဲငင်အား),
2267             'other' => q({0} G),
2268             },
2269             'gallon' => {
2270             'name' => q(ဂါလံ),
2271             'other' => q({0} ဂါလံ),
2272             'per' => q({0}/gal US),
2273             },
2274             'gallon-imperial' => {
2275             'name' => q(ယူကဂေါလံ),
2276             'other' => q({0} ယူကဂေါလံ),
2277             'per' => q({0}/gal Imp.),
2278             },
2279             'generic' => {
2280             'name' => q(°),
2281             'other' => q({0}°),
2282             },
2283             'gigabit' => {
2284             'name' => q(ဂစ်ဂါဘစ်),
2285             'other' => q({0} Gb),
2286             },
2287             'gigabyte' => {
2288             'name' => q(ဂစ်ဂါဘိုက်),
2289             'other' => q({0} GB),
2290             },
2291             'gigahertz' => {
2292             'name' => q(ဂီဂါဟတ်ဇ်),
2293             'other' => q({0} GHz),
2294             },
2295             'gigawatt' => {
2296             'name' => q(ဂစ်ဂါဝပ်),
2297             'other' => q({0} GW),
2298             },
2299             'gram' => {
2300             'name' => q(ဂရမ်),
2301             'other' => q({0} g),
2302             'per' => q({0}/g),
2303             },
2304             'hectare' => {
2305             'name' => q(ဟက်တာ),
2306             'other' => q({0} ha),
2307             },
2308             'hectoliter' => {
2309             'name' => q(ဟက်တိုလီတာ),
2310             'other' => q({0} hL),
2311             },
2312             'hectopascal' => {
2313             'name' => q(hPa),
2314             'other' => q({0} hPa),
2315             },
2316             'hertz' => {
2317             'name' => q(Hz),
2318             'other' => q({0} Hz),
2319             },
2320             'horsepower' => {
2321             'name' => q(hp),
2322             'other' => q({0} hp),
2323             },
2324             'hour' => {
2325             'name' => q(နာရီ),
2326             'other' => q({0} နာရီ),
2327             'per' => q({0}/ နာရီ),
2328             },
2329             'inch' => {
2330             'name' => q(လက်မ),
2331             'other' => q({0} လက်မ),
2332             'per' => q({0}/လက်မ),
2333             },
2334             'inch-hg' => {
2335             'name' => q(inHg),
2336             'other' => q({0} inHg),
2337             },
2338             'joule' => {
2339             'name' => q(ဂျူးလ်),
2340             'other' => q({0} J),
2341             },
2342             'karat' => {
2343             'name' => q(ကာရက်),
2344             'other' => q({0} kt),
2345             },
2346             'kelvin' => {
2347             'name' => q(K),
2348             'other' => q({0} K),
2349             },
2350             'kilobit' => {
2351             'name' => q(ကီလိုဘစ်),
2352             'other' => q({0} kb),
2353             },
2354             'kilobyte' => {
2355             'name' => q(ကီလိုဘိုက်),
2356             'other' => q({0} kB),
2357             },
2358             'kilocalorie' => {
2359             'name' => q(ကီလိုကယ်လိုရီ),
2360             'other' => q({0} kcal),
2361             },
2362             'kilogram' => {
2363             'name' => q(ကီလိုဂရမ်),
2364             'other' => q({0} kg),
2365             'per' => q({0}/kg),
2366             },
2367             'kilohertz' => {
2368             'name' => q(kHz),
2369             'other' => q({0} kHz),
2370             },
2371             'kilojoule' => {
2372             'name' => q(ကီလိုဂျူးလ်),
2373             'other' => q({0} kJ),
2374             },
2375             'kilometer' => {
2376             'name' => q(km),
2377             'other' => q({0} km),
2378             'per' => q({0}/km),
2379             },
2380             'kilometer-per-hour' => {
2381             'name' => q(ကီလိုမီတာ/နာရီ),
2382             'other' => q({0} km/h),
2383             },
2384             'kilowatt' => {
2385             'name' => q(ကီလိုဝပ်),
2386             'other' => q({0} kW),
2387             },
2388             'kilowatt-hour' => {
2389             'name' => q(ကီလိုဝပ်-နာရီ),
2390             'other' => q({0} kWh),
2391             },
2392             'knot' => {
2393             'name' => q(kn),
2394             'other' => q({0} kn),
2395             },
2396             'light-year' => {
2397             'name' => q(အလင်းနှစ်),
2398             'other' => q({0} အလင်းနှစ်),
2399             },
2400             'liter' => {
2401             'name' => q(လီတာ),
2402             'other' => q({0} လီတာ),
2403             'per' => q({0}/l),
2404             },
2405             'liter-per-100kilometers' => {
2406             'name' => q(တစ်ရာကီလိုမီတာရှိ လီတာ),
2407             'other' => q({0} L/100 km),
2408             },
2409             'liter-per-kilometer' => {
2410             'name' => q(လီတာ/ကီလိုမီတာ),
2411             'other' => q({0} L/km),
2412             },
2413             'lux' => {
2414             'name' => q(လတ်ခ်),
2415             'other' => q({0} lx),
2416             },
2417             'megabit' => {
2418             'name' => q(မီဂါဘစ်),
2419             'other' => q({0} Mb),
2420             },
2421             'megabyte' => {
2422             'name' => q(မီဂါဘိုက်),
2423             'other' => q({0} MB),
2424             },
2425             'megahertz' => {
2426             'name' => q(မီဂါဟတ်ဇ်),
2427             'other' => q({0} MHz),
2428             },
2429             'megaliter' => {
2430             'name' => q(မီဂါလီတာ),
2431             'other' => q({0} ML),
2432             },
2433             'megawatt' => {
2434             'name' => q(မီဂါဝပ်),
2435             'other' => q({0} MW),
2436             },
2437             'meter' => {
2438             'name' => q(m),
2439             'other' => q({0} m),
2440             'per' => q({0}/m),
2441             },
2442             'meter-per-second' => {
2443             'name' => q(မီတာ/စက္ကန့်),
2444             'other' => q({0} m/s),
2445             },
2446             'meter-per-second-squared' => {
2447             'name' => q(မီတာ/စက္ကန့်နှစ်ထပ်ကိန်း),
2448             'other' => q({0} m/s²),
2449             },
2450             'metric-ton' => {
2451             'name' => q(မက်ထရစ်တန်),
2452             'other' => q({0} t),
2453             },
2454             'microgram' => {
2455             'name' => q(µg),
2456             'other' => q({0} µg),
2457             },
2458             'micrometer' => {
2459             'name' => q(မိုက်ခရိုမီတာ),
2460             'other' => q({0} µm),
2461             },
2462             'microsecond' => {
2463             'name' => q(မိုက်ခရိုစက္ကန့်),
2464             'other' => q({0} μs),
2465             },
2466             'mile' => {
2467             'name' => q(မိုင်),
2468             'other' => q({0} မိုင်),
2469             },
2470             'mile-per-gallon' => {
2471             'name' => q(မိုင်/ဂါလန်),
2472             'other' => q({0} mpg),
2473             },
2474             'mile-per-gallon-imperial' => {
2475             'name' => q(mpg Imp.),
2476             'other' => q({0} mpg Imp.),
2477             },
2478             'mile-per-hour' => {
2479             'name' => q(မိုင်/နာရီ),
2480             'other' => q({0} mi/h),
2481             },
2482             'mile-scandinavian' => {
2483             'name' => q(smi),
2484             'other' => q({0} smi),
2485             },
2486             'milliampere' => {
2487             'name' => q(mA),
2488             'other' => q({0} mA),
2489             },
2490             'millibar' => {
2491             'name' => q(မီလီဘား),
2492             'other' => q({0} mbar),
2493             },
2494             'milligram' => {
2495             'name' => q(မီလီဂရမ်),
2496             'other' => q({0} mg),
2497             },
2498             'milligram-per-deciliter' => {
2499             'name' => q(mg/dL),
2500             'other' => q({0} mg/dL),
2501             },
2502             'milliliter' => {
2503             'name' => q(မီလီလီတာ),
2504             'other' => q({0} mL),
2505             },
2506             'millimeter' => {
2507             'name' => q(mm),
2508             'other' => q({0} mm),
2509             },
2510             'millimeter-of-mercury' => {
2511             'name' => q(mm Hg),
2512             'other' => q({0} mm Hg),
2513             },
2514             'millimole-per-liter' => {
2515             'name' => q(mmol/L),
2516             'other' => q({0} mmol/L),
2517             },
2518             'millisecond' => {
2519             'name' => q(မီလီစက္ကန့်),
2520             'other' => q({0} မီလီစက္ကန့်),
2521             },
2522             'milliwatt' => {
2523             'name' => q(မီလီဝပ်),
2524             'other' => q({0} mW),
2525             },
2526             'minute' => {
2527             'name' => q(မိနစ်),
2528             'other' => q({0} မိနစ်),
2529             'per' => q({0}/ မိနစ်),
2530             },
2531             'month' => {
2532             'name' => q(လ),
2533             'other' => q({0} လ),
2534             'per' => q({0}/ လ),
2535             },
2536             'nanometer' => {
2537             'name' => q(nm),
2538             'other' => q({0} nm),
2539             },
2540             'nanosecond' => {
2541             'name' => q(နာနိုစက္ကန့်),
2542             'other' => q({0} ns),
2543             },
2544             'nautical-mile' => {
2545             'name' => q(ရေမိုင်),
2546             'other' => q({0} nmi),
2547             },
2548             'ohm' => {
2549             'name' => q(အုမ်း),
2550             'other' => q({0} Ω),
2551             },
2552             'ounce' => {
2553             'name' => q(အောင်စ),
2554             'other' => q({0} oz),
2555             'per' => q({0}/oz),
2556             },
2557             'ounce-troy' => {
2558             'name' => q(ထရိုအောင်စ),
2559             'other' => q({0} oz t),
2560             },
2561             'parsec' => {
2562             'name' => q(ပါစက်ခ်),
2563             'other' => q({0} pc),
2564             },
2565             'part-per-million' => {
2566             'name' => q(တစ်သန်းပုံ တစ်ပုံ),
2567             'other' => q({0} ppm),
2568             },
2569             'per' => {
2570             '1' => q({0}/{1}),
2571             },
2572             'percent' => {
2573             'name' => q(%),
2574             'other' => q({0}%),
2575             },
2576             'permille' => {
2577             'name' => q(‰),
2578             'other' => q({0}‰),
2579             },
2580             'petabyte' => {
2581             'name' => q(PB),
2582             'other' => q({0} PB),
2583             },
2584             'picometer' => {
2585             'name' => q(pm),
2586             'other' => q({0} pm),
2587             },
2588             'pint' => {
2589             'name' => q(ပိုင့်),
2590             'other' => q({0} pt),
2591             },
2592             'pint-metric' => {
2593             'name' => q(မထ္ထရစ်ပိုင့်),
2594             'other' => q({0} mpt),
2595             },
2596             'point' => {
2597             'name' => q(ပွိုင့်),
2598             'other' => q({0} ပွိုင့်),
2599             },
2600             'pound' => {
2601             'name' => q(ပေါင်),
2602             'other' => q({0} lb),
2603             'per' => q({0}/lb),
2604             },
2605             'pound-per-square-inch' => {
2606             'name' => q(ပေါင်/စတုရန်းလက်မ),
2607             'other' => q({0} psi),
2608             },
2609             'quart' => {
2610             'name' => q(ကွတ်),
2611             'other' => q({0} qt),
2612             },
2613             'radian' => {
2614             'name' => q(ရေဒီယဲန်း),
2615             'other' => q({0} rad),
2616             },
2617             'revolution' => {
2618             'name' => q(rev),
2619             'other' => q({0} rev),
2620             },
2621             'second' => {
2622             'name' => q(စက္ကန့်),
2623             'other' => q({0} စက္ကန့်),
2624             'per' => q({0}/ စက္ကန့်),
2625             },
2626             'square-centimeter' => {
2627             'name' => q(စတုရန်းစင်တီမီတာ),
2628             'other' => q({0} cm²),
2629             'per' => q({0}/cm²),
2630             },
2631             'square-foot' => {
2632             'name' => q(စတုရန်းပေ),
2633             'other' => q({0} ft²),
2634             },
2635             'square-inch' => {
2636             'name' => q(စတုရန်းလက်မ),
2637             'other' => q({0} in²),
2638             'per' => q({0}/in²),
2639             },
2640             'square-kilometer' => {
2641             'name' => q(စတုရန်းကီလိုမီတာ),
2642             'other' => q({0} km²),
2643             'per' => q({0}/km²),
2644             },
2645             'square-meter' => {
2646             'name' => q(စတုရန်းမီတာ),
2647             'other' => q({0} m²),
2648             'per' => q({0}/m²),
2649             },
2650             'square-mile' => {
2651             'name' => q(စတုရန်းမိုင်),
2652             'other' => q({0} mi²),
2653             'per' => q({0}/mi²),
2654             },
2655             'square-yard' => {
2656             'name' => q(စတုရန်းကိုက်),
2657             'other' => q({0} yd²),
2658             },
2659             'tablespoon' => {
2660             'name' => q(စားပွဲဇွန်း),
2661             'other' => q({0} tbsp),
2662             },
2663             'teaspoon' => {
2664             'name' => q(လက်ဖက်ရည်ဇွန်း),
2665             'other' => q({0} tsp),
2666             },
2667             'terabit' => {
2668             'name' => q(တယ်ရာဘစ်),
2669             'other' => q({0} Tb),
2670             },
2671             'terabyte' => {
2672             'name' => q(တယ်ရာဘိုက်),
2673             'other' => q({0} TB),
2674             },
2675             'ton' => {
2676             'name' => q(တန်),
2677             'other' => q({0} tn),
2678             },
2679             'volt' => {
2680             'name' => q(ဗို့),
2681             'other' => q({0} V),
2682             },
2683             'watt' => {
2684             'name' => q(ဝပ်),
2685             'other' => q({0} W),
2686             },
2687             'week' => {
2688             'name' => q(ပတ်),
2689             'other' => q({0} ပတ်),
2690             'per' => q({0}/ ပတ်),
2691             },
2692             'yard' => {
2693             'name' => q(ကိုက်),
2694             'other' => q({0} ကိုက်),
2695             },
2696             'year' => {
2697             'name' => q(နှစ်),
2698             'other' => q({0} နှစ်),
2699             'per' => q({0}/ နှစ်),
2700             },
2701             },
2702             } }
2703             );
2704              
2705             has 'yesstr' => (
2706             is => 'ro',
2707             isa => RegexpRef,
2708             init_arg => undef,
2709             default => sub { qr'^(?i:Yes)$' }
2710             );
2711              
2712             has 'nostr' => (
2713             is => 'ro',
2714             isa => RegexpRef,
2715             init_arg => undef,
2716             default => sub { qr'^(?i:No)$' }
2717             );
2718              
2719             has 'listPatterns' => (
2720             is => 'ro',
2721             isa => HashRef,
2722             init_arg => undef,
2723             default => sub { {
2724             start => q({0} {1}),
2725             middle => q({0} {1}),
2726             end => q({0}နှင့် {1}),
2727             2 => q({0}နှင့် {1}),
2728             } }
2729             );
2730              
2731             has 'default_numbering_system' => (
2732             is => 'ro',
2733             isa => Str,
2734             init_arg => undef,
2735             default => 'mymr',
2736             );
2737              
2738             has native_numbering_system => (
2739             is => 'ro',
2740             isa => Str,
2741             init_arg => undef,
2742             default => 'mymr',
2743             );
2744              
2745             has 'minimum_grouping_digits' => (
2746             is =>'ro',
2747             isa => Int,
2748             init_arg => undef,
2749             default => 1,
2750             );
2751              
2752             has 'number_symbols' => (
2753             is => 'ro',
2754             isa => HashRef,
2755             init_arg => undef,
2756             default => sub { {
2757             'latn' => {
2758             'decimal' => q(.),
2759             'exponential' => q(E),
2760             'group' => q(,),
2761             'infinity' => q(∞),
2762             'list' => q(;),
2763             'minusSign' => q(-),
2764             'nan' => q(ဂဏန်းမဟုတ်သော),
2765             'perMille' => q(‰),
2766             'percentSign' => q(%),
2767             'plusSign' => q(+),
2768             'superscriptingExponent' => q(×),
2769             'timeSeparator' => q(:),
2770             },
2771             'mymr' => {
2772             'decimal' => q(.),
2773             'exponential' => q(E),
2774             'group' => q(,),
2775             'infinity' => q(∞),
2776             'list' => q(၊),
2777             'minusSign' => q(-),
2778             'nan' => q(ဂဏန်းမဟုတ်သော),
2779             'perMille' => q(‰),
2780             'percentSign' => q(%),
2781             'plusSign' => q(+),
2782             'superscriptingExponent' => q(×),
2783             },
2784             } }
2785             );
2786              
2787             has 'number_formats' => (
2788             is => 'ro',
2789             isa => HashRef,
2790             init_arg => undef,
2791             default => sub { {
2792             decimalFormat => {
2793             'default' => {
2794             '1000' => {
2795             'other' => '0ထောင်',
2796             },
2797             '10000' => {
2798             'other' => '0သောင်း',
2799             },
2800             '100000' => {
2801             'other' => '0သိန်း',
2802             },
2803             '1000000' => {
2804             'other' => '0သန်း',
2805             },
2806             '10000000' => {
2807             'other' => '0ကုဋေ',
2808             },
2809             '100000000' => {
2810             'other' => '00ကုဋေ',
2811             },
2812             '1000000000' => {
2813             'other' => 'ကုဋေ000',
2814             },
2815             '10000000000' => {
2816             'other' => 'ကုဋေ0ထ',
2817             },
2818             '100000000000' => {
2819             'other' => 'ကုဋေ0သ',
2820             },
2821             '1000000000000' => {
2822             'other' => 'ဋေ0သိန်း',
2823             },
2824             '10000000000000' => {
2825             'other' => 'ဋေ0သန်း',
2826             },
2827             '100000000000000' => {
2828             'other' => '0ကောဋိ',
2829             },
2830             'standard' => {
2831             'default' => '#,##0.###',
2832             },
2833             },
2834             'long' => {
2835             '1000' => {
2836             'other' => '0ထောင်',
2837             },
2838             '10000' => {
2839             'other' => '0သောင်း',
2840             },
2841             '100000' => {
2842             'other' => '0သိန်း',
2843             },
2844             '1000000' => {
2845             'other' => '0သန်း',
2846             },
2847             '10000000' => {
2848             'other' => '0ကုဋေ',
2849             },
2850             '100000000' => {
2851             'other' => '00ကုဋေ',
2852             },
2853             '1000000000' => {
2854             'other' => 'ကုဋေ000',
2855             },
2856             '10000000000' => {
2857             'other' => 'ကုဋေ0000',
2858             },
2859             '100000000000' => {
2860             'other' => 'ကုဋေ0သောင်း',
2861             },
2862             '1000000000000' => {
2863             'other' => 'ကုဋေ0သိန်း',
2864             },
2865             '10000000000000' => {
2866             'other' => 'ကုဋေ0သန်း',
2867             },
2868             '100000000000000' => {
2869             'other' => '0ကောဋိ',
2870             },
2871             },
2872             'short' => {
2873             '1000' => {
2874             'other' => '0ထောင်',
2875             },
2876             '10000' => {
2877             'other' => '0သောင်း',
2878             },
2879             '100000' => {
2880             'other' => '0သိန်း',
2881             },
2882             '1000000' => {
2883             'other' => '0သန်း',
2884             },
2885             '10000000' => {
2886             'other' => '0ကုဋေ',
2887             },
2888             '100000000' => {
2889             'other' => '00ကုဋေ',
2890             },
2891             '1000000000' => {
2892             'other' => 'ကုဋေ000',
2893             },
2894             '10000000000' => {
2895             'other' => 'ကုဋေ0ထ',
2896             },
2897             '100000000000' => {
2898             'other' => 'ကုဋေ0သ',
2899             },
2900             '1000000000000' => {
2901             'other' => 'ဋေ0သိန်း',
2902             },
2903             '10000000000000' => {
2904             'other' => 'ဋေ0သန်း',
2905             },
2906             '100000000000000' => {
2907             'other' => '0ကောဋိ',
2908             },
2909             },
2910             },
2911             percentFormat => {
2912             'default' => {
2913             'standard' => {
2914             'default' => '#,##0%',
2915             },
2916             },
2917             },
2918             scientificFormat => {
2919             'default' => {
2920             'standard' => {
2921             'default' => '#E0',
2922             },
2923             },
2924             },
2925             } },
2926             );
2927              
2928             has 'number_currency_formats' => (
2929             is => 'ro',
2930             isa => HashRef,
2931             init_arg => undef,
2932             default => sub { {
2933             'latn' => {
2934             'pattern' => {
2935             'default' => {
2936             'accounting' => {
2937             'positive' => '¤ #,##0.00',
2938             },
2939             'standard' => {
2940             'positive' => '#,##0.00 ¤',
2941             },
2942             },
2943             },
2944             },
2945             'mymr' => {
2946             'pattern' => {
2947             'default' => {
2948             'standard' => {
2949             'positive' => '#,##0.00 ¤',
2950             },
2951             },
2952             },
2953             },
2954             } },
2955             );
2956              
2957             has 'currencies' => (
2958             is => 'ro',
2959             isa => HashRef,
2960             init_arg => undef,
2961             default => sub { {
2962             'AED' => {
2963             symbol => 'AED',
2964             display_name => {
2965             'currency' => q(အာရပ်စော်ဘွားများ ပြည်ထောင်စု ဒါဟမ်း),
2966             'other' => q(အာရပ်စော်ဘွားများ ပြည်ထောင်စု ဒါဟမ်း),
2967             },
2968             },
2969             'AFN' => {
2970             symbol => 'AFN',
2971             display_name => {
2972             'currency' => q(အာဖဂန် အာဖဂါနီ),
2973             'other' => q(အာဖဂန် အာဖဂါနီ),
2974             },
2975             },
2976             'ALL' => {
2977             symbol => 'ALL',
2978             display_name => {
2979             'currency' => q(အယ်ဘေးနီးယား လီခ်),
2980             'other' => q(အယ်ဘေးနီးယား လီခ်),
2981             },
2982             },
2983             'AMD' => {
2984             symbol => 'AMD',
2985             display_name => {
2986             'currency' => q(အာမေးနီးယား ဒရမ်),
2987             'other' => q(အာမေးနီးယား ဒရမ်),
2988             },
2989             },
2990             'ANG' => {
2991             symbol => 'NAf',
2992             display_name => {
2993             'currency' => q(နယ်သာလန် အန်တီလန် ဂင်းဒါး),
2994             'other' => q(နယ်သာလန် အန်တီလန် ဂင်းဒါး),
2995             },
2996             },
2997             'AOA' => {
2998             symbol => 'AOA',
2999             display_name => {
3000             'currency' => q(အန်ဂိုလာ ကွမ်ဇာ),
3001             'other' => q(အန်ဂိုလာ ကွမ်ဇာ),
3002             },
3003             },
3004             'ARP' => {
3005             display_name => {
3006             'currency' => q(အာဂျင်တီးနား ပီဆို \(၁၉၈၃–၁၉၈၅\)),
3007             },
3008             },
3009             'ARS' => {
3010             symbol => 'ARS',
3011             display_name => {
3012             'currency' => q(အာဂျင်တီးနား ပီဆို),
3013             'other' => q(အာဂျင်တီးနား ပီဆို),
3014             },
3015             },
3016             'AUD' => {
3017             symbol => 'A$',
3018             display_name => {
3019             'currency' => q(ဩစတြေးလျ ဒေါ်လာ),
3020             'other' => q(ဩစတြေးလျ ဒေါ်လာ),
3021             },
3022             },
3023             'AWG' => {
3024             symbol => 'Afl',
3025             display_name => {
3026             'currency' => q(အရူးဗာ ဖလိုရင်း),
3027             'other' => q(အရူးဗာ ဖလိုရင်း),
3028             },
3029             },
3030             'AZN' => {
3031             symbol => 'AZN',
3032             display_name => {
3033             'currency' => q(အဇာဘိုင်ဂျန် မာနတ်),
3034             'other' => q(အဇာဘိုင်ဂျန် မာနတ်),
3035             },
3036             },
3037             'BAM' => {
3038             symbol => 'BAM',
3039             display_name => {
3040             'currency' => q(ဘော့စနီးယားနှင့် ဟာဇီဂိုဘီးနား ငွေလဲနိုင်သော မတ်က်),
3041             'other' => q(ဘော့စနီးယားနှင့် ဟာဇီဂိုဘီးနားမတ်က်),
3042             },
3043             },
3044             'BBD' => {
3045             symbol => 'BBD',
3046             display_name => {
3047             'currency' => q(ဘာဘေးဒီယန်း ဒေါ်လာ),
3048             'other' => q(ဘာဘေးဒီယန်း ဒေါ်လာ),
3049             },
3050             },
3051             'BDT' => {
3052             symbol => 'BDT',
3053             display_name => {
3054             'currency' => q(ဘင်္ဂလားဒေ့ရှ် တာကာ),
3055             'other' => q(ဘင်္ဂလားဒေ့ရှ် တာကာ),
3056             },
3057             },
3058             'BEF' => {
3059             display_name => {
3060             'currency' => q(ဘယ်လ်ဂျီယမ် ဖရန့်),
3061             },
3062             },
3063             'BGN' => {
3064             symbol => 'BGN',
3065             display_name => {
3066             'currency' => q(ဘူလ်ဂေးရီးယား လက်ဖ်),
3067             'other' => q(ဘူလ်ဂေးရီးယား လက်ဖ်),
3068             },
3069             },
3070             'BHD' => {
3071             symbol => 'BHD',
3072             display_name => {
3073             'currency' => q(ဘာရိန်း ဒီနား),
3074             'other' => q(ဘာရိန်း ဒီနား),
3075             },
3076             },
3077             'BIF' => {
3078             symbol => 'BIF',
3079             display_name => {
3080             'currency' => q(ဘူရွန်ဒီ ဖရန့်),
3081             'other' => q(ဘူရွန်ဒီ ဖရန့်),
3082             },
3083             },
3084             'BMD' => {
3085             symbol => 'BMD',
3086             display_name => {
3087             'currency' => q(ဘာမြူဒါ ဒေါ်လာ),
3088             'other' => q(ဘာမြူဒါ ဒေါ်လာ),
3089             },
3090             },
3091             'BND' => {
3092             symbol => 'BND',
3093             display_name => {
3094             'currency' => q(ဘရူနိုင်း ဒေါ်လာ),
3095             'other' => q(ဘရူနိုင်း ဒေါ်လာ),
3096             },
3097             },
3098             'BOB' => {
3099             symbol => 'BOB',
3100             display_name => {
3101             'currency' => q(ဘိုလီးဗီးယား ဘိုလီးဗီယားနို),
3102             'other' => q(ဘိုလီးဗီးယား ဘိုလီးဗီယားနို),
3103             },
3104             },
3105             'BOP' => {
3106             display_name => {
3107             'currency' => q(ဘိုလီးဘီးယား ပီဆို),
3108             },
3109             },
3110             'BRL' => {
3111             symbol => 'R$',
3112             display_name => {
3113             'currency' => q(ဘရာဇီး ရီးယဲ),
3114             'other' => q(ဘရာဇီး ရီးယဲ),
3115             },
3116             },
3117             'BSD' => {
3118             symbol => 'BSD',
3119             display_name => {
3120             'currency' => q(ဘဟားမား ဒေါ်လာ),
3121             'other' => q(ဘဟားမား ဒေါ်လာ),
3122             },
3123             },
3124             'BTN' => {
3125             symbol => 'BTN',
3126             display_name => {
3127             'currency' => q(ဘူတန် အံဂါလ်ထရန်),
3128             'other' => q(ဘူတန် အံဂါလ်ထရန်),
3129             },
3130             },
3131             'BUK' => {
3132             display_name => {
3133             'currency' => q(ဗမာ ကျပ်),
3134             },
3135             },
3136             'BWP' => {
3137             symbol => 'BWP',
3138             display_name => {
3139             'currency' => q(ဘော့ဆွာနာ ပုလ),
3140             'other' => q(ဘော့ဆွာနာ ပုလ),
3141             },
3142             },
3143             'BYB' => {
3144             display_name => {
3145             'currency' => q(ဘီလာရုစ် ရူဘယ်အသစ် \(၁၉၉၄–၁၉၉၉\)),
3146             },
3147             },
3148             'BYN' => {
3149             symbol => 'BYN',
3150             display_name => {
3151             'currency' => q(ဘီလာရုစ် ရူဘယ်),
3152             'other' => q(ဘီလာရုစ် ရူဘယ်),
3153             },
3154             },
3155             'BYR' => {
3156             symbol => 'BYR',
3157             display_name => {
3158             'currency' => q(ဘီလာရုဇ် ရူဘယ် \(၂၀၀၀–၂၀၁၆\)),
3159             'other' => q(ဘီလာရုဇ် ရူဘယ် \(၂၀၀၀–၂၀၁၆\)),
3160             },
3161             },
3162             'BZD' => {
3163             symbol => 'BZD',
3164             display_name => {
3165             'currency' => q(ဘလိဇ် ဒေါ်လာ),
3166             'other' => q(ဘလိဇ် ဒေါ်လာ),
3167             },
3168             },
3169             'CAD' => {
3170             symbol => 'CA$',
3171             display_name => {
3172             'currency' => q(ကနေဒါ ဒေါ်လာ),
3173             'other' => q(ကနေဒါ ဒေါ်လာ),
3174             },
3175             },
3176             'CDF' => {
3177             symbol => 'CDF',
3178             display_name => {
3179             'currency' => q(ကွန်ဂို ဖရန့်),
3180             'other' => q(ကွန်ဂို ဖရန့်),
3181             },
3182             },
3183             'CHF' => {
3184             symbol => 'CHF',
3185             display_name => {
3186             'currency' => q(ဆွစ် ဖရန့်),
3187             'other' => q(ဆွစ် ဖရန့်),
3188             },
3189             },
3190             'CLP' => {
3191             symbol => 'CLP',
3192             display_name => {
3193             'currency' => q(ချီလီ ပီဆို),
3194             'other' => q(ချီလီ ပီဆို),
3195             },
3196             },
3197             'CNH' => {
3198             symbol => 'CNH',
3199             display_name => {
3200             'currency' => q(တရုတ် ယွမ် \(ဟောင်ကောင်\)),
3201             'other' => q(တရုတ် ယွမ် \(ဟောင်ကောင်\)),
3202             },
3203             },
3204             'CNY' => {
3205             symbol => 'CN¥',
3206             display_name => {
3207             'currency' => q(တရုတ် ယွမ်),
3208             'other' => q(တရုတ် ယွမ်),
3209             },
3210             },
3211             'COP' => {
3212             symbol => 'COP',
3213             display_name => {
3214             'currency' => q(ကိုလံဘီယာ ပီဆို),
3215             'other' => q(ကိုလံဘီယာ ပီဆို),
3216             },
3217             },
3218             'CRC' => {
3219             symbol => 'CRC',
3220             display_name => {
3221             'currency' => q(ကို့စတာရီကာ ကိုလွန်),
3222             'other' => q(ကို့စတာရီကာ ကိုလွန်),
3223             },
3224             },
3225             'CUC' => {
3226             symbol => 'CUC',
3227             display_name => {
3228             'currency' => q(နိုင်ငံခြားငွေလဲလှယ်နိုင်သော ကျူးဘားပီဆို),
3229             'other' => q(နိုင်ငံခြားငွေလဲလှယ်နိုင်သော ကျူးဘားပီဆို),
3230             },
3231             },
3232             'CUP' => {
3233             symbol => 'CUP',
3234             display_name => {
3235             'currency' => q(ကျူးဘား ပီဆို),
3236             'other' => q(ကျူးဘား ပီဆို),
3237             },
3238             },
3239             'CVE' => {
3240             symbol => 'CVE',
3241             display_name => {
3242             'currency' => q(ကိတ်ပ်ဗာဒီ အက်စ်ခူဒို),
3243             'other' => q(ကိတ်ပ်ဗာဒီ အက်စ်ခူဒို),
3244             },
3245             },
3246             'CYP' => {
3247             display_name => {
3248             'currency' => q(ဆိုက်ပရက်စ် ပေါင်),
3249             },
3250             },
3251             'CZK' => {
3252             symbol => 'CZK',
3253             display_name => {
3254             'currency' => q(ချက် ခိုရိုနာ),
3255             'other' => q(ချက် ခိုရိုနာ),
3256             },
3257             },
3258             'DEM' => {
3259             display_name => {
3260             'currency' => q(ဂျာမဏီ မတ်),
3261             },
3262             },
3263             'DJF' => {
3264             symbol => 'DJF',
3265             display_name => {
3266             'currency' => q(ဂျီဘူတီ ဖရန့်),
3267             'other' => q(ဂျီဘူတီ ဖရန့်),
3268             },
3269             },
3270             'DKK' => {
3271             symbol => 'DKK',
3272             display_name => {
3273             'currency' => q(ဒိန်းမတ် ခရိုဏာ),
3274             'other' => q(ဒိန်းမတ် ခရိုဏာ),
3275             },
3276             },
3277             'DOP' => {
3278             symbol => 'DOP',
3279             display_name => {
3280             'currency' => q(ဒိုမီနီကန် ပီဆို),
3281             'other' => q(ဒိုမီနီကန် ပီဆို),
3282             },
3283             },
3284             'DZD' => {
3285             symbol => 'DZD',
3286             display_name => {
3287             'currency' => q(အယ်လ်ဂျီးရီးယား ဒီနာ),
3288             'other' => q(အယ်လ်ဂျီးရီးယား ဒီနာ),
3289             },
3290             },
3291             'EGP' => {
3292             symbol => 'EGP',
3293             display_name => {
3294             'currency' => q(အီဂျစ် ပေါင်),
3295             'other' => q(အီဂျစ် ပေါင်),
3296             },
3297             },
3298             'ERN' => {
3299             symbol => 'ERN',
3300             display_name => {
3301             'currency' => q(အီရီထရီးယား နာ့ခ်ဖာ),
3302             'other' => q(အီရီထရီးယား နာ့ခ်ဖာ),
3303             },
3304             },
3305             'ESP' => {
3306             display_name => {
3307             'currency' => q(စပိန် ပယ်စေးတာ),
3308             },
3309             },
3310             'ETB' => {
3311             symbol => 'ETB',
3312             display_name => {
3313             'currency' => q(အီသီယိုးပီးယား ဘီးယာ),
3314             'other' => q(အီသီယိုးပီးယား ဘီးယာ),
3315             },
3316             },
3317             'EUR' => {
3318             symbol => '€',
3319             display_name => {
3320             'currency' => q(ယူရို),
3321             'other' => q(ယူရို),
3322             },
3323             },
3324             'FJD' => {
3325             symbol => 'FJD',
3326             display_name => {
3327             'currency' => q(ဖီဂျီ ဒေါ်လာ),
3328             'other' => q(ဖီဂျီ ဒေါ်လာ),
3329             },
3330             },
3331             'FKP' => {
3332             symbol => 'FKP',
3333             display_name => {
3334             'currency' => q(ဖော့ကလန်ကျွန်းစု ပေါင်),
3335             'other' => q(ဖော့ကလန်ကျွန်းစု ပေါင်),
3336             },
3337             },
3338             'FRF' => {
3339             display_name => {
3340             'currency' => q(ပြင်သစ် ဖရန့်),
3341             },
3342             },
3343             'GBP' => {
3344             symbol => '£',
3345             display_name => {
3346             'currency' => q(ဗြိတိသျှ ပေါင်),
3347             'other' => q(ဗြိတိသျှ ပေါင်),
3348             },
3349             },
3350             'GEL' => {
3351             symbol => 'GEL',
3352             display_name => {
3353             'currency' => q(ဂျော်ဂျီယာ လားရီ),
3354             'other' => q(ဂျော်ဂျီယာ လားရီ),
3355             },
3356             },
3357             'GHS' => {
3358             symbol => 'GHS',
3359             display_name => {
3360             'currency' => q(ဂါနာ ဆဲဒီ),
3361             'other' => q(ဂါနာ ဆဲဒီ),
3362             },
3363             },
3364             'GIP' => {
3365             symbol => 'GIP',
3366             display_name => {
3367             'currency' => q(ဂျီဘရော်လ်တာ ပေါင်),
3368             'other' => q(ဂျီဘရော်လ်တာ ပေါင်),
3369             },
3370             },
3371             'GMD' => {
3372             symbol => 'GMD',
3373             display_name => {
3374             'currency' => q(ဂမ်ဘီယာ ဒါလာစီ),
3375             'other' => q(ဂမ်ဘီယာ ဒါလာစီ),
3376             },
3377             },
3378             'GNF' => {
3379             symbol => 'GNF',
3380             display_name => {
3381             'currency' => q(ဂီနီရာ ဖရန့်),
3382             'other' => q(ဂီနီရာ ဖရန့်),
3383             },
3384             },
3385             'GTQ' => {
3386             symbol => 'GTQ',
3387             display_name => {
3388             'currency' => q(ဂွါတီမာလာ ခက်ဇော်လ်),
3389             'other' => q(ဂွါတီမာလာ ခက်ဇော်လ်),
3390             },
3391             },
3392             'GYD' => {
3393             symbol => 'GYD',
3394             display_name => {
3395             'currency' => q(ဂိုင်ယာနာ ဒေါ်လာ),
3396             'other' => q(ဂိုင်ယာနာ ဒေါ်လာ),
3397             },
3398             },
3399             'HKD' => {
3400             symbol => 'HK$',
3401             display_name => {
3402             'currency' => q(ဟောင်ကောင် ဒေါ်လာ),
3403             'other' => q(ဟောင်ကောင် ဒေါ်လာ),
3404             },
3405             },
3406             'HNL' => {
3407             symbol => 'HNL',
3408             display_name => {
3409             'currency' => q(ဟွန်ဒူးရပ်စ် လမ်းပီရာ),
3410             'other' => q(ဟွန်ဒူးရပ်စ် လမ်းပီရာ),
3411             },
3412             },
3413             'HRK' => {
3414             symbol => 'HRK',
3415             display_name => {
3416             'currency' => q(ခရိုအေးရှား ခူးနာ),
3417             'other' => q(ခရိုအေးရှား ခူးနာ),
3418             },
3419             },
3420             'HTG' => {
3421             symbol => 'G',
3422             display_name => {
3423             'currency' => q(ဟေတီဂူးအော်ဒ်),
3424             'other' => q(ဟေတီဂူးအော်ဒ်),
3425             },
3426             },
3427             'HUF' => {
3428             symbol => 'HUF',
3429             display_name => {
3430             'currency' => q(ဟန်ဂေရီယံ ဖော်ရင့်တ်),
3431             'other' => q(ဟန်ဂေရီယံ ဖော်ရင့်တ်),
3432             },
3433             },
3434             'IDR' => {
3435             symbol => 'IDR',
3436             display_name => {
3437             'currency' => q(အင်ဒိုနီးရှား ရူပီးယား),
3438             'other' => q(အင်ဒိုနီးရှား ရူပီးယား),
3439             },
3440             },
3441             'ILP' => {
3442             display_name => {
3443             'currency' => q(အစ္စရေး ပေါင်),
3444             },
3445             },
3446             'ILS' => {
3447             symbol => '₪',
3448             display_name => {
3449             'currency' => q(အစ္စရေး ရှဲကလ်အသစ်),
3450             'other' => q(အစ္စရေး ရှဲကလ်အသစ်),
3451             },
3452             },
3453             'INR' => {
3454             symbol => '₹',
3455             display_name => {
3456             'currency' => q(အိန္ဒိယ ရူပီး),
3457             'other' => q(အိန္ဒိယ ရူပီး),
3458             },
3459             },
3460             'IQD' => {
3461             symbol => 'IQD',
3462             display_name => {
3463             'currency' => q(အီရတ် ဒီနာ),
3464             'other' => q(အီရတ် ဒီနာ),
3465             },
3466             },
3467             'IRR' => {
3468             symbol => 'IRR',
3469             display_name => {
3470             'currency' => q(အီရန် ရီအော်လ်),
3471             'other' => q(အီရန် ရီအော်လ်),
3472             },
3473             },
3474             'ISK' => {
3475             symbol => 'ISK',
3476             display_name => {
3477             'currency' => q(အိုက်စလန် ခရိုဏာ),
3478             'other' => q(အိုက်စလန် ခရိုဏာ),
3479             },
3480             },
3481             'JMD' => {
3482             symbol => 'JMD',
3483             display_name => {
3484             'currency' => q(ဂျမေကာ ဒေါ်လာ),
3485             'other' => q(ဂျမေကာ ဒေါ်လာ),
3486             },
3487             },
3488             'JOD' => {
3489             symbol => 'JOD',
3490             display_name => {
3491             'currency' => q(ဂျော်ဒန် ဒီနာ),
3492             'other' => q(ဂျော်ဒန် ဒီနာ),
3493             },
3494             },
3495             'JPY' => {
3496             symbol => 'JP¥',
3497             display_name => {
3498             'currency' => q(ဂျပန် ယန်း),
3499             'other' => q(ဂျပန် ယန်း),
3500             },
3501             },
3502             'KES' => {
3503             symbol => 'KES',
3504             display_name => {
3505             'currency' => q(ကင်ညာ သျှီလင်),
3506             'other' => q(ကင်ညာ သျှီလင်),
3507             },
3508             },
3509             'KGS' => {
3510             symbol => 'KGS',
3511             display_name => {
3512             'currency' => q(ကာဂျစ္စတန် ဆော်မ်),
3513             'other' => q(ကာဂျစ္စတန် ဆော်မ်),
3514             },
3515             },
3516             'KHR' => {
3517             symbol => 'KHR',
3518             display_name => {
3519             'currency' => q(ကမ္ဘောဒီးယား ရီးယဲ),
3520             'other' => q(ကမ္ဘောဒီးယား ရီးယဲ),
3521             },
3522             },
3523             'KMF' => {
3524             symbol => 'KMF',
3525             display_name => {
3526             'currency' => q(ကိုမိုရိုစ် ဖရန့်),
3527             'other' => q(ကိုမိုရိုစ် ဖရန့်),
3528             },
3529             },
3530             'KPW' => {
3531             symbol => 'KPW',
3532             display_name => {
3533             'currency' => q(မြောက်ကိုရီးယား ဝမ်),
3534             'other' => q(မြောက်ကိုရီးယား ဝမ်),
3535             },
3536             },
3537             'KRW' => {
3538             symbol => '₩',
3539             display_name => {
3540             'currency' => q(တောင်ကိုရီးယား ဝမ်),
3541             'other' => q(တောင်ကိုရီးယား ဝမ်),
3542             },
3543             },
3544             'KWD' => {
3545             symbol => 'KWD',
3546             display_name => {
3547             'currency' => q(ကူဝိတ် ဒီနာ),
3548             'other' => q(ကူဝိတ် ဒီနာ),
3549             },
3550             },
3551             'KYD' => {
3552             symbol => 'KYD',
3553             display_name => {
3554             'currency' => q(ကေမန် ကျွန်းစု ဒေါ်လာ),
3555             'other' => q(ကေမန် ကျွန်းစု ဒေါ်လာ),
3556             },
3557             },
3558             'KZT' => {
3559             symbol => 'KZT',
3560             display_name => {
3561             'currency' => q(ကာဇက်စတန် ထိန်ဂျီ),
3562             'other' => q(ကာဇက်စတန် ထိန်ဂျီ),
3563             },
3564             },
3565             'LAK' => {
3566             symbol => 'LAK',
3567             display_name => {
3568             'currency' => q(လာအို ကစ်),
3569             'other' => q(လာအို ကစ်),
3570             },
3571             },
3572             'LBP' => {
3573             symbol => 'LBP',
3574             display_name => {
3575             'currency' => q(လက်ဘနွန် ပေါင်),
3576             'other' => q(လက်ဘနွန် ပေါင်),
3577             },
3578             },
3579             'LKR' => {
3580             symbol => 'LKR',
3581             display_name => {
3582             'currency' => q(သီရိလင်္ကာ ရူပီး),
3583             'other' => q(သီရိလင်္ကာ ရူပီး),
3584             },
3585             },
3586             'LRD' => {
3587             symbol => 'LRD',
3588             display_name => {
3589             'currency' => q(လိုက်ဘေးရီးယား ဒေါ်လာ),
3590             'other' => q(လိုက်ဘေးရီးယား ဒေါ်လာ),
3591             },
3592             },
3593             'LTL' => {
3594             display_name => {
3595             'currency' => q(လစ်သူယေးနီးယားလီတားစ်),
3596             'other' => q(လစ်သူယေးနီးယားလီတားစ်),
3597             },
3598             },
3599             'LVL' => {
3600             display_name => {
3601             'currency' => q(လတ်ဗီးယားလတ်),
3602             'other' => q(လတ်ဗီးယားလတ်),
3603             },
3604             },
3605             'LYD' => {
3606             symbol => 'LYD',
3607             display_name => {
3608             'currency' => q(လစ်ဗျား ဒိုင်နာ),
3609             'other' => q(လစ်ဗျား ဒိုင်နာ),
3610             },
3611             },
3612             'MAD' => {
3613             symbol => 'MAD',
3614             display_name => {
3615             'currency' => q(မိုရိုကို ဒရမ်),
3616             'other' => q(မိုရိုကို ဒရမ်),
3617             },
3618             },
3619             'MDL' => {
3620             symbol => 'MDL',
3621             display_name => {
3622             'currency' => q(မောလ်ဒိုဗာ လယ်အို),
3623             'other' => q(မောလ်ဒိုဗာ လယ်အို),
3624             },
3625             },
3626             'MGA' => {
3627             symbol => 'MGA',
3628             display_name => {
3629             'currency' => q(မာလာဂါစီ အရီရရီ),
3630             'other' => q(မာလာဂါစီ အရီရရီ),
3631             },
3632             },
3633             'MKD' => {
3634             symbol => 'MKD',
3635             display_name => {
3636             'currency' => q(မက်ဆီဒိုးနီးယား ဒီနာ),
3637             'other' => q(မက်ဆီဒိုးနီးယား ဒီနာ),
3638             },
3639             },
3640             'MMK' => {
3641             symbol => 'K',
3642             display_name => {
3643             'currency' => q(မြန်မာ ကျပ်),
3644             'other' => q(မြန်မာ ကျပ်),
3645             },
3646             },
3647             'MNT' => {
3648             symbol => 'MNT',
3649             display_name => {
3650             'currency' => q(မွန်ဂိုးလီးယား ထူးဂရခ်),
3651             'other' => q(မွန်ဂိုးလီးယား ထူးဂရခ်),
3652             },
3653             },
3654             'MOP' => {
3655             symbol => 'MOP',
3656             display_name => {
3657             'currency' => q(မကာအို ပါတားကား),
3658             'other' => q(မကာအို ပါတားကား),
3659             },
3660             },
3661             'MRO' => {
3662             symbol => 'MRO',
3663             display_name => {
3664             'currency' => q(မော်ရီတေးနီးယား အူဂီးယာ \(၁၉၇၃–၂၀၁၇\)),
3665             'other' => q(မော်ရီတေးနီးယား အူဂီးယာ \(၁၉၇၃–၂၀၁၇\)),
3666             },
3667             },
3668             'MRU' => {
3669             display_name => {
3670             'currency' => q(မော်ရီတေးနီးယန်း အူဂီးယာ),
3671             'other' => q(မော်ရီတေးနီးယန်း အူဂီးယာ),
3672             },
3673             },
3674             'MUR' => {
3675             symbol => 'MUR',
3676             display_name => {
3677             'currency' => q(မောရစ်ရှ ရူပီး),
3678             'other' => q(မောရစ်ရှ ရူပီး),
3679             },
3680             },
3681             'MVR' => {
3682             symbol => 'MVR',
3683             display_name => {
3684             'currency' => q(မော်လ်ဒိုက် ရူးဖီရာ),
3685             'other' => q(မော်လ်ဒိုက် ရူးဖီရာ),
3686             },
3687             },
3688             'MWK' => {
3689             symbol => 'MWK',
3690             display_name => {
3691             'currency' => q(မာလာဝီ ခွါးချာ),
3692             'other' => q(မာလာဝီ ခွါးချာ),
3693             },
3694             },
3695             'MXN' => {
3696             symbol => 'MX$',
3697             display_name => {
3698             'currency' => q(မက်ကဆီကို ပီဆို),
3699             'other' => q(မက်ကဆီကို ပီဆို),
3700             },
3701             },
3702             'MYR' => {
3703             symbol => 'MYR',
3704             display_name => {
3705             'currency' => q(မလေးရှား ရင်းဂစ်),
3706             'other' => q(မလေးရှား ရင်းဂစ်),
3707             },
3708             },
3709             'MZN' => {
3710             symbol => 'MZN',
3711             display_name => {
3712             'currency' => q(မိုဇမ်ဘစ် မက်တီခယ်လ်),
3713             'other' => q(မိုဇမ်ဘစ် မက်တီခယ်လ်),
3714             },
3715             },
3716             'NAD' => {
3717             symbol => 'NAD',
3718             display_name => {
3719             'currency' => q(နမီးဘီးယား ဒေါ်လာ),
3720             'other' => q(နမီးဘီးယား ဒေါ်လာ),
3721             },
3722             },
3723             'NGN' => {
3724             symbol => 'NGN',
3725             display_name => {
3726             'currency' => q(နိုင်ဂျီးရီးယား နိုင်းရာ),
3727             'other' => q(နိုင်ဂျီးရီးယား နိုင်းရာ),
3728             },
3729             },
3730             'NIO' => {
3731             symbol => 'NIO',
3732             display_name => {
3733             'currency' => q(နီကာရာဂွါ ခိုးဒိုဘာ),
3734             'other' => q(နီကာရာဂွါ ခိုးဒိုဘာ),
3735             },
3736             },
3737             'NOK' => {
3738             symbol => 'NOK',
3739             display_name => {
3740             'currency' => q(နော်ဝေ ခရိုဏာ),
3741             'other' => q(နော်ဝေ ခရိုဏာ),
3742             },
3743             },
3744             'NPR' => {
3745             symbol => 'NPR',
3746             display_name => {
3747             'currency' => q(နီပေါ ရူပီး),
3748             'other' => q(နီပေါ ရူပီး),
3749             },
3750             },
3751             'NZD' => {
3752             symbol => 'NZ$',
3753             display_name => {
3754             'currency' => q(နယူးဇီလန် ဒေါ်လာ),
3755             'other' => q(နယူးဇီလန် ဒေါ်လာ),
3756             },
3757             },
3758             'OMR' => {
3759             symbol => 'OMR',
3760             display_name => {
3761             'currency' => q(အိုမန်နီ ရီရယ်),
3762             'other' => q(အိုမန်နီ ရီရယ်),
3763             },
3764             },
3765             'PAB' => {
3766             symbol => 'B/.',
3767             display_name => {
3768             'currency' => q(ပနားမား ဘလျဘိုးအာ),
3769             'other' => q(ပနားမား ဘလျဘိုးအာ),
3770             },
3771             },
3772             'PEN' => {
3773             symbol => 'PEN',
3774             display_name => {
3775             'currency' => q(ပီရူး ဆိုးလ်),
3776             'other' => q(ပီရူး ဆိုးလ်),
3777             },
3778             },
3779             'PGK' => {
3780             symbol => 'PGK',
3781             display_name => {
3782             'currency' => q(ပါပူအာ နယူးဂီနီ ခီးနာ),
3783             'other' => q(ပါပူအာ နယူးဂီနီ ခီးနာ),
3784             },
3785             },
3786             'PHP' => {
3787             symbol => 'PHP',
3788             display_name => {
3789             'currency' => q(ဖိလစ်ပိုင် ပီဆို),
3790             'other' => q(ဖိလစ်ပိုင် ပီဆို),
3791             },
3792             },
3793             'PKR' => {
3794             symbol => 'PKR',
3795             display_name => {
3796             'currency' => q(ပါကစ္စတန် ရူပီး),
3797             'other' => q(ပါကစ္စတန် ရူပီး),
3798             },
3799             },
3800             'PLN' => {
3801             symbol => 'PLN',
3802             display_name => {
3803             'currency' => q(ပိုလန် ဇလော့တီ),
3804             'other' => q(ပိုလန် ဇလော့တီ),
3805             },
3806             },
3807             'PYG' => {
3808             symbol => 'PYG',
3809             display_name => {
3810             'currency' => q(ပါရာဂွေး ဂွါးအ်နီး),
3811             'other' => q(ပါရာဂွေး ဂွါးအ်နီး),
3812             },
3813             },
3814             'QAR' => {
3815             symbol => 'QAR',
3816             display_name => {
3817             'currency' => q(ကာတာရီ ရီရယ်),
3818             'other' => q(ကာတာရီ ရီရယ်),
3819             },
3820             },
3821             'RON' => {
3822             symbol => 'RON',
3823             display_name => {
3824             'currency' => q(ရိုမေးနီးယား လယ်အို),
3825             'other' => q(ရိုမေးနီးယား လယ်အို),
3826             },
3827             },
3828             'RSD' => {
3829             symbol => 'RSD',
3830             display_name => {
3831             'currency' => q(ဆားဘီးယား ဒယ်နား),
3832             'other' => q(ဆားဘီးယား ဒယ်နား),
3833             },
3834             },
3835             'RUB' => {
3836             symbol => 'RUB',
3837             display_name => {
3838             'currency' => q(ရုရှ ရူဘယ်),
3839             'other' => q(ရုရှ ရူဘယ်),
3840             },
3841             },
3842             'RUR' => {
3843             display_name => {
3844             'currency' => q(ရုရှ ရူဘယ် \(၁၉၉၁–၁၉၉၈\)),
3845             },
3846             },
3847             'RWF' => {
3848             symbol => 'RWF',
3849             display_name => {
3850             'currency' => q(ရဝန်ဒါ ဖရန့်),
3851             'other' => q(ရဝန်ဒါ ဖရန့်),
3852             },
3853             },
3854             'SAR' => {
3855             symbol => 'SAR',
3856             display_name => {
3857             'currency' => q(ဆော်ဒီအာရေးဗီးယား ရီယော်လ်),
3858             'other' => q(ဆော်ဒီအာရေးဗီးယား ရီယော်လ်),
3859             },
3860             },
3861             'SBD' => {
3862             symbol => 'SBD',
3863             display_name => {
3864             'currency' => q(ဆော်လမွန်ကျွန်းစု ဒေါ်လာ),
3865             'other' => q(ဆော်လမွန်ကျွန်းစု ဒေါ်လာ),
3866             },
3867             },
3868             'SCR' => {
3869             symbol => 'SCR',
3870             display_name => {
3871             'currency' => q(ဆေးရှဲ ရူပီး),
3872             'other' => q(ဆေးရှဲ ရူပီး),
3873             },
3874             },
3875             'SDG' => {
3876             symbol => 'SDG',
3877             display_name => {
3878             'currency' => q(ဆူဒန် ပေါင်),
3879             'other' => q(ဆူဒန် ပေါင်),
3880             },
3881             },
3882             'SDP' => {
3883             display_name => {
3884             'currency' => q(ဆူဒန် ပေါင်အဟောင်း),
3885             },
3886             },
3887             'SEK' => {
3888             symbol => 'SEK',
3889             display_name => {
3890             'currency' => q(ဆွီဒင် ခရိုဏာ),
3891             'other' => q(ဆွီဒင် ခရိုဏာ),
3892             },
3893             },
3894             'SGD' => {
3895             symbol => 'SGD',
3896             display_name => {
3897             'currency' => q(စင်္ကာပူ ဒေါ်လာ),
3898             'other' => q(စင်္ကာပူ ဒေါ်လာ),
3899             },
3900             },
3901             'SHP' => {
3902             symbol => 'SHP',
3903             display_name => {
3904             'currency' => q(စိန့်ဟယ်လယ်နာ ပေါင်),
3905             'other' => q(စိန့်ဟယ်လယ်နာ ပေါင်),
3906             },
3907             },
3908             'SLL' => {
3909             symbol => 'SLL',
3910             display_name => {
3911             'currency' => q(ဆီယာရာလီယွန်း လီအိုနီ),
3912             'other' => q(ဆီယာရာလီယွန်း လီအိုနီ),
3913             },
3914             },
3915             'SOS' => {
3916             symbol => 'SOS',
3917             display_name => {
3918             'currency' => q(ဆိုမာလီ သျှီလင်),
3919             'other' => q(ဆိုမာလီ သျှီလင်),
3920             },
3921             },
3922             'SRD' => {
3923             symbol => 'SRD',
3924             display_name => {
3925             'currency' => q(ဆူရီနမ်း ဒေါ်လာ),
3926             'other' => q(ဆူရီနမ်း ဒေါ်လာ),
3927             },
3928             },
3929             'SSP' => {
3930             symbol => 'SSP',
3931             display_name => {
3932             'currency' => q(တောင်ဆူဒန် ပေါင်),
3933             'other' => q(တောင်ဆူဒန် ပေါင်),
3934             },
3935             },
3936             'STD' => {
3937             symbol => 'STD',
3938             display_name => {
3939             'currency' => q(ဆောင်တူမေးနှင့် ပရင်စီပီ ဒိုဘရာ),
3940             'other' => q(ဆောင်တူမေးနှင့် ပရင်စီပီ ဒိုဘရာ),
3941             },
3942             },
3943             'STN' => {
3944             symbol => 'Db',
3945             display_name => {
3946             'currency' => q(ဆောင်တူမေးနှင့် ပရင်စီပီ ဒိုဘရာ \(၂၀၁၈\)),
3947             'other' => q(ဆောင်တူမေးနှင့် ပရင်စီပီ ဒိုဘရာစ် \(၂၀၁၈\)),
3948             },
3949             },
3950             'SUR' => {
3951             display_name => {
3952             'currency' => q(ဆိုဗီယက် ရူဗယ်),
3953             },
3954             },
3955             'SYP' => {
3956             symbol => 'SYP',
3957             display_name => {
3958             'currency' => q(ဆီးရီးယား ပေါင်),
3959             'other' => q(ဆီးရီးယား ပေါင်),
3960             },
3961             },
3962             'SZL' => {
3963             symbol => 'SZL',
3964             display_name => {
3965             'currency' => q(ဆွာဇီလန် လီလန်းဂီနီ),
3966             'other' => q(ဆွာဇီလန် လီလန်းဂီနီ),
3967             },
3968             },
3969             'THB' => {
3970             symbol => '฿',
3971             display_name => {
3972             'currency' => q(ထိုင်း ဘတ်),
3973             'other' => q(ထိုင်း ဘတ်),
3974             },
3975             },
3976             'TJS' => {
3977             symbol => 'TJS',
3978             display_name => {
3979             'currency' => q(တာဂျစ်ကစ္စတန် ဆိုမိုနီ),
3980             'other' => q(တာဂျစ်ကစ္စတန် ဆိုမိုနီ),
3981             },
3982             },
3983             'TMT' => {
3984             symbol => 'TMT',
3985             display_name => {
3986             'currency' => q(တာ့ခ်မင်နစ္စတန် မာနတ်),
3987             'other' => q(တာ့ခ်မင်နစ္စတန် မာနတ်),
3988             },
3989             },
3990             'TND' => {
3991             symbol => 'TND',
3992             display_name => {
3993             'currency' => q(တူနီးရှား ဒိုင်နာ),
3994             'other' => q(တူနီးရှား ဒိုင်နာ),
3995             },
3996             },
3997             'TOP' => {
3998             symbol => 'TOP',
3999             display_name => {
4000             'currency' => q(တွန်ဂါ ဗန်ဂါ),
4001             'other' => q(တွန်ဂါ ဗန်ဂါ),
4002             },
4003             },
4004             'TRL' => {
4005             display_name => {
4006             'currency' => q(ရှေးဟောင်းတူရကီ လိုင်ရာ),
4007             },
4008             },
4009             'TRY' => {
4010             symbol => 'TRY',
4011             display_name => {
4012             'currency' => q(တူရကီ လိုင်ရာ),
4013             'other' => q(တူရကီ လိုင်ရာ),
4014             },
4015             },
4016             'TTD' => {
4017             symbol => 'TT$',
4018             display_name => {
4019             'currency' => q(ထရီနီဒတ်နှင့် တိုဘက်ဂို ဒေါ်လာ),
4020             'other' => q(ထရီနီဒတ်နှင့် တိုဘက်ဂို ဒေါ်လာ),
4021             },
4022             },
4023             'TWD' => {
4024             symbol => 'NT$',
4025             display_name => {
4026             'currency' => q(ထိုင်ဝမ် ဒေါ်လာအသစ်),
4027             'other' => q(ထိုင်ဝမ် ဒေါ်လာအသစ်),
4028             },
4029             },
4030             'TZS' => {
4031             symbol => 'TZS',
4032             display_name => {
4033             'currency' => q(တန်ဇန်းနီးယား သျှီလင်),
4034             'other' => q(တန်ဇန်းနီးယား သျှီလင်),
4035             },
4036             },
4037             'UAH' => {
4038             symbol => 'UAH',
4039             display_name => {
4040             'currency' => q(ယူကရိန်း ဟီရီဗင်းညား),
4041             'other' => q(ယူကရိန်း ဟီရီဗင်းညား),
4042             },
4043             },
4044             'UGX' => {
4045             symbol => 'UGX',
4046             display_name => {
4047             'currency' => q(ယူဂန္ဒာ သျှီလင်),
4048             'other' => q(ယူဂန္ဒာ သျှီလင်),
4049             },
4050             },
4051             'USD' => {
4052             symbol => 'US$',
4053             display_name => {
4054             'currency' => q(အမေရိကန် ဒေါ်လာ),
4055             'other' => q(အမေရိကန် ဒေါ်လာ),
4056             },
4057             },
4058             'USN' => {
4059             display_name => {
4060             'currency' => q(အမေရိကန် ဒေါ်လာ \(နောက်နေ့\)),
4061             },
4062             },
4063             'USS' => {
4064             display_name => {
4065             'currency' => q(အမေရိကန် ဒေါ်လာ \(တနေ့တည်း\)),
4066             },
4067             },
4068             'UYU' => {
4069             symbol => 'UYU',
4070             display_name => {
4071             'currency' => q(ဥရုဂွေး ပီဆို),
4072             'other' => q(ဥရုဂွေး ပီဆို),
4073             },
4074             },
4075             'UZS' => {
4076             symbol => 'UZS',
4077             display_name => {
4078             'currency' => q(ဥဇဘက်ကစ္စတန် ဆော်မ်),
4079             'other' => q(ဥဇဘက်ကစ္စတန် ဆော်မ်),
4080             },
4081             },
4082             'VEF' => {
4083             symbol => 'VEF',
4084             display_name => {
4085             'currency' => q(ဗင်နီဇွဲလား ဘိုလီဗာ \(၂၀၀၈–၂၀၁၈\)),
4086             'other' => q(ဗင်နီဇွဲလား ဘိုလီဗာ \(၂၀၀၈–၂၀၁၈\)),
4087             },
4088             },
4089             'VES' => {
4090             display_name => {
4091             'currency' => q(ဗင်နီဇွဲလန်း ဘိုလီဗာ),
4092             'other' => q(ဗင်နီဇွဲလန်း ဘိုလီဗာ),
4093             },
4094             },
4095             'VND' => {
4096             symbol => '₫',
4097             display_name => {
4098             'currency' => q(ဗီယက်နမ် ဒေါင်),
4099             'other' => q(ဗီယက်နမ် ဒေါင်),
4100             },
4101             },
4102             'VUV' => {
4103             symbol => 'VUV',
4104             display_name => {
4105             'currency' => q(ဗနွားတူ ဗားထူ),
4106             'other' => q(ဗနွားတူ ဗားထူ),
4107             },
4108             },
4109             'WST' => {
4110             symbol => 'WST',
4111             display_name => {
4112             'currency' => q(ဆမိုအား ထားလာ),
4113             'other' => q(ဆမိုအား ထားလာ),
4114             },
4115             },
4116             'XAF' => {
4117             symbol => 'FCFA',
4118             display_name => {
4119             'currency' => q(ကင်မရွန်း ဖရန့်),
4120             'other' => q(ကင်မရွန်း ဖရန့်),
4121             },
4122             },
4123             'XAG' => {
4124             display_name => {
4125             'currency' => q(ငွေ),
4126             },
4127             },
4128             'XAU' => {
4129             display_name => {
4130             'currency' => q(ရွှေ),
4131             },
4132             },
4133             'XBB' => {
4134             display_name => {
4135             'currency' => q(ဥရောပငွေကြေးစံနစ်),
4136             },
4137             },
4138             'XCD' => {
4139             symbol => 'EC$',
4140             display_name => {
4141             'currency' => q(အရှေ့ကာရစ်ဘီယံ ဒေါ်လာ),
4142             'other' => q(အရှေ့ကာရစ်ဘီယံ ဒေါ်လာ),
4143             },
4144             },
4145             'XDR' => {
4146             display_name => {
4147             'currency' => q(အထူးထုတ်ယူခွင့်),
4148             },
4149             },
4150             'XOF' => {
4151             symbol => 'CFA',
4152             display_name => {
4153             'currency' => q(အနောက် အာဖရိက CFA ဖရန့်),
4154             'other' => q(အနောက် အာဖရိက CFA ဖရန့်),
4155             },
4156             },
4157             'XPF' => {
4158             symbol => 'CFPF',
4159             display_name => {
4160             'currency' => q(CFP ဖရန့်),
4161             'other' => q(CFP ဖရန့်),
4162             },
4163             },
4164             'XPT' => {
4165             display_name => {
4166             'currency' => q(ပလက်တီနမ်),
4167             },
4168             },
4169             'XTS' => {
4170             display_name => {
4171             'currency' => q(စမ်းသပ် ငွေကြေး ကုဒ်),
4172             },
4173             },
4174             'XXX' => {
4175             display_name => {
4176             'currency' => q(မသိသို့မဟုတ်မရှိသောငွေကြေး),
4177             'other' => q(\(မသိသို့မဟုတ်မရှိသောငွေကြေး\)),
4178             },
4179             },
4180             'YER' => {
4181             symbol => 'YER',
4182             display_name => {
4183             'currency' => q(ယီမင်နီ ရီရယ်),
4184             'other' => q(ယီမင်နီ ရီရယ်),
4185             },
4186             },
4187             'ZAR' => {
4188             symbol => 'ZAR',
4189             display_name => {
4190             'currency' => q(တောင်အာဖရိက ရန်း),
4191             'other' => q(တောင်အာဖရိက ရန်း),
4192             },
4193             },
4194             'ZMW' => {
4195             symbol => 'ZMW',
4196             display_name => {
4197             'currency' => q(ဇင်ဘာဘွေ ခွါးချာ),
4198             'other' => q(ဇင်ဘာဘွေ ခွါးချာ),
4199             },
4200             },
4201             'ZWD' => {
4202             display_name => {
4203             'currency' => q(ဇင်ဘာဘွေ ဒေါ်လာ),
4204             },
4205             },
4206             } },
4207             );
4208              
4209              
4210             has 'calendar_months' => (
4211             is => 'ro',
4212             isa => HashRef,
4213             init_arg => undef,
4214             default => sub { {
4215             'gregorian' => {
4216             'format' => {
4217             abbreviated => {
4218             nonleap => [
4219             'ဇန်',
4220             'ဖေ',
4221             'မတ်',
4222             'ဧ',
4223             'မေ',
4224             'ဇွန်',
4225             'ဇူ',
4226             'ဩ',
4227             'စက်',
4228             'အောက်',
4229             'နို',
4230             'ဒီ'
4231             ],
4232             leap => [
4233            
4234             ],
4235             },
4236             narrow => {
4237             nonleap => [
4238             'ဇ',
4239             'ဖ',
4240             'မ',
4241             'ဧ',
4242             'မ',
4243             'ဇ',
4244             'ဇ',
4245             'ဩ',
4246             'စ',
4247             'အ',
4248             'န',
4249             'ဒ'
4250             ],
4251             leap => [
4252            
4253             ],
4254             },
4255             wide => {
4256             nonleap => [
4257             'ဇန်နဝါရီ',
4258             'ဖေဖော်ဝါရီ',
4259             'မတ်',
4260             'ဧပြီ',
4261             'မေ',
4262             'ဇွန်',
4263             'ဇူလိုင်',
4264             'ဩဂုတ်',
4265             'စက်တင်ဘာ',
4266             'အောက်တိုဘာ',
4267             'နိုဝင်ဘာ',
4268             'ဒီဇင်ဘာ'
4269             ],
4270             leap => [
4271            
4272             ],
4273             },
4274             },
4275             'stand-alone' => {
4276             abbreviated => {
4277             nonleap => [
4278             'ဇန်',
4279             'ဖေ',
4280             'မတ်',
4281             'ဧ',
4282             'မေ',
4283             'ဇွန်',
4284             'ဇူ',
4285             'ဩ',
4286             'စက်',
4287             'အောက်',
4288             'နို',
4289             'ဒီ'
4290             ],
4291             leap => [
4292            
4293             ],
4294             },
4295             narrow => {
4296             nonleap => [
4297             'ဇ',
4298             'ဖ',
4299             'မ',
4300             'ဧ',
4301             'မ',
4302             'ဇ',
4303             'ဇ',
4304             'ဩ',
4305             'စ',
4306             'အ',
4307             'န',
4308             'ဒ'
4309             ],
4310             leap => [
4311            
4312             ],
4313             },
4314             wide => {
4315             nonleap => [
4316             'ဇန်နဝါရီ',
4317             'ဖေဖော်ဝါရီ',
4318             'မတ်',
4319             'ဧပြီ',
4320             'မေ',
4321             'ဇွန်',
4322             'ဇူလိုင်',
4323             'ဩဂုတ်',
4324             'စက်တင်ဘာ',
4325             'အောက်တိုဘာ',
4326             'နိုဝင်ဘာ',
4327             'ဒီဇင်ဘာ'
4328             ],
4329             leap => [
4330            
4331             ],
4332             },
4333             },
4334             },
4335             } },
4336             );
4337              
4338             has 'calendar_days' => (
4339             is => 'ro',
4340             isa => HashRef,
4341             init_arg => undef,
4342             default => sub { {
4343             'gregorian' => {
4344             'format' => {
4345             abbreviated => {
4346             mon => 'တနင်္လာ',
4347             tue => 'အင်္ဂါ',
4348             wed => 'ဗုဒ္ဓဟူး',
4349             thu => 'ကြာသပတေး',
4350             fri => 'သောကြာ',
4351             sat => 'စနေ',
4352             sun => 'တနင်္ဂနွေ'
4353             },
4354             narrow => {
4355             mon => 'တ',
4356             tue => 'အ',
4357             wed => 'ဗ',
4358             thu => 'က',
4359             fri => 'သ',
4360             sat => 'စ',
4361             sun => 'တ'
4362             },
4363             short => {
4364             mon => 'တနင်္လာ',
4365             tue => 'အင်္ဂါ',
4366             wed => 'ဗုဒ္ဓဟူး',
4367             thu => 'ကြာသပတေး',
4368             fri => 'သောကြာ',
4369             sat => 'စနေ',
4370             sun => 'တနင်္ဂနွေ'
4371             },
4372             wide => {
4373             mon => 'တနင်္လာ',
4374             tue => 'အင်္ဂါ',
4375             wed => 'ဗုဒ္ဓဟူး',
4376             thu => 'ကြာသပတေး',
4377             fri => 'သောကြာ',
4378             sat => 'စနေ',
4379             sun => 'တနင်္ဂနွေ'
4380             },
4381             },
4382             'stand-alone' => {
4383             abbreviated => {
4384             mon => 'တနင်္လာ',
4385             tue => 'အင်္ဂါ',
4386             wed => 'ဗုဒ္ဓဟူး',
4387             thu => 'ကြာသပတေး',
4388             fri => 'သောကြာ',
4389             sat => 'စနေ',
4390             sun => 'တနင်္ဂနွေ'
4391             },
4392             narrow => {
4393             mon => 'တ',
4394             tue => 'အ',
4395             wed => 'ဗ',
4396             thu => 'က',
4397             fri => 'သ',
4398             sat => 'စ',
4399             sun => 'တ'
4400             },
4401             short => {
4402             mon => 'တနင်္လာ',
4403             tue => 'အင်္ဂါ',
4404             wed => 'ဗုဒ္ဓဟူး',
4405             thu => 'ကြာသပတေး',
4406             fri => 'သောကြာ',
4407             sat => 'စနေ',
4408             sun => 'တနင်္ဂနွေ'
4409             },
4410             wide => {
4411             mon => 'တနင်္လာ',
4412             tue => 'အင်္ဂါ',
4413             wed => 'ဗုဒ္ဓဟူး',
4414             thu => 'ကြာသပတေး',
4415             fri => 'သောကြာ',
4416             sat => 'စနေ',
4417             sun => 'တနင်္ဂနွေ'
4418             },
4419             },
4420             },
4421             } },
4422             );
4423              
4424             has 'calendar_quarters' => (
4425             is => 'ro',
4426             isa => HashRef,
4427             init_arg => undef,
4428             default => sub { {
4429             'gregorian' => {
4430             'format' => {
4431             abbreviated => {0 => 'ပထမ သုံးလပတ်',
4432             1 => 'ဒုတိယ သုံးလပတ်',
4433             2 => 'တတိယ သုံးလပတ်',
4434             3 => 'စတုတ္ထ သုံးလပတ်'
4435             },
4436             narrow => {0 => 'ပ',
4437             1 => 'ဒု',
4438             2 => 'တ',
4439             3 => 'စ'
4440             },
4441             wide => {0 => 'ပထမ သုံးလပတ်',
4442             1 => 'ဒုတိယ သုံးလပတ်',
4443             2 => 'တတိယ သုံးလပတ်',
4444             3 => 'စတုတ္ထ သုံးလပတ်'
4445             },
4446             },
4447             'stand-alone' => {
4448             abbreviated => {0 => 'ပထမ သုံးလပတ်',
4449             1 => 'ဒုတိယ သုံးလပတ်',
4450             2 => 'တတိယ သုံးလပတ်',
4451             3 => 'စတုတ္ထ သုံးလပတ်'
4452             },
4453             narrow => {0 => 'ပ',
4454             1 => 'ဒု',
4455             2 => 'တ',
4456             3 => 'စ'
4457             },
4458             wide => {0 => 'ပထမ သုံးလပတ်',
4459             1 => 'ဒုတိယ သုံးလပတ်',
4460             2 => 'တတိယ သုံးလပတ်',
4461             3 => 'စတုတ္ထ သုံးလပတ်'
4462             },
4463             },
4464             },
4465             } },
4466             );
4467              
4468             has 'day_period_data' => (
4469             is => 'ro',
4470             isa => CodeRef,
4471             init_arg => undef,
4472             default => sub { sub {
4473             # Time in hhmm format
4474             my ($self, $type, $time, $day_period_type) = @_;
4475             $day_period_type //= 'default';
4476             SWITCH:
4477             for ($type) {
4478             if ($_ eq 'generic') {
4479             if($day_period_type eq 'default') {
4480             return 'midnight' if $time == 0;
4481             return 'noon' if $time == 1200;
4482             return 'afternoon1' if $time >= 1200
4483             && $time < 1600;
4484             return 'evening1' if $time >= 1600
4485             && $time < 1900;
4486             return 'morning1' if $time >= 0
4487             && $time < 1200;
4488             return 'night1' if $time >= 1900
4489             && $time < 2400;
4490             }
4491             if($day_period_type eq 'selection') {
4492             return 'afternoon1' if $time >= 1200
4493             && $time < 1600;
4494             return 'evening1' if $time >= 1600
4495             && $time < 1900;
4496             return 'morning1' if $time >= 0
4497             && $time < 1200;
4498             return 'night1' if $time >= 1900
4499             && $time < 2400;
4500             }
4501             last SWITCH;
4502             }
4503             if ($_ eq 'gregorian') {
4504             if($day_period_type eq 'default') {
4505             return 'midnight' if $time == 0;
4506             return 'noon' if $time == 1200;
4507             return 'afternoon1' if $time >= 1200
4508             && $time < 1600;
4509             return 'evening1' if $time >= 1600
4510             && $time < 1900;
4511             return 'morning1' if $time >= 0
4512             && $time < 1200;
4513             return 'night1' if $time >= 1900
4514             && $time < 2400;
4515             }
4516             if($day_period_type eq 'selection') {
4517             return 'afternoon1' if $time >= 1200
4518             && $time < 1600;
4519             return 'evening1' if $time >= 1600
4520             && $time < 1900;
4521             return 'morning1' if $time >= 0
4522             && $time < 1200;
4523             return 'night1' if $time >= 1900
4524             && $time < 2400;
4525             }
4526             last SWITCH;
4527             }
4528             }
4529             } },
4530             );
4531              
4532             around day_period_data => sub {
4533             my ($orig, $self) = @_;
4534             return $self->$orig;
4535             };
4536              
4537             has 'day_periods' => (
4538             is => 'ro',
4539             isa => HashRef,
4540             init_arg => undef,
4541             default => sub { {
4542             'gregorian' => {
4543             'format' => {
4544             'abbreviated' => {
4545             'afternoon1' => q{နေ့လယ်},
4546             'am' => q{နံနက်},
4547             'evening1' => q{ညနေ},
4548             'midnight' => q{သန်းခေါင်ယံ},
4549             'morning1' => q{နံနက်},
4550             'night1' => q{ည},
4551             'noon' => q{မွန်းတည့်},
4552             'pm' => q{ညနေ},
4553             },
4554             'narrow' => {
4555             'afternoon1' => q{နေ့လယ်},
4556             'am' => q{နံနက်},
4557             'evening1' => q{ညနေ},
4558             'midnight' => q{သန်းခေါင်ယံ},
4559             'morning1' => q{နံနက်},
4560             'night1' => q{ည},
4561             'noon' => q{မွန်းတည့်},
4562             'pm' => q{ညနေ},
4563             },
4564             'wide' => {
4565             'afternoon1' => q{နေ့လယ်},
4566             'am' => q{နံနက်},
4567             'evening1' => q{ညနေ},
4568             'midnight' => q{သန်းခေါင်ယံ},
4569             'morning1' => q{နံနက်},
4570             'night1' => q{ည},
4571             'noon' => q{မွန်းတည့်},
4572             'pm' => q{ညနေ},
4573             },
4574             },
4575             'stand-alone' => {
4576             'abbreviated' => {
4577             'afternoon1' => q{နေ့လယ်},
4578             'am' => q{နံနက်},
4579             'evening1' => q{ညနေ},
4580             'midnight' => q{သန်းခေါင်ယံ},
4581             'morning1' => q{နံနက်},
4582             'night1' => q{ည},
4583             'noon' => q{မွန်းတည့်},
4584             'pm' => q{ညနေ},
4585             },
4586             'narrow' => {
4587             'afternoon1' => q{နေ့လယ်},
4588             'am' => q{နံနက်},
4589             'evening1' => q{ညနေ},
4590             'midnight' => q{သန်းခေါင်ယံ},
4591             'morning1' => q{နံနက်},
4592             'night1' => q{ည},
4593             'noon' => q{မွန်းတည့်},
4594             'pm' => q{ညနေ},
4595             },
4596             'wide' => {
4597             'afternoon1' => q{နေ့လယ်},
4598             'am' => q{နံနက်},
4599             'evening1' => q{ညနေ},
4600             'midnight' => q{သန်းခေါင်ယံ},
4601             'morning1' => q{နံနက်},
4602             'night1' => q{ည},
4603             'noon' => q{မွန်းတည့်},
4604             'pm' => q{ညနေ},
4605             },
4606             },
4607             },
4608             } },
4609             );
4610              
4611             has 'eras' => (
4612             is => 'ro',
4613             isa => HashRef,
4614             init_arg => undef,
4615             default => sub { {
4616             'generic' => {
4617             },
4618             'gregorian' => {
4619             abbreviated => {
4620             '0' => 'ဘီစီ',
4621             '1' => 'အဒေီ'
4622             },
4623             wide => {
4624             '0' => 'ခရစ်တော် မပေါ်မီနှစ်',
4625             '1' => 'ခရစ်နှစ်'
4626             },
4627             },
4628             } },
4629             );
4630              
4631             has 'date_formats' => (
4632             is => 'ro',
4633             isa => HashRef,
4634             init_arg => undef,
4635             default => sub { {
4636             'generic' => {
4637             'full' => q{EEEE G dd MMMM y},
4638             'long' => q{G dd MMMM y},
4639             'medium' => q{G d MMM y},
4640             'short' => q{GGGGG dd-MM-yy},
4641             },
4642             'gregorian' => {
4643             'full' => q{y၊ MMMM d၊ EEEE},
4644             'long' => q{y၊ d MMMM},
4645             'medium' => q{y၊ MMM d},
4646             'short' => q{dd-MM-yy},
4647             },
4648             } },
4649             );
4650              
4651             has 'time_formats' => (
4652             is => 'ro',
4653             isa => HashRef,
4654             init_arg => undef,
4655             default => sub { {
4656             'generic' => {
4657             },
4658             'gregorian' => {
4659             'full' => q{zzzz HH:mm:ss},
4660             'long' => q{z HH:mm:ss},
4661             'medium' => q{B HH:mm:ss},
4662             'short' => q{B H:mm},
4663             },
4664             } },
4665             );
4666              
4667             has 'datetime_formats' => (
4668             is => 'ro',
4669             isa => HashRef,
4670             init_arg => undef,
4671             default => sub { {
4672             'generic' => {
4673             'full' => q{{1} {0}},
4674             'long' => q{{1} {0}},
4675             'medium' => q{{1} {0}},
4676             'short' => q{{1} {0}},
4677             },
4678             'gregorian' => {
4679             'full' => q{{1} {0}},
4680             'long' => q{{1} {0}},
4681             'medium' => q{{1} {0}},
4682             'short' => q{{1} {0}},
4683             },
4684             } },
4685             );
4686              
4687             has 'datetime_formats_available_formats' => (
4688             is => 'ro',
4689             isa => HashRef,
4690             init_arg => undef,
4691             default => sub { {
4692             'generic' => {
4693             Bh => q{B h},
4694             Bhm => q{B h:mm},
4695             Bhms => q{B h:mm:ss},
4696             E => q{ccc},
4697             EBhm => q{E B h:mm},
4698             EBhms => q{E B h:mm:ss},
4699             EHm => q{E HH:mm},
4700             EHms => q{E HH:mm:ss},
4701             Ed => q{d E},
4702             Ehm => q{E a h:mm},
4703             Ehms => q{E a h:mm:ss},
4704             Gy => q{G y},
4705             GyMMM => q{G y MMM},
4706             GyMMMEd => q{G d MMM y Eနေ့},
4707             GyMMMd => q{G d MMM y},
4708             H => q{HH},
4709             Hm => q{HH:mm},
4710             Hms => q{HH:mm:ss},
4711             M => q{L},
4712             MEd => q{d/M Eနေ့},
4713             MMM => q{LLL},
4714             MMMEd => q{MMM d၊ E},
4715             MMMMEd => q{MMMM d Eနေ့},
4716             MMMMd => q{MMMM d},
4717             MMMd => q{MMM d},
4718             Md => q{d/M},
4719             d => q{d},
4720             h => q{a h},
4721             hm => q{a h:mm},
4722             hms => q{a h:mm:ss},
4723             ms => q{mm:ss},
4724             y => q{G y},
4725             yyyy => q{G y},
4726             yyyyM => q{G M/y},
4727             yyyyMEd => q{GGGGG dd/MM/y Eနေ့},
4728             yyyyMMM => q{G y MMM},
4729             yyyyMMMEd => q{G d MMM y Eနေ့},
4730             yyyyMMMM => q{G y MMMM},
4731             yyyyMMMd => q{G d MMM y},
4732             yyyyMd => q{GGGGG dd/MM/Y},
4733             yyyyQQQ => q{G y QQQ},
4734             yyyyQQQQ => q{G y QQQQ},
4735             },
4736             'gregorian' => {
4737             Bh => q{B h},
4738             Bhm => q{B h:mm},
4739             Bhms => q{B h:mm:ss},
4740             E => q{cccနေ့},
4741             EBhm => q{E B h:mm},
4742             EBhms => q{E B h:mm:ss},
4743             EHm => q{E HH:mm},
4744             EHms => q{E HH:mm:ss},
4745             Ed => q{d ရက် Eနေ့},
4746             Ehm => q{E B h:mm},
4747             Ehms => q{E B h:mm:ss},
4748             Gy => q{G y},
4749             GyMMM => q{G y MMM},
4750             GyMMMEd => q{G y၊ MMM d၊ E},
4751             GyMMMd => q{G y၊ MMM d},
4752             H => q{HH},
4753             Hm => q{HH:mm},
4754             Hms => q{HH:mm:ss},
4755             Hmsv => q{v HH:mm:ss},
4756             Hmv => q{v HH:mm},
4757             M => q{L},
4758             MEd => q{d/M၊ E},
4759             MMM => q{LLL},
4760             MMMEd => q{MMM d၊ E},
4761             MMMMEd => q{MMMM d ရက် Eနေ့},
4762             MMMMW => q{MMM လ W ပတ်မြောက်},
4763             MMMMd => q{MMMM d},
4764             MMMd => q{d MMM},
4765             Md => q{d/M},
4766             d => q{d},
4767             h => q{B h},
4768             hm => q{B h:mm},
4769             hms => q{B h:mm:ss},
4770             hmsv => q{v a h:mm:ss},
4771             hmv => q{v a h:mm},
4772             ms => q{mm:ss},
4773             y => q{y},
4774             yM => q{M/y},
4775             yMEd => q{d/M/y၊ E},
4776             yMMM => q{MMM y},
4777             yMMMEd => q{y၊ MMM d၊ E},
4778             yMMMM => q{y MMMM},
4779             yMMMd => q{y၊ MMM d},
4780             yMd => q{dd-MM-y},
4781             yQQQ => q{y QQQ},
4782             yQQQQ => q{y QQQQ},
4783             yw => q{Y ခု w ပတ်မြောက်},
4784             },
4785             } },
4786             );
4787              
4788             has 'datetime_formats_append_item' => (
4789             is => 'ro',
4790             isa => HashRef,
4791             init_arg => undef,
4792             default => sub { {
4793             'gregorian' => {
4794             'Timezone' => '{1} {0}',
4795             },
4796             } },
4797             );
4798              
4799             has 'datetime_formats_interval' => (
4800             is => 'ro',
4801             isa => HashRef,
4802             init_arg => undef,
4803             default => sub { {
4804             'generic' => {
4805             H => {
4806             H => q{HH–HH},
4807             },
4808             Hm => {
4809             H => q{HH:mm–HH:mm},
4810             m => q{HH:mm–HH:mm},
4811             },
4812             Hmv => {
4813             H => q{HH:mm–HH:mm v},
4814             m => q{HH:mm–HH:mm v},
4815             },
4816             Hv => {
4817             H => q{HH–HH v},
4818             },
4819             M => {
4820             M => q{M – M},
4821             },
4822             MEd => {
4823             M => q{d/M Eနေ့ – d/M Eနေ့},
4824             d => q{d/M Eနေ့ – d/M Eနေ့},
4825             },
4826             MMM => {
4827             M => q{MMMM – MMMM},
4828             },
4829             MMMEd => {
4830             M => q{d MMM Eနေ့ – d MMM Eနေ့},
4831             d => q{d MMM Eနေ့ – d MMM Eနေ့},
4832             },
4833             MMMd => {
4834             M => q{d MMM – d MMM},
4835             d => q{d –d MMM},
4836             },
4837             Md => {
4838             M => q{d/M – d/M},
4839             d => q{d/M – d/M},
4840             },
4841             d => {
4842             d => q{d – d},
4843             },
4844             fallback => '{0} – {1}',
4845             h => {
4846             a => q{h a – h a},
4847             h => q{h–h a},
4848             },
4849             hm => {
4850             a => q{h:mm a – h:mm a},
4851             h => q{h:mm–h:mm a},
4852             m => q{h:mm–h:mm a},
4853             },
4854             hmv => {
4855             a => q{h:mm a – h:mm a v},
4856             h => q{h:mm–h:mm a v},
4857             m => q{h:mm–h:mm a v},
4858             },
4859             hv => {
4860             a => q{h a – h a v},
4861             h => q{h–h a v},
4862             },
4863             y => {
4864             y => q{G y – y},
4865             },
4866             yM => {
4867             M => q{GGGGG M/y – M/y},
4868             y => q{GGGGG M/y – M/y},
4869             },
4870             yMEd => {
4871             M => q{GGGGG d/M/y Eနေ့ – d/M/y Eနေ့},
4872             d => q{GGGGG d/M/y Eနေ့ – d/M/y Eနေ့},
4873             y => q{GGGGG d/M/y Eနေ့ – d/M/y Eနေ့},
4874             },
4875             yMMM => {
4876             M => q{G MMM y – MMM y},
4877             y => q{G MMM y – MMM y},
4878             },
4879             yMMMEd => {
4880             M => q{G y MMM d E – y MMM d E},
4881             d => q{G y MMM d E – y MMM d E},
4882             y => q{G y MMM d E – y MMM d E},
4883             },
4884             yMMMM => {
4885             M => q{G y MMMM – MMMM},
4886             y => q{G y MMMM – y MMMM},
4887             },
4888             yMMMd => {
4889             M => q{G y MMM d – MMM d},
4890             d => q{G d – d MMM y},
4891             y => q{G y MMM d – y MMM d},
4892             },
4893             yMd => {
4894             M => q{GGGGG d/M/y – d/M/y},
4895             d => q{GGGGG d/M/y – d/M/y},
4896             y => q{GGGGG d/M/y – d/M/y},
4897             },
4898             },
4899             'gregorian' => {
4900             H => {
4901             H => q{HH – HH},
4902             },
4903             Hm => {
4904             H => q{HH:mm – HH:mm},
4905             m => q{HH:mm – HH:mm},
4906             },
4907             Hmv => {
4908             H => q{v HH:mm – HH:mm},
4909             m => q{v HH:mm – HH:mm},
4910             },
4911             Hv => {
4912             H => q{v HH – HH},
4913             },
4914             M => {
4915             M => q{M – M},
4916             },
4917             MEd => {
4918             M => q{d/M၊ EEEE – d/M၊ EEEE},
4919             d => q{d/M၊ EEEE – d/M၊ EEEE},
4920             },
4921             MMM => {
4922             M => q{MMM – MMM},
4923             },
4924             MMMEd => {
4925             M => q{MMM d၊ E – MMM d၊ E},
4926             d => q{MMM d၊ E – MMM d၊ E},
4927             },
4928             MMMd => {
4929             M => q{MMM d – MMM d},
4930             d => q{MMM d – d},
4931             },
4932             Md => {
4933             M => q{d/M – d/M},
4934             d => q{d/M – d/M},
4935             },
4936             d => {
4937             d => q{d – d},
4938             },
4939             fallback => '{0} – {1}',
4940             h => {
4941             a => q{a h – a h},
4942             h => q{a h – h},
4943             },
4944             hm => {
4945             a => q{a h:mm – a h:mm},
4946             h => q{a h:mm – h:mm},
4947             m => q{a h:mm – h:mm},
4948             },
4949             hmv => {
4950             a => q{v a h:mm – a h:mm},
4951             h => q{v a h:mm – h:mm},
4952             m => q{v a h:mm – h:mm},
4953             },
4954             hv => {
4955             a => q{v a h – a h},
4956             h => q{v a h – h},
4957             },
4958             y => {
4959             y => q{y – y},
4960             },
4961             yM => {
4962             M => q{M/y – M/y},
4963             y => q{M/y – M/y},
4964             },
4965             yMEd => {
4966             M => q{d/M/y၊ EEEE – d/M/y၊ EEEE},
4967             d => q{d/M/y၊ EEEE – d/M/y၊ EEEE},
4968             y => q{d/M/y၊ EEEE – d/M/y၊ EEEE},
4969             },
4970             yMMM => {
4971             M => q{y MMM – MMM},
4972             y => q{y MMM – y MMM},
4973             },
4974             yMMMEd => {
4975             M => q{y၊ MMM d၊ EEEE – MMM d၊ EEEE},
4976             d => q{y၊ MMM d၊ EEEE – MMM d၊ EEEE},
4977             y => q{y၊ MMM d၊ EEEE – y၊ MMM d၊ EEEE},
4978             },
4979             yMMMM => {
4980             M => q{y MMMM – MMMM},
4981             y => q{y MMMM – y MMMM},
4982             },
4983             yMMMd => {
4984             M => q{y၊ MMM d – MMM d},
4985             d => q{y၊ MMM d – d},
4986             y => q{y၊ MMM d – y၊ MMM d},
4987             },
4988             yMd => {
4989             M => q{d/M/y – d/M/y},
4990             d => q{d/M/y – d/M/y},
4991             y => q{d/M/y – d/M/y},
4992             },
4993             },
4994             } },
4995             );
4996              
4997             has 'time_zone_names' => (
4998             is => 'ro',
4999             isa => HashRef,
5000             init_arg => undef,
5001             default => sub { {
5002             hourFormat => q(+HH:mm;-HH:mm),
5003             gmtFormat => q(GMT{0}),
5004             gmtZeroFormat => q(GMT),
5005             regionFormat => q({0} အချိန်),
5006             regionFormat => q({0} နွေရာသီ စံတော်ချိန်),
5007             regionFormat => q({0} စံတော်ချိန်),
5008             fallbackFormat => q({1} ({0})),
5009             'Afghanistan' => {
5010             long => {
5011             'standard' => q#အာဖဂန်နစ္စတန် အချိန်#,
5012             },
5013             },
5014             'Africa/Abidjan' => {
5015             exemplarCity => q#အာဘီဂျန်#,
5016             },
5017             'Africa/Accra' => {
5018             exemplarCity => q#အက်ကရာ#,
5019             },
5020             'Africa/Addis_Ababa' => {
5021             exemplarCity => q#အားဒစ် အဘာဘာ#,
5022             },
5023             'Africa/Algiers' => {
5024             exemplarCity => q#အယ်လ်ဂျီးရီးယား#,
5025             },
5026             'Africa/Asmera' => {
5027             exemplarCity => q#အားစ်မားရာ#,
5028             },
5029             'Africa/Bamako' => {
5030             exemplarCity => q#ဘာမာကို#,
5031             },
5032             'Africa/Bangui' => {
5033             exemplarCity => q#ဘာန်ဂီး#,
5034             },
5035             'Africa/Banjul' => {
5036             exemplarCity => q#ဘန်ဂျုးလ်#,
5037             },
5038             'Africa/Bissau' => {
5039             exemplarCity => q#ဘီစာအို#,
5040             },
5041             'Africa/Blantyre' => {
5042             exemplarCity => q#ဘလန်တိုင်းရဲလ်#,
5043             },
5044             'Africa/Brazzaville' => {
5045             exemplarCity => q#ဘရားဇာဗီးလ်#,
5046             },
5047             'Africa/Bujumbura' => {
5048             exemplarCity => q#ဘူဂျွန်ဘူးရာ#,
5049             },
5050             'Africa/Cairo' => {
5051             exemplarCity => q#ကိုင်ရို#,
5052             },
5053             'Africa/Casablanca' => {
5054             exemplarCity => q#ကာဆာဘလန်ကာ#,
5055             },
5056             'Africa/Ceuta' => {
5057             exemplarCity => q#ဆီရူးတာ#,
5058             },
5059             'Africa/Conakry' => {
5060             exemplarCity => q#ကိုနာကရီး#,
5061             },
5062             'Africa/Dakar' => {
5063             exemplarCity => q#ဒက်ကား#,
5064             },
5065             'Africa/Dar_es_Salaam' => {
5066             exemplarCity => q#ဒါရက်စ်ဆာလမ်#,
5067             },
5068             'Africa/Djibouti' => {
5069             exemplarCity => q#ဂျီဘူတီ#,
5070             },
5071             'Africa/Douala' => {
5072             exemplarCity => q#ဒိုအူအာလာ#,
5073             },
5074             'Africa/El_Aaiun' => {
5075             exemplarCity => q#အယ်လ်အာယွန်း#,
5076             },
5077             'Africa/Freetown' => {
5078             exemplarCity => q#ဖရီးတောင်းန်#,
5079             },
5080             'Africa/Gaborone' => {
5081             exemplarCity => q#ဂါဘာရွန်းနီ#,
5082             },
5083             'Africa/Harare' => {
5084             exemplarCity => q#ဟာရားရဲယ်#,
5085             },
5086             'Africa/Johannesburg' => {
5087             exemplarCity => q#ဂျိုဟန်းနက်စဘတ်#,
5088             },
5089             'Africa/Juba' => {
5090             exemplarCity => q#ဂျုဘာ#,
5091             },
5092             'Africa/Kampala' => {
5093             exemplarCity => q#ကမ်ပါလာ#,
5094             },
5095             'Africa/Khartoum' => {
5096             exemplarCity => q#ခါတိုအန်#,
5097             },
5098             'Africa/Kigali' => {
5099             exemplarCity => q#ကီဂါးလီ#,
5100             },
5101             'Africa/Kinshasa' => {
5102             exemplarCity => q#ကင်ရှာစာ#,
5103             },
5104             'Africa/Lagos' => {
5105             exemplarCity => q#လာဂိုစ်#,
5106             },
5107             'Africa/Libreville' => {
5108             exemplarCity => q#လီဗရာဗီးလ်#,
5109             },
5110             'Africa/Lome' => {
5111             exemplarCity => q#လိုမီ#,
5112             },
5113             'Africa/Luanda' => {
5114             exemplarCity => q#လူဝမ်ဒါ#,
5115             },
5116             'Africa/Lubumbashi' => {
5117             exemplarCity => q#လူဘွန်းဘာရှီ#,
5118             },
5119             'Africa/Lusaka' => {
5120             exemplarCity => q#လူစာကာ#,
5121             },
5122             'Africa/Malabo' => {
5123             exemplarCity => q#မာလာဘို#,
5124             },
5125             'Africa/Maputo' => {
5126             exemplarCity => q#မာပူးတို#,
5127             },
5128             'Africa/Maseru' => {
5129             exemplarCity => q#မာဆူရူး#,
5130             },
5131             'Africa/Mbabane' => {
5132             exemplarCity => q#ဘားဘာန်း#,
5133             },
5134             'Africa/Mogadishu' => {
5135             exemplarCity => q#မော်ဂါဒီးသျုး#,
5136             },
5137             'Africa/Monrovia' => {
5138             exemplarCity => q#မွန်ရိုးဗီးယား#,
5139             },
5140             'Africa/Nairobi' => {
5141             exemplarCity => q#နိုင်ရိုဘီ#,
5142             },
5143             'Africa/Ndjamena' => {
5144             exemplarCity => q#အင်ဂျာမီနာ#,
5145             },
5146             'Africa/Niamey' => {
5147             exemplarCity => q#ညာမဲယ်#,
5148             },
5149             'Africa/Nouakchott' => {
5150             exemplarCity => q#နိုအာ့ခ်ရှော့တ်#,
5151             },
5152             'Africa/Ouagadougou' => {
5153             exemplarCity => q#ဝါဂါဒူးဂူ#,
5154             },
5155             'Africa/Porto-Novo' => {
5156             exemplarCity => q#ပိုတို-နိုဗို#,
5157             },
5158             'Africa/Sao_Tome' => {
5159             exemplarCity => q#ဆောင်တူမေး#,
5160             },
5161             'Africa/Tripoli' => {
5162             exemplarCity => q#ထရီပိုလီ#,
5163             },
5164             'Africa/Tunis' => {
5165             exemplarCity => q#တူနီစ်#,
5166             },
5167             'Africa/Windhoek' => {
5168             exemplarCity => q#ဗင်းဟူးခ်#,
5169             },
5170             'Africa_Central' => {
5171             long => {
5172             'standard' => q#အလယ်အာဖရိက အချိန်#,
5173             },
5174             },
5175             'Africa_Eastern' => {
5176             long => {
5177             'standard' => q#အရှေ့အာဖရိက အချိန်#,
5178             },
5179             },
5180             'Africa_Southern' => {
5181             long => {
5182             'standard' => q#တောင်အာဖရိက အချိန်#,
5183             },
5184             },
5185             'Africa_Western' => {
5186             long => {
5187             'daylight' => q#အနောက်အာဖရိက နွေရာသီ အချိန်#,
5188             'generic' => q#အနောက်အာဖရိက အချိန်#,
5189             'standard' => q#အနောက်အာဖရိက စံတော်ချိန်#,
5190             },
5191             },
5192             'Alaska' => {
5193             long => {
5194             'daylight' => q#အလာစကာ နွေရာသီ စံတော်ချိန်#,
5195             'generic' => q#အလာစကာ အချိန်#,
5196             'standard' => q#အလာစကာ စံတော်ချိန်#,
5197             },
5198             },
5199             'Amazon' => {
5200             long => {
5201             'daylight' => q#အမေဇုံ နွေရာသီအချိန်#,
5202             'generic' => q#အမေဇုံ အချိန်#,
5203             'standard' => q#အမေဇုံ စံတော်ချိန်#,
5204             },
5205             },
5206             'America/Adak' => {
5207             exemplarCity => q#အာဒချ#,
5208             },
5209             'America/Anchorage' => {
5210             exemplarCity => q#အန်ကာရေ့ဂျ်#,
5211             },
5212             'America/Anguilla' => {
5213             exemplarCity => q#အန်ဂီလာ#,
5214             },
5215             'America/Antigua' => {
5216             exemplarCity => q#အန်တီဂွါ#,
5217             },
5218             'America/Araguaina' => {
5219             exemplarCity => q#အာရာဂွါအီနာ#,
5220             },
5221             'America/Argentina/La_Rioja' => {
5222             exemplarCity => q#လာ ရီယိုဟာ#,
5223             },
5224             'America/Argentina/Rio_Gallegos' => {
5225             exemplarCity => q#ရီယို ဂါလီဂိုစ်#,
5226             },
5227             'America/Argentina/Salta' => {
5228             exemplarCity => q#ဆာလ်တာ#,
5229             },
5230             'America/Argentina/San_Juan' => {
5231             exemplarCity => q#ဆန် ဂွမ်#,
5232             },
5233             'America/Argentina/San_Luis' => {
5234             exemplarCity => q#ဆန် လူဝီစ်#,
5235             },
5236             'America/Argentina/Tucuman' => {
5237             exemplarCity => q#တူကူမန်#,
5238             },
5239             'America/Argentina/Ushuaia' => {
5240             exemplarCity => q#ဥဆွာအီအာ#,
5241             },
5242             'America/Aruba' => {
5243             exemplarCity => q#အာရူးဗာ#,
5244             },
5245             'America/Asuncion' => {
5246             exemplarCity => q#အာဆူစီအွန်း#,
5247             },
5248             'America/Bahia' => {
5249             exemplarCity => q#ဘာဟီအာ#,
5250             },
5251             'America/Bahia_Banderas' => {
5252             exemplarCity => q#ဘာဟီအာ ဘန်ဒရက်စ်#,
5253             },
5254             'America/Barbados' => {
5255             exemplarCity => q#ဘာဘေးဒိုးစ်#,
5256             },
5257             'America/Belem' => {
5258             exemplarCity => q#ဘီလင်မ်#,
5259             },
5260             'America/Belize' => {
5261             exemplarCity => q#ဘလိဇ်#,
5262             },
5263             'America/Blanc-Sablon' => {
5264             exemplarCity => q#ဘလွန်ခ်-စာဘလွန်#,
5265             },
5266             'America/Boa_Vista' => {
5267             exemplarCity => q#ဘိုအာဗီစ်တာ#,
5268             },
5269             'America/Bogota' => {
5270             exemplarCity => q#ဘိုဂိုတာ#,
5271             },
5272             'America/Boise' => {
5273             exemplarCity => q#ဗွိုက်စီ#,
5274             },
5275             'America/Buenos_Aires' => {
5276             exemplarCity => q#ဗျူနိုအေးရိစ်#,
5277             },
5278             'America/Cambridge_Bay' => {
5279             exemplarCity => q#ကိန်းဘရစ်ချ် ဘေး#,
5280             },
5281             'America/Campo_Grande' => {
5282             exemplarCity => q#ကိမ်ပို ဂရန်ဒီ#,
5283             },
5284             'America/Cancun' => {
5285             exemplarCity => q#ကန်ခန်#,
5286             },
5287             'America/Caracas' => {
5288             exemplarCity => q#ကာရာကာစ်#,
5289             },
5290             'America/Catamarca' => {
5291             exemplarCity => q#ကာတာမာရျကာ#,
5292             },
5293             'America/Cayenne' => {
5294             exemplarCity => q#ကေညင်န်#,
5295             },
5296             'America/Cayman' => {
5297             exemplarCity => q#ကေမန်#,
5298             },
5299             'America/Chicago' => {
5300             exemplarCity => q#ချီကာကို#,
5301             },
5302             'America/Chihuahua' => {
5303             exemplarCity => q#ချီဟူအာဟူအာ#,
5304             },
5305             'America/Coral_Harbour' => {
5306             exemplarCity => q#အာတီကိုကန်#,
5307             },
5308             'America/Cordoba' => {
5309             exemplarCity => q#ကိုဒိုဘာ#,
5310             },
5311             'America/Costa_Rica' => {
5312             exemplarCity => q#ကို့စတာရီကာ#,
5313             },
5314             'America/Creston' => {
5315             exemplarCity => q#ကရစ်စတွန်#,
5316             },
5317             'America/Cuiaba' => {
5318             exemplarCity => q#ကွီရာဘာ#,
5319             },
5320             'America/Curacao' => {
5321             exemplarCity => q#ကျူရေးကိုး#,
5322             },
5323             'America/Danmarkshavn' => {
5324             exemplarCity => q#ဒန်မတ်ရှ်ဗာန်#,
5325             },
5326             'America/Dawson' => {
5327             exemplarCity => q#ဒေါ်ဆန်#,
5328             },
5329             'America/Dawson_Creek' => {
5330             exemplarCity => q#ဒေါ်ဆန် ခရိခ်#,
5331             },
5332             'America/Denver' => {
5333             exemplarCity => q#ဒင်န်ဗာ#,
5334             },
5335             'America/Detroit' => {
5336             exemplarCity => q#ဒက်ထရွိုက်#,
5337             },
5338             'America/Dominica' => {
5339             exemplarCity => q#ဒိုမီနီကာ#,
5340             },
5341             'America/Edmonton' => {
5342             exemplarCity => q#အက်ဒ်မွန်တန်#,
5343             },
5344             'America/Eirunepe' => {
5345             exemplarCity => q#အီရူနီပီ#,
5346             },
5347             'America/El_Salvador' => {
5348             exemplarCity => q#အယ်လ်ဆာဗေဒို#,
5349             },
5350             'America/Fort_Nelson' => {
5351             exemplarCity => q#ဖို့တ် နယ်လ်ဆင်#,
5352             },
5353             'America/Fortaleza' => {
5354             exemplarCity => q#ဖို့တ်တာလီဇာ#,
5355             },
5356             'America/Glace_Bay' => {
5357             exemplarCity => q#ဂလဲစ်ဘေး#,
5358             },
5359             'America/Godthab' => {
5360             exemplarCity => q#နုခ်#,
5361             },
5362             'America/Goose_Bay' => {
5363             exemplarCity => q#ဂူးစ်ဘေး#,
5364             },
5365             'America/Grand_Turk' => {
5366             exemplarCity => q#ဂရန်ဒ် တခ်#,
5367             },
5368             'America/Grenada' => {
5369             exemplarCity => q#ဂရီနေဒါ#,
5370             },
5371             'America/Guadeloupe' => {
5372             exemplarCity => q#ဂွါဒီလုပ်#,
5373             },
5374             'America/Guatemala' => {
5375             exemplarCity => q#ဂွါတီမာလာ#,
5376             },
5377             'America/Guayaquil' => {
5378             exemplarCity => q#ဂွါရာကွီးလ်#,
5379             },
5380             'America/Guyana' => {
5381             exemplarCity => q#ဂိုင်ယာနာ#,
5382             },
5383             'America/Halifax' => {
5384             exemplarCity => q#ဟလီဖက်စ်#,
5385             },
5386             'America/Havana' => {
5387             exemplarCity => q#ဟာဗာနာ#,
5388             },
5389             'America/Hermosillo' => {
5390             exemplarCity => q#ဟာမိုစ်စီလို#,
5391             },
5392             'America/Indiana/Knox' => {
5393             exemplarCity => q#နောက်ခ်စ် အင်ဒီယားနား#,
5394             },
5395             'America/Indiana/Marengo' => {
5396             exemplarCity => q#မာရန်ဂို အင်ဒီယားနား#,
5397             },
5398             'America/Indiana/Petersburg' => {
5399             exemplarCity => q#ပီတာစ်ဘတ်ခ် အင်ဒီယားနား#,
5400             },
5401             'America/Indiana/Tell_City' => {
5402             exemplarCity => q#တဲလ်စီးတီး အင်ဒီယားနား#,
5403             },
5404             'America/Indiana/Vevay' => {
5405             exemplarCity => q#ဗီဗဲ အင်ဒီယားနား#,
5406             },
5407             'America/Indiana/Vincennes' => {
5408             exemplarCity => q#ဗင်ဆင့်စ် အင်ဒီယားနား#,
5409             },
5410             'America/Indiana/Winamac' => {
5411             exemplarCity => q#ဝီနာမက်ခ် အင်ဒီယားနား#,
5412             },
5413             'America/Indianapolis' => {
5414             exemplarCity => q#အင်ဒီယားနား ပိုလိစ်#,
5415             },
5416             'America/Inuvik' => {
5417             exemplarCity => q#အီနုဗီခ်#,
5418             },
5419             'America/Iqaluit' => {
5420             exemplarCity => q#အီကာလူအီတ်#,
5421             },
5422             'America/Jamaica' => {
5423             exemplarCity => q#ဂျမေကာ#,
5424             },
5425             'America/Jujuy' => {
5426             exemplarCity => q#ဂျုဂျေ#,
5427             },
5428             'America/Juneau' => {
5429             exemplarCity => q#ဂျုနိုအော#,
5430             },
5431             'America/Kentucky/Monticello' => {
5432             exemplarCity => q#မွန်တီချယ်လို ကင်တပ်ကီ#,
5433             },
5434             'America/Kralendijk' => {
5435             exemplarCity => q#ခရာလဲန်းဒစ်ချ်#,
5436             },
5437             'America/La_Paz' => {
5438             exemplarCity => q#လာပါဇ်#,
5439             },
5440             'America/Lima' => {
5441             exemplarCity => q#လီမာ#,
5442             },
5443             'America/Los_Angeles' => {
5444             exemplarCity => q#လော့စ်အိန်ဂျယ်လိစ်#,
5445             },
5446             'America/Louisville' => {
5447             exemplarCity => q#လူဝီဗီးလ်#,
5448             },
5449             'America/Lower_Princes' => {
5450             exemplarCity => q#လိုအာပရင့်စ် ကွာတာ#,
5451             },
5452             'America/Maceio' => {
5453             exemplarCity => q#မာဆဲသွာ#,
5454             },
5455             'America/Managua' => {
5456             exemplarCity => q#မာနာဂွါ#,
5457             },
5458             'America/Manaus' => {
5459             exemplarCity => q#မာနောက်စ်#,
5460             },
5461             'America/Marigot' => {
5462             exemplarCity => q#မာရီဂေါ့#,
5463             },
5464             'America/Martinique' => {
5465             exemplarCity => q#မာတီနီဂ်#,
5466             },
5467             'America/Matamoros' => {
5468             exemplarCity => q#မာတာမိုရိုစ်#,
5469             },
5470             'America/Mazatlan' => {
5471             exemplarCity => q#မာဇတ်လန်#,
5472             },
5473             'America/Mendoza' => {
5474             exemplarCity => q#မန်ဒိုဇာ#,
5475             },
5476             'America/Menominee' => {
5477             exemplarCity => q#မီနိုမီနီး#,
5478             },
5479             'America/Merida' => {
5480             exemplarCity => q#မီရီဒါ#,
5481             },
5482             'America/Metlakatla' => {
5483             exemplarCity => q#မက်တ်လာကက်လာ#,
5484             },
5485             'America/Mexico_City' => {
5486             exemplarCity => q#မက်ကဆီကို စီးတီး#,
5487             },
5488             'America/Miquelon' => {
5489             exemplarCity => q#မီကွီလွန်#,
5490             },
5491             'America/Moncton' => {
5492             exemplarCity => q#မွန်ခ်တွန်#,
5493             },
5494             'America/Monterrey' => {
5495             exemplarCity => q#မွန်တဲရေး#,
5496             },
5497             'America/Montevideo' => {
5498             exemplarCity => q#မွန်တီဗီဒီအို#,
5499             },
5500             'America/Montserrat' => {
5501             exemplarCity => q#မွန့်(တ်)ဆေးရတ်#,
5502             },
5503             'America/Nassau' => {
5504             exemplarCity => q#နာ့ဆော်#,
5505             },
5506             'America/New_York' => {
5507             exemplarCity => q#နယူးယောက်#,
5508             },
5509             'America/Nipigon' => {
5510             exemplarCity => q#နီပီဂွန်#,
5511             },
5512             'America/Nome' => {
5513             exemplarCity => q#နိုမီ#,
5514             },
5515             'America/Noronha' => {
5516             exemplarCity => q#နိုရိုညာ#,
5517             },
5518             'America/North_Dakota/Beulah' => {
5519             exemplarCity => q#ဗြူလာ၊ မြောက်ဒါကိုတာ#,
5520             },
5521             'America/North_Dakota/Center' => {
5522             exemplarCity => q#စင်တာ၊ မြောက်ဒါကိုတာ#,
5523             },
5524             'America/North_Dakota/New_Salem' => {
5525             exemplarCity => q#နယူးဆေးလမ်၊ မြောက်ဒါကိုတာ#,
5526             },
5527             'America/Ojinaga' => {
5528             exemplarCity => q#အိုခီနဂါ#,
5529             },
5530             'America/Panama' => {
5531             exemplarCity => q#ပနားမား#,
5532             },
5533             'America/Pangnirtung' => {
5534             exemplarCity => q#ဖန်ဂ်နသ်တံ#,
5535             },
5536             'America/Paramaribo' => {
5537             exemplarCity => q#ပါရာမာရီဘို#,
5538             },
5539             'America/Phoenix' => {
5540             exemplarCity => q#ဖီးနစ်#,
5541             },
5542             'America/Port-au-Prince' => {
5543             exemplarCity => q#ပို့တ်-အို-ပရင့်စ်#,
5544             },
5545             'America/Port_of_Spain' => {
5546             exemplarCity => q#ပို့တ် အော့ဖ် စပိန်#,
5547             },
5548             'America/Porto_Velho' => {
5549             exemplarCity => q#ပို့တ်တို ဗဲလီယို#,
5550             },
5551             'America/Puerto_Rico' => {
5552             exemplarCity => q#ပေါ်တိုရီကို#,
5553             },
5554             'America/Punta_Arenas' => {
5555             exemplarCity => q#ပွန်တာ အရီနာစ်#,
5556             },
5557             'America/Rainy_River' => {
5558             exemplarCity => q#ရိမ်းနီး ရီဗာ#,
5559             },
5560             'America/Rankin_Inlet' => {
5561             exemplarCity => q#ရန်ကင် အင်းလက်#,
5562             },
5563             'America/Recife' => {
5564             exemplarCity => q#ဟေစီဖီလ်#,
5565             },
5566             'America/Regina' => {
5567             exemplarCity => q#ရယ်ဂျီနာ#,
5568             },
5569             'America/Resolute' => {
5570             exemplarCity => q#ရီဆိုလုပ်(တ်)#,
5571             },
5572             'America/Rio_Branco' => {
5573             exemplarCity => q#ရီယို ဘရန်ကို#,
5574             },
5575             'America/Santa_Isabel' => {
5576             exemplarCity => q#ဆန်တာ အစ္ဇဘဲလ်#,
5577             },
5578             'America/Santarem' => {
5579             exemplarCity => q#ဆန်တာရမ်#,
5580             },
5581             'America/Santiago' => {
5582             exemplarCity => q#ဆန်တီအာဂို#,
5583             },
5584             'America/Santo_Domingo' => {
5585             exemplarCity => q#ဆန်တို ဒိုမင်းဂို#,
5586             },
5587             'America/Sao_Paulo' => {
5588             exemplarCity => q#ဆော်ပိုလို#,
5589             },
5590             'America/Scoresbysund' => {
5591             exemplarCity => q#အစ်တာကာ တိုးမိရက်တ်#,
5592             },
5593             'America/Sitka' => {
5594             exemplarCity => q#စစ်ကာ#,
5595             },
5596             'America/St_Barthelemy' => {
5597             exemplarCity => q#စိန့်ဘာသယ်လမီ#,
5598             },
5599             'America/St_Johns' => {
5600             exemplarCity => q#စိန့်ဂျွန်း#,
5601             },
5602             'America/St_Kitts' => {
5603             exemplarCity => q#စိန့်ကိစ်#,
5604             },
5605             'America/St_Lucia' => {
5606             exemplarCity => q#စိန့်လူစီယာ#,
5607             },
5608             'America/St_Thomas' => {
5609             exemplarCity => q#စိန့်သောမတ်စ်#,
5610             },
5611             'America/St_Vincent' => {
5612             exemplarCity => q#စိန့်ဗင်းဆင့်#,
5613             },
5614             'America/Swift_Current' => {
5615             exemplarCity => q#စွတ်ဖ်တ် ကားရင့်#,
5616             },
5617             'America/Tegucigalpa' => {
5618             exemplarCity => q#တီဂူစီဂလ်ပါ#,
5619             },
5620             'America/Thule' => {
5621             exemplarCity => q#သုလီ#,
5622             },
5623             'America/Thunder_Bay' => {
5624             exemplarCity => q#သန်းန်ဒါး ဘေး#,
5625             },
5626             'America/Tijuana' => {
5627             exemplarCity => q#တီဂွါနာ#,
5628             },
5629             'America/Toronto' => {
5630             exemplarCity => q#တိုရန်တို#,
5631             },
5632             'America/Tortola' => {
5633             exemplarCity => q#တောတိုလာ#,
5634             },
5635             'America/Vancouver' => {
5636             exemplarCity => q#ဗန်ကူးဗား#,
5637             },
5638             'America/Whitehorse' => {
5639             exemplarCity => q#ဝိုက်(တ်)ဟိုစ်#,
5640             },
5641             'America/Winnipeg' => {
5642             exemplarCity => q#ဝီနီဗက်ဂ်#,
5643             },
5644             'America/Yakutat' => {
5645             exemplarCity => q#ရာကုတတ်#,
5646             },
5647             'America/Yellowknife' => {
5648             exemplarCity => q#ရဲလိုနိုက်ဖ်#,
5649             },
5650             'America_Central' => {
5651             long => {
5652             'daylight' => q#မြောက်အမေရိက အလယ်ပိုင်း နွေရာသီစံတော်ချိန်#,
5653             'generic' => q#မြောက်အမေရိက အလယ်ပိုင်းအချိန်#,
5654             'standard' => q#မြောက်အမေရိက အလယ်ပိုင်းစံတော်ချိန်#,
5655             },
5656             },
5657             'America_Eastern' => {
5658             long => {
5659             'daylight' => q#မြောက်အမေရိက အရှေ့ပိုင်း နွေရာသီစံတော်ချိန်#,
5660             'generic' => q#မြောက်အမေရိက အရှေ့ပိုင်းအချိန်#,
5661             'standard' => q#မြောက်အမေရိက အရှေ့ပိုင်းစံတော်ချိန်#,
5662             },
5663             },
5664             'America_Mountain' => {
5665             long => {
5666             'daylight' => q#မြောက်အမေရိက တောင်တန်းဒေသ နွေရာသီစံတော်ချိန်#,
5667             'generic' => q#မြောက်အမေရိက တောင်တန်းဒေသအချိန်#,
5668             'standard' => q#မြောက်အမေရိက တောင်တန်းဒေသစံတော်ချိန်#,
5669             },
5670             },
5671             'America_Pacific' => {
5672             long => {
5673             'daylight' => q#မြောက်အမေရိက ပစိဖိတ် နွေရာသီစံတော်ချိန်#,
5674             'generic' => q#မြောက်အမေရိက ပစိဖိတ်အချိန်#,
5675             'standard' => q#မြောက်အမေရိက ပစိဖိတ်စံတော်ချိန်#,
5676             },
5677             },
5678             'Antarctica/Casey' => {
5679             exemplarCity => q#ကေစီ#,
5680             },
5681             'Antarctica/Davis' => {
5682             exemplarCity => q#ဒေးဗစ်#,
5683             },
5684             'Antarctica/DumontDUrville' => {
5685             exemplarCity => q#ဒူးမော့တ် ဒါရ်ဗီးလ်#,
5686             },
5687             'Antarctica/Macquarie' => {
5688             exemplarCity => q#မက်ကွယ်ရီ#,
5689             },
5690             'Antarctica/Mawson' => {
5691             exemplarCity => q#မော်စွန်#,
5692             },
5693             'Antarctica/McMurdo' => {
5694             exemplarCity => q#မက်မူဒိုး#,
5695             },
5696             'Antarctica/Palmer' => {
5697             exemplarCity => q#ပါလ်မာ#,
5698             },
5699             'Antarctica/Rothera' => {
5700             exemplarCity => q#ရိုသီရာ#,
5701             },
5702             'Antarctica/Syowa' => {
5703             exemplarCity => q#ရှိုးဝါ#,
5704             },
5705             'Antarctica/Troll' => {
5706             exemplarCity => q#ထရိုလ်#,
5707             },
5708             'Antarctica/Vostok' => {
5709             exemplarCity => q#ဗိုစ်တိုခ်#,
5710             },
5711             'Apia' => {
5712             long => {
5713             'daylight' => q#အပီယာ နွေရာသီ အချိန်#,
5714             'generic' => q#အပီယာ အချိန်#,
5715             'standard' => q#အပီယာ စံတော်ချိန်#,
5716             },
5717             },
5718             'Arabian' => {
5719             long => {
5720             'daylight' => q#အာရေဗျ နွေရာသီ အချိန်#,
5721             'generic' => q#အာရေဗျ အချိန်#,
5722             'standard' => q#အာရေဗျ စံတော်ချိန်#,
5723             },
5724             },
5725             'Arctic/Longyearbyen' => {
5726             exemplarCity => q#လောင်ရီယားဘရံ#,
5727             },
5728             'Argentina' => {
5729             long => {
5730             'daylight' => q#အာဂျင်တီးနား နွေရာသီအချိန်#,
5731             'generic' => q#အာဂျင်တီးနား အချိန်#,
5732             'standard' => q#အာဂျင်တီးနား စံတော်ချိန်#,
5733             },
5734             },
5735             'Argentina_Western' => {
5736             long => {
5737             'daylight' => q#အနောက် အာဂျင်တီးနား နွေရာသီ အချိန်#,
5738             'generic' => q#အနောက် အာဂျင်တီးနား အချိန်#,
5739             'standard' => q#အနောက် အာဂျင်တီးနား စံတော်ချိန်#,
5740             },
5741             },
5742             'Armenia' => {
5743             long => {
5744             'daylight' => q#အာမေးနီးယား နွေရာသီ အချိန်#,
5745             'generic' => q#အာမေးနီးယား အချိန်#,
5746             'standard' => q#အာမေးနီးယား စံတော်ချိန်#,
5747             },
5748             },
5749             'Asia/Aden' => {
5750             exemplarCity => q#အာဒင်#,
5751             },
5752             'Asia/Almaty' => {
5753             exemplarCity => q#အော်မာတီ#,
5754             },
5755             'Asia/Amman' => {
5756             exemplarCity => q#အာမာန်း#,
5757             },
5758             'Asia/Anadyr' => {
5759             exemplarCity => q#အန်အာဒီအာ#,
5760             },
5761             'Asia/Aqtau' => {
5762             exemplarCity => q#အက်တာဥု#,
5763             },
5764             'Asia/Aqtobe' => {
5765             exemplarCity => q#အာချတူးဘီ#,
5766             },
5767             'Asia/Ashgabat' => {
5768             exemplarCity => q#အာရှ်ဂါဘာဒ်#,
5769             },
5770             'Asia/Atyrau' => {
5771             exemplarCity => q#အာတီရအူ#,
5772             },
5773             'Asia/Baghdad' => {
5774             exemplarCity => q#ဘဂ္ဂဒက်#,
5775             },
5776             'Asia/Bahrain' => {
5777             exemplarCity => q#ဘာရိန်း#,
5778             },
5779             'Asia/Baku' => {
5780             exemplarCity => q#ဘာကူ#,
5781             },
5782             'Asia/Bangkok' => {
5783             exemplarCity => q#ဘန်ကောက်#,
5784             },
5785             'Asia/Barnaul' => {
5786             exemplarCity => q#ဘရ်နာအူ#,
5787             },
5788             'Asia/Beirut' => {
5789             exemplarCity => q#ဘေရွတ်#,
5790             },
5791             'Asia/Bishkek' => {
5792             exemplarCity => q#ဘီရှ်ခက်#,
5793             },
5794             'Asia/Brunei' => {
5795             exemplarCity => q#ဘရူနိုင်း#,
5796             },
5797             'Asia/Calcutta' => {
5798             exemplarCity => q#ကိုလျကတ်တား#,
5799             },
5800             'Asia/Chita' => {
5801             exemplarCity => q#ချီတာ#,
5802             },
5803             'Asia/Choibalsan' => {
5804             exemplarCity => q#ချွဲဘောဆန်#,
5805             },
5806             'Asia/Colombo' => {
5807             exemplarCity => q#ကိုလံဘို#,
5808             },
5809             'Asia/Damascus' => {
5810             exemplarCity => q#ဒမားစကပ်#,
5811             },
5812             'Asia/Dhaka' => {
5813             exemplarCity => q#ဒက်ကာ#,
5814             },
5815             'Asia/Dili' => {
5816             exemplarCity => q#ဒစ်လီ#,
5817             },
5818             'Asia/Dubai' => {
5819             exemplarCity => q#ဒူဘိုင်း#,
5820             },
5821             'Asia/Dushanbe' => {
5822             exemplarCity => q#ဒူရှန်းဘဲ#,
5823             },
5824             'Asia/Famagusta' => {
5825             exemplarCity => q#ဖာမာဂူစတာ#,
5826             },
5827             'Asia/Gaza' => {
5828             exemplarCity => q#ဂါဇာ#,
5829             },
5830             'Asia/Hebron' => {
5831             exemplarCity => q#ဟီဘရွန်#,
5832             },
5833             'Asia/Hong_Kong' => {
5834             exemplarCity => q#ဟောင်ကောင်#,
5835             },
5836             'Asia/Hovd' => {
5837             exemplarCity => q#ဟိုးဗျ#,
5838             },
5839             'Asia/Irkutsk' => {
5840             exemplarCity => q#အီရူခူတ်#,
5841             },
5842             'Asia/Jakarta' => {
5843             exemplarCity => q#ဂျကာတာ#,
5844             },
5845             'Asia/Jayapura' => {
5846             exemplarCity => q#ဂျာရာပူရာ#,
5847             },
5848             'Asia/Jerusalem' => {
5849             exemplarCity => q#ဂျေရုဆလင်#,
5850             },
5851             'Asia/Kabul' => {
5852             exemplarCity => q#ကဘူးလျ#,
5853             },
5854             'Asia/Kamchatka' => {
5855             exemplarCity => q#ခမ်ချာ့ခါ#,
5856             },
5857             'Asia/Karachi' => {
5858             exemplarCity => q#ကရာချိ#,
5859             },
5860             'Asia/Katmandu' => {
5861             exemplarCity => q#ခတ်တမန်ဒူ#,
5862             },
5863             'Asia/Khandyga' => {
5864             exemplarCity => q#ခန်ဒိုင်ဂါ#,
5865             },
5866             'Asia/Krasnoyarsk' => {
5867             exemplarCity => q#ခရာ့စ်နိုရာစ်#,
5868             },
5869             'Asia/Kuala_Lumpur' => {
5870             exemplarCity => q#ကွာလာလမ်ပူ#,
5871             },
5872             'Asia/Kuching' => {
5873             exemplarCity => q#ကူချင်#,
5874             },
5875             'Asia/Kuwait' => {
5876             exemplarCity => q#ကူဝိတ်#,
5877             },
5878             'Asia/Macau' => {
5879             exemplarCity => q#မကာအို#,
5880             },
5881             'Asia/Magadan' => {
5882             exemplarCity => q#မာဂါဒန်း#,
5883             },
5884             'Asia/Makassar' => {
5885             exemplarCity => q#မခက်စ်ဆာ#,
5886             },
5887             'Asia/Manila' => {
5888             exemplarCity => q#မနီလာ#,
5889             },
5890             'Asia/Muscat' => {
5891             exemplarCity => q#မတ်စ်ကက်တ်#,
5892             },
5893             'Asia/Nicosia' => {
5894             exemplarCity => q#နီကိုရှား#,
5895             },
5896             'Asia/Novokuznetsk' => {
5897             exemplarCity => q#နိုဗိုခူဇ်နက်စ်#,
5898             },
5899             'Asia/Novosibirsk' => {
5900             exemplarCity => q#နိုဗိုစဲဘီအဲယ်စ်#,
5901             },
5902             'Asia/Omsk' => {
5903             exemplarCity => q#အွမ်းစ်ခ်#,
5904             },
5905             'Asia/Oral' => {
5906             exemplarCity => q#အော်ရဲလ်#,
5907             },
5908             'Asia/Phnom_Penh' => {
5909             exemplarCity => q#ဖနွမ်ပင်#,
5910             },
5911             'Asia/Pontianak' => {
5912             exemplarCity => q#ပွန်တီအားနာ့ခ်#,
5913             },
5914             'Asia/Pyongyang' => {
5915             exemplarCity => q#ပြုံယန်း#,
5916             },
5917             'Asia/Qatar' => {
5918             exemplarCity => q#ကာတာ#,
5919             },
5920             'Asia/Qyzylorda' => {
5921             exemplarCity => q#ကီဇလော်ဒါ#,
5922             },
5923             'Asia/Rangoon' => {
5924             exemplarCity => q#ရန်ကုန်#,
5925             },
5926             'Asia/Riyadh' => {
5927             exemplarCity => q#ရီယားဒ်#,
5928             },
5929             'Asia/Saigon' => {
5930             exemplarCity => q#ဟိုချီမင်းစီးတီး#,
5931             },
5932             'Asia/Sakhalin' => {
5933             exemplarCity => q#ဆာခါလင်#,
5934             },
5935             'Asia/Samarkand' => {
5936             exemplarCity => q#ဆမ်းမာခန်းဒ်#,
5937             },
5938             'Asia/Seoul' => {
5939             exemplarCity => q#ဆိုးလ်#,
5940             },
5941             'Asia/Shanghai' => {
5942             exemplarCity => q#ရှန်ဟိုင်း#,
5943             },
5944             'Asia/Singapore' => {
5945             exemplarCity => q#စင်္ကာပူ#,
5946             },
5947             'Asia/Srednekolymsk' => {
5948             exemplarCity => q#ဆရစ်နစ်ကာလင်မ်စ်#,
5949             },
5950             'Asia/Taipei' => {
5951             exemplarCity => q#တိုင်ပေ#,
5952             },
5953             'Asia/Tashkent' => {
5954             exemplarCity => q#တာရှ်ကဲန့်#,
5955             },
5956             'Asia/Tbilisi' => {
5957             exemplarCity => q#တဘီးလီစီ#,
5958             },
5959             'Asia/Tehran' => {
5960             exemplarCity => q#တီဟီရန်#,
5961             },
5962             'Asia/Thimphu' => {
5963             exemplarCity => q#တင်ဖူး#,
5964             },
5965             'Asia/Tokyo' => {
5966             exemplarCity => q#တိုကျို#,
5967             },
5968             'Asia/Tomsk' => {
5969             exemplarCity => q#တွန်မ်စ်ခ်#,
5970             },
5971             'Asia/Ulaanbaatar' => {
5972             exemplarCity => q#ဥလန်ဘာတော#,
5973             },
5974             'Asia/Urumqi' => {
5975             exemplarCity => q#အူရုမ်ချီ#,
5976             },
5977             'Asia/Ust-Nera' => {
5978             exemplarCity => q#အူးစ် နီရား#,
5979             },
5980             'Asia/Vientiane' => {
5981             exemplarCity => q#ဗီယင်ကျန်း#,
5982             },
5983             'Asia/Vladivostok' => {
5984             exemplarCity => q#ဗလာဒီဗော့စတော့ခ်#,
5985             },
5986             'Asia/Yakutsk' => {
5987             exemplarCity => q#ယူခူးတ်စ်#,
5988             },
5989             'Asia/Yekaterinburg' => {
5990             exemplarCity => q#ရယ်ခါးတီရင်ဘားခ်#,
5991             },
5992             'Asia/Yerevan' => {
5993             exemplarCity => q#ရဲယ်ရေဗန်း#,
5994             },
5995             'Atlantic' => {
5996             long => {
5997             'daylight' => q#အတ္တလန်တစ် နွေရာသီ စံတော်ချိန်#,
5998             'generic' => q#အတ္တလန်တစ် အချိန်#,
5999             'standard' => q#အတ္တလန်တစ် စံတော်ချိန်#,
6000             },
6001             },
6002             'Atlantic/Azores' => {
6003             exemplarCity => q#အေဇိုးရီးစ်#,
6004             },
6005             'Atlantic/Bermuda' => {
6006             exemplarCity => q#ဘာမြူဒါ#,
6007             },
6008             'Atlantic/Canary' => {
6009             exemplarCity => q#ကနေရီ#,
6010             },
6011             'Atlantic/Cape_Verde' => {
6012             exemplarCity => q#ကိတ်ပ် ဗာဒီ#,
6013             },
6014             'Atlantic/Faeroe' => {
6015             exemplarCity => q#ဖါရို#,
6016             },
6017             'Atlantic/Madeira' => {
6018             exemplarCity => q#မဒီးရာ#,
6019             },
6020             'Atlantic/Reykjavik' => {
6021             exemplarCity => q#ရေးကီဗစ်ခ်#,
6022             },
6023             'Atlantic/South_Georgia' => {
6024             exemplarCity => q#တောင်ဂျော်ဂျီယာ#,
6025             },
6026             'Atlantic/St_Helena' => {
6027             exemplarCity => q#စိန့်ဟယ်လယ်နာ#,
6028             },
6029             'Atlantic/Stanley' => {
6030             exemplarCity => q#စတန်လေ#,
6031             },
6032             'Australia/Adelaide' => {
6033             exemplarCity => q#အန္ဒီလိတ်ဒ်#,
6034             },
6035             'Australia/Brisbane' => {
6036             exemplarCity => q#ဘရစ္စဘိန်း#,
6037             },
6038             'Australia/Broken_Hill' => {
6039             exemplarCity => q#ဘရိုကင်ဟီးလ်#,
6040             },
6041             'Australia/Currie' => {
6042             exemplarCity => q#ကာရီ#,
6043             },
6044             'Australia/Darwin' => {
6045             exemplarCity => q#ဒါဝင်#,
6046             },
6047             'Australia/Eucla' => {
6048             exemplarCity => q#ယူးခလာ#,
6049             },
6050             'Australia/Hobart' => {
6051             exemplarCity => q#ဟိုးဘားတ်#,
6052             },
6053             'Australia/Lindeman' => {
6054             exemplarCity => q#လင်းဒီမန်း#,
6055             },
6056             'Australia/Lord_Howe' => {
6057             exemplarCity => q#လော့ဒ် ဟောင်#,
6058             },
6059             'Australia/Melbourne' => {
6060             exemplarCity => q#မဲလ်ဘုန်း#,
6061             },
6062             'Australia/Perth' => {
6063             exemplarCity => q#ပါးသ်#,
6064             },
6065             'Australia/Sydney' => {
6066             exemplarCity => q#ဆစ်ဒနီ#,
6067             },
6068             'Australia_Central' => {
6069             long => {
6070             'daylight' => q#ဩစတြေးလျ အလယ်ပိုင်း နွေရာသီ အချိန်#,
6071             'generic' => q#ဩစတြေးလျ အလယ်ပိုင်း အချိန်#,
6072             'standard' => q#ဩစတြေးလျ အလယ်ပိုင်း စံတော်ချိန်#,
6073             },
6074             },
6075             'Australia_CentralWestern' => {
6076             long => {
6077             'daylight' => q#သြစတြေးလျား အနောက်အလယ်ပိုင်း နွေရာသီ အချိန်#,
6078             'generic' => q#သြစတြေးလျား အနောက်အလယ်ပိုင်း အချိန်#,
6079             'standard' => q#သြစတြေးလျား အနောက်အလယ်ပိုင်း စံတော်ချိန်#,
6080             },
6081             },
6082             'Australia_Eastern' => {
6083             long => {
6084             'daylight' => q#အရှေ့ဩစတြေးလျ နွေရာသီ အချိန်#,
6085             'generic' => q#အရှေ့ဩစတြေးလျ အချိန်#,
6086             'standard' => q#အရှေ့ဩစတြေးလျ စံတော်ချိန်#,
6087             },
6088             },
6089             'Australia_Western' => {
6090             long => {
6091             'daylight' => q#ဩစတြေးလျ နွေရာသီ အချိန်#,
6092             'generic' => q#အနောက်ဩစတြေးလျ အချိန်#,
6093             'standard' => q#အနောက်ဩစတြေးလျ စံတော်ချိန်#,
6094             },
6095             },
6096             'Azerbaijan' => {
6097             long => {
6098             'daylight' => q#အဇာဘိုင်ဂျန် နွေရာသီ အချိန်#,
6099             'generic' => q#အဇာဘိုင်ဂျန် အချိန်#,
6100             'standard' => q#အဇာဘိုင်ဂျန် စံတော်ချိန်#,
6101             },
6102             },
6103             'Azores' => {
6104             long => {
6105             'daylight' => q#အေဇိုးရီးစ် နွေရာသီ အချိန်#,
6106             'generic' => q#အေဇိုးရီးစ် အချိန်#,
6107             'standard' => q#အေဇိုးရီးစ် စံတော်ချိန်#,
6108             },
6109             },
6110             'Bangladesh' => {
6111             long => {
6112             'daylight' => q#ဘင်္ဂလားဒေ့ရှ် နွေရာသီ အချိန်#,
6113             'generic' => q#ဘင်္ဂလားဒေ့ရှ် အချိန်#,
6114             'standard' => q#ဘင်္ဂလားဒေ့ရှ် စံတော်ချိန်#,
6115             },
6116             },
6117             'Bhutan' => {
6118             long => {
6119             'standard' => q#ဘူတန် အချိန်#,
6120             },
6121             },
6122             'Bolivia' => {
6123             long => {
6124             'standard' => q#ဘိုလီးဘီးယား အချိန်#,
6125             },
6126             },
6127             'Brasilia' => {
6128             long => {
6129             'daylight' => q#ဘရာဇီး နွေရာသီ အချိန်#,
6130             'generic' => q#ဘရာဇီး အချိန်#,
6131             'standard' => q#ဘရာဇီး စံတော်ချိန်#,
6132             },
6133             },
6134             'Brunei' => {
6135             long => {
6136             'standard' => q#ဘရူနိုင်း စံတော်ချိန်#,
6137             },
6138             },
6139             'Cape_Verde' => {
6140             long => {
6141             'daylight' => q#ကိတ်ပ် ဗာဒီ နွေရာသီ အချိန်#,
6142             'generic' => q#ကိတ်ပ် ဗာဒီ အချိန်#,
6143             'standard' => q#ကိတ်ပ် ဗာဒီ စံတော်ချိန်#,
6144             },
6145             },
6146             'Chamorro' => {
6147             long => {
6148             'standard' => q#ချာမိုရို အချိန်#,
6149             },
6150             },
6151             'Chatham' => {
6152             long => {
6153             'daylight' => q#ချာသမ် နွေရာသီ အချိန်#,
6154             'generic' => q#ချားသမ်အချိန်#,
6155             'standard' => q#ချားသမ်စံတော်ချိန်#,
6156             },
6157             },
6158             'Chile' => {
6159             long => {
6160             'daylight' => q#ချီလီ နွေရာသီ အချိန်#,
6161             'generic' => q#ချီလီ အချိန်#,
6162             'standard' => q#ချီလီ စံတော်ချိန်#,
6163             },
6164             },
6165             'China' => {
6166             long => {
6167             'daylight' => q#တရုတ် နွေရာသီ အချိန်#,
6168             'generic' => q#တရုတ် အချိန်#,
6169             'standard' => q#တရုတ် စံတော်ချိန်#,
6170             },
6171             },
6172             'Choibalsan' => {
6173             long => {
6174             'daylight' => q#ချွဲဘော်ဆန်း နွေရာသီ အချိန်#,
6175             'generic' => q#ချွဲဘော်ဆန်း အချိန်#,
6176             'standard' => q#ချွဲဘော်ဆန်း စံတော်ချိန်#,
6177             },
6178             },
6179             'Christmas' => {
6180             long => {
6181             'standard' => q#ခရစ်စမတ်ကျွန်း အချိန်#,
6182             },
6183             },
6184             'Cocos' => {
6185             long => {
6186             'standard' => q#ကိုကိုးကျွန်း အချိန်#,
6187             },
6188             },
6189             'Colombia' => {
6190             long => {
6191             'daylight' => q#ကိုလံဘီယာ နွေရာသီ အချိန်#,
6192             'generic' => q#ကိုလံဘီယာ အချိန်#,
6193             'standard' => q#ကိုလံဘီယာ စံတော်ချိန်#,
6194             },
6195             },
6196             'Cook' => {
6197             long => {
6198             'daylight' => q#ကွတ်က်ကျွန်းစု နွေရာသီ အချိန်#,
6199             'generic' => q#ကွတ်ခ်ကျွန်းစု အချိန်#,
6200             'standard' => q#ကွတ်ခ်ကျွန်းစု စံတော်ချိန်#,
6201             },
6202             },
6203             'Cuba' => {
6204             long => {
6205             'daylight' => q#ကျူးဘား နွေရာသီ စံတော်ချိန်#,
6206             'generic' => q#ကျူးဘား အချိန်#,
6207             'standard' => q#ကျူးဘား စံတော်ချိန်#,
6208             },
6209             },
6210             'Davis' => {
6211             long => {
6212             'standard' => q#ဒေးဗစ် အချိန်#,
6213             },
6214             },
6215             'DumontDUrville' => {
6216             long => {
6217             'standard' => q#ဒူးမော့တ် ဒါရ်ဗီးလ် အချိန်#,
6218             },
6219             },
6220             'East_Timor' => {
6221             long => {
6222             'standard' => q#အရှေ့တီမော အချိန်#,
6223             },
6224             },
6225             'Easter' => {
6226             long => {
6227             'daylight' => q#အီစတာကျွန်းနွေရာသီအချိန်#,
6228             'generic' => q#အီစတာကျွန်းအချိန်#,
6229             'standard' => q#အီစတာကျွန်းစံတော်ချိန်#,
6230             },
6231             },
6232             'Ecuador' => {
6233             long => {
6234             'standard' => q#အီကွေဒေါ အချိန်#,
6235             },
6236             },
6237             'Etc/UTC' => {
6238             long => {
6239             'standard' => q#ညှိထားသည့် ကမ္ဘာ့ စံတော်ချိန်#,
6240             },
6241             },
6242             'Etc/Unknown' => {
6243             exemplarCity => q#အမည်မသိသောမြို့#,
6244             },
6245             'Europe/Amsterdam' => {
6246             exemplarCity => q#အမ်စတာဒမ်#,
6247             },
6248             'Europe/Andorra' => {
6249             exemplarCity => q#အန်ဒိုရာ#,
6250             },
6251             'Europe/Astrakhan' => {
6252             exemplarCity => q#အားစ်တရခန်း#,
6253             },
6254             'Europe/Athens' => {
6255             exemplarCity => q#အေသင်#,
6256             },
6257             'Europe/Belgrade' => {
6258             exemplarCity => q#ဘဲလ်ဂရိတ်#,
6259             },
6260             'Europe/Berlin' => {
6261             exemplarCity => q#ဘာလင်#,
6262             },
6263             'Europe/Bratislava' => {
6264             exemplarCity => q#ဘရာတီးစ်လားဗာ#,
6265             },
6266             'Europe/Brussels' => {
6267             exemplarCity => q#ဘရပ်ဆဲလ်#,
6268             },
6269             'Europe/Bucharest' => {
6270             exemplarCity => q#ဘူခါရက်စ်#,
6271             },
6272             'Europe/Budapest' => {
6273             exemplarCity => q#ဘူဒါပက်စ်#,
6274             },
6275             'Europe/Busingen' => {
6276             exemplarCity => q#ဘူရှင်ဂျင်#,
6277             },
6278             'Europe/Chisinau' => {
6279             exemplarCity => q#ချီရှီနားအူ#,
6280             },
6281             'Europe/Copenhagen' => {
6282             exemplarCity => q#ကိုပင်ဟေဂင်#,
6283             },
6284             'Europe/Dublin' => {
6285             exemplarCity => q#ဒတ်ဘလင်#,
6286             long => {
6287             'daylight' => q#အိုင်းရစ်ရှ် စံတော်ချိန်#,
6288             },
6289             },
6290             'Europe/Gibraltar' => {
6291             exemplarCity => q#ဂျီဘရော်လ်တာ#,
6292             },
6293             'Europe/Guernsey' => {
6294             exemplarCity => q#ဂွန်းဇီ#,
6295             },
6296             'Europe/Helsinki' => {
6297             exemplarCity => q#ဟဲလ်စင်ကီ#,
6298             },
6299             'Europe/Isle_of_Man' => {
6300             exemplarCity => q#မန်းကျွန်း#,
6301             },
6302             'Europe/Istanbul' => {
6303             exemplarCity => q#အစ္စတန်ဘူလ်#,
6304             },
6305             'Europe/Jersey' => {
6306             exemplarCity => q#ဂျာစီ#,
6307             },
6308             'Europe/Kaliningrad' => {
6309             exemplarCity => q#ခါလီနင်ဂရက်#,
6310             },
6311             'Europe/Kiev' => {
6312             exemplarCity => q#ခီးအက်ဖ်#,
6313             },
6314             'Europe/Kirov' => {
6315             exemplarCity => q#ခီရိုဗ်#,
6316             },
6317             'Europe/Lisbon' => {
6318             exemplarCity => q#လစ္စဘွန်း#,
6319             },
6320             'Europe/Ljubljana' => {
6321             exemplarCity => q#လူဘလီအားနား#,
6322             },
6323             'Europe/London' => {
6324             exemplarCity => q#လန်ဒန်#,
6325             long => {
6326             'daylight' => q#ဗြိတိန် နွေရာသီ အချိန်#,
6327             },
6328             },
6329             'Europe/Luxembourg' => {
6330             exemplarCity => q#လူဇင်ဘတ်#,
6331             },
6332             'Europe/Madrid' => {
6333             exemplarCity => q#မဒရစ်#,
6334             },
6335             'Europe/Malta' => {
6336             exemplarCity => q#မော်လ်တာ#,
6337             },
6338             'Europe/Mariehamn' => {
6339             exemplarCity => q#မရီအာ ဟားမန်#,
6340             },
6341             'Europe/Minsk' => {
6342             exemplarCity => q#မင်းစခ်#,
6343             },
6344             'Europe/Monaco' => {
6345             exemplarCity => q#မိုနာကို#,
6346             },
6347             'Europe/Moscow' => {
6348             exemplarCity => q#မော်စကို#,
6349             },
6350             'Europe/Oslo' => {
6351             exemplarCity => q#အော်စလို#,
6352             },
6353             'Europe/Paris' => {
6354             exemplarCity => q#ပဲရစ်#,
6355             },
6356             'Europe/Podgorica' => {
6357             exemplarCity => q#ပေါ့ဂိုရီကာ#,
6358             },
6359             'Europe/Prague' => {
6360             exemplarCity => q#ပရက်ဂ်#,
6361             },
6362             'Europe/Riga' => {
6363             exemplarCity => q#ရီဂါ#,
6364             },
6365             'Europe/Rome' => {
6366             exemplarCity => q#ရောမ#,
6367             },
6368             'Europe/Samara' => {
6369             exemplarCity => q#ဆာမားရာ#,
6370             },
6371             'Europe/San_Marino' => {
6372             exemplarCity => q#ဆန်မရီးနို#,
6373             },
6374             'Europe/Sarajevo' => {
6375             exemplarCity => q#ဆာရာယေဗို#,
6376             },
6377             'Europe/Saratov' => {
6378             exemplarCity => q#ဆာရာတို့ဖ်#,
6379             },
6380             'Europe/Simferopol' => {
6381             exemplarCity => q#စင်ဖာရိုးဖို#,
6382             },
6383             'Europe/Skopje' => {
6384             exemplarCity => q#စကော့ပ်ရာ#,
6385             },
6386             'Europe/Sofia' => {
6387             exemplarCity => q#ဆိုဖီအာ#,
6388             },
6389             'Europe/Stockholm' => {
6390             exemplarCity => q#စတော့ဟုမ်း#,
6391             },
6392             'Europe/Tallinn' => {
6393             exemplarCity => q#ထားလင်#,
6394             },
6395             'Europe/Tirane' => {
6396             exemplarCity => q#တီရာနီ#,
6397             },
6398             'Europe/Ulyanovsk' => {
6399             exemplarCity => q#အူလီယာနိုစကစ်ဖ်#,
6400             },
6401             'Europe/Uzhgorod' => {
6402             exemplarCity => q#ဥဇ်ဂိုရို့တ်#,
6403             },
6404             'Europe/Vaduz' => {
6405             exemplarCity => q#ဗာဒူးစ်#,
6406             },
6407             'Europe/Vatican' => {
6408             exemplarCity => q#ဗာတီကန်#,
6409             },
6410             'Europe/Vienna' => {
6411             exemplarCity => q#ဗီယင်နာ#,
6412             },
6413             'Europe/Vilnius' => {
6414             exemplarCity => q#ဗီးလ်နီအိုးစ်#,
6415             },
6416             'Europe/Volgograd' => {
6417             exemplarCity => q#ဗိုလ်ဂိုဂရက်#,
6418             },
6419             'Europe/Warsaw' => {
6420             exemplarCity => q#ဝါဆော#,
6421             },
6422             'Europe/Zagreb' => {
6423             exemplarCity => q#ဇာဂ်ဂရက်ဘ်#,
6424             },
6425             'Europe/Zaporozhye' => {
6426             exemplarCity => q#ဇာဖိုရိုးစ်ဂျာ#,
6427             },
6428             'Europe/Zurich' => {
6429             exemplarCity => q#ဇူးရစ်ချ်#,
6430             },
6431             'Europe_Central' => {
6432             long => {
6433             'daylight' => q#ဥရောပအလယ်ပိုင်း နွေရာသီ အချိန်#,
6434             'generic' => q#ဥရောပအလယ်ပိုင်း အချိန်#,
6435             'standard' => q#ဥရောပအလယ်ပိုင်း စံတော်ချိန်#,
6436             },
6437             },
6438             'Europe_Eastern' => {
6439             long => {
6440             'daylight' => q#အရှေ့ဥရောပ နွေရာသီ အချိန်#,
6441             'generic' => q#အရှေ့ဥရောပ အချိန်#,
6442             'standard' => q#အရှေ့ဥရောပ စံတော်ချိန်#,
6443             },
6444             },
6445             'Europe_Further_Eastern' => {
6446             long => {
6447             'standard' => q#အရှေ့ဖျား ဥရောပဒေသ အချိန်#,
6448             },
6449             },
6450             'Europe_Western' => {
6451             long => {
6452             'daylight' => q#အနောက်ဥရောပ နွေရာသီ အချိန်#,
6453             'generic' => q#အနောက်ဥရောပ အချိန်#,
6454             'standard' => q#အနောက်ဥရောပ စံတော်ချိန်#,
6455             },
6456             },
6457             'Falkland' => {
6458             long => {
6459             'daylight' => q#ဖော့ကလန်ကျွန်းစု နွေရာသီ အချိန်#,
6460             'generic' => q#ဖော့ကလန်ကျွန်းစု အချိန်#,
6461             'standard' => q#ဖော့ကလန်ကျွန်းစု စံတော်ချိန်#,
6462             },
6463             },
6464             'Fiji' => {
6465             long => {
6466             'daylight' => q#ဖီဂျီ နွေရာသီ အချိန်#,
6467             'generic' => q#ဖီဂျီ အချိန်#,
6468             'standard' => q#ဖီဂျီ စံတော်ချိန်#,
6469             },
6470             },
6471             'French_Guiana' => {
6472             long => {
6473             'standard' => q#ပြင်သစ် ဂီအားနား အချိန်#,
6474             },
6475             },
6476             'French_Southern' => {
6477             long => {
6478             'standard' => q#ပြင်သစ်တောင်ပိုင်းနှင့် အန္တာတိတ် အချိန်#,
6479             },
6480             },
6481             'GMT' => {
6482             long => {
6483             'standard' => q#ဂရင်းနစ် စံတော်ချိန်#,
6484             },
6485             },
6486             'Galapagos' => {
6487             long => {
6488             'standard' => q#ဂါလားပါဂိုးစ်အချိန်#,
6489             },
6490             },
6491             'Gambier' => {
6492             long => {
6493             'standard' => q#ဂမ်ဘီယာ အချိန်#,
6494             },
6495             },
6496             'Georgia' => {
6497             long => {
6498             'daylight' => q#ဂျော်ဂျီယာ နွေရာသီ အချိန်#,
6499             'generic' => q#ဂျော်ဂျီယာ အချိန်#,
6500             'standard' => q#ဂျော်ဂျီယာ စံတော်ချိန်#,
6501             },
6502             },
6503             'Gilbert_Islands' => {
6504             long => {
6505             'standard' => q#ဂီလ်ဘတ်ကျွန်းစု အချိန်#,
6506             },
6507             },
6508             'Greenland_Eastern' => {
6509             long => {
6510             'daylight' => q#အရှေ့ဂရင်းလန် နွေရာသီ စံတော်ချိန်#,
6511             'generic' => q#အရှေ့ဂရင်းလန်း အချိန်#,
6512             'standard' => q#အရှေ့ဂရင်းလန်း စံတော်ချိန်#,
6513             },
6514             },
6515             'Greenland_Western' => {
6516             long => {
6517             'daylight' => q#အနောက် ဂရင်းလန် နွေရာသီ စံတော်ချိန်#,
6518             'generic' => q#အနောက် ဂရင်းလန်း အချိန်#,
6519             'standard' => q#အနောက် ဂရင်းလန်း စံတော်ချိန်#,
6520             },
6521             },
6522             'Gulf' => {
6523             long => {
6524             'standard' => q#ပင်လယ်ကွေ့ အချိန်#,
6525             },
6526             },
6527             'Guyana' => {
6528             long => {
6529             'standard' => q#ဂိုင်ယာနာ အချိန်#,
6530             },
6531             },
6532             'Hawaii_Aleutian' => {
6533             long => {
6534             'daylight' => q#ဟာဝိုင်ယီ အယ်လူးရှန်း နွေရာသီ စံတော်ချိန်#,
6535             'generic' => q#ဟာဝိုင်ယီ အယ်လူးရှန်း အချိန်#,
6536             'standard' => q#ဟာဝိုင်ယီ အယ်လူးရှန်း စံတော်ချိန်#,
6537             },
6538             },
6539             'Hong_Kong' => {
6540             long => {
6541             'daylight' => q#ဟောင်ကောင် နွေရာသီ အချိန်#,
6542             'generic' => q#ဟောင်ကောင် အချိန်#,
6543             'standard' => q#ဟောင်ကောင် စံတော်ချိန်#,
6544             },
6545             },
6546             'Hovd' => {
6547             long => {
6548             'daylight' => q#ဟိုးဗ် နွေရာသီ အချိန်#,
6549             'generic' => q#ဟိုးဗ် အချိန်#,
6550             'standard' => q#ဟိုးဗ် စံတော်ချိန်#,
6551             },
6552             },
6553             'India' => {
6554             long => {
6555             'standard' => q#အိန္ဒိယ စံတော်ချိန်#,
6556             },
6557             },
6558             'Indian/Antananarivo' => {
6559             exemplarCity => q#အန်တာနာနာရီးဘို#,
6560             },
6561             'Indian/Chagos' => {
6562             exemplarCity => q#ချာဂိုစ်#,
6563             },
6564             'Indian/Christmas' => {
6565             exemplarCity => q#ခရစ်စမတ်#,
6566             },
6567             'Indian/Cocos' => {
6568             exemplarCity => q#ကိုကိုးစ်#,
6569             },
6570             'Indian/Comoro' => {
6571             exemplarCity => q#ကိုမိုရို#,
6572             },
6573             'Indian/Kerguelen' => {
6574             exemplarCity => q#ခါဂါလန်#,
6575             },
6576             'Indian/Mahe' => {
6577             exemplarCity => q#မာဟီ#,
6578             },
6579             'Indian/Maldives' => {
6580             exemplarCity => q#မော်လဒိုက်#,
6581             },
6582             'Indian/Mauritius' => {
6583             exemplarCity => q#မောရစ်ရှ#,
6584             },
6585             'Indian/Mayotte' => {
6586             exemplarCity => q#မာယိုတဲ#,
6587             },
6588             'Indian/Reunion' => {
6589             exemplarCity => q#ရီယူနီယန်#,
6590             },
6591             'Indian_Ocean' => {
6592             long => {
6593             'standard' => q#အိန္ဒိယသမုဒ္ဒရာ အချိန်#,
6594             },
6595             },
6596             'Indochina' => {
6597             long => {
6598             'standard' => q#အင်ဒိုချိုင်းနား အချိန်#,
6599             },
6600             },
6601             'Indonesia_Central' => {
6602             long => {
6603             'standard' => q#အလယ်ပိုင်း အင်ဒိုနီးရှား အချိန်#,
6604             },
6605             },
6606             'Indonesia_Eastern' => {
6607             long => {
6608             'standard' => q#အရှေ့ပိုင်း အင်ဒိုနီးရှား အချိန်#,
6609             },
6610             },
6611             'Indonesia_Western' => {
6612             long => {
6613             'standard' => q#အနောက်ပိုင်း အင်ဒိုနီးရှား အချိန်#,
6614             },
6615             },
6616             'Iran' => {
6617             long => {
6618             'daylight' => q#အီရန် နွေရာသီ အချိန်#,
6619             'generic' => q#အီရန် အချိန်#,
6620             'standard' => q#အီရန် စံတော်ချိန်#,
6621             },
6622             },
6623             'Irkutsk' => {
6624             long => {
6625             'daylight' => q#အီရူခူတ် နွေရာသီ အချိန်#,
6626             'generic' => q#အီရူခူတ် အချိန်#,
6627             'standard' => q#အီရူခူတ် စံတော်ချိန်#,
6628             },
6629             },
6630             'Israel' => {
6631             long => {
6632             'daylight' => q#အစ္စရေး နွေရာသီ အချိန်#,
6633             'generic' => q#အစ္စရေး အချိန်#,
6634             'standard' => q#အစ္စရေး စံတော်ချိန်#,
6635             },
6636             },
6637             'Japan' => {
6638             long => {
6639             'daylight' => q#ဂျပန် နွေရာသီ အချိန်#,
6640             'generic' => q#ဂျပန် အချိန်#,
6641             'standard' => q#ဂျပန် စံတော်ချိန်#,
6642             },
6643             },
6644             'Kazakhstan_Eastern' => {
6645             long => {
6646             'standard' => q#အရှေ့ကာဇက်စတန် အချိန်#,
6647             },
6648             },
6649             'Kazakhstan_Western' => {
6650             long => {
6651             'standard' => q#အနောက်ကာဇက်စတန် အချိန်#,
6652             },
6653             },
6654             'Korea' => {
6655             long => {
6656             'daylight' => q#ကိုရီးယား နွေရာသီ အချိန်#,
6657             'generic' => q#ကိုရီးယား အချိန်#,
6658             'standard' => q#ကိုရီးယား စံတော်ချိန်#,
6659             },
6660             },
6661             'Kosrae' => {
6662             long => {
6663             'standard' => q#ခိုစ်ရိုင် အချိန်#,
6664             },
6665             },
6666             'Krasnoyarsk' => {
6667             long => {
6668             'daylight' => q#ခရာ့စ်နိုရာစ် နွေရာသီ အချိန်#,
6669             'generic' => q#ခရာ့စ်နိုရာစ် အချိန်#,
6670             'standard' => q#ခရာ့စ်နိုရာစ် စံတော်ချိန်#,
6671             },
6672             },
6673             'Kyrgystan' => {
6674             long => {
6675             'standard' => q#ကာဂျစ္စတန် အချိန်#,
6676             },
6677             },
6678             'Lanka' => {
6679             long => {
6680             'standard' => q#သီရိလင်္ကာ အချိန်#,
6681             },
6682             },
6683             'Line_Islands' => {
6684             long => {
6685             'standard' => q#လိုင်းကျွန်းစု အချိန်#,
6686             },
6687             },
6688             'Lord_Howe' => {
6689             long => {
6690             'daylight' => q#လော့ဒ်ဟောင် နွေရာသီ အချိန်#,
6691             'generic' => q#လော့ဒ်ဟောင် အချိန်#,
6692             'standard' => q#လော့ဒ်ဟောင် စံတော်ချိန်#,
6693             },
6694             },
6695             'Macau' => {
6696             long => {
6697             'daylight' => q#မကာအို နွေရာသီ အချိန်#,
6698             'generic' => q#မကာအို အချိန်#,
6699             'standard' => q#မကာအို စံတော်ချိန်#,
6700             },
6701             },
6702             'Macquarie' => {
6703             long => {
6704             'standard' => q#မက်ကွယ်ရီကျွန်း အချိန်#,
6705             },
6706             },
6707             'Magadan' => {
6708             long => {
6709             'daylight' => q#မာဂါဒန်း နွေရာသီ အချိန်#,
6710             'generic' => q#မာဂါဒန်း အချိန်#,
6711             'standard' => q#မာဂါဒန်း စံတော်ချိန်#,
6712             },
6713             },
6714             'Malaysia' => {
6715             long => {
6716             'standard' => q#မလေးရှား အချိန်#,
6717             },
6718             },
6719             'Maldives' => {
6720             long => {
6721             'standard' => q#မော်လဒိုက် အချိန်#,
6722             },
6723             },
6724             'Marquesas' => {
6725             long => {
6726             'standard' => q#မာခေးအပ်စ် အချိန်#,
6727             },
6728             },
6729             'Marshall_Islands' => {
6730             long => {
6731             'standard' => q#မာရှယ်ကျွန်းစု အချိန်#,
6732             },
6733             },
6734             'Mauritius' => {
6735             long => {
6736             'daylight' => q#မောရစ်ရှ် နွေရာသီ အချိန်#,
6737             'generic' => q#မောရစ်ရှ် အချိန်#,
6738             'standard' => q#မောရစ်ရှ် စံတော်ချိန်#,
6739             },
6740             },
6741             'Mawson' => {
6742             long => {
6743             'standard' => q#မော်စွန် အချိန်#,
6744             },
6745             },
6746             'Mexico_Northwest' => {
6747             long => {
6748             'daylight' => q#အနောက်တောင် မက္ကစီကို နွေရာသီ စံတော်ချိန်#,
6749             'generic' => q#အနောက်တောင် မက္ကဆီကို အချိန်#,
6750             'standard' => q#အနောက်တောင် မက္ကဆီကို စံတော်ချိန်#,
6751             },
6752             },
6753             'Mexico_Pacific' => {
6754             long => {
6755             'daylight' => q#မက္ကစီကန် ပစိဖိတ် နွေရာသီ စံတော်ချိန်#,
6756             'generic' => q#မက္ကဆီကန် ပစိဖိတ် အချိန်#,
6757             'standard' => q#မက္ကဆီကန် ပစိဖိတ် စံတော်ချိန်#,
6758             },
6759             },
6760             'Mongolia' => {
6761             long => {
6762             'daylight' => q#ဥလန်ဘာတော နွေရာသီ အချိန်#,
6763             'generic' => q#ဥလန်ဘာတော အချိန်#,
6764             'standard' => q#ဥလန်ဘာတော စံတော်ချိန်#,
6765             },
6766             },
6767             'Moscow' => {
6768             long => {
6769             'daylight' => q#မော်စကို နွေရာသီ အချိန်#,
6770             'generic' => q#မော်စကို အချိန်#,
6771             'standard' => q#မော်စကို စံတော်ချိန်#,
6772             },
6773             },
6774             'Myanmar' => {
6775             long => {
6776             'standard' => q#မြန်မာ အချိန်#,
6777             },
6778             },
6779             'Nauru' => {
6780             long => {
6781             'standard' => q#နာဥူရူ အချိန်#,
6782             },
6783             },
6784             'Nepal' => {
6785             long => {
6786             'standard' => q#နီပေါ အချိန်#,
6787             },
6788             },
6789             'New_Caledonia' => {
6790             long => {
6791             'daylight' => q#နယူးကာလီဒိုးနီးယား နွေရာသီ အချိန်#,
6792             'generic' => q#နယူးကယ်လီဒိုးနီးယား အချိန်#,
6793             'standard' => q#နယူးကာလီဒိုးနီးယား စံတော်ချိန်#,
6794             },
6795             },
6796             'New_Zealand' => {
6797             long => {
6798             'daylight' => q#နယူးဇီလန် နွေရာသီ အချိန်#,
6799             'generic' => q#နယူးဇီလန် အချိန်#,
6800             'standard' => q#နယူးဇီလန် စံတော်ချိန်#,
6801             },
6802             },
6803             'Newfoundland' => {
6804             long => {
6805             'daylight' => q#နယူးဖောင်လန် နွေရာသီ စံတော်ချိန်#,
6806             'generic' => q#နယူးဖောင်လန် အချိန်#,
6807             'standard' => q#နယူးဖောင်လန် စံတော်ချိန်#,
6808             },
6809             },
6810             'Niue' => {
6811             long => {
6812             'standard' => q#နီဦးအေ အချိန်#,
6813             },
6814             },
6815             'Norfolk' => {
6816             long => {
6817             'standard' => q#နောဖော့ခ်ကျွန်းအချိန်#,
6818             },
6819             },
6820             'Noronha' => {
6821             long => {
6822             'daylight' => q#ဖာနန်ဒိုးဒီနိုးရိုးညာ နွေရာသီအချိန်#,
6823             'generic' => q#ဖာနန်ဒိုးဒီနိုးရိုးညာ အချိန်#,
6824             'standard' => q#ဖာနန်ဒိုးဒီနိုးရိုးညာ စံတော်ချိန်#,
6825             },
6826             },
6827             'Novosibirsk' => {
6828             long => {
6829             'daylight' => q#နိုဗိုစဲဘီအဲယ်စ် နွေရာသီ အချိန်#,
6830             'generic' => q#နိုဗိုစဲဘီအဲယ်စ် အချိန်#,
6831             'standard' => q#နိုဗိုစဲဘီအဲယ်စ် စံတော်ချိန်#,
6832             },
6833             },
6834             'Omsk' => {
6835             long => {
6836             'daylight' => q#အွမ်းစ်ခ် နွေရာသီ အချိန်#,
6837             'generic' => q#အွမ်းစ်ခ် အချိန်#,
6838             'standard' => q#အွမ်းစ်ခ် စံတော်ချိန်#,
6839             },
6840             },
6841             'Pacific/Apia' => {
6842             exemplarCity => q#အားပီအား#,
6843             },
6844             'Pacific/Auckland' => {
6845             exemplarCity => q#အော့ကလန်#,
6846             },
6847             'Pacific/Bougainville' => {
6848             exemplarCity => q#ဘူဂန်ဗီးလီးယား#,
6849             },
6850             'Pacific/Chatham' => {
6851             exemplarCity => q#ချားသမ်#,
6852             },
6853             'Pacific/Easter' => {
6854             exemplarCity => q#အီစတာ#,
6855             },
6856             'Pacific/Efate' => {
6857             exemplarCity => q#အီဖာတီ#,
6858             },
6859             'Pacific/Enderbury' => {
6860             exemplarCity => q#အန်ဒါဘူရီ#,
6861             },
6862             'Pacific/Fakaofo' => {
6863             exemplarCity => q#ဖာခါအိုဖို#,
6864             },
6865             'Pacific/Fiji' => {
6866             exemplarCity => q#ဖီဂျီ#,
6867             },
6868             'Pacific/Funafuti' => {
6869             exemplarCity => q#ဖူနာဖူတီ#,
6870             },
6871             'Pacific/Galapagos' => {
6872             exemplarCity => q#ဂါလာပါကပ်စ်#,
6873             },
6874             'Pacific/Gambier' => {
6875             exemplarCity => q#ဂမ်ဘီယာ#,
6876             },
6877             'Pacific/Guadalcanal' => {
6878             exemplarCity => q#ဂွါဒါကနဲလ်#,
6879             },
6880             'Pacific/Guam' => {
6881             exemplarCity => q#ဂူအမ်#,
6882             },
6883             'Pacific/Honolulu' => {
6884             exemplarCity => q#ဟိုနိုလူလူ#,
6885             },
6886             'Pacific/Johnston' => {
6887             exemplarCity => q#ဂျွန်စတန်#,
6888             },
6889             'Pacific/Kiritimati' => {
6890             exemplarCity => q#ခရိဒီမတီ#,
6891             },
6892             'Pacific/Kosrae' => {
6893             exemplarCity => q#ခိုစ်ရိုင်#,
6894             },
6895             'Pacific/Kwajalein' => {
6896             exemplarCity => q#ခွာဂျာလိန်#,
6897             },
6898             'Pacific/Majuro' => {
6899             exemplarCity => q#မာဂျူးရို#,
6900             },
6901             'Pacific/Marquesas' => {
6902             exemplarCity => q#မာခေးအပ်စ်#,
6903             },
6904             'Pacific/Midway' => {
6905             exemplarCity => q#မစ်ဒ်ဝေး#,
6906             },
6907             'Pacific/Nauru' => {
6908             exemplarCity => q#နာဥူရူ#,
6909             },
6910             'Pacific/Niue' => {
6911             exemplarCity => q#နီဦးအေ#,
6912             },
6913             'Pacific/Norfolk' => {
6914             exemplarCity => q#နော်ဖော့ခ်#,
6915             },
6916             'Pacific/Noumea' => {
6917             exemplarCity => q#နူမယ်အာ#,
6918             },
6919             'Pacific/Pago_Pago' => {
6920             exemplarCity => q#ပါဂိုပါဂို#,
6921             },
6922             'Pacific/Palau' => {
6923             exemplarCity => q#ပလာအို#,
6924             },
6925             'Pacific/Pitcairn' => {
6926             exemplarCity => q#ပါတ်ကယ်ရင်#,
6927             },
6928             'Pacific/Ponape' => {
6929             exemplarCity => q#ဖိုနာဖဲအ်#,
6930             },
6931             'Pacific/Port_Moresby' => {
6932             exemplarCity => q#ဖို့တ် မိုရက်စ်ဘီ#,
6933             },
6934             'Pacific/Rarotonga' => {
6935             exemplarCity => q#ရာရိုတွန်းဂါ#,
6936             },
6937             'Pacific/Saipan' => {
6938             exemplarCity => q#ဆိုင်ပန်#,
6939             },
6940             'Pacific/Tahiti' => {
6941             exemplarCity => q#တဟီတီ#,
6942             },
6943             'Pacific/Tarawa' => {
6944             exemplarCity => q#တာရာဝါ#,
6945             },
6946             'Pacific/Tongatapu' => {
6947             exemplarCity => q#တွန်ဂါတာပု#,
6948             },
6949             'Pacific/Truk' => {
6950             exemplarCity => q#ချုခ်#,
6951             },
6952             'Pacific/Wake' => {
6953             exemplarCity => q#ဝိက်ခ်#,
6954             },
6955             'Pacific/Wallis' => {
6956             exemplarCity => q#ဝေါလီစ်#,
6957             },
6958             'Pakistan' => {
6959             long => {
6960             'daylight' => q#ပါကစ္စတန် နွေရာသီ အချိန်#,
6961             'generic' => q#ပါကစ္စတန် အချိန်#,
6962             'standard' => q#ပါကစ္စတန် စံတော်ချိန်#,
6963             },
6964             },
6965             'Palau' => {
6966             long => {
6967             'standard' => q#ပလာအို အချိန်#,
6968             },
6969             },
6970             'Papua_New_Guinea' => {
6971             long => {
6972             'standard' => q#ပါပူအာနယူးဂီနီ အချိန်#,
6973             },
6974             },
6975             'Paraguay' => {
6976             long => {
6977             'daylight' => q#ပါရာဂွေး နွေရာသီ အချိန်#,
6978             'generic' => q#ပါရာဂွေး အချိန်#,
6979             'standard' => q#ပါရာဂွေး စံတော်ချိန်#,
6980             },
6981             },
6982             'Peru' => {
6983             long => {
6984             'daylight' => q#ပီရူး နွေရာသီ အချိန်#,
6985             'generic' => q#ပီရူး အချိန်#,
6986             'standard' => q#ပီရူး စံတော်ချိန်#,
6987             },
6988             },
6989             'Philippines' => {
6990             long => {
6991             'daylight' => q#ဖိလစ်ပိုင် နွေရာသီ အချိန်#,
6992             'generic' => q#ဖိလစ်ပိုင် အချိန်#,
6993             'standard' => q#ဖိလစ်ပိုင် စံတော်ချိန်#,
6994             },
6995             },
6996             'Phoenix_Islands' => {
6997             long => {
6998             'standard' => q#ဖီးနစ်ကျွန်းစု အချိန်#,
6999             },
7000             },
7001             'Pierre_Miquelon' => {
7002             long => {
7003             'daylight' => q#စိန့်ပီအဲနှင့် မီခွီလွန် နွေရာသီ စံတော်ချိန်#,
7004             'generic' => q#စိန့်ပီအဲနှင့်မီခွီလွန်အချိန်#,
7005             'standard' => q#စိန့်ပီအဲနှင့်မီခွီလွန်စံတော်ချိန်#,
7006             },
7007             },
7008             'Pitcairn' => {
7009             long => {
7010             'standard' => q#ပါတ်ကယ်ရင် အချိန်#,
7011             },
7012             },
7013             'Ponape' => {
7014             long => {
7015             'standard' => q#ဖိုနာဖဲအ် အချိန်#,
7016             },
7017             },
7018             'Pyongyang' => {
7019             long => {
7020             'standard' => q#ပြုံယန်း အချိန်#,
7021             },
7022             },
7023             'Reunion' => {
7024             long => {
7025             'standard' => q#ရီယူနီယံ အချိန်#,
7026             },
7027             },
7028             'Rothera' => {
7029             long => {
7030             'standard' => q#ရိုသီရာ အချိန်#,
7031             },
7032             },
7033             'Sakhalin' => {
7034             long => {
7035             'daylight' => q#ဆာခါလင် နွေရာသီ အချိန်#,
7036             'generic' => q#ဆာခါလင် အချိန်#,
7037             'standard' => q#ဆာခါလင် စံတော်ချိန်#,
7038             },
7039             },
7040             'Samoa' => {
7041             long => {
7042             'daylight' => q#ဆမိုးအား နွေရာသီ အချိန်#,
7043             'generic' => q#ဆမိုအာ အချိန်#,
7044             'standard' => q#ဆမိုအာ စံတော်ချိန်#,
7045             },
7046             },
7047             'Seychelles' => {
7048             long => {
7049             'standard' => q#ဆေးရှဲ အချိန်#,
7050             },
7051             },
7052             'Singapore' => {
7053             long => {
7054             'standard' => q#စင်္ကာပူ အချိန်#,
7055             },
7056             },
7057             'Solomon' => {
7058             long => {
7059             'standard' => q#ဆော်လမွန်ကျွန်းစု အချိန်#,
7060             },
7061             },
7062             'South_Georgia' => {
7063             long => {
7064             'standard' => q#တောင်ဂျော်ဂျီယာ အချိန်#,
7065             },
7066             },
7067             'Suriname' => {
7068             long => {
7069             'standard' => q#စူးရီနာမ်အချိန်#,
7070             },
7071             },
7072             'Syowa' => {
7073             long => {
7074             'standard' => q#ရှိုဝါ အချိန်#,
7075             },
7076             },
7077             'Tahiti' => {
7078             long => {
7079             'standard' => q#တဟီတီ အချိန်#,
7080             },
7081             },
7082             'Taipei' => {
7083             long => {
7084             'daylight' => q#ထိုင်ပေ နွေရာသီ အချိန်#,
7085             'generic' => q#ထိုင်ပေ အချိန်#,
7086             'standard' => q#ထိုင်ပေ စံတော်ချိန်#,
7087             },
7088             },
7089             'Tajikistan' => {
7090             long => {
7091             'standard' => q#တာဂျစ်ကစ္စတန် အချိန်#,
7092             },
7093             },
7094             'Tokelau' => {
7095             long => {
7096             'standard' => q#တိုကီလာဥ အချိန်#,
7097             },
7098             },
7099             'Tonga' => {
7100             long => {
7101             'daylight' => q#တွန်ဂါ နွေရာသီ အချိန်#,
7102             'generic' => q#တွန်ဂါ အချိန်#,
7103             'standard' => q#တွန်ဂါ စံတော်ချိန်#,
7104             },
7105             },
7106             'Truk' => {
7107             long => {
7108             'standard' => q#ချုခ် အချိန်#,
7109             },
7110             },
7111             'Turkmenistan' => {
7112             long => {
7113             'daylight' => q#တာ့ခ်မင်နစ္စတန် နွေရာသီ အချိန်#,
7114             'generic' => q#တာ့ခ်မင်နစ္စတန် အချိန်#,
7115             'standard' => q#တာ့ခ်မင်နစ္စတန် စံတော်ချိန်#,
7116             },
7117             },
7118             'Tuvalu' => {
7119             long => {
7120             'standard' => q#တူဗားလူ အချိန်#,
7121             },
7122             },
7123             'Uruguay' => {
7124             long => {
7125             'daylight' => q#ဥရုဂွေး နွေရာသီ အချိန်#,
7126             'generic' => q#ဥရုဂွေး အချိန်#,
7127             'standard' => q#ဥရုဂွေး စံတော်ချိန်#,
7128             },
7129             },
7130             'Uzbekistan' => {
7131             long => {
7132             'daylight' => q#ဥဇဘက်ကစ္စတန် နွေရာသီ အချိန်#,
7133             'generic' => q#ဥဇဘက်ကစ္စတန် အချိန်#,
7134             'standard' => q#ဥဇဘက်ကစ္စတန် စံတော်ချိန်#,
7135             },
7136             },
7137             'Vanuatu' => {
7138             long => {
7139             'daylight' => q#ဗနွားတူ နွေရာသီ အချိန်#,
7140             'generic' => q#ဗနွားတူ အချိန်#,
7141             'standard' => q#ဗနွားတူ စံတော်ချိန်#,
7142             },
7143             },
7144             'Venezuela' => {
7145             long => {
7146             'standard' => q#ဗင်နီဇွဲလား အချိန်#,
7147             },
7148             },
7149             'Vladivostok' => {
7150             long => {
7151             'daylight' => q#ဗလာဒီဗော့စတော့ခ် နွေရာသီ အချိန်#,
7152             'generic' => q#ဗလာဒီဗော့စတော့ခ် အချိန်#,
7153             'standard' => q#ဗလာဒီဗော့စတော့ခ် စံတော်ချိန်#,
7154             },
7155             },
7156             'Volgograd' => {
7157             long => {
7158             'daylight' => q#ဗိုဂိုဂရက် နွေရာသီ အချိန်#,
7159             'generic' => q#ဗိုလ်ဂိုဂရက် အချိန်#,
7160             'standard' => q#ဗိုလ်ဂိုဂရက် စံတော်ချိန်#,
7161             },
7162             },
7163             'Vostok' => {
7164             long => {
7165             'standard' => q#ဗိုစ်တိုခ် အချိန်#,
7166             },
7167             },
7168             'Wake' => {
7169             long => {
7170             'standard' => q#ဝိတ်ခ်ကျွန်း အချိန်#,
7171             },
7172             },
7173             'Wallis' => {
7174             long => {
7175             'standard' => q#ဝေါလီစ်နှင့် ဖူကျူနာ အချိန်#,
7176             },
7177             },
7178             'Yakutsk' => {
7179             long => {
7180             'daylight' => q#ယူခူးတ်စ် နွေရာသီ အချိန်#,
7181             'generic' => q#ယူခူးတ်စ် အချိန်#,
7182             'standard' => q#ယူခူးတ်စ် စံတော်ချိန်#,
7183             },
7184             },
7185             'Yekaterinburg' => {
7186             long => {
7187             'daylight' => q#ရယ်ခါးတီရင်ဘာခ် နွေရာသီ အချိန်#,
7188             'generic' => q#ရယ်ခါးတီရင်ဘားခ် အချိန်#,
7189             'standard' => q#ရယ်ခါးတီရင်ဘားခ် စံတော်ချိန်#,
7190             },
7191             },
7192             } }
7193             );
7194 1     1   12133 no Moo;
  1         2  
  1         7  
7195              
7196             1;
7197              
7198             # vim: tabstop=4