line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
=head1 |
2
|
|
|
|
|
|
|
|
3
|
|
|
|
|
|
|
Locale::CLDR::Locales::Et - Package for language Estonian |
4
|
|
|
|
|
|
|
|
5
|
|
|
|
|
|
|
=cut |
6
|
|
|
|
|
|
|
|
7
|
|
|
|
|
|
|
package Locale::CLDR::Locales::Et; |
8
|
|
|
|
|
|
|
# This file auto generated from Data\common\main\et.xml |
9
|
|
|
|
|
|
|
# on Sun 24 Apr 8:25:50 am GMT |
10
|
|
|
|
|
|
|
|
11
|
1
|
|
|
1
|
|
4469847
|
use version; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
8
|
|
12
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
our $VERSION = version->declare('v0.29.0'); |
14
|
|
|
|
|
|
|
|
15
|
1
|
|
|
1
|
|
119
|
use v5.10.1; |
|
1
|
|
|
|
|
3
|
|
16
|
1
|
|
|
1
|
|
4
|
use mro 'c3'; |
|
1
|
|
|
|
|
6
|
|
|
1
|
|
|
|
|
9
|
|
17
|
1
|
|
|
1
|
|
34
|
use utf8; |
|
1
|
|
|
|
|
1
|
|
|
1
|
|
|
|
|
9
|
|
18
|
1
|
|
|
1
|
|
33
|
use if $^V ge v5.12.0, feature => 'unicode_strings'; |
|
1
|
|
|
|
|
1
|
|
|
1
|
|
|
|
|
18
|
|
19
|
|
|
|
|
|
|
|
20
|
1
|
|
|
1
|
|
1230
|
use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef ); |
|
1
|
|
|
|
|
61414
|
|
|
1
|
|
|
|
|
16
|
|
21
|
1
|
|
|
1
|
|
2507
|
use Moo; |
|
1
|
|
|
|
|
20880
|
|
|
1
|
|
|
|
|
7
|
|
22
|
|
|
|
|
|
|
|
23
|
|
|
|
|
|
|
extends('Locale::CLDR::Locales::Root'); |
24
|
|
|
|
|
|
|
has 'valid_algorithmic_formats' => ( |
25
|
|
|
|
|
|
|
is => 'ro', |
26
|
|
|
|
|
|
|
isa => ArrayRef, |
27
|
|
|
|
|
|
|
init_arg => undef, |
28
|
|
|
|
|
|
|
default => sub {[ 'spellout-numbering-year','spellout-numbering','spellout-cardinal' ]}, |
29
|
|
|
|
|
|
|
); |
30
|
|
|
|
|
|
|
|
31
|
|
|
|
|
|
|
has 'algorithmic_number_format_data' => ( |
32
|
|
|
|
|
|
|
is => 'ro', |
33
|
|
|
|
|
|
|
isa => HashRef, |
34
|
|
|
|
|
|
|
init_arg => undef, |
35
|
|
|
|
|
|
|
default => sub { |
36
|
1
|
|
|
1
|
|
6465
|
use bignum; |
|
1
|
|
|
|
|
3
|
|
|
1
|
|
|
|
|
15
|
|
37
|
|
|
|
|
|
|
return { |
38
|
|
|
|
|
|
|
'spellout-cardinal' => { |
39
|
|
|
|
|
|
|
'public' => { |
40
|
|
|
|
|
|
|
'-x' => { |
41
|
|
|
|
|
|
|
divisor => q(1), |
42
|
|
|
|
|
|
|
rule => q(miinus ââ), |
43
|
|
|
|
|
|
|
}, |
44
|
|
|
|
|
|
|
'0' => { |
45
|
|
|
|
|
|
|
base_value => q(0), |
46
|
|
|
|
|
|
|
divisor => q(1), |
47
|
|
|
|
|
|
|
rule => q(null), |
48
|
|
|
|
|
|
|
}, |
49
|
|
|
|
|
|
|
'x.x' => { |
50
|
|
|
|
|
|
|
divisor => q(1), |
51
|
|
|
|
|
|
|
rule => q(ââ koma ââ), |
52
|
|
|
|
|
|
|
}, |
53
|
|
|
|
|
|
|
'1' => { |
54
|
|
|
|
|
|
|
base_value => q(1), |
55
|
|
|
|
|
|
|
divisor => q(1), |
56
|
|
|
|
|
|
|
rule => q(üks), |
57
|
|
|
|
|
|
|
}, |
58
|
|
|
|
|
|
|
'2' => { |
59
|
|
|
|
|
|
|
base_value => q(2), |
60
|
|
|
|
|
|
|
divisor => q(1), |
61
|
|
|
|
|
|
|
rule => q(kaks), |
62
|
|
|
|
|
|
|
}, |
63
|
|
|
|
|
|
|
'3' => { |
64
|
|
|
|
|
|
|
base_value => q(3), |
65
|
|
|
|
|
|
|
divisor => q(1), |
66
|
|
|
|
|
|
|
rule => q(kolm), |
67
|
|
|
|
|
|
|
}, |
68
|
|
|
|
|
|
|
'4' => { |
69
|
|
|
|
|
|
|
base_value => q(4), |
70
|
|
|
|
|
|
|
divisor => q(1), |
71
|
|
|
|
|
|
|
rule => q(neli), |
72
|
|
|
|
|
|
|
}, |
73
|
|
|
|
|
|
|
'5' => { |
74
|
|
|
|
|
|
|
base_value => q(5), |
75
|
|
|
|
|
|
|
divisor => q(1), |
76
|
|
|
|
|
|
|
rule => q(viis), |
77
|
|
|
|
|
|
|
}, |
78
|
|
|
|
|
|
|
'6' => { |
79
|
|
|
|
|
|
|
base_value => q(6), |
80
|
|
|
|
|
|
|
divisor => q(1), |
81
|
|
|
|
|
|
|
rule => q(kuus), |
82
|
|
|
|
|
|
|
}, |
83
|
|
|
|
|
|
|
'7' => { |
84
|
|
|
|
|
|
|
base_value => q(7), |
85
|
|
|
|
|
|
|
divisor => q(1), |
86
|
|
|
|
|
|
|
rule => q(seitse), |
87
|
|
|
|
|
|
|
}, |
88
|
|
|
|
|
|
|
'8' => { |
89
|
|
|
|
|
|
|
base_value => q(8), |
90
|
|
|
|
|
|
|
divisor => q(1), |
91
|
|
|
|
|
|
|
rule => q(kaheksa), |
92
|
|
|
|
|
|
|
}, |
93
|
|
|
|
|
|
|
'9' => { |
94
|
|
|
|
|
|
|
base_value => q(9), |
95
|
|
|
|
|
|
|
divisor => q(1), |
96
|
|
|
|
|
|
|
rule => q(üheksa), |
97
|
|
|
|
|
|
|
}, |
98
|
|
|
|
|
|
|
'10' => { |
99
|
|
|
|
|
|
|
base_value => q(10), |
100
|
|
|
|
|
|
|
divisor => q(10), |
101
|
|
|
|
|
|
|
rule => q(kümme), |
102
|
|
|
|
|
|
|
}, |
103
|
|
|
|
|
|
|
'11' => { |
104
|
|
|
|
|
|
|
base_value => q(11), |
105
|
|
|
|
|
|
|
divisor => q(10), |
106
|
|
|
|
|
|
|
rule => q(ââteist), |
107
|
|
|
|
|
|
|
}, |
108
|
|
|
|
|
|
|
'20' => { |
109
|
|
|
|
|
|
|
base_value => q(20), |
110
|
|
|
|
|
|
|
divisor => q(10), |
111
|
|
|
|
|
|
|
rule => q(ââkümmend[ ââ]), |
112
|
|
|
|
|
|
|
}, |
113
|
|
|
|
|
|
|
'100' => { |
114
|
|
|
|
|
|
|
base_value => q(100), |
115
|
|
|
|
|
|
|
divisor => q(100), |
116
|
|
|
|
|
|
|
rule => q(ââsada[ ââ]), |
117
|
|
|
|
|
|
|
}, |
118
|
|
|
|
|
|
|
'1000' => { |
119
|
|
|
|
|
|
|
base_value => q(1000), |
120
|
|
|
|
|
|
|
divisor => q(1000), |
121
|
|
|
|
|
|
|
rule => q(ââ tuhat[ ââ]), |
122
|
|
|
|
|
|
|
}, |
123
|
|
|
|
|
|
|
'1000000' => { |
124
|
|
|
|
|
|
|
base_value => q(1000000), |
125
|
|
|
|
|
|
|
divisor => q(1000000), |
126
|
|
|
|
|
|
|
rule => q(ââ miljon[ ââ]), |
127
|
|
|
|
|
|
|
}, |
128
|
|
|
|
|
|
|
'2000000' => { |
129
|
|
|
|
|
|
|
base_value => q(2000000), |
130
|
|
|
|
|
|
|
divisor => q(1000000), |
131
|
|
|
|
|
|
|
rule => q(ââ miljonit[ ââ]), |
132
|
|
|
|
|
|
|
}, |
133
|
|
|
|
|
|
|
'1000000000' => { |
134
|
|
|
|
|
|
|
base_value => q(1000000000), |
135
|
|
|
|
|
|
|
divisor => q(1000000000), |
136
|
|
|
|
|
|
|
rule => q(ââ miljard[ ââ]), |
137
|
|
|
|
|
|
|
}, |
138
|
|
|
|
|
|
|
'2000000000' => { |
139
|
|
|
|
|
|
|
base_value => q(2000000000), |
140
|
|
|
|
|
|
|
divisor => q(1000000000), |
141
|
|
|
|
|
|
|
rule => q(ââ miljardit[ ââ]), |
142
|
|
|
|
|
|
|
}, |
143
|
|
|
|
|
|
|
'1000000000000' => { |
144
|
|
|
|
|
|
|
base_value => q(1000000000000), |
145
|
|
|
|
|
|
|
divisor => q(1000000000000), |
146
|
|
|
|
|
|
|
rule => q(ââ biljon[ ââ]), |
147
|
|
|
|
|
|
|
}, |
148
|
|
|
|
|
|
|
'2000000000000' => { |
149
|
|
|
|
|
|
|
base_value => q(2000000000000), |
150
|
|
|
|
|
|
|
divisor => q(1000000000000), |
151
|
|
|
|
|
|
|
rule => q(ââ biljonit[ ââ]), |
152
|
|
|
|
|
|
|
}, |
153
|
|
|
|
|
|
|
'1000000000000000' => { |
154
|
|
|
|
|
|
|
base_value => q(1000000000000000), |
155
|
|
|
|
|
|
|
divisor => q(1000000000000000), |
156
|
|
|
|
|
|
|
rule => q(ââ biljard[ ââ]), |
157
|
|
|
|
|
|
|
}, |
158
|
|
|
|
|
|
|
'2000000000000000' => { |
159
|
|
|
|
|
|
|
base_value => q(2000000000000000), |
160
|
|
|
|
|
|
|
divisor => q(1000000000000000), |
161
|
|
|
|
|
|
|
rule => q(ââ biljardit[ ââ]), |
162
|
|
|
|
|
|
|
}, |
163
|
|
|
|
|
|
|
'1000000000000000000' => { |
164
|
|
|
|
|
|
|
base_value => q(1000000000000000000), |
165
|
|
|
|
|
|
|
divisor => q(1000000000000000000), |
166
|
|
|
|
|
|
|
rule => q(=#,##0=), |
167
|
|
|
|
|
|
|
}, |
168
|
|
|
|
|
|
|
'max' => { |
169
|
|
|
|
|
|
|
base_value => q(1000000000000000000), |
170
|
|
|
|
|
|
|
divisor => q(1000000000000000000), |
171
|
|
|
|
|
|
|
rule => q(=#,##0=), |
172
|
|
|
|
|
|
|
}, |
173
|
|
|
|
|
|
|
}, |
174
|
|
|
|
|
|
|
}, |
175
|
|
|
|
|
|
|
'spellout-numbering' => { |
176
|
|
|
|
|
|
|
'public' => { |
177
|
|
|
|
|
|
|
'0' => { |
178
|
|
|
|
|
|
|
base_value => q(0), |
179
|
|
|
|
|
|
|
divisor => q(1), |
180
|
|
|
|
|
|
|
rule => q(=%spellout-cardinal=), |
181
|
|
|
|
|
|
|
}, |
182
|
|
|
|
|
|
|
'max' => { |
183
|
|
|
|
|
|
|
base_value => q(0), |
184
|
|
|
|
|
|
|
divisor => q(1), |
185
|
|
|
|
|
|
|
rule => q(=%spellout-cardinal=), |
186
|
|
|
|
|
|
|
}, |
187
|
|
|
|
|
|
|
}, |
188
|
|
|
|
|
|
|
}, |
189
|
|
|
|
|
|
|
'spellout-numbering-year' => { |
190
|
|
|
|
|
|
|
'public' => { |
191
|
|
|
|
|
|
|
'-x' => { |
192
|
|
|
|
|
|
|
divisor => q(1), |
193
|
|
|
|
|
|
|
rule => q(miinus ââ), |
194
|
|
|
|
|
|
|
}, |
195
|
|
|
|
|
|
|
'0' => { |
196
|
|
|
|
|
|
|
base_value => q(0), |
197
|
|
|
|
|
|
|
divisor => q(1), |
198
|
|
|
|
|
|
|
rule => q(=%spellout-numbering=), |
199
|
|
|
|
|
|
|
}, |
200
|
|
|
|
|
|
|
'x.x' => { |
201
|
|
|
|
|
|
|
divisor => q(1), |
202
|
|
|
|
|
|
|
rule => q(=#,###0.#=), |
203
|
|
|
|
|
|
|
}, |
204
|
|
|
|
|
|
|
'1100' => { |
205
|
|
|
|
|
|
|
base_value => q(1100), |
206
|
|
|
|
|
|
|
divisor => q(100), |
207
|
|
|
|
|
|
|
rule => q(ââ sada[ ââ]), |
208
|
|
|
|
|
|
|
}, |
209
|
|
|
|
|
|
|
'10000' => { |
210
|
|
|
|
|
|
|
base_value => q(10000), |
211
|
|
|
|
|
|
|
divisor => q(10000), |
212
|
|
|
|
|
|
|
rule => q(=%spellout-numbering=), |
213
|
|
|
|
|
|
|
}, |
214
|
|
|
|
|
|
|
'max' => { |
215
|
|
|
|
|
|
|
base_value => q(10000), |
216
|
|
|
|
|
|
|
divisor => q(10000), |
217
|
|
|
|
|
|
|
rule => q(=%spellout-numbering=), |
218
|
|
|
|
|
|
|
}, |
219
|
|
|
|
|
|
|
}, |
220
|
|
|
|
|
|
|
}, |
221
|
|
|
|
|
|
|
} }, |
222
|
|
|
|
|
|
|
); |
223
|
|
|
|
|
|
|
|
224
|
|
|
|
|
|
|
# Need to add code for Key type pattern |
225
|
|
|
|
|
|
|
sub display_name_pattern { |
226
|
0
|
|
|
0
|
0
|
|
my ($self, $name, $region, $script, $variant) = @_; |
227
|
|
|
|
|
|
|
|
228
|
0
|
|
|
|
|
|
my $display_pattern = '{0} ({1})'; |
229
|
0
|
|
|
|
|
|
$display_pattern =~s/\{0\}/$name/g; |
230
|
0
|
|
|
|
|
|
my $subtags = join '{0}, {1}', grep {$_} ( |
|
0
|
|
|
|
|
|
|
231
|
|
|
|
|
|
|
$region, |
232
|
|
|
|
|
|
|
$script, |
233
|
|
|
|
|
|
|
$variant, |
234
|
|
|
|
|
|
|
); |
235
|
|
|
|
|
|
|
|
236
|
0
|
|
|
|
|
|
$display_pattern =~s/\{1\}/$subtags/g; |
237
|
0
|
|
|
|
|
|
return $display_pattern; |
238
|
|
|
|
|
|
|
} |
239
|
|
|
|
|
|
|
|
240
|
|
|
|
|
|
|
has 'display_name_language' => ( |
241
|
|
|
|
|
|
|
is => 'ro', |
242
|
|
|
|
|
|
|
isa => CodeRef, |
243
|
|
|
|
|
|
|
init_arg => undef, |
244
|
|
|
|
|
|
|
default => sub { |
245
|
|
|
|
|
|
|
sub { |
246
|
|
|
|
|
|
|
my %languages = ( |
247
|
|
|
|
|
|
|
'aa' => 'afari', |
248
|
|
|
|
|
|
|
'ab' => 'abhaasi', |
249
|
|
|
|
|
|
|
'ace' => 'atšehi', |
250
|
|
|
|
|
|
|
'ach' => 'atšoli', |
251
|
|
|
|
|
|
|
'ada' => 'adangme', |
252
|
|
|
|
|
|
|
'ady' => 'adõgee', |
253
|
|
|
|
|
|
|
'ae' => 'avesta', |
254
|
|
|
|
|
|
|
'aeb' => 'Tuneesia araabia', |
255
|
|
|
|
|
|
|
'af' => 'afrikaani', |
256
|
|
|
|
|
|
|
'afh' => 'afrihili', |
257
|
|
|
|
|
|
|
'agq' => 'aghemi', |
258
|
|
|
|
|
|
|
'ain' => 'ainu', |
259
|
|
|
|
|
|
|
'ak' => 'akani', |
260
|
|
|
|
|
|
|
'akk' => 'akadi', |
261
|
|
|
|
|
|
|
'akz' => 'alabama', |
262
|
|
|
|
|
|
|
'ale' => 'aleuudi', |
263
|
|
|
|
|
|
|
'aln' => 'geegi', |
264
|
|
|
|
|
|
|
'alt' => 'altai', |
265
|
|
|
|
|
|
|
'am' => 'amhari', |
266
|
|
|
|
|
|
|
'an' => 'aragoni', |
267
|
|
|
|
|
|
|
'ang' => 'vanainglise', |
268
|
|
|
|
|
|
|
'anp' => 'angika', |
269
|
|
|
|
|
|
|
'ar' => 'araabia', |
270
|
|
|
|
|
|
|
'ar_001' => 'araabia (tänapäevane)', |
271
|
|
|
|
|
|
|
'arc' => 'aramea', |
272
|
|
|
|
|
|
|
'arn' => 'mapudunguni', |
273
|
|
|
|
|
|
|
'aro' => 'araona', |
274
|
|
|
|
|
|
|
'arp' => 'arapaho', |
275
|
|
|
|
|
|
|
'arq' => 'Alžeeria araabia', |
276
|
|
|
|
|
|
|
'arw' => 'aravaki', |
277
|
|
|
|
|
|
|
'ary' => 'Maroko araabia', |
278
|
|
|
|
|
|
|
'arz' => 'Egiptuse araabia', |
279
|
|
|
|
|
|
|
'as' => 'assami', |
280
|
|
|
|
|
|
|
'asa' => 'asu', |
281
|
|
|
|
|
|
|
'ase' => 'Ameerika viipekeel', |
282
|
|
|
|
|
|
|
'ast' => 'astuuria', |
283
|
|
|
|
|
|
|
'av' => 'avaari', |
284
|
|
|
|
|
|
|
'awa' => 'avadhi', |
285
|
|
|
|
|
|
|
'ay' => 'aimara', |
286
|
|
|
|
|
|
|
'az' => 'aserbaidžaani', |
287
|
|
|
|
|
|
|
'az@alt=short' => 'aseri', |
288
|
|
|
|
|
|
|
'ba' => 'baškiiri', |
289
|
|
|
|
|
|
|
'bal' => 'belutši', |
290
|
|
|
|
|
|
|
'ban' => 'bali', |
291
|
|
|
|
|
|
|
'bar' => 'baieri', |
292
|
|
|
|
|
|
|
'bas' => 'basa', |
293
|
|
|
|
|
|
|
'bax' => 'bamuni', |
294
|
|
|
|
|
|
|
'bbc' => 'bataki', |
295
|
|
|
|
|
|
|
'bbj' => 'ghomala', |
296
|
|
|
|
|
|
|
'be' => 'valgevene', |
297
|
|
|
|
|
|
|
'bej' => 'bedža', |
298
|
|
|
|
|
|
|
'bem' => 'bemba', |
299
|
|
|
|
|
|
|
'bew' => 'betavi', |
300
|
|
|
|
|
|
|
'bez' => 'bena', |
301
|
|
|
|
|
|
|
'bfd' => 'bafuti', |
302
|
|
|
|
|
|
|
'bfq' => 'badaga', |
303
|
|
|
|
|
|
|
'bg' => 'bulgaaria', |
304
|
|
|
|
|
|
|
'bgn' => 'läänebelutši', |
305
|
|
|
|
|
|
|
'bho' => 'bhodžpuri', |
306
|
|
|
|
|
|
|
'bi' => 'bislama', |
307
|
|
|
|
|
|
|
'bik' => 'bikoli', |
308
|
|
|
|
|
|
|
'bin' => 'edo', |
309
|
|
|
|
|
|
|
'bjn' => 'bandžari', |
310
|
|
|
|
|
|
|
'bkm' => 'komi (Aafrika)', |
311
|
|
|
|
|
|
|
'bla' => 'mustjalaindiaani', |
312
|
|
|
|
|
|
|
'bm' => 'bambara', |
313
|
|
|
|
|
|
|
'bn' => 'bengali', |
314
|
|
|
|
|
|
|
'bo' => 'tiibeti', |
315
|
|
|
|
|
|
|
'bpy' => 'bišnuprija', |
316
|
|
|
|
|
|
|
'bqi' => 'bahtiari', |
317
|
|
|
|
|
|
|
'br' => 'bretooni', |
318
|
|
|
|
|
|
|
'bra' => 'bradži', |
319
|
|
|
|
|
|
|
'brh' => 'brahui', |
320
|
|
|
|
|
|
|
'brx' => 'bodo', |
321
|
|
|
|
|
|
|
'bs' => 'bosnia', |
322
|
|
|
|
|
|
|
'bss' => 'akoose', |
323
|
|
|
|
|
|
|
'bua' => 'burjaadi', |
324
|
|
|
|
|
|
|
'bug' => 'bugi', |
325
|
|
|
|
|
|
|
'bum' => 'bulu', |
326
|
|
|
|
|
|
|
'byn' => 'bilini', |
327
|
|
|
|
|
|
|
'byv' => 'medumba', |
328
|
|
|
|
|
|
|
'ca' => 'katalaani', |
329
|
|
|
|
|
|
|
'cad' => 'kado', |
330
|
|
|
|
|
|
|
'car' => 'kariibi', |
331
|
|
|
|
|
|
|
'cay' => 'kajuka', |
332
|
|
|
|
|
|
|
'cch' => 'atsami', |
333
|
|
|
|
|
|
|
'ce' => 'tšetšeeni', |
334
|
|
|
|
|
|
|
'ceb' => 'sebu', |
335
|
|
|
|
|
|
|
'cgg' => 'tšiga', |
336
|
|
|
|
|
|
|
'ch' => 'tšamorro', |
337
|
|
|
|
|
|
|
'chb' => 'tšibtša', |
338
|
|
|
|
|
|
|
'chg' => 'tšagatai', |
339
|
|
|
|
|
|
|
'chk' => 'tšuugi', |
340
|
|
|
|
|
|
|
'chm' => 'mari', |
341
|
|
|
|
|
|
|
'chn' => 'tšinuki žargoon', |
342
|
|
|
|
|
|
|
'cho' => 'tšokto', |
343
|
|
|
|
|
|
|
'chp' => 'tšipevai', |
344
|
|
|
|
|
|
|
'chr' => 'tšerokii', |
345
|
|
|
|
|
|
|
'chy' => 'Å¡aieeni', |
346
|
|
|
|
|
|
|
'ckb' => 'sorani', |
347
|
|
|
|
|
|
|
'co' => 'korsika', |
348
|
|
|
|
|
|
|
'cop' => 'kopti', |
349
|
|
|
|
|
|
|
'cps' => 'kapisnoni', |
350
|
|
|
|
|
|
|
'cr' => 'krii', |
351
|
|
|
|
|
|
|
'crh' => 'krimmitatari', |
352
|
|
|
|
|
|
|
'cs' => 'tšehhi', |
353
|
|
|
|
|
|
|
'csb' => 'kašuubi', |
354
|
|
|
|
|
|
|
'cu' => 'kirikuslaavi', |
355
|
|
|
|
|
|
|
'cv' => 'tšuvaši', |
356
|
|
|
|
|
|
|
'cy' => 'kõmri', |
357
|
|
|
|
|
|
|
'da' => 'taani', |
358
|
|
|
|
|
|
|
'dak' => 'siuu', |
359
|
|
|
|
|
|
|
'dar' => 'dargi', |
360
|
|
|
|
|
|
|
'dav' => 'davida', |
361
|
|
|
|
|
|
|
'de' => 'saksa', |
362
|
|
|
|
|
|
|
'de_AT' => 'Austria saksa', |
363
|
|
|
|
|
|
|
'de_CH' => 'Šveitsi ülemsaksa', |
364
|
|
|
|
|
|
|
'del' => 'delavari', |
365
|
|
|
|
|
|
|
'den' => 'sleivi', |
366
|
|
|
|
|
|
|
'dgr' => 'dogribi', |
367
|
|
|
|
|
|
|
'din' => 'dinka', |
368
|
|
|
|
|
|
|
'dje' => 'zarma', |
369
|
|
|
|
|
|
|
'doi' => 'dogri', |
370
|
|
|
|
|
|
|
'dsb' => 'alamsorbi', |
371
|
|
|
|
|
|
|
'dtp' => 'keskdusuni', |
372
|
|
|
|
|
|
|
'dua' => 'duala', |
373
|
|
|
|
|
|
|
'dum' => 'keskhollandi', |
374
|
|
|
|
|
|
|
'dv' => 'maldiivi', |
375
|
|
|
|
|
|
|
'dyo' => 'fonji', |
376
|
|
|
|
|
|
|
'dyu' => 'djula', |
377
|
|
|
|
|
|
|
'dz' => 'dzongkha', |
378
|
|
|
|
|
|
|
'dzg' => 'daza', |
379
|
|
|
|
|
|
|
'ebu' => 'embu', |
380
|
|
|
|
|
|
|
'ee' => 'eve', |
381
|
|
|
|
|
|
|
'efi' => 'efiki', |
382
|
|
|
|
|
|
|
'egl' => 'emiilia', |
383
|
|
|
|
|
|
|
'egy' => 'egiptuse', |
384
|
|
|
|
|
|
|
'eka' => 'ekadžuki', |
385
|
|
|
|
|
|
|
'el' => 'kreeka', |
386
|
|
|
|
|
|
|
'elx' => 'eelami', |
387
|
|
|
|
|
|
|
'en' => 'inglise', |
388
|
|
|
|
|
|
|
'en_AU' => 'Austraalia inglise', |
389
|
|
|
|
|
|
|
'en_CA' => 'Kanada inglise', |
390
|
|
|
|
|
|
|
'en_GB' => 'Briti inglise', |
391
|
|
|
|
|
|
|
'en_GB@alt=short' => 'Briti inglise', |
392
|
|
|
|
|
|
|
'en_US' => 'Ameerika inglise', |
393
|
|
|
|
|
|
|
'en_US@alt=short' => 'USA inglise', |
394
|
|
|
|
|
|
|
'enm' => 'keskinglise', |
395
|
|
|
|
|
|
|
'eo' => 'esperanto', |
396
|
|
|
|
|
|
|
'es' => 'hispaania', |
397
|
|
|
|
|
|
|
'es_419' => 'Ladina-Ameerika hispaania', |
398
|
|
|
|
|
|
|
'es_ES' => 'Euroopa hispaania', |
399
|
|
|
|
|
|
|
'es_MX' => 'Mehhiko hispaania', |
400
|
|
|
|
|
|
|
'esu' => 'keskjupiki', |
401
|
|
|
|
|
|
|
'et' => 'eesti', |
402
|
|
|
|
|
|
|
'eu' => 'baski', |
403
|
|
|
|
|
|
|
'ewo' => 'evondo', |
404
|
|
|
|
|
|
|
'ext' => 'estremenju', |
405
|
|
|
|
|
|
|
'fa' => 'pärsia', |
406
|
|
|
|
|
|
|
'fan' => 'fangi', |
407
|
|
|
|
|
|
|
'fat' => 'fanti', |
408
|
|
|
|
|
|
|
'ff' => 'fula', |
409
|
|
|
|
|
|
|
'fi' => 'soome', |
410
|
|
|
|
|
|
|
'fil' => 'filipiini', |
411
|
|
|
|
|
|
|
'fit' => 'meä', |
412
|
|
|
|
|
|
|
'fj' => 'fidži', |
413
|
|
|
|
|
|
|
'fo' => 'fääri', |
414
|
|
|
|
|
|
|
'fon' => 'foni', |
415
|
|
|
|
|
|
|
'fr' => 'prantsuse', |
416
|
|
|
|
|
|
|
'fr_CA' => 'Kanada prantsuse', |
417
|
|
|
|
|
|
|
'fr_CH' => 'Å veitsi prantsuse', |
418
|
|
|
|
|
|
|
'frc' => 'cajunâi', |
419
|
|
|
|
|
|
|
'frm' => 'keskprantsuse', |
420
|
|
|
|
|
|
|
'fro' => 'vanaprantsuse', |
421
|
|
|
|
|
|
|
'frp' => 'frankoprovansi', |
422
|
|
|
|
|
|
|
'frr' => 'põhjafriisi', |
423
|
|
|
|
|
|
|
'frs' => 'idafriisi', |
424
|
|
|
|
|
|
|
'fur' => 'friuuli', |
425
|
|
|
|
|
|
|
'fy' => 'läänefriisi', |
426
|
|
|
|
|
|
|
'ga' => 'iiri', |
427
|
|
|
|
|
|
|
'gaa' => 'gaa', |
428
|
|
|
|
|
|
|
'gag' => 'gagauusi', |
429
|
|
|
|
|
|
|
'gan' => 'kani', |
430
|
|
|
|
|
|
|
'gay' => 'gajo', |
431
|
|
|
|
|
|
|
'gba' => 'gbaja', |
432
|
|
|
|
|
|
|
'gd' => 'gaeli', |
433
|
|
|
|
|
|
|
'gez' => 'etioopia', |
434
|
|
|
|
|
|
|
'gil' => 'kiribati', |
435
|
|
|
|
|
|
|
'gl' => 'galeegi', |
436
|
|
|
|
|
|
|
'glk' => 'gilaki', |
437
|
|
|
|
|
|
|
'gmh' => 'keskülemsaksa', |
438
|
|
|
|
|
|
|
'gn' => 'guaranii', |
439
|
|
|
|
|
|
|
'goh' => 'vanaülemsaksa', |
440
|
|
|
|
|
|
|
'gon' => 'gondi', |
441
|
|
|
|
|
|
|
'gor' => 'gorontalo', |
442
|
|
|
|
|
|
|
'got' => 'gooti', |
443
|
|
|
|
|
|
|
'grb' => 'grebo', |
444
|
|
|
|
|
|
|
'grc' => 'vanakreeka', |
445
|
|
|
|
|
|
|
'gsw' => 'Å¡veitsisaksa', |
446
|
|
|
|
|
|
|
'gu' => 'gudžarati', |
447
|
|
|
|
|
|
|
'guc' => 'vajuu', |
448
|
|
|
|
|
|
|
'gur' => 'farefare', |
449
|
|
|
|
|
|
|
'guz' => 'gusii', |
450
|
|
|
|
|
|
|
'gv' => 'mänksi', |
451
|
|
|
|
|
|
|
'gwi' => 'gvitšini', |
452
|
|
|
|
|
|
|
'ha' => 'hausa', |
453
|
|
|
|
|
|
|
'hai' => 'haida', |
454
|
|
|
|
|
|
|
'haw' => 'havai', |
455
|
|
|
|
|
|
|
'he' => 'heebrea', |
456
|
|
|
|
|
|
|
'hi' => 'hindi', |
457
|
|
|
|
|
|
|
'hif' => 'Fidži hindi', |
458
|
|
|
|
|
|
|
'hil' => 'hiligainoni', |
459
|
|
|
|
|
|
|
'hit' => 'heti', |
460
|
|
|
|
|
|
|
'hmn' => 'hmongi', |
461
|
|
|
|
|
|
|
'ho' => 'hirimotu', |
462
|
|
|
|
|
|
|
'hr' => 'horvaadi', |
463
|
|
|
|
|
|
|
'hsb' => 'ülemsorbi', |
464
|
|
|
|
|
|
|
'hsn' => 'sjangi', |
465
|
|
|
|
|
|
|
'ht' => 'haiti', |
466
|
|
|
|
|
|
|
'hu' => 'ungari', |
467
|
|
|
|
|
|
|
'hup' => 'hupa', |
468
|
|
|
|
|
|
|
'hy' => 'armeenia', |
469
|
|
|
|
|
|
|
'hz' => 'herero', |
470
|
|
|
|
|
|
|
'ia' => 'interlingua', |
471
|
|
|
|
|
|
|
'iba' => 'ibani', |
472
|
|
|
|
|
|
|
'ibb' => 'ibibio', |
473
|
|
|
|
|
|
|
'id' => 'indoneesia', |
474
|
|
|
|
|
|
|
'ie' => 'interlingue', |
475
|
|
|
|
|
|
|
'ig' => 'ibo', |
476
|
|
|
|
|
|
|
'ii' => 'Sichuani jii', |
477
|
|
|
|
|
|
|
'ik' => 'injupiaki', |
478
|
|
|
|
|
|
|
'ilo' => 'iloko', |
479
|
|
|
|
|
|
|
'inh' => 'inguši', |
480
|
|
|
|
|
|
|
'io' => 'ido', |
481
|
|
|
|
|
|
|
'is' => 'islandi', |
482
|
|
|
|
|
|
|
'it' => 'itaalia', |
483
|
|
|
|
|
|
|
'iu' => 'inuktituti', |
484
|
|
|
|
|
|
|
'izh' => 'isuri', |
485
|
|
|
|
|
|
|
'ja' => 'jaapani', |
486
|
|
|
|
|
|
|
'jam' => 'Jamaica kreoolkeel', |
487
|
|
|
|
|
|
|
'jbo' => 'ložban', |
488
|
|
|
|
|
|
|
'jgo' => 'ngomba', |
489
|
|
|
|
|
|
|
'jmc' => 'matšame', |
490
|
|
|
|
|
|
|
'jpr' => 'juudipärsia', |
491
|
|
|
|
|
|
|
'jrb' => 'juudiaraabia', |
492
|
|
|
|
|
|
|
'jut' => 'jüüti', |
493
|
|
|
|
|
|
|
'jv' => 'jaava', |
494
|
|
|
|
|
|
|
'ka' => 'gruusia', |
495
|
|
|
|
|
|
|
'kaa' => 'karakalpaki', |
496
|
|
|
|
|
|
|
'kab' => 'kabiili', |
497
|
|
|
|
|
|
|
'kac' => 'katšini', |
498
|
|
|
|
|
|
|
'kaj' => 'jju', |
499
|
|
|
|
|
|
|
'kam' => 'kamba', |
500
|
|
|
|
|
|
|
'kaw' => 'kaavi', |
501
|
|
|
|
|
|
|
'kbd' => 'kabardi-tšerkessi', |
502
|
|
|
|
|
|
|
'kbl' => 'kanembu', |
503
|
|
|
|
|
|
|
'kcg' => 'tjapi', |
504
|
|
|
|
|
|
|
'kde' => 'makonde', |
505
|
|
|
|
|
|
|
'kea' => 'kabuverdianu', |
506
|
|
|
|
|
|
|
'kfo' => 'koro', |
507
|
|
|
|
|
|
|
'kg' => 'kongo', |
508
|
|
|
|
|
|
|
'kgp' => 'kaingangi', |
509
|
|
|
|
|
|
|
'kha' => 'khasi', |
510
|
|
|
|
|
|
|
'kho' => 'saka', |
511
|
|
|
|
|
|
|
'khq' => 'koyra chiini', |
512
|
|
|
|
|
|
|
'khw' => 'khovari', |
513
|
|
|
|
|
|
|
'ki' => 'kikuju', |
514
|
|
|
|
|
|
|
'kiu' => 'kõrmandžki', |
515
|
|
|
|
|
|
|
'kj' => 'kvanjama', |
516
|
|
|
|
|
|
|
'kk' => 'kasahhi', |
517
|
|
|
|
|
|
|
'kkj' => 'kako', |
518
|
|
|
|
|
|
|
'kl' => 'grööni', |
519
|
|
|
|
|
|
|
'kln' => 'kalendžini', |
520
|
|
|
|
|
|
|
'km' => 'khmeeri', |
521
|
|
|
|
|
|
|
'kmb' => 'mbundu', |
522
|
|
|
|
|
|
|
'kn' => 'kannada', |
523
|
|
|
|
|
|
|
'ko' => 'korea', |
524
|
|
|
|
|
|
|
'koi' => 'permikomi', |
525
|
|
|
|
|
|
|
'kok' => 'konkani', |
526
|
|
|
|
|
|
|
'kos' => 'kosrae', |
527
|
|
|
|
|
|
|
'kpe' => 'kpelle', |
528
|
|
|
|
|
|
|
'kr' => 'kanuri', |
529
|
|
|
|
|
|
|
'krc' => 'karatšai-balkaari', |
530
|
|
|
|
|
|
|
'kri' => 'krio', |
531
|
|
|
|
|
|
|
'krj' => 'kinaraia', |
532
|
|
|
|
|
|
|
'krl' => 'karjala', |
533
|
|
|
|
|
|
|
'kru' => 'kuruhhi', |
534
|
|
|
|
|
|
|
'ks' => 'kašmiiri', |
535
|
|
|
|
|
|
|
'ksb' => 'Å¡ambala', |
536
|
|
|
|
|
|
|
'ksf' => 'bafia', |
537
|
|
|
|
|
|
|
'ksh' => 'kölni', |
538
|
|
|
|
|
|
|
'ku' => 'kurdi', |
539
|
|
|
|
|
|
|
'kum' => 'kumõki', |
540
|
|
|
|
|
|
|
'kut' => 'kutenai', |
541
|
|
|
|
|
|
|
'kv' => 'komi', |
542
|
|
|
|
|
|
|
'kw' => 'korni', |
543
|
|
|
|
|
|
|
'ky' => 'kirgiisi', |
544
|
|
|
|
|
|
|
'la' => 'ladina', |
545
|
|
|
|
|
|
|
'lad' => 'ladiino', |
546
|
|
|
|
|
|
|
'lag' => 'langi', |
547
|
|
|
|
|
|
|
'lah' => 'lahnda', |
548
|
|
|
|
|
|
|
'lam' => 'lamba', |
549
|
|
|
|
|
|
|
'lb' => 'letseburgi', |
550
|
|
|
|
|
|
|
'lez' => 'lesgi', |
551
|
|
|
|
|
|
|
'lg' => 'ganda', |
552
|
|
|
|
|
|
|
'li' => 'limburgi', |
553
|
|
|
|
|
|
|
'lij' => 'liguuri', |
554
|
|
|
|
|
|
|
'liv' => 'liivi', |
555
|
|
|
|
|
|
|
'lkt' => 'lakota', |
556
|
|
|
|
|
|
|
'lmo' => 'lombardi', |
557
|
|
|
|
|
|
|
'ln' => 'lingala', |
558
|
|
|
|
|
|
|
'lo' => 'lao', |
559
|
|
|
|
|
|
|
'lol' => 'mongo', |
560
|
|
|
|
|
|
|
'loz' => 'lozi', |
561
|
|
|
|
|
|
|
'lrc' => 'põhjaluri', |
562
|
|
|
|
|
|
|
'lt' => 'leedu', |
563
|
|
|
|
|
|
|
'ltg' => 'latgali', |
564
|
|
|
|
|
|
|
'lu' => 'luba', |
565
|
|
|
|
|
|
|
'lua' => 'lulua', |
566
|
|
|
|
|
|
|
'lui' => 'luisenjo', |
567
|
|
|
|
|
|
|
'lun' => 'lunda', |
568
|
|
|
|
|
|
|
'luo' => 'luo', |
569
|
|
|
|
|
|
|
'lus' => 'lušei', |
570
|
|
|
|
|
|
|
'luy' => 'luhja', |
571
|
|
|
|
|
|
|
'lv' => 'läti', |
572
|
|
|
|
|
|
|
'lzh' => 'klassikaline hiina', |
573
|
|
|
|
|
|
|
'lzz' => 'lazi', |
574
|
|
|
|
|
|
|
'mad' => 'madura', |
575
|
|
|
|
|
|
|
'maf' => 'mafa', |
576
|
|
|
|
|
|
|
'mag' => 'magahi', |
577
|
|
|
|
|
|
|
'mai' => 'maithili', |
578
|
|
|
|
|
|
|
'mak' => 'makassari', |
579
|
|
|
|
|
|
|
'man' => 'malinke', |
580
|
|
|
|
|
|
|
'mas' => 'masai', |
581
|
|
|
|
|
|
|
'mde' => 'maba', |
582
|
|
|
|
|
|
|
'mdf' => 'mokša', |
583
|
|
|
|
|
|
|
'mdr' => 'mandari', |
584
|
|
|
|
|
|
|
'men' => 'mende', |
585
|
|
|
|
|
|
|
'mer' => 'meru', |
586
|
|
|
|
|
|
|
'mfe' => 'Mauritiuse kreoolkeel', |
587
|
|
|
|
|
|
|
'mg' => 'malagassi', |
588
|
|
|
|
|
|
|
'mga' => 'keskiiri', |
589
|
|
|
|
|
|
|
'mgh' => 'makhuwa-meetto', |
590
|
|
|
|
|
|
|
'mgo' => 'meta', |
591
|
|
|
|
|
|
|
'mh' => 'maršalli', |
592
|
|
|
|
|
|
|
'mi' => 'maoori', |
593
|
|
|
|
|
|
|
'mic' => 'mikmaki', |
594
|
|
|
|
|
|
|
'min' => 'minangkabau', |
595
|
|
|
|
|
|
|
'mk' => 'makedoonia', |
596
|
|
|
|
|
|
|
'ml' => 'malajalami', |
597
|
|
|
|
|
|
|
'mn' => 'mongoli', |
598
|
|
|
|
|
|
|
'mnc' => 'mandžu', |
599
|
|
|
|
|
|
|
'mni' => 'manipuri', |
600
|
|
|
|
|
|
|
'moh' => 'mohoogi', |
601
|
|
|
|
|
|
|
'mos' => 'more', |
602
|
|
|
|
|
|
|
'mr' => 'marathi', |
603
|
|
|
|
|
|
|
'mrj' => 'mäemari', |
604
|
|
|
|
|
|
|
'ms' => 'malai', |
605
|
|
|
|
|
|
|
'mt' => 'malta', |
606
|
|
|
|
|
|
|
'mua' => 'mundangi', |
607
|
|
|
|
|
|
|
'mul' => 'mitu keelt', |
608
|
|
|
|
|
|
|
'mus' => 'maskogi', |
609
|
|
|
|
|
|
|
'mwl' => 'miranda', |
610
|
|
|
|
|
|
|
'mwr' => 'marvari', |
611
|
|
|
|
|
|
|
'mwv' => 'mentavei', |
612
|
|
|
|
|
|
|
'my' => 'birma', |
613
|
|
|
|
|
|
|
'mye' => 'mjene', |
614
|
|
|
|
|
|
|
'myv' => 'ersa', |
615
|
|
|
|
|
|
|
'mzn' => 'mazandaraani', |
616
|
|
|
|
|
|
|
'na' => 'nauru', |
617
|
|
|
|
|
|
|
'nan' => 'lõunamini', |
618
|
|
|
|
|
|
|
'nap' => 'napoli', |
619
|
|
|
|
|
|
|
'naq' => 'nama', |
620
|
|
|
|
|
|
|
'nb' => 'norra bokmål', |
621
|
|
|
|
|
|
|
'nd' => 'põhjandebele', |
622
|
|
|
|
|
|
|
'nds' => 'alamsaksa', |
623
|
|
|
|
|
|
|
'nds_NL' => 'Hollandi alamsaksa', |
624
|
|
|
|
|
|
|
'ne' => 'nepali', |
625
|
|
|
|
|
|
|
'new' => 'nevari', |
626
|
|
|
|
|
|
|
'ng' => 'ndonga', |
627
|
|
|
|
|
|
|
'nia' => 'niasi', |
628
|
|
|
|
|
|
|
'niu' => 'niue', |
629
|
|
|
|
|
|
|
'njo' => 'ao', |
630
|
|
|
|
|
|
|
'nl' => 'hollandi', |
631
|
|
|
|
|
|
|
'nl_BE' => 'flaami', |
632
|
|
|
|
|
|
|
'nmg' => 'kwasio', |
633
|
|
|
|
|
|
|
'nn' => 'uusnorra', |
634
|
|
|
|
|
|
|
'nnh' => 'ngiembooni', |
635
|
|
|
|
|
|
|
'no' => 'norra', |
636
|
|
|
|
|
|
|
'nog' => 'nogai', |
637
|
|
|
|
|
|
|
'non' => 'vanapõhjala', |
638
|
|
|
|
|
|
|
'nov' => 'noviaal', |
639
|
|
|
|
|
|
|
'nqo' => 'nkoo', |
640
|
|
|
|
|
|
|
'nr' => 'lõunandebele', |
641
|
|
|
|
|
|
|
'nso' => 'pedi', |
642
|
|
|
|
|
|
|
'nus' => 'nueri', |
643
|
|
|
|
|
|
|
'nv' => 'navaho', |
644
|
|
|
|
|
|
|
'nwc' => 'vananevari', |
645
|
|
|
|
|
|
|
'ny' => 'njandža', |
646
|
|
|
|
|
|
|
'nym' => 'njamvesi', |
647
|
|
|
|
|
|
|
'nyn' => 'nkole', |
648
|
|
|
|
|
|
|
'nyo' => 'njoro', |
649
|
|
|
|
|
|
|
'nzi' => 'nzima', |
650
|
|
|
|
|
|
|
'oc' => 'provansi', |
651
|
|
|
|
|
|
|
'oj' => 'odžibvei', |
652
|
|
|
|
|
|
|
'om' => 'oromo', |
653
|
|
|
|
|
|
|
'or' => 'oria', |
654
|
|
|
|
|
|
|
'os' => 'osseedi', |
655
|
|
|
|
|
|
|
'osa' => 'oseidži', |
656
|
|
|
|
|
|
|
'ota' => 'osmanitürgi', |
657
|
|
|
|
|
|
|
'pa' => 'pandžabi', |
658
|
|
|
|
|
|
|
'pag' => 'pangasinani', |
659
|
|
|
|
|
|
|
'pal' => 'pahlavi', |
660
|
|
|
|
|
|
|
'pam' => 'pampanga', |
661
|
|
|
|
|
|
|
'pap' => 'papiamento', |
662
|
|
|
|
|
|
|
'pau' => 'belau', |
663
|
|
|
|
|
|
|
'pcd' => 'pikardi', |
664
|
|
|
|
|
|
|
'pdc' => 'Pennsylvania saksa', |
665
|
|
|
|
|
|
|
'pdt' => 'mennoniidisaksa', |
666
|
|
|
|
|
|
|
'peo' => 'vanapärsia', |
667
|
|
|
|
|
|
|
'pfl' => 'Pfalzi', |
668
|
|
|
|
|
|
|
'phn' => 'foiniikia', |
669
|
|
|
|
|
|
|
'pi' => 'paali', |
670
|
|
|
|
|
|
|
'pl' => 'poola', |
671
|
|
|
|
|
|
|
'pms' => 'piemonte', |
672
|
|
|
|
|
|
|
'pnt' => 'pontose', |
673
|
|
|
|
|
|
|
'pon' => 'poonpei', |
674
|
|
|
|
|
|
|
'prg' => 'preisi', |
675
|
|
|
|
|
|
|
'pro' => 'vanaprovansi', |
676
|
|
|
|
|
|
|
'ps' => 'puštu', |
677
|
|
|
|
|
|
|
'pt' => 'portugali', |
678
|
|
|
|
|
|
|
'pt_BR' => 'Brasiilia portugali', |
679
|
|
|
|
|
|
|
'pt_PT' => 'Euroopa portugali', |
680
|
|
|
|
|
|
|
'qu' => 'ketšua', |
681
|
|
|
|
|
|
|
'quc' => 'kitše', |
682
|
|
|
|
|
|
|
'raj' => 'radžastani', |
683
|
|
|
|
|
|
|
'rap' => 'rapanui', |
684
|
|
|
|
|
|
|
'rar' => 'rarotonga', |
685
|
|
|
|
|
|
|
'rgn' => 'romanja', |
686
|
|
|
|
|
|
|
'rif' => 'riifi', |
687
|
|
|
|
|
|
|
'rm' => 'romanši', |
688
|
|
|
|
|
|
|
'rn' => 'rundi', |
689
|
|
|
|
|
|
|
'ro' => 'rumeenia', |
690
|
|
|
|
|
|
|
'ro_MD' => 'moldova', |
691
|
|
|
|
|
|
|
'rof' => 'rombo', |
692
|
|
|
|
|
|
|
'rom' => 'mustlaskeel', |
693
|
|
|
|
|
|
|
'root' => 'root', |
694
|
|
|
|
|
|
|
'rtm' => 'rotuma', |
695
|
|
|
|
|
|
|
'ru' => 'vene', |
696
|
|
|
|
|
|
|
'rue' => 'russiini', |
697
|
|
|
|
|
|
|
'rug' => 'roviana', |
698
|
|
|
|
|
|
|
'rup' => 'aromuuni', |
699
|
|
|
|
|
|
|
'rw' => 'ruanda', |
700
|
|
|
|
|
|
|
'rwk' => 'rvaa', |
701
|
|
|
|
|
|
|
'sa' => 'sanskriti', |
702
|
|
|
|
|
|
|
'sad' => 'sandave', |
703
|
|
|
|
|
|
|
'sah' => 'jakuudi', |
704
|
|
|
|
|
|
|
'sam' => 'Samaaria aramea', |
705
|
|
|
|
|
|
|
'saq' => 'samburu', |
706
|
|
|
|
|
|
|
'sas' => 'sasaki', |
707
|
|
|
|
|
|
|
'sat' => 'santali', |
708
|
|
|
|
|
|
|
'saz' => 'sauraštra', |
709
|
|
|
|
|
|
|
'sba' => 'ngambai', |
710
|
|
|
|
|
|
|
'sbp' => 'sangu', |
711
|
|
|
|
|
|
|
'sc' => 'sardi', |
712
|
|
|
|
|
|
|
'scn' => 'sitsiilia', |
713
|
|
|
|
|
|
|
'sco' => 'Å¡oti', |
714
|
|
|
|
|
|
|
'sd' => 'sindhi', |
715
|
|
|
|
|
|
|
'sdh' => 'lõunakurdi', |
716
|
|
|
|
|
|
|
'se' => 'põhjasaami', |
717
|
|
|
|
|
|
|
'see' => 'seneka', |
718
|
|
|
|
|
|
|
'seh' => 'sena', |
719
|
|
|
|
|
|
|
'sei' => 'seri', |
720
|
|
|
|
|
|
|
'sel' => 'sölkupi', |
721
|
|
|
|
|
|
|
'ses' => 'koyraboro senni', |
722
|
|
|
|
|
|
|
'sg' => 'sango', |
723
|
|
|
|
|
|
|
'sga' => 'vanaiiri', |
724
|
|
|
|
|
|
|
'sgs' => 'žemaidi', |
725
|
|
|
|
|
|
|
'sh' => 'serbia-horvaadi', |
726
|
|
|
|
|
|
|
'shi' => 'Å¡ilha', |
727
|
|
|
|
|
|
|
'shn' => 'Å¡ani', |
728
|
|
|
|
|
|
|
'shu' => 'TÅ¡aadi araabia', |
729
|
|
|
|
|
|
|
'si' => 'singali', |
730
|
|
|
|
|
|
|
'sid' => 'sidamo', |
731
|
|
|
|
|
|
|
'sk' => 'slovaki', |
732
|
|
|
|
|
|
|
'sl' => 'sloveeni', |
733
|
|
|
|
|
|
|
'sli' => 'alamsileesia', |
734
|
|
|
|
|
|
|
'sly' => 'selajari', |
735
|
|
|
|
|
|
|
'sm' => 'samoa', |
736
|
|
|
|
|
|
|
'sma' => 'lõunasaami', |
737
|
|
|
|
|
|
|
'smj' => 'Lule saami', |
738
|
|
|
|
|
|
|
'smn' => 'Inari saami', |
739
|
|
|
|
|
|
|
'sms' => 'koltasaami', |
740
|
|
|
|
|
|
|
'sn' => 'Å¡ona', |
741
|
|
|
|
|
|
|
'snk' => 'soninke', |
742
|
|
|
|
|
|
|
'so' => 'somaali', |
743
|
|
|
|
|
|
|
'sog' => 'sogdi', |
744
|
|
|
|
|
|
|
'sq' => 'albaania', |
745
|
|
|
|
|
|
|
'sr' => 'serbia', |
746
|
|
|
|
|
|
|
'srn' => 'sranani', |
747
|
|
|
|
|
|
|
'srr' => 'sereri', |
748
|
|
|
|
|
|
|
'ss' => 'svaasi', |
749
|
|
|
|
|
|
|
'ssy' => 'saho', |
750
|
|
|
|
|
|
|
'st' => 'lõunasotho', |
751
|
|
|
|
|
|
|
'stq' => 'saterfriisi', |
752
|
|
|
|
|
|
|
'su' => 'sunda', |
753
|
|
|
|
|
|
|
'suk' => 'sukuma', |
754
|
|
|
|
|
|
|
'sus' => 'susu', |
755
|
|
|
|
|
|
|
'sux' => 'sumeri', |
756
|
|
|
|
|
|
|
'sv' => 'rootsi', |
757
|
|
|
|
|
|
|
'sw' => 'suahiili', |
758
|
|
|
|
|
|
|
'sw_CD' => 'Kongo suahiili', |
759
|
|
|
|
|
|
|
'swb' => 'komoori', |
760
|
|
|
|
|
|
|
'syc' => 'vanasüüria', |
761
|
|
|
|
|
|
|
'syr' => 'süüria', |
762
|
|
|
|
|
|
|
'szl' => 'sileesia', |
763
|
|
|
|
|
|
|
'ta' => 'tamili', |
764
|
|
|
|
|
|
|
'tcy' => 'tulu', |
765
|
|
|
|
|
|
|
'te' => 'telugu', |
766
|
|
|
|
|
|
|
'tem' => 'temne', |
767
|
|
|
|
|
|
|
'teo' => 'teso', |
768
|
|
|
|
|
|
|
'ter' => 'tereno', |
769
|
|
|
|
|
|
|
'tet' => 'tetumi', |
770
|
|
|
|
|
|
|
'tg' => 'tadžiki', |
771
|
|
|
|
|
|
|
'th' => 'tai', |
772
|
|
|
|
|
|
|
'ti' => 'tigrinja', |
773
|
|
|
|
|
|
|
'tig' => 'tigree', |
774
|
|
|
|
|
|
|
'tiv' => 'tivi', |
775
|
|
|
|
|
|
|
'tk' => 'türkmeeni', |
776
|
|
|
|
|
|
|
'tkl' => 'tokelau', |
777
|
|
|
|
|
|
|
'tkr' => 'tsahhi', |
778
|
|
|
|
|
|
|
'tl' => 'tagalogi', |
779
|
|
|
|
|
|
|
'tlh' => 'klingoni', |
780
|
|
|
|
|
|
|
'tli' => 'tlingiti', |
781
|
|
|
|
|
|
|
'tly' => 'talõši', |
782
|
|
|
|
|
|
|
'tmh' => 'tamašeki', |
783
|
|
|
|
|
|
|
'tn' => 'tsvana', |
784
|
|
|
|
|
|
|
'to' => 'tonga', |
785
|
|
|
|
|
|
|
'tog' => 'tšitonga', |
786
|
|
|
|
|
|
|
'tpi' => 'uusmelaneesia', |
787
|
|
|
|
|
|
|
'tr' => 'türgi', |
788
|
|
|
|
|
|
|
'tru' => 'turojo', |
789
|
|
|
|
|
|
|
'trv' => 'taroko', |
790
|
|
|
|
|
|
|
'ts' => 'tsonga', |
791
|
|
|
|
|
|
|
'tsd' => 'tsakoonia', |
792
|
|
|
|
|
|
|
'tsi' => 'tšimši', |
793
|
|
|
|
|
|
|
'tt' => 'tatari', |
794
|
|
|
|
|
|
|
'ttt' => 'lõunataadi', |
795
|
|
|
|
|
|
|
'tum' => 'tumbuka', |
796
|
|
|
|
|
|
|
'tvl' => 'tuvalu', |
797
|
|
|
|
|
|
|
'tw' => 'tvii', |
798
|
|
|
|
|
|
|
'twq' => 'taswaqi', |
799
|
|
|
|
|
|
|
'ty' => 'tahiti', |
800
|
|
|
|
|
|
|
'tyv' => 'tõva', |
801
|
|
|
|
|
|
|
'tzm' => 'tamasikti', |
802
|
|
|
|
|
|
|
'udm' => 'udmurdi', |
803
|
|
|
|
|
|
|
'ug' => 'uiguuri', |
804
|
|
|
|
|
|
|
'uga' => 'ugariti', |
805
|
|
|
|
|
|
|
'uk' => 'ukraina', |
806
|
|
|
|
|
|
|
'umb' => 'umbundu', |
807
|
|
|
|
|
|
|
'und' => 'määramata keel', |
808
|
|
|
|
|
|
|
'ur' => 'urdu', |
809
|
|
|
|
|
|
|
'uz' => 'usbeki', |
810
|
|
|
|
|
|
|
'vai' => 'vai', |
811
|
|
|
|
|
|
|
've' => 'venda', |
812
|
|
|
|
|
|
|
'vec' => 'veneti', |
813
|
|
|
|
|
|
|
'vep' => 'vepsa', |
814
|
|
|
|
|
|
|
'vi' => 'vietnami', |
815
|
|
|
|
|
|
|
'vls' => 'lääneflaami', |
816
|
|
|
|
|
|
|
'vmf' => 'Maini frangi', |
817
|
|
|
|
|
|
|
'vo' => 'volapüki', |
818
|
|
|
|
|
|
|
'vot' => 'vadja', |
819
|
|
|
|
|
|
|
'vro' => 'võru', |
820
|
|
|
|
|
|
|
'vun' => 'vundžo', |
821
|
|
|
|
|
|
|
'wa' => 'vallooni', |
822
|
|
|
|
|
|
|
'wae' => 'walseri', |
823
|
|
|
|
|
|
|
'wal' => 'volaita', |
824
|
|
|
|
|
|
|
'war' => 'varai', |
825
|
|
|
|
|
|
|
'was' => 'vašo', |
826
|
|
|
|
|
|
|
'wbp' => 'varlpiri', |
827
|
|
|
|
|
|
|
'wo' => 'volofi', |
828
|
|
|
|
|
|
|
'wuu' => 'uu', |
829
|
|
|
|
|
|
|
'xal' => 'kalmõki', |
830
|
|
|
|
|
|
|
'xh' => 'koosa', |
831
|
|
|
|
|
|
|
'xmf' => 'megreli', |
832
|
|
|
|
|
|
|
'xog' => 'soga', |
833
|
|
|
|
|
|
|
'yao' => 'jao', |
834
|
|
|
|
|
|
|
'yap' => 'japi', |
835
|
|
|
|
|
|
|
'yav' => 'yangbeni', |
836
|
|
|
|
|
|
|
'ybb' => 'jemba', |
837
|
|
|
|
|
|
|
'yi' => 'jidiši', |
838
|
|
|
|
|
|
|
'yo' => 'joruba', |
839
|
|
|
|
|
|
|
'yrl' => 'njengatu', |
840
|
|
|
|
|
|
|
'yue' => 'kantoni', |
841
|
|
|
|
|
|
|
'za' => 'tšuangi', |
842
|
|
|
|
|
|
|
'zap' => 'sapoteegi', |
843
|
|
|
|
|
|
|
'zbl' => 'Blissi sümbolid', |
844
|
|
|
|
|
|
|
'zea' => 'zeelandi', |
845
|
|
|
|
|
|
|
'zen' => 'zenaga', |
846
|
|
|
|
|
|
|
'zgh' => 'tamasikti (Maroko)', |
847
|
|
|
|
|
|
|
'zh' => 'hiina', |
848
|
|
|
|
|
|
|
'zh_Hans' => 'hiina (lihtsustatud)', |
849
|
|
|
|
|
|
|
'zh_Hant' => 'hiina (traditsiooniline)', |
850
|
|
|
|
|
|
|
'zu' => 'suulu', |
851
|
|
|
|
|
|
|
'zun' => 'sunji', |
852
|
|
|
|
|
|
|
'zxx' => 'mittekeeleline', |
853
|
|
|
|
|
|
|
'zza' => 'zaza', |
854
|
|
|
|
|
|
|
|
855
|
|
|
|
|
|
|
); |
856
|
|
|
|
|
|
|
if (@_) { |
857
|
|
|
|
|
|
|
return $languages{$_[0]}; |
858
|
|
|
|
|
|
|
} |
859
|
|
|
|
|
|
|
return \%languages; |
860
|
|
|
|
|
|
|
} |
861
|
|
|
|
|
|
|
}, |
862
|
|
|
|
|
|
|
); |
863
|
|
|
|
|
|
|
|
864
|
|
|
|
|
|
|
has 'display_name_script' => ( |
865
|
|
|
|
|
|
|
is => 'ro', |
866
|
|
|
|
|
|
|
isa => CodeRef, |
867
|
|
|
|
|
|
|
init_arg => undef, |
868
|
|
|
|
|
|
|
default => sub { |
869
|
|
|
|
|
|
|
sub { |
870
|
|
|
|
|
|
|
my %scripts = ( |
871
|
|
|
|
|
|
|
'Afak' => 'afaka', |
872
|
|
|
|
|
|
|
'Aghb' => 'albaani', |
873
|
|
|
|
|
|
|
'Ahom' => 'ahomi', |
874
|
|
|
|
|
|
|
'Arab' => 'araabia', |
875
|
|
|
|
|
|
|
'Arab@alt=variant' => 'pärsia-araabia', |
876
|
|
|
|
|
|
|
'Armi' => 'vanaaramea', |
877
|
|
|
|
|
|
|
'Armn' => 'armeenia', |
878
|
|
|
|
|
|
|
'Avst' => 'avesta', |
879
|
|
|
|
|
|
|
'Bali' => 'bali', |
880
|
|
|
|
|
|
|
'Bamu' => 'bamumi', |
881
|
|
|
|
|
|
|
'Bass' => 'bassa', |
882
|
|
|
|
|
|
|
'Batk' => 'bataki', |
883
|
|
|
|
|
|
|
'Beng' => 'bengali', |
884
|
|
|
|
|
|
|
'Blis' => 'Blissi sümbolid', |
885
|
|
|
|
|
|
|
'Bopo' => 'bopomofo', |
886
|
|
|
|
|
|
|
'Brah' => 'braahmi', |
887
|
|
|
|
|
|
|
'Brai' => 'punktkiri', |
888
|
|
|
|
|
|
|
'Bugi' => 'bugi', |
889
|
|
|
|
|
|
|
'Buhd' => 'buhidi', |
890
|
|
|
|
|
|
|
'Cakm' => 'tšaakma', |
891
|
|
|
|
|
|
|
'Cans' => 'Kanada põlisrahvaste ühtlustatud silpkiri', |
892
|
|
|
|
|
|
|
'Cari' => 'kaaria', |
893
|
|
|
|
|
|
|
'Cham' => 'tšaami', |
894
|
|
|
|
|
|
|
'Cher' => 'tšerokii', |
895
|
|
|
|
|
|
|
'Cirt' => 'Cirthi', |
896
|
|
|
|
|
|
|
'Copt' => 'kopti', |
897
|
|
|
|
|
|
|
'Cprt' => 'Küprose silpkiri', |
898
|
|
|
|
|
|
|
'Cyrl' => 'kirillitsa', |
899
|
|
|
|
|
|
|
'Cyrs' => 'kürilliline kirikuslaavi', |
900
|
|
|
|
|
|
|
'Deva' => 'devanaagari', |
901
|
|
|
|
|
|
|
'Dsrt' => 'desereti', |
902
|
|
|
|
|
|
|
'Dupl' => 'Duployé kiirkiri', |
903
|
|
|
|
|
|
|
'Egyd' => 'egiptuse demootiline', |
904
|
|
|
|
|
|
|
'Egyh' => 'egiptuse hieraatiline', |
905
|
|
|
|
|
|
|
'Egyp' => 'egiptuse hieroglüüfkiri', |
906
|
|
|
|
|
|
|
'Elba' => 'Elbasani', |
907
|
|
|
|
|
|
|
'Ethi' => 'etioopia', |
908
|
|
|
|
|
|
|
'Geok' => 'hutsuri', |
909
|
|
|
|
|
|
|
'Geor' => 'gruusia', |
910
|
|
|
|
|
|
|
'Glag' => 'glagoolitsa', |
911
|
|
|
|
|
|
|
'Goth' => 'gooti', |
912
|
|
|
|
|
|
|
'Gran' => 'grantha', |
913
|
|
|
|
|
|
|
'Grek' => 'kreeka', |
914
|
|
|
|
|
|
|
'Gujr' => 'gudžarati', |
915
|
|
|
|
|
|
|
'Guru' => 'gurmukhi', |
916
|
|
|
|
|
|
|
'Hang' => 'korea', |
917
|
|
|
|
|
|
|
'Hani' => 'hani', |
918
|
|
|
|
|
|
|
'Hano' => 'hanunoo', |
919
|
|
|
|
|
|
|
'Hans' => 'hiina lihtsustatud', |
920
|
|
|
|
|
|
|
'Hans@alt=stand-alone' => 'lihtsustatud hani', |
921
|
|
|
|
|
|
|
'Hant' => 'hiina traditsiooniline', |
922
|
|
|
|
|
|
|
'Hant@alt=stand-alone' => 'traditsiooniline hani', |
923
|
|
|
|
|
|
|
'Hatr' => 'Hatra', |
924
|
|
|
|
|
|
|
'Hebr' => 'heebrea', |
925
|
|
|
|
|
|
|
'Hira' => 'hiragana', |
926
|
|
|
|
|
|
|
'Hluw' => 'Anatoolia hieroglüüfkiri', |
927
|
|
|
|
|
|
|
'Hmng' => 'phahau-hmongi kiri', |
928
|
|
|
|
|
|
|
'Hrkt' => 'jaapani silpkirjad', |
929
|
|
|
|
|
|
|
'Hung' => 'vanaungari', |
930
|
|
|
|
|
|
|
'Inds' => 'Induse', |
931
|
|
|
|
|
|
|
'Ital' => 'vanaitali', |
932
|
|
|
|
|
|
|
'Java' => 'jaava', |
933
|
|
|
|
|
|
|
'Jpan' => 'jaapani', |
934
|
|
|
|
|
|
|
'Jurc' => 'tšurtšeni', |
935
|
|
|
|
|
|
|
'Kali' => 'kaja-lii', |
936
|
|
|
|
|
|
|
'Kana' => 'katakana', |
937
|
|
|
|
|
|
|
'Khar' => 'kharoshthi', |
938
|
|
|
|
|
|
|
'Khmr' => 'khmeeri', |
939
|
|
|
|
|
|
|
'Khoj' => 'hodžki', |
940
|
|
|
|
|
|
|
'Knda' => 'kannada', |
941
|
|
|
|
|
|
|
'Kore' => 'korea segakiri', |
942
|
|
|
|
|
|
|
'Kpel' => 'kpelle', |
943
|
|
|
|
|
|
|
'Kthi' => 'kaithi', |
944
|
|
|
|
|
|
|
'Lana' => 'tai-thami', |
945
|
|
|
|
|
|
|
'Laoo' => 'lao', |
946
|
|
|
|
|
|
|
'Latf' => 'ladina fraktuurkiri', |
947
|
|
|
|
|
|
|
'Latg' => 'ladina gaeli', |
948
|
|
|
|
|
|
|
'Latn' => 'ladina', |
949
|
|
|
|
|
|
|
'Lepc' => 'leptša', |
950
|
|
|
|
|
|
|
'Limb' => 'limbu', |
951
|
|
|
|
|
|
|
'Lina' => 'lineaarkiri A', |
952
|
|
|
|
|
|
|
'Linb' => 'lineaarkiri B', |
953
|
|
|
|
|
|
|
'Lisu' => 'lisu', |
954
|
|
|
|
|
|
|
'Loma' => 'loma', |
955
|
|
|
|
|
|
|
'Lyci' => 'lüükia', |
956
|
|
|
|
|
|
|
'Lydi' => 'lüüdia', |
957
|
|
|
|
|
|
|
'Mahj' => 'mahaadžani', |
958
|
|
|
|
|
|
|
'Mand' => 'mandea', |
959
|
|
|
|
|
|
|
'Mani' => 'mani', |
960
|
|
|
|
|
|
|
'Maya' => 'maaja hieroglüüfkiri', |
961
|
|
|
|
|
|
|
'Mend' => 'mende', |
962
|
|
|
|
|
|
|
'Merc' => 'meroe kursiivkiri', |
963
|
|
|
|
|
|
|
'Mero' => 'meroe', |
964
|
|
|
|
|
|
|
'Mlym' => 'malajalami', |
965
|
|
|
|
|
|
|
'Modi' => 'modi', |
966
|
|
|
|
|
|
|
'Mong' => 'mongoli', |
967
|
|
|
|
|
|
|
'Moon' => 'Mooni', |
968
|
|
|
|
|
|
|
'Mroo' => 'mruu', |
969
|
|
|
|
|
|
|
'Mtei' => 'meitei', |
970
|
|
|
|
|
|
|
'Mult' => 'Multani', |
971
|
|
|
|
|
|
|
'Mymr' => 'birma', |
972
|
|
|
|
|
|
|
'Narb' => 'Põhja-Araabia', |
973
|
|
|
|
|
|
|
'Nbat' => 'Nabatea', |
974
|
|
|
|
|
|
|
'Nkgb' => 'nasi', |
975
|
|
|
|
|
|
|
'Nkoo' => 'nkoo', |
976
|
|
|
|
|
|
|
'Nshu' => 'nüšu', |
977
|
|
|
|
|
|
|
'Ogam' => 'ogam', |
978
|
|
|
|
|
|
|
'Olck' => 'santali', |
979
|
|
|
|
|
|
|
'Orkh' => 'Orhoni', |
980
|
|
|
|
|
|
|
'Orya' => 'oria', |
981
|
|
|
|
|
|
|
'Osma' => 'osmani', |
982
|
|
|
|
|
|
|
'Palm' => 'Palmyra', |
983
|
|
|
|
|
|
|
'Perm' => 'vanapermi', |
984
|
|
|
|
|
|
|
'Phag' => 'phakpa', |
985
|
|
|
|
|
|
|
'Phli' => 'pahlavi raidkiri', |
986
|
|
|
|
|
|
|
'Phlp' => 'pahlavi psalmikiri', |
987
|
|
|
|
|
|
|
'Phlv' => 'pahlavi raamatukiri', |
988
|
|
|
|
|
|
|
'Phnx' => 'foiniikia', |
989
|
|
|
|
|
|
|
'Plrd' => 'Pollardi miao', |
990
|
|
|
|
|
|
|
'Prti' => 'partia raidkiri', |
991
|
|
|
|
|
|
|
'Rjng' => 'redžangi', |
992
|
|
|
|
|
|
|
'Roro' => 'rongorongo', |
993
|
|
|
|
|
|
|
'Runr' => 'ruunikiri', |
994
|
|
|
|
|
|
|
'Samr' => 'Samaaria', |
995
|
|
|
|
|
|
|
'Sara' => 'sarati', |
996
|
|
|
|
|
|
|
'Sarb' => 'Lõuna-Araabia', |
997
|
|
|
|
|
|
|
'Saur' => 'sauraštra', |
998
|
|
|
|
|
|
|
'Sgnw' => 'viipekiri', |
999
|
|
|
|
|
|
|
'Shaw' => 'Shawâ kiri', |
1000
|
|
|
|
|
|
|
'Shrd' => 'Å¡aarada', |
1001
|
|
|
|
|
|
|
'Sidd' => 'siddhami', |
1002
|
|
|
|
|
|
|
'Sind' => 'hudavadi', |
1003
|
|
|
|
|
|
|
'Sinh' => 'singali', |
1004
|
|
|
|
|
|
|
'Sora' => 'sora', |
1005
|
|
|
|
|
|
|
'Sund' => 'sunda', |
1006
|
|
|
|
|
|
|
'Sylo' => 'siloti', |
1007
|
|
|
|
|
|
|
'Syrc' => 'süüria', |
1008
|
|
|
|
|
|
|
'Syre' => 'süüria estrangelo', |
1009
|
|
|
|
|
|
|
'Syrj' => 'läänesüüria', |
1010
|
|
|
|
|
|
|
'Syrn' => 'idasüüria', |
1011
|
|
|
|
|
|
|
'Tagb' => 'tagbanva', |
1012
|
|
|
|
|
|
|
'Takr' => 'taakri', |
1013
|
|
|
|
|
|
|
'Tale' => 'tai-löö', |
1014
|
|
|
|
|
|
|
'Talu' => 'uus tai-lõõ', |
1015
|
|
|
|
|
|
|
'Taml' => 'tamili', |
1016
|
|
|
|
|
|
|
'Tang' => 'tanguudi', |
1017
|
|
|
|
|
|
|
'Tavt' => 'tai-vieti', |
1018
|
|
|
|
|
|
|
'Telu' => 'telugu', |
1019
|
|
|
|
|
|
|
'Teng' => 'Tengwari', |
1020
|
|
|
|
|
|
|
'Tfng' => 'tifinagi', |
1021
|
|
|
|
|
|
|
'Tglg' => 'tagalogi', |
1022
|
|
|
|
|
|
|
'Thaa' => 'taana', |
1023
|
|
|
|
|
|
|
'Thai' => 'tai', |
1024
|
|
|
|
|
|
|
'Tibt' => 'tiibeti', |
1025
|
|
|
|
|
|
|
'Tirh' => 'tirhuta', |
1026
|
|
|
|
|
|
|
'Ugar' => 'ugariti', |
1027
|
|
|
|
|
|
|
'Vaii' => 'vai', |
1028
|
|
|
|
|
|
|
'Visp' => 'nähtava kõne', |
1029
|
|
|
|
|
|
|
'Wara' => 'hoo', |
1030
|
|
|
|
|
|
|
'Wole' => 'voleai', |
1031
|
|
|
|
|
|
|
'Xpeo' => 'vanapärsia', |
1032
|
|
|
|
|
|
|
'Xsux' => 'sumeri-akadi kiilkiri', |
1033
|
|
|
|
|
|
|
'Yiii' => 'jii', |
1034
|
|
|
|
|
|
|
'Zinh' => 'päritud', |
1035
|
|
|
|
|
|
|
'Zmth' => 'matemaatiline tähistus', |
1036
|
|
|
|
|
|
|
'Zsym' => 'sümbolid', |
1037
|
|
|
|
|
|
|
'Zxxx' => 'kirjakeeleta', |
1038
|
|
|
|
|
|
|
'Zyyy' => 'üldine', |
1039
|
|
|
|
|
|
|
'Zzzz' => 'määramata kiri', |
1040
|
|
|
|
|
|
|
|
1041
|
|
|
|
|
|
|
); |
1042
|
|
|
|
|
|
|
if ( @_ ) { |
1043
|
|
|
|
|
|
|
return $scripts{$_[0]}; |
1044
|
|
|
|
|
|
|
} |
1045
|
|
|
|
|
|
|
return \%scripts; |
1046
|
|
|
|
|
|
|
} |
1047
|
|
|
|
|
|
|
} |
1048
|
|
|
|
|
|
|
); |
1049
|
|
|
|
|
|
|
|
1050
|
|
|
|
|
|
|
has 'display_name_region' => ( |
1051
|
|
|
|
|
|
|
is => 'ro', |
1052
|
|
|
|
|
|
|
isa => HashRef[Str], |
1053
|
|
|
|
|
|
|
init_arg => undef, |
1054
|
|
|
|
|
|
|
default => sub { |
1055
|
|
|
|
|
|
|
{ |
1056
|
|
|
|
|
|
|
'001' => 'maailm', |
1057
|
|
|
|
|
|
|
'002' => 'Aafrika', |
1058
|
|
|
|
|
|
|
'003' => 'Põhja-Ameerika', |
1059
|
|
|
|
|
|
|
'005' => 'Lõuna-Ameerika', |
1060
|
|
|
|
|
|
|
'009' => 'Okeaania', |
1061
|
|
|
|
|
|
|
'011' => 'Lääne-Aafrika', |
1062
|
|
|
|
|
|
|
'013' => 'Kesk-Ameerika', |
1063
|
|
|
|
|
|
|
'014' => 'Ida-Aafrika', |
1064
|
|
|
|
|
|
|
'015' => 'Põhja-Aafrika', |
1065
|
|
|
|
|
|
|
'017' => 'Kesk-Aafrika', |
1066
|
|
|
|
|
|
|
'018' => 'Lõuna-Aafrika', |
1067
|
|
|
|
|
|
|
'019' => 'Ameerika', |
1068
|
|
|
|
|
|
|
'021' => 'Ameerika põhjaosa', |
1069
|
|
|
|
|
|
|
'029' => 'Kariibi piirkond', |
1070
|
|
|
|
|
|
|
'030' => 'Ida-Aasia', |
1071
|
|
|
|
|
|
|
'034' => 'Lõuna-Aasia', |
1072
|
|
|
|
|
|
|
'035' => 'Kagu-Aasia', |
1073
|
|
|
|
|
|
|
'039' => 'Lõuna-Euroopa', |
1074
|
|
|
|
|
|
|
'053' => 'Australaasia', |
1075
|
|
|
|
|
|
|
'054' => 'Melaneesia', |
1076
|
|
|
|
|
|
|
'057' => 'Mikroneesia (piirkond)', |
1077
|
|
|
|
|
|
|
'061' => 'Polüneesia', |
1078
|
|
|
|
|
|
|
'142' => 'Aasia', |
1079
|
|
|
|
|
|
|
'143' => 'Kesk-Aasia', |
1080
|
|
|
|
|
|
|
'145' => 'Lääne-Aasia', |
1081
|
|
|
|
|
|
|
'150' => 'Euroopa', |
1082
|
|
|
|
|
|
|
'151' => 'Ida-Euroopa', |
1083
|
|
|
|
|
|
|
'154' => 'Põhja-Euroopa', |
1084
|
|
|
|
|
|
|
'155' => 'Lääne-Euroopa', |
1085
|
|
|
|
|
|
|
'419' => 'Ladina-Ameerika', |
1086
|
|
|
|
|
|
|
'AC' => 'Ascensioni saar', |
1087
|
|
|
|
|
|
|
'AD' => 'Andorra', |
1088
|
|
|
|
|
|
|
'AE' => 'Araabia Ãhendemiraadid', |
1089
|
|
|
|
|
|
|
'AF' => 'Afganistan', |
1090
|
|
|
|
|
|
|
'AG' => 'Antigua ja Barbuda', |
1091
|
|
|
|
|
|
|
'AI' => 'Anguilla', |
1092
|
|
|
|
|
|
|
'AL' => 'Albaania', |
1093
|
|
|
|
|
|
|
'AM' => 'Armeenia', |
1094
|
|
|
|
|
|
|
'AO' => 'Angola', |
1095
|
|
|
|
|
|
|
'AQ' => 'Antarktis', |
1096
|
|
|
|
|
|
|
'AR' => 'Argentina', |
1097
|
|
|
|
|
|
|
'AS' => 'Ameerika Samoa', |
1098
|
|
|
|
|
|
|
'AT' => 'Austria', |
1099
|
|
|
|
|
|
|
'AU' => 'Austraalia', |
1100
|
|
|
|
|
|
|
'AW' => 'Aruba', |
1101
|
|
|
|
|
|
|
'AX' => 'Ahvenamaa', |
1102
|
|
|
|
|
|
|
'AZ' => 'Aserbaidžaan', |
1103
|
|
|
|
|
|
|
'BA' => 'Bosnia ja Hertsegoviina', |
1104
|
|
|
|
|
|
|
'BB' => 'Barbados', |
1105
|
|
|
|
|
|
|
'BD' => 'Bangladesh', |
1106
|
|
|
|
|
|
|
'BE' => 'Belgia', |
1107
|
|
|
|
|
|
|
'BF' => 'Burkina Faso', |
1108
|
|
|
|
|
|
|
'BG' => 'Bulgaaria', |
1109
|
|
|
|
|
|
|
'BH' => 'Bahrein', |
1110
|
|
|
|
|
|
|
'BI' => 'Burundi', |
1111
|
|
|
|
|
|
|
'BJ' => 'Benin', |
1112
|
|
|
|
|
|
|
'BL' => 'Saint Barthélemy', |
1113
|
|
|
|
|
|
|
'BM' => 'Bermuda', |
1114
|
|
|
|
|
|
|
'BN' => 'Brunei', |
1115
|
|
|
|
|
|
|
'BO' => 'Boliivia', |
1116
|
|
|
|
|
|
|
'BQ' => 'Hollandi Kariibi mere saared', |
1117
|
|
|
|
|
|
|
'BR' => 'Brasiilia', |
1118
|
|
|
|
|
|
|
'BS' => 'Bahama', |
1119
|
|
|
|
|
|
|
'BT' => 'Bhutan', |
1120
|
|
|
|
|
|
|
'BV' => 'Bouvetâ saar', |
1121
|
|
|
|
|
|
|
'BW' => 'Botswana', |
1122
|
|
|
|
|
|
|
'BY' => 'Valgevene', |
1123
|
|
|
|
|
|
|
'BZ' => 'Belize', |
1124
|
|
|
|
|
|
|
'CA' => 'Kanada', |
1125
|
|
|
|
|
|
|
'CC' => 'Kookossaared', |
1126
|
|
|
|
|
|
|
'CD' => 'Kongo DV', |
1127
|
|
|
|
|
|
|
'CD@alt=variant' => 'Kongo-Kinshasa', |
1128
|
|
|
|
|
|
|
'CF' => 'Kesk-Aafrika Vabariik', |
1129
|
|
|
|
|
|
|
'CG' => 'Kongo Vabariik', |
1130
|
|
|
|
|
|
|
'CG@alt=variant' => 'Kongo-Brazzaville', |
1131
|
|
|
|
|
|
|
'CH' => 'Å veits', |
1132
|
|
|
|
|
|
|
'CI' => 'Côte dâIvoire', |
1133
|
|
|
|
|
|
|
'CI@alt=variant' => 'Elevandiluurannik', |
1134
|
|
|
|
|
|
|
'CK' => 'Cooki saared', |
1135
|
|
|
|
|
|
|
'CL' => 'TÅ¡iili', |
1136
|
|
|
|
|
|
|
'CM' => 'Kamerun', |
1137
|
|
|
|
|
|
|
'CN' => 'Hiina', |
1138
|
|
|
|
|
|
|
'CO' => 'Colombia', |
1139
|
|
|
|
|
|
|
'CP' => 'Clippertoni saar', |
1140
|
|
|
|
|
|
|
'CR' => 'Costa Rica', |
1141
|
|
|
|
|
|
|
'CU' => 'Kuuba', |
1142
|
|
|
|
|
|
|
'CV' => 'Roheneemesaared', |
1143
|
|
|
|
|
|
|
'CW' => 'Curaçao', |
1144
|
|
|
|
|
|
|
'CX' => 'Jõulusaar', |
1145
|
|
|
|
|
|
|
'CY' => 'Küpros', |
1146
|
|
|
|
|
|
|
'CZ' => 'TÅ¡ehhi', |
1147
|
|
|
|
|
|
|
'DE' => 'Saksamaa', |
1148
|
|
|
|
|
|
|
'DG' => 'Diego Garcia', |
1149
|
|
|
|
|
|
|
'DJ' => 'Djibouti', |
1150
|
|
|
|
|
|
|
'DK' => 'Taani', |
1151
|
|
|
|
|
|
|
'DM' => 'Dominica', |
1152
|
|
|
|
|
|
|
'DO' => 'Dominikaani Vabariik', |
1153
|
|
|
|
|
|
|
'DZ' => 'Alžeeria', |
1154
|
|
|
|
|
|
|
'EA' => 'Ceuta ja Melilla', |
1155
|
|
|
|
|
|
|
'EC' => 'Ecuador', |
1156
|
|
|
|
|
|
|
'EE' => 'Eesti', |
1157
|
|
|
|
|
|
|
'EG' => 'Egiptus', |
1158
|
|
|
|
|
|
|
'EH' => 'Lääne-Sahara', |
1159
|
|
|
|
|
|
|
'ER' => 'Eritrea', |
1160
|
|
|
|
|
|
|
'ES' => 'Hispaania', |
1161
|
|
|
|
|
|
|
'ET' => 'Etioopia', |
1162
|
|
|
|
|
|
|
'EU' => 'Euroopa Liit', |
1163
|
|
|
|
|
|
|
'FI' => 'Soome', |
1164
|
|
|
|
|
|
|
'FJ' => 'Fidži', |
1165
|
|
|
|
|
|
|
'FK' => 'Falklandi saared', |
1166
|
|
|
|
|
|
|
'FK@alt=variant' => 'Malviini saared', |
1167
|
|
|
|
|
|
|
'FM' => 'Mikroneesia', |
1168
|
|
|
|
|
|
|
'FO' => 'Fääri saared', |
1169
|
|
|
|
|
|
|
'FR' => 'Prantsusmaa', |
1170
|
|
|
|
|
|
|
'GA' => 'Gabon', |
1171
|
|
|
|
|
|
|
'GB' => 'Suurbritannia', |
1172
|
|
|
|
|
|
|
'GB@alt=short' => 'ÃK', |
1173
|
|
|
|
|
|
|
'GD' => 'Grenada', |
1174
|
|
|
|
|
|
|
'GE' => 'Gruusia', |
1175
|
|
|
|
|
|
|
'GF' => 'Prantsuse Guajaana', |
1176
|
|
|
|
|
|
|
'GG' => 'Guernsey', |
1177
|
|
|
|
|
|
|
'GH' => 'Ghana', |
1178
|
|
|
|
|
|
|
'GI' => 'Gibraltar', |
1179
|
|
|
|
|
|
|
'GL' => 'Gröönimaa', |
1180
|
|
|
|
|
|
|
'GM' => 'Gambia', |
1181
|
|
|
|
|
|
|
'GN' => 'Guinea', |
1182
|
|
|
|
|
|
|
'GP' => 'Guadeloupe', |
1183
|
|
|
|
|
|
|
'GQ' => 'Ekvatoriaal-Guinea', |
1184
|
|
|
|
|
|
|
'GR' => 'Kreeka', |
1185
|
|
|
|
|
|
|
'GS' => 'Lõuna-Georgia ja Lõuna-Sandwichi saared', |
1186
|
|
|
|
|
|
|
'GT' => 'Guatemala', |
1187
|
|
|
|
|
|
|
'GU' => 'Guam', |
1188
|
|
|
|
|
|
|
'GW' => 'Guinea-Bissau', |
1189
|
|
|
|
|
|
|
'GY' => 'Guyana', |
1190
|
|
|
|
|
|
|
'HK' => 'Hongkongi erihalduspiirkond', |
1191
|
|
|
|
|
|
|
'HK@alt=short' => 'Hongkong', |
1192
|
|
|
|
|
|
|
'HM' => 'Heardi ja McDonaldi saared', |
1193
|
|
|
|
|
|
|
'HN' => 'Honduras', |
1194
|
|
|
|
|
|
|
'HR' => 'Horvaatia', |
1195
|
|
|
|
|
|
|
'HT' => 'Haiti', |
1196
|
|
|
|
|
|
|
'HU' => 'Ungari', |
1197
|
|
|
|
|
|
|
'IC' => 'Kanaari saared', |
1198
|
|
|
|
|
|
|
'ID' => 'Indoneesia', |
1199
|
|
|
|
|
|
|
'IE' => 'Iirimaa', |
1200
|
|
|
|
|
|
|
'IL' => 'Iisrael', |
1201
|
|
|
|
|
|
|
'IM' => 'Mani saar', |
1202
|
|
|
|
|
|
|
'IN' => 'India', |
1203
|
|
|
|
|
|
|
'IO' => 'Briti India ookeani ala', |
1204
|
|
|
|
|
|
|
'IQ' => 'Iraak', |
1205
|
|
|
|
|
|
|
'IR' => 'Iraan', |
1206
|
|
|
|
|
|
|
'IS' => 'Island', |
1207
|
|
|
|
|
|
|
'IT' => 'Itaalia', |
1208
|
|
|
|
|
|
|
'JE' => 'Jersey', |
1209
|
|
|
|
|
|
|
'JM' => 'Jamaica', |
1210
|
|
|
|
|
|
|
'JO' => 'Jordaania', |
1211
|
|
|
|
|
|
|
'JP' => 'Jaapan', |
1212
|
|
|
|
|
|
|
'KE' => 'Keenia', |
1213
|
|
|
|
|
|
|
'KG' => 'Kõrgõzstan', |
1214
|
|
|
|
|
|
|
'KH' => 'Kambodža', |
1215
|
|
|
|
|
|
|
'KI' => 'Kiribati', |
1216
|
|
|
|
|
|
|
'KM' => 'Komoorid', |
1217
|
|
|
|
|
|
|
'KN' => 'Saint Kitts ja Nevis', |
1218
|
|
|
|
|
|
|
'KP' => 'Põhja-Korea', |
1219
|
|
|
|
|
|
|
'KR' => 'Lõuna-Korea', |
1220
|
|
|
|
|
|
|
'KW' => 'Kuveit', |
1221
|
|
|
|
|
|
|
'KY' => 'Kaimanisaared', |
1222
|
|
|
|
|
|
|
'KZ' => 'Kasahstan', |
1223
|
|
|
|
|
|
|
'LA' => 'Laos', |
1224
|
|
|
|
|
|
|
'LB' => 'Liibanon', |
1225
|
|
|
|
|
|
|
'LC' => 'Saint Lucia', |
1226
|
|
|
|
|
|
|
'LI' => 'Liechtenstein', |
1227
|
|
|
|
|
|
|
'LK' => 'Sri Lanka', |
1228
|
|
|
|
|
|
|
'LR' => 'Libeeria', |
1229
|
|
|
|
|
|
|
'LS' => 'Lesotho', |
1230
|
|
|
|
|
|
|
'LT' => 'Leedu', |
1231
|
|
|
|
|
|
|
'LU' => 'Luksemburg', |
1232
|
|
|
|
|
|
|
'LV' => 'Läti', |
1233
|
|
|
|
|
|
|
'LY' => 'Liibüa', |
1234
|
|
|
|
|
|
|
'MA' => 'Maroko', |
1235
|
|
|
|
|
|
|
'MC' => 'Monaco', |
1236
|
|
|
|
|
|
|
'MD' => 'Moldova', |
1237
|
|
|
|
|
|
|
'ME' => 'Montenegro', |
1238
|
|
|
|
|
|
|
'MF' => 'Saint-Martin', |
1239
|
|
|
|
|
|
|
'MG' => 'Madagaskar', |
1240
|
|
|
|
|
|
|
'MH' => 'Marshalli Saared', |
1241
|
|
|
|
|
|
|
'MK' => 'Makedoonia', |
1242
|
|
|
|
|
|
|
'MK@alt=variant' => 'Makedoonia Vabariik', |
1243
|
|
|
|
|
|
|
'ML' => 'Mali', |
1244
|
|
|
|
|
|
|
'MM' => 'Myanmar (Birma)', |
1245
|
|
|
|
|
|
|
'MN' => 'Mongoolia', |
1246
|
|
|
|
|
|
|
'MO' => 'Macau erihalduspiirkond', |
1247
|
|
|
|
|
|
|
'MO@alt=short' => 'Macau', |
1248
|
|
|
|
|
|
|
'MP' => 'Põhja-Mariaanid', |
1249
|
|
|
|
|
|
|
'MQ' => 'Martinique', |
1250
|
|
|
|
|
|
|
'MR' => 'Mauritaania', |
1251
|
|
|
|
|
|
|
'MS' => 'Montserrat', |
1252
|
|
|
|
|
|
|
'MT' => 'Malta', |
1253
|
|
|
|
|
|
|
'MU' => 'Mauritius', |
1254
|
|
|
|
|
|
|
'MV' => 'Maldiivid', |
1255
|
|
|
|
|
|
|
'MW' => 'Malawi', |
1256
|
|
|
|
|
|
|
'MX' => 'Mehhiko', |
1257
|
|
|
|
|
|
|
'MY' => 'Malaisia', |
1258
|
|
|
|
|
|
|
'MZ' => 'Mosambiik', |
1259
|
|
|
|
|
|
|
'NA' => 'Namiibia', |
1260
|
|
|
|
|
|
|
'NC' => 'Uus-Kaledoonia', |
1261
|
|
|
|
|
|
|
'NE' => 'Niger', |
1262
|
|
|
|
|
|
|
'NF' => 'Norfolk', |
1263
|
|
|
|
|
|
|
'NG' => 'Nigeeria', |
1264
|
|
|
|
|
|
|
'NI' => 'Nicaragua', |
1265
|
|
|
|
|
|
|
'NL' => 'Holland', |
1266
|
|
|
|
|
|
|
'NO' => 'Norra', |
1267
|
|
|
|
|
|
|
'NP' => 'Nepal', |
1268
|
|
|
|
|
|
|
'NR' => 'Nauru', |
1269
|
|
|
|
|
|
|
'NU' => 'Niue', |
1270
|
|
|
|
|
|
|
'NZ' => 'Uus-Meremaa', |
1271
|
|
|
|
|
|
|
'OM' => 'Omaan', |
1272
|
|
|
|
|
|
|
'PA' => 'Panama', |
1273
|
|
|
|
|
|
|
'PE' => 'Peruu', |
1274
|
|
|
|
|
|
|
'PF' => 'Prantsuse Polüneesia', |
1275
|
|
|
|
|
|
|
'PG' => 'Paapua Uus-Guinea', |
1276
|
|
|
|
|
|
|
'PH' => 'Filipiinid', |
1277
|
|
|
|
|
|
|
'PK' => 'Pakistan', |
1278
|
|
|
|
|
|
|
'PL' => 'Poola', |
1279
|
|
|
|
|
|
|
'PM' => 'Saint Pierre ja Miquelon', |
1280
|
|
|
|
|
|
|
'PN' => 'Pitcairni saared', |
1281
|
|
|
|
|
|
|
'PR' => 'Puerto Rico', |
1282
|
|
|
|
|
|
|
'PS' => 'Palestiina alad', |
1283
|
|
|
|
|
|
|
'PS@alt=short' => 'Palestiina', |
1284
|
|
|
|
|
|
|
'PT' => 'Portugal', |
1285
|
|
|
|
|
|
|
'PW' => 'Belau', |
1286
|
|
|
|
|
|
|
'PY' => 'Paraguay', |
1287
|
|
|
|
|
|
|
'QA' => 'Katar', |
1288
|
|
|
|
|
|
|
'QO' => 'Okeaania hajasaared', |
1289
|
|
|
|
|
|
|
'RE' => 'Réunion', |
1290
|
|
|
|
|
|
|
'RO' => 'Rumeenia', |
1291
|
|
|
|
|
|
|
'RS' => 'Serbia', |
1292
|
|
|
|
|
|
|
'RU' => 'Venemaa', |
1293
|
|
|
|
|
|
|
'RW' => 'Rwanda', |
1294
|
|
|
|
|
|
|
'SA' => 'Saudi Araabia', |
1295
|
|
|
|
|
|
|
'SB' => 'Saalomoni Saared', |
1296
|
|
|
|
|
|
|
'SC' => 'Seišellid', |
1297
|
|
|
|
|
|
|
'SD' => 'Sudaan', |
1298
|
|
|
|
|
|
|
'SE' => 'Rootsi', |
1299
|
|
|
|
|
|
|
'SG' => 'Singapur', |
1300
|
|
|
|
|
|
|
'SH' => 'Saint Helena', |
1301
|
|
|
|
|
|
|
'SI' => 'Sloveenia', |
1302
|
|
|
|
|
|
|
'SJ' => 'Svalbard ja Jan Mayen', |
1303
|
|
|
|
|
|
|
'SK' => 'Slovakkia', |
1304
|
|
|
|
|
|
|
'SL' => 'Sierra Leone', |
1305
|
|
|
|
|
|
|
'SM' => 'San Marino', |
1306
|
|
|
|
|
|
|
'SN' => 'Senegal', |
1307
|
|
|
|
|
|
|
'SO' => 'Somaalia', |
1308
|
|
|
|
|
|
|
'SR' => 'Suriname', |
1309
|
|
|
|
|
|
|
'SS' => 'Lõuna-Sudaan', |
1310
|
|
|
|
|
|
|
'ST' => 'São Tomé ja PrÃncipe', |
1311
|
|
|
|
|
|
|
'SV' => 'El Salvador', |
1312
|
|
|
|
|
|
|
'SX' => 'Sint Maarten', |
1313
|
|
|
|
|
|
|
'SY' => 'Süüria', |
1314
|
|
|
|
|
|
|
'SZ' => 'Svaasimaa', |
1315
|
|
|
|
|
|
|
'TA' => 'Tristan da Cunha', |
1316
|
|
|
|
|
|
|
'TC' => 'Turks ja Caicos', |
1317
|
|
|
|
|
|
|
'TD' => 'TÅ¡aad', |
1318
|
|
|
|
|
|
|
'TF' => 'Prantsuse Lõunaalad', |
1319
|
|
|
|
|
|
|
'TG' => 'Togo', |
1320
|
|
|
|
|
|
|
'TH' => 'Tai', |
1321
|
|
|
|
|
|
|
'TJ' => 'Tadžikistan', |
1322
|
|
|
|
|
|
|
'TK' => 'Tokelau', |
1323
|
|
|
|
|
|
|
'TL' => 'Ida-Timor', |
1324
|
|
|
|
|
|
|
'TL@alt=variant' => 'Timor-Leste', |
1325
|
|
|
|
|
|
|
'TM' => 'Türkmenistan', |
1326
|
|
|
|
|
|
|
'TN' => 'Tuneesia', |
1327
|
|
|
|
|
|
|
'TO' => 'Tonga', |
1328
|
|
|
|
|
|
|
'TR' => 'Türgi', |
1329
|
|
|
|
|
|
|
'TT' => 'Trinidad ja Tobago', |
1330
|
|
|
|
|
|
|
'TV' => 'Tuvalu', |
1331
|
|
|
|
|
|
|
'TW' => 'Taiwan', |
1332
|
|
|
|
|
|
|
'TZ' => 'Tansaania', |
1333
|
|
|
|
|
|
|
'UA' => 'Ukraina', |
1334
|
|
|
|
|
|
|
'UG' => 'Uganda', |
1335
|
|
|
|
|
|
|
'UM' => 'Ãhendriikide hajasaared', |
1336
|
|
|
|
|
|
|
'US' => 'Ameerika Ãhendriigid', |
1337
|
|
|
|
|
|
|
'US@alt=short' => 'USA', |
1338
|
|
|
|
|
|
|
'UY' => 'Uruguay', |
1339
|
|
|
|
|
|
|
'UZ' => 'Usbekistan', |
1340
|
|
|
|
|
|
|
'VA' => 'Vatikan', |
1341
|
|
|
|
|
|
|
'VC' => 'Saint Vincent ja Grenadiinid', |
1342
|
|
|
|
|
|
|
'VE' => 'Venezuela', |
1343
|
|
|
|
|
|
|
'VG' => 'Briti Neitsisaared', |
1344
|
|
|
|
|
|
|
'VI' => 'USA Neitsisaared', |
1345
|
|
|
|
|
|
|
'VN' => 'Vietnam', |
1346
|
|
|
|
|
|
|
'VU' => 'Vanuatu', |
1347
|
|
|
|
|
|
|
'WF' => 'Wallis ja Futuna', |
1348
|
|
|
|
|
|
|
'WS' => 'Samoa', |
1349
|
|
|
|
|
|
|
'XK' => 'Kosovo', |
1350
|
|
|
|
|
|
|
'YE' => 'Jeemen', |
1351
|
|
|
|
|
|
|
'YT' => 'Mayotte', |
1352
|
|
|
|
|
|
|
'ZA' => 'Lõuna-Aafrika Vabariik', |
1353
|
|
|
|
|
|
|
'ZM' => 'Sambia', |
1354
|
|
|
|
|
|
|
'ZW' => 'Zimbabwe', |
1355
|
|
|
|
|
|
|
'ZZ' => 'Tundmatu piirkond', |
1356
|
|
|
|
|
|
|
|
1357
|
|
|
|
|
|
|
} |
1358
|
|
|
|
|
|
|
}, |
1359
|
|
|
|
|
|
|
); |
1360
|
|
|
|
|
|
|
|
1361
|
|
|
|
|
|
|
has 'display_name_variant' => ( |
1362
|
|
|
|
|
|
|
is => 'ro', |
1363
|
|
|
|
|
|
|
isa => HashRef[Str], |
1364
|
|
|
|
|
|
|
init_arg => undef, |
1365
|
|
|
|
|
|
|
default => sub { |
1366
|
|
|
|
|
|
|
{ |
1367
|
|
|
|
|
|
|
'1901' => 'saksa traditsiooniline kirjaviis', |
1368
|
|
|
|
|
|
|
'1994' => 'normitud Resia kirjaviis', |
1369
|
|
|
|
|
|
|
'1996' => 'saksa reformitud kirjaviis', |
1370
|
|
|
|
|
|
|
'1606NICT' => 'hiliskeskprantsuse (kuni 1606)', |
1371
|
|
|
|
|
|
|
'1694ACAD' => 'varajane moodne prantsuse', |
1372
|
|
|
|
|
|
|
'1959ACAD' => 'akadeemiline', |
1373
|
|
|
|
|
|
|
'ALALC97' => 'ALA-LC latinisatsioon (1997)', |
1374
|
|
|
|
|
|
|
'AREVELA' => 'idaarmeenia', |
1375
|
|
|
|
|
|
|
'AREVMDA' => 'läänearmeenia', |
1376
|
|
|
|
|
|
|
'BAKU1926' => 'ühtlustatud türgi-ladina tähestik', |
1377
|
|
|
|
|
|
|
'BISKE' => 'San Giorgio/Bila murre', |
1378
|
|
|
|
|
|
|
'BOONT' => 'boontlingi', |
1379
|
|
|
|
|
|
|
'EKAVSK' => 'Å¡tokavi e-line murrak', |
1380
|
|
|
|
|
|
|
'FONIPA' => 'IPA foneetika', |
1381
|
|
|
|
|
|
|
'FONUPA' => 'UPA foneetika', |
1382
|
|
|
|
|
|
|
'HEPBURN' => 'Hepburni latinisatsioon', |
1383
|
|
|
|
|
|
|
'IJEKAVSK' => 'Å¡tokavi ije-line murrak', |
1384
|
|
|
|
|
|
|
'KKCOR' => 'üldlevinud kirjaviis', |
1385
|
|
|
|
|
|
|
'KSCOR' => 'normitud kirjaviis', |
1386
|
|
|
|
|
|
|
'LIPAW' => 'Resia Lipovazâi murre', |
1387
|
|
|
|
|
|
|
'MONOTON' => 'monotoonne', |
1388
|
|
|
|
|
|
|
'NEDIS' => 'Natisone murre', |
1389
|
|
|
|
|
|
|
'NJIVA' => 'Gniva/Njiva murre', |
1390
|
|
|
|
|
|
|
'OSOJS' => 'Oseacco/Osojane murre', |
1391
|
|
|
|
|
|
|
'PINYIN' => 'pinyin', |
1392
|
|
|
|
|
|
|
'POLYTON' => 'polütooniline', |
1393
|
|
|
|
|
|
|
'POSIX' => 'arvuti', |
1394
|
|
|
|
|
|
|
'REVISED' => 'uus kirjaviis', |
1395
|
|
|
|
|
|
|
'ROZAJ' => 'Resia murre', |
1396
|
|
|
|
|
|
|
'SAAHO' => 'saho murre', |
1397
|
|
|
|
|
|
|
'SCOTLAND' => 'Å¡oti tavainglise', |
1398
|
|
|
|
|
|
|
'SCOUSE' => 'scouse', |
1399
|
|
|
|
|
|
|
'SOLBA' => 'Stolvizza/Solbica murre', |
1400
|
|
|
|
|
|
|
'TARASK' => 'Taraskievica ortograafia', |
1401
|
|
|
|
|
|
|
'UCCOR' => 'ühtlustatud ortograafia', |
1402
|
|
|
|
|
|
|
'UCRCOR' => 'ühtlustatud redigeeritud ortograafia', |
1403
|
|
|
|
|
|
|
'VALENCIA' => 'valentsia', |
1404
|
|
|
|
|
|
|
'WADEGILE' => 'Wadeâi-Gilesi latinisatsioon', |
1405
|
|
|
|
|
|
|
|
1406
|
|
|
|
|
|
|
} |
1407
|
|
|
|
|
|
|
}, |
1408
|
|
|
|
|
|
|
); |
1409
|
|
|
|
|
|
|
|
1410
|
|
|
|
|
|
|
has 'display_name_key' => ( |
1411
|
|
|
|
|
|
|
is => 'ro', |
1412
|
|
|
|
|
|
|
isa => HashRef[Str], |
1413
|
|
|
|
|
|
|
init_arg => undef, |
1414
|
|
|
|
|
|
|
default => sub { |
1415
|
|
|
|
|
|
|
{ |
1416
|
|
|
|
|
|
|
'calendar' => 'kalender', |
1417
|
|
|
|
|
|
|
'colalternate' => 'sümbolite eiramine järjestuses', |
1418
|
|
|
|
|
|
|
'colbackwards' => 'diakriitikute pöördjärjestus', |
1419
|
|
|
|
|
|
|
'colcasefirst' => 'suur- ja väiketähe järjestus', |
1420
|
|
|
|
|
|
|
'colcaselevel' => 'järjestuse tõstutundlikkus', |
1421
|
|
|
|
|
|
|
'colhiraganaquaternary' => 'kana kirja järjestus', |
1422
|
|
|
|
|
|
|
'collation' => 'sortimisjärjestus', |
1423
|
|
|
|
|
|
|
'colnormalization' => 'normaliseeritud järjestus', |
1424
|
|
|
|
|
|
|
'colnumeric' => 'numbrite järjestus', |
1425
|
|
|
|
|
|
|
'colstrength' => 'järjestuskaalud', |
1426
|
|
|
|
|
|
|
'currency' => 'vääring', |
1427
|
|
|
|
|
|
|
'hc' => '12 või 24 tunni süsteem', |
1428
|
|
|
|
|
|
|
'lb' => 'reavahetuse laad', |
1429
|
|
|
|
|
|
|
'ms' => 'mõõdustik', |
1430
|
|
|
|
|
|
|
'numbers' => 'numbrid', |
1431
|
|
|
|
|
|
|
'timezone' => 'ajavöönd', |
1432
|
|
|
|
|
|
|
'va' => 'lokaadi variant', |
1433
|
|
|
|
|
|
|
'variabletop' => 'sümbolite alusel järjestamine', |
1434
|
|
|
|
|
|
|
'x' => 'erakasutus', |
1435
|
|
|
|
|
|
|
|
1436
|
|
|
|
|
|
|
} |
1437
|
|
|
|
|
|
|
}, |
1438
|
|
|
|
|
|
|
); |
1439
|
|
|
|
|
|
|
|
1440
|
|
|
|
|
|
|
has 'display_name_type' => ( |
1441
|
|
|
|
|
|
|
is => 'ro', |
1442
|
|
|
|
|
|
|
isa => HashRef[HashRef[Str]], |
1443
|
|
|
|
|
|
|
init_arg => undef, |
1444
|
|
|
|
|
|
|
default => sub { |
1445
|
|
|
|
|
|
|
{ |
1446
|
|
|
|
|
|
|
'calendar' => { |
1447
|
|
|
|
|
|
|
'buddhist' => q{budistlik kalender}, |
1448
|
|
|
|
|
|
|
'chinese' => q{Hiina kalender}, |
1449
|
|
|
|
|
|
|
'coptic' => q{kopti kalender}, |
1450
|
|
|
|
|
|
|
'dangi' => q{dangi kalender}, |
1451
|
|
|
|
|
|
|
'ethiopic' => q{Etioopia kalender}, |
1452
|
|
|
|
|
|
|
'ethiopic-amete-alem' => q{Etioopia amete alemi kalender}, |
1453
|
|
|
|
|
|
|
'gregorian' => q{Gregoriuse kalender}, |
1454
|
|
|
|
|
|
|
'hebrew' => q{juudi kalender}, |
1455
|
|
|
|
|
|
|
'indian' => q{India rahvuslik kalender}, |
1456
|
|
|
|
|
|
|
'islamic' => q{islamikalender}, |
1457
|
|
|
|
|
|
|
'islamic-civil' => q{islami ilmalik kalender}, |
1458
|
|
|
|
|
|
|
'iso8601' => q{ISO-8601 kalender}, |
1459
|
|
|
|
|
|
|
'japanese' => q{Jaapani kalender}, |
1460
|
|
|
|
|
|
|
'persian' => q{Pärsia kalender}, |
1461
|
|
|
|
|
|
|
'roc' => q{Hiina Vabariigi kalender}, |
1462
|
|
|
|
|
|
|
}, |
1463
|
|
|
|
|
|
|
'colalternate' => { |
1464
|
|
|
|
|
|
|
'non-ignorable' => q{järjesta sümbolid}, |
1465
|
|
|
|
|
|
|
'shifted' => q{eira järjestuses sümboleid}, |
1466
|
|
|
|
|
|
|
}, |
1467
|
|
|
|
|
|
|
'colbackwards' => { |
1468
|
|
|
|
|
|
|
'no' => q{diakriitikud tavajärjestuses}, |
1469
|
|
|
|
|
|
|
'yes' => q{diakriitikud pöördjärjestuses}, |
1470
|
|
|
|
|
|
|
}, |
1471
|
|
|
|
|
|
|
'colcasefirst' => { |
1472
|
|
|
|
|
|
|
'lower' => q{väiketäht järjestuses eespool}, |
1473
|
|
|
|
|
|
|
'no' => q{harilik järjestus}, |
1474
|
|
|
|
|
|
|
'upper' => q{suurtäht järjestuses eespool}, |
1475
|
|
|
|
|
|
|
}, |
1476
|
|
|
|
|
|
|
'colcaselevel' => { |
1477
|
|
|
|
|
|
|
'no' => q{tõstutundetu järjestus}, |
1478
|
|
|
|
|
|
|
'yes' => q{tõstutundlik järjestus}, |
1479
|
|
|
|
|
|
|
}, |
1480
|
|
|
|
|
|
|
'colhiraganaquaternary' => { |
1481
|
|
|
|
|
|
|
'no' => q{järjesta kana eraldi}, |
1482
|
|
|
|
|
|
|
'yes' => q{järjesta kana erinevalt}, |
1483
|
|
|
|
|
|
|
}, |
1484
|
|
|
|
|
|
|
'collation' => { |
1485
|
|
|
|
|
|
|
'big5han' => q{hiina traditsiooniline sortimisjärjestus (Big5)}, |
1486
|
|
|
|
|
|
|
'compat' => q{varasem sortimisjärjestus (ühilduvuse jaoks)}, |
1487
|
|
|
|
|
|
|
'dictionary' => q{sõnastiku sortimisjärjestus}, |
1488
|
|
|
|
|
|
|
'ducet' => q{Unicodeâi sortimise vaikejärjestus}, |
1489
|
|
|
|
|
|
|
'emoji' => q{emoji sortimisjärjestus}, |
1490
|
|
|
|
|
|
|
'eor' => q{Euroopa järjestusreeglid}, |
1491
|
|
|
|
|
|
|
'gb2312han' => q{hiina lihtsustatud sortimisjärjestus (GB2312)}, |
1492
|
|
|
|
|
|
|
'phonebook' => q{telefoniraamatu sortimisjärjestus}, |
1493
|
|
|
|
|
|
|
'phonetic' => q{foneetiline sortimisjärjestus}, |
1494
|
|
|
|
|
|
|
'pinyin' => q{pinyinâi sortimisjärjestus}, |
1495
|
|
|
|
|
|
|
'reformed' => q{reformitud sortimisjärjestus}, |
1496
|
|
|
|
|
|
|
'search' => q{üldeesmärgiline otsing}, |
1497
|
|
|
|
|
|
|
'searchjl' => q{otsing korea alguskonsonandi järgi}, |
1498
|
|
|
|
|
|
|
'standard' => q{standardne sortimisjärjestus}, |
1499
|
|
|
|
|
|
|
'stroke' => q{kriipsude sortimisjärjestus}, |
1500
|
|
|
|
|
|
|
'traditional' => q{traditsiooniline sortimisjärjestus}, |
1501
|
|
|
|
|
|
|
'unihan' => q{võtmete-kriipsude sortimisjärjestus}, |
1502
|
|
|
|
|
|
|
'zhuyin' => q{zhuyinâi sortimisjärjestus}, |
1503
|
|
|
|
|
|
|
}, |
1504
|
|
|
|
|
|
|
'colnormalization' => { |
1505
|
|
|
|
|
|
|
'no' => q{järjesta normaliseerimata}, |
1506
|
|
|
|
|
|
|
'yes' => q{järjesta Unicodeâi normaliseerimisega}, |
1507
|
|
|
|
|
|
|
}, |
1508
|
|
|
|
|
|
|
'colnumeric' => { |
1509
|
|
|
|
|
|
|
'no' => q{järjesta numbrid eraldi}, |
1510
|
|
|
|
|
|
|
'yes' => q{järjesta numbrid arvuliselt}, |
1511
|
|
|
|
|
|
|
}, |
1512
|
|
|
|
|
|
|
'colstrength' => { |
1513
|
|
|
|
|
|
|
'identical' => q{järjesta kõik}, |
1514
|
|
|
|
|
|
|
'primary' => q{järjesta ainult alustähed}, |
1515
|
|
|
|
|
|
|
'quaternary' => q{järjesta diakriitikud, algustähed, laius ja kana kiri}, |
1516
|
|
|
|
|
|
|
'secondary' => q{järjesta diakriitikud}, |
1517
|
|
|
|
|
|
|
'tertiary' => q{järjesta diakriitikud, algustähed ja laius}, |
1518
|
|
|
|
|
|
|
}, |
1519
|
|
|
|
|
|
|
'hc' => { |
1520
|
|
|
|
|
|
|
'h11' => q{12-tunnine süsteem (0â11)}, |
1521
|
|
|
|
|
|
|
'h12' => q{12-tunnine süsteem (1â12)}, |
1522
|
|
|
|
|
|
|
'h23' => q{24-tunnine süsteem (0â23)}, |
1523
|
|
|
|
|
|
|
'h24' => q{24-tunnine süsteem (1â24)}, |
1524
|
|
|
|
|
|
|
}, |
1525
|
|
|
|
|
|
|
'lb' => { |
1526
|
|
|
|
|
|
|
'loose' => q{paindlik reavahetuse laad}, |
1527
|
|
|
|
|
|
|
'normal' => q{harilik reavahetuse laad}, |
1528
|
|
|
|
|
|
|
'strict' => q{jäik reavahetuse laad}, |
1529
|
|
|
|
|
|
|
}, |
1530
|
|
|
|
|
|
|
'ms' => { |
1531
|
|
|
|
|
|
|
'metric' => q{meetermõõdustik}, |
1532
|
|
|
|
|
|
|
'uksystem' => q{inglise mõõdustik}, |
1533
|
|
|
|
|
|
|
'ussystem' => q{USA mõõdustik}, |
1534
|
|
|
|
|
|
|
}, |
1535
|
|
|
|
|
|
|
'numbers' => { |
1536
|
|
|
|
|
|
|
'arab' => q{idaaraabia numbrid}, |
1537
|
|
|
|
|
|
|
'arabext' => q{laiendatud idaaraabia numbrid}, |
1538
|
|
|
|
|
|
|
'armn' => q{armeenia numbrid}, |
1539
|
|
|
|
|
|
|
'armnlow' => q{väiketähelised armeenia numbrid}, |
1540
|
|
|
|
|
|
|
'bali' => q{bali numbrid}, |
1541
|
|
|
|
|
|
|
'beng' => q{bengali numbrid}, |
1542
|
|
|
|
|
|
|
'brah' => q{braahmi numbrid}, |
1543
|
|
|
|
|
|
|
'cakm' => q{tšaakma numbrid}, |
1544
|
|
|
|
|
|
|
'cham' => q{tšaami numbrid}, |
1545
|
|
|
|
|
|
|
'deva' => q{devanaagari numbrid}, |
1546
|
|
|
|
|
|
|
'ethi' => q{etioopia numbrid}, |
1547
|
|
|
|
|
|
|
'finance' => q{finantsnumbrid}, |
1548
|
|
|
|
|
|
|
'fullwide' => q{täislaiusega numbrid}, |
1549
|
|
|
|
|
|
|
'geor' => q{gruusia numbrid}, |
1550
|
|
|
|
|
|
|
'grek' => q{kreeka numbrid}, |
1551
|
|
|
|
|
|
|
'greklow' => q{väiketähelised kreeka numbrid}, |
1552
|
|
|
|
|
|
|
'gujr' => q{gudžarati numbrid}, |
1553
|
|
|
|
|
|
|
'guru' => q{gurmukhi numbrid}, |
1554
|
|
|
|
|
|
|
'hanidec' => q{hiina kümnendnumbrid}, |
1555
|
|
|
|
|
|
|
'hans' => q{lihtsustatud hiina keele numbrid}, |
1556
|
|
|
|
|
|
|
'hansfin' => q{lihtsustatud hiina keele finantsnumbrid}, |
1557
|
|
|
|
|
|
|
'hant' => q{traditsioonilise hiina keele numbrid}, |
1558
|
|
|
|
|
|
|
'hantfin' => q{traditsioonilise hiina keele finantsnumbrid}, |
1559
|
|
|
|
|
|
|
'hebr' => q{heebrea numbrid}, |
1560
|
|
|
|
|
|
|
'java' => q{jaava numbrid}, |
1561
|
|
|
|
|
|
|
'jpan' => q{jaapani numbrid}, |
1562
|
|
|
|
|
|
|
'jpanfin' => q{jaapani finantsnumbrid}, |
1563
|
|
|
|
|
|
|
'kali' => q{kaja-lii numbrid}, |
1564
|
|
|
|
|
|
|
'khmr' => q{khmeeri numbrid}, |
1565
|
|
|
|
|
|
|
'knda' => q{kannada numbrid}, |
1566
|
|
|
|
|
|
|
'laoo' => q{lao numbrid}, |
1567
|
|
|
|
|
|
|
'latn' => q{araabia numbrid}, |
1568
|
|
|
|
|
|
|
'lepc' => q{leptša numbrid}, |
1569
|
|
|
|
|
|
|
'limb' => q{limbu numbrid}, |
1570
|
|
|
|
|
|
|
'mlym' => q{malajalami numbrid}, |
1571
|
|
|
|
|
|
|
'mong' => q{mongoli numbrid}, |
1572
|
|
|
|
|
|
|
'mtei' => q{meitei numbrid}, |
1573
|
|
|
|
|
|
|
'mymr' => q{birma numbrid}, |
1574
|
|
|
|
|
|
|
'native' => q{kohalikud numbrid}, |
1575
|
|
|
|
|
|
|
'nkoo' => q{nkoo numbrid}, |
1576
|
|
|
|
|
|
|
'olck' => q{santali numbrid}, |
1577
|
|
|
|
|
|
|
'orya' => q{oria numbrid}, |
1578
|
|
|
|
|
|
|
'osma' => q{osmani numbrid}, |
1579
|
|
|
|
|
|
|
'roman' => q{Rooma numbrid}, |
1580
|
|
|
|
|
|
|
'romanlow' => q{väiketähelised Rooma numbrid}, |
1581
|
|
|
|
|
|
|
'saur' => q{sauraštra numbrid}, |
1582
|
|
|
|
|
|
|
'shrd' => q{Å¡aarada numbrid}, |
1583
|
|
|
|
|
|
|
'sora' => q{sora numbrid}, |
1584
|
|
|
|
|
|
|
'sund' => q{sunda numbrid}, |
1585
|
|
|
|
|
|
|
'takr' => q{taakri numbrid}, |
1586
|
|
|
|
|
|
|
'talu' => q{uue tai-lõõ numbrid}, |
1587
|
|
|
|
|
|
|
'taml' => q{traditsioonilised tamili numbrid}, |
1588
|
|
|
|
|
|
|
'tamldec' => q{tamili numbrid}, |
1589
|
|
|
|
|
|
|
'telu' => q{telugu numbrid}, |
1590
|
|
|
|
|
|
|
'thai' => q{tai numbrid}, |
1591
|
|
|
|
|
|
|
'tibt' => q{tiibeti numbrid}, |
1592
|
|
|
|
|
|
|
'traditional' => q{traditsioonilised numbrid}, |
1593
|
|
|
|
|
|
|
'vaii' => q{vai numbrid}, |
1594
|
|
|
|
|
|
|
}, |
1595
|
|
|
|
|
|
|
|
1596
|
|
|
|
|
|
|
} |
1597
|
|
|
|
|
|
|
}, |
1598
|
|
|
|
|
|
|
); |
1599
|
|
|
|
|
|
|
|
1600
|
|
|
|
|
|
|
has 'display_name_measurement_system' => ( |
1601
|
|
|
|
|
|
|
is => 'ro', |
1602
|
|
|
|
|
|
|
isa => HashRef[Str], |
1603
|
|
|
|
|
|
|
init_arg => undef, |
1604
|
|
|
|
|
|
|
default => sub { |
1605
|
|
|
|
|
|
|
{ |
1606
|
|
|
|
|
|
|
'metric' => q{meetermõõdustik}, |
1607
|
|
|
|
|
|
|
'UK' => q{inglise mõõdustik}, |
1608
|
|
|
|
|
|
|
'US' => q{USA mõõdustik}, |
1609
|
|
|
|
|
|
|
|
1610
|
|
|
|
|
|
|
} |
1611
|
|
|
|
|
|
|
}, |
1612
|
|
|
|
|
|
|
); |
1613
|
|
|
|
|
|
|
|
1614
|
|
|
|
|
|
|
has 'display_name_transform_name' => ( |
1615
|
|
|
|
|
|
|
is => 'ro', |
1616
|
|
|
|
|
|
|
isa => HashRef[Str], |
1617
|
|
|
|
|
|
|
init_arg => undef, |
1618
|
|
|
|
|
|
|
default => sub { |
1619
|
|
|
|
|
|
|
{ |
1620
|
|
|
|
|
|
|
'bgn' => 'BGN', |
1621
|
|
|
|
|
|
|
'numeric' => 'Numbriline', |
1622
|
|
|
|
|
|
|
'tone' => 'Toon', |
1623
|
|
|
|
|
|
|
'ungegn' => 'UNGEGN', |
1624
|
|
|
|
|
|
|
'x-accents' => 'Diakriitikud', |
1625
|
|
|
|
|
|
|
'x-fullwidth' => 'Täislaius', |
1626
|
|
|
|
|
|
|
'x-halfwidth' => 'Poolaius', |
1627
|
|
|
|
|
|
|
'x-jamo' => 'Jamo', |
1628
|
|
|
|
|
|
|
'x-pinyin' => 'Pinyin', |
1629
|
|
|
|
|
|
|
'x-publishing' => 'Kirjastamine', |
1630
|
|
|
|
|
|
|
|
1631
|
|
|
|
|
|
|
} |
1632
|
|
|
|
|
|
|
}, |
1633
|
|
|
|
|
|
|
); |
1634
|
|
|
|
|
|
|
|
1635
|
|
|
|
|
|
|
has 'display_name_code_patterns' => ( |
1636
|
|
|
|
|
|
|
is => 'ro', |
1637
|
|
|
|
|
|
|
isa => HashRef[Str], |
1638
|
|
|
|
|
|
|
init_arg => undef, |
1639
|
|
|
|
|
|
|
default => sub { |
1640
|
|
|
|
|
|
|
{ |
1641
|
|
|
|
|
|
|
'language' => 'Keel: {0}', |
1642
|
|
|
|
|
|
|
'script' => 'Kiri: {0}', |
1643
|
|
|
|
|
|
|
'region' => 'Piirkond: {0}', |
1644
|
|
|
|
|
|
|
|
1645
|
|
|
|
|
|
|
} |
1646
|
|
|
|
|
|
|
}, |
1647
|
|
|
|
|
|
|
); |
1648
|
|
|
|
|
|
|
|
1649
|
|
|
|
|
|
|
has 'characters' => ( |
1650
|
|
|
|
|
|
|
is => 'ro', |
1651
|
|
|
|
|
|
|
isa => HashRef, |
1652
|
|
|
|
|
|
|
init_arg => undef, |
1653
|
|
|
|
|
|
|
default => $^V ge v5.18.0 |
1654
|
|
|
|
|
|
|
? eval <<'EOT' |
1655
|
|
|
|
|
|
|
sub { |
1656
|
|
|
|
|
|
|
no warnings 'experimental::regex_sets'; |
1657
|
|
|
|
|
|
|
return { |
1658
|
|
|
|
|
|
|
auxiliary => qr{(?^u:[á à â Ã¥ Ä Ã¦ ç é è ê ë Ä Ã Ã¬ î ï Ä« ñ ó ò Šô ø ŠŠú ù û Å«])}, |
1659
|
|
|
|
|
|
|
index => ['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'Å ', 'Z', 'Ž', 'T', 'U', 'V', 'Ã', 'Ã', 'Ã', 'Ã', 'X', 'Y'], |
1660
|
|
|
|
|
|
|
main => qr{(?^u:[a b c d e f g h i j k l m n o p q r s š z ž t u v w õ ä ö ü x y])}, |
1661
|
|
|
|
|
|
|
}; |
1662
|
|
|
|
|
|
|
}, |
1663
|
|
|
|
|
|
|
EOT |
1664
|
|
|
|
|
|
|
: sub { |
1665
|
|
|
|
|
|
|
return { index => ['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'Å ', 'Z', 'Ž', 'T', 'U', 'V', 'Ã', 'Ã', 'Ã', 'Ã', 'X', 'Y'], }; |
1666
|
|
|
|
|
|
|
}, |
1667
|
1
|
|
|
1
|
|
156
|
); |
|
1
|
|
|
|
|
1
|
|
|
1
|
|
|
|
|
177
|
|
1668
|
|
|
|
|
|
|
|
1669
|
|
|
|
|
|
|
|
1670
|
|
|
|
|
|
|
has 'ellipsis' => ( |
1671
|
|
|
|
|
|
|
is => 'ro', |
1672
|
|
|
|
|
|
|
isa => HashRef, |
1673
|
|
|
|
|
|
|
init_arg => undef, |
1674
|
|
|
|
|
|
|
default => sub { |
1675
|
|
|
|
|
|
|
return { |
1676
|
|
|
|
|
|
|
'final' => '{0}â¦', |
1677
|
|
|
|
|
|
|
'initial' => 'â¦{0}', |
1678
|
|
|
|
|
|
|
'medial' => '{0} ⦠{1}', |
1679
|
|
|
|
|
|
|
'word-final' => '{0} â¦', |
1680
|
|
|
|
|
|
|
'word-initial' => '⦠{0}', |
1681
|
|
|
|
|
|
|
'word-medial' => '{0} ⦠{1}', |
1682
|
|
|
|
|
|
|
}; |
1683
|
|
|
|
|
|
|
}, |
1684
|
|
|
|
|
|
|
); |
1685
|
|
|
|
|
|
|
|
1686
|
|
|
|
|
|
|
has 'more_information' => ( |
1687
|
|
|
|
|
|
|
is => 'ro', |
1688
|
|
|
|
|
|
|
isa => Str, |
1689
|
|
|
|
|
|
|
init_arg => undef, |
1690
|
|
|
|
|
|
|
default => qq{?}, |
1691
|
|
|
|
|
|
|
); |
1692
|
|
|
|
|
|
|
|
1693
|
|
|
|
|
|
|
has 'quote_start' => ( |
1694
|
|
|
|
|
|
|
is => 'ro', |
1695
|
|
|
|
|
|
|
isa => Str, |
1696
|
|
|
|
|
|
|
init_arg => undef, |
1697
|
|
|
|
|
|
|
default => qq{â}, |
1698
|
|
|
|
|
|
|
); |
1699
|
|
|
|
|
|
|
|
1700
|
|
|
|
|
|
|
has 'quote_end' => ( |
1701
|
|
|
|
|
|
|
is => 'ro', |
1702
|
|
|
|
|
|
|
isa => Str, |
1703
|
|
|
|
|
|
|
init_arg => undef, |
1704
|
|
|
|
|
|
|
default => qq{â}, |
1705
|
|
|
|
|
|
|
); |
1706
|
|
|
|
|
|
|
|
1707
|
|
|
|
|
|
|
has 'alternate_quote_start' => ( |
1708
|
|
|
|
|
|
|
is => 'ro', |
1709
|
|
|
|
|
|
|
isa => Str, |
1710
|
|
|
|
|
|
|
init_arg => undef, |
1711
|
|
|
|
|
|
|
default => qq{â}, |
1712
|
|
|
|
|
|
|
); |
1713
|
|
|
|
|
|
|
|
1714
|
|
|
|
|
|
|
has 'alternate_quote_end' => ( |
1715
|
|
|
|
|
|
|
is => 'ro', |
1716
|
|
|
|
|
|
|
isa => Str, |
1717
|
|
|
|
|
|
|
init_arg => undef, |
1718
|
|
|
|
|
|
|
default => qq{â}, |
1719
|
|
|
|
|
|
|
); |
1720
|
|
|
|
|
|
|
|
1721
|
|
|
|
|
|
|
has 'duration_units' => ( |
1722
|
|
|
|
|
|
|
is => 'ro', |
1723
|
|
|
|
|
|
|
isa => HashRef[Str], |
1724
|
|
|
|
|
|
|
init_arg => undef, |
1725
|
|
|
|
|
|
|
default => sub { { |
1726
|
|
|
|
|
|
|
hm => 'h:mm', |
1727
|
|
|
|
|
|
|
hms => 'h:mm.ss', |
1728
|
|
|
|
|
|
|
ms => 'm.ss', |
1729
|
|
|
|
|
|
|
} } |
1730
|
|
|
|
|
|
|
); |
1731
|
|
|
|
|
|
|
|
1732
|
|
|
|
|
|
|
has 'units' => ( |
1733
|
|
|
|
|
|
|
is => 'ro', |
1734
|
|
|
|
|
|
|
isa => HashRef[HashRef[HashRef[Str]]], |
1735
|
|
|
|
|
|
|
init_arg => undef, |
1736
|
|
|
|
|
|
|
default => sub { { |
1737
|
|
|
|
|
|
|
'long' => { |
1738
|
|
|
|
|
|
|
'acre' => { |
1739
|
|
|
|
|
|
|
'name' => q(aakrid), |
1740
|
|
|
|
|
|
|
'one' => q({0} aaker), |
1741
|
|
|
|
|
|
|
'other' => q({0} aakrit), |
1742
|
|
|
|
|
|
|
}, |
1743
|
|
|
|
|
|
|
'acre-foot' => { |
1744
|
|
|
|
|
|
|
'name' => q(aakerjalad), |
1745
|
|
|
|
|
|
|
'one' => q({0} aakerjalg), |
1746
|
|
|
|
|
|
|
'other' => q({0} aakerjalga), |
1747
|
|
|
|
|
|
|
}, |
1748
|
|
|
|
|
|
|
'ampere' => { |
1749
|
|
|
|
|
|
|
'name' => q(amprid), |
1750
|
|
|
|
|
|
|
'one' => q({0} amper), |
1751
|
|
|
|
|
|
|
'other' => q({0} amprit), |
1752
|
|
|
|
|
|
|
}, |
1753
|
|
|
|
|
|
|
'arc-minute' => { |
1754
|
|
|
|
|
|
|
'name' => q(kaareminutid), |
1755
|
|
|
|
|
|
|
'one' => q({0} kaareminut), |
1756
|
|
|
|
|
|
|
'other' => q({0} kaareminutit), |
1757
|
|
|
|
|
|
|
}, |
1758
|
|
|
|
|
|
|
'arc-second' => { |
1759
|
|
|
|
|
|
|
'name' => q(kaaresekundid), |
1760
|
|
|
|
|
|
|
'one' => q({0} kaaresekund), |
1761
|
|
|
|
|
|
|
'other' => q({0} kaaresekundit), |
1762
|
|
|
|
|
|
|
}, |
1763
|
|
|
|
|
|
|
'astronomical-unit' => { |
1764
|
|
|
|
|
|
|
'name' => q(astronoomilised ühikud), |
1765
|
|
|
|
|
|
|
'one' => q({0} astronoomiline ühik), |
1766
|
|
|
|
|
|
|
'other' => q({0} astronoomilist ühikut), |
1767
|
|
|
|
|
|
|
}, |
1768
|
|
|
|
|
|
|
'bit' => { |
1769
|
|
|
|
|
|
|
'name' => q(bitid), |
1770
|
|
|
|
|
|
|
'one' => q({0} bitt), |
1771
|
|
|
|
|
|
|
'other' => q({0} bitti), |
1772
|
|
|
|
|
|
|
}, |
1773
|
|
|
|
|
|
|
'bushel' => { |
1774
|
|
|
|
|
|
|
'name' => q(buššelid), |
1775
|
|
|
|
|
|
|
'one' => q({0} buššel), |
1776
|
|
|
|
|
|
|
'other' => q({0} buššelit), |
1777
|
|
|
|
|
|
|
}, |
1778
|
|
|
|
|
|
|
'byte' => { |
1779
|
|
|
|
|
|
|
'name' => q(baidid), |
1780
|
|
|
|
|
|
|
'one' => q({0} bait), |
1781
|
|
|
|
|
|
|
'other' => q({0} baiti), |
1782
|
|
|
|
|
|
|
}, |
1783
|
|
|
|
|
|
|
'calorie' => { |
1784
|
|
|
|
|
|
|
'name' => q(kalorid), |
1785
|
|
|
|
|
|
|
'one' => q({0} kalor), |
1786
|
|
|
|
|
|
|
'other' => q({0} kalorit), |
1787
|
|
|
|
|
|
|
}, |
1788
|
|
|
|
|
|
|
'carat' => { |
1789
|
|
|
|
|
|
|
'name' => q(karaadid), |
1790
|
|
|
|
|
|
|
'one' => q({0} karaat), |
1791
|
|
|
|
|
|
|
'other' => q({0} karaati), |
1792
|
|
|
|
|
|
|
}, |
1793
|
|
|
|
|
|
|
'celsius' => { |
1794
|
|
|
|
|
|
|
'name' => q(Celsiuse kraadid), |
1795
|
|
|
|
|
|
|
'one' => q({0} Celsiuse kraad), |
1796
|
|
|
|
|
|
|
'other' => q({0} Celsiuse kraadi), |
1797
|
|
|
|
|
|
|
}, |
1798
|
|
|
|
|
|
|
'centiliter' => { |
1799
|
|
|
|
|
|
|
'name' => q(sentiliitrid), |
1800
|
|
|
|
|
|
|
'one' => q({0} sentiliiter), |
1801
|
|
|
|
|
|
|
'other' => q({0} sentiliitrit), |
1802
|
|
|
|
|
|
|
}, |
1803
|
|
|
|
|
|
|
'centimeter' => { |
1804
|
|
|
|
|
|
|
'name' => q(sentimeetrid), |
1805
|
|
|
|
|
|
|
'one' => q({0} sentimeeter), |
1806
|
|
|
|
|
|
|
'other' => q({0} sentimeetrit), |
1807
|
|
|
|
|
|
|
'per' => q({0} sentimeetri kohta), |
1808
|
|
|
|
|
|
|
}, |
1809
|
|
|
|
|
|
|
'century' => { |
1810
|
|
|
|
|
|
|
'name' => q(sajandid), |
1811
|
|
|
|
|
|
|
'one' => q({0} sajand), |
1812
|
|
|
|
|
|
|
'other' => q({0} sajandit), |
1813
|
|
|
|
|
|
|
}, |
1814
|
|
|
|
|
|
|
'coordinate' => { |
1815
|
|
|
|
|
|
|
'east' => q({0} idapikkust), |
1816
|
|
|
|
|
|
|
'north' => q({0} põhjalaiust), |
1817
|
|
|
|
|
|
|
'south' => q({0} lõunalaiust), |
1818
|
|
|
|
|
|
|
'west' => q({0} läänepikkust), |
1819
|
|
|
|
|
|
|
}, |
1820
|
|
|
|
|
|
|
'cubic-centimeter' => { |
1821
|
|
|
|
|
|
|
'name' => q(kuupsentimeetrid), |
1822
|
|
|
|
|
|
|
'one' => q({0} kuupsentimeeter), |
1823
|
|
|
|
|
|
|
'other' => q({0} kuupsentimeetrit), |
1824
|
|
|
|
|
|
|
'per' => q({0} kuupsentimeetri kohta), |
1825
|
|
|
|
|
|
|
}, |
1826
|
|
|
|
|
|
|
'cubic-foot' => { |
1827
|
|
|
|
|
|
|
'name' => q(kuupjalad), |
1828
|
|
|
|
|
|
|
'one' => q({0} kuupjalg), |
1829
|
|
|
|
|
|
|
'other' => q({0} kuupjalga), |
1830
|
|
|
|
|
|
|
}, |
1831
|
|
|
|
|
|
|
'cubic-inch' => { |
1832
|
|
|
|
|
|
|
'name' => q(kuuptollid), |
1833
|
|
|
|
|
|
|
'one' => q({0} kuuptoll), |
1834
|
|
|
|
|
|
|
'other' => q({0} kuuptolli), |
1835
|
|
|
|
|
|
|
}, |
1836
|
|
|
|
|
|
|
'cubic-kilometer' => { |
1837
|
|
|
|
|
|
|
'name' => q(kuupkilomeetrid), |
1838
|
|
|
|
|
|
|
'one' => q({0} kuupkilomeeter), |
1839
|
|
|
|
|
|
|
'other' => q({0} kuupkilomeetrit), |
1840
|
|
|
|
|
|
|
}, |
1841
|
|
|
|
|
|
|
'cubic-meter' => { |
1842
|
|
|
|
|
|
|
'name' => q(kuupmeetrid), |
1843
|
|
|
|
|
|
|
'one' => q({0} kuupmeeter), |
1844
|
|
|
|
|
|
|
'other' => q({0} kuupmeetrit), |
1845
|
|
|
|
|
|
|
'per' => q({0} kuupmeetri kohta), |
1846
|
|
|
|
|
|
|
}, |
1847
|
|
|
|
|
|
|
'cubic-mile' => { |
1848
|
|
|
|
|
|
|
'name' => q(kuupmiilid), |
1849
|
|
|
|
|
|
|
'one' => q({0} kuupmiil), |
1850
|
|
|
|
|
|
|
'other' => q({0} kuupmiili), |
1851
|
|
|
|
|
|
|
}, |
1852
|
|
|
|
|
|
|
'cubic-yard' => { |
1853
|
|
|
|
|
|
|
'name' => q(kuupjardid), |
1854
|
|
|
|
|
|
|
'one' => q({0} kuupjard), |
1855
|
|
|
|
|
|
|
'other' => q({0} kuupjardi), |
1856
|
|
|
|
|
|
|
}, |
1857
|
|
|
|
|
|
|
'cup' => { |
1858
|
|
|
|
|
|
|
'name' => q(tassid), |
1859
|
|
|
|
|
|
|
'one' => q({0} tass), |
1860
|
|
|
|
|
|
|
'other' => q({0} tassi), |
1861
|
|
|
|
|
|
|
}, |
1862
|
|
|
|
|
|
|
'day' => { |
1863
|
|
|
|
|
|
|
'name' => q(ööpäevad), |
1864
|
|
|
|
|
|
|
'one' => q({0} ööpäev), |
1865
|
|
|
|
|
|
|
'other' => q({0} ööpäeva), |
1866
|
|
|
|
|
|
|
'per' => q({0} ööpäevas), |
1867
|
|
|
|
|
|
|
}, |
1868
|
|
|
|
|
|
|
'deciliter' => { |
1869
|
|
|
|
|
|
|
'name' => q(detsiliitrid), |
1870
|
|
|
|
|
|
|
'one' => q({0} detsiliiter), |
1871
|
|
|
|
|
|
|
'other' => q({0} detsiliitrit), |
1872
|
|
|
|
|
|
|
}, |
1873
|
|
|
|
|
|
|
'decimeter' => { |
1874
|
|
|
|
|
|
|
'name' => q(detsimeetrid), |
1875
|
|
|
|
|
|
|
'one' => q({0} detsimeeter), |
1876
|
|
|
|
|
|
|
'other' => q({0} detsimeetrit), |
1877
|
|
|
|
|
|
|
}, |
1878
|
|
|
|
|
|
|
'degree' => { |
1879
|
|
|
|
|
|
|
'name' => q(kraadid), |
1880
|
|
|
|
|
|
|
'one' => q({0} kraad), |
1881
|
|
|
|
|
|
|
'other' => q({0} kraadi), |
1882
|
|
|
|
|
|
|
}, |
1883
|
|
|
|
|
|
|
'fahrenheit' => { |
1884
|
|
|
|
|
|
|
'name' => q(Fahrenheiti kraadid), |
1885
|
|
|
|
|
|
|
'one' => q({0} Fahrenheiti kraad), |
1886
|
|
|
|
|
|
|
'other' => q({0} Fahrenheiti kraadi), |
1887
|
|
|
|
|
|
|
}, |
1888
|
|
|
|
|
|
|
'fathom' => { |
1889
|
|
|
|
|
|
|
'name' => q(süllad), |
1890
|
|
|
|
|
|
|
'one' => q({0} süld), |
1891
|
|
|
|
|
|
|
'other' => q({0} sülda), |
1892
|
|
|
|
|
|
|
}, |
1893
|
|
|
|
|
|
|
'fluid-ounce' => { |
1894
|
|
|
|
|
|
|
'name' => q(vedelikuuntsid), |
1895
|
|
|
|
|
|
|
'one' => q({0} vedelikuunts), |
1896
|
|
|
|
|
|
|
'other' => q({0} vedelikuuntsi), |
1897
|
|
|
|
|
|
|
}, |
1898
|
|
|
|
|
|
|
'foodcalorie' => { |
1899
|
|
|
|
|
|
|
'name' => q(toidukalorid), |
1900
|
|
|
|
|
|
|
'one' => q({0} toidukalor), |
1901
|
|
|
|
|
|
|
'other' => q({0} toidukalorit), |
1902
|
|
|
|
|
|
|
}, |
1903
|
|
|
|
|
|
|
'foot' => { |
1904
|
|
|
|
|
|
|
'name' => q(jalad), |
1905
|
|
|
|
|
|
|
'one' => q({0} jalg), |
1906
|
|
|
|
|
|
|
'other' => q({0} jalga), |
1907
|
|
|
|
|
|
|
'per' => q({0} jala kohta), |
1908
|
|
|
|
|
|
|
}, |
1909
|
|
|
|
|
|
|
'furlong' => { |
1910
|
|
|
|
|
|
|
'name' => q(furlongid), |
1911
|
|
|
|
|
|
|
'one' => q({0} furlong), |
1912
|
|
|
|
|
|
|
'other' => q({0} furlongi), |
1913
|
|
|
|
|
|
|
}, |
1914
|
|
|
|
|
|
|
'g-force' => { |
1915
|
|
|
|
|
|
|
'name' => q(Maa raskuskiirendus), |
1916
|
|
|
|
|
|
|
'one' => q({0} Maa raskuskiirendus), |
1917
|
|
|
|
|
|
|
'other' => q({0} Maa raskuskiirendust), |
1918
|
|
|
|
|
|
|
}, |
1919
|
|
|
|
|
|
|
'gallon' => { |
1920
|
|
|
|
|
|
|
'name' => q(gallonid), |
1921
|
|
|
|
|
|
|
'one' => q({0} gallon), |
1922
|
|
|
|
|
|
|
'other' => q({0} gallonit), |
1923
|
|
|
|
|
|
|
'per' => q({0} galloni kohta), |
1924
|
|
|
|
|
|
|
}, |
1925
|
|
|
|
|
|
|
'generic' => { |
1926
|
|
|
|
|
|
|
'name' => q(°), |
1927
|
|
|
|
|
|
|
'one' => q({0}°), |
1928
|
|
|
|
|
|
|
'other' => q({0}°), |
1929
|
|
|
|
|
|
|
}, |
1930
|
|
|
|
|
|
|
'gigabit' => { |
1931
|
|
|
|
|
|
|
'name' => q(gigabitid), |
1932
|
|
|
|
|
|
|
'one' => q({0} gigabitt), |
1933
|
|
|
|
|
|
|
'other' => q({0} gigabitti), |
1934
|
|
|
|
|
|
|
}, |
1935
|
|
|
|
|
|
|
'gigabyte' => { |
1936
|
|
|
|
|
|
|
'name' => q(gigabaidid), |
1937
|
|
|
|
|
|
|
'one' => q({0} gigabait), |
1938
|
|
|
|
|
|
|
'other' => q({0} gigabaiti), |
1939
|
|
|
|
|
|
|
}, |
1940
|
|
|
|
|
|
|
'gigahertz' => { |
1941
|
|
|
|
|
|
|
'name' => q(gigahertsid), |
1942
|
|
|
|
|
|
|
'one' => q({0} gigaherts), |
1943
|
|
|
|
|
|
|
'other' => q({0} gigahertsi), |
1944
|
|
|
|
|
|
|
}, |
1945
|
|
|
|
|
|
|
'gigawatt' => { |
1946
|
|
|
|
|
|
|
'name' => q(gigavatid), |
1947
|
|
|
|
|
|
|
'one' => q({0} gigavatt), |
1948
|
|
|
|
|
|
|
'other' => q({0} gigavatti), |
1949
|
|
|
|
|
|
|
}, |
1950
|
|
|
|
|
|
|
'gram' => { |
1951
|
|
|
|
|
|
|
'name' => q(grammid), |
1952
|
|
|
|
|
|
|
'one' => q({0} gramm), |
1953
|
|
|
|
|
|
|
'other' => q({0} grammi), |
1954
|
|
|
|
|
|
|
'per' => q({0} grammi kohta), |
1955
|
|
|
|
|
|
|
}, |
1956
|
|
|
|
|
|
|
'hectare' => { |
1957
|
|
|
|
|
|
|
'name' => q(hektarid), |
1958
|
|
|
|
|
|
|
'one' => q({0} hektar), |
1959
|
|
|
|
|
|
|
'other' => q({0} hektarit), |
1960
|
|
|
|
|
|
|
}, |
1961
|
|
|
|
|
|
|
'hectoliter' => { |
1962
|
|
|
|
|
|
|
'name' => q(hektoliitrid), |
1963
|
|
|
|
|
|
|
'one' => q({0} hektoliiter), |
1964
|
|
|
|
|
|
|
'other' => q({0} hektoliitrit), |
1965
|
|
|
|
|
|
|
}, |
1966
|
|
|
|
|
|
|
'hectopascal' => { |
1967
|
|
|
|
|
|
|
'name' => q(hektopaskalid), |
1968
|
|
|
|
|
|
|
'one' => q({0} hektopaskal), |
1969
|
|
|
|
|
|
|
'other' => q({0} hektopaskalit), |
1970
|
|
|
|
|
|
|
}, |
1971
|
|
|
|
|
|
|
'hertz' => { |
1972
|
|
|
|
|
|
|
'name' => q(hertsid), |
1973
|
|
|
|
|
|
|
'one' => q({0} herts), |
1974
|
|
|
|
|
|
|
'other' => q({0} hertsi), |
1975
|
|
|
|
|
|
|
}, |
1976
|
|
|
|
|
|
|
'horsepower' => { |
1977
|
|
|
|
|
|
|
'name' => q(hobujõud), |
1978
|
|
|
|
|
|
|
'one' => q({0} hobujõud), |
1979
|
|
|
|
|
|
|
'other' => q({0} hobujõudu), |
1980
|
|
|
|
|
|
|
}, |
1981
|
|
|
|
|
|
|
'hour' => { |
1982
|
|
|
|
|
|
|
'name' => q(tunnid), |
1983
|
|
|
|
|
|
|
'one' => q({0} tund), |
1984
|
|
|
|
|
|
|
'other' => q({0} tundi), |
1985
|
|
|
|
|
|
|
'per' => q({0} tunnis), |
1986
|
|
|
|
|
|
|
}, |
1987
|
|
|
|
|
|
|
'inch' => { |
1988
|
|
|
|
|
|
|
'name' => q(tollid), |
1989
|
|
|
|
|
|
|
'one' => q({0} toll), |
1990
|
|
|
|
|
|
|
'other' => q({0} tolli), |
1991
|
|
|
|
|
|
|
'per' => q({0} tolli kohta), |
1992
|
|
|
|
|
|
|
}, |
1993
|
|
|
|
|
|
|
'inch-hg' => { |
1994
|
|
|
|
|
|
|
'name' => q(tollid elavhõbedasammast), |
1995
|
|
|
|
|
|
|
'one' => q({0} toll elavhõbedasammast), |
1996
|
|
|
|
|
|
|
'other' => q({0} tolli elavhõbedasammast), |
1997
|
|
|
|
|
|
|
}, |
1998
|
|
|
|
|
|
|
'joule' => { |
1999
|
|
|
|
|
|
|
'name' => q(džaulid), |
2000
|
|
|
|
|
|
|
'one' => q({0} džaul), |
2001
|
|
|
|
|
|
|
'other' => q({0} džauli), |
2002
|
|
|
|
|
|
|
}, |
2003
|
|
|
|
|
|
|
'karat' => { |
2004
|
|
|
|
|
|
|
'name' => q(karaadid), |
2005
|
|
|
|
|
|
|
'one' => q({0} karaat), |
2006
|
|
|
|
|
|
|
'other' => q({0} karaati), |
2007
|
|
|
|
|
|
|
}, |
2008
|
|
|
|
|
|
|
'kelvin' => { |
2009
|
|
|
|
|
|
|
'name' => q(kelvinid), |
2010
|
|
|
|
|
|
|
'one' => q({0} kelvin), |
2011
|
|
|
|
|
|
|
'other' => q({0} kelvinit), |
2012
|
|
|
|
|
|
|
}, |
2013
|
|
|
|
|
|
|
'kilobit' => { |
2014
|
|
|
|
|
|
|
'name' => q(kilobitid), |
2015
|
|
|
|
|
|
|
'one' => q({0} kilobitt), |
2016
|
|
|
|
|
|
|
'other' => q({0} kilobitti), |
2017
|
|
|
|
|
|
|
}, |
2018
|
|
|
|
|
|
|
'kilobyte' => { |
2019
|
|
|
|
|
|
|
'name' => q(kilobaidid), |
2020
|
|
|
|
|
|
|
'one' => q({0} kilobait), |
2021
|
|
|
|
|
|
|
'other' => q({0} kilobaiti), |
2022
|
|
|
|
|
|
|
}, |
2023
|
|
|
|
|
|
|
'kilocalorie' => { |
2024
|
|
|
|
|
|
|
'name' => q(kilokalorid), |
2025
|
|
|
|
|
|
|
'one' => q({0} kilokalor), |
2026
|
|
|
|
|
|
|
'other' => q({0} kilokalorit), |
2027
|
|
|
|
|
|
|
}, |
2028
|
|
|
|
|
|
|
'kilogram' => { |
2029
|
|
|
|
|
|
|
'name' => q(kilogrammid), |
2030
|
|
|
|
|
|
|
'one' => q({0} kilogramm), |
2031
|
|
|
|
|
|
|
'other' => q({0} kilogrammi), |
2032
|
|
|
|
|
|
|
'per' => q({0} kilogrammi kohta), |
2033
|
|
|
|
|
|
|
}, |
2034
|
|
|
|
|
|
|
'kilohertz' => { |
2035
|
|
|
|
|
|
|
'name' => q(kilohertsid), |
2036
|
|
|
|
|
|
|
'one' => q({0} kiloherts), |
2037
|
|
|
|
|
|
|
'other' => q({0} kilohertsi), |
2038
|
|
|
|
|
|
|
}, |
2039
|
|
|
|
|
|
|
'kilojoule' => { |
2040
|
|
|
|
|
|
|
'name' => q(kilodžaulid), |
2041
|
|
|
|
|
|
|
'one' => q({0} kilodžaul), |
2042
|
|
|
|
|
|
|
'other' => q({0} kilodžauli), |
2043
|
|
|
|
|
|
|
}, |
2044
|
|
|
|
|
|
|
'kilometer' => { |
2045
|
|
|
|
|
|
|
'name' => q(kilomeetrid), |
2046
|
|
|
|
|
|
|
'one' => q({0} kilomeeter), |
2047
|
|
|
|
|
|
|
'other' => q({0} kilomeetrit), |
2048
|
|
|
|
|
|
|
'per' => q({0} kilomeetri kohta), |
2049
|
|
|
|
|
|
|
}, |
2050
|
|
|
|
|
|
|
'kilometer-per-hour' => { |
2051
|
|
|
|
|
|
|
'name' => q(kilomeetrid tunnis), |
2052
|
|
|
|
|
|
|
'one' => q({0} kilomeeter tunnis), |
2053
|
|
|
|
|
|
|
'other' => q({0} kilomeetrit tunnis), |
2054
|
|
|
|
|
|
|
}, |
2055
|
|
|
|
|
|
|
'kilowatt' => { |
2056
|
|
|
|
|
|
|
'name' => q(kilovatid), |
2057
|
|
|
|
|
|
|
'one' => q({0} kilovatt), |
2058
|
|
|
|
|
|
|
'other' => q({0} kilovatti), |
2059
|
|
|
|
|
|
|
}, |
2060
|
|
|
|
|
|
|
'kilowatt-hour' => { |
2061
|
|
|
|
|
|
|
'name' => q(kilovatt-tunnid), |
2062
|
|
|
|
|
|
|
'one' => q({0} kilovatt-tund), |
2063
|
|
|
|
|
|
|
'other' => q({0} kilovatt-tundi), |
2064
|
|
|
|
|
|
|
}, |
2065
|
|
|
|
|
|
|
'knot' => { |
2066
|
|
|
|
|
|
|
'name' => q(sõlm), |
2067
|
|
|
|
|
|
|
'one' => q({0} sõlm), |
2068
|
|
|
|
|
|
|
'other' => q({0} sõlme), |
2069
|
|
|
|
|
|
|
}, |
2070
|
|
|
|
|
|
|
'light-year' => { |
2071
|
|
|
|
|
|
|
'name' => q(valgusaastad), |
2072
|
|
|
|
|
|
|
'one' => q({0} valgusaasta), |
2073
|
|
|
|
|
|
|
'other' => q({0} valgusaastat), |
2074
|
|
|
|
|
|
|
}, |
2075
|
|
|
|
|
|
|
'liter' => { |
2076
|
|
|
|
|
|
|
'name' => q(liitrid), |
2077
|
|
|
|
|
|
|
'one' => q({0} liiter), |
2078
|
|
|
|
|
|
|
'other' => q({0} liitrit), |
2079
|
|
|
|
|
|
|
'per' => q({0} liitri kohta), |
2080
|
|
|
|
|
|
|
}, |
2081
|
|
|
|
|
|
|
'liter-per-100kilometers' => { |
2082
|
|
|
|
|
|
|
'name' => q(liitrid 100 kilomeetri kohta), |
2083
|
|
|
|
|
|
|
'one' => q(liiter 100 kilomeetri kohta), |
2084
|
|
|
|
|
|
|
'other' => q({0} liitrit 100 kilomeetri kohta), |
2085
|
|
|
|
|
|
|
}, |
2086
|
|
|
|
|
|
|
'liter-per-kilometer' => { |
2087
|
|
|
|
|
|
|
'name' => q(liitrid kilomeetri kohta), |
2088
|
|
|
|
|
|
|
'one' => q({0} liiter kilomeetri kohta), |
2089
|
|
|
|
|
|
|
'other' => q({0} liitrit kilomeetri kohta), |
2090
|
|
|
|
|
|
|
}, |
2091
|
|
|
|
|
|
|
'lux' => { |
2092
|
|
|
|
|
|
|
'name' => q(luks), |
2093
|
|
|
|
|
|
|
'one' => q({0} luks), |
2094
|
|
|
|
|
|
|
'other' => q({0} luksi), |
2095
|
|
|
|
|
|
|
}, |
2096
|
|
|
|
|
|
|
'megabit' => { |
2097
|
|
|
|
|
|
|
'name' => q(megabitid), |
2098
|
|
|
|
|
|
|
'one' => q({0} megabitt), |
2099
|
|
|
|
|
|
|
'other' => q({0} megabitti), |
2100
|
|
|
|
|
|
|
}, |
2101
|
|
|
|
|
|
|
'megabyte' => { |
2102
|
|
|
|
|
|
|
'name' => q(megabaidid), |
2103
|
|
|
|
|
|
|
'one' => q({0} megabait), |
2104
|
|
|
|
|
|
|
'other' => q({0} megabaiti), |
2105
|
|
|
|
|
|
|
}, |
2106
|
|
|
|
|
|
|
'megahertz' => { |
2107
|
|
|
|
|
|
|
'name' => q(megahertsid), |
2108
|
|
|
|
|
|
|
'one' => q({0} megaherts), |
2109
|
|
|
|
|
|
|
'other' => q({0} megahertsi), |
2110
|
|
|
|
|
|
|
}, |
2111
|
|
|
|
|
|
|
'megaliter' => { |
2112
|
|
|
|
|
|
|
'name' => q(megaliitrid), |
2113
|
|
|
|
|
|
|
'one' => q({0} megaliiter), |
2114
|
|
|
|
|
|
|
'other' => q({0} megaliitrit), |
2115
|
|
|
|
|
|
|
}, |
2116
|
|
|
|
|
|
|
'megawatt' => { |
2117
|
|
|
|
|
|
|
'name' => q(megavatid), |
2118
|
|
|
|
|
|
|
'one' => q({0} megavatt), |
2119
|
|
|
|
|
|
|
'other' => q({0} megavatti), |
2120
|
|
|
|
|
|
|
}, |
2121
|
|
|
|
|
|
|
'meter' => { |
2122
|
|
|
|
|
|
|
'name' => q(meetrid), |
2123
|
|
|
|
|
|
|
'one' => q({0} meeter), |
2124
|
|
|
|
|
|
|
'other' => q({0} meetrit), |
2125
|
|
|
|
|
|
|
'per' => q({0} meetri kohta), |
2126
|
|
|
|
|
|
|
}, |
2127
|
|
|
|
|
|
|
'meter-per-second' => { |
2128
|
|
|
|
|
|
|
'name' => q(meetrid sekundis), |
2129
|
|
|
|
|
|
|
'one' => q({0} meeter sekundis), |
2130
|
|
|
|
|
|
|
'other' => q({0} meetrit sekundis), |
2131
|
|
|
|
|
|
|
}, |
2132
|
|
|
|
|
|
|
'meter-per-second-squared' => { |
2133
|
|
|
|
|
|
|
'name' => q(meetrid sekundi ruudu kohta), |
2134
|
|
|
|
|
|
|
'one' => q({0} meeter sekundi ruudu kohta), |
2135
|
|
|
|
|
|
|
'other' => q({0} meetrit sekundi ruudu kohta), |
2136
|
|
|
|
|
|
|
}, |
2137
|
|
|
|
|
|
|
'metric-ton' => { |
2138
|
|
|
|
|
|
|
'name' => q(tonnid), |
2139
|
|
|
|
|
|
|
'one' => q({0} tonn), |
2140
|
|
|
|
|
|
|
'other' => q({0} tonni), |
2141
|
|
|
|
|
|
|
}, |
2142
|
|
|
|
|
|
|
'microgram' => { |
2143
|
|
|
|
|
|
|
'name' => q(mikrogrammid), |
2144
|
|
|
|
|
|
|
'one' => q(mikrogramm), |
2145
|
|
|
|
|
|
|
'other' => q({0} mikrogrammi), |
2146
|
|
|
|
|
|
|
}, |
2147
|
|
|
|
|
|
|
'micrometer' => { |
2148
|
|
|
|
|
|
|
'name' => q(mikromeetrid), |
2149
|
|
|
|
|
|
|
'one' => q({0} mikromeeter), |
2150
|
|
|
|
|
|
|
'other' => q({0} mikromeetrit), |
2151
|
|
|
|
|
|
|
}, |
2152
|
|
|
|
|
|
|
'microsecond' => { |
2153
|
|
|
|
|
|
|
'name' => q(mikrosekundid), |
2154
|
|
|
|
|
|
|
'one' => q({0} mikrosekund), |
2155
|
|
|
|
|
|
|
'other' => q({0} mikrosekundit), |
2156
|
|
|
|
|
|
|
}, |
2157
|
|
|
|
|
|
|
'mile' => { |
2158
|
|
|
|
|
|
|
'name' => q(miilid), |
2159
|
|
|
|
|
|
|
'one' => q({0} miil), |
2160
|
|
|
|
|
|
|
'other' => q({0} miili), |
2161
|
|
|
|
|
|
|
}, |
2162
|
|
|
|
|
|
|
'mile-per-gallon' => { |
2163
|
|
|
|
|
|
|
'name' => q(miilid galloni kohta), |
2164
|
|
|
|
|
|
|
'one' => q({0} miil galloni kohta), |
2165
|
|
|
|
|
|
|
'other' => q({0} miili galloni kohta), |
2166
|
|
|
|
|
|
|
}, |
2167
|
|
|
|
|
|
|
'mile-per-hour' => { |
2168
|
|
|
|
|
|
|
'name' => q(miilid tunnis), |
2169
|
|
|
|
|
|
|
'one' => q({0} miil tunnis), |
2170
|
|
|
|
|
|
|
'other' => q({0} miili tunnis), |
2171
|
|
|
|
|
|
|
}, |
2172
|
|
|
|
|
|
|
'mile-scandinavian' => { |
2173
|
|
|
|
|
|
|
'name' => q(Skandinaavia miilid), |
2174
|
|
|
|
|
|
|
'one' => q({0} Skandinaavia miil), |
2175
|
|
|
|
|
|
|
'other' => q({0} Skandinaavia miili), |
2176
|
|
|
|
|
|
|
}, |
2177
|
|
|
|
|
|
|
'milliampere' => { |
2178
|
|
|
|
|
|
|
'name' => q(milliamprid), |
2179
|
|
|
|
|
|
|
'one' => q({0} milliamper), |
2180
|
|
|
|
|
|
|
'other' => q({0} milliamprit), |
2181
|
|
|
|
|
|
|
}, |
2182
|
|
|
|
|
|
|
'millibar' => { |
2183
|
|
|
|
|
|
|
'name' => q(millibaarid), |
2184
|
|
|
|
|
|
|
'one' => q({0} millibaar), |
2185
|
|
|
|
|
|
|
'other' => q({0} millibaari), |
2186
|
|
|
|
|
|
|
}, |
2187
|
|
|
|
|
|
|
'milligram' => { |
2188
|
|
|
|
|
|
|
'name' => q(milligrammid), |
2189
|
|
|
|
|
|
|
'one' => q({0} milligramm), |
2190
|
|
|
|
|
|
|
'other' => q({0} milligrammi), |
2191
|
|
|
|
|
|
|
}, |
2192
|
|
|
|
|
|
|
'milliliter' => { |
2193
|
|
|
|
|
|
|
'name' => q(milliliitrid), |
2194
|
|
|
|
|
|
|
'one' => q({0} milliliiter), |
2195
|
|
|
|
|
|
|
'other' => q({0} milliliitrit), |
2196
|
|
|
|
|
|
|
}, |
2197
|
|
|
|
|
|
|
'millimeter' => { |
2198
|
|
|
|
|
|
|
'name' => q(millimeetrid), |
2199
|
|
|
|
|
|
|
'one' => q({0} millimeeter), |
2200
|
|
|
|
|
|
|
'other' => q({0} millimeetrit), |
2201
|
|
|
|
|
|
|
}, |
2202
|
|
|
|
|
|
|
'millimeter-of-mercury' => { |
2203
|
|
|
|
|
|
|
'name' => q(millimeetrid elavhõbedasammast), |
2204
|
|
|
|
|
|
|
'one' => q({0} millimeeter elavhõbedasammast), |
2205
|
|
|
|
|
|
|
'other' => q({0} millimeetrit elavhõbedasammast), |
2206
|
|
|
|
|
|
|
}, |
2207
|
|
|
|
|
|
|
'millisecond' => { |
2208
|
|
|
|
|
|
|
'name' => q(millisekundid), |
2209
|
|
|
|
|
|
|
'one' => q({0} millisekund), |
2210
|
|
|
|
|
|
|
'other' => q({0} millisekundit), |
2211
|
|
|
|
|
|
|
}, |
2212
|
|
|
|
|
|
|
'milliwatt' => { |
2213
|
|
|
|
|
|
|
'name' => q(millivatid), |
2214
|
|
|
|
|
|
|
'one' => q({0} millivatt), |
2215
|
|
|
|
|
|
|
'other' => q({0} millivatti), |
2216
|
|
|
|
|
|
|
}, |
2217
|
|
|
|
|
|
|
'minute' => { |
2218
|
|
|
|
|
|
|
'name' => q(minutid), |
2219
|
|
|
|
|
|
|
'one' => q({0} minut), |
2220
|
|
|
|
|
|
|
'other' => q({0} minutit), |
2221
|
|
|
|
|
|
|
'per' => q({0} minutis), |
2222
|
|
|
|
|
|
|
}, |
2223
|
|
|
|
|
|
|
'month' => { |
2224
|
|
|
|
|
|
|
'name' => q(kuud), |
2225
|
|
|
|
|
|
|
'one' => q({0} kuu), |
2226
|
|
|
|
|
|
|
'other' => q({0} kuud), |
2227
|
|
|
|
|
|
|
'per' => q({0} kuus), |
2228
|
|
|
|
|
|
|
}, |
2229
|
|
|
|
|
|
|
'nanometer' => { |
2230
|
|
|
|
|
|
|
'name' => q(nanomeetrid), |
2231
|
|
|
|
|
|
|
'one' => q({0} nanomeeter), |
2232
|
|
|
|
|
|
|
'other' => q({0} nanomeetrit), |
2233
|
|
|
|
|
|
|
}, |
2234
|
|
|
|
|
|
|
'nanosecond' => { |
2235
|
|
|
|
|
|
|
'name' => q(nanosekundid), |
2236
|
|
|
|
|
|
|
'one' => q({0} nanosekund), |
2237
|
|
|
|
|
|
|
'other' => q({0} nanosekundit), |
2238
|
|
|
|
|
|
|
}, |
2239
|
|
|
|
|
|
|
'nautical-mile' => { |
2240
|
|
|
|
|
|
|
'name' => q(meremiilid), |
2241
|
|
|
|
|
|
|
'one' => q({0} meremiil), |
2242
|
|
|
|
|
|
|
'other' => q({0} meremiili), |
2243
|
|
|
|
|
|
|
}, |
2244
|
|
|
|
|
|
|
'ohm' => { |
2245
|
|
|
|
|
|
|
'name' => q(oomid), |
2246
|
|
|
|
|
|
|
'one' => q({0} oom), |
2247
|
|
|
|
|
|
|
'other' => q({0} oomi), |
2248
|
|
|
|
|
|
|
}, |
2249
|
|
|
|
|
|
|
'ounce' => { |
2250
|
|
|
|
|
|
|
'name' => q(untsid), |
2251
|
|
|
|
|
|
|
'one' => q({0} unts), |
2252
|
|
|
|
|
|
|
'other' => q({0} untsi), |
2253
|
|
|
|
|
|
|
'per' => q({0} untsi kohta), |
2254
|
|
|
|
|
|
|
}, |
2255
|
|
|
|
|
|
|
'ounce-troy' => { |
2256
|
|
|
|
|
|
|
'name' => q(troiuntsid), |
2257
|
|
|
|
|
|
|
'one' => q({0} troiunts), |
2258
|
|
|
|
|
|
|
'other' => q({0} troiuntsi), |
2259
|
|
|
|
|
|
|
}, |
2260
|
|
|
|
|
|
|
'parsec' => { |
2261
|
|
|
|
|
|
|
'name' => q(parsekid), |
2262
|
|
|
|
|
|
|
'one' => q({0} parsek), |
2263
|
|
|
|
|
|
|
'other' => q({0} parsekit), |
2264
|
|
|
|
|
|
|
}, |
2265
|
|
|
|
|
|
|
'per' => { |
2266
|
|
|
|
|
|
|
'1' => q({0} {1} kohta), |
2267
|
|
|
|
|
|
|
}, |
2268
|
|
|
|
|
|
|
'picometer' => { |
2269
|
|
|
|
|
|
|
'name' => q(pikomeetrid), |
2270
|
|
|
|
|
|
|
'one' => q({0} pikomeeter), |
2271
|
|
|
|
|
|
|
'other' => q({0} pikomeetrit), |
2272
|
|
|
|
|
|
|
}, |
2273
|
|
|
|
|
|
|
'pint' => { |
2274
|
|
|
|
|
|
|
'name' => q(pindid), |
2275
|
|
|
|
|
|
|
'one' => q({0} pint), |
2276
|
|
|
|
|
|
|
'other' => q({0} pinti), |
2277
|
|
|
|
|
|
|
}, |
2278
|
|
|
|
|
|
|
'pound' => { |
2279
|
|
|
|
|
|
|
'name' => q(naelad), |
2280
|
|
|
|
|
|
|
'one' => q({0} nael), |
2281
|
|
|
|
|
|
|
'other' => q({0} naela), |
2282
|
|
|
|
|
|
|
'per' => q({0} naela kohta), |
2283
|
|
|
|
|
|
|
}, |
2284
|
|
|
|
|
|
|
'pound-per-square-inch' => { |
2285
|
|
|
|
|
|
|
'name' => q(naelad ruuttolli kohta), |
2286
|
|
|
|
|
|
|
'one' => q({0} nael ruuttolli kohta), |
2287
|
|
|
|
|
|
|
'other' => q({0} naela ruuttolli kohta), |
2288
|
|
|
|
|
|
|
}, |
2289
|
|
|
|
|
|
|
'quart' => { |
2290
|
|
|
|
|
|
|
'name' => q(kvardid), |
2291
|
|
|
|
|
|
|
'one' => q({0} kvart), |
2292
|
|
|
|
|
|
|
'other' => q({0} kvarti), |
2293
|
|
|
|
|
|
|
}, |
2294
|
|
|
|
|
|
|
'radian' => { |
2295
|
|
|
|
|
|
|
'name' => q(radiaanid), |
2296
|
|
|
|
|
|
|
'one' => q({0} radiaan), |
2297
|
|
|
|
|
|
|
'other' => q({0} radiaani), |
2298
|
|
|
|
|
|
|
}, |
2299
|
|
|
|
|
|
|
'revolution' => { |
2300
|
|
|
|
|
|
|
'name' => q(täispööre), |
2301
|
|
|
|
|
|
|
'one' => q({0} täispööre), |
2302
|
|
|
|
|
|
|
'other' => q({0} täispööret), |
2303
|
|
|
|
|
|
|
}, |
2304
|
|
|
|
|
|
|
'second' => { |
2305
|
|
|
|
|
|
|
'name' => q(sekundid), |
2306
|
|
|
|
|
|
|
'one' => q({0} sekund), |
2307
|
|
|
|
|
|
|
'other' => q({0} sekundit), |
2308
|
|
|
|
|
|
|
'per' => q({0} sekundis), |
2309
|
|
|
|
|
|
|
}, |
2310
|
|
|
|
|
|
|
'square-centimeter' => { |
2311
|
|
|
|
|
|
|
'name' => q(ruutsentimeetrid), |
2312
|
|
|
|
|
|
|
'one' => q({0} ruutsentimeeter), |
2313
|
|
|
|
|
|
|
'other' => q({0} ruutsentimeetrit), |
2314
|
|
|
|
|
|
|
'per' => q({0} ruutsentimeetri kohta), |
2315
|
|
|
|
|
|
|
}, |
2316
|
|
|
|
|
|
|
'square-foot' => { |
2317
|
|
|
|
|
|
|
'name' => q(ruutjalad), |
2318
|
|
|
|
|
|
|
'one' => q({0} ruutjalg), |
2319
|
|
|
|
|
|
|
'other' => q({0} ruutjalga), |
2320
|
|
|
|
|
|
|
}, |
2321
|
|
|
|
|
|
|
'square-inch' => { |
2322
|
|
|
|
|
|
|
'name' => q(ruuttollid), |
2323
|
|
|
|
|
|
|
'one' => q({0} ruuttoll), |
2324
|
|
|
|
|
|
|
'other' => q({0} ruuttolli), |
2325
|
|
|
|
|
|
|
'per' => q({0} ruuttolli kohta), |
2326
|
|
|
|
|
|
|
}, |
2327
|
|
|
|
|
|
|
'square-kilometer' => { |
2328
|
|
|
|
|
|
|
'name' => q(ruutkilomeetrid), |
2329
|
|
|
|
|
|
|
'one' => q({0} ruutkilomeeter), |
2330
|
|
|
|
|
|
|
'other' => q({0} ruutkilomeetrit), |
2331
|
|
|
|
|
|
|
}, |
2332
|
|
|
|
|
|
|
'square-meter' => { |
2333
|
|
|
|
|
|
|
'name' => q(ruutmeetrid), |
2334
|
|
|
|
|
|
|
'one' => q({0} ruutmeeter), |
2335
|
|
|
|
|
|
|
'other' => q({0} ruutmeetrit), |
2336
|
|
|
|
|
|
|
'per' => q({0} ruutmeetri kohta), |
2337
|
|
|
|
|
|
|
}, |
2338
|
|
|
|
|
|
|
'square-mile' => { |
2339
|
|
|
|
|
|
|
'name' => q(ruutmiilid), |
2340
|
|
|
|
|
|
|
'one' => q({0} ruutmiil), |
2341
|
|
|
|
|
|
|
'other' => q({0} ruutmiili), |
2342
|
|
|
|
|
|
|
}, |
2343
|
|
|
|
|
|
|
'square-yard' => { |
2344
|
|
|
|
|
|
|
'name' => q(ruutjardid), |
2345
|
|
|
|
|
|
|
'one' => q({0} ruutjard), |
2346
|
|
|
|
|
|
|
'other' => q({0} ruutjardi), |
2347
|
|
|
|
|
|
|
}, |
2348
|
|
|
|
|
|
|
'stone' => { |
2349
|
|
|
|
|
|
|
'name' => q(kivid), |
2350
|
|
|
|
|
|
|
'one' => q({0} kivi), |
2351
|
|
|
|
|
|
|
'other' => q({0} kivi), |
2352
|
|
|
|
|
|
|
}, |
2353
|
|
|
|
|
|
|
'tablespoon' => { |
2354
|
|
|
|
|
|
|
'name' => q(supilusikad), |
2355
|
|
|
|
|
|
|
'one' => q({0} supilusikas), |
2356
|
|
|
|
|
|
|
'other' => q({0} supilusikat), |
2357
|
|
|
|
|
|
|
}, |
2358
|
|
|
|
|
|
|
'teaspoon' => { |
2359
|
|
|
|
|
|
|
'name' => q(teelusikad), |
2360
|
|
|
|
|
|
|
'one' => q({0} teelusikas), |
2361
|
|
|
|
|
|
|
'other' => q({0} teelusikat), |
2362
|
|
|
|
|
|
|
}, |
2363
|
|
|
|
|
|
|
'terabit' => { |
2364
|
|
|
|
|
|
|
'name' => q(terabitid), |
2365
|
|
|
|
|
|
|
'one' => q({0} terabitt), |
2366
|
|
|
|
|
|
|
'other' => q({0} terabitti), |
2367
|
|
|
|
|
|
|
}, |
2368
|
|
|
|
|
|
|
'terabyte' => { |
2369
|
|
|
|
|
|
|
'name' => q(terabaidid), |
2370
|
|
|
|
|
|
|
'one' => q({0} terabait), |
2371
|
|
|
|
|
|
|
'other' => q({0} terabaiti), |
2372
|
|
|
|
|
|
|
}, |
2373
|
|
|
|
|
|
|
'ton' => { |
2374
|
|
|
|
|
|
|
'name' => q(lühikesed tonnid), |
2375
|
|
|
|
|
|
|
'one' => q({0} lühike tonn), |
2376
|
|
|
|
|
|
|
'other' => q({0} lühikest tonni), |
2377
|
|
|
|
|
|
|
}, |
2378
|
|
|
|
|
|
|
'volt' => { |
2379
|
|
|
|
|
|
|
'name' => q(voldid), |
2380
|
|
|
|
|
|
|
'one' => q({0} volt), |
2381
|
|
|
|
|
|
|
'other' => q({0} volti), |
2382
|
|
|
|
|
|
|
}, |
2383
|
|
|
|
|
|
|
'watt' => { |
2384
|
|
|
|
|
|
|
'name' => q(vatid), |
2385
|
|
|
|
|
|
|
'one' => q({0} vatt), |
2386
|
|
|
|
|
|
|
'other' => q({0} vatti), |
2387
|
|
|
|
|
|
|
}, |
2388
|
|
|
|
|
|
|
'week' => { |
2389
|
|
|
|
|
|
|
'name' => q(nädalad), |
2390
|
|
|
|
|
|
|
'one' => q({0} nädal), |
2391
|
|
|
|
|
|
|
'other' => q({0} nädalat), |
2392
|
|
|
|
|
|
|
'per' => q({0} nädalas), |
2393
|
|
|
|
|
|
|
}, |
2394
|
|
|
|
|
|
|
'yard' => { |
2395
|
|
|
|
|
|
|
'name' => q(jardid), |
2396
|
|
|
|
|
|
|
'one' => q({0} jard), |
2397
|
|
|
|
|
|
|
'other' => q({0} jardi), |
2398
|
|
|
|
|
|
|
}, |
2399
|
|
|
|
|
|
|
'year' => { |
2400
|
|
|
|
|
|
|
'name' => q(aastad), |
2401
|
|
|
|
|
|
|
'one' => q({0} aasta), |
2402
|
|
|
|
|
|
|
'other' => q({0} aastat), |
2403
|
|
|
|
|
|
|
'per' => q({0} aastas), |
2404
|
|
|
|
|
|
|
}, |
2405
|
|
|
|
|
|
|
}, |
2406
|
|
|
|
|
|
|
'narrow' => { |
2407
|
|
|
|
|
|
|
'acre' => { |
2408
|
|
|
|
|
|
|
'one' => q({0} aaker), |
2409
|
|
|
|
|
|
|
'other' => q({0} aakrit), |
2410
|
|
|
|
|
|
|
}, |
2411
|
|
|
|
|
|
|
'arc-minute' => { |
2412
|
|
|
|
|
|
|
'one' => q({0}â²), |
2413
|
|
|
|
|
|
|
'other' => q({0}â²), |
2414
|
|
|
|
|
|
|
}, |
2415
|
|
|
|
|
|
|
'arc-second' => { |
2416
|
|
|
|
|
|
|
'one' => q({0}â³), |
2417
|
|
|
|
|
|
|
'other' => q({0}â³), |
2418
|
|
|
|
|
|
|
}, |
2419
|
|
|
|
|
|
|
'celsius' => { |
2420
|
|
|
|
|
|
|
'name' => q(°C), |
2421
|
|
|
|
|
|
|
'one' => q({0} °C), |
2422
|
|
|
|
|
|
|
'other' => q({0} °C), |
2423
|
|
|
|
|
|
|
}, |
2424
|
|
|
|
|
|
|
'centimeter' => { |
2425
|
|
|
|
|
|
|
'name' => q(cm), |
2426
|
|
|
|
|
|
|
'one' => q({0} cm), |
2427
|
|
|
|
|
|
|
'other' => q({0} cm), |
2428
|
|
|
|
|
|
|
}, |
2429
|
|
|
|
|
|
|
'coordinate' => { |
2430
|
|
|
|
|
|
|
'east' => q({0} E), |
2431
|
|
|
|
|
|
|
'north' => q({0} N), |
2432
|
|
|
|
|
|
|
'south' => q({0} S), |
2433
|
|
|
|
|
|
|
'west' => q({0} W), |
2434
|
|
|
|
|
|
|
}, |
2435
|
|
|
|
|
|
|
'cubic-kilometer' => { |
2436
|
|
|
|
|
|
|
'one' => q({0} km³), |
2437
|
|
|
|
|
|
|
'other' => q({0} km³), |
2438
|
|
|
|
|
|
|
}, |
2439
|
|
|
|
|
|
|
'cubic-mile' => { |
2440
|
|
|
|
|
|
|
'one' => q({0} mi³), |
2441
|
|
|
|
|
|
|
'other' => q({0} mi³), |
2442
|
|
|
|
|
|
|
}, |
2443
|
|
|
|
|
|
|
'day' => { |
2444
|
|
|
|
|
|
|
'name' => q(päev), |
2445
|
|
|
|
|
|
|
'one' => q({0} p), |
2446
|
|
|
|
|
|
|
'other' => q({0} p), |
2447
|
|
|
|
|
|
|
}, |
2448
|
|
|
|
|
|
|
'degree' => { |
2449
|
|
|
|
|
|
|
'one' => q({0}°), |
2450
|
|
|
|
|
|
|
'other' => q({0}°), |
2451
|
|
|
|
|
|
|
}, |
2452
|
|
|
|
|
|
|
'fahrenheit' => { |
2453
|
|
|
|
|
|
|
'name' => q(°F), |
2454
|
|
|
|
|
|
|
'one' => q({0} °F), |
2455
|
|
|
|
|
|
|
'other' => q({0} °F), |
2456
|
|
|
|
|
|
|
}, |
2457
|
|
|
|
|
|
|
'foot' => { |
2458
|
|
|
|
|
|
|
'one' => q({0} jalg), |
2459
|
|
|
|
|
|
|
'other' => q({0} jalga), |
2460
|
|
|
|
|
|
|
}, |
2461
|
|
|
|
|
|
|
'g-force' => { |
2462
|
|
|
|
|
|
|
'one' => q({0}G), |
2463
|
|
|
|
|
|
|
'other' => q({0}G), |
2464
|
|
|
|
|
|
|
}, |
2465
|
|
|
|
|
|
|
'gram' => { |
2466
|
|
|
|
|
|
|
'name' => q(gramm), |
2467
|
|
|
|
|
|
|
'one' => q({0} g), |
2468
|
|
|
|
|
|
|
'other' => q({0} g), |
2469
|
|
|
|
|
|
|
}, |
2470
|
|
|
|
|
|
|
'hectare' => { |
2471
|
|
|
|
|
|
|
'one' => q({0} ha), |
2472
|
|
|
|
|
|
|
'other' => q({0} ha), |
2473
|
|
|
|
|
|
|
}, |
2474
|
|
|
|
|
|
|
'hectopascal' => { |
2475
|
|
|
|
|
|
|
'one' => q({0} hPa), |
2476
|
|
|
|
|
|
|
'other' => q({0} hPa), |
2477
|
|
|
|
|
|
|
}, |
2478
|
|
|
|
|
|
|
'horsepower' => { |
2479
|
|
|
|
|
|
|
'one' => q({0} hj), |
2480
|
|
|
|
|
|
|
'other' => q({0} hj), |
2481
|
|
|
|
|
|
|
}, |
2482
|
|
|
|
|
|
|
'hour' => { |
2483
|
|
|
|
|
|
|
'name' => q(t), |
2484
|
|
|
|
|
|
|
'one' => q({0} t), |
2485
|
|
|
|
|
|
|
'other' => q({0} t), |
2486
|
|
|
|
|
|
|
}, |
2487
|
|
|
|
|
|
|
'inch' => { |
2488
|
|
|
|
|
|
|
'one' => q({0} toll), |
2489
|
|
|
|
|
|
|
'other' => q({0} tolli), |
2490
|
|
|
|
|
|
|
}, |
2491
|
|
|
|
|
|
|
'inch-hg' => { |
2492
|
|
|
|
|
|
|
'one' => q({0} toll Hg), |
2493
|
|
|
|
|
|
|
'other' => q({0} tolli Hg), |
2494
|
|
|
|
|
|
|
}, |
2495
|
|
|
|
|
|
|
'kilogram' => { |
2496
|
|
|
|
|
|
|
'name' => q(kg), |
2497
|
|
|
|
|
|
|
'one' => q({0} kg), |
2498
|
|
|
|
|
|
|
'other' => q({0} kg), |
2499
|
|
|
|
|
|
|
}, |
2500
|
|
|
|
|
|
|
'kilometer' => { |
2501
|
|
|
|
|
|
|
'name' => q(km), |
2502
|
|
|
|
|
|
|
'one' => q({0} km), |
2503
|
|
|
|
|
|
|
'other' => q({0} km), |
2504
|
|
|
|
|
|
|
}, |
2505
|
|
|
|
|
|
|
'kilometer-per-hour' => { |
2506
|
|
|
|
|
|
|
'name' => q(km/h), |
2507
|
|
|
|
|
|
|
'one' => q({0} km/h), |
2508
|
|
|
|
|
|
|
'other' => q({0} km/h), |
2509
|
|
|
|
|
|
|
}, |
2510
|
|
|
|
|
|
|
'kilowatt' => { |
2511
|
|
|
|
|
|
|
'one' => q({0}kW), |
2512
|
|
|
|
|
|
|
'other' => q({0}kW), |
2513
|
|
|
|
|
|
|
}, |
2514
|
|
|
|
|
|
|
'light-year' => { |
2515
|
|
|
|
|
|
|
'one' => q({0} valgusa.), |
2516
|
|
|
|
|
|
|
'other' => q({0} valgusa.), |
2517
|
|
|
|
|
|
|
}, |
2518
|
|
|
|
|
|
|
'liter' => { |
2519
|
|
|
|
|
|
|
'name' => q(liiter), |
2520
|
|
|
|
|
|
|
'one' => q({0} l), |
2521
|
|
|
|
|
|
|
'other' => q({0} l), |
2522
|
|
|
|
|
|
|
}, |
2523
|
|
|
|
|
|
|
'liter-per-100kilometers' => { |
2524
|
|
|
|
|
|
|
'one' => q({0} l/100km), |
2525
|
|
|
|
|
|
|
'other' => q({0} l/100km), |
2526
|
|
|
|
|
|
|
}, |
2527
|
|
|
|
|
|
|
'meter' => { |
2528
|
|
|
|
|
|
|
'name' => q(m), |
2529
|
|
|
|
|
|
|
'one' => q({0} m), |
2530
|
|
|
|
|
|
|
'other' => q({0} m), |
2531
|
|
|
|
|
|
|
}, |
2532
|
|
|
|
|
|
|
'meter-per-second' => { |
2533
|
|
|
|
|
|
|
'one' => q({0} m/s), |
2534
|
|
|
|
|
|
|
'other' => q({0} m/s), |
2535
|
|
|
|
|
|
|
}, |
2536
|
|
|
|
|
|
|
'mile' => { |
2537
|
|
|
|
|
|
|
'one' => q({0} miil), |
2538
|
|
|
|
|
|
|
'other' => q({0} miili), |
2539
|
|
|
|
|
|
|
}, |
2540
|
|
|
|
|
|
|
'mile-per-hour' => { |
2541
|
|
|
|
|
|
|
'one' => q({0} mi/h), |
2542
|
|
|
|
|
|
|
'other' => q({0} mi/h), |
2543
|
|
|
|
|
|
|
}, |
2544
|
|
|
|
|
|
|
'millibar' => { |
2545
|
|
|
|
|
|
|
'one' => q({0} mbar), |
2546
|
|
|
|
|
|
|
'other' => q({0} mbar), |
2547
|
|
|
|
|
|
|
}, |
2548
|
|
|
|
|
|
|
'millimeter' => { |
2549
|
|
|
|
|
|
|
'name' => q(mm), |
2550
|
|
|
|
|
|
|
'one' => q({0} mm), |
2551
|
|
|
|
|
|
|
'other' => q({0} mm), |
2552
|
|
|
|
|
|
|
}, |
2553
|
|
|
|
|
|
|
'millisecond' => { |
2554
|
|
|
|
|
|
|
'name' => q(ms), |
2555
|
|
|
|
|
|
|
'one' => q({0} ms), |
2556
|
|
|
|
|
|
|
'other' => q({0} ms), |
2557
|
|
|
|
|
|
|
}, |
2558
|
|
|
|
|
|
|
'minute' => { |
2559
|
|
|
|
|
|
|
'name' => q(min), |
2560
|
|
|
|
|
|
|
'one' => q({0} min), |
2561
|
|
|
|
|
|
|
'other' => q({0} min), |
2562
|
|
|
|
|
|
|
}, |
2563
|
|
|
|
|
|
|
'month' => { |
2564
|
|
|
|
|
|
|
'name' => q(kuud), |
2565
|
|
|
|
|
|
|
'one' => q({0} k), |
2566
|
|
|
|
|
|
|
'other' => q({0} k), |
2567
|
|
|
|
|
|
|
}, |
2568
|
|
|
|
|
|
|
'ounce' => { |
2569
|
|
|
|
|
|
|
'one' => q({0} oz), |
2570
|
|
|
|
|
|
|
'other' => q({0} oz), |
2571
|
|
|
|
|
|
|
}, |
2572
|
|
|
|
|
|
|
'per' => { |
2573
|
|
|
|
|
|
|
'1' => q({0}/{1}), |
2574
|
|
|
|
|
|
|
}, |
2575
|
|
|
|
|
|
|
'picometer' => { |
2576
|
|
|
|
|
|
|
'name' => q(pm), |
2577
|
|
|
|
|
|
|
'one' => q({0} pm), |
2578
|
|
|
|
|
|
|
'other' => q({0} pm), |
2579
|
|
|
|
|
|
|
}, |
2580
|
|
|
|
|
|
|
'pound' => { |
2581
|
|
|
|
|
|
|
'one' => q({0} lb), |
2582
|
|
|
|
|
|
|
'other' => q({0} lb), |
2583
|
|
|
|
|
|
|
}, |
2584
|
|
|
|
|
|
|
'second' => { |
2585
|
|
|
|
|
|
|
'name' => q(s), |
2586
|
|
|
|
|
|
|
'one' => q({0} s), |
2587
|
|
|
|
|
|
|
'other' => q({0} s), |
2588
|
|
|
|
|
|
|
}, |
2589
|
|
|
|
|
|
|
'square-foot' => { |
2590
|
|
|
|
|
|
|
'one' => q({0} ft²), |
2591
|
|
|
|
|
|
|
'other' => q({0} ft²), |
2592
|
|
|
|
|
|
|
}, |
2593
|
|
|
|
|
|
|
'square-kilometer' => { |
2594
|
|
|
|
|
|
|
'one' => q({0} km²), |
2595
|
|
|
|
|
|
|
'other' => q({0} km²), |
2596
|
|
|
|
|
|
|
}, |
2597
|
|
|
|
|
|
|
'square-meter' => { |
2598
|
|
|
|
|
|
|
'one' => q({0} m²), |
2599
|
|
|
|
|
|
|
'other' => q({0} m²), |
2600
|
|
|
|
|
|
|
}, |
2601
|
|
|
|
|
|
|
'square-mile' => { |
2602
|
|
|
|
|
|
|
'one' => q({0} mi²), |
2603
|
|
|
|
|
|
|
'other' => q({0} mi²), |
2604
|
|
|
|
|
|
|
}, |
2605
|
|
|
|
|
|
|
'ton' => { |
2606
|
|
|
|
|
|
|
'name' => q(lüh t), |
2607
|
|
|
|
|
|
|
'one' => q({0} lüh t), |
2608
|
|
|
|
|
|
|
'other' => q({0} lüh t), |
2609
|
|
|
|
|
|
|
}, |
2610
|
|
|
|
|
|
|
'watt' => { |
2611
|
|
|
|
|
|
|
'one' => q({0}W), |
2612
|
|
|
|
|
|
|
'other' => q({0}W), |
2613
|
|
|
|
|
|
|
}, |
2614
|
|
|
|
|
|
|
'week' => { |
2615
|
|
|
|
|
|
|
'name' => q(n), |
2616
|
|
|
|
|
|
|
'one' => q({0} n), |
2617
|
|
|
|
|
|
|
'other' => q({0} n), |
2618
|
|
|
|
|
|
|
}, |
2619
|
|
|
|
|
|
|
'yard' => { |
2620
|
|
|
|
|
|
|
'one' => q({0} jard), |
2621
|
|
|
|
|
|
|
'other' => q({0} jardi), |
2622
|
|
|
|
|
|
|
}, |
2623
|
|
|
|
|
|
|
'year' => { |
2624
|
|
|
|
|
|
|
'name' => q(a), |
2625
|
|
|
|
|
|
|
'one' => q({0} a), |
2626
|
|
|
|
|
|
|
'other' => q({0} a), |
2627
|
|
|
|
|
|
|
}, |
2628
|
|
|
|
|
|
|
}, |
2629
|
|
|
|
|
|
|
'short' => { |
2630
|
|
|
|
|
|
|
'acre' => { |
2631
|
|
|
|
|
|
|
'name' => q(aakrid), |
2632
|
|
|
|
|
|
|
'one' => q({0} aaker), |
2633
|
|
|
|
|
|
|
'other' => q({0} aakrit), |
2634
|
|
|
|
|
|
|
}, |
2635
|
|
|
|
|
|
|
'acre-foot' => { |
2636
|
|
|
|
|
|
|
'name' => q(aakerjalg), |
2637
|
|
|
|
|
|
|
'one' => q({0} ac ft), |
2638
|
|
|
|
|
|
|
'other' => q({0} ac ft), |
2639
|
|
|
|
|
|
|
}, |
2640
|
|
|
|
|
|
|
'ampere' => { |
2641
|
|
|
|
|
|
|
'name' => q(amprid), |
2642
|
|
|
|
|
|
|
'one' => q({0} A), |
2643
|
|
|
|
|
|
|
'other' => q({0} A), |
2644
|
|
|
|
|
|
|
}, |
2645
|
|
|
|
|
|
|
'arc-minute' => { |
2646
|
|
|
|
|
|
|
'name' => q(kaareminut), |
2647
|
|
|
|
|
|
|
'one' => q({0}â²), |
2648
|
|
|
|
|
|
|
'other' => q({0}â²), |
2649
|
|
|
|
|
|
|
}, |
2650
|
|
|
|
|
|
|
'arc-second' => { |
2651
|
|
|
|
|
|
|
'name' => q(â³), |
2652
|
|
|
|
|
|
|
'one' => q({0}â³), |
2653
|
|
|
|
|
|
|
'other' => q({0}â³), |
2654
|
|
|
|
|
|
|
}, |
2655
|
|
|
|
|
|
|
'astronomical-unit' => { |
2656
|
|
|
|
|
|
|
'name' => q(aü), |
2657
|
|
|
|
|
|
|
'one' => q({0} aü), |
2658
|
|
|
|
|
|
|
'other' => q({0} aü), |
2659
|
|
|
|
|
|
|
}, |
2660
|
|
|
|
|
|
|
'bit' => { |
2661
|
|
|
|
|
|
|
'name' => q(bitt), |
2662
|
|
|
|
|
|
|
'one' => q({0} b), |
2663
|
|
|
|
|
|
|
'other' => q({0} b), |
2664
|
|
|
|
|
|
|
}, |
2665
|
|
|
|
|
|
|
'bushel' => { |
2666
|
|
|
|
|
|
|
'name' => q(buššelid), |
2667
|
|
|
|
|
|
|
}, |
2668
|
|
|
|
|
|
|
'byte' => { |
2669
|
|
|
|
|
|
|
'name' => q(bait), |
2670
|
|
|
|
|
|
|
'one' => q({0} bait), |
2671
|
|
|
|
|
|
|
'other' => q({0} baiti), |
2672
|
|
|
|
|
|
|
}, |
2673
|
|
|
|
|
|
|
'calorie' => { |
2674
|
|
|
|
|
|
|
'name' => q(cal), |
2675
|
|
|
|
|
|
|
'one' => q({0} cal), |
2676
|
|
|
|
|
|
|
'other' => q({0} cal), |
2677
|
|
|
|
|
|
|
}, |
2678
|
|
|
|
|
|
|
'carat' => { |
2679
|
|
|
|
|
|
|
'name' => q(ct), |
2680
|
|
|
|
|
|
|
'one' => q({0} ct), |
2681
|
|
|
|
|
|
|
'other' => q({0} ct), |
2682
|
|
|
|
|
|
|
}, |
2683
|
|
|
|
|
|
|
'celsius' => { |
2684
|
|
|
|
|
|
|
'name' => q(°C), |
2685
|
|
|
|
|
|
|
'one' => q({0} °C), |
2686
|
|
|
|
|
|
|
'other' => q({0} °C), |
2687
|
|
|
|
|
|
|
}, |
2688
|
|
|
|
|
|
|
'centiliter' => { |
2689
|
|
|
|
|
|
|
'name' => q(cl), |
2690
|
|
|
|
|
|
|
'one' => q({0} cl), |
2691
|
|
|
|
|
|
|
'other' => q({0} cl), |
2692
|
|
|
|
|
|
|
}, |
2693
|
|
|
|
|
|
|
'centimeter' => { |
2694
|
|
|
|
|
|
|
'name' => q(cm), |
2695
|
|
|
|
|
|
|
'one' => q({0} cm), |
2696
|
|
|
|
|
|
|
'other' => q({0} cm), |
2697
|
|
|
|
|
|
|
'per' => q({0}/cm), |
2698
|
|
|
|
|
|
|
}, |
2699
|
|
|
|
|
|
|
'century' => { |
2700
|
|
|
|
|
|
|
'name' => q(saj), |
2701
|
|
|
|
|
|
|
'one' => q({0} saj), |
2702
|
|
|
|
|
|
|
'other' => q({0} saj), |
2703
|
|
|
|
|
|
|
}, |
2704
|
|
|
|
|
|
|
'coordinate' => { |
2705
|
|
|
|
|
|
|
'east' => q({0} ip), |
2706
|
|
|
|
|
|
|
'north' => q({0} pl), |
2707
|
|
|
|
|
|
|
'south' => q({0} ll), |
2708
|
|
|
|
|
|
|
'west' => q({0} lp), |
2709
|
|
|
|
|
|
|
}, |
2710
|
|
|
|
|
|
|
'cubic-centimeter' => { |
2711
|
|
|
|
|
|
|
'name' => q(cm³), |
2712
|
|
|
|
|
|
|
'one' => q({0} cm³), |
2713
|
|
|
|
|
|
|
'other' => q({0} cm³), |
2714
|
|
|
|
|
|
|
'per' => q({0}/cm³), |
2715
|
|
|
|
|
|
|
}, |
2716
|
|
|
|
|
|
|
'cubic-foot' => { |
2717
|
|
|
|
|
|
|
'name' => q(ft³), |
2718
|
|
|
|
|
|
|
'one' => q({0} ft³), |
2719
|
|
|
|
|
|
|
'other' => q({0} ft³), |
2720
|
|
|
|
|
|
|
}, |
2721
|
|
|
|
|
|
|
'cubic-inch' => { |
2722
|
|
|
|
|
|
|
'name' => q(kuuptollid), |
2723
|
|
|
|
|
|
|
'one' => q({0} in³), |
2724
|
|
|
|
|
|
|
'other' => q({0} in³), |
2725
|
|
|
|
|
|
|
}, |
2726
|
|
|
|
|
|
|
'cubic-kilometer' => { |
2727
|
|
|
|
|
|
|
'name' => q(km³), |
2728
|
|
|
|
|
|
|
'one' => q({0} km³), |
2729
|
|
|
|
|
|
|
'other' => q({0} km³), |
2730
|
|
|
|
|
|
|
}, |
2731
|
|
|
|
|
|
|
'cubic-meter' => { |
2732
|
|
|
|
|
|
|
'name' => q(m³), |
2733
|
|
|
|
|
|
|
'one' => q({0} m³), |
2734
|
|
|
|
|
|
|
'other' => q({0} m³), |
2735
|
|
|
|
|
|
|
'per' => q({0}/m³), |
2736
|
|
|
|
|
|
|
}, |
2737
|
|
|
|
|
|
|
'cubic-mile' => { |
2738
|
|
|
|
|
|
|
'name' => q(kuupmiilid), |
2739
|
|
|
|
|
|
|
'one' => q({0} mi³), |
2740
|
|
|
|
|
|
|
'other' => q({0} mi³), |
2741
|
|
|
|
|
|
|
}, |
2742
|
|
|
|
|
|
|
'cubic-yard' => { |
2743
|
|
|
|
|
|
|
'name' => q(kuupjardid), |
2744
|
|
|
|
|
|
|
'one' => q({0} yd³), |
2745
|
|
|
|
|
|
|
'other' => q({0} yd³), |
2746
|
|
|
|
|
|
|
}, |
2747
|
|
|
|
|
|
|
'cup' => { |
2748
|
|
|
|
|
|
|
'name' => q(tass), |
2749
|
|
|
|
|
|
|
'one' => q({0} tass), |
2750
|
|
|
|
|
|
|
'other' => q({0} tassi), |
2751
|
|
|
|
|
|
|
}, |
2752
|
|
|
|
|
|
|
'day' => { |
2753
|
|
|
|
|
|
|
'name' => q(päevad), |
2754
|
|
|
|
|
|
|
'one' => q({0} päev), |
2755
|
|
|
|
|
|
|
'other' => q({0} päeva), |
2756
|
|
|
|
|
|
|
'per' => q({0}/ööp), |
2757
|
|
|
|
|
|
|
}, |
2758
|
|
|
|
|
|
|
'deciliter' => { |
2759
|
|
|
|
|
|
|
'name' => q(dl), |
2760
|
|
|
|
|
|
|
'one' => q({0} dl), |
2761
|
|
|
|
|
|
|
'other' => q({0} dl), |
2762
|
|
|
|
|
|
|
}, |
2763
|
|
|
|
|
|
|
'decimeter' => { |
2764
|
|
|
|
|
|
|
'name' => q(dm), |
2765
|
|
|
|
|
|
|
'one' => q({0} dm), |
2766
|
|
|
|
|
|
|
'other' => q({0} dm), |
2767
|
|
|
|
|
|
|
}, |
2768
|
|
|
|
|
|
|
'degree' => { |
2769
|
|
|
|
|
|
|
'name' => q(kraadid), |
2770
|
|
|
|
|
|
|
'one' => q({0}°), |
2771
|
|
|
|
|
|
|
'other' => q({0}°), |
2772
|
|
|
|
|
|
|
}, |
2773
|
|
|
|
|
|
|
'fahrenheit' => { |
2774
|
|
|
|
|
|
|
'name' => q(°F), |
2775
|
|
|
|
|
|
|
'one' => q({0} °F), |
2776
|
|
|
|
|
|
|
'other' => q({0} °F), |
2777
|
|
|
|
|
|
|
}, |
2778
|
|
|
|
|
|
|
'fathom' => { |
2779
|
|
|
|
|
|
|
'name' => q(süllad), |
2780
|
|
|
|
|
|
|
}, |
2781
|
|
|
|
|
|
|
'fluid-ounce' => { |
2782
|
|
|
|
|
|
|
'name' => q(fl oz), |
2783
|
|
|
|
|
|
|
'one' => q({0} fl oz), |
2784
|
|
|
|
|
|
|
'other' => q({0} fl oz), |
2785
|
|
|
|
|
|
|
}, |
2786
|
|
|
|
|
|
|
'foodcalorie' => { |
2787
|
|
|
|
|
|
|
'name' => q(Cal), |
2788
|
|
|
|
|
|
|
'one' => q({0} Cal), |
2789
|
|
|
|
|
|
|
'other' => q({0} Cal), |
2790
|
|
|
|
|
|
|
}, |
2791
|
|
|
|
|
|
|
'foot' => { |
2792
|
|
|
|
|
|
|
'name' => q(ft), |
2793
|
|
|
|
|
|
|
'one' => q({0} jalg), |
2794
|
|
|
|
|
|
|
'other' => q({0} jalga), |
2795
|
|
|
|
|
|
|
}, |
2796
|
|
|
|
|
|
|
'furlong' => { |
2797
|
|
|
|
|
|
|
'name' => q(furlongid), |
2798
|
|
|
|
|
|
|
}, |
2799
|
|
|
|
|
|
|
'g-force' => { |
2800
|
|
|
|
|
|
|
'name' => q(Maa raskuskiirendus), |
2801
|
|
|
|
|
|
|
'one' => q({0} G), |
2802
|
|
|
|
|
|
|
'other' => q({0} G), |
2803
|
|
|
|
|
|
|
}, |
2804
|
|
|
|
|
|
|
'gallon' => { |
2805
|
|
|
|
|
|
|
'name' => q(gal), |
2806
|
|
|
|
|
|
|
'one' => q({0} gal), |
2807
|
|
|
|
|
|
|
'other' => q({0} gal), |
2808
|
|
|
|
|
|
|
'per' => q({0}/gal), |
2809
|
|
|
|
|
|
|
}, |
2810
|
|
|
|
|
|
|
'generic' => { |
2811
|
|
|
|
|
|
|
'name' => q(°), |
2812
|
|
|
|
|
|
|
'one' => q({0}°), |
2813
|
|
|
|
|
|
|
'other' => q({0}°), |
2814
|
|
|
|
|
|
|
}, |
2815
|
|
|
|
|
|
|
'gigabit' => { |
2816
|
|
|
|
|
|
|
'name' => q(Gb), |
2817
|
|
|
|
|
|
|
'one' => q({0} Gb), |
2818
|
|
|
|
|
|
|
'other' => q({0} Gb), |
2819
|
|
|
|
|
|
|
}, |
2820
|
|
|
|
|
|
|
'gigabyte' => { |
2821
|
|
|
|
|
|
|
'name' => q(GB), |
2822
|
|
|
|
|
|
|
'one' => q({0} GB), |
2823
|
|
|
|
|
|
|
'other' => q({0} GB), |
2824
|
|
|
|
|
|
|
}, |
2825
|
|
|
|
|
|
|
'gigahertz' => { |
2826
|
|
|
|
|
|
|
'name' => q(GHz), |
2827
|
|
|
|
|
|
|
'one' => q({0} GHz), |
2828
|
|
|
|
|
|
|
'other' => q({0} GHz), |
2829
|
|
|
|
|
|
|
}, |
2830
|
|
|
|
|
|
|
'gigawatt' => { |
2831
|
|
|
|
|
|
|
'name' => q(GW), |
2832
|
|
|
|
|
|
|
'one' => q({0} GW), |
2833
|
|
|
|
|
|
|
'other' => q({0} GW), |
2834
|
|
|
|
|
|
|
}, |
2835
|
|
|
|
|
|
|
'gram' => { |
2836
|
|
|
|
|
|
|
'name' => q(g), |
2837
|
|
|
|
|
|
|
'one' => q({0} g), |
2838
|
|
|
|
|
|
|
'other' => q({0} g), |
2839
|
|
|
|
|
|
|
'per' => q({0}/g), |
2840
|
|
|
|
|
|
|
}, |
2841
|
|
|
|
|
|
|
'hectare' => { |
2842
|
|
|
|
|
|
|
'name' => q(hektarid), |
2843
|
|
|
|
|
|
|
'one' => q({0} ha), |
2844
|
|
|
|
|
|
|
'other' => q({0} ha), |
2845
|
|
|
|
|
|
|
}, |
2846
|
|
|
|
|
|
|
'hectoliter' => { |
2847
|
|
|
|
|
|
|
'name' => q(hl), |
2848
|
|
|
|
|
|
|
'one' => q({0} hl), |
2849
|
|
|
|
|
|
|
'other' => q({0} hl), |
2850
|
|
|
|
|
|
|
}, |
2851
|
|
|
|
|
|
|
'hectopascal' => { |
2852
|
|
|
|
|
|
|
'name' => q(hPa), |
2853
|
|
|
|
|
|
|
'one' => q({0} hPa), |
2854
|
|
|
|
|
|
|
'other' => q({0} hPa), |
2855
|
|
|
|
|
|
|
}, |
2856
|
|
|
|
|
|
|
'hertz' => { |
2857
|
|
|
|
|
|
|
'name' => q(Hz), |
2858
|
|
|
|
|
|
|
'one' => q({0} Hz), |
2859
|
|
|
|
|
|
|
'other' => q({0} Hz), |
2860
|
|
|
|
|
|
|
}, |
2861
|
|
|
|
|
|
|
'horsepower' => { |
2862
|
|
|
|
|
|
|
'name' => q(hj), |
2863
|
|
|
|
|
|
|
'one' => q({0} hj), |
2864
|
|
|
|
|
|
|
'other' => q({0} hj), |
2865
|
|
|
|
|
|
|
}, |
2866
|
|
|
|
|
|
|
'hour' => { |
2867
|
|
|
|
|
|
|
'name' => q(t), |
2868
|
|
|
|
|
|
|
'one' => q({0} t), |
2869
|
|
|
|
|
|
|
'other' => q({0} t), |
2870
|
|
|
|
|
|
|
'per' => q({0}/t), |
2871
|
|
|
|
|
|
|
}, |
2872
|
|
|
|
|
|
|
'inch' => { |
2873
|
|
|
|
|
|
|
'name' => q(in), |
2874
|
|
|
|
|
|
|
'one' => q({0} toll), |
2875
|
|
|
|
|
|
|
'other' => q({0} tolli), |
2876
|
|
|
|
|
|
|
}, |
2877
|
|
|
|
|
|
|
'inch-hg' => { |
2878
|
|
|
|
|
|
|
'name' => q(in Hg), |
2879
|
|
|
|
|
|
|
'one' => q({0} in Hg), |
2880
|
|
|
|
|
|
|
'other' => q({0} in Hg), |
2881
|
|
|
|
|
|
|
}, |
2882
|
|
|
|
|
|
|
'joule' => { |
2883
|
|
|
|
|
|
|
'name' => q(džaulid), |
2884
|
|
|
|
|
|
|
'one' => q({0} J), |
2885
|
|
|
|
|
|
|
'other' => q({0} J), |
2886
|
|
|
|
|
|
|
}, |
2887
|
|
|
|
|
|
|
'karat' => { |
2888
|
|
|
|
|
|
|
'name' => q(karaat), |
2889
|
|
|
|
|
|
|
'one' => q({0} ct), |
2890
|
|
|
|
|
|
|
'other' => q({0} ct), |
2891
|
|
|
|
|
|
|
}, |
2892
|
|
|
|
|
|
|
'kelvin' => { |
2893
|
|
|
|
|
|
|
'name' => q(K), |
2894
|
|
|
|
|
|
|
'one' => q({0} K), |
2895
|
|
|
|
|
|
|
'other' => q({0} K), |
2896
|
|
|
|
|
|
|
}, |
2897
|
|
|
|
|
|
|
'kilobit' => { |
2898
|
|
|
|
|
|
|
'name' => q(kb), |
2899
|
|
|
|
|
|
|
'one' => q({0} kb), |
2900
|
|
|
|
|
|
|
'other' => q({0} kb), |
2901
|
|
|
|
|
|
|
}, |
2902
|
|
|
|
|
|
|
'kilobyte' => { |
2903
|
|
|
|
|
|
|
'name' => q(kB), |
2904
|
|
|
|
|
|
|
'one' => q({0} kB), |
2905
|
|
|
|
|
|
|
'other' => q({0} kB), |
2906
|
|
|
|
|
|
|
}, |
2907
|
|
|
|
|
|
|
'kilocalorie' => { |
2908
|
|
|
|
|
|
|
'name' => q(kcal), |
2909
|
|
|
|
|
|
|
'one' => q({0} kcal), |
2910
|
|
|
|
|
|
|
'other' => q({0} kcal), |
2911
|
|
|
|
|
|
|
}, |
2912
|
|
|
|
|
|
|
'kilogram' => { |
2913
|
|
|
|
|
|
|
'name' => q(kg), |
2914
|
|
|
|
|
|
|
'one' => q({0} kg), |
2915
|
|
|
|
|
|
|
'other' => q({0} kg), |
2916
|
|
|
|
|
|
|
'per' => q({0}/kg), |
2917
|
|
|
|
|
|
|
}, |
2918
|
|
|
|
|
|
|
'kilohertz' => { |
2919
|
|
|
|
|
|
|
'name' => q(kHz), |
2920
|
|
|
|
|
|
|
'one' => q({0} kHz), |
2921
|
|
|
|
|
|
|
'other' => q({0} kHz), |
2922
|
|
|
|
|
|
|
}, |
2923
|
|
|
|
|
|
|
'kilojoule' => { |
2924
|
|
|
|
|
|
|
'name' => q(kJ), |
2925
|
|
|
|
|
|
|
'one' => q({0} kJ), |
2926
|
|
|
|
|
|
|
'other' => q({0} kJ), |
2927
|
|
|
|
|
|
|
}, |
2928
|
|
|
|
|
|
|
'kilometer' => { |
2929
|
|
|
|
|
|
|
'name' => q(km), |
2930
|
|
|
|
|
|
|
'one' => q({0} km), |
2931
|
|
|
|
|
|
|
'other' => q({0} km), |
2932
|
|
|
|
|
|
|
'per' => q({0}/km), |
2933
|
|
|
|
|
|
|
}, |
2934
|
|
|
|
|
|
|
'kilometer-per-hour' => { |
2935
|
|
|
|
|
|
|
'name' => q(km/h), |
2936
|
|
|
|
|
|
|
'one' => q({0} km/h), |
2937
|
|
|
|
|
|
|
'other' => q({0} km/h), |
2938
|
|
|
|
|
|
|
}, |
2939
|
|
|
|
|
|
|
'kilowatt' => { |
2940
|
|
|
|
|
|
|
'name' => q(kW), |
2941
|
|
|
|
|
|
|
'one' => q({0} kW), |
2942
|
|
|
|
|
|
|
'other' => q({0} kW), |
2943
|
|
|
|
|
|
|
}, |
2944
|
|
|
|
|
|
|
'kilowatt-hour' => { |
2945
|
|
|
|
|
|
|
'name' => q(kW-tund), |
2946
|
|
|
|
|
|
|
'one' => q({0} kWh), |
2947
|
|
|
|
|
|
|
'other' => q({0} kWh), |
2948
|
|
|
|
|
|
|
}, |
2949
|
|
|
|
|
|
|
'light-year' => { |
2950
|
|
|
|
|
|
|
'name' => q(valgusaastad), |
2951
|
|
|
|
|
|
|
'one' => q({0} valgusa.), |
2952
|
|
|
|
|
|
|
'other' => q({0} valgusa.), |
2953
|
|
|
|
|
|
|
}, |
2954
|
|
|
|
|
|
|
'liter' => { |
2955
|
|
|
|
|
|
|
'name' => q(liitrid), |
2956
|
|
|
|
|
|
|
'one' => q({0} l), |
2957
|
|
|
|
|
|
|
'other' => q({0} l), |
2958
|
|
|
|
|
|
|
'per' => q({0}/l), |
2959
|
|
|
|
|
|
|
}, |
2960
|
|
|
|
|
|
|
'liter-per-100kilometers' => { |
2961
|
|
|
|
|
|
|
'name' => q(l/100km), |
2962
|
|
|
|
|
|
|
'one' => q({0} l/100km), |
2963
|
|
|
|
|
|
|
'other' => q({0} l/100km), |
2964
|
|
|
|
|
|
|
}, |
2965
|
|
|
|
|
|
|
'liter-per-kilometer' => { |
2966
|
|
|
|
|
|
|
'name' => q(l/km), |
2967
|
|
|
|
|
|
|
'one' => q({0} l/km), |
2968
|
|
|
|
|
|
|
'other' => q({0} l/km), |
2969
|
|
|
|
|
|
|
}, |
2970
|
|
|
|
|
|
|
'lux' => { |
2971
|
|
|
|
|
|
|
'name' => q(lx), |
2972
|
|
|
|
|
|
|
'one' => q({0} lx), |
2973
|
|
|
|
|
|
|
'other' => q({0} lx), |
2974
|
|
|
|
|
|
|
}, |
2975
|
|
|
|
|
|
|
'megabit' => { |
2976
|
|
|
|
|
|
|
'name' => q(Mb), |
2977
|
|
|
|
|
|
|
'one' => q({0} Mb), |
2978
|
|
|
|
|
|
|
'other' => q({0} Mb), |
2979
|
|
|
|
|
|
|
}, |
2980
|
|
|
|
|
|
|
'megabyte' => { |
2981
|
|
|
|
|
|
|
'name' => q(MB), |
2982
|
|
|
|
|
|
|
'one' => q({0} MB), |
2983
|
|
|
|
|
|
|
'other' => q({0} MB), |
2984
|
|
|
|
|
|
|
}, |
2985
|
|
|
|
|
|
|
'megahertz' => { |
2986
|
|
|
|
|
|
|
'name' => q(MHz), |
2987
|
|
|
|
|
|
|
'one' => q({0} MHz), |
2988
|
|
|
|
|
|
|
'other' => q({0} MHz), |
2989
|
|
|
|
|
|
|
}, |
2990
|
|
|
|
|
|
|
'megaliter' => { |
2991
|
|
|
|
|
|
|
'name' => q(Ml), |
2992
|
|
|
|
|
|
|
'one' => q({0} Ml), |
2993
|
|
|
|
|
|
|
'other' => q({0} Ml), |
2994
|
|
|
|
|
|
|
}, |
2995
|
|
|
|
|
|
|
'megawatt' => { |
2996
|
|
|
|
|
|
|
'name' => q(MW), |
2997
|
|
|
|
|
|
|
'one' => q({0} MW), |
2998
|
|
|
|
|
|
|
'other' => q({0} MW), |
2999
|
|
|
|
|
|
|
}, |
3000
|
|
|
|
|
|
|
'meter' => { |
3001
|
|
|
|
|
|
|
'name' => q(meetrid), |
3002
|
|
|
|
|
|
|
'one' => q({0} m), |
3003
|
|
|
|
|
|
|
'other' => q({0} m), |
3004
|
|
|
|
|
|
|
'per' => q({0}/m), |
3005
|
|
|
|
|
|
|
}, |
3006
|
|
|
|
|
|
|
'meter-per-second' => { |
3007
|
|
|
|
|
|
|
'name' => q(m/s), |
3008
|
|
|
|
|
|
|
'one' => q({0} m/s), |
3009
|
|
|
|
|
|
|
'other' => q({0} m/s), |
3010
|
|
|
|
|
|
|
}, |
3011
|
|
|
|
|
|
|
'meter-per-second-squared' => { |
3012
|
|
|
|
|
|
|
'name' => q(m/s²), |
3013
|
|
|
|
|
|
|
'one' => q({0} m/s²), |
3014
|
|
|
|
|
|
|
'other' => q({0} m/s²), |
3015
|
|
|
|
|
|
|
}, |
3016
|
|
|
|
|
|
|
'metric-ton' => { |
3017
|
|
|
|
|
|
|
'name' => q(t), |
3018
|
|
|
|
|
|
|
'one' => q({0} t), |
3019
|
|
|
|
|
|
|
'other' => q({0} t), |
3020
|
|
|
|
|
|
|
}, |
3021
|
|
|
|
|
|
|
'microgram' => { |
3022
|
|
|
|
|
|
|
'name' => q(µg), |
3023
|
|
|
|
|
|
|
'one' => q({0} µg), |
3024
|
|
|
|
|
|
|
'other' => q({0} µg), |
3025
|
|
|
|
|
|
|
}, |
3026
|
|
|
|
|
|
|
'micrometer' => { |
3027
|
|
|
|
|
|
|
'name' => q(µm), |
3028
|
|
|
|
|
|
|
'one' => q({0} µm), |
3029
|
|
|
|
|
|
|
'other' => q({0} µm), |
3030
|
|
|
|
|
|
|
}, |
3031
|
|
|
|
|
|
|
'microsecond' => { |
3032
|
|
|
|
|
|
|
'name' => q(μs), |
3033
|
|
|
|
|
|
|
'one' => q({0} μs), |
3034
|
|
|
|
|
|
|
'other' => q({0} μs), |
3035
|
|
|
|
|
|
|
}, |
3036
|
|
|
|
|
|
|
'mile' => { |
3037
|
|
|
|
|
|
|
'name' => q(mi), |
3038
|
|
|
|
|
|
|
'one' => q({0} miil), |
3039
|
|
|
|
|
|
|
'other' => q({0} miili), |
3040
|
|
|
|
|
|
|
}, |
3041
|
|
|
|
|
|
|
'mile-per-gallon' => { |
3042
|
|
|
|
|
|
|
'name' => q(miil/gallon), |
3043
|
|
|
|
|
|
|
'one' => q({0} mpg), |
3044
|
|
|
|
|
|
|
'other' => q({0} mpg), |
3045
|
|
|
|
|
|
|
}, |
3046
|
|
|
|
|
|
|
'mile-per-hour' => { |
3047
|
|
|
|
|
|
|
'name' => q(mi/h), |
3048
|
|
|
|
|
|
|
'one' => q({0} mi/h), |
3049
|
|
|
|
|
|
|
'other' => q({0} mi/h), |
3050
|
|
|
|
|
|
|
}, |
3051
|
|
|
|
|
|
|
'milliampere' => { |
3052
|
|
|
|
|
|
|
'name' => q(milliamprid), |
3053
|
|
|
|
|
|
|
'one' => q({0} mA), |
3054
|
|
|
|
|
|
|
'other' => q({0} mA), |
3055
|
|
|
|
|
|
|
}, |
3056
|
|
|
|
|
|
|
'millibar' => { |
3057
|
|
|
|
|
|
|
'name' => q(mbar), |
3058
|
|
|
|
|
|
|
'one' => q({0} mbar), |
3059
|
|
|
|
|
|
|
'other' => q({0} mbar), |
3060
|
|
|
|
|
|
|
}, |
3061
|
|
|
|
|
|
|
'milligram' => { |
3062
|
|
|
|
|
|
|
'name' => q(mg), |
3063
|
|
|
|
|
|
|
'one' => q({0} mg), |
3064
|
|
|
|
|
|
|
'other' => q({0} mg), |
3065
|
|
|
|
|
|
|
}, |
3066
|
|
|
|
|
|
|
'milliliter' => { |
3067
|
|
|
|
|
|
|
'name' => q(ml), |
3068
|
|
|
|
|
|
|
'one' => q({0} ml), |
3069
|
|
|
|
|
|
|
'other' => q({0} ml), |
3070
|
|
|
|
|
|
|
}, |
3071
|
|
|
|
|
|
|
'millimeter' => { |
3072
|
|
|
|
|
|
|
'name' => q(mm), |
3073
|
|
|
|
|
|
|
'one' => q({0} mm), |
3074
|
|
|
|
|
|
|
'other' => q({0} mm), |
3075
|
|
|
|
|
|
|
}, |
3076
|
|
|
|
|
|
|
'millimeter-of-mercury' => { |
3077
|
|
|
|
|
|
|
'name' => q(mm Hg), |
3078
|
|
|
|
|
|
|
'one' => q({0} mm Hg), |
3079
|
|
|
|
|
|
|
'other' => q({0} mm Hg), |
3080
|
|
|
|
|
|
|
}, |
3081
|
|
|
|
|
|
|
'millisecond' => { |
3082
|
|
|
|
|
|
|
'name' => q(ms), |
3083
|
|
|
|
|
|
|
'one' => q({0} ms), |
3084
|
|
|
|
|
|
|
'other' => q({0} ms), |
3085
|
|
|
|
|
|
|
}, |
3086
|
|
|
|
|
|
|
'milliwatt' => { |
3087
|
|
|
|
|
|
|
'name' => q(mW), |
3088
|
|
|
|
|
|
|
'one' => q({0} mW), |
3089
|
|
|
|
|
|
|
'other' => q({0} mW), |
3090
|
|
|
|
|
|
|
}, |
3091
|
|
|
|
|
|
|
'minute' => { |
3092
|
|
|
|
|
|
|
'name' => q(min), |
3093
|
|
|
|
|
|
|
'one' => q({0} min), |
3094
|
|
|
|
|
|
|
'other' => q({0} min), |
3095
|
|
|
|
|
|
|
'per' => q({0}/min), |
3096
|
|
|
|
|
|
|
}, |
3097
|
|
|
|
|
|
|
'month' => { |
3098
|
|
|
|
|
|
|
'name' => q(kuud), |
3099
|
|
|
|
|
|
|
'one' => q({0} kuu), |
3100
|
|
|
|
|
|
|
'other' => q({0} kuud), |
3101
|
|
|
|
|
|
|
'per' => q({0}/k), |
3102
|
|
|
|
|
|
|
}, |
3103
|
|
|
|
|
|
|
'nanometer' => { |
3104
|
|
|
|
|
|
|
'name' => q(nm), |
3105
|
|
|
|
|
|
|
'one' => q({0} nm), |
3106
|
|
|
|
|
|
|
'other' => q({0} nm), |
3107
|
|
|
|
|
|
|
}, |
3108
|
|
|
|
|
|
|
'nanosecond' => { |
3109
|
|
|
|
|
|
|
'name' => q(ns), |
3110
|
|
|
|
|
|
|
'one' => q({0} ns), |
3111
|
|
|
|
|
|
|
'other' => q({0} ns), |
3112
|
|
|
|
|
|
|
}, |
3113
|
|
|
|
|
|
|
'nautical-mile' => { |
3114
|
|
|
|
|
|
|
'name' => q(nmi), |
3115
|
|
|
|
|
|
|
'one' => q({0} nmi), |
3116
|
|
|
|
|
|
|
'other' => q({0} nmi), |
3117
|
|
|
|
|
|
|
}, |
3118
|
|
|
|
|
|
|
'ohm' => { |
3119
|
|
|
|
|
|
|
'name' => q(oomid), |
3120
|
|
|
|
|
|
|
'one' => q({0} Ω), |
3121
|
|
|
|
|
|
|
'other' => q({0} Ω), |
3122
|
|
|
|
|
|
|
}, |
3123
|
|
|
|
|
|
|
'ounce' => { |
3124
|
|
|
|
|
|
|
'name' => q(oz), |
3125
|
|
|
|
|
|
|
'one' => q({0} oz), |
3126
|
|
|
|
|
|
|
'other' => q({0} oz), |
3127
|
|
|
|
|
|
|
'per' => q({0}/oz), |
3128
|
|
|
|
|
|
|
}, |
3129
|
|
|
|
|
|
|
'ounce-troy' => { |
3130
|
|
|
|
|
|
|
'name' => q(oz t), |
3131
|
|
|
|
|
|
|
'one' => q({0} oz t), |
3132
|
|
|
|
|
|
|
'other' => q({0} oz t), |
3133
|
|
|
|
|
|
|
}, |
3134
|
|
|
|
|
|
|
'parsec' => { |
3135
|
|
|
|
|
|
|
'name' => q(parsekid), |
3136
|
|
|
|
|
|
|
'one' => q({0} pc), |
3137
|
|
|
|
|
|
|
'other' => q({0} pc), |
3138
|
|
|
|
|
|
|
}, |
3139
|
|
|
|
|
|
|
'per' => { |
3140
|
|
|
|
|
|
|
'1' => q({0}/{1}), |
3141
|
|
|
|
|
|
|
}, |
3142
|
|
|
|
|
|
|
'picometer' => { |
3143
|
|
|
|
|
|
|
'name' => q(pm), |
3144
|
|
|
|
|
|
|
'one' => q({0} pm), |
3145
|
|
|
|
|
|
|
'other' => q({0} pm), |
3146
|
|
|
|
|
|
|
}, |
3147
|
|
|
|
|
|
|
'pint' => { |
3148
|
|
|
|
|
|
|
'name' => q(pindid), |
3149
|
|
|
|
|
|
|
'one' => q({0} pt), |
3150
|
|
|
|
|
|
|
'other' => q({0} pt), |
3151
|
|
|
|
|
|
|
}, |
3152
|
|
|
|
|
|
|
'pound' => { |
3153
|
|
|
|
|
|
|
'name' => q(lb), |
3154
|
|
|
|
|
|
|
'one' => q({0} lb), |
3155
|
|
|
|
|
|
|
'other' => q({0} lb), |
3156
|
|
|
|
|
|
|
'per' => q({0}/lb), |
3157
|
|
|
|
|
|
|
}, |
3158
|
|
|
|
|
|
|
'pound-per-square-inch' => { |
3159
|
|
|
|
|
|
|
'name' => q(psi), |
3160
|
|
|
|
|
|
|
'one' => q({0} psi), |
3161
|
|
|
|
|
|
|
'other' => q({0} psi), |
3162
|
|
|
|
|
|
|
}, |
3163
|
|
|
|
|
|
|
'quart' => { |
3164
|
|
|
|
|
|
|
'name' => q(kvart), |
3165
|
|
|
|
|
|
|
'one' => q({0} qt), |
3166
|
|
|
|
|
|
|
'other' => q({0} qt), |
3167
|
|
|
|
|
|
|
}, |
3168
|
|
|
|
|
|
|
'radian' => { |
3169
|
|
|
|
|
|
|
'name' => q(radiaanid), |
3170
|
|
|
|
|
|
|
'one' => q({0} rad), |
3171
|
|
|
|
|
|
|
'other' => q({0} rad), |
3172
|
|
|
|
|
|
|
}, |
3173
|
|
|
|
|
|
|
'second' => { |
3174
|
|
|
|
|
|
|
'name' => q(sek), |
3175
|
|
|
|
|
|
|
'one' => q({0} sek), |
3176
|
|
|
|
|
|
|
'other' => q({0} sek), |
3177
|
|
|
|
|
|
|
'per' => q({0}/sek), |
3178
|
|
|
|
|
|
|
}, |
3179
|
|
|
|
|
|
|
'square-centimeter' => { |
3180
|
|
|
|
|
|
|
'name' => q(cm²), |
3181
|
|
|
|
|
|
|
'one' => q({0} cm²), |
3182
|
|
|
|
|
|
|
'other' => q({0} cm²), |
3183
|
|
|
|
|
|
|
'per' => q({0}/cm²), |
3184
|
|
|
|
|
|
|
}, |
3185
|
|
|
|
|
|
|
'square-foot' => { |
3186
|
|
|
|
|
|
|
'name' => q(ruutjalad), |
3187
|
|
|
|
|
|
|
'one' => q({0} ft²), |
3188
|
|
|
|
|
|
|
'other' => q({0} ft²), |
3189
|
|
|
|
|
|
|
}, |
3190
|
|
|
|
|
|
|
'square-inch' => { |
3191
|
|
|
|
|
|
|
'name' => q(ruuttollid), |
3192
|
|
|
|
|
|
|
'one' => q({0} in²), |
3193
|
|
|
|
|
|
|
'other' => q({0} in²), |
3194
|
|
|
|
|
|
|
'per' => q({0}/in²), |
3195
|
|
|
|
|
|
|
}, |
3196
|
|
|
|
|
|
|
'square-kilometer' => { |
3197
|
|
|
|
|
|
|
'name' => q(km²), |
3198
|
|
|
|
|
|
|
'one' => q({0} km²), |
3199
|
|
|
|
|
|
|
'other' => q({0} km²), |
3200
|
|
|
|
|
|
|
}, |
3201
|
|
|
|
|
|
|
'square-meter' => { |
3202
|
|
|
|
|
|
|
'name' => q(m²), |
3203
|
|
|
|
|
|
|
'one' => q({0} m²), |
3204
|
|
|
|
|
|
|
'other' => q({0} m²), |
3205
|
|
|
|
|
|
|
'per' => q({0}/m²), |
3206
|
|
|
|
|
|
|
}, |
3207
|
|
|
|
|
|
|
'square-mile' => { |
3208
|
|
|
|
|
|
|
'name' => q(mi²), |
3209
|
|
|
|
|
|
|
'one' => q({0} mi²), |
3210
|
|
|
|
|
|
|
'other' => q({0} mi²), |
3211
|
|
|
|
|
|
|
}, |
3212
|
|
|
|
|
|
|
'square-yard' => { |
3213
|
|
|
|
|
|
|
'name' => q(ruutjardid), |
3214
|
|
|
|
|
|
|
'one' => q({0} yd²), |
3215
|
|
|
|
|
|
|
'other' => q({0} yd²), |
3216
|
|
|
|
|
|
|
}, |
3217
|
|
|
|
|
|
|
'stone' => { |
3218
|
|
|
|
|
|
|
'name' => q(kivid), |
3219
|
|
|
|
|
|
|
}, |
3220
|
|
|
|
|
|
|
'tablespoon' => { |
3221
|
|
|
|
|
|
|
'name' => q(spl), |
3222
|
|
|
|
|
|
|
'one' => q({0} spl), |
3223
|
|
|
|
|
|
|
'other' => q({0} spl), |
3224
|
|
|
|
|
|
|
}, |
3225
|
|
|
|
|
|
|
'teaspoon' => { |
3226
|
|
|
|
|
|
|
'name' => q(tl), |
3227
|
|
|
|
|
|
|
'one' => q({0} tl), |
3228
|
|
|
|
|
|
|
'other' => q({0} tl), |
3229
|
|
|
|
|
|
|
}, |
3230
|
|
|
|
|
|
|
'terabit' => { |
3231
|
|
|
|
|
|
|
'name' => q(Tb), |
3232
|
|
|
|
|
|
|
'one' => q({0} Tb), |
3233
|
|
|
|
|
|
|
'other' => q({0} Tb), |
3234
|
|
|
|
|
|
|
}, |
3235
|
|
|
|
|
|
|
'terabyte' => { |
3236
|
|
|
|
|
|
|
'name' => q(TB), |
3237
|
|
|
|
|
|
|
'one' => q({0} TB), |
3238
|
|
|
|
|
|
|
'other' => q({0} TB), |
3239
|
|
|
|
|
|
|
}, |
3240
|
|
|
|
|
|
|
'ton' => { |
3241
|
|
|
|
|
|
|
'name' => q(lüh t), |
3242
|
|
|
|
|
|
|
'one' => q({0} lüh t), |
3243
|
|
|
|
|
|
|
'other' => q({0} lüh t), |
3244
|
|
|
|
|
|
|
}, |
3245
|
|
|
|
|
|
|
'volt' => { |
3246
|
|
|
|
|
|
|
'name' => q(voldid), |
3247
|
|
|
|
|
|
|
'one' => q({0} V), |
3248
|
|
|
|
|
|
|
'other' => q({0} V), |
3249
|
|
|
|
|
|
|
}, |
3250
|
|
|
|
|
|
|
'watt' => { |
3251
|
|
|
|
|
|
|
'name' => q(vatid), |
3252
|
|
|
|
|
|
|
'one' => q({0} W), |
3253
|
|
|
|
|
|
|
'other' => q({0} W), |
3254
|
|
|
|
|
|
|
}, |
3255
|
|
|
|
|
|
|
'week' => { |
3256
|
|
|
|
|
|
|
'name' => q(näd), |
3257
|
|
|
|
|
|
|
'one' => q({0} näd), |
3258
|
|
|
|
|
|
|
'other' => q({0} näd), |
3259
|
|
|
|
|
|
|
'per' => q({0}/näd), |
3260
|
|
|
|
|
|
|
}, |
3261
|
|
|
|
|
|
|
'yard' => { |
3262
|
|
|
|
|
|
|
'name' => q(jardid), |
3263
|
|
|
|
|
|
|
'one' => q({0} jard), |
3264
|
|
|
|
|
|
|
'other' => q({0} jardi), |
3265
|
|
|
|
|
|
|
}, |
3266
|
|
|
|
|
|
|
'year' => { |
3267
|
|
|
|
|
|
|
'name' => q(aastad), |
3268
|
|
|
|
|
|
|
'one' => q({0} a), |
3269
|
|
|
|
|
|
|
'other' => q({0} a), |
3270
|
|
|
|
|
|
|
'per' => q({0}/a), |
3271
|
|
|
|
|
|
|
}, |
3272
|
|
|
|
|
|
|
}, |
3273
|
|
|
|
|
|
|
} } |
3274
|
|
|
|
|
|
|
); |
3275
|
|
|
|
|
|
|
|
3276
|
|
|
|
|
|
|
has 'yesstr' => ( |
3277
|
|
|
|
|
|
|
is => 'ro', |
3278
|
|
|
|
|
|
|
isa => RegexpRef, |
3279
|
|
|
|
|
|
|
init_arg => undef, |
3280
|
|
|
|
|
|
|
default => sub { qr'^(?i:jah|j|yes|y)$' } |
3281
|
|
|
|
|
|
|
); |
3282
|
|
|
|
|
|
|
|
3283
|
|
|
|
|
|
|
has 'nostr' => ( |
3284
|
|
|
|
|
|
|
is => 'ro', |
3285
|
|
|
|
|
|
|
isa => RegexpRef, |
3286
|
|
|
|
|
|
|
init_arg => undef, |
3287
|
|
|
|
|
|
|
default => sub { qr'^(?i:ei|e|no|n)$' } |
3288
|
|
|
|
|
|
|
); |
3289
|
|
|
|
|
|
|
|
3290
|
|
|
|
|
|
|
has 'listPatterns' => ( |
3291
|
|
|
|
|
|
|
is => 'ro', |
3292
|
|
|
|
|
|
|
isa => HashRef, |
3293
|
|
|
|
|
|
|
init_arg => undef, |
3294
|
|
|
|
|
|
|
default => sub { { |
3295
|
|
|
|
|
|
|
start => q({0}, {1}), |
3296
|
|
|
|
|
|
|
middle => q({0}, {1}), |
3297
|
|
|
|
|
|
|
end => q({0}, {1}), |
3298
|
|
|
|
|
|
|
2 => q({0}, {1}), |
3299
|
|
|
|
|
|
|
} } |
3300
|
|
|
|
|
|
|
); |
3301
|
|
|
|
|
|
|
|
3302
|
|
|
|
|
|
|
has 'default_numbering_system' => ( |
3303
|
|
|
|
|
|
|
is => 'ro', |
3304
|
|
|
|
|
|
|
isa => Str, |
3305
|
|
|
|
|
|
|
init_arg => undef, |
3306
|
|
|
|
|
|
|
default => 'latn', |
3307
|
|
|
|
|
|
|
); |
3308
|
|
|
|
|
|
|
|
3309
|
|
|
|
|
|
|
has native_numbering_system => ( |
3310
|
|
|
|
|
|
|
is => 'ro', |
3311
|
|
|
|
|
|
|
isa => Str, |
3312
|
|
|
|
|
|
|
init_arg => undef, |
3313
|
|
|
|
|
|
|
default => 'latn', |
3314
|
|
|
|
|
|
|
); |
3315
|
|
|
|
|
|
|
|
3316
|
|
|
|
|
|
|
has 'minimum_grouping_digits' => ( |
3317
|
|
|
|
|
|
|
is =>'ro', |
3318
|
|
|
|
|
|
|
isa => Int, |
3319
|
|
|
|
|
|
|
init_arg => undef, |
3320
|
|
|
|
|
|
|
default => 2, |
3321
|
|
|
|
|
|
|
); |
3322
|
|
|
|
|
|
|
|
3323
|
|
|
|
|
|
|
has 'number_symbols' => ( |
3324
|
|
|
|
|
|
|
is => 'ro', |
3325
|
|
|
|
|
|
|
isa => HashRef, |
3326
|
|
|
|
|
|
|
init_arg => undef, |
3327
|
|
|
|
|
|
|
default => sub { { |
3328
|
|
|
|
|
|
|
'latn' => { |
3329
|
|
|
|
|
|
|
'decimal' => q(,), |
3330
|
|
|
|
|
|
|
'exponential' => q(Ã10^), |
3331
|
|
|
|
|
|
|
'group' => q(Â ), |
3332
|
|
|
|
|
|
|
'infinity' => q(â), |
3333
|
|
|
|
|
|
|
'list' => q(;), |
3334
|
|
|
|
|
|
|
'minusSign' => q(â), |
3335
|
|
|
|
|
|
|
'nan' => q(NaN), |
3336
|
|
|
|
|
|
|
'perMille' => q(â°), |
3337
|
|
|
|
|
|
|
'percentSign' => q(%), |
3338
|
|
|
|
|
|
|
'plusSign' => q(+), |
3339
|
|
|
|
|
|
|
'superscriptingExponent' => q(Ã), |
3340
|
|
|
|
|
|
|
'timeSeparator' => q(:), |
3341
|
|
|
|
|
|
|
}, |
3342
|
|
|
|
|
|
|
} } |
3343
|
|
|
|
|
|
|
); |
3344
|
|
|
|
|
|
|
|
3345
|
|
|
|
|
|
|
has 'number_formats' => ( |
3346
|
|
|
|
|
|
|
is => 'ro', |
3347
|
|
|
|
|
|
|
isa => HashRef, |
3348
|
|
|
|
|
|
|
init_arg => undef, |
3349
|
|
|
|
|
|
|
default => sub { { |
3350
|
|
|
|
|
|
|
decimalFormat => { |
3351
|
|
|
|
|
|
|
'default' => { |
3352
|
|
|
|
|
|
|
'1000' => { |
3353
|
|
|
|
|
|
|
'one' => '0Â tuh', |
3354
|
|
|
|
|
|
|
'other' => '0Â tuh', |
3355
|
|
|
|
|
|
|
}, |
3356
|
|
|
|
|
|
|
'10000' => { |
3357
|
|
|
|
|
|
|
'one' => '00Â tuh', |
3358
|
|
|
|
|
|
|
'other' => '00Â tuh', |
3359
|
|
|
|
|
|
|
}, |
3360
|
|
|
|
|
|
|
'100000' => { |
3361
|
|
|
|
|
|
|
'one' => '000Â tuh', |
3362
|
|
|
|
|
|
|
'other' => '000Â tuh', |
3363
|
|
|
|
|
|
|
}, |
3364
|
|
|
|
|
|
|
'1000000' => { |
3365
|
|
|
|
|
|
|
'one' => '0Â mln', |
3366
|
|
|
|
|
|
|
'other' => '0Â mln', |
3367
|
|
|
|
|
|
|
}, |
3368
|
|
|
|
|
|
|
'10000000' => { |
3369
|
|
|
|
|
|
|
'one' => '00Â mln', |
3370
|
|
|
|
|
|
|
'other' => '00Â mln', |
3371
|
|
|
|
|
|
|
}, |
3372
|
|
|
|
|
|
|
'100000000' => { |
3373
|
|
|
|
|
|
|
'one' => '000Â mln', |
3374
|
|
|
|
|
|
|
'other' => '000Â mln', |
3375
|
|
|
|
|
|
|
}, |
3376
|
|
|
|
|
|
|
'1000000000' => { |
3377
|
|
|
|
|
|
|
'one' => '0Â mld', |
3378
|
|
|
|
|
|
|
'other' => '0Â mld', |
3379
|
|
|
|
|
|
|
}, |
3380
|
|
|
|
|
|
|
'10000000000' => { |
3381
|
|
|
|
|
|
|
'one' => '00Â mld', |
3382
|
|
|
|
|
|
|
'other' => '00Â mld', |
3383
|
|
|
|
|
|
|
}, |
3384
|
|
|
|
|
|
|
'100000000000' => { |
3385
|
|
|
|
|
|
|
'one' => '000Â mld', |
3386
|
|
|
|
|
|
|
'other' => '000Â mld', |
3387
|
|
|
|
|
|
|
}, |
3388
|
|
|
|
|
|
|
'1000000000000' => { |
3389
|
|
|
|
|
|
|
'one' => '0Â trl', |
3390
|
|
|
|
|
|
|
'other' => '0Â trl', |
3391
|
|
|
|
|
|
|
}, |
3392
|
|
|
|
|
|
|
'10000000000000' => { |
3393
|
|
|
|
|
|
|
'one' => '00Â trl', |
3394
|
|
|
|
|
|
|
'other' => '00Â trl', |
3395
|
|
|
|
|
|
|
}, |
3396
|
|
|
|
|
|
|
'100000000000000' => { |
3397
|
|
|
|
|
|
|
'one' => '000Â trl', |
3398
|
|
|
|
|
|
|
'other' => '000Â trl', |
3399
|
|
|
|
|
|
|
}, |
3400
|
|
|
|
|
|
|
'standard' => { |
3401
|
|
|
|
|
|
|
'' => '#,##0.###', |
3402
|
|
|
|
|
|
|
}, |
3403
|
|
|
|
|
|
|
}, |
3404
|
|
|
|
|
|
|
'long' => { |
3405
|
|
|
|
|
|
|
'1000' => { |
3406
|
|
|
|
|
|
|
'one' => '0 tuhat', |
3407
|
|
|
|
|
|
|
'other' => '0 tuhat', |
3408
|
|
|
|
|
|
|
}, |
3409
|
|
|
|
|
|
|
'10000' => { |
3410
|
|
|
|
|
|
|
'one' => '00 tuhat', |
3411
|
|
|
|
|
|
|
'other' => '00 tuhat', |
3412
|
|
|
|
|
|
|
}, |
3413
|
|
|
|
|
|
|
'100000' => { |
3414
|
|
|
|
|
|
|
'one' => '000 tuhat', |
3415
|
|
|
|
|
|
|
'other' => '000 tuhat', |
3416
|
|
|
|
|
|
|
}, |
3417
|
|
|
|
|
|
|
'1000000' => { |
3418
|
|
|
|
|
|
|
'one' => '0 miljon', |
3419
|
|
|
|
|
|
|
'other' => '0 miljonit', |
3420
|
|
|
|
|
|
|
}, |
3421
|
|
|
|
|
|
|
'10000000' => { |
3422
|
|
|
|
|
|
|
'one' => '00 miljon', |
3423
|
|
|
|
|
|
|
'other' => '00 miljonit', |
3424
|
|
|
|
|
|
|
}, |
3425
|
|
|
|
|
|
|
'100000000' => { |
3426
|
|
|
|
|
|
|
'one' => '000 miljon', |
3427
|
|
|
|
|
|
|
'other' => '000 miljonit', |
3428
|
|
|
|
|
|
|
}, |
3429
|
|
|
|
|
|
|
'1000000000' => { |
3430
|
|
|
|
|
|
|
'one' => '0 miljard', |
3431
|
|
|
|
|
|
|
'other' => '0 miljardit', |
3432
|
|
|
|
|
|
|
}, |
3433
|
|
|
|
|
|
|
'10000000000' => { |
3434
|
|
|
|
|
|
|
'one' => '00 miljard', |
3435
|
|
|
|
|
|
|
'other' => '00 miljardit', |
3436
|
|
|
|
|
|
|
}, |
3437
|
|
|
|
|
|
|
'100000000000' => { |
3438
|
|
|
|
|
|
|
'one' => '000 miljard', |
3439
|
|
|
|
|
|
|
'other' => '000 miljardit', |
3440
|
|
|
|
|
|
|
}, |
3441
|
|
|
|
|
|
|
'1000000000000' => { |
3442
|
|
|
|
|
|
|
'one' => '0 triljon', |
3443
|
|
|
|
|
|
|
'other' => '0 triljonit', |
3444
|
|
|
|
|
|
|
}, |
3445
|
|
|
|
|
|
|
'10000000000000' => { |
3446
|
|
|
|
|
|
|
'one' => '00 triljon', |
3447
|
|
|
|
|
|
|
'other' => '00 triljonit', |
3448
|
|
|
|
|
|
|
}, |
3449
|
|
|
|
|
|
|
'100000000000000' => { |
3450
|
|
|
|
|
|
|
'one' => '000 triljon', |
3451
|
|
|
|
|
|
|
'other' => '000 triljonit', |
3452
|
|
|
|
|
|
|
}, |
3453
|
|
|
|
|
|
|
}, |
3454
|
|
|
|
|
|
|
'short' => { |
3455
|
|
|
|
|
|
|
'1000' => { |
3456
|
|
|
|
|
|
|
'one' => '0Â tuh', |
3457
|
|
|
|
|
|
|
'other' => '0Â tuh', |
3458
|
|
|
|
|
|
|
}, |
3459
|
|
|
|
|
|
|
'10000' => { |
3460
|
|
|
|
|
|
|
'one' => '00Â tuh', |
3461
|
|
|
|
|
|
|
'other' => '00Â tuh', |
3462
|
|
|
|
|
|
|
}, |
3463
|
|
|
|
|
|
|
'100000' => { |
3464
|
|
|
|
|
|
|
'one' => '000Â tuh', |
3465
|
|
|
|
|
|
|
'other' => '000Â tuh', |
3466
|
|
|
|
|
|
|
}, |
3467
|
|
|
|
|
|
|
'1000000' => { |
3468
|
|
|
|
|
|
|
'one' => '0Â mln', |
3469
|
|
|
|
|
|
|
'other' => '0Â mln', |
3470
|
|
|
|
|
|
|
}, |
3471
|
|
|
|
|
|
|
'10000000' => { |
3472
|
|
|
|
|
|
|
'one' => '00Â mln', |
3473
|
|
|
|
|
|
|
'other' => '00Â mln', |
3474
|
|
|
|
|
|
|
}, |
3475
|
|
|
|
|
|
|
'100000000' => { |
3476
|
|
|
|
|
|
|
'one' => '000Â mln', |
3477
|
|
|
|
|
|
|
'other' => '000Â mln', |
3478
|
|
|
|
|
|
|
}, |
3479
|
|
|
|
|
|
|
'1000000000' => { |
3480
|
|
|
|
|
|
|
'one' => '0Â mld', |
3481
|
|
|
|
|
|
|
'other' => '0Â mld', |
3482
|
|
|
|
|
|
|
}, |
3483
|
|
|
|
|
|
|
'10000000000' => { |
3484
|
|
|
|
|
|
|
'one' => '00Â mld', |
3485
|
|
|
|
|
|
|
'other' => '00Â mld', |
3486
|
|
|
|
|
|
|
}, |
3487
|
|
|
|
|
|
|
'100000000000' => { |
3488
|
|
|
|
|
|
|
'one' => '000Â mld', |
3489
|
|
|
|
|
|
|
'other' => '000Â mld', |
3490
|
|
|
|
|
|
|
}, |
3491
|
|
|
|
|
|
|
'1000000000000' => { |
3492
|
|
|
|
|
|
|
'one' => '0Â trl', |
3493
|
|
|
|
|
|
|
'other' => '0Â trl', |
3494
|
|
|
|
|
|
|
}, |
3495
|
|
|
|
|
|
|
'10000000000000' => { |
3496
|
|
|
|
|
|
|
'one' => '00Â trl', |
3497
|
|
|
|
|
|
|
'other' => '00Â trl', |
3498
|
|
|
|
|
|
|
}, |
3499
|
|
|
|
|
|
|
'100000000000000' => { |
3500
|
|
|
|
|
|
|
'one' => '000Â trl', |
3501
|
|
|
|
|
|
|
'other' => '000Â trl', |
3502
|
|
|
|
|
|
|
}, |
3503
|
|
|
|
|
|
|
}, |
3504
|
|
|
|
|
|
|
}, |
3505
|
|
|
|
|
|
|
percentFormat => { |
3506
|
|
|
|
|
|
|
'default' => { |
3507
|
|
|
|
|
|
|
'standard' => { |
3508
|
|
|
|
|
|
|
'' => '#,##0%', |
3509
|
|
|
|
|
|
|
}, |
3510
|
|
|
|
|
|
|
}, |
3511
|
|
|
|
|
|
|
}, |
3512
|
|
|
|
|
|
|
scientificFormat => { |
3513
|
|
|
|
|
|
|
'default' => { |
3514
|
|
|
|
|
|
|
'standard' => { |
3515
|
|
|
|
|
|
|
'' => '#E0', |
3516
|
|
|
|
|
|
|
}, |
3517
|
|
|
|
|
|
|
}, |
3518
|
|
|
|
|
|
|
}, |
3519
|
|
|
|
|
|
|
} }, |
3520
|
|
|
|
|
|
|
); |
3521
|
|
|
|
|
|
|
|
3522
|
|
|
|
|
|
|
has 'number_currency_formats' => ( |
3523
|
|
|
|
|
|
|
is => 'ro', |
3524
|
|
|
|
|
|
|
isa => HashRef, |
3525
|
|
|
|
|
|
|
init_arg => undef, |
3526
|
|
|
|
|
|
|
default => sub { { |
3527
|
|
|
|
|
|
|
'latn' => { |
3528
|
|
|
|
|
|
|
'pattern' => { |
3529
|
|
|
|
|
|
|
'default' => { |
3530
|
|
|
|
|
|
|
'accounting' => { |
3531
|
|
|
|
|
|
|
'negative' => '(#,##0.00 ¤)', |
3532
|
|
|
|
|
|
|
'positive' => '#,##0.00 ¤', |
3533
|
|
|
|
|
|
|
}, |
3534
|
|
|
|
|
|
|
'standard' => { |
3535
|
|
|
|
|
|
|
'positive' => '#,##0.00 ¤', |
3536
|
|
|
|
|
|
|
}, |
3537
|
|
|
|
|
|
|
}, |
3538
|
|
|
|
|
|
|
}, |
3539
|
|
|
|
|
|
|
}, |
3540
|
|
|
|
|
|
|
} }, |
3541
|
|
|
|
|
|
|
); |
3542
|
|
|
|
|
|
|
|
3543
|
|
|
|
|
|
|
has 'currencies' => ( |
3544
|
|
|
|
|
|
|
is => 'ro', |
3545
|
|
|
|
|
|
|
isa => HashRef, |
3546
|
|
|
|
|
|
|
init_arg => undef, |
3547
|
|
|
|
|
|
|
default => sub { { |
3548
|
|
|
|
|
|
|
'ADP' => { |
3549
|
|
|
|
|
|
|
display_name => { |
3550
|
|
|
|
|
|
|
'currency' => q(Andorra peseeta), |
3551
|
|
|
|
|
|
|
'one' => q(Andorra peseeta), |
3552
|
|
|
|
|
|
|
'other' => q(Andorra peseetat), |
3553
|
|
|
|
|
|
|
}, |
3554
|
|
|
|
|
|
|
}, |
3555
|
|
|
|
|
|
|
'AED' => { |
3556
|
|
|
|
|
|
|
symbol => 'AED', |
3557
|
|
|
|
|
|
|
display_name => { |
3558
|
|
|
|
|
|
|
'currency' => q(Araabia Ãhendemiraatide dirhem), |
3559
|
|
|
|
|
|
|
'one' => q(Araabia Ãhendemiraatide dirhem), |
3560
|
|
|
|
|
|
|
'other' => q(Araabia Ãhendemiraatide dirhemit), |
3561
|
|
|
|
|
|
|
}, |
3562
|
|
|
|
|
|
|
}, |
3563
|
|
|
|
|
|
|
'AFA' => { |
3564
|
|
|
|
|
|
|
display_name => { |
3565
|
|
|
|
|
|
|
'currency' => q(Afganistani afgaani \(1927â2002\)), |
3566
|
|
|
|
|
|
|
'one' => q(Afganistani afgaani \(1927â2002\)), |
3567
|
|
|
|
|
|
|
'other' => q(Afganistani afgaanit \(1927â2002\)), |
3568
|
|
|
|
|
|
|
}, |
3569
|
|
|
|
|
|
|
}, |
3570
|
|
|
|
|
|
|
'AFN' => { |
3571
|
|
|
|
|
|
|
symbol => 'AFN', |
3572
|
|
|
|
|
|
|
display_name => { |
3573
|
|
|
|
|
|
|
'currency' => q(Afganistani afgaani), |
3574
|
|
|
|
|
|
|
'one' => q(Afganistani afgaani), |
3575
|
|
|
|
|
|
|
'other' => q(Afganistani afgaanit), |
3576
|
|
|
|
|
|
|
}, |
3577
|
|
|
|
|
|
|
}, |
3578
|
|
|
|
|
|
|
'ALK' => { |
3579
|
|
|
|
|
|
|
display_name => { |
3580
|
|
|
|
|
|
|
'currency' => q(Albaania lekk \(1946â1965\)), |
3581
|
|
|
|
|
|
|
'one' => q(Albaania lekk \(1946â1965\)), |
3582
|
|
|
|
|
|
|
'other' => q(Albaania lekki \(1946â1965\)), |
3583
|
|
|
|
|
|
|
}, |
3584
|
|
|
|
|
|
|
}, |
3585
|
|
|
|
|
|
|
'ALL' => { |
3586
|
|
|
|
|
|
|
symbol => 'ALL', |
3587
|
|
|
|
|
|
|
display_name => { |
3588
|
|
|
|
|
|
|
'currency' => q(Albaania lekk), |
3589
|
|
|
|
|
|
|
'one' => q(Albaania lekk), |
3590
|
|
|
|
|
|
|
'other' => q(Albaania lekki), |
3591
|
|
|
|
|
|
|
}, |
3592
|
|
|
|
|
|
|
}, |
3593
|
|
|
|
|
|
|
'AMD' => { |
3594
|
|
|
|
|
|
|
symbol => 'AMD', |
3595
|
|
|
|
|
|
|
display_name => { |
3596
|
|
|
|
|
|
|
'currency' => q(Armeenia dramm), |
3597
|
|
|
|
|
|
|
'one' => q(Armeenia dramm), |
3598
|
|
|
|
|
|
|
'other' => q(Armeenia drammi), |
3599
|
|
|
|
|
|
|
}, |
3600
|
|
|
|
|
|
|
}, |
3601
|
|
|
|
|
|
|
'ANG' => { |
3602
|
|
|
|
|
|
|
symbol => 'ANG', |
3603
|
|
|
|
|
|
|
display_name => { |
3604
|
|
|
|
|
|
|
'currency' => q(Hollandi Antillide kulden), |
3605
|
|
|
|
|
|
|
'one' => q(Hollandi Antillide kulden), |
3606
|
|
|
|
|
|
|
'other' => q(Hollandi Antillide kuldnat), |
3607
|
|
|
|
|
|
|
}, |
3608
|
|
|
|
|
|
|
}, |
3609
|
|
|
|
|
|
|
'AOA' => { |
3610
|
|
|
|
|
|
|
symbol => 'AOA', |
3611
|
|
|
|
|
|
|
display_name => { |
3612
|
|
|
|
|
|
|
'currency' => q(Angola kvanza), |
3613
|
|
|
|
|
|
|
'one' => q(Angola kvanza), |
3614
|
|
|
|
|
|
|
'other' => q(Angola kvanzat), |
3615
|
|
|
|
|
|
|
}, |
3616
|
|
|
|
|
|
|
}, |
3617
|
|
|
|
|
|
|
'AOK' => { |
3618
|
|
|
|
|
|
|
display_name => { |
3619
|
|
|
|
|
|
|
'currency' => q(Angola kvanza \(1977â1990\)), |
3620
|
|
|
|
|
|
|
'one' => q(Angola kvanza \(1977â1990\)), |
3621
|
|
|
|
|
|
|
'other' => q(Angola kvanzat \(1977â1990\)), |
3622
|
|
|
|
|
|
|
}, |
3623
|
|
|
|
|
|
|
}, |
3624
|
|
|
|
|
|
|
'AON' => { |
3625
|
|
|
|
|
|
|
display_name => { |
3626
|
|
|
|
|
|
|
'currency' => q(Angola kvanza \(1990â2000\)), |
3627
|
|
|
|
|
|
|
'one' => q(Angola kvanza \(1990â2000\)), |
3628
|
|
|
|
|
|
|
'other' => q(Angola kvanzat \(1990â2000\)), |
3629
|
|
|
|
|
|
|
}, |
3630
|
|
|
|
|
|
|
}, |
3631
|
|
|
|
|
|
|
'AOR' => { |
3632
|
|
|
|
|
|
|
display_name => { |
3633
|
|
|
|
|
|
|
'currency' => q(Angola reformitud kvanza, 1995â1999), |
3634
|
|
|
|
|
|
|
}, |
3635
|
|
|
|
|
|
|
}, |
3636
|
|
|
|
|
|
|
'ARA' => { |
3637
|
|
|
|
|
|
|
display_name => { |
3638
|
|
|
|
|
|
|
'currency' => q(Argentina austral), |
3639
|
|
|
|
|
|
|
}, |
3640
|
|
|
|
|
|
|
}, |
3641
|
|
|
|
|
|
|
'ARM' => { |
3642
|
|
|
|
|
|
|
display_name => { |
3643
|
|
|
|
|
|
|
'currency' => q(Argentina peeso \(1881â1970\)), |
3644
|
|
|
|
|
|
|
'one' => q(Argentina peeso \(1881â1970\)), |
3645
|
|
|
|
|
|
|
'other' => q(Argentina peesot \(1881â1970\)), |
3646
|
|
|
|
|
|
|
}, |
3647
|
|
|
|
|
|
|
}, |
3648
|
|
|
|
|
|
|
'ARP' => { |
3649
|
|
|
|
|
|
|
display_name => { |
3650
|
|
|
|
|
|
|
'currency' => q(Argentina peeso \(1983â1985\)), |
3651
|
|
|
|
|
|
|
'one' => q(Argentina peeso \(1983â1985\)), |
3652
|
|
|
|
|
|
|
'other' => q(Argentina peesot \(1983â1985\)), |
3653
|
|
|
|
|
|
|
}, |
3654
|
|
|
|
|
|
|
}, |
3655
|
|
|
|
|
|
|
'ARS' => { |
3656
|
|
|
|
|
|
|
symbol => 'ARS', |
3657
|
|
|
|
|
|
|
display_name => { |
3658
|
|
|
|
|
|
|
'currency' => q(Argentina peeso), |
3659
|
|
|
|
|
|
|
'one' => q(Argentina peeso), |
3660
|
|
|
|
|
|
|
'other' => q(Argentina peesot), |
3661
|
|
|
|
|
|
|
}, |
3662
|
|
|
|
|
|
|
}, |
3663
|
|
|
|
|
|
|
'ATS' => { |
3664
|
|
|
|
|
|
|
display_name => { |
3665
|
|
|
|
|
|
|
'currency' => q(Austria Å¡illing), |
3666
|
|
|
|
|
|
|
'one' => q(Austria Å¡illing), |
3667
|
|
|
|
|
|
|
'other' => q(Austria Å¡illingit), |
3668
|
|
|
|
|
|
|
}, |
3669
|
|
|
|
|
|
|
}, |
3670
|
|
|
|
|
|
|
'AUD' => { |
3671
|
|
|
|
|
|
|
symbol => 'AU$', |
3672
|
|
|
|
|
|
|
display_name => { |
3673
|
|
|
|
|
|
|
'currency' => q(Austraalia dollar), |
3674
|
|
|
|
|
|
|
'one' => q(Austraalia dollar), |
3675
|
|
|
|
|
|
|
'other' => q(Austraalia dollarit), |
3676
|
|
|
|
|
|
|
}, |
3677
|
|
|
|
|
|
|
}, |
3678
|
|
|
|
|
|
|
'AWG' => { |
3679
|
|
|
|
|
|
|
symbol => 'AWG', |
3680
|
|
|
|
|
|
|
display_name => { |
3681
|
|
|
|
|
|
|
'currency' => q(Aruba kulden), |
3682
|
|
|
|
|
|
|
'one' => q(Aruba kulden), |
3683
|
|
|
|
|
|
|
'other' => q(Aruba kuldnat), |
3684
|
|
|
|
|
|
|
}, |
3685
|
|
|
|
|
|
|
}, |
3686
|
|
|
|
|
|
|
'AZM' => { |
3687
|
|
|
|
|
|
|
display_name => { |
3688
|
|
|
|
|
|
|
'currency' => q(Aserbaidžaani manat \(1993â2006\)), |
3689
|
|
|
|
|
|
|
'one' => q(Aserbaidžaani manat \(1993â2006\)), |
3690
|
|
|
|
|
|
|
'other' => q(Aserbaidžaani manatit \(1993â2006\)), |
3691
|
|
|
|
|
|
|
}, |
3692
|
|
|
|
|
|
|
}, |
3693
|
|
|
|
|
|
|
'AZN' => { |
3694
|
|
|
|
|
|
|
symbol => 'AZN', |
3695
|
|
|
|
|
|
|
display_name => { |
3696
|
|
|
|
|
|
|
'currency' => q(Aserbaidžaani manat), |
3697
|
|
|
|
|
|
|
'one' => q(Aserbaidžaani manat), |
3698
|
|
|
|
|
|
|
'other' => q(Aserbaidžaani manatit), |
3699
|
|
|
|
|
|
|
}, |
3700
|
|
|
|
|
|
|
}, |
3701
|
|
|
|
|
|
|
'BAD' => { |
3702
|
|
|
|
|
|
|
display_name => { |
3703
|
|
|
|
|
|
|
'currency' => q(Bosnia ja Hertsegoviina dinaar \(1992â1994\)), |
3704
|
|
|
|
|
|
|
'one' => q(Bosnia ja Hertsegoviina dinaar \(1992â1994\)), |
3705
|
|
|
|
|
|
|
'other' => q(Bosnia ja Hertsegoviina dinaari \(1992â1994\)), |
3706
|
|
|
|
|
|
|
}, |
3707
|
|
|
|
|
|
|
}, |
3708
|
|
|
|
|
|
|
'BAM' => { |
3709
|
|
|
|
|
|
|
symbol => 'BAM', |
3710
|
|
|
|
|
|
|
display_name => { |
3711
|
|
|
|
|
|
|
'currency' => q(Bosnia ja Hertsegoviina konverteeritav mark), |
3712
|
|
|
|
|
|
|
'one' => q(Bosnia ja Hertsegoviina konverteeritav mark), |
3713
|
|
|
|
|
|
|
'other' => q(Bosnia ja Hertsegoviina konverteeritavat marka), |
3714
|
|
|
|
|
|
|
}, |
3715
|
|
|
|
|
|
|
}, |
3716
|
|
|
|
|
|
|
'BAN' => { |
3717
|
|
|
|
|
|
|
display_name => { |
3718
|
|
|
|
|
|
|
'currency' => q(Bosnia ja Hertsegoviina uus dinaar \(1994â1997\)), |
3719
|
|
|
|
|
|
|
'one' => q(Bosnia ja Hertsegoviina uus dinaar \(1994â1997\)), |
3720
|
|
|
|
|
|
|
'other' => q(Bosnia ja Hertsegoviina uut dinaari \(1994â1997\)), |
3721
|
|
|
|
|
|
|
}, |
3722
|
|
|
|
|
|
|
}, |
3723
|
|
|
|
|
|
|
'BBD' => { |
3724
|
|
|
|
|
|
|
symbol => 'BBD', |
3725
|
|
|
|
|
|
|
display_name => { |
3726
|
|
|
|
|
|
|
'currency' => q(Barbadose dollar), |
3727
|
|
|
|
|
|
|
'one' => q(Barbadose dollar), |
3728
|
|
|
|
|
|
|
'other' => q(Barbadose dollarit), |
3729
|
|
|
|
|
|
|
}, |
3730
|
|
|
|
|
|
|
}, |
3731
|
|
|
|
|
|
|
'BDT' => { |
3732
|
|
|
|
|
|
|
symbol => 'BDT', |
3733
|
|
|
|
|
|
|
display_name => { |
3734
|
|
|
|
|
|
|
'currency' => q(Bangladeshi taka), |
3735
|
|
|
|
|
|
|
'one' => q(Bangladeshi taka), |
3736
|
|
|
|
|
|
|
'other' => q(Bangladeshi takat), |
3737
|
|
|
|
|
|
|
}, |
3738
|
|
|
|
|
|
|
}, |
3739
|
|
|
|
|
|
|
'BEC' => { |
3740
|
|
|
|
|
|
|
display_name => { |
3741
|
|
|
|
|
|
|
'currency' => q(Belgia konverteeritav frank), |
3742
|
|
|
|
|
|
|
'one' => q(Belgia konverteeritav frank), |
3743
|
|
|
|
|
|
|
'other' => q(Belgia konverteeritavat franki), |
3744
|
|
|
|
|
|
|
}, |
3745
|
|
|
|
|
|
|
}, |
3746
|
|
|
|
|
|
|
'BEF' => { |
3747
|
|
|
|
|
|
|
display_name => { |
3748
|
|
|
|
|
|
|
'currency' => q(Belgia frank), |
3749
|
|
|
|
|
|
|
'one' => q(Belgia frank), |
3750
|
|
|
|
|
|
|
'other' => q(Belgia franki), |
3751
|
|
|
|
|
|
|
}, |
3752
|
|
|
|
|
|
|
}, |
3753
|
|
|
|
|
|
|
'BEL' => { |
3754
|
|
|
|
|
|
|
display_name => { |
3755
|
|
|
|
|
|
|
'currency' => q(Belgia arveldusfrank), |
3756
|
|
|
|
|
|
|
}, |
3757
|
|
|
|
|
|
|
}, |
3758
|
|
|
|
|
|
|
'BGL' => { |
3759
|
|
|
|
|
|
|
display_name => { |
3760
|
|
|
|
|
|
|
'currency' => q(Bulgaaria püsiv leev), |
3761
|
|
|
|
|
|
|
}, |
3762
|
|
|
|
|
|
|
}, |
3763
|
|
|
|
|
|
|
'BGN' => { |
3764
|
|
|
|
|
|
|
symbol => 'BGN', |
3765
|
|
|
|
|
|
|
display_name => { |
3766
|
|
|
|
|
|
|
'currency' => q(Bulgaaria leev), |
3767
|
|
|
|
|
|
|
'one' => q(Bulgaaria leev), |
3768
|
|
|
|
|
|
|
'other' => q(Bulgaaria leevi), |
3769
|
|
|
|
|
|
|
}, |
3770
|
|
|
|
|
|
|
}, |
3771
|
|
|
|
|
|
|
'BGO' => { |
3772
|
|
|
|
|
|
|
display_name => { |
3773
|
|
|
|
|
|
|
'currency' => q(Bulgaaria leev \(1879â1952\)), |
3774
|
|
|
|
|
|
|
'one' => q(Bulgaaria leev \(1879â1952\)), |
3775
|
|
|
|
|
|
|
'other' => q(Bulgaaria leevi \(1879â1952\)), |
3776
|
|
|
|
|
|
|
}, |
3777
|
|
|
|
|
|
|
}, |
3778
|
|
|
|
|
|
|
'BHD' => { |
3779
|
|
|
|
|
|
|
symbol => 'BHD', |
3780
|
|
|
|
|
|
|
display_name => { |
3781
|
|
|
|
|
|
|
'currency' => q(Bahreini dinaar), |
3782
|
|
|
|
|
|
|
'one' => q(Bahreini dinaar), |
3783
|
|
|
|
|
|
|
'other' => q(Bahreini dinaari), |
3784
|
|
|
|
|
|
|
}, |
3785
|
|
|
|
|
|
|
}, |
3786
|
|
|
|
|
|
|
'BIF' => { |
3787
|
|
|
|
|
|
|
symbol => 'BIF', |
3788
|
|
|
|
|
|
|
display_name => { |
3789
|
|
|
|
|
|
|
'currency' => q(Burundi frank), |
3790
|
|
|
|
|
|
|
'one' => q(Burundi frank), |
3791
|
|
|
|
|
|
|
'other' => q(Burundi franki), |
3792
|
|
|
|
|
|
|
}, |
3793
|
|
|
|
|
|
|
}, |
3794
|
|
|
|
|
|
|
'BMD' => { |
3795
|
|
|
|
|
|
|
symbol => 'BMD', |
3796
|
|
|
|
|
|
|
display_name => { |
3797
|
|
|
|
|
|
|
'currency' => q(Bermuda dollar), |
3798
|
|
|
|
|
|
|
'one' => q(Bermuda dollar), |
3799
|
|
|
|
|
|
|
'other' => q(Bermuda dollarit), |
3800
|
|
|
|
|
|
|
}, |
3801
|
|
|
|
|
|
|
}, |
3802
|
|
|
|
|
|
|
'BND' => { |
3803
|
|
|
|
|
|
|
symbol => 'BND', |
3804
|
|
|
|
|
|
|
display_name => { |
3805
|
|
|
|
|
|
|
'currency' => q(Brunei dollar), |
3806
|
|
|
|
|
|
|
'one' => q(Brunei dollar), |
3807
|
|
|
|
|
|
|
'other' => q(Brunei dollarit), |
3808
|
|
|
|
|
|
|
}, |
3809
|
|
|
|
|
|
|
}, |
3810
|
|
|
|
|
|
|
'BOB' => { |
3811
|
|
|
|
|
|
|
symbol => 'BOB', |
3812
|
|
|
|
|
|
|
display_name => { |
3813
|
|
|
|
|
|
|
'currency' => q(Boliivia boliviaano), |
3814
|
|
|
|
|
|
|
'one' => q(Boliivia boliviaano), |
3815
|
|
|
|
|
|
|
'other' => q(Boliivia boliviaanot), |
3816
|
|
|
|
|
|
|
}, |
3817
|
|
|
|
|
|
|
}, |
3818
|
|
|
|
|
|
|
'BOL' => { |
3819
|
|
|
|
|
|
|
display_name => { |
3820
|
|
|
|
|
|
|
'currency' => q(Boliivia boliviaano \(1863â1963\)), |
3821
|
|
|
|
|
|
|
'one' => q(Boliivia boliviaano \(1863â1963\)), |
3822
|
|
|
|
|
|
|
'other' => q(Boliivia boliviaanot \(1863â1963\)), |
3823
|
|
|
|
|
|
|
}, |
3824
|
|
|
|
|
|
|
}, |
3825
|
|
|
|
|
|
|
'BOP' => { |
3826
|
|
|
|
|
|
|
display_name => { |
3827
|
|
|
|
|
|
|
'currency' => q(Boliivia peeso), |
3828
|
|
|
|
|
|
|
'one' => q(Boliivia peeso), |
3829
|
|
|
|
|
|
|
'other' => q(Boliivia peesot), |
3830
|
|
|
|
|
|
|
}, |
3831
|
|
|
|
|
|
|
}, |
3832
|
|
|
|
|
|
|
'BRB' => { |
3833
|
|
|
|
|
|
|
display_name => { |
3834
|
|
|
|
|
|
|
'currency' => q(Brasiilia uus kruseiro \(1967â1986\)), |
3835
|
|
|
|
|
|
|
'one' => q(Brasiilia uus kruseiro \(1967â1986\)), |
3836
|
|
|
|
|
|
|
'other' => q(Brasiilia uut kruseirot \(1967â1986\)), |
3837
|
|
|
|
|
|
|
}, |
3838
|
|
|
|
|
|
|
}, |
3839
|
|
|
|
|
|
|
'BRC' => { |
3840
|
|
|
|
|
|
|
display_name => { |
3841
|
|
|
|
|
|
|
'currency' => q(Brasiilia krusado), |
3842
|
|
|
|
|
|
|
}, |
3843
|
|
|
|
|
|
|
}, |
3844
|
|
|
|
|
|
|
'BRE' => { |
3845
|
|
|
|
|
|
|
display_name => { |
3846
|
|
|
|
|
|
|
'currency' => q(Brasiilia kruseiro \(1990â1993\)), |
3847
|
|
|
|
|
|
|
'one' => q(Brasiilia kruseiro \(1990â1993\)), |
3848
|
|
|
|
|
|
|
'other' => q(Brasiilia kruseirot \(1990â1993\)), |
3849
|
|
|
|
|
|
|
}, |
3850
|
|
|
|
|
|
|
}, |
3851
|
|
|
|
|
|
|
'BRL' => { |
3852
|
|
|
|
|
|
|
symbol => 'R$', |
3853
|
|
|
|
|
|
|
display_name => { |
3854
|
|
|
|
|
|
|
'currency' => q(Brasiilia reaal), |
3855
|
|
|
|
|
|
|
'one' => q(Brasiilia reaal), |
3856
|
|
|
|
|
|
|
'other' => q(Brasiilia reaali), |
3857
|
|
|
|
|
|
|
}, |
3858
|
|
|
|
|
|
|
}, |
3859
|
|
|
|
|
|
|
'BRR' => { |
3860
|
|
|
|
|
|
|
display_name => { |
3861
|
|
|
|
|
|
|
'currency' => q(Brasiilia kruseiro \(1993â1994\)), |
3862
|
|
|
|
|
|
|
'one' => q(Brasiilia kruseiro \(1993â1994\)), |
3863
|
|
|
|
|
|
|
'other' => q(Brasiilia kruseirot \(1993â1994\)), |
3864
|
|
|
|
|
|
|
}, |
3865
|
|
|
|
|
|
|
}, |
3866
|
|
|
|
|
|
|
'BRZ' => { |
3867
|
|
|
|
|
|
|
display_name => { |
3868
|
|
|
|
|
|
|
'currency' => q(Brasiilia kruseiro \(1942â1967\)), |
3869
|
|
|
|
|
|
|
'one' => q(Brasiilia kruseiro \(1942â1967\)), |
3870
|
|
|
|
|
|
|
'other' => q(Brasiilia kruseirot \(1942â1967\)), |
3871
|
|
|
|
|
|
|
}, |
3872
|
|
|
|
|
|
|
}, |
3873
|
|
|
|
|
|
|
'BSD' => { |
3874
|
|
|
|
|
|
|
symbol => 'BSD', |
3875
|
|
|
|
|
|
|
display_name => { |
3876
|
|
|
|
|
|
|
'currency' => q(Bahama dollar), |
3877
|
|
|
|
|
|
|
'one' => q(Bahama dollar), |
3878
|
|
|
|
|
|
|
'other' => q(Bahama dollarit), |
3879
|
|
|
|
|
|
|
}, |
3880
|
|
|
|
|
|
|
}, |
3881
|
|
|
|
|
|
|
'BTN' => { |
3882
|
|
|
|
|
|
|
symbol => 'BTN', |
3883
|
|
|
|
|
|
|
display_name => { |
3884
|
|
|
|
|
|
|
'currency' => q(Bhutani ngultrum), |
3885
|
|
|
|
|
|
|
'one' => q(Bhutani ngultrum), |
3886
|
|
|
|
|
|
|
'other' => q(Bhutani ngultrumit), |
3887
|
|
|
|
|
|
|
}, |
3888
|
|
|
|
|
|
|
}, |
3889
|
|
|
|
|
|
|
'BUK' => { |
3890
|
|
|
|
|
|
|
display_name => { |
3891
|
|
|
|
|
|
|
'currency' => q(Birma kjatt), |
3892
|
|
|
|
|
|
|
'one' => q(Birma kjatt), |
3893
|
|
|
|
|
|
|
'other' => q(Birma kjatti), |
3894
|
|
|
|
|
|
|
}, |
3895
|
|
|
|
|
|
|
}, |
3896
|
|
|
|
|
|
|
'BWP' => { |
3897
|
|
|
|
|
|
|
symbol => 'BWP', |
3898
|
|
|
|
|
|
|
display_name => { |
3899
|
|
|
|
|
|
|
'currency' => q(Botswana pula), |
3900
|
|
|
|
|
|
|
'one' => q(Botswana pula), |
3901
|
|
|
|
|
|
|
'other' => q(Botswana pulat), |
3902
|
|
|
|
|
|
|
}, |
3903
|
|
|
|
|
|
|
}, |
3904
|
|
|
|
|
|
|
'BYB' => { |
3905
|
|
|
|
|
|
|
display_name => { |
3906
|
|
|
|
|
|
|
'currency' => q(Valgevene uus rubla \(1994â1999\)), |
3907
|
|
|
|
|
|
|
'one' => q(Valgevene uus rubla \(1994â1999\)), |
3908
|
|
|
|
|
|
|
'other' => q(Valgevene uut rubla \(1994â1999\)), |
3909
|
|
|
|
|
|
|
}, |
3910
|
|
|
|
|
|
|
}, |
3911
|
|
|
|
|
|
|
'BYR' => { |
3912
|
|
|
|
|
|
|
symbol => 'BYR', |
3913
|
|
|
|
|
|
|
display_name => { |
3914
|
|
|
|
|
|
|
'currency' => q(Valgevene rubla), |
3915
|
|
|
|
|
|
|
'one' => q(Valgevene rubla), |
3916
|
|
|
|
|
|
|
'other' => q(Valgevene rubla), |
3917
|
|
|
|
|
|
|
}, |
3918
|
|
|
|
|
|
|
}, |
3919
|
|
|
|
|
|
|
'BZD' => { |
3920
|
|
|
|
|
|
|
symbol => 'BZD', |
3921
|
|
|
|
|
|
|
display_name => { |
3922
|
|
|
|
|
|
|
'currency' => q(Belizeâi dollar), |
3923
|
|
|
|
|
|
|
'one' => q(Belizeâi dollar), |
3924
|
|
|
|
|
|
|
'other' => q(Belizeâi dollarit), |
3925
|
|
|
|
|
|
|
}, |
3926
|
|
|
|
|
|
|
}, |
3927
|
|
|
|
|
|
|
'CAD' => { |
3928
|
|
|
|
|
|
|
symbol => 'CA$', |
3929
|
|
|
|
|
|
|
display_name => { |
3930
|
|
|
|
|
|
|
'currency' => q(Kanada dollar), |
3931
|
|
|
|
|
|
|
'one' => q(Kanada dollar), |
3932
|
|
|
|
|
|
|
'other' => q(Kanada dollarit), |
3933
|
|
|
|
|
|
|
}, |
3934
|
|
|
|
|
|
|
}, |
3935
|
|
|
|
|
|
|
'CDF' => { |
3936
|
|
|
|
|
|
|
symbol => 'CDF', |
3937
|
|
|
|
|
|
|
display_name => { |
3938
|
|
|
|
|
|
|
'currency' => q(Kongo frank), |
3939
|
|
|
|
|
|
|
'one' => q(Kongo frank), |
3940
|
|
|
|
|
|
|
'other' => q(Kongo franki), |
3941
|
|
|
|
|
|
|
}, |
3942
|
|
|
|
|
|
|
}, |
3943
|
|
|
|
|
|
|
'CHF' => { |
3944
|
|
|
|
|
|
|
symbol => 'CHF', |
3945
|
|
|
|
|
|
|
display_name => { |
3946
|
|
|
|
|
|
|
'currency' => q(Å veitsi frank), |
3947
|
|
|
|
|
|
|
'one' => q(Å veitsi frank), |
3948
|
|
|
|
|
|
|
'other' => q(Å veitsi franki), |
3949
|
|
|
|
|
|
|
}, |
3950
|
|
|
|
|
|
|
}, |
3951
|
|
|
|
|
|
|
'CLE' => { |
3952
|
|
|
|
|
|
|
display_name => { |
3953
|
|
|
|
|
|
|
'currency' => q(TÅ¡iili eskuudo), |
3954
|
|
|
|
|
|
|
'one' => q(TÅ¡iili eskuudo), |
3955
|
|
|
|
|
|
|
'other' => q(TÅ¡iili eskuudot), |
3956
|
|
|
|
|
|
|
}, |
3957
|
|
|
|
|
|
|
}, |
3958
|
|
|
|
|
|
|
'CLP' => { |
3959
|
|
|
|
|
|
|
symbol => 'CLP', |
3960
|
|
|
|
|
|
|
display_name => { |
3961
|
|
|
|
|
|
|
'currency' => q(TÅ¡iili peeso), |
3962
|
|
|
|
|
|
|
'one' => q(TÅ¡iili peeso), |
3963
|
|
|
|
|
|
|
'other' => q(TÅ¡iili peesot), |
3964
|
|
|
|
|
|
|
}, |
3965
|
|
|
|
|
|
|
}, |
3966
|
|
|
|
|
|
|
'CNY' => { |
3967
|
|
|
|
|
|
|
symbol => 'CNÂ¥', |
3968
|
|
|
|
|
|
|
display_name => { |
3969
|
|
|
|
|
|
|
'currency' => q(Hiina jüaan), |
3970
|
|
|
|
|
|
|
'one' => q(Hiina jüaan), |
3971
|
|
|
|
|
|
|
'other' => q(Hiina jüaani), |
3972
|
|
|
|
|
|
|
}, |
3973
|
|
|
|
|
|
|
}, |
3974
|
|
|
|
|
|
|
'COP' => { |
3975
|
|
|
|
|
|
|
symbol => 'COP', |
3976
|
|
|
|
|
|
|
display_name => { |
3977
|
|
|
|
|
|
|
'currency' => q(Colombia peeso), |
3978
|
|
|
|
|
|
|
'one' => q(Colombia peeso), |
3979
|
|
|
|
|
|
|
'other' => q(Colombia peesot), |
3980
|
|
|
|
|
|
|
}, |
3981
|
|
|
|
|
|
|
}, |
3982
|
|
|
|
|
|
|
'CRC' => { |
3983
|
|
|
|
|
|
|
symbol => 'CRC', |
3984
|
|
|
|
|
|
|
display_name => { |
3985
|
|
|
|
|
|
|
'currency' => q(Costa Rica koloon), |
3986
|
|
|
|
|
|
|
'one' => q(Costa Rica koloon), |
3987
|
|
|
|
|
|
|
'other' => q(Costa Rica kolooni), |
3988
|
|
|
|
|
|
|
}, |
3989
|
|
|
|
|
|
|
}, |
3990
|
|
|
|
|
|
|
'CSD' => { |
3991
|
|
|
|
|
|
|
display_name => { |
3992
|
|
|
|
|
|
|
'currency' => q(Serbia dinaar \(2002â2006\)), |
3993
|
|
|
|
|
|
|
'one' => q(Serbia dinaar \(2002â2006\)), |
3994
|
|
|
|
|
|
|
'other' => q(Serbia dinaari \(2002â2006\)), |
3995
|
|
|
|
|
|
|
}, |
3996
|
|
|
|
|
|
|
}, |
3997
|
|
|
|
|
|
|
'CUC' => { |
3998
|
|
|
|
|
|
|
symbol => 'CUC', |
3999
|
|
|
|
|
|
|
display_name => { |
4000
|
|
|
|
|
|
|
'currency' => q(Kuuba konverteeritav peeso), |
4001
|
|
|
|
|
|
|
'one' => q(Kuuba konverteeritav peeso), |
4002
|
|
|
|
|
|
|
'other' => q(Kuuba konverteeritavat peesot), |
4003
|
|
|
|
|
|
|
}, |
4004
|
|
|
|
|
|
|
}, |
4005
|
|
|
|
|
|
|
'CUP' => { |
4006
|
|
|
|
|
|
|
symbol => 'CUP', |
4007
|
|
|
|
|
|
|
display_name => { |
4008
|
|
|
|
|
|
|
'currency' => q(Kuuba peeso), |
4009
|
|
|
|
|
|
|
'one' => q(Kuuba peeso), |
4010
|
|
|
|
|
|
|
'other' => q(Kuuba peesot), |
4011
|
|
|
|
|
|
|
}, |
4012
|
|
|
|
|
|
|
}, |
4013
|
|
|
|
|
|
|
'CVE' => { |
4014
|
|
|
|
|
|
|
symbol => 'CVE', |
4015
|
|
|
|
|
|
|
display_name => { |
4016
|
|
|
|
|
|
|
'currency' => q(Cabo Verde eskuudo), |
4017
|
|
|
|
|
|
|
'one' => q(Cabo Verde eskuudo), |
4018
|
|
|
|
|
|
|
'other' => q(Cabo Verde eskuudot), |
4019
|
|
|
|
|
|
|
}, |
4020
|
|
|
|
|
|
|
}, |
4021
|
|
|
|
|
|
|
'CYP' => { |
4022
|
|
|
|
|
|
|
display_name => { |
4023
|
|
|
|
|
|
|
'currency' => q(Küprose nael), |
4024
|
|
|
|
|
|
|
'one' => q(Küprose nael), |
4025
|
|
|
|
|
|
|
'other' => q(Küprose naela), |
4026
|
|
|
|
|
|
|
}, |
4027
|
|
|
|
|
|
|
}, |
4028
|
|
|
|
|
|
|
'CZK' => { |
4029
|
|
|
|
|
|
|
symbol => 'CZK', |
4030
|
|
|
|
|
|
|
display_name => { |
4031
|
|
|
|
|
|
|
'currency' => q(TÅ¡ehhi kroon), |
4032
|
|
|
|
|
|
|
'one' => q(TÅ¡ehhi kroon), |
4033
|
|
|
|
|
|
|
'other' => q(TÅ¡ehhi krooni), |
4034
|
|
|
|
|
|
|
}, |
4035
|
|
|
|
|
|
|
}, |
4036
|
|
|
|
|
|
|
'DDM' => { |
4037
|
|
|
|
|
|
|
display_name => { |
4038
|
|
|
|
|
|
|
'currency' => q(Ida-Saksa mark), |
4039
|
|
|
|
|
|
|
'one' => q(Ida-Saksa mark), |
4040
|
|
|
|
|
|
|
'other' => q(Ida-Saksa marka), |
4041
|
|
|
|
|
|
|
}, |
4042
|
|
|
|
|
|
|
}, |
4043
|
|
|
|
|
|
|
'DEM' => { |
4044
|
|
|
|
|
|
|
display_name => { |
4045
|
|
|
|
|
|
|
'currency' => q(Saksa mark), |
4046
|
|
|
|
|
|
|
'one' => q(Saksa mark), |
4047
|
|
|
|
|
|
|
'other' => q(Saksa marka), |
4048
|
|
|
|
|
|
|
}, |
4049
|
|
|
|
|
|
|
}, |
4050
|
|
|
|
|
|
|
'DJF' => { |
4051
|
|
|
|
|
|
|
symbol => 'DJF', |
4052
|
|
|
|
|
|
|
display_name => { |
4053
|
|
|
|
|
|
|
'currency' => q(Djibouti frank), |
4054
|
|
|
|
|
|
|
'one' => q(Djibouti frank), |
4055
|
|
|
|
|
|
|
'other' => q(Djibouti franki), |
4056
|
|
|
|
|
|
|
}, |
4057
|
|
|
|
|
|
|
}, |
4058
|
|
|
|
|
|
|
'DKK' => { |
4059
|
|
|
|
|
|
|
symbol => 'DKK', |
4060
|
|
|
|
|
|
|
display_name => { |
4061
|
|
|
|
|
|
|
'currency' => q(Taani kroon), |
4062
|
|
|
|
|
|
|
'one' => q(Taani kroon), |
4063
|
|
|
|
|
|
|
'other' => q(Taani krooni), |
4064
|
|
|
|
|
|
|
}, |
4065
|
|
|
|
|
|
|
}, |
4066
|
|
|
|
|
|
|
'DOP' => { |
4067
|
|
|
|
|
|
|
symbol => 'DOP', |
4068
|
|
|
|
|
|
|
display_name => { |
4069
|
|
|
|
|
|
|
'currency' => q(Dominikaani peeso), |
4070
|
|
|
|
|
|
|
'one' => q(Dominikaani peeso), |
4071
|
|
|
|
|
|
|
'other' => q(Dominikaani peesot), |
4072
|
|
|
|
|
|
|
}, |
4073
|
|
|
|
|
|
|
}, |
4074
|
|
|
|
|
|
|
'DZD' => { |
4075
|
|
|
|
|
|
|
symbol => 'DZD', |
4076
|
|
|
|
|
|
|
display_name => { |
4077
|
|
|
|
|
|
|
'currency' => q(Alžeeria dinaar), |
4078
|
|
|
|
|
|
|
'one' => q(Alžeeria dinaar), |
4079
|
|
|
|
|
|
|
'other' => q(Alžeeria dinaari), |
4080
|
|
|
|
|
|
|
}, |
4081
|
|
|
|
|
|
|
}, |
4082
|
|
|
|
|
|
|
'ECS' => { |
4083
|
|
|
|
|
|
|
display_name => { |
4084
|
|
|
|
|
|
|
'currency' => q(Ecuadori sukre), |
4085
|
|
|
|
|
|
|
'one' => q(Ecuadori sukre), |
4086
|
|
|
|
|
|
|
'other' => q(Ecuadori sukret), |
4087
|
|
|
|
|
|
|
}, |
4088
|
|
|
|
|
|
|
}, |
4089
|
|
|
|
|
|
|
'EEK' => { |
4090
|
|
|
|
|
|
|
symbol => 'kr', |
4091
|
|
|
|
|
|
|
display_name => { |
4092
|
|
|
|
|
|
|
'currency' => q(Eesti kroon), |
4093
|
|
|
|
|
|
|
'one' => q(Eesti kroon), |
4094
|
|
|
|
|
|
|
'other' => q(Eesti krooni), |
4095
|
|
|
|
|
|
|
}, |
4096
|
|
|
|
|
|
|
}, |
4097
|
|
|
|
|
|
|
'EGP' => { |
4098
|
|
|
|
|
|
|
symbol => 'EGP', |
4099
|
|
|
|
|
|
|
display_name => { |
4100
|
|
|
|
|
|
|
'currency' => q(Egiptuse nael), |
4101
|
|
|
|
|
|
|
'one' => q(Egiptuse nael), |
4102
|
|
|
|
|
|
|
'other' => q(Egiptuse naela), |
4103
|
|
|
|
|
|
|
}, |
4104
|
|
|
|
|
|
|
}, |
4105
|
|
|
|
|
|
|
'ERN' => { |
4106
|
|
|
|
|
|
|
symbol => 'ERN', |
4107
|
|
|
|
|
|
|
display_name => { |
4108
|
|
|
|
|
|
|
'currency' => q(Eritrea nakfa), |
4109
|
|
|
|
|
|
|
'one' => q(Eritrea nakfa), |
4110
|
|
|
|
|
|
|
'other' => q(Eritrea nakfat), |
4111
|
|
|
|
|
|
|
}, |
4112
|
|
|
|
|
|
|
}, |
4113
|
|
|
|
|
|
|
'ESP' => { |
4114
|
|
|
|
|
|
|
display_name => { |
4115
|
|
|
|
|
|
|
'currency' => q(Hispaania peseeta), |
4116
|
|
|
|
|
|
|
'one' => q(Hispaania peseeta), |
4117
|
|
|
|
|
|
|
'other' => q(Hispaania peseetat), |
4118
|
|
|
|
|
|
|
}, |
4119
|
|
|
|
|
|
|
}, |
4120
|
|
|
|
|
|
|
'ETB' => { |
4121
|
|
|
|
|
|
|
symbol => 'ETB', |
4122
|
|
|
|
|
|
|
display_name => { |
4123
|
|
|
|
|
|
|
'currency' => q(Etioopia birr), |
4124
|
|
|
|
|
|
|
'one' => q(Etioopia birr), |
4125
|
|
|
|
|
|
|
'other' => q(Etioopia birri), |
4126
|
|
|
|
|
|
|
}, |
4127
|
|
|
|
|
|
|
}, |
4128
|
|
|
|
|
|
|
'EUR' => { |
4129
|
|
|
|
|
|
|
symbol => 'â¬', |
4130
|
|
|
|
|
|
|
display_name => { |
4131
|
|
|
|
|
|
|
'currency' => q(euro), |
4132
|
|
|
|
|
|
|
'one' => q(euro), |
4133
|
|
|
|
|
|
|
'other' => q(eurot), |
4134
|
|
|
|
|
|
|
}, |
4135
|
|
|
|
|
|
|
}, |
4136
|
|
|
|
|
|
|
'FIM' => { |
4137
|
|
|
|
|
|
|
display_name => { |
4138
|
|
|
|
|
|
|
'currency' => q(Soome mark), |
4139
|
|
|
|
|
|
|
'one' => q(Soome mark), |
4140
|
|
|
|
|
|
|
'other' => q(Soome marka), |
4141
|
|
|
|
|
|
|
}, |
4142
|
|
|
|
|
|
|
}, |
4143
|
|
|
|
|
|
|
'FJD' => { |
4144
|
|
|
|
|
|
|
symbol => 'FJD', |
4145
|
|
|
|
|
|
|
display_name => { |
4146
|
|
|
|
|
|
|
'currency' => q(Fidži dollar), |
4147
|
|
|
|
|
|
|
'one' => q(Fidži dollar), |
4148
|
|
|
|
|
|
|
'other' => q(Fidži dollarit), |
4149
|
|
|
|
|
|
|
}, |
4150
|
|
|
|
|
|
|
}, |
4151
|
|
|
|
|
|
|
'FKP' => { |
4152
|
|
|
|
|
|
|
symbol => 'FKP', |
4153
|
|
|
|
|
|
|
display_name => { |
4154
|
|
|
|
|
|
|
'currency' => q(Falklandi saarte nael), |
4155
|
|
|
|
|
|
|
'one' => q(Falklandi saarte nael), |
4156
|
|
|
|
|
|
|
'other' => q(Falklandi saarte naela), |
4157
|
|
|
|
|
|
|
}, |
4158
|
|
|
|
|
|
|
}, |
4159
|
|
|
|
|
|
|
'FRF' => { |
4160
|
|
|
|
|
|
|
display_name => { |
4161
|
|
|
|
|
|
|
'currency' => q(Prantsuse frank), |
4162
|
|
|
|
|
|
|
'one' => q(Prantsuse frank), |
4163
|
|
|
|
|
|
|
'other' => q(Prantsuse franki), |
4164
|
|
|
|
|
|
|
}, |
4165
|
|
|
|
|
|
|
}, |
4166
|
|
|
|
|
|
|
'GBP' => { |
4167
|
|
|
|
|
|
|
symbol => '£', |
4168
|
|
|
|
|
|
|
display_name => { |
4169
|
|
|
|
|
|
|
'currency' => q(Suurbritannia naelsterling), |
4170
|
|
|
|
|
|
|
'one' => q(Suurbritannia naelsterling), |
4171
|
|
|
|
|
|
|
'other' => q(Suurbritannia naelsterlingit), |
4172
|
|
|
|
|
|
|
}, |
4173
|
|
|
|
|
|
|
}, |
4174
|
|
|
|
|
|
|
'GEL' => { |
4175
|
|
|
|
|
|
|
symbol => 'GEL', |
4176
|
|
|
|
|
|
|
display_name => { |
4177
|
|
|
|
|
|
|
'currency' => q(Gruusia lari), |
4178
|
|
|
|
|
|
|
'one' => q(Gruusia lari), |
4179
|
|
|
|
|
|
|
'other' => q(Gruusia lari), |
4180
|
|
|
|
|
|
|
}, |
4181
|
|
|
|
|
|
|
}, |
4182
|
|
|
|
|
|
|
'GHC' => { |
4183
|
|
|
|
|
|
|
display_name => { |
4184
|
|
|
|
|
|
|
'currency' => q(Ghana sedi \(1979â2007\)), |
4185
|
|
|
|
|
|
|
'one' => q(Ghana sedi \(1979â2007\)), |
4186
|
|
|
|
|
|
|
'other' => q(Ghana sedit \(1979â2007\)), |
4187
|
|
|
|
|
|
|
}, |
4188
|
|
|
|
|
|
|
}, |
4189
|
|
|
|
|
|
|
'GHS' => { |
4190
|
|
|
|
|
|
|
symbol => 'GHS', |
4191
|
|
|
|
|
|
|
display_name => { |
4192
|
|
|
|
|
|
|
'currency' => q(Ghana sedi), |
4193
|
|
|
|
|
|
|
'one' => q(Ghana sedi), |
4194
|
|
|
|
|
|
|
'other' => q(Ghana sedit), |
4195
|
|
|
|
|
|
|
}, |
4196
|
|
|
|
|
|
|
}, |
4197
|
|
|
|
|
|
|
'GIP' => { |
4198
|
|
|
|
|
|
|
symbol => 'GIP', |
4199
|
|
|
|
|
|
|
display_name => { |
4200
|
|
|
|
|
|
|
'currency' => q(Gibraltari nael), |
4201
|
|
|
|
|
|
|
'one' => q(Gibraltari nael), |
4202
|
|
|
|
|
|
|
'other' => q(Gibraltari naela), |
4203
|
|
|
|
|
|
|
}, |
4204
|
|
|
|
|
|
|
}, |
4205
|
|
|
|
|
|
|
'GMD' => { |
4206
|
|
|
|
|
|
|
symbol => 'GMD', |
4207
|
|
|
|
|
|
|
display_name => { |
4208
|
|
|
|
|
|
|
'currency' => q(Gambia dalasi), |
4209
|
|
|
|
|
|
|
'one' => q(Gambia dalasi), |
4210
|
|
|
|
|
|
|
'other' => q(Gambia dalasit), |
4211
|
|
|
|
|
|
|
}, |
4212
|
|
|
|
|
|
|
}, |
4213
|
|
|
|
|
|
|
'GNF' => { |
4214
|
|
|
|
|
|
|
symbol => 'GNF', |
4215
|
|
|
|
|
|
|
display_name => { |
4216
|
|
|
|
|
|
|
'currency' => q(Guinea frank), |
4217
|
|
|
|
|
|
|
'one' => q(Guinea frank), |
4218
|
|
|
|
|
|
|
'other' => q(Guinea franki), |
4219
|
|
|
|
|
|
|
}, |
4220
|
|
|
|
|
|
|
}, |
4221
|
|
|
|
|
|
|
'GNS' => { |
4222
|
|
|
|
|
|
|
display_name => { |
4223
|
|
|
|
|
|
|
'currency' => q(Guinea syli), |
4224
|
|
|
|
|
|
|
}, |
4225
|
|
|
|
|
|
|
}, |
4226
|
|
|
|
|
|
|
'GRD' => { |
4227
|
|
|
|
|
|
|
display_name => { |
4228
|
|
|
|
|
|
|
'currency' => q(Kreeka drahm), |
4229
|
|
|
|
|
|
|
'one' => q(Kreeka drahm), |
4230
|
|
|
|
|
|
|
'other' => q(Kreeka drahmi), |
4231
|
|
|
|
|
|
|
}, |
4232
|
|
|
|
|
|
|
}, |
4233
|
|
|
|
|
|
|
'GTQ' => { |
4234
|
|
|
|
|
|
|
symbol => 'GTQ', |
4235
|
|
|
|
|
|
|
display_name => { |
4236
|
|
|
|
|
|
|
'currency' => q(Guatemala ketsaal), |
4237
|
|
|
|
|
|
|
'one' => q(Guatemala ketsaal), |
4238
|
|
|
|
|
|
|
'other' => q(Guatemala ketsaali), |
4239
|
|
|
|
|
|
|
}, |
4240
|
|
|
|
|
|
|
}, |
4241
|
|
|
|
|
|
|
'GWE' => { |
4242
|
|
|
|
|
|
|
display_name => { |
4243
|
|
|
|
|
|
|
'currency' => q(Portugali Guinea eskuudo), |
4244
|
|
|
|
|
|
|
'one' => q(Portugali Guinea eskuudo), |
4245
|
|
|
|
|
|
|
'other' => q(Portugali Guinea eskuudot), |
4246
|
|
|
|
|
|
|
}, |
4247
|
|
|
|
|
|
|
}, |
4248
|
|
|
|
|
|
|
'GWP' => { |
4249
|
|
|
|
|
|
|
display_name => { |
4250
|
|
|
|
|
|
|
'currency' => q(Guinea-Bissau peeso), |
4251
|
|
|
|
|
|
|
'one' => q(Guinea-Bissau peeso), |
4252
|
|
|
|
|
|
|
'other' => q(Guinea-Bissau peesot), |
4253
|
|
|
|
|
|
|
}, |
4254
|
|
|
|
|
|
|
}, |
4255
|
|
|
|
|
|
|
'GYD' => { |
4256
|
|
|
|
|
|
|
symbol => 'GYD', |
4257
|
|
|
|
|
|
|
display_name => { |
4258
|
|
|
|
|
|
|
'currency' => q(Guyana dollar), |
4259
|
|
|
|
|
|
|
'one' => q(Guyana dollar), |
4260
|
|
|
|
|
|
|
'other' => q(Guyana dollarit), |
4261
|
|
|
|
|
|
|
}, |
4262
|
|
|
|
|
|
|
}, |
4263
|
|
|
|
|
|
|
'HKD' => { |
4264
|
|
|
|
|
|
|
symbol => 'HK$', |
4265
|
|
|
|
|
|
|
display_name => { |
4266
|
|
|
|
|
|
|
'currency' => q(Hongkongi dollar), |
4267
|
|
|
|
|
|
|
'one' => q(Hongkongi dollar), |
4268
|
|
|
|
|
|
|
'other' => q(Hongkongi dollarit), |
4269
|
|
|
|
|
|
|
}, |
4270
|
|
|
|
|
|
|
}, |
4271
|
|
|
|
|
|
|
'HNL' => { |
4272
|
|
|
|
|
|
|
symbol => 'HNL', |
4273
|
|
|
|
|
|
|
display_name => { |
4274
|
|
|
|
|
|
|
'currency' => q(Hondurase lempiira), |
4275
|
|
|
|
|
|
|
'one' => q(Hondurase lempiira), |
4276
|
|
|
|
|
|
|
'other' => q(Hondurase lempiirat), |
4277
|
|
|
|
|
|
|
}, |
4278
|
|
|
|
|
|
|
}, |
4279
|
|
|
|
|
|
|
'HRD' => { |
4280
|
|
|
|
|
|
|
display_name => { |
4281
|
|
|
|
|
|
|
'currency' => q(Horvaatia dinaar), |
4282
|
|
|
|
|
|
|
'one' => q(Horvaatia dinaar), |
4283
|
|
|
|
|
|
|
'other' => q(Horvaatia dinaari), |
4284
|
|
|
|
|
|
|
}, |
4285
|
|
|
|
|
|
|
}, |
4286
|
|
|
|
|
|
|
'HRK' => { |
4287
|
|
|
|
|
|
|
symbol => 'HRK', |
4288
|
|
|
|
|
|
|
display_name => { |
4289
|
|
|
|
|
|
|
'currency' => q(Horvaatia kuna), |
4290
|
|
|
|
|
|
|
'one' => q(Horvaatia kuna), |
4291
|
|
|
|
|
|
|
'other' => q(Horvaatia kuna), |
4292
|
|
|
|
|
|
|
}, |
4293
|
|
|
|
|
|
|
}, |
4294
|
|
|
|
|
|
|
'HTG' => { |
4295
|
|
|
|
|
|
|
symbol => 'HTG', |
4296
|
|
|
|
|
|
|
display_name => { |
4297
|
|
|
|
|
|
|
'currency' => q(Haiti gurd), |
4298
|
|
|
|
|
|
|
'one' => q(Haiti gurd), |
4299
|
|
|
|
|
|
|
'other' => q(Haiti gurdi), |
4300
|
|
|
|
|
|
|
}, |
4301
|
|
|
|
|
|
|
}, |
4302
|
|
|
|
|
|
|
'HUF' => { |
4303
|
|
|
|
|
|
|
symbol => 'HUF', |
4304
|
|
|
|
|
|
|
display_name => { |
4305
|
|
|
|
|
|
|
'currency' => q(Ungari forint), |
4306
|
|
|
|
|
|
|
'one' => q(Ungari forint), |
4307
|
|
|
|
|
|
|
'other' => q(Ungari forintit), |
4308
|
|
|
|
|
|
|
}, |
4309
|
|
|
|
|
|
|
}, |
4310
|
|
|
|
|
|
|
'IDR' => { |
4311
|
|
|
|
|
|
|
symbol => 'IDR', |
4312
|
|
|
|
|
|
|
display_name => { |
4313
|
|
|
|
|
|
|
'currency' => q(Indoneesia ruupia), |
4314
|
|
|
|
|
|
|
'one' => q(Indoneesia ruupia), |
4315
|
|
|
|
|
|
|
'other' => q(Indoneesia ruupiat), |
4316
|
|
|
|
|
|
|
}, |
4317
|
|
|
|
|
|
|
}, |
4318
|
|
|
|
|
|
|
'IEP' => { |
4319
|
|
|
|
|
|
|
display_name => { |
4320
|
|
|
|
|
|
|
'currency' => q(Iiri nael), |
4321
|
|
|
|
|
|
|
'one' => q(Iiri nael), |
4322
|
|
|
|
|
|
|
'other' => q(Iiri naela), |
4323
|
|
|
|
|
|
|
}, |
4324
|
|
|
|
|
|
|
}, |
4325
|
|
|
|
|
|
|
'ILP' => { |
4326
|
|
|
|
|
|
|
display_name => { |
4327
|
|
|
|
|
|
|
'currency' => q(Iisraeli nael), |
4328
|
|
|
|
|
|
|
'one' => q(Iisraeli nael), |
4329
|
|
|
|
|
|
|
'other' => q(Iisraeli naela), |
4330
|
|
|
|
|
|
|
}, |
4331
|
|
|
|
|
|
|
}, |
4332
|
|
|
|
|
|
|
'ILR' => { |
4333
|
|
|
|
|
|
|
display_name => { |
4334
|
|
|
|
|
|
|
'currency' => q(Iisraeli seekel \(1980â1985\)), |
4335
|
|
|
|
|
|
|
'one' => q(Iisraeli seekel \(1980â1985\)), |
4336
|
|
|
|
|
|
|
'other' => q(Iisraeli seekelit \(1980â1985\)), |
4337
|
|
|
|
|
|
|
}, |
4338
|
|
|
|
|
|
|
}, |
4339
|
|
|
|
|
|
|
'ILS' => { |
4340
|
|
|
|
|
|
|
symbol => 'âª', |
4341
|
|
|
|
|
|
|
display_name => { |
4342
|
|
|
|
|
|
|
'currency' => q(Iisraeli uus seekel), |
4343
|
|
|
|
|
|
|
'one' => q(Iisraeli uus seekel), |
4344
|
|
|
|
|
|
|
'other' => q(Iisraeli uut seeklit), |
4345
|
|
|
|
|
|
|
}, |
4346
|
|
|
|
|
|
|
}, |
4347
|
|
|
|
|
|
|
'INR' => { |
4348
|
|
|
|
|
|
|
symbol => 'â¹', |
4349
|
|
|
|
|
|
|
display_name => { |
4350
|
|
|
|
|
|
|
'currency' => q(India ruupia), |
4351
|
|
|
|
|
|
|
'one' => q(India ruupia), |
4352
|
|
|
|
|
|
|
'other' => q(India ruupiat), |
4353
|
|
|
|
|
|
|
}, |
4354
|
|
|
|
|
|
|
}, |
4355
|
|
|
|
|
|
|
'IQD' => { |
4356
|
|
|
|
|
|
|
symbol => 'IQD', |
4357
|
|
|
|
|
|
|
display_name => { |
4358
|
|
|
|
|
|
|
'currency' => q(Iraagi dinaar), |
4359
|
|
|
|
|
|
|
'one' => q(Iraagi dinaar), |
4360
|
|
|
|
|
|
|
'other' => q(Iraagi dinaari), |
4361
|
|
|
|
|
|
|
}, |
4362
|
|
|
|
|
|
|
}, |
4363
|
|
|
|
|
|
|
'IRR' => { |
4364
|
|
|
|
|
|
|
symbol => 'IRR', |
4365
|
|
|
|
|
|
|
display_name => { |
4366
|
|
|
|
|
|
|
'currency' => q(Iraani riaal), |
4367
|
|
|
|
|
|
|
'one' => q(Iraani riaal), |
4368
|
|
|
|
|
|
|
'other' => q(Iraani riaali), |
4369
|
|
|
|
|
|
|
}, |
4370
|
|
|
|
|
|
|
}, |
4371
|
|
|
|
|
|
|
'ISJ' => { |
4372
|
|
|
|
|
|
|
display_name => { |
4373
|
|
|
|
|
|
|
'currency' => q(Islandi kroon \(1918â1981\)), |
4374
|
|
|
|
|
|
|
'one' => q(Islandi kroon \(1918â1981\)), |
4375
|
|
|
|
|
|
|
'other' => q(Islandi krooni \(1918â1981\)), |
4376
|
|
|
|
|
|
|
}, |
4377
|
|
|
|
|
|
|
}, |
4378
|
|
|
|
|
|
|
'ISK' => { |
4379
|
|
|
|
|
|
|
symbol => 'ISK', |
4380
|
|
|
|
|
|
|
display_name => { |
4381
|
|
|
|
|
|
|
'currency' => q(Islandi kroon), |
4382
|
|
|
|
|
|
|
'one' => q(Islandi kroon), |
4383
|
|
|
|
|
|
|
'other' => q(Islandi krooni), |
4384
|
|
|
|
|
|
|
}, |
4385
|
|
|
|
|
|
|
}, |
4386
|
|
|
|
|
|
|
'ITL' => { |
4387
|
|
|
|
|
|
|
display_name => { |
4388
|
|
|
|
|
|
|
'currency' => q(Itaalia liir), |
4389
|
|
|
|
|
|
|
'one' => q(Itaalia liir), |
4390
|
|
|
|
|
|
|
'other' => q(Itaalia liiri), |
4391
|
|
|
|
|
|
|
}, |
4392
|
|
|
|
|
|
|
}, |
4393
|
|
|
|
|
|
|
'JMD' => { |
4394
|
|
|
|
|
|
|
symbol => 'JMD', |
4395
|
|
|
|
|
|
|
display_name => { |
4396
|
|
|
|
|
|
|
'currency' => q(Jamaica dollar), |
4397
|
|
|
|
|
|
|
'one' => q(Jamaica dollar), |
4398
|
|
|
|
|
|
|
'other' => q(Jamaica dollarit), |
4399
|
|
|
|
|
|
|
}, |
4400
|
|
|
|
|
|
|
}, |
4401
|
|
|
|
|
|
|
'JOD' => { |
4402
|
|
|
|
|
|
|
symbol => 'JOD', |
4403
|
|
|
|
|
|
|
display_name => { |
4404
|
|
|
|
|
|
|
'currency' => q(Jordaania dinaar), |
4405
|
|
|
|
|
|
|
'one' => q(Jordaania dinaar), |
4406
|
|
|
|
|
|
|
'other' => q(Jordaania dinaari), |
4407
|
|
|
|
|
|
|
}, |
4408
|
|
|
|
|
|
|
}, |
4409
|
|
|
|
|
|
|
'JPY' => { |
4410
|
|
|
|
|
|
|
symbol => 'Â¥', |
4411
|
|
|
|
|
|
|
display_name => { |
4412
|
|
|
|
|
|
|
'currency' => q(Jaapani jeen), |
4413
|
|
|
|
|
|
|
'one' => q(Jaapani jeen), |
4414
|
|
|
|
|
|
|
'other' => q(Jaapani jeeni), |
4415
|
|
|
|
|
|
|
}, |
4416
|
|
|
|
|
|
|
}, |
4417
|
|
|
|
|
|
|
'KES' => { |
4418
|
|
|
|
|
|
|
symbol => 'KES', |
4419
|
|
|
|
|
|
|
display_name => { |
4420
|
|
|
|
|
|
|
'currency' => q(Keenia Å¡illing), |
4421
|
|
|
|
|
|
|
'one' => q(Keenia Å¡illing), |
4422
|
|
|
|
|
|
|
'other' => q(Keenia Å¡illingit), |
4423
|
|
|
|
|
|
|
}, |
4424
|
|
|
|
|
|
|
}, |
4425
|
|
|
|
|
|
|
'KGS' => { |
4426
|
|
|
|
|
|
|
symbol => 'KGS', |
4427
|
|
|
|
|
|
|
display_name => { |
4428
|
|
|
|
|
|
|
'currency' => q(Kõrgõzstani somm), |
4429
|
|
|
|
|
|
|
'one' => q(Kõrgõzstani somm), |
4430
|
|
|
|
|
|
|
'other' => q(Kõrgõzstani sommi), |
4431
|
|
|
|
|
|
|
}, |
4432
|
|
|
|
|
|
|
}, |
4433
|
|
|
|
|
|
|
'KHR' => { |
4434
|
|
|
|
|
|
|
symbol => 'KHR', |
4435
|
|
|
|
|
|
|
display_name => { |
4436
|
|
|
|
|
|
|
'currency' => q(Kambodža riaal), |
4437
|
|
|
|
|
|
|
'one' => q(Kambodža riaal), |
4438
|
|
|
|
|
|
|
'other' => q(Kambodža riaali), |
4439
|
|
|
|
|
|
|
}, |
4440
|
|
|
|
|
|
|
}, |
4441
|
|
|
|
|
|
|
'KMF' => { |
4442
|
|
|
|
|
|
|
symbol => 'KMF', |
4443
|
|
|
|
|
|
|
display_name => { |
4444
|
|
|
|
|
|
|
'currency' => q(Komoori frank), |
4445
|
|
|
|
|
|
|
'one' => q(Komoori frank), |
4446
|
|
|
|
|
|
|
'other' => q(Komoori franki), |
4447
|
|
|
|
|
|
|
}, |
4448
|
|
|
|
|
|
|
}, |
4449
|
|
|
|
|
|
|
'KPW' => { |
4450
|
|
|
|
|
|
|
symbol => 'KPW', |
4451
|
|
|
|
|
|
|
display_name => { |
4452
|
|
|
|
|
|
|
'currency' => q(Põhja-Korea vonn), |
4453
|
|
|
|
|
|
|
'one' => q(Põhja-Korea vonn), |
4454
|
|
|
|
|
|
|
'other' => q(Põhja-Korea vonni), |
4455
|
|
|
|
|
|
|
}, |
4456
|
|
|
|
|
|
|
}, |
4457
|
|
|
|
|
|
|
'KRO' => { |
4458
|
|
|
|
|
|
|
display_name => { |
4459
|
|
|
|
|
|
|
'currency' => q(Lõuna-Korea vonn \(1945â1953\)), |
4460
|
|
|
|
|
|
|
'one' => q(Lõuna-Korea vonn \(1945â1953\)), |
4461
|
|
|
|
|
|
|
'other' => q(Lõuna-Korea vonni \(1945â1953\)), |
4462
|
|
|
|
|
|
|
}, |
4463
|
|
|
|
|
|
|
}, |
4464
|
|
|
|
|
|
|
'KRW' => { |
4465
|
|
|
|
|
|
|
symbol => 'â©', |
4466
|
|
|
|
|
|
|
display_name => { |
4467
|
|
|
|
|
|
|
'currency' => q(Lõuna-Korea vonn), |
4468
|
|
|
|
|
|
|
'one' => q(Lõuna-Korea vonn), |
4469
|
|
|
|
|
|
|
'other' => q(Lõuna-Korea vonni), |
4470
|
|
|
|
|
|
|
}, |
4471
|
|
|
|
|
|
|
}, |
4472
|
|
|
|
|
|
|
'KWD' => { |
4473
|
|
|
|
|
|
|
symbol => 'KWD', |
4474
|
|
|
|
|
|
|
display_name => { |
4475
|
|
|
|
|
|
|
'currency' => q(Kuveidi dinaar), |
4476
|
|
|
|
|
|
|
'one' => q(Kuveidi dinaar), |
4477
|
|
|
|
|
|
|
'other' => q(Kuveidi dinaari), |
4478
|
|
|
|
|
|
|
}, |
4479
|
|
|
|
|
|
|
}, |
4480
|
|
|
|
|
|
|
'KYD' => { |
4481
|
|
|
|
|
|
|
symbol => 'KYD', |
4482
|
|
|
|
|
|
|
display_name => { |
4483
|
|
|
|
|
|
|
'currency' => q(Kaimanisaarte dollar), |
4484
|
|
|
|
|
|
|
'one' => q(Kaimanisaarte dollar), |
4485
|
|
|
|
|
|
|
'other' => q(Kaimanisaarte dollarit), |
4486
|
|
|
|
|
|
|
}, |
4487
|
|
|
|
|
|
|
}, |
4488
|
|
|
|
|
|
|
'KZT' => { |
4489
|
|
|
|
|
|
|
symbol => 'KZT', |
4490
|
|
|
|
|
|
|
display_name => { |
4491
|
|
|
|
|
|
|
'currency' => q(Kasahstani tenge), |
4492
|
|
|
|
|
|
|
'one' => q(Kasahstani tenge), |
4493
|
|
|
|
|
|
|
'other' => q(Kasahstani tenget), |
4494
|
|
|
|
|
|
|
}, |
4495
|
|
|
|
|
|
|
}, |
4496
|
|
|
|
|
|
|
'LAK' => { |
4497
|
|
|
|
|
|
|
symbol => 'LAK', |
4498
|
|
|
|
|
|
|
display_name => { |
4499
|
|
|
|
|
|
|
'currency' => q(Laose kiip), |
4500
|
|
|
|
|
|
|
'one' => q(Laose kiip), |
4501
|
|
|
|
|
|
|
'other' => q(Laose kiipi), |
4502
|
|
|
|
|
|
|
}, |
4503
|
|
|
|
|
|
|
}, |
4504
|
|
|
|
|
|
|
'LBP' => { |
4505
|
|
|
|
|
|
|
symbol => 'LBP', |
4506
|
|
|
|
|
|
|
display_name => { |
4507
|
|
|
|
|
|
|
'currency' => q(Liibanoni nael), |
4508
|
|
|
|
|
|
|
'one' => q(Liibanoni nael), |
4509
|
|
|
|
|
|
|
'other' => q(Liibanoni naela), |
4510
|
|
|
|
|
|
|
}, |
4511
|
|
|
|
|
|
|
}, |
4512
|
|
|
|
|
|
|
'LKR' => { |
4513
|
|
|
|
|
|
|
symbol => 'LKR', |
4514
|
|
|
|
|
|
|
display_name => { |
4515
|
|
|
|
|
|
|
'currency' => q(Sri Lanka ruupia), |
4516
|
|
|
|
|
|
|
'one' => q(Sri Lanka ruupia), |
4517
|
|
|
|
|
|
|
'other' => q(Sri Lanka ruupiat), |
4518
|
|
|
|
|
|
|
}, |
4519
|
|
|
|
|
|
|
}, |
4520
|
|
|
|
|
|
|
'LRD' => { |
4521
|
|
|
|
|
|
|
symbol => 'LRD', |
4522
|
|
|
|
|
|
|
display_name => { |
4523
|
|
|
|
|
|
|
'currency' => q(Libeeria dollar), |
4524
|
|
|
|
|
|
|
'one' => q(Libeeria dollar), |
4525
|
|
|
|
|
|
|
'other' => q(Libeeria dollarit), |
4526
|
|
|
|
|
|
|
}, |
4527
|
|
|
|
|
|
|
}, |
4528
|
|
|
|
|
|
|
'LSL' => { |
4529
|
|
|
|
|
|
|
display_name => { |
4530
|
|
|
|
|
|
|
'currency' => q(Lesotho loti), |
4531
|
|
|
|
|
|
|
'one' => q(Lesotho loti), |
4532
|
|
|
|
|
|
|
'other' => q(Lesotho lotit), |
4533
|
|
|
|
|
|
|
}, |
4534
|
|
|
|
|
|
|
}, |
4535
|
|
|
|
|
|
|
'LTL' => { |
4536
|
|
|
|
|
|
|
symbol => 'LTL', |
4537
|
|
|
|
|
|
|
display_name => { |
4538
|
|
|
|
|
|
|
'currency' => q(Leedu litt), |
4539
|
|
|
|
|
|
|
'one' => q(Leedu litt), |
4540
|
|
|
|
|
|
|
'other' => q(Leedu litti), |
4541
|
|
|
|
|
|
|
}, |
4542
|
|
|
|
|
|
|
}, |
4543
|
|
|
|
|
|
|
'LUC' => { |
4544
|
|
|
|
|
|
|
display_name => { |
4545
|
|
|
|
|
|
|
'currency' => q(Luksemburgi konverteeritav frank), |
4546
|
|
|
|
|
|
|
'one' => q(Luksemburgi konverteeritav frank), |
4547
|
|
|
|
|
|
|
'other' => q(Luksemburgi konverteeritavat franki), |
4548
|
|
|
|
|
|
|
}, |
4549
|
|
|
|
|
|
|
}, |
4550
|
|
|
|
|
|
|
'LUF' => { |
4551
|
|
|
|
|
|
|
display_name => { |
4552
|
|
|
|
|
|
|
'currency' => q(Luksemburgi frank), |
4553
|
|
|
|
|
|
|
'one' => q(Luksemburgi frank), |
4554
|
|
|
|
|
|
|
'other' => q(Luksemburgi franki), |
4555
|
|
|
|
|
|
|
}, |
4556
|
|
|
|
|
|
|
}, |
4557
|
|
|
|
|
|
|
'LVL' => { |
4558
|
|
|
|
|
|
|
symbol => 'LVL', |
4559
|
|
|
|
|
|
|
display_name => { |
4560
|
|
|
|
|
|
|
'currency' => q(Läti latt), |
4561
|
|
|
|
|
|
|
'one' => q(Läti latt), |
4562
|
|
|
|
|
|
|
'other' => q(Läti latti), |
4563
|
|
|
|
|
|
|
}, |
4564
|
|
|
|
|
|
|
}, |
4565
|
|
|
|
|
|
|
'LVR' => { |
4566
|
|
|
|
|
|
|
display_name => { |
4567
|
|
|
|
|
|
|
'currency' => q(Läti rubla), |
4568
|
|
|
|
|
|
|
'one' => q(Läti rubla), |
4569
|
|
|
|
|
|
|
'other' => q(Läti rubla), |
4570
|
|
|
|
|
|
|
}, |
4571
|
|
|
|
|
|
|
}, |
4572
|
|
|
|
|
|
|
'LYD' => { |
4573
|
|
|
|
|
|
|
symbol => 'LYD', |
4574
|
|
|
|
|
|
|
display_name => { |
4575
|
|
|
|
|
|
|
'currency' => q(Liibüa dinaar), |
4576
|
|
|
|
|
|
|
'one' => q(Liibüa dinaar), |
4577
|
|
|
|
|
|
|
'other' => q(Liibüa dinaari), |
4578
|
|
|
|
|
|
|
}, |
4579
|
|
|
|
|
|
|
}, |
4580
|
|
|
|
|
|
|
'MAD' => { |
4581
|
|
|
|
|
|
|
symbol => 'MAD', |
4582
|
|
|
|
|
|
|
display_name => { |
4583
|
|
|
|
|
|
|
'currency' => q(Maroko dirhem), |
4584
|
|
|
|
|
|
|
'one' => q(Maroko dirhem), |
4585
|
|
|
|
|
|
|
'other' => q(Maroko dirhemit), |
4586
|
|
|
|
|
|
|
}, |
4587
|
|
|
|
|
|
|
}, |
4588
|
|
|
|
|
|
|
'MAF' => { |
4589
|
|
|
|
|
|
|
display_name => { |
4590
|
|
|
|
|
|
|
'currency' => q(Maroko frank), |
4591
|
|
|
|
|
|
|
'one' => q(Maroko frank), |
4592
|
|
|
|
|
|
|
'other' => q(Maroko franki), |
4593
|
|
|
|
|
|
|
}, |
4594
|
|
|
|
|
|
|
}, |
4595
|
|
|
|
|
|
|
'MCF' => { |
4596
|
|
|
|
|
|
|
display_name => { |
4597
|
|
|
|
|
|
|
'currency' => q(Monaco frank), |
4598
|
|
|
|
|
|
|
'one' => q(Monaco frank), |
4599
|
|
|
|
|
|
|
'other' => q(Monaco franki), |
4600
|
|
|
|
|
|
|
}, |
4601
|
|
|
|
|
|
|
}, |
4602
|
|
|
|
|
|
|
'MDL' => { |
4603
|
|
|
|
|
|
|
symbol => 'MDL', |
4604
|
|
|
|
|
|
|
display_name => { |
4605
|
|
|
|
|
|
|
'currency' => q(Moldova leu), |
4606
|
|
|
|
|
|
|
'one' => q(Moldova leu), |
4607
|
|
|
|
|
|
|
'other' => q(Moldova leud), |
4608
|
|
|
|
|
|
|
}, |
4609
|
|
|
|
|
|
|
}, |
4610
|
|
|
|
|
|
|
'MGA' => { |
4611
|
|
|
|
|
|
|
symbol => 'MGA', |
4612
|
|
|
|
|
|
|
display_name => { |
4613
|
|
|
|
|
|
|
'currency' => q(Madagaskari ariari), |
4614
|
|
|
|
|
|
|
'one' => q(Madagaskari ariari), |
4615
|
|
|
|
|
|
|
'other' => q(Madagaskari ariarit), |
4616
|
|
|
|
|
|
|
}, |
4617
|
|
|
|
|
|
|
}, |
4618
|
|
|
|
|
|
|
'MGF' => { |
4619
|
|
|
|
|
|
|
display_name => { |
4620
|
|
|
|
|
|
|
'currency' => q(Madagaskar frank), |
4621
|
|
|
|
|
|
|
'one' => q(Madagaskar frank), |
4622
|
|
|
|
|
|
|
'other' => q(Madagaskar franki), |
4623
|
|
|
|
|
|
|
}, |
4624
|
|
|
|
|
|
|
}, |
4625
|
|
|
|
|
|
|
'MKD' => { |
4626
|
|
|
|
|
|
|
symbol => 'MKD', |
4627
|
|
|
|
|
|
|
display_name => { |
4628
|
|
|
|
|
|
|
'currency' => q(Makedoonia dinaar), |
4629
|
|
|
|
|
|
|
'one' => q(Makedoonia dinaar), |
4630
|
|
|
|
|
|
|
'other' => q(Makedoonia dinaari), |
4631
|
|
|
|
|
|
|
}, |
4632
|
|
|
|
|
|
|
}, |
4633
|
|
|
|
|
|
|
'MKN' => { |
4634
|
|
|
|
|
|
|
display_name => { |
4635
|
|
|
|
|
|
|
'currency' => q(Makedoonia dinaar \(1992â1993\)), |
4636
|
|
|
|
|
|
|
'one' => q(Makedoonia dinaar \(1992â1993\)), |
4637
|
|
|
|
|
|
|
'other' => q(Makedoonia dinaari \(1992â1993\)), |
4638
|
|
|
|
|
|
|
}, |
4639
|
|
|
|
|
|
|
}, |
4640
|
|
|
|
|
|
|
'MLF' => { |
4641
|
|
|
|
|
|
|
display_name => { |
4642
|
|
|
|
|
|
|
'currency' => q(Mali frank), |
4643
|
|
|
|
|
|
|
'one' => q(Mali frank), |
4644
|
|
|
|
|
|
|
'other' => q(Mali franki), |
4645
|
|
|
|
|
|
|
}, |
4646
|
|
|
|
|
|
|
}, |
4647
|
|
|
|
|
|
|
'MMK' => { |
4648
|
|
|
|
|
|
|
symbol => 'MMK', |
4649
|
|
|
|
|
|
|
display_name => { |
4650
|
|
|
|
|
|
|
'currency' => q(Myanmari kjatt), |
4651
|
|
|
|
|
|
|
'one' => q(Myanmari kjatt), |
4652
|
|
|
|
|
|
|
'other' => q(Myanmari kjatti), |
4653
|
|
|
|
|
|
|
}, |
4654
|
|
|
|
|
|
|
}, |
4655
|
|
|
|
|
|
|
'MNT' => { |
4656
|
|
|
|
|
|
|
symbol => 'MNT', |
4657
|
|
|
|
|
|
|
display_name => { |
4658
|
|
|
|
|
|
|
'currency' => q(Mongoolia tugrik), |
4659
|
|
|
|
|
|
|
'one' => q(Mongoolia tugrik), |
4660
|
|
|
|
|
|
|
'other' => q(Mongoolia tugrikut), |
4661
|
|
|
|
|
|
|
}, |
4662
|
|
|
|
|
|
|
}, |
4663
|
|
|
|
|
|
|
'MOP' => { |
4664
|
|
|
|
|
|
|
symbol => 'MOP', |
4665
|
|
|
|
|
|
|
display_name => { |
4666
|
|
|
|
|
|
|
'currency' => q(Macau pataaka), |
4667
|
|
|
|
|
|
|
'one' => q(Macau pataaka), |
4668
|
|
|
|
|
|
|
'other' => q(Macau pataakat), |
4669
|
|
|
|
|
|
|
}, |
4670
|
|
|
|
|
|
|
}, |
4671
|
|
|
|
|
|
|
'MRO' => { |
4672
|
|
|
|
|
|
|
symbol => 'MRO', |
4673
|
|
|
|
|
|
|
display_name => { |
4674
|
|
|
|
|
|
|
'currency' => q(Mauritaania ugia), |
4675
|
|
|
|
|
|
|
'one' => q(Mauritaania ugia), |
4676
|
|
|
|
|
|
|
'other' => q(Mauritaania ugiat), |
4677
|
|
|
|
|
|
|
}, |
4678
|
|
|
|
|
|
|
}, |
4679
|
|
|
|
|
|
|
'MTL' => { |
4680
|
|
|
|
|
|
|
display_name => { |
4681
|
|
|
|
|
|
|
'currency' => q(Malta liir), |
4682
|
|
|
|
|
|
|
'one' => q(Malta liir), |
4683
|
|
|
|
|
|
|
'other' => q(Malta liiri), |
4684
|
|
|
|
|
|
|
}, |
4685
|
|
|
|
|
|
|
}, |
4686
|
|
|
|
|
|
|
'MTP' => { |
4687
|
|
|
|
|
|
|
display_name => { |
4688
|
|
|
|
|
|
|
'currency' => q(Malta nael), |
4689
|
|
|
|
|
|
|
'one' => q(Malta nael), |
4690
|
|
|
|
|
|
|
'other' => q(Malta naela), |
4691
|
|
|
|
|
|
|
}, |
4692
|
|
|
|
|
|
|
}, |
4693
|
|
|
|
|
|
|
'MUR' => { |
4694
|
|
|
|
|
|
|
symbol => 'MUR', |
4695
|
|
|
|
|
|
|
display_name => { |
4696
|
|
|
|
|
|
|
'currency' => q(Mauritiuse ruupia), |
4697
|
|
|
|
|
|
|
'one' => q(Mauritiuse ruupia), |
4698
|
|
|
|
|
|
|
'other' => q(Mauritiuse ruupiat), |
4699
|
|
|
|
|
|
|
}, |
4700
|
|
|
|
|
|
|
}, |
4701
|
|
|
|
|
|
|
'MVP' => { |
4702
|
|
|
|
|
|
|
display_name => { |
4703
|
|
|
|
|
|
|
'currency' => q(Maldiivi ruupia \(1947â1981\)), |
4704
|
|
|
|
|
|
|
'one' => q(Maldiivi ruupia \(1947â1981\)), |
4705
|
|
|
|
|
|
|
'other' => q(Maldiivi ruupiat \(1947â1981\)), |
4706
|
|
|
|
|
|
|
}, |
4707
|
|
|
|
|
|
|
}, |
4708
|
|
|
|
|
|
|
'MVR' => { |
4709
|
|
|
|
|
|
|
symbol => 'MVR', |
4710
|
|
|
|
|
|
|
display_name => { |
4711
|
|
|
|
|
|
|
'currency' => q(Maldiivi ruupia), |
4712
|
|
|
|
|
|
|
'one' => q(Maldiivi ruupia), |
4713
|
|
|
|
|
|
|
'other' => q(Maldiivi ruupiat), |
4714
|
|
|
|
|
|
|
}, |
4715
|
|
|
|
|
|
|
}, |
4716
|
|
|
|
|
|
|
'MWK' => { |
4717
|
|
|
|
|
|
|
symbol => 'MWK', |
4718
|
|
|
|
|
|
|
display_name => { |
4719
|
|
|
|
|
|
|
'currency' => q(Malawi kvatša), |
4720
|
|
|
|
|
|
|
'one' => q(Malawi kvatša), |
4721
|
|
|
|
|
|
|
'other' => q(Malawi kvatšat), |
4722
|
|
|
|
|
|
|
}, |
4723
|
|
|
|
|
|
|
}, |
4724
|
|
|
|
|
|
|
'MXN' => { |
4725
|
|
|
|
|
|
|
symbol => 'MX$', |
4726
|
|
|
|
|
|
|
display_name => { |
4727
|
|
|
|
|
|
|
'currency' => q(Mehhiko peeso), |
4728
|
|
|
|
|
|
|
'one' => q(Mehhiko peeso), |
4729
|
|
|
|
|
|
|
'other' => q(Mehhiko peesot), |
4730
|
|
|
|
|
|
|
}, |
4731
|
|
|
|
|
|
|
}, |
4732
|
|
|
|
|
|
|
'MXP' => { |
4733
|
|
|
|
|
|
|
display_name => { |
4734
|
|
|
|
|
|
|
'currency' => q(Mehhiko peeso \(1861â1992\)), |
4735
|
|
|
|
|
|
|
'one' => q(Mehhiko peeso \(1861â1992\)), |
4736
|
|
|
|
|
|
|
'other' => q(Mehhiko peesot \(1861â1992\)), |
4737
|
|
|
|
|
|
|
}, |
4738
|
|
|
|
|
|
|
}, |
4739
|
|
|
|
|
|
|
'MYR' => { |
4740
|
|
|
|
|
|
|
symbol => 'MYR', |
4741
|
|
|
|
|
|
|
display_name => { |
4742
|
|
|
|
|
|
|
'currency' => q(Malaisia ringgit), |
4743
|
|
|
|
|
|
|
'one' => q(Malaisia ringgit), |
4744
|
|
|
|
|
|
|
'other' => q(Malaisia ringgitit), |
4745
|
|
|
|
|
|
|
}, |
4746
|
|
|
|
|
|
|
}, |
4747
|
|
|
|
|
|
|
'MZE' => { |
4748
|
|
|
|
|
|
|
display_name => { |
4749
|
|
|
|
|
|
|
'currency' => q(Mosambiigi eskuudo), |
4750
|
|
|
|
|
|
|
'one' => q(Mosambiigi eskuudo), |
4751
|
|
|
|
|
|
|
'other' => q(Mosambiigi eskuudot), |
4752
|
|
|
|
|
|
|
}, |
4753
|
|
|
|
|
|
|
}, |
4754
|
|
|
|
|
|
|
'MZM' => { |
4755
|
|
|
|
|
|
|
display_name => { |
4756
|
|
|
|
|
|
|
'currency' => q(Mosambiigi metikal \(1980â2006\)), |
4757
|
|
|
|
|
|
|
'one' => q(Mosambiigi metikal \(1980â2006\)), |
4758
|
|
|
|
|
|
|
'other' => q(Mosambiigi metikali \(1980â2006\)), |
4759
|
|
|
|
|
|
|
}, |
4760
|
|
|
|
|
|
|
}, |
4761
|
|
|
|
|
|
|
'MZN' => { |
4762
|
|
|
|
|
|
|
symbol => 'MZN', |
4763
|
|
|
|
|
|
|
display_name => { |
4764
|
|
|
|
|
|
|
'currency' => q(Mosambiigi metikal), |
4765
|
|
|
|
|
|
|
'one' => q(Mosambiigi metikal), |
4766
|
|
|
|
|
|
|
'other' => q(Mosambiigi metikali), |
4767
|
|
|
|
|
|
|
}, |
4768
|
|
|
|
|
|
|
}, |
4769
|
|
|
|
|
|
|
'NAD' => { |
4770
|
|
|
|
|
|
|
symbol => 'NAD', |
4771
|
|
|
|
|
|
|
display_name => { |
4772
|
|
|
|
|
|
|
'currency' => q(Namiibia dollar), |
4773
|
|
|
|
|
|
|
'one' => q(Namiibia dollar), |
4774
|
|
|
|
|
|
|
'other' => q(Namiibia dollarit), |
4775
|
|
|
|
|
|
|
}, |
4776
|
|
|
|
|
|
|
}, |
4777
|
|
|
|
|
|
|
'NGN' => { |
4778
|
|
|
|
|
|
|
symbol => 'NGN', |
4779
|
|
|
|
|
|
|
display_name => { |
4780
|
|
|
|
|
|
|
'currency' => q(Nigeeria naira), |
4781
|
|
|
|
|
|
|
'one' => q(Nigeeria naira), |
4782
|
|
|
|
|
|
|
'other' => q(Nigeeria nairat), |
4783
|
|
|
|
|
|
|
}, |
4784
|
|
|
|
|
|
|
}, |
4785
|
|
|
|
|
|
|
'NIC' => { |
4786
|
|
|
|
|
|
|
display_name => { |
4787
|
|
|
|
|
|
|
'currency' => q(Nicaragua kordoba \(1988â1991\)), |
4788
|
|
|
|
|
|
|
'one' => q(Nicaragua kordoba \(1988â1991\)), |
4789
|
|
|
|
|
|
|
'other' => q(Nicaragua kordobat \(1988â1991\)), |
4790
|
|
|
|
|
|
|
}, |
4791
|
|
|
|
|
|
|
}, |
4792
|
|
|
|
|
|
|
'NIO' => { |
4793
|
|
|
|
|
|
|
symbol => 'NIO', |
4794
|
|
|
|
|
|
|
display_name => { |
4795
|
|
|
|
|
|
|
'currency' => q(Nicaragua kordoba), |
4796
|
|
|
|
|
|
|
'one' => q(Nicaragua kordoba), |
4797
|
|
|
|
|
|
|
'other' => q(Nicaragua kordobad), |
4798
|
|
|
|
|
|
|
}, |
4799
|
|
|
|
|
|
|
}, |
4800
|
|
|
|
|
|
|
'NLG' => { |
4801
|
|
|
|
|
|
|
display_name => { |
4802
|
|
|
|
|
|
|
'currency' => q(Hollandi kulden), |
4803
|
|
|
|
|
|
|
'one' => q(Hollandi kulden), |
4804
|
|
|
|
|
|
|
'other' => q(Hollandi kuldnat), |
4805
|
|
|
|
|
|
|
}, |
4806
|
|
|
|
|
|
|
}, |
4807
|
|
|
|
|
|
|
'NOK' => { |
4808
|
|
|
|
|
|
|
symbol => 'NOK', |
4809
|
|
|
|
|
|
|
display_name => { |
4810
|
|
|
|
|
|
|
'currency' => q(Norra kroon), |
4811
|
|
|
|
|
|
|
'one' => q(Norra kroon), |
4812
|
|
|
|
|
|
|
'other' => q(Norra krooni), |
4813
|
|
|
|
|
|
|
}, |
4814
|
|
|
|
|
|
|
}, |
4815
|
|
|
|
|
|
|
'NPR' => { |
4816
|
|
|
|
|
|
|
symbol => 'NPR', |
4817
|
|
|
|
|
|
|
display_name => { |
4818
|
|
|
|
|
|
|
'currency' => q(Nepali ruupia), |
4819
|
|
|
|
|
|
|
'one' => q(Nepali ruupia), |
4820
|
|
|
|
|
|
|
'other' => q(Nepali ruupiat), |
4821
|
|
|
|
|
|
|
}, |
4822
|
|
|
|
|
|
|
}, |
4823
|
|
|
|
|
|
|
'NZD' => { |
4824
|
|
|
|
|
|
|
symbol => 'NZ$', |
4825
|
|
|
|
|
|
|
display_name => { |
4826
|
|
|
|
|
|
|
'currency' => q(Uus-Meremaa dollar), |
4827
|
|
|
|
|
|
|
'one' => q(Uus-Meremaa dollar), |
4828
|
|
|
|
|
|
|
'other' => q(Uus-Meremaa dollarit), |
4829
|
|
|
|
|
|
|
}, |
4830
|
|
|
|
|
|
|
}, |
4831
|
|
|
|
|
|
|
'OMR' => { |
4832
|
|
|
|
|
|
|
symbol => 'OMR', |
4833
|
|
|
|
|
|
|
display_name => { |
4834
|
|
|
|
|
|
|
'currency' => q(Omaani riaal), |
4835
|
|
|
|
|
|
|
'one' => q(Omaani riaal), |
4836
|
|
|
|
|
|
|
'other' => q(Omaani riaali), |
4837
|
|
|
|
|
|
|
}, |
4838
|
|
|
|
|
|
|
}, |
4839
|
|
|
|
|
|
|
'PAB' => { |
4840
|
|
|
|
|
|
|
symbol => 'PAB', |
4841
|
|
|
|
|
|
|
display_name => { |
4842
|
|
|
|
|
|
|
'currency' => q(Panama balboa), |
4843
|
|
|
|
|
|
|
'one' => q(Panama balboa), |
4844
|
|
|
|
|
|
|
'other' => q(Panama balboad), |
4845
|
|
|
|
|
|
|
}, |
4846
|
|
|
|
|
|
|
}, |
4847
|
|
|
|
|
|
|
'PEI' => { |
4848
|
|
|
|
|
|
|
display_name => { |
4849
|
|
|
|
|
|
|
'currency' => q(Peruu inti), |
4850
|
|
|
|
|
|
|
}, |
4851
|
|
|
|
|
|
|
}, |
4852
|
|
|
|
|
|
|
'PEN' => { |
4853
|
|
|
|
|
|
|
symbol => 'PEN', |
4854
|
|
|
|
|
|
|
display_name => { |
4855
|
|
|
|
|
|
|
'currency' => q(Peruu uus soll), |
4856
|
|
|
|
|
|
|
'one' => q(Peruu uus soll), |
4857
|
|
|
|
|
|
|
'other' => q(Peruu uut solli), |
4858
|
|
|
|
|
|
|
}, |
4859
|
|
|
|
|
|
|
}, |
4860
|
|
|
|
|
|
|
'PES' => { |
4861
|
|
|
|
|
|
|
display_name => { |
4862
|
|
|
|
|
|
|
'currency' => q(Peruu soll \(1863â1965\)), |
4863
|
|
|
|
|
|
|
'one' => q(Peruu soll \(1863â1965\)), |
4864
|
|
|
|
|
|
|
'other' => q(Peruu solli \(1863â1965\)), |
4865
|
|
|
|
|
|
|
}, |
4866
|
|
|
|
|
|
|
}, |
4867
|
|
|
|
|
|
|
'PGK' => { |
4868
|
|
|
|
|
|
|
symbol => 'PGK', |
4869
|
|
|
|
|
|
|
display_name => { |
4870
|
|
|
|
|
|
|
'currency' => q(Paapua Uus-Guinea kina), |
4871
|
|
|
|
|
|
|
'one' => q(Paapua Uus-Guinea kina), |
4872
|
|
|
|
|
|
|
'other' => q(Paapua Uus-Guinea kinat), |
4873
|
|
|
|
|
|
|
}, |
4874
|
|
|
|
|
|
|
}, |
4875
|
|
|
|
|
|
|
'PHP' => { |
4876
|
|
|
|
|
|
|
symbol => 'PHP', |
4877
|
|
|
|
|
|
|
display_name => { |
4878
|
|
|
|
|
|
|
'currency' => q(Filipiini peeso), |
4879
|
|
|
|
|
|
|
'one' => q(Filipiini peeso), |
4880
|
|
|
|
|
|
|
'other' => q(Filipiini peesot), |
4881
|
|
|
|
|
|
|
}, |
4882
|
|
|
|
|
|
|
}, |
4883
|
|
|
|
|
|
|
'PKR' => { |
4884
|
|
|
|
|
|
|
symbol => 'PKR', |
4885
|
|
|
|
|
|
|
display_name => { |
4886
|
|
|
|
|
|
|
'currency' => q(Pakistani ruupia), |
4887
|
|
|
|
|
|
|
'one' => q(Pakistani ruupia), |
4888
|
|
|
|
|
|
|
'other' => q(Pakistani ruupiat), |
4889
|
|
|
|
|
|
|
}, |
4890
|
|
|
|
|
|
|
}, |
4891
|
|
|
|
|
|
|
'PLN' => { |
4892
|
|
|
|
|
|
|
symbol => 'PLN', |
4893
|
|
|
|
|
|
|
display_name => { |
4894
|
|
|
|
|
|
|
'currency' => q(Poola zlott), |
4895
|
|
|
|
|
|
|
'one' => q(Poola zlott), |
4896
|
|
|
|
|
|
|
'other' => q(Poola zlotti), |
4897
|
|
|
|
|
|
|
}, |
4898
|
|
|
|
|
|
|
}, |
4899
|
|
|
|
|
|
|
'PLZ' => { |
4900
|
|
|
|
|
|
|
display_name => { |
4901
|
|
|
|
|
|
|
'currency' => q(Poola zlott \(1950â1995\)), |
4902
|
|
|
|
|
|
|
'one' => q(Poola zlott \(1950â1995\)), |
4903
|
|
|
|
|
|
|
'other' => q(Poola zlotti \(1950â1995\)), |
4904
|
|
|
|
|
|
|
}, |
4905
|
|
|
|
|
|
|
}, |
4906
|
|
|
|
|
|
|
'PTE' => { |
4907
|
|
|
|
|
|
|
display_name => { |
4908
|
|
|
|
|
|
|
'currency' => q(Portugali eskuudo), |
4909
|
|
|
|
|
|
|
'one' => q(Portugali eskuudo), |
4910
|
|
|
|
|
|
|
'other' => q(Portugali eskuudot), |
4911
|
|
|
|
|
|
|
}, |
4912
|
|
|
|
|
|
|
}, |
4913
|
|
|
|
|
|
|
'PYG' => { |
4914
|
|
|
|
|
|
|
symbol => 'PYG', |
4915
|
|
|
|
|
|
|
display_name => { |
4916
|
|
|
|
|
|
|
'currency' => q(Paraguay guaranii), |
4917
|
|
|
|
|
|
|
'one' => q(Paraguay guaranii), |
4918
|
|
|
|
|
|
|
'other' => q(Paraguay guaraniid), |
4919
|
|
|
|
|
|
|
}, |
4920
|
|
|
|
|
|
|
}, |
4921
|
|
|
|
|
|
|
'QAR' => { |
4922
|
|
|
|
|
|
|
symbol => 'QAR', |
4923
|
|
|
|
|
|
|
display_name => { |
4924
|
|
|
|
|
|
|
'currency' => q(Katari riaal), |
4925
|
|
|
|
|
|
|
'one' => q(Katari riaal), |
4926
|
|
|
|
|
|
|
'other' => q(Katari riaali), |
4927
|
|
|
|
|
|
|
}, |
4928
|
|
|
|
|
|
|
}, |
4929
|
|
|
|
|
|
|
'RHD' => { |
4930
|
|
|
|
|
|
|
display_name => { |
4931
|
|
|
|
|
|
|
'currency' => q(Rodeesia dollar), |
4932
|
|
|
|
|
|
|
'one' => q(Rodeesia dollar), |
4933
|
|
|
|
|
|
|
'other' => q(Rodeesia dollarit), |
4934
|
|
|
|
|
|
|
}, |
4935
|
|
|
|
|
|
|
}, |
4936
|
|
|
|
|
|
|
'ROL' => { |
4937
|
|
|
|
|
|
|
display_name => { |
4938
|
|
|
|
|
|
|
'currency' => q(Rumeenia leu \(1952â2006\)), |
4939
|
|
|
|
|
|
|
'one' => q(Rumeenia leu \(1952â2006\)), |
4940
|
|
|
|
|
|
|
'other' => q(Rumeenia leud \(1952â2006\)), |
4941
|
|
|
|
|
|
|
}, |
4942
|
|
|
|
|
|
|
}, |
4943
|
|
|
|
|
|
|
'RON' => { |
4944
|
|
|
|
|
|
|
symbol => 'RON', |
4945
|
|
|
|
|
|
|
display_name => { |
4946
|
|
|
|
|
|
|
'currency' => q(Rumeenia leu), |
4947
|
|
|
|
|
|
|
'one' => q(Rumeenia leu), |
4948
|
|
|
|
|
|
|
'other' => q(Rumeenia leud), |
4949
|
|
|
|
|
|
|
}, |
4950
|
|
|
|
|
|
|
}, |
4951
|
|
|
|
|
|
|
'RSD' => { |
4952
|
|
|
|
|
|
|
symbol => 'RSD', |
4953
|
|
|
|
|
|
|
display_name => { |
4954
|
|
|
|
|
|
|
'currency' => q(Serbia dinaar), |
4955
|
|
|
|
|
|
|
'one' => q(Serbia dinaar), |
4956
|
|
|
|
|
|
|
'other' => q(Serbia dinaari), |
4957
|
|
|
|
|
|
|
}, |
4958
|
|
|
|
|
|
|
}, |
4959
|
|
|
|
|
|
|
'RUB' => { |
4960
|
|
|
|
|
|
|
symbol => 'RUB', |
4961
|
|
|
|
|
|
|
display_name => { |
4962
|
|
|
|
|
|
|
'currency' => q(Venemaa rubla), |
4963
|
|
|
|
|
|
|
'one' => q(Venemaa rubla), |
4964
|
|
|
|
|
|
|
'other' => q(Venemaa rubla), |
4965
|
|
|
|
|
|
|
}, |
4966
|
|
|
|
|
|
|
}, |
4967
|
|
|
|
|
|
|
'RUR' => { |
4968
|
|
|
|
|
|
|
display_name => { |
4969
|
|
|
|
|
|
|
'currency' => q(Venemaa rubla \(1991â1998\)), |
4970
|
|
|
|
|
|
|
}, |
4971
|
|
|
|
|
|
|
}, |
4972
|
|
|
|
|
|
|
'RWF' => { |
4973
|
|
|
|
|
|
|
symbol => 'RWF', |
4974
|
|
|
|
|
|
|
display_name => { |
4975
|
|
|
|
|
|
|
'currency' => q(Rwanda frank), |
4976
|
|
|
|
|
|
|
'one' => q(Rwanda frank), |
4977
|
|
|
|
|
|
|
'other' => q(Rwanda franki), |
4978
|
|
|
|
|
|
|
}, |
4979
|
|
|
|
|
|
|
}, |
4980
|
|
|
|
|
|
|
'SAR' => { |
4981
|
|
|
|
|
|
|
symbol => 'SAR', |
4982
|
|
|
|
|
|
|
display_name => { |
4983
|
|
|
|
|
|
|
'currency' => q(Saudi Araabia riaal), |
4984
|
|
|
|
|
|
|
'one' => q(Saudi Araabia riaal), |
4985
|
|
|
|
|
|
|
'other' => q(Saudi Araabia riaali), |
4986
|
|
|
|
|
|
|
}, |
4987
|
|
|
|
|
|
|
}, |
4988
|
|
|
|
|
|
|
'SBD' => { |
4989
|
|
|
|
|
|
|
symbol => 'SBD', |
4990
|
|
|
|
|
|
|
display_name => { |
4991
|
|
|
|
|
|
|
'currency' => q(Saalomoni Saarte dollar), |
4992
|
|
|
|
|
|
|
'one' => q(Saalomoni Saarte dollar), |
4993
|
|
|
|
|
|
|
'other' => q(Saalomoni Saarte dollarit), |
4994
|
|
|
|
|
|
|
}, |
4995
|
|
|
|
|
|
|
}, |
4996
|
|
|
|
|
|
|
'SCR' => { |
4997
|
|
|
|
|
|
|
symbol => 'SCR', |
4998
|
|
|
|
|
|
|
display_name => { |
4999
|
|
|
|
|
|
|
'currency' => q(Seišelli ruupia), |
5000
|
|
|
|
|
|
|
'one' => q(Seišelli ruupia), |
5001
|
|
|
|
|
|
|
'other' => q(Seišelli ruupiat), |
5002
|
|
|
|
|
|
|
}, |
5003
|
|
|
|
|
|
|
}, |
5004
|
|
|
|
|
|
|
'SDD' => { |
5005
|
|
|
|
|
|
|
display_name => { |
5006
|
|
|
|
|
|
|
'currency' => q(Sudaani dinaar \(1992â2007\)), |
5007
|
|
|
|
|
|
|
'one' => q(Sudaani dinaar \(1992â2007\)), |
5008
|
|
|
|
|
|
|
'other' => q(Sudaani dinaari \(1992â2007\)), |
5009
|
|
|
|
|
|
|
}, |
5010
|
|
|
|
|
|
|
}, |
5011
|
|
|
|
|
|
|
'SDG' => { |
5012
|
|
|
|
|
|
|
symbol => 'SDG', |
5013
|
|
|
|
|
|
|
display_name => { |
5014
|
|
|
|
|
|
|
'currency' => q(Sudaani nael), |
5015
|
|
|
|
|
|
|
'one' => q(Sudaani nael), |
5016
|
|
|
|
|
|
|
'other' => q(Sudaani naela), |
5017
|
|
|
|
|
|
|
}, |
5018
|
|
|
|
|
|
|
}, |
5019
|
|
|
|
|
|
|
'SDP' => { |
5020
|
|
|
|
|
|
|
display_name => { |
5021
|
|
|
|
|
|
|
'currency' => q(Sudaani nael \(1957â1998\)), |
5022
|
|
|
|
|
|
|
'one' => q(Sudaani nael \(1957â1998\)), |
5023
|
|
|
|
|
|
|
'other' => q(Sudaani naela \(1957â1998\)), |
5024
|
|
|
|
|
|
|
}, |
5025
|
|
|
|
|
|
|
}, |
5026
|
|
|
|
|
|
|
'SEK' => { |
5027
|
|
|
|
|
|
|
symbol => 'SEK', |
5028
|
|
|
|
|
|
|
display_name => { |
5029
|
|
|
|
|
|
|
'currency' => q(Rootsi kroon), |
5030
|
|
|
|
|
|
|
'one' => q(Rootsi kroon), |
5031
|
|
|
|
|
|
|
'other' => q(Rootsi krooni), |
5032
|
|
|
|
|
|
|
}, |
5033
|
|
|
|
|
|
|
}, |
5034
|
|
|
|
|
|
|
'SGD' => { |
5035
|
|
|
|
|
|
|
symbol => 'SGD', |
5036
|
|
|
|
|
|
|
display_name => { |
5037
|
|
|
|
|
|
|
'currency' => q(Singapuri dollar), |
5038
|
|
|
|
|
|
|
'one' => q(Singapuri dollar), |
5039
|
|
|
|
|
|
|
'other' => q(Singapuri dollarit), |
5040
|
|
|
|
|
|
|
}, |
5041
|
|
|
|
|
|
|
}, |
5042
|
|
|
|
|
|
|
'SHP' => { |
5043
|
|
|
|
|
|
|
symbol => 'SHP', |
5044
|
|
|
|
|
|
|
display_name => { |
5045
|
|
|
|
|
|
|
'currency' => q(Saint Helena nael), |
5046
|
|
|
|
|
|
|
'one' => q(Saint Helena nael), |
5047
|
|
|
|
|
|
|
'other' => q(Saint Helena naela), |
5048
|
|
|
|
|
|
|
}, |
5049
|
|
|
|
|
|
|
}, |
5050
|
|
|
|
|
|
|
'SIT' => { |
5051
|
|
|
|
|
|
|
display_name => { |
5052
|
|
|
|
|
|
|
'currency' => q(Sloveenia tolar), |
5053
|
|
|
|
|
|
|
'one' => q(Sloveenia tolar), |
5054
|
|
|
|
|
|
|
'other' => q(Sloveenia tolarit), |
5055
|
|
|
|
|
|
|
}, |
5056
|
|
|
|
|
|
|
}, |
5057
|
|
|
|
|
|
|
'SKK' => { |
5058
|
|
|
|
|
|
|
display_name => { |
5059
|
|
|
|
|
|
|
'currency' => q(Slovaki kroon), |
5060
|
|
|
|
|
|
|
'one' => q(Slovaki kroon), |
5061
|
|
|
|
|
|
|
'other' => q(Slovaki krooni), |
5062
|
|
|
|
|
|
|
}, |
5063
|
|
|
|
|
|
|
}, |
5064
|
|
|
|
|
|
|
'SLL' => { |
5065
|
|
|
|
|
|
|
symbol => 'SLL', |
5066
|
|
|
|
|
|
|
display_name => { |
5067
|
|
|
|
|
|
|
'currency' => q(Sierra Leone leoone), |
5068
|
|
|
|
|
|
|
'one' => q(Sierra Leone leoone), |
5069
|
|
|
|
|
|
|
'other' => q(Sierra Leone leoonet), |
5070
|
|
|
|
|
|
|
}, |
5071
|
|
|
|
|
|
|
}, |
5072
|
|
|
|
|
|
|
'SOS' => { |
5073
|
|
|
|
|
|
|
symbol => 'SOS', |
5074
|
|
|
|
|
|
|
display_name => { |
5075
|
|
|
|
|
|
|
'currency' => q(Somaalia Å¡illing), |
5076
|
|
|
|
|
|
|
'one' => q(Somaalia Å¡illing), |
5077
|
|
|
|
|
|
|
'other' => q(Somaalia Å¡illingit), |
5078
|
|
|
|
|
|
|
}, |
5079
|
|
|
|
|
|
|
}, |
5080
|
|
|
|
|
|
|
'SRD' => { |
5081
|
|
|
|
|
|
|
symbol => 'SRD', |
5082
|
|
|
|
|
|
|
display_name => { |
5083
|
|
|
|
|
|
|
'currency' => q(Suriname dollar), |
5084
|
|
|
|
|
|
|
'one' => q(Suriname dollar), |
5085
|
|
|
|
|
|
|
'other' => q(Suriname dollarit), |
5086
|
|
|
|
|
|
|
}, |
5087
|
|
|
|
|
|
|
}, |
5088
|
|
|
|
|
|
|
'SRG' => { |
5089
|
|
|
|
|
|
|
display_name => { |
5090
|
|
|
|
|
|
|
'currency' => q(Suriname kulden), |
5091
|
|
|
|
|
|
|
'one' => q(Suriname kulden), |
5092
|
|
|
|
|
|
|
'other' => q(Suriname kuldnat), |
5093
|
|
|
|
|
|
|
}, |
5094
|
|
|
|
|
|
|
}, |
5095
|
|
|
|
|
|
|
'SSP' => { |
5096
|
|
|
|
|
|
|
symbol => 'SSP', |
5097
|
|
|
|
|
|
|
display_name => { |
5098
|
|
|
|
|
|
|
'currency' => q(Lõuna-Sudaani nael), |
5099
|
|
|
|
|
|
|
'one' => q(Lõuna-Sudaani nael), |
5100
|
|
|
|
|
|
|
'other' => q(Lõuna-Sudaani naela), |
5101
|
|
|
|
|
|
|
}, |
5102
|
|
|
|
|
|
|
}, |
5103
|
|
|
|
|
|
|
'STD' => { |
5104
|
|
|
|
|
|
|
symbol => 'STD', |
5105
|
|
|
|
|
|
|
display_name => { |
5106
|
|
|
|
|
|
|
'currency' => q(São Tomé ja PrÃncipe dobra), |
5107
|
|
|
|
|
|
|
'one' => q(São Tomé ja PrÃncipe dobra), |
5108
|
|
|
|
|
|
|
'other' => q(São Tomé ja PrÃncipe dobrat), |
5109
|
|
|
|
|
|
|
}, |
5110
|
|
|
|
|
|
|
}, |
5111
|
|
|
|
|
|
|
'SUR' => { |
5112
|
|
|
|
|
|
|
display_name => { |
5113
|
|
|
|
|
|
|
'currency' => q(NSVL-i rubla), |
5114
|
|
|
|
|
|
|
}, |
5115
|
|
|
|
|
|
|
}, |
5116
|
|
|
|
|
|
|
'SVC' => { |
5117
|
|
|
|
|
|
|
display_name => { |
5118
|
|
|
|
|
|
|
'currency' => q(El Salvadori koloon), |
5119
|
|
|
|
|
|
|
'one' => q(El Salvadori koloon), |
5120
|
|
|
|
|
|
|
'other' => q(El Salvadori kolooni), |
5121
|
|
|
|
|
|
|
}, |
5122
|
|
|
|
|
|
|
}, |
5123
|
|
|
|
|
|
|
'SYP' => { |
5124
|
|
|
|
|
|
|
symbol => 'SYP', |
5125
|
|
|
|
|
|
|
display_name => { |
5126
|
|
|
|
|
|
|
'currency' => q(Süüria nael), |
5127
|
|
|
|
|
|
|
'one' => q(Süüria nael), |
5128
|
|
|
|
|
|
|
'other' => q(Süüria naela), |
5129
|
|
|
|
|
|
|
}, |
5130
|
|
|
|
|
|
|
}, |
5131
|
|
|
|
|
|
|
'SZL' => { |
5132
|
|
|
|
|
|
|
symbol => 'SZL', |
5133
|
|
|
|
|
|
|
display_name => { |
5134
|
|
|
|
|
|
|
'currency' => q(Svaasimaa lilangeni), |
5135
|
|
|
|
|
|
|
'one' => q(Svaasimaa lilangeni), |
5136
|
|
|
|
|
|
|
'other' => q(Svaasimaa lilangenit), |
5137
|
|
|
|
|
|
|
}, |
5138
|
|
|
|
|
|
|
}, |
5139
|
|
|
|
|
|
|
'THB' => { |
5140
|
|
|
|
|
|
|
symbol => '฿', |
5141
|
|
|
|
|
|
|
display_name => { |
5142
|
|
|
|
|
|
|
'currency' => q(Tai baat), |
5143
|
|
|
|
|
|
|
'one' => q(Tai baat), |
5144
|
|
|
|
|
|
|
'other' => q(Tai baati), |
5145
|
|
|
|
|
|
|
}, |
5146
|
|
|
|
|
|
|
}, |
5147
|
|
|
|
|
|
|
'TJR' => { |
5148
|
|
|
|
|
|
|
display_name => { |
5149
|
|
|
|
|
|
|
'currency' => q(Tadžikistani rubla), |
5150
|
|
|
|
|
|
|
'one' => q(Tadžikistani rubla), |
5151
|
|
|
|
|
|
|
'other' => q(Tadžikistani rubla), |
5152
|
|
|
|
|
|
|
}, |
5153
|
|
|
|
|
|
|
}, |
5154
|
|
|
|
|
|
|
'TJS' => { |
5155
|
|
|
|
|
|
|
symbol => 'TJS', |
5156
|
|
|
|
|
|
|
display_name => { |
5157
|
|
|
|
|
|
|
'currency' => q(Tadžikistani somoni), |
5158
|
|
|
|
|
|
|
'one' => q(Tadžikistani somoni), |
5159
|
|
|
|
|
|
|
'other' => q(Tadžikistani somonit), |
5160
|
|
|
|
|
|
|
}, |
5161
|
|
|
|
|
|
|
}, |
5162
|
|
|
|
|
|
|
'TMM' => { |
5163
|
|
|
|
|
|
|
display_name => { |
5164
|
|
|
|
|
|
|
'currency' => q(Türkmenistani manat \(1993â2009\)), |
5165
|
|
|
|
|
|
|
'one' => q(Türkmenistani manat \(1993â2009\)), |
5166
|
|
|
|
|
|
|
'other' => q(Türkmenistani manatit \(1993â2009\)), |
5167
|
|
|
|
|
|
|
}, |
5168
|
|
|
|
|
|
|
}, |
5169
|
|
|
|
|
|
|
'TMT' => { |
5170
|
|
|
|
|
|
|
symbol => 'TMT', |
5171
|
|
|
|
|
|
|
display_name => { |
5172
|
|
|
|
|
|
|
'currency' => q(Türkmenistani manat), |
5173
|
|
|
|
|
|
|
'one' => q(Türkmenistani manat), |
5174
|
|
|
|
|
|
|
'other' => q(Türkmenistani manatit), |
5175
|
|
|
|
|
|
|
}, |
5176
|
|
|
|
|
|
|
}, |
5177
|
|
|
|
|
|
|
'TND' => { |
5178
|
|
|
|
|
|
|
symbol => 'TND', |
5179
|
|
|
|
|
|
|
display_name => { |
5180
|
|
|
|
|
|
|
'currency' => q(Tuneesia dinaar), |
5181
|
|
|
|
|
|
|
'one' => q(Tuneesia dinaar), |
5182
|
|
|
|
|
|
|
'other' => q(Tuneesia dinaari), |
5183
|
|
|
|
|
|
|
}, |
5184
|
|
|
|
|
|
|
}, |
5185
|
|
|
|
|
|
|
'TOP' => { |
5186
|
|
|
|
|
|
|
symbol => 'TOP', |
5187
|
|
|
|
|
|
|
display_name => { |
5188
|
|
|
|
|
|
|
'currency' => q(Tonga paâanga), |
5189
|
|
|
|
|
|
|
'one' => q(Tonga paâanga), |
5190
|
|
|
|
|
|
|
'other' => q(Tonga paâangat), |
5191
|
|
|
|
|
|
|
}, |
5192
|
|
|
|
|
|
|
}, |
5193
|
|
|
|
|
|
|
'TPE' => { |
5194
|
|
|
|
|
|
|
display_name => { |
5195
|
|
|
|
|
|
|
'currency' => q(Timori eskuudo), |
5196
|
|
|
|
|
|
|
'one' => q(Timori eskuudo), |
5197
|
|
|
|
|
|
|
'other' => q(Timori eskuudot), |
5198
|
|
|
|
|
|
|
}, |
5199
|
|
|
|
|
|
|
}, |
5200
|
|
|
|
|
|
|
'TRL' => { |
5201
|
|
|
|
|
|
|
display_name => { |
5202
|
|
|
|
|
|
|
'currency' => q(Türgi liir \(1922â2005\)), |
5203
|
|
|
|
|
|
|
'one' => q(Türgi liir \(1922â2005\)), |
5204
|
|
|
|
|
|
|
'other' => q(Türgi liiri \(1922â2005\)), |
5205
|
|
|
|
|
|
|
}, |
5206
|
|
|
|
|
|
|
}, |
5207
|
|
|
|
|
|
|
'TRY' => { |
5208
|
|
|
|
|
|
|
symbol => 'TRY', |
5209
|
|
|
|
|
|
|
display_name => { |
5210
|
|
|
|
|
|
|
'currency' => q(Türgi liir), |
5211
|
|
|
|
|
|
|
'one' => q(Türgi liir), |
5212
|
|
|
|
|
|
|
'other' => q(Türgi liiri), |
5213
|
|
|
|
|
|
|
}, |
5214
|
|
|
|
|
|
|
}, |
5215
|
|
|
|
|
|
|
'TTD' => { |
5216
|
|
|
|
|
|
|
symbol => 'TTD', |
5217
|
|
|
|
|
|
|
display_name => { |
5218
|
|
|
|
|
|
|
'currency' => q(Trinidadi ja Tobago dollar), |
5219
|
|
|
|
|
|
|
'one' => q(Trinidadi ja Tobago dollar), |
5220
|
|
|
|
|
|
|
'other' => q(Trinidadi ja Tobago dollarit), |
5221
|
|
|
|
|
|
|
}, |
5222
|
|
|
|
|
|
|
}, |
5223
|
|
|
|
|
|
|
'TWD' => { |
5224
|
|
|
|
|
|
|
symbol => 'NT$', |
5225
|
|
|
|
|
|
|
display_name => { |
5226
|
|
|
|
|
|
|
'currency' => q(Taiwani dollar), |
5227
|
|
|
|
|
|
|
'one' => q(Taiwani dollar), |
5228
|
|
|
|
|
|
|
'other' => q(Taiwani dollarit), |
5229
|
|
|
|
|
|
|
}, |
5230
|
|
|
|
|
|
|
}, |
5231
|
|
|
|
|
|
|
'TZS' => { |
5232
|
|
|
|
|
|
|
symbol => 'TZS', |
5233
|
|
|
|
|
|
|
display_name => { |
5234
|
|
|
|
|
|
|
'currency' => q(Tansaania Å¡illing), |
5235
|
|
|
|
|
|
|
'one' => q(Tansaania Å¡illing), |
5236
|
|
|
|
|
|
|
'other' => q(Tansaania Å¡illingit), |
5237
|
|
|
|
|
|
|
}, |
5238
|
|
|
|
|
|
|
}, |
5239
|
|
|
|
|
|
|
'UAH' => { |
5240
|
|
|
|
|
|
|
symbol => 'UAH', |
5241
|
|
|
|
|
|
|
display_name => { |
5242
|
|
|
|
|
|
|
'currency' => q(Ukraina grivna), |
5243
|
|
|
|
|
|
|
'one' => q(Ukraina grivna), |
5244
|
|
|
|
|
|
|
'other' => q(Ukraina grivnat), |
5245
|
|
|
|
|
|
|
}, |
5246
|
|
|
|
|
|
|
}, |
5247
|
|
|
|
|
|
|
'UAK' => { |
5248
|
|
|
|
|
|
|
display_name => { |
5249
|
|
|
|
|
|
|
'currency' => q(Ukraina karbovanets), |
5250
|
|
|
|
|
|
|
}, |
5251
|
|
|
|
|
|
|
}, |
5252
|
|
|
|
|
|
|
'UGS' => { |
5253
|
|
|
|
|
|
|
display_name => { |
5254
|
|
|
|
|
|
|
'currency' => q(Uganda Å¡illing \(1966â1987\)), |
5255
|
|
|
|
|
|
|
'one' => q(Uganda Å¡illing \(1966â1987\)), |
5256
|
|
|
|
|
|
|
'other' => q(Uganda Å¡illingit \(1966â1987\)), |
5257
|
|
|
|
|
|
|
}, |
5258
|
|
|
|
|
|
|
}, |
5259
|
|
|
|
|
|
|
'UGX' => { |
5260
|
|
|
|
|
|
|
symbol => 'UGX', |
5261
|
|
|
|
|
|
|
display_name => { |
5262
|
|
|
|
|
|
|
'currency' => q(Uganda Å¡illing), |
5263
|
|
|
|
|
|
|
'one' => q(Uganda Å¡illing), |
5264
|
|
|
|
|
|
|
'other' => q(Uganda Å¡illingit), |
5265
|
|
|
|
|
|
|
}, |
5266
|
|
|
|
|
|
|
}, |
5267
|
|
|
|
|
|
|
'USD' => { |
5268
|
|
|
|
|
|
|
symbol => '$', |
5269
|
|
|
|
|
|
|
display_name => { |
5270
|
|
|
|
|
|
|
'currency' => q(USA dollar), |
5271
|
|
|
|
|
|
|
'one' => q(USA dollar), |
5272
|
|
|
|
|
|
|
'other' => q(USA dollarit), |
5273
|
|
|
|
|
|
|
}, |
5274
|
|
|
|
|
|
|
}, |
5275
|
|
|
|
|
|
|
'USN' => { |
5276
|
|
|
|
|
|
|
display_name => { |
5277
|
|
|
|
|
|
|
'currency' => q(USA järgmise päeva dollar), |
5278
|
|
|
|
|
|
|
}, |
5279
|
|
|
|
|
|
|
}, |
5280
|
|
|
|
|
|
|
'USS' => { |
5281
|
|
|
|
|
|
|
display_name => { |
5282
|
|
|
|
|
|
|
'currency' => q(USA sama päeva dollar), |
5283
|
|
|
|
|
|
|
}, |
5284
|
|
|
|
|
|
|
}, |
5285
|
|
|
|
|
|
|
'UYP' => { |
5286
|
|
|
|
|
|
|
display_name => { |
5287
|
|
|
|
|
|
|
'currency' => q(Uruguay peeso \(1975â1993\)), |
5288
|
|
|
|
|
|
|
'one' => q(Uruguay peeso \(1975â1993\)), |
5289
|
|
|
|
|
|
|
'other' => q(Uruguay peesot \(1975â1993\)), |
5290
|
|
|
|
|
|
|
}, |
5291
|
|
|
|
|
|
|
}, |
5292
|
|
|
|
|
|
|
'UYU' => { |
5293
|
|
|
|
|
|
|
symbol => 'UYU', |
5294
|
|
|
|
|
|
|
display_name => { |
5295
|
|
|
|
|
|
|
'currency' => q(Uruguay peeso), |
5296
|
|
|
|
|
|
|
'one' => q(Uruguay peeso), |
5297
|
|
|
|
|
|
|
'other' => q(Uruguay peesot), |
5298
|
|
|
|
|
|
|
}, |
5299
|
|
|
|
|
|
|
}, |
5300
|
|
|
|
|
|
|
'UZS' => { |
5301
|
|
|
|
|
|
|
symbol => 'UZS', |
5302
|
|
|
|
|
|
|
display_name => { |
5303
|
|
|
|
|
|
|
'currency' => q(Usbekistani somm), |
5304
|
|
|
|
|
|
|
'one' => q(Usbekistani somm), |
5305
|
|
|
|
|
|
|
'other' => q(Usbekistani sommi), |
5306
|
|
|
|
|
|
|
}, |
5307
|
|
|
|
|
|
|
}, |
5308
|
|
|
|
|
|
|
'VEB' => { |
5309
|
|
|
|
|
|
|
display_name => { |
5310
|
|
|
|
|
|
|
'currency' => q(Venezuela boliivar \(1871â2008\)), |
5311
|
|
|
|
|
|
|
'one' => q(Venezuela boliivar \(1871â2008\)), |
5312
|
|
|
|
|
|
|
'other' => q(Venezuela boliivarit \(1871â2008\)), |
5313
|
|
|
|
|
|
|
}, |
5314
|
|
|
|
|
|
|
}, |
5315
|
|
|
|
|
|
|
'VEF' => { |
5316
|
|
|
|
|
|
|
symbol => 'VEF', |
5317
|
|
|
|
|
|
|
display_name => { |
5318
|
|
|
|
|
|
|
'currency' => q(Venezuela boliivar), |
5319
|
|
|
|
|
|
|
'one' => q(Venezuela boliivar), |
5320
|
|
|
|
|
|
|
'other' => q(Venezuela boliivarit), |
5321
|
|
|
|
|
|
|
}, |
5322
|
|
|
|
|
|
|
}, |
5323
|
|
|
|
|
|
|
'VND' => { |
5324
|
|
|
|
|
|
|
symbol => 'â«', |
5325
|
|
|
|
|
|
|
display_name => { |
5326
|
|
|
|
|
|
|
'currency' => q(Vietnami dong), |
5327
|
|
|
|
|
|
|
'one' => q(Vietnami dong), |
5328
|
|
|
|
|
|
|
'other' => q(Vietnami dongi), |
5329
|
|
|
|
|
|
|
}, |
5330
|
|
|
|
|
|
|
}, |
5331
|
|
|
|
|
|
|
'VNN' => { |
5332
|
|
|
|
|
|
|
display_name => { |
5333
|
|
|
|
|
|
|
'currency' => q(Vietnami dong \(1978â1985\)), |
5334
|
|
|
|
|
|
|
'one' => q(Vietnami dong \(1978â1985\)), |
5335
|
|
|
|
|
|
|
'other' => q(Vietnami dongi \(1978â1985\)), |
5336
|
|
|
|
|
|
|
}, |
5337
|
|
|
|
|
|
|
}, |
5338
|
|
|
|
|
|
|
'VUV' => { |
5339
|
|
|
|
|
|
|
symbol => 'VUV', |
5340
|
|
|
|
|
|
|
display_name => { |
5341
|
|
|
|
|
|
|
'currency' => q(Vanuatu vatu), |
5342
|
|
|
|
|
|
|
'one' => q(Vanuatu vatu), |
5343
|
|
|
|
|
|
|
'other' => q(Vanuatu vatut), |
5344
|
|
|
|
|
|
|
}, |
5345
|
|
|
|
|
|
|
}, |
5346
|
|
|
|
|
|
|
'WST' => { |
5347
|
|
|
|
|
|
|
symbol => 'WST', |
5348
|
|
|
|
|
|
|
display_name => { |
5349
|
|
|
|
|
|
|
'currency' => q(Samoa taala), |
5350
|
|
|
|
|
|
|
'one' => q(Samoa taala), |
5351
|
|
|
|
|
|
|
'other' => q(Samoa taalat), |
5352
|
|
|
|
|
|
|
}, |
5353
|
|
|
|
|
|
|
}, |
5354
|
|
|
|
|
|
|
'XAF' => { |
5355
|
|
|
|
|
|
|
symbol => 'FCFA', |
5356
|
|
|
|
|
|
|
display_name => { |
5357
|
|
|
|
|
|
|
'currency' => q(Kesk-Aafrika CFA frank), |
5358
|
|
|
|
|
|
|
'one' => q(Kesk-Aafrika CFA frank), |
5359
|
|
|
|
|
|
|
'other' => q(Kesk-Aafrika CFA franki), |
5360
|
|
|
|
|
|
|
}, |
5361
|
|
|
|
|
|
|
}, |
5362
|
|
|
|
|
|
|
'XAG' => { |
5363
|
|
|
|
|
|
|
display_name => { |
5364
|
|
|
|
|
|
|
'currency' => q(hõbe), |
5365
|
|
|
|
|
|
|
'one' => q(troiunts hõbedat), |
5366
|
|
|
|
|
|
|
'other' => q(troiuntsi hõbedat), |
5367
|
|
|
|
|
|
|
}, |
5368
|
|
|
|
|
|
|
}, |
5369
|
|
|
|
|
|
|
'XAU' => { |
5370
|
|
|
|
|
|
|
display_name => { |
5371
|
|
|
|
|
|
|
'currency' => q(kuld), |
5372
|
|
|
|
|
|
|
'one' => q(troiunts kulda), |
5373
|
|
|
|
|
|
|
'other' => q(troiuntsi kulda), |
5374
|
|
|
|
|
|
|
}, |
5375
|
|
|
|
|
|
|
}, |
5376
|
|
|
|
|
|
|
'XBA' => { |
5377
|
|
|
|
|
|
|
display_name => { |
5378
|
|
|
|
|
|
|
'currency' => q(EURCO), |
5379
|
|
|
|
|
|
|
}, |
5380
|
|
|
|
|
|
|
}, |
5381
|
|
|
|
|
|
|
'XBB' => { |
5382
|
|
|
|
|
|
|
display_name => { |
5383
|
|
|
|
|
|
|
'currency' => q(Euroopa rahaühik), |
5384
|
|
|
|
|
|
|
}, |
5385
|
|
|
|
|
|
|
}, |
5386
|
|
|
|
|
|
|
'XBC' => { |
5387
|
|
|
|
|
|
|
display_name => { |
5388
|
|
|
|
|
|
|
'currency' => q(Euroopa rahaline arvestusühik \(XBC\)), |
5389
|
|
|
|
|
|
|
}, |
5390
|
|
|
|
|
|
|
}, |
5391
|
|
|
|
|
|
|
'XBD' => { |
5392
|
|
|
|
|
|
|
display_name => { |
5393
|
|
|
|
|
|
|
'currency' => q(Euroopa rahaline arvestusühik \(XBD\)), |
5394
|
|
|
|
|
|
|
}, |
5395
|
|
|
|
|
|
|
}, |
5396
|
|
|
|
|
|
|
'XCD' => { |
5397
|
|
|
|
|
|
|
symbol => 'EC$', |
5398
|
|
|
|
|
|
|
display_name => { |
5399
|
|
|
|
|
|
|
'currency' => q(Ida-Kariibi dollar), |
5400
|
|
|
|
|
|
|
'one' => q(Ida-Kariibi dollar), |
5401
|
|
|
|
|
|
|
'other' => q(Ida-Kariibi dollarit), |
5402
|
|
|
|
|
|
|
}, |
5403
|
|
|
|
|
|
|
}, |
5404
|
|
|
|
|
|
|
'XDR' => { |
5405
|
|
|
|
|
|
|
display_name => { |
5406
|
|
|
|
|
|
|
'currency' => q(Rahvusvahelise Valuutafondi arvestusühik), |
5407
|
|
|
|
|
|
|
}, |
5408
|
|
|
|
|
|
|
}, |
5409
|
|
|
|
|
|
|
'XEU' => { |
5410
|
|
|
|
|
|
|
display_name => { |
5411
|
|
|
|
|
|
|
'currency' => q(eküü), |
5412
|
|
|
|
|
|
|
'one' => q(eküü), |
5413
|
|
|
|
|
|
|
'other' => q(eküüd), |
5414
|
|
|
|
|
|
|
}, |
5415
|
|
|
|
|
|
|
}, |
5416
|
|
|
|
|
|
|
'XFO' => { |
5417
|
|
|
|
|
|
|
display_name => { |
5418
|
|
|
|
|
|
|
'currency' => q(Prantsuse kuldfrank), |
5419
|
|
|
|
|
|
|
'one' => q(Prantsuse kuldfrank), |
5420
|
|
|
|
|
|
|
'other' => q(Prantsuse kuldfranki), |
5421
|
|
|
|
|
|
|
}, |
5422
|
|
|
|
|
|
|
}, |
5423
|
|
|
|
|
|
|
'XFU' => { |
5424
|
|
|
|
|
|
|
display_name => { |
5425
|
|
|
|
|
|
|
'currency' => q(Prantsuse UIC-frank), |
5426
|
|
|
|
|
|
|
}, |
5427
|
|
|
|
|
|
|
}, |
5428
|
|
|
|
|
|
|
'XOF' => { |
5429
|
|
|
|
|
|
|
symbol => 'CFA', |
5430
|
|
|
|
|
|
|
display_name => { |
5431
|
|
|
|
|
|
|
'currency' => q(Lääne-Aafrika CFA frank), |
5432
|
|
|
|
|
|
|
'one' => q(Lääne-Aafrika CFA frank), |
5433
|
|
|
|
|
|
|
'other' => q(Lääne-Aafrika CFA franki), |
5434
|
|
|
|
|
|
|
}, |
5435
|
|
|
|
|
|
|
}, |
5436
|
|
|
|
|
|
|
'XPD' => { |
5437
|
|
|
|
|
|
|
display_name => { |
5438
|
|
|
|
|
|
|
'currency' => q(pallaadium), |
5439
|
|
|
|
|
|
|
'one' => q(troiunts pallaadiumit), |
5440
|
|
|
|
|
|
|
'other' => q(troiuntsi pallaadiumit), |
5441
|
|
|
|
|
|
|
}, |
5442
|
|
|
|
|
|
|
}, |
5443
|
|
|
|
|
|
|
'XPF' => { |
5444
|
|
|
|
|
|
|
symbol => 'CFPF', |
5445
|
|
|
|
|
|
|
display_name => { |
5446
|
|
|
|
|
|
|
'currency' => q(CFP frank), |
5447
|
|
|
|
|
|
|
'one' => q(CFP frank), |
5448
|
|
|
|
|
|
|
'other' => q(CFP franki), |
5449
|
|
|
|
|
|
|
}, |
5450
|
|
|
|
|
|
|
}, |
5451
|
|
|
|
|
|
|
'XPT' => { |
5452
|
|
|
|
|
|
|
display_name => { |
5453
|
|
|
|
|
|
|
'currency' => q(plaatina), |
5454
|
|
|
|
|
|
|
'one' => q(troiunts plaatinat), |
5455
|
|
|
|
|
|
|
'other' => q(troiuntsi plaatinat), |
5456
|
|
|
|
|
|
|
}, |
5457
|
|
|
|
|
|
|
}, |
5458
|
|
|
|
|
|
|
'XTS' => { |
5459
|
|
|
|
|
|
|
display_name => { |
5460
|
|
|
|
|
|
|
'currency' => q(vääringute testkood), |
5461
|
|
|
|
|
|
|
}, |
5462
|
|
|
|
|
|
|
}, |
5463
|
|
|
|
|
|
|
'XXX' => { |
5464
|
|
|
|
|
|
|
display_name => { |
5465
|
|
|
|
|
|
|
'currency' => q(määramata rahaühik), |
5466
|
|
|
|
|
|
|
'one' => q(\(määramata rahaühik\)), |
5467
|
|
|
|
|
|
|
'other' => q(\(määramata rahaühikut\)), |
5468
|
|
|
|
|
|
|
}, |
5469
|
|
|
|
|
|
|
}, |
5470
|
|
|
|
|
|
|
'YDD' => { |
5471
|
|
|
|
|
|
|
display_name => { |
5472
|
|
|
|
|
|
|
'currency' => q(Jeemeni dinaar), |
5473
|
|
|
|
|
|
|
'one' => q(Jeemeni dinaar), |
5474
|
|
|
|
|
|
|
'other' => q(Jeemeni dinaari), |
5475
|
|
|
|
|
|
|
}, |
5476
|
|
|
|
|
|
|
}, |
5477
|
|
|
|
|
|
|
'YER' => { |
5478
|
|
|
|
|
|
|
symbol => 'YER', |
5479
|
|
|
|
|
|
|
display_name => { |
5480
|
|
|
|
|
|
|
'currency' => q(Jeemeni riaal), |
5481
|
|
|
|
|
|
|
'one' => q(Jeemeni riaal), |
5482
|
|
|
|
|
|
|
'other' => q(Jeemeni riaali), |
5483
|
|
|
|
|
|
|
}, |
5484
|
|
|
|
|
|
|
}, |
5485
|
|
|
|
|
|
|
'YUM' => { |
5486
|
|
|
|
|
|
|
display_name => { |
5487
|
|
|
|
|
|
|
'currency' => q(Jugoslaavia uus dinaar \(1994â2002\)), |
5488
|
|
|
|
|
|
|
'one' => q(Jugoslaavia uus dinaar \(1994â2002\)), |
5489
|
|
|
|
|
|
|
'other' => q(Jugoslaavia uut dinaari \(1994â2002\)), |
5490
|
|
|
|
|
|
|
}, |
5491
|
|
|
|
|
|
|
}, |
5492
|
|
|
|
|
|
|
'YUN' => { |
5493
|
|
|
|
|
|
|
display_name => { |
5494
|
|
|
|
|
|
|
'currency' => q(Jugoslaavia konverteeritav dinaar \(1990â1992\)), |
5495
|
|
|
|
|
|
|
'one' => q(Jugoslaavia konverteeritav dinaar \(1990â1992\)), |
5496
|
|
|
|
|
|
|
'other' => q(Jugoslaavia konverteeritavat dinaari \(1990â1992\)), |
5497
|
|
|
|
|
|
|
}, |
5498
|
|
|
|
|
|
|
}, |
5499
|
|
|
|
|
|
|
'ZAR' => { |
5500
|
|
|
|
|
|
|
symbol => 'ZAR', |
5501
|
|
|
|
|
|
|
display_name => { |
5502
|
|
|
|
|
|
|
'currency' => q(Lõuna-Aafrika rand), |
5503
|
|
|
|
|
|
|
'one' => q(Lõuna-Aafrika rand), |
5504
|
|
|
|
|
|
|
'other' => q(Lõuna-Aafrika randi), |
5505
|
|
|
|
|
|
|
}, |
5506
|
|
|
|
|
|
|
}, |
5507
|
|
|
|
|
|
|
'ZMK' => { |
5508
|
|
|
|
|
|
|
display_name => { |
5509
|
|
|
|
|
|
|
'currency' => q(Sambia kvatÅ¡a \(1968â2012\)), |
5510
|
|
|
|
|
|
|
'one' => q(Sambia kvatÅ¡a \(1968â2012\)), |
5511
|
|
|
|
|
|
|
'other' => q(Sambia kvatÅ¡at \(1968â2012\)), |
5512
|
|
|
|
|
|
|
}, |
5513
|
|
|
|
|
|
|
}, |
5514
|
|
|
|
|
|
|
'ZMW' => { |
5515
|
|
|
|
|
|
|
symbol => 'ZMW', |
5516
|
|
|
|
|
|
|
display_name => { |
5517
|
|
|
|
|
|
|
'currency' => q(Sambia kvatša), |
5518
|
|
|
|
|
|
|
'one' => q(Sambia kvatša), |
5519
|
|
|
|
|
|
|
'other' => q(Sambia kvatšat), |
5520
|
|
|
|
|
|
|
}, |
5521
|
|
|
|
|
|
|
}, |
5522
|
|
|
|
|
|
|
'ZRZ' => { |
5523
|
|
|
|
|
|
|
display_name => { |
5524
|
|
|
|
|
|
|
'currency' => q(Sairi zaire), |
5525
|
|
|
|
|
|
|
}, |
5526
|
|
|
|
|
|
|
}, |
5527
|
|
|
|
|
|
|
'ZWD' => { |
5528
|
|
|
|
|
|
|
display_name => { |
5529
|
|
|
|
|
|
|
'currency' => q(Zimbabwe dollar \(1980â2008\)), |
5530
|
|
|
|
|
|
|
'one' => q(Zimbabwe dollar \(1980â2008\)), |
5531
|
|
|
|
|
|
|
'other' => q(Zimbabwe dollarit \(1980â2008\)), |
5532
|
|
|
|
|
|
|
}, |
5533
|
|
|
|
|
|
|
}, |
5534
|
|
|
|
|
|
|
'ZWL' => { |
5535
|
|
|
|
|
|
|
display_name => { |
5536
|
|
|
|
|
|
|
'currency' => q(Zimbabwe dollar \(2009\)), |
5537
|
|
|
|
|
|
|
'one' => q(Zimbabwe dollar \(2009\)), |
5538
|
|
|
|
|
|
|
'other' => q(Zimbabwe dollarit \(2009\)), |
5539
|
|
|
|
|
|
|
}, |
5540
|
|
|
|
|
|
|
}, |
5541
|
|
|
|
|
|
|
'ZWR' => { |
5542
|
|
|
|
|
|
|
display_name => { |
5543
|
|
|
|
|
|
|
'currency' => q(Zimbabwe dollar \(2008\)), |
5544
|
|
|
|
|
|
|
'one' => q(Zimbabwe dollar \(2008\)), |
5545
|
|
|
|
|
|
|
'other' => q(Zimbabwe dollarit \(2008\)), |
5546
|
|
|
|
|
|
|
}, |
5547
|
|
|
|
|
|
|
}, |
5548
|
|
|
|
|
|
|
} }, |
5549
|
|
|
|
|
|
|
); |
5550
|
|
|
|
|
|
|
|
5551
|
|
|
|
|
|
|
|
5552
|
|
|
|
|
|
|
has 'calendar_months' => ( |
5553
|
|
|
|
|
|
|
is => 'ro', |
5554
|
|
|
|
|
|
|
isa => HashRef, |
5555
|
|
|
|
|
|
|
init_arg => undef, |
5556
|
|
|
|
|
|
|
default => sub { { |
5557
|
|
|
|
|
|
|
'gregorian' => { |
5558
|
|
|
|
|
|
|
'format' => { |
5559
|
|
|
|
|
|
|
abbreviated => { |
5560
|
|
|
|
|
|
|
nonleap => [ |
5561
|
|
|
|
|
|
|
'jaan', |
5562
|
|
|
|
|
|
|
'veebr', |
5563
|
|
|
|
|
|
|
'märts', |
5564
|
|
|
|
|
|
|
'apr', |
5565
|
|
|
|
|
|
|
'mai', |
5566
|
|
|
|
|
|
|
'juuni', |
5567
|
|
|
|
|
|
|
'juuli', |
5568
|
|
|
|
|
|
|
'aug', |
5569
|
|
|
|
|
|
|
'sept', |
5570
|
|
|
|
|
|
|
'okt', |
5571
|
|
|
|
|
|
|
'nov', |
5572
|
|
|
|
|
|
|
'dets' |
5573
|
|
|
|
|
|
|
], |
5574
|
|
|
|
|
|
|
leap => [ |
5575
|
|
|
|
|
|
|
|
5576
|
|
|
|
|
|
|
], |
5577
|
|
|
|
|
|
|
}, |
5578
|
|
|
|
|
|
|
narrow => { |
5579
|
|
|
|
|
|
|
nonleap => [ |
5580
|
|
|
|
|
|
|
'J', |
5581
|
|
|
|
|
|
|
'V', |
5582
|
|
|
|
|
|
|
'M', |
5583
|
|
|
|
|
|
|
'A', |
5584
|
|
|
|
|
|
|
'M', |
5585
|
|
|
|
|
|
|
'J', |
5586
|
|
|
|
|
|
|
'J', |
5587
|
|
|
|
|
|
|
'A', |
5588
|
|
|
|
|
|
|
'S', |
5589
|
|
|
|
|
|
|
'O', |
5590
|
|
|
|
|
|
|
'N', |
5591
|
|
|
|
|
|
|
'D' |
5592
|
|
|
|
|
|
|
], |
5593
|
|
|
|
|
|
|
leap => [ |
5594
|
|
|
|
|
|
|
|
5595
|
|
|
|
|
|
|
], |
5596
|
|
|
|
|
|
|
}, |
5597
|
|
|
|
|
|
|
wide => { |
5598
|
|
|
|
|
|
|
nonleap => [ |
5599
|
|
|
|
|
|
|
'jaanuar', |
5600
|
|
|
|
|
|
|
'veebruar', |
5601
|
|
|
|
|
|
|
'märts', |
5602
|
|
|
|
|
|
|
'aprill', |
5603
|
|
|
|
|
|
|
'mai', |
5604
|
|
|
|
|
|
|
'juuni', |
5605
|
|
|
|
|
|
|
'juuli', |
5606
|
|
|
|
|
|
|
'august', |
5607
|
|
|
|
|
|
|
'september', |
5608
|
|
|
|
|
|
|
'oktoober', |
5609
|
|
|
|
|
|
|
'november', |
5610
|
|
|
|
|
|
|
'detsember' |
5611
|
|
|
|
|
|
|
], |
5612
|
|
|
|
|
|
|
leap => [ |
5613
|
|
|
|
|
|
|
|
5614
|
|
|
|
|
|
|
], |
5615
|
|
|
|
|
|
|
}, |
5616
|
|
|
|
|
|
|
}, |
5617
|
|
|
|
|
|
|
'stand-alone' => { |
5618
|
|
|
|
|
|
|
abbreviated => { |
5619
|
|
|
|
|
|
|
nonleap => [ |
5620
|
|
|
|
|
|
|
'jaan', |
5621
|
|
|
|
|
|
|
'veebr', |
5622
|
|
|
|
|
|
|
'märts', |
5623
|
|
|
|
|
|
|
'apr', |
5624
|
|
|
|
|
|
|
'mai', |
5625
|
|
|
|
|
|
|
'juuni', |
5626
|
|
|
|
|
|
|
'juuli', |
5627
|
|
|
|
|
|
|
'aug', |
5628
|
|
|
|
|
|
|
'sept', |
5629
|
|
|
|
|
|
|
'okt', |
5630
|
|
|
|
|
|
|
'nov', |
5631
|
|
|
|
|
|
|
'dets' |
5632
|
|
|
|
|
|
|
], |
5633
|
|
|
|
|
|
|
leap => [ |
5634
|
|
|
|
|
|
|
|
5635
|
|
|
|
|
|
|
], |
5636
|
|
|
|
|
|
|
}, |
5637
|
|
|
|
|
|
|
narrow => { |
5638
|
|
|
|
|
|
|
nonleap => [ |
5639
|
|
|
|
|
|
|
'J', |
5640
|
|
|
|
|
|
|
'V', |
5641
|
|
|
|
|
|
|
'M', |
5642
|
|
|
|
|
|
|
'A', |
5643
|
|
|
|
|
|
|
'M', |
5644
|
|
|
|
|
|
|
'J', |
5645
|
|
|
|
|
|
|
'J', |
5646
|
|
|
|
|
|
|
'A', |
5647
|
|
|
|
|
|
|
'S', |
5648
|
|
|
|
|
|
|
'O', |
5649
|
|
|
|
|
|
|
'N', |
5650
|
|
|
|
|
|
|
'D' |
5651
|
|
|
|
|
|
|
], |
5652
|
|
|
|
|
|
|
leap => [ |
5653
|
|
|
|
|
|
|
|
5654
|
|
|
|
|
|
|
], |
5655
|
|
|
|
|
|
|
}, |
5656
|
|
|
|
|
|
|
wide => { |
5657
|
|
|
|
|
|
|
nonleap => [ |
5658
|
|
|
|
|
|
|
'jaanuar', |
5659
|
|
|
|
|
|
|
'veebruar', |
5660
|
|
|
|
|
|
|
'märts', |
5661
|
|
|
|
|
|
|
'aprill', |
5662
|
|
|
|
|
|
|
'mai', |
5663
|
|
|
|
|
|
|
'juuni', |
5664
|
|
|
|
|
|
|
'juuli', |
5665
|
|
|
|
|
|
|
'august', |
5666
|
|
|
|
|
|
|
'september', |
5667
|
|
|
|
|
|
|
'oktoober', |
5668
|
|
|
|
|
|
|
'november', |
5669
|
|
|
|
|
|
|
'detsember' |
5670
|
|
|
|
|
|
|
], |
5671
|
|
|
|
|
|
|
leap => [ |
5672
|
|
|
|
|
|
|
|
5673
|
|
|
|
|
|
|
], |
5674
|
|
|
|
|
|
|
}, |
5675
|
|
|
|
|
|
|
}, |
5676
|
|
|
|
|
|
|
}, |
5677
|
|
|
|
|
|
|
} }, |
5678
|
|
|
|
|
|
|
); |
5679
|
|
|
|
|
|
|
|
5680
|
|
|
|
|
|
|
has 'calendar_days' => ( |
5681
|
|
|
|
|
|
|
is => 'ro', |
5682
|
|
|
|
|
|
|
isa => HashRef, |
5683
|
|
|
|
|
|
|
init_arg => undef, |
5684
|
|
|
|
|
|
|
default => sub { { |
5685
|
|
|
|
|
|
|
'gregorian' => { |
5686
|
|
|
|
|
|
|
'format' => { |
5687
|
|
|
|
|
|
|
abbreviated => { |
5688
|
|
|
|
|
|
|
mon => 'E', |
5689
|
|
|
|
|
|
|
tue => 'T', |
5690
|
|
|
|
|
|
|
wed => 'K', |
5691
|
|
|
|
|
|
|
thu => 'N', |
5692
|
|
|
|
|
|
|
fri => 'R', |
5693
|
|
|
|
|
|
|
sat => 'L', |
5694
|
|
|
|
|
|
|
sun => 'P' |
5695
|
|
|
|
|
|
|
}, |
5696
|
|
|
|
|
|
|
narrow => { |
5697
|
|
|
|
|
|
|
mon => 'E', |
5698
|
|
|
|
|
|
|
tue => 'T', |
5699
|
|
|
|
|
|
|
wed => 'K', |
5700
|
|
|
|
|
|
|
thu => 'N', |
5701
|
|
|
|
|
|
|
fri => 'R', |
5702
|
|
|
|
|
|
|
sat => 'L', |
5703
|
|
|
|
|
|
|
sun => 'P' |
5704
|
|
|
|
|
|
|
}, |
5705
|
|
|
|
|
|
|
short => { |
5706
|
|
|
|
|
|
|
mon => 'E', |
5707
|
|
|
|
|
|
|
tue => 'T', |
5708
|
|
|
|
|
|
|
wed => 'K', |
5709
|
|
|
|
|
|
|
thu => 'N', |
5710
|
|
|
|
|
|
|
fri => 'R', |
5711
|
|
|
|
|
|
|
sat => 'L', |
5712
|
|
|
|
|
|
|
sun => 'P' |
5713
|
|
|
|
|
|
|
}, |
5714
|
|
|
|
|
|
|
wide => { |
5715
|
|
|
|
|
|
|
mon => 'esmaspäev', |
5716
|
|
|
|
|
|
|
tue => 'teisipäev', |
5717
|
|
|
|
|
|
|
wed => 'kolmapäev', |
5718
|
|
|
|
|
|
|
thu => 'neljapäev', |
5719
|
|
|
|
|
|
|
fri => 'reede', |
5720
|
|
|
|
|
|
|
sat => 'laupäev', |
5721
|
|
|
|
|
|
|
sun => 'pühapäev' |
5722
|
|
|
|
|
|
|
}, |
5723
|
|
|
|
|
|
|
}, |
5724
|
|
|
|
|
|
|
'stand-alone' => { |
5725
|
|
|
|
|
|
|
abbreviated => { |
5726
|
|
|
|
|
|
|
mon => 'E', |
5727
|
|
|
|
|
|
|
tue => 'T', |
5728
|
|
|
|
|
|
|
wed => 'K', |
5729
|
|
|
|
|
|
|
thu => 'N', |
5730
|
|
|
|
|
|
|
fri => 'R', |
5731
|
|
|
|
|
|
|
sat => 'L', |
5732
|
|
|
|
|
|
|
sun => 'P' |
5733
|
|
|
|
|
|
|
}, |
5734
|
|
|
|
|
|
|
narrow => { |
5735
|
|
|
|
|
|
|
mon => 'E', |
5736
|
|
|
|
|
|
|
tue => 'T', |
5737
|
|
|
|
|
|
|
wed => 'K', |
5738
|
|
|
|
|
|
|
thu => 'N', |
5739
|
|
|
|
|
|
|
fri => 'R', |
5740
|
|
|
|
|
|
|
sat => 'L', |
5741
|
|
|
|
|
|
|
sun => 'P' |
5742
|
|
|
|
|
|
|
}, |
5743
|
|
|
|
|
|
|
short => { |
5744
|
|
|
|
|
|
|
mon => 'E', |
5745
|
|
|
|
|
|
|
tue => 'T', |
5746
|
|
|
|
|
|
|
wed => 'K', |
5747
|
|
|
|
|
|
|
thu => 'N', |
5748
|
|
|
|
|
|
|
fri => 'R', |
5749
|
|
|
|
|
|
|
sat => 'L', |
5750
|
|
|
|
|
|
|
sun => 'P' |
5751
|
|
|
|
|
|
|
}, |
5752
|
|
|
|
|
|
|
wide => { |
5753
|
|
|
|
|
|
|
mon => 'esmaspäev', |
5754
|
|
|
|
|
|
|
tue => 'teisipäev', |
5755
|
|
|
|
|
|
|
wed => 'kolmapäev', |
5756
|
|
|
|
|
|
|
thu => 'neljapäev', |
5757
|
|
|
|
|
|
|
fri => 'reede', |
5758
|
|
|
|
|
|
|
sat => 'laupäev', |
5759
|
|
|
|
|
|
|
sun => 'pühapäev' |
5760
|
|
|
|
|
|
|
}, |
5761
|
|
|
|
|
|
|
}, |
5762
|
|
|
|
|
|
|
}, |
5763
|
|
|
|
|
|
|
} }, |
5764
|
|
|
|
|
|
|
); |
5765
|
|
|
|
|
|
|
|
5766
|
|
|
|
|
|
|
has 'calendar_quarters' => ( |
5767
|
|
|
|
|
|
|
is => 'ro', |
5768
|
|
|
|
|
|
|
isa => HashRef, |
5769
|
|
|
|
|
|
|
init_arg => undef, |
5770
|
|
|
|
|
|
|
default => sub { { |
5771
|
|
|
|
|
|
|
'gregorian' => { |
5772
|
|
|
|
|
|
|
'format' => { |
5773
|
|
|
|
|
|
|
abbreviated => {0 => 'K1', |
5774
|
|
|
|
|
|
|
1 => 'K2', |
5775
|
|
|
|
|
|
|
2 => 'K3', |
5776
|
|
|
|
|
|
|
3 => 'K4' |
5777
|
|
|
|
|
|
|
}, |
5778
|
|
|
|
|
|
|
narrow => {0 => '1', |
5779
|
|
|
|
|
|
|
1 => '2', |
5780
|
|
|
|
|
|
|
2 => '3', |
5781
|
|
|
|
|
|
|
3 => '4' |
5782
|
|
|
|
|
|
|
}, |
5783
|
|
|
|
|
|
|
wide => {0 => '1. kvartal', |
5784
|
|
|
|
|
|
|
1 => '2. kvartal', |
5785
|
|
|
|
|
|
|
2 => '3. kvartal', |
5786
|
|
|
|
|
|
|
3 => '4. kvartal' |
5787
|
|
|
|
|
|
|
}, |
5788
|
|
|
|
|
|
|
}, |
5789
|
|
|
|
|
|
|
'stand-alone' => { |
5790
|
|
|
|
|
|
|
abbreviated => {0 => 'K1', |
5791
|
|
|
|
|
|
|
1 => 'K2', |
5792
|
|
|
|
|
|
|
2 => 'K3', |
5793
|
|
|
|
|
|
|
3 => 'K4' |
5794
|
|
|
|
|
|
|
}, |
5795
|
|
|
|
|
|
|
narrow => {0 => '1.', |
5796
|
|
|
|
|
|
|
1 => '2.', |
5797
|
|
|
|
|
|
|
2 => '3.', |
5798
|
|
|
|
|
|
|
3 => '4.' |
5799
|
|
|
|
|
|
|
}, |
5800
|
|
|
|
|
|
|
wide => {0 => '1. kvartal', |
5801
|
|
|
|
|
|
|
1 => '2. kvartal', |
5802
|
|
|
|
|
|
|
2 => '3. kvartal', |
5803
|
|
|
|
|
|
|
3 => '4. kvartal' |
5804
|
|
|
|
|
|
|
}, |
5805
|
|
|
|
|
|
|
}, |
5806
|
|
|
|
|
|
|
}, |
5807
|
|
|
|
|
|
|
} }, |
5808
|
|
|
|
|
|
|
); |
5809
|
|
|
|
|
|
|
|
5810
|
|
|
|
|
|
|
has 'day_period_data' => ( |
5811
|
|
|
|
|
|
|
is => 'ro', |
5812
|
|
|
|
|
|
|
isa => CodeRef, |
5813
|
|
|
|
|
|
|
init_arg => undef, |
5814
|
|
|
|
|
|
|
default => sub { sub { |
5815
|
|
|
|
|
|
|
# Time in hhmm format |
5816
|
|
|
|
|
|
|
my ($self, $type, $time, $day_period_type) = @_; |
5817
|
|
|
|
|
|
|
$day_period_type //= 'default'; |
5818
|
|
|
|
|
|
|
SWITCH: |
5819
|
|
|
|
|
|
|
for ($type) { |
5820
|
|
|
|
|
|
|
if ($_ eq 'gregorian') { |
5821
|
|
|
|
|
|
|
if($day_period_type eq 'default') { |
5822
|
|
|
|
|
|
|
return 'midnight' if $time == 0; |
5823
|
|
|
|
|
|
|
return 'noon' if $time == 1200; |
5824
|
|
|
|
|
|
|
return 'evening1' if $time >= 1800 |
5825
|
|
|
|
|
|
|
&& $time < 2300; |
5826
|
|
|
|
|
|
|
return 'afternoon1' if $time >= 1200 |
5827
|
|
|
|
|
|
|
&& $time < 1800; |
5828
|
|
|
|
|
|
|
return 'morning1' if $time >= 500 |
5829
|
|
|
|
|
|
|
&& $time < 1200; |
5830
|
|
|
|
|
|
|
return 'night1' if $time >= 2300; |
5831
|
|
|
|
|
|
|
return 'night1' if $time < 500; |
5832
|
|
|
|
|
|
|
} |
5833
|
|
|
|
|
|
|
if($day_period_type eq 'selection') { |
5834
|
|
|
|
|
|
|
return 'night1' if $time >= 2300; |
5835
|
|
|
|
|
|
|
return 'night1' if $time < 500; |
5836
|
|
|
|
|
|
|
return 'afternoon1' if $time >= 1200 |
5837
|
|
|
|
|
|
|
&& $time < 1800; |
5838
|
|
|
|
|
|
|
return 'morning1' if $time >= 500 |
5839
|
|
|
|
|
|
|
&& $time < 1200; |
5840
|
|
|
|
|
|
|
return 'evening1' if $time >= 1800 |
5841
|
|
|
|
|
|
|
&& $time < 2300; |
5842
|
|
|
|
|
|
|
} |
5843
|
|
|
|
|
|
|
last SWITCH; |
5844
|
|
|
|
|
|
|
} |
5845
|
|
|
|
|
|
|
if ($_ eq 'generic') { |
5846
|
|
|
|
|
|
|
if($day_period_type eq 'default') { |
5847
|
|
|
|
|
|
|
return 'midnight' if $time == 0; |
5848
|
|
|
|
|
|
|
return 'noon' if $time == 1200; |
5849
|
|
|
|
|
|
|
return 'evening1' if $time >= 1800 |
5850
|
|
|
|
|
|
|
&& $time < 2300; |
5851
|
|
|
|
|
|
|
return 'afternoon1' if $time >= 1200 |
5852
|
|
|
|
|
|
|
&& $time < 1800; |
5853
|
|
|
|
|
|
|
return 'morning1' if $time >= 500 |
5854
|
|
|
|
|
|
|
&& $time < 1200; |
5855
|
|
|
|
|
|
|
return 'night1' if $time >= 2300; |
5856
|
|
|
|
|
|
|
return 'night1' if $time < 500; |
5857
|
|
|
|
|
|
|
} |
5858
|
|
|
|
|
|
|
if($day_period_type eq 'selection') { |
5859
|
|
|
|
|
|
|
return 'night1' if $time >= 2300; |
5860
|
|
|
|
|
|
|
return 'night1' if $time < 500; |
5861
|
|
|
|
|
|
|
return 'afternoon1' if $time >= 1200 |
5862
|
|
|
|
|
|
|
&& $time < 1800; |
5863
|
|
|
|
|
|
|
return 'morning1' if $time >= 500 |
5864
|
|
|
|
|
|
|
&& $time < 1200; |
5865
|
|
|
|
|
|
|
return 'evening1' if $time >= 1800 |
5866
|
|
|
|
|
|
|
&& $time < 2300; |
5867
|
|
|
|
|
|
|
} |
5868
|
|
|
|
|
|
|
last SWITCH; |
5869
|
|
|
|
|
|
|
} |
5870
|
|
|
|
|
|
|
} |
5871
|
|
|
|
|
|
|
} }, |
5872
|
|
|
|
|
|
|
); |
5873
|
|
|
|
|
|
|
|
5874
|
|
|
|
|
|
|
around day_period_data => sub { |
5875
|
|
|
|
|
|
|
my ($orig, $self) = @_; |
5876
|
|
|
|
|
|
|
return $self->$orig; |
5877
|
|
|
|
|
|
|
}; |
5878
|
|
|
|
|
|
|
|
5879
|
|
|
|
|
|
|
has 'day_periods' => ( |
5880
|
|
|
|
|
|
|
is => 'ro', |
5881
|
|
|
|
|
|
|
isa => HashRef, |
5882
|
|
|
|
|
|
|
init_arg => undef, |
5883
|
|
|
|
|
|
|
default => sub { { |
5884
|
|
|
|
|
|
|
'gregorian' => { |
5885
|
|
|
|
|
|
|
'format' => { |
5886
|
|
|
|
|
|
|
'wide' => { |
5887
|
|
|
|
|
|
|
'am' => q{AM}, |
5888
|
|
|
|
|
|
|
'evening1' => q{õhtul}, |
5889
|
|
|
|
|
|
|
'noon' => q{keskpäeval}, |
5890
|
|
|
|
|
|
|
'night1' => q{öösel}, |
5891
|
|
|
|
|
|
|
'pm' => q{PM}, |
5892
|
|
|
|
|
|
|
'afternoon1' => q{pärastlõunal}, |
5893
|
|
|
|
|
|
|
'morning1' => q{hommikul}, |
5894
|
|
|
|
|
|
|
'midnight' => q{keskööl}, |
5895
|
|
|
|
|
|
|
}, |
5896
|
|
|
|
|
|
|
'narrow' => { |
5897
|
|
|
|
|
|
|
'midnight' => q{keskööl}, |
5898
|
|
|
|
|
|
|
'night1' => q{öösel}, |
5899
|
|
|
|
|
|
|
'afternoon1' => q{pärastlõunal}, |
5900
|
|
|
|
|
|
|
'pm' => q{p}, |
5901
|
|
|
|
|
|
|
'morning1' => q{hommikul}, |
5902
|
|
|
|
|
|
|
'am' => q{a}, |
5903
|
|
|
|
|
|
|
'evening1' => q{õhtul}, |
5904
|
|
|
|
|
|
|
'noon' => q{n}, |
5905
|
|
|
|
|
|
|
}, |
5906
|
|
|
|
|
|
|
'abbreviated' => { |
5907
|
|
|
|
|
|
|
'am' => q{AM}, |
5908
|
|
|
|
|
|
|
'pm' => q{PM}, |
5909
|
|
|
|
|
|
|
}, |
5910
|
|
|
|
|
|
|
}, |
5911
|
|
|
|
|
|
|
'stand-alone' => { |
5912
|
|
|
|
|
|
|
'wide' => { |
5913
|
|
|
|
|
|
|
'afternoon1' => q{pärastlõuna}, |
5914
|
|
|
|
|
|
|
'pm' => q{PM}, |
5915
|
|
|
|
|
|
|
'morning1' => q{hommik}, |
5916
|
|
|
|
|
|
|
'night1' => q{öö}, |
5917
|
|
|
|
|
|
|
'evening1' => q{õhtu}, |
5918
|
|
|
|
|
|
|
'noon' => q{keskpäev}, |
5919
|
|
|
|
|
|
|
'am' => q{AM}, |
5920
|
|
|
|
|
|
|
'midnight' => q{kesköö}, |
5921
|
|
|
|
|
|
|
}, |
5922
|
|
|
|
|
|
|
}, |
5923
|
|
|
|
|
|
|
}, |
5924
|
|
|
|
|
|
|
} }, |
5925
|
|
|
|
|
|
|
); |
5926
|
|
|
|
|
|
|
|
5927
|
|
|
|
|
|
|
has 'eras' => ( |
5928
|
|
|
|
|
|
|
is => 'ro', |
5929
|
|
|
|
|
|
|
isa => HashRef, |
5930
|
|
|
|
|
|
|
init_arg => undef, |
5931
|
|
|
|
|
|
|
default => sub { { |
5932
|
|
|
|
|
|
|
'generic' => { |
5933
|
|
|
|
|
|
|
}, |
5934
|
|
|
|
|
|
|
'gregorian' => { |
5935
|
|
|
|
|
|
|
abbreviated => { |
5936
|
|
|
|
|
|
|
'0' => 'eKr', |
5937
|
|
|
|
|
|
|
'1' => 'pKr' |
5938
|
|
|
|
|
|
|
}, |
5939
|
|
|
|
|
|
|
narrow => { |
5940
|
|
|
|
|
|
|
'0' => 'eKr', |
5941
|
|
|
|
|
|
|
'1' => 'pKr' |
5942
|
|
|
|
|
|
|
}, |
5943
|
|
|
|
|
|
|
wide => { |
5944
|
|
|
|
|
|
|
'0' => 'enne Kristust', |
5945
|
|
|
|
|
|
|
'1' => 'pärast Kristust' |
5946
|
|
|
|
|
|
|
}, |
5947
|
|
|
|
|
|
|
}, |
5948
|
|
|
|
|
|
|
} }, |
5949
|
|
|
|
|
|
|
); |
5950
|
|
|
|
|
|
|
|
5951
|
|
|
|
|
|
|
has 'date_formats' => ( |
5952
|
|
|
|
|
|
|
is => 'ro', |
5953
|
|
|
|
|
|
|
isa => HashRef, |
5954
|
|
|
|
|
|
|
init_arg => undef, |
5955
|
|
|
|
|
|
|
default => sub { { |
5956
|
|
|
|
|
|
|
'generic' => { |
5957
|
|
|
|
|
|
|
'full' => q{EEEE, d. MMMM y G}, |
5958
|
|
|
|
|
|
|
'long' => q{d. MMMM y G}, |
5959
|
|
|
|
|
|
|
'medium' => q{dd.MM.y G}, |
5960
|
|
|
|
|
|
|
'short' => q{dd.MM.y GGGGG}, |
5961
|
|
|
|
|
|
|
}, |
5962
|
|
|
|
|
|
|
'gregorian' => { |
5963
|
|
|
|
|
|
|
'full' => q{EEEE, d. MMMM y}, |
5964
|
|
|
|
|
|
|
'long' => q{d. MMMM y}, |
5965
|
|
|
|
|
|
|
'medium' => q{d. MMM y}, |
5966
|
|
|
|
|
|
|
'short' => q{dd.MM.yy}, |
5967
|
|
|
|
|
|
|
}, |
5968
|
|
|
|
|
|
|
} }, |
5969
|
|
|
|
|
|
|
); |
5970
|
|
|
|
|
|
|
|
5971
|
|
|
|
|
|
|
has 'time_formats' => ( |
5972
|
|
|
|
|
|
|
is => 'ro', |
5973
|
|
|
|
|
|
|
isa => HashRef, |
5974
|
|
|
|
|
|
|
init_arg => undef, |
5975
|
|
|
|
|
|
|
default => sub { { |
5976
|
|
|
|
|
|
|
'generic' => { |
5977
|
|
|
|
|
|
|
}, |
5978
|
|
|
|
|
|
|
'gregorian' => { |
5979
|
|
|
|
|
|
|
'full' => q{H:mm.ss zzzz}, |
5980
|
|
|
|
|
|
|
'long' => q{H:mm.ss z}, |
5981
|
|
|
|
|
|
|
'medium' => q{H:mm.ss}, |
5982
|
|
|
|
|
|
|
'short' => q{H:mm}, |
5983
|
|
|
|
|
|
|
}, |
5984
|
|
|
|
|
|
|
} }, |
5985
|
|
|
|
|
|
|
); |
5986
|
|
|
|
|
|
|
|
5987
|
|
|
|
|
|
|
has 'datetime_formats' => ( |
5988
|
|
|
|
|
|
|
is => 'ro', |
5989
|
|
|
|
|
|
|
isa => HashRef, |
5990
|
|
|
|
|
|
|
init_arg => undef, |
5991
|
|
|
|
|
|
|
default => sub { { |
5992
|
|
|
|
|
|
|
'generic' => { |
5993
|
|
|
|
|
|
|
'full' => q{{1}, 'kell' {0}}, |
5994
|
|
|
|
|
|
|
'long' => q{{1}, 'kell' {0}}, |
5995
|
|
|
|
|
|
|
'medium' => q{{1} {0}}, |
5996
|
|
|
|
|
|
|
'short' => q{{1} {0}}, |
5997
|
|
|
|
|
|
|
}, |
5998
|
|
|
|
|
|
|
'gregorian' => { |
5999
|
|
|
|
|
|
|
'full' => q{{1} {0}}, |
6000
|
|
|
|
|
|
|
'long' => q{{1} {0}}, |
6001
|
|
|
|
|
|
|
'medium' => q{{1} {0}}, |
6002
|
|
|
|
|
|
|
'short' => q{{1} {0}}, |
6003
|
|
|
|
|
|
|
}, |
6004
|
|
|
|
|
|
|
} }, |
6005
|
|
|
|
|
|
|
); |
6006
|
|
|
|
|
|
|
|
6007
|
|
|
|
|
|
|
has 'datetime_formats_available_formats' => ( |
6008
|
|
|
|
|
|
|
is => 'ro', |
6009
|
|
|
|
|
|
|
isa => HashRef, |
6010
|
|
|
|
|
|
|
init_arg => undef, |
6011
|
|
|
|
|
|
|
default => sub { { |
6012
|
|
|
|
|
|
|
'generic' => { |
6013
|
|
|
|
|
|
|
E => q{ccc}, |
6014
|
|
|
|
|
|
|
Ed => q{E, d}, |
6015
|
|
|
|
|
|
|
Gy => q{y G}, |
6016
|
|
|
|
|
|
|
GyMMM => q{MMM y G}, |
6017
|
|
|
|
|
|
|
GyMMMEd => q{E, d. MMMM y G}, |
6018
|
|
|
|
|
|
|
GyMMMd => q{d. MMM y G}, |
6019
|
|
|
|
|
|
|
H => q{HH}, |
6020
|
|
|
|
|
|
|
Hm => q{HH:mm}, |
6021
|
|
|
|
|
|
|
Hms => q{H:mm.ss}, |
6022
|
|
|
|
|
|
|
M => q{M}, |
6023
|
|
|
|
|
|
|
MEd => q{E, d.M}, |
6024
|
|
|
|
|
|
|
MMM => q{MMMM}, |
6025
|
|
|
|
|
|
|
MMMEd => q{E, d. MMM}, |
6026
|
|
|
|
|
|
|
MMMMEd => q{E, d. MMMM}, |
6027
|
|
|
|
|
|
|
MMMMd => q{d. MMMM}, |
6028
|
|
|
|
|
|
|
MMMd => q{d. MMM}, |
6029
|
|
|
|
|
|
|
Md => q{d.M}, |
6030
|
|
|
|
|
|
|
d => q{d}, |
6031
|
|
|
|
|
|
|
h => q{h a}, |
6032
|
|
|
|
|
|
|
hm => q{h:mm a}, |
6033
|
|
|
|
|
|
|
hms => q{h:mm.ss a}, |
6034
|
|
|
|
|
|
|
mmss => q{mm.ss}, |
6035
|
|
|
|
|
|
|
ms => q{mm.ss}, |
6036
|
|
|
|
|
|
|
y => q{y G}, |
6037
|
|
|
|
|
|
|
yyyy => q{y G}, |
6038
|
|
|
|
|
|
|
yyyyM => q{M.y G}, |
6039
|
|
|
|
|
|
|
yyyyMEd => q{E, d.M y G}, |
6040
|
|
|
|
|
|
|
yyyyMMM => q{MMM y G}, |
6041
|
|
|
|
|
|
|
yyyyMMMEd => q{E, d. MMMM y G}, |
6042
|
|
|
|
|
|
|
yyyyMMMM => q{MMMM y G}, |
6043
|
|
|
|
|
|
|
yyyyMMMd => q{d. MMM y G}, |
6044
|
|
|
|
|
|
|
yyyyMd => q{d.M.y G}, |
6045
|
|
|
|
|
|
|
yyyyQQQ => q{QQQ y G}, |
6046
|
|
|
|
|
|
|
yyyyQQQQ => q{QQQQ y G}, |
6047
|
|
|
|
|
|
|
}, |
6048
|
|
|
|
|
|
|
'gregorian' => { |
6049
|
|
|
|
|
|
|
E => q{ccc}, |
6050
|
|
|
|
|
|
|
EHm => q{E HH:mm}, |
6051
|
|
|
|
|
|
|
EHms => q{E HH:mm.ss}, |
6052
|
|
|
|
|
|
|
Ed => q{E, d}, |
6053
|
|
|
|
|
|
|
Ehm => q{E h:mm a}, |
6054
|
|
|
|
|
|
|
Ehms => q{E h:mm.ss a}, |
6055
|
|
|
|
|
|
|
Gy => q{y G}, |
6056
|
|
|
|
|
|
|
GyMMM => q{MMM y G}, |
6057
|
|
|
|
|
|
|
GyMMMEd => q{E, d. MMMM y G}, |
6058
|
|
|
|
|
|
|
GyMMMd => q{d. MMM y G}, |
6059
|
|
|
|
|
|
|
H => q{HH}, |
6060
|
|
|
|
|
|
|
Hm => q{HH:mm}, |
6061
|
|
|
|
|
|
|
Hms => q{H:mm.ss}, |
6062
|
|
|
|
|
|
|
Hmsv => q{HH:mm.ss v}, |
6063
|
|
|
|
|
|
|
Hmv => q{HH:mm v}, |
6064
|
|
|
|
|
|
|
M => q{M}, |
6065
|
|
|
|
|
|
|
MEd => q{E, d.M}, |
6066
|
|
|
|
|
|
|
MMM => q{MMMM}, |
6067
|
|
|
|
|
|
|
MMMEd => q{E, d. MMM}, |
6068
|
|
|
|
|
|
|
MMMMEd => q{E, d. MMMM}, |
6069
|
|
|
|
|
|
|
MMMMd => q{d. MMMM}, |
6070
|
|
|
|
|
|
|
MMMd => q{d. MMM}, |
6071
|
|
|
|
|
|
|
Md => q{d.M}, |
6072
|
|
|
|
|
|
|
d => q{d}, |
6073
|
|
|
|
|
|
|
h => q{h a}, |
6074
|
|
|
|
|
|
|
hm => q{h:mm a}, |
6075
|
|
|
|
|
|
|
hms => q{h:mm.ss a}, |
6076
|
|
|
|
|
|
|
hmsv => q{h:mm.ss a v}, |
6077
|
|
|
|
|
|
|
hmv => q{h:mm a v}, |
6078
|
|
|
|
|
|
|
mmss => q{mm.ss}, |
6079
|
|
|
|
|
|
|
ms => q{mm.ss}, |
6080
|
|
|
|
|
|
|
y => q{y}, |
6081
|
|
|
|
|
|
|
yM => q{M.y}, |
6082
|
|
|
|
|
|
|
yMEd => q{E, d.M.y}, |
6083
|
|
|
|
|
|
|
yMMM => q{MMM y}, |
6084
|
|
|
|
|
|
|
yMMMEd => q{E, d. MMMM y}, |
6085
|
|
|
|
|
|
|
yMMMM => q{MMMM y}, |
6086
|
|
|
|
|
|
|
yMMMd => q{d. MMM y}, |
6087
|
|
|
|
|
|
|
yMd => q{d.M.y}, |
6088
|
|
|
|
|
|
|
yQQQ => q{QQQ y}, |
6089
|
|
|
|
|
|
|
yQQQQ => q{QQQQ y}, |
6090
|
|
|
|
|
|
|
}, |
6091
|
|
|
|
|
|
|
} }, |
6092
|
|
|
|
|
|
|
); |
6093
|
|
|
|
|
|
|
|
6094
|
|
|
|
|
|
|
has 'datetime_formats_append_item' => ( |
6095
|
|
|
|
|
|
|
is => 'ro', |
6096
|
|
|
|
|
|
|
isa => HashRef, |
6097
|
|
|
|
|
|
|
init_arg => undef, |
6098
|
|
|
|
|
|
|
default => sub { { |
6099
|
|
|
|
|
|
|
'gregorian' => { |
6100
|
|
|
|
|
|
|
'Timezone' => '{0} {1}', |
6101
|
|
|
|
|
|
|
}, |
6102
|
|
|
|
|
|
|
} }, |
6103
|
|
|
|
|
|
|
); |
6104
|
|
|
|
|
|
|
|
6105
|
|
|
|
|
|
|
has 'datetime_formats_interval' => ( |
6106
|
|
|
|
|
|
|
is => 'ro', |
6107
|
|
|
|
|
|
|
isa => HashRef, |
6108
|
|
|
|
|
|
|
init_arg => undef, |
6109
|
|
|
|
|
|
|
default => sub { { |
6110
|
|
|
|
|
|
|
'generic' => { |
6111
|
|
|
|
|
|
|
H => { |
6112
|
|
|
|
|
|
|
H => q{HHâHH}, |
6113
|
|
|
|
|
|
|
}, |
6114
|
|
|
|
|
|
|
Hm => { |
6115
|
|
|
|
|
|
|
H => q{HH:mmâHH:mm}, |
6116
|
|
|
|
|
|
|
m => q{HH:mmâHH:mm}, |
6117
|
|
|
|
|
|
|
}, |
6118
|
|
|
|
|
|
|
Hmv => { |
6119
|
|
|
|
|
|
|
H => q{HH:mmâHH:mm v}, |
6120
|
|
|
|
|
|
|
m => q{HH:mmâHH:mm v}, |
6121
|
|
|
|
|
|
|
}, |
6122
|
|
|
|
|
|
|
Hv => { |
6123
|
|
|
|
|
|
|
H => q{HHâHH v}, |
6124
|
|
|
|
|
|
|
}, |
6125
|
|
|
|
|
|
|
M => { |
6126
|
|
|
|
|
|
|
M => q{MâM}, |
6127
|
|
|
|
|
|
|
}, |
6128
|
|
|
|
|
|
|
MEd => { |
6129
|
|
|
|
|
|
|
M => q{E, dd.MM â E, dd.MM}, |
6130
|
|
|
|
|
|
|
d => q{E, dd.MM â E, dd.MM}, |
6131
|
|
|
|
|
|
|
}, |
6132
|
|
|
|
|
|
|
MMM => { |
6133
|
|
|
|
|
|
|
M => q{MMMâMMM}, |
6134
|
|
|
|
|
|
|
}, |
6135
|
|
|
|
|
|
|
MMMEd => { |
6136
|
|
|
|
|
|
|
M => q{E, d. MMM â E, d. MMM}, |
6137
|
|
|
|
|
|
|
d => q{E, d. MMM â E, d. MMM}, |
6138
|
|
|
|
|
|
|
}, |
6139
|
|
|
|
|
|
|
MMMd => { |
6140
|
|
|
|
|
|
|
M => q{d. MMM â d. MMM}, |
6141
|
|
|
|
|
|
|
d => q{d.âd. MMM}, |
6142
|
|
|
|
|
|
|
}, |
6143
|
|
|
|
|
|
|
Md => { |
6144
|
|
|
|
|
|
|
M => q{dd.MMâdd.MM}, |
6145
|
|
|
|
|
|
|
d => q{dd.MMâdd.MM}, |
6146
|
|
|
|
|
|
|
}, |
6147
|
|
|
|
|
|
|
d => { |
6148
|
|
|
|
|
|
|
d => q{dâd}, |
6149
|
|
|
|
|
|
|
}, |
6150
|
|
|
|
|
|
|
fallback => '{0}â{1}', |
6151
|
|
|
|
|
|
|
h => { |
6152
|
|
|
|
|
|
|
a => q{h a â h a}, |
6153
|
|
|
|
|
|
|
h => q{hâh a}, |
6154
|
|
|
|
|
|
|
}, |
6155
|
|
|
|
|
|
|
hm => { |
6156
|
|
|
|
|
|
|
a => q{h:mm a â h:mm a}, |
6157
|
|
|
|
|
|
|
h => q{h:mmâh:mm a}, |
6158
|
|
|
|
|
|
|
m => q{h:mmâh:mm a}, |
6159
|
|
|
|
|
|
|
}, |
6160
|
|
|
|
|
|
|
hmv => { |
6161
|
|
|
|
|
|
|
a => q{h:mm a â h:mm a v}, |
6162
|
|
|
|
|
|
|
h => q{h:mmâh:mm a v}, |
6163
|
|
|
|
|
|
|
m => q{h:mmâh:mm a v}, |
6164
|
|
|
|
|
|
|
}, |
6165
|
|
|
|
|
|
|
hv => { |
6166
|
|
|
|
|
|
|
a => q{h a â h a v}, |
6167
|
|
|
|
|
|
|
h => q{hâh a v}, |
6168
|
|
|
|
|
|
|
}, |
6169
|
|
|
|
|
|
|
y => { |
6170
|
|
|
|
|
|
|
y => q{yây G}, |
6171
|
|
|
|
|
|
|
}, |
6172
|
|
|
|
|
|
|
yM => { |
6173
|
|
|
|
|
|
|
M => q{MM.yâMM.y G}, |
6174
|
|
|
|
|
|
|
y => q{MM.yâMM.y G}, |
6175
|
|
|
|
|
|
|
}, |
6176
|
|
|
|
|
|
|
yMEd => { |
6177
|
|
|
|
|
|
|
M => q{E, dd.MM.y â E, dd.MM.y G}, |
6178
|
|
|
|
|
|
|
d => q{E, dd.MM.y â E, dd.MM.y G}, |
6179
|
|
|
|
|
|
|
y => q{E, dd.MM.y â E, dd.MM.y G}, |
6180
|
|
|
|
|
|
|
}, |
6181
|
|
|
|
|
|
|
yMMM => { |
6182
|
|
|
|
|
|
|
M => q{MMMâMMM y G}, |
6183
|
|
|
|
|
|
|
y => q{MMM y â MMM y G}, |
6184
|
|
|
|
|
|
|
}, |
6185
|
|
|
|
|
|
|
yMMMEd => { |
6186
|
|
|
|
|
|
|
M => q{E, d. MMM â E, d. MMM y G}, |
6187
|
|
|
|
|
|
|
d => q{E, d. MMM â E, d. MMM y G}, |
6188
|
|
|
|
|
|
|
y => q{E, d. MMM y â E, d. MMM y G}, |
6189
|
|
|
|
|
|
|
}, |
6190
|
|
|
|
|
|
|
yMMMM => { |
6191
|
|
|
|
|
|
|
M => q{MMMMâMMMM y G}, |
6192
|
|
|
|
|
|
|
y => q{MMMM y â MMMM y G}, |
6193
|
|
|
|
|
|
|
}, |
6194
|
|
|
|
|
|
|
yMMMd => { |
6195
|
|
|
|
|
|
|
M => q{d. MMM â d. MMM y G}, |
6196
|
|
|
|
|
|
|
d => q{d.âd. MMM y G}, |
6197
|
|
|
|
|
|
|
y => q{d. MMM y â d. MMM y G}, |
6198
|
|
|
|
|
|
|
}, |
6199
|
|
|
|
|
|
|
yMd => { |
6200
|
|
|
|
|
|
|
M => q{dd.MM.yâdd.MM.y G}, |
6201
|
|
|
|
|
|
|
d => q{dd.MM.yâdd.MM.y G}, |
6202
|
|
|
|
|
|
|
y => q{dd.MM.yâdd.MM.y G}, |
6203
|
|
|
|
|
|
|
}, |
6204
|
|
|
|
|
|
|
}, |
6205
|
|
|
|
|
|
|
'gregorian' => { |
6206
|
|
|
|
|
|
|
H => { |
6207
|
|
|
|
|
|
|
H => q{HHâHH}, |
6208
|
|
|
|
|
|
|
}, |
6209
|
|
|
|
|
|
|
Hm => { |
6210
|
|
|
|
|
|
|
H => q{HH:mmâHH:mm}, |
6211
|
|
|
|
|
|
|
m => q{HH:mmâHH:mm}, |
6212
|
|
|
|
|
|
|
}, |
6213
|
|
|
|
|
|
|
Hmv => { |
6214
|
|
|
|
|
|
|
H => q{HH:mmâHH:mm v}, |
6215
|
|
|
|
|
|
|
m => q{HH:mmâHH:mm v}, |
6216
|
|
|
|
|
|
|
}, |
6217
|
|
|
|
|
|
|
Hv => { |
6218
|
|
|
|
|
|
|
H => q{HHâHH v}, |
6219
|
|
|
|
|
|
|
}, |
6220
|
|
|
|
|
|
|
M => { |
6221
|
|
|
|
|
|
|
M => q{MMâMM}, |
6222
|
|
|
|
|
|
|
}, |
6223
|
|
|
|
|
|
|
MEd => { |
6224
|
|
|
|
|
|
|
M => q{E, dd.MM â E, dd.MM}, |
6225
|
|
|
|
|
|
|
d => q{E, dd.MM â E, dd.MM}, |
6226
|
|
|
|
|
|
|
}, |
6227
|
|
|
|
|
|
|
MMM => { |
6228
|
|
|
|
|
|
|
M => q{MMMâMMM}, |
6229
|
|
|
|
|
|
|
}, |
6230
|
|
|
|
|
|
|
MMMEd => { |
6231
|
|
|
|
|
|
|
M => q{E, d. MMM â E, d. MMM}, |
6232
|
|
|
|
|
|
|
d => q{E, d. MMM â E, d. MMM}, |
6233
|
|
|
|
|
|
|
}, |
6234
|
|
|
|
|
|
|
MMMd => { |
6235
|
|
|
|
|
|
|
M => q{d. MMM â d. MMM}, |
6236
|
|
|
|
|
|
|
d => q{d.âd. MMM}, |
6237
|
|
|
|
|
|
|
}, |
6238
|
|
|
|
|
|
|
Md => { |
6239
|
|
|
|
|
|
|
M => q{dd.MMâdd.MM}, |
6240
|
|
|
|
|
|
|
d => q{dd.MMâdd.MM}, |
6241
|
|
|
|
|
|
|
}, |
6242
|
|
|
|
|
|
|
d => { |
6243
|
|
|
|
|
|
|
d => q{dâd}, |
6244
|
|
|
|
|
|
|
}, |
6245
|
|
|
|
|
|
|
fallback => '{0}â{1}', |
6246
|
|
|
|
|
|
|
h => { |
6247
|
|
|
|
|
|
|
a => q{h a â h a}, |
6248
|
|
|
|
|
|
|
h => q{hâh a}, |
6249
|
|
|
|
|
|
|
}, |
6250
|
|
|
|
|
|
|
hm => { |
6251
|
|
|
|
|
|
|
a => q{h:mm a â h:mm a}, |
6252
|
|
|
|
|
|
|
h => q{h:mmâh:mm a}, |
6253
|
|
|
|
|
|
|
m => q{h:mmâh:mm a}, |
6254
|
|
|
|
|
|
|
}, |
6255
|
|
|
|
|
|
|
hmv => { |
6256
|
|
|
|
|
|
|
a => q{h:mm a â h:mm a v}, |
6257
|
|
|
|
|
|
|
h => q{h:mmâh:mm a v}, |
6258
|
|
|
|
|
|
|
m => q{h:mmâh:mm a v}, |
6259
|
|
|
|
|
|
|
}, |
6260
|
|
|
|
|
|
|
hv => { |
6261
|
|
|
|
|
|
|
a => q{h a â h a v}, |
6262
|
|
|
|
|
|
|
h => q{hâh a v}, |
6263
|
|
|
|
|
|
|
}, |
6264
|
|
|
|
|
|
|
y => { |
6265
|
|
|
|
|
|
|
y => q{yây}, |
6266
|
|
|
|
|
|
|
}, |
6267
|
|
|
|
|
|
|
yM => { |
6268
|
|
|
|
|
|
|
M => q{MM.yâMM.y}, |
6269
|
|
|
|
|
|
|
y => q{MM.yâMM.y}, |
6270
|
|
|
|
|
|
|
}, |
6271
|
|
|
|
|
|
|
yMEd => { |
6272
|
|
|
|
|
|
|
M => q{E, dd.MM.y â E, dd.MM.y}, |
6273
|
|
|
|
|
|
|
d => q{E, dd.MM.y â E, dd.MM.y}, |
6274
|
|
|
|
|
|
|
y => q{E, dd.MM.y â E, dd.MM.y}, |
6275
|
|
|
|
|
|
|
}, |
6276
|
|
|
|
|
|
|
yMMM => { |
6277
|
|
|
|
|
|
|
M => q{MMMâMMM y}, |
6278
|
|
|
|
|
|
|
y => q{MMM y â MMM y}, |
6279
|
|
|
|
|
|
|
}, |
6280
|
|
|
|
|
|
|
yMMMEd => { |
6281
|
|
|
|
|
|
|
M => q{E, d. MMM â E, d. MMM y}, |
6282
|
|
|
|
|
|
|
d => q{E, d. MMM â E, d. MMM y}, |
6283
|
|
|
|
|
|
|
y => q{E, d. MMM y â E, d. MMM y}, |
6284
|
|
|
|
|
|
|
}, |
6285
|
|
|
|
|
|
|
yMMMM => { |
6286
|
|
|
|
|
|
|
M => q{MMMMâMMMM y}, |
6287
|
|
|
|
|
|
|
y => q{MMMM y â MMMM y}, |
6288
|
|
|
|
|
|
|
}, |
6289
|
|
|
|
|
|
|
yMMMd => { |
6290
|
|
|
|
|
|
|
M => q{d. MMM â d. MMM y}, |
6291
|
|
|
|
|
|
|
d => q{d.âd. MMM y}, |
6292
|
|
|
|
|
|
|
y => q{d. MMM y â d. MMM y}, |
6293
|
|
|
|
|
|
|
}, |
6294
|
|
|
|
|
|
|
yMd => { |
6295
|
|
|
|
|
|
|
M => q{dd.MM.yâdd.MM.y}, |
6296
|
|
|
|
|
|
|
d => q{dd.MM.yâdd.MM.y}, |
6297
|
|
|
|
|
|
|
y => q{dd.MM.yâdd.MM.y}, |
6298
|
|
|
|
|
|
|
}, |
6299
|
|
|
|
|
|
|
}, |
6300
|
|
|
|
|
|
|
} }, |
6301
|
|
|
|
|
|
|
); |
6302
|
|
|
|
|
|
|
|
6303
|
|
|
|
|
|
|
has 'time_zone_names' => ( |
6304
|
|
|
|
|
|
|
is => 'ro', |
6305
|
|
|
|
|
|
|
isa => HashRef, |
6306
|
|
|
|
|
|
|
init_arg => undef, |
6307
|
|
|
|
|
|
|
default => sub { { |
6308
|
|
|
|
|
|
|
hourFormat => q(+HH:mm;âHH:mm), |
6309
|
|
|
|
|
|
|
gmtFormat => q(GMT{0}), |
6310
|
|
|
|
|
|
|
gmtZeroFormat => q(GMT), |
6311
|
|
|
|
|
|
|
regionFormat => q(({0})), |
6312
|
|
|
|
|
|
|
regionFormat => q({0} (+1)), |
6313
|
|
|
|
|
|
|
regionFormat => q({0} (+0)), |
6314
|
|
|
|
|
|
|
fallbackFormat => q({1} ({0})), |
6315
|
|
|
|
|
|
|
'Acre' => { |
6316
|
|
|
|
|
|
|
long => { |
6317
|
|
|
|
|
|
|
'daylight' => q(Acre suveaeg), |
6318
|
|
|
|
|
|
|
'generic' => q(Acre aeg), |
6319
|
|
|
|
|
|
|
'standard' => q(Acre standardaeg), |
6320
|
|
|
|
|
|
|
}, |
6321
|
|
|
|
|
|
|
}, |
6322
|
|
|
|
|
|
|
'Afghanistan' => { |
6323
|
|
|
|
|
|
|
long => { |
6324
|
|
|
|
|
|
|
'standard' => q(Afganistani aeg), |
6325
|
|
|
|
|
|
|
}, |
6326
|
|
|
|
|
|
|
}, |
6327
|
|
|
|
|
|
|
'Africa/Abidjan' => { |
6328
|
|
|
|
|
|
|
exemplarCity => q#Abidjan#, |
6329
|
|
|
|
|
|
|
}, |
6330
|
|
|
|
|
|
|
'Africa/Accra' => { |
6331
|
|
|
|
|
|
|
exemplarCity => q#Accra#, |
6332
|
|
|
|
|
|
|
}, |
6333
|
|
|
|
|
|
|
'Africa/Addis_Ababa' => { |
6334
|
|
|
|
|
|
|
exemplarCity => q#Addis Abeba#, |
6335
|
|
|
|
|
|
|
}, |
6336
|
|
|
|
|
|
|
'Africa/Algiers' => { |
6337
|
|
|
|
|
|
|
exemplarCity => q#Alžiir#, |
6338
|
|
|
|
|
|
|
}, |
6339
|
|
|
|
|
|
|
'Africa/Asmera' => { |
6340
|
|
|
|
|
|
|
exemplarCity => q#Asmara#, |
6341
|
|
|
|
|
|
|
}, |
6342
|
|
|
|
|
|
|
'Africa/Bamako' => { |
6343
|
|
|
|
|
|
|
exemplarCity => q#Bamako#, |
6344
|
|
|
|
|
|
|
}, |
6345
|
|
|
|
|
|
|
'Africa/Bangui' => { |
6346
|
|
|
|
|
|
|
exemplarCity => q#Bangui#, |
6347
|
|
|
|
|
|
|
}, |
6348
|
|
|
|
|
|
|
'Africa/Banjul' => { |
6349
|
|
|
|
|
|
|
exemplarCity => q#Banjul#, |
6350
|
|
|
|
|
|
|
}, |
6351
|
|
|
|
|
|
|
'Africa/Bissau' => { |
6352
|
|
|
|
|
|
|
exemplarCity => q#Bissau#, |
6353
|
|
|
|
|
|
|
}, |
6354
|
|
|
|
|
|
|
'Africa/Blantyre' => { |
6355
|
|
|
|
|
|
|
exemplarCity => q#Blantyre#, |
6356
|
|
|
|
|
|
|
}, |
6357
|
|
|
|
|
|
|
'Africa/Brazzaville' => { |
6358
|
|
|
|
|
|
|
exemplarCity => q#Brazzaville#, |
6359
|
|
|
|
|
|
|
}, |
6360
|
|
|
|
|
|
|
'Africa/Bujumbura' => { |
6361
|
|
|
|
|
|
|
exemplarCity => q#Bujumbura#, |
6362
|
|
|
|
|
|
|
}, |
6363
|
|
|
|
|
|
|
'Africa/Cairo' => { |
6364
|
|
|
|
|
|
|
exemplarCity => q#Kairo#, |
6365
|
|
|
|
|
|
|
}, |
6366
|
|
|
|
|
|
|
'Africa/Casablanca' => { |
6367
|
|
|
|
|
|
|
exemplarCity => q#Casablanca#, |
6368
|
|
|
|
|
|
|
}, |
6369
|
|
|
|
|
|
|
'Africa/Ceuta' => { |
6370
|
|
|
|
|
|
|
exemplarCity => q#Ceuta#, |
6371
|
|
|
|
|
|
|
}, |
6372
|
|
|
|
|
|
|
'Africa/Conakry' => { |
6373
|
|
|
|
|
|
|
exemplarCity => q#Conakry#, |
6374
|
|
|
|
|
|
|
}, |
6375
|
|
|
|
|
|
|
'Africa/Dakar' => { |
6376
|
|
|
|
|
|
|
exemplarCity => q#Dakar#, |
6377
|
|
|
|
|
|
|
}, |
6378
|
|
|
|
|
|
|
'Africa/Dar_es_Salaam' => { |
6379
|
|
|
|
|
|
|
exemplarCity => q#Dar es Salaam#, |
6380
|
|
|
|
|
|
|
}, |
6381
|
|
|
|
|
|
|
'Africa/Djibouti' => { |
6382
|
|
|
|
|
|
|
exemplarCity => q#Djibouti#, |
6383
|
|
|
|
|
|
|
}, |
6384
|
|
|
|
|
|
|
'Africa/Douala' => { |
6385
|
|
|
|
|
|
|
exemplarCity => q#Douala#, |
6386
|
|
|
|
|
|
|
}, |
6387
|
|
|
|
|
|
|
'Africa/El_Aaiun' => { |
6388
|
|
|
|
|
|
|
exemplarCity => q#El Aaiun#, |
6389
|
|
|
|
|
|
|
}, |
6390
|
|
|
|
|
|
|
'Africa/Freetown' => { |
6391
|
|
|
|
|
|
|
exemplarCity => q#Freetown#, |
6392
|
|
|
|
|
|
|
}, |
6393
|
|
|
|
|
|
|
'Africa/Gaborone' => { |
6394
|
|
|
|
|
|
|
exemplarCity => q#Gaborone#, |
6395
|
|
|
|
|
|
|
}, |
6396
|
|
|
|
|
|
|
'Africa/Harare' => { |
6397
|
|
|
|
|
|
|
exemplarCity => q#Harare#, |
6398
|
|
|
|
|
|
|
}, |
6399
|
|
|
|
|
|
|
'Africa/Johannesburg' => { |
6400
|
|
|
|
|
|
|
exemplarCity => q#Johannesburg#, |
6401
|
|
|
|
|
|
|
}, |
6402
|
|
|
|
|
|
|
'Africa/Juba' => { |
6403
|
|
|
|
|
|
|
exemplarCity => q#Juba#, |
6404
|
|
|
|
|
|
|
}, |
6405
|
|
|
|
|
|
|
'Africa/Kampala' => { |
6406
|
|
|
|
|
|
|
exemplarCity => q#Kampala#, |
6407
|
|
|
|
|
|
|
}, |
6408
|
|
|
|
|
|
|
'Africa/Khartoum' => { |
6409
|
|
|
|
|
|
|
exemplarCity => q#Khartoum#, |
6410
|
|
|
|
|
|
|
}, |
6411
|
|
|
|
|
|
|
'Africa/Kigali' => { |
6412
|
|
|
|
|
|
|
exemplarCity => q#Kigali#, |
6413
|
|
|
|
|
|
|
}, |
6414
|
|
|
|
|
|
|
'Africa/Kinshasa' => { |
6415
|
|
|
|
|
|
|
exemplarCity => q#Kinshasa#, |
6416
|
|
|
|
|
|
|
}, |
6417
|
|
|
|
|
|
|
'Africa/Lagos' => { |
6418
|
|
|
|
|
|
|
exemplarCity => q#Lagos#, |
6419
|
|
|
|
|
|
|
}, |
6420
|
|
|
|
|
|
|
'Africa/Libreville' => { |
6421
|
|
|
|
|
|
|
exemplarCity => q#Libreville#, |
6422
|
|
|
|
|
|
|
}, |
6423
|
|
|
|
|
|
|
'Africa/Lome' => { |
6424
|
|
|
|
|
|
|
exemplarCity => q#Lome#, |
6425
|
|
|
|
|
|
|
}, |
6426
|
|
|
|
|
|
|
'Africa/Luanda' => { |
6427
|
|
|
|
|
|
|
exemplarCity => q#Luanda#, |
6428
|
|
|
|
|
|
|
}, |
6429
|
|
|
|
|
|
|
'Africa/Lubumbashi' => { |
6430
|
|
|
|
|
|
|
exemplarCity => q#Lubumbashi#, |
6431
|
|
|
|
|
|
|
}, |
6432
|
|
|
|
|
|
|
'Africa/Lusaka' => { |
6433
|
|
|
|
|
|
|
exemplarCity => q#Lusaka#, |
6434
|
|
|
|
|
|
|
}, |
6435
|
|
|
|
|
|
|
'Africa/Malabo' => { |
6436
|
|
|
|
|
|
|
exemplarCity => q#Malabo#, |
6437
|
|
|
|
|
|
|
}, |
6438
|
|
|
|
|
|
|
'Africa/Maputo' => { |
6439
|
|
|
|
|
|
|
exemplarCity => q#Maputo#, |
6440
|
|
|
|
|
|
|
}, |
6441
|
|
|
|
|
|
|
'Africa/Maseru' => { |
6442
|
|
|
|
|
|
|
exemplarCity => q#Maseru#, |
6443
|
|
|
|
|
|
|
}, |
6444
|
|
|
|
|
|
|
'Africa/Mbabane' => { |
6445
|
|
|
|
|
|
|
exemplarCity => q#Mbabane#, |
6446
|
|
|
|
|
|
|
}, |
6447
|
|
|
|
|
|
|
'Africa/Mogadishu' => { |
6448
|
|
|
|
|
|
|
exemplarCity => q#Mogadishu#, |
6449
|
|
|
|
|
|
|
}, |
6450
|
|
|
|
|
|
|
'Africa/Monrovia' => { |
6451
|
|
|
|
|
|
|
exemplarCity => q#Monrovia#, |
6452
|
|
|
|
|
|
|
}, |
6453
|
|
|
|
|
|
|
'Africa/Nairobi' => { |
6454
|
|
|
|
|
|
|
exemplarCity => q#Nairobi#, |
6455
|
|
|
|
|
|
|
}, |
6456
|
|
|
|
|
|
|
'Africa/Ndjamena' => { |
6457
|
|
|
|
|
|
|
exemplarCity => q#Ndjamena#, |
6458
|
|
|
|
|
|
|
}, |
6459
|
|
|
|
|
|
|
'Africa/Niamey' => { |
6460
|
|
|
|
|
|
|
exemplarCity => q#Niamey#, |
6461
|
|
|
|
|
|
|
}, |
6462
|
|
|
|
|
|
|
'Africa/Nouakchott' => { |
6463
|
|
|
|
|
|
|
exemplarCity => q#Nouakchott#, |
6464
|
|
|
|
|
|
|
}, |
6465
|
|
|
|
|
|
|
'Africa/Ouagadougou' => { |
6466
|
|
|
|
|
|
|
exemplarCity => q#Ouagadougou#, |
6467
|
|
|
|
|
|
|
}, |
6468
|
|
|
|
|
|
|
'Africa/Porto-Novo' => { |
6469
|
|
|
|
|
|
|
exemplarCity => q#Porto-Novo#, |
6470
|
|
|
|
|
|
|
}, |
6471
|
|
|
|
|
|
|
'Africa/Sao_Tome' => { |
6472
|
|
|
|
|
|
|
exemplarCity => q#São Tomé#, |
6473
|
|
|
|
|
|
|
}, |
6474
|
|
|
|
|
|
|
'Africa/Tripoli' => { |
6475
|
|
|
|
|
|
|
exemplarCity => q#Tripoli#, |
6476
|
|
|
|
|
|
|
}, |
6477
|
|
|
|
|
|
|
'Africa/Tunis' => { |
6478
|
|
|
|
|
|
|
exemplarCity => q#Tunis#, |
6479
|
|
|
|
|
|
|
}, |
6480
|
|
|
|
|
|
|
'Africa/Windhoek' => { |
6481
|
|
|
|
|
|
|
exemplarCity => q#Windhoek#, |
6482
|
|
|
|
|
|
|
}, |
6483
|
|
|
|
|
|
|
'Africa_Central' => { |
6484
|
|
|
|
|
|
|
long => { |
6485
|
|
|
|
|
|
|
'standard' => q(Kesk-Aafrika aeg), |
6486
|
|
|
|
|
|
|
}, |
6487
|
|
|
|
|
|
|
}, |
6488
|
|
|
|
|
|
|
'Africa_Eastern' => { |
6489
|
|
|
|
|
|
|
long => { |
6490
|
|
|
|
|
|
|
'standard' => q(Ida-Aafrika aeg), |
6491
|
|
|
|
|
|
|
}, |
6492
|
|
|
|
|
|
|
}, |
6493
|
|
|
|
|
|
|
'Africa_Southern' => { |
6494
|
|
|
|
|
|
|
long => { |
6495
|
|
|
|
|
|
|
'standard' => q(Lõuna-Aafrika standardaeg), |
6496
|
|
|
|
|
|
|
}, |
6497
|
|
|
|
|
|
|
}, |
6498
|
|
|
|
|
|
|
'Africa_Western' => { |
6499
|
|
|
|
|
|
|
long => { |
6500
|
|
|
|
|
|
|
'daylight' => q(Lääne-Aafrika suveaeg), |
6501
|
|
|
|
|
|
|
'generic' => q(Lääne-Aafrika aeg), |
6502
|
|
|
|
|
|
|
'standard' => q(Lääne-Aafrika standardaeg), |
6503
|
|
|
|
|
|
|
}, |
6504
|
|
|
|
|
|
|
}, |
6505
|
|
|
|
|
|
|
'Alaska' => { |
6506
|
|
|
|
|
|
|
long => { |
6507
|
|
|
|
|
|
|
'daylight' => q(Alaska suveaeg), |
6508
|
|
|
|
|
|
|
'generic' => q(Alaska aeg), |
6509
|
|
|
|
|
|
|
'standard' => q(Alaska standardaeg), |
6510
|
|
|
|
|
|
|
}, |
6511
|
|
|
|
|
|
|
}, |
6512
|
|
|
|
|
|
|
'Almaty' => { |
6513
|
|
|
|
|
|
|
long => { |
6514
|
|
|
|
|
|
|
'daylight' => q(Almatõ suveaeg), |
6515
|
|
|
|
|
|
|
'generic' => q(Almatõ aeg), |
6516
|
|
|
|
|
|
|
'standard' => q(Almatõ standardaeg), |
6517
|
|
|
|
|
|
|
}, |
6518
|
|
|
|
|
|
|
}, |
6519
|
|
|
|
|
|
|
'Amazon' => { |
6520
|
|
|
|
|
|
|
long => { |
6521
|
|
|
|
|
|
|
'daylight' => q(Amazonase suveaeg), |
6522
|
|
|
|
|
|
|
'generic' => q(Amazonase aeg), |
6523
|
|
|
|
|
|
|
'standard' => q(Amazonase standardaeg), |
6524
|
|
|
|
|
|
|
}, |
6525
|
|
|
|
|
|
|
}, |
6526
|
|
|
|
|
|
|
'America/Adak' => { |
6527
|
|
|
|
|
|
|
exemplarCity => q#Adak#, |
6528
|
|
|
|
|
|
|
}, |
6529
|
|
|
|
|
|
|
'America/Anchorage' => { |
6530
|
|
|
|
|
|
|
exemplarCity => q#Anchorage#, |
6531
|
|
|
|
|
|
|
}, |
6532
|
|
|
|
|
|
|
'America/Anguilla' => { |
6533
|
|
|
|
|
|
|
exemplarCity => q#Anguilla#, |
6534
|
|
|
|
|
|
|
}, |
6535
|
|
|
|
|
|
|
'America/Antigua' => { |
6536
|
|
|
|
|
|
|
exemplarCity => q#Antigua#, |
6537
|
|
|
|
|
|
|
}, |
6538
|
|
|
|
|
|
|
'America/Araguaina' => { |
6539
|
|
|
|
|
|
|
exemplarCity => q#AraguaÃna#, |
6540
|
|
|
|
|
|
|
}, |
6541
|
|
|
|
|
|
|
'America/Argentina/La_Rioja' => { |
6542
|
|
|
|
|
|
|
exemplarCity => q#La Rioja#, |
6543
|
|
|
|
|
|
|
}, |
6544
|
|
|
|
|
|
|
'America/Argentina/Rio_Gallegos' => { |
6545
|
|
|
|
|
|
|
exemplarCity => q#RÃo Gallegos#, |
6546
|
|
|
|
|
|
|
}, |
6547
|
|
|
|
|
|
|
'America/Argentina/Salta' => { |
6548
|
|
|
|
|
|
|
exemplarCity => q#Salta#, |
6549
|
|
|
|
|
|
|
}, |
6550
|
|
|
|
|
|
|
'America/Argentina/San_Juan' => { |
6551
|
|
|
|
|
|
|
exemplarCity => q#San Juan#, |
6552
|
|
|
|
|
|
|
}, |
6553
|
|
|
|
|
|
|
'America/Argentina/San_Luis' => { |
6554
|
|
|
|
|
|
|
exemplarCity => q#San Luis#, |
6555
|
|
|
|
|
|
|
}, |
6556
|
|
|
|
|
|
|
'America/Argentina/Tucuman' => { |
6557
|
|
|
|
|
|
|
exemplarCity => q#Tucumán#, |
6558
|
|
|
|
|
|
|
}, |
6559
|
|
|
|
|
|
|
'America/Argentina/Ushuaia' => { |
6560
|
|
|
|
|
|
|
exemplarCity => q#Ushuaia#, |
6561
|
|
|
|
|
|
|
}, |
6562
|
|
|
|
|
|
|
'America/Aruba' => { |
6563
|
|
|
|
|
|
|
exemplarCity => q#Aruba#, |
6564
|
|
|
|
|
|
|
}, |
6565
|
|
|
|
|
|
|
'America/Asuncion' => { |
6566
|
|
|
|
|
|
|
exemplarCity => q#Asunción#, |
6567
|
|
|
|
|
|
|
}, |
6568
|
|
|
|
|
|
|
'America/Bahia' => { |
6569
|
|
|
|
|
|
|
exemplarCity => q#Bahia#, |
6570
|
|
|
|
|
|
|
}, |
6571
|
|
|
|
|
|
|
'America/Bahia_Banderas' => { |
6572
|
|
|
|
|
|
|
exemplarCity => q#Bahia Banderas#, |
6573
|
|
|
|
|
|
|
}, |
6574
|
|
|
|
|
|
|
'America/Barbados' => { |
6575
|
|
|
|
|
|
|
exemplarCity => q#Barbados#, |
6576
|
|
|
|
|
|
|
}, |
6577
|
|
|
|
|
|
|
'America/Belem' => { |
6578
|
|
|
|
|
|
|
exemplarCity => q#Belém#, |
6579
|
|
|
|
|
|
|
}, |
6580
|
|
|
|
|
|
|
'America/Belize' => { |
6581
|
|
|
|
|
|
|
exemplarCity => q#Belize#, |
6582
|
|
|
|
|
|
|
}, |
6583
|
|
|
|
|
|
|
'America/Blanc-Sablon' => { |
6584
|
|
|
|
|
|
|
exemplarCity => q#Blanc-Sablon#, |
6585
|
|
|
|
|
|
|
}, |
6586
|
|
|
|
|
|
|
'America/Boa_Vista' => { |
6587
|
|
|
|
|
|
|
exemplarCity => q#Boa Vista#, |
6588
|
|
|
|
|
|
|
}, |
6589
|
|
|
|
|
|
|
'America/Bogota' => { |
6590
|
|
|
|
|
|
|
exemplarCity => q#Bogotá#, |
6591
|
|
|
|
|
|
|
}, |
6592
|
|
|
|
|
|
|
'America/Boise' => { |
6593
|
|
|
|
|
|
|
exemplarCity => q#Boise#, |
6594
|
|
|
|
|
|
|
}, |
6595
|
|
|
|
|
|
|
'America/Buenos_Aires' => { |
6596
|
|
|
|
|
|
|
exemplarCity => q#Buenos Aires#, |
6597
|
|
|
|
|
|
|
}, |
6598
|
|
|
|
|
|
|
'America/Cambridge_Bay' => { |
6599
|
|
|
|
|
|
|
exemplarCity => q#Cambridge Bay#, |
6600
|
|
|
|
|
|
|
}, |
6601
|
|
|
|
|
|
|
'America/Campo_Grande' => { |
6602
|
|
|
|
|
|
|
exemplarCity => q#Campo Grande#, |
6603
|
|
|
|
|
|
|
}, |
6604
|
|
|
|
|
|
|
'America/Cancun' => { |
6605
|
|
|
|
|
|
|
exemplarCity => q#Cancún#, |
6606
|
|
|
|
|
|
|
}, |
6607
|
|
|
|
|
|
|
'America/Caracas' => { |
6608
|
|
|
|
|
|
|
exemplarCity => q#Caracas#, |
6609
|
|
|
|
|
|
|
}, |
6610
|
|
|
|
|
|
|
'America/Catamarca' => { |
6611
|
|
|
|
|
|
|
exemplarCity => q#Catamarca#, |
6612
|
|
|
|
|
|
|
}, |
6613
|
|
|
|
|
|
|
'America/Cayenne' => { |
6614
|
|
|
|
|
|
|
exemplarCity => q#Cayenne#, |
6615
|
|
|
|
|
|
|
}, |
6616
|
|
|
|
|
|
|
'America/Cayman' => { |
6617
|
|
|
|
|
|
|
exemplarCity => q#Cayman#, |
6618
|
|
|
|
|
|
|
}, |
6619
|
|
|
|
|
|
|
'America/Chicago' => { |
6620
|
|
|
|
|
|
|
exemplarCity => q#Chicago#, |
6621
|
|
|
|
|
|
|
}, |
6622
|
|
|
|
|
|
|
'America/Chihuahua' => { |
6623
|
|
|
|
|
|
|
exemplarCity => q#Chihuahua#, |
6624
|
|
|
|
|
|
|
}, |
6625
|
|
|
|
|
|
|
'America/Coral_Harbour' => { |
6626
|
|
|
|
|
|
|
exemplarCity => q#Atikokan#, |
6627
|
|
|
|
|
|
|
}, |
6628
|
|
|
|
|
|
|
'America/Cordoba' => { |
6629
|
|
|
|
|
|
|
exemplarCity => q#Córdoba#, |
6630
|
|
|
|
|
|
|
}, |
6631
|
|
|
|
|
|
|
'America/Costa_Rica' => { |
6632
|
|
|
|
|
|
|
exemplarCity => q#Costa Rica#, |
6633
|
|
|
|
|
|
|
}, |
6634
|
|
|
|
|
|
|
'America/Creston' => { |
6635
|
|
|
|
|
|
|
exemplarCity => q#Creston#, |
6636
|
|
|
|
|
|
|
}, |
6637
|
|
|
|
|
|
|
'America/Cuiaba' => { |
6638
|
|
|
|
|
|
|
exemplarCity => q#Cuiabá#, |
6639
|
|
|
|
|
|
|
}, |
6640
|
|
|
|
|
|
|
'America/Curacao' => { |
6641
|
|
|
|
|
|
|
exemplarCity => q#Curaçao#, |
6642
|
|
|
|
|
|
|
}, |
6643
|
|
|
|
|
|
|
'America/Danmarkshavn' => { |
6644
|
|
|
|
|
|
|
exemplarCity => q#Danmarkshavn#, |
6645
|
|
|
|
|
|
|
}, |
6646
|
|
|
|
|
|
|
'America/Dawson' => { |
6647
|
|
|
|
|
|
|
exemplarCity => q#Dawson#, |
6648
|
|
|
|
|
|
|
}, |
6649
|
|
|
|
|
|
|
'America/Dawson_Creek' => { |
6650
|
|
|
|
|
|
|
exemplarCity => q#Dawson Creek#, |
6651
|
|
|
|
|
|
|
}, |
6652
|
|
|
|
|
|
|
'America/Denver' => { |
6653
|
|
|
|
|
|
|
exemplarCity => q#Denver#, |
6654
|
|
|
|
|
|
|
}, |
6655
|
|
|
|
|
|
|
'America/Detroit' => { |
6656
|
|
|
|
|
|
|
exemplarCity => q#Detroit#, |
6657
|
|
|
|
|
|
|
}, |
6658
|
|
|
|
|
|
|
'America/Dominica' => { |
6659
|
|
|
|
|
|
|
exemplarCity => q#Dominica#, |
6660
|
|
|
|
|
|
|
}, |
6661
|
|
|
|
|
|
|
'America/Edmonton' => { |
6662
|
|
|
|
|
|
|
exemplarCity => q#Edmonton#, |
6663
|
|
|
|
|
|
|
}, |
6664
|
|
|
|
|
|
|
'America/Eirunepe' => { |
6665
|
|
|
|
|
|
|
exemplarCity => q#Eirunepé#, |
6666
|
|
|
|
|
|
|
}, |
6667
|
|
|
|
|
|
|
'America/El_Salvador' => { |
6668
|
|
|
|
|
|
|
exemplarCity => q#El Salvador#, |
6669
|
|
|
|
|
|
|
}, |
6670
|
|
|
|
|
|
|
'America/Fortaleza' => { |
6671
|
|
|
|
|
|
|
exemplarCity => q#Fortaleza#, |
6672
|
|
|
|
|
|
|
}, |
6673
|
|
|
|
|
|
|
'America/Glace_Bay' => { |
6674
|
|
|
|
|
|
|
exemplarCity => q#Glace Bay#, |
6675
|
|
|
|
|
|
|
}, |
6676
|
|
|
|
|
|
|
'America/Godthab' => { |
6677
|
|
|
|
|
|
|
exemplarCity => q#Nuuk#, |
6678
|
|
|
|
|
|
|
}, |
6679
|
|
|
|
|
|
|
'America/Goose_Bay' => { |
6680
|
|
|
|
|
|
|
exemplarCity => q#Goose Bay#, |
6681
|
|
|
|
|
|
|
}, |
6682
|
|
|
|
|
|
|
'America/Grand_Turk' => { |
6683
|
|
|
|
|
|
|
exemplarCity => q#Grand Turk#, |
6684
|
|
|
|
|
|
|
}, |
6685
|
|
|
|
|
|
|
'America/Grenada' => { |
6686
|
|
|
|
|
|
|
exemplarCity => q#Grenada#, |
6687
|
|
|
|
|
|
|
}, |
6688
|
|
|
|
|
|
|
'America/Guadeloupe' => { |
6689
|
|
|
|
|
|
|
exemplarCity => q#Guadeloupe#, |
6690
|
|
|
|
|
|
|
}, |
6691
|
|
|
|
|
|
|
'America/Guatemala' => { |
6692
|
|
|
|
|
|
|
exemplarCity => q#Guatemala#, |
6693
|
|
|
|
|
|
|
}, |
6694
|
|
|
|
|
|
|
'America/Guayaquil' => { |
6695
|
|
|
|
|
|
|
exemplarCity => q#Guayaquil#, |
6696
|
|
|
|
|
|
|
}, |
6697
|
|
|
|
|
|
|
'America/Guyana' => { |
6698
|
|
|
|
|
|
|
exemplarCity => q#Guyana#, |
6699
|
|
|
|
|
|
|
}, |
6700
|
|
|
|
|
|
|
'America/Halifax' => { |
6701
|
|
|
|
|
|
|
exemplarCity => q#Halifax#, |
6702
|
|
|
|
|
|
|
}, |
6703
|
|
|
|
|
|
|
'America/Havana' => { |
6704
|
|
|
|
|
|
|
exemplarCity => q#Havanna#, |
6705
|
|
|
|
|
|
|
}, |
6706
|
|
|
|
|
|
|
'America/Hermosillo' => { |
6707
|
|
|
|
|
|
|
exemplarCity => q#Hermosillo#, |
6708
|
|
|
|
|
|
|
}, |
6709
|
|
|
|
|
|
|
'America/Indiana/Knox' => { |
6710
|
|
|
|
|
|
|
exemplarCity => q#Knox, Indiana#, |
6711
|
|
|
|
|
|
|
}, |
6712
|
|
|
|
|
|
|
'America/Indiana/Marengo' => { |
6713
|
|
|
|
|
|
|
exemplarCity => q#Marengo, Indiana#, |
6714
|
|
|
|
|
|
|
}, |
6715
|
|
|
|
|
|
|
'America/Indiana/Petersburg' => { |
6716
|
|
|
|
|
|
|
exemplarCity => q#Petersburg, Indiana#, |
6717
|
|
|
|
|
|
|
}, |
6718
|
|
|
|
|
|
|
'America/Indiana/Tell_City' => { |
6719
|
|
|
|
|
|
|
exemplarCity => q#Tell City, Indiana#, |
6720
|
|
|
|
|
|
|
}, |
6721
|
|
|
|
|
|
|
'America/Indiana/Vevay' => { |
6722
|
|
|
|
|
|
|
exemplarCity => q#Vevay, Indiana#, |
6723
|
|
|
|
|
|
|
}, |
6724
|
|
|
|
|
|
|
'America/Indiana/Vincennes' => { |
6725
|
|
|
|
|
|
|
exemplarCity => q#Vincennes, Indiana#, |
6726
|
|
|
|
|
|
|
}, |
6727
|
|
|
|
|
|
|
'America/Indiana/Winamac' => { |
6728
|
|
|
|
|
|
|
exemplarCity => q#Winamac, Indiana#, |
6729
|
|
|
|
|
|
|
}, |
6730
|
|
|
|
|
|
|
'America/Indianapolis' => { |
6731
|
|
|
|
|
|
|
exemplarCity => q#Indianapolis#, |
6732
|
|
|
|
|
|
|
}, |
6733
|
|
|
|
|
|
|
'America/Inuvik' => { |
6734
|
|
|
|
|
|
|
exemplarCity => q#Inuvik#, |
6735
|
|
|
|
|
|
|
}, |
6736
|
|
|
|
|
|
|
'America/Iqaluit' => { |
6737
|
|
|
|
|
|
|
exemplarCity => q#Iqaluit#, |
6738
|
|
|
|
|
|
|
}, |
6739
|
|
|
|
|
|
|
'America/Jamaica' => { |
6740
|
|
|
|
|
|
|
exemplarCity => q#Jamaica#, |
6741
|
|
|
|
|
|
|
}, |
6742
|
|
|
|
|
|
|
'America/Jujuy' => { |
6743
|
|
|
|
|
|
|
exemplarCity => q#Jujuy#, |
6744
|
|
|
|
|
|
|
}, |
6745
|
|
|
|
|
|
|
'America/Juneau' => { |
6746
|
|
|
|
|
|
|
exemplarCity => q#Juneau#, |
6747
|
|
|
|
|
|
|
}, |
6748
|
|
|
|
|
|
|
'America/Kentucky/Monticello' => { |
6749
|
|
|
|
|
|
|
exemplarCity => q#Monticello, Kentucky#, |
6750
|
|
|
|
|
|
|
}, |
6751
|
|
|
|
|
|
|
'America/Kralendijk' => { |
6752
|
|
|
|
|
|
|
exemplarCity => q#Kralendijk#, |
6753
|
|
|
|
|
|
|
}, |
6754
|
|
|
|
|
|
|
'America/La_Paz' => { |
6755
|
|
|
|
|
|
|
exemplarCity => q#La Paz#, |
6756
|
|
|
|
|
|
|
}, |
6757
|
|
|
|
|
|
|
'America/Lima' => { |
6758
|
|
|
|
|
|
|
exemplarCity => q#Lima#, |
6759
|
|
|
|
|
|
|
}, |
6760
|
|
|
|
|
|
|
'America/Los_Angeles' => { |
6761
|
|
|
|
|
|
|
exemplarCity => q#Los Angeles#, |
6762
|
|
|
|
|
|
|
}, |
6763
|
|
|
|
|
|
|
'America/Louisville' => { |
6764
|
|
|
|
|
|
|
exemplarCity => q#Louisville#, |
6765
|
|
|
|
|
|
|
}, |
6766
|
|
|
|
|
|
|
'America/Lower_Princes' => { |
6767
|
|
|
|
|
|
|
exemplarCity => q#Lower Princeâs Quarter#, |
6768
|
|
|
|
|
|
|
}, |
6769
|
|
|
|
|
|
|
'America/Maceio' => { |
6770
|
|
|
|
|
|
|
exemplarCity => q#Maceió#, |
6771
|
|
|
|
|
|
|
}, |
6772
|
|
|
|
|
|
|
'America/Managua' => { |
6773
|
|
|
|
|
|
|
exemplarCity => q#Managua#, |
6774
|
|
|
|
|
|
|
}, |
6775
|
|
|
|
|
|
|
'America/Manaus' => { |
6776
|
|
|
|
|
|
|
exemplarCity => q#Manaus#, |
6777
|
|
|
|
|
|
|
}, |
6778
|
|
|
|
|
|
|
'America/Marigot' => { |
6779
|
|
|
|
|
|
|
exemplarCity => q#Marigot#, |
6780
|
|
|
|
|
|
|
}, |
6781
|
|
|
|
|
|
|
'America/Martinique' => { |
6782
|
|
|
|
|
|
|
exemplarCity => q#Martinique#, |
6783
|
|
|
|
|
|
|
}, |
6784
|
|
|
|
|
|
|
'America/Matamoros' => { |
6785
|
|
|
|
|
|
|
exemplarCity => q#Matamoros#, |
6786
|
|
|
|
|
|
|
}, |
6787
|
|
|
|
|
|
|
'America/Mazatlan' => { |
6788
|
|
|
|
|
|
|
exemplarCity => q#Mazatlán#, |
6789
|
|
|
|
|
|
|
}, |
6790
|
|
|
|
|
|
|
'America/Mendoza' => { |
6791
|
|
|
|
|
|
|
exemplarCity => q#Mendoza#, |
6792
|
|
|
|
|
|
|
}, |
6793
|
|
|
|
|
|
|
'America/Menominee' => { |
6794
|
|
|
|
|
|
|
exemplarCity => q#Menominee#, |
6795
|
|
|
|
|
|
|
}, |
6796
|
|
|
|
|
|
|
'America/Merida' => { |
6797
|
|
|
|
|
|
|
exemplarCity => q#Mérida#, |
6798
|
|
|
|
|
|
|
}, |
6799
|
|
|
|
|
|
|
'America/Metlakatla' => { |
6800
|
|
|
|
|
|
|
exemplarCity => q#Metlakatla#, |
6801
|
|
|
|
|
|
|
}, |
6802
|
|
|
|
|
|
|
'America/Mexico_City' => { |
6803
|
|
|
|
|
|
|
exemplarCity => q#México#, |
6804
|
|
|
|
|
|
|
}, |
6805
|
|
|
|
|
|
|
'America/Miquelon' => { |
6806
|
|
|
|
|
|
|
exemplarCity => q#Miquelon#, |
6807
|
|
|
|
|
|
|
}, |
6808
|
|
|
|
|
|
|
'America/Moncton' => { |
6809
|
|
|
|
|
|
|
exemplarCity => q#Moncton#, |
6810
|
|
|
|
|
|
|
}, |
6811
|
|
|
|
|
|
|
'America/Monterrey' => { |
6812
|
|
|
|
|
|
|
exemplarCity => q#Monterrey#, |
6813
|
|
|
|
|
|
|
}, |
6814
|
|
|
|
|
|
|
'America/Montevideo' => { |
6815
|
|
|
|
|
|
|
exemplarCity => q#Montevideo#, |
6816
|
|
|
|
|
|
|
}, |
6817
|
|
|
|
|
|
|
'America/Montserrat' => { |
6818
|
|
|
|
|
|
|
exemplarCity => q#Montserrat#, |
6819
|
|
|
|
|
|
|
}, |
6820
|
|
|
|
|
|
|
'America/Nassau' => { |
6821
|
|
|
|
|
|
|
exemplarCity => q#Nassau#, |
6822
|
|
|
|
|
|
|
}, |
6823
|
|
|
|
|
|
|
'America/New_York' => { |
6824
|
|
|
|
|
|
|
exemplarCity => q#New York#, |
6825
|
|
|
|
|
|
|
}, |
6826
|
|
|
|
|
|
|
'America/Nipigon' => { |
6827
|
|
|
|
|
|
|
exemplarCity => q#Nipigon#, |
6828
|
|
|
|
|
|
|
}, |
6829
|
|
|
|
|
|
|
'America/Nome' => { |
6830
|
|
|
|
|
|
|
exemplarCity => q#Nome#, |
6831
|
|
|
|
|
|
|
}, |
6832
|
|
|
|
|
|
|
'America/Noronha' => { |
6833
|
|
|
|
|
|
|
exemplarCity => q#Noronha#, |
6834
|
|
|
|
|
|
|
}, |
6835
|
|
|
|
|
|
|
'America/North_Dakota/Beulah' => { |
6836
|
|
|
|
|
|
|
exemplarCity => q#Beulah, North Dakota#, |
6837
|
|
|
|
|
|
|
}, |
6838
|
|
|
|
|
|
|
'America/North_Dakota/Center' => { |
6839
|
|
|
|
|
|
|
exemplarCity => q#Center, North Dakota#, |
6840
|
|
|
|
|
|
|
}, |
6841
|
|
|
|
|
|
|
'America/North_Dakota/New_Salem' => { |
6842
|
|
|
|
|
|
|
exemplarCity => q#New Salem, North Dakota#, |
6843
|
|
|
|
|
|
|
}, |
6844
|
|
|
|
|
|
|
'America/Ojinaga' => { |
6845
|
|
|
|
|
|
|
exemplarCity => q#Ojinaga#, |
6846
|
|
|
|
|
|
|
}, |
6847
|
|
|
|
|
|
|
'America/Panama' => { |
6848
|
|
|
|
|
|
|
exemplarCity => q#Panama#, |
6849
|
|
|
|
|
|
|
}, |
6850
|
|
|
|
|
|
|
'America/Pangnirtung' => { |
6851
|
|
|
|
|
|
|
exemplarCity => q#Pangnirtung#, |
6852
|
|
|
|
|
|
|
}, |
6853
|
|
|
|
|
|
|
'America/Paramaribo' => { |
6854
|
|
|
|
|
|
|
exemplarCity => q#Paramaribo#, |
6855
|
|
|
|
|
|
|
}, |
6856
|
|
|
|
|
|
|
'America/Phoenix' => { |
6857
|
|
|
|
|
|
|
exemplarCity => q#Phoenix#, |
6858
|
|
|
|
|
|
|
}, |
6859
|
|
|
|
|
|
|
'America/Port-au-Prince' => { |
6860
|
|
|
|
|
|
|
exemplarCity => q#Port-au-Prince#, |
6861
|
|
|
|
|
|
|
}, |
6862
|
|
|
|
|
|
|
'America/Port_of_Spain' => { |
6863
|
|
|
|
|
|
|
exemplarCity => q#Port of Spain#, |
6864
|
|
|
|
|
|
|
}, |
6865
|
|
|
|
|
|
|
'America/Porto_Velho' => { |
6866
|
|
|
|
|
|
|
exemplarCity => q#Porto Velho#, |
6867
|
|
|
|
|
|
|
}, |
6868
|
|
|
|
|
|
|
'America/Puerto_Rico' => { |
6869
|
|
|
|
|
|
|
exemplarCity => q#Puerto Rico#, |
6870
|
|
|
|
|
|
|
}, |
6871
|
|
|
|
|
|
|
'America/Rainy_River' => { |
6872
|
|
|
|
|
|
|
exemplarCity => q#Rainy River#, |
6873
|
|
|
|
|
|
|
}, |
6874
|
|
|
|
|
|
|
'America/Rankin_Inlet' => { |
6875
|
|
|
|
|
|
|
exemplarCity => q#Rankin Inlet#, |
6876
|
|
|
|
|
|
|
}, |
6877
|
|
|
|
|
|
|
'America/Recife' => { |
6878
|
|
|
|
|
|
|
exemplarCity => q#Recife#, |
6879
|
|
|
|
|
|
|
}, |
6880
|
|
|
|
|
|
|
'America/Regina' => { |
6881
|
|
|
|
|
|
|
exemplarCity => q#Regina#, |
6882
|
|
|
|
|
|
|
}, |
6883
|
|
|
|
|
|
|
'America/Resolute' => { |
6884
|
|
|
|
|
|
|
exemplarCity => q#Resolute#, |
6885
|
|
|
|
|
|
|
}, |
6886
|
|
|
|
|
|
|
'America/Rio_Branco' => { |
6887
|
|
|
|
|
|
|
exemplarCity => q#Rio Branco#, |
6888
|
|
|
|
|
|
|
}, |
6889
|
|
|
|
|
|
|
'America/Santa_Isabel' => { |
6890
|
|
|
|
|
|
|
exemplarCity => q#Santa Isabel#, |
6891
|
|
|
|
|
|
|
}, |
6892
|
|
|
|
|
|
|
'America/Santarem' => { |
6893
|
|
|
|
|
|
|
exemplarCity => q#Santarém#, |
6894
|
|
|
|
|
|
|
}, |
6895
|
|
|
|
|
|
|
'America/Santiago' => { |
6896
|
|
|
|
|
|
|
exemplarCity => q#Santiago#, |
6897
|
|
|
|
|
|
|
}, |
6898
|
|
|
|
|
|
|
'America/Santo_Domingo' => { |
6899
|
|
|
|
|
|
|
exemplarCity => q#Santo Domingo#, |
6900
|
|
|
|
|
|
|
}, |
6901
|
|
|
|
|
|
|
'America/Sao_Paulo' => { |
6902
|
|
|
|
|
|
|
exemplarCity => q#São Paulo#, |
6903
|
|
|
|
|
|
|
}, |
6904
|
|
|
|
|
|
|
'America/Scoresbysund' => { |
6905
|
|
|
|
|
|
|
exemplarCity => q#Ittoqqortoormiit#, |
6906
|
|
|
|
|
|
|
}, |
6907
|
|
|
|
|
|
|
'America/Sitka' => { |
6908
|
|
|
|
|
|
|
exemplarCity => q#Sitka#, |
6909
|
|
|
|
|
|
|
}, |
6910
|
|
|
|
|
|
|
'America/St_Barthelemy' => { |
6911
|
|
|
|
|
|
|
exemplarCity => q#Saint Barthélemy#, |
6912
|
|
|
|
|
|
|
}, |
6913
|
|
|
|
|
|
|
'America/St_Johns' => { |
6914
|
|
|
|
|
|
|
exemplarCity => q#Saint Johnâs#, |
6915
|
|
|
|
|
|
|
}, |
6916
|
|
|
|
|
|
|
'America/St_Kitts' => { |
6917
|
|
|
|
|
|
|
exemplarCity => q#Saint Kitts#, |
6918
|
|
|
|
|
|
|
}, |
6919
|
|
|
|
|
|
|
'America/St_Lucia' => { |
6920
|
|
|
|
|
|
|
exemplarCity => q#Saint Lucia#, |
6921
|
|
|
|
|
|
|
}, |
6922
|
|
|
|
|
|
|
'America/St_Thomas' => { |
6923
|
|
|
|
|
|
|
exemplarCity => q#Saint Thomas#, |
6924
|
|
|
|
|
|
|
}, |
6925
|
|
|
|
|
|
|
'America/St_Vincent' => { |
6926
|
|
|
|
|
|
|
exemplarCity => q#Saint Vincent#, |
6927
|
|
|
|
|
|
|
}, |
6928
|
|
|
|
|
|
|
'America/Swift_Current' => { |
6929
|
|
|
|
|
|
|
exemplarCity => q#Swift Current#, |
6930
|
|
|
|
|
|
|
}, |
6931
|
|
|
|
|
|
|
'America/Tegucigalpa' => { |
6932
|
|
|
|
|
|
|
exemplarCity => q#Tegucigalpa#, |
6933
|
|
|
|
|
|
|
}, |
6934
|
|
|
|
|
|
|
'America/Thule' => { |
6935
|
|
|
|
|
|
|
exemplarCity => q#Thule#, |
6936
|
|
|
|
|
|
|
}, |
6937
|
|
|
|
|
|
|
'America/Thunder_Bay' => { |
6938
|
|
|
|
|
|
|
exemplarCity => q#Thunder Bay#, |
6939
|
|
|
|
|
|
|
}, |
6940
|
|
|
|
|
|
|
'America/Tijuana' => { |
6941
|
|
|
|
|
|
|
exemplarCity => q#Tijuana#, |
6942
|
|
|
|
|
|
|
}, |
6943
|
|
|
|
|
|
|
'America/Toronto' => { |
6944
|
|
|
|
|
|
|
exemplarCity => q#Toronto#, |
6945
|
|
|
|
|
|
|
}, |
6946
|
|
|
|
|
|
|
'America/Tortola' => { |
6947
|
|
|
|
|
|
|
exemplarCity => q#Tortola#, |
6948
|
|
|
|
|
|
|
}, |
6949
|
|
|
|
|
|
|
'America/Vancouver' => { |
6950
|
|
|
|
|
|
|
exemplarCity => q#Vancouver#, |
6951
|
|
|
|
|
|
|
}, |
6952
|
|
|
|
|
|
|
'America/Whitehorse' => { |
6953
|
|
|
|
|
|
|
exemplarCity => q#Whitehorse#, |
6954
|
|
|
|
|
|
|
}, |
6955
|
|
|
|
|
|
|
'America/Winnipeg' => { |
6956
|
|
|
|
|
|
|
exemplarCity => q#Winnipeg#, |
6957
|
|
|
|
|
|
|
}, |
6958
|
|
|
|
|
|
|
'America/Yakutat' => { |
6959
|
|
|
|
|
|
|
exemplarCity => q#Yakutat#, |
6960
|
|
|
|
|
|
|
}, |
6961
|
|
|
|
|
|
|
'America/Yellowknife' => { |
6962
|
|
|
|
|
|
|
exemplarCity => q#Yellowknife#, |
6963
|
|
|
|
|
|
|
}, |
6964
|
|
|
|
|
|
|
'America_Central' => { |
6965
|
|
|
|
|
|
|
long => { |
6966
|
|
|
|
|
|
|
'daylight' => q(Kesk-Ameerika suveaeg), |
6967
|
|
|
|
|
|
|
'generic' => q(Kesk-Ameerika aeg), |
6968
|
|
|
|
|
|
|
'standard' => q(Kesk-Ameerika standardaeg), |
6969
|
|
|
|
|
|
|
}, |
6970
|
|
|
|
|
|
|
}, |
6971
|
|
|
|
|
|
|
'America_Eastern' => { |
6972
|
|
|
|
|
|
|
long => { |
6973
|
|
|
|
|
|
|
'daylight' => q(Idaranniku suveaeg), |
6974
|
|
|
|
|
|
|
'generic' => q(Idaranniku aeg), |
6975
|
|
|
|
|
|
|
'standard' => q(Idaranniku standardaeg), |
6976
|
|
|
|
|
|
|
}, |
6977
|
|
|
|
|
|
|
}, |
6978
|
|
|
|
|
|
|
'America_Mountain' => { |
6979
|
|
|
|
|
|
|
long => { |
6980
|
|
|
|
|
|
|
'daylight' => q(Mäestikuvööndi suveaeg), |
6981
|
|
|
|
|
|
|
'generic' => q(Mäestikuvööndi aeg), |
6982
|
|
|
|
|
|
|
'standard' => q(Mäestikuvööndi standardaeg), |
6983
|
|
|
|
|
|
|
}, |
6984
|
|
|
|
|
|
|
}, |
6985
|
|
|
|
|
|
|
'America_Pacific' => { |
6986
|
|
|
|
|
|
|
long => { |
6987
|
|
|
|
|
|
|
'daylight' => q(Vaikse ookeani suveaeg), |
6988
|
|
|
|
|
|
|
'generic' => q(Vaikse ookeani aeg), |
6989
|
|
|
|
|
|
|
'standard' => q(Vaikse ookeani standardaeg), |
6990
|
|
|
|
|
|
|
}, |
6991
|
|
|
|
|
|
|
}, |
6992
|
|
|
|
|
|
|
'Anadyr' => { |
6993
|
|
|
|
|
|
|
long => { |
6994
|
|
|
|
|
|
|
'daylight' => q(Anadõri suveaeg), |
6995
|
|
|
|
|
|
|
'generic' => q(Anadõri aeg), |
6996
|
|
|
|
|
|
|
'standard' => q(Anadõri standardaeg), |
6997
|
|
|
|
|
|
|
}, |
6998
|
|
|
|
|
|
|
}, |
6999
|
|
|
|
|
|
|
'Antarctica/Casey' => { |
7000
|
|
|
|
|
|
|
exemplarCity => q#Casey#, |
7001
|
|
|
|
|
|
|
}, |
7002
|
|
|
|
|
|
|
'Antarctica/Davis' => { |
7003
|
|
|
|
|
|
|
exemplarCity => q#Davis#, |
7004
|
|
|
|
|
|
|
}, |
7005
|
|
|
|
|
|
|
'Antarctica/DumontDUrville' => { |
7006
|
|
|
|
|
|
|
exemplarCity => q#Dumont dâUrville#, |
7007
|
|
|
|
|
|
|
}, |
7008
|
|
|
|
|
|
|
'Antarctica/Macquarie' => { |
7009
|
|
|
|
|
|
|
exemplarCity => q#Macquarie#, |
7010
|
|
|
|
|
|
|
}, |
7011
|
|
|
|
|
|
|
'Antarctica/Mawson' => { |
7012
|
|
|
|
|
|
|
exemplarCity => q#Mawson#, |
7013
|
|
|
|
|
|
|
}, |
7014
|
|
|
|
|
|
|
'Antarctica/McMurdo' => { |
7015
|
|
|
|
|
|
|
exemplarCity => q#McMurdo#, |
7016
|
|
|
|
|
|
|
}, |
7017
|
|
|
|
|
|
|
'Antarctica/Palmer' => { |
7018
|
|
|
|
|
|
|
exemplarCity => q#Palmer#, |
7019
|
|
|
|
|
|
|
}, |
7020
|
|
|
|
|
|
|
'Antarctica/Rothera' => { |
7021
|
|
|
|
|
|
|
exemplarCity => q#Rothera#, |
7022
|
|
|
|
|
|
|
}, |
7023
|
|
|
|
|
|
|
'Antarctica/Syowa' => { |
7024
|
|
|
|
|
|
|
exemplarCity => q#Syowa#, |
7025
|
|
|
|
|
|
|
}, |
7026
|
|
|
|
|
|
|
'Antarctica/Troll' => { |
7027
|
|
|
|
|
|
|
exemplarCity => q#Troll#, |
7028
|
|
|
|
|
|
|
}, |
7029
|
|
|
|
|
|
|
'Antarctica/Vostok' => { |
7030
|
|
|
|
|
|
|
exemplarCity => q#Vostok#, |
7031
|
|
|
|
|
|
|
}, |
7032
|
|
|
|
|
|
|
'Apia' => { |
7033
|
|
|
|
|
|
|
long => { |
7034
|
|
|
|
|
|
|
'daylight' => q(Apia suveaeg), |
7035
|
|
|
|
|
|
|
'generic' => q(Apia aeg), |
7036
|
|
|
|
|
|
|
'standard' => q(Apia standardaeg), |
7037
|
|
|
|
|
|
|
}, |
7038
|
|
|
|
|
|
|
}, |
7039
|
|
|
|
|
|
|
'Aqtau' => { |
7040
|
|
|
|
|
|
|
long => { |
7041
|
|
|
|
|
|
|
'daylight' => q(Aktau suveaeg), |
7042
|
|
|
|
|
|
|
'generic' => q(Aktau aeg), |
7043
|
|
|
|
|
|
|
'standard' => q(Aktau standardaeg), |
7044
|
|
|
|
|
|
|
}, |
7045
|
|
|
|
|
|
|
}, |
7046
|
|
|
|
|
|
|
'Aqtobe' => { |
7047
|
|
|
|
|
|
|
long => { |
7048
|
|
|
|
|
|
|
'daylight' => q(Aktöbe suveaeg), |
7049
|
|
|
|
|
|
|
'generic' => q(Aktöbe aeg), |
7050
|
|
|
|
|
|
|
'standard' => q(Aktöbe standardaeg), |
7051
|
|
|
|
|
|
|
}, |
7052
|
|
|
|
|
|
|
}, |
7053
|
|
|
|
|
|
|
'Arabian' => { |
7054
|
|
|
|
|
|
|
long => { |
7055
|
|
|
|
|
|
|
'daylight' => q(Araabia suveaeg), |
7056
|
|
|
|
|
|
|
'generic' => q(Araabia aeg), |
7057
|
|
|
|
|
|
|
'standard' => q(Araabia standardaeg), |
7058
|
|
|
|
|
|
|
}, |
7059
|
|
|
|
|
|
|
}, |
7060
|
|
|
|
|
|
|
'Arctic/Longyearbyen' => { |
7061
|
|
|
|
|
|
|
exemplarCity => q#Longyearbyen#, |
7062
|
|
|
|
|
|
|
}, |
7063
|
|
|
|
|
|
|
'Argentina' => { |
7064
|
|
|
|
|
|
|
long => { |
7065
|
|
|
|
|
|
|
'daylight' => q(Argentina suveaeg), |
7066
|
|
|
|
|
|
|
'generic' => q(Argentina aeg), |
7067
|
|
|
|
|
|
|
'standard' => q(Argentina standardaeg), |
7068
|
|
|
|
|
|
|
}, |
7069
|
|
|
|
|
|
|
}, |
7070
|
|
|
|
|
|
|
'Argentina_Western' => { |
7071
|
|
|
|
|
|
|
long => { |
7072
|
|
|
|
|
|
|
'daylight' => q(Lääne-Argentina suveaeg), |
7073
|
|
|
|
|
|
|
'generic' => q(Lääne-Argentina aeg), |
7074
|
|
|
|
|
|
|
'standard' => q(Lääne-Argentina standardaeg), |
7075
|
|
|
|
|
|
|
}, |
7076
|
|
|
|
|
|
|
}, |
7077
|
|
|
|
|
|
|
'Armenia' => { |
7078
|
|
|
|
|
|
|
long => { |
7079
|
|
|
|
|
|
|
'daylight' => q(Armeenia suveaeg), |
7080
|
|
|
|
|
|
|
'generic' => q(Armeenia aeg), |
7081
|
|
|
|
|
|
|
'standard' => q(Armeenia standardaeg), |
7082
|
|
|
|
|
|
|
}, |
7083
|
|
|
|
|
|
|
}, |
7084
|
|
|
|
|
|
|
'Asia/Aden' => { |
7085
|
|
|
|
|
|
|
exemplarCity => q#Aden#, |
7086
|
|
|
|
|
|
|
}, |
7087
|
|
|
|
|
|
|
'Asia/Almaty' => { |
7088
|
|
|
|
|
|
|
exemplarCity => q#Almatõ#, |
7089
|
|
|
|
|
|
|
}, |
7090
|
|
|
|
|
|
|
'Asia/Amman' => { |
7091
|
|
|
|
|
|
|
exemplarCity => q#Amman#, |
7092
|
|
|
|
|
|
|
}, |
7093
|
|
|
|
|
|
|
'Asia/Anadyr' => { |
7094
|
|
|
|
|
|
|
exemplarCity => q#Anadõr#, |
7095
|
|
|
|
|
|
|
}, |
7096
|
|
|
|
|
|
|
'Asia/Aqtau' => { |
7097
|
|
|
|
|
|
|
exemplarCity => q#Aktau#, |
7098
|
|
|
|
|
|
|
}, |
7099
|
|
|
|
|
|
|
'Asia/Aqtobe' => { |
7100
|
|
|
|
|
|
|
exemplarCity => q#Aktöbe#, |
7101
|
|
|
|
|
|
|
}, |
7102
|
|
|
|
|
|
|
'Asia/Ashgabat' => { |
7103
|
|
|
|
|
|
|
exemplarCity => q#AÅgabat#, |
7104
|
|
|
|
|
|
|
}, |
7105
|
|
|
|
|
|
|
'Asia/Baghdad' => { |
7106
|
|
|
|
|
|
|
exemplarCity => q#Bagdad#, |
7107
|
|
|
|
|
|
|
}, |
7108
|
|
|
|
|
|
|
'Asia/Bahrain' => { |
7109
|
|
|
|
|
|
|
exemplarCity => q#Bahrein#, |
7110
|
|
|
|
|
|
|
}, |
7111
|
|
|
|
|
|
|
'Asia/Baku' => { |
7112
|
|
|
|
|
|
|
exemplarCity => q#Bakuu#, |
7113
|
|
|
|
|
|
|
}, |
7114
|
|
|
|
|
|
|
'Asia/Bangkok' => { |
7115
|
|
|
|
|
|
|
exemplarCity => q#Bangkok#, |
7116
|
|
|
|
|
|
|
}, |
7117
|
|
|
|
|
|
|
'Asia/Beirut' => { |
7118
|
|
|
|
|
|
|
exemplarCity => q#Beirut#, |
7119
|
|
|
|
|
|
|
}, |
7120
|
|
|
|
|
|
|
'Asia/Bishkek' => { |
7121
|
|
|
|
|
|
|
exemplarCity => q#Biškek#, |
7122
|
|
|
|
|
|
|
}, |
7123
|
|
|
|
|
|
|
'Asia/Brunei' => { |
7124
|
|
|
|
|
|
|
exemplarCity => q#Brunei#, |
7125
|
|
|
|
|
|
|
}, |
7126
|
|
|
|
|
|
|
'Asia/Calcutta' => { |
7127
|
|
|
|
|
|
|
exemplarCity => q#Kolkata#, |
7128
|
|
|
|
|
|
|
}, |
7129
|
|
|
|
|
|
|
'Asia/Chita' => { |
7130
|
|
|
|
|
|
|
exemplarCity => q#TÅ¡ita#, |
7131
|
|
|
|
|
|
|
}, |
7132
|
|
|
|
|
|
|
'Asia/Choibalsan' => { |
7133
|
|
|
|
|
|
|
exemplarCity => q#TÅ¡ojbalsan#, |
7134
|
|
|
|
|
|
|
}, |
7135
|
|
|
|
|
|
|
'Asia/Colombo' => { |
7136
|
|
|
|
|
|
|
exemplarCity => q#Colombo#, |
7137
|
|
|
|
|
|
|
}, |
7138
|
|
|
|
|
|
|
'Asia/Damascus' => { |
7139
|
|
|
|
|
|
|
exemplarCity => q#Damaskus#, |
7140
|
|
|
|
|
|
|
}, |
7141
|
|
|
|
|
|
|
'Asia/Dhaka' => { |
7142
|
|
|
|
|
|
|
exemplarCity => q#Dhaka#, |
7143
|
|
|
|
|
|
|
}, |
7144
|
|
|
|
|
|
|
'Asia/Dili' => { |
7145
|
|
|
|
|
|
|
exemplarCity => q#Dili#, |
7146
|
|
|
|
|
|
|
}, |
7147
|
|
|
|
|
|
|
'Asia/Dubai' => { |
7148
|
|
|
|
|
|
|
exemplarCity => q#Dubai#, |
7149
|
|
|
|
|
|
|
}, |
7150
|
|
|
|
|
|
|
'Asia/Dushanbe' => { |
7151
|
|
|
|
|
|
|
exemplarCity => q#Dušanbe#, |
7152
|
|
|
|
|
|
|
}, |
7153
|
|
|
|
|
|
|
'Asia/Gaza' => { |
7154
|
|
|
|
|
|
|
exemplarCity => q#Gaza#, |
7155
|
|
|
|
|
|
|
}, |
7156
|
|
|
|
|
|
|
'Asia/Hebron' => { |
7157
|
|
|
|
|
|
|
exemplarCity => q#Hebron#, |
7158
|
|
|
|
|
|
|
}, |
7159
|
|
|
|
|
|
|
'Asia/Hong_Kong' => { |
7160
|
|
|
|
|
|
|
exemplarCity => q#Hongkong#, |
7161
|
|
|
|
|
|
|
}, |
7162
|
|
|
|
|
|
|
'Asia/Hovd' => { |
7163
|
|
|
|
|
|
|
exemplarCity => q#Hovd#, |
7164
|
|
|
|
|
|
|
}, |
7165
|
|
|
|
|
|
|
'Asia/Irkutsk' => { |
7166
|
|
|
|
|
|
|
exemplarCity => q#Irkutsk#, |
7167
|
|
|
|
|
|
|
}, |
7168
|
|
|
|
|
|
|
'Asia/Jakarta' => { |
7169
|
|
|
|
|
|
|
exemplarCity => q#Jakarta#, |
7170
|
|
|
|
|
|
|
}, |
7171
|
|
|
|
|
|
|
'Asia/Jayapura' => { |
7172
|
|
|
|
|
|
|
exemplarCity => q#Jayapura#, |
7173
|
|
|
|
|
|
|
}, |
7174
|
|
|
|
|
|
|
'Asia/Jerusalem' => { |
7175
|
|
|
|
|
|
|
exemplarCity => q#Jeruusalemm#, |
7176
|
|
|
|
|
|
|
}, |
7177
|
|
|
|
|
|
|
'Asia/Kabul' => { |
7178
|
|
|
|
|
|
|
exemplarCity => q#Kabul#, |
7179
|
|
|
|
|
|
|
}, |
7180
|
|
|
|
|
|
|
'Asia/Kamchatka' => { |
7181
|
|
|
|
|
|
|
exemplarCity => q#Kamtšatka#, |
7182
|
|
|
|
|
|
|
}, |
7183
|
|
|
|
|
|
|
'Asia/Karachi' => { |
7184
|
|
|
|
|
|
|
exemplarCity => q#Karachi#, |
7185
|
|
|
|
|
|
|
}, |
7186
|
|
|
|
|
|
|
'Asia/Katmandu' => { |
7187
|
|
|
|
|
|
|
exemplarCity => q#Katmandu#, |
7188
|
|
|
|
|
|
|
}, |
7189
|
|
|
|
|
|
|
'Asia/Khandyga' => { |
7190
|
|
|
|
|
|
|
exemplarCity => q#Handõga#, |
7191
|
|
|
|
|
|
|
}, |
7192
|
|
|
|
|
|
|
'Asia/Krasnoyarsk' => { |
7193
|
|
|
|
|
|
|
exemplarCity => q#Krasnojarsk#, |
7194
|
|
|
|
|
|
|
}, |
7195
|
|
|
|
|
|
|
'Asia/Kuala_Lumpur' => { |
7196
|
|
|
|
|
|
|
exemplarCity => q#Kuala Lumpur#, |
7197
|
|
|
|
|
|
|
}, |
7198
|
|
|
|
|
|
|
'Asia/Kuching' => { |
7199
|
|
|
|
|
|
|
exemplarCity => q#Kuching#, |
7200
|
|
|
|
|
|
|
}, |
7201
|
|
|
|
|
|
|
'Asia/Kuwait' => { |
7202
|
|
|
|
|
|
|
exemplarCity => q#Kuveit#, |
7203
|
|
|
|
|
|
|
}, |
7204
|
|
|
|
|
|
|
'Asia/Macau' => { |
7205
|
|
|
|
|
|
|
exemplarCity => q#Macau#, |
7206
|
|
|
|
|
|
|
}, |
7207
|
|
|
|
|
|
|
'Asia/Magadan' => { |
7208
|
|
|
|
|
|
|
exemplarCity => q#Magadan#, |
7209
|
|
|
|
|
|
|
}, |
7210
|
|
|
|
|
|
|
'Asia/Makassar' => { |
7211
|
|
|
|
|
|
|
exemplarCity => q#Makassar#, |
7212
|
|
|
|
|
|
|
}, |
7213
|
|
|
|
|
|
|
'Asia/Manila' => { |
7214
|
|
|
|
|
|
|
exemplarCity => q#Manila#, |
7215
|
|
|
|
|
|
|
}, |
7216
|
|
|
|
|
|
|
'Asia/Muscat' => { |
7217
|
|
|
|
|
|
|
exemplarCity => q#Masqaţ#, |
7218
|
|
|
|
|
|
|
}, |
7219
|
|
|
|
|
|
|
'Asia/Nicosia' => { |
7220
|
|
|
|
|
|
|
exemplarCity => q#Nikosia#, |
7221
|
|
|
|
|
|
|
}, |
7222
|
|
|
|
|
|
|
'Asia/Novokuznetsk' => { |
7223
|
|
|
|
|
|
|
exemplarCity => q#Novokuznetsk#, |
7224
|
|
|
|
|
|
|
}, |
7225
|
|
|
|
|
|
|
'Asia/Novosibirsk' => { |
7226
|
|
|
|
|
|
|
exemplarCity => q#Novosibirsk#, |
7227
|
|
|
|
|
|
|
}, |
7228
|
|
|
|
|
|
|
'Asia/Omsk' => { |
7229
|
|
|
|
|
|
|
exemplarCity => q#Omsk#, |
7230
|
|
|
|
|
|
|
}, |
7231
|
|
|
|
|
|
|
'Asia/Oral' => { |
7232
|
|
|
|
|
|
|
exemplarCity => q#Oral#, |
7233
|
|
|
|
|
|
|
}, |
7234
|
|
|
|
|
|
|
'Asia/Phnom_Penh' => { |
7235
|
|
|
|
|
|
|
exemplarCity => q#Phnom Penh#, |
7236
|
|
|
|
|
|
|
}, |
7237
|
|
|
|
|
|
|
'Asia/Pontianak' => { |
7238
|
|
|
|
|
|
|
exemplarCity => q#Pontianak#, |
7239
|
|
|
|
|
|
|
}, |
7240
|
|
|
|
|
|
|
'Asia/Pyongyang' => { |
7241
|
|
|
|
|
|
|
exemplarCity => q#Pyongyang#, |
7242
|
|
|
|
|
|
|
}, |
7243
|
|
|
|
|
|
|
'Asia/Qatar' => { |
7244
|
|
|
|
|
|
|
exemplarCity => q#Katar#, |
7245
|
|
|
|
|
|
|
}, |
7246
|
|
|
|
|
|
|
'Asia/Qyzylorda' => { |
7247
|
|
|
|
|
|
|
exemplarCity => q#Kõzõlorda#, |
7248
|
|
|
|
|
|
|
}, |
7249
|
|
|
|
|
|
|
'Asia/Rangoon' => { |
7250
|
|
|
|
|
|
|
exemplarCity => q#Yangon#, |
7251
|
|
|
|
|
|
|
}, |
7252
|
|
|
|
|
|
|
'Asia/Riyadh' => { |
7253
|
|
|
|
|
|
|
exemplarCity => q#Ar-RiyÄá¸#, |
7254
|
|
|
|
|
|
|
}, |
7255
|
|
|
|
|
|
|
'Asia/Saigon' => { |
7256
|
|
|
|
|
|
|
exemplarCity => q#Ho Chi Minh#, |
7257
|
|
|
|
|
|
|
}, |
7258
|
|
|
|
|
|
|
'Asia/Sakhalin' => { |
7259
|
|
|
|
|
|
|
exemplarCity => q#Sahhalin#, |
7260
|
|
|
|
|
|
|
}, |
7261
|
|
|
|
|
|
|
'Asia/Samarkand' => { |
7262
|
|
|
|
|
|
|
exemplarCity => q#Samarkand#, |
7263
|
|
|
|
|
|
|
}, |
7264
|
|
|
|
|
|
|
'Asia/Seoul' => { |
7265
|
|
|
|
|
|
|
exemplarCity => q#Soul#, |
7266
|
|
|
|
|
|
|
}, |
7267
|
|
|
|
|
|
|
'Asia/Shanghai' => { |
7268
|
|
|
|
|
|
|
exemplarCity => q#Shanghai#, |
7269
|
|
|
|
|
|
|
}, |
7270
|
|
|
|
|
|
|
'Asia/Singapore' => { |
7271
|
|
|
|
|
|
|
exemplarCity => q#Singapur#, |
7272
|
|
|
|
|
|
|
}, |
7273
|
|
|
|
|
|
|
'Asia/Srednekolymsk' => { |
7274
|
|
|
|
|
|
|
exemplarCity => q#Srednekolõmsk#, |
7275
|
|
|
|
|
|
|
}, |
7276
|
|
|
|
|
|
|
'Asia/Taipei' => { |
7277
|
|
|
|
|
|
|
exemplarCity => q#Taipei#, |
7278
|
|
|
|
|
|
|
}, |
7279
|
|
|
|
|
|
|
'Asia/Tashkent' => { |
7280
|
|
|
|
|
|
|
exemplarCity => q#Taškent#, |
7281
|
|
|
|
|
|
|
}, |
7282
|
|
|
|
|
|
|
'Asia/Tbilisi' => { |
7283
|
|
|
|
|
|
|
exemplarCity => q#Thbilisi#, |
7284
|
|
|
|
|
|
|
}, |
7285
|
|
|
|
|
|
|
'Asia/Tehran' => { |
7286
|
|
|
|
|
|
|
exemplarCity => q#Teheran#, |
7287
|
|
|
|
|
|
|
}, |
7288
|
|
|
|
|
|
|
'Asia/Thimphu' => { |
7289
|
|
|
|
|
|
|
exemplarCity => q#Thimphu#, |
7290
|
|
|
|
|
|
|
}, |
7291
|
|
|
|
|
|
|
'Asia/Tokyo' => { |
7292
|
|
|
|
|
|
|
exemplarCity => q#TÅkyÅ#, |
7293
|
|
|
|
|
|
|
}, |
7294
|
|
|
|
|
|
|
'Asia/Ulaanbaatar' => { |
7295
|
|
|
|
|
|
|
exemplarCity => q#Ulaanbaatar#, |
7296
|
|
|
|
|
|
|
}, |
7297
|
|
|
|
|
|
|
'Asia/Urumqi' => { |
7298
|
|
|
|
|
|
|
exemplarCity => q#Ãrümqi#, |
7299
|
|
|
|
|
|
|
}, |
7300
|
|
|
|
|
|
|
'Asia/Ust-Nera' => { |
7301
|
|
|
|
|
|
|
exemplarCity => q#Ust-Nera#, |
7302
|
|
|
|
|
|
|
}, |
7303
|
|
|
|
|
|
|
'Asia/Vientiane' => { |
7304
|
|
|
|
|
|
|
exemplarCity => q#Vientiane#, |
7305
|
|
|
|
|
|
|
}, |
7306
|
|
|
|
|
|
|
'Asia/Vladivostok' => { |
7307
|
|
|
|
|
|
|
exemplarCity => q#Vladivostok#, |
7308
|
|
|
|
|
|
|
}, |
7309
|
|
|
|
|
|
|
'Asia/Yakutsk' => { |
7310
|
|
|
|
|
|
|
exemplarCity => q#Jakutsk#, |
7311
|
|
|
|
|
|
|
}, |
7312
|
|
|
|
|
|
|
'Asia/Yekaterinburg' => { |
7313
|
|
|
|
|
|
|
exemplarCity => q#Jekaterinburg#, |
7314
|
|
|
|
|
|
|
}, |
7315
|
|
|
|
|
|
|
'Asia/Yerevan' => { |
7316
|
|
|
|
|
|
|
exemplarCity => q#Jerevan#, |
7317
|
|
|
|
|
|
|
}, |
7318
|
|
|
|
|
|
|
'Atlantic' => { |
7319
|
|
|
|
|
|
|
long => { |
7320
|
|
|
|
|
|
|
'daylight' => q(Atlandi suveaeg), |
7321
|
|
|
|
|
|
|
'generic' => q(Atlandi aeg), |
7322
|
|
|
|
|
|
|
'standard' => q(Atlandi standardaeg), |
7323
|
|
|
|
|
|
|
}, |
7324
|
|
|
|
|
|
|
}, |
7325
|
|
|
|
|
|
|
'Atlantic/Azores' => { |
7326
|
|
|
|
|
|
|
exemplarCity => q#Assoorid#, |
7327
|
|
|
|
|
|
|
}, |
7328
|
|
|
|
|
|
|
'Atlantic/Bermuda' => { |
7329
|
|
|
|
|
|
|
exemplarCity => q#Bermuda#, |
7330
|
|
|
|
|
|
|
}, |
7331
|
|
|
|
|
|
|
'Atlantic/Canary' => { |
7332
|
|
|
|
|
|
|
exemplarCity => q#Kanaari saared#, |
7333
|
|
|
|
|
|
|
}, |
7334
|
|
|
|
|
|
|
'Atlantic/Cape_Verde' => { |
7335
|
|
|
|
|
|
|
exemplarCity => q#Roheneemesaared#, |
7336
|
|
|
|
|
|
|
}, |
7337
|
|
|
|
|
|
|
'Atlantic/Faeroe' => { |
7338
|
|
|
|
|
|
|
exemplarCity => q#Fääri#, |
7339
|
|
|
|
|
|
|
}, |
7340
|
|
|
|
|
|
|
'Atlantic/Madeira' => { |
7341
|
|
|
|
|
|
|
exemplarCity => q#Madeira#, |
7342
|
|
|
|
|
|
|
}, |
7343
|
|
|
|
|
|
|
'Atlantic/Reykjavik' => { |
7344
|
|
|
|
|
|
|
exemplarCity => q#ReykjavÃk#, |
7345
|
|
|
|
|
|
|
}, |
7346
|
|
|
|
|
|
|
'Atlantic/South_Georgia' => { |
7347
|
|
|
|
|
|
|
exemplarCity => q#Lõuna-Georgia#, |
7348
|
|
|
|
|
|
|
}, |
7349
|
|
|
|
|
|
|
'Atlantic/St_Helena' => { |
7350
|
|
|
|
|
|
|
exemplarCity => q#Saint Helena#, |
7351
|
|
|
|
|
|
|
}, |
7352
|
|
|
|
|
|
|
'Atlantic/Stanley' => { |
7353
|
|
|
|
|
|
|
exemplarCity => q#Stanley#, |
7354
|
|
|
|
|
|
|
}, |
7355
|
|
|
|
|
|
|
'Australia/Adelaide' => { |
7356
|
|
|
|
|
|
|
exemplarCity => q#Adelaide#, |
7357
|
|
|
|
|
|
|
}, |
7358
|
|
|
|
|
|
|
'Australia/Brisbane' => { |
7359
|
|
|
|
|
|
|
exemplarCity => q#Brisbane#, |
7360
|
|
|
|
|
|
|
}, |
7361
|
|
|
|
|
|
|
'Australia/Broken_Hill' => { |
7362
|
|
|
|
|
|
|
exemplarCity => q#Broken Hill#, |
7363
|
|
|
|
|
|
|
}, |
7364
|
|
|
|
|
|
|
'Australia/Currie' => { |
7365
|
|
|
|
|
|
|
exemplarCity => q#Currie#, |
7366
|
|
|
|
|
|
|
}, |
7367
|
|
|
|
|
|
|
'Australia/Darwin' => { |
7368
|
|
|
|
|
|
|
exemplarCity => q#Darwin#, |
7369
|
|
|
|
|
|
|
}, |
7370
|
|
|
|
|
|
|
'Australia/Eucla' => { |
7371
|
|
|
|
|
|
|
exemplarCity => q#Eucla#, |
7372
|
|
|
|
|
|
|
}, |
7373
|
|
|
|
|
|
|
'Australia/Hobart' => { |
7374
|
|
|
|
|
|
|
exemplarCity => q#Hobart#, |
7375
|
|
|
|
|
|
|
}, |
7376
|
|
|
|
|
|
|
'Australia/Lindeman' => { |
7377
|
|
|
|
|
|
|
exemplarCity => q#Lindeman#, |
7378
|
|
|
|
|
|
|
}, |
7379
|
|
|
|
|
|
|
'Australia/Lord_Howe' => { |
7380
|
|
|
|
|
|
|
exemplarCity => q#Lord Howe#, |
7381
|
|
|
|
|
|
|
}, |
7382
|
|
|
|
|
|
|
'Australia/Melbourne' => { |
7383
|
|
|
|
|
|
|
exemplarCity => q#Melbourne#, |
7384
|
|
|
|
|
|
|
}, |
7385
|
|
|
|
|
|
|
'Australia/Perth' => { |
7386
|
|
|
|
|
|
|
exemplarCity => q#Perth#, |
7387
|
|
|
|
|
|
|
}, |
7388
|
|
|
|
|
|
|
'Australia/Sydney' => { |
7389
|
|
|
|
|
|
|
exemplarCity => q#Sydney#, |
7390
|
|
|
|
|
|
|
}, |
7391
|
|
|
|
|
|
|
'Australia_Central' => { |
7392
|
|
|
|
|
|
|
long => { |
7393
|
|
|
|
|
|
|
'daylight' => q(Kesk-Austraalia suveaeg), |
7394
|
|
|
|
|
|
|
'generic' => q(Kesk-Austraalia aeg), |
7395
|
|
|
|
|
|
|
'standard' => q(Kesk-Austraalia standardaeg), |
7396
|
|
|
|
|
|
|
}, |
7397
|
|
|
|
|
|
|
}, |
7398
|
|
|
|
|
|
|
'Australia_CentralWestern' => { |
7399
|
|
|
|
|
|
|
long => { |
7400
|
|
|
|
|
|
|
'daylight' => q(Kesk-Lääne Austraalia suveaeg), |
7401
|
|
|
|
|
|
|
'generic' => q(Kesk-Lääne Austraalia aeg), |
7402
|
|
|
|
|
|
|
'standard' => q(Kesk-Lääne Austraalia standardaeg), |
7403
|
|
|
|
|
|
|
}, |
7404
|
|
|
|
|
|
|
}, |
7405
|
|
|
|
|
|
|
'Australia_Eastern' => { |
7406
|
|
|
|
|
|
|
long => { |
7407
|
|
|
|
|
|
|
'daylight' => q(Ida-Austraalia suveaeg), |
7408
|
|
|
|
|
|
|
'generic' => q(Ida-Austraalia aeg), |
7409
|
|
|
|
|
|
|
'standard' => q(Ida-Austraalia standardaeg), |
7410
|
|
|
|
|
|
|
}, |
7411
|
|
|
|
|
|
|
}, |
7412
|
|
|
|
|
|
|
'Australia_Western' => { |
7413
|
|
|
|
|
|
|
long => { |
7414
|
|
|
|
|
|
|
'daylight' => q(Lääne-Austraalia suveaeg), |
7415
|
|
|
|
|
|
|
'generic' => q(Lääne-Austraalia aeg), |
7416
|
|
|
|
|
|
|
'standard' => q(Lääne-Austraalia standardaeg), |
7417
|
|
|
|
|
|
|
}, |
7418
|
|
|
|
|
|
|
}, |
7419
|
|
|
|
|
|
|
'Azerbaijan' => { |
7420
|
|
|
|
|
|
|
long => { |
7421
|
|
|
|
|
|
|
'daylight' => q(Aserbaidžaani suveaeg), |
7422
|
|
|
|
|
|
|
'generic' => q(Aserbaidžaani aeg), |
7423
|
|
|
|
|
|
|
'standard' => q(Aserbaidžaani standardaeg), |
7424
|
|
|
|
|
|
|
}, |
7425
|
|
|
|
|
|
|
}, |
7426
|
|
|
|
|
|
|
'Azores' => { |
7427
|
|
|
|
|
|
|
long => { |
7428
|
|
|
|
|
|
|
'daylight' => q(Assooride suveaeg), |
7429
|
|
|
|
|
|
|
'generic' => q(Assooride aeg), |
7430
|
|
|
|
|
|
|
'standard' => q(Assooride standardaeg), |
7431
|
|
|
|
|
|
|
}, |
7432
|
|
|
|
|
|
|
}, |
7433
|
|
|
|
|
|
|
'Bangladesh' => { |
7434
|
|
|
|
|
|
|
long => { |
7435
|
|
|
|
|
|
|
'daylight' => q(Bangladeshi suveaeg), |
7436
|
|
|
|
|
|
|
'generic' => q(Bangladeshi aeg), |
7437
|
|
|
|
|
|
|
'standard' => q(Bangladeshi standardaeg), |
7438
|
|
|
|
|
|
|
}, |
7439
|
|
|
|
|
|
|
}, |
7440
|
|
|
|
|
|
|
'Bhutan' => { |
7441
|
|
|
|
|
|
|
long => { |
7442
|
|
|
|
|
|
|
'standard' => q(Bhutani aeg), |
7443
|
|
|
|
|
|
|
}, |
7444
|
|
|
|
|
|
|
}, |
7445
|
|
|
|
|
|
|
'Bolivia' => { |
7446
|
|
|
|
|
|
|
long => { |
7447
|
|
|
|
|
|
|
'standard' => q(Boliivia aeg), |
7448
|
|
|
|
|
|
|
}, |
7449
|
|
|
|
|
|
|
}, |
7450
|
|
|
|
|
|
|
'Brasilia' => { |
7451
|
|
|
|
|
|
|
long => { |
7452
|
|
|
|
|
|
|
'daylight' => q(Brasiilia suveaeg), |
7453
|
|
|
|
|
|
|
'generic' => q(Brasiilia aeg), |
7454
|
|
|
|
|
|
|
'standard' => q(Brasiilia standardaeg), |
7455
|
|
|
|
|
|
|
}, |
7456
|
|
|
|
|
|
|
}, |
7457
|
|
|
|
|
|
|
'Brunei' => { |
7458
|
|
|
|
|
|
|
long => { |
7459
|
|
|
|
|
|
|
'standard' => q(Brunei aeg), |
7460
|
|
|
|
|
|
|
}, |
7461
|
|
|
|
|
|
|
}, |
7462
|
|
|
|
|
|
|
'Cape_Verde' => { |
7463
|
|
|
|
|
|
|
long => { |
7464
|
|
|
|
|
|
|
'daylight' => q(Roheneemesaarte suveaeg), |
7465
|
|
|
|
|
|
|
'generic' => q(Roheneemesaarte aeg), |
7466
|
|
|
|
|
|
|
'standard' => q(Roheneemesaarte standardaeg), |
7467
|
|
|
|
|
|
|
}, |
7468
|
|
|
|
|
|
|
}, |
7469
|
|
|
|
|
|
|
'Chamorro' => { |
7470
|
|
|
|
|
|
|
long => { |
7471
|
|
|
|
|
|
|
'standard' => q(TÅ¡amorro standardaeg), |
7472
|
|
|
|
|
|
|
}, |
7473
|
|
|
|
|
|
|
}, |
7474
|
|
|
|
|
|
|
'Chatham' => { |
7475
|
|
|
|
|
|
|
long => { |
7476
|
|
|
|
|
|
|
'daylight' => q(Chathami suveaeg), |
7477
|
|
|
|
|
|
|
'generic' => q(Chathami aeg), |
7478
|
|
|
|
|
|
|
'standard' => q(Chathami standardaeg), |
7479
|
|
|
|
|
|
|
}, |
7480
|
|
|
|
|
|
|
}, |
7481
|
|
|
|
|
|
|
'Chile' => { |
7482
|
|
|
|
|
|
|
long => { |
7483
|
|
|
|
|
|
|
'daylight' => q(TÅ¡iili suveaeg), |
7484
|
|
|
|
|
|
|
'generic' => q(TÅ¡iili aeg), |
7485
|
|
|
|
|
|
|
'standard' => q(TÅ¡iili standardaeg), |
7486
|
|
|
|
|
|
|
}, |
7487
|
|
|
|
|
|
|
}, |
7488
|
|
|
|
|
|
|
'China' => { |
7489
|
|
|
|
|
|
|
long => { |
7490
|
|
|
|
|
|
|
'daylight' => q(Hiina suveaeg), |
7491
|
|
|
|
|
|
|
'generic' => q(Hiina aeg), |
7492
|
|
|
|
|
|
|
'standard' => q(Hiina standardaeg), |
7493
|
|
|
|
|
|
|
}, |
7494
|
|
|
|
|
|
|
}, |
7495
|
|
|
|
|
|
|
'Choibalsan' => { |
7496
|
|
|
|
|
|
|
long => { |
7497
|
|
|
|
|
|
|
'daylight' => q(TÅ¡ojbalsani suveaeg), |
7498
|
|
|
|
|
|
|
'generic' => q(TÅ¡ojbalsani aeg), |
7499
|
|
|
|
|
|
|
'standard' => q(TÅ¡ojbalsani standardaeg), |
7500
|
|
|
|
|
|
|
}, |
7501
|
|
|
|
|
|
|
}, |
7502
|
|
|
|
|
|
|
'Christmas' => { |
7503
|
|
|
|
|
|
|
long => { |
7504
|
|
|
|
|
|
|
'standard' => q(Jõulusaare aeg), |
7505
|
|
|
|
|
|
|
}, |
7506
|
|
|
|
|
|
|
}, |
7507
|
|
|
|
|
|
|
'Cocos' => { |
7508
|
|
|
|
|
|
|
long => { |
7509
|
|
|
|
|
|
|
'standard' => q(Kookossaarte aeg), |
7510
|
|
|
|
|
|
|
}, |
7511
|
|
|
|
|
|
|
}, |
7512
|
|
|
|
|
|
|
'Colombia' => { |
7513
|
|
|
|
|
|
|
long => { |
7514
|
|
|
|
|
|
|
'daylight' => q(Colombia suveaeg), |
7515
|
|
|
|
|
|
|
'generic' => q(Colombia aeg), |
7516
|
|
|
|
|
|
|
'standard' => q(Colombia standardaeg), |
7517
|
|
|
|
|
|
|
}, |
7518
|
|
|
|
|
|
|
}, |
7519
|
|
|
|
|
|
|
'Cook' => { |
7520
|
|
|
|
|
|
|
long => { |
7521
|
|
|
|
|
|
|
'daylight' => q(Cooki saarte osaline suveaeg), |
7522
|
|
|
|
|
|
|
'generic' => q(Cooki saarte aeg), |
7523
|
|
|
|
|
|
|
'standard' => q(Cooki saarte standardaeg), |
7524
|
|
|
|
|
|
|
}, |
7525
|
|
|
|
|
|
|
}, |
7526
|
|
|
|
|
|
|
'Cuba' => { |
7527
|
|
|
|
|
|
|
long => { |
7528
|
|
|
|
|
|
|
'daylight' => q(Kuuba suveaeg), |
7529
|
|
|
|
|
|
|
'generic' => q(Kuuba aeg), |
7530
|
|
|
|
|
|
|
'standard' => q(Kuuba standardaeg), |
7531
|
|
|
|
|
|
|
}, |
7532
|
|
|
|
|
|
|
}, |
7533
|
|
|
|
|
|
|
'Davis' => { |
7534
|
|
|
|
|
|
|
long => { |
7535
|
|
|
|
|
|
|
'standard' => q(Davise aeg), |
7536
|
|
|
|
|
|
|
}, |
7537
|
|
|
|
|
|
|
}, |
7538
|
|
|
|
|
|
|
'DumontDUrville' => { |
7539
|
|
|
|
|
|
|
long => { |
7540
|
|
|
|
|
|
|
'standard' => q(Dumont-dâUrvilleâi aeg), |
7541
|
|
|
|
|
|
|
}, |
7542
|
|
|
|
|
|
|
}, |
7543
|
|
|
|
|
|
|
'East_Timor' => { |
7544
|
|
|
|
|
|
|
long => { |
7545
|
|
|
|
|
|
|
'standard' => q(Ida-Timori aeg), |
7546
|
|
|
|
|
|
|
}, |
7547
|
|
|
|
|
|
|
}, |
7548
|
|
|
|
|
|
|
'Easter' => { |
7549
|
|
|
|
|
|
|
long => { |
7550
|
|
|
|
|
|
|
'daylight' => q(Lihavõttesaare suveaeg), |
7551
|
|
|
|
|
|
|
'generic' => q(Lihavõttesaare aeg), |
7552
|
|
|
|
|
|
|
'standard' => q(Lihavõttesaare standardaeg), |
7553
|
|
|
|
|
|
|
}, |
7554
|
|
|
|
|
|
|
}, |
7555
|
|
|
|
|
|
|
'Ecuador' => { |
7556
|
|
|
|
|
|
|
long => { |
7557
|
|
|
|
|
|
|
'standard' => q(Ecuadori aeg), |
7558
|
|
|
|
|
|
|
}, |
7559
|
|
|
|
|
|
|
}, |
7560
|
|
|
|
|
|
|
'Etc/Unknown' => { |
7561
|
|
|
|
|
|
|
exemplarCity => q#määramata linn#, |
7562
|
|
|
|
|
|
|
}, |
7563
|
|
|
|
|
|
|
'Europe/Amsterdam' => { |
7564
|
|
|
|
|
|
|
exemplarCity => q#Amsterdam#, |
7565
|
|
|
|
|
|
|
}, |
7566
|
|
|
|
|
|
|
'Europe/Andorra' => { |
7567
|
|
|
|
|
|
|
exemplarCity => q#Andorra#, |
7568
|
|
|
|
|
|
|
}, |
7569
|
|
|
|
|
|
|
'Europe/Athens' => { |
7570
|
|
|
|
|
|
|
exemplarCity => q#Ateena#, |
7571
|
|
|
|
|
|
|
}, |
7572
|
|
|
|
|
|
|
'Europe/Belgrade' => { |
7573
|
|
|
|
|
|
|
exemplarCity => q#Belgrad#, |
7574
|
|
|
|
|
|
|
}, |
7575
|
|
|
|
|
|
|
'Europe/Berlin' => { |
7576
|
|
|
|
|
|
|
exemplarCity => q#Berliin#, |
7577
|
|
|
|
|
|
|
}, |
7578
|
|
|
|
|
|
|
'Europe/Bratislava' => { |
7579
|
|
|
|
|
|
|
exemplarCity => q#Bratislava#, |
7580
|
|
|
|
|
|
|
}, |
7581
|
|
|
|
|
|
|
'Europe/Brussels' => { |
7582
|
|
|
|
|
|
|
exemplarCity => q#Brüssel#, |
7583
|
|
|
|
|
|
|
}, |
7584
|
|
|
|
|
|
|
'Europe/Bucharest' => { |
7585
|
|
|
|
|
|
|
exemplarCity => q#Bukarest#, |
7586
|
|
|
|
|
|
|
}, |
7587
|
|
|
|
|
|
|
'Europe/Budapest' => { |
7588
|
|
|
|
|
|
|
exemplarCity => q#Budapest#, |
7589
|
|
|
|
|
|
|
}, |
7590
|
|
|
|
|
|
|
'Europe/Busingen' => { |
7591
|
|
|
|
|
|
|
exemplarCity => q#Busingen#, |
7592
|
|
|
|
|
|
|
}, |
7593
|
|
|
|
|
|
|
'Europe/Chisinau' => { |
7594
|
|
|
|
|
|
|
exemplarCity => q#ChiÈinÄu#, |
7595
|
|
|
|
|
|
|
}, |
7596
|
|
|
|
|
|
|
'Europe/Copenhagen' => { |
7597
|
|
|
|
|
|
|
exemplarCity => q#Kopenhaagen#, |
7598
|
|
|
|
|
|
|
}, |
7599
|
|
|
|
|
|
|
'Europe/Dublin' => { |
7600
|
|
|
|
|
|
|
exemplarCity => q#Dublin#, |
7601
|
|
|
|
|
|
|
long => { |
7602
|
|
|
|
|
|
|
'daylight' => q(Iiri suveaeg), |
7603
|
|
|
|
|
|
|
}, |
7604
|
|
|
|
|
|
|
}, |
7605
|
|
|
|
|
|
|
'Europe/Gibraltar' => { |
7606
|
|
|
|
|
|
|
exemplarCity => q#Gibraltar#, |
7607
|
|
|
|
|
|
|
}, |
7608
|
|
|
|
|
|
|
'Europe/Guernsey' => { |
7609
|
|
|
|
|
|
|
exemplarCity => q#Guernsey#, |
7610
|
|
|
|
|
|
|
}, |
7611
|
|
|
|
|
|
|
'Europe/Helsinki' => { |
7612
|
|
|
|
|
|
|
exemplarCity => q#Helsingi#, |
7613
|
|
|
|
|
|
|
}, |
7614
|
|
|
|
|
|
|
'Europe/Isle_of_Man' => { |
7615
|
|
|
|
|
|
|
exemplarCity => q#Mani saar#, |
7616
|
|
|
|
|
|
|
}, |
7617
|
|
|
|
|
|
|
'Europe/Istanbul' => { |
7618
|
|
|
|
|
|
|
exemplarCity => q#Ä°stanbul#, |
7619
|
|
|
|
|
|
|
}, |
7620
|
|
|
|
|
|
|
'Europe/Jersey' => { |
7621
|
|
|
|
|
|
|
exemplarCity => q#Jersey#, |
7622
|
|
|
|
|
|
|
}, |
7623
|
|
|
|
|
|
|
'Europe/Kaliningrad' => { |
7624
|
|
|
|
|
|
|
exemplarCity => q#Kaliningrad#, |
7625
|
|
|
|
|
|
|
}, |
7626
|
|
|
|
|
|
|
'Europe/Kiev' => { |
7627
|
|
|
|
|
|
|
exemplarCity => q#Kiiev#, |
7628
|
|
|
|
|
|
|
}, |
7629
|
|
|
|
|
|
|
'Europe/Lisbon' => { |
7630
|
|
|
|
|
|
|
exemplarCity => q#Lissabon#, |
7631
|
|
|
|
|
|
|
}, |
7632
|
|
|
|
|
|
|
'Europe/Ljubljana' => { |
7633
|
|
|
|
|
|
|
exemplarCity => q#Ljubljana#, |
7634
|
|
|
|
|
|
|
}, |
7635
|
|
|
|
|
|
|
'Europe/London' => { |
7636
|
|
|
|
|
|
|
exemplarCity => q#London#, |
7637
|
|
|
|
|
|
|
long => { |
7638
|
|
|
|
|
|
|
'daylight' => q(Briti suveaeg), |
7639
|
|
|
|
|
|
|
}, |
7640
|
|
|
|
|
|
|
}, |
7641
|
|
|
|
|
|
|
'Europe/Luxembourg' => { |
7642
|
|
|
|
|
|
|
exemplarCity => q#Luxembourg#, |
7643
|
|
|
|
|
|
|
}, |
7644
|
|
|
|
|
|
|
'Europe/Madrid' => { |
7645
|
|
|
|
|
|
|
exemplarCity => q#Madrid#, |
7646
|
|
|
|
|
|
|
}, |
7647
|
|
|
|
|
|
|
'Europe/Malta' => { |
7648
|
|
|
|
|
|
|
exemplarCity => q#Malta#, |
7649
|
|
|
|
|
|
|
}, |
7650
|
|
|
|
|
|
|
'Europe/Mariehamn' => { |
7651
|
|
|
|
|
|
|
exemplarCity => q#Maarianhamina#, |
7652
|
|
|
|
|
|
|
}, |
7653
|
|
|
|
|
|
|
'Europe/Minsk' => { |
7654
|
|
|
|
|
|
|
exemplarCity => q#Minsk#, |
7655
|
|
|
|
|
|
|
}, |
7656
|
|
|
|
|
|
|
'Europe/Monaco' => { |
7657
|
|
|
|
|
|
|
exemplarCity => q#Monaco#, |
7658
|
|
|
|
|
|
|
}, |
7659
|
|
|
|
|
|
|
'Europe/Moscow' => { |
7660
|
|
|
|
|
|
|
exemplarCity => q#Moskva#, |
7661
|
|
|
|
|
|
|
}, |
7662
|
|
|
|
|
|
|
'Europe/Oslo' => { |
7663
|
|
|
|
|
|
|
exemplarCity => q#Oslo#, |
7664
|
|
|
|
|
|
|
}, |
7665
|
|
|
|
|
|
|
'Europe/Paris' => { |
7666
|
|
|
|
|
|
|
exemplarCity => q#Pariis#, |
7667
|
|
|
|
|
|
|
}, |
7668
|
|
|
|
|
|
|
'Europe/Podgorica' => { |
7669
|
|
|
|
|
|
|
exemplarCity => q#Podgorica#, |
7670
|
|
|
|
|
|
|
}, |
7671
|
|
|
|
|
|
|
'Europe/Prague' => { |
7672
|
|
|
|
|
|
|
exemplarCity => q#Praha#, |
7673
|
|
|
|
|
|
|
}, |
7674
|
|
|
|
|
|
|
'Europe/Riga' => { |
7675
|
|
|
|
|
|
|
exemplarCity => q#Riia#, |
7676
|
|
|
|
|
|
|
}, |
7677
|
|
|
|
|
|
|
'Europe/Rome' => { |
7678
|
|
|
|
|
|
|
exemplarCity => q#Rooma#, |
7679
|
|
|
|
|
|
|
}, |
7680
|
|
|
|
|
|
|
'Europe/Samara' => { |
7681
|
|
|
|
|
|
|
exemplarCity => q#Samara#, |
7682
|
|
|
|
|
|
|
}, |
7683
|
|
|
|
|
|
|
'Europe/San_Marino' => { |
7684
|
|
|
|
|
|
|
exemplarCity => q#San Marino#, |
7685
|
|
|
|
|
|
|
}, |
7686
|
|
|
|
|
|
|
'Europe/Sarajevo' => { |
7687
|
|
|
|
|
|
|
exemplarCity => q#Sarajevo#, |
7688
|
|
|
|
|
|
|
}, |
7689
|
|
|
|
|
|
|
'Europe/Simferopol' => { |
7690
|
|
|
|
|
|
|
exemplarCity => q#Simferopol#, |
7691
|
|
|
|
|
|
|
}, |
7692
|
|
|
|
|
|
|
'Europe/Skopje' => { |
7693
|
|
|
|
|
|
|
exemplarCity => q#Skopje#, |
7694
|
|
|
|
|
|
|
}, |
7695
|
|
|
|
|
|
|
'Europe/Sofia' => { |
7696
|
|
|
|
|
|
|
exemplarCity => q#Sofia#, |
7697
|
|
|
|
|
|
|
}, |
7698
|
|
|
|
|
|
|
'Europe/Stockholm' => { |
7699
|
|
|
|
|
|
|
exemplarCity => q#Stockholm#, |
7700
|
|
|
|
|
|
|
}, |
7701
|
|
|
|
|
|
|
'Europe/Tallinn' => { |
7702
|
|
|
|
|
|
|
exemplarCity => q#Tallinn#, |
7703
|
|
|
|
|
|
|
}, |
7704
|
|
|
|
|
|
|
'Europe/Tirane' => { |
7705
|
|
|
|
|
|
|
exemplarCity => q#Tirana#, |
7706
|
|
|
|
|
|
|
}, |
7707
|
|
|
|
|
|
|
'Europe/Uzhgorod' => { |
7708
|
|
|
|
|
|
|
exemplarCity => q#Užgorod#, |
7709
|
|
|
|
|
|
|
}, |
7710
|
|
|
|
|
|
|
'Europe/Vaduz' => { |
7711
|
|
|
|
|
|
|
exemplarCity => q#Vaduz#, |
7712
|
|
|
|
|
|
|
}, |
7713
|
|
|
|
|
|
|
'Europe/Vatican' => { |
7714
|
|
|
|
|
|
|
exemplarCity => q#Vatikan#, |
7715
|
|
|
|
|
|
|
}, |
7716
|
|
|
|
|
|
|
'Europe/Vienna' => { |
7717
|
|
|
|
|
|
|
exemplarCity => q#Viin#, |
7718
|
|
|
|
|
|
|
}, |
7719
|
|
|
|
|
|
|
'Europe/Vilnius' => { |
7720
|
|
|
|
|
|
|
exemplarCity => q#Vilnius#, |
7721
|
|
|
|
|
|
|
}, |
7722
|
|
|
|
|
|
|
'Europe/Volgograd' => { |
7723
|
|
|
|
|
|
|
exemplarCity => q#Volgograd#, |
7724
|
|
|
|
|
|
|
}, |
7725
|
|
|
|
|
|
|
'Europe/Warsaw' => { |
7726
|
|
|
|
|
|
|
exemplarCity => q#Varssavi#, |
7727
|
|
|
|
|
|
|
}, |
7728
|
|
|
|
|
|
|
'Europe/Zagreb' => { |
7729
|
|
|
|
|
|
|
exemplarCity => q#Zagreb#, |
7730
|
|
|
|
|
|
|
}, |
7731
|
|
|
|
|
|
|
'Europe/Zaporozhye' => { |
7732
|
|
|
|
|
|
|
exemplarCity => q#Zaporožje#, |
7733
|
|
|
|
|
|
|
}, |
7734
|
|
|
|
|
|
|
'Europe/Zurich' => { |
7735
|
|
|
|
|
|
|
exemplarCity => q#Zürich#, |
7736
|
|
|
|
|
|
|
}, |
7737
|
|
|
|
|
|
|
'Europe_Central' => { |
7738
|
|
|
|
|
|
|
long => { |
7739
|
|
|
|
|
|
|
'daylight' => q(Kesk-Euroopa suveaeg), |
7740
|
|
|
|
|
|
|
'generic' => q(Kesk-Euroopa aeg), |
7741
|
|
|
|
|
|
|
'standard' => q(Kesk-Euroopa standardaeg), |
7742
|
|
|
|
|
|
|
}, |
7743
|
|
|
|
|
|
|
}, |
7744
|
|
|
|
|
|
|
'Europe_Eastern' => { |
7745
|
|
|
|
|
|
|
long => { |
7746
|
|
|
|
|
|
|
'daylight' => q(Ida-Euroopa suveaeg), |
7747
|
|
|
|
|
|
|
'generic' => q(Ida-Euroopa aeg), |
7748
|
|
|
|
|
|
|
'standard' => q(Ida-Euroopa standardaeg), |
7749
|
|
|
|
|
|
|
}, |
7750
|
|
|
|
|
|
|
}, |
7751
|
|
|
|
|
|
|
'Europe_Further_Eastern' => { |
7752
|
|
|
|
|
|
|
long => { |
7753
|
|
|
|
|
|
|
'standard' => q(Kaliningradi ja Valgevene aeg), |
7754
|
|
|
|
|
|
|
}, |
7755
|
|
|
|
|
|
|
}, |
7756
|
|
|
|
|
|
|
'Europe_Western' => { |
7757
|
|
|
|
|
|
|
long => { |
7758
|
|
|
|
|
|
|
'daylight' => q(Lääne-Euroopa suveaeg), |
7759
|
|
|
|
|
|
|
'generic' => q(Lääne-Euroopa aeg), |
7760
|
|
|
|
|
|
|
'standard' => q(Lääne-Euroopa standardaeg), |
7761
|
|
|
|
|
|
|
}, |
7762
|
|
|
|
|
|
|
}, |
7763
|
|
|
|
|
|
|
'Falkland' => { |
7764
|
|
|
|
|
|
|
long => { |
7765
|
|
|
|
|
|
|
'daylight' => q(Falklandi saarte suveaeg), |
7766
|
|
|
|
|
|
|
'generic' => q(Falklandi saarte aeg), |
7767
|
|
|
|
|
|
|
'standard' => q(Falklandi saarte standardaeg), |
7768
|
|
|
|
|
|
|
}, |
7769
|
|
|
|
|
|
|
}, |
7770
|
|
|
|
|
|
|
'Fiji' => { |
7771
|
|
|
|
|
|
|
long => { |
7772
|
|
|
|
|
|
|
'daylight' => q(Fidži suveaeg), |
7773
|
|
|
|
|
|
|
'generic' => q(Fidži aeg), |
7774
|
|
|
|
|
|
|
'standard' => q(Fidži standardaeg), |
7775
|
|
|
|
|
|
|
}, |
7776
|
|
|
|
|
|
|
}, |
7777
|
|
|
|
|
|
|
'French_Guiana' => { |
7778
|
|
|
|
|
|
|
long => { |
7779
|
|
|
|
|
|
|
'standard' => q(Prantsuse Guajaana aeg), |
7780
|
|
|
|
|
|
|
}, |
7781
|
|
|
|
|
|
|
}, |
7782
|
|
|
|
|
|
|
'French_Southern' => { |
7783
|
|
|
|
|
|
|
long => { |
7784
|
|
|
|
|
|
|
'standard' => q(Prantsuse Antarktiliste ja Lõunaalade aeg), |
7785
|
|
|
|
|
|
|
}, |
7786
|
|
|
|
|
|
|
}, |
7787
|
|
|
|
|
|
|
'GMT' => { |
7788
|
|
|
|
|
|
|
long => { |
7789
|
|
|
|
|
|
|
'standard' => q(Greenwichi aeg), |
7790
|
|
|
|
|
|
|
}, |
7791
|
|
|
|
|
|
|
}, |
7792
|
|
|
|
|
|
|
'Galapagos' => { |
7793
|
|
|
|
|
|
|
long => { |
7794
|
|
|
|
|
|
|
'standard' => q(Galapagose aeg), |
7795
|
|
|
|
|
|
|
}, |
7796
|
|
|
|
|
|
|
}, |
7797
|
|
|
|
|
|
|
'Gambier' => { |
7798
|
|
|
|
|
|
|
long => { |
7799
|
|
|
|
|
|
|
'standard' => q(Gambierâ aeg), |
7800
|
|
|
|
|
|
|
}, |
7801
|
|
|
|
|
|
|
}, |
7802
|
|
|
|
|
|
|
'Georgia' => { |
7803
|
|
|
|
|
|
|
long => { |
7804
|
|
|
|
|
|
|
'daylight' => q(Gruusia suveaeg), |
7805
|
|
|
|
|
|
|
'generic' => q(Gruusia aeg), |
7806
|
|
|
|
|
|
|
'standard' => q(Gruusia standardaeg), |
7807
|
|
|
|
|
|
|
}, |
7808
|
|
|
|
|
|
|
}, |
7809
|
|
|
|
|
|
|
'Gilbert_Islands' => { |
7810
|
|
|
|
|
|
|
long => { |
7811
|
|
|
|
|
|
|
'standard' => q(Gilberti saarte aeg), |
7812
|
|
|
|
|
|
|
}, |
7813
|
|
|
|
|
|
|
}, |
7814
|
|
|
|
|
|
|
'Greenland_Eastern' => { |
7815
|
|
|
|
|
|
|
long => { |
7816
|
|
|
|
|
|
|
'daylight' => q(Ida-Gröönimaa suveaeg), |
7817
|
|
|
|
|
|
|
'generic' => q(Ida-Gröönimaa aeg), |
7818
|
|
|
|
|
|
|
'standard' => q(Ida-Gröönimaa standardaeg), |
7819
|
|
|
|
|
|
|
}, |
7820
|
|
|
|
|
|
|
}, |
7821
|
|
|
|
|
|
|
'Greenland_Western' => { |
7822
|
|
|
|
|
|
|
long => { |
7823
|
|
|
|
|
|
|
'daylight' => q(Lääne-Gröönimaa suveaeg), |
7824
|
|
|
|
|
|
|
'generic' => q(Lääne-Gröönimaa aeg), |
7825
|
|
|
|
|
|
|
'standard' => q(Lääne-Gröönimaa standardaeg), |
7826
|
|
|
|
|
|
|
}, |
7827
|
|
|
|
|
|
|
}, |
7828
|
|
|
|
|
|
|
'Guam' => { |
7829
|
|
|
|
|
|
|
long => { |
7830
|
|
|
|
|
|
|
'standard' => q(Guami standardaeg), |
7831
|
|
|
|
|
|
|
}, |
7832
|
|
|
|
|
|
|
}, |
7833
|
|
|
|
|
|
|
'Gulf' => { |
7834
|
|
|
|
|
|
|
long => { |
7835
|
|
|
|
|
|
|
'standard' => q(Pärsia lahe standardaeg), |
7836
|
|
|
|
|
|
|
}, |
7837
|
|
|
|
|
|
|
}, |
7838
|
|
|
|
|
|
|
'Guyana' => { |
7839
|
|
|
|
|
|
|
long => { |
7840
|
|
|
|
|
|
|
'standard' => q(Guyana aeg), |
7841
|
|
|
|
|
|
|
}, |
7842
|
|
|
|
|
|
|
}, |
7843
|
|
|
|
|
|
|
'Hawaii_Aleutian' => { |
7844
|
|
|
|
|
|
|
long => { |
7845
|
|
|
|
|
|
|
'daylight' => q(Hawaii-Aleuudi suveaeg), |
7846
|
|
|
|
|
|
|
'generic' => q(Hawaii-aleuudi aeg), |
7847
|
|
|
|
|
|
|
'standard' => q(Hawaii-Aleuudi standardaeg), |
7848
|
|
|
|
|
|
|
}, |
7849
|
|
|
|
|
|
|
}, |
7850
|
|
|
|
|
|
|
'Hong_Kong' => { |
7851
|
|
|
|
|
|
|
long => { |
7852
|
|
|
|
|
|
|
'daylight' => q(Hongkongi suveaeg), |
7853
|
|
|
|
|
|
|
'generic' => q(Hongkongi aeg), |
7854
|
|
|
|
|
|
|
'standard' => q(Hongkongi standardaeg), |
7855
|
|
|
|
|
|
|
}, |
7856
|
|
|
|
|
|
|
}, |
7857
|
|
|
|
|
|
|
'Hovd' => { |
7858
|
|
|
|
|
|
|
long => { |
7859
|
|
|
|
|
|
|
'daylight' => q(Hovdi suveaeg), |
7860
|
|
|
|
|
|
|
'generic' => q(Hovdi aeg), |
7861
|
|
|
|
|
|
|
'standard' => q(Hovdi standardaeg), |
7862
|
|
|
|
|
|
|
}, |
7863
|
|
|
|
|
|
|
}, |
7864
|
|
|
|
|
|
|
'India' => { |
7865
|
|
|
|
|
|
|
long => { |
7866
|
|
|
|
|
|
|
'standard' => q(India aeg), |
7867
|
|
|
|
|
|
|
}, |
7868
|
|
|
|
|
|
|
}, |
7869
|
|
|
|
|
|
|
'Indian/Antananarivo' => { |
7870
|
|
|
|
|
|
|
exemplarCity => q#Antananarivo#, |
7871
|
|
|
|
|
|
|
}, |
7872
|
|
|
|
|
|
|
'Indian/Chagos' => { |
7873
|
|
|
|
|
|
|
exemplarCity => q#Chagos#, |
7874
|
|
|
|
|
|
|
}, |
7875
|
|
|
|
|
|
|
'Indian/Christmas' => { |
7876
|
|
|
|
|
|
|
exemplarCity => q#Jõulusaar#, |
7877
|
|
|
|
|
|
|
}, |
7878
|
|
|
|
|
|
|
'Indian/Cocos' => { |
7879
|
|
|
|
|
|
|
exemplarCity => q#Cocos#, |
7880
|
|
|
|
|
|
|
}, |
7881
|
|
|
|
|
|
|
'Indian/Comoro' => { |
7882
|
|
|
|
|
|
|
exemplarCity => q#Comoro#, |
7883
|
|
|
|
|
|
|
}, |
7884
|
|
|
|
|
|
|
'Indian/Kerguelen' => { |
7885
|
|
|
|
|
|
|
exemplarCity => q#Kerguelen#, |
7886
|
|
|
|
|
|
|
}, |
7887
|
|
|
|
|
|
|
'Indian/Mahe' => { |
7888
|
|
|
|
|
|
|
exemplarCity => q#Mahe#, |
7889
|
|
|
|
|
|
|
}, |
7890
|
|
|
|
|
|
|
'Indian/Maldives' => { |
7891
|
|
|
|
|
|
|
exemplarCity => q#Maldiivid#, |
7892
|
|
|
|
|
|
|
}, |
7893
|
|
|
|
|
|
|
'Indian/Mauritius' => { |
7894
|
|
|
|
|
|
|
exemplarCity => q#Mauritius#, |
7895
|
|
|
|
|
|
|
}, |
7896
|
|
|
|
|
|
|
'Indian/Mayotte' => { |
7897
|
|
|
|
|
|
|
exemplarCity => q#Mayotte#, |
7898
|
|
|
|
|
|
|
}, |
7899
|
|
|
|
|
|
|
'Indian/Reunion' => { |
7900
|
|
|
|
|
|
|
exemplarCity => q#Réunion#, |
7901
|
|
|
|
|
|
|
}, |
7902
|
|
|
|
|
|
|
'Indian_Ocean' => { |
7903
|
|
|
|
|
|
|
long => { |
7904
|
|
|
|
|
|
|
'standard' => q(India ookeani aeg), |
7905
|
|
|
|
|
|
|
}, |
7906
|
|
|
|
|
|
|
}, |
7907
|
|
|
|
|
|
|
'Indochina' => { |
7908
|
|
|
|
|
|
|
long => { |
7909
|
|
|
|
|
|
|
'standard' => q(Indohiina aeg), |
7910
|
|
|
|
|
|
|
}, |
7911
|
|
|
|
|
|
|
}, |
7912
|
|
|
|
|
|
|
'Indonesia_Central' => { |
7913
|
|
|
|
|
|
|
long => { |
7914
|
|
|
|
|
|
|
'standard' => q(Kesk-Indoneesia aeg), |
7915
|
|
|
|
|
|
|
}, |
7916
|
|
|
|
|
|
|
}, |
7917
|
|
|
|
|
|
|
'Indonesia_Eastern' => { |
7918
|
|
|
|
|
|
|
long => { |
7919
|
|
|
|
|
|
|
'standard' => q(Ida-Indoneesia aeg), |
7920
|
|
|
|
|
|
|
}, |
7921
|
|
|
|
|
|
|
}, |
7922
|
|
|
|
|
|
|
'Indonesia_Western' => { |
7923
|
|
|
|
|
|
|
long => { |
7924
|
|
|
|
|
|
|
'standard' => q(Lääne-Indoneesia aeg), |
7925
|
|
|
|
|
|
|
}, |
7926
|
|
|
|
|
|
|
}, |
7927
|
|
|
|
|
|
|
'Iran' => { |
7928
|
|
|
|
|
|
|
long => { |
7929
|
|
|
|
|
|
|
'daylight' => q(Iraani suveaeg), |
7930
|
|
|
|
|
|
|
'generic' => q(Iraani aeg), |
7931
|
|
|
|
|
|
|
'standard' => q(Iraani standardaeg), |
7932
|
|
|
|
|
|
|
}, |
7933
|
|
|
|
|
|
|
}, |
7934
|
|
|
|
|
|
|
'Irkutsk' => { |
7935
|
|
|
|
|
|
|
long => { |
7936
|
|
|
|
|
|
|
'daylight' => q(Irkutski suveaeg), |
7937
|
|
|
|
|
|
|
'generic' => q(Irkutski aeg), |
7938
|
|
|
|
|
|
|
'standard' => q(Irkutski standardaeg), |
7939
|
|
|
|
|
|
|
}, |
7940
|
|
|
|
|
|
|
}, |
7941
|
|
|
|
|
|
|
'Israel' => { |
7942
|
|
|
|
|
|
|
long => { |
7943
|
|
|
|
|
|
|
'daylight' => q(Iisraeli suveaeg), |
7944
|
|
|
|
|
|
|
'generic' => q(Iisraeli aeg), |
7945
|
|
|
|
|
|
|
'standard' => q(Iisraeli standardaeg), |
7946
|
|
|
|
|
|
|
}, |
7947
|
|
|
|
|
|
|
}, |
7948
|
|
|
|
|
|
|
'Japan' => { |
7949
|
|
|
|
|
|
|
long => { |
7950
|
|
|
|
|
|
|
'daylight' => q(Jaapani suveaeg), |
7951
|
|
|
|
|
|
|
'generic' => q(Jaapani aeg), |
7952
|
|
|
|
|
|
|
'standard' => q(Jaapani standardaeg), |
7953
|
|
|
|
|
|
|
}, |
7954
|
|
|
|
|
|
|
}, |
7955
|
|
|
|
|
|
|
'Kamchatka' => { |
7956
|
|
|
|
|
|
|
long => { |
7957
|
|
|
|
|
|
|
'daylight' => q(Kamtšatka suveaeg), |
7958
|
|
|
|
|
|
|
'generic' => q(Petropavlovsk-Kamtšatski aeg), |
7959
|
|
|
|
|
|
|
'standard' => q(Kamtšatka standardaeg), |
7960
|
|
|
|
|
|
|
}, |
7961
|
|
|
|
|
|
|
}, |
7962
|
|
|
|
|
|
|
'Kazakhstan_Eastern' => { |
7963
|
|
|
|
|
|
|
long => { |
7964
|
|
|
|
|
|
|
'standard' => q(Ida-Kasahstani aeg), |
7965
|
|
|
|
|
|
|
}, |
7966
|
|
|
|
|
|
|
}, |
7967
|
|
|
|
|
|
|
'Kazakhstan_Western' => { |
7968
|
|
|
|
|
|
|
long => { |
7969
|
|
|
|
|
|
|
'standard' => q(Lääne-Kasahstani aeg), |
7970
|
|
|
|
|
|
|
}, |
7971
|
|
|
|
|
|
|
}, |
7972
|
|
|
|
|
|
|
'Korea' => { |
7973
|
|
|
|
|
|
|
long => { |
7974
|
|
|
|
|
|
|
'daylight' => q(Korea suveaeg), |
7975
|
|
|
|
|
|
|
'generic' => q(Korea aeg), |
7976
|
|
|
|
|
|
|
'standard' => q(Korea standardaeg), |
7977
|
|
|
|
|
|
|
}, |
7978
|
|
|
|
|
|
|
}, |
7979
|
|
|
|
|
|
|
'Kosrae' => { |
7980
|
|
|
|
|
|
|
long => { |
7981
|
|
|
|
|
|
|
'standard' => q(Kosrae aeg), |
7982
|
|
|
|
|
|
|
}, |
7983
|
|
|
|
|
|
|
}, |
7984
|
|
|
|
|
|
|
'Krasnoyarsk' => { |
7985
|
|
|
|
|
|
|
long => { |
7986
|
|
|
|
|
|
|
'daylight' => q(Krasnojarski suveaeg), |
7987
|
|
|
|
|
|
|
'generic' => q(Krasnojarski aeg), |
7988
|
|
|
|
|
|
|
'standard' => q(Krasnojarski standardaeg), |
7989
|
|
|
|
|
|
|
}, |
7990
|
|
|
|
|
|
|
}, |
7991
|
|
|
|
|
|
|
'Kyrgystan' => { |
7992
|
|
|
|
|
|
|
long => { |
7993
|
|
|
|
|
|
|
'standard' => q(Kõrgõzstani aeg), |
7994
|
|
|
|
|
|
|
}, |
7995
|
|
|
|
|
|
|
}, |
7996
|
|
|
|
|
|
|
'Line_Islands' => { |
7997
|
|
|
|
|
|
|
long => { |
7998
|
|
|
|
|
|
|
'standard' => q(Lineâi saarte aeg), |
7999
|
|
|
|
|
|
|
}, |
8000
|
|
|
|
|
|
|
}, |
8001
|
|
|
|
|
|
|
'Lord_Howe' => { |
8002
|
|
|
|
|
|
|
long => { |
8003
|
|
|
|
|
|
|
'daylight' => q(Lord Howe suveaeg), |
8004
|
|
|
|
|
|
|
'generic' => q(Lord Howe aeg), |
8005
|
|
|
|
|
|
|
'standard' => q(Lord Howe standardaeg), |
8006
|
|
|
|
|
|
|
}, |
8007
|
|
|
|
|
|
|
}, |
8008
|
|
|
|
|
|
|
'Macquarie' => { |
8009
|
|
|
|
|
|
|
long => { |
8010
|
|
|
|
|
|
|
'standard' => q(Macquarie saare aeg), |
8011
|
|
|
|
|
|
|
}, |
8012
|
|
|
|
|
|
|
}, |
8013
|
|
|
|
|
|
|
'Magadan' => { |
8014
|
|
|
|
|
|
|
long => { |
8015
|
|
|
|
|
|
|
'daylight' => q(Magadani suveaeg), |
8016
|
|
|
|
|
|
|
'generic' => q(Magadani aeg), |
8017
|
|
|
|
|
|
|
'standard' => q(Magadani standardaeg), |
8018
|
|
|
|
|
|
|
}, |
8019
|
|
|
|
|
|
|
}, |
8020
|
|
|
|
|
|
|
'Malaysia' => { |
8021
|
|
|
|
|
|
|
long => { |
8022
|
|
|
|
|
|
|
'standard' => q(Malaisia ââaeg), |
8023
|
|
|
|
|
|
|
}, |
8024
|
|
|
|
|
|
|
}, |
8025
|
|
|
|
|
|
|
'Maldives' => { |
8026
|
|
|
|
|
|
|
long => { |
8027
|
|
|
|
|
|
|
'standard' => q(Maldiivi aeg), |
8028
|
|
|
|
|
|
|
}, |
8029
|
|
|
|
|
|
|
}, |
8030
|
|
|
|
|
|
|
'Marquesas' => { |
8031
|
|
|
|
|
|
|
long => { |
8032
|
|
|
|
|
|
|
'standard' => q(Markiisaarte aeg), |
8033
|
|
|
|
|
|
|
}, |
8034
|
|
|
|
|
|
|
}, |
8035
|
|
|
|
|
|
|
'Marshall_Islands' => { |
8036
|
|
|
|
|
|
|
long => { |
8037
|
|
|
|
|
|
|
'standard' => q(Marshalli Saarte aeg), |
8038
|
|
|
|
|
|
|
}, |
8039
|
|
|
|
|
|
|
}, |
8040
|
|
|
|
|
|
|
'Mauritius' => { |
8041
|
|
|
|
|
|
|
long => { |
8042
|
|
|
|
|
|
|
'daylight' => q(Mauritiuse suveaeg), |
8043
|
|
|
|
|
|
|
'generic' => q(Mauritiuse aeg), |
8044
|
|
|
|
|
|
|
'standard' => q(Mauritiuse standardaeg), |
8045
|
|
|
|
|
|
|
}, |
8046
|
|
|
|
|
|
|
}, |
8047
|
|
|
|
|
|
|
'Mawson' => { |
8048
|
|
|
|
|
|
|
long => { |
8049
|
|
|
|
|
|
|
'standard' => q(Mawsoni aeg), |
8050
|
|
|
|
|
|
|
}, |
8051
|
|
|
|
|
|
|
}, |
8052
|
|
|
|
|
|
|
'Mexico_Northwest' => { |
8053
|
|
|
|
|
|
|
long => { |
8054
|
|
|
|
|
|
|
'daylight' => q(Loode-Mehhiko suveaeg), |
8055
|
|
|
|
|
|
|
'generic' => q(Loode-Mehhiko aeg), |
8056
|
|
|
|
|
|
|
'standard' => q(Loode-Mehhiko standardaeg), |
8057
|
|
|
|
|
|
|
}, |
8058
|
|
|
|
|
|
|
}, |
8059
|
|
|
|
|
|
|
'Mexico_Pacific' => { |
8060
|
|
|
|
|
|
|
long => { |
8061
|
|
|
|
|
|
|
'daylight' => q(Mehhiko Vaikse ookeani suveaeg), |
8062
|
|
|
|
|
|
|
'generic' => q(Mehhiko Vaikse ookeani aeg), |
8063
|
|
|
|
|
|
|
'standard' => q(Mehhiko Vaikse ookeani standardaeg), |
8064
|
|
|
|
|
|
|
}, |
8065
|
|
|
|
|
|
|
}, |
8066
|
|
|
|
|
|
|
'Mongolia' => { |
8067
|
|
|
|
|
|
|
long => { |
8068
|
|
|
|
|
|
|
'daylight' => q(Ulaanbaatari suveaeg), |
8069
|
|
|
|
|
|
|
'generic' => q(Ulaanbaatari aeg), |
8070
|
|
|
|
|
|
|
'standard' => q(Ulaanbaatari standardaeg), |
8071
|
|
|
|
|
|
|
}, |
8072
|
|
|
|
|
|
|
}, |
8073
|
|
|
|
|
|
|
'Moscow' => { |
8074
|
|
|
|
|
|
|
long => { |
8075
|
|
|
|
|
|
|
'daylight' => q(Moskva suveaeg), |
8076
|
|
|
|
|
|
|
'generic' => q(Moskva aeg), |
8077
|
|
|
|
|
|
|
'standard' => q(Moskva standardaeg), |
8078
|
|
|
|
|
|
|
}, |
8079
|
|
|
|
|
|
|
}, |
8080
|
|
|
|
|
|
|
'Myanmar' => { |
8081
|
|
|
|
|
|
|
long => { |
8082
|
|
|
|
|
|
|
'standard' => q(Birma aeg), |
8083
|
|
|
|
|
|
|
}, |
8084
|
|
|
|
|
|
|
}, |
8085
|
|
|
|
|
|
|
'Nauru' => { |
8086
|
|
|
|
|
|
|
long => { |
8087
|
|
|
|
|
|
|
'standard' => q(Nauru aeg), |
8088
|
|
|
|
|
|
|
}, |
8089
|
|
|
|
|
|
|
}, |
8090
|
|
|
|
|
|
|
'Nepal' => { |
8091
|
|
|
|
|
|
|
long => { |
8092
|
|
|
|
|
|
|
'standard' => q(Nepali aeg), |
8093
|
|
|
|
|
|
|
}, |
8094
|
|
|
|
|
|
|
}, |
8095
|
|
|
|
|
|
|
'New_Caledonia' => { |
8096
|
|
|
|
|
|
|
long => { |
8097
|
|
|
|
|
|
|
'daylight' => q(Uus-Kaledoonia suveaeg), |
8098
|
|
|
|
|
|
|
'generic' => q(Uus-Kaledoonia aeg), |
8099
|
|
|
|
|
|
|
'standard' => q(Uus-Kaledoonia standardaeg), |
8100
|
|
|
|
|
|
|
}, |
8101
|
|
|
|
|
|
|
}, |
8102
|
|
|
|
|
|
|
'New_Zealand' => { |
8103
|
|
|
|
|
|
|
long => { |
8104
|
|
|
|
|
|
|
'daylight' => q(Uus-Meremaa suveaeg), |
8105
|
|
|
|
|
|
|
'generic' => q(Uus-Meremaa aeg), |
8106
|
|
|
|
|
|
|
'standard' => q(Uus-Meremaa standardaeg), |
8107
|
|
|
|
|
|
|
}, |
8108
|
|
|
|
|
|
|
}, |
8109
|
|
|
|
|
|
|
'Newfoundland' => { |
8110
|
|
|
|
|
|
|
long => { |
8111
|
|
|
|
|
|
|
'daylight' => q(Newfoundlandi suveaeg), |
8112
|
|
|
|
|
|
|
'generic' => q(Newfoundlandi aeg), |
8113
|
|
|
|
|
|
|
'standard' => q(Newfoundlandi standardaeg), |
8114
|
|
|
|
|
|
|
}, |
8115
|
|
|
|
|
|
|
}, |
8116
|
|
|
|
|
|
|
'Niue' => { |
8117
|
|
|
|
|
|
|
long => { |
8118
|
|
|
|
|
|
|
'standard' => q(Niue aeg), |
8119
|
|
|
|
|
|
|
}, |
8120
|
|
|
|
|
|
|
}, |
8121
|
|
|
|
|
|
|
'Norfolk' => { |
8122
|
|
|
|
|
|
|
long => { |
8123
|
|
|
|
|
|
|
'standard' => q(Norfolki saarte aeg), |
8124
|
|
|
|
|
|
|
}, |
8125
|
|
|
|
|
|
|
}, |
8126
|
|
|
|
|
|
|
'Noronha' => { |
8127
|
|
|
|
|
|
|
long => { |
8128
|
|
|
|
|
|
|
'daylight' => q(Fernando de Noronha suveaeg), |
8129
|
|
|
|
|
|
|
'generic' => q(Fernando de Noronha aeg), |
8130
|
|
|
|
|
|
|
'standard' => q(Fernando de Noronha standardaeg), |
8131
|
|
|
|
|
|
|
}, |
8132
|
|
|
|
|
|
|
}, |
8133
|
|
|
|
|
|
|
'Novosibirsk' => { |
8134
|
|
|
|
|
|
|
long => { |
8135
|
|
|
|
|
|
|
'daylight' => q(Novosibirski suveaeg), |
8136
|
|
|
|
|
|
|
'generic' => q(Novosibirski aeg), |
8137
|
|
|
|
|
|
|
'standard' => q(Novosibirski standardaeg), |
8138
|
|
|
|
|
|
|
}, |
8139
|
|
|
|
|
|
|
}, |
8140
|
|
|
|
|
|
|
'Omsk' => { |
8141
|
|
|
|
|
|
|
long => { |
8142
|
|
|
|
|
|
|
'daylight' => q(Omski suveaeg), |
8143
|
|
|
|
|
|
|
'generic' => q(Omski aeg), |
8144
|
|
|
|
|
|
|
'standard' => q(Omski standardaeg), |
8145
|
|
|
|
|
|
|
}, |
8146
|
|
|
|
|
|
|
}, |
8147
|
|
|
|
|
|
|
'Pacific/Apia' => { |
8148
|
|
|
|
|
|
|
exemplarCity => q#Apia#, |
8149
|
|
|
|
|
|
|
}, |
8150
|
|
|
|
|
|
|
'Pacific/Auckland' => { |
8151
|
|
|
|
|
|
|
exemplarCity => q#Auckland#, |
8152
|
|
|
|
|
|
|
}, |
8153
|
|
|
|
|
|
|
'Pacific/Bougainville' => { |
8154
|
|
|
|
|
|
|
exemplarCity => q#Bougainville#, |
8155
|
|
|
|
|
|
|
}, |
8156
|
|
|
|
|
|
|
'Pacific/Chatham' => { |
8157
|
|
|
|
|
|
|
exemplarCity => q#Chatham#, |
8158
|
|
|
|
|
|
|
}, |
8159
|
|
|
|
|
|
|
'Pacific/Easter' => { |
8160
|
|
|
|
|
|
|
exemplarCity => q#Lihavõttesaar#, |
8161
|
|
|
|
|
|
|
}, |
8162
|
|
|
|
|
|
|
'Pacific/Efate' => { |
8163
|
|
|
|
|
|
|
exemplarCity => q#Efate#, |
8164
|
|
|
|
|
|
|
}, |
8165
|
|
|
|
|
|
|
'Pacific/Enderbury' => { |
8166
|
|
|
|
|
|
|
exemplarCity => q#Enderbury#, |
8167
|
|
|
|
|
|
|
}, |
8168
|
|
|
|
|
|
|
'Pacific/Fakaofo' => { |
8169
|
|
|
|
|
|
|
exemplarCity => q#Fakaofo#, |
8170
|
|
|
|
|
|
|
}, |
8171
|
|
|
|
|
|
|
'Pacific/Fiji' => { |
8172
|
|
|
|
|
|
|
exemplarCity => q#Fidži#, |
8173
|
|
|
|
|
|
|
}, |
8174
|
|
|
|
|
|
|
'Pacific/Funafuti' => { |
8175
|
|
|
|
|
|
|
exemplarCity => q#Funafuti#, |
8176
|
|
|
|
|
|
|
}, |
8177
|
|
|
|
|
|
|
'Pacific/Galapagos' => { |
8178
|
|
|
|
|
|
|
exemplarCity => q#Galápagos#, |
8179
|
|
|
|
|
|
|
}, |
8180
|
|
|
|
|
|
|
'Pacific/Gambier' => { |
8181
|
|
|
|
|
|
|
exemplarCity => q#Gambier#, |
8182
|
|
|
|
|
|
|
}, |
8183
|
|
|
|
|
|
|
'Pacific/Guadalcanal' => { |
8184
|
|
|
|
|
|
|
exemplarCity => q#Guadalcanal#, |
8185
|
|
|
|
|
|
|
}, |
8186
|
|
|
|
|
|
|
'Pacific/Guam' => { |
8187
|
|
|
|
|
|
|
exemplarCity => q#Guam#, |
8188
|
|
|
|
|
|
|
}, |
8189
|
|
|
|
|
|
|
'Pacific/Honolulu' => { |
8190
|
|
|
|
|
|
|
exemplarCity => q#Honolulu#, |
8191
|
|
|
|
|
|
|
}, |
8192
|
|
|
|
|
|
|
'Pacific/Johnston' => { |
8193
|
|
|
|
|
|
|
exemplarCity => q#Johnston#, |
8194
|
|
|
|
|
|
|
}, |
8195
|
|
|
|
|
|
|
'Pacific/Kiritimati' => { |
8196
|
|
|
|
|
|
|
exemplarCity => q#Kiritimati#, |
8197
|
|
|
|
|
|
|
}, |
8198
|
|
|
|
|
|
|
'Pacific/Kosrae' => { |
8199
|
|
|
|
|
|
|
exemplarCity => q#Kosrae#, |
8200
|
|
|
|
|
|
|
}, |
8201
|
|
|
|
|
|
|
'Pacific/Kwajalein' => { |
8202
|
|
|
|
|
|
|
exemplarCity => q#Kwajalein#, |
8203
|
|
|
|
|
|
|
}, |
8204
|
|
|
|
|
|
|
'Pacific/Majuro' => { |
8205
|
|
|
|
|
|
|
exemplarCity => q#Majuro#, |
8206
|
|
|
|
|
|
|
}, |
8207
|
|
|
|
|
|
|
'Pacific/Marquesas' => { |
8208
|
|
|
|
|
|
|
exemplarCity => q#Marquesas#, |
8209
|
|
|
|
|
|
|
}, |
8210
|
|
|
|
|
|
|
'Pacific/Midway' => { |
8211
|
|
|
|
|
|
|
exemplarCity => q#Midway#, |
8212
|
|
|
|
|
|
|
}, |
8213
|
|
|
|
|
|
|
'Pacific/Nauru' => { |
8214
|
|
|
|
|
|
|
exemplarCity => q#Nauru#, |
8215
|
|
|
|
|
|
|
}, |
8216
|
|
|
|
|
|
|
'Pacific/Niue' => { |
8217
|
|
|
|
|
|
|
exemplarCity => q#Niue#, |
8218
|
|
|
|
|
|
|
}, |
8219
|
|
|
|
|
|
|
'Pacific/Norfolk' => { |
8220
|
|
|
|
|
|
|
exemplarCity => q#Norfolk#, |
8221
|
|
|
|
|
|
|
}, |
8222
|
|
|
|
|
|
|
'Pacific/Noumea' => { |
8223
|
|
|
|
|
|
|
exemplarCity => q#Noumea#, |
8224
|
|
|
|
|
|
|
}, |
8225
|
|
|
|
|
|
|
'Pacific/Pago_Pago' => { |
8226
|
|
|
|
|
|
|
exemplarCity => q#Pago Pago#, |
8227
|
|
|
|
|
|
|
}, |
8228
|
|
|
|
|
|
|
'Pacific/Palau' => { |
8229
|
|
|
|
|
|
|
exemplarCity => q#Palau#, |
8230
|
|
|
|
|
|
|
}, |
8231
|
|
|
|
|
|
|
'Pacific/Pitcairn' => { |
8232
|
|
|
|
|
|
|
exemplarCity => q#Pitcairn#, |
8233
|
|
|
|
|
|
|
}, |
8234
|
|
|
|
|
|
|
'Pacific/Ponape' => { |
8235
|
|
|
|
|
|
|
exemplarCity => q#Pohnpei#, |
8236
|
|
|
|
|
|
|
}, |
8237
|
|
|
|
|
|
|
'Pacific/Port_Moresby' => { |
8238
|
|
|
|
|
|
|
exemplarCity => q#Port Moresby#, |
8239
|
|
|
|
|
|
|
}, |
8240
|
|
|
|
|
|
|
'Pacific/Rarotonga' => { |
8241
|
|
|
|
|
|
|
exemplarCity => q#Rarotonga#, |
8242
|
|
|
|
|
|
|
}, |
8243
|
|
|
|
|
|
|
'Pacific/Saipan' => { |
8244
|
|
|
|
|
|
|
exemplarCity => q#Saipan#, |
8245
|
|
|
|
|
|
|
}, |
8246
|
|
|
|
|
|
|
'Pacific/Tahiti' => { |
8247
|
|
|
|
|
|
|
exemplarCity => q#Tahiti#, |
8248
|
|
|
|
|
|
|
}, |
8249
|
|
|
|
|
|
|
'Pacific/Tarawa' => { |
8250
|
|
|
|
|
|
|
exemplarCity => q#Tarawa#, |
8251
|
|
|
|
|
|
|
}, |
8252
|
|
|
|
|
|
|
'Pacific/Tongatapu' => { |
8253
|
|
|
|
|
|
|
exemplarCity => q#Tongatapu#, |
8254
|
|
|
|
|
|
|
}, |
8255
|
|
|
|
|
|
|
'Pacific/Truk' => { |
8256
|
|
|
|
|
|
|
exemplarCity => q#Chuuk#, |
8257
|
|
|
|
|
|
|
}, |
8258
|
|
|
|
|
|
|
'Pacific/Wake' => { |
8259
|
|
|
|
|
|
|
exemplarCity => q#Wake#, |
8260
|
|
|
|
|
|
|
}, |
8261
|
|
|
|
|
|
|
'Pacific/Wallis' => { |
8262
|
|
|
|
|
|
|
exemplarCity => q#Wallis#, |
8263
|
|
|
|
|
|
|
}, |
8264
|
|
|
|
|
|
|
'Pakistan' => { |
8265
|
|
|
|
|
|
|
long => { |
8266
|
|
|
|
|
|
|
'daylight' => q(Pakistani suveaeg), |
8267
|
|
|
|
|
|
|
'generic' => q(Pakistani aeg), |
8268
|
|
|
|
|
|
|
'standard' => q(Pakistani standardaeg), |
8269
|
|
|
|
|
|
|
}, |
8270
|
|
|
|
|
|
|
}, |
8271
|
|
|
|
|
|
|
'Palau' => { |
8272
|
|
|
|
|
|
|
long => { |
8273
|
|
|
|
|
|
|
'standard' => q(Belau aeg), |
8274
|
|
|
|
|
|
|
}, |
8275
|
|
|
|
|
|
|
}, |
8276
|
|
|
|
|
|
|
'Papua_New_Guinea' => { |
8277
|
|
|
|
|
|
|
long => { |
8278
|
|
|
|
|
|
|
'standard' => q(Paapua Uus-Guinea aeg), |
8279
|
|
|
|
|
|
|
}, |
8280
|
|
|
|
|
|
|
}, |
8281
|
|
|
|
|
|
|
'Paraguay' => { |
8282
|
|
|
|
|
|
|
long => { |
8283
|
|
|
|
|
|
|
'daylight' => q(Paraguay suveaeg), |
8284
|
|
|
|
|
|
|
'generic' => q(Paraguay aeg), |
8285
|
|
|
|
|
|
|
'standard' => q(Paraguay standardaeg), |
8286
|
|
|
|
|
|
|
}, |
8287
|
|
|
|
|
|
|
}, |
8288
|
|
|
|
|
|
|
'Peru' => { |
8289
|
|
|
|
|
|
|
long => { |
8290
|
|
|
|
|
|
|
'daylight' => q(Peruu suveaeg), |
8291
|
|
|
|
|
|
|
'generic' => q(Peruu aeg), |
8292
|
|
|
|
|
|
|
'standard' => q(Peruu standardaeg), |
8293
|
|
|
|
|
|
|
}, |
8294
|
|
|
|
|
|
|
}, |
8295
|
|
|
|
|
|
|
'Philippines' => { |
8296
|
|
|
|
|
|
|
long => { |
8297
|
|
|
|
|
|
|
'daylight' => q(Filipiini suveaeg), |
8298
|
|
|
|
|
|
|
'generic' => q(Filipiini aeg), |
8299
|
|
|
|
|
|
|
'standard' => q(Filipiini standardaeg), |
8300
|
|
|
|
|
|
|
}, |
8301
|
|
|
|
|
|
|
}, |
8302
|
|
|
|
|
|
|
'Phoenix_Islands' => { |
8303
|
|
|
|
|
|
|
long => { |
8304
|
|
|
|
|
|
|
'standard' => q(Fööniksisaarte aeg), |
8305
|
|
|
|
|
|
|
}, |
8306
|
|
|
|
|
|
|
}, |
8307
|
|
|
|
|
|
|
'Pierre_Miquelon' => { |
8308
|
|
|
|
|
|
|
long => { |
8309
|
|
|
|
|
|
|
'daylight' => q(Saint-Pierreâi ja Miqueloni suveaeg), |
8310
|
|
|
|
|
|
|
'generic' => q(Saint-Pierreâi ja Miqueloni aeg), |
8311
|
|
|
|
|
|
|
'standard' => q(Saint-Pierreâi ja Miqueloni standardaeg), |
8312
|
|
|
|
|
|
|
}, |
8313
|
|
|
|
|
|
|
}, |
8314
|
|
|
|
|
|
|
'Pitcairn' => { |
8315
|
|
|
|
|
|
|
long => { |
8316
|
|
|
|
|
|
|
'standard' => q(Pitcairni aeg), |
8317
|
|
|
|
|
|
|
}, |
8318
|
|
|
|
|
|
|
}, |
8319
|
|
|
|
|
|
|
'Ponape' => { |
8320
|
|
|
|
|
|
|
long => { |
8321
|
|
|
|
|
|
|
'standard' => q(Pohnpei aeg), |
8322
|
|
|
|
|
|
|
}, |
8323
|
|
|
|
|
|
|
}, |
8324
|
|
|
|
|
|
|
'Qyzylorda' => { |
8325
|
|
|
|
|
|
|
long => { |
8326
|
|
|
|
|
|
|
'daylight' => q(Kõzõlorda suveaeg), |
8327
|
|
|
|
|
|
|
'generic' => q(Kõzõlorda aeg), |
8328
|
|
|
|
|
|
|
'standard' => q(Kõzõlorda standardaeg), |
8329
|
|
|
|
|
|
|
}, |
8330
|
|
|
|
|
|
|
}, |
8331
|
|
|
|
|
|
|
'Reunion' => { |
8332
|
|
|
|
|
|
|
long => { |
8333
|
|
|
|
|
|
|
'standard' => q(Réunioni aeg), |
8334
|
|
|
|
|
|
|
}, |
8335
|
|
|
|
|
|
|
}, |
8336
|
|
|
|
|
|
|
'Rothera' => { |
8337
|
|
|
|
|
|
|
long => { |
8338
|
|
|
|
|
|
|
'standard' => q(Rothera aeg), |
8339
|
|
|
|
|
|
|
}, |
8340
|
|
|
|
|
|
|
}, |
8341
|
|
|
|
|
|
|
'Sakhalin' => { |
8342
|
|
|
|
|
|
|
long => { |
8343
|
|
|
|
|
|
|
'daylight' => q(Sahhalini suveaeg), |
8344
|
|
|
|
|
|
|
'generic' => q(Sahhalini aeg), |
8345
|
|
|
|
|
|
|
'standard' => q(Sahhalini standardaeg), |
8346
|
|
|
|
|
|
|
}, |
8347
|
|
|
|
|
|
|
}, |
8348
|
|
|
|
|
|
|
'Samara' => { |
8349
|
|
|
|
|
|
|
long => { |
8350
|
|
|
|
|
|
|
'daylight' => q(Samara suveaeg), |
8351
|
|
|
|
|
|
|
'generic' => q(Samara aeg), |
8352
|
|
|
|
|
|
|
'standard' => q(Samara standardaeg), |
8353
|
|
|
|
|
|
|
}, |
8354
|
|
|
|
|
|
|
}, |
8355
|
|
|
|
|
|
|
'Samoa' => { |
8356
|
|
|
|
|
|
|
long => { |
8357
|
|
|
|
|
|
|
'daylight' => q(Samoa suveaeg), |
8358
|
|
|
|
|
|
|
'generic' => q(Samoa aeg), |
8359
|
|
|
|
|
|
|
'standard' => q(Samoa standardaeg), |
8360
|
|
|
|
|
|
|
}, |
8361
|
|
|
|
|
|
|
}, |
8362
|
|
|
|
|
|
|
'Seychelles' => { |
8363
|
|
|
|
|
|
|
long => { |
8364
|
|
|
|
|
|
|
'standard' => q(Seišelli aeg), |
8365
|
|
|
|
|
|
|
}, |
8366
|
|
|
|
|
|
|
}, |
8367
|
|
|
|
|
|
|
'Singapore' => { |
8368
|
|
|
|
|
|
|
long => { |
8369
|
|
|
|
|
|
|
'standard' => q(Singapuri standardaeg), |
8370
|
|
|
|
|
|
|
}, |
8371
|
|
|
|
|
|
|
}, |
8372
|
|
|
|
|
|
|
'Solomon' => { |
8373
|
|
|
|
|
|
|
long => { |
8374
|
|
|
|
|
|
|
'standard' => q(Saalomoni Saarte aeg), |
8375
|
|
|
|
|
|
|
}, |
8376
|
|
|
|
|
|
|
}, |
8377
|
|
|
|
|
|
|
'South_Georgia' => { |
8378
|
|
|
|
|
|
|
long => { |
8379
|
|
|
|
|
|
|
'standard' => q(Lõuna-Georgia aeg), |
8380
|
|
|
|
|
|
|
}, |
8381
|
|
|
|
|
|
|
}, |
8382
|
|
|
|
|
|
|
'Suriname' => { |
8383
|
|
|
|
|
|
|
long => { |
8384
|
|
|
|
|
|
|
'standard' => q(Suriname aeg), |
8385
|
|
|
|
|
|
|
}, |
8386
|
|
|
|
|
|
|
}, |
8387
|
|
|
|
|
|
|
'Syowa' => { |
8388
|
|
|
|
|
|
|
long => { |
8389
|
|
|
|
|
|
|
'standard' => q(Syowa aeg), |
8390
|
|
|
|
|
|
|
}, |
8391
|
|
|
|
|
|
|
}, |
8392
|
|
|
|
|
|
|
'Tahiti' => { |
8393
|
|
|
|
|
|
|
long => { |
8394
|
|
|
|
|
|
|
'standard' => q(Tahiti aeg), |
8395
|
|
|
|
|
|
|
}, |
8396
|
|
|
|
|
|
|
}, |
8397
|
|
|
|
|
|
|
'Taipei' => { |
8398
|
|
|
|
|
|
|
long => { |
8399
|
|
|
|
|
|
|
'daylight' => q(Taipei suveaeg), |
8400
|
|
|
|
|
|
|
'generic' => q(Taipei aeg), |
8401
|
|
|
|
|
|
|
'standard' => q(Taipei standardaeg), |
8402
|
|
|
|
|
|
|
}, |
8403
|
|
|
|
|
|
|
}, |
8404
|
|
|
|
|
|
|
'Tajikistan' => { |
8405
|
|
|
|
|
|
|
long => { |
8406
|
|
|
|
|
|
|
'standard' => q(Tadžikistani aeg), |
8407
|
|
|
|
|
|
|
}, |
8408
|
|
|
|
|
|
|
}, |
8409
|
|
|
|
|
|
|
'Tokelau' => { |
8410
|
|
|
|
|
|
|
long => { |
8411
|
|
|
|
|
|
|
'standard' => q(Tokelau aeg), |
8412
|
|
|
|
|
|
|
}, |
8413
|
|
|
|
|
|
|
}, |
8414
|
|
|
|
|
|
|
'Tonga' => { |
8415
|
|
|
|
|
|
|
long => { |
8416
|
|
|
|
|
|
|
'daylight' => q(Tonga suveaeg), |
8417
|
|
|
|
|
|
|
'generic' => q(Tonga aeg), |
8418
|
|
|
|
|
|
|
'standard' => q(Tonga standardaeg), |
8419
|
|
|
|
|
|
|
}, |
8420
|
|
|
|
|
|
|
}, |
8421
|
|
|
|
|
|
|
'Truk' => { |
8422
|
|
|
|
|
|
|
long => { |
8423
|
|
|
|
|
|
|
'standard' => q(Chuuki aeg), |
8424
|
|
|
|
|
|
|
}, |
8425
|
|
|
|
|
|
|
}, |
8426
|
|
|
|
|
|
|
'Turkmenistan' => { |
8427
|
|
|
|
|
|
|
long => { |
8428
|
|
|
|
|
|
|
'daylight' => q(Türkmenistani suveaeg), |
8429
|
|
|
|
|
|
|
'generic' => q(Türkmenistani aeg), |
8430
|
|
|
|
|
|
|
'standard' => q(Türkmenistani standardaeg), |
8431
|
|
|
|
|
|
|
}, |
8432
|
|
|
|
|
|
|
}, |
8433
|
|
|
|
|
|
|
'Tuvalu' => { |
8434
|
|
|
|
|
|
|
long => { |
8435
|
|
|
|
|
|
|
'standard' => q(Tuvalu aeg), |
8436
|
|
|
|
|
|
|
}, |
8437
|
|
|
|
|
|
|
}, |
8438
|
|
|
|
|
|
|
'Uruguay' => { |
8439
|
|
|
|
|
|
|
long => { |
8440
|
|
|
|
|
|
|
'daylight' => q(Uruguay suveaeg), |
8441
|
|
|
|
|
|
|
'generic' => q(Uruguay aeg), |
8442
|
|
|
|
|
|
|
'standard' => q(Uruguay standardaeg), |
8443
|
|
|
|
|
|
|
}, |
8444
|
|
|
|
|
|
|
}, |
8445
|
|
|
|
|
|
|
'Uzbekistan' => { |
8446
|
|
|
|
|
|
|
long => { |
8447
|
|
|
|
|
|
|
'daylight' => q(Usbekistani suveaeg), |
8448
|
|
|
|
|
|
|
'generic' => q(Usbekistani aeg), |
8449
|
|
|
|
|
|
|
'standard' => q(Usbekistani standardaeg), |
8450
|
|
|
|
|
|
|
}, |
8451
|
|
|
|
|
|
|
}, |
8452
|
|
|
|
|
|
|
'Vanuatu' => { |
8453
|
|
|
|
|
|
|
long => { |
8454
|
|
|
|
|
|
|
'daylight' => q(Vanuatu suveaeg), |
8455
|
|
|
|
|
|
|
'generic' => q(Vanuatu aeg), |
8456
|
|
|
|
|
|
|
'standard' => q(Vanuatu standardaeg), |
8457
|
|
|
|
|
|
|
}, |
8458
|
|
|
|
|
|
|
}, |
8459
|
|
|
|
|
|
|
'Venezuela' => { |
8460
|
|
|
|
|
|
|
long => { |
8461
|
|
|
|
|
|
|
'standard' => q(Venezuela aeg), |
8462
|
|
|
|
|
|
|
}, |
8463
|
|
|
|
|
|
|
}, |
8464
|
|
|
|
|
|
|
'Vladivostok' => { |
8465
|
|
|
|
|
|
|
long => { |
8466
|
|
|
|
|
|
|
'daylight' => q(Vladivostoki suveaeg), |
8467
|
|
|
|
|
|
|
'generic' => q(Vladivostoki aeg), |
8468
|
|
|
|
|
|
|
'standard' => q(Vladivostoki standardaeg), |
8469
|
|
|
|
|
|
|
}, |
8470
|
|
|
|
|
|
|
}, |
8471
|
|
|
|
|
|
|
'Volgograd' => { |
8472
|
|
|
|
|
|
|
long => { |
8473
|
|
|
|
|
|
|
'daylight' => q(Volgogradi suveaeg), |
8474
|
|
|
|
|
|
|
'generic' => q(Volgogradi aeg), |
8475
|
|
|
|
|
|
|
'standard' => q(Volgogradi standardaeg), |
8476
|
|
|
|
|
|
|
}, |
8477
|
|
|
|
|
|
|
}, |
8478
|
|
|
|
|
|
|
'Vostok' => { |
8479
|
|
|
|
|
|
|
long => { |
8480
|
|
|
|
|
|
|
'standard' => q(Vostoki aeg), |
8481
|
|
|
|
|
|
|
}, |
8482
|
|
|
|
|
|
|
}, |
8483
|
|
|
|
|
|
|
'Wake' => { |
8484
|
|
|
|
|
|
|
long => { |
8485
|
|
|
|
|
|
|
'standard' => q(Wakeâi aeg), |
8486
|
|
|
|
|
|
|
}, |
8487
|
|
|
|
|
|
|
}, |
8488
|
|
|
|
|
|
|
'Wallis' => { |
8489
|
|
|
|
|
|
|
long => { |
8490
|
|
|
|
|
|
|
'standard' => q(Wallise ja Futuna aeg), |
8491
|
|
|
|
|
|
|
}, |
8492
|
|
|
|
|
|
|
}, |
8493
|
|
|
|
|
|
|
'Yakutsk' => { |
8494
|
|
|
|
|
|
|
long => { |
8495
|
|
|
|
|
|
|
'daylight' => q(Jakutski suveaeg), |
8496
|
|
|
|
|
|
|
'generic' => q(Jakutski aeg), |
8497
|
|
|
|
|
|
|
'standard' => q(Jakutski standardaeg), |
8498
|
|
|
|
|
|
|
}, |
8499
|
|
|
|
|
|
|
}, |
8500
|
|
|
|
|
|
|
'Yekaterinburg' => { |
8501
|
|
|
|
|
|
|
long => { |
8502
|
|
|
|
|
|
|
'daylight' => q(Jakaterinburgi suveaeg), |
8503
|
|
|
|
|
|
|
'generic' => q(Jakaterinburgi aeg), |
8504
|
|
|
|
|
|
|
'standard' => q(Jekaterinburgi standardaeg), |
8505
|
|
|
|
|
|
|
}, |
8506
|
|
|
|
|
|
|
}, |
8507
|
|
|
|
|
|
|
} } |
8508
|
|
|
|
|
|
|
); |
8509
|
1
|
|
|
1
|
|
22798
|
no Moo; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
13
|
|
8510
|
|
|
|
|
|
|
|
8511
|
|
|
|
|
|
|
1; |
8512
|
|
|
|
|
|
|
|
8513
|
|
|
|
|
|
|
# vim: tabstop=4 |