File Coverage

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


line stmt bran cond sub pod time code
1             =encoding utf8
2              
3             =head1 NAME
4              
5             Locale::CLDR::Locales::Ja - Package for language Japanese
6              
7             =cut
8              
9             package Locale::CLDR::Locales::Ja;
10             # This file auto generated from Data\common\main\ja.xml
11             # on Fri 17 Jan 12:03:31 pm GMT
12              
13 1     1   1607317 use strict;
  1         3  
  1         44  
14 1     1   6 use warnings;
  1         7  
  1         62  
15 1     1   7 use version;
  1         2  
  1         8  
16              
17             our $VERSION = version->declare('v0.46.0');
18              
19 1     1   137 use v5.12.0;
  1         22  
20 1     1   7 use mro 'c3';
  1         3  
  1         9  
21 1     1   51 use utf8;
  1         2  
  1         9  
22 1     1   43 use feature 'unicode_strings';
  1         2  
  1         169  
23 1     1   6 use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef );
  1         4  
  1         11  
24 1     1   2975 use Moo;
  1         8  
  1         7  
25              
26             extends('Locale::CLDR::Locales::Root');
27             has 'WordBreak_variables' => (
28             is => 'ro',
29             isa => ArrayRef,
30             init_arg => undef,
31             default => sub {[
32             '$Hiragana' => '\p{Hiragana}',
33             '$Hiragana' => '($Hiragana $FE*)',
34             '$Ideographic' => '[[\p{Ideographic}] [々 〇 〻]]',
35             '$Ideographic' => '($Ideographic $FE*)',
36             ]}
37             );
38              
39             has 'WordBreak_rules' => (
40             is => 'ro',
41             isa => HashRef,
42             init_arg => undef,
43             default => sub { {
44             '13.3' => ' $Hiragana × $Hiragana ',
45             '13.4' => ' $Ideographic × $Ideographic ',
46             }}
47             );
48             has 'LineBreak_variables' => (
49             is => 'ro',
50             isa => ArrayRef,
51             init_arg => undef,
52             default => sub {[
53             '$ID' => '[[\p{Line_Break=Ideographic}] [$CJ]]',
54             '$NS' => '\p{Line_Break=Nonstarter}',
55             ]}
56             );
57             has 'valid_algorithmic_formats' => (
58             is => 'ro',
59             isa => ArrayRef,
60             init_arg => undef,
61             default => sub {[ 'spellout-numbering-year-latn','spellout-numbering-year','spellout-numbering','spellout-cardinal-financial','spellout-cardinal','spellout-ordinal','digits-ordinal' ]},
62             );
63              
64             has 'algorithmic_number_format_data' => (
65             is => 'ro',
66             isa => HashRef,
67             init_arg => undef,
68             default => sub {
69 1     1   1010 use bigfloat;
  1         2  
  1         10  
70             return {
71             'digits-ordinal' => {
72             'public' => {
73             '-x' => {
74             divisor => q(1),
75             rule => q(第−→#,##0→),
76             },
77             '0' => {
78             base_value => q(0),
79             divisor => q(1),
80             rule => q(第=#,##0=),
81             },
82             'max' => {
83             base_value => q(0),
84             divisor => q(1),
85             rule => q(第=#,##0=),
86             },
87             },
88             },
89             'spellout-cardinal' => {
90             'public' => {
91             '-x' => {
92             divisor => q(1),
93             rule => q(マイナス→→),
94             },
95             '0' => {
96             base_value => q(0),
97             divisor => q(1),
98             rule => q(〇),
99             },
100             'x.x' => {
101             divisor => q(1),
102             rule => q(←←・→→→),
103             },
104             '1' => {
105             base_value => q(1),
106             divisor => q(1),
107             rule => q(一),
108             },
109             '2' => {
110             base_value => q(2),
111             divisor => q(1),
112             rule => q(二),
113             },
114             '3' => {
115             base_value => q(3),
116             divisor => q(1),
117             rule => q(三),
118             },
119             '4' => {
120             base_value => q(4),
121             divisor => q(1),
122             rule => q(四),
123             },
124             '5' => {
125             base_value => q(5),
126             divisor => q(1),
127             rule => q(五),
128             },
129             '6' => {
130             base_value => q(6),
131             divisor => q(1),
132             rule => q(六),
133             },
134             '7' => {
135             base_value => q(7),
136             divisor => q(1),
137             rule => q(七),
138             },
139             '8' => {
140             base_value => q(8),
141             divisor => q(1),
142             rule => q(八),
143             },
144             '9' => {
145             base_value => q(9),
146             divisor => q(1),
147             rule => q(九),
148             },
149             '10' => {
150             base_value => q(10),
151             divisor => q(10),
152             rule => q(十[→→]),
153             },
154             '20' => {
155             base_value => q(20),
156             divisor => q(10),
157             rule => q(←←十[→→]),
158             },
159             '100' => {
160             base_value => q(100),
161             divisor => q(100),
162             rule => q(百[→→]),
163             },
164             '200' => {
165             base_value => q(200),
166             divisor => q(100),
167             rule => q(←←百[→→]),
168             },
169             '1000' => {
170             base_value => q(1000),
171             divisor => q(1000),
172             rule => q(千[→→]),
173             },
174             '2000' => {
175             base_value => q(2000),
176             divisor => q(1000),
177             rule => q(←←千[→→]),
178             },
179             '10000' => {
180             base_value => q(10000),
181             divisor => q(10000),
182             rule => q(←←万[→→]),
183             },
184             '100000000' => {
185             base_value => q(100000000),
186             divisor => q(100000000),
187             rule => q(←←億[→→]),
188             },
189             '1000000000000' => {
190             base_value => q(1000000000000),
191             divisor => q(1000000000000),
192             rule => q(←←兆[→→]),
193             },
194             '10000000000000000' => {
195             base_value => q(10000000000000000),
196             divisor => q(10000000000000000),
197             rule => q(←←京[→→]),
198             },
199             '1000000000000000000' => {
200             base_value => q(1000000000000000000),
201             divisor => q(1000000000000000000),
202             rule => q(=#,##0=),
203             },
204             'max' => {
205             base_value => q(1000000000000000000),
206             divisor => q(1000000000000000000),
207             rule => q(=#,##0=),
208             },
209             },
210             },
211             'spellout-cardinal-financial' => {
212             'public' => {
213             '-x' => {
214             divisor => q(1),
215             rule => q(マイナス→→),
216             },
217             '0' => {
218             base_value => q(0),
219             divisor => q(1),
220             rule => q(零),
221             },
222             'x.x' => {
223             divisor => q(1),
224             rule => q(←←点→→→),
225             },
226             '1' => {
227             base_value => q(1),
228             divisor => q(1),
229             rule => q(壱),
230             },
231             '2' => {
232             base_value => q(2),
233             divisor => q(1),
234             rule => q(弐),
235             },
236             '3' => {
237             base_value => q(3),
238             divisor => q(1),
239             rule => q(参),
240             },
241             '4' => {
242             base_value => q(4),
243             divisor => q(1),
244             rule => q(四),
245             },
246             '5' => {
247             base_value => q(5),
248             divisor => q(1),
249             rule => q(伍),
250             },
251             '6' => {
252             base_value => q(6),
253             divisor => q(1),
254             rule => q(六),
255             },
256             '7' => {
257             base_value => q(7),
258             divisor => q(1),
259             rule => q(七),
260             },
261             '8' => {
262             base_value => q(8),
263             divisor => q(1),
264             rule => q(八),
265             },
266             '9' => {
267             base_value => q(9),
268             divisor => q(1),
269             rule => q(九),
270             },
271             '10' => {
272             base_value => q(10),
273             divisor => q(10),
274             rule => q(拾[→→]),
275             },
276             '20' => {
277             base_value => q(20),
278             divisor => q(10),
279             rule => q(←←拾[→→]),
280             },
281             '100' => {
282             base_value => q(100),
283             divisor => q(100),
284             rule => q(←←百[→→]),
285             },
286             '1000' => {
287             base_value => q(1000),
288             divisor => q(1000),
289             rule => q(←←千[→→]),
290             },
291             '10000' => {
292             base_value => q(10000),
293             divisor => q(10000),
294             rule => q(←←萬[→→]),
295             },
296             '100000000' => {
297             base_value => q(100000000),
298             divisor => q(100000000),
299             rule => q(←←億[→→]),
300             },
301             '1000000000000' => {
302             base_value => q(1000000000000),
303             divisor => q(1000000000000),
304             rule => q(←←兆[→→]),
305             },
306             '10000000000000000' => {
307             base_value => q(10000000000000000),
308             divisor => q(10000000000000000),
309             rule => q(←←京[→→]),
310             },
311             '1000000000000000000' => {
312             base_value => q(1000000000000000000),
313             divisor => q(1000000000000000000),
314             rule => q(=#,##0=),
315             },
316             'max' => {
317             base_value => q(1000000000000000000),
318             divisor => q(1000000000000000000),
319             rule => q(=#,##0=),
320             },
321             },
322             },
323             'spellout-numbering' => {
324             'public' => {
325             '0' => {
326             base_value => q(0),
327             divisor => q(1),
328             rule => q(=%spellout-cardinal=),
329             },
330             'max' => {
331             base_value => q(0),
332             divisor => q(1),
333             rule => q(=%spellout-cardinal=),
334             },
335             },
336             },
337             'spellout-numbering-year' => {
338             'public' => {
339             '0' => {
340             base_value => q(0),
341             divisor => q(1),
342             rule => q(=%spellout-numbering=),
343             },
344             'x.x' => {
345             divisor => q(1),
346             rule => q(=0.0=),
347             },
348             '1' => {
349             base_value => q(1),
350             divisor => q(1),
351             rule => q(元),
352             },
353             '2' => {
354             base_value => q(2),
355             divisor => q(1),
356             rule => q(=%spellout-numbering=),
357             },
358             '1000' => {
359             base_value => q(1000),
360             divisor => q(1000),
361             rule => q(=%%spellout-numbering-year-digits=),
362             },
363             '10000' => {
364             base_value => q(10000),
365             divisor => q(10000),
366             rule => q(=%spellout-numbering=),
367             },
368             'max' => {
369             base_value => q(10000),
370             divisor => q(10000),
371             rule => q(=%spellout-numbering=),
372             },
373             },
374             },
375             'spellout-numbering-year-digits' => {
376             'private' => {
377             '0' => {
378             base_value => q(0),
379             divisor => q(1),
380             rule => q(=%spellout-numbering=),
381             },
382             '10' => {
383             base_value => q(10),
384             divisor => q(10),
385             rule => q(←←→→→),
386             },
387             '100' => {
388             base_value => q(100),
389             divisor => q(100),
390             rule => q(←←→→→),
391             },
392             '1000' => {
393             base_value => q(1000),
394             divisor => q(1000),
395             rule => q(←←→→→),
396             },
397             'max' => {
398             base_value => q(1000),
399             divisor => q(1000),
400             rule => q(←←→→→),
401             },
402             },
403             },
404             'spellout-numbering-year-latn' => {
405             'public' => {
406             '0' => {
407             base_value => q(0),
408             divisor => q(1),
409             rule => q(=0=),
410             },
411             'x.x' => {
412             divisor => q(1),
413             rule => q(=0.0=),
414             },
415             '1' => {
416             base_value => q(1),
417             divisor => q(1),
418             rule => q(元),
419             },
420             '2' => {
421             base_value => q(2),
422             divisor => q(1),
423             rule => q(=0=),
424             },
425             'max' => {
426             base_value => q(2),
427             divisor => q(1),
428             rule => q(=0=),
429             },
430             },
431             },
432             'spellout-ordinal' => {
433             'public' => {
434             '0' => {
435             base_value => q(0),
436             divisor => q(1),
437             rule => q(第=%spellout-numbering=),
438             },
439             'x.x' => {
440             divisor => q(1),
441             rule => q(=#,##0.#=),
442             },
443             'max' => {
444             divisor => q(1),
445             rule => q(=#,##0.#=),
446             },
447             },
448             },
449             } },
450             );
451              
452             has 'display_name_language' => (
453             is => 'ro',
454             isa => CodeRef,
455             init_arg => undef,
456             default => sub {
457             sub {
458             my %languages = (
459             'aa' => 'アファル語',
460             'ab' => 'アブハズ語',
461             'ace' => 'アチェ語',
462             'ach' => 'アチョリ語',
463             'ada' => 'アダングメ語',
464             'ady' => 'アディゲ語',
465             'ae' => 'アヴェスタ語',
466             'aeb' => 'チュニジア・アラビア語',
467             'af' => 'アフリカーンス語',
468             'afh' => 'アフリヒリ語',
469             'agq' => 'アゲム語',
470             'ain' => 'アイヌ語',
471             'ak' => 'アカン語',
472             'akk' => 'アッカド語',
473             'akz' => 'アラバマ語',
474             'ale' => 'アレウト語',
475             'aln' => 'ゲグ・アルバニア語',
476             'alt' => '南アルタイ語',
477             'am' => 'アムハラ語',
478             'an' => 'アラゴン語',
479             'ang' => '古英語',
480             'ann' => 'オボロ語',
481             'anp' => 'アンギカ語',
482             'ar' => 'アラビア語',
483             'ar_001' => '現代標準アラビア語',
484             'arc' => 'アラム語',
485             'arn' => 'マプチェ語',
486             'aro' => 'アラオナ語',
487             'arp' => 'アラパホー語',
488             'arq' => 'アルジェリア・アラビア語',
489             'ars' => 'ナジュド地方・アラビア語',
490             'ars@alt=menu' => 'アラビア語(ナジュド地方)',
491             'arw' => 'アラワク語',
492             'ary' => 'モロッコ・アラビア語',
493             'arz' => 'エジプト・アラビア語',
494             'as' => 'アッサム語',
495             'asa' => 'アス語',
496             'ase' => 'アメリカ手話',
497             'ast' => 'アストゥリアス語',
498             'atj' => 'アティカメク語',
499             'av' => 'アヴァル語',
500             'avk' => 'コタヴァ',
501             'awa' => 'アワディー語',
502             'ay' => 'アイマラ語',
503             'az' => 'アゼルバイジャン語',
504             'az@alt=short' => 'アゼリー語',
505             'ba' => 'バシキール語',
506             'bal' => 'バルーチー語',
507             'ban' => 'バリ語',
508             'bar' => 'バイエルン・オーストリア語',
509             'bas' => 'バサ語',
510             'bax' => 'バムン語',
511             'bbc' => 'トバ・バタク語',
512             'bbj' => 'ゴーマラ語',
513             'be' => 'ベラルーシ語',
514             'bej' => 'ベジャ語',
515             'bem' => 'ベンバ語',
516             'bew' => 'ベタウィ語',
517             'bez' => 'ベナ語',
518             'bfd' => 'バフット語',
519             'bfq' => 'バダガ語',
520             'bg' => 'ブルガリア語',
521             'bgc' => 'ハリヤーンウィー語',
522             'bgn' => '西バローチー語',
523             'bho' => 'ボージュプリー語',
524             'bi' => 'ビスラマ語',
525             'bik' => 'ビコル語',
526             'bin' => 'ビニ語',
527             'bjn' => 'バンジャル語',
528             'bkm' => 'コム語',
529             'bla' => 'シクシカ語',
530             'blo' => 'アニ語 (blo)',
531             'bm' => 'バンバラ語',
532             'bn' => 'ベンガル語',
533             'bo' => 'チベット語',
534             'bpy' => 'ビシュヌプリヤ・マニプリ語',
535             'bqi' => 'バフティヤーリー語',
536             'br' => 'ブルトン語',
537             'bra' => 'ブラジ語',
538             'brh' => 'ブラフイ語',
539             'brx' => 'ボド語',
540             'bs' => 'ボスニア語',
541             'bss' => 'アコース語',
542             'bua' => 'ブリヤート語',
543             'bug' => 'ブギ語',
544             'bum' => 'ブル語',
545             'byn' => 'ビリン語',
546             'byv' => 'メドゥンバ語',
547             'ca' => 'カタロニア語',
548             'cad' => 'カドー語',
549             'car' => 'カリブ語',
550             'cay' => 'カユーガ語',
551             'cch' => 'チャワイ語',
552             'ccp' => 'チャクマ語',
553             'ce' => 'チェチェン語',
554             'ceb' => 'セブアノ語',
555             'cgg' => 'チガ語',
556             'ch' => 'チャモロ語',
557             'chb' => 'チブチャ語',
558             'chg' => 'チャガタイ語',
559             'chk' => 'チューク語',
560             'chm' => 'マリ語',
561             'chn' => 'チヌーク混成語',
562             'cho' => 'チョクトー語',
563             'chp' => 'チペワイアン語',
564             'chr' => 'チェロキー語',
565             'chy' => 'シャイアン語',
566             'ckb' => '中央クルド語',
567             'ckb@alt=menu' => 'クルド語(中央)',
568             'ckb@alt=variant' => 'クルド語(ソラニー)',
569             'clc' => 'チルコーティン語',
570             'co' => 'コルシカ語',
571             'cop' => 'コプト語',
572             'cps' => 'カピス語',
573             'cr' => 'クリー語',
574             'crg' => 'ミチフ語',
575             'crh' => 'クリミア・タタール語',
576             'crj' => '東部クリー語(南部)',
577             'crk' => '平原クリー語',
578             'crl' => '東部クリー語(北部)',
579             'crm' => 'ムースクリー語',
580             'crr' => 'カロライナ・アルゴンキン語',
581             'crs' => 'セーシェル・クレオール語',
582             'cs' => 'チェコ語',
583             'csb' => 'カシューブ語',
584             'csw' => '湿原クリー語',
585             'cu' => '教会スラブ語',
586             'cv' => 'チュヴァシ語',
587             'cy' => 'ウェールズ語',
588             'da' => 'デンマーク語',
589             'dak' => 'ダコタ語',
590             'dar' => 'ダルグワ語',
591             'dav' => 'タイタ語',
592             'de' => 'ドイツ語',
593             'de_CH' => '標準ドイツ語 (スイス)',
594             'del' => 'デラウェア語',
595             'den' => 'スレイビー語',
596             'dgr' => 'ドグリブ語',
597             'din' => 'ディンカ語',
598             'dje' => 'ザルマ語',
599             'doi' => 'ドーグリー語',
600             'dsb' => '低地ソルブ語',
601             'dtp' => '中央ドゥスン語',
602             'dua' => 'ドゥアラ語',
603             'dum' => '中世オランダ語',
604             'dv' => 'ディベヒ語',
605             'dyo' => 'ジョラ=フォニィ語',
606             'dyu' => 'ジュラ語',
607             'dz' => 'ゾンカ語',
608             'dzg' => 'ダザガ語',
609             'ebu' => 'エンブ語',
610             'ee' => 'エウェ語',
611             'efi' => 'エフィク語',
612             'egl' => 'エミリア語',
613             'egy' => '古代エジプト語',
614             'eka' => 'エカジュク語',
615             'el' => 'ギリシャ語',
616             'elx' => 'エラム語',
617             'en' => '英語',
618             'en_AU' => 'オーストラリア英語',
619             'en_CA' => 'カナダ英語',
620             'en_GB' => 'イギリス英語',
621             'en_GB@alt=short' => '英語(英国)',
622             'en_US' => 'アメリカ英語',
623             'en_US@alt=short' => '英語(米国)',
624             'enm' => '中英語',
625             'eo' => 'エスペラント語',
626             'es' => 'スペイン語',
627             'es_ES' => 'スペイン語 (イベリア半島)',
628             'esu' => '中央アラスカ・ユピック語',
629             'et' => 'エストニア語',
630             'eu' => 'バスク語',
631             'ewo' => 'エウォンド語',
632             'ext' => 'エストレマドゥーラ語',
633             'fa' => 'ペルシア語',
634             'fa_AF' => 'ダリー語',
635             'fan' => 'ファング語',
636             'fat' => 'ファンティー語',
637             'ff' => 'フラ語',
638             'fi' => 'フィンランド語',
639             'fil' => 'フィリピノ語',
640             'fit' => 'トルネダール・フィンランド語',
641             'fj' => 'フィジー語',
642             'fo' => 'フェロー語',
643             'fon' => 'フォン語',
644             'fr' => 'フランス語',
645             'frc' => 'ケイジャン・フランス語',
646             'frm' => '中期フランス語',
647             'fro' => '古フランス語',
648             'frp' => 'アルピタン語',
649             'frr' => '北フリジア語',
650             'frs' => '東フリジア語',
651             'fur' => 'フリウリ語',
652             'fy' => '西フリジア語',
653             'ga' => 'アイルランド語',
654             'gaa' => 'ガ語',
655             'gag' => 'ガガウズ語',
656             'gan' => '贛語',
657             'gay' => 'ガヨ語',
658             'gba' => 'バヤ語',
659             'gbz' => 'ダリー語(ゾロアスター教)',
660             'gd' => 'スコットランド・ゲール語',
661             'gez' => 'ゲエズ語',
662             'gil' => 'キリバス語',
663             'gl' => 'ガリシア語',
664             'glk' => 'ギラキ語',
665             'gmh' => '中高ドイツ語',
666             'gn' => 'グアラニー語',
667             'goh' => '古高ドイツ語',
668             'gon' => 'ゴーンディー語',
669             'gor' => 'ゴロンタロ語',
670             'got' => 'ゴート語',
671             'grb' => 'グレボ語',
672             'grc' => '古代ギリシャ語',
673             'gsw' => 'スイスドイツ語',
674             'gu' => 'グジャラート語',
675             'guc' => 'ワユ語',
676             'gur' => 'フラフラ語',
677             'guz' => 'グシイ語',
678             'gv' => 'マン島語',
679             'gwi' => 'グウィッチン語',
680             'ha' => 'ハウサ語',
681             'hai' => 'ハイダ語',
682             'hak' => '客家語',
683             'haw' => 'ハワイ語',
684             'hax' => '南部ハイダ語',
685             'he' => 'ヘブライ語',
686             'hi' => 'ヒンディー語',
687             'hi_Latn@alt=variant' => 'インド英語 (ヒングリッシュ)',
688             'hif' => 'フィジー・ヒンディー語',
689             'hil' => 'ヒリガイノン語',
690             'hit' => 'ヒッタイト語',
691             'hmn' => 'フモン語',
692             'ho' => 'ヒリモツ語',
693             'hr' => 'クロアチア語',
694             'hsb' => '高地ソルブ語',
695             'hsn' => '湘語',
696             'ht' => 'ハイチ・クレオール語',
697             'hu' => 'ハンガリー語',
698             'hup' => 'フパ語',
699             'hur' => 'ハルコメレム語',
700             'hy' => 'アルメニア語',
701             'hz' => 'ヘレロ語',
702             'ia' => 'インターリングア',
703             'iba' => 'イバン語',
704             'ibb' => 'イビビオ語',
705             'id' => 'インドネシア語',
706             'ie' => 'インターリング',
707             'ig' => 'イボ語',
708             'ii' => '四川イ語',
709             'ik' => 'イヌピアック語',
710             'ikt' => 'イヌイナクトゥン語',
711             'ilo' => 'イロカノ語',
712             'inh' => 'イングーシ語',
713             'io' => 'イド語',
714             'is' => 'アイスランド語',
715             'it' => 'イタリア語',
716             'iu' => 'イヌクティトット語',
717             'izh' => 'イングリア語',
718             'ja' => '日本語',
719             'jam' => 'ジャマイカ・クレオール語',
720             'jbo' => 'ロジバン語',
721             'jgo' => 'ンゴンバ語',
722             'jmc' => 'マチャメ語',
723             'jpr' => 'ユダヤ・ペルシア語',
724             'jrb' => 'ユダヤ・アラビア語',
725             'jut' => 'ユトランド語',
726             'jv' => 'ジャワ語',
727             'ka' => 'ジョージア語',
728             'kaa' => 'カラカルパク語',
729             'kab' => 'カビル語',
730             'kac' => 'カチン語',
731             'kaj' => 'カジェ語',
732             'kam' => 'カンバ語',
733             'kaw' => 'カウィ語',
734             'kbd' => 'カバルド語',
735             'kbl' => 'カネンブ語',
736             'kcg' => 'カタブ語',
737             'kde' => 'マコンデ語',
738             'kea' => 'カーボベルデ・クレオール語',
739             'ken' => 'ニャン語',
740             'kfo' => 'コロ語',
741             'kg' => 'コンゴ語',
742             'kgp' => 'カインガング語',
743             'kha' => 'カシ語',
744             'kho' => 'コータン語',
745             'khq' => 'コイラ・チーニ語',
746             'khw' => 'コワール語',
747             'ki' => 'キクユ語',
748             'kiu' => 'キルマンジュキ語',
749             'kj' => 'クワニャマ語',
750             'kk' => 'カザフ語',
751             'kkj' => 'カコ語',
752             'kl' => 'グリーンランド語',
753             'kln' => 'カレンジン語',
754             'km' => 'クメール語',
755             'kmb' => 'キンブンド語',
756             'kn' => 'カンナダ語',
757             'ko' => '韓国語',
758             'koi' => 'コミ・ペルミャク語',
759             'kok' => 'コンカニ語',
760             'kos' => 'コスラエ語',
761             'kpe' => 'クペレ語',
762             'kr' => 'カヌリ語',
763             'krc' => 'カラチャイ・バルカル語',
764             'kri' => 'クリオ語',
765             'krj' => 'キナライア語',
766             'krl' => 'カレリア語',
767             'kru' => 'クルク語',
768             'ks' => 'カシミール語',
769             'ksb' => 'サンバー語',
770             'ksf' => 'バフィア語',
771             'ksh' => 'ケルン語',
772             'ku' => 'クルド語',
773             'kum' => 'クムク語',
774             'kut' => 'クテナイ語',
775             'kv' => 'コミ語',
776             'kw' => 'コーンウォール語',
777             'kwk' => 'クヮキゥワラ語',
778             'kxv' => 'クーヴィンガ語',
779             'ky' => 'キルギス語',
780             'la' => 'ラテン語',
781             'lad' => 'ラディノ語',
782             'lag' => 'ランギ語',
783             'lah' => 'ラフンダー語',
784             'lam' => 'ランバ語',
785             'lb' => 'ルクセンブルク語',
786             'lez' => 'レズギ語',
787             'lfn' => 'リングア・フランカ・ノバ',
788             'lg' => 'ガンダ語',
789             'li' => 'リンブルフ語',
790             'lij' => 'リグリア語',
791             'lil' => 'リルエット語',
792             'liv' => 'リヴォニア語',
793             'lkt' => 'ラコタ語',
794             'lmo' => 'ロンバルド語',
795             'ln' => 'リンガラ語',
796             'lo' => 'ラオ語',
797             'lol' => 'モンゴ語',
798             'lou' => 'ルイジアナ・クレオール語',
799             'loz' => 'ロジ語',
800             'lrc' => '北ロル語',
801             'lsm' => 'サーミア語',
802             'lt' => 'リトアニア語',
803             'ltg' => 'ラトガリア語',
804             'lu' => 'ルバ・カタンガ語',
805             'lua' => 'ルバ・ルルア語',
806             'lui' => 'ルイセーニョ語',
807             'lun' => 'ルンダ語',
808             'luo' => 'ルオ語',
809             'lus' => 'ミゾ語',
810             'luy' => 'ルヒヤ語',
811             'lv' => 'ラトビア語',
812             'lzh' => '漢文',
813             'lzz' => 'ラズ語',
814             'mad' => 'マドゥラ語',
815             'maf' => 'マファ語',
816             'mag' => 'マガヒー語',
817             'mai' => 'マイティリー語',
818             'mak' => 'マカッサル語',
819             'man' => 'マンディンゴ語',
820             'mas' => 'マサイ語',
821             'mde' => 'マバ語',
822             'mdf' => 'モクシャ語',
823             'mdr' => 'マンダル語',
824             'men' => 'メンデ語',
825             'mer' => 'メル語',
826             'mfe' => 'モーリシャス・クレオール語',
827             'mg' => 'マダガスカル語',
828             'mga' => '中期アイルランド語',
829             'mgh' => 'マクア・ミート語',
830             'mgo' => 'メタ語',
831             'mh' => 'マーシャル語',
832             'mi' => 'マオリ語',
833             'mic' => 'ミクマク語',
834             'min' => 'ミナンカバウ語',
835             'mk' => 'マケドニア語',
836             'ml' => 'マラヤーラム語',
837             'mn' => 'モンゴル語',
838             'mnc' => '満州語',
839             'mni' => 'マニプリ語',
840             'moe' => 'イヌー=アイムン語',
841             'moh' => 'モーホーク語',
842             'mos' => 'モシ語',
843             'mr' => 'マラーティー語',
844             'mrj' => '山地マリ語',
845             'ms' => 'マレー語',
846             'mt' => 'マルタ語',
847             'mua' => 'ムンダン語',
848             'mul' => '複数言語',
849             'mus' => 'クリーク語',
850             'mwl' => 'ミランダ語',
851             'mwr' => 'マールワーリー語',
852             'mwv' => 'メンタワイ語',
853             'my' => 'ミャンマー語',
854             'mye' => 'ミエネ語',
855             'myv' => 'エルジャ語',
856             'mzn' => 'マーザンダラーン語',
857             'na' => 'ナウル語',
858             'nan' => '閩南語',
859             'nap' => 'ナポリ語',
860             'naq' => 'ナマ語',
861             'nb' => 'ノルウェー語(ブークモール)',
862             'nd' => '北ンデベレ語',
863             'nds' => '低地ドイツ語',
864             'ne' => 'ネパール語',
865             'new' => 'ネワール語',
866             'ng' => 'ンドンガ語',
867             'nia' => 'ニアス語',
868             'niu' => 'ニウーエイ語',
869             'njo' => 'アオ・ナガ語',
870             'nl' => 'オランダ語',
871             'nl_BE' => 'フラマン語',
872             'nmg' => 'クワシオ語',
873             'nn' => 'ノルウェー語(ニーノシュク)',
874             'nnh' => 'ンジエムブーン語',
875             'no' => 'ノルウェー語',
876             'nog' => 'ノガイ語',
877             'non' => '古ノルド語',
878             'nov' => 'ノヴィアル',
879             'nqo' => 'ンコ語',
880             'nr' => '南ンデベレ語',
881             'nso' => '北部ソト語',
882             'nus' => 'ヌエル語',
883             'nv' => 'ナバホ語',
884             'nwc' => '古典ネワール語',
885             'ny' => 'ニャンジャ語',
886             'nym' => 'ニャムウェジ語',
887             'nyn' => 'ニャンコレ語',
888             'nyo' => 'ニョロ語',
889             'nzi' => 'ンゼマ語',
890             'oc' => 'オック語',
891             'oj' => 'オジブウェー語',
892             'ojb' => '北西部オジブワ語',
893             'ojc' => '中部オジブワ語',
894             'ojs' => 'セヴァーン・オジブワ語',
895             'ojw' => '西部オジブワ語',
896             'oka' => 'オカナガン語',
897             'om' => 'オロモ語',
898             'or' => 'オディア語',
899             'os' => 'オセット語',
900             'osa' => 'オセージ語',
901             'ota' => 'オスマントルコ語',
902             'pa' => 'パンジャブ語',
903             'pag' => 'パンガシナン語',
904             'pal' => 'パフラヴィー語',
905             'pam' => 'パンパンガ語',
906             'pap' => 'パピアメント語',
907             'pau' => 'パラオ語',
908             'pcd' => 'ピカルディ語',
909             'pcm' => 'ナイジェリア・ピジン語',
910             'pdc' => 'ペンシルベニア・ドイツ語',
911             'pdt' => 'メノナイト低地ドイツ語',
912             'peo' => '古代ペルシア語',
913             'pfl' => 'プファルツ語',
914             'phn' => 'フェニキア語',
915             'pi' => 'パーリ語',
916             'pis' => 'ピジン語',
917             'pl' => 'ポーランド語',
918             'pms' => 'ピエモンテ語',
919             'pnt' => 'ポントス・ギリシャ語',
920             'pon' => 'ポンペイ語',
921             'pqm' => 'マリシート=パサマコディ語',
922             'prg' => 'プロシア語',
923             'pro' => '古期プロバンス語',
924             'ps' => 'パシュトゥー語',
925             'ps@alt=variant' => 'パシュトゥ語',
926             'pt' => 'ポルトガル語',
927             'pt_PT' => 'ポルトガル語 (イベリア半島)',
928             'qu' => 'ケチュア語',
929             'quc' => 'キチェ語',
930             'qug' => 'チンボラソ高地ケチュア語',
931             'raj' => 'ラージャスターン語',
932             'rap' => 'ラパヌイ語',
933             'rar' => 'ラロトンガ語',
934             'rgn' => 'ロマーニャ語',
935             'rhg' => 'ロヒンギャ語',
936             'rif' => 'リーフ語',
937             'rm' => 'ロマンシュ語',
938             'rn' => 'ルンディ語',
939             'ro' => 'ルーマニア語',
940             'ro_MD' => 'モルダビア語',
941             'rof' => 'ロンボ語',
942             'rom' => 'ロマーニー語',
943             'rtm' => 'ロツマ語',
944             'ru' => 'ロシア語',
945             'rue' => 'ルシン語',
946             'rug' => 'ロヴィアナ語',
947             'rup' => 'アルーマニア語',
948             'rw' => 'キニアルワンダ語',
949             'rwk' => 'ルワ語',
950             'sa' => 'サンスクリット語',
951             'sad' => 'サンダウェ語',
952             'sah' => 'サハ語',
953             'sam' => 'サマリア・アラム語',
954             'saq' => 'サンブル語',
955             'sas' => 'ササク語',
956             'sat' => 'サンターリー語',
957             'saz' => 'サウラーシュトラ語',
958             'sba' => 'ンガムバイ語',
959             'sbp' => 'サング語',
960             'sc' => 'サルデーニャ語',
961             'scn' => 'シチリア語',
962             'sco' => 'スコットランド語',
963             'sd' => 'シンド語',
964             'sdc' => 'サッサリ・サルデーニャ語',
965             'sdh' => '南部クルド語',
966             'se' => '北サーミ語',
967             'see' => 'セネカ語',
968             'seh' => 'セナ語',
969             'sei' => 'セリ語',
970             'sel' => 'セリクプ語',
971             'ses' => 'コイラボロ・センニ語',
972             'sg' => 'サンゴ語',
973             'sga' => '古アイルランド語',
974             'sgs' => 'サモギティア語',
975             'sh' => 'セルボ・クロアチア語',
976             'shi' => 'タシルハイト語',
977             'shn' => 'シャン語',
978             'shu' => 'チャド・アラビア語',
979             'si' => 'シンハラ語',
980             'sid' => 'シダモ語',
981             'sk' => 'スロバキア語',
982             'sl' => 'スロベニア語',
983             'slh' => '南部ルシュツィード語',
984             'sli' => '低シレジア語',
985             'sly' => 'スラヤール語',
986             'sm' => 'サモア語',
987             'sma' => '南サーミ語',
988             'smj' => 'ルレ・サーミ語',
989             'smn' => 'イナリ・サーミ語',
990             'sms' => 'スコルト・サーミ語',
991             'sn' => 'ショナ語',
992             'snk' => 'ソニンケ語',
993             'so' => 'ソマリ語',
994             'sog' => 'ソグド語',
995             'sq' => 'アルバニア語',
996             'sr' => 'セルビア語',
997             'srn' => 'スリナム語',
998             'srr' => 'セレル語',
999             'ss' => 'スワジ語',
1000             'ssy' => 'サホ語',
1001             'st' => '南部ソト語',
1002             'stq' => 'ザーターフリジア語',
1003             'str' => 'ストレイツセイリッシュ語',
1004             'su' => 'スンダ語',
1005             'suk' => 'スクマ語',
1006             'sus' => 'スス語',
1007             'sux' => 'シュメール語',
1008             'sv' => 'スウェーデン語',
1009             'sw' => 'スワヒリ語',
1010             'sw_CD' => 'コンゴ・スワヒリ語',
1011             'swb' => 'コモロ語',
1012             'syc' => '古典シリア語',
1013             'syr' => 'シリア語',
1014             'szl' => 'シレジア語',
1015             'ta' => 'タミル語',
1016             'tce' => '南部トゥショーニ語',
1017             'tcy' => 'トゥル語',
1018             'te' => 'テルグ語',
1019             'tem' => 'テムネ語',
1020             'teo' => 'テソ語',
1021             'ter' => 'テレーノ語',
1022             'tet' => 'テトゥン語',
1023             'tg' => 'タジク語',
1024             'tgx' => 'タギシュ語',
1025             'th' => 'タイ語',
1026             'tht' => 'タールタン語',
1027             'ti' => 'ティグリニア語',
1028             'tig' => 'ティグレ語',
1029             'tiv' => 'ティブ語',
1030             'tk' => 'トルクメン語',
1031             'tkl' => 'トケラウ語',
1032             'tkr' => 'ツァフル語',
1033             'tl' => 'タガログ語',
1034             'tlh' => 'クリンゴン語',
1035             'tli' => 'トリンギット語',
1036             'tly' => 'タリシュ語',
1037             'tmh' => 'タマシェク語',
1038             'tn' => 'ツワナ語',
1039             'to' => 'トンガ語',
1040             'tog' => 'トンガ語(ニアサ)',
1041             'tok' => 'トキポナ語',
1042             'tpi' => 'トク・ピシン語',
1043             'tr' => 'トルコ語',
1044             'tru' => 'トゥロヨ語',
1045             'trv' => 'タロコ語',
1046             'ts' => 'ツォンガ語',
1047             'tsd' => 'ツァコン語',
1048             'tsi' => 'チムシュ語',
1049             'tt' => 'タタール語',
1050             'ttm' => '北部トゥショーニ語',
1051             'ttt' => 'ムスリム・タタール語',
1052             'tum' => 'トゥンブカ語',
1053             'tvl' => 'ツバル語',
1054             'tw' => 'トウィ語',
1055             'twq' => 'タサワク語',
1056             'ty' => 'タヒチ語',
1057             'tyv' => 'トゥヴァ語',
1058             'tzm' => '中央アトラス・タマジクト語',
1059             'udm' => 'ウドムルト語',
1060             'ug' => 'ウイグル語',
1061             'ug@alt=variant' => 'ウィグル語',
1062             'uga' => 'ウガリト語',
1063             'uk' => 'ウクライナ語',
1064             'umb' => 'ムブンドゥ語',
1065             'und' => '言語不明',
1066             'ur' => 'ウルドゥー語',
1067             'uz' => 'ウズベク語',
1068             'vai' => 'ヴァイ語',
1069             've' => 'ベンダ語',
1070             'vec' => 'ヴェネト語',
1071             'vep' => 'ヴェプス語',
1072             'vi' => 'ベトナム語',
1073             'vls' => '西フラマン語',
1074             'vmf' => 'マインフランク語',
1075             'vmw' => 'マクア語',
1076             'vo' => 'ヴォラピュク語',
1077             'vot' => 'ヴォート語',
1078             'vro' => 'ヴォロ語',
1079             'vun' => 'ヴンジョ語',
1080             'wa' => 'ワロン語',
1081             'wae' => 'ヴァリス語',
1082             'wal' => 'ウォライタ語',
1083             'war' => 'ワライ語',
1084             'was' => 'ワショ語',
1085             'wbp' => 'ワルピリ語',
1086             'wo' => 'ウォロフ語',
1087             'wuu' => '呉語',
1088             'xal' => 'カルムイク語',
1089             'xh' => 'コサ語',
1090             'xmf' => 'メグレル語',
1091             'xnr' => 'カーングリー語',
1092             'xog' => 'ソガ語',
1093             'yao' => 'ヤオ語',
1094             'yap' => 'ヤップ語',
1095             'yav' => 'ヤンベン語',
1096             'ybb' => 'イエンバ語',
1097             'yi' => 'イディッシュ語',
1098             'yo' => 'ヨルバ語',
1099             'yrl' => 'ニェエンガトゥ語',
1100             'yue' => '広東語',
1101             'yue@alt=menu' => '中国語 (広東語)',
1102             'za' => 'チワン語',
1103             'zap' => 'サポテカ語',
1104             'zbl' => 'ブリスシンボル',
1105             'zea' => 'ゼーラント語',
1106             'zen' => 'ゼナガ語',
1107             'zgh' => '標準モロッコ タマジクト語',
1108             'zh' => '中国語',
1109             'zh@alt=menu' => '中国語 (標準語)',
1110             'zh_Hans' => '簡体中国語',
1111             'zh_Hans@alt=long' => '標準中国語 (簡体字)',
1112             'zh_Hant' => '繁体中国語',
1113             'zh_Hant@alt=long' => '標準中国語 (繁体字)',
1114             'zu' => 'ズールー語',
1115             'zun' => 'ズニ語',
1116             'zxx' => '言語的内容なし',
1117             'zza' => 'ザザ語',
1118              
1119             );
1120             if (@_) {
1121             return $languages{$_[0]};
1122             }
1123             return \%languages;
1124             }
1125             },
1126             );
1127              
1128             has 'display_name_script' => (
1129             is => 'ro',
1130             isa => CodeRef,
1131             init_arg => undef,
1132             default => sub {
1133             sub {
1134             my %scripts = (
1135             'Adlm' => 'アドラム文字',
1136             'Afak' => 'アファカ文字',
1137             'Aghb' => 'カフカス・アルバニア文字',
1138             'Arab' => 'アラビア文字',
1139             'Arab@alt=variant' => 'ペルソ・アラビア文字',
1140             'Aran' => 'ナスタアリーク体',
1141             'Armi' => '帝国アラム文字',
1142             'Armn' => 'アルメニア文字',
1143             'Avst' => 'アヴェスター文字',
1144             'Bali' => 'バリ文字',
1145             'Bamu' => 'バムン文字',
1146             'Bass' => 'バサ文字',
1147             'Batk' => 'バタク文字',
1148             'Beng' => 'ベンガル文字',
1149             'Blis' => 'ブリスシンボル',
1150             'Bopo' => '注音字母',
1151             'Brah' => 'ブラーフミー文字',
1152             'Brai' => 'ブライユ点字',
1153             'Bugi' => 'ブギス文字',
1154             'Buhd' => 'ブヒッド文字',
1155             'Cakm' => 'チャクマ文字',
1156             'Cans' => '統合カナダ先住民音節文字',
1157             'Cari' => 'カリア文字',
1158             'Cham' => 'チャム文字',
1159             'Cher' => 'チェロキー文字',
1160             'Cirt' => 'キアス文字',
1161             'Copt' => 'コプト文字',
1162             'Cprt' => 'キプロス文字',
1163             'Cyrl' => 'キリル文字',
1164             'Cyrs' => '古代教会スラブ語キリル文字',
1165             'Deva' => 'デーバナーガリー文字',
1166             'Dsrt' => 'デセレット文字',
1167             'Dupl' => 'デュプロワエ式速記',
1168             'Egyd' => 'エジプト民衆文字',
1169             'Egyh' => 'エジプト神官文字',
1170             'Egyp' => 'エジプト聖刻文字',
1171             'Elba' => 'エルバサン文字',
1172             'Ethi' => 'エチオピア文字',
1173             'Geok' => 'ジョージア文字(フツリ)',
1174             'Geor' => 'ジョージア文字',
1175             'Glag' => 'グラゴル文字',
1176             'Goth' => 'ゴート文字',
1177             'Gran' => 'グランタ文字',
1178             'Grek' => 'ギリシャ文字',
1179             'Gujr' => 'グジャラート文字',
1180             'Guru' => 'グルムキー文字',
1181             'Hanb' => '漢語注音字母',
1182             'Hang' => 'ハングル',
1183             'Hani' => '漢字',
1184             'Hano' => 'ハヌノオ文字',
1185             'Hans' => '簡体字',
1186             'Hans@alt=stand-alone' => '漢字(簡体字)',
1187             'Hant' => '繁体字',
1188             'Hant@alt=stand-alone' => '漢字(繁体字)',
1189             'Hebr' => 'ヘブライ文字',
1190             'Hira' => 'ひらがな',
1191             'Hluw' => 'アナトリア象形文字',
1192             'Hmng' => 'パハウ・フモン文字',
1193             'Hrkt' => '仮名',
1194             'Hung' => '古代ハンガリー文字',
1195             'Inds' => 'インダス文字',
1196             'Ital' => '古イタリア文字',
1197             'Jamo' => '字母',
1198             'Java' => 'ジャワ文字',
1199             'Jpan' => '日本語の文字',
1200             'Jurc' => '女真文字',
1201             'Kali' => 'カヤー文字',
1202             'Kana' => 'カタカナ',
1203             'Khar' => 'カローシュティー文字',
1204             'Khmr' => 'クメール文字',
1205             'Khoj' => 'ホジャ文字',
1206             'Knda' => 'カンナダ文字',
1207             'Kore' => '韓国語の文字',
1208             'Kpel' => 'クペレ文字',
1209             'Kthi' => 'カイティ文字',
1210             'Lana' => 'ラーンナー文字',
1211             'Laoo' => 'ラオ文字',
1212             'Latf' => 'ラテン文字(ドイツ文字)',
1213             'Latg' => 'ラテン文字 (ゲール文字)',
1214             'Latn' => 'ラテン文字',
1215             'Lepc' => 'レプチャ文字',
1216             'Limb' => 'リンブ文字',
1217             'Lina' => '線文字A',
1218             'Linb' => '線文字B',
1219             'Lisu' => 'フレイザー文字',
1220             'Loma' => 'ロマ文字',
1221             'Lyci' => 'リキア文字',
1222             'Lydi' => 'リディア文字',
1223             'Mahj' => 'マハージャニー文字',
1224             'Mand' => 'マンダ文字',
1225             'Mani' => 'マニ文字',
1226             'Maya' => 'マヤ象形文字',
1227             'Mend' => 'メンデ文字',
1228             'Merc' => 'メロエ文字草書体',
1229             'Mero' => 'メロエ文字',
1230             'Mlym' => 'マラヤーラム文字',
1231             'Modi' => 'モーディー文字',
1232             'Mong' => 'モンゴル文字',
1233             'Moon' => 'ムーン文字',
1234             'Mroo' => 'ムロ文字',
1235             'Mtei' => 'メイテイ文字',
1236             'Mymr' => 'ミャンマー文字',
1237             'Narb' => '古代北アラビア文字',
1238             'Nbat' => 'ナバテア文字',
1239             'Nkgb' => 'ナシ族ゲバ文字',
1240             'Nkoo' => 'ンコ文字',
1241             'Nshu' => '女書',
1242             'Ogam' => 'オガム文字',
1243             'Olck' => 'オルチキ文字',
1244             'Orkh' => 'オルホン文字',
1245             'Orya' => 'オディア文字',
1246             'Osma' => 'オスマニア文字',
1247             'Palm' => 'パルミラ文字',
1248             'Pauc' => 'パウ・チン・ハウ文字',
1249             'Perm' => '古ぺルム文字',
1250             'Phag' => 'パスパ文字',
1251             'Phli' => '碑文パフラヴィー文字',
1252             'Phlp' => '詩編用パフラヴィー文字',
1253             'Phlv' => '書物用パフラヴィー文字',
1254             'Phnx' => 'フェニキア文字',
1255             'Plrd' => 'ポラード音声記号',
1256             'Prti' => '碑文パルティア文字',
1257             'Rjng' => 'ルジャン文字',
1258             'Rohg' => 'ロヒンギャ文字',
1259             'Roro' => 'ロンゴロンゴ文字',
1260             'Runr' => 'ルーン文字',
1261             'Samr' => 'サマリア文字',
1262             'Sara' => 'サラティ文字',
1263             'Sarb' => '古代南アラビア文字',
1264             'Saur' => 'サウラーシュトラ文字',
1265             'Sgnw' => '手話文字',
1266             'Shaw' => 'ショー文字',
1267             'Shrd' => 'シャーラダー文字',
1268             'Sidd' => '梵字',
1269             'Sind' => 'クダワディ文字',
1270             'Sinh' => 'シンハラ文字',
1271             'Sora' => 'ソラング・ソンペング文字',
1272             'Sund' => 'スンダ文字',
1273             'Sylo' => 'シロティ・ナグリ文字',
1274             'Syrc' => 'シリア文字',
1275             'Syre' => 'シリア文字(エストランゲロ文字)',
1276             'Syrj' => 'シリア文字(西方シリア文字)',
1277             'Syrn' => 'シリア文字(東方シリア文字)',
1278             'Tagb' => 'タグバンワ文字',
1279             'Takr' => 'タークリー文字',
1280             'Tale' => 'タイ・レ文字',
1281             'Talu' => '新タイ・ルー文字',
1282             'Taml' => 'タミル文字',
1283             'Tang' => '西夏文字',
1284             'Tavt' => 'タイ・ヴェト文字',
1285             'Telu' => 'テルグ文字',
1286             'Teng' => 'テングワール文字',
1287             'Tfng' => 'ティフナグ文字',
1288             'Tglg' => 'タガログ文字',
1289             'Thaa' => 'ターナ文字',
1290             'Thai' => 'タイ文字',
1291             'Tibt' => 'チベット文字',
1292             'Tirh' => 'ティルフータ文字',
1293             'Ugar' => 'ウガリット文字',
1294             'Vaii' => 'ヴァイ文字',
1295             'Visp' => '視話法',
1296             'Wara' => 'バラン・クシティ文字',
1297             'Wole' => 'ウォレアイ文字',
1298             'Xpeo' => '古代ペルシア文字',
1299             'Xsux' => 'シュメール=アッカド語楔形文字',
1300             'Yiii' => 'イ文字',
1301             'Zinh' => '基底文字の種別を継承する結合文字',
1302             'Zmth' => '数学記号',
1303             'Zsye' => '絵文字',
1304             'Zsym' => '記号文字',
1305             'Zxxx' => '非表記',
1306             'Zyyy' => '共通文字',
1307             'Zzzz' => '不明な文字',
1308              
1309             );
1310             if ( @_ ) {
1311             return $scripts{$_[0]};
1312             }
1313             return \%scripts;
1314             }
1315             }
1316             );
1317              
1318             has 'display_name_region' => (
1319             is => 'ro',
1320             isa => HashRef[Str],
1321             init_arg => undef,
1322             default => sub {
1323             {
1324             '001' => '世界',
1325             '002' => 'アフリカ',
1326             '003' => '北アメリカ大陸',
1327             '005' => '南アメリカ',
1328             '009' => 'オセアニア',
1329             '011' => '西アフリカ',
1330             '013' => '中央アメリカ',
1331             '014' => '東アフリカ',
1332             '015' => '北アフリカ',
1333             '017' => '中部アフリカ',
1334             '018' => '南部アフリカ',
1335             '019' => 'アメリカ大陸',
1336             '021' => '北アメリカ',
1337             '029' => 'カリブ',
1338             '030' => '東アジア',
1339             '034' => '南アジア',
1340             '035' => '東南アジア',
1341             '039' => '南ヨーロッパ',
1342             '053' => 'オーストララシア',
1343             '054' => 'メラネシア',
1344             '057' => 'ミクロネシア',
1345             '061' => 'ポリネシア',
1346             '142' => 'アジア',
1347             '143' => '中央アジア',
1348             '145' => '西アジア',
1349             '150' => 'ヨーロッパ',
1350             '151' => '東ヨーロッパ',
1351             '154' => '北ヨーロッパ',
1352             '155' => '西ヨーロッパ',
1353             '202' => 'サブサハラアフリカ',
1354             '419' => 'ラテンアメリカ',
1355             'AC' => 'アセンション島',
1356             'AD' => 'アンドラ',
1357             'AE' => 'アラブ首長国連邦',
1358             'AF' => 'アフガニスタン',
1359             'AG' => 'アンティグア・バーブーダ',
1360             'AI' => 'アンギラ',
1361             'AL' => 'アルバニア',
1362             'AM' => 'アルメニア',
1363             'AO' => 'アンゴラ',
1364             'AQ' => '南極',
1365             'AR' => 'アルゼンチン',
1366             'AS' => '米領サモア',
1367             'AT' => 'オーストリア',
1368             'AU' => 'オーストラリア',
1369             'AW' => 'アルバ',
1370             'AX' => 'オーランド諸島',
1371             'AZ' => 'アゼルバイジャン',
1372             'BA' => 'ボスニア・ヘルツェゴビナ',
1373             'BB' => 'バルバドス',
1374             'BD' => 'バングラデシュ',
1375             'BE' => 'ベルギー',
1376             'BF' => 'ブルキナファソ',
1377             'BG' => 'ブルガリア',
1378             'BH' => 'バーレーン',
1379             'BI' => 'ブルンジ',
1380             'BJ' => 'ベナン',
1381             'BL' => 'サン・バルテルミー',
1382             'BM' => 'バミューダ',
1383             'BN' => 'ブルネイ',
1384             'BO' => 'ボリビア',
1385             'BQ' => 'オランダ領カリブ',
1386             'BR' => 'ブラジル',
1387             'BS' => 'バハマ',
1388             'BT' => 'ブータン',
1389             'BV' => 'ブーベ島',
1390             'BW' => 'ボツワナ',
1391             'BY' => 'ベラルーシ',
1392             'BZ' => 'ベリーズ',
1393             'CA' => 'カナダ',
1394             'CC' => 'ココス(キーリング)諸島',
1395             'CD' => 'コンゴ民主共和国(キンシャサ)',
1396             'CD@alt=variant' => 'コンゴ民主共和国',
1397             'CF' => '中央アフリカ共和国',
1398             'CG' => 'コンゴ共和国(ブラザビル)',
1399             'CG@alt=variant' => 'コンゴ共和国',
1400             'CH' => 'スイス',
1401             'CI' => 'コートジボワール',
1402             'CI@alt=variant' => '象牙海岸',
1403             'CK' => 'クック諸島',
1404             'CL' => 'チリ',
1405             'CM' => 'カメルーン',
1406             'CN' => '中国',
1407             'CO' => 'コロンビア',
1408             'CP' => 'クリッパートン島',
1409             'CR' => 'コスタリカ',
1410             'CU' => 'キューバ',
1411             'CV' => 'カーボベルデ',
1412             'CW' => 'キュラソー',
1413             'CX' => 'クリスマス島',
1414             'CY' => 'キプロス',
1415             'CZ' => 'チェコ',
1416             'CZ@alt=variant' => 'チェコ共和国',
1417             'DE' => 'ドイツ',
1418             'DG' => 'ディエゴガルシア島',
1419             'DJ' => 'ジブチ',
1420             'DK' => 'デンマーク',
1421             'DM' => 'ドミニカ国',
1422             'DO' => 'ドミニカ共和国',
1423             'DZ' => 'アルジェリア',
1424             'EA' => 'セウタ・メリリャ',
1425             'EC' => 'エクアドル',
1426             'EE' => 'エストニア',
1427             'EG' => 'エジプト',
1428             'EH' => '西サハラ',
1429             'ER' => 'エリトリア',
1430             'ES' => 'スペイン',
1431             'ET' => 'エチオピア',
1432             'EU' => '欧州連合',
1433             'EZ' => 'ユーロ圏',
1434             'FI' => 'フィンランド',
1435             'FJ' => 'フィジー',
1436             'FK' => 'フォークランド諸島',
1437             'FK@alt=variant' => 'フォークランド諸島 (マルビーナス諸島)',
1438             'FM' => 'ミクロネシア連邦',
1439             'FO' => 'フェロー諸島',
1440             'FR' => 'フランス',
1441             'GA' => 'ガボン',
1442             'GB' => 'イギリス',
1443             'GB@alt=short' => '英国',
1444             'GD' => 'グレナダ',
1445             'GE' => 'ジョージア',
1446             'GF' => '仏領ギアナ',
1447             'GG' => 'ガーンジー',
1448             'GH' => 'ガーナ',
1449             'GI' => 'ジブラルタル',
1450             'GL' => 'グリーンランド',
1451             'GM' => 'ガンビア',
1452             'GN' => 'ギニア',
1453             'GP' => 'グアドループ',
1454             'GQ' => '赤道ギニア',
1455             'GR' => 'ギリシャ',
1456             'GS' => 'サウスジョージア・サウスサンドウィッチ諸島',
1457             'GT' => 'グアテマラ',
1458             'GU' => 'グアム',
1459             'GW' => 'ギニアビサウ',
1460             'GY' => 'ガイアナ',
1461             'HK' => '中華人民共和国香港特別行政区',
1462             'HK@alt=short' => '香港',
1463             'HM' => 'ハード島・マクドナルド諸島',
1464             'HN' => 'ホンジュラス',
1465             'HR' => 'クロアチア',
1466             'HT' => 'ハイチ',
1467             'HU' => 'ハンガリー',
1468             'IC' => 'カナリア諸島',
1469             'ID' => 'インドネシア',
1470             'IE' => 'アイルランド',
1471             'IL' => 'イスラエル',
1472             'IM' => 'マン島',
1473             'IN' => 'インド',
1474             'IO' => '英領インド洋地域',
1475             'IO@alt=chagos' => 'チャゴス諸島',
1476             'IQ' => 'イラク',
1477             'IR' => 'イラン',
1478             'IS' => 'アイスランド',
1479             'IT' => 'イタリア',
1480             'JE' => 'ジャージー',
1481             'JM' => 'ジャマイカ',
1482             'JO' => 'ヨルダン',
1483             'JP' => '日本',
1484             'KE' => 'ケニア',
1485             'KG' => 'キルギス',
1486             'KH' => 'カンボジア',
1487             'KI' => 'キリバス',
1488             'KM' => 'コモロ',
1489             'KN' => 'セントクリストファー・ネーヴィス',
1490             'KP' => '北朝鮮',
1491             'KR' => '韓国',
1492             'KW' => 'クウェート',
1493             'KY' => 'ケイマン諸島',
1494             'KZ' => 'カザフスタン',
1495             'LA' => 'ラオス',
1496             'LB' => 'レバノン',
1497             'LC' => 'セントルシア',
1498             'LI' => 'リヒテンシュタイン',
1499             'LK' => 'スリランカ',
1500             'LR' => 'リベリア',
1501             'LS' => 'レソト',
1502             'LT' => 'リトアニア',
1503             'LU' => 'ルクセンブルク',
1504             'LV' => 'ラトビア',
1505             'LY' => 'リビア',
1506             'MA' => 'モロッコ',
1507             'MC' => 'モナコ',
1508             'MD' => 'モルドバ',
1509             'ME' => 'モンテネグロ',
1510             'MF' => 'サン・マルタン',
1511             'MG' => 'マダガスカル',
1512             'MH' => 'マーシャル諸島',
1513             'MK' => '北マケドニア',
1514             'ML' => 'マリ',
1515             'MM' => 'ミャンマー (ビルマ)',
1516             'MN' => 'モンゴル',
1517             'MO' => '中華人民共和国マカオ特別行政区',
1518             'MO@alt=short' => 'マカオ',
1519             'MP' => '北マリアナ諸島',
1520             'MQ' => 'マルティニーク',
1521             'MR' => 'モーリタニア',
1522             'MS' => 'モントセラト',
1523             'MT' => 'マルタ',
1524             'MU' => 'モーリシャス',
1525             'MV' => 'モルディブ',
1526             'MW' => 'マラウイ',
1527             'MX' => 'メキシコ',
1528             'MY' => 'マレーシア',
1529             'MZ' => 'モザンビーク',
1530             'NA' => 'ナミビア',
1531             'NC' => 'ニューカレドニア',
1532             'NE' => 'ニジェール',
1533             'NF' => 'ノーフォーク島',
1534             'NG' => 'ナイジェリア',
1535             'NI' => 'ニカラグア',
1536             'NL' => 'オランダ',
1537             'NO' => 'ノルウェー',
1538             'NP' => 'ネパール',
1539             'NR' => 'ナウル',
1540             'NU' => 'ニウエ',
1541             'NZ' => 'ニュージーランド',
1542             'NZ@alt=variant' => 'アオテアロア・ニュージーランド',
1543             'OM' => 'オマーン',
1544             'PA' => 'パナマ',
1545             'PE' => 'ペルー',
1546             'PF' => '仏領ポリネシア',
1547             'PG' => 'パプアニューギニア',
1548             'PH' => 'フィリピン',
1549             'PK' => 'パキスタン',
1550             'PL' => 'ポーランド',
1551             'PM' => 'サンピエール島・ミクロン島',
1552             'PN' => 'ピトケアン諸島',
1553             'PR' => 'プエルトリコ',
1554             'PS' => 'パレスチナ自治区',
1555             'PS@alt=short' => 'パレスチナ',
1556             'PT' => 'ポルトガル',
1557             'PW' => 'パラオ',
1558             'PY' => 'パラグアイ',
1559             'QA' => 'カタール',
1560             'QO' => 'オセアニア周辺地域',
1561             'RE' => 'レユニオン',
1562             'RO' => 'ルーマニア',
1563             'RS' => 'セルビア',
1564             'RU' => 'ロシア',
1565             'RW' => 'ルワンダ',
1566             'SA' => 'サウジアラビア',
1567             'SB' => 'ソロモン諸島',
1568             'SC' => 'セーシェル',
1569             'SD' => 'スーダン',
1570             'SE' => 'スウェーデン',
1571             'SG' => 'シンガポール',
1572             'SH' => 'セントヘレナ',
1573             'SI' => 'スロベニア',
1574             'SJ' => 'スバールバル諸島・ヤンマイエン島',
1575             'SK' => 'スロバキア',
1576             'SL' => 'シエラレオネ',
1577             'SM' => 'サンマリノ',
1578             'SN' => 'セネガル',
1579             'SO' => 'ソマリア',
1580             'SR' => 'スリナム',
1581             'SS' => '南スーダン',
1582             'ST' => 'サントメ・プリンシペ',
1583             'SV' => 'エルサルバドル',
1584             'SX' => 'シント・マールテン',
1585             'SY' => 'シリア',
1586             'SZ' => 'エスワティニ',
1587             'SZ@alt=variant' => 'スワジランド',
1588             'TA' => 'トリスタン・ダ・クーニャ',
1589             'TC' => 'タークス・カイコス諸島',
1590             'TD' => 'チャド',
1591             'TF' => '仏領極南諸島',
1592             'TG' => 'トーゴ',
1593             'TH' => 'タイ',
1594             'TJ' => 'タジキスタン',
1595             'TK' => 'トケラウ',
1596             'TL' => '東ティモール',
1597             'TL@alt=variant' => '東チモール',
1598             'TM' => 'トルクメニスタン',
1599             'TN' => 'チュニジア',
1600             'TO' => 'トンガ',
1601             'TR' => 'トルコ',
1602             'TR@alt=variant' => 'テュルキエ',
1603             'TT' => 'トリニダード・トバゴ',
1604             'TV' => 'ツバル',
1605             'TW' => '台湾',
1606             'TZ' => 'タンザニア',
1607             'UA' => 'ウクライナ',
1608             'UG' => 'ウガンダ',
1609             'UM' => '合衆国領有小離島',
1610             'UN' => '国際連合',
1611             'UN@alt=short' => '国連',
1612             'US' => 'アメリカ合衆国',
1613             'US@alt=short' => 'アメリカ',
1614             'UY' => 'ウルグアイ',
1615             'UZ' => 'ウズベキスタン',
1616             'VA' => 'バチカン市国',
1617             'VC' => 'セントビンセント及びグレナディーン諸島',
1618             'VE' => 'ベネズエラ',
1619             'VG' => '英領ヴァージン諸島',
1620             'VI' => '米領ヴァージン諸島',
1621             'VN' => 'ベトナム',
1622             'VU' => 'バヌアツ',
1623             'WF' => 'ウォリス・フツナ',
1624             'WS' => 'サモア',
1625             'XA' => '疑似アクセント',
1626             'XB' => '疑似 BIDI',
1627             'XK' => 'コソボ',
1628             'YE' => 'イエメン',
1629             'YT' => 'マヨット',
1630             'ZA' => '南アフリカ',
1631             'ZM' => 'ザンビア',
1632             'ZW' => 'ジンバブエ',
1633             'ZZ' => '不明な地域',
1634              
1635             }
1636             },
1637             );
1638              
1639             has 'display_name_variant' => (
1640             is => 'ro',
1641             isa => HashRef[Str],
1642             init_arg => undef,
1643             default => sub {
1644             {
1645             '1901' => 'ドイツ語旧正書法',
1646             '1994' => '標準レージア方言正書法',
1647             '1996' => 'ドイツ語正書法(1996)',
1648             '1606NICT' => '後期中世フランス語(〜1606)',
1649             '1694ACAD' => '初期現代フランス語',
1650             '1959ACAD' => '標準ベラルーシ語 (1959)',
1651             'ALALC97' => 'ALA-LCラテン文字化(1997)',
1652             'ALUKU' => 'アロコ方言',
1653             'AREVELA' => '東アルメニア文語',
1654             'AREVMDA' => '西アルメニア文語',
1655             'BAKU1926' => '統一トルコラテン文字',
1656             'BAUDDHA' => 'バウッダ',
1657             'BISCAYAN' => 'ビスカヤ語',
1658             'BISKE' => 'サン・ジョルジョ/ビーラ方言',
1659             'BOHORIC' => 'ボホリッツ・アルファベット',
1660             'BOONT' => 'ブーントリング',
1661             'DAJNKO' => 'ダインチッツァ',
1662             'EMODENG' => '初期近代英語',
1663             'FONIPA' => '国際音声記号',
1664             'FONUPA' => 'ウラル音声記号',
1665             'FONXSAMP' => 'フォンクサンプ',
1666             'HEPBURN' => 'ヘボン式ローマ字',
1667             'HOGNORSK' => 'ヘグノシュク',
1668             'ITIHASA' => 'イティハーサ',
1669             'JAUER' => 'ヤウエル',
1670             'JYUTPING' => '略称粤拼',
1671             'KKCOR' => '共通コーンウォール語正書法',
1672             'KSCOR' => '標準コーンウォール語正書法',
1673             'LAUKIKA' => 'ラウキカ',
1674             'LIPAW' => 'レージア方言 リポヴァツ方言',
1675             'METELKO' => 'メテルチッツァ',
1676             'MONOTON' => 'モノトニック',
1677             'NDYUKA' => 'ンジュカ方言',
1678             'NEDIS' => 'ナティゾーネ方言',
1679             'NJIVA' => 'ニヴァ方言',
1680             'NULIK' => '現代ヴォラピュク語',
1681             'OSOJS' => 'オゼアッコ/オソヤネ方言',
1682             'PAMAKA' => 'パマカ方言',
1683             'PINYIN' => 'ピン音(ローマ字表記法)',
1684             'POLYTON' => 'ポリトニック',
1685             'POSIX' => 'コンピュータ',
1686             'PUTER' => 'プーター',
1687             'REVISED' => '改訂版',
1688             'RIGIK' => '古典ヴォラピュク語',
1689             'ROZAJ' => 'レシア方言',
1690             'SAAHO' => 'サホ語',
1691             'SCOTLAND' => 'スコットランド標準英語',
1692             'SCOUSE' => 'リバプール方言',
1693             'SOLBA' => 'ストルヴィッツァ/ソルビツァ方言',
1694             'SURMIRAN' => 'スルミラン',
1695             'SURSILV' => 'スルシルヴァン',
1696             'SUTSILV' => 'ストシルヴァン',
1697             'TARASK' => 'タラシケヴィツァ正書法',
1698             'UCCOR' => '統一コーンウォール語正書法',
1699             'UCRCOR' => '改訂統一コーンウォール語正書法',
1700             'ULSTER' => 'アルスター',
1701             'VAIDIKA' => 'ヴァイディカ',
1702             'VALENCIA' => 'バレンシア方言',
1703             'VALLADER' => 'ヴァラダー',
1704             'WADEGILE' => 'ウェード式ローマ字表記法',
1705              
1706             }
1707             },
1708             );
1709              
1710             has 'display_name_key' => (
1711             is => 'ro',
1712             isa => HashRef[Str],
1713             init_arg => undef,
1714             default => sub {
1715             {
1716             'calendar' => '暦法',
1717             'cf' => '通貨フォーマット',
1718             'colalternate' => '記号を無視した並べ替え',
1719             'colbackwards' => 'アクセント(逆方向)による並べ替え',
1720             'colcasefirst' => '大文字順/小文字順による並べ替え',
1721             'colcaselevel' => '大文字小文字を区別した並べ替え',
1722             'collation' => '並べ替え順序',
1723             'colnormalization' => '正規化による並べ替え',
1724             'colnumeric' => '数値による並べ替え',
1725             'colstrength' => '強度による並べ替え',
1726             'currency' => '通貨',
1727             'hc' => '時間制(12 / 24)',
1728             'lb' => '禁則処理',
1729             'ms' => '単位系',
1730             'numbers' => '数値書式',
1731             'timezone' => 'タイムゾーン',
1732             'va' => 'ロケールのバリアント',
1733             'x' => '私用',
1734              
1735             }
1736             },
1737             );
1738              
1739             has 'display_name_type' => (
1740             is => 'ro',
1741             isa => HashRef[HashRef[Str]],
1742             init_arg => undef,
1743             default => sub {
1744             {
1745             'calendar' => {
1746             'buddhist' => q{仏暦},
1747             'chinese' => q{中国暦},
1748             'coptic' => q{コプト暦},
1749             'dangi' => q{ダンギ暦},
1750             'ethiopic' => q{エチオピア暦},
1751             'ethiopic-amete-alem' => q{エチオピア創世紀元暦},
1752             'gregorian' => q{西暦(グレゴリオ暦)},
1753             'hebrew' => q{ユダヤ暦},
1754             'indian' => q{インド国定暦},
1755             'islamic' => q{イスラム暦},
1756             'islamic-civil' => q{イスラム暦(定周期、公民紀元)},
1757             'islamic-rgsa' => q{イスラム暦(サウジアラビア、月観測)},
1758             'islamic-tbla' => q{イスラム歴(定周期、天文紀元)},
1759             'islamic-umalqura' => q{イスラム暦(ウンム・アルクラー)},
1760             'iso8601' => q{ISO-8601},
1761             'japanese' => q{和暦},
1762             'persian' => q{ペルシア暦},
1763             'roc' => q{中華民国暦},
1764             },
1765             'cf' => {
1766             'account' => q{会計通貨フォーマット},
1767             'standard' => q{標準通貨フォーマット},
1768             },
1769             'colalternate' => {
1770             'non-ignorable' => q{記号で並べ替え},
1771             'shifted' => q{記号を無視して並べ替え},
1772             },
1773             'colbackwards' => {
1774             'no' => q{アクセント(順方向)で並べ替え},
1775             'yes' => q{アクセント(逆方向)で並べ替え},
1776             },
1777             'colcasefirst' => {
1778             'lower' => q{小文字優先で並べ替え},
1779             'no' => q{大文字小文字を通常の順序で並べ替え},
1780             'upper' => q{大文字優先で並べ替え},
1781             },
1782             'colcaselevel' => {
1783             'no' => q{大文字小文字を区別しないで並べ替え},
1784             'yes' => q{大文字小文字を区別して並べ替え},
1785             },
1786             'collation' => {
1787             'big5han' => q{繁体字中国語順(Big5)},
1788             'compat' => q{以前の順序(互換性)},
1789             'dictionary' => q{辞書順},
1790             'ducet' => q{ユニコード照合順},
1791             'eor' => q{ヨーロッパ言語文字の並べ替え規則},
1792             'gb2312han' => q{簡体字中国語順(GB2312)},
1793             'phonebook' => q{電話帳順},
1794             'phonetic' => q{音声順による並べ替え},
1795             'pinyin' => q{ピンイン順},
1796             'search' => q{汎用検索},
1797             'searchjl' => q{ハングル語頭子音による並べ替え},
1798             'standard' => q{標準並べ替え順序},
1799             'stroke' => q{画数順},
1800             'traditional' => q{トラディッショナル},
1801             'unihan' => q{部首順},
1802             'zhuyin' => q{注音順},
1803             },
1804             'colnormalization' => {
1805             'no' => q{正規化しないで並べ替え},
1806             'yes' => q{Unicode 正規化で並べ替え},
1807             },
1808             'colnumeric' => {
1809             'no' => q{数値を独立して並べ替え},
1810             'yes' => q{数値を数値として並べ替え},
1811             },
1812             'colstrength' => {
1813             'identical' => q{すべてを区別して並べ替え},
1814             'primary' => q{基本文字のみで並べ替え},
1815             'quaternary' => q{アクセント/大文字小文字/全角半角/仮名で並べ替え},
1816             'secondary' => q{アクセントで並べ替え},
1817             'tertiary' => q{アクセント/大文字小文字/全角半角で並べ替え},
1818             },
1819             'd0' => {
1820             'fwidth' => q{全角},
1821             'hwidth' => q{半角},
1822             'npinyin' => q{数字},
1823             },
1824             'hc' => {
1825             'h11' => q{12時間制(0〜11)},
1826             'h12' => q{12時間制(1〜12)},
1827             'h23' => q{24時間制(0〜23)},
1828             'h24' => q{24時間制(1〜24)},
1829             },
1830             'lb' => {
1831             'loose' => q{禁則処理(弱)},
1832             'normal' => q{禁則処理(標準)},
1833             'strict' => q{禁則処理(強)},
1834             },
1835             'm0' => {
1836             'bgn' => q{BGN},
1837             'ungegn' => q{UNGEGN},
1838             },
1839             'ms' => {
1840             'metric' => q{メートル法},
1841             'uksystem' => q{ヤード・ポンド法},
1842             'ussystem' => q{米慣習単位},
1843             },
1844             'numbers' => {
1845             'arab' => q{アラビア・インド数字},
1846             'arabext' => q{ペルシア数字},
1847             'armn' => q{アルメニア数字},
1848             'armnlow' => q{アルメニア数字(小文字)},
1849             'bali' => q{バリ数字},
1850             'beng' => q{ベンガル数字},
1851             'brah' => q{ブラーフミー数字},
1852             'cakm' => q{チャクマ数字},
1853             'cham' => q{チャム数字},
1854             'deva' => q{デーバナーガリー数字},
1855             'ethi' => q{エチオピア数字},
1856             'finance' => q{財務用漢数字},
1857             'fullwide' => q{全角数字},
1858             'geor' => q{ジョージア数字},
1859             'grek' => q{ギリシャ数字},
1860             'greklow' => q{ギリシャ数字(小文字)},
1861             'gujr' => q{グジャラート数字},
1862             'guru' => q{グルムキー数字},
1863             'hanidec' => q{漢数字(位取り記数法)},
1864             'hans' => q{簡体漢数字},
1865             'hansfin' => q{簡体大字},
1866             'hant' => q{繁体漢数字},
1867             'hantfin' => q{繁体大字},
1868             'hebr' => q{ヘブライ数字},
1869             'java' => q{ジャワ数字},
1870             'jpan' => q{漢数字},
1871             'jpanfin' => q{大字},
1872             'kali' => q{カヤー数字},
1873             'khmr' => q{クメール数字},
1874             'knda' => q{カンナダ数字},
1875             'lana' => q{ラーンナー数字},
1876             'lanatham' => q{ラーンナー・タム数字},
1877             'laoo' => q{ラオ数字},
1878             'latn' => q{算用数字},
1879             'lepc' => q{レプチャ数字},
1880             'limb' => q{リンブ数字},
1881             'mlym' => q{マラヤーラム数字},
1882             'mong' => q{モンゴル数字},
1883             'mtei' => q{マニプリ数字},
1884             'mymr' => q{ミャンマー数字},
1885             'mymrshan' => q{ミャンマー・シャン数字},
1886             'native' => q{独自の記数法},
1887             'nkoo' => q{ンコ数字},
1888             'olck' => q{オルチキ数字},
1889             'orya' => q{オディア数字},
1890             'osma' => q{オスマニア数字},
1891             'roman' => q{ローマ数字},
1892             'romanlow' => q{ローマ数字(小文字)},
1893             'saur' => q{サウラーシュトラ数字},
1894             'shrd' => q{シャーラダー数字},
1895             'sora' => q{ソラ・ソンペン数字},
1896             'sund' => q{スンダ数字},
1897             'takr' => q{タークリー数字},
1898             'talu' => q{新タイ・ルー数字},
1899             'taml' => q{伝統的タミル数字},
1900             'tamldec' => q{タミル数字},
1901             'telu' => q{テルグ数字},
1902             'thai' => q{タイ数字},
1903             'tibt' => q{チベット数字},
1904             'traditional' => q{従来の記数法},
1905             'vaii' => q{ヴァイ文字の記数法},
1906             },
1907              
1908             }
1909             },
1910             );
1911              
1912             has 'display_name_measurement_system' => (
1913             is => 'ro',
1914             isa => HashRef[Str],
1915             init_arg => undef,
1916             default => sub {
1917             {
1918             'metric' => q{メートル法},
1919             'UK' => q{英ヤード・ポンド法},
1920             'US' => q{米ヤード・ポンド法},
1921              
1922             }
1923             },
1924             );
1925              
1926             has 'display_name_code_patterns' => (
1927             is => 'ro',
1928             isa => HashRef[Str],
1929             init_arg => undef,
1930             default => sub {
1931             {
1932             'language' => '言語: {0}',
1933             'script' => '文字: {0}',
1934             'region' => '地域: {0}',
1935              
1936             }
1937             },
1938             );
1939              
1940             has 'characters' => (
1941             is => 'ro',
1942             isa => HashRef,
1943             init_arg => undef,
1944             default => $^V ge v5.18.0
1945             ? eval <<'EOT'
1946             sub {
1947             no warnings 'experimental::regex_sets';
1948             return {
1949             auxiliary => qr{[丑 亥 亨 兌 兎 凧 剃 卯 嘉 嘔 嘘 壬 壺 嬉 寅 巳 庚 庵 弘 彗 悶 愕 戊 戌 拼 揃 斧 昌 杖 桶 梵 楔 湘 焚 燭 爬 牌 牝 牡 狐 狗 狼 猪 獅 癸 瞑 碇 祚 禄 禎 秤 竿 絆 繍 罫 膏 芒 蟄 蟹 蠍 蠣 贛 蹄 辰 酉 鋲 錄 錨 閏 閩 雀 雉 鳳 鼠 龍]},
1950             index => ['あ', 'か', 'さ', 'た', 'な', 'は', 'ま', 'や', 'ら', 'わ'],
1951             main => qr{[々 ゝヽゞヾ ー ぁァあア ぃィいイ ぅゥうウヴ ぇェえエ ぉォおオ ヵかカがガ きキぎギ くクぐグ ヶけケげゲ こコごゴ さサざザ しシじジ すスずズ せセぜゼ そソぞゾ たタだダ ちチぢヂ っッつツづヅ てテでデ とトどド なナ にニ ぬヌ ねネ のノ はハばバぱパ ひヒびビぴピ ふフぶブぷプ へヘべベぺペ ほホぼボぽポ まマ みミ むム めメ もモ ゃャやヤ ゅュゆユ ょョよヨ らラ りリ るル れレ ろロ ゎヮわワ ゐヰ ゑヱ をヲ んン 一 丁 七 万 丈 三 上 下 不 与 且 世 丘 丙 両 並 中 串 丸 丹 主 丼 久 乏 乗 乙 九 乞 乱 乳 乾 亀 了 予 争 事 二 互 五 井 亜 亡 交 享 京 亭 人 仁 今 介 仏 仕 他 付 仙 代 令 以 仮 仰 仲 件 任 企 伎 伏 伐 休 会 伝 伯 伴 伸 伺 似 但 位 低 住 佐 体 何 余 作 佳 併 使 例 侍 供 依 価 侮 侯 侵 侶 便 係 促 俊 俗 保 信 修 俳 俵 俸 俺 倉 個 倍 倒 候 借 倣 値 倫 倹 偉 偏 停 健 側 偵 偶 偽 傍 傑 傘 備 催 傲 債 傷 傾 僅 働 像 僕 僚 僧 儀 億 儒 償 優 元 兄 充 兆 先 光 克 免 児 党 入 全 八 公 六 共 兵 具 典 兼 内 円 冊 再 冒 冗 写 冠 冥 冬 冶 冷 凄 准 凍 凝 凡 処 凶 凸 凹 出 刀 刃 分 切 刈 刊 刑 列 初 判 別 利 到 制 刷 券 刹 刺 刻 則 削 前 剖 剛 剣 剤 剥 副 剰 割 創 劇 力 功 加 劣 助 努 励 労 効 劾 勃 勅 勇 勉 動 勘 務 勝 募 勢 勤 勧 勲 勾 匂 包 化 北 匠 匹 区 医 匿 十 千 升 午 半 卑 卒 卓 協 南 単 博 占 印 危 即 却 卵 卸 厄 厘 厚 原 厳 去 参 又 及 友 双 反 収 叔 取 受 叙 口 古 句 叫 召 可 台 叱 史 右 号 司 各 合 吉 同 名 后 吏 吐 向 君 吟 否 含 吸 吹 呂 呈 呉 告 周 呪 味 呼 命 和 咲 咽 哀 品 員 哲 哺 唄 唆 唇 唐 唯 唱 唾 商 問 啓 善 喉 喚 喜 喝 喩 喪 喫 営 嗅 嗣 嘆 嘱 嘲 器 噴 嚇 囚 四 回 因 団 困 囲 図 固 国 圏 園 土 圧 在 地 坂 均 坊 坑 坪 垂 型 垣 埋 城 域 執 培 基 埼 堀 堂 堅 堆 堕 堤 堪 報 場 塀 塁 塊 塑 塔 塗 塚 塞 塩 填 塾 境 墓 増 墜 墨 墳 墾 壁 壇 壊 壌 士 壮 声 壱 売 変 夏 夕 外 多 夜 夢 大 天 太 夫 央 失 奇 奈 奉 奏 契 奔 奥 奨 奪 奮 女 奴 好 如 妃 妄 妊 妖 妙 妥 妨 妬 妹 妻 姉 始 姓 委 姫 姻 姿 威 娘 娠 娯 婆 婚 婦 婿 媒 媛 嫁 嫉 嫌 嫡 嬢 子 孔 字 存 孝 季 孤 学 孫 宅 宇 守 安 完 宗 官 宙 定 宛 宜 宝 実 客 宣 室 宮 宰 害 宴 宵 家 容 宿 寂 寄 密 富 寒 寛 寝 察 寡 寧 審 寮 寸 寺 対 寿 封 専 射 将 尉 尊 尋 導 小 少 尚 就 尺 尻 尼 尽 尾 尿 局 居 屈 届 屋 展 属 層 履 屯 山 岐 岡 岩 岬 岳 岸 峠 峡 峰 島 崇 崎 崖 崩 嵐 川 州 巡 巣 工 左 巧 巨 差 己 巻 巾 市 布 帆 希 帝 帥 師 席 帯 帰 帳 常 帽 幅 幕 幣 干 平 年 幸 幹 幻 幼 幽 幾 庁 広 床 序 底 店 府 度 座 庫 庭 庶 康 庸 廃 廉 廊 延 廷 建 弁 弄 弊 式 弐 弓 弔 引 弟 弥 弦 弧 弱 張 強 弾 当 彙 形 彩 彫 彰 影 役 彼 往 征 径 待 律 後 徐 徒 従 得 御 復 循 微 徳 徴 徹 心 必 忌 忍 志 忘 忙 応 忠 快 念 怒 怖 思 怠 急 性 怨 怪 恋 恐 恒 恣 恥 恨 恩 恭 息 恵 悔 悟 悠 患 悦 悩 悪 悲 悼 情 惑 惜 惧 惨 惰 想 愁 愉 意 愚 愛 感 慄 慈 態 慌 慎 慕 慢 慣 慨 慮 慰 慶 憂 憎 憤 憧 憩 憬 憲 憶 憾 懇 懐 懲 懸 成 我 戒 戚 戦 戯 戴 戸 戻 房 所 扇 扉 手 才 打 払 扱 扶 批 承 技 抄 把 抑 投 抗 折 抜 択 披 抱 抵 抹 押 抽 担 拉 拍 拐 拒 拓 拘 拙 招 拝 拠 拡 括 拭 拳 拶 拷 拾 持 指 挑 挙 挟 挨 挫 振 挿 捉 捕 捗 捜 捨 据 捻 掃 授 掌 排 掘 掛 採 探 接 控 推 措 掲 描 提 揚 換 握 揮 援 揺 損 搬 搭 携 搾 摂 摘 摩 摯 撃 撤 撮 撲 擁 操 擦 擬 支 改 攻 放 政 故 敏 救 敗 教 敢 散 敬 数 整 敵 敷 文 斉 斎 斑 斗 料 斜 斤 斥 斬 断 新 方 施 旅 旋 族 旗 既 日 旦 旧 旨 早 旬 旺 昆 昇 明 易 昔 星 映 春 昧 昨 昭 是 昼 時 晩 普 景 晴 晶 暁 暇 暑 暖 暗 暦 暫 暮 暴 曇 曖 曜 曲 更 書 曹 曽 替 最 月 有 服 朕 朗 望 朝 期 木 未 末 本 札 朱 朴 机 朽 杉 材 村 束 条 来 杯 東 松 板 析 枕 林 枚 果 枝 枠 枢 枯 架 柄 某 染 柔 柱 柳 柵 査 柿 栃 栄 栓 校 株 核 根 格 栽 桁 桃 案 桑 桜 桟 梅 梗 梨 械 棄 棋 棒 棚 棟 森 棺 椅 植 椎 検 業 極 楷 楼 楽 概 構 様 槽 標 模 権 横 樹 橋 機 欄 欠 次 欧 欲 欺 款 歌 歓 止 正 武 歩 歯 歳 歴 死 殉 殊 残 殖 殴 段 殺 殻 殿 毀 母 毎 毒 比 毛 氏 民 気 水 氷 永 氾 汁 求 汎 汗 汚 江 池 汰 決 汽 沃 沈 沖 沙 没 沢 河 沸 油 治 沼 沿 況 泉 泊 泌 法 泡 波 泣 泥 注 泰 泳 洋 洗 洞 津 洪 活 派 流 浄 浅 浜 浦 浪 浮 浴 海 浸 消 涙 涯 液 涼 淑 淡 淫 深 混 添 清 渇 済 渉 渋 渓 減 渡 渦 温 測 港 湖 湧 湯 湾 湿 満 源 準 溝 溶 溺 滅 滋 滑 滝 滞 滴 漁 漂 漆 漏 演 漠 漢 漫 漬 漸 潔 潜 潟 潤 潮 潰 澄 激 濁 濃 濫 濯 瀬 火 灯 灰 災 炉 炊 炎 炭 点 為 烈 無 焦 然 焼 煎 煙 照 煩 煮 熊 熟 熱 燃 燥 爆 爪 爵 父 爽 片 版 牙 牛 牧 物 牲 特 犠 犬 犯 状 狂 狙 狩 独 狭 猛 猟 猫 献 猶 猿 獄 獣 獲 玄 率 玉 王 玩 珍 珠 班 現 球 理 琴 瑠 璃 璧 環 璽 瓦 瓶 甘 甚 生 産 用 田 由 甲 申 男 町 画 界 畏 畑 畔 留 畜 畝 略 番 異 畳 畿 疎 疑 疫 疲 疾 病 症 痕 痘 痛 痢 痩 痴 瘍 療 癒 癖 発 登 白 百 的 皆 皇 皮 皿 盆 益 盗 盛 盟 監 盤 目 盲 直 相 盾 省 眉 看 県 真 眠 眺 眼 着 睡 督 睦 瞬 瞭 瞳 矛 矢 知 短 矯 石 砂 研 砕 砲 破 硝 硫 硬 碁 碑 確 磁 磨 礁 礎 示 礼 社 祈 祉 祖 祝 神 祥 票 祭 禁 禅 禍 福 秀 私 秋 科 秒 秘 租 秩 称 移 程 税 稚 種 稲 稼 稽 稿 穀 穂 積 穏 穫 穴 究 空 突 窃 窒 窓 窟 窮 窯 立 竜 章 童 端 競 竹 笑 笛 符 第 筆 等 筋 筒 答 策 箇 箋 算 管 箱 箸 節 範 築 篤 簡 簿 籍 籠 米 粉 粋 粒 粗 粘 粛 粧 精 糖 糧 糸 系 糾 紀 約 紅 紋 納 純 紙 級 紛 素 紡 索 紫 累 細 紳 紹 紺 終 組 経 結 絞 絡 給 統 絵 絶 絹 継 続 維 綱 網 綻 綿 緊 総 緑 緒 線 締 編 緩 緯 練 緻 縁 縄 縛 縦 縫 縮 績 繁 繊 織 繕 繭 繰 缶 罪 置 罰 署 罵 罷 羅 羊 美 羞 群 羨 義 羽 翁 翌 習 翻 翼 老 考 者 耐 耕 耗 耳 聖 聞 聴 職 肉 肌 肖 肘 肝 股 肢 肥 肩 肪 肯 育 肺 胃 胆 背 胎 胞 胴 胸 能 脂 脅 脇 脈 脊 脚 脱 脳 腎 腐 腕 腫 腰 腸 腹 腺 膚 膜 膝 膨 膳 臆 臓 臣 臨 自 臭 至 致 臼 興 舌 舎 舗 舞 舟 航 般 舶 舷 船 艇 艦 良 色 艶 芋 芝 芯 花 芳 芸 芽 苗 苛 若 苦 英 茂 茎 茨 茶 草 荒 荘 荷 菊 菌 菓 菜 華 萎 落 葉 著 葛 葬 蒸 蓄 蓋 蔑 蔵 蔽 薄 薦 薪 薫 薬 藍 藤 藩 藻 虎 虐 虚 虜 虞 虫 虹 蚊 蚕 蛇 蛍 蛮 蜂 蜜 融 血 衆 行 術 街 衛 衝 衡 衣 表 衰 衷 袋 袖 被 裁 裂 装 裏 裕 補 裸 製 裾 複 褐 褒 襟 襲 西 要 覆 覇 見 規 視 覚 覧 親 観 角 解 触 言 訂 訃 計 討 訓 託 記 訟 訪 設 許 訳 訴 診 証 詐 詔 評 詞 詠 詣 試 詩 詮 詰 話 該 詳 誇 誉 誌 認 誓 誕 誘 語 誠 誤 説 読 誰 課 調 談 請 論 諦 諧 諭 諮 諸 諾 謀 謁 謄 謎 謙 講 謝 謡 謹 識 譜 警 議 譲 護 谷 豆 豊 豚 象 豪 貌 貝 貞 負 財 貢 貧 貨 販 貪 貫 責 貯 貴 買 貸 費 貼 貿 賀 賂 賃 賄 資 賊 賓 賛 賜 賞 賠 賢 賦 質 賭 購 贈 赤 赦 走 赴 起 超 越 趣 足 距 跡 路 跳 践 踊 踏 踪 蹴 躍 身 車 軌 軍 軒 軟 転 軸 軽 較 載 輝 輩 輪 輸 轄 辛 辞 辣 辱 農 辺 込 迅 迎 近 返 迫 迭 述 迷 追 退 送 逃 逆 透 逐 逓 途 通 逝 速 造 連 逮 週 進 逸 遂 遅 遇 遊 運 遍 過 道 達 違 遜 遠 遡 遣 適 遭 遮 遵 遷 選 遺 避 還 那 邦 邪 邸 郊 郎 郡 部 郭 郵 郷 都 酌 配 酎 酒 酔 酢 酪 酬 酵 酷 酸 醒 醜 醸 采 釈 里 重 野 量 金 釜 針 釣 鈍 鈴 鉄 鉛 鉢 鉱 銀 銃 銅 銘 銭 鋭 鋳 鋼 錠 錦 錬 錮 錯 録 鍋 鍛 鍵 鎌 鎖 鎮 鏡 鐘 鑑 長 門 閉 開 閑 間 関 閣 閥 閲 闇 闘 阜 阪 防 阻 附 降 限 陛 院 陣 除 陥 陪 陰 陳 陵 陶 陸 険 陽 隅 隆 隊 階 随 隔 隙 際 障 隠 隣 隷 隻 雄 雅 集 雇 雌 雑 離 難 雨 雪 雰 雲 零 雷 電 需 震 霊 霜 霧 露 青 静 非 面 革 靴 韓 音 韻 響 頂 頃 項 順 須 預 頑 頒 頓 領 頬 頭 頻 頼 題 額 顎 顔 顕 願 類 顧 風 飛 食 飢 飯 飲 飼 飽 飾 餅 養 餌 餓 館 首 香 馬 駄 駅 駆 駐 駒 騎 騒 験 騰 驚 骨 骸 髄 高 髪 鬱 鬼 魂 魅 魔 魚 鮮 鯨 鳥 鳴 鶏 鶴 鹿 麓 麗 麦 麺 麻 黄 黒 黙 鼓 鼻 齢]},
1952             punctuation => qr{[‾ __ \-- ‐‑ — ― 〜 ・・ ,, 、、 ;; \:: !! ?? .. ‥ … 。。 '‘’ ""“” (( )) \[[ \]] \N{U+FF5B}} 〈 〉 《 》 「「 」」 『 』 【 】 〔 〕 ‖ § ¶ @@ ** // \\\ \&& ## %% ‰ † ‡ ′ ″ 〃 ※]},
1953             };
1954             },
1955             EOT
1956             : sub {
1957             return { index => ['あ', 'か', 'さ', 'た', 'な', 'は', 'ま', 'や', 'ら', 'わ'], };
1958             },
1959 1     1   196 );
  1         1  
  1         617  
1960              
1961              
1962             has 'quote_start' => (
1963             is => 'ro',
1964             isa => Str,
1965             init_arg => undef,
1966             default => qq{「},
1967             );
1968              
1969             has 'quote_end' => (
1970             is => 'ro',
1971             isa => Str,
1972             init_arg => undef,
1973             default => qq{」},
1974             );
1975              
1976             has 'alternate_quote_start' => (
1977             is => 'ro',
1978             isa => Str,
1979             init_arg => undef,
1980             default => qq{『},
1981             );
1982              
1983             has 'alternate_quote_end' => (
1984             is => 'ro',
1985             isa => Str,
1986             init_arg => undef,
1987             default => qq{』},
1988             );
1989              
1990             has 'units' => (
1991             is => 'ro',
1992             isa => HashRef[HashRef[HashRef[Str]]],
1993             init_arg => undef,
1994             default => sub { {
1995             'long' => {
1996             # Long Unit Identifier
1997             '1024p1' => {
1998             '1' => q(キビ{0}),
1999             },
2000             # Core Unit Identifier
2001             '1024p1' => {
2002             '1' => q(キビ{0}),
2003             },
2004             # Long Unit Identifier
2005             '1024p2' => {
2006             '1' => q(メビ{0}),
2007             },
2008             # Core Unit Identifier
2009             '1024p2' => {
2010             '1' => q(メビ{0}),
2011             },
2012             # Long Unit Identifier
2013             '1024p3' => {
2014             '1' => q(ギビ{0}),
2015             },
2016             # Core Unit Identifier
2017             '1024p3' => {
2018             '1' => q(ギビ{0}),
2019             },
2020             # Long Unit Identifier
2021             '1024p4' => {
2022             '1' => q(テビ{0}),
2023             },
2024             # Core Unit Identifier
2025             '1024p4' => {
2026             '1' => q(テビ{0}),
2027             },
2028             # Long Unit Identifier
2029             '1024p5' => {
2030             '1' => q(ペビ{0}),
2031             },
2032             # Core Unit Identifier
2033             '1024p5' => {
2034             '1' => q(ペビ{0}),
2035             },
2036             # Long Unit Identifier
2037             '1024p6' => {
2038             '1' => q(エクスビ{0}),
2039             },
2040             # Core Unit Identifier
2041             '1024p6' => {
2042             '1' => q(エクスビ{0}),
2043             },
2044             # Long Unit Identifier
2045             '1024p7' => {
2046             '1' => q(ゼビ{0}),
2047             },
2048             # Core Unit Identifier
2049             '1024p7' => {
2050             '1' => q(ゼビ{0}),
2051             },
2052             # Long Unit Identifier
2053             '1024p8' => {
2054             '1' => q(ヨビ{0}),
2055             },
2056             # Core Unit Identifier
2057             '1024p8' => {
2058             '1' => q(ヨビ{0}),
2059             },
2060             # Long Unit Identifier
2061             '10p-1' => {
2062             '1' => q(デシ{0}),
2063             },
2064             # Core Unit Identifier
2065             '1' => {
2066             '1' => q(デシ{0}),
2067             },
2068             # Long Unit Identifier
2069             '10p-12' => {
2070             '1' => q(ピコ{0}),
2071             },
2072             # Core Unit Identifier
2073             '12' => {
2074             '1' => q(ピコ{0}),
2075             },
2076             # Long Unit Identifier
2077             '10p-15' => {
2078             '1' => q(フェムト{0}),
2079             },
2080             # Core Unit Identifier
2081             '15' => {
2082             '1' => q(フェムト{0}),
2083             },
2084             # Long Unit Identifier
2085             '10p-18' => {
2086             '1' => q(アト{0}),
2087             },
2088             # Core Unit Identifier
2089             '18' => {
2090             '1' => q(アト{0}),
2091             },
2092             # Long Unit Identifier
2093             '10p-2' => {
2094             '1' => q(センチ{0}),
2095             },
2096             # Core Unit Identifier
2097             '2' => {
2098             '1' => q(センチ{0}),
2099             },
2100             # Long Unit Identifier
2101             '10p-21' => {
2102             '1' => q(ゼプト{0}),
2103             },
2104             # Core Unit Identifier
2105             '21' => {
2106             '1' => q(ゼプト{0}),
2107             },
2108             # Long Unit Identifier
2109             '10p-24' => {
2110             '1' => q(ヨクト{0}),
2111             },
2112             # Core Unit Identifier
2113             '24' => {
2114             '1' => q(ヨクト{0}),
2115             },
2116             # Long Unit Identifier
2117             '10p-27' => {
2118             '1' => q(ロント{0}),
2119             },
2120             # Core Unit Identifier
2121             '27' => {
2122             '1' => q(ロント{0}),
2123             },
2124             # Long Unit Identifier
2125             '10p-3' => {
2126             '1' => q(ミリ{0}),
2127             },
2128             # Core Unit Identifier
2129             '3' => {
2130             '1' => q(ミリ{0}),
2131             },
2132             # Long Unit Identifier
2133             '10p-30' => {
2134             '1' => q(クエクト{0}),
2135             },
2136             # Core Unit Identifier
2137             '30' => {
2138             '1' => q(クエクト{0}),
2139             },
2140             # Long Unit Identifier
2141             '10p-6' => {
2142             '1' => q(マイクロ{0}),
2143             },
2144             # Core Unit Identifier
2145             '6' => {
2146             '1' => q(マイクロ{0}),
2147             },
2148             # Long Unit Identifier
2149             '10p-9' => {
2150             '1' => q(ナノ{0}),
2151             },
2152             # Core Unit Identifier
2153             '9' => {
2154             '1' => q(ナノ{0}),
2155             },
2156             # Long Unit Identifier
2157             '10p1' => {
2158             '1' => q(デカ{0}),
2159             },
2160             # Core Unit Identifier
2161             '10p1' => {
2162             '1' => q(デカ{0}),
2163             },
2164             # Long Unit Identifier
2165             '10p12' => {
2166             '1' => q(テラ{0}),
2167             },
2168             # Core Unit Identifier
2169             '10p12' => {
2170             '1' => q(テラ{0}),
2171             },
2172             # Long Unit Identifier
2173             '10p15' => {
2174             '1' => q(ペタ{0}),
2175             },
2176             # Core Unit Identifier
2177             '10p15' => {
2178             '1' => q(ペタ{0}),
2179             },
2180             # Long Unit Identifier
2181             '10p18' => {
2182             '1' => q(エクサ{0}),
2183             },
2184             # Core Unit Identifier
2185             '10p18' => {
2186             '1' => q(エクサ{0}),
2187             },
2188             # Long Unit Identifier
2189             '10p2' => {
2190             '1' => q(ヘクト{0}),
2191             },
2192             # Core Unit Identifier
2193             '10p2' => {
2194             '1' => q(ヘクト{0}),
2195             },
2196             # Long Unit Identifier
2197             '10p21' => {
2198             '1' => q(ゼタ{0}),
2199             },
2200             # Core Unit Identifier
2201             '10p21' => {
2202             '1' => q(ゼタ{0}),
2203             },
2204             # Long Unit Identifier
2205             '10p24' => {
2206             '1' => q(ヨタ{0}),
2207             },
2208             # Core Unit Identifier
2209             '10p24' => {
2210             '1' => q(ヨタ{0}),
2211             },
2212             # Long Unit Identifier
2213             '10p27' => {
2214             '1' => q(ロナ{0}),
2215             },
2216             # Core Unit Identifier
2217             '10p27' => {
2218             '1' => q(ロナ{0}),
2219             },
2220             # Long Unit Identifier
2221             '10p3' => {
2222             '1' => q(キロ{0}),
2223             },
2224             # Core Unit Identifier
2225             '10p3' => {
2226             '1' => q(キロ{0}),
2227             },
2228             # Long Unit Identifier
2229             '10p30' => {
2230             '1' => q(クエタ{0}),
2231             },
2232             # Core Unit Identifier
2233             '10p30' => {
2234             '1' => q(クエタ{0}),
2235             },
2236             # Long Unit Identifier
2237             '10p6' => {
2238             '1' => q(メガ{0}),
2239             },
2240             # Core Unit Identifier
2241             '10p6' => {
2242             '1' => q(メガ{0}),
2243             },
2244             # Long Unit Identifier
2245             '10p9' => {
2246             '1' => q(ギガ{0}),
2247             },
2248             # Core Unit Identifier
2249             '10p9' => {
2250             '1' => q(ギガ{0}),
2251             },
2252             # Long Unit Identifier
2253             'acceleration-meter-per-square-second' => {
2254             'name' => q(メートル毎秒毎秒),
2255             'other' => q({0} メートル毎秒毎秒),
2256             },
2257             # Core Unit Identifier
2258             'meter-per-square-second' => {
2259             'name' => q(メートル毎秒毎秒),
2260             'other' => q({0} メートル毎秒毎秒),
2261             },
2262             # Long Unit Identifier
2263             'angle-radian' => {
2264             'other' => q({0} ラジアン),
2265             },
2266             # Core Unit Identifier
2267             'radian' => {
2268             'other' => q({0} ラジアン),
2269             },
2270             # Long Unit Identifier
2271             'angle-revolution' => {
2272             'other' => q({0} 回転),
2273             },
2274             # Core Unit Identifier
2275             'revolution' => {
2276             'other' => q({0} 回転),
2277             },
2278             # Long Unit Identifier
2279             'area-acre' => {
2280             'other' => q({0} エーカー),
2281             },
2282             # Core Unit Identifier
2283             'acre' => {
2284             'other' => q({0} エーカー),
2285             },
2286             # Long Unit Identifier
2287             'area-dunam' => {
2288             'other' => q({0} ドゥナム),
2289             },
2290             # Core Unit Identifier
2291             'dunam' => {
2292             'other' => q({0} ドゥナム),
2293             },
2294             # Long Unit Identifier
2295             'area-hectare' => {
2296             'other' => q({0} ヘクタール),
2297             },
2298             # Core Unit Identifier
2299             'hectare' => {
2300             'other' => q({0} ヘクタール),
2301             },
2302             # Long Unit Identifier
2303             'area-square-centimeter' => {
2304             'name' => q(平方センチメートル),
2305             'other' => q({0} 平方センチメートル),
2306             'per' => q({0}/平方センチメートル),
2307             },
2308             # Core Unit Identifier
2309             'square-centimeter' => {
2310             'name' => q(平方センチメートル),
2311             'other' => q({0} 平方センチメートル),
2312             'per' => q({0}/平方センチメートル),
2313             },
2314             # Long Unit Identifier
2315             'area-square-foot' => {
2316             'other' => q({0} 平方フィート),
2317             },
2318             # Core Unit Identifier
2319             'square-foot' => {
2320             'other' => q({0} 平方フィート),
2321             },
2322             # Long Unit Identifier
2323             'area-square-inch' => {
2324             'other' => q({0} 平方インチ),
2325             'per' => q({0}/平方インチ),
2326             },
2327             # Core Unit Identifier
2328             'square-inch' => {
2329             'other' => q({0} 平方インチ),
2330             'per' => q({0}/平方インチ),
2331             },
2332             # Long Unit Identifier
2333             'area-square-kilometer' => {
2334             'name' => q(平方キロメートル),
2335             'other' => q({0} 平方キロメートル),
2336             'per' => q({0}/平方キロメートル),
2337             },
2338             # Core Unit Identifier
2339             'square-kilometer' => {
2340             'name' => q(平方キロメートル),
2341             'other' => q({0} 平方キロメートル),
2342             'per' => q({0}/平方キロメートル),
2343             },
2344             # Long Unit Identifier
2345             'area-square-meter' => {
2346             'name' => q(平方メートル),
2347             'other' => q({0} 平方メートル),
2348             'per' => q({0}/平方メートル),
2349             },
2350             # Core Unit Identifier
2351             'square-meter' => {
2352             'name' => q(平方メートル),
2353             'other' => q({0} 平方メートル),
2354             'per' => q({0}/平方メートル),
2355             },
2356             # Long Unit Identifier
2357             'area-square-mile' => {
2358             'other' => q({0} 平方マイル),
2359             'per' => q({0}/平方マイル),
2360             },
2361             # Core Unit Identifier
2362             'square-mile' => {
2363             'other' => q({0} 平方マイル),
2364             'per' => q({0}/平方マイル),
2365             },
2366             # Long Unit Identifier
2367             'area-square-yard' => {
2368             'other' => q({0} 平方ヤード),
2369             },
2370             # Core Unit Identifier
2371             'square-yard' => {
2372             'other' => q({0} 平方ヤード),
2373             },
2374             # Long Unit Identifier
2375             'concentr-milligram-ofglucose-per-deciliter' => {
2376             'other' => q({0} ミリグラム毎デシリットル),
2377             },
2378             # Core Unit Identifier
2379             'milligram-ofglucose-per-deciliter' => {
2380             'other' => q({0} ミリグラム毎デシリットル),
2381             },
2382             # Long Unit Identifier
2383             'concentr-millimole-per-liter' => {
2384             'other' => q({0} ミリモル毎リットル),
2385             },
2386             # Core Unit Identifier
2387             'millimole-per-liter' => {
2388             'other' => q({0} ミリモル毎リットル),
2389             },
2390             # Long Unit Identifier
2391             'concentr-mole' => {
2392             'other' => q({0} モル),
2393             },
2394             # Core Unit Identifier
2395             'mole' => {
2396             'other' => q({0} モル),
2397             },
2398             # Long Unit Identifier
2399             'concentr-percent' => {
2400             'other' => q({0} パーセント),
2401             },
2402             # Core Unit Identifier
2403             'percent' => {
2404             'other' => q({0} パーセント),
2405             },
2406             # Long Unit Identifier
2407             'concentr-permille' => {
2408             'other' => q({0} パーミル),
2409             },
2410             # Core Unit Identifier
2411             'permille' => {
2412             'other' => q({0} パーミル),
2413             },
2414             # Long Unit Identifier
2415             'concentr-permyriad' => {
2416             'other' => q({0} パーミリアド),
2417             },
2418             # Core Unit Identifier
2419             'permyriad' => {
2420             'other' => q({0} パーミリアド),
2421             },
2422             # Long Unit Identifier
2423             'consumption-liter-per-100-kilometer' => {
2424             'name' => q(リットル毎100キロメートル),
2425             'other' => q({0} リットル毎100キロメートル),
2426             },
2427             # Core Unit Identifier
2428             'liter-per-100-kilometer' => {
2429             'name' => q(リットル毎100キロメートル),
2430             'other' => q({0} リットル毎100キロメートル),
2431             },
2432             # Long Unit Identifier
2433             'consumption-liter-per-kilometer' => {
2434             'name' => q(リットル毎キロメートル),
2435             'other' => q({0} リットル毎キロメートル),
2436             },
2437             # Core Unit Identifier
2438             'liter-per-kilometer' => {
2439             'name' => q(リットル毎キロメートル),
2440             'other' => q({0} リットル毎キロメートル),
2441             },
2442             # Long Unit Identifier
2443             'consumption-mile-per-gallon' => {
2444             'name' => q(マイル毎ガロン),
2445             'other' => q({0} マイル毎ガロン),
2446             },
2447             # Core Unit Identifier
2448             'mile-per-gallon' => {
2449             'name' => q(マイル毎ガロン),
2450             'other' => q({0} マイル毎ガロン),
2451             },
2452             # Long Unit Identifier
2453             'consumption-mile-per-gallon-imperial' => {
2454             'other' => q({0} マイル毎英ガロン),
2455             },
2456             # Core Unit Identifier
2457             'mile-per-gallon-imperial' => {
2458             'other' => q({0} マイル毎英ガロン),
2459             },
2460             # Long Unit Identifier
2461             'digital-bit' => {
2462             'other' => q({0} ビット),
2463             },
2464             # Core Unit Identifier
2465             'bit' => {
2466             'other' => q({0} ビット),
2467             },
2468             # Long Unit Identifier
2469             'digital-byte' => {
2470             'other' => q({0} バイト),
2471             },
2472             # Core Unit Identifier
2473             'byte' => {
2474             'other' => q({0} バイト),
2475             },
2476             # Long Unit Identifier
2477             'digital-gigabit' => {
2478             'other' => q({0} ギガビット),
2479             },
2480             # Core Unit Identifier
2481             'gigabit' => {
2482             'other' => q({0} ギガビット),
2483             },
2484             # Long Unit Identifier
2485             'digital-gigabyte' => {
2486             'name' => q(ギガバイト),
2487             'other' => q({0} ギガバイト),
2488             },
2489             # Core Unit Identifier
2490             'gigabyte' => {
2491             'name' => q(ギガバイト),
2492             'other' => q({0} ギガバイト),
2493             },
2494             # Long Unit Identifier
2495             'digital-kilobit' => {
2496             'other' => q({0} キロビット),
2497             },
2498             # Core Unit Identifier
2499             'kilobit' => {
2500             'other' => q({0} キロビット),
2501             },
2502             # Long Unit Identifier
2503             'digital-kilobyte' => {
2504             'name' => q(キロバイト),
2505             'other' => q({0} キロバイト),
2506             },
2507             # Core Unit Identifier
2508             'kilobyte' => {
2509             'name' => q(キロバイト),
2510             'other' => q({0} キロバイト),
2511             },
2512             # Long Unit Identifier
2513             'digital-megabit' => {
2514             'other' => q({0} メガビット),
2515             },
2516             # Core Unit Identifier
2517             'megabit' => {
2518             'other' => q({0} メガビット),
2519             },
2520             # Long Unit Identifier
2521             'digital-megabyte' => {
2522             'name' => q(メガバイト),
2523             'other' => q({0} メガバイト),
2524             },
2525             # Core Unit Identifier
2526             'megabyte' => {
2527             'name' => q(メガバイト),
2528             'other' => q({0} メガバイト),
2529             },
2530             # Long Unit Identifier
2531             'digital-petabyte' => {
2532             'other' => q({0} ペタバイト),
2533             },
2534             # Core Unit Identifier
2535             'petabyte' => {
2536             'other' => q({0} ペタバイト),
2537             },
2538             # Long Unit Identifier
2539             'digital-terabit' => {
2540             'other' => q({0} テラビット),
2541             },
2542             # Core Unit Identifier
2543             'terabit' => {
2544             'other' => q({0} テラビット),
2545             },
2546             # Long Unit Identifier
2547             'digital-terabyte' => {
2548             'other' => q({0} テラバイト),
2549             },
2550             # Core Unit Identifier
2551             'terabyte' => {
2552             'other' => q({0} テラバイト),
2553             },
2554             # Long Unit Identifier
2555             'duration-microsecond' => {
2556             'other' => q({0} マイクロ秒),
2557             },
2558             # Core Unit Identifier
2559             'microsecond' => {
2560             'other' => q({0} マイクロ秒),
2561             },
2562             # Long Unit Identifier
2563             'duration-millisecond' => {
2564             'other' => q({0} ミリ秒),
2565             },
2566             # Core Unit Identifier
2567             'millisecond' => {
2568             'other' => q({0} ミリ秒),
2569             },
2570             # Long Unit Identifier
2571             'duration-nanosecond' => {
2572             'other' => q({0} ナノ秒),
2573             },
2574             # Core Unit Identifier
2575             'nanosecond' => {
2576             'other' => q({0} ナノ秒),
2577             },
2578             # Long Unit Identifier
2579             'duration-night' => {
2580             'name' => q(泊),
2581             'other' => q({0} 泊),
2582             'per' => q({0}/泊),
2583             },
2584             # Core Unit Identifier
2585             'night' => {
2586             'name' => q(泊),
2587             'other' => q({0} 泊),
2588             'per' => q({0}/泊),
2589             },
2590             # Long Unit Identifier
2591             'duration-quarter' => {
2592             'other' => q({0} 四半期),
2593             },
2594             # Core Unit Identifier
2595             'quarter' => {
2596             'other' => q({0} 四半期),
2597             },
2598             # Long Unit Identifier
2599             'electric-ampere' => {
2600             'other' => q({0} アンペア),
2601             },
2602             # Core Unit Identifier
2603             'ampere' => {
2604             'other' => q({0} アンペア),
2605             },
2606             # Long Unit Identifier
2607             'electric-milliampere' => {
2608             'other' => q({0} ミリアンペア),
2609             },
2610             # Core Unit Identifier
2611             'milliampere' => {
2612             'other' => q({0} ミリアンペア),
2613             },
2614             # Long Unit Identifier
2615             'electric-ohm' => {
2616             'other' => q({0} オーム),
2617             },
2618             # Core Unit Identifier
2619             'ohm' => {
2620             'other' => q({0} オーム),
2621             },
2622             # Long Unit Identifier
2623             'electric-volt' => {
2624             'other' => q({0} ボルト),
2625             },
2626             # Core Unit Identifier
2627             'volt' => {
2628             'other' => q({0} ボルト),
2629             },
2630             # Long Unit Identifier
2631             'energy-british-thermal-unit' => {
2632             'other' => q({0} 英熱量),
2633             },
2634             # Core Unit Identifier
2635             'british-thermal-unit' => {
2636             'other' => q({0} 英熱量),
2637             },
2638             # Long Unit Identifier
2639             'energy-calorie' => {
2640             'name' => q(カロリー),
2641             'other' => q({0} カロリー),
2642             },
2643             # Core Unit Identifier
2644             'calorie' => {
2645             'name' => q(カロリー),
2646             'other' => q({0} カロリー),
2647             },
2648             # Long Unit Identifier
2649             'energy-electronvolt' => {
2650             'other' => q({0} 電子ボルト),
2651             },
2652             # Core Unit Identifier
2653             'electronvolt' => {
2654             'other' => q({0} 電子ボルト),
2655             },
2656             # Long Unit Identifier
2657             'energy-foodcalorie' => {
2658             'name' => q(カロリー),
2659             'other' => q({0} カロリー),
2660             },
2661             # Core Unit Identifier
2662             'foodcalorie' => {
2663             'name' => q(カロリー),
2664             'other' => q({0} カロリー),
2665             },
2666             # Long Unit Identifier
2667             'energy-joule' => {
2668             'other' => q({0} ジュール),
2669             },
2670             # Core Unit Identifier
2671             'joule' => {
2672             'other' => q({0} ジュール),
2673             },
2674             # Long Unit Identifier
2675             'energy-kilocalorie' => {
2676             'name' => q(キロカロリー),
2677             'other' => q({0} キロカロリー),
2678             },
2679             # Core Unit Identifier
2680             'kilocalorie' => {
2681             'name' => q(キロカロリー),
2682             'other' => q({0} キロカロリー),
2683             },
2684             # Long Unit Identifier
2685             'energy-kilojoule' => {
2686             'other' => q({0} キロジュール),
2687             },
2688             # Core Unit Identifier
2689             'kilojoule' => {
2690             'other' => q({0} キロジュール),
2691             },
2692             # Long Unit Identifier
2693             'energy-kilowatt-hour' => {
2694             'other' => q({0} キロワット時),
2695             },
2696             # Core Unit Identifier
2697             'kilowatt-hour' => {
2698             'other' => q({0} キロワット時),
2699             },
2700             # Long Unit Identifier
2701             'force-kilowatt-hour-per-100-kilometer' => {
2702             'name' => q(キロワット時毎100キロメートル),
2703             'other' => q({0} キロワット時毎100キロメートル),
2704             },
2705             # Core Unit Identifier
2706             'kilowatt-hour-per-100-kilometer' => {
2707             'name' => q(キロワット時毎100キロメートル),
2708             'other' => q({0} キロワット時毎100キロメートル),
2709             },
2710             # Long Unit Identifier
2711             'force-newton' => {
2712             'other' => q({0} ニュートン),
2713             },
2714             # Core Unit Identifier
2715             'newton' => {
2716             'other' => q({0} ニュートン),
2717             },
2718             # Long Unit Identifier
2719             'force-pound-force' => {
2720             'other' => q({0} 重量ポンド),
2721             },
2722             # Core Unit Identifier
2723             'pound-force' => {
2724             'other' => q({0} 重量ポンド),
2725             },
2726             # Long Unit Identifier
2727             'frequency-gigahertz' => {
2728             'name' => q(ギガヘルツ),
2729             'other' => q({0} ギガヘルツ),
2730             },
2731             # Core Unit Identifier
2732             'gigahertz' => {
2733             'name' => q(ギガヘルツ),
2734             'other' => q({0} ギガヘルツ),
2735             },
2736             # Long Unit Identifier
2737             'frequency-hertz' => {
2738             'name' => q(ヘルツ),
2739             'other' => q({0} ヘルツ),
2740             },
2741             # Core Unit Identifier
2742             'hertz' => {
2743             'name' => q(ヘルツ),
2744             'other' => q({0} ヘルツ),
2745             },
2746             # Long Unit Identifier
2747             'frequency-kilohertz' => {
2748             'name' => q(キロヘルツ),
2749             'other' => q({0} キロヘルツ),
2750             },
2751             # Core Unit Identifier
2752             'kilohertz' => {
2753             'name' => q(キロヘルツ),
2754             'other' => q({0} キロヘルツ),
2755             },
2756             # Long Unit Identifier
2757             'frequency-megahertz' => {
2758             'name' => q(メガヘルツ),
2759             'other' => q({0} メガヘルツ),
2760             },
2761             # Core Unit Identifier
2762             'megahertz' => {
2763             'name' => q(メガヘルツ),
2764             'other' => q({0} メガヘルツ),
2765             },
2766             # Long Unit Identifier
2767             'graphics-dot-per-centimeter' => {
2768             'name' => q(ドット/cm),
2769             'other' => q({0} ドット/cm),
2770             },
2771             # Core Unit Identifier
2772             'dot-per-centimeter' => {
2773             'name' => q(ドット/cm),
2774             'other' => q({0} ドット/cm),
2775             },
2776             # Long Unit Identifier
2777             'graphics-dot-per-inch' => {
2778             'name' => q(ドット/インチ),
2779             'other' => q({0} ドット/インチ),
2780             },
2781             # Core Unit Identifier
2782             'dot-per-inch' => {
2783             'name' => q(ドット/インチ),
2784             'other' => q({0} ドット/インチ),
2785             },
2786             # Long Unit Identifier
2787             'graphics-em' => {
2788             'name' => q(フォントサイズ em),
2789             },
2790             # Core Unit Identifier
2791             'em' => {
2792             'name' => q(フォントサイズ em),
2793             },
2794             # Long Unit Identifier
2795             'graphics-megapixel' => {
2796             'other' => q({0} メガピクセル),
2797             },
2798             # Core Unit Identifier
2799             'megapixel' => {
2800             'other' => q({0} メガピクセル),
2801             },
2802             # Long Unit Identifier
2803             'graphics-pixel' => {
2804             'other' => q({0} ピクセル),
2805             },
2806             # Core Unit Identifier
2807             'pixel' => {
2808             'other' => q({0} ピクセル),
2809             },
2810             # Long Unit Identifier
2811             'graphics-pixel-per-centimeter' => {
2812             'name' => q(ピクセル/cm),
2813             'other' => q({0} ピクセル/cm),
2814             },
2815             # Core Unit Identifier
2816             'pixel-per-centimeter' => {
2817             'name' => q(ピクセル/cm),
2818             'other' => q({0} ピクセル/cm),
2819             },
2820             # Long Unit Identifier
2821             'graphics-pixel-per-inch' => {
2822             'name' => q(ピクセル/インチ),
2823             'other' => q({0} ピクセル/インチ),
2824             },
2825             # Core Unit Identifier
2826             'pixel-per-inch' => {
2827             'name' => q(ピクセル/インチ),
2828             'other' => q({0} ピクセル/インチ),
2829             },
2830             # Long Unit Identifier
2831             'length-astronomical-unit' => {
2832             'other' => q({0} 天文単位),
2833             },
2834             # Core Unit Identifier
2835             'astronomical-unit' => {
2836             'other' => q({0} 天文単位),
2837             },
2838             # Long Unit Identifier
2839             'length-centimeter' => {
2840             'name' => q(センチメートル),
2841             'other' => q({0} センチメートル),
2842             'per' => q({0}/センチメートル),
2843             },
2844             # Core Unit Identifier
2845             'centimeter' => {
2846             'name' => q(センチメートル),
2847             'other' => q({0} センチメートル),
2848             'per' => q({0}/センチメートル),
2849             },
2850             # Long Unit Identifier
2851             'length-decimeter' => {
2852             'other' => q({0} デシメートル),
2853             },
2854             # Core Unit Identifier
2855             'decimeter' => {
2856             'other' => q({0} デシメートル),
2857             },
2858             # Long Unit Identifier
2859             'length-earth-radius' => {
2860             'name' => q(地球半径),
2861             'other' => q({0} 地球半径),
2862             },
2863             # Core Unit Identifier
2864             'earth-radius' => {
2865             'name' => q(地球半径),
2866             'other' => q({0} 地球半径),
2867             },
2868             # Long Unit Identifier
2869             'length-fathom' => {
2870             'other' => q({0} ファゾム),
2871             },
2872             # Core Unit Identifier
2873             'fathom' => {
2874             'other' => q({0} ファゾム),
2875             },
2876             # Long Unit Identifier
2877             'length-foot' => {
2878             'other' => q({0} フィート),
2879             'per' => q({0}/フィート),
2880             },
2881             # Core Unit Identifier
2882             'foot' => {
2883             'other' => q({0} フィート),
2884             'per' => q({0}/フィート),
2885             },
2886             # Long Unit Identifier
2887             'length-furlong' => {
2888             'other' => q({0} ハロン),
2889             },
2890             # Core Unit Identifier
2891             'furlong' => {
2892             'other' => q({0} ハロン),
2893             },
2894             # Long Unit Identifier
2895             'length-inch' => {
2896             'other' => q({0} インチ),
2897             'per' => q({0}/インチ),
2898             },
2899             # Core Unit Identifier
2900             'inch' => {
2901             'other' => q({0} インチ),
2902             'per' => q({0}/インチ),
2903             },
2904             # Long Unit Identifier
2905             'length-kilometer' => {
2906             'name' => q(キロメートル),
2907             'other' => q({0} キロメートル),
2908             'per' => q({0}/キロメートル),
2909             },
2910             # Core Unit Identifier
2911             'kilometer' => {
2912             'name' => q(キロメートル),
2913             'other' => q({0} キロメートル),
2914             'per' => q({0}/キロメートル),
2915             },
2916             # Long Unit Identifier
2917             'length-meter' => {
2918             'name' => q(メートル),
2919             'other' => q({0} メートル),
2920             'per' => q({0}/メートル),
2921             },
2922             # Core Unit Identifier
2923             'meter' => {
2924             'name' => q(メートル),
2925             'other' => q({0} メートル),
2926             'per' => q({0}/メートル),
2927             },
2928             # Long Unit Identifier
2929             'length-micrometer' => {
2930             'other' => q({0} マイクロメートル),
2931             },
2932             # Core Unit Identifier
2933             'micrometer' => {
2934             'other' => q({0} マイクロメートル),
2935             },
2936             # Long Unit Identifier
2937             'length-mile' => {
2938             'other' => q({0} マイル),
2939             },
2940             # Core Unit Identifier
2941             'mile' => {
2942             'other' => q({0} マイル),
2943             },
2944             # Long Unit Identifier
2945             'length-mile-scandinavian' => {
2946             'other' => q({0} スカンジナビアマイル),
2947             },
2948             # Core Unit Identifier
2949             'mile-scandinavian' => {
2950             'other' => q({0} スカンジナビアマイル),
2951             },
2952             # Long Unit Identifier
2953             'length-millimeter' => {
2954             'name' => q(ミリメートル),
2955             'other' => q({0} ミリメートル),
2956             },
2957             # Core Unit Identifier
2958             'millimeter' => {
2959             'name' => q(ミリメートル),
2960             'other' => q({0} ミリメートル),
2961             },
2962             # Long Unit Identifier
2963             'length-nanometer' => {
2964             'other' => q({0} ナノメートル),
2965             },
2966             # Core Unit Identifier
2967             'nanometer' => {
2968             'other' => q({0} ナノメートル),
2969             },
2970             # Long Unit Identifier
2971             'length-parsec' => {
2972             'other' => q({0} パーセク),
2973             },
2974             # Core Unit Identifier
2975             'parsec' => {
2976             'other' => q({0} パーセク),
2977             },
2978             # Long Unit Identifier
2979             'length-picometer' => {
2980             'other' => q({0} ピコメートル),
2981             },
2982             # Core Unit Identifier
2983             'picometer' => {
2984             'other' => q({0} ピコメートル),
2985             },
2986             # Long Unit Identifier
2987             'length-point' => {
2988             'other' => q({0} ポイント),
2989             },
2990             # Core Unit Identifier
2991             'point' => {
2992             'other' => q({0} ポイント),
2993             },
2994             # Long Unit Identifier
2995             'length-solar-radius' => {
2996             'other' => q({0} 太陽半径),
2997             },
2998             # Core Unit Identifier
2999             'solar-radius' => {
3000             'other' => q({0} 太陽半径),
3001             },
3002             # Long Unit Identifier
3003             'length-yard' => {
3004             'other' => q({0} ヤード),
3005             },
3006             # Core Unit Identifier
3007             'yard' => {
3008             'other' => q({0} ヤード),
3009             },
3010             # Long Unit Identifier
3011             'light-candela' => {
3012             'name' => q(カンデラ),
3013             'other' => q({0} カンデラ),
3014             },
3015             # Core Unit Identifier
3016             'candela' => {
3017             'name' => q(カンデラ),
3018             'other' => q({0} カンデラ),
3019             },
3020             # Long Unit Identifier
3021             'light-lumen' => {
3022             'name' => q(ルーメン),
3023             'other' => q({0} ルーメン),
3024             },
3025             # Core Unit Identifier
3026             'lumen' => {
3027             'name' => q(ルーメン),
3028             'other' => q({0} ルーメン),
3029             },
3030             # Long Unit Identifier
3031             'light-lux' => {
3032             'other' => q({0} ルクス),
3033             },
3034             # Core Unit Identifier
3035             'lux' => {
3036             'other' => q({0} ルクス),
3037             },
3038             # Long Unit Identifier
3039             'light-solar-luminosity' => {
3040             'other' => q({0} 太陽光度),
3041             },
3042             # Core Unit Identifier
3043             'solar-luminosity' => {
3044             'other' => q({0} 太陽光度),
3045             },
3046             # Long Unit Identifier
3047             'mass-carat' => {
3048             'other' => q({0} カラット),
3049             },
3050             # Core Unit Identifier
3051             'carat' => {
3052             'other' => q({0} カラット),
3053             },
3054             # Long Unit Identifier
3055             'mass-dalton' => {
3056             'other' => q({0} ダルトン),
3057             },
3058             # Core Unit Identifier
3059             'dalton' => {
3060             'other' => q({0} ダルトン),
3061             },
3062             # Long Unit Identifier
3063             'mass-earth-mass' => {
3064             'other' => q({0} 地球質量),
3065             },
3066             # Core Unit Identifier
3067             'earth-mass' => {
3068             'other' => q({0} 地球質量),
3069             },
3070             # Long Unit Identifier
3071             'mass-gram' => {
3072             'other' => q({0} グラム),
3073             'per' => q({0}/グラム),
3074             },
3075             # Core Unit Identifier
3076             'gram' => {
3077             'other' => q({0} グラム),
3078             'per' => q({0}/グラム),
3079             },
3080             # Long Unit Identifier
3081             'mass-kilogram' => {
3082             'name' => q(キログラム),
3083             'other' => q({0} キログラム),
3084             'per' => q({0}/キログラム),
3085             },
3086             # Core Unit Identifier
3087             'kilogram' => {
3088             'name' => q(キログラム),
3089             'other' => q({0} キログラム),
3090             'per' => q({0}/キログラム),
3091             },
3092             # Long Unit Identifier
3093             'mass-microgram' => {
3094             'other' => q({0} マイクログラム),
3095             },
3096             # Core Unit Identifier
3097             'microgram' => {
3098             'other' => q({0} マイクログラム),
3099             },
3100             # Long Unit Identifier
3101             'mass-milligram' => {
3102             'name' => q(ミリグラム),
3103             'other' => q({0} ミリグラム),
3104             },
3105             # Core Unit Identifier
3106             'milligram' => {
3107             'name' => q(ミリグラム),
3108             'other' => q({0} ミリグラム),
3109             },
3110             # Long Unit Identifier
3111             'mass-ounce' => {
3112             'other' => q({0} オンス),
3113             'per' => q({0}/オンス),
3114             },
3115             # Core Unit Identifier
3116             'ounce' => {
3117             'other' => q({0} オンス),
3118             'per' => q({0}/オンス),
3119             },
3120             # Long Unit Identifier
3121             'mass-ounce-troy' => {
3122             'other' => q({0} トロイオンス),
3123             },
3124             # Core Unit Identifier
3125             'ounce-troy' => {
3126             'other' => q({0} トロイオンス),
3127             },
3128             # Long Unit Identifier
3129             'mass-pound' => {
3130             'other' => q({0} ポンド),
3131             'per' => q({0}/ポンド),
3132             },
3133             # Core Unit Identifier
3134             'pound' => {
3135             'other' => q({0} ポンド),
3136             'per' => q({0}/ポンド),
3137             },
3138             # Long Unit Identifier
3139             'mass-solar-mass' => {
3140             'other' => q({0} 太陽質量),
3141             },
3142             # Core Unit Identifier
3143             'solar-mass' => {
3144             'other' => q({0} 太陽質量),
3145             },
3146             # Long Unit Identifier
3147             'mass-stone' => {
3148             'other' => q({0} ストーン),
3149             },
3150             # Core Unit Identifier
3151             'stone' => {
3152             'other' => q({0} ストーン),
3153             },
3154             # Long Unit Identifier
3155             'mass-ton' => {
3156             'other' => q({0} 米トン),
3157             },
3158             # Core Unit Identifier
3159             'ton' => {
3160             'other' => q({0} 米トン),
3161             },
3162             # Long Unit Identifier
3163             'mass-tonne' => {
3164             'name' => q(トン),
3165             'other' => q({0} トン),
3166             },
3167             # Core Unit Identifier
3168             'tonne' => {
3169             'name' => q(トン),
3170             'other' => q({0} トン),
3171             },
3172             # Long Unit Identifier
3173             'per' => {
3174             '1' => q({0}毎{1}),
3175             },
3176             # Core Unit Identifier
3177             'per' => {
3178             '1' => q({0}毎{1}),
3179             },
3180             # Long Unit Identifier
3181             'power-gigawatt' => {
3182             'other' => q({0} ギガワット),
3183             },
3184             # Core Unit Identifier
3185             'gigawatt' => {
3186             'other' => q({0} ギガワット),
3187             },
3188             # Long Unit Identifier
3189             'power-kilowatt' => {
3190             'other' => q({0} キロワット),
3191             },
3192             # Core Unit Identifier
3193             'kilowatt' => {
3194             'other' => q({0} キロワット),
3195             },
3196             # Long Unit Identifier
3197             'power-megawatt' => {
3198             'other' => q({0} メガワット),
3199             },
3200             # Core Unit Identifier
3201             'megawatt' => {
3202             'other' => q({0} メガワット),
3203             },
3204             # Long Unit Identifier
3205             'power-milliwatt' => {
3206             'other' => q({0} ミリワット),
3207             },
3208             # Core Unit Identifier
3209             'milliwatt' => {
3210             'other' => q({0} ミリワット),
3211             },
3212             # Long Unit Identifier
3213             'power-watt' => {
3214             'other' => q({0} ワット),
3215             },
3216             # Core Unit Identifier
3217             'watt' => {
3218             'other' => q({0} ワット),
3219             },
3220             # Long Unit Identifier
3221             'power2' => {
3222             '1' => q(平方{0}),
3223             'other' => q(平方{0}),
3224             },
3225             # Core Unit Identifier
3226             'power2' => {
3227             '1' => q(平方{0}),
3228             'other' => q(平方{0}),
3229             },
3230             # Long Unit Identifier
3231             'power3' => {
3232             '1' => q(立方{0}),
3233             'other' => q(立方{0}),
3234             },
3235             # Core Unit Identifier
3236             'power3' => {
3237             '1' => q(立方{0}),
3238             'other' => q(立方{0}),
3239             },
3240             # Long Unit Identifier
3241             'pressure-atmosphere' => {
3242             'other' => q({0} 気圧),
3243             },
3244             # Core Unit Identifier
3245             'atmosphere' => {
3246             'other' => q({0} 気圧),
3247             },
3248             # Long Unit Identifier
3249             'pressure-bar' => {
3250             'other' => q({0} バール),
3251             },
3252             # Core Unit Identifier
3253             'bar' => {
3254             'other' => q({0} バール),
3255             },
3256             # Long Unit Identifier
3257             'pressure-hectopascal' => {
3258             'name' => q(ヘクトパスカル),
3259             'other' => q({0} ヘクトパスカル),
3260             },
3261             # Core Unit Identifier
3262             'hectopascal' => {
3263             'name' => q(ヘクトパスカル),
3264             'other' => q({0} ヘクトパスカル),
3265             },
3266             # Long Unit Identifier
3267             'pressure-inch-ofhg' => {
3268             'other' => q({0} 水銀柱インチ),
3269             },
3270             # Core Unit Identifier
3271             'inch-ofhg' => {
3272             'other' => q({0} 水銀柱インチ),
3273             },
3274             # Long Unit Identifier
3275             'pressure-kilopascal' => {
3276             'name' => q(キロパスカル),
3277             'other' => q({0} キロパスカル),
3278             },
3279             # Core Unit Identifier
3280             'kilopascal' => {
3281             'name' => q(キロパスカル),
3282             'other' => q({0} キロパスカル),
3283             },
3284             # Long Unit Identifier
3285             'pressure-megapascal' => {
3286             'name' => q(メガパスカル),
3287             'other' => q({0} メガパスカル),
3288             },
3289             # Core Unit Identifier
3290             'megapascal' => {
3291             'name' => q(メガパスカル),
3292             'other' => q({0} メガパスカル),
3293             },
3294             # Long Unit Identifier
3295             'pressure-millibar' => {
3296             'other' => q({0} ミリバール),
3297             },
3298             # Core Unit Identifier
3299             'millibar' => {
3300             'other' => q({0} ミリバール),
3301             },
3302             # Long Unit Identifier
3303             'pressure-millimeter-ofhg' => {
3304             'other' => q({0} 水銀柱ミリメートル),
3305             },
3306             # Core Unit Identifier
3307             'millimeter-ofhg' => {
3308             'other' => q({0} 水銀柱ミリメートル),
3309             },
3310             # Long Unit Identifier
3311             'pressure-pascal' => {
3312             'other' => q({0} パスカル),
3313             },
3314             # Core Unit Identifier
3315             'pascal' => {
3316             'other' => q({0} パスカル),
3317             },
3318             # Long Unit Identifier
3319             'pressure-pound-force-per-square-inch' => {
3320             'other' => q({0} 重量ポンド毎平方インチ),
3321             },
3322             # Core Unit Identifier
3323             'pound-force-per-square-inch' => {
3324             'other' => q({0} 重量ポンド毎平方インチ),
3325             },
3326             # Long Unit Identifier
3327             'speed-beaufort' => {
3328             'name' => q(ビューフォート風力階級),
3329             'other' => q(ビューフォート風力階級 {0}),
3330             },
3331             # Core Unit Identifier
3332             'beaufort' => {
3333             'name' => q(ビューフォート風力階級),
3334             'other' => q(ビューフォート風力階級 {0}),
3335             },
3336             # Long Unit Identifier
3337             'speed-kilometer-per-hour' => {
3338             'name' => q(キロメートル毎時),
3339             'other' => q(時速 {0} キロメートル),
3340             },
3341             # Core Unit Identifier
3342             'kilometer-per-hour' => {
3343             'name' => q(キロメートル毎時),
3344             'other' => q(時速 {0} キロメートル),
3345             },
3346             # Long Unit Identifier
3347             'speed-knot' => {
3348             'other' => q({0} ノット),
3349             },
3350             # Core Unit Identifier
3351             'knot' => {
3352             'other' => q({0} ノット),
3353             },
3354             # Long Unit Identifier
3355             'speed-light-speed' => {
3356             'name' => q(光),
3357             'other' => q({0} 光),
3358             },
3359             # Core Unit Identifier
3360             'light-speed' => {
3361             'name' => q(光),
3362             'other' => q({0} 光),
3363             },
3364             # Long Unit Identifier
3365             'speed-meter-per-second' => {
3366             'name' => q(メートル毎秒),
3367             'other' => q(秒速 {0} メートル),
3368             },
3369             # Core Unit Identifier
3370             'meter-per-second' => {
3371             'name' => q(メートル毎秒),
3372             'other' => q(秒速 {0} メートル),
3373             },
3374             # Long Unit Identifier
3375             'speed-mile-per-hour' => {
3376             'other' => q(時速 {0} マイル),
3377             },
3378             # Core Unit Identifier
3379             'mile-per-hour' => {
3380             'other' => q(時速 {0} マイル),
3381             },
3382             # Long Unit Identifier
3383             'temperature-celsius' => {
3384             'name' => q(摂氏),
3385             'other' => q(摂氏 {0} 度),
3386             },
3387             # Core Unit Identifier
3388             'celsius' => {
3389             'name' => q(摂氏),
3390             'other' => q(摂氏 {0} 度),
3391             },
3392             # Long Unit Identifier
3393             'temperature-fahrenheit' => {
3394             'name' => q(華氏),
3395             'other' => q(華氏 {0} 度),
3396             },
3397             # Core Unit Identifier
3398             'fahrenheit' => {
3399             'name' => q(華氏),
3400             'other' => q(華氏 {0} 度),
3401             },
3402             # Long Unit Identifier
3403             'temperature-generic' => {
3404             'name' => q(度),
3405             'other' => q({0}度),
3406             },
3407             # Core Unit Identifier
3408             'generic' => {
3409             'name' => q(度),
3410             'other' => q({0}度),
3411             },
3412             # Long Unit Identifier
3413             'temperature-kelvin' => {
3414             'name' => q(ケルビン),
3415             'other' => q({0} ケルビン),
3416             },
3417             # Core Unit Identifier
3418             'kelvin' => {
3419             'name' => q(ケルビン),
3420             'other' => q({0} ケルビン),
3421             },
3422             # Long Unit Identifier
3423             'torque-newton-meter' => {
3424             'other' => q({0} ニュートンメートル),
3425             },
3426             # Core Unit Identifier
3427             'newton-meter' => {
3428             'other' => q({0} ニュートンメートル),
3429             },
3430             # Long Unit Identifier
3431             'torque-pound-force-foot' => {
3432             'other' => q({0} ポンドフィート),
3433             },
3434             # Core Unit Identifier
3435             'pound-force-foot' => {
3436             'other' => q({0} ポンドフィート),
3437             },
3438             # Long Unit Identifier
3439             'volume-acre-foot' => {
3440             'other' => q({0} エーカーフィート),
3441             },
3442             # Core Unit Identifier
3443             'acre-foot' => {
3444             'other' => q({0} エーカーフィート),
3445             },
3446             # Long Unit Identifier
3447             'volume-barrel' => {
3448             'other' => q({0} バレル),
3449             },
3450             # Core Unit Identifier
3451             'barrel' => {
3452             'other' => q({0} バレル),
3453             },
3454             # Long Unit Identifier
3455             'volume-bushel' => {
3456             'other' => q({0} ブッシェル),
3457             },
3458             # Core Unit Identifier
3459             'bushel' => {
3460             'other' => q({0} ブッシェル),
3461             },
3462             # Long Unit Identifier
3463             'volume-centiliter' => {
3464             'other' => q({0} センチリットル),
3465             },
3466             # Core Unit Identifier
3467             'centiliter' => {
3468             'other' => q({0} センチリットル),
3469             },
3470             # Long Unit Identifier
3471             'volume-cubic-centimeter' => {
3472             'name' => q(立方センチメートル),
3473             'other' => q({0} 立方センチメートル),
3474             'per' => q({0}/立方センチメートル),
3475             },
3476             # Core Unit Identifier
3477             'cubic-centimeter' => {
3478             'name' => q(立方センチメートル),
3479             'other' => q({0} 立方センチメートル),
3480             'per' => q({0}/立方センチメートル),
3481             },
3482             # Long Unit Identifier
3483             'volume-cubic-foot' => {
3484             'other' => q({0} 立方フィート),
3485             },
3486             # Core Unit Identifier
3487             'cubic-foot' => {
3488             'other' => q({0} 立方フィート),
3489             },
3490             # Long Unit Identifier
3491             'volume-cubic-inch' => {
3492             'other' => q({0} 立方インチ),
3493             },
3494             # Core Unit Identifier
3495             'cubic-inch' => {
3496             'other' => q({0} 立方インチ),
3497             },
3498             # Long Unit Identifier
3499             'volume-cubic-kilometer' => {
3500             'name' => q(立方キロメートル),
3501             'other' => q({0} 立方キロメートル),
3502             },
3503             # Core Unit Identifier
3504             'cubic-kilometer' => {
3505             'name' => q(立方キロメートル),
3506             'other' => q({0} 立方キロメートル),
3507             },
3508             # Long Unit Identifier
3509             'volume-cubic-meter' => {
3510             'name' => q(立方メートル),
3511             'other' => q({0} 立方メートル),
3512             'per' => q({0}/立方メートル),
3513             },
3514             # Core Unit Identifier
3515             'cubic-meter' => {
3516             'name' => q(立方メートル),
3517             'other' => q({0} 立方メートル),
3518             'per' => q({0}/立方メートル),
3519             },
3520             # Long Unit Identifier
3521             'volume-cubic-mile' => {
3522             'other' => q({0} 立方マイル),
3523             },
3524             # Core Unit Identifier
3525             'cubic-mile' => {
3526             'other' => q({0} 立方マイル),
3527             },
3528             # Long Unit Identifier
3529             'volume-cubic-yard' => {
3530             'other' => q({0} 立方ヤード),
3531             },
3532             # Core Unit Identifier
3533             'cubic-yard' => {
3534             'other' => q({0} 立方ヤード),
3535             },
3536             # Long Unit Identifier
3537             'volume-cup-metric' => {
3538             'other' => q({0} メトリックカップ),
3539             },
3540             # Core Unit Identifier
3541             'cup-metric' => {
3542             'other' => q({0} メトリックカップ),
3543             },
3544             # Long Unit Identifier
3545             'volume-deciliter' => {
3546             'other' => q({0} デシリットル),
3547             },
3548             # Core Unit Identifier
3549             'deciliter' => {
3550             'other' => q({0} デシリットル),
3551             },
3552             # Long Unit Identifier
3553             'volume-dram' => {
3554             'name' => q(ドラム),
3555             'other' => q({0} ドラム),
3556             },
3557             # Core Unit Identifier
3558             'dram' => {
3559             'name' => q(ドラム),
3560             'other' => q({0} ドラム),
3561             },
3562             # Long Unit Identifier
3563             'volume-fluid-ounce' => {
3564             'other' => q({0} 液量オンス),
3565             },
3566             # Core Unit Identifier
3567             'fluid-ounce' => {
3568             'other' => q({0} 液量オンス),
3569             },
3570             # Long Unit Identifier
3571             'volume-fluid-ounce-imperial' => {
3572             'other' => q({0} 英液量オンス),
3573             },
3574             # Core Unit Identifier
3575             'fluid-ounce-imperial' => {
3576             'other' => q({0} 英液量オンス),
3577             },
3578             # Long Unit Identifier
3579             'volume-gallon' => {
3580             'other' => q({0} ガロン),
3581             'per' => q({0}/ガロン),
3582             },
3583             # Core Unit Identifier
3584             'gallon' => {
3585             'other' => q({0} ガロン),
3586             'per' => q({0}/ガロン),
3587             },
3588             # Long Unit Identifier
3589             'volume-gallon-imperial' => {
3590             'other' => q({0} 英ガロン),
3591             'per' => q({0}/英ガロン),
3592             },
3593             # Core Unit Identifier
3594             'gallon-imperial' => {
3595             'other' => q({0} 英ガロン),
3596             'per' => q({0}/英ガロン),
3597             },
3598             # Long Unit Identifier
3599             'volume-hectoliter' => {
3600             'other' => q({0} ヘクトリットル),
3601             },
3602             # Core Unit Identifier
3603             'hectoliter' => {
3604             'other' => q({0} ヘクトリットル),
3605             },
3606             # Long Unit Identifier
3607             'volume-liter' => {
3608             'other' => q({0} リットル),
3609             'per' => q({0}/リットル),
3610             },
3611             # Core Unit Identifier
3612             'liter' => {
3613             'other' => q({0} リットル),
3614             'per' => q({0}/リットル),
3615             },
3616             # Long Unit Identifier
3617             'volume-megaliter' => {
3618             'other' => q({0} メガリットル),
3619             },
3620             # Core Unit Identifier
3621             'megaliter' => {
3622             'other' => q({0} メガリットル),
3623             },
3624             # Long Unit Identifier
3625             'volume-milliliter' => {
3626             'other' => q({0} ミリリットル),
3627             },
3628             # Core Unit Identifier
3629             'milliliter' => {
3630             'other' => q({0} ミリリットル),
3631             },
3632             # Long Unit Identifier
3633             'volume-pint' => {
3634             'other' => q({0} パイント),
3635             },
3636             # Core Unit Identifier
3637             'pint' => {
3638             'other' => q({0} パイント),
3639             },
3640             # Long Unit Identifier
3641             'volume-pint-metric' => {
3642             'other' => q({0} メトリックパイント),
3643             },
3644             # Core Unit Identifier
3645             'pint-metric' => {
3646             'other' => q({0} メトリックパイント),
3647             },
3648             # Long Unit Identifier
3649             'volume-quart' => {
3650             'other' => q({0} クォート),
3651             },
3652             # Core Unit Identifier
3653             'quart' => {
3654             'other' => q({0} クォート),
3655             },
3656             # Long Unit Identifier
3657             'volume-quart-imperial' => {
3658             'other' => q({0} 英クォート),
3659             },
3660             # Core Unit Identifier
3661             'quart-imperial' => {
3662             'other' => q({0} 英クォート),
3663             },
3664             # Long Unit Identifier
3665             'volume-tablespoon' => {
3666             'other' => q({0} テーブルスプーン),
3667             },
3668             # Core Unit Identifier
3669             'tablespoon' => {
3670             'other' => q({0} テーブルスプーン),
3671             },
3672             # Long Unit Identifier
3673             'volume-teaspoon' => {
3674             'other' => q({0} ティースプーン),
3675             },
3676             # Core Unit Identifier
3677             'teaspoon' => {
3678             'other' => q({0} ティースプーン),
3679             },
3680             },
3681             'narrow' => {
3682             # Long Unit Identifier
3683             'acceleration-g-force' => {
3684             'other' => q({0}G),
3685             },
3686             # Core Unit Identifier
3687             'g-force' => {
3688             'other' => q({0}G),
3689             },
3690             # Long Unit Identifier
3691             'acceleration-meter-per-square-second' => {
3692             'other' => q({0}m/s²),
3693             },
3694             # Core Unit Identifier
3695             'meter-per-square-second' => {
3696             'other' => q({0}m/s²),
3697             },
3698             # Long Unit Identifier
3699             'angle-arc-minute' => {
3700             'other' => q({0}′),
3701             },
3702             # Core Unit Identifier
3703             'arc-minute' => {
3704             'other' => q({0}′),
3705             },
3706             # Long Unit Identifier
3707             'angle-arc-second' => {
3708             'other' => q({0}″),
3709             },
3710             # Core Unit Identifier
3711             'arc-second' => {
3712             'other' => q({0}″),
3713             },
3714             # Long Unit Identifier
3715             'angle-degree' => {
3716             'other' => q({0}°),
3717             },
3718             # Core Unit Identifier
3719             'degree' => {
3720             'other' => q({0}°),
3721             },
3722             # Long Unit Identifier
3723             'angle-radian' => {
3724             'name' => q(rad),
3725             'other' => q({0}rad),
3726             },
3727             # Core Unit Identifier
3728             'radian' => {
3729             'name' => q(rad),
3730             'other' => q({0}rad),
3731             },
3732             # Long Unit Identifier
3733             'angle-revolution' => {
3734             'name' => q(rev),
3735             'other' => q({0}rev),
3736             },
3737             # Core Unit Identifier
3738             'revolution' => {
3739             'name' => q(rev),
3740             'other' => q({0}rev),
3741             },
3742             # Long Unit Identifier
3743             'area-acre' => {
3744             'other' => q({0}ac),
3745             },
3746             # Core Unit Identifier
3747             'acre' => {
3748             'other' => q({0}ac),
3749             },
3750             # Long Unit Identifier
3751             'area-bu-jp' => {
3752             'other' => q({0}歩),
3753             },
3754             # Core Unit Identifier
3755             'bu-jp' => {
3756             'other' => q({0}歩),
3757             },
3758             # Long Unit Identifier
3759             'area-cho' => {
3760             'other' => q({0}町),
3761             },
3762             # Core Unit Identifier
3763             'cho' => {
3764             'other' => q({0}町),
3765             },
3766             # Long Unit Identifier
3767             'area-hectare' => {
3768             'other' => q({0}ha),
3769             },
3770             # Core Unit Identifier
3771             'hectare' => {
3772             'other' => q({0}ha),
3773             },
3774             # Long Unit Identifier
3775             'area-se-jp' => {
3776             'other' => q({0}畝),
3777             },
3778             # Core Unit Identifier
3779             'se-jp' => {
3780             'other' => q({0}畝),
3781             },
3782             # Long Unit Identifier
3783             'area-square-centimeter' => {
3784             'other' => q({0}cm²),
3785             },
3786             # Core Unit Identifier
3787             'square-centimeter' => {
3788             'other' => q({0}cm²),
3789             },
3790             # Long Unit Identifier
3791             'area-square-foot' => {
3792             'name' => q(ft²),
3793             'other' => q({0}ft²),
3794             },
3795             # Core Unit Identifier
3796             'square-foot' => {
3797             'name' => q(ft²),
3798             'other' => q({0}ft²),
3799             },
3800             # Long Unit Identifier
3801             'area-square-inch' => {
3802             'name' => q(in²),
3803             'other' => q({0}in²),
3804             },
3805             # Core Unit Identifier
3806             'square-inch' => {
3807             'name' => q(in²),
3808             'other' => q({0}in²),
3809             },
3810             # Long Unit Identifier
3811             'area-square-kilometer' => {
3812             'other' => q({0}km²),
3813             },
3814             # Core Unit Identifier
3815             'square-kilometer' => {
3816             'other' => q({0}km²),
3817             },
3818             # Long Unit Identifier
3819             'area-square-meter' => {
3820             'other' => q({0}m²),
3821             },
3822             # Core Unit Identifier
3823             'square-meter' => {
3824             'other' => q({0}m²),
3825             },
3826             # Long Unit Identifier
3827             'area-square-mile' => {
3828             'name' => q(mi²),
3829             'other' => q({0}mi²),
3830             },
3831             # Core Unit Identifier
3832             'square-mile' => {
3833             'name' => q(mi²),
3834             'other' => q({0}mi²),
3835             },
3836             # Long Unit Identifier
3837             'area-square-yard' => {
3838             'name' => q(yd²),
3839             'other' => q({0}yd²),
3840             },
3841             # Core Unit Identifier
3842             'square-yard' => {
3843             'name' => q(yd²),
3844             'other' => q({0}yd²),
3845             },
3846             # Long Unit Identifier
3847             'concentr-item' => {
3848             'other' => q({0}項目),
3849             },
3850             # Core Unit Identifier
3851             'item' => {
3852             'other' => q({0}項目),
3853             },
3854             # Long Unit Identifier
3855             'concentr-karat' => {
3856             'other' => q({0}K),
3857             },
3858             # Core Unit Identifier
3859             'karat' => {
3860             'other' => q({0}K),
3861             },
3862             # Long Unit Identifier
3863             'concentr-milligram-ofglucose-per-deciliter' => {
3864             'name' => q(mg/dL),
3865             'other' => q({0}mg/dL),
3866             },
3867             # Core Unit Identifier
3868             'milligram-ofglucose-per-deciliter' => {
3869             'name' => q(mg/dL),
3870             'other' => q({0}mg/dL),
3871             },
3872             # Long Unit Identifier
3873             'concentr-millimole-per-liter' => {
3874             'name' => q(mmol/L),
3875             'other' => q({0}mmol/L),
3876             },
3877             # Core Unit Identifier
3878             'millimole-per-liter' => {
3879             'name' => q(mmol/L),
3880             'other' => q({0}mmol/L),
3881             },
3882             # Long Unit Identifier
3883             'concentr-mole' => {
3884             'name' => q(mol),
3885             'other' => q({0}mol),
3886             },
3887             # Core Unit Identifier
3888             'mole' => {
3889             'name' => q(mol),
3890             'other' => q({0}mol),
3891             },
3892             # Long Unit Identifier
3893             'concentr-percent' => {
3894             'name' => q(%),
3895             },
3896             # Core Unit Identifier
3897             'percent' => {
3898             'name' => q(%),
3899             },
3900             # Long Unit Identifier
3901             'concentr-permille' => {
3902             'name' => q(‰),
3903             },
3904             # Core Unit Identifier
3905             'permille' => {
3906             'name' => q(‰),
3907             },
3908             # Long Unit Identifier
3909             'concentr-permillion' => {
3910             'other' => q({0}ppm),
3911             },
3912             # Core Unit Identifier
3913             'permillion' => {
3914             'other' => q({0}ppm),
3915             },
3916             # Long Unit Identifier
3917             'concentr-permyriad' => {
3918             'name' => q(‱),
3919             },
3920             # Core Unit Identifier
3921             'permyriad' => {
3922             'name' => q(‱),
3923             },
3924             # Long Unit Identifier
3925             'concentr-portion-per-1e9' => {
3926             'other' => q({0}ppb),
3927             },
3928             # Core Unit Identifier
3929             'portion-per-1e9' => {
3930             'other' => q({0}ppb),
3931             },
3932             # Long Unit Identifier
3933             'consumption-liter-per-100-kilometer' => {
3934             'other' => q({0}L/100km),
3935             },
3936             # Core Unit Identifier
3937             'liter-per-100-kilometer' => {
3938             'other' => q({0}L/100km),
3939             },
3940             # Long Unit Identifier
3941             'consumption-liter-per-kilometer' => {
3942             'other' => q({0}L/km),
3943             },
3944             # Core Unit Identifier
3945             'liter-per-kilometer' => {
3946             'other' => q({0}L/km),
3947             },
3948             # Long Unit Identifier
3949             'consumption-mile-per-gallon' => {
3950             'name' => q(mpg),
3951             'other' => q({0}mpg),
3952             },
3953             # Core Unit Identifier
3954             'mile-per-gallon' => {
3955             'name' => q(mpg),
3956             'other' => q({0}mpg),
3957             },
3958             # Long Unit Identifier
3959             'consumption-mile-per-gallon-imperial' => {
3960             'name' => q(マイル/英ガロン),
3961             'other' => q({0}mpg Imp.),
3962             },
3963             # Core Unit Identifier
3964             'mile-per-gallon-imperial' => {
3965             'name' => q(マイル/英ガロン),
3966             'other' => q({0}mpg Imp.),
3967             },
3968             # Long Unit Identifier
3969             'coordinate' => {
3970             'east' => q({0}E),
3971             'north' => q({0}N),
3972             'south' => q({0}S),
3973             'west' => q({0}W),
3974             },
3975             # Core Unit Identifier
3976             'coordinate' => {
3977             'east' => q({0}E),
3978             'north' => q({0}N),
3979             'south' => q({0}S),
3980             'west' => q({0}W),
3981             },
3982             # Long Unit Identifier
3983             'digital-bit' => {
3984             'other' => q({0}b),
3985             },
3986             # Core Unit Identifier
3987             'bit' => {
3988             'other' => q({0}b),
3989             },
3990             # Long Unit Identifier
3991             'digital-byte' => {
3992             'name' => q(B),
3993             'other' => q({0}B),
3994             },
3995             # Core Unit Identifier
3996             'byte' => {
3997             'name' => q(B),
3998             'other' => q({0}B),
3999             },
4000             # Long Unit Identifier
4001             'digital-gigabit' => {
4002             'name' => q(Gb),
4003             'other' => q({0}Gb),
4004             },
4005             # Core Unit Identifier
4006             'gigabit' => {
4007             'name' => q(Gb),
4008             'other' => q({0}Gb),
4009             },
4010             # Long Unit Identifier
4011             'digital-gigabyte' => {
4012             'other' => q({0}GB),
4013             },
4014             # Core Unit Identifier
4015             'gigabyte' => {
4016             'other' => q({0}GB),
4017             },
4018             # Long Unit Identifier
4019             'digital-kilobit' => {
4020             'name' => q(kb),
4021             'other' => q({0}kb),
4022             },
4023             # Core Unit Identifier
4024             'kilobit' => {
4025             'name' => q(kb),
4026             'other' => q({0}kb),
4027             },
4028             # Long Unit Identifier
4029             'digital-kilobyte' => {
4030             'other' => q({0}KB),
4031             },
4032             # Core Unit Identifier
4033             'kilobyte' => {
4034             'other' => q({0}KB),
4035             },
4036             # Long Unit Identifier
4037             'digital-megabit' => {
4038             'name' => q(Mb),
4039             'other' => q({0}Mb),
4040             },
4041             # Core Unit Identifier
4042             'megabit' => {
4043             'name' => q(Mb),
4044             'other' => q({0}Mb),
4045             },
4046             # Long Unit Identifier
4047             'digital-megabyte' => {
4048             'other' => q({0}MB),
4049             },
4050             # Core Unit Identifier
4051             'megabyte' => {
4052             'other' => q({0}MB),
4053             },
4054             # Long Unit Identifier
4055             'digital-petabyte' => {
4056             'name' => q(PB),
4057             'other' => q({0}PB),
4058             },
4059             # Core Unit Identifier
4060             'petabyte' => {
4061             'name' => q(PB),
4062             'other' => q({0}PB),
4063             },
4064             # Long Unit Identifier
4065             'digital-terabit' => {
4066             'name' => q(Tb),
4067             'other' => q({0}Tb),
4068             },
4069             # Core Unit Identifier
4070             'terabit' => {
4071             'name' => q(Tb),
4072             'other' => q({0}Tb),
4073             },
4074             # Long Unit Identifier
4075             'digital-terabyte' => {
4076             'name' => q(TB),
4077             'other' => q({0}TB),
4078             },
4079             # Core Unit Identifier
4080             'terabyte' => {
4081             'name' => q(TB),
4082             'other' => q({0}TB),
4083             },
4084             # Long Unit Identifier
4085             'duration-century' => {
4086             'other' => q({0}世紀),
4087             },
4088             # Core Unit Identifier
4089             'century' => {
4090             'other' => q({0}世紀),
4091             },
4092             # Long Unit Identifier
4093             'duration-day' => {
4094             'other' => q({0}d),
4095             },
4096             # Core Unit Identifier
4097             'day' => {
4098             'other' => q({0}d),
4099             },
4100             # Long Unit Identifier
4101             'duration-decade' => {
4102             'other' => q({0}十年),
4103             },
4104             # Core Unit Identifier
4105             'decade' => {
4106             'other' => q({0}十年),
4107             },
4108             # Long Unit Identifier
4109             'duration-hour' => {
4110             'other' => q({0}h),
4111             },
4112             # Core Unit Identifier
4113             'hour' => {
4114             'other' => q({0}h),
4115             },
4116             # Long Unit Identifier
4117             'duration-microsecond' => {
4118             'name' => q(μs),
4119             'other' => q({0}μs),
4120             },
4121             # Core Unit Identifier
4122             'microsecond' => {
4123             'name' => q(μs),
4124             'other' => q({0}μs),
4125             },
4126             # Long Unit Identifier
4127             'duration-millisecond' => {
4128             'name' => q(ms),
4129             'other' => q({0}ms),
4130             },
4131             # Core Unit Identifier
4132             'millisecond' => {
4133             'name' => q(ms),
4134             'other' => q({0}ms),
4135             },
4136             # Long Unit Identifier
4137             'duration-minute' => {
4138             'other' => q({0}m),
4139             },
4140             # Core Unit Identifier
4141             'minute' => {
4142             'other' => q({0}m),
4143             },
4144             # Long Unit Identifier
4145             'duration-month' => {
4146             'other' => q({0}m),
4147             },
4148             # Core Unit Identifier
4149             'month' => {
4150             'other' => q({0}m),
4151             },
4152             # Long Unit Identifier
4153             'duration-nanosecond' => {
4154             'name' => q(ns),
4155             'other' => q({0}ns),
4156             },
4157             # Core Unit Identifier
4158             'nanosecond' => {
4159             'name' => q(ns),
4160             'other' => q({0}ns),
4161             },
4162             # Long Unit Identifier
4163             'duration-night' => {
4164             'name' => q(泊),
4165             'other' => q({0}泊),
4166             'per' => q({0}/泊),
4167             },
4168             # Core Unit Identifier
4169             'night' => {
4170             'name' => q(泊),
4171             'other' => q({0}泊),
4172             'per' => q({0}/泊),
4173             },
4174             # Long Unit Identifier
4175             'duration-quarter' => {
4176             'other' => q({0}Q),
4177             'per' => q({0}/Q),
4178             },
4179             # Core Unit Identifier
4180             'quarter' => {
4181             'other' => q({0}Q),
4182             'per' => q({0}/Q),
4183             },
4184             # Long Unit Identifier
4185             'duration-second' => {
4186             'other' => q({0}s),
4187             },
4188             # Core Unit Identifier
4189             'second' => {
4190             'other' => q({0}s),
4191             },
4192             # Long Unit Identifier
4193             'duration-week' => {
4194             'other' => q({0}w),
4195             },
4196             # Core Unit Identifier
4197             'week' => {
4198             'other' => q({0}w),
4199             },
4200             # Long Unit Identifier
4201             'duration-year' => {
4202             'other' => q({0}y),
4203             },
4204             # Core Unit Identifier
4205             'year' => {
4206             'other' => q({0}y),
4207             },
4208             # Long Unit Identifier
4209             'electric-ampere' => {
4210             'other' => q({0}A),
4211             },
4212             # Core Unit Identifier
4213             'ampere' => {
4214             'other' => q({0}A),
4215             },
4216             # Long Unit Identifier
4217             'electric-milliampere' => {
4218             'other' => q({0}mA),
4219             },
4220             # Core Unit Identifier
4221             'milliampere' => {
4222             'other' => q({0}mA),
4223             },
4224             # Long Unit Identifier
4225             'electric-ohm' => {
4226             'other' => q({0}Ω),
4227             },
4228             # Core Unit Identifier
4229             'ohm' => {
4230             'other' => q({0}Ω),
4231             },
4232             # Long Unit Identifier
4233             'electric-volt' => {
4234             'other' => q({0}V),
4235             },
4236             # Core Unit Identifier
4237             'volt' => {
4238             'other' => q({0}V),
4239             },
4240             # Long Unit Identifier
4241             'energy-british-thermal-unit' => {
4242             'other' => q({0}BTU),
4243             },
4244             # Core Unit Identifier
4245             'british-thermal-unit' => {
4246             'other' => q({0}BTU),
4247             },
4248             # Long Unit Identifier
4249             'energy-calorie' => {
4250             'other' => q({0}calth),
4251             },
4252             # Core Unit Identifier
4253             'calorie' => {
4254             'other' => q({0}calth),
4255             },
4256             # Long Unit Identifier
4257             'energy-electronvolt' => {
4258             'name' => q(eV),
4259             },
4260             # Core Unit Identifier
4261             'electronvolt' => {
4262             'name' => q(eV),
4263             },
4264             # Long Unit Identifier
4265             'energy-foodcalorie' => {
4266             'other' => q({0}cal),
4267             },
4268             # Core Unit Identifier
4269             'foodcalorie' => {
4270             'other' => q({0}cal),
4271             },
4272             # Long Unit Identifier
4273             'energy-joule' => {
4274             'other' => q({0}J),
4275             },
4276             # Core Unit Identifier
4277             'joule' => {
4278             'other' => q({0}J),
4279             },
4280             # Long Unit Identifier
4281             'energy-kilocalorie' => {
4282             'other' => q({0}kcal),
4283             },
4284             # Core Unit Identifier
4285             'kilocalorie' => {
4286             'other' => q({0}kcal),
4287             },
4288             # Long Unit Identifier
4289             'energy-kilojoule' => {
4290             'other' => q({0}kJ),
4291             },
4292             # Core Unit Identifier
4293             'kilojoule' => {
4294             'other' => q({0}kJ),
4295             },
4296             # Long Unit Identifier
4297             'energy-kilowatt-hour' => {
4298             'name' => q(kWh),
4299             'other' => q({0}kWh),
4300             },
4301             # Core Unit Identifier
4302             'kilowatt-hour' => {
4303             'name' => q(kWh),
4304             'other' => q({0}kWh),
4305             },
4306             # Long Unit Identifier
4307             'energy-therm-us' => {
4308             'other' => q({0}米サーム),
4309             },
4310             # Core Unit Identifier
4311             'therm-us' => {
4312             'other' => q({0}米サーム),
4313             },
4314             # Long Unit Identifier
4315             'force-kilowatt-hour-per-100-kilometer' => {
4316             'other' => q({0}kWh/100km),
4317             },
4318             # Core Unit Identifier
4319             'kilowatt-hour-per-100-kilometer' => {
4320             'other' => q({0}kWh/100km),
4321             },
4322             # Long Unit Identifier
4323             'force-newton' => {
4324             'name' => q(N),
4325             'other' => q({0}N),
4326             },
4327             # Core Unit Identifier
4328             'newton' => {
4329             'name' => q(N),
4330             'other' => q({0}N),
4331             },
4332             # Long Unit Identifier
4333             'force-pound-force' => {
4334             'name' => q(lbf),
4335             'other' => q({0}lbf),
4336             },
4337             # Core Unit Identifier
4338             'pound-force' => {
4339             'name' => q(lbf),
4340             'other' => q({0}lbf),
4341             },
4342             # Long Unit Identifier
4343             'frequency-gigahertz' => {
4344             'other' => q({0}GHz),
4345             },
4346             # Core Unit Identifier
4347             'gigahertz' => {
4348             'other' => q({0}GHz),
4349             },
4350             # Long Unit Identifier
4351             'frequency-hertz' => {
4352             'other' => q({0}Hz),
4353             },
4354             # Core Unit Identifier
4355             'hertz' => {
4356             'other' => q({0}Hz),
4357             },
4358             # Long Unit Identifier
4359             'frequency-kilohertz' => {
4360             'other' => q({0}kHz),
4361             },
4362             # Core Unit Identifier
4363             'kilohertz' => {
4364             'other' => q({0}kHz),
4365             },
4366             # Long Unit Identifier
4367             'frequency-megahertz' => {
4368             'other' => q({0}MHz),
4369             },
4370             # Core Unit Identifier
4371             'megahertz' => {
4372             'other' => q({0}MHz),
4373             },
4374             # Long Unit Identifier
4375             'graphics-dot' => {
4376             'other' => q({0}ドット),
4377             },
4378             # Core Unit Identifier
4379             'dot' => {
4380             'other' => q({0}ドット),
4381             },
4382             # Long Unit Identifier
4383             'graphics-dot-per-centimeter' => {
4384             'other' => q({0}dpcm),
4385             },
4386             # Core Unit Identifier
4387             'dot-per-centimeter' => {
4388             'other' => q({0}dpcm),
4389             },
4390             # Long Unit Identifier
4391             'graphics-dot-per-inch' => {
4392             'other' => q({0}dpi),
4393             },
4394             # Core Unit Identifier
4395             'dot-per-inch' => {
4396             'other' => q({0}dpi),
4397             },
4398             # Long Unit Identifier
4399             'graphics-em' => {
4400             'other' => q({0}em),
4401             },
4402             # Core Unit Identifier
4403             'em' => {
4404             'other' => q({0}em),
4405             },
4406             # Long Unit Identifier
4407             'graphics-megapixel' => {
4408             'name' => q(MP),
4409             'other' => q({0}MP),
4410             },
4411             # Core Unit Identifier
4412             'megapixel' => {
4413             'name' => q(MP),
4414             'other' => q({0}MP),
4415             },
4416             # Long Unit Identifier
4417             'graphics-pixel' => {
4418             'name' => q(px),
4419             'other' => q({0}px),
4420             },
4421             # Core Unit Identifier
4422             'pixel' => {
4423             'name' => q(px),
4424             'other' => q({0}px),
4425             },
4426             # Long Unit Identifier
4427             'graphics-pixel-per-centimeter' => {
4428             'other' => q({0}ppcm),
4429             },
4430             # Core Unit Identifier
4431             'pixel-per-centimeter' => {
4432             'other' => q({0}ppcm),
4433             },
4434             # Long Unit Identifier
4435             'graphics-pixel-per-inch' => {
4436             'other' => q({0}ppi),
4437             },
4438             # Core Unit Identifier
4439             'pixel-per-inch' => {
4440             'other' => q({0}ppi),
4441             },
4442             # Long Unit Identifier
4443             'length-astronomical-unit' => {
4444             'other' => q({0}au),
4445             },
4446             # Core Unit Identifier
4447             'astronomical-unit' => {
4448             'other' => q({0}au),
4449             },
4450             # Long Unit Identifier
4451             'length-centimeter' => {
4452             'other' => q({0}cm),
4453             },
4454             # Core Unit Identifier
4455             'centimeter' => {
4456             'other' => q({0}cm),
4457             },
4458             # Long Unit Identifier
4459             'length-decimeter' => {
4460             'other' => q({0}dm),
4461             },
4462             # Core Unit Identifier
4463             'decimeter' => {
4464             'other' => q({0}dm),
4465             },
4466             # Long Unit Identifier
4467             'length-earth-radius' => {
4468             'other' => q({0}R⊕),
4469             },
4470             # Core Unit Identifier
4471             'earth-radius' => {
4472             'other' => q({0}R⊕),
4473             },
4474             # Long Unit Identifier
4475             'length-fathom' => {
4476             'other' => q({0}fth),
4477             },
4478             # Core Unit Identifier
4479             'fathom' => {
4480             'other' => q({0}fth),
4481             },
4482             # Long Unit Identifier
4483             'length-foot' => {
4484             'other' => q({0}′),
4485             },
4486             # Core Unit Identifier
4487             'foot' => {
4488             'other' => q({0}′),
4489             },
4490             # Long Unit Identifier
4491             'length-furlong' => {
4492             'other' => q({0}fur),
4493             },
4494             # Core Unit Identifier
4495             'furlong' => {
4496             'other' => q({0}fur),
4497             },
4498             # Long Unit Identifier
4499             'length-inch' => {
4500             'other' => q({0}″),
4501             },
4502             # Core Unit Identifier
4503             'inch' => {
4504             'other' => q({0}″),
4505             },
4506             # Long Unit Identifier
4507             'length-jo-jp' => {
4508             'other' => q({0}丈),
4509             },
4510             # Core Unit Identifier
4511             'jo-jp' => {
4512             'other' => q({0}丈),
4513             },
4514             # Long Unit Identifier
4515             'length-ken' => {
4516             'other' => q({0}間),
4517             },
4518             # Core Unit Identifier
4519             'ken' => {
4520             'other' => q({0}間),
4521             },
4522             # Long Unit Identifier
4523             'length-kilometer' => {
4524             'other' => q({0}km),
4525             },
4526             # Core Unit Identifier
4527             'kilometer' => {
4528             'other' => q({0}km),
4529             },
4530             # Long Unit Identifier
4531             'length-light-year' => {
4532             'other' => q({0}光年),
4533             },
4534             # Core Unit Identifier
4535             'light-year' => {
4536             'other' => q({0}光年),
4537             },
4538             # Long Unit Identifier
4539             'length-meter' => {
4540             'other' => q({0}m),
4541             },
4542             # Core Unit Identifier
4543             'meter' => {
4544             'other' => q({0}m),
4545             },
4546             # Long Unit Identifier
4547             'length-micrometer' => {
4548             'other' => q({0}μm),
4549             },
4550             # Core Unit Identifier
4551             'micrometer' => {
4552             'other' => q({0}μm),
4553             },
4554             # Long Unit Identifier
4555             'length-mile' => {
4556             'other' => q({0}mi),
4557             },
4558             # Core Unit Identifier
4559             'mile' => {
4560             'other' => q({0}mi),
4561             },
4562             # Long Unit Identifier
4563             'length-mile-scandinavian' => {
4564             'other' => q({0}smi),
4565             },
4566             # Core Unit Identifier
4567             'mile-scandinavian' => {
4568             'other' => q({0}smi),
4569             },
4570             # Long Unit Identifier
4571             'length-millimeter' => {
4572             'other' => q({0}mm),
4573             },
4574             # Core Unit Identifier
4575             'millimeter' => {
4576             'other' => q({0}mm),
4577             },
4578             # Long Unit Identifier
4579             'length-nanometer' => {
4580             'other' => q({0}nm),
4581             },
4582             # Core Unit Identifier
4583             'nanometer' => {
4584             'other' => q({0}nm),
4585             },
4586             # Long Unit Identifier
4587             'length-nautical-mile' => {
4588             'other' => q({0}海里),
4589             },
4590             # Core Unit Identifier
4591             'nautical-mile' => {
4592             'other' => q({0}海里),
4593             },
4594             # Long Unit Identifier
4595             'length-parsec' => {
4596             'other' => q({0}pc),
4597             },
4598             # Core Unit Identifier
4599             'parsec' => {
4600             'other' => q({0}pc),
4601             },
4602             # Long Unit Identifier
4603             'length-picometer' => {
4604             'other' => q({0}pm),
4605             },
4606             # Core Unit Identifier
4607             'picometer' => {
4608             'other' => q({0}pm),
4609             },
4610             # Long Unit Identifier
4611             'length-point' => {
4612             'name' => q(pt),
4613             'other' => q({0}pt),
4614             },
4615             # Core Unit Identifier
4616             'point' => {
4617             'name' => q(pt),
4618             'other' => q({0}pt),
4619             },
4620             # Long Unit Identifier
4621             'length-ri-jp' => {
4622             'other' => q({0}里),
4623             },
4624             # Core Unit Identifier
4625             'ri-jp' => {
4626             'other' => q({0}里),
4627             },
4628             # Long Unit Identifier
4629             'length-rin' => {
4630             'other' => q({0}厘),
4631             },
4632             # Core Unit Identifier
4633             'rin' => {
4634             'other' => q({0}厘),
4635             },
4636             # Long Unit Identifier
4637             'length-shaku-cloth' => {
4638             'other' => q({0}鯨尺),
4639             },
4640             # Core Unit Identifier
4641             'shaku-cloth' => {
4642             'other' => q({0}鯨尺),
4643             },
4644             # Long Unit Identifier
4645             'length-shaku-length' => {
4646             'other' => q({0}尺),
4647             },
4648             # Core Unit Identifier
4649             'shaku-length' => {
4650             'other' => q({0}尺),
4651             },
4652             # Long Unit Identifier
4653             'length-solar-radius' => {
4654             'name' => q(R☉),
4655             'other' => q({0}R☉),
4656             },
4657             # Core Unit Identifier
4658             'solar-radius' => {
4659             'name' => q(R☉),
4660             'other' => q({0}R☉),
4661             },
4662             # Long Unit Identifier
4663             'length-sun' => {
4664             'other' => q({0}寸),
4665             },
4666             # Core Unit Identifier
4667             'sun' => {
4668             'other' => q({0}寸),
4669             },
4670             # Long Unit Identifier
4671             'length-yard' => {
4672             'other' => q({0}yd),
4673             },
4674             # Core Unit Identifier
4675             'yard' => {
4676             'other' => q({0}yd),
4677             },
4678             # Long Unit Identifier
4679             'light-candela' => {
4680             'other' => q({0}cd),
4681             },
4682             # Core Unit Identifier
4683             'candela' => {
4684             'other' => q({0}cd),
4685             },
4686             # Long Unit Identifier
4687             'light-lumen' => {
4688             'other' => q({0}lm),
4689             },
4690             # Core Unit Identifier
4691             'lumen' => {
4692             'other' => q({0}lm),
4693             },
4694             # Long Unit Identifier
4695             'light-lux' => {
4696             'other' => q({0}lx),
4697             },
4698             # Core Unit Identifier
4699             'lux' => {
4700             'other' => q({0}lx),
4701             },
4702             # Long Unit Identifier
4703             'light-solar-luminosity' => {
4704             'name' => q(L☉),
4705             'other' => q({0}L☉),
4706             },
4707             # Core Unit Identifier
4708             'solar-luminosity' => {
4709             'name' => q(L☉),
4710             'other' => q({0}L☉),
4711             },
4712             # Long Unit Identifier
4713             'mass-carat' => {
4714             'other' => q({0}ct),
4715             },
4716             # Core Unit Identifier
4717             'carat' => {
4718             'other' => q({0}ct),
4719             },
4720             # Long Unit Identifier
4721             'mass-dalton' => {
4722             'name' => q(Da),
4723             'other' => q({0}Da),
4724             },
4725             # Core Unit Identifier
4726             'dalton' => {
4727             'name' => q(Da),
4728             'other' => q({0}Da),
4729             },
4730             # Long Unit Identifier
4731             'mass-earth-mass' => {
4732             'name' => q(M⊕),
4733             'other' => q({0}M⊕),
4734             },
4735             # Core Unit Identifier
4736             'earth-mass' => {
4737             'name' => q(M⊕),
4738             'other' => q({0}M⊕),
4739             },
4740             # Long Unit Identifier
4741             'mass-fun' => {
4742             'name' => q(分),
4743             'other' => q({0}分),
4744             },
4745             # Core Unit Identifier
4746             'fun' => {
4747             'name' => q(分),
4748             'other' => q({0}分),
4749             },
4750             # Long Unit Identifier
4751             'mass-grain' => {
4752             'other' => q({0}グレーン),
4753             },
4754             # Core Unit Identifier
4755             'grain' => {
4756             'other' => q({0}グレーン),
4757             },
4758             # Long Unit Identifier
4759             'mass-gram' => {
4760             'name' => q(g),
4761             'other' => q({0}g),
4762             },
4763             # Core Unit Identifier
4764             'gram' => {
4765             'name' => q(g),
4766             'other' => q({0}g),
4767             },
4768             # Long Unit Identifier
4769             'mass-kilogram' => {
4770             'other' => q({0}kg),
4771             },
4772             # Core Unit Identifier
4773             'kilogram' => {
4774             'other' => q({0}kg),
4775             },
4776             # Long Unit Identifier
4777             'mass-microgram' => {
4778             'name' => q(μg),
4779             'other' => q({0}μg),
4780             },
4781             # Core Unit Identifier
4782             'microgram' => {
4783             'name' => q(μg),
4784             'other' => q({0}μg),
4785             },
4786             # Long Unit Identifier
4787             'mass-milligram' => {
4788             'other' => q({0}mg),
4789             },
4790             # Core Unit Identifier
4791             'milligram' => {
4792             'other' => q({0}mg),
4793             },
4794             # Long Unit Identifier
4795             'mass-ounce' => {
4796             'other' => q({0}oz),
4797             },
4798             # Core Unit Identifier
4799             'ounce' => {
4800             'other' => q({0}oz),
4801             },
4802             # Long Unit Identifier
4803             'mass-ounce-troy' => {
4804             'name' => q(oz t),
4805             'other' => q({0}oz t),
4806             },
4807             # Core Unit Identifier
4808             'ounce-troy' => {
4809             'name' => q(oz t),
4810             'other' => q({0}oz t),
4811             },
4812             # Long Unit Identifier
4813             'mass-pound' => {
4814             'other' => q({0}lb),
4815             },
4816             # Core Unit Identifier
4817             'pound' => {
4818             'other' => q({0}lb),
4819             },
4820             # Long Unit Identifier
4821             'mass-solar-mass' => {
4822             'name' => q(M☉),
4823             'other' => q({0}M☉),
4824             },
4825             # Core Unit Identifier
4826             'solar-mass' => {
4827             'name' => q(M☉),
4828             'other' => q({0}M☉),
4829             },
4830             # Long Unit Identifier
4831             'mass-stone' => {
4832             'other' => q({0}st),
4833             },
4834             # Core Unit Identifier
4835             'stone' => {
4836             'other' => q({0}st),
4837             },
4838             # Long Unit Identifier
4839             'mass-ton' => {
4840             'other' => q({0}s/t),
4841             },
4842             # Core Unit Identifier
4843             'ton' => {
4844             'other' => q({0}s/t),
4845             },
4846             # Long Unit Identifier
4847             'mass-tonne' => {
4848             'other' => q({0}t),
4849             },
4850             # Core Unit Identifier
4851             'tonne' => {
4852             'other' => q({0}t),
4853             },
4854             # Long Unit Identifier
4855             'power-gigawatt' => {
4856             'other' => q({0}GW),
4857             },
4858             # Core Unit Identifier
4859             'gigawatt' => {
4860             'other' => q({0}GW),
4861             },
4862             # Long Unit Identifier
4863             'power-horsepower' => {
4864             'other' => q({0}hp),
4865             },
4866             # Core Unit Identifier
4867             'horsepower' => {
4868             'other' => q({0}hp),
4869             },
4870             # Long Unit Identifier
4871             'power-kilowatt' => {
4872             'name' => q(kW),
4873             'other' => q({0}kW),
4874             },
4875             # Core Unit Identifier
4876             'kilowatt' => {
4877             'name' => q(kW),
4878             'other' => q({0}kW),
4879             },
4880             # Long Unit Identifier
4881             'power-megawatt' => {
4882             'other' => q({0}MW),
4883             },
4884             # Core Unit Identifier
4885             'megawatt' => {
4886             'other' => q({0}MW),
4887             },
4888             # Long Unit Identifier
4889             'power-milliwatt' => {
4890             'name' => q(mW),
4891             'other' => q({0}mW),
4892             },
4893             # Core Unit Identifier
4894             'milliwatt' => {
4895             'name' => q(mW),
4896             'other' => q({0}mW),
4897             },
4898             # Long Unit Identifier
4899             'power-watt' => {
4900             'other' => q({0}W),
4901             },
4902             # Core Unit Identifier
4903             'watt' => {
4904             'other' => q({0}W),
4905             },
4906             # Long Unit Identifier
4907             'pressure-atmosphere' => {
4908             'other' => q({0}atm),
4909             },
4910             # Core Unit Identifier
4911             'atmosphere' => {
4912             'other' => q({0}atm),
4913             },
4914             # Long Unit Identifier
4915             'pressure-bar' => {
4916             'other' => q({0}bar),
4917             },
4918             # Core Unit Identifier
4919             'bar' => {
4920             'other' => q({0}bar),
4921             },
4922             # Long Unit Identifier
4923             'pressure-hectopascal' => {
4924             'other' => q({0}hPa),
4925             },
4926             # Core Unit Identifier
4927             'hectopascal' => {
4928             'other' => q({0}hPa),
4929             },
4930             # Long Unit Identifier
4931             'pressure-inch-ofhg' => {
4932             'other' => q({0}" Hg),
4933             },
4934             # Core Unit Identifier
4935             'inch-ofhg' => {
4936             'other' => q({0}" Hg),
4937             },
4938             # Long Unit Identifier
4939             'pressure-kilopascal' => {
4940             'other' => q({0}kPa),
4941             },
4942             # Core Unit Identifier
4943             'kilopascal' => {
4944             'other' => q({0}kPa),
4945             },
4946             # Long Unit Identifier
4947             'pressure-megapascal' => {
4948             'other' => q({0}MPa),
4949             },
4950             # Core Unit Identifier
4951             'megapascal' => {
4952             'other' => q({0}MPa),
4953             },
4954             # Long Unit Identifier
4955             'pressure-millibar' => {
4956             'other' => q({0}mb),
4957             },
4958             # Core Unit Identifier
4959             'millibar' => {
4960             'other' => q({0}mb),
4961             },
4962             # Long Unit Identifier
4963             'pressure-millimeter-ofhg' => {
4964             'other' => q({0}mmHg),
4965             },
4966             # Core Unit Identifier
4967             'millimeter-ofhg' => {
4968             'other' => q({0}mmHg),
4969             },
4970             # Long Unit Identifier
4971             'pressure-pascal' => {
4972             'name' => q(Pa),
4973             'other' => q({0}Pa),
4974             },
4975             # Core Unit Identifier
4976             'pascal' => {
4977             'name' => q(Pa),
4978             'other' => q({0}Pa),
4979             },
4980             # Long Unit Identifier
4981             'pressure-pound-force-per-square-inch' => {
4982             'other' => q({0}psi),
4983             },
4984             # Core Unit Identifier
4985             'pound-force-per-square-inch' => {
4986             'other' => q({0}psi),
4987             },
4988             # Long Unit Identifier
4989             'speed-beaufort' => {
4990             'other' => q(B{0}),
4991             },
4992             # Core Unit Identifier
4993             'beaufort' => {
4994             'other' => q(B{0}),
4995             },
4996             # Long Unit Identifier
4997             'speed-kilometer-per-hour' => {
4998             'other' => q({0}km/h),
4999             },
5000             # Core Unit Identifier
5001             'kilometer-per-hour' => {
5002             'other' => q({0}km/h),
5003             },
5004             # Long Unit Identifier
5005             'speed-knot' => {
5006             'other' => q({0}kn),
5007             },
5008             # Core Unit Identifier
5009             'knot' => {
5010             'other' => q({0}kn),
5011             },
5012             # Long Unit Identifier
5013             'speed-light-speed' => {
5014             'name' => q(光),
5015             'other' => q({0}光),
5016             },
5017             # Core Unit Identifier
5018             'light-speed' => {
5019             'name' => q(光),
5020             'other' => q({0}光),
5021             },
5022             # Long Unit Identifier
5023             'speed-meter-per-second' => {
5024             'other' => q({0}m/s),
5025             },
5026             # Core Unit Identifier
5027             'meter-per-second' => {
5028             'other' => q({0}m/s),
5029             },
5030             # Long Unit Identifier
5031             'speed-mile-per-hour' => {
5032             'other' => q({0}mi/h),
5033             },
5034             # Core Unit Identifier
5035             'mile-per-hour' => {
5036             'other' => q({0}mi/h),
5037             },
5038             # Long Unit Identifier
5039             'temperature-kelvin' => {
5040             'other' => q({0}K),
5041             },
5042             # Core Unit Identifier
5043             'kelvin' => {
5044             'other' => q({0}K),
5045             },
5046             # Long Unit Identifier
5047             'torque-newton-meter' => {
5048             'name' => q(N⋅m),
5049             'other' => q({0}N⋅m),
5050             },
5051             # Core Unit Identifier
5052             'newton-meter' => {
5053             'name' => q(N⋅m),
5054             'other' => q({0}N⋅m),
5055             },
5056             # Long Unit Identifier
5057             'torque-pound-force-foot' => {
5058             'name' => q(lbf⋅ft),
5059             'other' => q({0}lbf⋅ft),
5060             },
5061             # Core Unit Identifier
5062             'pound-force-foot' => {
5063             'name' => q(lbf⋅ft),
5064             'other' => q({0}lbf⋅ft),
5065             },
5066             # Long Unit Identifier
5067             'volume-acre-foot' => {
5068             'name' => q(ac ft),
5069             'other' => q({0}ac ft),
5070             },
5071             # Core Unit Identifier
5072             'acre-foot' => {
5073             'name' => q(ac ft),
5074             'other' => q({0}ac ft),
5075             },
5076             # Long Unit Identifier
5077             'volume-barrel' => {
5078             'name' => q(bbl),
5079             'other' => q({0}bbl),
5080             },
5081             # Core Unit Identifier
5082             'barrel' => {
5083             'name' => q(bbl),
5084             'other' => q({0}bbl),
5085             },
5086             # Long Unit Identifier
5087             'volume-bushel' => {
5088             'other' => q({0}bu),
5089             },
5090             # Core Unit Identifier
5091             'bushel' => {
5092             'other' => q({0}bu),
5093             },
5094             # Long Unit Identifier
5095             'volume-centiliter' => {
5096             'name' => q(cL),
5097             'other' => q({0}cL),
5098             },
5099             # Core Unit Identifier
5100             'centiliter' => {
5101             'name' => q(cL),
5102             'other' => q({0}cL),
5103             },
5104             # Long Unit Identifier
5105             'volume-cubic-centimeter' => {
5106             'other' => q({0}cm³),
5107             },
5108             # Core Unit Identifier
5109             'cubic-centimeter' => {
5110             'other' => q({0}cm³),
5111             },
5112             # Long Unit Identifier
5113             'volume-cubic-foot' => {
5114             'name' => q(ft³),
5115             'other' => q({0}ft³),
5116             },
5117             # Core Unit Identifier
5118             'cubic-foot' => {
5119             'name' => q(ft³),
5120             'other' => q({0}ft³),
5121             },
5122             # Long Unit Identifier
5123             'volume-cubic-inch' => {
5124             'name' => q(in³),
5125             'other' => q({0}in³),
5126             },
5127             # Core Unit Identifier
5128             'cubic-inch' => {
5129             'name' => q(in³),
5130             'other' => q({0}in³),
5131             },
5132             # Long Unit Identifier
5133             'volume-cubic-kilometer' => {
5134             'other' => q({0}km³),
5135             },
5136             # Core Unit Identifier
5137             'cubic-kilometer' => {
5138             'other' => q({0}km³),
5139             },
5140             # Long Unit Identifier
5141             'volume-cubic-meter' => {
5142             'other' => q({0}m³),
5143             },
5144             # Core Unit Identifier
5145             'cubic-meter' => {
5146             'other' => q({0}m³),
5147             },
5148             # Long Unit Identifier
5149             'volume-cubic-mile' => {
5150             'name' => q(mi³),
5151             'other' => q({0}mi³),
5152             },
5153             # Core Unit Identifier
5154             'cubic-mile' => {
5155             'name' => q(mi³),
5156             'other' => q({0}mi³),
5157             },
5158             # Long Unit Identifier
5159             'volume-cubic-yard' => {
5160             'name' => q(yd³),
5161             'other' => q({0}yd³),
5162             },
5163             # Core Unit Identifier
5164             'cubic-yard' => {
5165             'name' => q(yd³),
5166             'other' => q({0}yd³),
5167             },
5168             # Long Unit Identifier
5169             'volume-cup' => {
5170             'name' => q(カップ),
5171             'other' => q({0}カップ),
5172             },
5173             # Core Unit Identifier
5174             'cup' => {
5175             'name' => q(カップ),
5176             'other' => q({0}カップ),
5177             },
5178             # Long Unit Identifier
5179             'volume-cup-jp' => {
5180             'other' => q({0}カップ),
5181             },
5182             # Core Unit Identifier
5183             'cup-jp' => {
5184             'other' => q({0}カップ),
5185             },
5186             # Long Unit Identifier
5187             'volume-cup-metric' => {
5188             'other' => q({0}mc),
5189             },
5190             # Core Unit Identifier
5191             'cup-metric' => {
5192             'other' => q({0}mc),
5193             },
5194             # Long Unit Identifier
5195             'volume-deciliter' => {
5196             'name' => q(dL),
5197             'other' => q({0}dL),
5198             },
5199             # Core Unit Identifier
5200             'deciliter' => {
5201             'name' => q(dL),
5202             'other' => q({0}dL),
5203             },
5204             # Long Unit Identifier
5205             'volume-dessert-spoon' => {
5206             'other' => q(中さじ{0}),
5207             },
5208             # Core Unit Identifier
5209             'dessert-spoon' => {
5210             'other' => q(中さじ{0}),
5211             },
5212             # Long Unit Identifier
5213             'volume-dessert-spoon-imperial' => {
5214             'other' => q({0}英デザートスプーン),
5215             },
5216             # Core Unit Identifier
5217             'dessert-spoon-imperial' => {
5218             'other' => q({0}英デザートスプーン),
5219             },
5220             # Long Unit Identifier
5221             'volume-dram' => {
5222             'other' => q({0}fl dr),
5223             },
5224             # Core Unit Identifier
5225             'dram' => {
5226             'other' => q({0}fl dr),
5227             },
5228             # Long Unit Identifier
5229             'volume-drop' => {
5230             'other' => q({0}滴),
5231             },
5232             # Core Unit Identifier
5233             'drop' => {
5234             'other' => q({0}滴),
5235             },
5236             # Long Unit Identifier
5237             'volume-fluid-ounce' => {
5238             'name' => q(fl oz),
5239             'other' => q({0}fl oz),
5240             },
5241             # Core Unit Identifier
5242             'fluid-ounce' => {
5243             'name' => q(fl oz),
5244             'other' => q({0}fl oz),
5245             },
5246             # Long Unit Identifier
5247             'volume-fluid-ounce-imperial' => {
5248             'name' => q(Imp fl oz),
5249             'other' => q({0}Imp fl oz),
5250             },
5251             # Core Unit Identifier
5252             'fluid-ounce-imperial' => {
5253             'name' => q(Imp fl oz),
5254             'other' => q({0}Imp fl oz),
5255             },
5256             # Long Unit Identifier
5257             'volume-gallon' => {
5258             'name' => q(gal),
5259             'other' => q({0}gal),
5260             },
5261             # Core Unit Identifier
5262             'gallon' => {
5263             'name' => q(gal),
5264             'other' => q({0}gal),
5265             },
5266             # Long Unit Identifier
5267             'volume-gallon-imperial' => {
5268             'name' => q(Imp gal),
5269             'other' => q({0}gal Imp.),
5270             },
5271             # Core Unit Identifier
5272             'gallon-imperial' => {
5273             'name' => q(Imp gal),
5274             'other' => q({0}gal Imp.),
5275             },
5276             # Long Unit Identifier
5277             'volume-hectoliter' => {
5278             'name' => q(hL),
5279             'other' => q({0}hL),
5280             },
5281             # Core Unit Identifier
5282             'hectoliter' => {
5283             'name' => q(hL),
5284             'other' => q({0}hL),
5285             },
5286             # Long Unit Identifier
5287             'volume-jigger' => {
5288             'other' => q({0}ジガー),
5289             },
5290             # Core Unit Identifier
5291             'jigger' => {
5292             'other' => q({0}ジガー),
5293             },
5294             # Long Unit Identifier
5295             'volume-koku' => {
5296             'other' => q({0}石),
5297             },
5298             # Core Unit Identifier
5299             'koku' => {
5300             'other' => q({0}石),
5301             },
5302             # Long Unit Identifier
5303             'volume-kosaji' => {
5304             'other' => q(小さじ{0}),
5305             },
5306             # Core Unit Identifier
5307             'kosaji' => {
5308             'other' => q(小さじ{0}),
5309             },
5310             # Long Unit Identifier
5311             'volume-liter' => {
5312             'name' => q(L),
5313             'other' => q({0}L),
5314             },
5315             # Core Unit Identifier
5316             'liter' => {
5317             'name' => q(L),
5318             'other' => q({0}L),
5319             },
5320             # Long Unit Identifier
5321             'volume-megaliter' => {
5322             'name' => q(ML),
5323             'other' => q({0}ML),
5324             },
5325             # Core Unit Identifier
5326             'megaliter' => {
5327             'name' => q(ML),
5328             'other' => q({0}ML),
5329             },
5330             # Long Unit Identifier
5331             'volume-milliliter' => {
5332             'name' => q(mL),
5333             'other' => q({0}ml),
5334             },
5335             # Core Unit Identifier
5336             'milliliter' => {
5337             'name' => q(mL),
5338             'other' => q({0}ml),
5339             },
5340             # Long Unit Identifier
5341             'volume-osaji' => {
5342             'other' => q(大さじ{0}),
5343             },
5344             # Core Unit Identifier
5345             'osaji' => {
5346             'other' => q(大さじ{0}),
5347             },
5348             # Long Unit Identifier
5349             'volume-pinch' => {
5350             'other' => q({0}つまみ),
5351             },
5352             # Core Unit Identifier
5353             'pinch' => {
5354             'other' => q({0}つまみ),
5355             },
5356             # Long Unit Identifier
5357             'volume-pint' => {
5358             'name' => q(pt),
5359             'other' => q({0}pt),
5360             },
5361             # Core Unit Identifier
5362             'pint' => {
5363             'name' => q(pt),
5364             'other' => q({0}pt),
5365             },
5366             # Long Unit Identifier
5367             'volume-pint-metric' => {
5368             'other' => q({0}mpt),
5369             },
5370             # Core Unit Identifier
5371             'pint-metric' => {
5372             'other' => q({0}mpt),
5373             },
5374             # Long Unit Identifier
5375             'volume-quart' => {
5376             'name' => q(qt),
5377             'other' => q({0}qt),
5378             },
5379             # Core Unit Identifier
5380             'quart' => {
5381             'name' => q(qt),
5382             'other' => q({0}qt),
5383             },
5384             # Long Unit Identifier
5385             'volume-quart-imperial' => {
5386             'name' => q(qt Imp),
5387             'other' => q({0}qt-Imp.),
5388             },
5389             # Core Unit Identifier
5390             'quart-imperial' => {
5391             'name' => q(qt Imp),
5392             'other' => q({0}qt-Imp.),
5393             },
5394             # Long Unit Identifier
5395             'volume-sai' => {
5396             'other' => q({0}才),
5397             },
5398             # Core Unit Identifier
5399             'sai' => {
5400             'other' => q({0}才),
5401             },
5402             # Long Unit Identifier
5403             'volume-shaku' => {
5404             'other' => q({0}勺),
5405             },
5406             # Core Unit Identifier
5407             'shaku' => {
5408             'other' => q({0}勺),
5409             },
5410             # Long Unit Identifier
5411             'volume-tablespoon' => {
5412             'name' => q(tbsp),
5413             'other' => q({0}tbsp),
5414             },
5415             # Core Unit Identifier
5416             'tablespoon' => {
5417             'name' => q(tbsp),
5418             'other' => q({0}tbsp),
5419             },
5420             # Long Unit Identifier
5421             'volume-teaspoon' => {
5422             'name' => q(tsp),
5423             'other' => q({0}tsp),
5424             },
5425             # Core Unit Identifier
5426             'teaspoon' => {
5427             'name' => q(tsp),
5428             'other' => q({0}tsp),
5429             },
5430             # Long Unit Identifier
5431             'volume-to-jp' => {
5432             'other' => q({0}斗),
5433             },
5434             # Core Unit Identifier
5435             'to-jp' => {
5436             'other' => q({0}斗),
5437             },
5438             },
5439             'short' => {
5440             # Long Unit Identifier
5441             '' => {
5442             'name' => q(方位),
5443             },
5444             # Core Unit Identifier
5445             '' => {
5446             'name' => q(方位),
5447             },
5448             # Long Unit Identifier
5449             'acceleration-g-force' => {
5450             'name' => q(重力加速度),
5451             },
5452             # Core Unit Identifier
5453             'g-force' => {
5454             'name' => q(重力加速度),
5455             },
5456             # Long Unit Identifier
5457             'angle-arc-minute' => {
5458             'name' => q(分),
5459             'other' => q({0} 分),
5460             },
5461             # Core Unit Identifier
5462             'arc-minute' => {
5463             'name' => q(分),
5464             'other' => q({0} 分),
5465             },
5466             # Long Unit Identifier
5467             'angle-arc-second' => {
5468             'name' => q(秒),
5469             'other' => q({0} 秒),
5470             },
5471             # Core Unit Identifier
5472             'arc-second' => {
5473             'name' => q(秒),
5474             'other' => q({0} 秒),
5475             },
5476             # Long Unit Identifier
5477             'angle-degree' => {
5478             'name' => q(度),
5479             'other' => q({0} 度),
5480             },
5481             # Core Unit Identifier
5482             'degree' => {
5483             'name' => q(度),
5484             'other' => q({0} 度),
5485             },
5486             # Long Unit Identifier
5487             'angle-radian' => {
5488             'name' => q(ラジアン),
5489             },
5490             # Core Unit Identifier
5491             'radian' => {
5492             'name' => q(ラジアン),
5493             },
5494             # Long Unit Identifier
5495             'angle-revolution' => {
5496             'name' => q(回転),
5497             },
5498             # Core Unit Identifier
5499             'revolution' => {
5500             'name' => q(回転),
5501             },
5502             # Long Unit Identifier
5503             'area-acre' => {
5504             'name' => q(エーカー),
5505             },
5506             # Core Unit Identifier
5507             'acre' => {
5508             'name' => q(エーカー),
5509             },
5510             # Long Unit Identifier
5511             'area-bu-jp' => {
5512             'name' => q(歩),
5513             'other' => q({0} 歩),
5514             },
5515             # Core Unit Identifier
5516             'bu-jp' => {
5517             'name' => q(歩),
5518             'other' => q({0} 歩),
5519             },
5520             # Long Unit Identifier
5521             'area-cho' => {
5522             'name' => q(町),
5523             'other' => q({0} 町),
5524             },
5525             # Core Unit Identifier
5526             'cho' => {
5527             'name' => q(町),
5528             'other' => q({0} 町),
5529             },
5530             # Long Unit Identifier
5531             'area-dunam' => {
5532             'name' => q(ドゥナム),
5533             'other' => q({0}ドゥナム),
5534             },
5535             # Core Unit Identifier
5536             'dunam' => {
5537             'name' => q(ドゥナム),
5538             'other' => q({0}ドゥナム),
5539             },
5540             # Long Unit Identifier
5541             'area-hectare' => {
5542             'name' => q(ヘクタール),
5543             },
5544             # Core Unit Identifier
5545             'hectare' => {
5546             'name' => q(ヘクタール),
5547             },
5548             # Long Unit Identifier
5549             'area-se-jp' => {
5550             'name' => q(畝),
5551             'other' => q({0} 畝),
5552             },
5553             # Core Unit Identifier
5554             'se-jp' => {
5555             'name' => q(畝),
5556             'other' => q({0} 畝),
5557             },
5558             # Long Unit Identifier
5559             'area-square-foot' => {
5560             'name' => q(平方フィート),
5561             },
5562             # Core Unit Identifier
5563             'square-foot' => {
5564             'name' => q(平方フィート),
5565             },
5566             # Long Unit Identifier
5567             'area-square-inch' => {
5568             'name' => q(平方インチ),
5569             },
5570             # Core Unit Identifier
5571             'square-inch' => {
5572             'name' => q(平方インチ),
5573             },
5574             # Long Unit Identifier
5575             'area-square-mile' => {
5576             'name' => q(平方マイル),
5577             },
5578             # Core Unit Identifier
5579             'square-mile' => {
5580             'name' => q(平方マイル),
5581             },
5582             # Long Unit Identifier
5583             'area-square-yard' => {
5584             'name' => q(平方ヤード),
5585             },
5586             # Core Unit Identifier
5587             'square-yard' => {
5588             'name' => q(平方ヤード),
5589             },
5590             # Long Unit Identifier
5591             'concentr-item' => {
5592             'name' => q(項目),
5593             'other' => q({0} 項目),
5594             },
5595             # Core Unit Identifier
5596             'item' => {
5597             'name' => q(項目),
5598             'other' => q({0} 項目),
5599             },
5600             # Long Unit Identifier
5601             'concentr-karat' => {
5602             'name' => q(金),
5603             'other' => q({0} 金),
5604             },
5605             # Core Unit Identifier
5606             'karat' => {
5607             'name' => q(金),
5608             'other' => q({0} 金),
5609             },
5610             # Long Unit Identifier
5611             'concentr-milligram-ofglucose-per-deciliter' => {
5612             'name' => q(ミリグラム毎デシリットル),
5613             },
5614             # Core Unit Identifier
5615             'milligram-ofglucose-per-deciliter' => {
5616             'name' => q(ミリグラム毎デシリットル),
5617             },
5618             # Long Unit Identifier
5619             'concentr-millimole-per-liter' => {
5620             'name' => q(ミリモル毎リットル),
5621             },
5622             # Core Unit Identifier
5623             'millimole-per-liter' => {
5624             'name' => q(ミリモル毎リットル),
5625             },
5626             # Long Unit Identifier
5627             'concentr-mole' => {
5628             'name' => q(モル),
5629             },
5630             # Core Unit Identifier
5631             'mole' => {
5632             'name' => q(モル),
5633             },
5634             # Long Unit Identifier
5635             'concentr-percent' => {
5636             'name' => q(パーセント),
5637             },
5638             # Core Unit Identifier
5639             'percent' => {
5640             'name' => q(パーセント),
5641             },
5642             # Long Unit Identifier
5643             'concentr-permille' => {
5644             'name' => q(パーミル),
5645             },
5646             # Core Unit Identifier
5647             'permille' => {
5648             'name' => q(パーミル),
5649             },
5650             # Long Unit Identifier
5651             'concentr-permyriad' => {
5652             'name' => q(パーミリアド),
5653             },
5654             # Core Unit Identifier
5655             'permyriad' => {
5656             'name' => q(パーミリアド),
5657             },
5658             # Long Unit Identifier
5659             'consumption-mile-per-gallon' => {
5660             'name' => q(マイル/ガロン),
5661             'other' => q({0} mpg),
5662             },
5663             # Core Unit Identifier
5664             'mile-per-gallon' => {
5665             'name' => q(マイル/ガロン),
5666             'other' => q({0} mpg),
5667             },
5668             # Long Unit Identifier
5669             'consumption-mile-per-gallon-imperial' => {
5670             'name' => q(マイル毎英ガロン),
5671             },
5672             # Core Unit Identifier
5673             'mile-per-gallon-imperial' => {
5674             'name' => q(マイル毎英ガロン),
5675             },
5676             # Long Unit Identifier
5677             'coordinate' => {
5678             'east' => q(東経{0}),
5679             'north' => q(北緯{0}),
5680             'south' => q(南緯{0}),
5681             'west' => q(西経{0}),
5682             },
5683             # Core Unit Identifier
5684             'coordinate' => {
5685             'east' => q(東経{0}),
5686             'north' => q(北緯{0}),
5687             'south' => q(南緯{0}),
5688             'west' => q(西経{0}),
5689             },
5690             # Long Unit Identifier
5691             'digital-bit' => {
5692             'name' => q(ビット),
5693             },
5694             # Core Unit Identifier
5695             'bit' => {
5696             'name' => q(ビット),
5697             },
5698             # Long Unit Identifier
5699             'digital-byte' => {
5700             'name' => q(バイト),
5701             },
5702             # Core Unit Identifier
5703             'byte' => {
5704             'name' => q(バイト),
5705             },
5706             # Long Unit Identifier
5707             'digital-gigabit' => {
5708             'name' => q(ギガビット),
5709             },
5710             # Core Unit Identifier
5711             'gigabit' => {
5712             'name' => q(ギガビット),
5713             },
5714             # Long Unit Identifier
5715             'digital-kilobit' => {
5716             'name' => q(キロビット),
5717             },
5718             # Core Unit Identifier
5719             'kilobit' => {
5720             'name' => q(キロビット),
5721             },
5722             # Long Unit Identifier
5723             'digital-kilobyte' => {
5724             'name' => q(KB),
5725             'other' => q({0} KB),
5726             },
5727             # Core Unit Identifier
5728             'kilobyte' => {
5729             'name' => q(KB),
5730             'other' => q({0} KB),
5731             },
5732             # Long Unit Identifier
5733             'digital-megabit' => {
5734             'name' => q(メガビット),
5735             },
5736             # Core Unit Identifier
5737             'megabit' => {
5738             'name' => q(メガビット),
5739             },
5740             # Long Unit Identifier
5741             'digital-petabyte' => {
5742             'name' => q(ペタバイト),
5743             },
5744             # Core Unit Identifier
5745             'petabyte' => {
5746             'name' => q(ペタバイト),
5747             },
5748             # Long Unit Identifier
5749             'digital-terabit' => {
5750             'name' => q(テラビット),
5751             },
5752             # Core Unit Identifier
5753             'terabit' => {
5754             'name' => q(テラビット),
5755             },
5756             # Long Unit Identifier
5757             'digital-terabyte' => {
5758             'name' => q(テラバイト),
5759             },
5760             # Core Unit Identifier
5761             'terabyte' => {
5762             'name' => q(テラバイト),
5763             },
5764             # Long Unit Identifier
5765             'duration-century' => {
5766             'name' => q(世紀),
5767             'other' => q({0} 世紀),
5768             },
5769             # Core Unit Identifier
5770             'century' => {
5771             'name' => q(世紀),
5772             'other' => q({0} 世紀),
5773             },
5774             # Long Unit Identifier
5775             'duration-day' => {
5776             'name' => q(日),
5777             'other' => q({0} 日),
5778             'per' => q({0}/日),
5779             },
5780             # Core Unit Identifier
5781             'day' => {
5782             'name' => q(日),
5783             'other' => q({0} 日),
5784             'per' => q({0}/日),
5785             },
5786             # Long Unit Identifier
5787             'duration-decade' => {
5788             'name' => q(十年),
5789             'other' => q({0} 十年),
5790             },
5791             # Core Unit Identifier
5792             'decade' => {
5793             'name' => q(十年),
5794             'other' => q({0} 十年),
5795             },
5796             # Long Unit Identifier
5797             'duration-hour' => {
5798             'name' => q(時間),
5799             'other' => q({0} 時間),
5800             'per' => q({0}/時間),
5801             },
5802             # Core Unit Identifier
5803             'hour' => {
5804             'name' => q(時間),
5805             'other' => q({0} 時間),
5806             'per' => q({0}/時間),
5807             },
5808             # Long Unit Identifier
5809             'duration-microsecond' => {
5810             'name' => q(マイクロ秒),
5811             },
5812             # Core Unit Identifier
5813             'microsecond' => {
5814             'name' => q(マイクロ秒),
5815             },
5816             # Long Unit Identifier
5817             'duration-millisecond' => {
5818             'name' => q(ミリ秒),
5819             },
5820             # Core Unit Identifier
5821             'millisecond' => {
5822             'name' => q(ミリ秒),
5823             },
5824             # Long Unit Identifier
5825             'duration-minute' => {
5826             'name' => q(分),
5827             'other' => q({0} 分),
5828             'per' => q({0}/分),
5829             },
5830             # Core Unit Identifier
5831             'minute' => {
5832             'name' => q(分),
5833             'other' => q({0} 分),
5834             'per' => q({0}/分),
5835             },
5836             # Long Unit Identifier
5837             'duration-month' => {
5838             'name' => q(か月),
5839             'other' => q({0} か月),
5840             'per' => q({0}/月),
5841             },
5842             # Core Unit Identifier
5843             'month' => {
5844             'name' => q(か月),
5845             'other' => q({0} か月),
5846             'per' => q({0}/月),
5847             },
5848             # Long Unit Identifier
5849             'duration-nanosecond' => {
5850             'name' => q(ナノ秒),
5851             },
5852             # Core Unit Identifier
5853             'nanosecond' => {
5854             'name' => q(ナノ秒),
5855             },
5856             # Long Unit Identifier
5857             'duration-night' => {
5858             'name' => q(泊),
5859             'other' => q({0} 泊),
5860             'per' => q({0}/泊),
5861             },
5862             # Core Unit Identifier
5863             'night' => {
5864             'name' => q(泊),
5865             'other' => q({0} 泊),
5866             'per' => q({0}/泊),
5867             },
5868             # Long Unit Identifier
5869             'duration-quarter' => {
5870             'name' => q(四半期),
5871             'other' => q({0}四半期),
5872             'per' => q({0}/四半期),
5873             },
5874             # Core Unit Identifier
5875             'quarter' => {
5876             'name' => q(四半期),
5877             'other' => q({0}四半期),
5878             'per' => q({0}/四半期),
5879             },
5880             # Long Unit Identifier
5881             'duration-second' => {
5882             'name' => q(秒),
5883             'other' => q({0} 秒),
5884             'per' => q({0}/秒),
5885             },
5886             # Core Unit Identifier
5887             'second' => {
5888             'name' => q(秒),
5889             'other' => q({0} 秒),
5890             'per' => q({0}/秒),
5891             },
5892             # Long Unit Identifier
5893             'duration-week' => {
5894             'name' => q(週間),
5895             'other' => q({0} 週間),
5896             'per' => q({0}/週),
5897             },
5898             # Core Unit Identifier
5899             'week' => {
5900             'name' => q(週間),
5901             'other' => q({0} 週間),
5902             'per' => q({0}/週),
5903             },
5904             # Long Unit Identifier
5905             'duration-year' => {
5906             'name' => q(年),
5907             'other' => q({0} 年),
5908             'per' => q({0}/年),
5909             },
5910             # Core Unit Identifier
5911             'year' => {
5912             'name' => q(年),
5913             'other' => q({0} 年),
5914             'per' => q({0}/年),
5915             },
5916             # Long Unit Identifier
5917             'electric-ampere' => {
5918             'name' => q(アンペア),
5919             },
5920             # Core Unit Identifier
5921             'ampere' => {
5922             'name' => q(アンペア),
5923             },
5924             # Long Unit Identifier
5925             'electric-milliampere' => {
5926             'name' => q(ミリアンペア),
5927             },
5928             # Core Unit Identifier
5929             'milliampere' => {
5930             'name' => q(ミリアンペア),
5931             },
5932             # Long Unit Identifier
5933             'electric-ohm' => {
5934             'name' => q(オーム),
5935             },
5936             # Core Unit Identifier
5937             'ohm' => {
5938             'name' => q(オーム),
5939             },
5940             # Long Unit Identifier
5941             'electric-volt' => {
5942             'name' => q(ボルト),
5943             },
5944             # Core Unit Identifier
5945             'volt' => {
5946             'name' => q(ボルト),
5947             },
5948             # Long Unit Identifier
5949             'energy-british-thermal-unit' => {
5950             'name' => q(英熱量),
5951             'other' => q({0} BTU),
5952             },
5953             # Core Unit Identifier
5954             'british-thermal-unit' => {
5955             'name' => q(英熱量),
5956             'other' => q({0} BTU),
5957             },
5958             # Long Unit Identifier
5959             'energy-electronvolt' => {
5960             'name' => q(電子ボルト),
5961             },
5962             # Core Unit Identifier
5963             'electronvolt' => {
5964             'name' => q(電子ボルト),
5965             },
5966             # Long Unit Identifier
5967             'energy-foodcalorie' => {
5968             'name' => q(cal),
5969             'other' => q({0} cal),
5970             },
5971             # Core Unit Identifier
5972             'foodcalorie' => {
5973             'name' => q(cal),
5974             'other' => q({0} cal),
5975             },
5976             # Long Unit Identifier
5977             'energy-joule' => {
5978             'name' => q(ジュール),
5979             },
5980             # Core Unit Identifier
5981             'joule' => {
5982             'name' => q(ジュール),
5983             },
5984             # Long Unit Identifier
5985             'energy-kilojoule' => {
5986             'name' => q(キロジュール),
5987             },
5988             # Core Unit Identifier
5989             'kilojoule' => {
5990             'name' => q(キロジュール),
5991             },
5992             # Long Unit Identifier
5993             'energy-kilowatt-hour' => {
5994             'name' => q(キロワット時),
5995             },
5996             # Core Unit Identifier
5997             'kilowatt-hour' => {
5998             'name' => q(キロワット時),
5999             },
6000             # Long Unit Identifier
6001             'energy-therm-us' => {
6002             'name' => q(米サーム),
6003             'other' => q({0} 米サーム),
6004             },
6005             # Core Unit Identifier
6006             'therm-us' => {
6007             'name' => q(米サーム),
6008             'other' => q({0} 米サーム),
6009             },
6010             # Long Unit Identifier
6011             'force-newton' => {
6012             'name' => q(ニュートン),
6013             },
6014             # Core Unit Identifier
6015             'newton' => {
6016             'name' => q(ニュートン),
6017             },
6018             # Long Unit Identifier
6019             'force-pound-force' => {
6020             'name' => q(重量ポンド),
6021             },
6022             # Core Unit Identifier
6023             'pound-force' => {
6024             'name' => q(重量ポンド),
6025             },
6026             # Long Unit Identifier
6027             'graphics-dot' => {
6028             'name' => q(ドット),
6029             'other' => q({0} ドット),
6030             },
6031             # Core Unit Identifier
6032             'dot' => {
6033             'name' => q(ドット),
6034             'other' => q({0} ドット),
6035             },
6036             # Long Unit Identifier
6037             'graphics-dot-per-centimeter' => {
6038             'name' => q(dpcm),
6039             'other' => q({0} dpcm),
6040             },
6041             # Core Unit Identifier
6042             'dot-per-centimeter' => {
6043             'name' => q(dpcm),
6044             'other' => q({0} dpcm),
6045             },
6046             # Long Unit Identifier
6047             'graphics-dot-per-inch' => {
6048             'name' => q(dpi),
6049             'other' => q({0} dpi),
6050             },
6051             # Core Unit Identifier
6052             'dot-per-inch' => {
6053             'name' => q(dpi),
6054             'other' => q({0} dpi),
6055             },
6056             # Long Unit Identifier
6057             'graphics-megapixel' => {
6058             'name' => q(メガピクセル),
6059             },
6060             # Core Unit Identifier
6061             'megapixel' => {
6062             'name' => q(メガピクセル),
6063             },
6064             # Long Unit Identifier
6065             'graphics-pixel' => {
6066             'name' => q(ピクセル),
6067             },
6068             # Core Unit Identifier
6069             'pixel' => {
6070             'name' => q(ピクセル),
6071             },
6072             # Long Unit Identifier
6073             'length-astronomical-unit' => {
6074             'name' => q(天文単位),
6075             },
6076             # Core Unit Identifier
6077             'astronomical-unit' => {
6078             'name' => q(天文単位),
6079             },
6080             # Long Unit Identifier
6081             'length-decimeter' => {
6082             'name' => q(デシメートル),
6083             },
6084             # Core Unit Identifier
6085             'decimeter' => {
6086             'name' => q(デシメートル),
6087             },
6088             # Long Unit Identifier
6089             'length-fathom' => {
6090             'name' => q(ファゾム),
6091             },
6092             # Core Unit Identifier
6093             'fathom' => {
6094             'name' => q(ファゾム),
6095             },
6096             # Long Unit Identifier
6097             'length-foot' => {
6098             'name' => q(フィート),
6099             },
6100             # Core Unit Identifier
6101             'foot' => {
6102             'name' => q(フィート),
6103             },
6104             # Long Unit Identifier
6105             'length-furlong' => {
6106             'name' => q(ハロン),
6107             },
6108             # Core Unit Identifier
6109             'furlong' => {
6110             'name' => q(ハロン),
6111             },
6112             # Long Unit Identifier
6113             'length-inch' => {
6114             'name' => q(インチ),
6115             },
6116             # Core Unit Identifier
6117             'inch' => {
6118             'name' => q(インチ),
6119             },
6120             # Long Unit Identifier
6121             'length-jo-jp' => {
6122             'name' => q(丈),
6123             'other' => q({0} 丈),
6124             },
6125             # Core Unit Identifier
6126             'jo-jp' => {
6127             'name' => q(丈),
6128             'other' => q({0} 丈),
6129             },
6130             # Long Unit Identifier
6131             'length-ken' => {
6132             'name' => q(間),
6133             'other' => q({0} 間),
6134             },
6135             # Core Unit Identifier
6136             'ken' => {
6137             'name' => q(間),
6138             'other' => q({0} 間),
6139             },
6140             # Long Unit Identifier
6141             'length-light-year' => {
6142             'name' => q(光年),
6143             'other' => q({0} 光年),
6144             },
6145             # Core Unit Identifier
6146             'light-year' => {
6147             'name' => q(光年),
6148             'other' => q({0} 光年),
6149             },
6150             # Long Unit Identifier
6151             'length-meter' => {
6152             'name' => q(m),
6153             },
6154             # Core Unit Identifier
6155             'meter' => {
6156             'name' => q(m),
6157             },
6158             # Long Unit Identifier
6159             'length-micrometer' => {
6160             'name' => q(マイクロメートル),
6161             },
6162             # Core Unit Identifier
6163             'micrometer' => {
6164             'name' => q(マイクロメートル),
6165             },
6166             # Long Unit Identifier
6167             'length-mile' => {
6168             'name' => q(マイル),
6169             },
6170             # Core Unit Identifier
6171             'mile' => {
6172             'name' => q(マイル),
6173             },
6174             # Long Unit Identifier
6175             'length-mile-scandinavian' => {
6176             'name' => q(スカンジナビアマイル),
6177             },
6178             # Core Unit Identifier
6179             'mile-scandinavian' => {
6180             'name' => q(スカンジナビアマイル),
6181             },
6182             # Long Unit Identifier
6183             'length-nanometer' => {
6184             'name' => q(ナノメートル),
6185             },
6186             # Core Unit Identifier
6187             'nanometer' => {
6188             'name' => q(ナノメートル),
6189             },
6190             # Long Unit Identifier
6191             'length-nautical-mile' => {
6192             'name' => q(海里),
6193             'other' => q({0} 海里),
6194             },
6195             # Core Unit Identifier
6196             'nautical-mile' => {
6197             'name' => q(海里),
6198             'other' => q({0} 海里),
6199             },
6200             # Long Unit Identifier
6201             'length-parsec' => {
6202             'name' => q(パーセク),
6203             },
6204             # Core Unit Identifier
6205             'parsec' => {
6206             'name' => q(パーセク),
6207             },
6208             # Long Unit Identifier
6209             'length-picometer' => {
6210             'name' => q(ピコメートル),
6211             },
6212             # Core Unit Identifier
6213             'picometer' => {
6214             'name' => q(ピコメートル),
6215             },
6216             # Long Unit Identifier
6217             'length-point' => {
6218             'name' => q(ポイント),
6219             },
6220             # Core Unit Identifier
6221             'point' => {
6222             'name' => q(ポイント),
6223             },
6224             # Long Unit Identifier
6225             'length-ri-jp' => {
6226             'name' => q(里),
6227             'other' => q({0} 里),
6228             },
6229             # Core Unit Identifier
6230             'ri-jp' => {
6231             'name' => q(里),
6232             'other' => q({0} 里),
6233             },
6234             # Long Unit Identifier
6235             'length-rin' => {
6236             'name' => q(厘),
6237             'other' => q({0} 厘),
6238             },
6239             # Core Unit Identifier
6240             'rin' => {
6241             'name' => q(厘),
6242             'other' => q({0} 厘),
6243             },
6244             # Long Unit Identifier
6245             'length-shaku-cloth' => {
6246             'name' => q(鯨尺),
6247             'other' => q({0} 鯨尺),
6248             },
6249             # Core Unit Identifier
6250             'shaku-cloth' => {
6251             'name' => q(鯨尺),
6252             'other' => q({0} 鯨尺),
6253             },
6254             # Long Unit Identifier
6255             'length-shaku-length' => {
6256             'name' => q(尺),
6257             'other' => q({0} 尺),
6258             },
6259             # Core Unit Identifier
6260             'shaku-length' => {
6261             'name' => q(尺),
6262             'other' => q({0} 尺),
6263             },
6264             # Long Unit Identifier
6265             'length-solar-radius' => {
6266             'name' => q(太陽半径),
6267             },
6268             # Core Unit Identifier
6269             'solar-radius' => {
6270             'name' => q(太陽半径),
6271             },
6272             # Long Unit Identifier
6273             'length-sun' => {
6274             'name' => q(寸),
6275             'other' => q({0} 寸),
6276             },
6277             # Core Unit Identifier
6278             'sun' => {
6279             'name' => q(寸),
6280             'other' => q({0} 寸),
6281             },
6282             # Long Unit Identifier
6283             'length-yard' => {
6284             'name' => q(ヤード),
6285             },
6286             # Core Unit Identifier
6287             'yard' => {
6288             'name' => q(ヤード),
6289             },
6290             # Long Unit Identifier
6291             'light-lux' => {
6292             'name' => q(ルクス),
6293             },
6294             # Core Unit Identifier
6295             'lux' => {
6296             'name' => q(ルクス),
6297             },
6298             # Long Unit Identifier
6299             'light-solar-luminosity' => {
6300             'name' => q(太陽光度),
6301             },
6302             # Core Unit Identifier
6303             'solar-luminosity' => {
6304             'name' => q(太陽光度),
6305             },
6306             # Long Unit Identifier
6307             'mass-carat' => {
6308             'name' => q(カラット),
6309             'other' => q({0} ct),
6310             },
6311             # Core Unit Identifier
6312             'carat' => {
6313             'name' => q(カラット),
6314             'other' => q({0} ct),
6315             },
6316             # Long Unit Identifier
6317             'mass-dalton' => {
6318             'name' => q(ダルトン),
6319             },
6320             # Core Unit Identifier
6321             'dalton' => {
6322             'name' => q(ダルトン),
6323             },
6324             # Long Unit Identifier
6325             'mass-earth-mass' => {
6326             'name' => q(地球質量),
6327             },
6328             # Core Unit Identifier
6329             'earth-mass' => {
6330             'name' => q(地球質量),
6331             },
6332             # Long Unit Identifier
6333             'mass-fun' => {
6334             'name' => q(分 - 質量),
6335             'other' => q({0} 分 - 質量),
6336             },
6337             # Core Unit Identifier
6338             'fun' => {
6339             'name' => q(分 - 質量),
6340             'other' => q({0} 分 - 質量),
6341             },
6342             # Long Unit Identifier
6343             'mass-grain' => {
6344             'name' => q(グレーン),
6345             'other' => q({0} グレーン),
6346             },
6347             # Core Unit Identifier
6348             'grain' => {
6349             'name' => q(グレーン),
6350             'other' => q({0} グレーン),
6351             },
6352             # Long Unit Identifier
6353             'mass-gram' => {
6354             'name' => q(グラム),
6355             },
6356             # Core Unit Identifier
6357             'gram' => {
6358             'name' => q(グラム),
6359             },
6360             # Long Unit Identifier
6361             'mass-microgram' => {
6362             'name' => q(マイクログラム),
6363             },
6364             # Core Unit Identifier
6365             'microgram' => {
6366             'name' => q(マイクログラム),
6367             },
6368             # Long Unit Identifier
6369             'mass-ounce' => {
6370             'name' => q(オンス),
6371             },
6372             # Core Unit Identifier
6373             'ounce' => {
6374             'name' => q(オンス),
6375             },
6376             # Long Unit Identifier
6377             'mass-ounce-troy' => {
6378             'name' => q(トロイオンス),
6379             },
6380             # Core Unit Identifier
6381             'ounce-troy' => {
6382             'name' => q(トロイオンス),
6383             },
6384             # Long Unit Identifier
6385             'mass-pound' => {
6386             'name' => q(ポンド),
6387             },
6388             # Core Unit Identifier
6389             'pound' => {
6390             'name' => q(ポンド),
6391             },
6392             # Long Unit Identifier
6393             'mass-solar-mass' => {
6394             'name' => q(太陽質量),
6395             },
6396             # Core Unit Identifier
6397             'solar-mass' => {
6398             'name' => q(太陽質量),
6399             },
6400             # Long Unit Identifier
6401             'mass-stone' => {
6402             'name' => q(ストーン),
6403             },
6404             # Core Unit Identifier
6405             'stone' => {
6406             'name' => q(ストーン),
6407             },
6408             # Long Unit Identifier
6409             'mass-ton' => {
6410             'name' => q(米トン),
6411             'other' => q({0} s/t),
6412             },
6413             # Core Unit Identifier
6414             'ton' => {
6415             'name' => q(米トン),
6416             'other' => q({0} s/t),
6417             },
6418             # Long Unit Identifier
6419             'power-gigawatt' => {
6420             'name' => q(ギガワット),
6421             },
6422             # Core Unit Identifier
6423             'gigawatt' => {
6424             'name' => q(ギガワット),
6425             },
6426             # Long Unit Identifier
6427             'power-horsepower' => {
6428             'name' => q(馬力),
6429             'other' => q({0} 馬力),
6430             },
6431             # Core Unit Identifier
6432             'horsepower' => {
6433             'name' => q(馬力),
6434             'other' => q({0} 馬力),
6435             },
6436             # Long Unit Identifier
6437             'power-kilowatt' => {
6438             'name' => q(キロワット),
6439             },
6440             # Core Unit Identifier
6441             'kilowatt' => {
6442             'name' => q(キロワット),
6443             },
6444             # Long Unit Identifier
6445             'power-megawatt' => {
6446             'name' => q(メガワット),
6447             },
6448             # Core Unit Identifier
6449             'megawatt' => {
6450             'name' => q(メガワット),
6451             },
6452             # Long Unit Identifier
6453             'power-milliwatt' => {
6454             'name' => q(ミリワット),
6455             },
6456             # Core Unit Identifier
6457             'milliwatt' => {
6458             'name' => q(ミリワット),
6459             },
6460             # Long Unit Identifier
6461             'power-watt' => {
6462             'name' => q(ワット),
6463             },
6464             # Core Unit Identifier
6465             'watt' => {
6466             'name' => q(ワット),
6467             },
6468             # Long Unit Identifier
6469             'pressure-atmosphere' => {
6470             'name' => q(気圧),
6471             },
6472             # Core Unit Identifier
6473             'atmosphere' => {
6474             'name' => q(気圧),
6475             },
6476             # Long Unit Identifier
6477             'pressure-bar' => {
6478             'name' => q(バール),
6479             },
6480             # Core Unit Identifier
6481             'bar' => {
6482             'name' => q(バール),
6483             },
6484             # Long Unit Identifier
6485             'pressure-inch-ofhg' => {
6486             'name' => q(水銀柱インチ),
6487             },
6488             # Core Unit Identifier
6489             'inch-ofhg' => {
6490             'name' => q(水銀柱インチ),
6491             },
6492             # Long Unit Identifier
6493             'pressure-millibar' => {
6494             'name' => q(ミリバール),
6495             'other' => q({0} mb),
6496             },
6497             # Core Unit Identifier
6498             'millibar' => {
6499             'name' => q(ミリバール),
6500             'other' => q({0} mb),
6501             },
6502             # Long Unit Identifier
6503             'pressure-millimeter-ofhg' => {
6504             'name' => q(水銀柱ミリメートル),
6505             },
6506             # Core Unit Identifier
6507             'millimeter-ofhg' => {
6508             'name' => q(水銀柱ミリメートル),
6509             },
6510             # Long Unit Identifier
6511             'pressure-pascal' => {
6512             'name' => q(パスカル),
6513             },
6514             # Core Unit Identifier
6515             'pascal' => {
6516             'name' => q(パスカル),
6517             },
6518             # Long Unit Identifier
6519             'pressure-pound-force-per-square-inch' => {
6520             'name' => q(重量ポンド毎平方インチ),
6521             },
6522             # Core Unit Identifier
6523             'pound-force-per-square-inch' => {
6524             'name' => q(重量ポンド毎平方インチ),
6525             },
6526             # Long Unit Identifier
6527             'speed-beaufort' => {
6528             'name' => q(風力階級),
6529             },
6530             # Core Unit Identifier
6531             'beaufort' => {
6532             'name' => q(風力階級),
6533             },
6534             # Long Unit Identifier
6535             'speed-knot' => {
6536             'name' => q(ノット),
6537             },
6538             # Core Unit Identifier
6539             'knot' => {
6540             'name' => q(ノット),
6541             },
6542             # Long Unit Identifier
6543             'speed-light-speed' => {
6544             'name' => q(光),
6545             'other' => q({0} 光),
6546             },
6547             # Core Unit Identifier
6548             'light-speed' => {
6549             'name' => q(光),
6550             'other' => q({0} 光),
6551             },
6552             # Long Unit Identifier
6553             'speed-mile-per-hour' => {
6554             'name' => q(マイル毎時),
6555             'other' => q({0} mph),
6556             },
6557             # Core Unit Identifier
6558             'mile-per-hour' => {
6559             'name' => q(マイル毎時),
6560             'other' => q({0} mph),
6561             },
6562             # Long Unit Identifier
6563             'torque-newton-meter' => {
6564             'name' => q(ニュートンメートル),
6565             },
6566             # Core Unit Identifier
6567             'newton-meter' => {
6568             'name' => q(ニュートンメートル),
6569             },
6570             # Long Unit Identifier
6571             'torque-pound-force-foot' => {
6572             'name' => q(ポンドフィート),
6573             },
6574             # Core Unit Identifier
6575             'pound-force-foot' => {
6576             'name' => q(ポンドフィート),
6577             },
6578             # Long Unit Identifier
6579             'volume-acre-foot' => {
6580             'name' => q(エーカーフィート),
6581             },
6582             # Core Unit Identifier
6583             'acre-foot' => {
6584             'name' => q(エーカーフィート),
6585             },
6586             # Long Unit Identifier
6587             'volume-barrel' => {
6588             'name' => q(バレル),
6589             },
6590             # Core Unit Identifier
6591             'barrel' => {
6592             'name' => q(バレル),
6593             },
6594             # Long Unit Identifier
6595             'volume-bushel' => {
6596             'name' => q(ブッシェル),
6597             },
6598             # Core Unit Identifier
6599             'bushel' => {
6600             'name' => q(ブッシェル),
6601             },
6602             # Long Unit Identifier
6603             'volume-centiliter' => {
6604             'name' => q(センチリットル),
6605             },
6606             # Core Unit Identifier
6607             'centiliter' => {
6608             'name' => q(センチリットル),
6609             },
6610             # Long Unit Identifier
6611             'volume-cubic-foot' => {
6612             'name' => q(立方フィート),
6613             },
6614             # Core Unit Identifier
6615             'cubic-foot' => {
6616             'name' => q(立方フィート),
6617             },
6618             # Long Unit Identifier
6619             'volume-cubic-inch' => {
6620             'name' => q(立方インチ),
6621             },
6622             # Core Unit Identifier
6623             'cubic-inch' => {
6624             'name' => q(立方インチ),
6625             },
6626             # Long Unit Identifier
6627             'volume-cubic-mile' => {
6628             'name' => q(立方マイル),
6629             },
6630             # Core Unit Identifier
6631             'cubic-mile' => {
6632             'name' => q(立方マイル),
6633             },
6634             # Long Unit Identifier
6635             'volume-cubic-yard' => {
6636             'name' => q(立方ヤード),
6637             },
6638             # Core Unit Identifier
6639             'cubic-yard' => {
6640             'name' => q(立方ヤード),
6641             },
6642             # Long Unit Identifier
6643             'volume-cup' => {
6644             'name' => q(カップ - 米国),
6645             'other' => q({0} カップ - 米国),
6646             },
6647             # Core Unit Identifier
6648             'cup' => {
6649             'name' => q(カップ - 米国),
6650             'other' => q({0} カップ - 米国),
6651             },
6652             # Long Unit Identifier
6653             'volume-cup-jp' => {
6654             'name' => q(カップ),
6655             'other' => q({0} カップ),
6656             },
6657             # Core Unit Identifier
6658             'cup-jp' => {
6659             'name' => q(カップ),
6660             'other' => q({0} カップ),
6661             },
6662             # Long Unit Identifier
6663             'volume-cup-metric' => {
6664             'name' => q(メトリックカップ),
6665             },
6666             # Core Unit Identifier
6667             'cup-metric' => {
6668             'name' => q(メトリックカップ),
6669             },
6670             # Long Unit Identifier
6671             'volume-deciliter' => {
6672             'name' => q(デシリットル),
6673             },
6674             # Core Unit Identifier
6675             'deciliter' => {
6676             'name' => q(デシリットル),
6677             },
6678             # Long Unit Identifier
6679             'volume-dessert-spoon' => {
6680             'name' => q(中さじ),
6681             'other' => q(中さじ {0}),
6682             },
6683             # Core Unit Identifier
6684             'dessert-spoon' => {
6685             'name' => q(中さじ),
6686             'other' => q(中さじ {0}),
6687             },
6688             # Long Unit Identifier
6689             'volume-dessert-spoon-imperial' => {
6690             'name' => q(英デザートスプーン),
6691             'other' => q({0} 英デザートスプーン),
6692             },
6693             # Core Unit Identifier
6694             'dessert-spoon-imperial' => {
6695             'name' => q(英デザートスプーン),
6696             'other' => q({0} 英デザートスプーン),
6697             },
6698             # Long Unit Identifier
6699             'volume-dram' => {
6700             'name' => q(液量ドラム),
6701             'other' => q({0} 液量ドラム),
6702             },
6703             # Core Unit Identifier
6704             'dram' => {
6705             'name' => q(液量ドラム),
6706             'other' => q({0} 液量ドラム),
6707             },
6708             # Long Unit Identifier
6709             'volume-drop' => {
6710             'name' => q(滴),
6711             'other' => q({0} 滴),
6712             },
6713             # Core Unit Identifier
6714             'drop' => {
6715             'name' => q(滴),
6716             'other' => q({0} 滴),
6717             },
6718             # Long Unit Identifier
6719             'volume-fluid-ounce' => {
6720             'name' => q(液量オンス),
6721             'other' => q({0} fl oz),
6722             },
6723             # Core Unit Identifier
6724             'fluid-ounce' => {
6725             'name' => q(液量オンス),
6726             'other' => q({0} fl oz),
6727             },
6728             # Long Unit Identifier
6729             'volume-fluid-ounce-imperial' => {
6730             'name' => q(英液量オンス),
6731             'other' => q({0} fl oz Imp),
6732             },
6733             # Core Unit Identifier
6734             'fluid-ounce-imperial' => {
6735             'name' => q(英液量オンス),
6736             'other' => q({0} fl oz Imp),
6737             },
6738             # Long Unit Identifier
6739             'volume-gallon' => {
6740             'name' => q(ガロン),
6741             'other' => q({0} gal),
6742             'per' => q({0}/gal),
6743             },
6744             # Core Unit Identifier
6745             'gallon' => {
6746             'name' => q(ガロン),
6747             'other' => q({0} gal),
6748             'per' => q({0}/gal),
6749             },
6750             # Long Unit Identifier
6751             'volume-gallon-imperial' => {
6752             'name' => q(英ガロン),
6753             },
6754             # Core Unit Identifier
6755             'gallon-imperial' => {
6756             'name' => q(英ガロン),
6757             },
6758             # Long Unit Identifier
6759             'volume-hectoliter' => {
6760             'name' => q(ヘクトリットル),
6761             },
6762             # Core Unit Identifier
6763             'hectoliter' => {
6764             'name' => q(ヘクトリットル),
6765             },
6766             # Long Unit Identifier
6767             'volume-jigger' => {
6768             'name' => q(ジガー),
6769             'other' => q({0} ジガー),
6770             },
6771             # Core Unit Identifier
6772             'jigger' => {
6773             'name' => q(ジガー),
6774             'other' => q({0} ジガー),
6775             },
6776             # Long Unit Identifier
6777             'volume-koku' => {
6778             'name' => q(石),
6779             'other' => q({0} 石),
6780             },
6781             # Core Unit Identifier
6782             'koku' => {
6783             'name' => q(石),
6784             'other' => q({0} 石),
6785             },
6786             # Long Unit Identifier
6787             'volume-kosaji' => {
6788             'name' => q(小さじ),
6789             'other' => q(小さじ {0}),
6790             },
6791             # Core Unit Identifier
6792             'kosaji' => {
6793             'name' => q(小さじ),
6794             'other' => q(小さじ {0}),
6795             },
6796             # Long Unit Identifier
6797             'volume-liter' => {
6798             'name' => q(リットル),
6799             'other' => q({0} L),
6800             'per' => q({0}/L),
6801             },
6802             # Core Unit Identifier
6803             'liter' => {
6804             'name' => q(リットル),
6805             'other' => q({0} L),
6806             'per' => q({0}/L),
6807             },
6808             # Long Unit Identifier
6809             'volume-megaliter' => {
6810             'name' => q(メガリットル),
6811             },
6812             # Core Unit Identifier
6813             'megaliter' => {
6814             'name' => q(メガリットル),
6815             },
6816             # Long Unit Identifier
6817             'volume-milliliter' => {
6818             'name' => q(ミリリットル),
6819             'other' => q({0} ml),
6820             },
6821             # Core Unit Identifier
6822             'milliliter' => {
6823             'name' => q(ミリリットル),
6824             'other' => q({0} ml),
6825             },
6826             # Long Unit Identifier
6827             'volume-osaji' => {
6828             'name' => q(大さじ),
6829             'other' => q(大さじ {0}),
6830             },
6831             # Core Unit Identifier
6832             'osaji' => {
6833             'name' => q(大さじ),
6834             'other' => q(大さじ {0}),
6835             },
6836             # Long Unit Identifier
6837             'volume-pinch' => {
6838             'name' => q(つまみ),
6839             'other' => q({0} つまみ),
6840             },
6841             # Core Unit Identifier
6842             'pinch' => {
6843             'name' => q(つまみ),
6844             'other' => q({0} つまみ),
6845             },
6846             # Long Unit Identifier
6847             'volume-pint' => {
6848             'name' => q(パイント),
6849             },
6850             # Core Unit Identifier
6851             'pint' => {
6852             'name' => q(パイント),
6853             },
6854             # Long Unit Identifier
6855             'volume-pint-metric' => {
6856             'name' => q(メトリックパイント),
6857             },
6858             # Core Unit Identifier
6859             'pint-metric' => {
6860             'name' => q(メトリックパイント),
6861             },
6862             # Long Unit Identifier
6863             'volume-quart' => {
6864             'name' => q(クォート),
6865             },
6866             # Core Unit Identifier
6867             'quart' => {
6868             'name' => q(クォート),
6869             },
6870             # Long Unit Identifier
6871             'volume-quart-imperial' => {
6872             'name' => q(英クォート),
6873             },
6874             # Core Unit Identifier
6875             'quart-imperial' => {
6876             'name' => q(英クォート),
6877             },
6878             # Long Unit Identifier
6879             'volume-sai' => {
6880             'name' => q(才),
6881             'other' => q({0} 才),
6882             },
6883             # Core Unit Identifier
6884             'sai' => {
6885             'name' => q(才),
6886             'other' => q({0} 才),
6887             },
6888             # Long Unit Identifier
6889             'volume-shaku' => {
6890             'name' => q(勺),
6891             'other' => q({0} 勺),
6892             },
6893             # Core Unit Identifier
6894             'shaku' => {
6895             'name' => q(勺),
6896             'other' => q({0} 勺),
6897             },
6898             # Long Unit Identifier
6899             'volume-tablespoon' => {
6900             'name' => q(テーブルスプーン),
6901             },
6902             # Core Unit Identifier
6903             'tablespoon' => {
6904             'name' => q(テーブルスプーン),
6905             },
6906             # Long Unit Identifier
6907             'volume-teaspoon' => {
6908             'name' => q(ティースプーン),
6909             },
6910             # Core Unit Identifier
6911             'teaspoon' => {
6912             'name' => q(ティースプーン),
6913             },
6914             # Long Unit Identifier
6915             'volume-to-jp' => {
6916             'name' => q(斗),
6917             'other' => q({0} 斗),
6918             },
6919             # Core Unit Identifier
6920             'to-jp' => {
6921             'name' => q(斗),
6922             'other' => q({0} 斗),
6923             },
6924             },
6925             } }
6926             );
6927              
6928             has 'yesstr' => (
6929             is => 'ro',
6930             isa => RegexpRef,
6931             init_arg => undef,
6932             default => sub { qr'^(?i:はい|y)$' }
6933             );
6934              
6935             has 'nostr' => (
6936             is => 'ro',
6937             isa => RegexpRef,
6938             init_arg => undef,
6939             default => sub { qr'^(?i:いいえ|n)$' }
6940             );
6941              
6942             has 'listPatterns' => (
6943             is => 'ro',
6944             isa => HashRef,
6945             init_arg => undef,
6946             default => sub { {
6947             start => q({0}、{1}),
6948             middle => q({0}、{1}),
6949             end => q({0}、{1}),
6950             2 => q({0}、{1}),
6951             } }
6952             );
6953              
6954             has traditional_numbering_system => (
6955             is => 'ro',
6956             isa => Str,
6957             init_arg => undef,
6958             default => 'jpan',
6959             );
6960              
6961             has finance_numbering_system => (
6962             is => 'ro',
6963             isa => Str,
6964             init_arg => undef,
6965             default => 'jpanfin',
6966             );
6967              
6968             has 'number_formats' => (
6969             is => 'ro',
6970             isa => HashRef,
6971             init_arg => undef,
6972             default => sub { {
6973             decimalFormat => {
6974             'short' => {
6975             '1000' => {
6976             'other' => '0',
6977             },
6978             '10000' => {
6979             'other' => '0万',
6980             },
6981             '100000' => {
6982             'other' => '00万',
6983             },
6984             '1000000' => {
6985             'other' => '000万',
6986             },
6987             '10000000' => {
6988             'other' => '0000万',
6989             },
6990             '100000000' => {
6991             'other' => '0億',
6992             },
6993             '1000000000' => {
6994             'other' => '00億',
6995             },
6996             '10000000000' => {
6997             'other' => '000億',
6998             },
6999             '100000000000' => {
7000             'other' => '0000億',
7001             },
7002             '1000000000000' => {
7003             'other' => '0兆',
7004             },
7005             '10000000000000' => {
7006             'other' => '00兆',
7007             },
7008             '100000000000000' => {
7009             'other' => '000兆',
7010             },
7011             '1000000000000000' => {
7012             'other' => '0000兆',
7013             },
7014             '10000000000000000' => {
7015             'other' => '0京',
7016             },
7017             '100000000000000000' => {
7018             'other' => '00京',
7019             },
7020             '1000000000000000000' => {
7021             'other' => '000京',
7022             },
7023             '10000000000000000000' => {
7024             'other' => '0000京',
7025             },
7026             },
7027             },
7028             } },
7029             );
7030              
7031             has 'number_currency_formats' => (
7032             is => 'ro',
7033             isa => HashRef,
7034             init_arg => undef,
7035             default => sub { {
7036             'latn' => {
7037             'pattern' => {
7038             'default' => {
7039             'accounting' => {
7040             'negative' => '(¤#,##0.00)',
7041             'positive' => '¤#,##0.00',
7042             },
7043             'standard' => {
7044             'positive' => '¤#,##0.00',
7045             },
7046             },
7047             },
7048             },
7049             } },
7050             );
7051              
7052             has 'currencies' => (
7053             is => 'ro',
7054             isa => HashRef,
7055             init_arg => undef,
7056             default => sub { {
7057             'ADP' => {
7058             display_name => {
7059             'currency' => q(アンドラ ペセタ),
7060             },
7061             },
7062             'AED' => {
7063             display_name => {
7064             'currency' => q(アラブ首長国連邦ディルハム),
7065             'other' => q(UAE ディルハム),
7066             },
7067             },
7068             'AFA' => {
7069             display_name => {
7070             'currency' => q(アフガニスタン アフガニー \(1927–2002\)),
7071             },
7072             },
7073             'AFN' => {
7074             display_name => {
7075             'currency' => q(アフガニスタン アフガニー),
7076             },
7077             },
7078             'ALK' => {
7079             display_name => {
7080             'currency' => q(アルバニア レク \(1946–1965\)),
7081             },
7082             },
7083             'ALL' => {
7084             display_name => {
7085             'currency' => q(アルバニア レク),
7086             },
7087             },
7088             'AMD' => {
7089             display_name => {
7090             'currency' => q(アルメニア ドラム),
7091             },
7092             },
7093             'ANG' => {
7094             display_name => {
7095             'currency' => q(オランダ領アンティル ギルダー),
7096             },
7097             },
7098             'AOA' => {
7099             display_name => {
7100             'currency' => q(アンゴラ クワンザ),
7101             },
7102             },
7103             'AOK' => {
7104             display_name => {
7105             'currency' => q(アンゴラ クワンザ \(1977–1991\)),
7106             },
7107             },
7108             'AON' => {
7109             display_name => {
7110             'currency' => q(アンゴラ 新クワンザ \(1990–2000\)),
7111             },
7112             },
7113             'AOR' => {
7114             display_name => {
7115             'currency' => q(アンゴラ 旧クワンザ \(1995–1999\)),
7116             },
7117             },
7118             'ARA' => {
7119             display_name => {
7120             'currency' => q(アルゼンチン アゥストラール),
7121             },
7122             },
7123             'ARL' => {
7124             display_name => {
7125             'currency' => q(アルゼンチン・ペソ・レイ(1970–1983)),
7126             },
7127             },
7128             'ARM' => {
7129             display_name => {
7130             'currency' => q(アルゼンチン・ペソ(1881–1970)),
7131             },
7132             },
7133             'ARP' => {
7134             display_name => {
7135             'currency' => q(アルゼンチン ペソ \(1983–1985\)),
7136             },
7137             },
7138             'ARS' => {
7139             display_name => {
7140             'currency' => q(アルゼンチン ペソ),
7141             },
7142             },
7143             'ATS' => {
7144             display_name => {
7145             'currency' => q(オーストリア シリング),
7146             },
7147             },
7148             'AUD' => {
7149             display_name => {
7150             'currency' => q(オーストラリア ドル),
7151             },
7152             },
7153             'AWG' => {
7154             display_name => {
7155             'currency' => q(アルバ フロリン),
7156             },
7157             },
7158             'AZM' => {
7159             display_name => {
7160             'currency' => q(アゼルバイジャン マナト \(1993–2006\)),
7161             },
7162             },
7163             'AZN' => {
7164             display_name => {
7165             'currency' => q(アゼルバイジャン マナト),
7166             },
7167             },
7168             'BAD' => {
7169             display_name => {
7170             'currency' => q(ボスニア・ヘルツェゴビナ ディナール \(1992–1994\)),
7171             },
7172             },
7173             'BAM' => {
7174             display_name => {
7175             'currency' => q(ボスニア・ヘルツェゴビナ 兌換マルク \(BAM\)),
7176             },
7177             },
7178             'BAN' => {
7179             display_name => {
7180             'currency' => q(ボスニア・ヘルツェゴビナ 新ディナール(1994–1997)),
7181             },
7182             },
7183             'BBD' => {
7184             display_name => {
7185             'currency' => q(バルバドス ドル),
7186             },
7187             },
7188             'BDT' => {
7189             display_name => {
7190             'currency' => q(バングラデシュ タカ),
7191             },
7192             },
7193             'BEC' => {
7194             display_name => {
7195             'currency' => q(ベルギー フラン \(BEC\)),
7196             },
7197             },
7198             'BEF' => {
7199             display_name => {
7200             'currency' => q(ベルギー フラン),
7201             },
7202             },
7203             'BEL' => {
7204             display_name => {
7205             'currency' => q(ベルギー フラン \(BEL\)),
7206             },
7207             },
7208             'BGL' => {
7209             display_name => {
7210             'currency' => q(ブルガリア レフ),
7211             },
7212             },
7213             'BGM' => {
7214             display_name => {
7215             'currency' => q(ブルガリア社会主義 レフ),
7216             },
7217             },
7218             'BGN' => {
7219             display_name => {
7220             'currency' => q(ブルガリア 新レフ),
7221             },
7222             },
7223             'BGO' => {
7224             display_name => {
7225             'currency' => q(ブルガリア レフ(1879–1952)),
7226             },
7227             },
7228             'BHD' => {
7229             display_name => {
7230             'currency' => q(バーレーン ディナール),
7231             },
7232             },
7233             'BIF' => {
7234             display_name => {
7235             'currency' => q(ブルンジ フラン),
7236             },
7237             },
7238             'BMD' => {
7239             display_name => {
7240             'currency' => q(バミューダ ドル),
7241             },
7242             },
7243             'BND' => {
7244             display_name => {
7245             'currency' => q(ブルネイ ドル),
7246             },
7247             },
7248             'BOB' => {
7249             display_name => {
7250             'currency' => q(ボリビア ボリビアーノ),
7251             },
7252             },
7253             'BOL' => {
7254             display_name => {
7255             'currency' => q(ボリビア ボリビアーノ \(1863–1963\)),
7256             },
7257             },
7258             'BOP' => {
7259             display_name => {
7260             'currency' => q(ボリビア ペソ),
7261             },
7262             },
7263             'BOV' => {
7264             display_name => {
7265             'currency' => q(ボリビア \(Mvdol\)),
7266             },
7267             },
7268             'BRB' => {
7269             display_name => {
7270             'currency' => q(ブラジル 新クルゼイロ \(1967–1986\)),
7271             },
7272             },
7273             'BRC' => {
7274             display_name => {
7275             'currency' => q(ブラジル クルザード \(1986–1989\)),
7276             },
7277             },
7278             'BRE' => {
7279             display_name => {
7280             'currency' => q(ブラジル クルゼイロ \(1990–1993\)),
7281             },
7282             },
7283             'BRL' => {
7284             display_name => {
7285             'currency' => q(ブラジル レアル),
7286             },
7287             },
7288             'BRN' => {
7289             display_name => {
7290             'currency' => q(ブラジル 新クルザード \(1989–1990\)),
7291             },
7292             },
7293             'BRR' => {
7294             display_name => {
7295             'currency' => q(ブラジル クルゼイロ \(1993–1994\)),
7296             },
7297             },
7298             'BRZ' => {
7299             display_name => {
7300             'currency' => q(ブラジル クルゼイロ(1942–1967)),
7301             },
7302             },
7303             'BSD' => {
7304             display_name => {
7305             'currency' => q(バハマ ドル),
7306             },
7307             },
7308             'BTN' => {
7309             display_name => {
7310             'currency' => q(ブータン ニュルタム),
7311             },
7312             },
7313             'BUK' => {
7314             display_name => {
7315             'currency' => q(ビルマ チャット),
7316             },
7317             },
7318             'BWP' => {
7319             display_name => {
7320             'currency' => q(ボツワナ プラ),
7321             },
7322             },
7323             'BYB' => {
7324             display_name => {
7325             'currency' => q(ベラルーシ 新ルーブル \(1994–1999\)),
7326             },
7327             },
7328             'BYN' => {
7329             symbol => 'р.',
7330             display_name => {
7331             'currency' => q(ベラルーシ ルーブル),
7332             },
7333             },
7334             'BYR' => {
7335             display_name => {
7336             'currency' => q(ベラルーシ ルーブル \(2000–2016\)),
7337             },
7338             },
7339             'BZD' => {
7340             display_name => {
7341             'currency' => q(ベリーズ ドル),
7342             },
7343             },
7344             'CAD' => {
7345             display_name => {
7346             'currency' => q(カナダ ドル),
7347             },
7348             },
7349             'CDF' => {
7350             display_name => {
7351             'currency' => q(コンゴ フラン),
7352             },
7353             },
7354             'CHE' => {
7355             display_name => {
7356             'currency' => q(ユーロ \(WIR\)),
7357             },
7358             },
7359             'CHF' => {
7360             display_name => {
7361             'currency' => q(スイス フラン),
7362             },
7363             },
7364             'CHW' => {
7365             display_name => {
7366             'currency' => q(フラン \(WIR\)),
7367             },
7368             },
7369             'CLE' => {
7370             display_name => {
7371             'currency' => q(チリ エスクード),
7372             },
7373             },
7374             'CLF' => {
7375             display_name => {
7376             'currency' => q(チリ ウニダ・デ・フォメント \(UF\)),
7377             },
7378             },
7379             'CLP' => {
7380             display_name => {
7381             'currency' => q(チリ ペソ),
7382             },
7383             },
7384             'CNH' => {
7385             display_name => {
7386             'currency' => q(中国人民元\(オフショア\)),
7387             },
7388             },
7389             'CNX' => {
7390             display_name => {
7391             'currency' => q(中国人民銀行ドル),
7392             },
7393             },
7394             'CNY' => {
7395             symbol => '元',
7396             display_name => {
7397             'currency' => q(中国人民元),
7398             },
7399             },
7400             'COP' => {
7401             display_name => {
7402             'currency' => q(コロンビア ペソ),
7403             },
7404             },
7405             'COU' => {
7406             display_name => {
7407             'currency' => q(コロンビア レアル (UVR\)),
7408             },
7409             },
7410             'CRC' => {
7411             display_name => {
7412             'currency' => q(コスタリカ コロン),
7413             },
7414             },
7415             'CSD' => {
7416             display_name => {
7417             'currency' => q(セルビア ディナール \(2002–2006\)),
7418             },
7419             },
7420             'CSK' => {
7421             display_name => {
7422             'currency' => q(チェコスロバキア コルナ),
7423             },
7424             },
7425             'CUC' => {
7426             display_name => {
7427             'currency' => q(キューバ 兌換ペソ),
7428             },
7429             },
7430             'CUP' => {
7431             display_name => {
7432             'currency' => q(キューバ ペソ),
7433             },
7434             },
7435             'CVE' => {
7436             display_name => {
7437             'currency' => q(カーボベルデ エスクード),
7438             },
7439             },
7440             'CYP' => {
7441             display_name => {
7442             'currency' => q(キプロス ポンド),
7443             },
7444             },
7445             'CZK' => {
7446             display_name => {
7447             'currency' => q(チェコ コルナ),
7448             },
7449             },
7450             'DDM' => {
7451             display_name => {
7452             'currency' => q(東ドイツ マルク),
7453             },
7454             },
7455             'DEM' => {
7456             display_name => {
7457             'currency' => q(ドイツ マルク),
7458             },
7459             },
7460             'DJF' => {
7461             display_name => {
7462             'currency' => q(ジブチ フラン),
7463             },
7464             },
7465             'DKK' => {
7466             display_name => {
7467             'currency' => q(デンマーク クローネ),
7468             },
7469             },
7470             'DOP' => {
7471             display_name => {
7472             'currency' => q(ドミニカ ペソ),
7473             },
7474             },
7475             'DZD' => {
7476             display_name => {
7477             'currency' => q(アルジェリア ディナール),
7478             },
7479             },
7480             'ECS' => {
7481             display_name => {
7482             'currency' => q(エクアドル スクレ),
7483             },
7484             },
7485             'ECV' => {
7486             display_name => {
7487             'currency' => q(エクアドル \(UVC\)),
7488             },
7489             },
7490             'EEK' => {
7491             display_name => {
7492             'currency' => q(エストニア クルーン),
7493             },
7494             },
7495             'EGP' => {
7496             display_name => {
7497             'currency' => q(エジプト ポンド),
7498             },
7499             },
7500             'ERN' => {
7501             display_name => {
7502             'currency' => q(エリトリア ナクファ),
7503             },
7504             },
7505             'ESA' => {
7506             display_name => {
7507             'currency' => q(スペインペセタ(勘定A)),
7508             },
7509             },
7510             'ESB' => {
7511             display_name => {
7512             'currency' => q(スペイン 兌換ペセタ),
7513             },
7514             },
7515             'ESP' => {
7516             display_name => {
7517             'currency' => q(スペイン ペセタ),
7518             },
7519             },
7520             'ETB' => {
7521             display_name => {
7522             'currency' => q(エチオピア ブル),
7523             },
7524             },
7525             'EUR' => {
7526             display_name => {
7527             'currency' => q(ユーロ),
7528             },
7529             },
7530             'FIM' => {
7531             display_name => {
7532             'currency' => q(フィンランド マルカ),
7533             },
7534             },
7535             'FJD' => {
7536             display_name => {
7537             'currency' => q(フィジー ドル),
7538             },
7539             },
7540             'FKP' => {
7541             display_name => {
7542             'currency' => q(フォークランド(マルビナス)諸島 ポンド),
7543             },
7544             },
7545             'FRF' => {
7546             display_name => {
7547             'currency' => q(フランス フラン),
7548             },
7549             },
7550             'GBP' => {
7551             display_name => {
7552             'currency' => q(英国ポンド),
7553             },
7554             },
7555             'GEK' => {
7556             display_name => {
7557             'currency' => q(ジョージア クーポン ラリ),
7558             },
7559             },
7560             'GEL' => {
7561             display_name => {
7562             'currency' => q(ジョージア ラリ),
7563             },
7564             },
7565             'GHC' => {
7566             display_name => {
7567             'currency' => q(ガーナ セディ \(1979–2007\)),
7568             },
7569             },
7570             'GHS' => {
7571             display_name => {
7572             'currency' => q(ガーナ セディ),
7573             },
7574             },
7575             'GIP' => {
7576             display_name => {
7577             'currency' => q(ジブラルタル ポンド),
7578             },
7579             },
7580             'GMD' => {
7581             display_name => {
7582             'currency' => q(ガンビア ダラシ),
7583             },
7584             },
7585             'GNF' => {
7586             display_name => {
7587             'currency' => q(ギニア フラン),
7588             },
7589             },
7590             'GNS' => {
7591             display_name => {
7592             'currency' => q(ギニア シリー),
7593             },
7594             },
7595             'GQE' => {
7596             display_name => {
7597             'currency' => q(赤道ギニア エクウェレ),
7598             },
7599             },
7600             'GRD' => {
7601             display_name => {
7602             'currency' => q(ギリシャ ドラクマ),
7603             },
7604             },
7605             'GTQ' => {
7606             display_name => {
7607             'currency' => q(グアテマラ ケツァル),
7608             },
7609             },
7610             'GWE' => {
7611             display_name => {
7612             'currency' => q(ポルトガル領ギニア エスクード),
7613             },
7614             },
7615             'GWP' => {
7616             display_name => {
7617             'currency' => q(ギニアビサウ ペソ),
7618             },
7619             },
7620             'GYD' => {
7621             display_name => {
7622             'currency' => q(ガイアナ ドル),
7623             },
7624             },
7625             'HKD' => {
7626             display_name => {
7627             'currency' => q(香港ドル),
7628             },
7629             },
7630             'HNL' => {
7631             display_name => {
7632             'currency' => q(ホンジュラス レンピラ),
7633             },
7634             },
7635             'HRD' => {
7636             display_name => {
7637             'currency' => q(クロアチア ディナール),
7638             },
7639             },
7640             'HRK' => {
7641             display_name => {
7642             'currency' => q(クロアチア クーナ),
7643             },
7644             },
7645             'HTG' => {
7646             display_name => {
7647             'currency' => q(ハイチ グールド),
7648             },
7649             },
7650             'HUF' => {
7651             display_name => {
7652             'currency' => q(ハンガリー フォリント),
7653             },
7654             },
7655             'IDR' => {
7656             display_name => {
7657             'currency' => q(インドネシア ルピア),
7658             },
7659             },
7660             'IEP' => {
7661             display_name => {
7662             'currency' => q(アイリッシュ ポンド),
7663             },
7664             },
7665             'ILP' => {
7666             display_name => {
7667             'currency' => q(イスラエル ポンド),
7668             },
7669             },
7670             'ILR' => {
7671             display_name => {
7672             'currency' => q(イスラエル シェケル \(1980–1985\)),
7673             },
7674             },
7675             'ILS' => {
7676             display_name => {
7677             'currency' => q(イスラエル新シェケル),
7678             },
7679             },
7680             'INR' => {
7681             display_name => {
7682             'currency' => q(インド ルピー),
7683             },
7684             },
7685             'IQD' => {
7686             display_name => {
7687             'currency' => q(イラク ディナール),
7688             },
7689             },
7690             'IRR' => {
7691             display_name => {
7692             'currency' => q(イラン リアル),
7693             },
7694             },
7695             'ISJ' => {
7696             display_name => {
7697             'currency' => q(アイスランド クローナ \(1918–1981\)),
7698             },
7699             },
7700             'ISK' => {
7701             display_name => {
7702             'currency' => q(アイスランド クローナ),
7703             },
7704             },
7705             'ITL' => {
7706             display_name => {
7707             'currency' => q(イタリア リラ),
7708             },
7709             },
7710             'JMD' => {
7711             display_name => {
7712             'currency' => q(ジャマイカ ドル),
7713             },
7714             },
7715             'JOD' => {
7716             display_name => {
7717             'currency' => q(ヨルダン ディナール),
7718             },
7719             },
7720             'JPY' => {
7721             symbol => '¥',
7722             display_name => {
7723             'currency' => q(日本円),
7724             'other' => q(円),
7725             },
7726             },
7727             'KES' => {
7728             display_name => {
7729             'currency' => q(ケニア シリング),
7730             },
7731             },
7732             'KGS' => {
7733             display_name => {
7734             'currency' => q(キルギス ソム),
7735             },
7736             },
7737             'KHR' => {
7738             display_name => {
7739             'currency' => q(カンボジア リエル),
7740             },
7741             },
7742             'KMF' => {
7743             display_name => {
7744             'currency' => q(コモロ フラン),
7745             },
7746             },
7747             'KPW' => {
7748             display_name => {
7749             'currency' => q(北朝鮮ウォン),
7750             },
7751             },
7752             'KRH' => {
7753             display_name => {
7754             'currency' => q(韓国 ファン(1953–1962)),
7755             },
7756             },
7757             'KRO' => {
7758             display_name => {
7759             'currency' => q(韓国 ウォン(1945–1953)),
7760             },
7761             },
7762             'KRW' => {
7763             display_name => {
7764             'currency' => q(韓国ウォン),
7765             },
7766             },
7767             'KWD' => {
7768             display_name => {
7769             'currency' => q(クウェート ディナール),
7770             },
7771             },
7772             'KYD' => {
7773             display_name => {
7774             'currency' => q(ケイマン諸島 ドル),
7775             },
7776             },
7777             'KZT' => {
7778             display_name => {
7779             'currency' => q(カザフスタン テンゲ),
7780             },
7781             },
7782             'LAK' => {
7783             display_name => {
7784             'currency' => q(ラオス キープ),
7785             },
7786             },
7787             'LBP' => {
7788             display_name => {
7789             'currency' => q(レバノン ポンド),
7790             },
7791             },
7792             'LKR' => {
7793             display_name => {
7794             'currency' => q(スリランカ ルピー),
7795             },
7796             },
7797             'LRD' => {
7798             display_name => {
7799             'currency' => q(リベリア ドル),
7800             },
7801             },
7802             'LSL' => {
7803             display_name => {
7804             'currency' => q(レソト ロティ),
7805             },
7806             },
7807             'LTL' => {
7808             display_name => {
7809             'currency' => q(リトアニア リタス),
7810             },
7811             },
7812             'LTT' => {
7813             display_name => {
7814             'currency' => q(リトアニア タロナ),
7815             },
7816             },
7817             'LUC' => {
7818             display_name => {
7819             'currency' => q(ルクセンブルク 兌換フラン),
7820             },
7821             },
7822             'LUF' => {
7823             display_name => {
7824             'currency' => q(ルクセンブルグ フラン),
7825             },
7826             },
7827             'LUL' => {
7828             display_name => {
7829             'currency' => q(ルクセンブルク 金融フラン),
7830             },
7831             },
7832             'LVL' => {
7833             display_name => {
7834             'currency' => q(ラトビア ラッツ),
7835             },
7836             },
7837             'LVR' => {
7838             display_name => {
7839             'currency' => q(ラトビア ルーブル),
7840             },
7841             },
7842             'LYD' => {
7843             display_name => {
7844             'currency' => q(リビア ディナール),
7845             },
7846             },
7847             'MAD' => {
7848             display_name => {
7849             'currency' => q(モロッコ ディルハム),
7850             },
7851             },
7852             'MAF' => {
7853             display_name => {
7854             'currency' => q(モロッコ フラン),
7855             },
7856             },
7857             'MCF' => {
7858             display_name => {
7859             'currency' => q(モネガスク フラン),
7860             },
7861             },
7862             'MDC' => {
7863             display_name => {
7864             'currency' => q(モルドバ クーポン),
7865             },
7866             },
7867             'MDL' => {
7868             display_name => {
7869             'currency' => q(モルドバ レイ),
7870             },
7871             },
7872             'MGA' => {
7873             display_name => {
7874             'currency' => q(マダガスカル アリアリ),
7875             },
7876             },
7877             'MGF' => {
7878             display_name => {
7879             'currency' => q(マラガシ フラン),
7880             },
7881             },
7882             'MKD' => {
7883             display_name => {
7884             'currency' => q(マケドニア デナル),
7885             },
7886             },
7887             'MKN' => {
7888             display_name => {
7889             'currency' => q(マケドニア ディナール(1992–1993)),
7890             },
7891             },
7892             'MLF' => {
7893             display_name => {
7894             'currency' => q(マリ フラン),
7895             },
7896             },
7897             'MMK' => {
7898             display_name => {
7899             'currency' => q(ミャンマー チャット),
7900             },
7901             },
7902             'MNT' => {
7903             display_name => {
7904             'currency' => q(モンゴル トグログ),
7905             },
7906             },
7907             'MOP' => {
7908             display_name => {
7909             'currency' => q(マカオ パタカ),
7910             },
7911             },
7912             'MRO' => {
7913             display_name => {
7914             'currency' => q(モーリタニア ウギア \(1973–2017\)),
7915             },
7916             },
7917             'MRU' => {
7918             display_name => {
7919             'currency' => q(モーリタニア ウギア),
7920             },
7921             },
7922             'MTL' => {
7923             display_name => {
7924             'currency' => q(マルタ リラ),
7925             },
7926             },
7927             'MTP' => {
7928             display_name => {
7929             'currency' => q(マルタ ポンド),
7930             },
7931             },
7932             'MUR' => {
7933             display_name => {
7934             'currency' => q(モーリシャス ルピー),
7935             },
7936             },
7937             'MVP' => {
7938             display_name => {
7939             'currency' => q(モルディブ諸島 ルピー),
7940             },
7941             },
7942             'MVR' => {
7943             display_name => {
7944             'currency' => q(モルディブ ルフィア),
7945             },
7946             },
7947             'MWK' => {
7948             display_name => {
7949             'currency' => q(マラウィ クワチャ),
7950             },
7951             },
7952             'MXN' => {
7953             display_name => {
7954             'currency' => q(メキシコ ペソ),
7955             },
7956             },
7957             'MXP' => {
7958             display_name => {
7959             'currency' => q(メキシコ ペソ \(1861–1992\)),
7960             },
7961             },
7962             'MXV' => {
7963             display_name => {
7964             'currency' => q(メキシコ \(UDI\)),
7965             },
7966             },
7967             'MYR' => {
7968             display_name => {
7969             'currency' => q(マレーシア リンギット),
7970             },
7971             },
7972             'MZE' => {
7973             display_name => {
7974             'currency' => q(モザンピーク エスクード),
7975             },
7976             },
7977             'MZM' => {
7978             display_name => {
7979             'currency' => q(モザンビーク メティカル \(1980–2006\)),
7980             },
7981             },
7982             'MZN' => {
7983             display_name => {
7984             'currency' => q(モザンビーク メティカル),
7985             },
7986             },
7987             'NAD' => {
7988             display_name => {
7989             'currency' => q(ナミビア ドル),
7990             },
7991             },
7992             'NGN' => {
7993             display_name => {
7994             'currency' => q(ナイジェリア ナイラ),
7995             },
7996             },
7997             'NIC' => {
7998             display_name => {
7999             'currency' => q(ニカラグア コルドバ \(1988–1991\)),
8000             },
8001             },
8002             'NIO' => {
8003             display_name => {
8004             'currency' => q(ニカラグア コルドバ オロ),
8005             },
8006             },
8007             'NLG' => {
8008             display_name => {
8009             'currency' => q(オランダ ギルダー),
8010             },
8011             },
8012             'NOK' => {
8013             display_name => {
8014             'currency' => q(ノルウェー クローネ),
8015             },
8016             },
8017             'NPR' => {
8018             display_name => {
8019             'currency' => q(ネパール ルピー),
8020             },
8021             },
8022             'NZD' => {
8023             display_name => {
8024             'currency' => q(ニュージーランド ドル),
8025             },
8026             },
8027             'OMR' => {
8028             display_name => {
8029             'currency' => q(オマーン リアル),
8030             },
8031             },
8032             'PAB' => {
8033             display_name => {
8034             'currency' => q(パナマ バルボア),
8035             },
8036             },
8037             'PEI' => {
8038             display_name => {
8039             'currency' => q(ペルー インティ),
8040             },
8041             },
8042             'PEN' => {
8043             display_name => {
8044             'currency' => q(ペルー ソル),
8045             },
8046             },
8047             'PES' => {
8048             display_name => {
8049             'currency' => q(ペルー ソル \(1863–1965\)),
8050             },
8051             },
8052             'PGK' => {
8053             display_name => {
8054             'currency' => q(パプアニューギニア キナ),
8055             },
8056             },
8057             'PHP' => {
8058             symbol => 'PHP',
8059             display_name => {
8060             'currency' => q(フィリピン ペソ),
8061             },
8062             },
8063             'PKR' => {
8064             display_name => {
8065             'currency' => q(パキスタン ルピー),
8066             },
8067             },
8068             'PLN' => {
8069             display_name => {
8070             'currency' => q(ポーランド ズウォティ),
8071             },
8072             },
8073             'PLZ' => {
8074             display_name => {
8075             'currency' => q(ポーランド ズウォティ \(1950–1995\)),
8076             },
8077             },
8078             'PTE' => {
8079             display_name => {
8080             'currency' => q(ポルトガル エスクード),
8081             },
8082             },
8083             'PYG' => {
8084             display_name => {
8085             'currency' => q(パラグアイ グアラニ),
8086             },
8087             },
8088             'QAR' => {
8089             display_name => {
8090             'currency' => q(カタール リアル),
8091             },
8092             },
8093             'RHD' => {
8094             display_name => {
8095             'currency' => q(ローデシア ドル),
8096             },
8097             },
8098             'ROL' => {
8099             display_name => {
8100             'currency' => q(ルーマニア レイ \(1952–2006\)),
8101             },
8102             },
8103             'RON' => {
8104             symbol => 'レイ',
8105             display_name => {
8106             'currency' => q(ルーマニア レイ),
8107             },
8108             },
8109             'RSD' => {
8110             display_name => {
8111             'currency' => q(セルビア ディナール),
8112             'other' => q(セルビア ディナール),
8113             },
8114             },
8115             'RUB' => {
8116             display_name => {
8117             'currency' => q(ロシア ルーブル),
8118             },
8119             },
8120             'RUR' => {
8121             display_name => {
8122             'currency' => q(ロシア ルーブル \(1991–1998\)),
8123             },
8124             },
8125             'RWF' => {
8126             display_name => {
8127             'currency' => q(ルワンダ フラン),
8128             },
8129             },
8130             'SAR' => {
8131             display_name => {
8132             'currency' => q(サウジ リヤル),
8133             },
8134             },
8135             'SBD' => {
8136             display_name => {
8137             'currency' => q(ソロモン諸島 ドル),
8138             },
8139             },
8140             'SCR' => {
8141             display_name => {
8142             'currency' => q(セーシェル ルピー),
8143             },
8144             },
8145             'SDD' => {
8146             display_name => {
8147             'currency' => q(スーダン ディナール \(1992–2007\)),
8148             },
8149             },
8150             'SDG' => {
8151             display_name => {
8152             'currency' => q(スーダン ポンド),
8153             },
8154             },
8155             'SDP' => {
8156             display_name => {
8157             'currency' => q(スーダン ポンド \(1957–1998\)),
8158             },
8159             },
8160             'SEK' => {
8161             display_name => {
8162             'currency' => q(スウェーデン クローナ),
8163             },
8164             },
8165             'SGD' => {
8166             display_name => {
8167             'currency' => q(シンガポール ドル),
8168             },
8169             },
8170             'SHP' => {
8171             display_name => {
8172             'currency' => q(セントヘレナ ポンド),
8173             },
8174             },
8175             'SIT' => {
8176             display_name => {
8177             'currency' => q(スロベニア トラール),
8178             },
8179             },
8180             'SKK' => {
8181             display_name => {
8182             'currency' => q(スロバキア コルナ),
8183             },
8184             },
8185             'SLE' => {
8186             display_name => {
8187             'currency' => q(シエラレオネ レオン),
8188             },
8189             },
8190             'SLL' => {
8191             display_name => {
8192             'currency' => q(シエラレオネ レオン \(1964—2022\)),
8193             },
8194             },
8195             'SOS' => {
8196             display_name => {
8197             'currency' => q(ソマリア シリング),
8198             },
8199             },
8200             'SRD' => {
8201             display_name => {
8202             'currency' => q(スリナム ドル),
8203             },
8204             },
8205             'SRG' => {
8206             display_name => {
8207             'currency' => q(スリナム ギルダー),
8208             },
8209             },
8210             'SSP' => {
8211             display_name => {
8212             'currency' => q(南スーダン ポンド),
8213             },
8214             },
8215             'STD' => {
8216             display_name => {
8217             'currency' => q(サントメ・プリンシペ ドブラ \(1977–2017\)),
8218             },
8219             },
8220             'STN' => {
8221             display_name => {
8222             'currency' => q(サントメ・プリンシペ ドブラ),
8223             },
8224             },
8225             'SUR' => {
8226             display_name => {
8227             'currency' => q(ソ連 ルーブル),
8228             },
8229             },
8230             'SVC' => {
8231             display_name => {
8232             'currency' => q(エルサルバドル コロン),
8233             },
8234             },
8235             'SYP' => {
8236             display_name => {
8237             'currency' => q(シリア ポンド),
8238             },
8239             },
8240             'SZL' => {
8241             display_name => {
8242             'currency' => q(スワジランド リランゲニ),
8243             },
8244             },
8245             'THB' => {
8246             display_name => {
8247             'currency' => q(タイ バーツ),
8248             },
8249             },
8250             'TJR' => {
8251             display_name => {
8252             'currency' => q(タジキスタン ルーブル),
8253             },
8254             },
8255             'TJS' => {
8256             display_name => {
8257             'currency' => q(タジキスタン ソモニ),
8258             },
8259             },
8260             'TMM' => {
8261             display_name => {
8262             'currency' => q(トルクメニスタン マナト \(1993–2009\)),
8263             },
8264             },
8265             'TMT' => {
8266             display_name => {
8267             'currency' => q(トルクメニスタン マナト),
8268             },
8269             },
8270             'TND' => {
8271             display_name => {
8272             'currency' => q(チュニジア ディナール),
8273             },
8274             },
8275             'TOP' => {
8276             display_name => {
8277             'currency' => q(トンガ パ・アンガ),
8278             },
8279             },
8280             'TPE' => {
8281             display_name => {
8282             'currency' => q(ティモール エスクード),
8283             },
8284             },
8285             'TRL' => {
8286             display_name => {
8287             'currency' => q(トルコ リラ \(1922–2005\)),
8288             },
8289             },
8290             'TRY' => {
8291             display_name => {
8292             'currency' => q(トルコ リラ),
8293             },
8294             },
8295             'TTD' => {
8296             display_name => {
8297             'currency' => q(トリニダード・トバゴ ドル),
8298             },
8299             },
8300             'TWD' => {
8301             display_name => {
8302             'currency' => q(新台湾ドル),
8303             },
8304             },
8305             'TZS' => {
8306             display_name => {
8307             'currency' => q(タンザニア シリング),
8308             },
8309             },
8310             'UAH' => {
8311             display_name => {
8312             'currency' => q(ウクライナ フリヴニャ),
8313             'other' => q(ウクライナ フリヴニャ),
8314             },
8315             },
8316             'UAK' => {
8317             display_name => {
8318             'currency' => q(ウクライナ カルボバネツ),
8319             },
8320             },
8321             'UGS' => {
8322             display_name => {
8323             'currency' => q(ウガンダ シリング \(1966–1987\)),
8324             },
8325             },
8326             'UGX' => {
8327             display_name => {
8328             'currency' => q(ウガンダ シリング),
8329             },
8330             },
8331             'USD' => {
8332             symbol => '$',
8333             display_name => {
8334             'currency' => q(米ドル),
8335             },
8336             },
8337             'USN' => {
8338             display_name => {
8339             'currency' => q(米ドル \(翌日\)),
8340             },
8341             },
8342             'USS' => {
8343             display_name => {
8344             'currency' => q(米ドル \(当日\)),
8345             },
8346             },
8347             'UYI' => {
8348             display_name => {
8349             'currency' => q(ウルグアイ ペソエン),
8350             },
8351             },
8352             'UYP' => {
8353             display_name => {
8354             'currency' => q(ウルグアイ ペソ \(1975–1993\)),
8355             },
8356             },
8357             'UYU' => {
8358             display_name => {
8359             'currency' => q(ウルグアイ ペソ),
8360             },
8361             },
8362             'UZS' => {
8363             display_name => {
8364             'currency' => q(ウズベキスタン スム),
8365             },
8366             },
8367             'VEB' => {
8368             display_name => {
8369             'currency' => q(ベネズエラ ボリバル \(1871–2008\)),
8370             },
8371             },
8372             'VEF' => {
8373             display_name => {
8374             'currency' => q(ベネズエラ ボリバル \(2008–2018\)),
8375             },
8376             },
8377             'VES' => {
8378             display_name => {
8379             'currency' => q(ベネズエラ ボリバル),
8380             },
8381             },
8382             'VND' => {
8383             display_name => {
8384             'currency' => q(ベトナム ドン),
8385             },
8386             },
8387             'VNN' => {
8388             display_name => {
8389             'currency' => q(ベトナム ドン(1978–1985)),
8390             },
8391             },
8392             'VUV' => {
8393             display_name => {
8394             'currency' => q(バヌアツ バツ),
8395             },
8396             },
8397             'WST' => {
8398             display_name => {
8399             'currency' => q(サモア タラ),
8400             },
8401             },
8402             'XAF' => {
8403             display_name => {
8404             'currency' => q(中央アフリカ CFA フラン),
8405             },
8406             },
8407             'XAG' => {
8408             display_name => {
8409             'currency' => q(銀),
8410             },
8411             },
8412             'XAU' => {
8413             display_name => {
8414             'currency' => q(金),
8415             },
8416             },
8417             'XBA' => {
8418             display_name => {
8419             'currency' => q(ヨーロッパ混合単位 \(EURCO\)),
8420             },
8421             },
8422             'XBB' => {
8423             display_name => {
8424             'currency' => q(ヨーロッパ通貨単位 \(EMU–6\)),
8425             },
8426             },
8427             'XBC' => {
8428             display_name => {
8429             'currency' => q(ヨーロッパ勘定単位 \(EUA–9\)),
8430             },
8431             },
8432             'XBD' => {
8433             display_name => {
8434             'currency' => q(ヨーロッパ勘定単位 \(EUA–17\)),
8435             },
8436             },
8437             'XCD' => {
8438             display_name => {
8439             'currency' => q(東カリブ ドル),
8440             },
8441             },
8442             'XDR' => {
8443             display_name => {
8444             'currency' => q(特別引き出し権),
8445             },
8446             },
8447             'XEU' => {
8448             display_name => {
8449             'currency' => q(ヨーロッパ通貨単位),
8450             },
8451             },
8452             'XFO' => {
8453             display_name => {
8454             'currency' => q(フランス金フラン),
8455             },
8456             },
8457             'XFU' => {
8458             display_name => {
8459             'currency' => q(フランス フラン \(UIC\)),
8460             },
8461             },
8462             'XOF' => {
8463             display_name => {
8464             'currency' => q(西アフリカ CFA フラン),
8465             },
8466             },
8467             'XPD' => {
8468             display_name => {
8469             'currency' => q(パラジウム),
8470             },
8471             },
8472             'XPF' => {
8473             display_name => {
8474             'currency' => q(CFP フラン),
8475             },
8476             },
8477             'XPT' => {
8478             display_name => {
8479             'currency' => q(プラチナ),
8480             },
8481             },
8482             'XRE' => {
8483             display_name => {
8484             'currency' => q(RINET基金),
8485             },
8486             },
8487             'XSU' => {
8488             display_name => {
8489             'currency' => q(スクレ),
8490             },
8491             },
8492             'XTS' => {
8493             display_name => {
8494             'currency' => q(テスト用通貨コード),
8495             },
8496             },
8497             'XUA' => {
8498             display_name => {
8499             'currency' => q(UA \(アフリカ開発銀行\)),
8500             },
8501             },
8502             'XXX' => {
8503             symbol => 'XXX',
8504             display_name => {
8505             'currency' => q(不明または無効な通貨),
8506             },
8507             },
8508             'YDD' => {
8509             display_name => {
8510             'currency' => q(イエメン ディナール),
8511             },
8512             },
8513             'YER' => {
8514             display_name => {
8515             'currency' => q(イエメン リアル),
8516             },
8517             },
8518             'YUD' => {
8519             display_name => {
8520             'currency' => q(ユーゴスラビア ハード・ディナール \(1966–1990\)),
8521             },
8522             },
8523             'YUM' => {
8524             display_name => {
8525             'currency' => q(ユーゴスラビア ノビ・ディナール \(1994–2002\)),
8526             },
8527             },
8528             'YUN' => {
8529             display_name => {
8530             'currency' => q(ユーゴスラビア 兌換ディナール \(1990–1992\)),
8531             },
8532             },
8533             'YUR' => {
8534             display_name => {
8535             'currency' => q(ユーゴスラビア 改革ディナール(1992–1993)),
8536             },
8537             },
8538             'ZAL' => {
8539             display_name => {
8540             'currency' => q(南アフリカ ランド \(ZAL\)),
8541             },
8542             },
8543             'ZAR' => {
8544             display_name => {
8545             'currency' => q(南アフリカ ランド),
8546             },
8547             },
8548             'ZMK' => {
8549             display_name => {
8550             'currency' => q(ザンビア クワチャ \(1968–2012\)),
8551             },
8552             },
8553             'ZMW' => {
8554             display_name => {
8555             'currency' => q(ザンビア クワチャ),
8556             },
8557             },
8558             'ZRN' => {
8559             display_name => {
8560             'currency' => q(ザイール 新ザイール \(1993–1998\)),
8561             },
8562             },
8563             'ZRZ' => {
8564             display_name => {
8565             'currency' => q(ザイール ザイール \(1971–1993\)),
8566             },
8567             },
8568             'ZWD' => {
8569             display_name => {
8570             'currency' => q(ジンバブエ ドル \(1980–2008\)),
8571             },
8572             },
8573             'ZWL' => {
8574             display_name => {
8575             'currency' => q(ジンバブエ ドル \(2009\)),
8576             },
8577             },
8578             'ZWR' => {
8579             display_name => {
8580             'currency' => q(シンバブエ ドル(2008)),
8581             },
8582             },
8583             } },
8584             );
8585              
8586              
8587             has 'calendar_months' => (
8588             is => 'ro',
8589             isa => HashRef,
8590             init_arg => undef,
8591             default => sub { {
8592             'chinese' => {
8593             'format' => {
8594             wide => {
8595             nonleap => [
8596             '正月',
8597             '二月',
8598             '三月',
8599             '四月',
8600             '五月',
8601             '六月',
8602             '七月',
8603             '八月',
8604             '九月',
8605             '十月',
8606             '十一月',
8607             '十二月'
8608             ],
8609             leap => [
8610            
8611             ],
8612             },
8613             },
8614             'stand-alone' => {
8615             narrow => {
8616             nonleap => [
8617             '正',
8618             '二',
8619             '三',
8620             '四',
8621             '五',
8622             '六',
8623             '七',
8624             '八',
8625             '九',
8626             '十',
8627             '十一',
8628             '十二'
8629             ],
8630             leap => [
8631            
8632             ],
8633             },
8634             },
8635             },
8636             'coptic' => {
8637             'format' => {
8638             wide => {
8639             nonleap => [
8640             'トウト',
8641             'ババ',
8642             'ハトール',
8643             'キアック',
8644             'トーバ',
8645             'アムシール',
8646             'バラムハート',
8647             'バラモウダ',
8648             'バシャンス',
8649             'パオーナ',
8650             'エペープ',
8651             'メスラ',
8652             'ナシエ'
8653             ],
8654             leap => [
8655            
8656             ],
8657             },
8658             },
8659             },
8660             'ethiopic' => {
8661             'format' => {
8662             wide => {
8663             nonleap => [
8664             'メスケレム',
8665             'テケムト',
8666             'ヘダル',
8667             'ターサス',
8668             'テル',
8669             'イェカティト',
8670             'メガビト',
8671             'ミアジア',
8672             'ゲンボト',
8673             'セネ',
8674             'ハムレ',
8675             'ネハッセ',
8676             'パグメン'
8677             ],
8678             leap => [
8679            
8680             ],
8681             },
8682             },
8683             },
8684             'gregorian' => {
8685             'format' => {
8686             wide => {
8687             nonleap => [
8688             '1月',
8689             '2月',
8690             '3月',
8691             '4月',
8692             '5月',
8693             '6月',
8694             '7月',
8695             '8月',
8696             '9月',
8697             '10月',
8698             '11月',
8699             '12月'
8700             ],
8701             leap => [
8702            
8703             ],
8704             },
8705             },
8706             },
8707             'hebrew' => {
8708             'format' => {
8709             wide => {
8710             nonleap => [
8711             'ティスレ',
8712             'へシボン',
8713             'キスレブ',
8714             'テベット',
8715             'シバット',
8716             'アダル I',
8717             'アダル',
8718             'ニサン',
8719             'イヤル',
8720             'シバン',
8721             'タムズ',
8722             'アヴ',
8723             'エルル'
8724             ],
8725             leap => [
8726             undef(),
8727             undef(),
8728             undef(),
8729             undef(),
8730             undef(),
8731             undef(),
8732            
8733             ],
8734             },
8735             },
8736             },
8737             'indian' => {
8738             'format' => {
8739             wide => {
8740             nonleap => [
8741             'カイトラ',
8742             'ヴァイサカ',
8743             'ジャイスタ',
8744             'アーサダ',
8745             'スラバナ',
8746             'バードラ',
8747             'アスビナ',
8748             'カルディカ',
8749             'アヴラハヤナ',
8750             'パウサ',
8751             'マーガ',
8752             'パルグナ'
8753             ],
8754             leap => [
8755            
8756             ],
8757             },
8758             },
8759             },
8760             'islamic' => {
8761             'format' => {
8762             abbreviated => {
8763             nonleap => [
8764             'ムハッラム',
8765             'サフアル',
8766             'ラビー・ウル・アウワル',
8767             'ラビー・ウッ・サーニー',
8768             'ジュマーダル・アウワル',
8769             'ジュマーダッサーニー',
8770             'ラジャブ',
8771             'シャアバーン',
8772             'ラマダーン',
8773             'シャウワール',
8774             'ズル・カイダ',
8775             'ズル・ヒッジャ'
8776             ],
8777             leap => [
8778            
8779             ],
8780             },
8781             wide => {
8782             nonleap => [
8783             'ムハッラム',
8784             'サフアル',
8785             'ラビー・ウル・アウワル',
8786             'ラビー・ウッ・サーニー',
8787             'ジュマーダル・アウワル',
8788             'ジュマーダッサーニー',
8789             'ラジャブ',
8790             'シャアバーン',
8791             'ラマダーン',
8792             'シャウワール',
8793             'ズル・カイダ',
8794             'ズル・ヒッジャ'
8795             ],
8796             leap => [
8797            
8798             ],
8799             },
8800             },
8801             },
8802             'persian' => {
8803             'format' => {
8804             wide => {
8805             nonleap => [
8806             'ファルヴァルディーン',
8807             'オルディーベヘシュト',
8808             'ホルダード',
8809             'ティール',
8810             'モルダード',
8811             'シャハリーヴァル',
8812             'メフル',
8813             'アーバーン',
8814             'アーザル',
8815             'デイ',
8816             'バフマン',
8817             'エスファンド'
8818             ],
8819             leap => [
8820            
8821             ],
8822             },
8823             },
8824             },
8825             } },
8826             );
8827              
8828             has 'calendar_days' => (
8829             is => 'ro',
8830             isa => HashRef,
8831             init_arg => undef,
8832             default => sub { {
8833             'gregorian' => {
8834             'format' => {
8835             abbreviated => {
8836             mon => '月',
8837             tue => '火',
8838             wed => '水',
8839             thu => '木',
8840             fri => '金',
8841             sat => '土',
8842             sun => '日'
8843             },
8844             wide => {
8845             mon => '月曜日',
8846             tue => '火曜日',
8847             wed => '水曜日',
8848             thu => '木曜日',
8849             fri => '金曜日',
8850             sat => '土曜日',
8851             sun => '日曜日'
8852             },
8853             },
8854             'stand-alone' => {
8855             narrow => {
8856             mon => '月',
8857             tue => '火',
8858             wed => '水',
8859             thu => '木',
8860             fri => '金',
8861             sat => '土',
8862             sun => '日'
8863             },
8864             },
8865             },
8866             } },
8867             );
8868              
8869             has 'calendar_quarters' => (
8870             is => 'ro',
8871             isa => HashRef,
8872             init_arg => undef,
8873             default => sub { {
8874             'gregorian' => {
8875             'format' => {
8876             abbreviated => {0 => 'Q1',
8877             1 => 'Q2',
8878             2 => 'Q3',
8879             3 => 'Q4'
8880             },
8881             wide => {0 => '第1四半期',
8882             1 => '第2四半期',
8883             2 => '第3四半期',
8884             3 => '第4四半期'
8885             },
8886             },
8887             },
8888             } },
8889             );
8890              
8891             has 'day_period_data' => (
8892             is => 'ro',
8893             isa => CodeRef,
8894             init_arg => undef,
8895             default => sub { sub {
8896             # Time in hhmm format
8897             my ($self, $type, $time, $day_period_type) = @_;
8898             $day_period_type //= 'default';
8899             SWITCH:
8900             for ($type) {
8901             if ($_ eq 'buddhist') {
8902             if($day_period_type eq 'default') {
8903             return 'midnight' if $time == 0;
8904             return 'noon' if $time == 1200;
8905             return 'afternoon1' if $time >= 1200
8906             && $time < 1600;
8907             return 'evening1' if $time >= 1600
8908             && $time < 1900;
8909             return 'morning1' if $time >= 400
8910             && $time < 1200;
8911             return 'night1' if $time >= 1900
8912             && $time < 2300;
8913             return 'night2' if $time >= 2300;
8914             return 'night2' if $time < 400;
8915             }
8916             if($day_period_type eq 'selection') {
8917             return 'afternoon1' if $time >= 1200
8918             && $time < 1600;
8919             return 'evening1' if $time >= 1600
8920             && $time < 1900;
8921             return 'morning1' if $time >= 400
8922             && $time < 1200;
8923             return 'night1' if $time >= 1900
8924             && $time < 2300;
8925             return 'night2' if $time >= 2300;
8926             return 'night2' if $time < 400;
8927             }
8928             last SWITCH;
8929             }
8930             if ($_ eq 'chinese') {
8931             if($day_period_type eq 'default') {
8932             return 'midnight' if $time == 0;
8933             return 'noon' if $time == 1200;
8934             return 'afternoon1' if $time >= 1200
8935             && $time < 1600;
8936             return 'evening1' if $time >= 1600
8937             && $time < 1900;
8938             return 'morning1' if $time >= 400
8939             && $time < 1200;
8940             return 'night1' if $time >= 1900
8941             && $time < 2300;
8942             return 'night2' if $time >= 2300;
8943             return 'night2' if $time < 400;
8944             }
8945             if($day_period_type eq 'selection') {
8946             return 'afternoon1' if $time >= 1200
8947             && $time < 1600;
8948             return 'evening1' if $time >= 1600
8949             && $time < 1900;
8950             return 'morning1' if $time >= 400
8951             && $time < 1200;
8952             return 'night1' if $time >= 1900
8953             && $time < 2300;
8954             return 'night2' if $time >= 2300;
8955             return 'night2' if $time < 400;
8956             }
8957             last SWITCH;
8958             }
8959             if ($_ eq 'coptic') {
8960             if($day_period_type eq 'default') {
8961             return 'midnight' if $time == 0;
8962             return 'noon' if $time == 1200;
8963             return 'afternoon1' if $time >= 1200
8964             && $time < 1600;
8965             return 'evening1' if $time >= 1600
8966             && $time < 1900;
8967             return 'morning1' if $time >= 400
8968             && $time < 1200;
8969             return 'night1' if $time >= 1900
8970             && $time < 2300;
8971             return 'night2' if $time >= 2300;
8972             return 'night2' if $time < 400;
8973             }
8974             if($day_period_type eq 'selection') {
8975             return 'afternoon1' if $time >= 1200
8976             && $time < 1600;
8977             return 'evening1' if $time >= 1600
8978             && $time < 1900;
8979             return 'morning1' if $time >= 400
8980             && $time < 1200;
8981             return 'night1' if $time >= 1900
8982             && $time < 2300;
8983             return 'night2' if $time >= 2300;
8984             return 'night2' if $time < 400;
8985             }
8986             last SWITCH;
8987             }
8988             if ($_ eq 'ethiopic') {
8989             if($day_period_type eq 'default') {
8990             return 'midnight' if $time == 0;
8991             return 'noon' if $time == 1200;
8992             return 'afternoon1' if $time >= 1200
8993             && $time < 1600;
8994             return 'evening1' if $time >= 1600
8995             && $time < 1900;
8996             return 'morning1' if $time >= 400
8997             && $time < 1200;
8998             return 'night1' if $time >= 1900
8999             && $time < 2300;
9000             return 'night2' if $time >= 2300;
9001             return 'night2' if $time < 400;
9002             }
9003             if($day_period_type eq 'selection') {
9004             return 'afternoon1' if $time >= 1200
9005             && $time < 1600;
9006             return 'evening1' if $time >= 1600
9007             && $time < 1900;
9008             return 'morning1' if $time >= 400
9009             && $time < 1200;
9010             return 'night1' if $time >= 1900
9011             && $time < 2300;
9012             return 'night2' if $time >= 2300;
9013             return 'night2' if $time < 400;
9014             }
9015             last SWITCH;
9016             }
9017             if ($_ eq 'generic') {
9018             if($day_period_type eq 'default') {
9019             return 'midnight' if $time == 0;
9020             return 'noon' if $time == 1200;
9021             return 'afternoon1' if $time >= 1200
9022             && $time < 1600;
9023             return 'evening1' if $time >= 1600
9024             && $time < 1900;
9025             return 'morning1' if $time >= 400
9026             && $time < 1200;
9027             return 'night1' if $time >= 1900
9028             && $time < 2300;
9029             return 'night2' if $time >= 2300;
9030             return 'night2' if $time < 400;
9031             }
9032             if($day_period_type eq 'selection') {
9033             return 'afternoon1' if $time >= 1200
9034             && $time < 1600;
9035             return 'evening1' if $time >= 1600
9036             && $time < 1900;
9037             return 'morning1' if $time >= 400
9038             && $time < 1200;
9039             return 'night1' if $time >= 1900
9040             && $time < 2300;
9041             return 'night2' if $time >= 2300;
9042             return 'night2' if $time < 400;
9043             }
9044             last SWITCH;
9045             }
9046             if ($_ eq 'gregorian') {
9047             if($day_period_type eq 'default') {
9048             return 'midnight' if $time == 0;
9049             return 'noon' if $time == 1200;
9050             return 'afternoon1' if $time >= 1200
9051             && $time < 1600;
9052             return 'evening1' if $time >= 1600
9053             && $time < 1900;
9054             return 'morning1' if $time >= 400
9055             && $time < 1200;
9056             return 'night1' if $time >= 1900
9057             && $time < 2300;
9058             return 'night2' if $time >= 2300;
9059             return 'night2' if $time < 400;
9060             }
9061             if($day_period_type eq 'selection') {
9062             return 'afternoon1' if $time >= 1200
9063             && $time < 1600;
9064             return 'evening1' if $time >= 1600
9065             && $time < 1900;
9066             return 'morning1' if $time >= 400
9067             && $time < 1200;
9068             return 'night1' if $time >= 1900
9069             && $time < 2300;
9070             return 'night2' if $time >= 2300;
9071             return 'night2' if $time < 400;
9072             }
9073             last SWITCH;
9074             }
9075             if ($_ eq 'hebrew') {
9076             if($day_period_type eq 'default') {
9077             return 'midnight' if $time == 0;
9078             return 'noon' if $time == 1200;
9079             return 'afternoon1' if $time >= 1200
9080             && $time < 1600;
9081             return 'evening1' if $time >= 1600
9082             && $time < 1900;
9083             return 'morning1' if $time >= 400
9084             && $time < 1200;
9085             return 'night1' if $time >= 1900
9086             && $time < 2300;
9087             return 'night2' if $time >= 2300;
9088             return 'night2' if $time < 400;
9089             }
9090             if($day_period_type eq 'selection') {
9091             return 'afternoon1' if $time >= 1200
9092             && $time < 1600;
9093             return 'evening1' if $time >= 1600
9094             && $time < 1900;
9095             return 'morning1' if $time >= 400
9096             && $time < 1200;
9097             return 'night1' if $time >= 1900
9098             && $time < 2300;
9099             return 'night2' if $time >= 2300;
9100             return 'night2' if $time < 400;
9101             }
9102             last SWITCH;
9103             }
9104             if ($_ eq 'indian') {
9105             if($day_period_type eq 'default') {
9106             return 'midnight' if $time == 0;
9107             return 'noon' if $time == 1200;
9108             return 'afternoon1' if $time >= 1200
9109             && $time < 1600;
9110             return 'evening1' if $time >= 1600
9111             && $time < 1900;
9112             return 'morning1' if $time >= 400
9113             && $time < 1200;
9114             return 'night1' if $time >= 1900
9115             && $time < 2300;
9116             return 'night2' if $time >= 2300;
9117             return 'night2' if $time < 400;
9118             }
9119             if($day_period_type eq 'selection') {
9120             return 'afternoon1' if $time >= 1200
9121             && $time < 1600;
9122             return 'evening1' if $time >= 1600
9123             && $time < 1900;
9124             return 'morning1' if $time >= 400
9125             && $time < 1200;
9126             return 'night1' if $time >= 1900
9127             && $time < 2300;
9128             return 'night2' if $time >= 2300;
9129             return 'night2' if $time < 400;
9130             }
9131             last SWITCH;
9132             }
9133             if ($_ eq 'islamic') {
9134             if($day_period_type eq 'default') {
9135             return 'midnight' if $time == 0;
9136             return 'noon' if $time == 1200;
9137             return 'afternoon1' if $time >= 1200
9138             && $time < 1600;
9139             return 'evening1' if $time >= 1600
9140             && $time < 1900;
9141             return 'morning1' if $time >= 400
9142             && $time < 1200;
9143             return 'night1' if $time >= 1900
9144             && $time < 2300;
9145             return 'night2' if $time >= 2300;
9146             return 'night2' if $time < 400;
9147             }
9148             if($day_period_type eq 'selection') {
9149             return 'afternoon1' if $time >= 1200
9150             && $time < 1600;
9151             return 'evening1' if $time >= 1600
9152             && $time < 1900;
9153             return 'morning1' if $time >= 400
9154             && $time < 1200;
9155             return 'night1' if $time >= 1900
9156             && $time < 2300;
9157             return 'night2' if $time >= 2300;
9158             return 'night2' if $time < 400;
9159             }
9160             last SWITCH;
9161             }
9162             if ($_ eq 'japanese') {
9163             if($day_period_type eq 'default') {
9164             return 'midnight' if $time == 0;
9165             return 'noon' if $time == 1200;
9166             return 'afternoon1' if $time >= 1200
9167             && $time < 1600;
9168             return 'evening1' if $time >= 1600
9169             && $time < 1900;
9170             return 'morning1' if $time >= 400
9171             && $time < 1200;
9172             return 'night1' if $time >= 1900
9173             && $time < 2300;
9174             return 'night2' if $time >= 2300;
9175             return 'night2' if $time < 400;
9176             }
9177             if($day_period_type eq 'selection') {
9178             return 'afternoon1' if $time >= 1200
9179             && $time < 1600;
9180             return 'evening1' if $time >= 1600
9181             && $time < 1900;
9182             return 'morning1' if $time >= 400
9183             && $time < 1200;
9184             return 'night1' if $time >= 1900
9185             && $time < 2300;
9186             return 'night2' if $time >= 2300;
9187             return 'night2' if $time < 400;
9188             }
9189             last SWITCH;
9190             }
9191             if ($_ eq 'persian') {
9192             if($day_period_type eq 'default') {
9193             return 'midnight' if $time == 0;
9194             return 'noon' if $time == 1200;
9195             return 'afternoon1' if $time >= 1200
9196             && $time < 1600;
9197             return 'evening1' if $time >= 1600
9198             && $time < 1900;
9199             return 'morning1' if $time >= 400
9200             && $time < 1200;
9201             return 'night1' if $time >= 1900
9202             && $time < 2300;
9203             return 'night2' if $time >= 2300;
9204             return 'night2' if $time < 400;
9205             }
9206             if($day_period_type eq 'selection') {
9207             return 'afternoon1' if $time >= 1200
9208             && $time < 1600;
9209             return 'evening1' if $time >= 1600
9210             && $time < 1900;
9211             return 'morning1' if $time >= 400
9212             && $time < 1200;
9213             return 'night1' if $time >= 1900
9214             && $time < 2300;
9215             return 'night2' if $time >= 2300;
9216             return 'night2' if $time < 400;
9217             }
9218             last SWITCH;
9219             }
9220             if ($_ eq 'roc') {
9221             if($day_period_type eq 'default') {
9222             return 'midnight' if $time == 0;
9223             return 'noon' if $time == 1200;
9224             return 'afternoon1' if $time >= 1200
9225             && $time < 1600;
9226             return 'evening1' if $time >= 1600
9227             && $time < 1900;
9228             return 'morning1' if $time >= 400
9229             && $time < 1200;
9230             return 'night1' if $time >= 1900
9231             && $time < 2300;
9232             return 'night2' if $time >= 2300;
9233             return 'night2' if $time < 400;
9234             }
9235             if($day_period_type eq 'selection') {
9236             return 'afternoon1' if $time >= 1200
9237             && $time < 1600;
9238             return 'evening1' if $time >= 1600
9239             && $time < 1900;
9240             return 'morning1' if $time >= 400
9241             && $time < 1200;
9242             return 'night1' if $time >= 1900
9243             && $time < 2300;
9244             return 'night2' if $time >= 2300;
9245             return 'night2' if $time < 400;
9246             }
9247             last SWITCH;
9248             }
9249             }
9250             } },
9251             );
9252              
9253             around day_period_data => sub {
9254             my ($orig, $self) = @_;
9255             return $self->$orig;
9256             };
9257              
9258             has 'day_periods' => (
9259             is => 'ro',
9260             isa => HashRef,
9261             init_arg => undef,
9262             default => sub { {
9263             'gregorian' => {
9264             'format' => {
9265             'abbreviated' => {
9266             'afternoon1' => q{昼},
9267             'am' => q{午前},
9268             'evening1' => q{夕方},
9269             'midnight' => q{真夜中},
9270             'morning1' => q{朝},
9271             'night1' => q{夜},
9272             'night2' => q{夜中},
9273             'noon' => q{正午},
9274             'pm' => q{午後},
9275             },
9276             },
9277             },
9278             } },
9279             );
9280              
9281             has 'eras' => (
9282             is => 'ro',
9283             isa => HashRef,
9284             init_arg => undef,
9285             default => sub { {
9286             'buddhist' => {
9287             wide => {
9288             '0' => '仏暦'
9289             },
9290             },
9291             'chinese' => {
9292             },
9293             'coptic' => {
9294             },
9295             'ethiopic' => {
9296             },
9297             'generic' => {
9298             },
9299             'gregorian' => {
9300             abbreviated => {
9301             '0' => '紀元前',
9302             '1' => '西暦'
9303             },
9304             narrow => {
9305             '0' => 'BC',
9306             '1' => 'AD'
9307             },
9308             },
9309             'hebrew' => {
9310             },
9311             'indian' => {
9312             abbreviated => {
9313             '0' => 'サカ'
9314             },
9315             },
9316             'islamic' => {
9317             },
9318             'japanese' => {
9319             abbreviated => {
9320             '0' => '大化',
9321             '1' => '白雉',
9322             '2' => '白鳳',
9323             '3' => '朱鳥',
9324             '4' => '大宝',
9325             '5' => '慶雲',
9326             '6' => '和銅',
9327             '7' => '霊亀',
9328             '8' => '養老',
9329             '9' => '神亀',
9330             '10' => '天平',
9331             '11' => '天平感宝',
9332             '12' => '天平勝宝',
9333             '13' => '天平宝字',
9334             '14' => '天平神護',
9335             '15' => '神護景雲',
9336             '16' => '宝亀',
9337             '17' => '天応',
9338             '18' => '延暦',
9339             '19' => '大同',
9340             '20' => '弘仁',
9341             '21' => '天長',
9342             '22' => '承和',
9343             '23' => '嘉祥',
9344             '24' => '仁寿',
9345             '25' => '斉衡',
9346             '26' => '天安',
9347             '27' => '貞観',
9348             '28' => '元慶',
9349             '29' => '仁和',
9350             '30' => '寛平',
9351             '31' => '昌泰',
9352             '32' => '延喜',
9353             '33' => '延長',
9354             '34' => '承平',
9355             '35' => '天慶',
9356             '36' => '天暦',
9357             '37' => '天徳',
9358             '38' => '応和',
9359             '39' => '康保',
9360             '40' => '安和',
9361             '41' => '天禄',
9362             '42' => '天延',
9363             '43' => '貞元',
9364             '44' => '天元',
9365             '45' => '永観',
9366             '46' => '寛和',
9367             '47' => '永延',
9368             '48' => '永祚',
9369             '49' => '正暦',
9370             '50' => '長徳',
9371             '51' => '長保',
9372             '52' => '寛弘',
9373             '53' => '長和',
9374             '54' => '寛仁',
9375             '55' => '治安',
9376             '56' => '万寿',
9377             '57' => '長元',
9378             '58' => '長暦',
9379             '59' => '長久',
9380             '60' => '寛徳',
9381             '61' => '永承',
9382             '62' => '天喜',
9383             '63' => '康平',
9384             '64' => '治暦',
9385             '65' => '延久',
9386             '66' => '承保',
9387             '67' => '承暦',
9388             '68' => '永保',
9389             '69' => '応徳',
9390             '70' => '寛治',
9391             '71' => '嘉保',
9392             '72' => '永長',
9393             '73' => '承徳',
9394             '74' => '康和',
9395             '75' => '長治',
9396             '76' => '嘉承',
9397             '77' => '天仁',
9398             '78' => '天永',
9399             '79' => '永久',
9400             '80' => '元永',
9401             '81' => '保安',
9402             '82' => '天治',
9403             '83' => '大治',
9404             '84' => '天承',
9405             '85' => '長承',
9406             '86' => '保延',
9407             '87' => '永治',
9408             '88' => '康治',
9409             '89' => '天養',
9410             '90' => '久安',
9411             '91' => '仁平',
9412             '92' => '久寿',
9413             '93' => '保元',
9414             '94' => '平治',
9415             '95' => '永暦',
9416             '96' => '応保',
9417             '97' => '長寛',
9418             '98' => '永万',
9419             '99' => '仁安',
9420             '100' => '嘉応',
9421             '101' => '承安',
9422             '102' => '安元',
9423             '103' => '治承',
9424             '104' => '養和',
9425             '105' => '寿永',
9426             '106' => '元暦',
9427             '107' => '文治',
9428             '108' => '建久',
9429             '109' => '正治',
9430             '110' => '建仁',
9431             '111' => '元久',
9432             '112' => '建永',
9433             '113' => '承元',
9434             '114' => '建暦',
9435             '115' => '建保',
9436             '116' => '承久',
9437             '117' => '貞応',
9438             '118' => '元仁',
9439             '119' => '嘉禄',
9440             '120' => '安貞',
9441             '121' => '寛喜',
9442             '122' => '貞永',
9443             '123' => '天福',
9444             '124' => '文暦',
9445             '125' => '嘉禎',
9446             '126' => '暦仁',
9447             '127' => '延応',
9448             '128' => '仁治',
9449             '129' => '寛元',
9450             '130' => '宝治',
9451             '131' => '建長',
9452             '132' => '康元',
9453             '133' => '正嘉',
9454             '134' => '正元',
9455             '135' => '文応',
9456             '136' => '弘長',
9457             '137' => '文永',
9458             '138' => '建治',
9459             '139' => '弘安',
9460             '140' => '正応',
9461             '141' => '永仁',
9462             '142' => '正安',
9463             '143' => '乾元',
9464             '144' => '嘉元',
9465             '145' => '徳治',
9466             '146' => '延慶',
9467             '147' => '応長',
9468             '148' => '正和',
9469             '149' => '文保',
9470             '150' => '元応',
9471             '151' => '元亨',
9472             '152' => '正中',
9473             '153' => '嘉暦',
9474             '154' => '元徳',
9475             '155' => '元弘',
9476             '156' => '建武',
9477             '157' => '延元',
9478             '158' => '興国',
9479             '159' => '正平',
9480             '160' => '建徳',
9481             '161' => '文中',
9482             '162' => '天授',
9483             '163' => '康暦',
9484             '164' => '弘和',
9485             '165' => '元中',
9486             '166' => '至徳',
9487             '167' => '嘉慶',
9488             '168' => '康応',
9489             '169' => '明徳',
9490             '170' => '応永',
9491             '171' => '正長',
9492             '172' => '永享',
9493             '173' => '嘉吉',
9494             '174' => '文安',
9495             '175' => '宝徳',
9496             '176' => '享徳',
9497             '177' => '康正',
9498             '178' => '長禄',
9499             '179' => '寛正',
9500             '180' => '文正',
9501             '181' => '応仁',
9502             '182' => '文明',
9503             '183' => '長享',
9504             '184' => '延徳',
9505             '185' => '明応',
9506             '186' => '文亀',
9507             '187' => '永正',
9508             '188' => '大永',
9509             '189' => '享禄',
9510             '190' => '天文',
9511             '191' => '弘治',
9512             '192' => '永禄',
9513             '193' => '元亀',
9514             '194' => '天正',
9515             '195' => '文禄',
9516             '196' => '慶長',
9517             '197' => '元和',
9518             '198' => '寛永',
9519             '199' => '正保',
9520             '200' => '慶安',
9521             '201' => '承応',
9522             '202' => '明暦',
9523             '203' => '万治',
9524             '204' => '寛文',
9525             '205' => '延宝',
9526             '206' => '天和',
9527             '207' => '貞享',
9528             '208' => '元禄',
9529             '209' => '宝永',
9530             '210' => '正徳',
9531             '211' => '享保',
9532             '212' => '元文',
9533             '213' => '寛保',
9534             '214' => '延享',
9535             '215' => '寛延',
9536             '216' => '宝暦',
9537             '217' => '明和',
9538             '218' => '安永',
9539             '219' => '天明',
9540             '220' => '寛政',
9541             '221' => '享和',
9542             '222' => '文化',
9543             '223' => '文政',
9544             '224' => '天保',
9545             '225' => '弘化',
9546             '226' => '嘉永',
9547             '227' => '安政',
9548             '228' => '万延',
9549             '229' => '文久',
9550             '230' => '元治',
9551             '231' => '慶応',
9552             '232' => '明治',
9553             '233' => '大正',
9554             '234' => '昭和',
9555             '235' => '平成',
9556             '236' => '令和'
9557             },
9558             narrow => {
9559             '0' => '大化',
9560             '1' => '白雉',
9561             '2' => '白鳳',
9562             '3' => '朱鳥',
9563             '4' => '大宝',
9564             '5' => '慶雲',
9565             '6' => '和銅',
9566             '7' => '霊亀',
9567             '8' => '養老',
9568             '9' => '神亀',
9569             '10' => '天平',
9570             '11' => '天平感宝',
9571             '12' => '天平勝宝',
9572             '13' => '天平宝字',
9573             '14' => '天平神護',
9574             '15' => '神護景雲',
9575             '16' => '宝亀',
9576             '17' => '天応',
9577             '18' => '延暦',
9578             '19' => '大同',
9579             '20' => '弘仁',
9580             '21' => '天長',
9581             '22' => '承和',
9582             '23' => '嘉祥',
9583             '24' => '仁寿',
9584             '25' => '斉衡',
9585             '26' => '天安',
9586             '27' => '貞観',
9587             '28' => '元慶',
9588             '29' => '仁和',
9589             '30' => '寛平',
9590             '31' => '昌泰',
9591             '32' => '延喜',
9592             '33' => '延長',
9593             '34' => '承平',
9594             '35' => '天慶',
9595             '36' => '天暦',
9596             '37' => '天徳',
9597             '38' => '応和',
9598             '39' => '康保',
9599             '40' => '安和',
9600             '41' => '天禄',
9601             '42' => '天延',
9602             '43' => '貞元',
9603             '44' => '天元',
9604             '45' => '永観',
9605             '46' => '寛和',
9606             '47' => '永延',
9607             '48' => '永祚',
9608             '49' => '正暦',
9609             '50' => '長徳',
9610             '51' => '長保',
9611             '52' => '寛弘',
9612             '53' => '長和',
9613             '54' => '寛仁',
9614             '55' => '治安',
9615             '56' => '万寿',
9616             '57' => '長元',
9617             '58' => '長暦',
9618             '59' => '長久',
9619             '60' => '寛徳',
9620             '61' => '永承',
9621             '62' => '天喜',
9622             '63' => '康平',
9623             '64' => '治暦',
9624             '65' => '延久',
9625             '66' => '承保',
9626             '67' => '承暦',
9627             '68' => '永保',
9628             '69' => '応徳',
9629             '70' => '寛治',
9630             '71' => '嘉保',
9631             '72' => '永長',
9632             '73' => '承徳',
9633             '74' => '康和',
9634             '75' => '長治',
9635             '76' => '嘉承',
9636             '77' => '天仁',
9637             '78' => '天永',
9638             '79' => '永久',
9639             '80' => '元永',
9640             '81' => '保安',
9641             '82' => '天治',
9642             '83' => '大治',
9643             '84' => '天承',
9644             '85' => '長承',
9645             '86' => '保延',
9646             '87' => '永治',
9647             '88' => '康治',
9648             '89' => '天養',
9649             '90' => '久安',
9650             '91' => '仁平',
9651             '92' => '久寿',
9652             '93' => '保元',
9653             '94' => '平治',
9654             '95' => '永暦',
9655             '96' => '応保',
9656             '97' => '長寛',
9657             '98' => '永万',
9658             '99' => '仁安',
9659             '100' => '嘉応',
9660             '101' => '承安',
9661             '102' => '安元',
9662             '103' => '治承',
9663             '104' => '養和',
9664             '105' => '寿永',
9665             '106' => '元暦',
9666             '107' => '文治',
9667             '108' => '建久',
9668             '109' => '正治',
9669             '110' => '建仁',
9670             '111' => '元久',
9671             '112' => '建永',
9672             '113' => '承元',
9673             '114' => '建暦',
9674             '115' => '建保',
9675             '116' => '承久',
9676             '117' => '貞応',
9677             '118' => '元仁',
9678             '119' => '嘉禄',
9679             '120' => '安貞',
9680             '121' => '寛喜',
9681             '122' => '貞永',
9682             '123' => '天福',
9683             '124' => '文暦',
9684             '125' => '嘉禎',
9685             '126' => '暦仁',
9686             '127' => '延応',
9687             '128' => '仁治',
9688             '129' => '寛元',
9689             '130' => '宝治',
9690             '131' => '建長',
9691             '132' => '康元',
9692             '133' => '正嘉',
9693             '134' => '正元',
9694             '135' => '文応',
9695             '136' => '弘長',
9696             '137' => '文永',
9697             '138' => '建治',
9698             '139' => '弘安',
9699             '140' => '正応',
9700             '141' => '永仁',
9701             '142' => '正安',
9702             '143' => '乾元',
9703             '144' => '嘉元',
9704             '145' => '徳治',
9705             '146' => '延慶',
9706             '147' => '応長',
9707             '148' => '正和',
9708             '149' => '文保',
9709             '150' => '元応',
9710             '151' => '元亨',
9711             '152' => '正中',
9712             '153' => '嘉暦',
9713             '154' => '元徳',
9714             '155' => '元弘',
9715             '156' => '建武',
9716             '157' => '延元',
9717             '158' => '興国',
9718             '159' => '正平',
9719             '160' => '建徳',
9720             '161' => '文中',
9721             '162' => '天授',
9722             '163' => '康暦',
9723             '164' => '弘和',
9724             '165' => '元中',
9725             '166' => '至徳',
9726             '167' => '嘉慶',
9727             '168' => '康応',
9728             '169' => '明徳',
9729             '170' => '応永',
9730             '171' => '正長',
9731             '172' => '永享',
9732             '173' => '嘉吉',
9733             '174' => '文安',
9734             '175' => '宝徳',
9735             '176' => '享徳',
9736             '177' => '康正',
9737             '178' => '長禄',
9738             '179' => '寛正',
9739             '180' => '文正',
9740             '181' => '応仁',
9741             '182' => '文明',
9742             '183' => '長享',
9743             '184' => '延徳',
9744             '185' => '明応',
9745             '186' => '文亀',
9746             '187' => '永正',
9747             '188' => '大永',
9748             '189' => '享禄',
9749             '190' => '天文',
9750             '191' => '弘治',
9751             '192' => '永禄',
9752             '193' => '元亀',
9753             '194' => '天正',
9754             '195' => '文禄',
9755             '196' => '慶長',
9756             '197' => '元和',
9757             '198' => '寛永',
9758             '199' => '正保',
9759             '200' => '慶安',
9760             '201' => '承応',
9761             '202' => '明暦',
9762             '203' => '万治',
9763             '204' => '寛文',
9764             '205' => '延宝',
9765             '206' => '天和',
9766             '207' => '貞享',
9767             '208' => '元禄',
9768             '209' => '宝永',
9769             '210' => '正徳',
9770             '211' => '享保',
9771             '212' => '元文',
9772             '213' => '寛保',
9773             '214' => '延享',
9774             '215' => '寛延',
9775             '216' => '宝暦',
9776             '217' => '明和',
9777             '218' => '安永',
9778             '219' => '天明',
9779             '220' => '寛政',
9780             '221' => '享和',
9781             '222' => '文化',
9782             '223' => '文政',
9783             '224' => '天保',
9784             '225' => '弘化',
9785             '226' => '嘉永',
9786             '227' => '安政',
9787             '228' => '万延',
9788             '229' => '文久',
9789             '230' => '元治',
9790             '231' => '慶応'
9791             },
9792             },
9793             'persian' => {
9794             },
9795             'roc' => {
9796             abbreviated => {
9797             '0' => '民国前',
9798             '1' => '民国'
9799             },
9800             },
9801             } },
9802             );
9803              
9804             has 'date_formats' => (
9805             is => 'ro',
9806             isa => HashRef,
9807             init_arg => undef,
9808             default => sub { {
9809             'buddhist' => {
9810             'full' => q{GGGGy年M月d日EEEE},
9811             'long' => q{GGGGy年M月d日},
9812             'medium' => q{Gy/MM/dd},
9813             'short' => q{Gy/MM/dd},
9814             },
9815             'chinese' => {
9816             'full' => q{U年MMMd日EEEE},
9817             'long' => q{U年MMMd日},
9818             'medium' => q{U年MMMd日},
9819             'short' => q{U-M-d},
9820             },
9821             'coptic' => {
9822             },
9823             'ethiopic' => {
9824             },
9825             'generic' => {
9826             'full' => q{Gy年M月d日(EEEE)},
9827             'long' => q{Gy年M月d日},
9828             'medium' => q{GGGGGy/MM/dd},
9829             'short' => q{GGGGGy/M/d},
9830             },
9831             'gregorian' => {
9832             'full' => q{y年M月d日EEEE},
9833             'long' => q{y年M月d日},
9834             'medium' => q{y/MM/dd},
9835             'short' => q{y/MM/dd},
9836             },
9837             'hebrew' => {
9838             'full' => q{Gy年M月d日EEEE},
9839             'long' => q{Gy年M月d日},
9840             'medium' => q{Gy/MM/dd},
9841             'short' => q{Gy/MM/dd},
9842             },
9843             'indian' => {
9844             },
9845             'islamic' => {
9846             'full' => q{Gy年M月d日EEEE},
9847             'long' => q{Gy年M月d日},
9848             'medium' => q{Gy/MM/dd},
9849             'short' => q{Gy/MM/dd},
9850             },
9851             'japanese' => {
9852             'full' => q{Gy年M月d日EEEE},
9853             'long' => q{Gy年M月d日},
9854             'medium' => q{Gy年M月d日},
9855             'short' => q{GGGGGy/M/d},
9856             },
9857             'persian' => {
9858             },
9859             'roc' => {
9860             'full' => q{Gy年M月d日EEEE},
9861             'long' => q{Gy年M月d日},
9862             'medium' => q{Gy/MM/dd},
9863             'short' => q{Gy/MM/dd},
9864             },
9865             } },
9866             );
9867              
9868             has 'time_formats' => (
9869             is => 'ro',
9870             isa => HashRef,
9871             init_arg => undef,
9872             default => sub { {
9873             'buddhist' => {
9874             },
9875             'chinese' => {
9876             },
9877             'coptic' => {
9878             },
9879             'ethiopic' => {
9880             },
9881             'generic' => {
9882             },
9883             'gregorian' => {
9884             'full' => q{H時mm分ss秒 zzzz},
9885             'long' => q{H:mm:ss z},
9886             'medium' => q{H:mm:ss},
9887             'short' => q{H:mm},
9888             },
9889             'hebrew' => {
9890             },
9891             'indian' => {
9892             },
9893             'islamic' => {
9894             },
9895             'japanese' => {
9896             },
9897             'persian' => {
9898             },
9899             'roc' => {
9900             },
9901             } },
9902             );
9903              
9904             has 'datetime_formats' => (
9905             is => 'ro',
9906             isa => HashRef,
9907             init_arg => undef,
9908             default => sub { {
9909             'buddhist' => {
9910             },
9911             'chinese' => {
9912             },
9913             'coptic' => {
9914             },
9915             'ethiopic' => {
9916             },
9917             'generic' => {
9918             'full' => q{{1} {0}},
9919             'long' => q{{1} {0}},
9920             'medium' => q{{1} {0}},
9921             'short' => q{{1} {0}},
9922             },
9923             'gregorian' => {
9924             'full' => q{{1} {0}},
9925             'long' => q{{1} {0}},
9926             'medium' => q{{1} {0}},
9927             'short' => q{{1} {0}},
9928             },
9929             'hebrew' => {
9930             },
9931             'indian' => {
9932             },
9933             'islamic' => {
9934             },
9935             'japanese' => {
9936             'full' => q{{1} {0}},
9937             'long' => q{{1} {0}},
9938             'medium' => q{{1} {0}},
9939             'short' => q{{1} {0}},
9940             },
9941             'persian' => {
9942             },
9943             'roc' => {
9944             },
9945             } },
9946             );
9947              
9948             has 'datetime_formats_available_formats' => (
9949             is => 'ro',
9950             isa => HashRef,
9951             init_arg => undef,
9952             default => sub { {
9953             'buddhist' => {
9954             EEEEd => q{d日EEEE},
9955             Gy => q{GGGGy年},
9956             GyMMM => q{GGGGy年M月},
9957             GyMMMEEEEd => q{GGGGy年M月d日EEEE},
9958             GyMMMEd => q{GGGGy年M月d日(E)},
9959             GyMMMd => q{GGGGy年M月d日},
9960             GyMd => q{GGGGy年M月d日},
9961             MEEEEd => q{M/dEEEE},
9962             MMMEEEEd => q{M月d日EEEE},
9963             y => q{GGGGy年},
9964             yyyy => q{GGGGy年},
9965             yyyyM => q{GGGGy年M月},
9966             yyyyMEEEEd => q{GGGGy年M/dEEEE},
9967             yyyyMEd => q{GGGGy年M/d(E)},
9968             yyyyMM => q{Gy/MM},
9969             yyyyMMM => q{GGGGy年M月},
9970             yyyyMMMEEEEd => q{GGGGy年M月d日EEEE},
9971             yyyyMMMEd => q{GGGGy年M月d日(E)},
9972             yyyyMMMM => q{GGGGy年M月},
9973             yyyyMMMd => q{GGGGy年M月d日},
9974             yyyyMd => q{Gy/M/d},
9975             },
9976             'chinese' => {
9977             Bh => q{BK時},
9978             Bhm => q{BK:mm},
9979             Bhms => q{BK:mm:ss},
9980             EBhm => q{BK:mm (E)},
9981             EBhms => q{BK:mm:ss (E)},
9982             EEEEd => q{d日EEEE},
9983             Ed => q{d日(E)},
9984             Gy => q{U年},
9985             GyMMM => q{U年MMM},
9986             GyMMMEEEEd => q{U年MMMd日EEEE},
9987             GyMMMEd => q{U年MMMd日(E)},
9988             GyMMMM => q{r(U)年MMMM},
9989             GyMMMMEd => q{r(U)年MMMMd日(E)},
9990             GyMMMMd => q{r(U)年MMMMd日},
9991             GyMMMd => q{U年MMMd日},
9992             GyMd => q{U-M-d},
9993             H => q{H時},
9994             Hm => q{H:mm},
9995             Hms => q{H:mm:ss},
9996             M => q{MMM},
9997             MEEEEd => q{M/dEEEE},
9998             MEd => q{M/d(E)},
9999             MMMEEEEd => q{MMMd日EEEE},
10000             MMMEd => q{MMMd日(E)},
10001             MMMMd => q{MMMMd日},
10002             MMMd => q{MMMd日},
10003             Md => q{M/d},
10004             UM => q{U年M月},
10005             UMMM => q{U年MMM},
10006             UMMMd => q{U年MMMd日},
10007             UMd => q{U年M月d日},
10008             d => q{d日},
10009             h => q{aK時},
10010             hm => q{aK:mm},
10011             hms => q{aK:mm:ss},
10012             y => q{U年},
10013             yMd => q{U-M-d},
10014             yyyy => q{U年},
10015             yyyyM => q{U年M月},
10016             yyyyMEEEEd => q{U年M月d日EEEE},
10017             yyyyMEd => q{U年M月d日(E)},
10018             yyyyMMM => q{U年MMM},
10019             yyyyMMMEEEEd => q{U年MMMd日EEEE},
10020             yyyyMMMEd => q{U年MMMd日(E)},
10021             yyyyMMMM => q{U年MMMM},
10022             yyyyMMMMEd => q{r(U)年MMMMd日(E)},
10023             yyyyMMMMd => q{r(U)年MMMMd日},
10024             yyyyMMMd => q{U年MMMd日},
10025             yyyyMd => q{U年M月d日},
10026             yyyyQQQ => q{U年QQQ},
10027             yyyyQQQQ => q{U年QQQQ},
10028             },
10029             'generic' => {
10030             Bh => q{BK時},
10031             Bhm => q{BK:mm},
10032             Bhms => q{BK:mm:ss},
10033             EBhm => q{BK:mm (E)},
10034             EBhms => q{BK:mm:ss (E)},
10035             EEEEd => q{d日(EEEE)},
10036             EHm => q{H:mm (E)},
10037             EHms => q{H:mm:ss (E)},
10038             Ed => q{d日(E)},
10039             Ehm => q{aK:mm (E)},
10040             Ehms => q{aK:mm:ss (E)},
10041             Gy => q{Gy年},
10042             GyMMM => q{Gy年M月},
10043             GyMMMEEEEd => q{Gy年M月d日(EEEE)},
10044             GyMMMEd => q{Gy年M月d日(E)},
10045             GyMMMd => q{Gy年M月d日},
10046             GyMd => q{GGGGGy/M/d},
10047             H => q{H時},
10048             Hm => q{H:mm},
10049             Hms => q{H:mm:ss},
10050             M => q{M月},
10051             MEEEEd => q{M/d(EEEE)},
10052             MEd => q{M/d(E)},
10053             MMM => q{M月},
10054             MMMEEEEd => q{M月d日(EEEE)},
10055             MMMEd => q{M月d日(E)},
10056             MMMMd => q{M月d日},
10057             MMMd => q{M月d日},
10058             Md => q{M/d},
10059             d => q{d日},
10060             h => q{aK時},
10061             hm => q{aK:mm},
10062             hms => q{aK:mm:ss},
10063             y => q{Gy年},
10064             yyyy => q{Gy年},
10065             yyyyM => q{GGGGGy/M},
10066             yyyyMEEEEd => q{GGGGGy/M/d(EEEE)},
10067             yyyyMEd => q{GGGGGy/M/d(E)},
10068             yyyyMMM => q{Gy年M月},
10069             yyyyMMMEEEEd => q{Gy年M月d日(EEEE)},
10070             yyyyMMMEd => q{Gy年M月d日(E)},
10071             yyyyMMMM => q{Gy年M月},
10072             yyyyMMMd => q{Gy年M月d日},
10073             yyyyMd => q{GGGGGy/M/d},
10074             yyyyQQQ => q{Gy/QQQ},
10075             yyyyQQQQ => q{Gy年QQQQ},
10076             },
10077             'gregorian' => {
10078             Bh => q{BK時},
10079             Bhm => q{BK:mm},
10080             Bhms => q{BK:mm:ss},
10081             EBhm => q{BK:mm (E)},
10082             EBhms => q{BK:mm:ss (E)},
10083             EEEEd => q{d日EEEE},
10084             EHm => q{H:mm (E)},
10085             EHms => q{H:mm:ss (E)},
10086             Ed => q{d日(E)},
10087             Ehm => q{aK:mm (E)},
10088             Ehms => q{aK:mm:ss (E)},
10089             Gy => q{Gy年},
10090             GyMMM => q{Gy年M月},
10091             GyMMMEEEEd => q{Gy年M月d日EEEE},
10092             GyMMMEd => q{Gy年M月d日(E)},
10093             GyMMMd => q{Gy年M月d日},
10094             GyMd => q{Gy/M/d},
10095             H => q{H時},
10096             Hm => q{H:mm},
10097             Hms => q{H:mm:ss},
10098             Hmsv => q{H:mm:ss v},
10099             Hmv => q{H:mm v},
10100             M => q{M月},
10101             MEEEEd => q{M/dEEEE},
10102             MEd => q{M/d(E)},
10103             MMM => q{M月},
10104             MMMEEEEd => q{M月d日EEEE},
10105             MMMEd => q{M月d日(E)},
10106             MMMMW => q{M月第W週},
10107             MMMMd => q{M月d日},
10108             MMMd => q{M月d日},
10109             Md => q{M/d},
10110             d => q{d日},
10111             h => q{aK時},
10112             hm => q{aK:mm},
10113             hms => q{aK:mm:ss},
10114             hmsv => q{aK:mm:ss v},
10115             hmv => q{aK:mm v},
10116             y => q{y年},
10117             yM => q{y/M},
10118             yMEEEEd => q{y/M/dEEEE},
10119             yMEd => q{y/M/d(E)},
10120             yMM => q{y/MM},
10121             yMMM => q{y年M月},
10122             yMMMEEEEd => q{y年M月d日EEEE},
10123             yMMMEd => q{y年M月d日(E)},
10124             yMMMM => q{y年M月},
10125             yMMMd => q{y年M月d日},
10126             yMd => q{y/M/d},
10127             yQQQ => q{y/QQQ},
10128             yQQQQ => q{y年QQQQ},
10129             yw => q{Y年第w週},
10130             },
10131             'japanese' => {
10132             EEEEd => q{d日EEEE},
10133             GyMMMEEEEd => q{Gy年M月d日EEEE},
10134             MEEEEd => q{M/dEEEE},
10135             MMMEEEEd => q{M月d日EEEE},
10136             yyyyMEEEEd => q{GGGGGy/M/dEEEE},
10137             yyyyMM => q{GGGGGy/MM},
10138             yyyyMMMEEEEd => q{Gy年M月d日EEEE},
10139             },
10140             } },
10141             );
10142              
10143             has 'datetime_formats_append_item' => (
10144             is => 'ro',
10145             isa => HashRef,
10146             init_arg => undef,
10147             default => sub { {
10148             } },
10149             );
10150              
10151             has 'datetime_formats_interval' => (
10152             is => 'ro',
10153             isa => HashRef,
10154             init_arg => undef,
10155             default => sub { {
10156             'chinese' => {
10157             H => {
10158             H => q{H時~H時},
10159             },
10160             Hm => {
10161             H => q{H時mm分~H時mm分},
10162             m => q{H時mm分~H時mm分},
10163             },
10164             Hmv => {
10165             H => q{H時mm分~H時mm分(v)},
10166             m => q{H時mm分~H時mm分(v)},
10167             },
10168             Hv => {
10169             H => q{H時~H時(v)},
10170             },
10171             M => {
10172             M => q{M月~M月},
10173             },
10174             MEd => {
10175             M => q{MM/dd(E)~MM/dd(E)},
10176             d => q{MM/dd(E)~MM/dd(E)},
10177             },
10178             MMM => {
10179             M => q{MMM~MMM},
10180             },
10181             MMMEd => {
10182             M => q{MMMd日(E)~MMMd日(E)},
10183             d => q{MMMd日(E)~d日(E)},
10184             },
10185             MMMM => {
10186             M => q{MMMM~MMMM},
10187             },
10188             MMMd => {
10189             M => q{MMMd日~MMMd日},
10190             d => q{MMMd日~d日},
10191             },
10192             Md => {
10193             M => q{MM/dd~MM/dd},
10194             d => q{MM/dd~MM/dd},
10195             },
10196             d => {
10197             d => q{d日~d日},
10198             },
10199             fallback => '{0}~{1}',
10200             h => {
10201             a => q{aK時~aK時},
10202             h => q{aK時~K時},
10203             },
10204             hm => {
10205             a => q{aK時mm分~aK時mm分},
10206             h => q{aK時mm分~K時mm分},
10207             m => q{aK時mm分~K時mm分},
10208             },
10209             hmv => {
10210             a => q{aK時mm分~aK時mm分(v)},
10211             h => q{aK時mm分~K時mm分(v)},
10212             m => q{aK時mm分~K時mm分(v)},
10213             },
10214             hv => {
10215             a => q{aK時~aK時(v)},
10216             h => q{aK時~K時(v)},
10217             },
10218             y => {
10219             y => q{U年~U年},
10220             },
10221             yM => {
10222             M => q{U/MM~U/MM},
10223             y => q{U/MM~U/MM},
10224             },
10225             yMEd => {
10226             M => q{U/MM/dd(E)~U/MM/dd(E)},
10227             d => q{U/MM/dd(E)~U/MM/dd(E)},
10228             y => q{U/MM/dd(E)~U/MM/dd(E)},
10229             },
10230             yMMM => {
10231             M => q{U年MMM~MMM},
10232             y => q{U年MMM~U年MMM},
10233             },
10234             yMMMEd => {
10235             M => q{U年MMMd日(E)~MMMd日(E)},
10236             d => q{U年MMMd日(E)~d日(E)},
10237             y => q{U年MMMd日(E)~U年MMMd日(E)},
10238             },
10239             yMMMM => {
10240             M => q{U年MMM~MMM},
10241             y => q{U年MMM~U年MMM},
10242             },
10243             yMMMd => {
10244             M => q{U年MMMd日~MMMd日},
10245             d => q{U年MMMd日~d日},
10246             y => q{U年MMMd日~U年MMMd日},
10247             },
10248             yMd => {
10249             M => q{U/MM/dd~U/MM/dd},
10250             d => q{U/MM/dd~U/MM/dd},
10251             y => q{U/MM/dd~U/MM/dd},
10252             },
10253             },
10254             'generic' => {
10255             Bh => {
10256             B => q{BK時~BK時},
10257             h => q{BK時~K時},
10258             },
10259             Bhm => {
10260             B => q{BK:mm~BK:mm},
10261             h => q{BK:mm~K:mm},
10262             m => q{BK:mm~K:mm},
10263             },
10264             GGGGGyM => {
10265             G => q{GGGGGy/MM~GGGGGy/MM},
10266             M => q{GGGGGy/MM~y/MM},
10267             y => q{GGGGGy/MM~y/MM},
10268             },
10269             GGGGGyMEd => {
10270             G => q{GGGGGy/MM/dd(E)~GGGGGy/MM/dd(E)},
10271             M => q{GGGGGy/MM/dd(E)~y/MM/dd(E)},
10272             d => q{GGGGGy/MM/dd(E)~y/MM/dd(E)},
10273             y => q{GGGGGy/MM/dd(E)~y/MM/dd(E)},
10274             },
10275             GGGGGyMd => {
10276             G => q{GGGGGy/MM/dd~GGGGGy/MM/dd},
10277             M => q{GGGGGy/MM/dd~y/MM/dd},
10278             d => q{GGGGGy/MM/dd~y/MM/dd},
10279             y => q{GGGGGy/MM/dd~y/MM/dd},
10280             },
10281             Gy => {
10282             G => q{Gy年~Gy年},
10283             y => q{Gy年~y年},
10284             },
10285             GyM => {
10286             G => q{GGGGGy/MM~GGGGGy/MM},
10287             M => q{GGGGGy/MM~y/MM},
10288             y => q{GGGGGy/MM~y/MM},
10289             },
10290             GyMEd => {
10291             G => q{GGGGGy/MM/dd(E)~GGGGGy/MM/dd(E)},
10292             M => q{GGGGGy/MM/dd(E)~y/MM/dd(E)},
10293             d => q{GGGGGy/MM/dd(E)~y/MM/dd(E)},
10294             y => q{GGGGGy/MM/dd(E)~y/MM/dd(E)},
10295             },
10296             GyMMM => {
10297             G => q{Gy年M月~Gy年M月},
10298             M => q{Gy年M月~M月},
10299             y => q{Gy年M月~y年M月},
10300             },
10301             GyMMMEd => {
10302             G => q{Gy年M月d日(E)~Gy年M月d日(E)},
10303             M => q{Gy年M月d日(E)~M月d日(E)},
10304             d => q{Gy年M月d日(E)~d日(E)},
10305             y => q{Gy年M月d日(E)~y年M月d日(E)},
10306             },
10307             GyMMMd => {
10308             G => q{Gy年M月d日~Gy年M月d日},
10309             M => q{Gy年M月d日~M月d日},
10310             d => q{Gy年M月d日~d日},
10311             y => q{Gy年M月d日~y年M月d日},
10312             },
10313             GyMd => {
10314             G => q{GGGGGy/MM/dd~GGGGGy/MM/dd},
10315             M => q{GGGGGy/MM/dd~y/MM/dd},
10316             d => q{GGGGGy/MM/dd~y/MM/dd},
10317             y => q{GGGGGy/MM/dd~y/MM/dd},
10318             },
10319             H => {
10320             H => q{H時~H時},
10321             },
10322             Hm => {
10323             H => q{H時mm分~H時mm分},
10324             m => q{H時mm分~H時mm分},
10325             },
10326             Hmv => {
10327             H => q{H時mm分~H時mm分(v)},
10328             m => q{H時mm分~H時mm分(v)},
10329             },
10330             Hv => {
10331             H => q{H時~H時(v)},
10332             },
10333             M => {
10334             M => q{M月~M月},
10335             },
10336             MEd => {
10337             M => q{MM/dd(E)~MM/dd(E)},
10338             d => q{MM/dd(E)~MM/dd(E)},
10339             },
10340             MMM => {
10341             M => q{M月~M月},
10342             },
10343             MMMEd => {
10344             M => q{M月d日(E)~M月d日(E)},
10345             d => q{M月d日(E)~d日(E)},
10346             },
10347             MMMM => {
10348             M => q{M月~M月},
10349             },
10350             MMMd => {
10351             M => q{M月d日~M月d日},
10352             d => q{M月d日~d日},
10353             },
10354             Md => {
10355             M => q{MM/dd~MM/dd},
10356             d => q{MM/dd~MM/dd},
10357             },
10358             d => {
10359             d => q{d日~d日},
10360             },
10361             fallback => '{0}~{1}',
10362             h => {
10363             a => q{aK時~aK時},
10364             h => q{aK時~K時},
10365             },
10366             hm => {
10367             a => q{aK時mm分~aK時mm分},
10368             h => q{aK時mm分~K時mm分},
10369             m => q{aK時mm分~K時mm分},
10370             },
10371             hmv => {
10372             a => q{aK時mm分~aK時mm分(v)},
10373             h => q{aK時mm分~K時mm分(v)},
10374             m => q{aK時mm分~K時mm分(v)},
10375             },
10376             hv => {
10377             a => q{aK時~aK時(v)},
10378             h => q{aK時~K時(v)},
10379             },
10380             y => {
10381             y => q{Gy年~y年},
10382             },
10383             yM => {
10384             M => q{GGGGGy/MM~y/MM},
10385             y => q{GGGGGy/MM~y/MM},
10386             },
10387             yMEd => {
10388             M => q{GGGGGy/MM/dd(E)~y/MM/dd(E)},
10389             d => q{GGGGGy/MM/dd(E)~y/MM/dd(E)},
10390             y => q{GGGGGy/MM/dd(E)~y/MM/dd(E)},
10391             },
10392             yMMM => {
10393             M => q{Gy年M月~M月},
10394             y => q{Gy年M月~y年M月},
10395             },
10396             yMMMEd => {
10397             M => q{Gy年M月d日(E)~M月d日(E)},
10398             d => q{Gy年M月d日(E)~d日(E)},
10399             y => q{Gy年M月d日(E)~y年M月d日(E)},
10400             },
10401             yMMMM => {
10402             M => q{Gy年M月~M月},
10403             y => q{Gy年M月~y年M月},
10404             },
10405             yMMMd => {
10406             M => q{Gy年M月d日~M月d日},
10407             d => q{Gy年M月d日~d日},
10408             y => q{Gy年M月d日~y年M月d日},
10409             },
10410             yMd => {
10411             M => q{GGGGGy/MM/dd~y/MM/dd},
10412             d => q{GGGGGy/MM/dd~y/MM/dd},
10413             y => q{GGGGGy/MM/dd~y/MM/dd},
10414             },
10415             },
10416             'gregorian' => {
10417             Bh => {
10418             B => q{BK時~BK時},
10419             h => q{BK時~K時},
10420             },
10421             Bhm => {
10422             B => q{BK:mm~BK:mm},
10423             h => q{BK:mm~K:mm},
10424             m => q{BK:mm~K:mm},
10425             },
10426             Gy => {
10427             G => q{Gy年~Gy年},
10428             y => q{Gy年~y年},
10429             },
10430             GyM => {
10431             G => q{Gy/MM~Gy/MM},
10432             M => q{Gy/MM~y/MM},
10433             y => q{Gy/MM~y/MM},
10434             },
10435             GyMEd => {
10436             G => q{Gy/MM/dd(E)~Gy/MM/dd(E)},
10437             M => q{Gy/MM/dd(E)~y/MM/dd(E)},
10438             d => q{Gy/MM/dd(E)~y/MM/dd(E)},
10439             y => q{Gy/MM/dd(E)~y/MM/dd(E)},
10440             },
10441             GyMMM => {
10442             G => q{Gy年M月~Gy年M月},
10443             M => q{Gy年M月~M月},
10444             y => q{Gy年M月~y年M月},
10445             },
10446             GyMMMEd => {
10447             G => q{Gy年M月d日(E)~Gy年M月d日(E)},
10448             M => q{Gy年M月d日(E)~M月d日(E)},
10449             d => q{Gy年M月d日(E)~d日(E)},
10450             y => q{Gy年M月d日(E)~y年M月d日(E)},
10451             },
10452             GyMMMd => {
10453             G => q{Gy年M月d日~Gy年M月d日},
10454             M => q{Gy年M月d日~M月d日},
10455             d => q{Gy年M月d日~d日},
10456             y => q{Gy年M月d日~y年M月d日},
10457             },
10458             GyMd => {
10459             G => q{Gy/MM/dd~Gy/MM/dd},
10460             M => q{Gy/MM/dd~y/MM/dd},
10461             d => q{Gy/MM/dd~y/MM/dd},
10462             y => q{Gy/MM/dd~y/MM/dd},
10463             },
10464             H => {
10465             H => q{H時~H時},
10466             },
10467             Hm => {
10468             H => q{H時mm分~H時mm分},
10469             m => q{H時mm分~H時mm分},
10470             },
10471             Hmv => {
10472             H => q{H時mm分~H時mm分(v)},
10473             m => q{H時mm分~H時mm分(v)},
10474             },
10475             Hv => {
10476             H => q{H時~H時(v)},
10477             },
10478             M => {
10479             M => q{M月~M月},
10480             },
10481             MEd => {
10482             M => q{MM/dd(E)~MM/dd(E)},
10483             d => q{MM/dd(E)~MM/dd(E)},
10484             },
10485             MMM => {
10486             M => q{M月~M月},
10487             },
10488             MMMEd => {
10489             M => q{M月d日(E)~M月d日(E)},
10490             d => q{M月d日(E)~d日(E)},
10491             },
10492             MMMM => {
10493             M => q{M月~M月},
10494             },
10495             MMMd => {
10496             M => q{M月d日~M月d日},
10497             d => q{M月d日~d日},
10498             },
10499             Md => {
10500             M => q{MM/dd~MM/dd},
10501             d => q{MM/dd~MM/dd},
10502             },
10503             d => {
10504             d => q{d日~d日},
10505             },
10506             fallback => '{0}~{1}',
10507             h => {
10508             a => q{aK時~aK時},
10509             h => q{aK時~K時},
10510             },
10511             hm => {
10512             a => q{aK時mm分~aK時mm分},
10513             h => q{aK時mm分~K時mm分},
10514             m => q{aK時mm分~K時mm分},
10515             },
10516             hmv => {
10517             a => q{aK時mm分~aK時mm分(v)},
10518             h => q{aK時mm分~K時mm分(v)},
10519             m => q{aK時mm分~K時mm分(v)},
10520             },
10521             hv => {
10522             a => q{aK時~aK時(v)},
10523             h => q{aK時~K時(v)},
10524             },
10525             y => {
10526             y => q{y年~y年},
10527             },
10528             yM => {
10529             M => q{y/MM~y/MM},
10530             y => q{y/MM~y/MM},
10531             },
10532             yMEd => {
10533             M => q{y/MM/dd(E)~y/MM/dd(E)},
10534             d => q{y/MM/dd(E)~y/MM/dd(E)},
10535             y => q{y/MM/dd(E)~y/MM/dd(E)},
10536             },
10537             yMMM => {
10538             M => q{y年M月~M月},
10539             y => q{y年M月~y年M月},
10540             },
10541             yMMMEd => {
10542             M => q{y年M月d日(E)~M月d日(E)},
10543             d => q{y年M月d日(E)~d日(E)},
10544             y => q{y年M月d日(E)~y年M月d日(E)},
10545             },
10546             yMMMM => {
10547             M => q{y年M月~M月},
10548             y => q{y年M月~y年M月},
10549             },
10550             yMMMd => {
10551             M => q{y年M月d日~M月d日},
10552             d => q{y年M月d日~d日},
10553             y => q{y年M月d日~y年M月d日},
10554             },
10555             yMd => {
10556             M => q{y/MM/dd~y/MM/dd},
10557             d => q{y/MM/dd~y/MM/dd},
10558             y => q{y/MM/dd~y/MM/dd},
10559             },
10560             },
10561             } },
10562             );
10563              
10564             has 'month_patterns' => (
10565             is => 'ro',
10566             isa => HashRef,
10567             init_arg => undef,
10568             default => sub { {
10569             'chinese' => {
10570             'format' => {
10571             'wide' => {
10572             'leap' => q{閏{0}},
10573             },
10574             },
10575             'numeric' => {
10576             'all' => {
10577             'leap' => q{閏{0}},
10578             },
10579             },
10580             'stand-alone' => {
10581             'narrow' => {
10582             'leap' => q{閏{0}},
10583             },
10584             },
10585             },
10586             } },
10587             );
10588              
10589             has 'cyclic_name_sets' => (
10590             is => 'ro',
10591             isa => HashRef,
10592             init_arg => undef,
10593             default => sub { {
10594             'chinese' => {
10595             'dayParts' => {
10596             'format' => {
10597             'abbreviated' => {
10598             0 => q(子),
10599             1 => q(丑),
10600             2 => q(寅),
10601             3 => q(卯),
10602             4 => q(辰),
10603             5 => q(巳),
10604             6 => q(午),
10605             7 => q(未),
10606             8 => q(申),
10607             9 => q(酉),
10608             10 => q(戌),
10609             11 => q(亥),
10610             },
10611             },
10612             },
10613             'solarTerms' => {
10614             'format' => {
10615             'abbreviated' => {
10616             0 => q(立春),
10617             1 => q(雨水),
10618             2 => q(啓蟄),
10619             3 => q(春分),
10620             4 => q(清明),
10621             5 => q(穀雨),
10622             6 => q(立夏),
10623             7 => q(小満),
10624             8 => q(芒種),
10625             9 => q(夏至),
10626             10 => q(小暑),
10627             11 => q(大暑),
10628             12 => q(立秋),
10629             13 => q(処暑),
10630             14 => q(白露),
10631             15 => q(秋分),
10632             16 => q(寒露),
10633             17 => q(霜降),
10634             18 => q(立冬),
10635             19 => q(小雪),
10636             20 => q(大雪),
10637             21 => q(冬至),
10638             22 => q(小寒),
10639             23 => q(大寒),
10640             },
10641             },
10642             },
10643             'years' => {
10644             'format' => {
10645             'abbreviated' => {
10646             0 => q(甲子),
10647             1 => q(乙丑),
10648             2 => q(丙寅),
10649             3 => q(丁卯),
10650             4 => q(戊辰),
10651             5 => q(己巳),
10652             6 => q(庚午),
10653             7 => q(辛未),
10654             8 => q(壬申),
10655             9 => q(癸酉),
10656             10 => q(甲戌),
10657             11 => q(乙亥),
10658             12 => q(丙子),
10659             13 => q(丁丑),
10660             14 => q(戊寅),
10661             15 => q(己卯),
10662             16 => q(庚辰),
10663             17 => q(辛巳),
10664             18 => q(壬午),
10665             19 => q(癸未),
10666             20 => q(甲申),
10667             21 => q(乙酉),
10668             22 => q(丙戌),
10669             23 => q(丁亥),
10670             24 => q(戊子),
10671             25 => q(己丑),
10672             26 => q(庚寅),
10673             27 => q(辛卯),
10674             28 => q(壬辰),
10675             29 => q(癸巳),
10676             30 => q(甲午),
10677             31 => q(乙未),
10678             32 => q(丙申),
10679             33 => q(丁酉),
10680             34 => q(戊戌),
10681             35 => q(己亥),
10682             36 => q(庚子),
10683             37 => q(辛丑),
10684             38 => q(壬寅),
10685             39 => q(癸卯),
10686             40 => q(甲辰),
10687             41 => q(乙巳),
10688             42 => q(丙午),
10689             43 => q(丁未),
10690             44 => q(戊申),
10691             45 => q(己酉),
10692             46 => q(庚戌),
10693             47 => q(辛亥),
10694             48 => q(壬子),
10695             49 => q(癸丑),
10696             50 => q(甲寅),
10697             51 => q(乙卯),
10698             52 => q(丙辰),
10699             53 => q(丁巳),
10700             54 => q(戊午),
10701             55 => q(己未),
10702             56 => q(庚申),
10703             57 => q(辛酉),
10704             58 => q(壬戌),
10705             59 => q(癸亥),
10706             },
10707             },
10708             },
10709             'zodiacs' => {
10710             'format' => {
10711             'abbreviated' => {
10712             0 => q(鼠),
10713             1 => q(牛),
10714             2 => q(虎),
10715             3 => q(兎),
10716             4 => q(竜),
10717             5 => q(蛇),
10718             6 => q(馬),
10719             7 => q(羊),
10720             8 => q(猿),
10721             9 => q(鶏),
10722             10 => q(犬),
10723             11 => q(猪),
10724             },
10725             },
10726             },
10727             },
10728             } },
10729             );
10730              
10731             has 'time_zone_names' => (
10732             is => 'ro',
10733             isa => HashRef,
10734             init_arg => undef,
10735             default => sub { {
10736             regionFormat => q({0}時間),
10737             regionFormat => q({0}夏時間),
10738             regionFormat => q({0}標準時),
10739             fallbackFormat => q({1}({0})),
10740             'Acre' => {
10741             long => {
10742             'daylight' => q#アクレ夏時間#,
10743             'generic' => q#アクレ時間#,
10744             'standard' => q#アクレ標準時#,
10745             },
10746             },
10747             'Afghanistan' => {
10748             long => {
10749             'standard' => q#アフガニスタン時間#,
10750             },
10751             },
10752             'Africa/Abidjan' => {
10753             exemplarCity => q#アビジャン#,
10754             },
10755             'Africa/Accra' => {
10756             exemplarCity => q#アクラ#,
10757             },
10758             'Africa/Addis_Ababa' => {
10759             exemplarCity => q#アジスアベバ#,
10760             },
10761             'Africa/Algiers' => {
10762             exemplarCity => q#アルジェ#,
10763             },
10764             'Africa/Asmera' => {
10765             exemplarCity => q#アスマラ#,
10766             },
10767             'Africa/Bamako' => {
10768             exemplarCity => q#バマコ#,
10769             },
10770             'Africa/Bangui' => {
10771             exemplarCity => q#バンギ#,
10772             },
10773             'Africa/Banjul' => {
10774             exemplarCity => q#バンジュール#,
10775             },
10776             'Africa/Bissau' => {
10777             exemplarCity => q#ビサウ#,
10778             },
10779             'Africa/Blantyre' => {
10780             exemplarCity => q#ブランタイヤ#,
10781             },
10782             'Africa/Brazzaville' => {
10783             exemplarCity => q#ブラザビル#,
10784             },
10785             'Africa/Bujumbura' => {
10786             exemplarCity => q#ブジュンブラ#,
10787             },
10788             'Africa/Cairo' => {
10789             exemplarCity => q#カイロ#,
10790             },
10791             'Africa/Casablanca' => {
10792             exemplarCity => q#カサブランカ#,
10793             },
10794             'Africa/Ceuta' => {
10795             exemplarCity => q#セウタ#,
10796             },
10797             'Africa/Conakry' => {
10798             exemplarCity => q#コナクリ#,
10799             },
10800             'Africa/Dakar' => {
10801             exemplarCity => q#ダカール#,
10802             },
10803             'Africa/Dar_es_Salaam' => {
10804             exemplarCity => q#ダルエスサラーム#,
10805             },
10806             'Africa/Djibouti' => {
10807             exemplarCity => q#ジブチ#,
10808             },
10809             'Africa/Douala' => {
10810             exemplarCity => q#ドゥアラ#,
10811             },
10812             'Africa/El_Aaiun' => {
10813             exemplarCity => q#アイウン#,
10814             },
10815             'Africa/Freetown' => {
10816             exemplarCity => q#フリータウン#,
10817             },
10818             'Africa/Gaborone' => {
10819             exemplarCity => q#ハボローネ#,
10820             },
10821             'Africa/Harare' => {
10822             exemplarCity => q#ハラレ#,
10823             },
10824             'Africa/Johannesburg' => {
10825             exemplarCity => q#ヨハネスブルグ#,
10826             },
10827             'Africa/Juba' => {
10828             exemplarCity => q#ジュバ#,
10829             },
10830             'Africa/Kampala' => {
10831             exemplarCity => q#カンパラ#,
10832             },
10833             'Africa/Khartoum' => {
10834             exemplarCity => q#ハルツーム#,
10835             },
10836             'Africa/Kigali' => {
10837             exemplarCity => q#キガリ#,
10838             },
10839             'Africa/Kinshasa' => {
10840             exemplarCity => q#キンシャサ#,
10841             },
10842             'Africa/Lagos' => {
10843             exemplarCity => q#ラゴス#,
10844             },
10845             'Africa/Libreville' => {
10846             exemplarCity => q#リーブルヴィル#,
10847             },
10848             'Africa/Lome' => {
10849             exemplarCity => q#ロメ#,
10850             },
10851             'Africa/Luanda' => {
10852             exemplarCity => q#ルアンダ#,
10853             },
10854             'Africa/Lubumbashi' => {
10855             exemplarCity => q#ルブンバシ#,
10856             },
10857             'Africa/Lusaka' => {
10858             exemplarCity => q#ルサカ#,
10859             },
10860             'Africa/Malabo' => {
10861             exemplarCity => q#マラボ#,
10862             },
10863             'Africa/Maputo' => {
10864             exemplarCity => q#マプト#,
10865             },
10866             'Africa/Maseru' => {
10867             exemplarCity => q#マセル#,
10868             },
10869             'Africa/Mbabane' => {
10870             exemplarCity => q#ムババーネ#,
10871             },
10872             'Africa/Mogadishu' => {
10873             exemplarCity => q#モガディシオ#,
10874             },
10875             'Africa/Monrovia' => {
10876             exemplarCity => q#モンロビア#,
10877             },
10878             'Africa/Nairobi' => {
10879             exemplarCity => q#ナイロビ#,
10880             },
10881             'Africa/Ndjamena' => {
10882             exemplarCity => q#ンジャメナ#,
10883             },
10884             'Africa/Niamey' => {
10885             exemplarCity => q#ニアメ#,
10886             },
10887             'Africa/Nouakchott' => {
10888             exemplarCity => q#ヌアクショット#,
10889             },
10890             'Africa/Ouagadougou' => {
10891             exemplarCity => q#ワガドゥグー#,
10892             },
10893             'Africa/Porto-Novo' => {
10894             exemplarCity => q#ポルトノボ#,
10895             },
10896             'Africa/Sao_Tome' => {
10897             exemplarCity => q#サントメ#,
10898             },
10899             'Africa/Tripoli' => {
10900             exemplarCity => q#トリポリ#,
10901             },
10902             'Africa/Tunis' => {
10903             exemplarCity => q#チュニス#,
10904             },
10905             'Africa/Windhoek' => {
10906             exemplarCity => q#ウィントフック#,
10907             },
10908             'Africa_Central' => {
10909             long => {
10910             'standard' => q#中央アフリカ時間#,
10911             },
10912             },
10913             'Africa_Eastern' => {
10914             long => {
10915             'standard' => q#東アフリカ時間#,
10916             },
10917             },
10918             'Africa_Southern' => {
10919             long => {
10920             'standard' => q#南アフリカ標準時#,
10921             },
10922             },
10923             'Africa_Western' => {
10924             long => {
10925             'daylight' => q#西アフリカ夏時間#,
10926             'generic' => q#西アフリカ時間#,
10927             'standard' => q#西アフリカ標準時#,
10928             },
10929             },
10930             'Alaska' => {
10931             long => {
10932             'daylight' => q#アラスカ夏時間#,
10933             'generic' => q#アラスカ時間#,
10934             'standard' => q#アラスカ標準時#,
10935             },
10936             },
10937             'Almaty' => {
10938             long => {
10939             'daylight' => q#アルマトイ夏時間#,
10940             'generic' => q#アルトマイ時間#,
10941             'standard' => q#アルトマイ標準時#,
10942             },
10943             },
10944             'Amazon' => {
10945             long => {
10946             'daylight' => q#アマゾン夏時間#,
10947             'generic' => q#アマゾン時間#,
10948             'standard' => q#アマゾン標準時#,
10949             },
10950             },
10951             'America/Adak' => {
10952             exemplarCity => q#アダック#,
10953             },
10954             'America/Anchorage' => {
10955             exemplarCity => q#アンカレッジ#,
10956             },
10957             'America/Anguilla' => {
10958             exemplarCity => q#アンギラ#,
10959             },
10960             'America/Antigua' => {
10961             exemplarCity => q#アンティグア#,
10962             },
10963             'America/Araguaina' => {
10964             exemplarCity => q#アラグァイナ#,
10965             },
10966             'America/Argentina/La_Rioja' => {
10967             exemplarCity => q#ラリオハ#,
10968             },
10969             'America/Argentina/Rio_Gallegos' => {
10970             exemplarCity => q#リオガジェゴス#,
10971             },
10972             'America/Argentina/Salta' => {
10973             exemplarCity => q#サルタ#,
10974             },
10975             'America/Argentina/San_Juan' => {
10976             exemplarCity => q#サンファン#,
10977             },
10978             'America/Argentina/San_Luis' => {
10979             exemplarCity => q#サンルイス#,
10980             },
10981             'America/Argentina/Tucuman' => {
10982             exemplarCity => q#トゥクマン#,
10983             },
10984             'America/Argentina/Ushuaia' => {
10985             exemplarCity => q#ウシュアイア#,
10986             },
10987             'America/Aruba' => {
10988             exemplarCity => q#アルバ#,
10989             },
10990             'America/Asuncion' => {
10991             exemplarCity => q#アスンシオン#,
10992             },
10993             'America/Bahia' => {
10994             exemplarCity => q#バイーア#,
10995             },
10996             'America/Bahia_Banderas' => {
10997             exemplarCity => q#バイアバンデラ#,
10998             },
10999             'America/Barbados' => {
11000             exemplarCity => q#バルバドス#,
11001             },
11002             'America/Belem' => {
11003             exemplarCity => q#ベレン#,
11004             },
11005             'America/Belize' => {
11006             exemplarCity => q#ベリーズ#,
11007             },
11008             'America/Blanc-Sablon' => {
11009             exemplarCity => q#ブラン・サブロン#,
11010             },
11011             'America/Boa_Vista' => {
11012             exemplarCity => q#ボアビスタ#,
11013             },
11014             'America/Bogota' => {
11015             exemplarCity => q#ボゴタ#,
11016             },
11017             'America/Boise' => {
11018             exemplarCity => q#ボイシ#,
11019             },
11020             'America/Buenos_Aires' => {
11021             exemplarCity => q#ブエノスアイレス#,
11022             },
11023             'America/Cambridge_Bay' => {
11024             exemplarCity => q#ケンブリッジベイ#,
11025             },
11026             'America/Campo_Grande' => {
11027             exemplarCity => q#カンポグランデ#,
11028             },
11029             'America/Cancun' => {
11030             exemplarCity => q#カンクン#,
11031             },
11032             'America/Caracas' => {
11033             exemplarCity => q#カラカス#,
11034             },
11035             'America/Catamarca' => {
11036             exemplarCity => q#カタマルカ#,
11037             },
11038             'America/Cayenne' => {
11039             exemplarCity => q#カイエンヌ#,
11040             },
11041             'America/Cayman' => {
11042             exemplarCity => q#ケイマン#,
11043             },
11044             'America/Chicago' => {
11045             exemplarCity => q#シカゴ#,
11046             },
11047             'America/Chihuahua' => {
11048             exemplarCity => q#チワワ#,
11049             },
11050             'America/Ciudad_Juarez' => {
11051             exemplarCity => q#シウダー・フアレス#,
11052             },
11053             'America/Coral_Harbour' => {
11054             exemplarCity => q#アティコカン#,
11055             },
11056             'America/Cordoba' => {
11057             exemplarCity => q#コルドバ#,
11058             },
11059             'America/Costa_Rica' => {
11060             exemplarCity => q#コスタリカ#,
11061             },
11062             'America/Creston' => {
11063             exemplarCity => q#クレストン#,
11064             },
11065             'America/Cuiaba' => {
11066             exemplarCity => q#クイアバ#,
11067             },
11068             'America/Curacao' => {
11069             exemplarCity => q#キュラソー#,
11070             },
11071             'America/Danmarkshavn' => {
11072             exemplarCity => q#デンマークシャウン#,
11073             },
11074             'America/Dawson' => {
11075             exemplarCity => q#ドーソン#,
11076             },
11077             'America/Dawson_Creek' => {
11078             exemplarCity => q#ドーソンクリーク#,
11079             },
11080             'America/Denver' => {
11081             exemplarCity => q#デンバー#,
11082             },
11083             'America/Detroit' => {
11084             exemplarCity => q#デトロイト#,
11085             },
11086             'America/Dominica' => {
11087             exemplarCity => q#ドミニカ#,
11088             },
11089             'America/Edmonton' => {
11090             exemplarCity => q#エドモントン#,
11091             },
11092             'America/Eirunepe' => {
11093             exemplarCity => q#エイルネペ#,
11094             },
11095             'America/El_Salvador' => {
11096             exemplarCity => q#エルサルバドル#,
11097             },
11098             'America/Fort_Nelson' => {
11099             exemplarCity => q#フォートネルソン#,
11100             },
11101             'America/Fortaleza' => {
11102             exemplarCity => q#フォルタレザ#,
11103             },
11104             'America/Glace_Bay' => {
11105             exemplarCity => q#グレースベイ#,
11106             },
11107             'America/Godthab' => {
11108             exemplarCity => q#ヌーク#,
11109             },
11110             'America/Goose_Bay' => {
11111             exemplarCity => q#グースベイ#,
11112             },
11113             'America/Grand_Turk' => {
11114             exemplarCity => q#グランドターク#,
11115             },
11116             'America/Grenada' => {
11117             exemplarCity => q#グレナダ#,
11118             },
11119             'America/Guadeloupe' => {
11120             exemplarCity => q#グアドループ#,
11121             },
11122             'America/Guatemala' => {
11123             exemplarCity => q#グアテマラ#,
11124             },
11125             'America/Guayaquil' => {
11126             exemplarCity => q#グアヤキル#,
11127             },
11128             'America/Guyana' => {
11129             exemplarCity => q#ガイアナ#,
11130             },
11131             'America/Halifax' => {
11132             exemplarCity => q#ハリファクス#,
11133             },
11134             'America/Havana' => {
11135             exemplarCity => q#ハバナ#,
11136             },
11137             'America/Hermosillo' => {
11138             exemplarCity => q#エルモシヨ#,
11139             },
11140             'America/Indiana/Knox' => {
11141             exemplarCity => q#インディアナ州ノックス#,
11142             },
11143             'America/Indiana/Marengo' => {
11144             exemplarCity => q#インディアナ州マレンゴ#,
11145             },
11146             'America/Indiana/Petersburg' => {
11147             exemplarCity => q#インディアナ州ピーターズバーグ#,
11148             },
11149             'America/Indiana/Tell_City' => {
11150             exemplarCity => q#インディアナ州テルシティ#,
11151             },
11152             'America/Indiana/Vevay' => {
11153             exemplarCity => q#インディアナ州ビベー#,
11154             },
11155             'America/Indiana/Vincennes' => {
11156             exemplarCity => q#インディアナ州ビンセンス#,
11157             },
11158             'America/Indiana/Winamac' => {
11159             exemplarCity => q#インディアナ州ウィナマック#,
11160             },
11161             'America/Indianapolis' => {
11162             exemplarCity => q#インディアナポリス#,
11163             },
11164             'America/Inuvik' => {
11165             exemplarCity => q#イヌヴィク#,
11166             },
11167             'America/Iqaluit' => {
11168             exemplarCity => q#イカルイット#,
11169             },
11170             'America/Jamaica' => {
11171             exemplarCity => q#ジャマイカ#,
11172             },
11173             'America/Jujuy' => {
11174             exemplarCity => q#フフイ#,
11175             },
11176             'America/Juneau' => {
11177             exemplarCity => q#ジュノー#,
11178             },
11179             'America/Kentucky/Monticello' => {
11180             exemplarCity => q#ケンタッキー州モンティチェロ#,
11181             },
11182             'America/Kralendijk' => {
11183             exemplarCity => q#クラレンダイク#,
11184             },
11185             'America/La_Paz' => {
11186             exemplarCity => q#ラパス#,
11187             },
11188             'America/Lima' => {
11189             exemplarCity => q#リマ#,
11190             },
11191             'America/Los_Angeles' => {
11192             exemplarCity => q#ロサンゼルス#,
11193             },
11194             'America/Louisville' => {
11195             exemplarCity => q#ルイビル#,
11196             },
11197             'America/Lower_Princes' => {
11198             exemplarCity => q#ローワー・プリンセズ・クウォーター#,
11199             },
11200             'America/Maceio' => {
11201             exemplarCity => q#マセイオ#,
11202             },
11203             'America/Managua' => {
11204             exemplarCity => q#マナグア#,
11205             },
11206             'America/Manaus' => {
11207             exemplarCity => q#マナウス#,
11208             },
11209             'America/Marigot' => {
11210             exemplarCity => q#マリゴ#,
11211             },
11212             'America/Martinique' => {
11213             exemplarCity => q#マルティニーク#,
11214             },
11215             'America/Matamoros' => {
11216             exemplarCity => q#マタモロス#,
11217             },
11218             'America/Mazatlan' => {
11219             exemplarCity => q#マサトラン#,
11220             },
11221             'America/Mendoza' => {
11222             exemplarCity => q#メンドーサ#,
11223             },
11224             'America/Menominee' => {
11225             exemplarCity => q#メノミニー#,
11226             },
11227             'America/Merida' => {
11228             exemplarCity => q#メリダ#,
11229             },
11230             'America/Metlakatla' => {
11231             exemplarCity => q#メトラカトラ#,
11232             },
11233             'America/Mexico_City' => {
11234             exemplarCity => q#メキシコシティー#,
11235             },
11236             'America/Miquelon' => {
11237             exemplarCity => q#ミクロン島#,
11238             },
11239             'America/Moncton' => {
11240             exemplarCity => q#モンクトン#,
11241             },
11242             'America/Monterrey' => {
11243             exemplarCity => q#モンテレイ#,
11244             },
11245             'America/Montevideo' => {
11246             exemplarCity => q#モンテビデオ#,
11247             },
11248             'America/Montserrat' => {
11249             exemplarCity => q#モントセラト#,
11250             },
11251             'America/Nassau' => {
11252             exemplarCity => q#ナッソー#,
11253             },
11254             'America/New_York' => {
11255             exemplarCity => q#ニューヨーク#,
11256             },
11257             'America/Nome' => {
11258             exemplarCity => q#ノーム#,
11259             },
11260             'America/Noronha' => {
11261             exemplarCity => q#ノローニャ#,
11262             },
11263             'America/North_Dakota/Beulah' => {
11264             exemplarCity => q#ノースダコタ州ビューラー#,
11265             },
11266             'America/North_Dakota/Center' => {
11267             exemplarCity => q#ノースダコタ州センター#,
11268             },
11269             'America/North_Dakota/New_Salem' => {
11270             exemplarCity => q#ノースダコタ州ニューセーラム#,
11271             },
11272             'America/Ojinaga' => {
11273             exemplarCity => q#オヒナガ#,
11274             },
11275             'America/Panama' => {
11276             exemplarCity => q#パナマ#,
11277             },
11278             'America/Paramaribo' => {
11279             exemplarCity => q#パラマリボ#,
11280             },
11281             'America/Phoenix' => {
11282             exemplarCity => q#フェニックス#,
11283             },
11284             'America/Port-au-Prince' => {
11285             exemplarCity => q#ポルトープランス#,
11286             },
11287             'America/Port_of_Spain' => {
11288             exemplarCity => q#ポートオブスペイン#,
11289             },
11290             'America/Porto_Velho' => {
11291             exemplarCity => q#ポルトベーリョ#,
11292             },
11293             'America/Puerto_Rico' => {
11294             exemplarCity => q#プエルトリコ#,
11295             },
11296             'America/Punta_Arenas' => {
11297             exemplarCity => q#プンタアレナス#,
11298             },
11299             'America/Rankin_Inlet' => {
11300             exemplarCity => q#ランキンインレット#,
11301             },
11302             'America/Recife' => {
11303             exemplarCity => q#レシフェ#,
11304             },
11305             'America/Regina' => {
11306             exemplarCity => q#レジャイナ#,
11307             },
11308             'America/Resolute' => {
11309             exemplarCity => q#レゾリュート#,
11310             },
11311             'America/Rio_Branco' => {
11312             exemplarCity => q#リオブランコ#,
11313             },
11314             'America/Santarem' => {
11315             exemplarCity => q#サンタレム#,
11316             },
11317             'America/Santiago' => {
11318             exemplarCity => q#サンチアゴ#,
11319             },
11320             'America/Santo_Domingo' => {
11321             exemplarCity => q#サントドミンゴ#,
11322             },
11323             'America/Sao_Paulo' => {
11324             exemplarCity => q#サンパウロ#,
11325             },
11326             'America/Scoresbysund' => {
11327             exemplarCity => q#イトコルトルミット#,
11328             },
11329             'America/Sitka' => {
11330             exemplarCity => q#シトカ#,
11331             },
11332             'America/St_Barthelemy' => {
11333             exemplarCity => q#サン・バルテルミー#,
11334             },
11335             'America/St_Johns' => {
11336             exemplarCity => q#セントジョンズ#,
11337             },
11338             'America/St_Kitts' => {
11339             exemplarCity => q#セントクリストファー#,
11340             },
11341             'America/St_Lucia' => {
11342             exemplarCity => q#セントルシア#,
11343             },
11344             'America/St_Thomas' => {
11345             exemplarCity => q#セントトーマス#,
11346             },
11347             'America/St_Vincent' => {
11348             exemplarCity => q#セントビンセント#,
11349             },
11350             'America/Swift_Current' => {
11351             exemplarCity => q#スウィフトカレント#,
11352             },
11353             'America/Tegucigalpa' => {
11354             exemplarCity => q#テグシガルパ#,
11355             },
11356             'America/Thule' => {
11357             exemplarCity => q#チューレ#,
11358             },
11359             'America/Tijuana' => {
11360             exemplarCity => q#ティフアナ#,
11361             },
11362             'America/Toronto' => {
11363             exemplarCity => q#トロント#,
11364             },
11365             'America/Tortola' => {
11366             exemplarCity => q#トルトーラ#,
11367             },
11368             'America/Vancouver' => {
11369             exemplarCity => q#バンクーバー#,
11370             },
11371             'America/Whitehorse' => {
11372             exemplarCity => q#ホワイトホース#,
11373             },
11374             'America/Winnipeg' => {
11375             exemplarCity => q#ウィニペグ#,
11376             },
11377             'America/Yakutat' => {
11378             exemplarCity => q#ヤクタット#,
11379             },
11380             'America_Central' => {
11381             long => {
11382             'daylight' => q#アメリカ中部夏時間#,
11383             'generic' => q#アメリカ中部時間#,
11384             'standard' => q#アメリカ中部標準時#,
11385             },
11386             },
11387             'America_Eastern' => {
11388             long => {
11389             'daylight' => q#アメリカ東部夏時間#,
11390             'generic' => q#アメリカ東部時間#,
11391             'standard' => q#アメリカ東部標準時#,
11392             },
11393             },
11394             'America_Mountain' => {
11395             long => {
11396             'daylight' => q#アメリカ山地夏時間#,
11397             'generic' => q#アメリカ山地時間#,
11398             'standard' => q#アメリカ山地標準時#,
11399             },
11400             },
11401             'America_Pacific' => {
11402             long => {
11403             'daylight' => q#アメリカ太平洋夏時間#,
11404             'generic' => q#アメリカ太平洋時間#,
11405             'standard' => q#アメリカ太平洋標準時#,
11406             },
11407             },
11408             'Anadyr' => {
11409             long => {
11410             'daylight' => q#アナディリ夏時間#,
11411             'generic' => q#アナディリ時間#,
11412             'standard' => q#アナディリ標準時#,
11413             },
11414             },
11415             'Antarctica/Casey' => {
11416             exemplarCity => q#ケーシー基地#,
11417             },
11418             'Antarctica/Davis' => {
11419             exemplarCity => q#デービス基地#,
11420             },
11421             'Antarctica/DumontDUrville' => {
11422             exemplarCity => q#デュモン・デュルヴィル基地#,
11423             },
11424             'Antarctica/Macquarie' => {
11425             exemplarCity => q#マッコリー#,
11426             },
11427             'Antarctica/Mawson' => {
11428             exemplarCity => q#モーソン基地#,
11429             },
11430             'Antarctica/McMurdo' => {
11431             exemplarCity => q#マクマード基地#,
11432             },
11433             'Antarctica/Palmer' => {
11434             exemplarCity => q#パーマー基地#,
11435             },
11436             'Antarctica/Rothera' => {
11437             exemplarCity => q#ロゼラ基地#,
11438             },
11439             'Antarctica/Syowa' => {
11440             exemplarCity => q#昭和基地#,
11441             },
11442             'Antarctica/Troll' => {
11443             exemplarCity => q#トロル基地#,
11444             },
11445             'Antarctica/Vostok' => {
11446             exemplarCity => q#ボストーク基地#,
11447             },
11448             'Apia' => {
11449             long => {
11450             'daylight' => q#アピア夏時間#,
11451             'generic' => q#アピア時間#,
11452             'standard' => q#アピア標準時#,
11453             },
11454             },
11455             'Aqtau' => {
11456             long => {
11457             'daylight' => q#アクタウ夏時間#,
11458             'generic' => q#アクタウ時間#,
11459             'standard' => q#アクタウ標準時#,
11460             },
11461             },
11462             'Aqtobe' => {
11463             long => {
11464             'daylight' => q#アクトベ夏時間#,
11465             'generic' => q#アクトベ時間#,
11466             'standard' => q#アクトベ標準時#,
11467             },
11468             },
11469             'Arabian' => {
11470             long => {
11471             'daylight' => q#アラビア夏時間#,
11472             'generic' => q#アラビア時間#,
11473             'standard' => q#アラビア標準時#,
11474             },
11475             },
11476             'Arctic/Longyearbyen' => {
11477             exemplarCity => q#ロングイェールビーン#,
11478             },
11479             'Argentina' => {
11480             long => {
11481             'daylight' => q#アルゼンチン夏時間#,
11482             'generic' => q#アルゼンチン時間#,
11483             'standard' => q#アルゼンチン標準時#,
11484             },
11485             },
11486             'Argentina_Western' => {
11487             long => {
11488             'daylight' => q#西部アルゼンチン夏時間#,
11489             'generic' => q#西部アルゼンチン時間#,
11490             'standard' => q#西部アルゼンチン標準時#,
11491             },
11492             },
11493             'Armenia' => {
11494             long => {
11495             'daylight' => q#アルメニア夏時間#,
11496             'generic' => q#アルメニア時間#,
11497             'standard' => q#アルメニア標準時#,
11498             },
11499             },
11500             'Asia/Aden' => {
11501             exemplarCity => q#アデン#,
11502             },
11503             'Asia/Almaty' => {
11504             exemplarCity => q#アルマトイ#,
11505             },
11506             'Asia/Amman' => {
11507             exemplarCity => q#アンマン#,
11508             },
11509             'Asia/Anadyr' => {
11510             exemplarCity => q#アナディリ#,
11511             },
11512             'Asia/Aqtau' => {
11513             exemplarCity => q#アクタウ#,
11514             },
11515             'Asia/Aqtobe' => {
11516             exemplarCity => q#アクトベ#,
11517             },
11518             'Asia/Ashgabat' => {
11519             exemplarCity => q#アシガバード#,
11520             },
11521             'Asia/Atyrau' => {
11522             exemplarCity => q#アティラウ#,
11523             },
11524             'Asia/Baghdad' => {
11525             exemplarCity => q#バグダッド#,
11526             },
11527             'Asia/Bahrain' => {
11528             exemplarCity => q#バーレーン#,
11529             },
11530             'Asia/Baku' => {
11531             exemplarCity => q#バクー#,
11532             },
11533             'Asia/Bangkok' => {
11534             exemplarCity => q#バンコク#,
11535             },
11536             'Asia/Barnaul' => {
11537             exemplarCity => q#バルナウル#,
11538             },
11539             'Asia/Beirut' => {
11540             exemplarCity => q#ベイルート#,
11541             },
11542             'Asia/Bishkek' => {
11543             exemplarCity => q#ビシュケク#,
11544             },
11545             'Asia/Brunei' => {
11546             exemplarCity => q#ブルネイ#,
11547             },
11548             'Asia/Calcutta' => {
11549             exemplarCity => q#コルカタ#,
11550             },
11551             'Asia/Chita' => {
11552             exemplarCity => q#チタ#,
11553             },
11554             'Asia/Colombo' => {
11555             exemplarCity => q#コロンボ#,
11556             },
11557             'Asia/Damascus' => {
11558             exemplarCity => q#ダマスカス#,
11559             },
11560             'Asia/Dhaka' => {
11561             exemplarCity => q#ダッカ#,
11562             },
11563             'Asia/Dili' => {
11564             exemplarCity => q#ディリ#,
11565             },
11566             'Asia/Dubai' => {
11567             exemplarCity => q#ドバイ#,
11568             },
11569             'Asia/Dushanbe' => {
11570             exemplarCity => q#ドゥシャンベ#,
11571             },
11572             'Asia/Famagusta' => {
11573             exemplarCity => q#ファマグスタ#,
11574             },
11575             'Asia/Gaza' => {
11576             exemplarCity => q#ガザ#,
11577             },
11578             'Asia/Hebron' => {
11579             exemplarCity => q#ヘブロン#,
11580             },
11581             'Asia/Hong_Kong' => {
11582             exemplarCity => q#香港#,
11583             },
11584             'Asia/Hovd' => {
11585             exemplarCity => q#ホブド#,
11586             },
11587             'Asia/Irkutsk' => {
11588             exemplarCity => q#イルクーツク#,
11589             },
11590             'Asia/Jakarta' => {
11591             exemplarCity => q#ジャカルタ#,
11592             },
11593             'Asia/Jayapura' => {
11594             exemplarCity => q#ジャヤプラ#,
11595             },
11596             'Asia/Jerusalem' => {
11597             exemplarCity => q#エルサレム#,
11598             },
11599             'Asia/Kabul' => {
11600             exemplarCity => q#カブール#,
11601             },
11602             'Asia/Kamchatka' => {
11603             exemplarCity => q#カムチャッカ#,
11604             },
11605             'Asia/Karachi' => {
11606             exemplarCity => q#カラチ#,
11607             },
11608             'Asia/Katmandu' => {
11609             exemplarCity => q#カトマンズ#,
11610             },
11611             'Asia/Khandyga' => {
11612             exemplarCity => q#ハンドゥイガ#,
11613             },
11614             'Asia/Krasnoyarsk' => {
11615             exemplarCity => q#クラスノヤルスク#,
11616             },
11617             'Asia/Kuala_Lumpur' => {
11618             exemplarCity => q#クアラルンプール#,
11619             },
11620             'Asia/Kuching' => {
11621             exemplarCity => q#クチン#,
11622             },
11623             'Asia/Kuwait' => {
11624             exemplarCity => q#クウェート#,
11625             },
11626             'Asia/Macau' => {
11627             exemplarCity => q#マカオ#,
11628             },
11629             'Asia/Magadan' => {
11630             exemplarCity => q#マガダン#,
11631             },
11632             'Asia/Makassar' => {
11633             exemplarCity => q#マカッサル#,
11634             },
11635             'Asia/Manila' => {
11636             exemplarCity => q#マニラ#,
11637             },
11638             'Asia/Muscat' => {
11639             exemplarCity => q#マスカット#,
11640             },
11641             'Asia/Nicosia' => {
11642             exemplarCity => q#ニコシア#,
11643             },
11644             'Asia/Novokuznetsk' => {
11645             exemplarCity => q#ノヴォクズネツク#,
11646             },
11647             'Asia/Novosibirsk' => {
11648             exemplarCity => q#ノヴォシビルスク#,
11649             },
11650             'Asia/Omsk' => {
11651             exemplarCity => q#オムスク#,
11652             },
11653             'Asia/Oral' => {
11654             exemplarCity => q#オラル#,
11655             },
11656             'Asia/Phnom_Penh' => {
11657             exemplarCity => q#プノンペン#,
11658             },
11659             'Asia/Pontianak' => {
11660             exemplarCity => q#ポンティアナック#,
11661             },
11662             'Asia/Pyongyang' => {
11663             exemplarCity => q#平壌#,
11664             },
11665             'Asia/Qatar' => {
11666             exemplarCity => q#カタール#,
11667             },
11668             'Asia/Qostanay' => {
11669             exemplarCity => q#コスタナイ#,
11670             },
11671             'Asia/Qyzylorda' => {
11672             exemplarCity => q#クズロルダ#,
11673             },
11674             'Asia/Rangoon' => {
11675             exemplarCity => q#ヤンゴン#,
11676             },
11677             'Asia/Riyadh' => {
11678             exemplarCity => q#リヤド#,
11679             },
11680             'Asia/Saigon' => {
11681             exemplarCity => q#ホーチミン#,
11682             },
11683             'Asia/Sakhalin' => {
11684             exemplarCity => q#サハリン#,
11685             },
11686             'Asia/Samarkand' => {
11687             exemplarCity => q#サマルカンド#,
11688             },
11689             'Asia/Seoul' => {
11690             exemplarCity => q#ソウル#,
11691             },
11692             'Asia/Shanghai' => {
11693             exemplarCity => q#上海#,
11694             },
11695             'Asia/Singapore' => {
11696             exemplarCity => q#シンガポール#,
11697             },
11698             'Asia/Srednekolymsk' => {
11699             exemplarCity => q#スレドネコリムスク#,
11700             },
11701             'Asia/Taipei' => {
11702             exemplarCity => q#台北#,
11703             },
11704             'Asia/Tashkent' => {
11705             exemplarCity => q#タシケント#,
11706             },
11707             'Asia/Tbilisi' => {
11708             exemplarCity => q#トビリシ#,
11709             },
11710             'Asia/Tehran' => {
11711             exemplarCity => q#テヘラン#,
11712             },
11713             'Asia/Thimphu' => {
11714             exemplarCity => q#ティンプー#,
11715             },
11716             'Asia/Tokyo' => {
11717             exemplarCity => q#東京#,
11718             },
11719             'Asia/Tomsk' => {
11720             exemplarCity => q#トムスク#,
11721             },
11722             'Asia/Ulaanbaatar' => {
11723             exemplarCity => q#ウランバートル#,
11724             },
11725             'Asia/Urumqi' => {
11726             exemplarCity => q#ウルムチ#,
11727             },
11728             'Asia/Ust-Nera' => {
11729             exemplarCity => q#ウスチネラ#,
11730             },
11731             'Asia/Vientiane' => {
11732             exemplarCity => q#ビエンチャン#,
11733             },
11734             'Asia/Vladivostok' => {
11735             exemplarCity => q#ウラジオストク#,
11736             },
11737             'Asia/Yakutsk' => {
11738             exemplarCity => q#ヤクーツク#,
11739             },
11740             'Asia/Yekaterinburg' => {
11741             exemplarCity => q#エカテリンブルグ#,
11742             },
11743             'Asia/Yerevan' => {
11744             exemplarCity => q#エレバン#,
11745             },
11746             'Atlantic' => {
11747             long => {
11748             'daylight' => q#大西洋夏時間#,
11749             'generic' => q#大西洋時間#,
11750             'standard' => q#大西洋標準時#,
11751             },
11752             },
11753             'Atlantic/Azores' => {
11754             exemplarCity => q#アゾレス#,
11755             },
11756             'Atlantic/Bermuda' => {
11757             exemplarCity => q#バミューダ#,
11758             },
11759             'Atlantic/Canary' => {
11760             exemplarCity => q#カナリア#,
11761             },
11762             'Atlantic/Cape_Verde' => {
11763             exemplarCity => q#カーボベルデ#,
11764             },
11765             'Atlantic/Faeroe' => {
11766             exemplarCity => q#フェロー#,
11767             },
11768             'Atlantic/Madeira' => {
11769             exemplarCity => q#マデイラ#,
11770             },
11771             'Atlantic/Reykjavik' => {
11772             exemplarCity => q#レイキャビク#,
11773             },
11774             'Atlantic/South_Georgia' => {
11775             exemplarCity => q#サウスジョージア#,
11776             },
11777             'Atlantic/St_Helena' => {
11778             exemplarCity => q#セントヘレナ#,
11779             },
11780             'Atlantic/Stanley' => {
11781             exemplarCity => q#スタンレー#,
11782             },
11783             'Australia/Adelaide' => {
11784             exemplarCity => q#アデレード#,
11785             },
11786             'Australia/Brisbane' => {
11787             exemplarCity => q#ブリスベン#,
11788             },
11789             'Australia/Broken_Hill' => {
11790             exemplarCity => q#ブロークンヒル#,
11791             },
11792             'Australia/Darwin' => {
11793             exemplarCity => q#ダーウィン#,
11794             },
11795             'Australia/Eucla' => {
11796             exemplarCity => q#ユークラ#,
11797             },
11798             'Australia/Hobart' => {
11799             exemplarCity => q#ホバート#,
11800             },
11801             'Australia/Lindeman' => {
11802             exemplarCity => q#リンデマン#,
11803             },
11804             'Australia/Lord_Howe' => {
11805             exemplarCity => q#ロードハウ#,
11806             },
11807             'Australia/Melbourne' => {
11808             exemplarCity => q#メルボルン#,
11809             },
11810             'Australia/Perth' => {
11811             exemplarCity => q#パース#,
11812             },
11813             'Australia/Sydney' => {
11814             exemplarCity => q#シドニー#,
11815             },
11816             'Australia_Central' => {
11817             long => {
11818             'daylight' => q#オーストラリア中部夏時間#,
11819             'generic' => q#オーストラリア中部時間#,
11820             'standard' => q#オーストラリア中部標準時#,
11821             },
11822             },
11823             'Australia_CentralWestern' => {
11824             long => {
11825             'daylight' => q#オーストラリア中西部夏時間#,
11826             'generic' => q#オーストラリア中西部時間#,
11827             'standard' => q#オーストラリア中西部標準時#,
11828             },
11829             },
11830             'Australia_Eastern' => {
11831             long => {
11832             'daylight' => q#オーストラリア東部夏時間#,
11833             'generic' => q#オーストラリア東部時間#,
11834             'standard' => q#オーストラリア東部標準時#,
11835             },
11836             },
11837             'Australia_Western' => {
11838             long => {
11839             'daylight' => q#オーストラリア西部夏時間#,
11840             'generic' => q#オーストラリア西部時間#,
11841             'standard' => q#オーストラリア西部標準時#,
11842             },
11843             },
11844             'Azerbaijan' => {
11845             long => {
11846             'daylight' => q#アゼルバイジャン夏時間#,
11847             'generic' => q#アゼルバイジャン時間#,
11848             'standard' => q#アゼルバイジャン標準時#,
11849             },
11850             },
11851             'Azores' => {
11852             long => {
11853             'daylight' => q#アゾレス夏時間#,
11854             'generic' => q#アゾレス時間#,
11855             'standard' => q#アゾレス標準時#,
11856             },
11857             },
11858             'Bangladesh' => {
11859             long => {
11860             'daylight' => q#バングラデシュ夏時間#,
11861             'generic' => q#バングラデシュ時間#,
11862             'standard' => q#バングラデシュ標準時#,
11863             },
11864             },
11865             'Bhutan' => {
11866             long => {
11867             'standard' => q#ブータン時間#,
11868             },
11869             },
11870             'Bolivia' => {
11871             long => {
11872             'standard' => q#ボリビア時間#,
11873             },
11874             },
11875             'Brasilia' => {
11876             long => {
11877             'daylight' => q#ブラジリア夏時間#,
11878             'generic' => q#ブラジリア時間#,
11879             'standard' => q#ブラジリア標準時#,
11880             },
11881             },
11882             'Brunei' => {
11883             long => {
11884             'standard' => q#ブルネイ・ダルサラーム時間#,
11885             },
11886             },
11887             'Cape_Verde' => {
11888             long => {
11889             'daylight' => q#カーボベルデ夏時間#,
11890             'generic' => q#カーボベルデ時間#,
11891             'standard' => q#カーボベルデ標準時#,
11892             },
11893             },
11894             'Casey' => {
11895             long => {
11896             'standard' => q#ケイシー基地時間#,
11897             },
11898             },
11899             'Chamorro' => {
11900             long => {
11901             'standard' => q#チャモロ時間#,
11902             },
11903             },
11904             'Chatham' => {
11905             long => {
11906             'daylight' => q#チャタム夏時間#,
11907             'generic' => q#チャタム時間#,
11908             'standard' => q#チャタム標準時#,
11909             },
11910             },
11911             'Chile' => {
11912             long => {
11913             'daylight' => q#チリ夏時間#,
11914             'generic' => q#チリ時間#,
11915             'standard' => q#チリ標準時#,
11916             },
11917             },
11918             'China' => {
11919             long => {
11920             'daylight' => q#中国夏時間#,
11921             'generic' => q#中国時間#,
11922             'standard' => q#中国標準時#,
11923             },
11924             },
11925             'Christmas' => {
11926             long => {
11927             'standard' => q#クリスマス島時間#,
11928             },
11929             },
11930             'Cocos' => {
11931             long => {
11932             'standard' => q#ココス諸島時間#,
11933             },
11934             },
11935             'Colombia' => {
11936             long => {
11937             'daylight' => q#コロンビア夏時間#,
11938             'generic' => q#コロンビア時間#,
11939             'standard' => q#コロンビア標準時#,
11940             },
11941             },
11942             'Cook' => {
11943             long => {
11944             'daylight' => q#クック諸島夏時間#,
11945             'generic' => q#クック諸島時間#,
11946             'standard' => q#クック諸島標準時#,
11947             },
11948             },
11949             'Cuba' => {
11950             long => {
11951             'daylight' => q#キューバ夏時間#,
11952             'generic' => q#キューバ時間#,
11953             'standard' => q#キューバ標準時#,
11954             },
11955             },
11956             'Davis' => {
11957             long => {
11958             'standard' => q#デービス基地時間#,
11959             },
11960             },
11961             'DumontDUrville' => {
11962             long => {
11963             'standard' => q#デュモン・デュルヴィル基地時間#,
11964             },
11965             },
11966             'East_Timor' => {
11967             long => {
11968             'standard' => q#東ティモール時間#,
11969             },
11970             },
11971             'Easter' => {
11972             long => {
11973             'daylight' => q#イースター島夏時間#,
11974             'generic' => q#イースター島時間#,
11975             'standard' => q#イースター島標準時#,
11976             },
11977             },
11978             'Ecuador' => {
11979             long => {
11980             'standard' => q#エクアドル時間#,
11981             },
11982             },
11983             'Etc/UTC' => {
11984             long => {
11985             'standard' => q#協定世界時#,
11986             },
11987             },
11988             'Etc/Unknown' => {
11989             exemplarCity => q#地域不明#,
11990             },
11991             'Europe/Amsterdam' => {
11992             exemplarCity => q#アムステルダム#,
11993             },
11994             'Europe/Andorra' => {
11995             exemplarCity => q#アンドラ#,
11996             },
11997             'Europe/Astrakhan' => {
11998             exemplarCity => q#アストラハン#,
11999             },
12000             'Europe/Athens' => {
12001             exemplarCity => q#アテネ#,
12002             },
12003             'Europe/Belgrade' => {
12004             exemplarCity => q#ベオグラード#,
12005             },
12006             'Europe/Berlin' => {
12007             exemplarCity => q#ベルリン#,
12008             },
12009             'Europe/Bratislava' => {
12010             exemplarCity => q#ブラチスラバ#,
12011             },
12012             'Europe/Brussels' => {
12013             exemplarCity => q#ブリュッセル#,
12014             },
12015             'Europe/Bucharest' => {
12016             exemplarCity => q#ブカレスト#,
12017             },
12018             'Europe/Budapest' => {
12019             exemplarCity => q#ブダペスト#,
12020             },
12021             'Europe/Busingen' => {
12022             exemplarCity => q#ビュージンゲン#,
12023             },
12024             'Europe/Chisinau' => {
12025             exemplarCity => q#キシナウ#,
12026             },
12027             'Europe/Copenhagen' => {
12028             exemplarCity => q#コペンハーゲン#,
12029             },
12030             'Europe/Dublin' => {
12031             exemplarCity => q#ダブリン#,
12032             long => {
12033             'daylight' => q#アイルランド標準時#,
12034             },
12035             },
12036             'Europe/Gibraltar' => {
12037             exemplarCity => q#ジブラルタル#,
12038             },
12039             'Europe/Guernsey' => {
12040             exemplarCity => q#ガーンジー#,
12041             },
12042             'Europe/Helsinki' => {
12043             exemplarCity => q#ヘルシンキ#,
12044             },
12045             'Europe/Isle_of_Man' => {
12046             exemplarCity => q#マン島#,
12047             },
12048             'Europe/Istanbul' => {
12049             exemplarCity => q#イスタンブール#,
12050             },
12051             'Europe/Jersey' => {
12052             exemplarCity => q#ジャージー#,
12053             },
12054             'Europe/Kaliningrad' => {
12055             exemplarCity => q#カリーニングラード#,
12056             },
12057             'Europe/Kiev' => {
12058             exemplarCity => q#キーウ#,
12059             },
12060             'Europe/Kirov' => {
12061             exemplarCity => q#キーロフ#,
12062             },
12063             'Europe/Lisbon' => {
12064             exemplarCity => q#リスボン#,
12065             },
12066             'Europe/Ljubljana' => {
12067             exemplarCity => q#リュブリャナ#,
12068             },
12069             'Europe/London' => {
12070             exemplarCity => q#ロンドン#,
12071             long => {
12072             'daylight' => q#英国夏時間#,
12073             },
12074             },
12075             'Europe/Luxembourg' => {
12076             exemplarCity => q#ルクセンブルク#,
12077             },
12078             'Europe/Madrid' => {
12079             exemplarCity => q#マドリード#,
12080             },
12081             'Europe/Malta' => {
12082             exemplarCity => q#マルタ#,
12083             },
12084             'Europe/Mariehamn' => {
12085             exemplarCity => q#マリエハムン#,
12086             },
12087             'Europe/Minsk' => {
12088             exemplarCity => q#ミンスク#,
12089             },
12090             'Europe/Monaco' => {
12091             exemplarCity => q#モナコ#,
12092             },
12093             'Europe/Moscow' => {
12094             exemplarCity => q#モスクワ#,
12095             },
12096             'Europe/Oslo' => {
12097             exemplarCity => q#オスロ#,
12098             },
12099             'Europe/Paris' => {
12100             exemplarCity => q#パリ#,
12101             },
12102             'Europe/Podgorica' => {
12103             exemplarCity => q#ポドゴリツァ#,
12104             },
12105             'Europe/Prague' => {
12106             exemplarCity => q#プラハ#,
12107             },
12108             'Europe/Riga' => {
12109             exemplarCity => q#リガ#,
12110             },
12111             'Europe/Rome' => {
12112             exemplarCity => q#ローマ#,
12113             },
12114             'Europe/Samara' => {
12115             exemplarCity => q#サマラ#,
12116             },
12117             'Europe/San_Marino' => {
12118             exemplarCity => q#サンマリノ#,
12119             },
12120             'Europe/Sarajevo' => {
12121             exemplarCity => q#サラエボ#,
12122             },
12123             'Europe/Saratov' => {
12124             exemplarCity => q#サラトフ#,
12125             },
12126             'Europe/Simferopol' => {
12127             exemplarCity => q#シンフェロポリ#,
12128             },
12129             'Europe/Skopje' => {
12130             exemplarCity => q#スコピエ#,
12131             },
12132             'Europe/Sofia' => {
12133             exemplarCity => q#ソフィア#,
12134             },
12135             'Europe/Stockholm' => {
12136             exemplarCity => q#ストックホルム#,
12137             },
12138             'Europe/Tallinn' => {
12139             exemplarCity => q#タリン#,
12140             },
12141             'Europe/Tirane' => {
12142             exemplarCity => q#ティラナ#,
12143             },
12144             'Europe/Ulyanovsk' => {
12145             exemplarCity => q#ウリヤノフスク#,
12146             },
12147             'Europe/Vaduz' => {
12148             exemplarCity => q#ファドゥーツ#,
12149             },
12150             'Europe/Vatican' => {
12151             exemplarCity => q#バチカン#,
12152             },
12153             'Europe/Vienna' => {
12154             exemplarCity => q#ウィーン#,
12155             },
12156             'Europe/Vilnius' => {
12157             exemplarCity => q#ヴィリニュス#,
12158             },
12159             'Europe/Volgograd' => {
12160             exemplarCity => q#ボルゴグラード#,
12161             },
12162             'Europe/Warsaw' => {
12163             exemplarCity => q#ワルシャワ#,
12164             },
12165             'Europe/Zagreb' => {
12166             exemplarCity => q#ザグレブ#,
12167             },
12168             'Europe/Zurich' => {
12169             exemplarCity => q#チューリッヒ#,
12170             },
12171             'Europe_Central' => {
12172             long => {
12173             'daylight' => q#中央ヨーロッパ夏時間#,
12174             'generic' => q#中央ヨーロッパ時間#,
12175             'standard' => q#中央ヨーロッパ標準時#,
12176             },
12177             },
12178             'Europe_Eastern' => {
12179             long => {
12180             'daylight' => q#東ヨーロッパ夏時間#,
12181             'generic' => q#東ヨーロッパ時間#,
12182             'standard' => q#東ヨーロッパ標準時#,
12183             },
12184             },
12185             'Europe_Further_Eastern' => {
12186             long => {
12187             'standard' => q#極東ヨーロッパ時間#,
12188             },
12189             },
12190             'Europe_Western' => {
12191             long => {
12192             'daylight' => q#西ヨーロッパ夏時間#,
12193             'generic' => q#西ヨーロッパ時間#,
12194             'standard' => q#西ヨーロッパ標準時#,
12195             },
12196             },
12197             'Falkland' => {
12198             long => {
12199             'daylight' => q#フォークランド諸島夏時間#,
12200             'generic' => q#フォークランド諸島時間#,
12201             'standard' => q#フォークランド諸島標準時#,
12202             },
12203             },
12204             'Fiji' => {
12205             long => {
12206             'daylight' => q#フィジー夏時間#,
12207             'generic' => q#フィジー時間#,
12208             'standard' => q#フィジー標準時#,
12209             },
12210             },
12211             'French_Guiana' => {
12212             long => {
12213             'standard' => q#仏領ギアナ時間#,
12214             },
12215             },
12216             'French_Southern' => {
12217             long => {
12218             'standard' => q#仏領南方南極時間#,
12219             },
12220             },
12221             'GMT' => {
12222             long => {
12223             'standard' => q#グリニッジ標準時#,
12224             },
12225             },
12226             'Galapagos' => {
12227             long => {
12228             'standard' => q#ガラパゴス時間#,
12229             },
12230             },
12231             'Gambier' => {
12232             long => {
12233             'standard' => q#ガンビエ諸島時間#,
12234             },
12235             },
12236             'Georgia' => {
12237             long => {
12238             'daylight' => q#ジョージア夏時間#,
12239             'generic' => q#ジョージア時間#,
12240             'standard' => q#ジョージア標準時#,
12241             },
12242             },
12243             'Gilbert_Islands' => {
12244             long => {
12245             'standard' => q#ギルバート諸島時間#,
12246             },
12247             },
12248             'Greenland_Eastern' => {
12249             long => {
12250             'daylight' => q#グリーンランド東部夏時間#,
12251             'generic' => q#グリーンランド東部時間#,
12252             'standard' => q#グリーンランド東部標準時#,
12253             },
12254             },
12255             'Greenland_Western' => {
12256             long => {
12257             'daylight' => q#グリーンランド西部夏時間#,
12258             'generic' => q#グリーンランド西部時間#,
12259             'standard' => q#グリーンランド西部標準時#,
12260             },
12261             },
12262             'Guam' => {
12263             long => {
12264             'standard' => q#グアム時間#,
12265             },
12266             },
12267             'Gulf' => {
12268             long => {
12269             'standard' => q#湾岸標準時#,
12270             },
12271             },
12272             'Guyana' => {
12273             long => {
12274             'standard' => q#ガイアナ時間#,
12275             },
12276             },
12277             'Hawaii_Aleutian' => {
12278             long => {
12279             'daylight' => q#ハワイ・アリューシャン夏時間#,
12280             'generic' => q#ハワイ・アリューシャン時間#,
12281             'standard' => q#ハワイ・アリューシャン標準時#,
12282             },
12283             },
12284             'Hong_Kong' => {
12285             long => {
12286             'daylight' => q#香港夏時間#,
12287             'generic' => q#香港時間#,
12288             'standard' => q#香港標準時#,
12289             },
12290             },
12291             'Hovd' => {
12292             long => {
12293             'daylight' => q#ホブド夏時間#,
12294             'generic' => q#ホブド時間#,
12295             'standard' => q#ホブド標準時#,
12296             },
12297             },
12298             'India' => {
12299             long => {
12300             'standard' => q#インド標準時#,
12301             },
12302             },
12303             'Indian/Antananarivo' => {
12304             exemplarCity => q#アンタナナリボ#,
12305             },
12306             'Indian/Chagos' => {
12307             exemplarCity => q#チャゴス#,
12308             },
12309             'Indian/Christmas' => {
12310             exemplarCity => q#クリスマス島#,
12311             },
12312             'Indian/Cocos' => {
12313             exemplarCity => q#ココス諸島#,
12314             },
12315             'Indian/Comoro' => {
12316             exemplarCity => q#コモロ#,
12317             },
12318             'Indian/Kerguelen' => {
12319             exemplarCity => q#ケルゲレン諸島#,
12320             },
12321             'Indian/Mahe' => {
12322             exemplarCity => q#マヘ#,
12323             },
12324             'Indian/Maldives' => {
12325             exemplarCity => q#モルディブ#,
12326             },
12327             'Indian/Mauritius' => {
12328             exemplarCity => q#モーリシャス#,
12329             },
12330             'Indian/Mayotte' => {
12331             exemplarCity => q#マヨット#,
12332             },
12333             'Indian/Reunion' => {
12334             exemplarCity => q#レユニオン#,
12335             },
12336             'Indian_Ocean' => {
12337             long => {
12338             'standard' => q#インド洋時間#,
12339             },
12340             },
12341             'Indochina' => {
12342             long => {
12343             'standard' => q#インドシナ時間#,
12344             },
12345             },
12346             'Indonesia_Central' => {
12347             long => {
12348             'standard' => q#インドネシア中部時間#,
12349             },
12350             },
12351             'Indonesia_Eastern' => {
12352             long => {
12353             'standard' => q#インドネシア東部時間#,
12354             },
12355             },
12356             'Indonesia_Western' => {
12357             long => {
12358             'standard' => q#インドネシア西部時間#,
12359             },
12360             },
12361             'Iran' => {
12362             long => {
12363             'daylight' => q#イラン夏時間#,
12364             'generic' => q#イラン時間#,
12365             'standard' => q#イラン標準時#,
12366             },
12367             },
12368             'Irkutsk' => {
12369             long => {
12370             'daylight' => q#イルクーツク夏時間#,
12371             'generic' => q#イルクーツク時間#,
12372             'standard' => q#イルクーツク標準時#,
12373             },
12374             },
12375             'Israel' => {
12376             long => {
12377             'daylight' => q#イスラエル夏時間#,
12378             'generic' => q#イスラエル時間#,
12379             'standard' => q#イスラエル標準時#,
12380             },
12381             },
12382             'Japan' => {
12383             long => {
12384             'daylight' => q#日本夏時間#,
12385             'generic' => q#日本時間#,
12386             'standard' => q#日本標準時#,
12387             },
12388             short => {
12389             'daylight' => q#JDT#,
12390             'generic' => q#∅∅∅#,
12391             'standard' => q#JST#,
12392             },
12393             },
12394             'Kamchatka' => {
12395             long => {
12396             'daylight' => q#ペトロパブロフスク・カムチャツキー夏時間#,
12397             'generic' => q#ペトロパブロフスク・カムチャツキー時間#,
12398             'standard' => q#ペトロパブロフスク・カムチャツキー標準時#,
12399             },
12400             },
12401             'Kazakhstan' => {
12402             long => {
12403             'standard' => q#カザフスタン時間#,
12404             },
12405             },
12406             'Kazakhstan_Eastern' => {
12407             long => {
12408             'standard' => q#東カザフスタン時間#,
12409             },
12410             },
12411             'Kazakhstan_Western' => {
12412             long => {
12413             'standard' => q#西カザフスタン時間#,
12414             },
12415             },
12416             'Korea' => {
12417             long => {
12418             'daylight' => q#韓国夏時間#,
12419             'generic' => q#韓国時間#,
12420             'standard' => q#韓国標準時#,
12421             },
12422             },
12423             'Kosrae' => {
12424             long => {
12425             'standard' => q#コスラエ時間#,
12426             },
12427             },
12428             'Krasnoyarsk' => {
12429             long => {
12430             'daylight' => q#クラスノヤルスク夏時間#,
12431             'generic' => q#クラスノヤルスク時間#,
12432             'standard' => q#クラスノヤルスク標準時#,
12433             },
12434             },
12435             'Kyrgystan' => {
12436             long => {
12437             'standard' => q#キルギス時間#,
12438             },
12439             },
12440             'Lanka' => {
12441             long => {
12442             'standard' => q#ランカ時間#,
12443             },
12444             },
12445             'Line_Islands' => {
12446             long => {
12447             'standard' => q#ライン諸島時間#,
12448             },
12449             },
12450             'Lord_Howe' => {
12451             long => {
12452             'daylight' => q#ロードハウ夏時間#,
12453             'generic' => q#ロードハウ時間#,
12454             'standard' => q#ロードハウ標準時#,
12455             },
12456             },
12457             'Macau' => {
12458             long => {
12459             'daylight' => q#マカオ夏時間#,
12460             'generic' => q#マカオ時間#,
12461             'standard' => q#マカオ標準時#,
12462             },
12463             },
12464             'Magadan' => {
12465             long => {
12466             'daylight' => q#マガダン夏時間#,
12467             'generic' => q#マガダン時間#,
12468             'standard' => q#マガダン標準時#,
12469             },
12470             },
12471             'Malaysia' => {
12472             long => {
12473             'standard' => q#マレーシア時間#,
12474             },
12475             },
12476             'Maldives' => {
12477             long => {
12478             'standard' => q#モルディブ時間#,
12479             },
12480             },
12481             'Marquesas' => {
12482             long => {
12483             'standard' => q#マルキーズ時間#,
12484             },
12485             },
12486             'Marshall_Islands' => {
12487             long => {
12488             'standard' => q#マーシャル諸島時間#,
12489             },
12490             },
12491             'Mauritius' => {
12492             long => {
12493             'daylight' => q#モーリシャス夏時間#,
12494             'generic' => q#モーリシャス時間#,
12495             'standard' => q#モーリシャス標準時#,
12496             },
12497             },
12498             'Mawson' => {
12499             long => {
12500             'standard' => q#モーソン基地時間#,
12501             },
12502             },
12503             'Mexico_Pacific' => {
12504             long => {
12505             'daylight' => q#メキシコ太平洋夏時間#,
12506             'generic' => q#メキシコ太平洋時間#,
12507             'standard' => q#メキシコ太平洋標準時#,
12508             },
12509             },
12510             'Mongolia' => {
12511             long => {
12512             'daylight' => q#ウランバートル夏時間#,
12513             'generic' => q#ウランバートル時間#,
12514             'standard' => q#ウランバートル標準時#,
12515             },
12516             },
12517             'Moscow' => {
12518             long => {
12519             'daylight' => q#モスクワ夏時間#,
12520             'generic' => q#モスクワ時間#,
12521             'standard' => q#モスクワ標準時#,
12522             },
12523             },
12524             'Myanmar' => {
12525             long => {
12526             'standard' => q#ミャンマー時間#,
12527             },
12528             },
12529             'Nauru' => {
12530             long => {
12531             'standard' => q#ナウル時間#,
12532             },
12533             },
12534             'Nepal' => {
12535             long => {
12536             'standard' => q#ネパール時間#,
12537             },
12538             },
12539             'New_Caledonia' => {
12540             long => {
12541             'daylight' => q#ニューカレドニア夏時間#,
12542             'generic' => q#ニューカレドニア時間#,
12543             'standard' => q#ニューカレドニア標準時#,
12544             },
12545             },
12546             'New_Zealand' => {
12547             long => {
12548             'daylight' => q#ニュージーランド夏時間#,
12549             'generic' => q#ニュージーランド時間#,
12550             'standard' => q#ニュージーランド標準時#,
12551             },
12552             },
12553             'Newfoundland' => {
12554             long => {
12555             'daylight' => q#ニューファンドランド夏時間#,
12556             'generic' => q#ニューファンドランド時間#,
12557             'standard' => q#ニューファンドランド標準時#,
12558             },
12559             },
12560             'Niue' => {
12561             long => {
12562             'standard' => q#ニウエ時間#,
12563             },
12564             },
12565             'Norfolk' => {
12566             long => {
12567             'daylight' => q#ノーフォーク島夏時間#,
12568             'generic' => q#ノーフォーク島時間#,
12569             'standard' => q#ノーフォーク島標準時#,
12570             },
12571             },
12572             'Noronha' => {
12573             long => {
12574             'daylight' => q#フェルナンド・デ・ノローニャ夏時間#,
12575             'generic' => q#フェルナンド・デ・ノローニャ時間#,
12576             'standard' => q#フェルナンド・デ・ノローニャ標準時#,
12577             },
12578             },
12579             'North_Mariana' => {
12580             long => {
12581             'standard' => q#北マリアナ諸島時間#,
12582             },
12583             },
12584             'Novosibirsk' => {
12585             long => {
12586             'daylight' => q#ノヴォシビルスク夏時間#,
12587             'generic' => q#ノヴォシビルスク時間#,
12588             'standard' => q#ノヴォシビルスク標準時#,
12589             },
12590             },
12591             'Omsk' => {
12592             long => {
12593             'daylight' => q#オムスク夏時間#,
12594             'generic' => q#オムスク時間#,
12595             'standard' => q#オムスク標準時#,
12596             },
12597             },
12598             'Pacific/Apia' => {
12599             exemplarCity => q#アピア#,
12600             },
12601             'Pacific/Auckland' => {
12602             exemplarCity => q#オークランド#,
12603             },
12604             'Pacific/Bougainville' => {
12605             exemplarCity => q#ブーゲンビル#,
12606             },
12607             'Pacific/Chatham' => {
12608             exemplarCity => q#チャタム#,
12609             },
12610             'Pacific/Easter' => {
12611             exemplarCity => q#イースター島#,
12612             },
12613             'Pacific/Efate' => {
12614             exemplarCity => q#エフェテ島#,
12615             },
12616             'Pacific/Enderbury' => {
12617             exemplarCity => q#エンダーベリー島#,
12618             },
12619             'Pacific/Fakaofo' => {
12620             exemplarCity => q#ファカオフォ#,
12621             },
12622             'Pacific/Fiji' => {
12623             exemplarCity => q#フィジー#,
12624             },
12625             'Pacific/Funafuti' => {
12626             exemplarCity => q#フナフティ#,
12627             },
12628             'Pacific/Galapagos' => {
12629             exemplarCity => q#ガラパゴス#,
12630             },
12631             'Pacific/Gambier' => {
12632             exemplarCity => q#ガンビエ諸島#,
12633             },
12634             'Pacific/Guadalcanal' => {
12635             exemplarCity => q#ガダルカナル#,
12636             },
12637             'Pacific/Guam' => {
12638             exemplarCity => q#グアム#,
12639             },
12640             'Pacific/Honolulu' => {
12641             exemplarCity => q#ホノルル#,
12642             },
12643             'Pacific/Kanton' => {
12644             exemplarCity => q#カントン島#,
12645             },
12646             'Pacific/Kiritimati' => {
12647             exemplarCity => q#キリスィマスィ島#,
12648             },
12649             'Pacific/Kosrae' => {
12650             exemplarCity => q#コスラエ#,
12651             },
12652             'Pacific/Kwajalein' => {
12653             exemplarCity => q#クェゼリン#,
12654             },
12655             'Pacific/Majuro' => {
12656             exemplarCity => q#マジュロ#,
12657             },
12658             'Pacific/Marquesas' => {
12659             exemplarCity => q#マルキーズ#,
12660             },
12661             'Pacific/Midway' => {
12662             exemplarCity => q#ミッドウェー島#,
12663             },
12664             'Pacific/Nauru' => {
12665             exemplarCity => q#ナウル#,
12666             },
12667             'Pacific/Niue' => {
12668             exemplarCity => q#ニウエ#,
12669             },
12670             'Pacific/Norfolk' => {
12671             exemplarCity => q#ノーフォーク島#,
12672             },
12673             'Pacific/Noumea' => {
12674             exemplarCity => q#ヌメア#,
12675             },
12676             'Pacific/Pago_Pago' => {
12677             exemplarCity => q#パゴパゴ#,
12678             },
12679             'Pacific/Palau' => {
12680             exemplarCity => q#パラオ#,
12681             },
12682             'Pacific/Pitcairn' => {
12683             exemplarCity => q#ピトケアン諸島#,
12684             },
12685             'Pacific/Ponape' => {
12686             exemplarCity => q#ポンペイ島#,
12687             },
12688             'Pacific/Port_Moresby' => {
12689             exemplarCity => q#ポートモレスビー#,
12690             },
12691             'Pacific/Rarotonga' => {
12692             exemplarCity => q#ラロトンガ#,
12693             },
12694             'Pacific/Saipan' => {
12695             exemplarCity => q#サイパン#,
12696             },
12697             'Pacific/Tahiti' => {
12698             exemplarCity => q#タヒチ#,
12699             },
12700             'Pacific/Tarawa' => {
12701             exemplarCity => q#タラワ#,
12702             },
12703             'Pacific/Tongatapu' => {
12704             exemplarCity => q#トンガタプ#,
12705             },
12706             'Pacific/Truk' => {
12707             exemplarCity => q#チューク#,
12708             },
12709             'Pacific/Wake' => {
12710             exemplarCity => q#ウェーク島#,
12711             },
12712             'Pacific/Wallis' => {
12713             exemplarCity => q#ウォリス諸島#,
12714             },
12715             'Pakistan' => {
12716             long => {
12717             'daylight' => q#パキスタン夏時間#,
12718             'generic' => q#パキスタン時間#,
12719             'standard' => q#パキスタン標準時#,
12720             },
12721             },
12722             'Palau' => {
12723             long => {
12724             'standard' => q#パラオ時間#,
12725             },
12726             },
12727             'Papua_New_Guinea' => {
12728             long => {
12729             'standard' => q#パプアニューギニア時間#,
12730             },
12731             },
12732             'Paraguay' => {
12733             long => {
12734             'daylight' => q#パラグアイ夏時間#,
12735             'generic' => q#パラグアイ時間#,
12736             'standard' => q#パラグアイ標準時#,
12737             },
12738             },
12739             'Peru' => {
12740             long => {
12741             'daylight' => q#ペルー夏時間#,
12742             'generic' => q#ペルー時間#,
12743             'standard' => q#ペルー標準時#,
12744             },
12745             },
12746             'Philippines' => {
12747             long => {
12748             'daylight' => q#フィリピン夏時間#,
12749             'generic' => q#フィリピン時間#,
12750             'standard' => q#フィリピン標準時#,
12751             },
12752             },
12753             'Phoenix_Islands' => {
12754             long => {
12755             'standard' => q#フェニックス諸島時間#,
12756             },
12757             },
12758             'Pierre_Miquelon' => {
12759             long => {
12760             'daylight' => q#サンピエール島・ミクロン島夏時間#,
12761             'generic' => q#サンピエール島・ミクロン島時間#,
12762             'standard' => q#サンピエール島・ミクロン島標準時#,
12763             },
12764             },
12765             'Pitcairn' => {
12766             long => {
12767             'standard' => q#ピトケアン時間#,
12768             },
12769             },
12770             'Ponape' => {
12771             long => {
12772             'standard' => q#ポナペ時間#,
12773             },
12774             },
12775             'Pyongyang' => {
12776             long => {
12777             'standard' => q#平壌時間#,
12778             },
12779             },
12780             'Qyzylorda' => {
12781             long => {
12782             'daylight' => q#クズロルダ夏時間#,
12783             'generic' => q#クズロルダ時間#,
12784             'standard' => q#クズロルダ標準時#,
12785             },
12786             },
12787             'Reunion' => {
12788             long => {
12789             'standard' => q#レユニオン時間#,
12790             },
12791             },
12792             'Rothera' => {
12793             long => {
12794             'standard' => q#ロゼラ基地時間#,
12795             },
12796             },
12797             'Sakhalin' => {
12798             long => {
12799             'daylight' => q#サハリン夏時間#,
12800             'generic' => q#サハリン時間#,
12801             'standard' => q#サハリン標準時#,
12802             },
12803             },
12804             'Samara' => {
12805             long => {
12806             'daylight' => q#サマラ夏時間#,
12807             'generic' => q#サマラ時間#,
12808             'standard' => q#サマラ標準時#,
12809             },
12810             },
12811             'Samoa' => {
12812             long => {
12813             'daylight' => q#サモア夏時間#,
12814             'generic' => q#サモア時間#,
12815             'standard' => q#サモア標準時#,
12816             },
12817             },
12818             'Seychelles' => {
12819             long => {
12820             'standard' => q#セーシェル時間#,
12821             },
12822             },
12823             'Singapore' => {
12824             long => {
12825             'standard' => q#シンガポール標準時#,
12826             },
12827             },
12828             'Solomon' => {
12829             long => {
12830             'standard' => q#ソロモン諸島時間#,
12831             },
12832             },
12833             'South_Georgia' => {
12834             long => {
12835             'standard' => q#サウスジョージア時間#,
12836             },
12837             },
12838             'Suriname' => {
12839             long => {
12840             'standard' => q#スリナム時間#,
12841             },
12842             },
12843             'Syowa' => {
12844             long => {
12845             'standard' => q#昭和基地時間#,
12846             },
12847             },
12848             'Tahiti' => {
12849             long => {
12850             'standard' => q#タヒチ時間#,
12851             },
12852             },
12853             'Taipei' => {
12854             long => {
12855             'daylight' => q#台北夏時間#,
12856             'generic' => q#台北時間#,
12857             'standard' => q#台北標準時#,
12858             },
12859             },
12860             'Tajikistan' => {
12861             long => {
12862             'standard' => q#タジキスタン時間#,
12863             },
12864             },
12865             'Tokelau' => {
12866             long => {
12867             'standard' => q#トケラウ時間#,
12868             },
12869             },
12870             'Tonga' => {
12871             long => {
12872             'daylight' => q#トンガ夏時間#,
12873             'generic' => q#トンガ時間#,
12874             'standard' => q#トンガ標準時#,
12875             },
12876             },
12877             'Truk' => {
12878             long => {
12879             'standard' => q#チューク時間#,
12880             },
12881             },
12882             'Turkmenistan' => {
12883             long => {
12884             'daylight' => q#トルクメニスタン夏時間#,
12885             'generic' => q#トルクメニスタン時間#,
12886             'standard' => q#トルクメニスタン標準時#,
12887             },
12888             },
12889             'Tuvalu' => {
12890             long => {
12891             'standard' => q#ツバル時間#,
12892             },
12893             },
12894             'Uruguay' => {
12895             long => {
12896             'daylight' => q#ウルグアイ夏時間#,
12897             'generic' => q#ウルグアイ時間#,
12898             'standard' => q#ウルグアイ標準時#,
12899             },
12900             },
12901             'Uzbekistan' => {
12902             long => {
12903             'daylight' => q#ウズベキスタン夏時間#,
12904             'generic' => q#ウズベキスタン時間#,
12905             'standard' => q#ウズベキスタン標準時#,
12906             },
12907             },
12908             'Vanuatu' => {
12909             long => {
12910             'daylight' => q#バヌアツ夏時間#,
12911             'generic' => q#バヌアツ時間#,
12912             'standard' => q#バヌアツ標準時#,
12913             },
12914             },
12915             'Venezuela' => {
12916             long => {
12917             'standard' => q#ベネズエラ時間#,
12918             },
12919             },
12920             'Vladivostok' => {
12921             long => {
12922             'daylight' => q#ウラジオストク夏時間#,
12923             'generic' => q#ウラジオストク時間#,
12924             'standard' => q#ウラジオストク標準時#,
12925             },
12926             },
12927             'Volgograd' => {
12928             long => {
12929             'daylight' => q#ボルゴグラード夏時間#,
12930             'generic' => q#ボルゴグラード時間#,
12931             'standard' => q#ボルゴグラード標準時#,
12932             },
12933             },
12934             'Vostok' => {
12935             long => {
12936             'standard' => q#ボストーク基地時間#,
12937             },
12938             },
12939             'Wake' => {
12940             long => {
12941             'standard' => q#ウェーク島時間#,
12942             },
12943             },
12944             'Wallis' => {
12945             long => {
12946             'standard' => q#ウォリス・フツナ時間#,
12947             },
12948             },
12949             'Yakutsk' => {
12950             long => {
12951             'daylight' => q#ヤクーツク夏時間#,
12952             'generic' => q#ヤクーツク時間#,
12953             'standard' => q#ヤクーツク標準時#,
12954             },
12955             },
12956             'Yekaterinburg' => {
12957             long => {
12958             'daylight' => q#エカテリンブルグ夏時間#,
12959             'generic' => q#エカテリンブルグ時間#,
12960             'standard' => q#エカテリンブルグ標準時#,
12961             },
12962             },
12963             'Yukon' => {
12964             long => {
12965             'standard' => q#ユーコン時間#,
12966             },
12967             },
12968             } }
12969             );
12970 1     1   41607 no Moo;
  1         3  
  1         12  
12971              
12972             1;
12973              
12974             # vim: tabstop=4