line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
=head1 |
2
|
|
|
|
|
|
|
|
3
|
|
|
|
|
|
|
Locale::CLDR::Locales::Tk - Package for language Turkmen |
4
|
|
|
|
|
|
|
|
5
|
|
|
|
|
|
|
=cut |
6
|
|
|
|
|
|
|
|
7
|
|
|
|
|
|
|
package Locale::CLDR::Locales::Tk; |
8
|
|
|
|
|
|
|
# This file auto generated from Data\common\main\tk.xml |
9
|
|
|
|
|
|
|
# on Sun 24 Apr 8:53:55 am GMT |
10
|
|
|
|
|
|
|
|
11
|
1
|
|
|
1
|
|
3057201
|
use version; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
10
|
|
12
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
our $VERSION = version->declare('v0.29.0'); |
14
|
|
|
|
|
|
|
|
15
|
1
|
|
|
1
|
|
126
|
use v5.10.1; |
|
1
|
|
|
|
|
4
|
|
16
|
1
|
|
|
1
|
|
7
|
use mro 'c3'; |
|
1
|
|
|
|
|
6
|
|
|
1
|
|
|
|
|
10
|
|
17
|
1
|
|
|
1
|
|
54
|
use utf8; |
|
1
|
|
|
|
|
1
|
|
|
1
|
|
|
|
|
9
|
|
18
|
1
|
|
|
1
|
|
47
|
use if $^V ge v5.12.0, feature => 'unicode_strings'; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
19
|
|
19
|
|
|
|
|
|
|
|
20
|
1
|
|
|
1
|
|
991
|
use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef ); |
|
1
|
|
|
|
|
76091
|
|
|
1
|
|
|
|
|
19
|
|
21
|
1
|
|
|
1
|
|
2301
|
use Moo; |
|
1
|
|
|
|
|
14387
|
|
|
1
|
|
|
|
|
5
|
|
22
|
|
|
|
|
|
|
|
23
|
|
|
|
|
|
|
extends('Locale::CLDR::Locales::Root'); |
24
|
|
|
|
|
|
|
has 'display_name_language' => ( |
25
|
|
|
|
|
|
|
is => 'ro', |
26
|
|
|
|
|
|
|
isa => CodeRef, |
27
|
|
|
|
|
|
|
init_arg => undef, |
28
|
|
|
|
|
|
|
default => sub { |
29
|
|
|
|
|
|
|
sub { |
30
|
|
|
|
|
|
|
my %languages = ( |
31
|
|
|
|
|
|
|
'ar' => 'arapça', |
32
|
|
|
|
|
|
|
'az' => 'azerbaýjança', |
33
|
|
|
|
|
|
|
'de' => 'nemisçe', |
34
|
|
|
|
|
|
|
'en' => 'iÅlisçe', |
35
|
|
|
|
|
|
|
'es' => 'ispança', |
36
|
|
|
|
|
|
|
'fa' => 'parsça', |
37
|
|
|
|
|
|
|
'fr' => 'fransuzça', |
38
|
|
|
|
|
|
|
'hy' => 'ermençe', |
39
|
|
|
|
|
|
|
'it' => 'italýança', |
40
|
|
|
|
|
|
|
'ja' => 'ýaponça', |
41
|
|
|
|
|
|
|
'ka' => 'gruzinçe', |
42
|
|
|
|
|
|
|
'kk' => 'gazakça', |
43
|
|
|
|
|
|
|
'ky' => 'gyrgyzça', |
44
|
|
|
|
|
|
|
'nl' => 'golland dilini', |
45
|
|
|
|
|
|
|
'ps' => 'paÅtoça', |
46
|
|
|
|
|
|
|
'ru' => 'orusça', |
47
|
|
|
|
|
|
|
'tg' => 'täjikçe', |
48
|
|
|
|
|
|
|
'tk' => 'türkmençe', |
49
|
|
|
|
|
|
|
'tr' => 'türkçe', |
50
|
|
|
|
|
|
|
'uk' => 'ukrainça', |
51
|
|
|
|
|
|
|
'uz' => 'özbekçe', |
52
|
|
|
|
|
|
|
'zh' => 'hytaýça', |
53
|
|
|
|
|
|
|
|
54
|
|
|
|
|
|
|
); |
55
|
|
|
|
|
|
|
if (@_) { |
56
|
|
|
|
|
|
|
return $languages{$_[0]}; |
57
|
|
|
|
|
|
|
} |
58
|
|
|
|
|
|
|
return \%languages; |
59
|
|
|
|
|
|
|
} |
60
|
|
|
|
|
|
|
}, |
61
|
|
|
|
|
|
|
); |
62
|
|
|
|
|
|
|
|
63
|
|
|
|
|
|
|
has 'display_name_script' => ( |
64
|
|
|
|
|
|
|
is => 'ro', |
65
|
|
|
|
|
|
|
isa => CodeRef, |
66
|
|
|
|
|
|
|
init_arg => undef, |
67
|
|
|
|
|
|
|
default => sub { |
68
|
|
|
|
|
|
|
sub { |
69
|
|
|
|
|
|
|
my %scripts = ( |
70
|
|
|
|
|
|
|
'Arab' => 'arap', |
71
|
|
|
|
|
|
|
'Cyrl' => 'kiril', |
72
|
|
|
|
|
|
|
'Latn' => 'latin', |
73
|
|
|
|
|
|
|
|
74
|
|
|
|
|
|
|
); |
75
|
|
|
|
|
|
|
if ( @_ ) { |
76
|
|
|
|
|
|
|
return $scripts{$_[0]}; |
77
|
|
|
|
|
|
|
} |
78
|
|
|
|
|
|
|
return \%scripts; |
79
|
|
|
|
|
|
|
} |
80
|
|
|
|
|
|
|
} |
81
|
|
|
|
|
|
|
); |
82
|
|
|
|
|
|
|
|
83
|
|
|
|
|
|
|
has 'display_name_region' => ( |
84
|
|
|
|
|
|
|
is => 'ro', |
85
|
|
|
|
|
|
|
isa => HashRef[Str], |
86
|
|
|
|
|
|
|
init_arg => undef, |
87
|
|
|
|
|
|
|
default => sub { |
88
|
|
|
|
|
|
|
{ |
89
|
|
|
|
|
|
|
'001' => 'Dunýä', |
90
|
|
|
|
|
|
|
'AU' => 'Awstraliýa', |
91
|
|
|
|
|
|
|
'AZ' => 'Azerbaýjan', |
92
|
|
|
|
|
|
|
'CN' => 'Hytaý', |
93
|
|
|
|
|
|
|
'DE' => 'Germaniýa', |
94
|
|
|
|
|
|
|
'GB' => 'Britaniýa', |
95
|
|
|
|
|
|
|
'IL' => 'Ysraýyl', |
96
|
|
|
|
|
|
|
'IN' => 'Hindistan', |
97
|
|
|
|
|
|
|
'IR' => 'Eýran', |
98
|
|
|
|
|
|
|
'IT' => 'Italiýa', |
99
|
|
|
|
|
|
|
'JP' => 'Ãaponiýa', |
100
|
|
|
|
|
|
|
'PK' => 'Pakistan', |
101
|
|
|
|
|
|
|
'RU' => 'Orusýet', |
102
|
|
|
|
|
|
|
'TM' => 'Türkmenistan', |
103
|
|
|
|
|
|
|
'TR' => 'Türkiýe', |
104
|
|
|
|
|
|
|
'UA' => 'Ukraina', |
105
|
|
|
|
|
|
|
'US' => 'A.B.Å.', |
106
|
|
|
|
|
|
|
'UZ' => 'Ãzbegistan', |
107
|
|
|
|
|
|
|
|
108
|
|
|
|
|
|
|
} |
109
|
|
|
|
|
|
|
}, |
110
|
|
|
|
|
|
|
); |
111
|
|
|
|
|
|
|
|
112
|
|
|
|
|
|
|
has 'display_name_key' => ( |
113
|
|
|
|
|
|
|
is => 'ro', |
114
|
|
|
|
|
|
|
isa => HashRef[Str], |
115
|
|
|
|
|
|
|
init_arg => undef, |
116
|
|
|
|
|
|
|
default => sub { |
117
|
|
|
|
|
|
|
{ |
118
|
|
|
|
|
|
|
'calendar' => 'Senenama', |
119
|
|
|
|
|
|
|
|
120
|
|
|
|
|
|
|
} |
121
|
|
|
|
|
|
|
}, |
122
|
|
|
|
|
|
|
); |
123
|
|
|
|
|
|
|
|
124
|
|
|
|
|
|
|
has 'display_name_type' => ( |
125
|
|
|
|
|
|
|
is => 'ro', |
126
|
|
|
|
|
|
|
isa => HashRef[HashRef[Str]], |
127
|
|
|
|
|
|
|
init_arg => undef, |
128
|
|
|
|
|
|
|
default => sub { |
129
|
|
|
|
|
|
|
{ |
130
|
|
|
|
|
|
|
'calendar' => { |
131
|
|
|
|
|
|
|
'buddhist' => q{Buddist senenamasy}, |
132
|
|
|
|
|
|
|
'chinese' => q{Hytaý senenamasy}, |
133
|
|
|
|
|
|
|
'dangi' => q{Dangi senenamasy}, |
134
|
|
|
|
|
|
|
'ethiopic' => q{Efiopik senenamasy}, |
135
|
|
|
|
|
|
|
'gregorian' => q{Gregorýan senenamasy}, |
136
|
|
|
|
|
|
|
'hebrew' => q{Ãewreý senenamasy}, |
137
|
|
|
|
|
|
|
'islamic' => q{Yslam senenamasy}, |
138
|
|
|
|
|
|
|
'iso8601' => q{ISO-8601 senenamasy}, |
139
|
|
|
|
|
|
|
'japanese' => q{Ãapon senenamasy}, |
140
|
|
|
|
|
|
|
'persian' => q{Pars senenamasy}, |
141
|
|
|
|
|
|
|
'roc' => q{Minguo senenamasy}, |
142
|
|
|
|
|
|
|
}, |
143
|
|
|
|
|
|
|
|
144
|
|
|
|
|
|
|
} |
145
|
|
|
|
|
|
|
}, |
146
|
|
|
|
|
|
|
); |
147
|
|
|
|
|
|
|
|
148
|
|
|
|
|
|
|
has 'display_name_measurement_system' => ( |
149
|
|
|
|
|
|
|
is => 'ro', |
150
|
|
|
|
|
|
|
isa => HashRef[Str], |
151
|
|
|
|
|
|
|
init_arg => undef, |
152
|
|
|
|
|
|
|
default => sub { |
153
|
|
|
|
|
|
|
{ |
154
|
|
|
|
|
|
|
'metric' => q{Metrik}, |
155
|
|
|
|
|
|
|
'UK' => q{BK}, |
156
|
|
|
|
|
|
|
'US' => q{ABÅ}, |
157
|
|
|
|
|
|
|
|
158
|
|
|
|
|
|
|
} |
159
|
|
|
|
|
|
|
}, |
160
|
|
|
|
|
|
|
); |
161
|
|
|
|
|
|
|
|
162
|
|
|
|
|
|
|
has 'characters' => ( |
163
|
|
|
|
|
|
|
is => 'ro', |
164
|
|
|
|
|
|
|
isa => HashRef, |
165
|
|
|
|
|
|
|
init_arg => undef, |
166
|
|
|
|
|
|
|
default => $^V ge v5.18.0 |
167
|
|
|
|
|
|
|
? eval <<'EOT' |
168
|
|
|
|
|
|
|
sub { |
169
|
|
|
|
|
|
|
no warnings 'experimental::regex_sets'; |
170
|
|
|
|
|
|
|
return { |
171
|
|
|
|
|
|
|
auxiliary => qr{(?^u:[c q v x])}, |
172
|
|
|
|
|
|
|
index => ['A', 'B', 'Ã', 'D', 'E', 'Ã', 'F', 'G', 'H', 'I', 'J', 'Ž', 'K', 'L', 'M', 'N', 'Å', 'O', 'Ã', 'P', 'R', 'S', 'Å', 'T', 'U', 'Ã', 'W', 'Y', 'Ã', 'Z'], |
173
|
|
|
|
|
|
|
main => qr{(?^u:[a b ç d e ä f g h i j ž k l m n Šo ö p r s Št u ü w y ý z])}, |
174
|
|
|
|
|
|
|
punctuation => qr{(?^u:[\- â â , ; \: ! ? . ⦠" â â ( ) \[ \] \{ \} § @ * #])}, |
175
|
|
|
|
|
|
|
}; |
176
|
|
|
|
|
|
|
}, |
177
|
|
|
|
|
|
|
EOT |
178
|
|
|
|
|
|
|
: sub { |
179
|
|
|
|
|
|
|
return { index => ['A', 'B', 'Ã', 'D', 'E', 'Ã', 'F', 'G', 'H', 'I', 'J', 'Ž', 'K', 'L', 'M', 'N', 'Å', 'O', 'Ã', 'P', 'R', 'S', 'Å', 'T', 'U', 'Ã', 'W', 'Y', 'Ã', 'Z'], }; |
180
|
|
|
|
|
|
|
}, |
181
|
1
|
|
|
1
|
|
103
|
); |
|
1
|
|
|
|
|
1
|
|
|
1
|
|
|
|
|
155
|
|
182
|
|
|
|
|
|
|
|
183
|
|
|
|
|
|
|
|
184
|
|
|
|
|
|
|
has 'ellipsis' => ( |
185
|
|
|
|
|
|
|
is => 'ro', |
186
|
|
|
|
|
|
|
isa => HashRef, |
187
|
|
|
|
|
|
|
init_arg => undef, |
188
|
|
|
|
|
|
|
default => sub { |
189
|
|
|
|
|
|
|
return { |
190
|
|
|
|
|
|
|
'final' => '{0}â¦', |
191
|
|
|
|
|
|
|
'initial' => 'â¦{0}', |
192
|
|
|
|
|
|
|
'medial' => '{0}â¦{1}', |
193
|
|
|
|
|
|
|
'word-final' => '{0} â¦', |
194
|
|
|
|
|
|
|
'word-initial' => '⦠{0}', |
195
|
|
|
|
|
|
|
'word-medial' => '{0} ⦠{1}', |
196
|
|
|
|
|
|
|
}; |
197
|
|
|
|
|
|
|
}, |
198
|
|
|
|
|
|
|
); |
199
|
|
|
|
|
|
|
|
200
|
|
|
|
|
|
|
has 'more_information' => ( |
201
|
|
|
|
|
|
|
is => 'ro', |
202
|
|
|
|
|
|
|
isa => Str, |
203
|
|
|
|
|
|
|
init_arg => undef, |
204
|
|
|
|
|
|
|
default => qq{?}, |
205
|
|
|
|
|
|
|
); |
206
|
|
|
|
|
|
|
|
207
|
|
|
|
|
|
|
has 'quote_start' => ( |
208
|
|
|
|
|
|
|
is => 'ro', |
209
|
|
|
|
|
|
|
isa => Str, |
210
|
|
|
|
|
|
|
init_arg => undef, |
211
|
|
|
|
|
|
|
default => qq{â}, |
212
|
|
|
|
|
|
|
); |
213
|
|
|
|
|
|
|
|
214
|
|
|
|
|
|
|
has 'quote_end' => ( |
215
|
|
|
|
|
|
|
is => 'ro', |
216
|
|
|
|
|
|
|
isa => Str, |
217
|
|
|
|
|
|
|
init_arg => undef, |
218
|
|
|
|
|
|
|
default => qq{â}, |
219
|
|
|
|
|
|
|
); |
220
|
|
|
|
|
|
|
|
221
|
|
|
|
|
|
|
has 'alternate_quote_start' => ( |
222
|
|
|
|
|
|
|
is => 'ro', |
223
|
|
|
|
|
|
|
isa => Str, |
224
|
|
|
|
|
|
|
init_arg => undef, |
225
|
|
|
|
|
|
|
default => qq{â}, |
226
|
|
|
|
|
|
|
); |
227
|
|
|
|
|
|
|
|
228
|
|
|
|
|
|
|
has 'alternate_quote_end' => ( |
229
|
|
|
|
|
|
|
is => 'ro', |
230
|
|
|
|
|
|
|
isa => Str, |
231
|
|
|
|
|
|
|
init_arg => undef, |
232
|
|
|
|
|
|
|
default => qq{â}, |
233
|
|
|
|
|
|
|
); |
234
|
|
|
|
|
|
|
|
235
|
|
|
|
|
|
|
has 'duration_units' => ( |
236
|
|
|
|
|
|
|
is => 'ro', |
237
|
|
|
|
|
|
|
isa => HashRef[Str], |
238
|
|
|
|
|
|
|
init_arg => undef, |
239
|
|
|
|
|
|
|
default => sub { { |
240
|
|
|
|
|
|
|
hm => 'hh:mm', |
241
|
|
|
|
|
|
|
hms => 'hh:mm:ss', |
242
|
|
|
|
|
|
|
ms => 'm:ss', |
243
|
|
|
|
|
|
|
} } |
244
|
|
|
|
|
|
|
); |
245
|
|
|
|
|
|
|
|
246
|
|
|
|
|
|
|
has 'units' => ( |
247
|
|
|
|
|
|
|
is => 'ro', |
248
|
|
|
|
|
|
|
isa => HashRef[HashRef[HashRef[Str]]], |
249
|
|
|
|
|
|
|
init_arg => undef, |
250
|
|
|
|
|
|
|
default => sub { { |
251
|
|
|
|
|
|
|
'long' => { |
252
|
|
|
|
|
|
|
'acre' => { |
253
|
|
|
|
|
|
|
'name' => q(akra), |
254
|
|
|
|
|
|
|
'one' => q({0} akr), |
255
|
|
|
|
|
|
|
'other' => q({0} akr), |
256
|
|
|
|
|
|
|
}, |
257
|
|
|
|
|
|
|
'acre-foot' => { |
258
|
|
|
|
|
|
|
'name' => q(akrfut), |
259
|
|
|
|
|
|
|
'one' => q({0} akrfut), |
260
|
|
|
|
|
|
|
'other' => q({0} akrfut), |
261
|
|
|
|
|
|
|
}, |
262
|
|
|
|
|
|
|
'ampere' => { |
263
|
|
|
|
|
|
|
'name' => q(amper), |
264
|
|
|
|
|
|
|
'one' => q({0} amper), |
265
|
|
|
|
|
|
|
'other' => q({0} amper), |
266
|
|
|
|
|
|
|
}, |
267
|
|
|
|
|
|
|
'arc-minute' => { |
268
|
|
|
|
|
|
|
'name' => q(minut), |
269
|
|
|
|
|
|
|
'one' => q({0} minut), |
270
|
|
|
|
|
|
|
'other' => q({0} minut), |
271
|
|
|
|
|
|
|
}, |
272
|
|
|
|
|
|
|
'arc-second' => { |
273
|
|
|
|
|
|
|
'name' => q(sekunt), |
274
|
|
|
|
|
|
|
'one' => q({0} sekunt), |
275
|
|
|
|
|
|
|
'other' => q({0} sekunt), |
276
|
|
|
|
|
|
|
}, |
277
|
|
|
|
|
|
|
'astronomical-unit' => { |
278
|
|
|
|
|
|
|
'name' => q(astronomik birlik), |
279
|
|
|
|
|
|
|
'one' => q({0} astronomik birlik), |
280
|
|
|
|
|
|
|
'other' => q({0} astronomik birlik), |
281
|
|
|
|
|
|
|
}, |
282
|
|
|
|
|
|
|
'bit' => { |
283
|
|
|
|
|
|
|
'name' => q(bit), |
284
|
|
|
|
|
|
|
'one' => q({0} bit), |
285
|
|
|
|
|
|
|
'other' => q({0} bit), |
286
|
|
|
|
|
|
|
}, |
287
|
|
|
|
|
|
|
'byte' => { |
288
|
|
|
|
|
|
|
'name' => q(baýt), |
289
|
|
|
|
|
|
|
'one' => q({0} baýt), |
290
|
|
|
|
|
|
|
'other' => q({0} baýt), |
291
|
|
|
|
|
|
|
}, |
292
|
|
|
|
|
|
|
'calorie' => { |
293
|
|
|
|
|
|
|
'name' => q(kaloriýa), |
294
|
|
|
|
|
|
|
'one' => q({0} kaloriýa), |
295
|
|
|
|
|
|
|
'other' => q({0} kaloriýa), |
296
|
|
|
|
|
|
|
}, |
297
|
|
|
|
|
|
|
'carat' => { |
298
|
|
|
|
|
|
|
'name' => q(karat), |
299
|
|
|
|
|
|
|
'one' => q({0} karat), |
300
|
|
|
|
|
|
|
'other' => q({0} karat), |
301
|
|
|
|
|
|
|
}, |
302
|
|
|
|
|
|
|
'celsius' => { |
303
|
|
|
|
|
|
|
'name' => q(Selsiý gradusy), |
304
|
|
|
|
|
|
|
'one' => q({0} Selsiý gradusy), |
305
|
|
|
|
|
|
|
'other' => q({0} Selsiý gradusy), |
306
|
|
|
|
|
|
|
}, |
307
|
|
|
|
|
|
|
'centiliter' => { |
308
|
|
|
|
|
|
|
'name' => q(santilitr), |
309
|
|
|
|
|
|
|
'one' => q({0} santilitr), |
310
|
|
|
|
|
|
|
'other' => q({0} santilitr), |
311
|
|
|
|
|
|
|
}, |
312
|
|
|
|
|
|
|
'centimeter' => { |
313
|
|
|
|
|
|
|
'name' => q(santimetr), |
314
|
|
|
|
|
|
|
'one' => q({0} santimetr), |
315
|
|
|
|
|
|
|
'other' => q({0} santimetr), |
316
|
|
|
|
|
|
|
'per' => q({0}/sm), |
317
|
|
|
|
|
|
|
}, |
318
|
|
|
|
|
|
|
'century' => { |
319
|
|
|
|
|
|
|
'name' => q(asyr), |
320
|
|
|
|
|
|
|
'one' => q({0} asyr), |
321
|
|
|
|
|
|
|
'other' => q({0} asyr), |
322
|
|
|
|
|
|
|
}, |
323
|
|
|
|
|
|
|
'coordinate' => { |
324
|
|
|
|
|
|
|
'east' => q({0} gündogar), |
325
|
|
|
|
|
|
|
'north' => q({0} günorta), |
326
|
|
|
|
|
|
|
'south' => q({0} demirgazyk), |
327
|
|
|
|
|
|
|
'west' => q({0} günbatar), |
328
|
|
|
|
|
|
|
}, |
329
|
|
|
|
|
|
|
'cubic-centimeter' => { |
330
|
|
|
|
|
|
|
'name' => q(kub santimetr), |
331
|
|
|
|
|
|
|
'one' => q({0} kub santimetr), |
332
|
|
|
|
|
|
|
'other' => q({0} kub santimetr), |
333
|
|
|
|
|
|
|
'per' => q({0}/kub santimetr), |
334
|
|
|
|
|
|
|
}, |
335
|
|
|
|
|
|
|
'cubic-foot' => { |
336
|
|
|
|
|
|
|
'name' => q(kub fut), |
337
|
|
|
|
|
|
|
'one' => q({0} kub fut), |
338
|
|
|
|
|
|
|
'other' => q({0} kub fut), |
339
|
|
|
|
|
|
|
}, |
340
|
|
|
|
|
|
|
'cubic-inch' => { |
341
|
|
|
|
|
|
|
'name' => q(kub dýuým), |
342
|
|
|
|
|
|
|
'one' => q({0} kub dýuým), |
343
|
|
|
|
|
|
|
'other' => q({0} kub dýuým), |
344
|
|
|
|
|
|
|
}, |
345
|
|
|
|
|
|
|
'cubic-kilometer' => { |
346
|
|
|
|
|
|
|
'name' => q(kub kilometr), |
347
|
|
|
|
|
|
|
'one' => q({0} kub kilometr), |
348
|
|
|
|
|
|
|
'other' => q({0} kub kilometr), |
349
|
|
|
|
|
|
|
}, |
350
|
|
|
|
|
|
|
'cubic-meter' => { |
351
|
|
|
|
|
|
|
'name' => q(kub metr), |
352
|
|
|
|
|
|
|
'one' => q({0} kub metr), |
353
|
|
|
|
|
|
|
'other' => q({0} kub metr), |
354
|
|
|
|
|
|
|
'per' => q({0}/kub metr), |
355
|
|
|
|
|
|
|
}, |
356
|
|
|
|
|
|
|
'cubic-mile' => { |
357
|
|
|
|
|
|
|
'name' => q(kub mil), |
358
|
|
|
|
|
|
|
'one' => q({0} kub mil), |
359
|
|
|
|
|
|
|
'other' => q({0} kub mil), |
360
|
|
|
|
|
|
|
}, |
361
|
|
|
|
|
|
|
'cubic-yard' => { |
362
|
|
|
|
|
|
|
'name' => q(kub ýard), |
363
|
|
|
|
|
|
|
'one' => q({0} kub ýard), |
364
|
|
|
|
|
|
|
'other' => q({0} kub ýard), |
365
|
|
|
|
|
|
|
}, |
366
|
|
|
|
|
|
|
'cup' => { |
367
|
|
|
|
|
|
|
'name' => q(käse), |
368
|
|
|
|
|
|
|
'one' => q({0} käse), |
369
|
|
|
|
|
|
|
'other' => q({0} käse), |
370
|
|
|
|
|
|
|
}, |
371
|
|
|
|
|
|
|
'cup-metric' => { |
372
|
|
|
|
|
|
|
'name' => q(metrik käse), |
373
|
|
|
|
|
|
|
'one' => q({0} metrik käse), |
374
|
|
|
|
|
|
|
'other' => q({0} metrik käse), |
375
|
|
|
|
|
|
|
}, |
376
|
|
|
|
|
|
|
'day' => { |
377
|
|
|
|
|
|
|
'name' => q(gün), |
378
|
|
|
|
|
|
|
'one' => q({0} gün), |
379
|
|
|
|
|
|
|
'other' => q({0} gün), |
380
|
|
|
|
|
|
|
'per' => q({0}/gün), |
381
|
|
|
|
|
|
|
}, |
382
|
|
|
|
|
|
|
'deciliter' => { |
383
|
|
|
|
|
|
|
'name' => q(desilitr), |
384
|
|
|
|
|
|
|
'one' => q({0} desilitr), |
385
|
|
|
|
|
|
|
'other' => q({0} desilitr), |
386
|
|
|
|
|
|
|
}, |
387
|
|
|
|
|
|
|
'decimeter' => { |
388
|
|
|
|
|
|
|
'name' => q(desimetr), |
389
|
|
|
|
|
|
|
'one' => q({0} desimetr), |
390
|
|
|
|
|
|
|
'other' => q({0} desimetr), |
391
|
|
|
|
|
|
|
}, |
392
|
|
|
|
|
|
|
'degree' => { |
393
|
|
|
|
|
|
|
'name' => q(dereje), |
394
|
|
|
|
|
|
|
'one' => q({0} dereje), |
395
|
|
|
|
|
|
|
'other' => q({0} dereje), |
396
|
|
|
|
|
|
|
}, |
397
|
|
|
|
|
|
|
'fahrenheit' => { |
398
|
|
|
|
|
|
|
'name' => q(Farangeýt gradusy), |
399
|
|
|
|
|
|
|
'one' => q({0} Farangeýt gradusy), |
400
|
|
|
|
|
|
|
'other' => q({0} Farangeýt gradusy), |
401
|
|
|
|
|
|
|
}, |
402
|
|
|
|
|
|
|
'fluid-ounce' => { |
403
|
|
|
|
|
|
|
'name' => q(suwuklyk unsiý), |
404
|
|
|
|
|
|
|
'one' => q({0} suwuklyk unsiý), |
405
|
|
|
|
|
|
|
'other' => q({0} suwuklyk unsiý), |
406
|
|
|
|
|
|
|
}, |
407
|
|
|
|
|
|
|
'foodcalorie' => { |
408
|
|
|
|
|
|
|
'name' => q(Kaloriýa), |
409
|
|
|
|
|
|
|
'one' => q({0} Kaloriýa), |
410
|
|
|
|
|
|
|
'other' => q({0} Kaloriýa), |
411
|
|
|
|
|
|
|
}, |
412
|
|
|
|
|
|
|
'foot' => { |
413
|
|
|
|
|
|
|
'name' => q(fut), |
414
|
|
|
|
|
|
|
'one' => q({0} fut), |
415
|
|
|
|
|
|
|
'other' => q({0} fut), |
416
|
|
|
|
|
|
|
'per' => q({0}/fut), |
417
|
|
|
|
|
|
|
}, |
418
|
|
|
|
|
|
|
'g-force' => { |
419
|
|
|
|
|
|
|
'name' => q(erkin düÅüŠtizlenmesi), |
420
|
|
|
|
|
|
|
'one' => q({0} G), |
421
|
|
|
|
|
|
|
'other' => q({0} G), |
422
|
|
|
|
|
|
|
}, |
423
|
|
|
|
|
|
|
'gallon' => { |
424
|
|
|
|
|
|
|
'name' => q(gallon), |
425
|
|
|
|
|
|
|
'one' => q({0} galon), |
426
|
|
|
|
|
|
|
'other' => q({0} galon), |
427
|
|
|
|
|
|
|
'per' => q({0}/galon), |
428
|
|
|
|
|
|
|
}, |
429
|
|
|
|
|
|
|
'generic' => { |
430
|
|
|
|
|
|
|
'name' => q(°), |
431
|
|
|
|
|
|
|
'one' => q({0}°), |
432
|
|
|
|
|
|
|
'other' => q({0}°), |
433
|
|
|
|
|
|
|
}, |
434
|
|
|
|
|
|
|
'gigabit' => { |
435
|
|
|
|
|
|
|
'name' => q(gigabit), |
436
|
|
|
|
|
|
|
'one' => q({0} gigabit), |
437
|
|
|
|
|
|
|
'other' => q({0} gigabit), |
438
|
|
|
|
|
|
|
}, |
439
|
|
|
|
|
|
|
'gigabyte' => { |
440
|
|
|
|
|
|
|
'name' => q(gigabaýt), |
441
|
|
|
|
|
|
|
'one' => q({0} gigabaýt), |
442
|
|
|
|
|
|
|
'other' => q({0} gigabaýt), |
443
|
|
|
|
|
|
|
}, |
444
|
|
|
|
|
|
|
'gigahertz' => { |
445
|
|
|
|
|
|
|
'name' => q(gigagerts), |
446
|
|
|
|
|
|
|
'one' => q({0} gigagerts), |
447
|
|
|
|
|
|
|
'other' => q({0} gigagerts), |
448
|
|
|
|
|
|
|
}, |
449
|
|
|
|
|
|
|
'gigawatt' => { |
450
|
|
|
|
|
|
|
'name' => q(gigawatt), |
451
|
|
|
|
|
|
|
'one' => q({0} gigawatt), |
452
|
|
|
|
|
|
|
'other' => q({0} gigawatt), |
453
|
|
|
|
|
|
|
}, |
454
|
|
|
|
|
|
|
'gram' => { |
455
|
|
|
|
|
|
|
'name' => q(gram), |
456
|
|
|
|
|
|
|
'one' => q({0} gram), |
457
|
|
|
|
|
|
|
'other' => q({0} gram), |
458
|
|
|
|
|
|
|
'per' => q({0}/gram), |
459
|
|
|
|
|
|
|
}, |
460
|
|
|
|
|
|
|
'hectare' => { |
461
|
|
|
|
|
|
|
'name' => q(gektar), |
462
|
|
|
|
|
|
|
'one' => q({0} gektar), |
463
|
|
|
|
|
|
|
'other' => q({0} gektar), |
464
|
|
|
|
|
|
|
}, |
465
|
|
|
|
|
|
|
'hectoliter' => { |
466
|
|
|
|
|
|
|
'name' => q(gektolitr), |
467
|
|
|
|
|
|
|
'one' => q({0} gektolitr), |
468
|
|
|
|
|
|
|
'other' => q({0} gektolitr), |
469
|
|
|
|
|
|
|
}, |
470
|
|
|
|
|
|
|
'hectopascal' => { |
471
|
|
|
|
|
|
|
'name' => q(gektopaskal), |
472
|
|
|
|
|
|
|
'one' => q({0} gektopaskal), |
473
|
|
|
|
|
|
|
'other' => q({0} gektopaskal), |
474
|
|
|
|
|
|
|
}, |
475
|
|
|
|
|
|
|
'hertz' => { |
476
|
|
|
|
|
|
|
'name' => q(gerts), |
477
|
|
|
|
|
|
|
'one' => q({0} gerts), |
478
|
|
|
|
|
|
|
'other' => q({0} gerts), |
479
|
|
|
|
|
|
|
}, |
480
|
|
|
|
|
|
|
'horsepower' => { |
481
|
|
|
|
|
|
|
'name' => q(at güýji), |
482
|
|
|
|
|
|
|
'one' => q({0} at güýji), |
483
|
|
|
|
|
|
|
'other' => q({0} at güýji), |
484
|
|
|
|
|
|
|
}, |
485
|
|
|
|
|
|
|
'hour' => { |
486
|
|
|
|
|
|
|
'name' => q(sagat), |
487
|
|
|
|
|
|
|
'one' => q({0} sagat), |
488
|
|
|
|
|
|
|
'other' => q({0} sagat), |
489
|
|
|
|
|
|
|
'per' => q({0}/sagat), |
490
|
|
|
|
|
|
|
}, |
491
|
|
|
|
|
|
|
'inch' => { |
492
|
|
|
|
|
|
|
'name' => q(dýuým), |
493
|
|
|
|
|
|
|
'one' => q({0} dýuým), |
494
|
|
|
|
|
|
|
'other' => q({0} dýuým), |
495
|
|
|
|
|
|
|
'per' => q({0}/dýuým), |
496
|
|
|
|
|
|
|
}, |
497
|
|
|
|
|
|
|
'inch-hg' => { |
498
|
|
|
|
|
|
|
'name' => q(simap sütüniŠdýuýmy), |
499
|
|
|
|
|
|
|
'one' => q({0} simap sütüniŠdýuýmy), |
500
|
|
|
|
|
|
|
'other' => q({0} simap sütüniŠdýuýmy), |
501
|
|
|
|
|
|
|
}, |
502
|
|
|
|
|
|
|
'joule' => { |
503
|
|
|
|
|
|
|
'name' => q(dž), |
504
|
|
|
|
|
|
|
'one' => q({0} džul), |
505
|
|
|
|
|
|
|
'other' => q({0} džul), |
506
|
|
|
|
|
|
|
}, |
507
|
|
|
|
|
|
|
'karat' => { |
508
|
|
|
|
|
|
|
'name' => q(karat), |
509
|
|
|
|
|
|
|
'one' => q({0} karat), |
510
|
|
|
|
|
|
|
'other' => q({0} karat), |
511
|
|
|
|
|
|
|
}, |
512
|
|
|
|
|
|
|
'kelvin' => { |
513
|
|
|
|
|
|
|
'name' => q(Kelwin gradusy), |
514
|
|
|
|
|
|
|
'one' => q({0} Kelwin gradusy), |
515
|
|
|
|
|
|
|
'other' => q({0} Kelwin gradusy), |
516
|
|
|
|
|
|
|
}, |
517
|
|
|
|
|
|
|
'kilobit' => { |
518
|
|
|
|
|
|
|
'name' => q(kilobit), |
519
|
|
|
|
|
|
|
'one' => q({0} kilobit), |
520
|
|
|
|
|
|
|
'other' => q({0} kilobit), |
521
|
|
|
|
|
|
|
}, |
522
|
|
|
|
|
|
|
'kilobyte' => { |
523
|
|
|
|
|
|
|
'name' => q(kilobaýt), |
524
|
|
|
|
|
|
|
'one' => q({0} kilobaýt), |
525
|
|
|
|
|
|
|
'other' => q({0} kilobaýt), |
526
|
|
|
|
|
|
|
}, |
527
|
|
|
|
|
|
|
'kilocalorie' => { |
528
|
|
|
|
|
|
|
'name' => q(kilokaloriýa), |
529
|
|
|
|
|
|
|
'one' => q({0} kilokaloriýa), |
530
|
|
|
|
|
|
|
'other' => q({0} kilokaloriýa), |
531
|
|
|
|
|
|
|
}, |
532
|
|
|
|
|
|
|
'kilogram' => { |
533
|
|
|
|
|
|
|
'name' => q(kilogram), |
534
|
|
|
|
|
|
|
'one' => q({0} kilogram), |
535
|
|
|
|
|
|
|
'other' => q({0} kilogram), |
536
|
|
|
|
|
|
|
'per' => q({0}/kilogram), |
537
|
|
|
|
|
|
|
}, |
538
|
|
|
|
|
|
|
'kilohertz' => { |
539
|
|
|
|
|
|
|
'name' => q(kilogerts), |
540
|
|
|
|
|
|
|
'one' => q({0} kilogerts), |
541
|
|
|
|
|
|
|
'other' => q({0} kilogerts), |
542
|
|
|
|
|
|
|
}, |
543
|
|
|
|
|
|
|
'kilojoule' => { |
544
|
|
|
|
|
|
|
'name' => q(kilodžul), |
545
|
|
|
|
|
|
|
'one' => q({0} kilodžul), |
546
|
|
|
|
|
|
|
'other' => q({0} kilodžul), |
547
|
|
|
|
|
|
|
}, |
548
|
|
|
|
|
|
|
'kilometer' => { |
549
|
|
|
|
|
|
|
'name' => q(kilometr), |
550
|
|
|
|
|
|
|
'one' => q({0} kilometr), |
551
|
|
|
|
|
|
|
'other' => q({0} kilometr), |
552
|
|
|
|
|
|
|
'per' => q({0}/kilometr), |
553
|
|
|
|
|
|
|
}, |
554
|
|
|
|
|
|
|
'kilometer-per-hour' => { |
555
|
|
|
|
|
|
|
'name' => q(sagatda kilometr), |
556
|
|
|
|
|
|
|
'one' => q(sagatda {0} kilometr), |
557
|
|
|
|
|
|
|
'other' => q(sagatda {0} kilometr), |
558
|
|
|
|
|
|
|
}, |
559
|
|
|
|
|
|
|
'kilowatt' => { |
560
|
|
|
|
|
|
|
'name' => q(kilowatt), |
561
|
|
|
|
|
|
|
'one' => q({0} kilowatt), |
562
|
|
|
|
|
|
|
'other' => q({0} kilowatt), |
563
|
|
|
|
|
|
|
}, |
564
|
|
|
|
|
|
|
'kilowatt-hour' => { |
565
|
|
|
|
|
|
|
'name' => q(kilowat-sagat), |
566
|
|
|
|
|
|
|
'one' => q({0} kilowat-sagat), |
567
|
|
|
|
|
|
|
'other' => q({0} kilowat-sagat), |
568
|
|
|
|
|
|
|
}, |
569
|
|
|
|
|
|
|
'knot' => { |
570
|
|
|
|
|
|
|
'name' => q(uzel), |
571
|
|
|
|
|
|
|
'one' => q({0} uzel), |
572
|
|
|
|
|
|
|
'other' => q({0} uzel), |
573
|
|
|
|
|
|
|
}, |
574
|
|
|
|
|
|
|
'light-year' => { |
575
|
|
|
|
|
|
|
'name' => q(ýagtylyk ýyly), |
576
|
|
|
|
|
|
|
'one' => q({0} ýagtylyk ýyly), |
577
|
|
|
|
|
|
|
'other' => q({0} ýagtylyk ýyly), |
578
|
|
|
|
|
|
|
}, |
579
|
|
|
|
|
|
|
'liter' => { |
580
|
|
|
|
|
|
|
'name' => q(litr), |
581
|
|
|
|
|
|
|
'one' => q({0} litr), |
582
|
|
|
|
|
|
|
'other' => q({0} litr), |
583
|
|
|
|
|
|
|
'per' => q({0}/l), |
584
|
|
|
|
|
|
|
}, |
585
|
|
|
|
|
|
|
'liter-per-100kilometers' => { |
586
|
|
|
|
|
|
|
'name' => q(100 kilometrde litr), |
587
|
|
|
|
|
|
|
'one' => q(100 kilometrde {0} litr), |
588
|
|
|
|
|
|
|
'other' => q(100 kilometrde {0} litr), |
589
|
|
|
|
|
|
|
}, |
590
|
|
|
|
|
|
|
'liter-per-kilometer' => { |
591
|
|
|
|
|
|
|
'name' => q(kilometrde litr), |
592
|
|
|
|
|
|
|
'one' => q(kilometrde {0} litr), |
593
|
|
|
|
|
|
|
'other' => q(kilometrde {0} litr), |
594
|
|
|
|
|
|
|
}, |
595
|
|
|
|
|
|
|
'lux' => { |
596
|
|
|
|
|
|
|
'name' => q(lýuks), |
597
|
|
|
|
|
|
|
'one' => q({0} lýuks), |
598
|
|
|
|
|
|
|
'other' => q({0} lýuks), |
599
|
|
|
|
|
|
|
}, |
600
|
|
|
|
|
|
|
'megabit' => { |
601
|
|
|
|
|
|
|
'name' => q(megabit), |
602
|
|
|
|
|
|
|
'one' => q({0} megabit), |
603
|
|
|
|
|
|
|
'other' => q({0} megabit), |
604
|
|
|
|
|
|
|
}, |
605
|
|
|
|
|
|
|
'megabyte' => { |
606
|
|
|
|
|
|
|
'name' => q(megabaýt), |
607
|
|
|
|
|
|
|
'one' => q({0} megabaýt), |
608
|
|
|
|
|
|
|
'other' => q({0} megabaýt), |
609
|
|
|
|
|
|
|
}, |
610
|
|
|
|
|
|
|
'megahertz' => { |
611
|
|
|
|
|
|
|
'name' => q(megagerts), |
612
|
|
|
|
|
|
|
'one' => q({0} megagerts), |
613
|
|
|
|
|
|
|
'other' => q({0} megagerts), |
614
|
|
|
|
|
|
|
}, |
615
|
|
|
|
|
|
|
'megaliter' => { |
616
|
|
|
|
|
|
|
'name' => q(megalitr), |
617
|
|
|
|
|
|
|
'one' => q({0} megalitr), |
618
|
|
|
|
|
|
|
'other' => q({0} megalitr), |
619
|
|
|
|
|
|
|
}, |
620
|
|
|
|
|
|
|
'megawatt' => { |
621
|
|
|
|
|
|
|
'name' => q(megawatt), |
622
|
|
|
|
|
|
|
'one' => q({0} megawatt), |
623
|
|
|
|
|
|
|
'other' => q({0} megawatt), |
624
|
|
|
|
|
|
|
}, |
625
|
|
|
|
|
|
|
'meter' => { |
626
|
|
|
|
|
|
|
'name' => q(metr), |
627
|
|
|
|
|
|
|
'one' => q({0} metr), |
628
|
|
|
|
|
|
|
'other' => q({0} metr), |
629
|
|
|
|
|
|
|
'per' => q({0}/m), |
630
|
|
|
|
|
|
|
}, |
631
|
|
|
|
|
|
|
'meter-per-second' => { |
632
|
|
|
|
|
|
|
'name' => q(sekuntda metr), |
633
|
|
|
|
|
|
|
'one' => q(sekuntda {0} metr), |
634
|
|
|
|
|
|
|
'other' => q(sekuntda {0} metr), |
635
|
|
|
|
|
|
|
}, |
636
|
|
|
|
|
|
|
'meter-per-second-squared' => { |
637
|
|
|
|
|
|
|
'name' => q(inedördül sekuntda metr), |
638
|
|
|
|
|
|
|
'one' => q({0} inedördül sekuntda metr), |
639
|
|
|
|
|
|
|
'other' => q({0} inedördül sekuntda metr), |
640
|
|
|
|
|
|
|
}, |
641
|
|
|
|
|
|
|
'metric-ton' => { |
642
|
|
|
|
|
|
|
'name' => q(metrik tonna), |
643
|
|
|
|
|
|
|
'one' => q({0} metrik tonna), |
644
|
|
|
|
|
|
|
'other' => q({0} metrik tonna), |
645
|
|
|
|
|
|
|
}, |
646
|
|
|
|
|
|
|
'microgram' => { |
647
|
|
|
|
|
|
|
'name' => q(mikrogram), |
648
|
|
|
|
|
|
|
'one' => q({0} mikrogram), |
649
|
|
|
|
|
|
|
'other' => q({0} mikrogram), |
650
|
|
|
|
|
|
|
}, |
651
|
|
|
|
|
|
|
'micrometer' => { |
652
|
|
|
|
|
|
|
'name' => q(mikrometr), |
653
|
|
|
|
|
|
|
'one' => q({0} mikrometr), |
654
|
|
|
|
|
|
|
'other' => q({0} mikrometr), |
655
|
|
|
|
|
|
|
}, |
656
|
|
|
|
|
|
|
'microsecond' => { |
657
|
|
|
|
|
|
|
'name' => q(mikrosekunt), |
658
|
|
|
|
|
|
|
'one' => q({0} mikrosekunt), |
659
|
|
|
|
|
|
|
'other' => q({0} mikrosekunt), |
660
|
|
|
|
|
|
|
}, |
661
|
|
|
|
|
|
|
'mile' => { |
662
|
|
|
|
|
|
|
'name' => q(mil), |
663
|
|
|
|
|
|
|
'one' => q({0} mil), |
664
|
|
|
|
|
|
|
'other' => q({0} mil), |
665
|
|
|
|
|
|
|
}, |
666
|
|
|
|
|
|
|
'mile-per-gallon' => { |
667
|
|
|
|
|
|
|
'name' => q(galonda mil), |
668
|
|
|
|
|
|
|
'one' => q(galonda {0} mil), |
669
|
|
|
|
|
|
|
'other' => q(galonda {0} mil), |
670
|
|
|
|
|
|
|
}, |
671
|
|
|
|
|
|
|
'mile-per-hour' => { |
672
|
|
|
|
|
|
|
'name' => q(sagatda mil), |
673
|
|
|
|
|
|
|
'one' => q(sagatda {0} mil), |
674
|
|
|
|
|
|
|
'other' => q(sagatda {0} mil), |
675
|
|
|
|
|
|
|
}, |
676
|
|
|
|
|
|
|
'mile-scandinavian' => { |
677
|
|
|
|
|
|
|
'name' => q(skandinaw mili), |
678
|
|
|
|
|
|
|
'one' => q({0} skandinaw mili), |
679
|
|
|
|
|
|
|
'other' => q({0} skandinaw mili), |
680
|
|
|
|
|
|
|
}, |
681
|
|
|
|
|
|
|
'milliampere' => { |
682
|
|
|
|
|
|
|
'name' => q(milliamper), |
683
|
|
|
|
|
|
|
'one' => q({0} milliamper), |
684
|
|
|
|
|
|
|
'other' => q({0} milliamper), |
685
|
|
|
|
|
|
|
}, |
686
|
|
|
|
|
|
|
'millibar' => { |
687
|
|
|
|
|
|
|
'name' => q(millibar), |
688
|
|
|
|
|
|
|
'one' => q({0} millibar), |
689
|
|
|
|
|
|
|
'other' => q({0} millibar), |
690
|
|
|
|
|
|
|
}, |
691
|
|
|
|
|
|
|
'milligram' => { |
692
|
|
|
|
|
|
|
'name' => q(milligram), |
693
|
|
|
|
|
|
|
'one' => q({0} milligram), |
694
|
|
|
|
|
|
|
'other' => q({0} milligram), |
695
|
|
|
|
|
|
|
}, |
696
|
|
|
|
|
|
|
'milliliter' => { |
697
|
|
|
|
|
|
|
'name' => q(millilitr), |
698
|
|
|
|
|
|
|
'one' => q({0} millilitr), |
699
|
|
|
|
|
|
|
'other' => q({0} millilitr), |
700
|
|
|
|
|
|
|
}, |
701
|
|
|
|
|
|
|
'millimeter' => { |
702
|
|
|
|
|
|
|
'name' => q(millimetr), |
703
|
|
|
|
|
|
|
'one' => q({0} millimetr), |
704
|
|
|
|
|
|
|
'other' => q({0} millimetr), |
705
|
|
|
|
|
|
|
}, |
706
|
|
|
|
|
|
|
'millimeter-of-mercury' => { |
707
|
|
|
|
|
|
|
'name' => q(simap sütüniŠmillimetri), |
708
|
|
|
|
|
|
|
'one' => q({0} simap sütüniŠmillimetri), |
709
|
|
|
|
|
|
|
'other' => q({0} simap sütüniŠmillimetri), |
710
|
|
|
|
|
|
|
}, |
711
|
|
|
|
|
|
|
'millisecond' => { |
712
|
|
|
|
|
|
|
'name' => q(millisekunt), |
713
|
|
|
|
|
|
|
'one' => q({0} millisekunt), |
714
|
|
|
|
|
|
|
'other' => q({0} millisekunt), |
715
|
|
|
|
|
|
|
}, |
716
|
|
|
|
|
|
|
'milliwatt' => { |
717
|
|
|
|
|
|
|
'name' => q(milliwatt), |
718
|
|
|
|
|
|
|
'one' => q({0} milliwatt), |
719
|
|
|
|
|
|
|
'other' => q({0} milliwatt), |
720
|
|
|
|
|
|
|
}, |
721
|
|
|
|
|
|
|
'minute' => { |
722
|
|
|
|
|
|
|
'name' => q(minut), |
723
|
|
|
|
|
|
|
'one' => q({0} minut), |
724
|
|
|
|
|
|
|
'other' => q({0} minut), |
725
|
|
|
|
|
|
|
'per' => q({0}/minut), |
726
|
|
|
|
|
|
|
}, |
727
|
|
|
|
|
|
|
'month' => { |
728
|
|
|
|
|
|
|
'name' => q(aý), |
729
|
|
|
|
|
|
|
'one' => q({0} aý), |
730
|
|
|
|
|
|
|
'other' => q({0} aý), |
731
|
|
|
|
|
|
|
'per' => q({0}/aý), |
732
|
|
|
|
|
|
|
}, |
733
|
|
|
|
|
|
|
'nanometer' => { |
734
|
|
|
|
|
|
|
'name' => q(nanometr), |
735
|
|
|
|
|
|
|
'one' => q({0} nanometr), |
736
|
|
|
|
|
|
|
'other' => q({0} nanometr), |
737
|
|
|
|
|
|
|
}, |
738
|
|
|
|
|
|
|
'nanosecond' => { |
739
|
|
|
|
|
|
|
'name' => q(nanosekunt), |
740
|
|
|
|
|
|
|
'one' => q({0} nanosekunt), |
741
|
|
|
|
|
|
|
'other' => q({0} nanosekunt), |
742
|
|
|
|
|
|
|
}, |
743
|
|
|
|
|
|
|
'nautical-mile' => { |
744
|
|
|
|
|
|
|
'name' => q(deÅiz mili), |
745
|
|
|
|
|
|
|
'one' => q({0} deÅiz mili), |
746
|
|
|
|
|
|
|
'other' => q({0} deÅiz mili), |
747
|
|
|
|
|
|
|
}, |
748
|
|
|
|
|
|
|
'ohm' => { |
749
|
|
|
|
|
|
|
'name' => q(om), |
750
|
|
|
|
|
|
|
'one' => q({0} om), |
751
|
|
|
|
|
|
|
'other' => q({0} om), |
752
|
|
|
|
|
|
|
}, |
753
|
|
|
|
|
|
|
'ounce' => { |
754
|
|
|
|
|
|
|
'name' => q(unsiý), |
755
|
|
|
|
|
|
|
'one' => q({0} unsiý), |
756
|
|
|
|
|
|
|
'other' => q({0} unsiý), |
757
|
|
|
|
|
|
|
'per' => q({0}/unsiý), |
758
|
|
|
|
|
|
|
}, |
759
|
|
|
|
|
|
|
'ounce-troy' => { |
760
|
|
|
|
|
|
|
'name' => q(troý unsiý), |
761
|
|
|
|
|
|
|
'one' => q({0} troý unsiý), |
762
|
|
|
|
|
|
|
'other' => q({0} troý unsiý), |
763
|
|
|
|
|
|
|
}, |
764
|
|
|
|
|
|
|
'parsec' => { |
765
|
|
|
|
|
|
|
'name' => q(parsek), |
766
|
|
|
|
|
|
|
'one' => q({0} parsek), |
767
|
|
|
|
|
|
|
'other' => q({0} parsek), |
768
|
|
|
|
|
|
|
}, |
769
|
|
|
|
|
|
|
'per' => { |
770
|
|
|
|
|
|
|
'1' => q({1} baÅyna {0}), |
771
|
|
|
|
|
|
|
}, |
772
|
|
|
|
|
|
|
'picometer' => { |
773
|
|
|
|
|
|
|
'name' => q(pikometr), |
774
|
|
|
|
|
|
|
'one' => q({0} pikometr), |
775
|
|
|
|
|
|
|
'other' => q({0} pikometr), |
776
|
|
|
|
|
|
|
}, |
777
|
|
|
|
|
|
|
'pint' => { |
778
|
|
|
|
|
|
|
'name' => q(pint), |
779
|
|
|
|
|
|
|
'one' => q({0} pint), |
780
|
|
|
|
|
|
|
'other' => q({0} pint), |
781
|
|
|
|
|
|
|
}, |
782
|
|
|
|
|
|
|
'pint-metric' => { |
783
|
|
|
|
|
|
|
'name' => q(metrik pint), |
784
|
|
|
|
|
|
|
'one' => q({0} metrik pint), |
785
|
|
|
|
|
|
|
'other' => q({0} metrik pint), |
786
|
|
|
|
|
|
|
}, |
787
|
|
|
|
|
|
|
'pound' => { |
788
|
|
|
|
|
|
|
'name' => q(funt), |
789
|
|
|
|
|
|
|
'one' => q({0} funt), |
790
|
|
|
|
|
|
|
'other' => q({0} funt), |
791
|
|
|
|
|
|
|
'per' => q({0}/funt), |
792
|
|
|
|
|
|
|
}, |
793
|
|
|
|
|
|
|
'pound-per-square-inch' => { |
794
|
|
|
|
|
|
|
'name' => q(inedörül dýuým baÅyna funt), |
795
|
|
|
|
|
|
|
'one' => q(inedörül dýuým baÅyna {0} funt), |
796
|
|
|
|
|
|
|
'other' => q(inedörül dýuým baÅyna {0} funt), |
797
|
|
|
|
|
|
|
}, |
798
|
|
|
|
|
|
|
'quart' => { |
799
|
|
|
|
|
|
|
'name' => q(kwarta), |
800
|
|
|
|
|
|
|
'one' => q({0} kwarta), |
801
|
|
|
|
|
|
|
'other' => q({0} kwarta), |
802
|
|
|
|
|
|
|
}, |
803
|
|
|
|
|
|
|
'radian' => { |
804
|
|
|
|
|
|
|
'name' => q(radian), |
805
|
|
|
|
|
|
|
'one' => q({0} radian), |
806
|
|
|
|
|
|
|
'other' => q({0} radian), |
807
|
|
|
|
|
|
|
}, |
808
|
|
|
|
|
|
|
'revolution' => { |
809
|
|
|
|
|
|
|
'name' => q(aýlaw), |
810
|
|
|
|
|
|
|
'one' => q({0} aýlaw), |
811
|
|
|
|
|
|
|
'other' => q({0} aýlaw), |
812
|
|
|
|
|
|
|
}, |
813
|
|
|
|
|
|
|
'second' => { |
814
|
|
|
|
|
|
|
'name' => q(sekunt), |
815
|
|
|
|
|
|
|
'one' => q({0} sekunt), |
816
|
|
|
|
|
|
|
'other' => q({0} sekunt), |
817
|
|
|
|
|
|
|
'per' => q({0}/sekunt), |
818
|
|
|
|
|
|
|
}, |
819
|
|
|
|
|
|
|
'square-centimeter' => { |
820
|
|
|
|
|
|
|
'name' => q(inedördül santimetr), |
821
|
|
|
|
|
|
|
'one' => q({0} inedördül santimetr), |
822
|
|
|
|
|
|
|
'other' => q({0} inedördül santimetr), |
823
|
|
|
|
|
|
|
'per' => q({0}/inedördül santimetr), |
824
|
|
|
|
|
|
|
}, |
825
|
|
|
|
|
|
|
'square-foot' => { |
826
|
|
|
|
|
|
|
'name' => q(inedördül fut), |
827
|
|
|
|
|
|
|
'one' => q({0} inedördül fut), |
828
|
|
|
|
|
|
|
'other' => q({0} inedördül fut), |
829
|
|
|
|
|
|
|
}, |
830
|
|
|
|
|
|
|
'square-inch' => { |
831
|
|
|
|
|
|
|
'name' => q(inedördül dýuým), |
832
|
|
|
|
|
|
|
'one' => q({0} inedördül dýuým), |
833
|
|
|
|
|
|
|
'other' => q({0} inedördül dýuým), |
834
|
|
|
|
|
|
|
'per' => q({0}/inedördül dýuým), |
835
|
|
|
|
|
|
|
}, |
836
|
|
|
|
|
|
|
'square-kilometer' => { |
837
|
|
|
|
|
|
|
'name' => q(inedördül kilometr), |
838
|
|
|
|
|
|
|
'one' => q({0} inedördül kilometr), |
839
|
|
|
|
|
|
|
'other' => q({0} inedördül kilometr), |
840
|
|
|
|
|
|
|
}, |
841
|
|
|
|
|
|
|
'square-meter' => { |
842
|
|
|
|
|
|
|
'name' => q(inedördül metr), |
843
|
|
|
|
|
|
|
'one' => q({0} inedördül metr), |
844
|
|
|
|
|
|
|
'other' => q({0} inedördül metr), |
845
|
|
|
|
|
|
|
'per' => q({0}/inedördül metr), |
846
|
|
|
|
|
|
|
}, |
847
|
|
|
|
|
|
|
'square-mile' => { |
848
|
|
|
|
|
|
|
'name' => q(inedördül mil), |
849
|
|
|
|
|
|
|
'one' => q({0} inedördül mil), |
850
|
|
|
|
|
|
|
'other' => q({0} inedördül mil), |
851
|
|
|
|
|
|
|
}, |
852
|
|
|
|
|
|
|
'square-yard' => { |
853
|
|
|
|
|
|
|
'name' => q(inedördül ýard), |
854
|
|
|
|
|
|
|
'one' => q({0} inedördül ýard), |
855
|
|
|
|
|
|
|
'other' => q({0} inedördül ýard), |
856
|
|
|
|
|
|
|
}, |
857
|
|
|
|
|
|
|
'tablespoon' => { |
858
|
|
|
|
|
|
|
'name' => q(nahar çemçesi), |
859
|
|
|
|
|
|
|
'one' => q({0} nahar çemçe), |
860
|
|
|
|
|
|
|
'other' => q({0} nahar çemçe), |
861
|
|
|
|
|
|
|
}, |
862
|
|
|
|
|
|
|
'teaspoon' => { |
863
|
|
|
|
|
|
|
'name' => q(çaý çemçesi), |
864
|
|
|
|
|
|
|
'one' => q({0} çaý çemçe), |
865
|
|
|
|
|
|
|
'other' => q({0} çaý çemçe), |
866
|
|
|
|
|
|
|
}, |
867
|
|
|
|
|
|
|
'terabit' => { |
868
|
|
|
|
|
|
|
'name' => q(terabit), |
869
|
|
|
|
|
|
|
'one' => q({0} terabit), |
870
|
|
|
|
|
|
|
'other' => q({0} terabit), |
871
|
|
|
|
|
|
|
}, |
872
|
|
|
|
|
|
|
'terabyte' => { |
873
|
|
|
|
|
|
|
'name' => q(terabaýt), |
874
|
|
|
|
|
|
|
'one' => q({0} terabaýt), |
875
|
|
|
|
|
|
|
'other' => q({0} terabaýt), |
876
|
|
|
|
|
|
|
}, |
877
|
|
|
|
|
|
|
'ton' => { |
878
|
|
|
|
|
|
|
'name' => q(tonna), |
879
|
|
|
|
|
|
|
'one' => q({0} tonna), |
880
|
|
|
|
|
|
|
'other' => q({0} tonna), |
881
|
|
|
|
|
|
|
}, |
882
|
|
|
|
|
|
|
'volt' => { |
883
|
|
|
|
|
|
|
'name' => q(wolt), |
884
|
|
|
|
|
|
|
'one' => q({0} wolt), |
885
|
|
|
|
|
|
|
'other' => q({0} wolt), |
886
|
|
|
|
|
|
|
}, |
887
|
|
|
|
|
|
|
'watt' => { |
888
|
|
|
|
|
|
|
'name' => q(watt), |
889
|
|
|
|
|
|
|
'one' => q({0} watt), |
890
|
|
|
|
|
|
|
'other' => q({0} watt), |
891
|
|
|
|
|
|
|
}, |
892
|
|
|
|
|
|
|
'week' => { |
893
|
|
|
|
|
|
|
'name' => q(hepde), |
894
|
|
|
|
|
|
|
'one' => q({0} hepde), |
895
|
|
|
|
|
|
|
'other' => q({0} hepde), |
896
|
|
|
|
|
|
|
'per' => q({0}/hepde), |
897
|
|
|
|
|
|
|
}, |
898
|
|
|
|
|
|
|
'yard' => { |
899
|
|
|
|
|
|
|
'name' => q(ýard), |
900
|
|
|
|
|
|
|
'one' => q({0} ýard), |
901
|
|
|
|
|
|
|
'other' => q({0} ýard), |
902
|
|
|
|
|
|
|
}, |
903
|
|
|
|
|
|
|
'year' => { |
904
|
|
|
|
|
|
|
'name' => q(ýyl), |
905
|
|
|
|
|
|
|
'one' => q({0} ýyl), |
906
|
|
|
|
|
|
|
'other' => q({0} ýyl), |
907
|
|
|
|
|
|
|
'per' => q({0}/ý), |
908
|
|
|
|
|
|
|
}, |
909
|
|
|
|
|
|
|
}, |
910
|
|
|
|
|
|
|
'narrow' => { |
911
|
|
|
|
|
|
|
'celsius' => { |
912
|
|
|
|
|
|
|
'name' => q(°C), |
913
|
|
|
|
|
|
|
'one' => q({0}°C), |
914
|
|
|
|
|
|
|
'other' => q({0}°C), |
915
|
|
|
|
|
|
|
}, |
916
|
|
|
|
|
|
|
'centimeter' => { |
917
|
|
|
|
|
|
|
'name' => q(sm), |
918
|
|
|
|
|
|
|
'one' => q({0}sm), |
919
|
|
|
|
|
|
|
'other' => q({0}sm), |
920
|
|
|
|
|
|
|
}, |
921
|
|
|
|
|
|
|
'coordinate' => { |
922
|
|
|
|
|
|
|
'east' => q({0}g.d.), |
923
|
|
|
|
|
|
|
'north' => q({0}g.o.), |
924
|
|
|
|
|
|
|
'south' => q({0}d.g.), |
925
|
|
|
|
|
|
|
'west' => q({0}g.b.), |
926
|
|
|
|
|
|
|
}, |
927
|
|
|
|
|
|
|
'day' => { |
928
|
|
|
|
|
|
|
'name' => q(g), |
929
|
|
|
|
|
|
|
'one' => q({0}g), |
930
|
|
|
|
|
|
|
'other' => q({0}g), |
931
|
|
|
|
|
|
|
}, |
932
|
|
|
|
|
|
|
'gram' => { |
933
|
|
|
|
|
|
|
'name' => q(g), |
934
|
|
|
|
|
|
|
'one' => q({0}g), |
935
|
|
|
|
|
|
|
'other' => q({0}g), |
936
|
|
|
|
|
|
|
}, |
937
|
|
|
|
|
|
|
'hour' => { |
938
|
|
|
|
|
|
|
'name' => q(sg), |
939
|
|
|
|
|
|
|
'one' => q({0}sg), |
940
|
|
|
|
|
|
|
'other' => q({0}sg), |
941
|
|
|
|
|
|
|
}, |
942
|
|
|
|
|
|
|
'kilogram' => { |
943
|
|
|
|
|
|
|
'name' => q(kg), |
944
|
|
|
|
|
|
|
'one' => q({0}kg), |
945
|
|
|
|
|
|
|
'other' => q({0}kg), |
946
|
|
|
|
|
|
|
}, |
947
|
|
|
|
|
|
|
'kilometer' => { |
948
|
|
|
|
|
|
|
'name' => q(km), |
949
|
|
|
|
|
|
|
'one' => q({0}km), |
950
|
|
|
|
|
|
|
'other' => q({0}km), |
951
|
|
|
|
|
|
|
}, |
952
|
|
|
|
|
|
|
'kilometer-per-hour' => { |
953
|
|
|
|
|
|
|
'name' => q(km/sag), |
954
|
|
|
|
|
|
|
'one' => q({0}km/sag), |
955
|
|
|
|
|
|
|
'other' => q({0}km/sag), |
956
|
|
|
|
|
|
|
}, |
957
|
|
|
|
|
|
|
'liter' => { |
958
|
|
|
|
|
|
|
'name' => q(l), |
959
|
|
|
|
|
|
|
'one' => q({0}l), |
960
|
|
|
|
|
|
|
'other' => q({0}l), |
961
|
|
|
|
|
|
|
}, |
962
|
|
|
|
|
|
|
'liter-per-100kilometers' => { |
963
|
|
|
|
|
|
|
'name' => q(l/100 km), |
964
|
|
|
|
|
|
|
'one' => q({0} l/100 km), |
965
|
|
|
|
|
|
|
'other' => q({0} l/100 km), |
966
|
|
|
|
|
|
|
}, |
967
|
|
|
|
|
|
|
'meter' => { |
968
|
|
|
|
|
|
|
'name' => q(m), |
969
|
|
|
|
|
|
|
'one' => q({0}m), |
970
|
|
|
|
|
|
|
'other' => q({0}m), |
971
|
|
|
|
|
|
|
}, |
972
|
|
|
|
|
|
|
'millimeter' => { |
973
|
|
|
|
|
|
|
'name' => q(mm), |
974
|
|
|
|
|
|
|
'one' => q({0}mm), |
975
|
|
|
|
|
|
|
'other' => q({0}mm), |
976
|
|
|
|
|
|
|
}, |
977
|
|
|
|
|
|
|
'millisecond' => { |
978
|
|
|
|
|
|
|
'name' => q(ms), |
979
|
|
|
|
|
|
|
'one' => q({0}ms), |
980
|
|
|
|
|
|
|
'other' => q({0}ms), |
981
|
|
|
|
|
|
|
}, |
982
|
|
|
|
|
|
|
'minute' => { |
983
|
|
|
|
|
|
|
'name' => q(m), |
984
|
|
|
|
|
|
|
'one' => q({0}m), |
985
|
|
|
|
|
|
|
'other' => q({0}m), |
986
|
|
|
|
|
|
|
}, |
987
|
|
|
|
|
|
|
'month' => { |
988
|
|
|
|
|
|
|
'name' => q(a), |
989
|
|
|
|
|
|
|
'one' => q({0}a), |
990
|
|
|
|
|
|
|
'other' => q({0}a), |
991
|
|
|
|
|
|
|
}, |
992
|
|
|
|
|
|
|
'per' => { |
993
|
|
|
|
|
|
|
'1' => q({0}/{1}), |
994
|
|
|
|
|
|
|
}, |
995
|
|
|
|
|
|
|
'second' => { |
996
|
|
|
|
|
|
|
'name' => q(se), |
997
|
|
|
|
|
|
|
'one' => q({0}se), |
998
|
|
|
|
|
|
|
'other' => q({0}se), |
999
|
|
|
|
|
|
|
}, |
1000
|
|
|
|
|
|
|
'week' => { |
1001
|
|
|
|
|
|
|
'name' => q(h), |
1002
|
|
|
|
|
|
|
'one' => q({0}h), |
1003
|
|
|
|
|
|
|
'other' => q({0}h), |
1004
|
|
|
|
|
|
|
}, |
1005
|
|
|
|
|
|
|
'year' => { |
1006
|
|
|
|
|
|
|
'name' => q(ý), |
1007
|
|
|
|
|
|
|
'one' => q({0}ý), |
1008
|
|
|
|
|
|
|
'other' => q({0}ý), |
1009
|
|
|
|
|
|
|
}, |
1010
|
|
|
|
|
|
|
}, |
1011
|
|
|
|
|
|
|
'short' => { |
1012
|
|
|
|
|
|
|
'acre' => { |
1013
|
|
|
|
|
|
|
'name' => q(akr), |
1014
|
|
|
|
|
|
|
'one' => q({0} akr), |
1015
|
|
|
|
|
|
|
'other' => q({0} akr), |
1016
|
|
|
|
|
|
|
}, |
1017
|
|
|
|
|
|
|
'acre-foot' => { |
1018
|
|
|
|
|
|
|
'name' => q(akft), |
1019
|
|
|
|
|
|
|
'one' => q({0} akft), |
1020
|
|
|
|
|
|
|
'other' => q({0} akft), |
1021
|
|
|
|
|
|
|
}, |
1022
|
|
|
|
|
|
|
'ampere' => { |
1023
|
|
|
|
|
|
|
'name' => q(A), |
1024
|
|
|
|
|
|
|
'one' => q({0} A), |
1025
|
|
|
|
|
|
|
'other' => q({0} A), |
1026
|
|
|
|
|
|
|
}, |
1027
|
|
|
|
|
|
|
'arc-minute' => { |
1028
|
|
|
|
|
|
|
'name' => q(â²), |
1029
|
|
|
|
|
|
|
'one' => q({0}â²), |
1030
|
|
|
|
|
|
|
'other' => q({0}â²), |
1031
|
|
|
|
|
|
|
}, |
1032
|
|
|
|
|
|
|
'arc-second' => { |
1033
|
|
|
|
|
|
|
'name' => q(â³), |
1034
|
|
|
|
|
|
|
'one' => q({0}â³), |
1035
|
|
|
|
|
|
|
'other' => q({0}â³), |
1036
|
|
|
|
|
|
|
}, |
1037
|
|
|
|
|
|
|
'astronomical-unit' => { |
1038
|
|
|
|
|
|
|
'name' => q(ab), |
1039
|
|
|
|
|
|
|
'one' => q({0} ab), |
1040
|
|
|
|
|
|
|
'other' => q({0} ab), |
1041
|
|
|
|
|
|
|
}, |
1042
|
|
|
|
|
|
|
'bit' => { |
1043
|
|
|
|
|
|
|
'name' => q(bit), |
1044
|
|
|
|
|
|
|
'one' => q({0} bit), |
1045
|
|
|
|
|
|
|
'other' => q({0} bit), |
1046
|
|
|
|
|
|
|
}, |
1047
|
|
|
|
|
|
|
'byte' => { |
1048
|
|
|
|
|
|
|
'name' => q(B), |
1049
|
|
|
|
|
|
|
'one' => q({0} B), |
1050
|
|
|
|
|
|
|
'other' => q({0} B), |
1051
|
|
|
|
|
|
|
}, |
1052
|
|
|
|
|
|
|
'calorie' => { |
1053
|
|
|
|
|
|
|
'name' => q(kal), |
1054
|
|
|
|
|
|
|
'one' => q({0} kal), |
1055
|
|
|
|
|
|
|
'other' => q({0} kal), |
1056
|
|
|
|
|
|
|
}, |
1057
|
|
|
|
|
|
|
'carat' => { |
1058
|
|
|
|
|
|
|
'name' => q(kar), |
1059
|
|
|
|
|
|
|
'one' => q({0} kar), |
1060
|
|
|
|
|
|
|
'other' => q({0} kar), |
1061
|
|
|
|
|
|
|
}, |
1062
|
|
|
|
|
|
|
'celsius' => { |
1063
|
|
|
|
|
|
|
'name' => q(°C), |
1064
|
|
|
|
|
|
|
'one' => q({0}°C), |
1065
|
|
|
|
|
|
|
'other' => q({0}°C), |
1066
|
|
|
|
|
|
|
}, |
1067
|
|
|
|
|
|
|
'centiliter' => { |
1068
|
|
|
|
|
|
|
'name' => q(sl), |
1069
|
|
|
|
|
|
|
'one' => q({0} sl), |
1070
|
|
|
|
|
|
|
'other' => q({0} sl), |
1071
|
|
|
|
|
|
|
}, |
1072
|
|
|
|
|
|
|
'centimeter' => { |
1073
|
|
|
|
|
|
|
'name' => q(sm), |
1074
|
|
|
|
|
|
|
'one' => q({0} sm), |
1075
|
|
|
|
|
|
|
'other' => q({0} sm), |
1076
|
|
|
|
|
|
|
'per' => q({0}/sm), |
1077
|
|
|
|
|
|
|
}, |
1078
|
|
|
|
|
|
|
'century' => { |
1079
|
|
|
|
|
|
|
'name' => q(as), |
1080
|
|
|
|
|
|
|
'one' => q({0} as), |
1081
|
|
|
|
|
|
|
'other' => q({0} as), |
1082
|
|
|
|
|
|
|
}, |
1083
|
|
|
|
|
|
|
'coordinate' => { |
1084
|
|
|
|
|
|
|
'east' => q({0} g.d.), |
1085
|
|
|
|
|
|
|
'north' => q({0} g.o.), |
1086
|
|
|
|
|
|
|
'south' => q({0} d.g.), |
1087
|
|
|
|
|
|
|
'west' => q({0} g.b.), |
1088
|
|
|
|
|
|
|
}, |
1089
|
|
|
|
|
|
|
'cubic-centimeter' => { |
1090
|
|
|
|
|
|
|
'name' => q(sm³), |
1091
|
|
|
|
|
|
|
'one' => q({0} sm³), |
1092
|
|
|
|
|
|
|
'other' => q({0} sm³), |
1093
|
|
|
|
|
|
|
'per' => q({0}/sm³), |
1094
|
|
|
|
|
|
|
}, |
1095
|
|
|
|
|
|
|
'cubic-foot' => { |
1096
|
|
|
|
|
|
|
'name' => q(ft³), |
1097
|
|
|
|
|
|
|
'one' => q({0} ft³), |
1098
|
|
|
|
|
|
|
'other' => q({0} ft³), |
1099
|
|
|
|
|
|
|
}, |
1100
|
|
|
|
|
|
|
'cubic-inch' => { |
1101
|
|
|
|
|
|
|
'name' => q(dý³), |
1102
|
|
|
|
|
|
|
'one' => q({0} dý³), |
1103
|
|
|
|
|
|
|
'other' => q({0} dý³), |
1104
|
|
|
|
|
|
|
}, |
1105
|
|
|
|
|
|
|
'cubic-kilometer' => { |
1106
|
|
|
|
|
|
|
'name' => q(km³), |
1107
|
|
|
|
|
|
|
'one' => q({0} km³), |
1108
|
|
|
|
|
|
|
'other' => q({0} km³), |
1109
|
|
|
|
|
|
|
}, |
1110
|
|
|
|
|
|
|
'cubic-meter' => { |
1111
|
|
|
|
|
|
|
'name' => q(m³), |
1112
|
|
|
|
|
|
|
'one' => q({0} m³), |
1113
|
|
|
|
|
|
|
'other' => q({0} m³), |
1114
|
|
|
|
|
|
|
'per' => q({0}/m³), |
1115
|
|
|
|
|
|
|
}, |
1116
|
|
|
|
|
|
|
'cubic-mile' => { |
1117
|
|
|
|
|
|
|
'name' => q(mi³), |
1118
|
|
|
|
|
|
|
'one' => q({0} mi³), |
1119
|
|
|
|
|
|
|
'other' => q({0} mi³), |
1120
|
|
|
|
|
|
|
}, |
1121
|
|
|
|
|
|
|
'cubic-yard' => { |
1122
|
|
|
|
|
|
|
'name' => q(ýd³), |
1123
|
|
|
|
|
|
|
'one' => q({0} ýd³), |
1124
|
|
|
|
|
|
|
'other' => q({0} ýd³), |
1125
|
|
|
|
|
|
|
}, |
1126
|
|
|
|
|
|
|
'cup' => { |
1127
|
|
|
|
|
|
|
'name' => q(käse), |
1128
|
|
|
|
|
|
|
'one' => q({0} kä), |
1129
|
|
|
|
|
|
|
'other' => q({0} kä), |
1130
|
|
|
|
|
|
|
}, |
1131
|
|
|
|
|
|
|
'cup-metric' => { |
1132
|
|
|
|
|
|
|
'name' => q(mkä), |
1133
|
|
|
|
|
|
|
'one' => q({0} mkä), |
1134
|
|
|
|
|
|
|
'other' => q({0} mkä), |
1135
|
|
|
|
|
|
|
}, |
1136
|
|
|
|
|
|
|
'day' => { |
1137
|
|
|
|
|
|
|
'name' => q(gün), |
1138
|
|
|
|
|
|
|
'one' => q({0} gün), |
1139
|
|
|
|
|
|
|
'other' => q({0} gün), |
1140
|
|
|
|
|
|
|
'per' => q({0}/gün), |
1141
|
|
|
|
|
|
|
}, |
1142
|
|
|
|
|
|
|
'deciliter' => { |
1143
|
|
|
|
|
|
|
'name' => q(dl), |
1144
|
|
|
|
|
|
|
'one' => q({0} dl), |
1145
|
|
|
|
|
|
|
'other' => q({0} dl), |
1146
|
|
|
|
|
|
|
}, |
1147
|
|
|
|
|
|
|
'decimeter' => { |
1148
|
|
|
|
|
|
|
'name' => q(dm), |
1149
|
|
|
|
|
|
|
'one' => q({0} dm), |
1150
|
|
|
|
|
|
|
'other' => q({0} dm), |
1151
|
|
|
|
|
|
|
}, |
1152
|
|
|
|
|
|
|
'degree' => { |
1153
|
|
|
|
|
|
|
'name' => q(°), |
1154
|
|
|
|
|
|
|
'one' => q({0}°), |
1155
|
|
|
|
|
|
|
'other' => q({0}°), |
1156
|
|
|
|
|
|
|
}, |
1157
|
|
|
|
|
|
|
'fahrenheit' => { |
1158
|
|
|
|
|
|
|
'name' => q(°F), |
1159
|
|
|
|
|
|
|
'one' => q({0}°F), |
1160
|
|
|
|
|
|
|
'other' => q({0}°F), |
1161
|
|
|
|
|
|
|
}, |
1162
|
|
|
|
|
|
|
'fluid-ounce' => { |
1163
|
|
|
|
|
|
|
'name' => q(suw. uns.), |
1164
|
|
|
|
|
|
|
'one' => q({0} suw. uns.), |
1165
|
|
|
|
|
|
|
'other' => q({0} suw. uns.), |
1166
|
|
|
|
|
|
|
}, |
1167
|
|
|
|
|
|
|
'foodcalorie' => { |
1168
|
|
|
|
|
|
|
'name' => q(Kal), |
1169
|
|
|
|
|
|
|
'one' => q({0} Kal), |
1170
|
|
|
|
|
|
|
'other' => q({0} Kal), |
1171
|
|
|
|
|
|
|
}, |
1172
|
|
|
|
|
|
|
'foot' => { |
1173
|
|
|
|
|
|
|
'name' => q(ft), |
1174
|
|
|
|
|
|
|
'one' => q({0} ft), |
1175
|
|
|
|
|
|
|
'other' => q({0} ft), |
1176
|
|
|
|
|
|
|
'per' => q({0}/ft), |
1177
|
|
|
|
|
|
|
}, |
1178
|
|
|
|
|
|
|
'g-force' => { |
1179
|
|
|
|
|
|
|
'name' => q(G), |
1180
|
|
|
|
|
|
|
'one' => q({0} G), |
1181
|
|
|
|
|
|
|
'other' => q({0} G), |
1182
|
|
|
|
|
|
|
}, |
1183
|
|
|
|
|
|
|
'gallon' => { |
1184
|
|
|
|
|
|
|
'name' => q(gal.), |
1185
|
|
|
|
|
|
|
'one' => q({0} gal.), |
1186
|
|
|
|
|
|
|
'other' => q({0} gal.), |
1187
|
|
|
|
|
|
|
'per' => q({0}/gal.), |
1188
|
|
|
|
|
|
|
}, |
1189
|
|
|
|
|
|
|
'generic' => { |
1190
|
|
|
|
|
|
|
'name' => q(°), |
1191
|
|
|
|
|
|
|
'one' => q({0}°), |
1192
|
|
|
|
|
|
|
'other' => q({0}°), |
1193
|
|
|
|
|
|
|
}, |
1194
|
|
|
|
|
|
|
'gigabit' => { |
1195
|
|
|
|
|
|
|
'name' => q(Gbit), |
1196
|
|
|
|
|
|
|
'one' => q({0} Gbit), |
1197
|
|
|
|
|
|
|
'other' => q({0} Gbit), |
1198
|
|
|
|
|
|
|
}, |
1199
|
|
|
|
|
|
|
'gigabyte' => { |
1200
|
|
|
|
|
|
|
'name' => q(GB), |
1201
|
|
|
|
|
|
|
'one' => q({0} GB), |
1202
|
|
|
|
|
|
|
'other' => q({0} GB), |
1203
|
|
|
|
|
|
|
}, |
1204
|
|
|
|
|
|
|
'gigahertz' => { |
1205
|
|
|
|
|
|
|
'name' => q(GGs), |
1206
|
|
|
|
|
|
|
'one' => q({0} GGs), |
1207
|
|
|
|
|
|
|
'other' => q({0} GGs), |
1208
|
|
|
|
|
|
|
}, |
1209
|
|
|
|
|
|
|
'gigawatt' => { |
1210
|
|
|
|
|
|
|
'name' => q(GWt), |
1211
|
|
|
|
|
|
|
'one' => q({0} GWt), |
1212
|
|
|
|
|
|
|
'other' => q({0} GWt), |
1213
|
|
|
|
|
|
|
}, |
1214
|
|
|
|
|
|
|
'gram' => { |
1215
|
|
|
|
|
|
|
'name' => q(g), |
1216
|
|
|
|
|
|
|
'one' => q({0} g), |
1217
|
|
|
|
|
|
|
'other' => q({0} g), |
1218
|
|
|
|
|
|
|
'per' => q({0}/g), |
1219
|
|
|
|
|
|
|
}, |
1220
|
|
|
|
|
|
|
'hectare' => { |
1221
|
|
|
|
|
|
|
'name' => q(ga), |
1222
|
|
|
|
|
|
|
'one' => q({0} ga), |
1223
|
|
|
|
|
|
|
'other' => q({0} ga), |
1224
|
|
|
|
|
|
|
}, |
1225
|
|
|
|
|
|
|
'hectoliter' => { |
1226
|
|
|
|
|
|
|
'name' => q(gl), |
1227
|
|
|
|
|
|
|
'one' => q({0} gl), |
1228
|
|
|
|
|
|
|
'other' => q({0} gl), |
1229
|
|
|
|
|
|
|
}, |
1230
|
|
|
|
|
|
|
'hectopascal' => { |
1231
|
|
|
|
|
|
|
'name' => q(gPa), |
1232
|
|
|
|
|
|
|
'one' => q({0} gPa), |
1233
|
|
|
|
|
|
|
'other' => q({0} gPa), |
1234
|
|
|
|
|
|
|
}, |
1235
|
|
|
|
|
|
|
'hertz' => { |
1236
|
|
|
|
|
|
|
'name' => q(Gs), |
1237
|
|
|
|
|
|
|
'one' => q({0} Gs), |
1238
|
|
|
|
|
|
|
'other' => q({0} Gs), |
1239
|
|
|
|
|
|
|
}, |
1240
|
|
|
|
|
|
|
'horsepower' => { |
1241
|
|
|
|
|
|
|
'name' => q(a.g.), |
1242
|
|
|
|
|
|
|
'one' => q({0} a.g.), |
1243
|
|
|
|
|
|
|
'other' => q({0} a.g.), |
1244
|
|
|
|
|
|
|
}, |
1245
|
|
|
|
|
|
|
'hour' => { |
1246
|
|
|
|
|
|
|
'name' => q(sag), |
1247
|
|
|
|
|
|
|
'one' => q({0} sag), |
1248
|
|
|
|
|
|
|
'other' => q({0} sag), |
1249
|
|
|
|
|
|
|
'per' => q({0}/sag), |
1250
|
|
|
|
|
|
|
}, |
1251
|
|
|
|
|
|
|
'inch' => { |
1252
|
|
|
|
|
|
|
'name' => q(dý), |
1253
|
|
|
|
|
|
|
'one' => q({0} dý), |
1254
|
|
|
|
|
|
|
'other' => q({0} dý), |
1255
|
|
|
|
|
|
|
'per' => q({0}/dý), |
1256
|
|
|
|
|
|
|
}, |
1257
|
|
|
|
|
|
|
'inch-hg' => { |
1258
|
|
|
|
|
|
|
'name' => q(s. s. dý.), |
1259
|
|
|
|
|
|
|
'one' => q({0} s. s. dý.), |
1260
|
|
|
|
|
|
|
'other' => q({0} s. s. dý.), |
1261
|
|
|
|
|
|
|
}, |
1262
|
|
|
|
|
|
|
'joule' => { |
1263
|
|
|
|
|
|
|
'name' => q(dž), |
1264
|
|
|
|
|
|
|
'one' => q({0} dž), |
1265
|
|
|
|
|
|
|
'other' => q({0} dž), |
1266
|
|
|
|
|
|
|
}, |
1267
|
|
|
|
|
|
|
'karat' => { |
1268
|
|
|
|
|
|
|
'name' => q(kar), |
1269
|
|
|
|
|
|
|
'one' => q({0} kar), |
1270
|
|
|
|
|
|
|
'other' => q({0} kar), |
1271
|
|
|
|
|
|
|
}, |
1272
|
|
|
|
|
|
|
'kelvin' => { |
1273
|
|
|
|
|
|
|
'name' => q(K), |
1274
|
|
|
|
|
|
|
'one' => q({0} K), |
1275
|
|
|
|
|
|
|
'other' => q({0} K), |
1276
|
|
|
|
|
|
|
}, |
1277
|
|
|
|
|
|
|
'kilobit' => { |
1278
|
|
|
|
|
|
|
'name' => q(kbit), |
1279
|
|
|
|
|
|
|
'one' => q({0} kbit), |
1280
|
|
|
|
|
|
|
'other' => q({0} kbit), |
1281
|
|
|
|
|
|
|
}, |
1282
|
|
|
|
|
|
|
'kilobyte' => { |
1283
|
|
|
|
|
|
|
'name' => q(kB), |
1284
|
|
|
|
|
|
|
'one' => q({0} kB), |
1285
|
|
|
|
|
|
|
'other' => q({0} kB), |
1286
|
|
|
|
|
|
|
}, |
1287
|
|
|
|
|
|
|
'kilocalorie' => { |
1288
|
|
|
|
|
|
|
'name' => q(kkal), |
1289
|
|
|
|
|
|
|
'one' => q({0} kkal), |
1290
|
|
|
|
|
|
|
'other' => q({0} kkal), |
1291
|
|
|
|
|
|
|
}, |
1292
|
|
|
|
|
|
|
'kilogram' => { |
1293
|
|
|
|
|
|
|
'name' => q(kg), |
1294
|
|
|
|
|
|
|
'one' => q({0} kg), |
1295
|
|
|
|
|
|
|
'other' => q({0} kg), |
1296
|
|
|
|
|
|
|
'per' => q({0}/kg), |
1297
|
|
|
|
|
|
|
}, |
1298
|
|
|
|
|
|
|
'kilohertz' => { |
1299
|
|
|
|
|
|
|
'name' => q(kGs), |
1300
|
|
|
|
|
|
|
'one' => q({0} kGs), |
1301
|
|
|
|
|
|
|
'other' => q({0} kGs), |
1302
|
|
|
|
|
|
|
}, |
1303
|
|
|
|
|
|
|
'kilojoule' => { |
1304
|
|
|
|
|
|
|
'name' => q(kdž), |
1305
|
|
|
|
|
|
|
'one' => q({0} kdž), |
1306
|
|
|
|
|
|
|
'other' => q({0} kdž), |
1307
|
|
|
|
|
|
|
}, |
1308
|
|
|
|
|
|
|
'kilometer' => { |
1309
|
|
|
|
|
|
|
'name' => q(km), |
1310
|
|
|
|
|
|
|
'one' => q({0} km), |
1311
|
|
|
|
|
|
|
'other' => q({0} km), |
1312
|
|
|
|
|
|
|
'per' => q({0}/km), |
1313
|
|
|
|
|
|
|
}, |
1314
|
|
|
|
|
|
|
'kilometer-per-hour' => { |
1315
|
|
|
|
|
|
|
'name' => q(km/sag), |
1316
|
|
|
|
|
|
|
'one' => q({0} km/sag), |
1317
|
|
|
|
|
|
|
'other' => q({0} km/sag), |
1318
|
|
|
|
|
|
|
}, |
1319
|
|
|
|
|
|
|
'kilowatt' => { |
1320
|
|
|
|
|
|
|
'name' => q(kWt), |
1321
|
|
|
|
|
|
|
'one' => q({0} kWt), |
1322
|
|
|
|
|
|
|
'other' => q({0} kWt), |
1323
|
|
|
|
|
|
|
}, |
1324
|
|
|
|
|
|
|
'kilowatt-hour' => { |
1325
|
|
|
|
|
|
|
'name' => q(kWt-sag), |
1326
|
|
|
|
|
|
|
'one' => q({0} kWt-sag), |
1327
|
|
|
|
|
|
|
'other' => q({0} kWt-sag), |
1328
|
|
|
|
|
|
|
}, |
1329
|
|
|
|
|
|
|
'knot' => { |
1330
|
|
|
|
|
|
|
'name' => q(uz.), |
1331
|
|
|
|
|
|
|
'one' => q({0} uz.), |
1332
|
|
|
|
|
|
|
'other' => q({0} uz.), |
1333
|
|
|
|
|
|
|
}, |
1334
|
|
|
|
|
|
|
'light-year' => { |
1335
|
|
|
|
|
|
|
'name' => q(ýý), |
1336
|
|
|
|
|
|
|
'one' => q({0} ýý), |
1337
|
|
|
|
|
|
|
'other' => q({0} ýý), |
1338
|
|
|
|
|
|
|
}, |
1339
|
|
|
|
|
|
|
'liter' => { |
1340
|
|
|
|
|
|
|
'name' => q(l), |
1341
|
|
|
|
|
|
|
'one' => q({0} l), |
1342
|
|
|
|
|
|
|
'other' => q({0} l), |
1343
|
|
|
|
|
|
|
'per' => q({0}/l), |
1344
|
|
|
|
|
|
|
}, |
1345
|
|
|
|
|
|
|
'liter-per-100kilometers' => { |
1346
|
|
|
|
|
|
|
'name' => q(l/100 km), |
1347
|
|
|
|
|
|
|
'one' => q({0} l/100 km), |
1348
|
|
|
|
|
|
|
'other' => q({0} l/100 km), |
1349
|
|
|
|
|
|
|
}, |
1350
|
|
|
|
|
|
|
'liter-per-kilometer' => { |
1351
|
|
|
|
|
|
|
'name' => q(l/km), |
1352
|
|
|
|
|
|
|
'one' => q({0} l/km), |
1353
|
|
|
|
|
|
|
'other' => q({0} l/km), |
1354
|
|
|
|
|
|
|
}, |
1355
|
|
|
|
|
|
|
'lux' => { |
1356
|
|
|
|
|
|
|
'name' => q(lk), |
1357
|
|
|
|
|
|
|
'one' => q({0} lk), |
1358
|
|
|
|
|
|
|
'other' => q({0} lk), |
1359
|
|
|
|
|
|
|
}, |
1360
|
|
|
|
|
|
|
'megabit' => { |
1361
|
|
|
|
|
|
|
'name' => q(Mbit), |
1362
|
|
|
|
|
|
|
'one' => q({0} Mbit), |
1363
|
|
|
|
|
|
|
'other' => q({0} Mbit), |
1364
|
|
|
|
|
|
|
}, |
1365
|
|
|
|
|
|
|
'megabyte' => { |
1366
|
|
|
|
|
|
|
'name' => q(MB), |
1367
|
|
|
|
|
|
|
'one' => q({0} MB), |
1368
|
|
|
|
|
|
|
'other' => q({0} MB), |
1369
|
|
|
|
|
|
|
}, |
1370
|
|
|
|
|
|
|
'megahertz' => { |
1371
|
|
|
|
|
|
|
'name' => q(MGs), |
1372
|
|
|
|
|
|
|
'one' => q({0} MGs), |
1373
|
|
|
|
|
|
|
'other' => q({0} MGs), |
1374
|
|
|
|
|
|
|
}, |
1375
|
|
|
|
|
|
|
'megaliter' => { |
1376
|
|
|
|
|
|
|
'name' => q(Ml), |
1377
|
|
|
|
|
|
|
'one' => q({0} Ml), |
1378
|
|
|
|
|
|
|
'other' => q({0} Ml), |
1379
|
|
|
|
|
|
|
}, |
1380
|
|
|
|
|
|
|
'megawatt' => { |
1381
|
|
|
|
|
|
|
'name' => q(MWt), |
1382
|
|
|
|
|
|
|
'one' => q({0} MWt), |
1383
|
|
|
|
|
|
|
'other' => q({0} MWt), |
1384
|
|
|
|
|
|
|
}, |
1385
|
|
|
|
|
|
|
'meter' => { |
1386
|
|
|
|
|
|
|
'name' => q(metr), |
1387
|
|
|
|
|
|
|
'one' => q({0} m), |
1388
|
|
|
|
|
|
|
'other' => q({0} m), |
1389
|
|
|
|
|
|
|
'per' => q({0}/m), |
1390
|
|
|
|
|
|
|
}, |
1391
|
|
|
|
|
|
|
'meter-per-second' => { |
1392
|
|
|
|
|
|
|
'name' => q(m/s), |
1393
|
|
|
|
|
|
|
'one' => q({0} m/s), |
1394
|
|
|
|
|
|
|
'other' => q({0} m/s), |
1395
|
|
|
|
|
|
|
}, |
1396
|
|
|
|
|
|
|
'meter-per-second-squared' => { |
1397
|
|
|
|
|
|
|
'name' => q(m/s²), |
1398
|
|
|
|
|
|
|
'one' => q({0} m/s²), |
1399
|
|
|
|
|
|
|
'other' => q({0} m/s²), |
1400
|
|
|
|
|
|
|
}, |
1401
|
|
|
|
|
|
|
'metric-ton' => { |
1402
|
|
|
|
|
|
|
'name' => q(m. t), |
1403
|
|
|
|
|
|
|
'one' => q({0} m. t), |
1404
|
|
|
|
|
|
|
'other' => q({0} m. t), |
1405
|
|
|
|
|
|
|
}, |
1406
|
|
|
|
|
|
|
'microgram' => { |
1407
|
|
|
|
|
|
|
'name' => q(mkg), |
1408
|
|
|
|
|
|
|
'one' => q({0} mkg), |
1409
|
|
|
|
|
|
|
'other' => q({0} mkg), |
1410
|
|
|
|
|
|
|
}, |
1411
|
|
|
|
|
|
|
'micrometer' => { |
1412
|
|
|
|
|
|
|
'name' => q(mkm), |
1413
|
|
|
|
|
|
|
'one' => q({0} mkm), |
1414
|
|
|
|
|
|
|
'other' => q({0} mkm), |
1415
|
|
|
|
|
|
|
}, |
1416
|
|
|
|
|
|
|
'microsecond' => { |
1417
|
|
|
|
|
|
|
'name' => q(μs), |
1418
|
|
|
|
|
|
|
'one' => q({0} μs), |
1419
|
|
|
|
|
|
|
'other' => q({0} μs), |
1420
|
|
|
|
|
|
|
}, |
1421
|
|
|
|
|
|
|
'mile' => { |
1422
|
|
|
|
|
|
|
'name' => q(mi), |
1423
|
|
|
|
|
|
|
'one' => q({0} mi), |
1424
|
|
|
|
|
|
|
'other' => q({0} mi), |
1425
|
|
|
|
|
|
|
}, |
1426
|
|
|
|
|
|
|
'mile-per-gallon' => { |
1427
|
|
|
|
|
|
|
'name' => q(mil/gal.), |
1428
|
|
|
|
|
|
|
'one' => q({0} mil/gal.), |
1429
|
|
|
|
|
|
|
'other' => q({0} mil/gal.), |
1430
|
|
|
|
|
|
|
}, |
1431
|
|
|
|
|
|
|
'mile-per-hour' => { |
1432
|
|
|
|
|
|
|
'name' => q(mil/sag), |
1433
|
|
|
|
|
|
|
'one' => q({0} mil/sag), |
1434
|
|
|
|
|
|
|
'other' => q({0} mil/sag), |
1435
|
|
|
|
|
|
|
}, |
1436
|
|
|
|
|
|
|
'mile-scandinavian' => { |
1437
|
|
|
|
|
|
|
'name' => q(smi), |
1438
|
|
|
|
|
|
|
'one' => q({0} smi), |
1439
|
|
|
|
|
|
|
'other' => q({0} smi), |
1440
|
|
|
|
|
|
|
}, |
1441
|
|
|
|
|
|
|
'milliampere' => { |
1442
|
|
|
|
|
|
|
'name' => q(mA), |
1443
|
|
|
|
|
|
|
'one' => q({0} mA), |
1444
|
|
|
|
|
|
|
'other' => q({0} mA), |
1445
|
|
|
|
|
|
|
}, |
1446
|
|
|
|
|
|
|
'millibar' => { |
1447
|
|
|
|
|
|
|
'name' => q(mbar), |
1448
|
|
|
|
|
|
|
'one' => q({0} mbar), |
1449
|
|
|
|
|
|
|
'other' => q({0} mbar), |
1450
|
|
|
|
|
|
|
}, |
1451
|
|
|
|
|
|
|
'milligram' => { |
1452
|
|
|
|
|
|
|
'name' => q(mg), |
1453
|
|
|
|
|
|
|
'one' => q({0} mg), |
1454
|
|
|
|
|
|
|
'other' => q({0} mg), |
1455
|
|
|
|
|
|
|
}, |
1456
|
|
|
|
|
|
|
'milliliter' => { |
1457
|
|
|
|
|
|
|
'name' => q(ml), |
1458
|
|
|
|
|
|
|
'one' => q({0} ml), |
1459
|
|
|
|
|
|
|
'other' => q({0} ml), |
1460
|
|
|
|
|
|
|
}, |
1461
|
|
|
|
|
|
|
'millimeter' => { |
1462
|
|
|
|
|
|
|
'name' => q(mm), |
1463
|
|
|
|
|
|
|
'one' => q({0} mm), |
1464
|
|
|
|
|
|
|
'other' => q({0} mm), |
1465
|
|
|
|
|
|
|
}, |
1466
|
|
|
|
|
|
|
'millimeter-of-mercury' => { |
1467
|
|
|
|
|
|
|
'name' => q(s. s. mm), |
1468
|
|
|
|
|
|
|
'one' => q({0} s. s. mm), |
1469
|
|
|
|
|
|
|
'other' => q({0} s. s. mm), |
1470
|
|
|
|
|
|
|
}, |
1471
|
|
|
|
|
|
|
'millisecond' => { |
1472
|
|
|
|
|
|
|
'name' => q(msek), |
1473
|
|
|
|
|
|
|
'one' => q({0} msek), |
1474
|
|
|
|
|
|
|
'other' => q({0} msek), |
1475
|
|
|
|
|
|
|
}, |
1476
|
|
|
|
|
|
|
'milliwatt' => { |
1477
|
|
|
|
|
|
|
'name' => q(mWt), |
1478
|
|
|
|
|
|
|
'one' => q({0} mWt), |
1479
|
|
|
|
|
|
|
'other' => q({0} mWt), |
1480
|
|
|
|
|
|
|
}, |
1481
|
|
|
|
|
|
|
'minute' => { |
1482
|
|
|
|
|
|
|
'name' => q(min), |
1483
|
|
|
|
|
|
|
'one' => q({0} min), |
1484
|
|
|
|
|
|
|
'other' => q({0} min), |
1485
|
|
|
|
|
|
|
'per' => q({0}/min), |
1486
|
|
|
|
|
|
|
}, |
1487
|
|
|
|
|
|
|
'month' => { |
1488
|
|
|
|
|
|
|
'name' => q(aý), |
1489
|
|
|
|
|
|
|
'one' => q({0} a), |
1490
|
|
|
|
|
|
|
'other' => q({0} a), |
1491
|
|
|
|
|
|
|
'per' => q({0}/a), |
1492
|
|
|
|
|
|
|
}, |
1493
|
|
|
|
|
|
|
'nanometer' => { |
1494
|
|
|
|
|
|
|
'name' => q(nm), |
1495
|
|
|
|
|
|
|
'one' => q({0} nm), |
1496
|
|
|
|
|
|
|
'other' => q({0} nm), |
1497
|
|
|
|
|
|
|
}, |
1498
|
|
|
|
|
|
|
'nanosecond' => { |
1499
|
|
|
|
|
|
|
'name' => q(ns), |
1500
|
|
|
|
|
|
|
'one' => q({0} ns), |
1501
|
|
|
|
|
|
|
'other' => q({0} ns), |
1502
|
|
|
|
|
|
|
}, |
1503
|
|
|
|
|
|
|
'nautical-mile' => { |
1504
|
|
|
|
|
|
|
'name' => q(dmi), |
1505
|
|
|
|
|
|
|
'one' => q({0} dmi), |
1506
|
|
|
|
|
|
|
'other' => q({0} dmi), |
1507
|
|
|
|
|
|
|
}, |
1508
|
|
|
|
|
|
|
'ohm' => { |
1509
|
|
|
|
|
|
|
'name' => q(Om), |
1510
|
|
|
|
|
|
|
'one' => q({0} Om), |
1511
|
|
|
|
|
|
|
'other' => q({0} Om), |
1512
|
|
|
|
|
|
|
}, |
1513
|
|
|
|
|
|
|
'ounce' => { |
1514
|
|
|
|
|
|
|
'name' => q(uns.), |
1515
|
|
|
|
|
|
|
'one' => q({0} uns.), |
1516
|
|
|
|
|
|
|
'other' => q({0} uns.), |
1517
|
|
|
|
|
|
|
'per' => q({0}/uns.), |
1518
|
|
|
|
|
|
|
}, |
1519
|
|
|
|
|
|
|
'ounce-troy' => { |
1520
|
|
|
|
|
|
|
'name' => q(oz t), |
1521
|
|
|
|
|
|
|
'one' => q({0} oz t), |
1522
|
|
|
|
|
|
|
'other' => q({0} oz t), |
1523
|
|
|
|
|
|
|
}, |
1524
|
|
|
|
|
|
|
'parsec' => { |
1525
|
|
|
|
|
|
|
'name' => q(pk), |
1526
|
|
|
|
|
|
|
'one' => q({0} pk), |
1527
|
|
|
|
|
|
|
'other' => q({0} pk), |
1528
|
|
|
|
|
|
|
}, |
1529
|
|
|
|
|
|
|
'per' => { |
1530
|
|
|
|
|
|
|
'1' => q({0}/{1}), |
1531
|
|
|
|
|
|
|
}, |
1532
|
|
|
|
|
|
|
'picometer' => { |
1533
|
|
|
|
|
|
|
'name' => q(pm), |
1534
|
|
|
|
|
|
|
'one' => q({0} pm), |
1535
|
|
|
|
|
|
|
'other' => q({0} pm), |
1536
|
|
|
|
|
|
|
}, |
1537
|
|
|
|
|
|
|
'pint' => { |
1538
|
|
|
|
|
|
|
'name' => q(pt), |
1539
|
|
|
|
|
|
|
'one' => q({0} pt), |
1540
|
|
|
|
|
|
|
'other' => q({0} pt), |
1541
|
|
|
|
|
|
|
}, |
1542
|
|
|
|
|
|
|
'pint-metric' => { |
1543
|
|
|
|
|
|
|
'name' => q(mpt), |
1544
|
|
|
|
|
|
|
'one' => q({0} mpt), |
1545
|
|
|
|
|
|
|
'other' => q({0} mpt), |
1546
|
|
|
|
|
|
|
}, |
1547
|
|
|
|
|
|
|
'pound' => { |
1548
|
|
|
|
|
|
|
'name' => q(funt), |
1549
|
|
|
|
|
|
|
'one' => q({0} funt), |
1550
|
|
|
|
|
|
|
'other' => q({0} funt), |
1551
|
|
|
|
|
|
|
'per' => q({0}/funt), |
1552
|
|
|
|
|
|
|
}, |
1553
|
|
|
|
|
|
|
'pound-per-square-inch' => { |
1554
|
|
|
|
|
|
|
'name' => q(f./dý²), |
1555
|
|
|
|
|
|
|
'one' => q({0} f./dý²), |
1556
|
|
|
|
|
|
|
'other' => q({0} f./dý²), |
1557
|
|
|
|
|
|
|
}, |
1558
|
|
|
|
|
|
|
'quart' => { |
1559
|
|
|
|
|
|
|
'name' => q(kwt), |
1560
|
|
|
|
|
|
|
'one' => q({0} kwt), |
1561
|
|
|
|
|
|
|
'other' => q({0} kwt), |
1562
|
|
|
|
|
|
|
}, |
1563
|
|
|
|
|
|
|
'radian' => { |
1564
|
|
|
|
|
|
|
'name' => q(rad), |
1565
|
|
|
|
|
|
|
'one' => q({0} rad), |
1566
|
|
|
|
|
|
|
'other' => q({0} rad), |
1567
|
|
|
|
|
|
|
}, |
1568
|
|
|
|
|
|
|
'revolution' => { |
1569
|
|
|
|
|
|
|
'name' => q(aýl.), |
1570
|
|
|
|
|
|
|
'one' => q({0} aýl.), |
1571
|
|
|
|
|
|
|
'other' => q({0} aýl.), |
1572
|
|
|
|
|
|
|
}, |
1573
|
|
|
|
|
|
|
'second' => { |
1574
|
|
|
|
|
|
|
'name' => q(sek), |
1575
|
|
|
|
|
|
|
'one' => q({0} sek), |
1576
|
|
|
|
|
|
|
'other' => q({0} sek), |
1577
|
|
|
|
|
|
|
'per' => q({0}/sek), |
1578
|
|
|
|
|
|
|
}, |
1579
|
|
|
|
|
|
|
'square-centimeter' => { |
1580
|
|
|
|
|
|
|
'name' => q(cm²), |
1581
|
|
|
|
|
|
|
'one' => q({0} cm²), |
1582
|
|
|
|
|
|
|
'other' => q({0} cm²), |
1583
|
|
|
|
|
|
|
'per' => q({0}/cm²), |
1584
|
|
|
|
|
|
|
}, |
1585
|
|
|
|
|
|
|
'square-foot' => { |
1586
|
|
|
|
|
|
|
'name' => q(ft²), |
1587
|
|
|
|
|
|
|
'one' => q({0} ft²), |
1588
|
|
|
|
|
|
|
'other' => q({0} ft²), |
1589
|
|
|
|
|
|
|
}, |
1590
|
|
|
|
|
|
|
'square-inch' => { |
1591
|
|
|
|
|
|
|
'name' => q(dý²), |
1592
|
|
|
|
|
|
|
'one' => q({0} dý²), |
1593
|
|
|
|
|
|
|
'other' => q({0} dý²), |
1594
|
|
|
|
|
|
|
'per' => q({0}/dý²), |
1595
|
|
|
|
|
|
|
}, |
1596
|
|
|
|
|
|
|
'square-kilometer' => { |
1597
|
|
|
|
|
|
|
'name' => q(km²), |
1598
|
|
|
|
|
|
|
'one' => q({0} km²), |
1599
|
|
|
|
|
|
|
'other' => q({0} km²), |
1600
|
|
|
|
|
|
|
}, |
1601
|
|
|
|
|
|
|
'square-meter' => { |
1602
|
|
|
|
|
|
|
'name' => q(m²), |
1603
|
|
|
|
|
|
|
'one' => q({0} m²), |
1604
|
|
|
|
|
|
|
'other' => q({0} m²), |
1605
|
|
|
|
|
|
|
'per' => q({0}/m²), |
1606
|
|
|
|
|
|
|
}, |
1607
|
|
|
|
|
|
|
'square-mile' => { |
1608
|
|
|
|
|
|
|
'name' => q(mi²), |
1609
|
|
|
|
|
|
|
'one' => q({0} mi²), |
1610
|
|
|
|
|
|
|
'other' => q({0} mi²), |
1611
|
|
|
|
|
|
|
}, |
1612
|
|
|
|
|
|
|
'square-yard' => { |
1613
|
|
|
|
|
|
|
'name' => q(ýd²), |
1614
|
|
|
|
|
|
|
'one' => q({0} ýd²), |
1615
|
|
|
|
|
|
|
'other' => q({0} ýd²), |
1616
|
|
|
|
|
|
|
}, |
1617
|
|
|
|
|
|
|
'tablespoon' => { |
1618
|
|
|
|
|
|
|
'name' => q(n. ç.), |
1619
|
|
|
|
|
|
|
'one' => q({0} n. ç.), |
1620
|
|
|
|
|
|
|
'other' => q({0} n. ç.), |
1621
|
|
|
|
|
|
|
}, |
1622
|
|
|
|
|
|
|
'teaspoon' => { |
1623
|
|
|
|
|
|
|
'name' => q(ç. ç.), |
1624
|
|
|
|
|
|
|
'one' => q({0} ç. ç.), |
1625
|
|
|
|
|
|
|
'other' => q({0} ç. ç.), |
1626
|
|
|
|
|
|
|
}, |
1627
|
|
|
|
|
|
|
'terabit' => { |
1628
|
|
|
|
|
|
|
'name' => q(Tbit), |
1629
|
|
|
|
|
|
|
'one' => q({0} Tbit), |
1630
|
|
|
|
|
|
|
'other' => q({0} Tbit), |
1631
|
|
|
|
|
|
|
}, |
1632
|
|
|
|
|
|
|
'terabyte' => { |
1633
|
|
|
|
|
|
|
'name' => q(TB), |
1634
|
|
|
|
|
|
|
'one' => q({0} TB), |
1635
|
|
|
|
|
|
|
'other' => q({0} TB), |
1636
|
|
|
|
|
|
|
}, |
1637
|
|
|
|
|
|
|
'ton' => { |
1638
|
|
|
|
|
|
|
'name' => q(t), |
1639
|
|
|
|
|
|
|
'one' => q({0} t), |
1640
|
|
|
|
|
|
|
'other' => q({0} t), |
1641
|
|
|
|
|
|
|
}, |
1642
|
|
|
|
|
|
|
'volt' => { |
1643
|
|
|
|
|
|
|
'name' => q(W), |
1644
|
|
|
|
|
|
|
'one' => q({0} W), |
1645
|
|
|
|
|
|
|
'other' => q({0} W), |
1646
|
|
|
|
|
|
|
}, |
1647
|
|
|
|
|
|
|
'watt' => { |
1648
|
|
|
|
|
|
|
'name' => q(Wt), |
1649
|
|
|
|
|
|
|
'one' => q({0} Wt), |
1650
|
|
|
|
|
|
|
'other' => q({0} Wt), |
1651
|
|
|
|
|
|
|
}, |
1652
|
|
|
|
|
|
|
'week' => { |
1653
|
|
|
|
|
|
|
'name' => q(hep), |
1654
|
|
|
|
|
|
|
'one' => q({0} hep), |
1655
|
|
|
|
|
|
|
'other' => q({0} hep), |
1656
|
|
|
|
|
|
|
'per' => q({0}/hep), |
1657
|
|
|
|
|
|
|
}, |
1658
|
|
|
|
|
|
|
'yard' => { |
1659
|
|
|
|
|
|
|
'name' => q(ýd), |
1660
|
|
|
|
|
|
|
'one' => q({0} ýd), |
1661
|
|
|
|
|
|
|
'other' => q({0} ýd), |
1662
|
|
|
|
|
|
|
}, |
1663
|
|
|
|
|
|
|
'year' => { |
1664
|
|
|
|
|
|
|
'name' => q(ý.), |
1665
|
|
|
|
|
|
|
'one' => q({0} ý.), |
1666
|
|
|
|
|
|
|
'other' => q({0} ý.), |
1667
|
|
|
|
|
|
|
'per' => q({0}/ý.), |
1668
|
|
|
|
|
|
|
}, |
1669
|
|
|
|
|
|
|
}, |
1670
|
|
|
|
|
|
|
} } |
1671
|
|
|
|
|
|
|
); |
1672
|
|
|
|
|
|
|
|
1673
|
|
|
|
|
|
|
has 'yesstr' => ( |
1674
|
|
|
|
|
|
|
is => 'ro', |
1675
|
|
|
|
|
|
|
isa => RegexpRef, |
1676
|
|
|
|
|
|
|
init_arg => undef, |
1677
|
|
|
|
|
|
|
default => sub { qr'^(?i:hawa|h|yes|y)$' } |
1678
|
|
|
|
|
|
|
); |
1679
|
|
|
|
|
|
|
|
1680
|
|
|
|
|
|
|
has 'nostr' => ( |
1681
|
|
|
|
|
|
|
is => 'ro', |
1682
|
|
|
|
|
|
|
isa => RegexpRef, |
1683
|
|
|
|
|
|
|
init_arg => undef, |
1684
|
|
|
|
|
|
|
default => sub { qr'^(?i:ýok|ý|no|n)$' } |
1685
|
|
|
|
|
|
|
); |
1686
|
|
|
|
|
|
|
|
1687
|
|
|
|
|
|
|
has 'listPatterns' => ( |
1688
|
|
|
|
|
|
|
is => 'ro', |
1689
|
|
|
|
|
|
|
isa => HashRef, |
1690
|
|
|
|
|
|
|
init_arg => undef, |
1691
|
|
|
|
|
|
|
default => sub { { |
1692
|
|
|
|
|
|
|
start => q({0}, {1}), |
1693
|
|
|
|
|
|
|
middle => q({0}, {1}), |
1694
|
|
|
|
|
|
|
end => q({0} we {1}), |
1695
|
|
|
|
|
|
|
2 => q({0}, {1}), |
1696
|
|
|
|
|
|
|
} } |
1697
|
|
|
|
|
|
|
); |
1698
|
|
|
|
|
|
|
|
1699
|
|
|
|
|
|
|
has 'default_numbering_system' => ( |
1700
|
|
|
|
|
|
|
is => 'ro', |
1701
|
|
|
|
|
|
|
isa => Str, |
1702
|
|
|
|
|
|
|
init_arg => undef, |
1703
|
|
|
|
|
|
|
default => 'latn', |
1704
|
|
|
|
|
|
|
); |
1705
|
|
|
|
|
|
|
|
1706
|
|
|
|
|
|
|
has native_numbering_system => ( |
1707
|
|
|
|
|
|
|
is => 'ro', |
1708
|
|
|
|
|
|
|
isa => Str, |
1709
|
|
|
|
|
|
|
init_arg => undef, |
1710
|
|
|
|
|
|
|
default => 'latn', |
1711
|
|
|
|
|
|
|
); |
1712
|
|
|
|
|
|
|
|
1713
|
|
|
|
|
|
|
has 'minimum_grouping_digits' => ( |
1714
|
|
|
|
|
|
|
is =>'ro', |
1715
|
|
|
|
|
|
|
isa => Int, |
1716
|
|
|
|
|
|
|
init_arg => undef, |
1717
|
|
|
|
|
|
|
default => 1, |
1718
|
|
|
|
|
|
|
); |
1719
|
|
|
|
|
|
|
|
1720
|
|
|
|
|
|
|
has 'number_symbols' => ( |
1721
|
|
|
|
|
|
|
is => 'ro', |
1722
|
|
|
|
|
|
|
isa => HashRef, |
1723
|
|
|
|
|
|
|
init_arg => undef, |
1724
|
|
|
|
|
|
|
default => sub { { |
1725
|
|
|
|
|
|
|
'latn' => { |
1726
|
|
|
|
|
|
|
'decimal' => q(,), |
1727
|
|
|
|
|
|
|
'exponential' => q(E), |
1728
|
|
|
|
|
|
|
'group' => q(Â ), |
1729
|
|
|
|
|
|
|
'infinity' => q(â), |
1730
|
|
|
|
|
|
|
'list' => q(;), |
1731
|
|
|
|
|
|
|
'minusSign' => q(-), |
1732
|
|
|
|
|
|
|
'nan' => q(san däl), |
1733
|
|
|
|
|
|
|
'perMille' => q(â°), |
1734
|
|
|
|
|
|
|
'percentSign' => q(%), |
1735
|
|
|
|
|
|
|
'plusSign' => q(+), |
1736
|
|
|
|
|
|
|
'superscriptingExponent' => q(Ã), |
1737
|
|
|
|
|
|
|
'timeSeparator' => q(:), |
1738
|
|
|
|
|
|
|
}, |
1739
|
|
|
|
|
|
|
} } |
1740
|
|
|
|
|
|
|
); |
1741
|
|
|
|
|
|
|
|
1742
|
|
|
|
|
|
|
has 'number_formats' => ( |
1743
|
|
|
|
|
|
|
is => 'ro', |
1744
|
|
|
|
|
|
|
isa => HashRef, |
1745
|
|
|
|
|
|
|
init_arg => undef, |
1746
|
|
|
|
|
|
|
default => sub { { |
1747
|
|
|
|
|
|
|
decimalFormat => { |
1748
|
|
|
|
|
|
|
'default' => { |
1749
|
|
|
|
|
|
|
'1000' => { |
1750
|
|
|
|
|
|
|
'one' => '0 müÅ', |
1751
|
|
|
|
|
|
|
'other' => '0 müÅ', |
1752
|
|
|
|
|
|
|
}, |
1753
|
|
|
|
|
|
|
'10000' => { |
1754
|
|
|
|
|
|
|
'one' => '00 müÅ', |
1755
|
|
|
|
|
|
|
'other' => '00 müÅ', |
1756
|
|
|
|
|
|
|
}, |
1757
|
|
|
|
|
|
|
'100000' => { |
1758
|
|
|
|
|
|
|
'one' => '000 müÅ', |
1759
|
|
|
|
|
|
|
'other' => '000 müÅ', |
1760
|
|
|
|
|
|
|
}, |
1761
|
|
|
|
|
|
|
'1000000' => { |
1762
|
|
|
|
|
|
|
'one' => '0Â mln', |
1763
|
|
|
|
|
|
|
'other' => '0Â mln', |
1764
|
|
|
|
|
|
|
}, |
1765
|
|
|
|
|
|
|
'10000000' => { |
1766
|
|
|
|
|
|
|
'one' => '00Â mln', |
1767
|
|
|
|
|
|
|
'other' => '00Â mln', |
1768
|
|
|
|
|
|
|
}, |
1769
|
|
|
|
|
|
|
'100000000' => { |
1770
|
|
|
|
|
|
|
'one' => '000Â mln', |
1771
|
|
|
|
|
|
|
'other' => '000Â mln', |
1772
|
|
|
|
|
|
|
}, |
1773
|
|
|
|
|
|
|
'1000000000' => { |
1774
|
|
|
|
|
|
|
'one' => '0Â mlrd', |
1775
|
|
|
|
|
|
|
'other' => '0Â mlrd', |
1776
|
|
|
|
|
|
|
}, |
1777
|
|
|
|
|
|
|
'10000000000' => { |
1778
|
|
|
|
|
|
|
'one' => '00Â mlrd', |
1779
|
|
|
|
|
|
|
'other' => '00Â mlrd', |
1780
|
|
|
|
|
|
|
}, |
1781
|
|
|
|
|
|
|
'100000000000' => { |
1782
|
|
|
|
|
|
|
'one' => '000Â mlrd', |
1783
|
|
|
|
|
|
|
'other' => '000Â mlrd', |
1784
|
|
|
|
|
|
|
}, |
1785
|
|
|
|
|
|
|
'1000000000000' => { |
1786
|
|
|
|
|
|
|
'one' => '0Â trln', |
1787
|
|
|
|
|
|
|
'other' => '0Â trln', |
1788
|
|
|
|
|
|
|
}, |
1789
|
|
|
|
|
|
|
'10000000000000' => { |
1790
|
|
|
|
|
|
|
'one' => '00Â trln', |
1791
|
|
|
|
|
|
|
'other' => '00Â trln', |
1792
|
|
|
|
|
|
|
}, |
1793
|
|
|
|
|
|
|
'100000000000000' => { |
1794
|
|
|
|
|
|
|
'one' => '000Â trln', |
1795
|
|
|
|
|
|
|
'other' => '000Â trln', |
1796
|
|
|
|
|
|
|
}, |
1797
|
|
|
|
|
|
|
'standard' => { |
1798
|
|
|
|
|
|
|
'' => '#,##0.###', |
1799
|
|
|
|
|
|
|
}, |
1800
|
|
|
|
|
|
|
}, |
1801
|
|
|
|
|
|
|
'long' => { |
1802
|
|
|
|
|
|
|
'1000' => { |
1803
|
|
|
|
|
|
|
'one' => '0 müÅ', |
1804
|
|
|
|
|
|
|
'other' => '0 müÅ', |
1805
|
|
|
|
|
|
|
}, |
1806
|
|
|
|
|
|
|
'10000' => { |
1807
|
|
|
|
|
|
|
'one' => '00 müÅ', |
1808
|
|
|
|
|
|
|
'other' => '00 müÅ', |
1809
|
|
|
|
|
|
|
}, |
1810
|
|
|
|
|
|
|
'100000' => { |
1811
|
|
|
|
|
|
|
'one' => '000 müÅ', |
1812
|
|
|
|
|
|
|
'other' => '000 müÅ', |
1813
|
|
|
|
|
|
|
}, |
1814
|
|
|
|
|
|
|
'1000000' => { |
1815
|
|
|
|
|
|
|
'one' => '0 million', |
1816
|
|
|
|
|
|
|
'other' => '0 million', |
1817
|
|
|
|
|
|
|
}, |
1818
|
|
|
|
|
|
|
'10000000' => { |
1819
|
|
|
|
|
|
|
'one' => '00 million', |
1820
|
|
|
|
|
|
|
'other' => '00 million', |
1821
|
|
|
|
|
|
|
}, |
1822
|
|
|
|
|
|
|
'100000000' => { |
1823
|
|
|
|
|
|
|
'one' => '000 million', |
1824
|
|
|
|
|
|
|
'other' => '000 million', |
1825
|
|
|
|
|
|
|
}, |
1826
|
|
|
|
|
|
|
'1000000000' => { |
1827
|
|
|
|
|
|
|
'one' => '0 milliard', |
1828
|
|
|
|
|
|
|
'other' => '0 milliard', |
1829
|
|
|
|
|
|
|
}, |
1830
|
|
|
|
|
|
|
'10000000000' => { |
1831
|
|
|
|
|
|
|
'one' => '00 milliard', |
1832
|
|
|
|
|
|
|
'other' => '00 milliard', |
1833
|
|
|
|
|
|
|
}, |
1834
|
|
|
|
|
|
|
'100000000000' => { |
1835
|
|
|
|
|
|
|
'one' => '000 milliard', |
1836
|
|
|
|
|
|
|
'other' => '000 milliard', |
1837
|
|
|
|
|
|
|
}, |
1838
|
|
|
|
|
|
|
'1000000000000' => { |
1839
|
|
|
|
|
|
|
'one' => '0 trillion', |
1840
|
|
|
|
|
|
|
'other' => '0 trillion', |
1841
|
|
|
|
|
|
|
}, |
1842
|
|
|
|
|
|
|
'10000000000000' => { |
1843
|
|
|
|
|
|
|
'one' => '00 trillion', |
1844
|
|
|
|
|
|
|
'other' => '00 trillion', |
1845
|
|
|
|
|
|
|
}, |
1846
|
|
|
|
|
|
|
'100000000000000' => { |
1847
|
|
|
|
|
|
|
'one' => '000 trillion', |
1848
|
|
|
|
|
|
|
'other' => '000 trillion', |
1849
|
|
|
|
|
|
|
}, |
1850
|
|
|
|
|
|
|
}, |
1851
|
|
|
|
|
|
|
'short' => { |
1852
|
|
|
|
|
|
|
'1000' => { |
1853
|
|
|
|
|
|
|
'one' => '0 müÅ', |
1854
|
|
|
|
|
|
|
'other' => '0 müÅ', |
1855
|
|
|
|
|
|
|
}, |
1856
|
|
|
|
|
|
|
'10000' => { |
1857
|
|
|
|
|
|
|
'one' => '00 müÅ', |
1858
|
|
|
|
|
|
|
'other' => '00 müÅ', |
1859
|
|
|
|
|
|
|
}, |
1860
|
|
|
|
|
|
|
'100000' => { |
1861
|
|
|
|
|
|
|
'one' => '000 müÅ', |
1862
|
|
|
|
|
|
|
'other' => '000 müÅ', |
1863
|
|
|
|
|
|
|
}, |
1864
|
|
|
|
|
|
|
'1000000' => { |
1865
|
|
|
|
|
|
|
'one' => '0Â mln', |
1866
|
|
|
|
|
|
|
'other' => '0Â mln', |
1867
|
|
|
|
|
|
|
}, |
1868
|
|
|
|
|
|
|
'10000000' => { |
1869
|
|
|
|
|
|
|
'one' => '00Â mln', |
1870
|
|
|
|
|
|
|
'other' => '00Â mln', |
1871
|
|
|
|
|
|
|
}, |
1872
|
|
|
|
|
|
|
'100000000' => { |
1873
|
|
|
|
|
|
|
'one' => '000Â mln', |
1874
|
|
|
|
|
|
|
'other' => '000Â mln', |
1875
|
|
|
|
|
|
|
}, |
1876
|
|
|
|
|
|
|
'1000000000' => { |
1877
|
|
|
|
|
|
|
'one' => '0Â mlrd', |
1878
|
|
|
|
|
|
|
'other' => '0Â mlrd', |
1879
|
|
|
|
|
|
|
}, |
1880
|
|
|
|
|
|
|
'10000000000' => { |
1881
|
|
|
|
|
|
|
'one' => '00Â mlrd', |
1882
|
|
|
|
|
|
|
'other' => '00Â mlrd', |
1883
|
|
|
|
|
|
|
}, |
1884
|
|
|
|
|
|
|
'100000000000' => { |
1885
|
|
|
|
|
|
|
'one' => '000Â mlrd', |
1886
|
|
|
|
|
|
|
'other' => '000Â mlrd', |
1887
|
|
|
|
|
|
|
}, |
1888
|
|
|
|
|
|
|
'1000000000000' => { |
1889
|
|
|
|
|
|
|
'one' => '0Â trln', |
1890
|
|
|
|
|
|
|
'other' => '0Â trln', |
1891
|
|
|
|
|
|
|
}, |
1892
|
|
|
|
|
|
|
'10000000000000' => { |
1893
|
|
|
|
|
|
|
'one' => '00Â trln', |
1894
|
|
|
|
|
|
|
'other' => '00Â trln', |
1895
|
|
|
|
|
|
|
}, |
1896
|
|
|
|
|
|
|
'100000000000000' => { |
1897
|
|
|
|
|
|
|
'one' => '000Â trln', |
1898
|
|
|
|
|
|
|
'other' => '000Â trln', |
1899
|
|
|
|
|
|
|
}, |
1900
|
|
|
|
|
|
|
}, |
1901
|
|
|
|
|
|
|
}, |
1902
|
|
|
|
|
|
|
percentFormat => { |
1903
|
|
|
|
|
|
|
'default' => { |
1904
|
|
|
|
|
|
|
'standard' => { |
1905
|
|
|
|
|
|
|
'' => '#,##0Â %', |
1906
|
|
|
|
|
|
|
}, |
1907
|
|
|
|
|
|
|
}, |
1908
|
|
|
|
|
|
|
}, |
1909
|
|
|
|
|
|
|
scientificFormat => { |
1910
|
|
|
|
|
|
|
'default' => { |
1911
|
|
|
|
|
|
|
'standard' => { |
1912
|
|
|
|
|
|
|
'' => '#E0', |
1913
|
|
|
|
|
|
|
}, |
1914
|
|
|
|
|
|
|
}, |
1915
|
|
|
|
|
|
|
}, |
1916
|
|
|
|
|
|
|
} }, |
1917
|
|
|
|
|
|
|
); |
1918
|
|
|
|
|
|
|
|
1919
|
|
|
|
|
|
|
has 'number_currency_formats' => ( |
1920
|
|
|
|
|
|
|
is => 'ro', |
1921
|
|
|
|
|
|
|
isa => HashRef, |
1922
|
|
|
|
|
|
|
init_arg => undef, |
1923
|
|
|
|
|
|
|
default => sub { { |
1924
|
|
|
|
|
|
|
'latn' => { |
1925
|
|
|
|
|
|
|
'pattern' => { |
1926
|
|
|
|
|
|
|
'default' => { |
1927
|
|
|
|
|
|
|
'accounting' => { |
1928
|
|
|
|
|
|
|
'positive' => '#,##0.00 ¤', |
1929
|
|
|
|
|
|
|
}, |
1930
|
|
|
|
|
|
|
'standard' => { |
1931
|
|
|
|
|
|
|
'positive' => '#,##0.00 ¤', |
1932
|
|
|
|
|
|
|
}, |
1933
|
|
|
|
|
|
|
}, |
1934
|
|
|
|
|
|
|
}, |
1935
|
|
|
|
|
|
|
}, |
1936
|
|
|
|
|
|
|
} }, |
1937
|
|
|
|
|
|
|
); |
1938
|
|
|
|
|
|
|
|
1939
|
|
|
|
|
|
|
has 'currencies' => ( |
1940
|
|
|
|
|
|
|
is => 'ro', |
1941
|
|
|
|
|
|
|
isa => HashRef, |
1942
|
|
|
|
|
|
|
init_arg => undef, |
1943
|
|
|
|
|
|
|
default => sub { { |
1944
|
|
|
|
|
|
|
'AED' => { |
1945
|
|
|
|
|
|
|
symbol => 'AED', |
1946
|
|
|
|
|
|
|
display_name => { |
1947
|
|
|
|
|
|
|
'currency' => q(BAE dirhemi), |
1948
|
|
|
|
|
|
|
'one' => q(BAE dirhemi), |
1949
|
|
|
|
|
|
|
'other' => q(BAE dirhemi), |
1950
|
|
|
|
|
|
|
}, |
1951
|
|
|
|
|
|
|
}, |
1952
|
|
|
|
|
|
|
'AFN' => { |
1953
|
|
|
|
|
|
|
symbol => 'AFN', |
1954
|
|
|
|
|
|
|
display_name => { |
1955
|
|
|
|
|
|
|
'currency' => q(Owgan afganisi), |
1956
|
|
|
|
|
|
|
'one' => q(owgan afganisi), |
1957
|
|
|
|
|
|
|
'other' => q(owgan afganisi), |
1958
|
|
|
|
|
|
|
}, |
1959
|
|
|
|
|
|
|
}, |
1960
|
|
|
|
|
|
|
'ALL' => { |
1961
|
|
|
|
|
|
|
symbol => 'ALL', |
1962
|
|
|
|
|
|
|
display_name => { |
1963
|
|
|
|
|
|
|
'currency' => q(Alban leki), |
1964
|
|
|
|
|
|
|
'one' => q(alban leki), |
1965
|
|
|
|
|
|
|
'other' => q(alban leki), |
1966
|
|
|
|
|
|
|
}, |
1967
|
|
|
|
|
|
|
}, |
1968
|
|
|
|
|
|
|
'AMD' => { |
1969
|
|
|
|
|
|
|
symbol => 'AMD', |
1970
|
|
|
|
|
|
|
display_name => { |
1971
|
|
|
|
|
|
|
'currency' => q(Ermeni dramy), |
1972
|
|
|
|
|
|
|
'one' => q(ermeni dramy), |
1973
|
|
|
|
|
|
|
'other' => q(ermeni dramy), |
1974
|
|
|
|
|
|
|
}, |
1975
|
|
|
|
|
|
|
}, |
1976
|
|
|
|
|
|
|
'ANG' => { |
1977
|
|
|
|
|
|
|
symbol => 'ANG', |
1978
|
|
|
|
|
|
|
display_name => { |
1979
|
|
|
|
|
|
|
'currency' => q(Niderland antil guldeni), |
1980
|
|
|
|
|
|
|
'one' => q(niderland antil guldeni), |
1981
|
|
|
|
|
|
|
'other' => q(niderland antil guldeni), |
1982
|
|
|
|
|
|
|
}, |
1983
|
|
|
|
|
|
|
}, |
1984
|
|
|
|
|
|
|
'AOA' => { |
1985
|
|
|
|
|
|
|
symbol => 'AOA', |
1986
|
|
|
|
|
|
|
display_name => { |
1987
|
|
|
|
|
|
|
'currency' => q(Angol kwanzasy), |
1988
|
|
|
|
|
|
|
'one' => q(angol kwanzasy), |
1989
|
|
|
|
|
|
|
'other' => q(angol kwanzasy), |
1990
|
|
|
|
|
|
|
}, |
1991
|
|
|
|
|
|
|
}, |
1992
|
|
|
|
|
|
|
'ARS' => { |
1993
|
|
|
|
|
|
|
symbol => 'ARS', |
1994
|
|
|
|
|
|
|
display_name => { |
1995
|
|
|
|
|
|
|
'currency' => q(Argentin pesosy), |
1996
|
|
|
|
|
|
|
'one' => q(argentin pesosy), |
1997
|
|
|
|
|
|
|
'other' => q(argentin pesosy), |
1998
|
|
|
|
|
|
|
}, |
1999
|
|
|
|
|
|
|
}, |
2000
|
|
|
|
|
|
|
'AUD' => { |
2001
|
|
|
|
|
|
|
symbol => 'A$', |
2002
|
|
|
|
|
|
|
display_name => { |
2003
|
|
|
|
|
|
|
'currency' => q(Awstraliýa dollary), |
2004
|
|
|
|
|
|
|
'one' => q(awstraliýa dollary), |
2005
|
|
|
|
|
|
|
'other' => q(awstraliýa dollary), |
2006
|
|
|
|
|
|
|
}, |
2007
|
|
|
|
|
|
|
}, |
2008
|
|
|
|
|
|
|
'AWG' => { |
2009
|
|
|
|
|
|
|
symbol => 'AWG', |
2010
|
|
|
|
|
|
|
display_name => { |
2011
|
|
|
|
|
|
|
'currency' => q(Aruba florini), |
2012
|
|
|
|
|
|
|
'one' => q(aruba florini), |
2013
|
|
|
|
|
|
|
'other' => q(aruba florini), |
2014
|
|
|
|
|
|
|
}, |
2015
|
|
|
|
|
|
|
}, |
2016
|
|
|
|
|
|
|
'AZN' => { |
2017
|
|
|
|
|
|
|
symbol => 'AZN', |
2018
|
|
|
|
|
|
|
display_name => { |
2019
|
|
|
|
|
|
|
'currency' => q(Azerbaýjan manaty), |
2020
|
|
|
|
|
|
|
'one' => q(azerbaýjan manaty), |
2021
|
|
|
|
|
|
|
'other' => q(azerbaýjan manaty), |
2022
|
|
|
|
|
|
|
}, |
2023
|
|
|
|
|
|
|
}, |
2024
|
|
|
|
|
|
|
'BAM' => { |
2025
|
|
|
|
|
|
|
symbol => 'BAM', |
2026
|
|
|
|
|
|
|
display_name => { |
2027
|
|
|
|
|
|
|
'currency' => q(Konwertirlenýän bosniýa we gersogowina markasy), |
2028
|
|
|
|
|
|
|
'one' => q(konwertirlenýän bosniýa we gersogowina markasy), |
2029
|
|
|
|
|
|
|
'other' => q(konwertirlenýän bosniýa we gersogowina markasy), |
2030
|
|
|
|
|
|
|
}, |
2031
|
|
|
|
|
|
|
}, |
2032
|
|
|
|
|
|
|
'BBD' => { |
2033
|
|
|
|
|
|
|
symbol => 'BBD', |
2034
|
|
|
|
|
|
|
display_name => { |
2035
|
|
|
|
|
|
|
'currency' => q(Barbados dollary), |
2036
|
|
|
|
|
|
|
'one' => q(barbados dollary), |
2037
|
|
|
|
|
|
|
'other' => q(barbados dollary), |
2038
|
|
|
|
|
|
|
}, |
2039
|
|
|
|
|
|
|
}, |
2040
|
|
|
|
|
|
|
'BDT' => { |
2041
|
|
|
|
|
|
|
symbol => 'BDT', |
2042
|
|
|
|
|
|
|
display_name => { |
2043
|
|
|
|
|
|
|
'currency' => q(BangladeÅ takasy), |
2044
|
|
|
|
|
|
|
'one' => q(bangladeÅ takasy), |
2045
|
|
|
|
|
|
|
'other' => q(bangladeÅ takasy), |
2046
|
|
|
|
|
|
|
}, |
2047
|
|
|
|
|
|
|
}, |
2048
|
|
|
|
|
|
|
'BGN' => { |
2049
|
|
|
|
|
|
|
symbol => 'BGN', |
2050
|
|
|
|
|
|
|
display_name => { |
2051
|
|
|
|
|
|
|
'currency' => q(Bolgar lewy), |
2052
|
|
|
|
|
|
|
'one' => q(bolgar lewy), |
2053
|
|
|
|
|
|
|
'other' => q(bolgar lewy), |
2054
|
|
|
|
|
|
|
}, |
2055
|
|
|
|
|
|
|
}, |
2056
|
|
|
|
|
|
|
'BHD' => { |
2057
|
|
|
|
|
|
|
symbol => 'BHD', |
2058
|
|
|
|
|
|
|
display_name => { |
2059
|
|
|
|
|
|
|
'currency' => q(Bahreýn dinary), |
2060
|
|
|
|
|
|
|
'one' => q(bahreýn dinary), |
2061
|
|
|
|
|
|
|
'other' => q(bahreýn dinary), |
2062
|
|
|
|
|
|
|
}, |
2063
|
|
|
|
|
|
|
}, |
2064
|
|
|
|
|
|
|
'BIF' => { |
2065
|
|
|
|
|
|
|
symbol => 'BIF', |
2066
|
|
|
|
|
|
|
display_name => { |
2067
|
|
|
|
|
|
|
'currency' => q(Burundiý franky), |
2068
|
|
|
|
|
|
|
'one' => q(burundiý franky), |
2069
|
|
|
|
|
|
|
'other' => q(burundiý franky), |
2070
|
|
|
|
|
|
|
}, |
2071
|
|
|
|
|
|
|
}, |
2072
|
|
|
|
|
|
|
'BMD' => { |
2073
|
|
|
|
|
|
|
symbol => 'BMD', |
2074
|
|
|
|
|
|
|
display_name => { |
2075
|
|
|
|
|
|
|
'currency' => q(Bermuda dollary), |
2076
|
|
|
|
|
|
|
'one' => q(bermuda dollary), |
2077
|
|
|
|
|
|
|
'other' => q(bermuda dollary), |
2078
|
|
|
|
|
|
|
}, |
2079
|
|
|
|
|
|
|
}, |
2080
|
|
|
|
|
|
|
'BND' => { |
2081
|
|
|
|
|
|
|
symbol => 'BND', |
2082
|
|
|
|
|
|
|
display_name => { |
2083
|
|
|
|
|
|
|
'currency' => q(Bruneý dollary), |
2084
|
|
|
|
|
|
|
'one' => q(bruneý dollary), |
2085
|
|
|
|
|
|
|
'other' => q(bruneý dollary), |
2086
|
|
|
|
|
|
|
}, |
2087
|
|
|
|
|
|
|
}, |
2088
|
|
|
|
|
|
|
'BOB' => { |
2089
|
|
|
|
|
|
|
symbol => 'BOB', |
2090
|
|
|
|
|
|
|
display_name => { |
2091
|
|
|
|
|
|
|
'currency' => q(Boliwiýa boliwianosy), |
2092
|
|
|
|
|
|
|
'one' => q(boliwiýa boliwianosy), |
2093
|
|
|
|
|
|
|
'other' => q(boliwiýa boliwianosy), |
2094
|
|
|
|
|
|
|
}, |
2095
|
|
|
|
|
|
|
}, |
2096
|
|
|
|
|
|
|
'BRL' => { |
2097
|
|
|
|
|
|
|
symbol => 'R$', |
2098
|
|
|
|
|
|
|
display_name => { |
2099
|
|
|
|
|
|
|
'currency' => q(Brazil realy), |
2100
|
|
|
|
|
|
|
'one' => q(brazil realy), |
2101
|
|
|
|
|
|
|
'other' => q(brazil realy), |
2102
|
|
|
|
|
|
|
}, |
2103
|
|
|
|
|
|
|
}, |
2104
|
|
|
|
|
|
|
'BSD' => { |
2105
|
|
|
|
|
|
|
symbol => 'BSD', |
2106
|
|
|
|
|
|
|
display_name => { |
2107
|
|
|
|
|
|
|
'currency' => q(Bagama dollary), |
2108
|
|
|
|
|
|
|
'one' => q(bagama dollary), |
2109
|
|
|
|
|
|
|
'other' => q(bagama dollary), |
2110
|
|
|
|
|
|
|
}, |
2111
|
|
|
|
|
|
|
}, |
2112
|
|
|
|
|
|
|
'BTN' => { |
2113
|
|
|
|
|
|
|
symbol => 'BTN', |
2114
|
|
|
|
|
|
|
display_name => { |
2115
|
|
|
|
|
|
|
'currency' => q(Butan ngultrumy), |
2116
|
|
|
|
|
|
|
'one' => q(butan ngultrumy), |
2117
|
|
|
|
|
|
|
'other' => q(butan ngultrumy), |
2118
|
|
|
|
|
|
|
}, |
2119
|
|
|
|
|
|
|
}, |
2120
|
|
|
|
|
|
|
'BWP' => { |
2121
|
|
|
|
|
|
|
symbol => 'BWP', |
2122
|
|
|
|
|
|
|
display_name => { |
2123
|
|
|
|
|
|
|
'currency' => q(Botswana pulasy), |
2124
|
|
|
|
|
|
|
'one' => q(botswana pulasy), |
2125
|
|
|
|
|
|
|
'other' => q(botswana pulasy), |
2126
|
|
|
|
|
|
|
}, |
2127
|
|
|
|
|
|
|
}, |
2128
|
|
|
|
|
|
|
'BYR' => { |
2129
|
|
|
|
|
|
|
symbol => 'BYR', |
2130
|
|
|
|
|
|
|
display_name => { |
2131
|
|
|
|
|
|
|
'currency' => q(Belorus rubly), |
2132
|
|
|
|
|
|
|
'one' => q(belorus rubly), |
2133
|
|
|
|
|
|
|
'other' => q(belorus rubly), |
2134
|
|
|
|
|
|
|
}, |
2135
|
|
|
|
|
|
|
}, |
2136
|
|
|
|
|
|
|
'BZD' => { |
2137
|
|
|
|
|
|
|
symbol => 'BZD', |
2138
|
|
|
|
|
|
|
display_name => { |
2139
|
|
|
|
|
|
|
'currency' => q(Beliz dollary), |
2140
|
|
|
|
|
|
|
'one' => q(beliz dollary), |
2141
|
|
|
|
|
|
|
'other' => q(beliz dollary), |
2142
|
|
|
|
|
|
|
}, |
2143
|
|
|
|
|
|
|
}, |
2144
|
|
|
|
|
|
|
'CAD' => { |
2145
|
|
|
|
|
|
|
symbol => 'CA$', |
2146
|
|
|
|
|
|
|
display_name => { |
2147
|
|
|
|
|
|
|
'currency' => q(Kanada dollary), |
2148
|
|
|
|
|
|
|
'one' => q(kanada dollary), |
2149
|
|
|
|
|
|
|
'other' => q(kanada dollary), |
2150
|
|
|
|
|
|
|
}, |
2151
|
|
|
|
|
|
|
}, |
2152
|
|
|
|
|
|
|
'CDF' => { |
2153
|
|
|
|
|
|
|
symbol => 'CDF', |
2154
|
|
|
|
|
|
|
display_name => { |
2155
|
|
|
|
|
|
|
'currency' => q(Kongolez franky), |
2156
|
|
|
|
|
|
|
'one' => q(kongolez franky), |
2157
|
|
|
|
|
|
|
'other' => q(kongolez franky), |
2158
|
|
|
|
|
|
|
}, |
2159
|
|
|
|
|
|
|
}, |
2160
|
|
|
|
|
|
|
'CHF' => { |
2161
|
|
|
|
|
|
|
symbol => 'CHF', |
2162
|
|
|
|
|
|
|
display_name => { |
2163
|
|
|
|
|
|
|
'currency' => q(Åweýsar franky), |
2164
|
|
|
|
|
|
|
'one' => q(Åweýsar franky), |
2165
|
|
|
|
|
|
|
'other' => q(Åweýsar franky), |
2166
|
|
|
|
|
|
|
}, |
2167
|
|
|
|
|
|
|
}, |
2168
|
|
|
|
|
|
|
'CLP' => { |
2169
|
|
|
|
|
|
|
symbol => 'CLP', |
2170
|
|
|
|
|
|
|
display_name => { |
2171
|
|
|
|
|
|
|
'currency' => q(Ãili pesosy), |
2172
|
|
|
|
|
|
|
'one' => q(çili pesosy), |
2173
|
|
|
|
|
|
|
'other' => q(çili pesosy), |
2174
|
|
|
|
|
|
|
}, |
2175
|
|
|
|
|
|
|
}, |
2176
|
|
|
|
|
|
|
'CNY' => { |
2177
|
|
|
|
|
|
|
symbol => 'CNÂ¥', |
2178
|
|
|
|
|
|
|
display_name => { |
2179
|
|
|
|
|
|
|
'currency' => q(Hytaý ýuany), |
2180
|
|
|
|
|
|
|
'one' => q(hytaý ýuany), |
2181
|
|
|
|
|
|
|
'other' => q(hytaý ýuany), |
2182
|
|
|
|
|
|
|
}, |
2183
|
|
|
|
|
|
|
}, |
2184
|
|
|
|
|
|
|
'COP' => { |
2185
|
|
|
|
|
|
|
symbol => 'COP', |
2186
|
|
|
|
|
|
|
display_name => { |
2187
|
|
|
|
|
|
|
'currency' => q(Kolumbiýa pesosy), |
2188
|
|
|
|
|
|
|
'one' => q(kolumbiýa pesosy), |
2189
|
|
|
|
|
|
|
'other' => q(kolumbiýa pesosy), |
2190
|
|
|
|
|
|
|
}, |
2191
|
|
|
|
|
|
|
}, |
2192
|
|
|
|
|
|
|
'CRC' => { |
2193
|
|
|
|
|
|
|
symbol => 'CRC', |
2194
|
|
|
|
|
|
|
display_name => { |
2195
|
|
|
|
|
|
|
'currency' => q(Kosta-Rika kolony), |
2196
|
|
|
|
|
|
|
'one' => q(kosta-rika kolony), |
2197
|
|
|
|
|
|
|
'other' => q(kosta-rika kolony), |
2198
|
|
|
|
|
|
|
}, |
2199
|
|
|
|
|
|
|
}, |
2200
|
|
|
|
|
|
|
'CUC' => { |
2201
|
|
|
|
|
|
|
symbol => 'CUC', |
2202
|
|
|
|
|
|
|
display_name => { |
2203
|
|
|
|
|
|
|
'currency' => q(Konwertirlenýän kuba pesosy), |
2204
|
|
|
|
|
|
|
'one' => q(konwertirlenýän kuba pesosy), |
2205
|
|
|
|
|
|
|
'other' => q(konwertirlenýän kuba pesosy), |
2206
|
|
|
|
|
|
|
}, |
2207
|
|
|
|
|
|
|
}, |
2208
|
|
|
|
|
|
|
'CUP' => { |
2209
|
|
|
|
|
|
|
symbol => 'CUP', |
2210
|
|
|
|
|
|
|
display_name => { |
2211
|
|
|
|
|
|
|
'currency' => q(Kuba pesosy), |
2212
|
|
|
|
|
|
|
'one' => q(kuba pesosy), |
2213
|
|
|
|
|
|
|
'other' => q(kuba pesosy), |
2214
|
|
|
|
|
|
|
}, |
2215
|
|
|
|
|
|
|
}, |
2216
|
|
|
|
|
|
|
'CVE' => { |
2217
|
|
|
|
|
|
|
symbol => 'CVE', |
2218
|
|
|
|
|
|
|
display_name => { |
2219
|
|
|
|
|
|
|
'currency' => q(Kabo-Werde eskudosy), |
2220
|
|
|
|
|
|
|
'one' => q(kabo-werde eskudosy), |
2221
|
|
|
|
|
|
|
'other' => q(kabo-werde eskudosy), |
2222
|
|
|
|
|
|
|
}, |
2223
|
|
|
|
|
|
|
}, |
2224
|
|
|
|
|
|
|
'CZK' => { |
2225
|
|
|
|
|
|
|
symbol => 'CZK', |
2226
|
|
|
|
|
|
|
display_name => { |
2227
|
|
|
|
|
|
|
'currency' => q(Ãeh kronasy), |
2228
|
|
|
|
|
|
|
'one' => q(çeh kronasy), |
2229
|
|
|
|
|
|
|
'other' => q(çeh kronasy), |
2230
|
|
|
|
|
|
|
}, |
2231
|
|
|
|
|
|
|
}, |
2232
|
|
|
|
|
|
|
'DJF' => { |
2233
|
|
|
|
|
|
|
symbol => 'DJF', |
2234
|
|
|
|
|
|
|
display_name => { |
2235
|
|
|
|
|
|
|
'currency' => q(Jibuti franky), |
2236
|
|
|
|
|
|
|
'one' => q(jibuti franky), |
2237
|
|
|
|
|
|
|
'other' => q(jibuti franky), |
2238
|
|
|
|
|
|
|
}, |
2239
|
|
|
|
|
|
|
}, |
2240
|
|
|
|
|
|
|
'DKK' => { |
2241
|
|
|
|
|
|
|
symbol => 'DKK', |
2242
|
|
|
|
|
|
|
display_name => { |
2243
|
|
|
|
|
|
|
'currency' => q(Daniýa kronasy), |
2244
|
|
|
|
|
|
|
'one' => q(daniýa kronasy), |
2245
|
|
|
|
|
|
|
'other' => q(daniýa kronasy), |
2246
|
|
|
|
|
|
|
}, |
2247
|
|
|
|
|
|
|
}, |
2248
|
|
|
|
|
|
|
'DOP' => { |
2249
|
|
|
|
|
|
|
symbol => 'DOP', |
2250
|
|
|
|
|
|
|
display_name => { |
2251
|
|
|
|
|
|
|
'currency' => q(Dominikan pesosy), |
2252
|
|
|
|
|
|
|
'one' => q(dominikan pesosy), |
2253
|
|
|
|
|
|
|
'other' => q(dominikan pesosy), |
2254
|
|
|
|
|
|
|
}, |
2255
|
|
|
|
|
|
|
}, |
2256
|
|
|
|
|
|
|
'DZD' => { |
2257
|
|
|
|
|
|
|
symbol => 'DZD', |
2258
|
|
|
|
|
|
|
display_name => { |
2259
|
|
|
|
|
|
|
'currency' => q(Aljir dinary), |
2260
|
|
|
|
|
|
|
'one' => q(aljir dinary), |
2261
|
|
|
|
|
|
|
'other' => q(aljir dinary), |
2262
|
|
|
|
|
|
|
}, |
2263
|
|
|
|
|
|
|
}, |
2264
|
|
|
|
|
|
|
'EGP' => { |
2265
|
|
|
|
|
|
|
symbol => 'EGP', |
2266
|
|
|
|
|
|
|
display_name => { |
2267
|
|
|
|
|
|
|
'currency' => q(Müsür funty), |
2268
|
|
|
|
|
|
|
'one' => q(müsür funty), |
2269
|
|
|
|
|
|
|
'other' => q(müsür funty), |
2270
|
|
|
|
|
|
|
}, |
2271
|
|
|
|
|
|
|
}, |
2272
|
|
|
|
|
|
|
'ERN' => { |
2273
|
|
|
|
|
|
|
symbol => 'ERN', |
2274
|
|
|
|
|
|
|
display_name => { |
2275
|
|
|
|
|
|
|
'currency' => q(Eritreýa nakfasy), |
2276
|
|
|
|
|
|
|
'one' => q(eritreýa nakfasy), |
2277
|
|
|
|
|
|
|
'other' => q(eritreýa nakfasy), |
2278
|
|
|
|
|
|
|
}, |
2279
|
|
|
|
|
|
|
}, |
2280
|
|
|
|
|
|
|
'ETB' => { |
2281
|
|
|
|
|
|
|
symbol => 'ETB', |
2282
|
|
|
|
|
|
|
display_name => { |
2283
|
|
|
|
|
|
|
'currency' => q(Efiopiýa byry), |
2284
|
|
|
|
|
|
|
'one' => q(efiopiýa byry), |
2285
|
|
|
|
|
|
|
'other' => q(efiopiýa byry), |
2286
|
|
|
|
|
|
|
}, |
2287
|
|
|
|
|
|
|
}, |
2288
|
|
|
|
|
|
|
'EUR' => { |
2289
|
|
|
|
|
|
|
symbol => 'EUR', |
2290
|
|
|
|
|
|
|
display_name => { |
2291
|
|
|
|
|
|
|
'currency' => q(Ãewro), |
2292
|
|
|
|
|
|
|
'one' => q(ýewro), |
2293
|
|
|
|
|
|
|
'other' => q(ýewro), |
2294
|
|
|
|
|
|
|
}, |
2295
|
|
|
|
|
|
|
}, |
2296
|
|
|
|
|
|
|
'FJD' => { |
2297
|
|
|
|
|
|
|
symbol => 'FJD', |
2298
|
|
|
|
|
|
|
display_name => { |
2299
|
|
|
|
|
|
|
'currency' => q(Fiji dollary), |
2300
|
|
|
|
|
|
|
'one' => q(fiji dollary), |
2301
|
|
|
|
|
|
|
'other' => q(fiji dollary), |
2302
|
|
|
|
|
|
|
}, |
2303
|
|
|
|
|
|
|
}, |
2304
|
|
|
|
|
|
|
'FKP' => { |
2305
|
|
|
|
|
|
|
symbol => 'FKP', |
2306
|
|
|
|
|
|
|
display_name => { |
2307
|
|
|
|
|
|
|
'currency' => q(Folklend adalarynyÅ funty), |
2308
|
|
|
|
|
|
|
'one' => q(folklend adalarynyÅ funty), |
2309
|
|
|
|
|
|
|
'other' => q(folklend adalarynyÅ funty), |
2310
|
|
|
|
|
|
|
}, |
2311
|
|
|
|
|
|
|
}, |
2312
|
|
|
|
|
|
|
'GBP' => { |
2313
|
|
|
|
|
|
|
symbol => 'GBP', |
2314
|
|
|
|
|
|
|
display_name => { |
2315
|
|
|
|
|
|
|
'currency' => q(IÅlis funt sterlingi), |
2316
|
|
|
|
|
|
|
'one' => q(iÅlis funt sterlingi), |
2317
|
|
|
|
|
|
|
'other' => q(iÅlis funt sterlingi), |
2318
|
|
|
|
|
|
|
}, |
2319
|
|
|
|
|
|
|
}, |
2320
|
|
|
|
|
|
|
'GEL' => { |
2321
|
|
|
|
|
|
|
symbol => 'GEL', |
2322
|
|
|
|
|
|
|
display_name => { |
2323
|
|
|
|
|
|
|
'currency' => q(Gruzin lari), |
2324
|
|
|
|
|
|
|
'one' => q(gruzin lari), |
2325
|
|
|
|
|
|
|
'other' => q(gruzin lari), |
2326
|
|
|
|
|
|
|
}, |
2327
|
|
|
|
|
|
|
}, |
2328
|
|
|
|
|
|
|
'GHS' => { |
2329
|
|
|
|
|
|
|
symbol => 'GHS', |
2330
|
|
|
|
|
|
|
display_name => { |
2331
|
|
|
|
|
|
|
'currency' => q(Gano sedisi), |
2332
|
|
|
|
|
|
|
'one' => q(gano sedisi), |
2333
|
|
|
|
|
|
|
'other' => q(gano sedisi), |
2334
|
|
|
|
|
|
|
}, |
2335
|
|
|
|
|
|
|
}, |
2336
|
|
|
|
|
|
|
'GIP' => { |
2337
|
|
|
|
|
|
|
symbol => 'GIP', |
2338
|
|
|
|
|
|
|
display_name => { |
2339
|
|
|
|
|
|
|
'currency' => q(Gibraltar funty), |
2340
|
|
|
|
|
|
|
'one' => q(gibraltar funty), |
2341
|
|
|
|
|
|
|
'other' => q(gibraltar funty), |
2342
|
|
|
|
|
|
|
}, |
2343
|
|
|
|
|
|
|
}, |
2344
|
|
|
|
|
|
|
'GMD' => { |
2345
|
|
|
|
|
|
|
symbol => 'GMD', |
2346
|
|
|
|
|
|
|
display_name => { |
2347
|
|
|
|
|
|
|
'currency' => q(Gambiýa dalasy), |
2348
|
|
|
|
|
|
|
'one' => q(gambiýa dalasy), |
2349
|
|
|
|
|
|
|
'other' => q(gambiýa dalasy), |
2350
|
|
|
|
|
|
|
}, |
2351
|
|
|
|
|
|
|
}, |
2352
|
|
|
|
|
|
|
'GNF' => { |
2353
|
|
|
|
|
|
|
symbol => 'GNF', |
2354
|
|
|
|
|
|
|
display_name => { |
2355
|
|
|
|
|
|
|
'currency' => q(Gwineý franky), |
2356
|
|
|
|
|
|
|
'one' => q(gwineý franky), |
2357
|
|
|
|
|
|
|
'other' => q(gwineý franky), |
2358
|
|
|
|
|
|
|
}, |
2359
|
|
|
|
|
|
|
}, |
2360
|
|
|
|
|
|
|
'GTQ' => { |
2361
|
|
|
|
|
|
|
symbol => 'GTQ', |
2362
|
|
|
|
|
|
|
display_name => { |
2363
|
|
|
|
|
|
|
'currency' => q(Gwatemala ketsaly), |
2364
|
|
|
|
|
|
|
'one' => q(gwatemala ketsaly), |
2365
|
|
|
|
|
|
|
'other' => q(gwatemala ketsaly), |
2366
|
|
|
|
|
|
|
}, |
2367
|
|
|
|
|
|
|
}, |
2368
|
|
|
|
|
|
|
'GYD' => { |
2369
|
|
|
|
|
|
|
symbol => 'GYD', |
2370
|
|
|
|
|
|
|
display_name => { |
2371
|
|
|
|
|
|
|
'currency' => q(Gaýan dollary), |
2372
|
|
|
|
|
|
|
'one' => q(gaýan dollary), |
2373
|
|
|
|
|
|
|
'other' => q(gaýan dollary), |
2374
|
|
|
|
|
|
|
}, |
2375
|
|
|
|
|
|
|
}, |
2376
|
|
|
|
|
|
|
'HKD' => { |
2377
|
|
|
|
|
|
|
symbol => 'HK$', |
2378
|
|
|
|
|
|
|
display_name => { |
2379
|
|
|
|
|
|
|
'currency' => q(Gonkong dollary), |
2380
|
|
|
|
|
|
|
'one' => q(gonkong dollary), |
2381
|
|
|
|
|
|
|
'other' => q(gonkong dollary), |
2382
|
|
|
|
|
|
|
}, |
2383
|
|
|
|
|
|
|
}, |
2384
|
|
|
|
|
|
|
'HNL' => { |
2385
|
|
|
|
|
|
|
symbol => 'HNL', |
2386
|
|
|
|
|
|
|
display_name => { |
2387
|
|
|
|
|
|
|
'currency' => q(Gonduras lempirasy), |
2388
|
|
|
|
|
|
|
'one' => q(gonduras lempirasy), |
2389
|
|
|
|
|
|
|
'other' => q(gonduras lempirasy), |
2390
|
|
|
|
|
|
|
}, |
2391
|
|
|
|
|
|
|
}, |
2392
|
|
|
|
|
|
|
'HRK' => { |
2393
|
|
|
|
|
|
|
symbol => 'HRK', |
2394
|
|
|
|
|
|
|
display_name => { |
2395
|
|
|
|
|
|
|
'currency' => q(Horwat kunasy), |
2396
|
|
|
|
|
|
|
'one' => q(horwat kunasy), |
2397
|
|
|
|
|
|
|
'other' => q(horwat kunasy), |
2398
|
|
|
|
|
|
|
}, |
2399
|
|
|
|
|
|
|
}, |
2400
|
|
|
|
|
|
|
'HTG' => { |
2401
|
|
|
|
|
|
|
symbol => 'HTG', |
2402
|
|
|
|
|
|
|
display_name => { |
2403
|
|
|
|
|
|
|
'currency' => q(Gaitýan gurdy), |
2404
|
|
|
|
|
|
|
'one' => q(gaitýan gurdy), |
2405
|
|
|
|
|
|
|
'other' => q(gaitýan gurdy), |
2406
|
|
|
|
|
|
|
}, |
2407
|
|
|
|
|
|
|
}, |
2408
|
|
|
|
|
|
|
'HUF' => { |
2409
|
|
|
|
|
|
|
symbol => 'HUF', |
2410
|
|
|
|
|
|
|
display_name => { |
2411
|
|
|
|
|
|
|
'currency' => q(Wenger forinty), |
2412
|
|
|
|
|
|
|
'one' => q(wenger forinty), |
2413
|
|
|
|
|
|
|
'other' => q(wenger forinty), |
2414
|
|
|
|
|
|
|
}, |
2415
|
|
|
|
|
|
|
}, |
2416
|
|
|
|
|
|
|
'IDR' => { |
2417
|
|
|
|
|
|
|
symbol => 'IDR', |
2418
|
|
|
|
|
|
|
display_name => { |
2419
|
|
|
|
|
|
|
'currency' => q(Indoneziýa rupiýasy), |
2420
|
|
|
|
|
|
|
'one' => q(indoneziýa rupiýasy), |
2421
|
|
|
|
|
|
|
'other' => q(indoneziýa rupiýasy), |
2422
|
|
|
|
|
|
|
}, |
2423
|
|
|
|
|
|
|
}, |
2424
|
|
|
|
|
|
|
'ILS' => { |
2425
|
|
|
|
|
|
|
symbol => 'âª', |
2426
|
|
|
|
|
|
|
display_name => { |
2427
|
|
|
|
|
|
|
'currency' => q(Täze Ysraýyl Åekeli), |
2428
|
|
|
|
|
|
|
'one' => q(täze ysraýyl Åekeli), |
2429
|
|
|
|
|
|
|
'other' => q(täze ysraýl Åekeli), |
2430
|
|
|
|
|
|
|
}, |
2431
|
|
|
|
|
|
|
}, |
2432
|
|
|
|
|
|
|
'INR' => { |
2433
|
|
|
|
|
|
|
symbol => 'â¹', |
2434
|
|
|
|
|
|
|
display_name => { |
2435
|
|
|
|
|
|
|
'currency' => q(Hindi rupiýasy), |
2436
|
|
|
|
|
|
|
'one' => q(hindi rupiýasy), |
2437
|
|
|
|
|
|
|
'other' => q(hindi rupiýasy), |
2438
|
|
|
|
|
|
|
}, |
2439
|
|
|
|
|
|
|
}, |
2440
|
|
|
|
|
|
|
'IQD' => { |
2441
|
|
|
|
|
|
|
symbol => 'IQD', |
2442
|
|
|
|
|
|
|
display_name => { |
2443
|
|
|
|
|
|
|
'currency' => q(Yrak dinary), |
2444
|
|
|
|
|
|
|
'one' => q(yrak dinary), |
2445
|
|
|
|
|
|
|
'other' => q(yrak dinary), |
2446
|
|
|
|
|
|
|
}, |
2447
|
|
|
|
|
|
|
}, |
2448
|
|
|
|
|
|
|
'IRR' => { |
2449
|
|
|
|
|
|
|
symbol => 'IRR', |
2450
|
|
|
|
|
|
|
display_name => { |
2451
|
|
|
|
|
|
|
'currency' => q(Eýran rialy), |
2452
|
|
|
|
|
|
|
'one' => q(eýran rialy), |
2453
|
|
|
|
|
|
|
'other' => q(eýran rialy), |
2454
|
|
|
|
|
|
|
}, |
2455
|
|
|
|
|
|
|
}, |
2456
|
|
|
|
|
|
|
'ISK' => { |
2457
|
|
|
|
|
|
|
symbol => 'ISK', |
2458
|
|
|
|
|
|
|
display_name => { |
2459
|
|
|
|
|
|
|
'currency' => q(Islandiýa kronasy), |
2460
|
|
|
|
|
|
|
'one' => q(islandiýa kronasy), |
2461
|
|
|
|
|
|
|
'other' => q(islandiýa kronasy), |
2462
|
|
|
|
|
|
|
}, |
2463
|
|
|
|
|
|
|
}, |
2464
|
|
|
|
|
|
|
'JMD' => { |
2465
|
|
|
|
|
|
|
symbol => 'JMD', |
2466
|
|
|
|
|
|
|
display_name => { |
2467
|
|
|
|
|
|
|
'currency' => q(Ãamaýka dollary), |
2468
|
|
|
|
|
|
|
'one' => q(ýamaýka dollary), |
2469
|
|
|
|
|
|
|
'other' => q(ýamaýka dollary), |
2470
|
|
|
|
|
|
|
}, |
2471
|
|
|
|
|
|
|
}, |
2472
|
|
|
|
|
|
|
'JOD' => { |
2473
|
|
|
|
|
|
|
symbol => 'JOD', |
2474
|
|
|
|
|
|
|
display_name => { |
2475
|
|
|
|
|
|
|
'currency' => q(Iordaniýa dinary), |
2476
|
|
|
|
|
|
|
'one' => q(iordaniýa dinary), |
2477
|
|
|
|
|
|
|
'other' => q(iordaniýa dinary), |
2478
|
|
|
|
|
|
|
}, |
2479
|
|
|
|
|
|
|
}, |
2480
|
|
|
|
|
|
|
'JPY' => { |
2481
|
|
|
|
|
|
|
symbol => 'JPÂ¥', |
2482
|
|
|
|
|
|
|
display_name => { |
2483
|
|
|
|
|
|
|
'currency' => q(Ãapon ýeni), |
2484
|
|
|
|
|
|
|
'one' => q(ýapon ýeni), |
2485
|
|
|
|
|
|
|
'other' => q(ýapon ýeni), |
2486
|
|
|
|
|
|
|
}, |
2487
|
|
|
|
|
|
|
}, |
2488
|
|
|
|
|
|
|
'KES' => { |
2489
|
|
|
|
|
|
|
symbol => 'KES', |
2490
|
|
|
|
|
|
|
display_name => { |
2491
|
|
|
|
|
|
|
'currency' => q(Keniýa Åillingi), |
2492
|
|
|
|
|
|
|
'one' => q(keniýa Åillingi), |
2493
|
|
|
|
|
|
|
'other' => q(keniýa Åillingi), |
2494
|
|
|
|
|
|
|
}, |
2495
|
|
|
|
|
|
|
}, |
2496
|
|
|
|
|
|
|
'KGS' => { |
2497
|
|
|
|
|
|
|
symbol => 'KGS', |
2498
|
|
|
|
|
|
|
display_name => { |
2499
|
|
|
|
|
|
|
'currency' => q(Gyrgyz somy), |
2500
|
|
|
|
|
|
|
'one' => q(gyrgyz somy), |
2501
|
|
|
|
|
|
|
'other' => q(gyrgyz somy), |
2502
|
|
|
|
|
|
|
}, |
2503
|
|
|
|
|
|
|
}, |
2504
|
|
|
|
|
|
|
'KHR' => { |
2505
|
|
|
|
|
|
|
symbol => 'KHR', |
2506
|
|
|
|
|
|
|
display_name => { |
2507
|
|
|
|
|
|
|
'currency' => q(Kamboja riýeli), |
2508
|
|
|
|
|
|
|
'one' => q(kamboja riýeli), |
2509
|
|
|
|
|
|
|
'other' => q(kamboja riýeli), |
2510
|
|
|
|
|
|
|
}, |
2511
|
|
|
|
|
|
|
}, |
2512
|
|
|
|
|
|
|
'KMF' => { |
2513
|
|
|
|
|
|
|
symbol => 'KMF', |
2514
|
|
|
|
|
|
|
display_name => { |
2515
|
|
|
|
|
|
|
'currency' => q(Komor adalar franky), |
2516
|
|
|
|
|
|
|
'one' => q(komor adalar franky), |
2517
|
|
|
|
|
|
|
'other' => q(komor adalar franky), |
2518
|
|
|
|
|
|
|
}, |
2519
|
|
|
|
|
|
|
}, |
2520
|
|
|
|
|
|
|
'KPW' => { |
2521
|
|
|
|
|
|
|
symbol => 'KPW', |
2522
|
|
|
|
|
|
|
display_name => { |
2523
|
|
|
|
|
|
|
'currency' => q(Demirgazyk Koreýa wony), |
2524
|
|
|
|
|
|
|
'one' => q(demirgazyk koreýa wony), |
2525
|
|
|
|
|
|
|
'other' => q(demirgazyk koreýa wony), |
2526
|
|
|
|
|
|
|
}, |
2527
|
|
|
|
|
|
|
}, |
2528
|
|
|
|
|
|
|
'KRW' => { |
2529
|
|
|
|
|
|
|
symbol => 'â©', |
2530
|
|
|
|
|
|
|
display_name => { |
2531
|
|
|
|
|
|
|
'currency' => q(Günorta Koreýa wony), |
2532
|
|
|
|
|
|
|
'one' => q(günorta koreýa wony), |
2533
|
|
|
|
|
|
|
'other' => q(günorta koreýa wony), |
2534
|
|
|
|
|
|
|
}, |
2535
|
|
|
|
|
|
|
}, |
2536
|
|
|
|
|
|
|
'KWD' => { |
2537
|
|
|
|
|
|
|
symbol => 'KWD', |
2538
|
|
|
|
|
|
|
display_name => { |
2539
|
|
|
|
|
|
|
'currency' => q(Kuweýt dinary), |
2540
|
|
|
|
|
|
|
'one' => q(kuweýt dinary), |
2541
|
|
|
|
|
|
|
'other' => q(kuweýt dinary), |
2542
|
|
|
|
|
|
|
}, |
2543
|
|
|
|
|
|
|
}, |
2544
|
|
|
|
|
|
|
'KYD' => { |
2545
|
|
|
|
|
|
|
symbol => 'KYD', |
2546
|
|
|
|
|
|
|
display_name => { |
2547
|
|
|
|
|
|
|
'currency' => q(Kaýman adalarynyŠdollary), |
2548
|
|
|
|
|
|
|
'one' => q(kaýman adalarynyŠdollary), |
2549
|
|
|
|
|
|
|
'other' => q(kaýman adalarynyŠdollary), |
2550
|
|
|
|
|
|
|
}, |
2551
|
|
|
|
|
|
|
}, |
2552
|
|
|
|
|
|
|
'KZT' => { |
2553
|
|
|
|
|
|
|
symbol => 'KZT', |
2554
|
|
|
|
|
|
|
display_name => { |
2555
|
|
|
|
|
|
|
'currency' => q(Gazak teÅÅesi), |
2556
|
|
|
|
|
|
|
'one' => q(gazak teÅÅesi), |
2557
|
|
|
|
|
|
|
'other' => q(gazak teÅÅesi), |
2558
|
|
|
|
|
|
|
}, |
2559
|
|
|
|
|
|
|
}, |
2560
|
|
|
|
|
|
|
'LAK' => { |
2561
|
|
|
|
|
|
|
symbol => 'LAK', |
2562
|
|
|
|
|
|
|
display_name => { |
2563
|
|
|
|
|
|
|
'currency' => q(Laos kipi), |
2564
|
|
|
|
|
|
|
'one' => q(laos kipi), |
2565
|
|
|
|
|
|
|
'other' => q(laos kipi), |
2566
|
|
|
|
|
|
|
}, |
2567
|
|
|
|
|
|
|
}, |
2568
|
|
|
|
|
|
|
'LBP' => { |
2569
|
|
|
|
|
|
|
symbol => 'LBP', |
2570
|
|
|
|
|
|
|
display_name => { |
2571
|
|
|
|
|
|
|
'currency' => q(Liwan funty), |
2572
|
|
|
|
|
|
|
'one' => q(liwan funty), |
2573
|
|
|
|
|
|
|
'other' => q(liwan funty), |
2574
|
|
|
|
|
|
|
}, |
2575
|
|
|
|
|
|
|
}, |
2576
|
|
|
|
|
|
|
'LKR' => { |
2577
|
|
|
|
|
|
|
symbol => 'LKR', |
2578
|
|
|
|
|
|
|
display_name => { |
2579
|
|
|
|
|
|
|
'currency' => q(Åri-Lanka rupiýasy), |
2580
|
|
|
|
|
|
|
'one' => q(Åri-lanka rupiýasy), |
2581
|
|
|
|
|
|
|
'other' => q(Åri-lanka rupiýasy), |
2582
|
|
|
|
|
|
|
}, |
2583
|
|
|
|
|
|
|
}, |
2584
|
|
|
|
|
|
|
'LRD' => { |
2585
|
|
|
|
|
|
|
symbol => 'LRD', |
2586
|
|
|
|
|
|
|
display_name => { |
2587
|
|
|
|
|
|
|
'currency' => q(Liberiýa dollary), |
2588
|
|
|
|
|
|
|
'one' => q(liberiýa dollary), |
2589
|
|
|
|
|
|
|
'other' => q(liberiýa dollary), |
2590
|
|
|
|
|
|
|
}, |
2591
|
|
|
|
|
|
|
}, |
2592
|
|
|
|
|
|
|
'LYD' => { |
2593
|
|
|
|
|
|
|
symbol => 'LYD', |
2594
|
|
|
|
|
|
|
display_name => { |
2595
|
|
|
|
|
|
|
'currency' => q(Liwiýa dinary), |
2596
|
|
|
|
|
|
|
'one' => q(liwiýa dinary), |
2597
|
|
|
|
|
|
|
'other' => q(liwiýa dinary), |
2598
|
|
|
|
|
|
|
}, |
2599
|
|
|
|
|
|
|
}, |
2600
|
|
|
|
|
|
|
'MAD' => { |
2601
|
|
|
|
|
|
|
symbol => 'MAD', |
2602
|
|
|
|
|
|
|
display_name => { |
2603
|
|
|
|
|
|
|
'currency' => q(Marokka dirhamy), |
2604
|
|
|
|
|
|
|
'one' => q(marokka dirhamy), |
2605
|
|
|
|
|
|
|
'other' => q(marokka dirhamy), |
2606
|
|
|
|
|
|
|
}, |
2607
|
|
|
|
|
|
|
}, |
2608
|
|
|
|
|
|
|
'MDL' => { |
2609
|
|
|
|
|
|
|
symbol => 'MDL', |
2610
|
|
|
|
|
|
|
display_name => { |
2611
|
|
|
|
|
|
|
'currency' => q(Moldaw leýi), |
2612
|
|
|
|
|
|
|
'one' => q(moldaw leýi), |
2613
|
|
|
|
|
|
|
'other' => q(moldaw leýi), |
2614
|
|
|
|
|
|
|
}, |
2615
|
|
|
|
|
|
|
}, |
2616
|
|
|
|
|
|
|
'MGA' => { |
2617
|
|
|
|
|
|
|
symbol => 'MGA', |
2618
|
|
|
|
|
|
|
display_name => { |
2619
|
|
|
|
|
|
|
'currency' => q(Malagasiý ariarisi), |
2620
|
|
|
|
|
|
|
'one' => q(malagasiý ariarisi), |
2621
|
|
|
|
|
|
|
'other' => q(malagasiý ariarisi), |
2622
|
|
|
|
|
|
|
}, |
2623
|
|
|
|
|
|
|
}, |
2624
|
|
|
|
|
|
|
'MKD' => { |
2625
|
|
|
|
|
|
|
symbol => 'MKD', |
2626
|
|
|
|
|
|
|
display_name => { |
2627
|
|
|
|
|
|
|
'currency' => q(Makedon dinary), |
2628
|
|
|
|
|
|
|
'one' => q(makedon dinary), |
2629
|
|
|
|
|
|
|
'other' => q(makedon dinary), |
2630
|
|
|
|
|
|
|
}, |
2631
|
|
|
|
|
|
|
}, |
2632
|
|
|
|
|
|
|
'MMK' => { |
2633
|
|
|
|
|
|
|
symbol => 'MMK', |
2634
|
|
|
|
|
|
|
display_name => { |
2635
|
|
|
|
|
|
|
'currency' => q(Mýanma kýaty), |
2636
|
|
|
|
|
|
|
'one' => q(mýanma kýaty), |
2637
|
|
|
|
|
|
|
'other' => q(mýanma kýaty), |
2638
|
|
|
|
|
|
|
}, |
2639
|
|
|
|
|
|
|
}, |
2640
|
|
|
|
|
|
|
'MNT' => { |
2641
|
|
|
|
|
|
|
symbol => 'MNT', |
2642
|
|
|
|
|
|
|
display_name => { |
2643
|
|
|
|
|
|
|
'currency' => q(Mongol tugrigi), |
2644
|
|
|
|
|
|
|
'one' => q(mongol tugrigi), |
2645
|
|
|
|
|
|
|
'other' => q(mongol tugrigi), |
2646
|
|
|
|
|
|
|
}, |
2647
|
|
|
|
|
|
|
}, |
2648
|
|
|
|
|
|
|
'MOP' => { |
2649
|
|
|
|
|
|
|
symbol => 'MOP', |
2650
|
|
|
|
|
|
|
display_name => { |
2651
|
|
|
|
|
|
|
'currency' => q(Makao patakasy), |
2652
|
|
|
|
|
|
|
'one' => q(makao patakasy), |
2653
|
|
|
|
|
|
|
'other' => q(makao patakasy), |
2654
|
|
|
|
|
|
|
}, |
2655
|
|
|
|
|
|
|
}, |
2656
|
|
|
|
|
|
|
'MRO' => { |
2657
|
|
|
|
|
|
|
symbol => 'MRO', |
2658
|
|
|
|
|
|
|
display_name => { |
2659
|
|
|
|
|
|
|
'currency' => q(Mawritan ugiýasy), |
2660
|
|
|
|
|
|
|
'one' => q(mawritan ugiýasy), |
2661
|
|
|
|
|
|
|
'other' => q(mawritan ugiýasy), |
2662
|
|
|
|
|
|
|
}, |
2663
|
|
|
|
|
|
|
}, |
2664
|
|
|
|
|
|
|
'MUR' => { |
2665
|
|
|
|
|
|
|
symbol => 'MUR', |
2666
|
|
|
|
|
|
|
display_name => { |
2667
|
|
|
|
|
|
|
'currency' => q(Mawrikiý rupiýasy), |
2668
|
|
|
|
|
|
|
'one' => q(mawrikiý rupiýasy), |
2669
|
|
|
|
|
|
|
'other' => q(mawrikiý rupiýasy), |
2670
|
|
|
|
|
|
|
}, |
2671
|
|
|
|
|
|
|
}, |
2672
|
|
|
|
|
|
|
'MVR' => { |
2673
|
|
|
|
|
|
|
symbol => 'MVR', |
2674
|
|
|
|
|
|
|
display_name => { |
2675
|
|
|
|
|
|
|
'currency' => q(Maldiw rufiýasy), |
2676
|
|
|
|
|
|
|
'one' => q(maldiw rufiýasy), |
2677
|
|
|
|
|
|
|
'other' => q(maldiw rufiýasy), |
2678
|
|
|
|
|
|
|
}, |
2679
|
|
|
|
|
|
|
}, |
2680
|
|
|
|
|
|
|
'MWK' => { |
2681
|
|
|
|
|
|
|
symbol => 'MWK', |
2682
|
|
|
|
|
|
|
display_name => { |
2683
|
|
|
|
|
|
|
'currency' => q(Malawi kwaçasy), |
2684
|
|
|
|
|
|
|
'one' => q(malawi kwaçasy), |
2685
|
|
|
|
|
|
|
'other' => q(malawi kwaçasy), |
2686
|
|
|
|
|
|
|
}, |
2687
|
|
|
|
|
|
|
}, |
2688
|
|
|
|
|
|
|
'MXN' => { |
2689
|
|
|
|
|
|
|
symbol => 'MX$', |
2690
|
|
|
|
|
|
|
display_name => { |
2691
|
|
|
|
|
|
|
'currency' => q(Meksikan pesosy), |
2692
|
|
|
|
|
|
|
'one' => q(meksikan pesosy), |
2693
|
|
|
|
|
|
|
'other' => q(meksikan pesosy), |
2694
|
|
|
|
|
|
|
}, |
2695
|
|
|
|
|
|
|
}, |
2696
|
|
|
|
|
|
|
'MYR' => { |
2697
|
|
|
|
|
|
|
symbol => 'MYR', |
2698
|
|
|
|
|
|
|
display_name => { |
2699
|
|
|
|
|
|
|
'currency' => q(Malaýziýa ringgiti), |
2700
|
|
|
|
|
|
|
'one' => q(malaýziýa ringgiti), |
2701
|
|
|
|
|
|
|
'other' => q(malaýziýa ringgiti), |
2702
|
|
|
|
|
|
|
}, |
2703
|
|
|
|
|
|
|
}, |
2704
|
|
|
|
|
|
|
'MZN' => { |
2705
|
|
|
|
|
|
|
symbol => 'MZN', |
2706
|
|
|
|
|
|
|
display_name => { |
2707
|
|
|
|
|
|
|
'currency' => q(Mozambik metikal), |
2708
|
|
|
|
|
|
|
'one' => q(mozambik metikal), |
2709
|
|
|
|
|
|
|
'other' => q(mozambik metikal), |
2710
|
|
|
|
|
|
|
}, |
2711
|
|
|
|
|
|
|
}, |
2712
|
|
|
|
|
|
|
'NAD' => { |
2713
|
|
|
|
|
|
|
symbol => 'NAD', |
2714
|
|
|
|
|
|
|
display_name => { |
2715
|
|
|
|
|
|
|
'currency' => q(Namibiýa dollary), |
2716
|
|
|
|
|
|
|
'one' => q(namibiýa dollary), |
2717
|
|
|
|
|
|
|
'other' => q(namibiýa dollary), |
2718
|
|
|
|
|
|
|
}, |
2719
|
|
|
|
|
|
|
}, |
2720
|
|
|
|
|
|
|
'NGN' => { |
2721
|
|
|
|
|
|
|
symbol => 'NGN', |
2722
|
|
|
|
|
|
|
display_name => { |
2723
|
|
|
|
|
|
|
'currency' => q(Nigeriýa naýrasy), |
2724
|
|
|
|
|
|
|
'one' => q(nigeriýa naýrasy), |
2725
|
|
|
|
|
|
|
'other' => q(nigeriýa naýrasy), |
2726
|
|
|
|
|
|
|
}, |
2727
|
|
|
|
|
|
|
}, |
2728
|
|
|
|
|
|
|
'NIO' => { |
2729
|
|
|
|
|
|
|
symbol => 'NIO', |
2730
|
|
|
|
|
|
|
display_name => { |
2731
|
|
|
|
|
|
|
'currency' => q(Nikaragua kordobasy), |
2732
|
|
|
|
|
|
|
'one' => q(nikaragua kordobasy), |
2733
|
|
|
|
|
|
|
'other' => q(nikaragua kordobasy), |
2734
|
|
|
|
|
|
|
}, |
2735
|
|
|
|
|
|
|
}, |
2736
|
|
|
|
|
|
|
'NOK' => { |
2737
|
|
|
|
|
|
|
symbol => 'NOK', |
2738
|
|
|
|
|
|
|
display_name => { |
2739
|
|
|
|
|
|
|
'currency' => q(Norwegiýa kronasy), |
2740
|
|
|
|
|
|
|
'one' => q(norwegiýa kronasy), |
2741
|
|
|
|
|
|
|
'other' => q(norwegiýa kronasy), |
2742
|
|
|
|
|
|
|
}, |
2743
|
|
|
|
|
|
|
}, |
2744
|
|
|
|
|
|
|
'NPR' => { |
2745
|
|
|
|
|
|
|
symbol => 'NPR', |
2746
|
|
|
|
|
|
|
display_name => { |
2747
|
|
|
|
|
|
|
'currency' => q(Nepal rupiýasy), |
2748
|
|
|
|
|
|
|
'one' => q(nepal rupiýasy), |
2749
|
|
|
|
|
|
|
'other' => q(nepal rupiýasy), |
2750
|
|
|
|
|
|
|
}, |
2751
|
|
|
|
|
|
|
}, |
2752
|
|
|
|
|
|
|
'NZD' => { |
2753
|
|
|
|
|
|
|
symbol => 'NZ$', |
2754
|
|
|
|
|
|
|
display_name => { |
2755
|
|
|
|
|
|
|
'currency' => q(Täze Zelandiýa dollary), |
2756
|
|
|
|
|
|
|
'one' => q(täze zelandiýa dollary), |
2757
|
|
|
|
|
|
|
'other' => q(täze zelandiýa dollary), |
2758
|
|
|
|
|
|
|
}, |
2759
|
|
|
|
|
|
|
}, |
2760
|
|
|
|
|
|
|
'OMR' => { |
2761
|
|
|
|
|
|
|
symbol => 'OMR', |
2762
|
|
|
|
|
|
|
display_name => { |
2763
|
|
|
|
|
|
|
'currency' => q(Oman rialy), |
2764
|
|
|
|
|
|
|
'one' => q(oman rialy), |
2765
|
|
|
|
|
|
|
'other' => q(oman rialy), |
2766
|
|
|
|
|
|
|
}, |
2767
|
|
|
|
|
|
|
}, |
2768
|
|
|
|
|
|
|
'PAB' => { |
2769
|
|
|
|
|
|
|
symbol => 'PAB', |
2770
|
|
|
|
|
|
|
display_name => { |
2771
|
|
|
|
|
|
|
'currency' => q(Panama balboasy), |
2772
|
|
|
|
|
|
|
'one' => q(panama balboasy), |
2773
|
|
|
|
|
|
|
'other' => q(panama balboasy), |
2774
|
|
|
|
|
|
|
}, |
2775
|
|
|
|
|
|
|
}, |
2776
|
|
|
|
|
|
|
'PEN' => { |
2777
|
|
|
|
|
|
|
symbol => 'PEN', |
2778
|
|
|
|
|
|
|
display_name => { |
2779
|
|
|
|
|
|
|
'currency' => q(Täze peru soly), |
2780
|
|
|
|
|
|
|
'one' => q(täze peru soly), |
2781
|
|
|
|
|
|
|
'other' => q(täze peru soly), |
2782
|
|
|
|
|
|
|
}, |
2783
|
|
|
|
|
|
|
}, |
2784
|
|
|
|
|
|
|
'PGK' => { |
2785
|
|
|
|
|
|
|
symbol => 'PGK', |
2786
|
|
|
|
|
|
|
display_name => { |
2787
|
|
|
|
|
|
|
'currency' => q(Papua â Täze Gwineýa kinasy), |
2788
|
|
|
|
|
|
|
'one' => q(papua â täze gwineýa kinasy), |
2789
|
|
|
|
|
|
|
'other' => q(papua â täze gwineýa kinasy), |
2790
|
|
|
|
|
|
|
}, |
2791
|
|
|
|
|
|
|
}, |
2792
|
|
|
|
|
|
|
'PHP' => { |
2793
|
|
|
|
|
|
|
symbol => 'PHP', |
2794
|
|
|
|
|
|
|
display_name => { |
2795
|
|
|
|
|
|
|
'currency' => q(Filippin pesosy), |
2796
|
|
|
|
|
|
|
'one' => q(filippin pesosy), |
2797
|
|
|
|
|
|
|
'other' => q(filippin pesosy), |
2798
|
|
|
|
|
|
|
}, |
2799
|
|
|
|
|
|
|
}, |
2800
|
|
|
|
|
|
|
'PKR' => { |
2801
|
|
|
|
|
|
|
symbol => 'PKR', |
2802
|
|
|
|
|
|
|
display_name => { |
2803
|
|
|
|
|
|
|
'currency' => q(Päkistan rupiýasy), |
2804
|
|
|
|
|
|
|
'one' => q(päkistan rupiýasy), |
2805
|
|
|
|
|
|
|
'other' => q(päkistan rupiýasy), |
2806
|
|
|
|
|
|
|
}, |
2807
|
|
|
|
|
|
|
}, |
2808
|
|
|
|
|
|
|
'PLN' => { |
2809
|
|
|
|
|
|
|
symbol => 'PLN', |
2810
|
|
|
|
|
|
|
display_name => { |
2811
|
|
|
|
|
|
|
'currency' => q(Polýak zloty), |
2812
|
|
|
|
|
|
|
'one' => q(polýak zloty), |
2813
|
|
|
|
|
|
|
'other' => q(polýak zloty), |
2814
|
|
|
|
|
|
|
}, |
2815
|
|
|
|
|
|
|
}, |
2816
|
|
|
|
|
|
|
'PYG' => { |
2817
|
|
|
|
|
|
|
symbol => 'PYG', |
2818
|
|
|
|
|
|
|
display_name => { |
2819
|
|
|
|
|
|
|
'currency' => q(Paragwaý guarani), |
2820
|
|
|
|
|
|
|
'one' => q(paragwaý guarani), |
2821
|
|
|
|
|
|
|
'other' => q(paragwaý guarani), |
2822
|
|
|
|
|
|
|
}, |
2823
|
|
|
|
|
|
|
}, |
2824
|
|
|
|
|
|
|
'QAR' => { |
2825
|
|
|
|
|
|
|
symbol => 'QAR', |
2826
|
|
|
|
|
|
|
display_name => { |
2827
|
|
|
|
|
|
|
'currency' => q(Katar rialy), |
2828
|
|
|
|
|
|
|
'one' => q(katar rialy), |
2829
|
|
|
|
|
|
|
'other' => q(katar rialy), |
2830
|
|
|
|
|
|
|
}, |
2831
|
|
|
|
|
|
|
}, |
2832
|
|
|
|
|
|
|
'RON' => { |
2833
|
|
|
|
|
|
|
symbol => 'RON', |
2834
|
|
|
|
|
|
|
display_name => { |
2835
|
|
|
|
|
|
|
'currency' => q(Rumyn leýi), |
2836
|
|
|
|
|
|
|
'one' => q(rumyn leýi), |
2837
|
|
|
|
|
|
|
'other' => q(rumyn leýi), |
2838
|
|
|
|
|
|
|
}, |
2839
|
|
|
|
|
|
|
}, |
2840
|
|
|
|
|
|
|
'RSD' => { |
2841
|
|
|
|
|
|
|
symbol => 'RSD', |
2842
|
|
|
|
|
|
|
display_name => { |
2843
|
|
|
|
|
|
|
'currency' => q(Serb dinary), |
2844
|
|
|
|
|
|
|
'one' => q(serb dinary), |
2845
|
|
|
|
|
|
|
'other' => q(serb dinary), |
2846
|
|
|
|
|
|
|
}, |
2847
|
|
|
|
|
|
|
}, |
2848
|
|
|
|
|
|
|
'RUB' => { |
2849
|
|
|
|
|
|
|
symbol => 'RUB', |
2850
|
|
|
|
|
|
|
display_name => { |
2851
|
|
|
|
|
|
|
'currency' => q(Rus rubly), |
2852
|
|
|
|
|
|
|
'one' => q(rus rubly), |
2853
|
|
|
|
|
|
|
'other' => q(rus rubly), |
2854
|
|
|
|
|
|
|
}, |
2855
|
|
|
|
|
|
|
}, |
2856
|
|
|
|
|
|
|
'RWF' => { |
2857
|
|
|
|
|
|
|
symbol => 'RWF', |
2858
|
|
|
|
|
|
|
display_name => { |
2859
|
|
|
|
|
|
|
'currency' => q(Rwanda franky), |
2860
|
|
|
|
|
|
|
'one' => q(rwanda franky), |
2861
|
|
|
|
|
|
|
'other' => q(rwanda franky), |
2862
|
|
|
|
|
|
|
}, |
2863
|
|
|
|
|
|
|
}, |
2864
|
|
|
|
|
|
|
'SAR' => { |
2865
|
|
|
|
|
|
|
symbol => 'SAR', |
2866
|
|
|
|
|
|
|
display_name => { |
2867
|
|
|
|
|
|
|
'currency' => q(Saud rialy), |
2868
|
|
|
|
|
|
|
'one' => q(saud rialy), |
2869
|
|
|
|
|
|
|
'other' => q(saud rialy), |
2870
|
|
|
|
|
|
|
}, |
2871
|
|
|
|
|
|
|
}, |
2872
|
|
|
|
|
|
|
'SBD' => { |
2873
|
|
|
|
|
|
|
symbol => 'SBD', |
2874
|
|
|
|
|
|
|
display_name => { |
2875
|
|
|
|
|
|
|
'currency' => q(Solomon adalarynyÅ dollary), |
2876
|
|
|
|
|
|
|
'one' => q(solomon adalarynyÅ dollary), |
2877
|
|
|
|
|
|
|
'other' => q(solomon adalarynyÅ dollary), |
2878
|
|
|
|
|
|
|
}, |
2879
|
|
|
|
|
|
|
}, |
2880
|
|
|
|
|
|
|
'SCR' => { |
2881
|
|
|
|
|
|
|
symbol => 'SCR', |
2882
|
|
|
|
|
|
|
display_name => { |
2883
|
|
|
|
|
|
|
'currency' => q(SeýÅel rupiýasy), |
2884
|
|
|
|
|
|
|
'one' => q(seýÅel rupiýasy), |
2885
|
|
|
|
|
|
|
'other' => q(seýÅel rupiýasy), |
2886
|
|
|
|
|
|
|
}, |
2887
|
|
|
|
|
|
|
}, |
2888
|
|
|
|
|
|
|
'SDG' => { |
2889
|
|
|
|
|
|
|
symbol => 'SDG', |
2890
|
|
|
|
|
|
|
display_name => { |
2891
|
|
|
|
|
|
|
'currency' => q(Sudan funty), |
2892
|
|
|
|
|
|
|
'one' => q(sudan funty), |
2893
|
|
|
|
|
|
|
'other' => q(sudan funty), |
2894
|
|
|
|
|
|
|
}, |
2895
|
|
|
|
|
|
|
}, |
2896
|
|
|
|
|
|
|
'SEK' => { |
2897
|
|
|
|
|
|
|
symbol => 'SEK', |
2898
|
|
|
|
|
|
|
display_name => { |
2899
|
|
|
|
|
|
|
'currency' => q(Åwed kronasy), |
2900
|
|
|
|
|
|
|
'one' => q(Åwed kronasy), |
2901
|
|
|
|
|
|
|
'other' => q(Åwed kronasy), |
2902
|
|
|
|
|
|
|
}, |
2903
|
|
|
|
|
|
|
}, |
2904
|
|
|
|
|
|
|
'SGD' => { |
2905
|
|
|
|
|
|
|
symbol => 'SGD', |
2906
|
|
|
|
|
|
|
display_name => { |
2907
|
|
|
|
|
|
|
'currency' => q(Singapur dollary), |
2908
|
|
|
|
|
|
|
'one' => q(singapur dollary), |
2909
|
|
|
|
|
|
|
'other' => q(singapur dollary), |
2910
|
|
|
|
|
|
|
}, |
2911
|
|
|
|
|
|
|
}, |
2912
|
|
|
|
|
|
|
'SHP' => { |
2913
|
|
|
|
|
|
|
symbol => 'SHP', |
2914
|
|
|
|
|
|
|
display_name => { |
2915
|
|
|
|
|
|
|
'currency' => q(Keramatly Ãelena adasynyÅ funty), |
2916
|
|
|
|
|
|
|
'one' => q(keramatly ýelena adasynyŠfunty), |
2917
|
|
|
|
|
|
|
'other' => q(keramatly ýelena adasynyŠfunty), |
2918
|
|
|
|
|
|
|
}, |
2919
|
|
|
|
|
|
|
}, |
2920
|
|
|
|
|
|
|
'SLL' => { |
2921
|
|
|
|
|
|
|
symbol => 'SLL', |
2922
|
|
|
|
|
|
|
display_name => { |
2923
|
|
|
|
|
|
|
'currency' => q(Leon), |
2924
|
|
|
|
|
|
|
'one' => q(leon), |
2925
|
|
|
|
|
|
|
'other' => q(leon), |
2926
|
|
|
|
|
|
|
}, |
2927
|
|
|
|
|
|
|
}, |
2928
|
|
|
|
|
|
|
'SOS' => { |
2929
|
|
|
|
|
|
|
symbol => 'SOS', |
2930
|
|
|
|
|
|
|
display_name => { |
2931
|
|
|
|
|
|
|
'currency' => q(Somali Åilingi), |
2932
|
|
|
|
|
|
|
'one' => q(somali Åilingi), |
2933
|
|
|
|
|
|
|
'other' => q(somali Åilingi), |
2934
|
|
|
|
|
|
|
}, |
2935
|
|
|
|
|
|
|
}, |
2936
|
|
|
|
|
|
|
'SRD' => { |
2937
|
|
|
|
|
|
|
symbol => 'SRD', |
2938
|
|
|
|
|
|
|
display_name => { |
2939
|
|
|
|
|
|
|
'currency' => q(Surinam dollary), |
2940
|
|
|
|
|
|
|
'one' => q(surinam dollary), |
2941
|
|
|
|
|
|
|
'other' => q(surinam dollary), |
2942
|
|
|
|
|
|
|
}, |
2943
|
|
|
|
|
|
|
}, |
2944
|
|
|
|
|
|
|
'SSP' => { |
2945
|
|
|
|
|
|
|
symbol => 'SSP', |
2946
|
|
|
|
|
|
|
display_name => { |
2947
|
|
|
|
|
|
|
'currency' => q(Günorta sudan funty), |
2948
|
|
|
|
|
|
|
'one' => q(günorta sudan funty), |
2949
|
|
|
|
|
|
|
'other' => q(günorta sudan funty), |
2950
|
|
|
|
|
|
|
}, |
2951
|
|
|
|
|
|
|
}, |
2952
|
|
|
|
|
|
|
'STD' => { |
2953
|
|
|
|
|
|
|
symbol => 'STD', |
2954
|
|
|
|
|
|
|
display_name => { |
2955
|
|
|
|
|
|
|
'currency' => q(San-Tome we Prinsipi dobrasy), |
2956
|
|
|
|
|
|
|
'one' => q(san-tome we prinsipi dobrasy), |
2957
|
|
|
|
|
|
|
'other' => q(san-tome we prinsipi dobrasy), |
2958
|
|
|
|
|
|
|
}, |
2959
|
|
|
|
|
|
|
}, |
2960
|
|
|
|
|
|
|
'SYP' => { |
2961
|
|
|
|
|
|
|
symbol => 'SYP', |
2962
|
|
|
|
|
|
|
display_name => { |
2963
|
|
|
|
|
|
|
'currency' => q(Siriýa funty), |
2964
|
|
|
|
|
|
|
'one' => q(siriýa funty), |
2965
|
|
|
|
|
|
|
'other' => q(siriýa funty), |
2966
|
|
|
|
|
|
|
}, |
2967
|
|
|
|
|
|
|
}, |
2968
|
|
|
|
|
|
|
'SZL' => { |
2969
|
|
|
|
|
|
|
symbol => 'SZL', |
2970
|
|
|
|
|
|
|
display_name => { |
2971
|
|
|
|
|
|
|
'currency' => q(Swazi lilangeni), |
2972
|
|
|
|
|
|
|
'one' => q(swazi lilangeni), |
2973
|
|
|
|
|
|
|
'other' => q(swazi lilangeni), |
2974
|
|
|
|
|
|
|
}, |
2975
|
|
|
|
|
|
|
}, |
2976
|
|
|
|
|
|
|
'THB' => { |
2977
|
|
|
|
|
|
|
symbol => 'THB', |
2978
|
|
|
|
|
|
|
display_name => { |
2979
|
|
|
|
|
|
|
'currency' => q(Taýland baty), |
2980
|
|
|
|
|
|
|
'one' => q(taýland baty), |
2981
|
|
|
|
|
|
|
'other' => q(taýland baty), |
2982
|
|
|
|
|
|
|
}, |
2983
|
|
|
|
|
|
|
}, |
2984
|
|
|
|
|
|
|
'TJS' => { |
2985
|
|
|
|
|
|
|
symbol => 'TJS', |
2986
|
|
|
|
|
|
|
display_name => { |
2987
|
|
|
|
|
|
|
'currency' => q(Täjik somonisy), |
2988
|
|
|
|
|
|
|
'one' => q(täjik somonisy), |
2989
|
|
|
|
|
|
|
'other' => q(täjik somonisy), |
2990
|
|
|
|
|
|
|
}, |
2991
|
|
|
|
|
|
|
}, |
2992
|
|
|
|
|
|
|
'TMT' => { |
2993
|
|
|
|
|
|
|
symbol => 'TMT', |
2994
|
|
|
|
|
|
|
display_name => { |
2995
|
|
|
|
|
|
|
'currency' => q(Türkmen manaty), |
2996
|
|
|
|
|
|
|
'one' => q(türkmen manaty), |
2997
|
|
|
|
|
|
|
'other' => q(türkmen manaty), |
2998
|
|
|
|
|
|
|
}, |
2999
|
|
|
|
|
|
|
}, |
3000
|
|
|
|
|
|
|
'TND' => { |
3001
|
|
|
|
|
|
|
symbol => 'TND', |
3002
|
|
|
|
|
|
|
display_name => { |
3003
|
|
|
|
|
|
|
'currency' => q(Tunis dinary), |
3004
|
|
|
|
|
|
|
'one' => q(tunis dinary), |
3005
|
|
|
|
|
|
|
'other' => q(tunis dinary), |
3006
|
|
|
|
|
|
|
}, |
3007
|
|
|
|
|
|
|
}, |
3008
|
|
|
|
|
|
|
'TOP' => { |
3009
|
|
|
|
|
|
|
symbol => 'TOP', |
3010
|
|
|
|
|
|
|
display_name => { |
3011
|
|
|
|
|
|
|
'currency' => q(Tonga paangasy), |
3012
|
|
|
|
|
|
|
'one' => q(tonga paangasy), |
3013
|
|
|
|
|
|
|
'other' => q(tonga paangasy), |
3014
|
|
|
|
|
|
|
}, |
3015
|
|
|
|
|
|
|
}, |
3016
|
|
|
|
|
|
|
'TRY' => { |
3017
|
|
|
|
|
|
|
symbol => 'TRY', |
3018
|
|
|
|
|
|
|
display_name => { |
3019
|
|
|
|
|
|
|
'currency' => q(Türk lirasy), |
3020
|
|
|
|
|
|
|
'one' => q(türk lirasy), |
3021
|
|
|
|
|
|
|
'other' => q(türk lirasy), |
3022
|
|
|
|
|
|
|
}, |
3023
|
|
|
|
|
|
|
}, |
3024
|
|
|
|
|
|
|
'TTD' => { |
3025
|
|
|
|
|
|
|
symbol => 'TTD', |
3026
|
|
|
|
|
|
|
display_name => { |
3027
|
|
|
|
|
|
|
'currency' => q(Trininad we Tobago dollary), |
3028
|
|
|
|
|
|
|
'one' => q(trininad we tobago dollary), |
3029
|
|
|
|
|
|
|
'other' => q(trininad we tobago dollary), |
3030
|
|
|
|
|
|
|
}, |
3031
|
|
|
|
|
|
|
}, |
3032
|
|
|
|
|
|
|
'TWD' => { |
3033
|
|
|
|
|
|
|
symbol => 'NT$', |
3034
|
|
|
|
|
|
|
display_name => { |
3035
|
|
|
|
|
|
|
'currency' => q(Täze Taýwan dollary), |
3036
|
|
|
|
|
|
|
'one' => q(täze taýwan dollary), |
3037
|
|
|
|
|
|
|
'other' => q(täze taýwan dollary), |
3038
|
|
|
|
|
|
|
}, |
3039
|
|
|
|
|
|
|
}, |
3040
|
|
|
|
|
|
|
'TZS' => { |
3041
|
|
|
|
|
|
|
symbol => 'TZS', |
3042
|
|
|
|
|
|
|
display_name => { |
3043
|
|
|
|
|
|
|
'currency' => q(Tanzaniýa Åilingi), |
3044
|
|
|
|
|
|
|
'one' => q(tanzaniýa Åilingi), |
3045
|
|
|
|
|
|
|
'other' => q(tanzaniýa Åilingi), |
3046
|
|
|
|
|
|
|
}, |
3047
|
|
|
|
|
|
|
}, |
3048
|
|
|
|
|
|
|
'UAH' => { |
3049
|
|
|
|
|
|
|
symbol => 'UAH', |
3050
|
|
|
|
|
|
|
display_name => { |
3051
|
|
|
|
|
|
|
'currency' => q(Ukrain griwnasy), |
3052
|
|
|
|
|
|
|
'one' => q(ukrain griwnasy), |
3053
|
|
|
|
|
|
|
'other' => q(ukrain griwnasy), |
3054
|
|
|
|
|
|
|
}, |
3055
|
|
|
|
|
|
|
}, |
3056
|
|
|
|
|
|
|
'UGX' => { |
3057
|
|
|
|
|
|
|
symbol => 'UGX', |
3058
|
|
|
|
|
|
|
display_name => { |
3059
|
|
|
|
|
|
|
'currency' => q(Uganda Åilingi), |
3060
|
|
|
|
|
|
|
'one' => q(uganda Åilingi), |
3061
|
|
|
|
|
|
|
'other' => q(uganda Åilingi), |
3062
|
|
|
|
|
|
|
}, |
3063
|
|
|
|
|
|
|
}, |
3064
|
|
|
|
|
|
|
'USD' => { |
3065
|
|
|
|
|
|
|
symbol => 'US$', |
3066
|
|
|
|
|
|
|
display_name => { |
3067
|
|
|
|
|
|
|
'currency' => q(ABÅ dollary), |
3068
|
|
|
|
|
|
|
'one' => q(ABÅ dollary), |
3069
|
|
|
|
|
|
|
'other' => q(ABÅ dollary), |
3070
|
|
|
|
|
|
|
}, |
3071
|
|
|
|
|
|
|
}, |
3072
|
|
|
|
|
|
|
'UYU' => { |
3073
|
|
|
|
|
|
|
symbol => 'UYU', |
3074
|
|
|
|
|
|
|
display_name => { |
3075
|
|
|
|
|
|
|
'currency' => q(Urugwaý pesosy), |
3076
|
|
|
|
|
|
|
'one' => q(urugwaý pesosy), |
3077
|
|
|
|
|
|
|
'other' => q(urugwaý pesosy), |
3078
|
|
|
|
|
|
|
}, |
3079
|
|
|
|
|
|
|
}, |
3080
|
|
|
|
|
|
|
'UZS' => { |
3081
|
|
|
|
|
|
|
symbol => 'UZS', |
3082
|
|
|
|
|
|
|
display_name => { |
3083
|
|
|
|
|
|
|
'currency' => q(Ãzbek somy), |
3084
|
|
|
|
|
|
|
'one' => q(özbek somy), |
3085
|
|
|
|
|
|
|
'other' => q(özbek somy), |
3086
|
|
|
|
|
|
|
}, |
3087
|
|
|
|
|
|
|
}, |
3088
|
|
|
|
|
|
|
'VEF' => { |
3089
|
|
|
|
|
|
|
symbol => 'VEF', |
3090
|
|
|
|
|
|
|
display_name => { |
3091
|
|
|
|
|
|
|
'currency' => q(Wenezuela boliwary), |
3092
|
|
|
|
|
|
|
'one' => q(wenezuela boliwary), |
3093
|
|
|
|
|
|
|
'other' => q(wenezuela boliwary), |
3094
|
|
|
|
|
|
|
}, |
3095
|
|
|
|
|
|
|
}, |
3096
|
|
|
|
|
|
|
'VND' => { |
3097
|
|
|
|
|
|
|
symbol => 'â«', |
3098
|
|
|
|
|
|
|
display_name => { |
3099
|
|
|
|
|
|
|
'currency' => q(Wýetnam dongy), |
3100
|
|
|
|
|
|
|
'one' => q(wýetnam dongy), |
3101
|
|
|
|
|
|
|
'other' => q(wýetnam dongy), |
3102
|
|
|
|
|
|
|
}, |
3103
|
|
|
|
|
|
|
}, |
3104
|
|
|
|
|
|
|
'VUV' => { |
3105
|
|
|
|
|
|
|
symbol => 'VUV', |
3106
|
|
|
|
|
|
|
display_name => { |
3107
|
|
|
|
|
|
|
'currency' => q(Wanuatu watusy), |
3108
|
|
|
|
|
|
|
'one' => q(wanuatu watusy), |
3109
|
|
|
|
|
|
|
'other' => q(wanuatu watusy), |
3110
|
|
|
|
|
|
|
}, |
3111
|
|
|
|
|
|
|
}, |
3112
|
|
|
|
|
|
|
'WST' => { |
3113
|
|
|
|
|
|
|
symbol => 'WST', |
3114
|
|
|
|
|
|
|
display_name => { |
3115
|
|
|
|
|
|
|
'currency' => q(Samoa talasy), |
3116
|
|
|
|
|
|
|
'one' => q(samoa talasy), |
3117
|
|
|
|
|
|
|
'other' => q(samoa talasy), |
3118
|
|
|
|
|
|
|
}, |
3119
|
|
|
|
|
|
|
}, |
3120
|
|
|
|
|
|
|
'XAF' => { |
3121
|
|
|
|
|
|
|
symbol => 'FCFA', |
3122
|
|
|
|
|
|
|
display_name => { |
3123
|
|
|
|
|
|
|
'currency' => q(KFA BEAC franky), |
3124
|
|
|
|
|
|
|
'one' => q(KFA BEAC franky), |
3125
|
|
|
|
|
|
|
'other' => q(KFA BEAC franky), |
3126
|
|
|
|
|
|
|
}, |
3127
|
|
|
|
|
|
|
}, |
3128
|
|
|
|
|
|
|
'XCD' => { |
3129
|
|
|
|
|
|
|
symbol => 'EC$', |
3130
|
|
|
|
|
|
|
display_name => { |
3131
|
|
|
|
|
|
|
'currency' => q(Gündogar karib dollary), |
3132
|
|
|
|
|
|
|
'one' => q(gündogar karib dollary), |
3133
|
|
|
|
|
|
|
'other' => q(gündogar karib dollary), |
3134
|
|
|
|
|
|
|
}, |
3135
|
|
|
|
|
|
|
}, |
3136
|
|
|
|
|
|
|
'XOF' => { |
3137
|
|
|
|
|
|
|
symbol => 'CFA', |
3138
|
|
|
|
|
|
|
display_name => { |
3139
|
|
|
|
|
|
|
'currency' => q(KFA BCEAO franky), |
3140
|
|
|
|
|
|
|
'one' => q(KFA BCEAO franky), |
3141
|
|
|
|
|
|
|
'other' => q(KFA BCEAO franky), |
3142
|
|
|
|
|
|
|
}, |
3143
|
|
|
|
|
|
|
}, |
3144
|
|
|
|
|
|
|
'XPF' => { |
3145
|
|
|
|
|
|
|
symbol => 'CFPF', |
3146
|
|
|
|
|
|
|
display_name => { |
3147
|
|
|
|
|
|
|
'currency' => q(Fransuz ýuwaŠumman franky), |
3148
|
|
|
|
|
|
|
'one' => q(fransuz ýuwaŠumman franky), |
3149
|
|
|
|
|
|
|
'other' => q(fransuz ýuwaŠumman franky), |
3150
|
|
|
|
|
|
|
}, |
3151
|
|
|
|
|
|
|
}, |
3152
|
|
|
|
|
|
|
'XXX' => { |
3153
|
|
|
|
|
|
|
display_name => { |
3154
|
|
|
|
|
|
|
'currency' => q(Näbelli ýa-da ýöremeýän pul birligi), |
3155
|
|
|
|
|
|
|
'one' => q(näbelli ýa-da ýöremeýän pul birligi), |
3156
|
|
|
|
|
|
|
'other' => q(näbelli ýa-da ýöremeýän pul birligi), |
3157
|
|
|
|
|
|
|
}, |
3158
|
|
|
|
|
|
|
}, |
3159
|
|
|
|
|
|
|
'YER' => { |
3160
|
|
|
|
|
|
|
symbol => 'YER', |
3161
|
|
|
|
|
|
|
display_name => { |
3162
|
|
|
|
|
|
|
'currency' => q(Ãemen rialy), |
3163
|
|
|
|
|
|
|
'one' => q(ýemen rialy), |
3164
|
|
|
|
|
|
|
'other' => q(ýemen rialy), |
3165
|
|
|
|
|
|
|
}, |
3166
|
|
|
|
|
|
|
}, |
3167
|
|
|
|
|
|
|
'ZAR' => { |
3168
|
|
|
|
|
|
|
symbol => 'ZAR', |
3169
|
|
|
|
|
|
|
display_name => { |
3170
|
|
|
|
|
|
|
'currency' => q(Günorta Afrika rendi), |
3171
|
|
|
|
|
|
|
'one' => q(günorta afrika rendi), |
3172
|
|
|
|
|
|
|
'other' => q(günorta afrika rendi), |
3173
|
|
|
|
|
|
|
}, |
3174
|
|
|
|
|
|
|
}, |
3175
|
|
|
|
|
|
|
'ZMW' => { |
3176
|
|
|
|
|
|
|
symbol => 'ZMW', |
3177
|
|
|
|
|
|
|
display_name => { |
3178
|
|
|
|
|
|
|
'currency' => q(Zambiýa kwaçasy), |
3179
|
|
|
|
|
|
|
'one' => q(zambiýa kwaçasy), |
3180
|
|
|
|
|
|
|
'other' => q(zambiýa kwaçasy), |
3181
|
|
|
|
|
|
|
}, |
3182
|
|
|
|
|
|
|
}, |
3183
|
|
|
|
|
|
|
} }, |
3184
|
|
|
|
|
|
|
); |
3185
|
|
|
|
|
|
|
|
3186
|
|
|
|
|
|
|
|
3187
|
|
|
|
|
|
|
has 'calendar_months' => ( |
3188
|
|
|
|
|
|
|
is => 'ro', |
3189
|
|
|
|
|
|
|
isa => HashRef, |
3190
|
|
|
|
|
|
|
init_arg => undef, |
3191
|
|
|
|
|
|
|
default => sub { { |
3192
|
|
|
|
|
|
|
'gregorian' => { |
3193
|
|
|
|
|
|
|
'format' => { |
3194
|
|
|
|
|
|
|
abbreviated => { |
3195
|
|
|
|
|
|
|
nonleap => [ |
3196
|
|
|
|
|
|
|
'ýan', |
3197
|
|
|
|
|
|
|
'few', |
3198
|
|
|
|
|
|
|
'mart', |
3199
|
|
|
|
|
|
|
'apr', |
3200
|
|
|
|
|
|
|
'maý', |
3201
|
|
|
|
|
|
|
'iýun', |
3202
|
|
|
|
|
|
|
'iýul', |
3203
|
|
|
|
|
|
|
'awg', |
3204
|
|
|
|
|
|
|
'sen', |
3205
|
|
|
|
|
|
|
'okt', |
3206
|
|
|
|
|
|
|
'noý', |
3207
|
|
|
|
|
|
|
'dek' |
3208
|
|
|
|
|
|
|
], |
3209
|
|
|
|
|
|
|
leap => [ |
3210
|
|
|
|
|
|
|
|
3211
|
|
|
|
|
|
|
], |
3212
|
|
|
|
|
|
|
}, |
3213
|
|
|
|
|
|
|
wide => { |
3214
|
|
|
|
|
|
|
nonleap => [ |
3215
|
|
|
|
|
|
|
'ýanwar', |
3216
|
|
|
|
|
|
|
'fewral', |
3217
|
|
|
|
|
|
|
'mart', |
3218
|
|
|
|
|
|
|
'aprel', |
3219
|
|
|
|
|
|
|
'maý', |
3220
|
|
|
|
|
|
|
'iýun', |
3221
|
|
|
|
|
|
|
'iýul', |
3222
|
|
|
|
|
|
|
'awgust', |
3223
|
|
|
|
|
|
|
'sentýabr', |
3224
|
|
|
|
|
|
|
'oktýabr', |
3225
|
|
|
|
|
|
|
'noýabr', |
3226
|
|
|
|
|
|
|
'dekabr' |
3227
|
|
|
|
|
|
|
], |
3228
|
|
|
|
|
|
|
leap => [ |
3229
|
|
|
|
|
|
|
|
3230
|
|
|
|
|
|
|
], |
3231
|
|
|
|
|
|
|
}, |
3232
|
|
|
|
|
|
|
}, |
3233
|
|
|
|
|
|
|
'stand-alone' => { |
3234
|
|
|
|
|
|
|
narrow => { |
3235
|
|
|
|
|
|
|
nonleap => [ |
3236
|
|
|
|
|
|
|
'Ã', |
3237
|
|
|
|
|
|
|
'F', |
3238
|
|
|
|
|
|
|
'M', |
3239
|
|
|
|
|
|
|
'A', |
3240
|
|
|
|
|
|
|
'M', |
3241
|
|
|
|
|
|
|
'I', |
3242
|
|
|
|
|
|
|
'I', |
3243
|
|
|
|
|
|
|
'A', |
3244
|
|
|
|
|
|
|
'S', |
3245
|
|
|
|
|
|
|
'O', |
3246
|
|
|
|
|
|
|
'N', |
3247
|
|
|
|
|
|
|
'D' |
3248
|
|
|
|
|
|
|
], |
3249
|
|
|
|
|
|
|
leap => [ |
3250
|
|
|
|
|
|
|
|
3251
|
|
|
|
|
|
|
], |
3252
|
|
|
|
|
|
|
}, |
3253
|
|
|
|
|
|
|
}, |
3254
|
|
|
|
|
|
|
}, |
3255
|
|
|
|
|
|
|
} }, |
3256
|
|
|
|
|
|
|
); |
3257
|
|
|
|
|
|
|
|
3258
|
|
|
|
|
|
|
has 'calendar_days' => ( |
3259
|
|
|
|
|
|
|
is => 'ro', |
3260
|
|
|
|
|
|
|
isa => HashRef, |
3261
|
|
|
|
|
|
|
init_arg => undef, |
3262
|
|
|
|
|
|
|
default => sub { { |
3263
|
|
|
|
|
|
|
'generic' => { |
3264
|
|
|
|
|
|
|
'format' => { |
3265
|
|
|
|
|
|
|
abbreviated => { |
3266
|
|
|
|
|
|
|
mon => 'db', |
3267
|
|
|
|
|
|
|
tue => 'sb', |
3268
|
|
|
|
|
|
|
wed => 'çb', |
3269
|
|
|
|
|
|
|
thu => 'pb', |
3270
|
|
|
|
|
|
|
fri => 'an', |
3271
|
|
|
|
|
|
|
sat => 'Åb', |
3272
|
|
|
|
|
|
|
sun => 'ýb' |
3273
|
|
|
|
|
|
|
}, |
3274
|
|
|
|
|
|
|
wide => { |
3275
|
|
|
|
|
|
|
mon => 'duÅenbe', |
3276
|
|
|
|
|
|
|
tue => 'siÅenbe', |
3277
|
|
|
|
|
|
|
wed => 'çarÅenbe', |
3278
|
|
|
|
|
|
|
thu => 'penÅenbe', |
3279
|
|
|
|
|
|
|
fri => 'anna', |
3280
|
|
|
|
|
|
|
sat => 'Åenbe', |
3281
|
|
|
|
|
|
|
sun => 'ýekÅenbe' |
3282
|
|
|
|
|
|
|
}, |
3283
|
|
|
|
|
|
|
}, |
3284
|
|
|
|
|
|
|
'stand-alone' => { |
3285
|
|
|
|
|
|
|
narrow => { |
3286
|
|
|
|
|
|
|
mon => 'D', |
3287
|
|
|
|
|
|
|
tue => 'S', |
3288
|
|
|
|
|
|
|
wed => 'Ã', |
3289
|
|
|
|
|
|
|
thu => 'P', |
3290
|
|
|
|
|
|
|
fri => 'A', |
3291
|
|
|
|
|
|
|
sat => 'Å', |
3292
|
|
|
|
|
|
|
sun => 'Ã' |
3293
|
|
|
|
|
|
|
}, |
3294
|
|
|
|
|
|
|
}, |
3295
|
|
|
|
|
|
|
}, |
3296
|
|
|
|
|
|
|
'gregorian' => { |
3297
|
|
|
|
|
|
|
'format' => { |
3298
|
|
|
|
|
|
|
abbreviated => { |
3299
|
|
|
|
|
|
|
mon => 'db', |
3300
|
|
|
|
|
|
|
tue => 'sb', |
3301
|
|
|
|
|
|
|
wed => 'çb', |
3302
|
|
|
|
|
|
|
thu => 'pb', |
3303
|
|
|
|
|
|
|
fri => 'an', |
3304
|
|
|
|
|
|
|
sat => 'Åb', |
3305
|
|
|
|
|
|
|
sun => 'ýb' |
3306
|
|
|
|
|
|
|
}, |
3307
|
|
|
|
|
|
|
wide => { |
3308
|
|
|
|
|
|
|
mon => 'duÅenbe', |
3309
|
|
|
|
|
|
|
tue => 'siÅenbe', |
3310
|
|
|
|
|
|
|
wed => 'çarÅenbe', |
3311
|
|
|
|
|
|
|
thu => 'penÅenbe', |
3312
|
|
|
|
|
|
|
fri => 'anna', |
3313
|
|
|
|
|
|
|
sat => 'Åenbe', |
3314
|
|
|
|
|
|
|
sun => 'ýekÅenbe' |
3315
|
|
|
|
|
|
|
}, |
3316
|
|
|
|
|
|
|
}, |
3317
|
|
|
|
|
|
|
'stand-alone' => { |
3318
|
|
|
|
|
|
|
narrow => { |
3319
|
|
|
|
|
|
|
mon => 'D', |
3320
|
|
|
|
|
|
|
tue => 'S', |
3321
|
|
|
|
|
|
|
wed => 'Ã', |
3322
|
|
|
|
|
|
|
thu => 'P', |
3323
|
|
|
|
|
|
|
fri => 'A', |
3324
|
|
|
|
|
|
|
sat => 'Å', |
3325
|
|
|
|
|
|
|
sun => 'Ã' |
3326
|
|
|
|
|
|
|
}, |
3327
|
|
|
|
|
|
|
}, |
3328
|
|
|
|
|
|
|
}, |
3329
|
|
|
|
|
|
|
} }, |
3330
|
|
|
|
|
|
|
); |
3331
|
|
|
|
|
|
|
|
3332
|
|
|
|
|
|
|
has 'eras' => ( |
3333
|
|
|
|
|
|
|
is => 'ro', |
3334
|
|
|
|
|
|
|
isa => HashRef, |
3335
|
|
|
|
|
|
|
init_arg => undef, |
3336
|
|
|
|
|
|
|
default => sub { { |
3337
|
|
|
|
|
|
|
'generic' => { |
3338
|
|
|
|
|
|
|
}, |
3339
|
|
|
|
|
|
|
'gregorian' => { |
3340
|
|
|
|
|
|
|
}, |
3341
|
|
|
|
|
|
|
} }, |
3342
|
|
|
|
|
|
|
); |
3343
|
|
|
|
|
|
|
|
3344
|
|
|
|
|
|
|
has 'date_formats' => ( |
3345
|
|
|
|
|
|
|
is => 'ro', |
3346
|
|
|
|
|
|
|
isa => HashRef, |
3347
|
|
|
|
|
|
|
init_arg => undef, |
3348
|
|
|
|
|
|
|
default => sub { { |
3349
|
|
|
|
|
|
|
'generic' => { |
3350
|
|
|
|
|
|
|
'full' => q{d MMMM y G EEEE}, |
3351
|
|
|
|
|
|
|
'long' => q{d MMMM y G}, |
3352
|
|
|
|
|
|
|
'medium' => q{d MMM y G}, |
3353
|
|
|
|
|
|
|
'short' => q{dd.MM.y GGGGG}, |
3354
|
|
|
|
|
|
|
}, |
3355
|
|
|
|
|
|
|
'gregorian' => { |
3356
|
|
|
|
|
|
|
'full' => q{d MMMM y EEEE}, |
3357
|
|
|
|
|
|
|
'long' => q{d MMMM y}, |
3358
|
|
|
|
|
|
|
'medium' => q{d MMM y}, |
3359
|
|
|
|
|
|
|
'short' => q{dd.MM.y}, |
3360
|
|
|
|
|
|
|
}, |
3361
|
|
|
|
|
|
|
} }, |
3362
|
|
|
|
|
|
|
); |
3363
|
|
|
|
|
|
|
|
3364
|
|
|
|
|
|
|
has 'time_formats' => ( |
3365
|
|
|
|
|
|
|
is => 'ro', |
3366
|
|
|
|
|
|
|
isa => HashRef, |
3367
|
|
|
|
|
|
|
init_arg => undef, |
3368
|
|
|
|
|
|
|
default => sub { { |
3369
|
|
|
|
|
|
|
'generic' => { |
3370
|
|
|
|
|
|
|
'full' => q{HH:mm:ss zzzz}, |
3371
|
|
|
|
|
|
|
'long' => q{HH:mm:ss z}, |
3372
|
|
|
|
|
|
|
'medium' => q{HH:mm:ss}, |
3373
|
|
|
|
|
|
|
'short' => q{HH:mm}, |
3374
|
|
|
|
|
|
|
}, |
3375
|
|
|
|
|
|
|
'gregorian' => { |
3376
|
|
|
|
|
|
|
'full' => q{HH:mm:ss zzzz}, |
3377
|
|
|
|
|
|
|
'long' => q{HH:mm:ss z}, |
3378
|
|
|
|
|
|
|
'medium' => q{HH:mm:ss}, |
3379
|
|
|
|
|
|
|
'short' => q{HH:mm}, |
3380
|
|
|
|
|
|
|
}, |
3381
|
|
|
|
|
|
|
} }, |
3382
|
|
|
|
|
|
|
); |
3383
|
|
|
|
|
|
|
|
3384
|
|
|
|
|
|
|
has 'datetime_formats' => ( |
3385
|
|
|
|
|
|
|
is => 'ro', |
3386
|
|
|
|
|
|
|
isa => HashRef, |
3387
|
|
|
|
|
|
|
init_arg => undef, |
3388
|
|
|
|
|
|
|
default => sub { { |
3389
|
|
|
|
|
|
|
'generic' => { |
3390
|
|
|
|
|
|
|
}, |
3391
|
|
|
|
|
|
|
'gregorian' => { |
3392
|
|
|
|
|
|
|
}, |
3393
|
|
|
|
|
|
|
} }, |
3394
|
|
|
|
|
|
|
); |
3395
|
|
|
|
|
|
|
|
3396
|
|
|
|
|
|
|
has 'datetime_formats_available_formats' => ( |
3397
|
|
|
|
|
|
|
is => 'ro', |
3398
|
|
|
|
|
|
|
isa => HashRef, |
3399
|
|
|
|
|
|
|
init_arg => undef, |
3400
|
|
|
|
|
|
|
default => sub { { |
3401
|
|
|
|
|
|
|
'gregorian' => { |
3402
|
|
|
|
|
|
|
Ed => q{d E}, |
3403
|
|
|
|
|
|
|
H => q{HH}, |
3404
|
|
|
|
|
|
|
Hm => q{HH:mm}, |
3405
|
|
|
|
|
|
|
Hms => q{HH:mm:ss}, |
3406
|
|
|
|
|
|
|
M => q{L}, |
3407
|
|
|
|
|
|
|
MEd => q{dd.MM E}, |
3408
|
|
|
|
|
|
|
MMM => q{LLL}, |
3409
|
|
|
|
|
|
|
MMMEd => q{d MMM E}, |
3410
|
|
|
|
|
|
|
MMMMEd => q{d MMMM E}, |
3411
|
|
|
|
|
|
|
MMMMd => q{d MMMM}, |
3412
|
|
|
|
|
|
|
MMMd => q{d MMM}, |
3413
|
|
|
|
|
|
|
Md => q{dd.MM}, |
3414
|
|
|
|
|
|
|
d => q{d}, |
3415
|
|
|
|
|
|
|
hm => q{h:mm a}, |
3416
|
|
|
|
|
|
|
hms => q{h:mm:ss a}, |
3417
|
|
|
|
|
|
|
mmss => q{mm:ss}, |
3418
|
|
|
|
|
|
|
ms => q{mm:ss}, |
3419
|
|
|
|
|
|
|
y => q{y}, |
3420
|
|
|
|
|
|
|
yM => q{MM.y}, |
3421
|
|
|
|
|
|
|
yMEd => q{dd.MM.y E}, |
3422
|
|
|
|
|
|
|
yMMM => q{MMM y}, |
3423
|
|
|
|
|
|
|
yMMMEd => q{d MMM y E}, |
3424
|
|
|
|
|
|
|
yMMMM => q{MMMM y}, |
3425
|
|
|
|
|
|
|
yMMMd => q{d MMM y}, |
3426
|
|
|
|
|
|
|
yMd => q{dd.MM.y}, |
3427
|
|
|
|
|
|
|
}, |
3428
|
|
|
|
|
|
|
'generic' => { |
3429
|
|
|
|
|
|
|
Ed => q{d E}, |
3430
|
|
|
|
|
|
|
H => q{HH}, |
3431
|
|
|
|
|
|
|
Hm => q{HH:mm}, |
3432
|
|
|
|
|
|
|
Hms => q{HH:mm:ss}, |
3433
|
|
|
|
|
|
|
M => q{L}, |
3434
|
|
|
|
|
|
|
MEd => q{dd.MM E}, |
3435
|
|
|
|
|
|
|
MMM => q{LLL}, |
3436
|
|
|
|
|
|
|
MMMEd => q{d MMM E}, |
3437
|
|
|
|
|
|
|
MMMMEd => q{d MMMM E}, |
3438
|
|
|
|
|
|
|
MMMMd => q{d MMMM}, |
3439
|
|
|
|
|
|
|
MMMd => q{d MMM}, |
3440
|
|
|
|
|
|
|
Md => q{dd.MM}, |
3441
|
|
|
|
|
|
|
d => q{d}, |
3442
|
|
|
|
|
|
|
hm => q{h:mm a}, |
3443
|
|
|
|
|
|
|
hms => q{h:mm:ss a}, |
3444
|
|
|
|
|
|
|
mmss => q{mm:ss}, |
3445
|
|
|
|
|
|
|
ms => q{mm:ss}, |
3446
|
|
|
|
|
|
|
y => q{y}, |
3447
|
|
|
|
|
|
|
yM => q{MM.y}, |
3448
|
|
|
|
|
|
|
yMEd => q{dd.MM.y E}, |
3449
|
|
|
|
|
|
|
yMMM => q{MMM y}, |
3450
|
|
|
|
|
|
|
yMMMEd => q{d MMM y E}, |
3451
|
|
|
|
|
|
|
yMMMM => q{MMMM y}, |
3452
|
|
|
|
|
|
|
yMMMd => q{d MMM y}, |
3453
|
|
|
|
|
|
|
yMd => q{dd.MM.y}, |
3454
|
|
|
|
|
|
|
}, |
3455
|
|
|
|
|
|
|
} }, |
3456
|
|
|
|
|
|
|
); |
3457
|
|
|
|
|
|
|
|
3458
|
|
|
|
|
|
|
has 'datetime_formats_append_item' => ( |
3459
|
|
|
|
|
|
|
is => 'ro', |
3460
|
|
|
|
|
|
|
isa => HashRef, |
3461
|
|
|
|
|
|
|
init_arg => undef, |
3462
|
|
|
|
|
|
|
default => sub { { |
3463
|
|
|
|
|
|
|
} }, |
3464
|
|
|
|
|
|
|
); |
3465
|
|
|
|
|
|
|
|
3466
|
|
|
|
|
|
|
has 'datetime_formats_interval' => ( |
3467
|
|
|
|
|
|
|
is => 'ro', |
3468
|
|
|
|
|
|
|
isa => HashRef, |
3469
|
|
|
|
|
|
|
init_arg => undef, |
3470
|
|
|
|
|
|
|
default => sub { { |
3471
|
|
|
|
|
|
|
'gregorian' => { |
3472
|
|
|
|
|
|
|
H => { |
3473
|
|
|
|
|
|
|
H => q{HHâHH}, |
3474
|
|
|
|
|
|
|
}, |
3475
|
|
|
|
|
|
|
Hm => { |
3476
|
|
|
|
|
|
|
H => q{HH:mmâHH:mm}, |
3477
|
|
|
|
|
|
|
m => q{HH:mmâHH:mm}, |
3478
|
|
|
|
|
|
|
}, |
3479
|
|
|
|
|
|
|
Hmv => { |
3480
|
|
|
|
|
|
|
H => q{HH:mmâHH:mm v}, |
3481
|
|
|
|
|
|
|
m => q{HH:mmâHH:mm v}, |
3482
|
|
|
|
|
|
|
}, |
3483
|
|
|
|
|
|
|
Hv => { |
3484
|
|
|
|
|
|
|
H => q{HHâHH v}, |
3485
|
|
|
|
|
|
|
}, |
3486
|
|
|
|
|
|
|
M => { |
3487
|
|
|
|
|
|
|
M => q{MM â MM}, |
3488
|
|
|
|
|
|
|
}, |
3489
|
|
|
|
|
|
|
MEd => { |
3490
|
|
|
|
|
|
|
M => q{dd.MM E â dd.MM E}, |
3491
|
|
|
|
|
|
|
d => q{dd.MM E â dd.MM E}, |
3492
|
|
|
|
|
|
|
}, |
3493
|
|
|
|
|
|
|
MMM => { |
3494
|
|
|
|
|
|
|
M => q{MMMâMMM}, |
3495
|
|
|
|
|
|
|
}, |
3496
|
|
|
|
|
|
|
MMMEd => { |
3497
|
|
|
|
|
|
|
M => q{d MMM E â d MMM E}, |
3498
|
|
|
|
|
|
|
d => q{d MMM E â d MMM E}, |
3499
|
|
|
|
|
|
|
}, |
3500
|
|
|
|
|
|
|
MMMd => { |
3501
|
|
|
|
|
|
|
M => q{d MMM â d MMM}, |
3502
|
|
|
|
|
|
|
d => q{d â d MMM}, |
3503
|
|
|
|
|
|
|
}, |
3504
|
|
|
|
|
|
|
Md => { |
3505
|
|
|
|
|
|
|
M => q{dd.MM â dd.MM}, |
3506
|
|
|
|
|
|
|
d => q{dd.MM â dd.MM}, |
3507
|
|
|
|
|
|
|
}, |
3508
|
|
|
|
|
|
|
d => { |
3509
|
|
|
|
|
|
|
d => q{dâd}, |
3510
|
|
|
|
|
|
|
}, |
3511
|
|
|
|
|
|
|
fallback => '{0} - {1}', |
3512
|
|
|
|
|
|
|
h => { |
3513
|
|
|
|
|
|
|
a => q{h a â h a}, |
3514
|
|
|
|
|
|
|
h => q{hâh a}, |
3515
|
|
|
|
|
|
|
}, |
3516
|
|
|
|
|
|
|
hm => { |
3517
|
|
|
|
|
|
|
a => q{h:mm a â h:mm a}, |
3518
|
|
|
|
|
|
|
h => q{h:mmâh:mm a}, |
3519
|
|
|
|
|
|
|
m => q{h:mmâh:mm a}, |
3520
|
|
|
|
|
|
|
}, |
3521
|
|
|
|
|
|
|
hmv => { |
3522
|
|
|
|
|
|
|
a => q{h:mm a â h:mm a v}, |
3523
|
|
|
|
|
|
|
h => q{h:mmâh:mm a v}, |
3524
|
|
|
|
|
|
|
m => q{h:mmâh:mm a v}, |
3525
|
|
|
|
|
|
|
}, |
3526
|
|
|
|
|
|
|
hv => { |
3527
|
|
|
|
|
|
|
a => q{h a â h a v}, |
3528
|
|
|
|
|
|
|
h => q{hâh a v}, |
3529
|
|
|
|
|
|
|
}, |
3530
|
|
|
|
|
|
|
y => { |
3531
|
|
|
|
|
|
|
y => q{yây}, |
3532
|
|
|
|
|
|
|
}, |
3533
|
|
|
|
|
|
|
yM => { |
3534
|
|
|
|
|
|
|
M => q{MM.y â MM.y}, |
3535
|
|
|
|
|
|
|
y => q{MM.y â MM.y}, |
3536
|
|
|
|
|
|
|
}, |
3537
|
|
|
|
|
|
|
yMEd => { |
3538
|
|
|
|
|
|
|
M => q{dd.MM.y E â dd.MM.y E}, |
3539
|
|
|
|
|
|
|
d => q{dd.MM.y E â dd.MM.y E}, |
3540
|
|
|
|
|
|
|
y => q{dd.MM.y E â dd.MM.y E}, |
3541
|
|
|
|
|
|
|
}, |
3542
|
|
|
|
|
|
|
yMMM => { |
3543
|
|
|
|
|
|
|
M => q{MMMâMMM y}, |
3544
|
|
|
|
|
|
|
y => q{MMM y â MMM y}, |
3545
|
|
|
|
|
|
|
}, |
3546
|
|
|
|
|
|
|
yMMMEd => { |
3547
|
|
|
|
|
|
|
M => q{d MMM y E â d MMM y E}, |
3548
|
|
|
|
|
|
|
d => q{d MMM y E â d MMM y E}, |
3549
|
|
|
|
|
|
|
y => q{d MMM y E â d MMM y E}, |
3550
|
|
|
|
|
|
|
}, |
3551
|
|
|
|
|
|
|
yMMMM => { |
3552
|
|
|
|
|
|
|
M => q{MMMMâMMMM y}, |
3553
|
|
|
|
|
|
|
y => q{MMMM y â MMMM y}, |
3554
|
|
|
|
|
|
|
}, |
3555
|
|
|
|
|
|
|
yMMMd => { |
3556
|
|
|
|
|
|
|
M => q{d MMM â d MMM y}, |
3557
|
|
|
|
|
|
|
d => q{d â d MMM y}, |
3558
|
|
|
|
|
|
|
y => q{d MMM y â d MMM y}, |
3559
|
|
|
|
|
|
|
}, |
3560
|
|
|
|
|
|
|
yMd => { |
3561
|
|
|
|
|
|
|
M => q{dd.MM.y â dd.MM.y}, |
3562
|
|
|
|
|
|
|
d => q{dd.MM.y â dd.MM.y}, |
3563
|
|
|
|
|
|
|
y => q{dd.MM.y â dd.MM.y}, |
3564
|
|
|
|
|
|
|
}, |
3565
|
|
|
|
|
|
|
}, |
3566
|
|
|
|
|
|
|
'generic' => { |
3567
|
|
|
|
|
|
|
H => { |
3568
|
|
|
|
|
|
|
H => q{HHâHH}, |
3569
|
|
|
|
|
|
|
}, |
3570
|
|
|
|
|
|
|
Hm => { |
3571
|
|
|
|
|
|
|
H => q{HH:mmâHH:mm}, |
3572
|
|
|
|
|
|
|
m => q{HH:mmâHH:mm}, |
3573
|
|
|
|
|
|
|
}, |
3574
|
|
|
|
|
|
|
Hmv => { |
3575
|
|
|
|
|
|
|
H => q{HH:mmâHH:mm v}, |
3576
|
|
|
|
|
|
|
m => q{HH:mmâHH:mm v}, |
3577
|
|
|
|
|
|
|
}, |
3578
|
|
|
|
|
|
|
Hv => { |
3579
|
|
|
|
|
|
|
H => q{HHâHH v}, |
3580
|
|
|
|
|
|
|
}, |
3581
|
|
|
|
|
|
|
M => { |
3582
|
|
|
|
|
|
|
M => q{MM â MM}, |
3583
|
|
|
|
|
|
|
}, |
3584
|
|
|
|
|
|
|
MEd => { |
3585
|
|
|
|
|
|
|
M => q{dd.MM E â dd.MM E}, |
3586
|
|
|
|
|
|
|
d => q{dd.MM E â dd.MM E}, |
3587
|
|
|
|
|
|
|
}, |
3588
|
|
|
|
|
|
|
MMM => { |
3589
|
|
|
|
|
|
|
M => q{MMMâMMM}, |
3590
|
|
|
|
|
|
|
}, |
3591
|
|
|
|
|
|
|
MMMEd => { |
3592
|
|
|
|
|
|
|
M => q{d MMM E â d MMM E}, |
3593
|
|
|
|
|
|
|
d => q{d MMM E â d MMM E}, |
3594
|
|
|
|
|
|
|
}, |
3595
|
|
|
|
|
|
|
MMMd => { |
3596
|
|
|
|
|
|
|
M => q{d MMM â d MMM}, |
3597
|
|
|
|
|
|
|
d => q{d â d MMM}, |
3598
|
|
|
|
|
|
|
}, |
3599
|
|
|
|
|
|
|
Md => { |
3600
|
|
|
|
|
|
|
M => q{dd.MM â dd.MM}, |
3601
|
|
|
|
|
|
|
d => q{dd.MM â dd.MM}, |
3602
|
|
|
|
|
|
|
}, |
3603
|
|
|
|
|
|
|
d => { |
3604
|
|
|
|
|
|
|
d => q{dâd}, |
3605
|
|
|
|
|
|
|
}, |
3606
|
|
|
|
|
|
|
fallback => '{0} - {1}', |
3607
|
|
|
|
|
|
|
h => { |
3608
|
|
|
|
|
|
|
a => q{h a â h a}, |
3609
|
|
|
|
|
|
|
h => q{hâh a}, |
3610
|
|
|
|
|
|
|
}, |
3611
|
|
|
|
|
|
|
hm => { |
3612
|
|
|
|
|
|
|
a => q{h:mm a â h:mm a}, |
3613
|
|
|
|
|
|
|
h => q{h:mmâh:mm a}, |
3614
|
|
|
|
|
|
|
m => q{h:mmâh:mm a}, |
3615
|
|
|
|
|
|
|
}, |
3616
|
|
|
|
|
|
|
hmv => { |
3617
|
|
|
|
|
|
|
a => q{h:mm a â h:mm a v}, |
3618
|
|
|
|
|
|
|
h => q{h:mmâh:mm a v}, |
3619
|
|
|
|
|
|
|
m => q{h:mmâh:mm a v}, |
3620
|
|
|
|
|
|
|
}, |
3621
|
|
|
|
|
|
|
hv => { |
3622
|
|
|
|
|
|
|
a => q{h a â h a v}, |
3623
|
|
|
|
|
|
|
h => q{hâh a v}, |
3624
|
|
|
|
|
|
|
}, |
3625
|
|
|
|
|
|
|
y => { |
3626
|
|
|
|
|
|
|
y => q{yây}, |
3627
|
|
|
|
|
|
|
}, |
3628
|
|
|
|
|
|
|
yM => { |
3629
|
|
|
|
|
|
|
M => q{MM.y â MM.y}, |
3630
|
|
|
|
|
|
|
y => q{MM.y â MM.y}, |
3631
|
|
|
|
|
|
|
}, |
3632
|
|
|
|
|
|
|
yMEd => { |
3633
|
|
|
|
|
|
|
M => q{dd.MM.y E â dd.MM.y E}, |
3634
|
|
|
|
|
|
|
d => q{dd.MM.y E â dd.MM.y E}, |
3635
|
|
|
|
|
|
|
y => q{dd.MM.y E â dd.MM.y E}, |
3636
|
|
|
|
|
|
|
}, |
3637
|
|
|
|
|
|
|
yMMM => { |
3638
|
|
|
|
|
|
|
M => q{MMMâMMM y}, |
3639
|
|
|
|
|
|
|
y => q{MMM y â MMM y}, |
3640
|
|
|
|
|
|
|
}, |
3641
|
|
|
|
|
|
|
yMMMEd => { |
3642
|
|
|
|
|
|
|
M => q{d MMM y E â d MMM y E}, |
3643
|
|
|
|
|
|
|
d => q{d MMM y E â d MMM y E}, |
3644
|
|
|
|
|
|
|
y => q{d MMM y E â d MMM y E}, |
3645
|
|
|
|
|
|
|
}, |
3646
|
|
|
|
|
|
|
yMMMM => { |
3647
|
|
|
|
|
|
|
M => q{MMMMâMMMM y}, |
3648
|
|
|
|
|
|
|
y => q{MMMM y â MMMM y}, |
3649
|
|
|
|
|
|
|
}, |
3650
|
|
|
|
|
|
|
yMMMd => { |
3651
|
|
|
|
|
|
|
M => q{d MMM â d MMM y}, |
3652
|
|
|
|
|
|
|
d => q{d â d MMM y}, |
3653
|
|
|
|
|
|
|
y => q{d MMM y â d MMM y}, |
3654
|
|
|
|
|
|
|
}, |
3655
|
|
|
|
|
|
|
yMd => { |
3656
|
|
|
|
|
|
|
M => q{dd.MM.y â dd.MM.y}, |
3657
|
|
|
|
|
|
|
d => q{dd.MM.y â dd.MM.y}, |
3658
|
|
|
|
|
|
|
y => q{dd.MM.y â dd.MM.y}, |
3659
|
|
|
|
|
|
|
}, |
3660
|
|
|
|
|
|
|
}, |
3661
|
|
|
|
|
|
|
} }, |
3662
|
|
|
|
|
|
|
); |
3663
|
|
|
|
|
|
|
|
3664
|
|
|
|
|
|
|
has 'time_zone_names' => ( |
3665
|
|
|
|
|
|
|
is => 'ro', |
3666
|
|
|
|
|
|
|
isa => HashRef, |
3667
|
|
|
|
|
|
|
init_arg => undef, |
3668
|
|
|
|
|
|
|
default => sub { { |
3669
|
|
|
|
|
|
|
hourFormat => q(+HH:mm;-HH:mm), |
3670
|
|
|
|
|
|
|
gmtFormat => q(GMT{0}), |
3671
|
|
|
|
|
|
|
gmtZeroFormat => q(GMT), |
3672
|
|
|
|
|
|
|
regionFormat => q({0} wagty), |
3673
|
|
|
|
|
|
|
regionFormat => q({0}, tomusky wagt), |
3674
|
|
|
|
|
|
|
regionFormat => q({0}, standart wagt), |
3675
|
|
|
|
|
|
|
fallbackFormat => q({1} ({0})), |
3676
|
|
|
|
|
|
|
'Afghanistan' => { |
3677
|
|
|
|
|
|
|
long => { |
3678
|
|
|
|
|
|
|
'standard' => q(Owganystan), |
3679
|
|
|
|
|
|
|
}, |
3680
|
|
|
|
|
|
|
}, |
3681
|
|
|
|
|
|
|
'Africa/Abidjan' => { |
3682
|
|
|
|
|
|
|
exemplarCity => q#Abijan#, |
3683
|
|
|
|
|
|
|
}, |
3684
|
|
|
|
|
|
|
'Africa/Accra' => { |
3685
|
|
|
|
|
|
|
exemplarCity => q#Akkra#, |
3686
|
|
|
|
|
|
|
}, |
3687
|
|
|
|
|
|
|
'Africa/Addis_Ababa' => { |
3688
|
|
|
|
|
|
|
exemplarCity => q#Addid-Abeba#, |
3689
|
|
|
|
|
|
|
}, |
3690
|
|
|
|
|
|
|
'Africa/Algiers' => { |
3691
|
|
|
|
|
|
|
exemplarCity => q#Aljir#, |
3692
|
|
|
|
|
|
|
}, |
3693
|
|
|
|
|
|
|
'Africa/Asmera' => { |
3694
|
|
|
|
|
|
|
exemplarCity => q#Asmera#, |
3695
|
|
|
|
|
|
|
}, |
3696
|
|
|
|
|
|
|
'Africa/Bamako' => { |
3697
|
|
|
|
|
|
|
exemplarCity => q#Bamako#, |
3698
|
|
|
|
|
|
|
}, |
3699
|
|
|
|
|
|
|
'Africa/Bangui' => { |
3700
|
|
|
|
|
|
|
exemplarCity => q#Bangi#, |
3701
|
|
|
|
|
|
|
}, |
3702
|
|
|
|
|
|
|
'Africa/Banjul' => { |
3703
|
|
|
|
|
|
|
exemplarCity => q#Banjul#, |
3704
|
|
|
|
|
|
|
}, |
3705
|
|
|
|
|
|
|
'Africa/Bissau' => { |
3706
|
|
|
|
|
|
|
exemplarCity => q#Bisau#, |
3707
|
|
|
|
|
|
|
}, |
3708
|
|
|
|
|
|
|
'Africa/Blantyre' => { |
3709
|
|
|
|
|
|
|
exemplarCity => q#Blantaýr#, |
3710
|
|
|
|
|
|
|
}, |
3711
|
|
|
|
|
|
|
'Africa/Brazzaville' => { |
3712
|
|
|
|
|
|
|
exemplarCity => q#Brazzawil#, |
3713
|
|
|
|
|
|
|
}, |
3714
|
|
|
|
|
|
|
'Africa/Bujumbura' => { |
3715
|
|
|
|
|
|
|
exemplarCity => q#Bujumbura#, |
3716
|
|
|
|
|
|
|
}, |
3717
|
|
|
|
|
|
|
'Africa/Cairo' => { |
3718
|
|
|
|
|
|
|
exemplarCity => q#Kair#, |
3719
|
|
|
|
|
|
|
}, |
3720
|
|
|
|
|
|
|
'Africa/Casablanca' => { |
3721
|
|
|
|
|
|
|
exemplarCity => q#Kasablanka#, |
3722
|
|
|
|
|
|
|
}, |
3723
|
|
|
|
|
|
|
'Africa/Ceuta' => { |
3724
|
|
|
|
|
|
|
exemplarCity => q#Seuta#, |
3725
|
|
|
|
|
|
|
}, |
3726
|
|
|
|
|
|
|
'Africa/Conakry' => { |
3727
|
|
|
|
|
|
|
exemplarCity => q#Konakri#, |
3728
|
|
|
|
|
|
|
}, |
3729
|
|
|
|
|
|
|
'Africa/Dakar' => { |
3730
|
|
|
|
|
|
|
exemplarCity => q#Dakar#, |
3731
|
|
|
|
|
|
|
}, |
3732
|
|
|
|
|
|
|
'Africa/Dar_es_Salaam' => { |
3733
|
|
|
|
|
|
|
exemplarCity => q#Dar-es-Salam#, |
3734
|
|
|
|
|
|
|
}, |
3735
|
|
|
|
|
|
|
'Africa/Djibouti' => { |
3736
|
|
|
|
|
|
|
exemplarCity => q#Jibuti#, |
3737
|
|
|
|
|
|
|
}, |
3738
|
|
|
|
|
|
|
'Africa/Douala' => { |
3739
|
|
|
|
|
|
|
exemplarCity => q#Duala#, |
3740
|
|
|
|
|
|
|
}, |
3741
|
|
|
|
|
|
|
'Africa/El_Aaiun' => { |
3742
|
|
|
|
|
|
|
exemplarCity => q#El-Aýun#, |
3743
|
|
|
|
|
|
|
}, |
3744
|
|
|
|
|
|
|
'Africa/Freetown' => { |
3745
|
|
|
|
|
|
|
exemplarCity => q#Fritaun#, |
3746
|
|
|
|
|
|
|
}, |
3747
|
|
|
|
|
|
|
'Africa/Gaborone' => { |
3748
|
|
|
|
|
|
|
exemplarCity => q#Gaborone#, |
3749
|
|
|
|
|
|
|
}, |
3750
|
|
|
|
|
|
|
'Africa/Harare' => { |
3751
|
|
|
|
|
|
|
exemplarCity => q#Harare#, |
3752
|
|
|
|
|
|
|
}, |
3753
|
|
|
|
|
|
|
'Africa/Johannesburg' => { |
3754
|
|
|
|
|
|
|
exemplarCity => q#Ãohannesburg#, |
3755
|
|
|
|
|
|
|
}, |
3756
|
|
|
|
|
|
|
'Africa/Juba' => { |
3757
|
|
|
|
|
|
|
exemplarCity => q#Juba#, |
3758
|
|
|
|
|
|
|
}, |
3759
|
|
|
|
|
|
|
'Africa/Kampala' => { |
3760
|
|
|
|
|
|
|
exemplarCity => q#Kampala#, |
3761
|
|
|
|
|
|
|
}, |
3762
|
|
|
|
|
|
|
'Africa/Khartoum' => { |
3763
|
|
|
|
|
|
|
exemplarCity => q#Hartum#, |
3764
|
|
|
|
|
|
|
}, |
3765
|
|
|
|
|
|
|
'Africa/Kigali' => { |
3766
|
|
|
|
|
|
|
exemplarCity => q#Kigali#, |
3767
|
|
|
|
|
|
|
}, |
3768
|
|
|
|
|
|
|
'Africa/Kinshasa' => { |
3769
|
|
|
|
|
|
|
exemplarCity => q#KinÅasa#, |
3770
|
|
|
|
|
|
|
}, |
3771
|
|
|
|
|
|
|
'Africa/Lagos' => { |
3772
|
|
|
|
|
|
|
exemplarCity => q#Lagos#, |
3773
|
|
|
|
|
|
|
}, |
3774
|
|
|
|
|
|
|
'Africa/Libreville' => { |
3775
|
|
|
|
|
|
|
exemplarCity => q#Librewil#, |
3776
|
|
|
|
|
|
|
}, |
3777
|
|
|
|
|
|
|
'Africa/Lome' => { |
3778
|
|
|
|
|
|
|
exemplarCity => q#Lome#, |
3779
|
|
|
|
|
|
|
}, |
3780
|
|
|
|
|
|
|
'Africa/Luanda' => { |
3781
|
|
|
|
|
|
|
exemplarCity => q#Luanda#, |
3782
|
|
|
|
|
|
|
}, |
3783
|
|
|
|
|
|
|
'Africa/Lubumbashi' => { |
3784
|
|
|
|
|
|
|
exemplarCity => q#LubumbaÅi#, |
3785
|
|
|
|
|
|
|
}, |
3786
|
|
|
|
|
|
|
'Africa/Lusaka' => { |
3787
|
|
|
|
|
|
|
exemplarCity => q#Lusaka#, |
3788
|
|
|
|
|
|
|
}, |
3789
|
|
|
|
|
|
|
'Africa/Malabo' => { |
3790
|
|
|
|
|
|
|
exemplarCity => q#Malabo#, |
3791
|
|
|
|
|
|
|
}, |
3792
|
|
|
|
|
|
|
'Africa/Maputo' => { |
3793
|
|
|
|
|
|
|
exemplarCity => q#Maputo#, |
3794
|
|
|
|
|
|
|
}, |
3795
|
|
|
|
|
|
|
'Africa/Maseru' => { |
3796
|
|
|
|
|
|
|
exemplarCity => q#Maseru#, |
3797
|
|
|
|
|
|
|
}, |
3798
|
|
|
|
|
|
|
'Africa/Mbabane' => { |
3799
|
|
|
|
|
|
|
exemplarCity => q#Mbabane#, |
3800
|
|
|
|
|
|
|
}, |
3801
|
|
|
|
|
|
|
'Africa/Mogadishu' => { |
3802
|
|
|
|
|
|
|
exemplarCity => q#MogadiÅo#, |
3803
|
|
|
|
|
|
|
}, |
3804
|
|
|
|
|
|
|
'Africa/Monrovia' => { |
3805
|
|
|
|
|
|
|
exemplarCity => q#Monrowiýa#, |
3806
|
|
|
|
|
|
|
}, |
3807
|
|
|
|
|
|
|
'Africa/Nairobi' => { |
3808
|
|
|
|
|
|
|
exemplarCity => q#Naýrobi#, |
3809
|
|
|
|
|
|
|
}, |
3810
|
|
|
|
|
|
|
'Africa/Ndjamena' => { |
3811
|
|
|
|
|
|
|
exemplarCity => q#Jamena#, |
3812
|
|
|
|
|
|
|
}, |
3813
|
|
|
|
|
|
|
'Africa/Niamey' => { |
3814
|
|
|
|
|
|
|
exemplarCity => q#Niameý#, |
3815
|
|
|
|
|
|
|
}, |
3816
|
|
|
|
|
|
|
'Africa/Nouakchott' => { |
3817
|
|
|
|
|
|
|
exemplarCity => q#NuakÅot#, |
3818
|
|
|
|
|
|
|
}, |
3819
|
|
|
|
|
|
|
'Africa/Ouagadougou' => { |
3820
|
|
|
|
|
|
|
exemplarCity => q#Uagadugu#, |
3821
|
|
|
|
|
|
|
}, |
3822
|
|
|
|
|
|
|
'Africa/Porto-Novo' => { |
3823
|
|
|
|
|
|
|
exemplarCity => q#Porto-Nowo#, |
3824
|
|
|
|
|
|
|
}, |
3825
|
|
|
|
|
|
|
'Africa/Sao_Tome' => { |
3826
|
|
|
|
|
|
|
exemplarCity => q#San-Tome#, |
3827
|
|
|
|
|
|
|
}, |
3828
|
|
|
|
|
|
|
'Africa/Tripoli' => { |
3829
|
|
|
|
|
|
|
exemplarCity => q#Tripoli#, |
3830
|
|
|
|
|
|
|
}, |
3831
|
|
|
|
|
|
|
'Africa/Tunis' => { |
3832
|
|
|
|
|
|
|
exemplarCity => q#Tunis#, |
3833
|
|
|
|
|
|
|
}, |
3834
|
|
|
|
|
|
|
'Africa/Windhoek' => { |
3835
|
|
|
|
|
|
|
exemplarCity => q#Windhuk#, |
3836
|
|
|
|
|
|
|
}, |
3837
|
|
|
|
|
|
|
'Africa_Central' => { |
3838
|
|
|
|
|
|
|
long => { |
3839
|
|
|
|
|
|
|
'standard' => q(Merkezi Afrika), |
3840
|
|
|
|
|
|
|
}, |
3841
|
|
|
|
|
|
|
}, |
3842
|
|
|
|
|
|
|
'Africa_Eastern' => { |
3843
|
|
|
|
|
|
|
long => { |
3844
|
|
|
|
|
|
|
'standard' => q(Gündogar Afrika), |
3845
|
|
|
|
|
|
|
}, |
3846
|
|
|
|
|
|
|
}, |
3847
|
|
|
|
|
|
|
'Africa_Southern' => { |
3848
|
|
|
|
|
|
|
long => { |
3849
|
|
|
|
|
|
|
'standard' => q(Günorta Afrika, standart wagt), |
3850
|
|
|
|
|
|
|
}, |
3851
|
|
|
|
|
|
|
}, |
3852
|
|
|
|
|
|
|
'Africa_Western' => { |
3853
|
|
|
|
|
|
|
long => { |
3854
|
|
|
|
|
|
|
'daylight' => q(Günbatar Afrika, tomusky wagt), |
3855
|
|
|
|
|
|
|
'generic' => q(Günbatar Afrika), |
3856
|
|
|
|
|
|
|
'standard' => q(Günbatar Afrika, standart wagt), |
3857
|
|
|
|
|
|
|
}, |
3858
|
|
|
|
|
|
|
}, |
3859
|
|
|
|
|
|
|
'Alaska' => { |
3860
|
|
|
|
|
|
|
long => { |
3861
|
|
|
|
|
|
|
'daylight' => q(Alýaska, tomusky wagt), |
3862
|
|
|
|
|
|
|
'generic' => q(Alýaska), |
3863
|
|
|
|
|
|
|
'standard' => q(Alýaska, standart wagt), |
3864
|
|
|
|
|
|
|
}, |
3865
|
|
|
|
|
|
|
}, |
3866
|
|
|
|
|
|
|
'Amazon' => { |
3867
|
|
|
|
|
|
|
long => { |
3868
|
|
|
|
|
|
|
'daylight' => q(Amazonka, tomusky wagt), |
3869
|
|
|
|
|
|
|
'generic' => q(Amazonka), |
3870
|
|
|
|
|
|
|
'standard' => q(Amazonka, standart wagt), |
3871
|
|
|
|
|
|
|
}, |
3872
|
|
|
|
|
|
|
}, |
3873
|
|
|
|
|
|
|
'America/Adak' => { |
3874
|
|
|
|
|
|
|
exemplarCity => q#Adak adasy#, |
3875
|
|
|
|
|
|
|
}, |
3876
|
|
|
|
|
|
|
'America/Anchorage' => { |
3877
|
|
|
|
|
|
|
exemplarCity => q#Ankoridž#, |
3878
|
|
|
|
|
|
|
}, |
3879
|
|
|
|
|
|
|
'America/Anguilla' => { |
3880
|
|
|
|
|
|
|
exemplarCity => q#Angilýa#, |
3881
|
|
|
|
|
|
|
}, |
3882
|
|
|
|
|
|
|
'America/Antigua' => { |
3883
|
|
|
|
|
|
|
exemplarCity => q#Antigua#, |
3884
|
|
|
|
|
|
|
}, |
3885
|
|
|
|
|
|
|
'America/Araguaina' => { |
3886
|
|
|
|
|
|
|
exemplarCity => q#Araguaýna#, |
3887
|
|
|
|
|
|
|
}, |
3888
|
|
|
|
|
|
|
'America/Argentina/La_Rioja' => { |
3889
|
|
|
|
|
|
|
exemplarCity => q#La-Rioha#, |
3890
|
|
|
|
|
|
|
}, |
3891
|
|
|
|
|
|
|
'America/Argentina/Rio_Gallegos' => { |
3892
|
|
|
|
|
|
|
exemplarCity => q#Rio-Galegos#, |
3893
|
|
|
|
|
|
|
}, |
3894
|
|
|
|
|
|
|
'America/Argentina/Salta' => { |
3895
|
|
|
|
|
|
|
exemplarCity => q#Salta#, |
3896
|
|
|
|
|
|
|
}, |
3897
|
|
|
|
|
|
|
'America/Argentina/San_Juan' => { |
3898
|
|
|
|
|
|
|
exemplarCity => q#San-Huan#, |
3899
|
|
|
|
|
|
|
}, |
3900
|
|
|
|
|
|
|
'America/Argentina/San_Luis' => { |
3901
|
|
|
|
|
|
|
exemplarCity => q#San-Luis#, |
3902
|
|
|
|
|
|
|
}, |
3903
|
|
|
|
|
|
|
'America/Argentina/Tucuman' => { |
3904
|
|
|
|
|
|
|
exemplarCity => q#Tukuman#, |
3905
|
|
|
|
|
|
|
}, |
3906
|
|
|
|
|
|
|
'America/Argentina/Ushuaia' => { |
3907
|
|
|
|
|
|
|
exemplarCity => q#UÅuaýa#, |
3908
|
|
|
|
|
|
|
}, |
3909
|
|
|
|
|
|
|
'America/Aruba' => { |
3910
|
|
|
|
|
|
|
exemplarCity => q#Aruba#, |
3911
|
|
|
|
|
|
|
}, |
3912
|
|
|
|
|
|
|
'America/Asuncion' => { |
3913
|
|
|
|
|
|
|
exemplarCity => q#Asunsýon#, |
3914
|
|
|
|
|
|
|
}, |
3915
|
|
|
|
|
|
|
'America/Bahia' => { |
3916
|
|
|
|
|
|
|
exemplarCity => q#Baiýa#, |
3917
|
|
|
|
|
|
|
}, |
3918
|
|
|
|
|
|
|
'America/Bahia_Banderas' => { |
3919
|
|
|
|
|
|
|
exemplarCity => q#Baiýa-de-Banderas#, |
3920
|
|
|
|
|
|
|
}, |
3921
|
|
|
|
|
|
|
'America/Barbados' => { |
3922
|
|
|
|
|
|
|
exemplarCity => q#Barbados#, |
3923
|
|
|
|
|
|
|
}, |
3924
|
|
|
|
|
|
|
'America/Belem' => { |
3925
|
|
|
|
|
|
|
exemplarCity => q#Belen#, |
3926
|
|
|
|
|
|
|
}, |
3927
|
|
|
|
|
|
|
'America/Belize' => { |
3928
|
|
|
|
|
|
|
exemplarCity => q#Beliz#, |
3929
|
|
|
|
|
|
|
}, |
3930
|
|
|
|
|
|
|
'America/Blanc-Sablon' => { |
3931
|
|
|
|
|
|
|
exemplarCity => q#Blank-Sablon#, |
3932
|
|
|
|
|
|
|
}, |
3933
|
|
|
|
|
|
|
'America/Boa_Vista' => { |
3934
|
|
|
|
|
|
|
exemplarCity => q#Boa-Wista#, |
3935
|
|
|
|
|
|
|
}, |
3936
|
|
|
|
|
|
|
'America/Bogota' => { |
3937
|
|
|
|
|
|
|
exemplarCity => q#Bogota#, |
3938
|
|
|
|
|
|
|
}, |
3939
|
|
|
|
|
|
|
'America/Boise' => { |
3940
|
|
|
|
|
|
|
exemplarCity => q#Boýse#, |
3941
|
|
|
|
|
|
|
}, |
3942
|
|
|
|
|
|
|
'America/Buenos_Aires' => { |
3943
|
|
|
|
|
|
|
exemplarCity => q#Buenos-Aýres#, |
3944
|
|
|
|
|
|
|
}, |
3945
|
|
|
|
|
|
|
'America/Cambridge_Bay' => { |
3946
|
|
|
|
|
|
|
exemplarCity => q#Kembrij-Beý#, |
3947
|
|
|
|
|
|
|
}, |
3948
|
|
|
|
|
|
|
'America/Campo_Grande' => { |
3949
|
|
|
|
|
|
|
exemplarCity => q#Kampu-Grandi#, |
3950
|
|
|
|
|
|
|
}, |
3951
|
|
|
|
|
|
|
'America/Cancun' => { |
3952
|
|
|
|
|
|
|
exemplarCity => q#Kankun#, |
3953
|
|
|
|
|
|
|
}, |
3954
|
|
|
|
|
|
|
'America/Caracas' => { |
3955
|
|
|
|
|
|
|
exemplarCity => q#Karakas#, |
3956
|
|
|
|
|
|
|
}, |
3957
|
|
|
|
|
|
|
'America/Catamarca' => { |
3958
|
|
|
|
|
|
|
exemplarCity => q#Katamarka#, |
3959
|
|
|
|
|
|
|
}, |
3960
|
|
|
|
|
|
|
'America/Cayenne' => { |
3961
|
|
|
|
|
|
|
exemplarCity => q#Kaýenna#, |
3962
|
|
|
|
|
|
|
}, |
3963
|
|
|
|
|
|
|
'America/Cayman' => { |
3964
|
|
|
|
|
|
|
exemplarCity => q#Kaýman adalary#, |
3965
|
|
|
|
|
|
|
}, |
3966
|
|
|
|
|
|
|
'America/Chicago' => { |
3967
|
|
|
|
|
|
|
exemplarCity => q#Ãikago#, |
3968
|
|
|
|
|
|
|
}, |
3969
|
|
|
|
|
|
|
'America/Chihuahua' => { |
3970
|
|
|
|
|
|
|
exemplarCity => q#Ãiuaua#, |
3971
|
|
|
|
|
|
|
}, |
3972
|
|
|
|
|
|
|
'America/Coral_Harbour' => { |
3973
|
|
|
|
|
|
|
exemplarCity => q#Atikokan#, |
3974
|
|
|
|
|
|
|
}, |
3975
|
|
|
|
|
|
|
'America/Cordoba' => { |
3976
|
|
|
|
|
|
|
exemplarCity => q#Kordowa#, |
3977
|
|
|
|
|
|
|
}, |
3978
|
|
|
|
|
|
|
'America/Costa_Rica' => { |
3979
|
|
|
|
|
|
|
exemplarCity => q#Kosta-Rika#, |
3980
|
|
|
|
|
|
|
}, |
3981
|
|
|
|
|
|
|
'America/Creston' => { |
3982
|
|
|
|
|
|
|
exemplarCity => q#Kreston#, |
3983
|
|
|
|
|
|
|
}, |
3984
|
|
|
|
|
|
|
'America/Cuiaba' => { |
3985
|
|
|
|
|
|
|
exemplarCity => q#Kuýaba#, |
3986
|
|
|
|
|
|
|
}, |
3987
|
|
|
|
|
|
|
'America/Curacao' => { |
3988
|
|
|
|
|
|
|
exemplarCity => q#Kýurasao#, |
3989
|
|
|
|
|
|
|
}, |
3990
|
|
|
|
|
|
|
'America/Danmarkshavn' => { |
3991
|
|
|
|
|
|
|
exemplarCity => q#Denmarkshawn#, |
3992
|
|
|
|
|
|
|
}, |
3993
|
|
|
|
|
|
|
'America/Dawson' => { |
3994
|
|
|
|
|
|
|
exemplarCity => q#Douson#, |
3995
|
|
|
|
|
|
|
}, |
3996
|
|
|
|
|
|
|
'America/Dawson_Creek' => { |
3997
|
|
|
|
|
|
|
exemplarCity => q#Dowson-Krik#, |
3998
|
|
|
|
|
|
|
}, |
3999
|
|
|
|
|
|
|
'America/Denver' => { |
4000
|
|
|
|
|
|
|
exemplarCity => q#Denwer#, |
4001
|
|
|
|
|
|
|
}, |
4002
|
|
|
|
|
|
|
'America/Detroit' => { |
4003
|
|
|
|
|
|
|
exemplarCity => q#Detroit#, |
4004
|
|
|
|
|
|
|
}, |
4005
|
|
|
|
|
|
|
'America/Dominica' => { |
4006
|
|
|
|
|
|
|
exemplarCity => q#Dominika#, |
4007
|
|
|
|
|
|
|
}, |
4008
|
|
|
|
|
|
|
'America/Edmonton' => { |
4009
|
|
|
|
|
|
|
exemplarCity => q#Edmonton#, |
4010
|
|
|
|
|
|
|
}, |
4011
|
|
|
|
|
|
|
'America/Eirunepe' => { |
4012
|
|
|
|
|
|
|
exemplarCity => q#Eýrunepe#, |
4013
|
|
|
|
|
|
|
}, |
4014
|
|
|
|
|
|
|
'America/El_Salvador' => { |
4015
|
|
|
|
|
|
|
exemplarCity => q#El Salwador#, |
4016
|
|
|
|
|
|
|
}, |
4017
|
|
|
|
|
|
|
'America/Fortaleza' => { |
4018
|
|
|
|
|
|
|
exemplarCity => q#Fortaleza#, |
4019
|
|
|
|
|
|
|
}, |
4020
|
|
|
|
|
|
|
'America/Glace_Bay' => { |
4021
|
|
|
|
|
|
|
exemplarCity => q#Gleýs-Beý#, |
4022
|
|
|
|
|
|
|
}, |
4023
|
|
|
|
|
|
|
'America/Godthab' => { |
4024
|
|
|
|
|
|
|
exemplarCity => q#Nuk#, |
4025
|
|
|
|
|
|
|
}, |
4026
|
|
|
|
|
|
|
'America/Goose_Bay' => { |
4027
|
|
|
|
|
|
|
exemplarCity => q#Gus-Beý#, |
4028
|
|
|
|
|
|
|
}, |
4029
|
|
|
|
|
|
|
'America/Grand_Turk' => { |
4030
|
|
|
|
|
|
|
exemplarCity => q#Grand Türk#, |
4031
|
|
|
|
|
|
|
}, |
4032
|
|
|
|
|
|
|
'America/Grenada' => { |
4033
|
|
|
|
|
|
|
exemplarCity => q#Grenada#, |
4034
|
|
|
|
|
|
|
}, |
4035
|
|
|
|
|
|
|
'America/Guadeloupe' => { |
4036
|
|
|
|
|
|
|
exemplarCity => q#Gwadelupa#, |
4037
|
|
|
|
|
|
|
}, |
4038
|
|
|
|
|
|
|
'America/Guatemala' => { |
4039
|
|
|
|
|
|
|
exemplarCity => q#Gwatemala#, |
4040
|
|
|
|
|
|
|
}, |
4041
|
|
|
|
|
|
|
'America/Guayaquil' => { |
4042
|
|
|
|
|
|
|
exemplarCity => q#Guýakil#, |
4043
|
|
|
|
|
|
|
}, |
4044
|
|
|
|
|
|
|
'America/Guyana' => { |
4045
|
|
|
|
|
|
|
exemplarCity => q#Gaýana#, |
4046
|
|
|
|
|
|
|
}, |
4047
|
|
|
|
|
|
|
'America/Halifax' => { |
4048
|
|
|
|
|
|
|
exemplarCity => q#Galifaks#, |
4049
|
|
|
|
|
|
|
}, |
4050
|
|
|
|
|
|
|
'America/Havana' => { |
4051
|
|
|
|
|
|
|
exemplarCity => q#Gawana#, |
4052
|
|
|
|
|
|
|
}, |
4053
|
|
|
|
|
|
|
'America/Hermosillo' => { |
4054
|
|
|
|
|
|
|
exemplarCity => q#Ermosilo#, |
4055
|
|
|
|
|
|
|
}, |
4056
|
|
|
|
|
|
|
'America/Indiana/Knox' => { |
4057
|
|
|
|
|
|
|
exemplarCity => q#Noks, Indiana#, |
4058
|
|
|
|
|
|
|
}, |
4059
|
|
|
|
|
|
|
'America/Indiana/Marengo' => { |
4060
|
|
|
|
|
|
|
exemplarCity => q#Marengo, Indiana#, |
4061
|
|
|
|
|
|
|
}, |
4062
|
|
|
|
|
|
|
'America/Indiana/Petersburg' => { |
4063
|
|
|
|
|
|
|
exemplarCity => q#Petersburg, Indiana#, |
4064
|
|
|
|
|
|
|
}, |
4065
|
|
|
|
|
|
|
'America/Indiana/Tell_City' => { |
4066
|
|
|
|
|
|
|
exemplarCity => q#Tell-Siti, Indiana#, |
4067
|
|
|
|
|
|
|
}, |
4068
|
|
|
|
|
|
|
'America/Indiana/Vevay' => { |
4069
|
|
|
|
|
|
|
exemplarCity => q#Wiweý, Indiana#, |
4070
|
|
|
|
|
|
|
}, |
4071
|
|
|
|
|
|
|
'America/Indiana/Vincennes' => { |
4072
|
|
|
|
|
|
|
exemplarCity => q#Winsens, Indiana#, |
4073
|
|
|
|
|
|
|
}, |
4074
|
|
|
|
|
|
|
'America/Indiana/Winamac' => { |
4075
|
|
|
|
|
|
|
exemplarCity => q#Winamak, Indiana#, |
4076
|
|
|
|
|
|
|
}, |
4077
|
|
|
|
|
|
|
'America/Indianapolis' => { |
4078
|
|
|
|
|
|
|
exemplarCity => q#Indianapolis#, |
4079
|
|
|
|
|
|
|
}, |
4080
|
|
|
|
|
|
|
'America/Inuvik' => { |
4081
|
|
|
|
|
|
|
exemplarCity => q#Inuwik#, |
4082
|
|
|
|
|
|
|
}, |
4083
|
|
|
|
|
|
|
'America/Iqaluit' => { |
4084
|
|
|
|
|
|
|
exemplarCity => q#Ikaluit#, |
4085
|
|
|
|
|
|
|
}, |
4086
|
|
|
|
|
|
|
'America/Jamaica' => { |
4087
|
|
|
|
|
|
|
exemplarCity => q#Ãamaýka#, |
4088
|
|
|
|
|
|
|
}, |
4089
|
|
|
|
|
|
|
'America/Jujuy' => { |
4090
|
|
|
|
|
|
|
exemplarCity => q#Žužuý#, |
4091
|
|
|
|
|
|
|
}, |
4092
|
|
|
|
|
|
|
'America/Juneau' => { |
4093
|
|
|
|
|
|
|
exemplarCity => q#Džuno#, |
4094
|
|
|
|
|
|
|
}, |
4095
|
|
|
|
|
|
|
'America/Kentucky/Monticello' => { |
4096
|
|
|
|
|
|
|
exemplarCity => q#Montisello, Kentuki#, |
4097
|
|
|
|
|
|
|
}, |
4098
|
|
|
|
|
|
|
'America/Kralendijk' => { |
4099
|
|
|
|
|
|
|
exemplarCity => q#Kralendeýk#, |
4100
|
|
|
|
|
|
|
}, |
4101
|
|
|
|
|
|
|
'America/La_Paz' => { |
4102
|
|
|
|
|
|
|
exemplarCity => q#La-Pas#, |
4103
|
|
|
|
|
|
|
}, |
4104
|
|
|
|
|
|
|
'America/Lima' => { |
4105
|
|
|
|
|
|
|
exemplarCity => q#Lima#, |
4106
|
|
|
|
|
|
|
}, |
4107
|
|
|
|
|
|
|
'America/Los_Angeles' => { |
4108
|
|
|
|
|
|
|
exemplarCity => q#Los-Anjeles#, |
4109
|
|
|
|
|
|
|
}, |
4110
|
|
|
|
|
|
|
'America/Louisville' => { |
4111
|
|
|
|
|
|
|
exemplarCity => q#Luiswill#, |
4112
|
|
|
|
|
|
|
}, |
4113
|
|
|
|
|
|
|
'America/Lower_Princes' => { |
4114
|
|
|
|
|
|
|
exemplarCity => q#Lower-Prinses-Kuorter#, |
4115
|
|
|
|
|
|
|
}, |
4116
|
|
|
|
|
|
|
'America/Maceio' => { |
4117
|
|
|
|
|
|
|
exemplarCity => q#Maseýo#, |
4118
|
|
|
|
|
|
|
}, |
4119
|
|
|
|
|
|
|
'America/Managua' => { |
4120
|
|
|
|
|
|
|
exemplarCity => q#Managua#, |
4121
|
|
|
|
|
|
|
}, |
4122
|
|
|
|
|
|
|
'America/Manaus' => { |
4123
|
|
|
|
|
|
|
exemplarCity => q#Manaus#, |
4124
|
|
|
|
|
|
|
}, |
4125
|
|
|
|
|
|
|
'America/Marigot' => { |
4126
|
|
|
|
|
|
|
exemplarCity => q#Marigo#, |
4127
|
|
|
|
|
|
|
}, |
4128
|
|
|
|
|
|
|
'America/Martinique' => { |
4129
|
|
|
|
|
|
|
exemplarCity => q#Martinika#, |
4130
|
|
|
|
|
|
|
}, |
4131
|
|
|
|
|
|
|
'America/Matamoros' => { |
4132
|
|
|
|
|
|
|
exemplarCity => q#Matamoros#, |
4133
|
|
|
|
|
|
|
}, |
4134
|
|
|
|
|
|
|
'America/Mazatlan' => { |
4135
|
|
|
|
|
|
|
exemplarCity => q#Mazatlan#, |
4136
|
|
|
|
|
|
|
}, |
4137
|
|
|
|
|
|
|
'America/Mendoza' => { |
4138
|
|
|
|
|
|
|
exemplarCity => q#Mendosa#, |
4139
|
|
|
|
|
|
|
}, |
4140
|
|
|
|
|
|
|
'America/Menominee' => { |
4141
|
|
|
|
|
|
|
exemplarCity => q#Menomini#, |
4142
|
|
|
|
|
|
|
}, |
4143
|
|
|
|
|
|
|
'America/Merida' => { |
4144
|
|
|
|
|
|
|
exemplarCity => q#Merida#, |
4145
|
|
|
|
|
|
|
}, |
4146
|
|
|
|
|
|
|
'America/Metlakatla' => { |
4147
|
|
|
|
|
|
|
exemplarCity => q#Metlakatla#, |
4148
|
|
|
|
|
|
|
}, |
4149
|
|
|
|
|
|
|
'America/Mexico_City' => { |
4150
|
|
|
|
|
|
|
exemplarCity => q#Mehiko#, |
4151
|
|
|
|
|
|
|
}, |
4152
|
|
|
|
|
|
|
'America/Miquelon' => { |
4153
|
|
|
|
|
|
|
exemplarCity => q#Mikelon#, |
4154
|
|
|
|
|
|
|
}, |
4155
|
|
|
|
|
|
|
'America/Moncton' => { |
4156
|
|
|
|
|
|
|
exemplarCity => q#Monkton#, |
4157
|
|
|
|
|
|
|
}, |
4158
|
|
|
|
|
|
|
'America/Monterrey' => { |
4159
|
|
|
|
|
|
|
exemplarCity => q#Monterreý#, |
4160
|
|
|
|
|
|
|
}, |
4161
|
|
|
|
|
|
|
'America/Montevideo' => { |
4162
|
|
|
|
|
|
|
exemplarCity => q#Montewideo#, |
4163
|
|
|
|
|
|
|
}, |
4164
|
|
|
|
|
|
|
'America/Montserrat' => { |
4165
|
|
|
|
|
|
|
exemplarCity => q#Monserrat#, |
4166
|
|
|
|
|
|
|
}, |
4167
|
|
|
|
|
|
|
'America/Nassau' => { |
4168
|
|
|
|
|
|
|
exemplarCity => q#Nassau#, |
4169
|
|
|
|
|
|
|
}, |
4170
|
|
|
|
|
|
|
'America/New_York' => { |
4171
|
|
|
|
|
|
|
exemplarCity => q#Nýu-Ãork#, |
4172
|
|
|
|
|
|
|
}, |
4173
|
|
|
|
|
|
|
'America/Nipigon' => { |
4174
|
|
|
|
|
|
|
exemplarCity => q#Nipigon#, |
4175
|
|
|
|
|
|
|
}, |
4176
|
|
|
|
|
|
|
'America/Nome' => { |
4177
|
|
|
|
|
|
|
exemplarCity => q#Nom#, |
4178
|
|
|
|
|
|
|
}, |
4179
|
|
|
|
|
|
|
'America/Noronha' => { |
4180
|
|
|
|
|
|
|
exemplarCity => q#Noronha#, |
4181
|
|
|
|
|
|
|
}, |
4182
|
|
|
|
|
|
|
'America/North_Dakota/Beulah' => { |
4183
|
|
|
|
|
|
|
exemplarCity => q#Boýla, Demirgazyk Dakota#, |
4184
|
|
|
|
|
|
|
}, |
4185
|
|
|
|
|
|
|
'America/North_Dakota/Center' => { |
4186
|
|
|
|
|
|
|
exemplarCity => q#Sentr, Demirgazyk Dakota#, |
4187
|
|
|
|
|
|
|
}, |
4188
|
|
|
|
|
|
|
'America/North_Dakota/New_Salem' => { |
4189
|
|
|
|
|
|
|
exemplarCity => q#Nýu-Salem, D.g. Dakota#, |
4190
|
|
|
|
|
|
|
}, |
4191
|
|
|
|
|
|
|
'America/Ojinaga' => { |
4192
|
|
|
|
|
|
|
exemplarCity => q#Ohinaga#, |
4193
|
|
|
|
|
|
|
}, |
4194
|
|
|
|
|
|
|
'America/Panama' => { |
4195
|
|
|
|
|
|
|
exemplarCity => q#Panama#, |
4196
|
|
|
|
|
|
|
}, |
4197
|
|
|
|
|
|
|
'America/Pangnirtung' => { |
4198
|
|
|
|
|
|
|
exemplarCity => q#Pangnirtang#, |
4199
|
|
|
|
|
|
|
}, |
4200
|
|
|
|
|
|
|
'America/Paramaribo' => { |
4201
|
|
|
|
|
|
|
exemplarCity => q#Paramaribo#, |
4202
|
|
|
|
|
|
|
}, |
4203
|
|
|
|
|
|
|
'America/Phoenix' => { |
4204
|
|
|
|
|
|
|
exemplarCity => q#Feniks#, |
4205
|
|
|
|
|
|
|
}, |
4206
|
|
|
|
|
|
|
'America/Port-au-Prince' => { |
4207
|
|
|
|
|
|
|
exemplarCity => q#Port-o-Prens#, |
4208
|
|
|
|
|
|
|
}, |
4209
|
|
|
|
|
|
|
'America/Port_of_Spain' => { |
4210
|
|
|
|
|
|
|
exemplarCity => q#Port-of-Speýn#, |
4211
|
|
|
|
|
|
|
}, |
4212
|
|
|
|
|
|
|
'America/Porto_Velho' => { |
4213
|
|
|
|
|
|
|
exemplarCity => q#Portu-Welýu#, |
4214
|
|
|
|
|
|
|
}, |
4215
|
|
|
|
|
|
|
'America/Puerto_Rico' => { |
4216
|
|
|
|
|
|
|
exemplarCity => q#Puerto-Riko#, |
4217
|
|
|
|
|
|
|
}, |
4218
|
|
|
|
|
|
|
'America/Rainy_River' => { |
4219
|
|
|
|
|
|
|
exemplarCity => q#Reýni-Riwer#, |
4220
|
|
|
|
|
|
|
}, |
4221
|
|
|
|
|
|
|
'America/Rankin_Inlet' => { |
4222
|
|
|
|
|
|
|
exemplarCity => q#Rankin-Inlet#, |
4223
|
|
|
|
|
|
|
}, |
4224
|
|
|
|
|
|
|
'America/Recife' => { |
4225
|
|
|
|
|
|
|
exemplarCity => q#Resifi#, |
4226
|
|
|
|
|
|
|
}, |
4227
|
|
|
|
|
|
|
'America/Regina' => { |
4228
|
|
|
|
|
|
|
exemplarCity => q#Rejaýna#, |
4229
|
|
|
|
|
|
|
}, |
4230
|
|
|
|
|
|
|
'America/Resolute' => { |
4231
|
|
|
|
|
|
|
exemplarCity => q#Rozulýut#, |
4232
|
|
|
|
|
|
|
}, |
4233
|
|
|
|
|
|
|
'America/Rio_Branco' => { |
4234
|
|
|
|
|
|
|
exemplarCity => q#Riu-Branku#, |
4235
|
|
|
|
|
|
|
}, |
4236
|
|
|
|
|
|
|
'America/Santa_Isabel' => { |
4237
|
|
|
|
|
|
|
exemplarCity => q#Santa-Izabel#, |
4238
|
|
|
|
|
|
|
}, |
4239
|
|
|
|
|
|
|
'America/Santarem' => { |
4240
|
|
|
|
|
|
|
exemplarCity => q#Santarem#, |
4241
|
|
|
|
|
|
|
}, |
4242
|
|
|
|
|
|
|
'America/Santiago' => { |
4243
|
|
|
|
|
|
|
exemplarCity => q#Santiago#, |
4244
|
|
|
|
|
|
|
}, |
4245
|
|
|
|
|
|
|
'America/Santo_Domingo' => { |
4246
|
|
|
|
|
|
|
exemplarCity => q#Santo-Domingo#, |
4247
|
|
|
|
|
|
|
}, |
4248
|
|
|
|
|
|
|
'America/Sao_Paulo' => { |
4249
|
|
|
|
|
|
|
exemplarCity => q#San-Paulu#, |
4250
|
|
|
|
|
|
|
}, |
4251
|
|
|
|
|
|
|
'America/Scoresbysund' => { |
4252
|
|
|
|
|
|
|
exemplarCity => q#Illokkortoormiut#, |
4253
|
|
|
|
|
|
|
}, |
4254
|
|
|
|
|
|
|
'America/Sitka' => { |
4255
|
|
|
|
|
|
|
exemplarCity => q#Sitka#, |
4256
|
|
|
|
|
|
|
}, |
4257
|
|
|
|
|
|
|
'America/St_Barthelemy' => { |
4258
|
|
|
|
|
|
|
exemplarCity => q#Sen-Bartelmi#, |
4259
|
|
|
|
|
|
|
}, |
4260
|
|
|
|
|
|
|
'America/St_Johns' => { |
4261
|
|
|
|
|
|
|
exemplarCity => q#Sent-Džons#, |
4262
|
|
|
|
|
|
|
}, |
4263
|
|
|
|
|
|
|
'America/St_Kitts' => { |
4264
|
|
|
|
|
|
|
exemplarCity => q#Sent-Kits#, |
4265
|
|
|
|
|
|
|
}, |
4266
|
|
|
|
|
|
|
'America/St_Lucia' => { |
4267
|
|
|
|
|
|
|
exemplarCity => q#Sent-Lýusia#, |
4268
|
|
|
|
|
|
|
}, |
4269
|
|
|
|
|
|
|
'America/St_Thomas' => { |
4270
|
|
|
|
|
|
|
exemplarCity => q#Sent-Tomas#, |
4271
|
|
|
|
|
|
|
}, |
4272
|
|
|
|
|
|
|
'America/St_Vincent' => { |
4273
|
|
|
|
|
|
|
exemplarCity => q#Sent-Winsent#, |
4274
|
|
|
|
|
|
|
}, |
4275
|
|
|
|
|
|
|
'America/Swift_Current' => { |
4276
|
|
|
|
|
|
|
exemplarCity => q#Swift-Karent#, |
4277
|
|
|
|
|
|
|
}, |
4278
|
|
|
|
|
|
|
'America/Tegucigalpa' => { |
4279
|
|
|
|
|
|
|
exemplarCity => q#Tegusigalpa#, |
4280
|
|
|
|
|
|
|
}, |
4281
|
|
|
|
|
|
|
'America/Thule' => { |
4282
|
|
|
|
|
|
|
exemplarCity => q#Tule#, |
4283
|
|
|
|
|
|
|
}, |
4284
|
|
|
|
|
|
|
'America/Thunder_Bay' => { |
4285
|
|
|
|
|
|
|
exemplarCity => q#Tander-Beý#, |
4286
|
|
|
|
|
|
|
}, |
4287
|
|
|
|
|
|
|
'America/Tijuana' => { |
4288
|
|
|
|
|
|
|
exemplarCity => q#Tihuana#, |
4289
|
|
|
|
|
|
|
}, |
4290
|
|
|
|
|
|
|
'America/Toronto' => { |
4291
|
|
|
|
|
|
|
exemplarCity => q#Toronto#, |
4292
|
|
|
|
|
|
|
}, |
4293
|
|
|
|
|
|
|
'America/Tortola' => { |
4294
|
|
|
|
|
|
|
exemplarCity => q#Tortola#, |
4295
|
|
|
|
|
|
|
}, |
4296
|
|
|
|
|
|
|
'America/Vancouver' => { |
4297
|
|
|
|
|
|
|
exemplarCity => q#Wankuwer#, |
4298
|
|
|
|
|
|
|
}, |
4299
|
|
|
|
|
|
|
'America/Whitehorse' => { |
4300
|
|
|
|
|
|
|
exemplarCity => q#Waýthors#, |
4301
|
|
|
|
|
|
|
}, |
4302
|
|
|
|
|
|
|
'America/Winnipeg' => { |
4303
|
|
|
|
|
|
|
exemplarCity => q#Winipeg#, |
4304
|
|
|
|
|
|
|
}, |
4305
|
|
|
|
|
|
|
'America/Yakutat' => { |
4306
|
|
|
|
|
|
|
exemplarCity => q#Ãakutat#, |
4307
|
|
|
|
|
|
|
}, |
4308
|
|
|
|
|
|
|
'America/Yellowknife' => { |
4309
|
|
|
|
|
|
|
exemplarCity => q#Ãellounaýf#, |
4310
|
|
|
|
|
|
|
}, |
4311
|
|
|
|
|
|
|
'America_Central' => { |
4312
|
|
|
|
|
|
|
long => { |
4313
|
|
|
|
|
|
|
'daylight' => q(Merkezi Amerika, tomusky wagt), |
4314
|
|
|
|
|
|
|
'generic' => q(Merkezi Amerika), |
4315
|
|
|
|
|
|
|
'standard' => q(Merkezi Amerika, standart wagt), |
4316
|
|
|
|
|
|
|
}, |
4317
|
|
|
|
|
|
|
}, |
4318
|
|
|
|
|
|
|
'America_Eastern' => { |
4319
|
|
|
|
|
|
|
long => { |
4320
|
|
|
|
|
|
|
'daylight' => q(Günorta Amerika, tomusky wagt), |
4321
|
|
|
|
|
|
|
'generic' => q(Günorta Amerika), |
4322
|
|
|
|
|
|
|
'standard' => q(Günorta Amerika, standart wagt), |
4323
|
|
|
|
|
|
|
}, |
4324
|
|
|
|
|
|
|
}, |
4325
|
|
|
|
|
|
|
'America_Mountain' => { |
4326
|
|
|
|
|
|
|
long => { |
4327
|
|
|
|
|
|
|
'daylight' => q(Daglyk ýeri, tomusky wagt (ABÅ)), |
4328
|
|
|
|
|
|
|
'generic' => q(Daglyk ýeri (ABÅ)), |
4329
|
|
|
|
|
|
|
'standard' => q(Daglyk ýeri, standart wagt (ABÅ)), |
4330
|
|
|
|
|
|
|
}, |
4331
|
|
|
|
|
|
|
}, |
4332
|
|
|
|
|
|
|
'America_Pacific' => { |
4333
|
|
|
|
|
|
|
long => { |
4334
|
|
|
|
|
|
|
'daylight' => q(ÃuwaÅ umman, tomusky wagt), |
4335
|
|
|
|
|
|
|
'generic' => q(ÃuwaÅ umman), |
4336
|
|
|
|
|
|
|
'standard' => q(ÃuwaÅ umman, standart wagt), |
4337
|
|
|
|
|
|
|
}, |
4338
|
|
|
|
|
|
|
}, |
4339
|
|
|
|
|
|
|
'Antarctica/Casey' => { |
4340
|
|
|
|
|
|
|
exemplarCity => q#Keýsi#, |
4341
|
|
|
|
|
|
|
}, |
4342
|
|
|
|
|
|
|
'Antarctica/Davis' => { |
4343
|
|
|
|
|
|
|
exemplarCity => q#Deýwis#, |
4344
|
|
|
|
|
|
|
}, |
4345
|
|
|
|
|
|
|
'Antarctica/DumontDUrville' => { |
4346
|
|
|
|
|
|
|
exemplarCity => q#Dýumon-d-Ãurwil#, |
4347
|
|
|
|
|
|
|
}, |
4348
|
|
|
|
|
|
|
'Antarctica/Macquarie' => { |
4349
|
|
|
|
|
|
|
exemplarCity => q#Makkuari#, |
4350
|
|
|
|
|
|
|
}, |
4351
|
|
|
|
|
|
|
'Antarctica/Mawson' => { |
4352
|
|
|
|
|
|
|
exemplarCity => q#Mouson#, |
4353
|
|
|
|
|
|
|
}, |
4354
|
|
|
|
|
|
|
'Antarctica/McMurdo' => { |
4355
|
|
|
|
|
|
|
exemplarCity => q#Mak-Merdo#, |
4356
|
|
|
|
|
|
|
}, |
4357
|
|
|
|
|
|
|
'Antarctica/Palmer' => { |
4358
|
|
|
|
|
|
|
exemplarCity => q#Palmer#, |
4359
|
|
|
|
|
|
|
}, |
4360
|
|
|
|
|
|
|
'Antarctica/Rothera' => { |
4361
|
|
|
|
|
|
|
exemplarCity => q#Rotera#, |
4362
|
|
|
|
|
|
|
}, |
4363
|
|
|
|
|
|
|
'Antarctica/Syowa' => { |
4364
|
|
|
|
|
|
|
exemplarCity => q#Sýowa#, |
4365
|
|
|
|
|
|
|
}, |
4366
|
|
|
|
|
|
|
'Antarctica/Troll' => { |
4367
|
|
|
|
|
|
|
exemplarCity => q#Trol#, |
4368
|
|
|
|
|
|
|
}, |
4369
|
|
|
|
|
|
|
'Antarctica/Vostok' => { |
4370
|
|
|
|
|
|
|
exemplarCity => q#Wostok#, |
4371
|
|
|
|
|
|
|
}, |
4372
|
|
|
|
|
|
|
'Apia' => { |
4373
|
|
|
|
|
|
|
long => { |
4374
|
|
|
|
|
|
|
'daylight' => q(Apia, tomusky wagt), |
4375
|
|
|
|
|
|
|
'generic' => q(Apia), |
4376
|
|
|
|
|
|
|
'standard' => q(Apia, standart wagt), |
4377
|
|
|
|
|
|
|
}, |
4378
|
|
|
|
|
|
|
}, |
4379
|
|
|
|
|
|
|
'Arabian' => { |
4380
|
|
|
|
|
|
|
long => { |
4381
|
|
|
|
|
|
|
'daylight' => q(Arap ýurtlary, tomusky wagt), |
4382
|
|
|
|
|
|
|
'generic' => q(Arap ýurtlary), |
4383
|
|
|
|
|
|
|
'standard' => q(Arap ýurtlary, standart wagt), |
4384
|
|
|
|
|
|
|
}, |
4385
|
|
|
|
|
|
|
}, |
4386
|
|
|
|
|
|
|
'Arctic/Longyearbyen' => { |
4387
|
|
|
|
|
|
|
exemplarCity => q#Longir#, |
4388
|
|
|
|
|
|
|
}, |
4389
|
|
|
|
|
|
|
'Argentina' => { |
4390
|
|
|
|
|
|
|
long => { |
4391
|
|
|
|
|
|
|
'daylight' => q(Argentina, tomusky wagt), |
4392
|
|
|
|
|
|
|
'generic' => q(Argentina), |
4393
|
|
|
|
|
|
|
'standard' => q(Argentina, standart wagt), |
4394
|
|
|
|
|
|
|
}, |
4395
|
|
|
|
|
|
|
}, |
4396
|
|
|
|
|
|
|
'Argentina_Western' => { |
4397
|
|
|
|
|
|
|
long => { |
4398
|
|
|
|
|
|
|
'daylight' => q(Günbatar Argentina, tomusky wagt), |
4399
|
|
|
|
|
|
|
'generic' => q(Günbatar Argentina), |
4400
|
|
|
|
|
|
|
'standard' => q(Günbatar Argentina, standart wagt), |
4401
|
|
|
|
|
|
|
}, |
4402
|
|
|
|
|
|
|
}, |
4403
|
|
|
|
|
|
|
'Armenia' => { |
4404
|
|
|
|
|
|
|
long => { |
4405
|
|
|
|
|
|
|
'daylight' => q(Ermenistan, tomusky wagt), |
4406
|
|
|
|
|
|
|
'generic' => q(Ermenistan), |
4407
|
|
|
|
|
|
|
'standard' => q(Ermenistan, standart wagt), |
4408
|
|
|
|
|
|
|
}, |
4409
|
|
|
|
|
|
|
}, |
4410
|
|
|
|
|
|
|
'Asia/Aden' => { |
4411
|
|
|
|
|
|
|
exemplarCity => q#Aden#, |
4412
|
|
|
|
|
|
|
}, |
4413
|
|
|
|
|
|
|
'Asia/Almaty' => { |
4414
|
|
|
|
|
|
|
exemplarCity => q#Almaty#, |
4415
|
|
|
|
|
|
|
}, |
4416
|
|
|
|
|
|
|
'Asia/Amman' => { |
4417
|
|
|
|
|
|
|
exemplarCity => q#Amman#, |
4418
|
|
|
|
|
|
|
}, |
4419
|
|
|
|
|
|
|
'Asia/Anadyr' => { |
4420
|
|
|
|
|
|
|
exemplarCity => q#Anadyr#, |
4421
|
|
|
|
|
|
|
}, |
4422
|
|
|
|
|
|
|
'Asia/Aqtau' => { |
4423
|
|
|
|
|
|
|
exemplarCity => q#Aktau#, |
4424
|
|
|
|
|
|
|
}, |
4425
|
|
|
|
|
|
|
'Asia/Aqtobe' => { |
4426
|
|
|
|
|
|
|
exemplarCity => q#Aktobe#, |
4427
|
|
|
|
|
|
|
}, |
4428
|
|
|
|
|
|
|
'Asia/Ashgabat' => { |
4429
|
|
|
|
|
|
|
exemplarCity => q#AÅgabat#, |
4430
|
|
|
|
|
|
|
}, |
4431
|
|
|
|
|
|
|
'Asia/Baghdad' => { |
4432
|
|
|
|
|
|
|
exemplarCity => q#Bagdat#, |
4433
|
|
|
|
|
|
|
}, |
4434
|
|
|
|
|
|
|
'Asia/Bahrain' => { |
4435
|
|
|
|
|
|
|
exemplarCity => q#Bahreýn#, |
4436
|
|
|
|
|
|
|
}, |
4437
|
|
|
|
|
|
|
'Asia/Baku' => { |
4438
|
|
|
|
|
|
|
exemplarCity => q#Baku#, |
4439
|
|
|
|
|
|
|
}, |
4440
|
|
|
|
|
|
|
'Asia/Bangkok' => { |
4441
|
|
|
|
|
|
|
exemplarCity => q#Bangkok#, |
4442
|
|
|
|
|
|
|
}, |
4443
|
|
|
|
|
|
|
'Asia/Beirut' => { |
4444
|
|
|
|
|
|
|
exemplarCity => q#Beýrut#, |
4445
|
|
|
|
|
|
|
}, |
4446
|
|
|
|
|
|
|
'Asia/Bishkek' => { |
4447
|
|
|
|
|
|
|
exemplarCity => q#BiÅkek#, |
4448
|
|
|
|
|
|
|
}, |
4449
|
|
|
|
|
|
|
'Asia/Brunei' => { |
4450
|
|
|
|
|
|
|
exemplarCity => q#Bruneý#, |
4451
|
|
|
|
|
|
|
}, |
4452
|
|
|
|
|
|
|
'Asia/Calcutta' => { |
4453
|
|
|
|
|
|
|
exemplarCity => q#Kalkutta#, |
4454
|
|
|
|
|
|
|
}, |
4455
|
|
|
|
|
|
|
'Asia/Chita' => { |
4456
|
|
|
|
|
|
|
exemplarCity => q#Ãita#, |
4457
|
|
|
|
|
|
|
}, |
4458
|
|
|
|
|
|
|
'Asia/Choibalsan' => { |
4459
|
|
|
|
|
|
|
exemplarCity => q#Ãoýbalsan#, |
4460
|
|
|
|
|
|
|
}, |
4461
|
|
|
|
|
|
|
'Asia/Colombo' => { |
4462
|
|
|
|
|
|
|
exemplarCity => q#Kolombo#, |
4463
|
|
|
|
|
|
|
}, |
4464
|
|
|
|
|
|
|
'Asia/Damascus' => { |
4465
|
|
|
|
|
|
|
exemplarCity => q#Damask#, |
4466
|
|
|
|
|
|
|
}, |
4467
|
|
|
|
|
|
|
'Asia/Dhaka' => { |
4468
|
|
|
|
|
|
|
exemplarCity => q#Dakka#, |
4469
|
|
|
|
|
|
|
}, |
4470
|
|
|
|
|
|
|
'Asia/Dili' => { |
4471
|
|
|
|
|
|
|
exemplarCity => q#Dili#, |
4472
|
|
|
|
|
|
|
}, |
4473
|
|
|
|
|
|
|
'Asia/Dubai' => { |
4474
|
|
|
|
|
|
|
exemplarCity => q#Dubaý#, |
4475
|
|
|
|
|
|
|
}, |
4476
|
|
|
|
|
|
|
'Asia/Dushanbe' => { |
4477
|
|
|
|
|
|
|
exemplarCity => q#DuÅanbe#, |
4478
|
|
|
|
|
|
|
}, |
4479
|
|
|
|
|
|
|
'Asia/Gaza' => { |
4480
|
|
|
|
|
|
|
exemplarCity => q#Gaza#, |
4481
|
|
|
|
|
|
|
}, |
4482
|
|
|
|
|
|
|
'Asia/Hebron' => { |
4483
|
|
|
|
|
|
|
exemplarCity => q#Hewron#, |
4484
|
|
|
|
|
|
|
}, |
4485
|
|
|
|
|
|
|
'Asia/Hong_Kong' => { |
4486
|
|
|
|
|
|
|
exemplarCity => q#Gonkong#, |
4487
|
|
|
|
|
|
|
}, |
4488
|
|
|
|
|
|
|
'Asia/Hovd' => { |
4489
|
|
|
|
|
|
|
exemplarCity => q#Howd#, |
4490
|
|
|
|
|
|
|
}, |
4491
|
|
|
|
|
|
|
'Asia/Irkutsk' => { |
4492
|
|
|
|
|
|
|
exemplarCity => q#Irkutsk#, |
4493
|
|
|
|
|
|
|
}, |
4494
|
|
|
|
|
|
|
'Asia/Jakarta' => { |
4495
|
|
|
|
|
|
|
exemplarCity => q#Jakarta#, |
4496
|
|
|
|
|
|
|
}, |
4497
|
|
|
|
|
|
|
'Asia/Jayapura' => { |
4498
|
|
|
|
|
|
|
exemplarCity => q#Jaýapura#, |
4499
|
|
|
|
|
|
|
}, |
4500
|
|
|
|
|
|
|
'Asia/Jerusalem' => { |
4501
|
|
|
|
|
|
|
exemplarCity => q#Iýerusalim#, |
4502
|
|
|
|
|
|
|
}, |
4503
|
|
|
|
|
|
|
'Asia/Kabul' => { |
4504
|
|
|
|
|
|
|
exemplarCity => q#Kabul#, |
4505
|
|
|
|
|
|
|
}, |
4506
|
|
|
|
|
|
|
'Asia/Kamchatka' => { |
4507
|
|
|
|
|
|
|
exemplarCity => q#Kamçatka#, |
4508
|
|
|
|
|
|
|
}, |
4509
|
|
|
|
|
|
|
'Asia/Karachi' => { |
4510
|
|
|
|
|
|
|
exemplarCity => q#Karaçi#, |
4511
|
|
|
|
|
|
|
}, |
4512
|
|
|
|
|
|
|
'Asia/Katmandu' => { |
4513
|
|
|
|
|
|
|
exemplarCity => q#Katmandu#, |
4514
|
|
|
|
|
|
|
}, |
4515
|
|
|
|
|
|
|
'Asia/Khandyga' => { |
4516
|
|
|
|
|
|
|
exemplarCity => q#Handyga#, |
4517
|
|
|
|
|
|
|
}, |
4518
|
|
|
|
|
|
|
'Asia/Krasnoyarsk' => { |
4519
|
|
|
|
|
|
|
exemplarCity => q#Krasnoýarsk#, |
4520
|
|
|
|
|
|
|
}, |
4521
|
|
|
|
|
|
|
'Asia/Kuala_Lumpur' => { |
4522
|
|
|
|
|
|
|
exemplarCity => q#Kuala-Lumpur#, |
4523
|
|
|
|
|
|
|
}, |
4524
|
|
|
|
|
|
|
'Asia/Kuching' => { |
4525
|
|
|
|
|
|
|
exemplarCity => q#Kuçing#, |
4526
|
|
|
|
|
|
|
}, |
4527
|
|
|
|
|
|
|
'Asia/Kuwait' => { |
4528
|
|
|
|
|
|
|
exemplarCity => q#Kuweýt#, |
4529
|
|
|
|
|
|
|
}, |
4530
|
|
|
|
|
|
|
'Asia/Macau' => { |
4531
|
|
|
|
|
|
|
exemplarCity => q#Makao#, |
4532
|
|
|
|
|
|
|
}, |
4533
|
|
|
|
|
|
|
'Asia/Magadan' => { |
4534
|
|
|
|
|
|
|
exemplarCity => q#Magadan#, |
4535
|
|
|
|
|
|
|
}, |
4536
|
|
|
|
|
|
|
'Asia/Makassar' => { |
4537
|
|
|
|
|
|
|
exemplarCity => q#Makasar#, |
4538
|
|
|
|
|
|
|
}, |
4539
|
|
|
|
|
|
|
'Asia/Manila' => { |
4540
|
|
|
|
|
|
|
exemplarCity => q#Manila#, |
4541
|
|
|
|
|
|
|
}, |
4542
|
|
|
|
|
|
|
'Asia/Muscat' => { |
4543
|
|
|
|
|
|
|
exemplarCity => q#Maskat#, |
4544
|
|
|
|
|
|
|
}, |
4545
|
|
|
|
|
|
|
'Asia/Nicosia' => { |
4546
|
|
|
|
|
|
|
exemplarCity => q#Nikosiýa#, |
4547
|
|
|
|
|
|
|
}, |
4548
|
|
|
|
|
|
|
'Asia/Novokuznetsk' => { |
4549
|
|
|
|
|
|
|
exemplarCity => q#Nowokuznetsk#, |
4550
|
|
|
|
|
|
|
}, |
4551
|
|
|
|
|
|
|
'Asia/Novosibirsk' => { |
4552
|
|
|
|
|
|
|
exemplarCity => q#Nowosibirsk#, |
4553
|
|
|
|
|
|
|
}, |
4554
|
|
|
|
|
|
|
'Asia/Omsk' => { |
4555
|
|
|
|
|
|
|
exemplarCity => q#Omsk#, |
4556
|
|
|
|
|
|
|
}, |
4557
|
|
|
|
|
|
|
'Asia/Oral' => { |
4558
|
|
|
|
|
|
|
exemplarCity => q#Oral#, |
4559
|
|
|
|
|
|
|
}, |
4560
|
|
|
|
|
|
|
'Asia/Phnom_Penh' => { |
4561
|
|
|
|
|
|
|
exemplarCity => q#Pnompen#, |
4562
|
|
|
|
|
|
|
}, |
4563
|
|
|
|
|
|
|
'Asia/Pontianak' => { |
4564
|
|
|
|
|
|
|
exemplarCity => q#Pontianak#, |
4565
|
|
|
|
|
|
|
}, |
4566
|
|
|
|
|
|
|
'Asia/Pyongyang' => { |
4567
|
|
|
|
|
|
|
exemplarCity => q#Phenýan#, |
4568
|
|
|
|
|
|
|
}, |
4569
|
|
|
|
|
|
|
'Asia/Qatar' => { |
4570
|
|
|
|
|
|
|
exemplarCity => q#Katar#, |
4571
|
|
|
|
|
|
|
}, |
4572
|
|
|
|
|
|
|
'Asia/Qyzylorda' => { |
4573
|
|
|
|
|
|
|
exemplarCity => q#Gyzylorda#, |
4574
|
|
|
|
|
|
|
}, |
4575
|
|
|
|
|
|
|
'Asia/Rangoon' => { |
4576
|
|
|
|
|
|
|
exemplarCity => q#Rangun#, |
4577
|
|
|
|
|
|
|
}, |
4578
|
|
|
|
|
|
|
'Asia/Riyadh' => { |
4579
|
|
|
|
|
|
|
exemplarCity => q#Er-Riýad#, |
4580
|
|
|
|
|
|
|
}, |
4581
|
|
|
|
|
|
|
'Asia/Saigon' => { |
4582
|
|
|
|
|
|
|
exemplarCity => q#HoÅimin#, |
4583
|
|
|
|
|
|
|
}, |
4584
|
|
|
|
|
|
|
'Asia/Sakhalin' => { |
4585
|
|
|
|
|
|
|
exemplarCity => q#Sahalin#, |
4586
|
|
|
|
|
|
|
}, |
4587
|
|
|
|
|
|
|
'Asia/Samarkand' => { |
4588
|
|
|
|
|
|
|
exemplarCity => q#Samarkand#, |
4589
|
|
|
|
|
|
|
}, |
4590
|
|
|
|
|
|
|
'Asia/Seoul' => { |
4591
|
|
|
|
|
|
|
exemplarCity => q#Seul#, |
4592
|
|
|
|
|
|
|
}, |
4593
|
|
|
|
|
|
|
'Asia/Shanghai' => { |
4594
|
|
|
|
|
|
|
exemplarCity => q#Åanhaý#, |
4595
|
|
|
|
|
|
|
}, |
4596
|
|
|
|
|
|
|
'Asia/Singapore' => { |
4597
|
|
|
|
|
|
|
exemplarCity => q#Singapur#, |
4598
|
|
|
|
|
|
|
}, |
4599
|
|
|
|
|
|
|
'Asia/Srednekolymsk' => { |
4600
|
|
|
|
|
|
|
exemplarCity => q#Srednekolymsk#, |
4601
|
|
|
|
|
|
|
}, |
4602
|
|
|
|
|
|
|
'Asia/Taipei' => { |
4603
|
|
|
|
|
|
|
exemplarCity => q#Taýbeý#, |
4604
|
|
|
|
|
|
|
}, |
4605
|
|
|
|
|
|
|
'Asia/Tashkent' => { |
4606
|
|
|
|
|
|
|
exemplarCity => q#TaÅkent#, |
4607
|
|
|
|
|
|
|
}, |
4608
|
|
|
|
|
|
|
'Asia/Tbilisi' => { |
4609
|
|
|
|
|
|
|
exemplarCity => q#Tbilisi#, |
4610
|
|
|
|
|
|
|
}, |
4611
|
|
|
|
|
|
|
'Asia/Tehran' => { |
4612
|
|
|
|
|
|
|
exemplarCity => q#Tähran#, |
4613
|
|
|
|
|
|
|
}, |
4614
|
|
|
|
|
|
|
'Asia/Thimphu' => { |
4615
|
|
|
|
|
|
|
exemplarCity => q#Timpu#, |
4616
|
|
|
|
|
|
|
}, |
4617
|
|
|
|
|
|
|
'Asia/Tokyo' => { |
4618
|
|
|
|
|
|
|
exemplarCity => q#Tokýo#, |
4619
|
|
|
|
|
|
|
}, |
4620
|
|
|
|
|
|
|
'Asia/Ulaanbaatar' => { |
4621
|
|
|
|
|
|
|
exemplarCity => q#Ulan-Bator#, |
4622
|
|
|
|
|
|
|
}, |
4623
|
|
|
|
|
|
|
'Asia/Urumqi' => { |
4624
|
|
|
|
|
|
|
exemplarCity => q#Urumçy#, |
4625
|
|
|
|
|
|
|
}, |
4626
|
|
|
|
|
|
|
'Asia/Ust-Nera' => { |
4627
|
|
|
|
|
|
|
exemplarCity => q#Ust-Nera#, |
4628
|
|
|
|
|
|
|
}, |
4629
|
|
|
|
|
|
|
'Asia/Vientiane' => { |
4630
|
|
|
|
|
|
|
exemplarCity => q#Wýentýan#, |
4631
|
|
|
|
|
|
|
}, |
4632
|
|
|
|
|
|
|
'Asia/Vladivostok' => { |
4633
|
|
|
|
|
|
|
exemplarCity => q#Wladiwostok#, |
4634
|
|
|
|
|
|
|
}, |
4635
|
|
|
|
|
|
|
'Asia/Yakutsk' => { |
4636
|
|
|
|
|
|
|
exemplarCity => q#Ãakutsk#, |
4637
|
|
|
|
|
|
|
}, |
4638
|
|
|
|
|
|
|
'Asia/Yekaterinburg' => { |
4639
|
|
|
|
|
|
|
exemplarCity => q#Ãekaterinburg#, |
4640
|
|
|
|
|
|
|
}, |
4641
|
|
|
|
|
|
|
'Asia/Yerevan' => { |
4642
|
|
|
|
|
|
|
exemplarCity => q#Ãerewan#, |
4643
|
|
|
|
|
|
|
}, |
4644
|
|
|
|
|
|
|
'Atlantic' => { |
4645
|
|
|
|
|
|
|
long => { |
4646
|
|
|
|
|
|
|
'daylight' => q(Atlantika, tomusky wagt), |
4647
|
|
|
|
|
|
|
'generic' => q(Atlantika), |
4648
|
|
|
|
|
|
|
'standard' => q(Atlantika, standart wagt), |
4649
|
|
|
|
|
|
|
}, |
4650
|
|
|
|
|
|
|
}, |
4651
|
|
|
|
|
|
|
'Atlantic/Azores' => { |
4652
|
|
|
|
|
|
|
exemplarCity => q#Azor adalary#, |
4653
|
|
|
|
|
|
|
}, |
4654
|
|
|
|
|
|
|
'Atlantic/Bermuda' => { |
4655
|
|
|
|
|
|
|
exemplarCity => q#Bermuda#, |
4656
|
|
|
|
|
|
|
}, |
4657
|
|
|
|
|
|
|
'Atlantic/Canary' => { |
4658
|
|
|
|
|
|
|
exemplarCity => q#Kanar adalary#, |
4659
|
|
|
|
|
|
|
}, |
4660
|
|
|
|
|
|
|
'Atlantic/Cape_Verde' => { |
4661
|
|
|
|
|
|
|
exemplarCity => q#Kabo-Werde#, |
4662
|
|
|
|
|
|
|
}, |
4663
|
|
|
|
|
|
|
'Atlantic/Faeroe' => { |
4664
|
|
|
|
|
|
|
exemplarCity => q#Farer adalary#, |
4665
|
|
|
|
|
|
|
}, |
4666
|
|
|
|
|
|
|
'Atlantic/Madeira' => { |
4667
|
|
|
|
|
|
|
exemplarCity => q#Madeýra adalary#, |
4668
|
|
|
|
|
|
|
}, |
4669
|
|
|
|
|
|
|
'Atlantic/Reykjavik' => { |
4670
|
|
|
|
|
|
|
exemplarCity => q#Reýkýawik#, |
4671
|
|
|
|
|
|
|
}, |
4672
|
|
|
|
|
|
|
'Atlantic/South_Georgia' => { |
4673
|
|
|
|
|
|
|
exemplarCity => q#Günorta Georgiýa#, |
4674
|
|
|
|
|
|
|
}, |
4675
|
|
|
|
|
|
|
'Atlantic/St_Helena' => { |
4676
|
|
|
|
|
|
|
exemplarCity => q#Keramatly Elena adalary#, |
4677
|
|
|
|
|
|
|
}, |
4678
|
|
|
|
|
|
|
'Atlantic/Stanley' => { |
4679
|
|
|
|
|
|
|
exemplarCity => q#Stenli#, |
4680
|
|
|
|
|
|
|
}, |
4681
|
|
|
|
|
|
|
'Australia/Adelaide' => { |
4682
|
|
|
|
|
|
|
exemplarCity => q#Adelaýda#, |
4683
|
|
|
|
|
|
|
}, |
4684
|
|
|
|
|
|
|
'Australia/Brisbane' => { |
4685
|
|
|
|
|
|
|
exemplarCity => q#Brisben#, |
4686
|
|
|
|
|
|
|
}, |
4687
|
|
|
|
|
|
|
'Australia/Broken_Hill' => { |
4688
|
|
|
|
|
|
|
exemplarCity => q#Broken-Hil#, |
4689
|
|
|
|
|
|
|
}, |
4690
|
|
|
|
|
|
|
'Australia/Currie' => { |
4691
|
|
|
|
|
|
|
exemplarCity => q#Kerri#, |
4692
|
|
|
|
|
|
|
}, |
4693
|
|
|
|
|
|
|
'Australia/Darwin' => { |
4694
|
|
|
|
|
|
|
exemplarCity => q#Darwin#, |
4695
|
|
|
|
|
|
|
}, |
4696
|
|
|
|
|
|
|
'Australia/Eucla' => { |
4697
|
|
|
|
|
|
|
exemplarCity => q#Ãukla#, |
4698
|
|
|
|
|
|
|
}, |
4699
|
|
|
|
|
|
|
'Australia/Hobart' => { |
4700
|
|
|
|
|
|
|
exemplarCity => q#Hobart#, |
4701
|
|
|
|
|
|
|
}, |
4702
|
|
|
|
|
|
|
'Australia/Lindeman' => { |
4703
|
|
|
|
|
|
|
exemplarCity => q#Lindeman#, |
4704
|
|
|
|
|
|
|
}, |
4705
|
|
|
|
|
|
|
'Australia/Lord_Howe' => { |
4706
|
|
|
|
|
|
|
exemplarCity => q#Lord-Hau#, |
4707
|
|
|
|
|
|
|
}, |
4708
|
|
|
|
|
|
|
'Australia/Melbourne' => { |
4709
|
|
|
|
|
|
|
exemplarCity => q#Melburn#, |
4710
|
|
|
|
|
|
|
}, |
4711
|
|
|
|
|
|
|
'Australia/Perth' => { |
4712
|
|
|
|
|
|
|
exemplarCity => q#Pert#, |
4713
|
|
|
|
|
|
|
}, |
4714
|
|
|
|
|
|
|
'Australia/Sydney' => { |
4715
|
|
|
|
|
|
|
exemplarCity => q#Sidneý#, |
4716
|
|
|
|
|
|
|
}, |
4717
|
|
|
|
|
|
|
'Australia_Central' => { |
4718
|
|
|
|
|
|
|
long => { |
4719
|
|
|
|
|
|
|
'daylight' => q(Merkezi Awstraliýa, tomusky wagt), |
4720
|
|
|
|
|
|
|
'generic' => q(Merkezi Awstraliýa), |
4721
|
|
|
|
|
|
|
'standard' => q(Merkezi Awstraliýa, standart wagt), |
4722
|
|
|
|
|
|
|
}, |
4723
|
|
|
|
|
|
|
}, |
4724
|
|
|
|
|
|
|
'Australia_CentralWestern' => { |
4725
|
|
|
|
|
|
|
long => { |
4726
|
|
|
|
|
|
|
'daylight' => q(Merkezi Awstraliýa, günbatar tarap, tomusky wagt), |
4727
|
|
|
|
|
|
|
'generic' => q(Merkezi Awstraliýa, günbatar tarap), |
4728
|
|
|
|
|
|
|
'standard' => q(Merkezi Awstraliýa, günbatar tarap, standart wagt), |
4729
|
|
|
|
|
|
|
}, |
4730
|
|
|
|
|
|
|
}, |
4731
|
|
|
|
|
|
|
'Australia_Eastern' => { |
4732
|
|
|
|
|
|
|
long => { |
4733
|
|
|
|
|
|
|
'daylight' => q(Gündogar Awstraliýa, tomusky wagt), |
4734
|
|
|
|
|
|
|
'generic' => q(Gündogar Awstraliýa), |
4735
|
|
|
|
|
|
|
'standard' => q(Gündogar Awstraliýa, standart wagt), |
4736
|
|
|
|
|
|
|
}, |
4737
|
|
|
|
|
|
|
}, |
4738
|
|
|
|
|
|
|
'Australia_Western' => { |
4739
|
|
|
|
|
|
|
long => { |
4740
|
|
|
|
|
|
|
'daylight' => q(Günbatar Awstraliýa, tomusky wagt), |
4741
|
|
|
|
|
|
|
'generic' => q(Günbatar Awstraliýa), |
4742
|
|
|
|
|
|
|
'standard' => q(Günbatar Awstraliýa, standart wagt), |
4743
|
|
|
|
|
|
|
}, |
4744
|
|
|
|
|
|
|
}, |
4745
|
|
|
|
|
|
|
'Azerbaijan' => { |
4746
|
|
|
|
|
|
|
long => { |
4747
|
|
|
|
|
|
|
'daylight' => q(Azerbaýjan, tomusky wagt), |
4748
|
|
|
|
|
|
|
'generic' => q(Azerbaýjan), |
4749
|
|
|
|
|
|
|
'standard' => q(Azerbaýjan, standart wagt), |
4750
|
|
|
|
|
|
|
}, |
4751
|
|
|
|
|
|
|
}, |
4752
|
|
|
|
|
|
|
'Azores' => { |
4753
|
|
|
|
|
|
|
long => { |
4754
|
|
|
|
|
|
|
'daylight' => q(Azor adalary, tomusky wagt), |
4755
|
|
|
|
|
|
|
'generic' => q(Azor adalary), |
4756
|
|
|
|
|
|
|
'standard' => q(Azor adalary, standart wagt), |
4757
|
|
|
|
|
|
|
}, |
4758
|
|
|
|
|
|
|
}, |
4759
|
|
|
|
|
|
|
'Bangladesh' => { |
4760
|
|
|
|
|
|
|
long => { |
4761
|
|
|
|
|
|
|
'daylight' => q(BangladeÅ, tomusky wagt), |
4762
|
|
|
|
|
|
|
'generic' => q(BangladeÅ), |
4763
|
|
|
|
|
|
|
'standard' => q(BangladeÅ, standart wagt), |
4764
|
|
|
|
|
|
|
}, |
4765
|
|
|
|
|
|
|
}, |
4766
|
|
|
|
|
|
|
'Bhutan' => { |
4767
|
|
|
|
|
|
|
long => { |
4768
|
|
|
|
|
|
|
'standard' => q(Butan), |
4769
|
|
|
|
|
|
|
}, |
4770
|
|
|
|
|
|
|
}, |
4771
|
|
|
|
|
|
|
'Bolivia' => { |
4772
|
|
|
|
|
|
|
long => { |
4773
|
|
|
|
|
|
|
'standard' => q(Boliwiýa), |
4774
|
|
|
|
|
|
|
}, |
4775
|
|
|
|
|
|
|
}, |
4776
|
|
|
|
|
|
|
'Brasilia' => { |
4777
|
|
|
|
|
|
|
long => { |
4778
|
|
|
|
|
|
|
'daylight' => q(Braziliýa, tomusky wagt), |
4779
|
|
|
|
|
|
|
'generic' => q(Braziliýa), |
4780
|
|
|
|
|
|
|
'standard' => q(Braziliýa, standart wagt), |
4781
|
|
|
|
|
|
|
}, |
4782
|
|
|
|
|
|
|
}, |
4783
|
|
|
|
|
|
|
'Brunei' => { |
4784
|
|
|
|
|
|
|
long => { |
4785
|
|
|
|
|
|
|
'standard' => q(Bruneý-Darussalam), |
4786
|
|
|
|
|
|
|
}, |
4787
|
|
|
|
|
|
|
}, |
4788
|
|
|
|
|
|
|
'Cape_Verde' => { |
4789
|
|
|
|
|
|
|
long => { |
4790
|
|
|
|
|
|
|
'daylight' => q(Kabo-Werde, tomusky wagt), |
4791
|
|
|
|
|
|
|
'generic' => q(Kabo-Werde), |
4792
|
|
|
|
|
|
|
'standard' => q(Kabo-Werde, standart wagt), |
4793
|
|
|
|
|
|
|
}, |
4794
|
|
|
|
|
|
|
}, |
4795
|
|
|
|
|
|
|
'Chamorro' => { |
4796
|
|
|
|
|
|
|
long => { |
4797
|
|
|
|
|
|
|
'standard' => q(Ãamorro), |
4798
|
|
|
|
|
|
|
}, |
4799
|
|
|
|
|
|
|
}, |
4800
|
|
|
|
|
|
|
'Chatham' => { |
4801
|
|
|
|
|
|
|
long => { |
4802
|
|
|
|
|
|
|
'daylight' => q(Ãatem, tomusky wagt), |
4803
|
|
|
|
|
|
|
'generic' => q(Ãatem), |
4804
|
|
|
|
|
|
|
'standard' => q(Ãatem, standart wagt), |
4805
|
|
|
|
|
|
|
}, |
4806
|
|
|
|
|
|
|
}, |
4807
|
|
|
|
|
|
|
'Chile' => { |
4808
|
|
|
|
|
|
|
long => { |
4809
|
|
|
|
|
|
|
'daylight' => q(Ãili, tomusky wagt), |
4810
|
|
|
|
|
|
|
'generic' => q(Ãili), |
4811
|
|
|
|
|
|
|
'standard' => q(Ãili, standart wagt), |
4812
|
|
|
|
|
|
|
}, |
4813
|
|
|
|
|
|
|
}, |
4814
|
|
|
|
|
|
|
'China' => { |
4815
|
|
|
|
|
|
|
long => { |
4816
|
|
|
|
|
|
|
'daylight' => q(Hytaý, tomusky wagt), |
4817
|
|
|
|
|
|
|
'generic' => q(Hytaý), |
4818
|
|
|
|
|
|
|
'standard' => q(Hytaý, standart wagt), |
4819
|
|
|
|
|
|
|
}, |
4820
|
|
|
|
|
|
|
}, |
4821
|
|
|
|
|
|
|
'Choibalsan' => { |
4822
|
|
|
|
|
|
|
long => { |
4823
|
|
|
|
|
|
|
'daylight' => q(Ãoýbalsan, tomusky wagt), |
4824
|
|
|
|
|
|
|
'generic' => q(Ãoýbalsan), |
4825
|
|
|
|
|
|
|
'standard' => q(Ãoýbalsan, standart wagt), |
4826
|
|
|
|
|
|
|
}, |
4827
|
|
|
|
|
|
|
}, |
4828
|
|
|
|
|
|
|
'Christmas' => { |
4829
|
|
|
|
|
|
|
long => { |
4830
|
|
|
|
|
|
|
'standard' => q(Krismas adasy), |
4831
|
|
|
|
|
|
|
}, |
4832
|
|
|
|
|
|
|
}, |
4833
|
|
|
|
|
|
|
'Cocos' => { |
4834
|
|
|
|
|
|
|
long => { |
4835
|
|
|
|
|
|
|
'standard' => q(Kokos adalary), |
4836
|
|
|
|
|
|
|
}, |
4837
|
|
|
|
|
|
|
}, |
4838
|
|
|
|
|
|
|
'Colombia' => { |
4839
|
|
|
|
|
|
|
long => { |
4840
|
|
|
|
|
|
|
'daylight' => q(Kolumbiýa, tomusky wagt), |
4841
|
|
|
|
|
|
|
'generic' => q(Kolumbiýa), |
4842
|
|
|
|
|
|
|
'standard' => q(Kolumbiýa, standart wagt), |
4843
|
|
|
|
|
|
|
}, |
4844
|
|
|
|
|
|
|
}, |
4845
|
|
|
|
|
|
|
'Cook' => { |
4846
|
|
|
|
|
|
|
long => { |
4847
|
|
|
|
|
|
|
'daylight' => q(Kuka adalary, tomusky wagt), |
4848
|
|
|
|
|
|
|
'generic' => q(Kuka adalary), |
4849
|
|
|
|
|
|
|
'standard' => q(Kuka adalary, standart wagt), |
4850
|
|
|
|
|
|
|
}, |
4851
|
|
|
|
|
|
|
}, |
4852
|
|
|
|
|
|
|
'Cuba' => { |
4853
|
|
|
|
|
|
|
long => { |
4854
|
|
|
|
|
|
|
'daylight' => q(Kuba, tomusky wagt), |
4855
|
|
|
|
|
|
|
'generic' => q(Kuba), |
4856
|
|
|
|
|
|
|
'standard' => q(Kuba, standart wagt), |
4857
|
|
|
|
|
|
|
}, |
4858
|
|
|
|
|
|
|
}, |
4859
|
|
|
|
|
|
|
'Davis' => { |
4860
|
|
|
|
|
|
|
long => { |
4861
|
|
|
|
|
|
|
'standard' => q(Deýwis), |
4862
|
|
|
|
|
|
|
}, |
4863
|
|
|
|
|
|
|
}, |
4864
|
|
|
|
|
|
|
'DumontDUrville' => { |
4865
|
|
|
|
|
|
|
long => { |
4866
|
|
|
|
|
|
|
'standard' => q(Dýumon-d-Ãurwil), |
4867
|
|
|
|
|
|
|
}, |
4868
|
|
|
|
|
|
|
}, |
4869
|
|
|
|
|
|
|
'East_Timor' => { |
4870
|
|
|
|
|
|
|
long => { |
4871
|
|
|
|
|
|
|
'standard' => q(Gündogar Timor), |
4872
|
|
|
|
|
|
|
}, |
4873
|
|
|
|
|
|
|
}, |
4874
|
|
|
|
|
|
|
'Easter' => { |
4875
|
|
|
|
|
|
|
long => { |
4876
|
|
|
|
|
|
|
'daylight' => q(Pasha adasy, tomusky wagt), |
4877
|
|
|
|
|
|
|
'generic' => q(Pasha adasy), |
4878
|
|
|
|
|
|
|
'standard' => q(Pasha adasy, standart wagt), |
4879
|
|
|
|
|
|
|
}, |
4880
|
|
|
|
|
|
|
}, |
4881
|
|
|
|
|
|
|
'Ecuador' => { |
4882
|
|
|
|
|
|
|
long => { |
4883
|
|
|
|
|
|
|
'standard' => q(Ekwador), |
4884
|
|
|
|
|
|
|
}, |
4885
|
|
|
|
|
|
|
}, |
4886
|
|
|
|
|
|
|
'Etc/Unknown' => { |
4887
|
|
|
|
|
|
|
exemplarCity => q#Näbelli#, |
4888
|
|
|
|
|
|
|
}, |
4889
|
|
|
|
|
|
|
'Europe/Amsterdam' => { |
4890
|
|
|
|
|
|
|
exemplarCity => q#Amsterdam#, |
4891
|
|
|
|
|
|
|
}, |
4892
|
|
|
|
|
|
|
'Europe/Andorra' => { |
4893
|
|
|
|
|
|
|
exemplarCity => q#Andorra#, |
4894
|
|
|
|
|
|
|
}, |
4895
|
|
|
|
|
|
|
'Europe/Athens' => { |
4896
|
|
|
|
|
|
|
exemplarCity => q#Afiny#, |
4897
|
|
|
|
|
|
|
}, |
4898
|
|
|
|
|
|
|
'Europe/Belgrade' => { |
4899
|
|
|
|
|
|
|
exemplarCity => q#Belgrad#, |
4900
|
|
|
|
|
|
|
}, |
4901
|
|
|
|
|
|
|
'Europe/Berlin' => { |
4902
|
|
|
|
|
|
|
exemplarCity => q#Berlin#, |
4903
|
|
|
|
|
|
|
}, |
4904
|
|
|
|
|
|
|
'Europe/Bratislava' => { |
4905
|
|
|
|
|
|
|
exemplarCity => q#Bratislawa#, |
4906
|
|
|
|
|
|
|
}, |
4907
|
|
|
|
|
|
|
'Europe/Brussels' => { |
4908
|
|
|
|
|
|
|
exemplarCity => q#Brýussel#, |
4909
|
|
|
|
|
|
|
}, |
4910
|
|
|
|
|
|
|
'Europe/Bucharest' => { |
4911
|
|
|
|
|
|
|
exemplarCity => q#Buharest#, |
4912
|
|
|
|
|
|
|
}, |
4913
|
|
|
|
|
|
|
'Europe/Budapest' => { |
4914
|
|
|
|
|
|
|
exemplarCity => q#BudapeÅt#, |
4915
|
|
|
|
|
|
|
}, |
4916
|
|
|
|
|
|
|
'Europe/Busingen' => { |
4917
|
|
|
|
|
|
|
exemplarCity => q#Býuzingen#, |
4918
|
|
|
|
|
|
|
}, |
4919
|
|
|
|
|
|
|
'Europe/Chisinau' => { |
4920
|
|
|
|
|
|
|
exemplarCity => q#KiÅinýow#, |
4921
|
|
|
|
|
|
|
}, |
4922
|
|
|
|
|
|
|
'Europe/Copenhagen' => { |
4923
|
|
|
|
|
|
|
exemplarCity => q#Kopengagen#, |
4924
|
|
|
|
|
|
|
}, |
4925
|
|
|
|
|
|
|
'Europe/Dublin' => { |
4926
|
|
|
|
|
|
|
exemplarCity => q#Dublin#, |
4927
|
|
|
|
|
|
|
long => { |
4928
|
|
|
|
|
|
|
'daylight' => q(Irlandiýa, standart wagt), |
4929
|
|
|
|
|
|
|
}, |
4930
|
|
|
|
|
|
|
}, |
4931
|
|
|
|
|
|
|
'Europe/Gibraltar' => { |
4932
|
|
|
|
|
|
|
exemplarCity => q#Gibraltar#, |
4933
|
|
|
|
|
|
|
}, |
4934
|
|
|
|
|
|
|
'Europe/Guernsey' => { |
4935
|
|
|
|
|
|
|
exemplarCity => q#Gernsi#, |
4936
|
|
|
|
|
|
|
}, |
4937
|
|
|
|
|
|
|
'Europe/Helsinki' => { |
4938
|
|
|
|
|
|
|
exemplarCity => q#Helsinki#, |
4939
|
|
|
|
|
|
|
}, |
4940
|
|
|
|
|
|
|
'Europe/Isle_of_Man' => { |
4941
|
|
|
|
|
|
|
exemplarCity => q#Men adasy#, |
4942
|
|
|
|
|
|
|
}, |
4943
|
|
|
|
|
|
|
'Europe/Istanbul' => { |
4944
|
|
|
|
|
|
|
exemplarCity => q#Stambul#, |
4945
|
|
|
|
|
|
|
}, |
4946
|
|
|
|
|
|
|
'Europe/Jersey' => { |
4947
|
|
|
|
|
|
|
exemplarCity => q#Jersi#, |
4948
|
|
|
|
|
|
|
}, |
4949
|
|
|
|
|
|
|
'Europe/Kaliningrad' => { |
4950
|
|
|
|
|
|
|
exemplarCity => q#Kaliningrad#, |
4951
|
|
|
|
|
|
|
}, |
4952
|
|
|
|
|
|
|
'Europe/Kiev' => { |
4953
|
|
|
|
|
|
|
exemplarCity => q#Kiýew#, |
4954
|
|
|
|
|
|
|
}, |
4955
|
|
|
|
|
|
|
'Europe/Lisbon' => { |
4956
|
|
|
|
|
|
|
exemplarCity => q#Lissabon#, |
4957
|
|
|
|
|
|
|
}, |
4958
|
|
|
|
|
|
|
'Europe/Ljubljana' => { |
4959
|
|
|
|
|
|
|
exemplarCity => q#Lýublýana#, |
4960
|
|
|
|
|
|
|
}, |
4961
|
|
|
|
|
|
|
'Europe/London' => { |
4962
|
|
|
|
|
|
|
exemplarCity => q#London#, |
4963
|
|
|
|
|
|
|
long => { |
4964
|
|
|
|
|
|
|
'daylight' => q(Beýik Britaniýa, tomusky wagt), |
4965
|
|
|
|
|
|
|
}, |
4966
|
|
|
|
|
|
|
}, |
4967
|
|
|
|
|
|
|
'Europe/Luxembourg' => { |
4968
|
|
|
|
|
|
|
exemplarCity => q#Lýuksemburg#, |
4969
|
|
|
|
|
|
|
}, |
4970
|
|
|
|
|
|
|
'Europe/Madrid' => { |
4971
|
|
|
|
|
|
|
exemplarCity => q#Madrid#, |
4972
|
|
|
|
|
|
|
}, |
4973
|
|
|
|
|
|
|
'Europe/Malta' => { |
4974
|
|
|
|
|
|
|
exemplarCity => q#Malta#, |
4975
|
|
|
|
|
|
|
}, |
4976
|
|
|
|
|
|
|
'Europe/Mariehamn' => { |
4977
|
|
|
|
|
|
|
exemplarCity => q#Mariýehamn#, |
4978
|
|
|
|
|
|
|
}, |
4979
|
|
|
|
|
|
|
'Europe/Minsk' => { |
4980
|
|
|
|
|
|
|
exemplarCity => q#Minsk#, |
4981
|
|
|
|
|
|
|
}, |
4982
|
|
|
|
|
|
|
'Europe/Monaco' => { |
4983
|
|
|
|
|
|
|
exemplarCity => q#Monako#, |
4984
|
|
|
|
|
|
|
}, |
4985
|
|
|
|
|
|
|
'Europe/Moscow' => { |
4986
|
|
|
|
|
|
|
exemplarCity => q#Moskwa#, |
4987
|
|
|
|
|
|
|
}, |
4988
|
|
|
|
|
|
|
'Europe/Oslo' => { |
4989
|
|
|
|
|
|
|
exemplarCity => q#Oslo#, |
4990
|
|
|
|
|
|
|
}, |
4991
|
|
|
|
|
|
|
'Europe/Paris' => { |
4992
|
|
|
|
|
|
|
exemplarCity => q#Pariž#, |
4993
|
|
|
|
|
|
|
}, |
4994
|
|
|
|
|
|
|
'Europe/Podgorica' => { |
4995
|
|
|
|
|
|
|
exemplarCity => q#Podgorisa#, |
4996
|
|
|
|
|
|
|
}, |
4997
|
|
|
|
|
|
|
'Europe/Prague' => { |
4998
|
|
|
|
|
|
|
exemplarCity => q#Praga#, |
4999
|
|
|
|
|
|
|
}, |
5000
|
|
|
|
|
|
|
'Europe/Riga' => { |
5001
|
|
|
|
|
|
|
exemplarCity => q#Riga#, |
5002
|
|
|
|
|
|
|
}, |
5003
|
|
|
|
|
|
|
'Europe/Rome' => { |
5004
|
|
|
|
|
|
|
exemplarCity => q#Rim#, |
5005
|
|
|
|
|
|
|
}, |
5006
|
|
|
|
|
|
|
'Europe/Samara' => { |
5007
|
|
|
|
|
|
|
exemplarCity => q#Samara#, |
5008
|
|
|
|
|
|
|
}, |
5009
|
|
|
|
|
|
|
'Europe/San_Marino' => { |
5010
|
|
|
|
|
|
|
exemplarCity => q#San-Marino#, |
5011
|
|
|
|
|
|
|
}, |
5012
|
|
|
|
|
|
|
'Europe/Sarajevo' => { |
5013
|
|
|
|
|
|
|
exemplarCity => q#Saraýewo#, |
5014
|
|
|
|
|
|
|
}, |
5015
|
|
|
|
|
|
|
'Europe/Simferopol' => { |
5016
|
|
|
|
|
|
|
exemplarCity => q#Simferopol#, |
5017
|
|
|
|
|
|
|
}, |
5018
|
|
|
|
|
|
|
'Europe/Skopje' => { |
5019
|
|
|
|
|
|
|
exemplarCity => q#Skopýe#, |
5020
|
|
|
|
|
|
|
}, |
5021
|
|
|
|
|
|
|
'Europe/Sofia' => { |
5022
|
|
|
|
|
|
|
exemplarCity => q#Sofiýa#, |
5023
|
|
|
|
|
|
|
}, |
5024
|
|
|
|
|
|
|
'Europe/Stockholm' => { |
5025
|
|
|
|
|
|
|
exemplarCity => q#Stokgolm#, |
5026
|
|
|
|
|
|
|
}, |
5027
|
|
|
|
|
|
|
'Europe/Tallinn' => { |
5028
|
|
|
|
|
|
|
exemplarCity => q#Tallin#, |
5029
|
|
|
|
|
|
|
}, |
5030
|
|
|
|
|
|
|
'Europe/Tirane' => { |
5031
|
|
|
|
|
|
|
exemplarCity => q#Tirana#, |
5032
|
|
|
|
|
|
|
}, |
5033
|
|
|
|
|
|
|
'Europe/Uzhgorod' => { |
5034
|
|
|
|
|
|
|
exemplarCity => q#Užgorod#, |
5035
|
|
|
|
|
|
|
}, |
5036
|
|
|
|
|
|
|
'Europe/Vaduz' => { |
5037
|
|
|
|
|
|
|
exemplarCity => q#Waduz#, |
5038
|
|
|
|
|
|
|
}, |
5039
|
|
|
|
|
|
|
'Europe/Vatican' => { |
5040
|
|
|
|
|
|
|
exemplarCity => q#Watikan#, |
5041
|
|
|
|
|
|
|
}, |
5042
|
|
|
|
|
|
|
'Europe/Vienna' => { |
5043
|
|
|
|
|
|
|
exemplarCity => q#Wena#, |
5044
|
|
|
|
|
|
|
}, |
5045
|
|
|
|
|
|
|
'Europe/Vilnius' => { |
5046
|
|
|
|
|
|
|
exemplarCity => q#Wilnýus#, |
5047
|
|
|
|
|
|
|
}, |
5048
|
|
|
|
|
|
|
'Europe/Volgograd' => { |
5049
|
|
|
|
|
|
|
exemplarCity => q#Wolgograd#, |
5050
|
|
|
|
|
|
|
}, |
5051
|
|
|
|
|
|
|
'Europe/Warsaw' => { |
5052
|
|
|
|
|
|
|
exemplarCity => q#WarÅawa#, |
5053
|
|
|
|
|
|
|
}, |
5054
|
|
|
|
|
|
|
'Europe/Zagreb' => { |
5055
|
|
|
|
|
|
|
exemplarCity => q#Zagreb#, |
5056
|
|
|
|
|
|
|
}, |
5057
|
|
|
|
|
|
|
'Europe/Zaporozhye' => { |
5058
|
|
|
|
|
|
|
exemplarCity => q#Zaporožýe#, |
5059
|
|
|
|
|
|
|
}, |
5060
|
|
|
|
|
|
|
'Europe/Zurich' => { |
5061
|
|
|
|
|
|
|
exemplarCity => q#Tsýürih#, |
5062
|
|
|
|
|
|
|
}, |
5063
|
|
|
|
|
|
|
'Europe_Central' => { |
5064
|
|
|
|
|
|
|
long => { |
5065
|
|
|
|
|
|
|
'daylight' => q(Merkezi Ãewropa, tomusky wagt), |
5066
|
|
|
|
|
|
|
'generic' => q(Merkezi Ãewropa), |
5067
|
|
|
|
|
|
|
'standard' => q(Merkezi Ãewropa, standart wagt), |
5068
|
|
|
|
|
|
|
}, |
5069
|
|
|
|
|
|
|
}, |
5070
|
|
|
|
|
|
|
'Europe_Eastern' => { |
5071
|
|
|
|
|
|
|
long => { |
5072
|
|
|
|
|
|
|
'daylight' => q(Gündogar Ãewropa, tomusky wagt), |
5073
|
|
|
|
|
|
|
'generic' => q(Gündogar Ãewropa), |
5074
|
|
|
|
|
|
|
'standard' => q(Gündogar Ãewropa, standart wagt), |
5075
|
|
|
|
|
|
|
}, |
5076
|
|
|
|
|
|
|
}, |
5077
|
|
|
|
|
|
|
'Europe_Further_Eastern' => { |
5078
|
|
|
|
|
|
|
long => { |
5079
|
|
|
|
|
|
|
'standard' => q(Uzak Gündogar Ãewropa), |
5080
|
|
|
|
|
|
|
}, |
5081
|
|
|
|
|
|
|
}, |
5082
|
|
|
|
|
|
|
'Europe_Western' => { |
5083
|
|
|
|
|
|
|
long => { |
5084
|
|
|
|
|
|
|
'daylight' => q(Günbatar Ãewropa, tomusky wagt), |
5085
|
|
|
|
|
|
|
'generic' => q(Günbatar Ãewropa), |
5086
|
|
|
|
|
|
|
'standard' => q(Günbatar Ãewropa, standart wagt), |
5087
|
|
|
|
|
|
|
}, |
5088
|
|
|
|
|
|
|
}, |
5089
|
|
|
|
|
|
|
'Falkland' => { |
5090
|
|
|
|
|
|
|
long => { |
5091
|
|
|
|
|
|
|
'daylight' => q(Folklend adalary, tomusky wagt), |
5092
|
|
|
|
|
|
|
'generic' => q(Folklend adalary), |
5093
|
|
|
|
|
|
|
'standard' => q(Folklend adalary, standart wagt), |
5094
|
|
|
|
|
|
|
}, |
5095
|
|
|
|
|
|
|
}, |
5096
|
|
|
|
|
|
|
'Fiji' => { |
5097
|
|
|
|
|
|
|
long => { |
5098
|
|
|
|
|
|
|
'daylight' => q(Fiji, tomusky wagt), |
5099
|
|
|
|
|
|
|
'generic' => q(Fiji), |
5100
|
|
|
|
|
|
|
'standard' => q(Fiji, standart wagt), |
5101
|
|
|
|
|
|
|
}, |
5102
|
|
|
|
|
|
|
}, |
5103
|
|
|
|
|
|
|
'French_Guiana' => { |
5104
|
|
|
|
|
|
|
long => { |
5105
|
|
|
|
|
|
|
'standard' => q(Fransuz Gwiana), |
5106
|
|
|
|
|
|
|
}, |
5107
|
|
|
|
|
|
|
}, |
5108
|
|
|
|
|
|
|
'French_Southern' => { |
5109
|
|
|
|
|
|
|
long => { |
5110
|
|
|
|
|
|
|
'standard' => q(Günorta Fransuz we Antarktika), |
5111
|
|
|
|
|
|
|
}, |
5112
|
|
|
|
|
|
|
}, |
5113
|
|
|
|
|
|
|
'GMT' => { |
5114
|
|
|
|
|
|
|
long => { |
5115
|
|
|
|
|
|
|
'standard' => q(Grinwiç boýunça orta wagt), |
5116
|
|
|
|
|
|
|
}, |
5117
|
|
|
|
|
|
|
}, |
5118
|
|
|
|
|
|
|
'Galapagos' => { |
5119
|
|
|
|
|
|
|
long => { |
5120
|
|
|
|
|
|
|
'standard' => q(Galapagos adalary), |
5121
|
|
|
|
|
|
|
}, |
5122
|
|
|
|
|
|
|
}, |
5123
|
|
|
|
|
|
|
'Gambier' => { |
5124
|
|
|
|
|
|
|
long => { |
5125
|
|
|
|
|
|
|
'standard' => q(Gambýe), |
5126
|
|
|
|
|
|
|
}, |
5127
|
|
|
|
|
|
|
}, |
5128
|
|
|
|
|
|
|
'Georgia' => { |
5129
|
|
|
|
|
|
|
long => { |
5130
|
|
|
|
|
|
|
'daylight' => q(Gruziýa, tomusky wagt), |
5131
|
|
|
|
|
|
|
'generic' => q(Gruziýa), |
5132
|
|
|
|
|
|
|
'standard' => q(Gruziýa, standart wagt), |
5133
|
|
|
|
|
|
|
}, |
5134
|
|
|
|
|
|
|
}, |
5135
|
|
|
|
|
|
|
'Gilbert_Islands' => { |
5136
|
|
|
|
|
|
|
long => { |
5137
|
|
|
|
|
|
|
'standard' => q(Gilberta adalary), |
5138
|
|
|
|
|
|
|
}, |
5139
|
|
|
|
|
|
|
}, |
5140
|
|
|
|
|
|
|
'Greenland_Eastern' => { |
5141
|
|
|
|
|
|
|
long => { |
5142
|
|
|
|
|
|
|
'daylight' => q(Gündogar Grenlandiýa, tomusky wagt), |
5143
|
|
|
|
|
|
|
'generic' => q(Gündogar Grenlandiýa), |
5144
|
|
|
|
|
|
|
'standard' => q(Gündogar Grenlandiýa, standart wagt), |
5145
|
|
|
|
|
|
|
}, |
5146
|
|
|
|
|
|
|
}, |
5147
|
|
|
|
|
|
|
'Greenland_Western' => { |
5148
|
|
|
|
|
|
|
long => { |
5149
|
|
|
|
|
|
|
'daylight' => q(Günbatar Grenlandiýa, tomusky wagt), |
5150
|
|
|
|
|
|
|
'generic' => q(Günbatar Grenlandiýa), |
5151
|
|
|
|
|
|
|
'standard' => q(Günbatar Grenlandiýa, standart wagt), |
5152
|
|
|
|
|
|
|
}, |
5153
|
|
|
|
|
|
|
}, |
5154
|
|
|
|
|
|
|
'Gulf' => { |
5155
|
|
|
|
|
|
|
long => { |
5156
|
|
|
|
|
|
|
'standard' => q(Pars aýlagy, standart wagt), |
5157
|
|
|
|
|
|
|
}, |
5158
|
|
|
|
|
|
|
}, |
5159
|
|
|
|
|
|
|
'Guyana' => { |
5160
|
|
|
|
|
|
|
long => { |
5161
|
|
|
|
|
|
|
'standard' => q(Gaýana), |
5162
|
|
|
|
|
|
|
}, |
5163
|
|
|
|
|
|
|
}, |
5164
|
|
|
|
|
|
|
'Hawaii_Aleutian' => { |
5165
|
|
|
|
|
|
|
long => { |
5166
|
|
|
|
|
|
|
'daylight' => q(Gawaý-Aleut, tomusky wagt), |
5167
|
|
|
|
|
|
|
'generic' => q(Gawaý-Aleut), |
5168
|
|
|
|
|
|
|
'standard' => q(Gawaý-Aleut, standart wagt), |
5169
|
|
|
|
|
|
|
}, |
5170
|
|
|
|
|
|
|
}, |
5171
|
|
|
|
|
|
|
'Hong_Kong' => { |
5172
|
|
|
|
|
|
|
long => { |
5173
|
|
|
|
|
|
|
'daylight' => q(Gonkong, tomusky wagt), |
5174
|
|
|
|
|
|
|
'generic' => q(Gonkong), |
5175
|
|
|
|
|
|
|
'standard' => q(Gonkong, standart wagt), |
5176
|
|
|
|
|
|
|
}, |
5177
|
|
|
|
|
|
|
}, |
5178
|
|
|
|
|
|
|
'Hovd' => { |
5179
|
|
|
|
|
|
|
long => { |
5180
|
|
|
|
|
|
|
'daylight' => q(Howd, tomusky wagt), |
5181
|
|
|
|
|
|
|
'generic' => q(Howd), |
5182
|
|
|
|
|
|
|
'standard' => q(Howd, standart wagt), |
5183
|
|
|
|
|
|
|
}, |
5184
|
|
|
|
|
|
|
}, |
5185
|
|
|
|
|
|
|
'India' => { |
5186
|
|
|
|
|
|
|
long => { |
5187
|
|
|
|
|
|
|
'standard' => q(Hindistan), |
5188
|
|
|
|
|
|
|
}, |
5189
|
|
|
|
|
|
|
}, |
5190
|
|
|
|
|
|
|
'Indian/Antananarivo' => { |
5191
|
|
|
|
|
|
|
exemplarCity => q#Antananariwu#, |
5192
|
|
|
|
|
|
|
}, |
5193
|
|
|
|
|
|
|
'Indian/Chagos' => { |
5194
|
|
|
|
|
|
|
exemplarCity => q#Ãagos#, |
5195
|
|
|
|
|
|
|
}, |
5196
|
|
|
|
|
|
|
'Indian/Christmas' => { |
5197
|
|
|
|
|
|
|
exemplarCity => q#Krismas#, |
5198
|
|
|
|
|
|
|
}, |
5199
|
|
|
|
|
|
|
'Indian/Cocos' => { |
5200
|
|
|
|
|
|
|
exemplarCity => q#Kokos#, |
5201
|
|
|
|
|
|
|
}, |
5202
|
|
|
|
|
|
|
'Indian/Comoro' => { |
5203
|
|
|
|
|
|
|
exemplarCity => q#Komor adalary#, |
5204
|
|
|
|
|
|
|
}, |
5205
|
|
|
|
|
|
|
'Indian/Kerguelen' => { |
5206
|
|
|
|
|
|
|
exemplarCity => q#Kergelen#, |
5207
|
|
|
|
|
|
|
}, |
5208
|
|
|
|
|
|
|
'Indian/Mahe' => { |
5209
|
|
|
|
|
|
|
exemplarCity => q#Maýe#, |
5210
|
|
|
|
|
|
|
}, |
5211
|
|
|
|
|
|
|
'Indian/Maldives' => { |
5212
|
|
|
|
|
|
|
exemplarCity => q#Maldiwler#, |
5213
|
|
|
|
|
|
|
}, |
5214
|
|
|
|
|
|
|
'Indian/Mauritius' => { |
5215
|
|
|
|
|
|
|
exemplarCity => q#Mawrikiý#, |
5216
|
|
|
|
|
|
|
}, |
5217
|
|
|
|
|
|
|
'Indian/Mayotte' => { |
5218
|
|
|
|
|
|
|
exemplarCity => q#Maýotta#, |
5219
|
|
|
|
|
|
|
}, |
5220
|
|
|
|
|
|
|
'Indian/Reunion' => { |
5221
|
|
|
|
|
|
|
exemplarCity => q#Reýunion#, |
5222
|
|
|
|
|
|
|
}, |
5223
|
|
|
|
|
|
|
'Indian_Ocean' => { |
5224
|
|
|
|
|
|
|
long => { |
5225
|
|
|
|
|
|
|
'standard' => q(Hindi ummany), |
5226
|
|
|
|
|
|
|
}, |
5227
|
|
|
|
|
|
|
}, |
5228
|
|
|
|
|
|
|
'Indochina' => { |
5229
|
|
|
|
|
|
|
long => { |
5230
|
|
|
|
|
|
|
'standard' => q(Hindihytaý), |
5231
|
|
|
|
|
|
|
}, |
5232
|
|
|
|
|
|
|
}, |
5233
|
|
|
|
|
|
|
'Indonesia_Central' => { |
5234
|
|
|
|
|
|
|
long => { |
5235
|
|
|
|
|
|
|
'standard' => q(Merkezi Indoneziýa), |
5236
|
|
|
|
|
|
|
}, |
5237
|
|
|
|
|
|
|
}, |
5238
|
|
|
|
|
|
|
'Indonesia_Eastern' => { |
5239
|
|
|
|
|
|
|
long => { |
5240
|
|
|
|
|
|
|
'standard' => q(Gündogar Indoneziýa), |
5241
|
|
|
|
|
|
|
}, |
5242
|
|
|
|
|
|
|
}, |
5243
|
|
|
|
|
|
|
'Indonesia_Western' => { |
5244
|
|
|
|
|
|
|
long => { |
5245
|
|
|
|
|
|
|
'standard' => q(Günbatar Indoneziýa), |
5246
|
|
|
|
|
|
|
}, |
5247
|
|
|
|
|
|
|
}, |
5248
|
|
|
|
|
|
|
'Iran' => { |
5249
|
|
|
|
|
|
|
long => { |
5250
|
|
|
|
|
|
|
'daylight' => q(Eýran, tomusky wagt), |
5251
|
|
|
|
|
|
|
'generic' => q(Eýran), |
5252
|
|
|
|
|
|
|
'standard' => q(Eýran, standart wagt), |
5253
|
|
|
|
|
|
|
}, |
5254
|
|
|
|
|
|
|
}, |
5255
|
|
|
|
|
|
|
'Irkutsk' => { |
5256
|
|
|
|
|
|
|
long => { |
5257
|
|
|
|
|
|
|
'daylight' => q(Irkutsk, tomusky wagt), |
5258
|
|
|
|
|
|
|
'generic' => q(Irkutsk), |
5259
|
|
|
|
|
|
|
'standard' => q(Irkutsk, standart wagt), |
5260
|
|
|
|
|
|
|
}, |
5261
|
|
|
|
|
|
|
}, |
5262
|
|
|
|
|
|
|
'Israel' => { |
5263
|
|
|
|
|
|
|
long => { |
5264
|
|
|
|
|
|
|
'daylight' => q(Ysraýyl, tomusky wagt), |
5265
|
|
|
|
|
|
|
'generic' => q(Ysraýyl), |
5266
|
|
|
|
|
|
|
'standard' => q(Ysraýyl, standart wagt), |
5267
|
|
|
|
|
|
|
}, |
5268
|
|
|
|
|
|
|
}, |
5269
|
|
|
|
|
|
|
'Japan' => { |
5270
|
|
|
|
|
|
|
long => { |
5271
|
|
|
|
|
|
|
'daylight' => q(Ãaponiýa, tomusky wagt), |
5272
|
|
|
|
|
|
|
'generic' => q(Ãaponiýa), |
5273
|
|
|
|
|
|
|
'standard' => q(Ãaponiýa, standart wagt), |
5274
|
|
|
|
|
|
|
}, |
5275
|
|
|
|
|
|
|
}, |
5276
|
|
|
|
|
|
|
'Kazakhstan_Eastern' => { |
5277
|
|
|
|
|
|
|
long => { |
5278
|
|
|
|
|
|
|
'standard' => q(Gündogar Gazagystan), |
5279
|
|
|
|
|
|
|
}, |
5280
|
|
|
|
|
|
|
}, |
5281
|
|
|
|
|
|
|
'Kazakhstan_Western' => { |
5282
|
|
|
|
|
|
|
long => { |
5283
|
|
|
|
|
|
|
'standard' => q(Günbatar Gazagystan), |
5284
|
|
|
|
|
|
|
}, |
5285
|
|
|
|
|
|
|
}, |
5286
|
|
|
|
|
|
|
'Korea' => { |
5287
|
|
|
|
|
|
|
long => { |
5288
|
|
|
|
|
|
|
'daylight' => q(Koreýa, tomusky wagt), |
5289
|
|
|
|
|
|
|
'generic' => q(Koreýa), |
5290
|
|
|
|
|
|
|
'standard' => q(Koreýa, standart wagt), |
5291
|
|
|
|
|
|
|
}, |
5292
|
|
|
|
|
|
|
}, |
5293
|
|
|
|
|
|
|
'Kosrae' => { |
5294
|
|
|
|
|
|
|
long => { |
5295
|
|
|
|
|
|
|
'standard' => q(Kosraýe), |
5296
|
|
|
|
|
|
|
}, |
5297
|
|
|
|
|
|
|
}, |
5298
|
|
|
|
|
|
|
'Krasnoyarsk' => { |
5299
|
|
|
|
|
|
|
long => { |
5300
|
|
|
|
|
|
|
'daylight' => q(Krasnoýarsk, tomusky wagt), |
5301
|
|
|
|
|
|
|
'generic' => q(Krasnoýarsk), |
5302
|
|
|
|
|
|
|
'standard' => q(Krasnoýarsk, standart wagt), |
5303
|
|
|
|
|
|
|
}, |
5304
|
|
|
|
|
|
|
}, |
5305
|
|
|
|
|
|
|
'Kyrgystan' => { |
5306
|
|
|
|
|
|
|
long => { |
5307
|
|
|
|
|
|
|
'standard' => q(Gyrgyzstan), |
5308
|
|
|
|
|
|
|
}, |
5309
|
|
|
|
|
|
|
}, |
5310
|
|
|
|
|
|
|
'Line_Islands' => { |
5311
|
|
|
|
|
|
|
long => { |
5312
|
|
|
|
|
|
|
'standard' => q(Laýn adalary), |
5313
|
|
|
|
|
|
|
}, |
5314
|
|
|
|
|
|
|
}, |
5315
|
|
|
|
|
|
|
'Lord_Howe' => { |
5316
|
|
|
|
|
|
|
long => { |
5317
|
|
|
|
|
|
|
'daylight' => q(Lord-Hau, tomusky wagt), |
5318
|
|
|
|
|
|
|
'generic' => q(Lord-Hau), |
5319
|
|
|
|
|
|
|
'standard' => q(Lord-Hau, standart wagt), |
5320
|
|
|
|
|
|
|
}, |
5321
|
|
|
|
|
|
|
}, |
5322
|
|
|
|
|
|
|
'Macquarie' => { |
5323
|
|
|
|
|
|
|
long => { |
5324
|
|
|
|
|
|
|
'standard' => q(Makkuori), |
5325
|
|
|
|
|
|
|
}, |
5326
|
|
|
|
|
|
|
}, |
5327
|
|
|
|
|
|
|
'Magadan' => { |
5328
|
|
|
|
|
|
|
long => { |
5329
|
|
|
|
|
|
|
'daylight' => q(Magadan, tomusky wagt), |
5330
|
|
|
|
|
|
|
'generic' => q(Magadan), |
5331
|
|
|
|
|
|
|
'standard' => q(Magadan, standart wagt), |
5332
|
|
|
|
|
|
|
}, |
5333
|
|
|
|
|
|
|
}, |
5334
|
|
|
|
|
|
|
'Malaysia' => { |
5335
|
|
|
|
|
|
|
long => { |
5336
|
|
|
|
|
|
|
'standard' => q(Malaýziýa), |
5337
|
|
|
|
|
|
|
}, |
5338
|
|
|
|
|
|
|
}, |
5339
|
|
|
|
|
|
|
'Maldives' => { |
5340
|
|
|
|
|
|
|
long => { |
5341
|
|
|
|
|
|
|
'standard' => q(Maldiwler), |
5342
|
|
|
|
|
|
|
}, |
5343
|
|
|
|
|
|
|
}, |
5344
|
|
|
|
|
|
|
'Marquesas' => { |
5345
|
|
|
|
|
|
|
long => { |
5346
|
|
|
|
|
|
|
'standard' => q(Markiz adalary), |
5347
|
|
|
|
|
|
|
}, |
5348
|
|
|
|
|
|
|
}, |
5349
|
|
|
|
|
|
|
'Marshall_Islands' => { |
5350
|
|
|
|
|
|
|
long => { |
5351
|
|
|
|
|
|
|
'standard' => q(MarÅal adalary), |
5352
|
|
|
|
|
|
|
}, |
5353
|
|
|
|
|
|
|
}, |
5354
|
|
|
|
|
|
|
'Mauritius' => { |
5355
|
|
|
|
|
|
|
long => { |
5356
|
|
|
|
|
|
|
'daylight' => q(Mawrikiý, tomusky wagt), |
5357
|
|
|
|
|
|
|
'generic' => q(Mawrikiý), |
5358
|
|
|
|
|
|
|
'standard' => q(Mawrikiý, standart wagt), |
5359
|
|
|
|
|
|
|
}, |
5360
|
|
|
|
|
|
|
}, |
5361
|
|
|
|
|
|
|
'Mawson' => { |
5362
|
|
|
|
|
|
|
long => { |
5363
|
|
|
|
|
|
|
'standard' => q(Mouson), |
5364
|
|
|
|
|
|
|
}, |
5365
|
|
|
|
|
|
|
}, |
5366
|
|
|
|
|
|
|
'Mexico_Northwest' => { |
5367
|
|
|
|
|
|
|
long => { |
5368
|
|
|
|
|
|
|
'daylight' => q(D.g.-G.b. Meksika, tomusky wagt), |
5369
|
|
|
|
|
|
|
'generic' => q(D.g.-G.b. Meksika), |
5370
|
|
|
|
|
|
|
'standard' => q(D.g.-G.b. Meksika, standart wagt), |
5371
|
|
|
|
|
|
|
}, |
5372
|
|
|
|
|
|
|
}, |
5373
|
|
|
|
|
|
|
'Mexico_Pacific' => { |
5374
|
|
|
|
|
|
|
long => { |
5375
|
|
|
|
|
|
|
'daylight' => q(Meksikan ÃuwaÅ umman, tomusky wagt), |
5376
|
|
|
|
|
|
|
'generic' => q(Meksikan ÃuwaÅ umman), |
5377
|
|
|
|
|
|
|
'standard' => q(Meksikan ÃuwaÅ umman, standart wagt), |
5378
|
|
|
|
|
|
|
}, |
5379
|
|
|
|
|
|
|
}, |
5380
|
|
|
|
|
|
|
'Mongolia' => { |
5381
|
|
|
|
|
|
|
long => { |
5382
|
|
|
|
|
|
|
'daylight' => q(Ulan-Bator, tomusky wagt), |
5383
|
|
|
|
|
|
|
'generic' => q(Ulan-Bator), |
5384
|
|
|
|
|
|
|
'standard' => q(Ulan-Bator, standart wagt), |
5385
|
|
|
|
|
|
|
}, |
5386
|
|
|
|
|
|
|
}, |
5387
|
|
|
|
|
|
|
'Moscow' => { |
5388
|
|
|
|
|
|
|
long => { |
5389
|
|
|
|
|
|
|
'daylight' => q(Moskwa, tomusky wagt), |
5390
|
|
|
|
|
|
|
'generic' => q(Moskwa), |
5391
|
|
|
|
|
|
|
'standard' => q(Moskwa, standart wagt), |
5392
|
|
|
|
|
|
|
}, |
5393
|
|
|
|
|
|
|
}, |
5394
|
|
|
|
|
|
|
'Myanmar' => { |
5395
|
|
|
|
|
|
|
long => { |
5396
|
|
|
|
|
|
|
'standard' => q(Mýanma), |
5397
|
|
|
|
|
|
|
}, |
5398
|
|
|
|
|
|
|
}, |
5399
|
|
|
|
|
|
|
'Nauru' => { |
5400
|
|
|
|
|
|
|
long => { |
5401
|
|
|
|
|
|
|
'standard' => q(Nauru), |
5402
|
|
|
|
|
|
|
}, |
5403
|
|
|
|
|
|
|
}, |
5404
|
|
|
|
|
|
|
'Nepal' => { |
5405
|
|
|
|
|
|
|
long => { |
5406
|
|
|
|
|
|
|
'standard' => q(Nepal), |
5407
|
|
|
|
|
|
|
}, |
5408
|
|
|
|
|
|
|
}, |
5409
|
|
|
|
|
|
|
'New_Caledonia' => { |
5410
|
|
|
|
|
|
|
long => { |
5411
|
|
|
|
|
|
|
'daylight' => q(Täze Kaledoniýa, tomusky wagt), |
5412
|
|
|
|
|
|
|
'generic' => q(Täze Kaledoniýa), |
5413
|
|
|
|
|
|
|
'standard' => q(Täze Kaledoniýa, standart wagt), |
5414
|
|
|
|
|
|
|
}, |
5415
|
|
|
|
|
|
|
}, |
5416
|
|
|
|
|
|
|
'New_Zealand' => { |
5417
|
|
|
|
|
|
|
long => { |
5418
|
|
|
|
|
|
|
'daylight' => q(Täze Zelandiýa, tomusky wagt), |
5419
|
|
|
|
|
|
|
'generic' => q(Täze Zelandiýa), |
5420
|
|
|
|
|
|
|
'standard' => q(Täze Zelandiýa, standart wagt), |
5421
|
|
|
|
|
|
|
}, |
5422
|
|
|
|
|
|
|
}, |
5423
|
|
|
|
|
|
|
'Newfoundland' => { |
5424
|
|
|
|
|
|
|
long => { |
5425
|
|
|
|
|
|
|
'daylight' => q(Nýufaundlend, tomusky wagt), |
5426
|
|
|
|
|
|
|
'generic' => q(Nýufaundlend), |
5427
|
|
|
|
|
|
|
'standard' => q(Nýufaundlend, standart wagt), |
5428
|
|
|
|
|
|
|
}, |
5429
|
|
|
|
|
|
|
}, |
5430
|
|
|
|
|
|
|
'Niue' => { |
5431
|
|
|
|
|
|
|
long => { |
5432
|
|
|
|
|
|
|
'standard' => q(Niue), |
5433
|
|
|
|
|
|
|
}, |
5434
|
|
|
|
|
|
|
}, |
5435
|
|
|
|
|
|
|
'Norfolk' => { |
5436
|
|
|
|
|
|
|
long => { |
5437
|
|
|
|
|
|
|
'standard' => q(Norfolk), |
5438
|
|
|
|
|
|
|
}, |
5439
|
|
|
|
|
|
|
}, |
5440
|
|
|
|
|
|
|
'Noronha' => { |
5441
|
|
|
|
|
|
|
long => { |
5442
|
|
|
|
|
|
|
'daylight' => q(Fernandu-di-Noronýa, tomusky wagt), |
5443
|
|
|
|
|
|
|
'generic' => q(Fernandu-di-Noronýa), |
5444
|
|
|
|
|
|
|
'standard' => q(Fernandu-di-Noronýa, standart wagt), |
5445
|
|
|
|
|
|
|
}, |
5446
|
|
|
|
|
|
|
}, |
5447
|
|
|
|
|
|
|
'Novosibirsk' => { |
5448
|
|
|
|
|
|
|
long => { |
5449
|
|
|
|
|
|
|
'daylight' => q(Nowosibisk, tomusky wagt), |
5450
|
|
|
|
|
|
|
'generic' => q(Nowosibirsk), |
5451
|
|
|
|
|
|
|
'standard' => q(Nowosibirsk, standart wagt), |
5452
|
|
|
|
|
|
|
}, |
5453
|
|
|
|
|
|
|
}, |
5454
|
|
|
|
|
|
|
'Omsk' => { |
5455
|
|
|
|
|
|
|
long => { |
5456
|
|
|
|
|
|
|
'daylight' => q(Omsk, tomusky wagt), |
5457
|
|
|
|
|
|
|
'generic' => q(Omsk), |
5458
|
|
|
|
|
|
|
'standard' => q(Omsk, standart wagt), |
5459
|
|
|
|
|
|
|
}, |
5460
|
|
|
|
|
|
|
}, |
5461
|
|
|
|
|
|
|
'Pacific/Apia' => { |
5462
|
|
|
|
|
|
|
exemplarCity => q#Apiýa#, |
5463
|
|
|
|
|
|
|
}, |
5464
|
|
|
|
|
|
|
'Pacific/Auckland' => { |
5465
|
|
|
|
|
|
|
exemplarCity => q#Oklend#, |
5466
|
|
|
|
|
|
|
}, |
5467
|
|
|
|
|
|
|
'Pacific/Bougainville' => { |
5468
|
|
|
|
|
|
|
exemplarCity => q#Bugenwil#, |
5469
|
|
|
|
|
|
|
}, |
5470
|
|
|
|
|
|
|
'Pacific/Chatham' => { |
5471
|
|
|
|
|
|
|
exemplarCity => q#Ãatem#, |
5472
|
|
|
|
|
|
|
}, |
5473
|
|
|
|
|
|
|
'Pacific/Easter' => { |
5474
|
|
|
|
|
|
|
exemplarCity => q#Pashi adasy#, |
5475
|
|
|
|
|
|
|
}, |
5476
|
|
|
|
|
|
|
'Pacific/Efate' => { |
5477
|
|
|
|
|
|
|
exemplarCity => q#Efate#, |
5478
|
|
|
|
|
|
|
}, |
5479
|
|
|
|
|
|
|
'Pacific/Enderbury' => { |
5480
|
|
|
|
|
|
|
exemplarCity => q#Enderberi#, |
5481
|
|
|
|
|
|
|
}, |
5482
|
|
|
|
|
|
|
'Pacific/Fakaofo' => { |
5483
|
|
|
|
|
|
|
exemplarCity => q#Fakaofo#, |
5484
|
|
|
|
|
|
|
}, |
5485
|
|
|
|
|
|
|
'Pacific/Fiji' => { |
5486
|
|
|
|
|
|
|
exemplarCity => q#Fiji#, |
5487
|
|
|
|
|
|
|
}, |
5488
|
|
|
|
|
|
|
'Pacific/Funafuti' => { |
5489
|
|
|
|
|
|
|
exemplarCity => q#Funafuti#, |
5490
|
|
|
|
|
|
|
}, |
5491
|
|
|
|
|
|
|
'Pacific/Galapagos' => { |
5492
|
|
|
|
|
|
|
exemplarCity => q#Galapagos adalary#, |
5493
|
|
|
|
|
|
|
}, |
5494
|
|
|
|
|
|
|
'Pacific/Gambier' => { |
5495
|
|
|
|
|
|
|
exemplarCity => q#Gambýe#, |
5496
|
|
|
|
|
|
|
}, |
5497
|
|
|
|
|
|
|
'Pacific/Guadalcanal' => { |
5498
|
|
|
|
|
|
|
exemplarCity => q#Gwadalkanal#, |
5499
|
|
|
|
|
|
|
}, |
5500
|
|
|
|
|
|
|
'Pacific/Guam' => { |
5501
|
|
|
|
|
|
|
exemplarCity => q#Guam#, |
5502
|
|
|
|
|
|
|
}, |
5503
|
|
|
|
|
|
|
'Pacific/Honolulu' => { |
5504
|
|
|
|
|
|
|
exemplarCity => q#Gonolulu#, |
5505
|
|
|
|
|
|
|
}, |
5506
|
|
|
|
|
|
|
'Pacific/Johnston' => { |
5507
|
|
|
|
|
|
|
exemplarCity => q#Jonston#, |
5508
|
|
|
|
|
|
|
}, |
5509
|
|
|
|
|
|
|
'Pacific/Kiritimati' => { |
5510
|
|
|
|
|
|
|
exemplarCity => q#Kiritimati#, |
5511
|
|
|
|
|
|
|
}, |
5512
|
|
|
|
|
|
|
'Pacific/Kosrae' => { |
5513
|
|
|
|
|
|
|
exemplarCity => q#Kosraýe#, |
5514
|
|
|
|
|
|
|
}, |
5515
|
|
|
|
|
|
|
'Pacific/Kwajalein' => { |
5516
|
|
|
|
|
|
|
exemplarCity => q#Kwajaleýn#, |
5517
|
|
|
|
|
|
|
}, |
5518
|
|
|
|
|
|
|
'Pacific/Majuro' => { |
5519
|
|
|
|
|
|
|
exemplarCity => q#Majuro#, |
5520
|
|
|
|
|
|
|
}, |
5521
|
|
|
|
|
|
|
'Pacific/Marquesas' => { |
5522
|
|
|
|
|
|
|
exemplarCity => q#Markiz adalary#, |
5523
|
|
|
|
|
|
|
}, |
5524
|
|
|
|
|
|
|
'Pacific/Midway' => { |
5525
|
|
|
|
|
|
|
exemplarCity => q#Midweý#, |
5526
|
|
|
|
|
|
|
}, |
5527
|
|
|
|
|
|
|
'Pacific/Nauru' => { |
5528
|
|
|
|
|
|
|
exemplarCity => q#Nauru#, |
5529
|
|
|
|
|
|
|
}, |
5530
|
|
|
|
|
|
|
'Pacific/Niue' => { |
5531
|
|
|
|
|
|
|
exemplarCity => q#Niue#, |
5532
|
|
|
|
|
|
|
}, |
5533
|
|
|
|
|
|
|
'Pacific/Norfolk' => { |
5534
|
|
|
|
|
|
|
exemplarCity => q#Norfolk#, |
5535
|
|
|
|
|
|
|
}, |
5536
|
|
|
|
|
|
|
'Pacific/Noumea' => { |
5537
|
|
|
|
|
|
|
exemplarCity => q#Numea#, |
5538
|
|
|
|
|
|
|
}, |
5539
|
|
|
|
|
|
|
'Pacific/Pago_Pago' => { |
5540
|
|
|
|
|
|
|
exemplarCity => q#Pago-Pago#, |
5541
|
|
|
|
|
|
|
}, |
5542
|
|
|
|
|
|
|
'Pacific/Palau' => { |
5543
|
|
|
|
|
|
|
exemplarCity => q#Palau#, |
5544
|
|
|
|
|
|
|
}, |
5545
|
|
|
|
|
|
|
'Pacific/Pitcairn' => { |
5546
|
|
|
|
|
|
|
exemplarCity => q#Pitkern#, |
5547
|
|
|
|
|
|
|
}, |
5548
|
|
|
|
|
|
|
'Pacific/Ponape' => { |
5549
|
|
|
|
|
|
|
exemplarCity => q#Ponape#, |
5550
|
|
|
|
|
|
|
}, |
5551
|
|
|
|
|
|
|
'Pacific/Port_Moresby' => { |
5552
|
|
|
|
|
|
|
exemplarCity => q#Port-Morsbi#, |
5553
|
|
|
|
|
|
|
}, |
5554
|
|
|
|
|
|
|
'Pacific/Rarotonga' => { |
5555
|
|
|
|
|
|
|
exemplarCity => q#Rarotonga#, |
5556
|
|
|
|
|
|
|
}, |
5557
|
|
|
|
|
|
|
'Pacific/Saipan' => { |
5558
|
|
|
|
|
|
|
exemplarCity => q#Saýpan#, |
5559
|
|
|
|
|
|
|
}, |
5560
|
|
|
|
|
|
|
'Pacific/Tahiti' => { |
5561
|
|
|
|
|
|
|
exemplarCity => q#Taýiti#, |
5562
|
|
|
|
|
|
|
}, |
5563
|
|
|
|
|
|
|
'Pacific/Tarawa' => { |
5564
|
|
|
|
|
|
|
exemplarCity => q#Tarawa#, |
5565
|
|
|
|
|
|
|
}, |
5566
|
|
|
|
|
|
|
'Pacific/Tongatapu' => { |
5567
|
|
|
|
|
|
|
exemplarCity => q#Tongatapu#, |
5568
|
|
|
|
|
|
|
}, |
5569
|
|
|
|
|
|
|
'Pacific/Truk' => { |
5570
|
|
|
|
|
|
|
exemplarCity => q#Ãuuk#, |
5571
|
|
|
|
|
|
|
}, |
5572
|
|
|
|
|
|
|
'Pacific/Wake' => { |
5573
|
|
|
|
|
|
|
exemplarCity => q#Weýk#, |
5574
|
|
|
|
|
|
|
}, |
5575
|
|
|
|
|
|
|
'Pacific/Wallis' => { |
5576
|
|
|
|
|
|
|
exemplarCity => q#Wollis#, |
5577
|
|
|
|
|
|
|
}, |
5578
|
|
|
|
|
|
|
'Pakistan' => { |
5579
|
|
|
|
|
|
|
long => { |
5580
|
|
|
|
|
|
|
'daylight' => q(Päkistan, tomusky wagt), |
5581
|
|
|
|
|
|
|
'generic' => q(Päkistan), |
5582
|
|
|
|
|
|
|
'standard' => q(Päkistan, standart wagt), |
5583
|
|
|
|
|
|
|
}, |
5584
|
|
|
|
|
|
|
}, |
5585
|
|
|
|
|
|
|
'Palau' => { |
5586
|
|
|
|
|
|
|
long => { |
5587
|
|
|
|
|
|
|
'standard' => q(Palau), |
5588
|
|
|
|
|
|
|
}, |
5589
|
|
|
|
|
|
|
}, |
5590
|
|
|
|
|
|
|
'Papua_New_Guinea' => { |
5591
|
|
|
|
|
|
|
long => { |
5592
|
|
|
|
|
|
|
'standard' => q(Papua - Täze Gwineýa), |
5593
|
|
|
|
|
|
|
}, |
5594
|
|
|
|
|
|
|
}, |
5595
|
|
|
|
|
|
|
'Paraguay' => { |
5596
|
|
|
|
|
|
|
long => { |
5597
|
|
|
|
|
|
|
'daylight' => q(Paragwaý, tomusky wagt), |
5598
|
|
|
|
|
|
|
'generic' => q(Paragwaý), |
5599
|
|
|
|
|
|
|
'standard' => q(Paragwaý, standart wagt), |
5600
|
|
|
|
|
|
|
}, |
5601
|
|
|
|
|
|
|
}, |
5602
|
|
|
|
|
|
|
'Peru' => { |
5603
|
|
|
|
|
|
|
long => { |
5604
|
|
|
|
|
|
|
'daylight' => q(Peru, tomusky wagt), |
5605
|
|
|
|
|
|
|
'generic' => q(Peru), |
5606
|
|
|
|
|
|
|
'standard' => q(Peru, standart wagt), |
5607
|
|
|
|
|
|
|
}, |
5608
|
|
|
|
|
|
|
}, |
5609
|
|
|
|
|
|
|
'Philippines' => { |
5610
|
|
|
|
|
|
|
long => { |
5611
|
|
|
|
|
|
|
'daylight' => q(Filippinler, tomusky wagt), |
5612
|
|
|
|
|
|
|
'generic' => q(Filippinler), |
5613
|
|
|
|
|
|
|
'standard' => q(Filippinler, standart wagt), |
5614
|
|
|
|
|
|
|
}, |
5615
|
|
|
|
|
|
|
}, |
5616
|
|
|
|
|
|
|
'Phoenix_Islands' => { |
5617
|
|
|
|
|
|
|
long => { |
5618
|
|
|
|
|
|
|
'standard' => q(Feniks adalary), |
5619
|
|
|
|
|
|
|
}, |
5620
|
|
|
|
|
|
|
}, |
5621
|
|
|
|
|
|
|
'Pierre_Miquelon' => { |
5622
|
|
|
|
|
|
|
long => { |
5623
|
|
|
|
|
|
|
'daylight' => q(Sen Pýer we Mikelon, tomusky wagt), |
5624
|
|
|
|
|
|
|
'generic' => q(Sen Pýer we Mikelon), |
5625
|
|
|
|
|
|
|
'standard' => q(Sen Pýer we Mikelon, standart wagt), |
5626
|
|
|
|
|
|
|
}, |
5627
|
|
|
|
|
|
|
}, |
5628
|
|
|
|
|
|
|
'Pitcairn' => { |
5629
|
|
|
|
|
|
|
long => { |
5630
|
|
|
|
|
|
|
'standard' => q(Pitkern), |
5631
|
|
|
|
|
|
|
}, |
5632
|
|
|
|
|
|
|
}, |
5633
|
|
|
|
|
|
|
'Ponape' => { |
5634
|
|
|
|
|
|
|
long => { |
5635
|
|
|
|
|
|
|
'standard' => q(Ponape), |
5636
|
|
|
|
|
|
|
}, |
5637
|
|
|
|
|
|
|
}, |
5638
|
|
|
|
|
|
|
'Reunion' => { |
5639
|
|
|
|
|
|
|
long => { |
5640
|
|
|
|
|
|
|
'standard' => q(Reýunýon), |
5641
|
|
|
|
|
|
|
}, |
5642
|
|
|
|
|
|
|
}, |
5643
|
|
|
|
|
|
|
'Rothera' => { |
5644
|
|
|
|
|
|
|
long => { |
5645
|
|
|
|
|
|
|
'standard' => q(Rotera), |
5646
|
|
|
|
|
|
|
}, |
5647
|
|
|
|
|
|
|
}, |
5648
|
|
|
|
|
|
|
'Sakhalin' => { |
5649
|
|
|
|
|
|
|
long => { |
5650
|
|
|
|
|
|
|
'daylight' => q(Sahalin, tomusky wagt), |
5651
|
|
|
|
|
|
|
'generic' => q(Sahalin), |
5652
|
|
|
|
|
|
|
'standard' => q(Sahalin, standart wagt), |
5653
|
|
|
|
|
|
|
}, |
5654
|
|
|
|
|
|
|
}, |
5655
|
|
|
|
|
|
|
'Samoa' => { |
5656
|
|
|
|
|
|
|
long => { |
5657
|
|
|
|
|
|
|
'daylight' => q(Samoa, tomusky wagt), |
5658
|
|
|
|
|
|
|
'generic' => q(Samoa), |
5659
|
|
|
|
|
|
|
'standard' => q(Samoa, standart wagt), |
5660
|
|
|
|
|
|
|
}, |
5661
|
|
|
|
|
|
|
}, |
5662
|
|
|
|
|
|
|
'Seychelles' => { |
5663
|
|
|
|
|
|
|
long => { |
5664
|
|
|
|
|
|
|
'standard' => q(SeýÅel adalary), |
5665
|
|
|
|
|
|
|
}, |
5666
|
|
|
|
|
|
|
}, |
5667
|
|
|
|
|
|
|
'Singapore' => { |
5668
|
|
|
|
|
|
|
long => { |
5669
|
|
|
|
|
|
|
'standard' => q(Singapur, standart wagt), |
5670
|
|
|
|
|
|
|
}, |
5671
|
|
|
|
|
|
|
}, |
5672
|
|
|
|
|
|
|
'Solomon' => { |
5673
|
|
|
|
|
|
|
long => { |
5674
|
|
|
|
|
|
|
'standard' => q(Solomon adalary), |
5675
|
|
|
|
|
|
|
}, |
5676
|
|
|
|
|
|
|
}, |
5677
|
|
|
|
|
|
|
'South_Georgia' => { |
5678
|
|
|
|
|
|
|
long => { |
5679
|
|
|
|
|
|
|
'standard' => q(Günorta Georgiýa), |
5680
|
|
|
|
|
|
|
}, |
5681
|
|
|
|
|
|
|
}, |
5682
|
|
|
|
|
|
|
'Suriname' => { |
5683
|
|
|
|
|
|
|
long => { |
5684
|
|
|
|
|
|
|
'standard' => q(Surinam), |
5685
|
|
|
|
|
|
|
}, |
5686
|
|
|
|
|
|
|
}, |
5687
|
|
|
|
|
|
|
'Syowa' => { |
5688
|
|
|
|
|
|
|
long => { |
5689
|
|
|
|
|
|
|
'standard' => q(Sýowa), |
5690
|
|
|
|
|
|
|
}, |
5691
|
|
|
|
|
|
|
}, |
5692
|
|
|
|
|
|
|
'Tahiti' => { |
5693
|
|
|
|
|
|
|
long => { |
5694
|
|
|
|
|
|
|
'standard' => q(Taýiti), |
5695
|
|
|
|
|
|
|
}, |
5696
|
|
|
|
|
|
|
}, |
5697
|
|
|
|
|
|
|
'Taipei' => { |
5698
|
|
|
|
|
|
|
long => { |
5699
|
|
|
|
|
|
|
'daylight' => q(Taýbeý, tomusky wagt), |
5700
|
|
|
|
|
|
|
'generic' => q(Taýbeý), |
5701
|
|
|
|
|
|
|
'standard' => q(Taýbeý, standart wagt), |
5702
|
|
|
|
|
|
|
}, |
5703
|
|
|
|
|
|
|
}, |
5704
|
|
|
|
|
|
|
'Tajikistan' => { |
5705
|
|
|
|
|
|
|
long => { |
5706
|
|
|
|
|
|
|
'standard' => q(Täjigistan), |
5707
|
|
|
|
|
|
|
}, |
5708
|
|
|
|
|
|
|
}, |
5709
|
|
|
|
|
|
|
'Tokelau' => { |
5710
|
|
|
|
|
|
|
long => { |
5711
|
|
|
|
|
|
|
'standard' => q(Tokelau), |
5712
|
|
|
|
|
|
|
}, |
5713
|
|
|
|
|
|
|
}, |
5714
|
|
|
|
|
|
|
'Tonga' => { |
5715
|
|
|
|
|
|
|
long => { |
5716
|
|
|
|
|
|
|
'daylight' => q(Tonga, tomusky wagt), |
5717
|
|
|
|
|
|
|
'generic' => q(Tonga), |
5718
|
|
|
|
|
|
|
'standard' => q(Tonga, standart wagt), |
5719
|
|
|
|
|
|
|
}, |
5720
|
|
|
|
|
|
|
}, |
5721
|
|
|
|
|
|
|
'Truk' => { |
5722
|
|
|
|
|
|
|
long => { |
5723
|
|
|
|
|
|
|
'standard' => q(Ãuuk), |
5724
|
|
|
|
|
|
|
}, |
5725
|
|
|
|
|
|
|
}, |
5726
|
|
|
|
|
|
|
'Turkmenistan' => { |
5727
|
|
|
|
|
|
|
long => { |
5728
|
|
|
|
|
|
|
'daylight' => q(Türkmenistan, tomusky wagt), |
5729
|
|
|
|
|
|
|
'generic' => q(Türkmenistan), |
5730
|
|
|
|
|
|
|
'standard' => q(Türkmenistan, standart wagt), |
5731
|
|
|
|
|
|
|
}, |
5732
|
|
|
|
|
|
|
short => { |
5733
|
|
|
|
|
|
|
'daylight' => q(TMST), |
5734
|
|
|
|
|
|
|
'generic' => q(TMT), |
5735
|
|
|
|
|
|
|
'standard' => q(TMT), |
5736
|
|
|
|
|
|
|
}, |
5737
|
|
|
|
|
|
|
}, |
5738
|
|
|
|
|
|
|
'Tuvalu' => { |
5739
|
|
|
|
|
|
|
long => { |
5740
|
|
|
|
|
|
|
'standard' => q(Tuwalu), |
5741
|
|
|
|
|
|
|
}, |
5742
|
|
|
|
|
|
|
}, |
5743
|
|
|
|
|
|
|
'Uruguay' => { |
5744
|
|
|
|
|
|
|
long => { |
5745
|
|
|
|
|
|
|
'daylight' => q(Urugwaý, tomusky wagt), |
5746
|
|
|
|
|
|
|
'generic' => q(Urugwaý), |
5747
|
|
|
|
|
|
|
'standard' => q(Urugwaý, standart wagt), |
5748
|
|
|
|
|
|
|
}, |
5749
|
|
|
|
|
|
|
}, |
5750
|
|
|
|
|
|
|
'Uzbekistan' => { |
5751
|
|
|
|
|
|
|
long => { |
5752
|
|
|
|
|
|
|
'daylight' => q(Ãzbekistan, tomusky wagt), |
5753
|
|
|
|
|
|
|
'generic' => q(Ãzbekistan), |
5754
|
|
|
|
|
|
|
'standard' => q(Ãzbekistan, standart wagt), |
5755
|
|
|
|
|
|
|
}, |
5756
|
|
|
|
|
|
|
}, |
5757
|
|
|
|
|
|
|
'Vanuatu' => { |
5758
|
|
|
|
|
|
|
long => { |
5759
|
|
|
|
|
|
|
'daylight' => q(Wanuatu, tomusky wagt), |
5760
|
|
|
|
|
|
|
'generic' => q(Wanuatu), |
5761
|
|
|
|
|
|
|
'standard' => q(Wanuatu, standart wagt), |
5762
|
|
|
|
|
|
|
}, |
5763
|
|
|
|
|
|
|
}, |
5764
|
|
|
|
|
|
|
'Venezuela' => { |
5765
|
|
|
|
|
|
|
long => { |
5766
|
|
|
|
|
|
|
'standard' => q(Wenesuela), |
5767
|
|
|
|
|
|
|
}, |
5768
|
|
|
|
|
|
|
}, |
5769
|
|
|
|
|
|
|
'Vladivostok' => { |
5770
|
|
|
|
|
|
|
long => { |
5771
|
|
|
|
|
|
|
'daylight' => q(Wladiwostok, tomusky wagt), |
5772
|
|
|
|
|
|
|
'generic' => q(Wladiwostok), |
5773
|
|
|
|
|
|
|
'standard' => q(Wladiwostok, standart wagt), |
5774
|
|
|
|
|
|
|
}, |
5775
|
|
|
|
|
|
|
}, |
5776
|
|
|
|
|
|
|
'Volgograd' => { |
5777
|
|
|
|
|
|
|
long => { |
5778
|
|
|
|
|
|
|
'daylight' => q(Wolgograd, tomusky wagt), |
5779
|
|
|
|
|
|
|
'generic' => q(Wolgograd), |
5780
|
|
|
|
|
|
|
'standard' => q(Wolgograd, standart wagt), |
5781
|
|
|
|
|
|
|
}, |
5782
|
|
|
|
|
|
|
}, |
5783
|
|
|
|
|
|
|
'Vostok' => { |
5784
|
|
|
|
|
|
|
long => { |
5785
|
|
|
|
|
|
|
'standard' => q(Wostok), |
5786
|
|
|
|
|
|
|
}, |
5787
|
|
|
|
|
|
|
}, |
5788
|
|
|
|
|
|
|
'Wake' => { |
5789
|
|
|
|
|
|
|
long => { |
5790
|
|
|
|
|
|
|
'standard' => q(Weýk adasy), |
5791
|
|
|
|
|
|
|
}, |
5792
|
|
|
|
|
|
|
}, |
5793
|
|
|
|
|
|
|
'Wallis' => { |
5794
|
|
|
|
|
|
|
long => { |
5795
|
|
|
|
|
|
|
'standard' => q(Wollis we Futuna), |
5796
|
|
|
|
|
|
|
}, |
5797
|
|
|
|
|
|
|
}, |
5798
|
|
|
|
|
|
|
'Yakutsk' => { |
5799
|
|
|
|
|
|
|
long => { |
5800
|
|
|
|
|
|
|
'daylight' => q(Ãakutsk, tomusky wagt), |
5801
|
|
|
|
|
|
|
'generic' => q(Ãakutsk), |
5802
|
|
|
|
|
|
|
'standard' => q(Ãakutsk, standart wagt), |
5803
|
|
|
|
|
|
|
}, |
5804
|
|
|
|
|
|
|
}, |
5805
|
|
|
|
|
|
|
'Yekaterinburg' => { |
5806
|
|
|
|
|
|
|
long => { |
5807
|
|
|
|
|
|
|
'daylight' => q(Ãekaterinburg, tomusky wagt), |
5808
|
|
|
|
|
|
|
'generic' => q(Ãekaterinburg), |
5809
|
|
|
|
|
|
|
'standard' => q(Ãekaterinburg, standart wagt), |
5810
|
|
|
|
|
|
|
}, |
5811
|
|
|
|
|
|
|
}, |
5812
|
|
|
|
|
|
|
} } |
5813
|
|
|
|
|
|
|
); |
5814
|
1
|
|
|
1
|
|
29065
|
no Moo; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
13
|
|
5815
|
|
|
|
|
|
|
|
5816
|
|
|
|
|
|
|
1; |
5817
|
|
|
|
|
|
|
|
5818
|
|
|
|
|
|
|
# vim: tabstop=4 |