line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
=encoding utf8 |
2
|
|
|
|
|
|
|
|
3
|
|
|
|
|
|
|
=head1 |
4
|
|
|
|
|
|
|
|
5
|
|
|
|
|
|
|
Locale::CLDR::Locales::Ps - Package for language Pashto |
6
|
|
|
|
|
|
|
|
7
|
|
|
|
|
|
|
=cut |
8
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
# This file auto generated from Data/common/main/ps.xml |
10
|
|
|
|
|
|
|
# on Mon 11 Apr 5:36:22 pm GMT |
11
|
|
|
|
|
|
|
|
12
|
|
|
|
|
|
|
use strict; |
13
|
1
|
|
|
1
|
|
960582
|
use warnings; |
|
1
|
|
|
|
|
3
|
|
|
1
|
|
|
|
|
31
|
|
14
|
1
|
|
|
1
|
|
4
|
use version; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
27
|
|
15
|
1
|
|
|
1
|
|
4
|
|
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
8
|
|
16
|
|
|
|
|
|
|
our $VERSION = version->declare('v0.34.1'); |
17
|
|
|
|
|
|
|
|
18
|
|
|
|
|
|
|
use v5.10.1; |
19
|
1
|
|
|
1
|
|
97
|
use mro 'c3'; |
|
1
|
|
|
|
|
3
|
|
20
|
1
|
|
|
1
|
|
6
|
use utf8; |
|
1
|
|
|
|
|
3
|
|
|
1
|
|
|
|
|
8
|
|
21
|
1
|
|
|
1
|
|
25
|
use if $^V ge v5.12.0, feature => 'unicode_strings'; |
|
1
|
|
|
|
|
3
|
|
|
1
|
|
|
|
|
8
|
|
22
|
1
|
|
|
1
|
|
29
|
use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef ); |
|
1
|
|
|
|
|
1
|
|
|
1
|
|
|
|
|
29
|
|
23
|
1
|
|
|
1
|
|
121
|
use Moo; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
10
|
|
24
|
1
|
|
|
1
|
|
933
|
|
|
1
|
|
|
|
|
3
|
|
|
1
|
|
|
|
|
8
|
|
25
|
|
|
|
|
|
|
extends('Locale::CLDR::Locales::Root'); |
26
|
|
|
|
|
|
|
# Need to add code for Key type pattern |
27
|
|
|
|
|
|
|
my ($self, $name, $region, $script, $variant) = @_; |
28
|
|
|
|
|
|
|
|
29
|
0
|
|
|
0
|
0
|
|
my $display_pattern = '{0} ({1})'; |
30
|
|
|
|
|
|
|
$display_pattern =~s/\{0\}/$name/g; |
31
|
0
|
|
|
|
|
|
my $subtags = join '{0}, {1}', grep {$_} ( |
32
|
0
|
|
|
|
|
|
$region, |
33
|
0
|
|
|
|
|
|
$script, |
|
0
|
|
|
|
|
|
|
34
|
|
|
|
|
|
|
$variant, |
35
|
|
|
|
|
|
|
); |
36
|
|
|
|
|
|
|
|
37
|
|
|
|
|
|
|
$display_pattern =~s/\{1\}/$subtags/g; |
38
|
|
|
|
|
|
|
return $display_pattern; |
39
|
0
|
|
|
|
|
|
} |
40
|
0
|
|
|
|
|
|
|
41
|
|
|
|
|
|
|
has 'display_name_language' => ( |
42
|
|
|
|
|
|
|
is => 'ro', |
43
|
|
|
|
|
|
|
isa => CodeRef, |
44
|
|
|
|
|
|
|
init_arg => undef, |
45
|
|
|
|
|
|
|
default => sub { |
46
|
|
|
|
|
|
|
sub { |
47
|
|
|
|
|
|
|
my %languages = ( |
48
|
|
|
|
|
|
|
'aa' => 'افري', |
49
|
|
|
|
|
|
|
'ab' => 'ابخازي', |
50
|
|
|
|
|
|
|
'ace' => 'اچيني', |
51
|
|
|
|
|
|
|
'ada' => 'ادانگمي', |
52
|
|
|
|
|
|
|
'ady' => 'اديغي', |
53
|
|
|
|
|
|
|
'af' => 'افریکانسي', |
54
|
|
|
|
|
|
|
'agq' => 'اغیمي', |
55
|
|
|
|
|
|
|
'ain' => 'اينويي', |
56
|
|
|
|
|
|
|
'ak' => 'اکاني', |
57
|
|
|
|
|
|
|
'ale' => 'اليوتي', |
58
|
|
|
|
|
|
|
'alt' => 'سویل الټای', |
59
|
|
|
|
|
|
|
'am' => 'امهاري', |
60
|
|
|
|
|
|
|
'an' => 'اراگونېسي', |
61
|
|
|
|
|
|
|
'anp' => 'انگيکي', |
62
|
|
|
|
|
|
|
'ar' => 'عربي', |
63
|
|
|
|
|
|
|
'ar_001' => 'نوې معياري عربي', |
64
|
|
|
|
|
|
|
'arn' => 'ماپوچه', |
65
|
|
|
|
|
|
|
'arp' => 'اراپاهوي', |
66
|
|
|
|
|
|
|
'as' => 'اسامي', |
67
|
|
|
|
|
|
|
'asa' => 'اسويي', |
68
|
|
|
|
|
|
|
'ast' => 'استورياني', |
69
|
|
|
|
|
|
|
'av' => 'اواري', |
70
|
|
|
|
|
|
|
'awa' => 'اوادي', |
71
|
|
|
|
|
|
|
'ay' => 'ایماري', |
72
|
|
|
|
|
|
|
'az' => 'اذربایجاني', |
73
|
|
|
|
|
|
|
'az@alt=short' => 'اذري', |
74
|
|
|
|
|
|
|
'ba' => 'باشکير', |
75
|
|
|
|
|
|
|
'bal' => 'بلوڅي', |
76
|
|
|
|
|
|
|
'ban' => 'بالنی', |
77
|
|
|
|
|
|
|
'bas' => 'باسا', |
78
|
|
|
|
|
|
|
'be' => 'بېلاروسي', |
79
|
|
|
|
|
|
|
'bem' => 'بیبا', |
80
|
|
|
|
|
|
|
'bez' => 'بينا', |
81
|
|
|
|
|
|
|
'bg' => 'بلغاري', |
82
|
|
|
|
|
|
|
'bho' => 'بهوجپوري', |
83
|
|
|
|
|
|
|
'bi' => 'بسلاما', |
84
|
|
|
|
|
|
|
'bin' => 'بینی', |
85
|
|
|
|
|
|
|
'bla' => 'سکسيکا', |
86
|
|
|
|
|
|
|
'bm' => 'بامره', |
87
|
|
|
|
|
|
|
'bn' => 'بنگالي', |
88
|
|
|
|
|
|
|
'bo' => 'تبتي', |
89
|
|
|
|
|
|
|
'br' => 'برېتون', |
90
|
|
|
|
|
|
|
'brx' => 'بودو', |
91
|
|
|
|
|
|
|
'bs' => 'بوسني', |
92
|
|
|
|
|
|
|
'bug' => 'بگنيايي', |
93
|
|
|
|
|
|
|
'byn' => 'بلین', |
94
|
|
|
|
|
|
|
'ca' => 'کټلاني', |
95
|
|
|
|
|
|
|
'ce' => 'چيچيني', |
96
|
|
|
|
|
|
|
'ceb' => 'سیبوانوي', |
97
|
|
|
|
|
|
|
'cgg' => 'چيگايي', |
98
|
|
|
|
|
|
|
'ch' => 'چمورو', |
99
|
|
|
|
|
|
|
'chk' => 'چواوکي', |
100
|
|
|
|
|
|
|
'chm' => 'ماري', |
101
|
|
|
|
|
|
|
'cho' => 'چوکټاوي', |
102
|
|
|
|
|
|
|
'chr' => 'چېروکي', |
103
|
|
|
|
|
|
|
'chy' => 'شيني', |
104
|
|
|
|
|
|
|
'ckb' => 'منځنۍ کوردي', |
105
|
|
|
|
|
|
|
'co' => 'کورسيکاني', |
106
|
|
|
|
|
|
|
'crs' => 'سسيلوا ڪروئل فرانسوي', |
107
|
|
|
|
|
|
|
'cs' => 'چېکي', |
108
|
|
|
|
|
|
|
'cu' => 'د کليسا سلاوي', |
109
|
|
|
|
|
|
|
'cv' => 'چوواشي', |
110
|
|
|
|
|
|
|
'cy' => 'ويلشي', |
111
|
|
|
|
|
|
|
'da' => 'دانمارکي', |
112
|
|
|
|
|
|
|
'dak' => 'داکوتا', |
113
|
|
|
|
|
|
|
'dar' => 'درگوا', |
114
|
|
|
|
|
|
|
'dav' => 'ټایټا', |
115
|
|
|
|
|
|
|
'de' => 'الماني', |
116
|
|
|
|
|
|
|
'de_CH' => 'سوئس لوی جرمن', |
117
|
|
|
|
|
|
|
'dgr' => 'داگرب', |
118
|
|
|
|
|
|
|
'dje' => 'زرما', |
119
|
|
|
|
|
|
|
'dsb' => 'لوړې سربي', |
120
|
|
|
|
|
|
|
'dua' => 'دوالا', |
121
|
|
|
|
|
|
|
'dv' => 'ديویهی', |
122
|
|
|
|
|
|
|
'dyo' => 'جولا فوني', |
123
|
|
|
|
|
|
|
'dz' => 'ژونگکه', |
124
|
|
|
|
|
|
|
'dzg' => 'ډزاګا', |
125
|
|
|
|
|
|
|
'ebu' => 'ایمو', |
126
|
|
|
|
|
|
|
'ee' => 'ايو', |
127
|
|
|
|
|
|
|
'efi' => 'افک', |
128
|
|
|
|
|
|
|
'eka' => 'اکجک', |
129
|
|
|
|
|
|
|
'el' => 'یوناني', |
130
|
|
|
|
|
|
|
'en' => 'انګریزي', |
131
|
|
|
|
|
|
|
'en_AU' => 'انګليسي (AU)', |
132
|
|
|
|
|
|
|
'en_CA' => 'کاناډايي انګلیسي', |
133
|
|
|
|
|
|
|
'en_GB' => 'بريتانوی انګلیسي', |
134
|
|
|
|
|
|
|
'en_GB@alt=short' => 'انګليسي (GB)', |
135
|
|
|
|
|
|
|
'en_US' => 'انګليسي (US)', |
136
|
|
|
|
|
|
|
'en_US@alt=short' => 'انګليسي (US)', |
137
|
|
|
|
|
|
|
'eo' => 'اسپرانتو', |
138
|
|
|
|
|
|
|
'es' => 'هسپانوي', |
139
|
|
|
|
|
|
|
'es_419' => 'لاتيني امريکايي هسپانوي', |
140
|
|
|
|
|
|
|
'es_ES' => 'اروپايي هسپانوي', |
141
|
|
|
|
|
|
|
'es_MX' => 'ميکسيکو هسپانوي', |
142
|
|
|
|
|
|
|
'et' => 'حبشي', |
143
|
|
|
|
|
|
|
'eu' => 'باسکي', |
144
|
|
|
|
|
|
|
'ewo' => 'اوونڊو', |
145
|
|
|
|
|
|
|
'fa' => 'فارسي', |
146
|
|
|
|
|
|
|
'ff' => 'فلاحہ', |
147
|
|
|
|
|
|
|
'fi' => 'فینلنډي', |
148
|
|
|
|
|
|
|
'fil' => 'فلیپیني', |
149
|
|
|
|
|
|
|
'fj' => 'فجیان', |
150
|
|
|
|
|
|
|
'fo' => 'فاروئې', |
151
|
|
|
|
|
|
|
'fon' => 'فان', |
152
|
|
|
|
|
|
|
'fr' => 'فرانسوي', |
153
|
|
|
|
|
|
|
'fur' => 'فرائیلیین', |
154
|
|
|
|
|
|
|
'fy' => 'فريزي', |
155
|
|
|
|
|
|
|
'ga' => 'ائيرلېنډي', |
156
|
|
|
|
|
|
|
'gaa' => 'gaa', |
157
|
|
|
|
|
|
|
'gd' => 'سکاټلېنډي ګېلک', |
158
|
|
|
|
|
|
|
'gez' => 'ګیز', |
159
|
|
|
|
|
|
|
'gil' => 'گلبرتي', |
160
|
|
|
|
|
|
|
'gl' => 'ګلېشيايي', |
161
|
|
|
|
|
|
|
'gn' => 'ګوراني', |
162
|
|
|
|
|
|
|
'gor' => 'ګورن ټالو', |
163
|
|
|
|
|
|
|
'gsw' => 'سویس جرمن', |
164
|
|
|
|
|
|
|
'gu' => 'ګجراتي', |
165
|
|
|
|
|
|
|
'guz' => 'ګوسي', |
166
|
|
|
|
|
|
|
'gv' => 'مینکس', |
167
|
|
|
|
|
|
|
'gwi' => 'ګیچین', |
168
|
|
|
|
|
|
|
'ha' => 'هوسا', |
169
|
|
|
|
|
|
|
'haw' => 'هوایی', |
170
|
|
|
|
|
|
|
'he' => 'عبري', |
171
|
|
|
|
|
|
|
'hi' => 'هندي', |
172
|
|
|
|
|
|
|
'hil' => 'ھلیګینون', |
173
|
|
|
|
|
|
|
'hmn' => 'همونګ', |
174
|
|
|
|
|
|
|
'hr' => 'کروواسي', |
175
|
|
|
|
|
|
|
'hsb' => 'پورته صربي', |
176
|
|
|
|
|
|
|
'ht' => 'هيٽي کرولي', |
177
|
|
|
|
|
|
|
'hu' => 'هنگري', |
178
|
|
|
|
|
|
|
'hup' => 'ھوپا', |
179
|
|
|
|
|
|
|
'hy' => 'ارمني', |
180
|
|
|
|
|
|
|
'hz' => 'هیرورو', |
181
|
|
|
|
|
|
|
'ia' => 'انټرلنګوا', |
182
|
|
|
|
|
|
|
'iba' => 'ابن', |
183
|
|
|
|
|
|
|
'ibb' => 'ابیبیو', |
184
|
|
|
|
|
|
|
'id' => 'انډونېزي', |
185
|
|
|
|
|
|
|
'ie' => 'آسا نا جبة', |
186
|
|
|
|
|
|
|
'ig' => 'اګبو', |
187
|
|
|
|
|
|
|
'ii' => 'سیچیان یی', |
188
|
|
|
|
|
|
|
'ilo' => 'الوکو', |
189
|
|
|
|
|
|
|
'inh' => 'انگش', |
190
|
|
|
|
|
|
|
'io' => 'اڊو', |
191
|
|
|
|
|
|
|
'is' => 'ايسلنډي', |
192
|
|
|
|
|
|
|
'it' => 'ایټالوي', |
193
|
|
|
|
|
|
|
'iu' => 'انوکتیتوت', |
194
|
|
|
|
|
|
|
'ja' => 'جاپاني', |
195
|
|
|
|
|
|
|
'jbo' => 'لوجبان', |
196
|
|
|
|
|
|
|
'jgo' => 'نګبا', |
197
|
|
|
|
|
|
|
'jmc' => 'ماچمی', |
198
|
|
|
|
|
|
|
'jv' => 'جاوايي', |
199
|
|
|
|
|
|
|
'ka' => 'جورجيائي', |
200
|
|
|
|
|
|
|
'kab' => 'کیبیل', |
201
|
|
|
|
|
|
|
'kac' => 'کاچین', |
202
|
|
|
|
|
|
|
'kaj' => 'ججو', |
203
|
|
|
|
|
|
|
'kam' => 'کامبا', |
204
|
|
|
|
|
|
|
'kbd' => 'کابیرین', |
205
|
|
|
|
|
|
|
'kcg' => 'تایپ', |
206
|
|
|
|
|
|
|
'kde' => 'ماکډون', |
207
|
|
|
|
|
|
|
'kea' => 'کابوورډیانو', |
208
|
|
|
|
|
|
|
'kfo' => 'کورو', |
209
|
|
|
|
|
|
|
'kha' => 'خاسې', |
210
|
|
|
|
|
|
|
'khq' => 'کویرا چینی', |
211
|
|
|
|
|
|
|
'ki' => 'ککوؤو', |
212
|
|
|
|
|
|
|
'kj' => 'کواناما', |
213
|
|
|
|
|
|
|
'kk' => 'قازق', |
214
|
|
|
|
|
|
|
'kkj' => 'کاکو', |
215
|
|
|
|
|
|
|
'kl' => 'کلالیسٹ', |
216
|
|
|
|
|
|
|
'kln' => 'کلینجن', |
217
|
|
|
|
|
|
|
'km' => 'خمر', |
218
|
|
|
|
|
|
|
'kmb' => 'کیمبوندو', |
219
|
|
|
|
|
|
|
'kn' => 'کنأډه', |
220
|
|
|
|
|
|
|
'ko' => 'کوریایی', |
221
|
|
|
|
|
|
|
'kok' => 'کنکني', |
222
|
|
|
|
|
|
|
'kpe' => 'کیلي', |
223
|
|
|
|
|
|
|
'kr' => 'کنوری', |
224
|
|
|
|
|
|
|
'krc' => 'کراچی بالکر', |
225
|
|
|
|
|
|
|
'krl' => 'کاریلین', |
226
|
|
|
|
|
|
|
'kru' => 'کورخ', |
227
|
|
|
|
|
|
|
'ks' => 'کشمیري', |
228
|
|
|
|
|
|
|
'ksb' => 'شمبلا', |
229
|
|
|
|
|
|
|
'ksf' => 'بفیا', |
230
|
|
|
|
|
|
|
'ksh' => 'کولوگنيسي', |
231
|
|
|
|
|
|
|
'ku' => 'کردي', |
232
|
|
|
|
|
|
|
'kum' => 'کومک', |
233
|
|
|
|
|
|
|
'kv' => 'کومی', |
234
|
|
|
|
|
|
|
'kw' => 'کرونيشي', |
235
|
|
|
|
|
|
|
'ky' => 'کرګيز', |
236
|
|
|
|
|
|
|
'la' => 'لاتیني', |
237
|
|
|
|
|
|
|
'lad' => 'لاډینو', |
238
|
|
|
|
|
|
|
'lag' => 'لنګی', |
239
|
|
|
|
|
|
|
'lb' => 'لوګزامبورګي', |
240
|
|
|
|
|
|
|
'lez' => 'لیګغیان', |
241
|
|
|
|
|
|
|
'lg' => 'ګانده', |
242
|
|
|
|
|
|
|
'li' => 'لمبرگیانی', |
243
|
|
|
|
|
|
|
'lkt' => 'لکټو', |
244
|
|
|
|
|
|
|
'ln' => 'لنگلا', |
245
|
|
|
|
|
|
|
'lo' => 'لاو', |
246
|
|
|
|
|
|
|
'loz' => 'لوزی', |
247
|
|
|
|
|
|
|
'lrc' => 'شمالي لوری', |
248
|
|
|
|
|
|
|
'lt' => 'ليتواني', |
249
|
|
|
|
|
|
|
'lu' => 'لوبا-کټنګا', |
250
|
|
|
|
|
|
|
'lua' => 'لبا لولوا', |
251
|
|
|
|
|
|
|
'lun' => 'لندا', |
252
|
|
|
|
|
|
|
'luo' => 'لو', |
253
|
|
|
|
|
|
|
'lus' => 'ميزو', |
254
|
|
|
|
|
|
|
'luy' => 'لویا', |
255
|
|
|
|
|
|
|
'lv' => 'لېټواني', |
256
|
|
|
|
|
|
|
'mad' => 'مدراسی', |
257
|
|
|
|
|
|
|
'mag' => 'مګهي', |
258
|
|
|
|
|
|
|
'mai' => 'مایتھلي', |
259
|
|
|
|
|
|
|
'mak' => 'مکاسار', |
260
|
|
|
|
|
|
|
'mas' => 'ماسائي', |
261
|
|
|
|
|
|
|
'mdf' => 'موکشا', |
262
|
|
|
|
|
|
|
'men' => 'مینڊي', |
263
|
|
|
|
|
|
|
'mer' => 'ميرو', |
264
|
|
|
|
|
|
|
'mfe' => 'ماریسیسن', |
265
|
|
|
|
|
|
|
'mg' => 'ملغاسي', |
266
|
|
|
|
|
|
|
'mgh' => 'مکھوامیتو', |
267
|
|
|
|
|
|
|
'mgo' => 'ميټا', |
268
|
|
|
|
|
|
|
'mh' => 'مارشلیز', |
269
|
|
|
|
|
|
|
'mi' => 'ماوري', |
270
|
|
|
|
|
|
|
'mic' => 'ممکق', |
271
|
|
|
|
|
|
|
'min' => 'مينيگاباو', |
272
|
|
|
|
|
|
|
'mk' => 'مقدوني', |
273
|
|
|
|
|
|
|
'ml' => 'مالايالم', |
274
|
|
|
|
|
|
|
'mn' => 'منګولیایی', |
275
|
|
|
|
|
|
|
'mni' => 'مانی پوری', |
276
|
|
|
|
|
|
|
'moh' => 'محاواک', |
277
|
|
|
|
|
|
|
'mos' => 'ماسي', |
278
|
|
|
|
|
|
|
'mr' => 'مراټهي', |
279
|
|
|
|
|
|
|
'ms' => 'ملایا', |
280
|
|
|
|
|
|
|
'mt' => 'مالټايي', |
281
|
|
|
|
|
|
|
'mua' => 'مندانګ', |
282
|
|
|
|
|
|
|
'mul' => 'څو ژبو', |
283
|
|
|
|
|
|
|
'mus' => 'کريکي', |
284
|
|
|
|
|
|
|
'mwl' => 'مرانديز', |
285
|
|
|
|
|
|
|
'my' => 'برمایی', |
286
|
|
|
|
|
|
|
'myv' => 'ارزيا', |
287
|
|
|
|
|
|
|
'mzn' => 'مزاندراني', |
288
|
|
|
|
|
|
|
'na' => 'نایرو', |
289
|
|
|
|
|
|
|
'nap' => 'نيپالين', |
290
|
|
|
|
|
|
|
'naq' => 'ناما', |
291
|
|
|
|
|
|
|
'nb' => 'ناروې بوکمال', |
292
|
|
|
|
|
|
|
'nd' => 'شمالي نديبل', |
293
|
|
|
|
|
|
|
'ne' => 'نېپالي', |
294
|
|
|
|
|
|
|
'new' => 'نيواري', |
295
|
|
|
|
|
|
|
'ng' => 'ندونگا', |
296
|
|
|
|
|
|
|
'nia' => 'نياس', |
297
|
|
|
|
|
|
|
'niu' => 'نیان', |
298
|
|
|
|
|
|
|
'nl' => 'هالېنډي', |
299
|
|
|
|
|
|
|
'nl_BE' => 'فلېمېشي', |
300
|
|
|
|
|
|
|
'nmg' => 'کواسیو', |
301
|
|
|
|
|
|
|
'nn' => 'ناروېئي (نائنورسک)', |
302
|
|
|
|
|
|
|
'nnh' => 'نایجیمون', |
303
|
|
|
|
|
|
|
'no' => 'ناروېئې', |
304
|
|
|
|
|
|
|
'nog' => 'نوګی', |
305
|
|
|
|
|
|
|
'nqo' => 'نکو', |
306
|
|
|
|
|
|
|
'nr' => 'سويلي نديبيل', |
307
|
|
|
|
|
|
|
'nso' => 'شمالي سوتو', |
308
|
|
|
|
|
|
|
'nus' => 'نویر', |
309
|
|
|
|
|
|
|
'nv' => 'نواجو', |
310
|
|
|
|
|
|
|
'ny' => 'نیانجا', |
311
|
|
|
|
|
|
|
'nyn' => 'نینکول', |
312
|
|
|
|
|
|
|
'oc' => 'اوکسيټاني', |
313
|
|
|
|
|
|
|
'om' => 'اورومو', |
314
|
|
|
|
|
|
|
'or' => 'اوڊيا', |
315
|
|
|
|
|
|
|
'os' => 'اوسیٹک', |
316
|
|
|
|
|
|
|
'pa' => 'پنجابي', |
317
|
|
|
|
|
|
|
'pag' => 'پانګاسین', |
318
|
|
|
|
|
|
|
'pam' => 'پمپانگا', |
319
|
|
|
|
|
|
|
'pap' => 'پاپيامينتو', |
320
|
|
|
|
|
|
|
'pau' => 'پالان', |
321
|
|
|
|
|
|
|
'pcm' => 'نائجیریا پیدجن', |
322
|
|
|
|
|
|
|
'pl' => 'پولنډي', |
323
|
|
|
|
|
|
|
'prg' => 'پروشين', |
324
|
|
|
|
|
|
|
'ps' => 'پښتو', |
325
|
|
|
|
|
|
|
'pt' => 'پورتګالي', |
326
|
|
|
|
|
|
|
'pt_BR' => 'برازیلي پرتګالي', |
327
|
|
|
|
|
|
|
'pt_PT' => 'اروپايي پرتګالي', |
328
|
|
|
|
|
|
|
'qu' => 'کېچوا', |
329
|
|
|
|
|
|
|
'quc' => 'کچی', |
330
|
|
|
|
|
|
|
'rap' => 'رپانوئي', |
331
|
|
|
|
|
|
|
'rar' => 'راروټانګان', |
332
|
|
|
|
|
|
|
'rm' => 'رومانیش', |
333
|
|
|
|
|
|
|
'rn' => 'رونډی', |
334
|
|
|
|
|
|
|
'ro' => 'رومانیایی', |
335
|
|
|
|
|
|
|
'ro_MD' => 'مولداویایی', |
336
|
|
|
|
|
|
|
'rof' => 'رومبو', |
337
|
|
|
|
|
|
|
'root' => 'روټ', |
338
|
|
|
|
|
|
|
'ru' => 'روسي', |
339
|
|
|
|
|
|
|
'rup' => 'اروماني', |
340
|
|
|
|
|
|
|
'rw' => 'کینیارونډا', |
341
|
|
|
|
|
|
|
'rwk' => 'Rwa', |
342
|
|
|
|
|
|
|
'sa' => 'سنسکریټ', |
343
|
|
|
|
|
|
|
'sad' => 'سنډاوی', |
344
|
|
|
|
|
|
|
'sah' => 'سخا', |
345
|
|
|
|
|
|
|
'saq' => 'سمبورو', |
346
|
|
|
|
|
|
|
'sat' => 'سنتالي', |
347
|
|
|
|
|
|
|
'sba' => 'نګبای', |
348
|
|
|
|
|
|
|
'sbp' => 'سانګوو', |
349
|
|
|
|
|
|
|
'sc' => 'سارڊيني', |
350
|
|
|
|
|
|
|
'scn' => 'سیلیسي', |
351
|
|
|
|
|
|
|
'sco' => 'سکاټس', |
352
|
|
|
|
|
|
|
'sd' => 'سندهي', |
353
|
|
|
|
|
|
|
'se' => 'شمالي سامي', |
354
|
|
|
|
|
|
|
'seh' => 'سینا', |
355
|
|
|
|
|
|
|
'ses' => 'کوییرابورو سینی', |
356
|
|
|
|
|
|
|
'sg' => 'سانګو', |
357
|
|
|
|
|
|
|
'sh' => 'سرب-کروشيايي', |
358
|
|
|
|
|
|
|
'shi' => 'تاکلهیټ', |
359
|
|
|
|
|
|
|
'shn' => 'شان', |
360
|
|
|
|
|
|
|
'si' => 'سينهالي', |
361
|
|
|
|
|
|
|
'sk' => 'سلوواکي', |
362
|
|
|
|
|
|
|
'sl' => 'سلوواني', |
363
|
|
|
|
|
|
|
'sm' => 'ساموآن', |
364
|
|
|
|
|
|
|
'sma' => 'سویلي سامی', |
365
|
|
|
|
|
|
|
'smj' => 'لول سامي', |
366
|
|
|
|
|
|
|
'smn' => 'اناري سميع', |
367
|
|
|
|
|
|
|
'sms' => 'سکولټ سمیع', |
368
|
|
|
|
|
|
|
'sn' => 'شونا', |
369
|
|
|
|
|
|
|
'snk' => 'سونینګ', |
370
|
|
|
|
|
|
|
'so' => 'سومالي', |
371
|
|
|
|
|
|
|
'sq' => 'الباني', |
372
|
|
|
|
|
|
|
'sr' => 'سربيائي', |
373
|
|
|
|
|
|
|
'srn' => 'سوران ټونګو', |
374
|
|
|
|
|
|
|
'ss' => 'سواتی', |
375
|
|
|
|
|
|
|
'ssy' => 'سهو', |
376
|
|
|
|
|
|
|
'st' => 'سيسوتو', |
377
|
|
|
|
|
|
|
'su' => 'سوډاني', |
378
|
|
|
|
|
|
|
'suk' => 'سکوما', |
379
|
|
|
|
|
|
|
'sv' => 'سویډنی', |
380
|
|
|
|
|
|
|
'sw' => 'سواهېلي', |
381
|
|
|
|
|
|
|
'sw_CD' => 'کانګو سواهلی', |
382
|
|
|
|
|
|
|
'swb' => 'کومورياني', |
383
|
|
|
|
|
|
|
'syr' => 'سوریاني', |
384
|
|
|
|
|
|
|
'ta' => 'تامیل', |
385
|
|
|
|
|
|
|
'te' => 'تېليګو', |
386
|
|
|
|
|
|
|
'tem' => 'تیمني', |
387
|
|
|
|
|
|
|
'teo' => 'تیسو', |
388
|
|
|
|
|
|
|
'tet' => 'تتوم', |
389
|
|
|
|
|
|
|
'tg' => 'تاجکي', |
390
|
|
|
|
|
|
|
'th' => 'تايلېنډي', |
391
|
|
|
|
|
|
|
'ti' => 'تيګريني', |
392
|
|
|
|
|
|
|
'tig' => 'تیګر', |
393
|
|
|
|
|
|
|
'tk' => 'ترکمني', |
394
|
|
|
|
|
|
|
'tlh' => 'کلينګاني', |
395
|
|
|
|
|
|
|
'tn' => 'سووانا', |
396
|
|
|
|
|
|
|
'to' => 'تونګان', |
397
|
|
|
|
|
|
|
'tpi' => 'توک پیسین', |
398
|
|
|
|
|
|
|
'tr' => 'ترکي', |
399
|
|
|
|
|
|
|
'trv' => 'تاروکو', |
400
|
|
|
|
|
|
|
'ts' => 'سونګا', |
401
|
|
|
|
|
|
|
'tt' => 'تاتار', |
402
|
|
|
|
|
|
|
'tum' => 'تامبوکا', |
403
|
|
|
|
|
|
|
'tvl' => 'تووالو', |
404
|
|
|
|
|
|
|
'tw' => 'توی', |
405
|
|
|
|
|
|
|
'twq' => 'تساواق', |
406
|
|
|
|
|
|
|
'ty' => 'تاهیتي', |
407
|
|
|
|
|
|
|
'tyv' => 'توینیان', |
408
|
|
|
|
|
|
|
'tzm' => 'مرکزی اطلس تمازائيٹ', |
409
|
|
|
|
|
|
|
'udm' => 'ادمورت', |
410
|
|
|
|
|
|
|
'ug' => 'اويغوري', |
411
|
|
|
|
|
|
|
'uk' => 'اوکرانايي', |
412
|
|
|
|
|
|
|
'umb' => 'امبوندو', |
413
|
|
|
|
|
|
|
'und' => 'نامعلومه ژبه', |
414
|
|
|
|
|
|
|
'ur' => 'اردو', |
415
|
|
|
|
|
|
|
'uz' => 'اوزبکي', |
416
|
|
|
|
|
|
|
'vai' => 'وای', |
417
|
|
|
|
|
|
|
've' => 'ویندا', |
418
|
|
|
|
|
|
|
'vi' => 'وېتنامي', |
419
|
|
|
|
|
|
|
'vo' => 'والاپوک', |
420
|
|
|
|
|
|
|
'vun' => 'وونجو', |
421
|
|
|
|
|
|
|
'wa' => 'والون', |
422
|
|
|
|
|
|
|
'wae' => 'ولسیر', |
423
|
|
|
|
|
|
|
'wal' => 'ولایټا', |
424
|
|
|
|
|
|
|
'war' => 'وارۍ', |
425
|
|
|
|
|
|
|
'wo' => 'ولوف', |
426
|
|
|
|
|
|
|
'xal' => 'کالمک', |
427
|
|
|
|
|
|
|
'xh' => 'خوسا', |
428
|
|
|
|
|
|
|
'xog' => 'سوګا', |
429
|
|
|
|
|
|
|
'yav' => 'ینګبین', |
430
|
|
|
|
|
|
|
'ybb' => 'یمبا', |
431
|
|
|
|
|
|
|
'yi' => 'يديش', |
432
|
|
|
|
|
|
|
'yo' => 'یوروبا', |
433
|
|
|
|
|
|
|
'yue' => 'کانټوني', |
434
|
|
|
|
|
|
|
'zgh' => 'معياري مراکش تمازټیټ', |
435
|
|
|
|
|
|
|
'zh' => 'چیني', |
436
|
|
|
|
|
|
|
'zh_Hans' => 'ساده چيني', |
437
|
|
|
|
|
|
|
'zh_Hant' => 'دوديزه چيني', |
438
|
|
|
|
|
|
|
'zu' => 'زولو', |
439
|
|
|
|
|
|
|
'zun' => 'زوني', |
440
|
|
|
|
|
|
|
'zxx' => 'نه ژبني منځپانګه', |
441
|
|
|
|
|
|
|
'zza' => 'زازا', |
442
|
|
|
|
|
|
|
|
443
|
|
|
|
|
|
|
); |
444
|
|
|
|
|
|
|
if (@_) { |
445
|
|
|
|
|
|
|
return $languages{$_[0]}; |
446
|
|
|
|
|
|
|
} |
447
|
|
|
|
|
|
|
return \%languages; |
448
|
|
|
|
|
|
|
} |
449
|
|
|
|
|
|
|
}, |
450
|
|
|
|
|
|
|
); |
451
|
|
|
|
|
|
|
|
452
|
|
|
|
|
|
|
has 'display_name_script' => ( |
453
|
|
|
|
|
|
|
is => 'ro', |
454
|
|
|
|
|
|
|
isa => CodeRef, |
455
|
|
|
|
|
|
|
init_arg => undef, |
456
|
|
|
|
|
|
|
default => sub { |
457
|
|
|
|
|
|
|
sub { |
458
|
|
|
|
|
|
|
my %scripts = ( |
459
|
|
|
|
|
|
|
'Arab' => 'عربي', |
460
|
|
|
|
|
|
|
'Armn' => 'ارمانیایي', |
461
|
|
|
|
|
|
|
'Beng' => 'بنګله', |
462
|
|
|
|
|
|
|
'Bopo' => 'بوپوموفو', |
463
|
|
|
|
|
|
|
'Brai' => 'بریلي', |
464
|
|
|
|
|
|
|
'Cyrl' => 'سیریلیک', |
465
|
|
|
|
|
|
|
'Deva' => 'دیواناګري', |
466
|
|
|
|
|
|
|
'Ethi' => 'ایتوپي', |
467
|
|
|
|
|
|
|
'Geor' => 'ګرجستاني', |
468
|
|
|
|
|
|
|
'Grek' => 'یوناني', |
469
|
|
|
|
|
|
|
'Gujr' => 'ګجراتي', |
470
|
|
|
|
|
|
|
'Guru' => 'ګرومي', |
471
|
|
|
|
|
|
|
'Hanb' => 'هن او بوپوفومو', |
472
|
|
|
|
|
|
|
'Hang' => 'هنګولي', |
473
|
|
|
|
|
|
|
'Hani' => 'هن', |
474
|
|
|
|
|
|
|
'Hans' => 'ساده شوی', |
475
|
|
|
|
|
|
|
'Hans@alt=stand-alone' => 'ساده هان', |
476
|
|
|
|
|
|
|
'Hant' => 'دودیزه', |
477
|
|
|
|
|
|
|
'Hant@alt=stand-alone' => 'دودیز هان', |
478
|
|
|
|
|
|
|
'Hebr' => 'عبراني', |
479
|
|
|
|
|
|
|
'Hira' => 'هیراګانا', |
480
|
|
|
|
|
|
|
'Hrkt' => 'د جاپاني سیلابري', |
481
|
|
|
|
|
|
|
'Jamo' => 'جامو', |
482
|
|
|
|
|
|
|
'Jpan' => 'جاپاني', |
483
|
|
|
|
|
|
|
'Kana' => 'کاتاکانا', |
484
|
|
|
|
|
|
|
'Khmr' => 'خمر', |
485
|
|
|
|
|
|
|
'Knda' => 'کناډا', |
486
|
|
|
|
|
|
|
'Kore' => 'کوریایی', |
487
|
|
|
|
|
|
|
'Laoo' => 'لاوو', |
488
|
|
|
|
|
|
|
'Latn' => 'لاتين/لاتيني', |
489
|
|
|
|
|
|
|
'Mlym' => 'مالایالم', |
490
|
|
|
|
|
|
|
'Mong' => 'منګولیایي', |
491
|
|
|
|
|
|
|
'Mymr' => 'میانمار', |
492
|
|
|
|
|
|
|
'Orya' => 'اویا', |
493
|
|
|
|
|
|
|
'Sinh' => 'سنهالا', |
494
|
|
|
|
|
|
|
'Taml' => 'تامیل', |
495
|
|
|
|
|
|
|
'Telu' => 'تیلیګو', |
496
|
|
|
|
|
|
|
'Thaa' => 'تهانا', |
497
|
|
|
|
|
|
|
'Thai' => 'تایلنډي', |
498
|
|
|
|
|
|
|
'Tibt' => 'تبتي', |
499
|
|
|
|
|
|
|
'Zmth' => 'د ریاضیاتو نوټیشن', |
500
|
|
|
|
|
|
|
'Zsye' => 'ایموجي', |
501
|
|
|
|
|
|
|
'Zsym' => 'سمبولونه', |
502
|
|
|
|
|
|
|
'Zxxx' => 'ناليکلی', |
503
|
|
|
|
|
|
|
'Zyyy' => 'عام', |
504
|
|
|
|
|
|
|
'Zzzz' => 'نامعلومه سکرېپټ', |
505
|
|
|
|
|
|
|
|
506
|
|
|
|
|
|
|
); |
507
|
|
|
|
|
|
|
if ( @_ ) { |
508
|
|
|
|
|
|
|
return $scripts{$_[0]}; |
509
|
|
|
|
|
|
|
} |
510
|
|
|
|
|
|
|
return \%scripts; |
511
|
|
|
|
|
|
|
} |
512
|
|
|
|
|
|
|
} |
513
|
|
|
|
|
|
|
); |
514
|
|
|
|
|
|
|
|
515
|
|
|
|
|
|
|
has 'display_name_region' => ( |
516
|
|
|
|
|
|
|
is => 'ro', |
517
|
|
|
|
|
|
|
isa => HashRef[Str], |
518
|
|
|
|
|
|
|
init_arg => undef, |
519
|
|
|
|
|
|
|
default => sub { |
520
|
|
|
|
|
|
|
{ |
521
|
|
|
|
|
|
|
'001' => 'نړۍ', |
522
|
|
|
|
|
|
|
'002' => 'افريقا', |
523
|
|
|
|
|
|
|
'003' => 'شمالی امریکا', |
524
|
|
|
|
|
|
|
'005' => 'سويلي امريکا', |
525
|
|
|
|
|
|
|
'009' => 'سمندريه', |
526
|
|
|
|
|
|
|
'011' => 'لویدیځ افریقا', |
527
|
|
|
|
|
|
|
'013' => 'منخنۍ امريکا', |
528
|
|
|
|
|
|
|
'014' => 'ختیځ افریقا', |
529
|
|
|
|
|
|
|
'015' => 'شمالي افریقا', |
530
|
|
|
|
|
|
|
'017' => 'منځنۍ افریقا', |
531
|
|
|
|
|
|
|
'018' => 'سويلي افريقا', |
532
|
|
|
|
|
|
|
'019' => 'امريکې', |
533
|
|
|
|
|
|
|
'021' => 'شمالي امریکا', |
534
|
|
|
|
|
|
|
'029' => 'کیریبین', |
535
|
|
|
|
|
|
|
'030' => 'ختیځ آسیا', |
536
|
|
|
|
|
|
|
'034' => 'سويلي آسيا', |
537
|
|
|
|
|
|
|
'035' => 'سويلي ختيځ آسيا', |
538
|
|
|
|
|
|
|
'039' => 'سويلي اروپا', |
539
|
|
|
|
|
|
|
'053' => 'آسترالیا', |
540
|
|
|
|
|
|
|
'054' => 'ملانشیا', |
541
|
|
|
|
|
|
|
'057' => 'د مایکرونیسینین سیمه', |
542
|
|
|
|
|
|
|
'061' => 'پولنيسيا', |
543
|
|
|
|
|
|
|
'142' => 'آسيا', |
544
|
|
|
|
|
|
|
'143' => 'منځنۍ آسيا', |
545
|
|
|
|
|
|
|
'145' => 'لویدیځ آسیا', |
546
|
|
|
|
|
|
|
'150' => 'اروپا', |
547
|
|
|
|
|
|
|
'151' => 'ختيځه اروپا', |
548
|
|
|
|
|
|
|
'154' => 'شمالي اروپا', |
549
|
|
|
|
|
|
|
'155' => 'لویدیځه اروپا', |
550
|
|
|
|
|
|
|
'202' => 'سب سهارن افريقا', |
551
|
|
|
|
|
|
|
'419' => 'لاتیني امریکا', |
552
|
|
|
|
|
|
|
'AC' => 'اسينشان ټاپو', |
553
|
|
|
|
|
|
|
'AD' => 'اندورا', |
554
|
|
|
|
|
|
|
'AE' => 'متحده عرب امارات', |
555
|
|
|
|
|
|
|
'AF' => 'افغانستان', |
556
|
|
|
|
|
|
|
'AG' => 'انټيګوا او باربودا', |
557
|
|
|
|
|
|
|
'AI' => 'انګیلا', |
558
|
|
|
|
|
|
|
'AL' => 'البانیه', |
559
|
|
|
|
|
|
|
'AM' => 'ارمنستان', |
560
|
|
|
|
|
|
|
'AO' => 'انګولا', |
561
|
|
|
|
|
|
|
'AQ' => 'انتارکتیکا', |
562
|
|
|
|
|
|
|
'AR' => 'ارجنټاين', |
563
|
|
|
|
|
|
|
'AS' => 'امریکایی سمو', |
564
|
|
|
|
|
|
|
'AT' => 'اتریش', |
565
|
|
|
|
|
|
|
'AU' => 'آسټرالیا', |
566
|
|
|
|
|
|
|
'AW' => 'آروبا', |
567
|
|
|
|
|
|
|
'AX' => 'الاند ټاپوان', |
568
|
|
|
|
|
|
|
'AZ' => 'اذربايجان', |
569
|
|
|
|
|
|
|
'BA' => 'بوسنيا او هېرزګوينا', |
570
|
|
|
|
|
|
|
'BB' => 'باربادوس', |
571
|
|
|
|
|
|
|
'BD' => 'بنگله دېش', |
572
|
|
|
|
|
|
|
'BE' => 'بیلجیم', |
573
|
|
|
|
|
|
|
'BF' => 'بورکینا فاسو', |
574
|
|
|
|
|
|
|
'BG' => 'بلغاریه', |
575
|
|
|
|
|
|
|
'BH' => 'بحرين', |
576
|
|
|
|
|
|
|
'BI' => 'بروندي', |
577
|
|
|
|
|
|
|
'BJ' => 'بینن', |
578
|
|
|
|
|
|
|
'BL' => 'سينټ بارتيلمي', |
579
|
|
|
|
|
|
|
'BM' => 'برمودا', |
580
|
|
|
|
|
|
|
'BN' => 'برونائي', |
581
|
|
|
|
|
|
|
'BO' => 'بولیویا', |
582
|
|
|
|
|
|
|
'BQ' => 'کیریبین هالینډ', |
583
|
|
|
|
|
|
|
'BR' => 'برازیل', |
584
|
|
|
|
|
|
|
'BS' => 'باهماس', |
585
|
|
|
|
|
|
|
'BT' => 'بهوټان', |
586
|
|
|
|
|
|
|
'BV' => 'بوویټ ټاپو', |
587
|
|
|
|
|
|
|
'BW' => 'بوتسوانه', |
588
|
|
|
|
|
|
|
'BY' => 'بیلاروس', |
589
|
|
|
|
|
|
|
'BZ' => 'بلیز', |
590
|
|
|
|
|
|
|
'CA' => 'کاناډا', |
591
|
|
|
|
|
|
|
'CC' => 'کوکوز (کيلنګ) ټاپوګان', |
592
|
|
|
|
|
|
|
'CD' => 'کانګو - کینشاسا', |
593
|
|
|
|
|
|
|
'CD@alt=variant' => 'کانګو (DRC)', |
594
|
|
|
|
|
|
|
'CF' => 'وسطي افريقا جمهور', |
595
|
|
|
|
|
|
|
'CG' => 'کانګو - بروزوییل', |
596
|
|
|
|
|
|
|
'CG@alt=variant' => 'کانګو (جمهوریه)', |
597
|
|
|
|
|
|
|
'CH' => 'سویس', |
598
|
|
|
|
|
|
|
'CI' => 'د عاج ساحل', |
599
|
|
|
|
|
|
|
'CI@alt=variant' => 'ایوري ساحل', |
600
|
|
|
|
|
|
|
'CK' => 'کوک ټاپوګان', |
601
|
|
|
|
|
|
|
'CL' => 'چیلي', |
602
|
|
|
|
|
|
|
'CM' => 'کامرون', |
603
|
|
|
|
|
|
|
'CN' => 'چین', |
604
|
|
|
|
|
|
|
'CO' => 'کولمبیا', |
605
|
|
|
|
|
|
|
'CP' => 'د کلپرټون ټاپو', |
606
|
|
|
|
|
|
|
'CR' => 'کوستاریکا', |
607
|
|
|
|
|
|
|
'CU' => 'کیوبا', |
608
|
|
|
|
|
|
|
'CV' => 'کیپ ورد', |
609
|
|
|
|
|
|
|
'CW' => 'کوراکاو', |
610
|
|
|
|
|
|
|
'CX' => 'د کريسمس ټاپو', |
611
|
|
|
|
|
|
|
'CY' => 'قبرس', |
612
|
|
|
|
|
|
|
'CZ' => 'چکیا', |
613
|
|
|
|
|
|
|
'CZ@alt=variant' => 'جمهوريه چيک', |
614
|
|
|
|
|
|
|
'DE' => 'المان', |
615
|
|
|
|
|
|
|
'DG' => 'ډایګو ګارسیا', |
616
|
|
|
|
|
|
|
'DJ' => 'جبوتي', |
617
|
|
|
|
|
|
|
'DK' => 'ډنمارک', |
618
|
|
|
|
|
|
|
'DM' => 'دومینیکا', |
619
|
|
|
|
|
|
|
'DO' => 'جمهوريه ډومينيکن', |
620
|
|
|
|
|
|
|
'DZ' => 'الجزایر', |
621
|
|
|
|
|
|
|
'EA' => 'سيوتا او ماليلا', |
622
|
|
|
|
|
|
|
'EC' => 'اکوادور', |
623
|
|
|
|
|
|
|
'EE' => 'استونیا', |
624
|
|
|
|
|
|
|
'EG' => 'مصر', |
625
|
|
|
|
|
|
|
'EH' => 'لويديځ صحارا', |
626
|
|
|
|
|
|
|
'ER' => 'اریتره', |
627
|
|
|
|
|
|
|
'ES' => 'هسپانیه', |
628
|
|
|
|
|
|
|
'ET' => 'حبشه', |
629
|
|
|
|
|
|
|
'EU' => 'اروپايي اتحاديه', |
630
|
|
|
|
|
|
|
'EZ' => 'اروپايي سيمه', |
631
|
|
|
|
|
|
|
'FI' => 'فنلینډ', |
632
|
|
|
|
|
|
|
'FJ' => 'فجي', |
633
|
|
|
|
|
|
|
'FK' => 'فاکلينډ ټاپوګان', |
634
|
|
|
|
|
|
|
'FK@alt=variant' => 'فاکلينډ ټاپوګان (آيزلز مالويناس)', |
635
|
|
|
|
|
|
|
'FM' => 'میکرونیزیا', |
636
|
|
|
|
|
|
|
'FO' => 'فارو ټاپو', |
637
|
|
|
|
|
|
|
'FR' => 'فرانسه', |
638
|
|
|
|
|
|
|
'GA' => 'ګابن', |
639
|
|
|
|
|
|
|
'GB' => 'برتانیه', |
640
|
|
|
|
|
|
|
'GB@alt=short' => 'انګلستان', |
641
|
|
|
|
|
|
|
'GD' => 'ګرنادا', |
642
|
|
|
|
|
|
|
'GE' => 'گورجستان', |
643
|
|
|
|
|
|
|
'GF' => 'فرانسوي ګانا', |
644
|
|
|
|
|
|
|
'GG' => 'ګرنسي', |
645
|
|
|
|
|
|
|
'GH' => 'ګانا', |
646
|
|
|
|
|
|
|
'GI' => 'جبل الطارق', |
647
|
|
|
|
|
|
|
'GL' => 'ګرینلینډ', |
648
|
|
|
|
|
|
|
'GM' => 'ګامبیا', |
649
|
|
|
|
|
|
|
'GN' => 'ګینه', |
650
|
|
|
|
|
|
|
'GP' => 'ګالډیپ', |
651
|
|
|
|
|
|
|
'GQ' => 'استوایی ګینه', |
652
|
|
|
|
|
|
|
'GR' => 'یونان', |
653
|
|
|
|
|
|
|
'GS' => 'سويلي جارجيا او سويلي سېنډوچ ټاپوګان', |
654
|
|
|
|
|
|
|
'GT' => 'ګواتیمالا', |
655
|
|
|
|
|
|
|
'GU' => 'ګوام', |
656
|
|
|
|
|
|
|
'GW' => 'ګینه بیسو', |
657
|
|
|
|
|
|
|
'GY' => 'ګیانا', |
658
|
|
|
|
|
|
|
'HK' => 'هانګ کانګ SAR چین', |
659
|
|
|
|
|
|
|
'HK@alt=short' => 'هانګ کانګ', |
660
|
|
|
|
|
|
|
'HM' => 'هارډ او ميکډانلډ ټاپوګان', |
661
|
|
|
|
|
|
|
'HN' => 'هانډوراس', |
662
|
|
|
|
|
|
|
'HR' => 'کرواشيا', |
663
|
|
|
|
|
|
|
'HT' => 'هایټي', |
664
|
|
|
|
|
|
|
'HU' => 'مجارستان', |
665
|
|
|
|
|
|
|
'IC' => 'د کناري ټاپوګان', |
666
|
|
|
|
|
|
|
'ID' => 'اندونیزیا', |
667
|
|
|
|
|
|
|
'IE' => 'ایرلینډ', |
668
|
|
|
|
|
|
|
'IL' => 'اسراييل', |
669
|
|
|
|
|
|
|
'IM' => 'د آئل آف مین', |
670
|
|
|
|
|
|
|
'IN' => 'هند', |
671
|
|
|
|
|
|
|
'IO' => 'د بريتانوي هند سمندري سيمه', |
672
|
|
|
|
|
|
|
'IQ' => 'عراق', |
673
|
|
|
|
|
|
|
'IR' => 'ايران', |
674
|
|
|
|
|
|
|
'IS' => 'آیسلینډ', |
675
|
|
|
|
|
|
|
'IT' => 'ایټالیه', |
676
|
|
|
|
|
|
|
'JE' => 'جرسی', |
677
|
|
|
|
|
|
|
'JM' => 'جمیکا', |
678
|
|
|
|
|
|
|
'JO' => 'اردن', |
679
|
|
|
|
|
|
|
'JP' => 'جاپان', |
680
|
|
|
|
|
|
|
'KE' => 'کینیا', |
681
|
|
|
|
|
|
|
'KG' => 'قرغزستان', |
682
|
|
|
|
|
|
|
'KH' => 'کمبودیا', |
683
|
|
|
|
|
|
|
'KI' => 'کیري باتي', |
684
|
|
|
|
|
|
|
'KM' => 'کوموروس', |
685
|
|
|
|
|
|
|
'KN' => 'سینټ کټس او نیویس', |
686
|
|
|
|
|
|
|
'KP' => 'شمالی کوریا', |
687
|
|
|
|
|
|
|
'KR' => 'سویلي کوریا', |
688
|
|
|
|
|
|
|
'KW' => 'کویټ', |
689
|
|
|
|
|
|
|
'KY' => 'کیمان ټاپوګان', |
690
|
|
|
|
|
|
|
'KZ' => 'قزاقستان', |
691
|
|
|
|
|
|
|
'LA' => 'لاوس', |
692
|
|
|
|
|
|
|
'LB' => 'لبنان', |
693
|
|
|
|
|
|
|
'LC' => 'سینټ لوسیا', |
694
|
|
|
|
|
|
|
'LI' => 'لیختن اشتاین', |
695
|
|
|
|
|
|
|
'LK' => 'سريلنکا', |
696
|
|
|
|
|
|
|
'LR' => 'لایبریا', |
697
|
|
|
|
|
|
|
'LS' => 'لسوتو', |
698
|
|
|
|
|
|
|
'LT' => 'لیتوانیا', |
699
|
|
|
|
|
|
|
'LU' => 'لوګزامبورګ', |
700
|
|
|
|
|
|
|
'LV' => 'ليتهويا', |
701
|
|
|
|
|
|
|
'LY' => 'لیبیا', |
702
|
|
|
|
|
|
|
'MA' => 'مراکش', |
703
|
|
|
|
|
|
|
'MC' => 'موناکو', |
704
|
|
|
|
|
|
|
'MD' => 'مولدوا', |
705
|
|
|
|
|
|
|
'ME' => 'مونټینیګرو', |
706
|
|
|
|
|
|
|
'MF' => 'سینټ مارټن', |
707
|
|
|
|
|
|
|
'MG' => 'مدګاسکار', |
708
|
|
|
|
|
|
|
'MH' => 'مارشل ټاپوګان', |
709
|
|
|
|
|
|
|
'MK' => 'مقدونیه', |
710
|
|
|
|
|
|
|
'MK@alt=variant' => 'مقدونیه (FYROM)', |
711
|
|
|
|
|
|
|
'ML' => 'مالي', |
712
|
|
|
|
|
|
|
'MM' => 'ميانمار (برما)', |
713
|
|
|
|
|
|
|
'MN' => 'مغولستان', |
714
|
|
|
|
|
|
|
'MO' => 'مکا سار چین', |
715
|
|
|
|
|
|
|
'MO@alt=short' => 'مکاو', |
716
|
|
|
|
|
|
|
'MP' => 'شمالي ماريانا ټاپوګان', |
717
|
|
|
|
|
|
|
'MQ' => 'مارټینیک', |
718
|
|
|
|
|
|
|
'MR' => 'موریتانیا', |
719
|
|
|
|
|
|
|
'MS' => 'مانټیسیرت', |
720
|
|
|
|
|
|
|
'MT' => 'مالتا', |
721
|
|
|
|
|
|
|
'MU' => 'موریشیس', |
722
|
|
|
|
|
|
|
'MV' => 'مالديپ', |
723
|
|
|
|
|
|
|
'MW' => 'مالاوي', |
724
|
|
|
|
|
|
|
'MX' => 'میکسیکو', |
725
|
|
|
|
|
|
|
'MY' => 'مالیزیا', |
726
|
|
|
|
|
|
|
'MZ' => 'موزمبيق', |
727
|
|
|
|
|
|
|
'NA' => 'نیمبیا', |
728
|
|
|
|
|
|
|
'NC' => 'نوی کالیډونیا', |
729
|
|
|
|
|
|
|
'NE' => 'نیجر', |
730
|
|
|
|
|
|
|
'NF' => 'نارفولک ټاپوګان', |
731
|
|
|
|
|
|
|
'NG' => 'نایجیریا', |
732
|
|
|
|
|
|
|
'NI' => 'نکاراګوا', |
733
|
|
|
|
|
|
|
'NL' => 'هالېنډ', |
734
|
|
|
|
|
|
|
'NO' => 'ناروۍ', |
735
|
|
|
|
|
|
|
'NP' => 'نیپال', |
736
|
|
|
|
|
|
|
'NR' => 'نایرو', |
737
|
|
|
|
|
|
|
'NU' => 'نیوو', |
738
|
|
|
|
|
|
|
'NZ' => 'نیوزیلنډ', |
739
|
|
|
|
|
|
|
'OM' => 'عمان', |
740
|
|
|
|
|
|
|
'PA' => 'پاناما', |
741
|
|
|
|
|
|
|
'PE' => 'پیرو', |
742
|
|
|
|
|
|
|
'PF' => 'فرانسوي پولينيسيا', |
743
|
|
|
|
|
|
|
'PG' => 'پاپوا نيو ګيني', |
744
|
|
|
|
|
|
|
'PH' => 'فلپين', |
745
|
|
|
|
|
|
|
'PK' => 'پاکستان', |
746
|
|
|
|
|
|
|
'PL' => 'پولنډ', |
747
|
|
|
|
|
|
|
'PM' => 'سینټ پییر او میکولون', |
748
|
|
|
|
|
|
|
'PN' => 'پيټکيرن ټاپوګان', |
749
|
|
|
|
|
|
|
'PR' => 'پورتو ریکو', |
750
|
|
|
|
|
|
|
'PS' => 'فلسطين سيمې', |
751
|
|
|
|
|
|
|
'PS@alt=short' => 'فلسطين', |
752
|
|
|
|
|
|
|
'PT' => 'پورتګال', |
753
|
|
|
|
|
|
|
'PW' => 'پلاؤ', |
754
|
|
|
|
|
|
|
'PY' => 'پاراګوی', |
755
|
|
|
|
|
|
|
'QA' => 'قطر', |
756
|
|
|
|
|
|
|
'QO' => 'بهرنۍ اوسيانه', |
757
|
|
|
|
|
|
|
'RE' => 'ریونین', |
758
|
|
|
|
|
|
|
'RO' => 'رومانیا', |
759
|
|
|
|
|
|
|
'RS' => 'سربيا', |
760
|
|
|
|
|
|
|
'RU' => 'روسیه', |
761
|
|
|
|
|
|
|
'RW' => 'روندا', |
762
|
|
|
|
|
|
|
'SA' => 'سعودي عربستان', |
763
|
|
|
|
|
|
|
'SB' => 'سليمان ټاپوګان', |
764
|
|
|
|
|
|
|
'SC' => 'سیچیلیس', |
765
|
|
|
|
|
|
|
'SD' => 'سوډان', |
766
|
|
|
|
|
|
|
'SE' => 'سویډن', |
767
|
|
|
|
|
|
|
'SG' => 'سينگاپور', |
768
|
|
|
|
|
|
|
'SH' => 'سینټ هیلینا', |
769
|
|
|
|
|
|
|
'SI' => 'سلوانیا', |
770
|
|
|
|
|
|
|
'SJ' => 'سوالبارد او جان ميين', |
771
|
|
|
|
|
|
|
'SK' => 'سلواکیا', |
772
|
|
|
|
|
|
|
'SL' => 'سییرا لیون', |
773
|
|
|
|
|
|
|
'SM' => 'سان مارینو', |
774
|
|
|
|
|
|
|
'SN' => 'سينيګال', |
775
|
|
|
|
|
|
|
'SO' => 'سومالیا', |
776
|
|
|
|
|
|
|
'SR' => 'سورینام', |
777
|
|
|
|
|
|
|
'SS' => 'سويلي سوډان', |
778
|
|
|
|
|
|
|
'ST' => 'ساو ټیم او پرنسیپ', |
779
|
|
|
|
|
|
|
'SV' => 'سالوېډور', |
780
|
|
|
|
|
|
|
'SX' => 'سینټ مارټین', |
781
|
|
|
|
|
|
|
'SY' => 'سوریه', |
782
|
|
|
|
|
|
|
'SZ' => 'سوازیلینډ', |
783
|
|
|
|
|
|
|
'TA' => 'تریستان دا کنها', |
784
|
|
|
|
|
|
|
'TC' => 'د ترکیې او کیکاسو ټاپو', |
785
|
|
|
|
|
|
|
'TD' => 'چاډ', |
786
|
|
|
|
|
|
|
'TF' => 'د فرانسې جنوبي سیمې', |
787
|
|
|
|
|
|
|
'TG' => 'ټوګو', |
788
|
|
|
|
|
|
|
'TH' => 'تهايلنډ', |
789
|
|
|
|
|
|
|
'TJ' => 'تاجکستان', |
790
|
|
|
|
|
|
|
'TK' => 'توکیلو', |
791
|
|
|
|
|
|
|
'TL' => 'تيمور-ليسټ', |
792
|
|
|
|
|
|
|
'TL@alt=variant' => 'ختيځ تيمور', |
793
|
|
|
|
|
|
|
'TM' => 'تورکمنستان', |
794
|
|
|
|
|
|
|
'TN' => 'تونس', |
795
|
|
|
|
|
|
|
'TO' => 'تونګا', |
796
|
|
|
|
|
|
|
'TR' => 'ترکي', |
797
|
|
|
|
|
|
|
'TT' => 'ټرينيډاډ او ټوباګو', |
798
|
|
|
|
|
|
|
'TV' => 'توالیو', |
799
|
|
|
|
|
|
|
'TW' => 'تائيوان', |
800
|
|
|
|
|
|
|
'TZ' => 'تنزانیا', |
801
|
|
|
|
|
|
|
'UA' => 'اوکراین', |
802
|
|
|
|
|
|
|
'UG' => 'یوګانډا', |
803
|
|
|
|
|
|
|
'UM' => 'د متحده ایالاتو ټاپوګان', |
804
|
|
|
|
|
|
|
'UN' => 'ملگري ملتونه', |
805
|
|
|
|
|
|
|
'US' => 'متحده آيالات', |
806
|
|
|
|
|
|
|
'US@alt=short' => 'متحده آيالات', |
807
|
|
|
|
|
|
|
'UY' => 'یوروګوی', |
808
|
|
|
|
|
|
|
'UZ' => 'اوزبکستان', |
809
|
|
|
|
|
|
|
'VA' => 'واتیکان ښار', |
810
|
|
|
|
|
|
|
'VC' => 'سینټ ویسنټینټ او ګرینډینز', |
811
|
|
|
|
|
|
|
'VE' => 'وینزویلا', |
812
|
|
|
|
|
|
|
'VG' => 'بریتانوی ویګور ټاپوګان', |
813
|
|
|
|
|
|
|
'VI' => 'د متحده آيالاتو ورجن ټاپوګان', |
814
|
|
|
|
|
|
|
'VN' => 'وېتنام', |
815
|
|
|
|
|
|
|
'VU' => 'واناتو', |
816
|
|
|
|
|
|
|
'WF' => 'والیس او فوتونا', |
817
|
|
|
|
|
|
|
'WS' => 'ساموا', |
818
|
|
|
|
|
|
|
'XK' => 'کوسوو', |
819
|
|
|
|
|
|
|
'YE' => 'یمن', |
820
|
|
|
|
|
|
|
'YT' => 'مايوټ', |
821
|
|
|
|
|
|
|
'ZA' => 'سویلي افریقا', |
822
|
|
|
|
|
|
|
'ZM' => 'زیمبیا', |
823
|
|
|
|
|
|
|
'ZW' => 'زیمبابوی', |
824
|
|
|
|
|
|
|
'ZZ' => 'نامعلومه سيمه', |
825
|
|
|
|
|
|
|
|
826
|
|
|
|
|
|
|
} |
827
|
|
|
|
|
|
|
}, |
828
|
|
|
|
|
|
|
); |
829
|
|
|
|
|
|
|
|
830
|
|
|
|
|
|
|
has 'display_name_key' => ( |
831
|
|
|
|
|
|
|
is => 'ro', |
832
|
|
|
|
|
|
|
isa => HashRef[Str], |
833
|
|
|
|
|
|
|
init_arg => undef, |
834
|
|
|
|
|
|
|
default => sub { |
835
|
|
|
|
|
|
|
{ |
836
|
|
|
|
|
|
|
'calendar' => 'جنتري', |
837
|
|
|
|
|
|
|
'cf' => 'اسعارو بڼه', |
838
|
|
|
|
|
|
|
'collation' => 'ترتيب', |
839
|
|
|
|
|
|
|
'currency' => 'اسعارو', |
840
|
|
|
|
|
|
|
'hc' => 'hc', |
841
|
|
|
|
|
|
|
'lb' => 'lb', |
842
|
|
|
|
|
|
|
'ms' => 'ms', |
843
|
|
|
|
|
|
|
'numbers' => 'numbers', |
844
|
|
|
|
|
|
|
|
845
|
|
|
|
|
|
|
} |
846
|
|
|
|
|
|
|
}, |
847
|
|
|
|
|
|
|
); |
848
|
|
|
|
|
|
|
|
849
|
|
|
|
|
|
|
has 'display_name_type' => ( |
850
|
|
|
|
|
|
|
is => 'ro', |
851
|
|
|
|
|
|
|
isa => HashRef[HashRef[Str]], |
852
|
|
|
|
|
|
|
init_arg => undef, |
853
|
|
|
|
|
|
|
default => sub { |
854
|
|
|
|
|
|
|
{ |
855
|
|
|
|
|
|
|
'calendar' => { |
856
|
|
|
|
|
|
|
'buddhist' => q{بودايي جنتري}, |
857
|
|
|
|
|
|
|
'chinese' => q{د چين جنتري}, |
858
|
|
|
|
|
|
|
'dangi' => q{ډانګي جنتري}, |
859
|
|
|
|
|
|
|
'ethiopic' => q{ایتوپيک جنتري}, |
860
|
|
|
|
|
|
|
'gregorian' => q{ګريګورين جنتري}, |
861
|
|
|
|
|
|
|
'hebrew' => q{جورجویان جنتري}, |
862
|
|
|
|
|
|
|
'islamic' => q{اسلامي جنتري}, |
863
|
|
|
|
|
|
|
'islamic-civil' => q{د اسلامي جنتري (جدولي، د مدني عصر)}, |
864
|
|
|
|
|
|
|
'islamic-tbla' => q{اسلامي جنتري (جدولي، ستورپوهنيز عصر)}, |
865
|
|
|
|
|
|
|
'iso8601' => q{ISO-8601 جنتري}, |
866
|
|
|
|
|
|
|
'japanese' => q{د جاپاني جنتري}, |
867
|
|
|
|
|
|
|
'persian' => q{د فارسي جنتري}, |
868
|
|
|
|
|
|
|
'roc' => q{منگوو جنتري}, |
869
|
|
|
|
|
|
|
}, |
870
|
|
|
|
|
|
|
'cf' => { |
871
|
|
|
|
|
|
|
'account' => q{محاسبه اسعارو بڼه}, |
872
|
|
|
|
|
|
|
'standard' => q{معياري اسعارو بڼه}, |
873
|
|
|
|
|
|
|
}, |
874
|
|
|
|
|
|
|
'collation' => { |
875
|
|
|
|
|
|
|
'ducet' => q{ڊفالٽ یونیکوډ ترتیب}, |
876
|
|
|
|
|
|
|
'search' => q{عمومي موخو د لټون}, |
877
|
|
|
|
|
|
|
'standard' => q{معياري د لټې ترتيب}, |
878
|
|
|
|
|
|
|
}, |
879
|
|
|
|
|
|
|
'hc' => { |
880
|
|
|
|
|
|
|
'h11' => q{h11}, |
881
|
|
|
|
|
|
|
'h12' => q{h12}, |
882
|
|
|
|
|
|
|
'h23' => q{h23}, |
883
|
|
|
|
|
|
|
'h24' => q{h24}, |
884
|
|
|
|
|
|
|
}, |
885
|
|
|
|
|
|
|
'lb' => { |
886
|
|
|
|
|
|
|
'loose' => q{loose}, |
887
|
|
|
|
|
|
|
'normal' => q{normal}, |
888
|
|
|
|
|
|
|
'strict' => q{strict}, |
889
|
|
|
|
|
|
|
}, |
890
|
|
|
|
|
|
|
'ms' => { |
891
|
|
|
|
|
|
|
'metric' => q{metric}, |
892
|
|
|
|
|
|
|
'uksystem' => q{uksystem}, |
893
|
|
|
|
|
|
|
'ussystem' => q{ussystem}, |
894
|
|
|
|
|
|
|
}, |
895
|
|
|
|
|
|
|
'numbers' => { |
896
|
|
|
|
|
|
|
'arab' => q{عربي - انډیک عددونه}, |
897
|
|
|
|
|
|
|
'arabext' => q{غځېدلې عربي ۔ اينډيک عدد}, |
898
|
|
|
|
|
|
|
'armn' => q{armn}, |
899
|
|
|
|
|
|
|
'armnlow' => q{armnlow}, |
900
|
|
|
|
|
|
|
'beng' => q{beng}, |
901
|
|
|
|
|
|
|
'deva' => q{deva}, |
902
|
|
|
|
|
|
|
'ethi' => q{ethi}, |
903
|
|
|
|
|
|
|
'fullwide' => q{fullwide}, |
904
|
|
|
|
|
|
|
'geor' => q{geor}, |
905
|
|
|
|
|
|
|
'grek' => q{grek}, |
906
|
|
|
|
|
|
|
'greklow' => q{greklow}, |
907
|
|
|
|
|
|
|
'gujr' => q{gujr}, |
908
|
|
|
|
|
|
|
'guru' => q{guru}, |
909
|
|
|
|
|
|
|
'hanidec' => q{hanidec}, |
910
|
|
|
|
|
|
|
'hans' => q{hans}, |
911
|
|
|
|
|
|
|
'hansfin' => q{hansfin}, |
912
|
|
|
|
|
|
|
'hant' => q{hant}, |
913
|
|
|
|
|
|
|
'hantfin' => q{hantfin}, |
914
|
|
|
|
|
|
|
'hebr' => q{hebr}, |
915
|
|
|
|
|
|
|
'jpan' => q{jpan}, |
916
|
|
|
|
|
|
|
'jpanfin' => q{jpanfin}, |
917
|
|
|
|
|
|
|
'khmr' => q{khmr}, |
918
|
|
|
|
|
|
|
'knda' => q{knda}, |
919
|
|
|
|
|
|
|
'laoo' => q{laoo}, |
920
|
|
|
|
|
|
|
'latn' => q{لويديځ عددونه}, |
921
|
|
|
|
|
|
|
'mlym' => q{mlym}, |
922
|
|
|
|
|
|
|
'mymr' => q{mymr}, |
923
|
|
|
|
|
|
|
'orya' => q{orya}, |
924
|
|
|
|
|
|
|
'roman' => q{roman}, |
925
|
|
|
|
|
|
|
'romanlow' => q{romanlow}, |
926
|
|
|
|
|
|
|
'taml' => q{taml}, |
927
|
|
|
|
|
|
|
'tamldec' => q{tamldec}, |
928
|
|
|
|
|
|
|
'telu' => q{telu}, |
929
|
|
|
|
|
|
|
'thai' => q{thai}, |
930
|
|
|
|
|
|
|
'tibt' => q{tibt}, |
931
|
|
|
|
|
|
|
}, |
932
|
|
|
|
|
|
|
|
933
|
|
|
|
|
|
|
} |
934
|
|
|
|
|
|
|
}, |
935
|
|
|
|
|
|
|
); |
936
|
|
|
|
|
|
|
|
937
|
|
|
|
|
|
|
has 'display_name_measurement_system' => ( |
938
|
|
|
|
|
|
|
is => 'ro', |
939
|
|
|
|
|
|
|
isa => HashRef[Str], |
940
|
|
|
|
|
|
|
init_arg => undef, |
941
|
|
|
|
|
|
|
default => sub { |
942
|
|
|
|
|
|
|
{ |
943
|
|
|
|
|
|
|
'metric' => q{مېټرک}, |
944
|
|
|
|
|
|
|
'UK' => q{بريتاني}, |
945
|
|
|
|
|
|
|
'US' => q{امريکايي}, |
946
|
|
|
|
|
|
|
|
947
|
|
|
|
|
|
|
} |
948
|
|
|
|
|
|
|
}, |
949
|
|
|
|
|
|
|
); |
950
|
|
|
|
|
|
|
|
951
|
|
|
|
|
|
|
has 'display_name_code_patterns' => ( |
952
|
|
|
|
|
|
|
is => 'ro', |
953
|
|
|
|
|
|
|
isa => HashRef[Str], |
954
|
|
|
|
|
|
|
init_arg => undef, |
955
|
|
|
|
|
|
|
default => sub { |
956
|
|
|
|
|
|
|
{ |
957
|
|
|
|
|
|
|
'language' => 'ژبه: {0}', |
958
|
|
|
|
|
|
|
'script' => 'سکرېپټ: {0}', |
959
|
|
|
|
|
|
|
'region' => 'سيمه: {0}', |
960
|
|
|
|
|
|
|
|
961
|
|
|
|
|
|
|
} |
962
|
|
|
|
|
|
|
}, |
963
|
|
|
|
|
|
|
); |
964
|
|
|
|
|
|
|
|
965
|
|
|
|
|
|
|
has 'text_orientation' => ( |
966
|
|
|
|
|
|
|
is => 'ro', |
967
|
|
|
|
|
|
|
isa => HashRef[Str], |
968
|
|
|
|
|
|
|
init_arg => undef, |
969
|
|
|
|
|
|
|
default => sub { return { |
970
|
|
|
|
|
|
|
lines => '', |
971
|
|
|
|
|
|
|
characters => 'right-to-left', |
972
|
|
|
|
|
|
|
}} |
973
|
|
|
|
|
|
|
); |
974
|
|
|
|
|
|
|
|
975
|
|
|
|
|
|
|
has 'characters' => ( |
976
|
|
|
|
|
|
|
is => 'ro', |
977
|
|
|
|
|
|
|
isa => HashRef, |
978
|
|
|
|
|
|
|
init_arg => undef, |
979
|
|
|
|
|
|
|
default => $^V ge v5.18.0 |
980
|
|
|
|
|
|
|
? eval <<'EOT' |
981
|
|
|
|
|
|
|
sub { |
982
|
|
|
|
|
|
|
no warnings 'experimental::regex_sets'; |
983
|
|
|
|
|
|
|
return { |
984
|
|
|
|
|
|
|
auxiliary => qr{[ ]}, |
985
|
|
|
|
|
|
|
index => ['آ', 'ا', 'ء', 'ب', 'پ', 'ت', 'ټ', 'ث', 'ج', 'ځ', 'چ', 'څ', 'ح', 'خ', 'د', 'ډ', 'ذ', 'ر', 'ړ', 'ز', 'ژ', 'ږ', 'س', 'ش', 'ښ', 'ص', 'ض', 'ط', 'ظ', 'ع', 'غ', 'ف', 'ق', 'ک', 'ګ', 'ل', 'م', 'ن', 'ڼ', 'ه', 'و', 'ی'], |
986
|
|
|
|
|
|
|
main => qr{[َ ِ ُ ً ٍ ٌ ّ ْ ٔ ٰ آ ا أ ء ب پ ت ټ ث ج ځ چ څ ح خ د ډ ذ ر ړ ز ژ ږ س ش ښ ص ض ط ظ ع غ ف ق ک ګ گ ل م ن ڼ ه ة و ؤ ی ي ې ۍ ئ]}, |
987
|
|
|
|
|
|
|
numbers => qr{[ \- , ٫ ٬ . % ٪ ‰ ؉ + − 0۰ 1۱ 2۲ 3۳ 4۴ 5۵ 6۶ 7۷ 8۸ 9۹]}, |
988
|
|
|
|
|
|
|
punctuation => qr{[، ; \: ! ۔ ' ‘ ( ) \[ \] \{ \} /]}, |
989
|
|
|
|
|
|
|
}; |
990
|
|
|
|
|
|
|
}, |
991
|
|
|
|
|
|
|
EOT |
992
|
|
|
|
|
|
|
: sub { |
993
|
|
|
|
|
|
|
return { index => ['آ', 'ا', 'ء', 'ب', 'پ', 'ت', 'ټ', 'ث', 'ج', 'ځ', 'چ', 'څ', 'ح', 'خ', 'د', 'ډ', 'ذ', 'ر', 'ړ', 'ز', 'ژ', 'ږ', 'س', 'ش', 'ښ', 'ص', 'ض', 'ط', 'ظ', 'ع', 'غ', 'ف', 'ق', 'ک', 'ګ', 'ل', 'م', 'ن', 'ڼ', 'ه', 'و', 'ی'], }; |
994
|
|
|
|
|
|
|
}, |
995
|
|
|
|
|
|
|
); |
996
|
|
|
|
|
|
|
|
997
|
1
|
|
|
1
|
|
153
|
|
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
203
|
|
998
|
|
|
|
|
|
|
has 'ellipsis' => ( |
999
|
|
|
|
|
|
|
is => 'ro', |
1000
|
|
|
|
|
|
|
isa => HashRef, |
1001
|
|
|
|
|
|
|
init_arg => undef, |
1002
|
|
|
|
|
|
|
default => sub { |
1003
|
|
|
|
|
|
|
return { |
1004
|
|
|
|
|
|
|
'final' => '{0}…', |
1005
|
|
|
|
|
|
|
'initial' => '…{0}', |
1006
|
|
|
|
|
|
|
'medial' => '{0}…{1}', |
1007
|
|
|
|
|
|
|
'word-final' => '{0} …', |
1008
|
|
|
|
|
|
|
'word-initial' => '… {0}', |
1009
|
|
|
|
|
|
|
'word-medial' => '{0} … {1}', |
1010
|
|
|
|
|
|
|
}; |
1011
|
|
|
|
|
|
|
}, |
1012
|
|
|
|
|
|
|
); |
1013
|
|
|
|
|
|
|
|
1014
|
|
|
|
|
|
|
has 'more_information' => ( |
1015
|
|
|
|
|
|
|
is => 'ro', |
1016
|
|
|
|
|
|
|
isa => Str, |
1017
|
|
|
|
|
|
|
init_arg => undef, |
1018
|
|
|
|
|
|
|
default => qq{?}, |
1019
|
|
|
|
|
|
|
); |
1020
|
|
|
|
|
|
|
|
1021
|
|
|
|
|
|
|
has 'quote_start' => ( |
1022
|
|
|
|
|
|
|
is => 'ro', |
1023
|
|
|
|
|
|
|
isa => Str, |
1024
|
|
|
|
|
|
|
init_arg => undef, |
1025
|
|
|
|
|
|
|
default => qq{“}, |
1026
|
|
|
|
|
|
|
); |
1027
|
|
|
|
|
|
|
|
1028
|
|
|
|
|
|
|
has 'quote_end' => ( |
1029
|
|
|
|
|
|
|
is => 'ro', |
1030
|
|
|
|
|
|
|
isa => Str, |
1031
|
|
|
|
|
|
|
init_arg => undef, |
1032
|
|
|
|
|
|
|
default => qq{”}, |
1033
|
|
|
|
|
|
|
); |
1034
|
|
|
|
|
|
|
|
1035
|
|
|
|
|
|
|
has 'alternate_quote_start' => ( |
1036
|
|
|
|
|
|
|
is => 'ro', |
1037
|
|
|
|
|
|
|
isa => Str, |
1038
|
|
|
|
|
|
|
init_arg => undef, |
1039
|
|
|
|
|
|
|
default => qq{‘}, |
1040
|
|
|
|
|
|
|
); |
1041
|
|
|
|
|
|
|
|
1042
|
|
|
|
|
|
|
has 'alternate_quote_end' => ( |
1043
|
|
|
|
|
|
|
is => 'ro', |
1044
|
|
|
|
|
|
|
isa => Str, |
1045
|
|
|
|
|
|
|
init_arg => undef, |
1046
|
|
|
|
|
|
|
default => qq{’}, |
1047
|
|
|
|
|
|
|
); |
1048
|
|
|
|
|
|
|
|
1049
|
|
|
|
|
|
|
has 'duration_units' => ( |
1050
|
|
|
|
|
|
|
is => 'ro', |
1051
|
|
|
|
|
|
|
isa => HashRef[Str], |
1052
|
|
|
|
|
|
|
init_arg => undef, |
1053
|
|
|
|
|
|
|
default => sub { { |
1054
|
|
|
|
|
|
|
hm => 'h:mm', |
1055
|
|
|
|
|
|
|
hms => 'h:mm:ss', |
1056
|
|
|
|
|
|
|
ms => 'm:ss', |
1057
|
|
|
|
|
|
|
} } |
1058
|
|
|
|
|
|
|
); |
1059
|
|
|
|
|
|
|
|
1060
|
|
|
|
|
|
|
has 'units' => ( |
1061
|
|
|
|
|
|
|
is => 'ro', |
1062
|
|
|
|
|
|
|
isa => HashRef[HashRef[HashRef[Str]]], |
1063
|
|
|
|
|
|
|
init_arg => undef, |
1064
|
|
|
|
|
|
|
default => sub { { |
1065
|
|
|
|
|
|
|
'long' => { |
1066
|
|
|
|
|
|
|
'' => { |
1067
|
|
|
|
|
|
|
'name' => q(کارډنل اړخ), |
1068
|
|
|
|
|
|
|
}, |
1069
|
|
|
|
|
|
|
'acre' => { |
1070
|
|
|
|
|
|
|
'name' => q(ايکړز), |
1071
|
|
|
|
|
|
|
'one' => q({0} ايکړ), |
1072
|
|
|
|
|
|
|
'other' => q({0} ايکړز), |
1073
|
|
|
|
|
|
|
}, |
1074
|
|
|
|
|
|
|
'acre-foot' => { |
1075
|
|
|
|
|
|
|
'name' => q(اکړ فټ), |
1076
|
|
|
|
|
|
|
'one' => q({0} اکړ فټ), |
1077
|
|
|
|
|
|
|
'other' => q({0} اکړ فټ), |
1078
|
|
|
|
|
|
|
}, |
1079
|
|
|
|
|
|
|
'ampere' => { |
1080
|
|
|
|
|
|
|
'name' => q(ايمپيرز), |
1081
|
|
|
|
|
|
|
'one' => q({0} ايمپير), |
1082
|
|
|
|
|
|
|
'other' => q({0} ايمپيرز), |
1083
|
|
|
|
|
|
|
}, |
1084
|
|
|
|
|
|
|
'arc-minute' => { |
1085
|
|
|
|
|
|
|
'name' => q(آرکمنټس), |
1086
|
|
|
|
|
|
|
'one' => q({0} آرکمنټ), |
1087
|
|
|
|
|
|
|
'other' => q({0} آرکمنټس), |
1088
|
|
|
|
|
|
|
}, |
1089
|
|
|
|
|
|
|
'arc-second' => { |
1090
|
|
|
|
|
|
|
'name' => q(آرک ثانيې), |
1091
|
|
|
|
|
|
|
'one' => q({0} آرک ثانيه), |
1092
|
|
|
|
|
|
|
'other' => q({0} آرک ثانيې), |
1093
|
|
|
|
|
|
|
}, |
1094
|
|
|
|
|
|
|
'astronomical-unit' => { |
1095
|
|
|
|
|
|
|
'name' => q(فلکي احدې), |
1096
|
|
|
|
|
|
|
'one' => q({0} فلکي احد), |
1097
|
|
|
|
|
|
|
'other' => q({0} فلکي احدې), |
1098
|
|
|
|
|
|
|
}, |
1099
|
|
|
|
|
|
|
'atmosphere' => { |
1100
|
|
|
|
|
|
|
'name' => q(اتموسفيرز), |
1101
|
|
|
|
|
|
|
'one' => q({0} اتموسفير), |
1102
|
|
|
|
|
|
|
'other' => q({0} اتموسفيرز), |
1103
|
|
|
|
|
|
|
}, |
1104
|
|
|
|
|
|
|
'bit' => { |
1105
|
|
|
|
|
|
|
'name' => q(بټس), |
1106
|
|
|
|
|
|
|
'one' => q({0} بټ), |
1107
|
|
|
|
|
|
|
'other' => q({0} بټس), |
1108
|
|
|
|
|
|
|
}, |
1109
|
|
|
|
|
|
|
'byte' => { |
1110
|
|
|
|
|
|
|
'name' => q(بايټس), |
1111
|
|
|
|
|
|
|
'one' => q({0} بايټ), |
1112
|
|
|
|
|
|
|
'other' => q({0} بايټس), |
1113
|
|
|
|
|
|
|
}, |
1114
|
|
|
|
|
|
|
'calorie' => { |
1115
|
|
|
|
|
|
|
'name' => q(کيلريز), |
1116
|
|
|
|
|
|
|
'one' => q({0} کيلري), |
1117
|
|
|
|
|
|
|
'other' => q({0} کيلريز), |
1118
|
|
|
|
|
|
|
}, |
1119
|
|
|
|
|
|
|
'carat' => { |
1120
|
|
|
|
|
|
|
'name' => q(قيراط), |
1121
|
|
|
|
|
|
|
'one' => q({0} قيراط), |
1122
|
|
|
|
|
|
|
'other' => q({0} قيراط), |
1123
|
|
|
|
|
|
|
}, |
1124
|
|
|
|
|
|
|
'celsius' => { |
1125
|
|
|
|
|
|
|
'name' => q(درجې سيلسيس), |
1126
|
|
|
|
|
|
|
'one' => q({0} درجې سيلسيس), |
1127
|
|
|
|
|
|
|
'other' => q({0} درجې سيلسيس), |
1128
|
|
|
|
|
|
|
}, |
1129
|
|
|
|
|
|
|
'centiliter' => { |
1130
|
|
|
|
|
|
|
'name' => q(سنټي ليټرز), |
1131
|
|
|
|
|
|
|
'one' => q({0} سنټي ليټر), |
1132
|
|
|
|
|
|
|
'other' => q({0} سنټي ليټرز), |
1133
|
|
|
|
|
|
|
}, |
1134
|
|
|
|
|
|
|
'centimeter' => { |
1135
|
|
|
|
|
|
|
'name' => q(سنتي متره), |
1136
|
|
|
|
|
|
|
'one' => q({0} سنتي متر), |
1137
|
|
|
|
|
|
|
'other' => q({0} سنتي متره), |
1138
|
|
|
|
|
|
|
'per' => q({0} هر سنتي متر), |
1139
|
|
|
|
|
|
|
}, |
1140
|
|
|
|
|
|
|
'century' => { |
1141
|
|
|
|
|
|
|
'name' => q(c), |
1142
|
|
|
|
|
|
|
'one' => q({0} c), |
1143
|
|
|
|
|
|
|
'other' => q({0} c), |
1144
|
|
|
|
|
|
|
}, |
1145
|
|
|
|
|
|
|
'coordinate' => { |
1146
|
|
|
|
|
|
|
'east' => q({0} ختيځ), |
1147
|
|
|
|
|
|
|
'north' => q({0} شمال), |
1148
|
|
|
|
|
|
|
'south' => q({0} سويل), |
1149
|
|
|
|
|
|
|
'west' => q({0} لوېديځ), |
1150
|
|
|
|
|
|
|
}, |
1151
|
|
|
|
|
|
|
'cubic-centimeter' => { |
1152
|
|
|
|
|
|
|
'name' => q(مکعب سنتي متر), |
1153
|
|
|
|
|
|
|
'one' => q({0} مکعب سنتي متر), |
1154
|
|
|
|
|
|
|
'other' => q({0} مکعب سنتي متر), |
1155
|
|
|
|
|
|
|
'per' => q({0} في مکعب سنتي متر), |
1156
|
|
|
|
|
|
|
}, |
1157
|
|
|
|
|
|
|
'cubic-foot' => { |
1158
|
|
|
|
|
|
|
'name' => q(مکعب فټ), |
1159
|
|
|
|
|
|
|
'one' => q({0} مکعب فټ), |
1160
|
|
|
|
|
|
|
'other' => q({0} مکعب فټ), |
1161
|
|
|
|
|
|
|
}, |
1162
|
|
|
|
|
|
|
'cubic-inch' => { |
1163
|
|
|
|
|
|
|
'name' => q(مکعب انچ), |
1164
|
|
|
|
|
|
|
'one' => q({0} مکعب انچ), |
1165
|
|
|
|
|
|
|
'other' => q({0} مکعب انچ), |
1166
|
|
|
|
|
|
|
}, |
1167
|
|
|
|
|
|
|
'cubic-kilometer' => { |
1168
|
|
|
|
|
|
|
'name' => q(مکعب کيلو متر), |
1169
|
|
|
|
|
|
|
'one' => q(مکعب کيلو متر), |
1170
|
|
|
|
|
|
|
'other' => q({0} مکعب کيلو متر), |
1171
|
|
|
|
|
|
|
}, |
1172
|
|
|
|
|
|
|
'cubic-meter' => { |
1173
|
|
|
|
|
|
|
'name' => q(مکعب متر), |
1174
|
|
|
|
|
|
|
'one' => q({0} مکعب متر), |
1175
|
|
|
|
|
|
|
'other' => q({0} مکعب متر), |
1176
|
|
|
|
|
|
|
'per' => q({0} في مکعب متر), |
1177
|
|
|
|
|
|
|
}, |
1178
|
|
|
|
|
|
|
'cubic-mile' => { |
1179
|
|
|
|
|
|
|
'name' => q(مکعب ميل), |
1180
|
|
|
|
|
|
|
'one' => q({0} مکعب ميل), |
1181
|
|
|
|
|
|
|
'other' => q({0} مکعب ميل), |
1182
|
|
|
|
|
|
|
}, |
1183
|
|
|
|
|
|
|
'cubic-yard' => { |
1184
|
|
|
|
|
|
|
'name' => q(مکعب ګز), |
1185
|
|
|
|
|
|
|
'one' => q({0} مکعب ګز), |
1186
|
|
|
|
|
|
|
'other' => q({0} مکعب ګز), |
1187
|
|
|
|
|
|
|
}, |
1188
|
|
|
|
|
|
|
'cup' => { |
1189
|
|
|
|
|
|
|
'name' => q(پيالې), |
1190
|
|
|
|
|
|
|
'one' => q({0} پياله), |
1191
|
|
|
|
|
|
|
'other' => q({0} پيالې), |
1192
|
|
|
|
|
|
|
}, |
1193
|
|
|
|
|
|
|
'cup-metric' => { |
1194
|
|
|
|
|
|
|
'name' => q(metric cups), |
1195
|
|
|
|
|
|
|
'one' => q({0} metric cup), |
1196
|
|
|
|
|
|
|
'other' => q({0} metric cups), |
1197
|
|
|
|
|
|
|
}, |
1198
|
|
|
|
|
|
|
'day' => { |
1199
|
|
|
|
|
|
|
'name' => q(ورځې), |
1200
|
|
|
|
|
|
|
'one' => q({0} ورځ), |
1201
|
|
|
|
|
|
|
'other' => q({0} ورځې), |
1202
|
|
|
|
|
|
|
'per' => q({0} په هره ورځ کې), |
1203
|
|
|
|
|
|
|
}, |
1204
|
|
|
|
|
|
|
'deciliter' => { |
1205
|
|
|
|
|
|
|
'name' => q(ډيسي ليټرز), |
1206
|
|
|
|
|
|
|
'one' => q({0} ډيسي ليټر), |
1207
|
|
|
|
|
|
|
'other' => q({0} ډيسي ليټرز), |
1208
|
|
|
|
|
|
|
}, |
1209
|
|
|
|
|
|
|
'decimeter' => { |
1210
|
|
|
|
|
|
|
'name' => q(ډيسي متره), |
1211
|
|
|
|
|
|
|
'one' => q({0} ډيسي متر), |
1212
|
|
|
|
|
|
|
'other' => q({0} ډيسي متره), |
1213
|
|
|
|
|
|
|
}, |
1214
|
|
|
|
|
|
|
'degree' => { |
1215
|
|
|
|
|
|
|
'name' => q(درجې), |
1216
|
|
|
|
|
|
|
'one' => q({0} درجې), |
1217
|
|
|
|
|
|
|
'other' => q({0} درجې), |
1218
|
|
|
|
|
|
|
}, |
1219
|
|
|
|
|
|
|
'fahrenheit' => { |
1220
|
|
|
|
|
|
|
'name' => q(درجې فارنهايټ), |
1221
|
|
|
|
|
|
|
'one' => q({0} درجې فارنهايټ), |
1222
|
|
|
|
|
|
|
'other' => q({0} درجې فارنهايټ), |
1223
|
|
|
|
|
|
|
}, |
1224
|
|
|
|
|
|
|
'fluid-ounce' => { |
1225
|
|
|
|
|
|
|
'name' => q(fluid ounces), |
1226
|
|
|
|
|
|
|
'one' => q({0} fluid ounce), |
1227
|
|
|
|
|
|
|
'other' => q({0} fluid ounces), |
1228
|
|
|
|
|
|
|
}, |
1229
|
|
|
|
|
|
|
'foodcalorie' => { |
1230
|
|
|
|
|
|
|
'name' => q(کيلريز), |
1231
|
|
|
|
|
|
|
'one' => q({0} کيلري), |
1232
|
|
|
|
|
|
|
'other' => q({0} کيلريز), |
1233
|
|
|
|
|
|
|
}, |
1234
|
|
|
|
|
|
|
'foot' => { |
1235
|
|
|
|
|
|
|
'name' => q(فټه), |
1236
|
|
|
|
|
|
|
'one' => q({0} فټ), |
1237
|
|
|
|
|
|
|
'other' => q({0} فټه), |
1238
|
|
|
|
|
|
|
'per' => q({0}هر فټ), |
1239
|
|
|
|
|
|
|
}, |
1240
|
|
|
|
|
|
|
'g-force' => { |
1241
|
|
|
|
|
|
|
'name' => q(د جاذبې قوه), |
1242
|
|
|
|
|
|
|
'one' => q({0} د جاذبې قوه), |
1243
|
|
|
|
|
|
|
'other' => q({0} د جاذبې قوه), |
1244
|
|
|
|
|
|
|
}, |
1245
|
|
|
|
|
|
|
'gallon' => { |
1246
|
|
|
|
|
|
|
'name' => q(ګيلنز), |
1247
|
|
|
|
|
|
|
'one' => q({0} ګيلن), |
1248
|
|
|
|
|
|
|
'other' => q({0} ګيلنز), |
1249
|
|
|
|
|
|
|
'per' => q({0} في ګيلن), |
1250
|
|
|
|
|
|
|
}, |
1251
|
|
|
|
|
|
|
'gallon-imperial' => { |
1252
|
|
|
|
|
|
|
'name' => q(Imp. gallons), |
1253
|
|
|
|
|
|
|
'one' => q({0} Imp. gallon), |
1254
|
|
|
|
|
|
|
'other' => q({0} Imp. gallons), |
1255
|
|
|
|
|
|
|
'per' => q({0} per Imp. gallon), |
1256
|
|
|
|
|
|
|
}, |
1257
|
|
|
|
|
|
|
'generic' => { |
1258
|
|
|
|
|
|
|
'name' => q(°), |
1259
|
|
|
|
|
|
|
'one' => q({0}°), |
1260
|
|
|
|
|
|
|
'other' => q({0}°), |
1261
|
|
|
|
|
|
|
}, |
1262
|
|
|
|
|
|
|
'gigabit' => { |
1263
|
|
|
|
|
|
|
'name' => q(ګيګا بټس), |
1264
|
|
|
|
|
|
|
'one' => q({0} ګيګا بټ), |
1265
|
|
|
|
|
|
|
'other' => q({0} ګيګا بټس), |
1266
|
|
|
|
|
|
|
}, |
1267
|
|
|
|
|
|
|
'gigabyte' => { |
1268
|
|
|
|
|
|
|
'name' => q(ګيګا بايټس), |
1269
|
|
|
|
|
|
|
'one' => q({0} ګيګا بايټس), |
1270
|
|
|
|
|
|
|
'other' => q({0} ګيګا بايټس), |
1271
|
|
|
|
|
|
|
}, |
1272
|
|
|
|
|
|
|
'gigahertz' => { |
1273
|
|
|
|
|
|
|
'name' => q(ګيګا هرټز), |
1274
|
|
|
|
|
|
|
'one' => q({0} ګيګا هرټز), |
1275
|
|
|
|
|
|
|
'other' => q({0} ګيګا هرټز), |
1276
|
|
|
|
|
|
|
}, |
1277
|
|
|
|
|
|
|
'gigawatt' => { |
1278
|
|
|
|
|
|
|
'name' => q(ګيګا واټس), |
1279
|
|
|
|
|
|
|
'one' => q({0} ګيګا واټ), |
1280
|
|
|
|
|
|
|
'other' => q({0} ګيګا واټس), |
1281
|
|
|
|
|
|
|
}, |
1282
|
|
|
|
|
|
|
'gram' => { |
1283
|
|
|
|
|
|
|
'name' => q(ګرامز), |
1284
|
|
|
|
|
|
|
'one' => q({0} ګرام), |
1285
|
|
|
|
|
|
|
'other' => q({0} ګرامز), |
1286
|
|
|
|
|
|
|
'per' => q({0} في ګرام), |
1287
|
|
|
|
|
|
|
}, |
1288
|
|
|
|
|
|
|
'hectare' => { |
1289
|
|
|
|
|
|
|
'name' => q(هيکترې), |
1290
|
|
|
|
|
|
|
'one' => q({0} هيکتر), |
1291
|
|
|
|
|
|
|
'other' => q({0} هيکترې), |
1292
|
|
|
|
|
|
|
}, |
1293
|
|
|
|
|
|
|
'hectoliter' => { |
1294
|
|
|
|
|
|
|
'name' => q(هيکټو ليټرز), |
1295
|
|
|
|
|
|
|
'one' => q({0} هيکټو ليټر), |
1296
|
|
|
|
|
|
|
'other' => q({0} هيکټو ليټرز), |
1297
|
|
|
|
|
|
|
}, |
1298
|
|
|
|
|
|
|
'hectopascal' => { |
1299
|
|
|
|
|
|
|
'name' => q(هيکټو پاسکلز), |
1300
|
|
|
|
|
|
|
'one' => q({0} هيکټو پاسکل), |
1301
|
|
|
|
|
|
|
'other' => q({0} هيکټو پاسکلز), |
1302
|
|
|
|
|
|
|
}, |
1303
|
|
|
|
|
|
|
'hertz' => { |
1304
|
|
|
|
|
|
|
'name' => q(هرټز), |
1305
|
|
|
|
|
|
|
'one' => q({0} هرټز), |
1306
|
|
|
|
|
|
|
'other' => q({0} هرټز), |
1307
|
|
|
|
|
|
|
}, |
1308
|
|
|
|
|
|
|
'horsepower' => { |
1309
|
|
|
|
|
|
|
'name' => q(هارس پاور), |
1310
|
|
|
|
|
|
|
'one' => q({0} هارس پاور), |
1311
|
|
|
|
|
|
|
'other' => q({0} هارس پاور), |
1312
|
|
|
|
|
|
|
}, |
1313
|
|
|
|
|
|
|
'hour' => { |
1314
|
|
|
|
|
|
|
'name' => q(hr), |
1315
|
|
|
|
|
|
|
'one' => q({0} h), |
1316
|
|
|
|
|
|
|
'other' => q({0} h), |
1317
|
|
|
|
|
|
|
'per' => q({0}/h), |
1318
|
|
|
|
|
|
|
}, |
1319
|
|
|
|
|
|
|
'inch' => { |
1320
|
|
|
|
|
|
|
'name' => q(انچې), |
1321
|
|
|
|
|
|
|
'one' => q({0} انچ), |
1322
|
|
|
|
|
|
|
'other' => q({0} انچې), |
1323
|
|
|
|
|
|
|
'per' => q({0} هر انچ), |
1324
|
|
|
|
|
|
|
}, |
1325
|
|
|
|
|
|
|
'inch-hg' => { |
1326
|
|
|
|
|
|
|
'name' => q(د پارې انچې), |
1327
|
|
|
|
|
|
|
'one' => q({0} د پارې انچ), |
1328
|
|
|
|
|
|
|
'other' => q({0} د پارې انچې), |
1329
|
|
|
|
|
|
|
}, |
1330
|
|
|
|
|
|
|
'joule' => { |
1331
|
|
|
|
|
|
|
'name' => q(جولز), |
1332
|
|
|
|
|
|
|
'one' => q({0} جول), |
1333
|
|
|
|
|
|
|
'other' => q({0} جولز), |
1334
|
|
|
|
|
|
|
}, |
1335
|
|
|
|
|
|
|
'karat' => { |
1336
|
|
|
|
|
|
|
'name' => q(قيراط), |
1337
|
|
|
|
|
|
|
'one' => q({0} قيراط), |
1338
|
|
|
|
|
|
|
'other' => q({0} قيراط), |
1339
|
|
|
|
|
|
|
}, |
1340
|
|
|
|
|
|
|
'kelvin' => { |
1341
|
|
|
|
|
|
|
'name' => q(کيلونز), |
1342
|
|
|
|
|
|
|
'one' => q({0} کيلون), |
1343
|
|
|
|
|
|
|
'other' => q({0} کيلونز), |
1344
|
|
|
|
|
|
|
}, |
1345
|
|
|
|
|
|
|
'kilobit' => { |
1346
|
|
|
|
|
|
|
'name' => q(کيلو بټس), |
1347
|
|
|
|
|
|
|
'one' => q({0} کيلو بټ), |
1348
|
|
|
|
|
|
|
'other' => q({0} کيلو بټس), |
1349
|
|
|
|
|
|
|
}, |
1350
|
|
|
|
|
|
|
'kilobyte' => { |
1351
|
|
|
|
|
|
|
'name' => q(کيلو بايټس), |
1352
|
|
|
|
|
|
|
'one' => q({0} کيلو بايټ), |
1353
|
|
|
|
|
|
|
'other' => q({0} کيلو بايټس), |
1354
|
|
|
|
|
|
|
}, |
1355
|
|
|
|
|
|
|
'kilocalorie' => { |
1356
|
|
|
|
|
|
|
'name' => q(کيلو کيلريز), |
1357
|
|
|
|
|
|
|
'one' => q({0} کيلو کيلري), |
1358
|
|
|
|
|
|
|
'other' => q({0} کيلو کيلريز), |
1359
|
|
|
|
|
|
|
}, |
1360
|
|
|
|
|
|
|
'kilogram' => { |
1361
|
|
|
|
|
|
|
'name' => q(کيلو ګرامز), |
1362
|
|
|
|
|
|
|
'one' => q({0} کيلو ګرام), |
1363
|
|
|
|
|
|
|
'other' => q({0} کيلو ګرامز), |
1364
|
|
|
|
|
|
|
'per' => q({0} في کيلو ګرام), |
1365
|
|
|
|
|
|
|
}, |
1366
|
|
|
|
|
|
|
'kilohertz' => { |
1367
|
|
|
|
|
|
|
'name' => q(کيلو هرټز), |
1368
|
|
|
|
|
|
|
'one' => q({0} کيلو هرټز), |
1369
|
|
|
|
|
|
|
'other' => q({0} کيلو هرټز), |
1370
|
|
|
|
|
|
|
}, |
1371
|
|
|
|
|
|
|
'kilojoule' => { |
1372
|
|
|
|
|
|
|
'name' => q(کيلو جولز), |
1373
|
|
|
|
|
|
|
'one' => q({0} کيلو جول), |
1374
|
|
|
|
|
|
|
'other' => q({0} کيلو جولز), |
1375
|
|
|
|
|
|
|
}, |
1376
|
|
|
|
|
|
|
'kilometer' => { |
1377
|
|
|
|
|
|
|
'name' => q(کيلو ميتره), |
1378
|
|
|
|
|
|
|
'one' => q({0} کيلومتر), |
1379
|
|
|
|
|
|
|
'other' => q({0} کيلومتره), |
1380
|
|
|
|
|
|
|
'per' => q({0}هر کيلو ميتر), |
1381
|
|
|
|
|
|
|
}, |
1382
|
|
|
|
|
|
|
'kilometer-per-hour' => { |
1383
|
|
|
|
|
|
|
'name' => q(کيلو متر في ساعت), |
1384
|
|
|
|
|
|
|
'one' => q({0} کيلو متر في ساعت), |
1385
|
|
|
|
|
|
|
'other' => q({0} کيلو متر في ساعت), |
1386
|
|
|
|
|
|
|
}, |
1387
|
|
|
|
|
|
|
'kilowatt' => { |
1388
|
|
|
|
|
|
|
'name' => q(کيلو واټس), |
1389
|
|
|
|
|
|
|
'one' => q({0} کيلو واټ), |
1390
|
|
|
|
|
|
|
'other' => q({0} کيلو واټس), |
1391
|
|
|
|
|
|
|
}, |
1392
|
|
|
|
|
|
|
'kilowatt-hour' => { |
1393
|
|
|
|
|
|
|
'name' => q(کيلو واټ ساعته), |
1394
|
|
|
|
|
|
|
'one' => q({0} کيلو واټ ساعت), |
1395
|
|
|
|
|
|
|
'other' => q({0} کيلو واټ ساعته), |
1396
|
|
|
|
|
|
|
}, |
1397
|
|
|
|
|
|
|
'knot' => { |
1398
|
|
|
|
|
|
|
'name' => q(ناټس), |
1399
|
|
|
|
|
|
|
'one' => q({0} ناټ), |
1400
|
|
|
|
|
|
|
'other' => q({0} ناټس), |
1401
|
|
|
|
|
|
|
}, |
1402
|
|
|
|
|
|
|
'light-year' => { |
1403
|
|
|
|
|
|
|
'name' => q(نوري کالونه), |
1404
|
|
|
|
|
|
|
'one' => q({0} نوري کال), |
1405
|
|
|
|
|
|
|
'other' => q({0} نوري کالونه), |
1406
|
|
|
|
|
|
|
}, |
1407
|
|
|
|
|
|
|
'liter' => { |
1408
|
|
|
|
|
|
|
'name' => q(ليټرز), |
1409
|
|
|
|
|
|
|
'one' => q({0} ليټر), |
1410
|
|
|
|
|
|
|
'other' => q({0} ليټرز), |
1411
|
|
|
|
|
|
|
'per' => q({0} في ليټر), |
1412
|
|
|
|
|
|
|
}, |
1413
|
|
|
|
|
|
|
'liter-per-100kilometers' => { |
1414
|
|
|
|
|
|
|
'name' => q(ليټرز في ۱۰۰ کيلو مترز), |
1415
|
|
|
|
|
|
|
'one' => q({0} ليټر في ۱۰۰ کلو ميترز), |
1416
|
|
|
|
|
|
|
'other' => q({0} ليټرز في ۱۰۰ کيلو مترز), |
1417
|
|
|
|
|
|
|
}, |
1418
|
|
|
|
|
|
|
'liter-per-kilometer' => { |
1419
|
|
|
|
|
|
|
'name' => q(ليټرز في کيلو متر), |
1420
|
|
|
|
|
|
|
'one' => q({0} ليټر في کيلو متر), |
1421
|
|
|
|
|
|
|
'other' => q({0} ليټرز في کيلو متر), |
1422
|
|
|
|
|
|
|
}, |
1423
|
|
|
|
|
|
|
'lux' => { |
1424
|
|
|
|
|
|
|
'name' => q(lux), |
1425
|
|
|
|
|
|
|
'one' => q({0} lux), |
1426
|
|
|
|
|
|
|
'other' => q({0} lux), |
1427
|
|
|
|
|
|
|
}, |
1428
|
|
|
|
|
|
|
'megabit' => { |
1429
|
|
|
|
|
|
|
'name' => q(ميګا بټس), |
1430
|
|
|
|
|
|
|
'one' => q({0} ميګا بټ), |
1431
|
|
|
|
|
|
|
'other' => q({0} ميګا بټس), |
1432
|
|
|
|
|
|
|
}, |
1433
|
|
|
|
|
|
|
'megabyte' => { |
1434
|
|
|
|
|
|
|
'name' => q(ميګا بايټس), |
1435
|
|
|
|
|
|
|
'one' => q({0} ميګا بايټ), |
1436
|
|
|
|
|
|
|
'other' => q({0} ميګا بايټس), |
1437
|
|
|
|
|
|
|
}, |
1438
|
|
|
|
|
|
|
'megahertz' => { |
1439
|
|
|
|
|
|
|
'name' => q(ميګا هرټز), |
1440
|
|
|
|
|
|
|
'one' => q({0} ميګا هرټز), |
1441
|
|
|
|
|
|
|
'other' => q({0} ميګا هرټز), |
1442
|
|
|
|
|
|
|
}, |
1443
|
|
|
|
|
|
|
'megaliter' => { |
1444
|
|
|
|
|
|
|
'name' => q(ميګا ليټرز), |
1445
|
|
|
|
|
|
|
'one' => q({0} ميګا ليټر), |
1446
|
|
|
|
|
|
|
'other' => q({0} ميګا ليټرز), |
1447
|
|
|
|
|
|
|
}, |
1448
|
|
|
|
|
|
|
'megawatt' => { |
1449
|
|
|
|
|
|
|
'name' => q(ميګا واټس), |
1450
|
|
|
|
|
|
|
'one' => q({0} ميګا واټ), |
1451
|
|
|
|
|
|
|
'other' => q({0} ميګا واټس), |
1452
|
|
|
|
|
|
|
}, |
1453
|
|
|
|
|
|
|
'meter' => { |
1454
|
|
|
|
|
|
|
'name' => q(متره), |
1455
|
|
|
|
|
|
|
'one' => q({0} متر), |
1456
|
|
|
|
|
|
|
'other' => q({0} متره), |
1457
|
|
|
|
|
|
|
'per' => q({0}هر متر), |
1458
|
|
|
|
|
|
|
}, |
1459
|
|
|
|
|
|
|
'meter-per-second' => { |
1460
|
|
|
|
|
|
|
'name' => q(متر في ثانيه), |
1461
|
|
|
|
|
|
|
'one' => q({0} متر في ثانيه), |
1462
|
|
|
|
|
|
|
'other' => q({0} متر في ثانيه), |
1463
|
|
|
|
|
|
|
}, |
1464
|
|
|
|
|
|
|
'meter-per-second-squared' => { |
1465
|
|
|
|
|
|
|
'name' => q(meters per second squared), |
1466
|
|
|
|
|
|
|
'one' => q({0} meter per second squared), |
1467
|
|
|
|
|
|
|
'other' => q({0} meters per second squared), |
1468
|
|
|
|
|
|
|
}, |
1469
|
|
|
|
|
|
|
'metric-ton' => { |
1470
|
|
|
|
|
|
|
'name' => q(ميټرک ټنز), |
1471
|
|
|
|
|
|
|
'one' => q({0} ميټرک ټن), |
1472
|
|
|
|
|
|
|
'other' => q({0} ميټرک ټنز), |
1473
|
|
|
|
|
|
|
}, |
1474
|
|
|
|
|
|
|
'microgram' => { |
1475
|
|
|
|
|
|
|
'name' => q(مايکرو ګرامز), |
1476
|
|
|
|
|
|
|
'one' => q({0} مايکرو ګرام), |
1477
|
|
|
|
|
|
|
'other' => q({0} مايکرو ګرامز), |
1478
|
|
|
|
|
|
|
}, |
1479
|
|
|
|
|
|
|
'micrometer' => { |
1480
|
|
|
|
|
|
|
'name' => q(مايکرو متره), |
1481
|
|
|
|
|
|
|
'one' => q({0} مايکرو متر), |
1482
|
|
|
|
|
|
|
'other' => q({0} مايکرو متره), |
1483
|
|
|
|
|
|
|
}, |
1484
|
|
|
|
|
|
|
'microsecond' => { |
1485
|
|
|
|
|
|
|
'name' => q(مايکرو ثانيه), |
1486
|
|
|
|
|
|
|
'one' => q({0} μs), |
1487
|
|
|
|
|
|
|
'other' => q({0} μs), |
1488
|
|
|
|
|
|
|
}, |
1489
|
|
|
|
|
|
|
'mile' => { |
1490
|
|
|
|
|
|
|
'name' => q(ميلونه), |
1491
|
|
|
|
|
|
|
'one' => q({0} ميل), |
1492
|
|
|
|
|
|
|
'other' => q({0} ميلونه), |
1493
|
|
|
|
|
|
|
}, |
1494
|
|
|
|
|
|
|
'mile-per-gallon' => { |
1495
|
|
|
|
|
|
|
'name' => q(ميلز في ګيلن), |
1496
|
|
|
|
|
|
|
'one' => q({0} ميل في ګيلن), |
1497
|
|
|
|
|
|
|
'other' => q({0} ميلز في ګيلن), |
1498
|
|
|
|
|
|
|
}, |
1499
|
|
|
|
|
|
|
'mile-per-gallon-imperial' => { |
1500
|
|
|
|
|
|
|
'name' => q(ميلز في ايمپيريل ګيلن), |
1501
|
|
|
|
|
|
|
'one' => q({0} ميل في ايمپيريل ګيلن), |
1502
|
|
|
|
|
|
|
'other' => q({0} ميلز في ايمپيريل ګيلن), |
1503
|
|
|
|
|
|
|
}, |
1504
|
|
|
|
|
|
|
'mile-per-hour' => { |
1505
|
|
|
|
|
|
|
'name' => q(ميل في ساعت), |
1506
|
|
|
|
|
|
|
'one' => q({0} ميل في ساعت), |
1507
|
|
|
|
|
|
|
'other' => q({0} ميل في ساعت), |
1508
|
|
|
|
|
|
|
}, |
1509
|
|
|
|
|
|
|
'mile-scandinavian' => { |
1510
|
|
|
|
|
|
|
'name' => q(سکېنډنيوين ميل), |
1511
|
|
|
|
|
|
|
'one' => q({0} سکېنډنيوين ميل), |
1512
|
|
|
|
|
|
|
'other' => q({0} سکېنډنيوين ميلونه), |
1513
|
|
|
|
|
|
|
}, |
1514
|
|
|
|
|
|
|
'milliampere' => { |
1515
|
|
|
|
|
|
|
'name' => q(ملي ايمپيرز), |
1516
|
|
|
|
|
|
|
'one' => q({0} ملي ايمپير), |
1517
|
|
|
|
|
|
|
'other' => q({0} ملي ايمپيرز), |
1518
|
|
|
|
|
|
|
}, |
1519
|
|
|
|
|
|
|
'millibar' => { |
1520
|
|
|
|
|
|
|
'name' => q(ملي بارز), |
1521
|
|
|
|
|
|
|
'one' => q({0} ملي بار), |
1522
|
|
|
|
|
|
|
'other' => q({0} ملي بارز), |
1523
|
|
|
|
|
|
|
}, |
1524
|
|
|
|
|
|
|
'milligram' => { |
1525
|
|
|
|
|
|
|
'name' => q(ملي ګرامز), |
1526
|
|
|
|
|
|
|
'one' => q({0} ملي ګرام), |
1527
|
|
|
|
|
|
|
'other' => q({0} ملي ګرامز), |
1528
|
|
|
|
|
|
|
}, |
1529
|
|
|
|
|
|
|
'milligram-per-deciliter' => { |
1530
|
|
|
|
|
|
|
'name' => q(ملي ګرام في ډيسي ليټر), |
1531
|
|
|
|
|
|
|
'one' => q({0} ملي ګرام في ډيسي ليټر), |
1532
|
|
|
|
|
|
|
'other' => q({0} ملي ګرام في ډيسي ليټر), |
1533
|
|
|
|
|
|
|
}, |
1534
|
|
|
|
|
|
|
'milliliter' => { |
1535
|
|
|
|
|
|
|
'name' => q(ملي ليټرز), |
1536
|
|
|
|
|
|
|
'one' => q({0} ملي ليټر), |
1537
|
|
|
|
|
|
|
'other' => q({0} ملي ليټرز), |
1538
|
|
|
|
|
|
|
}, |
1539
|
|
|
|
|
|
|
'millimeter' => { |
1540
|
|
|
|
|
|
|
'name' => q(ملي متره), |
1541
|
|
|
|
|
|
|
'one' => q({0} ملي متر), |
1542
|
|
|
|
|
|
|
'other' => q({0} ملي متره), |
1543
|
|
|
|
|
|
|
}, |
1544
|
|
|
|
|
|
|
'millimeter-of-mercury' => { |
1545
|
|
|
|
|
|
|
'name' => q(د پارې ملي مترز), |
1546
|
|
|
|
|
|
|
'one' => q({0} د پارې ملي متر), |
1547
|
|
|
|
|
|
|
'other' => q({0} د پارې ملي مترز), |
1548
|
|
|
|
|
|
|
}, |
1549
|
|
|
|
|
|
|
'millimole-per-liter' => { |
1550
|
|
|
|
|
|
|
'name' => q(ملي مولز في ليټر), |
1551
|
|
|
|
|
|
|
'one' => q({0} ملي مول في ليټر), |
1552
|
|
|
|
|
|
|
'other' => q({0} ملي مول في ليټر), |
1553
|
|
|
|
|
|
|
}, |
1554
|
|
|
|
|
|
|
'millisecond' => { |
1555
|
|
|
|
|
|
|
'name' => q(ms), |
1556
|
|
|
|
|
|
|
'one' => q({0} ms), |
1557
|
|
|
|
|
|
|
'other' => q({0} ms), |
1558
|
|
|
|
|
|
|
}, |
1559
|
|
|
|
|
|
|
'milliwatt' => { |
1560
|
|
|
|
|
|
|
'name' => q(ملي واټس), |
1561
|
|
|
|
|
|
|
'one' => q({0} ملي واټ), |
1562
|
|
|
|
|
|
|
'other' => q({0} ملي واټس), |
1563
|
|
|
|
|
|
|
}, |
1564
|
|
|
|
|
|
|
'minute' => { |
1565
|
|
|
|
|
|
|
'name' => q(min), |
1566
|
|
|
|
|
|
|
'one' => q({0} min), |
1567
|
|
|
|
|
|
|
'other' => q({0} min), |
1568
|
|
|
|
|
|
|
'per' => q({0}/min), |
1569
|
|
|
|
|
|
|
}, |
1570
|
|
|
|
|
|
|
'month' => { |
1571
|
|
|
|
|
|
|
'name' => q(مياشتې), |
1572
|
|
|
|
|
|
|
'one' => q({0} مياشت), |
1573
|
|
|
|
|
|
|
'other' => q({0} مياشتې), |
1574
|
|
|
|
|
|
|
'per' => q({0}/m), |
1575
|
|
|
|
|
|
|
}, |
1576
|
|
|
|
|
|
|
'nanometer' => { |
1577
|
|
|
|
|
|
|
'name' => q(نينو متره), |
1578
|
|
|
|
|
|
|
'one' => q({0} نينو متر), |
1579
|
|
|
|
|
|
|
'other' => q({0} نينو متره), |
1580
|
|
|
|
|
|
|
}, |
1581
|
|
|
|
|
|
|
'nanosecond' => { |
1582
|
|
|
|
|
|
|
'name' => q(نينو ثانيه), |
1583
|
|
|
|
|
|
|
'one' => q({0} ns), |
1584
|
|
|
|
|
|
|
'other' => q({0} ns), |
1585
|
|
|
|
|
|
|
}, |
1586
|
|
|
|
|
|
|
'nautical-mile' => { |
1587
|
|
|
|
|
|
|
'name' => q(بحري ميلونه), |
1588
|
|
|
|
|
|
|
'one' => q({0} بحري ميل), |
1589
|
|
|
|
|
|
|
'other' => q({0} بحري ميلونه), |
1590
|
|
|
|
|
|
|
}, |
1591
|
|
|
|
|
|
|
'ohm' => { |
1592
|
|
|
|
|
|
|
'name' => q(اوهمز), |
1593
|
|
|
|
|
|
|
'one' => q({0} اوهم), |
1594
|
|
|
|
|
|
|
'other' => q({0} اوهمز), |
1595
|
|
|
|
|
|
|
}, |
1596
|
|
|
|
|
|
|
'ounce' => { |
1597
|
|
|
|
|
|
|
'name' => q(اونسز), |
1598
|
|
|
|
|
|
|
'one' => q({0} اونس), |
1599
|
|
|
|
|
|
|
'other' => q({0} اونسز), |
1600
|
|
|
|
|
|
|
'per' => q({0} في اونس), |
1601
|
|
|
|
|
|
|
}, |
1602
|
|
|
|
|
|
|
'ounce-troy' => { |
1603
|
|
|
|
|
|
|
'name' => q(ټروي اونسز), |
1604
|
|
|
|
|
|
|
'one' => q({0} ټروي اونس), |
1605
|
|
|
|
|
|
|
'other' => q({0} ټروي اونسز), |
1606
|
|
|
|
|
|
|
}, |
1607
|
|
|
|
|
|
|
'parsec' => { |
1608
|
|
|
|
|
|
|
'name' => q(parsecs), |
1609
|
|
|
|
|
|
|
'one' => q({0} parsec), |
1610
|
|
|
|
|
|
|
'other' => q({0} parsecs), |
1611
|
|
|
|
|
|
|
}, |
1612
|
|
|
|
|
|
|
'part-per-million' => { |
1613
|
|
|
|
|
|
|
'name' => q(پاړتس في مليون), |
1614
|
|
|
|
|
|
|
'one' => q({0} پارټ في مليون), |
1615
|
|
|
|
|
|
|
'other' => q({0} پارټس في مليون), |
1616
|
|
|
|
|
|
|
}, |
1617
|
|
|
|
|
|
|
'per' => { |
1618
|
|
|
|
|
|
|
'1' => q({0}في {1}), |
1619
|
|
|
|
|
|
|
}, |
1620
|
|
|
|
|
|
|
'percent' => { |
1621
|
|
|
|
|
|
|
'name' => q(سلنه), |
1622
|
|
|
|
|
|
|
'one' => q({0} سلنه), |
1623
|
|
|
|
|
|
|
'other' => q({0} سلنه), |
1624
|
|
|
|
|
|
|
}, |
1625
|
|
|
|
|
|
|
'permille' => { |
1626
|
|
|
|
|
|
|
'name' => q(في ميل), |
1627
|
|
|
|
|
|
|
'one' => q({0} في ميل), |
1628
|
|
|
|
|
|
|
'other' => q({0} في ميل), |
1629
|
|
|
|
|
|
|
}, |
1630
|
|
|
|
|
|
|
'petabyte' => { |
1631
|
|
|
|
|
|
|
'name' => q(پيټا بايټس), |
1632
|
|
|
|
|
|
|
'one' => q({0} پيټا بايټ), |
1633
|
|
|
|
|
|
|
'other' => q({0} پيټا بايټس), |
1634
|
|
|
|
|
|
|
}, |
1635
|
|
|
|
|
|
|
'picometer' => { |
1636
|
|
|
|
|
|
|
'name' => q(پيکو متره), |
1637
|
|
|
|
|
|
|
'one' => q({0} پيکو متر), |
1638
|
|
|
|
|
|
|
'other' => q({0} پيکو متره), |
1639
|
|
|
|
|
|
|
}, |
1640
|
|
|
|
|
|
|
'pint' => { |
1641
|
|
|
|
|
|
|
'name' => q(pints), |
1642
|
|
|
|
|
|
|
'one' => q({0} pint), |
1643
|
|
|
|
|
|
|
'other' => q({0} pints), |
1644
|
|
|
|
|
|
|
}, |
1645
|
|
|
|
|
|
|
'pint-metric' => { |
1646
|
|
|
|
|
|
|
'name' => q(metric pints), |
1647
|
|
|
|
|
|
|
'one' => q({0} metric pint), |
1648
|
|
|
|
|
|
|
'other' => q({0} metric pints), |
1649
|
|
|
|
|
|
|
}, |
1650
|
|
|
|
|
|
|
'point' => { |
1651
|
|
|
|
|
|
|
'name' => q(pt), |
1652
|
|
|
|
|
|
|
'one' => q({0} pt), |
1653
|
|
|
|
|
|
|
'other' => q({0} pt), |
1654
|
|
|
|
|
|
|
}, |
1655
|
|
|
|
|
|
|
'pound' => { |
1656
|
|
|
|
|
|
|
'name' => q(پاونډز), |
1657
|
|
|
|
|
|
|
'one' => q({0} پاونډ), |
1658
|
|
|
|
|
|
|
'other' => q({0} پاونډز), |
1659
|
|
|
|
|
|
|
'per' => q({0} في پاونډ), |
1660
|
|
|
|
|
|
|
}, |
1661
|
|
|
|
|
|
|
'pound-per-square-inch' => { |
1662
|
|
|
|
|
|
|
'name' => q(پاونډ في مربع انچ), |
1663
|
|
|
|
|
|
|
'one' => q({0} پاونډ في مربع انچ), |
1664
|
|
|
|
|
|
|
'other' => q({0} پاونډ في مربع انچ), |
1665
|
|
|
|
|
|
|
}, |
1666
|
|
|
|
|
|
|
'quart' => { |
1667
|
|
|
|
|
|
|
'name' => q(څلورمه), |
1668
|
|
|
|
|
|
|
'one' => q({0} څلورمه), |
1669
|
|
|
|
|
|
|
'other' => q({0} څلورمه), |
1670
|
|
|
|
|
|
|
}, |
1671
|
|
|
|
|
|
|
'radian' => { |
1672
|
|
|
|
|
|
|
'name' => q(رادیان), |
1673
|
|
|
|
|
|
|
'one' => q({0} راديان), |
1674
|
|
|
|
|
|
|
'other' => q({0} راديان), |
1675
|
|
|
|
|
|
|
}, |
1676
|
|
|
|
|
|
|
'revolution' => { |
1677
|
|
|
|
|
|
|
'name' => q(انقلاب), |
1678
|
|
|
|
|
|
|
'one' => q({0} انقلاب), |
1679
|
|
|
|
|
|
|
'other' => q({0} انقلاب), |
1680
|
|
|
|
|
|
|
}, |
1681
|
|
|
|
|
|
|
'second' => { |
1682
|
|
|
|
|
|
|
'name' => q(sec), |
1683
|
|
|
|
|
|
|
'one' => q({0} s), |
1684
|
|
|
|
|
|
|
'other' => q({0} s), |
1685
|
|
|
|
|
|
|
'per' => q({0}/s), |
1686
|
|
|
|
|
|
|
}, |
1687
|
|
|
|
|
|
|
'square-centimeter' => { |
1688
|
|
|
|
|
|
|
'name' => q(مربع سنتي متر), |
1689
|
|
|
|
|
|
|
'one' => q({0} مربع سنتي متر), |
1690
|
|
|
|
|
|
|
'other' => q({0} مربع سنتي متر), |
1691
|
|
|
|
|
|
|
'per' => q({0} في مربع سنتي متر), |
1692
|
|
|
|
|
|
|
}, |
1693
|
|
|
|
|
|
|
'square-foot' => { |
1694
|
|
|
|
|
|
|
'name' => q(مربع فټ), |
1695
|
|
|
|
|
|
|
'one' => q({0} مربع فټ), |
1696
|
|
|
|
|
|
|
'other' => q({0} مربع فټ), |
1697
|
|
|
|
|
|
|
}, |
1698
|
|
|
|
|
|
|
'square-inch' => { |
1699
|
|
|
|
|
|
|
'name' => q(مربع انچ), |
1700
|
|
|
|
|
|
|
'one' => q({0} مربع انچ), |
1701
|
|
|
|
|
|
|
'other' => q({0} مربع انچ), |
1702
|
|
|
|
|
|
|
'per' => q({0} في مربع انچ), |
1703
|
|
|
|
|
|
|
}, |
1704
|
|
|
|
|
|
|
'square-kilometer' => { |
1705
|
|
|
|
|
|
|
'name' => q(مربع کيلو متره), |
1706
|
|
|
|
|
|
|
'one' => q({0} مربع کيلو متر), |
1707
|
|
|
|
|
|
|
'other' => q({0} مربع کيلو متره), |
1708
|
|
|
|
|
|
|
'per' => q({0} في مربع کيلو متر), |
1709
|
|
|
|
|
|
|
}, |
1710
|
|
|
|
|
|
|
'square-meter' => { |
1711
|
|
|
|
|
|
|
'name' => q(square meters), |
1712
|
|
|
|
|
|
|
'one' => q({0} square meter), |
1713
|
|
|
|
|
|
|
'other' => q({0} square meters), |
1714
|
|
|
|
|
|
|
'per' => q({0} per square meter), |
1715
|
|
|
|
|
|
|
}, |
1716
|
|
|
|
|
|
|
'square-mile' => { |
1717
|
|
|
|
|
|
|
'name' => q(مربع ميل), |
1718
|
|
|
|
|
|
|
'one' => q({0} مربع ميل), |
1719
|
|
|
|
|
|
|
'other' => q({0} مربع ميل), |
1720
|
|
|
|
|
|
|
'per' => q({0} في مربع ميل), |
1721
|
|
|
|
|
|
|
}, |
1722
|
|
|
|
|
|
|
'square-yard' => { |
1723
|
|
|
|
|
|
|
'name' => q(مربع ګر), |
1724
|
|
|
|
|
|
|
'one' => q({0} مربع ګز), |
1725
|
|
|
|
|
|
|
'other' => q({0} مربع ګز), |
1726
|
|
|
|
|
|
|
}, |
1727
|
|
|
|
|
|
|
'tablespoon' => { |
1728
|
|
|
|
|
|
|
'name' => q(د ميز کاچوغه), |
1729
|
|
|
|
|
|
|
'one' => q({0} tablespoon), |
1730
|
|
|
|
|
|
|
'other' => q({0} tablespoons), |
1731
|
|
|
|
|
|
|
}, |
1732
|
|
|
|
|
|
|
'teaspoon' => { |
1733
|
|
|
|
|
|
|
'name' => q(د ميز کاچوغې), |
1734
|
|
|
|
|
|
|
'one' => q({0} د ميز کاچوغه), |
1735
|
|
|
|
|
|
|
'other' => q({0} د ميز کاچوغې), |
1736
|
|
|
|
|
|
|
}, |
1737
|
|
|
|
|
|
|
'terabit' => { |
1738
|
|
|
|
|
|
|
'name' => q(ټرا بايټس), |
1739
|
|
|
|
|
|
|
'one' => q({0} ټرا بايټ), |
1740
|
|
|
|
|
|
|
'other' => q({0} ټرا بايټس), |
1741
|
|
|
|
|
|
|
}, |
1742
|
|
|
|
|
|
|
'terabyte' => { |
1743
|
|
|
|
|
|
|
'name' => q(ټيرا بايټس), |
1744
|
|
|
|
|
|
|
'one' => q({0} ټيرا بايټ), |
1745
|
|
|
|
|
|
|
'other' => q({0} ټيرا بايټس), |
1746
|
|
|
|
|
|
|
}, |
1747
|
|
|
|
|
|
|
'ton' => { |
1748
|
|
|
|
|
|
|
'name' => q(ټنز), |
1749
|
|
|
|
|
|
|
'one' => q({0} ټن), |
1750
|
|
|
|
|
|
|
'other' => q({0} ټنز), |
1751
|
|
|
|
|
|
|
}, |
1752
|
|
|
|
|
|
|
'volt' => { |
1753
|
|
|
|
|
|
|
'name' => q(وولټس), |
1754
|
|
|
|
|
|
|
'one' => q({0} وولټ), |
1755
|
|
|
|
|
|
|
'other' => q({0} وولټس), |
1756
|
|
|
|
|
|
|
}, |
1757
|
|
|
|
|
|
|
'watt' => { |
1758
|
|
|
|
|
|
|
'name' => q(واټس), |
1759
|
|
|
|
|
|
|
'one' => q({0} واټ), |
1760
|
|
|
|
|
|
|
'other' => q({0} واټس), |
1761
|
|
|
|
|
|
|
}, |
1762
|
|
|
|
|
|
|
'week' => { |
1763
|
|
|
|
|
|
|
'name' => q(اونۍ), |
1764
|
|
|
|
|
|
|
'one' => q(اونۍ), |
1765
|
|
|
|
|
|
|
'other' => q({0} اونۍ), |
1766
|
|
|
|
|
|
|
'per' => q({0} په هره اونۍ کې), |
1767
|
|
|
|
|
|
|
}, |
1768
|
|
|
|
|
|
|
'yard' => { |
1769
|
|
|
|
|
|
|
'name' => q(ګز), |
1770
|
|
|
|
|
|
|
'one' => q({0} ګز), |
1771
|
|
|
|
|
|
|
'other' => q({0} ګزه), |
1772
|
|
|
|
|
|
|
}, |
1773
|
|
|
|
|
|
|
'year' => { |
1774
|
|
|
|
|
|
|
'name' => q(کالونه), |
1775
|
|
|
|
|
|
|
'one' => q({0} کال), |
1776
|
|
|
|
|
|
|
'other' => q({0} کالونه), |
1777
|
|
|
|
|
|
|
'per' => q({0} په هر کال کې), |
1778
|
|
|
|
|
|
|
}, |
1779
|
|
|
|
|
|
|
}, |
1780
|
|
|
|
|
|
|
'narrow' => { |
1781
|
|
|
|
|
|
|
'' => { |
1782
|
|
|
|
|
|
|
'name' => q(اړخ), |
1783
|
|
|
|
|
|
|
}, |
1784
|
|
|
|
|
|
|
'celsius' => { |
1785
|
|
|
|
|
|
|
'name' => q(°C), |
1786
|
|
|
|
|
|
|
'one' => q({0}°C), |
1787
|
|
|
|
|
|
|
'other' => q({0}°C), |
1788
|
|
|
|
|
|
|
}, |
1789
|
|
|
|
|
|
|
'centimeter' => { |
1790
|
|
|
|
|
|
|
'name' => q(cm), |
1791
|
|
|
|
|
|
|
'one' => q({0}cm), |
1792
|
|
|
|
|
|
|
'other' => q({0}cm), |
1793
|
|
|
|
|
|
|
}, |
1794
|
|
|
|
|
|
|
'coordinate' => { |
1795
|
|
|
|
|
|
|
'east' => q({0}خ), |
1796
|
|
|
|
|
|
|
'north' => q({0}ش), |
1797
|
|
|
|
|
|
|
'south' => q({0}س), |
1798
|
|
|
|
|
|
|
'west' => q({0}ل), |
1799
|
|
|
|
|
|
|
}, |
1800
|
|
|
|
|
|
|
'day' => { |
1801
|
|
|
|
|
|
|
'name' => q(ورځ), |
1802
|
|
|
|
|
|
|
'one' => q({0} ورځ), |
1803
|
|
|
|
|
|
|
'other' => q({0}d), |
1804
|
|
|
|
|
|
|
}, |
1805
|
|
|
|
|
|
|
'gram' => { |
1806
|
|
|
|
|
|
|
'name' => q(ګرام), |
1807
|
|
|
|
|
|
|
'one' => q({0}g), |
1808
|
|
|
|
|
|
|
'other' => q({0}g), |
1809
|
|
|
|
|
|
|
}, |
1810
|
|
|
|
|
|
|
'hour' => { |
1811
|
|
|
|
|
|
|
'name' => q(hr), |
1812
|
|
|
|
|
|
|
'one' => q({0} h), |
1813
|
|
|
|
|
|
|
'other' => q({0} h), |
1814
|
|
|
|
|
|
|
}, |
1815
|
|
|
|
|
|
|
'kilogram' => { |
1816
|
|
|
|
|
|
|
'name' => q(kg), |
1817
|
|
|
|
|
|
|
'one' => q({0}kg), |
1818
|
|
|
|
|
|
|
'other' => q({0}kg), |
1819
|
|
|
|
|
|
|
}, |
1820
|
|
|
|
|
|
|
'kilometer' => { |
1821
|
|
|
|
|
|
|
'name' => q(km), |
1822
|
|
|
|
|
|
|
'one' => q({0} km), |
1823
|
|
|
|
|
|
|
'other' => q({0} km), |
1824
|
|
|
|
|
|
|
}, |
1825
|
|
|
|
|
|
|
'kilometer-per-hour' => { |
1826
|
|
|
|
|
|
|
'name' => q(km/hr), |
1827
|
|
|
|
|
|
|
'one' => q({0}kph), |
1828
|
|
|
|
|
|
|
'other' => q({0}kph), |
1829
|
|
|
|
|
|
|
}, |
1830
|
|
|
|
|
|
|
'liter' => { |
1831
|
|
|
|
|
|
|
'name' => q(liter), |
1832
|
|
|
|
|
|
|
'one' => q({0}L), |
1833
|
|
|
|
|
|
|
'other' => q({0}L), |
1834
|
|
|
|
|
|
|
}, |
1835
|
|
|
|
|
|
|
'liter-per-100kilometers' => { |
1836
|
|
|
|
|
|
|
'name' => q(L/100km), |
1837
|
|
|
|
|
|
|
'one' => q({0} L/100km), |
1838
|
|
|
|
|
|
|
'other' => q({0} L/100km), |
1839
|
|
|
|
|
|
|
}, |
1840
|
|
|
|
|
|
|
'meter' => { |
1841
|
|
|
|
|
|
|
'name' => q(m), |
1842
|
|
|
|
|
|
|
'one' => q({0} m), |
1843
|
|
|
|
|
|
|
'other' => q({0} m), |
1844
|
|
|
|
|
|
|
}, |
1845
|
|
|
|
|
|
|
'millimeter' => { |
1846
|
|
|
|
|
|
|
'name' => q(mm), |
1847
|
|
|
|
|
|
|
'one' => q({0}mm), |
1848
|
|
|
|
|
|
|
'other' => q({0}mm), |
1849
|
|
|
|
|
|
|
}, |
1850
|
|
|
|
|
|
|
'millisecond' => { |
1851
|
|
|
|
|
|
|
'name' => q(ms), |
1852
|
|
|
|
|
|
|
'one' => q({0} ms), |
1853
|
|
|
|
|
|
|
'other' => q({0} ms), |
1854
|
|
|
|
|
|
|
}, |
1855
|
|
|
|
|
|
|
'minute' => { |
1856
|
|
|
|
|
|
|
'name' => q(min), |
1857
|
|
|
|
|
|
|
'one' => q({0} min), |
1858
|
|
|
|
|
|
|
'other' => q({0} min), |
1859
|
|
|
|
|
|
|
}, |
1860
|
|
|
|
|
|
|
'month' => { |
1861
|
|
|
|
|
|
|
'name' => q(مياشت), |
1862
|
|
|
|
|
|
|
'one' => q({0} m), |
1863
|
|
|
|
|
|
|
'other' => q({0} m), |
1864
|
|
|
|
|
|
|
}, |
1865
|
|
|
|
|
|
|
'per' => { |
1866
|
|
|
|
|
|
|
'1' => q({0}/{1}), |
1867
|
|
|
|
|
|
|
}, |
1868
|
|
|
|
|
|
|
'percent' => { |
1869
|
|
|
|
|
|
|
'name' => q(سلنه), |
1870
|
|
|
|
|
|
|
'one' => q({0}%), |
1871
|
|
|
|
|
|
|
'other' => q({0}%), |
1872
|
|
|
|
|
|
|
}, |
1873
|
|
|
|
|
|
|
'second' => { |
1874
|
|
|
|
|
|
|
'name' => q(sec), |
1875
|
|
|
|
|
|
|
'one' => q({0} s), |
1876
|
|
|
|
|
|
|
'other' => q({0} s), |
1877
|
|
|
|
|
|
|
}, |
1878
|
|
|
|
|
|
|
'week' => { |
1879
|
|
|
|
|
|
|
'name' => q(اونۍ), |
1880
|
|
|
|
|
|
|
'one' => q({0} w), |
1881
|
|
|
|
|
|
|
'other' => q({0} w), |
1882
|
|
|
|
|
|
|
}, |
1883
|
|
|
|
|
|
|
'year' => { |
1884
|
|
|
|
|
|
|
'name' => q(yr), |
1885
|
|
|
|
|
|
|
'one' => q({0} y), |
1886
|
|
|
|
|
|
|
'other' => q({0} y), |
1887
|
|
|
|
|
|
|
}, |
1888
|
|
|
|
|
|
|
}, |
1889
|
|
|
|
|
|
|
'short' => { |
1890
|
|
|
|
|
|
|
'' => { |
1891
|
|
|
|
|
|
|
'name' => q(اړخ), |
1892
|
|
|
|
|
|
|
}, |
1893
|
|
|
|
|
|
|
'acre' => { |
1894
|
|
|
|
|
|
|
'name' => q(ايکړز), |
1895
|
|
|
|
|
|
|
'one' => q({0} ac), |
1896
|
|
|
|
|
|
|
'other' => q({0} ac), |
1897
|
|
|
|
|
|
|
}, |
1898
|
|
|
|
|
|
|
'acre-foot' => { |
1899
|
|
|
|
|
|
|
'name' => q(acre ft), |
1900
|
|
|
|
|
|
|
'one' => q({0} ac ft), |
1901
|
|
|
|
|
|
|
'other' => q({0} ac ft), |
1902
|
|
|
|
|
|
|
}, |
1903
|
|
|
|
|
|
|
'ampere' => { |
1904
|
|
|
|
|
|
|
'name' => q(amps), |
1905
|
|
|
|
|
|
|
'one' => q({0} A), |
1906
|
|
|
|
|
|
|
'other' => q({0} A), |
1907
|
|
|
|
|
|
|
}, |
1908
|
|
|
|
|
|
|
'arc-minute' => { |
1909
|
|
|
|
|
|
|
'name' => q(arcmins), |
1910
|
|
|
|
|
|
|
'one' => q({0}′), |
1911
|
|
|
|
|
|
|
'other' => q({0}′), |
1912
|
|
|
|
|
|
|
}, |
1913
|
|
|
|
|
|
|
'arc-second' => { |
1914
|
|
|
|
|
|
|
'name' => q(آرکیسی), |
1915
|
|
|
|
|
|
|
'one' => q({0}″), |
1916
|
|
|
|
|
|
|
'other' => q({0}″), |
1917
|
|
|
|
|
|
|
}, |
1918
|
|
|
|
|
|
|
'astronomical-unit' => { |
1919
|
|
|
|
|
|
|
'name' => q(au), |
1920
|
|
|
|
|
|
|
'one' => q({0} au), |
1921
|
|
|
|
|
|
|
'other' => q({0} au), |
1922
|
|
|
|
|
|
|
}, |
1923
|
|
|
|
|
|
|
'atmosphere' => { |
1924
|
|
|
|
|
|
|
'name' => q(atm), |
1925
|
|
|
|
|
|
|
'one' => q({0} atm), |
1926
|
|
|
|
|
|
|
'other' => q({0} atm), |
1927
|
|
|
|
|
|
|
}, |
1928
|
|
|
|
|
|
|
'bit' => { |
1929
|
|
|
|
|
|
|
'name' => q(bit), |
1930
|
|
|
|
|
|
|
'one' => q({0} bit), |
1931
|
|
|
|
|
|
|
'other' => q({0} bit), |
1932
|
|
|
|
|
|
|
}, |
1933
|
|
|
|
|
|
|
'byte' => { |
1934
|
|
|
|
|
|
|
'name' => q(byte), |
1935
|
|
|
|
|
|
|
'one' => q({0} byte), |
1936
|
|
|
|
|
|
|
'other' => q({0} byte), |
1937
|
|
|
|
|
|
|
}, |
1938
|
|
|
|
|
|
|
'calorie' => { |
1939
|
|
|
|
|
|
|
'name' => q(cal), |
1940
|
|
|
|
|
|
|
'one' => q({0} cal), |
1941
|
|
|
|
|
|
|
'other' => q({0} cal), |
1942
|
|
|
|
|
|
|
}, |
1943
|
|
|
|
|
|
|
'carat' => { |
1944
|
|
|
|
|
|
|
'name' => q(قيراط), |
1945
|
|
|
|
|
|
|
'one' => q({0} CD), |
1946
|
|
|
|
|
|
|
'other' => q({0} CD), |
1947
|
|
|
|
|
|
|
}, |
1948
|
|
|
|
|
|
|
'celsius' => { |
1949
|
|
|
|
|
|
|
'name' => q(deg. C), |
1950
|
|
|
|
|
|
|
'one' => q({0}°C), |
1951
|
|
|
|
|
|
|
'other' => q({0}°C), |
1952
|
|
|
|
|
|
|
}, |
1953
|
|
|
|
|
|
|
'centiliter' => { |
1954
|
|
|
|
|
|
|
'name' => q(cL), |
1955
|
|
|
|
|
|
|
'one' => q({0} cL), |
1956
|
|
|
|
|
|
|
'other' => q({0} cL), |
1957
|
|
|
|
|
|
|
}, |
1958
|
|
|
|
|
|
|
'centimeter' => { |
1959
|
|
|
|
|
|
|
'name' => q(cm), |
1960
|
|
|
|
|
|
|
'one' => q({0} cm), |
1961
|
|
|
|
|
|
|
'other' => q({0} cm), |
1962
|
|
|
|
|
|
|
'per' => q({0}/cm), |
1963
|
|
|
|
|
|
|
}, |
1964
|
|
|
|
|
|
|
'century' => { |
1965
|
|
|
|
|
|
|
'name' => q(c), |
1966
|
|
|
|
|
|
|
'one' => q({0} c), |
1967
|
|
|
|
|
|
|
'other' => q({0} c), |
1968
|
|
|
|
|
|
|
}, |
1969
|
|
|
|
|
|
|
'coordinate' => { |
1970
|
|
|
|
|
|
|
'east' => q({0} خ), |
1971
|
|
|
|
|
|
|
'north' => q({0} ش), |
1972
|
|
|
|
|
|
|
'south' => q({0} س), |
1973
|
|
|
|
|
|
|
'west' => q({0} ل), |
1974
|
|
|
|
|
|
|
}, |
1975
|
|
|
|
|
|
|
'cubic-centimeter' => { |
1976
|
|
|
|
|
|
|
'name' => q(cm³), |
1977
|
|
|
|
|
|
|
'one' => q({0} cm³), |
1978
|
|
|
|
|
|
|
'other' => q({0} cm³), |
1979
|
|
|
|
|
|
|
'per' => q({0}/cm³), |
1980
|
|
|
|
|
|
|
}, |
1981
|
|
|
|
|
|
|
'cubic-foot' => { |
1982
|
|
|
|
|
|
|
'name' => q(feet³), |
1983
|
|
|
|
|
|
|
'one' => q({0} ft³), |
1984
|
|
|
|
|
|
|
'other' => q({0} ft³), |
1985
|
|
|
|
|
|
|
}, |
1986
|
|
|
|
|
|
|
'cubic-inch' => { |
1987
|
|
|
|
|
|
|
'name' => q(inches³), |
1988
|
|
|
|
|
|
|
'one' => q({0} in³), |
1989
|
|
|
|
|
|
|
'other' => q({0} in³), |
1990
|
|
|
|
|
|
|
}, |
1991
|
|
|
|
|
|
|
'cubic-kilometer' => { |
1992
|
|
|
|
|
|
|
'name' => q(km³), |
1993
|
|
|
|
|
|
|
'one' => q({0} km³), |
1994
|
|
|
|
|
|
|
'other' => q({0} km³), |
1995
|
|
|
|
|
|
|
}, |
1996
|
|
|
|
|
|
|
'cubic-meter' => { |
1997
|
|
|
|
|
|
|
'name' => q(m³), |
1998
|
|
|
|
|
|
|
'one' => q({0} m³), |
1999
|
|
|
|
|
|
|
'other' => q({0} m³), |
2000
|
|
|
|
|
|
|
'per' => q({0}/m³), |
2001
|
|
|
|
|
|
|
}, |
2002
|
|
|
|
|
|
|
'cubic-mile' => { |
2003
|
|
|
|
|
|
|
'name' => q(mi³), |
2004
|
|
|
|
|
|
|
'one' => q({0} mi³), |
2005
|
|
|
|
|
|
|
'other' => q({0} mi³), |
2006
|
|
|
|
|
|
|
}, |
2007
|
|
|
|
|
|
|
'cubic-yard' => { |
2008
|
|
|
|
|
|
|
'name' => q(yards³), |
2009
|
|
|
|
|
|
|
'one' => q({0} yd³), |
2010
|
|
|
|
|
|
|
'other' => q({0} yd³), |
2011
|
|
|
|
|
|
|
}, |
2012
|
|
|
|
|
|
|
'cup' => { |
2013
|
|
|
|
|
|
|
'name' => q(پيالې), |
2014
|
|
|
|
|
|
|
'one' => q({0} c), |
2015
|
|
|
|
|
|
|
'other' => q({0} c), |
2016
|
|
|
|
|
|
|
}, |
2017
|
|
|
|
|
|
|
'cup-metric' => { |
2018
|
|
|
|
|
|
|
'name' => q(mcup), |
2019
|
|
|
|
|
|
|
'one' => q({0} mc), |
2020
|
|
|
|
|
|
|
'other' => q({0} mc), |
2021
|
|
|
|
|
|
|
}, |
2022
|
|
|
|
|
|
|
'day' => { |
2023
|
|
|
|
|
|
|
'name' => q(ورځې), |
2024
|
|
|
|
|
|
|
'one' => q({0} ورځ), |
2025
|
|
|
|
|
|
|
'other' => q({0} ورځې), |
2026
|
|
|
|
|
|
|
'per' => q({0}/d), |
2027
|
|
|
|
|
|
|
}, |
2028
|
|
|
|
|
|
|
'deciliter' => { |
2029
|
|
|
|
|
|
|
'name' => q(dL), |
2030
|
|
|
|
|
|
|
'one' => q({0} dL), |
2031
|
|
|
|
|
|
|
'other' => q({0} dL), |
2032
|
|
|
|
|
|
|
}, |
2033
|
|
|
|
|
|
|
'decimeter' => { |
2034
|
|
|
|
|
|
|
'name' => q(dm), |
2035
|
|
|
|
|
|
|
'one' => q({0} dm), |
2036
|
|
|
|
|
|
|
'other' => q({0} dm), |
2037
|
|
|
|
|
|
|
}, |
2038
|
|
|
|
|
|
|
'degree' => { |
2039
|
|
|
|
|
|
|
'name' => q(درجې), |
2040
|
|
|
|
|
|
|
'one' => q({0}°), |
2041
|
|
|
|
|
|
|
'other' => q({0}°), |
2042
|
|
|
|
|
|
|
}, |
2043
|
|
|
|
|
|
|
'fahrenheit' => { |
2044
|
|
|
|
|
|
|
'name' => q(deg. F), |
2045
|
|
|
|
|
|
|
'one' => q({0}°F), |
2046
|
|
|
|
|
|
|
'other' => q({0}°F), |
2047
|
|
|
|
|
|
|
}, |
2048
|
|
|
|
|
|
|
'fluid-ounce' => { |
2049
|
|
|
|
|
|
|
'name' => q(fl oz), |
2050
|
|
|
|
|
|
|
'one' => q({0} fl oz), |
2051
|
|
|
|
|
|
|
'other' => q({0} fl oz), |
2052
|
|
|
|
|
|
|
}, |
2053
|
|
|
|
|
|
|
'foodcalorie' => { |
2054
|
|
|
|
|
|
|
'name' => q(Cal), |
2055
|
|
|
|
|
|
|
'one' => q({0} Cal), |
2056
|
|
|
|
|
|
|
'other' => q({0} Cal), |
2057
|
|
|
|
|
|
|
}, |
2058
|
|
|
|
|
|
|
'foot' => { |
2059
|
|
|
|
|
|
|
'name' => q(فټه), |
2060
|
|
|
|
|
|
|
'one' => q({0} ft), |
2061
|
|
|
|
|
|
|
'other' => q({0} ft), |
2062
|
|
|
|
|
|
|
'per' => q({0}/ft), |
2063
|
|
|
|
|
|
|
}, |
2064
|
|
|
|
|
|
|
'g-force' => { |
2065
|
|
|
|
|
|
|
'name' => q(د جاذبې قوه), |
2066
|
|
|
|
|
|
|
'one' => q({0} G), |
2067
|
|
|
|
|
|
|
'other' => q({0} G), |
2068
|
|
|
|
|
|
|
}, |
2069
|
|
|
|
|
|
|
'gallon' => { |
2070
|
|
|
|
|
|
|
'name' => q(gal), |
2071
|
|
|
|
|
|
|
'one' => q({0} gal), |
2072
|
|
|
|
|
|
|
'other' => q({0} gal), |
2073
|
|
|
|
|
|
|
'per' => q({0}/gal US), |
2074
|
|
|
|
|
|
|
}, |
2075
|
|
|
|
|
|
|
'gallon-imperial' => { |
2076
|
|
|
|
|
|
|
'name' => q(Imp. gal), |
2077
|
|
|
|
|
|
|
'one' => q({0} gal Imp.), |
2078
|
|
|
|
|
|
|
'other' => q({0} gal Imp.), |
2079
|
|
|
|
|
|
|
'per' => q({0}/gal Imp.), |
2080
|
|
|
|
|
|
|
}, |
2081
|
|
|
|
|
|
|
'generic' => { |
2082
|
|
|
|
|
|
|
'name' => q(°), |
2083
|
|
|
|
|
|
|
'one' => q({0}°), |
2084
|
|
|
|
|
|
|
'other' => q({0}°), |
2085
|
|
|
|
|
|
|
}, |
2086
|
|
|
|
|
|
|
'gigabit' => { |
2087
|
|
|
|
|
|
|
'name' => q(Gbit), |
2088
|
|
|
|
|
|
|
'one' => q({0} Gb), |
2089
|
|
|
|
|
|
|
'other' => q({0} Gb), |
2090
|
|
|
|
|
|
|
}, |
2091
|
|
|
|
|
|
|
'gigabyte' => { |
2092
|
|
|
|
|
|
|
'name' => q(GByte), |
2093
|
|
|
|
|
|
|
'one' => q({0} GB), |
2094
|
|
|
|
|
|
|
'other' => q({0} GB), |
2095
|
|
|
|
|
|
|
}, |
2096
|
|
|
|
|
|
|
'gigahertz' => { |
2097
|
|
|
|
|
|
|
'name' => q(GHz), |
2098
|
|
|
|
|
|
|
'one' => q({0} GHz), |
2099
|
|
|
|
|
|
|
'other' => q({0} GHz), |
2100
|
|
|
|
|
|
|
}, |
2101
|
|
|
|
|
|
|
'gigawatt' => { |
2102
|
|
|
|
|
|
|
'name' => q(GW), |
2103
|
|
|
|
|
|
|
'one' => q({0} GW), |
2104
|
|
|
|
|
|
|
'other' => q({0} GW), |
2105
|
|
|
|
|
|
|
}, |
2106
|
|
|
|
|
|
|
'gram' => { |
2107
|
|
|
|
|
|
|
'name' => q(ګرامز), |
2108
|
|
|
|
|
|
|
'one' => q({0} g), |
2109
|
|
|
|
|
|
|
'other' => q({0} g), |
2110
|
|
|
|
|
|
|
'per' => q({0}/g), |
2111
|
|
|
|
|
|
|
}, |
2112
|
|
|
|
|
|
|
'hectare' => { |
2113
|
|
|
|
|
|
|
'name' => q(هيکترې), |
2114
|
|
|
|
|
|
|
'one' => q({0} ha), |
2115
|
|
|
|
|
|
|
'other' => q({0} ha), |
2116
|
|
|
|
|
|
|
}, |
2117
|
|
|
|
|
|
|
'hectoliter' => { |
2118
|
|
|
|
|
|
|
'name' => q(hL), |
2119
|
|
|
|
|
|
|
'one' => q({0} hL), |
2120
|
|
|
|
|
|
|
'other' => q({0} hL), |
2121
|
|
|
|
|
|
|
}, |
2122
|
|
|
|
|
|
|
'hectopascal' => { |
2123
|
|
|
|
|
|
|
'name' => q(hPa), |
2124
|
|
|
|
|
|
|
'one' => q({0} hPa), |
2125
|
|
|
|
|
|
|
'other' => q({0} hPa), |
2126
|
|
|
|
|
|
|
}, |
2127
|
|
|
|
|
|
|
'hertz' => { |
2128
|
|
|
|
|
|
|
'name' => q(Hz), |
2129
|
|
|
|
|
|
|
'one' => q({0} Hz), |
2130
|
|
|
|
|
|
|
'other' => q({0} Hz), |
2131
|
|
|
|
|
|
|
}, |
2132
|
|
|
|
|
|
|
'horsepower' => { |
2133
|
|
|
|
|
|
|
'name' => q(hp), |
2134
|
|
|
|
|
|
|
'one' => q({0} hp), |
2135
|
|
|
|
|
|
|
'other' => q({0} hp), |
2136
|
|
|
|
|
|
|
}, |
2137
|
|
|
|
|
|
|
'hour' => { |
2138
|
|
|
|
|
|
|
'name' => q(ساعتونه), |
2139
|
|
|
|
|
|
|
'one' => q({0} h), |
2140
|
|
|
|
|
|
|
'other' => q({0} h), |
2141
|
|
|
|
|
|
|
'per' => q({0}/h), |
2142
|
|
|
|
|
|
|
}, |
2143
|
|
|
|
|
|
|
'inch' => { |
2144
|
|
|
|
|
|
|
'name' => q(انچې), |
2145
|
|
|
|
|
|
|
'one' => q({0} in), |
2146
|
|
|
|
|
|
|
'other' => q({0} in), |
2147
|
|
|
|
|
|
|
'per' => q({0}/in), |
2148
|
|
|
|
|
|
|
}, |
2149
|
|
|
|
|
|
|
'inch-hg' => { |
2150
|
|
|
|
|
|
|
'name' => q(inHg), |
2151
|
|
|
|
|
|
|
'one' => q({0} inHg), |
2152
|
|
|
|
|
|
|
'other' => q({0} inHg), |
2153
|
|
|
|
|
|
|
}, |
2154
|
|
|
|
|
|
|
'joule' => { |
2155
|
|
|
|
|
|
|
'name' => q(جولز), |
2156
|
|
|
|
|
|
|
'one' => q({0} J), |
2157
|
|
|
|
|
|
|
'other' => q({0} J), |
2158
|
|
|
|
|
|
|
}, |
2159
|
|
|
|
|
|
|
'karat' => { |
2160
|
|
|
|
|
|
|
'name' => q(قيراط), |
2161
|
|
|
|
|
|
|
'one' => q({0} kt), |
2162
|
|
|
|
|
|
|
'other' => q({0} kt), |
2163
|
|
|
|
|
|
|
}, |
2164
|
|
|
|
|
|
|
'kelvin' => { |
2165
|
|
|
|
|
|
|
'name' => q(K), |
2166
|
|
|
|
|
|
|
'one' => q({0} K), |
2167
|
|
|
|
|
|
|
'other' => q({0} K), |
2168
|
|
|
|
|
|
|
}, |
2169
|
|
|
|
|
|
|
'kilobit' => { |
2170
|
|
|
|
|
|
|
'name' => q(kbit), |
2171
|
|
|
|
|
|
|
'one' => q({0} kb), |
2172
|
|
|
|
|
|
|
'other' => q({0} kb), |
2173
|
|
|
|
|
|
|
}, |
2174
|
|
|
|
|
|
|
'kilobyte' => { |
2175
|
|
|
|
|
|
|
'name' => q(kByte), |
2176
|
|
|
|
|
|
|
'one' => q({0} kB), |
2177
|
|
|
|
|
|
|
'other' => q({0} kB), |
2178
|
|
|
|
|
|
|
}, |
2179
|
|
|
|
|
|
|
'kilocalorie' => { |
2180
|
|
|
|
|
|
|
'name' => q(kcal), |
2181
|
|
|
|
|
|
|
'one' => q({0} kcal), |
2182
|
|
|
|
|
|
|
'other' => q({0} kcal), |
2183
|
|
|
|
|
|
|
}, |
2184
|
|
|
|
|
|
|
'kilogram' => { |
2185
|
|
|
|
|
|
|
'name' => q(kg), |
2186
|
|
|
|
|
|
|
'one' => q({0} kg), |
2187
|
|
|
|
|
|
|
'other' => q({0} kg), |
2188
|
|
|
|
|
|
|
'per' => q({0}/kg), |
2189
|
|
|
|
|
|
|
}, |
2190
|
|
|
|
|
|
|
'kilohertz' => { |
2191
|
|
|
|
|
|
|
'name' => q(kHz), |
2192
|
|
|
|
|
|
|
'one' => q({0} kHz), |
2193
|
|
|
|
|
|
|
'other' => q({0} kHz), |
2194
|
|
|
|
|
|
|
}, |
2195
|
|
|
|
|
|
|
'kilojoule' => { |
2196
|
|
|
|
|
|
|
'name' => q(کيلو جول), |
2197
|
|
|
|
|
|
|
'one' => q({0} kJ), |
2198
|
|
|
|
|
|
|
'other' => q({0} kJ), |
2199
|
|
|
|
|
|
|
}, |
2200
|
|
|
|
|
|
|
'kilometer' => { |
2201
|
|
|
|
|
|
|
'name' => q(km), |
2202
|
|
|
|
|
|
|
'one' => q({0} km), |
2203
|
|
|
|
|
|
|
'other' => q({0} km), |
2204
|
|
|
|
|
|
|
'per' => q({0}/km), |
2205
|
|
|
|
|
|
|
}, |
2206
|
|
|
|
|
|
|
'kilometer-per-hour' => { |
2207
|
|
|
|
|
|
|
'name' => q(km/hour), |
2208
|
|
|
|
|
|
|
'one' => q({0} kph), |
2209
|
|
|
|
|
|
|
'other' => q({0} kph), |
2210
|
|
|
|
|
|
|
}, |
2211
|
|
|
|
|
|
|
'kilowatt' => { |
2212
|
|
|
|
|
|
|
'name' => q(kW), |
2213
|
|
|
|
|
|
|
'one' => q({0} kW), |
2214
|
|
|
|
|
|
|
'other' => q({0} kW), |
2215
|
|
|
|
|
|
|
}, |
2216
|
|
|
|
|
|
|
'kilowatt-hour' => { |
2217
|
|
|
|
|
|
|
'name' => q(kW-hour), |
2218
|
|
|
|
|
|
|
'one' => q({0} kWh), |
2219
|
|
|
|
|
|
|
'other' => q({0} kWh), |
2220
|
|
|
|
|
|
|
}, |
2221
|
|
|
|
|
|
|
'knot' => { |
2222
|
|
|
|
|
|
|
'name' => q(kn), |
2223
|
|
|
|
|
|
|
'one' => q({0} kn), |
2224
|
|
|
|
|
|
|
'other' => q({0} kn), |
2225
|
|
|
|
|
|
|
}, |
2226
|
|
|
|
|
|
|
'light-year' => { |
2227
|
|
|
|
|
|
|
'name' => q(light yrs), |
2228
|
|
|
|
|
|
|
'one' => q({0} ly), |
2229
|
|
|
|
|
|
|
'other' => q({0} ly), |
2230
|
|
|
|
|
|
|
}, |
2231
|
|
|
|
|
|
|
'liter' => { |
2232
|
|
|
|
|
|
|
'name' => q(ليټرز), |
2233
|
|
|
|
|
|
|
'one' => q({0} L), |
2234
|
|
|
|
|
|
|
'other' => q({0} L), |
2235
|
|
|
|
|
|
|
'per' => q({0}/L), |
2236
|
|
|
|
|
|
|
}, |
2237
|
|
|
|
|
|
|
'liter-per-100kilometers' => { |
2238
|
|
|
|
|
|
|
'name' => q(L/100km), |
2239
|
|
|
|
|
|
|
'one' => q({0} L/100km), |
2240
|
|
|
|
|
|
|
'other' => q({0} L/100km), |
2241
|
|
|
|
|
|
|
}, |
2242
|
|
|
|
|
|
|
'liter-per-kilometer' => { |
2243
|
|
|
|
|
|
|
'name' => q(L/km), |
2244
|
|
|
|
|
|
|
'one' => q({0} L/km), |
2245
|
|
|
|
|
|
|
'other' => q({0} L/km), |
2246
|
|
|
|
|
|
|
}, |
2247
|
|
|
|
|
|
|
'lux' => { |
2248
|
|
|
|
|
|
|
'name' => q(lx), |
2249
|
|
|
|
|
|
|
'one' => q({0} lx), |
2250
|
|
|
|
|
|
|
'other' => q({0} lx), |
2251
|
|
|
|
|
|
|
}, |
2252
|
|
|
|
|
|
|
'megabit' => { |
2253
|
|
|
|
|
|
|
'name' => q(Mbit), |
2254
|
|
|
|
|
|
|
'one' => q({0} Mb), |
2255
|
|
|
|
|
|
|
'other' => q({0} Mb), |
2256
|
|
|
|
|
|
|
}, |
2257
|
|
|
|
|
|
|
'megabyte' => { |
2258
|
|
|
|
|
|
|
'name' => q(MByte), |
2259
|
|
|
|
|
|
|
'one' => q({0} MB), |
2260
|
|
|
|
|
|
|
'other' => q({0} MB), |
2261
|
|
|
|
|
|
|
}, |
2262
|
|
|
|
|
|
|
'megahertz' => { |
2263
|
|
|
|
|
|
|
'name' => q(MHz), |
2264
|
|
|
|
|
|
|
'one' => q({0} MHz), |
2265
|
|
|
|
|
|
|
'other' => q({0} MHz), |
2266
|
|
|
|
|
|
|
}, |
2267
|
|
|
|
|
|
|
'megaliter' => { |
2268
|
|
|
|
|
|
|
'name' => q(ML), |
2269
|
|
|
|
|
|
|
'one' => q({0} ML), |
2270
|
|
|
|
|
|
|
'other' => q({0} ML), |
2271
|
|
|
|
|
|
|
}, |
2272
|
|
|
|
|
|
|
'megawatt' => { |
2273
|
|
|
|
|
|
|
'name' => q(MW), |
2274
|
|
|
|
|
|
|
'one' => q({0} MW), |
2275
|
|
|
|
|
|
|
'other' => q({0} MW), |
2276
|
|
|
|
|
|
|
}, |
2277
|
|
|
|
|
|
|
'meter' => { |
2278
|
|
|
|
|
|
|
'name' => q(m), |
2279
|
|
|
|
|
|
|
'one' => q({0} m), |
2280
|
|
|
|
|
|
|
'other' => q({0} m), |
2281
|
|
|
|
|
|
|
'per' => q({0}/m), |
2282
|
|
|
|
|
|
|
}, |
2283
|
|
|
|
|
|
|
'meter-per-second' => { |
2284
|
|
|
|
|
|
|
'name' => q(meters/sec), |
2285
|
|
|
|
|
|
|
'one' => q({0} m/s), |
2286
|
|
|
|
|
|
|
'other' => q({0} m/s), |
2287
|
|
|
|
|
|
|
}, |
2288
|
|
|
|
|
|
|
'meter-per-second-squared' => { |
2289
|
|
|
|
|
|
|
'name' => q(meters/sec²), |
2290
|
|
|
|
|
|
|
'one' => q({0} m/s²), |
2291
|
|
|
|
|
|
|
'other' => q({0} m/s²), |
2292
|
|
|
|
|
|
|
}, |
2293
|
|
|
|
|
|
|
'metric-ton' => { |
2294
|
|
|
|
|
|
|
'name' => q(t), |
2295
|
|
|
|
|
|
|
'one' => q({0} t), |
2296
|
|
|
|
|
|
|
'other' => q({0} t), |
2297
|
|
|
|
|
|
|
}, |
2298
|
|
|
|
|
|
|
'microgram' => { |
2299
|
|
|
|
|
|
|
'name' => q(µg), |
2300
|
|
|
|
|
|
|
'one' => q({0} µg), |
2301
|
|
|
|
|
|
|
'other' => q({0} µg), |
2302
|
|
|
|
|
|
|
}, |
2303
|
|
|
|
|
|
|
'micrometer' => { |
2304
|
|
|
|
|
|
|
'name' => q(µmeters), |
2305
|
|
|
|
|
|
|
'one' => q({0} µm), |
2306
|
|
|
|
|
|
|
'other' => q({0} µm), |
2307
|
|
|
|
|
|
|
}, |
2308
|
|
|
|
|
|
|
'microsecond' => { |
2309
|
|
|
|
|
|
|
'name' => q(μs), |
2310
|
|
|
|
|
|
|
'one' => q({0} μs), |
2311
|
|
|
|
|
|
|
'other' => q({0} μs), |
2312
|
|
|
|
|
|
|
}, |
2313
|
|
|
|
|
|
|
'mile' => { |
2314
|
|
|
|
|
|
|
'name' => q(ميلونه), |
2315
|
|
|
|
|
|
|
'one' => q({0} mi), |
2316
|
|
|
|
|
|
|
'other' => q({0} mi), |
2317
|
|
|
|
|
|
|
}, |
2318
|
|
|
|
|
|
|
'mile-per-gallon' => { |
2319
|
|
|
|
|
|
|
'name' => q(mpg US), |
2320
|
|
|
|
|
|
|
'one' => q({0} mpg US), |
2321
|
|
|
|
|
|
|
'other' => q({0} mpg US), |
2322
|
|
|
|
|
|
|
}, |
2323
|
|
|
|
|
|
|
'mile-per-gallon-imperial' => { |
2324
|
|
|
|
|
|
|
'name' => q(ميلز/ګيلن ايمپيريل), |
2325
|
|
|
|
|
|
|
'one' => q({0} mpg Imp.), |
2326
|
|
|
|
|
|
|
'other' => q({0} mpg Imp.), |
2327
|
|
|
|
|
|
|
}, |
2328
|
|
|
|
|
|
|
'mile-per-hour' => { |
2329
|
|
|
|
|
|
|
'name' => q(miles/hour), |
2330
|
|
|
|
|
|
|
'one' => q({0} mph), |
2331
|
|
|
|
|
|
|
'other' => q({0} mph), |
2332
|
|
|
|
|
|
|
}, |
2333
|
|
|
|
|
|
|
'mile-scandinavian' => { |
2334
|
|
|
|
|
|
|
'name' => q(smi), |
2335
|
|
|
|
|
|
|
'one' => q({0} smi), |
2336
|
|
|
|
|
|
|
'other' => q({0} smi), |
2337
|
|
|
|
|
|
|
}, |
2338
|
|
|
|
|
|
|
'milliampere' => { |
2339
|
|
|
|
|
|
|
'name' => q(milliamps), |
2340
|
|
|
|
|
|
|
'one' => q({0} mA), |
2341
|
|
|
|
|
|
|
'other' => q({0} mA), |
2342
|
|
|
|
|
|
|
}, |
2343
|
|
|
|
|
|
|
'millibar' => { |
2344
|
|
|
|
|
|
|
'name' => q(mbar), |
2345
|
|
|
|
|
|
|
'one' => q({0} mbar), |
2346
|
|
|
|
|
|
|
'other' => q({0} mbar), |
2347
|
|
|
|
|
|
|
}, |
2348
|
|
|
|
|
|
|
'milligram' => { |
2349
|
|
|
|
|
|
|
'name' => q(mg), |
2350
|
|
|
|
|
|
|
'one' => q({0} mg), |
2351
|
|
|
|
|
|
|
'other' => q({0} mg), |
2352
|
|
|
|
|
|
|
}, |
2353
|
|
|
|
|
|
|
'milligram-per-deciliter' => { |
2354
|
|
|
|
|
|
|
'name' => q(mg/dL), |
2355
|
|
|
|
|
|
|
'one' => q({0} mg/dL), |
2356
|
|
|
|
|
|
|
'other' => q({0} mg/dL), |
2357
|
|
|
|
|
|
|
}, |
2358
|
|
|
|
|
|
|
'milliliter' => { |
2359
|
|
|
|
|
|
|
'name' => q(mL), |
2360
|
|
|
|
|
|
|
'one' => q({0} mL), |
2361
|
|
|
|
|
|
|
'other' => q({0} mL), |
2362
|
|
|
|
|
|
|
}, |
2363
|
|
|
|
|
|
|
'millimeter' => { |
2364
|
|
|
|
|
|
|
'name' => q(mm), |
2365
|
|
|
|
|
|
|
'one' => q({0} mm), |
2366
|
|
|
|
|
|
|
'other' => q({0} mm), |
2367
|
|
|
|
|
|
|
}, |
2368
|
|
|
|
|
|
|
'millimeter-of-mercury' => { |
2369
|
|
|
|
|
|
|
'name' => q(mmHg), |
2370
|
|
|
|
|
|
|
'one' => q({0} mmHg), |
2371
|
|
|
|
|
|
|
'other' => q({0} mmHg), |
2372
|
|
|
|
|
|
|
}, |
2373
|
|
|
|
|
|
|
'millimole-per-liter' => { |
2374
|
|
|
|
|
|
|
'name' => q(ملي مول/ليټر), |
2375
|
|
|
|
|
|
|
'one' => q({0} mmol/L), |
2376
|
|
|
|
|
|
|
'other' => q({0} mmol/L), |
2377
|
|
|
|
|
|
|
}, |
2378
|
|
|
|
|
|
|
'millisecond' => { |
2379
|
|
|
|
|
|
|
'name' => q(ms), |
2380
|
|
|
|
|
|
|
'one' => q({0} ms), |
2381
|
|
|
|
|
|
|
'other' => q({0} ms), |
2382
|
|
|
|
|
|
|
}, |
2383
|
|
|
|
|
|
|
'milliwatt' => { |
2384
|
|
|
|
|
|
|
'name' => q(mW), |
2385
|
|
|
|
|
|
|
'one' => q({0} mW), |
2386
|
|
|
|
|
|
|
'other' => q({0} mW), |
2387
|
|
|
|
|
|
|
}, |
2388
|
|
|
|
|
|
|
'minute' => { |
2389
|
|
|
|
|
|
|
'name' => q(mins), |
2390
|
|
|
|
|
|
|
'one' => q({0} min), |
2391
|
|
|
|
|
|
|
'other' => q({0} min), |
2392
|
|
|
|
|
|
|
'per' => q({0}/min), |
2393
|
|
|
|
|
|
|
}, |
2394
|
|
|
|
|
|
|
'month' => { |
2395
|
|
|
|
|
|
|
'name' => q(مياشتې), |
2396
|
|
|
|
|
|
|
'one' => q({0} m), |
2397
|
|
|
|
|
|
|
'other' => q({0} mths), |
2398
|
|
|
|
|
|
|
'per' => q({0}/m), |
2399
|
|
|
|
|
|
|
}, |
2400
|
|
|
|
|
|
|
'nanometer' => { |
2401
|
|
|
|
|
|
|
'name' => q(nm), |
2402
|
|
|
|
|
|
|
'one' => q({0} nm), |
2403
|
|
|
|
|
|
|
'other' => q({0} nm), |
2404
|
|
|
|
|
|
|
}, |
2405
|
|
|
|
|
|
|
'nanosecond' => { |
2406
|
|
|
|
|
|
|
'name' => q(ns), |
2407
|
|
|
|
|
|
|
'one' => q({0} ns), |
2408
|
|
|
|
|
|
|
'other' => q({0} ns), |
2409
|
|
|
|
|
|
|
}, |
2410
|
|
|
|
|
|
|
'nautical-mile' => { |
2411
|
|
|
|
|
|
|
'name' => q(nmi), |
2412
|
|
|
|
|
|
|
'one' => q({0} nmi), |
2413
|
|
|
|
|
|
|
'other' => q({0} nmi), |
2414
|
|
|
|
|
|
|
}, |
2415
|
|
|
|
|
|
|
'ohm' => { |
2416
|
|
|
|
|
|
|
'name' => q(اوهمز), |
2417
|
|
|
|
|
|
|
'one' => q({0} Ω), |
2418
|
|
|
|
|
|
|
'other' => q({0} Ω), |
2419
|
|
|
|
|
|
|
}, |
2420
|
|
|
|
|
|
|
'ounce' => { |
2421
|
|
|
|
|
|
|
'name' => q(oz), |
2422
|
|
|
|
|
|
|
'one' => q({0} oz), |
2423
|
|
|
|
|
|
|
'other' => q({0} oz), |
2424
|
|
|
|
|
|
|
'per' => q({0}/oz), |
2425
|
|
|
|
|
|
|
}, |
2426
|
|
|
|
|
|
|
'ounce-troy' => { |
2427
|
|
|
|
|
|
|
'name' => q(oz troy), |
2428
|
|
|
|
|
|
|
'one' => q({0} oz t), |
2429
|
|
|
|
|
|
|
'other' => q({0} oz t), |
2430
|
|
|
|
|
|
|
}, |
2431
|
|
|
|
|
|
|
'parsec' => { |
2432
|
|
|
|
|
|
|
'name' => q(parsecs), |
2433
|
|
|
|
|
|
|
'one' => q({0} pc), |
2434
|
|
|
|
|
|
|
'other' => q({0} pc), |
2435
|
|
|
|
|
|
|
}, |
2436
|
|
|
|
|
|
|
'part-per-million' => { |
2437
|
|
|
|
|
|
|
'name' => q(پارټس/مليون), |
2438
|
|
|
|
|
|
|
'one' => q({0} ppm), |
2439
|
|
|
|
|
|
|
'other' => q({0} ppm), |
2440
|
|
|
|
|
|
|
}, |
2441
|
|
|
|
|
|
|
'per' => { |
2442
|
|
|
|
|
|
|
'1' => q({0}/{1}), |
2443
|
|
|
|
|
|
|
}, |
2444
|
|
|
|
|
|
|
'percent' => { |
2445
|
|
|
|
|
|
|
'name' => q(سلنه), |
2446
|
|
|
|
|
|
|
'one' => q({0}%), |
2447
|
|
|
|
|
|
|
'other' => q({0}%), |
2448
|
|
|
|
|
|
|
}, |
2449
|
|
|
|
|
|
|
'permille' => { |
2450
|
|
|
|
|
|
|
'name' => q(في ميل), |
2451
|
|
|
|
|
|
|
'one' => q({0}‰), |
2452
|
|
|
|
|
|
|
'other' => q({0}‰), |
2453
|
|
|
|
|
|
|
}, |
2454
|
|
|
|
|
|
|
'petabyte' => { |
2455
|
|
|
|
|
|
|
'name' => q(PByte), |
2456
|
|
|
|
|
|
|
'one' => q({0} PB), |
2457
|
|
|
|
|
|
|
'other' => q({0} PB), |
2458
|
|
|
|
|
|
|
}, |
2459
|
|
|
|
|
|
|
'picometer' => { |
2460
|
|
|
|
|
|
|
'name' => q(pm), |
2461
|
|
|
|
|
|
|
'one' => q({0} pm), |
2462
|
|
|
|
|
|
|
'other' => q({0} pm), |
2463
|
|
|
|
|
|
|
}, |
2464
|
|
|
|
|
|
|
'pint' => { |
2465
|
|
|
|
|
|
|
'name' => q(pints), |
2466
|
|
|
|
|
|
|
'one' => q({0} pt), |
2467
|
|
|
|
|
|
|
'other' => q({0} pt), |
2468
|
|
|
|
|
|
|
}, |
2469
|
|
|
|
|
|
|
'pint-metric' => { |
2470
|
|
|
|
|
|
|
'name' => q(mpt), |
2471
|
|
|
|
|
|
|
'one' => q({0} mpt), |
2472
|
|
|
|
|
|
|
'other' => q({0} mpt), |
2473
|
|
|
|
|
|
|
}, |
2474
|
|
|
|
|
|
|
'point' => { |
2475
|
|
|
|
|
|
|
'name' => q(pt), |
2476
|
|
|
|
|
|
|
'one' => q({0} pt), |
2477
|
|
|
|
|
|
|
'other' => q({0} pt), |
2478
|
|
|
|
|
|
|
}, |
2479
|
|
|
|
|
|
|
'pound' => { |
2480
|
|
|
|
|
|
|
'name' => q(پاونډز), |
2481
|
|
|
|
|
|
|
'one' => q({0} lb), |
2482
|
|
|
|
|
|
|
'other' => q({0} lb), |
2483
|
|
|
|
|
|
|
'per' => q({0}/lb), |
2484
|
|
|
|
|
|
|
}, |
2485
|
|
|
|
|
|
|
'pound-per-square-inch' => { |
2486
|
|
|
|
|
|
|
'name' => q(psi), |
2487
|
|
|
|
|
|
|
'one' => q({0} psi), |
2488
|
|
|
|
|
|
|
'other' => q({0} psi), |
2489
|
|
|
|
|
|
|
}, |
2490
|
|
|
|
|
|
|
'quart' => { |
2491
|
|
|
|
|
|
|
'name' => q(qts), |
2492
|
|
|
|
|
|
|
'one' => q({0} qt), |
2493
|
|
|
|
|
|
|
'other' => q({0} qt), |
2494
|
|
|
|
|
|
|
}, |
2495
|
|
|
|
|
|
|
'radian' => { |
2496
|
|
|
|
|
|
|
'name' => q(رادیان), |
2497
|
|
|
|
|
|
|
'one' => q({0} rad), |
2498
|
|
|
|
|
|
|
'other' => q({0} rad), |
2499
|
|
|
|
|
|
|
}, |
2500
|
|
|
|
|
|
|
'revolution' => { |
2501
|
|
|
|
|
|
|
'name' => q(rev), |
2502
|
|
|
|
|
|
|
'one' => q({0} rev), |
2503
|
|
|
|
|
|
|
'other' => q({0} rev), |
2504
|
|
|
|
|
|
|
}, |
2505
|
|
|
|
|
|
|
'second' => { |
2506
|
|
|
|
|
|
|
'name' => q(sec), |
2507
|
|
|
|
|
|
|
'one' => q({0} s), |
2508
|
|
|
|
|
|
|
'other' => q({0} s), |
2509
|
|
|
|
|
|
|
'per' => q({0}/s), |
2510
|
|
|
|
|
|
|
}, |
2511
|
|
|
|
|
|
|
'square-centimeter' => { |
2512
|
|
|
|
|
|
|
'name' => q(cm²), |
2513
|
|
|
|
|
|
|
'one' => q({0} cm²), |
2514
|
|
|
|
|
|
|
'other' => q({0} cm²), |
2515
|
|
|
|
|
|
|
'per' => q({0}/cm²), |
2516
|
|
|
|
|
|
|
}, |
2517
|
|
|
|
|
|
|
'square-foot' => { |
2518
|
|
|
|
|
|
|
'name' => q(sq feet), |
2519
|
|
|
|
|
|
|
'one' => q({0} sq ft), |
2520
|
|
|
|
|
|
|
'other' => q({0} sq ft), |
2521
|
|
|
|
|
|
|
}, |
2522
|
|
|
|
|
|
|
'square-inch' => { |
2523
|
|
|
|
|
|
|
'name' => q(inches²), |
2524
|
|
|
|
|
|
|
'one' => q({0} in²), |
2525
|
|
|
|
|
|
|
'other' => q({0} in²), |
2526
|
|
|
|
|
|
|
'per' => q({0}/in²), |
2527
|
|
|
|
|
|
|
}, |
2528
|
|
|
|
|
|
|
'square-kilometer' => { |
2529
|
|
|
|
|
|
|
'name' => q(km²), |
2530
|
|
|
|
|
|
|
'one' => q({0} km²), |
2531
|
|
|
|
|
|
|
'other' => q({0} km²), |
2532
|
|
|
|
|
|
|
'per' => q({0}/km²), |
2533
|
|
|
|
|
|
|
}, |
2534
|
|
|
|
|
|
|
'square-meter' => { |
2535
|
|
|
|
|
|
|
'name' => q(meters²), |
2536
|
|
|
|
|
|
|
'one' => q({0} m²), |
2537
|
|
|
|
|
|
|
'other' => q({0} m²), |
2538
|
|
|
|
|
|
|
'per' => q({0}/m²), |
2539
|
|
|
|
|
|
|
}, |
2540
|
|
|
|
|
|
|
'square-mile' => { |
2541
|
|
|
|
|
|
|
'name' => q(sq miles), |
2542
|
|
|
|
|
|
|
'one' => q({0} sq mi), |
2543
|
|
|
|
|
|
|
'other' => q({0} sq mi), |
2544
|
|
|
|
|
|
|
'per' => q({0}/mi²), |
2545
|
|
|
|
|
|
|
}, |
2546
|
|
|
|
|
|
|
'square-yard' => { |
2547
|
|
|
|
|
|
|
'name' => q(yards²), |
2548
|
|
|
|
|
|
|
'one' => q({0} yd²), |
2549
|
|
|
|
|
|
|
'other' => q({0} yd²), |
2550
|
|
|
|
|
|
|
}, |
2551
|
|
|
|
|
|
|
'tablespoon' => { |
2552
|
|
|
|
|
|
|
'name' => q(tbsp), |
2553
|
|
|
|
|
|
|
'one' => q({0} tbsp), |
2554
|
|
|
|
|
|
|
'other' => q({0} tbsp), |
2555
|
|
|
|
|
|
|
}, |
2556
|
|
|
|
|
|
|
'teaspoon' => { |
2557
|
|
|
|
|
|
|
'name' => q(tsp), |
2558
|
|
|
|
|
|
|
'one' => q({0} tsp), |
2559
|
|
|
|
|
|
|
'other' => q({0} tsp), |
2560
|
|
|
|
|
|
|
}, |
2561
|
|
|
|
|
|
|
'terabit' => { |
2562
|
|
|
|
|
|
|
'name' => q(Tbit), |
2563
|
|
|
|
|
|
|
'one' => q({0} Tb), |
2564
|
|
|
|
|
|
|
'other' => q({0} Tb), |
2565
|
|
|
|
|
|
|
}, |
2566
|
|
|
|
|
|
|
'terabyte' => { |
2567
|
|
|
|
|
|
|
'name' => q(TByte), |
2568
|
|
|
|
|
|
|
'one' => q({0} TB), |
2569
|
|
|
|
|
|
|
'other' => q({0} TB), |
2570
|
|
|
|
|
|
|
}, |
2571
|
|
|
|
|
|
|
'ton' => { |
2572
|
|
|
|
|
|
|
'name' => q(ټنز), |
2573
|
|
|
|
|
|
|
'one' => q({0} tn), |
2574
|
|
|
|
|
|
|
'other' => q({0} tn), |
2575
|
|
|
|
|
|
|
}, |
2576
|
|
|
|
|
|
|
'volt' => { |
2577
|
|
|
|
|
|
|
'name' => q(volts), |
2578
|
|
|
|
|
|
|
'one' => q({0} V), |
2579
|
|
|
|
|
|
|
'other' => q({0} V), |
2580
|
|
|
|
|
|
|
}, |
2581
|
|
|
|
|
|
|
'watt' => { |
2582
|
|
|
|
|
|
|
'name' => q(واټس), |
2583
|
|
|
|
|
|
|
'one' => q({0} W), |
2584
|
|
|
|
|
|
|
'other' => q({0} W), |
2585
|
|
|
|
|
|
|
}, |
2586
|
|
|
|
|
|
|
'week' => { |
2587
|
|
|
|
|
|
|
'name' => q(اونۍ), |
2588
|
|
|
|
|
|
|
'one' => q({0} w), |
2589
|
|
|
|
|
|
|
'other' => q({0} wks), |
2590
|
|
|
|
|
|
|
'per' => q({0}/w), |
2591
|
|
|
|
|
|
|
}, |
2592
|
|
|
|
|
|
|
'yard' => { |
2593
|
|
|
|
|
|
|
'name' => q(ګزه), |
2594
|
|
|
|
|
|
|
'one' => q({0} yd), |
2595
|
|
|
|
|
|
|
'other' => q({0} yd), |
2596
|
|
|
|
|
|
|
}, |
2597
|
|
|
|
|
|
|
'year' => { |
2598
|
|
|
|
|
|
|
'name' => q(کالونه), |
2599
|
|
|
|
|
|
|
'one' => q({0} y), |
2600
|
|
|
|
|
|
|
'other' => q({0} y), |
2601
|
|
|
|
|
|
|
'per' => q({0}/y), |
2602
|
|
|
|
|
|
|
}, |
2603
|
|
|
|
|
|
|
}, |
2604
|
|
|
|
|
|
|
} } |
2605
|
|
|
|
|
|
|
); |
2606
|
|
|
|
|
|
|
|
2607
|
|
|
|
|
|
|
has 'yesstr' => ( |
2608
|
|
|
|
|
|
|
is => 'ro', |
2609
|
|
|
|
|
|
|
isa => RegexpRef, |
2610
|
|
|
|
|
|
|
init_arg => undef, |
2611
|
|
|
|
|
|
|
default => sub { qr'^(?i:هو|ه|yes|y)$' } |
2612
|
|
|
|
|
|
|
); |
2613
|
|
|
|
|
|
|
|
2614
|
|
|
|
|
|
|
has 'nostr' => ( |
2615
|
|
|
|
|
|
|
is => 'ro', |
2616
|
|
|
|
|
|
|
isa => RegexpRef, |
2617
|
|
|
|
|
|
|
init_arg => undef, |
2618
|
|
|
|
|
|
|
default => sub { qr'^(?i:نه|ن|no|n)$' } |
2619
|
|
|
|
|
|
|
); |
2620
|
|
|
|
|
|
|
|
2621
|
|
|
|
|
|
|
has 'listPatterns' => ( |
2622
|
|
|
|
|
|
|
is => 'ro', |
2623
|
|
|
|
|
|
|
isa => HashRef, |
2624
|
|
|
|
|
|
|
init_arg => undef, |
2625
|
|
|
|
|
|
|
default => sub { { |
2626
|
|
|
|
|
|
|
start => q({0}, {1}), |
2627
|
|
|
|
|
|
|
middle => q({0}, {1}), |
2628
|
|
|
|
|
|
|
end => q({0}, {1}), |
2629
|
|
|
|
|
|
|
2 => q({0} و {1}), |
2630
|
|
|
|
|
|
|
} } |
2631
|
|
|
|
|
|
|
); |
2632
|
|
|
|
|
|
|
|
2633
|
|
|
|
|
|
|
has 'default_numbering_system' => ( |
2634
|
|
|
|
|
|
|
is => 'ro', |
2635
|
|
|
|
|
|
|
isa => Str, |
2636
|
|
|
|
|
|
|
init_arg => undef, |
2637
|
|
|
|
|
|
|
default => 'arabext', |
2638
|
|
|
|
|
|
|
); |
2639
|
|
|
|
|
|
|
|
2640
|
|
|
|
|
|
|
has native_numbering_system => ( |
2641
|
|
|
|
|
|
|
is => 'ro', |
2642
|
|
|
|
|
|
|
isa => Str, |
2643
|
|
|
|
|
|
|
init_arg => undef, |
2644
|
|
|
|
|
|
|
default => 'arabext', |
2645
|
|
|
|
|
|
|
); |
2646
|
|
|
|
|
|
|
|
2647
|
|
|
|
|
|
|
has 'minimum_grouping_digits' => ( |
2648
|
|
|
|
|
|
|
is =>'ro', |
2649
|
|
|
|
|
|
|
isa => Int, |
2650
|
|
|
|
|
|
|
init_arg => undef, |
2651
|
|
|
|
|
|
|
default => 1, |
2652
|
|
|
|
|
|
|
); |
2653
|
|
|
|
|
|
|
|
2654
|
|
|
|
|
|
|
has 'number_symbols' => ( |
2655
|
|
|
|
|
|
|
is => 'ro', |
2656
|
|
|
|
|
|
|
isa => HashRef, |
2657
|
|
|
|
|
|
|
init_arg => undef, |
2658
|
|
|
|
|
|
|
default => sub { { |
2659
|
|
|
|
|
|
|
'arabext' => { |
2660
|
|
|
|
|
|
|
'decimal' => q(٫), |
2661
|
|
|
|
|
|
|
'exponential' => q(×۱۰^), |
2662
|
|
|
|
|
|
|
'group' => q(٬), |
2663
|
|
|
|
|
|
|
'infinity' => q(∞), |
2664
|
|
|
|
|
|
|
'minusSign' => q(-), |
2665
|
|
|
|
|
|
|
'nan' => q(NaN), |
2666
|
|
|
|
|
|
|
'perMille' => q(؉), |
2667
|
|
|
|
|
|
|
'percentSign' => q(٪), |
2668
|
|
|
|
|
|
|
'plusSign' => q(+), |
2669
|
|
|
|
|
|
|
'superscriptingExponent' => q(×), |
2670
|
|
|
|
|
|
|
}, |
2671
|
|
|
|
|
|
|
'latn' => { |
2672
|
|
|
|
|
|
|
'decimal' => q(,), |
2673
|
|
|
|
|
|
|
'exponential' => q(E), |
2674
|
|
|
|
|
|
|
'group' => q(.), |
2675
|
|
|
|
|
|
|
'infinity' => q(∞), |
2676
|
|
|
|
|
|
|
'minusSign' => q(−), |
2677
|
|
|
|
|
|
|
'nan' => q(NaN), |
2678
|
|
|
|
|
|
|
'perMille' => q(‰), |
2679
|
|
|
|
|
|
|
'percentSign' => q(%), |
2680
|
|
|
|
|
|
|
'plusSign' => q(+), |
2681
|
|
|
|
|
|
|
'superscriptingExponent' => q(×), |
2682
|
|
|
|
|
|
|
}, |
2683
|
|
|
|
|
|
|
} } |
2684
|
|
|
|
|
|
|
); |
2685
|
|
|
|
|
|
|
|
2686
|
|
|
|
|
|
|
has 'number_formats' => ( |
2687
|
|
|
|
|
|
|
is => 'ro', |
2688
|
|
|
|
|
|
|
isa => HashRef, |
2689
|
|
|
|
|
|
|
init_arg => undef, |
2690
|
|
|
|
|
|
|
default => sub { { |
2691
|
|
|
|
|
|
|
decimalFormat => { |
2692
|
|
|
|
|
|
|
'default' => { |
2693
|
|
|
|
|
|
|
'1000' => { |
2694
|
|
|
|
|
|
|
'one' => '0K', |
2695
|
|
|
|
|
|
|
'other' => '0K', |
2696
|
|
|
|
|
|
|
}, |
2697
|
|
|
|
|
|
|
'10000' => { |
2698
|
|
|
|
|
|
|
'one' => '00K', |
2699
|
|
|
|
|
|
|
'other' => '00K', |
2700
|
|
|
|
|
|
|
}, |
2701
|
|
|
|
|
|
|
'100000' => { |
2702
|
|
|
|
|
|
|
'one' => '000K', |
2703
|
|
|
|
|
|
|
'other' => '000K', |
2704
|
|
|
|
|
|
|
}, |
2705
|
|
|
|
|
|
|
'1000000' => { |
2706
|
|
|
|
|
|
|
'one' => '0M', |
2707
|
|
|
|
|
|
|
'other' => '0M', |
2708
|
|
|
|
|
|
|
}, |
2709
|
|
|
|
|
|
|
'10000000' => { |
2710
|
|
|
|
|
|
|
'one' => '00M', |
2711
|
|
|
|
|
|
|
'other' => '00M', |
2712
|
|
|
|
|
|
|
}, |
2713
|
|
|
|
|
|
|
'100000000' => { |
2714
|
|
|
|
|
|
|
'one' => '000M', |
2715
|
|
|
|
|
|
|
'other' => '000M', |
2716
|
|
|
|
|
|
|
}, |
2717
|
|
|
|
|
|
|
'1000000000' => { |
2718
|
|
|
|
|
|
|
'one' => '0B', |
2719
|
|
|
|
|
|
|
'other' => '0B', |
2720
|
|
|
|
|
|
|
}, |
2721
|
|
|
|
|
|
|
'10000000000' => { |
2722
|
|
|
|
|
|
|
'one' => '00B', |
2723
|
|
|
|
|
|
|
'other' => '00B', |
2724
|
|
|
|
|
|
|
}, |
2725
|
|
|
|
|
|
|
'100000000000' => { |
2726
|
|
|
|
|
|
|
'one' => '000G', |
2727
|
|
|
|
|
|
|
'other' => '000B', |
2728
|
|
|
|
|
|
|
}, |
2729
|
|
|
|
|
|
|
'1000000000000' => { |
2730
|
|
|
|
|
|
|
'one' => '0T', |
2731
|
|
|
|
|
|
|
'other' => '0T', |
2732
|
|
|
|
|
|
|
}, |
2733
|
|
|
|
|
|
|
'10000000000000' => { |
2734
|
|
|
|
|
|
|
'one' => '00T', |
2735
|
|
|
|
|
|
|
'other' => '00T', |
2736
|
|
|
|
|
|
|
}, |
2737
|
|
|
|
|
|
|
'100000000000000' => { |
2738
|
|
|
|
|
|
|
'one' => '000T', |
2739
|
|
|
|
|
|
|
'other' => '000T', |
2740
|
|
|
|
|
|
|
}, |
2741
|
|
|
|
|
|
|
'standard' => { |
2742
|
|
|
|
|
|
|
'default' => '#,##0.###', |
2743
|
|
|
|
|
|
|
}, |
2744
|
|
|
|
|
|
|
}, |
2745
|
|
|
|
|
|
|
'long' => { |
2746
|
|
|
|
|
|
|
'1000' => { |
2747
|
|
|
|
|
|
|
'one' => '0K', |
2748
|
|
|
|
|
|
|
'other' => '0K', |
2749
|
|
|
|
|
|
|
}, |
2750
|
|
|
|
|
|
|
'10000' => { |
2751
|
|
|
|
|
|
|
'one' => '00K', |
2752
|
|
|
|
|
|
|
'other' => '00K', |
2753
|
|
|
|
|
|
|
}, |
2754
|
|
|
|
|
|
|
'100000' => { |
2755
|
|
|
|
|
|
|
'one' => '000K', |
2756
|
|
|
|
|
|
|
'other' => '000K', |
2757
|
|
|
|
|
|
|
}, |
2758
|
|
|
|
|
|
|
'1000000' => { |
2759
|
|
|
|
|
|
|
'one' => '0M', |
2760
|
|
|
|
|
|
|
'other' => '0M', |
2761
|
|
|
|
|
|
|
}, |
2762
|
|
|
|
|
|
|
'10000000' => { |
2763
|
|
|
|
|
|
|
'one' => '00M', |
2764
|
|
|
|
|
|
|
'other' => '00M', |
2765
|
|
|
|
|
|
|
}, |
2766
|
|
|
|
|
|
|
'100000000' => { |
2767
|
|
|
|
|
|
|
'one' => '000M', |
2768
|
|
|
|
|
|
|
'other' => '000M', |
2769
|
|
|
|
|
|
|
}, |
2770
|
|
|
|
|
|
|
'1000000000' => { |
2771
|
|
|
|
|
|
|
'one' => '0G', |
2772
|
|
|
|
|
|
|
'other' => '0G', |
2773
|
|
|
|
|
|
|
}, |
2774
|
|
|
|
|
|
|
'10000000000' => { |
2775
|
|
|
|
|
|
|
'one' => '00G', |
2776
|
|
|
|
|
|
|
'other' => '00G', |
2777
|
|
|
|
|
|
|
}, |
2778
|
|
|
|
|
|
|
'100000000000' => { |
2779
|
|
|
|
|
|
|
'one' => '000G', |
2780
|
|
|
|
|
|
|
'other' => '000G', |
2781
|
|
|
|
|
|
|
}, |
2782
|
|
|
|
|
|
|
'1000000000000' => { |
2783
|
|
|
|
|
|
|
'one' => '0T', |
2784
|
|
|
|
|
|
|
'other' => '0T', |
2785
|
|
|
|
|
|
|
}, |
2786
|
|
|
|
|
|
|
'10000000000000' => { |
2787
|
|
|
|
|
|
|
'one' => '00T', |
2788
|
|
|
|
|
|
|
'other' => '00T', |
2789
|
|
|
|
|
|
|
}, |
2790
|
|
|
|
|
|
|
'100000000000000' => { |
2791
|
|
|
|
|
|
|
'one' => '000T', |
2792
|
|
|
|
|
|
|
'other' => '000T', |
2793
|
|
|
|
|
|
|
}, |
2794
|
|
|
|
|
|
|
}, |
2795
|
|
|
|
|
|
|
'short' => { |
2796
|
|
|
|
|
|
|
'1000' => { |
2797
|
|
|
|
|
|
|
'one' => '0K', |
2798
|
|
|
|
|
|
|
'other' => '0K', |
2799
|
|
|
|
|
|
|
}, |
2800
|
|
|
|
|
|
|
'10000' => { |
2801
|
|
|
|
|
|
|
'one' => '00K', |
2802
|
|
|
|
|
|
|
'other' => '00K', |
2803
|
|
|
|
|
|
|
}, |
2804
|
|
|
|
|
|
|
'100000' => { |
2805
|
|
|
|
|
|
|
'one' => '000K', |
2806
|
|
|
|
|
|
|
'other' => '000K', |
2807
|
|
|
|
|
|
|
}, |
2808
|
|
|
|
|
|
|
'1000000' => { |
2809
|
|
|
|
|
|
|
'one' => '0M', |
2810
|
|
|
|
|
|
|
'other' => '0M', |
2811
|
|
|
|
|
|
|
}, |
2812
|
|
|
|
|
|
|
'10000000' => { |
2813
|
|
|
|
|
|
|
'one' => '00M', |
2814
|
|
|
|
|
|
|
'other' => '00M', |
2815
|
|
|
|
|
|
|
}, |
2816
|
|
|
|
|
|
|
'100000000' => { |
2817
|
|
|
|
|
|
|
'one' => '000M', |
2818
|
|
|
|
|
|
|
'other' => '000M', |
2819
|
|
|
|
|
|
|
}, |
2820
|
|
|
|
|
|
|
'1000000000' => { |
2821
|
|
|
|
|
|
|
'one' => '0B', |
2822
|
|
|
|
|
|
|
'other' => '0B', |
2823
|
|
|
|
|
|
|
}, |
2824
|
|
|
|
|
|
|
'10000000000' => { |
2825
|
|
|
|
|
|
|
'one' => '00B', |
2826
|
|
|
|
|
|
|
'other' => '00B', |
2827
|
|
|
|
|
|
|
}, |
2828
|
|
|
|
|
|
|
'100000000000' => { |
2829
|
|
|
|
|
|
|
'one' => '000G', |
2830
|
|
|
|
|
|
|
'other' => '000B', |
2831
|
|
|
|
|
|
|
}, |
2832
|
|
|
|
|
|
|
'1000000000000' => { |
2833
|
|
|
|
|
|
|
'one' => '0T', |
2834
|
|
|
|
|
|
|
'other' => '0T', |
2835
|
|
|
|
|
|
|
}, |
2836
|
|
|
|
|
|
|
'10000000000000' => { |
2837
|
|
|
|
|
|
|
'one' => '00T', |
2838
|
|
|
|
|
|
|
'other' => '00T', |
2839
|
|
|
|
|
|
|
}, |
2840
|
|
|
|
|
|
|
'100000000000000' => { |
2841
|
|
|
|
|
|
|
'one' => '000T', |
2842
|
|
|
|
|
|
|
'other' => '000T', |
2843
|
|
|
|
|
|
|
}, |
2844
|
|
|
|
|
|
|
}, |
2845
|
|
|
|
|
|
|
}, |
2846
|
|
|
|
|
|
|
percentFormat => { |
2847
|
|
|
|
|
|
|
'default' => { |
2848
|
|
|
|
|
|
|
'standard' => { |
2849
|
|
|
|
|
|
|
'default' => '#,##0%', |
2850
|
|
|
|
|
|
|
}, |
2851
|
|
|
|
|
|
|
}, |
2852
|
|
|
|
|
|
|
}, |
2853
|
|
|
|
|
|
|
scientificFormat => { |
2854
|
|
|
|
|
|
|
'default' => { |
2855
|
|
|
|
|
|
|
'standard' => { |
2856
|
|
|
|
|
|
|
'default' => '#E0', |
2857
|
|
|
|
|
|
|
}, |
2858
|
|
|
|
|
|
|
}, |
2859
|
|
|
|
|
|
|
}, |
2860
|
|
|
|
|
|
|
} }, |
2861
|
|
|
|
|
|
|
); |
2862
|
|
|
|
|
|
|
|
2863
|
|
|
|
|
|
|
has 'number_currency_formats' => ( |
2864
|
|
|
|
|
|
|
is => 'ro', |
2865
|
|
|
|
|
|
|
isa => HashRef, |
2866
|
|
|
|
|
|
|
init_arg => undef, |
2867
|
|
|
|
|
|
|
default => sub { { |
2868
|
|
|
|
|
|
|
'arabext' => { |
2869
|
|
|
|
|
|
|
'pattern' => { |
2870
|
|
|
|
|
|
|
'default' => { |
2871
|
|
|
|
|
|
|
'standard' => { |
2872
|
|
|
|
|
|
|
'positive' => '#,##0.00 ¤', |
2873
|
|
|
|
|
|
|
}, |
2874
|
|
|
|
|
|
|
}, |
2875
|
|
|
|
|
|
|
}, |
2876
|
|
|
|
|
|
|
}, |
2877
|
|
|
|
|
|
|
'latn' => { |
2878
|
|
|
|
|
|
|
'pattern' => { |
2879
|
|
|
|
|
|
|
'default' => { |
2880
|
|
|
|
|
|
|
'accounting' => { |
2881
|
|
|
|
|
|
|
'positive' => '#,##0.00 ¤', |
2882
|
|
|
|
|
|
|
}, |
2883
|
|
|
|
|
|
|
'standard' => { |
2884
|
|
|
|
|
|
|
'positive' => '#,##0.00 ¤', |
2885
|
|
|
|
|
|
|
}, |
2886
|
|
|
|
|
|
|
}, |
2887
|
|
|
|
|
|
|
}, |
2888
|
|
|
|
|
|
|
}, |
2889
|
|
|
|
|
|
|
} }, |
2890
|
|
|
|
|
|
|
); |
2891
|
|
|
|
|
|
|
|
2892
|
|
|
|
|
|
|
has 'currencies' => ( |
2893
|
|
|
|
|
|
|
is => 'ro', |
2894
|
|
|
|
|
|
|
isa => HashRef, |
2895
|
|
|
|
|
|
|
init_arg => undef, |
2896
|
|
|
|
|
|
|
default => sub { { |
2897
|
|
|
|
|
|
|
'AED' => { |
2898
|
|
|
|
|
|
|
symbol => 'AED', |
2899
|
|
|
|
|
|
|
display_name => { |
2900
|
|
|
|
|
|
|
'currency' => q(AED), |
2901
|
|
|
|
|
|
|
'one' => q(AED), |
2902
|
|
|
|
|
|
|
'other' => q(AED), |
2903
|
|
|
|
|
|
|
}, |
2904
|
|
|
|
|
|
|
}, |
2905
|
|
|
|
|
|
|
'AFA' => { |
2906
|
|
|
|
|
|
|
display_name => { |
2907
|
|
|
|
|
|
|
'currency' => q(افغانۍ \(1927–2002\)), |
2908
|
|
|
|
|
|
|
'one' => q(افغانۍ \(1927–2002\)), |
2909
|
|
|
|
|
|
|
'other' => q(افغانۍ \(1927–2002\)), |
2910
|
|
|
|
|
|
|
}, |
2911
|
|
|
|
|
|
|
}, |
2912
|
|
|
|
|
|
|
'AFN' => { |
2913
|
|
|
|
|
|
|
symbol => '؋', |
2914
|
|
|
|
|
|
|
display_name => { |
2915
|
|
|
|
|
|
|
'currency' => q(افغانۍ), |
2916
|
|
|
|
|
|
|
'one' => q(افغانۍ), |
2917
|
|
|
|
|
|
|
'other' => q(افغانۍ), |
2918
|
|
|
|
|
|
|
}, |
2919
|
|
|
|
|
|
|
}, |
2920
|
|
|
|
|
|
|
'ALL' => { |
2921
|
|
|
|
|
|
|
symbol => 'ALL', |
2922
|
|
|
|
|
|
|
display_name => { |
2923
|
|
|
|
|
|
|
'currency' => q(ALL), |
2924
|
|
|
|
|
|
|
'one' => q(ALL), |
2925
|
|
|
|
|
|
|
'other' => q(ALL), |
2926
|
|
|
|
|
|
|
}, |
2927
|
|
|
|
|
|
|
}, |
2928
|
|
|
|
|
|
|
'AMD' => { |
2929
|
|
|
|
|
|
|
symbol => 'AMD', |
2930
|
|
|
|
|
|
|
display_name => { |
2931
|
|
|
|
|
|
|
'currency' => q(AMD), |
2932
|
|
|
|
|
|
|
'one' => q(AMD), |
2933
|
|
|
|
|
|
|
'other' => q(AMD), |
2934
|
|
|
|
|
|
|
}, |
2935
|
|
|
|
|
|
|
}, |
2936
|
|
|
|
|
|
|
'ANG' => { |
2937
|
|
|
|
|
|
|
symbol => 'ANG', |
2938
|
|
|
|
|
|
|
display_name => { |
2939
|
|
|
|
|
|
|
'currency' => q(ANG), |
2940
|
|
|
|
|
|
|
'one' => q(ANG), |
2941
|
|
|
|
|
|
|
'other' => q(ANG), |
2942
|
|
|
|
|
|
|
}, |
2943
|
|
|
|
|
|
|
}, |
2944
|
|
|
|
|
|
|
'AOA' => { |
2945
|
|
|
|
|
|
|
symbol => 'AOA', |
2946
|
|
|
|
|
|
|
display_name => { |
2947
|
|
|
|
|
|
|
'currency' => q(AOA), |
2948
|
|
|
|
|
|
|
'one' => q(AOA), |
2949
|
|
|
|
|
|
|
'other' => q(AOA), |
2950
|
|
|
|
|
|
|
}, |
2951
|
|
|
|
|
|
|
}, |
2952
|
|
|
|
|
|
|
'ARS' => { |
2953
|
|
|
|
|
|
|
symbol => 'ARS', |
2954
|
|
|
|
|
|
|
display_name => { |
2955
|
|
|
|
|
|
|
'currency' => q(ARS), |
2956
|
|
|
|
|
|
|
'one' => q(ARS), |
2957
|
|
|
|
|
|
|
'other' => q(ARS), |
2958
|
|
|
|
|
|
|
}, |
2959
|
|
|
|
|
|
|
}, |
2960
|
|
|
|
|
|
|
'AUD' => { |
2961
|
|
|
|
|
|
|
symbol => 'A$', |
2962
|
|
|
|
|
|
|
display_name => { |
2963
|
|
|
|
|
|
|
'currency' => q(AUD), |
2964
|
|
|
|
|
|
|
'one' => q(AUD), |
2965
|
|
|
|
|
|
|
'other' => q(AUD), |
2966
|
|
|
|
|
|
|
}, |
2967
|
|
|
|
|
|
|
}, |
2968
|
|
|
|
|
|
|
'AWG' => { |
2969
|
|
|
|
|
|
|
symbol => 'AWG', |
2970
|
|
|
|
|
|
|
display_name => { |
2971
|
|
|
|
|
|
|
'currency' => q(AWG), |
2972
|
|
|
|
|
|
|
'one' => q(AWG), |
2973
|
|
|
|
|
|
|
'other' => q(AWG), |
2974
|
|
|
|
|
|
|
}, |
2975
|
|
|
|
|
|
|
}, |
2976
|
|
|
|
|
|
|
'AZN' => { |
2977
|
|
|
|
|
|
|
symbol => 'AZN', |
2978
|
|
|
|
|
|
|
display_name => { |
2979
|
|
|
|
|
|
|
'currency' => q(AZN), |
2980
|
|
|
|
|
|
|
'one' => q(AZN), |
2981
|
|
|
|
|
|
|
'other' => q(AZN), |
2982
|
|
|
|
|
|
|
}, |
2983
|
|
|
|
|
|
|
}, |
2984
|
|
|
|
|
|
|
'BAM' => { |
2985
|
|
|
|
|
|
|
symbol => 'BAM', |
2986
|
|
|
|
|
|
|
display_name => { |
2987
|
|
|
|
|
|
|
'currency' => q(BAM), |
2988
|
|
|
|
|
|
|
'one' => q(BAM), |
2989
|
|
|
|
|
|
|
'other' => q(BAM), |
2990
|
|
|
|
|
|
|
}, |
2991
|
|
|
|
|
|
|
}, |
2992
|
|
|
|
|
|
|
'BBD' => { |
2993
|
|
|
|
|
|
|
symbol => 'BBD', |
2994
|
|
|
|
|
|
|
display_name => { |
2995
|
|
|
|
|
|
|
'currency' => q(BBD), |
2996
|
|
|
|
|
|
|
'one' => q(BBD), |
2997
|
|
|
|
|
|
|
'other' => q(BBD), |
2998
|
|
|
|
|
|
|
}, |
2999
|
|
|
|
|
|
|
}, |
3000
|
|
|
|
|
|
|
'BDT' => { |
3001
|
|
|
|
|
|
|
symbol => 'BDT', |
3002
|
|
|
|
|
|
|
display_name => { |
3003
|
|
|
|
|
|
|
'currency' => q(BDT), |
3004
|
|
|
|
|
|
|
'one' => q(BDT), |
3005
|
|
|
|
|
|
|
'other' => q(BDT), |
3006
|
|
|
|
|
|
|
}, |
3007
|
|
|
|
|
|
|
}, |
3008
|
|
|
|
|
|
|
'BGN' => { |
3009
|
|
|
|
|
|
|
symbol => 'BGN', |
3010
|
|
|
|
|
|
|
display_name => { |
3011
|
|
|
|
|
|
|
'currency' => q(BGN), |
3012
|
|
|
|
|
|
|
'one' => q(BGN), |
3013
|
|
|
|
|
|
|
'other' => q(BGN), |
3014
|
|
|
|
|
|
|
}, |
3015
|
|
|
|
|
|
|
}, |
3016
|
|
|
|
|
|
|
'BHD' => { |
3017
|
|
|
|
|
|
|
symbol => 'BHD', |
3018
|
|
|
|
|
|
|
display_name => { |
3019
|
|
|
|
|
|
|
'currency' => q(BHD), |
3020
|
|
|
|
|
|
|
'one' => q(BHD), |
3021
|
|
|
|
|
|
|
'other' => q(BHD), |
3022
|
|
|
|
|
|
|
}, |
3023
|
|
|
|
|
|
|
}, |
3024
|
|
|
|
|
|
|
'BIF' => { |
3025
|
|
|
|
|
|
|
symbol => 'BIF', |
3026
|
|
|
|
|
|
|
display_name => { |
3027
|
|
|
|
|
|
|
'currency' => q(BIF), |
3028
|
|
|
|
|
|
|
'one' => q(BIF), |
3029
|
|
|
|
|
|
|
'other' => q(BIF), |
3030
|
|
|
|
|
|
|
}, |
3031
|
|
|
|
|
|
|
}, |
3032
|
|
|
|
|
|
|
'BMD' => { |
3033
|
|
|
|
|
|
|
symbol => 'BMD', |
3034
|
|
|
|
|
|
|
display_name => { |
3035
|
|
|
|
|
|
|
'currency' => q(BMD), |
3036
|
|
|
|
|
|
|
'one' => q(BMD), |
3037
|
|
|
|
|
|
|
'other' => q(BMD), |
3038
|
|
|
|
|
|
|
}, |
3039
|
|
|
|
|
|
|
}, |
3040
|
|
|
|
|
|
|
'BND' => { |
3041
|
|
|
|
|
|
|
symbol => 'BND', |
3042
|
|
|
|
|
|
|
display_name => { |
3043
|
|
|
|
|
|
|
'currency' => q(BND), |
3044
|
|
|
|
|
|
|
'one' => q(BND), |
3045
|
|
|
|
|
|
|
'other' => q(BND), |
3046
|
|
|
|
|
|
|
}, |
3047
|
|
|
|
|
|
|
}, |
3048
|
|
|
|
|
|
|
'BOB' => { |
3049
|
|
|
|
|
|
|
symbol => 'BOB', |
3050
|
|
|
|
|
|
|
display_name => { |
3051
|
|
|
|
|
|
|
'currency' => q(BOB), |
3052
|
|
|
|
|
|
|
'one' => q(BOB), |
3053
|
|
|
|
|
|
|
'other' => q(BOB), |
3054
|
|
|
|
|
|
|
}, |
3055
|
|
|
|
|
|
|
}, |
3056
|
|
|
|
|
|
|
'BRL' => { |
3057
|
|
|
|
|
|
|
symbol => 'R$', |
3058
|
|
|
|
|
|
|
display_name => { |
3059
|
|
|
|
|
|
|
'currency' => q(BRL), |
3060
|
|
|
|
|
|
|
'one' => q(BRL), |
3061
|
|
|
|
|
|
|
'other' => q(BRL), |
3062
|
|
|
|
|
|
|
}, |
3063
|
|
|
|
|
|
|
}, |
3064
|
|
|
|
|
|
|
'BSD' => { |
3065
|
|
|
|
|
|
|
symbol => 'BSD', |
3066
|
|
|
|
|
|
|
display_name => { |
3067
|
|
|
|
|
|
|
'currency' => q(BSD), |
3068
|
|
|
|
|
|
|
'one' => q(BSD), |
3069
|
|
|
|
|
|
|
'other' => q(BSD), |
3070
|
|
|
|
|
|
|
}, |
3071
|
|
|
|
|
|
|
}, |
3072
|
|
|
|
|
|
|
'BTN' => { |
3073
|
|
|
|
|
|
|
symbol => 'BTN', |
3074
|
|
|
|
|
|
|
display_name => { |
3075
|
|
|
|
|
|
|
'currency' => q(BTN), |
3076
|
|
|
|
|
|
|
'one' => q(BTN), |
3077
|
|
|
|
|
|
|
'other' => q(BTN), |
3078
|
|
|
|
|
|
|
}, |
3079
|
|
|
|
|
|
|
}, |
3080
|
|
|
|
|
|
|
'BWP' => { |
3081
|
|
|
|
|
|
|
symbol => 'BWP', |
3082
|
|
|
|
|
|
|
display_name => { |
3083
|
|
|
|
|
|
|
'currency' => q(BWP), |
3084
|
|
|
|
|
|
|
'one' => q(BWP), |
3085
|
|
|
|
|
|
|
'other' => q(BWP), |
3086
|
|
|
|
|
|
|
}, |
3087
|
|
|
|
|
|
|
}, |
3088
|
|
|
|
|
|
|
'BYN' => { |
3089
|
|
|
|
|
|
|
symbol => 'BYN', |
3090
|
|
|
|
|
|
|
display_name => { |
3091
|
|
|
|
|
|
|
'currency' => q(BYN), |
3092
|
|
|
|
|
|
|
'one' => q(BYN), |
3093
|
|
|
|
|
|
|
'other' => q(BYN), |
3094
|
|
|
|
|
|
|
}, |
3095
|
|
|
|
|
|
|
}, |
3096
|
|
|
|
|
|
|
'BZD' => { |
3097
|
|
|
|
|
|
|
symbol => 'BZD', |
3098
|
|
|
|
|
|
|
display_name => { |
3099
|
|
|
|
|
|
|
'currency' => q(BZD), |
3100
|
|
|
|
|
|
|
'one' => q(BZD), |
3101
|
|
|
|
|
|
|
'other' => q(BZD), |
3102
|
|
|
|
|
|
|
}, |
3103
|
|
|
|
|
|
|
}, |
3104
|
|
|
|
|
|
|
'CAD' => { |
3105
|
|
|
|
|
|
|
symbol => 'CA$', |
3106
|
|
|
|
|
|
|
display_name => { |
3107
|
|
|
|
|
|
|
'currency' => q(CAD), |
3108
|
|
|
|
|
|
|
'one' => q(CAD), |
3109
|
|
|
|
|
|
|
'other' => q(CAD), |
3110
|
|
|
|
|
|
|
}, |
3111
|
|
|
|
|
|
|
}, |
3112
|
|
|
|
|
|
|
'CDF' => { |
3113
|
|
|
|
|
|
|
symbol => 'CDF', |
3114
|
|
|
|
|
|
|
display_name => { |
3115
|
|
|
|
|
|
|
'currency' => q(CDF), |
3116
|
|
|
|
|
|
|
'one' => q(CDF), |
3117
|
|
|
|
|
|
|
'other' => q(CDF), |
3118
|
|
|
|
|
|
|
}, |
3119
|
|
|
|
|
|
|
}, |
3120
|
|
|
|
|
|
|
'CHF' => { |
3121
|
|
|
|
|
|
|
symbol => 'CHF', |
3122
|
|
|
|
|
|
|
display_name => { |
3123
|
|
|
|
|
|
|
'currency' => q(CHF), |
3124
|
|
|
|
|
|
|
'one' => q(CHF), |
3125
|
|
|
|
|
|
|
'other' => q(CHF), |
3126
|
|
|
|
|
|
|
}, |
3127
|
|
|
|
|
|
|
}, |
3128
|
|
|
|
|
|
|
'CLP' => { |
3129
|
|
|
|
|
|
|
symbol => 'CLP', |
3130
|
|
|
|
|
|
|
display_name => { |
3131
|
|
|
|
|
|
|
'currency' => q(CLP), |
3132
|
|
|
|
|
|
|
'one' => q(CLP), |
3133
|
|
|
|
|
|
|
'other' => q(CLP), |
3134
|
|
|
|
|
|
|
}, |
3135
|
|
|
|
|
|
|
}, |
3136
|
|
|
|
|
|
|
'CNH' => { |
3137
|
|
|
|
|
|
|
symbol => 'CNH', |
3138
|
|
|
|
|
|
|
display_name => { |
3139
|
|
|
|
|
|
|
'currency' => q(CNH), |
3140
|
|
|
|
|
|
|
'one' => q(CNH), |
3141
|
|
|
|
|
|
|
'other' => q(CNH), |
3142
|
|
|
|
|
|
|
}, |
3143
|
|
|
|
|
|
|
}, |
3144
|
|
|
|
|
|
|
'CNY' => { |
3145
|
|
|
|
|
|
|
symbol => 'CN¥', |
3146
|
|
|
|
|
|
|
display_name => { |
3147
|
|
|
|
|
|
|
'currency' => q(CNY), |
3148
|
|
|
|
|
|
|
'one' => q(CNY), |
3149
|
|
|
|
|
|
|
'other' => q(CNY), |
3150
|
|
|
|
|
|
|
}, |
3151
|
|
|
|
|
|
|
}, |
3152
|
|
|
|
|
|
|
'COP' => { |
3153
|
|
|
|
|
|
|
symbol => 'COP', |
3154
|
|
|
|
|
|
|
display_name => { |
3155
|
|
|
|
|
|
|
'currency' => q(COP), |
3156
|
|
|
|
|
|
|
'one' => q(COP), |
3157
|
|
|
|
|
|
|
'other' => q(COP), |
3158
|
|
|
|
|
|
|
}, |
3159
|
|
|
|
|
|
|
}, |
3160
|
|
|
|
|
|
|
'CRC' => { |
3161
|
|
|
|
|
|
|
symbol => 'CRC', |
3162
|
|
|
|
|
|
|
display_name => { |
3163
|
|
|
|
|
|
|
'currency' => q(CRC), |
3164
|
|
|
|
|
|
|
'one' => q(CRC), |
3165
|
|
|
|
|
|
|
'other' => q(CRC), |
3166
|
|
|
|
|
|
|
}, |
3167
|
|
|
|
|
|
|
}, |
3168
|
|
|
|
|
|
|
'CUC' => { |
3169
|
|
|
|
|
|
|
symbol => 'CUC', |
3170
|
|
|
|
|
|
|
display_name => { |
3171
|
|
|
|
|
|
|
'currency' => q(CUC), |
3172
|
|
|
|
|
|
|
'one' => q(CUC), |
3173
|
|
|
|
|
|
|
'other' => q(CUC), |
3174
|
|
|
|
|
|
|
}, |
3175
|
|
|
|
|
|
|
}, |
3176
|
|
|
|
|
|
|
'CUP' => { |
3177
|
|
|
|
|
|
|
symbol => 'CUP', |
3178
|
|
|
|
|
|
|
display_name => { |
3179
|
|
|
|
|
|
|
'currency' => q(CUP), |
3180
|
|
|
|
|
|
|
'one' => q(CUP), |
3181
|
|
|
|
|
|
|
'other' => q(CUP), |
3182
|
|
|
|
|
|
|
}, |
3183
|
|
|
|
|
|
|
}, |
3184
|
|
|
|
|
|
|
'CVE' => { |
3185
|
|
|
|
|
|
|
symbol => 'CVE', |
3186
|
|
|
|
|
|
|
display_name => { |
3187
|
|
|
|
|
|
|
'currency' => q(CVE), |
3188
|
|
|
|
|
|
|
'one' => q(CVE), |
3189
|
|
|
|
|
|
|
'other' => q(CVE), |
3190
|
|
|
|
|
|
|
}, |
3191
|
|
|
|
|
|
|
}, |
3192
|
|
|
|
|
|
|
'CZK' => { |
3193
|
|
|
|
|
|
|
symbol => 'CZK', |
3194
|
|
|
|
|
|
|
display_name => { |
3195
|
|
|
|
|
|
|
'currency' => q(CZK), |
3196
|
|
|
|
|
|
|
'one' => q(CZK), |
3197
|
|
|
|
|
|
|
'other' => q(CZK), |
3198
|
|
|
|
|
|
|
}, |
3199
|
|
|
|
|
|
|
}, |
3200
|
|
|
|
|
|
|
'DJF' => { |
3201
|
|
|
|
|
|
|
symbol => 'DJF', |
3202
|
|
|
|
|
|
|
display_name => { |
3203
|
|
|
|
|
|
|
'currency' => q(DJF), |
3204
|
|
|
|
|
|
|
'one' => q(DJF), |
3205
|
|
|
|
|
|
|
'other' => q(DJF), |
3206
|
|
|
|
|
|
|
}, |
3207
|
|
|
|
|
|
|
}, |
3208
|
|
|
|
|
|
|
'DKK' => { |
3209
|
|
|
|
|
|
|
symbol => 'DKK', |
3210
|
|
|
|
|
|
|
display_name => { |
3211
|
|
|
|
|
|
|
'currency' => q(DKK), |
3212
|
|
|
|
|
|
|
'one' => q(DKK), |
3213
|
|
|
|
|
|
|
'other' => q(DKK), |
3214
|
|
|
|
|
|
|
}, |
3215
|
|
|
|
|
|
|
}, |
3216
|
|
|
|
|
|
|
'DOP' => { |
3217
|
|
|
|
|
|
|
symbol => 'DOP', |
3218
|
|
|
|
|
|
|
display_name => { |
3219
|
|
|
|
|
|
|
'currency' => q(DOP), |
3220
|
|
|
|
|
|
|
'one' => q(DOP), |
3221
|
|
|
|
|
|
|
'other' => q(DOP), |
3222
|
|
|
|
|
|
|
}, |
3223
|
|
|
|
|
|
|
}, |
3224
|
|
|
|
|
|
|
'DZD' => { |
3225
|
|
|
|
|
|
|
symbol => 'DZD', |
3226
|
|
|
|
|
|
|
display_name => { |
3227
|
|
|
|
|
|
|
'currency' => q(DZD), |
3228
|
|
|
|
|
|
|
'one' => q(DZD), |
3229
|
|
|
|
|
|
|
'other' => q(DZD), |
3230
|
|
|
|
|
|
|
}, |
3231
|
|
|
|
|
|
|
}, |
3232
|
|
|
|
|
|
|
'EGP' => { |
3233
|
|
|
|
|
|
|
symbol => 'EGP', |
3234
|
|
|
|
|
|
|
display_name => { |
3235
|
|
|
|
|
|
|
'currency' => q(EGP), |
3236
|
|
|
|
|
|
|
'one' => q(EGP), |
3237
|
|
|
|
|
|
|
'other' => q(EGP), |
3238
|
|
|
|
|
|
|
}, |
3239
|
|
|
|
|
|
|
}, |
3240
|
|
|
|
|
|
|
'ERN' => { |
3241
|
|
|
|
|
|
|
symbol => 'ERN', |
3242
|
|
|
|
|
|
|
display_name => { |
3243
|
|
|
|
|
|
|
'currency' => q(ERN), |
3244
|
|
|
|
|
|
|
'one' => q(ERN), |
3245
|
|
|
|
|
|
|
'other' => q(ERN), |
3246
|
|
|
|
|
|
|
}, |
3247
|
|
|
|
|
|
|
}, |
3248
|
|
|
|
|
|
|
'ETB' => { |
3249
|
|
|
|
|
|
|
symbol => 'ETB', |
3250
|
|
|
|
|
|
|
display_name => { |
3251
|
|
|
|
|
|
|
'currency' => q(ETB), |
3252
|
|
|
|
|
|
|
'one' => q(ETB), |
3253
|
|
|
|
|
|
|
'other' => q(ETB), |
3254
|
|
|
|
|
|
|
}, |
3255
|
|
|
|
|
|
|
}, |
3256
|
|
|
|
|
|
|
'EUR' => { |
3257
|
|
|
|
|
|
|
symbol => '€', |
3258
|
|
|
|
|
|
|
display_name => { |
3259
|
|
|
|
|
|
|
'currency' => q(EUR), |
3260
|
|
|
|
|
|
|
'one' => q(EUR), |
3261
|
|
|
|
|
|
|
'other' => q(EUR), |
3262
|
|
|
|
|
|
|
}, |
3263
|
|
|
|
|
|
|
}, |
3264
|
|
|
|
|
|
|
'FJD' => { |
3265
|
|
|
|
|
|
|
symbol => 'FJD', |
3266
|
|
|
|
|
|
|
display_name => { |
3267
|
|
|
|
|
|
|
'currency' => q(FJD), |
3268
|
|
|
|
|
|
|
'one' => q(FJD), |
3269
|
|
|
|
|
|
|
'other' => q(FJD), |
3270
|
|
|
|
|
|
|
}, |
3271
|
|
|
|
|
|
|
}, |
3272
|
|
|
|
|
|
|
'FKP' => { |
3273
|
|
|
|
|
|
|
symbol => 'FKP', |
3274
|
|
|
|
|
|
|
display_name => { |
3275
|
|
|
|
|
|
|
'currency' => q(FKP), |
3276
|
|
|
|
|
|
|
'one' => q(FKP), |
3277
|
|
|
|
|
|
|
'other' => q(FKP), |
3278
|
|
|
|
|
|
|
}, |
3279
|
|
|
|
|
|
|
}, |
3280
|
|
|
|
|
|
|
'GBP' => { |
3281
|
|
|
|
|
|
|
symbol => '£', |
3282
|
|
|
|
|
|
|
display_name => { |
3283
|
|
|
|
|
|
|
'currency' => q(GBP), |
3284
|
|
|
|
|
|
|
'one' => q(GBP), |
3285
|
|
|
|
|
|
|
'other' => q(GBP), |
3286
|
|
|
|
|
|
|
}, |
3287
|
|
|
|
|
|
|
}, |
3288
|
|
|
|
|
|
|
'GEL' => { |
3289
|
|
|
|
|
|
|
symbol => 'GEL', |
3290
|
|
|
|
|
|
|
display_name => { |
3291
|
|
|
|
|
|
|
'currency' => q(GEL), |
3292
|
|
|
|
|
|
|
'one' => q(GEL), |
3293
|
|
|
|
|
|
|
'other' => q(GEL), |
3294
|
|
|
|
|
|
|
}, |
3295
|
|
|
|
|
|
|
}, |
3296
|
|
|
|
|
|
|
'GHS' => { |
3297
|
|
|
|
|
|
|
symbol => 'GHS', |
3298
|
|
|
|
|
|
|
display_name => { |
3299
|
|
|
|
|
|
|
'currency' => q(GHS), |
3300
|
|
|
|
|
|
|
'one' => q(GHS), |
3301
|
|
|
|
|
|
|
'other' => q(GHS), |
3302
|
|
|
|
|
|
|
}, |
3303
|
|
|
|
|
|
|
}, |
3304
|
|
|
|
|
|
|
'GIP' => { |
3305
|
|
|
|
|
|
|
symbol => 'GIP', |
3306
|
|
|
|
|
|
|
display_name => { |
3307
|
|
|
|
|
|
|
'currency' => q(GIP), |
3308
|
|
|
|
|
|
|
'one' => q(GIP), |
3309
|
|
|
|
|
|
|
'other' => q(GIP), |
3310
|
|
|
|
|
|
|
}, |
3311
|
|
|
|
|
|
|
}, |
3312
|
|
|
|
|
|
|
'GMD' => { |
3313
|
|
|
|
|
|
|
symbol => 'GMD', |
3314
|
|
|
|
|
|
|
display_name => { |
3315
|
|
|
|
|
|
|
'currency' => q(GMD), |
3316
|
|
|
|
|
|
|
'one' => q(GMD), |
3317
|
|
|
|
|
|
|
'other' => q(GMD), |
3318
|
|
|
|
|
|
|
}, |
3319
|
|
|
|
|
|
|
}, |
3320
|
|
|
|
|
|
|
'GNF' => { |
3321
|
|
|
|
|
|
|
symbol => 'GNF', |
3322
|
|
|
|
|
|
|
display_name => { |
3323
|
|
|
|
|
|
|
'currency' => q(GNF), |
3324
|
|
|
|
|
|
|
'one' => q(GNF), |
3325
|
|
|
|
|
|
|
'other' => q(GNF), |
3326
|
|
|
|
|
|
|
}, |
3327
|
|
|
|
|
|
|
}, |
3328
|
|
|
|
|
|
|
'GTQ' => { |
3329
|
|
|
|
|
|
|
symbol => 'GTQ', |
3330
|
|
|
|
|
|
|
display_name => { |
3331
|
|
|
|
|
|
|
'currency' => q(GTQ), |
3332
|
|
|
|
|
|
|
'one' => q(GTQ), |
3333
|
|
|
|
|
|
|
'other' => q(GTQ), |
3334
|
|
|
|
|
|
|
}, |
3335
|
|
|
|
|
|
|
}, |
3336
|
|
|
|
|
|
|
'GYD' => { |
3337
|
|
|
|
|
|
|
symbol => 'GYD', |
3338
|
|
|
|
|
|
|
display_name => { |
3339
|
|
|
|
|
|
|
'currency' => q(GYD), |
3340
|
|
|
|
|
|
|
'one' => q(GYD), |
3341
|
|
|
|
|
|
|
'other' => q(GYD), |
3342
|
|
|
|
|
|
|
}, |
3343
|
|
|
|
|
|
|
}, |
3344
|
|
|
|
|
|
|
'HKD' => { |
3345
|
|
|
|
|
|
|
symbol => 'HK$', |
3346
|
|
|
|
|
|
|
display_name => { |
3347
|
|
|
|
|
|
|
'currency' => q(HKD), |
3348
|
|
|
|
|
|
|
'one' => q(HKD), |
3349
|
|
|
|
|
|
|
'other' => q(HKD), |
3350
|
|
|
|
|
|
|
}, |
3351
|
|
|
|
|
|
|
}, |
3352
|
|
|
|
|
|
|
'HNL' => { |
3353
|
|
|
|
|
|
|
symbol => 'HNL', |
3354
|
|
|
|
|
|
|
display_name => { |
3355
|
|
|
|
|
|
|
'currency' => q(HNL), |
3356
|
|
|
|
|
|
|
'one' => q(HNL), |
3357
|
|
|
|
|
|
|
'other' => q(HNL), |
3358
|
|
|
|
|
|
|
}, |
3359
|
|
|
|
|
|
|
}, |
3360
|
|
|
|
|
|
|
'HRK' => { |
3361
|
|
|
|
|
|
|
symbol => 'HRK', |
3362
|
|
|
|
|
|
|
display_name => { |
3363
|
|
|
|
|
|
|
'currency' => q(HRK), |
3364
|
|
|
|
|
|
|
'one' => q(HRK), |
3365
|
|
|
|
|
|
|
'other' => q(HRK), |
3366
|
|
|
|
|
|
|
}, |
3367
|
|
|
|
|
|
|
}, |
3368
|
|
|
|
|
|
|
'HTG' => { |
3369
|
|
|
|
|
|
|
symbol => 'HTG', |
3370
|
|
|
|
|
|
|
display_name => { |
3371
|
|
|
|
|
|
|
'currency' => q(HTG), |
3372
|
|
|
|
|
|
|
'one' => q(HTG), |
3373
|
|
|
|
|
|
|
'other' => q(HTG), |
3374
|
|
|
|
|
|
|
}, |
3375
|
|
|
|
|
|
|
}, |
3376
|
|
|
|
|
|
|
'HUF' => { |
3377
|
|
|
|
|
|
|
symbol => 'HUF', |
3378
|
|
|
|
|
|
|
display_name => { |
3379
|
|
|
|
|
|
|
'currency' => q(HUF), |
3380
|
|
|
|
|
|
|
'one' => q(HUF), |
3381
|
|
|
|
|
|
|
'other' => q(HUF), |
3382
|
|
|
|
|
|
|
}, |
3383
|
|
|
|
|
|
|
}, |
3384
|
|
|
|
|
|
|
'IDR' => { |
3385
|
|
|
|
|
|
|
symbol => 'IDR', |
3386
|
|
|
|
|
|
|
display_name => { |
3387
|
|
|
|
|
|
|
'currency' => q(IDR), |
3388
|
|
|
|
|
|
|
'one' => q(IDR), |
3389
|
|
|
|
|
|
|
'other' => q(IDR), |
3390
|
|
|
|
|
|
|
}, |
3391
|
|
|
|
|
|
|
}, |
3392
|
|
|
|
|
|
|
'ILS' => { |
3393
|
|
|
|
|
|
|
symbol => '₪', |
3394
|
|
|
|
|
|
|
display_name => { |
3395
|
|
|
|
|
|
|
'currency' => q(ILS), |
3396
|
|
|
|
|
|
|
'one' => q(ILS), |
3397
|
|
|
|
|
|
|
'other' => q(ILS), |
3398
|
|
|
|
|
|
|
}, |
3399
|
|
|
|
|
|
|
}, |
3400
|
|
|
|
|
|
|
'INR' => { |
3401
|
|
|
|
|
|
|
symbol => '₹', |
3402
|
|
|
|
|
|
|
display_name => { |
3403
|
|
|
|
|
|
|
'currency' => q(INR), |
3404
|
|
|
|
|
|
|
'one' => q(INR), |
3405
|
|
|
|
|
|
|
'other' => q(INR), |
3406
|
|
|
|
|
|
|
}, |
3407
|
|
|
|
|
|
|
}, |
3408
|
|
|
|
|
|
|
'IQD' => { |
3409
|
|
|
|
|
|
|
symbol => 'IQD', |
3410
|
|
|
|
|
|
|
display_name => { |
3411
|
|
|
|
|
|
|
'currency' => q(IQD), |
3412
|
|
|
|
|
|
|
'one' => q(IQD), |
3413
|
|
|
|
|
|
|
'other' => q(IQD), |
3414
|
|
|
|
|
|
|
}, |
3415
|
|
|
|
|
|
|
}, |
3416
|
|
|
|
|
|
|
'IRR' => { |
3417
|
|
|
|
|
|
|
symbol => 'IRR', |
3418
|
|
|
|
|
|
|
display_name => { |
3419
|
|
|
|
|
|
|
'currency' => q(IRR), |
3420
|
|
|
|
|
|
|
'one' => q(IRR), |
3421
|
|
|
|
|
|
|
'other' => q(IRR), |
3422
|
|
|
|
|
|
|
}, |
3423
|
|
|
|
|
|
|
}, |
3424
|
|
|
|
|
|
|
'ISK' => { |
3425
|
|
|
|
|
|
|
symbol => 'ISK', |
3426
|
|
|
|
|
|
|
display_name => { |
3427
|
|
|
|
|
|
|
'currency' => q(ISK), |
3428
|
|
|
|
|
|
|
'one' => q(ISK), |
3429
|
|
|
|
|
|
|
'other' => q(ISK), |
3430
|
|
|
|
|
|
|
}, |
3431
|
|
|
|
|
|
|
}, |
3432
|
|
|
|
|
|
|
'JMD' => { |
3433
|
|
|
|
|
|
|
symbol => 'JMD', |
3434
|
|
|
|
|
|
|
display_name => { |
3435
|
|
|
|
|
|
|
'currency' => q(JMD), |
3436
|
|
|
|
|
|
|
'one' => q(JMD), |
3437
|
|
|
|
|
|
|
'other' => q(JMD), |
3438
|
|
|
|
|
|
|
}, |
3439
|
|
|
|
|
|
|
}, |
3440
|
|
|
|
|
|
|
'JOD' => { |
3441
|
|
|
|
|
|
|
symbol => 'JOD', |
3442
|
|
|
|
|
|
|
display_name => { |
3443
|
|
|
|
|
|
|
'currency' => q(JOD), |
3444
|
|
|
|
|
|
|
'one' => q(JOD), |
3445
|
|
|
|
|
|
|
'other' => q(JOD), |
3446
|
|
|
|
|
|
|
}, |
3447
|
|
|
|
|
|
|
}, |
3448
|
|
|
|
|
|
|
'JPY' => { |
3449
|
|
|
|
|
|
|
symbol => 'JP¥', |
3450
|
|
|
|
|
|
|
display_name => { |
3451
|
|
|
|
|
|
|
'currency' => q(JPY), |
3452
|
|
|
|
|
|
|
'one' => q(JPY), |
3453
|
|
|
|
|
|
|
'other' => q(JPY), |
3454
|
|
|
|
|
|
|
}, |
3455
|
|
|
|
|
|
|
}, |
3456
|
|
|
|
|
|
|
'KES' => { |
3457
|
|
|
|
|
|
|
symbol => 'KES', |
3458
|
|
|
|
|
|
|
display_name => { |
3459
|
|
|
|
|
|
|
'currency' => q(KES), |
3460
|
|
|
|
|
|
|
'one' => q(KES), |
3461
|
|
|
|
|
|
|
'other' => q(KES), |
3462
|
|
|
|
|
|
|
}, |
3463
|
|
|
|
|
|
|
}, |
3464
|
|
|
|
|
|
|
'KGS' => { |
3465
|
|
|
|
|
|
|
symbol => 'KGS', |
3466
|
|
|
|
|
|
|
display_name => { |
3467
|
|
|
|
|
|
|
'currency' => q(KGS), |
3468
|
|
|
|
|
|
|
'one' => q(KGS), |
3469
|
|
|
|
|
|
|
'other' => q(KGS), |
3470
|
|
|
|
|
|
|
}, |
3471
|
|
|
|
|
|
|
}, |
3472
|
|
|
|
|
|
|
'KHR' => { |
3473
|
|
|
|
|
|
|
symbol => 'KHR', |
3474
|
|
|
|
|
|
|
display_name => { |
3475
|
|
|
|
|
|
|
'currency' => q(KHR), |
3476
|
|
|
|
|
|
|
'one' => q(KHR), |
3477
|
|
|
|
|
|
|
'other' => q(KHR), |
3478
|
|
|
|
|
|
|
}, |
3479
|
|
|
|
|
|
|
}, |
3480
|
|
|
|
|
|
|
'KMF' => { |
3481
|
|
|
|
|
|
|
symbol => 'KMF', |
3482
|
|
|
|
|
|
|
display_name => { |
3483
|
|
|
|
|
|
|
'currency' => q(KMF), |
3484
|
|
|
|
|
|
|
'one' => q(KMF), |
3485
|
|
|
|
|
|
|
'other' => q(KMF), |
3486
|
|
|
|
|
|
|
}, |
3487
|
|
|
|
|
|
|
}, |
3488
|
|
|
|
|
|
|
'KPW' => { |
3489
|
|
|
|
|
|
|
symbol => 'KPW', |
3490
|
|
|
|
|
|
|
display_name => { |
3491
|
|
|
|
|
|
|
'currency' => q(KPW), |
3492
|
|
|
|
|
|
|
'one' => q(KPW), |
3493
|
|
|
|
|
|
|
'other' => q(KPW), |
3494
|
|
|
|
|
|
|
}, |
3495
|
|
|
|
|
|
|
}, |
3496
|
|
|
|
|
|
|
'KRW' => { |
3497
|
|
|
|
|
|
|
symbol => '₩', |
3498
|
|
|
|
|
|
|
display_name => { |
3499
|
|
|
|
|
|
|
'currency' => q(KRW), |
3500
|
|
|
|
|
|
|
'one' => q(KRW), |
3501
|
|
|
|
|
|
|
'other' => q(KRW), |
3502
|
|
|
|
|
|
|
}, |
3503
|
|
|
|
|
|
|
}, |
3504
|
|
|
|
|
|
|
'KWD' => { |
3505
|
|
|
|
|
|
|
symbol => 'KWD', |
3506
|
|
|
|
|
|
|
display_name => { |
3507
|
|
|
|
|
|
|
'currency' => q(KWD), |
3508
|
|
|
|
|
|
|
'one' => q(KWD), |
3509
|
|
|
|
|
|
|
'other' => q(KWD), |
3510
|
|
|
|
|
|
|
}, |
3511
|
|
|
|
|
|
|
}, |
3512
|
|
|
|
|
|
|
'KYD' => { |
3513
|
|
|
|
|
|
|
symbol => 'KYD', |
3514
|
|
|
|
|
|
|
display_name => { |
3515
|
|
|
|
|
|
|
'currency' => q(KYD), |
3516
|
|
|
|
|
|
|
'one' => q(KYD), |
3517
|
|
|
|
|
|
|
'other' => q(KYD), |
3518
|
|
|
|
|
|
|
}, |
3519
|
|
|
|
|
|
|
}, |
3520
|
|
|
|
|
|
|
'KZT' => { |
3521
|
|
|
|
|
|
|
symbol => 'KZT', |
3522
|
|
|
|
|
|
|
display_name => { |
3523
|
|
|
|
|
|
|
'currency' => q(KZT), |
3524
|
|
|
|
|
|
|
'one' => q(KZT), |
3525
|
|
|
|
|
|
|
'other' => q(KZT), |
3526
|
|
|
|
|
|
|
}, |
3527
|
|
|
|
|
|
|
}, |
3528
|
|
|
|
|
|
|
'LAK' => { |
3529
|
|
|
|
|
|
|
symbol => 'LAK', |
3530
|
|
|
|
|
|
|
display_name => { |
3531
|
|
|
|
|
|
|
'currency' => q(LAK), |
3532
|
|
|
|
|
|
|
'one' => q(LAK), |
3533
|
|
|
|
|
|
|
'other' => q(LAK), |
3534
|
|
|
|
|
|
|
}, |
3535
|
|
|
|
|
|
|
}, |
3536
|
|
|
|
|
|
|
'LBP' => { |
3537
|
|
|
|
|
|
|
symbol => 'LBP', |
3538
|
|
|
|
|
|
|
display_name => { |
3539
|
|
|
|
|
|
|
'currency' => q(LBP), |
3540
|
|
|
|
|
|
|
'one' => q(LBP), |
3541
|
|
|
|
|
|
|
'other' => q(LBP), |
3542
|
|
|
|
|
|
|
}, |
3543
|
|
|
|
|
|
|
}, |
3544
|
|
|
|
|
|
|
'LKR' => { |
3545
|
|
|
|
|
|
|
symbol => 'LKR', |
3546
|
|
|
|
|
|
|
display_name => { |
3547
|
|
|
|
|
|
|
'currency' => q(LKR), |
3548
|
|
|
|
|
|
|
'one' => q(LKR), |
3549
|
|
|
|
|
|
|
'other' => q(LKR), |
3550
|
|
|
|
|
|
|
}, |
3551
|
|
|
|
|
|
|
}, |
3552
|
|
|
|
|
|
|
'LRD' => { |
3553
|
|
|
|
|
|
|
symbol => 'LRD', |
3554
|
|
|
|
|
|
|
display_name => { |
3555
|
|
|
|
|
|
|
'currency' => q(LRD), |
3556
|
|
|
|
|
|
|
'one' => q(LRD), |
3557
|
|
|
|
|
|
|
'other' => q(LRD), |
3558
|
|
|
|
|
|
|
}, |
3559
|
|
|
|
|
|
|
}, |
3560
|
|
|
|
|
|
|
'LYD' => { |
3561
|
|
|
|
|
|
|
symbol => 'LYD', |
3562
|
|
|
|
|
|
|
display_name => { |
3563
|
|
|
|
|
|
|
'currency' => q(LYD), |
3564
|
|
|
|
|
|
|
'one' => q(LYD), |
3565
|
|
|
|
|
|
|
'other' => q(LYD), |
3566
|
|
|
|
|
|
|
}, |
3567
|
|
|
|
|
|
|
}, |
3568
|
|
|
|
|
|
|
'MAD' => { |
3569
|
|
|
|
|
|
|
symbol => 'MAD', |
3570
|
|
|
|
|
|
|
display_name => { |
3571
|
|
|
|
|
|
|
'currency' => q(MAD), |
3572
|
|
|
|
|
|
|
'one' => q(MAD), |
3573
|
|
|
|
|
|
|
'other' => q(MAD), |
3574
|
|
|
|
|
|
|
}, |
3575
|
|
|
|
|
|
|
}, |
3576
|
|
|
|
|
|
|
'MDL' => { |
3577
|
|
|
|
|
|
|
symbol => 'MDL', |
3578
|
|
|
|
|
|
|
display_name => { |
3579
|
|
|
|
|
|
|
'currency' => q(MDL), |
3580
|
|
|
|
|
|
|
'one' => q(MDL), |
3581
|
|
|
|
|
|
|
'other' => q(MDL), |
3582
|
|
|
|
|
|
|
}, |
3583
|
|
|
|
|
|
|
}, |
3584
|
|
|
|
|
|
|
'MGA' => { |
3585
|
|
|
|
|
|
|
symbol => 'MGA', |
3586
|
|
|
|
|
|
|
display_name => { |
3587
|
|
|
|
|
|
|
'currency' => q(MGA), |
3588
|
|
|
|
|
|
|
'one' => q(MGA), |
3589
|
|
|
|
|
|
|
'other' => q(MGA), |
3590
|
|
|
|
|
|
|
}, |
3591
|
|
|
|
|
|
|
}, |
3592
|
|
|
|
|
|
|
'MKD' => { |
3593
|
|
|
|
|
|
|
symbol => 'MKD', |
3594
|
|
|
|
|
|
|
display_name => { |
3595
|
|
|
|
|
|
|
'currency' => q(MKD), |
3596
|
|
|
|
|
|
|
'one' => q(MKD), |
3597
|
|
|
|
|
|
|
'other' => q(MKD), |
3598
|
|
|
|
|
|
|
}, |
3599
|
|
|
|
|
|
|
}, |
3600
|
|
|
|
|
|
|
'MMK' => { |
3601
|
|
|
|
|
|
|
symbol => 'MMK', |
3602
|
|
|
|
|
|
|
display_name => { |
3603
|
|
|
|
|
|
|
'currency' => q(MMK), |
3604
|
|
|
|
|
|
|
'one' => q(MMK), |
3605
|
|
|
|
|
|
|
'other' => q(MMK), |
3606
|
|
|
|
|
|
|
}, |
3607
|
|
|
|
|
|
|
}, |
3608
|
|
|
|
|
|
|
'MNT' => { |
3609
|
|
|
|
|
|
|
symbol => 'MNT', |
3610
|
|
|
|
|
|
|
display_name => { |
3611
|
|
|
|
|
|
|
'currency' => q(MNT), |
3612
|
|
|
|
|
|
|
'one' => q(MNT), |
3613
|
|
|
|
|
|
|
'other' => q(MNT), |
3614
|
|
|
|
|
|
|
}, |
3615
|
|
|
|
|
|
|
}, |
3616
|
|
|
|
|
|
|
'MOP' => { |
3617
|
|
|
|
|
|
|
symbol => 'MOP', |
3618
|
|
|
|
|
|
|
display_name => { |
3619
|
|
|
|
|
|
|
'currency' => q(MOP), |
3620
|
|
|
|
|
|
|
'one' => q(MOP), |
3621
|
|
|
|
|
|
|
'other' => q(MOP), |
3622
|
|
|
|
|
|
|
}, |
3623
|
|
|
|
|
|
|
}, |
3624
|
|
|
|
|
|
|
'MRO' => { |
3625
|
|
|
|
|
|
|
symbol => 'MRO', |
3626
|
|
|
|
|
|
|
display_name => { |
3627
|
|
|
|
|
|
|
'currency' => q(MRO), |
3628
|
|
|
|
|
|
|
'one' => q(MRO \(1973–2017\)), |
3629
|
|
|
|
|
|
|
'other' => q(MRO \(1973–2017\)), |
3630
|
|
|
|
|
|
|
}, |
3631
|
|
|
|
|
|
|
}, |
3632
|
|
|
|
|
|
|
'MRU' => { |
3633
|
|
|
|
|
|
|
symbol => 'MRU', |
3634
|
|
|
|
|
|
|
display_name => { |
3635
|
|
|
|
|
|
|
'currency' => q(MRU), |
3636
|
|
|
|
|
|
|
'one' => q(MRU), |
3637
|
|
|
|
|
|
|
'other' => q(MRU), |
3638
|
|
|
|
|
|
|
}, |
3639
|
|
|
|
|
|
|
}, |
3640
|
|
|
|
|
|
|
'MUR' => { |
3641
|
|
|
|
|
|
|
symbol => 'MUR', |
3642
|
|
|
|
|
|
|
display_name => { |
3643
|
|
|
|
|
|
|
'currency' => q(MUR), |
3644
|
|
|
|
|
|
|
'one' => q(MUR), |
3645
|
|
|
|
|
|
|
'other' => q(MUR), |
3646
|
|
|
|
|
|
|
}, |
3647
|
|
|
|
|
|
|
}, |
3648
|
|
|
|
|
|
|
'MVR' => { |
3649
|
|
|
|
|
|
|
symbol => 'MVR', |
3650
|
|
|
|
|
|
|
display_name => { |
3651
|
|
|
|
|
|
|
'currency' => q(MVR), |
3652
|
|
|
|
|
|
|
'one' => q(MVR), |
3653
|
|
|
|
|
|
|
'other' => q(MVR), |
3654
|
|
|
|
|
|
|
}, |
3655
|
|
|
|
|
|
|
}, |
3656
|
|
|
|
|
|
|
'MWK' => { |
3657
|
|
|
|
|
|
|
symbol => 'MWK', |
3658
|
|
|
|
|
|
|
display_name => { |
3659
|
|
|
|
|
|
|
'currency' => q(MWK), |
3660
|
|
|
|
|
|
|
'one' => q(MWK), |
3661
|
|
|
|
|
|
|
'other' => q(MWK), |
3662
|
|
|
|
|
|
|
}, |
3663
|
|
|
|
|
|
|
}, |
3664
|
|
|
|
|
|
|
'MXN' => { |
3665
|
|
|
|
|
|
|
symbol => 'MX$', |
3666
|
|
|
|
|
|
|
display_name => { |
3667
|
|
|
|
|
|
|
'currency' => q(MXN), |
3668
|
|
|
|
|
|
|
'one' => q(MXN), |
3669
|
|
|
|
|
|
|
'other' => q(MXN), |
3670
|
|
|
|
|
|
|
}, |
3671
|
|
|
|
|
|
|
}, |
3672
|
|
|
|
|
|
|
'MYR' => { |
3673
|
|
|
|
|
|
|
symbol => 'MYR', |
3674
|
|
|
|
|
|
|
display_name => { |
3675
|
|
|
|
|
|
|
'currency' => q(MYR), |
3676
|
|
|
|
|
|
|
'one' => q(MYR), |
3677
|
|
|
|
|
|
|
'other' => q(MYR), |
3678
|
|
|
|
|
|
|
}, |
3679
|
|
|
|
|
|
|
}, |
3680
|
|
|
|
|
|
|
'MZN' => { |
3681
|
|
|
|
|
|
|
symbol => 'MZN', |
3682
|
|
|
|
|
|
|
display_name => { |
3683
|
|
|
|
|
|
|
'currency' => q(MZN), |
3684
|
|
|
|
|
|
|
'one' => q(MZN), |
3685
|
|
|
|
|
|
|
'other' => q(MZN), |
3686
|
|
|
|
|
|
|
}, |
3687
|
|
|
|
|
|
|
}, |
3688
|
|
|
|
|
|
|
'NAD' => { |
3689
|
|
|
|
|
|
|
symbol => 'NAD', |
3690
|
|
|
|
|
|
|
display_name => { |
3691
|
|
|
|
|
|
|
'currency' => q(NAD), |
3692
|
|
|
|
|
|
|
'one' => q(NAD), |
3693
|
|
|
|
|
|
|
'other' => q(NAD), |
3694
|
|
|
|
|
|
|
}, |
3695
|
|
|
|
|
|
|
}, |
3696
|
|
|
|
|
|
|
'NGN' => { |
3697
|
|
|
|
|
|
|
symbol => 'NGN', |
3698
|
|
|
|
|
|
|
display_name => { |
3699
|
|
|
|
|
|
|
'currency' => q(NGN), |
3700
|
|
|
|
|
|
|
'one' => q(NGN), |
3701
|
|
|
|
|
|
|
'other' => q(NGN), |
3702
|
|
|
|
|
|
|
}, |
3703
|
|
|
|
|
|
|
}, |
3704
|
|
|
|
|
|
|
'NIO' => { |
3705
|
|
|
|
|
|
|
symbol => 'NIO', |
3706
|
|
|
|
|
|
|
display_name => { |
3707
|
|
|
|
|
|
|
'currency' => q(NIO), |
3708
|
|
|
|
|
|
|
'one' => q(NIO), |
3709
|
|
|
|
|
|
|
'other' => q(NIO), |
3710
|
|
|
|
|
|
|
}, |
3711
|
|
|
|
|
|
|
}, |
3712
|
|
|
|
|
|
|
'NOK' => { |
3713
|
|
|
|
|
|
|
symbol => 'NOK', |
3714
|
|
|
|
|
|
|
display_name => { |
3715
|
|
|
|
|
|
|
'currency' => q(NOK), |
3716
|
|
|
|
|
|
|
'one' => q(NOK), |
3717
|
|
|
|
|
|
|
'other' => q(NOK), |
3718
|
|
|
|
|
|
|
}, |
3719
|
|
|
|
|
|
|
}, |
3720
|
|
|
|
|
|
|
'NPR' => { |
3721
|
|
|
|
|
|
|
symbol => 'NPR', |
3722
|
|
|
|
|
|
|
display_name => { |
3723
|
|
|
|
|
|
|
'currency' => q(نيپالي روپيه), |
3724
|
|
|
|
|
|
|
'one' => q(نيپالي روپيه), |
3725
|
|
|
|
|
|
|
'other' => q(نيپالي روپۍ), |
3726
|
|
|
|
|
|
|
}, |
3727
|
|
|
|
|
|
|
}, |
3728
|
|
|
|
|
|
|
'NZD' => { |
3729
|
|
|
|
|
|
|
symbol => 'NZ$', |
3730
|
|
|
|
|
|
|
display_name => { |
3731
|
|
|
|
|
|
|
'currency' => q(NZD), |
3732
|
|
|
|
|
|
|
'one' => q(NZD), |
3733
|
|
|
|
|
|
|
'other' => q(NZD), |
3734
|
|
|
|
|
|
|
}, |
3735
|
|
|
|
|
|
|
}, |
3736
|
|
|
|
|
|
|
'OMR' => { |
3737
|
|
|
|
|
|
|
symbol => 'OMR', |
3738
|
|
|
|
|
|
|
display_name => { |
3739
|
|
|
|
|
|
|
'currency' => q(OMR), |
3740
|
|
|
|
|
|
|
'one' => q(OMR), |
3741
|
|
|
|
|
|
|
'other' => q(OMR), |
3742
|
|
|
|
|
|
|
}, |
3743
|
|
|
|
|
|
|
}, |
3744
|
|
|
|
|
|
|
'PAB' => { |
3745
|
|
|
|
|
|
|
symbol => 'PAB', |
3746
|
|
|
|
|
|
|
display_name => { |
3747
|
|
|
|
|
|
|
'currency' => q(PAB), |
3748
|
|
|
|
|
|
|
'one' => q(PAB), |
3749
|
|
|
|
|
|
|
'other' => q(PAB), |
3750
|
|
|
|
|
|
|
}, |
3751
|
|
|
|
|
|
|
}, |
3752
|
|
|
|
|
|
|
'PEN' => { |
3753
|
|
|
|
|
|
|
symbol => 'PEN', |
3754
|
|
|
|
|
|
|
display_name => { |
3755
|
|
|
|
|
|
|
'currency' => q(PEN), |
3756
|
|
|
|
|
|
|
'one' => q(PEN), |
3757
|
|
|
|
|
|
|
'other' => q(PEN), |
3758
|
|
|
|
|
|
|
}, |
3759
|
|
|
|
|
|
|
}, |
3760
|
|
|
|
|
|
|
'PGK' => { |
3761
|
|
|
|
|
|
|
symbol => 'PGK', |
3762
|
|
|
|
|
|
|
display_name => { |
3763
|
|
|
|
|
|
|
'currency' => q(PGK), |
3764
|
|
|
|
|
|
|
'one' => q(PGK), |
3765
|
|
|
|
|
|
|
'other' => q(PGK), |
3766
|
|
|
|
|
|
|
}, |
3767
|
|
|
|
|
|
|
}, |
3768
|
|
|
|
|
|
|
'PHP' => { |
3769
|
|
|
|
|
|
|
symbol => 'PHP', |
3770
|
|
|
|
|
|
|
display_name => { |
3771
|
|
|
|
|
|
|
'currency' => q(PHP), |
3772
|
|
|
|
|
|
|
'one' => q(PHP), |
3773
|
|
|
|
|
|
|
'other' => q(PHP), |
3774
|
|
|
|
|
|
|
}, |
3775
|
|
|
|
|
|
|
}, |
3776
|
|
|
|
|
|
|
'PKR' => { |
3777
|
|
|
|
|
|
|
symbol => 'PKR', |
3778
|
|
|
|
|
|
|
display_name => { |
3779
|
|
|
|
|
|
|
'currency' => q(پاکستانۍ کلداره), |
3780
|
|
|
|
|
|
|
'one' => q(پاکستانۍ کلداره), |
3781
|
|
|
|
|
|
|
'other' => q(پاکستانۍ کلدارې), |
3782
|
|
|
|
|
|
|
}, |
3783
|
|
|
|
|
|
|
}, |
3784
|
|
|
|
|
|
|
'PLN' => { |
3785
|
|
|
|
|
|
|
symbol => 'PLN', |
3786
|
|
|
|
|
|
|
display_name => { |
3787
|
|
|
|
|
|
|
'currency' => q(PLN), |
3788
|
|
|
|
|
|
|
'one' => q(PLN), |
3789
|
|
|
|
|
|
|
'other' => q(PLN), |
3790
|
|
|
|
|
|
|
}, |
3791
|
|
|
|
|
|
|
}, |
3792
|
|
|
|
|
|
|
'PYG' => { |
3793
|
|
|
|
|
|
|
symbol => 'PYG', |
3794
|
|
|
|
|
|
|
display_name => { |
3795
|
|
|
|
|
|
|
'currency' => q(PYG), |
3796
|
|
|
|
|
|
|
'one' => q(PYG), |
3797
|
|
|
|
|
|
|
'other' => q(PYG), |
3798
|
|
|
|
|
|
|
}, |
3799
|
|
|
|
|
|
|
}, |
3800
|
|
|
|
|
|
|
'QAR' => { |
3801
|
|
|
|
|
|
|
symbol => 'QAR', |
3802
|
|
|
|
|
|
|
display_name => { |
3803
|
|
|
|
|
|
|
'currency' => q(QAR), |
3804
|
|
|
|
|
|
|
'one' => q(QAR), |
3805
|
|
|
|
|
|
|
'other' => q(QAR), |
3806
|
|
|
|
|
|
|
}, |
3807
|
|
|
|
|
|
|
}, |
3808
|
|
|
|
|
|
|
'RON' => { |
3809
|
|
|
|
|
|
|
symbol => 'RON', |
3810
|
|
|
|
|
|
|
display_name => { |
3811
|
|
|
|
|
|
|
'currency' => q(RON), |
3812
|
|
|
|
|
|
|
'one' => q(RON), |
3813
|
|
|
|
|
|
|
'other' => q(RON), |
3814
|
|
|
|
|
|
|
}, |
3815
|
|
|
|
|
|
|
}, |
3816
|
|
|
|
|
|
|
'RSD' => { |
3817
|
|
|
|
|
|
|
symbol => 'RSD', |
3818
|
|
|
|
|
|
|
display_name => { |
3819
|
|
|
|
|
|
|
'currency' => q(RSD), |
3820
|
|
|
|
|
|
|
'one' => q(RSD), |
3821
|
|
|
|
|
|
|
'other' => q(RSD), |
3822
|
|
|
|
|
|
|
}, |
3823
|
|
|
|
|
|
|
}, |
3824
|
|
|
|
|
|
|
'RUB' => { |
3825
|
|
|
|
|
|
|
symbol => 'RUB', |
3826
|
|
|
|
|
|
|
display_name => { |
3827
|
|
|
|
|
|
|
'currency' => q(RUB), |
3828
|
|
|
|
|
|
|
'one' => q(RUB), |
3829
|
|
|
|
|
|
|
'other' => q(RUB), |
3830
|
|
|
|
|
|
|
}, |
3831
|
|
|
|
|
|
|
}, |
3832
|
|
|
|
|
|
|
'RWF' => { |
3833
|
|
|
|
|
|
|
symbol => 'RWF', |
3834
|
|
|
|
|
|
|
display_name => { |
3835
|
|
|
|
|
|
|
'currency' => q(RWF), |
3836
|
|
|
|
|
|
|
'one' => q(RWF), |
3837
|
|
|
|
|
|
|
'other' => q(RWF), |
3838
|
|
|
|
|
|
|
}, |
3839
|
|
|
|
|
|
|
}, |
3840
|
|
|
|
|
|
|
'SAR' => { |
3841
|
|
|
|
|
|
|
symbol => 'SAR', |
3842
|
|
|
|
|
|
|
display_name => { |
3843
|
|
|
|
|
|
|
'currency' => q(SAR), |
3844
|
|
|
|
|
|
|
'one' => q(SAR), |
3845
|
|
|
|
|
|
|
'other' => q(SAR), |
3846
|
|
|
|
|
|
|
}, |
3847
|
|
|
|
|
|
|
}, |
3848
|
|
|
|
|
|
|
'SBD' => { |
3849
|
|
|
|
|
|
|
symbol => 'SBD', |
3850
|
|
|
|
|
|
|
display_name => { |
3851
|
|
|
|
|
|
|
'currency' => q(SBD), |
3852
|
|
|
|
|
|
|
'one' => q(SBD), |
3853
|
|
|
|
|
|
|
'other' => q(SBD), |
3854
|
|
|
|
|
|
|
}, |
3855
|
|
|
|
|
|
|
}, |
3856
|
|
|
|
|
|
|
'SCR' => { |
3857
|
|
|
|
|
|
|
symbol => 'SCR', |
3858
|
|
|
|
|
|
|
display_name => { |
3859
|
|
|
|
|
|
|
'currency' => q(SCR), |
3860
|
|
|
|
|
|
|
'one' => q(SCR), |
3861
|
|
|
|
|
|
|
'other' => q(SCR), |
3862
|
|
|
|
|
|
|
}, |
3863
|
|
|
|
|
|
|
}, |
3864
|
|
|
|
|
|
|
'SDG' => { |
3865
|
|
|
|
|
|
|
symbol => 'SDG', |
3866
|
|
|
|
|
|
|
display_name => { |
3867
|
|
|
|
|
|
|
'currency' => q(SDG), |
3868
|
|
|
|
|
|
|
'one' => q(SDG), |
3869
|
|
|
|
|
|
|
'other' => q(SDG), |
3870
|
|
|
|
|
|
|
}, |
3871
|
|
|
|
|
|
|
}, |
3872
|
|
|
|
|
|
|
'SEK' => { |
3873
|
|
|
|
|
|
|
symbol => 'SEK', |
3874
|
|
|
|
|
|
|
display_name => { |
3875
|
|
|
|
|
|
|
'currency' => q(SEK), |
3876
|
|
|
|
|
|
|
'one' => q(SEK), |
3877
|
|
|
|
|
|
|
'other' => q(SEK), |
3878
|
|
|
|
|
|
|
}, |
3879
|
|
|
|
|
|
|
}, |
3880
|
|
|
|
|
|
|
'SGD' => { |
3881
|
|
|
|
|
|
|
symbol => 'SGD', |
3882
|
|
|
|
|
|
|
display_name => { |
3883
|
|
|
|
|
|
|
'currency' => q(SGD), |
3884
|
|
|
|
|
|
|
'one' => q(SGD), |
3885
|
|
|
|
|
|
|
'other' => q(SGD), |
3886
|
|
|
|
|
|
|
}, |
3887
|
|
|
|
|
|
|
}, |
3888
|
|
|
|
|
|
|
'SHP' => { |
3889
|
|
|
|
|
|
|
symbol => 'SHP', |
3890
|
|
|
|
|
|
|
display_name => { |
3891
|
|
|
|
|
|
|
'currency' => q(SHP), |
3892
|
|
|
|
|
|
|
'one' => q(SHP), |
3893
|
|
|
|
|
|
|
'other' => q(SHP), |
3894
|
|
|
|
|
|
|
}, |
3895
|
|
|
|
|
|
|
}, |
3896
|
|
|
|
|
|
|
'SLL' => { |
3897
|
|
|
|
|
|
|
symbol => 'SLL', |
3898
|
|
|
|
|
|
|
display_name => { |
3899
|
|
|
|
|
|
|
'currency' => q(SLL), |
3900
|
|
|
|
|
|
|
'one' => q(SLL), |
3901
|
|
|
|
|
|
|
'other' => q(SLL), |
3902
|
|
|
|
|
|
|
}, |
3903
|
|
|
|
|
|
|
}, |
3904
|
|
|
|
|
|
|
'SOS' => { |
3905
|
|
|
|
|
|
|
symbol => 'SOS', |
3906
|
|
|
|
|
|
|
display_name => { |
3907
|
|
|
|
|
|
|
'currency' => q(SOS), |
3908
|
|
|
|
|
|
|
'one' => q(SOS), |
3909
|
|
|
|
|
|
|
'other' => q(SOS), |
3910
|
|
|
|
|
|
|
}, |
3911
|
|
|
|
|
|
|
}, |
3912
|
|
|
|
|
|
|
'SRD' => { |
3913
|
|
|
|
|
|
|
symbol => 'SRD', |
3914
|
|
|
|
|
|
|
display_name => { |
3915
|
|
|
|
|
|
|
'currency' => q(SRD), |
3916
|
|
|
|
|
|
|
'one' => q(SRD), |
3917
|
|
|
|
|
|
|
'other' => q(SRD), |
3918
|
|
|
|
|
|
|
}, |
3919
|
|
|
|
|
|
|
}, |
3920
|
|
|
|
|
|
|
'SSP' => { |
3921
|
|
|
|
|
|
|
symbol => 'SSP', |
3922
|
|
|
|
|
|
|
display_name => { |
3923
|
|
|
|
|
|
|
'currency' => q(SSP), |
3924
|
|
|
|
|
|
|
'one' => q(SSP), |
3925
|
|
|
|
|
|
|
'other' => q(SSP), |
3926
|
|
|
|
|
|
|
}, |
3927
|
|
|
|
|
|
|
}, |
3928
|
|
|
|
|
|
|
'STD' => { |
3929
|
|
|
|
|
|
|
symbol => 'STD', |
3930
|
|
|
|
|
|
|
display_name => { |
3931
|
|
|
|
|
|
|
'currency' => q(STD), |
3932
|
|
|
|
|
|
|
'one' => q(STD), |
3933
|
|
|
|
|
|
|
'other' => q(STD), |
3934
|
|
|
|
|
|
|
}, |
3935
|
|
|
|
|
|
|
}, |
3936
|
|
|
|
|
|
|
'STN' => { |
3937
|
|
|
|
|
|
|
symbol => 'STN', |
3938
|
|
|
|
|
|
|
display_name => { |
3939
|
|
|
|
|
|
|
'currency' => q(STN), |
3940
|
|
|
|
|
|
|
'one' => q(STN), |
3941
|
|
|
|
|
|
|
'other' => q(STN), |
3942
|
|
|
|
|
|
|
}, |
3943
|
|
|
|
|
|
|
}, |
3944
|
|
|
|
|
|
|
'SYP' => { |
3945
|
|
|
|
|
|
|
symbol => 'SYP', |
3946
|
|
|
|
|
|
|
display_name => { |
3947
|
|
|
|
|
|
|
'currency' => q(SYP), |
3948
|
|
|
|
|
|
|
'one' => q(SYP), |
3949
|
|
|
|
|
|
|
'other' => q(SYP), |
3950
|
|
|
|
|
|
|
}, |
3951
|
|
|
|
|
|
|
}, |
3952
|
|
|
|
|
|
|
'SZL' => { |
3953
|
|
|
|
|
|
|
symbol => 'SZL', |
3954
|
|
|
|
|
|
|
display_name => { |
3955
|
|
|
|
|
|
|
'currency' => q(SZL), |
3956
|
|
|
|
|
|
|
'one' => q(SZL), |
3957
|
|
|
|
|
|
|
'other' => q(SZL), |
3958
|
|
|
|
|
|
|
}, |
3959
|
|
|
|
|
|
|
}, |
3960
|
|
|
|
|
|
|
'THB' => { |
3961
|
|
|
|
|
|
|
symbol => 'THB', |
3962
|
|
|
|
|
|
|
display_name => { |
3963
|
|
|
|
|
|
|
'currency' => q(THB), |
3964
|
|
|
|
|
|
|
'one' => q(THB), |
3965
|
|
|
|
|
|
|
'other' => q(THB), |
3966
|
|
|
|
|
|
|
}, |
3967
|
|
|
|
|
|
|
}, |
3968
|
|
|
|
|
|
|
'TJS' => { |
3969
|
|
|
|
|
|
|
symbol => 'TJS', |
3970
|
|
|
|
|
|
|
display_name => { |
3971
|
|
|
|
|
|
|
'currency' => q(TJS), |
3972
|
|
|
|
|
|
|
'one' => q(TJS), |
3973
|
|
|
|
|
|
|
'other' => q(TJS), |
3974
|
|
|
|
|
|
|
}, |
3975
|
|
|
|
|
|
|
}, |
3976
|
|
|
|
|
|
|
'TMT' => { |
3977
|
|
|
|
|
|
|
symbol => 'TMT', |
3978
|
|
|
|
|
|
|
display_name => { |
3979
|
|
|
|
|
|
|
'currency' => q(TMT), |
3980
|
|
|
|
|
|
|
'one' => q(TMT), |
3981
|
|
|
|
|
|
|
'other' => q(TMT), |
3982
|
|
|
|
|
|
|
}, |
3983
|
|
|
|
|
|
|
}, |
3984
|
|
|
|
|
|
|
'TND' => { |
3985
|
|
|
|
|
|
|
symbol => 'TND', |
3986
|
|
|
|
|
|
|
display_name => { |
3987
|
|
|
|
|
|
|
'currency' => q(TND), |
3988
|
|
|
|
|
|
|
'one' => q(TND), |
3989
|
|
|
|
|
|
|
'other' => q(TND), |
3990
|
|
|
|
|
|
|
}, |
3991
|
|
|
|
|
|
|
}, |
3992
|
|
|
|
|
|
|
'TOP' => { |
3993
|
|
|
|
|
|
|
symbol => 'TOP', |
3994
|
|
|
|
|
|
|
display_name => { |
3995
|
|
|
|
|
|
|
'currency' => q(TOP), |
3996
|
|
|
|
|
|
|
'one' => q(TOP), |
3997
|
|
|
|
|
|
|
'other' => q(TOP), |
3998
|
|
|
|
|
|
|
}, |
3999
|
|
|
|
|
|
|
}, |
4000
|
|
|
|
|
|
|
'TRY' => { |
4001
|
|
|
|
|
|
|
symbol => 'TRY', |
4002
|
|
|
|
|
|
|
display_name => { |
4003
|
|
|
|
|
|
|
'currency' => q(TRY), |
4004
|
|
|
|
|
|
|
'one' => q(TRY), |
4005
|
|
|
|
|
|
|
'other' => q(TRY), |
4006
|
|
|
|
|
|
|
}, |
4007
|
|
|
|
|
|
|
}, |
4008
|
|
|
|
|
|
|
'TTD' => { |
4009
|
|
|
|
|
|
|
symbol => 'TTD', |
4010
|
|
|
|
|
|
|
display_name => { |
4011
|
|
|
|
|
|
|
'currency' => q(TTD), |
4012
|
|
|
|
|
|
|
'one' => q(TTD), |
4013
|
|
|
|
|
|
|
'other' => q(TTD), |
4014
|
|
|
|
|
|
|
}, |
4015
|
|
|
|
|
|
|
}, |
4016
|
|
|
|
|
|
|
'TWD' => { |
4017
|
|
|
|
|
|
|
symbol => 'NT$', |
4018
|
|
|
|
|
|
|
display_name => { |
4019
|
|
|
|
|
|
|
'currency' => q(TWD), |
4020
|
|
|
|
|
|
|
'one' => q(TWD), |
4021
|
|
|
|
|
|
|
'other' => q(TWD), |
4022
|
|
|
|
|
|
|
}, |
4023
|
|
|
|
|
|
|
}, |
4024
|
|
|
|
|
|
|
'TZS' => { |
4025
|
|
|
|
|
|
|
symbol => 'TZS', |
4026
|
|
|
|
|
|
|
display_name => { |
4027
|
|
|
|
|
|
|
'currency' => q(TZS), |
4028
|
|
|
|
|
|
|
'one' => q(TZS), |
4029
|
|
|
|
|
|
|
'other' => q(TZS), |
4030
|
|
|
|
|
|
|
}, |
4031
|
|
|
|
|
|
|
}, |
4032
|
|
|
|
|
|
|
'UAH' => { |
4033
|
|
|
|
|
|
|
symbol => 'UAH', |
4034
|
|
|
|
|
|
|
display_name => { |
4035
|
|
|
|
|
|
|
'currency' => q(UAH), |
4036
|
|
|
|
|
|
|
'one' => q(UAH), |
4037
|
|
|
|
|
|
|
'other' => q(UAH), |
4038
|
|
|
|
|
|
|
}, |
4039
|
|
|
|
|
|
|
}, |
4040
|
|
|
|
|
|
|
'UGX' => { |
4041
|
|
|
|
|
|
|
symbol => 'UGX', |
4042
|
|
|
|
|
|
|
display_name => { |
4043
|
|
|
|
|
|
|
'currency' => q(UGX), |
4044
|
|
|
|
|
|
|
'one' => q(UGX), |
4045
|
|
|
|
|
|
|
'other' => q(UGX), |
4046
|
|
|
|
|
|
|
}, |
4047
|
|
|
|
|
|
|
}, |
4048
|
|
|
|
|
|
|
'USD' => { |
4049
|
|
|
|
|
|
|
symbol => 'US$', |
4050
|
|
|
|
|
|
|
display_name => { |
4051
|
|
|
|
|
|
|
'currency' => q(USD), |
4052
|
|
|
|
|
|
|
'one' => q(USD), |
4053
|
|
|
|
|
|
|
'other' => q(USD), |
4054
|
|
|
|
|
|
|
}, |
4055
|
|
|
|
|
|
|
}, |
4056
|
|
|
|
|
|
|
'UYU' => { |
4057
|
|
|
|
|
|
|
symbol => 'UYU', |
4058
|
|
|
|
|
|
|
display_name => { |
4059
|
|
|
|
|
|
|
'currency' => q(UYU), |
4060
|
|
|
|
|
|
|
'one' => q(UYU), |
4061
|
|
|
|
|
|
|
'other' => q(UYU), |
4062
|
|
|
|
|
|
|
}, |
4063
|
|
|
|
|
|
|
}, |
4064
|
|
|
|
|
|
|
'UZS' => { |
4065
|
|
|
|
|
|
|
symbol => 'UZS', |
4066
|
|
|
|
|
|
|
display_name => { |
4067
|
|
|
|
|
|
|
'currency' => q(UZS), |
4068
|
|
|
|
|
|
|
'one' => q(UZS), |
4069
|
|
|
|
|
|
|
'other' => q(UZS), |
4070
|
|
|
|
|
|
|
}, |
4071
|
|
|
|
|
|
|
}, |
4072
|
|
|
|
|
|
|
'VEF' => { |
4073
|
|
|
|
|
|
|
symbol => 'VEF', |
4074
|
|
|
|
|
|
|
display_name => { |
4075
|
|
|
|
|
|
|
'currency' => q(VEF \(2008–2018\)), |
4076
|
|
|
|
|
|
|
'one' => q(VEF \(2008–2018\)), |
4077
|
|
|
|
|
|
|
'other' => q(VEF \(2008–2018\)), |
4078
|
|
|
|
|
|
|
}, |
4079
|
|
|
|
|
|
|
}, |
4080
|
|
|
|
|
|
|
'VES' => { |
4081
|
|
|
|
|
|
|
symbol => 'VES', |
4082
|
|
|
|
|
|
|
display_name => { |
4083
|
|
|
|
|
|
|
'currency' => q(VES), |
4084
|
|
|
|
|
|
|
'one' => q(VES), |
4085
|
|
|
|
|
|
|
'other' => q(VES), |
4086
|
|
|
|
|
|
|
}, |
4087
|
|
|
|
|
|
|
}, |
4088
|
|
|
|
|
|
|
'VND' => { |
4089
|
|
|
|
|
|
|
symbol => '₫', |
4090
|
|
|
|
|
|
|
display_name => { |
4091
|
|
|
|
|
|
|
'currency' => q(VND), |
4092
|
|
|
|
|
|
|
'one' => q(VND), |
4093
|
|
|
|
|
|
|
'other' => q(VND), |
4094
|
|
|
|
|
|
|
}, |
4095
|
|
|
|
|
|
|
}, |
4096
|
|
|
|
|
|
|
'VUV' => { |
4097
|
|
|
|
|
|
|
symbol => 'VUV', |
4098
|
|
|
|
|
|
|
display_name => { |
4099
|
|
|
|
|
|
|
'currency' => q(VUV), |
4100
|
|
|
|
|
|
|
'one' => q(VUV), |
4101
|
|
|
|
|
|
|
'other' => q(VUV), |
4102
|
|
|
|
|
|
|
}, |
4103
|
|
|
|
|
|
|
}, |
4104
|
|
|
|
|
|
|
'WST' => { |
4105
|
|
|
|
|
|
|
symbol => 'WST', |
4106
|
|
|
|
|
|
|
display_name => { |
4107
|
|
|
|
|
|
|
'currency' => q(WST), |
4108
|
|
|
|
|
|
|
'one' => q(WST), |
4109
|
|
|
|
|
|
|
'other' => q(WST), |
4110
|
|
|
|
|
|
|
}, |
4111
|
|
|
|
|
|
|
}, |
4112
|
|
|
|
|
|
|
'XAF' => { |
4113
|
|
|
|
|
|
|
symbol => 'FCFA', |
4114
|
|
|
|
|
|
|
display_name => { |
4115
|
|
|
|
|
|
|
'currency' => q(XAF), |
4116
|
|
|
|
|
|
|
'one' => q(XAF), |
4117
|
|
|
|
|
|
|
'other' => q(XAF), |
4118
|
|
|
|
|
|
|
}, |
4119
|
|
|
|
|
|
|
}, |
4120
|
|
|
|
|
|
|
'XCD' => { |
4121
|
|
|
|
|
|
|
symbol => 'EC$', |
4122
|
|
|
|
|
|
|
display_name => { |
4123
|
|
|
|
|
|
|
'currency' => q(XCD), |
4124
|
|
|
|
|
|
|
'one' => q(XCD), |
4125
|
|
|
|
|
|
|
'other' => q(XCD), |
4126
|
|
|
|
|
|
|
}, |
4127
|
|
|
|
|
|
|
}, |
4128
|
|
|
|
|
|
|
'XOF' => { |
4129
|
|
|
|
|
|
|
symbol => 'CFA', |
4130
|
|
|
|
|
|
|
display_name => { |
4131
|
|
|
|
|
|
|
'currency' => q(XOF), |
4132
|
|
|
|
|
|
|
'one' => q(XOF), |
4133
|
|
|
|
|
|
|
'other' => q(XOF), |
4134
|
|
|
|
|
|
|
}, |
4135
|
|
|
|
|
|
|
}, |
4136
|
|
|
|
|
|
|
'XPF' => { |
4137
|
|
|
|
|
|
|
symbol => 'CFPF', |
4138
|
|
|
|
|
|
|
display_name => { |
4139
|
|
|
|
|
|
|
'currency' => q(XPF), |
4140
|
|
|
|
|
|
|
'one' => q(XPF), |
4141
|
|
|
|
|
|
|
'other' => q(XPF), |
4142
|
|
|
|
|
|
|
}, |
4143
|
|
|
|
|
|
|
}, |
4144
|
|
|
|
|
|
|
'XXX' => { |
4145
|
|
|
|
|
|
|
display_name => { |
4146
|
|
|
|
|
|
|
'currency' => q(نامعلومه مروجه پېسې), |
4147
|
|
|
|
|
|
|
'one' => q(\(د نامعلومه مروجه پېسو واحد\)), |
4148
|
|
|
|
|
|
|
'other' => q(\(نامعلومه مروجه پېسې\)), |
4149
|
|
|
|
|
|
|
}, |
4150
|
|
|
|
|
|
|
}, |
4151
|
|
|
|
|
|
|
'YER' => { |
4152
|
|
|
|
|
|
|
symbol => 'YER', |
4153
|
|
|
|
|
|
|
display_name => { |
4154
|
|
|
|
|
|
|
'currency' => q(YER), |
4155
|
|
|
|
|
|
|
'one' => q(YER), |
4156
|
|
|
|
|
|
|
'other' => q(YER), |
4157
|
|
|
|
|
|
|
}, |
4158
|
|
|
|
|
|
|
}, |
4159
|
|
|
|
|
|
|
'ZAR' => { |
4160
|
|
|
|
|
|
|
symbol => 'ZAR', |
4161
|
|
|
|
|
|
|
display_name => { |
4162
|
|
|
|
|
|
|
'currency' => q(ZAR), |
4163
|
|
|
|
|
|
|
'one' => q(ZAR), |
4164
|
|
|
|
|
|
|
'other' => q(ZAR), |
4165
|
|
|
|
|
|
|
}, |
4166
|
|
|
|
|
|
|
}, |
4167
|
|
|
|
|
|
|
'ZMW' => { |
4168
|
|
|
|
|
|
|
symbol => 'ZMW', |
4169
|
|
|
|
|
|
|
display_name => { |
4170
|
|
|
|
|
|
|
'currency' => q(ZMW), |
4171
|
|
|
|
|
|
|
'one' => q(ZMW), |
4172
|
|
|
|
|
|
|
'other' => q(ZMW), |
4173
|
|
|
|
|
|
|
}, |
4174
|
|
|
|
|
|
|
}, |
4175
|
|
|
|
|
|
|
} }, |
4176
|
|
|
|
|
|
|
); |
4177
|
|
|
|
|
|
|
|
4178
|
|
|
|
|
|
|
|
4179
|
|
|
|
|
|
|
has 'calendar_months' => ( |
4180
|
|
|
|
|
|
|
is => 'ro', |
4181
|
|
|
|
|
|
|
isa => HashRef, |
4182
|
|
|
|
|
|
|
init_arg => undef, |
4183
|
|
|
|
|
|
|
default => sub { { |
4184
|
|
|
|
|
|
|
'gregorian' => { |
4185
|
|
|
|
|
|
|
'format' => { |
4186
|
|
|
|
|
|
|
abbreviated => { |
4187
|
|
|
|
|
|
|
nonleap => [ |
4188
|
|
|
|
|
|
|
'جنوري', |
4189
|
|
|
|
|
|
|
'فبروري', |
4190
|
|
|
|
|
|
|
'مارچ', |
4191
|
|
|
|
|
|
|
'اپریل', |
4192
|
|
|
|
|
|
|
'مۍ', |
4193
|
|
|
|
|
|
|
'جون', |
4194
|
|
|
|
|
|
|
'جولای', |
4195
|
|
|
|
|
|
|
'اگست', |
4196
|
|
|
|
|
|
|
'سېپتمبر', |
4197
|
|
|
|
|
|
|
'اکتوبر', |
4198
|
|
|
|
|
|
|
'نومبر', |
4199
|
|
|
|
|
|
|
'دسمبر' |
4200
|
|
|
|
|
|
|
], |
4201
|
|
|
|
|
|
|
leap => [ |
4202
|
|
|
|
|
|
|
|
4203
|
|
|
|
|
|
|
], |
4204
|
|
|
|
|
|
|
}, |
4205
|
|
|
|
|
|
|
narrow => { |
4206
|
|
|
|
|
|
|
nonleap => [ |
4207
|
|
|
|
|
|
|
'ج', |
4208
|
|
|
|
|
|
|
'ف', |
4209
|
|
|
|
|
|
|
'م', |
4210
|
|
|
|
|
|
|
'ا', |
4211
|
|
|
|
|
|
|
'م', |
4212
|
|
|
|
|
|
|
'ج', |
4213
|
|
|
|
|
|
|
'ج', |
4214
|
|
|
|
|
|
|
'ا', |
4215
|
|
|
|
|
|
|
'س', |
4216
|
|
|
|
|
|
|
'ا', |
4217
|
|
|
|
|
|
|
'ن', |
4218
|
|
|
|
|
|
|
'د' |
4219
|
|
|
|
|
|
|
], |
4220
|
|
|
|
|
|
|
leap => [ |
4221
|
|
|
|
|
|
|
|
4222
|
|
|
|
|
|
|
], |
4223
|
|
|
|
|
|
|
}, |
4224
|
|
|
|
|
|
|
wide => { |
4225
|
|
|
|
|
|
|
nonleap => [ |
4226
|
|
|
|
|
|
|
'جنوري', |
4227
|
|
|
|
|
|
|
'فبروري', |
4228
|
|
|
|
|
|
|
'مارچ', |
4229
|
|
|
|
|
|
|
'اپریل', |
4230
|
|
|
|
|
|
|
'مۍ', |
4231
|
|
|
|
|
|
|
'جون', |
4232
|
|
|
|
|
|
|
'جولای', |
4233
|
|
|
|
|
|
|
'اگست', |
4234
|
|
|
|
|
|
|
'سېپتمبر', |
4235
|
|
|
|
|
|
|
'اکتوبر', |
4236
|
|
|
|
|
|
|
'نومبر', |
4237
|
|
|
|
|
|
|
'دسمبر' |
4238
|
|
|
|
|
|
|
], |
4239
|
|
|
|
|
|
|
leap => [ |
4240
|
|
|
|
|
|
|
|
4241
|
|
|
|
|
|
|
], |
4242
|
|
|
|
|
|
|
}, |
4243
|
|
|
|
|
|
|
}, |
4244
|
|
|
|
|
|
|
'stand-alone' => { |
4245
|
|
|
|
|
|
|
abbreviated => { |
4246
|
|
|
|
|
|
|
nonleap => [ |
4247
|
|
|
|
|
|
|
'جنوري', |
4248
|
|
|
|
|
|
|
'فبروري', |
4249
|
|
|
|
|
|
|
'مارچ', |
4250
|
|
|
|
|
|
|
'اپریل', |
4251
|
|
|
|
|
|
|
'مۍ', |
4252
|
|
|
|
|
|
|
'جون', |
4253
|
|
|
|
|
|
|
'جولای', |
4254
|
|
|
|
|
|
|
'اگست', |
4255
|
|
|
|
|
|
|
'سپتمبر', |
4256
|
|
|
|
|
|
|
'اکتوبر', |
4257
|
|
|
|
|
|
|
'نومبر', |
4258
|
|
|
|
|
|
|
'دسمبر' |
4259
|
|
|
|
|
|
|
], |
4260
|
|
|
|
|
|
|
leap => [ |
4261
|
|
|
|
|
|
|
|
4262
|
|
|
|
|
|
|
], |
4263
|
|
|
|
|
|
|
}, |
4264
|
|
|
|
|
|
|
narrow => { |
4265
|
|
|
|
|
|
|
nonleap => [ |
4266
|
|
|
|
|
|
|
'1', |
4267
|
|
|
|
|
|
|
'2', |
4268
|
|
|
|
|
|
|
'3', |
4269
|
|
|
|
|
|
|
'4', |
4270
|
|
|
|
|
|
|
'5', |
4271
|
|
|
|
|
|
|
'6', |
4272
|
|
|
|
|
|
|
'7', |
4273
|
|
|
|
|
|
|
'8', |
4274
|
|
|
|
|
|
|
'9', |
4275
|
|
|
|
|
|
|
'10', |
4276
|
|
|
|
|
|
|
'11', |
4277
|
|
|
|
|
|
|
'12' |
4278
|
|
|
|
|
|
|
], |
4279
|
|
|
|
|
|
|
leap => [ |
4280
|
|
|
|
|
|
|
|
4281
|
|
|
|
|
|
|
], |
4282
|
|
|
|
|
|
|
}, |
4283
|
|
|
|
|
|
|
wide => { |
4284
|
|
|
|
|
|
|
nonleap => [ |
4285
|
|
|
|
|
|
|
'جنوري', |
4286
|
|
|
|
|
|
|
'فېبروري', |
4287
|
|
|
|
|
|
|
'مارچ', |
4288
|
|
|
|
|
|
|
'اپریل', |
4289
|
|
|
|
|
|
|
'مۍ', |
4290
|
|
|
|
|
|
|
'جون', |
4291
|
|
|
|
|
|
|
'جولای', |
4292
|
|
|
|
|
|
|
'اگست', |
4293
|
|
|
|
|
|
|
'سپتمبر', |
4294
|
|
|
|
|
|
|
'اکتوبر', |
4295
|
|
|
|
|
|
|
'نومبر', |
4296
|
|
|
|
|
|
|
'دسمبر' |
4297
|
|
|
|
|
|
|
], |
4298
|
|
|
|
|
|
|
leap => [ |
4299
|
|
|
|
|
|
|
|
4300
|
|
|
|
|
|
|
], |
4301
|
|
|
|
|
|
|
}, |
4302
|
|
|
|
|
|
|
}, |
4303
|
|
|
|
|
|
|
}, |
4304
|
|
|
|
|
|
|
'indian' => { |
4305
|
|
|
|
|
|
|
'format' => { |
4306
|
|
|
|
|
|
|
abbreviated => { |
4307
|
|
|
|
|
|
|
nonleap => [ |
4308
|
|
|
|
|
|
|
'چيترا', |
4309
|
|
|
|
|
|
|
'ويساکا', |
4310
|
|
|
|
|
|
|
'جياستا', |
4311
|
|
|
|
|
|
|
'اسادها', |
4312
|
|
|
|
|
|
|
'سراوانا', |
4313
|
|
|
|
|
|
|
'بهادرا', |
4314
|
|
|
|
|
|
|
'اسوينا', |
4315
|
|
|
|
|
|
|
'کارتيکا', |
4316
|
|
|
|
|
|
|
'اگراهايانا', |
4317
|
|
|
|
|
|
|
'پاوسا', |
4318
|
|
|
|
|
|
|
'مگها', |
4319
|
|
|
|
|
|
|
'پهالگونا' |
4320
|
|
|
|
|
|
|
], |
4321
|
|
|
|
|
|
|
leap => [ |
4322
|
|
|
|
|
|
|
|
4323
|
|
|
|
|
|
|
], |
4324
|
|
|
|
|
|
|
}, |
4325
|
|
|
|
|
|
|
narrow => { |
4326
|
|
|
|
|
|
|
nonleap => [ |
4327
|
|
|
|
|
|
|
'1', |
4328
|
|
|
|
|
|
|
'2', |
4329
|
|
|
|
|
|
|
'3', |
4330
|
|
|
|
|
|
|
'4', |
4331
|
|
|
|
|
|
|
'5', |
4332
|
|
|
|
|
|
|
'6', |
4333
|
|
|
|
|
|
|
'7', |
4334
|
|
|
|
|
|
|
'8', |
4335
|
|
|
|
|
|
|
'9', |
4336
|
|
|
|
|
|
|
'10', |
4337
|
|
|
|
|
|
|
'11', |
4338
|
|
|
|
|
|
|
'12' |
4339
|
|
|
|
|
|
|
], |
4340
|
|
|
|
|
|
|
leap => [ |
4341
|
|
|
|
|
|
|
|
4342
|
|
|
|
|
|
|
], |
4343
|
|
|
|
|
|
|
}, |
4344
|
|
|
|
|
|
|
wide => { |
4345
|
|
|
|
|
|
|
nonleap => [ |
4346
|
|
|
|
|
|
|
'چيترا', |
4347
|
|
|
|
|
|
|
'ويساکا', |
4348
|
|
|
|
|
|
|
'جياستا', |
4349
|
|
|
|
|
|
|
'اسادها', |
4350
|
|
|
|
|
|
|
'سراوانا', |
4351
|
|
|
|
|
|
|
'بهادرا', |
4352
|
|
|
|
|
|
|
'اسوينا', |
4353
|
|
|
|
|
|
|
'کارتيکا', |
4354
|
|
|
|
|
|
|
'اگراهايانا', |
4355
|
|
|
|
|
|
|
'پاوسا', |
4356
|
|
|
|
|
|
|
'مگها', |
4357
|
|
|
|
|
|
|
'پهالگونا' |
4358
|
|
|
|
|
|
|
], |
4359
|
|
|
|
|
|
|
leap => [ |
4360
|
|
|
|
|
|
|
|
4361
|
|
|
|
|
|
|
], |
4362
|
|
|
|
|
|
|
}, |
4363
|
|
|
|
|
|
|
}, |
4364
|
|
|
|
|
|
|
'stand-alone' => { |
4365
|
|
|
|
|
|
|
abbreviated => { |
4366
|
|
|
|
|
|
|
nonleap => [ |
4367
|
|
|
|
|
|
|
'چيترا', |
4368
|
|
|
|
|
|
|
'ويساکا', |
4369
|
|
|
|
|
|
|
'جياستا', |
4370
|
|
|
|
|
|
|
'اسادها', |
4371
|
|
|
|
|
|
|
'سراوانا', |
4372
|
|
|
|
|
|
|
'بهادرا', |
4373
|
|
|
|
|
|
|
'اسوينا', |
4374
|
|
|
|
|
|
|
'کارتيکا', |
4375
|
|
|
|
|
|
|
'اگراهايانا', |
4376
|
|
|
|
|
|
|
'پاوسا', |
4377
|
|
|
|
|
|
|
'مگها', |
4378
|
|
|
|
|
|
|
'پهالگونا' |
4379
|
|
|
|
|
|
|
], |
4380
|
|
|
|
|
|
|
leap => [ |
4381
|
|
|
|
|
|
|
|
4382
|
|
|
|
|
|
|
], |
4383
|
|
|
|
|
|
|
}, |
4384
|
|
|
|
|
|
|
narrow => { |
4385
|
|
|
|
|
|
|
nonleap => [ |
4386
|
|
|
|
|
|
|
'1', |
4387
|
|
|
|
|
|
|
'2', |
4388
|
|
|
|
|
|
|
'3', |
4389
|
|
|
|
|
|
|
'4', |
4390
|
|
|
|
|
|
|
'5', |
4391
|
|
|
|
|
|
|
'6', |
4392
|
|
|
|
|
|
|
'7', |
4393
|
|
|
|
|
|
|
'8', |
4394
|
|
|
|
|
|
|
'9', |
4395
|
|
|
|
|
|
|
'10', |
4396
|
|
|
|
|
|
|
'11', |
4397
|
|
|
|
|
|
|
'12' |
4398
|
|
|
|
|
|
|
], |
4399
|
|
|
|
|
|
|
leap => [ |
4400
|
|
|
|
|
|
|
|
4401
|
|
|
|
|
|
|
], |
4402
|
|
|
|
|
|
|
}, |
4403
|
|
|
|
|
|
|
wide => { |
4404
|
|
|
|
|
|
|
nonleap => [ |
4405
|
|
|
|
|
|
|
'چيترا', |
4406
|
|
|
|
|
|
|
'ويساکا', |
4407
|
|
|
|
|
|
|
'جياستا', |
4408
|
|
|
|
|
|
|
'اسادها', |
4409
|
|
|
|
|
|
|
'سراوانا', |
4410
|
|
|
|
|
|
|
'بهادرا', |
4411
|
|
|
|
|
|
|
'اسوينا', |
4412
|
|
|
|
|
|
|
'کارتيکا', |
4413
|
|
|
|
|
|
|
'اگراهايانا', |
4414
|
|
|
|
|
|
|
'پاوسا', |
4415
|
|
|
|
|
|
|
'مگها', |
4416
|
|
|
|
|
|
|
'پهالگونا' |
4417
|
|
|
|
|
|
|
], |
4418
|
|
|
|
|
|
|
leap => [ |
4419
|
|
|
|
|
|
|
|
4420
|
|
|
|
|
|
|
], |
4421
|
|
|
|
|
|
|
}, |
4422
|
|
|
|
|
|
|
}, |
4423
|
|
|
|
|
|
|
}, |
4424
|
|
|
|
|
|
|
'islamic' => { |
4425
|
|
|
|
|
|
|
'format' => { |
4426
|
|
|
|
|
|
|
abbreviated => { |
4427
|
|
|
|
|
|
|
nonleap => [ |
4428
|
|
|
|
|
|
|
'محرم', |
4429
|
|
|
|
|
|
|
'صفره', |
4430
|
|
|
|
|
|
|
'ربيع', |
4431
|
|
|
|
|
|
|
'ربيع II', |
4432
|
|
|
|
|
|
|
'جماعه', |
4433
|
|
|
|
|
|
|
'جموما II', |
4434
|
|
|
|
|
|
|
'راجاب', |
4435
|
|
|
|
|
|
|
'شعبان', |
4436
|
|
|
|
|
|
|
'رمضان', |
4437
|
|
|
|
|
|
|
'شوال', |
4438
|
|
|
|
|
|
|
'دالقاعده', |
4439
|
|
|
|
|
|
|
'حلال حج' |
4440
|
|
|
|
|
|
|
], |
4441
|
|
|
|
|
|
|
leap => [ |
4442
|
|
|
|
|
|
|
|
4443
|
|
|
|
|
|
|
], |
4444
|
|
|
|
|
|
|
}, |
4445
|
|
|
|
|
|
|
narrow => { |
4446
|
|
|
|
|
|
|
nonleap => [ |
4447
|
|
|
|
|
|
|
'1', |
4448
|
|
|
|
|
|
|
'2', |
4449
|
|
|
|
|
|
|
'3', |
4450
|
|
|
|
|
|
|
'4', |
4451
|
|
|
|
|
|
|
'5', |
4452
|
|
|
|
|
|
|
'6', |
4453
|
|
|
|
|
|
|
'7', |
4454
|
|
|
|
|
|
|
'8', |
4455
|
|
|
|
|
|
|
'9', |
4456
|
|
|
|
|
|
|
'10', |
4457
|
|
|
|
|
|
|
'11', |
4458
|
|
|
|
|
|
|
'12' |
4459
|
|
|
|
|
|
|
], |
4460
|
|
|
|
|
|
|
leap => [ |
4461
|
|
|
|
|
|
|
|
4462
|
|
|
|
|
|
|
], |
4463
|
|
|
|
|
|
|
}, |
4464
|
|
|
|
|
|
|
wide => { |
4465
|
|
|
|
|
|
|
nonleap => [ |
4466
|
|
|
|
|
|
|
'محرم', |
4467
|
|
|
|
|
|
|
'د صفرې د', |
4468
|
|
|
|
|
|
|
'ربيع', |
4469
|
|
|
|
|
|
|
'ربيع II', |
4470
|
|
|
|
|
|
|
'جماعه', |
4471
|
|
|
|
|
|
|
'جموما II', |
4472
|
|
|
|
|
|
|
'راجاب', |
4473
|
|
|
|
|
|
|
'شعبان', |
4474
|
|
|
|
|
|
|
'رمضان', |
4475
|
|
|
|
|
|
|
'شوال', |
4476
|
|
|
|
|
|
|
'دالقاعده', |
4477
|
|
|
|
|
|
|
'حلال حج' |
4478
|
|
|
|
|
|
|
], |
4479
|
|
|
|
|
|
|
leap => [ |
4480
|
|
|
|
|
|
|
|
4481
|
|
|
|
|
|
|
], |
4482
|
|
|
|
|
|
|
}, |
4483
|
|
|
|
|
|
|
}, |
4484
|
|
|
|
|
|
|
'stand-alone' => { |
4485
|
|
|
|
|
|
|
abbreviated => { |
4486
|
|
|
|
|
|
|
nonleap => [ |
4487
|
|
|
|
|
|
|
'محرم', |
4488
|
|
|
|
|
|
|
'صفره', |
4489
|
|
|
|
|
|
|
'ربيع', |
4490
|
|
|
|
|
|
|
'ربيع II', |
4491
|
|
|
|
|
|
|
'جماعه', |
4492
|
|
|
|
|
|
|
'جموما II', |
4493
|
|
|
|
|
|
|
'راجاب', |
4494
|
|
|
|
|
|
|
'شعبان', |
4495
|
|
|
|
|
|
|
'رمضان', |
4496
|
|
|
|
|
|
|
'شوال', |
4497
|
|
|
|
|
|
|
'دالقاعده', |
4498
|
|
|
|
|
|
|
'حلال حج' |
4499
|
|
|
|
|
|
|
], |
4500
|
|
|
|
|
|
|
leap => [ |
4501
|
|
|
|
|
|
|
|
4502
|
|
|
|
|
|
|
], |
4503
|
|
|
|
|
|
|
}, |
4504
|
|
|
|
|
|
|
narrow => { |
4505
|
|
|
|
|
|
|
nonleap => [ |
4506
|
|
|
|
|
|
|
'1', |
4507
|
|
|
|
|
|
|
'2', |
4508
|
|
|
|
|
|
|
'3', |
4509
|
|
|
|
|
|
|
'4', |
4510
|
|
|
|
|
|
|
'5', |
4511
|
|
|
|
|
|
|
'6', |
4512
|
|
|
|
|
|
|
'7', |
4513
|
|
|
|
|
|
|
'8', |
4514
|
|
|
|
|
|
|
'9', |
4515
|
|
|
|
|
|
|
'10', |
4516
|
|
|
|
|
|
|
'11', |
4517
|
|
|
|
|
|
|
'12' |
4518
|
|
|
|
|
|
|
], |
4519
|
|
|
|
|
|
|
leap => [ |
4520
|
|
|
|
|
|
|
|
4521
|
|
|
|
|
|
|
], |
4522
|
|
|
|
|
|
|
}, |
4523
|
|
|
|
|
|
|
wide => { |
4524
|
|
|
|
|
|
|
nonleap => [ |
4525
|
|
|
|
|
|
|
'محرم', |
4526
|
|
|
|
|
|
|
'د صفرې د', |
4527
|
|
|
|
|
|
|
'ربيع', |
4528
|
|
|
|
|
|
|
'ربيع II', |
4529
|
|
|
|
|
|
|
'جماعه', |
4530
|
|
|
|
|
|
|
'جموما II', |
4531
|
|
|
|
|
|
|
'راجاب', |
4532
|
|
|
|
|
|
|
'شعبان', |
4533
|
|
|
|
|
|
|
'رمضان', |
4534
|
|
|
|
|
|
|
'شوال', |
4535
|
|
|
|
|
|
|
'دالقاعده', |
4536
|
|
|
|
|
|
|
'حلال حج' |
4537
|
|
|
|
|
|
|
], |
4538
|
|
|
|
|
|
|
leap => [ |
4539
|
|
|
|
|
|
|
|
4540
|
|
|
|
|
|
|
], |
4541
|
|
|
|
|
|
|
}, |
4542
|
|
|
|
|
|
|
}, |
4543
|
|
|
|
|
|
|
}, |
4544
|
|
|
|
|
|
|
'persian' => { |
4545
|
|
|
|
|
|
|
'format' => { |
4546
|
|
|
|
|
|
|
abbreviated => { |
4547
|
|
|
|
|
|
|
nonleap => [ |
4548
|
|
|
|
|
|
|
'وری', |
4549
|
|
|
|
|
|
|
'غویی', |
4550
|
|
|
|
|
|
|
'غبرگولی', |
4551
|
|
|
|
|
|
|
'چنگاښ', |
4552
|
|
|
|
|
|
|
'زمری', |
4553
|
|
|
|
|
|
|
'وږی', |
4554
|
|
|
|
|
|
|
'تله', |
4555
|
|
|
|
|
|
|
'لړم', |
4556
|
|
|
|
|
|
|
'لیندۍ', |
4557
|
|
|
|
|
|
|
'مرغومی', |
4558
|
|
|
|
|
|
|
'سلواغه', |
4559
|
|
|
|
|
|
|
'کب' |
4560
|
|
|
|
|
|
|
], |
4561
|
|
|
|
|
|
|
leap => [ |
4562
|
|
|
|
|
|
|
|
4563
|
|
|
|
|
|
|
], |
4564
|
|
|
|
|
|
|
}, |
4565
|
|
|
|
|
|
|
narrow => { |
4566
|
|
|
|
|
|
|
nonleap => [ |
4567
|
|
|
|
|
|
|
'1', |
4568
|
|
|
|
|
|
|
'2', |
4569
|
|
|
|
|
|
|
'3', |
4570
|
|
|
|
|
|
|
'4', |
4571
|
|
|
|
|
|
|
'5', |
4572
|
|
|
|
|
|
|
'6', |
4573
|
|
|
|
|
|
|
'7', |
4574
|
|
|
|
|
|
|
'8', |
4575
|
|
|
|
|
|
|
'9', |
4576
|
|
|
|
|
|
|
'10', |
4577
|
|
|
|
|
|
|
'11', |
4578
|
|
|
|
|
|
|
'12' |
4579
|
|
|
|
|
|
|
], |
4580
|
|
|
|
|
|
|
leap => [ |
4581
|
|
|
|
|
|
|
|
4582
|
|
|
|
|
|
|
], |
4583
|
|
|
|
|
|
|
}, |
4584
|
|
|
|
|
|
|
wide => { |
4585
|
|
|
|
|
|
|
nonleap => [ |
4586
|
|
|
|
|
|
|
'وری', |
4587
|
|
|
|
|
|
|
'غویی', |
4588
|
|
|
|
|
|
|
'غبرگولی', |
4589
|
|
|
|
|
|
|
'چنگاښ', |
4590
|
|
|
|
|
|
|
'زمری', |
4591
|
|
|
|
|
|
|
'وږی', |
4592
|
|
|
|
|
|
|
'تله', |
4593
|
|
|
|
|
|
|
'لړم', |
4594
|
|
|
|
|
|
|
'لیندۍ', |
4595
|
|
|
|
|
|
|
'مرغومی', |
4596
|
|
|
|
|
|
|
'سلواغه', |
4597
|
|
|
|
|
|
|
'کب' |
4598
|
|
|
|
|
|
|
], |
4599
|
|
|
|
|
|
|
leap => [ |
4600
|
|
|
|
|
|
|
|
4601
|
|
|
|
|
|
|
], |
4602
|
|
|
|
|
|
|
}, |
4603
|
|
|
|
|
|
|
}, |
4604
|
|
|
|
|
|
|
'stand-alone' => { |
4605
|
|
|
|
|
|
|
abbreviated => { |
4606
|
|
|
|
|
|
|
nonleap => [ |
4607
|
|
|
|
|
|
|
'وری', |
4608
|
|
|
|
|
|
|
'غویی', |
4609
|
|
|
|
|
|
|
'غبرگولی', |
4610
|
|
|
|
|
|
|
'چنگاښ', |
4611
|
|
|
|
|
|
|
'زمری', |
4612
|
|
|
|
|
|
|
'وږی', |
4613
|
|
|
|
|
|
|
'تله', |
4614
|
|
|
|
|
|
|
'لړم', |
4615
|
|
|
|
|
|
|
'لیندۍ', |
4616
|
|
|
|
|
|
|
'مرغومی', |
4617
|
|
|
|
|
|
|
'سلواغه', |
4618
|
|
|
|
|
|
|
'کب' |
4619
|
|
|
|
|
|
|
], |
4620
|
|
|
|
|
|
|
leap => [ |
4621
|
|
|
|
|
|
|
|
4622
|
|
|
|
|
|
|
], |
4623
|
|
|
|
|
|
|
}, |
4624
|
|
|
|
|
|
|
narrow => { |
4625
|
|
|
|
|
|
|
nonleap => [ |
4626
|
|
|
|
|
|
|
'1', |
4627
|
|
|
|
|
|
|
'2', |
4628
|
|
|
|
|
|
|
'3', |
4629
|
|
|
|
|
|
|
'4', |
4630
|
|
|
|
|
|
|
'5', |
4631
|
|
|
|
|
|
|
'6', |
4632
|
|
|
|
|
|
|
'7', |
4633
|
|
|
|
|
|
|
'8', |
4634
|
|
|
|
|
|
|
'9', |
4635
|
|
|
|
|
|
|
'10', |
4636
|
|
|
|
|
|
|
'11', |
4637
|
|
|
|
|
|
|
'12' |
4638
|
|
|
|
|
|
|
], |
4639
|
|
|
|
|
|
|
leap => [ |
4640
|
|
|
|
|
|
|
|
4641
|
|
|
|
|
|
|
], |
4642
|
|
|
|
|
|
|
}, |
4643
|
|
|
|
|
|
|
wide => { |
4644
|
|
|
|
|
|
|
nonleap => [ |
4645
|
|
|
|
|
|
|
'وری', |
4646
|
|
|
|
|
|
|
'غویی', |
4647
|
|
|
|
|
|
|
'غبرگولی', |
4648
|
|
|
|
|
|
|
'چنگاښ', |
4649
|
|
|
|
|
|
|
'زمری', |
4650
|
|
|
|
|
|
|
'وږی', |
4651
|
|
|
|
|
|
|
'تله', |
4652
|
|
|
|
|
|
|
'لړم', |
4653
|
|
|
|
|
|
|
'لیندۍ', |
4654
|
|
|
|
|
|
|
'مرغومی', |
4655
|
|
|
|
|
|
|
'سلواغه', |
4656
|
|
|
|
|
|
|
'کب' |
4657
|
|
|
|
|
|
|
], |
4658
|
|
|
|
|
|
|
leap => [ |
4659
|
|
|
|
|
|
|
|
4660
|
|
|
|
|
|
|
], |
4661
|
|
|
|
|
|
|
}, |
4662
|
|
|
|
|
|
|
}, |
4663
|
|
|
|
|
|
|
}, |
4664
|
|
|
|
|
|
|
} }, |
4665
|
|
|
|
|
|
|
); |
4666
|
|
|
|
|
|
|
|
4667
|
|
|
|
|
|
|
has 'calendar_days' => ( |
4668
|
|
|
|
|
|
|
is => 'ro', |
4669
|
|
|
|
|
|
|
isa => HashRef, |
4670
|
|
|
|
|
|
|
init_arg => undef, |
4671
|
|
|
|
|
|
|
default => sub { { |
4672
|
|
|
|
|
|
|
'gregorian' => { |
4673
|
|
|
|
|
|
|
'format' => { |
4674
|
|
|
|
|
|
|
abbreviated => { |
4675
|
|
|
|
|
|
|
mon => 'دونۍ', |
4676
|
|
|
|
|
|
|
tue => 'درېنۍ', |
4677
|
|
|
|
|
|
|
wed => 'څلرنۍ', |
4678
|
|
|
|
|
|
|
thu => 'پينځنۍ', |
4679
|
|
|
|
|
|
|
fri => 'جمعه', |
4680
|
|
|
|
|
|
|
sat => 'اونۍ', |
4681
|
|
|
|
|
|
|
sun => 'يونۍ' |
4682
|
|
|
|
|
|
|
}, |
4683
|
|
|
|
|
|
|
narrow => { |
4684
|
|
|
|
|
|
|
mon => 'M', |
4685
|
|
|
|
|
|
|
tue => 'T', |
4686
|
|
|
|
|
|
|
wed => 'W', |
4687
|
|
|
|
|
|
|
thu => 'T', |
4688
|
|
|
|
|
|
|
fri => 'F', |
4689
|
|
|
|
|
|
|
sat => 'S', |
4690
|
|
|
|
|
|
|
sun => 'S' |
4691
|
|
|
|
|
|
|
}, |
4692
|
|
|
|
|
|
|
short => { |
4693
|
|
|
|
|
|
|
mon => 'دونۍ', |
4694
|
|
|
|
|
|
|
tue => 'درېنۍ', |
4695
|
|
|
|
|
|
|
wed => 'څلرنۍ', |
4696
|
|
|
|
|
|
|
thu => 'پينځنۍ', |
4697
|
|
|
|
|
|
|
fri => 'جمعه', |
4698
|
|
|
|
|
|
|
sat => 'اونۍ', |
4699
|
|
|
|
|
|
|
sun => 'يونۍ' |
4700
|
|
|
|
|
|
|
}, |
4701
|
|
|
|
|
|
|
wide => { |
4702
|
|
|
|
|
|
|
mon => 'دونۍ', |
4703
|
|
|
|
|
|
|
tue => 'درېنۍ', |
4704
|
|
|
|
|
|
|
wed => 'څلرنۍ', |
4705
|
|
|
|
|
|
|
thu => 'پينځنۍ', |
4706
|
|
|
|
|
|
|
fri => 'جمعه', |
4707
|
|
|
|
|
|
|
sat => 'اونۍ', |
4708
|
|
|
|
|
|
|
sun => 'يونۍ' |
4709
|
|
|
|
|
|
|
}, |
4710
|
|
|
|
|
|
|
}, |
4711
|
|
|
|
|
|
|
'stand-alone' => { |
4712
|
|
|
|
|
|
|
abbreviated => { |
4713
|
|
|
|
|
|
|
mon => 'دونۍ', |
4714
|
|
|
|
|
|
|
tue => 'درېنۍ', |
4715
|
|
|
|
|
|
|
wed => 'څلرنۍ', |
4716
|
|
|
|
|
|
|
thu => 'پينځنۍ', |
4717
|
|
|
|
|
|
|
fri => 'جمعه', |
4718
|
|
|
|
|
|
|
sat => 'اونۍ', |
4719
|
|
|
|
|
|
|
sun => 'يونۍ' |
4720
|
|
|
|
|
|
|
}, |
4721
|
|
|
|
|
|
|
narrow => { |
4722
|
|
|
|
|
|
|
mon => 'M', |
4723
|
|
|
|
|
|
|
tue => 'T', |
4724
|
|
|
|
|
|
|
wed => 'W', |
4725
|
|
|
|
|
|
|
thu => 'T', |
4726
|
|
|
|
|
|
|
fri => 'F', |
4727
|
|
|
|
|
|
|
sat => 'S', |
4728
|
|
|
|
|
|
|
sun => 'S' |
4729
|
|
|
|
|
|
|
}, |
4730
|
|
|
|
|
|
|
short => { |
4731
|
|
|
|
|
|
|
mon => 'دونۍ', |
4732
|
|
|
|
|
|
|
tue => 'درېنۍ', |
4733
|
|
|
|
|
|
|
wed => 'څلرنۍ', |
4734
|
|
|
|
|
|
|
thu => 'پينځنۍ', |
4735
|
|
|
|
|
|
|
fri => 'جمعه', |
4736
|
|
|
|
|
|
|
sat => 'اونۍ', |
4737
|
|
|
|
|
|
|
sun => 'يونۍ' |
4738
|
|
|
|
|
|
|
}, |
4739
|
|
|
|
|
|
|
wide => { |
4740
|
|
|
|
|
|
|
mon => 'دونۍ', |
4741
|
|
|
|
|
|
|
tue => 'درېنۍ', |
4742
|
|
|
|
|
|
|
wed => 'څلرنۍ', |
4743
|
|
|
|
|
|
|
thu => 'پينځنۍ', |
4744
|
|
|
|
|
|
|
fri => 'جمعه', |
4745
|
|
|
|
|
|
|
sat => 'اونۍ', |
4746
|
|
|
|
|
|
|
sun => 'يونۍ' |
4747
|
|
|
|
|
|
|
}, |
4748
|
|
|
|
|
|
|
}, |
4749
|
|
|
|
|
|
|
}, |
4750
|
|
|
|
|
|
|
} }, |
4751
|
|
|
|
|
|
|
); |
4752
|
|
|
|
|
|
|
|
4753
|
|
|
|
|
|
|
has 'calendar_quarters' => ( |
4754
|
|
|
|
|
|
|
is => 'ro', |
4755
|
|
|
|
|
|
|
isa => HashRef, |
4756
|
|
|
|
|
|
|
init_arg => undef, |
4757
|
|
|
|
|
|
|
default => sub { { |
4758
|
|
|
|
|
|
|
'gregorian' => { |
4759
|
|
|
|
|
|
|
'format' => { |
4760
|
|
|
|
|
|
|
abbreviated => {0 => 'لومړۍ ربعه', |
4761
|
|
|
|
|
|
|
1 => '۲مه ربعه', |
4762
|
|
|
|
|
|
|
2 => '۳مه ربعه', |
4763
|
|
|
|
|
|
|
3 => '۴مه ربعه' |
4764
|
|
|
|
|
|
|
}, |
4765
|
|
|
|
|
|
|
narrow => {0 => '1', |
4766
|
|
|
|
|
|
|
1 => '2', |
4767
|
|
|
|
|
|
|
2 => '3', |
4768
|
|
|
|
|
|
|
3 => '4' |
4769
|
|
|
|
|
|
|
}, |
4770
|
|
|
|
|
|
|
wide => {0 => 'لومړۍ ربعه', |
4771
|
|
|
|
|
|
|
1 => '۲مه ربعه', |
4772
|
|
|
|
|
|
|
2 => '۳مه ربعه', |
4773
|
|
|
|
|
|
|
3 => '۴مه ربعه' |
4774
|
|
|
|
|
|
|
}, |
4775
|
|
|
|
|
|
|
}, |
4776
|
|
|
|
|
|
|
'stand-alone' => { |
4777
|
|
|
|
|
|
|
abbreviated => {0 => 'لومړۍ ربعه', |
4778
|
|
|
|
|
|
|
1 => '۲مه ربعه', |
4779
|
|
|
|
|
|
|
2 => '۳مه ربعه', |
4780
|
|
|
|
|
|
|
3 => '۴مه ربعه' |
4781
|
|
|
|
|
|
|
}, |
4782
|
|
|
|
|
|
|
narrow => {0 => '1', |
4783
|
|
|
|
|
|
|
1 => '2', |
4784
|
|
|
|
|
|
|
2 => '3', |
4785
|
|
|
|
|
|
|
3 => '4' |
4786
|
|
|
|
|
|
|
}, |
4787
|
|
|
|
|
|
|
wide => {0 => 'لومړۍ ربعه', |
4788
|
|
|
|
|
|
|
1 => '۲مه ربعه', |
4789
|
|
|
|
|
|
|
2 => '۳مه ربعه', |
4790
|
|
|
|
|
|
|
3 => '۴مه ربعه' |
4791
|
|
|
|
|
|
|
}, |
4792
|
|
|
|
|
|
|
}, |
4793
|
|
|
|
|
|
|
}, |
4794
|
|
|
|
|
|
|
} }, |
4795
|
|
|
|
|
|
|
); |
4796
|
|
|
|
|
|
|
|
4797
|
|
|
|
|
|
|
has 'day_periods' => ( |
4798
|
|
|
|
|
|
|
is => 'ro', |
4799
|
|
|
|
|
|
|
isa => HashRef, |
4800
|
|
|
|
|
|
|
init_arg => undef, |
4801
|
|
|
|
|
|
|
default => sub { { |
4802
|
|
|
|
|
|
|
'gregorian' => { |
4803
|
|
|
|
|
|
|
'format' => { |
4804
|
|
|
|
|
|
|
'abbreviated' => { |
4805
|
|
|
|
|
|
|
'am' => q{غ.م.}, |
4806
|
|
|
|
|
|
|
'pm' => q{غ.و.}, |
4807
|
|
|
|
|
|
|
}, |
4808
|
|
|
|
|
|
|
'narrow' => { |
4809
|
|
|
|
|
|
|
'am' => q{غ.م.}, |
4810
|
|
|
|
|
|
|
'pm' => q{غ.و.}, |
4811
|
|
|
|
|
|
|
}, |
4812
|
|
|
|
|
|
|
'wide' => { |
4813
|
|
|
|
|
|
|
'am' => q{غ.م.}, |
4814
|
|
|
|
|
|
|
'pm' => q{غ.و.}, |
4815
|
|
|
|
|
|
|
}, |
4816
|
|
|
|
|
|
|
}, |
4817
|
|
|
|
|
|
|
'stand-alone' => { |
4818
|
|
|
|
|
|
|
'abbreviated' => { |
4819
|
|
|
|
|
|
|
'am' => q{غ.م.}, |
4820
|
|
|
|
|
|
|
'pm' => q{غ.و.}, |
4821
|
|
|
|
|
|
|
}, |
4822
|
|
|
|
|
|
|
'narrow' => { |
4823
|
|
|
|
|
|
|
'am' => q{غ.م.}, |
4824
|
|
|
|
|
|
|
'pm' => q{غ.و.}, |
4825
|
|
|
|
|
|
|
}, |
4826
|
|
|
|
|
|
|
'wide' => { |
4827
|
|
|
|
|
|
|
'am' => q{غ.م.}, |
4828
|
|
|
|
|
|
|
'pm' => q{غ.و.}, |
4829
|
|
|
|
|
|
|
}, |
4830
|
|
|
|
|
|
|
}, |
4831
|
|
|
|
|
|
|
}, |
4832
|
|
|
|
|
|
|
} }, |
4833
|
|
|
|
|
|
|
); |
4834
|
|
|
|
|
|
|
|
4835
|
|
|
|
|
|
|
has 'eras' => ( |
4836
|
|
|
|
|
|
|
is => 'ro', |
4837
|
|
|
|
|
|
|
isa => HashRef, |
4838
|
|
|
|
|
|
|
init_arg => undef, |
4839
|
|
|
|
|
|
|
default => sub { { |
4840
|
|
|
|
|
|
|
'generic' => { |
4841
|
|
|
|
|
|
|
}, |
4842
|
|
|
|
|
|
|
'gregorian' => { |
4843
|
|
|
|
|
|
|
abbreviated => { |
4844
|
|
|
|
|
|
|
'0' => 'له میلاد وړاندې', |
4845
|
|
|
|
|
|
|
'1' => 'م.' |
4846
|
|
|
|
|
|
|
}, |
4847
|
|
|
|
|
|
|
narrow => { |
4848
|
|
|
|
|
|
|
'1' => 'م.' |
4849
|
|
|
|
|
|
|
}, |
4850
|
|
|
|
|
|
|
wide => { |
4851
|
|
|
|
|
|
|
'0' => 'له میلاد څخه وړاندې', |
4852
|
|
|
|
|
|
|
'1' => 'له میلاد څخه وروسته' |
4853
|
|
|
|
|
|
|
}, |
4854
|
|
|
|
|
|
|
}, |
4855
|
|
|
|
|
|
|
'indian' => { |
4856
|
|
|
|
|
|
|
abbreviated => { |
4857
|
|
|
|
|
|
|
'0' => 'ساکا' |
4858
|
|
|
|
|
|
|
}, |
4859
|
|
|
|
|
|
|
narrow => { |
4860
|
|
|
|
|
|
|
'0' => 'ساکا' |
4861
|
|
|
|
|
|
|
}, |
4862
|
|
|
|
|
|
|
wide => { |
4863
|
|
|
|
|
|
|
'0' => 'ساکا' |
4864
|
|
|
|
|
|
|
}, |
4865
|
|
|
|
|
|
|
}, |
4866
|
|
|
|
|
|
|
'islamic' => { |
4867
|
|
|
|
|
|
|
abbreviated => { |
4868
|
|
|
|
|
|
|
'0' => 'AH' |
4869
|
|
|
|
|
|
|
}, |
4870
|
|
|
|
|
|
|
}, |
4871
|
|
|
|
|
|
|
'persian' => { |
4872
|
|
|
|
|
|
|
abbreviated => { |
4873
|
|
|
|
|
|
|
'0' => 'AP' |
4874
|
|
|
|
|
|
|
}, |
4875
|
|
|
|
|
|
|
}, |
4876
|
|
|
|
|
|
|
} }, |
4877
|
|
|
|
|
|
|
); |
4878
|
|
|
|
|
|
|
|
4879
|
|
|
|
|
|
|
has 'date_formats' => ( |
4880
|
|
|
|
|
|
|
is => 'ro', |
4881
|
|
|
|
|
|
|
isa => HashRef, |
4882
|
|
|
|
|
|
|
init_arg => undef, |
4883
|
|
|
|
|
|
|
default => sub { { |
4884
|
|
|
|
|
|
|
'generic' => { |
4885
|
|
|
|
|
|
|
'full' => q{EEEE د G y د MMMM d}, |
4886
|
|
|
|
|
|
|
'long' => q{د G y د MMMM d}, |
4887
|
|
|
|
|
|
|
'medium' => q{G y MMM d}, |
4888
|
|
|
|
|
|
|
'short' => q{GGGGG y/M/d}, |
4889
|
|
|
|
|
|
|
}, |
4890
|
|
|
|
|
|
|
'gregorian' => { |
4891
|
|
|
|
|
|
|
'full' => q{EEEE د y د MMMM d}, |
4892
|
|
|
|
|
|
|
'long' => q{د y د MMMM d}, |
4893
|
|
|
|
|
|
|
'medium' => q{y MMM d}, |
4894
|
|
|
|
|
|
|
'short' => q{y/M/d}, |
4895
|
|
|
|
|
|
|
}, |
4896
|
|
|
|
|
|
|
'indian' => { |
4897
|
|
|
|
|
|
|
}, |
4898
|
|
|
|
|
|
|
'islamic' => { |
4899
|
|
|
|
|
|
|
'full' => q{EEEE د G y د MMMM d}, |
4900
|
|
|
|
|
|
|
'long' => q{د G y د MMMM d}, |
4901
|
|
|
|
|
|
|
'medium' => q{G y MMM d}, |
4902
|
|
|
|
|
|
|
'short' => q{GGGGG y/M/d}, |
4903
|
|
|
|
|
|
|
}, |
4904
|
|
|
|
|
|
|
'persian' => { |
4905
|
|
|
|
|
|
|
}, |
4906
|
|
|
|
|
|
|
} }, |
4907
|
|
|
|
|
|
|
); |
4908
|
|
|
|
|
|
|
|
4909
|
|
|
|
|
|
|
has 'time_formats' => ( |
4910
|
|
|
|
|
|
|
is => 'ro', |
4911
|
|
|
|
|
|
|
isa => HashRef, |
4912
|
|
|
|
|
|
|
init_arg => undef, |
4913
|
|
|
|
|
|
|
default => sub { { |
4914
|
|
|
|
|
|
|
'generic' => { |
4915
|
|
|
|
|
|
|
}, |
4916
|
|
|
|
|
|
|
'gregorian' => { |
4917
|
|
|
|
|
|
|
'full' => q{H:mm:ss (zzzz)}, |
4918
|
|
|
|
|
|
|
'long' => q{H:mm:ss (z)}, |
4919
|
|
|
|
|
|
|
'medium' => q{H:mm:ss}, |
4920
|
|
|
|
|
|
|
'short' => q{H:mm}, |
4921
|
|
|
|
|
|
|
}, |
4922
|
|
|
|
|
|
|
'indian' => { |
4923
|
|
|
|
|
|
|
}, |
4924
|
|
|
|
|
|
|
'islamic' => { |
4925
|
|
|
|
|
|
|
}, |
4926
|
|
|
|
|
|
|
'persian' => { |
4927
|
|
|
|
|
|
|
}, |
4928
|
|
|
|
|
|
|
} }, |
4929
|
|
|
|
|
|
|
); |
4930
|
|
|
|
|
|
|
|
4931
|
|
|
|
|
|
|
has 'datetime_formats' => ( |
4932
|
|
|
|
|
|
|
is => 'ro', |
4933
|
|
|
|
|
|
|
isa => HashRef, |
4934
|
|
|
|
|
|
|
init_arg => undef, |
4935
|
|
|
|
|
|
|
default => sub { { |
4936
|
|
|
|
|
|
|
'generic' => { |
4937
|
|
|
|
|
|
|
'full' => q{{1} {0}}, |
4938
|
|
|
|
|
|
|
'long' => q{{1} {0}}, |
4939
|
|
|
|
|
|
|
'medium' => q{{1} {0}}, |
4940
|
|
|
|
|
|
|
'short' => q{{1} {0}}, |
4941
|
|
|
|
|
|
|
}, |
4942
|
|
|
|
|
|
|
'gregorian' => { |
4943
|
|
|
|
|
|
|
'full' => q{{1} {0}}, |
4944
|
|
|
|
|
|
|
'long' => q{{1} {0}}, |
4945
|
|
|
|
|
|
|
'medium' => q{{1} {0}}, |
4946
|
|
|
|
|
|
|
'short' => q{{1} {0}}, |
4947
|
|
|
|
|
|
|
}, |
4948
|
|
|
|
|
|
|
'indian' => { |
4949
|
|
|
|
|
|
|
}, |
4950
|
|
|
|
|
|
|
'islamic' => { |
4951
|
|
|
|
|
|
|
}, |
4952
|
|
|
|
|
|
|
'persian' => { |
4953
|
|
|
|
|
|
|
}, |
4954
|
|
|
|
|
|
|
} }, |
4955
|
|
|
|
|
|
|
); |
4956
|
|
|
|
|
|
|
|
4957
|
|
|
|
|
|
|
has 'datetime_formats_available_formats' => ( |
4958
|
|
|
|
|
|
|
is => 'ro', |
4959
|
|
|
|
|
|
|
isa => HashRef, |
4960
|
|
|
|
|
|
|
init_arg => undef, |
4961
|
|
|
|
|
|
|
default => sub { { |
4962
|
|
|
|
|
|
|
'generic' => { |
4963
|
|
|
|
|
|
|
Bh => q{h B}, |
4964
|
|
|
|
|
|
|
Bhm => q{h:mm B}, |
4965
|
|
|
|
|
|
|
Bhms => q{h:mm:ss B}, |
4966
|
|
|
|
|
|
|
E => q{ccc}, |
4967
|
|
|
|
|
|
|
EBhm => q{E h:mm B}, |
4968
|
|
|
|
|
|
|
EBhms => q{E h:mm:ss B}, |
4969
|
|
|
|
|
|
|
EHm => q{E HH:mm}, |
4970
|
|
|
|
|
|
|
EHms => q{E HH:mm:ss}, |
4971
|
|
|
|
|
|
|
Ed => q{d, E}, |
4972
|
|
|
|
|
|
|
Ehm => q{E h:mm a}, |
4973
|
|
|
|
|
|
|
Ehms => q{E h:mm:ss a}, |
4974
|
|
|
|
|
|
|
Gy => q{G y}, |
4975
|
|
|
|
|
|
|
GyMMM => q{G y MMM}, |
4976
|
|
|
|
|
|
|
GyMMMEd => q{G y MMM d, E}, |
4977
|
|
|
|
|
|
|
GyMMMd => q{G y MMM d}, |
4978
|
|
|
|
|
|
|
H => q{H}, |
4979
|
|
|
|
|
|
|
Hm => q{H:mm}, |
4980
|
|
|
|
|
|
|
Hms => q{H:mm:ss}, |
4981
|
|
|
|
|
|
|
M => q{L}, |
4982
|
|
|
|
|
|
|
MEd => q{MM-dd, E}, |
4983
|
|
|
|
|
|
|
MMM => q{LLL}, |
4984
|
|
|
|
|
|
|
MMMEd => q{MMM d, E}, |
4985
|
|
|
|
|
|
|
MMMMd => q{d MMMM}, |
4986
|
|
|
|
|
|
|
MMMd => q{MMM d}, |
4987
|
|
|
|
|
|
|
Md => q{M/d}, |
4988
|
|
|
|
|
|
|
d => q{d}, |
4989
|
|
|
|
|
|
|
h => q{h a}, |
4990
|
|
|
|
|
|
|
hm => q{h:mm a}, |
4991
|
|
|
|
|
|
|
hms => q{h:mm:ss a}, |
4992
|
|
|
|
|
|
|
ms => q{mm:ss}, |
4993
|
|
|
|
|
|
|
y => q{G y}, |
4994
|
|
|
|
|
|
|
yM => q{G y/M}, |
4995
|
|
|
|
|
|
|
yMMMM => q{د G y د MMMM}, |
4996
|
|
|
|
|
|
|
yyyy => q{G y}, |
4997
|
|
|
|
|
|
|
yyyyM => q{GGGGG y-MM}, |
4998
|
|
|
|
|
|
|
yyyyMEd => q{GGGGG y-MM-dd, E}, |
4999
|
|
|
|
|
|
|
yyyyMMM => q{G y MMM}, |
5000
|
|
|
|
|
|
|
yyyyMMMEd => q{G y MMM d, E}, |
5001
|
|
|
|
|
|
|
yyyyMMMM => q{G y MMMM}, |
5002
|
|
|
|
|
|
|
yyyyMMMd => q{G y MMM d}, |
5003
|
|
|
|
|
|
|
yyyyMd => q{GGGGG y-MM-dd}, |
5004
|
|
|
|
|
|
|
yyyyQQQ => q{G y QQQ}, |
5005
|
|
|
|
|
|
|
yyyyQQQQ => q{G y QQQQ}, |
5006
|
|
|
|
|
|
|
}, |
5007
|
|
|
|
|
|
|
'gregorian' => { |
5008
|
|
|
|
|
|
|
Bh => q{h B}, |
5009
|
|
|
|
|
|
|
Bhm => q{h:mm B}, |
5010
|
|
|
|
|
|
|
Bhms => q{h:mm:ss B}, |
5011
|
|
|
|
|
|
|
E => q{ccc}, |
5012
|
|
|
|
|
|
|
EBhm => q{E h:mm B}, |
5013
|
|
|
|
|
|
|
EBhms => q{E h:mm:ss B}, |
5014
|
|
|
|
|
|
|
EHm => q{E HH:mm}, |
5015
|
|
|
|
|
|
|
EHms => q{E HH:mm:ss}, |
5016
|
|
|
|
|
|
|
Ed => q{d, E}, |
5017
|
|
|
|
|
|
|
Ehm => q{E h:mm a}, |
5018
|
|
|
|
|
|
|
Ehms => q{E h:mm:ss a}, |
5019
|
|
|
|
|
|
|
Gy => q{G y}, |
5020
|
|
|
|
|
|
|
GyMMM => q{G y MMM}, |
5021
|
|
|
|
|
|
|
GyMMMEd => q{G y MMM d, E}, |
5022
|
|
|
|
|
|
|
GyMMMd => q{G y MMM d}, |
5023
|
|
|
|
|
|
|
H => q{HH}, |
5024
|
|
|
|
|
|
|
Hm => q{HH:mm}, |
5025
|
|
|
|
|
|
|
Hms => q{HH:mm:ss}, |
5026
|
|
|
|
|
|
|
Hmsv => q{HH:mm:ss v}, |
5027
|
|
|
|
|
|
|
Hmv => q{HH:mm v}, |
5028
|
|
|
|
|
|
|
M => q{L}, |
5029
|
|
|
|
|
|
|
MEd => q{MM-dd, E}, |
5030
|
|
|
|
|
|
|
MMM => q{LLL}, |
5031
|
|
|
|
|
|
|
MMMEd => q{MMM d, E}, |
5032
|
|
|
|
|
|
|
MMMMW => q{اونۍ W د MMM}, |
5033
|
|
|
|
|
|
|
MMMMd => q{MMMM d}, |
5034
|
|
|
|
|
|
|
MMMd => q{MMM d}, |
5035
|
|
|
|
|
|
|
Md => q{MM-dd}, |
5036
|
|
|
|
|
|
|
d => q{d}, |
5037
|
|
|
|
|
|
|
h => q{h a}, |
5038
|
|
|
|
|
|
|
hm => q{h:mm a}, |
5039
|
|
|
|
|
|
|
hms => q{h:mm:ss a}, |
5040
|
|
|
|
|
|
|
hmsv => q{h:mm:ss a v}, |
5041
|
|
|
|
|
|
|
hmv => q{h:mm a v}, |
5042
|
|
|
|
|
|
|
ms => q{mm:ss}, |
5043
|
|
|
|
|
|
|
y => q{y}, |
5044
|
|
|
|
|
|
|
yM => q{y-MM}, |
5045
|
|
|
|
|
|
|
yMEd => q{y-MM-dd, E}, |
5046
|
|
|
|
|
|
|
yMMM => q{y MMM}, |
5047
|
|
|
|
|
|
|
yMMMEd => q{y MMM d, E}, |
5048
|
|
|
|
|
|
|
yMMMM => q{y MMMM}, |
5049
|
|
|
|
|
|
|
yMMMd => q{y MMM d}, |
5050
|
|
|
|
|
|
|
yMd => q{y-MM-dd}, |
5051
|
|
|
|
|
|
|
yQQQ => q{y QQQ}, |
5052
|
|
|
|
|
|
|
yQQQQ => q{y QQQQ}, |
5053
|
|
|
|
|
|
|
yw => q{اونۍ w د Y}, |
5054
|
|
|
|
|
|
|
}, |
5055
|
|
|
|
|
|
|
'islamic' => { |
5056
|
|
|
|
|
|
|
E => q{ccc}, |
5057
|
|
|
|
|
|
|
Ed => q{d, E}, |
5058
|
|
|
|
|
|
|
Gy => q{G y}, |
5059
|
|
|
|
|
|
|
GyMMM => q{G y MMM}, |
5060
|
|
|
|
|
|
|
GyMMMEd => q{G y MMM d, E}, |
5061
|
|
|
|
|
|
|
GyMMMd => q{G y MMM d}, |
5062
|
|
|
|
|
|
|
M => q{L}, |
5063
|
|
|
|
|
|
|
MEd => q{MM-dd, E}, |
5064
|
|
|
|
|
|
|
MMM => q{LLL}, |
5065
|
|
|
|
|
|
|
MMMEd => q{MMM d, E}, |
5066
|
|
|
|
|
|
|
MMMMd => q{d MMMM}, |
5067
|
|
|
|
|
|
|
MMMd => q{MMM d}, |
5068
|
|
|
|
|
|
|
Md => q{M/d}, |
5069
|
|
|
|
|
|
|
d => q{d}, |
5070
|
|
|
|
|
|
|
y => q{G y}, |
5071
|
|
|
|
|
|
|
yM => q{G y/M}, |
5072
|
|
|
|
|
|
|
yMMMM => q{د G y د MMMM}, |
5073
|
|
|
|
|
|
|
yyyy => q{G y}, |
5074
|
|
|
|
|
|
|
yyyyM => q{GGGGG y-MM}, |
5075
|
|
|
|
|
|
|
yyyyMEd => q{GGGGG y-MM-dd, E}, |
5076
|
|
|
|
|
|
|
yyyyMMM => q{G y MMM}, |
5077
|
|
|
|
|
|
|
yyyyMMMEd => q{G y MMM d, E}, |
5078
|
|
|
|
|
|
|
yyyyMMMM => q{G y MMMM}, |
5079
|
|
|
|
|
|
|
yyyyMMMd => q{G y MMM d}, |
5080
|
|
|
|
|
|
|
yyyyMd => q{GGGGG y-MM-dd}, |
5081
|
|
|
|
|
|
|
yyyyQQQ => q{G y QQQ}, |
5082
|
|
|
|
|
|
|
yyyyQQQQ => q{G y QQQQ}, |
5083
|
|
|
|
|
|
|
}, |
5084
|
|
|
|
|
|
|
} }, |
5085
|
|
|
|
|
|
|
); |
5086
|
|
|
|
|
|
|
|
5087
|
|
|
|
|
|
|
has 'datetime_formats_append_item' => ( |
5088
|
|
|
|
|
|
|
is => 'ro', |
5089
|
|
|
|
|
|
|
isa => HashRef, |
5090
|
|
|
|
|
|
|
init_arg => undef, |
5091
|
|
|
|
|
|
|
default => sub { { |
5092
|
|
|
|
|
|
|
'gregorian' => { |
5093
|
|
|
|
|
|
|
'Timezone' => '{0} ({1})', |
5094
|
|
|
|
|
|
|
}, |
5095
|
|
|
|
|
|
|
} }, |
5096
|
|
|
|
|
|
|
); |
5097
|
|
|
|
|
|
|
|
5098
|
|
|
|
|
|
|
has 'datetime_formats_interval' => ( |
5099
|
|
|
|
|
|
|
is => 'ro', |
5100
|
|
|
|
|
|
|
isa => HashRef, |
5101
|
|
|
|
|
|
|
init_arg => undef, |
5102
|
|
|
|
|
|
|
default => sub { { |
5103
|
|
|
|
|
|
|
'generic' => { |
5104
|
|
|
|
|
|
|
M => { |
5105
|
|
|
|
|
|
|
M => q{MM–MM}, |
5106
|
|
|
|
|
|
|
}, |
5107
|
|
|
|
|
|
|
MEd => { |
5108
|
|
|
|
|
|
|
M => q{MM-dd, E – MM-dd, E}, |
5109
|
|
|
|
|
|
|
d => q{MM-dd, E – MM-dd, E}, |
5110
|
|
|
|
|
|
|
}, |
5111
|
|
|
|
|
|
|
MMM => { |
5112
|
|
|
|
|
|
|
M => q{LLL–LLL}, |
5113
|
|
|
|
|
|
|
}, |
5114
|
|
|
|
|
|
|
MMMEd => { |
5115
|
|
|
|
|
|
|
M => q{MMM d, E – MMM d, E}, |
5116
|
|
|
|
|
|
|
d => q{MMM d, E – MMM d, E}, |
5117
|
|
|
|
|
|
|
}, |
5118
|
|
|
|
|
|
|
MMMd => { |
5119
|
|
|
|
|
|
|
M => q{MMM d – MMM d}, |
5120
|
|
|
|
|
|
|
d => q{MMM d–d}, |
5121
|
|
|
|
|
|
|
}, |
5122
|
|
|
|
|
|
|
Md => { |
5123
|
|
|
|
|
|
|
M => q{MM-dd – MM-dd}, |
5124
|
|
|
|
|
|
|
d => q{MM-dd – MM-dd}, |
5125
|
|
|
|
|
|
|
}, |
5126
|
|
|
|
|
|
|
d => { |
5127
|
|
|
|
|
|
|
d => q{d–d}, |
5128
|
|
|
|
|
|
|
}, |
5129
|
|
|
|
|
|
|
fallback => '{0} – {1}', |
5130
|
|
|
|
|
|
|
y => { |
5131
|
|
|
|
|
|
|
y => q{G y–y}, |
5132
|
|
|
|
|
|
|
}, |
5133
|
|
|
|
|
|
|
yM => { |
5134
|
|
|
|
|
|
|
M => q{GGGGG y-MM – y-MM}, |
5135
|
|
|
|
|
|
|
y => q{GGGGG y-MM – y-MM}, |
5136
|
|
|
|
|
|
|
}, |
5137
|
|
|
|
|
|
|
yMEd => { |
5138
|
|
|
|
|
|
|
M => q{GGGGG y-MM-dd, E – y-MM-dd, E}, |
5139
|
|
|
|
|
|
|
d => q{GGGGG y-MM-dd, E – y-MM-dd, E}, |
5140
|
|
|
|
|
|
|
y => q{GGGGG y-MM-dd, E – y-MM-dd, E}, |
5141
|
|
|
|
|
|
|
}, |
5142
|
|
|
|
|
|
|
yMMM => { |
5143
|
|
|
|
|
|
|
M => q{G y MMM–MMM}, |
5144
|
|
|
|
|
|
|
y => q{G y MMM – y MMM}, |
5145
|
|
|
|
|
|
|
}, |
5146
|
|
|
|
|
|
|
yMMMEd => { |
5147
|
|
|
|
|
|
|
M => q{G y MMM d, E – MMM d, E}, |
5148
|
|
|
|
|
|
|
d => q{G y MMM d, E – MMM d, E}, |
5149
|
|
|
|
|
|
|
y => q{G y MMM d, E – y MMM d, E}, |
5150
|
|
|
|
|
|
|
}, |
5151
|
|
|
|
|
|
|
yMMMM => { |
5152
|
|
|
|
|
|
|
M => q{G y MMMM–MMMM}, |
5153
|
|
|
|
|
|
|
y => q{G y MMMM – y MMMM}, |
5154
|
|
|
|
|
|
|
}, |
5155
|
|
|
|
|
|
|
yMMMd => { |
5156
|
|
|
|
|
|
|
M => q{G y MMM d – MMM d}, |
5157
|
|
|
|
|
|
|
d => q{G y MMM d–d}, |
5158
|
|
|
|
|
|
|
y => q{G y MMM d – y MMM d}, |
5159
|
|
|
|
|
|
|
}, |
5160
|
|
|
|
|
|
|
yMd => { |
5161
|
|
|
|
|
|
|
M => q{GGGGG y-MM-dd – y-MM-dd}, |
5162
|
|
|
|
|
|
|
d => q{GGGGG y-MM-dd – y-MM-dd}, |
5163
|
|
|
|
|
|
|
y => q{GGGGG y-MM-dd – y-MM-dd}, |
5164
|
|
|
|
|
|
|
}, |
5165
|
|
|
|
|
|
|
}, |
5166
|
|
|
|
|
|
|
'gregorian' => { |
5167
|
|
|
|
|
|
|
H => { |
5168
|
|
|
|
|
|
|
H => q{HH–HH}, |
5169
|
|
|
|
|
|
|
}, |
5170
|
|
|
|
|
|
|
Hm => { |
5171
|
|
|
|
|
|
|
H => q{HH:mm–HH:mm}, |
5172
|
|
|
|
|
|
|
m => q{HH:mm–HH:mm}, |
5173
|
|
|
|
|
|
|
}, |
5174
|
|
|
|
|
|
|
Hmv => { |
5175
|
|
|
|
|
|
|
H => q{HH:mm–HH:mm v}, |
5176
|
|
|
|
|
|
|
m => q{HH:mm–HH:mm v}, |
5177
|
|
|
|
|
|
|
}, |
5178
|
|
|
|
|
|
|
Hv => { |
5179
|
|
|
|
|
|
|
H => q{HH–HH v}, |
5180
|
|
|
|
|
|
|
}, |
5181
|
|
|
|
|
|
|
M => { |
5182
|
|
|
|
|
|
|
M => q{MM–MM}, |
5183
|
|
|
|
|
|
|
}, |
5184
|
|
|
|
|
|
|
MEd => { |
5185
|
|
|
|
|
|
|
M => q{MM-dd, E – MM-dd, E}, |
5186
|
|
|
|
|
|
|
d => q{MM-dd, E – MM-dd, E}, |
5187
|
|
|
|
|
|
|
}, |
5188
|
|
|
|
|
|
|
MMM => { |
5189
|
|
|
|
|
|
|
M => q{LLL–LLL}, |
5190
|
|
|
|
|
|
|
}, |
5191
|
|
|
|
|
|
|
MMMEd => { |
5192
|
|
|
|
|
|
|
M => q{MMM d, E – MMM d, E}, |
5193
|
|
|
|
|
|
|
d => q{MMM d, E – MMM d, E}, |
5194
|
|
|
|
|
|
|
}, |
5195
|
|
|
|
|
|
|
MMMd => { |
5196
|
|
|
|
|
|
|
M => q{MMM d – MMM d}, |
5197
|
|
|
|
|
|
|
d => q{MMM d–d}, |
5198
|
|
|
|
|
|
|
}, |
5199
|
|
|
|
|
|
|
Md => { |
5200
|
|
|
|
|
|
|
M => q{MM-dd – MM-dd}, |
5201
|
|
|
|
|
|
|
d => q{MM-dd – MM-dd}, |
5202
|
|
|
|
|
|
|
}, |
5203
|
|
|
|
|
|
|
d => { |
5204
|
|
|
|
|
|
|
d => q{d–d}, |
5205
|
|
|
|
|
|
|
}, |
5206
|
|
|
|
|
|
|
fallback => '{0} – {1}', |
5207
|
|
|
|
|
|
|
h => { |
5208
|
|
|
|
|
|
|
a => q{h a – h a}, |
5209
|
|
|
|
|
|
|
h => q{h–h a}, |
5210
|
|
|
|
|
|
|
}, |
5211
|
|
|
|
|
|
|
hm => { |
5212
|
|
|
|
|
|
|
a => q{h:mm a – h:mm a}, |
5213
|
|
|
|
|
|
|
h => q{h:mm–h:mm a}, |
5214
|
|
|
|
|
|
|
m => q{h:mm–h:mm a}, |
5215
|
|
|
|
|
|
|
}, |
5216
|
|
|
|
|
|
|
hmv => { |
5217
|
|
|
|
|
|
|
a => q{h:mm a – h:mm a v}, |
5218
|
|
|
|
|
|
|
h => q{h:mm–h:mm a v}, |
5219
|
|
|
|
|
|
|
m => q{h:mm–h:mm a v}, |
5220
|
|
|
|
|
|
|
}, |
5221
|
|
|
|
|
|
|
hv => { |
5222
|
|
|
|
|
|
|
a => q{h a – h a v}, |
5223
|
|
|
|
|
|
|
h => q{h–h a v}, |
5224
|
|
|
|
|
|
|
}, |
5225
|
|
|
|
|
|
|
y => { |
5226
|
|
|
|
|
|
|
y => q{y–y}, |
5227
|
|
|
|
|
|
|
}, |
5228
|
|
|
|
|
|
|
yM => { |
5229
|
|
|
|
|
|
|
M => q{y-MM – y-MM}, |
5230
|
|
|
|
|
|
|
y => q{y-MM – y-MM}, |
5231
|
|
|
|
|
|
|
}, |
5232
|
|
|
|
|
|
|
yMEd => { |
5233
|
|
|
|
|
|
|
M => q{y-MM-dd, E – y-MM-dd, E}, |
5234
|
|
|
|
|
|
|
d => q{y-MM-dd, E – y-MM-dd, E}, |
5235
|
|
|
|
|
|
|
y => q{y-MM-dd, E – y-MM-dd, E}, |
5236
|
|
|
|
|
|
|
}, |
5237
|
|
|
|
|
|
|
yMMM => { |
5238
|
|
|
|
|
|
|
M => q{y MMM–MMM}, |
5239
|
|
|
|
|
|
|
y => q{y MMM – y MMM}, |
5240
|
|
|
|
|
|
|
}, |
5241
|
|
|
|
|
|
|
yMMMEd => { |
5242
|
|
|
|
|
|
|
M => q{y MMM d, E – MMM d, E}, |
5243
|
|
|
|
|
|
|
d => q{y MMM d, E – MMM d, E}, |
5244
|
|
|
|
|
|
|
y => q{y MMM d, E – y MMM d, E}, |
5245
|
|
|
|
|
|
|
}, |
5246
|
|
|
|
|
|
|
yMMMM => { |
5247
|
|
|
|
|
|
|
M => q{y MMMM–MMMM}, |
5248
|
|
|
|
|
|
|
y => q{y MMMM – y MMMM}, |
5249
|
|
|
|
|
|
|
}, |
5250
|
|
|
|
|
|
|
yMMMd => { |
5251
|
|
|
|
|
|
|
M => q{y MMM d – MMM d}, |
5252
|
|
|
|
|
|
|
d => q{y MMM d–d}, |
5253
|
|
|
|
|
|
|
y => q{y MMM d – y MMM d}, |
5254
|
|
|
|
|
|
|
}, |
5255
|
|
|
|
|
|
|
yMd => { |
5256
|
|
|
|
|
|
|
M => q{y-MM-dd – y-MM-dd}, |
5257
|
|
|
|
|
|
|
d => q{y-MM-dd – y-MM-dd}, |
5258
|
|
|
|
|
|
|
y => q{y-MM-dd – y-MM-dd}, |
5259
|
|
|
|
|
|
|
}, |
5260
|
|
|
|
|
|
|
}, |
5261
|
|
|
|
|
|
|
} }, |
5262
|
|
|
|
|
|
|
); |
5263
|
|
|
|
|
|
|
|
5264
|
|
|
|
|
|
|
has 'time_zone_names' => ( |
5265
|
|
|
|
|
|
|
is => 'ro', |
5266
|
|
|
|
|
|
|
isa => HashRef, |
5267
|
|
|
|
|
|
|
init_arg => undef, |
5268
|
|
|
|
|
|
|
default => sub { { |
5269
|
|
|
|
|
|
|
hourFormat => q(+HH:mm;-HH:mm), |
5270
|
|
|
|
|
|
|
gmtFormat => q(GMT{0}), |
5271
|
|
|
|
|
|
|
gmtZeroFormat => q(GMT), |
5272
|
|
|
|
|
|
|
regionFormat => q(د {0} په وخت), |
5273
|
|
|
|
|
|
|
regionFormat => q({0} رڼا ورځ وخت), |
5274
|
|
|
|
|
|
|
regionFormat => q({0} معیاری وخت), |
5275
|
|
|
|
|
|
|
fallbackFormat => q({1} ({0})), |
5276
|
|
|
|
|
|
|
'Afghanistan' => { |
5277
|
|
|
|
|
|
|
long => { |
5278
|
|
|
|
|
|
|
'standard' => q#افغانستان وخت#, |
5279
|
|
|
|
|
|
|
}, |
5280
|
|
|
|
|
|
|
}, |
5281
|
|
|
|
|
|
|
'Africa/Abidjan' => { |
5282
|
|
|
|
|
|
|
exemplarCity => q#ابيجان#, |
5283
|
|
|
|
|
|
|
}, |
5284
|
|
|
|
|
|
|
'Africa/Accra' => { |
5285
|
|
|
|
|
|
|
exemplarCity => q#اکرا#, |
5286
|
|
|
|
|
|
|
}, |
5287
|
|
|
|
|
|
|
'Africa/Addis_Ababa' => { |
5288
|
|
|
|
|
|
|
exemplarCity => q#اضافی ابابا#, |
5289
|
|
|
|
|
|
|
}, |
5290
|
|
|
|
|
|
|
'Africa/Algiers' => { |
5291
|
|
|
|
|
|
|
exemplarCity => q#الګیرز#, |
5292
|
|
|
|
|
|
|
}, |
5293
|
|
|
|
|
|
|
'Africa/Asmera' => { |
5294
|
|
|
|
|
|
|
exemplarCity => q#اساماره#, |
5295
|
|
|
|
|
|
|
}, |
5296
|
|
|
|
|
|
|
'Africa/Bamako' => { |
5297
|
|
|
|
|
|
|
exemplarCity => q#بامیکو#, |
5298
|
|
|
|
|
|
|
}, |
5299
|
|
|
|
|
|
|
'Africa/Bangui' => { |
5300
|
|
|
|
|
|
|
exemplarCity => q#بنوګي#, |
5301
|
|
|
|
|
|
|
}, |
5302
|
|
|
|
|
|
|
'Africa/Banjul' => { |
5303
|
|
|
|
|
|
|
exemplarCity => q#بانجول#, |
5304
|
|
|
|
|
|
|
}, |
5305
|
|
|
|
|
|
|
'Africa/Bissau' => { |
5306
|
|
|
|
|
|
|
exemplarCity => q#بسو#, |
5307
|
|
|
|
|
|
|
}, |
5308
|
|
|
|
|
|
|
'Africa/Blantyre' => { |
5309
|
|
|
|
|
|
|
exemplarCity => q#Blantyre#, |
5310
|
|
|
|
|
|
|
}, |
5311
|
|
|
|
|
|
|
'Africa/Brazzaville' => { |
5312
|
|
|
|
|
|
|
exemplarCity => q#Brazzaville#, |
5313
|
|
|
|
|
|
|
}, |
5314
|
|
|
|
|
|
|
'Africa/Bujumbura' => { |
5315
|
|
|
|
|
|
|
exemplarCity => q#بجوګورا#, |
5316
|
|
|
|
|
|
|
}, |
5317
|
|
|
|
|
|
|
'Africa/Cairo' => { |
5318
|
|
|
|
|
|
|
exemplarCity => q#قاهره#, |
5319
|
|
|
|
|
|
|
}, |
5320
|
|
|
|
|
|
|
'Africa/Casablanca' => { |
5321
|
|
|
|
|
|
|
exemplarCity => q#کاسابلانکا#, |
5322
|
|
|
|
|
|
|
}, |
5323
|
|
|
|
|
|
|
'Africa/Ceuta' => { |
5324
|
|
|
|
|
|
|
exemplarCity => q#Ceuta#, |
5325
|
|
|
|
|
|
|
}, |
5326
|
|
|
|
|
|
|
'Africa/Conakry' => { |
5327
|
|
|
|
|
|
|
exemplarCity => q#کونکري#, |
5328
|
|
|
|
|
|
|
}, |
5329
|
|
|
|
|
|
|
'Africa/Dakar' => { |
5330
|
|
|
|
|
|
|
exemplarCity => q#ډاکار#, |
5331
|
|
|
|
|
|
|
}, |
5332
|
|
|
|
|
|
|
'Africa/Dar_es_Salaam' => { |
5333
|
|
|
|
|
|
|
exemplarCity => q#دار السلام#, |
5334
|
|
|
|
|
|
|
}, |
5335
|
|
|
|
|
|
|
'Africa/Djibouti' => { |
5336
|
|
|
|
|
|
|
exemplarCity => q#جبوتي#, |
5337
|
|
|
|
|
|
|
}, |
5338
|
|
|
|
|
|
|
'Africa/Douala' => { |
5339
|
|
|
|
|
|
|
exemplarCity => q#ډالاله#, |
5340
|
|
|
|
|
|
|
}, |
5341
|
|
|
|
|
|
|
'Africa/El_Aaiun' => { |
5342
|
|
|
|
|
|
|
exemplarCity => q#الیون#, |
5343
|
|
|
|
|
|
|
}, |
5344
|
|
|
|
|
|
|
'Africa/Freetown' => { |
5345
|
|
|
|
|
|
|
exemplarCity => q#فریټون#, |
5346
|
|
|
|
|
|
|
}, |
5347
|
|
|
|
|
|
|
'Africa/Gaborone' => { |
5348
|
|
|
|
|
|
|
exemplarCity => q#ګابرون#, |
5349
|
|
|
|
|
|
|
}, |
5350
|
|
|
|
|
|
|
'Africa/Harare' => { |
5351
|
|
|
|
|
|
|
exemplarCity => q#هرارې#, |
5352
|
|
|
|
|
|
|
}, |
5353
|
|
|
|
|
|
|
'Africa/Johannesburg' => { |
5354
|
|
|
|
|
|
|
exemplarCity => q#جوهانبرګ#, |
5355
|
|
|
|
|
|
|
}, |
5356
|
|
|
|
|
|
|
'Africa/Juba' => { |
5357
|
|
|
|
|
|
|
exemplarCity => q#جوبا#, |
5358
|
|
|
|
|
|
|
}, |
5359
|
|
|
|
|
|
|
'Africa/Kampala' => { |
5360
|
|
|
|
|
|
|
exemplarCity => q#کمپاله#, |
5361
|
|
|
|
|
|
|
}, |
5362
|
|
|
|
|
|
|
'Africa/Khartoum' => { |
5363
|
|
|
|
|
|
|
exemplarCity => q#خرتوم#, |
5364
|
|
|
|
|
|
|
}, |
5365
|
|
|
|
|
|
|
'Africa/Kigali' => { |
5366
|
|
|
|
|
|
|
exemplarCity => q#کيگالي#, |
5367
|
|
|
|
|
|
|
}, |
5368
|
|
|
|
|
|
|
'Africa/Kinshasa' => { |
5369
|
|
|
|
|
|
|
exemplarCity => q#کينشاسا#, |
5370
|
|
|
|
|
|
|
}, |
5371
|
|
|
|
|
|
|
'Africa/Lagos' => { |
5372
|
|
|
|
|
|
|
exemplarCity => q#لاگوس#, |
5373
|
|
|
|
|
|
|
}, |
5374
|
|
|
|
|
|
|
'Africa/Libreville' => { |
5375
|
|
|
|
|
|
|
exemplarCity => q#لیبریل#, |
5376
|
|
|
|
|
|
|
}, |
5377
|
|
|
|
|
|
|
'Africa/Lome' => { |
5378
|
|
|
|
|
|
|
exemplarCity => q#لووم#, |
5379
|
|
|
|
|
|
|
}, |
5380
|
|
|
|
|
|
|
'Africa/Luanda' => { |
5381
|
|
|
|
|
|
|
exemplarCity => q#لونده#, |
5382
|
|
|
|
|
|
|
}, |
5383
|
|
|
|
|
|
|
'Africa/Lubumbashi' => { |
5384
|
|
|
|
|
|
|
exemplarCity => q#لبوباشي#, |
5385
|
|
|
|
|
|
|
}, |
5386
|
|
|
|
|
|
|
'Africa/Lusaka' => { |
5387
|
|
|
|
|
|
|
exemplarCity => q#لسیکا#, |
5388
|
|
|
|
|
|
|
}, |
5389
|
|
|
|
|
|
|
'Africa/Malabo' => { |
5390
|
|
|
|
|
|
|
exemplarCity => q#مالابو#, |
5391
|
|
|
|
|
|
|
}, |
5392
|
|
|
|
|
|
|
'Africa/Maputo' => { |
5393
|
|
|
|
|
|
|
exemplarCity => q#ماپوټو#, |
5394
|
|
|
|
|
|
|
}, |
5395
|
|
|
|
|
|
|
'Africa/Maseru' => { |
5396
|
|
|
|
|
|
|
exemplarCity => q#مسرو#, |
5397
|
|
|
|
|
|
|
}, |
5398
|
|
|
|
|
|
|
'Africa/Mbabane' => { |
5399
|
|
|
|
|
|
|
exemplarCity => q#Mbabane#, |
5400
|
|
|
|
|
|
|
}, |
5401
|
|
|
|
|
|
|
'Africa/Mogadishu' => { |
5402
|
|
|
|
|
|
|
exemplarCity => q#موگديشو#, |
5403
|
|
|
|
|
|
|
}, |
5404
|
|
|
|
|
|
|
'Africa/Monrovia' => { |
5405
|
|
|
|
|
|
|
exemplarCity => q#مونروفیا#, |
5406
|
|
|
|
|
|
|
}, |
5407
|
|
|
|
|
|
|
'Africa/Nairobi' => { |
5408
|
|
|
|
|
|
|
exemplarCity => q#نايروبي#, |
5409
|
|
|
|
|
|
|
}, |
5410
|
|
|
|
|
|
|
'Africa/Ndjamena' => { |
5411
|
|
|
|
|
|
|
exemplarCity => q#نجامینا#, |
5412
|
|
|
|
|
|
|
}, |
5413
|
|
|
|
|
|
|
'Africa/Niamey' => { |
5414
|
|
|
|
|
|
|
exemplarCity => q#نیمي#, |
5415
|
|
|
|
|
|
|
}, |
5416
|
|
|
|
|
|
|
'Africa/Nouakchott' => { |
5417
|
|
|
|
|
|
|
exemplarCity => q#نوکوچټ#, |
5418
|
|
|
|
|
|
|
}, |
5419
|
|
|
|
|
|
|
'Africa/Ouagadougou' => { |
5420
|
|
|
|
|
|
|
exemplarCity => q#اوواګاګواګو#, |
5421
|
|
|
|
|
|
|
}, |
5422
|
|
|
|
|
|
|
'Africa/Porto-Novo' => { |
5423
|
|
|
|
|
|
|
exemplarCity => q#پورټو - نوو#, |
5424
|
|
|
|
|
|
|
}, |
5425
|
|
|
|
|
|
|
'Africa/Sao_Tome' => { |
5426
|
|
|
|
|
|
|
exemplarCity => q#ساو ټوم#, |
5427
|
|
|
|
|
|
|
}, |
5428
|
|
|
|
|
|
|
'Africa/Tripoli' => { |
5429
|
|
|
|
|
|
|
exemplarCity => q#تريپولي#, |
5430
|
|
|
|
|
|
|
}, |
5431
|
|
|
|
|
|
|
'Africa/Tunis' => { |
5432
|
|
|
|
|
|
|
exemplarCity => q#تونس#, |
5433
|
|
|
|
|
|
|
}, |
5434
|
|
|
|
|
|
|
'Africa/Windhoek' => { |
5435
|
|
|
|
|
|
|
exemplarCity => q#وینهوک#, |
5436
|
|
|
|
|
|
|
}, |
5437
|
|
|
|
|
|
|
'Africa_Central' => { |
5438
|
|
|
|
|
|
|
long => { |
5439
|
|
|
|
|
|
|
'standard' => q#منځنی افريقا وخت#, |
5440
|
|
|
|
|
|
|
}, |
5441
|
|
|
|
|
|
|
}, |
5442
|
|
|
|
|
|
|
'Africa_Eastern' => { |
5443
|
|
|
|
|
|
|
long => { |
5444
|
|
|
|
|
|
|
'standard' => q#ختيځ افريقا وخت#, |
5445
|
|
|
|
|
|
|
}, |
5446
|
|
|
|
|
|
|
}, |
5447
|
|
|
|
|
|
|
'Africa_Southern' => { |
5448
|
|
|
|
|
|
|
long => { |
5449
|
|
|
|
|
|
|
'standard' => q#جنوبي افريقا معياري وخت#, |
5450
|
|
|
|
|
|
|
}, |
5451
|
|
|
|
|
|
|
}, |
5452
|
|
|
|
|
|
|
'Africa_Western' => { |
5453
|
|
|
|
|
|
|
long => { |
5454
|
|
|
|
|
|
|
'daylight' => q#د افریقا افریقا لویدیځ وخت#, |
5455
|
|
|
|
|
|
|
'generic' => q#لوېديځ افريقا وخت#, |
5456
|
|
|
|
|
|
|
'standard' => q#لویدیځ افریقایي معیاري وخت#, |
5457
|
|
|
|
|
|
|
}, |
5458
|
|
|
|
|
|
|
}, |
5459
|
|
|
|
|
|
|
'Alaska' => { |
5460
|
|
|
|
|
|
|
long => { |
5461
|
|
|
|
|
|
|
'daylight' => q#د الاسکا د ورځې روښانه کول#, |
5462
|
|
|
|
|
|
|
'generic' => q#الاسکا وخت#, |
5463
|
|
|
|
|
|
|
'standard' => q#الاسکا معياري وخت#, |
5464
|
|
|
|
|
|
|
}, |
5465
|
|
|
|
|
|
|
}, |
5466
|
|
|
|
|
|
|
'Almaty' => { |
5467
|
|
|
|
|
|
|
long => { |
5468
|
|
|
|
|
|
|
'daylight' => q#∅∅∅#, |
5469
|
|
|
|
|
|
|
'generic' => q#الماتا په وخت#, |
5470
|
|
|
|
|
|
|
'standard' => q#∅∅∅#, |
5471
|
|
|
|
|
|
|
}, |
5472
|
|
|
|
|
|
|
}, |
5473
|
|
|
|
|
|
|
'Amazon' => { |
5474
|
|
|
|
|
|
|
long => { |
5475
|
|
|
|
|
|
|
'daylight' => q#ایمیزون اوړي وخت#, |
5476
|
|
|
|
|
|
|
'generic' => q#ایمیزون وخت#, |
5477
|
|
|
|
|
|
|
'standard' => q#ایمیزون معیاری وخت#, |
5478
|
|
|
|
|
|
|
}, |
5479
|
|
|
|
|
|
|
}, |
5480
|
|
|
|
|
|
|
'America/Adak' => { |
5481
|
|
|
|
|
|
|
exemplarCity => q#اداک#, |
5482
|
|
|
|
|
|
|
}, |
5483
|
|
|
|
|
|
|
'America/Anchorage' => { |
5484
|
|
|
|
|
|
|
exemplarCity => q#اینکریج#, |
5485
|
|
|
|
|
|
|
}, |
5486
|
|
|
|
|
|
|
'America/Anguilla' => { |
5487
|
|
|
|
|
|
|
exemplarCity => q#انګیلا#, |
5488
|
|
|
|
|
|
|
}, |
5489
|
|
|
|
|
|
|
'America/Antigua' => { |
5490
|
|
|
|
|
|
|
exemplarCity => q#انټيګ#, |
5491
|
|
|
|
|
|
|
}, |
5492
|
|
|
|
|
|
|
'America/Araguaina' => { |
5493
|
|
|
|
|
|
|
exemplarCity => q#ارګینیا#, |
5494
|
|
|
|
|
|
|
}, |
5495
|
|
|
|
|
|
|
'America/Argentina/La_Rioja' => { |
5496
|
|
|
|
|
|
|
exemplarCity => q#لا ریوج#, |
5497
|
|
|
|
|
|
|
}, |
5498
|
|
|
|
|
|
|
'America/Argentina/Rio_Gallegos' => { |
5499
|
|
|
|
|
|
|
exemplarCity => q#ریو ګیلیلیګوس#, |
5500
|
|
|
|
|
|
|
}, |
5501
|
|
|
|
|
|
|
'America/Argentina/Salta' => { |
5502
|
|
|
|
|
|
|
exemplarCity => q#سالټا#, |
5503
|
|
|
|
|
|
|
}, |
5504
|
|
|
|
|
|
|
'America/Argentina/San_Juan' => { |
5505
|
|
|
|
|
|
|
exemplarCity => q#سان جوان#, |
5506
|
|
|
|
|
|
|
}, |
5507
|
|
|
|
|
|
|
'America/Argentina/San_Luis' => { |
5508
|
|
|
|
|
|
|
exemplarCity => q#سان لویس#, |
5509
|
|
|
|
|
|
|
}, |
5510
|
|
|
|
|
|
|
'America/Argentina/Tucuman' => { |
5511
|
|
|
|
|
|
|
exemplarCity => q#ټيکووم#, |
5512
|
|
|
|
|
|
|
}, |
5513
|
|
|
|
|
|
|
'America/Argentina/Ushuaia' => { |
5514
|
|
|
|
|
|
|
exemplarCity => q#اوشوایا#, |
5515
|
|
|
|
|
|
|
}, |
5516
|
|
|
|
|
|
|
'America/Aruba' => { |
5517
|
|
|
|
|
|
|
exemplarCity => q#آروبا#, |
5518
|
|
|
|
|
|
|
}, |
5519
|
|
|
|
|
|
|
'America/Asuncion' => { |
5520
|
|
|
|
|
|
|
exemplarCity => q#اسونسيون#, |
5521
|
|
|
|
|
|
|
}, |
5522
|
|
|
|
|
|
|
'America/Bahia' => { |
5523
|
|
|
|
|
|
|
exemplarCity => q#بهیا#, |
5524
|
|
|
|
|
|
|
}, |
5525
|
|
|
|
|
|
|
'America/Bahia_Banderas' => { |
5526
|
|
|
|
|
|
|
exemplarCity => q#بهیا بینډراس#, |
5527
|
|
|
|
|
|
|
}, |
5528
|
|
|
|
|
|
|
'America/Barbados' => { |
5529
|
|
|
|
|
|
|
exemplarCity => q#باربادوس#, |
5530
|
|
|
|
|
|
|
}, |
5531
|
|
|
|
|
|
|
'America/Belem' => { |
5532
|
|
|
|
|
|
|
exemplarCity => q#بلم#, |
5533
|
|
|
|
|
|
|
}, |
5534
|
|
|
|
|
|
|
'America/Belize' => { |
5535
|
|
|
|
|
|
|
exemplarCity => q#بلیز#, |
5536
|
|
|
|
|
|
|
}, |
5537
|
|
|
|
|
|
|
'America/Blanc-Sablon' => { |
5538
|
|
|
|
|
|
|
exemplarCity => q#بلانک-سابلون#, |
5539
|
|
|
|
|
|
|
}, |
5540
|
|
|
|
|
|
|
'America/Boa_Vista' => { |
5541
|
|
|
|
|
|
|
exemplarCity => q#بوا ویسټا#, |
5542
|
|
|
|
|
|
|
}, |
5543
|
|
|
|
|
|
|
'America/Bogota' => { |
5544
|
|
|
|
|
|
|
exemplarCity => q#بوګټا#, |
5545
|
|
|
|
|
|
|
}, |
5546
|
|
|
|
|
|
|
'America/Boise' => { |
5547
|
|
|
|
|
|
|
exemplarCity => q#بوز#, |
5548
|
|
|
|
|
|
|
}, |
5549
|
|
|
|
|
|
|
'America/Buenos_Aires' => { |
5550
|
|
|
|
|
|
|
exemplarCity => q#بينوس اييرز#, |
5551
|
|
|
|
|
|
|
}, |
5552
|
|
|
|
|
|
|
'America/Cambridge_Bay' => { |
5553
|
|
|
|
|
|
|
exemplarCity => q#کیمبرج بي#, |
5554
|
|
|
|
|
|
|
}, |
5555
|
|
|
|
|
|
|
'America/Campo_Grande' => { |
5556
|
|
|
|
|
|
|
exemplarCity => q#کمپو ګرډی#, |
5557
|
|
|
|
|
|
|
}, |
5558
|
|
|
|
|
|
|
'America/Cancun' => { |
5559
|
|
|
|
|
|
|
exemplarCity => q#کینن#, |
5560
|
|
|
|
|
|
|
}, |
5561
|
|
|
|
|
|
|
'America/Caracas' => { |
5562
|
|
|
|
|
|
|
exemplarCity => q#کاراکاس#, |
5563
|
|
|
|
|
|
|
}, |
5564
|
|
|
|
|
|
|
'America/Catamarca' => { |
5565
|
|
|
|
|
|
|
exemplarCity => q#کټامارکا#, |
5566
|
|
|
|
|
|
|
}, |
5567
|
|
|
|
|
|
|
'America/Cayenne' => { |
5568
|
|
|
|
|
|
|
exemplarCity => q#کیین#, |
5569
|
|
|
|
|
|
|
}, |
5570
|
|
|
|
|
|
|
'America/Cayman' => { |
5571
|
|
|
|
|
|
|
exemplarCity => q#کیمن#, |
5572
|
|
|
|
|
|
|
}, |
5573
|
|
|
|
|
|
|
'America/Chicago' => { |
5574
|
|
|
|
|
|
|
exemplarCity => q#شیکاګو#, |
5575
|
|
|
|
|
|
|
}, |
5576
|
|
|
|
|
|
|
'America/Chihuahua' => { |
5577
|
|
|
|
|
|
|
exemplarCity => q#چھواھوا#, |
5578
|
|
|
|
|
|
|
}, |
5579
|
|
|
|
|
|
|
'America/Coral_Harbour' => { |
5580
|
|
|
|
|
|
|
exemplarCity => q#اتیکوکن#, |
5581
|
|
|
|
|
|
|
}, |
5582
|
|
|
|
|
|
|
'America/Cordoba' => { |
5583
|
|
|
|
|
|
|
exemplarCity => q#کوډوبا#, |
5584
|
|
|
|
|
|
|
}, |
5585
|
|
|
|
|
|
|
'America/Costa_Rica' => { |
5586
|
|
|
|
|
|
|
exemplarCity => q#کوستاریکا#, |
5587
|
|
|
|
|
|
|
}, |
5588
|
|
|
|
|
|
|
'America/Creston' => { |
5589
|
|
|
|
|
|
|
exemplarCity => q#کرسټون#, |
5590
|
|
|
|
|
|
|
}, |
5591
|
|
|
|
|
|
|
'America/Cuiaba' => { |
5592
|
|
|
|
|
|
|
exemplarCity => q#کویابا#, |
5593
|
|
|
|
|
|
|
}, |
5594
|
|
|
|
|
|
|
'America/Curacao' => { |
5595
|
|
|
|
|
|
|
exemplarCity => q#کیکاو#, |
5596
|
|
|
|
|
|
|
}, |
5597
|
|
|
|
|
|
|
'America/Danmarkshavn' => { |
5598
|
|
|
|
|
|
|
exemplarCity => q#ډنمارک هاربر#, |
5599
|
|
|
|
|
|
|
}, |
5600
|
|
|
|
|
|
|
'America/Dawson' => { |
5601
|
|
|
|
|
|
|
exemplarCity => q#داوسن#, |
5602
|
|
|
|
|
|
|
}, |
5603
|
|
|
|
|
|
|
'America/Dawson_Creek' => { |
5604
|
|
|
|
|
|
|
exemplarCity => q#داسن کریک#, |
5605
|
|
|
|
|
|
|
}, |
5606
|
|
|
|
|
|
|
'America/Denver' => { |
5607
|
|
|
|
|
|
|
exemplarCity => q#ډنور#, |
5608
|
|
|
|
|
|
|
}, |
5609
|
|
|
|
|
|
|
'America/Detroit' => { |
5610
|
|
|
|
|
|
|
exemplarCity => q#ډایټروټ#, |
5611
|
|
|
|
|
|
|
}, |
5612
|
|
|
|
|
|
|
'America/Dominica' => { |
5613
|
|
|
|
|
|
|
exemplarCity => q#دومینیکا#, |
5614
|
|
|
|
|
|
|
}, |
5615
|
|
|
|
|
|
|
'America/Edmonton' => { |
5616
|
|
|
|
|
|
|
exemplarCity => q#ایډمونټن#, |
5617
|
|
|
|
|
|
|
}, |
5618
|
|
|
|
|
|
|
'America/Eirunepe' => { |
5619
|
|
|
|
|
|
|
exemplarCity => q#اییرونپ#, |
5620
|
|
|
|
|
|
|
}, |
5621
|
|
|
|
|
|
|
'America/El_Salvador' => { |
5622
|
|
|
|
|
|
|
exemplarCity => q#ايل سلوادور#, |
5623
|
|
|
|
|
|
|
}, |
5624
|
|
|
|
|
|
|
'America/Fort_Nelson' => { |
5625
|
|
|
|
|
|
|
exemplarCity => q#فورټ نیلسن#, |
5626
|
|
|
|
|
|
|
}, |
5627
|
|
|
|
|
|
|
'America/Fortaleza' => { |
5628
|
|
|
|
|
|
|
exemplarCity => q#فورتیلزا#, |
5629
|
|
|
|
|
|
|
}, |
5630
|
|
|
|
|
|
|
'America/Glace_Bay' => { |
5631
|
|
|
|
|
|
|
exemplarCity => q#ګیسس بيی#, |
5632
|
|
|
|
|
|
|
}, |
5633
|
|
|
|
|
|
|
'America/Godthab' => { |
5634
|
|
|
|
|
|
|
exemplarCity => q#Nuuk#, |
5635
|
|
|
|
|
|
|
}, |
5636
|
|
|
|
|
|
|
'America/Goose_Bay' => { |
5637
|
|
|
|
|
|
|
exemplarCity => q#گوز بي#, |
5638
|
|
|
|
|
|
|
}, |
5639
|
|
|
|
|
|
|
'America/Grand_Turk' => { |
5640
|
|
|
|
|
|
|
exemplarCity => q#لوی ترک#, |
5641
|
|
|
|
|
|
|
}, |
5642
|
|
|
|
|
|
|
'America/Grenada' => { |
5643
|
|
|
|
|
|
|
exemplarCity => q#ګرنادا#, |
5644
|
|
|
|
|
|
|
}, |
5645
|
|
|
|
|
|
|
'America/Guadeloupe' => { |
5646
|
|
|
|
|
|
|
exemplarCity => q#ګالډیپ#, |
5647
|
|
|
|
|
|
|
}, |
5648
|
|
|
|
|
|
|
'America/Guatemala' => { |
5649
|
|
|
|
|
|
|
exemplarCity => q#ګواتمالا#, |
5650
|
|
|
|
|
|
|
}, |
5651
|
|
|
|
|
|
|
'America/Guayaquil' => { |
5652
|
|
|
|
|
|
|
exemplarCity => q#ګویاګل#, |
5653
|
|
|
|
|
|
|
}, |
5654
|
|
|
|
|
|
|
'America/Guyana' => { |
5655
|
|
|
|
|
|
|
exemplarCity => q#ګیانا#, |
5656
|
|
|
|
|
|
|
}, |
5657
|
|
|
|
|
|
|
'America/Halifax' => { |
5658
|
|
|
|
|
|
|
exemplarCity => q#هیلفکس#, |
5659
|
|
|
|
|
|
|
}, |
5660
|
|
|
|
|
|
|
'America/Havana' => { |
5661
|
|
|
|
|
|
|
exemplarCity => q#هایانا#, |
5662
|
|
|
|
|
|
|
}, |
5663
|
|
|
|
|
|
|
'America/Hermosillo' => { |
5664
|
|
|
|
|
|
|
exemplarCity => q#هرموسیلو#, |
5665
|
|
|
|
|
|
|
}, |
5666
|
|
|
|
|
|
|
'America/Indiana/Knox' => { |
5667
|
|
|
|
|
|
|
exemplarCity => q#نکس، اندیانا#, |
5668
|
|
|
|
|
|
|
}, |
5669
|
|
|
|
|
|
|
'America/Indiana/Marengo' => { |
5670
|
|
|
|
|
|
|
exemplarCity => q#مارینګ، انډیانا#, |
5671
|
|
|
|
|
|
|
}, |
5672
|
|
|
|
|
|
|
'America/Indiana/Petersburg' => { |
5673
|
|
|
|
|
|
|
exemplarCity => q#پیتربورګ، انډيانا#, |
5674
|
|
|
|
|
|
|
}, |
5675
|
|
|
|
|
|
|
'America/Indiana/Tell_City' => { |
5676
|
|
|
|
|
|
|
exemplarCity => q#ښار، انډیا ته ووایی#, |
5677
|
|
|
|
|
|
|
}, |
5678
|
|
|
|
|
|
|
'America/Indiana/Vevay' => { |
5679
|
|
|
|
|
|
|
exemplarCity => q#ویوی، انډیډا#, |
5680
|
|
|
|
|
|
|
}, |
5681
|
|
|
|
|
|
|
'America/Indiana/Vincennes' => { |
5682
|
|
|
|
|
|
|
exemplarCity => q#وینینسین، انډا#, |
5683
|
|
|
|
|
|
|
}, |
5684
|
|
|
|
|
|
|
'America/Indiana/Winamac' => { |
5685
|
|
|
|
|
|
|
exemplarCity => q#ویناماسک، انډی#, |
5686
|
|
|
|
|
|
|
}, |
5687
|
|
|
|
|
|
|
'America/Indianapolis' => { |
5688
|
|
|
|
|
|
|
exemplarCity => q#انډولپولیس#, |
5689
|
|
|
|
|
|
|
}, |
5690
|
|
|
|
|
|
|
'America/Inuvik' => { |
5691
|
|
|
|
|
|
|
exemplarCity => q#انوک#, |
5692
|
|
|
|
|
|
|
}, |
5693
|
|
|
|
|
|
|
'America/Iqaluit' => { |
5694
|
|
|
|
|
|
|
exemplarCity => q#اقلیټ#, |
5695
|
|
|
|
|
|
|
}, |
5696
|
|
|
|
|
|
|
'America/Jamaica' => { |
5697
|
|
|
|
|
|
|
exemplarCity => q#جمایکه#, |
5698
|
|
|
|
|
|
|
}, |
5699
|
|
|
|
|
|
|
'America/Jujuy' => { |
5700
|
|
|
|
|
|
|
exemplarCity => q#جوجو#, |
5701
|
|
|
|
|
|
|
}, |
5702
|
|
|
|
|
|
|
'America/Juneau' => { |
5703
|
|
|
|
|
|
|
exemplarCity => q#جونو#, |
5704
|
|
|
|
|
|
|
}, |
5705
|
|
|
|
|
|
|
'America/Kentucky/Monticello' => { |
5706
|
|
|
|
|
|
|
exemplarCity => q#مونټیکیلو، کینیسي#, |
5707
|
|
|
|
|
|
|
}, |
5708
|
|
|
|
|
|
|
'America/Kralendijk' => { |
5709
|
|
|
|
|
|
|
exemplarCity => q#کلینډیزج#, |
5710
|
|
|
|
|
|
|
}, |
5711
|
|
|
|
|
|
|
'America/La_Paz' => { |
5712
|
|
|
|
|
|
|
exemplarCity => q#لا پاز#, |
5713
|
|
|
|
|
|
|
}, |
5714
|
|
|
|
|
|
|
'America/Lima' => { |
5715
|
|
|
|
|
|
|
exemplarCity => q#لیما#, |
5716
|
|
|
|
|
|
|
}, |
5717
|
|
|
|
|
|
|
'America/Los_Angeles' => { |
5718
|
|
|
|
|
|
|
exemplarCity => q#لاس اینجلس#, |
5719
|
|
|
|
|
|
|
}, |
5720
|
|
|
|
|
|
|
'America/Louisville' => { |
5721
|
|
|
|
|
|
|
exemplarCity => q#لوئس ویل#, |
5722
|
|
|
|
|
|
|
}, |
5723
|
|
|
|
|
|
|
'America/Lower_Princes' => { |
5724
|
|
|
|
|
|
|
exemplarCity => q#د کمتر شهزاده درې میاشتنۍ#, |
5725
|
|
|
|
|
|
|
}, |
5726
|
|
|
|
|
|
|
'America/Maceio' => { |
5727
|
|
|
|
|
|
|
exemplarCity => q#مایسیو#, |
5728
|
|
|
|
|
|
|
}, |
5729
|
|
|
|
|
|
|
'America/Managua' => { |
5730
|
|
|
|
|
|
|
exemplarCity => q#منګوا#, |
5731
|
|
|
|
|
|
|
}, |
5732
|
|
|
|
|
|
|
'America/Manaus' => { |
5733
|
|
|
|
|
|
|
exemplarCity => q#منوس#, |
5734
|
|
|
|
|
|
|
}, |
5735
|
|
|
|
|
|
|
'America/Marigot' => { |
5736
|
|
|
|
|
|
|
exemplarCity => q#مارګټ#, |
5737
|
|
|
|
|
|
|
}, |
5738
|
|
|
|
|
|
|
'America/Martinique' => { |
5739
|
|
|
|
|
|
|
exemplarCity => q#مارټینیک#, |
5740
|
|
|
|
|
|
|
}, |
5741
|
|
|
|
|
|
|
'America/Matamoros' => { |
5742
|
|
|
|
|
|
|
exemplarCity => q#Matamoros#, |
5743
|
|
|
|
|
|
|
}, |
5744
|
|
|
|
|
|
|
'America/Mazatlan' => { |
5745
|
|
|
|
|
|
|
exemplarCity => q#مزاتلان#, |
5746
|
|
|
|
|
|
|
}, |
5747
|
|
|
|
|
|
|
'America/Mendoza' => { |
5748
|
|
|
|
|
|
|
exemplarCity => q#مینډوزا#, |
5749
|
|
|
|
|
|
|
}, |
5750
|
|
|
|
|
|
|
'America/Menominee' => { |
5751
|
|
|
|
|
|
|
exemplarCity => q#مینومین#, |
5752
|
|
|
|
|
|
|
}, |
5753
|
|
|
|
|
|
|
'America/Merida' => { |
5754
|
|
|
|
|
|
|
exemplarCity => q#مرده#, |
5755
|
|
|
|
|
|
|
}, |
5756
|
|
|
|
|
|
|
'America/Metlakatla' => { |
5757
|
|
|
|
|
|
|
exemplarCity => q#میتلاکاټلا#, |
5758
|
|
|
|
|
|
|
}, |
5759
|
|
|
|
|
|
|
'America/Mexico_City' => { |
5760
|
|
|
|
|
|
|
exemplarCity => q#مکسيکو ښار#, |
5761
|
|
|
|
|
|
|
}, |
5762
|
|
|
|
|
|
|
'America/Miquelon' => { |
5763
|
|
|
|
|
|
|
exemplarCity => q#ميکلين#, |
5764
|
|
|
|
|
|
|
}, |
5765
|
|
|
|
|
|
|
'America/Moncton' => { |
5766
|
|
|
|
|
|
|
exemplarCity => q#مونټون#, |
5767
|
|
|
|
|
|
|
}, |
5768
|
|
|
|
|
|
|
'America/Monterrey' => { |
5769
|
|
|
|
|
|
|
exemplarCity => q#منټرري#, |
5770
|
|
|
|
|
|
|
}, |
5771
|
|
|
|
|
|
|
'America/Montevideo' => { |
5772
|
|
|
|
|
|
|
exemplarCity => q#مونټ وډیو#, |
5773
|
|
|
|
|
|
|
}, |
5774
|
|
|
|
|
|
|
'America/Montserrat' => { |
5775
|
|
|
|
|
|
|
exemplarCity => q#مانټیسیرت#, |
5776
|
|
|
|
|
|
|
}, |
5777
|
|
|
|
|
|
|
'America/Nassau' => { |
5778
|
|
|
|
|
|
|
exemplarCity => q#نیساو#, |
5779
|
|
|
|
|
|
|
}, |
5780
|
|
|
|
|
|
|
'America/New_York' => { |
5781
|
|
|
|
|
|
|
exemplarCity => q#نیویارک#, |
5782
|
|
|
|
|
|
|
}, |
5783
|
|
|
|
|
|
|
'America/Nipigon' => { |
5784
|
|
|
|
|
|
|
exemplarCity => q#نیپګون#, |
5785
|
|
|
|
|
|
|
}, |
5786
|
|
|
|
|
|
|
'America/Nome' => { |
5787
|
|
|
|
|
|
|
exemplarCity => q#نوم#, |
5788
|
|
|
|
|
|
|
}, |
5789
|
|
|
|
|
|
|
'America/Noronha' => { |
5790
|
|
|
|
|
|
|
exemplarCity => q#نورونها#, |
5791
|
|
|
|
|
|
|
}, |
5792
|
|
|
|
|
|
|
'America/North_Dakota/Beulah' => { |
5793
|
|
|
|
|
|
|
exemplarCity => q#بيلاه، شمالي داکوتا#, |
5794
|
|
|
|
|
|
|
}, |
5795
|
|
|
|
|
|
|
'America/North_Dakota/Center' => { |
5796
|
|
|
|
|
|
|
exemplarCity => q#مرکز، د شمالي ټاپو#, |
5797
|
|
|
|
|
|
|
}, |
5798
|
|
|
|
|
|
|
'America/North_Dakota/New_Salem' => { |
5799
|
|
|
|
|
|
|
exemplarCity => q#نوی سلیم، شمالي داکوتا#, |
5800
|
|
|
|
|
|
|
}, |
5801
|
|
|
|
|
|
|
'America/Ojinaga' => { |
5802
|
|
|
|
|
|
|
exemplarCity => q#اوجنګا#, |
5803
|
|
|
|
|
|
|
}, |
5804
|
|
|
|
|
|
|
'America/Panama' => { |
5805
|
|
|
|
|
|
|
exemplarCity => q#پاناما#, |
5806
|
|
|
|
|
|
|
}, |
5807
|
|
|
|
|
|
|
'America/Pangnirtung' => { |
5808
|
|
|
|
|
|
|
exemplarCity => q#پيننټيرګ#, |
5809
|
|
|
|
|
|
|
}, |
5810
|
|
|
|
|
|
|
'America/Paramaribo' => { |
5811
|
|
|
|
|
|
|
exemplarCity => q#پاراماربو#, |
5812
|
|
|
|
|
|
|
}, |
5813
|
|
|
|
|
|
|
'America/Phoenix' => { |
5814
|
|
|
|
|
|
|
exemplarCity => q#فینکس#, |
5815
|
|
|
|
|
|
|
}, |
5816
|
|
|
|
|
|
|
'America/Port-au-Prince' => { |
5817
|
|
|
|
|
|
|
exemplarCity => q#پورټ ایو - پرنس#, |
5818
|
|
|
|
|
|
|
}, |
5819
|
|
|
|
|
|
|
'America/Port_of_Spain' => { |
5820
|
|
|
|
|
|
|
exemplarCity => q#د اسپانیا بندر#, |
5821
|
|
|
|
|
|
|
}, |
5822
|
|
|
|
|
|
|
'America/Porto_Velho' => { |
5823
|
|
|
|
|
|
|
exemplarCity => q#پورټو ویلهو#, |
5824
|
|
|
|
|
|
|
}, |
5825
|
|
|
|
|
|
|
'America/Puerto_Rico' => { |
5826
|
|
|
|
|
|
|
exemplarCity => q#پورتو ریکو#, |
5827
|
|
|
|
|
|
|
}, |
5828
|
|
|
|
|
|
|
'America/Punta_Arenas' => { |
5829
|
|
|
|
|
|
|
exemplarCity => q#پنټا آریناس#, |
5830
|
|
|
|
|
|
|
}, |
5831
|
|
|
|
|
|
|
'America/Rainy_River' => { |
5832
|
|
|
|
|
|
|
exemplarCity => q#د باران باران#, |
5833
|
|
|
|
|
|
|
}, |
5834
|
|
|
|
|
|
|
'America/Rankin_Inlet' => { |
5835
|
|
|
|
|
|
|
exemplarCity => q#رانکين لط#, |
5836
|
|
|
|
|
|
|
}, |
5837
|
|
|
|
|
|
|
'America/Recife' => { |
5838
|
|
|
|
|
|
|
exemplarCity => q#ریسیفي#, |
5839
|
|
|
|
|
|
|
}, |
5840
|
|
|
|
|
|
|
'America/Regina' => { |
5841
|
|
|
|
|
|
|
exemplarCity => q#ریګینا#, |
5842
|
|
|
|
|
|
|
}, |
5843
|
|
|
|
|
|
|
'America/Resolute' => { |
5844
|
|
|
|
|
|
|
exemplarCity => q#غوڅ#, |
5845
|
|
|
|
|
|
|
}, |
5846
|
|
|
|
|
|
|
'America/Rio_Branco' => { |
5847
|
|
|
|
|
|
|
exemplarCity => q#ریو برانکو#, |
5848
|
|
|
|
|
|
|
}, |
5849
|
|
|
|
|
|
|
'America/Santarem' => { |
5850
|
|
|
|
|
|
|
exemplarCity => q#سناترم#, |
5851
|
|
|
|
|
|
|
}, |
5852
|
|
|
|
|
|
|
'America/Santiago' => { |
5853
|
|
|
|
|
|
|
exemplarCity => q#سنتياګو#, |
5854
|
|
|
|
|
|
|
}, |
5855
|
|
|
|
|
|
|
'America/Santo_Domingo' => { |
5856
|
|
|
|
|
|
|
exemplarCity => q#سنتو ډومینګو#, |
5857
|
|
|
|
|
|
|
}, |
5858
|
|
|
|
|
|
|
'America/Sao_Paulo' => { |
5859
|
|
|
|
|
|
|
exemplarCity => q#ساو پاولو#, |
5860
|
|
|
|
|
|
|
}, |
5861
|
|
|
|
|
|
|
'America/Scoresbysund' => { |
5862
|
|
|
|
|
|
|
exemplarCity => q#Ittoqqortoormiit#, |
5863
|
|
|
|
|
|
|
}, |
5864
|
|
|
|
|
|
|
'America/Sitka' => { |
5865
|
|
|
|
|
|
|
exemplarCity => q#سیټکا#, |
5866
|
|
|
|
|
|
|
}, |
5867
|
|
|
|
|
|
|
'America/St_Barthelemy' => { |
5868
|
|
|
|
|
|
|
exemplarCity => q#سینټ بارټیلیم#, |
5869
|
|
|
|
|
|
|
}, |
5870
|
|
|
|
|
|
|
'America/St_Johns' => { |
5871
|
|
|
|
|
|
|
exemplarCity => q#د سینټ جان#, |
5872
|
|
|
|
|
|
|
}, |
5873
|
|
|
|
|
|
|
'America/St_Kitts' => { |
5874
|
|
|
|
|
|
|
exemplarCity => q#سینټ کټس#, |
5875
|
|
|
|
|
|
|
}, |
5876
|
|
|
|
|
|
|
'America/St_Lucia' => { |
5877
|
|
|
|
|
|
|
exemplarCity => q#سینټ لوسیا#, |
5878
|
|
|
|
|
|
|
}, |
5879
|
|
|
|
|
|
|
'America/St_Thomas' => { |
5880
|
|
|
|
|
|
|
exemplarCity => q#سایټ توماس#, |
5881
|
|
|
|
|
|
|
}, |
5882
|
|
|
|
|
|
|
'America/St_Vincent' => { |
5883
|
|
|
|
|
|
|
exemplarCity => q#سېنټ ویسنټ#, |
5884
|
|
|
|
|
|
|
}, |
5885
|
|
|
|
|
|
|
'America/Swift_Current' => { |
5886
|
|
|
|
|
|
|
exemplarCity => q#اوسنی بدلون#, |
5887
|
|
|
|
|
|
|
}, |
5888
|
|
|
|
|
|
|
'America/Tegucigalpa' => { |
5889
|
|
|
|
|
|
|
exemplarCity => q#ټګسیګالپا#, |
5890
|
|
|
|
|
|
|
}, |
5891
|
|
|
|
|
|
|
'America/Thule' => { |
5892
|
|
|
|
|
|
|
exemplarCity => q#تول#, |
5893
|
|
|
|
|
|
|
}, |
5894
|
|
|
|
|
|
|
'America/Thunder_Bay' => { |
5895
|
|
|
|
|
|
|
exemplarCity => q#د تندر خلیج#, |
5896
|
|
|
|
|
|
|
}, |
5897
|
|
|
|
|
|
|
'America/Tijuana' => { |
5898
|
|
|
|
|
|
|
exemplarCity => q#تجهان#, |
5899
|
|
|
|
|
|
|
}, |
5900
|
|
|
|
|
|
|
'America/Toronto' => { |
5901
|
|
|
|
|
|
|
exemplarCity => q#ټورنټو#, |
5902
|
|
|
|
|
|
|
}, |
5903
|
|
|
|
|
|
|
'America/Tortola' => { |
5904
|
|
|
|
|
|
|
exemplarCity => q#ټورتولا#, |
5905
|
|
|
|
|
|
|
}, |
5906
|
|
|
|
|
|
|
'America/Vancouver' => { |
5907
|
|
|
|
|
|
|
exemplarCity => q#وینکوور#, |
5908
|
|
|
|
|
|
|
}, |
5909
|
|
|
|
|
|
|
'America/Whitehorse' => { |
5910
|
|
|
|
|
|
|
exemplarCity => q#سپین آس#, |
5911
|
|
|
|
|
|
|
}, |
5912
|
|
|
|
|
|
|
'America/Winnipeg' => { |
5913
|
|
|
|
|
|
|
exemplarCity => q#وینپیګ#, |
5914
|
|
|
|
|
|
|
}, |
5915
|
|
|
|
|
|
|
'America/Yakutat' => { |
5916
|
|
|
|
|
|
|
exemplarCity => q#یاکتټ#, |
5917
|
|
|
|
|
|
|
}, |
5918
|
|
|
|
|
|
|
'America/Yellowknife' => { |
5919
|
|
|
|
|
|
|
exemplarCity => q#زرونیف#, |
5920
|
|
|
|
|
|
|
}, |
5921
|
|
|
|
|
|
|
'America_Central' => { |
5922
|
|
|
|
|
|
|
long => { |
5923
|
|
|
|
|
|
|
'daylight' => q#مرکزي رڼا ورځې وخت#, |
5924
|
|
|
|
|
|
|
'generic' => q#مرکزي وخت#, |
5925
|
|
|
|
|
|
|
'standard' => q#مرکزي معياري وخت#, |
5926
|
|
|
|
|
|
|
}, |
5927
|
|
|
|
|
|
|
}, |
5928
|
|
|
|
|
|
|
'America_Eastern' => { |
5929
|
|
|
|
|
|
|
long => { |
5930
|
|
|
|
|
|
|
'daylight' => q#ختيځ د رڼا ورځې وخت#, |
5931
|
|
|
|
|
|
|
'generic' => q#ختیځ وخت#, |
5932
|
|
|
|
|
|
|
'standard' => q#ختيځ معياري وخت#, |
5933
|
|
|
|
|
|
|
}, |
5934
|
|
|
|
|
|
|
}, |
5935
|
|
|
|
|
|
|
'America_Mountain' => { |
5936
|
|
|
|
|
|
|
long => { |
5937
|
|
|
|
|
|
|
'daylight' => q#د غره د رڼا ورځې وخت#, |
5938
|
|
|
|
|
|
|
'generic' => q#د غره د وخت#, |
5939
|
|
|
|
|
|
|
'standard' => q#د غره معياري وخت#, |
5940
|
|
|
|
|
|
|
}, |
5941
|
|
|
|
|
|
|
}, |
5942
|
|
|
|
|
|
|
'America_Pacific' => { |
5943
|
|
|
|
|
|
|
long => { |
5944
|
|
|
|
|
|
|
'daylight' => q#پیسفک د رڼا ورځې وخت#, |
5945
|
|
|
|
|
|
|
'generic' => q#پیسفک وخت#, |
5946
|
|
|
|
|
|
|
'standard' => q#د پیسفک معياري وخت#, |
5947
|
|
|
|
|
|
|
}, |
5948
|
|
|
|
|
|
|
}, |
5949
|
|
|
|
|
|
|
'Antarctica/Casey' => { |
5950
|
|
|
|
|
|
|
exemplarCity => q#کیسي#, |
5951
|
|
|
|
|
|
|
}, |
5952
|
|
|
|
|
|
|
'Antarctica/Davis' => { |
5953
|
|
|
|
|
|
|
exemplarCity => q#دیویس#, |
5954
|
|
|
|
|
|
|
}, |
5955
|
|
|
|
|
|
|
'Antarctica/DumontDUrville' => { |
5956
|
|
|
|
|
|
|
exemplarCity => q#ډومونټ ډي اوورول#, |
5957
|
|
|
|
|
|
|
}, |
5958
|
|
|
|
|
|
|
'Antarctica/Macquarie' => { |
5959
|
|
|
|
|
|
|
exemplarCity => q#مکاکري#, |
5960
|
|
|
|
|
|
|
}, |
5961
|
|
|
|
|
|
|
'Antarctica/Mawson' => { |
5962
|
|
|
|
|
|
|
exemplarCity => q#مسونسن#, |
5963
|
|
|
|
|
|
|
}, |
5964
|
|
|
|
|
|
|
'Antarctica/McMurdo' => { |
5965
|
|
|
|
|
|
|
exemplarCity => q#McMurdo#, |
5966
|
|
|
|
|
|
|
}, |
5967
|
|
|
|
|
|
|
'Antarctica/Palmer' => { |
5968
|
|
|
|
|
|
|
exemplarCity => q#پالر#, |
5969
|
|
|
|
|
|
|
}, |
5970
|
|
|
|
|
|
|
'Antarctica/Rothera' => { |
5971
|
|
|
|
|
|
|
exemplarCity => q#رورها#, |
5972
|
|
|
|
|
|
|
}, |
5973
|
|
|
|
|
|
|
'Antarctica/Syowa' => { |
5974
|
|
|
|
|
|
|
exemplarCity => q#سیوا#, |
5975
|
|
|
|
|
|
|
}, |
5976
|
|
|
|
|
|
|
'Antarctica/Troll' => { |
5977
|
|
|
|
|
|
|
exemplarCity => q#ټول#, |
5978
|
|
|
|
|
|
|
}, |
5979
|
|
|
|
|
|
|
'Antarctica/Vostok' => { |
5980
|
|
|
|
|
|
|
exemplarCity => q#واستوک#, |
5981
|
|
|
|
|
|
|
}, |
5982
|
|
|
|
|
|
|
'Apia' => { |
5983
|
|
|
|
|
|
|
long => { |
5984
|
|
|
|
|
|
|
'daylight' => q#د اپیا د ورځې وخت#, |
5985
|
|
|
|
|
|
|
'generic' => q#د اپیا وخت#, |
5986
|
|
|
|
|
|
|
'standard' => q#د اپیا معياري وخت#, |
5987
|
|
|
|
|
|
|
}, |
5988
|
|
|
|
|
|
|
}, |
5989
|
|
|
|
|
|
|
'Arabian' => { |
5990
|
|
|
|
|
|
|
long => { |
5991
|
|
|
|
|
|
|
'daylight' => q#د عربي ورځپاڼې وخت#, |
5992
|
|
|
|
|
|
|
'generic' => q#عربي وخت#, |
5993
|
|
|
|
|
|
|
'standard' => q#عربي معیاري وخت#, |
5994
|
|
|
|
|
|
|
}, |
5995
|
|
|
|
|
|
|
}, |
5996
|
|
|
|
|
|
|
'Arctic/Longyearbyen' => { |
5997
|
|
|
|
|
|
|
exemplarCity => q#لاندینبیبین#, |
5998
|
|
|
|
|
|
|
}, |
5999
|
|
|
|
|
|
|
'Argentina' => { |
6000
|
|
|
|
|
|
|
long => { |
6001
|
|
|
|
|
|
|
'daylight' => q#ارجنټاین اوړي وخت#, |
6002
|
|
|
|
|
|
|
'generic' => q#ارجنټاین وخت#, |
6003
|
|
|
|
|
|
|
'standard' => q#ارجنټاین معیاری وخت#, |
6004
|
|
|
|
|
|
|
}, |
6005
|
|
|
|
|
|
|
}, |
6006
|
|
|
|
|
|
|
'Argentina_Western' => { |
6007
|
|
|
|
|
|
|
long => { |
6008
|
|
|
|
|
|
|
'daylight' => q#غربي ارجنټاین اوړي وخت#, |
6009
|
|
|
|
|
|
|
'generic' => q#غربي ارجنټاین وخت#, |
6010
|
|
|
|
|
|
|
'standard' => q#غربي ارجنټاین معیاری وخت#, |
6011
|
|
|
|
|
|
|
}, |
6012
|
|
|
|
|
|
|
}, |
6013
|
|
|
|
|
|
|
'Armenia' => { |
6014
|
|
|
|
|
|
|
long => { |
6015
|
|
|
|
|
|
|
'daylight' => q#ارمنستان سمر وخت#, |
6016
|
|
|
|
|
|
|
'generic' => q#ارمنستان وخت#, |
6017
|
|
|
|
|
|
|
'standard' => q#ارمنستان معياري وخت#, |
6018
|
|
|
|
|
|
|
}, |
6019
|
|
|
|
|
|
|
}, |
6020
|
|
|
|
|
|
|
'Asia/Aden' => { |
6021
|
|
|
|
|
|
|
exemplarCity => q#اډن#, |
6022
|
|
|
|
|
|
|
}, |
6023
|
|
|
|
|
|
|
'Asia/Almaty' => { |
6024
|
|
|
|
|
|
|
exemplarCity => q#الماتی#, |
6025
|
|
|
|
|
|
|
}, |
6026
|
|
|
|
|
|
|
'Asia/Amman' => { |
6027
|
|
|
|
|
|
|
exemplarCity => q#اممان#, |
6028
|
|
|
|
|
|
|
}, |
6029
|
|
|
|
|
|
|
'Asia/Anadyr' => { |
6030
|
|
|
|
|
|
|
exemplarCity => q#اناډير#, |
6031
|
|
|
|
|
|
|
}, |
6032
|
|
|
|
|
|
|
'Asia/Aqtau' => { |
6033
|
|
|
|
|
|
|
exemplarCity => q#اکاټو#, |
6034
|
|
|
|
|
|
|
}, |
6035
|
|
|
|
|
|
|
'Asia/Aqtobe' => { |
6036
|
|
|
|
|
|
|
exemplarCity => q#اکتوب#, |
6037
|
|
|
|
|
|
|
}, |
6038
|
|
|
|
|
|
|
'Asia/Ashgabat' => { |
6039
|
|
|
|
|
|
|
exemplarCity => q#اشغ آباد#, |
6040
|
|
|
|
|
|
|
}, |
6041
|
|
|
|
|
|
|
'Asia/Atyrau' => { |
6042
|
|
|
|
|
|
|
exemplarCity => q#اېټراو#, |
6043
|
|
|
|
|
|
|
}, |
6044
|
|
|
|
|
|
|
'Asia/Baghdad' => { |
6045
|
|
|
|
|
|
|
exemplarCity => q#بغداد#, |
6046
|
|
|
|
|
|
|
}, |
6047
|
|
|
|
|
|
|
'Asia/Bahrain' => { |
6048
|
|
|
|
|
|
|
exemplarCity => q#بحرین#, |
6049
|
|
|
|
|
|
|
}, |
6050
|
|
|
|
|
|
|
'Asia/Baku' => { |
6051
|
|
|
|
|
|
|
exemplarCity => q#باکو#, |
6052
|
|
|
|
|
|
|
}, |
6053
|
|
|
|
|
|
|
'Asia/Bangkok' => { |
6054
|
|
|
|
|
|
|
exemplarCity => q#بانکاک#, |
6055
|
|
|
|
|
|
|
}, |
6056
|
|
|
|
|
|
|
'Asia/Barnaul' => { |
6057
|
|
|
|
|
|
|
exemplarCity => q#برنول#, |
6058
|
|
|
|
|
|
|
}, |
6059
|
|
|
|
|
|
|
'Asia/Beirut' => { |
6060
|
|
|
|
|
|
|
exemplarCity => q#بیروت#, |
6061
|
|
|
|
|
|
|
}, |
6062
|
|
|
|
|
|
|
'Asia/Bishkek' => { |
6063
|
|
|
|
|
|
|
exemplarCity => q#بشکیک#, |
6064
|
|
|
|
|
|
|
}, |
6065
|
|
|
|
|
|
|
'Asia/Brunei' => { |
6066
|
|
|
|
|
|
|
exemplarCity => q#برویني#, |
6067
|
|
|
|
|
|
|
}, |
6068
|
|
|
|
|
|
|
'Asia/Calcutta' => { |
6069
|
|
|
|
|
|
|
exemplarCity => q#کولکته#, |
6070
|
|
|
|
|
|
|
}, |
6071
|
|
|
|
|
|
|
'Asia/Chita' => { |
6072
|
|
|
|
|
|
|
exemplarCity => q#چيتا#, |
6073
|
|
|
|
|
|
|
}, |
6074
|
|
|
|
|
|
|
'Asia/Choibalsan' => { |
6075
|
|
|
|
|
|
|
exemplarCity => q#Choibalsan#, |
6076
|
|
|
|
|
|
|
}, |
6077
|
|
|
|
|
|
|
'Asia/Colombo' => { |
6078
|
|
|
|
|
|
|
exemplarCity => q#کولمبو#, |
6079
|
|
|
|
|
|
|
}, |
6080
|
|
|
|
|
|
|
'Asia/Damascus' => { |
6081
|
|
|
|
|
|
|
exemplarCity => q#دمشق#, |
6082
|
|
|
|
|
|
|
}, |
6083
|
|
|
|
|
|
|
'Asia/Dhaka' => { |
6084
|
|
|
|
|
|
|
exemplarCity => q#ډهاکه#, |
6085
|
|
|
|
|
|
|
}, |
6086
|
|
|
|
|
|
|
'Asia/Dili' => { |
6087
|
|
|
|
|
|
|
exemplarCity => q#ديلي#, |
6088
|
|
|
|
|
|
|
}, |
6089
|
|
|
|
|
|
|
'Asia/Dubai' => { |
6090
|
|
|
|
|
|
|
exemplarCity => q#دوبی#, |
6091
|
|
|
|
|
|
|
}, |
6092
|
|
|
|
|
|
|
'Asia/Dushanbe' => { |
6093
|
|
|
|
|
|
|
exemplarCity => q#دوشنبي#, |
6094
|
|
|
|
|
|
|
}, |
6095
|
|
|
|
|
|
|
'Asia/Famagusta' => { |
6096
|
|
|
|
|
|
|
exemplarCity => q#Famagusta#, |
6097
|
|
|
|
|
|
|
}, |
6098
|
|
|
|
|
|
|
'Asia/Gaza' => { |
6099
|
|
|
|
|
|
|
exemplarCity => q#غزه#, |
6100
|
|
|
|
|
|
|
}, |
6101
|
|
|
|
|
|
|
'Asia/Hebron' => { |
6102
|
|
|
|
|
|
|
exemplarCity => q#هبرون#, |
6103
|
|
|
|
|
|
|
}, |
6104
|
|
|
|
|
|
|
'Asia/Hong_Kong' => { |
6105
|
|
|
|
|
|
|
exemplarCity => q#هانګ کانګ#, |
6106
|
|
|
|
|
|
|
}, |
6107
|
|
|
|
|
|
|
'Asia/Hovd' => { |
6108
|
|
|
|
|
|
|
exemplarCity => q#Hovd#, |
6109
|
|
|
|
|
|
|
}, |
6110
|
|
|
|
|
|
|
'Asia/Irkutsk' => { |
6111
|
|
|
|
|
|
|
exemplarCity => q#ایرکوټس#, |
6112
|
|
|
|
|
|
|
}, |
6113
|
|
|
|
|
|
|
'Asia/Jakarta' => { |
6114
|
|
|
|
|
|
|
exemplarCity => q#جاکارټا#, |
6115
|
|
|
|
|
|
|
}, |
6116
|
|
|
|
|
|
|
'Asia/Jayapura' => { |
6117
|
|
|
|
|
|
|
exemplarCity => q#جاپورا#, |
6118
|
|
|
|
|
|
|
}, |
6119
|
|
|
|
|
|
|
'Asia/Jerusalem' => { |
6120
|
|
|
|
|
|
|
exemplarCity => q#یهودان#, |
6121
|
|
|
|
|
|
|
}, |
6122
|
|
|
|
|
|
|
'Asia/Kabul' => { |
6123
|
|
|
|
|
|
|
exemplarCity => q#کابل#, |
6124
|
|
|
|
|
|
|
}, |
6125
|
|
|
|
|
|
|
'Asia/Kamchatka' => { |
6126
|
|
|
|
|
|
|
exemplarCity => q#کامچاتکا#, |
6127
|
|
|
|
|
|
|
}, |
6128
|
|
|
|
|
|
|
'Asia/Karachi' => { |
6129
|
|
|
|
|
|
|
exemplarCity => q#کراچي#, |
6130
|
|
|
|
|
|
|
}, |
6131
|
|
|
|
|
|
|
'Asia/Katmandu' => { |
6132
|
|
|
|
|
|
|
exemplarCity => q#کټمنډو#, |
6133
|
|
|
|
|
|
|
}, |
6134
|
|
|
|
|
|
|
'Asia/Khandyga' => { |
6135
|
|
|
|
|
|
|
exemplarCity => q#خندګي#, |
6136
|
|
|
|
|
|
|
}, |
6137
|
|
|
|
|
|
|
'Asia/Krasnoyarsk' => { |
6138
|
|
|
|
|
|
|
exemplarCity => q#کریسایویارسک#, |
6139
|
|
|
|
|
|
|
}, |
6140
|
|
|
|
|
|
|
'Asia/Kuala_Lumpur' => { |
6141
|
|
|
|
|
|
|
exemplarCity => q#کولالمپور#, |
6142
|
|
|
|
|
|
|
}, |
6143
|
|
|
|
|
|
|
'Asia/Kuching' => { |
6144
|
|
|
|
|
|
|
exemplarCity => q#کوچيګ#, |
6145
|
|
|
|
|
|
|
}, |
6146
|
|
|
|
|
|
|
'Asia/Kuwait' => { |
6147
|
|
|
|
|
|
|
exemplarCity => q#کویټ#, |
6148
|
|
|
|
|
|
|
}, |
6149
|
|
|
|
|
|
|
'Asia/Macau' => { |
6150
|
|
|
|
|
|
|
exemplarCity => q#مکا#, |
6151
|
|
|
|
|
|
|
}, |
6152
|
|
|
|
|
|
|
'Asia/Magadan' => { |
6153
|
|
|
|
|
|
|
exemplarCity => q#مګدان#, |
6154
|
|
|
|
|
|
|
}, |
6155
|
|
|
|
|
|
|
'Asia/Makassar' => { |
6156
|
|
|
|
|
|
|
exemplarCity => q#مکاسار#, |
6157
|
|
|
|
|
|
|
}, |
6158
|
|
|
|
|
|
|
'Asia/Manila' => { |
6159
|
|
|
|
|
|
|
exemplarCity => q#منیلا#, |
6160
|
|
|
|
|
|
|
}, |
6161
|
|
|
|
|
|
|
'Asia/Muscat' => { |
6162
|
|
|
|
|
|
|
exemplarCity => q#مسکټ#, |
6163
|
|
|
|
|
|
|
}, |
6164
|
|
|
|
|
|
|
'Asia/Nicosia' => { |
6165
|
|
|
|
|
|
|
exemplarCity => q#نیکوسیا#, |
6166
|
|
|
|
|
|
|
}, |
6167
|
|
|
|
|
|
|
'Asia/Novokuznetsk' => { |
6168
|
|
|
|
|
|
|
exemplarCity => q#نووکوزنیټک#, |
6169
|
|
|
|
|
|
|
}, |
6170
|
|
|
|
|
|
|
'Asia/Novosibirsk' => { |
6171
|
|
|
|
|
|
|
exemplarCity => q#نووسوسبیرک#, |
6172
|
|
|
|
|
|
|
}, |
6173
|
|
|
|
|
|
|
'Asia/Omsk' => { |
6174
|
|
|
|
|
|
|
exemplarCity => q#اوک#, |
6175
|
|
|
|
|
|
|
}, |
6176
|
|
|
|
|
|
|
'Asia/Oral' => { |
6177
|
|
|
|
|
|
|
exemplarCity => q#اورل#, |
6178
|
|
|
|
|
|
|
}, |
6179
|
|
|
|
|
|
|
'Asia/Phnom_Penh' => { |
6180
|
|
|
|
|
|
|
exemplarCity => q#دوم قلم#, |
6181
|
|
|
|
|
|
|
}, |
6182
|
|
|
|
|
|
|
'Asia/Pontianak' => { |
6183
|
|
|
|
|
|
|
exemplarCity => q#پونټینیک#, |
6184
|
|
|
|
|
|
|
}, |
6185
|
|
|
|
|
|
|
'Asia/Pyongyang' => { |
6186
|
|
|
|
|
|
|
exemplarCity => q#پیونگګنګ#, |
6187
|
|
|
|
|
|
|
}, |
6188
|
|
|
|
|
|
|
'Asia/Qatar' => { |
6189
|
|
|
|
|
|
|
exemplarCity => q#قطر#, |
6190
|
|
|
|
|
|
|
}, |
6191
|
|
|
|
|
|
|
'Asia/Qyzylorda' => { |
6192
|
|
|
|
|
|
|
exemplarCity => q#قزیلیلرا#, |
6193
|
|
|
|
|
|
|
}, |
6194
|
|
|
|
|
|
|
'Asia/Rangoon' => { |
6195
|
|
|
|
|
|
|
exemplarCity => q#یانګون#, |
6196
|
|
|
|
|
|
|
}, |
6197
|
|
|
|
|
|
|
'Asia/Riyadh' => { |
6198
|
|
|
|
|
|
|
exemplarCity => q#رياض#, |
6199
|
|
|
|
|
|
|
}, |
6200
|
|
|
|
|
|
|
'Asia/Saigon' => { |
6201
|
|
|
|
|
|
|
exemplarCity => q#هو چي مينه#, |
6202
|
|
|
|
|
|
|
}, |
6203
|
|
|
|
|
|
|
'Asia/Sakhalin' => { |
6204
|
|
|
|
|
|
|
exemplarCity => q#سخنین#, |
6205
|
|
|
|
|
|
|
}, |
6206
|
|
|
|
|
|
|
'Asia/Samarkand' => { |
6207
|
|
|
|
|
|
|
exemplarCity => q#سمرقند#, |
6208
|
|
|
|
|
|
|
}, |
6209
|
|
|
|
|
|
|
'Asia/Seoul' => { |
6210
|
|
|
|
|
|
|
exemplarCity => q#سیول#, |
6211
|
|
|
|
|
|
|
}, |
6212
|
|
|
|
|
|
|
'Asia/Shanghai' => { |
6213
|
|
|
|
|
|
|
exemplarCity => q#شنگھائی#, |
6214
|
|
|
|
|
|
|
}, |
6215
|
|
|
|
|
|
|
'Asia/Singapore' => { |
6216
|
|
|
|
|
|
|
exemplarCity => q#سینګاپور#, |
6217
|
|
|
|
|
|
|
}, |
6218
|
|
|
|
|
|
|
'Asia/Srednekolymsk' => { |
6219
|
|
|
|
|
|
|
exemplarCity => q#سنینیکولوژیک#, |
6220
|
|
|
|
|
|
|
}, |
6221
|
|
|
|
|
|
|
'Asia/Taipei' => { |
6222
|
|
|
|
|
|
|
exemplarCity => q#تاپي#, |
6223
|
|
|
|
|
|
|
}, |
6224
|
|
|
|
|
|
|
'Asia/Tashkent' => { |
6225
|
|
|
|
|
|
|
exemplarCity => q#تاشکند#, |
6226
|
|
|
|
|
|
|
}, |
6227
|
|
|
|
|
|
|
'Asia/Tbilisi' => { |
6228
|
|
|
|
|
|
|
exemplarCity => q#تبلیسي#, |
6229
|
|
|
|
|
|
|
}, |
6230
|
|
|
|
|
|
|
'Asia/Tehran' => { |
6231
|
|
|
|
|
|
|
exemplarCity => q#تهران#, |
6232
|
|
|
|
|
|
|
}, |
6233
|
|
|
|
|
|
|
'Asia/Thimphu' => { |
6234
|
|
|
|
|
|
|
exemplarCity => q#تهيمفو#, |
6235
|
|
|
|
|
|
|
}, |
6236
|
|
|
|
|
|
|
'Asia/Tokyo' => { |
6237
|
|
|
|
|
|
|
exemplarCity => q#ټوکیو#, |
6238
|
|
|
|
|
|
|
}, |
6239
|
|
|
|
|
|
|
'Asia/Tomsk' => { |
6240
|
|
|
|
|
|
|
exemplarCity => q#توماس#, |
6241
|
|
|
|
|
|
|
}, |
6242
|
|
|
|
|
|
|
'Asia/Ulaanbaatar' => { |
6243
|
|
|
|
|
|
|
exemplarCity => q#اللانبیر#, |
6244
|
|
|
|
|
|
|
}, |
6245
|
|
|
|
|
|
|
'Asia/Urumqi' => { |
6246
|
|
|
|
|
|
|
exemplarCity => q#Urumqi#, |
6247
|
|
|
|
|
|
|
}, |
6248
|
|
|
|
|
|
|
'Asia/Ust-Nera' => { |
6249
|
|
|
|
|
|
|
exemplarCity => q#اوسترا#, |
6250
|
|
|
|
|
|
|
}, |
6251
|
|
|
|
|
|
|
'Asia/Vientiane' => { |
6252
|
|
|
|
|
|
|
exemplarCity => q#وینټینیا#, |
6253
|
|
|
|
|
|
|
}, |
6254
|
|
|
|
|
|
|
'Asia/Vladivostok' => { |
6255
|
|
|
|
|
|
|
exemplarCity => q#ولادیوستاک#, |
6256
|
|
|
|
|
|
|
}, |
6257
|
|
|
|
|
|
|
'Asia/Yakutsk' => { |
6258
|
|
|
|
|
|
|
exemplarCity => q#یااکټس#, |
6259
|
|
|
|
|
|
|
}, |
6260
|
|
|
|
|
|
|
'Asia/Yekaterinburg' => { |
6261
|
|
|
|
|
|
|
exemplarCity => q#یاراتینینګ برګ#, |
6262
|
|
|
|
|
|
|
}, |
6263
|
|
|
|
|
|
|
'Asia/Yerevan' => { |
6264
|
|
|
|
|
|
|
exemplarCity => q#ییران#, |
6265
|
|
|
|
|
|
|
}, |
6266
|
|
|
|
|
|
|
'Atlantic' => { |
6267
|
|
|
|
|
|
|
long => { |
6268
|
|
|
|
|
|
|
'daylight' => q#اتلانتیک د رڼا ورځې وخت#, |
6269
|
|
|
|
|
|
|
'generic' => q#اتلانتیک د وخت#, |
6270
|
|
|
|
|
|
|
'standard' => q#اتلانتیک معياري وخت#, |
6271
|
|
|
|
|
|
|
}, |
6272
|
|
|
|
|
|
|
}, |
6273
|
|
|
|
|
|
|
'Atlantic/Azores' => { |
6274
|
|
|
|
|
|
|
exemplarCity => q#Azores#, |
6275
|
|
|
|
|
|
|
}, |
6276
|
|
|
|
|
|
|
'Atlantic/Bermuda' => { |
6277
|
|
|
|
|
|
|
exemplarCity => q#برمودا#, |
6278
|
|
|
|
|
|
|
}, |
6279
|
|
|
|
|
|
|
'Atlantic/Canary' => { |
6280
|
|
|
|
|
|
|
exemplarCity => q#کیري#, |
6281
|
|
|
|
|
|
|
}, |
6282
|
|
|
|
|
|
|
'Atlantic/Cape_Verde' => { |
6283
|
|
|
|
|
|
|
exemplarCity => q#کېپ وردا#, |
6284
|
|
|
|
|
|
|
}, |
6285
|
|
|
|
|
|
|
'Atlantic/Faeroe' => { |
6286
|
|
|
|
|
|
|
exemplarCity => q#فارو#, |
6287
|
|
|
|
|
|
|
}, |
6288
|
|
|
|
|
|
|
'Atlantic/Madeira' => { |
6289
|
|
|
|
|
|
|
exemplarCity => q#مایررا#, |
6290
|
|
|
|
|
|
|
}, |
6291
|
|
|
|
|
|
|
'Atlantic/Reykjavik' => { |
6292
|
|
|
|
|
|
|
exemplarCity => q#ريکسجيک#, |
6293
|
|
|
|
|
|
|
}, |
6294
|
|
|
|
|
|
|
'Atlantic/South_Georgia' => { |
6295
|
|
|
|
|
|
|
exemplarCity => q#سویل جورجیا#, |
6296
|
|
|
|
|
|
|
}, |
6297
|
|
|
|
|
|
|
'Atlantic/St_Helena' => { |
6298
|
|
|
|
|
|
|
exemplarCity => q#سینټ هیلینا#, |
6299
|
|
|
|
|
|
|
}, |
6300
|
|
|
|
|
|
|
'Atlantic/Stanley' => { |
6301
|
|
|
|
|
|
|
exemplarCity => q#سټنلي#, |
6302
|
|
|
|
|
|
|
}, |
6303
|
|
|
|
|
|
|
'Australia/Adelaide' => { |
6304
|
|
|
|
|
|
|
exemplarCity => q#اډیلایډ#, |
6305
|
|
|
|
|
|
|
}, |
6306
|
|
|
|
|
|
|
'Australia/Brisbane' => { |
6307
|
|
|
|
|
|
|
exemplarCity => q#بریسبن#, |
6308
|
|
|
|
|
|
|
}, |
6309
|
|
|
|
|
|
|
'Australia/Broken_Hill' => { |
6310
|
|
|
|
|
|
|
exemplarCity => q#مات شوی هیل#, |
6311
|
|
|
|
|
|
|
}, |
6312
|
|
|
|
|
|
|
'Australia/Currie' => { |
6313
|
|
|
|
|
|
|
exemplarCity => q#کرري#, |
6314
|
|
|
|
|
|
|
}, |
6315
|
|
|
|
|
|
|
'Australia/Darwin' => { |
6316
|
|
|
|
|
|
|
exemplarCity => q#ډارون#, |
6317
|
|
|
|
|
|
|
}, |
6318
|
|
|
|
|
|
|
'Australia/Eucla' => { |
6319
|
|
|
|
|
|
|
exemplarCity => q#ایولیکا#, |
6320
|
|
|
|
|
|
|
}, |
6321
|
|
|
|
|
|
|
'Australia/Hobart' => { |
6322
|
|
|
|
|
|
|
exemplarCity => q#هوبارټ#, |
6323
|
|
|
|
|
|
|
}, |
6324
|
|
|
|
|
|
|
'Australia/Lindeman' => { |
6325
|
|
|
|
|
|
|
exemplarCity => q#لینډامین#, |
6326
|
|
|
|
|
|
|
}, |
6327
|
|
|
|
|
|
|
'Australia/Lord_Howe' => { |
6328
|
|
|
|
|
|
|
exemplarCity => q#رب هیله#, |
6329
|
|
|
|
|
|
|
}, |
6330
|
|
|
|
|
|
|
'Australia/Melbourne' => { |
6331
|
|
|
|
|
|
|
exemplarCity => q#میلبورن#, |
6332
|
|
|
|
|
|
|
}, |
6333
|
|
|
|
|
|
|
'Australia/Perth' => { |
6334
|
|
|
|
|
|
|
exemplarCity => q#پورت#, |
6335
|
|
|
|
|
|
|
}, |
6336
|
|
|
|
|
|
|
'Australia/Sydney' => { |
6337
|
|
|
|
|
|
|
exemplarCity => q#سډني#, |
6338
|
|
|
|
|
|
|
}, |
6339
|
|
|
|
|
|
|
'Australia_Central' => { |
6340
|
|
|
|
|
|
|
long => { |
6341
|
|
|
|
|
|
|
'daylight' => q#د آسټرالیا مرکزي مرکزی ورځ#, |
6342
|
|
|
|
|
|
|
'generic' => q#د مرکزي آسټر وخت#, |
6343
|
|
|
|
|
|
|
'standard' => q#د اسټرالیا مرکزي مرکزي معیار#, |
6344
|
|
|
|
|
|
|
}, |
6345
|
|
|
|
|
|
|
}, |
6346
|
|
|
|
|
|
|
'Australia_CentralWestern' => { |
6347
|
|
|
|
|
|
|
long => { |
6348
|
|
|
|
|
|
|
'daylight' => q#د آسټرالیا مرکزي مرکزی لویدیځ د وخت وخت#, |
6349
|
|
|
|
|
|
|
'generic' => q#د آسټرالیا مرکزی لویدیځ وخت#, |
6350
|
|
|
|
|
|
|
'standard' => q#د آسټرالیا مرکزي لویدیځ معیاري وخت#, |
6351
|
|
|
|
|
|
|
}, |
6352
|
|
|
|
|
|
|
}, |
6353
|
|
|
|
|
|
|
'Australia_Eastern' => { |
6354
|
|
|
|
|
|
|
long => { |
6355
|
|
|
|
|
|
|
'daylight' => q#د اسټرالیا ختیځ ختیځ ورځی وخت#, |
6356
|
|
|
|
|
|
|
'generic' => q#د ختیځ آسټر وخت#, |
6357
|
|
|
|
|
|
|
'standard' => q#د آسټرالیا ختیځ معیاري وخت#, |
6358
|
|
|
|
|
|
|
}, |
6359
|
|
|
|
|
|
|
}, |
6360
|
|
|
|
|
|
|
'Australia_Western' => { |
6361
|
|
|
|
|
|
|
long => { |
6362
|
|
|
|
|
|
|
'daylight' => q#د اسټرالیا لویدیځ د ورځې وخت#, |
6363
|
|
|
|
|
|
|
'generic' => q#د لویدیځ آسټرالیا وخت#, |
6364
|
|
|
|
|
|
|
'standard' => q#د اسټرالیا لویدیز معیار#, |
6365
|
|
|
|
|
|
|
}, |
6366
|
|
|
|
|
|
|
}, |
6367
|
|
|
|
|
|
|
'Azerbaijan' => { |
6368
|
|
|
|
|
|
|
long => { |
6369
|
|
|
|
|
|
|
'daylight' => q#د اذرباییجان سمر وخت#, |
6370
|
|
|
|
|
|
|
'generic' => q#د آذربايجان وخت#, |
6371
|
|
|
|
|
|
|
'standard' => q#آذربايجان معياري وخت#, |
6372
|
|
|
|
|
|
|
}, |
6373
|
|
|
|
|
|
|
}, |
6374
|
|
|
|
|
|
|
'Azores' => { |
6375
|
|
|
|
|
|
|
long => { |
6376
|
|
|
|
|
|
|
'daylight' => q#Azores سمر وخت#, |
6377
|
|
|
|
|
|
|
'generic' => q#Azores Time#, |
6378
|
|
|
|
|
|
|
'standard' => q#Azores معياري وخت#, |
6379
|
|
|
|
|
|
|
}, |
6380
|
|
|
|
|
|
|
}, |
6381
|
|
|
|
|
|
|
'Bangladesh' => { |
6382
|
|
|
|
|
|
|
long => { |
6383
|
|
|
|
|
|
|
'daylight' => q#د بنگله دیش د سمر وخت#, |
6384
|
|
|
|
|
|
|
'generic' => q#بنگله دېش وخت#, |
6385
|
|
|
|
|
|
|
'standard' => q#د بنګلادیش معیاري وخت#, |
6386
|
|
|
|
|
|
|
}, |
6387
|
|
|
|
|
|
|
}, |
6388
|
|
|
|
|
|
|
'Bhutan' => { |
6389
|
|
|
|
|
|
|
long => { |
6390
|
|
|
|
|
|
|
'standard' => q#د بوتان وخت#, |
6391
|
|
|
|
|
|
|
}, |
6392
|
|
|
|
|
|
|
}, |
6393
|
|
|
|
|
|
|
'Bolivia' => { |
6394
|
|
|
|
|
|
|
long => { |
6395
|
|
|
|
|
|
|
'standard' => q#بولیویا وخت#, |
6396
|
|
|
|
|
|
|
}, |
6397
|
|
|
|
|
|
|
}, |
6398
|
|
|
|
|
|
|
'Brasilia' => { |
6399
|
|
|
|
|
|
|
long => { |
6400
|
|
|
|
|
|
|
'daylight' => q#برسلیا اوړي وخت#, |
6401
|
|
|
|
|
|
|
'generic' => q#برسلیا وخت#, |
6402
|
|
|
|
|
|
|
'standard' => q#برسلیا معیاری وخت#, |
6403
|
|
|
|
|
|
|
}, |
6404
|
|
|
|
|
|
|
}, |
6405
|
|
|
|
|
|
|
'Brunei' => { |
6406
|
|
|
|
|
|
|
long => { |
6407
|
|
|
|
|
|
|
'standard' => q#د بروني درسلام وخت#, |
6408
|
|
|
|
|
|
|
}, |
6409
|
|
|
|
|
|
|
}, |
6410
|
|
|
|
|
|
|
'Cape_Verde' => { |
6411
|
|
|
|
|
|
|
long => { |
6412
|
|
|
|
|
|
|
'daylight' => q#کیپ وردډ سمر وخت#, |
6413
|
|
|
|
|
|
|
'generic' => q#کیپ وردډ وخت#, |
6414
|
|
|
|
|
|
|
'standard' => q#کیپ وردډ معياري وخت#, |
6415
|
|
|
|
|
|
|
}, |
6416
|
|
|
|
|
|
|
}, |
6417
|
|
|
|
|
|
|
'Chamorro' => { |
6418
|
|
|
|
|
|
|
long => { |
6419
|
|
|
|
|
|
|
'standard' => q#چمارو معياري وخت#, |
6420
|
|
|
|
|
|
|
}, |
6421
|
|
|
|
|
|
|
}, |
6422
|
|
|
|
|
|
|
'Chatham' => { |
6423
|
|
|
|
|
|
|
long => { |
6424
|
|
|
|
|
|
|
'daylight' => q#د چتام ورځی وخت#, |
6425
|
|
|
|
|
|
|
'generic' => q#چامام وخت#, |
6426
|
|
|
|
|
|
|
'standard' => q#د چمتم معياري وخت#, |
6427
|
|
|
|
|
|
|
}, |
6428
|
|
|
|
|
|
|
}, |
6429
|
|
|
|
|
|
|
'Chile' => { |
6430
|
|
|
|
|
|
|
long => { |
6431
|
|
|
|
|
|
|
'daylight' => q#چلی اوړي وخت#, |
6432
|
|
|
|
|
|
|
'generic' => q#چلی وخت#, |
6433
|
|
|
|
|
|
|
'standard' => q#چلی معیاری وخت#, |
6434
|
|
|
|
|
|
|
}, |
6435
|
|
|
|
|
|
|
}, |
6436
|
|
|
|
|
|
|
'China' => { |
6437
|
|
|
|
|
|
|
long => { |
6438
|
|
|
|
|
|
|
'daylight' => q#د چين د رڼا ورځې وخت#, |
6439
|
|
|
|
|
|
|
'generic' => q#چين وخت#, |
6440
|
|
|
|
|
|
|
'standard' => q#چین معیاري وخت#, |
6441
|
|
|
|
|
|
|
}, |
6442
|
|
|
|
|
|
|
}, |
6443
|
|
|
|
|
|
|
'Choibalsan' => { |
6444
|
|
|
|
|
|
|
long => { |
6445
|
|
|
|
|
|
|
'daylight' => q#چوئیبیلسن اوړي وخت#, |
6446
|
|
|
|
|
|
|
'generic' => q#چوئیبیلسن وخت#, |
6447
|
|
|
|
|
|
|
'standard' => q#چوئیبیلسن معیاری وخت#, |
6448
|
|
|
|
|
|
|
}, |
6449
|
|
|
|
|
|
|
}, |
6450
|
|
|
|
|
|
|
'Christmas' => { |
6451
|
|
|
|
|
|
|
long => { |
6452
|
|
|
|
|
|
|
'standard' => q#د کریسټ ټاپو وخت#, |
6453
|
|
|
|
|
|
|
}, |
6454
|
|
|
|
|
|
|
}, |
6455
|
|
|
|
|
|
|
'Cocos' => { |
6456
|
|
|
|
|
|
|
long => { |
6457
|
|
|
|
|
|
|
'standard' => q#د کوکوز ټاپوز وخت#, |
6458
|
|
|
|
|
|
|
}, |
6459
|
|
|
|
|
|
|
}, |
6460
|
|
|
|
|
|
|
'Colombia' => { |
6461
|
|
|
|
|
|
|
long => { |
6462
|
|
|
|
|
|
|
'daylight' => q#کولمبیا اوړي وخت#, |
6463
|
|
|
|
|
|
|
'generic' => q#کولمبیا وخت#, |
6464
|
|
|
|
|
|
|
'standard' => q#کولمبیا معیاری وخت#, |
6465
|
|
|
|
|
|
|
}, |
6466
|
|
|
|
|
|
|
}, |
6467
|
|
|
|
|
|
|
'Cook' => { |
6468
|
|
|
|
|
|
|
long => { |
6469
|
|
|
|
|
|
|
'daylight' => q#د کوک ټاپو نیمه سمر وخت#, |
6470
|
|
|
|
|
|
|
'generic' => q#د کوک ټاپوز وخت#, |
6471
|
|
|
|
|
|
|
'standard' => q#د کوک ټاپوز معياري وخت#, |
6472
|
|
|
|
|
|
|
}, |
6473
|
|
|
|
|
|
|
}, |
6474
|
|
|
|
|
|
|
'Cuba' => { |
6475
|
|
|
|
|
|
|
long => { |
6476
|
|
|
|
|
|
|
'daylight' => q#کیوبا د رڼا ورځې وخت#, |
6477
|
|
|
|
|
|
|
'generic' => q#کیوبا د وخت#, |
6478
|
|
|
|
|
|
|
'standard' => q#کیوبا معياري وخت#, |
6479
|
|
|
|
|
|
|
}, |
6480
|
|
|
|
|
|
|
}, |
6481
|
|
|
|
|
|
|
'Davis' => { |
6482
|
|
|
|
|
|
|
long => { |
6483
|
|
|
|
|
|
|
'standard' => q#دیوس وخت#, |
6484
|
|
|
|
|
|
|
}, |
6485
|
|
|
|
|
|
|
}, |
6486
|
|
|
|
|
|
|
'DumontDUrville' => { |
6487
|
|
|
|
|
|
|
long => { |
6488
|
|
|
|
|
|
|
'standard' => q#ډومونټ-ډیریلوی وخت#, |
6489
|
|
|
|
|
|
|
}, |
6490
|
|
|
|
|
|
|
}, |
6491
|
|
|
|
|
|
|
'East_Timor' => { |
6492
|
|
|
|
|
|
|
long => { |
6493
|
|
|
|
|
|
|
'standard' => q#ختیځ ختیځ تیمور وخت#, |
6494
|
|
|
|
|
|
|
}, |
6495
|
|
|
|
|
|
|
}, |
6496
|
|
|
|
|
|
|
'Easter' => { |
6497
|
|
|
|
|
|
|
long => { |
6498
|
|
|
|
|
|
|
'daylight' => q#ايستر ټاپو اوړي وخت#, |
6499
|
|
|
|
|
|
|
'generic' => q#ايستر ټاپو وخت#, |
6500
|
|
|
|
|
|
|
'standard' => q#ايستر ټاپو معياري وخت#, |
6501
|
|
|
|
|
|
|
}, |
6502
|
|
|
|
|
|
|
}, |
6503
|
|
|
|
|
|
|
'Ecuador' => { |
6504
|
|
|
|
|
|
|
long => { |
6505
|
|
|
|
|
|
|
'standard' => q#د اکوادور وخت#, |
6506
|
|
|
|
|
|
|
}, |
6507
|
|
|
|
|
|
|
}, |
6508
|
|
|
|
|
|
|
'Etc/UTC' => { |
6509
|
|
|
|
|
|
|
long => { |
6510
|
|
|
|
|
|
|
'standard' => q#همغږۍ نړیواله موده#, |
6511
|
|
|
|
|
|
|
}, |
6512
|
|
|
|
|
|
|
}, |
6513
|
|
|
|
|
|
|
'Etc/Unknown' => { |
6514
|
|
|
|
|
|
|
exemplarCity => q#نامعلوم ښار#, |
6515
|
|
|
|
|
|
|
}, |
6516
|
|
|
|
|
|
|
'Europe/Amsterdam' => { |
6517
|
|
|
|
|
|
|
exemplarCity => q#امستردام#, |
6518
|
|
|
|
|
|
|
}, |
6519
|
|
|
|
|
|
|
'Europe/Andorra' => { |
6520
|
|
|
|
|
|
|
exemplarCity => q#اندورا#, |
6521
|
|
|
|
|
|
|
}, |
6522
|
|
|
|
|
|
|
'Europe/Astrakhan' => { |
6523
|
|
|
|
|
|
|
exemplarCity => q#آسترخان#, |
6524
|
|
|
|
|
|
|
}, |
6525
|
|
|
|
|
|
|
'Europe/Athens' => { |
6526
|
|
|
|
|
|
|
exemplarCity => q#ایترین#, |
6527
|
|
|
|
|
|
|
}, |
6528
|
|
|
|
|
|
|
'Europe/Belgrade' => { |
6529
|
|
|
|
|
|
|
exemplarCity => q#بلغاد#, |
6530
|
|
|
|
|
|
|
}, |
6531
|
|
|
|
|
|
|
'Europe/Berlin' => { |
6532
|
|
|
|
|
|
|
exemplarCity => q#برلین#, |
6533
|
|
|
|
|
|
|
}, |
6534
|
|
|
|
|
|
|
'Europe/Bratislava' => { |
6535
|
|
|
|
|
|
|
exemplarCity => q#براتسکوا#, |
6536
|
|
|
|
|
|
|
}, |
6537
|
|
|
|
|
|
|
'Europe/Brussels' => { |
6538
|
|
|
|
|
|
|
exemplarCity => q#بروسلز#, |
6539
|
|
|
|
|
|
|
}, |
6540
|
|
|
|
|
|
|
'Europe/Bucharest' => { |
6541
|
|
|
|
|
|
|
exemplarCity => q#بخارست#, |
6542
|
|
|
|
|
|
|
}, |
6543
|
|
|
|
|
|
|
'Europe/Budapest' => { |
6544
|
|
|
|
|
|
|
exemplarCity => q#بوډاپیس#, |
6545
|
|
|
|
|
|
|
}, |
6546
|
|
|
|
|
|
|
'Europe/Busingen' => { |
6547
|
|
|
|
|
|
|
exemplarCity => q#بسینګین#, |
6548
|
|
|
|
|
|
|
}, |
6549
|
|
|
|
|
|
|
'Europe/Chisinau' => { |
6550
|
|
|
|
|
|
|
exemplarCity => q#چیسینو#, |
6551
|
|
|
|
|
|
|
}, |
6552
|
|
|
|
|
|
|
'Europe/Copenhagen' => { |
6553
|
|
|
|
|
|
|
exemplarCity => q#کوپینګنګ#, |
6554
|
|
|
|
|
|
|
}, |
6555
|
|
|
|
|
|
|
'Europe/Dublin' => { |
6556
|
|
|
|
|
|
|
exemplarCity => q#ډوبلین#, |
6557
|
|
|
|
|
|
|
long => { |
6558
|
|
|
|
|
|
|
'daylight' => q#ایراني معیاري وخ#, |
6559
|
|
|
|
|
|
|
}, |
6560
|
|
|
|
|
|
|
}, |
6561
|
|
|
|
|
|
|
'Europe/Gibraltar' => { |
6562
|
|
|
|
|
|
|
exemplarCity => q#جبل الطارق#, |
6563
|
|
|
|
|
|
|
}, |
6564
|
|
|
|
|
|
|
'Europe/Guernsey' => { |
6565
|
|
|
|
|
|
|
exemplarCity => q#ګرنسي#, |
6566
|
|
|
|
|
|
|
}, |
6567
|
|
|
|
|
|
|
'Europe/Helsinki' => { |
6568
|
|
|
|
|
|
|
exemplarCity => q#هیلسنکی#, |
6569
|
|
|
|
|
|
|
}, |
6570
|
|
|
|
|
|
|
'Europe/Isle_of_Man' => { |
6571
|
|
|
|
|
|
|
exemplarCity => q#د آئل آف مین#, |
6572
|
|
|
|
|
|
|
}, |
6573
|
|
|
|
|
|
|
'Europe/Istanbul' => { |
6574
|
|
|
|
|
|
|
exemplarCity => q#استانبول#, |
6575
|
|
|
|
|
|
|
}, |
6576
|
|
|
|
|
|
|
'Europe/Jersey' => { |
6577
|
|
|
|
|
|
|
exemplarCity => q#جرسی#, |
6578
|
|
|
|
|
|
|
}, |
6579
|
|
|
|
|
|
|
'Europe/Kaliningrad' => { |
6580
|
|
|
|
|
|
|
exemplarCity => q#کیليینګراډر#, |
6581
|
|
|
|
|
|
|
}, |
6582
|
|
|
|
|
|
|
'Europe/Kiev' => { |
6583
|
|
|
|
|
|
|
exemplarCity => q#کیو#, |
6584
|
|
|
|
|
|
|
}, |
6585
|
|
|
|
|
|
|
'Europe/Kirov' => { |
6586
|
|
|
|
|
|
|
exemplarCity => q#کیروف#, |
6587
|
|
|
|
|
|
|
}, |
6588
|
|
|
|
|
|
|
'Europe/Lisbon' => { |
6589
|
|
|
|
|
|
|
exemplarCity => q#لیسبون#, |
6590
|
|
|
|
|
|
|
}, |
6591
|
|
|
|
|
|
|
'Europe/Ljubljana' => { |
6592
|
|
|
|
|
|
|
exemplarCity => q#لوججانا#, |
6593
|
|
|
|
|
|
|
}, |
6594
|
|
|
|
|
|
|
'Europe/London' => { |
6595
|
|
|
|
|
|
|
exemplarCity => q#لندن#, |
6596
|
|
|
|
|
|
|
long => { |
6597
|
|
|
|
|
|
|
'daylight' => q#د انګلستان سمر وخت#, |
6598
|
|
|
|
|
|
|
}, |
6599
|
|
|
|
|
|
|
}, |
6600
|
|
|
|
|
|
|
'Europe/Luxembourg' => { |
6601
|
|
|
|
|
|
|
exemplarCity => q#لوګزامبورګ#, |
6602
|
|
|
|
|
|
|
}, |
6603
|
|
|
|
|
|
|
'Europe/Madrid' => { |
6604
|
|
|
|
|
|
|
exemplarCity => q#میډریډ#, |
6605
|
|
|
|
|
|
|
}, |
6606
|
|
|
|
|
|
|
'Europe/Malta' => { |
6607
|
|
|
|
|
|
|
exemplarCity => q#مالتا#, |
6608
|
|
|
|
|
|
|
}, |
6609
|
|
|
|
|
|
|
'Europe/Mariehamn' => { |
6610
|
|
|
|
|
|
|
exemplarCity => q#ماریاهمین#, |
6611
|
|
|
|
|
|
|
}, |
6612
|
|
|
|
|
|
|
'Europe/Minsk' => { |
6613
|
|
|
|
|
|
|
exemplarCity => q#منسک#, |
6614
|
|
|
|
|
|
|
}, |
6615
|
|
|
|
|
|
|
'Europe/Monaco' => { |
6616
|
|
|
|
|
|
|
exemplarCity => q#موناکو#, |
6617
|
|
|
|
|
|
|
}, |
6618
|
|
|
|
|
|
|
'Europe/Moscow' => { |
6619
|
|
|
|
|
|
|
exemplarCity => q#ماسکو#, |
6620
|
|
|
|
|
|
|
}, |
6621
|
|
|
|
|
|
|
'Europe/Oslo' => { |
6622
|
|
|
|
|
|
|
exemplarCity => q#اوسلو#, |
6623
|
|
|
|
|
|
|
}, |
6624
|
|
|
|
|
|
|
'Europe/Paris' => { |
6625
|
|
|
|
|
|
|
exemplarCity => q#پاریس#, |
6626
|
|
|
|
|
|
|
}, |
6627
|
|
|
|
|
|
|
'Europe/Podgorica' => { |
6628
|
|
|
|
|
|
|
exemplarCity => q#پوډورګویکا#, |
6629
|
|
|
|
|
|
|
}, |
6630
|
|
|
|
|
|
|
'Europe/Prague' => { |
6631
|
|
|
|
|
|
|
exemplarCity => q#پراګ#, |
6632
|
|
|
|
|
|
|
}, |
6633
|
|
|
|
|
|
|
'Europe/Riga' => { |
6634
|
|
|
|
|
|
|
exemplarCity => q#ریګ#, |
6635
|
|
|
|
|
|
|
}, |
6636
|
|
|
|
|
|
|
'Europe/Rome' => { |
6637
|
|
|
|
|
|
|
exemplarCity => q#روم#, |
6638
|
|
|
|
|
|
|
}, |
6639
|
|
|
|
|
|
|
'Europe/Samara' => { |
6640
|
|
|
|
|
|
|
exemplarCity => q#سمارا#, |
6641
|
|
|
|
|
|
|
}, |
6642
|
|
|
|
|
|
|
'Europe/San_Marino' => { |
6643
|
|
|
|
|
|
|
exemplarCity => q#سان مارینو#, |
6644
|
|
|
|
|
|
|
}, |
6645
|
|
|
|
|
|
|
'Europe/Sarajevo' => { |
6646
|
|
|
|
|
|
|
exemplarCity => q#سرجیو#, |
6647
|
|
|
|
|
|
|
}, |
6648
|
|
|
|
|
|
|
'Europe/Saratov' => { |
6649
|
|
|
|
|
|
|
exemplarCity => q#سراتف#, |
6650
|
|
|
|
|
|
|
}, |
6651
|
|
|
|
|
|
|
'Europe/Simferopol' => { |
6652
|
|
|
|
|
|
|
exemplarCity => q#سیمفروپول#, |
6653
|
|
|
|
|
|
|
}, |
6654
|
|
|
|
|
|
|
'Europe/Skopje' => { |
6655
|
|
|
|
|
|
|
exemplarCity => q#سکپوګ#, |
6656
|
|
|
|
|
|
|
}, |
6657
|
|
|
|
|
|
|
'Europe/Sofia' => { |
6658
|
|
|
|
|
|
|
exemplarCity => q#صوفیا#, |
6659
|
|
|
|
|
|
|
}, |
6660
|
|
|
|
|
|
|
'Europe/Stockholm' => { |
6661
|
|
|
|
|
|
|
exemplarCity => q#استولوم#, |
6662
|
|
|
|
|
|
|
}, |
6663
|
|
|
|
|
|
|
'Europe/Tallinn' => { |
6664
|
|
|
|
|
|
|
exemplarCity => q#تالين#, |
6665
|
|
|
|
|
|
|
}, |
6666
|
|
|
|
|
|
|
'Europe/Tirane' => { |
6667
|
|
|
|
|
|
|
exemplarCity => q#Tirane#, |
6668
|
|
|
|
|
|
|
}, |
6669
|
|
|
|
|
|
|
'Europe/Ulyanovsk' => { |
6670
|
|
|
|
|
|
|
exemplarCity => q#ایلیانوفس#, |
6671
|
|
|
|
|
|
|
}, |
6672
|
|
|
|
|
|
|
'Europe/Uzhgorod' => { |
6673
|
|
|
|
|
|
|
exemplarCity => q#یوژورډ#, |
6674
|
|
|
|
|
|
|
}, |
6675
|
|
|
|
|
|
|
'Europe/Vaduz' => { |
6676
|
|
|
|
|
|
|
exemplarCity => q#وادز#, |
6677
|
|
|
|
|
|
|
}, |
6678
|
|
|
|
|
|
|
'Europe/Vatican' => { |
6679
|
|
|
|
|
|
|
exemplarCity => q#ویټیکان#, |
6680
|
|
|
|
|
|
|
}, |
6681
|
|
|
|
|
|
|
'Europe/Vienna' => { |
6682
|
|
|
|
|
|
|
exemplarCity => q#ویانا#, |
6683
|
|
|
|
|
|
|
}, |
6684
|
|
|
|
|
|
|
'Europe/Vilnius' => { |
6685
|
|
|
|
|
|
|
exemplarCity => q#ویلیونس#, |
6686
|
|
|
|
|
|
|
}, |
6687
|
|
|
|
|
|
|
'Europe/Volgograd' => { |
6688
|
|
|
|
|
|
|
exemplarCity => q#والګراډر#, |
6689
|
|
|
|
|
|
|
}, |
6690
|
|
|
|
|
|
|
'Europe/Warsaw' => { |
6691
|
|
|
|
|
|
|
exemplarCity => q#وارسا#, |
6692
|
|
|
|
|
|
|
}, |
6693
|
|
|
|
|
|
|
'Europe/Zagreb' => { |
6694
|
|
|
|
|
|
|
exemplarCity => q#زګرب#, |
6695
|
|
|
|
|
|
|
}, |
6696
|
|
|
|
|
|
|
'Europe/Zaporozhye' => { |
6697
|
|
|
|
|
|
|
exemplarCity => q#زاپوروژی#, |
6698
|
|
|
|
|
|
|
}, |
6699
|
|
|
|
|
|
|
'Europe/Zurich' => { |
6700
|
|
|
|
|
|
|
exemplarCity => q#زریچ#, |
6701
|
|
|
|
|
|
|
}, |
6702
|
|
|
|
|
|
|
'Europe_Central' => { |
6703
|
|
|
|
|
|
|
long => { |
6704
|
|
|
|
|
|
|
'daylight' => q#وسطي اروپايي د اوړي وخت#, |
6705
|
|
|
|
|
|
|
'generic' => q#منځنۍ اروپا وخت#, |
6706
|
|
|
|
|
|
|
'standard' => q#د مرکزي اروپا معیاري وخت#, |
6707
|
|
|
|
|
|
|
}, |
6708
|
|
|
|
|
|
|
}, |
6709
|
|
|
|
|
|
|
'Europe_Eastern' => { |
6710
|
|
|
|
|
|
|
long => { |
6711
|
|
|
|
|
|
|
'daylight' => q#Eastern European Summer Time#, |
6712
|
|
|
|
|
|
|
'generic' => q#Eastern European Time#, |
6713
|
|
|
|
|
|
|
'standard' => q#Eastern European Standard Time#, |
6714
|
|
|
|
|
|
|
}, |
6715
|
|
|
|
|
|
|
}, |
6716
|
|
|
|
|
|
|
'Europe_Further_Eastern' => { |
6717
|
|
|
|
|
|
|
long => { |
6718
|
|
|
|
|
|
|
'standard' => q#نور ختیځ ختیځ اروپا وخت#, |
6719
|
|
|
|
|
|
|
}, |
6720
|
|
|
|
|
|
|
}, |
6721
|
|
|
|
|
|
|
'Europe_Western' => { |
6722
|
|
|
|
|
|
|
long => { |
6723
|
|
|
|
|
|
|
'daylight' => q#د لودیځې اورپا د اوړي وخت#, |
6724
|
|
|
|
|
|
|
'generic' => q#لوېديزې اروپا وخت#, |
6725
|
|
|
|
|
|
|
'standard' => q#د لودیځې اروپا معیاري وخت#, |
6726
|
|
|
|
|
|
|
}, |
6727
|
|
|
|
|
|
|
}, |
6728
|
|
|
|
|
|
|
'Falkland' => { |
6729
|
|
|
|
|
|
|
long => { |
6730
|
|
|
|
|
|
|
'daylight' => q#د فوکلنډ ټاپو اوړي وخت#, |
6731
|
|
|
|
|
|
|
'generic' => q#د فوکلنډ ټاپو وخت#, |
6732
|
|
|
|
|
|
|
'standard' => q#د فوکلنډ ټاپو معیاری وخت#, |
6733
|
|
|
|
|
|
|
}, |
6734
|
|
|
|
|
|
|
}, |
6735
|
|
|
|
|
|
|
'Fiji' => { |
6736
|
|
|
|
|
|
|
long => { |
6737
|
|
|
|
|
|
|
'daylight' => q#د فجی سمر وخت#, |
6738
|
|
|
|
|
|
|
'generic' => q#فجی وخت#, |
6739
|
|
|
|
|
|
|
'standard' => q#د فجی معياري وخت#, |
6740
|
|
|
|
|
|
|
}, |
6741
|
|
|
|
|
|
|
}, |
6742
|
|
|
|
|
|
|
'French_Guiana' => { |
6743
|
|
|
|
|
|
|
long => { |
6744
|
|
|
|
|
|
|
'standard' => q#د فرانسوي ګانا وخت#, |
6745
|
|
|
|
|
|
|
}, |
6746
|
|
|
|
|
|
|
}, |
6747
|
|
|
|
|
|
|
'French_Southern' => { |
6748
|
|
|
|
|
|
|
long => { |
6749
|
|
|
|
|
|
|
'standard' => q#د فرانسې سویل او انټارټيک وخت#, |
6750
|
|
|
|
|
|
|
}, |
6751
|
|
|
|
|
|
|
}, |
6752
|
|
|
|
|
|
|
'GMT' => { |
6753
|
|
|
|
|
|
|
long => { |
6754
|
|
|
|
|
|
|
'standard' => q#گرينويچ وخت#, |
6755
|
|
|
|
|
|
|
}, |
6756
|
|
|
|
|
|
|
}, |
6757
|
|
|
|
|
|
|
'Galapagos' => { |
6758
|
|
|
|
|
|
|
long => { |
6759
|
|
|
|
|
|
|
'standard' => q#ګالپګوس وخت#, |
6760
|
|
|
|
|
|
|
}, |
6761
|
|
|
|
|
|
|
}, |
6762
|
|
|
|
|
|
|
'Gambier' => { |
6763
|
|
|
|
|
|
|
long => { |
6764
|
|
|
|
|
|
|
'standard' => q#د ګیمبریر وخت#, |
6765
|
|
|
|
|
|
|
}, |
6766
|
|
|
|
|
|
|
}, |
6767
|
|
|
|
|
|
|
'Georgia' => { |
6768
|
|
|
|
|
|
|
long => { |
6769
|
|
|
|
|
|
|
'daylight' => q#د جورجيا د اوړي وخت#, |
6770
|
|
|
|
|
|
|
'generic' => q#جورجیا وخت#, |
6771
|
|
|
|
|
|
|
'standard' => q#جورجیا معیاري وخت#, |
6772
|
|
|
|
|
|
|
}, |
6773
|
|
|
|
|
|
|
}, |
6774
|
|
|
|
|
|
|
'Gilbert_Islands' => { |
6775
|
|
|
|
|
|
|
long => { |
6776
|
|
|
|
|
|
|
'standard' => q#د ګیلبرټ جزیره وخت#, |
6777
|
|
|
|
|
|
|
}, |
6778
|
|
|
|
|
|
|
}, |
6779
|
|
|
|
|
|
|
'Greenland_Eastern' => { |
6780
|
|
|
|
|
|
|
long => { |
6781
|
|
|
|
|
|
|
'daylight' => q#د ختیځ ګرینلینډ اوړي وخت#, |
6782
|
|
|
|
|
|
|
'generic' => q#د ختیځ ګرینلینډ وخت#, |
6783
|
|
|
|
|
|
|
'standard' => q#د ختیځ ګرینلینډ معياري وخت#, |
6784
|
|
|
|
|
|
|
}, |
6785
|
|
|
|
|
|
|
}, |
6786
|
|
|
|
|
|
|
'Greenland_Western' => { |
6787
|
|
|
|
|
|
|
long => { |
6788
|
|
|
|
|
|
|
'daylight' => q#لویدیځ ګرینلینډ اوړي وخت#, |
6789
|
|
|
|
|
|
|
'generic' => q#لویدیځ ګرینلینډ وخت#, |
6790
|
|
|
|
|
|
|
'standard' => q#لویدیځ ګرینلینډ معياري وخت#, |
6791
|
|
|
|
|
|
|
}, |
6792
|
|
|
|
|
|
|
}, |
6793
|
|
|
|
|
|
|
'Gulf' => { |
6794
|
|
|
|
|
|
|
long => { |
6795
|
|
|
|
|
|
|
'standard' => q#د خلیج معياري وخت#, |
6796
|
|
|
|
|
|
|
}, |
6797
|
|
|
|
|
|
|
}, |
6798
|
|
|
|
|
|
|
'Guyana' => { |
6799
|
|
|
|
|
|
|
long => { |
6800
|
|
|
|
|
|
|
'standard' => q#د ګوانانا وخت#, |
6801
|
|
|
|
|
|
|
}, |
6802
|
|
|
|
|
|
|
}, |
6803
|
|
|
|
|
|
|
'Hawaii_Aleutian' => { |
6804
|
|
|
|
|
|
|
long => { |
6805
|
|
|
|
|
|
|
'daylight' => q#هوایی الیوتین رڼا ورځې وخت#, |
6806
|
|
|
|
|
|
|
'generic' => q#هوایی الیوتین وخت#, |
6807
|
|
|
|
|
|
|
'standard' => q#هوایی الیوتین معیاری وخت#, |
6808
|
|
|
|
|
|
|
}, |
6809
|
|
|
|
|
|
|
}, |
6810
|
|
|
|
|
|
|
'Hong_Kong' => { |
6811
|
|
|
|
|
|
|
long => { |
6812
|
|
|
|
|
|
|
'daylight' => q#د هانګ کانګ اوړي وخت#, |
6813
|
|
|
|
|
|
|
'generic' => q#د هانګ کانګ د وخت#, |
6814
|
|
|
|
|
|
|
'standard' => q#د هانګ کانګ معياري وخت#, |
6815
|
|
|
|
|
|
|
}, |
6816
|
|
|
|
|
|
|
}, |
6817
|
|
|
|
|
|
|
'Hovd' => { |
6818
|
|
|
|
|
|
|
long => { |
6819
|
|
|
|
|
|
|
'daylight' => q#هاوډ اوړي وخت#, |
6820
|
|
|
|
|
|
|
'generic' => q#هاوډ وخت#, |
6821
|
|
|
|
|
|
|
'standard' => q#هاوډ معیاری وخت#, |
6822
|
|
|
|
|
|
|
}, |
6823
|
|
|
|
|
|
|
}, |
6824
|
|
|
|
|
|
|
'India' => { |
6825
|
|
|
|
|
|
|
long => { |
6826
|
|
|
|
|
|
|
'standard' => q#د هند معیاري وخت#, |
6827
|
|
|
|
|
|
|
}, |
6828
|
|
|
|
|
|
|
}, |
6829
|
|
|
|
|
|
|
'Indian/Antananarivo' => { |
6830
|
|
|
|
|
|
|
exemplarCity => q#انتوننارو#, |
6831
|
|
|
|
|
|
|
}, |
6832
|
|
|
|
|
|
|
'Indian/Chagos' => { |
6833
|
|
|
|
|
|
|
exemplarCity => q#چارګوس#, |
6834
|
|
|
|
|
|
|
}, |
6835
|
|
|
|
|
|
|
'Indian/Christmas' => { |
6836
|
|
|
|
|
|
|
exemplarCity => q#کریمیس#, |
6837
|
|
|
|
|
|
|
}, |
6838
|
|
|
|
|
|
|
'Indian/Cocos' => { |
6839
|
|
|
|
|
|
|
exemplarCity => q#کوکوس#, |
6840
|
|
|
|
|
|
|
}, |
6841
|
|
|
|
|
|
|
'Indian/Comoro' => { |
6842
|
|
|
|
|
|
|
exemplarCity => q#کومو#, |
6843
|
|
|
|
|
|
|
}, |
6844
|
|
|
|
|
|
|
'Indian/Kerguelen' => { |
6845
|
|
|
|
|
|
|
exemplarCity => q#Kerguelen#, |
6846
|
|
|
|
|
|
|
}, |
6847
|
|
|
|
|
|
|
'Indian/Mahe' => { |
6848
|
|
|
|
|
|
|
exemplarCity => q#مای#, |
6849
|
|
|
|
|
|
|
}, |
6850
|
|
|
|
|
|
|
'Indian/Maldives' => { |
6851
|
|
|
|
|
|
|
exemplarCity => q#مالديپ#, |
6852
|
|
|
|
|
|
|
}, |
6853
|
|
|
|
|
|
|
'Indian/Mauritius' => { |
6854
|
|
|
|
|
|
|
exemplarCity => q#ماوريشوس#, |
6855
|
|
|
|
|
|
|
}, |
6856
|
|
|
|
|
|
|
'Indian/Mayotte' => { |
6857
|
|
|
|
|
|
|
exemplarCity => q#میټوت#, |
6858
|
|
|
|
|
|
|
}, |
6859
|
|
|
|
|
|
|
'Indian/Reunion' => { |
6860
|
|
|
|
|
|
|
exemplarCity => q#ریونیو#, |
6861
|
|
|
|
|
|
|
}, |
6862
|
|
|
|
|
|
|
'Indian_Ocean' => { |
6863
|
|
|
|
|
|
|
long => { |
6864
|
|
|
|
|
|
|
'standard' => q#د هند سمندر وخت#, |
6865
|
|
|
|
|
|
|
}, |
6866
|
|
|
|
|
|
|
}, |
6867
|
|
|
|
|
|
|
'Indochina' => { |
6868
|
|
|
|
|
|
|
long => { |
6869
|
|
|
|
|
|
|
'standard' => q#د اندوچینا وخت#, |
6870
|
|
|
|
|
|
|
}, |
6871
|
|
|
|
|
|
|
}, |
6872
|
|
|
|
|
|
|
'Indonesia_Central' => { |
6873
|
|
|
|
|
|
|
long => { |
6874
|
|
|
|
|
|
|
'standard' => q#د اندونیزیا مرکزي وخت#, |
6875
|
|
|
|
|
|
|
}, |
6876
|
|
|
|
|
|
|
}, |
6877
|
|
|
|
|
|
|
'Indonesia_Eastern' => { |
6878
|
|
|
|
|
|
|
long => { |
6879
|
|
|
|
|
|
|
'standard' => q#د اندونیزیا وخت#, |
6880
|
|
|
|
|
|
|
}, |
6881
|
|
|
|
|
|
|
}, |
6882
|
|
|
|
|
|
|
'Indonesia_Western' => { |
6883
|
|
|
|
|
|
|
long => { |
6884
|
|
|
|
|
|
|
'standard' => q#د لویدیځ اندونیزیا وخت#, |
6885
|
|
|
|
|
|
|
}, |
6886
|
|
|
|
|
|
|
}, |
6887
|
|
|
|
|
|
|
'Iran' => { |
6888
|
|
|
|
|
|
|
long => { |
6889
|
|
|
|
|
|
|
'daylight' => q#د ایران د ورځې وخت#, |
6890
|
|
|
|
|
|
|
'generic' => q#د ایران وخت#, |
6891
|
|
|
|
|
|
|
'standard' => q#د ایران معياري وخت#, |
6892
|
|
|
|
|
|
|
}, |
6893
|
|
|
|
|
|
|
}, |
6894
|
|
|
|
|
|
|
'Irkutsk' => { |
6895
|
|
|
|
|
|
|
long => { |
6896
|
|
|
|
|
|
|
'daylight' => q#د ایککوټس سمر وخت#, |
6897
|
|
|
|
|
|
|
'generic' => q#د ارکوټس وخت#, |
6898
|
|
|
|
|
|
|
'standard' => q#د ارکوټس معياري وخت#, |
6899
|
|
|
|
|
|
|
}, |
6900
|
|
|
|
|
|
|
}, |
6901
|
|
|
|
|
|
|
'Israel' => { |
6902
|
|
|
|
|
|
|
long => { |
6903
|
|
|
|
|
|
|
'daylight' => q#د اسراییلو د ورځې وخت#, |
6904
|
|
|
|
|
|
|
'generic' => q#د اسراییل وخت#, |
6905
|
|
|
|
|
|
|
'standard' => q#د اسراییل معياري وخت#, |
6906
|
|
|
|
|
|
|
}, |
6907
|
|
|
|
|
|
|
}, |
6908
|
|
|
|
|
|
|
'Japan' => { |
6909
|
|
|
|
|
|
|
long => { |
6910
|
|
|
|
|
|
|
'daylight' => q#جاپان د رڼا ورځې وخت#, |
6911
|
|
|
|
|
|
|
'generic' => q#جاپان د وخت#, |
6912
|
|
|
|
|
|
|
'standard' => q#د جاپان معياري وخت#, |
6913
|
|
|
|
|
|
|
}, |
6914
|
|
|
|
|
|
|
}, |
6915
|
|
|
|
|
|
|
'Kazakhstan_Eastern' => { |
6916
|
|
|
|
|
|
|
long => { |
6917
|
|
|
|
|
|
|
'standard' => q#ختیځ د قزاقستان د وخت#, |
6918
|
|
|
|
|
|
|
}, |
6919
|
|
|
|
|
|
|
}, |
6920
|
|
|
|
|
|
|
'Kazakhstan_Western' => { |
6921
|
|
|
|
|
|
|
long => { |
6922
|
|
|
|
|
|
|
'standard' => q#لویدیځ قزاقستان وخت#, |
6923
|
|
|
|
|
|
|
}, |
6924
|
|
|
|
|
|
|
}, |
6925
|
|
|
|
|
|
|
'Korea' => { |
6926
|
|
|
|
|
|
|
long => { |
6927
|
|
|
|
|
|
|
'daylight' => q#د کوریا د ورځې د ورځې وخت#, |
6928
|
|
|
|
|
|
|
'generic' => q#کوريا وخت#, |
6929
|
|
|
|
|
|
|
'standard' => q#کوريا معياري وخت#, |
6930
|
|
|
|
|
|
|
}, |
6931
|
|
|
|
|
|
|
}, |
6932
|
|
|
|
|
|
|
'Kosrae' => { |
6933
|
|
|
|
|
|
|
long => { |
6934
|
|
|
|
|
|
|
'standard' => q#کوسیرا وخت#, |
6935
|
|
|
|
|
|
|
}, |
6936
|
|
|
|
|
|
|
}, |
6937
|
|
|
|
|
|
|
'Krasnoyarsk' => { |
6938
|
|
|
|
|
|
|
long => { |
6939
|
|
|
|
|
|
|
'daylight' => q#کریسایویارسک سمر وخت#, |
6940
|
|
|
|
|
|
|
'generic' => q#کریسایویسسک وخت#, |
6941
|
|
|
|
|
|
|
'standard' => q#کریسایویارسک معیاري وخت#, |
6942
|
|
|
|
|
|
|
}, |
6943
|
|
|
|
|
|
|
}, |
6944
|
|
|
|
|
|
|
'Kyrgystan' => { |
6945
|
|
|
|
|
|
|
long => { |
6946
|
|
|
|
|
|
|
'standard' => q#کرغیزستان وخت#, |
6947
|
|
|
|
|
|
|
}, |
6948
|
|
|
|
|
|
|
}, |
6949
|
|
|
|
|
|
|
'Line_Islands' => { |
6950
|
|
|
|
|
|
|
long => { |
6951
|
|
|
|
|
|
|
'standard' => q#د کرښې ټاټوبي وخت#, |
6952
|
|
|
|
|
|
|
}, |
6953
|
|
|
|
|
|
|
}, |
6954
|
|
|
|
|
|
|
'Lord_Howe' => { |
6955
|
|
|
|
|
|
|
long => { |
6956
|
|
|
|
|
|
|
'daylight' => q#رب هاو د ورځې د رڼا وخت#, |
6957
|
|
|
|
|
|
|
'generic' => q#رب های وخت#, |
6958
|
|
|
|
|
|
|
'standard' => q#رب های معیاري وخت#, |
6959
|
|
|
|
|
|
|
}, |
6960
|
|
|
|
|
|
|
}, |
6961
|
|
|
|
|
|
|
'Macquarie' => { |
6962
|
|
|
|
|
|
|
long => { |
6963
|
|
|
|
|
|
|
'standard' => q#د مکاکري ټاپو وخت#, |
6964
|
|
|
|
|
|
|
}, |
6965
|
|
|
|
|
|
|
}, |
6966
|
|
|
|
|
|
|
'Magadan' => { |
6967
|
|
|
|
|
|
|
long => { |
6968
|
|
|
|
|
|
|
'daylight' => q#د مګمان سمر وخ#, |
6969
|
|
|
|
|
|
|
'generic' => q#د مګدان وخت#, |
6970
|
|
|
|
|
|
|
'standard' => q#میګډان معياري وخت#, |
6971
|
|
|
|
|
|
|
}, |
6972
|
|
|
|
|
|
|
}, |
6973
|
|
|
|
|
|
|
'Malaysia' => { |
6974
|
|
|
|
|
|
|
long => { |
6975
|
|
|
|
|
|
|
'standard' => q#ملائیشیا وخت#, |
6976
|
|
|
|
|
|
|
}, |
6977
|
|
|
|
|
|
|
}, |
6978
|
|
|
|
|
|
|
'Maldives' => { |
6979
|
|
|
|
|
|
|
long => { |
6980
|
|
|
|
|
|
|
'standard' => q#مالديف وخت#, |
6981
|
|
|
|
|
|
|
}, |
6982
|
|
|
|
|
|
|
}, |
6983
|
|
|
|
|
|
|
'Marquesas' => { |
6984
|
|
|
|
|
|
|
long => { |
6985
|
|
|
|
|
|
|
'standard' => q#مارکسس وخت#, |
6986
|
|
|
|
|
|
|
}, |
6987
|
|
|
|
|
|
|
}, |
6988
|
|
|
|
|
|
|
'Marshall_Islands' => { |
6989
|
|
|
|
|
|
|
long => { |
6990
|
|
|
|
|
|
|
'standard' => q#مارشیل ټاپو وخت#, |
6991
|
|
|
|
|
|
|
}, |
6992
|
|
|
|
|
|
|
}, |
6993
|
|
|
|
|
|
|
'Mauritius' => { |
6994
|
|
|
|
|
|
|
long => { |
6995
|
|
|
|
|
|
|
'daylight' => q#ماریسیس سمر وخت#, |
6996
|
|
|
|
|
|
|
'generic' => q#ماریسیس وخت#, |
6997
|
|
|
|
|
|
|
'standard' => q#ماریشیس معياري وخت#, |
6998
|
|
|
|
|
|
|
}, |
6999
|
|
|
|
|
|
|
}, |
7000
|
|
|
|
|
|
|
'Mawson' => { |
7001
|
|
|
|
|
|
|
long => { |
7002
|
|
|
|
|
|
|
'standard' => q#دسونسن وخت#, |
7003
|
|
|
|
|
|
|
}, |
7004
|
|
|
|
|
|
|
}, |
7005
|
|
|
|
|
|
|
'Mexico_Northwest' => { |
7006
|
|
|
|
|
|
|
long => { |
7007
|
|
|
|
|
|
|
'daylight' => q#د شمال لویدیځ مکسیکو رڼا ورځې وخت#, |
7008
|
|
|
|
|
|
|
'generic' => q#د شمال لویدیځ مکسیکو وخت#, |
7009
|
|
|
|
|
|
|
'standard' => q#د شمال لویدیځ مکسیکو معیاري وخت#, |
7010
|
|
|
|
|
|
|
}, |
7011
|
|
|
|
|
|
|
}, |
7012
|
|
|
|
|
|
|
'Mexico_Pacific' => { |
7013
|
|
|
|
|
|
|
long => { |
7014
|
|
|
|
|
|
|
'daylight' => q#مکسیکن پیسفک رڼا ورځې وخت#, |
7015
|
|
|
|
|
|
|
'generic' => q#مکسیکن پیسفک وخت#, |
7016
|
|
|
|
|
|
|
'standard' => q#مکسیکن پیسفک معیاری وخت#, |
7017
|
|
|
|
|
|
|
}, |
7018
|
|
|
|
|
|
|
}, |
7019
|
|
|
|
|
|
|
'Mongolia' => { |
7020
|
|
|
|
|
|
|
long => { |
7021
|
|
|
|
|
|
|
'daylight' => q#دلان بیتر سمر وخت#, |
7022
|
|
|
|
|
|
|
'generic' => q#دلانانباټ وخت#, |
7023
|
|
|
|
|
|
|
'standard' => q#اولان بټر معیاري وخت#, |
7024
|
|
|
|
|
|
|
}, |
7025
|
|
|
|
|
|
|
}, |
7026
|
|
|
|
|
|
|
'Moscow' => { |
7027
|
|
|
|
|
|
|
long => { |
7028
|
|
|
|
|
|
|
'daylight' => q#ماسکو سمر وخت#, |
7029
|
|
|
|
|
|
|
'generic' => q#ماسکو وخت#, |
7030
|
|
|
|
|
|
|
'standard' => q#ماسکو معياري وخت#, |
7031
|
|
|
|
|
|
|
}, |
7032
|
|
|
|
|
|
|
}, |
7033
|
|
|
|
|
|
|
'Myanmar' => { |
7034
|
|
|
|
|
|
|
long => { |
7035
|
|
|
|
|
|
|
'standard' => q#د میانمار وخت#, |
7036
|
|
|
|
|
|
|
}, |
7037
|
|
|
|
|
|
|
}, |
7038
|
|
|
|
|
|
|
'Nauru' => { |
7039
|
|
|
|
|
|
|
long => { |
7040
|
|
|
|
|
|
|
'standard' => q#ناورو وخت#, |
7041
|
|
|
|
|
|
|
}, |
7042
|
|
|
|
|
|
|
}, |
7043
|
|
|
|
|
|
|
'Nepal' => { |
7044
|
|
|
|
|
|
|
long => { |
7045
|
|
|
|
|
|
|
'standard' => q#نیپال وخت#, |
7046
|
|
|
|
|
|
|
}, |
7047
|
|
|
|
|
|
|
}, |
7048
|
|
|
|
|
|
|
'New_Caledonia' => { |
7049
|
|
|
|
|
|
|
long => { |
7050
|
|
|
|
|
|
|
'daylight' => q#د نیو کالیډونیا سمر وخت#, |
7051
|
|
|
|
|
|
|
'generic' => q#د نیو کالیډونیا وخت#, |
7052
|
|
|
|
|
|
|
'standard' => q#نوی کالیډونیا معياري وخت#, |
7053
|
|
|
|
|
|
|
}, |
7054
|
|
|
|
|
|
|
}, |
7055
|
|
|
|
|
|
|
'New_Zealand' => { |
7056
|
|
|
|
|
|
|
long => { |
7057
|
|
|
|
|
|
|
'daylight' => q#د نیوزی لینڈ د ورځې د رڼا وخت#, |
7058
|
|
|
|
|
|
|
'generic' => q#د نیوزی لینڈ وخت#, |
7059
|
|
|
|
|
|
|
'standard' => q#د نیوزی لینڈ معیاري وخت#, |
7060
|
|
|
|
|
|
|
}, |
7061
|
|
|
|
|
|
|
}, |
7062
|
|
|
|
|
|
|
'Newfoundland' => { |
7063
|
|
|
|
|
|
|
long => { |
7064
|
|
|
|
|
|
|
'daylight' => q#د نوي فیلډلینډ رڼا ورځې وخت#, |
7065
|
|
|
|
|
|
|
'generic' => q#د نوي فیلډلینډ وخت#, |
7066
|
|
|
|
|
|
|
'standard' => q#د نوي فیلډلینډ معیاری وخت#, |
7067
|
|
|
|
|
|
|
}, |
7068
|
|
|
|
|
|
|
}, |
7069
|
|
|
|
|
|
|
'Niue' => { |
7070
|
|
|
|
|
|
|
long => { |
7071
|
|
|
|
|
|
|
'standard' => q#نییو وخت#, |
7072
|
|
|
|
|
|
|
}, |
7073
|
|
|
|
|
|
|
}, |
7074
|
|
|
|
|
|
|
'Norfolk' => { |
7075
|
|
|
|
|
|
|
long => { |
7076
|
|
|
|
|
|
|
'standard' => q#د نورفکاس ټاپو وخت#, |
7077
|
|
|
|
|
|
|
}, |
7078
|
|
|
|
|
|
|
}, |
7079
|
|
|
|
|
|
|
'Noronha' => { |
7080
|
|
|
|
|
|
|
long => { |
7081
|
|
|
|
|
|
|
'daylight' => q#فرنانڈو دي نورونھا اوړي وخت#, |
7082
|
|
|
|
|
|
|
'generic' => q#فرنانڈو دي نورونها وخت#, |
7083
|
|
|
|
|
|
|
'standard' => q#فرنانڈو دي نورونها معیاری وخت#, |
7084
|
|
|
|
|
|
|
}, |
7085
|
|
|
|
|
|
|
}, |
7086
|
|
|
|
|
|
|
'Novosibirsk' => { |
7087
|
|
|
|
|
|
|
long => { |
7088
|
|
|
|
|
|
|
'daylight' => q#نووسوسبیرک سمر وخت#, |
7089
|
|
|
|
|
|
|
'generic' => q#د نووسوسبیرک وخت#, |
7090
|
|
|
|
|
|
|
'standard' => q#د نووسوسبیرک معياري وخت#, |
7091
|
|
|
|
|
|
|
}, |
7092
|
|
|
|
|
|
|
}, |
7093
|
|
|
|
|
|
|
'Omsk' => { |
7094
|
|
|
|
|
|
|
long => { |
7095
|
|
|
|
|
|
|
'daylight' => q#اوسمک سمر وخت#, |
7096
|
|
|
|
|
|
|
'generic' => q#اوزک وخت#, |
7097
|
|
|
|
|
|
|
'standard' => q#د اوزک معياري وخت#, |
7098
|
|
|
|
|
|
|
}, |
7099
|
|
|
|
|
|
|
}, |
7100
|
|
|
|
|
|
|
'Pacific/Apia' => { |
7101
|
|
|
|
|
|
|
exemplarCity => q#اپیا#, |
7102
|
|
|
|
|
|
|
}, |
7103
|
|
|
|
|
|
|
'Pacific/Auckland' => { |
7104
|
|
|
|
|
|
|
exemplarCity => q#اکلند#, |
7105
|
|
|
|
|
|
|
}, |
7106
|
|
|
|
|
|
|
'Pacific/Bougainville' => { |
7107
|
|
|
|
|
|
|
exemplarCity => q#Bougainville#, |
7108
|
|
|
|
|
|
|
}, |
7109
|
|
|
|
|
|
|
'Pacific/Chatham' => { |
7110
|
|
|
|
|
|
|
exemplarCity => q#چامام#, |
7111
|
|
|
|
|
|
|
}, |
7112
|
|
|
|
|
|
|
'Pacific/Easter' => { |
7113
|
|
|
|
|
|
|
exemplarCity => q#ایسټر#, |
7114
|
|
|
|
|
|
|
}, |
7115
|
|
|
|
|
|
|
'Pacific/Efate' => { |
7116
|
|
|
|
|
|
|
exemplarCity => q#ایات#, |
7117
|
|
|
|
|
|
|
}, |
7118
|
|
|
|
|
|
|
'Pacific/Enderbury' => { |
7119
|
|
|
|
|
|
|
exemplarCity => q#Enderbury#, |
7120
|
|
|
|
|
|
|
}, |
7121
|
|
|
|
|
|
|
'Pacific/Fakaofo' => { |
7122
|
|
|
|
|
|
|
exemplarCity => q#فوکافو#, |
7123
|
|
|
|
|
|
|
}, |
7124
|
|
|
|
|
|
|
'Pacific/Fiji' => { |
7125
|
|
|
|
|
|
|
exemplarCity => q#في جي#, |
7126
|
|
|
|
|
|
|
}, |
7127
|
|
|
|
|
|
|
'Pacific/Funafuti' => { |
7128
|
|
|
|
|
|
|
exemplarCity => q#فرهفتی#, |
7129
|
|
|
|
|
|
|
}, |
7130
|
|
|
|
|
|
|
'Pacific/Galapagos' => { |
7131
|
|
|
|
|
|
|
exemplarCity => q#ګالپګوس#, |
7132
|
|
|
|
|
|
|
}, |
7133
|
|
|
|
|
|
|
'Pacific/Gambier' => { |
7134
|
|
|
|
|
|
|
exemplarCity => q#ګيمبي#, |
7135
|
|
|
|
|
|
|
}, |
7136
|
|
|
|
|
|
|
'Pacific/Guadalcanal' => { |
7137
|
|
|
|
|
|
|
exemplarCity => q#ګالالکنال#, |
7138
|
|
|
|
|
|
|
}, |
7139
|
|
|
|
|
|
|
'Pacific/Guam' => { |
7140
|
|
|
|
|
|
|
exemplarCity => q#ګوام#, |
7141
|
|
|
|
|
|
|
}, |
7142
|
|
|
|
|
|
|
'Pacific/Honolulu' => { |
7143
|
|
|
|
|
|
|
exemplarCity => q#هینولولو#, |
7144
|
|
|
|
|
|
|
}, |
7145
|
|
|
|
|
|
|
'Pacific/Johnston' => { |
7146
|
|
|
|
|
|
|
exemplarCity => q#جانستون#, |
7147
|
|
|
|
|
|
|
}, |
7148
|
|
|
|
|
|
|
'Pacific/Kiritimati' => { |
7149
|
|
|
|
|
|
|
exemplarCity => q#Kiritimati#, |
7150
|
|
|
|
|
|
|
}, |
7151
|
|
|
|
|
|
|
'Pacific/Kosrae' => { |
7152
|
|
|
|
|
|
|
exemplarCity => q#کوسیرا#, |
7153
|
|
|
|
|
|
|
}, |
7154
|
|
|
|
|
|
|
'Pacific/Kwajalein' => { |
7155
|
|
|
|
|
|
|
exemplarCity => q#کجیجینین#, |
7156
|
|
|
|
|
|
|
}, |
7157
|
|
|
|
|
|
|
'Pacific/Majuro' => { |
7158
|
|
|
|
|
|
|
exemplarCity => q#مجورو#, |
7159
|
|
|
|
|
|
|
}, |
7160
|
|
|
|
|
|
|
'Pacific/Marquesas' => { |
7161
|
|
|
|
|
|
|
exemplarCity => q#مارکسونه#, |
7162
|
|
|
|
|
|
|
}, |
7163
|
|
|
|
|
|
|
'Pacific/Midway' => { |
7164
|
|
|
|
|
|
|
exemplarCity => q#میډیا#, |
7165
|
|
|
|
|
|
|
}, |
7166
|
|
|
|
|
|
|
'Pacific/Nauru' => { |
7167
|
|
|
|
|
|
|
exemplarCity => q#نایرو#, |
7168
|
|
|
|
|
|
|
}, |
7169
|
|
|
|
|
|
|
'Pacific/Niue' => { |
7170
|
|
|
|
|
|
|
exemplarCity => q#نیوو#, |
7171
|
|
|
|
|
|
|
}, |
7172
|
|
|
|
|
|
|
'Pacific/Norfolk' => { |
7173
|
|
|
|
|
|
|
exemplarCity => q#نورفک#, |
7174
|
|
|
|
|
|
|
}, |
7175
|
|
|
|
|
|
|
'Pacific/Noumea' => { |
7176
|
|
|
|
|
|
|
exemplarCity => q#نواما#, |
7177
|
|
|
|
|
|
|
}, |
7178
|
|
|
|
|
|
|
'Pacific/Pago_Pago' => { |
7179
|
|
|
|
|
|
|
exemplarCity => q#پیگو پیگو#, |
7180
|
|
|
|
|
|
|
}, |
7181
|
|
|
|
|
|
|
'Pacific/Palau' => { |
7182
|
|
|
|
|
|
|
exemplarCity => q#پلو#, |
7183
|
|
|
|
|
|
|
}, |
7184
|
|
|
|
|
|
|
'Pacific/Pitcairn' => { |
7185
|
|
|
|
|
|
|
exemplarCity => q#Pitcairn#, |
7186
|
|
|
|
|
|
|
}, |
7187
|
|
|
|
|
|
|
'Pacific/Ponape' => { |
7188
|
|
|
|
|
|
|
exemplarCity => q#پونپي#, |
7189
|
|
|
|
|
|
|
}, |
7190
|
|
|
|
|
|
|
'Pacific/Port_Moresby' => { |
7191
|
|
|
|
|
|
|
exemplarCity => q#پور موورسبی#, |
7192
|
|
|
|
|
|
|
}, |
7193
|
|
|
|
|
|
|
'Pacific/Rarotonga' => { |
7194
|
|
|
|
|
|
|
exemplarCity => q#راروتاګون#, |
7195
|
|
|
|
|
|
|
}, |
7196
|
|
|
|
|
|
|
'Pacific/Saipan' => { |
7197
|
|
|
|
|
|
|
exemplarCity => q#سيپان#, |
7198
|
|
|
|
|
|
|
}, |
7199
|
|
|
|
|
|
|
'Pacific/Tahiti' => { |
7200
|
|
|
|
|
|
|
exemplarCity => q#ټیټیټي#, |
7201
|
|
|
|
|
|
|
}, |
7202
|
|
|
|
|
|
|
'Pacific/Tarawa' => { |
7203
|
|
|
|
|
|
|
exemplarCity => q#ترارو#, |
7204
|
|
|
|
|
|
|
}, |
7205
|
|
|
|
|
|
|
'Pacific/Tongatapu' => { |
7206
|
|
|
|
|
|
|
exemplarCity => q#ټونګاتاپو#, |
7207
|
|
|
|
|
|
|
}, |
7208
|
|
|
|
|
|
|
'Pacific/Truk' => { |
7209
|
|
|
|
|
|
|
exemplarCity => q#چکوک#, |
7210
|
|
|
|
|
|
|
}, |
7211
|
|
|
|
|
|
|
'Pacific/Wake' => { |
7212
|
|
|
|
|
|
|
exemplarCity => q#ویک#, |
7213
|
|
|
|
|
|
|
}, |
7214
|
|
|
|
|
|
|
'Pacific/Wallis' => { |
7215
|
|
|
|
|
|
|
exemplarCity => q#والس#, |
7216
|
|
|
|
|
|
|
}, |
7217
|
|
|
|
|
|
|
'Pakistan' => { |
7218
|
|
|
|
|
|
|
long => { |
7219
|
|
|
|
|
|
|
'daylight' => q#د پاکستان سمر وخت#, |
7220
|
|
|
|
|
|
|
'generic' => q#د پاکستان وخت#, |
7221
|
|
|
|
|
|
|
'standard' => q#د پاکستان معیاري وخت#, |
7222
|
|
|
|
|
|
|
}, |
7223
|
|
|
|
|
|
|
}, |
7224
|
|
|
|
|
|
|
'Palau' => { |
7225
|
|
|
|
|
|
|
long => { |
7226
|
|
|
|
|
|
|
'standard' => q#پالاو وخت#, |
7227
|
|
|
|
|
|
|
}, |
7228
|
|
|
|
|
|
|
}, |
7229
|
|
|
|
|
|
|
'Papua_New_Guinea' => { |
7230
|
|
|
|
|
|
|
long => { |
7231
|
|
|
|
|
|
|
'standard' => q#پاپوا نیو ګنی وخت#, |
7232
|
|
|
|
|
|
|
}, |
7233
|
|
|
|
|
|
|
}, |
7234
|
|
|
|
|
|
|
'Paraguay' => { |
7235
|
|
|
|
|
|
|
long => { |
7236
|
|
|
|
|
|
|
'daylight' => q#پاراګوای اوړي وخت#, |
7237
|
|
|
|
|
|
|
'generic' => q#پاراګوای د وخت#, |
7238
|
|
|
|
|
|
|
'standard' => q#پیراګوای معياري وخت#, |
7239
|
|
|
|
|
|
|
}, |
7240
|
|
|
|
|
|
|
}, |
7241
|
|
|
|
|
|
|
'Peru' => { |
7242
|
|
|
|
|
|
|
long => { |
7243
|
|
|
|
|
|
|
'daylight' => q#پیرو اوړي وخت#, |
7244
|
|
|
|
|
|
|
'generic' => q#پیرو وخت#, |
7245
|
|
|
|
|
|
|
'standard' => q#پیرو معياري وخت#, |
7246
|
|
|
|
|
|
|
}, |
7247
|
|
|
|
|
|
|
}, |
7248
|
|
|
|
|
|
|
'Philippines' => { |
7249
|
|
|
|
|
|
|
long => { |
7250
|
|
|
|
|
|
|
'daylight' => q#د فلپین سمر وخت#, |
7251
|
|
|
|
|
|
|
'generic' => q#د فلپین وخت#, |
7252
|
|
|
|
|
|
|
'standard' => q#فلپین معياري وخت#, |
7253
|
|
|
|
|
|
|
}, |
7254
|
|
|
|
|
|
|
}, |
7255
|
|
|
|
|
|
|
'Phoenix_Islands' => { |
7256
|
|
|
|
|
|
|
long => { |
7257
|
|
|
|
|
|
|
'standard' => q#د فینکس ټاپو وخت#, |
7258
|
|
|
|
|
|
|
}, |
7259
|
|
|
|
|
|
|
}, |
7260
|
|
|
|
|
|
|
'Pierre_Miquelon' => { |
7261
|
|
|
|
|
|
|
long => { |
7262
|
|
|
|
|
|
|
'daylight' => q#سینټ پییرا و ميکلين رڼا ورځې وخت#, |
7263
|
|
|
|
|
|
|
'generic' => q#سینټ پییرا و ميکلين وخت#, |
7264
|
|
|
|
|
|
|
'standard' => q#سینټ پییرا و ميکلين معیاری وخت#, |
7265
|
|
|
|
|
|
|
}, |
7266
|
|
|
|
|
|
|
}, |
7267
|
|
|
|
|
|
|
'Pitcairn' => { |
7268
|
|
|
|
|
|
|
long => { |
7269
|
|
|
|
|
|
|
'standard' => q#پیټ کارین وخت#, |
7270
|
|
|
|
|
|
|
}, |
7271
|
|
|
|
|
|
|
}, |
7272
|
|
|
|
|
|
|
'Ponape' => { |
7273
|
|
|
|
|
|
|
long => { |
7274
|
|
|
|
|
|
|
'standard' => q#پونپپ وخت#, |
7275
|
|
|
|
|
|
|
}, |
7276
|
|
|
|
|
|
|
}, |
7277
|
|
|
|
|
|
|
'Pyongyang' => { |
7278
|
|
|
|
|
|
|
long => { |
7279
|
|
|
|
|
|
|
'standard' => q#پیونگګنګ وخت#, |
7280
|
|
|
|
|
|
|
}, |
7281
|
|
|
|
|
|
|
}, |
7282
|
|
|
|
|
|
|
'Reunion' => { |
7283
|
|
|
|
|
|
|
long => { |
7284
|
|
|
|
|
|
|
'standard' => q#د غبرګون وخت#, |
7285
|
|
|
|
|
|
|
}, |
7286
|
|
|
|
|
|
|
}, |
7287
|
|
|
|
|
|
|
'Rothera' => { |
7288
|
|
|
|
|
|
|
long => { |
7289
|
|
|
|
|
|
|
'standard' => q#د رورېټا وخت#, |
7290
|
|
|
|
|
|
|
}, |
7291
|
|
|
|
|
|
|
}, |
7292
|
|
|
|
|
|
|
'Sakhalin' => { |
7293
|
|
|
|
|
|
|
long => { |
7294
|
|
|
|
|
|
|
'daylight' => q#د سخلین سمر وخت#, |
7295
|
|
|
|
|
|
|
'generic' => q#د سخنین وخت#, |
7296
|
|
|
|
|
|
|
'standard' => q#سخلین معياري وخت#, |
7297
|
|
|
|
|
|
|
}, |
7298
|
|
|
|
|
|
|
}, |
7299
|
|
|
|
|
|
|
'Samoa' => { |
7300
|
|
|
|
|
|
|
long => { |
7301
|
|
|
|
|
|
|
'daylight' => q#د سموا د ورځې روښانه کول#, |
7302
|
|
|
|
|
|
|
'generic' => q#سموا وخت#, |
7303
|
|
|
|
|
|
|
'standard' => q#سموډ معياري وخت#, |
7304
|
|
|
|
|
|
|
}, |
7305
|
|
|
|
|
|
|
}, |
7306
|
|
|
|
|
|
|
'Seychelles' => { |
7307
|
|
|
|
|
|
|
long => { |
7308
|
|
|
|
|
|
|
'standard' => q#سیچیلس وخت#, |
7309
|
|
|
|
|
|
|
}, |
7310
|
|
|
|
|
|
|
}, |
7311
|
|
|
|
|
|
|
'Singapore' => { |
7312
|
|
|
|
|
|
|
long => { |
7313
|
|
|
|
|
|
|
'standard' => q#د سنګاپور معیاري وخت#, |
7314
|
|
|
|
|
|
|
}, |
7315
|
|
|
|
|
|
|
}, |
7316
|
|
|
|
|
|
|
'Solomon' => { |
7317
|
|
|
|
|
|
|
long => { |
7318
|
|
|
|
|
|
|
'standard' => q#د سلیمان ټاپوګانو وخت#, |
7319
|
|
|
|
|
|
|
}, |
7320
|
|
|
|
|
|
|
}, |
7321
|
|
|
|
|
|
|
'South_Georgia' => { |
7322
|
|
|
|
|
|
|
long => { |
7323
|
|
|
|
|
|
|
'standard' => q#د سویل جورجیا وخت#, |
7324
|
|
|
|
|
|
|
}, |
7325
|
|
|
|
|
|
|
}, |
7326
|
|
|
|
|
|
|
'Suriname' => { |
7327
|
|
|
|
|
|
|
long => { |
7328
|
|
|
|
|
|
|
'standard' => q#سورینام وخت#, |
7329
|
|
|
|
|
|
|
}, |
7330
|
|
|
|
|
|
|
}, |
7331
|
|
|
|
|
|
|
'Syowa' => { |
7332
|
|
|
|
|
|
|
long => { |
7333
|
|
|
|
|
|
|
'standard' => q#سیوا وخت#, |
7334
|
|
|
|
|
|
|
}, |
7335
|
|
|
|
|
|
|
}, |
7336
|
|
|
|
|
|
|
'Tahiti' => { |
7337
|
|
|
|
|
|
|
long => { |
7338
|
|
|
|
|
|
|
'standard' => q#ټیټيټي وخت#, |
7339
|
|
|
|
|
|
|
}, |
7340
|
|
|
|
|
|
|
}, |
7341
|
|
|
|
|
|
|
'Taipei' => { |
7342
|
|
|
|
|
|
|
long => { |
7343
|
|
|
|
|
|
|
'daylight' => q#د تاپي د رڼا ورځۍ وخت#, |
7344
|
|
|
|
|
|
|
'generic' => q#تاپي وخت#, |
7345
|
|
|
|
|
|
|
'standard' => q#تاپي معياري وخت#, |
7346
|
|
|
|
|
|
|
}, |
7347
|
|
|
|
|
|
|
}, |
7348
|
|
|
|
|
|
|
'Tajikistan' => { |
7349
|
|
|
|
|
|
|
long => { |
7350
|
|
|
|
|
|
|
'standard' => q#تاجکستان د وخت#, |
7351
|
|
|
|
|
|
|
}, |
7352
|
|
|
|
|
|
|
}, |
7353
|
|
|
|
|
|
|
'Tokelau' => { |
7354
|
|
|
|
|
|
|
long => { |
7355
|
|
|
|
|
|
|
'standard' => q#توکیلاو وخت#, |
7356
|
|
|
|
|
|
|
}, |
7357
|
|
|
|
|
|
|
}, |
7358
|
|
|
|
|
|
|
'Tonga' => { |
7359
|
|
|
|
|
|
|
long => { |
7360
|
|
|
|
|
|
|
'daylight' => q#د ټونګ سمر وخت#, |
7361
|
|
|
|
|
|
|
'generic' => q#ټونګا وخت#, |
7362
|
|
|
|
|
|
|
'standard' => q#د ټونګ معياري وخت#, |
7363
|
|
|
|
|
|
|
}, |
7364
|
|
|
|
|
|
|
}, |
7365
|
|
|
|
|
|
|
'Truk' => { |
7366
|
|
|
|
|
|
|
long => { |
7367
|
|
|
|
|
|
|
'standard' => q#د چوکو وخت#, |
7368
|
|
|
|
|
|
|
}, |
7369
|
|
|
|
|
|
|
}, |
7370
|
|
|
|
|
|
|
'Turkmenistan' => { |
7371
|
|
|
|
|
|
|
long => { |
7372
|
|
|
|
|
|
|
'daylight' => q#ترکمنستان اوړي وخت#, |
7373
|
|
|
|
|
|
|
'generic' => q#ترکمانستان وخت#, |
7374
|
|
|
|
|
|
|
'standard' => q#ترکمنستان معياري وخت#, |
7375
|
|
|
|
|
|
|
}, |
7376
|
|
|
|
|
|
|
}, |
7377
|
|
|
|
|
|
|
'Tuvalu' => { |
7378
|
|
|
|
|
|
|
long => { |
7379
|
|
|
|
|
|
|
'standard' => q#د تووالو وخت#, |
7380
|
|
|
|
|
|
|
}, |
7381
|
|
|
|
|
|
|
}, |
7382
|
|
|
|
|
|
|
'Uruguay' => { |
7383
|
|
|
|
|
|
|
long => { |
7384
|
|
|
|
|
|
|
'daylight' => q#یوروګوای اوړي وخت#, |
7385
|
|
|
|
|
|
|
'generic' => q#یوروګوای وخت#, |
7386
|
|
|
|
|
|
|
'standard' => q#یوروګوای معياري وخت#, |
7387
|
|
|
|
|
|
|
}, |
7388
|
|
|
|
|
|
|
}, |
7389
|
|
|
|
|
|
|
'Uzbekistan' => { |
7390
|
|
|
|
|
|
|
long => { |
7391
|
|
|
|
|
|
|
'daylight' => q#ازبکستان اوړي وخت#, |
7392
|
|
|
|
|
|
|
'generic' => q#د ازبکستان وخت#, |
7393
|
|
|
|
|
|
|
'standard' => q#ازبکستان معياري وخت#, |
7394
|
|
|
|
|
|
|
}, |
7395
|
|
|
|
|
|
|
}, |
7396
|
|
|
|
|
|
|
'Vanuatu' => { |
7397
|
|
|
|
|
|
|
long => { |
7398
|
|
|
|
|
|
|
'daylight' => q#وانوات سمر وخت#, |
7399
|
|
|
|
|
|
|
'generic' => q#د وناتو وخت#, |
7400
|
|
|
|
|
|
|
'standard' => q#د وناتو معياري وخت#, |
7401
|
|
|
|
|
|
|
}, |
7402
|
|
|
|
|
|
|
}, |
7403
|
|
|
|
|
|
|
'Venezuela' => { |
7404
|
|
|
|
|
|
|
long => { |
7405
|
|
|
|
|
|
|
'standard' => q#وینزویلا وخت#, |
7406
|
|
|
|
|
|
|
}, |
7407
|
|
|
|
|
|
|
}, |
7408
|
|
|
|
|
|
|
'Vladivostok' => { |
7409
|
|
|
|
|
|
|
long => { |
7410
|
|
|
|
|
|
|
'daylight' => q#ولادیوستک سمر وخت#, |
7411
|
|
|
|
|
|
|
'generic' => q#ولادیوستاک وخت#, |
7412
|
|
|
|
|
|
|
'standard' => q#ولادیوستکو معياري وخت#, |
7413
|
|
|
|
|
|
|
}, |
7414
|
|
|
|
|
|
|
}, |
7415
|
|
|
|
|
|
|
'Volgograd' => { |
7416
|
|
|
|
|
|
|
long => { |
7417
|
|
|
|
|
|
|
'daylight' => q#د والګوګراد د اوړي وخت#, |
7418
|
|
|
|
|
|
|
'generic' => q#د والګوګراد وخت#, |
7419
|
|
|
|
|
|
|
'standard' => q#د والګوګراد معياري وخت#, |
7420
|
|
|
|
|
|
|
}, |
7421
|
|
|
|
|
|
|
}, |
7422
|
|
|
|
|
|
|
'Vostok' => { |
7423
|
|
|
|
|
|
|
long => { |
7424
|
|
|
|
|
|
|
'standard' => q#د واستوک وخت#, |
7425
|
|
|
|
|
|
|
}, |
7426
|
|
|
|
|
|
|
}, |
7427
|
|
|
|
|
|
|
'Wake' => { |
7428
|
|
|
|
|
|
|
long => { |
7429
|
|
|
|
|
|
|
'standard' => q#دک ټاپو وخت#, |
7430
|
|
|
|
|
|
|
}, |
7431
|
|
|
|
|
|
|
}, |
7432
|
|
|
|
|
|
|
'Wallis' => { |
7433
|
|
|
|
|
|
|
long => { |
7434
|
|
|
|
|
|
|
'standard' => q#والیس او فوتونا وخت#, |
7435
|
|
|
|
|
|
|
}, |
7436
|
|
|
|
|
|
|
}, |
7437
|
|
|
|
|
|
|
'Yakutsk' => { |
7438
|
|
|
|
|
|
|
long => { |
7439
|
|
|
|
|
|
|
'daylight' => q#ياکوټسک د اوړي وخت#, |
7440
|
|
|
|
|
|
|
'generic' => q#ياکوټسک وخت#, |
7441
|
|
|
|
|
|
|
'standard' => q#ياکوټسک معياري وخت#, |
7442
|
|
|
|
|
|
|
}, |
7443
|
|
|
|
|
|
|
}, |
7444
|
|
|
|
|
|
|
'Yekaterinburg' => { |
7445
|
|
|
|
|
|
|
long => { |
7446
|
|
|
|
|
|
|
'daylight' => q#د ياکټرنبرګ د اوړي وخت#, |
7447
|
|
|
|
|
|
|
'generic' => q#د ياکيټرنبرګ وخت#, |
7448
|
|
|
|
|
|
|
'standard' => q#د ياکيټرنبرګ معياري وخت#, |
7449
|
|
|
|
|
|
|
}, |
7450
|
|
|
|
|
|
|
}, |
7451
|
|
|
|
|
|
|
} } |
7452
|
|
|
|
|
|
|
); |
7453
|
|
|
|
|
|
|
no Moo; |
7454
|
|
|
|
|
|
|
|
7455
|
1
|
|
|
1
|
|
18374
|
1; |
|
1
|
|
|
|
|
1
|
|
|
1
|
|
|
|
|
11
|
|
7456
|
|
|
|
|
|
|
|
7457
|
|
|
|
|
|
|
# vim: tabstop=4 |