=encoding utf8 =head1 NAME Locale::CLDR::Locales::Th - Package for language Thai =cut package Locale::CLDR::Locales::Th; # This file auto generated from Data\common\main\th.xml # on Mon 1 Jan 10:25:01 pm GMT use strict; use warnings; use version; our $VERSION = version->declare('v0.40.0'); use v5.10.1; use mro 'c3'; use utf8; use if $^V ge v5.12.0, feature => 'unicode_strings'; use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef ); use Moo; extends('Locale::CLDR::Locales::Root'); has 'valid_algorithmic_formats' => ( is => 'ro', isa => ArrayRef, init_arg => undef, default => sub {[ 'spellout-numbering-year','spellout-numbering','spellout-cardinal','spellout-ordinal','digits-ordinal' ]}, ); has 'algorithmic_number_format_data' => ( is => 'ro', isa => HashRef, init_arg => undef, default => sub { use bigfloat; return { 'alt-ones' => { 'private' => { '1' => { base_value => q(1), divisor => q(1), rule => q(เà¸à¹‡à¸”), }, '2' => { base_value => q(2), divisor => q(1), rule => q(=%spellout-cardinal=), }, 'max' => { base_value => q(2), divisor => q(1), rule => q(=%spellout-cardinal=), }, }, }, 'digits-ordinal' => { 'public' => { '-x' => { divisor => q(1), rule => q(ที่ −→#,##0→), }, '0' => { base_value => q(0), divisor => q(1), rule => q(ที่ =#,##0=), }, 'max' => { base_value => q(0), divisor => q(1), rule => q(ที่ =#,##0=), }, }, }, 'spellout-cardinal' => { 'public' => { '-x' => { divisor => q(1), rule => q(ลบ​→→), }, '0' => { base_value => q(0), divisor => q(1), rule => q(ศูนย์), }, 'x.x' => { divisor => q(1), rule => q(â†â†â€‹à¸ˆà¸¸à¸”​→→→), }, '1' => { base_value => q(1), divisor => q(1), rule => q(หนึ่ง), }, '2' => { base_value => q(2), divisor => q(1), rule => q(สà¸à¸‡), }, '3' => { base_value => q(3), divisor => q(1), rule => q(สาม), }, '4' => { base_value => q(4), divisor => q(1), rule => q(สี่), }, '5' => { base_value => q(5), divisor => q(1), rule => q(ห้า), }, '6' => { base_value => q(6), divisor => q(1), rule => q(หà¸), }, '7' => { base_value => q(7), divisor => q(1), rule => q(เจ็ด), }, '8' => { base_value => q(8), divisor => q(1), rule => q(à¹à¸›à¸”), }, '9' => { base_value => q(9), divisor => q(1), rule => q(เà¸à¹‰à¸²), }, '10' => { base_value => q(10), divisor => q(10), rule => q(สิบ[​→%%alt-ones→]), }, '20' => { base_value => q(20), divisor => q(10), rule => q(ยี่​สิบ[​→%%alt-ones→]), }, '30' => { base_value => q(30), divisor => q(10), rule => q(â†â†â€‹à¸ªà¸´à¸š[​→%%alt-ones→]), }, '100' => { base_value => q(100), divisor => q(100), rule => q(â†â†â€‹à¸£à¹‰à¸à¸¢[​→→]), }, '1000' => { base_value => q(1000), divisor => q(1000), rule => q(â†â†â€‹à¸žà¸±à¸™[​→→]), }, '10000' => { base_value => q(10000), divisor => q(10000), rule => q(â†â†â€‹à¸«à¸¡à¸·à¹ˆà¸™[​→→]), }, '100000' => { base_value => q(100000), divisor => q(100000), rule => q(â†â†â€‹à¹à¸ªà¸™[​→→]), }, '1000000' => { base_value => q(1000000), divisor => q(1000000), rule => q(â†â†â€‹à¸¥à¹‰à¸²à¸™[​→→]), }, '1000000000000000000' => { base_value => q(1000000000000000000), divisor => q(1000000000000000000), rule => q(=#,##0=), }, 'max' => { base_value => q(1000000000000000000), divisor => q(1000000000000000000), rule => q(=#,##0=), }, }, }, 'spellout-numbering' => { 'public' => { '0' => { base_value => q(0), divisor => q(1), rule => q(=%spellout-cardinal=), }, 'max' => { base_value => q(0), divisor => q(1), rule => q(=%spellout-cardinal=), }, }, }, 'spellout-numbering-year' => { 'public' => { '0' => { base_value => q(0), divisor => q(1), rule => q(=%spellout-numbering=), }, 'x.x' => { divisor => q(1), rule => q(=0.0=), }, 'max' => { divisor => q(1), rule => q(=0.0=), }, }, }, 'spellout-ordinal' => { 'public' => { '0' => { base_value => q(0), divisor => q(1), rule => q(ที่​=%spellout-cardinal=), }, 'x.x' => { divisor => q(1), rule => q(=#,##0.#=), }, 'max' => { divisor => q(1), rule => q(=#,##0.#=), }, }, }, } }, ); # Need to add code for Key type pattern sub display_name_pattern { my ($self, $name, $region, $script, $variant) = @_; my $display_pattern = '{0} ({1})'; $display_pattern =~s/\{0\}/$name/g; my $subtags = join '{0}, {1}', grep {$_} ( $region, $script, $variant, ); $display_pattern =~s/\{1\}/$subtags/g; return $display_pattern; } has 'display_name_language' => ( is => 'ro', isa => CodeRef, init_arg => undef, default => sub { sub { my %languages = ( 'aa' => 'à¸à¸°à¸Ÿà¸²à¸£à¹Œ', 'ab' => 'à¸à¸±à¸šà¸®à¸²à¹€à¸‹à¸µà¸¢', 'ace' => 'à¸à¸²à¹€à¸ˆà¸°à¸«à¹Œ', 'ach' => 'à¸à¸²à¹‚คลิ', 'ada' => 'à¸à¸²à¹à¸”งมี', 'ady' => 'à¸à¸°à¸”ืยเà¸', 'ae' => 'à¸à¹€à¸§à¸ªà¸•à¸°', 'aeb' => 'à¸à¸²à¸«à¸£à¸±à¸šà¸•à¸¹à¸™à¸´à¹€à¸‹à¸µà¸¢', 'af' => 'à¹à¸à¸Ÿà¸£à¸´à¸à¸²à¸™à¸ªà¹Œ', 'afh' => 'à¹à¸à¸Ÿà¸£à¸´à¸®à¸µà¸¥à¸µ', 'agq' => 'à¸à¸±à¸à¹€à¸®à¸¡', 'ain' => 'ไà¸à¸™à¸¸', 'ak' => 'à¸à¸²à¸„าน', 'akk' => 'à¸à¸±à¸à¸à¸²à¸”', 'akz' => 'à¹à¸à¸¥à¸°à¹à¸šà¸¡à¸²', 'ale' => 'à¸à¸²à¸¥à¸´à¸§à¸•à¹Œ', 'aln' => 'เà¸à¸à¹à¸à¸¥à¹€à¸šà¹€à¸™à¸µà¸¢', 'alt' => 'à¸à¸±à¸¥à¹„ตใต้', 'am' => 'à¸à¸±à¸¡à¸®à¸²à¸£à¸²', 'an' => 'à¸à¸²à¸£à¸²à¸à¸à¸™', 'ang' => 'à¸à¸±à¸‡à¸à¸¤à¸©à¹‚บราณ', 'anp' => 'à¸à¸±à¸‡à¸„ิà¸à¸²', 'ar' => 'à¸à¸²à¸«à¸£à¸±à¸š', 'ar_001' => 'à¸à¸²à¸«à¸£à¸±à¸šà¸¡à¸²à¸•à¸£à¸à¸²à¸™à¸ªà¸¡à¸±à¸¢à¹ƒà¸«à¸¡à¹ˆ', 'arc' => 'à¸à¸£à¸²à¹€à¸¡à¸à¸´à¸', 'arn' => 'มาปูเช', 'aro' => 'à¸à¸²à¹€à¸£à¸²à¸™à¸²', 'arp' => 'à¸à¸²à¸£à¸²à¸›à¸²à¹‚ฮ', 'arq' => 'à¸à¸²à¸«à¸£à¸±à¸šà¹à¸à¸¥à¸ˆà¸µà¹€à¸£à¸µà¸¢', 'ars' => 'à¸à¸²à¸«à¸£à¸±à¸šà¸™à¸±à¸ˆà¸à¹Œà¸”ี', 'arw' => 'à¸à¸²à¸£à¸²à¸§à¸±à¸', 'ary' => 'à¸à¸²à¸«à¸£à¸±à¸šà¹‚มร็à¸à¸à¹‚à¸', 'arz' => 'à¸à¸²à¸«à¸£à¸±à¸šà¸žà¸·à¹‰à¸™à¹€à¸¡à¸·à¸à¸‡à¸à¸µà¸¢à¸´à¸›à¸•à¹Œ', 'as' => 'à¸à¸±à¸ªà¸ªà¸±à¸¡', 'asa' => 'à¸à¸²à¸‹à¸¹', 'ase' => 'ภาษามืà¸à¸à¹€à¸¡à¸£à¸´à¸à¸±à¸™', 'ast' => 'à¸à¸±à¸ªà¸•à¸¹à¹€à¸£à¸µà¸¢à¸ª', 'av' => 'à¸à¸²à¸§à¸²à¸£à¹Œ', 'avk' => 'โคตาวา', 'awa' => 'à¸à¸§à¸˜à¸µ', 'ay' => 'ไà¸à¸¢à¹Œà¸¡à¸²à¸£à¸²', 'az' => 'à¸à¸²à¹€à¸‹à¸à¸£à¹Œà¹„บจาน', 'az@alt=short' => 'à¸à¸°à¹€à¸‹à¸à¸£à¸µ', 'ba' => 'บัชคีร์', 'bal' => 'บาลูชิ', 'ban' => 'บาหลี', 'bar' => 'บาวาเรีย', 'bas' => 'บาสา', 'bax' => 'บามัน', 'bbc' => 'บาตัà¸à¹‚ทบา', 'bbj' => 'โคมาลา', 'be' => 'เบลารุส', 'bej' => 'เบจา', 'bem' => 'เบมบา', 'bew' => 'เบตาวี', 'bez' => 'เบนา', 'bfd' => 'บาฟัต', 'bfq' => 'พทคะ', 'bg' => 'บัลà¹à¸à¹€à¸£à¸µà¸¢', 'bgn' => 'บาลูจิตะวันตà¸', 'bho' => 'โภชปุรี', 'bi' => 'บิสลามา', 'bik' => 'บิà¸à¸à¸¥', 'bin' => 'บินี', 'bjn' => 'บันจาร์', 'bkm' => 'à¸à¸¡', 'bla' => 'สิà¸à¸ªà¸´à¸à¸²', 'bm' => 'บัมบารา', 'bn' => 'บังà¸à¸¥à¸²', 'bo' => 'ทิเบต', 'bpy' => 'พิศนุปริยะ', 'bqi' => 'บัà¸à¸•à¸´à¸¢à¸²à¸£à¸µ', 'br' => 'เบรตัน', 'bra' => 'พัรช', 'brh' => 'บราฮุย', 'brx' => 'โพโฑ', 'bs' => 'บà¸à¸ªà¹€à¸™à¸µà¸¢', 'bss' => 'à¸à¸²à¹‚คซี', 'bua' => 'บูเรียต', 'bug' => 'บูà¸à¸´à¸ª', 'bum' => 'บูลู', 'byn' => 'บลิน', 'byv' => 'เมดุมบา', 'ca' => 'คาตาลัน', 'cad' => 'คัดโด', 'car' => 'คาริบ', 'cay' => 'คายูà¸à¸²', 'cch' => 'à¹à¸à¸•à¹à¸‹à¸¡', 'ccp' => 'จัà¸à¸¡à¹ˆà¸²', 'ce' => 'เชเชน', 'ceb' => 'เซบู', 'cgg' => 'คีà¸à¸²', 'ch' => 'ชามà¸à¸£à¹Œà¹‚ร', 'chb' => 'ชิบชา', 'chg' => 'ชะà¸à¸°à¹„ต', 'chk' => 'ชูà¸', 'chm' => 'มารี', 'chn' => 'ชินุà¸à¸ˆà¸²à¸£à¹Œà¸à¸à¸™', 'cho' => 'ช็à¸à¸à¸—à¸à¸§à¹Œ', 'chp' => 'ชิพิวยัน', 'chr' => 'เชà¸à¹‚รà¸à¸µ', 'chy' => 'เชเยนเน', 'ckb' => 'เคิร์ดตà¸à¸™à¸à¸¥à¸²à¸‡', 'ckb@alt=variant' => 'เคิร์ดโซรานี', 'co' => 'คà¸à¸£à¹Œà¸‹à¸´à¸à¸²', 'cop' => 'คà¸à¸›à¸•à¸´à¸', 'cps' => 'à¸à¸²à¸›à¸´à¸‹à¸™à¸à¸™', 'cr' => 'ครี', 'crh' => 'ตุรà¸à¸µà¹„ครเมีย', 'crs' => 'ครีโà¸à¸¥à¹€à¸‹à¹€à¸‹à¸¥à¸ªà¹Œà¸à¸£à¸±à¹ˆà¸‡à¹€à¸¨à¸ª', 'cs' => 'เช็à¸', 'csb' => 'คาซูเบียน', 'cu' => 'เชà¸à¸£à¹Œà¸Šà¸ªà¸¥à¸²à¸§à¸´à¸', 'cv' => 'ชูวัช', 'cy' => 'เวลส์', 'da' => 'เดนมาร์à¸', 'dak' => 'ดาโà¸à¸—า', 'dar' => 'ดาร์à¸à¸´à¸™', 'dav' => 'ไททา', 'de' => 'เยà¸à¸£à¸¡à¸±à¸™', 'de_AT' => 'เยà¸à¸£à¸¡à¸±à¸™ - à¸à¸à¸ªà¹€à¸•à¸£à¸µà¸¢', 'de_CH' => 'เยà¸à¸£à¸¡à¸±à¸™à¸ªà¸¹à¸‡ (สวิส)', 'del' => 'เดลาà¹à¸§à¸£à¹Œ', 'den' => 'สเลวี', 'dgr' => 'โดà¸à¸£à¸´à¸š', 'din' => 'ดิงà¸à¸²', 'dje' => 'ซาร์มา', 'doi' => 'โฑครี', 'dsb' => 'ซà¸à¸£à¹Œà¹€à¸šà¸µà¸¢à¸•à¸à¸™à¸¥à¹ˆà¸²à¸‡', 'dtp' => 'ดูซุนà¸à¸¥à¸²à¸‡', 'dua' => 'ดัวลา', 'dum' => 'ดัตช์à¸à¸¥à¸²à¸‡', 'dv' => 'ธิเวหิ', 'dyo' => 'โจลา-ฟà¸à¸™à¸¢à¸µ', 'dyu' => 'ดิวลา', 'dz' => 'ซà¸à¸‡à¸„า', 'dzg' => 'ดาซาà¸à¸²', 'ebu' => 'เà¸à¹‡à¸¡à¸šà¸¹', 'ee' => 'เà¸à¹€à¸§', 'efi' => 'à¸à¸µà¸Ÿà¸´à¸', 'egl' => 'เà¸à¸¡à¸µà¹€à¸¥à¸µà¸¢', 'egy' => 'à¸à¸µà¸¢à¸´à¸›à¸•à¹Œà¹‚บราณ', 'eka' => 'à¸à¸µà¸à¸²à¸ˆà¸¸à¸', 'el' => 'à¸à¸£à¸µà¸', 'elx' => 'à¸à¸µà¸¥à¸²à¹„มต์', 'en' => 'à¸à¸±à¸‡à¸à¸¤à¸©', 'en_AU' => 'à¸à¸±à¸‡à¸à¸¤à¸© - à¸à¸à¸ªà¹€à¸•à¸£à¹€à¸¥à¸µà¸¢', 'en_CA' => 'à¸à¸±à¸‡à¸à¸¤à¸© - à¹à¸„นาดา', 'en_GB' => 'à¸à¸±à¸‡à¸à¸¤à¸© - สหราชà¸à¸²à¸“าจัà¸à¸£', 'en_GB@alt=short' => 'à¸à¸±à¸‡à¸à¸¤à¸© - à¸à¸±à¸‡à¸à¸¤à¸©', 'en_US' => 'à¸à¸±à¸‡à¸à¸¤à¸© - สหรัà¸à¸à¹€à¸¡à¸£à¸´à¸à¸²', 'en_US@alt=short' => 'à¸à¸±à¸‡à¸à¸¤à¸© - สหรัà¸à¸¯', 'enm' => 'à¸à¸±à¸‡à¸à¸¤à¸©à¸à¸¥à¸²à¸‡', 'eo' => 'เà¸à¸ªà¹€à¸›à¸£à¸±à¸™à¹‚ต', 'es' => 'สเปน', 'es_419' => 'สเปน - ละตินà¸à¹€à¸¡à¸£à¸´à¸à¸²', 'es_ES' => 'สเปน - ยุโรป', 'es_MX' => 'สเปน - เม็à¸à¸‹à¸´à¹‚à¸', 'esu' => 'ยูพิà¸à¸à¸¥à¸²à¸‡', 'et' => 'เà¸à¸ªà¹‚ตเนีย', 'eu' => 'บาสà¸à¹Œ', 'ewo' => 'à¸à¸µà¸§à¸±à¸™à¹‚ด', 'ext' => 'เà¸à¸à¸‹à¹Œà¹€à¸•à¸£à¸¡à¸²à¸”ูรา', 'fa' => 'เปà¸à¸£à¹Œà¹€à¸‹à¸µà¸¢', 'fa_AF' => 'ดารี', 'fan' => 'ฟà¸à¸‡', 'fat' => 'ฟันติ', 'ff' => 'ฟูลาห์', 'fi' => 'ฟินà¹à¸¥à¸™à¸”์', 'fil' => 'ฟิลิปปินส์', 'fit' => 'ฟินà¹à¸¥à¸™à¸”์ทà¸à¸£à¹Œà¹€à¸™à¸”าเล็น', 'fj' => 'ฟิจิ', 'fo' => 'à¹à¸Ÿà¹‚ร', 'fon' => 'ฟà¸à¸™', 'fr' => 'à¸à¸£à¸±à¹ˆà¸‡à¹€à¸¨à¸ª', 'fr_CA' => 'à¸à¸£à¸±à¹ˆà¸‡à¹€à¸¨à¸ª - à¹à¸„นาดา', 'fr_CH' => 'à¸à¸£à¸±à¹ˆà¸‡à¹€à¸¨à¸ª (สวิส)', 'frc' => 'à¸à¸£à¸±à¹ˆà¸‡à¹€à¸¨à¸ªà¸à¸²à¸Œà¹‡à¸à¸‡', 'frm' => 'à¸à¸£à¸±à¹ˆà¸‡à¹€à¸¨à¸ªà¸à¸¥à¸²à¸‡', 'fro' => 'à¸à¸£à¸±à¹ˆà¸‡à¹€à¸¨à¸ªà¹‚บราณ', 'frp' => 'à¸à¸²à¸£à¹Œà¸žà¸´à¸•à¸²', 'frr' => 'ฟริเซียนเหนืà¸', 'frs' => 'ฟริเซียนตะวันà¸à¸à¸', 'fur' => 'ฟรูลี', 'fy' => 'ฟริเซียนตะวันตà¸', 'ga' => 'ไà¸à¸£à¸´à¸Š', 'gaa' => 'à¸à¸²', 'gag' => 'à¸à¸²à¸à¸²à¸à¸¸à¸‹', 'gan' => 'จีนà¸à¸±à¹‰à¸™', 'gay' => 'à¸à¸²à¹‚ย', 'gba' => 'à¸à¸šà¸²à¸¢à¸²', 'gbz' => 'ดารีโซโรà¸à¸±à¸ªà¹€à¸•à¸à¸£à¹Œ', 'gd' => 'เà¸à¸¥à¸´à¸à¸ªà¸à¸à¸•', 'gez' => 'à¸à¸µà¸‹', 'gil' => 'à¸à¸´à¸¥à¹€à¸šà¸à¸£à¹Œà¸•', 'gl' => 'à¸à¸²à¸¥à¸´à¹€à¸‹à¸µà¸¢', 'glk' => 'à¸à¸´à¸¥à¸²à¸à¸µ', 'gmh' => 'เยà¸à¸£à¸¡à¸±à¸™à¸ªà¸¹à¸‡à¸à¸¥à¸²à¸‡', 'gn' => 'à¸à¸±à¸§à¸£à¸²à¸™à¸µ', 'goh' => 'เยà¸à¸£à¸¡à¸±à¸™à¸ªà¸¹à¸‡à¹‚บราณ', 'gom' => 'à¸à¸à¸™à¸à¸²à¸™à¸µà¸‚à¸à¸‡à¸à¸±à¸§', 'gon' => 'à¸à¸à¸™à¸”ิ', 'gor' => 'à¸à¸à¸£à¸à¸™à¸—าโล', 'got' => 'โà¸à¸˜à¸´à¸', 'grb' => 'เà¸à¸£à¹‚บ', 'grc' => 'à¸à¸£à¸µà¸à¹‚บราณ', 'gsw' => 'เยà¸à¸£à¸¡à¸±à¸™à¸ªà¸§à¸´à¸ª', 'gu' => 'คุชราต', 'guc' => 'วายู', 'gur' => 'ฟราฟรา', 'guz' => 'à¸à¸¸à¸‹à¸‹à¸µ', 'gv' => 'มานซ์', 'gwi' => 'à¸à¸§à¸´à¸Šà¸à¸´à¸™', 'ha' => 'เฮาซา', 'hai' => 'ไฮดา', 'hak' => 'จีนà¹à¸„ะ', 'haw' => 'ฮาวาย', 'he' => 'ฮิบรู', 'hi' => 'ฮินดี', 'hif' => 'ฮินดีฟิจิ', 'hil' => 'ฮีลีà¸à¸±à¸¢à¸™à¸™', 'hit' => 'ฮิตไตต์', 'hmn' => 'ม้ง', 'ho' => 'ฮีรีโมตู', 'hr' => 'โครเà¸à¹€à¸Šà¸µà¸¢', 'hsb' => 'ซà¸à¸£à¹Œà¹€à¸šà¸µà¸¢à¸•à¸à¸™à¸šà¸™', 'hsn' => 'จีนเซียง', 'ht' => 'เฮติครีโà¸à¸¥', 'hu' => 'ฮังà¸à¸²à¸£à¸µ', 'hup' => 'ฮูปา', 'hy' => 'à¸à¸²à¸£à¹Œà¹€à¸¡à¹€à¸™à¸µà¸¢', 'hz' => 'เฮเรโร', 'ia' => 'à¸à¸´à¸™à¹€à¸•à¸à¸£à¹Œà¸¥à¸´à¸‡à¸à¸±à¸§', 'iba' => 'à¸à¸´à¸šà¸²à¸™', 'ibb' => 'à¸à¸´à¸šà¸´à¸šà¸´à¹‚à¸', 'id' => 'à¸à¸´à¸™à¹‚ดนีเซีย', 'ie' => 'à¸à¸´à¸™à¹€à¸•à¸à¸£à¹Œà¸¥à¸´à¸‡à¸à¸´à¸§', 'ig' => 'à¸à¸´à¸à¹‚บ', 'ii' => 'เสฉวนยี่', 'ik' => 'à¸à¸µà¸™à¸¹à¹€à¸›à¸µà¸¢à¸', 'ilo' => 'à¸à¸µà¹‚ลโà¸', 'inh' => 'à¸à¸´à¸™à¸à¸¸à¸Š', 'io' => 'à¸à¸µà¹‚ด', 'is' => 'ไà¸à¸‹à¹Œà¹à¸¥à¸™à¸”์', 'it' => 'à¸à¸´à¸•à¸²à¸¥à¸µ', 'iu' => 'à¸à¸´à¸™à¸¸à¸à¸•à¸´à¸•à¸¸à¸•', 'izh' => 'à¸à¸´à¸™à¹€à¸à¸£à¸µà¸¢à¸™', 'ja' => 'à¸à¸µà¹ˆà¸›à¸¸à¹ˆà¸™', 'jam' => 'à¸à¸±à¸‡à¸à¸¤à¸©à¸„ลีโà¸à¸¥à¸ˆà¸²à¹€à¸¡à¸à¸²', 'jbo' => 'โลชบัน', 'jgo' => 'à¸à¸¶à¸™à¸à¸à¸¡à¸šà¸²', 'jmc' => 'มาชาเม', 'jpr' => 'ยิว-เปà¸à¸£à¹Œà¹€à¸‹à¸µà¸¢', 'jrb' => 'ยิว-à¸à¸²à¸«à¸£à¸±à¸š', 'jut' => 'จัท', 'jv' => 'ชวา', 'ka' => 'จà¸à¸£à¹Œà¹€à¸ˆà¸µà¸¢', 'kaa' => 'à¸à¸²à¸£à¸²-à¸à¸²à¸¥à¸žà¸²à¸', 'kab' => 'à¸à¸²à¹„บล', 'kac' => 'à¸à¸°à¸‰à¸´à¹ˆà¸™', 'kaj' => 'คจู', 'kam' => 'คัมบา', 'kaw' => 'à¸à¸§à¸µ', 'kbd' => 'คาร์บาเดีย', 'kbl' => 'คาเนมบู', 'kcg' => 'ทีà¹à¸¢à¸›', 'kde' => 'มาคà¸à¸™à¹€à¸”', 'kea' => 'คาบูเวà¸à¸£à¹Œà¹€à¸”ียนู', 'ken' => 'เà¸à¸´à¸™à¸¢à¸²à¸‡', 'kfo' => 'โคโร', 'kg' => 'คà¸à¸‡à¹‚à¸', 'kgp' => 'เคนà¸à¹ˆà¸²à¸‡', 'kha' => 'à¸à¸²à¸ªà¸µ', 'kho' => 'โคตัน', 'khq' => 'โคย์ราชีนี', 'khw' => 'โควาร์', 'ki' => 'à¸à¸µà¸à¸¹à¸¢à¸¹', 'kiu' => 'เคà¸à¸£à¹Œà¸¡à¸²à¸™à¸´à¸à¸´', 'kj' => 'à¸à¸§à¸™à¸¢à¸²à¸¡à¸²', 'kk' => 'คาซัค', 'kkj' => 'คาโà¸', 'kl' => 'à¸à¸£à¸µà¸™à¹à¸¥à¸™à¸”์', 'kln' => 'คาเลนจิน', 'km' => 'เขมร', 'kmb' => 'คิมบุนดู', 'kn' => 'à¸à¸±à¸™à¸™à¸²à¸”า', 'ko' => 'เà¸à¸²à¸«à¸¥à¸µ', 'koi' => 'โคมิ-เปียร์เมียค', 'kok' => 'à¸à¸à¸™à¸à¸²à¸™à¸µ', 'kos' => 'คูสไร', 'kpe' => 'à¸à¸²à¹à¸›à¸¥', 'kr' => 'คานูรี', 'krc' => 'คาราไช-บัลคาร์', 'kri' => 'คริโà¸', 'krj' => 'à¸à¸´à¸™à¸²à¸£à¸²à¸¢à¸à¸²', 'krl' => 'à¹à¸à¸£à¹€à¸¥à¸µà¸¢à¸™', 'kru' => 'à¸à¸¸à¸£à¸¸à¸‚', 'ks' => 'à¹à¸„ชเมียร์', 'ksb' => 'ชัมบาลา', 'ksf' => 'บาเฟีย', 'ksh' => 'โคโลà¸', 'ku' => 'เคิร์ด', 'kum' => 'คูมืยค์', 'kut' => 'คูเทไน', 'kv' => 'โà¸à¸¡à¸´', 'kw' => 'คà¸à¸£à¹Œà¸™à¸´à¸Š', 'ky' => 'คีร์à¸à¸µà¸‹', 'la' => 'ละติน', 'lad' => 'ลาดิโน', 'lag' => 'à¹à¸¥à¸™à¸ˆà¸µ', 'lah' => 'ลาฮ์นดา', 'lam' => 'à¹à¸¥à¸¡à¸šà¸²', 'lb' => 'ลัà¸à¹€à¸‹à¸¡à¹€à¸šà¸´à¸£à¹Œà¸', 'lez' => 'เลซเà¸à¸µà¸¢à¸™', 'lfn' => 'ลิงà¸à¸±à¸§à¸Ÿà¸£à¸±à¸‡à¸à¸²à¹‚นวา', 'lg' => 'ยูà¸à¸±à¸™à¸”า', 'li' => 'ลิมเบิร์à¸', 'lij' => 'ลิà¸à¸¹à¹€à¸£à¸µà¸¢', 'liv' => 'ลิโวเนีย', 'lkt' => 'ลาโà¸à¸•à¸²', 'lmo' => 'ลà¸à¸¡à¸šà¸²à¸£à¹Œà¸”', 'ln' => 'ลิงà¸à¸²à¸¥à¸²', 'lo' => 'ลาว', 'lol' => 'มà¸à¸‡à¹‚à¸', 'lou' => 'ภาษาครีโà¸à¸¥à¸¸à¸¢à¹€à¸‹à¸µà¸¢à¸™à¸²', 'loz' => 'โลซิ', 'lrc' => 'ลูรีเหนืà¸', 'lt' => 'ลิทัวเนีย', 'ltg' => 'ลัตเà¸à¸¥', 'lu' => 'ลูบา-à¸à¸²à¸•à¸à¸‡à¸à¸²', 'lua' => 'ลูบา-ลูลัว', 'lui' => 'ลุยเซโน', 'lun' => 'ลันดา', 'luo' => 'ลัว', 'lus' => 'มิโซ', 'luy' => 'ลูเยีย', 'lv' => 'ลัตเวีย', 'lzh' => 'จีนคลาสสิà¸', 'lzz' => 'à¹à¸¥à¸‹', 'mad' => 'มาดูรา', 'maf' => 'มาฟา', 'mag' => 'มคหี', 'mai' => 'ไมถิลี', 'mak' => 'มาà¸à¸²à¸‹à¸²à¸£à¹Œ', 'man' => 'มันดิงà¸à¸²', 'mas' => 'มาไซ', 'mde' => 'มาบา', 'mdf' => 'มà¸à¸„ชา', 'mdr' => 'มานดาร์', 'men' => 'เมนเด', 'mer' => 'เมรู', 'mfe' => 'มà¸à¸£à¸´à¸ªà¹€à¸¢à¸™', 'mg' => 'มาลาà¸à¸²à¸‹à¸µ', 'mga' => 'ไà¸à¸£à¸´à¸Šà¸à¸¥à¸²à¸‡', 'mgh' => 'มาà¸à¸±à¸§à¸§à¸²-มีทโท', 'mgo' => 'เมตา', 'mh' => 'มาร์à¹à¸Šà¸¥à¸¥à¸´à¸ª', 'mi' => 'เมารี', 'mic' => 'มิà¸à¹à¸¡à¸', 'min' => 'มีนังà¸à¸²à¹€à¸šà¸²', 'mk' => 'มาซิโดเนีย', 'ml' => 'มาลายาลัม', 'mn' => 'มà¸à¸‡à¹‚à¸à¹€à¸¥à¸µà¸¢', 'mnc' => 'à¹à¸¡à¸™à¸ˆà¸¹', 'mni' => 'มณีปุระ', 'moh' => 'โมฮà¸à¸§à¹Œà¸', 'mos' => 'โมซี', 'mr' => 'มราà¸à¸µ', 'mrj' => 'มารีตะวันตà¸', 'ms' => 'มาเลย์', 'mt' => 'มà¸à¸¥à¸•à¸²', 'mua' => 'มันดัง', 'mul' => 'หลายภาษา', 'mus' => 'ครีà¸', 'mwl' => 'มีรันดา', 'mwr' => 'มารวาฑี', 'mwv' => 'เม็นตาไว', 'my' => 'พม่า', 'mye' => 'มยีน', 'myv' => 'เà¸à¸µà¸¢à¸£à¹Œà¸‹à¸¢à¸²', 'mzn' => 'มาซันดารานี', 'na' => 'นาà¸à¸¹à¸£à¸¹', 'nan' => 'จีนมินหนาน', 'nap' => 'นาโปลี', 'naq' => 'นามา', 'nb' => 'นà¸à¸£à¹Œà¹€à¸§à¸¢à¹Œà¸šà¸¸à¸„มà¸à¸¥', 'nd' => 'เà¸à¹‡à¸™à¹€à¸”เบเลเหนืà¸', 'nds' => 'เยà¸à¸£à¸¡à¸±à¸™à¸•à¹ˆà¸³', 'nds_NL' => 'à¹à¸‹à¸à¸‹à¸à¸™à¹ƒà¸•à¹‰', 'ne' => 'เนปาล', 'new' => 'เนวาร์', 'ng' => 'ดà¸à¸‡à¸à¸²', 'nia' => 'นีà¸à¸±à¸ª', 'niu' => 'นีวเว', 'njo' => 'à¸à¹‹à¸²à¸§à¸™à¸²à¸à¸²', 'nl' => 'ดัตช์', 'nl_BE' => 'เฟลมิช', 'nmg' => 'à¸à¸§à¸²à¸‹à¸´à¹‚à¸', 'nn' => 'นà¸à¸£à¹Œà¹€à¸§à¸¢à¹Œà¸™à¸µà¸™à¸à¸ªà¸à¹Œ', 'nnh' => 'จีมบูน', 'no' => 'นà¸à¸£à¹Œà¹€à¸§à¸¢à¹Œ', 'nog' => 'โนไà¸', 'non' => 'นà¸à¸£à¹Œà¸ªà¹‚บราณ', 'nov' => 'โนเวียล', 'nqo' => 'เà¸à¹‡à¸™à¹‚à¸', 'nr' => 'เà¸à¹‡à¸™à¹€à¸”เบเลใต้', 'nso' => 'โซโทเหนืà¸', 'nus' => 'เนืà¸à¸£à¹Œ', 'nv' => 'นาวาโฮ', 'nwc' => 'เนวาร์ดั้งเดิม', 'ny' => 'เนียนจา', 'nym' => 'เนียมเวซี', 'nyn' => 'เนียนโà¸à¹€à¸¥', 'nyo' => 'นิโà¸à¹‚ร', 'nzi' => 'นซิมา', 'oc' => 'à¸à¹‡à¸à¸à¸‹à¸´à¸•à¸±à¸™', 'oj' => 'โà¸à¸ˆà¸´à¸šà¸§à¸²', 'om' => 'โà¸à¹‚รโม', 'or' => 'โà¸à¸”ิยา', 'os' => 'à¸à¸à¸ªà¹€à¸‹à¹€à¸•à¸µà¸¢', 'osa' => 'โà¸à¸‹à¸²à¸à¸µ', 'ota' => 'ตุรà¸à¸µà¸à¸à¸•à¹‚ตมัน', 'pa' => 'ปัà¸à¸ˆà¸²à¸š', 'pag' => 'ปางาซีนัน', 'pal' => 'ปะห์ลาวี', 'pam' => 'ปัมปางา', 'pap' => 'ปาเปียเมนโต', 'pau' => 'ปาเลา', 'pcd' => 'ปิà¸à¸²à¸£à¹Œ', 'pcm' => 'พิดจิน', 'pdc' => 'เยà¸à¸£à¸¡à¸±à¸™à¹€à¸žà¸™à¸‹à¸´à¸¥à¹€à¸§à¹€à¸™à¸µà¸¢', 'pdt' => 'เพลาท์ดิช', 'peo' => 'เปà¸à¸£à¹Œà¹€à¸‹à¸µà¸¢à¹‚บราณ', 'pfl' => 'เยà¸à¸£à¸¡à¸±à¸™à¸žà¸²à¸¥à¸²à¸—ิเนต', 'phn' => 'ฟินิเชีย', 'pi' => 'บาลี', 'pl' => 'โปà¹à¸¥à¸™à¸”์', 'pms' => 'พีดมà¸à¸™à¸•à¹Œ', 'pnt' => 'พà¸à¸™à¸•à¸´à¸', 'pon' => 'พà¸à¸«à¹Œà¸™à¹€à¸ž', 'prg' => 'ปรัสเซีย', 'pro' => 'โปรวà¸à¸‡à¸‹à¸²à¸¥à¹‚บราณ', 'ps' => 'พัชโต', 'ps@alt=variant' => 'พุชโต', 'pt' => 'โปรตุเà¸à¸ª', 'pt_BR' => 'โปรตุเà¸à¸ª - บราซิล', 'pt_PT' => 'โปรตุเà¸à¸ª - ยุโรป', 'qu' => 'เคชวา', 'quc' => 'à¸à¸µà¹€à¸Š', 'qug' => 'ควิชัวไฮà¹à¸¥à¸™à¸”์ชิมโบราโซ', 'raj' => 'ราชสถาน', 'rap' => 'ราปานู', 'rar' => 'ราโรทà¸à¸‡à¸à¸²', 'rgn' => 'โรมัณโà¸', 'rhg' => 'โรฮิงà¸à¸²', 'rif' => 'ริฟฟิà¸à¸±à¸™', 'rm' => 'โรà¹à¸¡à¸™à¸‹à¹Œ', 'rn' => 'บุรุนดี', 'ro' => 'โรมาเนีย', 'ro_MD' => 'มà¸à¸¥à¹‚ดวา', 'rof' => 'รà¸à¸¡à¹‚บ', 'rom' => 'โรมานี', 'rtm' => 'โรทูมัน', 'ru' => 'รัสเซีย', 'rue' => 'รูซิน', 'rug' => 'โรเวียนา', 'rup' => 'à¸à¸²à¹‚รมาเนียน', 'rw' => 'รวันดา', 'rwk' => 'รวา', 'sa' => 'สันสà¸à¸¤à¸•', 'sad' => 'ซันดาเว', 'sah' => 'ซาคา', 'sam' => 'à¸à¸£à¸²à¹€à¸¡à¸à¸´à¸à¸‹à¸²à¸¡à¸²à¹€à¸£à¸µà¸¢', 'saq' => 'à¹à¸‹à¸¡à¸šà¸¹à¸£à¸¹', 'sas' => 'ซาซัà¸', 'sat' => 'สันตาลี', 'saz' => 'เสาราษà¸à¸£à¹Œ', 'sba' => 'à¸à¸±à¸¡à¹€à¸š', 'sbp' => 'à¹à¸‹à¸‡à¸à¸¹', 'sc' => 'ซาร์เดà¸à¸²', 'scn' => 'ซิซิลี', 'sco' => 'สà¸à¸à¸•à¸ªà¹Œ', 'sd' => 'สินธิ', 'sdc' => 'ซาร์ดิเนียซาสซารี', 'sdh' => 'เคà¸à¸£à¹Œà¸”ิชใต้', 'se' => 'ซามิเหนืà¸', 'see' => 'เซนิà¸à¸²', 'seh' => 'เซนา', 'sei' => 'เซรี', 'sel' => 'เซลคุป', 'ses' => 'โคย์ราโบโรเซนนี', 'sg' => 'ซันโà¸', 'sga' => 'ไà¸à¸£à¸´à¸Šà¹‚บราณ', 'sgs' => 'ซาโมจิเตียน', 'sh' => 'เซà¸à¸£à¹Œà¹‚บ-โครเà¸à¹€à¸Šà¸µà¸¢', 'shi' => 'ทาเชลีห์ท', 'shn' => 'ไทใหà¸à¹ˆ', 'shu' => 'à¸à¸²à¸«à¸£à¸±à¸š-ชาด', 'si' => 'สิงหล', 'sid' => 'ซิดาโม', 'sk' => 'สโลวัà¸', 'sl' => 'สโลวีเนีย', 'sli' => 'ไซลีเซียตà¸à¸™à¸¥à¹ˆà¸²à¸‡', 'sly' => 'เซลายาร์', 'sm' => 'ซามัว', 'sma' => 'ซามิใต้', 'smj' => 'ซามิลูเล', 'smn' => 'ซามิà¸à¸µà¸™à¸²à¸£à¸µ', 'sms' => 'ซามิสคà¸à¸¥à¸•à¹Œ', 'sn' => 'โชนา', 'snk' => 'โซนีนเà¸', 'so' => 'โซมาลี', 'sog' => 'ซà¸à¸à¸”ีน', 'sq' => 'à¹à¸à¸¥à¹€à¸šà¹€à¸™à¸µà¸¢', 'sr' => 'เซà¸à¸£à¹Œà¹€à¸šà¸µà¸¢', 'srn' => 'ซูรินาเม', 'srr' => 'เซà¹à¸£à¸£à¹Œ', 'ss' => 'สวาติ', 'ssy' => 'ซาโฮ', 'st' => 'โซโทใต้', 'stq' => 'ฟรีเซียนซัทเธà¸à¸£à¹Œà¹à¸¥à¸™à¸”์', 'su' => 'ซุนดา', 'suk' => 'ซูคูมา', 'sus' => 'ซูซู', 'sux' => 'ซูเมà¸', 'sv' => 'สวีเดน', 'sw' => 'สวาฮีลี', 'sw_CD' => 'สวาฮีลี - คà¸à¸‡à¹‚à¸', 'swb' => 'โคเมà¸à¹€à¸£à¸µà¸¢à¸™', 'syc' => 'ซีเรียà¹à¸šà¸šà¸”ั้งเดิม', 'syr' => 'ซีเรีย', 'szl' => 'ไซลีเซีย', 'ta' => 'ทมิฬ', 'tcy' => 'ตูลู', 'te' => 'เตลูà¸à¸¹', 'tem' => 'ทิมเน', 'teo' => 'เตโซ', 'ter' => 'เทเรโน', 'tet' => 'เตตุม', 'tg' => 'ทาจิà¸', 'th' => 'ไทย', 'ti' => 'ติà¸à¸£à¸´à¸à¸à¸²', 'tig' => 'ตีเà¸à¸£', 'tiv' => 'ทิฟ', 'tk' => 'เติร์à¸à¹€à¸¡à¸™', 'tkl' => 'โตเà¸à¹€à¸¥à¸²', 'tkr' => 'à¹à¸‹à¸„เซà¸à¸£à¹Œ', 'tl' => 'ตาà¸à¸²à¸¥à¹‡à¸à¸', 'tlh' => 'คลิงงà¸à¸™', 'tli' => 'ทลิงà¸à¸´à¸•', 'tly' => 'ทาลิช', 'tmh' => 'ทามาเชà¸', 'tn' => 'บà¸à¸•à¸ªà¸§à¸²à¸™à¸²', 'to' => 'ตà¸à¸‡à¸à¸²', 'tog' => 'ไนà¸à¸°à¸‹à¸²à¸•à¸à¸‡à¸à¸²', 'tpi' => 'ท็à¸à¸à¸žà¸´à¸‹à¸´à¸™', 'tr' => 'ตุรà¸à¸µ', 'tru' => 'ตูโรโย', 'trv' => 'ทาโรโà¸', 'ts' => 'ซิตซà¸à¸‡à¸à¸²', 'tsd' => 'ซาโคเนีย', 'tsi' => 'ซิมชีà¹à¸à¸™', 'tt' => 'ตาตาร์', 'ttt' => 'ตัตมุสลิม', 'tum' => 'ทุมบูà¸à¸²', 'tvl' => 'ตูวาลู', 'tw' => 'ทวิ', 'twq' => 'ตัสซาวัค', 'ty' => 'ตาฮิตี', 'tyv' => 'ตูวา', 'tzm' => 'ทามาไซต์à¹à¸à¸•à¸¥à¸²à¸ªà¸à¸¥à¸²à¸‡', 'udm' => 'à¸à¸¸à¸”มูร์ต', 'ug' => 'à¸à¸¸à¸¢à¸à¸¹à¸£à¹Œ', 'uga' => 'ยูà¸à¸²à¸£à¸´à¸•', 'uk' => 'ยูเครน', 'umb' => 'à¸à¸¸à¸¡à¸šà¸¸à¸™à¸”ู', 'und' => 'ภาษาที่ไม่รู้จัà¸', 'ur' => 'à¸à¸¹à¸£à¸”ู', 'uz' => 'à¸à¸¸à¸‹à¹€à¸šà¸', 'vai' => 'ไว', 've' => 'เวนดา', 'vec' => 'เวเนโต้', 'vep' => 'เวปส์', 'vi' => 'เวียดนาม', 'vls' => 'เฟลมิชตะวันตà¸', 'vmf' => 'เมน-ฟรานโà¸à¹€à¸™à¸µà¸¢', 'vo' => 'โวลาพึค', 'vot' => 'โวทิà¸', 'vro' => 'โวโร', 'vun' => 'วุนจู', 'wa' => 'วาโลนี', 'wae' => 'วัลเซà¸à¸£à¹Œ', 'wal' => 'วาลาโม', 'war' => 'วาเรย์', 'was' => 'วาโช', 'wbp' => 'วà¸à¸¥à¹Œà¹€à¸žà¸à¸£à¹Œà¸£à¸µ', 'wo' => 'โวลà¸à¸Ÿ', 'wuu' => 'จีนà¸à¸¹à¹‹', 'xal' => 'คัลมืยค์', 'xh' => 'คะห์โà¸à¸‹à¸²', 'xmf' => 'เมเà¸à¸£à¹€à¸¥à¸µà¸¢', 'xog' => 'โซà¸à¸²', 'yao' => 'เย้า', 'yap' => 'ยัป', 'yav' => 'à¹à¸¢à¸‡à¹€à¸šà¸™', 'ybb' => 'เยมบา', 'yi' => 'ยิดดิช', 'yo' => 'โยรูบา', 'yrl' => 'เหงงà¸à¸²à¸•à¸¸', 'yue' => 'à¸à¸§à¸²à¸‡à¸•à¸¸à¹‰à¸‡', 'yue@alt=menu' => 'จีน (à¸à¸§à¸²à¸‡à¸•à¸¸à¹‰à¸‡)', 'za' => 'จ้วง', 'zap' => 'ซาโปเตà¸', 'zbl' => 'บลิสซิมโบลส์', 'zea' => 'เซà¹à¸¥à¸™à¸”์', 'zen' => 'เซนาà¸à¸²', 'zgh' => 'ทามาไซต์โมร็à¸à¸à¹‚à¸à¸¡à¸²à¸•à¸£à¸à¸²à¸™', 'zh' => 'จีน', 'zh@alt=menu' => 'จีนà¸à¸¥à¸²à¸‡', 'zh_Hans' => 'จีนตัวย่à¸', 'zh_Hans@alt=long' => 'จีนà¸à¸¥à¸²à¸‡ (ตัวย่à¸)', 'zh_Hant' => 'จีนตัวเต็ม', 'zh_Hant@alt=long' => 'จีนà¸à¸¥à¸²à¸‡ (ตัวเต็ม)', 'zu' => 'ซูลู', 'zun' => 'ซูนิ', 'zxx' => 'ไม่มีข้à¸à¸¡à¸¹à¸¥à¸ าษา', 'zza' => 'ซาซา', ); if (@_) { return $languages{$_[0]}; } return \%languages; } }, ); has 'display_name_script' => ( is => 'ro', isa => CodeRef, init_arg => undef, default => sub { sub { my %scripts = ( 'Afak' => 'à¸à¸°à¸Ÿà¸²à¸„า', 'Aghb' => 'à¹à¸à¸¥à¹€à¸šà¹€à¸™à¸µà¸¢ คà¸à¹€à¸„เซีย', 'Arab' => 'à¸à¸²à¸«à¸£à¸±à¸š', 'Arab@alt=variant' => 'เปà¸à¸£à¹Œà¹€à¸‹à¸µà¸¢-à¸à¸²à¸«à¸£à¸±à¸š', 'Armi' => 'à¸à¸´à¸¡à¸žà¸µà¹€à¸£à¸µà¸¢à¸¥ à¸à¸£à¸²à¹€à¸¡à¸à¸´à¸', 'Armn' => 'à¸à¸²à¸£à¹Œà¹€à¸¡à¹€à¸™à¸µà¸¢', 'Avst' => 'à¸à¹€à¸§à¸ªà¸•à¸°', 'Bali' => 'บาหลี', 'Bamu' => 'บามุม', 'Bass' => 'บัสซา', 'Batk' => 'บาตัà¸', 'Beng' => 'เบงà¸à¸²à¸¥à¸µ', 'Blis' => 'บลิสซิมโบลส์', 'Bopo' => 'ปà¸à¸žà¸à¸¡à¸à¸Ÿà¸', 'Brah' => 'พราหมี', 'Brai' => 'เบรลล์', 'Bugi' => 'บูà¸à¸´à¸ª', 'Buhd' => 'บูฮิด', 'Cakm' => 'ชาà¸à¸¡à¸²', 'Cans' => 'สัà¸à¸¥à¸±à¸à¸©à¸“์ชนเผ่าพื้นเมืà¸à¸‡à¹à¸„นาดา', 'Cari' => 'คาเรีย', 'Cham' => 'จาม', 'Cher' => 'เชà¸à¹‚รà¸à¸µ', 'Cirt' => 'เซิร์ท', 'Copt' => 'คà¸à¸›à¸•à¸´à¸', 'Cprt' => 'ไซเปรียท', 'Cyrl' => 'ซีริลลิà¸', 'Cyrs' => 'เชà¸à¸£à¹Œà¸Šà¸ªà¸¥à¸²à¹‚วนิà¸à¸‹à¸µà¸£à¸´à¸¥à¸¥à¸´à¸à¹‚บราณ', 'Deva' => 'เทวนาครี', 'Dsrt' => 'เดเซเรท', 'Dupl' => 'ชวเลขดัปโลยัน', 'Egyd' => 'ดีโมติà¸à¸à¸µà¸¢à¸´à¸›à¸•à¹Œ', 'Egyh' => 'เฮียราติà¸à¸à¸µà¸¢à¸´à¸›à¸•à¹Œ', 'Egyp' => 'เฮียโรà¸à¸¥à¸´à¸Ÿà¸ªà¹Œà¸à¸µà¸¢à¸´à¸›à¸•à¹Œ', 'Elba' => 'เà¸à¸¥à¸šà¹Œà¸‹à¸²à¸™', 'Ethi' => 'เà¸à¸˜à¸´à¹‚à¸à¸›à¸´à¸', 'Geok' => 'คัตซูรีจà¸à¸£à¹Œà¹€à¸ˆà¸µà¸¢', 'Geor' => 'จà¸à¸£à¹Œà¹€à¸ˆà¸µà¸¢', 'Glag' => 'à¸à¸¥à¸²à¹‚à¸à¸¥à¸´à¸•à¸´à¸', 'Goth' => 'โà¸à¸˜à¸´à¸', 'Gran' => 'คฤณห์', 'Grek' => 'à¸à¸£à¸µà¸', 'Gujr' => 'คุชราต', 'Guru' => 'à¸à¸¹à¸£à¹Œà¸¡à¸¹à¸„ี', 'Hanb' => 'จีนà¸à¸¥à¸²à¸‡', 'Hang' => 'ฮันà¸à¸¶à¸¥', 'Hani' => 'ฮั่น', 'Hano' => 'ฮานูโนโà¸', 'Hans' => 'ตัวย่à¸', 'Hans@alt=stand-alone' => 'ฮั่นตัวย่à¸', 'Hant' => 'ตัวเต็ม', 'Hant@alt=stand-alone' => 'ฮั่นตัวเต็ม', 'Hebr' => 'ฮีบรู', 'Hira' => 'ฮิระงะนะ', 'Hluw' => 'à¸à¸±à¸à¸‚ระà¸à¸²à¸™à¸²à¹‚ตเลีย', 'Hmng' => 'ปาเฮาห์ม้ง', 'Hrkt' => 'คะตะà¸à¸°à¸™à¸°à¸«à¸£à¸·à¸à¸®à¸´à¸£à¸°à¸‡à¸°à¸™à¸°', 'Hung' => 'ฮังà¸à¸²à¸£à¸µà¹‚บราณ', 'Inds' => 'à¸à¸´à¸™à¸”ัส', 'Ital' => 'à¸à¸´à¸•à¸²à¸¥à¸µà¹‚บราณ', 'Jamo' => 'จาโม', 'Java' => 'ชวา', 'Jpan' => 'à¸à¸µà¹ˆà¸›à¸¸à¹ˆà¸™', 'Jurc' => 'จูร์เชน', 'Kali' => 'คยาห์', 'Kana' => 'คะตะà¸à¸°à¸™à¸°', 'Khar' => 'ขโรษà¸à¸µ', 'Khmr' => 'เขมร', 'Khoj' => 'คà¸à¸ˆà¸„ี', 'Knda' => 'à¸à¸±à¸™à¸™à¸²à¸”า', 'Kore' => 'เà¸à¸²à¸«à¸¥à¸µ', 'Kpel' => 'เปลเล', 'Kthi' => 'à¸à¸²à¸¢à¸•à¸´', 'Lana' => 'ล้านนา', 'Laoo' => 'ลาว', 'Latf' => 'ลาติน - ฟรังเตà¸à¸£à¹Œ', 'Latg' => 'ลาติน - à¹à¸à¸¥à¸´à¸', 'Latn' => 'ละติน', 'Lepc' => 'เลปชา', 'Limb' => 'ลิมบู', 'Lina' => 'ลีเนียร์เà¸', 'Linb' => 'ลีเนียร์บี', 'Lisu' => 'เฟรเซà¸à¸£à¹Œ', 'Loma' => 'โลมา', 'Lyci' => 'ไลเซีย', 'Lydi' => 'ลีเดีย', 'Mahj' => 'มหาชนี', 'Mand' => 'à¹à¸¡à¸™à¹€à¸”ียน', 'Mani' => 'มานิà¹à¸Šà¸™', 'Maya' => 'มายาไฮโรà¸à¸¥à¸´à¸Ÿà¸ªà¹Œ', 'Mend' => 'เมนเด', 'Merc' => 'เคà¸à¸£à¹Œà¸‹à¸µà¸Ÿ-เมโรà¸à¸´à¸•à¸´à¸', 'Mero' => 'เมโรติà¸', 'Mlym' => 'มาลายาลัม', 'Modi' => 'โมฑี', 'Mong' => 'มà¸à¸‡à¹‚à¸à¹€à¸¥à¸µà¸¢', 'Moon' => 'มูน', 'Mroo' => 'มโร', 'Mtei' => 'เมเทมาเยà¸', 'Mymr' => 'พม่า', 'Narb' => 'à¸à¸²à¸£à¸°à¹€à¸šà¸µà¸¢à¹€à¸«à¸™à¸·à¸à¹‚บราณ', 'Nbat' => 'นาบาทาเà¸à¸µà¸¢à¸™', 'Nkgb' => 'à¸à¸µà¸šà¸²-นาซี', 'Nkoo' => 'เà¸à¹‡à¸™à¹‚à¸', 'Nshu' => 'นุซุ', 'Ogam' => 'โà¸à¸„ัม', 'Olck' => 'โà¸à¸¥à¸Šà¸´à¸à¸´', 'Orkh' => 'à¸à¸à¸£à¹Œà¸„à¸à¸™', 'Orya' => 'โà¸à¸£à¸´à¸¢à¸²', 'Osma' => 'à¸à¸à¸ªà¸¡à¸±à¸™à¸¢à¸²', 'Palm' => 'พาลไมรีน', 'Pauc' => 'ป่à¸à¸ˆà¸´à¹‰à¸‡à¸®à¸', 'Perm' => 'เปà¸à¸£à¹Œà¸¡à¸´à¸à¹‚บราณ', 'Phag' => 'ฟาà¸à¸ªà¹Œ-ปา', 'Phli' => 'ปะห์ลาวีà¸à¸´à¸™à¸ªà¸„ริปชันà¹à¸™à¸¥', 'Phlp' => 'ปะห์ลาวีซà¸à¸¥à¹€à¸•à¸à¸£à¹Œ', 'Phlv' => 'ปะห์ลาวีบุ๊à¸', 'Phnx' => 'ฟินิเชีย', 'Plrd' => 'สัทศาสตร์พà¸à¸¥à¸¥à¸²à¸£à¹Œà¸”', 'Prti' => 'พาร์เทียà¸à¸´à¸™à¸ªà¸„ริปชันà¹à¸™à¸¥', 'Rjng' => 'เรจัง', 'Roro' => 'รà¸à¸‡à¹‚à¸à¸£à¸à¸‡à¹‚à¸', 'Runr' => 'รูนิà¸', 'Samr' => 'ซามาเรีย', 'Sara' => 'ซาราติ', 'Sarb' => 'à¸à¸²à¸£à¸°à¹€à¸šà¸µà¸¢à¹ƒà¸•à¹‰à¹‚บราณ', 'Saur' => 'โสวรัสตระ', 'Sgnw' => 'ไซน์ไรติ้ง', 'Shaw' => 'ซà¸à¹€à¸§à¸µà¸¢à¸™', 'Shrd' => 'ชาราดา', 'Sidd' => 'สิทธัม', 'Sind' => 'คุดาวาดี', 'Sinh' => 'สิงหล', 'Sora' => 'โสราสมเป็ง', 'Sund' => 'ซุนดา', 'Sylo' => 'ซิโลตินาà¸à¸£à¸µ', 'Syrc' => 'ซีเรีย', 'Syre' => 'ซีเรียเà¸à¸ªà¸—รานจีโล', 'Syrj' => 'ซีเรียตะวันตà¸', 'Syrn' => 'ซีเรียตะวันà¸à¸à¸', 'Tagb' => 'ตัà¸à¸šà¸±à¸™à¸§à¸²', 'Takr' => 'ทาครี', 'Tale' => 'ไทเล', 'Talu' => 'ไทลื้à¸à¹ƒà¸«à¸¡à¹ˆ', 'Taml' => 'ทมิฬ', 'Tang' => 'ตันà¸à¸±à¸—', 'Tavt' => 'ไทเวียต', 'Telu' => 'เตลูà¸à¸¹', 'Teng' => 'เทงà¸à¸§à¸²à¸£à¹Œ', 'Tfng' => 'ทิฟินาà¸', 'Tglg' => 'ตาà¸à¸²à¸¥à¹‡à¸à¸', 'Thaa' => 'ทานา', 'Thai' => 'ไทย', 'Tibt' => 'ทิเบต', 'Tirh' => 'เทà¸à¸®à¸¸à¸—า', 'Ugar' => 'ยูà¸à¸²à¸£à¸´à¸•', 'Vaii' => 'ไว', 'Visp' => 'คำพูดที่มà¸à¸‡à¹€à¸«à¹‡à¸™à¹„ด้', 'Wara' => 'วารังà¸à¸ªà¸´à¸•à¸´', 'Wole' => 'โà¸à¸¥à¸µà¹€à¸', 'Xpeo' => 'เปà¸à¸£à¹Œà¹€à¸‹à¸µà¸¢à¹‚บราณ', 'Xsux' => 'à¸à¸±à¸à¸©à¸£à¸£à¸¹à¸›à¸¥à¸´à¹ˆà¸¡à¸ªà¸¸à¹€à¸¡à¹€à¸£à¸µà¸¢-à¸à¸±à¸„คาเดีย', 'Yiii' => 'ยิ', 'Zinh' => 'à¸à¸´à¸™à¹€à¸®à¸à¸£à¸´à¸•', 'Zmth' => 'เครื่à¸à¸‡à¸«à¸¡à¸²à¸¢à¸—างคณิตศาสตร์', 'Zsye' => 'à¸à¸µà¹‚มจิ', 'Zsym' => 'สัà¸à¸¥à¸±à¸à¸©à¸“์', 'Zxxx' => 'ไม่มีภาษาเขียน', 'Zyyy' => 'สามัà¸', 'Zzzz' => 'ตัวà¸à¸±à¸à¸©à¸£à¸—ี่ไม่รู้จัà¸', ); if ( @_ ) { return $scripts{$_[0]}; } return \%scripts; } } ); has 'display_name_region' => ( is => 'ro', isa => HashRef[Str], init_arg => undef, default => sub { { '001' => 'โลà¸', '002' => 'à¹à¸à¸Ÿà¸£à¸´à¸à¸²', '003' => 'à¸à¹€à¸¡à¸£à¸´à¸à¸²à¹€à¸«à¸™à¸·à¸', '005' => 'à¸à¹€à¸¡à¸£à¸´à¸à¸²à¹ƒà¸•à¹‰', '009' => 'โà¸à¹€à¸Šà¸µà¸¢à¹€à¸™à¸µà¸¢', '011' => 'à¹à¸à¸Ÿà¸£à¸´à¸à¸²à¸•à¸°à¸§à¸±à¸™à¸•à¸', '013' => 'à¸à¹€à¸¡à¸£à¸´à¸à¸²à¸à¸¥à¸²à¸‡', '014' => 'à¹à¸à¸Ÿà¸£à¸´à¸à¸²à¸•à¸°à¸§à¸±à¸™à¸à¸à¸', '015' => 'à¹à¸à¸Ÿà¸£à¸´à¸à¸²à¹€à¸«à¸™à¸·à¸', '017' => 'à¹à¸à¸Ÿà¸£à¸´à¸à¸²à¸à¸¥à¸²à¸‡', '018' => 'à¹à¸à¸Ÿà¸£à¸´à¸à¸²à¸•à¸à¸™à¹ƒà¸•à¹‰', '019' => 'à¸à¹€à¸¡à¸£à¸´à¸à¸²', '021' => 'à¸à¹€à¸¡à¸£à¸´à¸à¸²à¸•à¸à¸™à¹€à¸«à¸™à¸·à¸', '029' => 'à¹à¸„ริบเบียน', '030' => 'เà¸à¹€à¸Šà¸µà¸¢à¸•à¸°à¸§à¸±à¸™à¸à¸à¸', '034' => 'เà¸à¹€à¸Šà¸µà¸¢à¹ƒà¸•à¹‰', '035' => 'เà¸à¹€à¸Šà¸µà¸¢à¸•à¸°à¸§à¸±à¸™à¸à¸à¸à¹€à¸‰à¸µà¸¢à¸‡à¹ƒà¸•à¹‰', '039' => 'ยุโรปใต้', '053' => 'à¸à¸à¸ªà¸•à¸£à¸²à¹€à¸¥à¹€à¸‹à¸µà¸¢', '054' => 'เมลานีเซีย', '057' => 'เขตไมโครนีเซีย', '061' => 'โปลินีเซีย', '142' => 'เà¸à¹€à¸Šà¸µà¸¢', '143' => 'เà¸à¹€à¸Šà¸µà¸¢à¸à¸¥à¸²à¸‡', '145' => 'เà¸à¹€à¸Šà¸µà¸¢à¸•à¸°à¸§à¸±à¸™à¸•à¸', '150' => 'ยุโรป', '151' => 'ยุโรปตะวันà¸à¸à¸', '154' => 'ยุโรปเหนืà¸', '155' => 'ยุโรปตะวันตà¸', '202' => 'à¹à¸à¸Ÿà¸£à¸´à¸à¸²à¹ƒà¸•à¹‰à¸ªà¸°à¸®à¸²à¸£à¸²', '419' => 'ละตินà¸à¹€à¸¡à¸£à¸´à¸à¸²', 'AC' => 'เà¸à¸²à¸°à¹à¸à¸ªà¹€à¸‹à¸™à¸Šà¸±à¸™', 'AD' => 'à¸à¸±à¸™à¸”à¸à¸£à¹Œà¸£à¸²', 'AE' => 'สหรัà¸à¸à¸²à¸«à¸£à¸±à¸šà¹€à¸à¸¡à¸´à¹€à¸£à¸•à¸ªà¹Œ', 'AF' => 'à¸à¸±à¸Ÿà¸à¸²à¸™à¸´à¸ªà¸–าน', 'AG' => 'à¹à¸à¸™à¸•à¸´à¸à¸²à¹à¸¥à¸°à¸šà¸²à¸£à¹Œà¸šà¸¹à¸”า', 'AI' => 'à¹à¸à¸‡à¸à¸§à¸´à¸¥à¸¥à¸²', 'AL' => 'à¹à¸à¸¥à¹€à¸šà¹€à¸™à¸µà¸¢', 'AM' => 'à¸à¸²à¸£à¹Œà¹€à¸¡à¹€à¸™à¸µà¸¢', 'AO' => 'à¹à¸à¸‡à¹‚à¸à¸¥à¸²', 'AQ' => 'à¹à¸à¸™à¸•à¸²à¸£à¹Œà¸à¸•à¸´à¸à¸²', 'AR' => 'à¸à¸²à¸£à¹Œà¹€à¸ˆà¸™à¸•à¸´à¸™à¸²', 'AS' => 'à¸à¹€à¸¡à¸£à¸´à¸à¸±à¸™à¸‹à¸²à¸¡à¸±à¸§', 'AT' => 'à¸à¸à¸ªà¹€à¸•à¸£à¸µà¸¢', 'AU' => 'à¸à¸à¸ªà¹€à¸•à¸£à¹€à¸¥à¸µà¸¢', 'AW' => 'à¸à¸²à¸£à¸¹à¸šà¸²', 'AX' => 'หมู่เà¸à¸²à¸°à¹‚à¸à¸¥à¸±à¸™à¸”์', 'AZ' => 'à¸à¸²à¹€à¸‹à¸à¸£à¹Œà¹„บจาน', 'BA' => 'บà¸à¸ªà¹€à¸™à¸µà¸¢à¹à¸¥à¸°à¹€à¸®à¸à¸£à¹Œà¹€à¸‹à¹‚à¸à¸§à¸µà¸™à¸²', 'BB' => 'บาร์เบโดส', 'BD' => 'บังà¸à¸¥à¸²à¹€à¸—ศ', 'BE' => 'เบลเยียม', 'BF' => 'บูร์à¸à¸´à¸™à¸²à¸Ÿà¸²à¹‚ซ', 'BG' => 'บัลà¹à¸à¹€à¸£à¸µà¸¢', 'BH' => 'บาห์เรน', 'BI' => 'บุรุนดี', 'BJ' => 'เบนิน', 'BL' => 'เซนต์บาร์เธเลมี', 'BM' => 'เบà¸à¸£à¹Œà¸¡à¸´à¸§à¸”า', 'BN' => 'บรูไน', 'BO' => 'โบลิเวีย', 'BQ' => 'เนเธà¸à¸£à¹Œà¹à¸¥à¸™à¸”์à¹à¸„ริบเบียน', 'BR' => 'บราซิล', 'BS' => 'บาฮามาส', 'BT' => 'ภูà¸à¸²à¸™', 'BV' => 'เà¸à¸²à¸°à¸šà¸¹à¹€à¸§', 'BW' => 'บà¸à¸•à¸ªà¸§à¸²à¸™à¸²', 'BY' => 'เบลารุส', 'BZ' => 'เบลีซ', 'CA' => 'à¹à¸„นาดา', 'CC' => 'หมู่เà¸à¸²à¸°à¹‚คโคส (คีลิง)', 'CD' => 'คà¸à¸‡à¹‚ภ- à¸à¸´à¸™à¸Šà¸²à¸‹à¸²', 'CD@alt=variant' => 'คà¸à¸‡à¹‚ภ(สาธารณรัà¸à¸›à¸£à¸°à¸Šà¸²à¸˜à¸´à¸›à¹„ตย)', 'CF' => 'สาธารณรัà¸à¹à¸à¸Ÿà¸£à¸´à¸à¸²à¸à¸¥à¸²à¸‡', 'CG' => 'คà¸à¸‡à¹‚ภ- บราซซาวิล', 'CG@alt=variant' => 'คà¸à¸‡à¹‚ภ(สาธารณรัà¸)', 'CH' => 'สวิตเซà¸à¸£à¹Œà¹à¸¥à¸™à¸”์', 'CI' => 'โà¸à¸•à¸”ิวัวร์', 'CI@alt=variant' => 'ไà¸à¸§à¸à¸£à¸µà¹ˆà¹‚คสต์', 'CK' => 'หมู่เà¸à¸²à¸°à¸„ุà¸', 'CL' => 'ชิลี', 'CM' => 'à¹à¸„เมà¸à¸£à¸¹à¸™', 'CN' => 'จีน', 'CO' => 'โคลà¸à¸¡à¹€à¸šà¸µà¸¢', 'CP' => 'เà¸à¸²à¸°à¸„ลิปเปà¸à¸£à¹Œà¸•à¸±à¸™', 'CR' => 'คà¸à¸ªà¸•à¸²à¸£à¸´à¸à¸²', 'CU' => 'คิวบา', 'CV' => 'เคปเวิร์ด', 'CW' => 'คูราเซา', 'CX' => 'เà¸à¸²à¸°à¸„ริสต์มาส', 'CY' => 'ไซปรัส', 'CZ' => 'เช็à¸', 'CZ@alt=variant' => 'สาธารณรัà¸à¹€à¸Šà¹‡à¸', 'DE' => 'เยà¸à¸£à¸¡à¸™à¸µ', 'DG' => 'ดิเà¸à¹‚à¸à¸à¸²à¸£à¹Œà¹€à¸‹à¸µà¸¢', 'DJ' => 'จิบูตี', 'DK' => 'เดนมาร์à¸', 'DM' => 'โดมินิà¸à¸²', 'DO' => 'สาธารณรัà¸à¹‚ดมินิà¸à¸±à¸™', 'DZ' => 'à¹à¸à¸¥à¸ˆà¸µà¹€à¸£à¸µà¸¢', 'EA' => 'เซวตาà¹à¸¥à¸°à¹€à¸¡à¸¥à¸µà¸¢à¸²', 'EC' => 'เà¸à¸à¸§à¸²à¸”à¸à¸£à¹Œ', 'EE' => 'เà¸à¸ªà¹‚ตเนีย', 'EG' => 'à¸à¸µà¸¢à¸´à¸›à¸•à¹Œ', 'EH' => 'ซาฮาราตะวันตà¸', 'ER' => 'เà¸à¸£à¸´à¹€à¸—รีย', 'ES' => 'สเปน', 'ET' => 'เà¸à¸˜à¸´à¹‚à¸à¹€à¸›à¸µà¸¢', 'EU' => 'สหภาพยุโรป', 'EZ' => 'ยูโรโซน', 'FI' => 'ฟินà¹à¸¥à¸™à¸”์', 'FJ' => 'ฟิจิ', 'FK' => 'หมู่เà¸à¸²à¸°à¸Ÿà¸à¸¥à¹Œà¸à¹à¸¥à¸™à¸”์', 'FK@alt=variant' => 'หมู่เà¸à¸²à¸°à¸Ÿà¸à¸¥à¹Œà¸à¹à¸¥à¸™à¸”์ (à¸à¸´à¸ªà¸¥à¸²à¸ª มาลวินาส)', 'FM' => 'ไมโครนีเซีย', 'FO' => 'หมู่เà¸à¸²à¸°à¹à¸Ÿà¹‚ร', 'FR' => 'à¸à¸£à¸±à¹ˆà¸‡à¹€à¸¨à¸ª', 'GA' => 'à¸à¸²à¸šà¸à¸‡', 'GB' => 'สหราชà¸à¸²à¸“าจัà¸à¸£', 'GD' => 'เà¸à¸£à¹€à¸™à¸”า', 'GE' => 'จà¸à¸£à¹Œà¹€à¸ˆà¸µà¸¢', 'GF' => 'เฟรนช์เà¸à¸µà¸¢à¸™à¸²', 'GG' => 'เà¸à¸´à¸£à¹Œà¸™à¸‹à¸µà¸¢à¹Œ', 'GH' => 'à¸à¸²à¸™à¸²', 'GI' => 'ยิบรà¸à¸¥à¸•à¸²à¸£à¹Œ', 'GL' => 'à¸à¸£à¸µà¸™à¹à¸¥à¸™à¸”์', 'GM' => 'à¹à¸à¸¡à¹€à¸šà¸µà¸¢', 'GN' => 'à¸à¸´à¸™à¸µ', 'GP' => 'à¸à¸§à¸²à¹€à¸”à¸à¸¥à¸¹à¸›', 'GQ' => 'à¸à¸´à¹€à¸„วทà¸à¹€à¸£à¸µà¸¢à¸¥à¸à¸´à¸™à¸µ', 'GR' => 'à¸à¸£à¸µà¸‹', 'GS' => 'เà¸à¸²à¸°à¹€à¸‹à¸²à¸—์จà¸à¸£à¹Œà¹€à¸ˆà¸µà¸¢à¹à¸¥à¸°à¸«à¸¡à¸¹à¹ˆà¹€à¸à¸²à¸°à¹€à¸‹à¸²à¸—์à¹à¸‹à¸™à¸”์วิช', 'GT' => 'à¸à¸±à¸§à¹€à¸•à¸¡à¸²à¸¥à¸²', 'GU' => 'à¸à¸§à¸¡', 'GW' => 'à¸à¸´à¸™à¸µ-บิสเซา', 'GY' => 'à¸à¸²à¸¢à¸à¸²à¸™à¸²', 'HK' => 'เขตปà¸à¸„รà¸à¸‡à¸žà¸´à¹€à¸¨à¸©à¸®à¹ˆà¸à¸‡à¸à¸‡à¹à¸«à¹ˆà¸‡à¸ªà¸²à¸˜à¸²à¸£à¸“รัà¸à¸›à¸£à¸°à¸Šà¸²à¸Šà¸™à¸ˆà¸µà¸™', 'HK@alt=short' => 'ฮ่à¸à¸‡à¸à¸‡', 'HM' => 'เà¸à¸²à¸°à¹€à¸®à¸´à¸£à¹Œà¸”à¹à¸¥à¸°à¸«à¸¡à¸¹à¹ˆà¹€à¸à¸²à¸°à¹à¸¡à¸à¸”à¸à¸™à¸±à¸¥à¸”์', 'HN' => 'ฮà¸à¸™à¸”ูรัส', 'HR' => 'โครเà¸à¹€à¸Šà¸µà¸¢', 'HT' => 'เฮติ', 'HU' => 'ฮังà¸à¸²à¸£à¸µ', 'IC' => 'หมู่เà¸à¸²à¸°à¸„านารี', 'ID' => 'à¸à¸´à¸™à¹‚ดนีเซีย', 'IE' => 'ไà¸à¸£à¹Œà¹à¸¥à¸™à¸”์', 'IL' => 'à¸à¸´à¸ªà¸£à¸²à¹€à¸à¸¥', 'IM' => 'เà¸à¸²à¸°à¹à¸¡à¸™', 'IN' => 'à¸à¸´à¸™à¹€à¸”ีย', 'IO' => 'บริติชà¸à¸´à¸™à¹€à¸”ียนโà¸à¹€à¸Šà¸µà¸¢à¸™à¹€à¸—ร์ริทà¸à¸£à¸µ', 'IQ' => 'à¸à¸´à¸£à¸±à¸', 'IR' => 'à¸à¸´à¸«à¸£à¹ˆà¸²à¸™', 'IS' => 'ไà¸à¸‹à¹Œà¹à¸¥à¸™à¸”์', 'IT' => 'à¸à¸´à¸•à¸²à¸¥à¸µ', 'JE' => 'เจà¸à¸£à¹Œà¸‹à¸µà¸¢à¹Œ', 'JM' => 'จาเมà¸à¸²', 'JO' => 'จà¸à¸£à¹Œà¹à¸”น', 'JP' => 'à¸à¸µà¹ˆà¸›à¸¸à¹ˆà¸™', 'KE' => 'เคนยา', 'KG' => 'คีร์à¸à¸µà¸‹à¸ªà¸–าน', 'KH' => 'à¸à¸±à¸¡à¸žà¸¹à¸Šà¸²', 'KI' => 'คิริบาส', 'KM' => 'คà¸à¹‚มโรส', 'KN' => 'เซนต์คิตส์à¹à¸¥à¸°à¹€à¸™à¸§à¸´à¸ª', 'KP' => 'เà¸à¸²à¸«à¸¥à¸µà¹€à¸«à¸™à¸·à¸', 'KR' => 'เà¸à¸²à¸«à¸¥à¸µà¹ƒà¸•à¹‰', 'KW' => 'คูเวต', 'KY' => 'หมู่เà¸à¸²à¸°à¹€à¸„ย์à¹à¸¡à¸™', 'KZ' => 'คาซัคสถาน', 'LA' => 'ลาว', 'LB' => 'เลบานà¸à¸™', 'LC' => 'เซนต์ลูเซีย', 'LI' => 'ลิà¸à¹€à¸•à¸™à¸ªà¹„ตน์', 'LK' => 'ศรีลังà¸à¸²', 'LR' => 'ไลบีเรีย', 'LS' => 'เลโซโท', 'LT' => 'ลิทัวเนีย', 'LU' => 'ลัà¸à¹€à¸‹à¸¡à¹€à¸šà¸´à¸£à¹Œà¸', 'LV' => 'ลัตเวีย', 'LY' => 'ลิเบีย', 'MA' => 'โมร็à¸à¸à¹‚à¸', 'MC' => 'โมนาโà¸', 'MD' => 'มà¸à¸¥à¹‚ดวา', 'ME' => 'มà¸à¸™à¹€à¸•à¹€à¸™à¹‚à¸à¸£', 'MF' => 'เซนต์มาร์ติน', 'MG' => 'มาดาà¸à¸±à¸ªà¸à¸²à¸£à¹Œ', 'MH' => 'หมู่เà¸à¸²à¸°à¸¡à¸²à¸£à¹Œà¹à¸Šà¸¥à¸¥à¹Œ', 'MK' => 'มาซิโดเนียเหนืà¸', 'ML' => 'มาลี', 'MM' => 'เมียนมา (พม่า)', 'MN' => 'มà¸à¸‡à¹‚à¸à¹€à¸¥à¸µà¸¢', 'MO' => 'เขตปà¸à¸„รà¸à¸‡à¸žà¸´à¹€à¸¨à¸©à¸¡à¸²à¹€à¸à¹Šà¸²à¹à¸«à¹ˆà¸‡à¸ªà¸²à¸˜à¸²à¸£à¸“รัà¸à¸›à¸£à¸°à¸Šà¸²à¸Šà¸™à¸ˆà¸µà¸™', 'MO@alt=short' => 'มาเà¸à¹Šà¸²', 'MP' => 'หมู่เà¸à¸²à¸°à¸™à¸à¸£à¹Œà¹€à¸—ิร์นมาเรียนา', 'MQ' => 'มาร์ตินีà¸', 'MR' => 'มà¸à¸£à¸´à¹€à¸•à¹€à¸™à¸µà¸¢', 'MS' => 'มà¸à¸™à¸•à¹Œà¹€à¸‹à¸à¸£à¹Œà¸£à¸±à¸•', 'MT' => 'มà¸à¸¥à¸•à¸²', 'MU' => 'มà¸à¸£à¸´à¹€à¸Šà¸µà¸¢à¸ª', 'MV' => 'มัลดีฟส์', 'MW' => 'มาลาวี', 'MX' => 'เม็à¸à¸‹à¸´à¹‚à¸', 'MY' => 'มาเลเซีย', 'MZ' => 'โมซัมบิà¸', 'NA' => 'นามิเบีย', 'NC' => 'นิวà¹à¸„ลิโดเนีย', 'NE' => 'ไนเจà¸à¸£à¹Œ', 'NF' => 'เà¸à¸²à¸°à¸™à¸à¸£à¹Œà¸Ÿà¸à¸¥à¹Œà¸', 'NG' => 'ไนจีเรีย', 'NI' => 'นิà¸à¸²à¸£à¸²à¸à¸±à¸§', 'NL' => 'เนเธà¸à¸£à¹Œà¹à¸¥à¸™à¸”์', 'NO' => 'นà¸à¸£à¹Œà¹€à¸§à¸¢à¹Œ', 'NP' => 'เนปาล', 'NR' => 'นาà¸à¸¹à¸£à¸¹', 'NU' => 'นีà¸à¸¹à¹€à¸', 'NZ' => 'นิวซีà¹à¸¥à¸™à¸”์', 'OM' => 'โà¸à¸¡à¸²à¸™', 'PA' => 'ปานามา', 'PE' => 'เปรู', 'PF' => 'เฟรนช์โปลินีเซีย', 'PG' => 'ปาปัวนิวà¸à¸´à¸™à¸µ', 'PH' => 'ฟิลิปปินส์', 'PK' => 'ปาà¸à¸µà¸ªà¸–าน', 'PL' => 'โปà¹à¸¥à¸™à¸”์', 'PM' => 'à¹à¸‹à¸‡à¸›à¸µà¹à¸¢à¸£à¹Œà¹à¸¥à¸°à¸¡à¸µà¹€à¸à¸à¸¥à¸‡', 'PN' => 'หมู่เà¸à¸²à¸°à¸žà¸´à¸•à¹à¸„ร์น', 'PR' => 'เปà¸à¸£à¹Œà¹‚ตริโà¸', 'PS' => 'ดินà¹à¸”นปาเลสไตน์', 'PS@alt=short' => 'ปาเลสไตน์', 'PT' => 'โปรตุเà¸à¸ª', 'PW' => 'ปาเลา', 'PY' => 'ปาราà¸à¸§à¸±à¸¢', 'QA' => 'à¸à¸²à¸•à¸²à¸£à¹Œ', 'QO' => 'เà¸à¸²à¸•à¹Œà¹„ลà¸à¸´à¸‡à¹‚à¸à¹€à¸Šà¸µà¸¢à¹€à¸™à¸µà¸¢', 'RE' => 'เรà¸à¸¹à¸™à¸µà¸¢à¸‡', 'RO' => 'โรมาเนีย', 'RS' => 'เซà¸à¸£à¹Œà¹€à¸šà¸µà¸¢', 'RU' => 'รัสเซีย', 'RW' => 'รวันดา', 'SA' => 'ซาà¸à¸¸à¸”ีà¸à¸²à¸£à¸°à¹€à¸šà¸µà¸¢', 'SB' => 'หมู่เà¸à¸²à¸°à¹‚ซโลมà¸à¸™', 'SC' => 'เซเชลส์', 'SD' => 'ซูดาน', 'SE' => 'สวีเดน', 'SG' => 'สิงคโปร์', 'SH' => 'เซนต์เฮเลนา', 'SI' => 'สโลวีเนีย', 'SJ' => 'สฟาลบาร์à¹à¸¥à¸°à¸¢à¸²à¸™à¹„มเà¸à¸™', 'SK' => 'สโลวะเà¸à¸µà¸¢', 'SL' => 'เซียร์ราลีโà¸à¸™', 'SM' => 'ซานมาริโน', 'SN' => 'เซเนà¸à¸±à¸¥', 'SO' => 'โซมาเลีย', 'SR' => 'ซูรินาเม', 'SS' => 'ซูดานใต้', 'ST' => 'เซาตูเมà¹à¸¥à¸°à¸›à¸£à¸´à¸™à¸‹à¸´à¸›à¸µ', 'SV' => 'เà¸à¸¥à¸‹à¸±à¸¥à¸§à¸²à¸”à¸à¸£à¹Œ', 'SX' => 'ซินต์มาร์เทน', 'SY' => 'ซีเรีย', 'SZ' => 'เà¸à¸ªà¸§à¸²à¸•à¸µà¸™à¸µ', 'SZ@alt=variant' => 'สวาซิà¹à¸¥à¸™à¸”์', 'TA' => 'ทริสตันดาคูนา', 'TC' => 'หมู่เà¸à¸²à¸°à¹€à¸•à¸´à¸à¸ªà¹Œà¹à¸¥à¸°à¸«à¸¡à¸¹à¹ˆà¹€à¸à¸²à¸°à¹€à¸„คà¸à¸ª', 'TD' => 'ชาด', 'TF' => 'เฟรนช์เซาเทิร์นเทร์ริทà¸à¸£à¸µà¸ªà¹Œ', 'TG' => 'โตโà¸', 'TH' => 'ไทย', 'TJ' => 'ทาจิà¸à¸´à¸ªà¸–าน', 'TK' => 'โตเà¸à¹€à¸¥à¸²', 'TL' => 'ติมà¸à¸£à¹Œ-เลสเต', 'TL@alt=variant' => 'ติมà¸à¸£à¹Œà¸•à¸°à¸§à¸±à¸™à¸à¸à¸', 'TM' => 'เติร์à¸à¹€à¸¡à¸™à¸´à¸ªà¸–าน', 'TN' => 'ตูนิเซีย', 'TO' => 'ตà¸à¸‡à¸à¸²', 'TR' => 'ตุรà¸à¸µ', 'TT' => 'ตรินิà¹à¸”ดà¹à¸¥à¸°à¹‚ตเบโà¸', 'TV' => 'ตูวาลู', 'TW' => 'ไต้หวัน', 'TZ' => 'à¹à¸—นซาเนีย', 'UA' => 'ยูเครน', 'UG' => 'ยูà¸à¸±à¸™à¸”า', 'UM' => 'หมู่เà¸à¸²à¸°à¸£à¸à¸šà¸™à¸à¸à¸‚à¸à¸‡à¸ªà¸«à¸£à¸±à¸à¸à¹€à¸¡à¸£à¸´à¸à¸²', 'UN' => 'สหประชาชาติ', 'US' => 'สหรัà¸à¸à¹€à¸¡à¸£à¸´à¸à¸²', 'US@alt=short' => 'สหรัà¸à¸¯', 'UY' => 'à¸à¸¸à¸£à¸¸à¸à¸§à¸±à¸¢', 'UZ' => 'à¸à¸¸à¸‹à¹€à¸šà¸à¸´à¸ªà¸–าน', 'VA' => 'นครวาติà¸à¸±à¸™', 'VC' => 'เซนต์วินเซนต์à¹à¸¥à¸°à¹€à¸à¸£à¸™à¸²à¸”ีนส์', 'VE' => 'เวเนซุเà¸à¸¥à¸²', 'VG' => 'หมู่เà¸à¸²à¸°à¸šà¸£à¸´à¸•à¸´à¸Šà¹€à¸§à¸à¸£à¹Œà¸ˆà¸´à¸™', 'VI' => 'หมู่เà¸à¸²à¸°à¹€à¸§à¸à¸£à¹Œà¸ˆà¸´à¸™à¸‚à¸à¸‡à¸ªà¸«à¸£à¸±à¸à¸à¹€à¸¡à¸£à¸´à¸à¸²', 'VN' => 'เวียดนาม', 'VU' => 'วานูà¸à¸²à¸•à¸¹', 'WF' => 'วาลลิสà¹à¸¥à¸°à¸Ÿà¸¸à¸•à¸¹à¸™à¸²', 'WS' => 'ซามัว', 'XA' => 'สำเนียงไม่จริง', 'XB' => 'Bidi ไม่จริง', 'XK' => 'โคโซโว', 'YE' => 'เยเมน', 'YT' => 'มายà¸à¸•', 'ZA' => 'à¹à¸à¸Ÿà¸£à¸´à¸à¸²à¹ƒà¸•à¹‰', 'ZM' => 'à¹à¸‹à¸¡à¹€à¸šà¸µà¸¢', 'ZW' => 'ซิมบับเว', 'ZZ' => 'ภูมิภาคที่ไม่รู้จัà¸', } }, ); has 'display_name_variant' => ( is => 'ro', isa => HashRef[Str], init_arg => undef, default => sub { { '1901' => 'เยà¸à¸£à¸¡à¸±à¸™à¸à¸à¸£à¹Œà¹‚ธà¸à¸£à¸²à¸Ÿà¸µà¸”ั้งเดิม', '1994' => 'à¸à¸±à¸à¸‚ระเรเซียนมาตราà¸à¸²à¸™', '1996' => 'เยà¸à¸£à¸¡à¸±à¸™à¸à¸à¸£à¹Œà¹‚ธà¸à¸£à¸²à¸Ÿà¸µà¸›à¸µ 1996', '1606NICT' => 'ปลายยุคà¸à¸¥à¸²à¸‡à¸à¸£à¸±à¹ˆà¸‡à¹€à¸¨à¸ªà¸–ึงปี ค.ศ. 1606', '1694ACAD' => 'ตà¸à¸™à¸•à¹‰à¸™à¸¢à¸¸à¸„ใหม่à¸à¸£à¸±à¹ˆà¸‡à¹€à¸¨à¸ª', '1959ACAD' => 'วิชาà¸à¸²à¸£', 'ALALC97' => 'à¸à¸²à¸£à¸–à¸à¸”à¸à¸±à¸à¸©à¸£à¹€à¸›à¹‡à¸™à¸à¸±à¸à¸©à¸£à¹‚รมันตามเà¸à¸“ฑ์ขà¸à¸‡à¸ªà¸¡à¸²à¸„มห้à¸à¸‡à¸ªà¸¡à¸¸à¸”à¸à¹€à¸¡à¸£à¸´à¸à¸±à¸™à¹à¸¥à¸°à¸«à¹‰à¸à¸‡à¸ªà¸¡à¸¸à¸”รัà¸à¸ªà¸ า ฉบับพิมพ์ปี 1997', 'ALUKU' => 'ภาษาพื้นเมืà¸à¸‡à¸à¸¥à¸¹à¸„ู', 'AREVELA' => 'à¸à¸²à¸£à¹Œà¹€à¸¡à¹€à¸™à¸µà¸¢à¸•à¸°à¸§à¸±à¸™à¸à¸à¸', 'AREVMDA' => 'à¸à¸²à¸£à¹Œà¹€à¸¡à¹€à¸™à¸µà¸¢à¸•à¸°à¸§à¸±à¸™à¸•à¸', 'BAKU1926' => 'ตัวà¸à¸±à¸à¸©à¸£à¸¥à¸°à¸•à¸´à¸™à¹€à¸•à¸à¸£à¹Œà¸à¸´à¸à¹à¸šà¸šà¸„รบวงจร', 'BAUDDHA' => 'พระพุทธเจ้า', 'BISCAYAN' => 'บิสคายัน', 'BISKE' => 'ภาษาพื้นเมืà¸à¸‡à¸‹à¸²à¸™à¸ˆà¸à¸£à¹Œà¹‚จ/บิลา', 'BOHORIC' => 'ตัวà¸à¸±à¸à¸©à¸£à¹‚บโฮริช', 'BOONT' => 'บูนทลิ่ง', 'DAJNKO' => 'ตัวà¸à¸±à¸à¸©à¸£à¸”ายนชิซา', 'EMODENG' => 'à¸à¸±à¸‡à¸à¸¤à¸©à¸ªà¸¡à¸±à¸¢à¹ƒà¸«à¸¡à¹ˆà¸•à¸à¸™à¸•à¹‰à¸™', 'FONIPA' => 'สัทà¸à¸±à¸à¸©à¸£à¸ªà¸²à¸à¸¥', 'FONUPA' => 'สัทà¸à¸±à¸à¸©à¸£ UPA', 'FONXSAMP' => 'ฟà¸à¸™à¸‹à¹Œà¹à¸‹à¸¡à¸žà¹Œ', 'HEPBURN' => 'à¸à¸²à¸£à¸–à¸à¸”à¸à¸±à¸à¸©à¸£à¹à¸šà¸šà¹€à¸®à¸›à¹€à¸šà¸´à¸£à¹Œà¸™', 'HOGNORSK' => 'ภาษานà¸à¸£à¹Œà¸§à¸´à¹€à¸ˆà¸µà¸¢à¸™à¸ªà¸¹à¸‡', 'ITIHASA' => 'à¸à¸´à¸•à¸´à¸«à¸²à¸ªà¸°', 'JAUER' => 'เยาเà¸à¸à¸£à¹Œ', 'JYUTPING' => 'ระบบถà¸à¸”à¸à¸±à¸à¸©à¸£à¹à¸šà¸šà¸¢à¸§à¸¶à¸”พิง', 'KKCOR' => 'à¸à¸±à¸à¸‚รวิธีสามัà¸', 'KSCOR' => 'à¸à¸±à¸à¸‚รวิธีมาตรà¸à¸²à¸™', 'LAUKIKA' => 'ลัวà¸à¸´à¸à¸²', 'LIPAW' => 'ภาษาพื้นเมืà¸à¸‡à¸¥à¸´à¹‚พวาซขà¸à¸‡à¹€à¸£à¹€à¸‹à¸µà¸¢à¸™', 'LUNA1918' => 'ลูน่า 1918', 'METELKO' => 'ตัวà¸à¸±à¸à¸©à¸£à¹€à¸¡à¹€à¸•à¸§à¸Šà¸´à¸‹à¸²', 'MONOTON' => 'โมโนโทนิà¸', 'NDYUKA' => 'ดิวคา', 'NEDIS' => 'ภาษาพื้นเมืà¸à¸‡à¸™à¸²à¸—ิโซเน', 'NJIVA' => 'ภาษาพื้นเมืà¸à¸‡à¸ˆà¸™à¸µà¸§à¸²/นจีวา', 'NULIK' => 'โวลาพึคสมัยใหม่', 'OSOJS' => 'ภาษาพื้นเมืà¸à¸‡à¹‚à¸à¹€à¸‹à¸µà¸¢à¸„โค/โà¸à¹‚ซยาเน', 'PAMAKA' => 'ภาษาพื้นเมืà¸à¸‡à¸žà¸²à¸¡à¸²à¸„า', 'PETR1708' => 'พีท 1708', 'PINYIN' => 'พินà¸à¸´à¸™', 'POLYTON' => 'โพลีโทนิà¸', 'POSIX' => 'คà¸à¸¡à¸žà¸´à¸§à¹€à¸•à¸à¸£à¹Œ', 'PUTER' => 'พิวเตà¸à¸£à¹Œ', 'REVISED' => 'à¸à¸à¸£à¹Œà¹‚ธà¸à¸£à¸²à¸Ÿà¸´à¸›à¸£à¸±à¸šà¸›à¸£à¸¸à¸‡', 'RIGIK' => 'โวลาพึคดั้งเดิม', 'ROZAJ' => 'เรเซียน', 'RUMGR' => 'รัมà¸à¸£à¹Œ', 'SAAHO' => 'ซาโฮ', 'SCOTLAND' => 'ภาษาà¸à¸±à¸‡à¸à¸¤à¸©à¸¡à¸²à¸•à¸£à¸²à¸à¸²à¸™à¸ªà¸à¹Šà¸à¸•', 'SCOUSE' => 'สเà¸à¸²à¸ªà¹Œ', 'SOLBA' => 'ภาษาพื้นเมืà¸à¸‡à¸ªà¹‚ตวีซซา/โซลบีà¸à¸²', 'SURMIRAN' => 'ซูร์มิราน', 'SURSILV' => 'ซูร์ซีลฟ์', 'SUTSILV' => 'ซุตซีลฟ์', 'TARASK' => 'ทาราซเคียวิซาà¸à¸à¸£à¹Œà¹‚ธà¸à¸£à¸²à¸Ÿà¸µ', 'UCCOR' => 'à¸à¸±à¸à¸‚รวิธีà¹à¸šà¸šà¸„รบวงจร', 'UCRCOR' => 'à¸à¸±à¸à¸‚รวิธีà¹à¸šà¸šà¸›à¸£à¸±à¸šà¸›à¸£à¸¸à¸‡à¸„รบวงจร', 'ULSTER' => 'à¸à¸±à¸¥à¸ªà¹€à¸•à¸à¸£à¹Œ', 'VAIDIKA' => 'เวดิคา', 'VALENCIA' => 'วาเลนเซีย', 'VALLADER' => 'วัลลาเดà¸à¸£à¹Œ', 'WADEGILE' => 'à¸à¸²à¸£à¸–à¸à¸”à¸à¸±à¸à¸©à¸£à¹à¸šà¸šà¹€à¸§à¸”-ไจลส์', } }, ); has 'display_name_key' => ( is => 'ro', isa => HashRef[Str], init_arg => undef, default => sub { { 'calendar' => 'ปà¸à¸´à¸—ิน', 'cf' => 'รูปà¹à¸šà¸šà¸ªà¸à¸¸à¸¥à¹€à¸‡à¸´à¸™', 'colalternate' => 'ละเว้นà¸à¸²à¸£à¸ˆà¸±à¸”เรียงสัà¸à¸¥à¸±à¸à¸©à¸“์', 'colbackwards' => 'à¸à¸²à¸£à¸ˆà¸±à¸”เรียงเสียงหนัà¸à¹€à¸šà¸²à¹ƒà¸™à¸¥à¸³à¸”ับถà¸à¸¢à¸«à¸¥à¸±à¸‡', 'colcasefirst' => 'à¸à¸²à¸£à¹€à¸£à¸µà¸¢à¸‡à¸¥à¸³à¸”ับตัวพิมพ์ใหà¸à¹ˆ/ตัวพิมพ์เล็à¸', 'colcaselevel' => 'à¸à¸²à¸£à¸ˆà¸±à¸”เรียงà¹à¸šà¸šà¸•à¸£à¸‡à¸•à¸²à¸¡à¸•à¸±à¸§à¸žà¸´à¸¡à¸žà¹Œà¹ƒà¸«à¸à¹ˆ-เล็à¸', 'collation' => 'ลำดับà¸à¸²à¸£à¸ˆà¸±à¸”เรียง', 'colnormalization' => 'à¸à¸²à¸£à¸ˆà¸±à¸”เรียงà¹à¸šà¸šà¸—ี่เป็นปà¸à¸•à¸´', 'colnumeric' => 'à¸à¸²à¸£à¸ˆà¸±à¸”เรียงตัวเลข', 'colstrength' => 'ความà¹à¸¡à¹ˆà¸™à¸¢à¸³à¹ƒà¸™à¸à¸²à¸£à¸ˆà¸±à¸”เรียง', 'currency' => 'สà¸à¸¸à¸¥à¹€à¸‡à¸´à¸™', 'hc' => 'วงจรชั่วโมง (เทียบ 12 à¹à¸¥à¸° 24)', 'lb' => 'รูปà¹à¸šà¸šà¸à¸²à¸£à¸‚ึ้นบรรทัดใหม่', 'ms' => 'ระบบà¸à¸²à¸£à¸§à¸±à¸”', 'numbers' => 'ตัวเลข', 'timezone' => 'เขตเวลา', 'va' => 'ตัวà¹à¸›à¸£à¸ าษาถิ่น', 'x' => 'ใช้งานส่วนบุคคล', } }, ); has 'display_name_type' => ( is => 'ro', isa => HashRef[HashRef[Str]], init_arg => undef, default => sub { { 'calendar' => { 'buddhist' => q{ปà¸à¸´à¸—ินพุทธ}, 'chinese' => q{ปà¸à¸´à¸—ินจีน}, 'coptic' => q{ปà¸à¸´à¸—ินคà¸à¸›à¸•à¸´à¸}, 'dangi' => q{ปà¸à¸´à¸—ินเà¸à¸²à¸«à¸¥à¸µ}, 'ethiopic' => q{ปà¸à¸´à¸—ินเà¸à¸˜à¸´à¹‚à¸à¹€à¸›à¸µà¸¢}, 'ethiopic-amete-alem' => q{ปà¸à¸´à¸—ินปีโลà¸à¹€à¸à¸˜à¸´à¹‚à¸à¹€à¸›à¸µà¸¢}, 'gregorian' => q{ปà¸à¸´à¸—ินเà¸à¸£à¸à¸à¹€à¸£à¸µà¸¢à¸™}, 'hebrew' => q{ปà¸à¸´à¸—ินฮิบรู}, 'indian' => q{ปà¸à¸´à¸—ินà¹à¸«à¹ˆà¸‡à¸Šà¸²à¸•à¸´à¸à¸´à¸™à¹€à¸”ีย}, 'islamic' => q{ปà¸à¸´à¸—ินà¸à¸´à¸ªà¸¥à¸²à¸¡}, 'islamic-civil' => q{ปà¸à¸´à¸—ินà¸à¸´à¸ªà¸¥à¸²à¸¡à¸‹à¸µà¸§à¸´à¸¥}, 'islamic-rgsa' => q{ปà¸à¸´à¸—ินà¸à¸´à¸ªà¸¥à¸²à¸¡ (ซาà¸à¸¸à¸”ีà¸à¸²à¸£à¸°à¹€à¸šà¸µà¸¢ à¹à¸šà¸šà¸žà¸£à¸°à¸ˆà¸±à¸™à¸—ร์เสี้ยว)}, 'islamic-tbla' => q{ปà¸à¸´à¸—ินà¸à¸´à¸ªà¸¥à¸²à¸¡ (à¹à¸šà¸šà¸•à¸²à¸£à¸²à¸‡ สมัยดาราศาสตร์)}, 'islamic-umalqura' => q{ปà¸à¸´à¸—ินà¸à¸´à¸ªà¸¥à¸²à¸¡ (à¸à¸¸à¸¡à¸¡à¹Œà¸à¸±à¸¥à¸à¸¸à¸£à¸²)}, 'iso8601' => q{ปà¸à¸´à¸—ิน ISO-8601}, 'japanese' => q{ปà¸à¸´à¸—ินà¸à¸µà¹ˆà¸›à¸¸à¹ˆà¸™}, 'persian' => q{ปà¸à¸´à¸—ินเปà¸à¸£à¹Œà¹€à¸Šà¸µà¸¢}, 'roc' => q{ปà¸à¸´à¸—ินไต้หวัน}, }, 'cf' => { 'account' => q{รูปà¹à¸šà¸šà¸ªà¸à¸¸à¸¥à¹€à¸‡à¸´à¸™à¸šà¸±à¸à¸Šà¸µ}, 'standard' => q{รูปà¹à¸šà¸šà¸ªà¸à¸¸à¸¥à¹€à¸‡à¸´à¸™à¸¡à¸²à¸•à¸£à¸à¸²à¸™}, }, 'colalternate' => { 'non-ignorable' => q{จัดเรียงสัà¸à¸¥à¸±à¸à¸©à¸“์}, 'shifted' => q{จัดเรียงสัà¸à¸¥à¸±à¸à¸©à¸“์ที่ละไว้}, }, 'colbackwards' => { 'no' => q{จัดเรียงเสียงหนัà¸à¹€à¸šà¸²à¸•à¸²à¸¡à¸›à¸à¸•à¸´}, 'yes' => q{จัดเรียงเสียงหนัà¸à¹€à¸šà¸²à¹ƒà¸™à¸¥à¸³à¸”ับถà¸à¸¢à¸«à¸¥à¸±à¸‡}, }, 'colcasefirst' => { 'lower' => q{จัดเรียงลำดับตัวพิมพ์เล็à¸à¸à¹ˆà¸à¸™}, 'no' => q{จัดเรียงลำดับตามตัวพิมพ์ปà¸à¸•à¸´}, 'upper' => q{จัดเรียงตัวพิมพ์ใหà¸à¹ˆà¸à¹ˆà¸à¸™}, }, 'colcaselevel' => { 'no' => q{จัดเรียงตามความสำคัà¸à¸‚à¸à¸‡à¸•à¸±à¸§à¸žà¸´à¸¡à¸žà¹Œ}, 'yes' => q{จัดเรียงความสำคัà¸à¸‚à¸à¸‡à¸•à¸±à¸§à¸žà¸´à¸¡à¸žà¹Œ}, }, 'collation' => { 'big5han' => q{เรียงตามà¸à¸±à¸à¸©à¸£à¸ˆà¸µà¸™à¸”ั้งเดิม}, 'dictionary' => q{เรียงตามพจนานุà¸à¸£à¸¡}, 'ducet' => q{ลำดับà¸à¸²à¸£à¸ˆà¸±à¸”เรียงตาม Unicode เริ่มต้น}, 'eor' => q{à¸à¸Žà¸à¸²à¸£à¹€à¸£à¸µà¸¢à¸‡à¸¥à¸³à¸”ับตามà¹à¸šà¸šà¸¢à¸¸à¹‚รป}, 'gb2312han' => q{เรียงตามà¸à¸±à¸à¸©à¸£à¸ˆà¸µà¸™à¸›à¸£à¸°à¸¢à¸¸à¸à¸•à¹Œ}, 'phonebook' => q{เรียงตามสมุดโทรศัพท์}, 'phonetic' => q{ลำดัà¸à¸à¸²à¸£à¸ˆà¸±à¸”เรียงตามคำà¸à¹ˆà¸²à¸™}, 'pinyin' => q{เรียงตามà¸à¸²à¸£à¸–à¸à¸”เสียงภาษาจีน}, 'reformed' => q{เรียงตามลำดับล่าสุด}, 'search' => q{à¸à¸²à¸£à¸„้นหาทั่วไป}, 'searchjl' => q{ค้นหาตามพยัà¸à¸Šà¸™à¸°à¸‚ึ้นต้นที่เป็นฮันà¸à¸¶à¸¥}, 'standard' => q{ลำดับà¸à¸²à¸£à¸ˆà¸±à¸”เรียงà¹à¸šà¸šà¸¡à¸²à¸•à¸£à¸à¸²à¸™}, 'stroke' => q{เรียงตามà¸à¸²à¸£à¸¥à¸²à¸à¹€à¸ªà¹‰à¸™}, 'traditional' => q{เรียงตามà¹à¸šà¸šà¸”ั้งเดิม}, 'unihan' => q{เรียงลำดับตามจำนวนขีด}, 'zhuyin' => q{จัดเรียงตามà¸à¸²à¸£à¸ªà¸°à¸à¸”à¹à¸šà¸šà¸ˆà¸¹à¹‰à¸à¸´à¸™}, }, 'colnormalization' => { 'no' => q{จัดเรียงโดยไม่ต้à¸à¸‡à¸—ำให้เป็นà¹à¸šà¸šà¸›à¸à¸•à¸´}, 'yes' => q{จัดเรียงยูนิโค้ดà¹à¸šà¸šà¸—ี่เป็นปà¸à¸•à¸´}, }, 'colnumeric' => { 'no' => q{จัดเรียงตัวเลขà¹à¸¢à¸}, 'yes' => q{จัดเรัยงตัวเลขตามลำดับตัวเลข}, }, 'colstrength' => { 'identical' => q{จัดเรียงทั้งหมด}, 'primary' => q{จัดเรียงตัวà¸à¸±à¸à¸©à¸£à¸à¸²à¸™à¹€à¸—่านั้น}, 'quaternary' => q{จัดเรียงตามเสียงหนัà¸à¹€à¸šà¸²/ตัวพิมพ์/ความà¸à¸§à¹‰à¸²à¸‡/ตัวà¸à¸±à¸à¸©à¸£à¸„ะนะ}, 'secondary' => q{จัดเรียงเสียงหนัà¸à¹€à¸šà¸²}, 'tertiary' => q{จัดเรียงเสียงหนัà¸à¹€à¸šà¸²/ตัวพิมพ์/ความà¸à¸§à¹‰à¸²à¸‡}, }, 'd0' => { 'fwidth' => q{ตัวเต็ม}, 'hwidth' => q{ตัวย่à¸}, 'npinyin' => q{ตัวเลข}, }, 'hc' => { 'h11' => q{ระบบ 12 ชั่วโมง (0–11)}, 'h12' => q{ระบบ 12 ชั่วโมง (1–12)}, 'h23' => q{ระบบ 24 ชั่วโมง (0–23)}, 'h24' => q{ระบบ 24 ชั่วโมง (1–24)}, }, 'lb' => { 'loose' => q{รูปà¹à¸šà¸šà¸—ี่ยืดหยุ่นขà¸à¸‡à¸à¸²à¸£à¸‚ึ้นบรรทัดใหม่}, 'normal' => q{รูปà¹à¸šà¸šà¸›à¸à¸•à¸´à¸‚à¸à¸‡à¸à¸²à¸£à¸‚ึ้นบรรทัดใหม่}, 'strict' => q{รูปà¹à¸šà¸šà¸—ี่เคร่งครัดขà¸à¸‡à¸à¸²à¸£à¸‚ึ้นบรรทัดใหม่}, }, 'm0' => { 'bgn' => q{ชื่à¸à¸¡à¸²à¸•à¸£à¸à¸²à¸™à¸à¸±à¸‡à¸à¸¤à¸© (BGN)}, 'ungegn' => q{ชื่à¸à¸ ูมิศาสตร์มาตรà¸à¸²à¸™ UN (UNGEGN)}, }, 'ms' => { 'metric' => q{ระบบเมตริà¸}, 'uksystem' => q{ระบบà¸à¸²à¸£à¸§à¸±à¸”à¸à¸´à¸¡à¸žà¸µà¹€à¸£à¸µà¸¢à¸¥}, 'ussystem' => q{ระบบà¸à¸²à¸£à¸§à¸±à¸”à¸à¹€à¸¡à¸£à¸´à¸à¸±à¸™}, }, 'numbers' => { 'arab' => q{ตัวเลขà¸à¸²à¸£à¸šà¸´à¸-à¸à¸´à¸™à¸”ิà¸}, 'arabext' => q{ตัวเลขà¸à¸²à¸£à¸šà¸´à¸-à¸à¸´à¸™à¸”ิà¸à¹à¸šà¸šà¸‚ยาย}, 'armn' => q{ตัวเลขà¸à¸²à¸£à¹Œà¹€à¸¡à¹€à¸™à¸µà¸¢}, 'armnlow' => q{ตัวเลขà¸à¸²à¸£à¹Œà¹€à¸¡à¹€à¸™à¸µà¸¢à¸žà¸´à¸¡à¸žà¹Œà¹€à¸¥à¹‡à¸}, 'bali' => q{ตัวเลขบาหลี}, 'beng' => q{ตัวเลขบังà¸à¸¥à¸²à¹€à¸—ศ}, 'brah' => q{ตัวเลขพราหมี}, 'cakm' => q{ตัวเลขชาà¸à¸¡à¸²}, 'cham' => q{ตัวเลขชาม}, 'deva' => q{ตัวเลขเทวนาครี}, 'ethi' => q{ตัวเลขเà¸à¸˜à¸´à¹‚à¸à¹€à¸›à¸µà¸¢}, 'finance' => q{ตัวเลขทางà¸à¸²à¸£à¹€à¸‡à¸´à¸™}, 'fullwide' => q{ตัวเลขà¹à¸šà¸šà¹€à¸•à¹‡à¸¡à¸‚นาด}, 'geor' => q{ตัวเลขจà¸à¸£à¹Œà¹€à¸ˆà¸µà¸¢}, 'grek' => q{ตัวเลขà¸à¸£à¸µà¸}, 'greklow' => q{ตัวเลขà¸à¸£à¸µà¸à¸žà¸´à¸¡à¸žà¹Œà¹€à¸¥à¹‡à¸}, 'gujr' => q{ตัวเลขคุชราต}, 'guru' => q{ตัวเลขà¸à¸¹à¸£à¹Œà¸¡à¸¹à¸„ี}, 'hanidec' => q{ตัวเลขทศนิยมจีน}, 'hans' => q{ตัวเลขจีนตัวย่à¸}, 'hansfin' => q{ตัวเลขทางà¸à¸²à¸£à¹€à¸‡à¸´à¸™à¹à¸šà¸šà¸•à¸±à¸§à¸¢à¹ˆà¸à¸‚à¸à¸‡à¸ˆà¸µà¸™}, 'hant' => q{ตัวเลขจีนตัวเต็ม}, 'hantfin' => q{ตัวเลขทางà¸à¸²à¸£à¹€à¸‡à¸´à¸™à¹à¸šà¸šà¸•à¸±à¸§à¹€à¸•à¹‡à¸¡à¸‚à¸à¸‡à¸ˆà¸µà¸™}, 'hebr' => q{ตัวเลขฮิบรู}, 'java' => q{ตัวเลขชวา}, 'jpan' => q{ตัวเลขà¸à¸µà¹ˆà¸›à¸¸à¹ˆà¸™}, 'jpanfin' => q{ตัวเลขทางà¸à¸²à¸£à¹€à¸‡à¸´à¸™à¸‚à¸à¸‡à¸à¸µà¹ˆà¸›à¸¸à¹ˆà¸™}, 'kali' => q{ตัวเลขคยาห์}, 'khmr' => q{ตัวเลขเขมร}, 'knda' => q{ตัวเลขà¸à¸±à¸™à¸™à¸²à¸”า}, 'lana' => q{ตัวเลขไททัมโฮรา}, 'lanatham' => q{ตัวเลขไททัมทัม}, 'laoo' => q{ตัวเลขลาว}, 'latn' => q{ตัวเลขà¸à¸²à¸£à¸šà¸´à¸}, 'lepc' => q{ตัวเลขเลปชา}, 'limb' => q{ตัวเลขลิมบู}, 'mlym' => q{ตัวเลขมาลายาลัม}, 'mong' => q{ตัวเลขมà¸à¸‡à¹‚à¸à¹€à¸¥à¸µà¸¢}, 'mtei' => q{ตัวเลขเมไตมาเยà¸}, 'mymr' => q{ตัวเลขพม่า}, 'mymrshan' => q{ตัวเลขชานพม่า}, 'native' => q{ตัวเลขพื้นเมืà¸à¸‡}, 'nkoo' => q{ตัวเลขเà¸à¹‡à¸™à¹‚à¸}, 'olck' => q{ตัวเลขโà¸à¸¥à¸ˆà¸´à¸à¸´}, 'orya' => q{ตัวเลขโà¸à¸£à¸´à¸¢à¸²}, 'osma' => q{ตัวเลขà¸à¸à¸ªà¸¡à¸±à¸™à¸¢à¸²}, 'roman' => q{ตัวเลขโรมัน}, 'romanlow' => q{ตัวเลขโรมันพิมพ์เล็à¸}, 'saur' => q{ตัวเลขเศารัชธรา}, 'shrd' => q{ตัวเลขชาราดา}, 'sora' => q{ตัวเลขโสราสมเป็ง}, 'sund' => q{ตัวเลขซุนดา}, 'takr' => q{ตัวเลขทาครี}, 'talu' => q{ตัวเลขไทลื้à¸à¹ƒà¸«à¸¡à¹ˆ}, 'taml' => q{ตัวเลขทมิฬดั้งเดิม}, 'tamldec' => q{ตัวเลขทมิฬ}, 'telu' => q{ตัวเลขเตลูà¸à¸¹}, 'thai' => q{ตัวเลขไทย}, 'tibt' => q{ตัวเลขทิเบต}, 'traditional' => q{ตัวเลขà¹à¸šà¸šà¸”ั้งเดิม}, 'vaii' => q{ตัวเลขไว}, }, } }, ); has 'display_name_measurement_system' => ( is => 'ro', isa => HashRef[Str], init_arg => undef, default => sub { { 'metric' => q{เมตริà¸}, 'UK' => q{สหราชà¸à¸²à¸“าจัà¸à¸£}, 'US' => q{à¸à¹€à¸¡à¸£à¸´à¸à¸±à¸™}, } }, ); has 'display_name_code_patterns' => ( is => 'ro', isa => HashRef[Str], init_arg => undef, default => sub { { 'language' => 'ภาษา: {0}', 'script' => 'ตัวà¸à¸±à¸à¸©à¸£: {0}', 'region' => 'ภูมิภาค: {0}', } }, ); has 'characters' => ( is => 'ro', isa => HashRef, init_arg => undef, default => $^V ge v5.18.0 ? eval <<'EOT' sub { no warnings 'experimental::regex_sets'; return { auxiliary => qr{[​]}, index => ['à¸', 'ข', 'ฃ', 'ค', 'ฅ', 'ฆ', 'ง', 'จ', 'ฉ', 'ช', 'ซ', 'ฌ', 'à¸', 'ฎ', 'à¸', 'à¸', 'ฑ', 'ฒ', 'ณ', 'ด', 'ต', 'ถ', 'ท', 'ธ', 'น', 'บ', 'ป', 'ผ', 'à¸', 'พ', 'ฟ', 'ภ', 'ม', 'ย', 'ร', 'ฤ', 'ล', 'ฦ', 'ว', 'ศ', 'ษ', 'ส', 'ห', 'ฬ', 'à¸', 'ฮ'], main => qr{[ฯ ๆ ๎ ์ ็ ่ ้ ๊ ๋ ภข ฃ ค ฅ ฆ ง จ ฉ ช ซ ฌ ภฎ ภภฑ ฒ ณ ด ต ถ ท ธ น บ ป ผ ภพ ฟ ภม ย ร ฤ ล ฦ ว ศ ษ ส ห ฬ ภฮ ๠ะ ั า ๅ ำ ิ ี ึ ื ุ ู เ ๠โ ใ ไ ฺ]}, numbers => qr{[% , \- . ‑ ‰ + 0 1 2 3 4 5 6 7 8 9]}, punctuation => qr{[! " # ' ( ) * , \- . / \: @ \[ \] †‑ – — ‘ ’ “ †… ′ ″]}, }; }, EOT : sub { return { index => ['à¸', 'ข', 'ฃ', 'ค', 'ฅ', 'ฆ', 'ง', 'จ', 'ฉ', 'ช', 'ซ', 'ฌ', 'à¸', 'ฎ', 'à¸', 'à¸', 'ฑ', 'ฒ', 'ณ', 'ด', 'ต', 'ถ', 'ท', 'ธ', 'น', 'บ', 'ป', 'ผ', 'à¸', 'พ', 'ฟ', 'ภ', 'ม', 'ย', 'ร', 'ฤ', 'ล', 'ฦ', 'ว', 'ศ', 'ษ', 'ส', 'ห', 'ฬ', 'à¸', 'ฮ'], }; }, ); has 'ellipsis' => ( is => 'ro', isa => HashRef, init_arg => undef, default => sub { return { 'final' => '{0}…', 'initial' => '…{0}', 'medial' => '{0}…{1}', 'word-final' => '{0} …', 'word-initial' => '… {0}', 'word-medial' => '{0} … {1}', }; }, ); has 'more_information' => ( is => 'ro', isa => Str, init_arg => undef, default => qq{?}, ); has 'quote_start' => ( is => 'ro', isa => Str, init_arg => undef, default => qq{“}, ); has 'quote_end' => ( is => 'ro', isa => Str, init_arg => undef, default => qq{â€}, ); has 'alternate_quote_start' => ( is => 'ro', isa => Str, init_arg => undef, default => qq{‘}, ); has 'alternate_quote_end' => ( is => 'ro', isa => Str, init_arg => undef, default => qq{’}, ); has 'duration_units' => ( is => 'ro', isa => HashRef[Str], init_arg => undef, default => sub { { hm => 'h:mm', hms => 'h:mm:ss', ms => 'm:ss', } } ); has 'units' => ( is => 'ro', isa => HashRef[HashRef[HashRef[Str]]], init_arg => undef, default => sub { { 'long' => { # Long Unit Identifier '' => { 'name' => q(สี่ทิศหลัà¸), }, # Core Unit Identifier '' => { 'name' => q(สี่ทิศหลัà¸), }, # Long Unit Identifier '1024p1' => { '1' => q(à¸à¸´à¸šà¸´{0}), }, # Core Unit Identifier '1024p1' => { '1' => q(à¸à¸´à¸šà¸´{0}), }, # Long Unit Identifier '1024p2' => { '1' => q(เมบิ{0}), }, # Core Unit Identifier '1024p2' => { '1' => q(เมบิ{0}), }, # Long Unit Identifier '1024p3' => { '1' => q(จิบิ{0}), }, # Core Unit Identifier '1024p3' => { '1' => q(จิบิ{0}), }, # Long Unit Identifier '1024p4' => { '1' => q(เทบิ{0}), }, # Core Unit Identifier '1024p4' => { '1' => q(เทบิ{0}), }, # Long Unit Identifier '1024p5' => { '1' => q(เพบิ{0}), }, # Core Unit Identifier '1024p5' => { '1' => q(เพบิ{0}), }, # Long Unit Identifier '1024p6' => { '1' => q(เà¸à¹‡à¸à¸‹à¹Œà¸šà¸´{0}), }, # Core Unit Identifier '1024p6' => { '1' => q(เà¸à¹‡à¸à¸‹à¹Œà¸šà¸´{0}), }, # Long Unit Identifier '1024p7' => { '1' => q(เซบิ{0}), }, # Core Unit Identifier '1024p7' => { '1' => q(เซบิ{0}), }, # Long Unit Identifier '1024p8' => { '1' => q(โยบี{0}), }, # Core Unit Identifier '1024p8' => { '1' => q(โยบี{0}), }, # Long Unit Identifier '10p-1' => { '1' => q(เดซิ{0}), }, # Core Unit Identifier '1' => { '1' => q(เดซิ{0}), }, # Long Unit Identifier '10p-12' => { '1' => q(พิโค{0}), }, # Core Unit Identifier '12' => { '1' => q(พิโค{0}), }, # Long Unit Identifier '10p-15' => { '1' => q(เฟมโต{0}), }, # Core Unit Identifier '15' => { '1' => q(เฟมโต{0}), }, # Long Unit Identifier '10p-18' => { '1' => q(à¸à¸±à¸•à¹‚ต{0}), }, # Core Unit Identifier '18' => { '1' => q(à¸à¸±à¸•à¹‚ต{0}), }, # Long Unit Identifier '10p-2' => { '1' => q(เซนติ{0}), }, # Core Unit Identifier '2' => { '1' => q(เซนติ{0}), }, # Long Unit Identifier '10p-21' => { '1' => q(เซปโต{0}), }, # Core Unit Identifier '21' => { '1' => q(เซปโต{0}), }, # Long Unit Identifier '10p-24' => { '1' => q(ยà¸à¸à¹‚ต{0}), }, # Core Unit Identifier '24' => { '1' => q(ยà¸à¸à¹‚ต{0}), }, # Long Unit Identifier '10p-3' => { '1' => q(มิลลิ{0}), }, # Core Unit Identifier '3' => { '1' => q(มิลลิ{0}), }, # Long Unit Identifier '10p-6' => { '1' => q(ไมโคร{0}), }, # Core Unit Identifier '6' => { '1' => q(ไมโคร{0}), }, # Long Unit Identifier '10p-9' => { '1' => q(นาโน{0}), }, # Core Unit Identifier '9' => { '1' => q(นาโน{0}), }, # Long Unit Identifier '10p1' => { '1' => q(เดคา{0}), }, # Core Unit Identifier '10p1' => { '1' => q(เดคา{0}), }, # Long Unit Identifier '10p12' => { '1' => q(เทระ{0}), }, # Core Unit Identifier '10p12' => { '1' => q(เทระ{0}), }, # Long Unit Identifier '10p15' => { '1' => q(เพตะ{0}), }, # Core Unit Identifier '10p15' => { '1' => q(เพตะ{0}), }, # Long Unit Identifier '10p18' => { '1' => q(เà¸à¸à¸‹à¸°{0}), }, # Core Unit Identifier '10p18' => { '1' => q(เà¸à¸à¸‹à¸°{0}), }, # Long Unit Identifier '10p2' => { '1' => q(เฮà¸à¹‚ต{0}), }, # Core Unit Identifier '10p2' => { '1' => q(เฮà¸à¹‚ต{0}), }, # Long Unit Identifier '10p21' => { '1' => q(เซตตะ{0}), }, # Core Unit Identifier '10p21' => { '1' => q(เซตตะ{0}), }, # Long Unit Identifier '10p24' => { '1' => q(ยà¸à¸•à¸•à¸°{0}), }, # Core Unit Identifier '10p24' => { '1' => q(ยà¸à¸•à¸•à¸°{0}), }, # Long Unit Identifier '10p3' => { '1' => q(à¸à¸´à¹‚ล{0}), }, # Core Unit Identifier '10p3' => { '1' => q(à¸à¸´à¹‚ล{0}), }, # Long Unit Identifier '10p6' => { '1' => q(เมà¸à¸°{0}), }, # Core Unit Identifier '10p6' => { '1' => q(เมà¸à¸°{0}), }, # Long Unit Identifier '10p9' => { '1' => q(จิà¸à¸°{0}), }, # Core Unit Identifier '10p9' => { '1' => q(จิà¸à¸°{0}), }, # Long Unit Identifier 'acceleration-g-force' => { 'name' => q(à¹à¸£à¸‡ G), 'other' => q({0} à¹à¸£à¸‡ G), }, # Core Unit Identifier 'g-force' => { 'name' => q(à¹à¸£à¸‡ G), 'other' => q({0} à¹à¸£à¸‡ G), }, # Long Unit Identifier 'acceleration-meter-per-square-second' => { 'name' => q(เมตรต่à¸à¸§à¸´à¸™à¸²à¸—ีà¸à¸³à¸¥à¸±à¸‡à¸ªà¸à¸‡), 'other' => q({0} เมตรต่à¸à¸§à¸´à¸™à¸²à¸—ีà¸à¸³à¸¥à¸±à¸‡à¸ªà¸à¸‡), }, # Core Unit Identifier 'meter-per-square-second' => { 'name' => q(เมตรต่à¸à¸§à¸´à¸™à¸²à¸—ีà¸à¸³à¸¥à¸±à¸‡à¸ªà¸à¸‡), 'other' => q({0} เมตรต่à¸à¸§à¸´à¸™à¸²à¸—ีà¸à¸³à¸¥à¸±à¸‡à¸ªà¸à¸‡), }, # Long Unit Identifier 'angle-arc-minute' => { 'name' => q(ลิปดา), 'other' => q({0} ลิปดา), }, # Core Unit Identifier 'arc-minute' => { 'name' => q(ลิปดา), 'other' => q({0} ลิปดา), }, # Long Unit Identifier 'angle-arc-second' => { 'name' => q(พิลิปดา), 'other' => q({0} พิลิปดา), }, # Core Unit Identifier 'arc-second' => { 'name' => q(พิลิปดา), 'other' => q({0} พิลิปดา), }, # Long Unit Identifier 'angle-degree' => { 'name' => q(à¸à¸‡à¸¨à¸²), 'other' => q({0} à¸à¸‡à¸¨à¸²), }, # Core Unit Identifier 'degree' => { 'name' => q(à¸à¸‡à¸¨à¸²), 'other' => q({0} à¸à¸‡à¸¨à¸²), }, # Long Unit Identifier 'angle-radian' => { 'name' => q(เรเดียน), 'other' => q({0} เรเดียน), }, # Core Unit Identifier 'radian' => { 'name' => q(เรเดียน), 'other' => q({0} เรเดียน), }, # Long Unit Identifier 'angle-revolution' => { 'name' => q(รà¸à¸š), 'other' => q({0} รà¸à¸š), }, # Core Unit Identifier 'revolution' => { 'name' => q(รà¸à¸š), 'other' => q({0} รà¸à¸š), }, # Long Unit Identifier 'area-acre' => { 'name' => q(เà¸à¹€à¸„à¸à¸£à¹Œ), 'other' => q({0} เà¸à¹€à¸„à¸à¸£à¹Œ), }, # Core Unit Identifier 'acre' => { 'name' => q(เà¸à¹€à¸„à¸à¸£à¹Œ), 'other' => q({0} เà¸à¹€à¸„à¸à¸£à¹Œ), }, # Long Unit Identifier 'area-dunam' => { 'name' => q(ดูนัม), 'other' => q({0} ดูนัม), }, # Core Unit Identifier 'dunam' => { 'name' => q(ดูนัม), 'other' => q({0} ดูนัม), }, # Long Unit Identifier 'area-hectare' => { 'name' => q(เฮà¸à¸•à¸²à¸£à¹Œ), 'other' => q({0} เฮà¸à¸•à¸²à¸£à¹Œ), }, # Core Unit Identifier 'hectare' => { 'name' => q(เฮà¸à¸•à¸²à¸£à¹Œ), 'other' => q({0} เฮà¸à¸•à¸²à¸£à¹Œ), }, # Long Unit Identifier 'area-square-centimeter' => { 'name' => q(ตารางเซนติเมตร), 'other' => q({0} ตารางเซนติเมตร), 'per' => q({0} ต่à¸à¸•à¸²à¸£à¸²à¸‡à¹€à¸‹à¸™à¸•à¸´à¹€à¸¡à¸•à¸£), }, # Core Unit Identifier 'square-centimeter' => { 'name' => q(ตารางเซนติเมตร), 'other' => q({0} ตารางเซนติเมตร), 'per' => q({0} ต่à¸à¸•à¸²à¸£à¸²à¸‡à¹€à¸‹à¸™à¸•à¸´à¹€à¸¡à¸•à¸£), }, # Long Unit Identifier 'area-square-foot' => { 'name' => q(ตารางฟุต), 'other' => q({0} ตารางฟุต), }, # Core Unit Identifier 'square-foot' => { 'name' => q(ตารางฟุต), 'other' => q({0} ตารางฟุต), }, # Long Unit Identifier 'area-square-inch' => { 'name' => q(ตารางนิ้ว), 'other' => q({0} ตร.นิ้ว), 'per' => q({0} ต่à¸à¸•à¸²à¸£à¸²à¸‡à¸™à¸´à¹‰à¸§), }, # Core Unit Identifier 'square-inch' => { 'name' => q(ตารางนิ้ว), 'other' => q({0} ตร.นิ้ว), 'per' => q({0} ต่à¸à¸•à¸²à¸£à¸²à¸‡à¸™à¸´à¹‰à¸§), }, # Long Unit Identifier 'area-square-kilometer' => { 'name' => q(ตารางà¸à¸´à¹‚ลเมตร), 'other' => q({0} ตารางà¸à¸´à¹‚ลเมตร), 'per' => q({0} ต่à¸à¸•à¸²à¸£à¸²à¸‡à¸à¸´à¹‚ลเมตร), }, # Core Unit Identifier 'square-kilometer' => { 'name' => q(ตารางà¸à¸´à¹‚ลเมตร), 'other' => q({0} ตารางà¸à¸´à¹‚ลเมตร), 'per' => q({0} ต่à¸à¸•à¸²à¸£à¸²à¸‡à¸à¸´à¹‚ลเมตร), }, # Long Unit Identifier 'area-square-meter' => { 'name' => q(ตารางเมตร), 'other' => q({0} ตารางเมตร), 'per' => q({0} ต่à¸à¸•à¸²à¸£à¸²à¸‡à¹€à¸¡à¸•à¸£), }, # Core Unit Identifier 'square-meter' => { 'name' => q(ตารางเมตร), 'other' => q({0} ตารางเมตร), 'per' => q({0} ต่à¸à¸•à¸²à¸£à¸²à¸‡à¹€à¸¡à¸•à¸£), }, # Long Unit Identifier 'area-square-mile' => { 'name' => q(ตารางไมล์), 'other' => q({0} ตารางไมล์), 'per' => q({0} ต่à¸à¸•à¸²à¸£à¸²à¸‡à¹„มล์), }, # Core Unit Identifier 'square-mile' => { 'name' => q(ตารางไมล์), 'other' => q({0} ตารางไมล์), 'per' => q({0} ต่à¸à¸•à¸²à¸£à¸²à¸‡à¹„มล์), }, # Long Unit Identifier 'area-square-yard' => { 'name' => q(ตารางหลา), 'other' => q({0} ตารางหลา), }, # Core Unit Identifier 'square-yard' => { 'name' => q(ตารางหลา), 'other' => q({0} ตารางหลา), }, # Long Unit Identifier 'concentr-item' => { 'name' => q(รายà¸à¸²à¸£), 'other' => q({0} รายà¸à¸²à¸£), }, # Core Unit Identifier 'item' => { 'name' => q(รายà¸à¸²à¸£), 'other' => q({0} รายà¸à¸²à¸£), }, # Long Unit Identifier 'concentr-karat' => { 'name' => q(à¸à¸°à¸£à¸±à¸•), 'other' => q({0} à¸à¸°à¸£à¸±à¸•), }, # Core Unit Identifier 'karat' => { 'name' => q(à¸à¸°à¸£à¸±à¸•), 'other' => q({0} à¸à¸°à¸£à¸±à¸•), }, # Long Unit Identifier 'concentr-milligram-ofglucose-per-deciliter' => { 'name' => q(มิลลิà¸à¸£à¸±à¸¡à¸•à¹ˆà¸à¹€à¸”ซิลิตร), 'other' => q({0} มิลลิà¸à¸£à¸±à¸¡à¸•à¹ˆà¸à¹€à¸”ซิลิตร), }, # Core Unit Identifier 'milligram-ofglucose-per-deciliter' => { 'name' => q(มิลลิà¸à¸£à¸±à¸¡à¸•à¹ˆà¸à¹€à¸”ซิลิตร), 'other' => q({0} มิลลิà¸à¸£à¸±à¸¡à¸•à¹ˆà¸à¹€à¸”ซิลิตร), }, # Long Unit Identifier 'concentr-millimole-per-liter' => { 'name' => q(มิลลิโมลต่à¸à¸¥à¸´à¸•à¸£), 'other' => q({0} มิลลิโมลต่à¸à¸¥à¸´à¸•à¸£), }, # Core Unit Identifier 'millimole-per-liter' => { 'name' => q(มิลลิโมลต่à¸à¸¥à¸´à¸•à¸£), 'other' => q({0} มิลลิโมลต่à¸à¸¥à¸´à¸•à¸£), }, # Long Unit Identifier 'concentr-mole' => { 'name' => q(โมล), 'other' => q({0} โมล), }, # Core Unit Identifier 'mole' => { 'name' => q(โมล), 'other' => q({0} โมล), }, # Long Unit Identifier 'concentr-percent' => { 'name' => q(เปà¸à¸£à¹Œà¹€à¸‹à¹‡à¸™à¸•à¹Œ), 'other' => q({0} เปà¸à¸£à¹Œà¹€à¸‹à¹‡à¸™à¸•à¹Œ), }, # Core Unit Identifier 'percent' => { 'name' => q(เปà¸à¸£à¹Œà¹€à¸‹à¹‡à¸™à¸•à¹Œ), 'other' => q({0} เปà¸à¸£à¹Œà¹€à¸‹à¹‡à¸™à¸•à¹Œ), }, # Long Unit Identifier 'concentr-permille' => { 'name' => q(เปà¸à¸£à¹Œà¸¡à¸´à¸¥à¸¥à¹Œ), 'other' => q({0} เปà¸à¸£à¹Œà¸¡à¸´à¸¥à¸¥à¹Œ), }, # Core Unit Identifier 'permille' => { 'name' => q(เปà¸à¸£à¹Œà¸¡à¸´à¸¥à¸¥à¹Œ), 'other' => q({0} เปà¸à¸£à¹Œà¸¡à¸´à¸¥à¸¥à¹Œ), }, # Long Unit Identifier 'concentr-permillion' => { 'name' => q(ส่วนต่à¸à¸¥à¹‰à¸²à¸™), 'other' => q({0} ส่วนต่à¸à¸¥à¹‰à¸²à¸™), }, # Core Unit Identifier 'permillion' => { 'name' => q(ส่วนต่à¸à¸¥à¹‰à¸²à¸™), 'other' => q({0} ส่วนต่à¸à¸¥à¹‰à¸²à¸™), }, # Long Unit Identifier 'concentr-permyriad' => { 'name' => q(เปà¸à¸£à¹Œà¸¡à¸µà¹€à¸£à¸µà¸¢à¸”), 'other' => q({0} เปà¸à¸£à¹Œà¸¡à¸µà¹€à¸£à¸µà¸¢à¸”), }, # Core Unit Identifier 'permyriad' => { 'name' => q(เปà¸à¸£à¹Œà¸¡à¸µà¹€à¸£à¸µà¸¢à¸”), 'other' => q({0} เปà¸à¸£à¹Œà¸¡à¸µà¹€à¸£à¸µà¸¢à¸”), }, # Long Unit Identifier 'consumption-liter-per-100-kilometer' => { 'name' => q(ลิตรต่ภ100 à¸à¸´à¹‚ลเมตร), 'other' => q({0} ลิตรต่ภ100 à¸à¸´à¹‚ลเมตร), }, # Core Unit Identifier 'liter-per-100-kilometer' => { 'name' => q(ลิตรต่ภ100 à¸à¸´à¹‚ลเมตร), 'other' => q({0} ลิตรต่ภ100 à¸à¸´à¹‚ลเมตร), }, # Long Unit Identifier 'consumption-liter-per-kilometer' => { 'name' => q(ลิตรต่à¸à¸à¸´à¹‚ลเมตร), 'other' => q({0} ลิตรต่à¸à¸à¸´à¹‚ลเมตร), }, # Core Unit Identifier 'liter-per-kilometer' => { 'name' => q(ลิตรต่à¸à¸à¸´à¹‚ลเมตร), 'other' => q({0} ลิตรต่à¸à¸à¸´à¹‚ลเมตร), }, # Long Unit Identifier 'consumption-mile-per-gallon' => { 'name' => q(ไมล์ต่à¸à¹à¸à¸¥à¸¥à¸à¸™), 'other' => q({0} ไมล์ต่à¸à¹à¸à¸¥à¸¥à¸à¸™), }, # Core Unit Identifier 'mile-per-gallon' => { 'name' => q(ไมล์ต่à¸à¹à¸à¸¥à¸¥à¸à¸™), 'other' => q({0} ไมล์ต่à¸à¹à¸à¸¥à¸¥à¸à¸™), }, # Long Unit Identifier 'consumption-mile-per-gallon-imperial' => { 'name' => q(ไมล์ต่à¸à¹à¸à¸¥à¸¥à¸à¸™à¸à¸±à¸‡à¸à¸¤à¸©), 'other' => q({0} ไมล์ต่à¸à¹à¸à¸¥à¸¥à¸à¸™à¸à¸±à¸‡à¸à¸¤à¸©), }, # Core Unit Identifier 'mile-per-gallon-imperial' => { 'name' => q(ไมล์ต่à¸à¹à¸à¸¥à¸¥à¸à¸™à¸à¸±à¸‡à¸à¸¤à¸©), 'other' => q({0} ไมล์ต่à¸à¹à¸à¸¥à¸¥à¸à¸™à¸à¸±à¸‡à¸à¸¤à¸©), }, # Long Unit Identifier 'coordinate' => { 'east' => q({0}ตะวันà¸à¸à¸), 'north' => q({0}เหนืà¸), 'south' => q({0}ใต้), 'west' => q({0}ตะวันตà¸), }, # Core Unit Identifier 'coordinate' => { 'east' => q({0}ตะวันà¸à¸à¸), 'north' => q({0}เหนืà¸), 'south' => q({0}ใต้), 'west' => q({0}ตะวันตà¸), }, # Long Unit Identifier 'digital-bit' => { 'name' => q(บิต), 'other' => q({0} บิต), }, # Core Unit Identifier 'bit' => { 'name' => q(บิต), 'other' => q({0} บิต), }, # Long Unit Identifier 'digital-byte' => { 'name' => q(ไบต์), 'other' => q({0} ไบต์), }, # Core Unit Identifier 'byte' => { 'name' => q(ไบต์), 'other' => q({0} ไบต์), }, # Long Unit Identifier 'digital-gigabit' => { 'name' => q(à¸à¸´à¸à¸°à¸šà¸´à¸•), 'other' => q({0} à¸à¸´à¸à¸°à¸šà¸´à¸•), }, # Core Unit Identifier 'gigabit' => { 'name' => q(à¸à¸´à¸à¸°à¸šà¸´à¸•), 'other' => q({0} à¸à¸´à¸à¸°à¸šà¸´à¸•), }, # Long Unit Identifier 'digital-gigabyte' => { 'name' => q(à¸à¸´à¸à¸°à¹„บต์), 'other' => q({0} à¸à¸´à¸à¸°à¹„บต์), }, # Core Unit Identifier 'gigabyte' => { 'name' => q(à¸à¸´à¸à¸°à¹„บต์), 'other' => q({0} à¸à¸´à¸à¸°à¹„บต์), }, # Long Unit Identifier 'digital-kilobit' => { 'name' => q(à¸à¸´à¹‚ลบิต), 'other' => q({0} à¸à¸´à¹‚ลบิต), }, # Core Unit Identifier 'kilobit' => { 'name' => q(à¸à¸´à¹‚ลบิต), 'other' => q({0} à¸à¸´à¹‚ลบิต), }, # Long Unit Identifier 'digital-kilobyte' => { 'name' => q(à¸à¸´à¹‚ลไบต์), 'other' => q({0} à¸à¸´à¹‚ลไบต์), }, # Core Unit Identifier 'kilobyte' => { 'name' => q(à¸à¸´à¹‚ลไบต์), 'other' => q({0} à¸à¸´à¹‚ลไบต์), }, # Long Unit Identifier 'digital-megabit' => { 'name' => q(เมà¸à¸°à¸šà¸´à¸•), 'other' => q({0} เมà¸à¸°à¸šà¸´à¸•), }, # Core Unit Identifier 'megabit' => { 'name' => q(เมà¸à¸°à¸šà¸´à¸•), 'other' => q({0} เมà¸à¸°à¸šà¸´à¸•), }, # Long Unit Identifier 'digital-megabyte' => { 'name' => q(เมà¸à¸°à¹„บต์), 'other' => q({0} เมà¸à¸°à¹„บต์), }, # Core Unit Identifier 'megabyte' => { 'name' => q(เมà¸à¸°à¹„บต์), 'other' => q({0} เมà¸à¸°à¹„บต์), }, # Long Unit Identifier 'digital-petabyte' => { 'name' => q(เพตะไบต์), 'other' => q({0} เพตะไบต์), }, # Core Unit Identifier 'petabyte' => { 'name' => q(เพตะไบต์), 'other' => q({0} เพตะไบต์), }, # Long Unit Identifier 'digital-terabit' => { 'name' => q(เทราบิต), 'other' => q({0} เทราบิต), }, # Core Unit Identifier 'terabit' => { 'name' => q(เทราบิต), 'other' => q({0} เทราบิต), }, # Long Unit Identifier 'digital-terabyte' => { 'name' => q(เทราไบต์), 'other' => q({0} เทราไบต์), }, # Core Unit Identifier 'terabyte' => { 'name' => q(เทราไบต์), 'other' => q({0} เทราไบต์), }, # Long Unit Identifier 'duration-century' => { 'name' => q(ศตวรรษ), 'other' => q({0} ศตวรรษ), }, # Core Unit Identifier 'century' => { 'name' => q(ศตวรรษ), 'other' => q({0} ศตวรรษ), }, # Long Unit Identifier 'duration-day' => { 'name' => q(วัน), 'other' => q({0} วัน), 'per' => q({0} ต่à¸à¸§à¸±à¸™), }, # Core Unit Identifier 'day' => { 'name' => q(วัน), 'other' => q({0} วัน), 'per' => q({0} ต่à¸à¸§à¸±à¸™), }, # Long Unit Identifier 'duration-decade' => { 'name' => q(ทศวรรษ), 'other' => q({0} ทศวรรษ), }, # Core Unit Identifier 'decade' => { 'name' => q(ทศวรรษ), 'other' => q({0} ทศวรรษ), }, # Long Unit Identifier 'duration-hour' => { 'name' => q(ชั่วโมง), 'other' => q({0} ชั่วโมง), 'per' => q({0} ต่à¸à¸Šà¸±à¹ˆà¸§à¹‚มง), }, # Core Unit Identifier 'hour' => { 'name' => q(ชั่วโมง), 'other' => q({0} ชั่วโมง), 'per' => q({0} ต่à¸à¸Šà¸±à¹ˆà¸§à¹‚มง), }, # Long Unit Identifier 'duration-microsecond' => { 'name' => q(ไมโครวินาที), 'other' => q({0} ไมโครวินาที), }, # Core Unit Identifier 'microsecond' => { 'name' => q(ไมโครวินาที), 'other' => q({0} ไมโครวินาที), }, # Long Unit Identifier 'duration-millisecond' => { 'name' => q(มิลลิวินาที), 'other' => q({0} มิลลิวินาที), }, # Core Unit Identifier 'millisecond' => { 'name' => q(มิลลิวินาที), 'other' => q({0} มิลลิวินาที), }, # Long Unit Identifier 'duration-minute' => { 'name' => q(นาที), 'other' => q({0} นาที), 'per' => q({0} ต่à¸à¸™à¸²à¸—ี), }, # Core Unit Identifier 'minute' => { 'name' => q(นาที), 'other' => q({0} นาที), 'per' => q({0} ต่à¸à¸™à¸²à¸—ี), }, # Long Unit Identifier 'duration-month' => { 'name' => q(เดืà¸à¸™), 'other' => q({0} เดืà¸à¸™), 'per' => q({0} ต่à¸à¹€à¸”ืà¸à¸™), }, # Core Unit Identifier 'month' => { 'name' => q(เดืà¸à¸™), 'other' => q({0} เดืà¸à¸™), 'per' => q({0} ต่à¸à¹€à¸”ืà¸à¸™), }, # Long Unit Identifier 'duration-nanosecond' => { 'name' => q(นาโนวินาที), 'other' => q({0} นาโนวินาที), }, # Core Unit Identifier 'nanosecond' => { 'name' => q(นาโนวินาที), 'other' => q({0} นาโนวินาที), }, # Long Unit Identifier 'duration-second' => { 'name' => q(วินาที), 'other' => q({0} วินาที), 'per' => q({0} ต่à¸à¸§à¸´à¸™à¸²à¸—ี), }, # Core Unit Identifier 'second' => { 'name' => q(วินาที), 'other' => q({0} วินาที), 'per' => q({0} ต่à¸à¸§à¸´à¸™à¸²à¸—ี), }, # Long Unit Identifier 'duration-week' => { 'name' => q(สัปดาห์), 'other' => q({0} สัปดาห์), 'per' => q({0} ต่à¸à¸ªà¸±à¸›à¸”าห์), }, # Core Unit Identifier 'week' => { 'name' => q(สัปดาห์), 'other' => q({0} สัปดาห์), 'per' => q({0} ต่à¸à¸ªà¸±à¸›à¸”าห์), }, # Long Unit Identifier 'duration-year' => { 'name' => q(ปี), 'other' => q({0} ปี), 'per' => q({0} ต่à¸à¸›à¸µ), }, # Core Unit Identifier 'year' => { 'name' => q(ปี), 'other' => q({0} ปี), 'per' => q({0} ต่à¸à¸›à¸µ), }, # Long Unit Identifier 'electric-ampere' => { 'name' => q(à¹à¸à¸¡à¹à¸›à¸£à¹Œ), 'other' => q({0} à¹à¸à¸¡à¹à¸›à¸£à¹Œ), }, # Core Unit Identifier 'ampere' => { 'name' => q(à¹à¸à¸¡à¹à¸›à¸£à¹Œ), 'other' => q({0} à¹à¸à¸¡à¹à¸›à¸£à¹Œ), }, # Long Unit Identifier 'electric-milliampere' => { 'name' => q(มิลลิà¹à¸à¸¡à¹à¸›à¸£à¹Œ), 'other' => q({0} มิลลิà¹à¸à¸¡à¹à¸›à¸£à¹Œ), }, # Core Unit Identifier 'milliampere' => { 'name' => q(มิลลิà¹à¸à¸¡à¹à¸›à¸£à¹Œ), 'other' => q({0} มิลลิà¹à¸à¸¡à¹à¸›à¸£à¹Œ), }, # Long Unit Identifier 'electric-ohm' => { 'name' => q(โà¸à¸«à¹Œà¸¡), 'other' => q({0} โà¸à¸«à¹Œà¸¡), }, # Core Unit Identifier 'ohm' => { 'name' => q(โà¸à¸«à¹Œà¸¡), 'other' => q({0} โà¸à¸«à¹Œà¸¡), }, # Long Unit Identifier 'electric-volt' => { 'name' => q(โวลต์), 'other' => q({0} โวลต์), }, # Core Unit Identifier 'volt' => { 'name' => q(โวลต์), 'other' => q({0} โวลต์), }, # Long Unit Identifier 'energy-british-thermal-unit' => { 'name' => q(หน่วยความร้à¸à¸™à¸à¸±à¸‡à¸à¸¤à¸©), 'other' => q({0} หน่วยความร้à¸à¸™à¸à¸±à¸‡à¸à¸¤à¸©), }, # Core Unit Identifier 'british-thermal-unit' => { 'name' => q(หน่วยความร้à¸à¸™à¸à¸±à¸‡à¸à¸¤à¸©), 'other' => q({0} หน่วยความร้à¸à¸™à¸à¸±à¸‡à¸à¸¤à¸©), }, # Long Unit Identifier 'energy-calorie' => { 'name' => q(à¹à¸„ลà¸à¸£à¸µ), 'other' => q({0} à¹à¸„ลà¸à¸£à¸µ), }, # Core Unit Identifier 'calorie' => { 'name' => q(à¹à¸„ลà¸à¸£à¸µ), 'other' => q({0} à¹à¸„ลà¸à¸£à¸µ), }, # Long Unit Identifier 'energy-electronvolt' => { 'name' => q(à¸à¸´à¹€à¸¥à¹‡à¸à¸•à¸£à¸à¸™à¹‚วลต์), 'other' => q({0} à¸à¸´à¹€à¸¥à¹‡à¸à¸•à¸£à¸à¸™à¹‚วลต์), }, # Core Unit Identifier 'electronvolt' => { 'name' => q(à¸à¸´à¹€à¸¥à¹‡à¸à¸•à¸£à¸à¸™à¹‚วลต์), 'other' => q({0} à¸à¸´à¹€à¸¥à¹‡à¸à¸•à¸£à¸à¸™à¹‚วลต์), }, # Long Unit Identifier 'energy-foodcalorie' => { 'name' => q(à¹à¸„ลà¸à¸£à¸µ), 'other' => q({0} à¹à¸„ลà¸à¸£à¸µ), }, # Core Unit Identifier 'foodcalorie' => { 'name' => q(à¹à¸„ลà¸à¸£à¸µ), 'other' => q({0} à¹à¸„ลà¸à¸£à¸µ), }, # Long Unit Identifier 'energy-joule' => { 'name' => q(จูล), 'other' => q({0} จูล), }, # Core Unit Identifier 'joule' => { 'name' => q(จูล), 'other' => q({0} จูล), }, # Long Unit Identifier 'energy-kilocalorie' => { 'name' => q(à¸à¸´à¹‚ลà¹à¸„ลà¸à¸£à¸µ), 'other' => q({0} à¸à¸´à¹‚ลà¹à¸„ลà¸à¸£à¸µ), }, # Core Unit Identifier 'kilocalorie' => { 'name' => q(à¸à¸´à¹‚ลà¹à¸„ลà¸à¸£à¸µ), 'other' => q({0} à¸à¸´à¹‚ลà¹à¸„ลà¸à¸£à¸µ), }, # Long Unit Identifier 'energy-kilojoule' => { 'name' => q(à¸à¸´à¹‚ลจูล), 'other' => q({0} à¸à¸´à¹‚ลจูล), }, # Core Unit Identifier 'kilojoule' => { 'name' => q(à¸à¸´à¹‚ลจูล), 'other' => q({0} à¸à¸´à¹‚ลจูล), }, # Long Unit Identifier 'energy-kilowatt-hour' => { 'name' => q(à¸à¸´à¹‚ลวัตต์-ชั่วโมง), 'other' => q({0} à¸à¸´à¹‚ลวัตต์-ชั่วโมง), }, # Core Unit Identifier 'kilowatt-hour' => { 'name' => q(à¸à¸´à¹‚ลวัตต์-ชั่วโมง), 'other' => q({0} à¸à¸´à¹‚ลวัตต์-ชั่วโมง), }, # Long Unit Identifier 'energy-therm-us' => { 'name' => q(เธิร์มสหรัà¸à¸¯), 'other' => q({0} เธิร์มสหรัà¸à¸¯), }, # Core Unit Identifier 'therm-us' => { 'name' => q(เธิร์มสหรัà¸à¸¯), 'other' => q({0} เธิร์มสหรัà¸à¸¯), }, # Long Unit Identifier 'force-kilowatt-hour-per-100-kilometer' => { 'name' => q(à¸à¸´à¹‚ลวัตต์-ชั่วโมงต่ภ100 à¸à¸´à¹‚ลเมตร), 'other' => q({0} à¸à¸´à¹‚ลวัตต์-ชั่วโมงต่ภ100 à¸à¸´à¹‚ลเมตร), }, # Core Unit Identifier 'kilowatt-hour-per-100-kilometer' => { 'name' => q(à¸à¸´à¹‚ลวัตต์-ชั่วโมงต่ภ100 à¸à¸´à¹‚ลเมตร), 'other' => q({0} à¸à¸´à¹‚ลวัตต์-ชั่วโมงต่ภ100 à¸à¸´à¹‚ลเมตร), }, # Long Unit Identifier 'force-newton' => { 'name' => q(นิวตัน), 'other' => q({0} นิวตัน), }, # Core Unit Identifier 'newton' => { 'name' => q(นิวตัน), 'other' => q({0} นิวตัน), }, # Long Unit Identifier 'force-pound-force' => { 'name' => q(à¹à¸£à¸‡à¸›à¸à¸™à¸”์), 'other' => q({0} à¹à¸£à¸‡à¸›à¸à¸™à¸”์), }, # Core Unit Identifier 'pound-force' => { 'name' => q(à¹à¸£à¸‡à¸›à¸à¸™à¸”์), 'other' => q({0} à¹à¸£à¸‡à¸›à¸à¸™à¸”์), }, # Long Unit Identifier 'frequency-gigahertz' => { 'name' => q(à¸à¸´à¸à¸°à¹€à¸®à¸´à¸£à¸•à¸‹à¹Œ), 'other' => q({0} à¸à¸´à¸à¸°à¹€à¸®à¸´à¸£à¸•à¸‹à¹Œ), }, # Core Unit Identifier 'gigahertz' => { 'name' => q(à¸à¸´à¸à¸°à¹€à¸®à¸´à¸£à¸•à¸‹à¹Œ), 'other' => q({0} à¸à¸´à¸à¸°à¹€à¸®à¸´à¸£à¸•à¸‹à¹Œ), }, # Long Unit Identifier 'frequency-hertz' => { 'name' => q(เฮิรตซ์), 'other' => q({0} เฮิรตซ์), }, # Core Unit Identifier 'hertz' => { 'name' => q(เฮิรตซ์), 'other' => q({0} เฮิรตซ์), }, # Long Unit Identifier 'frequency-kilohertz' => { 'name' => q(à¸à¸´à¹‚ลเฮิรตซ์), 'other' => q({0} à¸à¸´à¹‚ลเฮิรตซ์), }, # Core Unit Identifier 'kilohertz' => { 'name' => q(à¸à¸´à¹‚ลเฮิรตซ์), 'other' => q({0} à¸à¸´à¹‚ลเฮิรตซ์), }, # Long Unit Identifier 'frequency-megahertz' => { 'name' => q(เมà¸à¸°à¹€à¸®à¸´à¸£à¸•à¸‹à¹Œ), 'other' => q({0} เมà¸à¸°à¹€à¸®à¸´à¸£à¸•à¸‹à¹Œ), }, # Core Unit Identifier 'megahertz' => { 'name' => q(เมà¸à¸°à¹€à¸®à¸´à¸£à¸•à¸‹à¹Œ), 'other' => q({0} เมà¸à¸°à¹€à¸®à¸´à¸£à¸•à¸‹à¹Œ), }, # Long Unit Identifier 'graphics-dot' => { 'name' => q(ดà¸à¸—), }, # Core Unit Identifier 'dot' => { 'name' => q(ดà¸à¸—), }, # Long Unit Identifier 'graphics-dot-per-centimeter' => { 'name' => q(จุดต่à¸à¹€à¸‹à¸™à¸•à¸´à¹€à¸¡à¸•à¸£), 'other' => q({0} จุดต่à¸à¹€à¸‹à¸™à¸•à¸´à¹€à¸¡à¸•à¸£), }, # Core Unit Identifier 'dot-per-centimeter' => { 'name' => q(จุดต่à¸à¹€à¸‹à¸™à¸•à¸´à¹€à¸¡à¸•à¸£), 'other' => q({0} จุดต่à¸à¹€à¸‹à¸™à¸•à¸´à¹€à¸¡à¸•à¸£), }, # Long Unit Identifier 'graphics-dot-per-inch' => { 'name' => q(จุดต่à¸à¸™à¸´à¹‰à¸§), 'other' => q({0} จุดต่à¸à¸™à¸´à¹‰à¸§), }, # Core Unit Identifier 'dot-per-inch' => { 'name' => q(จุดต่à¸à¸™à¸´à¹‰à¸§), 'other' => q({0} จุดต่à¸à¸™à¸´à¹‰à¸§), }, # Long Unit Identifier 'graphics-megapixel' => { 'name' => q(เมà¸à¸°à¸žà¸´à¸à¹€à¸‹à¸¥), 'other' => q({0} เมà¸à¸°à¸žà¸´à¸à¹€à¸‹à¸¥), }, # Core Unit Identifier 'megapixel' => { 'name' => q(เมà¸à¸°à¸žà¸´à¸à¹€à¸‹à¸¥), 'other' => q({0} เมà¸à¸°à¸žà¸´à¸à¹€à¸‹à¸¥), }, # Long Unit Identifier 'graphics-pixel' => { 'name' => q(พิà¸à¹€à¸‹à¸¥), 'other' => q({0} พิà¸à¹€à¸‹à¸¥), }, # Core Unit Identifier 'pixel' => { 'name' => q(พิà¸à¹€à¸‹à¸¥), 'other' => q({0} พิà¸à¹€à¸‹à¸¥), }, # Long Unit Identifier 'graphics-pixel-per-centimeter' => { 'name' => q(พิà¸à¹€à¸‹à¸¥à¸•à¹ˆà¸à¹€à¸‹à¸™à¸•à¸´à¹€à¸¡à¸•à¸£), 'other' => q({0} พิà¸à¹€à¸‹à¸¥à¸•à¹ˆà¸à¹€à¸‹à¸™à¸•à¸´à¹€à¸¡à¸•à¸£), }, # Core Unit Identifier 'pixel-per-centimeter' => { 'name' => q(พิà¸à¹€à¸‹à¸¥à¸•à¹ˆà¸à¹€à¸‹à¸™à¸•à¸´à¹€à¸¡à¸•à¸£), 'other' => q({0} พิà¸à¹€à¸‹à¸¥à¸•à¹ˆà¸à¹€à¸‹à¸™à¸•à¸´à¹€à¸¡à¸•à¸£), }, # Long Unit Identifier 'graphics-pixel-per-inch' => { 'name' => q(พิà¸à¹€à¸‹à¸¥à¸•à¹ˆà¸à¸™à¸´à¹‰à¸§), 'other' => q({0} พิà¸à¹€à¸‹à¸¥à¸•à¹ˆà¸à¸™à¸´à¹‰à¸§), }, # Core Unit Identifier 'pixel-per-inch' => { 'name' => q(พิà¸à¹€à¸‹à¸¥à¸•à¹ˆà¸à¸™à¸´à¹‰à¸§), 'other' => q({0} พิà¸à¹€à¸‹à¸¥à¸•à¹ˆà¸à¸™à¸´à¹‰à¸§), }, # Long Unit Identifier 'length-astronomical-unit' => { 'name' => q(หน่วยดาราศาสตร์), 'other' => q({0} หน่วยดาราศาสตร์), }, # Core Unit Identifier 'astronomical-unit' => { 'name' => q(หน่วยดาราศาสตร์), 'other' => q({0} หน่วยดาราศาสตร์), }, # Long Unit Identifier 'length-centimeter' => { 'name' => q(เซนติเมตร), 'other' => q({0} เซนติเมตร), 'per' => q({0} ต่à¸à¹€à¸‹à¸™à¸•à¸´à¹€à¸¡à¸•à¸£), }, # Core Unit Identifier 'centimeter' => { 'name' => q(เซนติเมตร), 'other' => q({0} เซนติเมตร), 'per' => q({0} ต่à¸à¹€à¸‹à¸™à¸•à¸´à¹€à¸¡à¸•à¸£), }, # Long Unit Identifier 'length-decimeter' => { 'name' => q(เดซิเมตร), 'other' => q({0} เดซิเมตร), }, # Core Unit Identifier 'decimeter' => { 'name' => q(เดซิเมตร), 'other' => q({0} เดซิเมตร), }, # Long Unit Identifier 'length-earth-radius' => { 'name' => q(รัศมีขà¸à¸‡à¹‚ลà¸), 'other' => q({0} รัศมีขà¸à¸‡à¹‚ลà¸), }, # Core Unit Identifier 'earth-radius' => { 'name' => q(รัศมีขà¸à¸‡à¹‚ลà¸), 'other' => q({0} รัศมีขà¸à¸‡à¹‚ลà¸), }, # Long Unit Identifier 'length-fathom' => { 'name' => q(ฟาทà¸à¸¡), 'other' => q({0} ฟาทà¸à¸¡), }, # Core Unit Identifier 'fathom' => { 'name' => q(ฟาทà¸à¸¡), 'other' => q({0} ฟาทà¸à¸¡), }, # Long Unit Identifier 'length-foot' => { 'name' => q(ฟุต), 'other' => q({0} ฟุต), 'per' => q({0} ต่à¸à¸Ÿà¸¸à¸•), }, # Core Unit Identifier 'foot' => { 'name' => q(ฟุต), 'other' => q({0} ฟุต), 'per' => q({0} ต่à¸à¸Ÿà¸¸à¸•), }, # Long Unit Identifier 'length-furlong' => { 'name' => q(เฟà¸à¸£à¹Œà¸¥à¸à¸‡), 'other' => q({0} เฟà¸à¸£à¹Œà¸¥à¸à¸‡), }, # Core Unit Identifier 'furlong' => { 'name' => q(เฟà¸à¸£à¹Œà¸¥à¸à¸‡), 'other' => q({0} เฟà¸à¸£à¹Œà¸¥à¸à¸‡), }, # Long Unit Identifier 'length-inch' => { 'name' => q(นิ้ว), 'other' => q({0} นิ้ว), 'per' => q({0} ต่à¸à¸™à¸´à¹‰à¸§), }, # Core Unit Identifier 'inch' => { 'name' => q(นิ้ว), 'other' => q({0} นิ้ว), 'per' => q({0} ต่à¸à¸™à¸´à¹‰à¸§), }, # Long Unit Identifier 'length-kilometer' => { 'name' => q(à¸à¸´à¹‚ลเมตร), 'other' => q({0} à¸à¸´à¹‚ลเมตร), 'per' => q({0} ต่à¸à¸à¸´à¹‚ลเมตร), }, # Core Unit Identifier 'kilometer' => { 'name' => q(à¸à¸´à¹‚ลเมตร), 'other' => q({0} à¸à¸´à¹‚ลเมตร), 'per' => q({0} ต่à¸à¸à¸´à¹‚ลเมตร), }, # Long Unit Identifier 'length-light-year' => { 'name' => q(ปีà¹à¸ªà¸‡), 'other' => q({0} ปีà¹à¸ªà¸‡), }, # Core Unit Identifier 'light-year' => { 'name' => q(ปีà¹à¸ªà¸‡), 'other' => q({0} ปีà¹à¸ªà¸‡), }, # Long Unit Identifier 'length-meter' => { 'name' => q(เมตร), 'other' => q({0} เมตร), 'per' => q({0} ต่à¸à¹€à¸¡à¸•à¸£), }, # Core Unit Identifier 'meter' => { 'name' => q(เมตร), 'other' => q({0} เมตร), 'per' => q({0} ต่à¸à¹€à¸¡à¸•à¸£), }, # Long Unit Identifier 'length-micrometer' => { 'name' => q(ไมโครเมตร), 'other' => q({0} ไมโครเมตร), }, # Core Unit Identifier 'micrometer' => { 'name' => q(ไมโครเมตร), 'other' => q({0} ไมโครเมตร), }, # Long Unit Identifier 'length-mile' => { 'name' => q(ไมล์), 'other' => q({0} ไมล์), }, # Core Unit Identifier 'mile' => { 'name' => q(ไมล์), 'other' => q({0} ไมล์), }, # Long Unit Identifier 'length-mile-scandinavian' => { 'name' => q(ไมล์สà¹à¸à¸™à¸”ิเนเวีย), 'other' => q({0} ไมล์สà¹à¸à¸™à¸”ิเนเวีย), }, # Core Unit Identifier 'mile-scandinavian' => { 'name' => q(ไมล์สà¹à¸à¸™à¸”ิเนเวีย), 'other' => q({0} ไมล์สà¹à¸à¸™à¸”ิเนเวีย), }, # Long Unit Identifier 'length-millimeter' => { 'name' => q(มิลลิเมตร), 'other' => q({0} มิลลิเมตร), }, # Core Unit Identifier 'millimeter' => { 'name' => q(มิลลิเมตร), 'other' => q({0} มิลลิเมตร), }, # Long Unit Identifier 'length-nanometer' => { 'name' => q(นาโนเมตร), 'other' => q({0} นาโนเมตร), }, # Core Unit Identifier 'nanometer' => { 'name' => q(นาโนเมตร), 'other' => q({0} นาโนเมตร), }, # Long Unit Identifier 'length-nautical-mile' => { 'name' => q(ไมล์ทะเล), 'other' => q({0} ไมล์ทะเล), }, # Core Unit Identifier 'nautical-mile' => { 'name' => q(ไมล์ทะเล), 'other' => q({0} ไมล์ทะเล), }, # Long Unit Identifier 'length-parsec' => { 'name' => q(พาร์เซà¸), 'other' => q({0} พาร์เซà¸), }, # Core Unit Identifier 'parsec' => { 'name' => q(พาร์เซà¸), 'other' => q({0} พาร์เซà¸), }, # Long Unit Identifier 'length-picometer' => { 'name' => q(พิโà¸à¹€à¸¡à¸•à¸£), 'other' => q({0} พิโà¸à¹€à¸¡à¸•à¸£), }, # Core Unit Identifier 'picometer' => { 'name' => q(พิโà¸à¹€à¸¡à¸•à¸£), 'other' => q({0} พิโà¸à¹€à¸¡à¸•à¸£), }, # Long Unit Identifier 'length-point' => { 'name' => q(จุด), 'other' => q({0} จุด), }, # Core Unit Identifier 'point' => { 'name' => q(จุด), 'other' => q({0} จุด), }, # Long Unit Identifier 'length-solar-radius' => { 'name' => q(รัศมีวงà¸à¸¥à¸¡à¸‚à¸à¸‡à¸”วงà¸à¸²à¸—ิตย์), 'other' => q({0} รัศมีวงà¸à¸¥à¸¡à¸‚à¸à¸‡à¸”วงà¸à¸²à¸—ิตย์), }, # Core Unit Identifier 'solar-radius' => { 'name' => q(รัศมีวงà¸à¸¥à¸¡à¸‚à¸à¸‡à¸”วงà¸à¸²à¸—ิตย์), 'other' => q({0} รัศมีวงà¸à¸¥à¸¡à¸‚à¸à¸‡à¸”วงà¸à¸²à¸—ิตย์), }, # Long Unit Identifier 'length-yard' => { 'name' => q(หลา), 'other' => q({0} หลา), }, # Core Unit Identifier 'yard' => { 'name' => q(หลา), 'other' => q({0} หลา), }, # Long Unit Identifier 'light-candela' => { 'name' => q(à¹à¸£à¸‡à¹€à¸—ียน), 'other' => q({0} à¹à¸£à¸‡à¹€à¸—ียน), }, # Core Unit Identifier 'candela' => { 'name' => q(à¹à¸£à¸‡à¹€à¸—ียน), 'other' => q({0} à¹à¸£à¸‡à¹€à¸—ียน), }, # Long Unit Identifier 'light-lumen' => { 'name' => q(ลูเมน), 'other' => q({0} ลูเมน), }, # Core Unit Identifier 'lumen' => { 'name' => q(ลูเมน), 'other' => q({0} ลูเมน), }, # Long Unit Identifier 'light-lux' => { 'name' => q(ลัà¸à¸‹à¹Œ), 'other' => q({0} ลัà¸à¸‹à¹Œ), }, # Core Unit Identifier 'lux' => { 'name' => q(ลัà¸à¸‹à¹Œ), 'other' => q({0} ลัà¸à¸‹à¹Œ), }, # Long Unit Identifier 'light-solar-luminosity' => { 'name' => q(ความสว่างดวงà¸à¸²à¸—ิตย์), 'other' => q({0} ความสว่างดวงà¸à¸²à¸—ิตย์), }, # Core Unit Identifier 'solar-luminosity' => { 'name' => q(ความสว่างดวงà¸à¸²à¸—ิตย์), 'other' => q({0} ความสว่างดวงà¸à¸²à¸—ิตย์), }, # Long Unit Identifier 'mass-carat' => { 'name' => q(à¸à¸°à¸£à¸±à¸•), 'other' => q({0} à¸à¸°à¸£à¸±à¸•), }, # Core Unit Identifier 'carat' => { 'name' => q(à¸à¸°à¸£à¸±à¸•), 'other' => q({0} à¸à¸°à¸£à¸±à¸•), }, # Long Unit Identifier 'mass-dalton' => { 'name' => q(ดัลตัน), 'other' => q({0} ดัลตัน), }, # Core Unit Identifier 'dalton' => { 'name' => q(ดัลตัน), 'other' => q({0} ดัลตัน), }, # Long Unit Identifier 'mass-earth-mass' => { 'name' => q(มวลขà¸à¸‡à¹‚ลà¸), 'other' => q({0} มวลขà¸à¸‡à¹‚ลà¸), }, # Core Unit Identifier 'earth-mass' => { 'name' => q(มวลขà¸à¸‡à¹‚ลà¸), 'other' => q({0} มวลขà¸à¸‡à¹‚ลà¸), }, # Long Unit Identifier 'mass-grain' => { 'name' => q(เà¸à¸£à¸™), 'other' => q({0} เà¸à¸£à¸™), }, # Core Unit Identifier 'grain' => { 'name' => q(เà¸à¸£à¸™), 'other' => q({0} เà¸à¸£à¸™), }, # Long Unit Identifier 'mass-gram' => { 'name' => q(à¸à¸£à¸±à¸¡), 'other' => q({0} à¸à¸£à¸±à¸¡), 'per' => q({0} ต่à¸à¸à¸£à¸±à¸¡), }, # Core Unit Identifier 'gram' => { 'name' => q(à¸à¸£à¸±à¸¡), 'other' => q({0} à¸à¸£à¸±à¸¡), 'per' => q({0} ต่à¸à¸à¸£à¸±à¸¡), }, # Long Unit Identifier 'mass-kilogram' => { 'name' => q(à¸à¸´à¹‚ลà¸à¸£à¸±à¸¡), 'other' => q({0} à¸à¸´à¹‚ลà¸à¸£à¸±à¸¡), 'per' => q({0} ต่à¸à¸à¸´à¹‚ลà¸à¸£à¸±à¸¡), }, # Core Unit Identifier 'kilogram' => { 'name' => q(à¸à¸´à¹‚ลà¸à¸£à¸±à¸¡), 'other' => q({0} à¸à¸´à¹‚ลà¸à¸£à¸±à¸¡), 'per' => q({0} ต่à¸à¸à¸´à¹‚ลà¸à¸£à¸±à¸¡), }, # Long Unit Identifier 'mass-metric-ton' => { 'name' => q(เมตริà¸à¸•à¸±à¸™), 'other' => q({0} เมตริà¸à¸•à¸±à¸™), }, # Core Unit Identifier 'metric-ton' => { 'name' => q(เมตริà¸à¸•à¸±à¸™), 'other' => q({0} เมตริà¸à¸•à¸±à¸™), }, # Long Unit Identifier 'mass-microgram' => { 'name' => q(ไมโครà¸à¸£à¸±à¸¡), 'other' => q({0} ไมโครà¸à¸£à¸±à¸¡), }, # Core Unit Identifier 'microgram' => { 'name' => q(ไมโครà¸à¸£à¸±à¸¡), 'other' => q({0} ไมโครà¸à¸£à¸±à¸¡), }, # Long Unit Identifier 'mass-milligram' => { 'name' => q(มิลลิà¸à¸£à¸±à¸¡), 'other' => q({0} มิลลิà¸à¸£à¸±à¸¡), }, # Core Unit Identifier 'milligram' => { 'name' => q(มิลลิà¸à¸£à¸±à¸¡), 'other' => q({0} มิลลิà¸à¸£à¸±à¸¡), }, # Long Unit Identifier 'mass-ounce' => { 'name' => q(à¸à¸à¸™à¸‹à¹Œ), 'other' => q({0} à¸à¸à¸™à¸‹à¹Œ), 'per' => q({0} ต่à¸à¸à¸à¸™à¸‹à¹Œ), }, # Core Unit Identifier 'ounce' => { 'name' => q(à¸à¸à¸™à¸‹à¹Œ), 'other' => q({0} à¸à¸à¸™à¸‹à¹Œ), 'per' => q({0} ต่à¸à¸à¸à¸™à¸‹à¹Œ), }, # Long Unit Identifier 'mass-ounce-troy' => { 'name' => q(ทรà¸à¸¢à¸à¸à¸™à¸‹à¹Œ), 'other' => q({0} ทรà¸à¸¢à¸à¸à¸™à¸‹à¹Œ), }, # Core Unit Identifier 'ounce-troy' => { 'name' => q(ทรà¸à¸¢à¸à¸à¸™à¸‹à¹Œ), 'other' => q({0} ทรà¸à¸¢à¸à¸à¸™à¸‹à¹Œ), }, # Long Unit Identifier 'mass-pound' => { 'name' => q(ปà¸à¸™à¸”์), 'other' => q({0} ปà¸à¸™à¸”์), 'per' => q({0} ต่à¸à¸›à¸à¸™à¸”์), }, # Core Unit Identifier 'pound' => { 'name' => q(ปà¸à¸™à¸”์), 'other' => q({0} ปà¸à¸™à¸”์), 'per' => q({0} ต่à¸à¸›à¸à¸™à¸”์), }, # Long Unit Identifier 'mass-solar-mass' => { 'name' => q(มวลดวงà¸à¸²à¸—ิตย์), 'other' => q({0} มวลดวงà¸à¸²à¸—ิตย์), }, # Core Unit Identifier 'solar-mass' => { 'name' => q(มวลดวงà¸à¸²à¸—ิตย์), 'other' => q({0} มวลดวงà¸à¸²à¸—ิตย์), }, # Long Unit Identifier 'mass-stone' => { 'name' => q(สโตน), 'other' => q({0} สโตน), }, # Core Unit Identifier 'stone' => { 'name' => q(สโตน), 'other' => q({0} สโตน), }, # Long Unit Identifier 'mass-ton' => { 'name' => q(ตัน), 'other' => q({0} ตัน), }, # Core Unit Identifier 'ton' => { 'name' => q(ตัน), 'other' => q({0} ตัน), }, # Long Unit Identifier 'per' => { '1' => q({0}ต่à¸{1}), }, # Core Unit Identifier 'per' => { '1' => q({0}ต่à¸{1}), }, # Long Unit Identifier 'power-gigawatt' => { 'name' => q(à¸à¸´à¸à¸°à¸§à¸±à¸•à¸•à¹Œ), 'other' => q({0} à¸à¸´à¸à¸°à¸§à¸±à¸•à¸•à¹Œ), }, # Core Unit Identifier 'gigawatt' => { 'name' => q(à¸à¸´à¸à¸°à¸§à¸±à¸•à¸•à¹Œ), 'other' => q({0} à¸à¸´à¸à¸°à¸§à¸±à¸•à¸•à¹Œ), }, # Long Unit Identifier 'power-horsepower' => { 'name' => q(à¹à¸£à¸‡à¸¡à¹‰à¸²), 'other' => q({0} à¹à¸£à¸‡à¸¡à¹‰à¸²), }, # Core Unit Identifier 'horsepower' => { 'name' => q(à¹à¸£à¸‡à¸¡à¹‰à¸²), 'other' => q({0} à¹à¸£à¸‡à¸¡à¹‰à¸²), }, # Long Unit Identifier 'power-kilowatt' => { 'name' => q(à¸à¸´à¹‚ลวัตต์), 'other' => q({0} à¸à¸´à¹‚ลวัตต์), }, # Core Unit Identifier 'kilowatt' => { 'name' => q(à¸à¸´à¹‚ลวัตต์), 'other' => q({0} à¸à¸´à¹‚ลวัตต์), }, # Long Unit Identifier 'power-megawatt' => { 'name' => q(เมà¸à¸°à¸§à¸±à¸•à¸•à¹Œ), 'other' => q({0} เมà¸à¸°à¸§à¸±à¸•à¸•à¹Œ), }, # Core Unit Identifier 'megawatt' => { 'name' => q(เมà¸à¸°à¸§à¸±à¸•à¸•à¹Œ), 'other' => q({0} เมà¸à¸°à¸§à¸±à¸•à¸•à¹Œ), }, # Long Unit Identifier 'power-milliwatt' => { 'name' => q(มิลลิวัตต์), 'other' => q({0} มิลลิวัตต์), }, # Core Unit Identifier 'milliwatt' => { 'name' => q(มิลลิวัตต์), 'other' => q({0} มิลลิวัตต์), }, # Long Unit Identifier 'power-watt' => { 'name' => q(วัตต์), 'other' => q({0} วัตต์), }, # Core Unit Identifier 'watt' => { 'name' => q(วัตต์), 'other' => q({0} วัตต์), }, # Long Unit Identifier 'power2' => { 'other' => q(ตาราง{0}), }, # Core Unit Identifier 'power2' => { 'other' => q(ตาราง{0}), }, # Long Unit Identifier 'power3' => { 'other' => q(ลูà¸à¸šà¸²à¸¨à¸à¹Œ{0}), }, # Core Unit Identifier 'power3' => { 'other' => q(ลูà¸à¸šà¸²à¸¨à¸à¹Œ{0}), }, # Long Unit Identifier 'pressure-atmosphere' => { 'name' => q(บรรยาà¸à¸²à¸¨), 'other' => q({0} บรรยาà¸à¸²à¸¨), }, # Core Unit Identifier 'atmosphere' => { 'name' => q(บรรยาà¸à¸²à¸¨), 'other' => q({0} บรรยาà¸à¸²à¸¨), }, # Long Unit Identifier 'pressure-bar' => { 'name' => q(บาร์), 'other' => q({0} บาร์), }, # Core Unit Identifier 'bar' => { 'name' => q(บาร์), 'other' => q({0} บาร์), }, # Long Unit Identifier 'pressure-hectopascal' => { 'name' => q(เฮà¸à¹‚ตปาสà¸à¸²à¸¥), 'other' => q({0} เฮà¸à¹‚ตปาสà¸à¸²à¸¥), }, # Core Unit Identifier 'hectopascal' => { 'name' => q(เฮà¸à¹‚ตปาสà¸à¸²à¸¥), 'other' => q({0} เฮà¸à¹‚ตปาสà¸à¸²à¸¥), }, # Long Unit Identifier 'pressure-inch-ofhg' => { 'name' => q(นิ้วปรà¸à¸—), 'other' => q({0} นิ้วปรà¸à¸—), }, # Core Unit Identifier 'inch-ofhg' => { 'name' => q(นิ้วปรà¸à¸—), 'other' => q({0} นิ้วปรà¸à¸—), }, # Long Unit Identifier 'pressure-kilopascal' => { 'name' => q(à¸à¸´à¹‚ลปาสà¸à¸²à¸¥), 'other' => q({0} à¸à¸´à¹‚ลปาสà¸à¸²à¸¥), }, # Core Unit Identifier 'kilopascal' => { 'name' => q(à¸à¸´à¹‚ลปาสà¸à¸²à¸¥), 'other' => q({0} à¸à¸´à¹‚ลปาสà¸à¸²à¸¥), }, # Long Unit Identifier 'pressure-megapascal' => { 'name' => q(เมà¸à¸°à¸›à¸²à¸ªà¸„าล), 'other' => q({0} เมà¸à¸°à¸›à¸²à¸ªà¸„าล), }, # Core Unit Identifier 'megapascal' => { 'name' => q(เมà¸à¸°à¸›à¸²à¸ªà¸„าล), 'other' => q({0} เมà¸à¸°à¸›à¸²à¸ªà¸„าล), }, # Long Unit Identifier 'pressure-millibar' => { 'name' => q(มิลลิบาร์), 'other' => q({0} มิลลิบาร์), }, # Core Unit Identifier 'millibar' => { 'name' => q(มิลลิบาร์), 'other' => q({0} มิลลิบาร์), }, # Long Unit Identifier 'pressure-millimeter-ofhg' => { 'name' => q(มิลลิเมตรปรà¸à¸—), 'other' => q({0} มิลลิเมตรปรà¸à¸—), }, # Core Unit Identifier 'millimeter-ofhg' => { 'name' => q(มิลลิเมตรปรà¸à¸—), 'other' => q({0} มิลลิเมตรปรà¸à¸—), }, # Long Unit Identifier 'pressure-pascal' => { 'name' => q(ปาสà¸à¸²à¸¥), 'other' => q({0} ปาสà¸à¸²à¸¥), }, # Core Unit Identifier 'pascal' => { 'name' => q(ปาสà¸à¸²à¸¥), 'other' => q({0} ปาสà¸à¸²à¸¥), }, # Long Unit Identifier 'pressure-pound-force-per-square-inch' => { 'name' => q(ปà¸à¸™à¸”์ต่à¸à¸•à¸²à¸£à¸²à¸‡à¸™à¸´à¹‰à¸§), 'other' => q({0} ปà¸à¸™à¸”์ต่à¸à¸•à¸²à¸£à¸²à¸‡à¸™à¸´à¹‰à¸§), }, # Core Unit Identifier 'pound-force-per-square-inch' => { 'name' => q(ปà¸à¸™à¸”์ต่à¸à¸•à¸²à¸£à¸²à¸‡à¸™à¸´à¹‰à¸§), 'other' => q({0} ปà¸à¸™à¸”์ต่à¸à¸•à¸²à¸£à¸²à¸‡à¸™à¸´à¹‰à¸§), }, # Long Unit Identifier 'speed-kilometer-per-hour' => { 'name' => q(à¸à¸´à¹‚ลเมตรต่à¸à¸Šà¸±à¹ˆà¸§à¹‚มง), 'other' => q({0} à¸à¸´à¹‚ลเมตรต่à¸à¸Šà¸±à¹ˆà¸§à¹‚มง), }, # Core Unit Identifier 'kilometer-per-hour' => { 'name' => q(à¸à¸´à¹‚ลเมตรต่à¸à¸Šà¸±à¹ˆà¸§à¹‚มง), 'other' => q({0} à¸à¸´à¹‚ลเมตรต่à¸à¸Šà¸±à¹ˆà¸§à¹‚มง), }, # Long Unit Identifier 'speed-knot' => { 'name' => q(นà¸à¸•), 'other' => q({0} นà¸à¸•), }, # Core Unit Identifier 'knot' => { 'name' => q(นà¸à¸•), 'other' => q({0} นà¸à¸•), }, # Long Unit Identifier 'speed-meter-per-second' => { 'name' => q(เมตรต่à¸à¸§à¸´à¸™à¸²à¸—ี), 'other' => q({0} เมตรต่à¸à¸§à¸´à¸™à¸²à¸—ี), }, # Core Unit Identifier 'meter-per-second' => { 'name' => q(เมตรต่à¸à¸§à¸´à¸™à¸²à¸—ี), 'other' => q({0} เมตรต่à¸à¸§à¸´à¸™à¸²à¸—ี), }, # Long Unit Identifier 'speed-mile-per-hour' => { 'name' => q(ไมล์ต่à¸à¸Šà¸±à¹ˆà¸§à¹‚มง), 'other' => q({0} ไมล์ต่à¸à¸Šà¸±à¹ˆà¸§à¹‚มง), }, # Core Unit Identifier 'mile-per-hour' => { 'name' => q(ไมล์ต่à¸à¸Šà¸±à¹ˆà¸§à¹‚มง), 'other' => q({0} ไมล์ต่à¸à¸Šà¸±à¹ˆà¸§à¹‚มง), }, # Long Unit Identifier 'temperature-celsius' => { 'name' => q(à¸à¸‡à¸¨à¸²à¹€à¸‹à¸¥à¹€à¸‹à¸µà¸¢à¸ª), 'other' => q({0} à¸à¸‡à¸¨à¸²à¹€à¸‹à¸¥à¹€à¸‹à¸µà¸¢à¸ª), }, # Core Unit Identifier 'celsius' => { 'name' => q(à¸à¸‡à¸¨à¸²à¹€à¸‹à¸¥à¹€à¸‹à¸µà¸¢à¸ª), 'other' => q({0} à¸à¸‡à¸¨à¸²à¹€à¸‹à¸¥à¹€à¸‹à¸µà¸¢à¸ª), }, # Long Unit Identifier 'temperature-fahrenheit' => { 'name' => q(à¸à¸‡à¸¨à¸²à¸Ÿà¸²à¹€à¸£à¸™à¹„ฮต์), 'other' => q({0} à¸à¸‡à¸¨à¸²à¸Ÿà¸²à¹€à¸£à¸™à¹„ฮต์), }, # Core Unit Identifier 'fahrenheit' => { 'name' => q(à¸à¸‡à¸¨à¸²à¸Ÿà¸²à¹€à¸£à¸™à¹„ฮต์), 'other' => q({0} à¸à¸‡à¸¨à¸²à¸Ÿà¸²à¹€à¸£à¸™à¹„ฮต์), }, # Long Unit Identifier 'temperature-generic' => { 'name' => q(°), 'other' => q({0}°), }, # Core Unit Identifier 'generic' => { 'name' => q(°), 'other' => q({0}°), }, # Long Unit Identifier 'temperature-kelvin' => { 'name' => q(เคลวิน), 'other' => q({0} เคลวิน), }, # Core Unit Identifier 'kelvin' => { 'name' => q(เคลวิน), 'other' => q({0} เคลวิน), }, # Long Unit Identifier 'torque-newton-meter' => { 'name' => q(นิวตันเมตร), 'other' => q({0} นิวตันเมตร), }, # Core Unit Identifier 'newton-meter' => { 'name' => q(นิวตันเมตร), 'other' => q({0} นิวตันเมตร), }, # Long Unit Identifier 'torque-pound-force-foot' => { 'name' => q(ปà¸à¸™à¸”์-ฟุต), 'other' => q({0} ปà¸à¸™à¸”์-ฟุต), }, # Core Unit Identifier 'pound-force-foot' => { 'name' => q(ปà¸à¸™à¸”์-ฟุต), 'other' => q({0} ปà¸à¸™à¸”์-ฟุต), }, # Long Unit Identifier 'volume-acre-foot' => { 'name' => q(เà¸à¹€à¸„à¸à¸£à¹Œ-ฟุต), 'other' => q({0} เà¸à¹€à¸„à¸à¸£à¹Œ-ฟุต), }, # Core Unit Identifier 'acre-foot' => { 'name' => q(เà¸à¹€à¸„à¸à¸£à¹Œ-ฟุต), 'other' => q({0} เà¸à¹€à¸„à¸à¸£à¹Œ-ฟุต), }, # Long Unit Identifier 'volume-barrel' => { 'name' => q(บาร์เรล), 'other' => q({0} บาร์เรล), }, # Core Unit Identifier 'barrel' => { 'name' => q(บาร์เรล), 'other' => q({0} บาร์เรล), }, # Long Unit Identifier 'volume-bushel' => { 'name' => q(บุชเชล), 'other' => q({0} บุชเชล), }, # Core Unit Identifier 'bushel' => { 'name' => q(บุชเชล), 'other' => q({0} บุชเชล), }, # Long Unit Identifier 'volume-centiliter' => { 'name' => q(เซนติลิตร), 'other' => q({0} เซนติลิตร), }, # Core Unit Identifier 'centiliter' => { 'name' => q(เซนติลิตร), 'other' => q({0} เซนติลิตร), }, # Long Unit Identifier 'volume-cubic-centimeter' => { 'name' => q(ลูà¸à¸šà¸²à¸¨à¸à¹Œà¹€à¸‹à¸™à¸•à¸´à¹€à¸¡à¸•à¸£), 'other' => q({0} ลูà¸à¸šà¸²à¸¨à¸à¹Œà¹€à¸‹à¸™à¸•à¸´à¹€à¸¡à¸•à¸£), 'per' => q({0} ต่à¸à¸¥à¸¹à¸à¸šà¸²à¸¨à¸à¹Œà¹€à¸‹à¸™à¸•à¸´à¹€à¸¡à¸•à¸£), }, # Core Unit Identifier 'cubic-centimeter' => { 'name' => q(ลูà¸à¸šà¸²à¸¨à¸à¹Œà¹€à¸‹à¸™à¸•à¸´à¹€à¸¡à¸•à¸£), 'other' => q({0} ลูà¸à¸šà¸²à¸¨à¸à¹Œà¹€à¸‹à¸™à¸•à¸´à¹€à¸¡à¸•à¸£), 'per' => q({0} ต่à¸à¸¥à¸¹à¸à¸šà¸²à¸¨à¸à¹Œà¹€à¸‹à¸™à¸•à¸´à¹€à¸¡à¸•à¸£), }, # Long Unit Identifier 'volume-cubic-foot' => { 'name' => q(ลูà¸à¸šà¸²à¸¨à¸à¹Œà¸Ÿà¸¸à¸•), 'other' => q({0} ลูà¸à¸šà¸²à¸¨à¸à¹Œà¸Ÿà¸¸à¸•), }, # Core Unit Identifier 'cubic-foot' => { 'name' => q(ลูà¸à¸šà¸²à¸¨à¸à¹Œà¸Ÿà¸¸à¸•), 'other' => q({0} ลูà¸à¸šà¸²à¸¨à¸à¹Œà¸Ÿà¸¸à¸•), }, # Long Unit Identifier 'volume-cubic-inch' => { 'name' => q(ลูà¸à¸šà¸²à¸¨à¸à¹Œà¸™à¸´à¹‰à¸§), 'other' => q({0} ลูà¸à¸šà¸²à¸¨à¸à¹Œà¸™à¸´à¹‰à¸§), }, # Core Unit Identifier 'cubic-inch' => { 'name' => q(ลูà¸à¸šà¸²à¸¨à¸à¹Œà¸™à¸´à¹‰à¸§), 'other' => q({0} ลูà¸à¸šà¸²à¸¨à¸à¹Œà¸™à¸´à¹‰à¸§), }, # Long Unit Identifier 'volume-cubic-kilometer' => { 'name' => q(ลูà¸à¸šà¸²à¸¨à¸à¹Œà¸à¸´à¹‚ลเมตร), 'other' => q({0} ลูà¸à¸šà¸²à¸¨à¸à¹Œà¸à¸´à¹‚ลเมตร), }, # Core Unit Identifier 'cubic-kilometer' => { 'name' => q(ลูà¸à¸šà¸²à¸¨à¸à¹Œà¸à¸´à¹‚ลเมตร), 'other' => q({0} ลูà¸à¸šà¸²à¸¨à¸à¹Œà¸à¸´à¹‚ลเมตร), }, # Long Unit Identifier 'volume-cubic-meter' => { 'name' => q(ลูà¸à¸šà¸²à¸¨à¸à¹Œà¹€à¸¡à¸•à¸£), 'other' => q({0} ลูà¸à¸šà¸²à¸¨à¸à¹Œà¹€à¸¡à¸•à¸£), 'per' => q({0} ต่à¸à¸¥à¸¹à¸à¸šà¸²à¸¨à¸à¹Œà¹€à¸¡à¸•à¸£), }, # Core Unit Identifier 'cubic-meter' => { 'name' => q(ลูà¸à¸šà¸²à¸¨à¸à¹Œà¹€à¸¡à¸•à¸£), 'other' => q({0} ลูà¸à¸šà¸²à¸¨à¸à¹Œà¹€à¸¡à¸•à¸£), 'per' => q({0} ต่à¸à¸¥à¸¹à¸à¸šà¸²à¸¨à¸à¹Œà¹€à¸¡à¸•à¸£), }, # Long Unit Identifier 'volume-cubic-mile' => { 'name' => q(ลูà¸à¸šà¸²à¸¨à¸à¹Œà¹„มล์), 'other' => q({0} ลูà¸à¸šà¸²à¸¨à¸à¹Œà¹„มล์), }, # Core Unit Identifier 'cubic-mile' => { 'name' => q(ลูà¸à¸šà¸²à¸¨à¸à¹Œà¹„มล์), 'other' => q({0} ลูà¸à¸šà¸²à¸¨à¸à¹Œà¹„มล์), }, # Long Unit Identifier 'volume-cubic-yard' => { 'name' => q(ลูà¸à¸šà¸²à¸¨à¸à¹Œà¸«à¸¥à¸²), 'other' => q({0} ลูà¸à¸šà¸²à¸¨à¸à¹Œà¸«à¸¥à¸²), }, # Core Unit Identifier 'cubic-yard' => { 'name' => q(ลูà¸à¸šà¸²à¸¨à¸à¹Œà¸«à¸¥à¸²), 'other' => q({0} ลูà¸à¸šà¸²à¸¨à¸à¹Œà¸«à¸¥à¸²), }, # Long Unit Identifier 'volume-cup' => { 'name' => q(ถ้วย), 'other' => q({0} ถ้วย), }, # Core Unit Identifier 'cup' => { 'name' => q(ถ้วย), 'other' => q({0} ถ้วย), }, # Long Unit Identifier 'volume-cup-metric' => { 'name' => q(ถ้วยเมตริà¸), 'other' => q({0} ถ้วยเมตริà¸), }, # Core Unit Identifier 'cup-metric' => { 'name' => q(ถ้วยเมตริà¸), 'other' => q({0} ถ้วยเมตริà¸), }, # Long Unit Identifier 'volume-deciliter' => { 'name' => q(เดซิลิตร), 'other' => q({0} เดซิลิตร), }, # Core Unit Identifier 'deciliter' => { 'name' => q(เดซิลิตร), 'other' => q({0} เดซิลิตร), }, # Long Unit Identifier 'volume-dessert-spoon' => { 'name' => q(ช้à¸à¸™à¸‚นม), 'other' => q({0} ช้à¸à¸™à¸‚นม), }, # Core Unit Identifier 'dessert-spoon' => { 'name' => q(ช้à¸à¸™à¸‚นม), 'other' => q({0} ช้à¸à¸™à¸‚นม), }, # Long Unit Identifier 'volume-dessert-spoon-imperial' => { 'name' => q(ช้à¸à¸™à¸‚นม - à¸à¸±à¸‡à¸à¸¤à¸©), 'other' => q({0} ช้à¸à¸™à¸‚นม - à¸à¸±à¸‡à¸à¸¤à¸©), }, # Core Unit Identifier 'dessert-spoon-imperial' => { 'name' => q(ช้à¸à¸™à¸‚นม - à¸à¸±à¸‡à¸à¸¤à¸©), 'other' => q({0} ช้à¸à¸™à¸‚นม - à¸à¸±à¸‡à¸à¸¤à¸©), }, # Long Unit Identifier 'volume-dram' => { 'name' => q(à¹à¸”รม), 'other' => q({0} à¹à¸”รม), }, # Core Unit Identifier 'dram' => { 'name' => q(à¹à¸”รม), 'other' => q({0} à¹à¸”รม), }, # Long Unit Identifier 'volume-drop' => { 'name' => q(หยด), 'other' => q({0} หยด), }, # Core Unit Identifier 'drop' => { 'name' => q(หยด), 'other' => q({0} หยด), }, # Long Unit Identifier 'volume-fluid-ounce' => { 'name' => q(ฟลูà¸à¸´à¸”à¸à¸à¸™à¸‹à¹Œ), 'other' => q({0} ฟลูà¸à¸´à¸”à¸à¸à¸™à¸‹à¹Œ), }, # Core Unit Identifier 'fluid-ounce' => { 'name' => q(ฟลูà¸à¸´à¸”à¸à¸à¸™à¸‹à¹Œ), 'other' => q({0} ฟลูà¸à¸´à¸”à¸à¸à¸™à¸‹à¹Œ), }, # Long Unit Identifier 'volume-fluid-ounce-imperial' => { 'name' => q(à¸à¸à¸™à¸‹à¹Œà¸‚à¸à¸‡à¹€à¸«à¸¥à¸§à¹à¸šà¸šà¸à¸±à¸‡à¸à¸¤à¸©), 'other' => q({0} à¸à¸à¸™à¸‹à¹Œà¸‚à¸à¸‡à¹€à¸«à¸¥à¸§à¹à¸šà¸šà¸à¸±à¸‡à¸à¸¤à¸©), }, # Core Unit Identifier 'fluid-ounce-imperial' => { 'name' => q(à¸à¸à¸™à¸‹à¹Œà¸‚à¸à¸‡à¹€à¸«à¸¥à¸§à¹à¸šà¸šà¸à¸±à¸‡à¸à¸¤à¸©), 'other' => q({0} à¸à¸à¸™à¸‹à¹Œà¸‚à¸à¸‡à¹€à¸«à¸¥à¸§à¹à¸šà¸šà¸à¸±à¸‡à¸à¸¤à¸©), }, # Long Unit Identifier 'volume-gallon' => { 'name' => q(à¹à¸à¸¥à¸¥à¸à¸™), 'other' => q({0} à¹à¸à¸¥à¸¥à¸à¸™), 'per' => q({0} ต่à¸à¹à¸à¸¥à¸¥à¸à¸™), }, # Core Unit Identifier 'gallon' => { 'name' => q(à¹à¸à¸¥à¸¥à¸à¸™), 'other' => q({0} à¹à¸à¸¥à¸¥à¸à¸™), 'per' => q({0} ต่à¸à¹à¸à¸¥à¸¥à¸à¸™), }, # Long Unit Identifier 'volume-gallon-imperial' => { 'name' => q(à¹à¸à¸¥à¸¥à¸à¸™à¸à¸±à¸‡à¸à¸¤à¸©), 'other' => q({0} à¹à¸à¸¥à¸¥à¸à¸™à¸à¸±à¸‡à¸à¸¤à¸©), 'per' => q({0} ต่à¸à¹à¸à¸¥à¸¥à¸à¸™à¸à¸±à¸‡à¸à¸¤à¸©), }, # Core Unit Identifier 'gallon-imperial' => { 'name' => q(à¹à¸à¸¥à¸¥à¸à¸™à¸à¸±à¸‡à¸à¸¤à¸©), 'other' => q({0} à¹à¸à¸¥à¸¥à¸à¸™à¸à¸±à¸‡à¸à¸¤à¸©), 'per' => q({0} ต่à¸à¹à¸à¸¥à¸¥à¸à¸™à¸à¸±à¸‡à¸à¸¤à¸©), }, # Long Unit Identifier 'volume-hectoliter' => { 'name' => q(เฮà¸à¹‚ตลิตร), 'other' => q({0} เฮà¸à¹‚ตลิตร), }, # Core Unit Identifier 'hectoliter' => { 'name' => q(เฮà¸à¹‚ตลิตร), 'other' => q({0} เฮà¸à¹‚ตลิตร), }, # Long Unit Identifier 'volume-jigger' => { 'name' => q(จิà¸à¹€à¸à¸à¸£à¹Œ), 'other' => q({0} จิà¸à¹€à¸à¸à¸£à¹Œ), }, # Core Unit Identifier 'jigger' => { 'name' => q(จิà¸à¹€à¸à¸à¸£à¹Œ), 'other' => q({0} จิà¸à¹€à¸à¸à¸£à¹Œ), }, # Long Unit Identifier 'volume-liter' => { 'name' => q(ลิตร), 'other' => q({0} ลิตร), 'per' => q({0} ต่à¸à¸¥à¸´à¸•à¸£), }, # Core Unit Identifier 'liter' => { 'name' => q(ลิตร), 'other' => q({0} ลิตร), 'per' => q({0} ต่à¸à¸¥à¸´à¸•à¸£), }, # Long Unit Identifier 'volume-megaliter' => { 'name' => q(เมà¸à¸°à¸¥à¸´à¸•à¸£), 'other' => q({0} เมà¸à¸°à¸¥à¸´à¸•à¸£), }, # Core Unit Identifier 'megaliter' => { 'name' => q(เมà¸à¸°à¸¥à¸´à¸•à¸£), 'other' => q({0} เมà¸à¸°à¸¥à¸´à¸•à¸£), }, # Long Unit Identifier 'volume-milliliter' => { 'name' => q(มิลลิลิตร), 'other' => q({0} มิลลิลิตร), }, # Core Unit Identifier 'milliliter' => { 'name' => q(มิลลิลิตร), 'other' => q({0} มิลลิลิตร), }, # Long Unit Identifier 'volume-pinch' => { 'name' => q(หยิบมืà¸), 'other' => q({0} หยิบมืà¸), }, # Core Unit Identifier 'pinch' => { 'name' => q(หยิบมืà¸), 'other' => q({0} หยิบมืà¸), }, # Long Unit Identifier 'volume-pint' => { 'name' => q(ไพนต์), 'other' => q({0} ไพนต์), }, # Core Unit Identifier 'pint' => { 'name' => q(ไพนต์), 'other' => q({0} ไพนต์), }, # Long Unit Identifier 'volume-pint-metric' => { 'name' => q(ไพนต์เมตริà¸), 'other' => q({0} ไพนต์เมตริà¸), }, # Core Unit Identifier 'pint-metric' => { 'name' => q(ไพนต์เมตริà¸), 'other' => q({0} ไพนต์เมตริà¸), }, # Long Unit Identifier 'volume-quart' => { 'name' => q(ควà¸à¸£à¹Œà¸•), 'other' => q({0} ควà¸à¸£à¹Œà¸•), }, # Core Unit Identifier 'quart' => { 'name' => q(ควà¸à¸£à¹Œà¸•), 'other' => q({0} ควà¸à¸£à¹Œà¸•), }, # Long Unit Identifier 'volume-quart-imperial' => { 'name' => q(ควà¸à¸£à¹Œà¸•à¸à¸±à¸‡à¸à¸¤à¸©), 'other' => q({0} ควà¸à¸£à¹Œà¸•à¸à¸±à¸‡à¸à¸¤à¸©), }, # Core Unit Identifier 'quart-imperial' => { 'name' => q(ควà¸à¸£à¹Œà¸•à¸à¸±à¸‡à¸à¸¤à¸©), 'other' => q({0} ควà¸à¸£à¹Œà¸•à¸à¸±à¸‡à¸à¸¤à¸©), }, # Long Unit Identifier 'volume-tablespoon' => { 'name' => q(ช้à¸à¸™à¹‚ต๊ะ), 'other' => q({0} ช้à¸à¸™à¹‚ต๊ะ), }, # Core Unit Identifier 'tablespoon' => { 'name' => q(ช้à¸à¸™à¹‚ต๊ะ), 'other' => q({0} ช้à¸à¸™à¹‚ต๊ะ), }, # Long Unit Identifier 'volume-teaspoon' => { 'name' => q(ช้à¸à¸™à¸Šà¸²), 'other' => q({0} ช้à¸à¸™à¸Šà¸²), }, # Core Unit Identifier 'teaspoon' => { 'name' => q(ช้à¸à¸™à¸Šà¸²), 'other' => q({0} ช้à¸à¸™à¸Šà¸²), }, }, 'narrow' => { # Long Unit Identifier '' => { 'name' => q(ทิศ), }, # Core Unit Identifier '' => { 'name' => q(ทิศ), }, # Long Unit Identifier '1024p1' => { '1' => q(à¸à¸´à¸šà¸´{0}), }, # Core Unit Identifier '1024p1' => { '1' => q(à¸à¸´à¸šà¸´{0}), }, # Long Unit Identifier '1024p2' => { '1' => q(เมบิ{0}), }, # Core Unit Identifier '1024p2' => { '1' => q(เมบิ{0}), }, # Long Unit Identifier '1024p3' => { '1' => q(จิบิ{0}), }, # Core Unit Identifier '1024p3' => { '1' => q(จิบิ{0}), }, # Long Unit Identifier '1024p4' => { '1' => q(เทบิ{0}), }, # Core Unit Identifier '1024p4' => { '1' => q(เทบิ{0}), }, # Long Unit Identifier '1024p5' => { '1' => q(เพบิ{0}), }, # Core Unit Identifier '1024p5' => { '1' => q(เพบิ{0}), }, # Long Unit Identifier '1024p6' => { '1' => q(เà¸à¹‡à¸à¸‹à¹Œà¸šà¸´{0}), }, # Core Unit Identifier '1024p6' => { '1' => q(เà¸à¹‡à¸à¸‹à¹Œà¸šà¸´{0}), }, # Long Unit Identifier '1024p7' => { '1' => q(เซบิ{0}), }, # Core Unit Identifier '1024p7' => { '1' => q(เซบิ{0}), }, # Long Unit Identifier '1024p8' => { '1' => q(โยบี{0}), }, # Core Unit Identifier '1024p8' => { '1' => q(โยบี{0}), }, # Long Unit Identifier '10p-1' => { '1' => q(เดซิ{0}), }, # Core Unit Identifier '1' => { '1' => q(เดซิ{0}), }, # Long Unit Identifier '10p-12' => { '1' => q(พิโค{0}), }, # Core Unit Identifier '12' => { '1' => q(พิโค{0}), }, # Long Unit Identifier '10p-15' => { '1' => q(เฟมโต{0}), }, # Core Unit Identifier '15' => { '1' => q(เฟมโต{0}), }, # Long Unit Identifier '10p-18' => { '1' => q(à¸à¸±à¸•à¹‚ต{0}), }, # Core Unit Identifier '18' => { '1' => q(à¸à¸±à¸•à¹‚ต{0}), }, # Long Unit Identifier '10p-2' => { '1' => q(เซนติ{0}), }, # Core Unit Identifier '2' => { '1' => q(เซนติ{0}), }, # Long Unit Identifier '10p-21' => { '1' => q(เซปโต{0}), }, # Core Unit Identifier '21' => { '1' => q(เซปโต{0}), }, # Long Unit Identifier '10p-24' => { '1' => q(ยà¸à¸à¹‚ต{0}), }, # Core Unit Identifier '24' => { '1' => q(ยà¸à¸à¹‚ต{0}), }, # Long Unit Identifier '10p-3' => { '1' => q(มิลลิ{0}), }, # Core Unit Identifier '3' => { '1' => q(มิลลิ{0}), }, # Long Unit Identifier '10p-6' => { '1' => q(ไมโคร{0}), }, # Core Unit Identifier '6' => { '1' => q(ไมโคร{0}), }, # Long Unit Identifier '10p-9' => { '1' => q(นาโน{0}), }, # Core Unit Identifier '9' => { '1' => q(นาโน{0}), }, # Long Unit Identifier '10p1' => { '1' => q(เดคา{0}), }, # Core Unit Identifier '10p1' => { '1' => q(เดคา{0}), }, # Long Unit Identifier '10p12' => { '1' => q(เทระ{0}), }, # Core Unit Identifier '10p12' => { '1' => q(เทระ{0}), }, # Long Unit Identifier '10p15' => { '1' => q(เพตะ{0}), }, # Core Unit Identifier '10p15' => { '1' => q(เพตะ{0}), }, # Long Unit Identifier '10p18' => { '1' => q(เà¸à¸à¸‹à¸°{0}), }, # Core Unit Identifier '10p18' => { '1' => q(เà¸à¸à¸‹à¸°{0}), }, # Long Unit Identifier '10p2' => { '1' => q(เฮà¸à¹‚ต{0}), }, # Core Unit Identifier '10p2' => { '1' => q(เฮà¸à¹‚ต{0}), }, # Long Unit Identifier '10p21' => { '1' => q(เซตตะ{0}), }, # Core Unit Identifier '10p21' => { '1' => q(เซตตะ{0}), }, # Long Unit Identifier '10p24' => { '1' => q(ยà¸à¸•à¸•à¸°{0}), }, # Core Unit Identifier '10p24' => { '1' => q(ยà¸à¸•à¸•à¸°{0}), }, # Long Unit Identifier '10p3' => { '1' => q(à¸à¸´à¹‚ล{0}), }, # Core Unit Identifier '10p3' => { '1' => q(à¸à¸´à¹‚ล{0}), }, # Long Unit Identifier '10p6' => { '1' => q(เมà¸à¸°{0}), }, # Core Unit Identifier '10p6' => { '1' => q(เมà¸à¸°{0}), }, # Long Unit Identifier '10p9' => { '1' => q(จิà¸à¸°{0}), }, # Core Unit Identifier '10p9' => { '1' => q(จิà¸à¸°{0}), }, # Long Unit Identifier 'acceleration-g-force' => { 'other' => q({0}G), }, # Core Unit Identifier 'g-force' => { 'other' => q({0}G), }, # Long Unit Identifier 'acceleration-meter-per-square-second' => { 'name' => q(ม./วิ²), 'other' => q({0}ม./วิ²), }, # Core Unit Identifier 'meter-per-square-second' => { 'name' => q(ม./วิ²), 'other' => q({0}ม./วิ²), }, # Long Unit Identifier 'angle-arc-minute' => { 'other' => q({0}ลิปดา), }, # Core Unit Identifier 'arc-minute' => { 'other' => q({0}ลิปดา), }, # Long Unit Identifier 'angle-arc-second' => { 'other' => q({0}พิลิปดา), }, # Core Unit Identifier 'arc-second' => { 'other' => q({0}พิลิปดา), }, # Long Unit Identifier 'angle-degree' => { 'other' => q({0}°), }, # Core Unit Identifier 'degree' => { 'other' => q({0}°), }, # Long Unit Identifier 'angle-radian' => { 'other' => q({0}เรเดียน), }, # Core Unit Identifier 'radian' => { 'other' => q({0}เรเดียน), }, # Long Unit Identifier 'angle-revolution' => { 'other' => q({0}รà¸à¸š), }, # Core Unit Identifier 'revolution' => { 'other' => q({0}รà¸à¸š), }, # Long Unit Identifier 'area-acre' => { 'other' => q({0}เà¸à¹€à¸„à¸à¸£à¹Œ), }, # Core Unit Identifier 'acre' => { 'other' => q({0}เà¸à¹€à¸„à¸à¸£à¹Œ), }, # Long Unit Identifier 'area-dunam' => { 'other' => q({0}ดูนัม), }, # Core Unit Identifier 'dunam' => { 'other' => q({0}ดูนัม), }, # Long Unit Identifier 'area-hectare' => { 'other' => q({0}เฮà¸à¸•à¸²à¸£à¹Œ), }, # Core Unit Identifier 'hectare' => { 'other' => q({0}เฮà¸à¸•à¸²à¸£à¹Œ), }, # Long Unit Identifier 'area-square-centimeter' => { 'other' => q({0}ตร.ซม.), }, # Core Unit Identifier 'square-centimeter' => { 'other' => q({0}ตร.ซม.), }, # Long Unit Identifier 'area-square-foot' => { 'other' => q({0}ตร.ฟุต), }, # Core Unit Identifier 'square-foot' => { 'other' => q({0}ตร.ฟุต), }, # Long Unit Identifier 'area-square-inch' => { 'other' => q({0}ตร.นิ้ว), }, # Core Unit Identifier 'square-inch' => { 'other' => q({0}ตร.นิ้ว), }, # Long Unit Identifier 'area-square-kilometer' => { 'other' => q({0}ตร.à¸à¸¡.), }, # Core Unit Identifier 'square-kilometer' => { 'other' => q({0}ตร.à¸à¸¡.), }, # Long Unit Identifier 'area-square-meter' => { 'other' => q({0}ตร.ม.), }, # Core Unit Identifier 'square-meter' => { 'other' => q({0}ตร.ม.), }, # Long Unit Identifier 'area-square-mile' => { 'other' => q({0}ตร.ไมล์), }, # Core Unit Identifier 'square-mile' => { 'other' => q({0}ตร.ไมล์), }, # Long Unit Identifier 'area-square-yard' => { 'other' => q({0}ตร.หลา), }, # Core Unit Identifier 'square-yard' => { 'other' => q({0}ตร.หลา), }, # Long Unit Identifier 'concentr-item' => { 'name' => q(รายà¸à¸²à¸£), 'other' => q({0}รายà¸à¸²à¸£), }, # Core Unit Identifier 'item' => { 'name' => q(รายà¸à¸²à¸£), 'other' => q({0}รายà¸à¸²à¸£), }, # Long Unit Identifier 'concentr-karat' => { 'other' => q({0}à¸à¸°à¸£à¸±à¸•), }, # Core Unit Identifier 'karat' => { 'other' => q({0}à¸à¸°à¸£à¸±à¸•), }, # Long Unit Identifier 'concentr-milligram-ofglucose-per-deciliter' => { 'other' => q({0}มà¸./ดล.), }, # Core Unit Identifier 'milligram-ofglucose-per-deciliter' => { 'other' => q({0}มà¸./ดล.), }, # Long Unit Identifier 'concentr-millimole-per-liter' => { 'name' => q(มลม./ล.), 'other' => q({0}มลม./ล.), }, # Core Unit Identifier 'millimole-per-liter' => { 'name' => q(มลม./ล.), 'other' => q({0}มลม./ล.), }, # Long Unit Identifier 'concentr-mole' => { 'other' => q({0}โมล), }, # Core Unit Identifier 'mole' => { 'other' => q({0}โมล), }, # Long Unit Identifier 'concentr-permille' => { 'name' => q(‰), }, # Core Unit Identifier 'permille' => { 'name' => q(‰), }, # Long Unit Identifier 'concentr-permillion' => { 'name' => q(สตล.), 'other' => q({0}สตล.), }, # Core Unit Identifier 'permillion' => { 'name' => q(สตล.), 'other' => q({0}สตล.), }, # Long Unit Identifier 'concentr-permyriad' => { 'name' => q(‱), }, # Core Unit Identifier 'permyriad' => { 'name' => q(‱), }, # Long Unit Identifier 'consumption-liter-per-100-kilometer' => { 'name' => q(ล./100à¸à¸¡.), 'other' => q({0} ล./100à¸à¸¡.), }, # Core Unit Identifier 'liter-per-100-kilometer' => { 'name' => q(ล./100à¸à¸¡.), 'other' => q({0} ล./100à¸à¸¡.), }, # Long Unit Identifier 'consumption-liter-per-kilometer' => { 'name' => q(ล./à¸à¸¡.), 'other' => q({0}ล./à¸à¸¡.), }, # Core Unit Identifier 'liter-per-kilometer' => { 'name' => q(ล./à¸à¸¡.), 'other' => q({0}ล./à¸à¸¡.), }, # Long Unit Identifier 'consumption-mile-per-gallon' => { 'name' => q(mpg), 'other' => q({0}mpg), }, # Core Unit Identifier 'mile-per-gallon' => { 'name' => q(mpg), 'other' => q({0}mpg), }, # Long Unit Identifier 'consumption-mile-per-gallon-imperial' => { 'name' => q(mpg UK), 'other' => q({0}m/gUK), }, # Core Unit Identifier 'mile-per-gallon-imperial' => { 'name' => q(mpg UK), 'other' => q({0}m/gUK), }, # Long Unit Identifier 'coordinate' => { 'east' => q({0} ตà¸), 'north' => q({0} น), 'south' => q({0}ต), 'west' => q({0} ตต), }, # Core Unit Identifier 'coordinate' => { 'east' => q({0} ตà¸), 'north' => q({0} น), 'south' => q({0}ต), 'west' => q({0} ตต), }, # Long Unit Identifier 'digital-bit' => { 'other' => q({0}บิต), }, # Core Unit Identifier 'bit' => { 'other' => q({0}บิต), }, # Long Unit Identifier 'digital-byte' => { 'other' => q({0}ไบต์), }, # Core Unit Identifier 'byte' => { 'other' => q({0}ไบต์), }, # Long Unit Identifier 'digital-gigabit' => { 'other' => q({0}Gb), }, # Core Unit Identifier 'gigabit' => { 'other' => q({0}Gb), }, # Long Unit Identifier 'digital-gigabyte' => { 'other' => q({0}GB), }, # Core Unit Identifier 'gigabyte' => { 'other' => q({0}GB), }, # Long Unit Identifier 'digital-kilobit' => { 'other' => q({0}kb), }, # Core Unit Identifier 'kilobit' => { 'other' => q({0}kb), }, # Long Unit Identifier 'digital-kilobyte' => { 'other' => q({0}kB), }, # Core Unit Identifier 'kilobyte' => { 'other' => q({0}kB), }, # Long Unit Identifier 'digital-megabit' => { 'other' => q({0}Mb), }, # Core Unit Identifier 'megabit' => { 'other' => q({0}Mb), }, # Long Unit Identifier 'digital-megabyte' => { 'other' => q({0}MB), }, # Core Unit Identifier 'megabyte' => { 'other' => q({0}MB), }, # Long Unit Identifier 'digital-petabyte' => { 'other' => q({0}PB), }, # Core Unit Identifier 'petabyte' => { 'other' => q({0}PB), }, # Long Unit Identifier 'digital-terabit' => { 'other' => q({0}Tb), }, # Core Unit Identifier 'terabit' => { 'other' => q({0}Tb), }, # Long Unit Identifier 'digital-terabyte' => { 'other' => q({0}TB), }, # Core Unit Identifier 'terabyte' => { 'other' => q({0}TB), }, # Long Unit Identifier 'duration-century' => { 'other' => q({0}ศตวรรษ), }, # Core Unit Identifier 'century' => { 'other' => q({0}ศตวรรษ), }, # Long Unit Identifier 'duration-day' => { 'name' => q(วัน), 'other' => q({0}วัน), }, # Core Unit Identifier 'day' => { 'name' => q(วัน), 'other' => q({0}วัน), }, # Long Unit Identifier 'duration-decade' => { 'other' => q({0}ทศวรรษ), }, # Core Unit Identifier 'decade' => { 'other' => q({0}ทศวรรษ), }, # Long Unit Identifier 'duration-hour' => { 'name' => q(ชั่วโมง), 'other' => q({0}ชม.), }, # Core Unit Identifier 'hour' => { 'name' => q(ชั่วโมง), 'other' => q({0}ชม.), }, # Long Unit Identifier 'duration-microsecond' => { 'name' => q(ไมโครวินาที), 'other' => q({0}ไมโครวิ), }, # Core Unit Identifier 'microsecond' => { 'name' => q(ไมโครวินาที), 'other' => q({0}ไมโครวิ), }, # Long Unit Identifier 'duration-millisecond' => { 'name' => q(มิลลิวินาที), 'other' => q({0} มิลลิวิ), }, # Core Unit Identifier 'millisecond' => { 'name' => q(มิลลิวินาที), 'other' => q({0} มิลลิวิ), }, # Long Unit Identifier 'duration-minute' => { 'name' => q(นาที), 'other' => q({0}นาที), }, # Core Unit Identifier 'minute' => { 'name' => q(นาที), 'other' => q({0}นาที), }, # Long Unit Identifier 'duration-month' => { 'name' => q(เดืà¸à¸™), 'other' => q({0}เดืà¸à¸™), }, # Core Unit Identifier 'month' => { 'name' => q(เดืà¸à¸™), 'other' => q({0}เดืà¸à¸™), }, # Long Unit Identifier 'duration-nanosecond' => { 'name' => q(นาโนวิ), 'other' => q({0}นาโนวิ), }, # Core Unit Identifier 'nanosecond' => { 'name' => q(นาโนวิ), 'other' => q({0}นาโนวิ), }, # Long Unit Identifier 'duration-second' => { 'name' => q(วิ), 'other' => q({0}วิ), }, # Core Unit Identifier 'second' => { 'name' => q(วิ), 'other' => q({0}วิ), }, # Long Unit Identifier 'duration-week' => { 'name' => q(สัปดาห์), 'other' => q({0}สัปดาห์), }, # Core Unit Identifier 'week' => { 'name' => q(สัปดาห์), 'other' => q({0}สัปดาห์), }, # Long Unit Identifier 'duration-year' => { 'name' => q(ปี), 'other' => q({0}ปี), }, # Core Unit Identifier 'year' => { 'name' => q(ปี), 'other' => q({0}ปี), }, # Long Unit Identifier 'electric-ampere' => { 'other' => q({0}à¹à¸à¸¡à¸›à¹Œ), }, # Core Unit Identifier 'ampere' => { 'other' => q({0}à¹à¸à¸¡à¸›à¹Œ), }, # Long Unit Identifier 'electric-milliampere' => { 'other' => q({0}mA), }, # Core Unit Identifier 'milliampere' => { 'other' => q({0}mA), }, # Long Unit Identifier 'electric-ohm' => { 'other' => q({0}Ω), }, # Core Unit Identifier 'ohm' => { 'other' => q({0}Ω), }, # Long Unit Identifier 'electric-volt' => { 'other' => q({0}V), }, # Core Unit Identifier 'volt' => { 'other' => q({0}V), }, # Long Unit Identifier 'energy-british-thermal-unit' => { 'other' => q({0}BTU), }, # Core Unit Identifier 'british-thermal-unit' => { 'other' => q({0}BTU), }, # Long Unit Identifier 'energy-calorie' => { 'name' => q(à¹à¸„ลà¸à¸£à¸µ), 'other' => q({0}à¹à¸„ลà¸à¸£à¸µ), }, # Core Unit Identifier 'calorie' => { 'name' => q(à¹à¸„ลà¸à¸£à¸µ), 'other' => q({0}à¹à¸„ลà¸à¸£à¸µ), }, # Long Unit Identifier 'energy-electronvolt' => { 'name' => q(eV), 'other' => q({0}eV), }, # Core Unit Identifier 'electronvolt' => { 'name' => q(eV), 'other' => q({0}eV), }, # Long Unit Identifier 'energy-foodcalorie' => { 'name' => q(à¹à¸„ลà¸à¸£à¸µ), 'other' => q({0}à¹à¸„ลà¸à¸£à¸µ), }, # Core Unit Identifier 'foodcalorie' => { 'name' => q(à¹à¸„ลà¸à¸£à¸µ), 'other' => q({0}à¹à¸„ลà¸à¸£à¸µ), }, # Long Unit Identifier 'energy-joule' => { 'other' => q({0}จูล), }, # Core Unit Identifier 'joule' => { 'other' => q({0}จูล), }, # Long Unit Identifier 'energy-kilocalorie' => { 'name' => q(à¸à¸´à¹‚ลà¹à¸„ลà¸à¸£à¸µ), 'other' => q({0}kcal), }, # Core Unit Identifier 'kilocalorie' => { 'name' => q(à¸à¸´à¹‚ลà¹à¸„ลà¸à¸£à¸µ), 'other' => q({0}kcal), }, # Long Unit Identifier 'energy-kilojoule' => { 'other' => q({0}à¸à¸´à¹‚ลจูล), }, # Core Unit Identifier 'kilojoule' => { 'other' => q({0}à¸à¸´à¹‚ลจูล), }, # Long Unit Identifier 'energy-kilowatt-hour' => { 'other' => q({0}kWh), }, # Core Unit Identifier 'kilowatt-hour' => { 'other' => q({0}kWh), }, # Long Unit Identifier 'energy-therm-us' => { 'other' => q({0}เธิร์ม), }, # Core Unit Identifier 'therm-us' => { 'other' => q({0}เธิร์ม), }, # Long Unit Identifier 'force-kilowatt-hour-per-100-kilometer' => { 'other' => q({0}à¸à¸´à¹‚ลวัตต์-ชม./100à¸à¸¡.), }, # Core Unit Identifier 'kilowatt-hour-per-100-kilometer' => { 'other' => q({0}à¸à¸´à¹‚ลวัตต์-ชม./100à¸à¸¡.), }, # Long Unit Identifier 'force-newton' => { 'name' => q(N), 'other' => q({0}N), }, # Core Unit Identifier 'newton' => { 'name' => q(N), 'other' => q({0}N), }, # Long Unit Identifier 'force-pound-force' => { 'name' => q(lbf), 'other' => q({0}lbf), }, # Core Unit Identifier 'pound-force' => { 'name' => q(lbf), 'other' => q({0}lbf), }, # Long Unit Identifier 'frequency-gigahertz' => { 'other' => q({0}GHz), }, # Core Unit Identifier 'gigahertz' => { 'other' => q({0}GHz), }, # Long Unit Identifier 'frequency-hertz' => { 'other' => q({0}Hz), }, # Core Unit Identifier 'hertz' => { 'other' => q({0}Hz), }, # Long Unit Identifier 'frequency-kilohertz' => { 'other' => q({0}kHz), }, # Core Unit Identifier 'kilohertz' => { 'other' => q({0}kHz), }, # Long Unit Identifier 'frequency-megahertz' => { 'other' => q({0}MHz), }, # Core Unit Identifier 'megahertz' => { 'other' => q({0}MHz), }, # Long Unit Identifier 'graphics-dot' => { 'other' => q({0}ดà¸à¸—), }, # Core Unit Identifier 'dot' => { 'other' => q({0}ดà¸à¸—), }, # Long Unit Identifier 'graphics-dot-per-centimeter' => { 'name' => q(dpcm), 'other' => q({0}dpcm), }, # Core Unit Identifier 'dot-per-centimeter' => { 'name' => q(dpcm), 'other' => q({0}dpcm), }, # Long Unit Identifier 'graphics-dot-per-inch' => { 'name' => q(dpi), 'other' => q({0}dpi), }, # Core Unit Identifier 'dot-per-inch' => { 'name' => q(dpi), 'other' => q({0}dpi), }, # Long Unit Identifier 'graphics-em' => { 'other' => q({0}em), }, # Core Unit Identifier 'em' => { 'other' => q({0}em), }, # Long Unit Identifier 'graphics-megapixel' => { 'other' => q({0}MP), }, # Core Unit Identifier 'megapixel' => { 'other' => q({0}MP), }, # Long Unit Identifier 'graphics-pixel' => { 'other' => q({0}px), }, # Core Unit Identifier 'pixel' => { 'other' => q({0}px), }, # Long Unit Identifier 'graphics-pixel-per-centimeter' => { 'other' => q({0}ppcm), }, # Core Unit Identifier 'pixel-per-centimeter' => { 'other' => q({0}ppcm), }, # Long Unit Identifier 'graphics-pixel-per-inch' => { 'other' => q({0}ppi), }, # Core Unit Identifier 'pixel-per-inch' => { 'other' => q({0}ppi), }, # Long Unit Identifier 'length-astronomical-unit' => { 'other' => q({0}au), }, # Core Unit Identifier 'astronomical-unit' => { 'other' => q({0}au), }, # Long Unit Identifier 'length-centimeter' => { 'name' => q(ซม.), 'other' => q({0}ซม.), }, # Core Unit Identifier 'centimeter' => { 'name' => q(ซม.), 'other' => q({0}ซม.), }, # Long Unit Identifier 'length-decimeter' => { 'other' => q({0}ดม.), }, # Core Unit Identifier 'decimeter' => { 'other' => q({0}ดม.), }, # Long Unit Identifier 'length-earth-radius' => { 'other' => q({0}R⊕), }, # Core Unit Identifier 'earth-radius' => { 'other' => q({0}R⊕), }, # Long Unit Identifier 'length-fathom' => { 'other' => q({0}fth), }, # Core Unit Identifier 'fathom' => { 'other' => q({0}fth), }, # Long Unit Identifier 'length-foot' => { 'other' => q({0}′), }, # Core Unit Identifier 'foot' => { 'other' => q({0}′), }, # Long Unit Identifier 'length-furlong' => { 'other' => q({0}fur), }, # Core Unit Identifier 'furlong' => { 'other' => q({0}fur), }, # Long Unit Identifier 'length-inch' => { 'other' => q({0}″), }, # Core Unit Identifier 'inch' => { 'other' => q({0}″), }, # Long Unit Identifier 'length-kilometer' => { 'name' => q(à¸à¸¡.), 'other' => q({0}à¸à¸¡.), }, # Core Unit Identifier 'kilometer' => { 'name' => q(à¸à¸¡.), 'other' => q({0}à¸à¸¡.), }, # Long Unit Identifier 'length-light-year' => { 'other' => q({0}ปีà¹à¸ªà¸‡), }, # Core Unit Identifier 'light-year' => { 'other' => q({0}ปีà¹à¸ªà¸‡), }, # Long Unit Identifier 'length-meter' => { 'name' => q(เมตร), 'other' => q({0}ม.), }, # Core Unit Identifier 'meter' => { 'name' => q(เมตร), 'other' => q({0}ม.), }, # Long Unit Identifier 'length-micrometer' => { 'name' => q(μm), 'other' => q({0}μm), }, # Core Unit Identifier 'micrometer' => { 'name' => q(μm), 'other' => q({0}μm), }, # Long Unit Identifier 'length-mile' => { 'other' => q({0}ไมล์), }, # Core Unit Identifier 'mile' => { 'other' => q({0}ไมล์), }, # Long Unit Identifier 'length-mile-scandinavian' => { 'name' => q(smi), 'other' => q({0}smi), }, # Core Unit Identifier 'mile-scandinavian' => { 'name' => q(smi), 'other' => q({0}smi), }, # Long Unit Identifier 'length-millimeter' => { 'name' => q(มม.), 'other' => q({0}มม.), }, # Core Unit Identifier 'millimeter' => { 'name' => q(มม.), 'other' => q({0}มม.), }, # Long Unit Identifier 'length-nanometer' => { 'other' => q({0}น.ม.), }, # Core Unit Identifier 'nanometer' => { 'other' => q({0}น.ม.), }, # Long Unit Identifier 'length-nautical-mile' => { 'other' => q({0}ไมล์ทะเล), }, # Core Unit Identifier 'nautical-mile' => { 'other' => q({0}ไมล์ทะเล), }, # Long Unit Identifier 'length-parsec' => { 'other' => q({0}พาร์เซà¸), }, # Core Unit Identifier 'parsec' => { 'other' => q({0}พาร์เซà¸), }, # Long Unit Identifier 'length-picometer' => { 'other' => q({0}พิโà¸à¹€à¸¡à¸•à¸£), }, # Core Unit Identifier 'picometer' => { 'other' => q({0}พิโà¸à¹€à¸¡à¸•à¸£), }, # Long Unit Identifier 'length-point' => { 'other' => q({0}จุด), }, # Core Unit Identifier 'point' => { 'other' => q({0}จุด), }, # Long Unit Identifier 'length-solar-radius' => { 'name' => q(R☉), 'other' => q({0}R☉), }, # Core Unit Identifier 'solar-radius' => { 'name' => q(R☉), 'other' => q({0}R☉), }, # Long Unit Identifier 'length-yard' => { 'other' => q({0}หลา), }, # Core Unit Identifier 'yard' => { 'other' => q({0}หลา), }, # Long Unit Identifier 'light-candela' => { 'other' => q({0}cd), }, # Core Unit Identifier 'candela' => { 'other' => q({0}cd), }, # Long Unit Identifier 'light-lumen' => { 'other' => q({0}lm), }, # Core Unit Identifier 'lumen' => { 'other' => q({0}lm), }, # Long Unit Identifier 'light-lux' => { 'other' => q({0}ลัà¸à¸‹à¹Œ), }, # Core Unit Identifier 'lux' => { 'other' => q({0}ลัà¸à¸‹à¹Œ), }, # Long Unit Identifier 'light-solar-luminosity' => { 'name' => q(L☉), 'other' => q({0}L☉), }, # Core Unit Identifier 'solar-luminosity' => { 'name' => q(L☉), 'other' => q({0}L☉), }, # Long Unit Identifier 'mass-carat' => { 'other' => q({0}à¸à¸°à¸£à¸±à¸•), }, # Core Unit Identifier 'carat' => { 'other' => q({0}à¸à¸°à¸£à¸±à¸•), }, # Long Unit Identifier 'mass-dalton' => { 'name' => q(Da), 'other' => q({0}Da), }, # Core Unit Identifier 'dalton' => { 'name' => q(Da), 'other' => q({0}Da), }, # Long Unit Identifier 'mass-earth-mass' => { 'name' => q(M⊕), 'other' => q({0}M⊕), }, # Core Unit Identifier 'earth-mass' => { 'name' => q(M⊕), 'other' => q({0}M⊕), }, # Long Unit Identifier 'mass-grain' => { 'other' => q({0}เà¸à¸£à¸™), }, # Core Unit Identifier 'grain' => { 'other' => q({0}เà¸à¸£à¸™), }, # Long Unit Identifier 'mass-gram' => { 'name' => q(à¸à¸£à¸±à¸¡), 'other' => q({0}à¸.), }, # Core Unit Identifier 'gram' => { 'name' => q(à¸à¸£à¸±à¸¡), 'other' => q({0}à¸.), }, # Long Unit Identifier 'mass-kilogram' => { 'name' => q(à¸à¸.), 'other' => q({0}à¸à¸.), }, # Core Unit Identifier 'kilogram' => { 'name' => q(à¸à¸.), 'other' => q({0}à¸à¸.), }, # Long Unit Identifier 'mass-metric-ton' => { 'other' => q({0}ต.), }, # Core Unit Identifier 'metric-ton' => { 'other' => q({0}ต.), }, # Long Unit Identifier 'mass-microgram' => { 'other' => q({0}มคà¸.), }, # Core Unit Identifier 'microgram' => { 'other' => q({0}มคà¸.), }, # Long Unit Identifier 'mass-milligram' => { 'other' => q({0}มà¸.), }, # Core Unit Identifier 'milligram' => { 'other' => q({0}มà¸.), }, # Long Unit Identifier 'mass-ounce' => { 'other' => q({0}à¸à¸à¸™à¸‹à¹Œ), }, # Core Unit Identifier 'ounce' => { 'other' => q({0}à¸à¸à¸™à¸‹à¹Œ), }, # Long Unit Identifier 'mass-ounce-troy' => { 'name' => q(oz t), 'other' => q({0}oz t), }, # Core Unit Identifier 'ounce-troy' => { 'name' => q(oz t), 'other' => q({0}oz t), }, # Long Unit Identifier 'mass-pound' => { 'other' => q({0}#), }, # Core Unit Identifier 'pound' => { 'other' => q({0}#), }, # Long Unit Identifier 'mass-solar-mass' => { 'name' => q(M☉), 'other' => q({0}M☉), }, # Core Unit Identifier 'solar-mass' => { 'name' => q(M☉), 'other' => q({0}M☉), }, # Long Unit Identifier 'mass-stone' => { 'other' => q({0}st), }, # Core Unit Identifier 'stone' => { 'other' => q({0}st), }, # Long Unit Identifier 'mass-ton' => { 'other' => q({0}ตัน), }, # Core Unit Identifier 'ton' => { 'other' => q({0}ตัน), }, # Long Unit Identifier 'per' => { '1' => q({0}/{1}), }, # Core Unit Identifier 'per' => { '1' => q({0}/{1}), }, # Long Unit Identifier 'power-gigawatt' => { 'other' => q({0}GW), }, # Core Unit Identifier 'gigawatt' => { 'other' => q({0}GW), }, # Long Unit Identifier 'power-horsepower' => { 'other' => q({0}à¹à¸£à¸‡à¸¡à¹‰à¸²), }, # Core Unit Identifier 'horsepower' => { 'other' => q({0}à¹à¸£à¸‡à¸¡à¹‰à¸²), }, # Long Unit Identifier 'power-kilowatt' => { 'other' => q({0}kW), }, # Core Unit Identifier 'kilowatt' => { 'other' => q({0}kW), }, # Long Unit Identifier 'power-megawatt' => { 'other' => q({0}MW), }, # Core Unit Identifier 'megawatt' => { 'other' => q({0}MW), }, # Long Unit Identifier 'power-milliwatt' => { 'other' => q({0}mW), }, # Core Unit Identifier 'milliwatt' => { 'other' => q({0}mW), }, # Long Unit Identifier 'power-watt' => { 'other' => q({0}วัตต์), }, # Core Unit Identifier 'watt' => { 'other' => q({0}วัตต์), }, # Long Unit Identifier 'pressure-atmosphere' => { 'other' => q({0}atm), }, # Core Unit Identifier 'atmosphere' => { 'other' => q({0}atm), }, # Long Unit Identifier 'pressure-bar' => { 'other' => q({0}บาร์), }, # Core Unit Identifier 'bar' => { 'other' => q({0}บาร์), }, # Long Unit Identifier 'pressure-hectopascal' => { 'name' => q(เฮà¸à¹‚ตปาสà¸à¸²à¸¥), 'other' => q({0}hPa), }, # Core Unit Identifier 'hectopascal' => { 'name' => q(เฮà¸à¹‚ตปาสà¸à¸²à¸¥), 'other' => q({0}hPa), }, # Long Unit Identifier 'pressure-inch-ofhg' => { 'other' => q({0}นิ้วปรà¸à¸—), }, # Core Unit Identifier 'inch-ofhg' => { 'other' => q({0}นิ้วปรà¸à¸—), }, # Long Unit Identifier 'pressure-kilopascal' => { 'other' => q({0}kPa), }, # Core Unit Identifier 'kilopascal' => { 'other' => q({0}kPa), }, # Long Unit Identifier 'pressure-megapascal' => { 'other' => q({0}MPa), }, # Core Unit Identifier 'megapascal' => { 'other' => q({0}MPa), }, # Long Unit Identifier 'pressure-millibar' => { 'other' => q({0}มิลลิบาร์), }, # Core Unit Identifier 'millibar' => { 'other' => q({0}มิลลิบาร์), }, # Long Unit Identifier 'pressure-millimeter-ofhg' => { 'other' => q({0}มม. ปรà¸à¸—), }, # Core Unit Identifier 'millimeter-ofhg' => { 'other' => q({0}มม. ปรà¸à¸—), }, # Long Unit Identifier 'pressure-pascal' => { 'other' => q({0}Pa), }, # Core Unit Identifier 'pascal' => { 'other' => q({0}Pa), }, # Long Unit Identifier 'pressure-pound-force-per-square-inch' => { 'other' => q({0}psi), }, # Core Unit Identifier 'pound-force-per-square-inch' => { 'other' => q({0}psi), }, # Long Unit Identifier 'speed-kilometer-per-hour' => { 'name' => q(à¸à¸¡./ชม.), 'other' => q({0}à¸à¸¡./ชม.), }, # Core Unit Identifier 'kilometer-per-hour' => { 'name' => q(à¸à¸¡./ชม.), 'other' => q({0}à¸à¸¡./ชม.), }, # Long Unit Identifier 'speed-knot' => { 'other' => q({0}นà¸à¸•), }, # Core Unit Identifier 'knot' => { 'other' => q({0}นà¸à¸•), }, # Long Unit Identifier 'speed-meter-per-second' => { 'name' => q(ม./วิ), 'other' => q({0}ม./วิ), }, # Core Unit Identifier 'meter-per-second' => { 'name' => q(ม./วิ), 'other' => q({0}ม./วิ), }, # Long Unit Identifier 'speed-mile-per-hour' => { 'name' => q(ไมล์/ชม.), 'other' => q({0}ไมล์/ชม.), }, # Core Unit Identifier 'mile-per-hour' => { 'name' => q(ไมล์/ชม.), 'other' => q({0}ไมล์/ชม.), }, # Long Unit Identifier 'temperature-celsius' => { 'name' => q(°C), 'other' => q({0}°C), }, # Core Unit Identifier 'celsius' => { 'name' => q(°C), 'other' => q({0}°C), }, # Long Unit Identifier 'temperature-fahrenheit' => { 'name' => q(°F), 'other' => q({0}°F), }, # Core Unit Identifier 'fahrenheit' => { 'name' => q(°F), 'other' => q({0}°F), }, # Long Unit Identifier 'temperature-kelvin' => { 'other' => q({0}K), }, # Core Unit Identifier 'kelvin' => { 'other' => q({0}K), }, # Long Unit Identifier 'torque-newton-meter' => { 'other' => q({0}Nâ‹…m), }, # Core Unit Identifier 'newton-meter' => { 'other' => q({0}Nâ‹…m), }, # Long Unit Identifier 'torque-pound-force-foot' => { 'other' => q({0}lbfâ‹…ft), }, # Core Unit Identifier 'pound-force-foot' => { 'other' => q({0}lbfâ‹…ft), }, # Long Unit Identifier 'volume-acre-foot' => { 'other' => q({0}ac ft), }, # Core Unit Identifier 'acre-foot' => { 'other' => q({0}ac ft), }, # Long Unit Identifier 'volume-barrel' => { 'name' => q(bbl), 'other' => q({0}bbl), }, # Core Unit Identifier 'barrel' => { 'name' => q(bbl), 'other' => q({0}bbl), }, # Long Unit Identifier 'volume-bushel' => { 'other' => q({0}bu), }, # Core Unit Identifier 'bushel' => { 'other' => q({0}bu), }, # Long Unit Identifier 'volume-centiliter' => { 'other' => q({0}ซล.), }, # Core Unit Identifier 'centiliter' => { 'other' => q({0}ซล.), }, # Long Unit Identifier 'volume-cubic-centimeter' => { 'other' => q({0}ลบ.ซม.), }, # Core Unit Identifier 'cubic-centimeter' => { 'other' => q({0}ลบ.ซม.), }, # Long Unit Identifier 'volume-cubic-foot' => { 'other' => q({0}ลบ.ฟุต), }, # Core Unit Identifier 'cubic-foot' => { 'other' => q({0}ลบ.ฟุต), }, # Long Unit Identifier 'volume-cubic-inch' => { 'other' => q({0}ลบ.นิ้ว), }, # Core Unit Identifier 'cubic-inch' => { 'other' => q({0}ลบ.นิ้ว), }, # Long Unit Identifier 'volume-cubic-kilometer' => { 'other' => q({0}ลบ.à¸à¸¡.), }, # Core Unit Identifier 'cubic-kilometer' => { 'other' => q({0}ลบ.à¸à¸¡.), }, # Long Unit Identifier 'volume-cubic-meter' => { 'other' => q({0}ลบ.ม.), }, # Core Unit Identifier 'cubic-meter' => { 'other' => q({0}ลบ.ม.), }, # Long Unit Identifier 'volume-cubic-mile' => { 'other' => q({0}ลบ.ไมล์), }, # Core Unit Identifier 'cubic-mile' => { 'other' => q({0}ลบ.ไมล์), }, # Long Unit Identifier 'volume-cubic-yard' => { 'other' => q({0}ลบ.หลา), }, # Core Unit Identifier 'cubic-yard' => { 'other' => q({0}ลบ.หลา), }, # Long Unit Identifier 'volume-cup' => { 'other' => q({0}ถ.), }, # Core Unit Identifier 'cup' => { 'other' => q({0}ถ.), }, # Long Unit Identifier 'volume-cup-metric' => { 'other' => q({0}mc), }, # Core Unit Identifier 'cup-metric' => { 'other' => q({0}mc), }, # Long Unit Identifier 'volume-deciliter' => { 'other' => q({0}ดล.), }, # Core Unit Identifier 'deciliter' => { 'other' => q({0}ดล.), }, # Long Unit Identifier 'volume-dessert-spoon' => { 'other' => q({0}ช้à¸à¸™à¸‚นม), }, # Core Unit Identifier 'dessert-spoon' => { 'other' => q({0}ช้à¸à¸™à¸‚นม), }, # Long Unit Identifier 'volume-dessert-spoon-imperial' => { 'name' => q(dsp Imp), 'other' => q({0}dsp-Imp), }, # Core Unit Identifier 'dessert-spoon-imperial' => { 'name' => q(dsp Imp), 'other' => q({0}dsp-Imp), }, # Long Unit Identifier 'volume-dram' => { 'name' => q(fl.dr.), 'other' => q({0}fl.dr.), }, # Core Unit Identifier 'dram' => { 'name' => q(fl.dr.), 'other' => q({0}fl.dr.), }, # Long Unit Identifier 'volume-drop' => { 'other' => q({0}หยด), }, # Core Unit Identifier 'drop' => { 'other' => q({0}หยด), }, # Long Unit Identifier 'volume-fluid-ounce' => { 'name' => q(fl oz), 'other' => q({0}fl oz), }, # Core Unit Identifier 'fluid-ounce' => { 'name' => q(fl oz), 'other' => q({0}fl oz), }, # Long Unit Identifier 'volume-fluid-ounce-imperial' => { 'name' => q(Imp fl oz), 'other' => q({0}fl oz Im), }, # Core Unit Identifier 'fluid-ounce-imperial' => { 'name' => q(Imp fl oz), 'other' => q({0}fl oz Im), }, # Long Unit Identifier 'volume-gallon' => { 'other' => q({0}à¹à¸à¸¥à¸¥à¸à¸™), }, # Core Unit Identifier 'gallon' => { 'other' => q({0}à¹à¸à¸¥à¸¥à¸à¸™), }, # Long Unit Identifier 'volume-gallon-imperial' => { 'other' => q({0}galIm), }, # Core Unit Identifier 'gallon-imperial' => { 'other' => q({0}galIm), }, # Long Unit Identifier 'volume-hectoliter' => { 'other' => q({0}ฮล.), }, # Core Unit Identifier 'hectoliter' => { 'other' => q({0}ฮล.), }, # Long Unit Identifier 'volume-jigger' => { 'other' => q({0}จิà¸à¹€à¸à¸à¸£à¹Œ), }, # Core Unit Identifier 'jigger' => { 'other' => q({0}จิà¸à¹€à¸à¸à¸£à¹Œ), }, # Long Unit Identifier 'volume-liter' => { 'name' => q(ลิตร), 'other' => q({0}ล.), }, # Core Unit Identifier 'liter' => { 'name' => q(ลิตร), 'other' => q({0}ล.), }, # Long Unit Identifier 'volume-megaliter' => { 'other' => q({0}เมà¸à¸°à¸¥à¸´à¸•à¸£), }, # Core Unit Identifier 'megaliter' => { 'other' => q({0}เมà¸à¸°à¸¥à¸´à¸•à¸£), }, # Long Unit Identifier 'volume-milliliter' => { 'other' => q({0}มล.), }, # Core Unit Identifier 'milliliter' => { 'other' => q({0}มล.), }, # Long Unit Identifier 'volume-pinch' => { 'other' => q({0}หยิบมืà¸), }, # Core Unit Identifier 'pinch' => { 'other' => q({0}หยิบมืà¸), }, # Long Unit Identifier 'volume-pint' => { 'other' => q({0}ไพนต์), }, # Core Unit Identifier 'pint' => { 'other' => q({0}ไพนต์), }, # Long Unit Identifier 'volume-pint-metric' => { 'other' => q({0}mpt), }, # Core Unit Identifier 'pint-metric' => { 'other' => q({0}mpt), }, # Long Unit Identifier 'volume-quart' => { 'other' => q({0}คว.), }, # Core Unit Identifier 'quart' => { 'other' => q({0}คว.), }, # Long Unit Identifier 'volume-quart-imperial' => { 'other' => q({0}qt-Imp.), }, # Core Unit Identifier 'quart-imperial' => { 'other' => q({0}qt-Imp.), }, # Long Unit Identifier 'volume-tablespoon' => { 'other' => q({0}ชต.), }, # Core Unit Identifier 'tablespoon' => { 'other' => q({0}ชต.), }, # Long Unit Identifier 'volume-teaspoon' => { 'other' => q({0}ชช.), }, # Core Unit Identifier 'teaspoon' => { 'other' => q({0}ชช.), }, }, 'short' => { # Long Unit Identifier '' => { 'name' => q(ทิศหลัà¸), }, # Core Unit Identifier '' => { 'name' => q(ทิศหลัà¸), }, # Long Unit Identifier '1024p1' => { '1' => q(à¸à¸´à¸šà¸´{0}), }, # Core Unit Identifier '1024p1' => { '1' => q(à¸à¸´à¸šà¸´{0}), }, # Long Unit Identifier '1024p2' => { '1' => q(เมบิ{0}), }, # Core Unit Identifier '1024p2' => { '1' => q(เมบิ{0}), }, # Long Unit Identifier '1024p3' => { '1' => q(จิบิ{0}), }, # Core Unit Identifier '1024p3' => { '1' => q(จิบิ{0}), }, # Long Unit Identifier '1024p4' => { '1' => q(เทบิ{0}), }, # Core Unit Identifier '1024p4' => { '1' => q(เทบิ{0}), }, # Long Unit Identifier '1024p5' => { '1' => q(เพบิ{0}), }, # Core Unit Identifier '1024p5' => { '1' => q(เพบิ{0}), }, # Long Unit Identifier '1024p6' => { '1' => q(เà¸à¹‡à¸à¸‹à¹Œà¸šà¸´{0}), }, # Core Unit Identifier '1024p6' => { '1' => q(เà¸à¹‡à¸à¸‹à¹Œà¸šà¸´{0}), }, # Long Unit Identifier '1024p7' => { '1' => q(เซบิ{0}), }, # Core Unit Identifier '1024p7' => { '1' => q(เซบิ{0}), }, # Long Unit Identifier '1024p8' => { '1' => q(โยบี{0}), }, # Core Unit Identifier '1024p8' => { '1' => q(โยบี{0}), }, # Long Unit Identifier '10p-1' => { '1' => q(เดซิ{0}), }, # Core Unit Identifier '1' => { '1' => q(เดซิ{0}), }, # Long Unit Identifier '10p-12' => { '1' => q(พิโค{0}), }, # Core Unit Identifier '12' => { '1' => q(พิโค{0}), }, # Long Unit Identifier '10p-15' => { '1' => q(เฟมโต{0}), }, # Core Unit Identifier '15' => { '1' => q(เฟมโต{0}), }, # Long Unit Identifier '10p-18' => { '1' => q(à¸à¸±à¸•à¹‚ต{0}), }, # Core Unit Identifier '18' => { '1' => q(à¸à¸±à¸•à¹‚ต{0}), }, # Long Unit Identifier '10p-2' => { '1' => q(เซนติ{0}), }, # Core Unit Identifier '2' => { '1' => q(เซนติ{0}), }, # Long Unit Identifier '10p-21' => { '1' => q(เซปโต{0}), }, # Core Unit Identifier '21' => { '1' => q(เซปโต{0}), }, # Long Unit Identifier '10p-24' => { '1' => q(ยà¸à¸à¹‚ต{0}), }, # Core Unit Identifier '24' => { '1' => q(ยà¸à¸à¹‚ต{0}), }, # Long Unit Identifier '10p-3' => { '1' => q(มิลลิ{0}), }, # Core Unit Identifier '3' => { '1' => q(มิลลิ{0}), }, # Long Unit Identifier '10p-6' => { '1' => q(ไมโคร{0}), }, # Core Unit Identifier '6' => { '1' => q(ไมโคร{0}), }, # Long Unit Identifier '10p-9' => { '1' => q(นาโน{0}), }, # Core Unit Identifier '9' => { '1' => q(นาโน{0}), }, # Long Unit Identifier '10p1' => { '1' => q(เดคา{0}), }, # Core Unit Identifier '10p1' => { '1' => q(เดคา{0}), }, # Long Unit Identifier '10p12' => { '1' => q(เทระ{0}), }, # Core Unit Identifier '10p12' => { '1' => q(เทระ{0}), }, # Long Unit Identifier '10p15' => { '1' => q(เพตะ{0}), }, # Core Unit Identifier '10p15' => { '1' => q(เพตะ{0}), }, # Long Unit Identifier '10p18' => { '1' => q(เà¸à¸à¸‹à¸°{0}), }, # Core Unit Identifier '10p18' => { '1' => q(เà¸à¸à¸‹à¸°{0}), }, # Long Unit Identifier '10p2' => { '1' => q(เฮà¸à¹‚ต{0}), }, # Core Unit Identifier '10p2' => { '1' => q(เฮà¸à¹‚ต{0}), }, # Long Unit Identifier '10p21' => { '1' => q(เซตตะ{0}), }, # Core Unit Identifier '10p21' => { '1' => q(เซตตะ{0}), }, # Long Unit Identifier '10p24' => { '1' => q(ยà¸à¸•à¸•à¸°{0}), }, # Core Unit Identifier '10p24' => { '1' => q(ยà¸à¸•à¸•à¸°{0}), }, # Long Unit Identifier '10p3' => { '1' => q(à¸à¸´à¹‚ล{0}), }, # Core Unit Identifier '10p3' => { '1' => q(à¸à¸´à¹‚ล{0}), }, # Long Unit Identifier '10p6' => { '1' => q(เมà¸à¸°{0}), }, # Core Unit Identifier '10p6' => { '1' => q(เมà¸à¸°{0}), }, # Long Unit Identifier '10p9' => { '1' => q(จิà¸à¸°{0}), }, # Core Unit Identifier '10p9' => { '1' => q(จิà¸à¸°{0}), }, # Long Unit Identifier 'acceleration-g-force' => { 'name' => q(à¹à¸£à¸‡ G), 'other' => q({0} G), }, # Core Unit Identifier 'g-force' => { 'name' => q(à¹à¸£à¸‡ G), 'other' => q({0} G), }, # Long Unit Identifier 'acceleration-meter-per-square-second' => { 'name' => q(เมตร/วินาที²), 'other' => q({0} ม./วิ²), }, # Core Unit Identifier 'meter-per-square-second' => { 'name' => q(เมตร/วินาที²), 'other' => q({0} ม./วิ²), }, # Long Unit Identifier 'angle-arc-minute' => { 'name' => q(ลิปดา), 'other' => q({0} ลิปดา), }, # Core Unit Identifier 'arc-minute' => { 'name' => q(ลิปดา), 'other' => q({0} ลิปดา), }, # Long Unit Identifier 'angle-arc-second' => { 'name' => q(พิลิปดา), 'other' => q({0} พิลิปดา), }, # Core Unit Identifier 'arc-second' => { 'name' => q(พิลิปดา), 'other' => q({0} พิลิปดา), }, # Long Unit Identifier 'angle-degree' => { 'name' => q(à¸à¸‡à¸¨à¸²), 'other' => q({0}°), }, # Core Unit Identifier 'degree' => { 'name' => q(à¸à¸‡à¸¨à¸²), 'other' => q({0}°), }, # Long Unit Identifier 'angle-radian' => { 'name' => q(เรเดียน), 'other' => q({0} เรเดียน), }, # Core Unit Identifier 'radian' => { 'name' => q(เรเดียน), 'other' => q({0} เรเดียน), }, # Long Unit Identifier 'angle-revolution' => { 'name' => q(รà¸à¸š), 'other' => q({0} รà¸à¸š), }, # Core Unit Identifier 'revolution' => { 'name' => q(รà¸à¸š), 'other' => q({0} รà¸à¸š), }, # Long Unit Identifier 'area-acre' => { 'name' => q(เà¸à¹€à¸„à¸à¸£à¹Œ), 'other' => q({0} เà¸à¹€à¸„à¸à¸£à¹Œ), }, # Core Unit Identifier 'acre' => { 'name' => q(เà¸à¹€à¸„à¸à¸£à¹Œ), 'other' => q({0} เà¸à¹€à¸„à¸à¸£à¹Œ), }, # Long Unit Identifier 'area-dunam' => { 'name' => q(ดูนัม), 'other' => q({0} ดูนัม), }, # Core Unit Identifier 'dunam' => { 'name' => q(ดูนัม), 'other' => q({0} ดูนัม), }, # Long Unit Identifier 'area-hectare' => { 'name' => q(เฮà¸à¸•à¸²à¸£à¹Œ), 'other' => q({0} เฮà¸à¸•à¸²à¸£à¹Œ), }, # Core Unit Identifier 'hectare' => { 'name' => q(เฮà¸à¸•à¸²à¸£à¹Œ), 'other' => q({0} เฮà¸à¸•à¸²à¸£à¹Œ), }, # Long Unit Identifier 'area-square-centimeter' => { 'name' => q(ตร.ซม.), 'other' => q({0} ตร.ซม.), 'per' => q({0}/ตร.ซม.), }, # Core Unit Identifier 'square-centimeter' => { 'name' => q(ตร.ซม.), 'other' => q({0} ตร.ซม.), 'per' => q({0}/ตร.ซม.), }, # Long Unit Identifier 'area-square-foot' => { 'name' => q(ตร.ฟุต), 'other' => q({0} ตร.ฟุต), }, # Core Unit Identifier 'square-foot' => { 'name' => q(ตร.ฟุต), 'other' => q({0} ตร.ฟุต), }, # Long Unit Identifier 'area-square-inch' => { 'name' => q(ตร.นิ้ว), 'other' => q({0} ตร.นิ้ว), 'per' => q({0}/ตร.นิ้ว), }, # Core Unit Identifier 'square-inch' => { 'name' => q(ตร.นิ้ว), 'other' => q({0} ตร.นิ้ว), 'per' => q({0}/ตร.นิ้ว), }, # Long Unit Identifier 'area-square-kilometer' => { 'name' => q(ตร.à¸à¸¡.), 'other' => q({0} ตร.à¸à¸¡.), 'per' => q({0}/ตร.à¸à¸¡.), }, # Core Unit Identifier 'square-kilometer' => { 'name' => q(ตร.à¸à¸¡.), 'other' => q({0} ตร.à¸à¸¡.), 'per' => q({0}/ตร.à¸à¸¡.), }, # Long Unit Identifier 'area-square-meter' => { 'name' => q(ตร.ม.), 'other' => q({0} ตร.ม.), 'per' => q({0}/ตร.ม.), }, # Core Unit Identifier 'square-meter' => { 'name' => q(ตร.ม.), 'other' => q({0} ตร.ม.), 'per' => q({0}/ตร.ม.), }, # Long Unit Identifier 'area-square-mile' => { 'name' => q(ตร.ไมล์), 'other' => q({0} ตร.ไมล์), 'per' => q({0}/ตร.ไมล์), }, # Core Unit Identifier 'square-mile' => { 'name' => q(ตร.ไมล์), 'other' => q({0} ตร.ไมล์), 'per' => q({0}/ตร.ไมล์), }, # Long Unit Identifier 'area-square-yard' => { 'name' => q(ตร.หลา), 'other' => q({0} ตร.หลา), }, # Core Unit Identifier 'square-yard' => { 'name' => q(ตร.หลา), 'other' => q({0} ตร.หลา), }, # Long Unit Identifier 'concentr-item' => { 'name' => q(รายà¸à¸²à¸£), 'other' => q({0} รายà¸à¸²à¸£), }, # Core Unit Identifier 'item' => { 'name' => q(รายà¸à¸²à¸£), 'other' => q({0} รายà¸à¸²à¸£), }, # Long Unit Identifier 'concentr-karat' => { 'name' => q(à¸à¸°à¸£à¸±à¸•), 'other' => q({0} à¸à¸°à¸£à¸±à¸•), }, # Core Unit Identifier 'karat' => { 'name' => q(à¸à¸°à¸£à¸±à¸•), 'other' => q({0} à¸à¸°à¸£à¸±à¸•), }, # Long Unit Identifier 'concentr-milligram-ofglucose-per-deciliter' => { 'name' => q(มà¸./ดล.), 'other' => q({0} มà¸./ดล.), }, # Core Unit Identifier 'milligram-ofglucose-per-deciliter' => { 'name' => q(มà¸./ดล.), 'other' => q({0} มà¸./ดล.), }, # Long Unit Identifier 'concentr-millimole-per-liter' => { 'name' => q(มิลลิโมล/ลิตร), 'other' => q({0} มลม./ล.), }, # Core Unit Identifier 'millimole-per-liter' => { 'name' => q(มิลลิโมล/ลิตร), 'other' => q({0} มลม./ล.), }, # Long Unit Identifier 'concentr-mole' => { 'name' => q(โมล), 'other' => q({0} โมล), }, # Core Unit Identifier 'mole' => { 'name' => q(โมล), 'other' => q({0} โมล), }, # Long Unit Identifier 'concentr-percent' => { 'name' => q(เปà¸à¸£à¹Œà¹€à¸‹à¹‡à¸™à¸•à¹Œ), }, # Core Unit Identifier 'percent' => { 'name' => q(เปà¸à¸£à¹Œà¹€à¸‹à¹‡à¸™à¸•à¹Œ), }, # Long Unit Identifier 'concentr-permille' => { 'name' => q(เปà¸à¸£à¹Œà¸¡à¸´à¸¥à¸¥à¹Œ), }, # Core Unit Identifier 'permille' => { 'name' => q(เปà¸à¸£à¹Œà¸¡à¸´à¸¥à¸¥à¹Œ), }, # Long Unit Identifier 'concentr-permillion' => { 'name' => q(ส่วน/ล้าน), 'other' => q({0} สตล.), }, # Core Unit Identifier 'permillion' => { 'name' => q(ส่วน/ล้าน), 'other' => q({0} สตล.), }, # Long Unit Identifier 'concentr-permyriad' => { 'name' => q(เปà¸à¸£à¹Œà¸¡à¸µà¹€à¸£à¸µà¸¢à¸”), }, # Core Unit Identifier 'permyriad' => { 'name' => q(เปà¸à¸£à¹Œà¸¡à¸µà¹€à¸£à¸µà¸¢à¸”), }, # Long Unit Identifier 'consumption-liter-per-100-kilometer' => { 'name' => q(ล./100 à¸à¸¡.), 'other' => q({0} ล./100 à¸à¸¡.), }, # Core Unit Identifier 'liter-per-100-kilometer' => { 'name' => q(ล./100 à¸à¸¡.), 'other' => q({0} ล./100 à¸à¸¡.), }, # Long Unit Identifier 'consumption-liter-per-kilometer' => { 'name' => q(ลิตร/à¸à¸¡.), 'other' => q({0} ล./à¸à¸¡.), }, # Core Unit Identifier 'liter-per-kilometer' => { 'name' => q(ลิตร/à¸à¸¡.), 'other' => q({0} ล./à¸à¸¡.), }, # Long Unit Identifier 'consumption-mile-per-gallon' => { 'name' => q(ไมล์/à¹à¸à¸¥à¸¥à¸à¸™), 'other' => q({0} ไมล์/à¹à¸à¸¥à¸¥à¸à¸™), }, # Core Unit Identifier 'mile-per-gallon' => { 'name' => q(ไมล์/à¹à¸à¸¥à¸¥à¸à¸™), 'other' => q({0} ไมล์/à¹à¸à¸¥à¸¥à¸à¸™), }, # Long Unit Identifier 'consumption-mile-per-gallon-imperial' => { 'name' => q(ไมล์/à¹à¸à¸¥à¸¥à¸à¸™à¸à¸±à¸‡à¸à¸¤à¸©), 'other' => q({0} ไมล์ต่à¸à¹à¸à¸¥à¸¥à¸à¸™à¸à¸±à¸‡à¸à¸¤à¸©), }, # Core Unit Identifier 'mile-per-gallon-imperial' => { 'name' => q(ไมล์/à¹à¸à¸¥à¸¥à¸à¸™à¸à¸±à¸‡à¸à¸¤à¸©), 'other' => q({0} ไมล์ต่à¸à¹à¸à¸¥à¸¥à¸à¸™à¸à¸±à¸‡à¸à¸¤à¸©), }, # Long Unit Identifier 'coordinate' => { 'east' => q({0} ตà¸), 'north' => q({0} น), 'south' => q({0} ต), 'west' => q({0} ตต), }, # Core Unit Identifier 'coordinate' => { 'east' => q({0} ตà¸), 'north' => q({0} น), 'south' => q({0} ต), 'west' => q({0} ตต), }, # Long Unit Identifier 'digital-bit' => { 'name' => q(บิต), 'other' => q({0} บิต), }, # Core Unit Identifier 'bit' => { 'name' => q(บิต), 'other' => q({0} บิต), }, # Long Unit Identifier 'digital-byte' => { 'name' => q(ไบต์), 'other' => q({0} ไบต์), }, # Core Unit Identifier 'byte' => { 'name' => q(ไบต์), 'other' => q({0} ไบต์), }, # Long Unit Identifier 'digital-gigabit' => { 'name' => q(Gb), 'other' => q({0} Gb), }, # Core Unit Identifier 'gigabit' => { 'name' => q(Gb), 'other' => q({0} Gb), }, # Long Unit Identifier 'digital-gigabyte' => { 'name' => q(GB), 'other' => q({0} GB), }, # Core Unit Identifier 'gigabyte' => { 'name' => q(GB), 'other' => q({0} GB), }, # Long Unit Identifier 'digital-kilobit' => { 'name' => q(kb), 'other' => q({0} kb), }, # Core Unit Identifier 'kilobit' => { 'name' => q(kb), 'other' => q({0} kb), }, # Long Unit Identifier 'digital-kilobyte' => { 'name' => q(kB), 'other' => q({0} kB), }, # Core Unit Identifier 'kilobyte' => { 'name' => q(kB), 'other' => q({0} kB), }, # Long Unit Identifier 'digital-megabit' => { 'name' => q(Mb), 'other' => q({0} Mb), }, # Core Unit Identifier 'megabit' => { 'name' => q(Mb), 'other' => q({0} Mb), }, # Long Unit Identifier 'digital-megabyte' => { 'name' => q(MB), 'other' => q({0} MB), }, # Core Unit Identifier 'megabyte' => { 'name' => q(MB), 'other' => q({0} MB), }, # Long Unit Identifier 'digital-petabyte' => { 'name' => q(PB), }, # Core Unit Identifier 'petabyte' => { 'name' => q(PB), }, # Long Unit Identifier 'digital-terabit' => { 'name' => q(Tb), 'other' => q({0} Tb), }, # Core Unit Identifier 'terabit' => { 'name' => q(Tb), 'other' => q({0} Tb), }, # Long Unit Identifier 'digital-terabyte' => { 'name' => q(TB), 'other' => q({0} TB), }, # Core Unit Identifier 'terabyte' => { 'name' => q(TB), 'other' => q({0} TB), }, # Long Unit Identifier 'duration-century' => { 'name' => q(ศตวรรษ), 'other' => q({0} ศตวรรษ), }, # Core Unit Identifier 'century' => { 'name' => q(ศตวรรษ), 'other' => q({0} ศตวรรษ), }, # Long Unit Identifier 'duration-day' => { 'name' => q(วัน), 'other' => q({0} วัน), 'per' => q({0}/วัน), }, # Core Unit Identifier 'day' => { 'name' => q(วัน), 'other' => q({0} วัน), 'per' => q({0}/วัน), }, # Long Unit Identifier 'duration-decade' => { 'name' => q(ทศวรรษ), 'other' => q({0} ทศวรรษ), }, # Core Unit Identifier 'decade' => { 'name' => q(ทศวรรษ), 'other' => q({0} ทศวรรษ), }, # Long Unit Identifier 'duration-hour' => { 'name' => q(ชั่วโมง), 'other' => q({0} ชม.), 'per' => q({0}/ชม.), }, # Core Unit Identifier 'hour' => { 'name' => q(ชั่วโมง), 'other' => q({0} ชม.), 'per' => q({0}/ชม.), }, # Long Unit Identifier 'duration-microsecond' => { 'name' => q(ไมโครวินาที), 'other' => q({0} ไมโครวิ), }, # Core Unit Identifier 'microsecond' => { 'name' => q(ไมโครวินาที), 'other' => q({0} ไมโครวิ), }, # Long Unit Identifier 'duration-millisecond' => { 'name' => q(มิลลิวินาที), 'other' => q({0} มิลลิวินาที), }, # Core Unit Identifier 'millisecond' => { 'name' => q(มิลลิวินาที), 'other' => q({0} มิลลิวินาที), }, # Long Unit Identifier 'duration-minute' => { 'name' => q(นาที), 'other' => q({0} นาที), 'per' => q({0}/นาที), }, # Core Unit Identifier 'minute' => { 'name' => q(นาที), 'other' => q({0} นาที), 'per' => q({0}/นาที), }, # Long Unit Identifier 'duration-month' => { 'name' => q(เดืà¸à¸™), 'other' => q({0} เดืà¸à¸™), 'per' => q({0}/เดืà¸à¸™), }, # Core Unit Identifier 'month' => { 'name' => q(เดืà¸à¸™), 'other' => q({0} เดืà¸à¸™), 'per' => q({0}/เดืà¸à¸™), }, # Long Unit Identifier 'duration-nanosecond' => { 'name' => q(นาโนวินาที), 'other' => q({0} นาโนวิ), }, # Core Unit Identifier 'nanosecond' => { 'name' => q(นาโนวินาที), 'other' => q({0} นาโนวิ), }, # Long Unit Identifier 'duration-second' => { 'name' => q(วินาที), 'other' => q({0} วิ), 'per' => q({0}/วิ), }, # Core Unit Identifier 'second' => { 'name' => q(วินาที), 'other' => q({0} วิ), 'per' => q({0}/วิ), }, # Long Unit Identifier 'duration-week' => { 'name' => q(สัปดาห์), 'other' => q({0} สัปดาห์), 'per' => q({0}/สัปดาห์), }, # Core Unit Identifier 'week' => { 'name' => q(สัปดาห์), 'other' => q({0} สัปดาห์), 'per' => q({0}/สัปดาห์), }, # Long Unit Identifier 'duration-year' => { 'name' => q(ปี), 'other' => q({0} ปี), 'per' => q({0}/ปี), }, # Core Unit Identifier 'year' => { 'name' => q(ปี), 'other' => q({0} ปี), 'per' => q({0}/ปี), }, # Long Unit Identifier 'electric-ampere' => { 'name' => q(à¹à¸à¸¡à¸›à¹Œ), 'other' => q({0} à¹à¸à¸¡à¸›à¹Œ), }, # Core Unit Identifier 'ampere' => { 'name' => q(à¹à¸à¸¡à¸›à¹Œ), 'other' => q({0} à¹à¸à¸¡à¸›à¹Œ), }, # Long Unit Identifier 'electric-milliampere' => { 'name' => q(มิลลิà¹à¸à¸¡à¸›à¹Œ), 'other' => q({0} มิลลิà¹à¸à¸¡à¸›à¹Œ), }, # Core Unit Identifier 'milliampere' => { 'name' => q(มิลลิà¹à¸à¸¡à¸›à¹Œ), 'other' => q({0} มิลลิà¹à¸à¸¡à¸›à¹Œ), }, # Long Unit Identifier 'electric-ohm' => { 'name' => q(โà¸à¸«à¹Œà¸¡), 'other' => q({0} Ω), }, # Core Unit Identifier 'ohm' => { 'name' => q(โà¸à¸«à¹Œà¸¡), 'other' => q({0} Ω), }, # Long Unit Identifier 'electric-volt' => { 'name' => q(โวลต์), 'other' => q({0} V), }, # Core Unit Identifier 'volt' => { 'name' => q(โวลต์), 'other' => q({0} V), }, # Long Unit Identifier 'energy-british-thermal-unit' => { 'name' => q(บีทียู), 'other' => q({0} BTU), }, # Core Unit Identifier 'british-thermal-unit' => { 'name' => q(บีทียู), 'other' => q({0} BTU), }, # Long Unit Identifier 'energy-calorie' => { 'name' => q(à¹à¸„ลà¸à¸£à¸µ), 'other' => q({0} à¹à¸„ลà¸à¸£à¸µ), }, # Core Unit Identifier 'calorie' => { 'name' => q(à¹à¸„ลà¸à¸£à¸µ), 'other' => q({0} à¹à¸„ลà¸à¸£à¸µ), }, # Long Unit Identifier 'energy-electronvolt' => { 'name' => q(à¸à¸´à¹€à¸¥à¹‡à¸à¸•à¸£à¸à¸™à¹‚วลต์), }, # Core Unit Identifier 'electronvolt' => { 'name' => q(à¸à¸´à¹€à¸¥à¹‡à¸à¸•à¸£à¸à¸™à¹‚วลต์), }, # Long Unit Identifier 'energy-foodcalorie' => { 'name' => q(à¹à¸„ลà¸à¸£à¸µ), 'other' => q({0} à¹à¸„ลà¸à¸£à¸µ), }, # Core Unit Identifier 'foodcalorie' => { 'name' => q(à¹à¸„ลà¸à¸£à¸µ), 'other' => q({0} à¹à¸„ลà¸à¸£à¸µ), }, # Long Unit Identifier 'energy-joule' => { 'name' => q(จูล), 'other' => q({0} จูล), }, # Core Unit Identifier 'joule' => { 'name' => q(จูล), 'other' => q({0} จูล), }, # Long Unit Identifier 'energy-kilocalorie' => { 'name' => q(à¸à¸´à¹‚ลà¹à¸„ลà¸à¸£à¸µ), 'other' => q({0} à¸à¸´à¹‚ลà¹à¸„ลà¸à¸£à¸µ), }, # Core Unit Identifier 'kilocalorie' => { 'name' => q(à¸à¸´à¹‚ลà¹à¸„ลà¸à¸£à¸µ), 'other' => q({0} à¸à¸´à¹‚ลà¹à¸„ลà¸à¸£à¸µ), }, # Long Unit Identifier 'energy-kilojoule' => { 'name' => q(à¸à¸´à¹‚ลจูล), 'other' => q({0} à¸à¸´à¹‚ลจูล), }, # Core Unit Identifier 'kilojoule' => { 'name' => q(à¸à¸´à¹‚ลจูล), 'other' => q({0} à¸à¸´à¹‚ลจูล), }, # Long Unit Identifier 'energy-kilowatt-hour' => { 'name' => q(à¸à¸§.-ชม.), 'other' => q({0} à¸à¸§.-ชม.), }, # Core Unit Identifier 'kilowatt-hour' => { 'name' => q(à¸à¸§.-ชม.), 'other' => q({0} à¸à¸§.-ชม.), }, # Long Unit Identifier 'energy-therm-us' => { 'name' => q(เธิร์ม), 'other' => q({0} เธิร์ม), }, # Core Unit Identifier 'therm-us' => { 'name' => q(เธิร์ม), 'other' => q({0} เธิร์ม), }, # Long Unit Identifier 'force-kilowatt-hour-per-100-kilometer' => { 'name' => q(à¸à¸´à¹‚ลวัตต์-ชม./100à¸à¸¡.), 'other' => q({0} à¸à¸´à¹‚ลวัตต์-ชม./100à¸à¸¡.), }, # Core Unit Identifier 'kilowatt-hour-per-100-kilometer' => { 'name' => q(à¸à¸´à¹‚ลวัตต์-ชม./100à¸à¸¡.), 'other' => q({0} à¸à¸´à¹‚ลวัตต์-ชม./100à¸à¸¡.), }, # Long Unit Identifier 'force-newton' => { 'name' => q(นิวตัน), }, # Core Unit Identifier 'newton' => { 'name' => q(นิวตัน), }, # Long Unit Identifier 'force-pound-force' => { 'name' => q(à¹à¸£à¸‡à¸›à¸à¸™à¸”์), }, # Core Unit Identifier 'pound-force' => { 'name' => q(à¹à¸£à¸‡à¸›à¸à¸™à¸”์), }, # Long Unit Identifier 'frequency-gigahertz' => { 'name' => q(GHz), 'other' => q({0} GHz), }, # Core Unit Identifier 'gigahertz' => { 'name' => q(GHz), 'other' => q({0} GHz), }, # Long Unit Identifier 'frequency-hertz' => { 'name' => q(Hz), 'other' => q({0} Hz), }, # Core Unit Identifier 'hertz' => { 'name' => q(Hz), 'other' => q({0} Hz), }, # Long Unit Identifier 'frequency-kilohertz' => { 'name' => q(kHz), 'other' => q({0} kHz), }, # Core Unit Identifier 'kilohertz' => { 'name' => q(kHz), 'other' => q({0} kHz), }, # Long Unit Identifier 'frequency-megahertz' => { 'name' => q(MHz), 'other' => q({0} MHz), }, # Core Unit Identifier 'megahertz' => { 'name' => q(MHz), 'other' => q({0} MHz), }, # Long Unit Identifier 'graphics-dot' => { 'name' => q(ดà¸à¸—), 'other' => q({0} ดà¸à¸—), }, # Core Unit Identifier 'dot' => { 'name' => q(ดà¸à¸—), 'other' => q({0} ดà¸à¸—), }, # Long Unit Identifier 'graphics-dot-per-centimeter' => { 'name' => q(dpcm), 'other' => q({0} dpcm), }, # Core Unit Identifier 'dot-per-centimeter' => { 'name' => q(dpcm), 'other' => q({0} dpcm), }, # Long Unit Identifier 'graphics-dot-per-inch' => { 'name' => q(dpi), 'other' => q({0} dpi), }, # Core Unit Identifier 'dot-per-inch' => { 'name' => q(dpi), 'other' => q({0} dpi), }, # Long Unit Identifier 'length-astronomical-unit' => { 'name' => q(หน่วยดาราศาสตร์), 'other' => q({0} หน่วยดาราศาสตร์), }, # Core Unit Identifier 'astronomical-unit' => { 'name' => q(หน่วยดาราศาสตร์), 'other' => q({0} หน่วยดาราศาสตร์), }, # Long Unit Identifier 'length-centimeter' => { 'name' => q(ซม.), 'other' => q({0} ซม.), 'per' => q({0}/ซม.), }, # Core Unit Identifier 'centimeter' => { 'name' => q(ซม.), 'other' => q({0} ซม.), 'per' => q({0}/ซม.), }, # Long Unit Identifier 'length-decimeter' => { 'name' => q(ดม.), 'other' => q({0} ดม.), }, # Core Unit Identifier 'decimeter' => { 'name' => q(ดม.), 'other' => q({0} ดม.), }, # Long Unit Identifier 'length-fathom' => { 'name' => q(ฟาทà¸à¸¡), }, # Core Unit Identifier 'fathom' => { 'name' => q(ฟาทà¸à¸¡), }, # Long Unit Identifier 'length-foot' => { 'name' => q(ฟุต), 'other' => q({0} ฟุต), 'per' => q({0}/ฟุต), }, # Core Unit Identifier 'foot' => { 'name' => q(ฟุต), 'other' => q({0} ฟุต), 'per' => q({0}/ฟุต), }, # Long Unit Identifier 'length-furlong' => { 'name' => q(เฟà¸à¸£à¹Œà¸¥à¸à¸‡), }, # Core Unit Identifier 'furlong' => { 'name' => q(เฟà¸à¸£à¹Œà¸¥à¸à¸‡), }, # Long Unit Identifier 'length-inch' => { 'name' => q(นิ้ว), 'other' => q({0} นิ้ว), 'per' => q({0}/นิ้ว), }, # Core Unit Identifier 'inch' => { 'name' => q(นิ้ว), 'other' => q({0} นิ้ว), 'per' => q({0}/นิ้ว), }, # Long Unit Identifier 'length-kilometer' => { 'name' => q(à¸à¸¡.), 'other' => q({0} à¸à¸¡.), 'per' => q({0}/à¸à¸¡.), }, # Core Unit Identifier 'kilometer' => { 'name' => q(à¸à¸¡.), 'other' => q({0} à¸à¸¡.), 'per' => q({0}/à¸à¸¡.), }, # Long Unit Identifier 'length-light-year' => { 'name' => q(ปีà¹à¸ªà¸‡), 'other' => q({0} ปีà¹à¸ªà¸‡), }, # Core Unit Identifier 'light-year' => { 'name' => q(ปีà¹à¸ªà¸‡), 'other' => q({0} ปีà¹à¸ªà¸‡), }, # Long Unit Identifier 'length-meter' => { 'name' => q(เมตร), 'other' => q({0} ม.), 'per' => q({0}/ม.), }, # Core Unit Identifier 'meter' => { 'name' => q(เมตร), 'other' => q({0} ม.), 'per' => q({0}/ม.), }, # Long Unit Identifier 'length-micrometer' => { 'name' => q(ไมโครเมตร), }, # Core Unit Identifier 'micrometer' => { 'name' => q(ไมโครเมตร), }, # Long Unit Identifier 'length-mile' => { 'name' => q(ไมล์), 'other' => q({0} ไมล์), }, # Core Unit Identifier 'mile' => { 'name' => q(ไมล์), 'other' => q({0} ไมล์), }, # Long Unit Identifier 'length-mile-scandinavian' => { 'name' => q(ไมล์สà¹à¸à¸™à¸”ิเนเวีย), }, # Core Unit Identifier 'mile-scandinavian' => { 'name' => q(ไมล์สà¹à¸à¸™à¸”ิเนเวีย), }, # Long Unit Identifier 'length-millimeter' => { 'name' => q(มม.), 'other' => q({0} มม.), }, # Core Unit Identifier 'millimeter' => { 'name' => q(มม.), 'other' => q({0} มม.), }, # Long Unit Identifier 'length-nanometer' => { 'name' => q(น.ม.), 'other' => q({0} น.ม.), }, # Core Unit Identifier 'nanometer' => { 'name' => q(น.ม.), 'other' => q({0} น.ม.), }, # Long Unit Identifier 'length-nautical-mile' => { 'name' => q(ไมล์ทะเล), 'other' => q({0} ไมล์ทะเล), }, # Core Unit Identifier 'nautical-mile' => { 'name' => q(ไมล์ทะเล), 'other' => q({0} ไมล์ทะเล), }, # Long Unit Identifier 'length-parsec' => { 'name' => q(พาร์เซà¸), 'other' => q({0} พาร์เซà¸), }, # Core Unit Identifier 'parsec' => { 'name' => q(พาร์เซà¸), 'other' => q({0} พาร์เซà¸), }, # Long Unit Identifier 'length-picometer' => { 'name' => q(พิโà¸à¹€à¸¡à¸•à¸£), 'other' => q({0} พิโà¸à¹€à¸¡à¸•à¸£), }, # Core Unit Identifier 'picometer' => { 'name' => q(พิโà¸à¹€à¸¡à¸•à¸£), 'other' => q({0} พิโà¸à¹€à¸¡à¸•à¸£), }, # Long Unit Identifier 'length-point' => { 'name' => q(จุด), 'other' => q({0} จุด), }, # Core Unit Identifier 'point' => { 'name' => q(จุด), 'other' => q({0} จุด), }, # Long Unit Identifier 'length-solar-radius' => { 'name' => q(รัศมีวงà¸à¸¥à¸¡à¸‚à¸à¸‡à¸”วงà¸à¸²à¸—ิตย์), }, # Core Unit Identifier 'solar-radius' => { 'name' => q(รัศมีวงà¸à¸¥à¸¡à¸‚à¸à¸‡à¸”วงà¸à¸²à¸—ิตย์), }, # Long Unit Identifier 'length-yard' => { 'name' => q(หลา), 'other' => q({0} หลา), }, # Core Unit Identifier 'yard' => { 'name' => q(หลา), 'other' => q({0} หลา), }, # Long Unit Identifier 'light-lux' => { 'name' => q(ลัà¸à¸‹à¹Œ), 'other' => q({0} ลัà¸à¸‹à¹Œ), }, # Core Unit Identifier 'lux' => { 'name' => q(ลัà¸à¸‹à¹Œ), 'other' => q({0} ลัà¸à¸‹à¹Œ), }, # Long Unit Identifier 'light-solar-luminosity' => { 'name' => q(ความสว่างดวงà¸à¸²à¸—ิตย์), }, # Core Unit Identifier 'solar-luminosity' => { 'name' => q(ความสว่างดวงà¸à¸²à¸—ิตย์), }, # Long Unit Identifier 'mass-carat' => { 'name' => q(à¸à¸°à¸£à¸±à¸•), 'other' => q({0} à¸à¸°à¸£à¸±à¸•), }, # Core Unit Identifier 'carat' => { 'name' => q(à¸à¸°à¸£à¸±à¸•), 'other' => q({0} à¸à¸°à¸£à¸±à¸•), }, # Long Unit Identifier 'mass-dalton' => { 'name' => q(ดัลตัน), }, # Core Unit Identifier 'dalton' => { 'name' => q(ดัลตัน), }, # Long Unit Identifier 'mass-earth-mass' => { 'name' => q(มวลขà¸à¸‡à¹‚ลà¸), }, # Core Unit Identifier 'earth-mass' => { 'name' => q(มวลขà¸à¸‡à¹‚ลà¸), }, # Long Unit Identifier 'mass-grain' => { 'name' => q(เà¸à¸£à¸™), 'other' => q({0} เà¸à¸£à¸™), }, # Core Unit Identifier 'grain' => { 'name' => q(เà¸à¸£à¸™), 'other' => q({0} เà¸à¸£à¸™), }, # Long Unit Identifier 'mass-gram' => { 'name' => q(à¸à¸£à¸±à¸¡), 'other' => q({0} à¸.), 'per' => q({0}/à¸.), }, # Core Unit Identifier 'gram' => { 'name' => q(à¸à¸£à¸±à¸¡), 'other' => q({0} à¸.), 'per' => q({0}/à¸.), }, # Long Unit Identifier 'mass-kilogram' => { 'name' => q(à¸à¸.), 'other' => q({0} à¸à¸.), 'per' => q({0}/à¸à¸.), }, # Core Unit Identifier 'kilogram' => { 'name' => q(à¸à¸.), 'other' => q({0} à¸à¸.), 'per' => q({0}/à¸à¸.), }, # Long Unit Identifier 'mass-metric-ton' => { 'name' => q(ต.), 'other' => q({0} ต.), }, # Core Unit Identifier 'metric-ton' => { 'name' => q(ต.), 'other' => q({0} ต.), }, # Long Unit Identifier 'mass-microgram' => { 'name' => q(มคà¸.), 'other' => q({0} มคà¸.), }, # Core Unit Identifier 'microgram' => { 'name' => q(มคà¸.), 'other' => q({0} มคà¸.), }, # Long Unit Identifier 'mass-milligram' => { 'name' => q(มà¸.), 'other' => q({0} มà¸.), }, # Core Unit Identifier 'milligram' => { 'name' => q(มà¸.), 'other' => q({0} มà¸.), }, # Long Unit Identifier 'mass-ounce' => { 'name' => q(à¸à¸à¸™à¸‹à¹Œ), 'other' => q({0} à¸à¸à¸™à¸‹à¹Œ), 'per' => q({0}/à¸à¸à¸™à¸‹à¹Œ), }, # Core Unit Identifier 'ounce' => { 'name' => q(à¸à¸à¸™à¸‹à¹Œ), 'other' => q({0} à¸à¸à¸™à¸‹à¹Œ), 'per' => q({0}/à¸à¸à¸™à¸‹à¹Œ), }, # Long Unit Identifier 'mass-ounce-troy' => { 'name' => q(ทรà¸à¸¢à¸à¸à¸™à¸‹à¹Œ), 'other' => q({0} ทรà¸à¸¢à¸à¸à¸™à¸‹à¹Œ), }, # Core Unit Identifier 'ounce-troy' => { 'name' => q(ทรà¸à¸¢à¸à¸à¸™à¸‹à¹Œ), 'other' => q({0} ทรà¸à¸¢à¸à¸à¸™à¸‹à¹Œ), }, # Long Unit Identifier 'mass-pound' => { 'name' => q(ปà¸à¸™à¸”์), 'other' => q({0} ปà¸à¸™à¸”์), 'per' => q({0}/ปà¸à¸™à¸”์), }, # Core Unit Identifier 'pound' => { 'name' => q(ปà¸à¸™à¸”์), 'other' => q({0} ปà¸à¸™à¸”์), 'per' => q({0}/ปà¸à¸™à¸”์), }, # Long Unit Identifier 'mass-solar-mass' => { 'name' => q(มวลดวงà¸à¸²à¸—ิตย์), }, # Core Unit Identifier 'solar-mass' => { 'name' => q(มวลดวงà¸à¸²à¸—ิตย์), }, # Long Unit Identifier 'mass-stone' => { 'name' => q(สโตน), }, # Core Unit Identifier 'stone' => { 'name' => q(สโตน), }, # Long Unit Identifier 'mass-ton' => { 'name' => q(ตัน), 'other' => q({0} ตัน), }, # Core Unit Identifier 'ton' => { 'name' => q(ตัน), 'other' => q({0} ตัน), }, # Long Unit Identifier 'per' => { '1' => q({0}/{1}), }, # Core Unit Identifier 'per' => { '1' => q({0}/{1}), }, # Long Unit Identifier 'power-gigawatt' => { 'name' => q(à¸à¸´à¸à¸°à¸§à¸±à¸•à¸•à¹Œ), 'other' => q({0} à¸à¸´à¸à¸°à¸§à¸±à¸•à¸•à¹Œ), }, # Core Unit Identifier 'gigawatt' => { 'name' => q(à¸à¸´à¸à¸°à¸§à¸±à¸•à¸•à¹Œ), 'other' => q({0} à¸à¸´à¸à¸°à¸§à¸±à¸•à¸•à¹Œ), }, # Long Unit Identifier 'power-horsepower' => { 'name' => q(à¹à¸£à¸‡à¸¡à¹‰à¸²), 'other' => q({0} à¹à¸£à¸‡à¸¡à¹‰à¸²), }, # Core Unit Identifier 'horsepower' => { 'name' => q(à¹à¸£à¸‡à¸¡à¹‰à¸²), 'other' => q({0} à¹à¸£à¸‡à¸¡à¹‰à¸²), }, # Long Unit Identifier 'power-kilowatt' => { 'name' => q(à¸à¸´à¹‚ลวัตต์), 'other' => q({0} à¸à¸´à¹‚ลวัตต์), }, # Core Unit Identifier 'kilowatt' => { 'name' => q(à¸à¸´à¹‚ลวัตต์), 'other' => q({0} à¸à¸´à¹‚ลวัตต์), }, # Long Unit Identifier 'power-megawatt' => { 'name' => q(เมà¸à¸°à¸§à¸±à¸•à¸•à¹Œ), 'other' => q({0} เมà¸à¸°à¸§à¸±à¸•à¸•à¹Œ), }, # Core Unit Identifier 'megawatt' => { 'name' => q(เมà¸à¸°à¸§à¸±à¸•à¸•à¹Œ), 'other' => q({0} เมà¸à¸°à¸§à¸±à¸•à¸•à¹Œ), }, # Long Unit Identifier 'power-milliwatt' => { 'name' => q(มิลลิวัตต์), 'other' => q({0} มิลลิวัตต์), }, # Core Unit Identifier 'milliwatt' => { 'name' => q(มิลลิวัตต์), 'other' => q({0} มิลลิวัตต์), }, # Long Unit Identifier 'power-watt' => { 'name' => q(วัตต์), 'other' => q({0} วัตต์), }, # Core Unit Identifier 'watt' => { 'name' => q(วัตต์), 'other' => q({0} วัตต์), }, # Long Unit Identifier 'pressure-atmosphere' => { 'name' => q(บรรยาà¸à¸²à¸¨), 'other' => q({0} บรรยาà¸à¸²à¸¨), }, # Core Unit Identifier 'atmosphere' => { 'name' => q(บรรยาà¸à¸²à¸¨), 'other' => q({0} บรรยาà¸à¸²à¸¨), }, # Long Unit Identifier 'pressure-bar' => { 'name' => q(บาร์), 'other' => q({0} บาร์), }, # Core Unit Identifier 'bar' => { 'name' => q(บาร์), 'other' => q({0} บาร์), }, # Long Unit Identifier 'pressure-hectopascal' => { 'name' => q(เฮà¸à¹‚ตปาสà¸à¸²à¸¥), 'other' => q({0} เฮà¸à¹‚ตปาสà¸à¸²à¸¥), }, # Core Unit Identifier 'hectopascal' => { 'name' => q(เฮà¸à¹‚ตปาสà¸à¸²à¸¥), 'other' => q({0} เฮà¸à¹‚ตปาสà¸à¸²à¸¥), }, # Long Unit Identifier 'pressure-inch-ofhg' => { 'name' => q(นิ้วปรà¸à¸—), 'other' => q({0} นิ้วปรà¸à¸—), }, # Core Unit Identifier 'inch-ofhg' => { 'name' => q(นิ้วปรà¸à¸—), 'other' => q({0} นิ้วปรà¸à¸—), }, # Long Unit Identifier 'pressure-millibar' => { 'name' => q(มิลลิบาร์), 'other' => q({0} มิลลิบาร์), }, # Core Unit Identifier 'millibar' => { 'name' => q(มิลลิบาร์), 'other' => q({0} มิลลิบาร์), }, # Long Unit Identifier 'pressure-millimeter-ofhg' => { 'name' => q(มม. ปรà¸à¸—), 'other' => q({0} มม. ปรà¸à¸—), }, # Core Unit Identifier 'millimeter-ofhg' => { 'name' => q(มม. ปรà¸à¸—), 'other' => q({0} มม. ปรà¸à¸—), }, # Long Unit Identifier 'pressure-pound-force-per-square-inch' => { 'name' => q(ปà¸à¸™à¸”์/ตร.นิ้ว), 'other' => q({0} ปà¸à¸™à¸”์/ตร.นิ้ว), }, # Core Unit Identifier 'pound-force-per-square-inch' => { 'name' => q(ปà¸à¸™à¸”์/ตร.นิ้ว), 'other' => q({0} ปà¸à¸™à¸”์/ตร.นิ้ว), }, # Long Unit Identifier 'speed-kilometer-per-hour' => { 'name' => q(à¸à¸¡./ชั่วโมง), 'other' => q({0} à¸à¸¡./ชม.), }, # Core Unit Identifier 'kilometer-per-hour' => { 'name' => q(à¸à¸¡./ชั่วโมง), 'other' => q({0} à¸à¸¡./ชม.), }, # Long Unit Identifier 'speed-knot' => { 'name' => q(นà¸à¸•), 'other' => q({0} นà¸à¸•), }, # Core Unit Identifier 'knot' => { 'name' => q(นà¸à¸•), 'other' => q({0} นà¸à¸•), }, # Long Unit Identifier 'speed-meter-per-second' => { 'name' => q(เมตรต่à¸à¸§à¸´à¸™à¸²à¸—ี), 'other' => q({0} ม./วิ), }, # Core Unit Identifier 'meter-per-second' => { 'name' => q(เมตรต่à¸à¸§à¸´à¸™à¸²à¸—ี), 'other' => q({0} ม./วิ), }, # Long Unit Identifier 'speed-mile-per-hour' => { 'name' => q(ไมล์/ชั่วโมง), 'other' => q({0} ไมล์/ชม.), }, # Core Unit Identifier 'mile-per-hour' => { 'name' => q(ไมล์/ชั่วโมง), 'other' => q({0} ไมล์/ชม.), }, # Long Unit Identifier 'temperature-celsius' => { 'name' => q(à¸à¸‡à¸¨à¸²à¹€à¸‹à¸¥à¹€à¸‹à¸µà¸¢à¸ª), 'other' => q({0}°C), }, # Core Unit Identifier 'celsius' => { 'name' => q(à¸à¸‡à¸¨à¸²à¹€à¸‹à¸¥à¹€à¸‹à¸µà¸¢à¸ª), 'other' => q({0}°C), }, # Long Unit Identifier 'temperature-fahrenheit' => { 'name' => q(à¸à¸‡à¸¨à¸²à¸Ÿà¸²à¹€à¸£à¸™à¹„ฮต์), 'other' => q({0}°F), }, # Core Unit Identifier 'fahrenheit' => { 'name' => q(à¸à¸‡à¸¨à¸²à¸Ÿà¸²à¹€à¸£à¸™à¹„ฮต์), 'other' => q({0}°F), }, # Long Unit Identifier 'temperature-generic' => { 'name' => q(°), 'other' => q({0}°), }, # Core Unit Identifier 'generic' => { 'name' => q(°), 'other' => q({0}°), }, # Long Unit Identifier 'temperature-kelvin' => { 'name' => q(K), 'other' => q({0} K), }, # Core Unit Identifier 'kelvin' => { 'name' => q(K), 'other' => q({0} K), }, # Long Unit Identifier 'volume-acre-foot' => { 'name' => q(เà¸à¹€à¸„à¸à¸£à¹Œ-ฟุต), 'other' => q({0} เà¸à¹€à¸„à¸à¸£à¹Œ-ฟุต), }, # Core Unit Identifier 'acre-foot' => { 'name' => q(เà¸à¹€à¸„à¸à¸£à¹Œ-ฟุต), 'other' => q({0} เà¸à¹€à¸„à¸à¸£à¹Œ-ฟุต), }, # Long Unit Identifier 'volume-barrel' => { 'name' => q(บาร์เรล), }, # Core Unit Identifier 'barrel' => { 'name' => q(บาร์เรล), }, # Long Unit Identifier 'volume-bushel' => { 'name' => q(บุชเชล), }, # Core Unit Identifier 'bushel' => { 'name' => q(บุชเชล), }, # Long Unit Identifier 'volume-centiliter' => { 'name' => q(ซล.), 'other' => q({0} ซล.), }, # Core Unit Identifier 'centiliter' => { 'name' => q(ซล.), 'other' => q({0} ซล.), }, # Long Unit Identifier 'volume-cubic-centimeter' => { 'name' => q(ลบ.ซม.), 'other' => q({0} ลบ.ซม.), 'per' => q({0}/ลบ.ซม.), }, # Core Unit Identifier 'cubic-centimeter' => { 'name' => q(ลบ.ซม.), 'other' => q({0} ลบ.ซม.), 'per' => q({0}/ลบ.ซม.), }, # Long Unit Identifier 'volume-cubic-foot' => { 'name' => q(ลบ.ฟุต), 'other' => q({0} ลบ.ฟุต), }, # Core Unit Identifier 'cubic-foot' => { 'name' => q(ลบ.ฟุต), 'other' => q({0} ลบ.ฟุต), }, # Long Unit Identifier 'volume-cubic-inch' => { 'name' => q(ลบ.นิ้ว), 'other' => q({0} ลบ.นิ้ว), }, # Core Unit Identifier 'cubic-inch' => { 'name' => q(ลบ.นิ้ว), 'other' => q({0} ลบ.นิ้ว), }, # Long Unit Identifier 'volume-cubic-kilometer' => { 'name' => q(ลบ.à¸à¸¡.), 'other' => q({0} ลบ.à¸à¸¡.), }, # Core Unit Identifier 'cubic-kilometer' => { 'name' => q(ลบ.à¸à¸¡.), 'other' => q({0} ลบ.à¸à¸¡.), }, # Long Unit Identifier 'volume-cubic-meter' => { 'name' => q(ลบ.ม.), 'other' => q({0} ลบ.ม.), 'per' => q({0}/ลบ.ม.), }, # Core Unit Identifier 'cubic-meter' => { 'name' => q(ลบ.ม.), 'other' => q({0} ลบ.ม.), 'per' => q({0}/ลบ.ม.), }, # Long Unit Identifier 'volume-cubic-mile' => { 'name' => q(ลบ.ไมล์), 'other' => q({0} ลบ.ไมล์), }, # Core Unit Identifier 'cubic-mile' => { 'name' => q(ลบ.ไมล์), 'other' => q({0} ลบ.ไมล์), }, # Long Unit Identifier 'volume-cubic-yard' => { 'name' => q(ลบ.หลา), 'other' => q({0} ลบ.หลา), }, # Core Unit Identifier 'cubic-yard' => { 'name' => q(ลบ.หลา), 'other' => q({0} ลบ.หลา), }, # Long Unit Identifier 'volume-cup' => { 'name' => q(ถ้วย), 'other' => q({0} ถ.), }, # Core Unit Identifier 'cup' => { 'name' => q(ถ้วย), 'other' => q({0} ถ.), }, # Long Unit Identifier 'volume-cup-metric' => { 'name' => q(ถ. เมตริà¸), 'other' => q({0} ถ. เมตริà¸), }, # Core Unit Identifier 'cup-metric' => { 'name' => q(ถ. เมตริà¸), 'other' => q({0} ถ. เมตริà¸), }, # Long Unit Identifier 'volume-deciliter' => { 'name' => q(ดล.), 'other' => q({0} ดล.), }, # Core Unit Identifier 'deciliter' => { 'name' => q(ดล.), 'other' => q({0} ดล.), }, # Long Unit Identifier 'volume-dessert-spoon' => { 'name' => q(ช้à¸à¸™à¸‚นม), 'other' => q({0} ช้à¸à¸™à¸‚นม), }, # Core Unit Identifier 'dessert-spoon' => { 'name' => q(ช้à¸à¸™à¸‚นม), 'other' => q({0} ช้à¸à¸™à¸‚นม), }, # Long Unit Identifier 'volume-dessert-spoon-imperial' => { 'name' => q(ช้à¸à¸™à¸‚นม - à¸à¸±à¸‡à¸à¸¤à¸©), 'other' => q({0} ช้à¸à¸™à¸‚นม - à¸à¸±à¸‡à¸à¸¤à¸©), }, # Core Unit Identifier 'dessert-spoon-imperial' => { 'name' => q(ช้à¸à¸™à¸‚นม - à¸à¸±à¸‡à¸à¸¤à¸©), 'other' => q({0} ช้à¸à¸™à¸‚นม - à¸à¸±à¸‡à¸à¸¤à¸©), }, # Long Unit Identifier 'volume-dram' => { 'name' => q(à¹à¸”รมขà¸à¸‡à¹€à¸«à¸¥à¸§), }, # Core Unit Identifier 'dram' => { 'name' => q(à¹à¸”รมขà¸à¸‡à¹€à¸«à¸¥à¸§), }, # Long Unit Identifier 'volume-drop' => { 'name' => q(หยด), 'other' => q({0} หยด), }, # Core Unit Identifier 'drop' => { 'name' => q(หยด), 'other' => q({0} หยด), }, # Long Unit Identifier 'volume-fluid-ounce' => { 'name' => q(ฟลูà¸à¸´à¸”à¸à¸à¸™à¸‹à¹Œ), 'other' => q({0} ฟลูà¸à¸´à¸”à¸à¸à¸™à¸‹à¹Œ), }, # Core Unit Identifier 'fluid-ounce' => { 'name' => q(ฟลูà¸à¸´à¸”à¸à¸à¸™à¸‹à¹Œ), 'other' => q({0} ฟลูà¸à¸´à¸”à¸à¸à¸™à¸‹à¹Œ), }, # Long Unit Identifier 'volume-gallon' => { 'name' => q(à¹à¸à¸¥à¸¥à¸à¸™), 'other' => q({0} à¹à¸à¸¥à¸¥à¸à¸™), 'per' => q({0}/à¹à¸à¸¥à¸¥à¸à¸™), }, # Core Unit Identifier 'gallon' => { 'name' => q(à¹à¸à¸¥à¸¥à¸à¸™), 'other' => q({0} à¹à¸à¸¥à¸¥à¸à¸™), 'per' => q({0}/à¹à¸à¸¥à¸¥à¸à¸™), }, # Long Unit Identifier 'volume-gallon-imperial' => { 'name' => q(à¹à¸à¸¥à¸¥à¸à¸™à¸à¸±à¸‡à¸à¸¤à¸©), 'other' => q({0} à¹à¸à¸¥à¸¥à¸à¸™à¸à¸±à¸‡à¸à¸¤à¸©), 'per' => q({0}/à¹à¸à¸¥à¸¥à¸à¸™à¸à¸±à¸‡à¸à¸¤à¸©), }, # Core Unit Identifier 'gallon-imperial' => { 'name' => q(à¹à¸à¸¥à¸¥à¸à¸™à¸à¸±à¸‡à¸à¸¤à¸©), 'other' => q({0} à¹à¸à¸¥à¸¥à¸à¸™à¸à¸±à¸‡à¸à¸¤à¸©), 'per' => q({0}/à¹à¸à¸¥à¸¥à¸à¸™à¸à¸±à¸‡à¸à¸¤à¸©), }, # Long Unit Identifier 'volume-hectoliter' => { 'name' => q(ฮล.), 'other' => q({0} ฮล.), }, # Core Unit Identifier 'hectoliter' => { 'name' => q(ฮล.), 'other' => q({0} ฮล.), }, # Long Unit Identifier 'volume-jigger' => { 'name' => q(จิà¸à¹€à¸à¸à¸£à¹Œ), 'other' => q({0} จิà¸à¹€à¸à¸à¸£à¹Œ), }, # Core Unit Identifier 'jigger' => { 'name' => q(จิà¸à¹€à¸à¸à¸£à¹Œ), 'other' => q({0} จิà¸à¹€à¸à¸à¸£à¹Œ), }, # Long Unit Identifier 'volume-liter' => { 'name' => q(ลิตร), 'other' => q({0} ล.), 'per' => q({0}/ล.), }, # Core Unit Identifier 'liter' => { 'name' => q(ลิตร), 'other' => q({0} ล.), 'per' => q({0}/ล.), }, # Long Unit Identifier 'volume-megaliter' => { 'name' => q(เมà¸à¸°à¸¥à¸´à¸•à¸£), 'other' => q({0} เมà¸à¸°à¸¥à¸´à¸•à¸£), }, # Core Unit Identifier 'megaliter' => { 'name' => q(เมà¸à¸°à¸¥à¸´à¸•à¸£), 'other' => q({0} เมà¸à¸°à¸¥à¸´à¸•à¸£), }, # Long Unit Identifier 'volume-milliliter' => { 'name' => q(มล.), 'other' => q({0} มล.), }, # Core Unit Identifier 'milliliter' => { 'name' => q(มล.), 'other' => q({0} มล.), }, # Long Unit Identifier 'volume-pinch' => { 'name' => q(หยิบมืà¸), 'other' => q({0} หยิบมืà¸), }, # Core Unit Identifier 'pinch' => { 'name' => q(หยิบมืà¸), 'other' => q({0} หยิบมืà¸), }, # Long Unit Identifier 'volume-pint' => { 'name' => q(ไพนต์), 'other' => q({0} ไพนต์), }, # Core Unit Identifier 'pint' => { 'name' => q(ไพนต์), 'other' => q({0} ไพนต์), }, # Long Unit Identifier 'volume-pint-metric' => { 'name' => q(ไพนต์เมตริà¸), 'other' => q({0} ไพนต์เมตริà¸), }, # Core Unit Identifier 'pint-metric' => { 'name' => q(ไพนต์เมตริà¸), 'other' => q({0} ไพนต์เมตริà¸), }, # Long Unit Identifier 'volume-quart' => { 'name' => q(คว.), 'other' => q({0} คว.), }, # Core Unit Identifier 'quart' => { 'name' => q(คว.), 'other' => q({0} คว.), }, # Long Unit Identifier 'volume-tablespoon' => { 'name' => q(ชต.), 'other' => q({0} ชต.), }, # Core Unit Identifier 'tablespoon' => { 'name' => q(ชต.), 'other' => q({0} ชต.), }, # Long Unit Identifier 'volume-teaspoon' => { 'name' => q(ชช.), 'other' => q({0} ชช.), }, # Core Unit Identifier 'teaspoon' => { 'name' => q(ชช.), 'other' => q({0} ชช.), }, }, } } ); has 'yesstr' => ( is => 'ro', isa => RegexpRef, init_arg => undef, default => sub { qr'^(?i:ใช่|yes|y)$' } ); has 'nostr' => ( is => 'ro', isa => RegexpRef, init_arg => undef, default => sub { qr'^(?i:ไม่ใช่|no|n)$' } ); has 'listPatterns' => ( is => 'ro', isa => HashRef, init_arg => undef, default => sub { { start => q({0} {1}), middle => q({0} {1}), end => q({0} à¹à¸¥à¸° {1}), 2 => q({0} {1}), } } ); has 'default_numbering_system' => ( is => 'ro', isa => Str, init_arg => undef, default => 'latn', ); has native_numbering_system => ( is => 'ro', isa => Str, init_arg => undef, default => 'thai', ); has 'minimum_grouping_digits' => ( is =>'ro', isa => Int, init_arg => undef, default => 1, ); has 'number_symbols' => ( is => 'ro', isa => HashRef, init_arg => undef, default => sub { { 'latn' => { 'decimal' => q(.), 'exponential' => q(E), 'group' => q(,), 'infinity' => q(∞), 'list' => q(;), 'minusSign' => q(-), 'nan' => q(NaN), 'perMille' => q(‰), 'percentSign' => q(%), 'plusSign' => q(+), 'superscriptingExponent' => q(×), 'timeSeparator' => q(:), }, } } ); has 'number_formats' => ( is => 'ro', isa => HashRef, init_arg => undef, default => sub { { decimalFormat => { 'default' => { '1000' => { 'other' => '0K', }, '10000' => { 'other' => '00K', }, '100000' => { 'other' => '000K', }, '1000000' => { 'other' => '0M', }, '10000000' => { 'other' => '00M', }, '100000000' => { 'other' => '000M', }, '1000000000' => { 'other' => '0B', }, '10000000000' => { 'other' => '00B', }, '100000000000' => { 'other' => '000B', }, '1000000000000' => { 'other' => '0T', }, '10000000000000' => { 'other' => '00T', }, '100000000000000' => { 'other' => '000T', }, 'standard' => { 'default' => '#,##0.###', }, }, 'long' => { '1000' => { 'other' => '0 พัน', }, '10000' => { 'other' => '0 หมื่น', }, '100000' => { 'other' => '0 à¹à¸ªà¸™', }, '1000000' => { 'other' => '0 ล้าน', }, '10000000' => { 'other' => '00 ล้าน', }, '100000000' => { 'other' => '000 ล้าน', }, '1000000000' => { 'other' => '0 พันล้าน', }, '10000000000' => { 'other' => '0 หมื่นล้าน', }, '100000000000' => { 'other' => '0 à¹à¸ªà¸™à¸¥à¹‰à¸²à¸™', }, '1000000000000' => { 'other' => '0 ล้านล้าน', }, '10000000000000' => { 'other' => '00 ล้านล้าน', }, '100000000000000' => { 'other' => '000 ล้านล้าน', }, }, 'short' => { '1000' => { 'other' => '0K', }, '10000' => { 'other' => '00K', }, '100000' => { 'other' => '000K', }, '1000000' => { 'other' => '0M', }, '10000000' => { 'other' => '00M', }, '100000000' => { 'other' => '000M', }, '1000000000' => { 'other' => '0B', }, '10000000000' => { 'other' => '00B', }, '100000000000' => { 'other' => '000B', }, '1000000000000' => { 'other' => '0T', }, '10000000000000' => { 'other' => '00T', }, '100000000000000' => { 'other' => '000T', }, }, }, percentFormat => { 'default' => { 'standard' => { 'default' => '#,##0%', }, }, }, scientificFormat => { 'default' => { 'standard' => { 'default' => '#E0', }, }, }, } }, ); has 'number_currency_formats' => ( is => 'ro', isa => HashRef, init_arg => undef, default => sub { { 'latn' => { 'pattern' => { 'default' => { 'accounting' => { 'negative' => '(¤#,##0.00)', 'positive' => '¤#,##0.00', }, 'standard' => { 'positive' => '¤#,##0.00', }, }, }, }, } }, ); has 'currencies' => ( is => 'ro', isa => HashRef, init_arg => undef, default => sub { { 'ADP' => { symbol => 'ADP', display_name => { 'currency' => q(เปเซตาà¸à¸±à¸™à¸”à¸à¸£à¹Œà¸£à¸²), }, }, 'AED' => { symbol => 'AED', display_name => { 'currency' => q(เดà¸à¸£à¹Œà¹à¸®à¸¡à¸ªà¸«à¸£à¸±à¸à¸à¸²à¸«à¸£à¸±à¸šà¹€à¸à¸¡à¸´à¹€à¸£à¸•à¸ªà¹Œ), 'other' => q(เดà¸à¸£à¹Œà¹à¸®à¸¡à¸ªà¸«à¸£à¸±à¸à¸à¸²à¸«à¸£à¸±à¸šà¹€à¸à¸¡à¸´à¹€à¸£à¸•à¸ªà¹Œ), }, }, 'AFA' => { symbol => 'AFA', display_name => { 'currency' => q(à¸à¸±à¸Ÿà¸à¸²à¸™à¸µà¸à¸±à¸Ÿà¸à¸²à¸™à¸´à¸ªà¸–าน \(1927–2002\)), }, }, 'AFN' => { symbol => 'AFN', display_name => { 'currency' => q(à¸à¸±à¸Ÿà¸à¸²à¸™à¸´à¸à¸±à¸Ÿà¸à¸²à¸™à¸´à¸ªà¸–าน), 'other' => q(à¸à¸±à¸Ÿà¸à¸²à¸™à¸´à¸à¸±à¸Ÿà¸à¸²à¸™à¸´à¸ªà¸–าน), }, }, 'ALL' => { symbol => 'ALL', display_name => { 'currency' => q(เลà¸à¹à¸à¸¥à¹€à¸šà¹€à¸™à¸µà¸¢), 'other' => q(เลà¸à¹à¸à¸¥à¹€à¸šà¹€à¸™à¸µà¸¢), }, }, 'AMD' => { symbol => 'AMD', display_name => { 'currency' => q(à¹à¸”รมà¸à¸²à¸£à¹Œà¹€à¸¡à¹€à¸™à¸µà¸¢), 'other' => q(à¹à¸”รมà¸à¸²à¸£à¹Œà¹€à¸¡à¹€à¸™à¸µà¸¢), }, }, 'ANG' => { symbol => 'ANG', display_name => { 'currency' => q(à¸à¸´à¸¥à¹€à¸”à¸à¸£à¹Œà¹€à¸™à¹€à¸˜à¸à¸£à¹Œà¹à¸¥à¸™à¸”์à¹à¸à¸™à¸—ิลลิส), 'other' => q(à¸à¸´à¸¥à¹€à¸”à¸à¸£à¹Œà¹€à¸™à¹€à¸˜à¸à¸£à¹Œà¹à¸¥à¸™à¸”์à¹à¸à¸™à¸—ิลลิส), }, }, 'AOA' => { symbol => 'AOA', display_name => { 'currency' => q(à¸à¸§à¸²à¸™à¸‹à¸²à¹à¸à¸‡à¹‚à¸à¸¥à¸²), 'other' => q(à¸à¸§à¸²à¸™à¸‹à¸²à¹à¸à¸‡à¹‚à¸à¸¥à¸²), }, }, 'AOK' => { symbol => 'AOK', display_name => { 'currency' => q(à¸à¸§à¸²à¸™à¸‹à¸²à¹à¸à¸‡à¹‚à¸à¸¥à¸² \(1977–1990\)), }, }, 'AON' => { symbol => 'AON', display_name => { 'currency' => q(นิวà¸à¸§à¸²à¸™à¸‹à¸²à¹à¸à¸‡à¹‚à¸à¸¥à¸² \(1990–2000\)), }, }, 'AOR' => { symbol => 'AOR', display_name => { 'currency' => q(à¸à¸§à¸²à¸™à¸‹à¸²à¸£à¸µà¸ˆà¸±à¸ªà¸—าโดà¹à¸à¸‡à¹‚à¸à¸¥à¸² \(1995–1999\)), }, }, 'ARA' => { symbol => 'ARA', display_name => { 'currency' => q(à¸à¸à¸ªà¸•à¸£à¸±à¸¥à¸à¸²à¸£à¹Œà¹€à¸ˆà¸™à¸•à¸´à¸™à¸²), }, }, 'ARL' => { symbol => 'ARL', display_name => { 'currency' => q(เปโซเลย์à¸à¸²à¸£à¹Œà¹€à¸ˆà¸™à¸•à¸´à¸™à¸² \(1970–1983\)), }, }, 'ARM' => { symbol => 'ARM', display_name => { 'currency' => q(เปโซà¸à¸²à¸£à¹Œà¹€à¸ˆà¸™à¸•à¸´à¸™à¸² \(1881–1970\)), }, }, 'ARP' => { symbol => 'ARP', display_name => { 'currency' => q(เปโซà¸à¸²à¸£à¹Œà¹€à¸ˆà¸™à¸•à¸´à¸™à¸² \(1983–1985\)), }, }, 'ARS' => { symbol => 'ARS', display_name => { 'currency' => q(เปโซà¸à¸²à¸£à¹Œà¹€à¸ˆà¸™à¸•à¸´à¸™à¸²), 'other' => q(เปโซà¸à¸²à¸£à¹Œà¹€à¸ˆà¸™à¸•à¸´à¸™à¸²), }, }, 'ATS' => { symbol => 'ATS', display_name => { 'currency' => q(ชิลลิงà¸à¸à¸ªà¹€à¸•à¸£à¸µà¸¢), }, }, 'AUD' => { symbol => 'AU$', display_name => { 'currency' => q(ดà¸à¸¥à¸¥à¸²à¸£à¹Œà¸à¸à¸ªà¹€à¸•à¸£à¹€à¸¥à¸µà¸¢), 'other' => q(ดà¸à¸¥à¸¥à¸²à¸£à¹Œà¸à¸à¸ªà¹€à¸•à¸£à¹€à¸¥à¸µà¸¢), }, }, 'AWG' => { symbol => 'AWG', display_name => { 'currency' => q(ฟลà¸à¸£à¸´à¸™à¸à¸²à¸£à¸¹à¸šà¸²), 'other' => q(ฟลà¸à¸£à¸´à¸™à¸à¸²à¸£à¸¹à¸šà¸²), }, }, 'AZM' => { symbol => 'AZM', display_name => { 'currency' => q(มานัตà¸à¸²à¹€à¸‹à¸à¸£à¹Œà¹„บจาน \(1993–2006\)), }, }, 'AZN' => { symbol => 'AZN', display_name => { 'currency' => q(มานัตà¸à¸²à¹€à¸‹à¸à¸£à¹Œà¹„บจาน), 'other' => q(มานัตà¸à¸²à¹€à¸‹à¸à¸£à¹Œà¹„บจาน), }, }, 'BAD' => { symbol => 'BAD', display_name => { 'currency' => q(ดีนาร์บà¸à¸ªà¹€à¸™à¸µà¸¢-เฮà¸à¸£à¹Œà¹€à¸‹à¹‚à¸à¸§à¸µà¸™à¸²), }, }, 'BAM' => { symbol => 'BAM', display_name => { 'currency' => q(มาร์à¸à¸šà¸à¸ªà¹€à¸™à¸µà¸¢-เฮà¸à¸£à¹Œà¹€à¸‹à¹‚à¸à¸§à¸µà¸™à¸²), 'other' => q(มาร์à¸à¸šà¸à¸ªà¹€à¸™à¸µà¸¢-เฮà¸à¸£à¹Œà¹€à¸‹à¹‚à¸à¸§à¸µà¸™à¸²), }, }, 'BAN' => { symbol => 'BAN', display_name => { 'currency' => q(ดีนาร์ใหม่บà¸à¸ªà¹€à¸™à¸µà¸¢-เฮà¸à¸£à¹Œà¹€à¸‹à¹‚à¸à¸§à¸µà¸™à¸² \(1994–1997\)), }, }, 'BBD' => { symbol => 'BBD', display_name => { 'currency' => q(ดà¸à¸¥à¸¥à¸²à¸£à¹Œà¸šà¸²à¸£à¹Œà¹€à¸šà¹‚ดส), 'other' => q(ดà¸à¸¥à¸¥à¸²à¸£à¹Œà¸šà¸²à¸£à¹Œà¹€à¸šà¹‚ดส), }, }, 'BDT' => { symbol => 'BDT', display_name => { 'currency' => q(ตาà¸à¸²à¸šà¸±à¸‡à¸à¸¥à¸²à¹€à¸—ศ), 'other' => q(ตาà¸à¸²à¸šà¸±à¸‡à¸à¸¥à¸²à¹€à¸—ศ), }, }, 'BEC' => { symbol => 'BEC', display_name => { 'currency' => q(ฟรังà¸à¹Œà¹€à¸šà¸¥à¹€à¸¢à¸µà¸¢à¸¡ \(เปลี่ยนà¹à¸›à¸¥à¸‡à¹„ด้\)), }, }, 'BEF' => { symbol => 'BEF', display_name => { 'currency' => q(ฟรังà¸à¹Œà¹€à¸šà¸¥à¹€à¸¢à¸µà¸¢à¸¡), }, }, 'BEL' => { symbol => 'BEL', display_name => { 'currency' => q(ฟรังà¸à¹Œà¹€à¸šà¸¥à¹€à¸¢à¸µà¸¢à¸¡ \(à¸à¸²à¸£à¹€à¸‡à¸´à¸™\)), }, }, 'BGL' => { symbol => 'BGL', display_name => { 'currency' => q(ฮาร์ดเลฟบัลà¹à¸à¹€à¸£à¸µà¸¢), }, }, 'BGM' => { symbol => 'BGM', display_name => { 'currency' => q(โซเชียลลิสต์เลฟบัลà¹à¸à¹€à¸£à¸µà¸¢), }, }, 'BGN' => { symbol => 'BGN', display_name => { 'currency' => q(เลฟบัลà¹à¸à¹€à¸£à¸µà¸¢), 'other' => q(เลฟบัลà¹à¸à¹€à¸£à¸µà¸¢), }, }, 'BGO' => { symbol => 'BGO', display_name => { 'currency' => q(เลฟบัลเà¸à¹€à¸£à¸µà¸¢ \(1879–1952\)), }, }, 'BHD' => { symbol => 'BHD', display_name => { 'currency' => q(ดีนาร์บาห์เรน), 'other' => q(ดีนาร์บาห์เรน), }, }, 'BIF' => { symbol => 'BIF', display_name => { 'currency' => q(ฟรังà¸à¹Œà¸šà¸¸à¸£à¸¸à¸™à¸”ี), 'other' => q(ฟรังà¸à¹Œà¸šà¸¸à¸£à¸¸à¸™à¸”ี), }, }, 'BMD' => { symbol => 'BMD', display_name => { 'currency' => q(ดà¸à¸¥à¸¥à¸²à¸£à¹Œà¹€à¸šà¸à¸£à¹Œà¸¡à¸´à¸§à¸”า), 'other' => q(ดà¸à¸¥à¸¥à¸²à¸£à¹Œà¹€à¸šà¸à¸£à¹Œà¸¡à¸´à¸§à¸”า), }, }, 'BND' => { symbol => 'BND', display_name => { 'currency' => q(ดà¸à¸¥à¸¥à¸²à¸£à¹Œà¸šà¸£à¸¹à¹„น), 'other' => q(ดà¸à¸¥à¸¥à¸²à¸£à¹Œà¸šà¸£à¸¹à¹„น), }, }, 'BOB' => { symbol => 'BOB', display_name => { 'currency' => q(โบลิเวียโนโบลิเวีย), 'other' => q(โบลิเวียโนโบลิเวีย), }, }, 'BOL' => { symbol => 'BOL', display_name => { 'currency' => q(โบลิเวียโนโบลิเวีย \(1863–1963\)), }, }, 'BOP' => { symbol => 'BOP', display_name => { 'currency' => q(เปโซโบลิเวีย), }, }, 'BOV' => { symbol => 'BOV', display_name => { 'currency' => q(มฟดà¸à¸¥à¹‚บลิเวีย), }, }, 'BRB' => { symbol => 'BRB', display_name => { 'currency' => q(ครูเซโรโนโวบราซิล \(1967–1986\)), }, }, 'BRC' => { symbol => 'BRC', display_name => { 'currency' => q(ครูซาโดบราซิล), }, }, 'BRE' => { symbol => 'BRE', display_name => { 'currency' => q(ครูเซโรบราซิล \(1990–1993\)), }, }, 'BRL' => { symbol => 'R$', display_name => { 'currency' => q(เรียลบราซิล), 'other' => q(เรียลบราซิล), }, }, 'BRN' => { symbol => 'BRN', display_name => { 'currency' => q(ครูซาโดโนโวบราซิล), }, }, 'BRR' => { symbol => 'BRR', display_name => { 'currency' => q(ครูเซโรบราซิล), }, }, 'BRZ' => { symbol => 'BRZ', display_name => { 'currency' => q(ครูเซโรบราซิล \(1942–1967\)), }, }, 'BSD' => { symbol => 'BSD', display_name => { 'currency' => q(ดà¸à¸¥à¸¥à¸²à¸£à¹Œà¸šà¸²à¸®à¸²à¸¡à¸²à¸ª), 'other' => q(ดà¸à¸¥à¸¥à¸²à¸£à¹Œà¸šà¸²à¸®à¸²à¸¡à¸²à¸ª), }, }, 'BTN' => { symbol => 'BTN', display_name => { 'currency' => q(เà¸à¹‡à¸‡à¸à¸¸à¸¥à¸•à¸£à¸±à¸¡à¸ ูà¸à¸²à¸™), 'other' => q(เà¸à¹‡à¸‡à¸à¸¸à¸¥à¸•à¸£à¸±à¸¡à¸ ูà¸à¸²à¸™), }, }, 'BUK' => { symbol => 'BUK', display_name => { 'currency' => q(จ๊าดพม่า), }, }, 'BWP' => { symbol => 'BWP', display_name => { 'currency' => q(ปูลาบà¸à¸•à¸ªà¸§à¸²à¸™à¸²), 'other' => q(ปูลาบà¸à¸•à¸ªà¸§à¸²à¸™à¸²), }, }, 'BYB' => { symbol => 'BYB', display_name => { 'currency' => q(นิวรูเบิลเบลารุส \(1994–1999\)), }, }, 'BYN' => { symbol => 'BYN', display_name => { 'currency' => q(รูเบิลเบลารุส), 'other' => q(รูเบิลเบลารุส), }, }, 'BYR' => { symbol => 'BYR', display_name => { 'currency' => q(รูเบิลเบลารุส \(2000–2016\)), 'other' => q(รูเบิลเบลารุส \(2000–2016\)), }, }, 'BZD' => { symbol => 'BZD', display_name => { 'currency' => q(ดà¸à¸¥à¸¥à¸²à¸£à¹Œà¹€à¸šà¸¥à¸µà¸‹), 'other' => q(ดà¸à¸¥à¸¥à¸²à¸£à¹Œà¹€à¸šà¸¥à¸µà¸‹), }, }, 'CAD' => { symbol => 'CA$', display_name => { 'currency' => q(ดà¸à¸¥à¸¥à¸²à¸£à¹Œà¹à¸„นาดา), 'other' => q(ดà¸à¸¥à¸¥à¸²à¸£à¹Œà¹à¸„นาดา), }, }, 'CDF' => { symbol => 'CDF', display_name => { 'currency' => q(ฟรังà¸à¹Œà¸„à¸à¸‡à¹‚à¸), 'other' => q(ฟรังà¸à¹Œà¸„à¸à¸‡à¹‚à¸), }, }, 'CHE' => { symbol => 'CHE', display_name => { 'currency' => q(ยูโรดับเบิลยูไà¸à¸à¸²à¸£à¹Œ), }, }, 'CHF' => { symbol => 'CHF', display_name => { 'currency' => q(ฟรังà¸à¹Œà¸ªà¸§à¸´à¸ª), 'other' => q(ฟรังà¸à¹Œà¸ªà¸§à¸´à¸ª), }, }, 'CHW' => { symbol => 'CHW', display_name => { 'currency' => q(ฟรังà¸à¹Œà¸”ับเบิลยูไà¸à¸à¸²à¸£à¹Œ), }, }, 'CLE' => { symbol => 'CLE', display_name => { 'currency' => q(เà¸à¸ªà¸„ูโดชิลี), }, }, 'CLF' => { symbol => 'CLF', display_name => { 'currency' => q(ฟูเมนโตชิลี), }, }, 'CLP' => { symbol => 'CLP', display_name => { 'currency' => q(เปโซชิลี), 'other' => q(เปโซชิลี), }, }, 'CNH' => { symbol => 'CNH', display_name => { 'currency' => q(หยวน), 'other' => q(หยวน), }, }, 'CNY' => { symbol => 'CNÂ¥', display_name => { 'currency' => q(หยวนจีน), 'other' => q(หยวนจีน), }, }, 'COP' => { symbol => 'COP', display_name => { 'currency' => q(เปโซโคลà¸à¸¡à¹€à¸šà¸µà¸¢), 'other' => q(เปโซโคลà¸à¸¡à¹€à¸šà¸µà¸¢), }, }, 'COU' => { symbol => 'COU', display_name => { 'currency' => q(วาเลà¸à¸£à¹Œà¹€à¸£à¸µà¸¢à¸¥à¹‚คลà¸à¸¡à¹€à¸šà¸µà¸¢), }, }, 'CRC' => { symbol => 'CRC', display_name => { 'currency' => q(โà¸à¸¥à¸à¸‡à¸„à¸à¸ªà¸•à¸²à¸£à¸´à¸à¸²), 'other' => q(โà¸à¸¥à¸à¸‡à¸„à¸à¸ªà¸•à¸²à¸£à¸´à¸à¸²), }, }, 'CSD' => { symbol => 'CSD', display_name => { 'currency' => q(ดีนาร์เซà¸à¸£à¹Œà¹€à¸šà¸µà¸¢à¹€à¸à¹ˆà¸²), }, }, 'CSK' => { symbol => 'CSK', display_name => { 'currency' => q(ฮาร์ดโครูนาเช็à¸à¹‚à¸à¸ªà¹‚ลวัà¸), }, }, 'CUC' => { symbol => 'CUC', display_name => { 'currency' => q(เปโซคิวบา \(à¹à¸›à¸¥à¸‡à¸ªà¸ าพ\)), 'other' => q(เปโซคิวบา \(à¹à¸›à¸¥à¸‡à¸ªà¸ าพ\)), }, }, 'CUP' => { symbol => 'CUP', display_name => { 'currency' => q(เปโซคิวบา), 'other' => q(เปโซคิวบา), }, }, 'CVE' => { symbol => 'CVE', display_name => { 'currency' => q(เà¸à¸ªà¸„ูโดเคปเวิร์ด), 'other' => q(เà¸à¸ªà¸„ูโดเคปเวิร์ด), }, }, 'CYP' => { symbol => 'CYP', display_name => { 'currency' => q(ปà¸à¸™à¸”์ไซปรัส), }, }, 'CZK' => { symbol => 'CZK', display_name => { 'currency' => q(โครูนาสาธารณรัà¸à¹€à¸Šà¹‡à¸), 'other' => q(โครูนาสาธารณรัà¸à¹€à¸Šà¹‡à¸), }, }, 'DDM' => { symbol => 'DDM', display_name => { 'currency' => q(มาร์à¸à¹€à¸¢à¸à¸£à¸¡à¸±à¸™à¸•à¸°à¸§à¸±à¸™à¸à¸à¸), }, }, 'DEM' => { symbol => 'DEM', display_name => { 'currency' => q(มาร์à¸à¹€à¸¢à¸à¸£à¸¡à¸±à¸™), }, }, 'DJF' => { symbol => 'DJF', display_name => { 'currency' => q(ฟรังà¸à¹Œà¸ˆà¸´à¸šà¸¹à¸•à¸µ), 'other' => q(ฟรังà¸à¹Œà¸ˆà¸´à¸šà¸¹à¸•à¸µ), }, }, 'DKK' => { symbol => 'DKK', display_name => { 'currency' => q(โครนเดนมาร์à¸), 'other' => q(โครนเดนมาร์à¸), }, }, 'DOP' => { symbol => 'DOP', display_name => { 'currency' => q(เปโซโดมินิà¸à¸±à¸™), 'other' => q(เปโซโดมินิà¸à¸±à¸™), }, }, 'DZD' => { symbol => 'DZD', display_name => { 'currency' => q(ดีนาร์à¹à¸à¸¥à¸ˆà¸µà¹€à¸£à¸µà¸¢), 'other' => q(ดีนาร์à¹à¸à¸¥à¸ˆà¸µà¹€à¸£à¸µà¸¢), }, }, 'ECS' => { symbol => 'ECS', display_name => { 'currency' => q(ซูเà¸à¸£à¹€à¸à¸à¸§à¸²à¸”à¸à¸£à¹Œ), }, }, 'ECV' => { symbol => 'ECV', display_name => { 'currency' => q(วาเลà¸à¸£à¹Œà¸„à¸à¸™à¸ªà¹à¸•à¸™à¸•à¹Œà¹€à¸à¸à¸§à¸²à¸”à¸à¸£à¹Œ), }, }, 'EEK' => { symbol => 'EEK', display_name => { 'currency' => q(ครูนเà¸à¸ªà¹‚ตเนีย), }, }, 'EGP' => { symbol => 'EGP', display_name => { 'currency' => q(ปà¸à¸™à¸”์à¸à¸µà¸¢à¸´à¸›à¸•à¹Œ), 'other' => q(ปà¸à¸™à¸”์à¸à¸µà¸¢à¸´à¸›à¸•à¹Œ), }, }, 'ERN' => { symbol => 'ERN', display_name => { 'currency' => q(à¹à¸™à¸à¸Ÿà¸²à¹€à¸à¸£à¸´à¹€à¸—รีย), 'other' => q(à¹à¸™à¸à¸Ÿà¸²à¹€à¸à¸£à¸´à¹€à¸—รีย), }, }, 'ESA' => { symbol => 'ESA', display_name => { 'currency' => q(เปเซตาสเปน \(บัà¸à¸Šà¸µà¹€à¸\)), }, }, 'ESB' => { symbol => 'ESB', display_name => { 'currency' => q(เปเซตาสเปน \(บัà¸à¸Šà¸µà¸—ี่เปลี่ยนà¹à¸›à¸¥à¸‡à¹„ด้\)), }, }, 'ESP' => { symbol => 'ESP', display_name => { 'currency' => q(เปเซตาสเปน), }, }, 'ETB' => { symbol => 'ETB', display_name => { 'currency' => q(เบà¸à¸£à¸£à¹Œà¹€à¸à¸˜à¸´à¹‚à¸à¹€à¸›à¸µà¸¢), 'other' => q(เบà¸à¸£à¸£à¹Œà¹€à¸à¸˜à¸´à¹‚à¸à¹€à¸›à¸µà¸¢), }, }, 'EUR' => { symbol => '€', display_name => { 'currency' => q(ยูโร), 'other' => q(ยูโร), }, }, 'FIM' => { symbol => 'FIM', display_name => { 'currency' => q(มาร์à¸à¸à¸²à¸Ÿà¸´à¸™à¹à¸¥à¸™à¸”์), }, }, 'FJD' => { symbol => 'FJD', display_name => { 'currency' => q(ดà¸à¸¥à¸¥à¸²à¸£à¹Œà¸Ÿà¸´à¸ˆà¸´), 'other' => q(ดà¸à¸¥à¸¥à¸²à¸£à¹Œà¸Ÿà¸´à¸ˆà¸´), }, }, 'FKP' => { symbol => 'FKP', display_name => { 'currency' => q(ปà¸à¸™à¸”์หมู่เà¸à¸²à¸°à¸Ÿà¸à¸¥à¹Œà¸à¹à¸¥à¸™à¸”์), 'other' => q(ปà¸à¸™à¸”์หมู่เà¸à¸²à¸°à¸Ÿà¸à¸¥à¹Œà¸à¹à¸¥à¸™à¸”์), }, }, 'FRF' => { symbol => 'FRF', display_name => { 'currency' => q(ฟรังà¸à¹Œà¸à¸£à¸±à¹ˆà¸‡à¹€à¸¨à¸ª), }, }, 'GBP' => { symbol => '£', display_name => { 'currency' => q(ปà¸à¸™à¸”์สเตà¸à¸£à¹Œà¸¥à¸´à¸‡ \(สหราชà¸à¸²à¸“าจัà¸à¸£\)), 'other' => q(ปà¸à¸™à¸”์สเตà¸à¸£à¹Œà¸¥à¸´à¸‡ \(สหราชà¸à¸²à¸“าจัà¸à¸£\)), }, }, 'GEK' => { symbol => 'GEK', display_name => { 'currency' => q(คูปà¸à¸™à¸¥à¸²à¸£à¸´à¸•à¸ˆà¸à¸£à¹Œà¹€à¸ˆà¸µà¸¢), }, }, 'GEL' => { symbol => 'GEL', display_name => { 'currency' => q(ลารีจà¸à¸£à¹Œà¹€à¸ˆà¸µà¸¢), 'other' => q(ลารีจà¸à¸£à¹Œà¹€à¸ˆà¸µà¸¢), }, }, 'GHC' => { symbol => 'GHC', display_name => { 'currency' => q(เซดีà¸à¸²à¸™à¸² \(1979–2007\)), }, }, 'GHS' => { symbol => 'GHS', display_name => { 'currency' => q(เซดีà¸à¸²à¸™à¸²), 'other' => q(เซดีà¸à¸²à¸™à¸²), }, }, 'GIP' => { symbol => 'GIP', display_name => { 'currency' => q(ปà¸à¸™à¸”์ยิบรà¸à¸¥à¸•à¸²à¸£à¹Œ), 'other' => q(ปà¸à¸™à¸”์ยิบรà¸à¸¥à¸•à¸²à¸£à¹Œ), }, }, 'GMD' => { symbol => 'GMD', display_name => { 'currency' => q(ดาลาซีà¹à¸à¸¡à¹€à¸šà¸µà¸¢), 'other' => q(ดาลาซีà¹à¸à¸¡à¹€à¸šà¸µà¸¢), }, }, 'GNF' => { symbol => 'GNF', display_name => { 'currency' => q(ฟรังà¸à¹Œà¸à¸´à¸™à¸µ), 'other' => q(ฟรังà¸à¹Œà¸à¸´à¸™à¸µ), }, }, 'GNS' => { symbol => 'GNS', display_name => { 'currency' => q(ไซลีà¸à¸´à¸™à¸µ), }, }, 'GQE' => { symbol => 'GQE', display_name => { 'currency' => q(เà¸à¹‡à¸à¹€à¸§à¹€à¸¥à¸à¸´à¹€à¸„วทà¸à¹€à¸£à¸µà¸¢à¸¥à¸à¸´à¸™à¸µ), }, }, 'GRD' => { symbol => 'GRD', display_name => { 'currency' => q(ดรัชมาà¸à¸£à¸µà¸), }, }, 'GTQ' => { symbol => 'GTQ', display_name => { 'currency' => q(เควตซัลà¸à¸±à¸§à¹€à¸•à¸¡à¸²à¸¥à¸²), 'other' => q(เควตซัลà¸à¸±à¸§à¹€à¸•à¸¡à¸²à¸¥à¸²), }, }, 'GWE' => { symbol => 'GWE', display_name => { 'currency' => q(เà¸à¸ªà¸„ูโดà¸à¸´à¸™à¸µà¹‚ปรตุเà¸à¸ª), }, }, 'GWP' => { symbol => 'GWP', display_name => { 'currency' => q(เปโซà¸à¸´à¸™à¸µ-บิสเซา), }, }, 'GYD' => { symbol => 'GYD', display_name => { 'currency' => q(ดà¸à¸¥à¸¥à¸²à¸£à¹Œà¸à¸²à¸¢à¸à¸²à¸™à¸²), 'other' => q(ดà¸à¸¥à¸¥à¸²à¸£à¹Œà¸à¸²à¸¢à¸à¸²à¸™à¸²), }, }, 'HKD' => { symbol => 'HK$', display_name => { 'currency' => q(ดà¸à¸¥à¸¥à¸²à¸£à¹Œà¸®à¹ˆà¸à¸‡à¸à¸‡), 'other' => q(ดà¸à¸¥à¸¥à¸²à¸£à¹Œà¸®à¹ˆà¸à¸‡à¸à¸‡), }, }, 'HNL' => { symbol => 'HNL', display_name => { 'currency' => q(เลมปิราฮà¸à¸™à¸”ูรัส), 'other' => q(เลมปิราฮà¸à¸™à¸”ูรัส), }, }, 'HRD' => { symbol => 'HRD', display_name => { 'currency' => q(ดีนาร์โครเà¸à¹€à¸Šà¸µà¸¢), }, }, 'HRK' => { symbol => 'HRK', display_name => { 'currency' => q(คูนาโครเà¸à¹€à¸Šà¸µà¸¢), 'other' => q(คูนาโครเà¸à¹€à¸Šà¸µà¸¢), }, }, 'HTG' => { symbol => 'HTG', display_name => { 'currency' => q(à¸à¸¹à¸£à¹Œà¸”เฮติ), 'other' => q(à¸à¸¹à¸£à¹Œà¸”เฮติ), }, }, 'HUF' => { symbol => 'HUF', display_name => { 'currency' => q(ฟà¸à¸£à¸´à¸™à¸•à¹Œà¸®à¸±à¸‡à¸à¸²à¸£à¸µ), 'other' => q(ฟà¸à¸£à¸´à¸™à¸•à¹Œà¸®à¸±à¸‡à¸à¸²à¸£à¸µ), }, }, 'IDR' => { symbol => 'IDR', display_name => { 'currency' => q(รูเปียห์à¸à¸´à¸™à¹‚ดนีเซีย), 'other' => q(รูเปียห์à¸à¸´à¸™à¹‚ดนีเซีย), }, }, 'IEP' => { symbol => 'IEP', display_name => { 'currency' => q(ปà¸à¸™à¸”์ไà¸à¸£à¸´à¸Š), }, }, 'ILP' => { symbol => 'ILP', display_name => { 'currency' => q(ปà¸à¸™à¸”์à¸à¸´à¸ªà¸£à¸²à¹€à¸à¸¥), }, }, 'ILS' => { symbol => '₪', display_name => { 'currency' => q(นิวเชเà¸à¸¥à¸à¸´à¸ªà¸£à¸²à¹€à¸à¸¥), 'other' => q(นิวเชเà¸à¸¥à¸à¸´à¸ªà¸£à¸²à¹€à¸à¸¥), }, }, 'INR' => { symbol => '₹', display_name => { 'currency' => q(รูปีà¸à¸´à¸™à¹€à¸”ีย), 'other' => q(รูปีà¸à¸´à¸™à¹€à¸”ีย), }, }, 'IQD' => { symbol => 'IQD', display_name => { 'currency' => q(ดีนาร์à¸à¸´à¸£à¸±à¸), 'other' => q(ดีนาร์à¸à¸´à¸£à¸±à¸), }, }, 'IRR' => { symbol => 'IRR', display_name => { 'currency' => q(เรียลà¸à¸´à¸«à¸£à¹ˆà¸²à¸™), 'other' => q(เรียลà¸à¸´à¸«à¸£à¹ˆà¸²à¸™), }, }, 'ISK' => { symbol => 'ISK', display_name => { 'currency' => q(โครนาไà¸à¸‹à¹Œà¹à¸¥à¸™à¸”์), 'other' => q(โครนาไà¸à¸‹à¹Œà¹à¸¥à¸™à¸”์), }, }, 'ITL' => { symbol => 'ITL', display_name => { 'currency' => q(ลีราà¸à¸´à¸•à¸²à¸¥à¸µ), }, }, 'JMD' => { symbol => 'JMD', display_name => { 'currency' => q(ดà¸à¸¥à¸¥à¸²à¸£à¹Œà¸ˆà¸²à¹€à¸¡à¸à¸²), 'other' => q(ดà¸à¸¥à¸¥à¸²à¸£à¹Œà¸ˆà¸²à¹€à¸¡à¸à¸²), }, }, 'JOD' => { symbol => 'JOD', display_name => { 'currency' => q(ดีนาร์จà¸à¸£à¹Œà¹à¸”น), 'other' => q(ดีนาร์จà¸à¸£à¹Œà¹à¸”น), }, }, 'JPY' => { symbol => 'Â¥', display_name => { 'currency' => q(เยนà¸à¸µà¹ˆà¸›à¸¸à¹ˆà¸™), 'other' => q(เยนà¸à¸µà¹ˆà¸›à¸¸à¹ˆà¸™), }, }, 'KES' => { symbol => 'KES', display_name => { 'currency' => q(ชิลลิงเคนยา), 'other' => q(ชิลลิงเคนยา), }, }, 'KGS' => { symbol => 'KGS', display_name => { 'currency' => q(ซà¸à¸¡à¸„ีร์à¸à¸µà¸‹à¸ªà¸–าน), 'other' => q(ซà¸à¸¡à¸„ีร์à¸à¸µà¸‹à¸ªà¸–าน), }, }, 'KHR' => { symbol => 'KHR', display_name => { 'currency' => q(เรียลà¸à¸±à¸¡à¸žà¸¹à¸Šà¸²), 'other' => q(เรียลà¸à¸±à¸¡à¸žà¸¹à¸Šà¸²), }, }, 'KMF' => { symbol => 'KMF', display_name => { 'currency' => q(ฟรังà¸à¹Œà¸„à¸à¹‚มโรส), 'other' => q(ฟรังà¸à¹Œà¸„à¸à¹‚มโรส), }, }, 'KPW' => { symbol => 'KPW', display_name => { 'currency' => q(วà¸à¸™à¹€à¸à¸²à¸«à¸¥à¸µà¹€à¸«à¸™à¸·à¸), 'other' => q(วà¸à¸™à¹€à¸à¸²à¸«à¸¥à¸µà¹€à¸«à¸™à¸·à¸), }, }, 'KRH' => { symbol => 'KRH', display_name => { 'currency' => q(ฮวานเà¸à¸²à¸«à¸¥à¸µà¹ƒà¸•à¹‰ \(1953–1962\)), }, }, 'KRO' => { symbol => 'KRO', display_name => { 'currency' => q(วà¸à¸™à¹€à¸à¸²à¸«à¸¥à¸µà¹ƒà¸•à¹‰ \(1945–1953\)), }, }, 'KRW' => { symbol => 'â‚©', display_name => { 'currency' => q(วà¸à¸™à¹€à¸à¸²à¸«à¸¥à¸µà¹ƒà¸•à¹‰), 'other' => q(วà¸à¸™à¹€à¸à¸²à¸«à¸¥à¸µà¹ƒà¸•à¹‰), }, }, 'KWD' => { symbol => 'KWD', display_name => { 'currency' => q(ดีนาร์คูเวต), 'other' => q(ดีนาร์คูเวต), }, }, 'KYD' => { symbol => 'KYD', display_name => { 'currency' => q(ดà¸à¸¥à¸¥à¸²à¸£à¹Œà¸«à¸¡à¸¹à¹ˆà¹€à¸à¸²à¸°à¹€à¸„ย์à¹à¸¡à¸™), 'other' => q(ดà¸à¸¥à¸¥à¸²à¸£à¹Œà¸«à¸¡à¸¹à¹ˆà¹€à¸à¸²à¸°à¹€à¸„ย์à¹à¸¡à¸™), }, }, 'KZT' => { symbol => 'KZT', display_name => { 'currency' => q(เทงเจคาซัคสถาน), 'other' => q(เทงเจคาซัคสถาน), }, }, 'LAK' => { symbol => 'LAK', display_name => { 'currency' => q(à¸à¸µà¸šà¸¥à¸²à¸§), 'other' => q(à¸à¸µà¸šà¸¥à¸²à¸§), }, }, 'LBP' => { symbol => 'LBP', display_name => { 'currency' => q(ปà¸à¸™à¸”์เลบานà¸à¸™), 'other' => q(ปà¸à¸™à¸”์เลบานà¸à¸™), }, }, 'LKR' => { symbol => 'LKR', display_name => { 'currency' => q(รูปีศรีลังà¸à¸²), 'other' => q(รูปีศรีลังà¸à¸²), }, }, 'LRD' => { symbol => 'LRD', display_name => { 'currency' => q(ดà¸à¸¥à¸¥à¸²à¸£à¹Œà¹„ลบีเรีย), 'other' => q(ดà¸à¸¥à¸¥à¸²à¸£à¹Œà¹„ลบีเรีย), }, }, 'LSL' => { symbol => 'LSL', display_name => { 'currency' => q(โลตีเลโซโท), }, }, 'LTL' => { symbol => 'LTL', display_name => { 'currency' => q(ลีตัสลิทัวเนีย), 'other' => q(ลีตัสลิทัวเนีย), }, }, 'LTT' => { symbol => 'LTT', display_name => { 'currency' => q(ทาโลนัสลิทัวเนีย), }, }, 'LUC' => { symbol => 'LUC', display_name => { 'currency' => q(คà¸à¸™à¹€à¸§à¸à¸£à¹Œà¸—ิเบิลฟรังà¸à¹Œà¸¥à¸±à¸à¹€à¸‹à¸¡à¹€à¸šà¸´à¸£à¹Œà¸), }, }, 'LUF' => { symbol => 'LUF', display_name => { 'currency' => q(ฟรังà¸à¹Œà¸¥à¸±à¸à¹€à¸‹à¸¡à¹€à¸šà¸´à¸£à¹Œà¸), }, }, 'LUL' => { symbol => 'LUL', display_name => { 'currency' => q(ไฟà¹à¸™à¸¥à¹€à¸Šà¸µà¸¢à¸¥à¸Ÿà¸£à¸±à¸‡à¸à¹Œà¸¥à¸±à¸à¹€à¸‹à¸¡à¹€à¸šà¸´à¸£à¹Œà¸), }, }, 'LVL' => { symbol => 'LVL', display_name => { 'currency' => q(ลัตส์ลัตเวีย), 'other' => q(ลัตส์ลัตเวีย), }, }, 'LVR' => { symbol => 'LVR', display_name => { 'currency' => q(รูเบิลลัตเวีย), }, }, 'LYD' => { symbol => 'LYD', display_name => { 'currency' => q(ดีนาร์ลิเบีย), 'other' => q(ดีนาร์ลิเบีย), }, }, 'MAD' => { symbol => 'MAD', display_name => { 'currency' => q(ดีà¹à¸£à¸«à¹Œà¸¡à¹‚มร็à¸à¸à¹‚à¸), 'other' => q(ดีà¹à¸£à¸«à¹Œà¸¡à¹‚มร็à¸à¸à¹‚à¸), }, }, 'MAF' => { symbol => 'MAF', display_name => { 'currency' => q(ฟรังà¸à¹Œà¹‚มร็à¸à¸à¹‚à¸), }, }, 'MCF' => { symbol => 'MCF', display_name => { 'currency' => q(ฟรังà¸à¹Œà¹‚มนาโà¸), }, }, 'MDC' => { symbol => 'MDC', display_name => { 'currency' => q(บัตรปันส่วนมà¸à¸¥à¹‚ดวา), }, }, 'MDL' => { symbol => 'MDL', display_name => { 'currency' => q(ลิวมà¸à¸¥à¹‚ดวา), 'other' => q(ลิวมà¸à¸¥à¹‚ดวา), }, }, 'MGA' => { symbol => 'MGA', display_name => { 'currency' => q(à¸à¸²à¹€à¸£à¸µà¸¢à¸£à¸µà¸¡à¸²à¸¥à¸²à¸à¸²à¸‹à¸µ), 'other' => q(à¸à¸²à¹€à¸£à¸µà¸¢à¸£à¸µà¸¡à¸²à¸¥à¸²à¸à¸²à¸‹à¸µ), }, }, 'MGF' => { symbol => 'MGF', display_name => { 'currency' => q(ฟรังà¸à¹Œà¸¡à¸²à¸”าà¸à¸±à¸ªà¸à¸²à¸£à¹Œ), }, }, 'MKD' => { symbol => 'MKD', display_name => { 'currency' => q(ดีนาร์มาซิโดเนีย), 'other' => q(ดีนาร์มาซิโดเนีย), }, }, 'MKN' => { symbol => 'MKN', display_name => { 'currency' => q(ดีนาร์มาซิโดเนีย \(1992–1993\)), }, }, 'MLF' => { symbol => 'MLF', display_name => { 'currency' => q(ฟรังà¸à¹Œà¸¡à¸²à¸¥à¸µ), }, }, 'MMK' => { symbol => 'MMK', display_name => { 'currency' => q(จ๊าตพม่า), 'other' => q(จ๊าตพม่า), }, }, 'MNT' => { symbol => 'MNT', display_name => { 'currency' => q(ทูà¸à¸£à¸´à¸à¸¡à¸à¸‡à¹‚à¸à¹€à¸¥à¸µà¸¢), 'other' => q(ทูà¸à¸£à¸´à¸à¸¡à¸à¸‡à¹‚à¸à¹€à¸¥à¸µà¸¢), }, }, 'MOP' => { symbol => 'MOP', display_name => { 'currency' => q(ปาตาà¸à¸²à¸¡à¸²à¹€à¸à¹Šà¸²), 'other' => q(ปาตาà¸à¸²à¸¡à¸²à¹€à¸à¹Šà¸²), }, }, 'MRO' => { symbol => 'MRO', display_name => { 'currency' => q(à¸à¸¹à¸à¸µà¸¢à¸²à¸¡à¸à¸£à¸´à¹€à¸•à¹€à¸™à¸µà¸¢ \(1973–2017\)), 'other' => q(à¸à¸¹à¸à¸µà¸¢à¸²à¸¡à¸à¸£à¸´à¹€à¸•à¹€à¸™à¸µà¸¢ \(1973–2017\)), }, }, 'MRU' => { symbol => 'MRU', display_name => { 'currency' => q(à¸à¸¹à¸à¸µà¸¢à¸²à¸¡à¸à¸£à¸´à¹€à¸•à¹€à¸™à¸µà¸¢), 'other' => q(à¸à¸¹à¸à¸µà¸¢à¸²à¸¡à¸à¸£à¸´à¹€à¸•à¹€à¸™à¸µà¸¢), }, }, 'MTL' => { symbol => 'MTL', display_name => { 'currency' => q(ลีรามà¸à¸¥à¸•à¸²), }, }, 'MTP' => { symbol => 'MTP', display_name => { 'currency' => q(ปà¸à¸™à¸”์มà¸à¸¥à¸•à¸²), }, }, 'MUR' => { symbol => 'MUR', display_name => { 'currency' => q(รูปีมà¸à¸£à¸´à¹€à¸Šà¸µà¸¢à¸ª), 'other' => q(รูปีมà¸à¸£à¸´à¹€à¸Šà¸µà¸¢à¸ª), }, }, 'MVR' => { symbol => 'MVR', display_name => { 'currency' => q(รูฟิยามัลดีฟส์), 'other' => q(รูฟิยามัลดีฟส์), }, }, 'MWK' => { symbol => 'MWK', display_name => { 'currency' => q(ควาชามาลาวี), 'other' => q(ควาชามาลาวี), }, }, 'MXN' => { symbol => 'MX$', display_name => { 'currency' => q(เปโซเม็à¸à¸‹à¸´à¹‚à¸), 'other' => q(เปโซเม็à¸à¸‹à¸´à¹‚à¸), }, }, 'MXP' => { symbol => 'MXP', display_name => { 'currency' => q(เงินเปโซเม็à¸à¸‹à¸´à¹‚ภ\(1861–1992\)), }, }, 'MXV' => { symbol => 'MXV', display_name => { 'currency' => q(ยูนิà¹à¸”ด ดี à¸à¸´à¸™à¹€à¸§à¸à¸£à¹Œà¸Šà¸±à¹ˆà¸™ เม็à¸à¸‹à¸´à¹‚à¸), }, }, 'MYR' => { symbol => 'MYR', display_name => { 'currency' => q(ริงà¸à¸´à¸•à¸¡à¸²à¹€à¸¥à¹€à¸‹à¸µà¸¢), 'other' => q(ริงà¸à¸´à¸•à¸¡à¸²à¹€à¸¥à¹€à¸‹à¸µà¸¢), }, }, 'MZE' => { symbol => 'MZE', display_name => { 'currency' => q(เà¸à¸ªà¸„ูโดโมซัมบิà¸), }, }, 'MZM' => { symbol => 'MZM', display_name => { 'currency' => q(เมติคัลโมซัมบิà¸à¹€à¸à¹ˆà¸²), }, }, 'MZN' => { symbol => 'MZN', display_name => { 'currency' => q(เมติคัลโมซัมบิà¸), 'other' => q(เมติคัลโมซัมบิà¸), }, }, 'NAD' => { symbol => 'NAD', display_name => { 'currency' => q(ดà¸à¸¥à¸¥à¸²à¸£à¹Œà¸™à¸²à¸¡à¸´à¹€à¸šà¸µà¸¢), 'other' => q(ดà¸à¸¥à¸¥à¸²à¸£à¹Œà¸™à¸²à¸¡à¸´à¹€à¸šà¸µà¸¢), }, }, 'NGN' => { symbol => 'NGN', display_name => { 'currency' => q(ไนราไนจีเรีย), 'other' => q(ไนราไนจีเรีย), }, }, 'NIC' => { symbol => 'NIC', display_name => { 'currency' => q(คà¸à¸£à¹Œà¹‚ดบานิà¸à¸²à¸£à¸²à¸à¸±à¸§), }, }, 'NIO' => { symbol => 'NIO', display_name => { 'currency' => q(à¸à¸à¸£à¹Œà¹‚ดบานิà¸à¸²à¸£à¸²à¸à¸±à¸§), 'other' => q(à¸à¸à¸£à¹Œà¹‚ดบานิà¸à¸²à¸£à¸²à¸à¸±à¸§), }, }, 'NLG' => { symbol => 'NLG', display_name => { 'currency' => q(à¸à¸´à¸¥à¹€à¸”à¸à¸£à¹Œà¹€à¸™à¹€à¸˜à¸à¸£à¹Œà¹à¸¥à¸™à¸”์), }, }, 'NOK' => { symbol => 'NOK', display_name => { 'currency' => q(โครนนà¸à¸£à¹Œà¹€à¸§à¸¢à¹Œ), 'other' => q(โครนนà¸à¸£à¹Œà¹€à¸§à¸¢à¹Œ), }, }, 'NPR' => { symbol => 'NPR', display_name => { 'currency' => q(รูปีเนปาล), 'other' => q(รูปีเนปาล), }, }, 'NZD' => { symbol => 'NZ$', display_name => { 'currency' => q(ดà¸à¸¥à¸¥à¸²à¸£à¹Œà¸™à¸´à¸§à¸‹à¸µà¹à¸¥à¸™à¸”์), 'other' => q(ดà¸à¸¥à¸¥à¸²à¸£à¹Œà¸™à¸´à¸§à¸‹à¸µà¹à¸¥à¸™à¸”์), }, }, 'OMR' => { symbol => 'OMR', display_name => { 'currency' => q(เรียลโà¸à¸¡à¸²à¸™), 'other' => q(เรียลโà¸à¸¡à¸²à¸™), }, }, 'PAB' => { symbol => 'PAB', display_name => { 'currency' => q(บัลบัวปานามา), 'other' => q(บัลบัวปานามา), }, }, 'PEI' => { symbol => 'PEI', display_name => { 'currency' => q(à¸à¸´à¸™à¸•à¸µà¹€à¸›à¸£à¸¹), }, }, 'PEN' => { symbol => 'PEN', display_name => { 'currency' => q(ซà¸à¸¥à¹€à¸›à¸£à¸¹), 'other' => q(ซà¸à¸¥à¹€à¸›à¸£à¸¹), }, }, 'PES' => { symbol => 'PES', display_name => { 'currency' => q(ซà¸à¸¥à¹€à¸›à¸£à¸¹ \(1863–1965\)), 'other' => q(ซà¸à¸¥à¹€à¸›à¸£à¸¹\(1863–1965\)), }, }, 'PGK' => { symbol => 'PGK', display_name => { 'currency' => q(à¸à¸µà¸™à¸²à¸›à¸²à¸›à¸±à¸§à¸™à¸´à¸§à¸à¸´à¸™à¸µ), 'other' => q(à¸à¸µà¸™à¸²à¸›à¸²à¸›à¸±à¸§à¸™à¸´à¸§à¸à¸´à¸™à¸µ), }, }, 'PHP' => { symbol => 'PHP', display_name => { 'currency' => q(เปโซฟิลิปปินส์), 'other' => q(เปโซฟิลิปปินส์), }, }, 'PKR' => { symbol => 'PKR', display_name => { 'currency' => q(รูปีปาà¸à¸µà¸ªà¸–าน), 'other' => q(รูปีปาà¸à¸µà¸ªà¸–าน), }, }, 'PLN' => { symbol => 'PLN', display_name => { 'currency' => q(ซลà¸à¸•à¸µà¹‚ปà¹à¸¥à¸™à¸”์), 'other' => q(ซลà¸à¸•à¸µà¹‚ปà¹à¸¥à¸™à¸”์), }, }, 'PLZ' => { symbol => 'PLZ', display_name => { 'currency' => q(ซลà¸à¸•à¸µà¹‚ปà¹à¸¥à¸™à¸”์ \(1950–1995\)), }, }, 'PTE' => { symbol => 'PTE', display_name => { 'currency' => q(เà¸à¸ªà¸„ูโดโปรตุเà¸à¸ª), }, }, 'PYG' => { symbol => 'PYG', display_name => { 'currency' => q(à¸à¸§à¸²à¸£à¸²à¸™à¸µà¸›à¸²à¸£à¸²à¸à¸§à¸±à¸¢), 'other' => q(à¸à¸§à¸²à¸£à¸²à¸™à¸µà¸›à¸²à¸£à¸²à¸à¸§à¸±à¸¢), }, }, 'QAR' => { symbol => 'QAR', display_name => { 'currency' => q(เรียลà¸à¸²à¸•à¸²à¸£à¹Œ), 'other' => q(เรียลà¸à¸²à¸•à¸²à¸£à¹Œ), }, }, 'RHD' => { symbol => 'RHD', display_name => { 'currency' => q(ดà¸à¸¥à¸¥à¸²à¸£à¹Œà¹‚รดีเซีย), }, }, 'ROL' => { symbol => 'ROL', display_name => { 'currency' => q(ลิวโรมาเนียเà¸à¹ˆà¸²), }, }, 'RON' => { symbol => 'RON', display_name => { 'currency' => q(ลิวโรมาเนีย), 'other' => q(ลิวโรมาเนีย), }, }, 'RSD' => { symbol => 'RSD', display_name => { 'currency' => q(ดีนาร์เซà¸à¸£à¹Œà¹€à¸šà¸µà¸¢), 'other' => q(ดีนาร์เซà¸à¸£à¹Œà¹€à¸šà¸µà¸¢), }, }, 'RUB' => { symbol => 'RUB', display_name => { 'currency' => q(รูเบิลรัสเซีย), 'other' => q(รูเบิลรัสเซีย), }, }, 'RUR' => { symbol => 'RUR', display_name => { 'currency' => q(รูเบิลรัสเซีย \(1991–1998\)), }, }, 'RWF' => { symbol => 'RWF', display_name => { 'currency' => q(ฟรังà¸à¹Œà¸£à¸§à¸±à¸™à¸”า), 'other' => q(ฟรังà¸à¹Œà¸£à¸§à¸±à¸™à¸”า), }, }, 'SAR' => { symbol => 'SAR', display_name => { 'currency' => q(ริยัลซาà¸à¸¸à¸”ีà¸à¸²à¸£à¸°à¹€à¸šà¸µà¸¢), 'other' => q(ริยัลซาà¸à¸¸à¸”ีà¸à¸²à¸£à¸°à¹€à¸šà¸µà¸¢), }, }, 'SBD' => { symbol => 'SBD', display_name => { 'currency' => q(ดà¸à¸¥à¸¥à¸²à¸£à¹Œà¸«à¸¡à¸¹à¹ˆà¹€à¸à¸²à¸°à¹‚ซโลมà¸à¸™), 'other' => q(ดà¸à¸¥à¸¥à¸²à¸£à¹Œà¸«à¸¡à¸¹à¹ˆà¹€à¸à¸²à¸°à¹‚ซโลมà¸à¸™), }, }, 'SCR' => { symbol => 'SCR', display_name => { 'currency' => q(รูปีเซเชลส์), 'other' => q(รูปีเซเชลส์), }, }, 'SDD' => { symbol => 'SDD', display_name => { 'currency' => q(ดีนาร์ซูดานเà¸à¹ˆà¸²), }, }, 'SDG' => { symbol => 'SDG', display_name => { 'currency' => q(ปà¸à¸™à¸”์ซูดาน), 'other' => q(ปà¸à¸™à¸”์ซูดาน), }, }, 'SDP' => { symbol => 'SDP', display_name => { 'currency' => q(ปà¸à¸™à¸”์ซูดานเà¸à¹ˆà¸²), }, }, 'SEK' => { symbol => 'SEK', display_name => { 'currency' => q(โครนาสวีเดน), 'other' => q(โครนาสวีเดน), }, }, 'SGD' => { symbol => 'SGD', display_name => { 'currency' => q(ดà¸à¸¥à¸¥à¸²à¸£à¹Œà¸ªà¸´à¸‡à¸„โปร์), 'other' => q(ดà¸à¸¥à¸¥à¸²à¸£à¹Œà¸ªà¸´à¸‡à¸„โปร์), }, }, 'SHP' => { symbol => 'SHP', display_name => { 'currency' => q(ปà¸à¸™à¸”์เซนต์เฮเลนา), 'other' => q(ปà¸à¸™à¸”์เซนต์เฮเลนา), }, }, 'SIT' => { symbol => 'SIT', display_name => { 'currency' => q(ทà¸à¸¥à¸²à¸£à¹Œà¸ªà¹‚ลวีเนีย), }, }, 'SKK' => { symbol => 'SKK', display_name => { 'currency' => q(โครูนาสโลวัà¸), }, }, 'SLL' => { symbol => 'SLL', display_name => { 'currency' => q(ลีโà¸à¸™à¹€à¸‹à¸µà¸¢à¸£à¹Œà¸£à¸²à¸¥à¸µà¹‚à¸à¸™), 'other' => q(ลีโà¸à¸™à¹€à¸‹à¸µà¸¢à¸£à¹Œà¸£à¸²à¸¥à¸µà¹‚à¸à¸™), }, }, 'SOS' => { symbol => 'SOS', display_name => { 'currency' => q(ชิลลิงโซมาเลีย), 'other' => q(ชิลลิงโซมาเลีย), }, }, 'SRD' => { symbol => 'SRD', display_name => { 'currency' => q(ดà¸à¸¥à¸¥à¸²à¸£à¹Œà¸‹à¸¹à¸£à¸´à¸™à¸²à¹€à¸¡), 'other' => q(ดà¸à¸¥à¸¥à¸²à¸£à¹Œà¸‹à¸¹à¸£à¸´à¸™à¸²à¹€à¸¡), }, }, 'SRG' => { symbol => 'SRG', display_name => { 'currency' => q(à¸à¸´à¸¥à¹€à¸”à¸à¸£à¹Œà¸‹à¸¹à¸£à¸´à¸™à¸²à¹€à¸¡), }, }, 'SSP' => { symbol => 'SSP', display_name => { 'currency' => q(ปà¸à¸™à¸”์ซูดานใต้), 'other' => q(ปà¸à¸™à¸”์ซูดานใต้), }, }, 'STD' => { symbol => 'STD', display_name => { 'currency' => q(ดà¸à¸šà¸£à¸²à¹€à¸‹à¸²à¸•à¸¹à¹€à¸¡à¹à¸¥à¸°à¸›à¸£à¸´à¸™à¸‹à¸´à¸›à¸µ \(1977–2017\)), 'other' => q(ดà¸à¸šà¸£à¸²à¹€à¸‹à¸²à¸•à¸¹à¹€à¸¡à¹à¸¥à¸°à¸›à¸£à¸´à¸™à¸‹à¸´à¸›à¸µ \(1977–2017\)), }, }, 'STN' => { symbol => 'STN', display_name => { 'currency' => q(ดà¸à¸šà¸£à¸²à¹€à¸‹à¸²à¸•à¸¹à¹€à¸¡à¹à¸¥à¸°à¸›à¸£à¸´à¸™à¸‹à¸´à¸›à¸µ), 'other' => q(ดà¸à¸šà¸£à¸²à¹€à¸‹à¸²à¸•à¸¹à¹€à¸¡à¹à¸¥à¸°à¸›à¸£à¸´à¸™à¸‹à¸´à¸›à¸µ), }, }, 'SUR' => { symbol => 'SUR', display_name => { 'currency' => q(รูเบิลโซเวียต), }, }, 'SVC' => { symbol => 'SVC', display_name => { 'currency' => q(โคลà¸à¸™à¹€à¸à¸¥à¸‹à¸±à¸¥à¸§à¸²à¸”à¸à¸£à¹Œ), }, }, 'SYP' => { symbol => 'SYP', display_name => { 'currency' => q(ปà¸à¸™à¸”์ซีเรีย), 'other' => q(ปà¸à¸™à¸”์ซีเรีย), }, }, 'SZL' => { symbol => 'SZL', display_name => { 'currency' => q(ลิลันเจนีสวาซิ), 'other' => q(ลิลันเจนีสวาซิ), }, }, 'THB' => { symbol => '฿', display_name => { 'currency' => q(บาท), 'other' => q(บาทไทย), }, }, 'TJR' => { symbol => 'TJR', display_name => { 'currency' => q(รูเบิลทาจิà¸à¸´à¸ªà¸–าน), }, }, 'TJS' => { symbol => 'TJS', display_name => { 'currency' => q(โซโมนิทาจิà¸à¸´à¸ªà¸–าน), 'other' => q(โซโมนิทาจิà¸à¸´à¸ªà¸–าน), }, }, 'TMM' => { symbol => 'TMM', display_name => { 'currency' => q(มานัตเติร์à¸à¹€à¸¡à¸™à¸´à¸ªà¸–าน \(1993–2009\)), }, }, 'TMT' => { symbol => 'TMT', display_name => { 'currency' => q(มานัตเติร์à¸à¹€à¸¡à¸™à¸´à¸ªà¸–าน), 'other' => q(มานัตเติร์à¸à¹€à¸¡à¸™à¸´à¸ªà¸–าน), }, }, 'TND' => { symbol => 'TND', display_name => { 'currency' => q(ดีนาร์ตูนิเซีย), 'other' => q(ดีนาร์ตูนิเซีย), }, }, 'TOP' => { symbol => 'TOP', display_name => { 'currency' => q(พาà¹à¸à¸‡à¸à¸²à¸•à¸à¸‡à¸à¸²), 'other' => q(พาà¹à¸à¸‡à¸à¸²à¸•à¸à¸‡à¸à¸²), }, }, 'TPE' => { symbol => 'TPE', display_name => { 'currency' => q(เà¸à¸ªà¸„ูโดติมà¸à¸£à¹Œ), }, }, 'TRL' => { symbol => 'TRL', display_name => { 'currency' => q(ลีราตุรà¸à¸µà¹€à¸à¹ˆà¸²), }, }, 'TRY' => { symbol => 'TRY', display_name => { 'currency' => q(ลีราตุรà¸à¸µ), 'other' => q(ลีราตุรà¸à¸µ), }, }, 'TTD' => { symbol => 'TTD', display_name => { 'currency' => q(ดà¸à¸¥à¸¥à¸²à¸£à¹Œà¸•à¸£à¸´à¸™à¸´à¹à¸”ดà¹à¸¥à¸°à¹‚ตเบโà¸), 'other' => q(ดà¸à¸¥à¸¥à¸²à¸£à¹Œà¸•à¸£à¸´à¸™à¸´à¹à¸”ดà¹à¸¥à¸°à¹‚ตเบโà¸), }, }, 'TWD' => { symbol => 'NT$', display_name => { 'currency' => q(ดà¸à¸¥à¸¥à¸²à¸£à¹Œà¹„ต้หวันใหม่), 'other' => q(ดà¸à¸¥à¸¥à¸²à¸£à¹Œà¹„ต้หวันใหม่), }, }, 'TZS' => { symbol => 'TZS', display_name => { 'currency' => q(ชิลลิงà¹à¸—นซาเนีย), 'other' => q(ชิลลิงà¹à¸—นซาเนีย), }, }, 'UAH' => { symbol => 'UAH', display_name => { 'currency' => q(ฮรีฟเนียยูเครน), 'other' => q(ฮรีฟเนียยูเครน), }, }, 'UAK' => { symbol => 'UAK', display_name => { 'currency' => q(คาร์โบวาเนตซ์ยูเครน), }, }, 'UGS' => { symbol => 'UGS', display_name => { 'currency' => q(ชิลลิงยูà¸à¸±à¸™à¸”า \(1966–1987\)), }, }, 'UGX' => { symbol => 'UGX', display_name => { 'currency' => q(ชิลลิงยูà¸à¸±à¸™à¸”า), 'other' => q(ชิลลิงยูà¸à¸±à¸™à¸”า), }, }, 'USD' => { symbol => 'US$', display_name => { 'currency' => q(ดà¸à¸¥à¸¥à¸²à¸£à¹Œà¸ªà¸«à¸£à¸±à¸), 'other' => q(ดà¸à¸¥à¸¥à¸²à¸£à¹Œà¸ªà¸«à¸£à¸±à¸), }, }, 'USN' => { symbol => 'USN', display_name => { 'currency' => q(ดà¸à¸¥à¸¥à¸²à¸£à¹Œà¸ªà¸«à¸£à¸±à¸ \(วันถัดไป\)), 'other' => q(ดà¸à¸¥à¸¥à¸²à¸£à¹Œà¸ªà¸«à¸£à¸±à¸ \(วันถัดไป\)), }, }, 'USS' => { symbol => 'USS', display_name => { 'currency' => q(ดà¸à¸¥à¸¥à¸²à¸£à¹Œà¸ªà¸«à¸£à¸±à¸ \(วันเดียวà¸à¸±à¸™\)), 'other' => q(ดà¸à¸¥à¸¥à¸²à¸£à¹Œà¸ªà¸«à¸£à¸±à¸ \(วันเดียวà¸à¸±à¸™\)), }, }, 'UYI' => { symbol => 'UYI', display_name => { 'currency' => q(เปโซเà¸à¸™à¸¢à¸¹à¸™à¸´à¹à¸”ดเซสà¸à¸´à¸™à¹€à¸”็à¸à¸‹à¸²à¹à¸”สà¸à¸¸à¸£à¸¸à¸à¸§à¸±à¸¢), }, }, 'UYP' => { symbol => 'UYP', display_name => { 'currency' => q(เปโซà¸à¸¸à¸£à¸¸à¸à¸§à¸±à¸¢ \(1975–1993\)), }, }, 'UYU' => { symbol => 'UYU', display_name => { 'currency' => q(เปโซà¸à¸¸à¸£à¸¸à¸à¸§à¸±à¸¢), 'other' => q(เปโซà¸à¸¸à¸£à¸¸à¸à¸§à¸±à¸¢), }, }, 'UZS' => { symbol => 'UZS', display_name => { 'currency' => q(ซà¸à¸¡à¸à¸¸à¸‹à¹€à¸šà¸à¸´à¸ªà¸–าน), 'other' => q(ซà¸à¸¡à¸à¸¸à¸‹à¹€à¸šà¸à¸´à¸ªà¸–าน), }, }, 'VEB' => { symbol => 'VEB', display_name => { 'currency' => q(โบลิวาร์เวเนซุเà¸à¸¥à¸² \(1871–2008\)), }, }, 'VEF' => { symbol => 'VEF', display_name => { 'currency' => q(โบลิวาร์เวเนซุเà¸à¸¥à¸²), 'other' => q(โบลิวาร์เวเนซุเà¸à¸¥à¸²), }, }, 'VES' => { symbol => 'VES', display_name => { 'currency' => q(โบลีวาร์เวเนซุเà¸à¸¥à¸²), 'other' => q(โบลีวาร์à¹à¸«à¹ˆà¸‡à¹€à¸§à¹€à¸™à¸‹à¸¸à¹€à¸à¸¥à¸²), }, }, 'VND' => { symbol => 'â‚«', display_name => { 'currency' => q(ดà¸à¸‡à¹€à¸§à¸µà¸¢à¸”นาม), 'other' => q(ดà¸à¸‡à¹€à¸§à¸µà¸¢à¸”นาม), }, }, 'VNN' => { symbol => 'VNN', display_name => { 'currency' => q(ดà¸à¸‡à¹€à¸§à¸µà¸¢à¸”นาม \(1978–1985\)), }, }, 'VUV' => { symbol => 'VUV', display_name => { 'currency' => q(วาตูวานูà¸à¸²à¸•à¸¹), 'other' => q(วาตูวานูà¸à¸²à¸•à¸¹), }, }, 'WST' => { symbol => 'WST', display_name => { 'currency' => q(ทาลาซามัว), 'other' => q(ทาลาซามัว), }, }, 'XAF' => { symbol => 'FCFA', display_name => { 'currency' => q(ฟรังà¸à¹Œà¹€à¸‹à¸Ÿà¸²à¸˜à¸™à¸²à¸„ารรัà¸à¹à¸à¸Ÿà¸£à¸´à¸à¸²à¸à¸¥à¸²à¸‡), 'other' => q(ฟรังà¸à¹Œà¹€à¸‹à¸Ÿà¸²à¸˜à¸™à¸²à¸„ารรัà¸à¹à¸à¸Ÿà¸£à¸´à¸à¸²à¸à¸¥à¸²à¸‡), }, }, 'XAG' => { symbol => 'XAG', display_name => { 'currency' => q(เงิน), }, }, 'XAU' => { symbol => 'XAU', display_name => { 'currency' => q(ทà¸à¸‡), }, }, 'XBA' => { symbol => 'XBA', display_name => { 'currency' => q(หน่วยคà¸à¸¡à¹‚พสิตยุโรป), }, }, 'XBB' => { symbol => 'XBB', display_name => { 'currency' => q(หน่วยโมเนทารียุโรป), }, }, 'XBC' => { symbol => 'XBC', display_name => { 'currency' => q(หน่วยบัà¸à¸Šà¸µà¸¢à¸¸à¹‚รป [XBC]), }, }, 'XBD' => { symbol => 'XBD', display_name => { 'currency' => q(หน่วยบัà¸à¸Šà¸µà¸¢à¸¸à¹‚รป [XBD]), }, }, 'XCD' => { symbol => 'EC$', display_name => { 'currency' => q(ดà¸à¸¥à¸¥à¸²à¸£à¹Œà¹à¸„ริบเบียนตะวันà¸à¸à¸), 'other' => q(ดà¸à¸¥à¸¥à¸²à¸£à¹Œà¹à¸„ริบเบียนตะวันà¸à¸à¸), }, }, 'XDR' => { symbol => 'XDR', display_name => { 'currency' => q(สิทธิถà¸à¸™à¹€à¸‡à¸´à¸™à¸žà¸´à¹€à¸¨à¸©), }, }, 'XEU' => { symbol => 'XEU', display_name => { 'currency' => q(หน่วยสà¸à¸¸à¸¥à¹€à¸‡à¸´à¸™à¸¢à¸¸à¹‚รป), }, }, 'XFO' => { symbol => 'XFO', display_name => { 'currency' => q(ฟรังà¸à¹Œà¸—à¸à¸‡à¸à¸£à¸±à¹ˆà¸‡à¹€à¸¨à¸ª), }, }, 'XFU' => { symbol => 'XFU', display_name => { 'currency' => q(ฟรังà¸à¹Œà¸¢à¸¹à¹„à¸à¸‹à¸µà¸à¸£à¸±à¹ˆà¸‡à¹€à¸¨à¸ª), }, }, 'XOF' => { symbol => 'F CFA', display_name => { 'currency' => q(ฟรังà¸à¹Œà¹€à¸‹à¸Ÿà¸²à¸˜à¸™à¸²à¸„ารà¸à¸¥à¸²à¸‡à¸£à¸±à¸à¹à¸à¸Ÿà¸£à¸´à¸à¸²à¸•à¸°à¸§à¸±à¸™à¸•à¸), 'other' => q(ฟรังà¸à¹Œà¹€à¸‹à¸Ÿà¸²à¸˜à¸™à¸²à¸„ารà¸à¸¥à¸²à¸‡à¸£à¸±à¸à¹à¸à¸Ÿà¸£à¸´à¸à¸²à¸•à¸°à¸§à¸±à¸™à¸•à¸), }, }, 'XPD' => { symbol => 'XPD', display_name => { 'currency' => q(พัลเลเดียม), }, }, 'XPF' => { symbol => 'CFPF', display_name => { 'currency' => q(ฟรังà¸à¹Œà¸‹à¸µà¹€à¸à¸Ÿà¸žà¸µ), 'other' => q(ฟรังà¸à¹Œà¸‹à¸µà¹€à¸à¸Ÿà¸žà¸µ), }, }, 'XPT' => { symbol => 'XPT', display_name => { 'currency' => q(à¹à¸žà¸¥à¸•à¸´à¸™à¸±à¸¡), }, }, 'XRE' => { symbol => 'XRE', display_name => { 'currency' => q(à¸à¸à¸‡à¸—ุนไรเน็ต), }, }, 'XSU' => { symbol => 'XSU', display_name => { 'currency' => q(ซูเà¸à¸£), }, }, 'XTS' => { symbol => 'XTS', display_name => { 'currency' => q(รหัสทดสà¸à¸šà¸ªà¸à¸¸à¸¥à¹€à¸‡à¸´à¸™), }, }, 'XUA' => { symbol => 'XUA', display_name => { 'currency' => q(หน่วยบัà¸à¸Šà¸µ เà¸à¸”ีบี), }, }, 'XXX' => { symbol => 'XXX', display_name => { 'currency' => q(ไม่ทราบชื่à¸à¸ªà¸à¸¸à¸¥à¹€à¸‡à¸´à¸™), 'other' => q(\(ไม่ทราบชื่à¸à¸ªà¸à¸¸à¸¥à¹€à¸‡à¸´à¸™\)), }, }, 'YDD' => { symbol => 'YDD', display_name => { 'currency' => q(ดีนาร์เยเมน), }, }, 'YER' => { symbol => 'YER', display_name => { 'currency' => q(เรียลเยเมน), 'other' => q(เรียลเยเมน), }, }, 'YUD' => { symbol => 'YUD', display_name => { 'currency' => q(ฮาร์ดดีนาร์ยูโà¸à¸ªà¸¥à¸²à¹€à¸§à¸µà¸¢), }, }, 'YUM' => { symbol => 'YUM', display_name => { 'currency' => q(โนวิย์ดีนาร์ยูโà¸à¸ªà¸¥à¸²à¹€à¸§à¸µà¸¢), }, }, 'YUN' => { symbol => 'YUN', display_name => { 'currency' => q(คà¸à¸™à¹€à¸§à¸à¸£à¹Œà¸—ิเบิลดีนาร์ยูโà¸à¸ªà¸¥à¸²à¹€à¸§à¸µà¸¢), }, }, 'YUR' => { symbol => 'YUR', display_name => { 'currency' => q(ดีนาร์ปà¸à¸´à¸£à¸¹à¸›à¸¢à¸¹à¹‚à¸à¸ªà¸¥à¸²à¹€à¸§à¸µà¸¢ \(1992–1993\)), }, }, 'ZAL' => { symbol => 'ZAL', display_name => { 'currency' => q(à¹à¸£à¸™à¸”์à¹à¸à¸Ÿà¸£à¸´à¸à¸²à¹ƒà¸•à¹‰ \(à¸à¸²à¸£à¹€à¸‡à¸´à¸™\)), }, }, 'ZAR' => { symbol => 'ZAR', display_name => { 'currency' => q(à¹à¸£à¸™à¸”์à¹à¸à¸Ÿà¸£à¸´à¸à¸²à¹ƒà¸•à¹‰), 'other' => q(à¹à¸£à¸™à¸”์à¹à¸à¸Ÿà¸£à¸´à¸à¸²à¹ƒà¸•à¹‰), }, }, 'ZMK' => { symbol => 'ZMK', display_name => { 'currency' => q(ควาชาà¹à¸‹à¸¡à¹€à¸šà¸µà¸¢ \(1968–2012\)), }, }, 'ZMW' => { symbol => 'ZMW', display_name => { 'currency' => q(ควาชาà¹à¸‹à¸¡à¹€à¸šà¸µà¸¢), 'other' => q(ควาชาà¹à¸‹à¸¡à¹€à¸šà¸µà¸¢), }, }, 'ZRN' => { symbol => 'ZRN', display_name => { 'currency' => q(นิวà¹à¸‹à¸£à¹Œà¸„à¸à¸‡à¹‚à¸), }, }, 'ZRZ' => { symbol => 'ZRZ', display_name => { 'currency' => q(à¹à¸‹à¸£à¹Œà¸„à¸à¸‡à¹‚à¸), }, }, 'ZWD' => { symbol => 'ZWD', display_name => { 'currency' => q(ดà¸à¸¥à¸¥à¸²à¸£à¹Œà¸‹à¸´à¸¡à¸šà¸±à¸šà¹€à¸§), }, }, 'ZWL' => { symbol => 'ZWL', display_name => { 'currency' => q(ดà¸à¸¥à¸¥à¸²à¸£à¹Œà¸‹à¸´à¸¡à¸šà¸±à¸šà¹€à¸§ \(2009\)), }, }, 'ZWR' => { symbol => 'ZWR', display_name => { 'currency' => q(ดà¸à¸¥à¸¥à¸²à¸£à¹Œà¸‹à¸´à¸¡à¸šà¸±à¸šà¹€à¸§ \(2008\)), }, }, } }, ); has 'calendar_months' => ( is => 'ro', isa => HashRef, init_arg => undef, default => sub { { 'chinese' => { 'format' => { abbreviated => { nonleap => [ '1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12' ], leap => [ ], }, narrow => { nonleap => [ '1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12' ], leap => [ ], }, wide => { nonleap => [ '1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12' ], leap => [ ], }, }, 'stand-alone' => { abbreviated => { nonleap => [ '1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12' ], leap => [ ], }, narrow => { nonleap => [ '1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12' ], leap => [ ], }, wide => { nonleap => [ '1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12' ], leap => [ ], }, }, }, 'coptic' => { 'format' => { abbreviated => { nonleap => [ 'เทาท์', 'บาบา', 'ฮาเทà¸à¸£à¹Œ', 'เคียฟ', 'โทบา', 'à¸à¸±à¸¡à¹€à¸Šà¸à¸£à¹Œ', 'บารัมฮัท', 'บาราเมาดา', 'บาชันส์', 'พาโà¸à¸™à¸²', 'à¸à¸µà¹€à¸›à¸›', 'เมสรา', 'นาซี' ], leap => [ ], }, narrow => { nonleap => [ '1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13' ], leap => [ ], }, wide => { nonleap => [ 'เทาท์', 'บาบา', 'ฮาเทà¸à¸£à¹Œ', 'เคียฟ', 'โทบา', 'à¸à¸±à¸¡à¹€à¸Šà¸à¸£à¹Œ', 'บารัมฮัท', 'บาราเมาดา', 'บาชันส์', 'พาโà¸à¸™à¸²', 'à¸à¸µà¹€à¸›à¸›', 'เมสรา', 'นาซี' ], leap => [ ], }, }, 'stand-alone' => { abbreviated => { nonleap => [ 'เทาท์', 'บาบา', 'ฮาเทà¸à¸£à¹Œ', 'เคียฟ', 'โทบา', 'à¸à¸±à¸¡à¹€à¸Šà¸à¸£à¹Œ', 'บารัมฮัท', 'บาราเมาดา', 'บาชันส์', 'พาโà¸à¸™à¸²', 'à¸à¸µà¹€à¸›à¸›', 'เมสรา', 'นาซี' ], leap => [ ], }, narrow => { nonleap => [ '1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13' ], leap => [ ], }, wide => { nonleap => [ 'เทาท์', 'บาบา', 'ฮาเทà¸à¸£à¹Œ', 'เคียฟ', 'โทบา', 'à¸à¸±à¸¡à¹€à¸Šà¸à¸£à¹Œ', 'บารัมฮัท', 'บาราเมาดา', 'บาชันส์', 'พาโà¸à¸™à¸²', 'à¸à¸µà¹€à¸›à¸›', 'เมสรา', 'นาซี' ], leap => [ ], }, }, }, 'dangi' => { 'format' => { abbreviated => { nonleap => [ '1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12' ], leap => [ ], }, narrow => { nonleap => [ '1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12' ], leap => [ ], }, wide => { nonleap => [ '1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12' ], leap => [ ], }, }, 'stand-alone' => { abbreviated => { nonleap => [ '1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12' ], leap => [ ], }, narrow => { nonleap => [ '1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12' ], leap => [ ], }, wide => { nonleap => [ '1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12' ], leap => [ ], }, }, }, 'ethiopic' => { 'format' => { abbreviated => { nonleap => [ 'เมสเคà¸à¹€à¸£à¸¡', 'เตเà¸à¸¡à¸—', 'เฮดาร์', 'ทาฮ์ซัส', 'เทà¸à¸£à¹Œ', 'เยคาทิท', 'เมà¸à¸²à¸šà¸´à¸•', 'เมียเซีย', 'เจนบà¸à¸•', 'เซเน', 'ฮัมเล', 'เนà¹à¸®à¸‹', 'พาà¸à¸¹à¹€à¸¡à¸™' ], leap => [ ], }, narrow => { nonleap => [ '1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13' ], leap => [ ], }, wide => { nonleap => [ 'เมสเคà¸à¹€à¸£à¸¡', 'เตเà¸à¸¡à¸—', 'เฮดาร์', 'ทาฮ์ซัส', 'เทà¸à¸£à¹Œ', 'เยคาทิท', 'เมà¸à¸²à¸šà¸´à¸•', 'เมียเซีย', 'เจนบà¸à¸•', 'เซเน', 'ฮัมเล', 'เนà¹à¸®à¸‹', 'พาà¸à¸¹à¹€à¸¡à¸™' ], leap => [ ], }, }, 'stand-alone' => { abbreviated => { nonleap => [ 'เมสเคà¸à¹€à¸£à¸¡', 'เตเà¸à¸¡à¸—', 'เฮดาร์', 'ทาฮ์ซัส', 'เทà¸à¸£à¹Œ', 'เยคาทิท', 'เมà¸à¸²à¸šà¸´à¸•', 'เมียเซีย', 'เจนบà¸à¸•', 'เซเน', 'ฮัมเล', 'เนà¹à¸®à¸‹', 'พาà¸à¸¹à¹€à¸¡à¸™' ], leap => [ ], }, narrow => { nonleap => [ '1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13' ], leap => [ ], }, wide => { nonleap => [ 'เมสเคà¸à¹€à¸£à¸¡', 'เตเà¸à¸¡à¸—', 'เฮดาร์', 'ทาฮ์ซัส', 'เทà¸à¸£à¹Œ', 'เยคาทิท', 'เมà¸à¸²à¸šà¸´à¸•', 'เมียเซีย', 'เจนบà¸à¸•', 'เซเน', 'ฮัมเล', 'เนà¹à¸®à¸‹', 'พาà¸à¸¹à¹€à¸¡à¸™' ], leap => [ ], }, }, }, 'gregorian' => { 'format' => { abbreviated => { nonleap => [ 'ม.ค.', 'à¸.พ.', 'มี.ค.', 'เม.ย.', 'พ.ค.', 'มิ.ย.', 'à¸.ค.', 'ส.ค.', 'à¸.ย.', 'ต.ค.', 'พ.ย.', 'ธ.ค.' ], leap => [ ], }, narrow => { nonleap => [ 'ม.ค.', 'à¸.พ.', 'มี.ค.', 'เม.ย.', 'พ.ค.', 'มิ.ย.', 'à¸.ค.', 'ส.ค.', 'à¸.ย.', 'ต.ค.', 'พ.ย.', 'ธ.ค.' ], leap => [ ], }, wide => { nonleap => [ 'มà¸à¸£à¸²à¸„ม', 'à¸à¸¸à¸¡à¸ าพันธ์', 'มีนาคม', 'เมษายน', 'พฤษภาคม', 'มิถุนายน', 'à¸à¸£à¸à¸Žà¸²à¸„ม', 'สิงหาคม', 'à¸à¸±à¸™à¸¢à¸²à¸¢à¸™', 'ตุลาคม', 'พฤศจิà¸à¸²à¸¢à¸™', 'ธันวาคม' ], leap => [ ], }, }, 'stand-alone' => { abbreviated => { nonleap => [ 'ม.ค.', 'à¸.พ.', 'มี.ค.', 'เม.ย.', 'พ.ค.', 'มิ.ย.', 'à¸.ค.', 'ส.ค.', 'à¸.ย.', 'ต.ค.', 'พ.ย.', 'ธ.ค.' ], leap => [ ], }, narrow => { nonleap => [ 'ม.ค.', 'à¸.พ.', 'มี.ค.', 'เม.ย.', 'พ.ค.', 'มิ.ย.', 'à¸.ค.', 'ส.ค.', 'à¸.ย.', 'ต.ค.', 'พ.ย.', 'ธ.ค.' ], leap => [ ], }, wide => { nonleap => [ 'มà¸à¸£à¸²à¸„ม', 'à¸à¸¸à¸¡à¸ าพันธ์', 'มีนาคม', 'เมษายน', 'พฤษภาคม', 'มิถุนายน', 'à¸à¸£à¸à¸Žà¸²à¸„ม', 'สิงหาคม', 'à¸à¸±à¸™à¸¢à¸²à¸¢à¸™', 'ตุลาคม', 'พฤศจิà¸à¸²à¸¢à¸™', 'ธันวาคม' ], leap => [ ], }, }, }, 'hebrew' => { 'format' => { abbreviated => { nonleap => [ 'ทิชรี', 'เฮวาน', 'à¸à¸µà¸ªà¹€à¸¥à¸Ÿ', 'เตเวต', 'เชวัต', 'à¸à¸²à¸”าร์ I', 'à¸à¸²à¸”าร์', 'นิสซาน', 'à¸à¸´à¸¢à¸²à¸£à¹Œ', 'สีวัน', 'ตามูซ', 'à¸à¸±à¸Ÿ', 'เà¸à¸¥à¸à¸¸à¸¥' ], leap => [ undef(), undef(), undef(), undef(), undef(), undef(), ], }, narrow => { nonleap => [ '1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13' ], leap => [ undef(), undef(), undef(), undef(), undef(), undef(), ], }, wide => { nonleap => [ 'ทิชรี', 'เฮวาน', 'à¸à¸µà¸ªà¹€à¸¥à¸Ÿ', 'เตเวต', 'เชวัต', 'à¸à¸²à¸”าร์ I', 'à¸à¸²à¸”าร์', 'นิสซาน', 'à¸à¸´à¸¢à¸²à¸£à¹Œ', 'สีวัน', 'ตามูซ', 'à¸à¸±à¸Ÿ', 'เà¸à¸¥à¸à¸¸à¸¥' ], leap => [ undef(), undef(), undef(), undef(), undef(), undef(), ], }, }, 'stand-alone' => { abbreviated => { nonleap => [ 'ทิชรี', 'เฮวาน', 'à¸à¸µà¸ªà¹€à¸¥à¸Ÿ', 'เตเวต', 'เชวัต', 'à¸à¸²à¸”าร์ I', 'à¸à¸²à¸”าร์', 'นิสซาน', 'à¸à¸´à¸¢à¸²à¸£à¹Œ', 'สีวัน', 'ตามูซ', 'à¸à¸±à¸Ÿ', 'เà¸à¸¥à¸à¸¸à¸¥' ], leap => [ undef(), undef(), undef(), undef(), undef(), undef(), ], }, narrow => { nonleap => [ '1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13' ], leap => [ undef(), undef(), undef(), undef(), undef(), undef(), ], }, wide => { nonleap => [ 'ทิชรี', 'เฮวาน', 'à¸à¸µà¸ªà¹€à¸¥à¸Ÿ', 'เตเวต', 'เชวัต', 'à¸à¸²à¸”าร์ I', 'à¸à¸²à¸”าร์', 'นิสซาน', 'à¸à¸´à¸¢à¸²à¸£à¹Œ', 'สีวัน', 'ตามูซ', 'à¸à¸±à¸Ÿ', 'เà¸à¸¥à¸à¸¸à¸¥' ], leap => [ undef(), undef(), undef(), undef(), undef(), undef(), ], }, }, }, 'indian' => { 'format' => { abbreviated => { nonleap => [ 'จิตรา', 'วิสาขา', 'เชษà¸à¸²', 'à¸à¸±à¸©à¸Žà¸²', 'ศรวณา', 'พัตรา', 'à¸à¸±à¸¨à¸§à¸´à¸Šà¸²', 'à¸à¸²à¸£à¸•à¸´à¸à¸²', 'มฤคศิรา', 'ปุษยา', 'มาฆะ', 'ผลคุณี' ], leap => [ ], }, narrow => { nonleap => [ '1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12' ], leap => [ ], }, wide => { nonleap => [ 'จิตรา', 'วิสาขา', 'เชษà¸à¸²', 'à¸à¸±à¸©à¸Žà¸²', 'ศรวณา', 'พัตรา', 'à¸à¸±à¸¨à¸§à¸´à¸Šà¸²', 'à¸à¸²à¸£à¸•à¸´à¸à¸²', 'มฤคศิรา', 'ปุษยา', 'มาฆะ', 'ผลคุณี' ], leap => [ ], }, }, 'stand-alone' => { abbreviated => { nonleap => [ 'จิตรา', 'วิสาขา', 'เชษà¸à¸²', 'à¸à¸±à¸©à¸Žà¸²', 'ศรวณา', 'พัตรา', 'à¸à¸±à¸¨à¸§à¸´à¸Šà¸²', 'à¸à¸²à¸£à¸•à¸´à¸à¸²', 'มฤคศิรา', 'ปุษยา', 'มาฆะ', 'ผลคุณี' ], leap => [ ], }, narrow => { nonleap => [ '1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12' ], leap => [ ], }, wide => { nonleap => [ 'จิตรา', 'วิสาขา', 'เชษà¸à¸²', 'à¸à¸±à¸©à¸Žà¸²', 'ศรวณา', 'พัตรา', 'à¸à¸±à¸¨à¸§à¸´à¸Šà¸²', 'à¸à¸²à¸£à¸•à¸´à¸à¸²', 'มฤคศิรา', 'ปุษยา', 'มาฆะ', 'ผลคุณี' ], leap => [ ], }, }, }, 'islamic' => { 'format' => { abbreviated => { nonleap => [ 'มุฮัร.', 'เศาะ.', 'รà¸à¸šà¸µ I', 'รà¸à¸šà¸µ II', 'จุมาดา I', 'จุมาดา II', 'เราะ.', 'ชะà¸à¹Œ.', 'เราะมะ.', 'เชาว.', 'ซุลà¸à¸´à¸à¸º.', 'ซุลหิจ.' ], leap => [ ], }, narrow => { nonleap => [ '1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12' ], leap => [ ], }, wide => { nonleap => [ 'มุฮะร์รà¸à¸¡', 'ซà¸à¸Ÿà¸²à¸£à¹Œ', 'รà¸à¸šà¸µ I', 'รà¸à¸šà¸µ II', 'จุมาดา I', 'จุมาดา II', 'รà¸à¸ˆà¸±à¸š', 'ชะà¸à¸°à¸šà¸²à¸™', 'รà¸à¸¡à¸°à¸”à¸à¸™', 'เชาวัล', 'ซุลà¸à¸´à¸à¸ºà¸”ะฮฺ', 'ซุลหิจà¸à¸°à¸®à¸º' ], leap => [ ], }, }, 'stand-alone' => { abbreviated => { nonleap => [ 'มุฮัร.', 'เศาะ.', 'รà¸à¸šà¸µ I', 'รà¸à¸šà¸µ II', 'จุมาดา I', 'จุมาดา II', 'เราะ.', 'ชะà¸à¹Œ.', 'เราะมะ.', 'เชาว.', 'ซุลà¸à¸´à¸à¸º.', 'ซุลหิจ.' ], leap => [ ], }, narrow => { nonleap => [ '1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12' ], leap => [ ], }, wide => { nonleap => [ 'มุฮะร์รà¸à¸¡', 'ซà¸à¸Ÿà¸²à¸£à¹Œ', 'รà¸à¸šà¸µ I', 'รà¸à¸šà¸µ II', 'จุมาดา I', 'จุมาดา II', 'รà¸à¸ˆà¸±à¸š', 'ชะà¸à¸°à¸šà¸²à¸™', 'รà¸à¸¡à¸°à¸”à¸à¸™', 'เชาวัล', 'ซุลà¸à¸´à¸à¸ºà¸”ะฮฺ', 'ซุลหิจà¸à¸°à¸®à¸º' ], leap => [ ], }, }, }, 'persian' => { 'format' => { abbreviated => { nonleap => [ 'ฟาร์วาร์ดิน', 'à¸à¸à¸£à¹Œà¸”ิเบเฮชต์', 'คà¸à¸£à¹Œà¹à¸”ด', 'เตà¸à¸£à¹Œ', 'มà¸à¸£à¹Œà¹à¸”ด', 'ชาหริวาร์', 'เมฮร์', 'à¸à¸°à¸šà¸²à¸™', 'à¸à¸°à¸‹à¸²à¸£à¹Œ', 'เดย์', 'บาฮ์มาน', 'เà¸à¸ªà¸Ÿà¸²à¸™à¸”์' ], leap => [ ], }, narrow => { nonleap => [ '1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12' ], leap => [ ], }, wide => { nonleap => [ 'ฟาร์วาร์ดิน', 'à¸à¸à¸£à¹Œà¸”ิเบเฮชต์', 'คà¸à¸£à¹Œà¹à¸”ด', 'เตà¸à¸£à¹Œ', 'มà¸à¸£à¹Œà¹à¸”ด', 'ชาหริวาร์', 'เมฮร์', 'à¸à¸°à¸šà¸²à¸™', 'à¸à¸°à¸‹à¸²à¸£à¹Œ', 'เดย์', 'บาฮ์มาน', 'เà¸à¸ªà¸Ÿà¸²à¸™à¸”์' ], leap => [ ], }, }, 'stand-alone' => { abbreviated => { nonleap => [ 'ฟาร์วาร์ดิน', 'à¸à¸à¸£à¹Œà¸”ิเบเฮชต์', 'คà¸à¸£à¹Œà¹à¸”ด', 'เตà¸à¸£à¹Œ', 'มà¸à¸£à¹Œà¹à¸”ด', 'ชาหริวาร์', 'เมฮร์', 'à¸à¸°à¸šà¸²à¸™', 'à¸à¸°à¸‹à¸²à¸£à¹Œ', 'เดย์', 'บาฮ์มาน', 'เà¸à¸ªà¸Ÿà¸²à¸™à¸”์' ], leap => [ ], }, narrow => { nonleap => [ '1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12' ], leap => [ ], }, wide => { nonleap => [ 'ฟาร์วาร์ดิน', 'à¸à¸à¸£à¹Œà¸”ิเบเฮชต์', 'คà¸à¸£à¹Œà¹à¸”ด', 'เตà¸à¸£à¹Œ', 'มà¸à¸£à¹Œà¹à¸”ด', 'ชาหริวาร์', 'เมฮร์', 'à¸à¸°à¸šà¸²à¸™', 'à¸à¸°à¸‹à¸²à¸£à¹Œ', 'เดย์', 'บาฮ์มาน', 'เà¸à¸ªà¸Ÿà¸²à¸™à¸”์' ], leap => [ ], }, }, }, } }, ); has 'calendar_days' => ( is => 'ro', isa => HashRef, init_arg => undef, default => sub { { 'gregorian' => { 'format' => { abbreviated => { mon => 'จ.', tue => 'à¸.', wed => 'พ.', thu => 'พฤ.', fri => 'ศ.', sat => 'ส.', sun => 'à¸à¸².' }, narrow => { mon => 'จ', tue => 'à¸', wed => 'พ', thu => 'พฤ', fri => 'ศ', sat => 'ส', sun => 'à¸à¸²' }, short => { mon => 'จ.', tue => 'à¸.', wed => 'พ.', thu => 'พฤ.', fri => 'ศ.', sat => 'ส.', sun => 'à¸à¸².' }, wide => { mon => 'วันจันทร์', tue => 'วันà¸à¸±à¸‡à¸„าร', wed => 'วันพุธ', thu => 'วันพฤหัสบดี', fri => 'วันศุà¸à¸£à¹Œ', sat => 'วันเสาร์', sun => 'วันà¸à¸²à¸—ิตย์' }, }, 'stand-alone' => { abbreviated => { mon => 'จ.', tue => 'à¸.', wed => 'พ.', thu => 'พฤ.', fri => 'ศ.', sat => 'ส.', sun => 'à¸à¸².' }, narrow => { mon => 'จ', tue => 'à¸', wed => 'พ', thu => 'พฤ', fri => 'ศ', sat => 'ส', sun => 'à¸à¸²' }, short => { mon => 'จ.', tue => 'à¸.', wed => 'พ.', thu => 'พฤ.', fri => 'ศ.', sat => 'ส.', sun => 'à¸à¸².' }, wide => { mon => 'วันจันทร์', tue => 'วันà¸à¸±à¸‡à¸„าร', wed => 'วันพุธ', thu => 'วันพฤหัสบดี', fri => 'วันศุà¸à¸£à¹Œ', sat => 'วันเสาร์', sun => 'วันà¸à¸²à¸—ิตย์' }, }, }, } }, ); has 'calendar_quarters' => ( is => 'ro', isa => HashRef, init_arg => undef, default => sub { { 'gregorian' => { 'format' => { abbreviated => {0 => 'ไตรมาส 1', 1 => 'ไตรมาส 2', 2 => 'ไตรมาส 3', 3 => 'ไตรมาส 4' }, narrow => {0 => '1', 1 => '2', 2 => '3', 3 => '4' }, wide => {0 => 'ไตรมาส 1', 1 => 'ไตรมาส 2', 2 => 'ไตรมาส 3', 3 => 'ไตรมาส 4' }, }, 'stand-alone' => { abbreviated => {0 => 'ไตรมาส 1', 1 => 'ไตรมาส 2', 2 => 'ไตรมาส 3', 3 => 'ไตรมาส 4' }, narrow => {0 => '1', 1 => '2', 2 => '3', 3 => '4' }, wide => {0 => 'ไตรมาส 1', 1 => 'ไตรมาส 2', 2 => 'ไตรมาส 3', 3 => 'ไตรมาส 4' }, }, }, } }, ); has 'day_period_data' => ( is => 'ro', isa => CodeRef, init_arg => undef, default => sub { sub { # Time in hhmm format my ($self, $type, $time, $day_period_type) = @_; $day_period_type //= 'default'; SWITCH: for ($type) { if ($_ eq 'buddhist') { if($day_period_type eq 'default') { return 'midnight' if $time == 0; return 'noon' if $time == 1200; return 'afternoon1' if $time >= 1200 && $time < 1300; return 'afternoon2' if $time >= 1300 && $time < 1600; return 'evening1' if $time >= 1600 && $time < 1800; return 'evening2' if $time >= 1800 && $time < 2100; return 'morning1' if $time >= 600 && $time < 1200; return 'night1' if $time >= 2100; return 'night1' if $time < 600; } if($day_period_type eq 'selection') { return 'afternoon1' if $time >= 1200 && $time < 1300; return 'afternoon2' if $time >= 1300 && $time < 1600; return 'evening1' if $time >= 1600 && $time < 1800; return 'evening2' if $time >= 1800 && $time < 2100; return 'morning1' if $time >= 600 && $time < 1200; return 'night1' if $time >= 2100; return 'night1' if $time < 600; } last SWITCH; } if ($_ eq 'chinese') { if($day_period_type eq 'default') { return 'midnight' if $time == 0; return 'noon' if $time == 1200; return 'afternoon1' if $time >= 1200 && $time < 1300; return 'afternoon2' if $time >= 1300 && $time < 1600; return 'evening1' if $time >= 1600 && $time < 1800; return 'evening2' if $time >= 1800 && $time < 2100; return 'morning1' if $time >= 600 && $time < 1200; return 'night1' if $time >= 2100; return 'night1' if $time < 600; } if($day_period_type eq 'selection') { return 'afternoon1' if $time >= 1200 && $time < 1300; return 'afternoon2' if $time >= 1300 && $time < 1600; return 'evening1' if $time >= 1600 && $time < 1800; return 'evening2' if $time >= 1800 && $time < 2100; return 'morning1' if $time >= 600 && $time < 1200; return 'night1' if $time >= 2100; return 'night1' if $time < 600; } last SWITCH; } if ($_ eq 'coptic') { if($day_period_type eq 'default') { return 'midnight' if $time == 0; return 'noon' if $time == 1200; return 'afternoon1' if $time >= 1200 && $time < 1300; return 'afternoon2' if $time >= 1300 && $time < 1600; return 'evening1' if $time >= 1600 && $time < 1800; return 'evening2' if $time >= 1800 && $time < 2100; return 'morning1' if $time >= 600 && $time < 1200; return 'night1' if $time >= 2100; return 'night1' if $time < 600; } if($day_period_type eq 'selection') { return 'afternoon1' if $time >= 1200 && $time < 1300; return 'afternoon2' if $time >= 1300 && $time < 1600; return 'evening1' if $time >= 1600 && $time < 1800; return 'evening2' if $time >= 1800 && $time < 2100; return 'morning1' if $time >= 600 && $time < 1200; return 'night1' if $time >= 2100; return 'night1' if $time < 600; } last SWITCH; } if ($_ eq 'dangi') { if($day_period_type eq 'default') { return 'midnight' if $time == 0; return 'noon' if $time == 1200; return 'afternoon1' if $time >= 1200 && $time < 1300; return 'afternoon2' if $time >= 1300 && $time < 1600; return 'evening1' if $time >= 1600 && $time < 1800; return 'evening2' if $time >= 1800 && $time < 2100; return 'morning1' if $time >= 600 && $time < 1200; return 'night1' if $time >= 2100; return 'night1' if $time < 600; } if($day_period_type eq 'selection') { return 'afternoon1' if $time >= 1200 && $time < 1300; return 'afternoon2' if $time >= 1300 && $time < 1600; return 'evening1' if $time >= 1600 && $time < 1800; return 'evening2' if $time >= 1800 && $time < 2100; return 'morning1' if $time >= 600 && $time < 1200; return 'night1' if $time >= 2100; return 'night1' if $time < 600; } last SWITCH; } if ($_ eq 'ethiopic') { if($day_period_type eq 'default') { return 'midnight' if $time == 0; return 'noon' if $time == 1200; return 'afternoon1' if $time >= 1200 && $time < 1300; return 'afternoon2' if $time >= 1300 && $time < 1600; return 'evening1' if $time >= 1600 && $time < 1800; return 'evening2' if $time >= 1800 && $time < 2100; return 'morning1' if $time >= 600 && $time < 1200; return 'night1' if $time >= 2100; return 'night1' if $time < 600; } if($day_period_type eq 'selection') { return 'afternoon1' if $time >= 1200 && $time < 1300; return 'afternoon2' if $time >= 1300 && $time < 1600; return 'evening1' if $time >= 1600 && $time < 1800; return 'evening2' if $time >= 1800 && $time < 2100; return 'morning1' if $time >= 600 && $time < 1200; return 'night1' if $time >= 2100; return 'night1' if $time < 600; } last SWITCH; } if ($_ eq 'generic') { if($day_period_type eq 'default') { return 'midnight' if $time == 0; return 'noon' if $time == 1200; return 'afternoon1' if $time >= 1200 && $time < 1300; return 'afternoon2' if $time >= 1300 && $time < 1600; return 'evening1' if $time >= 1600 && $time < 1800; return 'evening2' if $time >= 1800 && $time < 2100; return 'morning1' if $time >= 600 && $time < 1200; return 'night1' if $time >= 2100; return 'night1' if $time < 600; } if($day_period_type eq 'selection') { return 'afternoon1' if $time >= 1200 && $time < 1300; return 'afternoon2' if $time >= 1300 && $time < 1600; return 'evening1' if $time >= 1600 && $time < 1800; return 'evening2' if $time >= 1800 && $time < 2100; return 'morning1' if $time >= 600 && $time < 1200; return 'night1' if $time >= 2100; return 'night1' if $time < 600; } last SWITCH; } if ($_ eq 'gregorian') { if($day_period_type eq 'default') { return 'midnight' if $time == 0; return 'noon' if $time == 1200; return 'afternoon1' if $time >= 1200 && $time < 1300; return 'afternoon2' if $time >= 1300 && $time < 1600; return 'evening1' if $time >= 1600 && $time < 1800; return 'evening2' if $time >= 1800 && $time < 2100; return 'morning1' if $time >= 600 && $time < 1200; return 'night1' if $time >= 2100; return 'night1' if $time < 600; } if($day_period_type eq 'selection') { return 'afternoon1' if $time >= 1200 && $time < 1300; return 'afternoon2' if $time >= 1300 && $time < 1600; return 'evening1' if $time >= 1600 && $time < 1800; return 'evening2' if $time >= 1800 && $time < 2100; return 'morning1' if $time >= 600 && $time < 1200; return 'night1' if $time >= 2100; return 'night1' if $time < 600; } last SWITCH; } if ($_ eq 'hebrew') { if($day_period_type eq 'default') { return 'midnight' if $time == 0; return 'noon' if $time == 1200; return 'afternoon1' if $time >= 1200 && $time < 1300; return 'afternoon2' if $time >= 1300 && $time < 1600; return 'evening1' if $time >= 1600 && $time < 1800; return 'evening2' if $time >= 1800 && $time < 2100; return 'morning1' if $time >= 600 && $time < 1200; return 'night1' if $time >= 2100; return 'night1' if $time < 600; } if($day_period_type eq 'selection') { return 'afternoon1' if $time >= 1200 && $time < 1300; return 'afternoon2' if $time >= 1300 && $time < 1600; return 'evening1' if $time >= 1600 && $time < 1800; return 'evening2' if $time >= 1800 && $time < 2100; return 'morning1' if $time >= 600 && $time < 1200; return 'night1' if $time >= 2100; return 'night1' if $time < 600; } last SWITCH; } if ($_ eq 'indian') { if($day_period_type eq 'default') { return 'midnight' if $time == 0; return 'noon' if $time == 1200; return 'afternoon1' if $time >= 1200 && $time < 1300; return 'afternoon2' if $time >= 1300 && $time < 1600; return 'evening1' if $time >= 1600 && $time < 1800; return 'evening2' if $time >= 1800 && $time < 2100; return 'morning1' if $time >= 600 && $time < 1200; return 'night1' if $time >= 2100; return 'night1' if $time < 600; } if($day_period_type eq 'selection') { return 'afternoon1' if $time >= 1200 && $time < 1300; return 'afternoon2' if $time >= 1300 && $time < 1600; return 'evening1' if $time >= 1600 && $time < 1800; return 'evening2' if $time >= 1800 && $time < 2100; return 'morning1' if $time >= 600 && $time < 1200; return 'night1' if $time >= 2100; return 'night1' if $time < 600; } last SWITCH; } if ($_ eq 'islamic') { if($day_period_type eq 'default') { return 'midnight' if $time == 0; return 'noon' if $time == 1200; return 'afternoon1' if $time >= 1200 && $time < 1300; return 'afternoon2' if $time >= 1300 && $time < 1600; return 'evening1' if $time >= 1600 && $time < 1800; return 'evening2' if $time >= 1800 && $time < 2100; return 'morning1' if $time >= 600 && $time < 1200; return 'night1' if $time >= 2100; return 'night1' if $time < 600; } if($day_period_type eq 'selection') { return 'afternoon1' if $time >= 1200 && $time < 1300; return 'afternoon2' if $time >= 1300 && $time < 1600; return 'evening1' if $time >= 1600 && $time < 1800; return 'evening2' if $time >= 1800 && $time < 2100; return 'morning1' if $time >= 600 && $time < 1200; return 'night1' if $time >= 2100; return 'night1' if $time < 600; } last SWITCH; } if ($_ eq 'japanese') { if($day_period_type eq 'default') { return 'midnight' if $time == 0; return 'noon' if $time == 1200; return 'afternoon1' if $time >= 1200 && $time < 1300; return 'afternoon2' if $time >= 1300 && $time < 1600; return 'evening1' if $time >= 1600 && $time < 1800; return 'evening2' if $time >= 1800 && $time < 2100; return 'morning1' if $time >= 600 && $time < 1200; return 'night1' if $time >= 2100; return 'night1' if $time < 600; } if($day_period_type eq 'selection') { return 'afternoon1' if $time >= 1200 && $time < 1300; return 'afternoon2' if $time >= 1300 && $time < 1600; return 'evening1' if $time >= 1600 && $time < 1800; return 'evening2' if $time >= 1800 && $time < 2100; return 'morning1' if $time >= 600 && $time < 1200; return 'night1' if $time >= 2100; return 'night1' if $time < 600; } last SWITCH; } if ($_ eq 'persian') { if($day_period_type eq 'default') { return 'midnight' if $time == 0; return 'noon' if $time == 1200; return 'afternoon1' if $time >= 1200 && $time < 1300; return 'afternoon2' if $time >= 1300 && $time < 1600; return 'evening1' if $time >= 1600 && $time < 1800; return 'evening2' if $time >= 1800 && $time < 2100; return 'morning1' if $time >= 600 && $time < 1200; return 'night1' if $time >= 2100; return 'night1' if $time < 600; } if($day_period_type eq 'selection') { return 'afternoon1' if $time >= 1200 && $time < 1300; return 'afternoon2' if $time >= 1300 && $time < 1600; return 'evening1' if $time >= 1600 && $time < 1800; return 'evening2' if $time >= 1800 && $time < 2100; return 'morning1' if $time >= 600 && $time < 1200; return 'night1' if $time >= 2100; return 'night1' if $time < 600; } last SWITCH; } if ($_ eq 'roc') { if($day_period_type eq 'default') { return 'midnight' if $time == 0; return 'noon' if $time == 1200; return 'afternoon1' if $time >= 1200 && $time < 1300; return 'afternoon2' if $time >= 1300 && $time < 1600; return 'evening1' if $time >= 1600 && $time < 1800; return 'evening2' if $time >= 1800 && $time < 2100; return 'morning1' if $time >= 600 && $time < 1200; return 'night1' if $time >= 2100; return 'night1' if $time < 600; } if($day_period_type eq 'selection') { return 'afternoon1' if $time >= 1200 && $time < 1300; return 'afternoon2' if $time >= 1300 && $time < 1600; return 'evening1' if $time >= 1600 && $time < 1800; return 'evening2' if $time >= 1800 && $time < 2100; return 'morning1' if $time >= 600 && $time < 1200; return 'night1' if $time >= 2100; return 'night1' if $time < 600; } last SWITCH; } } } }, ); around day_period_data => sub { my ($orig, $self) = @_; return $self->$orig; }; has 'day_periods' => ( is => 'ro', isa => HashRef, init_arg => undef, default => sub { { 'gregorian' => { 'format' => { 'abbreviated' => { 'afternoon1' => q{ในตà¸à¸™à¸šà¹ˆà¸²à¸¢}, 'afternoon2' => q{บ่าย}, 'am' => q{à¸à¹ˆà¸à¸™à¹€à¸—ี่ยง}, 'evening1' => q{ในตà¸à¸™à¹€à¸¢à¹‡à¸™}, 'evening2' => q{ค่ำ}, 'midnight' => q{เที่ยงคืน}, 'morning1' => q{ในตà¸à¸™à¹€à¸Šà¹‰à¸²}, 'night1' => q{à¸à¸¥à¸²à¸‡à¸„ืน}, 'noon' => q{เที่ยง}, 'pm' => q{หลังเที่ยง}, }, 'narrow' => { 'afternoon1' => q{เที่ยง}, 'afternoon2' => q{บ่าย}, 'am' => q{a}, 'evening1' => q{เย็น}, 'evening2' => q{ค่ำ}, 'midnight' => q{เที่ยงคืน}, 'morning1' => q{เช้า}, 'night1' => q{à¸à¸¥à¸²à¸‡à¸„ืน}, 'noon' => q{เที่ยง}, 'pm' => q{p}, }, 'wide' => { 'afternoon1' => q{ในตà¸à¸™à¸šà¹ˆà¸²à¸¢}, 'afternoon2' => q{บ่าย}, 'am' => q{à¸à¹ˆà¸à¸™à¹€à¸—ี่ยง}, 'evening1' => q{ในตà¸à¸™à¹€à¸¢à¹‡à¸™}, 'evening2' => q{ค่ำ}, 'midnight' => q{เที่ยงคืน}, 'morning1' => q{ในตà¸à¸™à¹€à¸Šà¹‰à¸²}, 'night1' => q{à¸à¸¥à¸²à¸‡à¸„ืน}, 'noon' => q{เที่ยง}, 'pm' => q{หลังเที่ยง}, }, }, 'stand-alone' => { 'abbreviated' => { 'afternoon1' => q{ในตà¸à¸™à¸šà¹ˆà¸²à¸¢}, 'afternoon2' => q{บ่าย}, 'am' => q{à¸à¹ˆà¸à¸™à¹€à¸—ี่ยง}, 'evening1' => q{ในตà¸à¸™à¹€à¸¢à¹‡à¸™}, 'evening2' => q{ค่ำ}, 'midnight' => q{เที่ยงคืน}, 'morning1' => q{ในตà¸à¸™à¹€à¸Šà¹‰à¸²}, 'night1' => q{à¸à¸¥à¸²à¸‡à¸„ืน}, 'noon' => q{เที่ยง}, 'pm' => q{หลังเที่ยง}, }, 'narrow' => { 'afternoon1' => q{ช่วงเที่ยง}, 'afternoon2' => q{บ่าย}, 'am' => q{à¸à¹ˆà¸à¸™à¹€à¸—ี่ยง}, 'evening1' => q{เย็น}, 'evening2' => q{ค่ำ}, 'midnight' => q{เที่ยงคืน}, 'morning1' => q{เช้า}, 'night1' => q{à¸à¸¥à¸²à¸‡à¸„ืน}, 'noon' => q{เที่ยง}, 'pm' => q{หลังเที่ยง}, }, 'wide' => { 'afternoon1' => q{ในตà¸à¸™à¸šà¹ˆà¸²à¸¢}, 'afternoon2' => q{บ่าย}, 'am' => q{à¸à¹ˆà¸à¸™à¹€à¸—ี่ยง}, 'evening1' => q{ในตà¸à¸™à¹€à¸¢à¹‡à¸™}, 'evening2' => q{ค่ำ}, 'midnight' => q{เที่ยงคืน}, 'morning1' => q{ในตà¸à¸™à¹€à¸Šà¹‰à¸²}, 'night1' => q{à¸à¸¥à¸²à¸‡à¸„ืน}, 'noon' => q{เที่ยง}, 'pm' => q{หลังเที่ยง}, }, }, }, } }, ); has 'eras' => ( is => 'ro', isa => HashRef, init_arg => undef, default => sub { { 'buddhist' => { abbreviated => { '0' => 'พ.ศ.' }, wide => { '0' => 'พุทธศัà¸à¸£à¸²à¸Š' }, }, 'chinese' => { }, 'coptic' => { }, 'dangi' => { }, 'ethiopic' => { }, 'generic' => { }, 'gregorian' => { abbreviated => { '0' => 'à¸à¹ˆà¸à¸™ ค.ศ.', '1' => 'ค.ศ.' }, narrow => { '0' => 'à¸à¹ˆà¸à¸™ ค.ศ.', '1' => 'ค.ศ.' }, wide => { '0' => 'ปีà¸à¹ˆà¸à¸™à¸„ริสตà¸à¸²à¸¥', '1' => 'คริสต์ศัà¸à¸£à¸²à¸Š' }, }, 'hebrew' => { abbreviated => { '0' => 'ย.ศ.' }, }, 'indian' => { abbreviated => { '0' => 'ม.ศ.' }, }, 'islamic' => { abbreviated => { '0' => 'ฮ.ศ.' }, wide => { '0' => 'ฮิจเราะห์ศัà¸à¸£à¸²à¸Š' }, }, 'japanese' => { abbreviated => { '0' => 'ทะà¸à¸´à¸à¸° (645–650)', '1' => 'ฮะà¸à¸¸à¸Šà¸´ (650–671)', '2' => 'ฮาà¸à¸¸à¹‚ฮ (672–686)', '3' => 'ชุโช (686–701)', '4' => 'ทะà¸à¸´à¹‚ฮ (701–704)', '5' => 'เคà¸à¸¸à¸‡ (704–708)', '6' => 'วะโด (708–715)', '7' => 'เรà¸à¸´ (715–717)', '8' => 'โยโร (717–724)', '9' => 'จิงà¸à¸´ (724–729)', '10' => 'เท็มเพียว (729–749)', '11' => 'เท็มเพียว-คัมโป (749-749)', '12' => 'เท็มเพียว-โชโฮ (749-757)', '13' => 'เท็มเพียว-โฮจิ (757-765)', '14' => 'เท็มเพียว-จิงโงะ (765-767)', '15' => 'จิงโงะ-เคà¸à¸¸à¸‡ (767-770)', '16' => 'โฮà¸à¸´ (770–780)', '17' => 'เท็นโภ(781–782)', '18' => 'เà¸à¹‡à¸™à¹€à¸£à¸µà¸¢à¸°à¸à¸¸ (782–806)', '19' => 'ดะà¸à¸´à¹‚ด (806–810)', '20' => 'โคนิง (810–824)', '21' => 'เท็นโช (824–834)', '22' => 'โชวะ (834–848)', '23' => 'คะโจ (848–851)', '24' => 'นินจุ (851–854)', '25' => 'ซะà¸à¸´à¹‚à¸à¸° (854–857)', '26' => 'เท็นนัง (857–859)', '27' => 'โจงัง (859–877)', '28' => 'เà¸à¹‡à¸‡à¹€à¸ (877–885)', '29' => 'นินนะ (885–889)', '30' => 'คัมเพียว (889–898)', '31' => 'โชตะà¸à¸´ (898–901)', '32' => 'เà¸à¹‡à¸‡à¸‡à¸´ (901–923)', '33' => 'เà¸à¹‡à¸™à¹‚ช (923–931)', '34' => 'โชเฮ (931–938)', '35' => 'เท็งเงียว (938–947)', '36' => 'เท็นเรียะà¸à¸¸ (947–957)', '37' => 'เท็นโตะà¸à¸¸ (957–961)', '38' => 'โà¸à¸§à¸° (961–964)', '39' => 'โคโฮ (964–968)', '40' => 'à¸à¸±à¸™à¸™à¸° (968–970)', '41' => 'เท็นโระà¸à¸¸ (970–973)', '42' => 'เท็นเà¸à¹‡à¸‡ (973–976)', '43' => 'โจเง็ง (976–978)', '44' => 'เท็งเง็ง (978–983)', '45' => 'เà¸à¸à¸±à¸‡ (983–985)', '46' => 'คันนะ (985–987)', '47' => 'เà¸à¹€à¸à¹‡à¸‡ (987–989)', '48' => 'เà¸à¹‚ซ (989–990)', '49' => 'โชเรียะà¸à¸¸ (990–995)', '50' => 'โชโตะà¸à¸¸ (995–999)', '51' => 'โชโฮ (999–1004)', '52' => 'คันโภ(1004–1012)', '53' => 'โชวะ (1012–1017)', '54' => 'คันนิง (1017–1021)', '55' => 'จิà¸à¸±à¸‡ (1021–1024)', '56' => 'มันจุ (1024–1028)', '57' => 'โชเง็ง (1028–1037)', '58' => 'โชเรียะà¸à¸¸ (1037–1040)', '59' => 'โชคีว (1040–1044)', '60' => 'คันโตะà¸à¸¸ (1044–1046)', '61' => 'เà¸à¹‚ช (1046–1053)', '62' => 'เท็งงิ (1053–1058)', '63' => 'โคเฮ (1058–1065)', '64' => 'จิเรียะà¸à¸¸ (1065–1069)', '65' => 'เà¸à¹‡à¸‡à¸„ีว (1069–1074)', '66' => 'โชโฮ (1074–1077)', '67' => 'โชเรียะà¸à¸¸ (1077–1081)', '68' => 'เà¸à¹‚ฮะ (1081–1084)', '69' => 'โà¸à¹‚ตะà¸à¸¸ (1084–1087)', '70' => 'คันจิ (1087–1094)', '71' => 'คะโฮะ (1094–1096)', '72' => 'เà¸à¹‚ช (1096–1097)', '73' => 'โชโตะà¸à¸¸ (1097–1099)', '74' => 'โควะ (1099–1104)', '75' => 'โชจิ (1104–1106)', '76' => 'คะโช (1106–1108)', '77' => 'เท็นนิง (1108–1110)', '78' => 'เท็นเภ(1110–1113)', '79' => 'เà¸à¸à¸µà¸§ (1113–1118)', '80' => 'เà¸à¹‡à¸™à¹€à¸ (1118–1120)', '81' => 'โฮะà¸à¸±à¸‡ (1120–1124)', '82' => 'เท็นจิ (1124–1126)', '83' => 'ดะà¸à¸´à¸ˆà¸´ (1126–1131)', '84' => 'เท็นโช (1131–1132)', '85' => 'โชโช (1132–1135)', '86' => 'โฮะเà¸à¹‡à¸‡ (1135–1141)', '87' => 'เà¸à¸ˆà¸´ (1141–1142)', '88' => 'โคจิ (1142–1144)', '89' => 'เท็นโย (1144–1145)', '90' => 'คีวà¸à¸±à¸‡ (1145–1151)', '91' => 'นิมเป (1151–1154)', '92' => 'คีวจุ (1154–1156)', '93' => 'โฮะเง็ง (1156–1159)', '94' => 'เฮจิ (1159–1160)', '95' => 'เà¸à¹€à¸£à¸µà¸¢à¸°à¸à¸¸ (1160–1161)', '96' => 'โà¸à¹‚ฮ (1161–1163)', '97' => 'โชà¸à¸±à¸‡ (1163–1165)', '98' => 'เà¸à¸¡à¸±à¸‡ (1165–1166)', '99' => 'นินà¸à¸±à¸‡ (1166–1169)', '100' => 'คะโภ(1169–1171)', '101' => 'โชà¸à¸±à¸‡ (1171–1175)', '102' => 'à¸à¸±à¸‡à¹€à¸‡à¹‡à¸‡ (1175–1177)', '103' => 'จิโช (1177–1181)', '104' => 'โยวะ (1181–1182)', '105' => 'จุเภ(1182–1184)', '106' => 'เà¸à¹‡à¸™à¹€à¸£à¸µà¸¢à¸°à¸à¸¸ (1184–1185)', '107' => 'บุนจิ (1185–1190)', '108' => 'เค็งà¸à¸µà¸§ (1190–1199)', '109' => 'โชจิ (1199–1201)', '110' => 'เค็นนิง (1201–1204)', '111' => 'เà¸à¹‡à¸‡à¸à¸µà¸§ (1204–1206)', '112' => 'เค็นเภ(1206–1207)', '113' => 'โชเà¸à¹‡à¸‡ (1207–1211)', '114' => 'เค็นเรียะà¸à¸¸ (1211–1213)', '115' => 'เค็มโป (1213–1219)', '116' => 'โชà¸à¸µà¸§ (1219–1222)', '117' => 'โจโภ(1222–1224)', '118' => 'เà¸à¹‡à¸™à¸™à¸´à¸‡ (1224–1225)', '119' => 'คะโระà¸à¸¸ (1225–1227)', '120' => 'à¸à¸±à¸™à¹€à¸• (1227–1229)', '121' => 'คังà¸à¸´ (1229–1232)', '122' => 'โจเภ(1232–1233)', '123' => 'เท็มปุà¸à¸¸ (1233–1234)', '124' => 'บุนเรียะà¸à¸¸ (1234–1235)', '125' => 'คะเต (1235–1238)', '126' => 'เรียะà¸à¸¸à¸™à¸´à¸‡ (1238–1239)', '127' => 'เà¸à¹‡à¸™à¹‚ภ(1239–1240)', '128' => 'นินจิ (1240–1243)', '129' => 'คังเง็ง (1243–1247)', '130' => 'โฮจิ (1247–1249)', '131' => 'เค็นโช (1249–1256)', '132' => 'โคเง็ง (1256–1257)', '133' => 'โชà¸à¸° (1257–1259)', '134' => 'โชเง็ง (1259–1260)', '135' => 'บุนโภ(1260–1261)', '136' => 'โคโช (1261–1264)', '137' => 'บุนเภ(1264–1275)', '138' => 'เค็นจิ (1275–1278)', '139' => 'โคà¸à¸±à¸‡ (1278–1288)', '140' => 'โชโภ(1288–1293)', '141' => 'เà¸à¸™à¸´à¸‡ (1293–1299)', '142' => 'โชà¸à¸±à¸‡ (1299–1302)', '143' => 'เค็งเง็ง (1302–1303)', '144' => 'คะเง็ง (1303–1306)', '145' => 'โทะà¸à¸¸à¸ˆà¸´ (1306–1308)', '146' => 'เà¸à¹‡à¸‡à¹€à¸ (1308–1311)', '147' => 'โà¸à¹‚ช (1311–1312)', '148' => 'โชวะ (1312–1317)', '149' => 'บุมโป (1317–1319)', '150' => 'เà¸à¹‡à¸™à¹‚ภ(1319–1321)', '151' => 'เà¸à¹‡à¸‡à¹€à¸à¸µà¸¢à¸§ (1321–1324)', '152' => 'โชชู (1324–1326)', '153' => 'คะเระà¸à¸´ (1326–1329)', '154' => 'เà¸à¹‡à¸™à¹‚ตะà¸à¸¸ (1329–1331)', '155' => 'เà¸à¹‡à¸‡à¹‚ภ(1331–1334)', '156' => 'เค็มมุ (1334–1336)', '157' => 'เà¸à¹‡à¸‡à¹€à¸‡à¹‡à¸‡ (1336–1340)', '158' => 'โคโà¸à¸°à¸à¸¸ (1340–1346)', '159' => 'โชเฮ (1346–1370)', '160' => 'เค็นโตะà¸à¸¸ (1370–1372)', '161' => 'บุนชู (1372–1375)', '162' => 'เท็นจุ (1375–1379)', '163' => 'โคเรียะà¸à¸¸ (1379–1381)', '164' => 'โควะ (1381–1384)', '165' => 'เà¸à¹‡à¸™à¸Šà¸¹ (1384–1392)', '166' => 'เมโตะà¸à¸¸ (1384–1387)', '167' => 'คะเค (1387–1389)', '168' => 'โคโภ(1389–1390)', '169' => 'เมโตะà¸à¸¸ (1390–1394)', '170' => 'โà¸à¹€à¸ (1394–1428)', '171' => 'โชโช (1428–1429)', '172' => 'เà¸à¹€à¸à¸µà¸¢à¸§ (1429–1441)', '173' => 'คะà¸à¸´à¸ªà¸¶ (1441–1444)', '174' => 'บุนà¸à¸±à¸‡ (1444–1449)', '175' => 'โฮโตะà¸à¸¸ (1449–1452)', '176' => 'เคียวโตะà¸à¸¸ (1452–1455)', '177' => 'โคโช (1455–1457)', '178' => 'โชโระà¸à¸¸ (1457–1460)', '179' => 'คันโช (1460–1466)', '180' => 'บุนโช (1466–1467)', '181' => 'โà¸à¸™à¸´à¸‡ (1467–1469)', '182' => 'บุมเม (1469–1487)', '183' => 'โชเà¸à¸µà¸¢à¸§ (1487–1489)', '184' => 'เà¸à¹‡à¸™à¹‚ตะà¸à¸¸ (1489–1492)', '185' => 'เมโภ(1492–1501)', '186' => 'บุงà¸à¸´ (1501–1504)', '187' => 'เà¸à¹‚ช (1504–1521)', '188' => 'ทะà¸à¸´à¹€à¸ (1521–1528)', '189' => 'เคียวโระà¸à¸¸ (1528–1532)', '190' => 'เท็มมน (1532–1555)', '191' => 'โคจิ (1555–1558)', '192' => 'เà¸à¹‚ระà¸à¸¸ (1558–1570)', '193' => 'เà¸à¹‡à¸‡à¸à¸´ (1570–1573)', '194' => 'เท็นโช (1573–1592)', '195' => 'บุนโระà¸à¸¸ (1592–1596)', '196' => 'เคโช (1596–1615)', '197' => 'เà¸à¹‡à¸‡à¸§à¸° (1615–1624)', '198' => 'คันเภ(1624–1644)', '199' => 'โชโฮ (1644–1648)', '200' => 'เคà¸à¸±à¸‡ (1648–1652)', '201' => 'โชโภ(1652–1655)', '202' => 'เมเรียะà¸à¸¸ (1655–1658)', '203' => 'มันจิ (1658–1661)', '204' => 'คัมบุง (1661–1673)', '205' => 'เà¸à¹‡à¸¡à¹‚ป (1673–1681)', '206' => 'เท็นวะ (1681–1684)', '207' => 'โจเà¸à¸µà¸¢à¸§ (1684–1688)', '208' => 'เà¸à¹‡à¸™à¹‚ระà¸à¸¸ (1688–1704)', '209' => 'โฮเภ(1704–1711)', '210' => 'โชโตะà¸à¸¸ (1711–1716)', '211' => 'เคียวโฮ (1716–1736)', '212' => 'เà¸à¹‡à¸¡à¸šà¸¸à¸‡ (1736–1741)', '213' => 'คัมโป (1741–1744)', '214' => 'เà¸à¹‡à¸‡à¹€à¸à¸µà¸¢à¸§ (1744–1748)', '215' => 'คันเà¸à¹‡à¸‡ (1748–1751)', '216' => 'โฮเรียะà¸à¸¸ (1751–1764)', '217' => 'เมวะ (1764–1772)', '218' => 'à¸à¸±à¸™à¹€à¸ (1772–1781)', '219' => 'เท็มเม (1781–1789)', '220' => 'คันเซ (1789–1801)', '221' => 'เคียววะ (1801–1804)', '222' => 'บุงà¸à¸° (1804–1818)', '223' => 'บุนเซ (1818–1830)', '224' => 'เท็มโป (1830–1844)', '225' => 'โคà¸à¸° (1844–1848)', '226' => 'คะเภ(1848–1854)', '227' => 'à¸à¸±à¸™à¹€à¸‹ (1854–1860)', '228' => 'มันเà¸à¹‡à¸‡ (1860–1861)', '229' => 'บุงà¸à¸µà¸§ (1861–1864)', '230' => 'เà¸à¹‡à¸™à¸ˆà¸´ (1864–1865)', '231' => 'เคโภ(1865–1868)', '232' => 'เมจิ', '233' => 'ทะà¸à¸´à¹‚ช', '234' => 'โชวะ', '235' => 'เฮเซ', '236' => 'เรวะ' }, }, 'persian' => { abbreviated => { '0' => 'ปีเปà¸à¸£à¹Œà¹€à¸‹à¸µà¸¢' }, }, 'roc' => { abbreviated => { '0' => 'ปีà¸à¹ˆà¸à¸™à¹„ต้หวัน', '1' => 'ไต้หวัน' }, }, } }, ); has 'date_formats' => ( is => 'ro', isa => HashRef, init_arg => undef, default => sub { { 'buddhist' => { 'full' => q{EEEEที่ d MMMM G y}, 'long' => q{d MMMM y}, 'medium' => q{d MMM y}, 'short' => q{d/M/yy}, }, 'chinese' => { 'full' => q{EEEE, U MMMM d}, 'long' => q{U MMMM d}, 'medium' => q{U MMM d}, 'short' => q{y-M-d}, }, 'coptic' => { }, 'dangi' => { 'full' => q{EEEE, U MMMM d}, 'long' => q{U MMMM d}, 'medium' => q{U MMM d}, 'short' => q{y-M-d}, }, 'ethiopic' => { }, 'generic' => { 'full' => q{EEEEที่ d MMMM G y}, 'long' => q{d MMMM G y}, 'medium' => q{d MMM G y}, 'short' => q{d/M/y G}, }, 'gregorian' => { 'full' => q{EEEEที่ d MMMM G y}, 'long' => q{d MMMM G y}, 'medium' => q{d MMM y}, 'short' => q{d/M/yy}, }, 'hebrew' => { 'full' => q{EEEEที่ d MMMM G y}, 'long' => q{d MMMM G y}, 'medium' => q{d MMM G y}, 'short' => q{d/M/y G}, }, 'indian' => { }, 'islamic' => { 'full' => q{EEEEที่ d MMMM G y}, 'long' => q{d MMMM G y}, 'medium' => q{d MMM G y}, 'short' => q{d/M/y G}, }, 'japanese' => { 'full' => q{EEEEที่ d MMMM ปีGที่ y}, 'long' => q{d MMMM ปีG y}, 'medium' => q{d MMM G y}, 'short' => q{d/M/yy G}, }, 'persian' => { }, 'roc' => { 'full' => q{EEEEที่ d MMMM ปีGที่ y}, 'long' => q{d MMMM ปีG y}, 'medium' => q{d MMM G y}, 'short' => q{d/M/y G}, }, } }, ); has 'time_formats' => ( is => 'ro', isa => HashRef, init_arg => undef, default => sub { { 'buddhist' => { }, 'chinese' => { }, 'coptic' => { }, 'dangi' => { }, 'ethiopic' => { }, 'generic' => { }, 'gregorian' => { 'full' => q{H นาฬิà¸à¸² mm นาที ss วินาที zzzz}, 'long' => q{H นาฬิà¸à¸² mm นาที ss วินาที z}, 'medium' => q{HH:mm:ss}, 'short' => q{HH:mm}, }, 'hebrew' => { }, 'indian' => { }, 'islamic' => { }, 'japanese' => { }, 'persian' => { }, 'roc' => { }, } }, ); has 'datetime_formats' => ( is => 'ro', isa => HashRef, init_arg => undef, default => sub { { 'buddhist' => { }, 'chinese' => { }, 'coptic' => { }, 'dangi' => { }, 'ethiopic' => { }, 'generic' => { 'full' => q{{1} {0}}, 'long' => q{{1} {0}}, 'medium' => q{{1} {0}}, 'short' => q{{1} {0}}, }, 'gregorian' => { 'full' => q{{1} {0}}, 'long' => q{{1} {0}}, 'medium' => q{{1} {0}}, 'short' => q{{1} {0}}, }, 'hebrew' => { }, 'indian' => { }, 'islamic' => { }, 'japanese' => { 'full' => q{{1} {0}}, 'long' => q{{1} {0}}, 'medium' => q{{1} {0}}, 'short' => q{{1} {0}}, }, 'persian' => { }, 'roc' => { }, } }, ); has 'datetime_formats_available_formats' => ( is => 'ro', isa => HashRef, init_arg => undef, default => sub { { 'buddhist' => { E => q{ccc}, Ed => q{E d}, Gy => q{G y}, GyMMM => q{MMM G y}, GyMMMEEEEd => q{EEEEที่ d MMM G y}, GyMMMEd => q{E d MMM G y}, GyMMMd => q{d MMM G y}, GyMd => q{d/M/y}, H => q{HH}, Hm => q{HH:mm}, Hms => q{HH:mm:ss}, M => q{L}, MEd => q{E d/M}, MMM => q{LLL}, MMMEEEEd => q{EEEEที่ d MMM}, MMMEd => q{E d MMM}, MMMMEEEEd => q{EEEEที่ d MMMM}, MMMMEd => q{E d MMMM}, MMMMd => q{d MMMM}, MMMd => q{d MMM}, Md => q{d/M}, d => q{d}, h => q{h a}, hm => q{h:mm a}, hms => q{h:mm:ss a}, ms => q{mm:ss}, y => q{G y}, yyyy => q{G y}, yyyyM => q{M/y}, yyyyMEd => q{E d/M/y}, yyyyMMM => q{MMM y}, yyyyMMMEEEEd => q{EEEEที่ d MMM y}, yyyyMMMEd => q{E d MMM y}, yyyyMMMM => q{MMMM y}, yyyyMMMd => q{d MMM y}, yyyyMd => q{d/M/y}, yyyyQQQ => q{QQQ y}, yyyyQQQQ => q{QQQQ y}, }, 'generic' => { Bh => q{h B}, Bhm => q{h:mm B}, Bhms => q{h:mm:ss B}, E => q{ccc}, EBhm => q{E h:mm B}, EBhms => q{E h:mm:ss B}, EHm => q{E HH:mm}, EHms => q{E HH:mm:ss}, Ed => q{E d}, Ehm => q{E h:mm a}, Ehms => q{E h:mm:ss a}, Gy => q{G y}, GyMMM => q{MMM G y}, GyMMMEEEEd => q{EEEEที่ d MMM G y}, GyMMMEd => q{E d MMM G y}, GyMMMd => q{d MMM G y}, GyMd => q{d/M/y GGGGG}, H => q{HH}, Hm => q{HH:mm}, Hms => q{HH:mm:ss}, M => q{L}, MEd => q{E d/M}, MMM => q{LLL}, MMMEEEEd => q{EEEEที่ d MMM}, MMMEd => q{E d MMM}, MMMMd => q{d MMMM}, MMMd => q{d MMM}, Md => q{d/M}, d => q{d}, h => q{h a}, hm => q{h:mm a}, hms => q{h:mm:ss a}, ms => q{mm:ss}, y => q{G y}, yyyy => q{G y}, yyyyM => q{M/y G}, yyyyMEd => q{E d/M/y GGGGG}, yyyyMMM => q{MMM G y}, yyyyMMMEEEEd => q{EEEEที่ d MMM G y}, yyyyMMMEd => q{E d MMM G y}, yyyyMMMM => q{MMMM G y}, yyyyMMMd => q{d MMM G y}, yyyyMd => q{d/M/y GGGGG}, yyyyQQQ => q{QQQ G y}, yyyyQQQQ => q{QQQQ G y}, }, 'gregorian' => { Bh => q{h B}, Bhm => q{h:mm B}, Bhms => q{h:mm:ss B}, E => q{ccc}, EBhm => q{E h:mm B}, EBhms => q{E h:mm:ss B}, EHm => q{E HH:mm น.}, EHms => q{E HH:mm:ss}, Ed => q{E d}, Ehm => q{E h:mm a}, Ehms => q{E h:mm:ss a}, Gy => q{G y}, GyMMM => q{MMM G y}, GyMMMEEEEd => q{EEEEที่ d MMM G y}, GyMMMEd => q{E d MMM G y}, GyMMMd => q{d MMM G y}, GyMd => q{d/M/GGGGG y}, H => q{HH}, Hm => q{HH:mm น.}, Hms => q{HH:mm:ss}, Hmsv => q{HH:mm:ss v}, Hmv => q{HH:mm v}, M => q{L}, MEd => q{E d/M}, MMM => q{LLL}, MMMEEEEd => q{EEEEที่ d MMM}, MMMEd => q{E d MMM}, MMMMEEEEd => q{EEEEที่ d MMMM}, MMMMEd => q{E d MMMM}, MMMMW => q{สัปดาห์ที่ W ขà¸à¸‡à¹€à¸”ืà¸à¸™MMMM}, MMMMd => q{d MMMM}, MMMd => q{d MMM}, Md => q{d/M}, d => q{d}, h => q{h a}, hm => q{h:mm a}, hms => q{h:mm:ss a}, hmsv => q{h:mm:ss a v}, hmv => q{h:mm น. a v}, mmss => q{mm:ss}, ms => q{mm:ss}, y => q{y}, yM => q{M/y}, yMEd => q{E d/M/y}, yMMM => q{MMM y}, yMMMEEEEd => q{EEEEที่ d MMM y}, yMMMEd => q{E d MMM y}, yMMMM => q{MMMM G y}, yMMMMEEEEd => q{EEEEที่ d MMMM G y}, yMMMMEd => q{E d MMMM G y}, yMMMMd => q{d MMMM G y}, yMMMd => q{d MMM y}, yMd => q{d/M/y}, yQQQ => q{QQQ y}, yQQQQ => q{QQQQ G y}, yw => q{สัปดาห์ที่ w ขà¸à¸‡à¸›à¸µ Y}, }, 'islamic' => { Ed => q{E d}, Gy => q{G y}, GyMMM => q{MMM G y}, GyMMMEd => q{E d MMM G y}, GyMMMd => q{d MMM G y}, M => q{L}, MEd => q{E, d/M}, MMM => q{LLL}, MMMEd => q{E d MMM}, MMMd => q{d MMM}, Md => q{d/M}, d => q{d}, y => q{G y}, yyyy => q{G y}, yyyyM => q{M/y G}, yyyyMEd => q{E d/M/y GGGGG}, yyyyMMM => q{MMM G y}, yyyyMMMEd => q{E d MMM G y}, yyyyMMMd => q{d MMM G y}, yyyyMd => q{d/M/y GGGGG}, yyyyQQQ => q{QQQ G y}, yyyyQQQQ => q{QQQQ G y}, }, 'japanese' => { Ed => q{E d}, Gy => q{G y}, GyMMM => q{MMM G y}, GyMMMEd => q{E d MMM G y}, GyMMMd => q{d MMM G y}, H => q{HH}, Hm => q{HH:mm}, Hms => q{HH:mm:ss}, M => q{L}, MEd => q{E, d/M}, MMM => q{LLL}, MMMEd => q{E d MMM}, MMMd => q{d MMM}, Md => q{d/M}, d => q{d}, h => q{h a}, hm => q{h:mm a}, hms => q{h:mm:ss a}, ms => q{mm:ss}, y => q{G y}, yyyy => q{G y}, yyyyM => q{M/GGGGG y}, yyyyMEd => q{E d/M/GGGGG y}, yyyyMMM => q{MMM G y}, yyyyMMMEd => q{E d MMM G y}, yyyyMMMd => q{d MMM G y}, yyyyMd => q{d/M/GGGGG y}, yyyyQQQ => q{QQQ G y}, yyyyQQQQ => q{QQQQ G y}, }, 'roc' => { Ed => q{E d}, Gy => q{ปีGที่ y}, GyMMM => q{MMM G y}, GyMMMEd => q{E d MMM G y}, GyMMMd => q{d MMM G y}, H => q{HH}, Hm => q{HH:mm}, Hms => q{HH:mm:ss}, M => q{L}, MEd => q{E, d/M}, MMM => q{LLL}, MMMEd => q{E d MMM}, MMMd => q{d MMM}, Md => q{d/M}, d => q{d}, h => q{h a}, hm => q{h:mm a}, hms => q{h:mm:ss a}, ms => q{mm:ss}, y => q{ปีGที่ y}, yyyy => q{ปีGที่ y}, yyyyM => q{M/GGGGG y}, yyyyMEd => q{E d/M/GGGGG y}, yyyyMMM => q{MMM G y}, yyyyMMMEd => q{E d MMM G y}, yyyyMMMd => q{d MMM G y}, yyyyMd => q{d/M/GGGGG y}, yyyyQQQ => q{QQQ G y}, }, } }, ); has 'datetime_formats_append_item' => ( is => 'ro', isa => HashRef, init_arg => undef, default => sub { { 'gregorian' => { 'Timezone' => '{0} {1}', }, } }, ); has 'datetime_formats_interval' => ( is => 'ro', isa => HashRef, init_arg => undef, default => sub { { 'buddhist' => { H => { H => q{H–H}, }, Hm => { H => q{H:mm–H:mm}, m => q{H:mm–H:mm}, }, Hmv => { H => q{H:mm–H:mm v}, m => q{H:mm–H:mm v}, }, Hv => { H => q{H–H v}, }, M => { M => q{M–M}, }, MEd => { M => q{E d – E d/M}, d => q{E d – E d/M}, }, MMM => { M => q{LLL–LLL}, }, MMMEEEEd => { M => q{EEEEที่ d MMM – EEEEที่ d MMM}, d => q{EEEEที่ d – EEEEที่ d MMM}, }, MMMEd => { M => q{E d MMM – E d MMM}, d => q{E d – E d MMM}, }, MMMd => { M => q{d MMM – d MMM}, d => q{d – d MMM}, }, Md => { M => q{d/M – d/M}, d => q{d/M – d/M}, }, d => { d => q{d–d}, }, fallback => '{0} - {1}', h => { a => q{h a – h a}, h => q{h–h a}, }, hm => { a => q{h:mm a – h:mm a}, h => q{h:mm–h:mm a}, m => q{h:mm–h:mm a}, }, hmv => { a => q{h:mm a – h:mm a v}, h => q{h:mm–h:mm a v}, m => q{h:mm–h:mm a v}, }, hv => { a => q{h a – h a v}, h => q{h–h a v}, }, y => { y => q{y–y}, }, yM => { M => q{M/y – M/y}, y => q{M/y – M/y}, }, yMEd => { M => q{E d/M/y – E d/M/y}, d => q{E d – E d/M/y}, y => q{E d/M/y – E d/M/y}, }, yMMM => { M => q{MMM–MMM y}, y => q{MMM y – MMM y}, }, yMMMEEEEd => { M => q{EEEEที่ d MMM – EEEEที่ d MMM y}, d => q{EEEEที่ d – EEEEที่ d MMM y}, y => q{EEEEที่ d MMM y – EEEEที่ d MMM y}, }, yMMMEd => { M => q{E d MMM – E d MMM y}, d => q{E d – E d MMM y}, y => q{E d MMM y – E d MMM y}, }, yMMMM => { M => q{MMMM–MMMM y}, y => q{MMMM y – MMMM y}, }, yMMMd => { M => q{d MMM – d MMM y}, d => q{d–d MMM y}, y => q{d MMM y – d MMM y}, }, yMd => { M => q{d/M/y – d/M/y}, d => q{d–d/M/y}, y => q{d/M/y – d/M/y}, }, }, 'generic' => { Bh => { h => q{h – h B}, }, Bhm => { h => q{h:mm – h:mm B}, m => q{h:mm – h:mm B}, }, GyM => { G => q{MM/GGGGG y – MM/GGGGG y}, M => q{M/y – M/y G}, y => q{M/y – M/y G}, }, GyMEd => { G => q{E d/MM/GGGGG y – E d/MM/GGGGG y}, M => q{E d/M/y – E d/M/y G}, d => q{E d/M/y – E d/M/y G}, y => q{E d/M/y – E d/M/y G}, }, GyMMM => { G => q{MMM G y – MMM G y}, M => q{MMM – MMM G y}, y => q{MMM G y – MMM y}, }, GyMMMEd => { G => q{E d MMM G y – E d MMM G y}, M => q{E d MMM – E d MMM G y}, d => q{E d MMM – E d MMM G y}, y => q{E d MMM G y – E d MMM y}, }, GyMMMd => { G => q{d MMM G y – d MMM G y}, M => q{d MMM – d MMM G y}, d => q{d – d MMM G y}, y => q{d MMM G y – d MMM y}, }, GyMd => { G => q{d/MM/GGGGG y – d/MM/GGGGG y}, M => q{d/M/y – d/M/y G}, d => q{d/M/y – d/M/y G}, y => q{d/M/y – d/M/y G}, }, H => { H => q{H–H}, }, Hm => { H => q{HH:mm–HH:mm}, m => q{HH:mm–HH:mm}, }, Hmv => { H => q{H:mm–H:mm v}, m => q{H:mm–H:mm v}, }, Hv => { H => q{H–H v}, }, M => { M => q{M–M}, }, MEd => { M => q{E d/M – E d/M}, d => q{E d/M – E d/M}, }, MMM => { M => q{LLL–LLL}, }, MMMEEEEd => { M => q{EEEEที่ d MMM – EEEEที่ d MMM}, d => q{EEEEที่ d – EEEEที่ d MMM}, }, MMMEd => { M => q{E d MMM – E d MMM}, d => q{E d MMM – E d MMM}, }, MMMd => { M => q{d MMM – d MMM}, d => q{d – d MMM}, }, Md => { M => q{d/M – d/M}, d => q{d/M – d/M}, }, d => { d => q{d–d}, }, fallback => '{0} - {1}', h => { a => q{h a – h a}, h => q{h–h a}, }, hm => { a => q{h:mm a – h:mm a}, h => q{h:mm–h:mm a}, m => q{h:mm–h:mm a}, }, hmv => { a => q{h:mm a – h:mm a v}, h => q{h:mm–h:mm a v}, m => q{h:mm–h:mm a v}, }, hv => { a => q{h a – h a v}, h => q{h–h a v}, }, y => { y => q{G y–y}, }, yM => { M => q{M/y – M/y G}, y => q{M/y – M/y G}, }, yMEd => { M => q{E d/M/y – E d/M/y G}, d => q{E d/M/y – E d/M/y G}, y => q{E d/M/y – E d/M/y G}, }, yMMM => { M => q{MMM–MMM G y}, y => q{MMM G y – MMM y}, }, yMMMEEEEd => { M => q{EEEEที่ d MMM – EEEEที่ d MMM G y}, d => q{EEEEที่ d – EEEEที่ d MMM G y}, y => q{EEEEที่ d MMM G y – EEEEที่ d MMM y}, }, yMMMEd => { M => q{E d MMM – E d MMM G y}, d => q{E d MMM – E d MMM G y}, y => q{E d MMM G y – E d MMM y}, }, yMMMM => { M => q{MMMM – MMMM G y}, y => q{MMMM G y – MMMM y}, }, yMMMd => { M => q{d MMM – d MMM G y}, d => q{d–d MMM G y}, y => q{d MMM G y – d MMM y}, }, yMd => { M => q{d/M/y – d/M/y G}, d => q{d/M/y – d/M/y G}, y => q{d/M/y – d/M/y G}, }, }, 'gregorian' => { Bh => { h => q{h – h B}, }, Bhm => { h => q{h:mm – h:mm B}, m => q{h:mm – h:mm B}, }, GyM => { G => q{MM/GGGGG y – MM/GGGGG y}, M => q{MM/GGGGG y – MM/GGGGG y}, y => q{MM/GGGGG y – MM/GGGGG y}, }, GyMEd => { G => q{E d/MM/GGGGG y – E d/MM/GGGGG y}, M => q{E d/MM/GGGGG y – E d/MM/GGGGG y}, d => q{E d/MM/GGGGG y – E d/MM/GGGGG y}, y => q{E d/MM/GGGGG y – E d/MM/GGGGG y}, }, GyMMM => { G => q{MMM G y – MMM G y}, M => q{MMM – MMM G y}, y => q{MMM G y – MMM G y}, }, GyMMMEd => { G => q{E d MMM G y – E d MMM G y}, M => q{E d MMM – E d MMM G y}, d => q{E d MMM – E d MMM G y}, y => q{E d MMM y – E d MMM y}, }, GyMMMd => { G => q{d MMM G y – d MMM G y}, M => q{d MMM – d MMM G y}, d => q{d – d MMM G y}, y => q{d MMM G y – d MMM y}, }, GyMd => { G => q{d/MM/GGGGG y – d/MM/GGGGG y}, M => q{d/MM/GGGGG y – d/MM/GGGGG y}, d => q{d/MM/GGGGG y – d/MM/GGGGG y}, y => q{d/MM/GGGGG y – d/MM/GGGGG y}, }, H => { H => q{HH–HH}, }, Hm => { H => q{HH:mm น. – HH:mm น.}, m => q{HH:mm น. – HH:mm น.}, }, Hmv => { H => q{H:mm น. – H:mm น. v}, m => q{H:mm น. – H:mm น. v}, }, Hv => { H => q{HH–HH v}, }, M => { M => q{M–M}, }, MEd => { M => q{E d/M – E d/M}, d => q{E d/M – E d/M/}, }, MMM => { M => q{MMM – MMM}, }, MMMEEEEd => { M => q{EEEEที่ d MMM – EEEEที่ d MMM}, d => q{EEEEที่ d – EEEEที่ d MMM}, }, MMMEd => { M => q{E d MMM – E d MMM}, d => q{E d – E d MMM}, }, MMMd => { M => q{d MMM – d MMM}, d => q{MMM d–d}, }, Md => { M => q{d/M – d/M}, d => q{d/M – d/M}, }, d => { d => q{d–d}, }, fallback => '{0} – {1}', h => { a => q{h a – h a}, h => q{h–h a}, }, hm => { a => q{h:mm a – h:mm a}, h => q{h:mm–h:mm a}, m => q{h:mm–h:mm a}, }, hmv => { a => q{h:mm a – h:mm a v}, h => q{h:mm–h:mm a v}, m => q{h:mm–h:mm a v}, }, hv => { a => q{h a – h a v}, h => q{h–h a v}, }, y => { y => q{y–y}, }, yM => { M => q{M/y – M/y}, y => q{M/y – M/y}, }, yMEd => { M => q{E d/M/y – E d/M/y}, d => q{E d/M/y – E d/M/y}, y => q{E d/M/y – E d/M/y}, }, yMMM => { M => q{MMM–MMM y}, y => q{MMM y – MMM y}, }, yMMMEEEEd => { M => q{EEEEที่ d MMM – EEEEที่ d MMM y}, d => q{EEEEที่ d – EEEEที่ d MMM y}, y => q{EEEEที่ d MMM y – EEEEที่ d MMM y}, }, yMMMEd => { M => q{E d MMM – E d MMM y}, d => q{E d MMM – E d MMM y}, y => q{E d MMM y – E d MMM y}, }, yMMMM => { M => q{MMMM – MMMM y}, y => q{MMMM y – MMMM y}, }, yMMMMEEEEd => { M => q{EEEEที่ d MMMM – EEEEที่ d MMMM G y}, d => q{EEEEที่ d – EEEEที่ d MMMM G y}, y => q{EEEEที่ d MMMM G y – EEEEที่ d MMMM y}, }, yMMMMEd => { M => q{E d MMMM – E d MMMM G y}, d => q{E d – E d MMMM G y}, y => q{E d MMMM G y – E d MMMM G y}, }, yMMMMd => { M => q{d MMMM – d MMMM G y}, d => q{d–d MMMM G y}, y => q{d MMMM G y – d MMMM G y}, }, yMMMd => { M => q{d MMM – d MMM y}, d => q{d–d MMM y}, y => q{d MMM y – d MMM y}, }, yMd => { M => q{d/M/y – d/M/y}, d => q{d/M/y – d/M/y}, y => q{d/M/y – d/M/y}, }, }, } }, ); has 'cyclic_name_sets' => ( is => 'ro', isa => HashRef, init_arg => undef, default => sub { { 'chinese' => { 'dayParts' => { 'format' => { 'abbreviated' => { 0 => q(จื่à¸), 1 => q(โฉ่ว), 2 => q(à¸à¸´à¹‹à¸™), 3 => q(เหม่า), 4 => q(เฉิน), 5 => q(ซื่à¸), 6 => q(à¸à¸¹à¹‰), 7 => q(เว่ย), 8 => q(เซิน), 9 => q(โหย่ว), 10 => q(ซู), 11 => q(ฮ่าย), }, }, }, 'solarTerms' => { 'format' => { 'abbreviated' => { 0 => q(ลี่ชุน), }, }, }, 'years' => { 'format' => { 'abbreviated' => { 0 => q(เจี่ยจื่à¸), 1 => q(à¸à¸µà¹‹à¹‚ฉ่ว), 2 => q(ปิ่งà¸à¸´à¹‹à¸™), 3 => q(ติงเหม่า), 4 => q(à¸à¸¹à¹‰à¹€à¸‰à¸´à¸™), 5 => q(จี่ซื่à¸), 6 => q(เà¸à¸´à¸‡à¸à¸¹à¹‰), 7 => q(ซินเว่ย), 8 => q(เหรินเซิน), 9 => q(à¸à¸¸à¹‹à¸¢à¹‚หย่ว), 10 => q(เจ่ียซู), 11 => q(à¸à¸µà¹‹à¸®à¹ˆà¸²à¸¢), 12 => q(ปิ๋ิ่งจื่à¸), 13 => q(ติงโฉ่ว), 14 => q(à¸à¸¹à¹‰à¸à¸´à¹‹à¸™), 15 => q(จี๋เหม่า), 16 => q(เà¸à¸´à¸‡à¹€à¸‰à¸´à¸™), 17 => q(ซินซื่à¸), 18 => q(เหรินà¸à¸¹à¹‰), 19 => q(à¸à¸¸à¹ˆà¸¢à¹€à¸§à¹ˆà¸¢), 20 => q(เจี่ยเซิน), 21 => q(à¸à¸µà¹‹à¹‚หย่ว), 22 => q(ปิ่งซู), 23 => q(ติงฮ่าย), 24 => q(à¸à¸¹à¹‰à¸ˆà¸·à¹ˆà¸), 25 => q(จี๋โฉ่ว), 26 => q(เà¸à¸´à¸‡à¸à¸´à¹‹à¸™), 27 => q(ซินเหม่า), 28 => q(เหรินเฉิน), 29 => q(à¸à¸¸à¹ˆà¸¢à¸‹à¹ˆà¸), 30 => q(เจ่ียà¸à¸¹à¹‰), 31 => q(à¸à¸µà¹ˆà¹€à¸§à¹ˆà¸¢), 32 => q(ป่ิงเซิน), 33 => q(ติงโหย่ว), 34 => q(à¸à¸¹à¹‰à¸‹à¸¹), 35 => q(จี่ฮ่าย), 36 => q(เà¸à¸´à¸‡à¸ˆà¸·à¹ˆà¸), 37 => q(ซินโฉ่ว), 38 => q(เหรินà¸à¸´à¹‹à¸™), 39 => q(à¸à¸¸à¹‹à¸¢à¹€à¸«à¸¡à¹ˆà¸²), 40 => q(เจี่ยเฉิน), 41 => q(à¸à¸µà¹ˆà¸‹à¹ˆà¸·à¸), 42 => q(ป่ิงà¸à¸¹à¹‰), 43 => q(ติงเว่ย), 44 => q(à¸à¸¹à¹‰à¹€à¸‹à¸´à¸™), 45 => q(จี๋โหย่ว), 46 => q(เà¸à¸´à¸‡à¸‹à¸¹), 47 => q(ซินฮ่าย), 48 => q(เหรินจ่ืà¸), 49 => q(à¸à¸¸à¹‹à¹ˆà¸¢à¹‚ฉ่ว), 50 => q(เจี่ยà¸à¸´à¹‹à¸™), 51 => q(à¸à¹‹à¸µà¹€à¸«à¸¡à¹ˆà¸²), 52 => q(ปิ่งเฉิน), 53 => q(ติงซื่à¸), 54 => q(à¸à¸¹à¹‰à¸à¸¹à¹‰), 55 => q(จ่ีเว่ย), 56 => q(เà¸à¸´à¸‡à¹€à¸‹à¸´à¸™), 57 => q(ซินโหย่ว), 58 => q(เหรินซู), 59 => q(à¸à¸¸à¹ˆà¸¢à¸®à¹ˆà¸²à¸¢), }, }, }, 'zodiacs' => { 'format' => { 'abbreviated' => { 0 => q(หนู), 1 => q(วัว), 2 => q(เสืà¸), 3 => q(à¸à¸£à¸°à¸•à¹ˆà¸²à¸¢), 4 => q(มังà¸à¸£), 5 => q(งู), 6 => q(ม้า), 7 => q(à¹à¸žà¸°), 8 => q(ลิง), 9 => q(ไà¸à¹ˆà¸•à¸±à¸§à¸œà¸¹à¹‰), 10 => q(สุนัข), 11 => q(หมู), }, }, }, }, 'dangi' => { 'dayParts' => { 'format' => { 'abbreviated' => { 0 => q(จื่à¸), 1 => q(โฉ่ว), 2 => q(à¸à¸´à¹‹à¸™), 3 => q(เหม่า), 4 => q(เฉิน), 5 => q(ซื่à¸), 6 => q(à¸à¸¹à¹‰), 7 => q(เว่ย), 8 => q(เซิน), 9 => q(โหย่ว), 10 => q(ซู), 11 => q(ฮ่าย), }, }, }, 'years' => { 'format' => { 'abbreviated' => { 0 => q(เจี่ยจื่à¸), 1 => q(à¸à¸µà¹‹à¹‚ฉ่ว), 2 => q(ปิ่งà¸à¸´à¹‹à¸™), 3 => q(ติงเหม่า), 4 => q(à¸à¸¹à¹‰à¹€à¸‰à¸´à¸™), 5 => q(จี่ซื่à¸), 6 => q(เà¸à¸´à¸‡à¸à¸¹à¹‰), 7 => q(ซินเว่ย), 8 => q(เหรินเซิน), 9 => q(à¸à¸¸à¹‹à¹ˆà¸¢à¹‚หย่ว), 10 => q(เจ่ียซู), 11 => q(à¸à¸µà¹‹à¸®à¹ˆà¸²à¸¢), 12 => q(ปิ๋ิ่งจื่à¸), 13 => q(ติงโฉ่ว), 14 => q(à¸à¸¹à¹‰à¸à¸´à¹‹à¸™), 15 => q(จี๋เหม่า), 16 => q(เà¸à¸´à¸‡à¹€à¸‰à¸´à¸™), 17 => q(ซินซื่à¸), 18 => q(เหรินà¸à¸¹à¹‰), 19 => q(à¸à¸¸à¹ˆà¸¢à¹€à¸§à¹ˆà¸¢), 20 => q(เจี่ยเซิน), 21 => q(à¸à¸µà¹‹à¹‚หย่ว), 22 => q(ปิ่งซู), 23 => q(ติงฮ่าย), 24 => q(à¸à¸¹à¹‰à¸ˆà¸·à¹ˆà¸), 25 => q(จี๋โฉ่ว), 26 => q(เà¸à¸´à¸‡à¸à¸´à¹‹à¸™), 27 => q(ซินเหม่า), 28 => q(เหรินเฉิน), 29 => q(à¸à¸¸à¹ˆà¸¢à¸‹à¹ˆà¸), 30 => q(เจ่ียà¸à¸¹à¹‰), 31 => q(à¸à¸µà¹ˆà¹€à¸§à¹ˆà¸¢), 32 => q(ป่ิงเซิน), 33 => q(ติงโหย่ว), 34 => q(à¸à¸¹à¹‰à¸‹à¸¹), 35 => q(จี่ฮ่าย), 36 => q(เà¸à¸´à¸‡à¸ˆà¸·à¹ˆà¸), 37 => q(ซินโฉ่ว), 38 => q(เหรินà¸à¸´à¹‹à¸™), 39 => q(à¸à¸¸à¹‹à¸¢à¹€à¸«à¸¡à¹ˆà¸²), 40 => q(เจี่ยเฉิน), 41 => q(à¸à¸µà¹ˆà¸‹à¹ˆà¸·à¸), 42 => q(ป่ิงà¸à¸¹à¹‰), 43 => q(ติงเว่ย), 44 => q(à¸à¸¹à¹‰à¹€à¸‹à¸´à¸™), 45 => q(จี๋โหย่ว), 46 => q(เà¸à¸´à¸‡à¸‹à¸¹), 47 => q(ซินฮ่าย), 48 => q(เหรินจ่ืà¸), 49 => q(à¸à¸¸à¹‹à¹ˆà¸¢à¹‚ฉ่ว), 50 => q(เจี่ยà¸à¸´à¹‹à¸™), 51 => q(à¸à¹‹à¸µà¹€à¸«à¸¡à¹ˆà¸²), 52 => q(ปิ่งเฉิน), 53 => q(ติงซื่à¸), 54 => q(à¸à¸¹à¹‰à¸à¸¹à¹‰), 55 => q(จ่ีเว่ย), 56 => q(เà¸à¸´à¸‡à¹€à¸‹à¸´à¸™), 57 => q(ซินโหย่ว), 58 => q(เหรินซู), 59 => q(à¸à¸¸à¹ˆà¸¢à¸®à¹ˆà¸²à¸¢), }, }, }, 'zodiacs' => { 'format' => { 'abbreviated' => { 0 => q(หนู), 1 => q(วัว), 2 => q(เสืà¸), 3 => q(à¸à¸£à¸°à¸•à¹ˆà¸²à¸¢), 4 => q(มังà¸à¸£), 5 => q(งู), 6 => q(ม้า), 7 => q(à¹à¸žà¸°), 8 => q(ลิง), 9 => q(ไà¸à¹ˆà¸•à¸±à¸§à¸œà¸¹à¹‰), 10 => q(สุนัข), 11 => q(หมู), }, }, }, }, } }, ); has 'time_zone_names' => ( is => 'ro', isa => HashRef, init_arg => undef, default => sub { { hourFormat => q(+HH:mm;-HH:mm), gmtFormat => q(GMT{0}), gmtZeroFormat => q(GMT), regionFormat => q(เวลา{0}), regionFormat => q(เวลาà¸à¸à¸¡à¹à¸ªà¸‡{0}), regionFormat => q(เวลามาตรà¸à¸²à¸™{0}), fallbackFormat => q({1} ({0})), 'Acre' => { long => { 'daylight' => q#เวลาฤดูร้à¸à¸™à¸à¸²à¹€à¸à¸£#, 'generic' => q#เวลาà¸à¸²à¹€à¸à¸£#, 'standard' => q#เวลามาตรà¸à¸²à¸™à¸à¸²à¹€à¸à¸£#, }, }, 'Afghanistan' => { long => { 'standard' => q#เวลาà¸à¸±à¸Ÿà¸à¸²à¸™à¸´à¸ªà¸–าน#, }, }, 'Africa/Abidjan' => { exemplarCity => q#à¸à¸²à¸šà¸µà¸ˆà¸²à¸™#, }, 'Africa/Accra' => { exemplarCity => q#à¸à¸±à¸à¸à¸£à¸²#, }, 'Africa/Addis_Ababa' => { exemplarCity => q#à¹à¸à¸”ดิสà¸à¸²à¸šà¸²à¸šà¸²#, }, 'Africa/Algiers' => { exemplarCity => q#à¹à¸à¸¥à¹€à¸ˆà¸µà¸¢à¸£à¹Œ#, }, 'Africa/Asmera' => { exemplarCity => q#à¹à¸à¸ªà¸¡à¸²à¸£à¸²#, }, 'Africa/Bamako' => { exemplarCity => q#บามาโà¸#, }, 'Africa/Bangui' => { exemplarCity => q#บังà¸à¸µ#, }, 'Africa/Banjul' => { exemplarCity => q#บันจูล#, }, 'Africa/Bissau' => { exemplarCity => q#บิสเซา#, }, 'Africa/Blantyre' => { exemplarCity => q#à¹à¸šà¸¥à¸™à¹„ทร์#, }, 'Africa/Brazzaville' => { exemplarCity => q#บราซซาวิล#, }, 'Africa/Bujumbura' => { exemplarCity => q#บูจุมบูรา#, }, 'Africa/Cairo' => { exemplarCity => q#ไคโร#, }, 'Africa/Casablanca' => { exemplarCity => q#คาสซาบลางà¸à¹‰à¸²#, }, 'Africa/Ceuta' => { exemplarCity => q#เซวตา#, }, 'Africa/Conakry' => { exemplarCity => q#โà¸à¸™à¸²à¸à¸£à¸µ#, }, 'Africa/Dakar' => { exemplarCity => q#ดาà¸à¸²à¸£à¹Œ#, }, 'Africa/Dar_es_Salaam' => { exemplarCity => q#ดาร์เà¸à¸ªà¸‹à¸²à¸¥à¸²à¸¡#, }, 'Africa/Djibouti' => { exemplarCity => q#จิบูตี#, }, 'Africa/Douala' => { exemplarCity => q#ดูà¸à¸²à¸¥à¸²#, }, 'Africa/El_Aaiun' => { exemplarCity => q#เà¸à¸¥à¹„à¸à¸¢à¹Œà¸à¸¸à¸‡#, }, 'Africa/Freetown' => { exemplarCity => q#ฟรีทาวน์#, }, 'Africa/Gaborone' => { exemplarCity => q#à¸à¸²à¹‚บโรเน#, }, 'Africa/Harare' => { exemplarCity => q#ฮาราเร#, }, 'Africa/Johannesburg' => { exemplarCity => q#โจฮันเนสเบà¸à¸£à¹Œà¸#, }, 'Africa/Juba' => { exemplarCity => q#จูบา#, }, 'Africa/Kampala' => { exemplarCity => q#คัมพาลา#, }, 'Africa/Khartoum' => { exemplarCity => q#คาร์ทูม#, }, 'Africa/Kigali' => { exemplarCity => q#คิà¸à¸²à¸¥à¸µ#, }, 'Africa/Kinshasa' => { exemplarCity => q#à¸à¸´à¸™à¸Šà¸²à¸‹à¸²#, }, 'Africa/Lagos' => { exemplarCity => q#ลาà¸à¸à¸ª#, }, 'Africa/Libreville' => { exemplarCity => q#ลีเบรà¸à¸§à¸´à¸¥#, }, 'Africa/Lome' => { exemplarCity => q#โลเม#, }, 'Africa/Luanda' => { exemplarCity => q#ลูà¸à¸±à¸™à¸”า#, }, 'Africa/Lubumbashi' => { exemplarCity => q#ลูบัมบาชิ#, }, 'Africa/Lusaka' => { exemplarCity => q#ลูซาà¸à¸²#, }, 'Africa/Malabo' => { exemplarCity => q#มาลาโบ#, }, 'Africa/Maputo' => { exemplarCity => q#มาปูโต#, }, 'Africa/Maseru' => { exemplarCity => q#มาเซรู#, }, 'Africa/Mbabane' => { exemplarCity => q#à¸à¸±à¸¡à¸šà¸²à¸šà¸²à¹€à¸™#, }, 'Africa/Mogadishu' => { exemplarCity => q#โมà¸à¸²à¸”ิชู#, }, 'Africa/Monrovia' => { exemplarCity => q#มันโรเวีย#, }, 'Africa/Nairobi' => { exemplarCity => q#ไนโรเบีย#, }, 'Africa/Ndjamena' => { exemplarCity => q#เà¸à¹‡à¸™à¸ˆà¸²à¹€à¸¡à¸™à¸²#, }, 'Africa/Niamey' => { exemplarCity => q#นีà¸à¸²à¹€à¸¡à¸¢à¹Œ#, }, 'Africa/Nouakchott' => { exemplarCity => q#นูà¹à¸à¸à¸Šà¸à¸•#, }, 'Africa/Ouagadougou' => { exemplarCity => q#วาà¸à¸²à¸”ูà¸à¸¹#, }, 'Africa/Porto-Novo' => { exemplarCity => q#ปà¸à¸£à¹Œà¹‚ต-โนโว#, }, 'Africa/Sao_Tome' => { exemplarCity => q#เซาตูเม#, }, 'Africa/Tripoli' => { exemplarCity => q#ตรีโปลี#, }, 'Africa/Tunis' => { exemplarCity => q#ตูนิส#, }, 'Africa/Windhoek' => { exemplarCity => q#วินด์ฮุà¸#, }, 'Africa_Central' => { long => { 'standard' => q#เวลาà¹à¸à¸Ÿà¸£à¸´à¸à¸²à¸à¸¥à¸²à¸‡#, }, }, 'Africa_Eastern' => { long => { 'standard' => q#เวลาà¹à¸à¸Ÿà¸£à¸´à¸à¸²à¸•à¸°à¸§à¸±à¸™à¸à¸à¸#, }, }, 'Africa_Southern' => { long => { 'standard' => q#เวลาà¹à¸à¸Ÿà¸£à¸´à¸à¸²à¹ƒà¸•à¹‰#, }, }, 'Africa_Western' => { long => { 'daylight' => q#เวลาฤดูร้à¸à¸™à¹à¸à¸Ÿà¸£à¸´à¸à¸²à¸•à¸°à¸§à¸±à¸™à¸•à¸#, 'generic' => q#เวลาà¹à¸à¸Ÿà¸£à¸´à¸à¸²à¸•à¸°à¸§à¸±à¸™à¸•à¸#, 'standard' => q#เวลามาตรà¸à¸²à¸™à¹à¸à¸Ÿà¸£à¸´à¸à¸²à¸•à¸°à¸§à¸±à¸™à¸•à¸#, }, }, 'Alaska' => { long => { 'daylight' => q#เวลาà¸à¸à¸¡à¹à¸ªà¸‡à¸‚à¸à¸‡à¸à¸°à¹à¸¥à¸ªà¸à¸²#, 'generic' => q#เวลาà¸à¸°à¹à¸¥à¸ªà¸à¸²#, 'standard' => q#เวลามาตรà¸à¸²à¸™à¸à¸°à¹à¸¥à¸ªà¸à¸²#, }, }, 'Almaty' => { long => { 'daylight' => q#เวลาฤดูร้à¸à¸™à¸à¸±à¸¥à¸¡à¸²à¸•à¸µ#, 'generic' => q#เวลาà¸à¸±à¸¥à¸¡à¸²à¸•à¸µ#, 'standard' => q#เวลามาตรà¸à¸²à¸™à¸à¸±à¸¥à¸¡à¸²à¸•à¸µ#, }, }, 'Amazon' => { long => { 'daylight' => q#เวลาฤดูร้à¸à¸™à¹à¸à¸¡à¸°à¸‹à¸à¸™#, 'generic' => q#เวลาà¹à¸à¸¡à¸°à¸‹à¸à¸™#, 'standard' => q#เวลามาตรà¸à¸²à¸™à¹à¸à¸¡à¸°à¸‹à¸à¸™#, }, }, 'America/Adak' => { exemplarCity => q#เà¸à¸”ัà¸#, }, 'America/Anchorage' => { exemplarCity => q#à¹à¸à¸‡à¹€à¸„à¸à¹€à¸£à¸ˆ#, }, 'America/Anguilla' => { exemplarCity => q#à¹à¸à¸‡à¸à¸´à¸¥à¸¥à¸²#, }, 'America/Antigua' => { exemplarCity => q#à¹à¸à¸™à¸•à¸´à¸à¸²#, }, 'America/Araguaina' => { exemplarCity => q#à¸à¸²à¸£à¸²à¸à¸±à¸§à¸™à¸²#, }, 'America/Argentina/La_Rioja' => { exemplarCity => q#ลาริโà¸à¸ˆà¸²#, }, 'America/Argentina/Rio_Gallegos' => { exemplarCity => q#ริโà¸à¸à¸²à¸¥à¹€à¸¥à¸à¸à¸ª#, }, 'America/Argentina/Salta' => { exemplarCity => q#ซัลตา#, }, 'America/Argentina/San_Juan' => { exemplarCity => q#ซานฮวน#, }, 'America/Argentina/San_Luis' => { exemplarCity => q#ซันลูà¸à¸´à¸ª#, }, 'America/Argentina/Tucuman' => { exemplarCity => q#ทูคูà¹à¸¡à¸™#, }, 'America/Argentina/Ushuaia' => { exemplarCity => q#à¸à¸¹à¸Šà¸¹à¹€à¸à¸µà¸¢#, }, 'America/Aruba' => { exemplarCity => q#à¸à¸²à¸£à¸¹à¸šà¸²#, }, 'America/Asuncion' => { exemplarCity => q#à¸à¸°à¸‹à¸¸à¸™à¸‹à¸´à¸à¸à¸‡#, }, 'America/Bahia' => { exemplarCity => q#บาเยีย#, }, 'America/Bahia_Banderas' => { exemplarCity => q#บาเà¸à¸µà¸¢à¸šà¸±à¸™à¹€à¸”รัส#, }, 'America/Barbados' => { exemplarCity => q#บาร์เบโดส#, }, 'America/Belem' => { exemplarCity => q#เบเลง#, }, 'America/Belize' => { exemplarCity => q#เบลีซ#, }, 'America/Blanc-Sablon' => { exemplarCity => q#บลังค์-ซาบลà¸à¸™#, }, 'America/Boa_Vista' => { exemplarCity => q#บัววีชตา#, }, 'America/Bogota' => { exemplarCity => q#โบโà¸à¸•à¸²#, }, 'America/Boise' => { exemplarCity => q#บà¸à¸¢à¸‹à¸µ#, }, 'America/Buenos_Aires' => { exemplarCity => q#บัวโนสไà¸à¹€à¸£à¸ª#, }, 'America/Cambridge_Bay' => { exemplarCity => q#à¸à¹ˆà¸²à¸§à¹à¸„มบริดจ์#, }, 'America/Campo_Grande' => { exemplarCity => q#à¸à¸±à¸¡à¸›à¸¹à¸à¸£à¸±à¸™à¸”ี#, }, 'America/Cancun' => { exemplarCity => q#à¹à¸„นคุน#, }, 'America/Caracas' => { exemplarCity => q#คาราคัส#, }, 'America/Catamarca' => { exemplarCity => q#à¸à¸²à¸•à¸²à¸¡à¸²à¸£à¹Œà¸à¸²#, }, 'America/Cayenne' => { exemplarCity => q#à¸à¸²à¹à¸¢à¸™#, }, 'America/Cayman' => { exemplarCity => q#เคย์à¹à¸¡à¸™#, }, 'America/Chicago' => { exemplarCity => q#ชิคาโà¸#, }, 'America/Chihuahua' => { exemplarCity => q#ชีวาวา#, }, 'America/Coral_Harbour' => { exemplarCity => q#คà¸à¸£à¸±à¸¥à¸®à¸²à¸£à¹Œà¹€à¸šà¸à¸£à¹Œ#, }, 'America/Cordoba' => { exemplarCity => q#คà¸à¸£à¹Œà¹‚ดบา#, }, 'America/Costa_Rica' => { exemplarCity => q#คà¸à¸ªà¸•à¸²à¸£à¸´à¸à¸²#, }, 'America/Creston' => { exemplarCity => q#เครสตัน#, }, 'America/Cuiaba' => { exemplarCity => q#à¸à¸¸à¸¢à¸²à¸šà¸²#, }, 'America/Curacao' => { exemplarCity => q#คูราเซา#, }, 'America/Danmarkshavn' => { exemplarCity => q#ดานมาร์à¸à¸ªà¸®à¸²à¸§à¸™à¹Œ#, }, 'America/Dawson' => { exemplarCity => q#ดà¸à¸§à¹Œà¸ªà¸±à¸™#, }, 'America/Dawson_Creek' => { exemplarCity => q#ดà¸à¸§à¹Œà¸ªà¸±à¸™ ครีà¸#, }, 'America/Denver' => { exemplarCity => q#เดนเวà¸à¸£à¹Œ#, }, 'America/Detroit' => { exemplarCity => q#ดีทรà¸à¸¢à¸•à¹Œ#, }, 'America/Dominica' => { exemplarCity => q#โดมินิà¸à¸²#, }, 'America/Edmonton' => { exemplarCity => q#เà¸à¸”มันตัน#, }, 'America/Eirunepe' => { exemplarCity => q#เà¸à¸£à¸¹à¹€à¸™à¹€à¸›#, }, 'America/El_Salvador' => { exemplarCity => q#เà¸à¸¥à¸‹à¸±à¸¥à¸§à¸²à¸”à¸à¸£à¹Œ#, }, 'America/Fort_Nelson' => { exemplarCity => q#ฟà¸à¸£à¹Œà¸•à¹€à¸™à¸¥à¸ªà¸±à¸™#, }, 'America/Fortaleza' => { exemplarCity => q#ฟà¸à¸£à¹Œà¸•à¸²à¹€à¸¥à¸‹à¸²#, }, 'America/Glace_Bay' => { exemplarCity => q#เà¸à¸¥à¸‹à¹€à¸šà¸¢à¹Œ#, }, 'America/Godthab' => { exemplarCity => q#à¸à¸à¸”à¹à¸˜à¸š#, }, 'America/Goose_Bay' => { exemplarCity => q#à¸à¸¹à¸ªà¹€à¸šà¸¢à¹Œ#, }, 'America/Grand_Turk' => { exemplarCity => q#à¹à¸à¸£à¸™à¸”์เติร์à¸#, }, 'America/Grenada' => { exemplarCity => q#เà¸à¸£à¸™à¸²à¸”า#, }, 'America/Guadeloupe' => { exemplarCity => q#à¸à¸§à¸²à¹€à¸”à¸à¸¥à¸¹à¸›#, }, 'America/Guatemala' => { exemplarCity => q#à¸à¸±à¸§à¹€à¸•à¸¡à¸²à¸¥à¸²#, }, 'America/Guayaquil' => { exemplarCity => q#à¸à¸±à¸§à¸¢à¸²à¸à¸´à¸¥#, }, 'America/Guyana' => { exemplarCity => q#à¸à¸²à¸¢à¸à¸²à¸™à¸²#, }, 'America/Halifax' => { exemplarCity => q#à¹à¸®à¸¥à¸´à¹à¸Ÿà¸à¸‹à¹Œ#, }, 'America/Havana' => { exemplarCity => q#ฮาวานา#, }, 'America/Hermosillo' => { exemplarCity => q#เà¸à¸£à¹Œà¹‚มซีโย#, }, 'America/Indiana/Knox' => { exemplarCity => q#นà¸à¸à¸‹à¹Œ, à¸à¸´à¸™à¸”ีà¹à¸à¸™à¸²#, }, 'America/Indiana/Marengo' => { exemplarCity => q#มาเรงโà¸, à¸à¸´à¸™à¸”ีà¹à¸à¸™à¸²#, }, 'America/Indiana/Petersburg' => { exemplarCity => q#ปีเตà¸à¸£à¹Œà¸ªà¹€à¸šà¸´à¸£à¹Œà¸, à¸à¸´à¸™à¸”ีà¹à¸à¸™à¸²#, }, 'America/Indiana/Tell_City' => { exemplarCity => q#เทลล์ซิตี, à¸à¸´à¸™à¸”ีà¹à¸à¸™à¸²#, }, 'America/Indiana/Vevay' => { exemplarCity => q#วีเวย์, à¸à¸´à¸™à¸”ีà¹à¸à¸™à¸²#, }, 'America/Indiana/Vincennes' => { exemplarCity => q#วินเซนเนส, à¸à¸´à¸™à¸”ีà¹à¸à¸™à¸²#, }, 'America/Indiana/Winamac' => { exemplarCity => q#วินาà¹à¸¡à¸„, à¸à¸´à¸™à¸”ีà¹à¸à¸™à¸²#, }, 'America/Indianapolis' => { exemplarCity => q#à¸à¸´à¸™à¹€à¸”ียà¹à¸™à¹‚พลิส#, }, 'America/Inuvik' => { exemplarCity => q#à¸à¸´à¸™à¸¹à¸§à¸´à¸#, }, 'America/Iqaluit' => { exemplarCity => q#à¸à¸µà¸à¸§à¸²à¸¥à¸´à¸•#, }, 'America/Jamaica' => { exemplarCity => q#จาเมà¸à¸²#, }, 'America/Jujuy' => { exemplarCity => q#จูจิว#, }, 'America/Juneau' => { exemplarCity => q#จูโน#, }, 'America/Kentucky/Monticello' => { exemplarCity => q#มà¸à¸™à¸•à¸´à¹€à¸‹à¸¥à¹‚ล, เคนตัà¸à¸à¸µ#, }, 'America/Kralendijk' => { exemplarCity => q#คราเลนดิจค์#, }, 'America/La_Paz' => { exemplarCity => q#ลาปาซ#, }, 'America/Lima' => { exemplarCity => q#ลิมา#, }, 'America/Los_Angeles' => { exemplarCity => q#ลà¸à¸ªà¹à¸à¸‡à¹€à¸ˆà¸¥à¸´à¸ª#, }, 'America/Louisville' => { exemplarCity => q#ลูส์วิลล์#, }, 'America/Lower_Princes' => { exemplarCity => q#โลเวà¸à¸£à¹Œà¸žà¸£à¸´à¸™à¸‹à¹Œ ควà¸à¹€à¸•à¸à¸£à¹Œ#, }, 'America/Maceio' => { exemplarCity => q#มาเซโà¸#, }, 'America/Managua' => { exemplarCity => q#มานาà¸à¸±à¸§#, }, 'America/Manaus' => { exemplarCity => q#มาเนาส์#, }, 'America/Marigot' => { exemplarCity => q#มาริโà¸à¸•à¹Œ#, }, 'America/Martinique' => { exemplarCity => q#มาร์ตินีà¸#, }, 'America/Matamoros' => { exemplarCity => q#มาตาโมรà¸à¸ª#, }, 'America/Mazatlan' => { exemplarCity => q#มาซาทลาน#, }, 'America/Mendoza' => { exemplarCity => q#เมนดูซา#, }, 'America/Menominee' => { exemplarCity => q#เมโนมินี#, }, 'America/Merida' => { exemplarCity => q#เมรีดา#, }, 'America/Metlakatla' => { exemplarCity => q#เมทลาà¸à¸²à¸•à¸¥à¸°#, }, 'America/Mexico_City' => { exemplarCity => q#เม็à¸à¸‹à¸´à¹‚à¸à¸‹à¸´à¸•à¸µ#, }, 'America/Miquelon' => { exemplarCity => q#มีเà¸à¸à¸¥à¸‡#, }, 'America/Moncton' => { exemplarCity => q#มà¸à¸‡à¸•à¸±à¸™#, }, 'America/Monterrey' => { exemplarCity => q#มà¸à¸™à¹€à¸•à¸£à¹Œà¹€à¸£à¸¢à¹Œ#, }, 'America/Montevideo' => { exemplarCity => q#มà¸à¸™à¹€à¸•à¸§à¸´à¹€à¸”โà¸#, }, 'America/Montserrat' => { exemplarCity => q#มà¸à¸™à¹€à¸‹à¸à¸£à¹Œà¸£à¸±à¸•#, }, 'America/Nassau' => { exemplarCity => q#à¹à¸™à¸ªà¸‹à¸#, }, 'America/New_York' => { exemplarCity => q#นิวยà¸à¸£à¹Œà¸#, }, 'America/Nipigon' => { exemplarCity => q#นิปิà¸à¸à¸™#, }, 'America/Nome' => { exemplarCity => q#นà¸à¸¡#, }, 'America/Noronha' => { exemplarCity => q#โนรà¸à¸™à¸®à¸²#, }, 'America/North_Dakota/Beulah' => { exemplarCity => q#โบลาห์, นà¸à¸£à¹Œà¸—ดาโคตา#, }, 'America/North_Dakota/Center' => { exemplarCity => q#เซนเตà¸à¸£à¹Œ, นà¸à¸£à¹Œà¸—ดาโคตา#, }, 'America/North_Dakota/New_Salem' => { exemplarCity => q#นิวเซเลม, นà¸à¸£à¹Œà¸—ดาโคตา#, }, 'America/Ojinaga' => { exemplarCity => q#โà¸à¸ˆà¸´à¸™à¸²à¸à¸²#, }, 'America/Panama' => { exemplarCity => q#ปานามา#, }, 'America/Pangnirtung' => { exemplarCity => q#พางนีทัง#, }, 'America/Paramaribo' => { exemplarCity => q#ปารามาริโบ#, }, 'America/Phoenix' => { exemplarCity => q#ฟินิà¸à¸‹à¹Œ#, }, 'America/Port-au-Prince' => { exemplarCity => q#ปà¸à¸£à¹Œà¹‚ตà¹à¸›à¸£à¸‡à¸‹à¹Œ#, }, 'America/Port_of_Spain' => { exemplarCity => q#พà¸à¸£à¹Œà¸—à¸à¸à¸Ÿà¸ªà¹€à¸›à¸™#, }, 'America/Porto_Velho' => { exemplarCity => q#ปà¸à¸£à¹Œà¸•à¸¹à¹€à¸§à¸¥à¹‚ย#, }, 'America/Puerto_Rico' => { exemplarCity => q#เปà¸à¹‚ตริโà¸#, }, 'America/Punta_Arenas' => { exemplarCity => q#ปุนตาà¸à¸²à¹€à¸£à¸™à¸±à¸ª#, }, 'America/Rainy_River' => { exemplarCity => q#เรนนี่ริเวà¸à¸£à¹Œ#, }, 'America/Rankin_Inlet' => { exemplarCity => q#à¹à¸£à¸‡à¸à¸´à¸™à¸à¸´à¸™à¹€à¸¥à¹‡à¸•#, }, 'America/Recife' => { exemplarCity => q#เรซีเฟ#, }, 'America/Regina' => { exemplarCity => q#ริไจนา#, }, 'America/Resolute' => { exemplarCity => q#เรโซลูท#, }, 'America/Rio_Branco' => { exemplarCity => q#รีโà¸à¸šà¸£à¸±à¸‡à¹‚à¸#, }, 'America/Santa_Isabel' => { exemplarCity => q#ซานตาà¸à¸´à¸‹à¸²à¹€à¸šà¸¥#, }, 'America/Santarem' => { exemplarCity => q#ซันตาเรม#, }, 'America/Santiago' => { exemplarCity => q#ซันติà¸à¸²à¹‚à¸#, }, 'America/Santo_Domingo' => { exemplarCity => q#ซานโต โดมิงโà¸#, }, 'America/Sao_Paulo' => { exemplarCity => q#เซาเปาลู#, }, 'America/Scoresbysund' => { exemplarCity => q#สà¸à¸à¹€à¸£à¸ªà¹„บซันด์#, }, 'America/Sitka' => { exemplarCity => q#ซิตà¸à¸²#, }, 'America/St_Barthelemy' => { exemplarCity => q#เซนต์บาร์เธเลมี#, }, 'America/St_Johns' => { exemplarCity => q#เซนต์จà¸à¸™à¸ªà¹Œ#, }, 'America/St_Kitts' => { exemplarCity => q#เซนต์คิตส์#, }, 'America/St_Lucia' => { exemplarCity => q#เซนต์ลูเซีย#, }, 'America/St_Thomas' => { exemplarCity => q#เซนต์โธมัส#, }, 'America/St_Vincent' => { exemplarCity => q#เซนต์วินเซนต์#, }, 'America/Swift_Current' => { exemplarCity => q#สวิฟต์เคà¸à¸£à¹Œà¹€à¸£à¸™à¸•à¹Œ#, }, 'America/Tegucigalpa' => { exemplarCity => q#เตà¸à¸¹à¸‹à¸´à¸à¸±à¸¥à¸›à¸²#, }, 'America/Thule' => { exemplarCity => q#ทูเล#, }, 'America/Thunder_Bay' => { exemplarCity => q#ทันเดà¸à¸£à¹Œà¹€à¸šà¸¢à¹Œ#, }, 'America/Tijuana' => { exemplarCity => q#ทิฮัวนา#, }, 'America/Toronto' => { exemplarCity => q#โทรà¸à¸™à¹‚ต#, }, 'America/Tortola' => { exemplarCity => q#ตà¸à¸£à¹Œà¹‚ตลา#, }, 'America/Vancouver' => { exemplarCity => q#à¹à¸§à¸™à¸„ูเวà¸à¸£à¹Œ#, }, 'America/Whitehorse' => { exemplarCity => q#ไวต์ฮà¸à¸£à¹Œà¸ª#, }, 'America/Winnipeg' => { exemplarCity => q#วินนิเพà¸#, }, 'America/Yakutat' => { exemplarCity => q#ยาà¸à¸¹à¸—ัต#, }, 'America/Yellowknife' => { exemplarCity => q#เยลโลว์ไนฟ์#, }, 'America_Central' => { long => { 'daylight' => q#เวลาà¸à¸à¸¡à¹à¸ªà¸‡à¸•à¸à¸™à¸à¸¥à¸²à¸‡à¹ƒà¸™à¸à¹€à¸¡à¸£à¸´à¸à¸²à¹€à¸«à¸™à¸·à¸#, 'generic' => q#เวลาตà¸à¸™à¸à¸¥à¸²à¸‡à¹ƒà¸™à¸à¹€à¸¡à¸£à¸´à¸à¸²à¹€à¸«à¸™à¸·à¸#, 'standard' => q#เวลามาตรà¸à¸²à¸™à¸•à¸à¸™à¸à¸¥à¸²à¸‡à¹ƒà¸™à¸à¹€à¸¡à¸£à¸´à¸à¸²à¹€à¸«à¸™à¸·à¸#, }, }, 'America_Eastern' => { long => { 'daylight' => q#เวลาà¸à¸à¸¡à¹à¸ªà¸‡à¸—างตะวันà¸à¸à¸à¹ƒà¸™à¸à¹€à¸¡à¸£à¸´à¸à¸²à¹€à¸«à¸™à¸·à¸#, 'generic' => q#เวลาทางตะวันà¸à¸à¸à¹ƒà¸™à¸à¹€à¸¡à¸£à¸´à¸à¸²à¹€à¸«à¸™à¸·à¸#, 'standard' => q#เวลามาตรà¸à¸²à¸™à¸—างตะวันà¸à¸à¸à¹ƒà¸™à¸à¹€à¸¡à¸£à¸´à¸à¸²à¹€à¸«à¸™à¸·à¸#, }, }, 'America_Mountain' => { long => { 'daylight' => q#เวลาà¸à¸à¸¡à¹à¸ªà¸‡à¹à¸–บภูเขาในà¸à¹€à¸¡à¸£à¸´à¸à¸²à¹€à¸«à¸™à¸·à¸#, 'generic' => q#เวลาà¹à¸–บภูเขาในà¸à¹€à¸¡à¸£à¸´à¸à¸²à¹€à¸«à¸™à¸·à¸#, 'standard' => q#เวลามาตรà¸à¸²à¸™à¹à¸–บภูเขาในà¸à¹€à¸¡à¸£à¸´à¸à¸²à¹€à¸«à¸™à¸·à¸#, }, }, 'America_Pacific' => { long => { 'daylight' => q#เวลาà¸à¸à¸¡à¹à¸ªà¸‡à¹à¸›à¸‹à¸´à¸Ÿà¸´à¸à¹ƒà¸™à¸à¹€à¸¡à¸£à¸´à¸à¸²à¹€à¸«à¸™à¸·à¸#, 'generic' => q#เวลาà¹à¸›à¸‹à¸´à¸Ÿà¸´à¸à¹ƒà¸™à¸à¹€à¸¡à¸£à¸´à¸à¸²à¹€à¸«à¸™à¸·à¸#, 'standard' => q#เวลามาตรà¸à¸²à¸™à¹à¸›à¸‹à¸´à¸Ÿà¸´à¸à¹ƒà¸™à¸à¹€à¸¡à¸£à¸´à¸à¸²à¹€à¸«à¸™à¸·à¸#, }, }, 'Anadyr' => { long => { 'daylight' => q#เวลาฤดูร้à¸à¸™à¸à¸°à¸™à¸²à¸”ีร์#, 'generic' => q#เวลาà¸à¸°à¸™à¸²à¸”ีร์#, 'standard' => q#เวลามาตรà¸à¸²à¸™à¸à¸°à¸™à¸²à¸”ีร์#, }, }, 'Antarctica/Casey' => { exemplarCity => q#เคซีย์#, }, 'Antarctica/Davis' => { exemplarCity => q#เดวิส#, }, 'Antarctica/DumontDUrville' => { exemplarCity => q#ดูมà¸à¸‡à¸•à¹Œà¸”ูร์วิลล์#, }, 'Antarctica/Macquarie' => { exemplarCity => q#à¹à¸¡à¸„ควà¸à¸£à¸µ#, }, 'Antarctica/Mawson' => { exemplarCity => q#มà¸à¸§à¹Œà¸ªà¸±à¸™#, }, 'Antarctica/McMurdo' => { exemplarCity => q#à¹à¸¡à¸„มัวโด#, }, 'Antarctica/Palmer' => { exemplarCity => q#พาล์เมà¸à¸£à¹Œ#, }, 'Antarctica/Rothera' => { exemplarCity => q#โรธีรา#, }, 'Antarctica/Syowa' => { exemplarCity => q#ไซโยวา#, }, 'Antarctica/Troll' => { exemplarCity => q#โทรล#, }, 'Antarctica/Vostok' => { exemplarCity => q#วà¸à¸ªà¸•à¸à¸„#, }, 'Apia' => { long => { 'daylight' => q#เวลาà¸à¸à¸¡à¹à¸ªà¸‡à¸à¸²à¸›à¸µà¸à¸²#, 'generic' => q#เวลาà¸à¸²à¸›à¸µà¸à¸²#, 'standard' => q#เวลามาตรà¸à¸²à¸™à¸à¸²à¸›à¸µà¸à¸²#, }, }, 'Aqtau' => { long => { 'daylight' => q#เวลาฤดูร้à¸à¸™à¸à¸±à¸„ตาà¸à¸¹#, 'generic' => q#เวลาà¸à¸±à¸„ตาà¸à¸¹#, 'standard' => q#เวลามาตรà¸à¸²à¸™à¸à¸±à¸„ตาà¸à¸¹#, }, }, 'Aqtobe' => { long => { 'daylight' => q#เวลาฤดูร้à¸à¸™à¸à¸±à¸„โทเบ#, 'generic' => q#เวลาà¸à¸±à¸„โทเบ#, 'standard' => q#เวลามาตรà¸à¸²à¸™à¸à¸±à¸„โทเบ#, }, }, 'Arabian' => { long => { 'daylight' => q#เวลาà¸à¸à¸¡à¹à¸ªà¸‡à¸à¸²à¸«à¸£à¸±à¸š#, 'generic' => q#เวลาà¸à¸²à¸«à¸£à¸±à¸š#, 'standard' => q#เวลามาตรà¸à¸²à¸™à¸à¸²à¸«à¸£à¸±à¸š#, }, }, 'Arctic/Longyearbyen' => { exemplarCity => q#ลà¸à¸‡à¹€à¸¢à¸µà¸¢à¸£à¹Œà¹€à¸šà¸µà¸¢à¸™#, }, 'Argentina' => { long => { 'daylight' => q#เวลาฤดูร้à¸à¸™à¸à¸²à¸£à¹Œà¹€à¸ˆà¸™à¸•à¸´à¸™à¸²#, 'generic' => q#เวลาà¸à¸²à¸£à¹Œà¹€à¸ˆà¸™à¸•à¸´à¸™à¸²#, 'standard' => q#เวลามาตรà¸à¸²à¸™à¸à¸²à¸£à¹Œà¹€à¸ˆà¸™à¸•à¸´à¸™à¸²#, }, }, 'Argentina_Western' => { long => { 'daylight' => q#เวลาฤดูร้à¸à¸™à¸—างตะวันตà¸à¸‚à¸à¸‡à¸à¸²à¸£à¹Œà¹€à¸ˆà¸™à¸•à¸´à¸™à¸²#, 'generic' => q#เวลาตะวันตà¸à¸‚à¸à¸‡à¸à¸²à¸£à¹Œà¹€à¸ˆà¸™à¸•à¸´à¸™à¸²#, 'standard' => q#เวลามาตรà¸à¸²à¸™à¸—างตะวันตà¸à¸‚à¸à¸‡à¸à¸²à¸£à¹Œà¹€à¸ˆà¸™à¸•à¸´à¸™à¸²#, }, }, 'Armenia' => { long => { 'daylight' => q#เวลาฤดูร้à¸à¸™à¸à¸²à¸£à¹Œà¹€à¸¡à¹€à¸™à¸µà¸¢#, 'generic' => q#เวลาà¸à¸²à¸£à¹Œà¹€à¸¡à¹€à¸™à¸µà¸¢#, 'standard' => q#เวลามาตรà¸à¸²à¸™à¸à¸²à¸£à¹Œà¹€à¸¡à¹€à¸™à¸µà¸¢#, }, }, 'Asia/Aden' => { exemplarCity => q#เà¸à¹€à¸”น#, }, 'Asia/Almaty' => { exemplarCity => q#à¸à¸±à¸¥à¸¡à¸²à¸•à¸µ#, }, 'Asia/Amman' => { exemplarCity => q#à¸à¸±à¸¡à¸¡à¸²à¸™#, }, 'Asia/Anadyr' => { exemplarCity => q#à¸à¸²à¸™à¸²à¸”ีร์#, }, 'Asia/Aqtau' => { exemplarCity => q#à¸à¸±à¸„ตาà¸à¸¹#, }, 'Asia/Aqtobe' => { exemplarCity => q#à¸à¸±à¸„โทบี#, }, 'Asia/Ashgabat' => { exemplarCity => q#à¸à¸²à¸Šà¸à¸²à¸šà¸±à¸•#, }, 'Asia/Atyrau' => { exemplarCity => q#à¸à¸—ีราว#, }, 'Asia/Baghdad' => { exemplarCity => q#à¹à¸šà¸à¹à¸”ด#, }, 'Asia/Bahrain' => { exemplarCity => q#บาห์เรน#, }, 'Asia/Baku' => { exemplarCity => q#บาà¸à¸¹#, }, 'Asia/Bangkok' => { exemplarCity => q#à¸à¸£à¸¸à¸‡à¹€à¸—พ#, }, 'Asia/Barnaul' => { exemplarCity => q#บาร์เนาว์#, }, 'Asia/Beirut' => { exemplarCity => q#เบรุต#, }, 'Asia/Bishkek' => { exemplarCity => q#บิชเคà¸#, }, 'Asia/Brunei' => { exemplarCity => q#บรูไน#, }, 'Asia/Calcutta' => { exemplarCity => q#โà¸à¸¥à¸à¸²à¸•à¸²#, }, 'Asia/Chita' => { exemplarCity => q#ชิตา#, }, 'Asia/Choibalsan' => { exemplarCity => q#ชà¸à¸¢à¸šà¸²à¸¥à¸‹à¸²à¸™#, }, 'Asia/Colombo' => { exemplarCity => q#โคลัมโบ#, }, 'Asia/Damascus' => { exemplarCity => q#ดามัสà¸à¸±à¸ª#, }, 'Asia/Dhaka' => { exemplarCity => q#ดาà¸à¸²#, }, 'Asia/Dili' => { exemplarCity => q#ดิลี#, }, 'Asia/Dubai' => { exemplarCity => q#ดูไบ#, }, 'Asia/Dushanbe' => { exemplarCity => q#ดูชานเบ#, }, 'Asia/Famagusta' => { exemplarCity => q#à¹à¸Ÿà¸¡à¸²à¸à¸¸à¸ªà¸•à¸²#, }, 'Asia/Gaza' => { exemplarCity => q#à¸à¸²à¸‹à¸²#, }, 'Asia/Hebron' => { exemplarCity => q#เฮบรà¸à¸™#, }, 'Asia/Hong_Kong' => { exemplarCity => q#ฮ่à¸à¸‡à¸à¸‡#, }, 'Asia/Hovd' => { exemplarCity => q#ฮà¸à¸Ÿà¸”์#, }, 'Asia/Irkutsk' => { exemplarCity => q#à¸à¸µà¸£à¹Œà¸„ุตสค์#, }, 'Asia/Jakarta' => { exemplarCity => q#จาà¸à¸²à¸£à¹Œà¸•à¸²#, }, 'Asia/Jayapura' => { exemplarCity => q#จายาปุระ#, }, 'Asia/Jerusalem' => { exemplarCity => q#เยรูซาเลม#, }, 'Asia/Kabul' => { exemplarCity => q#คาบูล#, }, 'Asia/Kamchatka' => { exemplarCity => q#คามชัตà¸à¸²#, }, 'Asia/Karachi' => { exemplarCity => q#à¸à¸²à¸£à¸²à¸ˆà¸µ#, }, 'Asia/Katmandu' => { exemplarCity => q#à¸à¸²à¸•à¸¡à¸±à¸™à¸”ุ#, }, 'Asia/Khandyga' => { exemplarCity => q#ฮันดืยà¸à¸²#, }, 'Asia/Krasnoyarsk' => { exemplarCity => q#ครัสโนยาร์สà¸à¹Œ#, }, 'Asia/Kuala_Lumpur' => { exemplarCity => q#à¸à¸±à¸§à¸¥à¸²à¸¥à¸±à¸¡à¹€à¸›à¸à¸£à¹Œ#, }, 'Asia/Kuching' => { exemplarCity => q#à¸à¸¹à¸Šà¸´à¸‡#, }, 'Asia/Kuwait' => { exemplarCity => q#คูเวต#, }, 'Asia/Macau' => { exemplarCity => q#มาเà¸à¹Šà¸²#, }, 'Asia/Magadan' => { exemplarCity => q#มาà¸à¸²à¸”าน#, }, 'Asia/Makassar' => { exemplarCity => q#มาà¸à¸±à¸ªà¸‹à¸²à¸£à¹Œ#, }, 'Asia/Manila' => { exemplarCity => q#มะนิลา#, }, 'Asia/Muscat' => { exemplarCity => q#มัสà¸à¸±à¸•#, }, 'Asia/Nicosia' => { exemplarCity => q#นิโคเซีย#, }, 'Asia/Novokuznetsk' => { exemplarCity => q#โนโวคุซเนตสค์#, }, 'Asia/Novosibirsk' => { exemplarCity => q#โนโวซิบิร์สà¸à¹Œ#, }, 'Asia/Omsk' => { exemplarCity => q#โà¸à¸¡à¸ªà¸à¹Œ#, }, 'Asia/Oral' => { exemplarCity => q#à¸à¸à¸£à¸±à¸¥#, }, 'Asia/Phnom_Penh' => { exemplarCity => q#พนมเปà¸#, }, 'Asia/Pontianak' => { exemplarCity => q#พà¸à¸™à¹€à¸—ียนัà¸#, }, 'Asia/Pyongyang' => { exemplarCity => q#เปียงยาง#, }, 'Asia/Qatar' => { exemplarCity => q#à¸à¸²à¸•à¸²à¸£à¹Œ#, }, 'Asia/Qostanay' => { exemplarCity => q#คà¸à¸ªà¸•à¸²à¹€à¸™à¸¢à¹Œ#, }, 'Asia/Qyzylorda' => { exemplarCity => q#ไคซีลà¸à¸£à¹Œà¸”า#, }, 'Asia/Rangoon' => { exemplarCity => q#ย่างà¸à¸¸à¹‰à¸‡#, }, 'Asia/Riyadh' => { exemplarCity => q#ริยาร์ด#, }, 'Asia/Saigon' => { exemplarCity => q#นครโฮจิมินห์#, }, 'Asia/Sakhalin' => { exemplarCity => q#ซาคาลิน#, }, 'Asia/Samarkand' => { exemplarCity => q#ซามาร์à¸à¸²à¸™à¸”์#, }, 'Asia/Seoul' => { exemplarCity => q#โซล#, }, 'Asia/Shanghai' => { exemplarCity => q#เซี่ยงไฮ้#, }, 'Asia/Singapore' => { exemplarCity => q#สิงคโปร์#, }, 'Asia/Srednekolymsk' => { exemplarCity => q#ซเรดเนคโคลิมสà¸à¹Œ#, }, 'Asia/Taipei' => { exemplarCity => q#ไทเป#, }, 'Asia/Tashkent' => { exemplarCity => q#ทาชเคนต์#, }, 'Asia/Tbilisi' => { exemplarCity => q#ทบิลิซิ#, }, 'Asia/Tehran' => { exemplarCity => q#เตหะราน#, }, 'Asia/Thimphu' => { exemplarCity => q#ทิมพู#, }, 'Asia/Tokyo' => { exemplarCity => q#โตเà¸à¸µà¸¢à¸§#, }, 'Asia/Tomsk' => { exemplarCity => q#ตà¸à¸¡à¸ªà¸„์#, }, 'Asia/Ulaanbaatar' => { exemplarCity => q#à¸à¸¹à¸¥à¸²à¸™à¸šà¸²à¸•à¸à¸£à¹Œ#, }, 'Asia/Urumqi' => { exemplarCity => q#à¸à¸¸à¸£à¸¸à¸¡à¸Šà¸µ#, }, 'Asia/Ust-Nera' => { exemplarCity => q#à¸à¸¸à¸ªà¸•à¹Œà¹€à¸™à¸£à¸²#, }, 'Asia/Vientiane' => { exemplarCity => q#เวียงจันทน์#, }, 'Asia/Vladivostok' => { exemplarCity => q#วลาดิโวสต็à¸à¸#, }, 'Asia/Yakutsk' => { exemplarCity => q#ยาคุตสค์#, }, 'Asia/Yekaterinburg' => { exemplarCity => q#ยีคาเตà¸à¸£à¸´à¸™à¹€à¸šà¸´à¸£à¹Œà¸#, }, 'Asia/Yerevan' => { exemplarCity => q#เยเรวาน#, }, 'Atlantic' => { long => { 'daylight' => q#เวลาà¸à¸à¸¡à¹à¸ªà¸‡à¸‚à¸à¸‡à¹à¸à¸•à¹à¸¥à¸™à¸•à¸´à¸#, 'generic' => q#เวลาà¹à¸à¸•à¹à¸¥à¸™à¸•à¸´à¸#, 'standard' => q#เวลามาตรà¸à¸²à¸™à¹à¸à¸•à¹à¸¥à¸™à¸•à¸´à¸#, }, }, 'Atlantic/Azores' => { exemplarCity => q#à¸à¸²à¸‹à¸à¹€à¸£à¸ª#, }, 'Atlantic/Bermuda' => { exemplarCity => q#เบà¸à¸£à¹Œà¸¡à¸´à¸§à¸”า#, }, 'Atlantic/Canary' => { exemplarCity => q#คะเนรี#, }, 'Atlantic/Cape_Verde' => { exemplarCity => q#เคปเวิร์ด#, }, 'Atlantic/Faeroe' => { exemplarCity => q#à¹à¸Ÿà¹‚ร#, }, 'Atlantic/Madeira' => { exemplarCity => q#มาเดรา#, }, 'Atlantic/Reykjavik' => { exemplarCity => q#เรคยาวิà¸#, }, 'Atlantic/South_Georgia' => { exemplarCity => q#เซาท์ จà¸à¸£à¹Œà¹€à¸ˆà¸µà¸¢#, }, 'Atlantic/St_Helena' => { exemplarCity => q#เซนต์เฮเลนา#, }, 'Atlantic/Stanley' => { exemplarCity => q#สà¹à¸•à¸™à¸¥à¸µà¸¢à¹Œ#, }, 'Australia/Adelaide' => { exemplarCity => q#à¹à¸à¸”ิเลด#, }, 'Australia/Brisbane' => { exemplarCity => q#บริสเบน#, }, 'Australia/Broken_Hill' => { exemplarCity => q#โบรà¸à¹€à¸„นฮิลล์#, }, 'Australia/Currie' => { exemplarCity => q#คูร์รี#, }, 'Australia/Darwin' => { exemplarCity => q#ดาร์วิน#, }, 'Australia/Eucla' => { exemplarCity => q#ยูคลา#, }, 'Australia/Hobart' => { exemplarCity => q#โฮบาร์ต#, }, 'Australia/Lindeman' => { exemplarCity => q#ลินดีà¹à¸¡à¸™#, }, 'Australia/Lord_Howe' => { exemplarCity => q#ลà¸à¸£à¹Œà¸”โฮว์#, }, 'Australia/Melbourne' => { exemplarCity => q#เมลเบิร์น#, }, 'Australia/Perth' => { exemplarCity => q#เพิร์ท#, }, 'Australia/Sydney' => { exemplarCity => q#ซิดนีย์#, }, 'Australia_Central' => { long => { 'daylight' => q#เวลาà¸à¸à¸¡à¹à¸ªà¸‡à¸—างตà¸à¸™à¸à¸¥à¸²à¸‡à¸‚à¸à¸‡à¸à¸à¸ªà¹€à¸•à¸£à¹€à¸¥à¸µà¸¢#, 'generic' => q#เวลาà¸à¸à¸ªà¹€à¸•à¸£à¹€à¸¥à¸µà¸¢à¸à¸¥à¸²à¸‡#, 'standard' => q#เวลามาตรà¸à¸²à¸™à¸—างตà¸à¸™à¸à¸¥à¸²à¸‡à¸‚à¸à¸‡à¸à¸à¸ªà¹€à¸•à¸£à¹€à¸¥à¸µà¸¢#, }, }, 'Australia_CentralWestern' => { long => { 'daylight' => q#เวลาà¸à¸à¸¡à¹à¸ªà¸‡à¸—างตะวันตà¸à¸•à¸à¸™à¸à¸¥à¸²à¸‡à¸‚à¸à¸‡à¸à¸à¸ªà¹€à¸•à¸£à¹€à¸¥à¸µà¸¢#, 'generic' => q#เวลาทางตะวันตà¸à¸•à¸à¸™à¸à¸¥à¸²à¸‡à¸‚à¸à¸‡à¸à¸à¸ªà¹€à¸•à¸£à¹€à¸¥à¸µà¸¢#, 'standard' => q#เวลามาตรà¸à¸²à¸™à¸—างตะวันตà¸à¸•à¸à¸™à¸à¸¥à¸²à¸‡à¸‚à¸à¸‡à¸à¸à¸ªà¹€à¸•à¸£à¹€à¸¥à¸µà¸¢#, }, }, 'Australia_Eastern' => { long => { 'daylight' => q#เวลาà¸à¸à¸¡à¹à¸ªà¸‡à¸—างตะวันà¸à¸à¸à¸‚à¸à¸‡à¸à¸à¸ªà¹€à¸•à¸£à¹€à¸¥à¸µà¸¢#, 'generic' => q#เวลาà¸à¸à¸ªà¹€à¸•à¸£à¹€à¸¥à¸µà¸¢à¸•à¸°à¸§à¸±à¸™à¸à¸à¸#, 'standard' => q#เวลามาตรà¸à¸²à¸™à¸—างตะวันà¸à¸à¸à¸‚à¸à¸‡à¸à¸à¸ªà¹€à¸•à¸£à¹€à¸¥à¸µà¸¢#, }, }, 'Australia_Western' => { long => { 'daylight' => q#เวลาà¸à¸à¸¡à¹à¸ªà¸‡à¸—างตะวันตà¸à¸‚à¸à¸‡à¸à¸à¸ªà¹€à¸•à¸£à¹€à¸¥à¸µà¸¢#, 'generic' => q#เวลาà¸à¸à¸ªà¹€à¸•à¸£à¹€à¸¥à¸µà¸¢à¸•à¸°à¸§à¸±à¸™à¸•à¸#, 'standard' => q#เวลามาตรà¸à¸²à¸™à¸—างตะวันตà¸à¸‚à¸à¸‡à¸à¸à¸ªà¹€à¸•à¸£à¹€à¸¥à¸µà¸¢#, }, }, 'Azerbaijan' => { long => { 'daylight' => q#เวลาฤดูร้à¸à¸™à¸à¸²à¹€à¸‹à¸à¸£à¹Œà¹„บจาน#, 'generic' => q#เวลาà¸à¸²à¹€à¸‹à¸à¸£à¹Œà¹„บจาน#, 'standard' => q#เวลามาตรà¸à¸²à¸™à¸à¸²à¹€à¸‹à¸à¸£à¹Œà¹„บจาน#, }, }, 'Azores' => { long => { 'daylight' => q#เวลาฤดูร้à¸à¸™à¸à¸°à¹‚ซร์ส#, 'generic' => q#เวลาà¸à¸°à¹‚ซร์ส#, 'standard' => q#เวลามาตรà¸à¸²à¸™à¸à¸°à¹‚ซร์ส#, }, }, 'Bangladesh' => { long => { 'daylight' => q#เวลาฤดูร้à¸à¸™à¸šà¸±à¸‡à¸à¸¥à¸²à¹€à¸—ศ#, 'generic' => q#เวลาบังà¸à¸¥à¸²à¹€à¸—ศ#, 'standard' => q#เวลามาตรà¸à¸²à¸™à¸šà¸±à¸‡à¸à¸¥à¸²à¹€à¸—ศ#, }, }, 'Bhutan' => { long => { 'standard' => q#เวลาภูà¸à¸²à¸™#, }, }, 'Bolivia' => { long => { 'standard' => q#เวลาโบลิเวีย#, }, }, 'Brasilia' => { long => { 'daylight' => q#เวลาฤดูร้à¸à¸™à¸šà¸£à¸²à¸‹à¸´à¹€à¸¥à¸µà¸¢#, 'generic' => q#เวลาบราซิเลีย#, 'standard' => q#เวลามาตรà¸à¸²à¸™à¸šà¸£à¸²à¸‹à¸´à¹€à¸¥à¸µà¸¢#, }, }, 'Brunei' => { long => { 'standard' => q#เวลาบรูไนดารุสซาลาม#, }, }, 'Cape_Verde' => { long => { 'daylight' => q#เวลาฤดูร้à¸à¸™à¹€à¸„ปเวิร์ด#, 'generic' => q#เวลาเคปเวิร์ด#, 'standard' => q#เวลามาตรà¸à¸²à¸™à¹€à¸„ปเวิร์ด#, }, }, 'Casey' => { long => { 'standard' => q#เวลาเคซีย์#, }, }, 'Chamorro' => { long => { 'standard' => q#เวลาชามà¸à¸£à¹Œà¹‚ร#, }, }, 'Chatham' => { long => { 'daylight' => q#เวลาà¸à¸à¸¡à¹à¸ªà¸‡à¹à¸Šà¸—ัม#, 'generic' => q#เวลาà¹à¸Šà¸—ัม#, 'standard' => q#เวลามาตรà¸à¸²à¸™à¹à¸Šà¸—ัม#, }, }, 'Chile' => { long => { 'daylight' => q#เวลาฤดูร้à¸à¸™à¸Šà¸´à¸¥à¸µ#, 'generic' => q#เวลาชิลี#, 'standard' => q#เวลามาตรà¸à¸²à¸™à¸Šà¸´à¸¥à¸µ#, }, }, 'China' => { long => { 'daylight' => q#เวลาà¸à¸à¸¡à¹à¸ªà¸‡à¸ˆà¸µà¸™#, 'generic' => q#เวลาจีน#, 'standard' => q#เวลามาตรà¸à¸²à¸™à¸ˆà¸µà¸™#, }, }, 'Choibalsan' => { long => { 'daylight' => q#เวลาฤดูร้à¸à¸™à¸Šà¸à¸¢à¸›à¸²à¸¥à¸Šà¸²à¸™#, 'generic' => q#เวลาชà¸à¸¢à¸›à¸²à¸¥à¸Šà¸²à¸™#, 'standard' => q#เวลามาตรà¸à¸²à¸™à¸Šà¸à¸¢à¸›à¸²à¸¥à¸Šà¸²à¸™#, }, }, 'Christmas' => { long => { 'standard' => q#เวลาเà¸à¸²à¸°à¸„ริสต์มาส#, }, }, 'Cocos' => { long => { 'standard' => q#เวลาหมู่เà¸à¸²à¸°à¹‚คโคส#, }, }, 'Colombia' => { long => { 'daylight' => q#เวลาฤดูร้à¸à¸™à¹‚คลà¸à¸¡à¹€à¸šà¸µà¸¢#, 'generic' => q#เวลาโคลà¸à¸¡à¹€à¸šà¸µà¸¢#, 'standard' => q#เวลามาตรà¸à¸²à¸™à¹‚คลà¸à¸¡à¹€à¸šà¸µà¸¢#, }, }, 'Cook' => { long => { 'daylight' => q#เวลาครึ่งฤดูร้à¸à¸™à¸«à¸¡à¸¹à¹ˆà¹€à¸à¸²à¸°à¸„ุà¸#, 'generic' => q#เวลาหมู่เà¸à¸²à¸°à¸„ุà¸#, 'standard' => q#เวลามาตรà¸à¸²à¸™à¸«à¸¡à¸¹à¹ˆà¹€à¸à¸²à¸°à¸„ุà¸#, }, }, 'Cuba' => { long => { 'daylight' => q#เวลาà¸à¸à¸¡à¹à¸ªà¸‡à¸‚à¸à¸‡à¸„ิวบา#, 'generic' => q#เวลาคิวบา#, 'standard' => q#เวลามาตรà¸à¸²à¸™à¸„ิวบา#, }, }, 'Davis' => { long => { 'standard' => q#เวลาเดวิส#, }, }, 'DumontDUrville' => { long => { 'standard' => q#เวลาดูมà¸à¸‡à¸•à¹Œà¸”ูร์วิลล์#, }, }, 'East_Timor' => { long => { 'standard' => q#เวลาติมà¸à¸£à¹Œà¸•à¸°à¸§à¸±à¸™à¸à¸à¸#, }, }, 'Easter' => { long => { 'daylight' => q#เวลาฤดูร้à¸à¸™à¹€à¸à¸²à¸°à¸à¸µà¸ªà¹€à¸•à¸à¸£à¹Œ#, 'generic' => q#เวลาเà¸à¸²à¸°à¸à¸µà¸ªà¹€à¸•à¸à¸£à¹Œ#, 'standard' => q#เวลามาตรà¸à¸²à¸™à¹€à¸à¸²à¸°à¸à¸µà¸ªà¹€à¸•à¸à¸£à¹Œ#, }, }, 'Ecuador' => { long => { 'standard' => q#เวลาเà¸à¸à¸§à¸²à¸”à¸à¸£à¹Œ#, }, }, 'Etc/UTC' => { long => { 'standard' => q#เวลาสาà¸à¸¥à¹€à¸Šà¸´à¸‡à¸žà¸´à¸à¸±à¸”#, }, }, 'Etc/Unknown' => { exemplarCity => q#ไม่ทราบชื่à¸à¹€à¸¡à¸·à¸à¸‡#, }, 'Europe/Amsterdam' => { exemplarCity => q#à¸à¸±à¸¡à¸ªà¹€à¸•à¸à¸”ัม#, }, 'Europe/Andorra' => { exemplarCity => q#à¸à¸±à¸™à¸”à¸à¸£à¹Œà¸£à¸²#, }, 'Europe/Astrakhan' => { exemplarCity => q#à¹à¸à¸ªà¸•à¸£à¸²à¸„าน#, }, 'Europe/Athens' => { exemplarCity => q#เà¸à¹€à¸˜à¸™à¸ªà¹Œ#, }, 'Europe/Belgrade' => { exemplarCity => q#เบลเà¸à¸£à¸”#, }, 'Europe/Berlin' => { exemplarCity => q#เบà¸à¸£à¹Œà¸¥à¸´à¸™#, }, 'Europe/Bratislava' => { exemplarCity => q#บราติสลาวา#, }, 'Europe/Brussels' => { exemplarCity => q#บรัสเซลส์#, }, 'Europe/Bucharest' => { exemplarCity => q#บูคาเรส#, }, 'Europe/Budapest' => { exemplarCity => q#บูดาเปส#, }, 'Europe/Busingen' => { exemplarCity => q#บุสซิงเง็น#, }, 'Europe/Chisinau' => { exemplarCity => q#คีชีเนา#, }, 'Europe/Copenhagen' => { exemplarCity => q#โคเปนเฮเà¸à¸™#, }, 'Europe/Dublin' => { exemplarCity => q#ดับบลิน#, long => { 'daylight' => q#เวลามาตรà¸à¸²à¸™à¹„à¸à¸£à¹Œà¹à¸¥à¸™à¸”์#, }, }, 'Europe/Gibraltar' => { exemplarCity => q#ยิบรà¸à¸¥à¸•à¸²à¸£à¹Œ#, }, 'Europe/Guernsey' => { exemplarCity => q#เà¸à¸´à¸£à¹Œà¸™à¸‹à¸µà¸¢à¹Œ#, }, 'Europe/Helsinki' => { exemplarCity => q#เฮลซิงà¸à¸´#, }, 'Europe/Isle_of_Man' => { exemplarCity => q#เà¸à¸²à¸°à¹à¸¡à¸™#, }, 'Europe/Istanbul' => { exemplarCity => q#à¸à¸´à¸ªà¸•à¸±à¸™à¸šà¸¹à¸¥#, }, 'Europe/Jersey' => { exemplarCity => q#เจà¸à¸£à¹Œà¸‹à¸µà¸¢à¹Œ#, }, 'Europe/Kaliningrad' => { exemplarCity => q#คาลินิงà¸à¸£à¸²à¸”#, }, 'Europe/Kiev' => { exemplarCity => q#เคียฟ#, }, 'Europe/Kirov' => { exemplarCity => q#คิรà¸à¸Ÿ#, }, 'Europe/Lisbon' => { exemplarCity => q#ลิสบà¸à¸™#, }, 'Europe/Ljubljana' => { exemplarCity => q#ลูบลิยานา#, }, 'Europe/London' => { exemplarCity => q#ลà¸à¸™à¸”à¸à¸™#, long => { 'daylight' => q#เวลาฤดูร้à¸à¸™à¸à¸±à¸‡à¸à¸¤à¸©#, }, }, 'Europe/Luxembourg' => { exemplarCity => q#ลัà¸à¹€à¸‹à¸¡à¹€à¸šà¸´à¸£à¹Œà¸#, }, 'Europe/Madrid' => { exemplarCity => q#มาดริด#, }, 'Europe/Malta' => { exemplarCity => q#มà¸à¸¥à¸•à¸²#, }, 'Europe/Mariehamn' => { exemplarCity => q#มารีฮามน์#, }, 'Europe/Minsk' => { exemplarCity => q#มินสà¸à¹Œ#, }, 'Europe/Monaco' => { exemplarCity => q#โมนาโà¸#, }, 'Europe/Moscow' => { exemplarCity => q#มà¸à¸ªà¹‚à¸#, }, 'Europe/Oslo' => { exemplarCity => q#à¸à¸à¸ªà¹‚ล#, }, 'Europe/Paris' => { exemplarCity => q#ปารีส#, }, 'Europe/Podgorica' => { exemplarCity => q#พà¸à¸”à¸à¸à¸£à¸µà¸•à¸‹à¸²#, }, 'Europe/Prague' => { exemplarCity => q#ปราà¸#, }, 'Europe/Riga' => { exemplarCity => q#ริà¸à¸²#, }, 'Europe/Rome' => { exemplarCity => q#โรม#, }, 'Europe/Samara' => { exemplarCity => q#ซามารา#, }, 'Europe/San_Marino' => { exemplarCity => q#ซานมารีโน#, }, 'Europe/Sarajevo' => { exemplarCity => q#ซาราเยโว#, }, 'Europe/Saratov' => { exemplarCity => q#ซาราทà¸à¸Ÿ#, }, 'Europe/Simferopol' => { exemplarCity => q#ซิมเฟà¸à¹‚รโปล#, }, 'Europe/Skopje' => { exemplarCity => q#สโà¸à¹€à¸›à¸µà¸¢#, }, 'Europe/Sofia' => { exemplarCity => q#โซเฟีย#, }, 'Europe/Stockholm' => { exemplarCity => q#สตà¸à¸à¹‚ฮล์ม#, }, 'Europe/Tallinn' => { exemplarCity => q#ทาลลินน์#, }, 'Europe/Tirane' => { exemplarCity => q#ติรานา#, }, 'Europe/Ulyanovsk' => { exemplarCity => q#à¸à¸°à¸¥à¸´à¸¢à¸²à¸™à¸à¸Ÿ#, }, 'Europe/Uzhgorod' => { exemplarCity => q#à¸à¸±à¸‹à¹‚à¸à¸£à¹‡à¸à¸”#, }, 'Europe/Vaduz' => { exemplarCity => q#วาดุซ#, }, 'Europe/Vatican' => { exemplarCity => q#วาติà¸à¸±à¸™#, }, 'Europe/Vienna' => { exemplarCity => q#เวียนนา#, }, 'Europe/Vilnius' => { exemplarCity => q#วิลนีà¸à¸¸à¸ª#, }, 'Europe/Volgograd' => { exemplarCity => q#วà¸à¸¥à¹‚à¸à¸à¸£à¸²à¸”#, }, 'Europe/Warsaw' => { exemplarCity => q#วà¸à¸£à¹Œà¸‹à¸#, }, 'Europe/Zagreb' => { exemplarCity => q#ซาเà¸à¸£à¹‡à¸š#, }, 'Europe/Zaporozhye' => { exemplarCity => q#ซาโปโรซี#, }, 'Europe/Zurich' => { exemplarCity => q#ซูริค#, }, 'Europe_Central' => { long => { 'daylight' => q#เวลาฤดูร้à¸à¸™à¸¢à¸¸à¹‚รปà¸à¸¥à¸²à¸‡#, 'generic' => q#เวลายุโรปà¸à¸¥à¸²à¸‡#, 'standard' => q#เวลามาตรà¸à¸²à¸™à¸¢à¸¸à¹‚รปà¸à¸¥à¸²à¸‡#, }, }, 'Europe_Eastern' => { long => { 'daylight' => q#เวลาฤดูร้à¸à¸™à¸¢à¸¸à¹‚รปตะวันà¸à¸à¸#, 'generic' => q#เวลายุโรปตะวันà¸à¸à¸#, 'standard' => q#เวลามาตรà¸à¸²à¸™à¸¢à¸¸à¹‚รปตะวันà¸à¸à¸#, }, }, 'Europe_Further_Eastern' => { long => { 'standard' => q#เวลายุโรปตะวันà¸à¸à¸à¹„à¸à¸¥#, }, }, 'Europe_Western' => { long => { 'daylight' => q#เวลาฤดูร้à¸à¸™à¸¢à¸¸à¹‚รปตะวันตà¸#, 'generic' => q#เวลายุโรปตะวันตà¸#, 'standard' => q#เวลามาตรà¸à¸²à¸™à¸¢à¸¸à¹‚รปตะวันตà¸#, }, }, 'Falkland' => { long => { 'daylight' => q#เวลาฤดูร้à¸à¸™à¸«à¸¡à¸¹à¹ˆà¹€à¸à¸²à¸°à¸Ÿà¸à¸¥à¹Œà¸à¹à¸¥à¸™à¸”์#, 'generic' => q#เวลาหมู่เà¸à¸²à¸°à¸Ÿà¸à¸¥à¹Œà¸à¹à¸¥à¸™à¸”์#, 'standard' => q#เวลามาตรà¸à¸²à¸™à¸«à¸¡à¸¹à¹ˆà¹€à¸à¸²à¸°à¸Ÿà¸à¸¥à¹Œà¸à¹à¸¥à¸™à¸”์#, }, }, 'Fiji' => { long => { 'daylight' => q#เวลาฤดูร้à¸à¸™à¸Ÿà¸´à¸ˆà¸´#, 'generic' => q#เวลาฟิจิ#, 'standard' => q#เวลามาตรà¸à¸²à¸™à¸Ÿà¸´à¸ˆà¸´#, }, }, 'French_Guiana' => { long => { 'standard' => q#เวลาเฟรนช์เà¸à¸µà¸¢à¸™à¸²#, }, }, 'French_Southern' => { long => { 'standard' => q#เวลาเฟรนช์เซาเทิร์นà¹à¸¥à¸°à¹à¸à¸™à¸•à¸²à¸£à¹Œà¸à¸•à¸´à¸#, }, }, 'GMT' => { long => { 'standard' => q#เวลามาตรà¸à¸²à¸™à¸à¸£à¸µà¸™à¸´à¸Š#, }, }, 'Galapagos' => { long => { 'standard' => q#เวลาà¸à¸²à¸¥à¸²à¸›à¸²à¹‚à¸à¸ª#, }, }, 'Gambier' => { long => { 'standard' => q#เวลาà¹à¸à¸¡à¹€à¸šà¸µà¸¢à¸£à¹Œ#, }, }, 'Georgia' => { long => { 'daylight' => q#เวลาฤดูร้à¸à¸™à¸ˆà¸à¸£à¹Œà¹€à¸ˆà¸µà¸¢#, 'generic' => q#เวลาจà¸à¸£à¹Œà¹€à¸ˆà¸µà¸¢#, 'standard' => q#เวลามาตรà¸à¸²à¸™à¸ˆà¸à¸£à¹Œà¹€à¸ˆà¸µà¸¢#, }, }, 'Gilbert_Islands' => { long => { 'standard' => q#เวลาหมู่เà¸à¸²à¸°à¸à¸´à¸¥à¹€à¸šà¸´à¸£à¹Œà¸•#, }, }, 'Greenland_Eastern' => { long => { 'daylight' => q#เวลาฤดูร้à¸à¸™à¸à¸£à¸µà¸™à¹à¸¥à¸™à¸”์ตะวันà¸à¸à¸#, 'generic' => q#เวลาà¸à¸£à¸µà¸™à¹à¸¥à¸™à¸”์ตะวันà¸à¸à¸#, 'standard' => q#เวลามาตรà¸à¸²à¸™à¸à¸£à¸µà¸™à¹à¸¥à¸™à¸”์ตะวันà¸à¸à¸#, }, }, 'Greenland_Western' => { long => { 'daylight' => q#เวลาฤดูร้à¸à¸™à¸à¸£à¸µà¸™à¹à¸¥à¸™à¸”์ตะวันตà¸#, 'generic' => q#เวลาà¸à¸£à¸µà¸™à¹à¸¥à¸™à¸”์ตะวันตà¸#, 'standard' => q#เวลามาตรà¸à¸²à¸™à¸à¸£à¸µà¸™à¹à¸¥à¸™à¸”์ตะวันตà¸#, }, }, 'Guam' => { long => { 'standard' => q#เวลาà¸à¸§à¸¡#, }, }, 'Gulf' => { long => { 'standard' => q#เวลาà¸à¸±à¸¥à¸Ÿà¹Œ#, }, }, 'Guyana' => { long => { 'standard' => q#เวลาà¸à¸²à¸¢à¸à¸²à¸™à¸²#, }, }, 'Hawaii_Aleutian' => { long => { 'daylight' => q#เวลาà¸à¸à¸¡à¹à¸ªà¸‡à¸®à¸²à¸§à¸²à¸¢-à¸à¸°à¸¥à¸¹à¹€à¸Šà¸µà¸¢à¸™#, 'generic' => q#เวลาฮาวาย-à¸à¸°à¸¥à¸¹à¹€à¸Šà¸µà¸¢à¸™#, 'standard' => q#เวลามาตรà¸à¸²à¸™à¸®à¸²à¸§à¸²à¸¢-à¸à¸°à¸¥à¸¹à¹€à¸Šà¸µà¸¢à¸™#, }, }, 'Hong_Kong' => { long => { 'daylight' => q#เวลาฤดูร้à¸à¸™à¸®à¹ˆà¸à¸‡à¸à¸‡#, 'generic' => q#เวลาฮ่à¸à¸‡à¸à¸‡#, 'standard' => q#เวลามาตรà¸à¸²à¸™à¸®à¹ˆà¸à¸‡à¸à¸‡#, }, }, 'Hovd' => { long => { 'daylight' => q#เวลาฤดูร้à¸à¸™à¸®à¸à¸Ÿà¸”์#, 'generic' => q#เวลาฮà¸à¸Ÿà¸”์#, 'standard' => q#เวลามาตรà¸à¸²à¸™à¸®à¸à¸Ÿà¸”์#, }, }, 'India' => { long => { 'standard' => q#เวลาà¸à¸´à¸™à¹€à¸”ีย#, }, }, 'Indian/Antananarivo' => { exemplarCity => q#à¸à¸±à¸™à¸•à¸²à¸™à¸²à¸™à¸²à¸£à¸´à¹‚ว#, }, 'Indian/Chagos' => { exemplarCity => q#ชาà¸à¸±à¸ª#, }, 'Indian/Christmas' => { exemplarCity => q#คริสต์มาส#, }, 'Indian/Cocos' => { exemplarCity => q#โคโคส#, }, 'Indian/Comoro' => { exemplarCity => q#โคโมโร#, }, 'Indian/Kerguelen' => { exemplarCity => q#à¹à¸à¸£à¹Œà¹€à¸à¸à¸¥à¸à¸‡#, }, 'Indian/Mahe' => { exemplarCity => q#มาเà¸#, }, 'Indian/Maldives' => { exemplarCity => q#มัลดีฟส์#, }, 'Indian/Mauritius' => { exemplarCity => q#มà¸à¸£à¸´à¹€à¸Šà¸µà¸¢à¸ª#, }, 'Indian/Mayotte' => { exemplarCity => q#มาโยเต#, }, 'Indian/Reunion' => { exemplarCity => q#เรà¸à¸¹à¸™à¸µà¸¢à¸‡#, }, 'Indian_Ocean' => { long => { 'standard' => q#เวลามหาสมุทรà¸à¸´à¸™à¹€à¸”ีย#, }, }, 'Indochina' => { long => { 'standard' => q#เวลาà¸à¸´à¸™à¹‚ดจีน#, }, }, 'Indonesia_Central' => { long => { 'standard' => q#เวลาà¸à¸´à¸™à¹‚ดนีเซียตà¸à¸™à¸à¸¥à¸²à¸‡#, }, }, 'Indonesia_Eastern' => { long => { 'standard' => q#เวลาà¸à¸´à¸™à¹‚ดนีเซียà¸à¸±à¹ˆà¸‡à¸•à¸°à¸§à¸±à¸™à¸à¸à¸#, }, }, 'Indonesia_Western' => { long => { 'standard' => q#เวลาà¸à¸´à¸™à¹‚ดนีเซียà¸à¸±à¹ˆà¸‡à¸•à¸°à¸§à¸±à¸™à¸•à¸#, }, }, 'Iran' => { long => { 'daylight' => q#เวลาà¸à¸à¸¡à¹à¸ªà¸‡à¸à¸´à¸«à¸£à¹ˆà¸²à¸™#, 'generic' => q#เวลาà¸à¸´à¸«à¸£à¹ˆà¸²à¸™#, 'standard' => q#เวลามาตรà¸à¸²à¸™à¸à¸´à¸«à¸£à¹ˆà¸²à¸™#, }, }, 'Irkutsk' => { long => { 'daylight' => q#เวลาฤดูร้à¸à¸™à¸à¸µà¸£à¹Œà¸„ุตสค์#, 'generic' => q#เวลาà¸à¸µà¸£à¹Œà¸„ุตสค์#, 'standard' => q#เวลามาตรà¸à¸²à¸™à¸à¸µà¸£à¹Œà¸„ุตสค์#, }, }, 'Israel' => { long => { 'daylight' => q#เวลาà¸à¸à¸¡à¹à¸ªà¸‡à¸à¸´à¸ªà¸£à¸²à¹€à¸à¸¥#, 'generic' => q#เวลาà¸à¸´à¸ªà¸£à¸²à¹€à¸à¸¥#, 'standard' => q#เวลามาตรà¸à¸²à¸™à¸à¸´à¸ªà¸£à¸²à¹€à¸à¸¥#, }, }, 'Japan' => { long => { 'daylight' => q#เวลาà¸à¸à¸¡à¹à¸ªà¸‡à¸à¸µà¹ˆà¸›à¸¸à¹ˆà¸™#, 'generic' => q#เวลาà¸à¸µà¹ˆà¸›à¸¸à¹ˆà¸™#, 'standard' => q#เวลามาตรà¸à¸²à¸™à¸à¸µà¹ˆà¸›à¸¸à¹ˆà¸™#, }, }, 'Kamchatka' => { long => { 'daylight' => q#เวลาฤดูร้à¸à¸™à¹€à¸›à¹‚ตรปัฟลà¸à¸Ÿà¸ªà¸„์-คัมชัตสà¸à¸µ#, 'generic' => q#เวลาคัมชัตคา#, 'standard' => q#เวลาเปโตรปัฟลà¸à¸Ÿà¸ªà¸„์-คัมชัตสà¸à¸µ#, }, }, 'Kazakhstan_Eastern' => { long => { 'standard' => q#เวลาคาซัคสถานตะวันà¸à¸à¸#, }, }, 'Kazakhstan_Western' => { long => { 'standard' => q#เวลาคาซัคสถานตะวันตà¸#, }, }, 'Korea' => { long => { 'daylight' => q#เวลาà¸à¸à¸¡à¹à¸ªà¸‡à¹€à¸à¸²à¸«à¸¥à¸µ#, 'generic' => q#เวลาเà¸à¸²à¸«à¸¥à¸µ#, 'standard' => q#เวลามาตรà¸à¸²à¸™à¹€à¸à¸²à¸«à¸¥à¸µ#, }, }, 'Kosrae' => { long => { 'standard' => q#เวลาคà¸à¸ªà¹„ร#, }, }, 'Krasnoyarsk' => { long => { 'daylight' => q#เวลาฤดูร้à¸à¸™à¸„รัสโนยาสค์#, 'generic' => q#เวลาครัสโนยาสค์#, 'standard' => q#เวลามาตรà¸à¸²à¸™à¸„รัสโนยาสค์#, }, }, 'Kyrgystan' => { long => { 'standard' => q#เวลาคีร์à¸à¸µà¸‹à¸ªà¸–าน#, }, }, 'Lanka' => { long => { 'standard' => q#เวลาลังà¸à¸²#, }, }, 'Line_Islands' => { long => { 'standard' => q#เวลาหมู่เà¸à¸²à¸°à¹„ลน์#, }, }, 'Lord_Howe' => { long => { 'daylight' => q#เวลาà¸à¸à¸¡à¹à¸ªà¸‡à¸¥à¸à¸£à¹Œà¸”โฮว์#, 'generic' => q#เวลาลà¸à¸£à¹Œà¸”โฮว์#, 'standard' => q#เวลามาตรà¸à¸²à¸™à¸¥à¸à¸£à¹Œà¸”โฮว์#, }, }, 'Macau' => { long => { 'daylight' => q#เวลาฤดูร้à¸à¸™à¸¡à¸²à¹€à¸à¹Šà¸²#, 'generic' => q#เวลามาเà¸à¹Šà¸²#, 'standard' => q#เวลามาตรà¸à¸²à¸™à¸¡à¸²à¹€à¸à¹Šà¸²#, }, }, 'Macquarie' => { long => { 'standard' => q#เวลาเà¸à¸²à¸°à¹à¸¡à¸à¸„วà¸à¸£à¸µ#, }, }, 'Magadan' => { long => { 'daylight' => q#เวลาฤดูร้à¸à¸™à¸¡à¸²à¸à¸²à¸”าน#, 'generic' => q#เวลามาà¸à¸²à¸”าน#, 'standard' => q#เวลามาตรà¸à¸²à¸™à¸¡à¸²à¸à¸²à¸”าน#, }, }, 'Malaysia' => { long => { 'standard' => q#เวลามาเลเซีย#, }, }, 'Maldives' => { long => { 'standard' => q#เวลามัลดีฟส์#, }, }, 'Marquesas' => { long => { 'standard' => q#เวลามาร์เคซัส#, }, }, 'Marshall_Islands' => { long => { 'standard' => q#เวลาหมู่เà¸à¸²à¸°à¸¡à¸²à¸£à¹Œà¹à¸Šà¸¥à¸¥à¹Œ#, }, }, 'Mauritius' => { long => { 'daylight' => q#เวลาฤดูร้à¸à¸™à¸‚à¸à¸‡à¸¡à¸à¸£à¸´à¹€à¸Šà¸µà¸¢à¸ª#, 'generic' => q#เวลามà¸à¸£à¸´à¹€à¸Šà¸µà¸¢à¸ª#, 'standard' => q#เวลามาตรà¸à¸²à¸™à¸¡à¸à¸£à¸´à¹€à¸Šà¸µà¸¢à¸ª#, }, }, 'Mawson' => { long => { 'standard' => q#เวลามà¸à¸§à¹Œà¸ªà¸±à¸™#, }, }, 'Mexico_Northwest' => { long => { 'daylight' => q#เวลาà¸à¸à¸¡à¹à¸ªà¸‡à¹€à¸¡à¹‡à¸à¸‹à¸´à¹‚à¸à¸•à¸°à¸§à¸±à¸™à¸•à¸à¹€à¸‰à¸µà¸¢à¸‡à¹€à¸«à¸™à¸·à¸#, 'generic' => q#เวลาเม็à¸à¸‹à¸´à¹‚à¸à¸•à¸°à¸§à¸±à¸™à¸•à¸à¹€à¸‰à¸µà¸¢à¸‡à¹€à¸«à¸™à¸·à¸#, 'standard' => q#เวลามาตรà¸à¸²à¸™à¹€à¸¡à¹‡à¸à¸‹à¸´à¹‚à¸à¸•à¸°à¸§à¸±à¸™à¸•à¸à¹€à¸‰à¸µà¸¢à¸‡à¹€à¸«à¸™à¸·à¸#, }, }, 'Mexico_Pacific' => { long => { 'daylight' => q#เวลาà¸à¸à¸¡à¹à¸ªà¸‡à¹à¸›à¸‹à¸´à¸Ÿà¸´à¸à¹€à¸¡à¹‡à¸à¸‹à¸´à¹‚à¸#, 'generic' => q#เวลาà¹à¸›à¸‹à¸´à¸Ÿà¸´à¸à¹€à¸¡à¹‡à¸à¸‹à¸´à¹‚à¸#, 'standard' => q#เวลามาตรà¸à¸²à¸™à¹à¸›à¸‹à¸´à¸Ÿà¸´à¸à¹€à¸¡à¹‡à¸à¸‹à¸´à¹‚à¸#, }, }, 'Mongolia' => { long => { 'daylight' => q#เวลาฤดูร้à¸à¸™à¸à¸¹à¸¥à¸²à¸™à¸šà¸²à¸•à¸à¸£à¹Œ#, 'generic' => q#เวลาà¸à¸¹à¸¥à¸²à¸™à¸šà¸²à¸•à¸à¸£à¹Œ#, 'standard' => q#เวลามาตรà¸à¸²à¸™à¸à¸¹à¸¥à¸²à¸™à¸šà¸²à¸•à¸à¸£à¹Œ#, }, }, 'Moscow' => { long => { 'daylight' => q#เวลาฤดูร้à¸à¸™à¸¡à¸à¸ªà¹‚à¸#, 'generic' => q#เวลามà¸à¸ªà¹‚à¸#, 'standard' => q#เวลามาตรà¸à¸²à¸™à¸¡à¸à¸ªà¹‚à¸#, }, }, 'Myanmar' => { long => { 'standard' => q#เวลาพม่า#, }, }, 'Nauru' => { long => { 'standard' => q#เวลานาà¸à¸¹à¸£à¸¹#, }, }, 'Nepal' => { long => { 'standard' => q#เวลาเนปาล#, }, }, 'New_Caledonia' => { long => { 'daylight' => q#เวลาฤดูร้à¸à¸™à¸™à¸´à¸§à¹à¸„ลิโดเนีย#, 'generic' => q#เวลานิวà¹à¸„ลิโดเนีย#, 'standard' => q#เวลามาตรà¸à¸²à¸™à¸™à¸´à¸§à¹à¸„ลิโดเนีย#, }, }, 'New_Zealand' => { long => { 'daylight' => q#เวลาà¸à¸à¸¡à¹à¸ªà¸‡à¸™à¸´à¸§à¸‹à¸µà¹à¸¥à¸™à¸”์#, 'generic' => q#เวลานิวซีà¹à¸¥à¸™à¸”์#, 'standard' => q#เวลามาตรà¸à¸²à¸™à¸™à¸´à¸§à¸‹à¸µà¹à¸¥à¸™à¸”์#, }, }, 'Newfoundland' => { long => { 'daylight' => q#เวลาà¸à¸à¸¡à¹à¸ªà¸‡à¸™à¸´à¸§à¸Ÿà¸±à¸™à¸”์à¹à¸¥à¸™à¸”์#, 'generic' => q#เวลานิวฟันด์à¹à¸¥à¸™à¸”์#, 'standard' => q#เวลามาตรà¸à¸²à¸™à¸™à¸´à¸§à¸Ÿà¸±à¸™à¸”์à¹à¸¥à¸™à¸”์#, }, }, 'Niue' => { long => { 'standard' => q#เวลานีà¸à¸¹à¹€à¸#, }, }, 'Norfolk' => { long => { 'daylight' => q#เวลาà¸à¸à¸¡à¹à¸ªà¸‡à¹€à¸à¸²à¸°à¸™à¸à¸£à¹Œà¸Ÿà¸à¸¥à¹Œà¸#, 'generic' => q#เวลาเà¸à¸²à¸°à¸™à¸à¸£à¹Œà¸Ÿà¸à¸¥à¹Œà¸#, 'standard' => q#เวลามาตรà¸à¸²à¸™à¹€à¸à¸²à¸°à¸™à¸à¸£à¹Œà¸Ÿà¸à¸¥à¹Œà¸#, }, }, 'Noronha' => { long => { 'daylight' => q#เวลาฤดูร้à¸à¸™à¸‚à¸à¸‡à¸«à¸¡à¸¹à¹ˆà¹€à¸à¸²à¸°à¹€à¸Ÿà¸à¸£à¹Œà¸™à¸±à¸™à¹‚ด#, 'generic' => q#เวลาหมู่เà¸à¸²à¸°à¹€à¸Ÿà¸à¸£à¹Œà¸™à¸±à¸™à¹‚ด#, 'standard' => q#เวลามาตรà¸à¸²à¸™à¸«à¸¡à¸¹à¹ˆà¹€à¸à¸²à¸°à¹€à¸Ÿà¸à¸£à¹Œà¸™à¸±à¸™à¹‚ด#, }, }, 'North_Mariana' => { long => { 'standard' => q#เวลาหมู่เà¸à¸²à¸°à¸¡à¸²à¹€à¸£à¸µà¸¢à¸™à¸²à¹€à¸«à¸™à¸·à¸#, }, }, 'Novosibirsk' => { long => { 'daylight' => q#เวลาฤดูร้à¸à¸™à¹‚นโวซีบีสค์#, 'generic' => q#เวลาโนโวซีบีสค์#, 'standard' => q#เวลามาตรà¸à¸²à¸™à¹‚นโวซีบีสค์#, }, }, 'Omsk' => { long => { 'daylight' => q#เวลาฤดูร้à¸à¸™à¸à¸à¸¡à¸ªà¸„์#, 'generic' => q#เวลาà¸à¸à¸¡à¸ªà¸„์#, 'standard' => q#เวลามาตรà¸à¸²à¸™à¸à¸à¸¡à¸ªà¸„์#, }, }, 'Pacific/Apia' => { exemplarCity => q#à¸à¸²à¸›à¸µà¸à¸²#, }, 'Pacific/Auckland' => { exemplarCity => q#โà¸à¸„à¹à¸¥à¸™à¸”์#, }, 'Pacific/Bougainville' => { exemplarCity => q#บูเà¸à¸™à¸§à¸´à¸¥à¸¥à¹Œ#, }, 'Pacific/Chatham' => { exemplarCity => q#à¹à¸Šà¸—ัม#, }, 'Pacific/Easter' => { exemplarCity => q#à¸à¸µà¸ªà¹€à¸•à¸à¸£à¹Œ#, }, 'Pacific/Efate' => { exemplarCity => q#เà¸à¸Ÿà¸²à¹€à¸•#, }, 'Pacific/Enderbury' => { exemplarCity => q#เà¸à¸™à¹€à¸”à¸à¸£à¹Œà¹€à¸šà¸à¸£à¸µ#, }, 'Pacific/Fakaofo' => { exemplarCity => q#ฟาเคาโฟ#, }, 'Pacific/Fiji' => { exemplarCity => q#ฟิจิ#, }, 'Pacific/Funafuti' => { exemplarCity => q#ฟูนะฟูตี#, }, 'Pacific/Galapagos' => { exemplarCity => q#à¸à¸²à¸¥à¸²à¸›à¸²à¹‚à¸à¸ª#, }, 'Pacific/Gambier' => { exemplarCity => q#à¹à¸à¸¡à¹€à¸šà¸µà¸¢à¸£à¹Œ#, }, 'Pacific/Guadalcanal' => { exemplarCity => q#à¸à¸±à¸§à¸”ัลคานัล#, }, 'Pacific/Guam' => { exemplarCity => q#à¸à¸§à¸¡#, }, 'Pacific/Honolulu' => { exemplarCity => q#โฮโนลูลู#, }, 'Pacific/Johnston' => { exemplarCity => q#จà¸à¸«à¹Œà¸™à¸ªà¸•à¸±à¸™#, }, 'Pacific/Kiritimati' => { exemplarCity => q#คิริทิมาตี#, }, 'Pacific/Kosrae' => { exemplarCity => q#คà¸à¸ªà¹„ร#, }, 'Pacific/Kwajalein' => { exemplarCity => q#ควาจาเลน#, }, 'Pacific/Majuro' => { exemplarCity => q#มาจูโร#, }, 'Pacific/Marquesas' => { exemplarCity => q#มาร์เคซัส#, }, 'Pacific/Midway' => { exemplarCity => q#มิดเวย์#, }, 'Pacific/Nauru' => { exemplarCity => q#นาà¸à¸¹à¸£à¸¹#, }, 'Pacific/Niue' => { exemplarCity => q#นีà¸à¸¹à¹€à¸#, }, 'Pacific/Norfolk' => { exemplarCity => q#นà¸à¸£à¹Œà¸Ÿà¸à¸¥à¹Œà¸#, }, 'Pacific/Noumea' => { exemplarCity => q#นูเมà¸à¸²#, }, 'Pacific/Pago_Pago' => { exemplarCity => q#ปาโภปาโà¸#, }, 'Pacific/Palau' => { exemplarCity => q#ปาเลา#, }, 'Pacific/Pitcairn' => { exemplarCity => q#พิตà¹à¸„ร์น#, }, 'Pacific/Ponape' => { exemplarCity => q#โปนาเป#, }, 'Pacific/Port_Moresby' => { exemplarCity => q#พà¸à¸£à¹Œà¸•à¸¡à¸à¸£à¹Œà¸ªà¸šà¸µ#, }, 'Pacific/Rarotonga' => { exemplarCity => q#ราโรตà¸à¸‡à¸à¸²#, }, 'Pacific/Saipan' => { exemplarCity => q#ไซปัน#, }, 'Pacific/Tahiti' => { exemplarCity => q#ตาฮีตี#, }, 'Pacific/Tarawa' => { exemplarCity => q#ตาระวา#, }, 'Pacific/Tongatapu' => { exemplarCity => q#ตà¸à¸‡à¸à¸²à¸•à¸²à¸›à¸¹#, }, 'Pacific/Truk' => { exemplarCity => q#ทรัà¸#, }, 'Pacific/Wake' => { exemplarCity => q#เวà¸#, }, 'Pacific/Wallis' => { exemplarCity => q#วาลลิส#, }, 'Pakistan' => { long => { 'daylight' => q#เวลาฤดูร้à¸à¸™à¸›à¸²à¸à¸µà¸ªà¸–าน#, 'generic' => q#เวลาปาà¸à¸µà¸ªà¸–าน#, 'standard' => q#เวลามาตรà¸à¸²à¸™à¸›à¸²à¸à¸µà¸ªà¸–าน#, }, }, 'Palau' => { long => { 'standard' => q#เวลาปาเลา#, }, }, 'Papua_New_Guinea' => { long => { 'standard' => q#เวลาปาปัวนิวà¸à¸´à¸™à¸µ#, }, }, 'Paraguay' => { long => { 'daylight' => q#เวลาฤดูร้à¸à¸™à¸›à¸²à¸£à¸²à¸à¸§à¸±à¸¢#, 'generic' => q#เวลาปาราà¸à¸§à¸±à¸¢#, 'standard' => q#เวลามาตรà¸à¸²à¸™à¸›à¸²à¸£à¸²à¸à¸§à¸±à¸¢#, }, }, 'Peru' => { long => { 'daylight' => q#เวลาฤดูร้à¸à¸™à¹€à¸›à¸£à¸¹#, 'generic' => q#เวลาเปรู#, 'standard' => q#เวลามาตรà¸à¸²à¸™à¹€à¸›à¸£à¸¹#, }, }, 'Philippines' => { long => { 'daylight' => q#เวลาฤดูร้à¸à¸™à¸Ÿà¸´à¸¥à¸´à¸›à¸›à¸´à¸™à¸ªà¹Œ#, 'generic' => q#เวลาฟิลิปปินส์#, 'standard' => q#เวลามาตรà¸à¸²à¸™à¸Ÿà¸´à¸¥à¸´à¸›à¸›à¸´à¸™à¸ªà¹Œ#, }, }, 'Phoenix_Islands' => { long => { 'standard' => q#เวลาหมู่เà¸à¸²à¸°à¸Ÿà¸´à¸™à¸´à¸à¸‹à¹Œ#, }, }, 'Pierre_Miquelon' => { long => { 'daylight' => q#เวลาà¸à¸à¸¡à¹à¸ªà¸‡à¸‚à¸à¸‡à¹à¸‹à¸‡à¸›à¸µà¹à¸¢à¸£à¹Œà¹à¸¥à¸°à¸¡à¸µà¹€à¸à¸à¸¥à¸‡#, 'generic' => q#เวลาà¹à¸‹à¸‡à¸›à¸µà¹à¸¢à¸£à¹Œà¹à¸¥à¸°à¸¡à¸µà¹€à¸à¸à¸¥à¸‡#, 'standard' => q#เวลามาตรà¸à¸²à¸™à¹à¸‹à¸‡à¸›à¸µà¹à¸¢à¸£à¹Œà¹à¸¥à¸°à¸¡à¸µà¹€à¸à¸à¸¥à¸‡#, }, }, 'Pitcairn' => { long => { 'standard' => q#เวลาพิตà¹à¸„ร์น#, }, }, 'Ponape' => { long => { 'standard' => q#เวลาโปนาเป#, }, }, 'Pyongyang' => { long => { 'standard' => q#เวลาเปียงยาง#, }, }, 'Qyzylorda' => { long => { 'daylight' => q#เวลาฤดูร้à¸à¸™à¸„ืยซิลà¸à¸à¸£à¹Œà¸”า#, 'generic' => q#เวลาคืยซิลà¸à¸à¸£à¹Œà¸”า#, 'standard' => q#เวลามาตรà¸à¸²à¸™à¸„ืยซิลà¸à¸à¸£à¹Œà¸”า#, }, }, 'Reunion' => { long => { 'standard' => q#เวลาเรà¸à¸¹à¸™à¸µà¸¢à¸‡#, }, }, 'Rothera' => { long => { 'standard' => q#เวลาโรธีรา#, }, }, 'Sakhalin' => { long => { 'daylight' => q#เวลาฤดูร้à¸à¸™à¸‹à¸²à¸„าลิน#, 'generic' => q#เวลาซาคาลิน#, 'standard' => q#เวลามาตรà¸à¸²à¸™à¸‹à¸²à¸„าลิน#, }, }, 'Samara' => { long => { 'daylight' => q#เวลาฤดูร้à¸à¸™à¸‹à¸²à¸¡à¸²à¸£à¸²#, 'generic' => q#เวลาซามารา#, 'standard' => q#เวลามาตรà¸à¸²à¸™à¸‹à¸²à¸¡à¸²à¸£à¸²#, }, }, 'Samoa' => { long => { 'daylight' => q#เวลาฤดูร้à¸à¸™à¸‹à¸²à¸¡à¸±à¸§#, 'generic' => q#เวลาซามัว#, 'standard' => q#เวลามาตรà¸à¸²à¸™à¸‹à¸²à¸¡à¸±à¸§#, }, }, 'Seychelles' => { long => { 'standard' => q#เวลาเซเชลส์#, }, }, 'Singapore' => { long => { 'standard' => q#เวลาสิงคโปร์#, }, }, 'Solomon' => { long => { 'standard' => q#เวลาหมู่เà¸à¸²à¸°à¹‚ซโลมà¸à¸™#, }, }, 'South_Georgia' => { long => { 'standard' => q#เวลาเซาท์จà¸à¸£à¹Œà¹€à¸ˆà¸µà¸¢#, }, }, 'Suriname' => { long => { 'standard' => q#เวลาซูรินาเม#, }, }, 'Syowa' => { long => { 'standard' => q#เวลาไซโยวา#, }, }, 'Tahiti' => { long => { 'standard' => q#เวลาตาฮีตี#, }, }, 'Taipei' => { long => { 'daylight' => q#เวลาà¸à¸à¸¡à¹à¸ªà¸‡à¹„ทเป#, 'generic' => q#เวลาไทเป#, 'standard' => q#เวลามาตรà¸à¸²à¸™à¹„ทเป#, }, }, 'Tajikistan' => { long => { 'standard' => q#เวลาทาจิà¸à¸´à¸ªà¸–าน#, }, }, 'Tokelau' => { long => { 'standard' => q#เวลาโตเà¸à¹€à¸¥à¸²#, }, }, 'Tonga' => { long => { 'daylight' => q#เวลาฤดูร้à¸à¸™à¸•à¸à¸‡à¸à¸²#, 'generic' => q#เวลาตà¸à¸‡à¸à¸²#, 'standard' => q#เวลามาตรà¸à¸²à¸™à¸•à¸à¸‡à¸à¸²#, }, }, 'Truk' => { long => { 'standard' => q#เวลาชุà¸#, }, }, 'Turkmenistan' => { long => { 'daylight' => q#เวลาฤดูร้à¸à¸™à¹€à¸•à¸´à¸£à¹Œà¸à¹€à¸¡à¸™à¸´à¸ªà¸–าน#, 'generic' => q#เวลาเติร์à¸à¹€à¸¡à¸™à¸´à¸ªà¸–าน#, 'standard' => q#เวลามาตรà¸à¸²à¸™à¹€à¸•à¸´à¸£à¹Œà¸à¹€à¸¡à¸™à¸´à¸ªà¸–าน#, }, }, 'Tuvalu' => { long => { 'standard' => q#เวลาตูวาลู#, }, }, 'Uruguay' => { long => { 'daylight' => q#เวลาฤดูร้à¸à¸™à¸à¸¸à¸£à¸¸à¸à¸§à¸±à¸¢#, 'generic' => q#เวลาà¸à¸¸à¸£à¸¸à¸à¸§à¸±à¸¢#, 'standard' => q#เวลามาตรà¸à¸²à¸™à¸à¸¸à¸£à¸¸à¸à¸§à¸±à¸¢#, }, }, 'Uzbekistan' => { long => { 'daylight' => q#เวลาฤดูร้à¸à¸™à¸à¸¸à¸‹à¹€à¸šà¸à¸´à¸ªà¸–าน#, 'generic' => q#เวลาà¸à¸¸à¸‹à¹€à¸šà¸à¸´à¸ªà¸–าน#, 'standard' => q#เวลามาตรà¸à¸²à¸™à¸à¸¸à¸‹à¹€à¸šà¸à¸´à¸ªà¸–าน#, }, }, 'Vanuatu' => { long => { 'daylight' => q#เวลาฤดูร้à¸à¸™à¸§à¸²à¸™à¸¹à¸à¸²à¸•à¸¹#, 'generic' => q#เวลาวานูà¸à¸²à¸•à¸¹#, 'standard' => q#เวลามาตรà¸à¸²à¸™à¸§à¸²à¸™à¸¹à¸à¸²à¸•à¸¹#, }, }, 'Venezuela' => { long => { 'standard' => q#เวลาเวเนซุเà¸à¸¥à¸²#, }, }, 'Vladivostok' => { long => { 'daylight' => q#เวลาฤดูร้à¸à¸™à¸§à¸¥à¸²à¸”ีวà¸à¸ªà¸•à¸à¸„#, 'generic' => q#เวลาวลาดีวà¸à¸ªà¸•à¸à¸„#, 'standard' => q#เวลามาตรà¸à¸²à¸™à¸§à¸¥à¸²à¸”ีวà¸à¸ªà¸•à¸à¸„#, }, }, 'Volgograd' => { long => { 'daylight' => q#เวลาฤดูร้à¸à¸™à¸§à¸à¸¥à¹‚à¸à¸à¸£à¸²à¸”#, 'generic' => q#เวลาวà¸à¸¥à¹‚à¸à¸à¸£à¸²à¸”#, 'standard' => q#เวลามาตรà¸à¸²à¸™à¸§à¸à¸¥à¹‚à¸à¸à¸£à¸²à¸”#, }, }, 'Vostok' => { long => { 'standard' => q#เวลาวà¸à¸ªà¸•à¸à¸„#, }, }, 'Wake' => { long => { 'standard' => q#เวลาเà¸à¸²à¸°à¹€à¸§à¸#, }, }, 'Wallis' => { long => { 'standard' => q#เวลาวาลลิสà¹à¸¥à¸°à¸Ÿà¸¸à¸•à¸¹à¸™à¸²#, }, }, 'Yakutsk' => { long => { 'daylight' => q#เวลาฤดูร้à¸à¸™à¸¢à¸²à¸„ุตสค์#, 'generic' => q#เวลายาคุตสค์#, 'standard' => q#เวลามาตรà¸à¸²à¸™à¸¢à¸²à¸„ุตสค์#, }, }, 'Yekaterinburg' => { long => { 'daylight' => q#เวลาฤดูร้à¸à¸™à¹€à¸¢à¸„าเตรินบูร์à¸#, 'generic' => q#เวลาเยคาเตรินบูร์à¸#, 'standard' => q#เวลามาตรà¸à¸²à¸™à¹€à¸¢à¸„าเตรินบูร์à¸#, }, }, 'Yukon' => { long => { 'standard' => q#เวลายูคà¸à¸™#, }, }, } } ); no Moo; 1; # vim: tabstop=4