line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
=encoding utf8 |
2
|
|
|
|
|
|
|
|
3
|
|
|
|
|
|
|
=head1 NAME |
4
|
|
|
|
|
|
|
|
5
|
|
|
|
|
|
|
Locale::CLDR::Locales::Ps - Package for language Pashto |
6
|
|
|
|
|
|
|
|
7
|
|
|
|
|
|
|
=cut |
8
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
package Locale::CLDR::Locales::Ps; |
10
|
|
|
|
|
|
|
# This file auto generated from Data\common\main\ps.xml |
11
|
|
|
|
|
|
|
# on Fri 13 Oct 9:33:36 am GMT |
12
|
|
|
|
|
|
|
|
13
|
1
|
|
|
1
|
|
942771
|
use strict; |
|
1
|
|
|
|
|
3
|
|
|
1
|
|
|
|
|
27
|
|
14
|
1
|
|
|
1
|
|
5
|
use warnings; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
22
|
|
15
|
1
|
|
|
1
|
|
5
|
use version; |
|
1
|
|
|
|
|
1
|
|
|
1
|
|
|
|
|
7
|
|
16
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
our $VERSION = version->declare('v0.34.2'); |
18
|
|
|
|
|
|
|
|
19
|
1
|
|
|
1
|
|
93
|
use v5.10.1; |
|
1
|
|
|
|
|
3
|
|
20
|
1
|
|
|
1
|
|
5
|
use mro 'c3'; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
7
|
|
21
|
1
|
|
|
1
|
|
21
|
use utf8; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
6
|
|
22
|
1
|
|
|
1
|
|
41
|
use if $^V ge v5.12.0, feature => 'unicode_strings'; |
|
1
|
|
|
|
|
1
|
|
|
1
|
|
|
|
|
15
|
|
23
|
1
|
|
|
1
|
|
122
|
use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef ); |
|
1
|
|
|
|
|
3
|
|
|
1
|
|
|
|
|
8
|
|
24
|
1
|
|
|
1
|
|
1026
|
use Moo; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
5
|
|
25
|
|
|
|
|
|
|
|
26
|
|
|
|
|
|
|
extends('Locale::CLDR::Locales::Root'); |
27
|
|
|
|
|
|
|
# Need to add code for Key type pattern |
28
|
|
|
|
|
|
|
sub display_name_pattern { |
29
|
0
|
|
|
0
|
0
|
|
my ($self, $name, $region, $script, $variant) = @_; |
30
|
|
|
|
|
|
|
|
31
|
0
|
|
|
|
|
|
my $display_pattern = '{0} ({1})'; |
32
|
0
|
|
|
|
|
|
$display_pattern =~s/\{0\}/$name/g; |
33
|
0
|
|
|
|
|
|
my $subtags = join '{0}, {1}', grep {$_} ( |
|
0
|
|
|
|
|
|
|
34
|
|
|
|
|
|
|
$region, |
35
|
|
|
|
|
|
|
$script, |
36
|
|
|
|
|
|
|
$variant, |
37
|
|
|
|
|
|
|
); |
38
|
|
|
|
|
|
|
|
39
|
0
|
|
|
|
|
|
$display_pattern =~s/\{1\}/$subtags/g; |
40
|
0
|
|
|
|
|
|
return $display_pattern; |
41
|
|
|
|
|
|
|
} |
42
|
|
|
|
|
|
|
|
43
|
|
|
|
|
|
|
has 'display_name_language' => ( |
44
|
|
|
|
|
|
|
is => 'ro', |
45
|
|
|
|
|
|
|
isa => CodeRef, |
46
|
|
|
|
|
|
|
init_arg => undef, |
47
|
|
|
|
|
|
|
default => sub { |
48
|
|
|
|
|
|
|
sub { |
49
|
|
|
|
|
|
|
my %languages = ( |
50
|
|
|
|
|
|
|
'aa' => 'افري', |
51
|
|
|
|
|
|
|
'ab' => 'ابخازي', |
52
|
|
|
|
|
|
|
'ace' => 'اچيني', |
53
|
|
|
|
|
|
|
'ada' => 'ادانگمي', |
54
|
|
|
|
|
|
|
'ady' => 'اديغي', |
55
|
|
|
|
|
|
|
'af' => 'افریکانسي', |
56
|
|
|
|
|
|
|
'agq' => 'اغیمي', |
57
|
|
|
|
|
|
|
'ain' => 'اينويي', |
58
|
|
|
|
|
|
|
'ak' => 'اکاني', |
59
|
|
|
|
|
|
|
'ale' => 'اليوتي', |
60
|
|
|
|
|
|
|
'alt' => 'سویل الټای', |
61
|
|
|
|
|
|
|
'am' => 'امهاري', |
62
|
|
|
|
|
|
|
'an' => 'اراگونېسي', |
63
|
|
|
|
|
|
|
'anp' => 'انگيکي', |
64
|
|
|
|
|
|
|
'ar' => 'عربي', |
65
|
|
|
|
|
|
|
'ar_001' => 'نوې معياري عربي', |
66
|
|
|
|
|
|
|
'arn' => 'ماپوچه', |
67
|
|
|
|
|
|
|
'arp' => 'اراپاهوي', |
68
|
|
|
|
|
|
|
'as' => 'اسامي', |
69
|
|
|
|
|
|
|
'asa' => 'اسويي', |
70
|
|
|
|
|
|
|
'ast' => 'استورياني', |
71
|
|
|
|
|
|
|
'av' => 'اواري', |
72
|
|
|
|
|
|
|
'awa' => 'اوادي', |
73
|
|
|
|
|
|
|
'ay' => 'ایماري', |
74
|
|
|
|
|
|
|
'az' => 'اذربایجاني', |
75
|
|
|
|
|
|
|
'az@alt=short' => 'اذري', |
76
|
|
|
|
|
|
|
'ba' => 'باشکير', |
77
|
|
|
|
|
|
|
'bal' => 'بلوڅي', |
78
|
|
|
|
|
|
|
'ban' => 'بالنی', |
79
|
|
|
|
|
|
|
'bas' => 'باسا', |
80
|
|
|
|
|
|
|
'be' => 'بېلاروسي', |
81
|
|
|
|
|
|
|
'bem' => 'بیبا', |
82
|
|
|
|
|
|
|
'bez' => 'بينا', |
83
|
|
|
|
|
|
|
'bg' => 'بلغاري', |
84
|
|
|
|
|
|
|
'bho' => 'بهوجپوري', |
85
|
|
|
|
|
|
|
'bi' => 'بسلاما', |
86
|
|
|
|
|
|
|
'bin' => 'بینی', |
87
|
|
|
|
|
|
|
'bla' => 'سکسيکا', |
88
|
|
|
|
|
|
|
'bm' => 'بامره', |
89
|
|
|
|
|
|
|
'bn' => 'بنگالي', |
90
|
|
|
|
|
|
|
'bo' => 'تبتي', |
91
|
|
|
|
|
|
|
'br' => 'برېتون', |
92
|
|
|
|
|
|
|
'brx' => 'بودو', |
93
|
|
|
|
|
|
|
'bs' => 'بوسني', |
94
|
|
|
|
|
|
|
'bug' => 'بگنيايي', |
95
|
|
|
|
|
|
|
'byn' => 'بلین', |
96
|
|
|
|
|
|
|
'ca' => 'کټلاني', |
97
|
|
|
|
|
|
|
'ce' => 'چيچيني', |
98
|
|
|
|
|
|
|
'ceb' => 'سیبوانوي', |
99
|
|
|
|
|
|
|
'cgg' => 'چيگايي', |
100
|
|
|
|
|
|
|
'ch' => 'چمورو', |
101
|
|
|
|
|
|
|
'chk' => 'چواوکي', |
102
|
|
|
|
|
|
|
'chm' => 'ماري', |
103
|
|
|
|
|
|
|
'cho' => 'چوکټاوي', |
104
|
|
|
|
|
|
|
'chr' => 'چېروکي', |
105
|
|
|
|
|
|
|
'chy' => 'شيني', |
106
|
|
|
|
|
|
|
'ckb' => 'منځنۍ کوردي', |
107
|
|
|
|
|
|
|
'co' => 'کورسيکاني', |
108
|
|
|
|
|
|
|
'crs' => 'سسيلوا ڪروئل فرانسوي', |
109
|
|
|
|
|
|
|
'cs' => 'چېکي', |
110
|
|
|
|
|
|
|
'cu' => 'د کليسا سلاوي', |
111
|
|
|
|
|
|
|
'cv' => 'چوواشي', |
112
|
|
|
|
|
|
|
'cy' => 'ويلشي', |
113
|
|
|
|
|
|
|
'da' => 'دانمارکي', |
114
|
|
|
|
|
|
|
'dak' => 'داکوتا', |
115
|
|
|
|
|
|
|
'dar' => 'درگوا', |
116
|
|
|
|
|
|
|
'dav' => 'ټایټا', |
117
|
|
|
|
|
|
|
'de' => 'الماني', |
118
|
|
|
|
|
|
|
'de_CH' => 'سوئس لوی جرمن', |
119
|
|
|
|
|
|
|
'dgr' => 'داگرب', |
120
|
|
|
|
|
|
|
'dje' => 'زرما', |
121
|
|
|
|
|
|
|
'dsb' => 'لوړې سربي', |
122
|
|
|
|
|
|
|
'dua' => 'دوالا', |
123
|
|
|
|
|
|
|
'dv' => 'ديویهی', |
124
|
|
|
|
|
|
|
'dyo' => 'جولا فوني', |
125
|
|
|
|
|
|
|
'dz' => 'ژونگکه', |
126
|
|
|
|
|
|
|
'dzg' => 'ډزاګا', |
127
|
|
|
|
|
|
|
'ebu' => 'ایمو', |
128
|
|
|
|
|
|
|
'ee' => 'ايو', |
129
|
|
|
|
|
|
|
'efi' => 'افک', |
130
|
|
|
|
|
|
|
'eka' => 'اکجک', |
131
|
|
|
|
|
|
|
'el' => 'یوناني', |
132
|
|
|
|
|
|
|
'en' => 'انګریزي', |
133
|
|
|
|
|
|
|
'en_AU' => 'انګليسي (AU)', |
134
|
|
|
|
|
|
|
'en_CA' => 'کاناډايي انګلیسي', |
135
|
|
|
|
|
|
|
'en_GB' => 'بريتانوی انګلیسي', |
136
|
|
|
|
|
|
|
'en_GB@alt=short' => 'انګليسي (GB)', |
137
|
|
|
|
|
|
|
'en_US' => 'انګليسي (US)', |
138
|
|
|
|
|
|
|
'en_US@alt=short' => 'انګليسي (US)', |
139
|
|
|
|
|
|
|
'eo' => 'اسپرانتو', |
140
|
|
|
|
|
|
|
'es' => 'هسپانوي', |
141
|
|
|
|
|
|
|
'es_419' => 'لاتيني امريکايي هسپانوي', |
142
|
|
|
|
|
|
|
'es_ES' => 'اروپايي هسپانوي', |
143
|
|
|
|
|
|
|
'es_MX' => 'ميکسيکو هسپانوي', |
144
|
|
|
|
|
|
|
'et' => 'حبشي', |
145
|
|
|
|
|
|
|
'eu' => 'باسکي', |
146
|
|
|
|
|
|
|
'ewo' => 'اوونڊو', |
147
|
|
|
|
|
|
|
'fa' => 'فارسي', |
148
|
|
|
|
|
|
|
'ff' => 'فلاحہ', |
149
|
|
|
|
|
|
|
'fi' => 'فینلنډي', |
150
|
|
|
|
|
|
|
'fil' => 'فلیپیني', |
151
|
|
|
|
|
|
|
'fj' => 'فجیان', |
152
|
|
|
|
|
|
|
'fo' => 'فاروئې', |
153
|
|
|
|
|
|
|
'fon' => 'فان', |
154
|
|
|
|
|
|
|
'fr' => 'فرانسوي', |
155
|
|
|
|
|
|
|
'fur' => 'فرائیلیین', |
156
|
|
|
|
|
|
|
'fy' => 'فريزي', |
157
|
|
|
|
|
|
|
'ga' => 'ائيرلېنډي', |
158
|
|
|
|
|
|
|
'gaa' => 'gaa', |
159
|
|
|
|
|
|
|
'gd' => 'سکاټلېنډي ګېلک', |
160
|
|
|
|
|
|
|
'gez' => 'ګیز', |
161
|
|
|
|
|
|
|
'gil' => 'گلبرتي', |
162
|
|
|
|
|
|
|
'gl' => 'ګلېشيايي', |
163
|
|
|
|
|
|
|
'gn' => 'ګوراني', |
164
|
|
|
|
|
|
|
'gor' => 'ګورن ټالو', |
165
|
|
|
|
|
|
|
'gsw' => 'سویس جرمن', |
166
|
|
|
|
|
|
|
'gu' => 'ګجراتي', |
167
|
|
|
|
|
|
|
'guz' => 'ګوسي', |
168
|
|
|
|
|
|
|
'gv' => 'مینکس', |
169
|
|
|
|
|
|
|
'gwi' => 'ګیچین', |
170
|
|
|
|
|
|
|
'ha' => 'هوسا', |
171
|
|
|
|
|
|
|
'haw' => 'هوایی', |
172
|
|
|
|
|
|
|
'he' => 'عبري', |
173
|
|
|
|
|
|
|
'hi' => 'هندي', |
174
|
|
|
|
|
|
|
'hil' => 'ھلیګینون', |
175
|
|
|
|
|
|
|
'hmn' => 'همونګ', |
176
|
|
|
|
|
|
|
'hr' => 'کروواسي', |
177
|
|
|
|
|
|
|
'hsb' => 'پورته صربي', |
178
|
|
|
|
|
|
|
'ht' => 'هيٽي کرولي', |
179
|
|
|
|
|
|
|
'hu' => 'هنگري', |
180
|
|
|
|
|
|
|
'hup' => 'ھوپا', |
181
|
|
|
|
|
|
|
'hy' => 'ارمني', |
182
|
|
|
|
|
|
|
'hz' => 'هیرورو', |
183
|
|
|
|
|
|
|
'ia' => 'انټرلنګوا', |
184
|
|
|
|
|
|
|
'iba' => 'ابن', |
185
|
|
|
|
|
|
|
'ibb' => 'ابیبیو', |
186
|
|
|
|
|
|
|
'id' => 'انډونېزي', |
187
|
|
|
|
|
|
|
'ie' => 'آسا نا جبة', |
188
|
|
|
|
|
|
|
'ig' => 'اګبو', |
189
|
|
|
|
|
|
|
'ii' => 'سیچیان یی', |
190
|
|
|
|
|
|
|
'ilo' => 'الوکو', |
191
|
|
|
|
|
|
|
'inh' => 'انگش', |
192
|
|
|
|
|
|
|
'io' => 'اڊو', |
193
|
|
|
|
|
|
|
'is' => 'ايسلنډي', |
194
|
|
|
|
|
|
|
'it' => 'ایټالوي', |
195
|
|
|
|
|
|
|
'iu' => 'انوکتیتوت', |
196
|
|
|
|
|
|
|
'ja' => 'جاپاني', |
197
|
|
|
|
|
|
|
'jbo' => 'لوجبان', |
198
|
|
|
|
|
|
|
'jgo' => 'نګبا', |
199
|
|
|
|
|
|
|
'jmc' => 'ماچمی', |
200
|
|
|
|
|
|
|
'jv' => 'جاوايي', |
201
|
|
|
|
|
|
|
'ka' => 'جورجيائي', |
202
|
|
|
|
|
|
|
'kab' => 'کیبیل', |
203
|
|
|
|
|
|
|
'kac' => 'کاچین', |
204
|
|
|
|
|
|
|
'kaj' => 'ججو', |
205
|
|
|
|
|
|
|
'kam' => 'کامبا', |
206
|
|
|
|
|
|
|
'kbd' => 'کابیرین', |
207
|
|
|
|
|
|
|
'kcg' => 'تایپ', |
208
|
|
|
|
|
|
|
'kde' => 'ماکډون', |
209
|
|
|
|
|
|
|
'kea' => 'کابوورډیانو', |
210
|
|
|
|
|
|
|
'kfo' => 'کورو', |
211
|
|
|
|
|
|
|
'kha' => 'خاسې', |
212
|
|
|
|
|
|
|
'khq' => 'کویرا چینی', |
213
|
|
|
|
|
|
|
'ki' => 'ککوؤو', |
214
|
|
|
|
|
|
|
'kj' => 'کواناما', |
215
|
|
|
|
|
|
|
'kk' => 'قازق', |
216
|
|
|
|
|
|
|
'kkj' => 'کاکو', |
217
|
|
|
|
|
|
|
'kl' => 'کلالیسٹ', |
218
|
|
|
|
|
|
|
'kln' => 'کلینجن', |
219
|
|
|
|
|
|
|
'km' => 'خمر', |
220
|
|
|
|
|
|
|
'kmb' => 'کیمبوندو', |
221
|
|
|
|
|
|
|
'kn' => 'کنأډه', |
222
|
|
|
|
|
|
|
'ko' => 'کوریایی', |
223
|
|
|
|
|
|
|
'kok' => 'کنکني', |
224
|
|
|
|
|
|
|
'kpe' => 'کیلي', |
225
|
|
|
|
|
|
|
'kr' => 'کنوری', |
226
|
|
|
|
|
|
|
'krc' => 'کراچی بالکر', |
227
|
|
|
|
|
|
|
'krl' => 'کاریلین', |
228
|
|
|
|
|
|
|
'kru' => 'کورخ', |
229
|
|
|
|
|
|
|
'ks' => 'کشمیري', |
230
|
|
|
|
|
|
|
'ksb' => 'شمبلا', |
231
|
|
|
|
|
|
|
'ksf' => 'بفیا', |
232
|
|
|
|
|
|
|
'ksh' => 'کولوگنيسي', |
233
|
|
|
|
|
|
|
'ku' => 'کردي', |
234
|
|
|
|
|
|
|
'kum' => 'کومک', |
235
|
|
|
|
|
|
|
'kv' => 'کومی', |
236
|
|
|
|
|
|
|
'kw' => 'کرونيشي', |
237
|
|
|
|
|
|
|
'ky' => 'کرګيز', |
238
|
|
|
|
|
|
|
'la' => 'لاتیني', |
239
|
|
|
|
|
|
|
'lad' => 'لاډینو', |
240
|
|
|
|
|
|
|
'lag' => 'لنګی', |
241
|
|
|
|
|
|
|
'lb' => 'لوګزامبورګي', |
242
|
|
|
|
|
|
|
'lez' => 'لیګغیان', |
243
|
|
|
|
|
|
|
'lg' => 'ګانده', |
244
|
|
|
|
|
|
|
'li' => 'لمبرگیانی', |
245
|
|
|
|
|
|
|
'lkt' => 'لکټو', |
246
|
|
|
|
|
|
|
'ln' => 'لنگلا', |
247
|
|
|
|
|
|
|
'lo' => 'لاو', |
248
|
|
|
|
|
|
|
'loz' => 'لوزی', |
249
|
|
|
|
|
|
|
'lrc' => 'شمالي لوری', |
250
|
|
|
|
|
|
|
'lt' => 'ليتواني', |
251
|
|
|
|
|
|
|
'lu' => 'لوبا-کټنګا', |
252
|
|
|
|
|
|
|
'lua' => 'لبا لولوا', |
253
|
|
|
|
|
|
|
'lun' => 'لندا', |
254
|
|
|
|
|
|
|
'luo' => 'لو', |
255
|
|
|
|
|
|
|
'lus' => 'ميزو', |
256
|
|
|
|
|
|
|
'luy' => 'لویا', |
257
|
|
|
|
|
|
|
'lv' => 'لېټواني', |
258
|
|
|
|
|
|
|
'mad' => 'مدراسی', |
259
|
|
|
|
|
|
|
'mag' => 'مګهي', |
260
|
|
|
|
|
|
|
'mai' => 'مایتھلي', |
261
|
|
|
|
|
|
|
'mak' => 'مکاسار', |
262
|
|
|
|
|
|
|
'mas' => 'ماسائي', |
263
|
|
|
|
|
|
|
'mdf' => 'موکشا', |
264
|
|
|
|
|
|
|
'men' => 'مینڊي', |
265
|
|
|
|
|
|
|
'mer' => 'ميرو', |
266
|
|
|
|
|
|
|
'mfe' => 'ماریسیسن', |
267
|
|
|
|
|
|
|
'mg' => 'ملغاسي', |
268
|
|
|
|
|
|
|
'mgh' => 'مکھوامیتو', |
269
|
|
|
|
|
|
|
'mgo' => 'ميټا', |
270
|
|
|
|
|
|
|
'mh' => 'مارشلیز', |
271
|
|
|
|
|
|
|
'mi' => 'ماوري', |
272
|
|
|
|
|
|
|
'mic' => 'ممکق', |
273
|
|
|
|
|
|
|
'min' => 'مينيگاباو', |
274
|
|
|
|
|
|
|
'mk' => 'مقدوني', |
275
|
|
|
|
|
|
|
'ml' => 'مالايالم', |
276
|
|
|
|
|
|
|
'mn' => 'منګولیایی', |
277
|
|
|
|
|
|
|
'mni' => 'مانی پوری', |
278
|
|
|
|
|
|
|
'moh' => 'محاواک', |
279
|
|
|
|
|
|
|
'mos' => 'ماسي', |
280
|
|
|
|
|
|
|
'mr' => 'مراټهي', |
281
|
|
|
|
|
|
|
'ms' => 'ملایا', |
282
|
|
|
|
|
|
|
'mt' => 'مالټايي', |
283
|
|
|
|
|
|
|
'mua' => 'مندانګ', |
284
|
|
|
|
|
|
|
'mul' => 'څو ژبو', |
285
|
|
|
|
|
|
|
'mus' => 'کريکي', |
286
|
|
|
|
|
|
|
'mwl' => 'مرانديز', |
287
|
|
|
|
|
|
|
'my' => 'برمایی', |
288
|
|
|
|
|
|
|
'myv' => 'ارزيا', |
289
|
|
|
|
|
|
|
'mzn' => 'مزاندراني', |
290
|
|
|
|
|
|
|
'na' => 'نایرو', |
291
|
|
|
|
|
|
|
'nap' => 'نيپالين', |
292
|
|
|
|
|
|
|
'naq' => 'ناما', |
293
|
|
|
|
|
|
|
'nb' => 'ناروې بوکمال', |
294
|
|
|
|
|
|
|
'nd' => 'شمالي نديبل', |
295
|
|
|
|
|
|
|
'ne' => 'نېپالي', |
296
|
|
|
|
|
|
|
'new' => 'نيواري', |
297
|
|
|
|
|
|
|
'ng' => 'ندونگا', |
298
|
|
|
|
|
|
|
'nia' => 'نياس', |
299
|
|
|
|
|
|
|
'niu' => 'نیان', |
300
|
|
|
|
|
|
|
'nl' => 'هالېنډي', |
301
|
|
|
|
|
|
|
'nl_BE' => 'فلېمېشي', |
302
|
|
|
|
|
|
|
'nmg' => 'کواسیو', |
303
|
|
|
|
|
|
|
'nn' => 'ناروېئي (نائنورسک)', |
304
|
|
|
|
|
|
|
'nnh' => 'نایجیمون', |
305
|
|
|
|
|
|
|
'no' => 'ناروېئې', |
306
|
|
|
|
|
|
|
'nog' => 'نوګی', |
307
|
|
|
|
|
|
|
'nqo' => 'نکو', |
308
|
|
|
|
|
|
|
'nr' => 'سويلي نديبيل', |
309
|
|
|
|
|
|
|
'nso' => 'شمالي سوتو', |
310
|
|
|
|
|
|
|
'nus' => 'نویر', |
311
|
|
|
|
|
|
|
'nv' => 'نواجو', |
312
|
|
|
|
|
|
|
'ny' => 'نیانجا', |
313
|
|
|
|
|
|
|
'nyn' => 'نینکول', |
314
|
|
|
|
|
|
|
'oc' => 'اوکسيټاني', |
315
|
|
|
|
|
|
|
'om' => 'اورومو', |
316
|
|
|
|
|
|
|
'or' => 'اوڊيا', |
317
|
|
|
|
|
|
|
'os' => 'اوسیٹک', |
318
|
|
|
|
|
|
|
'pa' => 'پنجابي', |
319
|
|
|
|
|
|
|
'pag' => 'پانګاسین', |
320
|
|
|
|
|
|
|
'pam' => 'پمپانگا', |
321
|
|
|
|
|
|
|
'pap' => 'پاپيامينتو', |
322
|
|
|
|
|
|
|
'pau' => 'پالان', |
323
|
|
|
|
|
|
|
'pcm' => 'نائجیریا پیدجن', |
324
|
|
|
|
|
|
|
'pl' => 'پولنډي', |
325
|
|
|
|
|
|
|
'prg' => 'پروشين', |
326
|
|
|
|
|
|
|
'ps' => 'پښتو', |
327
|
|
|
|
|
|
|
'pt' => 'پورتګالي', |
328
|
|
|
|
|
|
|
'pt_BR' => 'برازیلي پرتګالي', |
329
|
|
|
|
|
|
|
'pt_PT' => 'اروپايي پرتګالي', |
330
|
|
|
|
|
|
|
'qu' => 'کېچوا', |
331
|
|
|
|
|
|
|
'quc' => 'کچی', |
332
|
|
|
|
|
|
|
'rap' => 'رپانوئي', |
333
|
|
|
|
|
|
|
'rar' => 'راروټانګان', |
334
|
|
|
|
|
|
|
'rm' => 'رومانیش', |
335
|
|
|
|
|
|
|
'rn' => 'رونډی', |
336
|
|
|
|
|
|
|
'ro' => 'رومانیایی', |
337
|
|
|
|
|
|
|
'ro_MD' => 'مولداویایی', |
338
|
|
|
|
|
|
|
'rof' => 'رومبو', |
339
|
|
|
|
|
|
|
'root' => 'روټ', |
340
|
|
|
|
|
|
|
'ru' => 'روسي', |
341
|
|
|
|
|
|
|
'rup' => 'اروماني', |
342
|
|
|
|
|
|
|
'rw' => 'کینیارونډا', |
343
|
|
|
|
|
|
|
'rwk' => 'Rwa', |
344
|
|
|
|
|
|
|
'sa' => 'سنسکریټ', |
345
|
|
|
|
|
|
|
'sad' => 'سنډاوی', |
346
|
|
|
|
|
|
|
'sah' => 'سخا', |
347
|
|
|
|
|
|
|
'saq' => 'سمبورو', |
348
|
|
|
|
|
|
|
'sat' => 'سنتالي', |
349
|
|
|
|
|
|
|
'sba' => 'نګبای', |
350
|
|
|
|
|
|
|
'sbp' => 'سانګوو', |
351
|
|
|
|
|
|
|
'sc' => 'سارڊيني', |
352
|
|
|
|
|
|
|
'scn' => 'سیلیسي', |
353
|
|
|
|
|
|
|
'sco' => 'سکاټس', |
354
|
|
|
|
|
|
|
'sd' => 'سندهي', |
355
|
|
|
|
|
|
|
'se' => 'شمالي سامي', |
356
|
|
|
|
|
|
|
'seh' => 'سینا', |
357
|
|
|
|
|
|
|
'ses' => 'کوییرابورو سینی', |
358
|
|
|
|
|
|
|
'sg' => 'سانګو', |
359
|
|
|
|
|
|
|
'sh' => 'سرب-کروشيايي', |
360
|
|
|
|
|
|
|
'shi' => 'تاکلهیټ', |
361
|
|
|
|
|
|
|
'shn' => 'شان', |
362
|
|
|
|
|
|
|
'si' => 'سينهالي', |
363
|
|
|
|
|
|
|
'sk' => 'سلوواکي', |
364
|
|
|
|
|
|
|
'sl' => 'سلوواني', |
365
|
|
|
|
|
|
|
'sm' => 'ساموآن', |
366
|
|
|
|
|
|
|
'sma' => 'سویلي سامی', |
367
|
|
|
|
|
|
|
'smj' => 'لول سامي', |
368
|
|
|
|
|
|
|
'smn' => 'اناري سميع', |
369
|
|
|
|
|
|
|
'sms' => 'سکولټ سمیع', |
370
|
|
|
|
|
|
|
'sn' => 'شونا', |
371
|
|
|
|
|
|
|
'snk' => 'سونینګ', |
372
|
|
|
|
|
|
|
'so' => 'سومالي', |
373
|
|
|
|
|
|
|
'sq' => 'الباني', |
374
|
|
|
|
|
|
|
'sr' => 'سربيائي', |
375
|
|
|
|
|
|
|
'srn' => 'سوران ټونګو', |
376
|
|
|
|
|
|
|
'ss' => 'سواتی', |
377
|
|
|
|
|
|
|
'ssy' => 'سهو', |
378
|
|
|
|
|
|
|
'st' => 'سيسوتو', |
379
|
|
|
|
|
|
|
'su' => 'سوډاني', |
380
|
|
|
|
|
|
|
'suk' => 'سکوما', |
381
|
|
|
|
|
|
|
'sv' => 'سویډنی', |
382
|
|
|
|
|
|
|
'sw' => 'سواهېلي', |
383
|
|
|
|
|
|
|
'sw_CD' => 'کانګو سواهلی', |
384
|
|
|
|
|
|
|
'swb' => 'کومورياني', |
385
|
|
|
|
|
|
|
'syr' => 'سوریاني', |
386
|
|
|
|
|
|
|
'ta' => 'تامیل', |
387
|
|
|
|
|
|
|
'te' => 'تېليګو', |
388
|
|
|
|
|
|
|
'tem' => 'تیمني', |
389
|
|
|
|
|
|
|
'teo' => 'تیسو', |
390
|
|
|
|
|
|
|
'tet' => 'تتوم', |
391
|
|
|
|
|
|
|
'tg' => 'تاجکي', |
392
|
|
|
|
|
|
|
'th' => 'تايلېنډي', |
393
|
|
|
|
|
|
|
'ti' => 'تيګريني', |
394
|
|
|
|
|
|
|
'tig' => 'تیګر', |
395
|
|
|
|
|
|
|
'tk' => 'ترکمني', |
396
|
|
|
|
|
|
|
'tlh' => 'کلينګاني', |
397
|
|
|
|
|
|
|
'tn' => 'سووانا', |
398
|
|
|
|
|
|
|
'to' => 'تونګان', |
399
|
|
|
|
|
|
|
'tpi' => 'توک پیسین', |
400
|
|
|
|
|
|
|
'tr' => 'ترکي', |
401
|
|
|
|
|
|
|
'trv' => 'تاروکو', |
402
|
|
|
|
|
|
|
'ts' => 'سونګا', |
403
|
|
|
|
|
|
|
'tt' => 'تاتار', |
404
|
|
|
|
|
|
|
'tum' => 'تامبوکا', |
405
|
|
|
|
|
|
|
'tvl' => 'تووالو', |
406
|
|
|
|
|
|
|
'tw' => 'توی', |
407
|
|
|
|
|
|
|
'twq' => 'تساواق', |
408
|
|
|
|
|
|
|
'ty' => 'تاهیتي', |
409
|
|
|
|
|
|
|
'tyv' => 'توینیان', |
410
|
|
|
|
|
|
|
'tzm' => 'مرکزی اطلس تمازائيٹ', |
411
|
|
|
|
|
|
|
'udm' => 'ادمورت', |
412
|
|
|
|
|
|
|
'ug' => 'اويغوري', |
413
|
|
|
|
|
|
|
'uk' => 'اوکرانايي', |
414
|
|
|
|
|
|
|
'umb' => 'امبوندو', |
415
|
|
|
|
|
|
|
'und' => 'نامعلومه ژبه', |
416
|
|
|
|
|
|
|
'ur' => 'اردو', |
417
|
|
|
|
|
|
|
'uz' => 'اوزبکي', |
418
|
|
|
|
|
|
|
'vai' => 'وای', |
419
|
|
|
|
|
|
|
've' => 'ویندا', |
420
|
|
|
|
|
|
|
'vi' => 'وېتنامي', |
421
|
|
|
|
|
|
|
'vo' => 'والاپوک', |
422
|
|
|
|
|
|
|
'vun' => 'وونجو', |
423
|
|
|
|
|
|
|
'wa' => 'والون', |
424
|
|
|
|
|
|
|
'wae' => 'ولسیر', |
425
|
|
|
|
|
|
|
'wal' => 'ولایټا', |
426
|
|
|
|
|
|
|
'war' => 'وارۍ', |
427
|
|
|
|
|
|
|
'wo' => 'ولوف', |
428
|
|
|
|
|
|
|
'xal' => 'کالمک', |
429
|
|
|
|
|
|
|
'xh' => 'خوسا', |
430
|
|
|
|
|
|
|
'xog' => 'سوګا', |
431
|
|
|
|
|
|
|
'yav' => 'ینګبین', |
432
|
|
|
|
|
|
|
'ybb' => 'یمبا', |
433
|
|
|
|
|
|
|
'yi' => 'يديش', |
434
|
|
|
|
|
|
|
'yo' => 'یوروبا', |
435
|
|
|
|
|
|
|
'yue' => 'کانټوني', |
436
|
|
|
|
|
|
|
'zgh' => 'معياري مراکش تمازټیټ', |
437
|
|
|
|
|
|
|
'zh' => 'چیني', |
438
|
|
|
|
|
|
|
'zh_Hans' => 'ساده چيني', |
439
|
|
|
|
|
|
|
'zh_Hant' => 'دوديزه چيني', |
440
|
|
|
|
|
|
|
'zu' => 'زولو', |
441
|
|
|
|
|
|
|
'zun' => 'زوني', |
442
|
|
|
|
|
|
|
'zxx' => 'نه ژبني منځپانګه', |
443
|
|
|
|
|
|
|
'zza' => 'زازا', |
444
|
|
|
|
|
|
|
|
445
|
|
|
|
|
|
|
); |
446
|
|
|
|
|
|
|
if (@_) { |
447
|
|
|
|
|
|
|
return $languages{$_[0]}; |
448
|
|
|
|
|
|
|
} |
449
|
|
|
|
|
|
|
return \%languages; |
450
|
|
|
|
|
|
|
} |
451
|
|
|
|
|
|
|
}, |
452
|
|
|
|
|
|
|
); |
453
|
|
|
|
|
|
|
|
454
|
|
|
|
|
|
|
has 'display_name_script' => ( |
455
|
|
|
|
|
|
|
is => 'ro', |
456
|
|
|
|
|
|
|
isa => CodeRef, |
457
|
|
|
|
|
|
|
init_arg => undef, |
458
|
|
|
|
|
|
|
default => sub { |
459
|
|
|
|
|
|
|
sub { |
460
|
|
|
|
|
|
|
my %scripts = ( |
461
|
|
|
|
|
|
|
'Arab' => 'عربي', |
462
|
|
|
|
|
|
|
'Armn' => 'ارمانیایي', |
463
|
|
|
|
|
|
|
'Beng' => 'بنګله', |
464
|
|
|
|
|
|
|
'Bopo' => 'بوپوموفو', |
465
|
|
|
|
|
|
|
'Brai' => 'بریلي', |
466
|
|
|
|
|
|
|
'Cyrl' => 'سیریلیک', |
467
|
|
|
|
|
|
|
'Deva' => 'دیواناګري', |
468
|
|
|
|
|
|
|
'Ethi' => 'ایتوپي', |
469
|
|
|
|
|
|
|
'Geor' => 'ګرجستاني', |
470
|
|
|
|
|
|
|
'Grek' => 'یوناني', |
471
|
|
|
|
|
|
|
'Gujr' => 'ګجراتي', |
472
|
|
|
|
|
|
|
'Guru' => 'ګرومي', |
473
|
|
|
|
|
|
|
'Hanb' => 'هن او بوپوفومو', |
474
|
|
|
|
|
|
|
'Hang' => 'هنګولي', |
475
|
|
|
|
|
|
|
'Hani' => 'هن', |
476
|
|
|
|
|
|
|
'Hans' => 'ساده شوی', |
477
|
|
|
|
|
|
|
'Hans@alt=stand-alone' => 'ساده هان', |
478
|
|
|
|
|
|
|
'Hant' => 'دودیزه', |
479
|
|
|
|
|
|
|
'Hant@alt=stand-alone' => 'دودیز هان', |
480
|
|
|
|
|
|
|
'Hebr' => 'عبراني', |
481
|
|
|
|
|
|
|
'Hira' => 'هیراګانا', |
482
|
|
|
|
|
|
|
'Hrkt' => 'د جاپاني سیلابري', |
483
|
|
|
|
|
|
|
'Jamo' => 'جامو', |
484
|
|
|
|
|
|
|
'Jpan' => 'جاپاني', |
485
|
|
|
|
|
|
|
'Kana' => 'کاتاکانا', |
486
|
|
|
|
|
|
|
'Khmr' => 'خمر', |
487
|
|
|
|
|
|
|
'Knda' => 'کناډا', |
488
|
|
|
|
|
|
|
'Kore' => 'کوریایی', |
489
|
|
|
|
|
|
|
'Laoo' => 'لاوو', |
490
|
|
|
|
|
|
|
'Latn' => 'لاتين/لاتيني', |
491
|
|
|
|
|
|
|
'Mlym' => 'مالایالم', |
492
|
|
|
|
|
|
|
'Mong' => 'منګولیایي', |
493
|
|
|
|
|
|
|
'Mymr' => 'میانمار', |
494
|
|
|
|
|
|
|
'Orya' => 'اویا', |
495
|
|
|
|
|
|
|
'Sinh' => 'سنهالا', |
496
|
|
|
|
|
|
|
'Taml' => 'تامیل', |
497
|
|
|
|
|
|
|
'Telu' => 'تیلیګو', |
498
|
|
|
|
|
|
|
'Thaa' => 'تهانا', |
499
|
|
|
|
|
|
|
'Thai' => 'تایلنډي', |
500
|
|
|
|
|
|
|
'Tibt' => 'تبتي', |
501
|
|
|
|
|
|
|
'Zmth' => 'د ریاضیاتو نوټیشن', |
502
|
|
|
|
|
|
|
'Zsye' => 'ایموجي', |
503
|
|
|
|
|
|
|
'Zsym' => 'سمبولونه', |
504
|
|
|
|
|
|
|
'Zxxx' => 'ناليکلی', |
505
|
|
|
|
|
|
|
'Zyyy' => 'عام', |
506
|
|
|
|
|
|
|
'Zzzz' => 'نامعلومه سکرېپټ', |
507
|
|
|
|
|
|
|
|
508
|
|
|
|
|
|
|
); |
509
|
|
|
|
|
|
|
if ( @_ ) { |
510
|
|
|
|
|
|
|
return $scripts{$_[0]}; |
511
|
|
|
|
|
|
|
} |
512
|
|
|
|
|
|
|
return \%scripts; |
513
|
|
|
|
|
|
|
} |
514
|
|
|
|
|
|
|
} |
515
|
|
|
|
|
|
|
); |
516
|
|
|
|
|
|
|
|
517
|
|
|
|
|
|
|
has 'display_name_region' => ( |
518
|
|
|
|
|
|
|
is => 'ro', |
519
|
|
|
|
|
|
|
isa => HashRef[Str], |
520
|
|
|
|
|
|
|
init_arg => undef, |
521
|
|
|
|
|
|
|
default => sub { |
522
|
|
|
|
|
|
|
{ |
523
|
|
|
|
|
|
|
'001' => 'نړۍ', |
524
|
|
|
|
|
|
|
'002' => 'افريقا', |
525
|
|
|
|
|
|
|
'003' => 'شمالی امریکا', |
526
|
|
|
|
|
|
|
'005' => 'سويلي امريکا', |
527
|
|
|
|
|
|
|
'009' => 'سمندريه', |
528
|
|
|
|
|
|
|
'011' => 'لویدیځ افریقا', |
529
|
|
|
|
|
|
|
'013' => 'منخنۍ امريکا', |
530
|
|
|
|
|
|
|
'014' => 'ختیځ افریقا', |
531
|
|
|
|
|
|
|
'015' => 'شمالي افریقا', |
532
|
|
|
|
|
|
|
'017' => 'منځنۍ افریقا', |
533
|
|
|
|
|
|
|
'018' => 'سويلي افريقا', |
534
|
|
|
|
|
|
|
'019' => 'امريکې', |
535
|
|
|
|
|
|
|
'021' => 'شمالي امریکا', |
536
|
|
|
|
|
|
|
'029' => 'کیریبین', |
537
|
|
|
|
|
|
|
'030' => 'ختیځ آسیا', |
538
|
|
|
|
|
|
|
'034' => 'سويلي آسيا', |
539
|
|
|
|
|
|
|
'035' => 'سويلي ختيځ آسيا', |
540
|
|
|
|
|
|
|
'039' => 'سويلي اروپا', |
541
|
|
|
|
|
|
|
'053' => 'آسترالیا', |
542
|
|
|
|
|
|
|
'054' => 'ملانشیا', |
543
|
|
|
|
|
|
|
'057' => 'د مایکرونیسینین سیمه', |
544
|
|
|
|
|
|
|
'061' => 'پولنيسيا', |
545
|
|
|
|
|
|
|
'142' => 'آسيا', |
546
|
|
|
|
|
|
|
'143' => 'منځنۍ آسيا', |
547
|
|
|
|
|
|
|
'145' => 'لویدیځ آسیا', |
548
|
|
|
|
|
|
|
'150' => 'اروپا', |
549
|
|
|
|
|
|
|
'151' => 'ختيځه اروپا', |
550
|
|
|
|
|
|
|
'154' => 'شمالي اروپا', |
551
|
|
|
|
|
|
|
'155' => 'لویدیځه اروپا', |
552
|
|
|
|
|
|
|
'202' => 'سب سهارن افريقا', |
553
|
|
|
|
|
|
|
'419' => 'لاتیني امریکا', |
554
|
|
|
|
|
|
|
'AC' => 'اسينشان ټاپو', |
555
|
|
|
|
|
|
|
'AD' => 'اندورا', |
556
|
|
|
|
|
|
|
'AE' => 'متحده عرب امارات', |
557
|
|
|
|
|
|
|
'AF' => 'افغانستان', |
558
|
|
|
|
|
|
|
'AG' => 'انټيګوا او باربودا', |
559
|
|
|
|
|
|
|
'AI' => 'انګیلا', |
560
|
|
|
|
|
|
|
'AL' => 'البانیه', |
561
|
|
|
|
|
|
|
'AM' => 'ارمنستان', |
562
|
|
|
|
|
|
|
'AO' => 'انګولا', |
563
|
|
|
|
|
|
|
'AQ' => 'انتارکتیکا', |
564
|
|
|
|
|
|
|
'AR' => 'ارجنټاين', |
565
|
|
|
|
|
|
|
'AS' => 'امریکایی سمو', |
566
|
|
|
|
|
|
|
'AT' => 'اتریش', |
567
|
|
|
|
|
|
|
'AU' => 'آسټرالیا', |
568
|
|
|
|
|
|
|
'AW' => 'آروبا', |
569
|
|
|
|
|
|
|
'AX' => 'الاند ټاپوان', |
570
|
|
|
|
|
|
|
'AZ' => 'اذربايجان', |
571
|
|
|
|
|
|
|
'BA' => 'بوسنيا او هېرزګوينا', |
572
|
|
|
|
|
|
|
'BB' => 'باربادوس', |
573
|
|
|
|
|
|
|
'BD' => 'بنگله دېش', |
574
|
|
|
|
|
|
|
'BE' => 'بیلجیم', |
575
|
|
|
|
|
|
|
'BF' => 'بورکینا فاسو', |
576
|
|
|
|
|
|
|
'BG' => 'بلغاریه', |
577
|
|
|
|
|
|
|
'BH' => 'بحرين', |
578
|
|
|
|
|
|
|
'BI' => 'بروندي', |
579
|
|
|
|
|
|
|
'BJ' => 'بینن', |
580
|
|
|
|
|
|
|
'BL' => 'سينټ بارتيلمي', |
581
|
|
|
|
|
|
|
'BM' => 'برمودا', |
582
|
|
|
|
|
|
|
'BN' => 'برونائي', |
583
|
|
|
|
|
|
|
'BO' => 'بولیویا', |
584
|
|
|
|
|
|
|
'BQ' => 'کیریبین هالینډ', |
585
|
|
|
|
|
|
|
'BR' => 'برازیل', |
586
|
|
|
|
|
|
|
'BS' => 'باهماس', |
587
|
|
|
|
|
|
|
'BT' => 'بهوټان', |
588
|
|
|
|
|
|
|
'BV' => 'بوویټ ټاپو', |
589
|
|
|
|
|
|
|
'BW' => 'بوتسوانه', |
590
|
|
|
|
|
|
|
'BY' => 'بیلاروس', |
591
|
|
|
|
|
|
|
'BZ' => 'بلیز', |
592
|
|
|
|
|
|
|
'CA' => 'کاناډا', |
593
|
|
|
|
|
|
|
'CC' => 'کوکوز (کيلنګ) ټاپوګان', |
594
|
|
|
|
|
|
|
'CD' => 'کانګو - کینشاسا', |
595
|
|
|
|
|
|
|
'CD@alt=variant' => 'کانګو (DRC)', |
596
|
|
|
|
|
|
|
'CF' => 'وسطي افريقا جمهور', |
597
|
|
|
|
|
|
|
'CG' => 'کانګو - بروزوییل', |
598
|
|
|
|
|
|
|
'CG@alt=variant' => 'کانګو (جمهوریه)', |
599
|
|
|
|
|
|
|
'CH' => 'سویس', |
600
|
|
|
|
|
|
|
'CI' => 'د عاج ساحل', |
601
|
|
|
|
|
|
|
'CI@alt=variant' => 'ایوري ساحل', |
602
|
|
|
|
|
|
|
'CK' => 'کوک ټاپوګان', |
603
|
|
|
|
|
|
|
'CL' => 'چیلي', |
604
|
|
|
|
|
|
|
'CM' => 'کامرون', |
605
|
|
|
|
|
|
|
'CN' => 'چین', |
606
|
|
|
|
|
|
|
'CO' => 'کولمبیا', |
607
|
|
|
|
|
|
|
'CP' => 'د کلپرټون ټاپو', |
608
|
|
|
|
|
|
|
'CR' => 'کوستاریکا', |
609
|
|
|
|
|
|
|
'CU' => 'کیوبا', |
610
|
|
|
|
|
|
|
'CV' => 'کیپ ورد', |
611
|
|
|
|
|
|
|
'CW' => 'کوراکاو', |
612
|
|
|
|
|
|
|
'CX' => 'د کريسمس ټاپو', |
613
|
|
|
|
|
|
|
'CY' => 'قبرس', |
614
|
|
|
|
|
|
|
'CZ' => 'چکیا', |
615
|
|
|
|
|
|
|
'CZ@alt=variant' => 'جمهوريه چيک', |
616
|
|
|
|
|
|
|
'DE' => 'المان', |
617
|
|
|
|
|
|
|
'DG' => 'ډایګو ګارسیا', |
618
|
|
|
|
|
|
|
'DJ' => 'جبوتي', |
619
|
|
|
|
|
|
|
'DK' => 'ډنمارک', |
620
|
|
|
|
|
|
|
'DM' => 'دومینیکا', |
621
|
|
|
|
|
|
|
'DO' => 'جمهوريه ډومينيکن', |
622
|
|
|
|
|
|
|
'DZ' => 'الجزایر', |
623
|
|
|
|
|
|
|
'EA' => 'سيوتا او ماليلا', |
624
|
|
|
|
|
|
|
'EC' => 'اکوادور', |
625
|
|
|
|
|
|
|
'EE' => 'استونیا', |
626
|
|
|
|
|
|
|
'EG' => 'مصر', |
627
|
|
|
|
|
|
|
'EH' => 'لويديځ صحارا', |
628
|
|
|
|
|
|
|
'ER' => 'اریتره', |
629
|
|
|
|
|
|
|
'ES' => 'هسپانیه', |
630
|
|
|
|
|
|
|
'ET' => 'حبشه', |
631
|
|
|
|
|
|
|
'EU' => 'اروپايي اتحاديه', |
632
|
|
|
|
|
|
|
'EZ' => 'اروپايي سيمه', |
633
|
|
|
|
|
|
|
'FI' => 'فنلینډ', |
634
|
|
|
|
|
|
|
'FJ' => 'فجي', |
635
|
|
|
|
|
|
|
'FK' => 'فاکلينډ ټاپوګان', |
636
|
|
|
|
|
|
|
'FK@alt=variant' => 'فاکلينډ ټاپوګان (آيزلز مالويناس)', |
637
|
|
|
|
|
|
|
'FM' => 'میکرونیزیا', |
638
|
|
|
|
|
|
|
'FO' => 'فارو ټاپو', |
639
|
|
|
|
|
|
|
'FR' => 'فرانسه', |
640
|
|
|
|
|
|
|
'GA' => 'ګابن', |
641
|
|
|
|
|
|
|
'GB' => 'برتانیه', |
642
|
|
|
|
|
|
|
'GB@alt=short' => 'انګلستان', |
643
|
|
|
|
|
|
|
'GD' => 'ګرنادا', |
644
|
|
|
|
|
|
|
'GE' => 'گورجستان', |
645
|
|
|
|
|
|
|
'GF' => 'فرانسوي ګانا', |
646
|
|
|
|
|
|
|
'GG' => 'ګرنسي', |
647
|
|
|
|
|
|
|
'GH' => 'ګانا', |
648
|
|
|
|
|
|
|
'GI' => 'جبل الطارق', |
649
|
|
|
|
|
|
|
'GL' => 'ګرینلینډ', |
650
|
|
|
|
|
|
|
'GM' => 'ګامبیا', |
651
|
|
|
|
|
|
|
'GN' => 'ګینه', |
652
|
|
|
|
|
|
|
'GP' => 'ګالډیپ', |
653
|
|
|
|
|
|
|
'GQ' => 'استوایی ګینه', |
654
|
|
|
|
|
|
|
'GR' => 'یونان', |
655
|
|
|
|
|
|
|
'GS' => 'سويلي جارجيا او سويلي سېنډوچ ټاپوګان', |
656
|
|
|
|
|
|
|
'GT' => 'ګواتیمالا', |
657
|
|
|
|
|
|
|
'GU' => 'ګوام', |
658
|
|
|
|
|
|
|
'GW' => 'ګینه بیسو', |
659
|
|
|
|
|
|
|
'GY' => 'ګیانا', |
660
|
|
|
|
|
|
|
'HK' => 'هانګ کانګ SAR چین', |
661
|
|
|
|
|
|
|
'HK@alt=short' => 'هانګ کانګ', |
662
|
|
|
|
|
|
|
'HM' => 'هارډ او ميکډانلډ ټاپوګان', |
663
|
|
|
|
|
|
|
'HN' => 'هانډوراس', |
664
|
|
|
|
|
|
|
'HR' => 'کرواشيا', |
665
|
|
|
|
|
|
|
'HT' => 'هایټي', |
666
|
|
|
|
|
|
|
'HU' => 'مجارستان', |
667
|
|
|
|
|
|
|
'IC' => 'د کناري ټاپوګان', |
668
|
|
|
|
|
|
|
'ID' => 'اندونیزیا', |
669
|
|
|
|
|
|
|
'IE' => 'ایرلینډ', |
670
|
|
|
|
|
|
|
'IL' => 'اسراييل', |
671
|
|
|
|
|
|
|
'IM' => 'د آئل آف مین', |
672
|
|
|
|
|
|
|
'IN' => 'هند', |
673
|
|
|
|
|
|
|
'IO' => 'د بريتانوي هند سمندري سيمه', |
674
|
|
|
|
|
|
|
'IQ' => 'عراق', |
675
|
|
|
|
|
|
|
'IR' => 'ايران', |
676
|
|
|
|
|
|
|
'IS' => 'آیسلینډ', |
677
|
|
|
|
|
|
|
'IT' => 'ایټالیه', |
678
|
|
|
|
|
|
|
'JE' => 'جرسی', |
679
|
|
|
|
|
|
|
'JM' => 'جمیکا', |
680
|
|
|
|
|
|
|
'JO' => 'اردن', |
681
|
|
|
|
|
|
|
'JP' => 'جاپان', |
682
|
|
|
|
|
|
|
'KE' => 'کینیا', |
683
|
|
|
|
|
|
|
'KG' => 'قرغزستان', |
684
|
|
|
|
|
|
|
'KH' => 'کمبودیا', |
685
|
|
|
|
|
|
|
'KI' => 'کیري باتي', |
686
|
|
|
|
|
|
|
'KM' => 'کوموروس', |
687
|
|
|
|
|
|
|
'KN' => 'سینټ کټس او نیویس', |
688
|
|
|
|
|
|
|
'KP' => 'شمالی کوریا', |
689
|
|
|
|
|
|
|
'KR' => 'سویلي کوریا', |
690
|
|
|
|
|
|
|
'KW' => 'کویټ', |
691
|
|
|
|
|
|
|
'KY' => 'کیمان ټاپوګان', |
692
|
|
|
|
|
|
|
'KZ' => 'قزاقستان', |
693
|
|
|
|
|
|
|
'LA' => 'لاوس', |
694
|
|
|
|
|
|
|
'LB' => 'لبنان', |
695
|
|
|
|
|
|
|
'LC' => 'سینټ لوسیا', |
696
|
|
|
|
|
|
|
'LI' => 'لیختن اشتاین', |
697
|
|
|
|
|
|
|
'LK' => 'سريلنکا', |
698
|
|
|
|
|
|
|
'LR' => 'لایبریا', |
699
|
|
|
|
|
|
|
'LS' => 'لسوتو', |
700
|
|
|
|
|
|
|
'LT' => 'لیتوانیا', |
701
|
|
|
|
|
|
|
'LU' => 'لوګزامبورګ', |
702
|
|
|
|
|
|
|
'LV' => 'ليتهويا', |
703
|
|
|
|
|
|
|
'LY' => 'لیبیا', |
704
|
|
|
|
|
|
|
'MA' => 'مراکش', |
705
|
|
|
|
|
|
|
'MC' => 'موناکو', |
706
|
|
|
|
|
|
|
'MD' => 'مولدوا', |
707
|
|
|
|
|
|
|
'ME' => 'مونټینیګرو', |
708
|
|
|
|
|
|
|
'MF' => 'سینټ مارټن', |
709
|
|
|
|
|
|
|
'MG' => 'مدګاسکار', |
710
|
|
|
|
|
|
|
'MH' => 'مارشل ټاپوګان', |
711
|
|
|
|
|
|
|
'MK' => 'مقدونیه', |
712
|
|
|
|
|
|
|
'MK@alt=variant' => 'مقدونیه (FYROM)', |
713
|
|
|
|
|
|
|
'ML' => 'مالي', |
714
|
|
|
|
|
|
|
'MM' => 'ميانمار (برما)', |
715
|
|
|
|
|
|
|
'MN' => 'مغولستان', |
716
|
|
|
|
|
|
|
'MO' => 'مکا سار چین', |
717
|
|
|
|
|
|
|
'MO@alt=short' => 'مکاو', |
718
|
|
|
|
|
|
|
'MP' => 'شمالي ماريانا ټاپوګان', |
719
|
|
|
|
|
|
|
'MQ' => 'مارټینیک', |
720
|
|
|
|
|
|
|
'MR' => 'موریتانیا', |
721
|
|
|
|
|
|
|
'MS' => 'مانټیسیرت', |
722
|
|
|
|
|
|
|
'MT' => 'مالتا', |
723
|
|
|
|
|
|
|
'MU' => 'موریشیس', |
724
|
|
|
|
|
|
|
'MV' => 'مالديپ', |
725
|
|
|
|
|
|
|
'MW' => 'مالاوي', |
726
|
|
|
|
|
|
|
'MX' => 'میکسیکو', |
727
|
|
|
|
|
|
|
'MY' => 'مالیزیا', |
728
|
|
|
|
|
|
|
'MZ' => 'موزمبيق', |
729
|
|
|
|
|
|
|
'NA' => 'نیمبیا', |
730
|
|
|
|
|
|
|
'NC' => 'نوی کالیډونیا', |
731
|
|
|
|
|
|
|
'NE' => 'نیجر', |
732
|
|
|
|
|
|
|
'NF' => 'نارفولک ټاپوګان', |
733
|
|
|
|
|
|
|
'NG' => 'نایجیریا', |
734
|
|
|
|
|
|
|
'NI' => 'نکاراګوا', |
735
|
|
|
|
|
|
|
'NL' => 'هالېنډ', |
736
|
|
|
|
|
|
|
'NO' => 'ناروۍ', |
737
|
|
|
|
|
|
|
'NP' => 'نیپال', |
738
|
|
|
|
|
|
|
'NR' => 'نایرو', |
739
|
|
|
|
|
|
|
'NU' => 'نیوو', |
740
|
|
|
|
|
|
|
'NZ' => 'نیوزیلنډ', |
741
|
|
|
|
|
|
|
'OM' => 'عمان', |
742
|
|
|
|
|
|
|
'PA' => 'پاناما', |
743
|
|
|
|
|
|
|
'PE' => 'پیرو', |
744
|
|
|
|
|
|
|
'PF' => 'فرانسوي پولينيسيا', |
745
|
|
|
|
|
|
|
'PG' => 'پاپوا نيو ګيني', |
746
|
|
|
|
|
|
|
'PH' => 'فلپين', |
747
|
|
|
|
|
|
|
'PK' => 'پاکستان', |
748
|
|
|
|
|
|
|
'PL' => 'پولنډ', |
749
|
|
|
|
|
|
|
'PM' => 'سینټ پییر او میکولون', |
750
|
|
|
|
|
|
|
'PN' => 'پيټکيرن ټاپوګان', |
751
|
|
|
|
|
|
|
'PR' => 'پورتو ریکو', |
752
|
|
|
|
|
|
|
'PS' => 'فلسطين سيمې', |
753
|
|
|
|
|
|
|
'PS@alt=short' => 'فلسطين', |
754
|
|
|
|
|
|
|
'PT' => 'پورتګال', |
755
|
|
|
|
|
|
|
'PW' => 'پلاؤ', |
756
|
|
|
|
|
|
|
'PY' => 'پاراګوی', |
757
|
|
|
|
|
|
|
'QA' => 'قطر', |
758
|
|
|
|
|
|
|
'QO' => 'بهرنۍ اوسيانه', |
759
|
|
|
|
|
|
|
'RE' => 'ریونین', |
760
|
|
|
|
|
|
|
'RO' => 'رومانیا', |
761
|
|
|
|
|
|
|
'RS' => 'سربيا', |
762
|
|
|
|
|
|
|
'RU' => 'روسیه', |
763
|
|
|
|
|
|
|
'RW' => 'روندا', |
764
|
|
|
|
|
|
|
'SA' => 'سعودي عربستان', |
765
|
|
|
|
|
|
|
'SB' => 'سليمان ټاپوګان', |
766
|
|
|
|
|
|
|
'SC' => 'سیچیلیس', |
767
|
|
|
|
|
|
|
'SD' => 'سوډان', |
768
|
|
|
|
|
|
|
'SE' => 'سویډن', |
769
|
|
|
|
|
|
|
'SG' => 'سينگاپور', |
770
|
|
|
|
|
|
|
'SH' => 'سینټ هیلینا', |
771
|
|
|
|
|
|
|
'SI' => 'سلوانیا', |
772
|
|
|
|
|
|
|
'SJ' => 'سوالبارد او جان ميين', |
773
|
|
|
|
|
|
|
'SK' => 'سلواکیا', |
774
|
|
|
|
|
|
|
'SL' => 'سییرا لیون', |
775
|
|
|
|
|
|
|
'SM' => 'سان مارینو', |
776
|
|
|
|
|
|
|
'SN' => 'سينيګال', |
777
|
|
|
|
|
|
|
'SO' => 'سومالیا', |
778
|
|
|
|
|
|
|
'SR' => 'سورینام', |
779
|
|
|
|
|
|
|
'SS' => 'سويلي سوډان', |
780
|
|
|
|
|
|
|
'ST' => 'ساو ټیم او پرنسیپ', |
781
|
|
|
|
|
|
|
'SV' => 'سالوېډور', |
782
|
|
|
|
|
|
|
'SX' => 'سینټ مارټین', |
783
|
|
|
|
|
|
|
'SY' => 'سوریه', |
784
|
|
|
|
|
|
|
'SZ' => 'سوازیلینډ', |
785
|
|
|
|
|
|
|
'TA' => 'تریستان دا کنها', |
786
|
|
|
|
|
|
|
'TC' => 'د ترکیې او کیکاسو ټاپو', |
787
|
|
|
|
|
|
|
'TD' => 'چاډ', |
788
|
|
|
|
|
|
|
'TF' => 'د فرانسې جنوبي سیمې', |
789
|
|
|
|
|
|
|
'TG' => 'ټوګو', |
790
|
|
|
|
|
|
|
'TH' => 'تهايلنډ', |
791
|
|
|
|
|
|
|
'TJ' => 'تاجکستان', |
792
|
|
|
|
|
|
|
'TK' => 'توکیلو', |
793
|
|
|
|
|
|
|
'TL' => 'تيمور-ليسټ', |
794
|
|
|
|
|
|
|
'TL@alt=variant' => 'ختيځ تيمور', |
795
|
|
|
|
|
|
|
'TM' => 'تورکمنستان', |
796
|
|
|
|
|
|
|
'TN' => 'تونس', |
797
|
|
|
|
|
|
|
'TO' => 'تونګا', |
798
|
|
|
|
|
|
|
'TR' => 'ترکي', |
799
|
|
|
|
|
|
|
'TT' => 'ټرينيډاډ او ټوباګو', |
800
|
|
|
|
|
|
|
'TV' => 'توالیو', |
801
|
|
|
|
|
|
|
'TW' => 'تائيوان', |
802
|
|
|
|
|
|
|
'TZ' => 'تنزانیا', |
803
|
|
|
|
|
|
|
'UA' => 'اوکراین', |
804
|
|
|
|
|
|
|
'UG' => 'یوګانډا', |
805
|
|
|
|
|
|
|
'UM' => 'د متحده ایالاتو ټاپوګان', |
806
|
|
|
|
|
|
|
'UN' => 'ملگري ملتونه', |
807
|
|
|
|
|
|
|
'US' => 'متحده آيالات', |
808
|
|
|
|
|
|
|
'US@alt=short' => 'متحده آيالات', |
809
|
|
|
|
|
|
|
'UY' => 'یوروګوی', |
810
|
|
|
|
|
|
|
'UZ' => 'اوزبکستان', |
811
|
|
|
|
|
|
|
'VA' => 'واتیکان ښار', |
812
|
|
|
|
|
|
|
'VC' => 'سینټ ویسنټینټ او ګرینډینز', |
813
|
|
|
|
|
|
|
'VE' => 'وینزویلا', |
814
|
|
|
|
|
|
|
'VG' => 'بریتانوی ویګور ټاپوګان', |
815
|
|
|
|
|
|
|
'VI' => 'د متحده آيالاتو ورجن ټاپوګان', |
816
|
|
|
|
|
|
|
'VN' => 'وېتنام', |
817
|
|
|
|
|
|
|
'VU' => 'واناتو', |
818
|
|
|
|
|
|
|
'WF' => 'والیس او فوتونا', |
819
|
|
|
|
|
|
|
'WS' => 'ساموا', |
820
|
|
|
|
|
|
|
'XK' => 'کوسوو', |
821
|
|
|
|
|
|
|
'YE' => 'یمن', |
822
|
|
|
|
|
|
|
'YT' => 'مايوټ', |
823
|
|
|
|
|
|
|
'ZA' => 'سویلي افریقا', |
824
|
|
|
|
|
|
|
'ZM' => 'زیمبیا', |
825
|
|
|
|
|
|
|
'ZW' => 'زیمبابوی', |
826
|
|
|
|
|
|
|
'ZZ' => 'نامعلومه سيمه', |
827
|
|
|
|
|
|
|
|
828
|
|
|
|
|
|
|
} |
829
|
|
|
|
|
|
|
}, |
830
|
|
|
|
|
|
|
); |
831
|
|
|
|
|
|
|
|
832
|
|
|
|
|
|
|
has 'display_name_key' => ( |
833
|
|
|
|
|
|
|
is => 'ro', |
834
|
|
|
|
|
|
|
isa => HashRef[Str], |
835
|
|
|
|
|
|
|
init_arg => undef, |
836
|
|
|
|
|
|
|
default => sub { |
837
|
|
|
|
|
|
|
{ |
838
|
|
|
|
|
|
|
'calendar' => 'جنتري', |
839
|
|
|
|
|
|
|
'cf' => 'اسعارو بڼه', |
840
|
|
|
|
|
|
|
'collation' => 'ترتيب', |
841
|
|
|
|
|
|
|
'currency' => 'اسعارو', |
842
|
|
|
|
|
|
|
'hc' => 'hc', |
843
|
|
|
|
|
|
|
'lb' => 'lb', |
844
|
|
|
|
|
|
|
'ms' => 'ms', |
845
|
|
|
|
|
|
|
'numbers' => 'numbers', |
846
|
|
|
|
|
|
|
|
847
|
|
|
|
|
|
|
} |
848
|
|
|
|
|
|
|
}, |
849
|
|
|
|
|
|
|
); |
850
|
|
|
|
|
|
|
|
851
|
|
|
|
|
|
|
has 'display_name_type' => ( |
852
|
|
|
|
|
|
|
is => 'ro', |
853
|
|
|
|
|
|
|
isa => HashRef[HashRef[Str]], |
854
|
|
|
|
|
|
|
init_arg => undef, |
855
|
|
|
|
|
|
|
default => sub { |
856
|
|
|
|
|
|
|
{ |
857
|
|
|
|
|
|
|
'calendar' => { |
858
|
|
|
|
|
|
|
'buddhist' => q{بودايي جنتري}, |
859
|
|
|
|
|
|
|
'chinese' => q{د چين جنتري}, |
860
|
|
|
|
|
|
|
'dangi' => q{ډانګي جنتري}, |
861
|
|
|
|
|
|
|
'ethiopic' => q{ایتوپيک جنتري}, |
862
|
|
|
|
|
|
|
'gregorian' => q{ګريګورين جنتري}, |
863
|
|
|
|
|
|
|
'hebrew' => q{جورجویان جنتري}, |
864
|
|
|
|
|
|
|
'islamic' => q{اسلامي جنتري}, |
865
|
|
|
|
|
|
|
'islamic-civil' => q{د اسلامي جنتري (جدولي، د مدني عصر)}, |
866
|
|
|
|
|
|
|
'islamic-tbla' => q{اسلامي جنتري (جدولي، ستورپوهنيز عصر)}, |
867
|
|
|
|
|
|
|
'iso8601' => q{ISO-8601 جنتري}, |
868
|
|
|
|
|
|
|
'japanese' => q{د جاپاني جنتري}, |
869
|
|
|
|
|
|
|
'persian' => q{د فارسي جنتري}, |
870
|
|
|
|
|
|
|
'roc' => q{منگوو جنتري}, |
871
|
|
|
|
|
|
|
}, |
872
|
|
|
|
|
|
|
'cf' => { |
873
|
|
|
|
|
|
|
'account' => q{محاسبه اسعارو بڼه}, |
874
|
|
|
|
|
|
|
'standard' => q{معياري اسعارو بڼه}, |
875
|
|
|
|
|
|
|
}, |
876
|
|
|
|
|
|
|
'collation' => { |
877
|
|
|
|
|
|
|
'ducet' => q{ڊفالٽ یونیکوډ ترتیب}, |
878
|
|
|
|
|
|
|
'search' => q{عمومي موخو د لټون}, |
879
|
|
|
|
|
|
|
'standard' => q{معياري د لټې ترتيب}, |
880
|
|
|
|
|
|
|
}, |
881
|
|
|
|
|
|
|
'hc' => { |
882
|
|
|
|
|
|
|
'h11' => q{h11}, |
883
|
|
|
|
|
|
|
'h12' => q{h12}, |
884
|
|
|
|
|
|
|
'h23' => q{h23}, |
885
|
|
|
|
|
|
|
'h24' => q{h24}, |
886
|
|
|
|
|
|
|
}, |
887
|
|
|
|
|
|
|
'lb' => { |
888
|
|
|
|
|
|
|
'loose' => q{loose}, |
889
|
|
|
|
|
|
|
'normal' => q{normal}, |
890
|
|
|
|
|
|
|
'strict' => q{strict}, |
891
|
|
|
|
|
|
|
}, |
892
|
|
|
|
|
|
|
'ms' => { |
893
|
|
|
|
|
|
|
'metric' => q{metric}, |
894
|
|
|
|
|
|
|
'uksystem' => q{uksystem}, |
895
|
|
|
|
|
|
|
'ussystem' => q{ussystem}, |
896
|
|
|
|
|
|
|
}, |
897
|
|
|
|
|
|
|
'numbers' => { |
898
|
|
|
|
|
|
|
'arab' => q{عربي - انډیک عددونه}, |
899
|
|
|
|
|
|
|
'arabext' => q{غځېدلې عربي ۔ اينډيک عدد}, |
900
|
|
|
|
|
|
|
'armn' => q{armn}, |
901
|
|
|
|
|
|
|
'armnlow' => q{armnlow}, |
902
|
|
|
|
|
|
|
'beng' => q{beng}, |
903
|
|
|
|
|
|
|
'deva' => q{deva}, |
904
|
|
|
|
|
|
|
'ethi' => q{ethi}, |
905
|
|
|
|
|
|
|
'fullwide' => q{fullwide}, |
906
|
|
|
|
|
|
|
'geor' => q{geor}, |
907
|
|
|
|
|
|
|
'grek' => q{grek}, |
908
|
|
|
|
|
|
|
'greklow' => q{greklow}, |
909
|
|
|
|
|
|
|
'gujr' => q{gujr}, |
910
|
|
|
|
|
|
|
'guru' => q{guru}, |
911
|
|
|
|
|
|
|
'hanidec' => q{hanidec}, |
912
|
|
|
|
|
|
|
'hans' => q{hans}, |
913
|
|
|
|
|
|
|
'hansfin' => q{hansfin}, |
914
|
|
|
|
|
|
|
'hant' => q{hant}, |
915
|
|
|
|
|
|
|
'hantfin' => q{hantfin}, |
916
|
|
|
|
|
|
|
'hebr' => q{hebr}, |
917
|
|
|
|
|
|
|
'jpan' => q{jpan}, |
918
|
|
|
|
|
|
|
'jpanfin' => q{jpanfin}, |
919
|
|
|
|
|
|
|
'khmr' => q{khmr}, |
920
|
|
|
|
|
|
|
'knda' => q{knda}, |
921
|
|
|
|
|
|
|
'laoo' => q{laoo}, |
922
|
|
|
|
|
|
|
'latn' => q{لويديځ عددونه}, |
923
|
|
|
|
|
|
|
'mlym' => q{mlym}, |
924
|
|
|
|
|
|
|
'mymr' => q{mymr}, |
925
|
|
|
|
|
|
|
'orya' => q{orya}, |
926
|
|
|
|
|
|
|
'roman' => q{roman}, |
927
|
|
|
|
|
|
|
'romanlow' => q{romanlow}, |
928
|
|
|
|
|
|
|
'taml' => q{taml}, |
929
|
|
|
|
|
|
|
'tamldec' => q{tamldec}, |
930
|
|
|
|
|
|
|
'telu' => q{telu}, |
931
|
|
|
|
|
|
|
'thai' => q{thai}, |
932
|
|
|
|
|
|
|
'tibt' => q{tibt}, |
933
|
|
|
|
|
|
|
}, |
934
|
|
|
|
|
|
|
|
935
|
|
|
|
|
|
|
} |
936
|
|
|
|
|
|
|
}, |
937
|
|
|
|
|
|
|
); |
938
|
|
|
|
|
|
|
|
939
|
|
|
|
|
|
|
has 'display_name_measurement_system' => ( |
940
|
|
|
|
|
|
|
is => 'ro', |
941
|
|
|
|
|
|
|
isa => HashRef[Str], |
942
|
|
|
|
|
|
|
init_arg => undef, |
943
|
|
|
|
|
|
|
default => sub { |
944
|
|
|
|
|
|
|
{ |
945
|
|
|
|
|
|
|
'metric' => q{مېټرک}, |
946
|
|
|
|
|
|
|
'UK' => q{بريتاني}, |
947
|
|
|
|
|
|
|
'US' => q{امريکايي}, |
948
|
|
|
|
|
|
|
|
949
|
|
|
|
|
|
|
} |
950
|
|
|
|
|
|
|
}, |
951
|
|
|
|
|
|
|
); |
952
|
|
|
|
|
|
|
|
953
|
|
|
|
|
|
|
has 'display_name_code_patterns' => ( |
954
|
|
|
|
|
|
|
is => 'ro', |
955
|
|
|
|
|
|
|
isa => HashRef[Str], |
956
|
|
|
|
|
|
|
init_arg => undef, |
957
|
|
|
|
|
|
|
default => sub { |
958
|
|
|
|
|
|
|
{ |
959
|
|
|
|
|
|
|
'language' => 'ژبه: {0}', |
960
|
|
|
|
|
|
|
'script' => 'سکرېپټ: {0}', |
961
|
|
|
|
|
|
|
'region' => 'سيمه: {0}', |
962
|
|
|
|
|
|
|
|
963
|
|
|
|
|
|
|
} |
964
|
|
|
|
|
|
|
}, |
965
|
|
|
|
|
|
|
); |
966
|
|
|
|
|
|
|
|
967
|
|
|
|
|
|
|
has 'text_orientation' => ( |
968
|
|
|
|
|
|
|
is => 'ro', |
969
|
|
|
|
|
|
|
isa => HashRef[Str], |
970
|
|
|
|
|
|
|
init_arg => undef, |
971
|
|
|
|
|
|
|
default => sub { return { |
972
|
|
|
|
|
|
|
lines => '', |
973
|
|
|
|
|
|
|
characters => 'right-to-left', |
974
|
|
|
|
|
|
|
}} |
975
|
|
|
|
|
|
|
); |
976
|
|
|
|
|
|
|
|
977
|
|
|
|
|
|
|
has 'characters' => ( |
978
|
|
|
|
|
|
|
is => 'ro', |
979
|
|
|
|
|
|
|
isa => HashRef, |
980
|
|
|
|
|
|
|
init_arg => undef, |
981
|
|
|
|
|
|
|
default => $^V ge v5.18.0 |
982
|
|
|
|
|
|
|
? eval <<'EOT' |
983
|
|
|
|
|
|
|
sub { |
984
|
|
|
|
|
|
|
no warnings 'experimental::regex_sets'; |
985
|
|
|
|
|
|
|
return { |
986
|
|
|
|
|
|
|
auxiliary => qr{[ ]}, |
987
|
|
|
|
|
|
|
index => ['آ', 'ا', 'ء', 'ب', 'پ', 'ت', 'ټ', 'ث', 'ج', 'ځ', 'چ', 'څ', 'ح', 'خ', 'د', 'ډ', 'ذ', 'ر', 'ړ', 'ز', 'ژ', 'ږ', 'س', 'ش', 'ښ', 'ص', 'ض', 'ط', 'ظ', 'ع', 'غ', 'ف', 'ق', 'ک', 'ګ', 'ل', 'م', 'ن', 'ڼ', 'ه', 'و', 'ی'], |
988
|
|
|
|
|
|
|
main => qr{[َ ِ ُ ً ٍ ٌ ّ ْ ٔ ٰ آ ا أ ء ب پ ت ټ ث ج ځ چ څ ح خ د ډ ذ ر ړ ز ژ ږ س ش ښ ص ض ط ظ ع غ ف ق ک ګ گ ل م ن ڼ ه ة و ؤ ی ي ې ۍ ئ]}, |
989
|
|
|
|
|
|
|
numbers => qr{[ \- , ٫ ٬ . % ٪ ‰ ؉ + − 0۰ 1۱ 2۲ 3۳ 4۴ 5۵ 6۶ 7۷ 8۸ 9۹]}, |
990
|
|
|
|
|
|
|
punctuation => qr{[، ; \: ! ۔ ' ‘ ( ) \[ \] \{ \} /]}, |
991
|
|
|
|
|
|
|
}; |
992
|
|
|
|
|
|
|
}, |
993
|
|
|
|
|
|
|
EOT |
994
|
|
|
|
|
|
|
: sub { |
995
|
|
|
|
|
|
|
return { index => ['آ', 'ا', 'ء', 'ب', 'پ', 'ت', 'ټ', 'ث', 'ج', 'ځ', 'چ', 'څ', 'ح', 'خ', 'د', 'ډ', 'ذ', 'ر', 'ړ', 'ز', 'ژ', 'ږ', 'س', 'ش', 'ښ', 'ص', 'ض', 'ط', 'ظ', 'ع', 'غ', 'ف', 'ق', 'ک', 'ګ', 'ل', 'م', 'ن', 'ڼ', 'ه', 'و', 'ی'], }; |
996
|
|
|
|
|
|
|
}, |
997
|
1
|
|
|
1
|
|
114
|
); |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
189
|
|
998
|
|
|
|
|
|
|
|
999
|
|
|
|
|
|
|
|
1000
|
|
|
|
|
|
|
has 'ellipsis' => ( |
1001
|
|
|
|
|
|
|
is => 'ro', |
1002
|
|
|
|
|
|
|
isa => HashRef, |
1003
|
|
|
|
|
|
|
init_arg => undef, |
1004
|
|
|
|
|
|
|
default => sub { |
1005
|
|
|
|
|
|
|
return { |
1006
|
|
|
|
|
|
|
'final' => '{0}…', |
1007
|
|
|
|
|
|
|
'initial' => '…{0}', |
1008
|
|
|
|
|
|
|
'medial' => '{0}…{1}', |
1009
|
|
|
|
|
|
|
'word-final' => '{0} …', |
1010
|
|
|
|
|
|
|
'word-initial' => '… {0}', |
1011
|
|
|
|
|
|
|
'word-medial' => '{0} … {1}', |
1012
|
|
|
|
|
|
|
}; |
1013
|
|
|
|
|
|
|
}, |
1014
|
|
|
|
|
|
|
); |
1015
|
|
|
|
|
|
|
|
1016
|
|
|
|
|
|
|
has 'more_information' => ( |
1017
|
|
|
|
|
|
|
is => 'ro', |
1018
|
|
|
|
|
|
|
isa => Str, |
1019
|
|
|
|
|
|
|
init_arg => undef, |
1020
|
|
|
|
|
|
|
default => qq{?}, |
1021
|
|
|
|
|
|
|
); |
1022
|
|
|
|
|
|
|
|
1023
|
|
|
|
|
|
|
has 'quote_start' => ( |
1024
|
|
|
|
|
|
|
is => 'ro', |
1025
|
|
|
|
|
|
|
isa => Str, |
1026
|
|
|
|
|
|
|
init_arg => undef, |
1027
|
|
|
|
|
|
|
default => qq{“}, |
1028
|
|
|
|
|
|
|
); |
1029
|
|
|
|
|
|
|
|
1030
|
|
|
|
|
|
|
has 'quote_end' => ( |
1031
|
|
|
|
|
|
|
is => 'ro', |
1032
|
|
|
|
|
|
|
isa => Str, |
1033
|
|
|
|
|
|
|
init_arg => undef, |
1034
|
|
|
|
|
|
|
default => qq{”}, |
1035
|
|
|
|
|
|
|
); |
1036
|
|
|
|
|
|
|
|
1037
|
|
|
|
|
|
|
has 'alternate_quote_start' => ( |
1038
|
|
|
|
|
|
|
is => 'ro', |
1039
|
|
|
|
|
|
|
isa => Str, |
1040
|
|
|
|
|
|
|
init_arg => undef, |
1041
|
|
|
|
|
|
|
default => qq{‘}, |
1042
|
|
|
|
|
|
|
); |
1043
|
|
|
|
|
|
|
|
1044
|
|
|
|
|
|
|
has 'alternate_quote_end' => ( |
1045
|
|
|
|
|
|
|
is => 'ro', |
1046
|
|
|
|
|
|
|
isa => Str, |
1047
|
|
|
|
|
|
|
init_arg => undef, |
1048
|
|
|
|
|
|
|
default => qq{’}, |
1049
|
|
|
|
|
|
|
); |
1050
|
|
|
|
|
|
|
|
1051
|
|
|
|
|
|
|
has 'duration_units' => ( |
1052
|
|
|
|
|
|
|
is => 'ro', |
1053
|
|
|
|
|
|
|
isa => HashRef[Str], |
1054
|
|
|
|
|
|
|
init_arg => undef, |
1055
|
|
|
|
|
|
|
default => sub { { |
1056
|
|
|
|
|
|
|
hm => 'h:mm', |
1057
|
|
|
|
|
|
|
hms => 'h:mm:ss', |
1058
|
|
|
|
|
|
|
ms => 'm:ss', |
1059
|
|
|
|
|
|
|
} } |
1060
|
|
|
|
|
|
|
); |
1061
|
|
|
|
|
|
|
|
1062
|
|
|
|
|
|
|
has 'units' => ( |
1063
|
|
|
|
|
|
|
is => 'ro', |
1064
|
|
|
|
|
|
|
isa => HashRef[HashRef[HashRef[Str]]], |
1065
|
|
|
|
|
|
|
init_arg => undef, |
1066
|
|
|
|
|
|
|
default => sub { { |
1067
|
|
|
|
|
|
|
'long' => { |
1068
|
|
|
|
|
|
|
'' => { |
1069
|
|
|
|
|
|
|
'name' => q(کارډنل اړخ), |
1070
|
|
|
|
|
|
|
}, |
1071
|
|
|
|
|
|
|
'acre' => { |
1072
|
|
|
|
|
|
|
'name' => q(ايکړز), |
1073
|
|
|
|
|
|
|
'one' => q({0} ايکړ), |
1074
|
|
|
|
|
|
|
'other' => q({0} ايکړز), |
1075
|
|
|
|
|
|
|
}, |
1076
|
|
|
|
|
|
|
'acre-foot' => { |
1077
|
|
|
|
|
|
|
'name' => q(اکړ فټ), |
1078
|
|
|
|
|
|
|
'one' => q({0} اکړ فټ), |
1079
|
|
|
|
|
|
|
'other' => q({0} اکړ فټ), |
1080
|
|
|
|
|
|
|
}, |
1081
|
|
|
|
|
|
|
'ampere' => { |
1082
|
|
|
|
|
|
|
'name' => q(ايمپيرز), |
1083
|
|
|
|
|
|
|
'one' => q({0} ايمپير), |
1084
|
|
|
|
|
|
|
'other' => q({0} ايمپيرز), |
1085
|
|
|
|
|
|
|
}, |
1086
|
|
|
|
|
|
|
'arc-minute' => { |
1087
|
|
|
|
|
|
|
'name' => q(آرکمنټس), |
1088
|
|
|
|
|
|
|
'one' => q({0} آرکمنټ), |
1089
|
|
|
|
|
|
|
'other' => q({0} آرکمنټس), |
1090
|
|
|
|
|
|
|
}, |
1091
|
|
|
|
|
|
|
'arc-second' => { |
1092
|
|
|
|
|
|
|
'name' => q(آرک ثانيې), |
1093
|
|
|
|
|
|
|
'one' => q({0} آرک ثانيه), |
1094
|
|
|
|
|
|
|
'other' => q({0} آرک ثانيې), |
1095
|
|
|
|
|
|
|
}, |
1096
|
|
|
|
|
|
|
'astronomical-unit' => { |
1097
|
|
|
|
|
|
|
'name' => q(فلکي احدې), |
1098
|
|
|
|
|
|
|
'one' => q({0} فلکي احد), |
1099
|
|
|
|
|
|
|
'other' => q({0} فلکي احدې), |
1100
|
|
|
|
|
|
|
}, |
1101
|
|
|
|
|
|
|
'atmosphere' => { |
1102
|
|
|
|
|
|
|
'name' => q(اتموسفيرز), |
1103
|
|
|
|
|
|
|
'one' => q({0} اتموسفير), |
1104
|
|
|
|
|
|
|
'other' => q({0} اتموسفيرز), |
1105
|
|
|
|
|
|
|
}, |
1106
|
|
|
|
|
|
|
'bit' => { |
1107
|
|
|
|
|
|
|
'name' => q(بټس), |
1108
|
|
|
|
|
|
|
'one' => q({0} بټ), |
1109
|
|
|
|
|
|
|
'other' => q({0} بټس), |
1110
|
|
|
|
|
|
|
}, |
1111
|
|
|
|
|
|
|
'byte' => { |
1112
|
|
|
|
|
|
|
'name' => q(بايټس), |
1113
|
|
|
|
|
|
|
'one' => q({0} بايټ), |
1114
|
|
|
|
|
|
|
'other' => q({0} بايټس), |
1115
|
|
|
|
|
|
|
}, |
1116
|
|
|
|
|
|
|
'calorie' => { |
1117
|
|
|
|
|
|
|
'name' => q(کيلريز), |
1118
|
|
|
|
|
|
|
'one' => q({0} کيلري), |
1119
|
|
|
|
|
|
|
'other' => q({0} کيلريز), |
1120
|
|
|
|
|
|
|
}, |
1121
|
|
|
|
|
|
|
'carat' => { |
1122
|
|
|
|
|
|
|
'name' => q(قيراط), |
1123
|
|
|
|
|
|
|
'one' => q({0} قيراط), |
1124
|
|
|
|
|
|
|
'other' => q({0} قيراط), |
1125
|
|
|
|
|
|
|
}, |
1126
|
|
|
|
|
|
|
'celsius' => { |
1127
|
|
|
|
|
|
|
'name' => q(درجې سيلسيس), |
1128
|
|
|
|
|
|
|
'one' => q({0} درجې سيلسيس), |
1129
|
|
|
|
|
|
|
'other' => q({0} درجې سيلسيس), |
1130
|
|
|
|
|
|
|
}, |
1131
|
|
|
|
|
|
|
'centiliter' => { |
1132
|
|
|
|
|
|
|
'name' => q(سنټي ليټرز), |
1133
|
|
|
|
|
|
|
'one' => q({0} سنټي ليټر), |
1134
|
|
|
|
|
|
|
'other' => q({0} سنټي ليټرز), |
1135
|
|
|
|
|
|
|
}, |
1136
|
|
|
|
|
|
|
'centimeter' => { |
1137
|
|
|
|
|
|
|
'name' => q(سنتي متره), |
1138
|
|
|
|
|
|
|
'one' => q({0} سنتي متر), |
1139
|
|
|
|
|
|
|
'other' => q({0} سنتي متره), |
1140
|
|
|
|
|
|
|
'per' => q({0} هر سنتي متر), |
1141
|
|
|
|
|
|
|
}, |
1142
|
|
|
|
|
|
|
'century' => { |
1143
|
|
|
|
|
|
|
'name' => q(c), |
1144
|
|
|
|
|
|
|
'one' => q({0} c), |
1145
|
|
|
|
|
|
|
'other' => q({0} c), |
1146
|
|
|
|
|
|
|
}, |
1147
|
|
|
|
|
|
|
'coordinate' => { |
1148
|
|
|
|
|
|
|
'east' => q({0} ختيځ), |
1149
|
|
|
|
|
|
|
'north' => q({0} شمال), |
1150
|
|
|
|
|
|
|
'south' => q({0} سويل), |
1151
|
|
|
|
|
|
|
'west' => q({0} لوېديځ), |
1152
|
|
|
|
|
|
|
}, |
1153
|
|
|
|
|
|
|
'cubic-centimeter' => { |
1154
|
|
|
|
|
|
|
'name' => q(مکعب سنتي متر), |
1155
|
|
|
|
|
|
|
'one' => q({0} مکعب سنتي متر), |
1156
|
|
|
|
|
|
|
'other' => q({0} مکعب سنتي متر), |
1157
|
|
|
|
|
|
|
'per' => q({0} في مکعب سنتي متر), |
1158
|
|
|
|
|
|
|
}, |
1159
|
|
|
|
|
|
|
'cubic-foot' => { |
1160
|
|
|
|
|
|
|
'name' => q(مکعب فټ), |
1161
|
|
|
|
|
|
|
'one' => q({0} مکعب فټ), |
1162
|
|
|
|
|
|
|
'other' => q({0} مکعب فټ), |
1163
|
|
|
|
|
|
|
}, |
1164
|
|
|
|
|
|
|
'cubic-inch' => { |
1165
|
|
|
|
|
|
|
'name' => q(مکعب انچ), |
1166
|
|
|
|
|
|
|
'one' => q({0} مکعب انچ), |
1167
|
|
|
|
|
|
|
'other' => q({0} مکعب انچ), |
1168
|
|
|
|
|
|
|
}, |
1169
|
|
|
|
|
|
|
'cubic-kilometer' => { |
1170
|
|
|
|
|
|
|
'name' => q(مکعب کيلو متر), |
1171
|
|
|
|
|
|
|
'one' => q(مکعب کيلو متر), |
1172
|
|
|
|
|
|
|
'other' => q({0} مکعب کيلو متر), |
1173
|
|
|
|
|
|
|
}, |
1174
|
|
|
|
|
|
|
'cubic-meter' => { |
1175
|
|
|
|
|
|
|
'name' => q(مکعب متر), |
1176
|
|
|
|
|
|
|
'one' => q({0} مکعب متر), |
1177
|
|
|
|
|
|
|
'other' => q({0} مکعب متر), |
1178
|
|
|
|
|
|
|
'per' => q({0} في مکعب متر), |
1179
|
|
|
|
|
|
|
}, |
1180
|
|
|
|
|
|
|
'cubic-mile' => { |
1181
|
|
|
|
|
|
|
'name' => q(مکعب ميل), |
1182
|
|
|
|
|
|
|
'one' => q({0} مکعب ميل), |
1183
|
|
|
|
|
|
|
'other' => q({0} مکعب ميل), |
1184
|
|
|
|
|
|
|
}, |
1185
|
|
|
|
|
|
|
'cubic-yard' => { |
1186
|
|
|
|
|
|
|
'name' => q(مکعب ګز), |
1187
|
|
|
|
|
|
|
'one' => q({0} مکعب ګز), |
1188
|
|
|
|
|
|
|
'other' => q({0} مکعب ګز), |
1189
|
|
|
|
|
|
|
}, |
1190
|
|
|
|
|
|
|
'cup' => { |
1191
|
|
|
|
|
|
|
'name' => q(پيالې), |
1192
|
|
|
|
|
|
|
'one' => q({0} پياله), |
1193
|
|
|
|
|
|
|
'other' => q({0} پيالې), |
1194
|
|
|
|
|
|
|
}, |
1195
|
|
|
|
|
|
|
'cup-metric' => { |
1196
|
|
|
|
|
|
|
'name' => q(metric cups), |
1197
|
|
|
|
|
|
|
'one' => q({0} metric cup), |
1198
|
|
|
|
|
|
|
'other' => q({0} metric cups), |
1199
|
|
|
|
|
|
|
}, |
1200
|
|
|
|
|
|
|
'day' => { |
1201
|
|
|
|
|
|
|
'name' => q(ورځې), |
1202
|
|
|
|
|
|
|
'one' => q({0} ورځ), |
1203
|
|
|
|
|
|
|
'other' => q({0} ورځې), |
1204
|
|
|
|
|
|
|
'per' => q({0} په هره ورځ کې), |
1205
|
|
|
|
|
|
|
}, |
1206
|
|
|
|
|
|
|
'deciliter' => { |
1207
|
|
|
|
|
|
|
'name' => q(ډيسي ليټرز), |
1208
|
|
|
|
|
|
|
'one' => q({0} ډيسي ليټر), |
1209
|
|
|
|
|
|
|
'other' => q({0} ډيسي ليټرز), |
1210
|
|
|
|
|
|
|
}, |
1211
|
|
|
|
|
|
|
'decimeter' => { |
1212
|
|
|
|
|
|
|
'name' => q(ډيسي متره), |
1213
|
|
|
|
|
|
|
'one' => q({0} ډيسي متر), |
1214
|
|
|
|
|
|
|
'other' => q({0} ډيسي متره), |
1215
|
|
|
|
|
|
|
}, |
1216
|
|
|
|
|
|
|
'degree' => { |
1217
|
|
|
|
|
|
|
'name' => q(درجې), |
1218
|
|
|
|
|
|
|
'one' => q({0} درجې), |
1219
|
|
|
|
|
|
|
'other' => q({0} درجې), |
1220
|
|
|
|
|
|
|
}, |
1221
|
|
|
|
|
|
|
'fahrenheit' => { |
1222
|
|
|
|
|
|
|
'name' => q(درجې فارنهايټ), |
1223
|
|
|
|
|
|
|
'one' => q({0} درجې فارنهايټ), |
1224
|
|
|
|
|
|
|
'other' => q({0} درجې فارنهايټ), |
1225
|
|
|
|
|
|
|
}, |
1226
|
|
|
|
|
|
|
'fluid-ounce' => { |
1227
|
|
|
|
|
|
|
'name' => q(fluid ounces), |
1228
|
|
|
|
|
|
|
'one' => q({0} fluid ounce), |
1229
|
|
|
|
|
|
|
'other' => q({0} fluid ounces), |
1230
|
|
|
|
|
|
|
}, |
1231
|
|
|
|
|
|
|
'foodcalorie' => { |
1232
|
|
|
|
|
|
|
'name' => q(کيلريز), |
1233
|
|
|
|
|
|
|
'one' => q({0} کيلري), |
1234
|
|
|
|
|
|
|
'other' => q({0} کيلريز), |
1235
|
|
|
|
|
|
|
}, |
1236
|
|
|
|
|
|
|
'foot' => { |
1237
|
|
|
|
|
|
|
'name' => q(فټه), |
1238
|
|
|
|
|
|
|
'one' => q({0} فټ), |
1239
|
|
|
|
|
|
|
'other' => q({0} فټه), |
1240
|
|
|
|
|
|
|
'per' => q({0}هر فټ), |
1241
|
|
|
|
|
|
|
}, |
1242
|
|
|
|
|
|
|
'g-force' => { |
1243
|
|
|
|
|
|
|
'name' => q(د جاذبې قوه), |
1244
|
|
|
|
|
|
|
'one' => q({0} د جاذبې قوه), |
1245
|
|
|
|
|
|
|
'other' => q({0} د جاذبې قوه), |
1246
|
|
|
|
|
|
|
}, |
1247
|
|
|
|
|
|
|
'gallon' => { |
1248
|
|
|
|
|
|
|
'name' => q(ګيلنز), |
1249
|
|
|
|
|
|
|
'one' => q({0} ګيلن), |
1250
|
|
|
|
|
|
|
'other' => q({0} ګيلنز), |
1251
|
|
|
|
|
|
|
'per' => q({0} في ګيلن), |
1252
|
|
|
|
|
|
|
}, |
1253
|
|
|
|
|
|
|
'gallon-imperial' => { |
1254
|
|
|
|
|
|
|
'name' => q(Imp. gallons), |
1255
|
|
|
|
|
|
|
'one' => q({0} Imp. gallon), |
1256
|
|
|
|
|
|
|
'other' => q({0} Imp. gallons), |
1257
|
|
|
|
|
|
|
'per' => q({0} per Imp. gallon), |
1258
|
|
|
|
|
|
|
}, |
1259
|
|
|
|
|
|
|
'generic' => { |
1260
|
|
|
|
|
|
|
'name' => q(°), |
1261
|
|
|
|
|
|
|
'one' => q({0}°), |
1262
|
|
|
|
|
|
|
'other' => q({0}°), |
1263
|
|
|
|
|
|
|
}, |
1264
|
|
|
|
|
|
|
'gigabit' => { |
1265
|
|
|
|
|
|
|
'name' => q(ګيګا بټس), |
1266
|
|
|
|
|
|
|
'one' => q({0} ګيګا بټ), |
1267
|
|
|
|
|
|
|
'other' => q({0} ګيګا بټس), |
1268
|
|
|
|
|
|
|
}, |
1269
|
|
|
|
|
|
|
'gigabyte' => { |
1270
|
|
|
|
|
|
|
'name' => q(ګيګا بايټس), |
1271
|
|
|
|
|
|
|
'one' => q({0} ګيګا بايټس), |
1272
|
|
|
|
|
|
|
'other' => q({0} ګيګا بايټس), |
1273
|
|
|
|
|
|
|
}, |
1274
|
|
|
|
|
|
|
'gigahertz' => { |
1275
|
|
|
|
|
|
|
'name' => q(ګيګا هرټز), |
1276
|
|
|
|
|
|
|
'one' => q({0} ګيګا هرټز), |
1277
|
|
|
|
|
|
|
'other' => q({0} ګيګا هرټز), |
1278
|
|
|
|
|
|
|
}, |
1279
|
|
|
|
|
|
|
'gigawatt' => { |
1280
|
|
|
|
|
|
|
'name' => q(ګيګا واټس), |
1281
|
|
|
|
|
|
|
'one' => q({0} ګيګا واټ), |
1282
|
|
|
|
|
|
|
'other' => q({0} ګيګا واټس), |
1283
|
|
|
|
|
|
|
}, |
1284
|
|
|
|
|
|
|
'gram' => { |
1285
|
|
|
|
|
|
|
'name' => q(ګرامز), |
1286
|
|
|
|
|
|
|
'one' => q({0} ګرام), |
1287
|
|
|
|
|
|
|
'other' => q({0} ګرامز), |
1288
|
|
|
|
|
|
|
'per' => q({0} في ګرام), |
1289
|
|
|
|
|
|
|
}, |
1290
|
|
|
|
|
|
|
'hectare' => { |
1291
|
|
|
|
|
|
|
'name' => q(هيکترې), |
1292
|
|
|
|
|
|
|
'one' => q({0} هيکتر), |
1293
|
|
|
|
|
|
|
'other' => q({0} هيکترې), |
1294
|
|
|
|
|
|
|
}, |
1295
|
|
|
|
|
|
|
'hectoliter' => { |
1296
|
|
|
|
|
|
|
'name' => q(هيکټو ليټرز), |
1297
|
|
|
|
|
|
|
'one' => q({0} هيکټو ليټر), |
1298
|
|
|
|
|
|
|
'other' => q({0} هيکټو ليټرز), |
1299
|
|
|
|
|
|
|
}, |
1300
|
|
|
|
|
|
|
'hectopascal' => { |
1301
|
|
|
|
|
|
|
'name' => q(هيکټو پاسکلز), |
1302
|
|
|
|
|
|
|
'one' => q({0} هيکټو پاسکل), |
1303
|
|
|
|
|
|
|
'other' => q({0} هيکټو پاسکلز), |
1304
|
|
|
|
|
|
|
}, |
1305
|
|
|
|
|
|
|
'hertz' => { |
1306
|
|
|
|
|
|
|
'name' => q(هرټز), |
1307
|
|
|
|
|
|
|
'one' => q({0} هرټز), |
1308
|
|
|
|
|
|
|
'other' => q({0} هرټز), |
1309
|
|
|
|
|
|
|
}, |
1310
|
|
|
|
|
|
|
'horsepower' => { |
1311
|
|
|
|
|
|
|
'name' => q(هارس پاور), |
1312
|
|
|
|
|
|
|
'one' => q({0} هارس پاور), |
1313
|
|
|
|
|
|
|
'other' => q({0} هارس پاور), |
1314
|
|
|
|
|
|
|
}, |
1315
|
|
|
|
|
|
|
'hour' => { |
1316
|
|
|
|
|
|
|
'name' => q(hr), |
1317
|
|
|
|
|
|
|
'one' => q({0} h), |
1318
|
|
|
|
|
|
|
'other' => q({0} h), |
1319
|
|
|
|
|
|
|
'per' => q({0}/h), |
1320
|
|
|
|
|
|
|
}, |
1321
|
|
|
|
|
|
|
'inch' => { |
1322
|
|
|
|
|
|
|
'name' => q(انچې), |
1323
|
|
|
|
|
|
|
'one' => q({0} انچ), |
1324
|
|
|
|
|
|
|
'other' => q({0} انچې), |
1325
|
|
|
|
|
|
|
'per' => q({0} هر انچ), |
1326
|
|
|
|
|
|
|
}, |
1327
|
|
|
|
|
|
|
'inch-hg' => { |
1328
|
|
|
|
|
|
|
'name' => q(د پارې انچې), |
1329
|
|
|
|
|
|
|
'one' => q({0} د پارې انچ), |
1330
|
|
|
|
|
|
|
'other' => q({0} د پارې انچې), |
1331
|
|
|
|
|
|
|
}, |
1332
|
|
|
|
|
|
|
'joule' => { |
1333
|
|
|
|
|
|
|
'name' => q(جولز), |
1334
|
|
|
|
|
|
|
'one' => q({0} جول), |
1335
|
|
|
|
|
|
|
'other' => q({0} جولز), |
1336
|
|
|
|
|
|
|
}, |
1337
|
|
|
|
|
|
|
'karat' => { |
1338
|
|
|
|
|
|
|
'name' => q(قيراط), |
1339
|
|
|
|
|
|
|
'one' => q({0} قيراط), |
1340
|
|
|
|
|
|
|
'other' => q({0} قيراط), |
1341
|
|
|
|
|
|
|
}, |
1342
|
|
|
|
|
|
|
'kelvin' => { |
1343
|
|
|
|
|
|
|
'name' => q(کيلونز), |
1344
|
|
|
|
|
|
|
'one' => q({0} کيلون), |
1345
|
|
|
|
|
|
|
'other' => q({0} کيلونز), |
1346
|
|
|
|
|
|
|
}, |
1347
|
|
|
|
|
|
|
'kilobit' => { |
1348
|
|
|
|
|
|
|
'name' => q(کيلو بټس), |
1349
|
|
|
|
|
|
|
'one' => q({0} کيلو بټ), |
1350
|
|
|
|
|
|
|
'other' => q({0} کيلو بټس), |
1351
|
|
|
|
|
|
|
}, |
1352
|
|
|
|
|
|
|
'kilobyte' => { |
1353
|
|
|
|
|
|
|
'name' => q(کيلو بايټس), |
1354
|
|
|
|
|
|
|
'one' => q({0} کيلو بايټ), |
1355
|
|
|
|
|
|
|
'other' => q({0} کيلو بايټس), |
1356
|
|
|
|
|
|
|
}, |
1357
|
|
|
|
|
|
|
'kilocalorie' => { |
1358
|
|
|
|
|
|
|
'name' => q(کيلو کيلريز), |
1359
|
|
|
|
|
|
|
'one' => q({0} کيلو کيلري), |
1360
|
|
|
|
|
|
|
'other' => q({0} کيلو کيلريز), |
1361
|
|
|
|
|
|
|
}, |
1362
|
|
|
|
|
|
|
'kilogram' => { |
1363
|
|
|
|
|
|
|
'name' => q(کيلو ګرامز), |
1364
|
|
|
|
|
|
|
'one' => q({0} کيلو ګرام), |
1365
|
|
|
|
|
|
|
'other' => q({0} کيلو ګرامز), |
1366
|
|
|
|
|
|
|
'per' => q({0} في کيلو ګرام), |
1367
|
|
|
|
|
|
|
}, |
1368
|
|
|
|
|
|
|
'kilohertz' => { |
1369
|
|
|
|
|
|
|
'name' => q(کيلو هرټز), |
1370
|
|
|
|
|
|
|
'one' => q({0} کيلو هرټز), |
1371
|
|
|
|
|
|
|
'other' => q({0} کيلو هرټز), |
1372
|
|
|
|
|
|
|
}, |
1373
|
|
|
|
|
|
|
'kilojoule' => { |
1374
|
|
|
|
|
|
|
'name' => q(کيلو جولز), |
1375
|
|
|
|
|
|
|
'one' => q({0} کيلو جول), |
1376
|
|
|
|
|
|
|
'other' => q({0} کيلو جولز), |
1377
|
|
|
|
|
|
|
}, |
1378
|
|
|
|
|
|
|
'kilometer' => { |
1379
|
|
|
|
|
|
|
'name' => q(کيلو ميتره), |
1380
|
|
|
|
|
|
|
'one' => q({0} کيلومتر), |
1381
|
|
|
|
|
|
|
'other' => q({0} کيلومتره), |
1382
|
|
|
|
|
|
|
'per' => q({0}هر کيلو ميتر), |
1383
|
|
|
|
|
|
|
}, |
1384
|
|
|
|
|
|
|
'kilometer-per-hour' => { |
1385
|
|
|
|
|
|
|
'name' => q(کيلو متر في ساعت), |
1386
|
|
|
|
|
|
|
'one' => q({0} کيلو متر في ساعت), |
1387
|
|
|
|
|
|
|
'other' => q({0} کيلو متر في ساعت), |
1388
|
|
|
|
|
|
|
}, |
1389
|
|
|
|
|
|
|
'kilowatt' => { |
1390
|
|
|
|
|
|
|
'name' => q(کيلو واټس), |
1391
|
|
|
|
|
|
|
'one' => q({0} کيلو واټ), |
1392
|
|
|
|
|
|
|
'other' => q({0} کيلو واټس), |
1393
|
|
|
|
|
|
|
}, |
1394
|
|
|
|
|
|
|
'kilowatt-hour' => { |
1395
|
|
|
|
|
|
|
'name' => q(کيلو واټ ساعته), |
1396
|
|
|
|
|
|
|
'one' => q({0} کيلو واټ ساعت), |
1397
|
|
|
|
|
|
|
'other' => q({0} کيلو واټ ساعته), |
1398
|
|
|
|
|
|
|
}, |
1399
|
|
|
|
|
|
|
'knot' => { |
1400
|
|
|
|
|
|
|
'name' => q(ناټس), |
1401
|
|
|
|
|
|
|
'one' => q({0} ناټ), |
1402
|
|
|
|
|
|
|
'other' => q({0} ناټس), |
1403
|
|
|
|
|
|
|
}, |
1404
|
|
|
|
|
|
|
'light-year' => { |
1405
|
|
|
|
|
|
|
'name' => q(نوري کالونه), |
1406
|
|
|
|
|
|
|
'one' => q({0} نوري کال), |
1407
|
|
|
|
|
|
|
'other' => q({0} نوري کالونه), |
1408
|
|
|
|
|
|
|
}, |
1409
|
|
|
|
|
|
|
'liter' => { |
1410
|
|
|
|
|
|
|
'name' => q(ليټرز), |
1411
|
|
|
|
|
|
|
'one' => q({0} ليټر), |
1412
|
|
|
|
|
|
|
'other' => q({0} ليټرز), |
1413
|
|
|
|
|
|
|
'per' => q({0} في ليټر), |
1414
|
|
|
|
|
|
|
}, |
1415
|
|
|
|
|
|
|
'liter-per-100kilometers' => { |
1416
|
|
|
|
|
|
|
'name' => q(ليټرز في ۱۰۰ کيلو مترز), |
1417
|
|
|
|
|
|
|
'one' => q({0} ليټر في ۱۰۰ کلو ميترز), |
1418
|
|
|
|
|
|
|
'other' => q({0} ليټرز في ۱۰۰ کيلو مترز), |
1419
|
|
|
|
|
|
|
}, |
1420
|
|
|
|
|
|
|
'liter-per-kilometer' => { |
1421
|
|
|
|
|
|
|
'name' => q(ليټرز في کيلو متر), |
1422
|
|
|
|
|
|
|
'one' => q({0} ليټر في کيلو متر), |
1423
|
|
|
|
|
|
|
'other' => q({0} ليټرز في کيلو متر), |
1424
|
|
|
|
|
|
|
}, |
1425
|
|
|
|
|
|
|
'lux' => { |
1426
|
|
|
|
|
|
|
'name' => q(lux), |
1427
|
|
|
|
|
|
|
'one' => q({0} lux), |
1428
|
|
|
|
|
|
|
'other' => q({0} lux), |
1429
|
|
|
|
|
|
|
}, |
1430
|
|
|
|
|
|
|
'megabit' => { |
1431
|
|
|
|
|
|
|
'name' => q(ميګا بټس), |
1432
|
|
|
|
|
|
|
'one' => q({0} ميګا بټ), |
1433
|
|
|
|
|
|
|
'other' => q({0} ميګا بټس), |
1434
|
|
|
|
|
|
|
}, |
1435
|
|
|
|
|
|
|
'megabyte' => { |
1436
|
|
|
|
|
|
|
'name' => q(ميګا بايټس), |
1437
|
|
|
|
|
|
|
'one' => q({0} ميګا بايټ), |
1438
|
|
|
|
|
|
|
'other' => q({0} ميګا بايټس), |
1439
|
|
|
|
|
|
|
}, |
1440
|
|
|
|
|
|
|
'megahertz' => { |
1441
|
|
|
|
|
|
|
'name' => q(ميګا هرټز), |
1442
|
|
|
|
|
|
|
'one' => q({0} ميګا هرټز), |
1443
|
|
|
|
|
|
|
'other' => q({0} ميګا هرټز), |
1444
|
|
|
|
|
|
|
}, |
1445
|
|
|
|
|
|
|
'megaliter' => { |
1446
|
|
|
|
|
|
|
'name' => q(ميګا ليټرز), |
1447
|
|
|
|
|
|
|
'one' => q({0} ميګا ليټر), |
1448
|
|
|
|
|
|
|
'other' => q({0} ميګا ليټرز), |
1449
|
|
|
|
|
|
|
}, |
1450
|
|
|
|
|
|
|
'megawatt' => { |
1451
|
|
|
|
|
|
|
'name' => q(ميګا واټس), |
1452
|
|
|
|
|
|
|
'one' => q({0} ميګا واټ), |
1453
|
|
|
|
|
|
|
'other' => q({0} ميګا واټس), |
1454
|
|
|
|
|
|
|
}, |
1455
|
|
|
|
|
|
|
'meter' => { |
1456
|
|
|
|
|
|
|
'name' => q(متره), |
1457
|
|
|
|
|
|
|
'one' => q({0} متر), |
1458
|
|
|
|
|
|
|
'other' => q({0} متره), |
1459
|
|
|
|
|
|
|
'per' => q({0}هر متر), |
1460
|
|
|
|
|
|
|
}, |
1461
|
|
|
|
|
|
|
'meter-per-second' => { |
1462
|
|
|
|
|
|
|
'name' => q(متر في ثانيه), |
1463
|
|
|
|
|
|
|
'one' => q({0} متر في ثانيه), |
1464
|
|
|
|
|
|
|
'other' => q({0} متر في ثانيه), |
1465
|
|
|
|
|
|
|
}, |
1466
|
|
|
|
|
|
|
'meter-per-second-squared' => { |
1467
|
|
|
|
|
|
|
'name' => q(meters per second squared), |
1468
|
|
|
|
|
|
|
'one' => q({0} meter per second squared), |
1469
|
|
|
|
|
|
|
'other' => q({0} meters per second squared), |
1470
|
|
|
|
|
|
|
}, |
1471
|
|
|
|
|
|
|
'metric-ton' => { |
1472
|
|
|
|
|
|
|
'name' => q(ميټرک ټنز), |
1473
|
|
|
|
|
|
|
'one' => q({0} ميټرک ټن), |
1474
|
|
|
|
|
|
|
'other' => q({0} ميټرک ټنز), |
1475
|
|
|
|
|
|
|
}, |
1476
|
|
|
|
|
|
|
'microgram' => { |
1477
|
|
|
|
|
|
|
'name' => q(مايکرو ګرامز), |
1478
|
|
|
|
|
|
|
'one' => q({0} مايکرو ګرام), |
1479
|
|
|
|
|
|
|
'other' => q({0} مايکرو ګرامز), |
1480
|
|
|
|
|
|
|
}, |
1481
|
|
|
|
|
|
|
'micrometer' => { |
1482
|
|
|
|
|
|
|
'name' => q(مايکرو متره), |
1483
|
|
|
|
|
|
|
'one' => q({0} مايکرو متر), |
1484
|
|
|
|
|
|
|
'other' => q({0} مايکرو متره), |
1485
|
|
|
|
|
|
|
}, |
1486
|
|
|
|
|
|
|
'microsecond' => { |
1487
|
|
|
|
|
|
|
'name' => q(مايکرو ثانيه), |
1488
|
|
|
|
|
|
|
'one' => q({0} μs), |
1489
|
|
|
|
|
|
|
'other' => q({0} μs), |
1490
|
|
|
|
|
|
|
}, |
1491
|
|
|
|
|
|
|
'mile' => { |
1492
|
|
|
|
|
|
|
'name' => q(ميلونه), |
1493
|
|
|
|
|
|
|
'one' => q({0} ميل), |
1494
|
|
|
|
|
|
|
'other' => q({0} ميلونه), |
1495
|
|
|
|
|
|
|
}, |
1496
|
|
|
|
|
|
|
'mile-per-gallon' => { |
1497
|
|
|
|
|
|
|
'name' => q(ميلز في ګيلن), |
1498
|
|
|
|
|
|
|
'one' => q({0} ميل في ګيلن), |
1499
|
|
|
|
|
|
|
'other' => q({0} ميلز في ګيلن), |
1500
|
|
|
|
|
|
|
}, |
1501
|
|
|
|
|
|
|
'mile-per-gallon-imperial' => { |
1502
|
|
|
|
|
|
|
'name' => q(ميلز في ايمپيريل ګيلن), |
1503
|
|
|
|
|
|
|
'one' => q({0} ميل في ايمپيريل ګيلن), |
1504
|
|
|
|
|
|
|
'other' => q({0} ميلز في ايمپيريل ګيلن), |
1505
|
|
|
|
|
|
|
}, |
1506
|
|
|
|
|
|
|
'mile-per-hour' => { |
1507
|
|
|
|
|
|
|
'name' => q(ميل في ساعت), |
1508
|
|
|
|
|
|
|
'one' => q({0} ميل في ساعت), |
1509
|
|
|
|
|
|
|
'other' => q({0} ميل في ساعت), |
1510
|
|
|
|
|
|
|
}, |
1511
|
|
|
|
|
|
|
'mile-scandinavian' => { |
1512
|
|
|
|
|
|
|
'name' => q(سکېنډنيوين ميل), |
1513
|
|
|
|
|
|
|
'one' => q({0} سکېنډنيوين ميل), |
1514
|
|
|
|
|
|
|
'other' => q({0} سکېنډنيوين ميلونه), |
1515
|
|
|
|
|
|
|
}, |
1516
|
|
|
|
|
|
|
'milliampere' => { |
1517
|
|
|
|
|
|
|
'name' => q(ملي ايمپيرز), |
1518
|
|
|
|
|
|
|
'one' => q({0} ملي ايمپير), |
1519
|
|
|
|
|
|
|
'other' => q({0} ملي ايمپيرز), |
1520
|
|
|
|
|
|
|
}, |
1521
|
|
|
|
|
|
|
'millibar' => { |
1522
|
|
|
|
|
|
|
'name' => q(ملي بارز), |
1523
|
|
|
|
|
|
|
'one' => q({0} ملي بار), |
1524
|
|
|
|
|
|
|
'other' => q({0} ملي بارز), |
1525
|
|
|
|
|
|
|
}, |
1526
|
|
|
|
|
|
|
'milligram' => { |
1527
|
|
|
|
|
|
|
'name' => q(ملي ګرامز), |
1528
|
|
|
|
|
|
|
'one' => q({0} ملي ګرام), |
1529
|
|
|
|
|
|
|
'other' => q({0} ملي ګرامز), |
1530
|
|
|
|
|
|
|
}, |
1531
|
|
|
|
|
|
|
'milligram-per-deciliter' => { |
1532
|
|
|
|
|
|
|
'name' => q(ملي ګرام في ډيسي ليټر), |
1533
|
|
|
|
|
|
|
'one' => q({0} ملي ګرام في ډيسي ليټر), |
1534
|
|
|
|
|
|
|
'other' => q({0} ملي ګرام في ډيسي ليټر), |
1535
|
|
|
|
|
|
|
}, |
1536
|
|
|
|
|
|
|
'milliliter' => { |
1537
|
|
|
|
|
|
|
'name' => q(ملي ليټرز), |
1538
|
|
|
|
|
|
|
'one' => q({0} ملي ليټر), |
1539
|
|
|
|
|
|
|
'other' => q({0} ملي ليټرز), |
1540
|
|
|
|
|
|
|
}, |
1541
|
|
|
|
|
|
|
'millimeter' => { |
1542
|
|
|
|
|
|
|
'name' => q(ملي متره), |
1543
|
|
|
|
|
|
|
'one' => q({0} ملي متر), |
1544
|
|
|
|
|
|
|
'other' => q({0} ملي متره), |
1545
|
|
|
|
|
|
|
}, |
1546
|
|
|
|
|
|
|
'millimeter-of-mercury' => { |
1547
|
|
|
|
|
|
|
'name' => q(د پارې ملي مترز), |
1548
|
|
|
|
|
|
|
'one' => q({0} د پارې ملي متر), |
1549
|
|
|
|
|
|
|
'other' => q({0} د پارې ملي مترز), |
1550
|
|
|
|
|
|
|
}, |
1551
|
|
|
|
|
|
|
'millimole-per-liter' => { |
1552
|
|
|
|
|
|
|
'name' => q(ملي مولز في ليټر), |
1553
|
|
|
|
|
|
|
'one' => q({0} ملي مول في ليټر), |
1554
|
|
|
|
|
|
|
'other' => q({0} ملي مول في ليټر), |
1555
|
|
|
|
|
|
|
}, |
1556
|
|
|
|
|
|
|
'millisecond' => { |
1557
|
|
|
|
|
|
|
'name' => q(ms), |
1558
|
|
|
|
|
|
|
'one' => q({0} ms), |
1559
|
|
|
|
|
|
|
'other' => q({0} ms), |
1560
|
|
|
|
|
|
|
}, |
1561
|
|
|
|
|
|
|
'milliwatt' => { |
1562
|
|
|
|
|
|
|
'name' => q(ملي واټس), |
1563
|
|
|
|
|
|
|
'one' => q({0} ملي واټ), |
1564
|
|
|
|
|
|
|
'other' => q({0} ملي واټس), |
1565
|
|
|
|
|
|
|
}, |
1566
|
|
|
|
|
|
|
'minute' => { |
1567
|
|
|
|
|
|
|
'name' => q(min), |
1568
|
|
|
|
|
|
|
'one' => q({0} min), |
1569
|
|
|
|
|
|
|
'other' => q({0} min), |
1570
|
|
|
|
|
|
|
'per' => q({0}/min), |
1571
|
|
|
|
|
|
|
}, |
1572
|
|
|
|
|
|
|
'month' => { |
1573
|
|
|
|
|
|
|
'name' => q(مياشتې), |
1574
|
|
|
|
|
|
|
'one' => q({0} مياشت), |
1575
|
|
|
|
|
|
|
'other' => q({0} مياشتې), |
1576
|
|
|
|
|
|
|
'per' => q({0}/m), |
1577
|
|
|
|
|
|
|
}, |
1578
|
|
|
|
|
|
|
'nanometer' => { |
1579
|
|
|
|
|
|
|
'name' => q(نينو متره), |
1580
|
|
|
|
|
|
|
'one' => q({0} نينو متر), |
1581
|
|
|
|
|
|
|
'other' => q({0} نينو متره), |
1582
|
|
|
|
|
|
|
}, |
1583
|
|
|
|
|
|
|
'nanosecond' => { |
1584
|
|
|
|
|
|
|
'name' => q(نينو ثانيه), |
1585
|
|
|
|
|
|
|
'one' => q({0} ns), |
1586
|
|
|
|
|
|
|
'other' => q({0} ns), |
1587
|
|
|
|
|
|
|
}, |
1588
|
|
|
|
|
|
|
'nautical-mile' => { |
1589
|
|
|
|
|
|
|
'name' => q(بحري ميلونه), |
1590
|
|
|
|
|
|
|
'one' => q({0} بحري ميل), |
1591
|
|
|
|
|
|
|
'other' => q({0} بحري ميلونه), |
1592
|
|
|
|
|
|
|
}, |
1593
|
|
|
|
|
|
|
'ohm' => { |
1594
|
|
|
|
|
|
|
'name' => q(اوهمز), |
1595
|
|
|
|
|
|
|
'one' => q({0} اوهم), |
1596
|
|
|
|
|
|
|
'other' => q({0} اوهمز), |
1597
|
|
|
|
|
|
|
}, |
1598
|
|
|
|
|
|
|
'ounce' => { |
1599
|
|
|
|
|
|
|
'name' => q(اونسز), |
1600
|
|
|
|
|
|
|
'one' => q({0} اونس), |
1601
|
|
|
|
|
|
|
'other' => q({0} اونسز), |
1602
|
|
|
|
|
|
|
'per' => q({0} في اونس), |
1603
|
|
|
|
|
|
|
}, |
1604
|
|
|
|
|
|
|
'ounce-troy' => { |
1605
|
|
|
|
|
|
|
'name' => q(ټروي اونسز), |
1606
|
|
|
|
|
|
|
'one' => q({0} ټروي اونس), |
1607
|
|
|
|
|
|
|
'other' => q({0} ټروي اونسز), |
1608
|
|
|
|
|
|
|
}, |
1609
|
|
|
|
|
|
|
'parsec' => { |
1610
|
|
|
|
|
|
|
'name' => q(parsecs), |
1611
|
|
|
|
|
|
|
'one' => q({0} parsec), |
1612
|
|
|
|
|
|
|
'other' => q({0} parsecs), |
1613
|
|
|
|
|
|
|
}, |
1614
|
|
|
|
|
|
|
'part-per-million' => { |
1615
|
|
|
|
|
|
|
'name' => q(پاړتس في مليون), |
1616
|
|
|
|
|
|
|
'one' => q({0} پارټ في مليون), |
1617
|
|
|
|
|
|
|
'other' => q({0} پارټس في مليون), |
1618
|
|
|
|
|
|
|
}, |
1619
|
|
|
|
|
|
|
'per' => { |
1620
|
|
|
|
|
|
|
'1' => q({0}في {1}), |
1621
|
|
|
|
|
|
|
}, |
1622
|
|
|
|
|
|
|
'percent' => { |
1623
|
|
|
|
|
|
|
'name' => q(سلنه), |
1624
|
|
|
|
|
|
|
'one' => q({0} سلنه), |
1625
|
|
|
|
|
|
|
'other' => q({0} سلنه), |
1626
|
|
|
|
|
|
|
}, |
1627
|
|
|
|
|
|
|
'permille' => { |
1628
|
|
|
|
|
|
|
'name' => q(في ميل), |
1629
|
|
|
|
|
|
|
'one' => q({0} في ميل), |
1630
|
|
|
|
|
|
|
'other' => q({0} في ميل), |
1631
|
|
|
|
|
|
|
}, |
1632
|
|
|
|
|
|
|
'petabyte' => { |
1633
|
|
|
|
|
|
|
'name' => q(پيټا بايټس), |
1634
|
|
|
|
|
|
|
'one' => q({0} پيټا بايټ), |
1635
|
|
|
|
|
|
|
'other' => q({0} پيټا بايټس), |
1636
|
|
|
|
|
|
|
}, |
1637
|
|
|
|
|
|
|
'picometer' => { |
1638
|
|
|
|
|
|
|
'name' => q(پيکو متره), |
1639
|
|
|
|
|
|
|
'one' => q({0} پيکو متر), |
1640
|
|
|
|
|
|
|
'other' => q({0} پيکو متره), |
1641
|
|
|
|
|
|
|
}, |
1642
|
|
|
|
|
|
|
'pint' => { |
1643
|
|
|
|
|
|
|
'name' => q(pints), |
1644
|
|
|
|
|
|
|
'one' => q({0} pint), |
1645
|
|
|
|
|
|
|
'other' => q({0} pints), |
1646
|
|
|
|
|
|
|
}, |
1647
|
|
|
|
|
|
|
'pint-metric' => { |
1648
|
|
|
|
|
|
|
'name' => q(metric pints), |
1649
|
|
|
|
|
|
|
'one' => q({0} metric pint), |
1650
|
|
|
|
|
|
|
'other' => q({0} metric pints), |
1651
|
|
|
|
|
|
|
}, |
1652
|
|
|
|
|
|
|
'point' => { |
1653
|
|
|
|
|
|
|
'name' => q(pt), |
1654
|
|
|
|
|
|
|
'one' => q({0} pt), |
1655
|
|
|
|
|
|
|
'other' => q({0} pt), |
1656
|
|
|
|
|
|
|
}, |
1657
|
|
|
|
|
|
|
'pound' => { |
1658
|
|
|
|
|
|
|
'name' => q(پاونډز), |
1659
|
|
|
|
|
|
|
'one' => q({0} پاونډ), |
1660
|
|
|
|
|
|
|
'other' => q({0} پاونډز), |
1661
|
|
|
|
|
|
|
'per' => q({0} في پاونډ), |
1662
|
|
|
|
|
|
|
}, |
1663
|
|
|
|
|
|
|
'pound-per-square-inch' => { |
1664
|
|
|
|
|
|
|
'name' => q(پاونډ في مربع انچ), |
1665
|
|
|
|
|
|
|
'one' => q({0} پاونډ في مربع انچ), |
1666
|
|
|
|
|
|
|
'other' => q({0} پاونډ في مربع انچ), |
1667
|
|
|
|
|
|
|
}, |
1668
|
|
|
|
|
|
|
'quart' => { |
1669
|
|
|
|
|
|
|
'name' => q(څلورمه), |
1670
|
|
|
|
|
|
|
'one' => q({0} څلورمه), |
1671
|
|
|
|
|
|
|
'other' => q({0} څلورمه), |
1672
|
|
|
|
|
|
|
}, |
1673
|
|
|
|
|
|
|
'radian' => { |
1674
|
|
|
|
|
|
|
'name' => q(رادیان), |
1675
|
|
|
|
|
|
|
'one' => q({0} راديان), |
1676
|
|
|
|
|
|
|
'other' => q({0} راديان), |
1677
|
|
|
|
|
|
|
}, |
1678
|
|
|
|
|
|
|
'revolution' => { |
1679
|
|
|
|
|
|
|
'name' => q(انقلاب), |
1680
|
|
|
|
|
|
|
'one' => q({0} انقلاب), |
1681
|
|
|
|
|
|
|
'other' => q({0} انقلاب), |
1682
|
|
|
|
|
|
|
}, |
1683
|
|
|
|
|
|
|
'second' => { |
1684
|
|
|
|
|
|
|
'name' => q(sec), |
1685
|
|
|
|
|
|
|
'one' => q({0} s), |
1686
|
|
|
|
|
|
|
'other' => q({0} s), |
1687
|
|
|
|
|
|
|
'per' => q({0}/s), |
1688
|
|
|
|
|
|
|
}, |
1689
|
|
|
|
|
|
|
'square-centimeter' => { |
1690
|
|
|
|
|
|
|
'name' => q(مربع سنتي متر), |
1691
|
|
|
|
|
|
|
'one' => q({0} مربع سنتي متر), |
1692
|
|
|
|
|
|
|
'other' => q({0} مربع سنتي متر), |
1693
|
|
|
|
|
|
|
'per' => q({0} في مربع سنتي متر), |
1694
|
|
|
|
|
|
|
}, |
1695
|
|
|
|
|
|
|
'square-foot' => { |
1696
|
|
|
|
|
|
|
'name' => q(مربع فټ), |
1697
|
|
|
|
|
|
|
'one' => q({0} مربع فټ), |
1698
|
|
|
|
|
|
|
'other' => q({0} مربع فټ), |
1699
|
|
|
|
|
|
|
}, |
1700
|
|
|
|
|
|
|
'square-inch' => { |
1701
|
|
|
|
|
|
|
'name' => q(مربع انچ), |
1702
|
|
|
|
|
|
|
'one' => q({0} مربع انچ), |
1703
|
|
|
|
|
|
|
'other' => q({0} مربع انچ), |
1704
|
|
|
|
|
|
|
'per' => q({0} في مربع انچ), |
1705
|
|
|
|
|
|
|
}, |
1706
|
|
|
|
|
|
|
'square-kilometer' => { |
1707
|
|
|
|
|
|
|
'name' => q(مربع کيلو متره), |
1708
|
|
|
|
|
|
|
'one' => q({0} مربع کيلو متر), |
1709
|
|
|
|
|
|
|
'other' => q({0} مربع کيلو متره), |
1710
|
|
|
|
|
|
|
'per' => q({0} في مربع کيلو متر), |
1711
|
|
|
|
|
|
|
}, |
1712
|
|
|
|
|
|
|
'square-meter' => { |
1713
|
|
|
|
|
|
|
'name' => q(square meters), |
1714
|
|
|
|
|
|
|
'one' => q({0} square meter), |
1715
|
|
|
|
|
|
|
'other' => q({0} square meters), |
1716
|
|
|
|
|
|
|
'per' => q({0} per square meter), |
1717
|
|
|
|
|
|
|
}, |
1718
|
|
|
|
|
|
|
'square-mile' => { |
1719
|
|
|
|
|
|
|
'name' => q(مربع ميل), |
1720
|
|
|
|
|
|
|
'one' => q({0} مربع ميل), |
1721
|
|
|
|
|
|
|
'other' => q({0} مربع ميل), |
1722
|
|
|
|
|
|
|
'per' => q({0} في مربع ميل), |
1723
|
|
|
|
|
|
|
}, |
1724
|
|
|
|
|
|
|
'square-yard' => { |
1725
|
|
|
|
|
|
|
'name' => q(مربع ګر), |
1726
|
|
|
|
|
|
|
'one' => q({0} مربع ګز), |
1727
|
|
|
|
|
|
|
'other' => q({0} مربع ګز), |
1728
|
|
|
|
|
|
|
}, |
1729
|
|
|
|
|
|
|
'tablespoon' => { |
1730
|
|
|
|
|
|
|
'name' => q(د ميز کاچوغه), |
1731
|
|
|
|
|
|
|
'one' => q({0} tablespoon), |
1732
|
|
|
|
|
|
|
'other' => q({0} tablespoons), |
1733
|
|
|
|
|
|
|
}, |
1734
|
|
|
|
|
|
|
'teaspoon' => { |
1735
|
|
|
|
|
|
|
'name' => q(د ميز کاچوغې), |
1736
|
|
|
|
|
|
|
'one' => q({0} د ميز کاچوغه), |
1737
|
|
|
|
|
|
|
'other' => q({0} د ميز کاچوغې), |
1738
|
|
|
|
|
|
|
}, |
1739
|
|
|
|
|
|
|
'terabit' => { |
1740
|
|
|
|
|
|
|
'name' => q(ټرا بايټس), |
1741
|
|
|
|
|
|
|
'one' => q({0} ټرا بايټ), |
1742
|
|
|
|
|
|
|
'other' => q({0} ټرا بايټس), |
1743
|
|
|
|
|
|
|
}, |
1744
|
|
|
|
|
|
|
'terabyte' => { |
1745
|
|
|
|
|
|
|
'name' => q(ټيرا بايټس), |
1746
|
|
|
|
|
|
|
'one' => q({0} ټيرا بايټ), |
1747
|
|
|
|
|
|
|
'other' => q({0} ټيرا بايټس), |
1748
|
|
|
|
|
|
|
}, |
1749
|
|
|
|
|
|
|
'ton' => { |
1750
|
|
|
|
|
|
|
'name' => q(ټنز), |
1751
|
|
|
|
|
|
|
'one' => q({0} ټن), |
1752
|
|
|
|
|
|
|
'other' => q({0} ټنز), |
1753
|
|
|
|
|
|
|
}, |
1754
|
|
|
|
|
|
|
'volt' => { |
1755
|
|
|
|
|
|
|
'name' => q(وولټس), |
1756
|
|
|
|
|
|
|
'one' => q({0} وولټ), |
1757
|
|
|
|
|
|
|
'other' => q({0} وولټس), |
1758
|
|
|
|
|
|
|
}, |
1759
|
|
|
|
|
|
|
'watt' => { |
1760
|
|
|
|
|
|
|
'name' => q(واټس), |
1761
|
|
|
|
|
|
|
'one' => q({0} واټ), |
1762
|
|
|
|
|
|
|
'other' => q({0} واټس), |
1763
|
|
|
|
|
|
|
}, |
1764
|
|
|
|
|
|
|
'week' => { |
1765
|
|
|
|
|
|
|
'name' => q(اونۍ), |
1766
|
|
|
|
|
|
|
'one' => q(اونۍ), |
1767
|
|
|
|
|
|
|
'other' => q({0} اونۍ), |
1768
|
|
|
|
|
|
|
'per' => q({0} په هره اونۍ کې), |
1769
|
|
|
|
|
|
|
}, |
1770
|
|
|
|
|
|
|
'yard' => { |
1771
|
|
|
|
|
|
|
'name' => q(ګز), |
1772
|
|
|
|
|
|
|
'one' => q({0} ګز), |
1773
|
|
|
|
|
|
|
'other' => q({0} ګزه), |
1774
|
|
|
|
|
|
|
}, |
1775
|
|
|
|
|
|
|
'year' => { |
1776
|
|
|
|
|
|
|
'name' => q(کالونه), |
1777
|
|
|
|
|
|
|
'one' => q({0} کال), |
1778
|
|
|
|
|
|
|
'other' => q({0} کالونه), |
1779
|
|
|
|
|
|
|
'per' => q({0} په هر کال کې), |
1780
|
|
|
|
|
|
|
}, |
1781
|
|
|
|
|
|
|
}, |
1782
|
|
|
|
|
|
|
'narrow' => { |
1783
|
|
|
|
|
|
|
'' => { |
1784
|
|
|
|
|
|
|
'name' => q(اړخ), |
1785
|
|
|
|
|
|
|
}, |
1786
|
|
|
|
|
|
|
'celsius' => { |
1787
|
|
|
|
|
|
|
'name' => q(°C), |
1788
|
|
|
|
|
|
|
'one' => q({0}°C), |
1789
|
|
|
|
|
|
|
'other' => q({0}°C), |
1790
|
|
|
|
|
|
|
}, |
1791
|
|
|
|
|
|
|
'centimeter' => { |
1792
|
|
|
|
|
|
|
'name' => q(cm), |
1793
|
|
|
|
|
|
|
'one' => q({0}cm), |
1794
|
|
|
|
|
|
|
'other' => q({0}cm), |
1795
|
|
|
|
|
|
|
}, |
1796
|
|
|
|
|
|
|
'coordinate' => { |
1797
|
|
|
|
|
|
|
'east' => q({0}خ), |
1798
|
|
|
|
|
|
|
'north' => q({0}ش), |
1799
|
|
|
|
|
|
|
'south' => q({0}س), |
1800
|
|
|
|
|
|
|
'west' => q({0}ل), |
1801
|
|
|
|
|
|
|
}, |
1802
|
|
|
|
|
|
|
'day' => { |
1803
|
|
|
|
|
|
|
'name' => q(ورځ), |
1804
|
|
|
|
|
|
|
'one' => q({0} ورځ), |
1805
|
|
|
|
|
|
|
'other' => q({0}d), |
1806
|
|
|
|
|
|
|
}, |
1807
|
|
|
|
|
|
|
'gram' => { |
1808
|
|
|
|
|
|
|
'name' => q(ګرام), |
1809
|
|
|
|
|
|
|
'one' => q({0}g), |
1810
|
|
|
|
|
|
|
'other' => q({0}g), |
1811
|
|
|
|
|
|
|
}, |
1812
|
|
|
|
|
|
|
'hour' => { |
1813
|
|
|
|
|
|
|
'name' => q(hr), |
1814
|
|
|
|
|
|
|
'one' => q({0} h), |
1815
|
|
|
|
|
|
|
'other' => q({0} h), |
1816
|
|
|
|
|
|
|
}, |
1817
|
|
|
|
|
|
|
'kilogram' => { |
1818
|
|
|
|
|
|
|
'name' => q(kg), |
1819
|
|
|
|
|
|
|
'one' => q({0}kg), |
1820
|
|
|
|
|
|
|
'other' => q({0}kg), |
1821
|
|
|
|
|
|
|
}, |
1822
|
|
|
|
|
|
|
'kilometer' => { |
1823
|
|
|
|
|
|
|
'name' => q(km), |
1824
|
|
|
|
|
|
|
'one' => q({0} km), |
1825
|
|
|
|
|
|
|
'other' => q({0} km), |
1826
|
|
|
|
|
|
|
}, |
1827
|
|
|
|
|
|
|
'kilometer-per-hour' => { |
1828
|
|
|
|
|
|
|
'name' => q(km/hr), |
1829
|
|
|
|
|
|
|
'one' => q({0}kph), |
1830
|
|
|
|
|
|
|
'other' => q({0}kph), |
1831
|
|
|
|
|
|
|
}, |
1832
|
|
|
|
|
|
|
'liter' => { |
1833
|
|
|
|
|
|
|
'name' => q(liter), |
1834
|
|
|
|
|
|
|
'one' => q({0}L), |
1835
|
|
|
|
|
|
|
'other' => q({0}L), |
1836
|
|
|
|
|
|
|
}, |
1837
|
|
|
|
|
|
|
'liter-per-100kilometers' => { |
1838
|
|
|
|
|
|
|
'name' => q(L/100km), |
1839
|
|
|
|
|
|
|
'one' => q({0} L/100km), |
1840
|
|
|
|
|
|
|
'other' => q({0} L/100km), |
1841
|
|
|
|
|
|
|
}, |
1842
|
|
|
|
|
|
|
'meter' => { |
1843
|
|
|
|
|
|
|
'name' => q(m), |
1844
|
|
|
|
|
|
|
'one' => q({0} m), |
1845
|
|
|
|
|
|
|
'other' => q({0} m), |
1846
|
|
|
|
|
|
|
}, |
1847
|
|
|
|
|
|
|
'millimeter' => { |
1848
|
|
|
|
|
|
|
'name' => q(mm), |
1849
|
|
|
|
|
|
|
'one' => q({0}mm), |
1850
|
|
|
|
|
|
|
'other' => q({0}mm), |
1851
|
|
|
|
|
|
|
}, |
1852
|
|
|
|
|
|
|
'millisecond' => { |
1853
|
|
|
|
|
|
|
'name' => q(ms), |
1854
|
|
|
|
|
|
|
'one' => q({0} ms), |
1855
|
|
|
|
|
|
|
'other' => q({0} ms), |
1856
|
|
|
|
|
|
|
}, |
1857
|
|
|
|
|
|
|
'minute' => { |
1858
|
|
|
|
|
|
|
'name' => q(min), |
1859
|
|
|
|
|
|
|
'one' => q({0} min), |
1860
|
|
|
|
|
|
|
'other' => q({0} min), |
1861
|
|
|
|
|
|
|
}, |
1862
|
|
|
|
|
|
|
'month' => { |
1863
|
|
|
|
|
|
|
'name' => q(مياشت), |
1864
|
|
|
|
|
|
|
'one' => q({0} m), |
1865
|
|
|
|
|
|
|
'other' => q({0} m), |
1866
|
|
|
|
|
|
|
}, |
1867
|
|
|
|
|
|
|
'per' => { |
1868
|
|
|
|
|
|
|
'1' => q({0}/{1}), |
1869
|
|
|
|
|
|
|
}, |
1870
|
|
|
|
|
|
|
'percent' => { |
1871
|
|
|
|
|
|
|
'name' => q(سلنه), |
1872
|
|
|
|
|
|
|
'one' => q({0}%), |
1873
|
|
|
|
|
|
|
'other' => q({0}%), |
1874
|
|
|
|
|
|
|
}, |
1875
|
|
|
|
|
|
|
'second' => { |
1876
|
|
|
|
|
|
|
'name' => q(sec), |
1877
|
|
|
|
|
|
|
'one' => q({0} s), |
1878
|
|
|
|
|
|
|
'other' => q({0} s), |
1879
|
|
|
|
|
|
|
}, |
1880
|
|
|
|
|
|
|
'week' => { |
1881
|
|
|
|
|
|
|
'name' => q(اونۍ), |
1882
|
|
|
|
|
|
|
'one' => q({0} w), |
1883
|
|
|
|
|
|
|
'other' => q({0} w), |
1884
|
|
|
|
|
|
|
}, |
1885
|
|
|
|
|
|
|
'year' => { |
1886
|
|
|
|
|
|
|
'name' => q(yr), |
1887
|
|
|
|
|
|
|
'one' => q({0} y), |
1888
|
|
|
|
|
|
|
'other' => q({0} y), |
1889
|
|
|
|
|
|
|
}, |
1890
|
|
|
|
|
|
|
}, |
1891
|
|
|
|
|
|
|
'short' => { |
1892
|
|
|
|
|
|
|
'' => { |
1893
|
|
|
|
|
|
|
'name' => q(اړخ), |
1894
|
|
|
|
|
|
|
}, |
1895
|
|
|
|
|
|
|
'acre' => { |
1896
|
|
|
|
|
|
|
'name' => q(ايکړز), |
1897
|
|
|
|
|
|
|
'one' => q({0} ac), |
1898
|
|
|
|
|
|
|
'other' => q({0} ac), |
1899
|
|
|
|
|
|
|
}, |
1900
|
|
|
|
|
|
|
'acre-foot' => { |
1901
|
|
|
|
|
|
|
'name' => q(acre ft), |
1902
|
|
|
|
|
|
|
'one' => q({0} ac ft), |
1903
|
|
|
|
|
|
|
'other' => q({0} ac ft), |
1904
|
|
|
|
|
|
|
}, |
1905
|
|
|
|
|
|
|
'ampere' => { |
1906
|
|
|
|
|
|
|
'name' => q(amps), |
1907
|
|
|
|
|
|
|
'one' => q({0} A), |
1908
|
|
|
|
|
|
|
'other' => q({0} A), |
1909
|
|
|
|
|
|
|
}, |
1910
|
|
|
|
|
|
|
'arc-minute' => { |
1911
|
|
|
|
|
|
|
'name' => q(arcmins), |
1912
|
|
|
|
|
|
|
'one' => q({0}′), |
1913
|
|
|
|
|
|
|
'other' => q({0}′), |
1914
|
|
|
|
|
|
|
}, |
1915
|
|
|
|
|
|
|
'arc-second' => { |
1916
|
|
|
|
|
|
|
'name' => q(آرکیسی), |
1917
|
|
|
|
|
|
|
'one' => q({0}″), |
1918
|
|
|
|
|
|
|
'other' => q({0}″), |
1919
|
|
|
|
|
|
|
}, |
1920
|
|
|
|
|
|
|
'astronomical-unit' => { |
1921
|
|
|
|
|
|
|
'name' => q(au), |
1922
|
|
|
|
|
|
|
'one' => q({0} au), |
1923
|
|
|
|
|
|
|
'other' => q({0} au), |
1924
|
|
|
|
|
|
|
}, |
1925
|
|
|
|
|
|
|
'atmosphere' => { |
1926
|
|
|
|
|
|
|
'name' => q(atm), |
1927
|
|
|
|
|
|
|
'one' => q({0} atm), |
1928
|
|
|
|
|
|
|
'other' => q({0} atm), |
1929
|
|
|
|
|
|
|
}, |
1930
|
|
|
|
|
|
|
'bit' => { |
1931
|
|
|
|
|
|
|
'name' => q(bit), |
1932
|
|
|
|
|
|
|
'one' => q({0} bit), |
1933
|
|
|
|
|
|
|
'other' => q({0} bit), |
1934
|
|
|
|
|
|
|
}, |
1935
|
|
|
|
|
|
|
'byte' => { |
1936
|
|
|
|
|
|
|
'name' => q(byte), |
1937
|
|
|
|
|
|
|
'one' => q({0} byte), |
1938
|
|
|
|
|
|
|
'other' => q({0} byte), |
1939
|
|
|
|
|
|
|
}, |
1940
|
|
|
|
|
|
|
'calorie' => { |
1941
|
|
|
|
|
|
|
'name' => q(cal), |
1942
|
|
|
|
|
|
|
'one' => q({0} cal), |
1943
|
|
|
|
|
|
|
'other' => q({0} cal), |
1944
|
|
|
|
|
|
|
}, |
1945
|
|
|
|
|
|
|
'carat' => { |
1946
|
|
|
|
|
|
|
'name' => q(قيراط), |
1947
|
|
|
|
|
|
|
'one' => q({0} CD), |
1948
|
|
|
|
|
|
|
'other' => q({0} CD), |
1949
|
|
|
|
|
|
|
}, |
1950
|
|
|
|
|
|
|
'celsius' => { |
1951
|
|
|
|
|
|
|
'name' => q(deg. C), |
1952
|
|
|
|
|
|
|
'one' => q({0}°C), |
1953
|
|
|
|
|
|
|
'other' => q({0}°C), |
1954
|
|
|
|
|
|
|
}, |
1955
|
|
|
|
|
|
|
'centiliter' => { |
1956
|
|
|
|
|
|
|
'name' => q(cL), |
1957
|
|
|
|
|
|
|
'one' => q({0} cL), |
1958
|
|
|
|
|
|
|
'other' => q({0} cL), |
1959
|
|
|
|
|
|
|
}, |
1960
|
|
|
|
|
|
|
'centimeter' => { |
1961
|
|
|
|
|
|
|
'name' => q(cm), |
1962
|
|
|
|
|
|
|
'one' => q({0} cm), |
1963
|
|
|
|
|
|
|
'other' => q({0} cm), |
1964
|
|
|
|
|
|
|
'per' => q({0}/cm), |
1965
|
|
|
|
|
|
|
}, |
1966
|
|
|
|
|
|
|
'century' => { |
1967
|
|
|
|
|
|
|
'name' => q(c), |
1968
|
|
|
|
|
|
|
'one' => q({0} c), |
1969
|
|
|
|
|
|
|
'other' => q({0} c), |
1970
|
|
|
|
|
|
|
}, |
1971
|
|
|
|
|
|
|
'coordinate' => { |
1972
|
|
|
|
|
|
|
'east' => q({0} خ), |
1973
|
|
|
|
|
|
|
'north' => q({0} ش), |
1974
|
|
|
|
|
|
|
'south' => q({0} س), |
1975
|
|
|
|
|
|
|
'west' => q({0} ل), |
1976
|
|
|
|
|
|
|
}, |
1977
|
|
|
|
|
|
|
'cubic-centimeter' => { |
1978
|
|
|
|
|
|
|
'name' => q(cm³), |
1979
|
|
|
|
|
|
|
'one' => q({0} cm³), |
1980
|
|
|
|
|
|
|
'other' => q({0} cm³), |
1981
|
|
|
|
|
|
|
'per' => q({0}/cm³), |
1982
|
|
|
|
|
|
|
}, |
1983
|
|
|
|
|
|
|
'cubic-foot' => { |
1984
|
|
|
|
|
|
|
'name' => q(feet³), |
1985
|
|
|
|
|
|
|
'one' => q({0} ft³), |
1986
|
|
|
|
|
|
|
'other' => q({0} ft³), |
1987
|
|
|
|
|
|
|
}, |
1988
|
|
|
|
|
|
|
'cubic-inch' => { |
1989
|
|
|
|
|
|
|
'name' => q(inches³), |
1990
|
|
|
|
|
|
|
'one' => q({0} in³), |
1991
|
|
|
|
|
|
|
'other' => q({0} in³), |
1992
|
|
|
|
|
|
|
}, |
1993
|
|
|
|
|
|
|
'cubic-kilometer' => { |
1994
|
|
|
|
|
|
|
'name' => q(km³), |
1995
|
|
|
|
|
|
|
'one' => q({0} km³), |
1996
|
|
|
|
|
|
|
'other' => q({0} km³), |
1997
|
|
|
|
|
|
|
}, |
1998
|
|
|
|
|
|
|
'cubic-meter' => { |
1999
|
|
|
|
|
|
|
'name' => q(m³), |
2000
|
|
|
|
|
|
|
'one' => q({0} m³), |
2001
|
|
|
|
|
|
|
'other' => q({0} m³), |
2002
|
|
|
|
|
|
|
'per' => q({0}/m³), |
2003
|
|
|
|
|
|
|
}, |
2004
|
|
|
|
|
|
|
'cubic-mile' => { |
2005
|
|
|
|
|
|
|
'name' => q(mi³), |
2006
|
|
|
|
|
|
|
'one' => q({0} mi³), |
2007
|
|
|
|
|
|
|
'other' => q({0} mi³), |
2008
|
|
|
|
|
|
|
}, |
2009
|
|
|
|
|
|
|
'cubic-yard' => { |
2010
|
|
|
|
|
|
|
'name' => q(yards³), |
2011
|
|
|
|
|
|
|
'one' => q({0} yd³), |
2012
|
|
|
|
|
|
|
'other' => q({0} yd³), |
2013
|
|
|
|
|
|
|
}, |
2014
|
|
|
|
|
|
|
'cup' => { |
2015
|
|
|
|
|
|
|
'name' => q(پيالې), |
2016
|
|
|
|
|
|
|
'one' => q({0} c), |
2017
|
|
|
|
|
|
|
'other' => q({0} c), |
2018
|
|
|
|
|
|
|
}, |
2019
|
|
|
|
|
|
|
'cup-metric' => { |
2020
|
|
|
|
|
|
|
'name' => q(mcup), |
2021
|
|
|
|
|
|
|
'one' => q({0} mc), |
2022
|
|
|
|
|
|
|
'other' => q({0} mc), |
2023
|
|
|
|
|
|
|
}, |
2024
|
|
|
|
|
|
|
'day' => { |
2025
|
|
|
|
|
|
|
'name' => q(ورځې), |
2026
|
|
|
|
|
|
|
'one' => q({0} ورځ), |
2027
|
|
|
|
|
|
|
'other' => q({0} ورځې), |
2028
|
|
|
|
|
|
|
'per' => q({0}/d), |
2029
|
|
|
|
|
|
|
}, |
2030
|
|
|
|
|
|
|
'deciliter' => { |
2031
|
|
|
|
|
|
|
'name' => q(dL), |
2032
|
|
|
|
|
|
|
'one' => q({0} dL), |
2033
|
|
|
|
|
|
|
'other' => q({0} dL), |
2034
|
|
|
|
|
|
|
}, |
2035
|
|
|
|
|
|
|
'decimeter' => { |
2036
|
|
|
|
|
|
|
'name' => q(dm), |
2037
|
|
|
|
|
|
|
'one' => q({0} dm), |
2038
|
|
|
|
|
|
|
'other' => q({0} dm), |
2039
|
|
|
|
|
|
|
}, |
2040
|
|
|
|
|
|
|
'degree' => { |
2041
|
|
|
|
|
|
|
'name' => q(درجې), |
2042
|
|
|
|
|
|
|
'one' => q({0}°), |
2043
|
|
|
|
|
|
|
'other' => q({0}°), |
2044
|
|
|
|
|
|
|
}, |
2045
|
|
|
|
|
|
|
'fahrenheit' => { |
2046
|
|
|
|
|
|
|
'name' => q(deg. F), |
2047
|
|
|
|
|
|
|
'one' => q({0}°F), |
2048
|
|
|
|
|
|
|
'other' => q({0}°F), |
2049
|
|
|
|
|
|
|
}, |
2050
|
|
|
|
|
|
|
'fluid-ounce' => { |
2051
|
|
|
|
|
|
|
'name' => q(fl oz), |
2052
|
|
|
|
|
|
|
'one' => q({0} fl oz), |
2053
|
|
|
|
|
|
|
'other' => q({0} fl oz), |
2054
|
|
|
|
|
|
|
}, |
2055
|
|
|
|
|
|
|
'foodcalorie' => { |
2056
|
|
|
|
|
|
|
'name' => q(Cal), |
2057
|
|
|
|
|
|
|
'one' => q({0} Cal), |
2058
|
|
|
|
|
|
|
'other' => q({0} Cal), |
2059
|
|
|
|
|
|
|
}, |
2060
|
|
|
|
|
|
|
'foot' => { |
2061
|
|
|
|
|
|
|
'name' => q(فټه), |
2062
|
|
|
|
|
|
|
'one' => q({0} ft), |
2063
|
|
|
|
|
|
|
'other' => q({0} ft), |
2064
|
|
|
|
|
|
|
'per' => q({0}/ft), |
2065
|
|
|
|
|
|
|
}, |
2066
|
|
|
|
|
|
|
'g-force' => { |
2067
|
|
|
|
|
|
|
'name' => q(د جاذبې قوه), |
2068
|
|
|
|
|
|
|
'one' => q({0} G), |
2069
|
|
|
|
|
|
|
'other' => q({0} G), |
2070
|
|
|
|
|
|
|
}, |
2071
|
|
|
|
|
|
|
'gallon' => { |
2072
|
|
|
|
|
|
|
'name' => q(gal), |
2073
|
|
|
|
|
|
|
'one' => q({0} gal), |
2074
|
|
|
|
|
|
|
'other' => q({0} gal), |
2075
|
|
|
|
|
|
|
'per' => q({0}/gal US), |
2076
|
|
|
|
|
|
|
}, |
2077
|
|
|
|
|
|
|
'gallon-imperial' => { |
2078
|
|
|
|
|
|
|
'name' => q(Imp. gal), |
2079
|
|
|
|
|
|
|
'one' => q({0} gal Imp.), |
2080
|
|
|
|
|
|
|
'other' => q({0} gal Imp.), |
2081
|
|
|
|
|
|
|
'per' => q({0}/gal Imp.), |
2082
|
|
|
|
|
|
|
}, |
2083
|
|
|
|
|
|
|
'generic' => { |
2084
|
|
|
|
|
|
|
'name' => q(°), |
2085
|
|
|
|
|
|
|
'one' => q({0}°), |
2086
|
|
|
|
|
|
|
'other' => q({0}°), |
2087
|
|
|
|
|
|
|
}, |
2088
|
|
|
|
|
|
|
'gigabit' => { |
2089
|
|
|
|
|
|
|
'name' => q(Gbit), |
2090
|
|
|
|
|
|
|
'one' => q({0} Gb), |
2091
|
|
|
|
|
|
|
'other' => q({0} Gb), |
2092
|
|
|
|
|
|
|
}, |
2093
|
|
|
|
|
|
|
'gigabyte' => { |
2094
|
|
|
|
|
|
|
'name' => q(GByte), |
2095
|
|
|
|
|
|
|
'one' => q({0} GB), |
2096
|
|
|
|
|
|
|
'other' => q({0} GB), |
2097
|
|
|
|
|
|
|
}, |
2098
|
|
|
|
|
|
|
'gigahertz' => { |
2099
|
|
|
|
|
|
|
'name' => q(GHz), |
2100
|
|
|
|
|
|
|
'one' => q({0} GHz), |
2101
|
|
|
|
|
|
|
'other' => q({0} GHz), |
2102
|
|
|
|
|
|
|
}, |
2103
|
|
|
|
|
|
|
'gigawatt' => { |
2104
|
|
|
|
|
|
|
'name' => q(GW), |
2105
|
|
|
|
|
|
|
'one' => q({0} GW), |
2106
|
|
|
|
|
|
|
'other' => q({0} GW), |
2107
|
|
|
|
|
|
|
}, |
2108
|
|
|
|
|
|
|
'gram' => { |
2109
|
|
|
|
|
|
|
'name' => q(ګرامز), |
2110
|
|
|
|
|
|
|
'one' => q({0} g), |
2111
|
|
|
|
|
|
|
'other' => q({0} g), |
2112
|
|
|
|
|
|
|
'per' => q({0}/g), |
2113
|
|
|
|
|
|
|
}, |
2114
|
|
|
|
|
|
|
'hectare' => { |
2115
|
|
|
|
|
|
|
'name' => q(هيکترې), |
2116
|
|
|
|
|
|
|
'one' => q({0} ha), |
2117
|
|
|
|
|
|
|
'other' => q({0} ha), |
2118
|
|
|
|
|
|
|
}, |
2119
|
|
|
|
|
|
|
'hectoliter' => { |
2120
|
|
|
|
|
|
|
'name' => q(hL), |
2121
|
|
|
|
|
|
|
'one' => q({0} hL), |
2122
|
|
|
|
|
|
|
'other' => q({0} hL), |
2123
|
|
|
|
|
|
|
}, |
2124
|
|
|
|
|
|
|
'hectopascal' => { |
2125
|
|
|
|
|
|
|
'name' => q(hPa), |
2126
|
|
|
|
|
|
|
'one' => q({0} hPa), |
2127
|
|
|
|
|
|
|
'other' => q({0} hPa), |
2128
|
|
|
|
|
|
|
}, |
2129
|
|
|
|
|
|
|
'hertz' => { |
2130
|
|
|
|
|
|
|
'name' => q(Hz), |
2131
|
|
|
|
|
|
|
'one' => q({0} Hz), |
2132
|
|
|
|
|
|
|
'other' => q({0} Hz), |
2133
|
|
|
|
|
|
|
}, |
2134
|
|
|
|
|
|
|
'horsepower' => { |
2135
|
|
|
|
|
|
|
'name' => q(hp), |
2136
|
|
|
|
|
|
|
'one' => q({0} hp), |
2137
|
|
|
|
|
|
|
'other' => q({0} hp), |
2138
|
|
|
|
|
|
|
}, |
2139
|
|
|
|
|
|
|
'hour' => { |
2140
|
|
|
|
|
|
|
'name' => q(ساعتونه), |
2141
|
|
|
|
|
|
|
'one' => q({0} h), |
2142
|
|
|
|
|
|
|
'other' => q({0} h), |
2143
|
|
|
|
|
|
|
'per' => q({0}/h), |
2144
|
|
|
|
|
|
|
}, |
2145
|
|
|
|
|
|
|
'inch' => { |
2146
|
|
|
|
|
|
|
'name' => q(انچې), |
2147
|
|
|
|
|
|
|
'one' => q({0} in), |
2148
|
|
|
|
|
|
|
'other' => q({0} in), |
2149
|
|
|
|
|
|
|
'per' => q({0}/in), |
2150
|
|
|
|
|
|
|
}, |
2151
|
|
|
|
|
|
|
'inch-hg' => { |
2152
|
|
|
|
|
|
|
'name' => q(inHg), |
2153
|
|
|
|
|
|
|
'one' => q({0} inHg), |
2154
|
|
|
|
|
|
|
'other' => q({0} inHg), |
2155
|
|
|
|
|
|
|
}, |
2156
|
|
|
|
|
|
|
'joule' => { |
2157
|
|
|
|
|
|
|
'name' => q(جولز), |
2158
|
|
|
|
|
|
|
'one' => q({0} J), |
2159
|
|
|
|
|
|
|
'other' => q({0} J), |
2160
|
|
|
|
|
|
|
}, |
2161
|
|
|
|
|
|
|
'karat' => { |
2162
|
|
|
|
|
|
|
'name' => q(قيراط), |
2163
|
|
|
|
|
|
|
'one' => q({0} kt), |
2164
|
|
|
|
|
|
|
'other' => q({0} kt), |
2165
|
|
|
|
|
|
|
}, |
2166
|
|
|
|
|
|
|
'kelvin' => { |
2167
|
|
|
|
|
|
|
'name' => q(K), |
2168
|
|
|
|
|
|
|
'one' => q({0} K), |
2169
|
|
|
|
|
|
|
'other' => q({0} K), |
2170
|
|
|
|
|
|
|
}, |
2171
|
|
|
|
|
|
|
'kilobit' => { |
2172
|
|
|
|
|
|
|
'name' => q(kbit), |
2173
|
|
|
|
|
|
|
'one' => q({0} kb), |
2174
|
|
|
|
|
|
|
'other' => q({0} kb), |
2175
|
|
|
|
|
|
|
}, |
2176
|
|
|
|
|
|
|
'kilobyte' => { |
2177
|
|
|
|
|
|
|
'name' => q(kByte), |
2178
|
|
|
|
|
|
|
'one' => q({0} kB), |
2179
|
|
|
|
|
|
|
'other' => q({0} kB), |
2180
|
|
|
|
|
|
|
}, |
2181
|
|
|
|
|
|
|
'kilocalorie' => { |
2182
|
|
|
|
|
|
|
'name' => q(kcal), |
2183
|
|
|
|
|
|
|
'one' => q({0} kcal), |
2184
|
|
|
|
|
|
|
'other' => q({0} kcal), |
2185
|
|
|
|
|
|
|
}, |
2186
|
|
|
|
|
|
|
'kilogram' => { |
2187
|
|
|
|
|
|
|
'name' => q(kg), |
2188
|
|
|
|
|
|
|
'one' => q({0} kg), |
2189
|
|
|
|
|
|
|
'other' => q({0} kg), |
2190
|
|
|
|
|
|
|
'per' => q({0}/kg), |
2191
|
|
|
|
|
|
|
}, |
2192
|
|
|
|
|
|
|
'kilohertz' => { |
2193
|
|
|
|
|
|
|
'name' => q(kHz), |
2194
|
|
|
|
|
|
|
'one' => q({0} kHz), |
2195
|
|
|
|
|
|
|
'other' => q({0} kHz), |
2196
|
|
|
|
|
|
|
}, |
2197
|
|
|
|
|
|
|
'kilojoule' => { |
2198
|
|
|
|
|
|
|
'name' => q(کيلو جول), |
2199
|
|
|
|
|
|
|
'one' => q({0} kJ), |
2200
|
|
|
|
|
|
|
'other' => q({0} kJ), |
2201
|
|
|
|
|
|
|
}, |
2202
|
|
|
|
|
|
|
'kilometer' => { |
2203
|
|
|
|
|
|
|
'name' => q(km), |
2204
|
|
|
|
|
|
|
'one' => q({0} km), |
2205
|
|
|
|
|
|
|
'other' => q({0} km), |
2206
|
|
|
|
|
|
|
'per' => q({0}/km), |
2207
|
|
|
|
|
|
|
}, |
2208
|
|
|
|
|
|
|
'kilometer-per-hour' => { |
2209
|
|
|
|
|
|
|
'name' => q(km/hour), |
2210
|
|
|
|
|
|
|
'one' => q({0} kph), |
2211
|
|
|
|
|
|
|
'other' => q({0} kph), |
2212
|
|
|
|
|
|
|
}, |
2213
|
|
|
|
|
|
|
'kilowatt' => { |
2214
|
|
|
|
|
|
|
'name' => q(kW), |
2215
|
|
|
|
|
|
|
'one' => q({0} kW), |
2216
|
|
|
|
|
|
|
'other' => q({0} kW), |
2217
|
|
|
|
|
|
|
}, |
2218
|
|
|
|
|
|
|
'kilowatt-hour' => { |
2219
|
|
|
|
|
|
|
'name' => q(kW-hour), |
2220
|
|
|
|
|
|
|
'one' => q({0} kWh), |
2221
|
|
|
|
|
|
|
'other' => q({0} kWh), |
2222
|
|
|
|
|
|
|
}, |
2223
|
|
|
|
|
|
|
'knot' => { |
2224
|
|
|
|
|
|
|
'name' => q(kn), |
2225
|
|
|
|
|
|
|
'one' => q({0} kn), |
2226
|
|
|
|
|
|
|
'other' => q({0} kn), |
2227
|
|
|
|
|
|
|
}, |
2228
|
|
|
|
|
|
|
'light-year' => { |
2229
|
|
|
|
|
|
|
'name' => q(light yrs), |
2230
|
|
|
|
|
|
|
'one' => q({0} ly), |
2231
|
|
|
|
|
|
|
'other' => q({0} ly), |
2232
|
|
|
|
|
|
|
}, |
2233
|
|
|
|
|
|
|
'liter' => { |
2234
|
|
|
|
|
|
|
'name' => q(ليټرز), |
2235
|
|
|
|
|
|
|
'one' => q({0} L), |
2236
|
|
|
|
|
|
|
'other' => q({0} L), |
2237
|
|
|
|
|
|
|
'per' => q({0}/L), |
2238
|
|
|
|
|
|
|
}, |
2239
|
|
|
|
|
|
|
'liter-per-100kilometers' => { |
2240
|
|
|
|
|
|
|
'name' => q(L/100km), |
2241
|
|
|
|
|
|
|
'one' => q({0} L/100km), |
2242
|
|
|
|
|
|
|
'other' => q({0} L/100km), |
2243
|
|
|
|
|
|
|
}, |
2244
|
|
|
|
|
|
|
'liter-per-kilometer' => { |
2245
|
|
|
|
|
|
|
'name' => q(L/km), |
2246
|
|
|
|
|
|
|
'one' => q({0} L/km), |
2247
|
|
|
|
|
|
|
'other' => q({0} L/km), |
2248
|
|
|
|
|
|
|
}, |
2249
|
|
|
|
|
|
|
'lux' => { |
2250
|
|
|
|
|
|
|
'name' => q(lx), |
2251
|
|
|
|
|
|
|
'one' => q({0} lx), |
2252
|
|
|
|
|
|
|
'other' => q({0} lx), |
2253
|
|
|
|
|
|
|
}, |
2254
|
|
|
|
|
|
|
'megabit' => { |
2255
|
|
|
|
|
|
|
'name' => q(Mbit), |
2256
|
|
|
|
|
|
|
'one' => q({0} Mb), |
2257
|
|
|
|
|
|
|
'other' => q({0} Mb), |
2258
|
|
|
|
|
|
|
}, |
2259
|
|
|
|
|
|
|
'megabyte' => { |
2260
|
|
|
|
|
|
|
'name' => q(MByte), |
2261
|
|
|
|
|
|
|
'one' => q({0} MB), |
2262
|
|
|
|
|
|
|
'other' => q({0} MB), |
2263
|
|
|
|
|
|
|
}, |
2264
|
|
|
|
|
|
|
'megahertz' => { |
2265
|
|
|
|
|
|
|
'name' => q(MHz), |
2266
|
|
|
|
|
|
|
'one' => q({0} MHz), |
2267
|
|
|
|
|
|
|
'other' => q({0} MHz), |
2268
|
|
|
|
|
|
|
}, |
2269
|
|
|
|
|
|
|
'megaliter' => { |
2270
|
|
|
|
|
|
|
'name' => q(ML), |
2271
|
|
|
|
|
|
|
'one' => q({0} ML), |
2272
|
|
|
|
|
|
|
'other' => q({0} ML), |
2273
|
|
|
|
|
|
|
}, |
2274
|
|
|
|
|
|
|
'megawatt' => { |
2275
|
|
|
|
|
|
|
'name' => q(MW), |
2276
|
|
|
|
|
|
|
'one' => q({0} MW), |
2277
|
|
|
|
|
|
|
'other' => q({0} MW), |
2278
|
|
|
|
|
|
|
}, |
2279
|
|
|
|
|
|
|
'meter' => { |
2280
|
|
|
|
|
|
|
'name' => q(m), |
2281
|
|
|
|
|
|
|
'one' => q({0} m), |
2282
|
|
|
|
|
|
|
'other' => q({0} m), |
2283
|
|
|
|
|
|
|
'per' => q({0}/m), |
2284
|
|
|
|
|
|
|
}, |
2285
|
|
|
|
|
|
|
'meter-per-second' => { |
2286
|
|
|
|
|
|
|
'name' => q(meters/sec), |
2287
|
|
|
|
|
|
|
'one' => q({0} m/s), |
2288
|
|
|
|
|
|
|
'other' => q({0} m/s), |
2289
|
|
|
|
|
|
|
}, |
2290
|
|
|
|
|
|
|
'meter-per-second-squared' => { |
2291
|
|
|
|
|
|
|
'name' => q(meters/sec²), |
2292
|
|
|
|
|
|
|
'one' => q({0} m/s²), |
2293
|
|
|
|
|
|
|
'other' => q({0} m/s²), |
2294
|
|
|
|
|
|
|
}, |
2295
|
|
|
|
|
|
|
'metric-ton' => { |
2296
|
|
|
|
|
|
|
'name' => q(t), |
2297
|
|
|
|
|
|
|
'one' => q({0} t), |
2298
|
|
|
|
|
|
|
'other' => q({0} t), |
2299
|
|
|
|
|
|
|
}, |
2300
|
|
|
|
|
|
|
'microgram' => { |
2301
|
|
|
|
|
|
|
'name' => q(µg), |
2302
|
|
|
|
|
|
|
'one' => q({0} µg), |
2303
|
|
|
|
|
|
|
'other' => q({0} µg), |
2304
|
|
|
|
|
|
|
}, |
2305
|
|
|
|
|
|
|
'micrometer' => { |
2306
|
|
|
|
|
|
|
'name' => q(µmeters), |
2307
|
|
|
|
|
|
|
'one' => q({0} µm), |
2308
|
|
|
|
|
|
|
'other' => q({0} µm), |
2309
|
|
|
|
|
|
|
}, |
2310
|
|
|
|
|
|
|
'microsecond' => { |
2311
|
|
|
|
|
|
|
'name' => q(μs), |
2312
|
|
|
|
|
|
|
'one' => q({0} μs), |
2313
|
|
|
|
|
|
|
'other' => q({0} μs), |
2314
|
|
|
|
|
|
|
}, |
2315
|
|
|
|
|
|
|
'mile' => { |
2316
|
|
|
|
|
|
|
'name' => q(ميلونه), |
2317
|
|
|
|
|
|
|
'one' => q({0} mi), |
2318
|
|
|
|
|
|
|
'other' => q({0} mi), |
2319
|
|
|
|
|
|
|
}, |
2320
|
|
|
|
|
|
|
'mile-per-gallon' => { |
2321
|
|
|
|
|
|
|
'name' => q(mpg US), |
2322
|
|
|
|
|
|
|
'one' => q({0} mpg US), |
2323
|
|
|
|
|
|
|
'other' => q({0} mpg US), |
2324
|
|
|
|
|
|
|
}, |
2325
|
|
|
|
|
|
|
'mile-per-gallon-imperial' => { |
2326
|
|
|
|
|
|
|
'name' => q(ميلز/ګيلن ايمپيريل), |
2327
|
|
|
|
|
|
|
'one' => q({0} mpg Imp.), |
2328
|
|
|
|
|
|
|
'other' => q({0} mpg Imp.), |
2329
|
|
|
|
|
|
|
}, |
2330
|
|
|
|
|
|
|
'mile-per-hour' => { |
2331
|
|
|
|
|
|
|
'name' => q(miles/hour), |
2332
|
|
|
|
|
|
|
'one' => q({0} mph), |
2333
|
|
|
|
|
|
|
'other' => q({0} mph), |
2334
|
|
|
|
|
|
|
}, |
2335
|
|
|
|
|
|
|
'mile-scandinavian' => { |
2336
|
|
|
|
|
|
|
'name' => q(smi), |
2337
|
|
|
|
|
|
|
'one' => q({0} smi), |
2338
|
|
|
|
|
|
|
'other' => q({0} smi), |
2339
|
|
|
|
|
|
|
}, |
2340
|
|
|
|
|
|
|
'milliampere' => { |
2341
|
|
|
|
|
|
|
'name' => q(milliamps), |
2342
|
|
|
|
|
|
|
'one' => q({0} mA), |
2343
|
|
|
|
|
|
|
'other' => q({0} mA), |
2344
|
|
|
|
|
|
|
}, |
2345
|
|
|
|
|
|
|
'millibar' => { |
2346
|
|
|
|
|
|
|
'name' => q(mbar), |
2347
|
|
|
|
|
|
|
'one' => q({0} mbar), |
2348
|
|
|
|
|
|
|
'other' => q({0} mbar), |
2349
|
|
|
|
|
|
|
}, |
2350
|
|
|
|
|
|
|
'milligram' => { |
2351
|
|
|
|
|
|
|
'name' => q(mg), |
2352
|
|
|
|
|
|
|
'one' => q({0} mg), |
2353
|
|
|
|
|
|
|
'other' => q({0} mg), |
2354
|
|
|
|
|
|
|
}, |
2355
|
|
|
|
|
|
|
'milligram-per-deciliter' => { |
2356
|
|
|
|
|
|
|
'name' => q(mg/dL), |
2357
|
|
|
|
|
|
|
'one' => q({0} mg/dL), |
2358
|
|
|
|
|
|
|
'other' => q({0} mg/dL), |
2359
|
|
|
|
|
|
|
}, |
2360
|
|
|
|
|
|
|
'milliliter' => { |
2361
|
|
|
|
|
|
|
'name' => q(mL), |
2362
|
|
|
|
|
|
|
'one' => q({0} mL), |
2363
|
|
|
|
|
|
|
'other' => q({0} mL), |
2364
|
|
|
|
|
|
|
}, |
2365
|
|
|
|
|
|
|
'millimeter' => { |
2366
|
|
|
|
|
|
|
'name' => q(mm), |
2367
|
|
|
|
|
|
|
'one' => q({0} mm), |
2368
|
|
|
|
|
|
|
'other' => q({0} mm), |
2369
|
|
|
|
|
|
|
}, |
2370
|
|
|
|
|
|
|
'millimeter-of-mercury' => { |
2371
|
|
|
|
|
|
|
'name' => q(mmHg), |
2372
|
|
|
|
|
|
|
'one' => q({0} mmHg), |
2373
|
|
|
|
|
|
|
'other' => q({0} mmHg), |
2374
|
|
|
|
|
|
|
}, |
2375
|
|
|
|
|
|
|
'millimole-per-liter' => { |
2376
|
|
|
|
|
|
|
'name' => q(ملي مول/ليټر), |
2377
|
|
|
|
|
|
|
'one' => q({0} mmol/L), |
2378
|
|
|
|
|
|
|
'other' => q({0} mmol/L), |
2379
|
|
|
|
|
|
|
}, |
2380
|
|
|
|
|
|
|
'millisecond' => { |
2381
|
|
|
|
|
|
|
'name' => q(ms), |
2382
|
|
|
|
|
|
|
'one' => q({0} ms), |
2383
|
|
|
|
|
|
|
'other' => q({0} ms), |
2384
|
|
|
|
|
|
|
}, |
2385
|
|
|
|
|
|
|
'milliwatt' => { |
2386
|
|
|
|
|
|
|
'name' => q(mW), |
2387
|
|
|
|
|
|
|
'one' => q({0} mW), |
2388
|
|
|
|
|
|
|
'other' => q({0} mW), |
2389
|
|
|
|
|
|
|
}, |
2390
|
|
|
|
|
|
|
'minute' => { |
2391
|
|
|
|
|
|
|
'name' => q(mins), |
2392
|
|
|
|
|
|
|
'one' => q({0} min), |
2393
|
|
|
|
|
|
|
'other' => q({0} min), |
2394
|
|
|
|
|
|
|
'per' => q({0}/min), |
2395
|
|
|
|
|
|
|
}, |
2396
|
|
|
|
|
|
|
'month' => { |
2397
|
|
|
|
|
|
|
'name' => q(مياشتې), |
2398
|
|
|
|
|
|
|
'one' => q({0} m), |
2399
|
|
|
|
|
|
|
'other' => q({0} mths), |
2400
|
|
|
|
|
|
|
'per' => q({0}/m), |
2401
|
|
|
|
|
|
|
}, |
2402
|
|
|
|
|
|
|
'nanometer' => { |
2403
|
|
|
|
|
|
|
'name' => q(nm), |
2404
|
|
|
|
|
|
|
'one' => q({0} nm), |
2405
|
|
|
|
|
|
|
'other' => q({0} nm), |
2406
|
|
|
|
|
|
|
}, |
2407
|
|
|
|
|
|
|
'nanosecond' => { |
2408
|
|
|
|
|
|
|
'name' => q(ns), |
2409
|
|
|
|
|
|
|
'one' => q({0} ns), |
2410
|
|
|
|
|
|
|
'other' => q({0} ns), |
2411
|
|
|
|
|
|
|
}, |
2412
|
|
|
|
|
|
|
'nautical-mile' => { |
2413
|
|
|
|
|
|
|
'name' => q(nmi), |
2414
|
|
|
|
|
|
|
'one' => q({0} nmi), |
2415
|
|
|
|
|
|
|
'other' => q({0} nmi), |
2416
|
|
|
|
|
|
|
}, |
2417
|
|
|
|
|
|
|
'ohm' => { |
2418
|
|
|
|
|
|
|
'name' => q(اوهمز), |
2419
|
|
|
|
|
|
|
'one' => q({0} Ω), |
2420
|
|
|
|
|
|
|
'other' => q({0} Ω), |
2421
|
|
|
|
|
|
|
}, |
2422
|
|
|
|
|
|
|
'ounce' => { |
2423
|
|
|
|
|
|
|
'name' => q(oz), |
2424
|
|
|
|
|
|
|
'one' => q({0} oz), |
2425
|
|
|
|
|
|
|
'other' => q({0} oz), |
2426
|
|
|
|
|
|
|
'per' => q({0}/oz), |
2427
|
|
|
|
|
|
|
}, |
2428
|
|
|
|
|
|
|
'ounce-troy' => { |
2429
|
|
|
|
|
|
|
'name' => q(oz troy), |
2430
|
|
|
|
|
|
|
'one' => q({0} oz t), |
2431
|
|
|
|
|
|
|
'other' => q({0} oz t), |
2432
|
|
|
|
|
|
|
}, |
2433
|
|
|
|
|
|
|
'parsec' => { |
2434
|
|
|
|
|
|
|
'name' => q(parsecs), |
2435
|
|
|
|
|
|
|
'one' => q({0} pc), |
2436
|
|
|
|
|
|
|
'other' => q({0} pc), |
2437
|
|
|
|
|
|
|
}, |
2438
|
|
|
|
|
|
|
'part-per-million' => { |
2439
|
|
|
|
|
|
|
'name' => q(پارټس/مليون), |
2440
|
|
|
|
|
|
|
'one' => q({0} ppm), |
2441
|
|
|
|
|
|
|
'other' => q({0} ppm), |
2442
|
|
|
|
|
|
|
}, |
2443
|
|
|
|
|
|
|
'per' => { |
2444
|
|
|
|
|
|
|
'1' => q({0}/{1}), |
2445
|
|
|
|
|
|
|
}, |
2446
|
|
|
|
|
|
|
'percent' => { |
2447
|
|
|
|
|
|
|
'name' => q(سلنه), |
2448
|
|
|
|
|
|
|
'one' => q({0}%), |
2449
|
|
|
|
|
|
|
'other' => q({0}%), |
2450
|
|
|
|
|
|
|
}, |
2451
|
|
|
|
|
|
|
'permille' => { |
2452
|
|
|
|
|
|
|
'name' => q(في ميل), |
2453
|
|
|
|
|
|
|
'one' => q({0}‰), |
2454
|
|
|
|
|
|
|
'other' => q({0}‰), |
2455
|
|
|
|
|
|
|
}, |
2456
|
|
|
|
|
|
|
'petabyte' => { |
2457
|
|
|
|
|
|
|
'name' => q(PByte), |
2458
|
|
|
|
|
|
|
'one' => q({0} PB), |
2459
|
|
|
|
|
|
|
'other' => q({0} PB), |
2460
|
|
|
|
|
|
|
}, |
2461
|
|
|
|
|
|
|
'picometer' => { |
2462
|
|
|
|
|
|
|
'name' => q(pm), |
2463
|
|
|
|
|
|
|
'one' => q({0} pm), |
2464
|
|
|
|
|
|
|
'other' => q({0} pm), |
2465
|
|
|
|
|
|
|
}, |
2466
|
|
|
|
|
|
|
'pint' => { |
2467
|
|
|
|
|
|
|
'name' => q(pints), |
2468
|
|
|
|
|
|
|
'one' => q({0} pt), |
2469
|
|
|
|
|
|
|
'other' => q({0} pt), |
2470
|
|
|
|
|
|
|
}, |
2471
|
|
|
|
|
|
|
'pint-metric' => { |
2472
|
|
|
|
|
|
|
'name' => q(mpt), |
2473
|
|
|
|
|
|
|
'one' => q({0} mpt), |
2474
|
|
|
|
|
|
|
'other' => q({0} mpt), |
2475
|
|
|
|
|
|
|
}, |
2476
|
|
|
|
|
|
|
'point' => { |
2477
|
|
|
|
|
|
|
'name' => q(pt), |
2478
|
|
|
|
|
|
|
'one' => q({0} pt), |
2479
|
|
|
|
|
|
|
'other' => q({0} pt), |
2480
|
|
|
|
|
|
|
}, |
2481
|
|
|
|
|
|
|
'pound' => { |
2482
|
|
|
|
|
|
|
'name' => q(پاونډز), |
2483
|
|
|
|
|
|
|
'one' => q({0} lb), |
2484
|
|
|
|
|
|
|
'other' => q({0} lb), |
2485
|
|
|
|
|
|
|
'per' => q({0}/lb), |
2486
|
|
|
|
|
|
|
}, |
2487
|
|
|
|
|
|
|
'pound-per-square-inch' => { |
2488
|
|
|
|
|
|
|
'name' => q(psi), |
2489
|
|
|
|
|
|
|
'one' => q({0} psi), |
2490
|
|
|
|
|
|
|
'other' => q({0} psi), |
2491
|
|
|
|
|
|
|
}, |
2492
|
|
|
|
|
|
|
'quart' => { |
2493
|
|
|
|
|
|
|
'name' => q(qts), |
2494
|
|
|
|
|
|
|
'one' => q({0} qt), |
2495
|
|
|
|
|
|
|
'other' => q({0} qt), |
2496
|
|
|
|
|
|
|
}, |
2497
|
|
|
|
|
|
|
'radian' => { |
2498
|
|
|
|
|
|
|
'name' => q(رادیان), |
2499
|
|
|
|
|
|
|
'one' => q({0} rad), |
2500
|
|
|
|
|
|
|
'other' => q({0} rad), |
2501
|
|
|
|
|
|
|
}, |
2502
|
|
|
|
|
|
|
'revolution' => { |
2503
|
|
|
|
|
|
|
'name' => q(rev), |
2504
|
|
|
|
|
|
|
'one' => q({0} rev), |
2505
|
|
|
|
|
|
|
'other' => q({0} rev), |
2506
|
|
|
|
|
|
|
}, |
2507
|
|
|
|
|
|
|
'second' => { |
2508
|
|
|
|
|
|
|
'name' => q(sec), |
2509
|
|
|
|
|
|
|
'one' => q({0} s), |
2510
|
|
|
|
|
|
|
'other' => q({0} s), |
2511
|
|
|
|
|
|
|
'per' => q({0}/s), |
2512
|
|
|
|
|
|
|
}, |
2513
|
|
|
|
|
|
|
'square-centimeter' => { |
2514
|
|
|
|
|
|
|
'name' => q(cm²), |
2515
|
|
|
|
|
|
|
'one' => q({0} cm²), |
2516
|
|
|
|
|
|
|
'other' => q({0} cm²), |
2517
|
|
|
|
|
|
|
'per' => q({0}/cm²), |
2518
|
|
|
|
|
|
|
}, |
2519
|
|
|
|
|
|
|
'square-foot' => { |
2520
|
|
|
|
|
|
|
'name' => q(sq feet), |
2521
|
|
|
|
|
|
|
'one' => q({0} sq ft), |
2522
|
|
|
|
|
|
|
'other' => q({0} sq ft), |
2523
|
|
|
|
|
|
|
}, |
2524
|
|
|
|
|
|
|
'square-inch' => { |
2525
|
|
|
|
|
|
|
'name' => q(inches²), |
2526
|
|
|
|
|
|
|
'one' => q({0} in²), |
2527
|
|
|
|
|
|
|
'other' => q({0} in²), |
2528
|
|
|
|
|
|
|
'per' => q({0}/in²), |
2529
|
|
|
|
|
|
|
}, |
2530
|
|
|
|
|
|
|
'square-kilometer' => { |
2531
|
|
|
|
|
|
|
'name' => q(km²), |
2532
|
|
|
|
|
|
|
'one' => q({0} km²), |
2533
|
|
|
|
|
|
|
'other' => q({0} km²), |
2534
|
|
|
|
|
|
|
'per' => q({0}/km²), |
2535
|
|
|
|
|
|
|
}, |
2536
|
|
|
|
|
|
|
'square-meter' => { |
2537
|
|
|
|
|
|
|
'name' => q(meters²), |
2538
|
|
|
|
|
|
|
'one' => q({0} m²), |
2539
|
|
|
|
|
|
|
'other' => q({0} m²), |
2540
|
|
|
|
|
|
|
'per' => q({0}/m²), |
2541
|
|
|
|
|
|
|
}, |
2542
|
|
|
|
|
|
|
'square-mile' => { |
2543
|
|
|
|
|
|
|
'name' => q(sq miles), |
2544
|
|
|
|
|
|
|
'one' => q({0} sq mi), |
2545
|
|
|
|
|
|
|
'other' => q({0} sq mi), |
2546
|
|
|
|
|
|
|
'per' => q({0}/mi²), |
2547
|
|
|
|
|
|
|
}, |
2548
|
|
|
|
|
|
|
'square-yard' => { |
2549
|
|
|
|
|
|
|
'name' => q(yards²), |
2550
|
|
|
|
|
|
|
'one' => q({0} yd²), |
2551
|
|
|
|
|
|
|
'other' => q({0} yd²), |
2552
|
|
|
|
|
|
|
}, |
2553
|
|
|
|
|
|
|
'tablespoon' => { |
2554
|
|
|
|
|
|
|
'name' => q(tbsp), |
2555
|
|
|
|
|
|
|
'one' => q({0} tbsp), |
2556
|
|
|
|
|
|
|
'other' => q({0} tbsp), |
2557
|
|
|
|
|
|
|
}, |
2558
|
|
|
|
|
|
|
'teaspoon' => { |
2559
|
|
|
|
|
|
|
'name' => q(tsp), |
2560
|
|
|
|
|
|
|
'one' => q({0} tsp), |
2561
|
|
|
|
|
|
|
'other' => q({0} tsp), |
2562
|
|
|
|
|
|
|
}, |
2563
|
|
|
|
|
|
|
'terabit' => { |
2564
|
|
|
|
|
|
|
'name' => q(Tbit), |
2565
|
|
|
|
|
|
|
'one' => q({0} Tb), |
2566
|
|
|
|
|
|
|
'other' => q({0} Tb), |
2567
|
|
|
|
|
|
|
}, |
2568
|
|
|
|
|
|
|
'terabyte' => { |
2569
|
|
|
|
|
|
|
'name' => q(TByte), |
2570
|
|
|
|
|
|
|
'one' => q({0} TB), |
2571
|
|
|
|
|
|
|
'other' => q({0} TB), |
2572
|
|
|
|
|
|
|
}, |
2573
|
|
|
|
|
|
|
'ton' => { |
2574
|
|
|
|
|
|
|
'name' => q(ټنز), |
2575
|
|
|
|
|
|
|
'one' => q({0} tn), |
2576
|
|
|
|
|
|
|
'other' => q({0} tn), |
2577
|
|
|
|
|
|
|
}, |
2578
|
|
|
|
|
|
|
'volt' => { |
2579
|
|
|
|
|
|
|
'name' => q(volts), |
2580
|
|
|
|
|
|
|
'one' => q({0} V), |
2581
|
|
|
|
|
|
|
'other' => q({0} V), |
2582
|
|
|
|
|
|
|
}, |
2583
|
|
|
|
|
|
|
'watt' => { |
2584
|
|
|
|
|
|
|
'name' => q(واټس), |
2585
|
|
|
|
|
|
|
'one' => q({0} W), |
2586
|
|
|
|
|
|
|
'other' => q({0} W), |
2587
|
|
|
|
|
|
|
}, |
2588
|
|
|
|
|
|
|
'week' => { |
2589
|
|
|
|
|
|
|
'name' => q(اونۍ), |
2590
|
|
|
|
|
|
|
'one' => q({0} w), |
2591
|
|
|
|
|
|
|
'other' => q({0} wks), |
2592
|
|
|
|
|
|
|
'per' => q({0}/w), |
2593
|
|
|
|
|
|
|
}, |
2594
|
|
|
|
|
|
|
'yard' => { |
2595
|
|
|
|
|
|
|
'name' => q(ګزه), |
2596
|
|
|
|
|
|
|
'one' => q({0} yd), |
2597
|
|
|
|
|
|
|
'other' => q({0} yd), |
2598
|
|
|
|
|
|
|
}, |
2599
|
|
|
|
|
|
|
'year' => { |
2600
|
|
|
|
|
|
|
'name' => q(کالونه), |
2601
|
|
|
|
|
|
|
'one' => q({0} y), |
2602
|
|
|
|
|
|
|
'other' => q({0} y), |
2603
|
|
|
|
|
|
|
'per' => q({0}/y), |
2604
|
|
|
|
|
|
|
}, |
2605
|
|
|
|
|
|
|
}, |
2606
|
|
|
|
|
|
|
} } |
2607
|
|
|
|
|
|
|
); |
2608
|
|
|
|
|
|
|
|
2609
|
|
|
|
|
|
|
has 'yesstr' => ( |
2610
|
|
|
|
|
|
|
is => 'ro', |
2611
|
|
|
|
|
|
|
isa => RegexpRef, |
2612
|
|
|
|
|
|
|
init_arg => undef, |
2613
|
|
|
|
|
|
|
default => sub { qr'^(?i:هو|ه|yes|y)$' } |
2614
|
|
|
|
|
|
|
); |
2615
|
|
|
|
|
|
|
|
2616
|
|
|
|
|
|
|
has 'nostr' => ( |
2617
|
|
|
|
|
|
|
is => 'ro', |
2618
|
|
|
|
|
|
|
isa => RegexpRef, |
2619
|
|
|
|
|
|
|
init_arg => undef, |
2620
|
|
|
|
|
|
|
default => sub { qr'^(?i:نه|ن|no|n)$' } |
2621
|
|
|
|
|
|
|
); |
2622
|
|
|
|
|
|
|
|
2623
|
|
|
|
|
|
|
has 'listPatterns' => ( |
2624
|
|
|
|
|
|
|
is => 'ro', |
2625
|
|
|
|
|
|
|
isa => HashRef, |
2626
|
|
|
|
|
|
|
init_arg => undef, |
2627
|
|
|
|
|
|
|
default => sub { { |
2628
|
|
|
|
|
|
|
start => q({0}, {1}), |
2629
|
|
|
|
|
|
|
middle => q({0}, {1}), |
2630
|
|
|
|
|
|
|
end => q({0}, {1}), |
2631
|
|
|
|
|
|
|
2 => q({0} و {1}), |
2632
|
|
|
|
|
|
|
} } |
2633
|
|
|
|
|
|
|
); |
2634
|
|
|
|
|
|
|
|
2635
|
|
|
|
|
|
|
has 'default_numbering_system' => ( |
2636
|
|
|
|
|
|
|
is => 'ro', |
2637
|
|
|
|
|
|
|
isa => Str, |
2638
|
|
|
|
|
|
|
init_arg => undef, |
2639
|
|
|
|
|
|
|
default => 'arabext', |
2640
|
|
|
|
|
|
|
); |
2641
|
|
|
|
|
|
|
|
2642
|
|
|
|
|
|
|
has native_numbering_system => ( |
2643
|
|
|
|
|
|
|
is => 'ro', |
2644
|
|
|
|
|
|
|
isa => Str, |
2645
|
|
|
|
|
|
|
init_arg => undef, |
2646
|
|
|
|
|
|
|
default => 'arabext', |
2647
|
|
|
|
|
|
|
); |
2648
|
|
|
|
|
|
|
|
2649
|
|
|
|
|
|
|
has 'minimum_grouping_digits' => ( |
2650
|
|
|
|
|
|
|
is =>'ro', |
2651
|
|
|
|
|
|
|
isa => Int, |
2652
|
|
|
|
|
|
|
init_arg => undef, |
2653
|
|
|
|
|
|
|
default => 1, |
2654
|
|
|
|
|
|
|
); |
2655
|
|
|
|
|
|
|
|
2656
|
|
|
|
|
|
|
has 'number_symbols' => ( |
2657
|
|
|
|
|
|
|
is => 'ro', |
2658
|
|
|
|
|
|
|
isa => HashRef, |
2659
|
|
|
|
|
|
|
init_arg => undef, |
2660
|
|
|
|
|
|
|
default => sub { { |
2661
|
|
|
|
|
|
|
'arabext' => { |
2662
|
|
|
|
|
|
|
'decimal' => q(٫), |
2663
|
|
|
|
|
|
|
'exponential' => q(×۱۰^), |
2664
|
|
|
|
|
|
|
'group' => q(٬), |
2665
|
|
|
|
|
|
|
'infinity' => q(∞), |
2666
|
|
|
|
|
|
|
'minusSign' => q(-), |
2667
|
|
|
|
|
|
|
'nan' => q(NaN), |
2668
|
|
|
|
|
|
|
'perMille' => q(؉), |
2669
|
|
|
|
|
|
|
'percentSign' => q(٪), |
2670
|
|
|
|
|
|
|
'plusSign' => q(+), |
2671
|
|
|
|
|
|
|
'superscriptingExponent' => q(×), |
2672
|
|
|
|
|
|
|
}, |
2673
|
|
|
|
|
|
|
'latn' => { |
2674
|
|
|
|
|
|
|
'decimal' => q(,), |
2675
|
|
|
|
|
|
|
'exponential' => q(E), |
2676
|
|
|
|
|
|
|
'group' => q(.), |
2677
|
|
|
|
|
|
|
'infinity' => q(∞), |
2678
|
|
|
|
|
|
|
'minusSign' => q(−), |
2679
|
|
|
|
|
|
|
'nan' => q(NaN), |
2680
|
|
|
|
|
|
|
'perMille' => q(‰), |
2681
|
|
|
|
|
|
|
'percentSign' => q(%), |
2682
|
|
|
|
|
|
|
'plusSign' => q(+), |
2683
|
|
|
|
|
|
|
'superscriptingExponent' => q(×), |
2684
|
|
|
|
|
|
|
}, |
2685
|
|
|
|
|
|
|
} } |
2686
|
|
|
|
|
|
|
); |
2687
|
|
|
|
|
|
|
|
2688
|
|
|
|
|
|
|
has 'number_formats' => ( |
2689
|
|
|
|
|
|
|
is => 'ro', |
2690
|
|
|
|
|
|
|
isa => HashRef, |
2691
|
|
|
|
|
|
|
init_arg => undef, |
2692
|
|
|
|
|
|
|
default => sub { { |
2693
|
|
|
|
|
|
|
decimalFormat => { |
2694
|
|
|
|
|
|
|
'default' => { |
2695
|
|
|
|
|
|
|
'1000' => { |
2696
|
|
|
|
|
|
|
'one' => '0K', |
2697
|
|
|
|
|
|
|
'other' => '0K', |
2698
|
|
|
|
|
|
|
}, |
2699
|
|
|
|
|
|
|
'10000' => { |
2700
|
|
|
|
|
|
|
'one' => '00K', |
2701
|
|
|
|
|
|
|
'other' => '00K', |
2702
|
|
|
|
|
|
|
}, |
2703
|
|
|
|
|
|
|
'100000' => { |
2704
|
|
|
|
|
|
|
'one' => '000K', |
2705
|
|
|
|
|
|
|
'other' => '000K', |
2706
|
|
|
|
|
|
|
}, |
2707
|
|
|
|
|
|
|
'1000000' => { |
2708
|
|
|
|
|
|
|
'one' => '0M', |
2709
|
|
|
|
|
|
|
'other' => '0M', |
2710
|
|
|
|
|
|
|
}, |
2711
|
|
|
|
|
|
|
'10000000' => { |
2712
|
|
|
|
|
|
|
'one' => '00M', |
2713
|
|
|
|
|
|
|
'other' => '00M', |
2714
|
|
|
|
|
|
|
}, |
2715
|
|
|
|
|
|
|
'100000000' => { |
2716
|
|
|
|
|
|
|
'one' => '000M', |
2717
|
|
|
|
|
|
|
'other' => '000M', |
2718
|
|
|
|
|
|
|
}, |
2719
|
|
|
|
|
|
|
'1000000000' => { |
2720
|
|
|
|
|
|
|
'one' => '0B', |
2721
|
|
|
|
|
|
|
'other' => '0B', |
2722
|
|
|
|
|
|
|
}, |
2723
|
|
|
|
|
|
|
'10000000000' => { |
2724
|
|
|
|
|
|
|
'one' => '00B', |
2725
|
|
|
|
|
|
|
'other' => '00B', |
2726
|
|
|
|
|
|
|
}, |
2727
|
|
|
|
|
|
|
'100000000000' => { |
2728
|
|
|
|
|
|
|
'one' => '000G', |
2729
|
|
|
|
|
|
|
'other' => '000B', |
2730
|
|
|
|
|
|
|
}, |
2731
|
|
|
|
|
|
|
'1000000000000' => { |
2732
|
|
|
|
|
|
|
'one' => '0T', |
2733
|
|
|
|
|
|
|
'other' => '0T', |
2734
|
|
|
|
|
|
|
}, |
2735
|
|
|
|
|
|
|
'10000000000000' => { |
2736
|
|
|
|
|
|
|
'one' => '00T', |
2737
|
|
|
|
|
|
|
'other' => '00T', |
2738
|
|
|
|
|
|
|
}, |
2739
|
|
|
|
|
|
|
'100000000000000' => { |
2740
|
|
|
|
|
|
|
'one' => '000T', |
2741
|
|
|
|
|
|
|
'other' => '000T', |
2742
|
|
|
|
|
|
|
}, |
2743
|
|
|
|
|
|
|
'standard' => { |
2744
|
|
|
|
|
|
|
'default' => '#,##0.###', |
2745
|
|
|
|
|
|
|
}, |
2746
|
|
|
|
|
|
|
}, |
2747
|
|
|
|
|
|
|
'long' => { |
2748
|
|
|
|
|
|
|
'1000' => { |
2749
|
|
|
|
|
|
|
'one' => '0K', |
2750
|
|
|
|
|
|
|
'other' => '0K', |
2751
|
|
|
|
|
|
|
}, |
2752
|
|
|
|
|
|
|
'10000' => { |
2753
|
|
|
|
|
|
|
'one' => '00K', |
2754
|
|
|
|
|
|
|
'other' => '00K', |
2755
|
|
|
|
|
|
|
}, |
2756
|
|
|
|
|
|
|
'100000' => { |
2757
|
|
|
|
|
|
|
'one' => '000K', |
2758
|
|
|
|
|
|
|
'other' => '000K', |
2759
|
|
|
|
|
|
|
}, |
2760
|
|
|
|
|
|
|
'1000000' => { |
2761
|
|
|
|
|
|
|
'one' => '0M', |
2762
|
|
|
|
|
|
|
'other' => '0M', |
2763
|
|
|
|
|
|
|
}, |
2764
|
|
|
|
|
|
|
'10000000' => { |
2765
|
|
|
|
|
|
|
'one' => '00M', |
2766
|
|
|
|
|
|
|
'other' => '00M', |
2767
|
|
|
|
|
|
|
}, |
2768
|
|
|
|
|
|
|
'100000000' => { |
2769
|
|
|
|
|
|
|
'one' => '000M', |
2770
|
|
|
|
|
|
|
'other' => '000M', |
2771
|
|
|
|
|
|
|
}, |
2772
|
|
|
|
|
|
|
'1000000000' => { |
2773
|
|
|
|
|
|
|
'one' => '0G', |
2774
|
|
|
|
|
|
|
'other' => '0G', |
2775
|
|
|
|
|
|
|
}, |
2776
|
|
|
|
|
|
|
'10000000000' => { |
2777
|
|
|
|
|
|
|
'one' => '00G', |
2778
|
|
|
|
|
|
|
'other' => '00G', |
2779
|
|
|
|
|
|
|
}, |
2780
|
|
|
|
|
|
|
'100000000000' => { |
2781
|
|
|
|
|
|
|
'one' => '000G', |
2782
|
|
|
|
|
|
|
'other' => '000G', |
2783
|
|
|
|
|
|
|
}, |
2784
|
|
|
|
|
|
|
'1000000000000' => { |
2785
|
|
|
|
|
|
|
'one' => '0T', |
2786
|
|
|
|
|
|
|
'other' => '0T', |
2787
|
|
|
|
|
|
|
}, |
2788
|
|
|
|
|
|
|
'10000000000000' => { |
2789
|
|
|
|
|
|
|
'one' => '00T', |
2790
|
|
|
|
|
|
|
'other' => '00T', |
2791
|
|
|
|
|
|
|
}, |
2792
|
|
|
|
|
|
|
'100000000000000' => { |
2793
|
|
|
|
|
|
|
'one' => '000T', |
2794
|
|
|
|
|
|
|
'other' => '000T', |
2795
|
|
|
|
|
|
|
}, |
2796
|
|
|
|
|
|
|
}, |
2797
|
|
|
|
|
|
|
'short' => { |
2798
|
|
|
|
|
|
|
'1000' => { |
2799
|
|
|
|
|
|
|
'one' => '0K', |
2800
|
|
|
|
|
|
|
'other' => '0K', |
2801
|
|
|
|
|
|
|
}, |
2802
|
|
|
|
|
|
|
'10000' => { |
2803
|
|
|
|
|
|
|
'one' => '00K', |
2804
|
|
|
|
|
|
|
'other' => '00K', |
2805
|
|
|
|
|
|
|
}, |
2806
|
|
|
|
|
|
|
'100000' => { |
2807
|
|
|
|
|
|
|
'one' => '000K', |
2808
|
|
|
|
|
|
|
'other' => '000K', |
2809
|
|
|
|
|
|
|
}, |
2810
|
|
|
|
|
|
|
'1000000' => { |
2811
|
|
|
|
|
|
|
'one' => '0M', |
2812
|
|
|
|
|
|
|
'other' => '0M', |
2813
|
|
|
|
|
|
|
}, |
2814
|
|
|
|
|
|
|
'10000000' => { |
2815
|
|
|
|
|
|
|
'one' => '00M', |
2816
|
|
|
|
|
|
|
'other' => '00M', |
2817
|
|
|
|
|
|
|
}, |
2818
|
|
|
|
|
|
|
'100000000' => { |
2819
|
|
|
|
|
|
|
'one' => '000M', |
2820
|
|
|
|
|
|
|
'other' => '000M', |
2821
|
|
|
|
|
|
|
}, |
2822
|
|
|
|
|
|
|
'1000000000' => { |
2823
|
|
|
|
|
|
|
'one' => '0B', |
2824
|
|
|
|
|
|
|
'other' => '0B', |
2825
|
|
|
|
|
|
|
}, |
2826
|
|
|
|
|
|
|
'10000000000' => { |
2827
|
|
|
|
|
|
|
'one' => '00B', |
2828
|
|
|
|
|
|
|
'other' => '00B', |
2829
|
|
|
|
|
|
|
}, |
2830
|
|
|
|
|
|
|
'100000000000' => { |
2831
|
|
|
|
|
|
|
'one' => '000G', |
2832
|
|
|
|
|
|
|
'other' => '000B', |
2833
|
|
|
|
|
|
|
}, |
2834
|
|
|
|
|
|
|
'1000000000000' => { |
2835
|
|
|
|
|
|
|
'one' => '0T', |
2836
|
|
|
|
|
|
|
'other' => '0T', |
2837
|
|
|
|
|
|
|
}, |
2838
|
|
|
|
|
|
|
'10000000000000' => { |
2839
|
|
|
|
|
|
|
'one' => '00T', |
2840
|
|
|
|
|
|
|
'other' => '00T', |
2841
|
|
|
|
|
|
|
}, |
2842
|
|
|
|
|
|
|
'100000000000000' => { |
2843
|
|
|
|
|
|
|
'one' => '000T', |
2844
|
|
|
|
|
|
|
'other' => '000T', |
2845
|
|
|
|
|
|
|
}, |
2846
|
|
|
|
|
|
|
}, |
2847
|
|
|
|
|
|
|
}, |
2848
|
|
|
|
|
|
|
percentFormat => { |
2849
|
|
|
|
|
|
|
'default' => { |
2850
|
|
|
|
|
|
|
'standard' => { |
2851
|
|
|
|
|
|
|
'default' => '#,##0%', |
2852
|
|
|
|
|
|
|
}, |
2853
|
|
|
|
|
|
|
}, |
2854
|
|
|
|
|
|
|
}, |
2855
|
|
|
|
|
|
|
scientificFormat => { |
2856
|
|
|
|
|
|
|
'default' => { |
2857
|
|
|
|
|
|
|
'standard' => { |
2858
|
|
|
|
|
|
|
'default' => '#E0', |
2859
|
|
|
|
|
|
|
}, |
2860
|
|
|
|
|
|
|
}, |
2861
|
|
|
|
|
|
|
}, |
2862
|
|
|
|
|
|
|
} }, |
2863
|
|
|
|
|
|
|
); |
2864
|
|
|
|
|
|
|
|
2865
|
|
|
|
|
|
|
has 'number_currency_formats' => ( |
2866
|
|
|
|
|
|
|
is => 'ro', |
2867
|
|
|
|
|
|
|
isa => HashRef, |
2868
|
|
|
|
|
|
|
init_arg => undef, |
2869
|
|
|
|
|
|
|
default => sub { { |
2870
|
|
|
|
|
|
|
'arabext' => { |
2871
|
|
|
|
|
|
|
'pattern' => { |
2872
|
|
|
|
|
|
|
'default' => { |
2873
|
|
|
|
|
|
|
'standard' => { |
2874
|
|
|
|
|
|
|
'positive' => '#,##0.00 ¤', |
2875
|
|
|
|
|
|
|
}, |
2876
|
|
|
|
|
|
|
}, |
2877
|
|
|
|
|
|
|
}, |
2878
|
|
|
|
|
|
|
}, |
2879
|
|
|
|
|
|
|
'latn' => { |
2880
|
|
|
|
|
|
|
'pattern' => { |
2881
|
|
|
|
|
|
|
'default' => { |
2882
|
|
|
|
|
|
|
'accounting' => { |
2883
|
|
|
|
|
|
|
'positive' => '#,##0.00 ¤', |
2884
|
|
|
|
|
|
|
}, |
2885
|
|
|
|
|
|
|
'standard' => { |
2886
|
|
|
|
|
|
|
'positive' => '#,##0.00 ¤', |
2887
|
|
|
|
|
|
|
}, |
2888
|
|
|
|
|
|
|
}, |
2889
|
|
|
|
|
|
|
}, |
2890
|
|
|
|
|
|
|
}, |
2891
|
|
|
|
|
|
|
} }, |
2892
|
|
|
|
|
|
|
); |
2893
|
|
|
|
|
|
|
|
2894
|
|
|
|
|
|
|
has 'currencies' => ( |
2895
|
|
|
|
|
|
|
is => 'ro', |
2896
|
|
|
|
|
|
|
isa => HashRef, |
2897
|
|
|
|
|
|
|
init_arg => undef, |
2898
|
|
|
|
|
|
|
default => sub { { |
2899
|
|
|
|
|
|
|
'AED' => { |
2900
|
|
|
|
|
|
|
symbol => 'AED', |
2901
|
|
|
|
|
|
|
display_name => { |
2902
|
|
|
|
|
|
|
'currency' => q(AED), |
2903
|
|
|
|
|
|
|
'one' => q(AED), |
2904
|
|
|
|
|
|
|
'other' => q(AED), |
2905
|
|
|
|
|
|
|
}, |
2906
|
|
|
|
|
|
|
}, |
2907
|
|
|
|
|
|
|
'AFA' => { |
2908
|
|
|
|
|
|
|
display_name => { |
2909
|
|
|
|
|
|
|
'currency' => q(افغانۍ \(1927–2002\)), |
2910
|
|
|
|
|
|
|
'one' => q(افغانۍ \(1927–2002\)), |
2911
|
|
|
|
|
|
|
'other' => q(افغانۍ \(1927–2002\)), |
2912
|
|
|
|
|
|
|
}, |
2913
|
|
|
|
|
|
|
}, |
2914
|
|
|
|
|
|
|
'AFN' => { |
2915
|
|
|
|
|
|
|
symbol => '؋', |
2916
|
|
|
|
|
|
|
display_name => { |
2917
|
|
|
|
|
|
|
'currency' => q(افغانۍ), |
2918
|
|
|
|
|
|
|
'one' => q(افغانۍ), |
2919
|
|
|
|
|
|
|
'other' => q(افغانۍ), |
2920
|
|
|
|
|
|
|
}, |
2921
|
|
|
|
|
|
|
}, |
2922
|
|
|
|
|
|
|
'ALL' => { |
2923
|
|
|
|
|
|
|
symbol => 'ALL', |
2924
|
|
|
|
|
|
|
display_name => { |
2925
|
|
|
|
|
|
|
'currency' => q(ALL), |
2926
|
|
|
|
|
|
|
'one' => q(ALL), |
2927
|
|
|
|
|
|
|
'other' => q(ALL), |
2928
|
|
|
|
|
|
|
}, |
2929
|
|
|
|
|
|
|
}, |
2930
|
|
|
|
|
|
|
'AMD' => { |
2931
|
|
|
|
|
|
|
symbol => 'AMD', |
2932
|
|
|
|
|
|
|
display_name => { |
2933
|
|
|
|
|
|
|
'currency' => q(AMD), |
2934
|
|
|
|
|
|
|
'one' => q(AMD), |
2935
|
|
|
|
|
|
|
'other' => q(AMD), |
2936
|
|
|
|
|
|
|
}, |
2937
|
|
|
|
|
|
|
}, |
2938
|
|
|
|
|
|
|
'ANG' => { |
2939
|
|
|
|
|
|
|
symbol => 'ANG', |
2940
|
|
|
|
|
|
|
display_name => { |
2941
|
|
|
|
|
|
|
'currency' => q(ANG), |
2942
|
|
|
|
|
|
|
'one' => q(ANG), |
2943
|
|
|
|
|
|
|
'other' => q(ANG), |
2944
|
|
|
|
|
|
|
}, |
2945
|
|
|
|
|
|
|
}, |
2946
|
|
|
|
|
|
|
'AOA' => { |
2947
|
|
|
|
|
|
|
symbol => 'AOA', |
2948
|
|
|
|
|
|
|
display_name => { |
2949
|
|
|
|
|
|
|
'currency' => q(AOA), |
2950
|
|
|
|
|
|
|
'one' => q(AOA), |
2951
|
|
|
|
|
|
|
'other' => q(AOA), |
2952
|
|
|
|
|
|
|
}, |
2953
|
|
|
|
|
|
|
}, |
2954
|
|
|
|
|
|
|
'ARS' => { |
2955
|
|
|
|
|
|
|
symbol => 'ARS', |
2956
|
|
|
|
|
|
|
display_name => { |
2957
|
|
|
|
|
|
|
'currency' => q(ARS), |
2958
|
|
|
|
|
|
|
'one' => q(ARS), |
2959
|
|
|
|
|
|
|
'other' => q(ARS), |
2960
|
|
|
|
|
|
|
}, |
2961
|
|
|
|
|
|
|
}, |
2962
|
|
|
|
|
|
|
'AUD' => { |
2963
|
|
|
|
|
|
|
symbol => 'A$', |
2964
|
|
|
|
|
|
|
display_name => { |
2965
|
|
|
|
|
|
|
'currency' => q(AUD), |
2966
|
|
|
|
|
|
|
'one' => q(AUD), |
2967
|
|
|
|
|
|
|
'other' => q(AUD), |
2968
|
|
|
|
|
|
|
}, |
2969
|
|
|
|
|
|
|
}, |
2970
|
|
|
|
|
|
|
'AWG' => { |
2971
|
|
|
|
|
|
|
symbol => 'AWG', |
2972
|
|
|
|
|
|
|
display_name => { |
2973
|
|
|
|
|
|
|
'currency' => q(AWG), |
2974
|
|
|
|
|
|
|
'one' => q(AWG), |
2975
|
|
|
|
|
|
|
'other' => q(AWG), |
2976
|
|
|
|
|
|
|
}, |
2977
|
|
|
|
|
|
|
}, |
2978
|
|
|
|
|
|
|
'AZN' => { |
2979
|
|
|
|
|
|
|
symbol => 'AZN', |
2980
|
|
|
|
|
|
|
display_name => { |
2981
|
|
|
|
|
|
|
'currency' => q(AZN), |
2982
|
|
|
|
|
|
|
'one' => q(AZN), |
2983
|
|
|
|
|
|
|
'other' => q(AZN), |
2984
|
|
|
|
|
|
|
}, |
2985
|
|
|
|
|
|
|
}, |
2986
|
|
|
|
|
|
|
'BAM' => { |
2987
|
|
|
|
|
|
|
symbol => 'BAM', |
2988
|
|
|
|
|
|
|
display_name => { |
2989
|
|
|
|
|
|
|
'currency' => q(BAM), |
2990
|
|
|
|
|
|
|
'one' => q(BAM), |
2991
|
|
|
|
|
|
|
'other' => q(BAM), |
2992
|
|
|
|
|
|
|
}, |
2993
|
|
|
|
|
|
|
}, |
2994
|
|
|
|
|
|
|
'BBD' => { |
2995
|
|
|
|
|
|
|
symbol => 'BBD', |
2996
|
|
|
|
|
|
|
display_name => { |
2997
|
|
|
|
|
|
|
'currency' => q(BBD), |
2998
|
|
|
|
|
|
|
'one' => q(BBD), |
2999
|
|
|
|
|
|
|
'other' => q(BBD), |
3000
|
|
|
|
|
|
|
}, |
3001
|
|
|
|
|
|
|
}, |
3002
|
|
|
|
|
|
|
'BDT' => { |
3003
|
|
|
|
|
|
|
symbol => 'BDT', |
3004
|
|
|
|
|
|
|
display_name => { |
3005
|
|
|
|
|
|
|
'currency' => q(BDT), |
3006
|
|
|
|
|
|
|
'one' => q(BDT), |
3007
|
|
|
|
|
|
|
'other' => q(BDT), |
3008
|
|
|
|
|
|
|
}, |
3009
|
|
|
|
|
|
|
}, |
3010
|
|
|
|
|
|
|
'BGN' => { |
3011
|
|
|
|
|
|
|
symbol => 'BGN', |
3012
|
|
|
|
|
|
|
display_name => { |
3013
|
|
|
|
|
|
|
'currency' => q(BGN), |
3014
|
|
|
|
|
|
|
'one' => q(BGN), |
3015
|
|
|
|
|
|
|
'other' => q(BGN), |
3016
|
|
|
|
|
|
|
}, |
3017
|
|
|
|
|
|
|
}, |
3018
|
|
|
|
|
|
|
'BHD' => { |
3019
|
|
|
|
|
|
|
symbol => 'BHD', |
3020
|
|
|
|
|
|
|
display_name => { |
3021
|
|
|
|
|
|
|
'currency' => q(BHD), |
3022
|
|
|
|
|
|
|
'one' => q(BHD), |
3023
|
|
|
|
|
|
|
'other' => q(BHD), |
3024
|
|
|
|
|
|
|
}, |
3025
|
|
|
|
|
|
|
}, |
3026
|
|
|
|
|
|
|
'BIF' => { |
3027
|
|
|
|
|
|
|
symbol => 'BIF', |
3028
|
|
|
|
|
|
|
display_name => { |
3029
|
|
|
|
|
|
|
'currency' => q(BIF), |
3030
|
|
|
|
|
|
|
'one' => q(BIF), |
3031
|
|
|
|
|
|
|
'other' => q(BIF), |
3032
|
|
|
|
|
|
|
}, |
3033
|
|
|
|
|
|
|
}, |
3034
|
|
|
|
|
|
|
'BMD' => { |
3035
|
|
|
|
|
|
|
symbol => 'BMD', |
3036
|
|
|
|
|
|
|
display_name => { |
3037
|
|
|
|
|
|
|
'currency' => q(BMD), |
3038
|
|
|
|
|
|
|
'one' => q(BMD), |
3039
|
|
|
|
|
|
|
'other' => q(BMD), |
3040
|
|
|
|
|
|
|
}, |
3041
|
|
|
|
|
|
|
}, |
3042
|
|
|
|
|
|
|
'BND' => { |
3043
|
|
|
|
|
|
|
symbol => 'BND', |
3044
|
|
|
|
|
|
|
display_name => { |
3045
|
|
|
|
|
|
|
'currency' => q(BND), |
3046
|
|
|
|
|
|
|
'one' => q(BND), |
3047
|
|
|
|
|
|
|
'other' => q(BND), |
3048
|
|
|
|
|
|
|
}, |
3049
|
|
|
|
|
|
|
}, |
3050
|
|
|
|
|
|
|
'BOB' => { |
3051
|
|
|
|
|
|
|
symbol => 'BOB', |
3052
|
|
|
|
|
|
|
display_name => { |
3053
|
|
|
|
|
|
|
'currency' => q(BOB), |
3054
|
|
|
|
|
|
|
'one' => q(BOB), |
3055
|
|
|
|
|
|
|
'other' => q(BOB), |
3056
|
|
|
|
|
|
|
}, |
3057
|
|
|
|
|
|
|
}, |
3058
|
|
|
|
|
|
|
'BRL' => { |
3059
|
|
|
|
|
|
|
symbol => 'R$', |
3060
|
|
|
|
|
|
|
display_name => { |
3061
|
|
|
|
|
|
|
'currency' => q(BRL), |
3062
|
|
|
|
|
|
|
'one' => q(BRL), |
3063
|
|
|
|
|
|
|
'other' => q(BRL), |
3064
|
|
|
|
|
|
|
}, |
3065
|
|
|
|
|
|
|
}, |
3066
|
|
|
|
|
|
|
'BSD' => { |
3067
|
|
|
|
|
|
|
symbol => 'BSD', |
3068
|
|
|
|
|
|
|
display_name => { |
3069
|
|
|
|
|
|
|
'currency' => q(BSD), |
3070
|
|
|
|
|
|
|
'one' => q(BSD), |
3071
|
|
|
|
|
|
|
'other' => q(BSD), |
3072
|
|
|
|
|
|
|
}, |
3073
|
|
|
|
|
|
|
}, |
3074
|
|
|
|
|
|
|
'BTN' => { |
3075
|
|
|
|
|
|
|
symbol => 'BTN', |
3076
|
|
|
|
|
|
|
display_name => { |
3077
|
|
|
|
|
|
|
'currency' => q(BTN), |
3078
|
|
|
|
|
|
|
'one' => q(BTN), |
3079
|
|
|
|
|
|
|
'other' => q(BTN), |
3080
|
|
|
|
|
|
|
}, |
3081
|
|
|
|
|
|
|
}, |
3082
|
|
|
|
|
|
|
'BWP' => { |
3083
|
|
|
|
|
|
|
symbol => 'BWP', |
3084
|
|
|
|
|
|
|
display_name => { |
3085
|
|
|
|
|
|
|
'currency' => q(BWP), |
3086
|
|
|
|
|
|
|
'one' => q(BWP), |
3087
|
|
|
|
|
|
|
'other' => q(BWP), |
3088
|
|
|
|
|
|
|
}, |
3089
|
|
|
|
|
|
|
}, |
3090
|
|
|
|
|
|
|
'BYN' => { |
3091
|
|
|
|
|
|
|
symbol => 'BYN', |
3092
|
|
|
|
|
|
|
display_name => { |
3093
|
|
|
|
|
|
|
'currency' => q(BYN), |
3094
|
|
|
|
|
|
|
'one' => q(BYN), |
3095
|
|
|
|
|
|
|
'other' => q(BYN), |
3096
|
|
|
|
|
|
|
}, |
3097
|
|
|
|
|
|
|
}, |
3098
|
|
|
|
|
|
|
'BZD' => { |
3099
|
|
|
|
|
|
|
symbol => 'BZD', |
3100
|
|
|
|
|
|
|
display_name => { |
3101
|
|
|
|
|
|
|
'currency' => q(BZD), |
3102
|
|
|
|
|
|
|
'one' => q(BZD), |
3103
|
|
|
|
|
|
|
'other' => q(BZD), |
3104
|
|
|
|
|
|
|
}, |
3105
|
|
|
|
|
|
|
}, |
3106
|
|
|
|
|
|
|
'CAD' => { |
3107
|
|
|
|
|
|
|
symbol => 'CA$', |
3108
|
|
|
|
|
|
|
display_name => { |
3109
|
|
|
|
|
|
|
'currency' => q(CAD), |
3110
|
|
|
|
|
|
|
'one' => q(CAD), |
3111
|
|
|
|
|
|
|
'other' => q(CAD), |
3112
|
|
|
|
|
|
|
}, |
3113
|
|
|
|
|
|
|
}, |
3114
|
|
|
|
|
|
|
'CDF' => { |
3115
|
|
|
|
|
|
|
symbol => 'CDF', |
3116
|
|
|
|
|
|
|
display_name => { |
3117
|
|
|
|
|
|
|
'currency' => q(CDF), |
3118
|
|
|
|
|
|
|
'one' => q(CDF), |
3119
|
|
|
|
|
|
|
'other' => q(CDF), |
3120
|
|
|
|
|
|
|
}, |
3121
|
|
|
|
|
|
|
}, |
3122
|
|
|
|
|
|
|
'CHF' => { |
3123
|
|
|
|
|
|
|
symbol => 'CHF', |
3124
|
|
|
|
|
|
|
display_name => { |
3125
|
|
|
|
|
|
|
'currency' => q(CHF), |
3126
|
|
|
|
|
|
|
'one' => q(CHF), |
3127
|
|
|
|
|
|
|
'other' => q(CHF), |
3128
|
|
|
|
|
|
|
}, |
3129
|
|
|
|
|
|
|
}, |
3130
|
|
|
|
|
|
|
'CLP' => { |
3131
|
|
|
|
|
|
|
symbol => 'CLP', |
3132
|
|
|
|
|
|
|
display_name => { |
3133
|
|
|
|
|
|
|
'currency' => q(CLP), |
3134
|
|
|
|
|
|
|
'one' => q(CLP), |
3135
|
|
|
|
|
|
|
'other' => q(CLP), |
3136
|
|
|
|
|
|
|
}, |
3137
|
|
|
|
|
|
|
}, |
3138
|
|
|
|
|
|
|
'CNH' => { |
3139
|
|
|
|
|
|
|
symbol => 'CNH', |
3140
|
|
|
|
|
|
|
display_name => { |
3141
|
|
|
|
|
|
|
'currency' => q(CNH), |
3142
|
|
|
|
|
|
|
'one' => q(CNH), |
3143
|
|
|
|
|
|
|
'other' => q(CNH), |
3144
|
|
|
|
|
|
|
}, |
3145
|
|
|
|
|
|
|
}, |
3146
|
|
|
|
|
|
|
'CNY' => { |
3147
|
|
|
|
|
|
|
symbol => 'CN¥', |
3148
|
|
|
|
|
|
|
display_name => { |
3149
|
|
|
|
|
|
|
'currency' => q(CNY), |
3150
|
|
|
|
|
|
|
'one' => q(CNY), |
3151
|
|
|
|
|
|
|
'other' => q(CNY), |
3152
|
|
|
|
|
|
|
}, |
3153
|
|
|
|
|
|
|
}, |
3154
|
|
|
|
|
|
|
'COP' => { |
3155
|
|
|
|
|
|
|
symbol => 'COP', |
3156
|
|
|
|
|
|
|
display_name => { |
3157
|
|
|
|
|
|
|
'currency' => q(COP), |
3158
|
|
|
|
|
|
|
'one' => q(COP), |
3159
|
|
|
|
|
|
|
'other' => q(COP), |
3160
|
|
|
|
|
|
|
}, |
3161
|
|
|
|
|
|
|
}, |
3162
|
|
|
|
|
|
|
'CRC' => { |
3163
|
|
|
|
|
|
|
symbol => 'CRC', |
3164
|
|
|
|
|
|
|
display_name => { |
3165
|
|
|
|
|
|
|
'currency' => q(CRC), |
3166
|
|
|
|
|
|
|
'one' => q(CRC), |
3167
|
|
|
|
|
|
|
'other' => q(CRC), |
3168
|
|
|
|
|
|
|
}, |
3169
|
|
|
|
|
|
|
}, |
3170
|
|
|
|
|
|
|
'CUC' => { |
3171
|
|
|
|
|
|
|
symbol => 'CUC', |
3172
|
|
|
|
|
|
|
display_name => { |
3173
|
|
|
|
|
|
|
'currency' => q(CUC), |
3174
|
|
|
|
|
|
|
'one' => q(CUC), |
3175
|
|
|
|
|
|
|
'other' => q(CUC), |
3176
|
|
|
|
|
|
|
}, |
3177
|
|
|
|
|
|
|
}, |
3178
|
|
|
|
|
|
|
'CUP' => { |
3179
|
|
|
|
|
|
|
symbol => 'CUP', |
3180
|
|
|
|
|
|
|
display_name => { |
3181
|
|
|
|
|
|
|
'currency' => q(CUP), |
3182
|
|
|
|
|
|
|
'one' => q(CUP), |
3183
|
|
|
|
|
|
|
'other' => q(CUP), |
3184
|
|
|
|
|
|
|
}, |
3185
|
|
|
|
|
|
|
}, |
3186
|
|
|
|
|
|
|
'CVE' => { |
3187
|
|
|
|
|
|
|
symbol => 'CVE', |
3188
|
|
|
|
|
|
|
display_name => { |
3189
|
|
|
|
|
|
|
'currency' => q(CVE), |
3190
|
|
|
|
|
|
|
'one' => q(CVE), |
3191
|
|
|
|
|
|
|
'other' => q(CVE), |
3192
|
|
|
|
|
|
|
}, |
3193
|
|
|
|
|
|
|
}, |
3194
|
|
|
|
|
|
|
'CZK' => { |
3195
|
|
|
|
|
|
|
symbol => 'CZK', |
3196
|
|
|
|
|
|
|
display_name => { |
3197
|
|
|
|
|
|
|
'currency' => q(CZK), |
3198
|
|
|
|
|
|
|
'one' => q(CZK), |
3199
|
|
|
|
|
|
|
'other' => q(CZK), |
3200
|
|
|
|
|
|
|
}, |
3201
|
|
|
|
|
|
|
}, |
3202
|
|
|
|
|
|
|
'DJF' => { |
3203
|
|
|
|
|
|
|
symbol => 'DJF', |
3204
|
|
|
|
|
|
|
display_name => { |
3205
|
|
|
|
|
|
|
'currency' => q(DJF), |
3206
|
|
|
|
|
|
|
'one' => q(DJF), |
3207
|
|
|
|
|
|
|
'other' => q(DJF), |
3208
|
|
|
|
|
|
|
}, |
3209
|
|
|
|
|
|
|
}, |
3210
|
|
|
|
|
|
|
'DKK' => { |
3211
|
|
|
|
|
|
|
symbol => 'DKK', |
3212
|
|
|
|
|
|
|
display_name => { |
3213
|
|
|
|
|
|
|
'currency' => q(DKK), |
3214
|
|
|
|
|
|
|
'one' => q(DKK), |
3215
|
|
|
|
|
|
|
'other' => q(DKK), |
3216
|
|
|
|
|
|
|
}, |
3217
|
|
|
|
|
|
|
}, |
3218
|
|
|
|
|
|
|
'DOP' => { |
3219
|
|
|
|
|
|
|
symbol => 'DOP', |
3220
|
|
|
|
|
|
|
display_name => { |
3221
|
|
|
|
|
|
|
'currency' => q(DOP), |
3222
|
|
|
|
|
|
|
'one' => q(DOP), |
3223
|
|
|
|
|
|
|
'other' => q(DOP), |
3224
|
|
|
|
|
|
|
}, |
3225
|
|
|
|
|
|
|
}, |
3226
|
|
|
|
|
|
|
'DZD' => { |
3227
|
|
|
|
|
|
|
symbol => 'DZD', |
3228
|
|
|
|
|
|
|
display_name => { |
3229
|
|
|
|
|
|
|
'currency' => q(DZD), |
3230
|
|
|
|
|
|
|
'one' => q(DZD), |
3231
|
|
|
|
|
|
|
'other' => q(DZD), |
3232
|
|
|
|
|
|
|
}, |
3233
|
|
|
|
|
|
|
}, |
3234
|
|
|
|
|
|
|
'EGP' => { |
3235
|
|
|
|
|
|
|
symbol => 'EGP', |
3236
|
|
|
|
|
|
|
display_name => { |
3237
|
|
|
|
|
|
|
'currency' => q(EGP), |
3238
|
|
|
|
|
|
|
'one' => q(EGP), |
3239
|
|
|
|
|
|
|
'other' => q(EGP), |
3240
|
|
|
|
|
|
|
}, |
3241
|
|
|
|
|
|
|
}, |
3242
|
|
|
|
|
|
|
'ERN' => { |
3243
|
|
|
|
|
|
|
symbol => 'ERN', |
3244
|
|
|
|
|
|
|
display_name => { |
3245
|
|
|
|
|
|
|
'currency' => q(ERN), |
3246
|
|
|
|
|
|
|
'one' => q(ERN), |
3247
|
|
|
|
|
|
|
'other' => q(ERN), |
3248
|
|
|
|
|
|
|
}, |
3249
|
|
|
|
|
|
|
}, |
3250
|
|
|
|
|
|
|
'ETB' => { |
3251
|
|
|
|
|
|
|
symbol => 'ETB', |
3252
|
|
|
|
|
|
|
display_name => { |
3253
|
|
|
|
|
|
|
'currency' => q(ETB), |
3254
|
|
|
|
|
|
|
'one' => q(ETB), |
3255
|
|
|
|
|
|
|
'other' => q(ETB), |
3256
|
|
|
|
|
|
|
}, |
3257
|
|
|
|
|
|
|
}, |
3258
|
|
|
|
|
|
|
'EUR' => { |
3259
|
|
|
|
|
|
|
symbol => '€', |
3260
|
|
|
|
|
|
|
display_name => { |
3261
|
|
|
|
|
|
|
'currency' => q(EUR), |
3262
|
|
|
|
|
|
|
'one' => q(EUR), |
3263
|
|
|
|
|
|
|
'other' => q(EUR), |
3264
|
|
|
|
|
|
|
}, |
3265
|
|
|
|
|
|
|
}, |
3266
|
|
|
|
|
|
|
'FJD' => { |
3267
|
|
|
|
|
|
|
symbol => 'FJD', |
3268
|
|
|
|
|
|
|
display_name => { |
3269
|
|
|
|
|
|
|
'currency' => q(FJD), |
3270
|
|
|
|
|
|
|
'one' => q(FJD), |
3271
|
|
|
|
|
|
|
'other' => q(FJD), |
3272
|
|
|
|
|
|
|
}, |
3273
|
|
|
|
|
|
|
}, |
3274
|
|
|
|
|
|
|
'FKP' => { |
3275
|
|
|
|
|
|
|
symbol => 'FKP', |
3276
|
|
|
|
|
|
|
display_name => { |
3277
|
|
|
|
|
|
|
'currency' => q(FKP), |
3278
|
|
|
|
|
|
|
'one' => q(FKP), |
3279
|
|
|
|
|
|
|
'other' => q(FKP), |
3280
|
|
|
|
|
|
|
}, |
3281
|
|
|
|
|
|
|
}, |
3282
|
|
|
|
|
|
|
'GBP' => { |
3283
|
|
|
|
|
|
|
symbol => '£', |
3284
|
|
|
|
|
|
|
display_name => { |
3285
|
|
|
|
|
|
|
'currency' => q(GBP), |
3286
|
|
|
|
|
|
|
'one' => q(GBP), |
3287
|
|
|
|
|
|
|
'other' => q(GBP), |
3288
|
|
|
|
|
|
|
}, |
3289
|
|
|
|
|
|
|
}, |
3290
|
|
|
|
|
|
|
'GEL' => { |
3291
|
|
|
|
|
|
|
symbol => 'GEL', |
3292
|
|
|
|
|
|
|
display_name => { |
3293
|
|
|
|
|
|
|
'currency' => q(GEL), |
3294
|
|
|
|
|
|
|
'one' => q(GEL), |
3295
|
|
|
|
|
|
|
'other' => q(GEL), |
3296
|
|
|
|
|
|
|
}, |
3297
|
|
|
|
|
|
|
}, |
3298
|
|
|
|
|
|
|
'GHS' => { |
3299
|
|
|
|
|
|
|
symbol => 'GHS', |
3300
|
|
|
|
|
|
|
display_name => { |
3301
|
|
|
|
|
|
|
'currency' => q(GHS), |
3302
|
|
|
|
|
|
|
'one' => q(GHS), |
3303
|
|
|
|
|
|
|
'other' => q(GHS), |
3304
|
|
|
|
|
|
|
}, |
3305
|
|
|
|
|
|
|
}, |
3306
|
|
|
|
|
|
|
'GIP' => { |
3307
|
|
|
|
|
|
|
symbol => 'GIP', |
3308
|
|
|
|
|
|
|
display_name => { |
3309
|
|
|
|
|
|
|
'currency' => q(GIP), |
3310
|
|
|
|
|
|
|
'one' => q(GIP), |
3311
|
|
|
|
|
|
|
'other' => q(GIP), |
3312
|
|
|
|
|
|
|
}, |
3313
|
|
|
|
|
|
|
}, |
3314
|
|
|
|
|
|
|
'GMD' => { |
3315
|
|
|
|
|
|
|
symbol => 'GMD', |
3316
|
|
|
|
|
|
|
display_name => { |
3317
|
|
|
|
|
|
|
'currency' => q(GMD), |
3318
|
|
|
|
|
|
|
'one' => q(GMD), |
3319
|
|
|
|
|
|
|
'other' => q(GMD), |
3320
|
|
|
|
|
|
|
}, |
3321
|
|
|
|
|
|
|
}, |
3322
|
|
|
|
|
|
|
'GNF' => { |
3323
|
|
|
|
|
|
|
symbol => 'GNF', |
3324
|
|
|
|
|
|
|
display_name => { |
3325
|
|
|
|
|
|
|
'currency' => q(GNF), |
3326
|
|
|
|
|
|
|
'one' => q(GNF), |
3327
|
|
|
|
|
|
|
'other' => q(GNF), |
3328
|
|
|
|
|
|
|
}, |
3329
|
|
|
|
|
|
|
}, |
3330
|
|
|
|
|
|
|
'GTQ' => { |
3331
|
|
|
|
|
|
|
symbol => 'GTQ', |
3332
|
|
|
|
|
|
|
display_name => { |
3333
|
|
|
|
|
|
|
'currency' => q(GTQ), |
3334
|
|
|
|
|
|
|
'one' => q(GTQ), |
3335
|
|
|
|
|
|
|
'other' => q(GTQ), |
3336
|
|
|
|
|
|
|
}, |
3337
|
|
|
|
|
|
|
}, |
3338
|
|
|
|
|
|
|
'GYD' => { |
3339
|
|
|
|
|
|
|
symbol => 'GYD', |
3340
|
|
|
|
|
|
|
display_name => { |
3341
|
|
|
|
|
|
|
'currency' => q(GYD), |
3342
|
|
|
|
|
|
|
'one' => q(GYD), |
3343
|
|
|
|
|
|
|
'other' => q(GYD), |
3344
|
|
|
|
|
|
|
}, |
3345
|
|
|
|
|
|
|
}, |
3346
|
|
|
|
|
|
|
'HKD' => { |
3347
|
|
|
|
|
|
|
symbol => 'HK$', |
3348
|
|
|
|
|
|
|
display_name => { |
3349
|
|
|
|
|
|
|
'currency' => q(HKD), |
3350
|
|
|
|
|
|
|
'one' => q(HKD), |
3351
|
|
|
|
|
|
|
'other' => q(HKD), |
3352
|
|
|
|
|
|
|
}, |
3353
|
|
|
|
|
|
|
}, |
3354
|
|
|
|
|
|
|
'HNL' => { |
3355
|
|
|
|
|
|
|
symbol => 'HNL', |
3356
|
|
|
|
|
|
|
display_name => { |
3357
|
|
|
|
|
|
|
'currency' => q(HNL), |
3358
|
|
|
|
|
|
|
'one' => q(HNL), |
3359
|
|
|
|
|
|
|
'other' => q(HNL), |
3360
|
|
|
|
|
|
|
}, |
3361
|
|
|
|
|
|
|
}, |
3362
|
|
|
|
|
|
|
'HRK' => { |
3363
|
|
|
|
|
|
|
symbol => 'HRK', |
3364
|
|
|
|
|
|
|
display_name => { |
3365
|
|
|
|
|
|
|
'currency' => q(HRK), |
3366
|
|
|
|
|
|
|
'one' => q(HRK), |
3367
|
|
|
|
|
|
|
'other' => q(HRK), |
3368
|
|
|
|
|
|
|
}, |
3369
|
|
|
|
|
|
|
}, |
3370
|
|
|
|
|
|
|
'HTG' => { |
3371
|
|
|
|
|
|
|
symbol => 'HTG', |
3372
|
|
|
|
|
|
|
display_name => { |
3373
|
|
|
|
|
|
|
'currency' => q(HTG), |
3374
|
|
|
|
|
|
|
'one' => q(HTG), |
3375
|
|
|
|
|
|
|
'other' => q(HTG), |
3376
|
|
|
|
|
|
|
}, |
3377
|
|
|
|
|
|
|
}, |
3378
|
|
|
|
|
|
|
'HUF' => { |
3379
|
|
|
|
|
|
|
symbol => 'HUF', |
3380
|
|
|
|
|
|
|
display_name => { |
3381
|
|
|
|
|
|
|
'currency' => q(HUF), |
3382
|
|
|
|
|
|
|
'one' => q(HUF), |
3383
|
|
|
|
|
|
|
'other' => q(HUF), |
3384
|
|
|
|
|
|
|
}, |
3385
|
|
|
|
|
|
|
}, |
3386
|
|
|
|
|
|
|
'IDR' => { |
3387
|
|
|
|
|
|
|
symbol => 'IDR', |
3388
|
|
|
|
|
|
|
display_name => { |
3389
|
|
|
|
|
|
|
'currency' => q(IDR), |
3390
|
|
|
|
|
|
|
'one' => q(IDR), |
3391
|
|
|
|
|
|
|
'other' => q(IDR), |
3392
|
|
|
|
|
|
|
}, |
3393
|
|
|
|
|
|
|
}, |
3394
|
|
|
|
|
|
|
'ILS' => { |
3395
|
|
|
|
|
|
|
symbol => '₪', |
3396
|
|
|
|
|
|
|
display_name => { |
3397
|
|
|
|
|
|
|
'currency' => q(ILS), |
3398
|
|
|
|
|
|
|
'one' => q(ILS), |
3399
|
|
|
|
|
|
|
'other' => q(ILS), |
3400
|
|
|
|
|
|
|
}, |
3401
|
|
|
|
|
|
|
}, |
3402
|
|
|
|
|
|
|
'INR' => { |
3403
|
|
|
|
|
|
|
symbol => '₹', |
3404
|
|
|
|
|
|
|
display_name => { |
3405
|
|
|
|
|
|
|
'currency' => q(INR), |
3406
|
|
|
|
|
|
|
'one' => q(INR), |
3407
|
|
|
|
|
|
|
'other' => q(INR), |
3408
|
|
|
|
|
|
|
}, |
3409
|
|
|
|
|
|
|
}, |
3410
|
|
|
|
|
|
|
'IQD' => { |
3411
|
|
|
|
|
|
|
symbol => 'IQD', |
3412
|
|
|
|
|
|
|
display_name => { |
3413
|
|
|
|
|
|
|
'currency' => q(IQD), |
3414
|
|
|
|
|
|
|
'one' => q(IQD), |
3415
|
|
|
|
|
|
|
'other' => q(IQD), |
3416
|
|
|
|
|
|
|
}, |
3417
|
|
|
|
|
|
|
}, |
3418
|
|
|
|
|
|
|
'IRR' => { |
3419
|
|
|
|
|
|
|
symbol => 'IRR', |
3420
|
|
|
|
|
|
|
display_name => { |
3421
|
|
|
|
|
|
|
'currency' => q(IRR), |
3422
|
|
|
|
|
|
|
'one' => q(IRR), |
3423
|
|
|
|
|
|
|
'other' => q(IRR), |
3424
|
|
|
|
|
|
|
}, |
3425
|
|
|
|
|
|
|
}, |
3426
|
|
|
|
|
|
|
'ISK' => { |
3427
|
|
|
|
|
|
|
symbol => 'ISK', |
3428
|
|
|
|
|
|
|
display_name => { |
3429
|
|
|
|
|
|
|
'currency' => q(ISK), |
3430
|
|
|
|
|
|
|
'one' => q(ISK), |
3431
|
|
|
|
|
|
|
'other' => q(ISK), |
3432
|
|
|
|
|
|
|
}, |
3433
|
|
|
|
|
|
|
}, |
3434
|
|
|
|
|
|
|
'JMD' => { |
3435
|
|
|
|
|
|
|
symbol => 'JMD', |
3436
|
|
|
|
|
|
|
display_name => { |
3437
|
|
|
|
|
|
|
'currency' => q(JMD), |
3438
|
|
|
|
|
|
|
'one' => q(JMD), |
3439
|
|
|
|
|
|
|
'other' => q(JMD), |
3440
|
|
|
|
|
|
|
}, |
3441
|
|
|
|
|
|
|
}, |
3442
|
|
|
|
|
|
|
'JOD' => { |
3443
|
|
|
|
|
|
|
symbol => 'JOD', |
3444
|
|
|
|
|
|
|
display_name => { |
3445
|
|
|
|
|
|
|
'currency' => q(JOD), |
3446
|
|
|
|
|
|
|
'one' => q(JOD), |
3447
|
|
|
|
|
|
|
'other' => q(JOD), |
3448
|
|
|
|
|
|
|
}, |
3449
|
|
|
|
|
|
|
}, |
3450
|
|
|
|
|
|
|
'JPY' => { |
3451
|
|
|
|
|
|
|
symbol => 'JP¥', |
3452
|
|
|
|
|
|
|
display_name => { |
3453
|
|
|
|
|
|
|
'currency' => q(JPY), |
3454
|
|
|
|
|
|
|
'one' => q(JPY), |
3455
|
|
|
|
|
|
|
'other' => q(JPY), |
3456
|
|
|
|
|
|
|
}, |
3457
|
|
|
|
|
|
|
}, |
3458
|
|
|
|
|
|
|
'KES' => { |
3459
|
|
|
|
|
|
|
symbol => 'KES', |
3460
|
|
|
|
|
|
|
display_name => { |
3461
|
|
|
|
|
|
|
'currency' => q(KES), |
3462
|
|
|
|
|
|
|
'one' => q(KES), |
3463
|
|
|
|
|
|
|
'other' => q(KES), |
3464
|
|
|
|
|
|
|
}, |
3465
|
|
|
|
|
|
|
}, |
3466
|
|
|
|
|
|
|
'KGS' => { |
3467
|
|
|
|
|
|
|
symbol => 'KGS', |
3468
|
|
|
|
|
|
|
display_name => { |
3469
|
|
|
|
|
|
|
'currency' => q(KGS), |
3470
|
|
|
|
|
|
|
'one' => q(KGS), |
3471
|
|
|
|
|
|
|
'other' => q(KGS), |
3472
|
|
|
|
|
|
|
}, |
3473
|
|
|
|
|
|
|
}, |
3474
|
|
|
|
|
|
|
'KHR' => { |
3475
|
|
|
|
|
|
|
symbol => 'KHR', |
3476
|
|
|
|
|
|
|
display_name => { |
3477
|
|
|
|
|
|
|
'currency' => q(KHR), |
3478
|
|
|
|
|
|
|
'one' => q(KHR), |
3479
|
|
|
|
|
|
|
'other' => q(KHR), |
3480
|
|
|
|
|
|
|
}, |
3481
|
|
|
|
|
|
|
}, |
3482
|
|
|
|
|
|
|
'KMF' => { |
3483
|
|
|
|
|
|
|
symbol => 'KMF', |
3484
|
|
|
|
|
|
|
display_name => { |
3485
|
|
|
|
|
|
|
'currency' => q(KMF), |
3486
|
|
|
|
|
|
|
'one' => q(KMF), |
3487
|
|
|
|
|
|
|
'other' => q(KMF), |
3488
|
|
|
|
|
|
|
}, |
3489
|
|
|
|
|
|
|
}, |
3490
|
|
|
|
|
|
|
'KPW' => { |
3491
|
|
|
|
|
|
|
symbol => 'KPW', |
3492
|
|
|
|
|
|
|
display_name => { |
3493
|
|
|
|
|
|
|
'currency' => q(KPW), |
3494
|
|
|
|
|
|
|
'one' => q(KPW), |
3495
|
|
|
|
|
|
|
'other' => q(KPW), |
3496
|
|
|
|
|
|
|
}, |
3497
|
|
|
|
|
|
|
}, |
3498
|
|
|
|
|
|
|
'KRW' => { |
3499
|
|
|
|
|
|
|
symbol => '₩', |
3500
|
|
|
|
|
|
|
display_name => { |
3501
|
|
|
|
|
|
|
'currency' => q(KRW), |
3502
|
|
|
|
|
|
|
'one' => q(KRW), |
3503
|
|
|
|
|
|
|
'other' => q(KRW), |
3504
|
|
|
|
|
|
|
}, |
3505
|
|
|
|
|
|
|
}, |
3506
|
|
|
|
|
|
|
'KWD' => { |
3507
|
|
|
|
|
|
|
symbol => 'KWD', |
3508
|
|
|
|
|
|
|
display_name => { |
3509
|
|
|
|
|
|
|
'currency' => q(KWD), |
3510
|
|
|
|
|
|
|
'one' => q(KWD), |
3511
|
|
|
|
|
|
|
'other' => q(KWD), |
3512
|
|
|
|
|
|
|
}, |
3513
|
|
|
|
|
|
|
}, |
3514
|
|
|
|
|
|
|
'KYD' => { |
3515
|
|
|
|
|
|
|
symbol => 'KYD', |
3516
|
|
|
|
|
|
|
display_name => { |
3517
|
|
|
|
|
|
|
'currency' => q(KYD), |
3518
|
|
|
|
|
|
|
'one' => q(KYD), |
3519
|
|
|
|
|
|
|
'other' => q(KYD), |
3520
|
|
|
|
|
|
|
}, |
3521
|
|
|
|
|
|
|
}, |
3522
|
|
|
|
|
|
|
'KZT' => { |
3523
|
|
|
|
|
|
|
symbol => 'KZT', |
3524
|
|
|
|
|
|
|
display_name => { |
3525
|
|
|
|
|
|
|
'currency' => q(KZT), |
3526
|
|
|
|
|
|
|
'one' => q(KZT), |
3527
|
|
|
|
|
|
|
'other' => q(KZT), |
3528
|
|
|
|
|
|
|
}, |
3529
|
|
|
|
|
|
|
}, |
3530
|
|
|
|
|
|
|
'LAK' => { |
3531
|
|
|
|
|
|
|
symbol => 'LAK', |
3532
|
|
|
|
|
|
|
display_name => { |
3533
|
|
|
|
|
|
|
'currency' => q(LAK), |
3534
|
|
|
|
|
|
|
'one' => q(LAK), |
3535
|
|
|
|
|
|
|
'other' => q(LAK), |
3536
|
|
|
|
|
|
|
}, |
3537
|
|
|
|
|
|
|
}, |
3538
|
|
|
|
|
|
|
'LBP' => { |
3539
|
|
|
|
|
|
|
symbol => 'LBP', |
3540
|
|
|
|
|
|
|
display_name => { |
3541
|
|
|
|
|
|
|
'currency' => q(LBP), |
3542
|
|
|
|
|
|
|
'one' => q(LBP), |
3543
|
|
|
|
|
|
|
'other' => q(LBP), |
3544
|
|
|
|
|
|
|
}, |
3545
|
|
|
|
|
|
|
}, |
3546
|
|
|
|
|
|
|
'LKR' => { |
3547
|
|
|
|
|
|
|
symbol => 'LKR', |
3548
|
|
|
|
|
|
|
display_name => { |
3549
|
|
|
|
|
|
|
'currency' => q(LKR), |
3550
|
|
|
|
|
|
|
'one' => q(LKR), |
3551
|
|
|
|
|
|
|
'other' => q(LKR), |
3552
|
|
|
|
|
|
|
}, |
3553
|
|
|
|
|
|
|
}, |
3554
|
|
|
|
|
|
|
'LRD' => { |
3555
|
|
|
|
|
|
|
symbol => 'LRD', |
3556
|
|
|
|
|
|
|
display_name => { |
3557
|
|
|
|
|
|
|
'currency' => q(LRD), |
3558
|
|
|
|
|
|
|
'one' => q(LRD), |
3559
|
|
|
|
|
|
|
'other' => q(LRD), |
3560
|
|
|
|
|
|
|
}, |
3561
|
|
|
|
|
|
|
}, |
3562
|
|
|
|
|
|
|
'LYD' => { |
3563
|
|
|
|
|
|
|
symbol => 'LYD', |
3564
|
|
|
|
|
|
|
display_name => { |
3565
|
|
|
|
|
|
|
'currency' => q(LYD), |
3566
|
|
|
|
|
|
|
'one' => q(LYD), |
3567
|
|
|
|
|
|
|
'other' => q(LYD), |
3568
|
|
|
|
|
|
|
}, |
3569
|
|
|
|
|
|
|
}, |
3570
|
|
|
|
|
|
|
'MAD' => { |
3571
|
|
|
|
|
|
|
symbol => 'MAD', |
3572
|
|
|
|
|
|
|
display_name => { |
3573
|
|
|
|
|
|
|
'currency' => q(MAD), |
3574
|
|
|
|
|
|
|
'one' => q(MAD), |
3575
|
|
|
|
|
|
|
'other' => q(MAD), |
3576
|
|
|
|
|
|
|
}, |
3577
|
|
|
|
|
|
|
}, |
3578
|
|
|
|
|
|
|
'MDL' => { |
3579
|
|
|
|
|
|
|
symbol => 'MDL', |
3580
|
|
|
|
|
|
|
display_name => { |
3581
|
|
|
|
|
|
|
'currency' => q(MDL), |
3582
|
|
|
|
|
|
|
'one' => q(MDL), |
3583
|
|
|
|
|
|
|
'other' => q(MDL), |
3584
|
|
|
|
|
|
|
}, |
3585
|
|
|
|
|
|
|
}, |
3586
|
|
|
|
|
|
|
'MGA' => { |
3587
|
|
|
|
|
|
|
symbol => 'MGA', |
3588
|
|
|
|
|
|
|
display_name => { |
3589
|
|
|
|
|
|
|
'currency' => q(MGA), |
3590
|
|
|
|
|
|
|
'one' => q(MGA), |
3591
|
|
|
|
|
|
|
'other' => q(MGA), |
3592
|
|
|
|
|
|
|
}, |
3593
|
|
|
|
|
|
|
}, |
3594
|
|
|
|
|
|
|
'MKD' => { |
3595
|
|
|
|
|
|
|
symbol => 'MKD', |
3596
|
|
|
|
|
|
|
display_name => { |
3597
|
|
|
|
|
|
|
'currency' => q(MKD), |
3598
|
|
|
|
|
|
|
'one' => q(MKD), |
3599
|
|
|
|
|
|
|
'other' => q(MKD), |
3600
|
|
|
|
|
|
|
}, |
3601
|
|
|
|
|
|
|
}, |
3602
|
|
|
|
|
|
|
'MMK' => { |
3603
|
|
|
|
|
|
|
symbol => 'MMK', |
3604
|
|
|
|
|
|
|
display_name => { |
3605
|
|
|
|
|
|
|
'currency' => q(MMK), |
3606
|
|
|
|
|
|
|
'one' => q(MMK), |
3607
|
|
|
|
|
|
|
'other' => q(MMK), |
3608
|
|
|
|
|
|
|
}, |
3609
|
|
|
|
|
|
|
}, |
3610
|
|
|
|
|
|
|
'MNT' => { |
3611
|
|
|
|
|
|
|
symbol => 'MNT', |
3612
|
|
|
|
|
|
|
display_name => { |
3613
|
|
|
|
|
|
|
'currency' => q(MNT), |
3614
|
|
|
|
|
|
|
'one' => q(MNT), |
3615
|
|
|
|
|
|
|
'other' => q(MNT), |
3616
|
|
|
|
|
|
|
}, |
3617
|
|
|
|
|
|
|
}, |
3618
|
|
|
|
|
|
|
'MOP' => { |
3619
|
|
|
|
|
|
|
symbol => 'MOP', |
3620
|
|
|
|
|
|
|
display_name => { |
3621
|
|
|
|
|
|
|
'currency' => q(MOP), |
3622
|
|
|
|
|
|
|
'one' => q(MOP), |
3623
|
|
|
|
|
|
|
'other' => q(MOP), |
3624
|
|
|
|
|
|
|
}, |
3625
|
|
|
|
|
|
|
}, |
3626
|
|
|
|
|
|
|
'MRO' => { |
3627
|
|
|
|
|
|
|
symbol => 'MRO', |
3628
|
|
|
|
|
|
|
display_name => { |
3629
|
|
|
|
|
|
|
'currency' => q(MRO), |
3630
|
|
|
|
|
|
|
'one' => q(MRO \(1973–2017\)), |
3631
|
|
|
|
|
|
|
'other' => q(MRO \(1973–2017\)), |
3632
|
|
|
|
|
|
|
}, |
3633
|
|
|
|
|
|
|
}, |
3634
|
|
|
|
|
|
|
'MRU' => { |
3635
|
|
|
|
|
|
|
symbol => 'MRU', |
3636
|
|
|
|
|
|
|
display_name => { |
3637
|
|
|
|
|
|
|
'currency' => q(MRU), |
3638
|
|
|
|
|
|
|
'one' => q(MRU), |
3639
|
|
|
|
|
|
|
'other' => q(MRU), |
3640
|
|
|
|
|
|
|
}, |
3641
|
|
|
|
|
|
|
}, |
3642
|
|
|
|
|
|
|
'MUR' => { |
3643
|
|
|
|
|
|
|
symbol => 'MUR', |
3644
|
|
|
|
|
|
|
display_name => { |
3645
|
|
|
|
|
|
|
'currency' => q(MUR), |
3646
|
|
|
|
|
|
|
'one' => q(MUR), |
3647
|
|
|
|
|
|
|
'other' => q(MUR), |
3648
|
|
|
|
|
|
|
}, |
3649
|
|
|
|
|
|
|
}, |
3650
|
|
|
|
|
|
|
'MVR' => { |
3651
|
|
|
|
|
|
|
symbol => 'MVR', |
3652
|
|
|
|
|
|
|
display_name => { |
3653
|
|
|
|
|
|
|
'currency' => q(MVR), |
3654
|
|
|
|
|
|
|
'one' => q(MVR), |
3655
|
|
|
|
|
|
|
'other' => q(MVR), |
3656
|
|
|
|
|
|
|
}, |
3657
|
|
|
|
|
|
|
}, |
3658
|
|
|
|
|
|
|
'MWK' => { |
3659
|
|
|
|
|
|
|
symbol => 'MWK', |
3660
|
|
|
|
|
|
|
display_name => { |
3661
|
|
|
|
|
|
|
'currency' => q(MWK), |
3662
|
|
|
|
|
|
|
'one' => q(MWK), |
3663
|
|
|
|
|
|
|
'other' => q(MWK), |
3664
|
|
|
|
|
|
|
}, |
3665
|
|
|
|
|
|
|
}, |
3666
|
|
|
|
|
|
|
'MXN' => { |
3667
|
|
|
|
|
|
|
symbol => 'MX$', |
3668
|
|
|
|
|
|
|
display_name => { |
3669
|
|
|
|
|
|
|
'currency' => q(MXN), |
3670
|
|
|
|
|
|
|
'one' => q(MXN), |
3671
|
|
|
|
|
|
|
'other' => q(MXN), |
3672
|
|
|
|
|
|
|
}, |
3673
|
|
|
|
|
|
|
}, |
3674
|
|
|
|
|
|
|
'MYR' => { |
3675
|
|
|
|
|
|
|
symbol => 'MYR', |
3676
|
|
|
|
|
|
|
display_name => { |
3677
|
|
|
|
|
|
|
'currency' => q(MYR), |
3678
|
|
|
|
|
|
|
'one' => q(MYR), |
3679
|
|
|
|
|
|
|
'other' => q(MYR), |
3680
|
|
|
|
|
|
|
}, |
3681
|
|
|
|
|
|
|
}, |
3682
|
|
|
|
|
|
|
'MZN' => { |
3683
|
|
|
|
|
|
|
symbol => 'MZN', |
3684
|
|
|
|
|
|
|
display_name => { |
3685
|
|
|
|
|
|
|
'currency' => q(MZN), |
3686
|
|
|
|
|
|
|
'one' => q(MZN), |
3687
|
|
|
|
|
|
|
'other' => q(MZN), |
3688
|
|
|
|
|
|
|
}, |
3689
|
|
|
|
|
|
|
}, |
3690
|
|
|
|
|
|
|
'NAD' => { |
3691
|
|
|
|
|
|
|
symbol => 'NAD', |
3692
|
|
|
|
|
|
|
display_name => { |
3693
|
|
|
|
|
|
|
'currency' => q(NAD), |
3694
|
|
|
|
|
|
|
'one' => q(NAD), |
3695
|
|
|
|
|
|
|
'other' => q(NAD), |
3696
|
|
|
|
|
|
|
}, |
3697
|
|
|
|
|
|
|
}, |
3698
|
|
|
|
|
|
|
'NGN' => { |
3699
|
|
|
|
|
|
|
symbol => 'NGN', |
3700
|
|
|
|
|
|
|
display_name => { |
3701
|
|
|
|
|
|
|
'currency' => q(NGN), |
3702
|
|
|
|
|
|
|
'one' => q(NGN), |
3703
|
|
|
|
|
|
|
'other' => q(NGN), |
3704
|
|
|
|
|
|
|
}, |
3705
|
|
|
|
|
|
|
}, |
3706
|
|
|
|
|
|
|
'NIO' => { |
3707
|
|
|
|
|
|
|
symbol => 'NIO', |
3708
|
|
|
|
|
|
|
display_name => { |
3709
|
|
|
|
|
|
|
'currency' => q(NIO), |
3710
|
|
|
|
|
|
|
'one' => q(NIO), |
3711
|
|
|
|
|
|
|
'other' => q(NIO), |
3712
|
|
|
|
|
|
|
}, |
3713
|
|
|
|
|
|
|
}, |
3714
|
|
|
|
|
|
|
'NOK' => { |
3715
|
|
|
|
|
|
|
symbol => 'NOK', |
3716
|
|
|
|
|
|
|
display_name => { |
3717
|
|
|
|
|
|
|
'currency' => q(NOK), |
3718
|
|
|
|
|
|
|
'one' => q(NOK), |
3719
|
|
|
|
|
|
|
'other' => q(NOK), |
3720
|
|
|
|
|
|
|
}, |
3721
|
|
|
|
|
|
|
}, |
3722
|
|
|
|
|
|
|
'NPR' => { |
3723
|
|
|
|
|
|
|
symbol => 'NPR', |
3724
|
|
|
|
|
|
|
display_name => { |
3725
|
|
|
|
|
|
|
'currency' => q(نيپالي روپيه), |
3726
|
|
|
|
|
|
|
'one' => q(نيپالي روپيه), |
3727
|
|
|
|
|
|
|
'other' => q(نيپالي روپۍ), |
3728
|
|
|
|
|
|
|
}, |
3729
|
|
|
|
|
|
|
}, |
3730
|
|
|
|
|
|
|
'NZD' => { |
3731
|
|
|
|
|
|
|
symbol => 'NZ$', |
3732
|
|
|
|
|
|
|
display_name => { |
3733
|
|
|
|
|
|
|
'currency' => q(NZD), |
3734
|
|
|
|
|
|
|
'one' => q(NZD), |
3735
|
|
|
|
|
|
|
'other' => q(NZD), |
3736
|
|
|
|
|
|
|
}, |
3737
|
|
|
|
|
|
|
}, |
3738
|
|
|
|
|
|
|
'OMR' => { |
3739
|
|
|
|
|
|
|
symbol => 'OMR', |
3740
|
|
|
|
|
|
|
display_name => { |
3741
|
|
|
|
|
|
|
'currency' => q(OMR), |
3742
|
|
|
|
|
|
|
'one' => q(OMR), |
3743
|
|
|
|
|
|
|
'other' => q(OMR), |
3744
|
|
|
|
|
|
|
}, |
3745
|
|
|
|
|
|
|
}, |
3746
|
|
|
|
|
|
|
'PAB' => { |
3747
|
|
|
|
|
|
|
symbol => 'PAB', |
3748
|
|
|
|
|
|
|
display_name => { |
3749
|
|
|
|
|
|
|
'currency' => q(PAB), |
3750
|
|
|
|
|
|
|
'one' => q(PAB), |
3751
|
|
|
|
|
|
|
'other' => q(PAB), |
3752
|
|
|
|
|
|
|
}, |
3753
|
|
|
|
|
|
|
}, |
3754
|
|
|
|
|
|
|
'PEN' => { |
3755
|
|
|
|
|
|
|
symbol => 'PEN', |
3756
|
|
|
|
|
|
|
display_name => { |
3757
|
|
|
|
|
|
|
'currency' => q(PEN), |
3758
|
|
|
|
|
|
|
'one' => q(PEN), |
3759
|
|
|
|
|
|
|
'other' => q(PEN), |
3760
|
|
|
|
|
|
|
}, |
3761
|
|
|
|
|
|
|
}, |
3762
|
|
|
|
|
|
|
'PGK' => { |
3763
|
|
|
|
|
|
|
symbol => 'PGK', |
3764
|
|
|
|
|
|
|
display_name => { |
3765
|
|
|
|
|
|
|
'currency' => q(PGK), |
3766
|
|
|
|
|
|
|
'one' => q(PGK), |
3767
|
|
|
|
|
|
|
'other' => q(PGK), |
3768
|
|
|
|
|
|
|
}, |
3769
|
|
|
|
|
|
|
}, |
3770
|
|
|
|
|
|
|
'PHP' => { |
3771
|
|
|
|
|
|
|
symbol => 'PHP', |
3772
|
|
|
|
|
|
|
display_name => { |
3773
|
|
|
|
|
|
|
'currency' => q(PHP), |
3774
|
|
|
|
|
|
|
'one' => q(PHP), |
3775
|
|
|
|
|
|
|
'other' => q(PHP), |
3776
|
|
|
|
|
|
|
}, |
3777
|
|
|
|
|
|
|
}, |
3778
|
|
|
|
|
|
|
'PKR' => { |
3779
|
|
|
|
|
|
|
symbol => 'PKR', |
3780
|
|
|
|
|
|
|
display_name => { |
3781
|
|
|
|
|
|
|
'currency' => q(پاکستانۍ کلداره), |
3782
|
|
|
|
|
|
|
'one' => q(پاکستانۍ کلداره), |
3783
|
|
|
|
|
|
|
'other' => q(پاکستانۍ کلدارې), |
3784
|
|
|
|
|
|
|
}, |
3785
|
|
|
|
|
|
|
}, |
3786
|
|
|
|
|
|
|
'PLN' => { |
3787
|
|
|
|
|
|
|
symbol => 'PLN', |
3788
|
|
|
|
|
|
|
display_name => { |
3789
|
|
|
|
|
|
|
'currency' => q(PLN), |
3790
|
|
|
|
|
|
|
'one' => q(PLN), |
3791
|
|
|
|
|
|
|
'other' => q(PLN), |
3792
|
|
|
|
|
|
|
}, |
3793
|
|
|
|
|
|
|
}, |
3794
|
|
|
|
|
|
|
'PYG' => { |
3795
|
|
|
|
|
|
|
symbol => 'PYG', |
3796
|
|
|
|
|
|
|
display_name => { |
3797
|
|
|
|
|
|
|
'currency' => q(PYG), |
3798
|
|
|
|
|
|
|
'one' => q(PYG), |
3799
|
|
|
|
|
|
|
'other' => q(PYG), |
3800
|
|
|
|
|
|
|
}, |
3801
|
|
|
|
|
|
|
}, |
3802
|
|
|
|
|
|
|
'QAR' => { |
3803
|
|
|
|
|
|
|
symbol => 'QAR', |
3804
|
|
|
|
|
|
|
display_name => { |
3805
|
|
|
|
|
|
|
'currency' => q(QAR), |
3806
|
|
|
|
|
|
|
'one' => q(QAR), |
3807
|
|
|
|
|
|
|
'other' => q(QAR), |
3808
|
|
|
|
|
|
|
}, |
3809
|
|
|
|
|
|
|
}, |
3810
|
|
|
|
|
|
|
'RON' => { |
3811
|
|
|
|
|
|
|
symbol => 'RON', |
3812
|
|
|
|
|
|
|
display_name => { |
3813
|
|
|
|
|
|
|
'currency' => q(RON), |
3814
|
|
|
|
|
|
|
'one' => q(RON), |
3815
|
|
|
|
|
|
|
'other' => q(RON), |
3816
|
|
|
|
|
|
|
}, |
3817
|
|
|
|
|
|
|
}, |
3818
|
|
|
|
|
|
|
'RSD' => { |
3819
|
|
|
|
|
|
|
symbol => 'RSD', |
3820
|
|
|
|
|
|
|
display_name => { |
3821
|
|
|
|
|
|
|
'currency' => q(RSD), |
3822
|
|
|
|
|
|
|
'one' => q(RSD), |
3823
|
|
|
|
|
|
|
'other' => q(RSD), |
3824
|
|
|
|
|
|
|
}, |
3825
|
|
|
|
|
|
|
}, |
3826
|
|
|
|
|
|
|
'RUB' => { |
3827
|
|
|
|
|
|
|
symbol => 'RUB', |
3828
|
|
|
|
|
|
|
display_name => { |
3829
|
|
|
|
|
|
|
'currency' => q(RUB), |
3830
|
|
|
|
|
|
|
'one' => q(RUB), |
3831
|
|
|
|
|
|
|
'other' => q(RUB), |
3832
|
|
|
|
|
|
|
}, |
3833
|
|
|
|
|
|
|
}, |
3834
|
|
|
|
|
|
|
'RWF' => { |
3835
|
|
|
|
|
|
|
symbol => 'RWF', |
3836
|
|
|
|
|
|
|
display_name => { |
3837
|
|
|
|
|
|
|
'currency' => q(RWF), |
3838
|
|
|
|
|
|
|
'one' => q(RWF), |
3839
|
|
|
|
|
|
|
'other' => q(RWF), |
3840
|
|
|
|
|
|
|
}, |
3841
|
|
|
|
|
|
|
}, |
3842
|
|
|
|
|
|
|
'SAR' => { |
3843
|
|
|
|
|
|
|
symbol => 'SAR', |
3844
|
|
|
|
|
|
|
display_name => { |
3845
|
|
|
|
|
|
|
'currency' => q(SAR), |
3846
|
|
|
|
|
|
|
'one' => q(SAR), |
3847
|
|
|
|
|
|
|
'other' => q(SAR), |
3848
|
|
|
|
|
|
|
}, |
3849
|
|
|
|
|
|
|
}, |
3850
|
|
|
|
|
|
|
'SBD' => { |
3851
|
|
|
|
|
|
|
symbol => 'SBD', |
3852
|
|
|
|
|
|
|
display_name => { |
3853
|
|
|
|
|
|
|
'currency' => q(SBD), |
3854
|
|
|
|
|
|
|
'one' => q(SBD), |
3855
|
|
|
|
|
|
|
'other' => q(SBD), |
3856
|
|
|
|
|
|
|
}, |
3857
|
|
|
|
|
|
|
}, |
3858
|
|
|
|
|
|
|
'SCR' => { |
3859
|
|
|
|
|
|
|
symbol => 'SCR', |
3860
|
|
|
|
|
|
|
display_name => { |
3861
|
|
|
|
|
|
|
'currency' => q(SCR), |
3862
|
|
|
|
|
|
|
'one' => q(SCR), |
3863
|
|
|
|
|
|
|
'other' => q(SCR), |
3864
|
|
|
|
|
|
|
}, |
3865
|
|
|
|
|
|
|
}, |
3866
|
|
|
|
|
|
|
'SDG' => { |
3867
|
|
|
|
|
|
|
symbol => 'SDG', |
3868
|
|
|
|
|
|
|
display_name => { |
3869
|
|
|
|
|
|
|
'currency' => q(SDG), |
3870
|
|
|
|
|
|
|
'one' => q(SDG), |
3871
|
|
|
|
|
|
|
'other' => q(SDG), |
3872
|
|
|
|
|
|
|
}, |
3873
|
|
|
|
|
|
|
}, |
3874
|
|
|
|
|
|
|
'SEK' => { |
3875
|
|
|
|
|
|
|
symbol => 'SEK', |
3876
|
|
|
|
|
|
|
display_name => { |
3877
|
|
|
|
|
|
|
'currency' => q(SEK), |
3878
|
|
|
|
|
|
|
'one' => q(SEK), |
3879
|
|
|
|
|
|
|
'other' => q(SEK), |
3880
|
|
|
|
|
|
|
}, |
3881
|
|
|
|
|
|
|
}, |
3882
|
|
|
|
|
|
|
'SGD' => { |
3883
|
|
|
|
|
|
|
symbol => 'SGD', |
3884
|
|
|
|
|
|
|
display_name => { |
3885
|
|
|
|
|
|
|
'currency' => q(SGD), |
3886
|
|
|
|
|
|
|
'one' => q(SGD), |
3887
|
|
|
|
|
|
|
'other' => q(SGD), |
3888
|
|
|
|
|
|
|
}, |
3889
|
|
|
|
|
|
|
}, |
3890
|
|
|
|
|
|
|
'SHP' => { |
3891
|
|
|
|
|
|
|
symbol => 'SHP', |
3892
|
|
|
|
|
|
|
display_name => { |
3893
|
|
|
|
|
|
|
'currency' => q(SHP), |
3894
|
|
|
|
|
|
|
'one' => q(SHP), |
3895
|
|
|
|
|
|
|
'other' => q(SHP), |
3896
|
|
|
|
|
|
|
}, |
3897
|
|
|
|
|
|
|
}, |
3898
|
|
|
|
|
|
|
'SLL' => { |
3899
|
|
|
|
|
|
|
symbol => 'SLL', |
3900
|
|
|
|
|
|
|
display_name => { |
3901
|
|
|
|
|
|
|
'currency' => q(SLL), |
3902
|
|
|
|
|
|
|
'one' => q(SLL), |
3903
|
|
|
|
|
|
|
'other' => q(SLL), |
3904
|
|
|
|
|
|
|
}, |
3905
|
|
|
|
|
|
|
}, |
3906
|
|
|
|
|
|
|
'SOS' => { |
3907
|
|
|
|
|
|
|
symbol => 'SOS', |
3908
|
|
|
|
|
|
|
display_name => { |
3909
|
|
|
|
|
|
|
'currency' => q(SOS), |
3910
|
|
|
|
|
|
|
'one' => q(SOS), |
3911
|
|
|
|
|
|
|
'other' => q(SOS), |
3912
|
|
|
|
|
|
|
}, |
3913
|
|
|
|
|
|
|
}, |
3914
|
|
|
|
|
|
|
'SRD' => { |
3915
|
|
|
|
|
|
|
symbol => 'SRD', |
3916
|
|
|
|
|
|
|
display_name => { |
3917
|
|
|
|
|
|
|
'currency' => q(SRD), |
3918
|
|
|
|
|
|
|
'one' => q(SRD), |
3919
|
|
|
|
|
|
|
'other' => q(SRD), |
3920
|
|
|
|
|
|
|
}, |
3921
|
|
|
|
|
|
|
}, |
3922
|
|
|
|
|
|
|
'SSP' => { |
3923
|
|
|
|
|
|
|
symbol => 'SSP', |
3924
|
|
|
|
|
|
|
display_name => { |
3925
|
|
|
|
|
|
|
'currency' => q(SSP), |
3926
|
|
|
|
|
|
|
'one' => q(SSP), |
3927
|
|
|
|
|
|
|
'other' => q(SSP), |
3928
|
|
|
|
|
|
|
}, |
3929
|
|
|
|
|
|
|
}, |
3930
|
|
|
|
|
|
|
'STD' => { |
3931
|
|
|
|
|
|
|
symbol => 'STD', |
3932
|
|
|
|
|
|
|
display_name => { |
3933
|
|
|
|
|
|
|
'currency' => q(STD), |
3934
|
|
|
|
|
|
|
'one' => q(STD), |
3935
|
|
|
|
|
|
|
'other' => q(STD), |
3936
|
|
|
|
|
|
|
}, |
3937
|
|
|
|
|
|
|
}, |
3938
|
|
|
|
|
|
|
'STN' => { |
3939
|
|
|
|
|
|
|
symbol => 'STN', |
3940
|
|
|
|
|
|
|
display_name => { |
3941
|
|
|
|
|
|
|
'currency' => q(STN), |
3942
|
|
|
|
|
|
|
'one' => q(STN), |
3943
|
|
|
|
|
|
|
'other' => q(STN), |
3944
|
|
|
|
|
|
|
}, |
3945
|
|
|
|
|
|
|
}, |
3946
|
|
|
|
|
|
|
'SYP' => { |
3947
|
|
|
|
|
|
|
symbol => 'SYP', |
3948
|
|
|
|
|
|
|
display_name => { |
3949
|
|
|
|
|
|
|
'currency' => q(SYP), |
3950
|
|
|
|
|
|
|
'one' => q(SYP), |
3951
|
|
|
|
|
|
|
'other' => q(SYP), |
3952
|
|
|
|
|
|
|
}, |
3953
|
|
|
|
|
|
|
}, |
3954
|
|
|
|
|
|
|
'SZL' => { |
3955
|
|
|
|
|
|
|
symbol => 'SZL', |
3956
|
|
|
|
|
|
|
display_name => { |
3957
|
|
|
|
|
|
|
'currency' => q(SZL), |
3958
|
|
|
|
|
|
|
'one' => q(SZL), |
3959
|
|
|
|
|
|
|
'other' => q(SZL), |
3960
|
|
|
|
|
|
|
}, |
3961
|
|
|
|
|
|
|
}, |
3962
|
|
|
|
|
|
|
'THB' => { |
3963
|
|
|
|
|
|
|
symbol => 'THB', |
3964
|
|
|
|
|
|
|
display_name => { |
3965
|
|
|
|
|
|
|
'currency' => q(THB), |
3966
|
|
|
|
|
|
|
'one' => q(THB), |
3967
|
|
|
|
|
|
|
'other' => q(THB), |
3968
|
|
|
|
|
|
|
}, |
3969
|
|
|
|
|
|
|
}, |
3970
|
|
|
|
|
|
|
'TJS' => { |
3971
|
|
|
|
|
|
|
symbol => 'TJS', |
3972
|
|
|
|
|
|
|
display_name => { |
3973
|
|
|
|
|
|
|
'currency' => q(TJS), |
3974
|
|
|
|
|
|
|
'one' => q(TJS), |
3975
|
|
|
|
|
|
|
'other' => q(TJS), |
3976
|
|
|
|
|
|
|
}, |
3977
|
|
|
|
|
|
|
}, |
3978
|
|
|
|
|
|
|
'TMT' => { |
3979
|
|
|
|
|
|
|
symbol => 'TMT', |
3980
|
|
|
|
|
|
|
display_name => { |
3981
|
|
|
|
|
|
|
'currency' => q(TMT), |
3982
|
|
|
|
|
|
|
'one' => q(TMT), |
3983
|
|
|
|
|
|
|
'other' => q(TMT), |
3984
|
|
|
|
|
|
|
}, |
3985
|
|
|
|
|
|
|
}, |
3986
|
|
|
|
|
|
|
'TND' => { |
3987
|
|
|
|
|
|
|
symbol => 'TND', |
3988
|
|
|
|
|
|
|
display_name => { |
3989
|
|
|
|
|
|
|
'currency' => q(TND), |
3990
|
|
|
|
|
|
|
'one' => q(TND), |
3991
|
|
|
|
|
|
|
'other' => q(TND), |
3992
|
|
|
|
|
|
|
}, |
3993
|
|
|
|
|
|
|
}, |
3994
|
|
|
|
|
|
|
'TOP' => { |
3995
|
|
|
|
|
|
|
symbol => 'TOP', |
3996
|
|
|
|
|
|
|
display_name => { |
3997
|
|
|
|
|
|
|
'currency' => q(TOP), |
3998
|
|
|
|
|
|
|
'one' => q(TOP), |
3999
|
|
|
|
|
|
|
'other' => q(TOP), |
4000
|
|
|
|
|
|
|
}, |
4001
|
|
|
|
|
|
|
}, |
4002
|
|
|
|
|
|
|
'TRY' => { |
4003
|
|
|
|
|
|
|
symbol => 'TRY', |
4004
|
|
|
|
|
|
|
display_name => { |
4005
|
|
|
|
|
|
|
'currency' => q(TRY), |
4006
|
|
|
|
|
|
|
'one' => q(TRY), |
4007
|
|
|
|
|
|
|
'other' => q(TRY), |
4008
|
|
|
|
|
|
|
}, |
4009
|
|
|
|
|
|
|
}, |
4010
|
|
|
|
|
|
|
'TTD' => { |
4011
|
|
|
|
|
|
|
symbol => 'TTD', |
4012
|
|
|
|
|
|
|
display_name => { |
4013
|
|
|
|
|
|
|
'currency' => q(TTD), |
4014
|
|
|
|
|
|
|
'one' => q(TTD), |
4015
|
|
|
|
|
|
|
'other' => q(TTD), |
4016
|
|
|
|
|
|
|
}, |
4017
|
|
|
|
|
|
|
}, |
4018
|
|
|
|
|
|
|
'TWD' => { |
4019
|
|
|
|
|
|
|
symbol => 'NT$', |
4020
|
|
|
|
|
|
|
display_name => { |
4021
|
|
|
|
|
|
|
'currency' => q(TWD), |
4022
|
|
|
|
|
|
|
'one' => q(TWD), |
4023
|
|
|
|
|
|
|
'other' => q(TWD), |
4024
|
|
|
|
|
|
|
}, |
4025
|
|
|
|
|
|
|
}, |
4026
|
|
|
|
|
|
|
'TZS' => { |
4027
|
|
|
|
|
|
|
symbol => 'TZS', |
4028
|
|
|
|
|
|
|
display_name => { |
4029
|
|
|
|
|
|
|
'currency' => q(TZS), |
4030
|
|
|
|
|
|
|
'one' => q(TZS), |
4031
|
|
|
|
|
|
|
'other' => q(TZS), |
4032
|
|
|
|
|
|
|
}, |
4033
|
|
|
|
|
|
|
}, |
4034
|
|
|
|
|
|
|
'UAH' => { |
4035
|
|
|
|
|
|
|
symbol => 'UAH', |
4036
|
|
|
|
|
|
|
display_name => { |
4037
|
|
|
|
|
|
|
'currency' => q(UAH), |
4038
|
|
|
|
|
|
|
'one' => q(UAH), |
4039
|
|
|
|
|
|
|
'other' => q(UAH), |
4040
|
|
|
|
|
|
|
}, |
4041
|
|
|
|
|
|
|
}, |
4042
|
|
|
|
|
|
|
'UGX' => { |
4043
|
|
|
|
|
|
|
symbol => 'UGX', |
4044
|
|
|
|
|
|
|
display_name => { |
4045
|
|
|
|
|
|
|
'currency' => q(UGX), |
4046
|
|
|
|
|
|
|
'one' => q(UGX), |
4047
|
|
|
|
|
|
|
'other' => q(UGX), |
4048
|
|
|
|
|
|
|
}, |
4049
|
|
|
|
|
|
|
}, |
4050
|
|
|
|
|
|
|
'USD' => { |
4051
|
|
|
|
|
|
|
symbol => 'US$', |
4052
|
|
|
|
|
|
|
display_name => { |
4053
|
|
|
|
|
|
|
'currency' => q(USD), |
4054
|
|
|
|
|
|
|
'one' => q(USD), |
4055
|
|
|
|
|
|
|
'other' => q(USD), |
4056
|
|
|
|
|
|
|
}, |
4057
|
|
|
|
|
|
|
}, |
4058
|
|
|
|
|
|
|
'UYU' => { |
4059
|
|
|
|
|
|
|
symbol => 'UYU', |
4060
|
|
|
|
|
|
|
display_name => { |
4061
|
|
|
|
|
|
|
'currency' => q(UYU), |
4062
|
|
|
|
|
|
|
'one' => q(UYU), |
4063
|
|
|
|
|
|
|
'other' => q(UYU), |
4064
|
|
|
|
|
|
|
}, |
4065
|
|
|
|
|
|
|
}, |
4066
|
|
|
|
|
|
|
'UZS' => { |
4067
|
|
|
|
|
|
|
symbol => 'UZS', |
4068
|
|
|
|
|
|
|
display_name => { |
4069
|
|
|
|
|
|
|
'currency' => q(UZS), |
4070
|
|
|
|
|
|
|
'one' => q(UZS), |
4071
|
|
|
|
|
|
|
'other' => q(UZS), |
4072
|
|
|
|
|
|
|
}, |
4073
|
|
|
|
|
|
|
}, |
4074
|
|
|
|
|
|
|
'VEF' => { |
4075
|
|
|
|
|
|
|
symbol => 'VEF', |
4076
|
|
|
|
|
|
|
display_name => { |
4077
|
|
|
|
|
|
|
'currency' => q(VEF \(2008–2018\)), |
4078
|
|
|
|
|
|
|
'one' => q(VEF \(2008–2018\)), |
4079
|
|
|
|
|
|
|
'other' => q(VEF \(2008–2018\)), |
4080
|
|
|
|
|
|
|
}, |
4081
|
|
|
|
|
|
|
}, |
4082
|
|
|
|
|
|
|
'VES' => { |
4083
|
|
|
|
|
|
|
symbol => 'VES', |
4084
|
|
|
|
|
|
|
display_name => { |
4085
|
|
|
|
|
|
|
'currency' => q(VES), |
4086
|
|
|
|
|
|
|
'one' => q(VES), |
4087
|
|
|
|
|
|
|
'other' => q(VES), |
4088
|
|
|
|
|
|
|
}, |
4089
|
|
|
|
|
|
|
}, |
4090
|
|
|
|
|
|
|
'VND' => { |
4091
|
|
|
|
|
|
|
symbol => '₫', |
4092
|
|
|
|
|
|
|
display_name => { |
4093
|
|
|
|
|
|
|
'currency' => q(VND), |
4094
|
|
|
|
|
|
|
'one' => q(VND), |
4095
|
|
|
|
|
|
|
'other' => q(VND), |
4096
|
|
|
|
|
|
|
}, |
4097
|
|
|
|
|
|
|
}, |
4098
|
|
|
|
|
|
|
'VUV' => { |
4099
|
|
|
|
|
|
|
symbol => 'VUV', |
4100
|
|
|
|
|
|
|
display_name => { |
4101
|
|
|
|
|
|
|
'currency' => q(VUV), |
4102
|
|
|
|
|
|
|
'one' => q(VUV), |
4103
|
|
|
|
|
|
|
'other' => q(VUV), |
4104
|
|
|
|
|
|
|
}, |
4105
|
|
|
|
|
|
|
}, |
4106
|
|
|
|
|
|
|
'WST' => { |
4107
|
|
|
|
|
|
|
symbol => 'WST', |
4108
|
|
|
|
|
|
|
display_name => { |
4109
|
|
|
|
|
|
|
'currency' => q(WST), |
4110
|
|
|
|
|
|
|
'one' => q(WST), |
4111
|
|
|
|
|
|
|
'other' => q(WST), |
4112
|
|
|
|
|
|
|
}, |
4113
|
|
|
|
|
|
|
}, |
4114
|
|
|
|
|
|
|
'XAF' => { |
4115
|
|
|
|
|
|
|
symbol => 'FCFA', |
4116
|
|
|
|
|
|
|
display_name => { |
4117
|
|
|
|
|
|
|
'currency' => q(XAF), |
4118
|
|
|
|
|
|
|
'one' => q(XAF), |
4119
|
|
|
|
|
|
|
'other' => q(XAF), |
4120
|
|
|
|
|
|
|
}, |
4121
|
|
|
|
|
|
|
}, |
4122
|
|
|
|
|
|
|
'XCD' => { |
4123
|
|
|
|
|
|
|
symbol => 'EC$', |
4124
|
|
|
|
|
|
|
display_name => { |
4125
|
|
|
|
|
|
|
'currency' => q(XCD), |
4126
|
|
|
|
|
|
|
'one' => q(XCD), |
4127
|
|
|
|
|
|
|
'other' => q(XCD), |
4128
|
|
|
|
|
|
|
}, |
4129
|
|
|
|
|
|
|
}, |
4130
|
|
|
|
|
|
|
'XOF' => { |
4131
|
|
|
|
|
|
|
symbol => 'CFA', |
4132
|
|
|
|
|
|
|
display_name => { |
4133
|
|
|
|
|
|
|
'currency' => q(XOF), |
4134
|
|
|
|
|
|
|
'one' => q(XOF), |
4135
|
|
|
|
|
|
|
'other' => q(XOF), |
4136
|
|
|
|
|
|
|
}, |
4137
|
|
|
|
|
|
|
}, |
4138
|
|
|
|
|
|
|
'XPF' => { |
4139
|
|
|
|
|
|
|
symbol => 'CFPF', |
4140
|
|
|
|
|
|
|
display_name => { |
4141
|
|
|
|
|
|
|
'currency' => q(XPF), |
4142
|
|
|
|
|
|
|
'one' => q(XPF), |
4143
|
|
|
|
|
|
|
'other' => q(XPF), |
4144
|
|
|
|
|
|
|
}, |
4145
|
|
|
|
|
|
|
}, |
4146
|
|
|
|
|
|
|
'XXX' => { |
4147
|
|
|
|
|
|
|
display_name => { |
4148
|
|
|
|
|
|
|
'currency' => q(نامعلومه مروجه پېسې), |
4149
|
|
|
|
|
|
|
'one' => q(\(د نامعلومه مروجه پېسو واحد\)), |
4150
|
|
|
|
|
|
|
'other' => q(\(نامعلومه مروجه پېسې\)), |
4151
|
|
|
|
|
|
|
}, |
4152
|
|
|
|
|
|
|
}, |
4153
|
|
|
|
|
|
|
'YER' => { |
4154
|
|
|
|
|
|
|
symbol => 'YER', |
4155
|
|
|
|
|
|
|
display_name => { |
4156
|
|
|
|
|
|
|
'currency' => q(YER), |
4157
|
|
|
|
|
|
|
'one' => q(YER), |
4158
|
|
|
|
|
|
|
'other' => q(YER), |
4159
|
|
|
|
|
|
|
}, |
4160
|
|
|
|
|
|
|
}, |
4161
|
|
|
|
|
|
|
'ZAR' => { |
4162
|
|
|
|
|
|
|
symbol => 'ZAR', |
4163
|
|
|
|
|
|
|
display_name => { |
4164
|
|
|
|
|
|
|
'currency' => q(ZAR), |
4165
|
|
|
|
|
|
|
'one' => q(ZAR), |
4166
|
|
|
|
|
|
|
'other' => q(ZAR), |
4167
|
|
|
|
|
|
|
}, |
4168
|
|
|
|
|
|
|
}, |
4169
|
|
|
|
|
|
|
'ZMW' => { |
4170
|
|
|
|
|
|
|
symbol => 'ZMW', |
4171
|
|
|
|
|
|
|
display_name => { |
4172
|
|
|
|
|
|
|
'currency' => q(ZMW), |
4173
|
|
|
|
|
|
|
'one' => q(ZMW), |
4174
|
|
|
|
|
|
|
'other' => q(ZMW), |
4175
|
|
|
|
|
|
|
}, |
4176
|
|
|
|
|
|
|
}, |
4177
|
|
|
|
|
|
|
} }, |
4178
|
|
|
|
|
|
|
); |
4179
|
|
|
|
|
|
|
|
4180
|
|
|
|
|
|
|
|
4181
|
|
|
|
|
|
|
has 'calendar_months' => ( |
4182
|
|
|
|
|
|
|
is => 'ro', |
4183
|
|
|
|
|
|
|
isa => HashRef, |
4184
|
|
|
|
|
|
|
init_arg => undef, |
4185
|
|
|
|
|
|
|
default => sub { { |
4186
|
|
|
|
|
|
|
'gregorian' => { |
4187
|
|
|
|
|
|
|
'format' => { |
4188
|
|
|
|
|
|
|
abbreviated => { |
4189
|
|
|
|
|
|
|
nonleap => [ |
4190
|
|
|
|
|
|
|
'جنوري', |
4191
|
|
|
|
|
|
|
'فبروري', |
4192
|
|
|
|
|
|
|
'مارچ', |
4193
|
|
|
|
|
|
|
'اپریل', |
4194
|
|
|
|
|
|
|
'مۍ', |
4195
|
|
|
|
|
|
|
'جون', |
4196
|
|
|
|
|
|
|
'جولای', |
4197
|
|
|
|
|
|
|
'اگست', |
4198
|
|
|
|
|
|
|
'سېپتمبر', |
4199
|
|
|
|
|
|
|
'اکتوبر', |
4200
|
|
|
|
|
|
|
'نومبر', |
4201
|
|
|
|
|
|
|
'دسمبر' |
4202
|
|
|
|
|
|
|
], |
4203
|
|
|
|
|
|
|
leap => [ |
4204
|
|
|
|
|
|
|
|
4205
|
|
|
|
|
|
|
], |
4206
|
|
|
|
|
|
|
}, |
4207
|
|
|
|
|
|
|
narrow => { |
4208
|
|
|
|
|
|
|
nonleap => [ |
4209
|
|
|
|
|
|
|
'ج', |
4210
|
|
|
|
|
|
|
'ف', |
4211
|
|
|
|
|
|
|
'م', |
4212
|
|
|
|
|
|
|
'ا', |
4213
|
|
|
|
|
|
|
'م', |
4214
|
|
|
|
|
|
|
'ج', |
4215
|
|
|
|
|
|
|
'ج', |
4216
|
|
|
|
|
|
|
'ا', |
4217
|
|
|
|
|
|
|
'س', |
4218
|
|
|
|
|
|
|
'ا', |
4219
|
|
|
|
|
|
|
'ن', |
4220
|
|
|
|
|
|
|
'د' |
4221
|
|
|
|
|
|
|
], |
4222
|
|
|
|
|
|
|
leap => [ |
4223
|
|
|
|
|
|
|
|
4224
|
|
|
|
|
|
|
], |
4225
|
|
|
|
|
|
|
}, |
4226
|
|
|
|
|
|
|
wide => { |
4227
|
|
|
|
|
|
|
nonleap => [ |
4228
|
|
|
|
|
|
|
'جنوري', |
4229
|
|
|
|
|
|
|
'فبروري', |
4230
|
|
|
|
|
|
|
'مارچ', |
4231
|
|
|
|
|
|
|
'اپریل', |
4232
|
|
|
|
|
|
|
'مۍ', |
4233
|
|
|
|
|
|
|
'جون', |
4234
|
|
|
|
|
|
|
'جولای', |
4235
|
|
|
|
|
|
|
'اگست', |
4236
|
|
|
|
|
|
|
'سېپتمبر', |
4237
|
|
|
|
|
|
|
'اکتوبر', |
4238
|
|
|
|
|
|
|
'نومبر', |
4239
|
|
|
|
|
|
|
'دسمبر' |
4240
|
|
|
|
|
|
|
], |
4241
|
|
|
|
|
|
|
leap => [ |
4242
|
|
|
|
|
|
|
|
4243
|
|
|
|
|
|
|
], |
4244
|
|
|
|
|
|
|
}, |
4245
|
|
|
|
|
|
|
}, |
4246
|
|
|
|
|
|
|
'stand-alone' => { |
4247
|
|
|
|
|
|
|
abbreviated => { |
4248
|
|
|
|
|
|
|
nonleap => [ |
4249
|
|
|
|
|
|
|
'جنوري', |
4250
|
|
|
|
|
|
|
'فبروري', |
4251
|
|
|
|
|
|
|
'مارچ', |
4252
|
|
|
|
|
|
|
'اپریل', |
4253
|
|
|
|
|
|
|
'مۍ', |
4254
|
|
|
|
|
|
|
'جون', |
4255
|
|
|
|
|
|
|
'جولای', |
4256
|
|
|
|
|
|
|
'اگست', |
4257
|
|
|
|
|
|
|
'سپتمبر', |
4258
|
|
|
|
|
|
|
'اکتوبر', |
4259
|
|
|
|
|
|
|
'نومبر', |
4260
|
|
|
|
|
|
|
'دسمبر' |
4261
|
|
|
|
|
|
|
], |
4262
|
|
|
|
|
|
|
leap => [ |
4263
|
|
|
|
|
|
|
|
4264
|
|
|
|
|
|
|
], |
4265
|
|
|
|
|
|
|
}, |
4266
|
|
|
|
|
|
|
narrow => { |
4267
|
|
|
|
|
|
|
nonleap => [ |
4268
|
|
|
|
|
|
|
'1', |
4269
|
|
|
|
|
|
|
'2', |
4270
|
|
|
|
|
|
|
'3', |
4271
|
|
|
|
|
|
|
'4', |
4272
|
|
|
|
|
|
|
'5', |
4273
|
|
|
|
|
|
|
'6', |
4274
|
|
|
|
|
|
|
'7', |
4275
|
|
|
|
|
|
|
'8', |
4276
|
|
|
|
|
|
|
'9', |
4277
|
|
|
|
|
|
|
'10', |
4278
|
|
|
|
|
|
|
'11', |
4279
|
|
|
|
|
|
|
'12' |
4280
|
|
|
|
|
|
|
], |
4281
|
|
|
|
|
|
|
leap => [ |
4282
|
|
|
|
|
|
|
|
4283
|
|
|
|
|
|
|
], |
4284
|
|
|
|
|
|
|
}, |
4285
|
|
|
|
|
|
|
wide => { |
4286
|
|
|
|
|
|
|
nonleap => [ |
4287
|
|
|
|
|
|
|
'جنوري', |
4288
|
|
|
|
|
|
|
'فېبروري', |
4289
|
|
|
|
|
|
|
'مارچ', |
4290
|
|
|
|
|
|
|
'اپریل', |
4291
|
|
|
|
|
|
|
'مۍ', |
4292
|
|
|
|
|
|
|
'جون', |
4293
|
|
|
|
|
|
|
'جولای', |
4294
|
|
|
|
|
|
|
'اگست', |
4295
|
|
|
|
|
|
|
'سپتمبر', |
4296
|
|
|
|
|
|
|
'اکتوبر', |
4297
|
|
|
|
|
|
|
'نومبر', |
4298
|
|
|
|
|
|
|
'دسمبر' |
4299
|
|
|
|
|
|
|
], |
4300
|
|
|
|
|
|
|
leap => [ |
4301
|
|
|
|
|
|
|
|
4302
|
|
|
|
|
|
|
], |
4303
|
|
|
|
|
|
|
}, |
4304
|
|
|
|
|
|
|
}, |
4305
|
|
|
|
|
|
|
}, |
4306
|
|
|
|
|
|
|
'indian' => { |
4307
|
|
|
|
|
|
|
'format' => { |
4308
|
|
|
|
|
|
|
abbreviated => { |
4309
|
|
|
|
|
|
|
nonleap => [ |
4310
|
|
|
|
|
|
|
'چيترا', |
4311
|
|
|
|
|
|
|
'ويساکا', |
4312
|
|
|
|
|
|
|
'جياستا', |
4313
|
|
|
|
|
|
|
'اسادها', |
4314
|
|
|
|
|
|
|
'سراوانا', |
4315
|
|
|
|
|
|
|
'بهادرا', |
4316
|
|
|
|
|
|
|
'اسوينا', |
4317
|
|
|
|
|
|
|
'کارتيکا', |
4318
|
|
|
|
|
|
|
'اگراهايانا', |
4319
|
|
|
|
|
|
|
'پاوسا', |
4320
|
|
|
|
|
|
|
'مگها', |
4321
|
|
|
|
|
|
|
'پهالگونا' |
4322
|
|
|
|
|
|
|
], |
4323
|
|
|
|
|
|
|
leap => [ |
4324
|
|
|
|
|
|
|
|
4325
|
|
|
|
|
|
|
], |
4326
|
|
|
|
|
|
|
}, |
4327
|
|
|
|
|
|
|
narrow => { |
4328
|
|
|
|
|
|
|
nonleap => [ |
4329
|
|
|
|
|
|
|
'1', |
4330
|
|
|
|
|
|
|
'2', |
4331
|
|
|
|
|
|
|
'3', |
4332
|
|
|
|
|
|
|
'4', |
4333
|
|
|
|
|
|
|
'5', |
4334
|
|
|
|
|
|
|
'6', |
4335
|
|
|
|
|
|
|
'7', |
4336
|
|
|
|
|
|
|
'8', |
4337
|
|
|
|
|
|
|
'9', |
4338
|
|
|
|
|
|
|
'10', |
4339
|
|
|
|
|
|
|
'11', |
4340
|
|
|
|
|
|
|
'12' |
4341
|
|
|
|
|
|
|
], |
4342
|
|
|
|
|
|
|
leap => [ |
4343
|
|
|
|
|
|
|
|
4344
|
|
|
|
|
|
|
], |
4345
|
|
|
|
|
|
|
}, |
4346
|
|
|
|
|
|
|
wide => { |
4347
|
|
|
|
|
|
|
nonleap => [ |
4348
|
|
|
|
|
|
|
'چيترا', |
4349
|
|
|
|
|
|
|
'ويساکا', |
4350
|
|
|
|
|
|
|
'جياستا', |
4351
|
|
|
|
|
|
|
'اسادها', |
4352
|
|
|
|
|
|
|
'سراوانا', |
4353
|
|
|
|
|
|
|
'بهادرا', |
4354
|
|
|
|
|
|
|
'اسوينا', |
4355
|
|
|
|
|
|
|
'کارتيکا', |
4356
|
|
|
|
|
|
|
'اگراهايانا', |
4357
|
|
|
|
|
|
|
'پاوسا', |
4358
|
|
|
|
|
|
|
'مگها', |
4359
|
|
|
|
|
|
|
'پهالگونا' |
4360
|
|
|
|
|
|
|
], |
4361
|
|
|
|
|
|
|
leap => [ |
4362
|
|
|
|
|
|
|
|
4363
|
|
|
|
|
|
|
], |
4364
|
|
|
|
|
|
|
}, |
4365
|
|
|
|
|
|
|
}, |
4366
|
|
|
|
|
|
|
'stand-alone' => { |
4367
|
|
|
|
|
|
|
abbreviated => { |
4368
|
|
|
|
|
|
|
nonleap => [ |
4369
|
|
|
|
|
|
|
'چيترا', |
4370
|
|
|
|
|
|
|
'ويساکا', |
4371
|
|
|
|
|
|
|
'جياستا', |
4372
|
|
|
|
|
|
|
'اسادها', |
4373
|
|
|
|
|
|
|
'سراوانا', |
4374
|
|
|
|
|
|
|
'بهادرا', |
4375
|
|
|
|
|
|
|
'اسوينا', |
4376
|
|
|
|
|
|
|
'کارتيکا', |
4377
|
|
|
|
|
|
|
'اگراهايانا', |
4378
|
|
|
|
|
|
|
'پاوسا', |
4379
|
|
|
|
|
|
|
'مگها', |
4380
|
|
|
|
|
|
|
'پهالگونا' |
4381
|
|
|
|
|
|
|
], |
4382
|
|
|
|
|
|
|
leap => [ |
4383
|
|
|
|
|
|
|
|
4384
|
|
|
|
|
|
|
], |
4385
|
|
|
|
|
|
|
}, |
4386
|
|
|
|
|
|
|
narrow => { |
4387
|
|
|
|
|
|
|
nonleap => [ |
4388
|
|
|
|
|
|
|
'1', |
4389
|
|
|
|
|
|
|
'2', |
4390
|
|
|
|
|
|
|
'3', |
4391
|
|
|
|
|
|
|
'4', |
4392
|
|
|
|
|
|
|
'5', |
4393
|
|
|
|
|
|
|
'6', |
4394
|
|
|
|
|
|
|
'7', |
4395
|
|
|
|
|
|
|
'8', |
4396
|
|
|
|
|
|
|
'9', |
4397
|
|
|
|
|
|
|
'10', |
4398
|
|
|
|
|
|
|
'11', |
4399
|
|
|
|
|
|
|
'12' |
4400
|
|
|
|
|
|
|
], |
4401
|
|
|
|
|
|
|
leap => [ |
4402
|
|
|
|
|
|
|
|
4403
|
|
|
|
|
|
|
], |
4404
|
|
|
|
|
|
|
}, |
4405
|
|
|
|
|
|
|
wide => { |
4406
|
|
|
|
|
|
|
nonleap => [ |
4407
|
|
|
|
|
|
|
'چيترا', |
4408
|
|
|
|
|
|
|
'ويساکا', |
4409
|
|
|
|
|
|
|
'جياستا', |
4410
|
|
|
|
|
|
|
'اسادها', |
4411
|
|
|
|
|
|
|
'سراوانا', |
4412
|
|
|
|
|
|
|
'بهادرا', |
4413
|
|
|
|
|
|
|
'اسوينا', |
4414
|
|
|
|
|
|
|
'کارتيکا', |
4415
|
|
|
|
|
|
|
'اگراهايانا', |
4416
|
|
|
|
|
|
|
'پاوسا', |
4417
|
|
|
|
|
|
|
'مگها', |
4418
|
|
|
|
|
|
|
'پهالگونا' |
4419
|
|
|
|
|
|
|
], |
4420
|
|
|
|
|
|
|
leap => [ |
4421
|
|
|
|
|
|
|
|
4422
|
|
|
|
|
|
|
], |
4423
|
|
|
|
|
|
|
}, |
4424
|
|
|
|
|
|
|
}, |
4425
|
|
|
|
|
|
|
}, |
4426
|
|
|
|
|
|
|
'islamic' => { |
4427
|
|
|
|
|
|
|
'format' => { |
4428
|
|
|
|
|
|
|
abbreviated => { |
4429
|
|
|
|
|
|
|
nonleap => [ |
4430
|
|
|
|
|
|
|
'محرم', |
4431
|
|
|
|
|
|
|
'صفره', |
4432
|
|
|
|
|
|
|
'ربيع', |
4433
|
|
|
|
|
|
|
'ربيع II', |
4434
|
|
|
|
|
|
|
'جماعه', |
4435
|
|
|
|
|
|
|
'جموما II', |
4436
|
|
|
|
|
|
|
'راجاب', |
4437
|
|
|
|
|
|
|
'شعبان', |
4438
|
|
|
|
|
|
|
'رمضان', |
4439
|
|
|
|
|
|
|
'شوال', |
4440
|
|
|
|
|
|
|
'دالقاعده', |
4441
|
|
|
|
|
|
|
'حلال حج' |
4442
|
|
|
|
|
|
|
], |
4443
|
|
|
|
|
|
|
leap => [ |
4444
|
|
|
|
|
|
|
|
4445
|
|
|
|
|
|
|
], |
4446
|
|
|
|
|
|
|
}, |
4447
|
|
|
|
|
|
|
narrow => { |
4448
|
|
|
|
|
|
|
nonleap => [ |
4449
|
|
|
|
|
|
|
'1', |
4450
|
|
|
|
|
|
|
'2', |
4451
|
|
|
|
|
|
|
'3', |
4452
|
|
|
|
|
|
|
'4', |
4453
|
|
|
|
|
|
|
'5', |
4454
|
|
|
|
|
|
|
'6', |
4455
|
|
|
|
|
|
|
'7', |
4456
|
|
|
|
|
|
|
'8', |
4457
|
|
|
|
|
|
|
'9', |
4458
|
|
|
|
|
|
|
'10', |
4459
|
|
|
|
|
|
|
'11', |
4460
|
|
|
|
|
|
|
'12' |
4461
|
|
|
|
|
|
|
], |
4462
|
|
|
|
|
|
|
leap => [ |
4463
|
|
|
|
|
|
|
|
4464
|
|
|
|
|
|
|
], |
4465
|
|
|
|
|
|
|
}, |
4466
|
|
|
|
|
|
|
wide => { |
4467
|
|
|
|
|
|
|
nonleap => [ |
4468
|
|
|
|
|
|
|
'محرم', |
4469
|
|
|
|
|
|
|
'د صفرې د', |
4470
|
|
|
|
|
|
|
'ربيع', |
4471
|
|
|
|
|
|
|
'ربيع II', |
4472
|
|
|
|
|
|
|
'جماعه', |
4473
|
|
|
|
|
|
|
'جموما II', |
4474
|
|
|
|
|
|
|
'راجاب', |
4475
|
|
|
|
|
|
|
'شعبان', |
4476
|
|
|
|
|
|
|
'رمضان', |
4477
|
|
|
|
|
|
|
'شوال', |
4478
|
|
|
|
|
|
|
'دالقاعده', |
4479
|
|
|
|
|
|
|
'حلال حج' |
4480
|
|
|
|
|
|
|
], |
4481
|
|
|
|
|
|
|
leap => [ |
4482
|
|
|
|
|
|
|
|
4483
|
|
|
|
|
|
|
], |
4484
|
|
|
|
|
|
|
}, |
4485
|
|
|
|
|
|
|
}, |
4486
|
|
|
|
|
|
|
'stand-alone' => { |
4487
|
|
|
|
|
|
|
abbreviated => { |
4488
|
|
|
|
|
|
|
nonleap => [ |
4489
|
|
|
|
|
|
|
'محرم', |
4490
|
|
|
|
|
|
|
'صفره', |
4491
|
|
|
|
|
|
|
'ربيع', |
4492
|
|
|
|
|
|
|
'ربيع II', |
4493
|
|
|
|
|
|
|
'جماعه', |
4494
|
|
|
|
|
|
|
'جموما II', |
4495
|
|
|
|
|
|
|
'راجاب', |
4496
|
|
|
|
|
|
|
'شعبان', |
4497
|
|
|
|
|
|
|
'رمضان', |
4498
|
|
|
|
|
|
|
'شوال', |
4499
|
|
|
|
|
|
|
'دالقاعده', |
4500
|
|
|
|
|
|
|
'حلال حج' |
4501
|
|
|
|
|
|
|
], |
4502
|
|
|
|
|
|
|
leap => [ |
4503
|
|
|
|
|
|
|
|
4504
|
|
|
|
|
|
|
], |
4505
|
|
|
|
|
|
|
}, |
4506
|
|
|
|
|
|
|
narrow => { |
4507
|
|
|
|
|
|
|
nonleap => [ |
4508
|
|
|
|
|
|
|
'1', |
4509
|
|
|
|
|
|
|
'2', |
4510
|
|
|
|
|
|
|
'3', |
4511
|
|
|
|
|
|
|
'4', |
4512
|
|
|
|
|
|
|
'5', |
4513
|
|
|
|
|
|
|
'6', |
4514
|
|
|
|
|
|
|
'7', |
4515
|
|
|
|
|
|
|
'8', |
4516
|
|
|
|
|
|
|
'9', |
4517
|
|
|
|
|
|
|
'10', |
4518
|
|
|
|
|
|
|
'11', |
4519
|
|
|
|
|
|
|
'12' |
4520
|
|
|
|
|
|
|
], |
4521
|
|
|
|
|
|
|
leap => [ |
4522
|
|
|
|
|
|
|
|
4523
|
|
|
|
|
|
|
], |
4524
|
|
|
|
|
|
|
}, |
4525
|
|
|
|
|
|
|
wide => { |
4526
|
|
|
|
|
|
|
nonleap => [ |
4527
|
|
|
|
|
|
|
'محرم', |
4528
|
|
|
|
|
|
|
'د صفرې د', |
4529
|
|
|
|
|
|
|
'ربيع', |
4530
|
|
|
|
|
|
|
'ربيع II', |
4531
|
|
|
|
|
|
|
'جماعه', |
4532
|
|
|
|
|
|
|
'جموما II', |
4533
|
|
|
|
|
|
|
'راجاب', |
4534
|
|
|
|
|
|
|
'شعبان', |
4535
|
|
|
|
|
|
|
'رمضان', |
4536
|
|
|
|
|
|
|
'شوال', |
4537
|
|
|
|
|
|
|
'دالقاعده', |
4538
|
|
|
|
|
|
|
'حلال حج' |
4539
|
|
|
|
|
|
|
], |
4540
|
|
|
|
|
|
|
leap => [ |
4541
|
|
|
|
|
|
|
|
4542
|
|
|
|
|
|
|
], |
4543
|
|
|
|
|
|
|
}, |
4544
|
|
|
|
|
|
|
}, |
4545
|
|
|
|
|
|
|
}, |
4546
|
|
|
|
|
|
|
'persian' => { |
4547
|
|
|
|
|
|
|
'format' => { |
4548
|
|
|
|
|
|
|
abbreviated => { |
4549
|
|
|
|
|
|
|
nonleap => [ |
4550
|
|
|
|
|
|
|
'وری', |
4551
|
|
|
|
|
|
|
'غویی', |
4552
|
|
|
|
|
|
|
'غبرگولی', |
4553
|
|
|
|
|
|
|
'چنگاښ', |
4554
|
|
|
|
|
|
|
'زمری', |
4555
|
|
|
|
|
|
|
'وږی', |
4556
|
|
|
|
|
|
|
'تله', |
4557
|
|
|
|
|
|
|
'لړم', |
4558
|
|
|
|
|
|
|
'لیندۍ', |
4559
|
|
|
|
|
|
|
'مرغومی', |
4560
|
|
|
|
|
|
|
'سلواغه', |
4561
|
|
|
|
|
|
|
'کب' |
4562
|
|
|
|
|
|
|
], |
4563
|
|
|
|
|
|
|
leap => [ |
4564
|
|
|
|
|
|
|
|
4565
|
|
|
|
|
|
|
], |
4566
|
|
|
|
|
|
|
}, |
4567
|
|
|
|
|
|
|
narrow => { |
4568
|
|
|
|
|
|
|
nonleap => [ |
4569
|
|
|
|
|
|
|
'1', |
4570
|
|
|
|
|
|
|
'2', |
4571
|
|
|
|
|
|
|
'3', |
4572
|
|
|
|
|
|
|
'4', |
4573
|
|
|
|
|
|
|
'5', |
4574
|
|
|
|
|
|
|
'6', |
4575
|
|
|
|
|
|
|
'7', |
4576
|
|
|
|
|
|
|
'8', |
4577
|
|
|
|
|
|
|
'9', |
4578
|
|
|
|
|
|
|
'10', |
4579
|
|
|
|
|
|
|
'11', |
4580
|
|
|
|
|
|
|
'12' |
4581
|
|
|
|
|
|
|
], |
4582
|
|
|
|
|
|
|
leap => [ |
4583
|
|
|
|
|
|
|
|
4584
|
|
|
|
|
|
|
], |
4585
|
|
|
|
|
|
|
}, |
4586
|
|
|
|
|
|
|
wide => { |
4587
|
|
|
|
|
|
|
nonleap => [ |
4588
|
|
|
|
|
|
|
'وری', |
4589
|
|
|
|
|
|
|
'غویی', |
4590
|
|
|
|
|
|
|
'غبرگولی', |
4591
|
|
|
|
|
|
|
'چنگاښ', |
4592
|
|
|
|
|
|
|
'زمری', |
4593
|
|
|
|
|
|
|
'وږی', |
4594
|
|
|
|
|
|
|
'تله', |
4595
|
|
|
|
|
|
|
'لړم', |
4596
|
|
|
|
|
|
|
'لیندۍ', |
4597
|
|
|
|
|
|
|
'مرغومی', |
4598
|
|
|
|
|
|
|
'سلواغه', |
4599
|
|
|
|
|
|
|
'کب' |
4600
|
|
|
|
|
|
|
], |
4601
|
|
|
|
|
|
|
leap => [ |
4602
|
|
|
|
|
|
|
|
4603
|
|
|
|
|
|
|
], |
4604
|
|
|
|
|
|
|
}, |
4605
|
|
|
|
|
|
|
}, |
4606
|
|
|
|
|
|
|
'stand-alone' => { |
4607
|
|
|
|
|
|
|
abbreviated => { |
4608
|
|
|
|
|
|
|
nonleap => [ |
4609
|
|
|
|
|
|
|
'وری', |
4610
|
|
|
|
|
|
|
'غویی', |
4611
|
|
|
|
|
|
|
'غبرگولی', |
4612
|
|
|
|
|
|
|
'چنگاښ', |
4613
|
|
|
|
|
|
|
'زمری', |
4614
|
|
|
|
|
|
|
'وږی', |
4615
|
|
|
|
|
|
|
'تله', |
4616
|
|
|
|
|
|
|
'لړم', |
4617
|
|
|
|
|
|
|
'لیندۍ', |
4618
|
|
|
|
|
|
|
'مرغومی', |
4619
|
|
|
|
|
|
|
'سلواغه', |
4620
|
|
|
|
|
|
|
'کب' |
4621
|
|
|
|
|
|
|
], |
4622
|
|
|
|
|
|
|
leap => [ |
4623
|
|
|
|
|
|
|
|
4624
|
|
|
|
|
|
|
], |
4625
|
|
|
|
|
|
|
}, |
4626
|
|
|
|
|
|
|
narrow => { |
4627
|
|
|
|
|
|
|
nonleap => [ |
4628
|
|
|
|
|
|
|
'1', |
4629
|
|
|
|
|
|
|
'2', |
4630
|
|
|
|
|
|
|
'3', |
4631
|
|
|
|
|
|
|
'4', |
4632
|
|
|
|
|
|
|
'5', |
4633
|
|
|
|
|
|
|
'6', |
4634
|
|
|
|
|
|
|
'7', |
4635
|
|
|
|
|
|
|
'8', |
4636
|
|
|
|
|
|
|
'9', |
4637
|
|
|
|
|
|
|
'10', |
4638
|
|
|
|
|
|
|
'11', |
4639
|
|
|
|
|
|
|
'12' |
4640
|
|
|
|
|
|
|
], |
4641
|
|
|
|
|
|
|
leap => [ |
4642
|
|
|
|
|
|
|
|
4643
|
|
|
|
|
|
|
], |
4644
|
|
|
|
|
|
|
}, |
4645
|
|
|
|
|
|
|
wide => { |
4646
|
|
|
|
|
|
|
nonleap => [ |
4647
|
|
|
|
|
|
|
'وری', |
4648
|
|
|
|
|
|
|
'غویی', |
4649
|
|
|
|
|
|
|
'غبرگولی', |
4650
|
|
|
|
|
|
|
'چنگاښ', |
4651
|
|
|
|
|
|
|
'زمری', |
4652
|
|
|
|
|
|
|
'وږی', |
4653
|
|
|
|
|
|
|
'تله', |
4654
|
|
|
|
|
|
|
'لړم', |
4655
|
|
|
|
|
|
|
'لیندۍ', |
4656
|
|
|
|
|
|
|
'مرغومی', |
4657
|
|
|
|
|
|
|
'سلواغه', |
4658
|
|
|
|
|
|
|
'کب' |
4659
|
|
|
|
|
|
|
], |
4660
|
|
|
|
|
|
|
leap => [ |
4661
|
|
|
|
|
|
|
|
4662
|
|
|
|
|
|
|
], |
4663
|
|
|
|
|
|
|
}, |
4664
|
|
|
|
|
|
|
}, |
4665
|
|
|
|
|
|
|
}, |
4666
|
|
|
|
|
|
|
} }, |
4667
|
|
|
|
|
|
|
); |
4668
|
|
|
|
|
|
|
|
4669
|
|
|
|
|
|
|
has 'calendar_days' => ( |
4670
|
|
|
|
|
|
|
is => 'ro', |
4671
|
|
|
|
|
|
|
isa => HashRef, |
4672
|
|
|
|
|
|
|
init_arg => undef, |
4673
|
|
|
|
|
|
|
default => sub { { |
4674
|
|
|
|
|
|
|
'gregorian' => { |
4675
|
|
|
|
|
|
|
'format' => { |
4676
|
|
|
|
|
|
|
abbreviated => { |
4677
|
|
|
|
|
|
|
mon => 'دونۍ', |
4678
|
|
|
|
|
|
|
tue => 'درېنۍ', |
4679
|
|
|
|
|
|
|
wed => 'څلرنۍ', |
4680
|
|
|
|
|
|
|
thu => 'پينځنۍ', |
4681
|
|
|
|
|
|
|
fri => 'جمعه', |
4682
|
|
|
|
|
|
|
sat => 'اونۍ', |
4683
|
|
|
|
|
|
|
sun => 'يونۍ' |
4684
|
|
|
|
|
|
|
}, |
4685
|
|
|
|
|
|
|
narrow => { |
4686
|
|
|
|
|
|
|
mon => 'M', |
4687
|
|
|
|
|
|
|
tue => 'T', |
4688
|
|
|
|
|
|
|
wed => 'W', |
4689
|
|
|
|
|
|
|
thu => 'T', |
4690
|
|
|
|
|
|
|
fri => 'F', |
4691
|
|
|
|
|
|
|
sat => 'S', |
4692
|
|
|
|
|
|
|
sun => 'S' |
4693
|
|
|
|
|
|
|
}, |
4694
|
|
|
|
|
|
|
short => { |
4695
|
|
|
|
|
|
|
mon => 'دونۍ', |
4696
|
|
|
|
|
|
|
tue => 'درېنۍ', |
4697
|
|
|
|
|
|
|
wed => 'څلرنۍ', |
4698
|
|
|
|
|
|
|
thu => 'پينځنۍ', |
4699
|
|
|
|
|
|
|
fri => 'جمعه', |
4700
|
|
|
|
|
|
|
sat => 'اونۍ', |
4701
|
|
|
|
|
|
|
sun => 'يونۍ' |
4702
|
|
|
|
|
|
|
}, |
4703
|
|
|
|
|
|
|
wide => { |
4704
|
|
|
|
|
|
|
mon => 'دونۍ', |
4705
|
|
|
|
|
|
|
tue => 'درېنۍ', |
4706
|
|
|
|
|
|
|
wed => 'څلرنۍ', |
4707
|
|
|
|
|
|
|
thu => 'پينځنۍ', |
4708
|
|
|
|
|
|
|
fri => 'جمعه', |
4709
|
|
|
|
|
|
|
sat => 'اونۍ', |
4710
|
|
|
|
|
|
|
sun => 'يونۍ' |
4711
|
|
|
|
|
|
|
}, |
4712
|
|
|
|
|
|
|
}, |
4713
|
|
|
|
|
|
|
'stand-alone' => { |
4714
|
|
|
|
|
|
|
abbreviated => { |
4715
|
|
|
|
|
|
|
mon => 'دونۍ', |
4716
|
|
|
|
|
|
|
tue => 'درېنۍ', |
4717
|
|
|
|
|
|
|
wed => 'څلرنۍ', |
4718
|
|
|
|
|
|
|
thu => 'پينځنۍ', |
4719
|
|
|
|
|
|
|
fri => 'جمعه', |
4720
|
|
|
|
|
|
|
sat => 'اونۍ', |
4721
|
|
|
|
|
|
|
sun => 'يونۍ' |
4722
|
|
|
|
|
|
|
}, |
4723
|
|
|
|
|
|
|
narrow => { |
4724
|
|
|
|
|
|
|
mon => 'M', |
4725
|
|
|
|
|
|
|
tue => 'T', |
4726
|
|
|
|
|
|
|
wed => 'W', |
4727
|
|
|
|
|
|
|
thu => 'T', |
4728
|
|
|
|
|
|
|
fri => 'F', |
4729
|
|
|
|
|
|
|
sat => 'S', |
4730
|
|
|
|
|
|
|
sun => 'S' |
4731
|
|
|
|
|
|
|
}, |
4732
|
|
|
|
|
|
|
short => { |
4733
|
|
|
|
|
|
|
mon => 'دونۍ', |
4734
|
|
|
|
|
|
|
tue => 'درېنۍ', |
4735
|
|
|
|
|
|
|
wed => 'څلرنۍ', |
4736
|
|
|
|
|
|
|
thu => 'پينځنۍ', |
4737
|
|
|
|
|
|
|
fri => 'جمعه', |
4738
|
|
|
|
|
|
|
sat => 'اونۍ', |
4739
|
|
|
|
|
|
|
sun => 'يونۍ' |
4740
|
|
|
|
|
|
|
}, |
4741
|
|
|
|
|
|
|
wide => { |
4742
|
|
|
|
|
|
|
mon => 'دونۍ', |
4743
|
|
|
|
|
|
|
tue => 'درېنۍ', |
4744
|
|
|
|
|
|
|
wed => 'څلرنۍ', |
4745
|
|
|
|
|
|
|
thu => 'پينځنۍ', |
4746
|
|
|
|
|
|
|
fri => 'جمعه', |
4747
|
|
|
|
|
|
|
sat => 'اونۍ', |
4748
|
|
|
|
|
|
|
sun => 'يونۍ' |
4749
|
|
|
|
|
|
|
}, |
4750
|
|
|
|
|
|
|
}, |
4751
|
|
|
|
|
|
|
}, |
4752
|
|
|
|
|
|
|
} }, |
4753
|
|
|
|
|
|
|
); |
4754
|
|
|
|
|
|
|
|
4755
|
|
|
|
|
|
|
has 'calendar_quarters' => ( |
4756
|
|
|
|
|
|
|
is => 'ro', |
4757
|
|
|
|
|
|
|
isa => HashRef, |
4758
|
|
|
|
|
|
|
init_arg => undef, |
4759
|
|
|
|
|
|
|
default => sub { { |
4760
|
|
|
|
|
|
|
'gregorian' => { |
4761
|
|
|
|
|
|
|
'format' => { |
4762
|
|
|
|
|
|
|
abbreviated => {0 => 'لومړۍ ربعه', |
4763
|
|
|
|
|
|
|
1 => '۲مه ربعه', |
4764
|
|
|
|
|
|
|
2 => '۳مه ربعه', |
4765
|
|
|
|
|
|
|
3 => '۴مه ربعه' |
4766
|
|
|
|
|
|
|
}, |
4767
|
|
|
|
|
|
|
narrow => {0 => '1', |
4768
|
|
|
|
|
|
|
1 => '2', |
4769
|
|
|
|
|
|
|
2 => '3', |
4770
|
|
|
|
|
|
|
3 => '4' |
4771
|
|
|
|
|
|
|
}, |
4772
|
|
|
|
|
|
|
wide => {0 => 'لومړۍ ربعه', |
4773
|
|
|
|
|
|
|
1 => '۲مه ربعه', |
4774
|
|
|
|
|
|
|
2 => '۳مه ربعه', |
4775
|
|
|
|
|
|
|
3 => '۴مه ربعه' |
4776
|
|
|
|
|
|
|
}, |
4777
|
|
|
|
|
|
|
}, |
4778
|
|
|
|
|
|
|
'stand-alone' => { |
4779
|
|
|
|
|
|
|
abbreviated => {0 => 'لومړۍ ربعه', |
4780
|
|
|
|
|
|
|
1 => '۲مه ربعه', |
4781
|
|
|
|
|
|
|
2 => '۳مه ربعه', |
4782
|
|
|
|
|
|
|
3 => '۴مه ربعه' |
4783
|
|
|
|
|
|
|
}, |
4784
|
|
|
|
|
|
|
narrow => {0 => '1', |
4785
|
|
|
|
|
|
|
1 => '2', |
4786
|
|
|
|
|
|
|
2 => '3', |
4787
|
|
|
|
|
|
|
3 => '4' |
4788
|
|
|
|
|
|
|
}, |
4789
|
|
|
|
|
|
|
wide => {0 => 'لومړۍ ربعه', |
4790
|
|
|
|
|
|
|
1 => '۲مه ربعه', |
4791
|
|
|
|
|
|
|
2 => '۳مه ربعه', |
4792
|
|
|
|
|
|
|
3 => '۴مه ربعه' |
4793
|
|
|
|
|
|
|
}, |
4794
|
|
|
|
|
|
|
}, |
4795
|
|
|
|
|
|
|
}, |
4796
|
|
|
|
|
|
|
} }, |
4797
|
|
|
|
|
|
|
); |
4798
|
|
|
|
|
|
|
|
4799
|
|
|
|
|
|
|
has 'day_periods' => ( |
4800
|
|
|
|
|
|
|
is => 'ro', |
4801
|
|
|
|
|
|
|
isa => HashRef, |
4802
|
|
|
|
|
|
|
init_arg => undef, |
4803
|
|
|
|
|
|
|
default => sub { { |
4804
|
|
|
|
|
|
|
'gregorian' => { |
4805
|
|
|
|
|
|
|
'format' => { |
4806
|
|
|
|
|
|
|
'abbreviated' => { |
4807
|
|
|
|
|
|
|
'am' => q{غ.م.}, |
4808
|
|
|
|
|
|
|
'pm' => q{غ.و.}, |
4809
|
|
|
|
|
|
|
}, |
4810
|
|
|
|
|
|
|
'narrow' => { |
4811
|
|
|
|
|
|
|
'am' => q{غ.م.}, |
4812
|
|
|
|
|
|
|
'pm' => q{غ.و.}, |
4813
|
|
|
|
|
|
|
}, |
4814
|
|
|
|
|
|
|
'wide' => { |
4815
|
|
|
|
|
|
|
'am' => q{غ.م.}, |
4816
|
|
|
|
|
|
|
'pm' => q{غ.و.}, |
4817
|
|
|
|
|
|
|
}, |
4818
|
|
|
|
|
|
|
}, |
4819
|
|
|
|
|
|
|
'stand-alone' => { |
4820
|
|
|
|
|
|
|
'abbreviated' => { |
4821
|
|
|
|
|
|
|
'am' => q{غ.م.}, |
4822
|
|
|
|
|
|
|
'pm' => q{غ.و.}, |
4823
|
|
|
|
|
|
|
}, |
4824
|
|
|
|
|
|
|
'narrow' => { |
4825
|
|
|
|
|
|
|
'am' => q{غ.م.}, |
4826
|
|
|
|
|
|
|
'pm' => q{غ.و.}, |
4827
|
|
|
|
|
|
|
}, |
4828
|
|
|
|
|
|
|
'wide' => { |
4829
|
|
|
|
|
|
|
'am' => q{غ.م.}, |
4830
|
|
|
|
|
|
|
'pm' => q{غ.و.}, |
4831
|
|
|
|
|
|
|
}, |
4832
|
|
|
|
|
|
|
}, |
4833
|
|
|
|
|
|
|
}, |
4834
|
|
|
|
|
|
|
} }, |
4835
|
|
|
|
|
|
|
); |
4836
|
|
|
|
|
|
|
|
4837
|
|
|
|
|
|
|
has 'eras' => ( |
4838
|
|
|
|
|
|
|
is => 'ro', |
4839
|
|
|
|
|
|
|
isa => HashRef, |
4840
|
|
|
|
|
|
|
init_arg => undef, |
4841
|
|
|
|
|
|
|
default => sub { { |
4842
|
|
|
|
|
|
|
'generic' => { |
4843
|
|
|
|
|
|
|
}, |
4844
|
|
|
|
|
|
|
'gregorian' => { |
4845
|
|
|
|
|
|
|
abbreviated => { |
4846
|
|
|
|
|
|
|
'0' => 'له میلاد وړاندې', |
4847
|
|
|
|
|
|
|
'1' => 'م.' |
4848
|
|
|
|
|
|
|
}, |
4849
|
|
|
|
|
|
|
narrow => { |
4850
|
|
|
|
|
|
|
'1' => 'م.' |
4851
|
|
|
|
|
|
|
}, |
4852
|
|
|
|
|
|
|
wide => { |
4853
|
|
|
|
|
|
|
'0' => 'له میلاد څخه وړاندې', |
4854
|
|
|
|
|
|
|
'1' => 'له میلاد څخه وروسته' |
4855
|
|
|
|
|
|
|
}, |
4856
|
|
|
|
|
|
|
}, |
4857
|
|
|
|
|
|
|
'indian' => { |
4858
|
|
|
|
|
|
|
abbreviated => { |
4859
|
|
|
|
|
|
|
'0' => 'ساکا' |
4860
|
|
|
|
|
|
|
}, |
4861
|
|
|
|
|
|
|
narrow => { |
4862
|
|
|
|
|
|
|
'0' => 'ساکا' |
4863
|
|
|
|
|
|
|
}, |
4864
|
|
|
|
|
|
|
wide => { |
4865
|
|
|
|
|
|
|
'0' => 'ساکا' |
4866
|
|
|
|
|
|
|
}, |
4867
|
|
|
|
|
|
|
}, |
4868
|
|
|
|
|
|
|
'islamic' => { |
4869
|
|
|
|
|
|
|
abbreviated => { |
4870
|
|
|
|
|
|
|
'0' => 'AH' |
4871
|
|
|
|
|
|
|
}, |
4872
|
|
|
|
|
|
|
}, |
4873
|
|
|
|
|
|
|
'persian' => { |
4874
|
|
|
|
|
|
|
abbreviated => { |
4875
|
|
|
|
|
|
|
'0' => 'AP' |
4876
|
|
|
|
|
|
|
}, |
4877
|
|
|
|
|
|
|
}, |
4878
|
|
|
|
|
|
|
} }, |
4879
|
|
|
|
|
|
|
); |
4880
|
|
|
|
|
|
|
|
4881
|
|
|
|
|
|
|
has 'date_formats' => ( |
4882
|
|
|
|
|
|
|
is => 'ro', |
4883
|
|
|
|
|
|
|
isa => HashRef, |
4884
|
|
|
|
|
|
|
init_arg => undef, |
4885
|
|
|
|
|
|
|
default => sub { { |
4886
|
|
|
|
|
|
|
'generic' => { |
4887
|
|
|
|
|
|
|
'full' => q{EEEE د G y د MMMM d}, |
4888
|
|
|
|
|
|
|
'long' => q{د G y د MMMM d}, |
4889
|
|
|
|
|
|
|
'medium' => q{G y MMM d}, |
4890
|
|
|
|
|
|
|
'short' => q{GGGGG y/M/d}, |
4891
|
|
|
|
|
|
|
}, |
4892
|
|
|
|
|
|
|
'gregorian' => { |
4893
|
|
|
|
|
|
|
'full' => q{EEEE د y د MMMM d}, |
4894
|
|
|
|
|
|
|
'long' => q{د y د MMMM d}, |
4895
|
|
|
|
|
|
|
'medium' => q{y MMM d}, |
4896
|
|
|
|
|
|
|
'short' => q{y/M/d}, |
4897
|
|
|
|
|
|
|
}, |
4898
|
|
|
|
|
|
|
'indian' => { |
4899
|
|
|
|
|
|
|
}, |
4900
|
|
|
|
|
|
|
'islamic' => { |
4901
|
|
|
|
|
|
|
'full' => q{EEEE د G y د MMMM d}, |
4902
|
|
|
|
|
|
|
'long' => q{د G y د MMMM d}, |
4903
|
|
|
|
|
|
|
'medium' => q{G y MMM d}, |
4904
|
|
|
|
|
|
|
'short' => q{GGGGG y/M/d}, |
4905
|
|
|
|
|
|
|
}, |
4906
|
|
|
|
|
|
|
'persian' => { |
4907
|
|
|
|
|
|
|
}, |
4908
|
|
|
|
|
|
|
} }, |
4909
|
|
|
|
|
|
|
); |
4910
|
|
|
|
|
|
|
|
4911
|
|
|
|
|
|
|
has 'time_formats' => ( |
4912
|
|
|
|
|
|
|
is => 'ro', |
4913
|
|
|
|
|
|
|
isa => HashRef, |
4914
|
|
|
|
|
|
|
init_arg => undef, |
4915
|
|
|
|
|
|
|
default => sub { { |
4916
|
|
|
|
|
|
|
'generic' => { |
4917
|
|
|
|
|
|
|
}, |
4918
|
|
|
|
|
|
|
'gregorian' => { |
4919
|
|
|
|
|
|
|
'full' => q{H:mm:ss (zzzz)}, |
4920
|
|
|
|
|
|
|
'long' => q{H:mm:ss (z)}, |
4921
|
|
|
|
|
|
|
'medium' => q{H:mm:ss}, |
4922
|
|
|
|
|
|
|
'short' => q{H:mm}, |
4923
|
|
|
|
|
|
|
}, |
4924
|
|
|
|
|
|
|
'indian' => { |
4925
|
|
|
|
|
|
|
}, |
4926
|
|
|
|
|
|
|
'islamic' => { |
4927
|
|
|
|
|
|
|
}, |
4928
|
|
|
|
|
|
|
'persian' => { |
4929
|
|
|
|
|
|
|
}, |
4930
|
|
|
|
|
|
|
} }, |
4931
|
|
|
|
|
|
|
); |
4932
|
|
|
|
|
|
|
|
4933
|
|
|
|
|
|
|
has 'datetime_formats' => ( |
4934
|
|
|
|
|
|
|
is => 'ro', |
4935
|
|
|
|
|
|
|
isa => HashRef, |
4936
|
|
|
|
|
|
|
init_arg => undef, |
4937
|
|
|
|
|
|
|
default => sub { { |
4938
|
|
|
|
|
|
|
'generic' => { |
4939
|
|
|
|
|
|
|
'full' => q{{1} {0}}, |
4940
|
|
|
|
|
|
|
'long' => q{{1} {0}}, |
4941
|
|
|
|
|
|
|
'medium' => q{{1} {0}}, |
4942
|
|
|
|
|
|
|
'short' => q{{1} {0}}, |
4943
|
|
|
|
|
|
|
}, |
4944
|
|
|
|
|
|
|
'gregorian' => { |
4945
|
|
|
|
|
|
|
'full' => q{{1} {0}}, |
4946
|
|
|
|
|
|
|
'long' => q{{1} {0}}, |
4947
|
|
|
|
|
|
|
'medium' => q{{1} {0}}, |
4948
|
|
|
|
|
|
|
'short' => q{{1} {0}}, |
4949
|
|
|
|
|
|
|
}, |
4950
|
|
|
|
|
|
|
'indian' => { |
4951
|
|
|
|
|
|
|
}, |
4952
|
|
|
|
|
|
|
'islamic' => { |
4953
|
|
|
|
|
|
|
}, |
4954
|
|
|
|
|
|
|
'persian' => { |
4955
|
|
|
|
|
|
|
}, |
4956
|
|
|
|
|
|
|
} }, |
4957
|
|
|
|
|
|
|
); |
4958
|
|
|
|
|
|
|
|
4959
|
|
|
|
|
|
|
has 'datetime_formats_available_formats' => ( |
4960
|
|
|
|
|
|
|
is => 'ro', |
4961
|
|
|
|
|
|
|
isa => HashRef, |
4962
|
|
|
|
|
|
|
init_arg => undef, |
4963
|
|
|
|
|
|
|
default => sub { { |
4964
|
|
|
|
|
|
|
'generic' => { |
4965
|
|
|
|
|
|
|
Bh => q{h B}, |
4966
|
|
|
|
|
|
|
Bhm => q{h:mm B}, |
4967
|
|
|
|
|
|
|
Bhms => q{h:mm:ss B}, |
4968
|
|
|
|
|
|
|
E => q{ccc}, |
4969
|
|
|
|
|
|
|
EBhm => q{E h:mm B}, |
4970
|
|
|
|
|
|
|
EBhms => q{E h:mm:ss B}, |
4971
|
|
|
|
|
|
|
EHm => q{E HH:mm}, |
4972
|
|
|
|
|
|
|
EHms => q{E HH:mm:ss}, |
4973
|
|
|
|
|
|
|
Ed => q{d, E}, |
4974
|
|
|
|
|
|
|
Ehm => q{E h:mm a}, |
4975
|
|
|
|
|
|
|
Ehms => q{E h:mm:ss a}, |
4976
|
|
|
|
|
|
|
Gy => q{G y}, |
4977
|
|
|
|
|
|
|
GyMMM => q{G y MMM}, |
4978
|
|
|
|
|
|
|
GyMMMEd => q{G y MMM d, E}, |
4979
|
|
|
|
|
|
|
GyMMMd => q{G y MMM d}, |
4980
|
|
|
|
|
|
|
H => q{H}, |
4981
|
|
|
|
|
|
|
Hm => q{H:mm}, |
4982
|
|
|
|
|
|
|
Hms => q{H:mm:ss}, |
4983
|
|
|
|
|
|
|
M => q{L}, |
4984
|
|
|
|
|
|
|
MEd => q{MM-dd, E}, |
4985
|
|
|
|
|
|
|
MMM => q{LLL}, |
4986
|
|
|
|
|
|
|
MMMEd => q{MMM d, E}, |
4987
|
|
|
|
|
|
|
MMMMd => q{d MMMM}, |
4988
|
|
|
|
|
|
|
MMMd => q{MMM d}, |
4989
|
|
|
|
|
|
|
Md => q{M/d}, |
4990
|
|
|
|
|
|
|
d => q{d}, |
4991
|
|
|
|
|
|
|
h => q{h a}, |
4992
|
|
|
|
|
|
|
hm => q{h:mm a}, |
4993
|
|
|
|
|
|
|
hms => q{h:mm:ss a}, |
4994
|
|
|
|
|
|
|
ms => q{mm:ss}, |
4995
|
|
|
|
|
|
|
y => q{G y}, |
4996
|
|
|
|
|
|
|
yM => q{G y/M}, |
4997
|
|
|
|
|
|
|
yMMMM => q{د G y د MMMM}, |
4998
|
|
|
|
|
|
|
yyyy => q{G y}, |
4999
|
|
|
|
|
|
|
yyyyM => q{GGGGG y-MM}, |
5000
|
|
|
|
|
|
|
yyyyMEd => q{GGGGG y-MM-dd, E}, |
5001
|
|
|
|
|
|
|
yyyyMMM => q{G y MMM}, |
5002
|
|
|
|
|
|
|
yyyyMMMEd => q{G y MMM d, E}, |
5003
|
|
|
|
|
|
|
yyyyMMMM => q{G y MMMM}, |
5004
|
|
|
|
|
|
|
yyyyMMMd => q{G y MMM d}, |
5005
|
|
|
|
|
|
|
yyyyMd => q{GGGGG y-MM-dd}, |
5006
|
|
|
|
|
|
|
yyyyQQQ => q{G y QQQ}, |
5007
|
|
|
|
|
|
|
yyyyQQQQ => q{G y QQQQ}, |
5008
|
|
|
|
|
|
|
}, |
5009
|
|
|
|
|
|
|
'gregorian' => { |
5010
|
|
|
|
|
|
|
Bh => q{h B}, |
5011
|
|
|
|
|
|
|
Bhm => q{h:mm B}, |
5012
|
|
|
|
|
|
|
Bhms => q{h:mm:ss B}, |
5013
|
|
|
|
|
|
|
E => q{ccc}, |
5014
|
|
|
|
|
|
|
EBhm => q{E h:mm B}, |
5015
|
|
|
|
|
|
|
EBhms => q{E h:mm:ss B}, |
5016
|
|
|
|
|
|
|
EHm => q{E HH:mm}, |
5017
|
|
|
|
|
|
|
EHms => q{E HH:mm:ss}, |
5018
|
|
|
|
|
|
|
Ed => q{d, E}, |
5019
|
|
|
|
|
|
|
Ehm => q{E h:mm a}, |
5020
|
|
|
|
|
|
|
Ehms => q{E h:mm:ss a}, |
5021
|
|
|
|
|
|
|
Gy => q{G y}, |
5022
|
|
|
|
|
|
|
GyMMM => q{G y MMM}, |
5023
|
|
|
|
|
|
|
GyMMMEd => q{G y MMM d, E}, |
5024
|
|
|
|
|
|
|
GyMMMd => q{G y MMM d}, |
5025
|
|
|
|
|
|
|
H => q{HH}, |
5026
|
|
|
|
|
|
|
Hm => q{HH:mm}, |
5027
|
|
|
|
|
|
|
Hms => q{HH:mm:ss}, |
5028
|
|
|
|
|
|
|
Hmsv => q{HH:mm:ss v}, |
5029
|
|
|
|
|
|
|
Hmv => q{HH:mm v}, |
5030
|
|
|
|
|
|
|
M => q{L}, |
5031
|
|
|
|
|
|
|
MEd => q{MM-dd, E}, |
5032
|
|
|
|
|
|
|
MMM => q{LLL}, |
5033
|
|
|
|
|
|
|
MMMEd => q{MMM d, E}, |
5034
|
|
|
|
|
|
|
MMMMW => q{اونۍ W د MMM}, |
5035
|
|
|
|
|
|
|
MMMMd => q{MMMM d}, |
5036
|
|
|
|
|
|
|
MMMd => q{MMM d}, |
5037
|
|
|
|
|
|
|
Md => q{MM-dd}, |
5038
|
|
|
|
|
|
|
d => q{d}, |
5039
|
|
|
|
|
|
|
h => q{h a}, |
5040
|
|
|
|
|
|
|
hm => q{h:mm a}, |
5041
|
|
|
|
|
|
|
hms => q{h:mm:ss a}, |
5042
|
|
|
|
|
|
|
hmsv => q{h:mm:ss a v}, |
5043
|
|
|
|
|
|
|
hmv => q{h:mm a v}, |
5044
|
|
|
|
|
|
|
ms => q{mm:ss}, |
5045
|
|
|
|
|
|
|
y => q{y}, |
5046
|
|
|
|
|
|
|
yM => q{y-MM}, |
5047
|
|
|
|
|
|
|
yMEd => q{y-MM-dd, E}, |
5048
|
|
|
|
|
|
|
yMMM => q{y MMM}, |
5049
|
|
|
|
|
|
|
yMMMEd => q{y MMM d, E}, |
5050
|
|
|
|
|
|
|
yMMMM => q{y MMMM}, |
5051
|
|
|
|
|
|
|
yMMMd => q{y MMM d}, |
5052
|
|
|
|
|
|
|
yMd => q{y-MM-dd}, |
5053
|
|
|
|
|
|
|
yQQQ => q{y QQQ}, |
5054
|
|
|
|
|
|
|
yQQQQ => q{y QQQQ}, |
5055
|
|
|
|
|
|
|
yw => q{اونۍ w د Y}, |
5056
|
|
|
|
|
|
|
}, |
5057
|
|
|
|
|
|
|
'islamic' => { |
5058
|
|
|
|
|
|
|
E => q{ccc}, |
5059
|
|
|
|
|
|
|
Ed => q{d, E}, |
5060
|
|
|
|
|
|
|
Gy => q{G y}, |
5061
|
|
|
|
|
|
|
GyMMM => q{G y MMM}, |
5062
|
|
|
|
|
|
|
GyMMMEd => q{G y MMM d, E}, |
5063
|
|
|
|
|
|
|
GyMMMd => q{G y MMM d}, |
5064
|
|
|
|
|
|
|
M => q{L}, |
5065
|
|
|
|
|
|
|
MEd => q{MM-dd, E}, |
5066
|
|
|
|
|
|
|
MMM => q{LLL}, |
5067
|
|
|
|
|
|
|
MMMEd => q{MMM d, E}, |
5068
|
|
|
|
|
|
|
MMMMd => q{d MMMM}, |
5069
|
|
|
|
|
|
|
MMMd => q{MMM d}, |
5070
|
|
|
|
|
|
|
Md => q{M/d}, |
5071
|
|
|
|
|
|
|
d => q{d}, |
5072
|
|
|
|
|
|
|
y => q{G y}, |
5073
|
|
|
|
|
|
|
yM => q{G y/M}, |
5074
|
|
|
|
|
|
|
yMMMM => q{د G y د MMMM}, |
5075
|
|
|
|
|
|
|
yyyy => q{G y}, |
5076
|
|
|
|
|
|
|
yyyyM => q{GGGGG y-MM}, |
5077
|
|
|
|
|
|
|
yyyyMEd => q{GGGGG y-MM-dd, E}, |
5078
|
|
|
|
|
|
|
yyyyMMM => q{G y MMM}, |
5079
|
|
|
|
|
|
|
yyyyMMMEd => q{G y MMM d, E}, |
5080
|
|
|
|
|
|
|
yyyyMMMM => q{G y MMMM}, |
5081
|
|
|
|
|
|
|
yyyyMMMd => q{G y MMM d}, |
5082
|
|
|
|
|
|
|
yyyyMd => q{GGGGG y-MM-dd}, |
5083
|
|
|
|
|
|
|
yyyyQQQ => q{G y QQQ}, |
5084
|
|
|
|
|
|
|
yyyyQQQQ => q{G y QQQQ}, |
5085
|
|
|
|
|
|
|
}, |
5086
|
|
|
|
|
|
|
} }, |
5087
|
|
|
|
|
|
|
); |
5088
|
|
|
|
|
|
|
|
5089
|
|
|
|
|
|
|
has 'datetime_formats_append_item' => ( |
5090
|
|
|
|
|
|
|
is => 'ro', |
5091
|
|
|
|
|
|
|
isa => HashRef, |
5092
|
|
|
|
|
|
|
init_arg => undef, |
5093
|
|
|
|
|
|
|
default => sub { { |
5094
|
|
|
|
|
|
|
'gregorian' => { |
5095
|
|
|
|
|
|
|
'Timezone' => '{0} ({1})', |
5096
|
|
|
|
|
|
|
}, |
5097
|
|
|
|
|
|
|
} }, |
5098
|
|
|
|
|
|
|
); |
5099
|
|
|
|
|
|
|
|
5100
|
|
|
|
|
|
|
has 'datetime_formats_interval' => ( |
5101
|
|
|
|
|
|
|
is => 'ro', |
5102
|
|
|
|
|
|
|
isa => HashRef, |
5103
|
|
|
|
|
|
|
init_arg => undef, |
5104
|
|
|
|
|
|
|
default => sub { { |
5105
|
|
|
|
|
|
|
'generic' => { |
5106
|
|
|
|
|
|
|
M => { |
5107
|
|
|
|
|
|
|
M => q{MM–MM}, |
5108
|
|
|
|
|
|
|
}, |
5109
|
|
|
|
|
|
|
MEd => { |
5110
|
|
|
|
|
|
|
M => q{MM-dd, E – MM-dd, E}, |
5111
|
|
|
|
|
|
|
d => q{MM-dd, E – MM-dd, E}, |
5112
|
|
|
|
|
|
|
}, |
5113
|
|
|
|
|
|
|
MMM => { |
5114
|
|
|
|
|
|
|
M => q{LLL–LLL}, |
5115
|
|
|
|
|
|
|
}, |
5116
|
|
|
|
|
|
|
MMMEd => { |
5117
|
|
|
|
|
|
|
M => q{MMM d, E – MMM d, E}, |
5118
|
|
|
|
|
|
|
d => q{MMM d, E – MMM d, E}, |
5119
|
|
|
|
|
|
|
}, |
5120
|
|
|
|
|
|
|
MMMd => { |
5121
|
|
|
|
|
|
|
M => q{MMM d – MMM d}, |
5122
|
|
|
|
|
|
|
d => q{MMM d–d}, |
5123
|
|
|
|
|
|
|
}, |
5124
|
|
|
|
|
|
|
Md => { |
5125
|
|
|
|
|
|
|
M => q{MM-dd – MM-dd}, |
5126
|
|
|
|
|
|
|
d => q{MM-dd – MM-dd}, |
5127
|
|
|
|
|
|
|
}, |
5128
|
|
|
|
|
|
|
d => { |
5129
|
|
|
|
|
|
|
d => q{d–d}, |
5130
|
|
|
|
|
|
|
}, |
5131
|
|
|
|
|
|
|
fallback => '{0} – {1}', |
5132
|
|
|
|
|
|
|
y => { |
5133
|
|
|
|
|
|
|
y => q{G y–y}, |
5134
|
|
|
|
|
|
|
}, |
5135
|
|
|
|
|
|
|
yM => { |
5136
|
|
|
|
|
|
|
M => q{GGGGG y-MM – y-MM}, |
5137
|
|
|
|
|
|
|
y => q{GGGGG y-MM – y-MM}, |
5138
|
|
|
|
|
|
|
}, |
5139
|
|
|
|
|
|
|
yMEd => { |
5140
|
|
|
|
|
|
|
M => q{GGGGG y-MM-dd, E – y-MM-dd, E}, |
5141
|
|
|
|
|
|
|
d => q{GGGGG y-MM-dd, E – y-MM-dd, E}, |
5142
|
|
|
|
|
|
|
y => q{GGGGG y-MM-dd, E – y-MM-dd, E}, |
5143
|
|
|
|
|
|
|
}, |
5144
|
|
|
|
|
|
|
yMMM => { |
5145
|
|
|
|
|
|
|
M => q{G y MMM–MMM}, |
5146
|
|
|
|
|
|
|
y => q{G y MMM – y MMM}, |
5147
|
|
|
|
|
|
|
}, |
5148
|
|
|
|
|
|
|
yMMMEd => { |
5149
|
|
|
|
|
|
|
M => q{G y MMM d, E – MMM d, E}, |
5150
|
|
|
|
|
|
|
d => q{G y MMM d, E – MMM d, E}, |
5151
|
|
|
|
|
|
|
y => q{G y MMM d, E – y MMM d, E}, |
5152
|
|
|
|
|
|
|
}, |
5153
|
|
|
|
|
|
|
yMMMM => { |
5154
|
|
|
|
|
|
|
M => q{G y MMMM–MMMM}, |
5155
|
|
|
|
|
|
|
y => q{G y MMMM – y MMMM}, |
5156
|
|
|
|
|
|
|
}, |
5157
|
|
|
|
|
|
|
yMMMd => { |
5158
|
|
|
|
|
|
|
M => q{G y MMM d – MMM d}, |
5159
|
|
|
|
|
|
|
d => q{G y MMM d–d}, |
5160
|
|
|
|
|
|
|
y => q{G y MMM d – y MMM d}, |
5161
|
|
|
|
|
|
|
}, |
5162
|
|
|
|
|
|
|
yMd => { |
5163
|
|
|
|
|
|
|
M => q{GGGGG y-MM-dd – y-MM-dd}, |
5164
|
|
|
|
|
|
|
d => q{GGGGG y-MM-dd – y-MM-dd}, |
5165
|
|
|
|
|
|
|
y => q{GGGGG y-MM-dd – y-MM-dd}, |
5166
|
|
|
|
|
|
|
}, |
5167
|
|
|
|
|
|
|
}, |
5168
|
|
|
|
|
|
|
'gregorian' => { |
5169
|
|
|
|
|
|
|
H => { |
5170
|
|
|
|
|
|
|
H => q{HH–HH}, |
5171
|
|
|
|
|
|
|
}, |
5172
|
|
|
|
|
|
|
Hm => { |
5173
|
|
|
|
|
|
|
H => q{HH:mm–HH:mm}, |
5174
|
|
|
|
|
|
|
m => q{HH:mm–HH:mm}, |
5175
|
|
|
|
|
|
|
}, |
5176
|
|
|
|
|
|
|
Hmv => { |
5177
|
|
|
|
|
|
|
H => q{HH:mm–HH:mm v}, |
5178
|
|
|
|
|
|
|
m => q{HH:mm–HH:mm v}, |
5179
|
|
|
|
|
|
|
}, |
5180
|
|
|
|
|
|
|
Hv => { |
5181
|
|
|
|
|
|
|
H => q{HH–HH v}, |
5182
|
|
|
|
|
|
|
}, |
5183
|
|
|
|
|
|
|
M => { |
5184
|
|
|
|
|
|
|
M => q{MM–MM}, |
5185
|
|
|
|
|
|
|
}, |
5186
|
|
|
|
|
|
|
MEd => { |
5187
|
|
|
|
|
|
|
M => q{MM-dd, E – MM-dd, E}, |
5188
|
|
|
|
|
|
|
d => q{MM-dd, E – MM-dd, E}, |
5189
|
|
|
|
|
|
|
}, |
5190
|
|
|
|
|
|
|
MMM => { |
5191
|
|
|
|
|
|
|
M => q{LLL–LLL}, |
5192
|
|
|
|
|
|
|
}, |
5193
|
|
|
|
|
|
|
MMMEd => { |
5194
|
|
|
|
|
|
|
M => q{MMM d, E – MMM d, E}, |
5195
|
|
|
|
|
|
|
d => q{MMM d, E – MMM d, E}, |
5196
|
|
|
|
|
|
|
}, |
5197
|
|
|
|
|
|
|
MMMd => { |
5198
|
|
|
|
|
|
|
M => q{MMM d – MMM d}, |
5199
|
|
|
|
|
|
|
d => q{MMM d–d}, |
5200
|
|
|
|
|
|
|
}, |
5201
|
|
|
|
|
|
|
Md => { |
5202
|
|
|
|
|
|
|
M => q{MM-dd – MM-dd}, |
5203
|
|
|
|
|
|
|
d => q{MM-dd – MM-dd}, |
5204
|
|
|
|
|
|
|
}, |
5205
|
|
|
|
|
|
|
d => { |
5206
|
|
|
|
|
|
|
d => q{d–d}, |
5207
|
|
|
|
|
|
|
}, |
5208
|
|
|
|
|
|
|
fallback => '{0} – {1}', |
5209
|
|
|
|
|
|
|
h => { |
5210
|
|
|
|
|
|
|
a => q{h a – h a}, |
5211
|
|
|
|
|
|
|
h => q{h–h a}, |
5212
|
|
|
|
|
|
|
}, |
5213
|
|
|
|
|
|
|
hm => { |
5214
|
|
|
|
|
|
|
a => q{h:mm a – h:mm a}, |
5215
|
|
|
|
|
|
|
h => q{h:mm–h:mm a}, |
5216
|
|
|
|
|
|
|
m => q{h:mm–h:mm a}, |
5217
|
|
|
|
|
|
|
}, |
5218
|
|
|
|
|
|
|
hmv => { |
5219
|
|
|
|
|
|
|
a => q{h:mm a – h:mm a v}, |
5220
|
|
|
|
|
|
|
h => q{h:mm–h:mm a v}, |
5221
|
|
|
|
|
|
|
m => q{h:mm–h:mm a v}, |
5222
|
|
|
|
|
|
|
}, |
5223
|
|
|
|
|
|
|
hv => { |
5224
|
|
|
|
|
|
|
a => q{h a – h a v}, |
5225
|
|
|
|
|
|
|
h => q{h–h a v}, |
5226
|
|
|
|
|
|
|
}, |
5227
|
|
|
|
|
|
|
y => { |
5228
|
|
|
|
|
|
|
y => q{y–y}, |
5229
|
|
|
|
|
|
|
}, |
5230
|
|
|
|
|
|
|
yM => { |
5231
|
|
|
|
|
|
|
M => q{y-MM – y-MM}, |
5232
|
|
|
|
|
|
|
y => q{y-MM – y-MM}, |
5233
|
|
|
|
|
|
|
}, |
5234
|
|
|
|
|
|
|
yMEd => { |
5235
|
|
|
|
|
|
|
M => q{y-MM-dd, E – y-MM-dd, E}, |
5236
|
|
|
|
|
|
|
d => q{y-MM-dd, E – y-MM-dd, E}, |
5237
|
|
|
|
|
|
|
y => q{y-MM-dd, E – y-MM-dd, E}, |
5238
|
|
|
|
|
|
|
}, |
5239
|
|
|
|
|
|
|
yMMM => { |
5240
|
|
|
|
|
|
|
M => q{y MMM–MMM}, |
5241
|
|
|
|
|
|
|
y => q{y MMM – y MMM}, |
5242
|
|
|
|
|
|
|
}, |
5243
|
|
|
|
|
|
|
yMMMEd => { |
5244
|
|
|
|
|
|
|
M => q{y MMM d, E – MMM d, E}, |
5245
|
|
|
|
|
|
|
d => q{y MMM d, E – MMM d, E}, |
5246
|
|
|
|
|
|
|
y => q{y MMM d, E – y MMM d, E}, |
5247
|
|
|
|
|
|
|
}, |
5248
|
|
|
|
|
|
|
yMMMM => { |
5249
|
|
|
|
|
|
|
M => q{y MMMM–MMMM}, |
5250
|
|
|
|
|
|
|
y => q{y MMMM – y MMMM}, |
5251
|
|
|
|
|
|
|
}, |
5252
|
|
|
|
|
|
|
yMMMd => { |
5253
|
|
|
|
|
|
|
M => q{y MMM d – MMM d}, |
5254
|
|
|
|
|
|
|
d => q{y MMM d–d}, |
5255
|
|
|
|
|
|
|
y => q{y MMM d – y MMM d}, |
5256
|
|
|
|
|
|
|
}, |
5257
|
|
|
|
|
|
|
yMd => { |
5258
|
|
|
|
|
|
|
M => q{y-MM-dd – y-MM-dd}, |
5259
|
|
|
|
|
|
|
d => q{y-MM-dd – y-MM-dd}, |
5260
|
|
|
|
|
|
|
y => q{y-MM-dd – y-MM-dd}, |
5261
|
|
|
|
|
|
|
}, |
5262
|
|
|
|
|
|
|
}, |
5263
|
|
|
|
|
|
|
} }, |
5264
|
|
|
|
|
|
|
); |
5265
|
|
|
|
|
|
|
|
5266
|
|
|
|
|
|
|
has 'time_zone_names' => ( |
5267
|
|
|
|
|
|
|
is => 'ro', |
5268
|
|
|
|
|
|
|
isa => HashRef, |
5269
|
|
|
|
|
|
|
init_arg => undef, |
5270
|
|
|
|
|
|
|
default => sub { { |
5271
|
|
|
|
|
|
|
hourFormat => q(+HH:mm;-HH:mm), |
5272
|
|
|
|
|
|
|
gmtFormat => q(GMT{0}), |
5273
|
|
|
|
|
|
|
gmtZeroFormat => q(GMT), |
5274
|
|
|
|
|
|
|
regionFormat => q(د {0} په وخت), |
5275
|
|
|
|
|
|
|
regionFormat => q({0} رڼا ورځ وخت), |
5276
|
|
|
|
|
|
|
regionFormat => q({0} معیاری وخت), |
5277
|
|
|
|
|
|
|
fallbackFormat => q({1} ({0})), |
5278
|
|
|
|
|
|
|
'Afghanistan' => { |
5279
|
|
|
|
|
|
|
long => { |
5280
|
|
|
|
|
|
|
'standard' => q#افغانستان وخت#, |
5281
|
|
|
|
|
|
|
}, |
5282
|
|
|
|
|
|
|
}, |
5283
|
|
|
|
|
|
|
'Africa/Abidjan' => { |
5284
|
|
|
|
|
|
|
exemplarCity => q#ابيجان#, |
5285
|
|
|
|
|
|
|
}, |
5286
|
|
|
|
|
|
|
'Africa/Accra' => { |
5287
|
|
|
|
|
|
|
exemplarCity => q#اکرا#, |
5288
|
|
|
|
|
|
|
}, |
5289
|
|
|
|
|
|
|
'Africa/Addis_Ababa' => { |
5290
|
|
|
|
|
|
|
exemplarCity => q#اضافی ابابا#, |
5291
|
|
|
|
|
|
|
}, |
5292
|
|
|
|
|
|
|
'Africa/Algiers' => { |
5293
|
|
|
|
|
|
|
exemplarCity => q#الګیرز#, |
5294
|
|
|
|
|
|
|
}, |
5295
|
|
|
|
|
|
|
'Africa/Asmera' => { |
5296
|
|
|
|
|
|
|
exemplarCity => q#اساماره#, |
5297
|
|
|
|
|
|
|
}, |
5298
|
|
|
|
|
|
|
'Africa/Bamako' => { |
5299
|
|
|
|
|
|
|
exemplarCity => q#بامیکو#, |
5300
|
|
|
|
|
|
|
}, |
5301
|
|
|
|
|
|
|
'Africa/Bangui' => { |
5302
|
|
|
|
|
|
|
exemplarCity => q#بنوګي#, |
5303
|
|
|
|
|
|
|
}, |
5304
|
|
|
|
|
|
|
'Africa/Banjul' => { |
5305
|
|
|
|
|
|
|
exemplarCity => q#بانجول#, |
5306
|
|
|
|
|
|
|
}, |
5307
|
|
|
|
|
|
|
'Africa/Bissau' => { |
5308
|
|
|
|
|
|
|
exemplarCity => q#بسو#, |
5309
|
|
|
|
|
|
|
}, |
5310
|
|
|
|
|
|
|
'Africa/Blantyre' => { |
5311
|
|
|
|
|
|
|
exemplarCity => q#Blantyre#, |
5312
|
|
|
|
|
|
|
}, |
5313
|
|
|
|
|
|
|
'Africa/Brazzaville' => { |
5314
|
|
|
|
|
|
|
exemplarCity => q#Brazzaville#, |
5315
|
|
|
|
|
|
|
}, |
5316
|
|
|
|
|
|
|
'Africa/Bujumbura' => { |
5317
|
|
|
|
|
|
|
exemplarCity => q#بجوګورا#, |
5318
|
|
|
|
|
|
|
}, |
5319
|
|
|
|
|
|
|
'Africa/Cairo' => { |
5320
|
|
|
|
|
|
|
exemplarCity => q#قاهره#, |
5321
|
|
|
|
|
|
|
}, |
5322
|
|
|
|
|
|
|
'Africa/Casablanca' => { |
5323
|
|
|
|
|
|
|
exemplarCity => q#کاسابلانکا#, |
5324
|
|
|
|
|
|
|
}, |
5325
|
|
|
|
|
|
|
'Africa/Ceuta' => { |
5326
|
|
|
|
|
|
|
exemplarCity => q#Ceuta#, |
5327
|
|
|
|
|
|
|
}, |
5328
|
|
|
|
|
|
|
'Africa/Conakry' => { |
5329
|
|
|
|
|
|
|
exemplarCity => q#کونکري#, |
5330
|
|
|
|
|
|
|
}, |
5331
|
|
|
|
|
|
|
'Africa/Dakar' => { |
5332
|
|
|
|
|
|
|
exemplarCity => q#ډاکار#, |
5333
|
|
|
|
|
|
|
}, |
5334
|
|
|
|
|
|
|
'Africa/Dar_es_Salaam' => { |
5335
|
|
|
|
|
|
|
exemplarCity => q#دار السلام#, |
5336
|
|
|
|
|
|
|
}, |
5337
|
|
|
|
|
|
|
'Africa/Djibouti' => { |
5338
|
|
|
|
|
|
|
exemplarCity => q#جبوتي#, |
5339
|
|
|
|
|
|
|
}, |
5340
|
|
|
|
|
|
|
'Africa/Douala' => { |
5341
|
|
|
|
|
|
|
exemplarCity => q#ډالاله#, |
5342
|
|
|
|
|
|
|
}, |
5343
|
|
|
|
|
|
|
'Africa/El_Aaiun' => { |
5344
|
|
|
|
|
|
|
exemplarCity => q#الیون#, |
5345
|
|
|
|
|
|
|
}, |
5346
|
|
|
|
|
|
|
'Africa/Freetown' => { |
5347
|
|
|
|
|
|
|
exemplarCity => q#فریټون#, |
5348
|
|
|
|
|
|
|
}, |
5349
|
|
|
|
|
|
|
'Africa/Gaborone' => { |
5350
|
|
|
|
|
|
|
exemplarCity => q#ګابرون#, |
5351
|
|
|
|
|
|
|
}, |
5352
|
|
|
|
|
|
|
'Africa/Harare' => { |
5353
|
|
|
|
|
|
|
exemplarCity => q#هرارې#, |
5354
|
|
|
|
|
|
|
}, |
5355
|
|
|
|
|
|
|
'Africa/Johannesburg' => { |
5356
|
|
|
|
|
|
|
exemplarCity => q#جوهانبرګ#, |
5357
|
|
|
|
|
|
|
}, |
5358
|
|
|
|
|
|
|
'Africa/Juba' => { |
5359
|
|
|
|
|
|
|
exemplarCity => q#جوبا#, |
5360
|
|
|
|
|
|
|
}, |
5361
|
|
|
|
|
|
|
'Africa/Kampala' => { |
5362
|
|
|
|
|
|
|
exemplarCity => q#کمپاله#, |
5363
|
|
|
|
|
|
|
}, |
5364
|
|
|
|
|
|
|
'Africa/Khartoum' => { |
5365
|
|
|
|
|
|
|
exemplarCity => q#خرتوم#, |
5366
|
|
|
|
|
|
|
}, |
5367
|
|
|
|
|
|
|
'Africa/Kigali' => { |
5368
|
|
|
|
|
|
|
exemplarCity => q#کيگالي#, |
5369
|
|
|
|
|
|
|
}, |
5370
|
|
|
|
|
|
|
'Africa/Kinshasa' => { |
5371
|
|
|
|
|
|
|
exemplarCity => q#کينشاسا#, |
5372
|
|
|
|
|
|
|
}, |
5373
|
|
|
|
|
|
|
'Africa/Lagos' => { |
5374
|
|
|
|
|
|
|
exemplarCity => q#لاگوس#, |
5375
|
|
|
|
|
|
|
}, |
5376
|
|
|
|
|
|
|
'Africa/Libreville' => { |
5377
|
|
|
|
|
|
|
exemplarCity => q#لیبریل#, |
5378
|
|
|
|
|
|
|
}, |
5379
|
|
|
|
|
|
|
'Africa/Lome' => { |
5380
|
|
|
|
|
|
|
exemplarCity => q#لووم#, |
5381
|
|
|
|
|
|
|
}, |
5382
|
|
|
|
|
|
|
'Africa/Luanda' => { |
5383
|
|
|
|
|
|
|
exemplarCity => q#لونده#, |
5384
|
|
|
|
|
|
|
}, |
5385
|
|
|
|
|
|
|
'Africa/Lubumbashi' => { |
5386
|
|
|
|
|
|
|
exemplarCity => q#لبوباشي#, |
5387
|
|
|
|
|
|
|
}, |
5388
|
|
|
|
|
|
|
'Africa/Lusaka' => { |
5389
|
|
|
|
|
|
|
exemplarCity => q#لسیکا#, |
5390
|
|
|
|
|
|
|
}, |
5391
|
|
|
|
|
|
|
'Africa/Malabo' => { |
5392
|
|
|
|
|
|
|
exemplarCity => q#مالابو#, |
5393
|
|
|
|
|
|
|
}, |
5394
|
|
|
|
|
|
|
'Africa/Maputo' => { |
5395
|
|
|
|
|
|
|
exemplarCity => q#ماپوټو#, |
5396
|
|
|
|
|
|
|
}, |
5397
|
|
|
|
|
|
|
'Africa/Maseru' => { |
5398
|
|
|
|
|
|
|
exemplarCity => q#مسرو#, |
5399
|
|
|
|
|
|
|
}, |
5400
|
|
|
|
|
|
|
'Africa/Mbabane' => { |
5401
|
|
|
|
|
|
|
exemplarCity => q#Mbabane#, |
5402
|
|
|
|
|
|
|
}, |
5403
|
|
|
|
|
|
|
'Africa/Mogadishu' => { |
5404
|
|
|
|
|
|
|
exemplarCity => q#موگديشو#, |
5405
|
|
|
|
|
|
|
}, |
5406
|
|
|
|
|
|
|
'Africa/Monrovia' => { |
5407
|
|
|
|
|
|
|
exemplarCity => q#مونروفیا#, |
5408
|
|
|
|
|
|
|
}, |
5409
|
|
|
|
|
|
|
'Africa/Nairobi' => { |
5410
|
|
|
|
|
|
|
exemplarCity => q#نايروبي#, |
5411
|
|
|
|
|
|
|
}, |
5412
|
|
|
|
|
|
|
'Africa/Ndjamena' => { |
5413
|
|
|
|
|
|
|
exemplarCity => q#نجامینا#, |
5414
|
|
|
|
|
|
|
}, |
5415
|
|
|
|
|
|
|
'Africa/Niamey' => { |
5416
|
|
|
|
|
|
|
exemplarCity => q#نیمي#, |
5417
|
|
|
|
|
|
|
}, |
5418
|
|
|
|
|
|
|
'Africa/Nouakchott' => { |
5419
|
|
|
|
|
|
|
exemplarCity => q#نوکوچټ#, |
5420
|
|
|
|
|
|
|
}, |
5421
|
|
|
|
|
|
|
'Africa/Ouagadougou' => { |
5422
|
|
|
|
|
|
|
exemplarCity => q#اوواګاګواګو#, |
5423
|
|
|
|
|
|
|
}, |
5424
|
|
|
|
|
|
|
'Africa/Porto-Novo' => { |
5425
|
|
|
|
|
|
|
exemplarCity => q#پورټو - نوو#, |
5426
|
|
|
|
|
|
|
}, |
5427
|
|
|
|
|
|
|
'Africa/Sao_Tome' => { |
5428
|
|
|
|
|
|
|
exemplarCity => q#ساو ټوم#, |
5429
|
|
|
|
|
|
|
}, |
5430
|
|
|
|
|
|
|
'Africa/Tripoli' => { |
5431
|
|
|
|
|
|
|
exemplarCity => q#تريپولي#, |
5432
|
|
|
|
|
|
|
}, |
5433
|
|
|
|
|
|
|
'Africa/Tunis' => { |
5434
|
|
|
|
|
|
|
exemplarCity => q#تونس#, |
5435
|
|
|
|
|
|
|
}, |
5436
|
|
|
|
|
|
|
'Africa/Windhoek' => { |
5437
|
|
|
|
|
|
|
exemplarCity => q#وینهوک#, |
5438
|
|
|
|
|
|
|
}, |
5439
|
|
|
|
|
|
|
'Africa_Central' => { |
5440
|
|
|
|
|
|
|
long => { |
5441
|
|
|
|
|
|
|
'standard' => q#منځنی افريقا وخت#, |
5442
|
|
|
|
|
|
|
}, |
5443
|
|
|
|
|
|
|
}, |
5444
|
|
|
|
|
|
|
'Africa_Eastern' => { |
5445
|
|
|
|
|
|
|
long => { |
5446
|
|
|
|
|
|
|
'standard' => q#ختيځ افريقا وخت#, |
5447
|
|
|
|
|
|
|
}, |
5448
|
|
|
|
|
|
|
}, |
5449
|
|
|
|
|
|
|
'Africa_Southern' => { |
5450
|
|
|
|
|
|
|
long => { |
5451
|
|
|
|
|
|
|
'standard' => q#جنوبي افريقا معياري وخت#, |
5452
|
|
|
|
|
|
|
}, |
5453
|
|
|
|
|
|
|
}, |
5454
|
|
|
|
|
|
|
'Africa_Western' => { |
5455
|
|
|
|
|
|
|
long => { |
5456
|
|
|
|
|
|
|
'daylight' => q#د افریقا افریقا لویدیځ وخت#, |
5457
|
|
|
|
|
|
|
'generic' => q#لوېديځ افريقا وخت#, |
5458
|
|
|
|
|
|
|
'standard' => q#لویدیځ افریقایي معیاري وخت#, |
5459
|
|
|
|
|
|
|
}, |
5460
|
|
|
|
|
|
|
}, |
5461
|
|
|
|
|
|
|
'Alaska' => { |
5462
|
|
|
|
|
|
|
long => { |
5463
|
|
|
|
|
|
|
'daylight' => q#د الاسکا د ورځې روښانه کول#, |
5464
|
|
|
|
|
|
|
'generic' => q#الاسکا وخت#, |
5465
|
|
|
|
|
|
|
'standard' => q#الاسکا معياري وخت#, |
5466
|
|
|
|
|
|
|
}, |
5467
|
|
|
|
|
|
|
}, |
5468
|
|
|
|
|
|
|
'Almaty' => { |
5469
|
|
|
|
|
|
|
long => { |
5470
|
|
|
|
|
|
|
'daylight' => q#∅∅∅#, |
5471
|
|
|
|
|
|
|
'generic' => q#الماتا په وخت#, |
5472
|
|
|
|
|
|
|
'standard' => q#∅∅∅#, |
5473
|
|
|
|
|
|
|
}, |
5474
|
|
|
|
|
|
|
}, |
5475
|
|
|
|
|
|
|
'Amazon' => { |
5476
|
|
|
|
|
|
|
long => { |
5477
|
|
|
|
|
|
|
'daylight' => q#ایمیزون اوړي وخت#, |
5478
|
|
|
|
|
|
|
'generic' => q#ایمیزون وخت#, |
5479
|
|
|
|
|
|
|
'standard' => q#ایمیزون معیاری وخت#, |
5480
|
|
|
|
|
|
|
}, |
5481
|
|
|
|
|
|
|
}, |
5482
|
|
|
|
|
|
|
'America/Adak' => { |
5483
|
|
|
|
|
|
|
exemplarCity => q#اداک#, |
5484
|
|
|
|
|
|
|
}, |
5485
|
|
|
|
|
|
|
'America/Anchorage' => { |
5486
|
|
|
|
|
|
|
exemplarCity => q#اینکریج#, |
5487
|
|
|
|
|
|
|
}, |
5488
|
|
|
|
|
|
|
'America/Anguilla' => { |
5489
|
|
|
|
|
|
|
exemplarCity => q#انګیلا#, |
5490
|
|
|
|
|
|
|
}, |
5491
|
|
|
|
|
|
|
'America/Antigua' => { |
5492
|
|
|
|
|
|
|
exemplarCity => q#انټيګ#, |
5493
|
|
|
|
|
|
|
}, |
5494
|
|
|
|
|
|
|
'America/Araguaina' => { |
5495
|
|
|
|
|
|
|
exemplarCity => q#ارګینیا#, |
5496
|
|
|
|
|
|
|
}, |
5497
|
|
|
|
|
|
|
'America/Argentina/La_Rioja' => { |
5498
|
|
|
|
|
|
|
exemplarCity => q#لا ریوج#, |
5499
|
|
|
|
|
|
|
}, |
5500
|
|
|
|
|
|
|
'America/Argentina/Rio_Gallegos' => { |
5501
|
|
|
|
|
|
|
exemplarCity => q#ریو ګیلیلیګوس#, |
5502
|
|
|
|
|
|
|
}, |
5503
|
|
|
|
|
|
|
'America/Argentina/Salta' => { |
5504
|
|
|
|
|
|
|
exemplarCity => q#سالټا#, |
5505
|
|
|
|
|
|
|
}, |
5506
|
|
|
|
|
|
|
'America/Argentina/San_Juan' => { |
5507
|
|
|
|
|
|
|
exemplarCity => q#سان جوان#, |
5508
|
|
|
|
|
|
|
}, |
5509
|
|
|
|
|
|
|
'America/Argentina/San_Luis' => { |
5510
|
|
|
|
|
|
|
exemplarCity => q#سان لویس#, |
5511
|
|
|
|
|
|
|
}, |
5512
|
|
|
|
|
|
|
'America/Argentina/Tucuman' => { |
5513
|
|
|
|
|
|
|
exemplarCity => q#ټيکووم#, |
5514
|
|
|
|
|
|
|
}, |
5515
|
|
|
|
|
|
|
'America/Argentina/Ushuaia' => { |
5516
|
|
|
|
|
|
|
exemplarCity => q#اوشوایا#, |
5517
|
|
|
|
|
|
|
}, |
5518
|
|
|
|
|
|
|
'America/Aruba' => { |
5519
|
|
|
|
|
|
|
exemplarCity => q#آروبا#, |
5520
|
|
|
|
|
|
|
}, |
5521
|
|
|
|
|
|
|
'America/Asuncion' => { |
5522
|
|
|
|
|
|
|
exemplarCity => q#اسونسيون#, |
5523
|
|
|
|
|
|
|
}, |
5524
|
|
|
|
|
|
|
'America/Bahia' => { |
5525
|
|
|
|
|
|
|
exemplarCity => q#بهیا#, |
5526
|
|
|
|
|
|
|
}, |
5527
|
|
|
|
|
|
|
'America/Bahia_Banderas' => { |
5528
|
|
|
|
|
|
|
exemplarCity => q#بهیا بینډراس#, |
5529
|
|
|
|
|
|
|
}, |
5530
|
|
|
|
|
|
|
'America/Barbados' => { |
5531
|
|
|
|
|
|
|
exemplarCity => q#باربادوس#, |
5532
|
|
|
|
|
|
|
}, |
5533
|
|
|
|
|
|
|
'America/Belem' => { |
5534
|
|
|
|
|
|
|
exemplarCity => q#بلم#, |
5535
|
|
|
|
|
|
|
}, |
5536
|
|
|
|
|
|
|
'America/Belize' => { |
5537
|
|
|
|
|
|
|
exemplarCity => q#بلیز#, |
5538
|
|
|
|
|
|
|
}, |
5539
|
|
|
|
|
|
|
'America/Blanc-Sablon' => { |
5540
|
|
|
|
|
|
|
exemplarCity => q#بلانک-سابلون#, |
5541
|
|
|
|
|
|
|
}, |
5542
|
|
|
|
|
|
|
'America/Boa_Vista' => { |
5543
|
|
|
|
|
|
|
exemplarCity => q#بوا ویسټا#, |
5544
|
|
|
|
|
|
|
}, |
5545
|
|
|
|
|
|
|
'America/Bogota' => { |
5546
|
|
|
|
|
|
|
exemplarCity => q#بوګټا#, |
5547
|
|
|
|
|
|
|
}, |
5548
|
|
|
|
|
|
|
'America/Boise' => { |
5549
|
|
|
|
|
|
|
exemplarCity => q#بوز#, |
5550
|
|
|
|
|
|
|
}, |
5551
|
|
|
|
|
|
|
'America/Buenos_Aires' => { |
5552
|
|
|
|
|
|
|
exemplarCity => q#بينوس اييرز#, |
5553
|
|
|
|
|
|
|
}, |
5554
|
|
|
|
|
|
|
'America/Cambridge_Bay' => { |
5555
|
|
|
|
|
|
|
exemplarCity => q#کیمبرج بي#, |
5556
|
|
|
|
|
|
|
}, |
5557
|
|
|
|
|
|
|
'America/Campo_Grande' => { |
5558
|
|
|
|
|
|
|
exemplarCity => q#کمپو ګرډی#, |
5559
|
|
|
|
|
|
|
}, |
5560
|
|
|
|
|
|
|
'America/Cancun' => { |
5561
|
|
|
|
|
|
|
exemplarCity => q#کینن#, |
5562
|
|
|
|
|
|
|
}, |
5563
|
|
|
|
|
|
|
'America/Caracas' => { |
5564
|
|
|
|
|
|
|
exemplarCity => q#کاراکاس#, |
5565
|
|
|
|
|
|
|
}, |
5566
|
|
|
|
|
|
|
'America/Catamarca' => { |
5567
|
|
|
|
|
|
|
exemplarCity => q#کټامارکا#, |
5568
|
|
|
|
|
|
|
}, |
5569
|
|
|
|
|
|
|
'America/Cayenne' => { |
5570
|
|
|
|
|
|
|
exemplarCity => q#کیین#, |
5571
|
|
|
|
|
|
|
}, |
5572
|
|
|
|
|
|
|
'America/Cayman' => { |
5573
|
|
|
|
|
|
|
exemplarCity => q#کیمن#, |
5574
|
|
|
|
|
|
|
}, |
5575
|
|
|
|
|
|
|
'America/Chicago' => { |
5576
|
|
|
|
|
|
|
exemplarCity => q#شیکاګو#, |
5577
|
|
|
|
|
|
|
}, |
5578
|
|
|
|
|
|
|
'America/Chihuahua' => { |
5579
|
|
|
|
|
|
|
exemplarCity => q#چھواھوا#, |
5580
|
|
|
|
|
|
|
}, |
5581
|
|
|
|
|
|
|
'America/Coral_Harbour' => { |
5582
|
|
|
|
|
|
|
exemplarCity => q#اتیکوکن#, |
5583
|
|
|
|
|
|
|
}, |
5584
|
|
|
|
|
|
|
'America/Cordoba' => { |
5585
|
|
|
|
|
|
|
exemplarCity => q#کوډوبا#, |
5586
|
|
|
|
|
|
|
}, |
5587
|
|
|
|
|
|
|
'America/Costa_Rica' => { |
5588
|
|
|
|
|
|
|
exemplarCity => q#کوستاریکا#, |
5589
|
|
|
|
|
|
|
}, |
5590
|
|
|
|
|
|
|
'America/Creston' => { |
5591
|
|
|
|
|
|
|
exemplarCity => q#کرسټون#, |
5592
|
|
|
|
|
|
|
}, |
5593
|
|
|
|
|
|
|
'America/Cuiaba' => { |
5594
|
|
|
|
|
|
|
exemplarCity => q#کویابا#, |
5595
|
|
|
|
|
|
|
}, |
5596
|
|
|
|
|
|
|
'America/Curacao' => { |
5597
|
|
|
|
|
|
|
exemplarCity => q#کیکاو#, |
5598
|
|
|
|
|
|
|
}, |
5599
|
|
|
|
|
|
|
'America/Danmarkshavn' => { |
5600
|
|
|
|
|
|
|
exemplarCity => q#ډنمارک هاربر#, |
5601
|
|
|
|
|
|
|
}, |
5602
|
|
|
|
|
|
|
'America/Dawson' => { |
5603
|
|
|
|
|
|
|
exemplarCity => q#داوسن#, |
5604
|
|
|
|
|
|
|
}, |
5605
|
|
|
|
|
|
|
'America/Dawson_Creek' => { |
5606
|
|
|
|
|
|
|
exemplarCity => q#داسن کریک#, |
5607
|
|
|
|
|
|
|
}, |
5608
|
|
|
|
|
|
|
'America/Denver' => { |
5609
|
|
|
|
|
|
|
exemplarCity => q#ډنور#, |
5610
|
|
|
|
|
|
|
}, |
5611
|
|
|
|
|
|
|
'America/Detroit' => { |
5612
|
|
|
|
|
|
|
exemplarCity => q#ډایټروټ#, |
5613
|
|
|
|
|
|
|
}, |
5614
|
|
|
|
|
|
|
'America/Dominica' => { |
5615
|
|
|
|
|
|
|
exemplarCity => q#دومینیکا#, |
5616
|
|
|
|
|
|
|
}, |
5617
|
|
|
|
|
|
|
'America/Edmonton' => { |
5618
|
|
|
|
|
|
|
exemplarCity => q#ایډمونټن#, |
5619
|
|
|
|
|
|
|
}, |
5620
|
|
|
|
|
|
|
'America/Eirunepe' => { |
5621
|
|
|
|
|
|
|
exemplarCity => q#اییرونپ#, |
5622
|
|
|
|
|
|
|
}, |
5623
|
|
|
|
|
|
|
'America/El_Salvador' => { |
5624
|
|
|
|
|
|
|
exemplarCity => q#ايل سلوادور#, |
5625
|
|
|
|
|
|
|
}, |
5626
|
|
|
|
|
|
|
'America/Fort_Nelson' => { |
5627
|
|
|
|
|
|
|
exemplarCity => q#فورټ نیلسن#, |
5628
|
|
|
|
|
|
|
}, |
5629
|
|
|
|
|
|
|
'America/Fortaleza' => { |
5630
|
|
|
|
|
|
|
exemplarCity => q#فورتیلزا#, |
5631
|
|
|
|
|
|
|
}, |
5632
|
|
|
|
|
|
|
'America/Glace_Bay' => { |
5633
|
|
|
|
|
|
|
exemplarCity => q#ګیسس بيی#, |
5634
|
|
|
|
|
|
|
}, |
5635
|
|
|
|
|
|
|
'America/Godthab' => { |
5636
|
|
|
|
|
|
|
exemplarCity => q#Nuuk#, |
5637
|
|
|
|
|
|
|
}, |
5638
|
|
|
|
|
|
|
'America/Goose_Bay' => { |
5639
|
|
|
|
|
|
|
exemplarCity => q#گوز بي#, |
5640
|
|
|
|
|
|
|
}, |
5641
|
|
|
|
|
|
|
'America/Grand_Turk' => { |
5642
|
|
|
|
|
|
|
exemplarCity => q#لوی ترک#, |
5643
|
|
|
|
|
|
|
}, |
5644
|
|
|
|
|
|
|
'America/Grenada' => { |
5645
|
|
|
|
|
|
|
exemplarCity => q#ګرنادا#, |
5646
|
|
|
|
|
|
|
}, |
5647
|
|
|
|
|
|
|
'America/Guadeloupe' => { |
5648
|
|
|
|
|
|
|
exemplarCity => q#ګالډیپ#, |
5649
|
|
|
|
|
|
|
}, |
5650
|
|
|
|
|
|
|
'America/Guatemala' => { |
5651
|
|
|
|
|
|
|
exemplarCity => q#ګواتمالا#, |
5652
|
|
|
|
|
|
|
}, |
5653
|
|
|
|
|
|
|
'America/Guayaquil' => { |
5654
|
|
|
|
|
|
|
exemplarCity => q#ګویاګل#, |
5655
|
|
|
|
|
|
|
}, |
5656
|
|
|
|
|
|
|
'America/Guyana' => { |
5657
|
|
|
|
|
|
|
exemplarCity => q#ګیانا#, |
5658
|
|
|
|
|
|
|
}, |
5659
|
|
|
|
|
|
|
'America/Halifax' => { |
5660
|
|
|
|
|
|
|
exemplarCity => q#هیلفکس#, |
5661
|
|
|
|
|
|
|
}, |
5662
|
|
|
|
|
|
|
'America/Havana' => { |
5663
|
|
|
|
|
|
|
exemplarCity => q#هایانا#, |
5664
|
|
|
|
|
|
|
}, |
5665
|
|
|
|
|
|
|
'America/Hermosillo' => { |
5666
|
|
|
|
|
|
|
exemplarCity => q#هرموسیلو#, |
5667
|
|
|
|
|
|
|
}, |
5668
|
|
|
|
|
|
|
'America/Indiana/Knox' => { |
5669
|
|
|
|
|
|
|
exemplarCity => q#نکس، اندیانا#, |
5670
|
|
|
|
|
|
|
}, |
5671
|
|
|
|
|
|
|
'America/Indiana/Marengo' => { |
5672
|
|
|
|
|
|
|
exemplarCity => q#مارینګ، انډیانا#, |
5673
|
|
|
|
|
|
|
}, |
5674
|
|
|
|
|
|
|
'America/Indiana/Petersburg' => { |
5675
|
|
|
|
|
|
|
exemplarCity => q#پیتربورګ، انډيانا#, |
5676
|
|
|
|
|
|
|
}, |
5677
|
|
|
|
|
|
|
'America/Indiana/Tell_City' => { |
5678
|
|
|
|
|
|
|
exemplarCity => q#ښار، انډیا ته ووایی#, |
5679
|
|
|
|
|
|
|
}, |
5680
|
|
|
|
|
|
|
'America/Indiana/Vevay' => { |
5681
|
|
|
|
|
|
|
exemplarCity => q#ویوی، انډیډا#, |
5682
|
|
|
|
|
|
|
}, |
5683
|
|
|
|
|
|
|
'America/Indiana/Vincennes' => { |
5684
|
|
|
|
|
|
|
exemplarCity => q#وینینسین، انډا#, |
5685
|
|
|
|
|
|
|
}, |
5686
|
|
|
|
|
|
|
'America/Indiana/Winamac' => { |
5687
|
|
|
|
|
|
|
exemplarCity => q#ویناماسک، انډی#, |
5688
|
|
|
|
|
|
|
}, |
5689
|
|
|
|
|
|
|
'America/Indianapolis' => { |
5690
|
|
|
|
|
|
|
exemplarCity => q#انډولپولیس#, |
5691
|
|
|
|
|
|
|
}, |
5692
|
|
|
|
|
|
|
'America/Inuvik' => { |
5693
|
|
|
|
|
|
|
exemplarCity => q#انوک#, |
5694
|
|
|
|
|
|
|
}, |
5695
|
|
|
|
|
|
|
'America/Iqaluit' => { |
5696
|
|
|
|
|
|
|
exemplarCity => q#اقلیټ#, |
5697
|
|
|
|
|
|
|
}, |
5698
|
|
|
|
|
|
|
'America/Jamaica' => { |
5699
|
|
|
|
|
|
|
exemplarCity => q#جمایکه#, |
5700
|
|
|
|
|
|
|
}, |
5701
|
|
|
|
|
|
|
'America/Jujuy' => { |
5702
|
|
|
|
|
|
|
exemplarCity => q#جوجو#, |
5703
|
|
|
|
|
|
|
}, |
5704
|
|
|
|
|
|
|
'America/Juneau' => { |
5705
|
|
|
|
|
|
|
exemplarCity => q#جونو#, |
5706
|
|
|
|
|
|
|
}, |
5707
|
|
|
|
|
|
|
'America/Kentucky/Monticello' => { |
5708
|
|
|
|
|
|
|
exemplarCity => q#مونټیکیلو، کینیسي#, |
5709
|
|
|
|
|
|
|
}, |
5710
|
|
|
|
|
|
|
'America/Kralendijk' => { |
5711
|
|
|
|
|
|
|
exemplarCity => q#کلینډیزج#, |
5712
|
|
|
|
|
|
|
}, |
5713
|
|
|
|
|
|
|
'America/La_Paz' => { |
5714
|
|
|
|
|
|
|
exemplarCity => q#لا پاز#, |
5715
|
|
|
|
|
|
|
}, |
5716
|
|
|
|
|
|
|
'America/Lima' => { |
5717
|
|
|
|
|
|
|
exemplarCity => q#لیما#, |
5718
|
|
|
|
|
|
|
}, |
5719
|
|
|
|
|
|
|
'America/Los_Angeles' => { |
5720
|
|
|
|
|
|
|
exemplarCity => q#لاس اینجلس#, |
5721
|
|
|
|
|
|
|
}, |
5722
|
|
|
|
|
|
|
'America/Louisville' => { |
5723
|
|
|
|
|
|
|
exemplarCity => q#لوئس ویل#, |
5724
|
|
|
|
|
|
|
}, |
5725
|
|
|
|
|
|
|
'America/Lower_Princes' => { |
5726
|
|
|
|
|
|
|
exemplarCity => q#د کمتر شهزاده درې میاشتنۍ#, |
5727
|
|
|
|
|
|
|
}, |
5728
|
|
|
|
|
|
|
'America/Maceio' => { |
5729
|
|
|
|
|
|
|
exemplarCity => q#مایسیو#, |
5730
|
|
|
|
|
|
|
}, |
5731
|
|
|
|
|
|
|
'America/Managua' => { |
5732
|
|
|
|
|
|
|
exemplarCity => q#منګوا#, |
5733
|
|
|
|
|
|
|
}, |
5734
|
|
|
|
|
|
|
'America/Manaus' => { |
5735
|
|
|
|
|
|
|
exemplarCity => q#منوس#, |
5736
|
|
|
|
|
|
|
}, |
5737
|
|
|
|
|
|
|
'America/Marigot' => { |
5738
|
|
|
|
|
|
|
exemplarCity => q#مارګټ#, |
5739
|
|
|
|
|
|
|
}, |
5740
|
|
|
|
|
|
|
'America/Martinique' => { |
5741
|
|
|
|
|
|
|
exemplarCity => q#مارټینیک#, |
5742
|
|
|
|
|
|
|
}, |
5743
|
|
|
|
|
|
|
'America/Matamoros' => { |
5744
|
|
|
|
|
|
|
exemplarCity => q#Matamoros#, |
5745
|
|
|
|
|
|
|
}, |
5746
|
|
|
|
|
|
|
'America/Mazatlan' => { |
5747
|
|
|
|
|
|
|
exemplarCity => q#مزاتلان#, |
5748
|
|
|
|
|
|
|
}, |
5749
|
|
|
|
|
|
|
'America/Mendoza' => { |
5750
|
|
|
|
|
|
|
exemplarCity => q#مینډوزا#, |
5751
|
|
|
|
|
|
|
}, |
5752
|
|
|
|
|
|
|
'America/Menominee' => { |
5753
|
|
|
|
|
|
|
exemplarCity => q#مینومین#, |
5754
|
|
|
|
|
|
|
}, |
5755
|
|
|
|
|
|
|
'America/Merida' => { |
5756
|
|
|
|
|
|
|
exemplarCity => q#مرده#, |
5757
|
|
|
|
|
|
|
}, |
5758
|
|
|
|
|
|
|
'America/Metlakatla' => { |
5759
|
|
|
|
|
|
|
exemplarCity => q#میتلاکاټلا#, |
5760
|
|
|
|
|
|
|
}, |
5761
|
|
|
|
|
|
|
'America/Mexico_City' => { |
5762
|
|
|
|
|
|
|
exemplarCity => q#مکسيکو ښار#, |
5763
|
|
|
|
|
|
|
}, |
5764
|
|
|
|
|
|
|
'America/Miquelon' => { |
5765
|
|
|
|
|
|
|
exemplarCity => q#ميکلين#, |
5766
|
|
|
|
|
|
|
}, |
5767
|
|
|
|
|
|
|
'America/Moncton' => { |
5768
|
|
|
|
|
|
|
exemplarCity => q#مونټون#, |
5769
|
|
|
|
|
|
|
}, |
5770
|
|
|
|
|
|
|
'America/Monterrey' => { |
5771
|
|
|
|
|
|
|
exemplarCity => q#منټرري#, |
5772
|
|
|
|
|
|
|
}, |
5773
|
|
|
|
|
|
|
'America/Montevideo' => { |
5774
|
|
|
|
|
|
|
exemplarCity => q#مونټ وډیو#, |
5775
|
|
|
|
|
|
|
}, |
5776
|
|
|
|
|
|
|
'America/Montserrat' => { |
5777
|
|
|
|
|
|
|
exemplarCity => q#مانټیسیرت#, |
5778
|
|
|
|
|
|
|
}, |
5779
|
|
|
|
|
|
|
'America/Nassau' => { |
5780
|
|
|
|
|
|
|
exemplarCity => q#نیساو#, |
5781
|
|
|
|
|
|
|
}, |
5782
|
|
|
|
|
|
|
'America/New_York' => { |
5783
|
|
|
|
|
|
|
exemplarCity => q#نیویارک#, |
5784
|
|
|
|
|
|
|
}, |
5785
|
|
|
|
|
|
|
'America/Nipigon' => { |
5786
|
|
|
|
|
|
|
exemplarCity => q#نیپګون#, |
5787
|
|
|
|
|
|
|
}, |
5788
|
|
|
|
|
|
|
'America/Nome' => { |
5789
|
|
|
|
|
|
|
exemplarCity => q#نوم#, |
5790
|
|
|
|
|
|
|
}, |
5791
|
|
|
|
|
|
|
'America/Noronha' => { |
5792
|
|
|
|
|
|
|
exemplarCity => q#نورونها#, |
5793
|
|
|
|
|
|
|
}, |
5794
|
|
|
|
|
|
|
'America/North_Dakota/Beulah' => { |
5795
|
|
|
|
|
|
|
exemplarCity => q#بيلاه، شمالي داکوتا#, |
5796
|
|
|
|
|
|
|
}, |
5797
|
|
|
|
|
|
|
'America/North_Dakota/Center' => { |
5798
|
|
|
|
|
|
|
exemplarCity => q#مرکز، د شمالي ټاپو#, |
5799
|
|
|
|
|
|
|
}, |
5800
|
|
|
|
|
|
|
'America/North_Dakota/New_Salem' => { |
5801
|
|
|
|
|
|
|
exemplarCity => q#نوی سلیم، شمالي داکوتا#, |
5802
|
|
|
|
|
|
|
}, |
5803
|
|
|
|
|
|
|
'America/Ojinaga' => { |
5804
|
|
|
|
|
|
|
exemplarCity => q#اوجنګا#, |
5805
|
|
|
|
|
|
|
}, |
5806
|
|
|
|
|
|
|
'America/Panama' => { |
5807
|
|
|
|
|
|
|
exemplarCity => q#پاناما#, |
5808
|
|
|
|
|
|
|
}, |
5809
|
|
|
|
|
|
|
'America/Pangnirtung' => { |
5810
|
|
|
|
|
|
|
exemplarCity => q#پيننټيرګ#, |
5811
|
|
|
|
|
|
|
}, |
5812
|
|
|
|
|
|
|
'America/Paramaribo' => { |
5813
|
|
|
|
|
|
|
exemplarCity => q#پاراماربو#, |
5814
|
|
|
|
|
|
|
}, |
5815
|
|
|
|
|
|
|
'America/Phoenix' => { |
5816
|
|
|
|
|
|
|
exemplarCity => q#فینکس#, |
5817
|
|
|
|
|
|
|
}, |
5818
|
|
|
|
|
|
|
'America/Port-au-Prince' => { |
5819
|
|
|
|
|
|
|
exemplarCity => q#پورټ ایو - پرنس#, |
5820
|
|
|
|
|
|
|
}, |
5821
|
|
|
|
|
|
|
'America/Port_of_Spain' => { |
5822
|
|
|
|
|
|
|
exemplarCity => q#د اسپانیا بندر#, |
5823
|
|
|
|
|
|
|
}, |
5824
|
|
|
|
|
|
|
'America/Porto_Velho' => { |
5825
|
|
|
|
|
|
|
exemplarCity => q#پورټو ویلهو#, |
5826
|
|
|
|
|
|
|
}, |
5827
|
|
|
|
|
|
|
'America/Puerto_Rico' => { |
5828
|
|
|
|
|
|
|
exemplarCity => q#پورتو ریکو#, |
5829
|
|
|
|
|
|
|
}, |
5830
|
|
|
|
|
|
|
'America/Punta_Arenas' => { |
5831
|
|
|
|
|
|
|
exemplarCity => q#پنټا آریناس#, |
5832
|
|
|
|
|
|
|
}, |
5833
|
|
|
|
|
|
|
'America/Rainy_River' => { |
5834
|
|
|
|
|
|
|
exemplarCity => q#د باران باران#, |
5835
|
|
|
|
|
|
|
}, |
5836
|
|
|
|
|
|
|
'America/Rankin_Inlet' => { |
5837
|
|
|
|
|
|
|
exemplarCity => q#رانکين لط#, |
5838
|
|
|
|
|
|
|
}, |
5839
|
|
|
|
|
|
|
'America/Recife' => { |
5840
|
|
|
|
|
|
|
exemplarCity => q#ریسیفي#, |
5841
|
|
|
|
|
|
|
}, |
5842
|
|
|
|
|
|
|
'America/Regina' => { |
5843
|
|
|
|
|
|
|
exemplarCity => q#ریګینا#, |
5844
|
|
|
|
|
|
|
}, |
5845
|
|
|
|
|
|
|
'America/Resolute' => { |
5846
|
|
|
|
|
|
|
exemplarCity => q#غوڅ#, |
5847
|
|
|
|
|
|
|
}, |
5848
|
|
|
|
|
|
|
'America/Rio_Branco' => { |
5849
|
|
|
|
|
|
|
exemplarCity => q#ریو برانکو#, |
5850
|
|
|
|
|
|
|
}, |
5851
|
|
|
|
|
|
|
'America/Santarem' => { |
5852
|
|
|
|
|
|
|
exemplarCity => q#سناترم#, |
5853
|
|
|
|
|
|
|
}, |
5854
|
|
|
|
|
|
|
'America/Santiago' => { |
5855
|
|
|
|
|
|
|
exemplarCity => q#سنتياګو#, |
5856
|
|
|
|
|
|
|
}, |
5857
|
|
|
|
|
|
|
'America/Santo_Domingo' => { |
5858
|
|
|
|
|
|
|
exemplarCity => q#سنتو ډومینګو#, |
5859
|
|
|
|
|
|
|
}, |
5860
|
|
|
|
|
|
|
'America/Sao_Paulo' => { |
5861
|
|
|
|
|
|
|
exemplarCity => q#ساو پاولو#, |
5862
|
|
|
|
|
|
|
}, |
5863
|
|
|
|
|
|
|
'America/Scoresbysund' => { |
5864
|
|
|
|
|
|
|
exemplarCity => q#Ittoqqortoormiit#, |
5865
|
|
|
|
|
|
|
}, |
5866
|
|
|
|
|
|
|
'America/Sitka' => { |
5867
|
|
|
|
|
|
|
exemplarCity => q#سیټکا#, |
5868
|
|
|
|
|
|
|
}, |
5869
|
|
|
|
|
|
|
'America/St_Barthelemy' => { |
5870
|
|
|
|
|
|
|
exemplarCity => q#سینټ بارټیلیم#, |
5871
|
|
|
|
|
|
|
}, |
5872
|
|
|
|
|
|
|
'America/St_Johns' => { |
5873
|
|
|
|
|
|
|
exemplarCity => q#د سینټ جان#, |
5874
|
|
|
|
|
|
|
}, |
5875
|
|
|
|
|
|
|
'America/St_Kitts' => { |
5876
|
|
|
|
|
|
|
exemplarCity => q#سینټ کټس#, |
5877
|
|
|
|
|
|
|
}, |
5878
|
|
|
|
|
|
|
'America/St_Lucia' => { |
5879
|
|
|
|
|
|
|
exemplarCity => q#سینټ لوسیا#, |
5880
|
|
|
|
|
|
|
}, |
5881
|
|
|
|
|
|
|
'America/St_Thomas' => { |
5882
|
|
|
|
|
|
|
exemplarCity => q#سایټ توماس#, |
5883
|
|
|
|
|
|
|
}, |
5884
|
|
|
|
|
|
|
'America/St_Vincent' => { |
5885
|
|
|
|
|
|
|
exemplarCity => q#سېنټ ویسنټ#, |
5886
|
|
|
|
|
|
|
}, |
5887
|
|
|
|
|
|
|
'America/Swift_Current' => { |
5888
|
|
|
|
|
|
|
exemplarCity => q#اوسنی بدلون#, |
5889
|
|
|
|
|
|
|
}, |
5890
|
|
|
|
|
|
|
'America/Tegucigalpa' => { |
5891
|
|
|
|
|
|
|
exemplarCity => q#ټګسیګالپا#, |
5892
|
|
|
|
|
|
|
}, |
5893
|
|
|
|
|
|
|
'America/Thule' => { |
5894
|
|
|
|
|
|
|
exemplarCity => q#تول#, |
5895
|
|
|
|
|
|
|
}, |
5896
|
|
|
|
|
|
|
'America/Thunder_Bay' => { |
5897
|
|
|
|
|
|
|
exemplarCity => q#د تندر خلیج#, |
5898
|
|
|
|
|
|
|
}, |
5899
|
|
|
|
|
|
|
'America/Tijuana' => { |
5900
|
|
|
|
|
|
|
exemplarCity => q#تجهان#, |
5901
|
|
|
|
|
|
|
}, |
5902
|
|
|
|
|
|
|
'America/Toronto' => { |
5903
|
|
|
|
|
|
|
exemplarCity => q#ټورنټو#, |
5904
|
|
|
|
|
|
|
}, |
5905
|
|
|
|
|
|
|
'America/Tortola' => { |
5906
|
|
|
|
|
|
|
exemplarCity => q#ټورتولا#, |
5907
|
|
|
|
|
|
|
}, |
5908
|
|
|
|
|
|
|
'America/Vancouver' => { |
5909
|
|
|
|
|
|
|
exemplarCity => q#وینکوور#, |
5910
|
|
|
|
|
|
|
}, |
5911
|
|
|
|
|
|
|
'America/Whitehorse' => { |
5912
|
|
|
|
|
|
|
exemplarCity => q#سپین آس#, |
5913
|
|
|
|
|
|
|
}, |
5914
|
|
|
|
|
|
|
'America/Winnipeg' => { |
5915
|
|
|
|
|
|
|
exemplarCity => q#وینپیګ#, |
5916
|
|
|
|
|
|
|
}, |
5917
|
|
|
|
|
|
|
'America/Yakutat' => { |
5918
|
|
|
|
|
|
|
exemplarCity => q#یاکتټ#, |
5919
|
|
|
|
|
|
|
}, |
5920
|
|
|
|
|
|
|
'America/Yellowknife' => { |
5921
|
|
|
|
|
|
|
exemplarCity => q#زرونیف#, |
5922
|
|
|
|
|
|
|
}, |
5923
|
|
|
|
|
|
|
'America_Central' => { |
5924
|
|
|
|
|
|
|
long => { |
5925
|
|
|
|
|
|
|
'daylight' => q#مرکزي رڼا ورځې وخت#, |
5926
|
|
|
|
|
|
|
'generic' => q#مرکزي وخت#, |
5927
|
|
|
|
|
|
|
'standard' => q#مرکزي معياري وخت#, |
5928
|
|
|
|
|
|
|
}, |
5929
|
|
|
|
|
|
|
}, |
5930
|
|
|
|
|
|
|
'America_Eastern' => { |
5931
|
|
|
|
|
|
|
long => { |
5932
|
|
|
|
|
|
|
'daylight' => q#ختيځ د رڼا ورځې وخت#, |
5933
|
|
|
|
|
|
|
'generic' => q#ختیځ وخت#, |
5934
|
|
|
|
|
|
|
'standard' => q#ختيځ معياري وخت#, |
5935
|
|
|
|
|
|
|
}, |
5936
|
|
|
|
|
|
|
}, |
5937
|
|
|
|
|
|
|
'America_Mountain' => { |
5938
|
|
|
|
|
|
|
long => { |
5939
|
|
|
|
|
|
|
'daylight' => q#د غره د رڼا ورځې وخت#, |
5940
|
|
|
|
|
|
|
'generic' => q#د غره د وخت#, |
5941
|
|
|
|
|
|
|
'standard' => q#د غره معياري وخت#, |
5942
|
|
|
|
|
|
|
}, |
5943
|
|
|
|
|
|
|
}, |
5944
|
|
|
|
|
|
|
'America_Pacific' => { |
5945
|
|
|
|
|
|
|
long => { |
5946
|
|
|
|
|
|
|
'daylight' => q#پیسفک د رڼا ورځې وخت#, |
5947
|
|
|
|
|
|
|
'generic' => q#پیسفک وخت#, |
5948
|
|
|
|
|
|
|
'standard' => q#د پیسفک معياري وخت#, |
5949
|
|
|
|
|
|
|
}, |
5950
|
|
|
|
|
|
|
}, |
5951
|
|
|
|
|
|
|
'Antarctica/Casey' => { |
5952
|
|
|
|
|
|
|
exemplarCity => q#کیسي#, |
5953
|
|
|
|
|
|
|
}, |
5954
|
|
|
|
|
|
|
'Antarctica/Davis' => { |
5955
|
|
|
|
|
|
|
exemplarCity => q#دیویس#, |
5956
|
|
|
|
|
|
|
}, |
5957
|
|
|
|
|
|
|
'Antarctica/DumontDUrville' => { |
5958
|
|
|
|
|
|
|
exemplarCity => q#ډومونټ ډي اوورول#, |
5959
|
|
|
|
|
|
|
}, |
5960
|
|
|
|
|
|
|
'Antarctica/Macquarie' => { |
5961
|
|
|
|
|
|
|
exemplarCity => q#مکاکري#, |
5962
|
|
|
|
|
|
|
}, |
5963
|
|
|
|
|
|
|
'Antarctica/Mawson' => { |
5964
|
|
|
|
|
|
|
exemplarCity => q#مسونسن#, |
5965
|
|
|
|
|
|
|
}, |
5966
|
|
|
|
|
|
|
'Antarctica/McMurdo' => { |
5967
|
|
|
|
|
|
|
exemplarCity => q#McMurdo#, |
5968
|
|
|
|
|
|
|
}, |
5969
|
|
|
|
|
|
|
'Antarctica/Palmer' => { |
5970
|
|
|
|
|
|
|
exemplarCity => q#پالر#, |
5971
|
|
|
|
|
|
|
}, |
5972
|
|
|
|
|
|
|
'Antarctica/Rothera' => { |
5973
|
|
|
|
|
|
|
exemplarCity => q#رورها#, |
5974
|
|
|
|
|
|
|
}, |
5975
|
|
|
|
|
|
|
'Antarctica/Syowa' => { |
5976
|
|
|
|
|
|
|
exemplarCity => q#سیوا#, |
5977
|
|
|
|
|
|
|
}, |
5978
|
|
|
|
|
|
|
'Antarctica/Troll' => { |
5979
|
|
|
|
|
|
|
exemplarCity => q#ټول#, |
5980
|
|
|
|
|
|
|
}, |
5981
|
|
|
|
|
|
|
'Antarctica/Vostok' => { |
5982
|
|
|
|
|
|
|
exemplarCity => q#واستوک#, |
5983
|
|
|
|
|
|
|
}, |
5984
|
|
|
|
|
|
|
'Apia' => { |
5985
|
|
|
|
|
|
|
long => { |
5986
|
|
|
|
|
|
|
'daylight' => q#د اپیا د ورځې وخت#, |
5987
|
|
|
|
|
|
|
'generic' => q#د اپیا وخت#, |
5988
|
|
|
|
|
|
|
'standard' => q#د اپیا معياري وخت#, |
5989
|
|
|
|
|
|
|
}, |
5990
|
|
|
|
|
|
|
}, |
5991
|
|
|
|
|
|
|
'Arabian' => { |
5992
|
|
|
|
|
|
|
long => { |
5993
|
|
|
|
|
|
|
'daylight' => q#د عربي ورځپاڼې وخت#, |
5994
|
|
|
|
|
|
|
'generic' => q#عربي وخت#, |
5995
|
|
|
|
|
|
|
'standard' => q#عربي معیاري وخت#, |
5996
|
|
|
|
|
|
|
}, |
5997
|
|
|
|
|
|
|
}, |
5998
|
|
|
|
|
|
|
'Arctic/Longyearbyen' => { |
5999
|
|
|
|
|
|
|
exemplarCity => q#لاندینبیبین#, |
6000
|
|
|
|
|
|
|
}, |
6001
|
|
|
|
|
|
|
'Argentina' => { |
6002
|
|
|
|
|
|
|
long => { |
6003
|
|
|
|
|
|
|
'daylight' => q#ارجنټاین اوړي وخت#, |
6004
|
|
|
|
|
|
|
'generic' => q#ارجنټاین وخت#, |
6005
|
|
|
|
|
|
|
'standard' => q#ارجنټاین معیاری وخت#, |
6006
|
|
|
|
|
|
|
}, |
6007
|
|
|
|
|
|
|
}, |
6008
|
|
|
|
|
|
|
'Argentina_Western' => { |
6009
|
|
|
|
|
|
|
long => { |
6010
|
|
|
|
|
|
|
'daylight' => q#غربي ارجنټاین اوړي وخت#, |
6011
|
|
|
|
|
|
|
'generic' => q#غربي ارجنټاین وخت#, |
6012
|
|
|
|
|
|
|
'standard' => q#غربي ارجنټاین معیاری وخت#, |
6013
|
|
|
|
|
|
|
}, |
6014
|
|
|
|
|
|
|
}, |
6015
|
|
|
|
|
|
|
'Armenia' => { |
6016
|
|
|
|
|
|
|
long => { |
6017
|
|
|
|
|
|
|
'daylight' => q#ارمنستان سمر وخت#, |
6018
|
|
|
|
|
|
|
'generic' => q#ارمنستان وخت#, |
6019
|
|
|
|
|
|
|
'standard' => q#ارمنستان معياري وخت#, |
6020
|
|
|
|
|
|
|
}, |
6021
|
|
|
|
|
|
|
}, |
6022
|
|
|
|
|
|
|
'Asia/Aden' => { |
6023
|
|
|
|
|
|
|
exemplarCity => q#اډن#, |
6024
|
|
|
|
|
|
|
}, |
6025
|
|
|
|
|
|
|
'Asia/Almaty' => { |
6026
|
|
|
|
|
|
|
exemplarCity => q#الماتی#, |
6027
|
|
|
|
|
|
|
}, |
6028
|
|
|
|
|
|
|
'Asia/Amman' => { |
6029
|
|
|
|
|
|
|
exemplarCity => q#اممان#, |
6030
|
|
|
|
|
|
|
}, |
6031
|
|
|
|
|
|
|
'Asia/Anadyr' => { |
6032
|
|
|
|
|
|
|
exemplarCity => q#اناډير#, |
6033
|
|
|
|
|
|
|
}, |
6034
|
|
|
|
|
|
|
'Asia/Aqtau' => { |
6035
|
|
|
|
|
|
|
exemplarCity => q#اکاټو#, |
6036
|
|
|
|
|
|
|
}, |
6037
|
|
|
|
|
|
|
'Asia/Aqtobe' => { |
6038
|
|
|
|
|
|
|
exemplarCity => q#اکتوب#, |
6039
|
|
|
|
|
|
|
}, |
6040
|
|
|
|
|
|
|
'Asia/Ashgabat' => { |
6041
|
|
|
|
|
|
|
exemplarCity => q#اشغ آباد#, |
6042
|
|
|
|
|
|
|
}, |
6043
|
|
|
|
|
|
|
'Asia/Atyrau' => { |
6044
|
|
|
|
|
|
|
exemplarCity => q#اېټراو#, |
6045
|
|
|
|
|
|
|
}, |
6046
|
|
|
|
|
|
|
'Asia/Baghdad' => { |
6047
|
|
|
|
|
|
|
exemplarCity => q#بغداد#, |
6048
|
|
|
|
|
|
|
}, |
6049
|
|
|
|
|
|
|
'Asia/Bahrain' => { |
6050
|
|
|
|
|
|
|
exemplarCity => q#بحرین#, |
6051
|
|
|
|
|
|
|
}, |
6052
|
|
|
|
|
|
|
'Asia/Baku' => { |
6053
|
|
|
|
|
|
|
exemplarCity => q#باکو#, |
6054
|
|
|
|
|
|
|
}, |
6055
|
|
|
|
|
|
|
'Asia/Bangkok' => { |
6056
|
|
|
|
|
|
|
exemplarCity => q#بانکاک#, |
6057
|
|
|
|
|
|
|
}, |
6058
|
|
|
|
|
|
|
'Asia/Barnaul' => { |
6059
|
|
|
|
|
|
|
exemplarCity => q#برنول#, |
6060
|
|
|
|
|
|
|
}, |
6061
|
|
|
|
|
|
|
'Asia/Beirut' => { |
6062
|
|
|
|
|
|
|
exemplarCity => q#بیروت#, |
6063
|
|
|
|
|
|
|
}, |
6064
|
|
|
|
|
|
|
'Asia/Bishkek' => { |
6065
|
|
|
|
|
|
|
exemplarCity => q#بشکیک#, |
6066
|
|
|
|
|
|
|
}, |
6067
|
|
|
|
|
|
|
'Asia/Brunei' => { |
6068
|
|
|
|
|
|
|
exemplarCity => q#برویني#, |
6069
|
|
|
|
|
|
|
}, |
6070
|
|
|
|
|
|
|
'Asia/Calcutta' => { |
6071
|
|
|
|
|
|
|
exemplarCity => q#کولکته#, |
6072
|
|
|
|
|
|
|
}, |
6073
|
|
|
|
|
|
|
'Asia/Chita' => { |
6074
|
|
|
|
|
|
|
exemplarCity => q#چيتا#, |
6075
|
|
|
|
|
|
|
}, |
6076
|
|
|
|
|
|
|
'Asia/Choibalsan' => { |
6077
|
|
|
|
|
|
|
exemplarCity => q#Choibalsan#, |
6078
|
|
|
|
|
|
|
}, |
6079
|
|
|
|
|
|
|
'Asia/Colombo' => { |
6080
|
|
|
|
|
|
|
exemplarCity => q#کولمبو#, |
6081
|
|
|
|
|
|
|
}, |
6082
|
|
|
|
|
|
|
'Asia/Damascus' => { |
6083
|
|
|
|
|
|
|
exemplarCity => q#دمشق#, |
6084
|
|
|
|
|
|
|
}, |
6085
|
|
|
|
|
|
|
'Asia/Dhaka' => { |
6086
|
|
|
|
|
|
|
exemplarCity => q#ډهاکه#, |
6087
|
|
|
|
|
|
|
}, |
6088
|
|
|
|
|
|
|
'Asia/Dili' => { |
6089
|
|
|
|
|
|
|
exemplarCity => q#ديلي#, |
6090
|
|
|
|
|
|
|
}, |
6091
|
|
|
|
|
|
|
'Asia/Dubai' => { |
6092
|
|
|
|
|
|
|
exemplarCity => q#دوبی#, |
6093
|
|
|
|
|
|
|
}, |
6094
|
|
|
|
|
|
|
'Asia/Dushanbe' => { |
6095
|
|
|
|
|
|
|
exemplarCity => q#دوشنبي#, |
6096
|
|
|
|
|
|
|
}, |
6097
|
|
|
|
|
|
|
'Asia/Famagusta' => { |
6098
|
|
|
|
|
|
|
exemplarCity => q#Famagusta#, |
6099
|
|
|
|
|
|
|
}, |
6100
|
|
|
|
|
|
|
'Asia/Gaza' => { |
6101
|
|
|
|
|
|
|
exemplarCity => q#غزه#, |
6102
|
|
|
|
|
|
|
}, |
6103
|
|
|
|
|
|
|
'Asia/Hebron' => { |
6104
|
|
|
|
|
|
|
exemplarCity => q#هبرون#, |
6105
|
|
|
|
|
|
|
}, |
6106
|
|
|
|
|
|
|
'Asia/Hong_Kong' => { |
6107
|
|
|
|
|
|
|
exemplarCity => q#هانګ کانګ#, |
6108
|
|
|
|
|
|
|
}, |
6109
|
|
|
|
|
|
|
'Asia/Hovd' => { |
6110
|
|
|
|
|
|
|
exemplarCity => q#Hovd#, |
6111
|
|
|
|
|
|
|
}, |
6112
|
|
|
|
|
|
|
'Asia/Irkutsk' => { |
6113
|
|
|
|
|
|
|
exemplarCity => q#ایرکوټس#, |
6114
|
|
|
|
|
|
|
}, |
6115
|
|
|
|
|
|
|
'Asia/Jakarta' => { |
6116
|
|
|
|
|
|
|
exemplarCity => q#جاکارټا#, |
6117
|
|
|
|
|
|
|
}, |
6118
|
|
|
|
|
|
|
'Asia/Jayapura' => { |
6119
|
|
|
|
|
|
|
exemplarCity => q#جاپورا#, |
6120
|
|
|
|
|
|
|
}, |
6121
|
|
|
|
|
|
|
'Asia/Jerusalem' => { |
6122
|
|
|
|
|
|
|
exemplarCity => q#یهودان#, |
6123
|
|
|
|
|
|
|
}, |
6124
|
|
|
|
|
|
|
'Asia/Kabul' => { |
6125
|
|
|
|
|
|
|
exemplarCity => q#کابل#, |
6126
|
|
|
|
|
|
|
}, |
6127
|
|
|
|
|
|
|
'Asia/Kamchatka' => { |
6128
|
|
|
|
|
|
|
exemplarCity => q#کامچاتکا#, |
6129
|
|
|
|
|
|
|
}, |
6130
|
|
|
|
|
|
|
'Asia/Karachi' => { |
6131
|
|
|
|
|
|
|
exemplarCity => q#کراچي#, |
6132
|
|
|
|
|
|
|
}, |
6133
|
|
|
|
|
|
|
'Asia/Katmandu' => { |
6134
|
|
|
|
|
|
|
exemplarCity => q#کټمنډو#, |
6135
|
|
|
|
|
|
|
}, |
6136
|
|
|
|
|
|
|
'Asia/Khandyga' => { |
6137
|
|
|
|
|
|
|
exemplarCity => q#خندګي#, |
6138
|
|
|
|
|
|
|
}, |
6139
|
|
|
|
|
|
|
'Asia/Krasnoyarsk' => { |
6140
|
|
|
|
|
|
|
exemplarCity => q#کریسایویارسک#, |
6141
|
|
|
|
|
|
|
}, |
6142
|
|
|
|
|
|
|
'Asia/Kuala_Lumpur' => { |
6143
|
|
|
|
|
|
|
exemplarCity => q#کولالمپور#, |
6144
|
|
|
|
|
|
|
}, |
6145
|
|
|
|
|
|
|
'Asia/Kuching' => { |
6146
|
|
|
|
|
|
|
exemplarCity => q#کوچيګ#, |
6147
|
|
|
|
|
|
|
}, |
6148
|
|
|
|
|
|
|
'Asia/Kuwait' => { |
6149
|
|
|
|
|
|
|
exemplarCity => q#کویټ#, |
6150
|
|
|
|
|
|
|
}, |
6151
|
|
|
|
|
|
|
'Asia/Macau' => { |
6152
|
|
|
|
|
|
|
exemplarCity => q#مکا#, |
6153
|
|
|
|
|
|
|
}, |
6154
|
|
|
|
|
|
|
'Asia/Magadan' => { |
6155
|
|
|
|
|
|
|
exemplarCity => q#مګدان#, |
6156
|
|
|
|
|
|
|
}, |
6157
|
|
|
|
|
|
|
'Asia/Makassar' => { |
6158
|
|
|
|
|
|
|
exemplarCity => q#مکاسار#, |
6159
|
|
|
|
|
|
|
}, |
6160
|
|
|
|
|
|
|
'Asia/Manila' => { |
6161
|
|
|
|
|
|
|
exemplarCity => q#منیلا#, |
6162
|
|
|
|
|
|
|
}, |
6163
|
|
|
|
|
|
|
'Asia/Muscat' => { |
6164
|
|
|
|
|
|
|
exemplarCity => q#مسکټ#, |
6165
|
|
|
|
|
|
|
}, |
6166
|
|
|
|
|
|
|
'Asia/Nicosia' => { |
6167
|
|
|
|
|
|
|
exemplarCity => q#نیکوسیا#, |
6168
|
|
|
|
|
|
|
}, |
6169
|
|
|
|
|
|
|
'Asia/Novokuznetsk' => { |
6170
|
|
|
|
|
|
|
exemplarCity => q#نووکوزنیټک#, |
6171
|
|
|
|
|
|
|
}, |
6172
|
|
|
|
|
|
|
'Asia/Novosibirsk' => { |
6173
|
|
|
|
|
|
|
exemplarCity => q#نووسوسبیرک#, |
6174
|
|
|
|
|
|
|
}, |
6175
|
|
|
|
|
|
|
'Asia/Omsk' => { |
6176
|
|
|
|
|
|
|
exemplarCity => q#اوک#, |
6177
|
|
|
|
|
|
|
}, |
6178
|
|
|
|
|
|
|
'Asia/Oral' => { |
6179
|
|
|
|
|
|
|
exemplarCity => q#اورل#, |
6180
|
|
|
|
|
|
|
}, |
6181
|
|
|
|
|
|
|
'Asia/Phnom_Penh' => { |
6182
|
|
|
|
|
|
|
exemplarCity => q#دوم قلم#, |
6183
|
|
|
|
|
|
|
}, |
6184
|
|
|
|
|
|
|
'Asia/Pontianak' => { |
6185
|
|
|
|
|
|
|
exemplarCity => q#پونټینیک#, |
6186
|
|
|
|
|
|
|
}, |
6187
|
|
|
|
|
|
|
'Asia/Pyongyang' => { |
6188
|
|
|
|
|
|
|
exemplarCity => q#پیونگګنګ#, |
6189
|
|
|
|
|
|
|
}, |
6190
|
|
|
|
|
|
|
'Asia/Qatar' => { |
6191
|
|
|
|
|
|
|
exemplarCity => q#قطر#, |
6192
|
|
|
|
|
|
|
}, |
6193
|
|
|
|
|
|
|
'Asia/Qyzylorda' => { |
6194
|
|
|
|
|
|
|
exemplarCity => q#قزیلیلرا#, |
6195
|
|
|
|
|
|
|
}, |
6196
|
|
|
|
|
|
|
'Asia/Rangoon' => { |
6197
|
|
|
|
|
|
|
exemplarCity => q#یانګون#, |
6198
|
|
|
|
|
|
|
}, |
6199
|
|
|
|
|
|
|
'Asia/Riyadh' => { |
6200
|
|
|
|
|
|
|
exemplarCity => q#رياض#, |
6201
|
|
|
|
|
|
|
}, |
6202
|
|
|
|
|
|
|
'Asia/Saigon' => { |
6203
|
|
|
|
|
|
|
exemplarCity => q#هو چي مينه#, |
6204
|
|
|
|
|
|
|
}, |
6205
|
|
|
|
|
|
|
'Asia/Sakhalin' => { |
6206
|
|
|
|
|
|
|
exemplarCity => q#سخنین#, |
6207
|
|
|
|
|
|
|
}, |
6208
|
|
|
|
|
|
|
'Asia/Samarkand' => { |
6209
|
|
|
|
|
|
|
exemplarCity => q#سمرقند#, |
6210
|
|
|
|
|
|
|
}, |
6211
|
|
|
|
|
|
|
'Asia/Seoul' => { |
6212
|
|
|
|
|
|
|
exemplarCity => q#سیول#, |
6213
|
|
|
|
|
|
|
}, |
6214
|
|
|
|
|
|
|
'Asia/Shanghai' => { |
6215
|
|
|
|
|
|
|
exemplarCity => q#شنگھائی#, |
6216
|
|
|
|
|
|
|
}, |
6217
|
|
|
|
|
|
|
'Asia/Singapore' => { |
6218
|
|
|
|
|
|
|
exemplarCity => q#سینګاپور#, |
6219
|
|
|
|
|
|
|
}, |
6220
|
|
|
|
|
|
|
'Asia/Srednekolymsk' => { |
6221
|
|
|
|
|
|
|
exemplarCity => q#سنینیکولوژیک#, |
6222
|
|
|
|
|
|
|
}, |
6223
|
|
|
|
|
|
|
'Asia/Taipei' => { |
6224
|
|
|
|
|
|
|
exemplarCity => q#تاپي#, |
6225
|
|
|
|
|
|
|
}, |
6226
|
|
|
|
|
|
|
'Asia/Tashkent' => { |
6227
|
|
|
|
|
|
|
exemplarCity => q#تاشکند#, |
6228
|
|
|
|
|
|
|
}, |
6229
|
|
|
|
|
|
|
'Asia/Tbilisi' => { |
6230
|
|
|
|
|
|
|
exemplarCity => q#تبلیسي#, |
6231
|
|
|
|
|
|
|
}, |
6232
|
|
|
|
|
|
|
'Asia/Tehran' => { |
6233
|
|
|
|
|
|
|
exemplarCity => q#تهران#, |
6234
|
|
|
|
|
|
|
}, |
6235
|
|
|
|
|
|
|
'Asia/Thimphu' => { |
6236
|
|
|
|
|
|
|
exemplarCity => q#تهيمفو#, |
6237
|
|
|
|
|
|
|
}, |
6238
|
|
|
|
|
|
|
'Asia/Tokyo' => { |
6239
|
|
|
|
|
|
|
exemplarCity => q#ټوکیو#, |
6240
|
|
|
|
|
|
|
}, |
6241
|
|
|
|
|
|
|
'Asia/Tomsk' => { |
6242
|
|
|
|
|
|
|
exemplarCity => q#توماس#, |
6243
|
|
|
|
|
|
|
}, |
6244
|
|
|
|
|
|
|
'Asia/Ulaanbaatar' => { |
6245
|
|
|
|
|
|
|
exemplarCity => q#اللانبیر#, |
6246
|
|
|
|
|
|
|
}, |
6247
|
|
|
|
|
|
|
'Asia/Urumqi' => { |
6248
|
|
|
|
|
|
|
exemplarCity => q#Urumqi#, |
6249
|
|
|
|
|
|
|
}, |
6250
|
|
|
|
|
|
|
'Asia/Ust-Nera' => { |
6251
|
|
|
|
|
|
|
exemplarCity => q#اوسترا#, |
6252
|
|
|
|
|
|
|
}, |
6253
|
|
|
|
|
|
|
'Asia/Vientiane' => { |
6254
|
|
|
|
|
|
|
exemplarCity => q#وینټینیا#, |
6255
|
|
|
|
|
|
|
}, |
6256
|
|
|
|
|
|
|
'Asia/Vladivostok' => { |
6257
|
|
|
|
|
|
|
exemplarCity => q#ولادیوستاک#, |
6258
|
|
|
|
|
|
|
}, |
6259
|
|
|
|
|
|
|
'Asia/Yakutsk' => { |
6260
|
|
|
|
|
|
|
exemplarCity => q#یااکټس#, |
6261
|
|
|
|
|
|
|
}, |
6262
|
|
|
|
|
|
|
'Asia/Yekaterinburg' => { |
6263
|
|
|
|
|
|
|
exemplarCity => q#یاراتینینګ برګ#, |
6264
|
|
|
|
|
|
|
}, |
6265
|
|
|
|
|
|
|
'Asia/Yerevan' => { |
6266
|
|
|
|
|
|
|
exemplarCity => q#ییران#, |
6267
|
|
|
|
|
|
|
}, |
6268
|
|
|
|
|
|
|
'Atlantic' => { |
6269
|
|
|
|
|
|
|
long => { |
6270
|
|
|
|
|
|
|
'daylight' => q#اتلانتیک د رڼا ورځې وخت#, |
6271
|
|
|
|
|
|
|
'generic' => q#اتلانتیک د وخت#, |
6272
|
|
|
|
|
|
|
'standard' => q#اتلانتیک معياري وخت#, |
6273
|
|
|
|
|
|
|
}, |
6274
|
|
|
|
|
|
|
}, |
6275
|
|
|
|
|
|
|
'Atlantic/Azores' => { |
6276
|
|
|
|
|
|
|
exemplarCity => q#Azores#, |
6277
|
|
|
|
|
|
|
}, |
6278
|
|
|
|
|
|
|
'Atlantic/Bermuda' => { |
6279
|
|
|
|
|
|
|
exemplarCity => q#برمودا#, |
6280
|
|
|
|
|
|
|
}, |
6281
|
|
|
|
|
|
|
'Atlantic/Canary' => { |
6282
|
|
|
|
|
|
|
exemplarCity => q#کیري#, |
6283
|
|
|
|
|
|
|
}, |
6284
|
|
|
|
|
|
|
'Atlantic/Cape_Verde' => { |
6285
|
|
|
|
|
|
|
exemplarCity => q#کېپ وردا#, |
6286
|
|
|
|
|
|
|
}, |
6287
|
|
|
|
|
|
|
'Atlantic/Faeroe' => { |
6288
|
|
|
|
|
|
|
exemplarCity => q#فارو#, |
6289
|
|
|
|
|
|
|
}, |
6290
|
|
|
|
|
|
|
'Atlantic/Madeira' => { |
6291
|
|
|
|
|
|
|
exemplarCity => q#مایررا#, |
6292
|
|
|
|
|
|
|
}, |
6293
|
|
|
|
|
|
|
'Atlantic/Reykjavik' => { |
6294
|
|
|
|
|
|
|
exemplarCity => q#ريکسجيک#, |
6295
|
|
|
|
|
|
|
}, |
6296
|
|
|
|
|
|
|
'Atlantic/South_Georgia' => { |
6297
|
|
|
|
|
|
|
exemplarCity => q#سویل جورجیا#, |
6298
|
|
|
|
|
|
|
}, |
6299
|
|
|
|
|
|
|
'Atlantic/St_Helena' => { |
6300
|
|
|
|
|
|
|
exemplarCity => q#سینټ هیلینا#, |
6301
|
|
|
|
|
|
|
}, |
6302
|
|
|
|
|
|
|
'Atlantic/Stanley' => { |
6303
|
|
|
|
|
|
|
exemplarCity => q#سټنلي#, |
6304
|
|
|
|
|
|
|
}, |
6305
|
|
|
|
|
|
|
'Australia/Adelaide' => { |
6306
|
|
|
|
|
|
|
exemplarCity => q#اډیلایډ#, |
6307
|
|
|
|
|
|
|
}, |
6308
|
|
|
|
|
|
|
'Australia/Brisbane' => { |
6309
|
|
|
|
|
|
|
exemplarCity => q#بریسبن#, |
6310
|
|
|
|
|
|
|
}, |
6311
|
|
|
|
|
|
|
'Australia/Broken_Hill' => { |
6312
|
|
|
|
|
|
|
exemplarCity => q#مات شوی هیل#, |
6313
|
|
|
|
|
|
|
}, |
6314
|
|
|
|
|
|
|
'Australia/Currie' => { |
6315
|
|
|
|
|
|
|
exemplarCity => q#کرري#, |
6316
|
|
|
|
|
|
|
}, |
6317
|
|
|
|
|
|
|
'Australia/Darwin' => { |
6318
|
|
|
|
|
|
|
exemplarCity => q#ډارون#, |
6319
|
|
|
|
|
|
|
}, |
6320
|
|
|
|
|
|
|
'Australia/Eucla' => { |
6321
|
|
|
|
|
|
|
exemplarCity => q#ایولیکا#, |
6322
|
|
|
|
|
|
|
}, |
6323
|
|
|
|
|
|
|
'Australia/Hobart' => { |
6324
|
|
|
|
|
|
|
exemplarCity => q#هوبارټ#, |
6325
|
|
|
|
|
|
|
}, |
6326
|
|
|
|
|
|
|
'Australia/Lindeman' => { |
6327
|
|
|
|
|
|
|
exemplarCity => q#لینډامین#, |
6328
|
|
|
|
|
|
|
}, |
6329
|
|
|
|
|
|
|
'Australia/Lord_Howe' => { |
6330
|
|
|
|
|
|
|
exemplarCity => q#رب هیله#, |
6331
|
|
|
|
|
|
|
}, |
6332
|
|
|
|
|
|
|
'Australia/Melbourne' => { |
6333
|
|
|
|
|
|
|
exemplarCity => q#میلبورن#, |
6334
|
|
|
|
|
|
|
}, |
6335
|
|
|
|
|
|
|
'Australia/Perth' => { |
6336
|
|
|
|
|
|
|
exemplarCity => q#پورت#, |
6337
|
|
|
|
|
|
|
}, |
6338
|
|
|
|
|
|
|
'Australia/Sydney' => { |
6339
|
|
|
|
|
|
|
exemplarCity => q#سډني#, |
6340
|
|
|
|
|
|
|
}, |
6341
|
|
|
|
|
|
|
'Australia_Central' => { |
6342
|
|
|
|
|
|
|
long => { |
6343
|
|
|
|
|
|
|
'daylight' => q#د آسټرالیا مرکزي مرکزی ورځ#, |
6344
|
|
|
|
|
|
|
'generic' => q#د مرکزي آسټر وخت#, |
6345
|
|
|
|
|
|
|
'standard' => q#د اسټرالیا مرکزي مرکزي معیار#, |
6346
|
|
|
|
|
|
|
}, |
6347
|
|
|
|
|
|
|
}, |
6348
|
|
|
|
|
|
|
'Australia_CentralWestern' => { |
6349
|
|
|
|
|
|
|
long => { |
6350
|
|
|
|
|
|
|
'daylight' => q#د آسټرالیا مرکزي مرکزی لویدیځ د وخت وخت#, |
6351
|
|
|
|
|
|
|
'generic' => q#د آسټرالیا مرکزی لویدیځ وخت#, |
6352
|
|
|
|
|
|
|
'standard' => q#د آسټرالیا مرکزي لویدیځ معیاري وخت#, |
6353
|
|
|
|
|
|
|
}, |
6354
|
|
|
|
|
|
|
}, |
6355
|
|
|
|
|
|
|
'Australia_Eastern' => { |
6356
|
|
|
|
|
|
|
long => { |
6357
|
|
|
|
|
|
|
'daylight' => q#د اسټرالیا ختیځ ختیځ ورځی وخت#, |
6358
|
|
|
|
|
|
|
'generic' => q#د ختیځ آسټر وخت#, |
6359
|
|
|
|
|
|
|
'standard' => q#د آسټرالیا ختیځ معیاري وخت#, |
6360
|
|
|
|
|
|
|
}, |
6361
|
|
|
|
|
|
|
}, |
6362
|
|
|
|
|
|
|
'Australia_Western' => { |
6363
|
|
|
|
|
|
|
long => { |
6364
|
|
|
|
|
|
|
'daylight' => q#د اسټرالیا لویدیځ د ورځې وخت#, |
6365
|
|
|
|
|
|
|
'generic' => q#د لویدیځ آسټرالیا وخت#, |
6366
|
|
|
|
|
|
|
'standard' => q#د اسټرالیا لویدیز معیار#, |
6367
|
|
|
|
|
|
|
}, |
6368
|
|
|
|
|
|
|
}, |
6369
|
|
|
|
|
|
|
'Azerbaijan' => { |
6370
|
|
|
|
|
|
|
long => { |
6371
|
|
|
|
|
|
|
'daylight' => q#د اذرباییجان سمر وخت#, |
6372
|
|
|
|
|
|
|
'generic' => q#د آذربايجان وخت#, |
6373
|
|
|
|
|
|
|
'standard' => q#آذربايجان معياري وخت#, |
6374
|
|
|
|
|
|
|
}, |
6375
|
|
|
|
|
|
|
}, |
6376
|
|
|
|
|
|
|
'Azores' => { |
6377
|
|
|
|
|
|
|
long => { |
6378
|
|
|
|
|
|
|
'daylight' => q#Azores سمر وخت#, |
6379
|
|
|
|
|
|
|
'generic' => q#Azores Time#, |
6380
|
|
|
|
|
|
|
'standard' => q#Azores معياري وخت#, |
6381
|
|
|
|
|
|
|
}, |
6382
|
|
|
|
|
|
|
}, |
6383
|
|
|
|
|
|
|
'Bangladesh' => { |
6384
|
|
|
|
|
|
|
long => { |
6385
|
|
|
|
|
|
|
'daylight' => q#د بنگله دیش د سمر وخت#, |
6386
|
|
|
|
|
|
|
'generic' => q#بنگله دېش وخت#, |
6387
|
|
|
|
|
|
|
'standard' => q#د بنګلادیش معیاري وخت#, |
6388
|
|
|
|
|
|
|
}, |
6389
|
|
|
|
|
|
|
}, |
6390
|
|
|
|
|
|
|
'Bhutan' => { |
6391
|
|
|
|
|
|
|
long => { |
6392
|
|
|
|
|
|
|
'standard' => q#د بوتان وخت#, |
6393
|
|
|
|
|
|
|
}, |
6394
|
|
|
|
|
|
|
}, |
6395
|
|
|
|
|
|
|
'Bolivia' => { |
6396
|
|
|
|
|
|
|
long => { |
6397
|
|
|
|
|
|
|
'standard' => q#بولیویا وخت#, |
6398
|
|
|
|
|
|
|
}, |
6399
|
|
|
|
|
|
|
}, |
6400
|
|
|
|
|
|
|
'Brasilia' => { |
6401
|
|
|
|
|
|
|
long => { |
6402
|
|
|
|
|
|
|
'daylight' => q#برسلیا اوړي وخت#, |
6403
|
|
|
|
|
|
|
'generic' => q#برسلیا وخت#, |
6404
|
|
|
|
|
|
|
'standard' => q#برسلیا معیاری وخت#, |
6405
|
|
|
|
|
|
|
}, |
6406
|
|
|
|
|
|
|
}, |
6407
|
|
|
|
|
|
|
'Brunei' => { |
6408
|
|
|
|
|
|
|
long => { |
6409
|
|
|
|
|
|
|
'standard' => q#د بروني درسلام وخت#, |
6410
|
|
|
|
|
|
|
}, |
6411
|
|
|
|
|
|
|
}, |
6412
|
|
|
|
|
|
|
'Cape_Verde' => { |
6413
|
|
|
|
|
|
|
long => { |
6414
|
|
|
|
|
|
|
'daylight' => q#کیپ وردډ سمر وخت#, |
6415
|
|
|
|
|
|
|
'generic' => q#کیپ وردډ وخت#, |
6416
|
|
|
|
|
|
|
'standard' => q#کیپ وردډ معياري وخت#, |
6417
|
|
|
|
|
|
|
}, |
6418
|
|
|
|
|
|
|
}, |
6419
|
|
|
|
|
|
|
'Chamorro' => { |
6420
|
|
|
|
|
|
|
long => { |
6421
|
|
|
|
|
|
|
'standard' => q#چمارو معياري وخت#, |
6422
|
|
|
|
|
|
|
}, |
6423
|
|
|
|
|
|
|
}, |
6424
|
|
|
|
|
|
|
'Chatham' => { |
6425
|
|
|
|
|
|
|
long => { |
6426
|
|
|
|
|
|
|
'daylight' => q#د چتام ورځی وخت#, |
6427
|
|
|
|
|
|
|
'generic' => q#چامام وخت#, |
6428
|
|
|
|
|
|
|
'standard' => q#د چمتم معياري وخت#, |
6429
|
|
|
|
|
|
|
}, |
6430
|
|
|
|
|
|
|
}, |
6431
|
|
|
|
|
|
|
'Chile' => { |
6432
|
|
|
|
|
|
|
long => { |
6433
|
|
|
|
|
|
|
'daylight' => q#چلی اوړي وخت#, |
6434
|
|
|
|
|
|
|
'generic' => q#چلی وخت#, |
6435
|
|
|
|
|
|
|
'standard' => q#چلی معیاری وخت#, |
6436
|
|
|
|
|
|
|
}, |
6437
|
|
|
|
|
|
|
}, |
6438
|
|
|
|
|
|
|
'China' => { |
6439
|
|
|
|
|
|
|
long => { |
6440
|
|
|
|
|
|
|
'daylight' => q#د چين د رڼا ورځې وخت#, |
6441
|
|
|
|
|
|
|
'generic' => q#چين وخت#, |
6442
|
|
|
|
|
|
|
'standard' => q#چین معیاري وخت#, |
6443
|
|
|
|
|
|
|
}, |
6444
|
|
|
|
|
|
|
}, |
6445
|
|
|
|
|
|
|
'Choibalsan' => { |
6446
|
|
|
|
|
|
|
long => { |
6447
|
|
|
|
|
|
|
'daylight' => q#چوئیبیلسن اوړي وخت#, |
6448
|
|
|
|
|
|
|
'generic' => q#چوئیبیلسن وخت#, |
6449
|
|
|
|
|
|
|
'standard' => q#چوئیبیلسن معیاری وخت#, |
6450
|
|
|
|
|
|
|
}, |
6451
|
|
|
|
|
|
|
}, |
6452
|
|
|
|
|
|
|
'Christmas' => { |
6453
|
|
|
|
|
|
|
long => { |
6454
|
|
|
|
|
|
|
'standard' => q#د کریسټ ټاپو وخت#, |
6455
|
|
|
|
|
|
|
}, |
6456
|
|
|
|
|
|
|
}, |
6457
|
|
|
|
|
|
|
'Cocos' => { |
6458
|
|
|
|
|
|
|
long => { |
6459
|
|
|
|
|
|
|
'standard' => q#د کوکوز ټاپوز وخت#, |
6460
|
|
|
|
|
|
|
}, |
6461
|
|
|
|
|
|
|
}, |
6462
|
|
|
|
|
|
|
'Colombia' => { |
6463
|
|
|
|
|
|
|
long => { |
6464
|
|
|
|
|
|
|
'daylight' => q#کولمبیا اوړي وخت#, |
6465
|
|
|
|
|
|
|
'generic' => q#کولمبیا وخت#, |
6466
|
|
|
|
|
|
|
'standard' => q#کولمبیا معیاری وخت#, |
6467
|
|
|
|
|
|
|
}, |
6468
|
|
|
|
|
|
|
}, |
6469
|
|
|
|
|
|
|
'Cook' => { |
6470
|
|
|
|
|
|
|
long => { |
6471
|
|
|
|
|
|
|
'daylight' => q#د کوک ټاپو نیمه سمر وخت#, |
6472
|
|
|
|
|
|
|
'generic' => q#د کوک ټاپوز وخت#, |
6473
|
|
|
|
|
|
|
'standard' => q#د کوک ټاپوز معياري وخت#, |
6474
|
|
|
|
|
|
|
}, |
6475
|
|
|
|
|
|
|
}, |
6476
|
|
|
|
|
|
|
'Cuba' => { |
6477
|
|
|
|
|
|
|
long => { |
6478
|
|
|
|
|
|
|
'daylight' => q#کیوبا د رڼا ورځې وخت#, |
6479
|
|
|
|
|
|
|
'generic' => q#کیوبا د وخت#, |
6480
|
|
|
|
|
|
|
'standard' => q#کیوبا معياري وخت#, |
6481
|
|
|
|
|
|
|
}, |
6482
|
|
|
|
|
|
|
}, |
6483
|
|
|
|
|
|
|
'Davis' => { |
6484
|
|
|
|
|
|
|
long => { |
6485
|
|
|
|
|
|
|
'standard' => q#دیوس وخت#, |
6486
|
|
|
|
|
|
|
}, |
6487
|
|
|
|
|
|
|
}, |
6488
|
|
|
|
|
|
|
'DumontDUrville' => { |
6489
|
|
|
|
|
|
|
long => { |
6490
|
|
|
|
|
|
|
'standard' => q#ډومونټ-ډیریلوی وخت#, |
6491
|
|
|
|
|
|
|
}, |
6492
|
|
|
|
|
|
|
}, |
6493
|
|
|
|
|
|
|
'East_Timor' => { |
6494
|
|
|
|
|
|
|
long => { |
6495
|
|
|
|
|
|
|
'standard' => q#ختیځ ختیځ تیمور وخت#, |
6496
|
|
|
|
|
|
|
}, |
6497
|
|
|
|
|
|
|
}, |
6498
|
|
|
|
|
|
|
'Easter' => { |
6499
|
|
|
|
|
|
|
long => { |
6500
|
|
|
|
|
|
|
'daylight' => q#ايستر ټاپو اوړي وخت#, |
6501
|
|
|
|
|
|
|
'generic' => q#ايستر ټاپو وخت#, |
6502
|
|
|
|
|
|
|
'standard' => q#ايستر ټاپو معياري وخت#, |
6503
|
|
|
|
|
|
|
}, |
6504
|
|
|
|
|
|
|
}, |
6505
|
|
|
|
|
|
|
'Ecuador' => { |
6506
|
|
|
|
|
|
|
long => { |
6507
|
|
|
|
|
|
|
'standard' => q#د اکوادور وخت#, |
6508
|
|
|
|
|
|
|
}, |
6509
|
|
|
|
|
|
|
}, |
6510
|
|
|
|
|
|
|
'Etc/UTC' => { |
6511
|
|
|
|
|
|
|
long => { |
6512
|
|
|
|
|
|
|
'standard' => q#همغږۍ نړیواله موده#, |
6513
|
|
|
|
|
|
|
}, |
6514
|
|
|
|
|
|
|
}, |
6515
|
|
|
|
|
|
|
'Etc/Unknown' => { |
6516
|
|
|
|
|
|
|
exemplarCity => q#نامعلوم ښار#, |
6517
|
|
|
|
|
|
|
}, |
6518
|
|
|
|
|
|
|
'Europe/Amsterdam' => { |
6519
|
|
|
|
|
|
|
exemplarCity => q#امستردام#, |
6520
|
|
|
|
|
|
|
}, |
6521
|
|
|
|
|
|
|
'Europe/Andorra' => { |
6522
|
|
|
|
|
|
|
exemplarCity => q#اندورا#, |
6523
|
|
|
|
|
|
|
}, |
6524
|
|
|
|
|
|
|
'Europe/Astrakhan' => { |
6525
|
|
|
|
|
|
|
exemplarCity => q#آسترخان#, |
6526
|
|
|
|
|
|
|
}, |
6527
|
|
|
|
|
|
|
'Europe/Athens' => { |
6528
|
|
|
|
|
|
|
exemplarCity => q#ایترین#, |
6529
|
|
|
|
|
|
|
}, |
6530
|
|
|
|
|
|
|
'Europe/Belgrade' => { |
6531
|
|
|
|
|
|
|
exemplarCity => q#بلغاد#, |
6532
|
|
|
|
|
|
|
}, |
6533
|
|
|
|
|
|
|
'Europe/Berlin' => { |
6534
|
|
|
|
|
|
|
exemplarCity => q#برلین#, |
6535
|
|
|
|
|
|
|
}, |
6536
|
|
|
|
|
|
|
'Europe/Bratislava' => { |
6537
|
|
|
|
|
|
|
exemplarCity => q#براتسکوا#, |
6538
|
|
|
|
|
|
|
}, |
6539
|
|
|
|
|
|
|
'Europe/Brussels' => { |
6540
|
|
|
|
|
|
|
exemplarCity => q#بروسلز#, |
6541
|
|
|
|
|
|
|
}, |
6542
|
|
|
|
|
|
|
'Europe/Bucharest' => { |
6543
|
|
|
|
|
|
|
exemplarCity => q#بخارست#, |
6544
|
|
|
|
|
|
|
}, |
6545
|
|
|
|
|
|
|
'Europe/Budapest' => { |
6546
|
|
|
|
|
|
|
exemplarCity => q#بوډاپیس#, |
6547
|
|
|
|
|
|
|
}, |
6548
|
|
|
|
|
|
|
'Europe/Busingen' => { |
6549
|
|
|
|
|
|
|
exemplarCity => q#بسینګین#, |
6550
|
|
|
|
|
|
|
}, |
6551
|
|
|
|
|
|
|
'Europe/Chisinau' => { |
6552
|
|
|
|
|
|
|
exemplarCity => q#چیسینو#, |
6553
|
|
|
|
|
|
|
}, |
6554
|
|
|
|
|
|
|
'Europe/Copenhagen' => { |
6555
|
|
|
|
|
|
|
exemplarCity => q#کوپینګنګ#, |
6556
|
|
|
|
|
|
|
}, |
6557
|
|
|
|
|
|
|
'Europe/Dublin' => { |
6558
|
|
|
|
|
|
|
exemplarCity => q#ډوبلین#, |
6559
|
|
|
|
|
|
|
long => { |
6560
|
|
|
|
|
|
|
'daylight' => q#ایراني معیاري وخ#, |
6561
|
|
|
|
|
|
|
}, |
6562
|
|
|
|
|
|
|
}, |
6563
|
|
|
|
|
|
|
'Europe/Gibraltar' => { |
6564
|
|
|
|
|
|
|
exemplarCity => q#جبل الطارق#, |
6565
|
|
|
|
|
|
|
}, |
6566
|
|
|
|
|
|
|
'Europe/Guernsey' => { |
6567
|
|
|
|
|
|
|
exemplarCity => q#ګرنسي#, |
6568
|
|
|
|
|
|
|
}, |
6569
|
|
|
|
|
|
|
'Europe/Helsinki' => { |
6570
|
|
|
|
|
|
|
exemplarCity => q#هیلسنکی#, |
6571
|
|
|
|
|
|
|
}, |
6572
|
|
|
|
|
|
|
'Europe/Isle_of_Man' => { |
6573
|
|
|
|
|
|
|
exemplarCity => q#د آئل آف مین#, |
6574
|
|
|
|
|
|
|
}, |
6575
|
|
|
|
|
|
|
'Europe/Istanbul' => { |
6576
|
|
|
|
|
|
|
exemplarCity => q#استانبول#, |
6577
|
|
|
|
|
|
|
}, |
6578
|
|
|
|
|
|
|
'Europe/Jersey' => { |
6579
|
|
|
|
|
|
|
exemplarCity => q#جرسی#, |
6580
|
|
|
|
|
|
|
}, |
6581
|
|
|
|
|
|
|
'Europe/Kaliningrad' => { |
6582
|
|
|
|
|
|
|
exemplarCity => q#کیليینګراډر#, |
6583
|
|
|
|
|
|
|
}, |
6584
|
|
|
|
|
|
|
'Europe/Kiev' => { |
6585
|
|
|
|
|
|
|
exemplarCity => q#کیو#, |
6586
|
|
|
|
|
|
|
}, |
6587
|
|
|
|
|
|
|
'Europe/Kirov' => { |
6588
|
|
|
|
|
|
|
exemplarCity => q#کیروف#, |
6589
|
|
|
|
|
|
|
}, |
6590
|
|
|
|
|
|
|
'Europe/Lisbon' => { |
6591
|
|
|
|
|
|
|
exemplarCity => q#لیسبون#, |
6592
|
|
|
|
|
|
|
}, |
6593
|
|
|
|
|
|
|
'Europe/Ljubljana' => { |
6594
|
|
|
|
|
|
|
exemplarCity => q#لوججانا#, |
6595
|
|
|
|
|
|
|
}, |
6596
|
|
|
|
|
|
|
'Europe/London' => { |
6597
|
|
|
|
|
|
|
exemplarCity => q#لندن#, |
6598
|
|
|
|
|
|
|
long => { |
6599
|
|
|
|
|
|
|
'daylight' => q#د انګلستان سمر وخت#, |
6600
|
|
|
|
|
|
|
}, |
6601
|
|
|
|
|
|
|
}, |
6602
|
|
|
|
|
|
|
'Europe/Luxembourg' => { |
6603
|
|
|
|
|
|
|
exemplarCity => q#لوګزامبورګ#, |
6604
|
|
|
|
|
|
|
}, |
6605
|
|
|
|
|
|
|
'Europe/Madrid' => { |
6606
|
|
|
|
|
|
|
exemplarCity => q#میډریډ#, |
6607
|
|
|
|
|
|
|
}, |
6608
|
|
|
|
|
|
|
'Europe/Malta' => { |
6609
|
|
|
|
|
|
|
exemplarCity => q#مالتا#, |
6610
|
|
|
|
|
|
|
}, |
6611
|
|
|
|
|
|
|
'Europe/Mariehamn' => { |
6612
|
|
|
|
|
|
|
exemplarCity => q#ماریاهمین#, |
6613
|
|
|
|
|
|
|
}, |
6614
|
|
|
|
|
|
|
'Europe/Minsk' => { |
6615
|
|
|
|
|
|
|
exemplarCity => q#منسک#, |
6616
|
|
|
|
|
|
|
}, |
6617
|
|
|
|
|
|
|
'Europe/Monaco' => { |
6618
|
|
|
|
|
|
|
exemplarCity => q#موناکو#, |
6619
|
|
|
|
|
|
|
}, |
6620
|
|
|
|
|
|
|
'Europe/Moscow' => { |
6621
|
|
|
|
|
|
|
exemplarCity => q#ماسکو#, |
6622
|
|
|
|
|
|
|
}, |
6623
|
|
|
|
|
|
|
'Europe/Oslo' => { |
6624
|
|
|
|
|
|
|
exemplarCity => q#اوسلو#, |
6625
|
|
|
|
|
|
|
}, |
6626
|
|
|
|
|
|
|
'Europe/Paris' => { |
6627
|
|
|
|
|
|
|
exemplarCity => q#پاریس#, |
6628
|
|
|
|
|
|
|
}, |
6629
|
|
|
|
|
|
|
'Europe/Podgorica' => { |
6630
|
|
|
|
|
|
|
exemplarCity => q#پوډورګویکا#, |
6631
|
|
|
|
|
|
|
}, |
6632
|
|
|
|
|
|
|
'Europe/Prague' => { |
6633
|
|
|
|
|
|
|
exemplarCity => q#پراګ#, |
6634
|
|
|
|
|
|
|
}, |
6635
|
|
|
|
|
|
|
'Europe/Riga' => { |
6636
|
|
|
|
|
|
|
exemplarCity => q#ریګ#, |
6637
|
|
|
|
|
|
|
}, |
6638
|
|
|
|
|
|
|
'Europe/Rome' => { |
6639
|
|
|
|
|
|
|
exemplarCity => q#روم#, |
6640
|
|
|
|
|
|
|
}, |
6641
|
|
|
|
|
|
|
'Europe/Samara' => { |
6642
|
|
|
|
|
|
|
exemplarCity => q#سمارا#, |
6643
|
|
|
|
|
|
|
}, |
6644
|
|
|
|
|
|
|
'Europe/San_Marino' => { |
6645
|
|
|
|
|
|
|
exemplarCity => q#سان مارینو#, |
6646
|
|
|
|
|
|
|
}, |
6647
|
|
|
|
|
|
|
'Europe/Sarajevo' => { |
6648
|
|
|
|
|
|
|
exemplarCity => q#سرجیو#, |
6649
|
|
|
|
|
|
|
}, |
6650
|
|
|
|
|
|
|
'Europe/Saratov' => { |
6651
|
|
|
|
|
|
|
exemplarCity => q#سراتف#, |
6652
|
|
|
|
|
|
|
}, |
6653
|
|
|
|
|
|
|
'Europe/Simferopol' => { |
6654
|
|
|
|
|
|
|
exemplarCity => q#سیمفروپول#, |
6655
|
|
|
|
|
|
|
}, |
6656
|
|
|
|
|
|
|
'Europe/Skopje' => { |
6657
|
|
|
|
|
|
|
exemplarCity => q#سکپوګ#, |
6658
|
|
|
|
|
|
|
}, |
6659
|
|
|
|
|
|
|
'Europe/Sofia' => { |
6660
|
|
|
|
|
|
|
exemplarCity => q#صوفیا#, |
6661
|
|
|
|
|
|
|
}, |
6662
|
|
|
|
|
|
|
'Europe/Stockholm' => { |
6663
|
|
|
|
|
|
|
exemplarCity => q#استولوم#, |
6664
|
|
|
|
|
|
|
}, |
6665
|
|
|
|
|
|
|
'Europe/Tallinn' => { |
6666
|
|
|
|
|
|
|
exemplarCity => q#تالين#, |
6667
|
|
|
|
|
|
|
}, |
6668
|
|
|
|
|
|
|
'Europe/Tirane' => { |
6669
|
|
|
|
|
|
|
exemplarCity => q#Tirane#, |
6670
|
|
|
|
|
|
|
}, |
6671
|
|
|
|
|
|
|
'Europe/Ulyanovsk' => { |
6672
|
|
|
|
|
|
|
exemplarCity => q#ایلیانوفس#, |
6673
|
|
|
|
|
|
|
}, |
6674
|
|
|
|
|
|
|
'Europe/Uzhgorod' => { |
6675
|
|
|
|
|
|
|
exemplarCity => q#یوژورډ#, |
6676
|
|
|
|
|
|
|
}, |
6677
|
|
|
|
|
|
|
'Europe/Vaduz' => { |
6678
|
|
|
|
|
|
|
exemplarCity => q#وادز#, |
6679
|
|
|
|
|
|
|
}, |
6680
|
|
|
|
|
|
|
'Europe/Vatican' => { |
6681
|
|
|
|
|
|
|
exemplarCity => q#ویټیکان#, |
6682
|
|
|
|
|
|
|
}, |
6683
|
|
|
|
|
|
|
'Europe/Vienna' => { |
6684
|
|
|
|
|
|
|
exemplarCity => q#ویانا#, |
6685
|
|
|
|
|
|
|
}, |
6686
|
|
|
|
|
|
|
'Europe/Vilnius' => { |
6687
|
|
|
|
|
|
|
exemplarCity => q#ویلیونس#, |
6688
|
|
|
|
|
|
|
}, |
6689
|
|
|
|
|
|
|
'Europe/Volgograd' => { |
6690
|
|
|
|
|
|
|
exemplarCity => q#والګراډر#, |
6691
|
|
|
|
|
|
|
}, |
6692
|
|
|
|
|
|
|
'Europe/Warsaw' => { |
6693
|
|
|
|
|
|
|
exemplarCity => q#وارسا#, |
6694
|
|
|
|
|
|
|
}, |
6695
|
|
|
|
|
|
|
'Europe/Zagreb' => { |
6696
|
|
|
|
|
|
|
exemplarCity => q#زګرب#, |
6697
|
|
|
|
|
|
|
}, |
6698
|
|
|
|
|
|
|
'Europe/Zaporozhye' => { |
6699
|
|
|
|
|
|
|
exemplarCity => q#زاپوروژی#, |
6700
|
|
|
|
|
|
|
}, |
6701
|
|
|
|
|
|
|
'Europe/Zurich' => { |
6702
|
|
|
|
|
|
|
exemplarCity => q#زریچ#, |
6703
|
|
|
|
|
|
|
}, |
6704
|
|
|
|
|
|
|
'Europe_Central' => { |
6705
|
|
|
|
|
|
|
long => { |
6706
|
|
|
|
|
|
|
'daylight' => q#وسطي اروپايي د اوړي وخت#, |
6707
|
|
|
|
|
|
|
'generic' => q#منځنۍ اروپا وخت#, |
6708
|
|
|
|
|
|
|
'standard' => q#د مرکزي اروپا معیاري وخت#, |
6709
|
|
|
|
|
|
|
}, |
6710
|
|
|
|
|
|
|
}, |
6711
|
|
|
|
|
|
|
'Europe_Eastern' => { |
6712
|
|
|
|
|
|
|
long => { |
6713
|
|
|
|
|
|
|
'daylight' => q#Eastern European Summer Time#, |
6714
|
|
|
|
|
|
|
'generic' => q#Eastern European Time#, |
6715
|
|
|
|
|
|
|
'standard' => q#Eastern European Standard Time#, |
6716
|
|
|
|
|
|
|
}, |
6717
|
|
|
|
|
|
|
}, |
6718
|
|
|
|
|
|
|
'Europe_Further_Eastern' => { |
6719
|
|
|
|
|
|
|
long => { |
6720
|
|
|
|
|
|
|
'standard' => q#نور ختیځ ختیځ اروپا وخت#, |
6721
|
|
|
|
|
|
|
}, |
6722
|
|
|
|
|
|
|
}, |
6723
|
|
|
|
|
|
|
'Europe_Western' => { |
6724
|
|
|
|
|
|
|
long => { |
6725
|
|
|
|
|
|
|
'daylight' => q#د لودیځې اورپا د اوړي وخت#, |
6726
|
|
|
|
|
|
|
'generic' => q#لوېديزې اروپا وخت#, |
6727
|
|
|
|
|
|
|
'standard' => q#د لودیځې اروپا معیاري وخت#, |
6728
|
|
|
|
|
|
|
}, |
6729
|
|
|
|
|
|
|
}, |
6730
|
|
|
|
|
|
|
'Falkland' => { |
6731
|
|
|
|
|
|
|
long => { |
6732
|
|
|
|
|
|
|
'daylight' => q#د فوکلنډ ټاپو اوړي وخت#, |
6733
|
|
|
|
|
|
|
'generic' => q#د فوکلنډ ټاپو وخت#, |
6734
|
|
|
|
|
|
|
'standard' => q#د فوکلنډ ټاپو معیاری وخت#, |
6735
|
|
|
|
|
|
|
}, |
6736
|
|
|
|
|
|
|
}, |
6737
|
|
|
|
|
|
|
'Fiji' => { |
6738
|
|
|
|
|
|
|
long => { |
6739
|
|
|
|
|
|
|
'daylight' => q#د فجی سمر وخت#, |
6740
|
|
|
|
|
|
|
'generic' => q#فجی وخت#, |
6741
|
|
|
|
|
|
|
'standard' => q#د فجی معياري وخت#, |
6742
|
|
|
|
|
|
|
}, |
6743
|
|
|
|
|
|
|
}, |
6744
|
|
|
|
|
|
|
'French_Guiana' => { |
6745
|
|
|
|
|
|
|
long => { |
6746
|
|
|
|
|
|
|
'standard' => q#د فرانسوي ګانا وخت#, |
6747
|
|
|
|
|
|
|
}, |
6748
|
|
|
|
|
|
|
}, |
6749
|
|
|
|
|
|
|
'French_Southern' => { |
6750
|
|
|
|
|
|
|
long => { |
6751
|
|
|
|
|
|
|
'standard' => q#د فرانسې سویل او انټارټيک وخت#, |
6752
|
|
|
|
|
|
|
}, |
6753
|
|
|
|
|
|
|
}, |
6754
|
|
|
|
|
|
|
'GMT' => { |
6755
|
|
|
|
|
|
|
long => { |
6756
|
|
|
|
|
|
|
'standard' => q#گرينويچ وخت#, |
6757
|
|
|
|
|
|
|
}, |
6758
|
|
|
|
|
|
|
}, |
6759
|
|
|
|
|
|
|
'Galapagos' => { |
6760
|
|
|
|
|
|
|
long => { |
6761
|
|
|
|
|
|
|
'standard' => q#ګالپګوس وخت#, |
6762
|
|
|
|
|
|
|
}, |
6763
|
|
|
|
|
|
|
}, |
6764
|
|
|
|
|
|
|
'Gambier' => { |
6765
|
|
|
|
|
|
|
long => { |
6766
|
|
|
|
|
|
|
'standard' => q#د ګیمبریر وخت#, |
6767
|
|
|
|
|
|
|
}, |
6768
|
|
|
|
|
|
|
}, |
6769
|
|
|
|
|
|
|
'Georgia' => { |
6770
|
|
|
|
|
|
|
long => { |
6771
|
|
|
|
|
|
|
'daylight' => q#د جورجيا د اوړي وخت#, |
6772
|
|
|
|
|
|
|
'generic' => q#جورجیا وخت#, |
6773
|
|
|
|
|
|
|
'standard' => q#جورجیا معیاري وخت#, |
6774
|
|
|
|
|
|
|
}, |
6775
|
|
|
|
|
|
|
}, |
6776
|
|
|
|
|
|
|
'Gilbert_Islands' => { |
6777
|
|
|
|
|
|
|
long => { |
6778
|
|
|
|
|
|
|
'standard' => q#د ګیلبرټ جزیره وخت#, |
6779
|
|
|
|
|
|
|
}, |
6780
|
|
|
|
|
|
|
}, |
6781
|
|
|
|
|
|
|
'Greenland_Eastern' => { |
6782
|
|
|
|
|
|
|
long => { |
6783
|
|
|
|
|
|
|
'daylight' => q#د ختیځ ګرینلینډ اوړي وخت#, |
6784
|
|
|
|
|
|
|
'generic' => q#د ختیځ ګرینلینډ وخت#, |
6785
|
|
|
|
|
|
|
'standard' => q#د ختیځ ګرینلینډ معياري وخت#, |
6786
|
|
|
|
|
|
|
}, |
6787
|
|
|
|
|
|
|
}, |
6788
|
|
|
|
|
|
|
'Greenland_Western' => { |
6789
|
|
|
|
|
|
|
long => { |
6790
|
|
|
|
|
|
|
'daylight' => q#لویدیځ ګرینلینډ اوړي وخت#, |
6791
|
|
|
|
|
|
|
'generic' => q#لویدیځ ګرینلینډ وخت#, |
6792
|
|
|
|
|
|
|
'standard' => q#لویدیځ ګرینلینډ معياري وخت#, |
6793
|
|
|
|
|
|
|
}, |
6794
|
|
|
|
|
|
|
}, |
6795
|
|
|
|
|
|
|
'Gulf' => { |
6796
|
|
|
|
|
|
|
long => { |
6797
|
|
|
|
|
|
|
'standard' => q#د خلیج معياري وخت#, |
6798
|
|
|
|
|
|
|
}, |
6799
|
|
|
|
|
|
|
}, |
6800
|
|
|
|
|
|
|
'Guyana' => { |
6801
|
|
|
|
|
|
|
long => { |
6802
|
|
|
|
|
|
|
'standard' => q#د ګوانانا وخت#, |
6803
|
|
|
|
|
|
|
}, |
6804
|
|
|
|
|
|
|
}, |
6805
|
|
|
|
|
|
|
'Hawaii_Aleutian' => { |
6806
|
|
|
|
|
|
|
long => { |
6807
|
|
|
|
|
|
|
'daylight' => q#هوایی الیوتین رڼا ورځې وخت#, |
6808
|
|
|
|
|
|
|
'generic' => q#هوایی الیوتین وخت#, |
6809
|
|
|
|
|
|
|
'standard' => q#هوایی الیوتین معیاری وخت#, |
6810
|
|
|
|
|
|
|
}, |
6811
|
|
|
|
|
|
|
}, |
6812
|
|
|
|
|
|
|
'Hong_Kong' => { |
6813
|
|
|
|
|
|
|
long => { |
6814
|
|
|
|
|
|
|
'daylight' => q#د هانګ کانګ اوړي وخت#, |
6815
|
|
|
|
|
|
|
'generic' => q#د هانګ کانګ د وخت#, |
6816
|
|
|
|
|
|
|
'standard' => q#د هانګ کانګ معياري وخت#, |
6817
|
|
|
|
|
|
|
}, |
6818
|
|
|
|
|
|
|
}, |
6819
|
|
|
|
|
|
|
'Hovd' => { |
6820
|
|
|
|
|
|
|
long => { |
6821
|
|
|
|
|
|
|
'daylight' => q#هاوډ اوړي وخت#, |
6822
|
|
|
|
|
|
|
'generic' => q#هاوډ وخت#, |
6823
|
|
|
|
|
|
|
'standard' => q#هاوډ معیاری وخت#, |
6824
|
|
|
|
|
|
|
}, |
6825
|
|
|
|
|
|
|
}, |
6826
|
|
|
|
|
|
|
'India' => { |
6827
|
|
|
|
|
|
|
long => { |
6828
|
|
|
|
|
|
|
'standard' => q#د هند معیاري وخت#, |
6829
|
|
|
|
|
|
|
}, |
6830
|
|
|
|
|
|
|
}, |
6831
|
|
|
|
|
|
|
'Indian/Antananarivo' => { |
6832
|
|
|
|
|
|
|
exemplarCity => q#انتوننارو#, |
6833
|
|
|
|
|
|
|
}, |
6834
|
|
|
|
|
|
|
'Indian/Chagos' => { |
6835
|
|
|
|
|
|
|
exemplarCity => q#چارګوس#, |
6836
|
|
|
|
|
|
|
}, |
6837
|
|
|
|
|
|
|
'Indian/Christmas' => { |
6838
|
|
|
|
|
|
|
exemplarCity => q#کریمیس#, |
6839
|
|
|
|
|
|
|
}, |
6840
|
|
|
|
|
|
|
'Indian/Cocos' => { |
6841
|
|
|
|
|
|
|
exemplarCity => q#کوکوس#, |
6842
|
|
|
|
|
|
|
}, |
6843
|
|
|
|
|
|
|
'Indian/Comoro' => { |
6844
|
|
|
|
|
|
|
exemplarCity => q#کومو#, |
6845
|
|
|
|
|
|
|
}, |
6846
|
|
|
|
|
|
|
'Indian/Kerguelen' => { |
6847
|
|
|
|
|
|
|
exemplarCity => q#Kerguelen#, |
6848
|
|
|
|
|
|
|
}, |
6849
|
|
|
|
|
|
|
'Indian/Mahe' => { |
6850
|
|
|
|
|
|
|
exemplarCity => q#مای#, |
6851
|
|
|
|
|
|
|
}, |
6852
|
|
|
|
|
|
|
'Indian/Maldives' => { |
6853
|
|
|
|
|
|
|
exemplarCity => q#مالديپ#, |
6854
|
|
|
|
|
|
|
}, |
6855
|
|
|
|
|
|
|
'Indian/Mauritius' => { |
6856
|
|
|
|
|
|
|
exemplarCity => q#ماوريشوس#, |
6857
|
|
|
|
|
|
|
}, |
6858
|
|
|
|
|
|
|
'Indian/Mayotte' => { |
6859
|
|
|
|
|
|
|
exemplarCity => q#میټوت#, |
6860
|
|
|
|
|
|
|
}, |
6861
|
|
|
|
|
|
|
'Indian/Reunion' => { |
6862
|
|
|
|
|
|
|
exemplarCity => q#ریونیو#, |
6863
|
|
|
|
|
|
|
}, |
6864
|
|
|
|
|
|
|
'Indian_Ocean' => { |
6865
|
|
|
|
|
|
|
long => { |
6866
|
|
|
|
|
|
|
'standard' => q#د هند سمندر وخت#, |
6867
|
|
|
|
|
|
|
}, |
6868
|
|
|
|
|
|
|
}, |
6869
|
|
|
|
|
|
|
'Indochina' => { |
6870
|
|
|
|
|
|
|
long => { |
6871
|
|
|
|
|
|
|
'standard' => q#د اندوچینا وخت#, |
6872
|
|
|
|
|
|
|
}, |
6873
|
|
|
|
|
|
|
}, |
6874
|
|
|
|
|
|
|
'Indonesia_Central' => { |
6875
|
|
|
|
|
|
|
long => { |
6876
|
|
|
|
|
|
|
'standard' => q#د اندونیزیا مرکزي وخت#, |
6877
|
|
|
|
|
|
|
}, |
6878
|
|
|
|
|
|
|
}, |
6879
|
|
|
|
|
|
|
'Indonesia_Eastern' => { |
6880
|
|
|
|
|
|
|
long => { |
6881
|
|
|
|
|
|
|
'standard' => q#د اندونیزیا وخت#, |
6882
|
|
|
|
|
|
|
}, |
6883
|
|
|
|
|
|
|
}, |
6884
|
|
|
|
|
|
|
'Indonesia_Western' => { |
6885
|
|
|
|
|
|
|
long => { |
6886
|
|
|
|
|
|
|
'standard' => q#د لویدیځ اندونیزیا وخت#, |
6887
|
|
|
|
|
|
|
}, |
6888
|
|
|
|
|
|
|
}, |
6889
|
|
|
|
|
|
|
'Iran' => { |
6890
|
|
|
|
|
|
|
long => { |
6891
|
|
|
|
|
|
|
'daylight' => q#د ایران د ورځې وخت#, |
6892
|
|
|
|
|
|
|
'generic' => q#د ایران وخت#, |
6893
|
|
|
|
|
|
|
'standard' => q#د ایران معياري وخت#, |
6894
|
|
|
|
|
|
|
}, |
6895
|
|
|
|
|
|
|
}, |
6896
|
|
|
|
|
|
|
'Irkutsk' => { |
6897
|
|
|
|
|
|
|
long => { |
6898
|
|
|
|
|
|
|
'daylight' => q#د ایککوټس سمر وخت#, |
6899
|
|
|
|
|
|
|
'generic' => q#د ارکوټس وخت#, |
6900
|
|
|
|
|
|
|
'standard' => q#د ارکوټس معياري وخت#, |
6901
|
|
|
|
|
|
|
}, |
6902
|
|
|
|
|
|
|
}, |
6903
|
|
|
|
|
|
|
'Israel' => { |
6904
|
|
|
|
|
|
|
long => { |
6905
|
|
|
|
|
|
|
'daylight' => q#د اسراییلو د ورځې وخت#, |
6906
|
|
|
|
|
|
|
'generic' => q#د اسراییل وخت#, |
6907
|
|
|
|
|
|
|
'standard' => q#د اسراییل معياري وخت#, |
6908
|
|
|
|
|
|
|
}, |
6909
|
|
|
|
|
|
|
}, |
6910
|
|
|
|
|
|
|
'Japan' => { |
6911
|
|
|
|
|
|
|
long => { |
6912
|
|
|
|
|
|
|
'daylight' => q#جاپان د رڼا ورځې وخت#, |
6913
|
|
|
|
|
|
|
'generic' => q#جاپان د وخت#, |
6914
|
|
|
|
|
|
|
'standard' => q#د جاپان معياري وخت#, |
6915
|
|
|
|
|
|
|
}, |
6916
|
|
|
|
|
|
|
}, |
6917
|
|
|
|
|
|
|
'Kazakhstan_Eastern' => { |
6918
|
|
|
|
|
|
|
long => { |
6919
|
|
|
|
|
|
|
'standard' => q#ختیځ د قزاقستان د وخت#, |
6920
|
|
|
|
|
|
|
}, |
6921
|
|
|
|
|
|
|
}, |
6922
|
|
|
|
|
|
|
'Kazakhstan_Western' => { |
6923
|
|
|
|
|
|
|
long => { |
6924
|
|
|
|
|
|
|
'standard' => q#لویدیځ قزاقستان وخت#, |
6925
|
|
|
|
|
|
|
}, |
6926
|
|
|
|
|
|
|
}, |
6927
|
|
|
|
|
|
|
'Korea' => { |
6928
|
|
|
|
|
|
|
long => { |
6929
|
|
|
|
|
|
|
'daylight' => q#د کوریا د ورځې د ورځې وخت#, |
6930
|
|
|
|
|
|
|
'generic' => q#کوريا وخت#, |
6931
|
|
|
|
|
|
|
'standard' => q#کوريا معياري وخت#, |
6932
|
|
|
|
|
|
|
}, |
6933
|
|
|
|
|
|
|
}, |
6934
|
|
|
|
|
|
|
'Kosrae' => { |
6935
|
|
|
|
|
|
|
long => { |
6936
|
|
|
|
|
|
|
'standard' => q#کوسیرا وخت#, |
6937
|
|
|
|
|
|
|
}, |
6938
|
|
|
|
|
|
|
}, |
6939
|
|
|
|
|
|
|
'Krasnoyarsk' => { |
6940
|
|
|
|
|
|
|
long => { |
6941
|
|
|
|
|
|
|
'daylight' => q#کریسایویارسک سمر وخت#, |
6942
|
|
|
|
|
|
|
'generic' => q#کریسایویسسک وخت#, |
6943
|
|
|
|
|
|
|
'standard' => q#کریسایویارسک معیاري وخت#, |
6944
|
|
|
|
|
|
|
}, |
6945
|
|
|
|
|
|
|
}, |
6946
|
|
|
|
|
|
|
'Kyrgystan' => { |
6947
|
|
|
|
|
|
|
long => { |
6948
|
|
|
|
|
|
|
'standard' => q#کرغیزستان وخت#, |
6949
|
|
|
|
|
|
|
}, |
6950
|
|
|
|
|
|
|
}, |
6951
|
|
|
|
|
|
|
'Line_Islands' => { |
6952
|
|
|
|
|
|
|
long => { |
6953
|
|
|
|
|
|
|
'standard' => q#د کرښې ټاټوبي وخت#, |
6954
|
|
|
|
|
|
|
}, |
6955
|
|
|
|
|
|
|
}, |
6956
|
|
|
|
|
|
|
'Lord_Howe' => { |
6957
|
|
|
|
|
|
|
long => { |
6958
|
|
|
|
|
|
|
'daylight' => q#رب هاو د ورځې د رڼا وخت#, |
6959
|
|
|
|
|
|
|
'generic' => q#رب های وخت#, |
6960
|
|
|
|
|
|
|
'standard' => q#رب های معیاري وخت#, |
6961
|
|
|
|
|
|
|
}, |
6962
|
|
|
|
|
|
|
}, |
6963
|
|
|
|
|
|
|
'Macquarie' => { |
6964
|
|
|
|
|
|
|
long => { |
6965
|
|
|
|
|
|
|
'standard' => q#د مکاکري ټاپو وخت#, |
6966
|
|
|
|
|
|
|
}, |
6967
|
|
|
|
|
|
|
}, |
6968
|
|
|
|
|
|
|
'Magadan' => { |
6969
|
|
|
|
|
|
|
long => { |
6970
|
|
|
|
|
|
|
'daylight' => q#د مګمان سمر وخ#, |
6971
|
|
|
|
|
|
|
'generic' => q#د مګدان وخت#, |
6972
|
|
|
|
|
|
|
'standard' => q#میګډان معياري وخت#, |
6973
|
|
|
|
|
|
|
}, |
6974
|
|
|
|
|
|
|
}, |
6975
|
|
|
|
|
|
|
'Malaysia' => { |
6976
|
|
|
|
|
|
|
long => { |
6977
|
|
|
|
|
|
|
'standard' => q#ملائیشیا وخت#, |
6978
|
|
|
|
|
|
|
}, |
6979
|
|
|
|
|
|
|
}, |
6980
|
|
|
|
|
|
|
'Maldives' => { |
6981
|
|
|
|
|
|
|
long => { |
6982
|
|
|
|
|
|
|
'standard' => q#مالديف وخت#, |
6983
|
|
|
|
|
|
|
}, |
6984
|
|
|
|
|
|
|
}, |
6985
|
|
|
|
|
|
|
'Marquesas' => { |
6986
|
|
|
|
|
|
|
long => { |
6987
|
|
|
|
|
|
|
'standard' => q#مارکسس وخت#, |
6988
|
|
|
|
|
|
|
}, |
6989
|
|
|
|
|
|
|
}, |
6990
|
|
|
|
|
|
|
'Marshall_Islands' => { |
6991
|
|
|
|
|
|
|
long => { |
6992
|
|
|
|
|
|
|
'standard' => q#مارشیل ټاپو وخت#, |
6993
|
|
|
|
|
|
|
}, |
6994
|
|
|
|
|
|
|
}, |
6995
|
|
|
|
|
|
|
'Mauritius' => { |
6996
|
|
|
|
|
|
|
long => { |
6997
|
|
|
|
|
|
|
'daylight' => q#ماریسیس سمر وخت#, |
6998
|
|
|
|
|
|
|
'generic' => q#ماریسیس وخت#, |
6999
|
|
|
|
|
|
|
'standard' => q#ماریشیس معياري وخت#, |
7000
|
|
|
|
|
|
|
}, |
7001
|
|
|
|
|
|
|
}, |
7002
|
|
|
|
|
|
|
'Mawson' => { |
7003
|
|
|
|
|
|
|
long => { |
7004
|
|
|
|
|
|
|
'standard' => q#دسونسن وخت#, |
7005
|
|
|
|
|
|
|
}, |
7006
|
|
|
|
|
|
|
}, |
7007
|
|
|
|
|
|
|
'Mexico_Northwest' => { |
7008
|
|
|
|
|
|
|
long => { |
7009
|
|
|
|
|
|
|
'daylight' => q#د شمال لویدیځ مکسیکو رڼا ورځې وخت#, |
7010
|
|
|
|
|
|
|
'generic' => q#د شمال لویدیځ مکسیکو وخت#, |
7011
|
|
|
|
|
|
|
'standard' => q#د شمال لویدیځ مکسیکو معیاري وخت#, |
7012
|
|
|
|
|
|
|
}, |
7013
|
|
|
|
|
|
|
}, |
7014
|
|
|
|
|
|
|
'Mexico_Pacific' => { |
7015
|
|
|
|
|
|
|
long => { |
7016
|
|
|
|
|
|
|
'daylight' => q#مکسیکن پیسفک رڼا ورځې وخت#, |
7017
|
|
|
|
|
|
|
'generic' => q#مکسیکن پیسفک وخت#, |
7018
|
|
|
|
|
|
|
'standard' => q#مکسیکن پیسفک معیاری وخت#, |
7019
|
|
|
|
|
|
|
}, |
7020
|
|
|
|
|
|
|
}, |
7021
|
|
|
|
|
|
|
'Mongolia' => { |
7022
|
|
|
|
|
|
|
long => { |
7023
|
|
|
|
|
|
|
'daylight' => q#دلان بیتر سمر وخت#, |
7024
|
|
|
|
|
|
|
'generic' => q#دلانانباټ وخت#, |
7025
|
|
|
|
|
|
|
'standard' => q#اولان بټر معیاري وخت#, |
7026
|
|
|
|
|
|
|
}, |
7027
|
|
|
|
|
|
|
}, |
7028
|
|
|
|
|
|
|
'Moscow' => { |
7029
|
|
|
|
|
|
|
long => { |
7030
|
|
|
|
|
|
|
'daylight' => q#ماسکو سمر وخت#, |
7031
|
|
|
|
|
|
|
'generic' => q#ماسکو وخت#, |
7032
|
|
|
|
|
|
|
'standard' => q#ماسکو معياري وخت#, |
7033
|
|
|
|
|
|
|
}, |
7034
|
|
|
|
|
|
|
}, |
7035
|
|
|
|
|
|
|
'Myanmar' => { |
7036
|
|
|
|
|
|
|
long => { |
7037
|
|
|
|
|
|
|
'standard' => q#د میانمار وخت#, |
7038
|
|
|
|
|
|
|
}, |
7039
|
|
|
|
|
|
|
}, |
7040
|
|
|
|
|
|
|
'Nauru' => { |
7041
|
|
|
|
|
|
|
long => { |
7042
|
|
|
|
|
|
|
'standard' => q#ناورو وخت#, |
7043
|
|
|
|
|
|
|
}, |
7044
|
|
|
|
|
|
|
}, |
7045
|
|
|
|
|
|
|
'Nepal' => { |
7046
|
|
|
|
|
|
|
long => { |
7047
|
|
|
|
|
|
|
'standard' => q#نیپال وخت#, |
7048
|
|
|
|
|
|
|
}, |
7049
|
|
|
|
|
|
|
}, |
7050
|
|
|
|
|
|
|
'New_Caledonia' => { |
7051
|
|
|
|
|
|
|
long => { |
7052
|
|
|
|
|
|
|
'daylight' => q#د نیو کالیډونیا سمر وخت#, |
7053
|
|
|
|
|
|
|
'generic' => q#د نیو کالیډونیا وخت#, |
7054
|
|
|
|
|
|
|
'standard' => q#نوی کالیډونیا معياري وخت#, |
7055
|
|
|
|
|
|
|
}, |
7056
|
|
|
|
|
|
|
}, |
7057
|
|
|
|
|
|
|
'New_Zealand' => { |
7058
|
|
|
|
|
|
|
long => { |
7059
|
|
|
|
|
|
|
'daylight' => q#د نیوزی لینڈ د ورځې د رڼا وخت#, |
7060
|
|
|
|
|
|
|
'generic' => q#د نیوزی لینڈ وخت#, |
7061
|
|
|
|
|
|
|
'standard' => q#د نیوزی لینڈ معیاري وخت#, |
7062
|
|
|
|
|
|
|
}, |
7063
|
|
|
|
|
|
|
}, |
7064
|
|
|
|
|
|
|
'Newfoundland' => { |
7065
|
|
|
|
|
|
|
long => { |
7066
|
|
|
|
|
|
|
'daylight' => q#د نوي فیلډلینډ رڼا ورځې وخت#, |
7067
|
|
|
|
|
|
|
'generic' => q#د نوي فیلډلینډ وخت#, |
7068
|
|
|
|
|
|
|
'standard' => q#د نوي فیلډلینډ معیاری وخت#, |
7069
|
|
|
|
|
|
|
}, |
7070
|
|
|
|
|
|
|
}, |
7071
|
|
|
|
|
|
|
'Niue' => { |
7072
|
|
|
|
|
|
|
long => { |
7073
|
|
|
|
|
|
|
'standard' => q#نییو وخت#, |
7074
|
|
|
|
|
|
|
}, |
7075
|
|
|
|
|
|
|
}, |
7076
|
|
|
|
|
|
|
'Norfolk' => { |
7077
|
|
|
|
|
|
|
long => { |
7078
|
|
|
|
|
|
|
'standard' => q#د نورفکاس ټاپو وخت#, |
7079
|
|
|
|
|
|
|
}, |
7080
|
|
|
|
|
|
|
}, |
7081
|
|
|
|
|
|
|
'Noronha' => { |
7082
|
|
|
|
|
|
|
long => { |
7083
|
|
|
|
|
|
|
'daylight' => q#فرنانڈو دي نورونھا اوړي وخت#, |
7084
|
|
|
|
|
|
|
'generic' => q#فرنانڈو دي نورونها وخت#, |
7085
|
|
|
|
|
|
|
'standard' => q#فرنانڈو دي نورونها معیاری وخت#, |
7086
|
|
|
|
|
|
|
}, |
7087
|
|
|
|
|
|
|
}, |
7088
|
|
|
|
|
|
|
'Novosibirsk' => { |
7089
|
|
|
|
|
|
|
long => { |
7090
|
|
|
|
|
|
|
'daylight' => q#نووسوسبیرک سمر وخت#, |
7091
|
|
|
|
|
|
|
'generic' => q#د نووسوسبیرک وخت#, |
7092
|
|
|
|
|
|
|
'standard' => q#د نووسوسبیرک معياري وخت#, |
7093
|
|
|
|
|
|
|
}, |
7094
|
|
|
|
|
|
|
}, |
7095
|
|
|
|
|
|
|
'Omsk' => { |
7096
|
|
|
|
|
|
|
long => { |
7097
|
|
|
|
|
|
|
'daylight' => q#اوسمک سمر وخت#, |
7098
|
|
|
|
|
|
|
'generic' => q#اوزک وخت#, |
7099
|
|
|
|
|
|
|
'standard' => q#د اوزک معياري وخت#, |
7100
|
|
|
|
|
|
|
}, |
7101
|
|
|
|
|
|
|
}, |
7102
|
|
|
|
|
|
|
'Pacific/Apia' => { |
7103
|
|
|
|
|
|
|
exemplarCity => q#اپیا#, |
7104
|
|
|
|
|
|
|
}, |
7105
|
|
|
|
|
|
|
'Pacific/Auckland' => { |
7106
|
|
|
|
|
|
|
exemplarCity => q#اکلند#, |
7107
|
|
|
|
|
|
|
}, |
7108
|
|
|
|
|
|
|
'Pacific/Bougainville' => { |
7109
|
|
|
|
|
|
|
exemplarCity => q#Bougainville#, |
7110
|
|
|
|
|
|
|
}, |
7111
|
|
|
|
|
|
|
'Pacific/Chatham' => { |
7112
|
|
|
|
|
|
|
exemplarCity => q#چامام#, |
7113
|
|
|
|
|
|
|
}, |
7114
|
|
|
|
|
|
|
'Pacific/Easter' => { |
7115
|
|
|
|
|
|
|
exemplarCity => q#ایسټر#, |
7116
|
|
|
|
|
|
|
}, |
7117
|
|
|
|
|
|
|
'Pacific/Efate' => { |
7118
|
|
|
|
|
|
|
exemplarCity => q#ایات#, |
7119
|
|
|
|
|
|
|
}, |
7120
|
|
|
|
|
|
|
'Pacific/Enderbury' => { |
7121
|
|
|
|
|
|
|
exemplarCity => q#Enderbury#, |
7122
|
|
|
|
|
|
|
}, |
7123
|
|
|
|
|
|
|
'Pacific/Fakaofo' => { |
7124
|
|
|
|
|
|
|
exemplarCity => q#فوکافو#, |
7125
|
|
|
|
|
|
|
}, |
7126
|
|
|
|
|
|
|
'Pacific/Fiji' => { |
7127
|
|
|
|
|
|
|
exemplarCity => q#في جي#, |
7128
|
|
|
|
|
|
|
}, |
7129
|
|
|
|
|
|
|
'Pacific/Funafuti' => { |
7130
|
|
|
|
|
|
|
exemplarCity => q#فرهفتی#, |
7131
|
|
|
|
|
|
|
}, |
7132
|
|
|
|
|
|
|
'Pacific/Galapagos' => { |
7133
|
|
|
|
|
|
|
exemplarCity => q#ګالپګوس#, |
7134
|
|
|
|
|
|
|
}, |
7135
|
|
|
|
|
|
|
'Pacific/Gambier' => { |
7136
|
|
|
|
|
|
|
exemplarCity => q#ګيمبي#, |
7137
|
|
|
|
|
|
|
}, |
7138
|
|
|
|
|
|
|
'Pacific/Guadalcanal' => { |
7139
|
|
|
|
|
|
|
exemplarCity => q#ګالالکنال#, |
7140
|
|
|
|
|
|
|
}, |
7141
|
|
|
|
|
|
|
'Pacific/Guam' => { |
7142
|
|
|
|
|
|
|
exemplarCity => q#ګوام#, |
7143
|
|
|
|
|
|
|
}, |
7144
|
|
|
|
|
|
|
'Pacific/Honolulu' => { |
7145
|
|
|
|
|
|
|
exemplarCity => q#هینولولو#, |
7146
|
|
|
|
|
|
|
}, |
7147
|
|
|
|
|
|
|
'Pacific/Johnston' => { |
7148
|
|
|
|
|
|
|
exemplarCity => q#جانستون#, |
7149
|
|
|
|
|
|
|
}, |
7150
|
|
|
|
|
|
|
'Pacific/Kiritimati' => { |
7151
|
|
|
|
|
|
|
exemplarCity => q#Kiritimati#, |
7152
|
|
|
|
|
|
|
}, |
7153
|
|
|
|
|
|
|
'Pacific/Kosrae' => { |
7154
|
|
|
|
|
|
|
exemplarCity => q#کوسیرا#, |
7155
|
|
|
|
|
|
|
}, |
7156
|
|
|
|
|
|
|
'Pacific/Kwajalein' => { |
7157
|
|
|
|
|
|
|
exemplarCity => q#کجیجینین#, |
7158
|
|
|
|
|
|
|
}, |
7159
|
|
|
|
|
|
|
'Pacific/Majuro' => { |
7160
|
|
|
|
|
|
|
exemplarCity => q#مجورو#, |
7161
|
|
|
|
|
|
|
}, |
7162
|
|
|
|
|
|
|
'Pacific/Marquesas' => { |
7163
|
|
|
|
|
|
|
exemplarCity => q#مارکسونه#, |
7164
|
|
|
|
|
|
|
}, |
7165
|
|
|
|
|
|
|
'Pacific/Midway' => { |
7166
|
|
|
|
|
|
|
exemplarCity => q#میډیا#, |
7167
|
|
|
|
|
|
|
}, |
7168
|
|
|
|
|
|
|
'Pacific/Nauru' => { |
7169
|
|
|
|
|
|
|
exemplarCity => q#نایرو#, |
7170
|
|
|
|
|
|
|
}, |
7171
|
|
|
|
|
|
|
'Pacific/Niue' => { |
7172
|
|
|
|
|
|
|
exemplarCity => q#نیوو#, |
7173
|
|
|
|
|
|
|
}, |
7174
|
|
|
|
|
|
|
'Pacific/Norfolk' => { |
7175
|
|
|
|
|
|
|
exemplarCity => q#نورفک#, |
7176
|
|
|
|
|
|
|
}, |
7177
|
|
|
|
|
|
|
'Pacific/Noumea' => { |
7178
|
|
|
|
|
|
|
exemplarCity => q#نواما#, |
7179
|
|
|
|
|
|
|
}, |
7180
|
|
|
|
|
|
|
'Pacific/Pago_Pago' => { |
7181
|
|
|
|
|
|
|
exemplarCity => q#پیگو پیگو#, |
7182
|
|
|
|
|
|
|
}, |
7183
|
|
|
|
|
|
|
'Pacific/Palau' => { |
7184
|
|
|
|
|
|
|
exemplarCity => q#پلو#, |
7185
|
|
|
|
|
|
|
}, |
7186
|
|
|
|
|
|
|
'Pacific/Pitcairn' => { |
7187
|
|
|
|
|
|
|
exemplarCity => q#Pitcairn#, |
7188
|
|
|
|
|
|
|
}, |
7189
|
|
|
|
|
|
|
'Pacific/Ponape' => { |
7190
|
|
|
|
|
|
|
exemplarCity => q#پونپي#, |
7191
|
|
|
|
|
|
|
}, |
7192
|
|
|
|
|
|
|
'Pacific/Port_Moresby' => { |
7193
|
|
|
|
|
|
|
exemplarCity => q#پور موورسبی#, |
7194
|
|
|
|
|
|
|
}, |
7195
|
|
|
|
|
|
|
'Pacific/Rarotonga' => { |
7196
|
|
|
|
|
|
|
exemplarCity => q#راروتاګون#, |
7197
|
|
|
|
|
|
|
}, |
7198
|
|
|
|
|
|
|
'Pacific/Saipan' => { |
7199
|
|
|
|
|
|
|
exemplarCity => q#سيپان#, |
7200
|
|
|
|
|
|
|
}, |
7201
|
|
|
|
|
|
|
'Pacific/Tahiti' => { |
7202
|
|
|
|
|
|
|
exemplarCity => q#ټیټیټي#, |
7203
|
|
|
|
|
|
|
}, |
7204
|
|
|
|
|
|
|
'Pacific/Tarawa' => { |
7205
|
|
|
|
|
|
|
exemplarCity => q#ترارو#, |
7206
|
|
|
|
|
|
|
}, |
7207
|
|
|
|
|
|
|
'Pacific/Tongatapu' => { |
7208
|
|
|
|
|
|
|
exemplarCity => q#ټونګاتاپو#, |
7209
|
|
|
|
|
|
|
}, |
7210
|
|
|
|
|
|
|
'Pacific/Truk' => { |
7211
|
|
|
|
|
|
|
exemplarCity => q#چکوک#, |
7212
|
|
|
|
|
|
|
}, |
7213
|
|
|
|
|
|
|
'Pacific/Wake' => { |
7214
|
|
|
|
|
|
|
exemplarCity => q#ویک#, |
7215
|
|
|
|
|
|
|
}, |
7216
|
|
|
|
|
|
|
'Pacific/Wallis' => { |
7217
|
|
|
|
|
|
|
exemplarCity => q#والس#, |
7218
|
|
|
|
|
|
|
}, |
7219
|
|
|
|
|
|
|
'Pakistan' => { |
7220
|
|
|
|
|
|
|
long => { |
7221
|
|
|
|
|
|
|
'daylight' => q#د پاکستان سمر وخت#, |
7222
|
|
|
|
|
|
|
'generic' => q#د پاکستان وخت#, |
7223
|
|
|
|
|
|
|
'standard' => q#د پاکستان معیاري وخت#, |
7224
|
|
|
|
|
|
|
}, |
7225
|
|
|
|
|
|
|
}, |
7226
|
|
|
|
|
|
|
'Palau' => { |
7227
|
|
|
|
|
|
|
long => { |
7228
|
|
|
|
|
|
|
'standard' => q#پالاو وخت#, |
7229
|
|
|
|
|
|
|
}, |
7230
|
|
|
|
|
|
|
}, |
7231
|
|
|
|
|
|
|
'Papua_New_Guinea' => { |
7232
|
|
|
|
|
|
|
long => { |
7233
|
|
|
|
|
|
|
'standard' => q#پاپوا نیو ګنی وخت#, |
7234
|
|
|
|
|
|
|
}, |
7235
|
|
|
|
|
|
|
}, |
7236
|
|
|
|
|
|
|
'Paraguay' => { |
7237
|
|
|
|
|
|
|
long => { |
7238
|
|
|
|
|
|
|
'daylight' => q#پاراګوای اوړي وخت#, |
7239
|
|
|
|
|
|
|
'generic' => q#پاراګوای د وخت#, |
7240
|
|
|
|
|
|
|
'standard' => q#پیراګوای معياري وخت#, |
7241
|
|
|
|
|
|
|
}, |
7242
|
|
|
|
|
|
|
}, |
7243
|
|
|
|
|
|
|
'Peru' => { |
7244
|
|
|
|
|
|
|
long => { |
7245
|
|
|
|
|
|
|
'daylight' => q#پیرو اوړي وخت#, |
7246
|
|
|
|
|
|
|
'generic' => q#پیرو وخت#, |
7247
|
|
|
|
|
|
|
'standard' => q#پیرو معياري وخت#, |
7248
|
|
|
|
|
|
|
}, |
7249
|
|
|
|
|
|
|
}, |
7250
|
|
|
|
|
|
|
'Philippines' => { |
7251
|
|
|
|
|
|
|
long => { |
7252
|
|
|
|
|
|
|
'daylight' => q#د فلپین سمر وخت#, |
7253
|
|
|
|
|
|
|
'generic' => q#د فلپین وخت#, |
7254
|
|
|
|
|
|
|
'standard' => q#فلپین معياري وخت#, |
7255
|
|
|
|
|
|
|
}, |
7256
|
|
|
|
|
|
|
}, |
7257
|
|
|
|
|
|
|
'Phoenix_Islands' => { |
7258
|
|
|
|
|
|
|
long => { |
7259
|
|
|
|
|
|
|
'standard' => q#د فینکس ټاپو وخت#, |
7260
|
|
|
|
|
|
|
}, |
7261
|
|
|
|
|
|
|
}, |
7262
|
|
|
|
|
|
|
'Pierre_Miquelon' => { |
7263
|
|
|
|
|
|
|
long => { |
7264
|
|
|
|
|
|
|
'daylight' => q#سینټ پییرا و ميکلين رڼا ورځې وخت#, |
7265
|
|
|
|
|
|
|
'generic' => q#سینټ پییرا و ميکلين وخت#, |
7266
|
|
|
|
|
|
|
'standard' => q#سینټ پییرا و ميکلين معیاری وخت#, |
7267
|
|
|
|
|
|
|
}, |
7268
|
|
|
|
|
|
|
}, |
7269
|
|
|
|
|
|
|
'Pitcairn' => { |
7270
|
|
|
|
|
|
|
long => { |
7271
|
|
|
|
|
|
|
'standard' => q#پیټ کارین وخت#, |
7272
|
|
|
|
|
|
|
}, |
7273
|
|
|
|
|
|
|
}, |
7274
|
|
|
|
|
|
|
'Ponape' => { |
7275
|
|
|
|
|
|
|
long => { |
7276
|
|
|
|
|
|
|
'standard' => q#پونپپ وخت#, |
7277
|
|
|
|
|
|
|
}, |
7278
|
|
|
|
|
|
|
}, |
7279
|
|
|
|
|
|
|
'Pyongyang' => { |
7280
|
|
|
|
|
|
|
long => { |
7281
|
|
|
|
|
|
|
'standard' => q#پیونگګنګ وخت#, |
7282
|
|
|
|
|
|
|
}, |
7283
|
|
|
|
|
|
|
}, |
7284
|
|
|
|
|
|
|
'Reunion' => { |
7285
|
|
|
|
|
|
|
long => { |
7286
|
|
|
|
|
|
|
'standard' => q#د غبرګون وخت#, |
7287
|
|
|
|
|
|
|
}, |
7288
|
|
|
|
|
|
|
}, |
7289
|
|
|
|
|
|
|
'Rothera' => { |
7290
|
|
|
|
|
|
|
long => { |
7291
|
|
|
|
|
|
|
'standard' => q#د رورېټا وخت#, |
7292
|
|
|
|
|
|
|
}, |
7293
|
|
|
|
|
|
|
}, |
7294
|
|
|
|
|
|
|
'Sakhalin' => { |
7295
|
|
|
|
|
|
|
long => { |
7296
|
|
|
|
|
|
|
'daylight' => q#د سخلین سمر وخت#, |
7297
|
|
|
|
|
|
|
'generic' => q#د سخنین وخت#, |
7298
|
|
|
|
|
|
|
'standard' => q#سخلین معياري وخت#, |
7299
|
|
|
|
|
|
|
}, |
7300
|
|
|
|
|
|
|
}, |
7301
|
|
|
|
|
|
|
'Samoa' => { |
7302
|
|
|
|
|
|
|
long => { |
7303
|
|
|
|
|
|
|
'daylight' => q#د سموا د ورځې روښانه کول#, |
7304
|
|
|
|
|
|
|
'generic' => q#سموا وخت#, |
7305
|
|
|
|
|
|
|
'standard' => q#سموډ معياري وخت#, |
7306
|
|
|
|
|
|
|
}, |
7307
|
|
|
|
|
|
|
}, |
7308
|
|
|
|
|
|
|
'Seychelles' => { |
7309
|
|
|
|
|
|
|
long => { |
7310
|
|
|
|
|
|
|
'standard' => q#سیچیلس وخت#, |
7311
|
|
|
|
|
|
|
}, |
7312
|
|
|
|
|
|
|
}, |
7313
|
|
|
|
|
|
|
'Singapore' => { |
7314
|
|
|
|
|
|
|
long => { |
7315
|
|
|
|
|
|
|
'standard' => q#د سنګاپور معیاري وخت#, |
7316
|
|
|
|
|
|
|
}, |
7317
|
|
|
|
|
|
|
}, |
7318
|
|
|
|
|
|
|
'Solomon' => { |
7319
|
|
|
|
|
|
|
long => { |
7320
|
|
|
|
|
|
|
'standard' => q#د سلیمان ټاپوګانو وخت#, |
7321
|
|
|
|
|
|
|
}, |
7322
|
|
|
|
|
|
|
}, |
7323
|
|
|
|
|
|
|
'South_Georgia' => { |
7324
|
|
|
|
|
|
|
long => { |
7325
|
|
|
|
|
|
|
'standard' => q#د سویل جورجیا وخت#, |
7326
|
|
|
|
|
|
|
}, |
7327
|
|
|
|
|
|
|
}, |
7328
|
|
|
|
|
|
|
'Suriname' => { |
7329
|
|
|
|
|
|
|
long => { |
7330
|
|
|
|
|
|
|
'standard' => q#سورینام وخت#, |
7331
|
|
|
|
|
|
|
}, |
7332
|
|
|
|
|
|
|
}, |
7333
|
|
|
|
|
|
|
'Syowa' => { |
7334
|
|
|
|
|
|
|
long => { |
7335
|
|
|
|
|
|
|
'standard' => q#سیوا وخت#, |
7336
|
|
|
|
|
|
|
}, |
7337
|
|
|
|
|
|
|
}, |
7338
|
|
|
|
|
|
|
'Tahiti' => { |
7339
|
|
|
|
|
|
|
long => { |
7340
|
|
|
|
|
|
|
'standard' => q#ټیټيټي وخت#, |
7341
|
|
|
|
|
|
|
}, |
7342
|
|
|
|
|
|
|
}, |
7343
|
|
|
|
|
|
|
'Taipei' => { |
7344
|
|
|
|
|
|
|
long => { |
7345
|
|
|
|
|
|
|
'daylight' => q#د تاپي د رڼا ورځۍ وخت#, |
7346
|
|
|
|
|
|
|
'generic' => q#تاپي وخت#, |
7347
|
|
|
|
|
|
|
'standard' => q#تاپي معياري وخت#, |
7348
|
|
|
|
|
|
|
}, |
7349
|
|
|
|
|
|
|
}, |
7350
|
|
|
|
|
|
|
'Tajikistan' => { |
7351
|
|
|
|
|
|
|
long => { |
7352
|
|
|
|
|
|
|
'standard' => q#تاجکستان د وخت#, |
7353
|
|
|
|
|
|
|
}, |
7354
|
|
|
|
|
|
|
}, |
7355
|
|
|
|
|
|
|
'Tokelau' => { |
7356
|
|
|
|
|
|
|
long => { |
7357
|
|
|
|
|
|
|
'standard' => q#توکیلاو وخت#, |
7358
|
|
|
|
|
|
|
}, |
7359
|
|
|
|
|
|
|
}, |
7360
|
|
|
|
|
|
|
'Tonga' => { |
7361
|
|
|
|
|
|
|
long => { |
7362
|
|
|
|
|
|
|
'daylight' => q#د ټونګ سمر وخت#, |
7363
|
|
|
|
|
|
|
'generic' => q#ټونګا وخت#, |
7364
|
|
|
|
|
|
|
'standard' => q#د ټونګ معياري وخت#, |
7365
|
|
|
|
|
|
|
}, |
7366
|
|
|
|
|
|
|
}, |
7367
|
|
|
|
|
|
|
'Truk' => { |
7368
|
|
|
|
|
|
|
long => { |
7369
|
|
|
|
|
|
|
'standard' => q#د چوکو وخت#, |
7370
|
|
|
|
|
|
|
}, |
7371
|
|
|
|
|
|
|
}, |
7372
|
|
|
|
|
|
|
'Turkmenistan' => { |
7373
|
|
|
|
|
|
|
long => { |
7374
|
|
|
|
|
|
|
'daylight' => q#ترکمنستان اوړي وخت#, |
7375
|
|
|
|
|
|
|
'generic' => q#ترکمانستان وخت#, |
7376
|
|
|
|
|
|
|
'standard' => q#ترکمنستان معياري وخت#, |
7377
|
|
|
|
|
|
|
}, |
7378
|
|
|
|
|
|
|
}, |
7379
|
|
|
|
|
|
|
'Tuvalu' => { |
7380
|
|
|
|
|
|
|
long => { |
7381
|
|
|
|
|
|
|
'standard' => q#د تووالو وخت#, |
7382
|
|
|
|
|
|
|
}, |
7383
|
|
|
|
|
|
|
}, |
7384
|
|
|
|
|
|
|
'Uruguay' => { |
7385
|
|
|
|
|
|
|
long => { |
7386
|
|
|
|
|
|
|
'daylight' => q#یوروګوای اوړي وخت#, |
7387
|
|
|
|
|
|
|
'generic' => q#یوروګوای وخت#, |
7388
|
|
|
|
|
|
|
'standard' => q#یوروګوای معياري وخت#, |
7389
|
|
|
|
|
|
|
}, |
7390
|
|
|
|
|
|
|
}, |
7391
|
|
|
|
|
|
|
'Uzbekistan' => { |
7392
|
|
|
|
|
|
|
long => { |
7393
|
|
|
|
|
|
|
'daylight' => q#ازبکستان اوړي وخت#, |
7394
|
|
|
|
|
|
|
'generic' => q#د ازبکستان وخت#, |
7395
|
|
|
|
|
|
|
'standard' => q#ازبکستان معياري وخت#, |
7396
|
|
|
|
|
|
|
}, |
7397
|
|
|
|
|
|
|
}, |
7398
|
|
|
|
|
|
|
'Vanuatu' => { |
7399
|
|
|
|
|
|
|
long => { |
7400
|
|
|
|
|
|
|
'daylight' => q#وانوات سمر وخت#, |
7401
|
|
|
|
|
|
|
'generic' => q#د وناتو وخت#, |
7402
|
|
|
|
|
|
|
'standard' => q#د وناتو معياري وخت#, |
7403
|
|
|
|
|
|
|
}, |
7404
|
|
|
|
|
|
|
}, |
7405
|
|
|
|
|
|
|
'Venezuela' => { |
7406
|
|
|
|
|
|
|
long => { |
7407
|
|
|
|
|
|
|
'standard' => q#وینزویلا وخت#, |
7408
|
|
|
|
|
|
|
}, |
7409
|
|
|
|
|
|
|
}, |
7410
|
|
|
|
|
|
|
'Vladivostok' => { |
7411
|
|
|
|
|
|
|
long => { |
7412
|
|
|
|
|
|
|
'daylight' => q#ولادیوستک سمر وخت#, |
7413
|
|
|
|
|
|
|
'generic' => q#ولادیوستاک وخت#, |
7414
|
|
|
|
|
|
|
'standard' => q#ولادیوستکو معياري وخت#, |
7415
|
|
|
|
|
|
|
}, |
7416
|
|
|
|
|
|
|
}, |
7417
|
|
|
|
|
|
|
'Volgograd' => { |
7418
|
|
|
|
|
|
|
long => { |
7419
|
|
|
|
|
|
|
'daylight' => q#د والګوګراد د اوړي وخت#, |
7420
|
|
|
|
|
|
|
'generic' => q#د والګوګراد وخت#, |
7421
|
|
|
|
|
|
|
'standard' => q#د والګوګراد معياري وخت#, |
7422
|
|
|
|
|
|
|
}, |
7423
|
|
|
|
|
|
|
}, |
7424
|
|
|
|
|
|
|
'Vostok' => { |
7425
|
|
|
|
|
|
|
long => { |
7426
|
|
|
|
|
|
|
'standard' => q#د واستوک وخت#, |
7427
|
|
|
|
|
|
|
}, |
7428
|
|
|
|
|
|
|
}, |
7429
|
|
|
|
|
|
|
'Wake' => { |
7430
|
|
|
|
|
|
|
long => { |
7431
|
|
|
|
|
|
|
'standard' => q#دک ټاپو وخت#, |
7432
|
|
|
|
|
|
|
}, |
7433
|
|
|
|
|
|
|
}, |
7434
|
|
|
|
|
|
|
'Wallis' => { |
7435
|
|
|
|
|
|
|
long => { |
7436
|
|
|
|
|
|
|
'standard' => q#والیس او فوتونا وخت#, |
7437
|
|
|
|
|
|
|
}, |
7438
|
|
|
|
|
|
|
}, |
7439
|
|
|
|
|
|
|
'Yakutsk' => { |
7440
|
|
|
|
|
|
|
long => { |
7441
|
|
|
|
|
|
|
'daylight' => q#ياکوټسک د اوړي وخت#, |
7442
|
|
|
|
|
|
|
'generic' => q#ياکوټسک وخت#, |
7443
|
|
|
|
|
|
|
'standard' => q#ياکوټسک معياري وخت#, |
7444
|
|
|
|
|
|
|
}, |
7445
|
|
|
|
|
|
|
}, |
7446
|
|
|
|
|
|
|
'Yekaterinburg' => { |
7447
|
|
|
|
|
|
|
long => { |
7448
|
|
|
|
|
|
|
'daylight' => q#د ياکټرنبرګ د اوړي وخت#, |
7449
|
|
|
|
|
|
|
'generic' => q#د ياکيټرنبرګ وخت#, |
7450
|
|
|
|
|
|
|
'standard' => q#د ياکيټرنبرګ معياري وخت#, |
7451
|
|
|
|
|
|
|
}, |
7452
|
|
|
|
|
|
|
}, |
7453
|
|
|
|
|
|
|
} } |
7454
|
|
|
|
|
|
|
); |
7455
|
1
|
|
|
1
|
|
18914
|
no Moo; |
|
1
|
|
|
|
|
4
|
|
|
1
|
|
|
|
|
8
|
|
7456
|
|
|
|
|
|
|
|
7457
|
|
|
|
|
|
|
1; |
7458
|
|
|
|
|
|
|
|
7459
|
|
|
|
|
|
|
# vim: tabstop=4 |