line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
=head1 |
2
|
|
|
|
|
|
|
|
3
|
|
|
|
|
|
|
Locale::CLDR::Locales::Ast - Package for language Asturian |
4
|
|
|
|
|
|
|
|
5
|
|
|
|
|
|
|
=cut |
6
|
|
|
|
|
|
|
|
7
|
|
|
|
|
|
|
package Locale::CLDR::Locales::Ast; |
8
|
|
|
|
|
|
|
# This file auto generated from Data\common\main\ast.xml |
9
|
|
|
|
|
|
|
# on Sun 24 Apr 8:14:59 am GMT |
10
|
|
|
|
|
|
|
|
11
|
1
|
|
|
1
|
|
2506505
|
use version; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
7
|
|
12
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
our $VERSION = version->declare('v0.29.0'); |
14
|
|
|
|
|
|
|
|
15
|
1
|
|
|
1
|
|
86
|
use v5.10.1; |
|
1
|
|
|
|
|
3
|
|
16
|
1
|
|
|
1
|
|
3
|
use mro 'c3'; |
|
1
|
|
|
|
|
5
|
|
|
1
|
|
|
|
|
7
|
|
17
|
1
|
|
|
1
|
|
30
|
use utf8; |
|
1
|
|
|
|
|
1
|
|
|
1
|
|
|
|
|
6
|
|
18
|
1
|
|
|
1
|
|
26
|
use if $^V ge v5.12.0, feature => 'unicode_strings'; |
|
1
|
|
|
|
|
1
|
|
|
1
|
|
|
|
|
12
|
|
19
|
|
|
|
|
|
|
|
20
|
1
|
|
|
1
|
|
663
|
use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef ); |
|
1
|
|
|
|
|
48413
|
|
|
1
|
|
|
|
|
12
|
|
21
|
1
|
|
|
1
|
|
1552
|
use Moo; |
|
1
|
|
|
|
|
9728
|
|
|
1
|
|
|
|
|
4
|
|
22
|
|
|
|
|
|
|
|
23
|
|
|
|
|
|
|
extends('Locale::CLDR::Locales::Root'); |
24
|
|
|
|
|
|
|
# Need to add code for Key type pattern |
25
|
|
|
|
|
|
|
sub display_name_pattern { |
26
|
0
|
|
|
0
|
0
|
|
my ($self, $name, $region, $script, $variant) = @_; |
27
|
|
|
|
|
|
|
|
28
|
0
|
|
|
|
|
|
my $display_pattern = '{0} ({1})'; |
29
|
0
|
|
|
|
|
|
$display_pattern =~s/\{0\}/$name/g; |
30
|
0
|
|
|
|
|
|
my $subtags = join '{0}, {1}', grep {$_} ( |
|
0
|
|
|
|
|
|
|
31
|
|
|
|
|
|
|
$region, |
32
|
|
|
|
|
|
|
$script, |
33
|
|
|
|
|
|
|
$variant, |
34
|
|
|
|
|
|
|
); |
35
|
|
|
|
|
|
|
|
36
|
0
|
|
|
|
|
|
$display_pattern =~s/\{1\}/$subtags/g; |
37
|
0
|
|
|
|
|
|
return $display_pattern; |
38
|
|
|
|
|
|
|
} |
39
|
|
|
|
|
|
|
|
40
|
|
|
|
|
|
|
has 'display_name_language' => ( |
41
|
|
|
|
|
|
|
is => 'ro', |
42
|
|
|
|
|
|
|
isa => CodeRef, |
43
|
|
|
|
|
|
|
init_arg => undef, |
44
|
|
|
|
|
|
|
default => sub { |
45
|
|
|
|
|
|
|
sub { |
46
|
|
|
|
|
|
|
my %languages = ( |
47
|
|
|
|
|
|
|
'aa' => 'afar', |
48
|
|
|
|
|
|
|
'ab' => 'abkhazianu', |
49
|
|
|
|
|
|
|
'ace' => 'achinés', |
50
|
|
|
|
|
|
|
'ach' => 'acoli', |
51
|
|
|
|
|
|
|
'ada' => 'adangme', |
52
|
|
|
|
|
|
|
'ady' => 'adyghe', |
53
|
|
|
|
|
|
|
'ae' => 'avestanÃn', |
54
|
|
|
|
|
|
|
'aeb' => 'árabe de Túnez', |
55
|
|
|
|
|
|
|
'af' => 'afrikaans', |
56
|
|
|
|
|
|
|
'afh' => 'afrihili', |
57
|
|
|
|
|
|
|
'agq' => 'aghem', |
58
|
|
|
|
|
|
|
'ain' => 'ainu', |
59
|
|
|
|
|
|
|
'ak' => 'akan', |
60
|
|
|
|
|
|
|
'akk' => 'acadianu', |
61
|
|
|
|
|
|
|
'akz' => 'alabama', |
62
|
|
|
|
|
|
|
'ale' => 'aleut', |
63
|
|
|
|
|
|
|
'aln' => 'gheg dâAlbania', |
64
|
|
|
|
|
|
|
'alt' => 'altai del sur', |
65
|
|
|
|
|
|
|
'am' => 'amháricu', |
66
|
|
|
|
|
|
|
'an' => 'aragonés', |
67
|
|
|
|
|
|
|
'ang' => 'inglés antiguu', |
68
|
|
|
|
|
|
|
'anp' => 'angika', |
69
|
|
|
|
|
|
|
'ar' => 'árabe', |
70
|
|
|
|
|
|
|
'ar_001' => 'árabe estándar modernu', |
71
|
|
|
|
|
|
|
'arc' => 'araméu', |
72
|
|
|
|
|
|
|
'arn' => 'mapuche', |
73
|
|
|
|
|
|
|
'aro' => 'araona', |
74
|
|
|
|
|
|
|
'arp' => 'arapaho', |
75
|
|
|
|
|
|
|
'arq' => 'árabe dâArxelia', |
76
|
|
|
|
|
|
|
'arw' => 'arawak', |
77
|
|
|
|
|
|
|
'ary' => 'árabe de Marruecos', |
78
|
|
|
|
|
|
|
'arz' => 'árabe dâExiptu', |
79
|
|
|
|
|
|
|
'as' => 'asamés', |
80
|
|
|
|
|
|
|
'asa' => 'asu', |
81
|
|
|
|
|
|
|
'ase' => 'llingua de signos americana', |
82
|
|
|
|
|
|
|
'ast' => 'asturianu', |
83
|
|
|
|
|
|
|
'av' => 'aváricu', |
84
|
|
|
|
|
|
|
'avk' => 'kotava', |
85
|
|
|
|
|
|
|
'awa' => 'awadhi', |
86
|
|
|
|
|
|
|
'ay' => 'aymara', |
87
|
|
|
|
|
|
|
'az' => 'azerbaixanu', |
88
|
|
|
|
|
|
|
'az@alt=short' => 'azerÃ', |
89
|
|
|
|
|
|
|
'ba' => 'bashkir', |
90
|
|
|
|
|
|
|
'bal' => 'baluchi', |
91
|
|
|
|
|
|
|
'ban' => 'balinés', |
92
|
|
|
|
|
|
|
'bar' => 'bávaru', |
93
|
|
|
|
|
|
|
'bas' => 'basaa', |
94
|
|
|
|
|
|
|
'bax' => 'bamun', |
95
|
|
|
|
|
|
|
'bbc' => 'batak toba', |
96
|
|
|
|
|
|
|
'bbj' => 'ghomala', |
97
|
|
|
|
|
|
|
'be' => 'bielorrusu', |
98
|
|
|
|
|
|
|
'bej' => 'beja', |
99
|
|
|
|
|
|
|
'bem' => 'bemba', |
100
|
|
|
|
|
|
|
'bew' => 'betawi', |
101
|
|
|
|
|
|
|
'bez' => 'bena', |
102
|
|
|
|
|
|
|
'bfd' => 'bafut', |
103
|
|
|
|
|
|
|
'bfq' => 'badaga', |
104
|
|
|
|
|
|
|
'bg' => 'búlgaru', |
105
|
|
|
|
|
|
|
'bgn' => 'balochi occidental', |
106
|
|
|
|
|
|
|
'bho' => 'bhojpuri', |
107
|
|
|
|
|
|
|
'bi' => 'bislama', |
108
|
|
|
|
|
|
|
'bik' => 'bikol', |
109
|
|
|
|
|
|
|
'bin' => 'bini', |
110
|
|
|
|
|
|
|
'bjn' => 'banjar', |
111
|
|
|
|
|
|
|
'bkm' => 'kom', |
112
|
|
|
|
|
|
|
'bla' => 'siksika', |
113
|
|
|
|
|
|
|
'bm' => 'bambara', |
114
|
|
|
|
|
|
|
'bn' => 'bengalÃn', |
115
|
|
|
|
|
|
|
'bo' => 'tibetanu', |
116
|
|
|
|
|
|
|
'bpy' => 'bishnupriya', |
117
|
|
|
|
|
|
|
'bqi' => 'bakhtiari', |
118
|
|
|
|
|
|
|
'br' => 'bretón', |
119
|
|
|
|
|
|
|
'bra' => 'braj', |
120
|
|
|
|
|
|
|
'brh' => 'brahui', |
121
|
|
|
|
|
|
|
'brx' => 'bodo', |
122
|
|
|
|
|
|
|
'bs' => 'bosniu', |
123
|
|
|
|
|
|
|
'bss' => 'akoose', |
124
|
|
|
|
|
|
|
'bua' => 'buriat', |
125
|
|
|
|
|
|
|
'bug' => 'buginés', |
126
|
|
|
|
|
|
|
'bum' => 'bulu', |
127
|
|
|
|
|
|
|
'byn' => 'blin', |
128
|
|
|
|
|
|
|
'byv' => 'medumba', |
129
|
|
|
|
|
|
|
'ca' => 'catalán', |
130
|
|
|
|
|
|
|
'cad' => 'caddo', |
131
|
|
|
|
|
|
|
'car' => 'caribe', |
132
|
|
|
|
|
|
|
'cay' => 'cayuga', |
133
|
|
|
|
|
|
|
'cch' => 'atsam', |
134
|
|
|
|
|
|
|
'ce' => 'chechenu', |
135
|
|
|
|
|
|
|
'ceb' => 'cebuanu', |
136
|
|
|
|
|
|
|
'cgg' => 'chiga', |
137
|
|
|
|
|
|
|
'ch' => 'chamorro', |
138
|
|
|
|
|
|
|
'chb' => 'chibcha', |
139
|
|
|
|
|
|
|
'chg' => 'chagatai', |
140
|
|
|
|
|
|
|
'chk' => 'chuukés', |
141
|
|
|
|
|
|
|
'chm' => 'mari', |
142
|
|
|
|
|
|
|
'chn' => 'xÃriga chinook', |
143
|
|
|
|
|
|
|
'cho' => 'choctaw', |
144
|
|
|
|
|
|
|
'chp' => 'chipewyanu', |
145
|
|
|
|
|
|
|
'chr' => 'cheroqui', |
146
|
|
|
|
|
|
|
'chy' => 'cheyenne', |
147
|
|
|
|
|
|
|
'ckb' => 'kurdu central', |
148
|
|
|
|
|
|
|
'co' => 'corsu', |
149
|
|
|
|
|
|
|
'cop' => 'cópticu', |
150
|
|
|
|
|
|
|
'cps' => 'capiznon', |
151
|
|
|
|
|
|
|
'cr' => 'cree', |
152
|
|
|
|
|
|
|
'crh' => 'turcu de Crimea', |
153
|
|
|
|
|
|
|
'cs' => 'checu', |
154
|
|
|
|
|
|
|
'csb' => 'kashubianu', |
155
|
|
|
|
|
|
|
'cu' => 'eslávicu eclesiásticu', |
156
|
|
|
|
|
|
|
'cv' => 'chuvash', |
157
|
|
|
|
|
|
|
'cy' => 'galés', |
158
|
|
|
|
|
|
|
'da' => 'danés', |
159
|
|
|
|
|
|
|
'dak' => 'dakota', |
160
|
|
|
|
|
|
|
'dar' => 'dargwa', |
161
|
|
|
|
|
|
|
'dav' => 'taita', |
162
|
|
|
|
|
|
|
'de' => 'alemán', |
163
|
|
|
|
|
|
|
'de_AT' => 'alemán dâAustria', |
164
|
|
|
|
|
|
|
'de_CH' => 'altualemán de Suiza', |
165
|
|
|
|
|
|
|
'del' => 'delaware', |
166
|
|
|
|
|
|
|
'den' => 'slave', |
167
|
|
|
|
|
|
|
'dgr' => 'dogrib', |
168
|
|
|
|
|
|
|
'din' => 'dinka', |
169
|
|
|
|
|
|
|
'dje' => 'zarma', |
170
|
|
|
|
|
|
|
'doi' => 'dogri', |
171
|
|
|
|
|
|
|
'dsb' => 'baxu sorbiu', |
172
|
|
|
|
|
|
|
'dtp' => 'dusun central', |
173
|
|
|
|
|
|
|
'dua' => 'duala', |
174
|
|
|
|
|
|
|
'dum' => 'neerlandés mediu', |
175
|
|
|
|
|
|
|
'dv' => 'divehi', |
176
|
|
|
|
|
|
|
'dyo' => 'jola-fonyi', |
177
|
|
|
|
|
|
|
'dyu' => 'dyula', |
178
|
|
|
|
|
|
|
'dz' => 'dzongkha', |
179
|
|
|
|
|
|
|
'dzg' => 'dazaga', |
180
|
|
|
|
|
|
|
'ebu' => 'embú', |
181
|
|
|
|
|
|
|
'ee' => 'ewe', |
182
|
|
|
|
|
|
|
'efi' => 'efik', |
183
|
|
|
|
|
|
|
'egl' => 'emilianu', |
184
|
|
|
|
|
|
|
'egy' => 'exipciu antiguu', |
185
|
|
|
|
|
|
|
'eka' => 'ekajuk', |
186
|
|
|
|
|
|
|
'el' => 'griegu', |
187
|
|
|
|
|
|
|
'elx' => 'elamita', |
188
|
|
|
|
|
|
|
'en' => 'inglés', |
189
|
|
|
|
|
|
|
'en_AU' => 'inglés dâAustralia', |
190
|
|
|
|
|
|
|
'en_CA' => 'inglés de Canadá', |
191
|
|
|
|
|
|
|
'en_GB' => 'inglés de Gran Bretaña', |
192
|
|
|
|
|
|
|
'en_GB@alt=short' => 'inglés del R.X.', |
193
|
|
|
|
|
|
|
'en_US' => 'inglés dâEstaos XunÃos', |
194
|
|
|
|
|
|
|
'en_US@alt=short' => 'inglés dâEE.XX.', |
195
|
|
|
|
|
|
|
'enm' => 'inglés mediu', |
196
|
|
|
|
|
|
|
'eo' => 'esperanto', |
197
|
|
|
|
|
|
|
'es' => 'español', |
198
|
|
|
|
|
|
|
'es_419' => 'español dâAmérica Llatina', |
199
|
|
|
|
|
|
|
'es_ES' => 'español européu', |
200
|
|
|
|
|
|
|
'es_MX' => 'español de Méxicu', |
201
|
|
|
|
|
|
|
'esu' => 'yupik central', |
202
|
|
|
|
|
|
|
'et' => 'estoniu', |
203
|
|
|
|
|
|
|
'eu' => 'vascu', |
204
|
|
|
|
|
|
|
'ewo' => 'ewondo', |
205
|
|
|
|
|
|
|
'ext' => 'estremeñu', |
206
|
|
|
|
|
|
|
'fa' => 'persa', |
207
|
|
|
|
|
|
|
'fan' => 'fang', |
208
|
|
|
|
|
|
|
'fat' => 'fanti', |
209
|
|
|
|
|
|
|
'ff' => 'fulah', |
210
|
|
|
|
|
|
|
'fi' => 'finlandés', |
211
|
|
|
|
|
|
|
'fil' => 'filipÃn', |
212
|
|
|
|
|
|
|
'fit' => 'finlandés de Tornedalen', |
213
|
|
|
|
|
|
|
'fj' => 'fixanu', |
214
|
|
|
|
|
|
|
'fo' => 'feroés', |
215
|
|
|
|
|
|
|
'fon' => 'fon', |
216
|
|
|
|
|
|
|
'fr' => 'francés', |
217
|
|
|
|
|
|
|
'fr_CA' => 'francés de Canadá', |
218
|
|
|
|
|
|
|
'fr_CH' => 'francés de Suiza', |
219
|
|
|
|
|
|
|
'frc' => 'francés cajun', |
220
|
|
|
|
|
|
|
'frm' => 'francés mediu', |
221
|
|
|
|
|
|
|
'fro' => 'francés antiguu', |
222
|
|
|
|
|
|
|
'frp' => 'arpitanu', |
223
|
|
|
|
|
|
|
'frr' => 'frisón del norte', |
224
|
|
|
|
|
|
|
'frs' => 'frisón oriental', |
225
|
|
|
|
|
|
|
'fur' => 'friulianu', |
226
|
|
|
|
|
|
|
'fy' => 'frisón occidental', |
227
|
|
|
|
|
|
|
'ga' => 'irlandés', |
228
|
|
|
|
|
|
|
'gaa' => 'ga', |
229
|
|
|
|
|
|
|
'gag' => 'gagauz', |
230
|
|
|
|
|
|
|
'gan' => 'chinu gan', |
231
|
|
|
|
|
|
|
'gay' => 'gayo', |
232
|
|
|
|
|
|
|
'gba' => 'gbaya', |
233
|
|
|
|
|
|
|
'gbz' => 'dari zoroastrianu', |
234
|
|
|
|
|
|
|
'gd' => 'gaélicu escocés', |
235
|
|
|
|
|
|
|
'gez' => 'geez', |
236
|
|
|
|
|
|
|
'gil' => 'gilbertés', |
237
|
|
|
|
|
|
|
'gl' => 'gallegu', |
238
|
|
|
|
|
|
|
'glk' => 'gilaki', |
239
|
|
|
|
|
|
|
'gmh' => 'altualemán mediu', |
240
|
|
|
|
|
|
|
'gn' => 'guaranÃ', |
241
|
|
|
|
|
|
|
'goh' => 'altualemán antiguu', |
242
|
|
|
|
|
|
|
'gom' => 'goan konkani', |
243
|
|
|
|
|
|
|
'gon' => 'gondi', |
244
|
|
|
|
|
|
|
'gor' => 'gorontalo', |
245
|
|
|
|
|
|
|
'got' => 'góticu', |
246
|
|
|
|
|
|
|
'grb' => 'grebo', |
247
|
|
|
|
|
|
|
'grc' => 'griegu antiguu', |
248
|
|
|
|
|
|
|
'gsw' => 'alemán de Suiza', |
249
|
|
|
|
|
|
|
'gu' => 'guyaratÃ', |
250
|
|
|
|
|
|
|
'guc' => 'wayuu', |
251
|
|
|
|
|
|
|
'gur' => 'frafra', |
252
|
|
|
|
|
|
|
'guz' => 'gusii', |
253
|
|
|
|
|
|
|
'gv' => 'manés', |
254
|
|
|
|
|
|
|
'gwi' => 'gwichʼin', |
255
|
|
|
|
|
|
|
'ha' => 'ḥausa', |
256
|
|
|
|
|
|
|
'hai' => 'haida', |
257
|
|
|
|
|
|
|
'hak' => 'chinu hakka', |
258
|
|
|
|
|
|
|
'haw' => 'hawaianu', |
259
|
|
|
|
|
|
|
'he' => 'hebréu', |
260
|
|
|
|
|
|
|
'hi' => 'hindi', |
261
|
|
|
|
|
|
|
'hif' => 'hindi de Fiji', |
262
|
|
|
|
|
|
|
'hil' => 'hiligaynon', |
263
|
|
|
|
|
|
|
'hit' => 'hitita', |
264
|
|
|
|
|
|
|
'hmn' => 'hmong', |
265
|
|
|
|
|
|
|
'ho' => 'hiri motu', |
266
|
|
|
|
|
|
|
'hr' => 'croata', |
267
|
|
|
|
|
|
|
'hsb' => 'altu sorbiu', |
268
|
|
|
|
|
|
|
'hsn' => 'chinu xiang', |
269
|
|
|
|
|
|
|
'ht' => 'haitianu', |
270
|
|
|
|
|
|
|
'hu' => 'húngaru', |
271
|
|
|
|
|
|
|
'hup' => 'hupa', |
272
|
|
|
|
|
|
|
'hy' => 'armeniu', |
273
|
|
|
|
|
|
|
'hz' => 'herero', |
274
|
|
|
|
|
|
|
'ia' => 'interlingua', |
275
|
|
|
|
|
|
|
'iba' => 'iban', |
276
|
|
|
|
|
|
|
'ibb' => 'ibibio', |
277
|
|
|
|
|
|
|
'id' => 'indonesiu', |
278
|
|
|
|
|
|
|
'ie' => 'interlingue', |
279
|
|
|
|
|
|
|
'ig' => 'igbo', |
280
|
|
|
|
|
|
|
'ii' => 'yi de Sichuán', |
281
|
|
|
|
|
|
|
'ik' => 'inupiaq', |
282
|
|
|
|
|
|
|
'ilo' => 'iloko', |
283
|
|
|
|
|
|
|
'inh' => 'ingush', |
284
|
|
|
|
|
|
|
'io' => 'ido', |
285
|
|
|
|
|
|
|
'is' => 'islandés', |
286
|
|
|
|
|
|
|
'it' => 'italianu', |
287
|
|
|
|
|
|
|
'iu' => 'inuktitut', |
288
|
|
|
|
|
|
|
'izh' => 'ingrianu', |
289
|
|
|
|
|
|
|
'ja' => 'xaponés', |
290
|
|
|
|
|
|
|
'jam' => 'inglés criollu xamaicanu', |
291
|
|
|
|
|
|
|
'jbo' => 'lojban', |
292
|
|
|
|
|
|
|
'jgo' => 'ngomba', |
293
|
|
|
|
|
|
|
'jmc' => 'machame', |
294
|
|
|
|
|
|
|
'jpr' => 'xudeo-persa', |
295
|
|
|
|
|
|
|
'jrb' => 'xudeo-árabe', |
296
|
|
|
|
|
|
|
'jut' => 'jutlandés', |
297
|
|
|
|
|
|
|
'jv' => 'xavanés', |
298
|
|
|
|
|
|
|
'ka' => 'xeorxanu', |
299
|
|
|
|
|
|
|
'kaa' => 'kara-kalpak', |
300
|
|
|
|
|
|
|
'kab' => 'kabileñu', |
301
|
|
|
|
|
|
|
'kac' => 'kachin', |
302
|
|
|
|
|
|
|
'kaj' => 'jju', |
303
|
|
|
|
|
|
|
'kam' => 'kamba', |
304
|
|
|
|
|
|
|
'kaw' => 'kawi', |
305
|
|
|
|
|
|
|
'kbd' => 'kabardianu', |
306
|
|
|
|
|
|
|
'kbl' => 'kanembu', |
307
|
|
|
|
|
|
|
'kcg' => 'tyap', |
308
|
|
|
|
|
|
|
'kde' => 'makonde', |
309
|
|
|
|
|
|
|
'kea' => 'cabuverdianu', |
310
|
|
|
|
|
|
|
'ken' => 'kenyang', |
311
|
|
|
|
|
|
|
'kfo' => 'koro', |
312
|
|
|
|
|
|
|
'kg' => 'kongo', |
313
|
|
|
|
|
|
|
'kgp' => 'kaingang', |
314
|
|
|
|
|
|
|
'kha' => 'khasi', |
315
|
|
|
|
|
|
|
'kho' => 'khotanés', |
316
|
|
|
|
|
|
|
'khq' => 'koyra chiini', |
317
|
|
|
|
|
|
|
'khw' => 'khowar', |
318
|
|
|
|
|
|
|
'ki' => 'kikuyu', |
319
|
|
|
|
|
|
|
'kiu' => 'kirmanjki', |
320
|
|
|
|
|
|
|
'kj' => 'kuanyama', |
321
|
|
|
|
|
|
|
'kk' => 'kazaquistanÃn', |
322
|
|
|
|
|
|
|
'kkj' => 'kako', |
323
|
|
|
|
|
|
|
'kl' => 'kalaallisut', |
324
|
|
|
|
|
|
|
'kln' => 'kalenjin', |
325
|
|
|
|
|
|
|
'km' => 'ḥemer', |
326
|
|
|
|
|
|
|
'kmb' => 'kimbundu', |
327
|
|
|
|
|
|
|
'kn' => 'canarés', |
328
|
|
|
|
|
|
|
'ko' => 'coreanu', |
329
|
|
|
|
|
|
|
'koi' => 'komi-permyak', |
330
|
|
|
|
|
|
|
'kok' => 'konkani', |
331
|
|
|
|
|
|
|
'kos' => 'kosraeanu', |
332
|
|
|
|
|
|
|
'kpe' => 'kpelle', |
333
|
|
|
|
|
|
|
'kr' => 'kanuri', |
334
|
|
|
|
|
|
|
'krc' => 'karachay-balkar', |
335
|
|
|
|
|
|
|
'kri' => 'krio', |
336
|
|
|
|
|
|
|
'krj' => 'kinaray-a', |
337
|
|
|
|
|
|
|
'krl' => 'karelianu', |
338
|
|
|
|
|
|
|
'kru' => 'kurukh', |
339
|
|
|
|
|
|
|
'ks' => 'cachemirés', |
340
|
|
|
|
|
|
|
'ksb' => 'shambala', |
341
|
|
|
|
|
|
|
'ksf' => 'bafia', |
342
|
|
|
|
|
|
|
'ksh' => 'colonianu', |
343
|
|
|
|
|
|
|
'ku' => 'curdu', |
344
|
|
|
|
|
|
|
'kum' => 'kumyk', |
345
|
|
|
|
|
|
|
'kut' => 'kutenai', |
346
|
|
|
|
|
|
|
'kv' => 'komi', |
347
|
|
|
|
|
|
|
'kw' => 'córnicu', |
348
|
|
|
|
|
|
|
'ky' => 'kirguistanÃn', |
349
|
|
|
|
|
|
|
'la' => 'llatÃn', |
350
|
|
|
|
|
|
|
'lad' => 'ladino', |
351
|
|
|
|
|
|
|
'lag' => 'langi', |
352
|
|
|
|
|
|
|
'lah' => 'lahnda', |
353
|
|
|
|
|
|
|
'lam' => 'lamba', |
354
|
|
|
|
|
|
|
'lb' => 'luxemburgués', |
355
|
|
|
|
|
|
|
'lez' => 'lezghianu', |
356
|
|
|
|
|
|
|
'lfn' => 'lingua franca nova', |
357
|
|
|
|
|
|
|
'lg' => 'ganda', |
358
|
|
|
|
|
|
|
'li' => 'limburgués', |
359
|
|
|
|
|
|
|
'lij' => 'ligurianu', |
360
|
|
|
|
|
|
|
'liv' => 'livonianu', |
361
|
|
|
|
|
|
|
'lkt' => 'lakota', |
362
|
|
|
|
|
|
|
'lmo' => 'lombardu', |
363
|
|
|
|
|
|
|
'ln' => 'lingala', |
364
|
|
|
|
|
|
|
'lo' => 'laosianu', |
365
|
|
|
|
|
|
|
'lol' => 'mongo', |
366
|
|
|
|
|
|
|
'loz' => 'lozi', |
367
|
|
|
|
|
|
|
'lrc' => 'luri del norte', |
368
|
|
|
|
|
|
|
'lt' => 'lituanu', |
369
|
|
|
|
|
|
|
'ltg' => 'latgalianu', |
370
|
|
|
|
|
|
|
'lu' => 'luba-katanga', |
371
|
|
|
|
|
|
|
'lua' => 'luba-lulua', |
372
|
|
|
|
|
|
|
'lui' => 'luiseno', |
373
|
|
|
|
|
|
|
'lun' => 'lunda', |
374
|
|
|
|
|
|
|
'luo' => 'luo', |
375
|
|
|
|
|
|
|
'lus' => 'mizo', |
376
|
|
|
|
|
|
|
'luy' => 'luyia', |
377
|
|
|
|
|
|
|
'lv' => 'letón', |
378
|
|
|
|
|
|
|
'lzh' => 'chinu lliterariu', |
379
|
|
|
|
|
|
|
'lzz' => 'laz', |
380
|
|
|
|
|
|
|
'mad' => 'madurés', |
381
|
|
|
|
|
|
|
'maf' => 'mafa', |
382
|
|
|
|
|
|
|
'mag' => 'magahi', |
383
|
|
|
|
|
|
|
'mai' => 'maithili', |
384
|
|
|
|
|
|
|
'mak' => 'makasar', |
385
|
|
|
|
|
|
|
'man' => 'mandingo', |
386
|
|
|
|
|
|
|
'mas' => 'masái', |
387
|
|
|
|
|
|
|
'mde' => 'maba', |
388
|
|
|
|
|
|
|
'mdf' => 'moksha', |
389
|
|
|
|
|
|
|
'mdr' => 'mandar', |
390
|
|
|
|
|
|
|
'men' => 'mende', |
391
|
|
|
|
|
|
|
'mer' => 'meru', |
392
|
|
|
|
|
|
|
'mfe' => 'morisyen', |
393
|
|
|
|
|
|
|
'mg' => 'malgaxe', |
394
|
|
|
|
|
|
|
'mga' => 'Ãrlandés mediu', |
395
|
|
|
|
|
|
|
'mgh' => 'makhuwa-meetto', |
396
|
|
|
|
|
|
|
'mgo' => 'metaâ', |
397
|
|
|
|
|
|
|
'mh' => 'marshallés', |
398
|
|
|
|
|
|
|
'mi' => 'maorÃ', |
399
|
|
|
|
|
|
|
'mic' => 'micmac', |
400
|
|
|
|
|
|
|
'min' => 'minangkabau', |
401
|
|
|
|
|
|
|
'mk' => 'macedoniu', |
402
|
|
|
|
|
|
|
'ml' => 'malayalam', |
403
|
|
|
|
|
|
|
'mn' => 'mongol', |
404
|
|
|
|
|
|
|
'mnc' => 'manchú', |
405
|
|
|
|
|
|
|
'mni' => 'manipuri', |
406
|
|
|
|
|
|
|
'moh' => 'mohawk', |
407
|
|
|
|
|
|
|
'mos' => 'mossi', |
408
|
|
|
|
|
|
|
'mr' => 'marathi', |
409
|
|
|
|
|
|
|
'mrj' => 'mari occidental', |
410
|
|
|
|
|
|
|
'ms' => 'malayu', |
411
|
|
|
|
|
|
|
'mt' => 'maltés', |
412
|
|
|
|
|
|
|
'mua' => 'mundang', |
413
|
|
|
|
|
|
|
'mul' => 'múltiples llingües', |
414
|
|
|
|
|
|
|
'mus' => 'creek', |
415
|
|
|
|
|
|
|
'mwl' => 'mirandés', |
416
|
|
|
|
|
|
|
'mwr' => 'marwari', |
417
|
|
|
|
|
|
|
'mwv' => 'mentawai', |
418
|
|
|
|
|
|
|
'my' => 'birmanu', |
419
|
|
|
|
|
|
|
'mye' => 'myene', |
420
|
|
|
|
|
|
|
'myv' => 'erzya', |
421
|
|
|
|
|
|
|
'mzn' => 'mazanderani', |
422
|
|
|
|
|
|
|
'na' => 'nauru', |
423
|
|
|
|
|
|
|
'nan' => 'chinu min nan', |
424
|
|
|
|
|
|
|
'nap' => 'napolitanu', |
425
|
|
|
|
|
|
|
'naq' => 'nama', |
426
|
|
|
|
|
|
|
'nb' => 'noruegu Bokmål', |
427
|
|
|
|
|
|
|
'nd' => 'ndebele del norte', |
428
|
|
|
|
|
|
|
'nds' => 'baxu alemán', |
429
|
|
|
|
|
|
|
'nds_NL' => 'baxu saxón', |
430
|
|
|
|
|
|
|
'ne' => 'nepalés', |
431
|
|
|
|
|
|
|
'new' => 'newari', |
432
|
|
|
|
|
|
|
'ng' => 'ndonga', |
433
|
|
|
|
|
|
|
'nia' => 'nias', |
434
|
|
|
|
|
|
|
'niu' => 'niueanu', |
435
|
|
|
|
|
|
|
'njo' => 'ao naga', |
436
|
|
|
|
|
|
|
'nl' => 'neerlandés', |
437
|
|
|
|
|
|
|
'nl_BE' => 'flamencu', |
438
|
|
|
|
|
|
|
'nmg' => 'kwasio', |
439
|
|
|
|
|
|
|
'nn' => 'noruegu Nynorsk', |
440
|
|
|
|
|
|
|
'nnh' => 'ngiemboon', |
441
|
|
|
|
|
|
|
'no' => 'noruegu', |
442
|
|
|
|
|
|
|
'nog' => 'nogai', |
443
|
|
|
|
|
|
|
'non' => 'noruegu antiguu', |
444
|
|
|
|
|
|
|
'nov' => 'novial', |
445
|
|
|
|
|
|
|
'nqo' => 'nâko', |
446
|
|
|
|
|
|
|
'nr' => 'ndebele del sur', |
447
|
|
|
|
|
|
|
'nso' => 'sotho del norte', |
448
|
|
|
|
|
|
|
'nus' => 'nuer', |
449
|
|
|
|
|
|
|
'nv' => 'navajo', |
450
|
|
|
|
|
|
|
'nwc' => 'newari clásicu', |
451
|
|
|
|
|
|
|
'ny' => 'nyanja', |
452
|
|
|
|
|
|
|
'nym' => 'nyamwezi', |
453
|
|
|
|
|
|
|
'nyn' => 'nyankole', |
454
|
|
|
|
|
|
|
'nyo' => 'nyoro', |
455
|
|
|
|
|
|
|
'nzi' => 'nzima', |
456
|
|
|
|
|
|
|
'oc' => 'occitanu', |
457
|
|
|
|
|
|
|
'oj' => 'ojibwa', |
458
|
|
|
|
|
|
|
'om' => 'oromo', |
459
|
|
|
|
|
|
|
'or' => 'oriya', |
460
|
|
|
|
|
|
|
'os' => 'oséticu', |
461
|
|
|
|
|
|
|
'osa' => 'Osage', |
462
|
|
|
|
|
|
|
'ota' => 'turcu otomanu', |
463
|
|
|
|
|
|
|
'pa' => 'punyabÃ', |
464
|
|
|
|
|
|
|
'pag' => 'pangasinan', |
465
|
|
|
|
|
|
|
'pal' => 'pahlavi', |
466
|
|
|
|
|
|
|
'pam' => 'pampanga', |
467
|
|
|
|
|
|
|
'pap' => 'papiamento', |
468
|
|
|
|
|
|
|
'pau' => 'palauanu', |
469
|
|
|
|
|
|
|
'pcd' => 'pÃcaru', |
470
|
|
|
|
|
|
|
'pdc' => 'alemán de Pennsylvania', |
471
|
|
|
|
|
|
|
'pdt' => 'plautdietsch', |
472
|
|
|
|
|
|
|
'peo' => 'persa antiguu', |
473
|
|
|
|
|
|
|
'pfl' => 'alemán palatinu', |
474
|
|
|
|
|
|
|
'phn' => 'feniciu', |
475
|
|
|
|
|
|
|
'pi' => 'pali', |
476
|
|
|
|
|
|
|
'pl' => 'polacu', |
477
|
|
|
|
|
|
|
'pms' => 'piamontés', |
478
|
|
|
|
|
|
|
'pnt' => 'pónticu', |
479
|
|
|
|
|
|
|
'pon' => 'pohnpeianu', |
480
|
|
|
|
|
|
|
'prg' => 'prusianu', |
481
|
|
|
|
|
|
|
'pro' => 'provenzal antiguu', |
482
|
|
|
|
|
|
|
'ps' => 'pashtu', |
483
|
|
|
|
|
|
|
'pt' => 'portugués', |
484
|
|
|
|
|
|
|
'pt_BR' => 'portugués del Brasil', |
485
|
|
|
|
|
|
|
'pt_PT' => 'portugués européu', |
486
|
|
|
|
|
|
|
'qu' => 'quechua', |
487
|
|
|
|
|
|
|
'quc' => 'kʼicheʼ', |
488
|
|
|
|
|
|
|
'qug' => 'quichua del altiplanu de Chimborazo', |
489
|
|
|
|
|
|
|
'raj' => 'rajasthanÃn', |
490
|
|
|
|
|
|
|
'rap' => 'rapanui', |
491
|
|
|
|
|
|
|
'rar' => 'rarotonganu', |
492
|
|
|
|
|
|
|
'rgn' => 'romañol', |
493
|
|
|
|
|
|
|
'rif' => 'rifianu', |
494
|
|
|
|
|
|
|
'rm' => 'romanche', |
495
|
|
|
|
|
|
|
'rn' => 'rundi', |
496
|
|
|
|
|
|
|
'ro' => 'rumanu', |
497
|
|
|
|
|
|
|
'ro_MD' => 'moldavu', |
498
|
|
|
|
|
|
|
'rof' => 'rombo', |
499
|
|
|
|
|
|
|
'rom' => 'romanÃ', |
500
|
|
|
|
|
|
|
'root' => 'root', |
501
|
|
|
|
|
|
|
'rtm' => 'rotumanu', |
502
|
|
|
|
|
|
|
'ru' => 'rusu', |
503
|
|
|
|
|
|
|
'rue' => 'rusyn', |
504
|
|
|
|
|
|
|
'rug' => 'roviana', |
505
|
|
|
|
|
|
|
'rup' => 'aromanianu', |
506
|
|
|
|
|
|
|
'rw' => 'kinyarwanda', |
507
|
|
|
|
|
|
|
'rwk' => 'rwa', |
508
|
|
|
|
|
|
|
'sa' => 'sánscritu', |
509
|
|
|
|
|
|
|
'sad' => 'sandavés', |
510
|
|
|
|
|
|
|
'sah' => 'sakha', |
511
|
|
|
|
|
|
|
'sam' => 'araméu samaritanu', |
512
|
|
|
|
|
|
|
'saq' => 'samburu', |
513
|
|
|
|
|
|
|
'sas' => 'sasak', |
514
|
|
|
|
|
|
|
'sat' => 'santali', |
515
|
|
|
|
|
|
|
'saz' => 'saurashtra', |
516
|
|
|
|
|
|
|
'sba' => 'ngambay', |
517
|
|
|
|
|
|
|
'sbp' => 'sangu', |
518
|
|
|
|
|
|
|
'sc' => 'sardu', |
519
|
|
|
|
|
|
|
'scn' => 'sicilianu', |
520
|
|
|
|
|
|
|
'sco' => 'scots', |
521
|
|
|
|
|
|
|
'sd' => 'sindhi', |
522
|
|
|
|
|
|
|
'sdc' => 'sardu sassarés', |
523
|
|
|
|
|
|
|
'sdh' => 'Kurdu del sur', |
524
|
|
|
|
|
|
|
'se' => 'sami del norte', |
525
|
|
|
|
|
|
|
'see' => 'séneca', |
526
|
|
|
|
|
|
|
'seh' => 'sena', |
527
|
|
|
|
|
|
|
'sei' => 'seri', |
528
|
|
|
|
|
|
|
'sel' => 'selkup', |
529
|
|
|
|
|
|
|
'ses' => 'koyraboro senni', |
530
|
|
|
|
|
|
|
'sg' => 'sango', |
531
|
|
|
|
|
|
|
'sga' => 'irlandés antiguu', |
532
|
|
|
|
|
|
|
'sgs' => 'samogitianu', |
533
|
|
|
|
|
|
|
'sh' => 'serbo-croata', |
534
|
|
|
|
|
|
|
'shi' => 'tachelhit', |
535
|
|
|
|
|
|
|
'shn' => 'shan', |
536
|
|
|
|
|
|
|
'shu' => 'árabe chadianu', |
537
|
|
|
|
|
|
|
'si' => 'cingalés', |
538
|
|
|
|
|
|
|
'sid' => 'sidamo', |
539
|
|
|
|
|
|
|
'sk' => 'eslovacu', |
540
|
|
|
|
|
|
|
'sl' => 'eslovenu', |
541
|
|
|
|
|
|
|
'sli' => 'baxu silesianu', |
542
|
|
|
|
|
|
|
'sly' => 'selayarés', |
543
|
|
|
|
|
|
|
'sm' => 'samoanu', |
544
|
|
|
|
|
|
|
'sma' => 'sami del sur', |
545
|
|
|
|
|
|
|
'smj' => 'lule sami', |
546
|
|
|
|
|
|
|
'smn' => 'inari sami', |
547
|
|
|
|
|
|
|
'sms' => 'skolt sami', |
548
|
|
|
|
|
|
|
'sn' => 'shona', |
549
|
|
|
|
|
|
|
'snk' => 'soninke', |
550
|
|
|
|
|
|
|
'so' => 'somalÃn', |
551
|
|
|
|
|
|
|
'sog' => 'sogdianu', |
552
|
|
|
|
|
|
|
'sq' => 'albanu', |
553
|
|
|
|
|
|
|
'sr' => 'serbiu', |
554
|
|
|
|
|
|
|
'srn' => 'sranan tongo', |
555
|
|
|
|
|
|
|
'srr' => 'serer', |
556
|
|
|
|
|
|
|
'ss' => 'swati', |
557
|
|
|
|
|
|
|
'ssy' => 'saho', |
558
|
|
|
|
|
|
|
'st' => 'sotho del sur', |
559
|
|
|
|
|
|
|
'stq' => 'frisón de Saterland', |
560
|
|
|
|
|
|
|
'su' => 'sondanés', |
561
|
|
|
|
|
|
|
'suk' => 'sukuma', |
562
|
|
|
|
|
|
|
'sus' => 'susu', |
563
|
|
|
|
|
|
|
'sux' => 'sumeriu', |
564
|
|
|
|
|
|
|
'sv' => 'suecu', |
565
|
|
|
|
|
|
|
'sw' => 'suaḥili', |
566
|
|
|
|
|
|
|
'sw_CD' => 'swahili del Congu', |
567
|
|
|
|
|
|
|
'swb' => 'comorianu', |
568
|
|
|
|
|
|
|
'syc' => 'siriacu clásicu', |
569
|
|
|
|
|
|
|
'syr' => 'siriacu', |
570
|
|
|
|
|
|
|
'szl' => 'silesianu', |
571
|
|
|
|
|
|
|
'ta' => 'tamil', |
572
|
|
|
|
|
|
|
'tcy' => 'tulu', |
573
|
|
|
|
|
|
|
'te' => 'telugu', |
574
|
|
|
|
|
|
|
'tem' => 'timne', |
575
|
|
|
|
|
|
|
'teo' => 'teso', |
576
|
|
|
|
|
|
|
'ter' => 'terena', |
577
|
|
|
|
|
|
|
'tet' => 'tetum', |
578
|
|
|
|
|
|
|
'tg' => 'taxiquistanÃn', |
579
|
|
|
|
|
|
|
'th' => 'tailandés', |
580
|
|
|
|
|
|
|
'ti' => 'tigrinya', |
581
|
|
|
|
|
|
|
'tig' => 'tigre', |
582
|
|
|
|
|
|
|
'tiv' => 'tiv', |
583
|
|
|
|
|
|
|
'tk' => 'turcomanu', |
584
|
|
|
|
|
|
|
'tkl' => 'tokelau', |
585
|
|
|
|
|
|
|
'tkr' => 'tsakhur', |
586
|
|
|
|
|
|
|
'tl' => 'tagalog', |
587
|
|
|
|
|
|
|
'tlh' => 'klingon', |
588
|
|
|
|
|
|
|
'tli' => 'tlingit', |
589
|
|
|
|
|
|
|
'tly' => 'talixÃn', |
590
|
|
|
|
|
|
|
'tmh' => 'tamashek', |
591
|
|
|
|
|
|
|
'tn' => 'tswana', |
592
|
|
|
|
|
|
|
'to' => 'tonganu', |
593
|
|
|
|
|
|
|
'tog' => 'tonga nyasa', |
594
|
|
|
|
|
|
|
'tpi' => 'tok pisin', |
595
|
|
|
|
|
|
|
'tr' => 'turcu', |
596
|
|
|
|
|
|
|
'tru' => 'turoyo', |
597
|
|
|
|
|
|
|
'trv' => 'taroko', |
598
|
|
|
|
|
|
|
'ts' => 'tsonga', |
599
|
|
|
|
|
|
|
'tsd' => 'tsakoniu', |
600
|
|
|
|
|
|
|
'tsi' => 'tsimshian', |
601
|
|
|
|
|
|
|
'tt' => 'tártaru', |
602
|
|
|
|
|
|
|
'ttt' => 'tati musulmán', |
603
|
|
|
|
|
|
|
'tum' => 'tumbuka', |
604
|
|
|
|
|
|
|
'tvl' => 'tuvalu', |
605
|
|
|
|
|
|
|
'tw' => 'twi', |
606
|
|
|
|
|
|
|
'twq' => 'tasawaq', |
607
|
|
|
|
|
|
|
'ty' => 'tahitianu', |
608
|
|
|
|
|
|
|
'tyv' => 'tuvinianu', |
609
|
|
|
|
|
|
|
'tzm' => 'tamazight del Atles central', |
610
|
|
|
|
|
|
|
'udm' => 'udmurt', |
611
|
|
|
|
|
|
|
'ug' => 'uigur', |
612
|
|
|
|
|
|
|
'uga' => 'ugarÃticu', |
613
|
|
|
|
|
|
|
'uk' => 'ucraÃn', |
614
|
|
|
|
|
|
|
'umb' => 'umbundu', |
615
|
|
|
|
|
|
|
'und' => 'llingua desconocida', |
616
|
|
|
|
|
|
|
'ur' => 'urdu', |
617
|
|
|
|
|
|
|
'uz' => 'uzbequistanÃn', |
618
|
|
|
|
|
|
|
'vai' => 'vai', |
619
|
|
|
|
|
|
|
've' => 'venda', |
620
|
|
|
|
|
|
|
'vec' => 'venecianu', |
621
|
|
|
|
|
|
|
'vep' => 'vepsiu', |
622
|
|
|
|
|
|
|
'vi' => 'vietnamÃn', |
623
|
|
|
|
|
|
|
'vls' => 'flamencu occidental', |
624
|
|
|
|
|
|
|
'vmf' => 'franconianu del Main', |
625
|
|
|
|
|
|
|
'vo' => 'volapük', |
626
|
|
|
|
|
|
|
'vot' => 'vóticu', |
627
|
|
|
|
|
|
|
'vro' => 'voro', |
628
|
|
|
|
|
|
|
'vun' => 'vunjo', |
629
|
|
|
|
|
|
|
'wa' => 'valón', |
630
|
|
|
|
|
|
|
'wae' => 'walser', |
631
|
|
|
|
|
|
|
'wal' => 'wolaytta', |
632
|
|
|
|
|
|
|
'war' => 'waray', |
633
|
|
|
|
|
|
|
'was' => 'washo', |
634
|
|
|
|
|
|
|
'wbp' => 'warlpiri', |
635
|
|
|
|
|
|
|
'wo' => 'wolof', |
636
|
|
|
|
|
|
|
'wuu' => 'chinu wu', |
637
|
|
|
|
|
|
|
'xal' => 'calmuco', |
638
|
|
|
|
|
|
|
'xh' => 'xhosa', |
639
|
|
|
|
|
|
|
'xmf' => 'mingrelianu', |
640
|
|
|
|
|
|
|
'xog' => 'soga', |
641
|
|
|
|
|
|
|
'yao' => 'yao', |
642
|
|
|
|
|
|
|
'yap' => 'yapés', |
643
|
|
|
|
|
|
|
'yav' => 'yangben', |
644
|
|
|
|
|
|
|
'ybb' => 'yemba', |
645
|
|
|
|
|
|
|
'yi' => 'yiddish', |
646
|
|
|
|
|
|
|
'yo' => 'yoruba', |
647
|
|
|
|
|
|
|
'yrl' => 'nheengatu', |
648
|
|
|
|
|
|
|
'yue' => 'cantonés', |
649
|
|
|
|
|
|
|
'za' => 'zhuang', |
650
|
|
|
|
|
|
|
'zap' => 'zapoteca', |
651
|
|
|
|
|
|
|
'zbl' => 'simbólicu Bliss', |
652
|
|
|
|
|
|
|
'zea' => 'zeelandés', |
653
|
|
|
|
|
|
|
'zen' => 'zenaga', |
654
|
|
|
|
|
|
|
'zgh' => 'tamazight estándar de Marruecos', |
655
|
|
|
|
|
|
|
'zh' => 'chinu', |
656
|
|
|
|
|
|
|
'zh_Hans' => 'chinu simplificáu', |
657
|
|
|
|
|
|
|
'zh_Hant' => 'chinu tradicional', |
658
|
|
|
|
|
|
|
'zu' => 'zulú', |
659
|
|
|
|
|
|
|
'zun' => 'zuni', |
660
|
|
|
|
|
|
|
'zxx' => 'ensin contenÃu llingüÃsticu', |
661
|
|
|
|
|
|
|
'zza' => 'zaza', |
662
|
|
|
|
|
|
|
|
663
|
|
|
|
|
|
|
); |
664
|
|
|
|
|
|
|
if (@_) { |
665
|
|
|
|
|
|
|
return $languages{$_[0]}; |
666
|
|
|
|
|
|
|
} |
667
|
|
|
|
|
|
|
return \%languages; |
668
|
|
|
|
|
|
|
} |
669
|
|
|
|
|
|
|
}, |
670
|
|
|
|
|
|
|
); |
671
|
|
|
|
|
|
|
|
672
|
|
|
|
|
|
|
has 'display_name_script' => ( |
673
|
|
|
|
|
|
|
is => 'ro', |
674
|
|
|
|
|
|
|
isa => CodeRef, |
675
|
|
|
|
|
|
|
init_arg => undef, |
676
|
|
|
|
|
|
|
default => sub { |
677
|
|
|
|
|
|
|
sub { |
678
|
|
|
|
|
|
|
my %scripts = ( |
679
|
|
|
|
|
|
|
'Afak' => 'afaka', |
680
|
|
|
|
|
|
|
'Aghb' => 'cáucaso-albanés', |
681
|
|
|
|
|
|
|
'Ahom' => 'ahom', |
682
|
|
|
|
|
|
|
'Arab' => 'árabe', |
683
|
|
|
|
|
|
|
'Armi' => 'aramaicu imperial', |
684
|
|
|
|
|
|
|
'Armn' => 'armeniu', |
685
|
|
|
|
|
|
|
'Avst' => 'avésticu', |
686
|
|
|
|
|
|
|
'Bali' => 'balinés', |
687
|
|
|
|
|
|
|
'Bamu' => 'bamum', |
688
|
|
|
|
|
|
|
'Bass' => 'bassa vah', |
689
|
|
|
|
|
|
|
'Batk' => 'batak', |
690
|
|
|
|
|
|
|
'Beng' => 'bengalÃn', |
691
|
|
|
|
|
|
|
'Blis' => 'sÃmbolos de Bliss', |
692
|
|
|
|
|
|
|
'Bopo' => 'bopomofo', |
693
|
|
|
|
|
|
|
'Brah' => 'brahmi', |
694
|
|
|
|
|
|
|
'Brai' => 'braille', |
695
|
|
|
|
|
|
|
'Bugi' => 'lontara', |
696
|
|
|
|
|
|
|
'Buhd' => 'buhid', |
697
|
|
|
|
|
|
|
'Cakm' => 'chakma', |
698
|
|
|
|
|
|
|
'Cans' => 'silábicu unificáu de los nativos canadienses', |
699
|
|
|
|
|
|
|
'Cari' => 'cariu', |
700
|
|
|
|
|
|
|
'Cham' => 'cham', |
701
|
|
|
|
|
|
|
'Cher' => 'cheroki', |
702
|
|
|
|
|
|
|
'Cirt' => 'cirth', |
703
|
|
|
|
|
|
|
'Copt' => 'coptu', |
704
|
|
|
|
|
|
|
'Cprt' => 'xipriota', |
705
|
|
|
|
|
|
|
'Cyrl' => 'cirÃlicu', |
706
|
|
|
|
|
|
|
'Cyrs' => 'eslavónicu cirÃlicu eclesiásticu antiguu', |
707
|
|
|
|
|
|
|
'Deva' => 'devanagari', |
708
|
|
|
|
|
|
|
'Dsrt' => 'alfabetu Deseret', |
709
|
|
|
|
|
|
|
'Dupl' => 'taquigrafÃa Duployé', |
710
|
|
|
|
|
|
|
'Egyd' => 'demóticu exipcianu', |
711
|
|
|
|
|
|
|
'Egyh' => 'hieráticu exipcianu', |
712
|
|
|
|
|
|
|
'Egyp' => 'xeroglÃficos exipcianos', |
713
|
|
|
|
|
|
|
'Elba' => 'elbasan', |
714
|
|
|
|
|
|
|
'Ethi' => 'etÃope', |
715
|
|
|
|
|
|
|
'Geok' => 'khutsuri xeorxanu', |
716
|
|
|
|
|
|
|
'Geor' => 'xeorxanu', |
717
|
|
|
|
|
|
|
'Glag' => 'glagolÃticu', |
718
|
|
|
|
|
|
|
'Goth' => 'góticu', |
719
|
|
|
|
|
|
|
'Gran' => 'grantha', |
720
|
|
|
|
|
|
|
'Grek' => 'griegu', |
721
|
|
|
|
|
|
|
'Gujr' => 'guyarati', |
722
|
|
|
|
|
|
|
'Guru' => 'gurmukhi', |
723
|
|
|
|
|
|
|
'Hang' => 'hangul', |
724
|
|
|
|
|
|
|
'Hani' => 'han', |
725
|
|
|
|
|
|
|
'Hano' => 'hanunóâo', |
726
|
|
|
|
|
|
|
'Hans' => 'simplificáu', |
727
|
|
|
|
|
|
|
'Hans@alt=stand-alone' => 'han simplificáu', |
728
|
|
|
|
|
|
|
'Hant' => 'tradicional', |
729
|
|
|
|
|
|
|
'Hant@alt=stand-alone' => 'han tradicional', |
730
|
|
|
|
|
|
|
'Hatr' => 'hatranu', |
731
|
|
|
|
|
|
|
'Hebr' => 'hebréu', |
732
|
|
|
|
|
|
|
'Hira' => 'ḥiragana', |
733
|
|
|
|
|
|
|
'Hluw' => 'xeroglÃficos anatolios', |
734
|
|
|
|
|
|
|
'Hmng' => 'pahawh hmong', |
735
|
|
|
|
|
|
|
'Hrkt' => 'silabarios xaponeses', |
736
|
|
|
|
|
|
|
'Hung' => 'húngaru antiguu', |
737
|
|
|
|
|
|
|
'Inds' => 'indus', |
738
|
|
|
|
|
|
|
'Ital' => 'itálicu antiguu', |
739
|
|
|
|
|
|
|
'Java' => 'xavanés', |
740
|
|
|
|
|
|
|
'Jpan' => 'xaponés', |
741
|
|
|
|
|
|
|
'Jurc' => 'jurchen', |
742
|
|
|
|
|
|
|
'Kali' => 'kayah li', |
743
|
|
|
|
|
|
|
'Kana' => 'katakana', |
744
|
|
|
|
|
|
|
'Khar' => 'kharoshthi', |
745
|
|
|
|
|
|
|
'Khmr' => 'ḥemer', |
746
|
|
|
|
|
|
|
'Khoj' => 'khojki', |
747
|
|
|
|
|
|
|
'Knda' => 'canarés', |
748
|
|
|
|
|
|
|
'Kore' => 'coreanu', |
749
|
|
|
|
|
|
|
'Kpel' => 'kpelle', |
750
|
|
|
|
|
|
|
'Kthi' => 'kaithi', |
751
|
|
|
|
|
|
|
'Lana' => 'lanna', |
752
|
|
|
|
|
|
|
'Laoo' => 'laosianu', |
753
|
|
|
|
|
|
|
'Latf' => 'fraktur llatÃn', |
754
|
|
|
|
|
|
|
'Latg' => 'gaélicu llatÃn', |
755
|
|
|
|
|
|
|
'Latn' => 'llatÃn', |
756
|
|
|
|
|
|
|
'Lepc' => 'lepcha', |
757
|
|
|
|
|
|
|
'Limb' => 'limbu', |
758
|
|
|
|
|
|
|
'Lina' => 'llinial A', |
759
|
|
|
|
|
|
|
'Linb' => 'llinial B', |
760
|
|
|
|
|
|
|
'Lisu' => 'alfabetu de Fraser', |
761
|
|
|
|
|
|
|
'Loma' => 'loma', |
762
|
|
|
|
|
|
|
'Lyci' => 'liciu', |
763
|
|
|
|
|
|
|
'Lydi' => 'lidiu', |
764
|
|
|
|
|
|
|
'Mahj' => 'mahajani', |
765
|
|
|
|
|
|
|
'Mand' => 'mandéu', |
766
|
|
|
|
|
|
|
'Mani' => 'maniquéu', |
767
|
|
|
|
|
|
|
'Maya' => 'xeroglÃficos mayes', |
768
|
|
|
|
|
|
|
'Mend' => 'mende', |
769
|
|
|
|
|
|
|
'Merc' => 'meroÃticu en cursiva', |
770
|
|
|
|
|
|
|
'Mero' => 'meroÃticu', |
771
|
|
|
|
|
|
|
'Mlym' => 'malayalam', |
772
|
|
|
|
|
|
|
'Modi' => 'modi', |
773
|
|
|
|
|
|
|
'Mong' => 'mongol', |
774
|
|
|
|
|
|
|
'Moon' => 'tipos Moon', |
775
|
|
|
|
|
|
|
'Mroo' => 'mro', |
776
|
|
|
|
|
|
|
'Mtei' => 'meitei mayek', |
777
|
|
|
|
|
|
|
'Mult' => 'multani', |
778
|
|
|
|
|
|
|
'Mymr' => 'birmanu', |
779
|
|
|
|
|
|
|
'Narb' => 'árabe del norte antiguu', |
780
|
|
|
|
|
|
|
'Nbat' => 'nabatéu', |
781
|
|
|
|
|
|
|
'Nkgb' => 'geba del naxi', |
782
|
|
|
|
|
|
|
'Nkoo' => 'nâko', |
783
|
|
|
|
|
|
|
'Nshu' => 'nüshu', |
784
|
|
|
|
|
|
|
'Ogam' => 'ogham', |
785
|
|
|
|
|
|
|
'Olck' => 'ol chiki', |
786
|
|
|
|
|
|
|
'Orkh' => 'orkhon', |
787
|
|
|
|
|
|
|
'Orya' => 'oriya', |
788
|
|
|
|
|
|
|
'Osma' => 'osmanya', |
789
|
|
|
|
|
|
|
'Palm' => 'palmirenu', |
790
|
|
|
|
|
|
|
'Pauc' => 'Pau Cin Hau', |
791
|
|
|
|
|
|
|
'Perm' => 'pérmicu antiguu', |
792
|
|
|
|
|
|
|
'Phag' => 'escritura âPhags-pa', |
793
|
|
|
|
|
|
|
'Phli' => 'pahlavi dâinscripciones', |
794
|
|
|
|
|
|
|
'Phlp' => 'pahlavi de salteriu', |
795
|
|
|
|
|
|
|
'Phlv' => 'pahlavi de llibros', |
796
|
|
|
|
|
|
|
'Phnx' => 'feniciu', |
797
|
|
|
|
|
|
|
'Plrd' => 'fonéticu de Pollard', |
798
|
|
|
|
|
|
|
'Prti' => 'partu dâinscripciones', |
799
|
|
|
|
|
|
|
'Qaaa' => 'qaaa', |
800
|
|
|
|
|
|
|
'Qaab' => 'qaab', |
801
|
|
|
|
|
|
|
'Qaac' => 'qaac', |
802
|
|
|
|
|
|
|
'Qaad' => 'qaad', |
803
|
|
|
|
|
|
|
'Qaae' => 'qaae', |
804
|
|
|
|
|
|
|
'Qaaf' => 'qaaf', |
805
|
|
|
|
|
|
|
'Qaag' => 'qaag', |
806
|
|
|
|
|
|
|
'Qaah' => 'qaah', |
807
|
|
|
|
|
|
|
'Qaak' => 'qaak', |
808
|
|
|
|
|
|
|
'Qaal' => 'qaal', |
809
|
|
|
|
|
|
|
'Qaam' => 'qaam', |
810
|
|
|
|
|
|
|
'Qaan' => 'qaan', |
811
|
|
|
|
|
|
|
'Qaao' => 'qaao', |
812
|
|
|
|
|
|
|
'Qaap' => 'qaap', |
813
|
|
|
|
|
|
|
'Qaaq' => 'qaaq', |
814
|
|
|
|
|
|
|
'Qaar' => 'qaar', |
815
|
|
|
|
|
|
|
'Qaas' => 'qaas', |
816
|
|
|
|
|
|
|
'Qaat' => 'qaat', |
817
|
|
|
|
|
|
|
'Qaau' => 'qaau', |
818
|
|
|
|
|
|
|
'Qaav' => 'qaav', |
819
|
|
|
|
|
|
|
'Qaaw' => 'qaaw', |
820
|
|
|
|
|
|
|
'Qaax' => 'qaax', |
821
|
|
|
|
|
|
|
'Qaay' => 'qaay', |
822
|
|
|
|
|
|
|
'Qaaz' => 'qaaz', |
823
|
|
|
|
|
|
|
'Qaba' => 'qaba', |
824
|
|
|
|
|
|
|
'Qabb' => 'qabb', |
825
|
|
|
|
|
|
|
'Qabc' => 'qabc', |
826
|
|
|
|
|
|
|
'Qabd' => 'qabd', |
827
|
|
|
|
|
|
|
'Qabe' => 'qabe', |
828
|
|
|
|
|
|
|
'Qabf' => 'qabf', |
829
|
|
|
|
|
|
|
'Qabg' => 'qabg', |
830
|
|
|
|
|
|
|
'Qabh' => 'qabh', |
831
|
|
|
|
|
|
|
'Qabi' => 'qabi', |
832
|
|
|
|
|
|
|
'Qabj' => 'qabj', |
833
|
|
|
|
|
|
|
'Qabk' => 'qabk', |
834
|
|
|
|
|
|
|
'Qabl' => 'qabl', |
835
|
|
|
|
|
|
|
'Qabm' => 'qabm', |
836
|
|
|
|
|
|
|
'Qabn' => 'qabn', |
837
|
|
|
|
|
|
|
'Qabo' => 'qabo', |
838
|
|
|
|
|
|
|
'Qabp' => 'qabp', |
839
|
|
|
|
|
|
|
'Qabq' => 'qabq', |
840
|
|
|
|
|
|
|
'Qabr' => 'qabr', |
841
|
|
|
|
|
|
|
'Qabs' => 'qabs', |
842
|
|
|
|
|
|
|
'Qabt' => 'qabt', |
843
|
|
|
|
|
|
|
'Qabu' => 'qabu', |
844
|
|
|
|
|
|
|
'Qabv' => 'qabv', |
845
|
|
|
|
|
|
|
'Qabw' => 'qabw', |
846
|
|
|
|
|
|
|
'Qabx' => 'qabx', |
847
|
|
|
|
|
|
|
'Rjng' => 'rejang', |
848
|
|
|
|
|
|
|
'Roro' => 'rongorongo', |
849
|
|
|
|
|
|
|
'Runr' => 'runes', |
850
|
|
|
|
|
|
|
'Samr' => 'samaritanu', |
851
|
|
|
|
|
|
|
'Sara' => 'sarati', |
852
|
|
|
|
|
|
|
'Sarb' => 'árabe del sur antiguu', |
853
|
|
|
|
|
|
|
'Saur' => 'saurashtra', |
854
|
|
|
|
|
|
|
'Sgnw' => 'escritura de signos', |
855
|
|
|
|
|
|
|
'Shaw' => 'shavianu', |
856
|
|
|
|
|
|
|
'Shrd' => 'sharada', |
857
|
|
|
|
|
|
|
'Sidd' => 'siddham', |
858
|
|
|
|
|
|
|
'Sind' => 'khudabadi', |
859
|
|
|
|
|
|
|
'Sinh' => 'cingalés', |
860
|
|
|
|
|
|
|
'Sora' => 'sora sompeng', |
861
|
|
|
|
|
|
|
'Sund' => 'sondanés', |
862
|
|
|
|
|
|
|
'Sylo' => 'syloti nagri', |
863
|
|
|
|
|
|
|
'Syrc' => 'siriacu', |
864
|
|
|
|
|
|
|
'Syre' => 'siriacu estrangelo', |
865
|
|
|
|
|
|
|
'Syrj' => 'siriacu occidental', |
866
|
|
|
|
|
|
|
'Syrn' => 'siriacu oriental', |
867
|
|
|
|
|
|
|
'Tagb' => 'tagbanwa', |
868
|
|
|
|
|
|
|
'Takr' => 'takri', |
869
|
|
|
|
|
|
|
'Tale' => 'tai le', |
870
|
|
|
|
|
|
|
'Talu' => 'tai lue nuevu', |
871
|
|
|
|
|
|
|
'Taml' => 'tamil', |
872
|
|
|
|
|
|
|
'Tang' => 'tangut', |
873
|
|
|
|
|
|
|
'Tavt' => 'tai viet', |
874
|
|
|
|
|
|
|
'Telu' => 'telugu', |
875
|
|
|
|
|
|
|
'Teng' => 'tengwar', |
876
|
|
|
|
|
|
|
'Tfng' => 'tifinagh', |
877
|
|
|
|
|
|
|
'Tglg' => 'tagalog', |
878
|
|
|
|
|
|
|
'Thaa' => 'thaana', |
879
|
|
|
|
|
|
|
'Thai' => 'tailandés', |
880
|
|
|
|
|
|
|
'Tibt' => 'tibetanu', |
881
|
|
|
|
|
|
|
'Tirh' => 'tirhuta', |
882
|
|
|
|
|
|
|
'Ugar' => 'ugarÃticu', |
883
|
|
|
|
|
|
|
'Vaii' => 'vai', |
884
|
|
|
|
|
|
|
'Visp' => 'fala visible', |
885
|
|
|
|
|
|
|
'Wara' => 'varang kshiti', |
886
|
|
|
|
|
|
|
'Wole' => 'woleai', |
887
|
|
|
|
|
|
|
'Xpeo' => 'persa antiguu', |
888
|
|
|
|
|
|
|
'Xsux' => 'cuneiforme sumeriu acadiu', |
889
|
|
|
|
|
|
|
'Yiii' => 'yi', |
890
|
|
|
|
|
|
|
'Zinh' => 'heredáu', |
891
|
|
|
|
|
|
|
'Zmth' => 'escritura matemática', |
892
|
|
|
|
|
|
|
'Zsym' => 'sÃmbolos', |
893
|
|
|
|
|
|
|
'Zxxx' => 'non escritu', |
894
|
|
|
|
|
|
|
'Zyyy' => 'común', |
895
|
|
|
|
|
|
|
'Zzzz' => 'escritura desconocida', |
896
|
|
|
|
|
|
|
|
897
|
|
|
|
|
|
|
); |
898
|
|
|
|
|
|
|
if ( @_ ) { |
899
|
|
|
|
|
|
|
return $scripts{$_[0]}; |
900
|
|
|
|
|
|
|
} |
901
|
|
|
|
|
|
|
return \%scripts; |
902
|
|
|
|
|
|
|
} |
903
|
|
|
|
|
|
|
} |
904
|
|
|
|
|
|
|
); |
905
|
|
|
|
|
|
|
|
906
|
|
|
|
|
|
|
has 'display_name_region' => ( |
907
|
|
|
|
|
|
|
is => 'ro', |
908
|
|
|
|
|
|
|
isa => HashRef[Str], |
909
|
|
|
|
|
|
|
init_arg => undef, |
910
|
|
|
|
|
|
|
default => sub { |
911
|
|
|
|
|
|
|
{ |
912
|
|
|
|
|
|
|
'001' => 'Mundu', |
913
|
|
|
|
|
|
|
'002' => 'Ãfrica', |
914
|
|
|
|
|
|
|
'003' => 'Norteamérica', |
915
|
|
|
|
|
|
|
'005' => 'América del Sur', |
916
|
|
|
|
|
|
|
'009' => 'OceanÃa', |
917
|
|
|
|
|
|
|
'011' => 'Ãfrica Occidental', |
918
|
|
|
|
|
|
|
'013' => 'América Central', |
919
|
|
|
|
|
|
|
'014' => 'Ãfrica Oriental', |
920
|
|
|
|
|
|
|
'015' => 'Ãfrica del Norte', |
921
|
|
|
|
|
|
|
'017' => 'Ãfrica Central', |
922
|
|
|
|
|
|
|
'018' => 'Ãfrica del Sur', |
923
|
|
|
|
|
|
|
'019' => 'América', |
924
|
|
|
|
|
|
|
'021' => 'América del Norte', |
925
|
|
|
|
|
|
|
'029' => 'Caribe', |
926
|
|
|
|
|
|
|
'030' => 'Asia Oriental', |
927
|
|
|
|
|
|
|
'034' => 'Asia del Sur', |
928
|
|
|
|
|
|
|
'035' => 'Sureste Asiáticu', |
929
|
|
|
|
|
|
|
'039' => 'Europa del Sur', |
930
|
|
|
|
|
|
|
'053' => 'Australasia', |
931
|
|
|
|
|
|
|
'054' => 'Melanesia', |
932
|
|
|
|
|
|
|
'057' => 'Rexón de Micronesia', |
933
|
|
|
|
|
|
|
'061' => 'Polinesia', |
934
|
|
|
|
|
|
|
'142' => 'Asia', |
935
|
|
|
|
|
|
|
'143' => 'Asia Central', |
936
|
|
|
|
|
|
|
'145' => 'Asia Occidental', |
937
|
|
|
|
|
|
|
'150' => 'Europa', |
938
|
|
|
|
|
|
|
'151' => 'Europa Oriental', |
939
|
|
|
|
|
|
|
'154' => 'Europa del Norte', |
940
|
|
|
|
|
|
|
'155' => 'Europa Occidental', |
941
|
|
|
|
|
|
|
'419' => 'América Llatina', |
942
|
|
|
|
|
|
|
'AC' => 'Islla Ascensión', |
943
|
|
|
|
|
|
|
'AD' => 'Andorra', |
944
|
|
|
|
|
|
|
'AE' => 'Emiratos Ãrabes XunÃos', |
945
|
|
|
|
|
|
|
'AF' => 'Afganistán', |
946
|
|
|
|
|
|
|
'AG' => 'Antigua y Barbuda', |
947
|
|
|
|
|
|
|
'AI' => 'Anguila', |
948
|
|
|
|
|
|
|
'AL' => 'Albania', |
949
|
|
|
|
|
|
|
'AM' => 'Armenia', |
950
|
|
|
|
|
|
|
'AO' => 'Angola', |
951
|
|
|
|
|
|
|
'AQ' => 'LâAntártida', |
952
|
|
|
|
|
|
|
'AR' => 'Arxentina', |
953
|
|
|
|
|
|
|
'AS' => 'Samoa Americana', |
954
|
|
|
|
|
|
|
'AT' => 'Austria', |
955
|
|
|
|
|
|
|
'AU' => 'Australia', |
956
|
|
|
|
|
|
|
'AW' => 'Aruba', |
957
|
|
|
|
|
|
|
'AX' => 'Islles Aland', |
958
|
|
|
|
|
|
|
'AZ' => 'Azerbaixán', |
959
|
|
|
|
|
|
|
'BA' => 'Bosnia y Herzegovina', |
960
|
|
|
|
|
|
|
'BB' => 'Barbados', |
961
|
|
|
|
|
|
|
'BD' => 'Bangladex', |
962
|
|
|
|
|
|
|
'BE' => 'Bélxica', |
963
|
|
|
|
|
|
|
'BF' => 'Burkina Fasu', |
964
|
|
|
|
|
|
|
'BG' => 'Bulgaria', |
965
|
|
|
|
|
|
|
'BH' => 'Baḥréin', |
966
|
|
|
|
|
|
|
'BI' => 'Burundi', |
967
|
|
|
|
|
|
|
'BJ' => 'BenÃn', |
968
|
|
|
|
|
|
|
'BL' => 'San Bartolomé', |
969
|
|
|
|
|
|
|
'BM' => 'Les Bermudes', |
970
|
|
|
|
|
|
|
'BN' => 'Brunéi', |
971
|
|
|
|
|
|
|
'BO' => 'Bolivia', |
972
|
|
|
|
|
|
|
'BQ' => 'Caribe neerlandés', |
973
|
|
|
|
|
|
|
'BR' => 'Brasil', |
974
|
|
|
|
|
|
|
'BS' => 'Les Bahames', |
975
|
|
|
|
|
|
|
'BT' => 'Bután', |
976
|
|
|
|
|
|
|
'BV' => 'Islla Bouvet', |
977
|
|
|
|
|
|
|
'BW' => 'Botsuana', |
978
|
|
|
|
|
|
|
'BY' => 'Bielorrusia', |
979
|
|
|
|
|
|
|
'BZ' => 'Belize', |
980
|
|
|
|
|
|
|
'CA' => 'Canadá', |
981
|
|
|
|
|
|
|
'CC' => 'Islles Cocos (Keeling)', |
982
|
|
|
|
|
|
|
'CD' => 'Congu - Kinxasa', |
983
|
|
|
|
|
|
|
'CD@alt=variant' => 'Congu (RDC)', |
984
|
|
|
|
|
|
|
'CF' => 'República Centroafricana', |
985
|
|
|
|
|
|
|
'CG' => 'Congu - Brazzaville', |
986
|
|
|
|
|
|
|
'CG@alt=variant' => 'Congu (República del)', |
987
|
|
|
|
|
|
|
'CH' => 'Suiza', |
988
|
|
|
|
|
|
|
'CI' => 'Costa de Marfil', |
989
|
|
|
|
|
|
|
'CK' => 'Islles Cook', |
990
|
|
|
|
|
|
|
'CL' => 'Chile', |
991
|
|
|
|
|
|
|
'CM' => 'Camerún', |
992
|
|
|
|
|
|
|
'CN' => 'China', |
993
|
|
|
|
|
|
|
'CO' => 'Colombia', |
994
|
|
|
|
|
|
|
'CP' => 'Islla Clipperton', |
995
|
|
|
|
|
|
|
'CR' => 'Costa Rica', |
996
|
|
|
|
|
|
|
'CU' => 'Cuba', |
997
|
|
|
|
|
|
|
'CV' => 'Cabu Verde', |
998
|
|
|
|
|
|
|
'CW' => 'Curaçao', |
999
|
|
|
|
|
|
|
'CX' => 'Islla Christmas', |
1000
|
|
|
|
|
|
|
'CY' => 'Xipre', |
1001
|
|
|
|
|
|
|
'CZ' => 'Chequia', |
1002
|
|
|
|
|
|
|
'DE' => 'Alemaña', |
1003
|
|
|
|
|
|
|
'DG' => 'Diego Garcia', |
1004
|
|
|
|
|
|
|
'DJ' => 'Xibuti', |
1005
|
|
|
|
|
|
|
'DK' => 'Dinamarca', |
1006
|
|
|
|
|
|
|
'DM' => 'Dominica', |
1007
|
|
|
|
|
|
|
'DO' => 'República Dominicana', |
1008
|
|
|
|
|
|
|
'DZ' => 'Arxelia', |
1009
|
|
|
|
|
|
|
'EA' => 'Ceuta y Melilla', |
1010
|
|
|
|
|
|
|
'EC' => 'Ecuador', |
1011
|
|
|
|
|
|
|
'EE' => 'Estonia', |
1012
|
|
|
|
|
|
|
'EG' => 'Exiptu', |
1013
|
|
|
|
|
|
|
'EH' => 'Sáḥara Occidental', |
1014
|
|
|
|
|
|
|
'ER' => 'Eritrea', |
1015
|
|
|
|
|
|
|
'ES' => 'España', |
1016
|
|
|
|
|
|
|
'ET' => 'EtiopÃa', |
1017
|
|
|
|
|
|
|
'EU' => 'Xunión Europea', |
1018
|
|
|
|
|
|
|
'FI' => 'Finlandia', |
1019
|
|
|
|
|
|
|
'FJ' => 'Islles Fixi', |
1020
|
|
|
|
|
|
|
'FK' => 'Falkland Islands', |
1021
|
|
|
|
|
|
|
'FK@alt=variant' => 'Islles Malvines (Falkland Islands)', |
1022
|
|
|
|
|
|
|
'FM' => 'Micronesia', |
1023
|
|
|
|
|
|
|
'FO' => 'Islles Feroe', |
1024
|
|
|
|
|
|
|
'FR' => 'Francia', |
1025
|
|
|
|
|
|
|
'GA' => 'Gabón', |
1026
|
|
|
|
|
|
|
'GB' => 'Reinu XunÃu', |
1027
|
|
|
|
|
|
|
'GB@alt=short' => 'RX', |
1028
|
|
|
|
|
|
|
'GD' => 'Granada', |
1029
|
|
|
|
|
|
|
'GE' => 'Xeorxa', |
1030
|
|
|
|
|
|
|
'GF' => 'Guyana Francesa', |
1031
|
|
|
|
|
|
|
'GG' => 'Guernsey', |
1032
|
|
|
|
|
|
|
'GH' => 'Ghana', |
1033
|
|
|
|
|
|
|
'GI' => 'Xibraltar', |
1034
|
|
|
|
|
|
|
'GL' => 'Groenlandia', |
1035
|
|
|
|
|
|
|
'GM' => 'Gambia', |
1036
|
|
|
|
|
|
|
'GN' => 'Guinea', |
1037
|
|
|
|
|
|
|
'GP' => 'Guadalupe', |
1038
|
|
|
|
|
|
|
'GQ' => 'Guinea Ecuatorial', |
1039
|
|
|
|
|
|
|
'GR' => 'Grecia', |
1040
|
|
|
|
|
|
|
'GS' => 'Islles Xeorxa del Sur y Sandwich del Sur', |
1041
|
|
|
|
|
|
|
'GT' => 'Guatemala', |
1042
|
|
|
|
|
|
|
'GU' => 'Guam', |
1043
|
|
|
|
|
|
|
'GW' => 'Guinea-Bisáu', |
1044
|
|
|
|
|
|
|
'GY' => 'Guyana', |
1045
|
|
|
|
|
|
|
'HK' => 'ARE China de Ḥong Kong', |
1046
|
|
|
|
|
|
|
'HK@alt=short' => 'Ḥong Kong', |
1047
|
|
|
|
|
|
|
'HM' => 'Islles Heard y McDonald', |
1048
|
|
|
|
|
|
|
'HN' => 'Hondures', |
1049
|
|
|
|
|
|
|
'HR' => 'Croacia', |
1050
|
|
|
|
|
|
|
'HT' => 'HaitÃ', |
1051
|
|
|
|
|
|
|
'HU' => 'HungrÃa', |
1052
|
|
|
|
|
|
|
'IC' => 'Islles Canaries', |
1053
|
|
|
|
|
|
|
'ID' => 'Indonesia', |
1054
|
|
|
|
|
|
|
'IE' => 'Irlanda', |
1055
|
|
|
|
|
|
|
'IL' => 'Israel', |
1056
|
|
|
|
|
|
|
'IM' => 'Islla de Man', |
1057
|
|
|
|
|
|
|
'IN' => 'India', |
1058
|
|
|
|
|
|
|
'IO' => 'Territoriu Británicu del Océanu Ãndicu', |
1059
|
|
|
|
|
|
|
'IQ' => 'Iraq', |
1060
|
|
|
|
|
|
|
'IR' => 'Irán', |
1061
|
|
|
|
|
|
|
'IS' => 'Islandia', |
1062
|
|
|
|
|
|
|
'IT' => 'Italia', |
1063
|
|
|
|
|
|
|
'JE' => 'Jersey', |
1064
|
|
|
|
|
|
|
'JM' => 'Xamaica', |
1065
|
|
|
|
|
|
|
'JO' => 'Xordania', |
1066
|
|
|
|
|
|
|
'JP' => 'Xapón', |
1067
|
|
|
|
|
|
|
'KE' => 'Kenia', |
1068
|
|
|
|
|
|
|
'KG' => 'Kirguistán', |
1069
|
|
|
|
|
|
|
'KH' => 'Camboya', |
1070
|
|
|
|
|
|
|
'KI' => 'Kiribati', |
1071
|
|
|
|
|
|
|
'KM' => 'Les Comores', |
1072
|
|
|
|
|
|
|
'KN' => 'Saint Kitts y Nevis', |
1073
|
|
|
|
|
|
|
'KP' => 'Corea del Norte', |
1074
|
|
|
|
|
|
|
'KR' => 'Corea del Sur', |
1075
|
|
|
|
|
|
|
'KW' => 'Kuwait', |
1076
|
|
|
|
|
|
|
'KY' => 'Islles Caimán', |
1077
|
|
|
|
|
|
|
'KZ' => 'Kazakstán', |
1078
|
|
|
|
|
|
|
'LA' => 'Laos', |
1079
|
|
|
|
|
|
|
'LB' => 'LÃbanu', |
1080
|
|
|
|
|
|
|
'LC' => 'Santa LlucÃa', |
1081
|
|
|
|
|
|
|
'LI' => 'Liechtenstein', |
1082
|
|
|
|
|
|
|
'LK' => 'Sri Lanka', |
1083
|
|
|
|
|
|
|
'LR' => 'Liberia', |
1084
|
|
|
|
|
|
|
'LS' => 'Lesothu', |
1085
|
|
|
|
|
|
|
'LT' => 'Lituania', |
1086
|
|
|
|
|
|
|
'LU' => 'Luxemburgu', |
1087
|
|
|
|
|
|
|
'LV' => 'Letonia', |
1088
|
|
|
|
|
|
|
'LY' => 'Libia', |
1089
|
|
|
|
|
|
|
'MA' => 'Marruecos', |
1090
|
|
|
|
|
|
|
'MC' => 'Mónacu', |
1091
|
|
|
|
|
|
|
'MD' => 'Moldavia', |
1092
|
|
|
|
|
|
|
'ME' => 'Montenegru', |
1093
|
|
|
|
|
|
|
'MF' => 'Saint Martin', |
1094
|
|
|
|
|
|
|
'MG' => 'Madagascar', |
1095
|
|
|
|
|
|
|
'MH' => 'Islles Marshall', |
1096
|
|
|
|
|
|
|
'MK' => 'Macedonia', |
1097
|
|
|
|
|
|
|
'MK@alt=variant' => 'Macedonia (ARYDM)', |
1098
|
|
|
|
|
|
|
'ML' => 'MalÃ', |
1099
|
|
|
|
|
|
|
'MM' => 'Myanmar (Birmania)', |
1100
|
|
|
|
|
|
|
'MN' => 'Mongolia', |
1101
|
|
|
|
|
|
|
'MO' => 'ARE China de Macáu', |
1102
|
|
|
|
|
|
|
'MO@alt=short' => 'Macáu', |
1103
|
|
|
|
|
|
|
'MP' => 'Islles Marianes del Norte', |
1104
|
|
|
|
|
|
|
'MQ' => 'La Martinica', |
1105
|
|
|
|
|
|
|
'MR' => 'Mauritania', |
1106
|
|
|
|
|
|
|
'MS' => 'Montserrat', |
1107
|
|
|
|
|
|
|
'MT' => 'Malta', |
1108
|
|
|
|
|
|
|
'MU' => 'Mauriciu', |
1109
|
|
|
|
|
|
|
'MV' => 'Les Maldives', |
1110
|
|
|
|
|
|
|
'MW' => 'Malaui', |
1111
|
|
|
|
|
|
|
'MX' => 'Méxicu', |
1112
|
|
|
|
|
|
|
'MY' => 'Malasia', |
1113
|
|
|
|
|
|
|
'MZ' => 'Mozambique', |
1114
|
|
|
|
|
|
|
'NA' => 'Namibia', |
1115
|
|
|
|
|
|
|
'NC' => 'Nueva Caledonia', |
1116
|
|
|
|
|
|
|
'NE' => 'El NÃxer', |
1117
|
|
|
|
|
|
|
'NF' => 'Islla Norfolk', |
1118
|
|
|
|
|
|
|
'NG' => 'Nixeria', |
1119
|
|
|
|
|
|
|
'NI' => 'Nicaragua', |
1120
|
|
|
|
|
|
|
'NL' => 'PaÃses Baxos', |
1121
|
|
|
|
|
|
|
'NO' => 'Noruega', |
1122
|
|
|
|
|
|
|
'NP' => 'Nepal', |
1123
|
|
|
|
|
|
|
'NR' => 'Nauru', |
1124
|
|
|
|
|
|
|
'NU' => 'Niue', |
1125
|
|
|
|
|
|
|
'NZ' => 'Nueva Zelanda', |
1126
|
|
|
|
|
|
|
'OM' => 'Omán', |
1127
|
|
|
|
|
|
|
'PA' => 'Panamá', |
1128
|
|
|
|
|
|
|
'PE' => 'Perú', |
1129
|
|
|
|
|
|
|
'PF' => 'Polinesia Francesa', |
1130
|
|
|
|
|
|
|
'PG' => 'Papúa Nueva Guinea', |
1131
|
|
|
|
|
|
|
'PH' => 'Filipines', |
1132
|
|
|
|
|
|
|
'PK' => 'Paquistán', |
1133
|
|
|
|
|
|
|
'PL' => 'Polonia', |
1134
|
|
|
|
|
|
|
'PM' => 'Saint Pierre y Miquelon', |
1135
|
|
|
|
|
|
|
'PN' => 'Islles Pitcairn', |
1136
|
|
|
|
|
|
|
'PR' => 'Puertu Ricu', |
1137
|
|
|
|
|
|
|
'PS' => 'Territorios Palestinos', |
1138
|
|
|
|
|
|
|
'PS@alt=short' => 'Palestina', |
1139
|
|
|
|
|
|
|
'PT' => 'Portugal', |
1140
|
|
|
|
|
|
|
'PW' => 'Paláu', |
1141
|
|
|
|
|
|
|
'PY' => 'Paraguái', |
1142
|
|
|
|
|
|
|
'QA' => 'Qatar', |
1143
|
|
|
|
|
|
|
'QO' => 'OceanÃa esterior', |
1144
|
|
|
|
|
|
|
'RE' => 'Reunión', |
1145
|
|
|
|
|
|
|
'RO' => 'RumanÃa', |
1146
|
|
|
|
|
|
|
'RS' => 'Serbia', |
1147
|
|
|
|
|
|
|
'RU' => 'Rusia', |
1148
|
|
|
|
|
|
|
'RW' => 'Ruanda', |
1149
|
|
|
|
|
|
|
'SA' => 'Arabia Saudita', |
1150
|
|
|
|
|
|
|
'SB' => 'Islles Salomón', |
1151
|
|
|
|
|
|
|
'SC' => 'Les Seixeles', |
1152
|
|
|
|
|
|
|
'SD' => 'Sudán', |
1153
|
|
|
|
|
|
|
'SE' => 'Suecia', |
1154
|
|
|
|
|
|
|
'SG' => 'Singapur', |
1155
|
|
|
|
|
|
|
'SH' => 'Santa Helena', |
1156
|
|
|
|
|
|
|
'SI' => 'Eslovenia', |
1157
|
|
|
|
|
|
|
'SJ' => 'Svalbard ya Islla Jan Mayen', |
1158
|
|
|
|
|
|
|
'SK' => 'Eslovaquia', |
1159
|
|
|
|
|
|
|
'SL' => 'Sierra Lleona', |
1160
|
|
|
|
|
|
|
'SM' => 'San MarÃn', |
1161
|
|
|
|
|
|
|
'SN' => 'Senegal', |
1162
|
|
|
|
|
|
|
'SO' => 'Somalia', |
1163
|
|
|
|
|
|
|
'SR' => 'Surinam', |
1164
|
|
|
|
|
|
|
'SS' => 'Sudán del Sur', |
1165
|
|
|
|
|
|
|
'ST' => 'Santu Tomé y PrÃncipe', |
1166
|
|
|
|
|
|
|
'SV' => 'El Salvador', |
1167
|
|
|
|
|
|
|
'SX' => 'Sint Maarten', |
1168
|
|
|
|
|
|
|
'SY' => 'Siria', |
1169
|
|
|
|
|
|
|
'SZ' => 'Suazilandia', |
1170
|
|
|
|
|
|
|
'TA' => 'Tristán da Cunha', |
1171
|
|
|
|
|
|
|
'TC' => 'Islles Turques y Caicos', |
1172
|
|
|
|
|
|
|
'TD' => 'Chad', |
1173
|
|
|
|
|
|
|
'TF' => 'Tierres Australes Franceses', |
1174
|
|
|
|
|
|
|
'TG' => 'Togu', |
1175
|
|
|
|
|
|
|
'TH' => 'Tailandia', |
1176
|
|
|
|
|
|
|
'TJ' => 'Taxiquistán', |
1177
|
|
|
|
|
|
|
'TK' => 'Tokeláu', |
1178
|
|
|
|
|
|
|
'TL' => 'Timor Oriental', |
1179
|
|
|
|
|
|
|
'TL@alt=variant' => 'Timor Este', |
1180
|
|
|
|
|
|
|
'TM' => 'Turkmenistán', |
1181
|
|
|
|
|
|
|
'TN' => 'Tunicia', |
1182
|
|
|
|
|
|
|
'TO' => 'Tonga', |
1183
|
|
|
|
|
|
|
'TR' => 'TurquÃa', |
1184
|
|
|
|
|
|
|
'TT' => 'Trinidá y Tobagu', |
1185
|
|
|
|
|
|
|
'TV' => 'Tuvalu', |
1186
|
|
|
|
|
|
|
'TW' => 'Taiwán', |
1187
|
|
|
|
|
|
|
'TZ' => 'Tanzania', |
1188
|
|
|
|
|
|
|
'UA' => 'UcraÃna', |
1189
|
|
|
|
|
|
|
'UG' => 'Uganda', |
1190
|
|
|
|
|
|
|
'UM' => 'Islles Perifériques Menores de los EE.XX.', |
1191
|
|
|
|
|
|
|
'US' => 'Estaos XunÃos', |
1192
|
|
|
|
|
|
|
'US@alt=short' => 'EE.XX.', |
1193
|
|
|
|
|
|
|
'UY' => 'Uruguái', |
1194
|
|
|
|
|
|
|
'UZ' => 'Uzbequistán', |
1195
|
|
|
|
|
|
|
'VA' => 'Ciudá del Vaticanu', |
1196
|
|
|
|
|
|
|
'VC' => 'San Vicente y Granadines', |
1197
|
|
|
|
|
|
|
'VE' => 'Venezuela', |
1198
|
|
|
|
|
|
|
'VG' => 'Islles VÃrxenes Britániques', |
1199
|
|
|
|
|
|
|
'VI' => 'Islles VÃrxenes Americanes', |
1200
|
|
|
|
|
|
|
'VN' => 'Vietnam', |
1201
|
|
|
|
|
|
|
'VU' => 'Vanuatu', |
1202
|
|
|
|
|
|
|
'WF' => 'Wallis y Futuna', |
1203
|
|
|
|
|
|
|
'WS' => 'Samoa', |
1204
|
|
|
|
|
|
|
'XK' => 'Kosovu', |
1205
|
|
|
|
|
|
|
'YE' => 'Yemen', |
1206
|
|
|
|
|
|
|
'YT' => 'Mayotte', |
1207
|
|
|
|
|
|
|
'ZA' => 'Sudáfrica', |
1208
|
|
|
|
|
|
|
'ZM' => 'Zambia', |
1209
|
|
|
|
|
|
|
'ZW' => 'Zimbabue', |
1210
|
|
|
|
|
|
|
'ZZ' => 'Rexón desconocida', |
1211
|
|
|
|
|
|
|
|
1212
|
|
|
|
|
|
|
} |
1213
|
|
|
|
|
|
|
}, |
1214
|
|
|
|
|
|
|
); |
1215
|
|
|
|
|
|
|
|
1216
|
|
|
|
|
|
|
has 'display_name_variant' => ( |
1217
|
|
|
|
|
|
|
is => 'ro', |
1218
|
|
|
|
|
|
|
isa => HashRef[Str], |
1219
|
|
|
|
|
|
|
init_arg => undef, |
1220
|
|
|
|
|
|
|
default => sub { |
1221
|
|
|
|
|
|
|
{ |
1222
|
|
|
|
|
|
|
'1901' => 'ortografÃa alemana tradicional', |
1223
|
|
|
|
|
|
|
'1994' => 'ortografÃa resiana estandarizada', |
1224
|
|
|
|
|
|
|
'1996' => 'ortografÃa alemana de 1996', |
1225
|
|
|
|
|
|
|
'1606NICT' => 'últimu francés mediu fasta 1606', |
1226
|
|
|
|
|
|
|
'1694ACAD' => 'francés modernu primitivu', |
1227
|
|
|
|
|
|
|
'1959ACAD' => 'académicu', |
1228
|
|
|
|
|
|
|
'ALALC97' => 'romanizacion ALA-LC, edicion de 1997', |
1229
|
|
|
|
|
|
|
'ALUKU' => 'dialectu aluku', |
1230
|
|
|
|
|
|
|
'AREVELA' => 'armeniu oriental', |
1231
|
|
|
|
|
|
|
'AREVMDA' => 'armeniu occidental', |
1232
|
|
|
|
|
|
|
'BAKU1926' => 'alfabetu turcu llatino unificáu', |
1233
|
|
|
|
|
|
|
'BALANKA' => 'dialectu balanka del anii', |
1234
|
|
|
|
|
|
|
'BARLA' => 'grupu dialectal barlavento del cabuverdianu', |
1235
|
|
|
|
|
|
|
'BAUDDHA' => 'BAUDDHA', |
1236
|
|
|
|
|
|
|
'BISCAYAN' => 'BISCAYAN', |
1237
|
|
|
|
|
|
|
'BISKE' => 'dialectu San Giorgio/Bila', |
1238
|
|
|
|
|
|
|
'BOHORIC' => 'alfabetu bohoriÄ', |
1239
|
|
|
|
|
|
|
'BOONT' => 'boontling', |
1240
|
|
|
|
|
|
|
'DAJNKO' => 'alfabetu dajnko', |
1241
|
|
|
|
|
|
|
'EKAVSK' => 'serbiu con pronunciación ekaviana', |
1242
|
|
|
|
|
|
|
'EMODENG' => 'inglés modernu primitivu', |
1243
|
|
|
|
|
|
|
'FONIPA' => 'fonética IPA', |
1244
|
|
|
|
|
|
|
'FONUPA' => 'fonética UPA', |
1245
|
|
|
|
|
|
|
'FONXSAMP' => 'FONXSAMP', |
1246
|
|
|
|
|
|
|
'HEPBURN' => 'romanización de Hepburn', |
1247
|
|
|
|
|
|
|
'HOGNORSK' => 'HOGNORSK', |
1248
|
|
|
|
|
|
|
'IJEKAVSK' => 'serbiu con pronunciación Ijekaviana', |
1249
|
|
|
|
|
|
|
'ITIHASA' => 'ITIHASA', |
1250
|
|
|
|
|
|
|
'JAUER' => 'JAUER', |
1251
|
|
|
|
|
|
|
'JYUTPING' => 'JYUTPING', |
1252
|
|
|
|
|
|
|
'KKCOR' => 'ortografÃa común', |
1253
|
|
|
|
|
|
|
'KOCIEWIE' => 'KOCIEWIE', |
1254
|
|
|
|
|
|
|
'KSCOR' => 'ortografÃa estándar', |
1255
|
|
|
|
|
|
|
'LAUKIKA' => 'LAUKIKA', |
1256
|
|
|
|
|
|
|
'LIPAW' => 'el dialectu lipovaz del resianu', |
1257
|
|
|
|
|
|
|
'LUNA1918' => 'LUNA1918', |
1258
|
|
|
|
|
|
|
'METELKO' => 'alfabetu metelko', |
1259
|
|
|
|
|
|
|
'MONOTON' => 'monotónicu', |
1260
|
|
|
|
|
|
|
'NDYUKA' => 'dialectu ndyuka', |
1261
|
|
|
|
|
|
|
'NEDIS' => 'dialectu natisone', |
1262
|
|
|
|
|
|
|
'NJIVA' => 'dialectu gniva/njiva', |
1263
|
|
|
|
|
|
|
'NULIK' => 'volapük modernu', |
1264
|
|
|
|
|
|
|
'OSOJS' => 'dialectu oseacco/osojane', |
1265
|
|
|
|
|
|
|
'PAMAKA' => 'dialectu pamaka', |
1266
|
|
|
|
|
|
|
'PETR1708' => 'PETR1708', |
1267
|
|
|
|
|
|
|
'PINYIN' => 'romanización pinyin', |
1268
|
|
|
|
|
|
|
'POLYTON' => 'politónicu', |
1269
|
|
|
|
|
|
|
'POSIX' => 'ordenador', |
1270
|
|
|
|
|
|
|
'PUTER' => 'PUTER', |
1271
|
|
|
|
|
|
|
'REVISED' => 'ortografÃa revisada', |
1272
|
|
|
|
|
|
|
'RIGIK' => 'volapük clásicu', |
1273
|
|
|
|
|
|
|
'ROZAJ' => 'resianu', |
1274
|
|
|
|
|
|
|
'RUMGR' => 'RUMGR', |
1275
|
|
|
|
|
|
|
'SAAHO' => 'saho', |
1276
|
|
|
|
|
|
|
'SCOTLAND' => 'inglés estándar escocés', |
1277
|
|
|
|
|
|
|
'SCOUSE' => 'scouse', |
1278
|
|
|
|
|
|
|
'SOLBA' => 'dialectu stolvizza/solbica', |
1279
|
|
|
|
|
|
|
'SOTAV' => 'grupu dialectal sotavento del cabuverdianu', |
1280
|
|
|
|
|
|
|
'SURMIRAN' => 'SURMIRAN', |
1281
|
|
|
|
|
|
|
'SURSILV' => 'SURSILV', |
1282
|
|
|
|
|
|
|
'SUTSILV' => 'SUTSILV', |
1283
|
|
|
|
|
|
|
'TARASK' => 'ortografÃa taraskievica', |
1284
|
|
|
|
|
|
|
'UCCOR' => 'ortografÃa unificada', |
1285
|
|
|
|
|
|
|
'UCRCOR' => 'ortografÃa unificada revisada', |
1286
|
|
|
|
|
|
|
'ULSTER' => 'ULSTER', |
1287
|
|
|
|
|
|
|
'UNIFON' => 'alfabetu fonéticu Unifon', |
1288
|
|
|
|
|
|
|
'VAIDIKA' => 'VAIDIKA', |
1289
|
|
|
|
|
|
|
'VALENCIA' => 'valencianu', |
1290
|
|
|
|
|
|
|
'VALLADER' => 'VALLADER', |
1291
|
|
|
|
|
|
|
'WADEGILE' => 'romanización de Wade-Giles', |
1292
|
|
|
|
|
|
|
|
1293
|
|
|
|
|
|
|
} |
1294
|
|
|
|
|
|
|
}, |
1295
|
|
|
|
|
|
|
); |
1296
|
|
|
|
|
|
|
|
1297
|
|
|
|
|
|
|
has 'display_name_key' => ( |
1298
|
|
|
|
|
|
|
is => 'ro', |
1299
|
|
|
|
|
|
|
isa => HashRef[Str], |
1300
|
|
|
|
|
|
|
init_arg => undef, |
1301
|
|
|
|
|
|
|
default => sub { |
1302
|
|
|
|
|
|
|
{ |
1303
|
|
|
|
|
|
|
'calendar' => 'calendariu', |
1304
|
|
|
|
|
|
|
'collation' => 'orde de clasificación', |
1305
|
|
|
|
|
|
|
'currency' => 'moneda', |
1306
|
|
|
|
|
|
|
'hc' => 'ciclu horariu (12 o 24)', |
1307
|
|
|
|
|
|
|
'lb' => 'estilu de saltu de llinia', |
1308
|
|
|
|
|
|
|
'ms' => 'sistema de midida', |
1309
|
|
|
|
|
|
|
'numbers' => 'númberos', |
1310
|
|
|
|
|
|
|
|
1311
|
|
|
|
|
|
|
} |
1312
|
|
|
|
|
|
|
}, |
1313
|
|
|
|
|
|
|
); |
1314
|
|
|
|
|
|
|
|
1315
|
|
|
|
|
|
|
has 'display_name_type' => ( |
1316
|
|
|
|
|
|
|
is => 'ro', |
1317
|
|
|
|
|
|
|
isa => HashRef[HashRef[Str]], |
1318
|
|
|
|
|
|
|
init_arg => undef, |
1319
|
|
|
|
|
|
|
default => sub { |
1320
|
|
|
|
|
|
|
{ |
1321
|
|
|
|
|
|
|
'calendar' => { |
1322
|
|
|
|
|
|
|
'buddhist' => q{calendariu budista}, |
1323
|
|
|
|
|
|
|
'chinese' => q{calendariu chinu}, |
1324
|
|
|
|
|
|
|
'coptic' => q{calendariu coptu}, |
1325
|
|
|
|
|
|
|
'dangi' => q{calendariu dangi}, |
1326
|
|
|
|
|
|
|
'ethiopic' => q{calendariu etÃope}, |
1327
|
|
|
|
|
|
|
'ethiopic-amete-alem' => q{calendariu etÃope Amete Alem}, |
1328
|
|
|
|
|
|
|
'gregorian' => q{calendariu gregorianu}, |
1329
|
|
|
|
|
|
|
'hebrew' => q{calendariu hebréu}, |
1330
|
|
|
|
|
|
|
'indian' => q{calendariu nacional indiu}, |
1331
|
|
|
|
|
|
|
'islamic' => q{calendariu islámicu}, |
1332
|
|
|
|
|
|
|
'islamic-civil' => q{calendariu islámicu (tabular, época civil)}, |
1333
|
|
|
|
|
|
|
'islamic-rgsa' => q{calendariu islámicu (Arabia Saudita, visual)}, |
1334
|
|
|
|
|
|
|
'islamic-tbla' => q{calendariu islámicu (tabular, época astronómica)}, |
1335
|
|
|
|
|
|
|
'islamic-umalqura' => q{calendariu islámicu (Umm al-Qura)}, |
1336
|
|
|
|
|
|
|
'iso8601' => q{calendariu ISO-8601}, |
1337
|
|
|
|
|
|
|
'japanese' => q{calendariu xaponés}, |
1338
|
|
|
|
|
|
|
'persian' => q{calendariu persa}, |
1339
|
|
|
|
|
|
|
'roc' => q{calendariu Minguo}, |
1340
|
|
|
|
|
|
|
}, |
1341
|
|
|
|
|
|
|
'collation' => { |
1342
|
|
|
|
|
|
|
'big5han' => q{orde de clasificación chinu tradicional - Big5}, |
1343
|
|
|
|
|
|
|
'compat' => q{orde de clasificación anterior, por compatibilidá}, |
1344
|
|
|
|
|
|
|
'dictionary' => q{orde de clasificación de diccionariu}, |
1345
|
|
|
|
|
|
|
'ducet' => q{orde de clasificación Unicode predetermináu}, |
1346
|
|
|
|
|
|
|
'emoji' => q{orde de clasificación Emoji}, |
1347
|
|
|
|
|
|
|
'eor' => q{regles dâordenamientu europees}, |
1348
|
|
|
|
|
|
|
'gb2312han' => q{orde de clasificación chinu simplificáu - GB2312}, |
1349
|
|
|
|
|
|
|
'phonebook' => q{orde de clasificación de llista telefónica}, |
1350
|
|
|
|
|
|
|
'pinyin' => q{orde de clasificación pinyin}, |
1351
|
|
|
|
|
|
|
'reformed' => q{orde de clasificación reformáu}, |
1352
|
|
|
|
|
|
|
'search' => q{gueta xeneral}, |
1353
|
|
|
|
|
|
|
'searchjl' => q{gueta por consonante Hangul dâaniciu}, |
1354
|
|
|
|
|
|
|
'standard' => q{orde de clasificación estándar}, |
1355
|
|
|
|
|
|
|
'stroke' => q{orde de clasificación pol trazu}, |
1356
|
|
|
|
|
|
|
'traditional' => q{orde de clasificación tradicional}, |
1357
|
|
|
|
|
|
|
'unihan' => q{orde de clasificación por radical y trazu}, |
1358
|
|
|
|
|
|
|
'zhuyin' => q{orde de clasificación zhuyin}, |
1359
|
|
|
|
|
|
|
}, |
1360
|
|
|
|
|
|
|
'hc' => { |
1361
|
|
|
|
|
|
|
'h11' => q{sistema de 12 hores (0â11)}, |
1362
|
|
|
|
|
|
|
'h12' => q{sistema de 12 hores (1â12)}, |
1363
|
|
|
|
|
|
|
'h23' => q{sistema de 24 hores (0â23)}, |
1364
|
|
|
|
|
|
|
'h24' => q{sistema de 24 hores (1â24)}, |
1365
|
|
|
|
|
|
|
}, |
1366
|
|
|
|
|
|
|
'lb' => { |
1367
|
|
|
|
|
|
|
'loose' => q{saltu de llinia relaxáu}, |
1368
|
|
|
|
|
|
|
'normal' => q{saltu de llinia normal}, |
1369
|
|
|
|
|
|
|
'strict' => q{saltu de llinia estrictu}, |
1370
|
|
|
|
|
|
|
}, |
1371
|
|
|
|
|
|
|
'ms' => { |
1372
|
|
|
|
|
|
|
'metric' => q{sistema métricu}, |
1373
|
|
|
|
|
|
|
'uksystem' => q{sistema de midida imperial}, |
1374
|
|
|
|
|
|
|
'ussystem' => q{sistema de midida dâEE.XX.}, |
1375
|
|
|
|
|
|
|
}, |
1376
|
|
|
|
|
|
|
'numbers' => { |
1377
|
|
|
|
|
|
|
'arab' => q{númberos arábico-Ãndicos}, |
1378
|
|
|
|
|
|
|
'arabext' => q{númberos arábico-Ãndicos estendÃos}, |
1379
|
|
|
|
|
|
|
'armn' => q{númberos armenios}, |
1380
|
|
|
|
|
|
|
'armnlow' => q{númberos armenios en minúscules}, |
1381
|
|
|
|
|
|
|
'bali' => q{númberos balineses}, |
1382
|
|
|
|
|
|
|
'beng' => q{númberos bengalinos}, |
1383
|
|
|
|
|
|
|
'brah' => q{númberos brahmi}, |
1384
|
|
|
|
|
|
|
'cakm' => q{númberos chakma}, |
1385
|
|
|
|
|
|
|
'cham' => q{númberos cham}, |
1386
|
|
|
|
|
|
|
'deva' => q{númberos devanagari}, |
1387
|
|
|
|
|
|
|
'ethi' => q{númberos etÃopes}, |
1388
|
|
|
|
|
|
|
'fullwide' => q{númberos nâanchu completu}, |
1389
|
|
|
|
|
|
|
'geor' => q{númberos xeorxanos}, |
1390
|
|
|
|
|
|
|
'grek' => q{númberos griegos}, |
1391
|
|
|
|
|
|
|
'greklow' => q{númberos griegos en minúscules}, |
1392
|
|
|
|
|
|
|
'gujr' => q{númberos gujarati}, |
1393
|
|
|
|
|
|
|
'guru' => q{númberos gurmukhi}, |
1394
|
|
|
|
|
|
|
'hanidec' => q{númberos decimales chinos}, |
1395
|
|
|
|
|
|
|
'hans' => q{númberos chinos simplificaos}, |
1396
|
|
|
|
|
|
|
'hansfin' => q{númberos chinos financieros simplificaos}, |
1397
|
|
|
|
|
|
|
'hant' => q{númberos chinos tradicionales}, |
1398
|
|
|
|
|
|
|
'hantfin' => q{númberos chinos financieros tradicionales}, |
1399
|
|
|
|
|
|
|
'hebr' => q{númberos hebreos}, |
1400
|
|
|
|
|
|
|
'java' => q{númberos xavanesos}, |
1401
|
|
|
|
|
|
|
'jpan' => q{númberos xaponeses}, |
1402
|
|
|
|
|
|
|
'jpanfin' => q{númberos financieros xaponeses}, |
1403
|
|
|
|
|
|
|
'kali' => q{númberos Kayah Li}, |
1404
|
|
|
|
|
|
|
'khmr' => q{numberación khmer}, |
1405
|
|
|
|
|
|
|
'knda' => q{numberación kannada}, |
1406
|
|
|
|
|
|
|
'lana' => q{numberación Tai Tham Hora}, |
1407
|
|
|
|
|
|
|
'lanatham' => q{numberación Tai Tham Tham}, |
1408
|
|
|
|
|
|
|
'laoo' => q{númberos laosianos}, |
1409
|
|
|
|
|
|
|
'latn' => q{númberos occidentales}, |
1410
|
|
|
|
|
|
|
'lepc' => q{númberos lepcha}, |
1411
|
|
|
|
|
|
|
'limb' => q{númberos limbu}, |
1412
|
|
|
|
|
|
|
'mlym' => q{númberos malayalam}, |
1413
|
|
|
|
|
|
|
'mong' => q{númberos mongoles}, |
1414
|
|
|
|
|
|
|
'mtei' => q{númberos Meetei Mayek}, |
1415
|
|
|
|
|
|
|
'mymr' => q{númberos de Myanmar}, |
1416
|
|
|
|
|
|
|
'mymrshan' => q{númberos Shan de Myanmar}, |
1417
|
|
|
|
|
|
|
'nkoo' => q{númberos NâKo}, |
1418
|
|
|
|
|
|
|
'olck' => q{númberos Ol Chiki}, |
1419
|
|
|
|
|
|
|
'orya' => q{númberos oriya}, |
1420
|
|
|
|
|
|
|
'osma' => q{númberos osmanya}, |
1421
|
|
|
|
|
|
|
'roman' => q{númberos romanos}, |
1422
|
|
|
|
|
|
|
'romanlow' => q{númberos romanos en minúscules}, |
1423
|
|
|
|
|
|
|
'saur' => q{númberos saurashtra}, |
1424
|
|
|
|
|
|
|
'shrd' => q{númberos sharada}, |
1425
|
|
|
|
|
|
|
'sora' => q{númberos Sora Sompeng}, |
1426
|
|
|
|
|
|
|
'sund' => q{númberos sondaneses}, |
1427
|
|
|
|
|
|
|
'takr' => q{númberos takri}, |
1428
|
|
|
|
|
|
|
'talu' => q{numberación Tai Lue nueva}, |
1429
|
|
|
|
|
|
|
'taml' => q{númberos tamil tradicionales}, |
1430
|
|
|
|
|
|
|
'tamldec' => q{númberos tamil}, |
1431
|
|
|
|
|
|
|
'telu' => q{númberos telugu}, |
1432
|
|
|
|
|
|
|
'thai' => q{númberos tailandeses}, |
1433
|
|
|
|
|
|
|
'tibt' => q{númberos tibetanos}, |
1434
|
|
|
|
|
|
|
'vaii' => q{númberos vai}, |
1435
|
|
|
|
|
|
|
}, |
1436
|
|
|
|
|
|
|
|
1437
|
|
|
|
|
|
|
} |
1438
|
|
|
|
|
|
|
}, |
1439
|
|
|
|
|
|
|
); |
1440
|
|
|
|
|
|
|
|
1441
|
|
|
|
|
|
|
has 'display_name_measurement_system' => ( |
1442
|
|
|
|
|
|
|
is => 'ro', |
1443
|
|
|
|
|
|
|
isa => HashRef[Str], |
1444
|
|
|
|
|
|
|
init_arg => undef, |
1445
|
|
|
|
|
|
|
default => sub { |
1446
|
|
|
|
|
|
|
{ |
1447
|
|
|
|
|
|
|
'metric' => q{Métricu}, |
1448
|
|
|
|
|
|
|
'UK' => q{R.X.}, |
1449
|
|
|
|
|
|
|
'US' => q{EE.XX.}, |
1450
|
|
|
|
|
|
|
|
1451
|
|
|
|
|
|
|
} |
1452
|
|
|
|
|
|
|
}, |
1453
|
|
|
|
|
|
|
); |
1454
|
|
|
|
|
|
|
|
1455
|
|
|
|
|
|
|
has 'display_name_code_patterns' => ( |
1456
|
|
|
|
|
|
|
is => 'ro', |
1457
|
|
|
|
|
|
|
isa => HashRef[Str], |
1458
|
|
|
|
|
|
|
init_arg => undef, |
1459
|
|
|
|
|
|
|
default => sub { |
1460
|
|
|
|
|
|
|
{ |
1461
|
|
|
|
|
|
|
'language' => 'Llingua: {0}', |
1462
|
|
|
|
|
|
|
'script' => 'Alfabetu: {0}', |
1463
|
|
|
|
|
|
|
'region' => 'Rexón: {0}', |
1464
|
|
|
|
|
|
|
|
1465
|
|
|
|
|
|
|
} |
1466
|
|
|
|
|
|
|
}, |
1467
|
|
|
|
|
|
|
); |
1468
|
|
|
|
|
|
|
|
1469
|
|
|
|
|
|
|
has 'characters' => ( |
1470
|
|
|
|
|
|
|
is => 'ro', |
1471
|
|
|
|
|
|
|
isa => HashRef, |
1472
|
|
|
|
|
|
|
init_arg => undef, |
1473
|
|
|
|
|
|
|
default => $^V ge v5.18.0 |
1474
|
|
|
|
|
|
|
? eval <<'EOT' |
1475
|
|
|
|
|
|
|
sub { |
1476
|
|
|
|
|
|
|
no warnings 'experimental::regex_sets'; |
1477
|
|
|
|
|
|
|
return { |
1478
|
|
|
|
|
|
|
auxiliary => qr{(?^u:[ª Ã Ä Ã¢ Ã¥ ä ã Ä Ã¦ ç è Ä Ãª ë Ä Ã¬ Ä Ã® ï Ä« j k º ò Šô ö ø ŠŠù Šû Å« w ÿ])}, |
1479
|
|
|
|
|
|
|
index => ['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'L', 'M', 'N', 'Ã', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'X', 'Y', 'Z'], |
1480
|
|
|
|
|
|
|
main => qr{(?^u:[a á b c d e é f g h ḥ i à l ḷ m n ñ o ó p q r s t u ú ü v x y z])}, |
1481
|
|
|
|
|
|
|
punctuation => qr{(?^u:[\- â â â , ; \: ! ¡ ? ¿ . ⦠' â â " â â « » ( ) \[ \] § @ * / \\ \& # â â¡ â² â³])}, |
1482
|
|
|
|
|
|
|
}; |
1483
|
|
|
|
|
|
|
}, |
1484
|
|
|
|
|
|
|
EOT |
1485
|
|
|
|
|
|
|
: sub { |
1486
|
|
|
|
|
|
|
return { index => ['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'L', 'M', 'N', 'Ã', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'X', 'Y', 'Z'], }; |
1487
|
|
|
|
|
|
|
}, |
1488
|
1
|
|
|
1
|
|
105
|
); |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
189
|
|
1489
|
|
|
|
|
|
|
|
1490
|
|
|
|
|
|
|
|
1491
|
|
|
|
|
|
|
has 'ellipsis' => ( |
1492
|
|
|
|
|
|
|
is => 'ro', |
1493
|
|
|
|
|
|
|
isa => HashRef, |
1494
|
|
|
|
|
|
|
init_arg => undef, |
1495
|
|
|
|
|
|
|
default => sub { |
1496
|
|
|
|
|
|
|
return { |
1497
|
|
|
|
|
|
|
'final' => '{0}â¦', |
1498
|
|
|
|
|
|
|
'initial' => 'â¦{0}', |
1499
|
|
|
|
|
|
|
'medial' => '{0}⦠{1}', |
1500
|
|
|
|
|
|
|
'word-final' => '{0} â¦', |
1501
|
|
|
|
|
|
|
'word-initial' => '⦠{0}', |
1502
|
|
|
|
|
|
|
'word-medial' => '{0} ⦠{1}', |
1503
|
|
|
|
|
|
|
}; |
1504
|
|
|
|
|
|
|
}, |
1505
|
|
|
|
|
|
|
); |
1506
|
|
|
|
|
|
|
|
1507
|
|
|
|
|
|
|
has 'more_information' => ( |
1508
|
|
|
|
|
|
|
is => 'ro', |
1509
|
|
|
|
|
|
|
isa => Str, |
1510
|
|
|
|
|
|
|
init_arg => undef, |
1511
|
|
|
|
|
|
|
default => qq{?}, |
1512
|
|
|
|
|
|
|
); |
1513
|
|
|
|
|
|
|
|
1514
|
|
|
|
|
|
|
has 'quote_start' => ( |
1515
|
|
|
|
|
|
|
is => 'ro', |
1516
|
|
|
|
|
|
|
isa => Str, |
1517
|
|
|
|
|
|
|
init_arg => undef, |
1518
|
|
|
|
|
|
|
default => qq{«}, |
1519
|
|
|
|
|
|
|
); |
1520
|
|
|
|
|
|
|
|
1521
|
|
|
|
|
|
|
has 'quote_end' => ( |
1522
|
|
|
|
|
|
|
is => 'ro', |
1523
|
|
|
|
|
|
|
isa => Str, |
1524
|
|
|
|
|
|
|
init_arg => undef, |
1525
|
|
|
|
|
|
|
default => qq{»}, |
1526
|
|
|
|
|
|
|
); |
1527
|
|
|
|
|
|
|
|
1528
|
|
|
|
|
|
|
has 'alternate_quote_start' => ( |
1529
|
|
|
|
|
|
|
is => 'ro', |
1530
|
|
|
|
|
|
|
isa => Str, |
1531
|
|
|
|
|
|
|
init_arg => undef, |
1532
|
|
|
|
|
|
|
default => qq{â}, |
1533
|
|
|
|
|
|
|
); |
1534
|
|
|
|
|
|
|
|
1535
|
|
|
|
|
|
|
has 'alternate_quote_end' => ( |
1536
|
|
|
|
|
|
|
is => 'ro', |
1537
|
|
|
|
|
|
|
isa => Str, |
1538
|
|
|
|
|
|
|
init_arg => undef, |
1539
|
|
|
|
|
|
|
default => qq{â}, |
1540
|
|
|
|
|
|
|
); |
1541
|
|
|
|
|
|
|
|
1542
|
|
|
|
|
|
|
has 'duration_units' => ( |
1543
|
|
|
|
|
|
|
is => 'ro', |
1544
|
|
|
|
|
|
|
isa => HashRef[Str], |
1545
|
|
|
|
|
|
|
init_arg => undef, |
1546
|
|
|
|
|
|
|
default => sub { { |
1547
|
|
|
|
|
|
|
hm => 'h:mm', |
1548
|
|
|
|
|
|
|
hms => 'h:mm:ss', |
1549
|
|
|
|
|
|
|
ms => 'm:ss', |
1550
|
|
|
|
|
|
|
} } |
1551
|
|
|
|
|
|
|
); |
1552
|
|
|
|
|
|
|
|
1553
|
|
|
|
|
|
|
has 'units' => ( |
1554
|
|
|
|
|
|
|
is => 'ro', |
1555
|
|
|
|
|
|
|
isa => HashRef[HashRef[HashRef[Str]]], |
1556
|
|
|
|
|
|
|
init_arg => undef, |
1557
|
|
|
|
|
|
|
default => sub { { |
1558
|
|
|
|
|
|
|
'long' => { |
1559
|
|
|
|
|
|
|
'acre' => { |
1560
|
|
|
|
|
|
|
'name' => q(acres), |
1561
|
|
|
|
|
|
|
'one' => q({0} acre), |
1562
|
|
|
|
|
|
|
'other' => q({0} acres), |
1563
|
|
|
|
|
|
|
}, |
1564
|
|
|
|
|
|
|
'acre-foot' => { |
1565
|
|
|
|
|
|
|
'name' => q(acre-pies), |
1566
|
|
|
|
|
|
|
'one' => q({0} acre-pie), |
1567
|
|
|
|
|
|
|
'other' => q({0} acre-pies), |
1568
|
|
|
|
|
|
|
}, |
1569
|
|
|
|
|
|
|
'ampere' => { |
1570
|
|
|
|
|
|
|
'name' => q(amperios), |
1571
|
|
|
|
|
|
|
'one' => q({0} amperiu), |
1572
|
|
|
|
|
|
|
'other' => q({0} amperios), |
1573
|
|
|
|
|
|
|
}, |
1574
|
|
|
|
|
|
|
'arc-minute' => { |
1575
|
|
|
|
|
|
|
'name' => q(minutos dâarcu), |
1576
|
|
|
|
|
|
|
'one' => q({0} minutu d'arcu), |
1577
|
|
|
|
|
|
|
'other' => q({0} minutos d'arcu), |
1578
|
|
|
|
|
|
|
}, |
1579
|
|
|
|
|
|
|
'arc-second' => { |
1580
|
|
|
|
|
|
|
'name' => q(segundos dâarcu), |
1581
|
|
|
|
|
|
|
'one' => q({0} segundu d'arcu), |
1582
|
|
|
|
|
|
|
'other' => q({0} segundos d'arcu), |
1583
|
|
|
|
|
|
|
}, |
1584
|
|
|
|
|
|
|
'astronomical-unit' => { |
1585
|
|
|
|
|
|
|
'name' => q(unidaes astronómiques), |
1586
|
|
|
|
|
|
|
'one' => q({0} unidá astronómica), |
1587
|
|
|
|
|
|
|
'other' => q({0} unidaes astronómiques), |
1588
|
|
|
|
|
|
|
}, |
1589
|
|
|
|
|
|
|
'bit' => { |
1590
|
|
|
|
|
|
|
'name' => q(bits), |
1591
|
|
|
|
|
|
|
'one' => q({0} bit), |
1592
|
|
|
|
|
|
|
'other' => q({0} bits), |
1593
|
|
|
|
|
|
|
}, |
1594
|
|
|
|
|
|
|
'bushel' => { |
1595
|
|
|
|
|
|
|
'name' => q(bushels), |
1596
|
|
|
|
|
|
|
'one' => q({0} bushel), |
1597
|
|
|
|
|
|
|
'other' => q({0} bushels), |
1598
|
|
|
|
|
|
|
}, |
1599
|
|
|
|
|
|
|
'byte' => { |
1600
|
|
|
|
|
|
|
'name' => q(bytes), |
1601
|
|
|
|
|
|
|
'one' => q({0} byte), |
1602
|
|
|
|
|
|
|
'other' => q({0} bytes), |
1603
|
|
|
|
|
|
|
}, |
1604
|
|
|
|
|
|
|
'calorie' => { |
1605
|
|
|
|
|
|
|
'name' => q(calorÃes), |
1606
|
|
|
|
|
|
|
'one' => q({0} calorÃa), |
1607
|
|
|
|
|
|
|
'other' => q({0} calorÃes), |
1608
|
|
|
|
|
|
|
}, |
1609
|
|
|
|
|
|
|
'carat' => { |
1610
|
|
|
|
|
|
|
'name' => q(quilates), |
1611
|
|
|
|
|
|
|
'one' => q({0} quilate), |
1612
|
|
|
|
|
|
|
'other' => q({0} quilates), |
1613
|
|
|
|
|
|
|
}, |
1614
|
|
|
|
|
|
|
'celsius' => { |
1615
|
|
|
|
|
|
|
'name' => q(graos Celsius), |
1616
|
|
|
|
|
|
|
'one' => q({0} grau Celsius), |
1617
|
|
|
|
|
|
|
'other' => q({0} graos Celsius), |
1618
|
|
|
|
|
|
|
}, |
1619
|
|
|
|
|
|
|
'centiliter' => { |
1620
|
|
|
|
|
|
|
'name' => q(centillitros), |
1621
|
|
|
|
|
|
|
'one' => q({0} centillitru), |
1622
|
|
|
|
|
|
|
'other' => q({0} centillitros), |
1623
|
|
|
|
|
|
|
}, |
1624
|
|
|
|
|
|
|
'centimeter' => { |
1625
|
|
|
|
|
|
|
'name' => q(centÃmetros), |
1626
|
|
|
|
|
|
|
'one' => q({0} centÃmetru), |
1627
|
|
|
|
|
|
|
'other' => q({0} centÃmetros), |
1628
|
|
|
|
|
|
|
'per' => q({0} por centÃmetru), |
1629
|
|
|
|
|
|
|
}, |
1630
|
|
|
|
|
|
|
'century' => { |
1631
|
|
|
|
|
|
|
'name' => q(sieglos), |
1632
|
|
|
|
|
|
|
'one' => q({0} sieglu), |
1633
|
|
|
|
|
|
|
'other' => q({0} sieglos), |
1634
|
|
|
|
|
|
|
}, |
1635
|
|
|
|
|
|
|
'coordinate' => { |
1636
|
|
|
|
|
|
|
'east' => q({0}E), |
1637
|
|
|
|
|
|
|
'north' => q({0}N), |
1638
|
|
|
|
|
|
|
'south' => q({0}S), |
1639
|
|
|
|
|
|
|
'west' => q({0}O), |
1640
|
|
|
|
|
|
|
}, |
1641
|
|
|
|
|
|
|
'cubic-centimeter' => { |
1642
|
|
|
|
|
|
|
'name' => q(centÃmetros cúbicos), |
1643
|
|
|
|
|
|
|
'one' => q({0} centÃmetru cúbicu), |
1644
|
|
|
|
|
|
|
'other' => q({0} centÃmetros cúbicos), |
1645
|
|
|
|
|
|
|
'per' => q({0} per centÃmetru cúbicu), |
1646
|
|
|
|
|
|
|
}, |
1647
|
|
|
|
|
|
|
'cubic-foot' => { |
1648
|
|
|
|
|
|
|
'name' => q(pies cúbicos), |
1649
|
|
|
|
|
|
|
'one' => q({0} pie cúbicu), |
1650
|
|
|
|
|
|
|
'other' => q({0} pies cúbicos), |
1651
|
|
|
|
|
|
|
}, |
1652
|
|
|
|
|
|
|
'cubic-inch' => { |
1653
|
|
|
|
|
|
|
'name' => q(pulgaes cúbiques), |
1654
|
|
|
|
|
|
|
'one' => q({0} pulgada cúbica), |
1655
|
|
|
|
|
|
|
'other' => q({0} pulgaes cúbiques), |
1656
|
|
|
|
|
|
|
}, |
1657
|
|
|
|
|
|
|
'cubic-kilometer' => { |
1658
|
|
|
|
|
|
|
'name' => q(quilómetros cúbicos), |
1659
|
|
|
|
|
|
|
'one' => q({0} quilómetru cúbicu), |
1660
|
|
|
|
|
|
|
'other' => q({0} quilómetros cúbicos), |
1661
|
|
|
|
|
|
|
}, |
1662
|
|
|
|
|
|
|
'cubic-meter' => { |
1663
|
|
|
|
|
|
|
'name' => q(metros cúbicos), |
1664
|
|
|
|
|
|
|
'one' => q({0} metru cúbicu), |
1665
|
|
|
|
|
|
|
'other' => q({0} metros cúbicos), |
1666
|
|
|
|
|
|
|
'per' => q({0} per metru cúbicu), |
1667
|
|
|
|
|
|
|
}, |
1668
|
|
|
|
|
|
|
'cubic-mile' => { |
1669
|
|
|
|
|
|
|
'name' => q(milles cúbiques), |
1670
|
|
|
|
|
|
|
'one' => q({0} milla cúbica), |
1671
|
|
|
|
|
|
|
'other' => q({0} milles cúbiques), |
1672
|
|
|
|
|
|
|
}, |
1673
|
|
|
|
|
|
|
'cubic-yard' => { |
1674
|
|
|
|
|
|
|
'name' => q(yardes cúbiques), |
1675
|
|
|
|
|
|
|
'one' => q({0} yarda cúbica), |
1676
|
|
|
|
|
|
|
'other' => q({0} yardes cúbiques), |
1677
|
|
|
|
|
|
|
}, |
1678
|
|
|
|
|
|
|
'cup' => { |
1679
|
|
|
|
|
|
|
'name' => q(taces), |
1680
|
|
|
|
|
|
|
'one' => q({0} taza), |
1681
|
|
|
|
|
|
|
'other' => q({0} taces), |
1682
|
|
|
|
|
|
|
}, |
1683
|
|
|
|
|
|
|
'cup-metric' => { |
1684
|
|
|
|
|
|
|
'name' => q(taces métriques), |
1685
|
|
|
|
|
|
|
'one' => q({0} taza métrica), |
1686
|
|
|
|
|
|
|
'other' => q({0} taces métriques), |
1687
|
|
|
|
|
|
|
}, |
1688
|
|
|
|
|
|
|
'day' => { |
1689
|
|
|
|
|
|
|
'name' => q(dÃes), |
1690
|
|
|
|
|
|
|
'one' => q({0} dÃa), |
1691
|
|
|
|
|
|
|
'other' => q({0} dÃes), |
1692
|
|
|
|
|
|
|
'per' => q({0} per dÃa), |
1693
|
|
|
|
|
|
|
}, |
1694
|
|
|
|
|
|
|
'deciliter' => { |
1695
|
|
|
|
|
|
|
'name' => q(decillitros), |
1696
|
|
|
|
|
|
|
'one' => q({0} decillitru), |
1697
|
|
|
|
|
|
|
'other' => q({0} decillitros), |
1698
|
|
|
|
|
|
|
}, |
1699
|
|
|
|
|
|
|
'decimeter' => { |
1700
|
|
|
|
|
|
|
'name' => q(decÃmetros), |
1701
|
|
|
|
|
|
|
'one' => q({0} decÃmetru), |
1702
|
|
|
|
|
|
|
'other' => q({0} decÃmetros), |
1703
|
|
|
|
|
|
|
}, |
1704
|
|
|
|
|
|
|
'degree' => { |
1705
|
|
|
|
|
|
|
'name' => q(graos), |
1706
|
|
|
|
|
|
|
'one' => q({0} grau), |
1707
|
|
|
|
|
|
|
'other' => q({0} graos), |
1708
|
|
|
|
|
|
|
}, |
1709
|
|
|
|
|
|
|
'fahrenheit' => { |
1710
|
|
|
|
|
|
|
'name' => q(graos Fahrenheit), |
1711
|
|
|
|
|
|
|
'one' => q({0} grau Fahrenheit), |
1712
|
|
|
|
|
|
|
'other' => q({0} graos Fahrenheit), |
1713
|
|
|
|
|
|
|
}, |
1714
|
|
|
|
|
|
|
'fathom' => { |
1715
|
|
|
|
|
|
|
'name' => q(fathoms), |
1716
|
|
|
|
|
|
|
'one' => q({0} fathom), |
1717
|
|
|
|
|
|
|
'other' => q({0} fathoms), |
1718
|
|
|
|
|
|
|
}, |
1719
|
|
|
|
|
|
|
'fluid-ounce' => { |
1720
|
|
|
|
|
|
|
'name' => q(onces de fluidos), |
1721
|
|
|
|
|
|
|
'one' => q({0} onza de fluidos), |
1722
|
|
|
|
|
|
|
'other' => q({0} onces de fluidos), |
1723
|
|
|
|
|
|
|
}, |
1724
|
|
|
|
|
|
|
'foodcalorie' => { |
1725
|
|
|
|
|
|
|
'name' => q(CalorÃes), |
1726
|
|
|
|
|
|
|
'one' => q({0} CalorÃa), |
1727
|
|
|
|
|
|
|
'other' => q({0} CalorÃes), |
1728
|
|
|
|
|
|
|
}, |
1729
|
|
|
|
|
|
|
'foot' => { |
1730
|
|
|
|
|
|
|
'name' => q(pies), |
1731
|
|
|
|
|
|
|
'one' => q({0} pie), |
1732
|
|
|
|
|
|
|
'other' => q({0} pies), |
1733
|
|
|
|
|
|
|
'per' => q({0} per pie), |
1734
|
|
|
|
|
|
|
}, |
1735
|
|
|
|
|
|
|
'furlong' => { |
1736
|
|
|
|
|
|
|
'name' => q(furlongs), |
1737
|
|
|
|
|
|
|
'one' => q({0} furlong), |
1738
|
|
|
|
|
|
|
'other' => q({0} furlongs), |
1739
|
|
|
|
|
|
|
}, |
1740
|
|
|
|
|
|
|
'g-force' => { |
1741
|
|
|
|
|
|
|
'name' => q(fuercia g), |
1742
|
|
|
|
|
|
|
'one' => q({0} fuercia g), |
1743
|
|
|
|
|
|
|
'other' => q({0} fuercies gues), |
1744
|
|
|
|
|
|
|
}, |
1745
|
|
|
|
|
|
|
'gallon' => { |
1746
|
|
|
|
|
|
|
'name' => q(galones), |
1747
|
|
|
|
|
|
|
'one' => q({0} galón), |
1748
|
|
|
|
|
|
|
'other' => q({0} galones), |
1749
|
|
|
|
|
|
|
'per' => q({0} per galón), |
1750
|
|
|
|
|
|
|
}, |
1751
|
|
|
|
|
|
|
'generic' => { |
1752
|
|
|
|
|
|
|
'name' => q(°), |
1753
|
|
|
|
|
|
|
'one' => q({0}°), |
1754
|
|
|
|
|
|
|
'other' => q({0}°), |
1755
|
|
|
|
|
|
|
}, |
1756
|
|
|
|
|
|
|
'gigabit' => { |
1757
|
|
|
|
|
|
|
'name' => q(gigabits), |
1758
|
|
|
|
|
|
|
'one' => q({0} gigabit), |
1759
|
|
|
|
|
|
|
'other' => q({0} gigabits), |
1760
|
|
|
|
|
|
|
}, |
1761
|
|
|
|
|
|
|
'gigabyte' => { |
1762
|
|
|
|
|
|
|
'name' => q(gigabytes), |
1763
|
|
|
|
|
|
|
'one' => q({0} gigabyte), |
1764
|
|
|
|
|
|
|
'other' => q({0} gigabytes), |
1765
|
|
|
|
|
|
|
}, |
1766
|
|
|
|
|
|
|
'gigahertz' => { |
1767
|
|
|
|
|
|
|
'name' => q(gigahercios), |
1768
|
|
|
|
|
|
|
'one' => q({0} gigaherciu), |
1769
|
|
|
|
|
|
|
'other' => q({0} gigahercios), |
1770
|
|
|
|
|
|
|
}, |
1771
|
|
|
|
|
|
|
'gigawatt' => { |
1772
|
|
|
|
|
|
|
'name' => q(gigavatios), |
1773
|
|
|
|
|
|
|
'one' => q({0} gigavatiu), |
1774
|
|
|
|
|
|
|
'other' => q({0} gigavatios), |
1775
|
|
|
|
|
|
|
}, |
1776
|
|
|
|
|
|
|
'gram' => { |
1777
|
|
|
|
|
|
|
'name' => q(gramos), |
1778
|
|
|
|
|
|
|
'one' => q({0} gramu), |
1779
|
|
|
|
|
|
|
'other' => q({0} gramos), |
1780
|
|
|
|
|
|
|
'per' => q({0} per gramu), |
1781
|
|
|
|
|
|
|
}, |
1782
|
|
|
|
|
|
|
'hectare' => { |
1783
|
|
|
|
|
|
|
'name' => q(hectárees), |
1784
|
|
|
|
|
|
|
'one' => q({0} hectárea), |
1785
|
|
|
|
|
|
|
'other' => q({0} hectárees), |
1786
|
|
|
|
|
|
|
}, |
1787
|
|
|
|
|
|
|
'hectoliter' => { |
1788
|
|
|
|
|
|
|
'name' => q(hectollitros), |
1789
|
|
|
|
|
|
|
'one' => q({0} hectollitru), |
1790
|
|
|
|
|
|
|
'other' => q({0} hectollitros), |
1791
|
|
|
|
|
|
|
}, |
1792
|
|
|
|
|
|
|
'hectopascal' => { |
1793
|
|
|
|
|
|
|
'name' => q(hectopascales), |
1794
|
|
|
|
|
|
|
'one' => q({0} hectopascal), |
1795
|
|
|
|
|
|
|
'other' => q({0} hectopascales), |
1796
|
|
|
|
|
|
|
}, |
1797
|
|
|
|
|
|
|
'hertz' => { |
1798
|
|
|
|
|
|
|
'name' => q(hercios), |
1799
|
|
|
|
|
|
|
'one' => q({0} herciu), |
1800
|
|
|
|
|
|
|
'other' => q({0} hercios), |
1801
|
|
|
|
|
|
|
}, |
1802
|
|
|
|
|
|
|
'horsepower' => { |
1803
|
|
|
|
|
|
|
'name' => q(caballos de fuerza), |
1804
|
|
|
|
|
|
|
'one' => q({0} caballu de fuerza), |
1805
|
|
|
|
|
|
|
'other' => q({0} caballos de fuerza), |
1806
|
|
|
|
|
|
|
}, |
1807
|
|
|
|
|
|
|
'hour' => { |
1808
|
|
|
|
|
|
|
'name' => q(hores), |
1809
|
|
|
|
|
|
|
'one' => q({0} hora), |
1810
|
|
|
|
|
|
|
'other' => q({0} hores), |
1811
|
|
|
|
|
|
|
'per' => q({0} per hora), |
1812
|
|
|
|
|
|
|
}, |
1813
|
|
|
|
|
|
|
'inch' => { |
1814
|
|
|
|
|
|
|
'name' => q(pulgaes), |
1815
|
|
|
|
|
|
|
'one' => q({0} pulgada), |
1816
|
|
|
|
|
|
|
'other' => q({0} pulgaes), |
1817
|
|
|
|
|
|
|
'per' => q({0} per pulgada), |
1818
|
|
|
|
|
|
|
}, |
1819
|
|
|
|
|
|
|
'inch-hg' => { |
1820
|
|
|
|
|
|
|
'name' => q(pulgaes de mercuriu), |
1821
|
|
|
|
|
|
|
'one' => q({0} pulgada de mercuriu), |
1822
|
|
|
|
|
|
|
'other' => q({0} pulgaes de mercuriu), |
1823
|
|
|
|
|
|
|
}, |
1824
|
|
|
|
|
|
|
'joule' => { |
1825
|
|
|
|
|
|
|
'name' => q(xulios), |
1826
|
|
|
|
|
|
|
'one' => q({0} xuliu), |
1827
|
|
|
|
|
|
|
'other' => q({0} xulios), |
1828
|
|
|
|
|
|
|
}, |
1829
|
|
|
|
|
|
|
'karat' => { |
1830
|
|
|
|
|
|
|
'name' => q(quilates), |
1831
|
|
|
|
|
|
|
'one' => q({0} quilate), |
1832
|
|
|
|
|
|
|
'other' => q({0} quilates), |
1833
|
|
|
|
|
|
|
}, |
1834
|
|
|
|
|
|
|
'kelvin' => { |
1835
|
|
|
|
|
|
|
'name' => q(kelvins), |
1836
|
|
|
|
|
|
|
'one' => q({0} kelvin), |
1837
|
|
|
|
|
|
|
'other' => q({0} kelvins), |
1838
|
|
|
|
|
|
|
}, |
1839
|
|
|
|
|
|
|
'kilobit' => { |
1840
|
|
|
|
|
|
|
'name' => q(kilobits), |
1841
|
|
|
|
|
|
|
'one' => q({0} kilobit), |
1842
|
|
|
|
|
|
|
'other' => q({0} kilobits), |
1843
|
|
|
|
|
|
|
}, |
1844
|
|
|
|
|
|
|
'kilobyte' => { |
1845
|
|
|
|
|
|
|
'name' => q(kilobytes), |
1846
|
|
|
|
|
|
|
'one' => q({0} kilobyte), |
1847
|
|
|
|
|
|
|
'other' => q({0} kilobytes), |
1848
|
|
|
|
|
|
|
}, |
1849
|
|
|
|
|
|
|
'kilocalorie' => { |
1850
|
|
|
|
|
|
|
'name' => q(quilocalorÃes), |
1851
|
|
|
|
|
|
|
'one' => q({0} quilocalorÃa), |
1852
|
|
|
|
|
|
|
'other' => q({0} quilocalorÃes), |
1853
|
|
|
|
|
|
|
}, |
1854
|
|
|
|
|
|
|
'kilogram' => { |
1855
|
|
|
|
|
|
|
'name' => q(quilogramos), |
1856
|
|
|
|
|
|
|
'one' => q({0} quilogramu), |
1857
|
|
|
|
|
|
|
'other' => q({0} quilogramos), |
1858
|
|
|
|
|
|
|
'per' => q({0} per quilogramu), |
1859
|
|
|
|
|
|
|
}, |
1860
|
|
|
|
|
|
|
'kilohertz' => { |
1861
|
|
|
|
|
|
|
'name' => q(quilohercios), |
1862
|
|
|
|
|
|
|
'one' => q({0} quiloherciu), |
1863
|
|
|
|
|
|
|
'other' => q({0} kilohercios), |
1864
|
|
|
|
|
|
|
}, |
1865
|
|
|
|
|
|
|
'kilojoule' => { |
1866
|
|
|
|
|
|
|
'name' => q(quiloxulios), |
1867
|
|
|
|
|
|
|
'one' => q({0} quiloxuliu), |
1868
|
|
|
|
|
|
|
'other' => q({0} quiloxulios), |
1869
|
|
|
|
|
|
|
}, |
1870
|
|
|
|
|
|
|
'kilometer' => { |
1871
|
|
|
|
|
|
|
'name' => q(quilómetros), |
1872
|
|
|
|
|
|
|
'one' => q({0} quilómetru), |
1873
|
|
|
|
|
|
|
'other' => q({0} quilómetros), |
1874
|
|
|
|
|
|
|
'per' => q({0} per quilómetru), |
1875
|
|
|
|
|
|
|
}, |
1876
|
|
|
|
|
|
|
'kilometer-per-hour' => { |
1877
|
|
|
|
|
|
|
'name' => q(quilómetros per hora), |
1878
|
|
|
|
|
|
|
'one' => q({0} quilómetru per hora), |
1879
|
|
|
|
|
|
|
'other' => q({0} quilómetros per hora), |
1880
|
|
|
|
|
|
|
}, |
1881
|
|
|
|
|
|
|
'kilowatt' => { |
1882
|
|
|
|
|
|
|
'name' => q(quilovatios), |
1883
|
|
|
|
|
|
|
'one' => q({0} quilovatiu), |
1884
|
|
|
|
|
|
|
'other' => q({0} quilovatios), |
1885
|
|
|
|
|
|
|
}, |
1886
|
|
|
|
|
|
|
'kilowatt-hour' => { |
1887
|
|
|
|
|
|
|
'name' => q(quilovatios hora), |
1888
|
|
|
|
|
|
|
'one' => q({0} quilovatiu hora), |
1889
|
|
|
|
|
|
|
'other' => q({0} quilovatios hora), |
1890
|
|
|
|
|
|
|
}, |
1891
|
|
|
|
|
|
|
'knot' => { |
1892
|
|
|
|
|
|
|
'name' => q(nuedu), |
1893
|
|
|
|
|
|
|
'one' => q({0} nuedu), |
1894
|
|
|
|
|
|
|
'other' => q({0} nuedos), |
1895
|
|
|
|
|
|
|
}, |
1896
|
|
|
|
|
|
|
'light-year' => { |
1897
|
|
|
|
|
|
|
'name' => q(años lluz), |
1898
|
|
|
|
|
|
|
'one' => q({0} añu lluz), |
1899
|
|
|
|
|
|
|
'other' => q({0} años lluz), |
1900
|
|
|
|
|
|
|
}, |
1901
|
|
|
|
|
|
|
'liter' => { |
1902
|
|
|
|
|
|
|
'name' => q(llitros), |
1903
|
|
|
|
|
|
|
'one' => q({0} llitru), |
1904
|
|
|
|
|
|
|
'other' => q({0} llitros), |
1905
|
|
|
|
|
|
|
'per' => q({0} per llitru), |
1906
|
|
|
|
|
|
|
}, |
1907
|
|
|
|
|
|
|
'liter-per-100kilometers' => { |
1908
|
|
|
|
|
|
|
'name' => q(llitros per 100 quilómetros), |
1909
|
|
|
|
|
|
|
'one' => q({0} llitru per 100 quilómetros), |
1910
|
|
|
|
|
|
|
'other' => q({0} llitros per 100 quilómetros), |
1911
|
|
|
|
|
|
|
}, |
1912
|
|
|
|
|
|
|
'liter-per-kilometer' => { |
1913
|
|
|
|
|
|
|
'name' => q(llitros per quilómetru), |
1914
|
|
|
|
|
|
|
'one' => q({0} llitru per quilómetru), |
1915
|
|
|
|
|
|
|
'other' => q({0} llitros per quilómetru), |
1916
|
|
|
|
|
|
|
}, |
1917
|
|
|
|
|
|
|
'lux' => { |
1918
|
|
|
|
|
|
|
'name' => q(lux), |
1919
|
|
|
|
|
|
|
'one' => q({0} lux), |
1920
|
|
|
|
|
|
|
'other' => q({0} lux), |
1921
|
|
|
|
|
|
|
}, |
1922
|
|
|
|
|
|
|
'megabit' => { |
1923
|
|
|
|
|
|
|
'name' => q(megabits), |
1924
|
|
|
|
|
|
|
'one' => q({0} megabit), |
1925
|
|
|
|
|
|
|
'other' => q({0} megabits), |
1926
|
|
|
|
|
|
|
}, |
1927
|
|
|
|
|
|
|
'megabyte' => { |
1928
|
|
|
|
|
|
|
'name' => q(megabytes), |
1929
|
|
|
|
|
|
|
'one' => q({0} megabyte), |
1930
|
|
|
|
|
|
|
'other' => q({0} megabytes), |
1931
|
|
|
|
|
|
|
}, |
1932
|
|
|
|
|
|
|
'megahertz' => { |
1933
|
|
|
|
|
|
|
'name' => q(megahercios), |
1934
|
|
|
|
|
|
|
'one' => q({0} megaherciu), |
1935
|
|
|
|
|
|
|
'other' => q({0} megahercios), |
1936
|
|
|
|
|
|
|
}, |
1937
|
|
|
|
|
|
|
'megaliter' => { |
1938
|
|
|
|
|
|
|
'name' => q(megallitros), |
1939
|
|
|
|
|
|
|
'one' => q({0} megallitru), |
1940
|
|
|
|
|
|
|
'other' => q({0} megallitros), |
1941
|
|
|
|
|
|
|
}, |
1942
|
|
|
|
|
|
|
'megawatt' => { |
1943
|
|
|
|
|
|
|
'name' => q(megavatios), |
1944
|
|
|
|
|
|
|
'one' => q({0} megavatiu), |
1945
|
|
|
|
|
|
|
'other' => q({0} megavatios), |
1946
|
|
|
|
|
|
|
}, |
1947
|
|
|
|
|
|
|
'meter' => { |
1948
|
|
|
|
|
|
|
'name' => q(metros), |
1949
|
|
|
|
|
|
|
'one' => q({0} metru), |
1950
|
|
|
|
|
|
|
'other' => q({0} metros), |
1951
|
|
|
|
|
|
|
'per' => q({0} per metru), |
1952
|
|
|
|
|
|
|
}, |
1953
|
|
|
|
|
|
|
'meter-per-second' => { |
1954
|
|
|
|
|
|
|
'name' => q(metros per segundu), |
1955
|
|
|
|
|
|
|
'one' => q({0} metru per segundu), |
1956
|
|
|
|
|
|
|
'other' => q({0} metros per segundu), |
1957
|
|
|
|
|
|
|
}, |
1958
|
|
|
|
|
|
|
'meter-per-second-squared' => { |
1959
|
|
|
|
|
|
|
'name' => q(metros per segundu al cuadráu), |
1960
|
|
|
|
|
|
|
'one' => q({0} metru per segundu al cuadráu), |
1961
|
|
|
|
|
|
|
'other' => q({0} metros por segundu al cuadráu), |
1962
|
|
|
|
|
|
|
}, |
1963
|
|
|
|
|
|
|
'metric-ton' => { |
1964
|
|
|
|
|
|
|
'name' => q(tonelaes métriques), |
1965
|
|
|
|
|
|
|
'one' => q({0} tonelada métrica), |
1966
|
|
|
|
|
|
|
'other' => q({0} tonelaes métriques), |
1967
|
|
|
|
|
|
|
}, |
1968
|
|
|
|
|
|
|
'microgram' => { |
1969
|
|
|
|
|
|
|
'name' => q(microgramos), |
1970
|
|
|
|
|
|
|
'one' => q({0} microgramu), |
1971
|
|
|
|
|
|
|
'other' => q({0} microgramos), |
1972
|
|
|
|
|
|
|
}, |
1973
|
|
|
|
|
|
|
'micrometer' => { |
1974
|
|
|
|
|
|
|
'name' => q(micrómetros), |
1975
|
|
|
|
|
|
|
'one' => q({0} micrómetru), |
1976
|
|
|
|
|
|
|
'other' => q({0} micrómetros), |
1977
|
|
|
|
|
|
|
}, |
1978
|
|
|
|
|
|
|
'microsecond' => { |
1979
|
|
|
|
|
|
|
'name' => q(microsegundos), |
1980
|
|
|
|
|
|
|
'one' => q({0} microsegundu), |
1981
|
|
|
|
|
|
|
'other' => q({0} microsegundos), |
1982
|
|
|
|
|
|
|
}, |
1983
|
|
|
|
|
|
|
'mile' => { |
1984
|
|
|
|
|
|
|
'name' => q(milles), |
1985
|
|
|
|
|
|
|
'one' => q({0} milla), |
1986
|
|
|
|
|
|
|
'other' => q({0} milles), |
1987
|
|
|
|
|
|
|
}, |
1988
|
|
|
|
|
|
|
'mile-per-gallon' => { |
1989
|
|
|
|
|
|
|
'name' => q(milles per galón), |
1990
|
|
|
|
|
|
|
'one' => q({0} milla per galón), |
1991
|
|
|
|
|
|
|
'other' => q({0} milles per galón), |
1992
|
|
|
|
|
|
|
}, |
1993
|
|
|
|
|
|
|
'mile-per-hour' => { |
1994
|
|
|
|
|
|
|
'name' => q(milles per hora), |
1995
|
|
|
|
|
|
|
'one' => q({0} milla per hora), |
1996
|
|
|
|
|
|
|
'other' => q({0} milles per hora), |
1997
|
|
|
|
|
|
|
}, |
1998
|
|
|
|
|
|
|
'mile-scandinavian' => { |
1999
|
|
|
|
|
|
|
'name' => q(milla escandinava), |
2000
|
|
|
|
|
|
|
'one' => q({0} milla escandinava), |
2001
|
|
|
|
|
|
|
'other' => q({0} milles escandinaves), |
2002
|
|
|
|
|
|
|
}, |
2003
|
|
|
|
|
|
|
'milliampere' => { |
2004
|
|
|
|
|
|
|
'name' => q(miliamperios), |
2005
|
|
|
|
|
|
|
'one' => q({0} milliamperiu), |
2006
|
|
|
|
|
|
|
'other' => q({0} milliamperios), |
2007
|
|
|
|
|
|
|
}, |
2008
|
|
|
|
|
|
|
'millibar' => { |
2009
|
|
|
|
|
|
|
'name' => q(milibares), |
2010
|
|
|
|
|
|
|
'one' => q({0} milibar), |
2011
|
|
|
|
|
|
|
'other' => q({0} milibares), |
2012
|
|
|
|
|
|
|
}, |
2013
|
|
|
|
|
|
|
'milligram' => { |
2014
|
|
|
|
|
|
|
'name' => q(miligramos), |
2015
|
|
|
|
|
|
|
'one' => q({0} miligramu), |
2016
|
|
|
|
|
|
|
'other' => q({0} miligramos), |
2017
|
|
|
|
|
|
|
}, |
2018
|
|
|
|
|
|
|
'milliliter' => { |
2019
|
|
|
|
|
|
|
'name' => q(milillitros), |
2020
|
|
|
|
|
|
|
'one' => q({0} milillitru), |
2021
|
|
|
|
|
|
|
'other' => q({0} milillitros), |
2022
|
|
|
|
|
|
|
}, |
2023
|
|
|
|
|
|
|
'millimeter' => { |
2024
|
|
|
|
|
|
|
'name' => q(milÃmetros), |
2025
|
|
|
|
|
|
|
'one' => q({0} milÃmetru), |
2026
|
|
|
|
|
|
|
'other' => q({0} milÃmetros), |
2027
|
|
|
|
|
|
|
}, |
2028
|
|
|
|
|
|
|
'millimeter-of-mercury' => { |
2029
|
|
|
|
|
|
|
'name' => q(milÃmetros de mercuriu), |
2030
|
|
|
|
|
|
|
'one' => q({0} milÃmetru de mercuriu), |
2031
|
|
|
|
|
|
|
'other' => q({0} milÃmetros de mercuriu), |
2032
|
|
|
|
|
|
|
}, |
2033
|
|
|
|
|
|
|
'millisecond' => { |
2034
|
|
|
|
|
|
|
'name' => q(milisegundos), |
2035
|
|
|
|
|
|
|
'one' => q({0} milisegundu), |
2036
|
|
|
|
|
|
|
'other' => q({0} milisegundos), |
2037
|
|
|
|
|
|
|
}, |
2038
|
|
|
|
|
|
|
'milliwatt' => { |
2039
|
|
|
|
|
|
|
'name' => q(millivatios), |
2040
|
|
|
|
|
|
|
'one' => q({0} millivatiu), |
2041
|
|
|
|
|
|
|
'other' => q({0} millivatios), |
2042
|
|
|
|
|
|
|
}, |
2043
|
|
|
|
|
|
|
'minute' => { |
2044
|
|
|
|
|
|
|
'name' => q(minutos), |
2045
|
|
|
|
|
|
|
'one' => q({0} minutu), |
2046
|
|
|
|
|
|
|
'other' => q({0} minutos), |
2047
|
|
|
|
|
|
|
'per' => q({0} per minutu), |
2048
|
|
|
|
|
|
|
}, |
2049
|
|
|
|
|
|
|
'month' => { |
2050
|
|
|
|
|
|
|
'name' => q(meses), |
2051
|
|
|
|
|
|
|
'one' => q({0} mes), |
2052
|
|
|
|
|
|
|
'other' => q({0} meses), |
2053
|
|
|
|
|
|
|
'per' => q({0} per mes), |
2054
|
|
|
|
|
|
|
}, |
2055
|
|
|
|
|
|
|
'nanometer' => { |
2056
|
|
|
|
|
|
|
'name' => q(nanómetros), |
2057
|
|
|
|
|
|
|
'one' => q({0} nanómetru), |
2058
|
|
|
|
|
|
|
'other' => q({0} nanómetros), |
2059
|
|
|
|
|
|
|
}, |
2060
|
|
|
|
|
|
|
'nanosecond' => { |
2061
|
|
|
|
|
|
|
'name' => q(nanosegundos), |
2062
|
|
|
|
|
|
|
'one' => q({0} nanosegundu), |
2063
|
|
|
|
|
|
|
'other' => q({0} nanosegundos), |
2064
|
|
|
|
|
|
|
}, |
2065
|
|
|
|
|
|
|
'nautical-mile' => { |
2066
|
|
|
|
|
|
|
'name' => q(milles náutiques), |
2067
|
|
|
|
|
|
|
'one' => q({0} milla náutica), |
2068
|
|
|
|
|
|
|
'other' => q({0} milles náutiques), |
2069
|
|
|
|
|
|
|
}, |
2070
|
|
|
|
|
|
|
'ohm' => { |
2071
|
|
|
|
|
|
|
'name' => q(ohmnios), |
2072
|
|
|
|
|
|
|
'one' => q({0} ohmiu), |
2073
|
|
|
|
|
|
|
'other' => q({0} ohmios), |
2074
|
|
|
|
|
|
|
}, |
2075
|
|
|
|
|
|
|
'ounce' => { |
2076
|
|
|
|
|
|
|
'name' => q(onces), |
2077
|
|
|
|
|
|
|
'one' => q({0} onza), |
2078
|
|
|
|
|
|
|
'other' => q({0} onces), |
2079
|
|
|
|
|
|
|
'per' => q({0} per onza), |
2080
|
|
|
|
|
|
|
}, |
2081
|
|
|
|
|
|
|
'ounce-troy' => { |
2082
|
|
|
|
|
|
|
'name' => q(onces troy), |
2083
|
|
|
|
|
|
|
'one' => q({0} onza troy), |
2084
|
|
|
|
|
|
|
'other' => q({0} onces troy), |
2085
|
|
|
|
|
|
|
}, |
2086
|
|
|
|
|
|
|
'parsec' => { |
2087
|
|
|
|
|
|
|
'name' => q(parsecs), |
2088
|
|
|
|
|
|
|
'one' => q({0} parsec), |
2089
|
|
|
|
|
|
|
'other' => q({0} parsecs), |
2090
|
|
|
|
|
|
|
}, |
2091
|
|
|
|
|
|
|
'per' => { |
2092
|
|
|
|
|
|
|
'1' => q({0} per {1}), |
2093
|
|
|
|
|
|
|
}, |
2094
|
|
|
|
|
|
|
'picometer' => { |
2095
|
|
|
|
|
|
|
'name' => q(picómetros), |
2096
|
|
|
|
|
|
|
'one' => q({0} picómetru), |
2097
|
|
|
|
|
|
|
'other' => q({0} picómetros), |
2098
|
|
|
|
|
|
|
}, |
2099
|
|
|
|
|
|
|
'pint' => { |
2100
|
|
|
|
|
|
|
'name' => q(pintes), |
2101
|
|
|
|
|
|
|
'one' => q({0} pinta), |
2102
|
|
|
|
|
|
|
'other' => q({0} pintes), |
2103
|
|
|
|
|
|
|
}, |
2104
|
|
|
|
|
|
|
'pint-metric' => { |
2105
|
|
|
|
|
|
|
'name' => q(pintes métriques), |
2106
|
|
|
|
|
|
|
'one' => q({0} pinta métrica), |
2107
|
|
|
|
|
|
|
'other' => q({0} pintes métriques), |
2108
|
|
|
|
|
|
|
}, |
2109
|
|
|
|
|
|
|
'pound' => { |
2110
|
|
|
|
|
|
|
'name' => q(llibres), |
2111
|
|
|
|
|
|
|
'one' => q({0} llibra), |
2112
|
|
|
|
|
|
|
'other' => q({0} llibres), |
2113
|
|
|
|
|
|
|
'per' => q({0} per llibra), |
2114
|
|
|
|
|
|
|
}, |
2115
|
|
|
|
|
|
|
'pound-per-square-inch' => { |
2116
|
|
|
|
|
|
|
'name' => q(llibres per pulgada cuadrada), |
2117
|
|
|
|
|
|
|
'one' => q({0} llibra per pulgada cuadrada), |
2118
|
|
|
|
|
|
|
'other' => q({0} llibres per pulgada cuadrada), |
2119
|
|
|
|
|
|
|
}, |
2120
|
|
|
|
|
|
|
'quart' => { |
2121
|
|
|
|
|
|
|
'name' => q(cuartos), |
2122
|
|
|
|
|
|
|
'one' => q({0} cuartu), |
2123
|
|
|
|
|
|
|
'other' => q({0} cuartos), |
2124
|
|
|
|
|
|
|
}, |
2125
|
|
|
|
|
|
|
'radian' => { |
2126
|
|
|
|
|
|
|
'name' => q(radianes), |
2127
|
|
|
|
|
|
|
'one' => q({0} radián), |
2128
|
|
|
|
|
|
|
'other' => q({0} radianes), |
2129
|
|
|
|
|
|
|
}, |
2130
|
|
|
|
|
|
|
'revolution' => { |
2131
|
|
|
|
|
|
|
'name' => q(revolución), |
2132
|
|
|
|
|
|
|
'one' => q({0} revolución), |
2133
|
|
|
|
|
|
|
'other' => q({0} revoluciones), |
2134
|
|
|
|
|
|
|
}, |
2135
|
|
|
|
|
|
|
'second' => { |
2136
|
|
|
|
|
|
|
'name' => q(segundos), |
2137
|
|
|
|
|
|
|
'one' => q({0} segundu), |
2138
|
|
|
|
|
|
|
'other' => q({0} segundos), |
2139
|
|
|
|
|
|
|
'per' => q({0} per segundu), |
2140
|
|
|
|
|
|
|
}, |
2141
|
|
|
|
|
|
|
'square-centimeter' => { |
2142
|
|
|
|
|
|
|
'name' => q(centÃmetros cuadraos), |
2143
|
|
|
|
|
|
|
'one' => q({0} centÃmetru cuadráu), |
2144
|
|
|
|
|
|
|
'other' => q({0} centÃmetros cuadraos), |
2145
|
|
|
|
|
|
|
'per' => q({0} per centÃmetru cuadráu), |
2146
|
|
|
|
|
|
|
}, |
2147
|
|
|
|
|
|
|
'square-foot' => { |
2148
|
|
|
|
|
|
|
'name' => q(pies cuadraos), |
2149
|
|
|
|
|
|
|
'one' => q({0} pie cuadráu), |
2150
|
|
|
|
|
|
|
'other' => q({0} pies cuadraos), |
2151
|
|
|
|
|
|
|
}, |
2152
|
|
|
|
|
|
|
'square-inch' => { |
2153
|
|
|
|
|
|
|
'name' => q(pulgaes cuadraes), |
2154
|
|
|
|
|
|
|
'one' => q({0} pulgada cuadrada), |
2155
|
|
|
|
|
|
|
'other' => q({0} pulgaes cuadraes), |
2156
|
|
|
|
|
|
|
'per' => q({0} per pulgada cuadrada), |
2157
|
|
|
|
|
|
|
}, |
2158
|
|
|
|
|
|
|
'square-kilometer' => { |
2159
|
|
|
|
|
|
|
'name' => q(kilómetros cuadraos), |
2160
|
|
|
|
|
|
|
'one' => q({0} kilómetru cuadráu), |
2161
|
|
|
|
|
|
|
'other' => q({0} kilómetros cuadraos), |
2162
|
|
|
|
|
|
|
}, |
2163
|
|
|
|
|
|
|
'square-meter' => { |
2164
|
|
|
|
|
|
|
'name' => q(metros cuadraos), |
2165
|
|
|
|
|
|
|
'one' => q({0} metru cuadráu), |
2166
|
|
|
|
|
|
|
'other' => q({0} metros cuadraos), |
2167
|
|
|
|
|
|
|
'per' => q({0} per metru cuadráu), |
2168
|
|
|
|
|
|
|
}, |
2169
|
|
|
|
|
|
|
'square-mile' => { |
2170
|
|
|
|
|
|
|
'name' => q(milles cuadraes), |
2171
|
|
|
|
|
|
|
'one' => q({0} milla cuadrada), |
2172
|
|
|
|
|
|
|
'other' => q({0} milles cuadraes), |
2173
|
|
|
|
|
|
|
}, |
2174
|
|
|
|
|
|
|
'square-yard' => { |
2175
|
|
|
|
|
|
|
'name' => q(yardes cuadraes), |
2176
|
|
|
|
|
|
|
'one' => q({0} yarda cuadrada), |
2177
|
|
|
|
|
|
|
'other' => q({0} yardes cuadraes), |
2178
|
|
|
|
|
|
|
}, |
2179
|
|
|
|
|
|
|
'stone' => { |
2180
|
|
|
|
|
|
|
'name' => q(piedres), |
2181
|
|
|
|
|
|
|
'one' => q({0} piedra), |
2182
|
|
|
|
|
|
|
'other' => q({0} piedres), |
2183
|
|
|
|
|
|
|
}, |
2184
|
|
|
|
|
|
|
'tablespoon' => { |
2185
|
|
|
|
|
|
|
'name' => q(cuyares), |
2186
|
|
|
|
|
|
|
'one' => q({0} cuyar), |
2187
|
|
|
|
|
|
|
'other' => q({0} cuyares), |
2188
|
|
|
|
|
|
|
}, |
2189
|
|
|
|
|
|
|
'teaspoon' => { |
2190
|
|
|
|
|
|
|
'name' => q(cuyarines), |
2191
|
|
|
|
|
|
|
'one' => q({0} cuyarina), |
2192
|
|
|
|
|
|
|
'other' => q({0} cuyarines), |
2193
|
|
|
|
|
|
|
}, |
2194
|
|
|
|
|
|
|
'terabit' => { |
2195
|
|
|
|
|
|
|
'name' => q(terabits), |
2196
|
|
|
|
|
|
|
'one' => q({0} terabit), |
2197
|
|
|
|
|
|
|
'other' => q({0} terabits), |
2198
|
|
|
|
|
|
|
}, |
2199
|
|
|
|
|
|
|
'terabyte' => { |
2200
|
|
|
|
|
|
|
'name' => q(terabytes), |
2201
|
|
|
|
|
|
|
'one' => q({0} terabyte), |
2202
|
|
|
|
|
|
|
'other' => q({0} terabytes), |
2203
|
|
|
|
|
|
|
}, |
2204
|
|
|
|
|
|
|
'ton' => { |
2205
|
|
|
|
|
|
|
'name' => q(tonelaes), |
2206
|
|
|
|
|
|
|
'one' => q({0} tonelada), |
2207
|
|
|
|
|
|
|
'other' => q({0} tonelaes), |
2208
|
|
|
|
|
|
|
}, |
2209
|
|
|
|
|
|
|
'volt' => { |
2210
|
|
|
|
|
|
|
'name' => q(voltios), |
2211
|
|
|
|
|
|
|
'one' => q({0} voltiu), |
2212
|
|
|
|
|
|
|
'other' => q({0} voltios), |
2213
|
|
|
|
|
|
|
}, |
2214
|
|
|
|
|
|
|
'watt' => { |
2215
|
|
|
|
|
|
|
'name' => q(vatios), |
2216
|
|
|
|
|
|
|
'one' => q({0} vatiu), |
2217
|
|
|
|
|
|
|
'other' => q({0} vatios), |
2218
|
|
|
|
|
|
|
}, |
2219
|
|
|
|
|
|
|
'week' => { |
2220
|
|
|
|
|
|
|
'name' => q(selmanes), |
2221
|
|
|
|
|
|
|
'one' => q({0} selmana), |
2222
|
|
|
|
|
|
|
'other' => q({0} selmanes), |
2223
|
|
|
|
|
|
|
'per' => q({0} per selmana), |
2224
|
|
|
|
|
|
|
}, |
2225
|
|
|
|
|
|
|
'yard' => { |
2226
|
|
|
|
|
|
|
'name' => q(yardes), |
2227
|
|
|
|
|
|
|
'one' => q({0} yarda), |
2228
|
|
|
|
|
|
|
'other' => q({0} yardes), |
2229
|
|
|
|
|
|
|
}, |
2230
|
|
|
|
|
|
|
'year' => { |
2231
|
|
|
|
|
|
|
'name' => q(años), |
2232
|
|
|
|
|
|
|
'one' => q({0} añu), |
2233
|
|
|
|
|
|
|
'other' => q({0} años), |
2234
|
|
|
|
|
|
|
'per' => q({0} per añu), |
2235
|
|
|
|
|
|
|
}, |
2236
|
|
|
|
|
|
|
}, |
2237
|
|
|
|
|
|
|
'narrow' => { |
2238
|
|
|
|
|
|
|
'acre' => { |
2239
|
|
|
|
|
|
|
'name' => q(acre), |
2240
|
|
|
|
|
|
|
'one' => q({0}ac), |
2241
|
|
|
|
|
|
|
'other' => q({0}ac), |
2242
|
|
|
|
|
|
|
}, |
2243
|
|
|
|
|
|
|
'acre-foot' => { |
2244
|
|
|
|
|
|
|
'name' => q(acre ft), |
2245
|
|
|
|
|
|
|
'one' => q({0}ac ft), |
2246
|
|
|
|
|
|
|
'other' => q({0}ac ft), |
2247
|
|
|
|
|
|
|
}, |
2248
|
|
|
|
|
|
|
'ampere' => { |
2249
|
|
|
|
|
|
|
'name' => q(amp), |
2250
|
|
|
|
|
|
|
'one' => q({0}A), |
2251
|
|
|
|
|
|
|
'other' => q({0}A), |
2252
|
|
|
|
|
|
|
}, |
2253
|
|
|
|
|
|
|
'arc-minute' => { |
2254
|
|
|
|
|
|
|
'name' => q(arcmin), |
2255
|
|
|
|
|
|
|
'one' => q({0}â²), |
2256
|
|
|
|
|
|
|
'other' => q({0}â²), |
2257
|
|
|
|
|
|
|
}, |
2258
|
|
|
|
|
|
|
'arc-second' => { |
2259
|
|
|
|
|
|
|
'name' => q(arcsecs), |
2260
|
|
|
|
|
|
|
'one' => q({0}â³), |
2261
|
|
|
|
|
|
|
'other' => q({0}â³), |
2262
|
|
|
|
|
|
|
}, |
2263
|
|
|
|
|
|
|
'astronomical-unit' => { |
2264
|
|
|
|
|
|
|
'name' => q(ua), |
2265
|
|
|
|
|
|
|
'one' => q({0}ua), |
2266
|
|
|
|
|
|
|
'other' => q({0}ua), |
2267
|
|
|
|
|
|
|
}, |
2268
|
|
|
|
|
|
|
'bit' => { |
2269
|
|
|
|
|
|
|
'name' => q(bit), |
2270
|
|
|
|
|
|
|
'one' => q({0}bit), |
2271
|
|
|
|
|
|
|
'other' => q({0}bits), |
2272
|
|
|
|
|
|
|
}, |
2273
|
|
|
|
|
|
|
'bushel' => { |
2274
|
|
|
|
|
|
|
'name' => q(bushel), |
2275
|
|
|
|
|
|
|
'one' => q({0}bu), |
2276
|
|
|
|
|
|
|
'other' => q({0}bu), |
2277
|
|
|
|
|
|
|
}, |
2278
|
|
|
|
|
|
|
'byte' => { |
2279
|
|
|
|
|
|
|
'name' => q(byte), |
2280
|
|
|
|
|
|
|
'one' => q({0}byte), |
2281
|
|
|
|
|
|
|
'other' => q({0}byte), |
2282
|
|
|
|
|
|
|
}, |
2283
|
|
|
|
|
|
|
'calorie' => { |
2284
|
|
|
|
|
|
|
'name' => q(cal), |
2285
|
|
|
|
|
|
|
'one' => q({0}cal), |
2286
|
|
|
|
|
|
|
'other' => q({0}cal), |
2287
|
|
|
|
|
|
|
}, |
2288
|
|
|
|
|
|
|
'carat' => { |
2289
|
|
|
|
|
|
|
'name' => q(quilates), |
2290
|
|
|
|
|
|
|
'one' => q({0}CD), |
2291
|
|
|
|
|
|
|
'other' => q({0}CD), |
2292
|
|
|
|
|
|
|
}, |
2293
|
|
|
|
|
|
|
'celsius' => { |
2294
|
|
|
|
|
|
|
'name' => q(°C), |
2295
|
|
|
|
|
|
|
'one' => q({0}°C), |
2296
|
|
|
|
|
|
|
'other' => q({0}°C), |
2297
|
|
|
|
|
|
|
}, |
2298
|
|
|
|
|
|
|
'centiliter' => { |
2299
|
|
|
|
|
|
|
'name' => q(cL), |
2300
|
|
|
|
|
|
|
'one' => q({0}cL), |
2301
|
|
|
|
|
|
|
'other' => q({0}cL), |
2302
|
|
|
|
|
|
|
}, |
2303
|
|
|
|
|
|
|
'centimeter' => { |
2304
|
|
|
|
|
|
|
'name' => q(cm), |
2305
|
|
|
|
|
|
|
'one' => q({0}cm), |
2306
|
|
|
|
|
|
|
'other' => q({0}cm), |
2307
|
|
|
|
|
|
|
'per' => q({0}/cm), |
2308
|
|
|
|
|
|
|
}, |
2309
|
|
|
|
|
|
|
'century' => { |
2310
|
|
|
|
|
|
|
'name' => q(sgl), |
2311
|
|
|
|
|
|
|
'one' => q({0} sgl), |
2312
|
|
|
|
|
|
|
'other' => q({0} sgls), |
2313
|
|
|
|
|
|
|
}, |
2314
|
|
|
|
|
|
|
'coordinate' => { |
2315
|
|
|
|
|
|
|
'east' => q({0}E), |
2316
|
|
|
|
|
|
|
'north' => q({0}N), |
2317
|
|
|
|
|
|
|
'south' => q({0}S), |
2318
|
|
|
|
|
|
|
'west' => q({0}O), |
2319
|
|
|
|
|
|
|
}, |
2320
|
|
|
|
|
|
|
'cubic-centimeter' => { |
2321
|
|
|
|
|
|
|
'name' => q(cm³), |
2322
|
|
|
|
|
|
|
'one' => q({0}cm³), |
2323
|
|
|
|
|
|
|
'other' => q({0}cm³), |
2324
|
|
|
|
|
|
|
'per' => q({0}/cm³), |
2325
|
|
|
|
|
|
|
}, |
2326
|
|
|
|
|
|
|
'cubic-foot' => { |
2327
|
|
|
|
|
|
|
'name' => q(ft³), |
2328
|
|
|
|
|
|
|
'one' => q({0}ft³), |
2329
|
|
|
|
|
|
|
'other' => q({0}ft³), |
2330
|
|
|
|
|
|
|
}, |
2331
|
|
|
|
|
|
|
'cubic-inch' => { |
2332
|
|
|
|
|
|
|
'name' => q(in³), |
2333
|
|
|
|
|
|
|
'one' => q({0}in³), |
2334
|
|
|
|
|
|
|
'other' => q({0}in³), |
2335
|
|
|
|
|
|
|
}, |
2336
|
|
|
|
|
|
|
'cubic-kilometer' => { |
2337
|
|
|
|
|
|
|
'name' => q(km³), |
2338
|
|
|
|
|
|
|
'one' => q({0}km³), |
2339
|
|
|
|
|
|
|
'other' => q({0}km³), |
2340
|
|
|
|
|
|
|
}, |
2341
|
|
|
|
|
|
|
'cubic-meter' => { |
2342
|
|
|
|
|
|
|
'name' => q(m³), |
2343
|
|
|
|
|
|
|
'one' => q({0}m³), |
2344
|
|
|
|
|
|
|
'other' => q({0}m³), |
2345
|
|
|
|
|
|
|
'per' => q({0}/m³), |
2346
|
|
|
|
|
|
|
}, |
2347
|
|
|
|
|
|
|
'cubic-mile' => { |
2348
|
|
|
|
|
|
|
'name' => q(mi³), |
2349
|
|
|
|
|
|
|
'one' => q({0}mi³), |
2350
|
|
|
|
|
|
|
'other' => q({0}mi³), |
2351
|
|
|
|
|
|
|
}, |
2352
|
|
|
|
|
|
|
'cubic-yard' => { |
2353
|
|
|
|
|
|
|
'name' => q(yd³), |
2354
|
|
|
|
|
|
|
'one' => q({0}yd³), |
2355
|
|
|
|
|
|
|
'other' => q({0}yd³), |
2356
|
|
|
|
|
|
|
}, |
2357
|
|
|
|
|
|
|
'cup' => { |
2358
|
|
|
|
|
|
|
'name' => q(taces), |
2359
|
|
|
|
|
|
|
'one' => q({0}tz), |
2360
|
|
|
|
|
|
|
'other' => q({0}tz), |
2361
|
|
|
|
|
|
|
}, |
2362
|
|
|
|
|
|
|
'cup-metric' => { |
2363
|
|
|
|
|
|
|
'name' => q(taces mét.), |
2364
|
|
|
|
|
|
|
'one' => q({0}mc), |
2365
|
|
|
|
|
|
|
'other' => q({0}mc), |
2366
|
|
|
|
|
|
|
}, |
2367
|
|
|
|
|
|
|
'day' => { |
2368
|
|
|
|
|
|
|
'name' => q(dÃa), |
2369
|
|
|
|
|
|
|
'one' => q({0}dÃa), |
2370
|
|
|
|
|
|
|
'other' => q({0}dÃes), |
2371
|
|
|
|
|
|
|
'per' => q({0}/dÃa), |
2372
|
|
|
|
|
|
|
}, |
2373
|
|
|
|
|
|
|
'deciliter' => { |
2374
|
|
|
|
|
|
|
'name' => q(dL), |
2375
|
|
|
|
|
|
|
'one' => q({0}dL), |
2376
|
|
|
|
|
|
|
'other' => q({0}dL), |
2377
|
|
|
|
|
|
|
}, |
2378
|
|
|
|
|
|
|
'decimeter' => { |
2379
|
|
|
|
|
|
|
'name' => q(dm), |
2380
|
|
|
|
|
|
|
'one' => q({0}dm), |
2381
|
|
|
|
|
|
|
'other' => q({0}dm), |
2382
|
|
|
|
|
|
|
}, |
2383
|
|
|
|
|
|
|
'degree' => { |
2384
|
|
|
|
|
|
|
'name' => q(graos), |
2385
|
|
|
|
|
|
|
'one' => q({0}°), |
2386
|
|
|
|
|
|
|
'other' => q({0}°), |
2387
|
|
|
|
|
|
|
}, |
2388
|
|
|
|
|
|
|
'fahrenheit' => { |
2389
|
|
|
|
|
|
|
'name' => q(°F), |
2390
|
|
|
|
|
|
|
'one' => q({0}°F), |
2391
|
|
|
|
|
|
|
'other' => q({0}°F), |
2392
|
|
|
|
|
|
|
}, |
2393
|
|
|
|
|
|
|
'fathom' => { |
2394
|
|
|
|
|
|
|
'name' => q(fathom), |
2395
|
|
|
|
|
|
|
'one' => q({0}fm), |
2396
|
|
|
|
|
|
|
'other' => q({0}fm), |
2397
|
|
|
|
|
|
|
}, |
2398
|
|
|
|
|
|
|
'fluid-ounce' => { |
2399
|
|
|
|
|
|
|
'name' => q(fl oz), |
2400
|
|
|
|
|
|
|
'one' => q({0}fl oz), |
2401
|
|
|
|
|
|
|
'other' => q({0}fl oz), |
2402
|
|
|
|
|
|
|
}, |
2403
|
|
|
|
|
|
|
'foodcalorie' => { |
2404
|
|
|
|
|
|
|
'name' => q(Cal), |
2405
|
|
|
|
|
|
|
'one' => q({0}Cal), |
2406
|
|
|
|
|
|
|
'other' => q({0}Cal), |
2407
|
|
|
|
|
|
|
}, |
2408
|
|
|
|
|
|
|
'foot' => { |
2409
|
|
|
|
|
|
|
'name' => q(ft), |
2410
|
|
|
|
|
|
|
'one' => q({0}â²), |
2411
|
|
|
|
|
|
|
'other' => q({0}â²), |
2412
|
|
|
|
|
|
|
'per' => q({0}/ft), |
2413
|
|
|
|
|
|
|
}, |
2414
|
|
|
|
|
|
|
'furlong' => { |
2415
|
|
|
|
|
|
|
'name' => q(furlongs), |
2416
|
|
|
|
|
|
|
'one' => q({0}fur), |
2417
|
|
|
|
|
|
|
'other' => q({0}fur), |
2418
|
|
|
|
|
|
|
}, |
2419
|
|
|
|
|
|
|
'g-force' => { |
2420
|
|
|
|
|
|
|
'name' => q(fuercia g), |
2421
|
|
|
|
|
|
|
'one' => q({0}G), |
2422
|
|
|
|
|
|
|
'other' => q({0}Gs), |
2423
|
|
|
|
|
|
|
}, |
2424
|
|
|
|
|
|
|
'gallon' => { |
2425
|
|
|
|
|
|
|
'name' => q(gal), |
2426
|
|
|
|
|
|
|
'one' => q({0}gal), |
2427
|
|
|
|
|
|
|
'other' => q({0}gal), |
2428
|
|
|
|
|
|
|
'per' => q({0}/gal), |
2429
|
|
|
|
|
|
|
}, |
2430
|
|
|
|
|
|
|
'generic' => { |
2431
|
|
|
|
|
|
|
'name' => q(°), |
2432
|
|
|
|
|
|
|
'one' => q({0}°), |
2433
|
|
|
|
|
|
|
'other' => q({0}°), |
2434
|
|
|
|
|
|
|
}, |
2435
|
|
|
|
|
|
|
'gigabit' => { |
2436
|
|
|
|
|
|
|
'name' => q(Gbit), |
2437
|
|
|
|
|
|
|
'one' => q({0}Gb), |
2438
|
|
|
|
|
|
|
'other' => q({0}Gb), |
2439
|
|
|
|
|
|
|
}, |
2440
|
|
|
|
|
|
|
'gigabyte' => { |
2441
|
|
|
|
|
|
|
'name' => q(GByte), |
2442
|
|
|
|
|
|
|
'one' => q({0}GB), |
2443
|
|
|
|
|
|
|
'other' => q({0}GB), |
2444
|
|
|
|
|
|
|
}, |
2445
|
|
|
|
|
|
|
'gigahertz' => { |
2446
|
|
|
|
|
|
|
'name' => q(GHz), |
2447
|
|
|
|
|
|
|
'one' => q({0}GHz), |
2448
|
|
|
|
|
|
|
'other' => q({0}GHz), |
2449
|
|
|
|
|
|
|
}, |
2450
|
|
|
|
|
|
|
'gigawatt' => { |
2451
|
|
|
|
|
|
|
'name' => q(GW), |
2452
|
|
|
|
|
|
|
'one' => q({0}GW), |
2453
|
|
|
|
|
|
|
'other' => q({0}GW), |
2454
|
|
|
|
|
|
|
}, |
2455
|
|
|
|
|
|
|
'gram' => { |
2456
|
|
|
|
|
|
|
'name' => q(gramos), |
2457
|
|
|
|
|
|
|
'one' => q({0}g), |
2458
|
|
|
|
|
|
|
'other' => q({0}g), |
2459
|
|
|
|
|
|
|
'per' => q({0}/g), |
2460
|
|
|
|
|
|
|
}, |
2461
|
|
|
|
|
|
|
'hectare' => { |
2462
|
|
|
|
|
|
|
'name' => q(hectárea), |
2463
|
|
|
|
|
|
|
'one' => q({0}ha), |
2464
|
|
|
|
|
|
|
'other' => q({0}ha), |
2465
|
|
|
|
|
|
|
}, |
2466
|
|
|
|
|
|
|
'hectoliter' => { |
2467
|
|
|
|
|
|
|
'name' => q(hL), |
2468
|
|
|
|
|
|
|
'one' => q({0}hL), |
2469
|
|
|
|
|
|
|
'other' => q({0}hL), |
2470
|
|
|
|
|
|
|
}, |
2471
|
|
|
|
|
|
|
'hectopascal' => { |
2472
|
|
|
|
|
|
|
'name' => q(hPa), |
2473
|
|
|
|
|
|
|
'one' => q({0}hPa), |
2474
|
|
|
|
|
|
|
'other' => q({0}hPa), |
2475
|
|
|
|
|
|
|
}, |
2476
|
|
|
|
|
|
|
'hertz' => { |
2477
|
|
|
|
|
|
|
'name' => q(Hz), |
2478
|
|
|
|
|
|
|
'one' => q({0}Hz), |
2479
|
|
|
|
|
|
|
'other' => q({0}Hz), |
2480
|
|
|
|
|
|
|
}, |
2481
|
|
|
|
|
|
|
'horsepower' => { |
2482
|
|
|
|
|
|
|
'name' => q(hp), |
2483
|
|
|
|
|
|
|
'one' => q({0}hp), |
2484
|
|
|
|
|
|
|
'other' => q({0}hp), |
2485
|
|
|
|
|
|
|
}, |
2486
|
|
|
|
|
|
|
'hour' => { |
2487
|
|
|
|
|
|
|
'name' => q(hora), |
2488
|
|
|
|
|
|
|
'one' => q({0}hr), |
2489
|
|
|
|
|
|
|
'other' => q({0}hrs), |
2490
|
|
|
|
|
|
|
'per' => q({0}/hr), |
2491
|
|
|
|
|
|
|
}, |
2492
|
|
|
|
|
|
|
'inch' => { |
2493
|
|
|
|
|
|
|
'name' => q(in), |
2494
|
|
|
|
|
|
|
'one' => q({0}â³), |
2495
|
|
|
|
|
|
|
'other' => q({0}â³), |
2496
|
|
|
|
|
|
|
'per' => q({0}/in), |
2497
|
|
|
|
|
|
|
}, |
2498
|
|
|
|
|
|
|
'inch-hg' => { |
2499
|
|
|
|
|
|
|
'name' => q(â³ Hg), |
2500
|
|
|
|
|
|
|
'one' => q({0}â³ Hg), |
2501
|
|
|
|
|
|
|
'other' => q({0}â³ Hg), |
2502
|
|
|
|
|
|
|
}, |
2503
|
|
|
|
|
|
|
'joule' => { |
2504
|
|
|
|
|
|
|
'name' => q(xulios), |
2505
|
|
|
|
|
|
|
'one' => q({0}J), |
2506
|
|
|
|
|
|
|
'other' => q({0}J), |
2507
|
|
|
|
|
|
|
}, |
2508
|
|
|
|
|
|
|
'karat' => { |
2509
|
|
|
|
|
|
|
'name' => q(quilate), |
2510
|
|
|
|
|
|
|
'one' => q({0}kt), |
2511
|
|
|
|
|
|
|
'other' => q({0}kt), |
2512
|
|
|
|
|
|
|
}, |
2513
|
|
|
|
|
|
|
'kelvin' => { |
2514
|
|
|
|
|
|
|
'name' => q(K), |
2515
|
|
|
|
|
|
|
'one' => q({0}K), |
2516
|
|
|
|
|
|
|
'other' => q({0}K), |
2517
|
|
|
|
|
|
|
}, |
2518
|
|
|
|
|
|
|
'kilobit' => { |
2519
|
|
|
|
|
|
|
'name' => q(kbit), |
2520
|
|
|
|
|
|
|
'one' => q({0}kb), |
2521
|
|
|
|
|
|
|
'other' => q({0}kb), |
2522
|
|
|
|
|
|
|
}, |
2523
|
|
|
|
|
|
|
'kilobyte' => { |
2524
|
|
|
|
|
|
|
'name' => q(kByte), |
2525
|
|
|
|
|
|
|
'one' => q({0}kB), |
2526
|
|
|
|
|
|
|
'other' => q({0}kB), |
2527
|
|
|
|
|
|
|
}, |
2528
|
|
|
|
|
|
|
'kilocalorie' => { |
2529
|
|
|
|
|
|
|
'name' => q(kcal), |
2530
|
|
|
|
|
|
|
'one' => q({0}kcal), |
2531
|
|
|
|
|
|
|
'other' => q({0}kcal), |
2532
|
|
|
|
|
|
|
}, |
2533
|
|
|
|
|
|
|
'kilogram' => { |
2534
|
|
|
|
|
|
|
'name' => q(kg), |
2535
|
|
|
|
|
|
|
'one' => q({0}kg), |
2536
|
|
|
|
|
|
|
'other' => q({0}kg), |
2537
|
|
|
|
|
|
|
'per' => q({0}/kg), |
2538
|
|
|
|
|
|
|
}, |
2539
|
|
|
|
|
|
|
'kilohertz' => { |
2540
|
|
|
|
|
|
|
'name' => q(kHz), |
2541
|
|
|
|
|
|
|
'one' => q({0}kHz), |
2542
|
|
|
|
|
|
|
'other' => q({0}kHz), |
2543
|
|
|
|
|
|
|
}, |
2544
|
|
|
|
|
|
|
'kilojoule' => { |
2545
|
|
|
|
|
|
|
'name' => q(kJ), |
2546
|
|
|
|
|
|
|
'one' => q({0}kJ), |
2547
|
|
|
|
|
|
|
'other' => q({0}kJ), |
2548
|
|
|
|
|
|
|
}, |
2549
|
|
|
|
|
|
|
'kilometer' => { |
2550
|
|
|
|
|
|
|
'name' => q(km), |
2551
|
|
|
|
|
|
|
'one' => q({0}km), |
2552
|
|
|
|
|
|
|
'other' => q({0}km), |
2553
|
|
|
|
|
|
|
'per' => q({0}/km), |
2554
|
|
|
|
|
|
|
}, |
2555
|
|
|
|
|
|
|
'kilometer-per-hour' => { |
2556
|
|
|
|
|
|
|
'name' => q(km/h), |
2557
|
|
|
|
|
|
|
'one' => q({0}km/h), |
2558
|
|
|
|
|
|
|
'other' => q({0}km/h), |
2559
|
|
|
|
|
|
|
}, |
2560
|
|
|
|
|
|
|
'kilowatt' => { |
2561
|
|
|
|
|
|
|
'name' => q(kW), |
2562
|
|
|
|
|
|
|
'one' => q({0}kW), |
2563
|
|
|
|
|
|
|
'other' => q({0}kW), |
2564
|
|
|
|
|
|
|
}, |
2565
|
|
|
|
|
|
|
'kilowatt-hour' => { |
2566
|
|
|
|
|
|
|
'name' => q(kWh), |
2567
|
|
|
|
|
|
|
'one' => q({0}kWh), |
2568
|
|
|
|
|
|
|
'other' => q({0}kWh), |
2569
|
|
|
|
|
|
|
}, |
2570
|
|
|
|
|
|
|
'knot' => { |
2571
|
|
|
|
|
|
|
'name' => q(kn), |
2572
|
|
|
|
|
|
|
'one' => q({0}kn), |
2573
|
|
|
|
|
|
|
'other' => q({0}kn), |
2574
|
|
|
|
|
|
|
}, |
2575
|
|
|
|
|
|
|
'light-year' => { |
2576
|
|
|
|
|
|
|
'name' => q(añ. lluz), |
2577
|
|
|
|
|
|
|
'one' => q({0}ly), |
2578
|
|
|
|
|
|
|
'other' => q({0}ly), |
2579
|
|
|
|
|
|
|
}, |
2580
|
|
|
|
|
|
|
'liter' => { |
2581
|
|
|
|
|
|
|
'name' => q(llitru), |
2582
|
|
|
|
|
|
|
'one' => q({0}l), |
2583
|
|
|
|
|
|
|
'other' => q({0}l), |
2584
|
|
|
|
|
|
|
'per' => q({0}/l), |
2585
|
|
|
|
|
|
|
}, |
2586
|
|
|
|
|
|
|
'liter-per-100kilometers' => { |
2587
|
|
|
|
|
|
|
'name' => q(L/100km), |
2588
|
|
|
|
|
|
|
'one' => q({0}L/100km), |
2589
|
|
|
|
|
|
|
'other' => q({0}L/100km), |
2590
|
|
|
|
|
|
|
}, |
2591
|
|
|
|
|
|
|
'liter-per-kilometer' => { |
2592
|
|
|
|
|
|
|
'name' => q(L/km), |
2593
|
|
|
|
|
|
|
'one' => q({0}L/km), |
2594
|
|
|
|
|
|
|
'other' => q({0}L/km), |
2595
|
|
|
|
|
|
|
}, |
2596
|
|
|
|
|
|
|
'lux' => { |
2597
|
|
|
|
|
|
|
'name' => q(lux), |
2598
|
|
|
|
|
|
|
'one' => q({0}lx), |
2599
|
|
|
|
|
|
|
'other' => q({0}lx), |
2600
|
|
|
|
|
|
|
}, |
2601
|
|
|
|
|
|
|
'megabit' => { |
2602
|
|
|
|
|
|
|
'name' => q(Mbit), |
2603
|
|
|
|
|
|
|
'one' => q({0}Mb), |
2604
|
|
|
|
|
|
|
'other' => q({0}Mb), |
2605
|
|
|
|
|
|
|
}, |
2606
|
|
|
|
|
|
|
'megabyte' => { |
2607
|
|
|
|
|
|
|
'name' => q(MByte), |
2608
|
|
|
|
|
|
|
'one' => q({0}MB), |
2609
|
|
|
|
|
|
|
'other' => q({0}MB), |
2610
|
|
|
|
|
|
|
}, |
2611
|
|
|
|
|
|
|
'megahertz' => { |
2612
|
|
|
|
|
|
|
'name' => q(MHz), |
2613
|
|
|
|
|
|
|
'one' => q({0}MHz), |
2614
|
|
|
|
|
|
|
'other' => q({0}MHz), |
2615
|
|
|
|
|
|
|
}, |
2616
|
|
|
|
|
|
|
'megaliter' => { |
2617
|
|
|
|
|
|
|
'name' => q(ML), |
2618
|
|
|
|
|
|
|
'one' => q({0}ML), |
2619
|
|
|
|
|
|
|
'other' => q({0}ML), |
2620
|
|
|
|
|
|
|
}, |
2621
|
|
|
|
|
|
|
'megawatt' => { |
2622
|
|
|
|
|
|
|
'name' => q(MW), |
2623
|
|
|
|
|
|
|
'one' => q({0}MW), |
2624
|
|
|
|
|
|
|
'other' => q({0}MW), |
2625
|
|
|
|
|
|
|
}, |
2626
|
|
|
|
|
|
|
'meter' => { |
2627
|
|
|
|
|
|
|
'name' => q(metru), |
2628
|
|
|
|
|
|
|
'one' => q({0}m), |
2629
|
|
|
|
|
|
|
'other' => q({0}m), |
2630
|
|
|
|
|
|
|
'per' => q({0}/m), |
2631
|
|
|
|
|
|
|
}, |
2632
|
|
|
|
|
|
|
'meter-per-second' => { |
2633
|
|
|
|
|
|
|
'name' => q(m/s), |
2634
|
|
|
|
|
|
|
'one' => q({0}m/s), |
2635
|
|
|
|
|
|
|
'other' => q({0}m/s), |
2636
|
|
|
|
|
|
|
}, |
2637
|
|
|
|
|
|
|
'meter-per-second-squared' => { |
2638
|
|
|
|
|
|
|
'name' => q(m/s²), |
2639
|
|
|
|
|
|
|
'one' => q({0}m/s²), |
2640
|
|
|
|
|
|
|
'other' => q({0}m/s²), |
2641
|
|
|
|
|
|
|
}, |
2642
|
|
|
|
|
|
|
'metric-ton' => { |
2643
|
|
|
|
|
|
|
'name' => q(t), |
2644
|
|
|
|
|
|
|
'one' => q({0}t), |
2645
|
|
|
|
|
|
|
'other' => q({0}t), |
2646
|
|
|
|
|
|
|
}, |
2647
|
|
|
|
|
|
|
'microgram' => { |
2648
|
|
|
|
|
|
|
'name' => q(µg), |
2649
|
|
|
|
|
|
|
'one' => q({0}µg), |
2650
|
|
|
|
|
|
|
'other' => q({0}µg), |
2651
|
|
|
|
|
|
|
}, |
2652
|
|
|
|
|
|
|
'micrometer' => { |
2653
|
|
|
|
|
|
|
'name' => q(µm), |
2654
|
|
|
|
|
|
|
'one' => q({0}µm), |
2655
|
|
|
|
|
|
|
'other' => q({0}µm), |
2656
|
|
|
|
|
|
|
}, |
2657
|
|
|
|
|
|
|
'microsecond' => { |
2658
|
|
|
|
|
|
|
'name' => q(μseg), |
2659
|
|
|
|
|
|
|
'one' => q({0}μs), |
2660
|
|
|
|
|
|
|
'other' => q({0}μs), |
2661
|
|
|
|
|
|
|
}, |
2662
|
|
|
|
|
|
|
'mile' => { |
2663
|
|
|
|
|
|
|
'name' => q(mi), |
2664
|
|
|
|
|
|
|
'one' => q({0}mi), |
2665
|
|
|
|
|
|
|
'other' => q({0}mi), |
2666
|
|
|
|
|
|
|
}, |
2667
|
|
|
|
|
|
|
'mile-per-gallon' => { |
2668
|
|
|
|
|
|
|
'name' => q(mpg), |
2669
|
|
|
|
|
|
|
'one' => q({0}mpg), |
2670
|
|
|
|
|
|
|
'other' => q({0}mpg), |
2671
|
|
|
|
|
|
|
}, |
2672
|
|
|
|
|
|
|
'mile-per-hour' => { |
2673
|
|
|
|
|
|
|
'name' => q(mi/h), |
2674
|
|
|
|
|
|
|
'one' => q({0}mph), |
2675
|
|
|
|
|
|
|
'other' => q({0}mph), |
2676
|
|
|
|
|
|
|
}, |
2677
|
|
|
|
|
|
|
'mile-scandinavian' => { |
2678
|
|
|
|
|
|
|
'name' => q(smi), |
2679
|
|
|
|
|
|
|
'one' => q({0}smi), |
2680
|
|
|
|
|
|
|
'other' => q({0}smi), |
2681
|
|
|
|
|
|
|
}, |
2682
|
|
|
|
|
|
|
'milliampere' => { |
2683
|
|
|
|
|
|
|
'name' => q(mA), |
2684
|
|
|
|
|
|
|
'one' => q({0}mA), |
2685
|
|
|
|
|
|
|
'other' => q({0}mA), |
2686
|
|
|
|
|
|
|
}, |
2687
|
|
|
|
|
|
|
'millibar' => { |
2688
|
|
|
|
|
|
|
'name' => q(mbar), |
2689
|
|
|
|
|
|
|
'one' => q({0}mb), |
2690
|
|
|
|
|
|
|
'other' => q({0}mb), |
2691
|
|
|
|
|
|
|
}, |
2692
|
|
|
|
|
|
|
'milligram' => { |
2693
|
|
|
|
|
|
|
'name' => q(mg), |
2694
|
|
|
|
|
|
|
'one' => q({0}mg), |
2695
|
|
|
|
|
|
|
'other' => q({0}mg), |
2696
|
|
|
|
|
|
|
}, |
2697
|
|
|
|
|
|
|
'milliliter' => { |
2698
|
|
|
|
|
|
|
'name' => q(mL), |
2699
|
|
|
|
|
|
|
'one' => q({0}mL), |
2700
|
|
|
|
|
|
|
'other' => q({0}mL), |
2701
|
|
|
|
|
|
|
}, |
2702
|
|
|
|
|
|
|
'millimeter' => { |
2703
|
|
|
|
|
|
|
'name' => q(mm), |
2704
|
|
|
|
|
|
|
'one' => q({0}mm), |
2705
|
|
|
|
|
|
|
'other' => q({0}mm), |
2706
|
|
|
|
|
|
|
}, |
2707
|
|
|
|
|
|
|
'millimeter-of-mercury' => { |
2708
|
|
|
|
|
|
|
'name' => q(mm Hg), |
2709
|
|
|
|
|
|
|
'one' => q({0}mm Hg), |
2710
|
|
|
|
|
|
|
'other' => q({0}mm Hg), |
2711
|
|
|
|
|
|
|
}, |
2712
|
|
|
|
|
|
|
'millisecond' => { |
2713
|
|
|
|
|
|
|
'name' => q(mseg), |
2714
|
|
|
|
|
|
|
'one' => q({0}ms), |
2715
|
|
|
|
|
|
|
'other' => q({0}ms), |
2716
|
|
|
|
|
|
|
}, |
2717
|
|
|
|
|
|
|
'milliwatt' => { |
2718
|
|
|
|
|
|
|
'name' => q(mW), |
2719
|
|
|
|
|
|
|
'one' => q({0}mW), |
2720
|
|
|
|
|
|
|
'other' => q({0}mW), |
2721
|
|
|
|
|
|
|
}, |
2722
|
|
|
|
|
|
|
'minute' => { |
2723
|
|
|
|
|
|
|
'name' => q(min), |
2724
|
|
|
|
|
|
|
'one' => q({0}min), |
2725
|
|
|
|
|
|
|
'other' => q({0}mins), |
2726
|
|
|
|
|
|
|
'per' => q({0}/min), |
2727
|
|
|
|
|
|
|
}, |
2728
|
|
|
|
|
|
|
'month' => { |
2729
|
|
|
|
|
|
|
'name' => q(mes), |
2730
|
|
|
|
|
|
|
'one' => q({0}mes), |
2731
|
|
|
|
|
|
|
'other' => q({0}meses), |
2732
|
|
|
|
|
|
|
'per' => q({0}/mes), |
2733
|
|
|
|
|
|
|
}, |
2734
|
|
|
|
|
|
|
'nanometer' => { |
2735
|
|
|
|
|
|
|
'name' => q(nm), |
2736
|
|
|
|
|
|
|
'one' => q({0}nm), |
2737
|
|
|
|
|
|
|
'other' => q({0}nm), |
2738
|
|
|
|
|
|
|
}, |
2739
|
|
|
|
|
|
|
'nanosecond' => { |
2740
|
|
|
|
|
|
|
'name' => q(ns), |
2741
|
|
|
|
|
|
|
'one' => q({0}ns), |
2742
|
|
|
|
|
|
|
'other' => q({0}ns), |
2743
|
|
|
|
|
|
|
}, |
2744
|
|
|
|
|
|
|
'nautical-mile' => { |
2745
|
|
|
|
|
|
|
'name' => q(nmi), |
2746
|
|
|
|
|
|
|
'one' => q({0}nmi), |
2747
|
|
|
|
|
|
|
'other' => q({0}nmi), |
2748
|
|
|
|
|
|
|
}, |
2749
|
|
|
|
|
|
|
'ohm' => { |
2750
|
|
|
|
|
|
|
'name' => q(ohmnios), |
2751
|
|
|
|
|
|
|
'one' => q({0}Ω), |
2752
|
|
|
|
|
|
|
'other' => q({0}Ω), |
2753
|
|
|
|
|
|
|
}, |
2754
|
|
|
|
|
|
|
'ounce' => { |
2755
|
|
|
|
|
|
|
'name' => q(oz), |
2756
|
|
|
|
|
|
|
'one' => q({0}oz), |
2757
|
|
|
|
|
|
|
'other' => q({0}oz), |
2758
|
|
|
|
|
|
|
'per' => q({0}/oz), |
2759
|
|
|
|
|
|
|
}, |
2760
|
|
|
|
|
|
|
'ounce-troy' => { |
2761
|
|
|
|
|
|
|
'name' => q(oz t), |
2762
|
|
|
|
|
|
|
'one' => q({0}oz t), |
2763
|
|
|
|
|
|
|
'other' => q({0}oz t), |
2764
|
|
|
|
|
|
|
}, |
2765
|
|
|
|
|
|
|
'parsec' => { |
2766
|
|
|
|
|
|
|
'name' => q(parsec), |
2767
|
|
|
|
|
|
|
'one' => q({0}pc), |
2768
|
|
|
|
|
|
|
'other' => q({0}pc), |
2769
|
|
|
|
|
|
|
}, |
2770
|
|
|
|
|
|
|
'per' => { |
2771
|
|
|
|
|
|
|
'1' => q({0}/{1}), |
2772
|
|
|
|
|
|
|
}, |
2773
|
|
|
|
|
|
|
'picometer' => { |
2774
|
|
|
|
|
|
|
'name' => q(pm), |
2775
|
|
|
|
|
|
|
'one' => q({0}pm), |
2776
|
|
|
|
|
|
|
'other' => q({0}pm), |
2777
|
|
|
|
|
|
|
}, |
2778
|
|
|
|
|
|
|
'pint' => { |
2779
|
|
|
|
|
|
|
'name' => q(pt), |
2780
|
|
|
|
|
|
|
'one' => q({0}pt), |
2781
|
|
|
|
|
|
|
'other' => q({0}pt), |
2782
|
|
|
|
|
|
|
}, |
2783
|
|
|
|
|
|
|
'pint-metric' => { |
2784
|
|
|
|
|
|
|
'name' => q(mpt), |
2785
|
|
|
|
|
|
|
'one' => q({0}mpt), |
2786
|
|
|
|
|
|
|
'other' => q({0}mpt), |
2787
|
|
|
|
|
|
|
}, |
2788
|
|
|
|
|
|
|
'pound' => { |
2789
|
|
|
|
|
|
|
'name' => q(lb), |
2790
|
|
|
|
|
|
|
'one' => q({0}#), |
2791
|
|
|
|
|
|
|
'other' => q({0}#), |
2792
|
|
|
|
|
|
|
'per' => q({0}/lb), |
2793
|
|
|
|
|
|
|
}, |
2794
|
|
|
|
|
|
|
'pound-per-square-inch' => { |
2795
|
|
|
|
|
|
|
'name' => q(psi), |
2796
|
|
|
|
|
|
|
'one' => q({0}psi), |
2797
|
|
|
|
|
|
|
'other' => q({0}psi), |
2798
|
|
|
|
|
|
|
}, |
2799
|
|
|
|
|
|
|
'quart' => { |
2800
|
|
|
|
|
|
|
'name' => q(qt), |
2801
|
|
|
|
|
|
|
'one' => q({0}qt), |
2802
|
|
|
|
|
|
|
'other' => q({0}qt), |
2803
|
|
|
|
|
|
|
}, |
2804
|
|
|
|
|
|
|
'radian' => { |
2805
|
|
|
|
|
|
|
'name' => q(rad), |
2806
|
|
|
|
|
|
|
'one' => q({0}rad), |
2807
|
|
|
|
|
|
|
'other' => q({0}rad), |
2808
|
|
|
|
|
|
|
}, |
2809
|
|
|
|
|
|
|
'revolution' => { |
2810
|
|
|
|
|
|
|
'name' => q(rev), |
2811
|
|
|
|
|
|
|
'one' => q({0}rev), |
2812
|
|
|
|
|
|
|
'other' => q({0}rev), |
2813
|
|
|
|
|
|
|
}, |
2814
|
|
|
|
|
|
|
'second' => { |
2815
|
|
|
|
|
|
|
'name' => q(seg), |
2816
|
|
|
|
|
|
|
'one' => q({0}seg), |
2817
|
|
|
|
|
|
|
'other' => q({0}segs), |
2818
|
|
|
|
|
|
|
'per' => q({0}/seg), |
2819
|
|
|
|
|
|
|
}, |
2820
|
|
|
|
|
|
|
'square-centimeter' => { |
2821
|
|
|
|
|
|
|
'name' => q(cm²), |
2822
|
|
|
|
|
|
|
'one' => q({0}cm²), |
2823
|
|
|
|
|
|
|
'other' => q({0}cm²), |
2824
|
|
|
|
|
|
|
'per' => q({0}/cm²), |
2825
|
|
|
|
|
|
|
}, |
2826
|
|
|
|
|
|
|
'square-foot' => { |
2827
|
|
|
|
|
|
|
'name' => q(ft²), |
2828
|
|
|
|
|
|
|
'one' => q({0}ft²), |
2829
|
|
|
|
|
|
|
'other' => q({0}ft²), |
2830
|
|
|
|
|
|
|
}, |
2831
|
|
|
|
|
|
|
'square-inch' => { |
2832
|
|
|
|
|
|
|
'name' => q(in²), |
2833
|
|
|
|
|
|
|
'one' => q({0}in²), |
2834
|
|
|
|
|
|
|
'other' => q({0}in²), |
2835
|
|
|
|
|
|
|
'per' => q({0}/in²), |
2836
|
|
|
|
|
|
|
}, |
2837
|
|
|
|
|
|
|
'square-kilometer' => { |
2838
|
|
|
|
|
|
|
'name' => q(km²), |
2839
|
|
|
|
|
|
|
'one' => q({0} km²), |
2840
|
|
|
|
|
|
|
'other' => q({0} km²), |
2841
|
|
|
|
|
|
|
}, |
2842
|
|
|
|
|
|
|
'square-meter' => { |
2843
|
|
|
|
|
|
|
'name' => q(m²), |
2844
|
|
|
|
|
|
|
'one' => q({0} m²), |
2845
|
|
|
|
|
|
|
'other' => q({0} m²), |
2846
|
|
|
|
|
|
|
'per' => q({0} per m²), |
2847
|
|
|
|
|
|
|
}, |
2848
|
|
|
|
|
|
|
'square-mile' => { |
2849
|
|
|
|
|
|
|
'name' => q(mi²), |
2850
|
|
|
|
|
|
|
'one' => q({0}mi²), |
2851
|
|
|
|
|
|
|
'other' => q({0}mi²), |
2852
|
|
|
|
|
|
|
}, |
2853
|
|
|
|
|
|
|
'square-yard' => { |
2854
|
|
|
|
|
|
|
'name' => q(yd²), |
2855
|
|
|
|
|
|
|
'one' => q({0}yd²), |
2856
|
|
|
|
|
|
|
'other' => q({0}yd²), |
2857
|
|
|
|
|
|
|
}, |
2858
|
|
|
|
|
|
|
'stone' => { |
2859
|
|
|
|
|
|
|
'name' => q(piedres), |
2860
|
|
|
|
|
|
|
'one' => q({0}st), |
2861
|
|
|
|
|
|
|
'other' => q({0}st), |
2862
|
|
|
|
|
|
|
}, |
2863
|
|
|
|
|
|
|
'tablespoon' => { |
2864
|
|
|
|
|
|
|
'name' => q(tbsp), |
2865
|
|
|
|
|
|
|
'one' => q({0}tbsp), |
2866
|
|
|
|
|
|
|
'other' => q({0}tbsp), |
2867
|
|
|
|
|
|
|
}, |
2868
|
|
|
|
|
|
|
'teaspoon' => { |
2869
|
|
|
|
|
|
|
'name' => q(tsp), |
2870
|
|
|
|
|
|
|
'one' => q({0}tsp), |
2871
|
|
|
|
|
|
|
'other' => q({0}tsp), |
2872
|
|
|
|
|
|
|
}, |
2873
|
|
|
|
|
|
|
'terabit' => { |
2874
|
|
|
|
|
|
|
'name' => q(Tbit), |
2875
|
|
|
|
|
|
|
'one' => q({0}Tb), |
2876
|
|
|
|
|
|
|
'other' => q({0}Tb), |
2877
|
|
|
|
|
|
|
}, |
2878
|
|
|
|
|
|
|
'terabyte' => { |
2879
|
|
|
|
|
|
|
'name' => q(TByte), |
2880
|
|
|
|
|
|
|
'one' => q({0}TB), |
2881
|
|
|
|
|
|
|
'other' => q({0}TB), |
2882
|
|
|
|
|
|
|
}, |
2883
|
|
|
|
|
|
|
'ton' => { |
2884
|
|
|
|
|
|
|
'name' => q(ton), |
2885
|
|
|
|
|
|
|
'one' => q({0}tn), |
2886
|
|
|
|
|
|
|
'other' => q({0}tn), |
2887
|
|
|
|
|
|
|
}, |
2888
|
|
|
|
|
|
|
'volt' => { |
2889
|
|
|
|
|
|
|
'name' => q(voltios), |
2890
|
|
|
|
|
|
|
'one' => q({0}V), |
2891
|
|
|
|
|
|
|
'other' => q({0}V), |
2892
|
|
|
|
|
|
|
}, |
2893
|
|
|
|
|
|
|
'watt' => { |
2894
|
|
|
|
|
|
|
'name' => q(vatios), |
2895
|
|
|
|
|
|
|
'one' => q({0}W), |
2896
|
|
|
|
|
|
|
'other' => q({0}W), |
2897
|
|
|
|
|
|
|
}, |
2898
|
|
|
|
|
|
|
'week' => { |
2899
|
|
|
|
|
|
|
'name' => q(sel), |
2900
|
|
|
|
|
|
|
'one' => q({0}sel), |
2901
|
|
|
|
|
|
|
'other' => q({0}sels), |
2902
|
|
|
|
|
|
|
'per' => q({0}/sel), |
2903
|
|
|
|
|
|
|
}, |
2904
|
|
|
|
|
|
|
'yard' => { |
2905
|
|
|
|
|
|
|
'name' => q(yd), |
2906
|
|
|
|
|
|
|
'one' => q({0}yd), |
2907
|
|
|
|
|
|
|
'other' => q({0}yd), |
2908
|
|
|
|
|
|
|
}, |
2909
|
|
|
|
|
|
|
'year' => { |
2910
|
|
|
|
|
|
|
'name' => q(añ), |
2911
|
|
|
|
|
|
|
'one' => q({0}añ), |
2912
|
|
|
|
|
|
|
'other' => q({0}añs), |
2913
|
|
|
|
|
|
|
'per' => q({0}/añ), |
2914
|
|
|
|
|
|
|
}, |
2915
|
|
|
|
|
|
|
}, |
2916
|
|
|
|
|
|
|
'short' => { |
2917
|
|
|
|
|
|
|
'acre' => { |
2918
|
|
|
|
|
|
|
'name' => q(acre), |
2919
|
|
|
|
|
|
|
'one' => q({0} ac), |
2920
|
|
|
|
|
|
|
'other' => q({0} ac), |
2921
|
|
|
|
|
|
|
}, |
2922
|
|
|
|
|
|
|
'acre-foot' => { |
2923
|
|
|
|
|
|
|
'name' => q(ac ft), |
2924
|
|
|
|
|
|
|
'one' => q({0} ac ft), |
2925
|
|
|
|
|
|
|
'other' => q({0} ac ft), |
2926
|
|
|
|
|
|
|
}, |
2927
|
|
|
|
|
|
|
'ampere' => { |
2928
|
|
|
|
|
|
|
'name' => q(amps), |
2929
|
|
|
|
|
|
|
'one' => q({0} A), |
2930
|
|
|
|
|
|
|
'other' => q({0} A), |
2931
|
|
|
|
|
|
|
}, |
2932
|
|
|
|
|
|
|
'arc-minute' => { |
2933
|
|
|
|
|
|
|
'name' => q(arcmins), |
2934
|
|
|
|
|
|
|
'one' => q({0} arcmin), |
2935
|
|
|
|
|
|
|
'other' => q({0} arcmins), |
2936
|
|
|
|
|
|
|
}, |
2937
|
|
|
|
|
|
|
'arc-second' => { |
2938
|
|
|
|
|
|
|
'name' => q(arcsecs), |
2939
|
|
|
|
|
|
|
'one' => q({0}â³), |
2940
|
|
|
|
|
|
|
'other' => q({0}â³), |
2941
|
|
|
|
|
|
|
}, |
2942
|
|
|
|
|
|
|
'astronomical-unit' => { |
2943
|
|
|
|
|
|
|
'name' => q(ua), |
2944
|
|
|
|
|
|
|
'one' => q({0} ua), |
2945
|
|
|
|
|
|
|
'other' => q({0} ua), |
2946
|
|
|
|
|
|
|
}, |
2947
|
|
|
|
|
|
|
'bit' => { |
2948
|
|
|
|
|
|
|
'name' => q(bit), |
2949
|
|
|
|
|
|
|
'one' => q({0} bit), |
2950
|
|
|
|
|
|
|
'other' => q({0} bit), |
2951
|
|
|
|
|
|
|
}, |
2952
|
|
|
|
|
|
|
'bushel' => { |
2953
|
|
|
|
|
|
|
'name' => q(bushels), |
2954
|
|
|
|
|
|
|
'one' => q({0} bu), |
2955
|
|
|
|
|
|
|
'other' => q({0} bu), |
2956
|
|
|
|
|
|
|
}, |
2957
|
|
|
|
|
|
|
'byte' => { |
2958
|
|
|
|
|
|
|
'name' => q(byte), |
2959
|
|
|
|
|
|
|
'one' => q({0} byte), |
2960
|
|
|
|
|
|
|
'other' => q({0} byte), |
2961
|
|
|
|
|
|
|
}, |
2962
|
|
|
|
|
|
|
'calorie' => { |
2963
|
|
|
|
|
|
|
'name' => q(cal), |
2964
|
|
|
|
|
|
|
'one' => q({0} cal), |
2965
|
|
|
|
|
|
|
'other' => q({0} cal), |
2966
|
|
|
|
|
|
|
}, |
2967
|
|
|
|
|
|
|
'carat' => { |
2968
|
|
|
|
|
|
|
'name' => q(quilates), |
2969
|
|
|
|
|
|
|
'one' => q({0} CD), |
2970
|
|
|
|
|
|
|
'other' => q({0} CD), |
2971
|
|
|
|
|
|
|
}, |
2972
|
|
|
|
|
|
|
'celsius' => { |
2973
|
|
|
|
|
|
|
'name' => q(°C), |
2974
|
|
|
|
|
|
|
'one' => q({0}°C), |
2975
|
|
|
|
|
|
|
'other' => q({0}°C), |
2976
|
|
|
|
|
|
|
}, |
2977
|
|
|
|
|
|
|
'centiliter' => { |
2978
|
|
|
|
|
|
|
'name' => q(cL), |
2979
|
|
|
|
|
|
|
'one' => q({0} cL), |
2980
|
|
|
|
|
|
|
'other' => q({0} cL), |
2981
|
|
|
|
|
|
|
}, |
2982
|
|
|
|
|
|
|
'centimeter' => { |
2983
|
|
|
|
|
|
|
'name' => q(cm), |
2984
|
|
|
|
|
|
|
'one' => q({0} cm), |
2985
|
|
|
|
|
|
|
'other' => q({0} cm), |
2986
|
|
|
|
|
|
|
'per' => q({0}/cm), |
2987
|
|
|
|
|
|
|
}, |
2988
|
|
|
|
|
|
|
'century' => { |
2989
|
|
|
|
|
|
|
'name' => q(sgl), |
2990
|
|
|
|
|
|
|
'one' => q({0} sgl), |
2991
|
|
|
|
|
|
|
'other' => q({0} sgls), |
2992
|
|
|
|
|
|
|
}, |
2993
|
|
|
|
|
|
|
'coordinate' => { |
2994
|
|
|
|
|
|
|
'east' => q({0}E), |
2995
|
|
|
|
|
|
|
'north' => q({0}N), |
2996
|
|
|
|
|
|
|
'south' => q({0}S), |
2997
|
|
|
|
|
|
|
'west' => q({0}O), |
2998
|
|
|
|
|
|
|
}, |
2999
|
|
|
|
|
|
|
'cubic-centimeter' => { |
3000
|
|
|
|
|
|
|
'name' => q(cm³), |
3001
|
|
|
|
|
|
|
'one' => q({0} cm³), |
3002
|
|
|
|
|
|
|
'other' => q({0} cm³), |
3003
|
|
|
|
|
|
|
'per' => q({0}/cm³), |
3004
|
|
|
|
|
|
|
}, |
3005
|
|
|
|
|
|
|
'cubic-foot' => { |
3006
|
|
|
|
|
|
|
'name' => q(ft³), |
3007
|
|
|
|
|
|
|
'one' => q({0} ft³), |
3008
|
|
|
|
|
|
|
'other' => q({0} ft³), |
3009
|
|
|
|
|
|
|
}, |
3010
|
|
|
|
|
|
|
'cubic-inch' => { |
3011
|
|
|
|
|
|
|
'name' => q(pulgaes³), |
3012
|
|
|
|
|
|
|
'one' => q({0} in³), |
3013
|
|
|
|
|
|
|
'other' => q({0} in³), |
3014
|
|
|
|
|
|
|
}, |
3015
|
|
|
|
|
|
|
'cubic-kilometer' => { |
3016
|
|
|
|
|
|
|
'name' => q(km³), |
3017
|
|
|
|
|
|
|
'one' => q({0} km³), |
3018
|
|
|
|
|
|
|
'other' => q({0} km³), |
3019
|
|
|
|
|
|
|
}, |
3020
|
|
|
|
|
|
|
'cubic-meter' => { |
3021
|
|
|
|
|
|
|
'name' => q(m³), |
3022
|
|
|
|
|
|
|
'one' => q({0} m³), |
3023
|
|
|
|
|
|
|
'other' => q({0} m³), |
3024
|
|
|
|
|
|
|
'per' => q({0}/m³), |
3025
|
|
|
|
|
|
|
}, |
3026
|
|
|
|
|
|
|
'cubic-mile' => { |
3027
|
|
|
|
|
|
|
'name' => q(mi³), |
3028
|
|
|
|
|
|
|
'one' => q({0} mi³), |
3029
|
|
|
|
|
|
|
'other' => q({0} mi³), |
3030
|
|
|
|
|
|
|
}, |
3031
|
|
|
|
|
|
|
'cubic-yard' => { |
3032
|
|
|
|
|
|
|
'name' => q(yd³), |
3033
|
|
|
|
|
|
|
'one' => q({0} yd³), |
3034
|
|
|
|
|
|
|
'other' => q({0} yd³), |
3035
|
|
|
|
|
|
|
}, |
3036
|
|
|
|
|
|
|
'cup' => { |
3037
|
|
|
|
|
|
|
'name' => q(taces), |
3038
|
|
|
|
|
|
|
'one' => q({0} tz), |
3039
|
|
|
|
|
|
|
'other' => q({0} tz), |
3040
|
|
|
|
|
|
|
}, |
3041
|
|
|
|
|
|
|
'cup-metric' => { |
3042
|
|
|
|
|
|
|
'name' => q(taces mét.), |
3043
|
|
|
|
|
|
|
'one' => q({0} mc), |
3044
|
|
|
|
|
|
|
'other' => q({0} mc), |
3045
|
|
|
|
|
|
|
}, |
3046
|
|
|
|
|
|
|
'day' => { |
3047
|
|
|
|
|
|
|
'name' => q(dÃes), |
3048
|
|
|
|
|
|
|
'one' => q({0} dÃa), |
3049
|
|
|
|
|
|
|
'other' => q({0} dÃes), |
3050
|
|
|
|
|
|
|
'per' => q({0}/dÃa), |
3051
|
|
|
|
|
|
|
}, |
3052
|
|
|
|
|
|
|
'deciliter' => { |
3053
|
|
|
|
|
|
|
'name' => q(dL), |
3054
|
|
|
|
|
|
|
'one' => q({0} dL), |
3055
|
|
|
|
|
|
|
'other' => q({0} dL), |
3056
|
|
|
|
|
|
|
}, |
3057
|
|
|
|
|
|
|
'decimeter' => { |
3058
|
|
|
|
|
|
|
'name' => q(dm), |
3059
|
|
|
|
|
|
|
'one' => q({0} dm), |
3060
|
|
|
|
|
|
|
'other' => q({0} dm), |
3061
|
|
|
|
|
|
|
}, |
3062
|
|
|
|
|
|
|
'degree' => { |
3063
|
|
|
|
|
|
|
'name' => q(graos), |
3064
|
|
|
|
|
|
|
'one' => q({0}°), |
3065
|
|
|
|
|
|
|
'other' => q({0}°), |
3066
|
|
|
|
|
|
|
}, |
3067
|
|
|
|
|
|
|
'fahrenheit' => { |
3068
|
|
|
|
|
|
|
'name' => q(°F), |
3069
|
|
|
|
|
|
|
'one' => q({0}°F), |
3070
|
|
|
|
|
|
|
'other' => q({0}°F), |
3071
|
|
|
|
|
|
|
}, |
3072
|
|
|
|
|
|
|
'fathom' => { |
3073
|
|
|
|
|
|
|
'name' => q(fathoms), |
3074
|
|
|
|
|
|
|
'one' => q({0} ftm), |
3075
|
|
|
|
|
|
|
'other' => q({0} ftm), |
3076
|
|
|
|
|
|
|
}, |
3077
|
|
|
|
|
|
|
'fluid-ounce' => { |
3078
|
|
|
|
|
|
|
'name' => q(fl oz), |
3079
|
|
|
|
|
|
|
'one' => q({0} fl oz), |
3080
|
|
|
|
|
|
|
'other' => q({0} fl oz), |
3081
|
|
|
|
|
|
|
}, |
3082
|
|
|
|
|
|
|
'foodcalorie' => { |
3083
|
|
|
|
|
|
|
'name' => q(Cal), |
3084
|
|
|
|
|
|
|
'one' => q({0} Cal), |
3085
|
|
|
|
|
|
|
'other' => q({0} Cal), |
3086
|
|
|
|
|
|
|
}, |
3087
|
|
|
|
|
|
|
'foot' => { |
3088
|
|
|
|
|
|
|
'name' => q(pies), |
3089
|
|
|
|
|
|
|
'one' => q({0} ft), |
3090
|
|
|
|
|
|
|
'other' => q({0} ft), |
3091
|
|
|
|
|
|
|
'per' => q({0}/ft), |
3092
|
|
|
|
|
|
|
}, |
3093
|
|
|
|
|
|
|
'furlong' => { |
3094
|
|
|
|
|
|
|
'name' => q(furlongs), |
3095
|
|
|
|
|
|
|
'one' => q({0} fur), |
3096
|
|
|
|
|
|
|
'other' => q({0} fur), |
3097
|
|
|
|
|
|
|
}, |
3098
|
|
|
|
|
|
|
'g-force' => { |
3099
|
|
|
|
|
|
|
'name' => q(fuercia g), |
3100
|
|
|
|
|
|
|
'one' => q({0} G), |
3101
|
|
|
|
|
|
|
'other' => q({0} Gs), |
3102
|
|
|
|
|
|
|
}, |
3103
|
|
|
|
|
|
|
'gallon' => { |
3104
|
|
|
|
|
|
|
'name' => q(gal), |
3105
|
|
|
|
|
|
|
'one' => q({0} gal), |
3106
|
|
|
|
|
|
|
'other' => q({0} gal), |
3107
|
|
|
|
|
|
|
'per' => q({0}/gal), |
3108
|
|
|
|
|
|
|
}, |
3109
|
|
|
|
|
|
|
'generic' => { |
3110
|
|
|
|
|
|
|
'name' => q(°), |
3111
|
|
|
|
|
|
|
'one' => q({0}°), |
3112
|
|
|
|
|
|
|
'other' => q({0}°), |
3113
|
|
|
|
|
|
|
}, |
3114
|
|
|
|
|
|
|
'gigabit' => { |
3115
|
|
|
|
|
|
|
'name' => q(Gbit), |
3116
|
|
|
|
|
|
|
'one' => q({0} Gb), |
3117
|
|
|
|
|
|
|
'other' => q({0} Gb), |
3118
|
|
|
|
|
|
|
}, |
3119
|
|
|
|
|
|
|
'gigabyte' => { |
3120
|
|
|
|
|
|
|
'name' => q(GByte), |
3121
|
|
|
|
|
|
|
'one' => q({0} GB), |
3122
|
|
|
|
|
|
|
'other' => q({0} GB), |
3123
|
|
|
|
|
|
|
}, |
3124
|
|
|
|
|
|
|
'gigahertz' => { |
3125
|
|
|
|
|
|
|
'name' => q(GHz), |
3126
|
|
|
|
|
|
|
'one' => q({0} GHz), |
3127
|
|
|
|
|
|
|
'other' => q({0} GHz), |
3128
|
|
|
|
|
|
|
}, |
3129
|
|
|
|
|
|
|
'gigawatt' => { |
3130
|
|
|
|
|
|
|
'name' => q(GW), |
3131
|
|
|
|
|
|
|
'one' => q({0} GW), |
3132
|
|
|
|
|
|
|
'other' => q({0} GW), |
3133
|
|
|
|
|
|
|
}, |
3134
|
|
|
|
|
|
|
'gram' => { |
3135
|
|
|
|
|
|
|
'name' => q(gramos), |
3136
|
|
|
|
|
|
|
'one' => q({0} g), |
3137
|
|
|
|
|
|
|
'other' => q({0} g), |
3138
|
|
|
|
|
|
|
'per' => q({0}/g), |
3139
|
|
|
|
|
|
|
}, |
3140
|
|
|
|
|
|
|
'hectare' => { |
3141
|
|
|
|
|
|
|
'name' => q(hectárees), |
3142
|
|
|
|
|
|
|
'one' => q({0} ha), |
3143
|
|
|
|
|
|
|
'other' => q({0} ha), |
3144
|
|
|
|
|
|
|
}, |
3145
|
|
|
|
|
|
|
'hectoliter' => { |
3146
|
|
|
|
|
|
|
'name' => q(hectollitros), |
3147
|
|
|
|
|
|
|
'one' => q({0} hL), |
3148
|
|
|
|
|
|
|
'other' => q({0} hL), |
3149
|
|
|
|
|
|
|
}, |
3150
|
|
|
|
|
|
|
'hectopascal' => { |
3151
|
|
|
|
|
|
|
'name' => q(hPa), |
3152
|
|
|
|
|
|
|
'one' => q({0} hPa), |
3153
|
|
|
|
|
|
|
'other' => q({0} hPa), |
3154
|
|
|
|
|
|
|
}, |
3155
|
|
|
|
|
|
|
'hertz' => { |
3156
|
|
|
|
|
|
|
'name' => q(Hz), |
3157
|
|
|
|
|
|
|
'one' => q({0} Hz), |
3158
|
|
|
|
|
|
|
'other' => q({0} Hz), |
3159
|
|
|
|
|
|
|
}, |
3160
|
|
|
|
|
|
|
'horsepower' => { |
3161
|
|
|
|
|
|
|
'name' => q(hp), |
3162
|
|
|
|
|
|
|
'one' => q({0} hp), |
3163
|
|
|
|
|
|
|
'other' => q({0} hp), |
3164
|
|
|
|
|
|
|
}, |
3165
|
|
|
|
|
|
|
'hour' => { |
3166
|
|
|
|
|
|
|
'name' => q(hores), |
3167
|
|
|
|
|
|
|
'one' => q({0} hr), |
3168
|
|
|
|
|
|
|
'other' => q({0} hrs), |
3169
|
|
|
|
|
|
|
'per' => q({0}/hr), |
3170
|
|
|
|
|
|
|
}, |
3171
|
|
|
|
|
|
|
'inch' => { |
3172
|
|
|
|
|
|
|
'name' => q(pulgaes), |
3173
|
|
|
|
|
|
|
'one' => q({0} in), |
3174
|
|
|
|
|
|
|
'other' => q({0} in), |
3175
|
|
|
|
|
|
|
'per' => q({0}/in), |
3176
|
|
|
|
|
|
|
}, |
3177
|
|
|
|
|
|
|
'inch-hg' => { |
3178
|
|
|
|
|
|
|
'name' => q(in Hg), |
3179
|
|
|
|
|
|
|
'one' => q({0} inHg), |
3180
|
|
|
|
|
|
|
'other' => q({0} inHg), |
3181
|
|
|
|
|
|
|
}, |
3182
|
|
|
|
|
|
|
'joule' => { |
3183
|
|
|
|
|
|
|
'name' => q(xulios), |
3184
|
|
|
|
|
|
|
'one' => q({0} J), |
3185
|
|
|
|
|
|
|
'other' => q({0} J), |
3186
|
|
|
|
|
|
|
}, |
3187
|
|
|
|
|
|
|
'karat' => { |
3188
|
|
|
|
|
|
|
'name' => q(quilates), |
3189
|
|
|
|
|
|
|
'one' => q({0} kt), |
3190
|
|
|
|
|
|
|
'other' => q({0} kt), |
3191
|
|
|
|
|
|
|
}, |
3192
|
|
|
|
|
|
|
'kelvin' => { |
3193
|
|
|
|
|
|
|
'name' => q(K), |
3194
|
|
|
|
|
|
|
'one' => q({0} K), |
3195
|
|
|
|
|
|
|
'other' => q({0} K), |
3196
|
|
|
|
|
|
|
}, |
3197
|
|
|
|
|
|
|
'kilobit' => { |
3198
|
|
|
|
|
|
|
'name' => q(kbit), |
3199
|
|
|
|
|
|
|
'one' => q({0} kb), |
3200
|
|
|
|
|
|
|
'other' => q({0} kb), |
3201
|
|
|
|
|
|
|
}, |
3202
|
|
|
|
|
|
|
'kilobyte' => { |
3203
|
|
|
|
|
|
|
'name' => q(kByte), |
3204
|
|
|
|
|
|
|
'one' => q({0} kB), |
3205
|
|
|
|
|
|
|
'other' => q({0} kB), |
3206
|
|
|
|
|
|
|
}, |
3207
|
|
|
|
|
|
|
'kilocalorie' => { |
3208
|
|
|
|
|
|
|
'name' => q(kcal), |
3209
|
|
|
|
|
|
|
'one' => q({0} kcal), |
3210
|
|
|
|
|
|
|
'other' => q({0} kcal), |
3211
|
|
|
|
|
|
|
}, |
3212
|
|
|
|
|
|
|
'kilogram' => { |
3213
|
|
|
|
|
|
|
'name' => q(kg), |
3214
|
|
|
|
|
|
|
'one' => q({0} kg), |
3215
|
|
|
|
|
|
|
'other' => q({0} kg), |
3216
|
|
|
|
|
|
|
'per' => q({0}/kg), |
3217
|
|
|
|
|
|
|
}, |
3218
|
|
|
|
|
|
|
'kilohertz' => { |
3219
|
|
|
|
|
|
|
'name' => q(kHz), |
3220
|
|
|
|
|
|
|
'one' => q({0} kHz), |
3221
|
|
|
|
|
|
|
'other' => q({0} kHz), |
3222
|
|
|
|
|
|
|
}, |
3223
|
|
|
|
|
|
|
'kilojoule' => { |
3224
|
|
|
|
|
|
|
'name' => q(quiloxuliu), |
3225
|
|
|
|
|
|
|
'one' => q({0} kJ), |
3226
|
|
|
|
|
|
|
'other' => q({0} kJ), |
3227
|
|
|
|
|
|
|
}, |
3228
|
|
|
|
|
|
|
'kilometer' => { |
3229
|
|
|
|
|
|
|
'name' => q(km), |
3230
|
|
|
|
|
|
|
'one' => q({0} km), |
3231
|
|
|
|
|
|
|
'other' => q({0} km), |
3232
|
|
|
|
|
|
|
'per' => q({0}/km), |
3233
|
|
|
|
|
|
|
}, |
3234
|
|
|
|
|
|
|
'kilometer-per-hour' => { |
3235
|
|
|
|
|
|
|
'name' => q(km/h), |
3236
|
|
|
|
|
|
|
'one' => q({0} km/h), |
3237
|
|
|
|
|
|
|
'other' => q({0} km/h), |
3238
|
|
|
|
|
|
|
}, |
3239
|
|
|
|
|
|
|
'kilowatt' => { |
3240
|
|
|
|
|
|
|
'name' => q(kW), |
3241
|
|
|
|
|
|
|
'one' => q({0} kW), |
3242
|
|
|
|
|
|
|
'other' => q({0} kW), |
3243
|
|
|
|
|
|
|
}, |
3244
|
|
|
|
|
|
|
'kilowatt-hour' => { |
3245
|
|
|
|
|
|
|
'name' => q(kW-hora), |
3246
|
|
|
|
|
|
|
'one' => q({0} kWh), |
3247
|
|
|
|
|
|
|
'other' => q({0} kWh), |
3248
|
|
|
|
|
|
|
}, |
3249
|
|
|
|
|
|
|
'knot' => { |
3250
|
|
|
|
|
|
|
'name' => q(kn), |
3251
|
|
|
|
|
|
|
'one' => q({0} kn), |
3252
|
|
|
|
|
|
|
'other' => q({0} kn), |
3253
|
|
|
|
|
|
|
}, |
3254
|
|
|
|
|
|
|
'light-year' => { |
3255
|
|
|
|
|
|
|
'name' => q(añ. lluz), |
3256
|
|
|
|
|
|
|
'one' => q({0} ly), |
3257
|
|
|
|
|
|
|
'other' => q({0} ly), |
3258
|
|
|
|
|
|
|
}, |
3259
|
|
|
|
|
|
|
'liter' => { |
3260
|
|
|
|
|
|
|
'name' => q(llitros), |
3261
|
|
|
|
|
|
|
'one' => q({0} l), |
3262
|
|
|
|
|
|
|
'other' => q({0} l), |
3263
|
|
|
|
|
|
|
'per' => q({0}/l), |
3264
|
|
|
|
|
|
|
}, |
3265
|
|
|
|
|
|
|
'liter-per-100kilometers' => { |
3266
|
|
|
|
|
|
|
'name' => q(L/100km), |
3267
|
|
|
|
|
|
|
'one' => q({0} L/100km), |
3268
|
|
|
|
|
|
|
'other' => q({0} L/100km), |
3269
|
|
|
|
|
|
|
}, |
3270
|
|
|
|
|
|
|
'liter-per-kilometer' => { |
3271
|
|
|
|
|
|
|
'name' => q(llitros/km), |
3272
|
|
|
|
|
|
|
'one' => q({0} L/km), |
3273
|
|
|
|
|
|
|
'other' => q({0} L/km), |
3274
|
|
|
|
|
|
|
}, |
3275
|
|
|
|
|
|
|
'lux' => { |
3276
|
|
|
|
|
|
|
'name' => q(lux), |
3277
|
|
|
|
|
|
|
'one' => q({0} lx), |
3278
|
|
|
|
|
|
|
'other' => q({0} lx), |
3279
|
|
|
|
|
|
|
}, |
3280
|
|
|
|
|
|
|
'megabit' => { |
3281
|
|
|
|
|
|
|
'name' => q(Mbit), |
3282
|
|
|
|
|
|
|
'one' => q({0} Mb), |
3283
|
|
|
|
|
|
|
'other' => q({0} Mb), |
3284
|
|
|
|
|
|
|
}, |
3285
|
|
|
|
|
|
|
'megabyte' => { |
3286
|
|
|
|
|
|
|
'name' => q(MByte), |
3287
|
|
|
|
|
|
|
'one' => q({0} MB), |
3288
|
|
|
|
|
|
|
'other' => q({0} MB), |
3289
|
|
|
|
|
|
|
}, |
3290
|
|
|
|
|
|
|
'megahertz' => { |
3291
|
|
|
|
|
|
|
'name' => q(MHz), |
3292
|
|
|
|
|
|
|
'one' => q({0} MHz), |
3293
|
|
|
|
|
|
|
'other' => q({0} MHz), |
3294
|
|
|
|
|
|
|
}, |
3295
|
|
|
|
|
|
|
'megaliter' => { |
3296
|
|
|
|
|
|
|
'name' => q(ML), |
3297
|
|
|
|
|
|
|
'one' => q({0} ML), |
3298
|
|
|
|
|
|
|
'other' => q({0} ML), |
3299
|
|
|
|
|
|
|
}, |
3300
|
|
|
|
|
|
|
'megawatt' => { |
3301
|
|
|
|
|
|
|
'name' => q(MW), |
3302
|
|
|
|
|
|
|
'one' => q({0} MW), |
3303
|
|
|
|
|
|
|
'other' => q({0} MW), |
3304
|
|
|
|
|
|
|
}, |
3305
|
|
|
|
|
|
|
'meter' => { |
3306
|
|
|
|
|
|
|
'name' => q(metros), |
3307
|
|
|
|
|
|
|
'one' => q({0} m), |
3308
|
|
|
|
|
|
|
'other' => q({0} m), |
3309
|
|
|
|
|
|
|
'per' => q({0}/m), |
3310
|
|
|
|
|
|
|
}, |
3311
|
|
|
|
|
|
|
'meter-per-second' => { |
3312
|
|
|
|
|
|
|
'name' => q(metros/seg), |
3313
|
|
|
|
|
|
|
'one' => q({0} m/s), |
3314
|
|
|
|
|
|
|
'other' => q({0} m/s), |
3315
|
|
|
|
|
|
|
}, |
3316
|
|
|
|
|
|
|
'meter-per-second-squared' => { |
3317
|
|
|
|
|
|
|
'name' => q(m/s²), |
3318
|
|
|
|
|
|
|
'one' => q({0} m/s²), |
3319
|
|
|
|
|
|
|
'other' => q({0} m/s²), |
3320
|
|
|
|
|
|
|
}, |
3321
|
|
|
|
|
|
|
'metric-ton' => { |
3322
|
|
|
|
|
|
|
'name' => q(t), |
3323
|
|
|
|
|
|
|
'one' => q({0} t), |
3324
|
|
|
|
|
|
|
'other' => q({0} t), |
3325
|
|
|
|
|
|
|
}, |
3326
|
|
|
|
|
|
|
'microgram' => { |
3327
|
|
|
|
|
|
|
'name' => q(µg), |
3328
|
|
|
|
|
|
|
'one' => q({0} µg), |
3329
|
|
|
|
|
|
|
'other' => q({0} µg), |
3330
|
|
|
|
|
|
|
}, |
3331
|
|
|
|
|
|
|
'micrometer' => { |
3332
|
|
|
|
|
|
|
'name' => q(µmetros), |
3333
|
|
|
|
|
|
|
'one' => q({0} µm), |
3334
|
|
|
|
|
|
|
'other' => q({0} µm), |
3335
|
|
|
|
|
|
|
}, |
3336
|
|
|
|
|
|
|
'microsecond' => { |
3337
|
|
|
|
|
|
|
'name' => q(μsegs), |
3338
|
|
|
|
|
|
|
'one' => q({0} μs), |
3339
|
|
|
|
|
|
|
'other' => q({0} μs), |
3340
|
|
|
|
|
|
|
}, |
3341
|
|
|
|
|
|
|
'mile' => { |
3342
|
|
|
|
|
|
|
'name' => q(milles), |
3343
|
|
|
|
|
|
|
'one' => q({0} mi), |
3344
|
|
|
|
|
|
|
'other' => q({0} mi), |
3345
|
|
|
|
|
|
|
}, |
3346
|
|
|
|
|
|
|
'mile-per-gallon' => { |
3347
|
|
|
|
|
|
|
'name' => q(milles/gal), |
3348
|
|
|
|
|
|
|
'one' => q({0} mpg), |
3349
|
|
|
|
|
|
|
'other' => q({0} mpg), |
3350
|
|
|
|
|
|
|
}, |
3351
|
|
|
|
|
|
|
'mile-per-hour' => { |
3352
|
|
|
|
|
|
|
'name' => q(milles/hora), |
3353
|
|
|
|
|
|
|
'one' => q({0} mi/h), |
3354
|
|
|
|
|
|
|
'other' => q({0} mi/h), |
3355
|
|
|
|
|
|
|
}, |
3356
|
|
|
|
|
|
|
'mile-scandinavian' => { |
3357
|
|
|
|
|
|
|
'name' => q(smi), |
3358
|
|
|
|
|
|
|
'one' => q({0} smi), |
3359
|
|
|
|
|
|
|
'other' => q({0} smi), |
3360
|
|
|
|
|
|
|
}, |
3361
|
|
|
|
|
|
|
'milliampere' => { |
3362
|
|
|
|
|
|
|
'name' => q(miliamps), |
3363
|
|
|
|
|
|
|
'one' => q({0} mA), |
3364
|
|
|
|
|
|
|
'other' => q({0} mA), |
3365
|
|
|
|
|
|
|
}, |
3366
|
|
|
|
|
|
|
'millibar' => { |
3367
|
|
|
|
|
|
|
'name' => q(mbar), |
3368
|
|
|
|
|
|
|
'one' => q({0} mbar), |
3369
|
|
|
|
|
|
|
'other' => q({0} mbar), |
3370
|
|
|
|
|
|
|
}, |
3371
|
|
|
|
|
|
|
'milligram' => { |
3372
|
|
|
|
|
|
|
'name' => q(mg), |
3373
|
|
|
|
|
|
|
'one' => q({0} mg), |
3374
|
|
|
|
|
|
|
'other' => q({0} mg), |
3375
|
|
|
|
|
|
|
}, |
3376
|
|
|
|
|
|
|
'milliliter' => { |
3377
|
|
|
|
|
|
|
'name' => q(mL), |
3378
|
|
|
|
|
|
|
'one' => q({0} mL), |
3379
|
|
|
|
|
|
|
'other' => q({0} mL), |
3380
|
|
|
|
|
|
|
}, |
3381
|
|
|
|
|
|
|
'millimeter' => { |
3382
|
|
|
|
|
|
|
'name' => q(mm), |
3383
|
|
|
|
|
|
|
'one' => q({0} mm), |
3384
|
|
|
|
|
|
|
'other' => q({0} mm), |
3385
|
|
|
|
|
|
|
}, |
3386
|
|
|
|
|
|
|
'millimeter-of-mercury' => { |
3387
|
|
|
|
|
|
|
'name' => q(mm Hg), |
3388
|
|
|
|
|
|
|
'one' => q({0} mm Hg), |
3389
|
|
|
|
|
|
|
'other' => q({0} mm Hg), |
3390
|
|
|
|
|
|
|
}, |
3391
|
|
|
|
|
|
|
'millisecond' => { |
3392
|
|
|
|
|
|
|
'name' => q(milisegs), |
3393
|
|
|
|
|
|
|
'one' => q({0} ms), |
3394
|
|
|
|
|
|
|
'other' => q({0} ms), |
3395
|
|
|
|
|
|
|
}, |
3396
|
|
|
|
|
|
|
'milliwatt' => { |
3397
|
|
|
|
|
|
|
'name' => q(mW), |
3398
|
|
|
|
|
|
|
'one' => q({0} mW), |
3399
|
|
|
|
|
|
|
'other' => q({0} mW), |
3400
|
|
|
|
|
|
|
}, |
3401
|
|
|
|
|
|
|
'minute' => { |
3402
|
|
|
|
|
|
|
'name' => q(mins), |
3403
|
|
|
|
|
|
|
'one' => q({0} min), |
3404
|
|
|
|
|
|
|
'other' => q({0} mins), |
3405
|
|
|
|
|
|
|
'per' => q({0}/min), |
3406
|
|
|
|
|
|
|
}, |
3407
|
|
|
|
|
|
|
'month' => { |
3408
|
|
|
|
|
|
|
'name' => q(meses), |
3409
|
|
|
|
|
|
|
'one' => q({0} mes), |
3410
|
|
|
|
|
|
|
'other' => q({0} meses), |
3411
|
|
|
|
|
|
|
'per' => q({0}/mes), |
3412
|
|
|
|
|
|
|
}, |
3413
|
|
|
|
|
|
|
'nanometer' => { |
3414
|
|
|
|
|
|
|
'name' => q(nm), |
3415
|
|
|
|
|
|
|
'one' => q({0} nm), |
3416
|
|
|
|
|
|
|
'other' => q({0} nm), |
3417
|
|
|
|
|
|
|
}, |
3418
|
|
|
|
|
|
|
'nanosecond' => { |
3419
|
|
|
|
|
|
|
'name' => q(nanosegs), |
3420
|
|
|
|
|
|
|
'one' => q({0} ns), |
3421
|
|
|
|
|
|
|
'other' => q({0} ns), |
3422
|
|
|
|
|
|
|
}, |
3423
|
|
|
|
|
|
|
'nautical-mile' => { |
3424
|
|
|
|
|
|
|
'name' => q(nmi), |
3425
|
|
|
|
|
|
|
'one' => q({0} nmi), |
3426
|
|
|
|
|
|
|
'other' => q({0} nmi), |
3427
|
|
|
|
|
|
|
}, |
3428
|
|
|
|
|
|
|
'ohm' => { |
3429
|
|
|
|
|
|
|
'name' => q(ohmnios), |
3430
|
|
|
|
|
|
|
'one' => q({0} Ω), |
3431
|
|
|
|
|
|
|
'other' => q({0} Ω), |
3432
|
|
|
|
|
|
|
}, |
3433
|
|
|
|
|
|
|
'ounce' => { |
3434
|
|
|
|
|
|
|
'name' => q(oz), |
3435
|
|
|
|
|
|
|
'one' => q({0} oz), |
3436
|
|
|
|
|
|
|
'other' => q({0} oz), |
3437
|
|
|
|
|
|
|
'per' => q({0}/oz), |
3438
|
|
|
|
|
|
|
}, |
3439
|
|
|
|
|
|
|
'ounce-troy' => { |
3440
|
|
|
|
|
|
|
'name' => q(oz troy), |
3441
|
|
|
|
|
|
|
'one' => q({0} oz t), |
3442
|
|
|
|
|
|
|
'other' => q({0} oz t), |
3443
|
|
|
|
|
|
|
}, |
3444
|
|
|
|
|
|
|
'parsec' => { |
3445
|
|
|
|
|
|
|
'name' => q(pc), |
3446
|
|
|
|
|
|
|
'one' => q({0} pc), |
3447
|
|
|
|
|
|
|
'other' => q({0} pc), |
3448
|
|
|
|
|
|
|
}, |
3449
|
|
|
|
|
|
|
'per' => { |
3450
|
|
|
|
|
|
|
'1' => q({0}/{1}), |
3451
|
|
|
|
|
|
|
}, |
3452
|
|
|
|
|
|
|
'picometer' => { |
3453
|
|
|
|
|
|
|
'name' => q(pm), |
3454
|
|
|
|
|
|
|
'one' => q({0} pm), |
3455
|
|
|
|
|
|
|
'other' => q({0} pm), |
3456
|
|
|
|
|
|
|
}, |
3457
|
|
|
|
|
|
|
'pint' => { |
3458
|
|
|
|
|
|
|
'name' => q(pintes), |
3459
|
|
|
|
|
|
|
'one' => q({0} pt), |
3460
|
|
|
|
|
|
|
'other' => q({0} pt), |
3461
|
|
|
|
|
|
|
}, |
3462
|
|
|
|
|
|
|
'pint-metric' => { |
3463
|
|
|
|
|
|
|
'name' => q(mpt), |
3464
|
|
|
|
|
|
|
'one' => q({0} mpt), |
3465
|
|
|
|
|
|
|
'other' => q({0} mpt), |
3466
|
|
|
|
|
|
|
}, |
3467
|
|
|
|
|
|
|
'pound' => { |
3468
|
|
|
|
|
|
|
'name' => q(llibres), |
3469
|
|
|
|
|
|
|
'one' => q({0} lb), |
3470
|
|
|
|
|
|
|
'other' => q({0} lbs), |
3471
|
|
|
|
|
|
|
'per' => q({0}/lb), |
3472
|
|
|
|
|
|
|
}, |
3473
|
|
|
|
|
|
|
'pound-per-square-inch' => { |
3474
|
|
|
|
|
|
|
'name' => q(psi), |
3475
|
|
|
|
|
|
|
'one' => q({0} psi), |
3476
|
|
|
|
|
|
|
'other' => q({0} psi), |
3477
|
|
|
|
|
|
|
}, |
3478
|
|
|
|
|
|
|
'quart' => { |
3479
|
|
|
|
|
|
|
'name' => q(cuartos), |
3480
|
|
|
|
|
|
|
'one' => q({0} qt), |
3481
|
|
|
|
|
|
|
'other' => q({0} qt), |
3482
|
|
|
|
|
|
|
}, |
3483
|
|
|
|
|
|
|
'radian' => { |
3484
|
|
|
|
|
|
|
'name' => q(radianes), |
3485
|
|
|
|
|
|
|
'one' => q({0} rad), |
3486
|
|
|
|
|
|
|
'other' => q({0} rad), |
3487
|
|
|
|
|
|
|
}, |
3488
|
|
|
|
|
|
|
'revolution' => { |
3489
|
|
|
|
|
|
|
'name' => q(rev), |
3490
|
|
|
|
|
|
|
'one' => q({0} rev), |
3491
|
|
|
|
|
|
|
'other' => q({0} rev), |
3492
|
|
|
|
|
|
|
}, |
3493
|
|
|
|
|
|
|
'second' => { |
3494
|
|
|
|
|
|
|
'name' => q(segs), |
3495
|
|
|
|
|
|
|
'one' => q({0} seg), |
3496
|
|
|
|
|
|
|
'other' => q({0} segs), |
3497
|
|
|
|
|
|
|
'per' => q({0}/seg), |
3498
|
|
|
|
|
|
|
}, |
3499
|
|
|
|
|
|
|
'square-centimeter' => { |
3500
|
|
|
|
|
|
|
'name' => q(cm²), |
3501
|
|
|
|
|
|
|
'one' => q({0} cm²), |
3502
|
|
|
|
|
|
|
'other' => q({0} cm²), |
3503
|
|
|
|
|
|
|
'per' => q({0}/cm²), |
3504
|
|
|
|
|
|
|
}, |
3505
|
|
|
|
|
|
|
'square-foot' => { |
3506
|
|
|
|
|
|
|
'name' => q(ft²), |
3507
|
|
|
|
|
|
|
'one' => q({0} ft²), |
3508
|
|
|
|
|
|
|
'other' => q({0} ft²), |
3509
|
|
|
|
|
|
|
}, |
3510
|
|
|
|
|
|
|
'square-inch' => { |
3511
|
|
|
|
|
|
|
'name' => q(in²), |
3512
|
|
|
|
|
|
|
'one' => q({0} in²), |
3513
|
|
|
|
|
|
|
'other' => q({0} in²), |
3514
|
|
|
|
|
|
|
'per' => q({0}/in²), |
3515
|
|
|
|
|
|
|
}, |
3516
|
|
|
|
|
|
|
'square-kilometer' => { |
3517
|
|
|
|
|
|
|
'name' => q(km²), |
3518
|
|
|
|
|
|
|
'one' => q({0} km²), |
3519
|
|
|
|
|
|
|
'other' => q({0} km²), |
3520
|
|
|
|
|
|
|
}, |
3521
|
|
|
|
|
|
|
'square-meter' => { |
3522
|
|
|
|
|
|
|
'name' => q(m²), |
3523
|
|
|
|
|
|
|
'one' => q({0} m²), |
3524
|
|
|
|
|
|
|
'other' => q({0} m²), |
3525
|
|
|
|
|
|
|
'per' => q({0}/m²), |
3526
|
|
|
|
|
|
|
}, |
3527
|
|
|
|
|
|
|
'square-mile' => { |
3528
|
|
|
|
|
|
|
'name' => q(mi²), |
3529
|
|
|
|
|
|
|
'one' => q({0} mi²), |
3530
|
|
|
|
|
|
|
'other' => q({0} mi²), |
3531
|
|
|
|
|
|
|
}, |
3532
|
|
|
|
|
|
|
'square-yard' => { |
3533
|
|
|
|
|
|
|
'name' => q(yd²), |
3534
|
|
|
|
|
|
|
'one' => q({0} yd²), |
3535
|
|
|
|
|
|
|
'other' => q({0} yd²), |
3536
|
|
|
|
|
|
|
}, |
3537
|
|
|
|
|
|
|
'stone' => { |
3538
|
|
|
|
|
|
|
'name' => q(piedres), |
3539
|
|
|
|
|
|
|
'one' => q({0} st), |
3540
|
|
|
|
|
|
|
'other' => q({0} st), |
3541
|
|
|
|
|
|
|
}, |
3542
|
|
|
|
|
|
|
'tablespoon' => { |
3543
|
|
|
|
|
|
|
'name' => q(cuyar), |
3544
|
|
|
|
|
|
|
'one' => q({0} cuyar), |
3545
|
|
|
|
|
|
|
'other' => q({0} cuyar), |
3546
|
|
|
|
|
|
|
}, |
3547
|
|
|
|
|
|
|
'teaspoon' => { |
3548
|
|
|
|
|
|
|
'name' => q(cuyrn), |
3549
|
|
|
|
|
|
|
'one' => q({0} cuyrn), |
3550
|
|
|
|
|
|
|
'other' => q({0} cuyrn), |
3551
|
|
|
|
|
|
|
}, |
3552
|
|
|
|
|
|
|
'terabit' => { |
3553
|
|
|
|
|
|
|
'name' => q(Tbit), |
3554
|
|
|
|
|
|
|
'one' => q({0} Tb), |
3555
|
|
|
|
|
|
|
'other' => q({0} Tb), |
3556
|
|
|
|
|
|
|
}, |
3557
|
|
|
|
|
|
|
'terabyte' => { |
3558
|
|
|
|
|
|
|
'name' => q(TByte), |
3559
|
|
|
|
|
|
|
'one' => q({0} TB), |
3560
|
|
|
|
|
|
|
'other' => q({0} TB), |
3561
|
|
|
|
|
|
|
}, |
3562
|
|
|
|
|
|
|
'ton' => { |
3563
|
|
|
|
|
|
|
'name' => q(tonelaes), |
3564
|
|
|
|
|
|
|
'one' => q({0} tn), |
3565
|
|
|
|
|
|
|
'other' => q({0} tn), |
3566
|
|
|
|
|
|
|
}, |
3567
|
|
|
|
|
|
|
'volt' => { |
3568
|
|
|
|
|
|
|
'name' => q(voltios), |
3569
|
|
|
|
|
|
|
'one' => q({0} V), |
3570
|
|
|
|
|
|
|
'other' => q({0} V), |
3571
|
|
|
|
|
|
|
}, |
3572
|
|
|
|
|
|
|
'watt' => { |
3573
|
|
|
|
|
|
|
'name' => q(vatios), |
3574
|
|
|
|
|
|
|
'one' => q({0} W), |
3575
|
|
|
|
|
|
|
'other' => q({0} W), |
3576
|
|
|
|
|
|
|
}, |
3577
|
|
|
|
|
|
|
'week' => { |
3578
|
|
|
|
|
|
|
'name' => q(selmanes), |
3579
|
|
|
|
|
|
|
'one' => q({0} sel), |
3580
|
|
|
|
|
|
|
'other' => q({0} sels), |
3581
|
|
|
|
|
|
|
'per' => q({0}/sel), |
3582
|
|
|
|
|
|
|
}, |
3583
|
|
|
|
|
|
|
'yard' => { |
3584
|
|
|
|
|
|
|
'name' => q(yd), |
3585
|
|
|
|
|
|
|
'one' => q({0} yd), |
3586
|
|
|
|
|
|
|
'other' => q({0} yd), |
3587
|
|
|
|
|
|
|
}, |
3588
|
|
|
|
|
|
|
'year' => { |
3589
|
|
|
|
|
|
|
'name' => q(años), |
3590
|
|
|
|
|
|
|
'one' => q({0} añ), |
3591
|
|
|
|
|
|
|
'other' => q({0} añs), |
3592
|
|
|
|
|
|
|
'per' => q({0}/añ), |
3593
|
|
|
|
|
|
|
}, |
3594
|
|
|
|
|
|
|
}, |
3595
|
|
|
|
|
|
|
} } |
3596
|
|
|
|
|
|
|
); |
3597
|
|
|
|
|
|
|
|
3598
|
|
|
|
|
|
|
has 'yesstr' => ( |
3599
|
|
|
|
|
|
|
is => 'ro', |
3600
|
|
|
|
|
|
|
isa => RegexpRef, |
3601
|
|
|
|
|
|
|
init_arg => undef, |
3602
|
|
|
|
|
|
|
default => sub { qr'^(?i:sÃ|s|yes|y)$' } |
3603
|
|
|
|
|
|
|
); |
3604
|
|
|
|
|
|
|
|
3605
|
|
|
|
|
|
|
has 'nostr' => ( |
3606
|
|
|
|
|
|
|
is => 'ro', |
3607
|
|
|
|
|
|
|
isa => RegexpRef, |
3608
|
|
|
|
|
|
|
init_arg => undef, |
3609
|
|
|
|
|
|
|
default => sub { qr'^(?i:non|n)$' } |
3610
|
|
|
|
|
|
|
); |
3611
|
|
|
|
|
|
|
|
3612
|
|
|
|
|
|
|
has 'listPatterns' => ( |
3613
|
|
|
|
|
|
|
is => 'ro', |
3614
|
|
|
|
|
|
|
isa => HashRef, |
3615
|
|
|
|
|
|
|
init_arg => undef, |
3616
|
|
|
|
|
|
|
default => sub { { |
3617
|
|
|
|
|
|
|
start => q({0}, {1}), |
3618
|
|
|
|
|
|
|
middle => q({0}, {1}), |
3619
|
|
|
|
|
|
|
end => q({0} y {1}), |
3620
|
|
|
|
|
|
|
2 => q({0} y {1}), |
3621
|
|
|
|
|
|
|
} } |
3622
|
|
|
|
|
|
|
); |
3623
|
|
|
|
|
|
|
|
3624
|
|
|
|
|
|
|
has 'default_numbering_system' => ( |
3625
|
|
|
|
|
|
|
is => 'ro', |
3626
|
|
|
|
|
|
|
isa => Str, |
3627
|
|
|
|
|
|
|
init_arg => undef, |
3628
|
|
|
|
|
|
|
default => 'latn', |
3629
|
|
|
|
|
|
|
); |
3630
|
|
|
|
|
|
|
|
3631
|
|
|
|
|
|
|
has native_numbering_system => ( |
3632
|
|
|
|
|
|
|
is => 'ro', |
3633
|
|
|
|
|
|
|
isa => Str, |
3634
|
|
|
|
|
|
|
init_arg => undef, |
3635
|
|
|
|
|
|
|
default => 'latn', |
3636
|
|
|
|
|
|
|
); |
3637
|
|
|
|
|
|
|
|
3638
|
|
|
|
|
|
|
has 'minimum_grouping_digits' => ( |
3639
|
|
|
|
|
|
|
is =>'ro', |
3640
|
|
|
|
|
|
|
isa => Int, |
3641
|
|
|
|
|
|
|
init_arg => undef, |
3642
|
|
|
|
|
|
|
default => 1, |
3643
|
|
|
|
|
|
|
); |
3644
|
|
|
|
|
|
|
|
3645
|
|
|
|
|
|
|
has 'number_symbols' => ( |
3646
|
|
|
|
|
|
|
is => 'ro', |
3647
|
|
|
|
|
|
|
isa => HashRef, |
3648
|
|
|
|
|
|
|
init_arg => undef, |
3649
|
|
|
|
|
|
|
default => sub { { |
3650
|
|
|
|
|
|
|
'arab' => { |
3651
|
|
|
|
|
|
|
'decimal' => q(Ù«), |
3652
|
|
|
|
|
|
|
'group' => q(Ù¬), |
3653
|
|
|
|
|
|
|
'minusSign' => q(â-), |
3654
|
|
|
|
|
|
|
'perMille' => q(Ø), |
3655
|
|
|
|
|
|
|
'percentSign' => q(Ùª), |
3656
|
|
|
|
|
|
|
'plusSign' => q(â+), |
3657
|
|
|
|
|
|
|
'timeSeparator' => q(:), |
3658
|
|
|
|
|
|
|
}, |
3659
|
|
|
|
|
|
|
'arabext' => { |
3660
|
|
|
|
|
|
|
'minusSign' => q(â-â), |
3661
|
|
|
|
|
|
|
'plusSign' => q(â+â), |
3662
|
|
|
|
|
|
|
}, |
3663
|
|
|
|
|
|
|
'latn' => { |
3664
|
|
|
|
|
|
|
'decimal' => q(,), |
3665
|
|
|
|
|
|
|
'exponential' => q(E), |
3666
|
|
|
|
|
|
|
'group' => q(.), |
3667
|
|
|
|
|
|
|
'infinity' => q(â), |
3668
|
|
|
|
|
|
|
'list' => q(;), |
3669
|
|
|
|
|
|
|
'minusSign' => q(-), |
3670
|
|
|
|
|
|
|
'nan' => q(ND), |
3671
|
|
|
|
|
|
|
'perMille' => q(â°), |
3672
|
|
|
|
|
|
|
'percentSign' => q(%), |
3673
|
|
|
|
|
|
|
'plusSign' => q(+), |
3674
|
|
|
|
|
|
|
'superscriptingExponent' => q(Ã), |
3675
|
|
|
|
|
|
|
'timeSeparator' => q(:), |
3676
|
|
|
|
|
|
|
}, |
3677
|
|
|
|
|
|
|
} } |
3678
|
|
|
|
|
|
|
); |
3679
|
|
|
|
|
|
|
|
3680
|
|
|
|
|
|
|
has 'number_formats' => ( |
3681
|
|
|
|
|
|
|
is => 'ro', |
3682
|
|
|
|
|
|
|
isa => HashRef, |
3683
|
|
|
|
|
|
|
init_arg => undef, |
3684
|
|
|
|
|
|
|
default => sub { { |
3685
|
|
|
|
|
|
|
decimalFormat => { |
3686
|
|
|
|
|
|
|
'default' => { |
3687
|
|
|
|
|
|
|
'1000' => { |
3688
|
|
|
|
|
|
|
'one' => '0K', |
3689
|
|
|
|
|
|
|
'other' => '0K', |
3690
|
|
|
|
|
|
|
}, |
3691
|
|
|
|
|
|
|
'10000' => { |
3692
|
|
|
|
|
|
|
'one' => '00K', |
3693
|
|
|
|
|
|
|
'other' => '00K', |
3694
|
|
|
|
|
|
|
}, |
3695
|
|
|
|
|
|
|
'100000' => { |
3696
|
|
|
|
|
|
|
'one' => '000K', |
3697
|
|
|
|
|
|
|
'other' => '000K', |
3698
|
|
|
|
|
|
|
}, |
3699
|
|
|
|
|
|
|
'1000000' => { |
3700
|
|
|
|
|
|
|
'one' => '0M', |
3701
|
|
|
|
|
|
|
'other' => '0M', |
3702
|
|
|
|
|
|
|
}, |
3703
|
|
|
|
|
|
|
'10000000' => { |
3704
|
|
|
|
|
|
|
'one' => '00M', |
3705
|
|
|
|
|
|
|
'other' => '00M', |
3706
|
|
|
|
|
|
|
}, |
3707
|
|
|
|
|
|
|
'100000000' => { |
3708
|
|
|
|
|
|
|
'one' => '000M', |
3709
|
|
|
|
|
|
|
'other' => '000M', |
3710
|
|
|
|
|
|
|
}, |
3711
|
|
|
|
|
|
|
'1000000000' => { |
3712
|
|
|
|
|
|
|
'one' => '0G', |
3713
|
|
|
|
|
|
|
'other' => '0G', |
3714
|
|
|
|
|
|
|
}, |
3715
|
|
|
|
|
|
|
'10000000000' => { |
3716
|
|
|
|
|
|
|
'one' => '00G', |
3717
|
|
|
|
|
|
|
'other' => '00G', |
3718
|
|
|
|
|
|
|
}, |
3719
|
|
|
|
|
|
|
'100000000000' => { |
3720
|
|
|
|
|
|
|
'one' => '000G', |
3721
|
|
|
|
|
|
|
'other' => '000G', |
3722
|
|
|
|
|
|
|
}, |
3723
|
|
|
|
|
|
|
'1000000000000' => { |
3724
|
|
|
|
|
|
|
'one' => '0T', |
3725
|
|
|
|
|
|
|
'other' => '0T', |
3726
|
|
|
|
|
|
|
}, |
3727
|
|
|
|
|
|
|
'10000000000000' => { |
3728
|
|
|
|
|
|
|
'one' => '00T', |
3729
|
|
|
|
|
|
|
'other' => '00T', |
3730
|
|
|
|
|
|
|
}, |
3731
|
|
|
|
|
|
|
'100000000000000' => { |
3732
|
|
|
|
|
|
|
'one' => '000T', |
3733
|
|
|
|
|
|
|
'other' => '000T', |
3734
|
|
|
|
|
|
|
}, |
3735
|
|
|
|
|
|
|
'standard' => { |
3736
|
|
|
|
|
|
|
'' => '#,##0.###', |
3737
|
|
|
|
|
|
|
}, |
3738
|
|
|
|
|
|
|
}, |
3739
|
|
|
|
|
|
|
'long' => { |
3740
|
|
|
|
|
|
|
'1000' => { |
3741
|
|
|
|
|
|
|
'one' => '0 millar', |
3742
|
|
|
|
|
|
|
'other' => '0 millares', |
3743
|
|
|
|
|
|
|
}, |
3744
|
|
|
|
|
|
|
'10000' => { |
3745
|
|
|
|
|
|
|
'one' => '00 millares', |
3746
|
|
|
|
|
|
|
'other' => '00 millares', |
3747
|
|
|
|
|
|
|
}, |
3748
|
|
|
|
|
|
|
'100000' => { |
3749
|
|
|
|
|
|
|
'one' => '000 millares', |
3750
|
|
|
|
|
|
|
'other' => '000 millares', |
3751
|
|
|
|
|
|
|
}, |
3752
|
|
|
|
|
|
|
'1000000' => { |
3753
|
|
|
|
|
|
|
'one' => '0 millón', |
3754
|
|
|
|
|
|
|
'other' => '0 millones', |
3755
|
|
|
|
|
|
|
}, |
3756
|
|
|
|
|
|
|
'10000000' => { |
3757
|
|
|
|
|
|
|
'one' => '00 millones', |
3758
|
|
|
|
|
|
|
'other' => '00 millones', |
3759
|
|
|
|
|
|
|
}, |
3760
|
|
|
|
|
|
|
'100000000' => { |
3761
|
|
|
|
|
|
|
'one' => '000 millones', |
3762
|
|
|
|
|
|
|
'other' => '000 millones', |
3763
|
|
|
|
|
|
|
}, |
3764
|
|
|
|
|
|
|
'1000000000' => { |
3765
|
|
|
|
|
|
|
'one' => '0G', |
3766
|
|
|
|
|
|
|
'other' => '0G', |
3767
|
|
|
|
|
|
|
}, |
3768
|
|
|
|
|
|
|
'10000000000' => { |
3769
|
|
|
|
|
|
|
'one' => '00G', |
3770
|
|
|
|
|
|
|
'other' => '00G', |
3771
|
|
|
|
|
|
|
}, |
3772
|
|
|
|
|
|
|
'100000000000' => { |
3773
|
|
|
|
|
|
|
'one' => '000G', |
3774
|
|
|
|
|
|
|
'other' => '000G', |
3775
|
|
|
|
|
|
|
}, |
3776
|
|
|
|
|
|
|
'1000000000000' => { |
3777
|
|
|
|
|
|
|
'one' => '0T', |
3778
|
|
|
|
|
|
|
'other' => '0T', |
3779
|
|
|
|
|
|
|
}, |
3780
|
|
|
|
|
|
|
'10000000000000' => { |
3781
|
|
|
|
|
|
|
'one' => '00T', |
3782
|
|
|
|
|
|
|
'other' => '00T', |
3783
|
|
|
|
|
|
|
}, |
3784
|
|
|
|
|
|
|
'100000000000000' => { |
3785
|
|
|
|
|
|
|
'one' => '000T', |
3786
|
|
|
|
|
|
|
'other' => '000T', |
3787
|
|
|
|
|
|
|
}, |
3788
|
|
|
|
|
|
|
}, |
3789
|
|
|
|
|
|
|
'short' => { |
3790
|
|
|
|
|
|
|
'1000' => { |
3791
|
|
|
|
|
|
|
'one' => '0K', |
3792
|
|
|
|
|
|
|
'other' => '0K', |
3793
|
|
|
|
|
|
|
}, |
3794
|
|
|
|
|
|
|
'10000' => { |
3795
|
|
|
|
|
|
|
'one' => '00K', |
3796
|
|
|
|
|
|
|
'other' => '00K', |
3797
|
|
|
|
|
|
|
}, |
3798
|
|
|
|
|
|
|
'100000' => { |
3799
|
|
|
|
|
|
|
'one' => '000K', |
3800
|
|
|
|
|
|
|
'other' => '000K', |
3801
|
|
|
|
|
|
|
}, |
3802
|
|
|
|
|
|
|
'1000000' => { |
3803
|
|
|
|
|
|
|
'one' => '0M', |
3804
|
|
|
|
|
|
|
'other' => '0M', |
3805
|
|
|
|
|
|
|
}, |
3806
|
|
|
|
|
|
|
'10000000' => { |
3807
|
|
|
|
|
|
|
'one' => '00M', |
3808
|
|
|
|
|
|
|
'other' => '00M', |
3809
|
|
|
|
|
|
|
}, |
3810
|
|
|
|
|
|
|
'100000000' => { |
3811
|
|
|
|
|
|
|
'one' => '000M', |
3812
|
|
|
|
|
|
|
'other' => '000M', |
3813
|
|
|
|
|
|
|
}, |
3814
|
|
|
|
|
|
|
'1000000000' => { |
3815
|
|
|
|
|
|
|
'one' => '0G', |
3816
|
|
|
|
|
|
|
'other' => '0G', |
3817
|
|
|
|
|
|
|
}, |
3818
|
|
|
|
|
|
|
'10000000000' => { |
3819
|
|
|
|
|
|
|
'one' => '00G', |
3820
|
|
|
|
|
|
|
'other' => '00G', |
3821
|
|
|
|
|
|
|
}, |
3822
|
|
|
|
|
|
|
'100000000000' => { |
3823
|
|
|
|
|
|
|
'one' => '000G', |
3824
|
|
|
|
|
|
|
'other' => '000G', |
3825
|
|
|
|
|
|
|
}, |
3826
|
|
|
|
|
|
|
'1000000000000' => { |
3827
|
|
|
|
|
|
|
'one' => '0T', |
3828
|
|
|
|
|
|
|
'other' => '0T', |
3829
|
|
|
|
|
|
|
}, |
3830
|
|
|
|
|
|
|
'10000000000000' => { |
3831
|
|
|
|
|
|
|
'one' => '00T', |
3832
|
|
|
|
|
|
|
'other' => '00T', |
3833
|
|
|
|
|
|
|
}, |
3834
|
|
|
|
|
|
|
'100000000000000' => { |
3835
|
|
|
|
|
|
|
'one' => '000T', |
3836
|
|
|
|
|
|
|
'other' => '000T', |
3837
|
|
|
|
|
|
|
}, |
3838
|
|
|
|
|
|
|
}, |
3839
|
|
|
|
|
|
|
}, |
3840
|
|
|
|
|
|
|
percentFormat => { |
3841
|
|
|
|
|
|
|
'default' => { |
3842
|
|
|
|
|
|
|
'standard' => { |
3843
|
|
|
|
|
|
|
'' => '#,##0%', |
3844
|
|
|
|
|
|
|
}, |
3845
|
|
|
|
|
|
|
}, |
3846
|
|
|
|
|
|
|
}, |
3847
|
|
|
|
|
|
|
scientificFormat => { |
3848
|
|
|
|
|
|
|
'default' => { |
3849
|
|
|
|
|
|
|
'standard' => { |
3850
|
|
|
|
|
|
|
'' => '#E0', |
3851
|
|
|
|
|
|
|
}, |
3852
|
|
|
|
|
|
|
}, |
3853
|
|
|
|
|
|
|
}, |
3854
|
|
|
|
|
|
|
} }, |
3855
|
|
|
|
|
|
|
); |
3856
|
|
|
|
|
|
|
|
3857
|
|
|
|
|
|
|
has 'number_currency_formats' => ( |
3858
|
|
|
|
|
|
|
is => 'ro', |
3859
|
|
|
|
|
|
|
isa => HashRef, |
3860
|
|
|
|
|
|
|
init_arg => undef, |
3861
|
|
|
|
|
|
|
default => sub { { |
3862
|
|
|
|
|
|
|
'latn' => { |
3863
|
|
|
|
|
|
|
'pattern' => { |
3864
|
|
|
|
|
|
|
'default' => { |
3865
|
|
|
|
|
|
|
'accounting' => { |
3866
|
|
|
|
|
|
|
'positive' => '#,##0.00 ¤', |
3867
|
|
|
|
|
|
|
}, |
3868
|
|
|
|
|
|
|
'standard' => { |
3869
|
|
|
|
|
|
|
'positive' => '#,##0.00 ¤', |
3870
|
|
|
|
|
|
|
}, |
3871
|
|
|
|
|
|
|
}, |
3872
|
|
|
|
|
|
|
}, |
3873
|
|
|
|
|
|
|
}, |
3874
|
|
|
|
|
|
|
} }, |
3875
|
|
|
|
|
|
|
); |
3876
|
|
|
|
|
|
|
|
3877
|
|
|
|
|
|
|
has 'currencies' => ( |
3878
|
|
|
|
|
|
|
is => 'ro', |
3879
|
|
|
|
|
|
|
isa => HashRef, |
3880
|
|
|
|
|
|
|
init_arg => undef, |
3881
|
|
|
|
|
|
|
default => sub { { |
3882
|
|
|
|
|
|
|
'ADP' => { |
3883
|
|
|
|
|
|
|
symbol => 'ADP', |
3884
|
|
|
|
|
|
|
display_name => { |
3885
|
|
|
|
|
|
|
'currency' => q(Peseta andorrana), |
3886
|
|
|
|
|
|
|
'one' => q(peseta andorrana), |
3887
|
|
|
|
|
|
|
'other' => q(pesetes andorranes), |
3888
|
|
|
|
|
|
|
}, |
3889
|
|
|
|
|
|
|
}, |
3890
|
|
|
|
|
|
|
'AED' => { |
3891
|
|
|
|
|
|
|
symbol => 'AED', |
3892
|
|
|
|
|
|
|
display_name => { |
3893
|
|
|
|
|
|
|
'currency' => q(Dirḥam de los Emiratos Ãrabes XunÃos), |
3894
|
|
|
|
|
|
|
'one' => q(dirḥam EAX), |
3895
|
|
|
|
|
|
|
'other' => q(dirḥams EAX), |
3896
|
|
|
|
|
|
|
}, |
3897
|
|
|
|
|
|
|
}, |
3898
|
|
|
|
|
|
|
'AFA' => { |
3899
|
|
|
|
|
|
|
symbol => 'AFA', |
3900
|
|
|
|
|
|
|
display_name => { |
3901
|
|
|
|
|
|
|
'currency' => q(Afganà afganistanu \(1927â2002\)), |
3902
|
|
|
|
|
|
|
'one' => q(afganà afganistanu \(1927â2002\)), |
3903
|
|
|
|
|
|
|
'other' => q(afganÃs afganistanos \(1927â2002\)), |
3904
|
|
|
|
|
|
|
}, |
3905
|
|
|
|
|
|
|
}, |
3906
|
|
|
|
|
|
|
'AFN' => { |
3907
|
|
|
|
|
|
|
symbol => 'AFN', |
3908
|
|
|
|
|
|
|
display_name => { |
3909
|
|
|
|
|
|
|
'currency' => q(Afganà afganistanu), |
3910
|
|
|
|
|
|
|
'one' => q(afganà afganistanu), |
3911
|
|
|
|
|
|
|
'other' => q(afganÃs afganistanos), |
3912
|
|
|
|
|
|
|
}, |
3913
|
|
|
|
|
|
|
}, |
3914
|
|
|
|
|
|
|
'ALK' => { |
3915
|
|
|
|
|
|
|
display_name => { |
3916
|
|
|
|
|
|
|
'currency' => q(Lek albanés \(1946â1965\)), |
3917
|
|
|
|
|
|
|
'one' => q(lek albanés \(1946â1965\)), |
3918
|
|
|
|
|
|
|
'other' => q(lekë albaneses \(1946â1965\)), |
3919
|
|
|
|
|
|
|
}, |
3920
|
|
|
|
|
|
|
}, |
3921
|
|
|
|
|
|
|
'ALL' => { |
3922
|
|
|
|
|
|
|
symbol => 'ALL', |
3923
|
|
|
|
|
|
|
display_name => { |
3924
|
|
|
|
|
|
|
'currency' => q(Lek albanés), |
3925
|
|
|
|
|
|
|
'one' => q(lek albanés), |
3926
|
|
|
|
|
|
|
'other' => q(lekë albaneses), |
3927
|
|
|
|
|
|
|
}, |
3928
|
|
|
|
|
|
|
}, |
3929
|
|
|
|
|
|
|
'AMD' => { |
3930
|
|
|
|
|
|
|
symbol => 'AMD', |
3931
|
|
|
|
|
|
|
display_name => { |
3932
|
|
|
|
|
|
|
'currency' => q(Dram armeniu), |
3933
|
|
|
|
|
|
|
'one' => q(dram armeniu), |
3934
|
|
|
|
|
|
|
'other' => q(drams armenios), |
3935
|
|
|
|
|
|
|
}, |
3936
|
|
|
|
|
|
|
}, |
3937
|
|
|
|
|
|
|
'ANG' => { |
3938
|
|
|
|
|
|
|
symbol => 'ANG', |
3939
|
|
|
|
|
|
|
display_name => { |
3940
|
|
|
|
|
|
|
'currency' => q(GuÃlder de les Antilles Neerlandeses), |
3941
|
|
|
|
|
|
|
'one' => q(guÃlder de les Antilles Neerlandeses), |
3942
|
|
|
|
|
|
|
'other' => q(guÃlders de les Antilles Neerlandeses), |
3943
|
|
|
|
|
|
|
}, |
3944
|
|
|
|
|
|
|
}, |
3945
|
|
|
|
|
|
|
'AOA' => { |
3946
|
|
|
|
|
|
|
symbol => 'AOA', |
3947
|
|
|
|
|
|
|
display_name => { |
3948
|
|
|
|
|
|
|
'currency' => q(Kwanza angolanu), |
3949
|
|
|
|
|
|
|
'one' => q(kwanza angolanu), |
3950
|
|
|
|
|
|
|
'other' => q(kwanzas angolanos), |
3951
|
|
|
|
|
|
|
}, |
3952
|
|
|
|
|
|
|
}, |
3953
|
|
|
|
|
|
|
'AOK' => { |
3954
|
|
|
|
|
|
|
symbol => 'AOK', |
3955
|
|
|
|
|
|
|
display_name => { |
3956
|
|
|
|
|
|
|
'currency' => q(Kwanza angolanu \(1977â1991\)), |
3957
|
|
|
|
|
|
|
'one' => q(kwanza angolanu \(1977â1991\)), |
3958
|
|
|
|
|
|
|
'other' => q(kwanzas angolanos \(1977â1991\)), |
3959
|
|
|
|
|
|
|
}, |
3960
|
|
|
|
|
|
|
}, |
3961
|
|
|
|
|
|
|
'AON' => { |
3962
|
|
|
|
|
|
|
symbol => 'AON', |
3963
|
|
|
|
|
|
|
display_name => { |
3964
|
|
|
|
|
|
|
'currency' => q(Kwanza nuevu angolanu \(1990â2000\)), |
3965
|
|
|
|
|
|
|
'one' => q(kwanza nuevu angolanu \(1990â2000\)), |
3966
|
|
|
|
|
|
|
'other' => q(kwanzas nuevos angolanos \(1990â2000\)), |
3967
|
|
|
|
|
|
|
}, |
3968
|
|
|
|
|
|
|
}, |
3969
|
|
|
|
|
|
|
'AOR' => { |
3970
|
|
|
|
|
|
|
symbol => 'AOR', |
3971
|
|
|
|
|
|
|
display_name => { |
3972
|
|
|
|
|
|
|
'currency' => q(Kwanza angolanu reaxustáu \(1995â1999\)), |
3973
|
|
|
|
|
|
|
'one' => q(kwanza angolanu reaxustáu \(1995â1999\)), |
3974
|
|
|
|
|
|
|
'other' => q(kwanzas angolanos reaxustaos \(1995â1999\)), |
3975
|
|
|
|
|
|
|
}, |
3976
|
|
|
|
|
|
|
}, |
3977
|
|
|
|
|
|
|
'ARA' => { |
3978
|
|
|
|
|
|
|
symbol => 'ARA', |
3979
|
|
|
|
|
|
|
display_name => { |
3980
|
|
|
|
|
|
|
'currency' => q(Austral arxentÃn), |
3981
|
|
|
|
|
|
|
'one' => q(austral arxentÃn), |
3982
|
|
|
|
|
|
|
'other' => q(australes arxentinos), |
3983
|
|
|
|
|
|
|
}, |
3984
|
|
|
|
|
|
|
}, |
3985
|
|
|
|
|
|
|
'ARL' => { |
3986
|
|
|
|
|
|
|
symbol => 'ARL', |
3987
|
|
|
|
|
|
|
display_name => { |
3988
|
|
|
|
|
|
|
'currency' => q(Pesu Ley arxentÃn \(1970â1983\)), |
3989
|
|
|
|
|
|
|
'one' => q(pesu ley arxentÃn \(1970â1983\)), |
3990
|
|
|
|
|
|
|
'other' => q(pesos ley arxentinos \(1970â1983\)), |
3991
|
|
|
|
|
|
|
}, |
3992
|
|
|
|
|
|
|
}, |
3993
|
|
|
|
|
|
|
'ARM' => { |
3994
|
|
|
|
|
|
|
symbol => 'ARM', |
3995
|
|
|
|
|
|
|
display_name => { |
3996
|
|
|
|
|
|
|
'currency' => q(Pesu arxentÃn \(1881â1970\)), |
3997
|
|
|
|
|
|
|
'one' => q(pesu arxentÃn \(1881â1970\)), |
3998
|
|
|
|
|
|
|
'other' => q(pesos arxentinos \(1881â1970\)), |
3999
|
|
|
|
|
|
|
}, |
4000
|
|
|
|
|
|
|
}, |
4001
|
|
|
|
|
|
|
'ARP' => { |
4002
|
|
|
|
|
|
|
symbol => 'ARP', |
4003
|
|
|
|
|
|
|
display_name => { |
4004
|
|
|
|
|
|
|
'currency' => q(Pesu arxentÃn \(1983â1985\)), |
4005
|
|
|
|
|
|
|
'one' => q(pesu arxentÃn \(1983â1985\)), |
4006
|
|
|
|
|
|
|
'other' => q(pesos arxentinos \(1983â1985\)), |
4007
|
|
|
|
|
|
|
}, |
4008
|
|
|
|
|
|
|
}, |
4009
|
|
|
|
|
|
|
'ARS' => { |
4010
|
|
|
|
|
|
|
symbol => 'ARS', |
4011
|
|
|
|
|
|
|
display_name => { |
4012
|
|
|
|
|
|
|
'currency' => q(pesu arxentÃn), |
4013
|
|
|
|
|
|
|
'one' => q(pesu arxentÃn), |
4014
|
|
|
|
|
|
|
'other' => q(pesos arxentinos), |
4015
|
|
|
|
|
|
|
}, |
4016
|
|
|
|
|
|
|
}, |
4017
|
|
|
|
|
|
|
'ATS' => { |
4018
|
|
|
|
|
|
|
symbol => 'ATS', |
4019
|
|
|
|
|
|
|
display_name => { |
4020
|
|
|
|
|
|
|
'currency' => q(ChelÃn austriacu), |
4021
|
|
|
|
|
|
|
'one' => q(chelÃn austriacu), |
4022
|
|
|
|
|
|
|
'other' => q(chelinos austriacos), |
4023
|
|
|
|
|
|
|
}, |
4024
|
|
|
|
|
|
|
}, |
4025
|
|
|
|
|
|
|
'AUD' => { |
4026
|
|
|
|
|
|
|
symbol => 'A$', |
4027
|
|
|
|
|
|
|
display_name => { |
4028
|
|
|
|
|
|
|
'currency' => q(Dólar australianu), |
4029
|
|
|
|
|
|
|
'one' => q(dólar australianu), |
4030
|
|
|
|
|
|
|
'other' => q(dólares australianos), |
4031
|
|
|
|
|
|
|
}, |
4032
|
|
|
|
|
|
|
}, |
4033
|
|
|
|
|
|
|
'AWG' => { |
4034
|
|
|
|
|
|
|
symbol => 'AWG', |
4035
|
|
|
|
|
|
|
display_name => { |
4036
|
|
|
|
|
|
|
'currency' => q(FlorÃn arubanu), |
4037
|
|
|
|
|
|
|
'one' => q(florÃn arubanu), |
4038
|
|
|
|
|
|
|
'other' => q(florines arubanos), |
4039
|
|
|
|
|
|
|
}, |
4040
|
|
|
|
|
|
|
}, |
4041
|
|
|
|
|
|
|
'AZM' => { |
4042
|
|
|
|
|
|
|
symbol => 'AZM', |
4043
|
|
|
|
|
|
|
display_name => { |
4044
|
|
|
|
|
|
|
'currency' => q(Manat azerbaixanu \(1993â2006\)), |
4045
|
|
|
|
|
|
|
'one' => q(manat azerbaixanu \(1993â2006\)), |
4046
|
|
|
|
|
|
|
'other' => q(manats azerbaixanos \(1993â2006\)), |
4047
|
|
|
|
|
|
|
}, |
4048
|
|
|
|
|
|
|
}, |
4049
|
|
|
|
|
|
|
'AZN' => { |
4050
|
|
|
|
|
|
|
symbol => 'AZN', |
4051
|
|
|
|
|
|
|
display_name => { |
4052
|
|
|
|
|
|
|
'currency' => q(Manat azerbaixanu), |
4053
|
|
|
|
|
|
|
'one' => q(manat azerbaixanu), |
4054
|
|
|
|
|
|
|
'other' => q(manats azerbaixanos), |
4055
|
|
|
|
|
|
|
}, |
4056
|
|
|
|
|
|
|
}, |
4057
|
|
|
|
|
|
|
'BAD' => { |
4058
|
|
|
|
|
|
|
symbol => 'BAD', |
4059
|
|
|
|
|
|
|
display_name => { |
4060
|
|
|
|
|
|
|
'currency' => q(Dinar de Bosnia-Herzegovina \(1992â1994\)), |
4061
|
|
|
|
|
|
|
'one' => q(dinar de Bosnia-Herzegovina \(1992â1994\)), |
4062
|
|
|
|
|
|
|
'other' => q(dinares de Bosnia-Herzegovina \(1992â1994\)), |
4063
|
|
|
|
|
|
|
}, |
4064
|
|
|
|
|
|
|
}, |
4065
|
|
|
|
|
|
|
'BAM' => { |
4066
|
|
|
|
|
|
|
symbol => 'BAM', |
4067
|
|
|
|
|
|
|
display_name => { |
4068
|
|
|
|
|
|
|
'currency' => q(marcu convertible de Bosnia-Herzegovina), |
4069
|
|
|
|
|
|
|
'one' => q(marcu convertible de Bosnia-Herzegovina), |
4070
|
|
|
|
|
|
|
'other' => q(marcos convertibles de Bosnia-Herzegovina), |
4071
|
|
|
|
|
|
|
}, |
4072
|
|
|
|
|
|
|
}, |
4073
|
|
|
|
|
|
|
'BAN' => { |
4074
|
|
|
|
|
|
|
symbol => 'BAN', |
4075
|
|
|
|
|
|
|
display_name => { |
4076
|
|
|
|
|
|
|
'currency' => q(Dinar nuevu de Bosnia-Herzegovina \(1994â1997\)), |
4077
|
|
|
|
|
|
|
'one' => q(dinar nuevu de Bosnia-Herzegovina \(1994â1997\)), |
4078
|
|
|
|
|
|
|
'other' => q(dinares nuevos de Bosnia-Herzegovina \(1994â1997\)), |
4079
|
|
|
|
|
|
|
}, |
4080
|
|
|
|
|
|
|
}, |
4081
|
|
|
|
|
|
|
'BBD' => { |
4082
|
|
|
|
|
|
|
symbol => 'BBD', |
4083
|
|
|
|
|
|
|
display_name => { |
4084
|
|
|
|
|
|
|
'currency' => q(Dólar barbadianu), |
4085
|
|
|
|
|
|
|
'one' => q(dólar barbadianu), |
4086
|
|
|
|
|
|
|
'other' => q(dólares barbadianos), |
4087
|
|
|
|
|
|
|
}, |
4088
|
|
|
|
|
|
|
}, |
4089
|
|
|
|
|
|
|
'BDT' => { |
4090
|
|
|
|
|
|
|
symbol => 'BDT', |
4091
|
|
|
|
|
|
|
display_name => { |
4092
|
|
|
|
|
|
|
'currency' => q(Taka bangladexÃ), |
4093
|
|
|
|
|
|
|
'one' => q(taka bangladexÃ), |
4094
|
|
|
|
|
|
|
'other' => q(takas bangladexinos), |
4095
|
|
|
|
|
|
|
}, |
4096
|
|
|
|
|
|
|
}, |
4097
|
|
|
|
|
|
|
'BEC' => { |
4098
|
|
|
|
|
|
|
symbol => 'BEC', |
4099
|
|
|
|
|
|
|
display_name => { |
4100
|
|
|
|
|
|
|
'currency' => q(Francu belga \(convertible\)), |
4101
|
|
|
|
|
|
|
'one' => q(francu belga \(convertible\)), |
4102
|
|
|
|
|
|
|
'other' => q(francos belgas \(convertibles\)), |
4103
|
|
|
|
|
|
|
}, |
4104
|
|
|
|
|
|
|
}, |
4105
|
|
|
|
|
|
|
'BEF' => { |
4106
|
|
|
|
|
|
|
symbol => 'BEF', |
4107
|
|
|
|
|
|
|
display_name => { |
4108
|
|
|
|
|
|
|
'currency' => q(Francu belga), |
4109
|
|
|
|
|
|
|
'one' => q(francu belga), |
4110
|
|
|
|
|
|
|
'other' => q(francos belgues), |
4111
|
|
|
|
|
|
|
}, |
4112
|
|
|
|
|
|
|
}, |
4113
|
|
|
|
|
|
|
'BEL' => { |
4114
|
|
|
|
|
|
|
symbol => 'BEL', |
4115
|
|
|
|
|
|
|
display_name => { |
4116
|
|
|
|
|
|
|
'currency' => q(Francu belga \(financieru\)), |
4117
|
|
|
|
|
|
|
'one' => q(francu belga \(financieru\)), |
4118
|
|
|
|
|
|
|
'other' => q(francos belgues \(financieros\)), |
4119
|
|
|
|
|
|
|
}, |
4120
|
|
|
|
|
|
|
}, |
4121
|
|
|
|
|
|
|
'BGL' => { |
4122
|
|
|
|
|
|
|
symbol => 'BGL', |
4123
|
|
|
|
|
|
|
display_name => { |
4124
|
|
|
|
|
|
|
'currency' => q(Lev fuerte búlgaru), |
4125
|
|
|
|
|
|
|
'one' => q(lev fuerte búlgaru), |
4126
|
|
|
|
|
|
|
'other' => q(leva fuertes búlgaros), |
4127
|
|
|
|
|
|
|
}, |
4128
|
|
|
|
|
|
|
}, |
4129
|
|
|
|
|
|
|
'BGM' => { |
4130
|
|
|
|
|
|
|
symbol => 'BGM', |
4131
|
|
|
|
|
|
|
display_name => { |
4132
|
|
|
|
|
|
|
'currency' => q(Lev socialista búlgaru), |
4133
|
|
|
|
|
|
|
'one' => q(lev socialista búlgaru), |
4134
|
|
|
|
|
|
|
'other' => q(leva socialistes búlgaros), |
4135
|
|
|
|
|
|
|
}, |
4136
|
|
|
|
|
|
|
}, |
4137
|
|
|
|
|
|
|
'BGN' => { |
4138
|
|
|
|
|
|
|
symbol => 'BGN', |
4139
|
|
|
|
|
|
|
display_name => { |
4140
|
|
|
|
|
|
|
'currency' => q(Lev búlgaru), |
4141
|
|
|
|
|
|
|
'one' => q(lev búlgaru), |
4142
|
|
|
|
|
|
|
'other' => q(leva búlgaros), |
4143
|
|
|
|
|
|
|
}, |
4144
|
|
|
|
|
|
|
}, |
4145
|
|
|
|
|
|
|
'BGO' => { |
4146
|
|
|
|
|
|
|
symbol => 'BGO', |
4147
|
|
|
|
|
|
|
display_name => { |
4148
|
|
|
|
|
|
|
'currency' => q(Lev búlgaru \(1879â1952\)), |
4149
|
|
|
|
|
|
|
'one' => q(lev búlgaru \(1879â1952\)), |
4150
|
|
|
|
|
|
|
'other' => q(leva búlgaros \(1879â1952\)), |
4151
|
|
|
|
|
|
|
}, |
4152
|
|
|
|
|
|
|
}, |
4153
|
|
|
|
|
|
|
'BHD' => { |
4154
|
|
|
|
|
|
|
symbol => 'BHD', |
4155
|
|
|
|
|
|
|
display_name => { |
4156
|
|
|
|
|
|
|
'currency' => q(Dinar baḥreinÃ), |
4157
|
|
|
|
|
|
|
'one' => q(dinar baḥreinÃ), |
4158
|
|
|
|
|
|
|
'other' => q(dinares baḥreininos), |
4159
|
|
|
|
|
|
|
}, |
4160
|
|
|
|
|
|
|
}, |
4161
|
|
|
|
|
|
|
'BIF' => { |
4162
|
|
|
|
|
|
|
symbol => 'BIF', |
4163
|
|
|
|
|
|
|
display_name => { |
4164
|
|
|
|
|
|
|
'currency' => q(Francu burundianu), |
4165
|
|
|
|
|
|
|
'one' => q(francu burundianu), |
4166
|
|
|
|
|
|
|
'other' => q(francos burundianos), |
4167
|
|
|
|
|
|
|
}, |
4168
|
|
|
|
|
|
|
}, |
4169
|
|
|
|
|
|
|
'BMD' => { |
4170
|
|
|
|
|
|
|
symbol => 'BMD', |
4171
|
|
|
|
|
|
|
display_name => { |
4172
|
|
|
|
|
|
|
'currency' => q(Dólar bermudianu), |
4173
|
|
|
|
|
|
|
'one' => q(dólar bermudianu), |
4174
|
|
|
|
|
|
|
'other' => q(dólares bermudianos), |
4175
|
|
|
|
|
|
|
}, |
4176
|
|
|
|
|
|
|
}, |
4177
|
|
|
|
|
|
|
'BND' => { |
4178
|
|
|
|
|
|
|
symbol => 'BND', |
4179
|
|
|
|
|
|
|
display_name => { |
4180
|
|
|
|
|
|
|
'currency' => q(dólar bruneyanu), |
4181
|
|
|
|
|
|
|
'one' => q(dólar bruneyanu), |
4182
|
|
|
|
|
|
|
'other' => q(dólares bruneyanos), |
4183
|
|
|
|
|
|
|
}, |
4184
|
|
|
|
|
|
|
}, |
4185
|
|
|
|
|
|
|
'BOB' => { |
4186
|
|
|
|
|
|
|
symbol => 'BOB', |
4187
|
|
|
|
|
|
|
display_name => { |
4188
|
|
|
|
|
|
|
'currency' => q(Bolivianu de Bolivia), |
4189
|
|
|
|
|
|
|
'one' => q(bolivianu de Bolivia), |
4190
|
|
|
|
|
|
|
'other' => q(bolivianos de Bolivia), |
4191
|
|
|
|
|
|
|
}, |
4192
|
|
|
|
|
|
|
}, |
4193
|
|
|
|
|
|
|
'BOL' => { |
4194
|
|
|
|
|
|
|
symbol => 'BOL', |
4195
|
|
|
|
|
|
|
display_name => { |
4196
|
|
|
|
|
|
|
'currency' => q(Boliviano de Bolivia \(1863â1963\)), |
4197
|
|
|
|
|
|
|
'one' => q(boliviano de Bolivia \(1863â1963\)), |
4198
|
|
|
|
|
|
|
'other' => q(bolivianos de Bolivia \(1863â1963\)), |
4199
|
|
|
|
|
|
|
}, |
4200
|
|
|
|
|
|
|
}, |
4201
|
|
|
|
|
|
|
'BOP' => { |
4202
|
|
|
|
|
|
|
symbol => 'BOP', |
4203
|
|
|
|
|
|
|
display_name => { |
4204
|
|
|
|
|
|
|
'currency' => q(Pesu bolivianu), |
4205
|
|
|
|
|
|
|
'one' => q(pesu bolivianu), |
4206
|
|
|
|
|
|
|
'other' => q(pesos bolivianos), |
4207
|
|
|
|
|
|
|
}, |
4208
|
|
|
|
|
|
|
}, |
4209
|
|
|
|
|
|
|
'BOV' => { |
4210
|
|
|
|
|
|
|
symbol => 'BOV', |
4211
|
|
|
|
|
|
|
display_name => { |
4212
|
|
|
|
|
|
|
'currency' => q(Bolivianos mvdol), |
4213
|
|
|
|
|
|
|
'one' => q(bolivianu mvdol), |
4214
|
|
|
|
|
|
|
'other' => q(bolivianos mvdol), |
4215
|
|
|
|
|
|
|
}, |
4216
|
|
|
|
|
|
|
}, |
4217
|
|
|
|
|
|
|
'BRB' => { |
4218
|
|
|
|
|
|
|
symbol => 'BRB', |
4219
|
|
|
|
|
|
|
display_name => { |
4220
|
|
|
|
|
|
|
'currency' => q(Cruzeiro nuevu brasilanu \(1967â1986\)), |
4221
|
|
|
|
|
|
|
'one' => q(cruzeiro nuevu brasilanu \(1967â1986\)), |
4222
|
|
|
|
|
|
|
'other' => q(cruzeiros nuevos brasilanos \(1967â1986\)), |
4223
|
|
|
|
|
|
|
}, |
4224
|
|
|
|
|
|
|
}, |
4225
|
|
|
|
|
|
|
'BRC' => { |
4226
|
|
|
|
|
|
|
symbol => 'BRC', |
4227
|
|
|
|
|
|
|
display_name => { |
4228
|
|
|
|
|
|
|
'currency' => q(Cruzado brasilanu \(1986â1989\)), |
4229
|
|
|
|
|
|
|
'one' => q(cruzado brasilanu \(1986â1989\)), |
4230
|
|
|
|
|
|
|
'other' => q(cruzados brasilanos \(1986â1989\)), |
4231
|
|
|
|
|
|
|
}, |
4232
|
|
|
|
|
|
|
}, |
4233
|
|
|
|
|
|
|
'BRE' => { |
4234
|
|
|
|
|
|
|
symbol => 'BRE', |
4235
|
|
|
|
|
|
|
display_name => { |
4236
|
|
|
|
|
|
|
'currency' => q(Cruzeiro brasilanu \(1990â1993\)), |
4237
|
|
|
|
|
|
|
'one' => q(cruzeiro brasilanu \(1990â1993\)), |
4238
|
|
|
|
|
|
|
'other' => q(cruzeiros brasilanos \(1990â1993\)), |
4239
|
|
|
|
|
|
|
}, |
4240
|
|
|
|
|
|
|
}, |
4241
|
|
|
|
|
|
|
'BRL' => { |
4242
|
|
|
|
|
|
|
symbol => 'R$', |
4243
|
|
|
|
|
|
|
display_name => { |
4244
|
|
|
|
|
|
|
'currency' => q(real brasilanu), |
4245
|
|
|
|
|
|
|
'one' => q(real brasilanu), |
4246
|
|
|
|
|
|
|
'other' => q(reales brasilanos), |
4247
|
|
|
|
|
|
|
}, |
4248
|
|
|
|
|
|
|
}, |
4249
|
|
|
|
|
|
|
'BRN' => { |
4250
|
|
|
|
|
|
|
symbol => 'BRN', |
4251
|
|
|
|
|
|
|
display_name => { |
4252
|
|
|
|
|
|
|
'currency' => q(Cruzado nuevu brasilanu \(1989â1990\)), |
4253
|
|
|
|
|
|
|
'one' => q(cruzado nuevu brasilanu \(1989â1990\)), |
4254
|
|
|
|
|
|
|
'other' => q(cruzados nuevos brasilanos \(1989â1990\)), |
4255
|
|
|
|
|
|
|
}, |
4256
|
|
|
|
|
|
|
}, |
4257
|
|
|
|
|
|
|
'BRR' => { |
4258
|
|
|
|
|
|
|
symbol => 'BRR', |
4259
|
|
|
|
|
|
|
display_name => { |
4260
|
|
|
|
|
|
|
'currency' => q(Cruzeiro brasilanu \(1993â1994\)), |
4261
|
|
|
|
|
|
|
'one' => q(cruzeiro brasilanu \(1993â1994\)), |
4262
|
|
|
|
|
|
|
'other' => q(cruzeiros brasilanos \(1993â1994\)), |
4263
|
|
|
|
|
|
|
}, |
4264
|
|
|
|
|
|
|
}, |
4265
|
|
|
|
|
|
|
'BRZ' => { |
4266
|
|
|
|
|
|
|
symbol => 'BRZ', |
4267
|
|
|
|
|
|
|
display_name => { |
4268
|
|
|
|
|
|
|
'currency' => q(Cruzeiru brasilanu \(1942â1967\)), |
4269
|
|
|
|
|
|
|
'one' => q(cruzeiru brasilanu \(1942â1967\)), |
4270
|
|
|
|
|
|
|
'other' => q(cruzeiros brasilanos \(1942â1967\)), |
4271
|
|
|
|
|
|
|
}, |
4272
|
|
|
|
|
|
|
}, |
4273
|
|
|
|
|
|
|
'BSD' => { |
4274
|
|
|
|
|
|
|
symbol => 'BSD', |
4275
|
|
|
|
|
|
|
display_name => { |
4276
|
|
|
|
|
|
|
'currency' => q(Dólar bahamés), |
4277
|
|
|
|
|
|
|
'one' => q(dólar bahamés), |
4278
|
|
|
|
|
|
|
'other' => q(dólares bahameses), |
4279
|
|
|
|
|
|
|
}, |
4280
|
|
|
|
|
|
|
}, |
4281
|
|
|
|
|
|
|
'BTN' => { |
4282
|
|
|
|
|
|
|
symbol => 'BTN', |
4283
|
|
|
|
|
|
|
display_name => { |
4284
|
|
|
|
|
|
|
'currency' => q(Ngultrum butanés), |
4285
|
|
|
|
|
|
|
'one' => q(ngultrum butanés), |
4286
|
|
|
|
|
|
|
'other' => q(ngultrums butaneses), |
4287
|
|
|
|
|
|
|
}, |
4288
|
|
|
|
|
|
|
}, |
4289
|
|
|
|
|
|
|
'BUK' => { |
4290
|
|
|
|
|
|
|
symbol => 'BUK', |
4291
|
|
|
|
|
|
|
display_name => { |
4292
|
|
|
|
|
|
|
'currency' => q(Kyat birmanu), |
4293
|
|
|
|
|
|
|
'one' => q(kyat birmanu), |
4294
|
|
|
|
|
|
|
'other' => q(kyats birmanos), |
4295
|
|
|
|
|
|
|
}, |
4296
|
|
|
|
|
|
|
}, |
4297
|
|
|
|
|
|
|
'BWP' => { |
4298
|
|
|
|
|
|
|
symbol => 'BWP', |
4299
|
|
|
|
|
|
|
display_name => { |
4300
|
|
|
|
|
|
|
'currency' => q(Pula botsuaniana), |
4301
|
|
|
|
|
|
|
'one' => q(pula botsuaniana), |
4302
|
|
|
|
|
|
|
'other' => q(pulas botsuanianes), |
4303
|
|
|
|
|
|
|
}, |
4304
|
|
|
|
|
|
|
}, |
4305
|
|
|
|
|
|
|
'BYB' => { |
4306
|
|
|
|
|
|
|
symbol => 'BYB', |
4307
|
|
|
|
|
|
|
display_name => { |
4308
|
|
|
|
|
|
|
'currency' => q(Rublu nuevu bielorrusu \(1994â1999\)), |
4309
|
|
|
|
|
|
|
'one' => q(rublu nuevu bielorrusu \(1994â1999\)), |
4310
|
|
|
|
|
|
|
'other' => q(rublos nuevos bielorrusos \(1994â1999\)), |
4311
|
|
|
|
|
|
|
}, |
4312
|
|
|
|
|
|
|
}, |
4313
|
|
|
|
|
|
|
'BYR' => { |
4314
|
|
|
|
|
|
|
symbol => 'BYR', |
4315
|
|
|
|
|
|
|
display_name => { |
4316
|
|
|
|
|
|
|
'currency' => q(Rublu bielorrusu), |
4317
|
|
|
|
|
|
|
'one' => q(rublu bielorrusu), |
4318
|
|
|
|
|
|
|
'other' => q(rublos bielorrusos), |
4319
|
|
|
|
|
|
|
}, |
4320
|
|
|
|
|
|
|
}, |
4321
|
|
|
|
|
|
|
'BZD' => { |
4322
|
|
|
|
|
|
|
symbol => 'BZD', |
4323
|
|
|
|
|
|
|
display_name => { |
4324
|
|
|
|
|
|
|
'currency' => q(Dólar belizianu), |
4325
|
|
|
|
|
|
|
'one' => q(dólar belizianu), |
4326
|
|
|
|
|
|
|
'other' => q(dólares belizianos), |
4327
|
|
|
|
|
|
|
}, |
4328
|
|
|
|
|
|
|
}, |
4329
|
|
|
|
|
|
|
'CAD' => { |
4330
|
|
|
|
|
|
|
symbol => 'CA$', |
4331
|
|
|
|
|
|
|
display_name => { |
4332
|
|
|
|
|
|
|
'currency' => q(Dólar canadiense), |
4333
|
|
|
|
|
|
|
'one' => q(dólar canadiense), |
4334
|
|
|
|
|
|
|
'other' => q(dólares canadienses), |
4335
|
|
|
|
|
|
|
}, |
4336
|
|
|
|
|
|
|
}, |
4337
|
|
|
|
|
|
|
'CDF' => { |
4338
|
|
|
|
|
|
|
symbol => 'CDF', |
4339
|
|
|
|
|
|
|
display_name => { |
4340
|
|
|
|
|
|
|
'currency' => q(francu congolés), |
4341
|
|
|
|
|
|
|
'one' => q(francu congolés), |
4342
|
|
|
|
|
|
|
'other' => q(francos congoleses), |
4343
|
|
|
|
|
|
|
}, |
4344
|
|
|
|
|
|
|
}, |
4345
|
|
|
|
|
|
|
'CHE' => { |
4346
|
|
|
|
|
|
|
symbol => 'CHE', |
4347
|
|
|
|
|
|
|
display_name => { |
4348
|
|
|
|
|
|
|
'currency' => q(Euru WIR), |
4349
|
|
|
|
|
|
|
'one' => q(euru WIR), |
4350
|
|
|
|
|
|
|
'other' => q(euros WIR), |
4351
|
|
|
|
|
|
|
}, |
4352
|
|
|
|
|
|
|
}, |
4353
|
|
|
|
|
|
|
'CHF' => { |
4354
|
|
|
|
|
|
|
symbol => 'CHF', |
4355
|
|
|
|
|
|
|
display_name => { |
4356
|
|
|
|
|
|
|
'currency' => q(francu suizu), |
4357
|
|
|
|
|
|
|
'one' => q(francu suizu), |
4358
|
|
|
|
|
|
|
'other' => q(francos suizos), |
4359
|
|
|
|
|
|
|
}, |
4360
|
|
|
|
|
|
|
}, |
4361
|
|
|
|
|
|
|
'CHW' => { |
4362
|
|
|
|
|
|
|
symbol => 'CHW', |
4363
|
|
|
|
|
|
|
display_name => { |
4364
|
|
|
|
|
|
|
'currency' => q(Francu WIR), |
4365
|
|
|
|
|
|
|
'one' => q(francu WIR), |
4366
|
|
|
|
|
|
|
'other' => q(francos WIR), |
4367
|
|
|
|
|
|
|
}, |
4368
|
|
|
|
|
|
|
}, |
4369
|
|
|
|
|
|
|
'CLE' => { |
4370
|
|
|
|
|
|
|
symbol => 'CLE', |
4371
|
|
|
|
|
|
|
display_name => { |
4372
|
|
|
|
|
|
|
'currency' => q(Escudu chilenu), |
4373
|
|
|
|
|
|
|
'one' => q(escudu chilenu), |
4374
|
|
|
|
|
|
|
'other' => q(escudos chilenos), |
4375
|
|
|
|
|
|
|
}, |
4376
|
|
|
|
|
|
|
}, |
4377
|
|
|
|
|
|
|
'CLF' => { |
4378
|
|
|
|
|
|
|
symbol => 'CLF', |
4379
|
|
|
|
|
|
|
display_name => { |
4380
|
|
|
|
|
|
|
'currency' => q(Unidá de cuenta chilena \(UF\)), |
4381
|
|
|
|
|
|
|
'one' => q(unidá de cuenta chilena \(UF\)), |
4382
|
|
|
|
|
|
|
'other' => q(unidaes de cuenta chilenes \(UF\)), |
4383
|
|
|
|
|
|
|
}, |
4384
|
|
|
|
|
|
|
}, |
4385
|
|
|
|
|
|
|
'CLP' => { |
4386
|
|
|
|
|
|
|
symbol => 'CLP', |
4387
|
|
|
|
|
|
|
display_name => { |
4388
|
|
|
|
|
|
|
'currency' => q(pesu chilenu), |
4389
|
|
|
|
|
|
|
'one' => q(pesu chilenu), |
4390
|
|
|
|
|
|
|
'other' => q(pesos chilenos), |
4391
|
|
|
|
|
|
|
}, |
4392
|
|
|
|
|
|
|
}, |
4393
|
|
|
|
|
|
|
'CNX' => { |
4394
|
|
|
|
|
|
|
display_name => { |
4395
|
|
|
|
|
|
|
'currency' => q(Dólar del Bancu Popular Chinu), |
4396
|
|
|
|
|
|
|
'one' => q(dólar del Bancu Popular Chinu), |
4397
|
|
|
|
|
|
|
'other' => q(dólares del Bancu Popular Chinu), |
4398
|
|
|
|
|
|
|
}, |
4399
|
|
|
|
|
|
|
}, |
4400
|
|
|
|
|
|
|
'CNY' => { |
4401
|
|
|
|
|
|
|
symbol => 'CNÂ¥', |
4402
|
|
|
|
|
|
|
display_name => { |
4403
|
|
|
|
|
|
|
'currency' => q(Yuan chinu), |
4404
|
|
|
|
|
|
|
'one' => q(yuan chinu), |
4405
|
|
|
|
|
|
|
'other' => q(yuanes chinos), |
4406
|
|
|
|
|
|
|
}, |
4407
|
|
|
|
|
|
|
}, |
4408
|
|
|
|
|
|
|
'COP' => { |
4409
|
|
|
|
|
|
|
symbol => 'COP', |
4410
|
|
|
|
|
|
|
display_name => { |
4411
|
|
|
|
|
|
|
'currency' => q(pesu colombianu), |
4412
|
|
|
|
|
|
|
'one' => q(pesu colombianu), |
4413
|
|
|
|
|
|
|
'other' => q(pesos colombianos), |
4414
|
|
|
|
|
|
|
}, |
4415
|
|
|
|
|
|
|
}, |
4416
|
|
|
|
|
|
|
'COU' => { |
4417
|
|
|
|
|
|
|
symbol => 'COU', |
4418
|
|
|
|
|
|
|
display_name => { |
4419
|
|
|
|
|
|
|
'currency' => q(Unidá de valor real colombiana), |
4420
|
|
|
|
|
|
|
'one' => q(unidá de valor real colombiana), |
4421
|
|
|
|
|
|
|
'other' => q(unidaes de valor real colombianes), |
4422
|
|
|
|
|
|
|
}, |
4423
|
|
|
|
|
|
|
}, |
4424
|
|
|
|
|
|
|
'CRC' => { |
4425
|
|
|
|
|
|
|
symbol => 'CRC', |
4426
|
|
|
|
|
|
|
display_name => { |
4427
|
|
|
|
|
|
|
'currency' => q(Colón costarricanu), |
4428
|
|
|
|
|
|
|
'one' => q(colón costarricanu), |
4429
|
|
|
|
|
|
|
'other' => q(colones costarricanos), |
4430
|
|
|
|
|
|
|
}, |
4431
|
|
|
|
|
|
|
}, |
4432
|
|
|
|
|
|
|
'CSD' => { |
4433
|
|
|
|
|
|
|
symbol => 'CSD', |
4434
|
|
|
|
|
|
|
display_name => { |
4435
|
|
|
|
|
|
|
'currency' => q(Dinar serbiu \(2002â2006\)), |
4436
|
|
|
|
|
|
|
'one' => q(dinar serbiu \(2002â2006\)), |
4437
|
|
|
|
|
|
|
'other' => q(dinares serbios \(2002â2006\)), |
4438
|
|
|
|
|
|
|
}, |
4439
|
|
|
|
|
|
|
}, |
4440
|
|
|
|
|
|
|
'CSK' => { |
4441
|
|
|
|
|
|
|
symbol => 'CSK', |
4442
|
|
|
|
|
|
|
display_name => { |
4443
|
|
|
|
|
|
|
'currency' => q(Corona fuerte checoslovaca), |
4444
|
|
|
|
|
|
|
'one' => q(corona fuerte checoslovaca), |
4445
|
|
|
|
|
|
|
'other' => q(corones fuertes checoslovaques), |
4446
|
|
|
|
|
|
|
}, |
4447
|
|
|
|
|
|
|
}, |
4448
|
|
|
|
|
|
|
'CUC' => { |
4449
|
|
|
|
|
|
|
symbol => 'CUC', |
4450
|
|
|
|
|
|
|
display_name => { |
4451
|
|
|
|
|
|
|
'currency' => q(Pesu cubanu convertible), |
4452
|
|
|
|
|
|
|
'one' => q(pesu cubanu convertible), |
4453
|
|
|
|
|
|
|
'other' => q(pesos cubanos convertibles), |
4454
|
|
|
|
|
|
|
}, |
4455
|
|
|
|
|
|
|
}, |
4456
|
|
|
|
|
|
|
'CUP' => { |
4457
|
|
|
|
|
|
|
symbol => 'CUP', |
4458
|
|
|
|
|
|
|
display_name => { |
4459
|
|
|
|
|
|
|
'currency' => q(Pesu cubanu), |
4460
|
|
|
|
|
|
|
'one' => q(pesu cubanu), |
4461
|
|
|
|
|
|
|
'other' => q(pesos cubanos), |
4462
|
|
|
|
|
|
|
}, |
4463
|
|
|
|
|
|
|
}, |
4464
|
|
|
|
|
|
|
'CVE' => { |
4465
|
|
|
|
|
|
|
symbol => 'CVE', |
4466
|
|
|
|
|
|
|
display_name => { |
4467
|
|
|
|
|
|
|
'currency' => q(escudu cabuverdianu), |
4468
|
|
|
|
|
|
|
'one' => q(escudu cabuverdianu), |
4469
|
|
|
|
|
|
|
'other' => q(escudos cabuverdianos), |
4470
|
|
|
|
|
|
|
}, |
4471
|
|
|
|
|
|
|
}, |
4472
|
|
|
|
|
|
|
'CYP' => { |
4473
|
|
|
|
|
|
|
symbol => 'CYP', |
4474
|
|
|
|
|
|
|
display_name => { |
4475
|
|
|
|
|
|
|
'currency' => q(Llibra xipriota), |
4476
|
|
|
|
|
|
|
'one' => q(llibra xipriota), |
4477
|
|
|
|
|
|
|
'other' => q(llibres xipriotes), |
4478
|
|
|
|
|
|
|
}, |
4479
|
|
|
|
|
|
|
}, |
4480
|
|
|
|
|
|
|
'CZK' => { |
4481
|
|
|
|
|
|
|
symbol => 'CZK', |
4482
|
|
|
|
|
|
|
display_name => { |
4483
|
|
|
|
|
|
|
'currency' => q(Corona checa), |
4484
|
|
|
|
|
|
|
'one' => q(corona checa), |
4485
|
|
|
|
|
|
|
'other' => q(corones cheques), |
4486
|
|
|
|
|
|
|
}, |
4487
|
|
|
|
|
|
|
}, |
4488
|
|
|
|
|
|
|
'DDM' => { |
4489
|
|
|
|
|
|
|
symbol => 'DDM', |
4490
|
|
|
|
|
|
|
display_name => { |
4491
|
|
|
|
|
|
|
'currency' => q(Marcu dâAlemaña Oriental), |
4492
|
|
|
|
|
|
|
'one' => q(marcu dâAlemaña Oriental), |
4493
|
|
|
|
|
|
|
'other' => q(marcos dâAlemaña Oriental), |
4494
|
|
|
|
|
|
|
}, |
4495
|
|
|
|
|
|
|
}, |
4496
|
|
|
|
|
|
|
'DEM' => { |
4497
|
|
|
|
|
|
|
symbol => 'DEM', |
4498
|
|
|
|
|
|
|
display_name => { |
4499
|
|
|
|
|
|
|
'currency' => q(Marcu alemán), |
4500
|
|
|
|
|
|
|
'one' => q(marcu alemán), |
4501
|
|
|
|
|
|
|
'other' => q(marcos alemanes), |
4502
|
|
|
|
|
|
|
}, |
4503
|
|
|
|
|
|
|
}, |
4504
|
|
|
|
|
|
|
'DJF' => { |
4505
|
|
|
|
|
|
|
symbol => 'DJF', |
4506
|
|
|
|
|
|
|
display_name => { |
4507
|
|
|
|
|
|
|
'currency' => q(Francu xibutianu), |
4508
|
|
|
|
|
|
|
'one' => q(francu xibutianu), |
4509
|
|
|
|
|
|
|
'other' => q(francos xibutianos), |
4510
|
|
|
|
|
|
|
}, |
4511
|
|
|
|
|
|
|
}, |
4512
|
|
|
|
|
|
|
'DKK' => { |
4513
|
|
|
|
|
|
|
symbol => 'DKK', |
4514
|
|
|
|
|
|
|
display_name => { |
4515
|
|
|
|
|
|
|
'currency' => q(corona danesa), |
4516
|
|
|
|
|
|
|
'one' => q(corona danesa), |
4517
|
|
|
|
|
|
|
'other' => q(corones daneses), |
4518
|
|
|
|
|
|
|
}, |
4519
|
|
|
|
|
|
|
}, |
4520
|
|
|
|
|
|
|
'DOP' => { |
4521
|
|
|
|
|
|
|
symbol => 'DOP', |
4522
|
|
|
|
|
|
|
display_name => { |
4523
|
|
|
|
|
|
|
'currency' => q(Pesu dominicanu), |
4524
|
|
|
|
|
|
|
'one' => q(pesu dominicanu), |
4525
|
|
|
|
|
|
|
'other' => q(pesos dominicanos), |
4526
|
|
|
|
|
|
|
}, |
4527
|
|
|
|
|
|
|
}, |
4528
|
|
|
|
|
|
|
'DZD' => { |
4529
|
|
|
|
|
|
|
symbol => 'DZD', |
4530
|
|
|
|
|
|
|
display_name => { |
4531
|
|
|
|
|
|
|
'currency' => q(dinar arxelÃn), |
4532
|
|
|
|
|
|
|
'one' => q(dinar arxelÃn), |
4533
|
|
|
|
|
|
|
'other' => q(dinares arxelinos), |
4534
|
|
|
|
|
|
|
}, |
4535
|
|
|
|
|
|
|
}, |
4536
|
|
|
|
|
|
|
'ECS' => { |
4537
|
|
|
|
|
|
|
symbol => 'ECS', |
4538
|
|
|
|
|
|
|
display_name => { |
4539
|
|
|
|
|
|
|
'currency' => q(Sucre ecuatorianu), |
4540
|
|
|
|
|
|
|
'one' => q(sucre ecuatorianu), |
4541
|
|
|
|
|
|
|
'other' => q(sucres ecuatorianos), |
4542
|
|
|
|
|
|
|
}, |
4543
|
|
|
|
|
|
|
}, |
4544
|
|
|
|
|
|
|
'ECV' => { |
4545
|
|
|
|
|
|
|
symbol => 'ECV', |
4546
|
|
|
|
|
|
|
display_name => { |
4547
|
|
|
|
|
|
|
'currency' => q(Unidá ecuatoriana de valor constante), |
4548
|
|
|
|
|
|
|
'one' => q(unidá ecuatoriana de valor constante), |
4549
|
|
|
|
|
|
|
'other' => q(unidaes ecuatorianes de valor constante), |
4550
|
|
|
|
|
|
|
}, |
4551
|
|
|
|
|
|
|
}, |
4552
|
|
|
|
|
|
|
'EEK' => { |
4553
|
|
|
|
|
|
|
symbol => 'EEK', |
4554
|
|
|
|
|
|
|
display_name => { |
4555
|
|
|
|
|
|
|
'currency' => q(Corona estonia), |
4556
|
|
|
|
|
|
|
'one' => q(corona estoniana), |
4557
|
|
|
|
|
|
|
'other' => q(corones estonianes), |
4558
|
|
|
|
|
|
|
}, |
4559
|
|
|
|
|
|
|
}, |
4560
|
|
|
|
|
|
|
'EGP' => { |
4561
|
|
|
|
|
|
|
symbol => 'EGP', |
4562
|
|
|
|
|
|
|
display_name => { |
4563
|
|
|
|
|
|
|
'currency' => q(llibra exipciana), |
4564
|
|
|
|
|
|
|
'one' => q(llibra exipciana), |
4565
|
|
|
|
|
|
|
'other' => q(llibres exipcianes), |
4566
|
|
|
|
|
|
|
}, |
4567
|
|
|
|
|
|
|
}, |
4568
|
|
|
|
|
|
|
'ERN' => { |
4569
|
|
|
|
|
|
|
symbol => 'ERN', |
4570
|
|
|
|
|
|
|
display_name => { |
4571
|
|
|
|
|
|
|
'currency' => q(Nakfa eritréu), |
4572
|
|
|
|
|
|
|
'one' => q(nakfa eritréu), |
4573
|
|
|
|
|
|
|
'other' => q(nafkas eritreos), |
4574
|
|
|
|
|
|
|
}, |
4575
|
|
|
|
|
|
|
}, |
4576
|
|
|
|
|
|
|
'ESA' => { |
4577
|
|
|
|
|
|
|
symbol => 'ESA', |
4578
|
|
|
|
|
|
|
display_name => { |
4579
|
|
|
|
|
|
|
'currency' => q(Peseta española \(cuenta A\)), |
4580
|
|
|
|
|
|
|
'one' => q(peseta española \(cuenta A\)), |
4581
|
|
|
|
|
|
|
'other' => q(pesetes españoles \(cuenta A\)), |
4582
|
|
|
|
|
|
|
}, |
4583
|
|
|
|
|
|
|
}, |
4584
|
|
|
|
|
|
|
'ESB' => { |
4585
|
|
|
|
|
|
|
symbol => 'ESB', |
4586
|
|
|
|
|
|
|
display_name => { |
4587
|
|
|
|
|
|
|
'currency' => q(Peseta española \(cuenta convertible\)), |
4588
|
|
|
|
|
|
|
'one' => q(peseta española \(cuenta convertible\)), |
4589
|
|
|
|
|
|
|
'other' => q(pesetes españoles \(cuenta convertible\)), |
4590
|
|
|
|
|
|
|
}, |
4591
|
|
|
|
|
|
|
}, |
4592
|
|
|
|
|
|
|
'ESP' => { |
4593
|
|
|
|
|
|
|
symbol => 'ESP', |
4594
|
|
|
|
|
|
|
display_name => { |
4595
|
|
|
|
|
|
|
'currency' => q(Peseta española), |
4596
|
|
|
|
|
|
|
'one' => q(peseta española), |
4597
|
|
|
|
|
|
|
'other' => q(pesetes españoles), |
4598
|
|
|
|
|
|
|
}, |
4599
|
|
|
|
|
|
|
}, |
4600
|
|
|
|
|
|
|
'ETB' => { |
4601
|
|
|
|
|
|
|
symbol => 'ETB', |
4602
|
|
|
|
|
|
|
display_name => { |
4603
|
|
|
|
|
|
|
'currency' => q(Birr etÃope), |
4604
|
|
|
|
|
|
|
'one' => q(birr etÃope), |
4605
|
|
|
|
|
|
|
'other' => q(birrs etÃopes), |
4606
|
|
|
|
|
|
|
}, |
4607
|
|
|
|
|
|
|
}, |
4608
|
|
|
|
|
|
|
'EUR' => { |
4609
|
|
|
|
|
|
|
symbol => 'â¬', |
4610
|
|
|
|
|
|
|
display_name => { |
4611
|
|
|
|
|
|
|
'currency' => q(euro), |
4612
|
|
|
|
|
|
|
'one' => q(euro), |
4613
|
|
|
|
|
|
|
'other' => q(euros), |
4614
|
|
|
|
|
|
|
}, |
4615
|
|
|
|
|
|
|
}, |
4616
|
|
|
|
|
|
|
'FIM' => { |
4617
|
|
|
|
|
|
|
symbol => 'FIM', |
4618
|
|
|
|
|
|
|
display_name => { |
4619
|
|
|
|
|
|
|
'currency' => q(Marcu finlandés), |
4620
|
|
|
|
|
|
|
'one' => q(marcu finlandés), |
4621
|
|
|
|
|
|
|
'other' => q(marcos finlandeses), |
4622
|
|
|
|
|
|
|
}, |
4623
|
|
|
|
|
|
|
}, |
4624
|
|
|
|
|
|
|
'FJD' => { |
4625
|
|
|
|
|
|
|
symbol => 'FJD', |
4626
|
|
|
|
|
|
|
display_name => { |
4627
|
|
|
|
|
|
|
'currency' => q(dólar fixanu), |
4628
|
|
|
|
|
|
|
'one' => q(dólar fixanu), |
4629
|
|
|
|
|
|
|
'other' => q(dólares fixanos), |
4630
|
|
|
|
|
|
|
}, |
4631
|
|
|
|
|
|
|
}, |
4632
|
|
|
|
|
|
|
'FKP' => { |
4633
|
|
|
|
|
|
|
symbol => 'FKP', |
4634
|
|
|
|
|
|
|
display_name => { |
4635
|
|
|
|
|
|
|
'currency' => q(llibra malviniana), |
4636
|
|
|
|
|
|
|
'one' => q(llibra malviniana), |
4637
|
|
|
|
|
|
|
'other' => q(llibres malvinianes), |
4638
|
|
|
|
|
|
|
}, |
4639
|
|
|
|
|
|
|
}, |
4640
|
|
|
|
|
|
|
'FRF' => { |
4641
|
|
|
|
|
|
|
symbol => 'FRF', |
4642
|
|
|
|
|
|
|
display_name => { |
4643
|
|
|
|
|
|
|
'currency' => q(Francu francés), |
4644
|
|
|
|
|
|
|
'one' => q(francu francés), |
4645
|
|
|
|
|
|
|
'other' => q(francos franceses), |
4646
|
|
|
|
|
|
|
}, |
4647
|
|
|
|
|
|
|
}, |
4648
|
|
|
|
|
|
|
'GBP' => { |
4649
|
|
|
|
|
|
|
symbol => '£', |
4650
|
|
|
|
|
|
|
display_name => { |
4651
|
|
|
|
|
|
|
'currency' => q(llibra esterlina), |
4652
|
|
|
|
|
|
|
'one' => q(llibra esterlina), |
4653
|
|
|
|
|
|
|
'other' => q(llibres esterlines), |
4654
|
|
|
|
|
|
|
}, |
4655
|
|
|
|
|
|
|
}, |
4656
|
|
|
|
|
|
|
'GEK' => { |
4657
|
|
|
|
|
|
|
symbol => 'GEK', |
4658
|
|
|
|
|
|
|
display_name => { |
4659
|
|
|
|
|
|
|
'currency' => q(Kupon larit xeorxanu), |
4660
|
|
|
|
|
|
|
'one' => q(kupon larit xeorxanu), |
4661
|
|
|
|
|
|
|
'other' => q(kupon larits xeorxanos), |
4662
|
|
|
|
|
|
|
}, |
4663
|
|
|
|
|
|
|
}, |
4664
|
|
|
|
|
|
|
'GEL' => { |
4665
|
|
|
|
|
|
|
symbol => 'GEL', |
4666
|
|
|
|
|
|
|
display_name => { |
4667
|
|
|
|
|
|
|
'currency' => q(Lari xeorxanu), |
4668
|
|
|
|
|
|
|
'one' => q(lari xeorxanu), |
4669
|
|
|
|
|
|
|
'other' => q(laris xeorxanos), |
4670
|
|
|
|
|
|
|
}, |
4671
|
|
|
|
|
|
|
}, |
4672
|
|
|
|
|
|
|
'GHC' => { |
4673
|
|
|
|
|
|
|
symbol => 'GHC', |
4674
|
|
|
|
|
|
|
display_name => { |
4675
|
|
|
|
|
|
|
'currency' => q(Cedi ghanianu \(1979â2007\)), |
4676
|
|
|
|
|
|
|
'one' => q(cedi ghanianu \(1979â2007\)), |
4677
|
|
|
|
|
|
|
'other' => q(cedis ghanianos \(1979â2007\)), |
4678
|
|
|
|
|
|
|
}, |
4679
|
|
|
|
|
|
|
}, |
4680
|
|
|
|
|
|
|
'GHS' => { |
4681
|
|
|
|
|
|
|
symbol => 'GHS', |
4682
|
|
|
|
|
|
|
display_name => { |
4683
|
|
|
|
|
|
|
'currency' => q(cedi ghanianu), |
4684
|
|
|
|
|
|
|
'one' => q(cedi ghanianu), |
4685
|
|
|
|
|
|
|
'other' => q(cedis ghanianos), |
4686
|
|
|
|
|
|
|
}, |
4687
|
|
|
|
|
|
|
}, |
4688
|
|
|
|
|
|
|
'GIP' => { |
4689
|
|
|
|
|
|
|
symbol => 'GIP', |
4690
|
|
|
|
|
|
|
display_name => { |
4691
|
|
|
|
|
|
|
'currency' => q(llibra de Xibraltar), |
4692
|
|
|
|
|
|
|
'one' => q(llibra de Xibraltar), |
4693
|
|
|
|
|
|
|
'other' => q(llibres de Xibraltar), |
4694
|
|
|
|
|
|
|
}, |
4695
|
|
|
|
|
|
|
}, |
4696
|
|
|
|
|
|
|
'GMD' => { |
4697
|
|
|
|
|
|
|
symbol => 'GMD', |
4698
|
|
|
|
|
|
|
display_name => { |
4699
|
|
|
|
|
|
|
'currency' => q(dalasi gambianu), |
4700
|
|
|
|
|
|
|
'one' => q(dalasi gambianu), |
4701
|
|
|
|
|
|
|
'other' => q(dalasis gambianos), |
4702
|
|
|
|
|
|
|
}, |
4703
|
|
|
|
|
|
|
}, |
4704
|
|
|
|
|
|
|
'GNF' => { |
4705
|
|
|
|
|
|
|
symbol => 'GNF', |
4706
|
|
|
|
|
|
|
display_name => { |
4707
|
|
|
|
|
|
|
'currency' => q(francu guineanu), |
4708
|
|
|
|
|
|
|
'one' => q(francu guineanu), |
4709
|
|
|
|
|
|
|
'other' => q(francos guineanos), |
4710
|
|
|
|
|
|
|
}, |
4711
|
|
|
|
|
|
|
}, |
4712
|
|
|
|
|
|
|
'GNS' => { |
4713
|
|
|
|
|
|
|
symbol => 'GNS', |
4714
|
|
|
|
|
|
|
display_name => { |
4715
|
|
|
|
|
|
|
'currency' => q(syli guineanu), |
4716
|
|
|
|
|
|
|
'one' => q(syli guineanu), |
4717
|
|
|
|
|
|
|
'other' => q(sylis guineanos), |
4718
|
|
|
|
|
|
|
}, |
4719
|
|
|
|
|
|
|
}, |
4720
|
|
|
|
|
|
|
'GQE' => { |
4721
|
|
|
|
|
|
|
symbol => 'GQE', |
4722
|
|
|
|
|
|
|
display_name => { |
4723
|
|
|
|
|
|
|
'currency' => q(Ekwele de Guinea Ecuatorial), |
4724
|
|
|
|
|
|
|
'one' => q(ekwele de Guinea Ecuatorial), |
4725
|
|
|
|
|
|
|
'other' => q(ekweles de Guinea Ecuatorial), |
4726
|
|
|
|
|
|
|
}, |
4727
|
|
|
|
|
|
|
}, |
4728
|
|
|
|
|
|
|
'GRD' => { |
4729
|
|
|
|
|
|
|
symbol => 'GRD', |
4730
|
|
|
|
|
|
|
display_name => { |
4731
|
|
|
|
|
|
|
'currency' => q(Dracma griegu), |
4732
|
|
|
|
|
|
|
'one' => q(dracma griegu), |
4733
|
|
|
|
|
|
|
'other' => q(dracmes griegos), |
4734
|
|
|
|
|
|
|
}, |
4735
|
|
|
|
|
|
|
}, |
4736
|
|
|
|
|
|
|
'GTQ' => { |
4737
|
|
|
|
|
|
|
symbol => 'GTQ', |
4738
|
|
|
|
|
|
|
display_name => { |
4739
|
|
|
|
|
|
|
'currency' => q(Quetzal guatemalianu), |
4740
|
|
|
|
|
|
|
'one' => q(quetzal guatemalianu), |
4741
|
|
|
|
|
|
|
'other' => q(quetzales guatemalianos), |
4742
|
|
|
|
|
|
|
}, |
4743
|
|
|
|
|
|
|
}, |
4744
|
|
|
|
|
|
|
'GWE' => { |
4745
|
|
|
|
|
|
|
symbol => 'GWE', |
4746
|
|
|
|
|
|
|
display_name => { |
4747
|
|
|
|
|
|
|
'currency' => q(Escudo de Guinea portuguesa), |
4748
|
|
|
|
|
|
|
'one' => q(escudo de Guinea portuguesa), |
4749
|
|
|
|
|
|
|
'other' => q(escudos de Guinea portuguesa), |
4750
|
|
|
|
|
|
|
}, |
4751
|
|
|
|
|
|
|
}, |
4752
|
|
|
|
|
|
|
'GWP' => { |
4753
|
|
|
|
|
|
|
symbol => 'GWP', |
4754
|
|
|
|
|
|
|
display_name => { |
4755
|
|
|
|
|
|
|
'currency' => q(Pesu de Guinea-Bisáu), |
4756
|
|
|
|
|
|
|
'one' => q(pesu de Guinea-Bisáu), |
4757
|
|
|
|
|
|
|
'other' => q(pesos de Guinea-Bisáu), |
4758
|
|
|
|
|
|
|
}, |
4759
|
|
|
|
|
|
|
}, |
4760
|
|
|
|
|
|
|
'GYD' => { |
4761
|
|
|
|
|
|
|
symbol => 'GYD', |
4762
|
|
|
|
|
|
|
display_name => { |
4763
|
|
|
|
|
|
|
'currency' => q(dólar guyanés), |
4764
|
|
|
|
|
|
|
'one' => q(dólar guyanés), |
4765
|
|
|
|
|
|
|
'other' => q(dólares guyaneses), |
4766
|
|
|
|
|
|
|
}, |
4767
|
|
|
|
|
|
|
}, |
4768
|
|
|
|
|
|
|
'HKD' => { |
4769
|
|
|
|
|
|
|
symbol => 'HK$', |
4770
|
|
|
|
|
|
|
display_name => { |
4771
|
|
|
|
|
|
|
'currency' => q(Dólar hongkonés), |
4772
|
|
|
|
|
|
|
'one' => q(dólar hongkonés), |
4773
|
|
|
|
|
|
|
'other' => q(dólares ḥongkoneses), |
4774
|
|
|
|
|
|
|
}, |
4775
|
|
|
|
|
|
|
}, |
4776
|
|
|
|
|
|
|
'HNL' => { |
4777
|
|
|
|
|
|
|
symbol => 'HNL', |
4778
|
|
|
|
|
|
|
display_name => { |
4779
|
|
|
|
|
|
|
'currency' => q(Lempira hondurana), |
4780
|
|
|
|
|
|
|
'one' => q(lempira hondurana), |
4781
|
|
|
|
|
|
|
'other' => q(lempires honduranes), |
4782
|
|
|
|
|
|
|
}, |
4783
|
|
|
|
|
|
|
}, |
4784
|
|
|
|
|
|
|
'HRD' => { |
4785
|
|
|
|
|
|
|
symbol => 'HRD', |
4786
|
|
|
|
|
|
|
display_name => { |
4787
|
|
|
|
|
|
|
'currency' => q(Dinar croata), |
4788
|
|
|
|
|
|
|
'one' => q(dinar croata), |
4789
|
|
|
|
|
|
|
'other' => q(dinares croates), |
4790
|
|
|
|
|
|
|
}, |
4791
|
|
|
|
|
|
|
}, |
4792
|
|
|
|
|
|
|
'HRK' => { |
4793
|
|
|
|
|
|
|
symbol => 'HRK', |
4794
|
|
|
|
|
|
|
display_name => { |
4795
|
|
|
|
|
|
|
'currency' => q(Kuna croata), |
4796
|
|
|
|
|
|
|
'one' => q(kuna croata), |
4797
|
|
|
|
|
|
|
'other' => q(kunes croates), |
4798
|
|
|
|
|
|
|
}, |
4799
|
|
|
|
|
|
|
}, |
4800
|
|
|
|
|
|
|
'HTG' => { |
4801
|
|
|
|
|
|
|
symbol => 'HTG', |
4802
|
|
|
|
|
|
|
display_name => { |
4803
|
|
|
|
|
|
|
'currency' => q(Gourde haitianu), |
4804
|
|
|
|
|
|
|
'one' => q(gourde haitianu), |
4805
|
|
|
|
|
|
|
'other' => q(gourde haitianos), |
4806
|
|
|
|
|
|
|
}, |
4807
|
|
|
|
|
|
|
}, |
4808
|
|
|
|
|
|
|
'HUF' => { |
4809
|
|
|
|
|
|
|
symbol => 'HUF', |
4810
|
|
|
|
|
|
|
display_name => { |
4811
|
|
|
|
|
|
|
'currency' => q(Forint húngaru), |
4812
|
|
|
|
|
|
|
'one' => q(forint húngaru), |
4813
|
|
|
|
|
|
|
'other' => q(forints húngaros), |
4814
|
|
|
|
|
|
|
}, |
4815
|
|
|
|
|
|
|
}, |
4816
|
|
|
|
|
|
|
'IDR' => { |
4817
|
|
|
|
|
|
|
symbol => 'IDR', |
4818
|
|
|
|
|
|
|
display_name => { |
4819
|
|
|
|
|
|
|
'currency' => q(rupiah indonesia), |
4820
|
|
|
|
|
|
|
'one' => q(rupiah indonesia), |
4821
|
|
|
|
|
|
|
'other' => q(rupiahs indonesies), |
4822
|
|
|
|
|
|
|
}, |
4823
|
|
|
|
|
|
|
}, |
4824
|
|
|
|
|
|
|
'IEP' => { |
4825
|
|
|
|
|
|
|
symbol => 'IEP', |
4826
|
|
|
|
|
|
|
display_name => { |
4827
|
|
|
|
|
|
|
'currency' => q(Llibra irlandesa), |
4828
|
|
|
|
|
|
|
'one' => q(llibra irlandesa), |
4829
|
|
|
|
|
|
|
'other' => q(llibres irlandeses), |
4830
|
|
|
|
|
|
|
}, |
4831
|
|
|
|
|
|
|
}, |
4832
|
|
|
|
|
|
|
'ILP' => { |
4833
|
|
|
|
|
|
|
symbol => 'ILP', |
4834
|
|
|
|
|
|
|
display_name => { |
4835
|
|
|
|
|
|
|
'currency' => q(Llibra israelina), |
4836
|
|
|
|
|
|
|
'one' => q(llibra israelina), |
4837
|
|
|
|
|
|
|
'other' => q(llibres israelines), |
4838
|
|
|
|
|
|
|
}, |
4839
|
|
|
|
|
|
|
}, |
4840
|
|
|
|
|
|
|
'ILR' => { |
4841
|
|
|
|
|
|
|
display_name => { |
4842
|
|
|
|
|
|
|
'currency' => q(Xequel israelÃn \(1980â1985\)), |
4843
|
|
|
|
|
|
|
'one' => q(xequel israelÃn \(1980â1985\)), |
4844
|
|
|
|
|
|
|
'other' => q(xequels israelinos \(1980â1985\)), |
4845
|
|
|
|
|
|
|
}, |
4846
|
|
|
|
|
|
|
}, |
4847
|
|
|
|
|
|
|
'ILS' => { |
4848
|
|
|
|
|
|
|
symbol => 'âª', |
4849
|
|
|
|
|
|
|
display_name => { |
4850
|
|
|
|
|
|
|
'currency' => q(Xequel nuevu israelÃn), |
4851
|
|
|
|
|
|
|
'one' => q(xequel nuevu israelÃn), |
4852
|
|
|
|
|
|
|
'other' => q(xequels nuevos israelinos), |
4853
|
|
|
|
|
|
|
}, |
4854
|
|
|
|
|
|
|
}, |
4855
|
|
|
|
|
|
|
'INR' => { |
4856
|
|
|
|
|
|
|
symbol => 'â¹', |
4857
|
|
|
|
|
|
|
display_name => { |
4858
|
|
|
|
|
|
|
'currency' => q(Rupia india), |
4859
|
|
|
|
|
|
|
'one' => q(rupia india), |
4860
|
|
|
|
|
|
|
'other' => q(rupies indies), |
4861
|
|
|
|
|
|
|
}, |
4862
|
|
|
|
|
|
|
}, |
4863
|
|
|
|
|
|
|
'IQD' => { |
4864
|
|
|
|
|
|
|
symbol => 'IQD', |
4865
|
|
|
|
|
|
|
display_name => { |
4866
|
|
|
|
|
|
|
'currency' => q(Dinar iraquÃn), |
4867
|
|
|
|
|
|
|
'one' => q(dinar iraquÃn), |
4868
|
|
|
|
|
|
|
'other' => q(dinares iraquinos), |
4869
|
|
|
|
|
|
|
}, |
4870
|
|
|
|
|
|
|
}, |
4871
|
|
|
|
|
|
|
'IRR' => { |
4872
|
|
|
|
|
|
|
symbol => 'IRR', |
4873
|
|
|
|
|
|
|
display_name => { |
4874
|
|
|
|
|
|
|
'currency' => q(Rial iranÃn), |
4875
|
|
|
|
|
|
|
'one' => q(rial iranÃn), |
4876
|
|
|
|
|
|
|
'other' => q(riales iraninos), |
4877
|
|
|
|
|
|
|
}, |
4878
|
|
|
|
|
|
|
}, |
4879
|
|
|
|
|
|
|
'ISJ' => { |
4880
|
|
|
|
|
|
|
display_name => { |
4881
|
|
|
|
|
|
|
'currency' => q(Corona islandesa \(1918â1981\)), |
4882
|
|
|
|
|
|
|
'one' => q(corona islandesa \(1918â1981\)), |
4883
|
|
|
|
|
|
|
'other' => q(corones islandeses \(1918â1981\)), |
4884
|
|
|
|
|
|
|
}, |
4885
|
|
|
|
|
|
|
}, |
4886
|
|
|
|
|
|
|
'ISK' => { |
4887
|
|
|
|
|
|
|
symbol => 'ISK', |
4888
|
|
|
|
|
|
|
display_name => { |
4889
|
|
|
|
|
|
|
'currency' => q(corona islandesa), |
4890
|
|
|
|
|
|
|
'one' => q(corona islandesa), |
4891
|
|
|
|
|
|
|
'other' => q(corones islandeses), |
4892
|
|
|
|
|
|
|
}, |
4893
|
|
|
|
|
|
|
}, |
4894
|
|
|
|
|
|
|
'ITL' => { |
4895
|
|
|
|
|
|
|
symbol => 'ITL', |
4896
|
|
|
|
|
|
|
display_name => { |
4897
|
|
|
|
|
|
|
'currency' => q(Llira italiana), |
4898
|
|
|
|
|
|
|
'one' => q(llira italiana), |
4899
|
|
|
|
|
|
|
'other' => q(llires italianes), |
4900
|
|
|
|
|
|
|
}, |
4901
|
|
|
|
|
|
|
}, |
4902
|
|
|
|
|
|
|
'JMD' => { |
4903
|
|
|
|
|
|
|
symbol => 'JMD', |
4904
|
|
|
|
|
|
|
display_name => { |
4905
|
|
|
|
|
|
|
'currency' => q(Dólar xamaicanu), |
4906
|
|
|
|
|
|
|
'one' => q(dólar xamaicanu), |
4907
|
|
|
|
|
|
|
'other' => q(dólares xamaicanos), |
4908
|
|
|
|
|
|
|
}, |
4909
|
|
|
|
|
|
|
}, |
4910
|
|
|
|
|
|
|
'JOD' => { |
4911
|
|
|
|
|
|
|
symbol => 'JOD', |
4912
|
|
|
|
|
|
|
display_name => { |
4913
|
|
|
|
|
|
|
'currency' => q(Dinar xordanu), |
4914
|
|
|
|
|
|
|
'one' => q(dinar xordanu), |
4915
|
|
|
|
|
|
|
'other' => q(dinares xordanos), |
4916
|
|
|
|
|
|
|
}, |
4917
|
|
|
|
|
|
|
}, |
4918
|
|
|
|
|
|
|
'JPY' => { |
4919
|
|
|
|
|
|
|
symbol => 'Â¥', |
4920
|
|
|
|
|
|
|
display_name => { |
4921
|
|
|
|
|
|
|
'currency' => q(Yen xaponés), |
4922
|
|
|
|
|
|
|
'one' => q(yen xaponés), |
4923
|
|
|
|
|
|
|
'other' => q(yenes xaponeses), |
4924
|
|
|
|
|
|
|
}, |
4925
|
|
|
|
|
|
|
}, |
4926
|
|
|
|
|
|
|
'KES' => { |
4927
|
|
|
|
|
|
|
symbol => 'KES', |
4928
|
|
|
|
|
|
|
display_name => { |
4929
|
|
|
|
|
|
|
'currency' => q(Shilling kenianu), |
4930
|
|
|
|
|
|
|
'one' => q(shilling kenianu), |
4931
|
|
|
|
|
|
|
'other' => q(shillings kenianos), |
4932
|
|
|
|
|
|
|
}, |
4933
|
|
|
|
|
|
|
}, |
4934
|
|
|
|
|
|
|
'KGS' => { |
4935
|
|
|
|
|
|
|
symbol => 'KGS', |
4936
|
|
|
|
|
|
|
display_name => { |
4937
|
|
|
|
|
|
|
'currency' => q(Som kirguistanÃn), |
4938
|
|
|
|
|
|
|
'one' => q(som kirguistanÃn), |
4939
|
|
|
|
|
|
|
'other' => q(soms kirguistaninos), |
4940
|
|
|
|
|
|
|
}, |
4941
|
|
|
|
|
|
|
}, |
4942
|
|
|
|
|
|
|
'KHR' => { |
4943
|
|
|
|
|
|
|
symbol => 'KHR', |
4944
|
|
|
|
|
|
|
display_name => { |
4945
|
|
|
|
|
|
|
'currency' => q(riel camboyanu), |
4946
|
|
|
|
|
|
|
'one' => q(riel camboyanu), |
4947
|
|
|
|
|
|
|
'other' => q(riels camboyanos), |
4948
|
|
|
|
|
|
|
}, |
4949
|
|
|
|
|
|
|
}, |
4950
|
|
|
|
|
|
|
'KMF' => { |
4951
|
|
|
|
|
|
|
symbol => 'KMF', |
4952
|
|
|
|
|
|
|
display_name => { |
4953
|
|
|
|
|
|
|
'currency' => q(Francu comoranu), |
4954
|
|
|
|
|
|
|
'one' => q(francu comoranu), |
4955
|
|
|
|
|
|
|
'other' => q(francos comoranos), |
4956
|
|
|
|
|
|
|
}, |
4957
|
|
|
|
|
|
|
}, |
4958
|
|
|
|
|
|
|
'KPW' => { |
4959
|
|
|
|
|
|
|
symbol => 'KPW', |
4960
|
|
|
|
|
|
|
display_name => { |
4961
|
|
|
|
|
|
|
'currency' => q(Won norcoreanu), |
4962
|
|
|
|
|
|
|
'one' => q(won norcoreanu), |
4963
|
|
|
|
|
|
|
'other' => q(wons norcoreanos), |
4964
|
|
|
|
|
|
|
}, |
4965
|
|
|
|
|
|
|
}, |
4966
|
|
|
|
|
|
|
'KRH' => { |
4967
|
|
|
|
|
|
|
symbol => 'KRH', |
4968
|
|
|
|
|
|
|
display_name => { |
4969
|
|
|
|
|
|
|
'currency' => q(Hwan surcoreanu \(1953â1962\)), |
4970
|
|
|
|
|
|
|
'one' => q(hwan surcoreanu \(1953â1962\)), |
4971
|
|
|
|
|
|
|
'other' => q(hwans surcoreanos \(1953â1962\)), |
4972
|
|
|
|
|
|
|
}, |
4973
|
|
|
|
|
|
|
}, |
4974
|
|
|
|
|
|
|
'KRO' => { |
4975
|
|
|
|
|
|
|
symbol => 'KRO', |
4976
|
|
|
|
|
|
|
display_name => { |
4977
|
|
|
|
|
|
|
'currency' => q(Won surcoreanu \(1945â1953\)), |
4978
|
|
|
|
|
|
|
'one' => q(won surcoreanu \(1945â1953\)), |
4979
|
|
|
|
|
|
|
'other' => q(won surcoreanos \(1945â1953\)), |
4980
|
|
|
|
|
|
|
}, |
4981
|
|
|
|
|
|
|
}, |
4982
|
|
|
|
|
|
|
'KRW' => { |
4983
|
|
|
|
|
|
|
symbol => 'â©', |
4984
|
|
|
|
|
|
|
display_name => { |
4985
|
|
|
|
|
|
|
'currency' => q(Won surcoreanu), |
4986
|
|
|
|
|
|
|
'one' => q(won surcoreanu), |
4987
|
|
|
|
|
|
|
'other' => q(wons surcoreanos), |
4988
|
|
|
|
|
|
|
}, |
4989
|
|
|
|
|
|
|
}, |
4990
|
|
|
|
|
|
|
'KWD' => { |
4991
|
|
|
|
|
|
|
symbol => 'KWD', |
4992
|
|
|
|
|
|
|
display_name => { |
4993
|
|
|
|
|
|
|
'currency' => q(Dinar kuwaitianu), |
4994
|
|
|
|
|
|
|
'one' => q(dinar kuwaitianu), |
4995
|
|
|
|
|
|
|
'other' => q(dinares kuwaitianos), |
4996
|
|
|
|
|
|
|
}, |
4997
|
|
|
|
|
|
|
}, |
4998
|
|
|
|
|
|
|
'KYD' => { |
4999
|
|
|
|
|
|
|
symbol => 'KYD', |
5000
|
|
|
|
|
|
|
display_name => { |
5001
|
|
|
|
|
|
|
'currency' => q(dólar caimanés), |
5002
|
|
|
|
|
|
|
'one' => q(dólar caimanés), |
5003
|
|
|
|
|
|
|
'other' => q(dólares caimaneses), |
5004
|
|
|
|
|
|
|
}, |
5005
|
|
|
|
|
|
|
}, |
5006
|
|
|
|
|
|
|
'KZT' => { |
5007
|
|
|
|
|
|
|
symbol => 'KZT', |
5008
|
|
|
|
|
|
|
display_name => { |
5009
|
|
|
|
|
|
|
'currency' => q(Tenge kazaquistanÃn), |
5010
|
|
|
|
|
|
|
'one' => q(tenge kazaquistanÃn), |
5011
|
|
|
|
|
|
|
'other' => q(tenges kazaquistaninos), |
5012
|
|
|
|
|
|
|
}, |
5013
|
|
|
|
|
|
|
}, |
5014
|
|
|
|
|
|
|
'LAK' => { |
5015
|
|
|
|
|
|
|
symbol => 'LAK', |
5016
|
|
|
|
|
|
|
display_name => { |
5017
|
|
|
|
|
|
|
'currency' => q(kip laosianu), |
5018
|
|
|
|
|
|
|
'one' => q(kip laosianu), |
5019
|
|
|
|
|
|
|
'other' => q(kips laosianos), |
5020
|
|
|
|
|
|
|
}, |
5021
|
|
|
|
|
|
|
}, |
5022
|
|
|
|
|
|
|
'LBP' => { |
5023
|
|
|
|
|
|
|
symbol => 'LBP', |
5024
|
|
|
|
|
|
|
display_name => { |
5025
|
|
|
|
|
|
|
'currency' => q(Llibra libanesa), |
5026
|
|
|
|
|
|
|
'one' => q(llibra libanesa), |
5027
|
|
|
|
|
|
|
'other' => q(llibres libaneses), |
5028
|
|
|
|
|
|
|
}, |
5029
|
|
|
|
|
|
|
}, |
5030
|
|
|
|
|
|
|
'LKR' => { |
5031
|
|
|
|
|
|
|
symbol => 'LKR', |
5032
|
|
|
|
|
|
|
display_name => { |
5033
|
|
|
|
|
|
|
'currency' => q(Rupia de Sri Lanka), |
5034
|
|
|
|
|
|
|
'one' => q(rupia de Sri Lanka), |
5035
|
|
|
|
|
|
|
'other' => q(rupies de Sri Lanka), |
5036
|
|
|
|
|
|
|
}, |
5037
|
|
|
|
|
|
|
}, |
5038
|
|
|
|
|
|
|
'LRD' => { |
5039
|
|
|
|
|
|
|
symbol => 'LRD', |
5040
|
|
|
|
|
|
|
display_name => { |
5041
|
|
|
|
|
|
|
'currency' => q(dólar liberianu), |
5042
|
|
|
|
|
|
|
'one' => q(dólar liberianu), |
5043
|
|
|
|
|
|
|
'other' => q(dólares liberianos), |
5044
|
|
|
|
|
|
|
}, |
5045
|
|
|
|
|
|
|
}, |
5046
|
|
|
|
|
|
|
'LSL' => { |
5047
|
|
|
|
|
|
|
symbol => 'LSL', |
5048
|
|
|
|
|
|
|
display_name => { |
5049
|
|
|
|
|
|
|
'currency' => q(Loti de Lesothu), |
5050
|
|
|
|
|
|
|
'one' => q(loti de Lesothu), |
5051
|
|
|
|
|
|
|
'other' => q(lotis de Lesothu), |
5052
|
|
|
|
|
|
|
}, |
5053
|
|
|
|
|
|
|
}, |
5054
|
|
|
|
|
|
|
'LTL' => { |
5055
|
|
|
|
|
|
|
symbol => 'LTL', |
5056
|
|
|
|
|
|
|
display_name => { |
5057
|
|
|
|
|
|
|
'currency' => q(Litas lituanu), |
5058
|
|
|
|
|
|
|
'one' => q(litas lituanu), |
5059
|
|
|
|
|
|
|
'other' => q(litas lituanos), |
5060
|
|
|
|
|
|
|
}, |
5061
|
|
|
|
|
|
|
}, |
5062
|
|
|
|
|
|
|
'LTT' => { |
5063
|
|
|
|
|
|
|
symbol => 'LTT', |
5064
|
|
|
|
|
|
|
display_name => { |
5065
|
|
|
|
|
|
|
'currency' => q(Talonas lituanu), |
5066
|
|
|
|
|
|
|
'one' => q(talonas lituanu), |
5067
|
|
|
|
|
|
|
'other' => q(talonas lituanos), |
5068
|
|
|
|
|
|
|
}, |
5069
|
|
|
|
|
|
|
}, |
5070
|
|
|
|
|
|
|
'LUC' => { |
5071
|
|
|
|
|
|
|
symbol => 'LUC', |
5072
|
|
|
|
|
|
|
display_name => { |
5073
|
|
|
|
|
|
|
'currency' => q(Francu convertible luxemburgués), |
5074
|
|
|
|
|
|
|
'one' => q(francu convertible luxemburgués), |
5075
|
|
|
|
|
|
|
'other' => q(francos convertibles luxemburgueses), |
5076
|
|
|
|
|
|
|
}, |
5077
|
|
|
|
|
|
|
}, |
5078
|
|
|
|
|
|
|
'LUF' => { |
5079
|
|
|
|
|
|
|
symbol => 'LUF', |
5080
|
|
|
|
|
|
|
display_name => { |
5081
|
|
|
|
|
|
|
'currency' => q(Francu luxemburgués), |
5082
|
|
|
|
|
|
|
'one' => q(francu luxemburgués), |
5083
|
|
|
|
|
|
|
'other' => q(francos luxemburgueses), |
5084
|
|
|
|
|
|
|
}, |
5085
|
|
|
|
|
|
|
}, |
5086
|
|
|
|
|
|
|
'LUL' => { |
5087
|
|
|
|
|
|
|
symbol => 'LUL', |
5088
|
|
|
|
|
|
|
display_name => { |
5089
|
|
|
|
|
|
|
'currency' => q(Francu financieru luxemburgués), |
5090
|
|
|
|
|
|
|
'one' => q(francu financieru luxemburgués), |
5091
|
|
|
|
|
|
|
'other' => q(francos financieros luxemburgueses), |
5092
|
|
|
|
|
|
|
}, |
5093
|
|
|
|
|
|
|
}, |
5094
|
|
|
|
|
|
|
'LVL' => { |
5095
|
|
|
|
|
|
|
symbol => 'LVL', |
5096
|
|
|
|
|
|
|
display_name => { |
5097
|
|
|
|
|
|
|
'currency' => q(Lats letón), |
5098
|
|
|
|
|
|
|
'one' => q(lats letón), |
5099
|
|
|
|
|
|
|
'other' => q(lats letones), |
5100
|
|
|
|
|
|
|
}, |
5101
|
|
|
|
|
|
|
}, |
5102
|
|
|
|
|
|
|
'LVR' => { |
5103
|
|
|
|
|
|
|
symbol => 'LVR', |
5104
|
|
|
|
|
|
|
display_name => { |
5105
|
|
|
|
|
|
|
'currency' => q(Rublu letón), |
5106
|
|
|
|
|
|
|
'one' => q(rublu letón), |
5107
|
|
|
|
|
|
|
'other' => q(rublos letones), |
5108
|
|
|
|
|
|
|
}, |
5109
|
|
|
|
|
|
|
}, |
5110
|
|
|
|
|
|
|
'LYD' => { |
5111
|
|
|
|
|
|
|
symbol => 'LYD', |
5112
|
|
|
|
|
|
|
display_name => { |
5113
|
|
|
|
|
|
|
'currency' => q(dinar libiu), |
5114
|
|
|
|
|
|
|
'one' => q(dinar libiu), |
5115
|
|
|
|
|
|
|
'other' => q(dinares libios), |
5116
|
|
|
|
|
|
|
}, |
5117
|
|
|
|
|
|
|
}, |
5118
|
|
|
|
|
|
|
'MAD' => { |
5119
|
|
|
|
|
|
|
symbol => 'MAD', |
5120
|
|
|
|
|
|
|
display_name => { |
5121
|
|
|
|
|
|
|
'currency' => q(dirḥam marroquÃn), |
5122
|
|
|
|
|
|
|
'one' => q(dirḥam marroquÃn), |
5123
|
|
|
|
|
|
|
'other' => q(dirḥams marroquinos), |
5124
|
|
|
|
|
|
|
}, |
5125
|
|
|
|
|
|
|
}, |
5126
|
|
|
|
|
|
|
'MAF' => { |
5127
|
|
|
|
|
|
|
symbol => 'MAF', |
5128
|
|
|
|
|
|
|
display_name => { |
5129
|
|
|
|
|
|
|
'currency' => q(francu marroquÃn), |
5130
|
|
|
|
|
|
|
'one' => q(francu marroquÃn), |
5131
|
|
|
|
|
|
|
'other' => q(francos marroquinos), |
5132
|
|
|
|
|
|
|
}, |
5133
|
|
|
|
|
|
|
}, |
5134
|
|
|
|
|
|
|
'MCF' => { |
5135
|
|
|
|
|
|
|
symbol => 'MCF', |
5136
|
|
|
|
|
|
|
display_name => { |
5137
|
|
|
|
|
|
|
'currency' => q(Francu monegascu), |
5138
|
|
|
|
|
|
|
'one' => q(francu monegascu), |
5139
|
|
|
|
|
|
|
'other' => q(francos monegascos), |
5140
|
|
|
|
|
|
|
}, |
5141
|
|
|
|
|
|
|
}, |
5142
|
|
|
|
|
|
|
'MDC' => { |
5143
|
|
|
|
|
|
|
symbol => 'MDC', |
5144
|
|
|
|
|
|
|
display_name => { |
5145
|
|
|
|
|
|
|
'currency' => q(Cupón moldavu), |
5146
|
|
|
|
|
|
|
'one' => q(cupón moldavu), |
5147
|
|
|
|
|
|
|
'other' => q(cupones moldavos), |
5148
|
|
|
|
|
|
|
}, |
5149
|
|
|
|
|
|
|
}, |
5150
|
|
|
|
|
|
|
'MDL' => { |
5151
|
|
|
|
|
|
|
symbol => 'MDL', |
5152
|
|
|
|
|
|
|
display_name => { |
5153
|
|
|
|
|
|
|
'currency' => q(Leu moldavu), |
5154
|
|
|
|
|
|
|
'one' => q(leu moldavu), |
5155
|
|
|
|
|
|
|
'other' => q(leus moldavos), |
5156
|
|
|
|
|
|
|
}, |
5157
|
|
|
|
|
|
|
}, |
5158
|
|
|
|
|
|
|
'MGA' => { |
5159
|
|
|
|
|
|
|
symbol => 'MGA', |
5160
|
|
|
|
|
|
|
display_name => { |
5161
|
|
|
|
|
|
|
'currency' => q(Ariary malgaxe), |
5162
|
|
|
|
|
|
|
'one' => q(ariary malgaxe), |
5163
|
|
|
|
|
|
|
'other' => q(ariarys malgaxes), |
5164
|
|
|
|
|
|
|
}, |
5165
|
|
|
|
|
|
|
}, |
5166
|
|
|
|
|
|
|
'MGF' => { |
5167
|
|
|
|
|
|
|
symbol => 'MGF', |
5168
|
|
|
|
|
|
|
display_name => { |
5169
|
|
|
|
|
|
|
'currency' => q(Francu malgaxe), |
5170
|
|
|
|
|
|
|
'one' => q(francu malgaxe), |
5171
|
|
|
|
|
|
|
'other' => q(francos malgaxes), |
5172
|
|
|
|
|
|
|
}, |
5173
|
|
|
|
|
|
|
}, |
5174
|
|
|
|
|
|
|
'MKD' => { |
5175
|
|
|
|
|
|
|
symbol => 'MKD', |
5176
|
|
|
|
|
|
|
display_name => { |
5177
|
|
|
|
|
|
|
'currency' => q(Denar macedoniu), |
5178
|
|
|
|
|
|
|
'one' => q(denar macedoniu), |
5179
|
|
|
|
|
|
|
'other' => q(denares macedonios), |
5180
|
|
|
|
|
|
|
}, |
5181
|
|
|
|
|
|
|
}, |
5182
|
|
|
|
|
|
|
'MKN' => { |
5183
|
|
|
|
|
|
|
symbol => 'MKN', |
5184
|
|
|
|
|
|
|
display_name => { |
5185
|
|
|
|
|
|
|
'currency' => q(Denar macedoniu \(1992â1993\)), |
5186
|
|
|
|
|
|
|
'one' => q(denar macedoniu \(1992â1993\)), |
5187
|
|
|
|
|
|
|
'other' => q(denares macedonios \(1992â1993\)), |
5188
|
|
|
|
|
|
|
}, |
5189
|
|
|
|
|
|
|
}, |
5190
|
|
|
|
|
|
|
'MLF' => { |
5191
|
|
|
|
|
|
|
symbol => 'MLF', |
5192
|
|
|
|
|
|
|
display_name => { |
5193
|
|
|
|
|
|
|
'currency' => q(Francu malianu), |
5194
|
|
|
|
|
|
|
'one' => q(francu malianu), |
5195
|
|
|
|
|
|
|
'other' => q(francos malianos), |
5196
|
|
|
|
|
|
|
}, |
5197
|
|
|
|
|
|
|
}, |
5198
|
|
|
|
|
|
|
'MMK' => { |
5199
|
|
|
|
|
|
|
symbol => 'MMK', |
5200
|
|
|
|
|
|
|
display_name => { |
5201
|
|
|
|
|
|
|
'currency' => q(kyat de Myanmar), |
5202
|
|
|
|
|
|
|
'one' => q(kyat de Myanmar), |
5203
|
|
|
|
|
|
|
'other' => q(kyats de Myanmar), |
5204
|
|
|
|
|
|
|
}, |
5205
|
|
|
|
|
|
|
}, |
5206
|
|
|
|
|
|
|
'MNT' => { |
5207
|
|
|
|
|
|
|
symbol => 'MNT', |
5208
|
|
|
|
|
|
|
display_name => { |
5209
|
|
|
|
|
|
|
'currency' => q(Tugrik mongol), |
5210
|
|
|
|
|
|
|
'one' => q(tugrik mongol), |
5211
|
|
|
|
|
|
|
'other' => q(tugriks mongoles), |
5212
|
|
|
|
|
|
|
}, |
5213
|
|
|
|
|
|
|
}, |
5214
|
|
|
|
|
|
|
'MOP' => { |
5215
|
|
|
|
|
|
|
symbol => 'MOP', |
5216
|
|
|
|
|
|
|
display_name => { |
5217
|
|
|
|
|
|
|
'currency' => q(Pataca de Macáu), |
5218
|
|
|
|
|
|
|
'one' => q(pataca de Macáu), |
5219
|
|
|
|
|
|
|
'other' => q(pataques de Macáu), |
5220
|
|
|
|
|
|
|
}, |
5221
|
|
|
|
|
|
|
}, |
5222
|
|
|
|
|
|
|
'MRO' => { |
5223
|
|
|
|
|
|
|
symbol => 'MRO', |
5224
|
|
|
|
|
|
|
display_name => { |
5225
|
|
|
|
|
|
|
'currency' => q(ouguiya mauritanu), |
5226
|
|
|
|
|
|
|
'one' => q(ouguiya mauritanu), |
5227
|
|
|
|
|
|
|
'other' => q(ouguiyas mauritanos), |
5228
|
|
|
|
|
|
|
}, |
5229
|
|
|
|
|
|
|
}, |
5230
|
|
|
|
|
|
|
'MTL' => { |
5231
|
|
|
|
|
|
|
symbol => 'MTL', |
5232
|
|
|
|
|
|
|
display_name => { |
5233
|
|
|
|
|
|
|
'currency' => q(Llira maltesa), |
5234
|
|
|
|
|
|
|
'one' => q(llira maltesa), |
5235
|
|
|
|
|
|
|
'other' => q(llires malteses), |
5236
|
|
|
|
|
|
|
}, |
5237
|
|
|
|
|
|
|
}, |
5238
|
|
|
|
|
|
|
'MTP' => { |
5239
|
|
|
|
|
|
|
symbol => 'MTP', |
5240
|
|
|
|
|
|
|
display_name => { |
5241
|
|
|
|
|
|
|
'currency' => q(Llibra maltesa), |
5242
|
|
|
|
|
|
|
'one' => q(llibra maltesa), |
5243
|
|
|
|
|
|
|
'other' => q(llibres malteses), |
5244
|
|
|
|
|
|
|
}, |
5245
|
|
|
|
|
|
|
}, |
5246
|
|
|
|
|
|
|
'MUR' => { |
5247
|
|
|
|
|
|
|
symbol => 'MUR', |
5248
|
|
|
|
|
|
|
display_name => { |
5249
|
|
|
|
|
|
|
'currency' => q(Rupia mauriciana), |
5250
|
|
|
|
|
|
|
'one' => q(rupia mauriciana), |
5251
|
|
|
|
|
|
|
'other' => q(rupies mauricianes), |
5252
|
|
|
|
|
|
|
}, |
5253
|
|
|
|
|
|
|
}, |
5254
|
|
|
|
|
|
|
'MVP' => { |
5255
|
|
|
|
|
|
|
display_name => { |
5256
|
|
|
|
|
|
|
'currency' => q(Rupia maldiviana \(1947â1981\)), |
5257
|
|
|
|
|
|
|
'one' => q(rupia maldiviana \(1947â1981\)), |
5258
|
|
|
|
|
|
|
'other' => q(rupies maldivianes \(1947â1981\)), |
5259
|
|
|
|
|
|
|
}, |
5260
|
|
|
|
|
|
|
}, |
5261
|
|
|
|
|
|
|
'MVR' => { |
5262
|
|
|
|
|
|
|
symbol => 'MVR', |
5263
|
|
|
|
|
|
|
display_name => { |
5264
|
|
|
|
|
|
|
'currency' => q(Rufiyaa maldiviana), |
5265
|
|
|
|
|
|
|
'one' => q(rufiyaa maldiviana), |
5266
|
|
|
|
|
|
|
'other' => q(rufiyaas maldivianas), |
5267
|
|
|
|
|
|
|
}, |
5268
|
|
|
|
|
|
|
}, |
5269
|
|
|
|
|
|
|
'MWK' => { |
5270
|
|
|
|
|
|
|
symbol => 'MWK', |
5271
|
|
|
|
|
|
|
display_name => { |
5272
|
|
|
|
|
|
|
'currency' => q(Kwacha malauianu), |
5273
|
|
|
|
|
|
|
'one' => q(kwacha malauianu), |
5274
|
|
|
|
|
|
|
'other' => q(kwachas malauianos), |
5275
|
|
|
|
|
|
|
}, |
5276
|
|
|
|
|
|
|
}, |
5277
|
|
|
|
|
|
|
'MXN' => { |
5278
|
|
|
|
|
|
|
symbol => 'MX$', |
5279
|
|
|
|
|
|
|
display_name => { |
5280
|
|
|
|
|
|
|
'currency' => q(Pesu mexicanu), |
5281
|
|
|
|
|
|
|
'one' => q(pesu mexicanu), |
5282
|
|
|
|
|
|
|
'other' => q(pesos mexicanos), |
5283
|
|
|
|
|
|
|
}, |
5284
|
|
|
|
|
|
|
}, |
5285
|
|
|
|
|
|
|
'MXP' => { |
5286
|
|
|
|
|
|
|
symbol => 'MXP', |
5287
|
|
|
|
|
|
|
display_name => { |
5288
|
|
|
|
|
|
|
'currency' => q(Pesu de plata mexicanu \(1861â1992\)), |
5289
|
|
|
|
|
|
|
'one' => q(pesu de plata mexicanu \(1861â1992\)), |
5290
|
|
|
|
|
|
|
'other' => q(pesos de plata mexicanos \(1861â1992\)), |
5291
|
|
|
|
|
|
|
}, |
5292
|
|
|
|
|
|
|
}, |
5293
|
|
|
|
|
|
|
'MXV' => { |
5294
|
|
|
|
|
|
|
symbol => 'MXV', |
5295
|
|
|
|
|
|
|
display_name => { |
5296
|
|
|
|
|
|
|
'currency' => q(Unidá dâinversión mexicana), |
5297
|
|
|
|
|
|
|
'one' => q(unidá dâinversión mexicana), |
5298
|
|
|
|
|
|
|
'other' => q(unidaes dâinversión mexicanes), |
5299
|
|
|
|
|
|
|
}, |
5300
|
|
|
|
|
|
|
}, |
5301
|
|
|
|
|
|
|
'MYR' => { |
5302
|
|
|
|
|
|
|
symbol => 'MYR', |
5303
|
|
|
|
|
|
|
display_name => { |
5304
|
|
|
|
|
|
|
'currency' => q(ringgit malasiu), |
5305
|
|
|
|
|
|
|
'one' => q(ringgit malasiu), |
5306
|
|
|
|
|
|
|
'other' => q(ringgits malasios), |
5307
|
|
|
|
|
|
|
}, |
5308
|
|
|
|
|
|
|
}, |
5309
|
|
|
|
|
|
|
'MZE' => { |
5310
|
|
|
|
|
|
|
symbol => 'MZE', |
5311
|
|
|
|
|
|
|
display_name => { |
5312
|
|
|
|
|
|
|
'currency' => q(Escudu mozambicanu), |
5313
|
|
|
|
|
|
|
'one' => q(escudu mozambicanu), |
5314
|
|
|
|
|
|
|
'other' => q(escudos mozambicanos), |
5315
|
|
|
|
|
|
|
}, |
5316
|
|
|
|
|
|
|
}, |
5317
|
|
|
|
|
|
|
'MZM' => { |
5318
|
|
|
|
|
|
|
symbol => 'MZM', |
5319
|
|
|
|
|
|
|
display_name => { |
5320
|
|
|
|
|
|
|
'currency' => q(Metical mozambicanu \(1980â2006\)), |
5321
|
|
|
|
|
|
|
'one' => q(metical mozambicanu \(1980â2006\)), |
5322
|
|
|
|
|
|
|
'other' => q(meticales mozambicanos \(1980â2006\)), |
5323
|
|
|
|
|
|
|
}, |
5324
|
|
|
|
|
|
|
}, |
5325
|
|
|
|
|
|
|
'MZN' => { |
5326
|
|
|
|
|
|
|
symbol => 'MZN', |
5327
|
|
|
|
|
|
|
display_name => { |
5328
|
|
|
|
|
|
|
'currency' => q(Metical mozambicanu), |
5329
|
|
|
|
|
|
|
'one' => q(metical mozambicanu), |
5330
|
|
|
|
|
|
|
'other' => q(meticales mozambicanos), |
5331
|
|
|
|
|
|
|
}, |
5332
|
|
|
|
|
|
|
}, |
5333
|
|
|
|
|
|
|
'NAD' => { |
5334
|
|
|
|
|
|
|
symbol => 'NAD', |
5335
|
|
|
|
|
|
|
display_name => { |
5336
|
|
|
|
|
|
|
'currency' => q(Dólar namibianu), |
5337
|
|
|
|
|
|
|
'one' => q(dólar namibianu), |
5338
|
|
|
|
|
|
|
'other' => q(dólares namibianos), |
5339
|
|
|
|
|
|
|
}, |
5340
|
|
|
|
|
|
|
}, |
5341
|
|
|
|
|
|
|
'NGN' => { |
5342
|
|
|
|
|
|
|
symbol => 'NGN', |
5343
|
|
|
|
|
|
|
display_name => { |
5344
|
|
|
|
|
|
|
'currency' => q(naira nixeriana), |
5345
|
|
|
|
|
|
|
'one' => q(naira nixeriana), |
5346
|
|
|
|
|
|
|
'other' => q(nairas nixerianes), |
5347
|
|
|
|
|
|
|
}, |
5348
|
|
|
|
|
|
|
}, |
5349
|
|
|
|
|
|
|
'NIC' => { |
5350
|
|
|
|
|
|
|
symbol => 'NIC', |
5351
|
|
|
|
|
|
|
display_name => { |
5352
|
|
|
|
|
|
|
'currency' => q(Córdoba nicaraguanu \(1988â1991\)), |
5353
|
|
|
|
|
|
|
'one' => q(córdoba nicaraguanu \(1988â1991\)), |
5354
|
|
|
|
|
|
|
'other' => q(córdobes nicaraguanes \(1988â1991\)), |
5355
|
|
|
|
|
|
|
}, |
5356
|
|
|
|
|
|
|
}, |
5357
|
|
|
|
|
|
|
'NIO' => { |
5358
|
|
|
|
|
|
|
symbol => 'NIO', |
5359
|
|
|
|
|
|
|
display_name => { |
5360
|
|
|
|
|
|
|
'currency' => q(Córdoba nicaraguanu), |
5361
|
|
|
|
|
|
|
'one' => q(córdoba nicaraguanu), |
5362
|
|
|
|
|
|
|
'other' => q(córdobes nicaraguanos), |
5363
|
|
|
|
|
|
|
}, |
5364
|
|
|
|
|
|
|
}, |
5365
|
|
|
|
|
|
|
'NLG' => { |
5366
|
|
|
|
|
|
|
symbol => 'NLG', |
5367
|
|
|
|
|
|
|
display_name => { |
5368
|
|
|
|
|
|
|
'currency' => q(FlorÃn neerlandés), |
5369
|
|
|
|
|
|
|
'one' => q(florÃn neerlandés), |
5370
|
|
|
|
|
|
|
'other' => q(florines neerlandeses), |
5371
|
|
|
|
|
|
|
}, |
5372
|
|
|
|
|
|
|
}, |
5373
|
|
|
|
|
|
|
'NOK' => { |
5374
|
|
|
|
|
|
|
symbol => 'NOK', |
5375
|
|
|
|
|
|
|
display_name => { |
5376
|
|
|
|
|
|
|
'currency' => q(corona noruega), |
5377
|
|
|
|
|
|
|
'one' => q(corona noruega), |
5378
|
|
|
|
|
|
|
'other' => q(corones noruegues), |
5379
|
|
|
|
|
|
|
}, |
5380
|
|
|
|
|
|
|
}, |
5381
|
|
|
|
|
|
|
'NPR' => { |
5382
|
|
|
|
|
|
|
symbol => 'NPR', |
5383
|
|
|
|
|
|
|
display_name => { |
5384
|
|
|
|
|
|
|
'currency' => q(Rupia nepalesa), |
5385
|
|
|
|
|
|
|
'one' => q(rupia nepalesa), |
5386
|
|
|
|
|
|
|
'other' => q(rupies nepaleses), |
5387
|
|
|
|
|
|
|
}, |
5388
|
|
|
|
|
|
|
}, |
5389
|
|
|
|
|
|
|
'NZD' => { |
5390
|
|
|
|
|
|
|
symbol => 'NZ$', |
5391
|
|
|
|
|
|
|
display_name => { |
5392
|
|
|
|
|
|
|
'currency' => q(dólar neozelandés), |
5393
|
|
|
|
|
|
|
'one' => q(dólar neozelandés), |
5394
|
|
|
|
|
|
|
'other' => q(dólares neozelandeses), |
5395
|
|
|
|
|
|
|
}, |
5396
|
|
|
|
|
|
|
}, |
5397
|
|
|
|
|
|
|
'OMR' => { |
5398
|
|
|
|
|
|
|
symbol => 'OMR', |
5399
|
|
|
|
|
|
|
display_name => { |
5400
|
|
|
|
|
|
|
'currency' => q(Rial omanianu), |
5401
|
|
|
|
|
|
|
'one' => q(rial omanianu), |
5402
|
|
|
|
|
|
|
'other' => q(riales omanianos), |
5403
|
|
|
|
|
|
|
}, |
5404
|
|
|
|
|
|
|
}, |
5405
|
|
|
|
|
|
|
'PAB' => { |
5406
|
|
|
|
|
|
|
symbol => 'PAB', |
5407
|
|
|
|
|
|
|
display_name => { |
5408
|
|
|
|
|
|
|
'currency' => q(Balboa panamiegu), |
5409
|
|
|
|
|
|
|
'one' => q(balboa panamiegu), |
5410
|
|
|
|
|
|
|
'other' => q(balboes panamiegos), |
5411
|
|
|
|
|
|
|
}, |
5412
|
|
|
|
|
|
|
}, |
5413
|
|
|
|
|
|
|
'PEI' => { |
5414
|
|
|
|
|
|
|
symbol => 'PEI', |
5415
|
|
|
|
|
|
|
display_name => { |
5416
|
|
|
|
|
|
|
'currency' => q(Inti peruanu), |
5417
|
|
|
|
|
|
|
'one' => q(inti peruanu), |
5418
|
|
|
|
|
|
|
'other' => q(intis peruanos), |
5419
|
|
|
|
|
|
|
}, |
5420
|
|
|
|
|
|
|
}, |
5421
|
|
|
|
|
|
|
'PEN' => { |
5422
|
|
|
|
|
|
|
symbol => 'PEN', |
5423
|
|
|
|
|
|
|
display_name => { |
5424
|
|
|
|
|
|
|
'currency' => q(sol nuevu peruanu), |
5425
|
|
|
|
|
|
|
'one' => q(sol nuevu peruanu), |
5426
|
|
|
|
|
|
|
'other' => q(soles nuevos peruanos), |
5427
|
|
|
|
|
|
|
}, |
5428
|
|
|
|
|
|
|
}, |
5429
|
|
|
|
|
|
|
'PES' => { |
5430
|
|
|
|
|
|
|
symbol => 'PES', |
5431
|
|
|
|
|
|
|
display_name => { |
5432
|
|
|
|
|
|
|
'currency' => q(Sol peruanu \(1863â1965\)), |
5433
|
|
|
|
|
|
|
'one' => q(sol peruanu \(1863â1965\)), |
5434
|
|
|
|
|
|
|
'other' => q(soles peruanos \(1863â1965\)), |
5435
|
|
|
|
|
|
|
}, |
5436
|
|
|
|
|
|
|
}, |
5437
|
|
|
|
|
|
|
'PGK' => { |
5438
|
|
|
|
|
|
|
symbol => 'PGK', |
5439
|
|
|
|
|
|
|
display_name => { |
5440
|
|
|
|
|
|
|
'currency' => q(kina papuana), |
5441
|
|
|
|
|
|
|
'one' => q(kina papuana), |
5442
|
|
|
|
|
|
|
'other' => q(kines papuanes), |
5443
|
|
|
|
|
|
|
}, |
5444
|
|
|
|
|
|
|
}, |
5445
|
|
|
|
|
|
|
'PHP' => { |
5446
|
|
|
|
|
|
|
symbol => 'PHP', |
5447
|
|
|
|
|
|
|
display_name => { |
5448
|
|
|
|
|
|
|
'currency' => q(pesu filipÃn), |
5449
|
|
|
|
|
|
|
'one' => q(pesu filipÃn), |
5450
|
|
|
|
|
|
|
'other' => q(pesos filipinos), |
5451
|
|
|
|
|
|
|
}, |
5452
|
|
|
|
|
|
|
}, |
5453
|
|
|
|
|
|
|
'PKR' => { |
5454
|
|
|
|
|
|
|
symbol => 'PKR', |
5455
|
|
|
|
|
|
|
display_name => { |
5456
|
|
|
|
|
|
|
'currency' => q(Rupia paquistanina), |
5457
|
|
|
|
|
|
|
'one' => q(rupia paquistanina), |
5458
|
|
|
|
|
|
|
'other' => q(rupies paquistanines), |
5459
|
|
|
|
|
|
|
}, |
5460
|
|
|
|
|
|
|
}, |
5461
|
|
|
|
|
|
|
'PLN' => { |
5462
|
|
|
|
|
|
|
symbol => 'PLN', |
5463
|
|
|
|
|
|
|
display_name => { |
5464
|
|
|
|
|
|
|
'currency' => q(Zloty polacu), |
5465
|
|
|
|
|
|
|
'one' => q(zloty polacu), |
5466
|
|
|
|
|
|
|
'other' => q(zlotys polacos), |
5467
|
|
|
|
|
|
|
}, |
5468
|
|
|
|
|
|
|
}, |
5469
|
|
|
|
|
|
|
'PLZ' => { |
5470
|
|
|
|
|
|
|
symbol => 'PLZ', |
5471
|
|
|
|
|
|
|
display_name => { |
5472
|
|
|
|
|
|
|
'currency' => q(Zloty polacu \(1950â1995\)), |
5473
|
|
|
|
|
|
|
'one' => q(zloty polacu \(1950â1995\)), |
5474
|
|
|
|
|
|
|
'other' => q(zloty polacos \(1950â1995\)), |
5475
|
|
|
|
|
|
|
}, |
5476
|
|
|
|
|
|
|
}, |
5477
|
|
|
|
|
|
|
'PTE' => { |
5478
|
|
|
|
|
|
|
symbol => 'PTE', |
5479
|
|
|
|
|
|
|
display_name => { |
5480
|
|
|
|
|
|
|
'currency' => q(Escudu portugués), |
5481
|
|
|
|
|
|
|
'one' => q(escudu portugués), |
5482
|
|
|
|
|
|
|
'other' => q(escudos portugueses), |
5483
|
|
|
|
|
|
|
}, |
5484
|
|
|
|
|
|
|
}, |
5485
|
|
|
|
|
|
|
'PYG' => { |
5486
|
|
|
|
|
|
|
symbol => 'PYG', |
5487
|
|
|
|
|
|
|
display_name => { |
5488
|
|
|
|
|
|
|
'currency' => q(guaranà paraguayu), |
5489
|
|
|
|
|
|
|
'one' => q(guaranà paraguayu), |
5490
|
|
|
|
|
|
|
'other' => q(guaranÃs paraguayos), |
5491
|
|
|
|
|
|
|
}, |
5492
|
|
|
|
|
|
|
}, |
5493
|
|
|
|
|
|
|
'QAR' => { |
5494
|
|
|
|
|
|
|
symbol => 'QAR', |
5495
|
|
|
|
|
|
|
display_name => { |
5496
|
|
|
|
|
|
|
'currency' => q(Rial qatarÃn), |
5497
|
|
|
|
|
|
|
'one' => q(rial qatarÃn), |
5498
|
|
|
|
|
|
|
'other' => q(riales qatarinos), |
5499
|
|
|
|
|
|
|
}, |
5500
|
|
|
|
|
|
|
}, |
5501
|
|
|
|
|
|
|
'RHD' => { |
5502
|
|
|
|
|
|
|
symbol => 'RHD', |
5503
|
|
|
|
|
|
|
display_name => { |
5504
|
|
|
|
|
|
|
'currency' => q(Dólar rodesianu), |
5505
|
|
|
|
|
|
|
'one' => q(dólar rodesianu), |
5506
|
|
|
|
|
|
|
'other' => q(dólares rodesianos), |
5507
|
|
|
|
|
|
|
}, |
5508
|
|
|
|
|
|
|
}, |
5509
|
|
|
|
|
|
|
'ROL' => { |
5510
|
|
|
|
|
|
|
symbol => 'ROL', |
5511
|
|
|
|
|
|
|
display_name => { |
5512
|
|
|
|
|
|
|
'currency' => q(Leu rumanu \(1952â2006\)), |
5513
|
|
|
|
|
|
|
'one' => q(leu rumanu \(1952â2006\)), |
5514
|
|
|
|
|
|
|
'other' => q(leus rumanos \(1952â2006\)), |
5515
|
|
|
|
|
|
|
}, |
5516
|
|
|
|
|
|
|
}, |
5517
|
|
|
|
|
|
|
'RON' => { |
5518
|
|
|
|
|
|
|
symbol => 'RON', |
5519
|
|
|
|
|
|
|
display_name => { |
5520
|
|
|
|
|
|
|
'currency' => q(Leu rumanu), |
5521
|
|
|
|
|
|
|
'one' => q(leu rumanu), |
5522
|
|
|
|
|
|
|
'other' => q(leus rumanos), |
5523
|
|
|
|
|
|
|
}, |
5524
|
|
|
|
|
|
|
}, |
5525
|
|
|
|
|
|
|
'RSD' => { |
5526
|
|
|
|
|
|
|
symbol => 'RSD', |
5527
|
|
|
|
|
|
|
display_name => { |
5528
|
|
|
|
|
|
|
'currency' => q(dinar serbiu), |
5529
|
|
|
|
|
|
|
'one' => q(dinar serbiu), |
5530
|
|
|
|
|
|
|
'other' => q(dinares serbios), |
5531
|
|
|
|
|
|
|
}, |
5532
|
|
|
|
|
|
|
}, |
5533
|
|
|
|
|
|
|
'RUB' => { |
5534
|
|
|
|
|
|
|
symbol => 'RUB', |
5535
|
|
|
|
|
|
|
display_name => { |
5536
|
|
|
|
|
|
|
'currency' => q(Rublu rusu), |
5537
|
|
|
|
|
|
|
'one' => q(rublu rusu), |
5538
|
|
|
|
|
|
|
'other' => q(rublos rusos), |
5539
|
|
|
|
|
|
|
}, |
5540
|
|
|
|
|
|
|
}, |
5541
|
|
|
|
|
|
|
'RUR' => { |
5542
|
|
|
|
|
|
|
symbol => 'RUR', |
5543
|
|
|
|
|
|
|
display_name => { |
5544
|
|
|
|
|
|
|
'currency' => q(Rublu rusu \(1991â1998\)), |
5545
|
|
|
|
|
|
|
'one' => q(rublu rusu \(1991â1998\)), |
5546
|
|
|
|
|
|
|
'other' => q(rublos rusos \(1991â1998\)), |
5547
|
|
|
|
|
|
|
}, |
5548
|
|
|
|
|
|
|
}, |
5549
|
|
|
|
|
|
|
'RWF' => { |
5550
|
|
|
|
|
|
|
symbol => 'RWF', |
5551
|
|
|
|
|
|
|
display_name => { |
5552
|
|
|
|
|
|
|
'currency' => q(Francu ruandés), |
5553
|
|
|
|
|
|
|
'one' => q(francu ruandés), |
5554
|
|
|
|
|
|
|
'other' => q(francos ruandeses), |
5555
|
|
|
|
|
|
|
}, |
5556
|
|
|
|
|
|
|
}, |
5557
|
|
|
|
|
|
|
'SAR' => { |
5558
|
|
|
|
|
|
|
symbol => 'SAR', |
5559
|
|
|
|
|
|
|
display_name => { |
5560
|
|
|
|
|
|
|
'currency' => q(Riyal saudita), |
5561
|
|
|
|
|
|
|
'one' => q(riyal saudita), |
5562
|
|
|
|
|
|
|
'other' => q(riyales saudites), |
5563
|
|
|
|
|
|
|
}, |
5564
|
|
|
|
|
|
|
}, |
5565
|
|
|
|
|
|
|
'SBD' => { |
5566
|
|
|
|
|
|
|
symbol => 'SBD', |
5567
|
|
|
|
|
|
|
display_name => { |
5568
|
|
|
|
|
|
|
'currency' => q(dólar salomonés), |
5569
|
|
|
|
|
|
|
'one' => q(dólar salomonés), |
5570
|
|
|
|
|
|
|
'other' => q(dólares salomoneses), |
5571
|
|
|
|
|
|
|
}, |
5572
|
|
|
|
|
|
|
}, |
5573
|
|
|
|
|
|
|
'SCR' => { |
5574
|
|
|
|
|
|
|
symbol => 'SCR', |
5575
|
|
|
|
|
|
|
display_name => { |
5576
|
|
|
|
|
|
|
'currency' => q(Rupia seixelesa), |
5577
|
|
|
|
|
|
|
'one' => q(rupia seixelesa), |
5578
|
|
|
|
|
|
|
'other' => q(rupies seixeleses), |
5579
|
|
|
|
|
|
|
}, |
5580
|
|
|
|
|
|
|
}, |
5581
|
|
|
|
|
|
|
'SDD' => { |
5582
|
|
|
|
|
|
|
symbol => 'SDD', |
5583
|
|
|
|
|
|
|
display_name => { |
5584
|
|
|
|
|
|
|
'currency' => q(dinar sudanés \(1992â2007\)), |
5585
|
|
|
|
|
|
|
'one' => q(dinar sudanés \(1992â2007\)), |
5586
|
|
|
|
|
|
|
'other' => q(dinares sudaneses \(1992â2007\)), |
5587
|
|
|
|
|
|
|
}, |
5588
|
|
|
|
|
|
|
}, |
5589
|
|
|
|
|
|
|
'SDG' => { |
5590
|
|
|
|
|
|
|
symbol => 'SDG', |
5591
|
|
|
|
|
|
|
display_name => { |
5592
|
|
|
|
|
|
|
'currency' => q(llibra sudanesa), |
5593
|
|
|
|
|
|
|
'one' => q(llibra sudanesa), |
5594
|
|
|
|
|
|
|
'other' => q(llibres sudaneses), |
5595
|
|
|
|
|
|
|
}, |
5596
|
|
|
|
|
|
|
}, |
5597
|
|
|
|
|
|
|
'SDP' => { |
5598
|
|
|
|
|
|
|
symbol => 'SDP', |
5599
|
|
|
|
|
|
|
display_name => { |
5600
|
|
|
|
|
|
|
'currency' => q(llibra sudanesa \(1957â1998\)), |
5601
|
|
|
|
|
|
|
'one' => q(llibra sudanesa \(1957â1998\)), |
5602
|
|
|
|
|
|
|
'other' => q(llibres sudaneses \(1957â1998\)), |
5603
|
|
|
|
|
|
|
}, |
5604
|
|
|
|
|
|
|
}, |
5605
|
|
|
|
|
|
|
'SEK' => { |
5606
|
|
|
|
|
|
|
symbol => 'SEK', |
5607
|
|
|
|
|
|
|
display_name => { |
5608
|
|
|
|
|
|
|
'currency' => q(corona sueca), |
5609
|
|
|
|
|
|
|
'one' => q(corona sueca), |
5610
|
|
|
|
|
|
|
'other' => q(corones sueques), |
5611
|
|
|
|
|
|
|
}, |
5612
|
|
|
|
|
|
|
}, |
5613
|
|
|
|
|
|
|
'SGD' => { |
5614
|
|
|
|
|
|
|
symbol => 'SGD', |
5615
|
|
|
|
|
|
|
display_name => { |
5616
|
|
|
|
|
|
|
'currency' => q(dólar singapuranu), |
5617
|
|
|
|
|
|
|
'one' => q(dólar singapuranu), |
5618
|
|
|
|
|
|
|
'other' => q(dólares singapuranos), |
5619
|
|
|
|
|
|
|
}, |
5620
|
|
|
|
|
|
|
}, |
5621
|
|
|
|
|
|
|
'SHP' => { |
5622
|
|
|
|
|
|
|
symbol => 'SHP', |
5623
|
|
|
|
|
|
|
display_name => { |
5624
|
|
|
|
|
|
|
'currency' => q(llibra de Santa Lena), |
5625
|
|
|
|
|
|
|
'one' => q(llibra de Santa Lena), |
5626
|
|
|
|
|
|
|
'other' => q(llibres de Santa Lena), |
5627
|
|
|
|
|
|
|
}, |
5628
|
|
|
|
|
|
|
}, |
5629
|
|
|
|
|
|
|
'SIT' => { |
5630
|
|
|
|
|
|
|
symbol => 'SIT', |
5631
|
|
|
|
|
|
|
display_name => { |
5632
|
|
|
|
|
|
|
'currency' => q(Tolar eslovenu), |
5633
|
|
|
|
|
|
|
'one' => q(tolar eslovenu), |
5634
|
|
|
|
|
|
|
'other' => q(tolares eslovenos), |
5635
|
|
|
|
|
|
|
}, |
5636
|
|
|
|
|
|
|
}, |
5637
|
|
|
|
|
|
|
'SKK' => { |
5638
|
|
|
|
|
|
|
symbol => 'SKK', |
5639
|
|
|
|
|
|
|
display_name => { |
5640
|
|
|
|
|
|
|
'currency' => q(Corona eslovaca), |
5641
|
|
|
|
|
|
|
'one' => q(corona eslovaca), |
5642
|
|
|
|
|
|
|
'other' => q(corones eslovaques), |
5643
|
|
|
|
|
|
|
}, |
5644
|
|
|
|
|
|
|
}, |
5645
|
|
|
|
|
|
|
'SLL' => { |
5646
|
|
|
|
|
|
|
symbol => 'SLL', |
5647
|
|
|
|
|
|
|
display_name => { |
5648
|
|
|
|
|
|
|
'currency' => q(leone sierralleonés), |
5649
|
|
|
|
|
|
|
'one' => q(leone sierralleonés), |
5650
|
|
|
|
|
|
|
'other' => q(leones sierralleoneses), |
5651
|
|
|
|
|
|
|
}, |
5652
|
|
|
|
|
|
|
}, |
5653
|
|
|
|
|
|
|
'SOS' => { |
5654
|
|
|
|
|
|
|
symbol => 'SOS', |
5655
|
|
|
|
|
|
|
display_name => { |
5656
|
|
|
|
|
|
|
'currency' => q(Shilling somalÃn), |
5657
|
|
|
|
|
|
|
'one' => q(shilling somalÃn), |
5658
|
|
|
|
|
|
|
'other' => q(shillings somalinos), |
5659
|
|
|
|
|
|
|
}, |
5660
|
|
|
|
|
|
|
}, |
5661
|
|
|
|
|
|
|
'SRD' => { |
5662
|
|
|
|
|
|
|
symbol => 'SRD', |
5663
|
|
|
|
|
|
|
display_name => { |
5664
|
|
|
|
|
|
|
'currency' => q(dólar surinamés), |
5665
|
|
|
|
|
|
|
'one' => q(dólar surinamés), |
5666
|
|
|
|
|
|
|
'other' => q(dólares surinameses), |
5667
|
|
|
|
|
|
|
}, |
5668
|
|
|
|
|
|
|
}, |
5669
|
|
|
|
|
|
|
'SRG' => { |
5670
|
|
|
|
|
|
|
symbol => 'SRG', |
5671
|
|
|
|
|
|
|
display_name => { |
5672
|
|
|
|
|
|
|
'currency' => q(FlorÃn surinamés), |
5673
|
|
|
|
|
|
|
'one' => q(florÃn surinamés), |
5674
|
|
|
|
|
|
|
'other' => q(florinos surinameses), |
5675
|
|
|
|
|
|
|
}, |
5676
|
|
|
|
|
|
|
}, |
5677
|
|
|
|
|
|
|
'SSP' => { |
5678
|
|
|
|
|
|
|
symbol => 'SSP', |
5679
|
|
|
|
|
|
|
display_name => { |
5680
|
|
|
|
|
|
|
'currency' => q(llibra sursudanesa), |
5681
|
|
|
|
|
|
|
'one' => q(llibra sursudanesa), |
5682
|
|
|
|
|
|
|
'other' => q(llibres sursudaneses), |
5683
|
|
|
|
|
|
|
}, |
5684
|
|
|
|
|
|
|
}, |
5685
|
|
|
|
|
|
|
'STD' => { |
5686
|
|
|
|
|
|
|
symbol => 'STD', |
5687
|
|
|
|
|
|
|
display_name => { |
5688
|
|
|
|
|
|
|
'currency' => q(dobra de Santu Tomé y PrÃncipe), |
5689
|
|
|
|
|
|
|
'one' => q(dobra de Santu Tomé y PrÃncipe), |
5690
|
|
|
|
|
|
|
'other' => q(dobras de Santu Tomé y PrÃncipe), |
5691
|
|
|
|
|
|
|
}, |
5692
|
|
|
|
|
|
|
}, |
5693
|
|
|
|
|
|
|
'SUR' => { |
5694
|
|
|
|
|
|
|
symbol => 'SUR', |
5695
|
|
|
|
|
|
|
display_name => { |
5696
|
|
|
|
|
|
|
'currency' => q(Rublu soviéticu), |
5697
|
|
|
|
|
|
|
'one' => q(rublu soviéticu), |
5698
|
|
|
|
|
|
|
'other' => q(rublos soviéticos), |
5699
|
|
|
|
|
|
|
}, |
5700
|
|
|
|
|
|
|
}, |
5701
|
|
|
|
|
|
|
'SVC' => { |
5702
|
|
|
|
|
|
|
symbol => 'SVC', |
5703
|
|
|
|
|
|
|
display_name => { |
5704
|
|
|
|
|
|
|
'currency' => q(Colón salvadorianu), |
5705
|
|
|
|
|
|
|
'one' => q(colón salvadorianu), |
5706
|
|
|
|
|
|
|
'other' => q(colones salvadorianos), |
5707
|
|
|
|
|
|
|
}, |
5708
|
|
|
|
|
|
|
}, |
5709
|
|
|
|
|
|
|
'SYP' => { |
5710
|
|
|
|
|
|
|
symbol => 'SYP', |
5711
|
|
|
|
|
|
|
display_name => { |
5712
|
|
|
|
|
|
|
'currency' => q(Llibra siria), |
5713
|
|
|
|
|
|
|
'one' => q(llibra siria), |
5714
|
|
|
|
|
|
|
'other' => q(llibres siries), |
5715
|
|
|
|
|
|
|
}, |
5716
|
|
|
|
|
|
|
}, |
5717
|
|
|
|
|
|
|
'SZL' => { |
5718
|
|
|
|
|
|
|
symbol => 'SZL', |
5719
|
|
|
|
|
|
|
display_name => { |
5720
|
|
|
|
|
|
|
'currency' => q(Lilangeni suazilandés), |
5721
|
|
|
|
|
|
|
'one' => q(lilangeni suazilandés), |
5722
|
|
|
|
|
|
|
'other' => q(lilangenis suazilandeses), |
5723
|
|
|
|
|
|
|
}, |
5724
|
|
|
|
|
|
|
}, |
5725
|
|
|
|
|
|
|
'THB' => { |
5726
|
|
|
|
|
|
|
symbol => '฿', |
5727
|
|
|
|
|
|
|
display_name => { |
5728
|
|
|
|
|
|
|
'currency' => q(baht tailandés), |
5729
|
|
|
|
|
|
|
'one' => q(baht tailandés), |
5730
|
|
|
|
|
|
|
'other' => q(bahts tailandeses), |
5731
|
|
|
|
|
|
|
}, |
5732
|
|
|
|
|
|
|
}, |
5733
|
|
|
|
|
|
|
'TJR' => { |
5734
|
|
|
|
|
|
|
symbol => 'TJR', |
5735
|
|
|
|
|
|
|
display_name => { |
5736
|
|
|
|
|
|
|
'currency' => q(Rublu taxiquistanÃn), |
5737
|
|
|
|
|
|
|
'one' => q(rublu taxiquistanÃn), |
5738
|
|
|
|
|
|
|
'other' => q(rublos taxiquistaninos), |
5739
|
|
|
|
|
|
|
}, |
5740
|
|
|
|
|
|
|
}, |
5741
|
|
|
|
|
|
|
'TJS' => { |
5742
|
|
|
|
|
|
|
symbol => 'TJS', |
5743
|
|
|
|
|
|
|
display_name => { |
5744
|
|
|
|
|
|
|
'currency' => q(Somoni taxiquistanÃn), |
5745
|
|
|
|
|
|
|
'one' => q(somoni taxiquistanÃn), |
5746
|
|
|
|
|
|
|
'other' => q(somonis taxiquistaninos), |
5747
|
|
|
|
|
|
|
}, |
5748
|
|
|
|
|
|
|
}, |
5749
|
|
|
|
|
|
|
'TMM' => { |
5750
|
|
|
|
|
|
|
symbol => 'TMM', |
5751
|
|
|
|
|
|
|
display_name => { |
5752
|
|
|
|
|
|
|
'currency' => q(Manat turcomanu \(1993â2009\)), |
5753
|
|
|
|
|
|
|
'one' => q(manat turcomanu \(1993â2009\)), |
5754
|
|
|
|
|
|
|
'other' => q(manats turcomanos \(1993â2009\)), |
5755
|
|
|
|
|
|
|
}, |
5756
|
|
|
|
|
|
|
}, |
5757
|
|
|
|
|
|
|
'TMT' => { |
5758
|
|
|
|
|
|
|
symbol => 'TMT', |
5759
|
|
|
|
|
|
|
display_name => { |
5760
|
|
|
|
|
|
|
'currency' => q(Manat turcomanu), |
5761
|
|
|
|
|
|
|
'one' => q(manat turcomanu), |
5762
|
|
|
|
|
|
|
'other' => q(manats turcomanos), |
5763
|
|
|
|
|
|
|
}, |
5764
|
|
|
|
|
|
|
}, |
5765
|
|
|
|
|
|
|
'TND' => { |
5766
|
|
|
|
|
|
|
symbol => 'TND', |
5767
|
|
|
|
|
|
|
display_name => { |
5768
|
|
|
|
|
|
|
'currency' => q(dinar tunecÃn), |
5769
|
|
|
|
|
|
|
'one' => q(dinar tunecÃn), |
5770
|
|
|
|
|
|
|
'other' => q(dinares tunecinos), |
5771
|
|
|
|
|
|
|
}, |
5772
|
|
|
|
|
|
|
}, |
5773
|
|
|
|
|
|
|
'TOP' => { |
5774
|
|
|
|
|
|
|
symbol => 'TOP', |
5775
|
|
|
|
|
|
|
display_name => { |
5776
|
|
|
|
|
|
|
'currency' => q(paʻanga tonganu), |
5777
|
|
|
|
|
|
|
'one' => q(paʻanga tonganu), |
5778
|
|
|
|
|
|
|
'other' => q(paʻangas tonganos), |
5779
|
|
|
|
|
|
|
}, |
5780
|
|
|
|
|
|
|
}, |
5781
|
|
|
|
|
|
|
'TPE' => { |
5782
|
|
|
|
|
|
|
symbol => 'TPE', |
5783
|
|
|
|
|
|
|
display_name => { |
5784
|
|
|
|
|
|
|
'currency' => q(Escudu timorés), |
5785
|
|
|
|
|
|
|
'one' => q(escudu timorés), |
5786
|
|
|
|
|
|
|
'other' => q(escudos timoreses), |
5787
|
|
|
|
|
|
|
}, |
5788
|
|
|
|
|
|
|
}, |
5789
|
|
|
|
|
|
|
'TRL' => { |
5790
|
|
|
|
|
|
|
symbol => 'TRL', |
5791
|
|
|
|
|
|
|
display_name => { |
5792
|
|
|
|
|
|
|
'currency' => q(Llira turca \(1922â2005\)), |
5793
|
|
|
|
|
|
|
'one' => q(llira turca \(1922â2005\)), |
5794
|
|
|
|
|
|
|
'other' => q(llires turques \(1922â2005\)), |
5795
|
|
|
|
|
|
|
}, |
5796
|
|
|
|
|
|
|
}, |
5797
|
|
|
|
|
|
|
'TRY' => { |
5798
|
|
|
|
|
|
|
symbol => 'TRY', |
5799
|
|
|
|
|
|
|
display_name => { |
5800
|
|
|
|
|
|
|
'currency' => q(Llira turca), |
5801
|
|
|
|
|
|
|
'one' => q(llira turca), |
5802
|
|
|
|
|
|
|
'other' => q(llires turques), |
5803
|
|
|
|
|
|
|
}, |
5804
|
|
|
|
|
|
|
}, |
5805
|
|
|
|
|
|
|
'TTD' => { |
5806
|
|
|
|
|
|
|
symbol => 'TTD', |
5807
|
|
|
|
|
|
|
display_name => { |
5808
|
|
|
|
|
|
|
'currency' => q(dólar de Trinidá y Tobagu), |
5809
|
|
|
|
|
|
|
'one' => q(dólar de Trinidá y Tobagu), |
5810
|
|
|
|
|
|
|
'other' => q(dólares de Trinidá y Tobagu), |
5811
|
|
|
|
|
|
|
}, |
5812
|
|
|
|
|
|
|
}, |
5813
|
|
|
|
|
|
|
'TWD' => { |
5814
|
|
|
|
|
|
|
symbol => 'NT$', |
5815
|
|
|
|
|
|
|
display_name => { |
5816
|
|
|
|
|
|
|
'currency' => q(Dólar nuevu taiwanés), |
5817
|
|
|
|
|
|
|
'one' => q(dólar nuevu taiwanés), |
5818
|
|
|
|
|
|
|
'other' => q(dólares nuevos taiwaneses), |
5819
|
|
|
|
|
|
|
}, |
5820
|
|
|
|
|
|
|
}, |
5821
|
|
|
|
|
|
|
'TZS' => { |
5822
|
|
|
|
|
|
|
symbol => 'TZS', |
5823
|
|
|
|
|
|
|
display_name => { |
5824
|
|
|
|
|
|
|
'currency' => q(Shilling tanzanianu), |
5825
|
|
|
|
|
|
|
'one' => q(shilling tanzanianu), |
5826
|
|
|
|
|
|
|
'other' => q(shillings tanzanianos), |
5827
|
|
|
|
|
|
|
}, |
5828
|
|
|
|
|
|
|
}, |
5829
|
|
|
|
|
|
|
'UAH' => { |
5830
|
|
|
|
|
|
|
symbol => 'UAH', |
5831
|
|
|
|
|
|
|
display_name => { |
5832
|
|
|
|
|
|
|
'currency' => q(Grivna ucraÃna), |
5833
|
|
|
|
|
|
|
'one' => q(grivna ucraÃna), |
5834
|
|
|
|
|
|
|
'other' => q(grivnas ucraÃnes), |
5835
|
|
|
|
|
|
|
}, |
5836
|
|
|
|
|
|
|
}, |
5837
|
|
|
|
|
|
|
'UAK' => { |
5838
|
|
|
|
|
|
|
symbol => 'UAK', |
5839
|
|
|
|
|
|
|
display_name => { |
5840
|
|
|
|
|
|
|
'currency' => q(Karbovanets ucraÃna), |
5841
|
|
|
|
|
|
|
'one' => q(karbovanets ucraÃna), |
5842
|
|
|
|
|
|
|
'other' => q(karbovanets ucraÃnes), |
5843
|
|
|
|
|
|
|
}, |
5844
|
|
|
|
|
|
|
}, |
5845
|
|
|
|
|
|
|
'UGS' => { |
5846
|
|
|
|
|
|
|
symbol => 'UGS', |
5847
|
|
|
|
|
|
|
display_name => { |
5848
|
|
|
|
|
|
|
'currency' => q(Shilling ugandés \(1966â1987\)), |
5849
|
|
|
|
|
|
|
'one' => q(shilling ugandés \(1966â1987\)), |
5850
|
|
|
|
|
|
|
'other' => q(shillings ugandeses \(1966â1987\)), |
5851
|
|
|
|
|
|
|
}, |
5852
|
|
|
|
|
|
|
}, |
5853
|
|
|
|
|
|
|
'UGX' => { |
5854
|
|
|
|
|
|
|
symbol => 'UGX', |
5855
|
|
|
|
|
|
|
display_name => { |
5856
|
|
|
|
|
|
|
'currency' => q(Shilling ugandés), |
5857
|
|
|
|
|
|
|
'one' => q(shilling ugandés), |
5858
|
|
|
|
|
|
|
'other' => q(shillings ugandeses), |
5859
|
|
|
|
|
|
|
}, |
5860
|
|
|
|
|
|
|
}, |
5861
|
|
|
|
|
|
|
'USD' => { |
5862
|
|
|
|
|
|
|
symbol => '$', |
5863
|
|
|
|
|
|
|
display_name => { |
5864
|
|
|
|
|
|
|
'currency' => q(Dólar estaunidense), |
5865
|
|
|
|
|
|
|
'one' => q(dólar estaunidense), |
5866
|
|
|
|
|
|
|
'other' => q(dólares estaunidenses), |
5867
|
|
|
|
|
|
|
}, |
5868
|
|
|
|
|
|
|
}, |
5869
|
|
|
|
|
|
|
'USN' => { |
5870
|
|
|
|
|
|
|
symbol => 'USN', |
5871
|
|
|
|
|
|
|
display_name => { |
5872
|
|
|
|
|
|
|
'currency' => q(Dólar dâEE.XX. \(dÃa siguiente\)), |
5873
|
|
|
|
|
|
|
'one' => q(dólar dâEE.XX. \(dÃa siguiente\)), |
5874
|
|
|
|
|
|
|
'other' => q(dólares dâEE.XX. \(dÃa siguiente\)), |
5875
|
|
|
|
|
|
|
}, |
5876
|
|
|
|
|
|
|
}, |
5877
|
|
|
|
|
|
|
'USS' => { |
5878
|
|
|
|
|
|
|
symbol => 'USS', |
5879
|
|
|
|
|
|
|
display_name => { |
5880
|
|
|
|
|
|
|
'currency' => q(Dólar dâEE.XX. \(mesmu dÃa\)), |
5881
|
|
|
|
|
|
|
'one' => q(dólar dâEE.XX. \(mesmu dÃa\)), |
5882
|
|
|
|
|
|
|
'other' => q(dólares dâEE.XX. \(mesmu dÃa\)), |
5883
|
|
|
|
|
|
|
}, |
5884
|
|
|
|
|
|
|
}, |
5885
|
|
|
|
|
|
|
'UYI' => { |
5886
|
|
|
|
|
|
|
symbol => 'UYI', |
5887
|
|
|
|
|
|
|
display_name => { |
5888
|
|
|
|
|
|
|
'currency' => q(Pesu uruguayu \(Unidaes indexaes\)), |
5889
|
|
|
|
|
|
|
'one' => q(pesu uruguayu \(unidaes indexaes\)), |
5890
|
|
|
|
|
|
|
'other' => q(pesos uruguayos \(unidaes indexaes\)), |
5891
|
|
|
|
|
|
|
}, |
5892
|
|
|
|
|
|
|
}, |
5893
|
|
|
|
|
|
|
'UYP' => { |
5894
|
|
|
|
|
|
|
symbol => 'UYP', |
5895
|
|
|
|
|
|
|
display_name => { |
5896
|
|
|
|
|
|
|
'currency' => q(Pesu uruguayu \(1975â1993\)), |
5897
|
|
|
|
|
|
|
'one' => q(pesu uruguayu \(1975â1993\)), |
5898
|
|
|
|
|
|
|
'other' => q(pesos uruguayos \(1975â1993\)), |
5899
|
|
|
|
|
|
|
}, |
5900
|
|
|
|
|
|
|
}, |
5901
|
|
|
|
|
|
|
'UYU' => { |
5902
|
|
|
|
|
|
|
symbol => 'UYU', |
5903
|
|
|
|
|
|
|
display_name => { |
5904
|
|
|
|
|
|
|
'currency' => q(pesu uruguayu), |
5905
|
|
|
|
|
|
|
'one' => q(pesu uruguayu), |
5906
|
|
|
|
|
|
|
'other' => q(pesos uruguayos), |
5907
|
|
|
|
|
|
|
}, |
5908
|
|
|
|
|
|
|
}, |
5909
|
|
|
|
|
|
|
'UZS' => { |
5910
|
|
|
|
|
|
|
symbol => 'UZS', |
5911
|
|
|
|
|
|
|
display_name => { |
5912
|
|
|
|
|
|
|
'currency' => q(Som uzbequistanÃn), |
5913
|
|
|
|
|
|
|
'one' => q(som uzbequistanÃn), |
5914
|
|
|
|
|
|
|
'other' => q(soms uzbequistaninos), |
5915
|
|
|
|
|
|
|
}, |
5916
|
|
|
|
|
|
|
}, |
5917
|
|
|
|
|
|
|
'VEB' => { |
5918
|
|
|
|
|
|
|
symbol => 'VEB', |
5919
|
|
|
|
|
|
|
display_name => { |
5920
|
|
|
|
|
|
|
'currency' => q(BolÃvar venezolanu \(1871â2008\)), |
5921
|
|
|
|
|
|
|
'one' => q(bolÃvar venezolanu \(1871â2008\)), |
5922
|
|
|
|
|
|
|
'other' => q(bolÃvares venezolanos \(1871â2008\)), |
5923
|
|
|
|
|
|
|
}, |
5924
|
|
|
|
|
|
|
}, |
5925
|
|
|
|
|
|
|
'VEF' => { |
5926
|
|
|
|
|
|
|
symbol => 'VEF', |
5927
|
|
|
|
|
|
|
display_name => { |
5928
|
|
|
|
|
|
|
'currency' => q(bolÃvar venezolanu), |
5929
|
|
|
|
|
|
|
'one' => q(bolÃvar venezolanu), |
5930
|
|
|
|
|
|
|
'other' => q(bolÃvares venezolanos), |
5931
|
|
|
|
|
|
|
}, |
5932
|
|
|
|
|
|
|
}, |
5933
|
|
|
|
|
|
|
'VND' => { |
5934
|
|
|
|
|
|
|
symbol => 'â«', |
5935
|
|
|
|
|
|
|
display_name => { |
5936
|
|
|
|
|
|
|
'currency' => q(dong vietnamÃn), |
5937
|
|
|
|
|
|
|
'one' => q(dong vietnamÃn), |
5938
|
|
|
|
|
|
|
'other' => q(dongs vietnaminos), |
5939
|
|
|
|
|
|
|
}, |
5940
|
|
|
|
|
|
|
}, |
5941
|
|
|
|
|
|
|
'VNN' => { |
5942
|
|
|
|
|
|
|
symbol => 'VNN', |
5943
|
|
|
|
|
|
|
display_name => { |
5944
|
|
|
|
|
|
|
'currency' => q(Dong vietnamÃn \(1978â1985\)), |
5945
|
|
|
|
|
|
|
'one' => q(dong vietnamÃn \(1978â1985\)), |
5946
|
|
|
|
|
|
|
'other' => q(dongs vietnaminos \(1978â1985\)), |
5947
|
|
|
|
|
|
|
}, |
5948
|
|
|
|
|
|
|
}, |
5949
|
|
|
|
|
|
|
'VUV' => { |
5950
|
|
|
|
|
|
|
symbol => 'VUV', |
5951
|
|
|
|
|
|
|
display_name => { |
5952
|
|
|
|
|
|
|
'currency' => q(vatu vanuatuanu), |
5953
|
|
|
|
|
|
|
'one' => q(vatu vanuatuanu), |
5954
|
|
|
|
|
|
|
'other' => q(vatus vanuatuanos), |
5955
|
|
|
|
|
|
|
}, |
5956
|
|
|
|
|
|
|
}, |
5957
|
|
|
|
|
|
|
'WST' => { |
5958
|
|
|
|
|
|
|
symbol => 'WST', |
5959
|
|
|
|
|
|
|
display_name => { |
5960
|
|
|
|
|
|
|
'currency' => q(tala samoanu), |
5961
|
|
|
|
|
|
|
'one' => q(tala samoanu), |
5962
|
|
|
|
|
|
|
'other' => q(talas samoanos), |
5963
|
|
|
|
|
|
|
}, |
5964
|
|
|
|
|
|
|
}, |
5965
|
|
|
|
|
|
|
'XAF' => { |
5966
|
|
|
|
|
|
|
symbol => 'FCFA', |
5967
|
|
|
|
|
|
|
display_name => { |
5968
|
|
|
|
|
|
|
'currency' => q(Francu CFA centroafricanu), |
5969
|
|
|
|
|
|
|
'one' => q(francu CFA centroafricanu), |
5970
|
|
|
|
|
|
|
'other' => q(francos CFA centroafricanos), |
5971
|
|
|
|
|
|
|
}, |
5972
|
|
|
|
|
|
|
}, |
5973
|
|
|
|
|
|
|
'XAG' => { |
5974
|
|
|
|
|
|
|
symbol => 'XAG', |
5975
|
|
|
|
|
|
|
display_name => { |
5976
|
|
|
|
|
|
|
'currency' => q(Plata), |
5977
|
|
|
|
|
|
|
'one' => q(onza troy de plata), |
5978
|
|
|
|
|
|
|
'other' => q(onces troy de plata), |
5979
|
|
|
|
|
|
|
}, |
5980
|
|
|
|
|
|
|
}, |
5981
|
|
|
|
|
|
|
'XAU' => { |
5982
|
|
|
|
|
|
|
symbol => 'XAU', |
5983
|
|
|
|
|
|
|
display_name => { |
5984
|
|
|
|
|
|
|
'currency' => q(Oru), |
5985
|
|
|
|
|
|
|
'one' => q(onza troy dâoru), |
5986
|
|
|
|
|
|
|
'other' => q(onces troy dâoru), |
5987
|
|
|
|
|
|
|
}, |
5988
|
|
|
|
|
|
|
}, |
5989
|
|
|
|
|
|
|
'XBA' => { |
5990
|
|
|
|
|
|
|
symbol => 'XBA', |
5991
|
|
|
|
|
|
|
display_name => { |
5992
|
|
|
|
|
|
|
'currency' => q(Unidá Compuesta Europea), |
5993
|
|
|
|
|
|
|
'one' => q(unidá compuesta europea), |
5994
|
|
|
|
|
|
|
'other' => q(unidaes compuestes europées), |
5995
|
|
|
|
|
|
|
}, |
5996
|
|
|
|
|
|
|
}, |
5997
|
|
|
|
|
|
|
'XBB' => { |
5998
|
|
|
|
|
|
|
symbol => 'XBB', |
5999
|
|
|
|
|
|
|
display_name => { |
6000
|
|
|
|
|
|
|
'currency' => q(Unidá monetaria europea), |
6001
|
|
|
|
|
|
|
'one' => q(unidá monetaria europea), |
6002
|
|
|
|
|
|
|
'other' => q(unidaes monetaries europées), |
6003
|
|
|
|
|
|
|
}, |
6004
|
|
|
|
|
|
|
}, |
6005
|
|
|
|
|
|
|
'XBC' => { |
6006
|
|
|
|
|
|
|
symbol => 'XBC', |
6007
|
|
|
|
|
|
|
display_name => { |
6008
|
|
|
|
|
|
|
'currency' => q(Unidá de cuenta europea \(XBC\)), |
6009
|
|
|
|
|
|
|
'one' => q(unidá de cuenta europea \(XBC\)), |
6010
|
|
|
|
|
|
|
'other' => q(unidaes de cuenta europées \(XBC\)), |
6011
|
|
|
|
|
|
|
}, |
6012
|
|
|
|
|
|
|
}, |
6013
|
|
|
|
|
|
|
'XBD' => { |
6014
|
|
|
|
|
|
|
symbol => 'XBD', |
6015
|
|
|
|
|
|
|
display_name => { |
6016
|
|
|
|
|
|
|
'currency' => q(Unidá de cuenta europea \(XBD\)), |
6017
|
|
|
|
|
|
|
'one' => q(unidá de cuenta europea \(XBD\)), |
6018
|
|
|
|
|
|
|
'other' => q(unidaes de cuenta europées \(XBD\)), |
6019
|
|
|
|
|
|
|
}, |
6020
|
|
|
|
|
|
|
}, |
6021
|
|
|
|
|
|
|
'XCD' => { |
6022
|
|
|
|
|
|
|
symbol => 'EC$', |
6023
|
|
|
|
|
|
|
display_name => { |
6024
|
|
|
|
|
|
|
'currency' => q(dólar del Caribe Oriental), |
6025
|
|
|
|
|
|
|
'one' => q(dólar del Caribe Oriental), |
6026
|
|
|
|
|
|
|
'other' => q(dólares del Caribe Oriental), |
6027
|
|
|
|
|
|
|
}, |
6028
|
|
|
|
|
|
|
}, |
6029
|
|
|
|
|
|
|
'XDR' => { |
6030
|
|
|
|
|
|
|
symbol => 'XDR', |
6031
|
|
|
|
|
|
|
display_name => { |
6032
|
|
|
|
|
|
|
'currency' => q(Drechos especiales de xiru), |
6033
|
|
|
|
|
|
|
'one' => q(drechos especiales de xiru), |
6034
|
|
|
|
|
|
|
'other' => q(drechos especiales de xiru), |
6035
|
|
|
|
|
|
|
}, |
6036
|
|
|
|
|
|
|
}, |
6037
|
|
|
|
|
|
|
'XEU' => { |
6038
|
|
|
|
|
|
|
symbol => 'XEU', |
6039
|
|
|
|
|
|
|
display_name => { |
6040
|
|
|
|
|
|
|
'currency' => q(Unidá de divisa europea), |
6041
|
|
|
|
|
|
|
'one' => q(unidá de divisa europea), |
6042
|
|
|
|
|
|
|
'other' => q(unidaes de divisa europees), |
6043
|
|
|
|
|
|
|
}, |
6044
|
|
|
|
|
|
|
}, |
6045
|
|
|
|
|
|
|
'XFO' => { |
6046
|
|
|
|
|
|
|
symbol => 'XFO', |
6047
|
|
|
|
|
|
|
display_name => { |
6048
|
|
|
|
|
|
|
'currency' => q(Francu oru francés), |
6049
|
|
|
|
|
|
|
'one' => q(francu oru francés), |
6050
|
|
|
|
|
|
|
'other' => q(francos oru franceses), |
6051
|
|
|
|
|
|
|
}, |
6052
|
|
|
|
|
|
|
}, |
6053
|
|
|
|
|
|
|
'XFU' => { |
6054
|
|
|
|
|
|
|
symbol => 'XFU', |
6055
|
|
|
|
|
|
|
display_name => { |
6056
|
|
|
|
|
|
|
'currency' => q(Francu UIC francés), |
6057
|
|
|
|
|
|
|
'one' => q(francu UIC francés), |
6058
|
|
|
|
|
|
|
'other' => q(francos UIC franceses), |
6059
|
|
|
|
|
|
|
}, |
6060
|
|
|
|
|
|
|
}, |
6061
|
|
|
|
|
|
|
'XOF' => { |
6062
|
|
|
|
|
|
|
symbol => 'CFA', |
6063
|
|
|
|
|
|
|
display_name => { |
6064
|
|
|
|
|
|
|
'currency' => q(francu CFA BCEAO), |
6065
|
|
|
|
|
|
|
'one' => q(francu CFA BCEAO), |
6066
|
|
|
|
|
|
|
'other' => q(francos CFA BCEAO), |
6067
|
|
|
|
|
|
|
}, |
6068
|
|
|
|
|
|
|
}, |
6069
|
|
|
|
|
|
|
'XPD' => { |
6070
|
|
|
|
|
|
|
symbol => 'XPD', |
6071
|
|
|
|
|
|
|
display_name => { |
6072
|
|
|
|
|
|
|
'currency' => q(Paladiu), |
6073
|
|
|
|
|
|
|
'one' => q(onza troy de paladiu), |
6074
|
|
|
|
|
|
|
'other' => q(onces troy de paladiu), |
6075
|
|
|
|
|
|
|
}, |
6076
|
|
|
|
|
|
|
}, |
6077
|
|
|
|
|
|
|
'XPF' => { |
6078
|
|
|
|
|
|
|
symbol => 'CFPF', |
6079
|
|
|
|
|
|
|
display_name => { |
6080
|
|
|
|
|
|
|
'currency' => q(francu CFP), |
6081
|
|
|
|
|
|
|
'one' => q(francu CFP), |
6082
|
|
|
|
|
|
|
'other' => q(francos CFP), |
6083
|
|
|
|
|
|
|
}, |
6084
|
|
|
|
|
|
|
}, |
6085
|
|
|
|
|
|
|
'XPT' => { |
6086
|
|
|
|
|
|
|
symbol => 'XPT', |
6087
|
|
|
|
|
|
|
display_name => { |
6088
|
|
|
|
|
|
|
'currency' => q(PlatÃn), |
6089
|
|
|
|
|
|
|
'one' => q(onza troy de platÃn), |
6090
|
|
|
|
|
|
|
'other' => q(onces troy de platÃn), |
6091
|
|
|
|
|
|
|
}, |
6092
|
|
|
|
|
|
|
}, |
6093
|
|
|
|
|
|
|
'XRE' => { |
6094
|
|
|
|
|
|
|
symbol => 'XRE', |
6095
|
|
|
|
|
|
|
display_name => { |
6096
|
|
|
|
|
|
|
'currency' => q(Fondos RINET), |
6097
|
|
|
|
|
|
|
'one' => q(unidá de fondos RINET), |
6098
|
|
|
|
|
|
|
'other' => q(unidaes de fondos RINET), |
6099
|
|
|
|
|
|
|
}, |
6100
|
|
|
|
|
|
|
}, |
6101
|
|
|
|
|
|
|
'XSU' => { |
6102
|
|
|
|
|
|
|
symbol => 'XSU', |
6103
|
|
|
|
|
|
|
display_name => { |
6104
|
|
|
|
|
|
|
'currency' => q(Sucre), |
6105
|
|
|
|
|
|
|
'one' => q(sucre), |
6106
|
|
|
|
|
|
|
'other' => q(sucres), |
6107
|
|
|
|
|
|
|
}, |
6108
|
|
|
|
|
|
|
}, |
6109
|
|
|
|
|
|
|
'XTS' => { |
6110
|
|
|
|
|
|
|
symbol => 'XTS', |
6111
|
|
|
|
|
|
|
display_name => { |
6112
|
|
|
|
|
|
|
'currency' => q(Códigu monetariu de prueba), |
6113
|
|
|
|
|
|
|
'one' => q(códigu monetariu de prueba), |
6114
|
|
|
|
|
|
|
'other' => q(códigos monetarios de prueba), |
6115
|
|
|
|
|
|
|
}, |
6116
|
|
|
|
|
|
|
}, |
6117
|
|
|
|
|
|
|
'XUA' => { |
6118
|
|
|
|
|
|
|
symbol => 'XUA', |
6119
|
|
|
|
|
|
|
display_name => { |
6120
|
|
|
|
|
|
|
'currency' => q(unidá de cuenta ADB), |
6121
|
|
|
|
|
|
|
'one' => q(unidá de cuenta ADB), |
6122
|
|
|
|
|
|
|
'other' => q(unidaes de cuenta ADB), |
6123
|
|
|
|
|
|
|
}, |
6124
|
|
|
|
|
|
|
}, |
6125
|
|
|
|
|
|
|
'XXX' => { |
6126
|
|
|
|
|
|
|
symbol => 'XXX', |
6127
|
|
|
|
|
|
|
display_name => { |
6128
|
|
|
|
|
|
|
'currency' => q(Divisa desconocida), |
6129
|
|
|
|
|
|
|
'one' => q(\(unidá desconocida de divisa\)), |
6130
|
|
|
|
|
|
|
'other' => q(\(divises desconocÃes\)), |
6131
|
|
|
|
|
|
|
}, |
6132
|
|
|
|
|
|
|
}, |
6133
|
|
|
|
|
|
|
'YDD' => { |
6134
|
|
|
|
|
|
|
symbol => 'YDD', |
6135
|
|
|
|
|
|
|
display_name => { |
6136
|
|
|
|
|
|
|
'currency' => q(Dinar yemenÃn), |
6137
|
|
|
|
|
|
|
'one' => q(dinar yemenÃn), |
6138
|
|
|
|
|
|
|
'other' => q(dinares yemeninos), |
6139
|
|
|
|
|
|
|
}, |
6140
|
|
|
|
|
|
|
}, |
6141
|
|
|
|
|
|
|
'YER' => { |
6142
|
|
|
|
|
|
|
symbol => 'YER', |
6143
|
|
|
|
|
|
|
display_name => { |
6144
|
|
|
|
|
|
|
'currency' => q(Rial yemenÃn), |
6145
|
|
|
|
|
|
|
'one' => q(rial yemenÃn), |
6146
|
|
|
|
|
|
|
'other' => q(riales yemeninos), |
6147
|
|
|
|
|
|
|
}, |
6148
|
|
|
|
|
|
|
}, |
6149
|
|
|
|
|
|
|
'YUD' => { |
6150
|
|
|
|
|
|
|
symbol => 'YUD', |
6151
|
|
|
|
|
|
|
display_name => { |
6152
|
|
|
|
|
|
|
'currency' => q(Dinar fuerte yugoslavu \(1966â1990\)), |
6153
|
|
|
|
|
|
|
'one' => q(dinar fuerte yugoslavu \(1966â1990\)), |
6154
|
|
|
|
|
|
|
'other' => q(dinares fuertes yugoslavos \(1966â1990\)), |
6155
|
|
|
|
|
|
|
}, |
6156
|
|
|
|
|
|
|
}, |
6157
|
|
|
|
|
|
|
'YUM' => { |
6158
|
|
|
|
|
|
|
symbol => 'YUM', |
6159
|
|
|
|
|
|
|
display_name => { |
6160
|
|
|
|
|
|
|
'currency' => q(Dinar nuevu yugoslavu \(1994â2002\)), |
6161
|
|
|
|
|
|
|
'one' => q(dinar nuevu yugoslavu \(1994â2002\)), |
6162
|
|
|
|
|
|
|
'other' => q(dinares nuevos yugoslavos \(1994â2002\)), |
6163
|
|
|
|
|
|
|
}, |
6164
|
|
|
|
|
|
|
}, |
6165
|
|
|
|
|
|
|
'YUN' => { |
6166
|
|
|
|
|
|
|
symbol => 'YUN', |
6167
|
|
|
|
|
|
|
display_name => { |
6168
|
|
|
|
|
|
|
'currency' => q(Dinar convertible yugoslavu \(1990â1992\)), |
6169
|
|
|
|
|
|
|
'one' => q(dinar convertible yugoslavu \(1990â1992\)), |
6170
|
|
|
|
|
|
|
'other' => q(dinares convertibles yugoslavos \(1990â1992\)), |
6171
|
|
|
|
|
|
|
}, |
6172
|
|
|
|
|
|
|
}, |
6173
|
|
|
|
|
|
|
'YUR' => { |
6174
|
|
|
|
|
|
|
symbol => 'YUR', |
6175
|
|
|
|
|
|
|
display_name => { |
6176
|
|
|
|
|
|
|
'currency' => q(Dinar reformáu yugoslavu \(1992â1993\)), |
6177
|
|
|
|
|
|
|
'one' => q(dinar reformáu yugoslavu \(1992â1993\)), |
6178
|
|
|
|
|
|
|
'other' => q(dinares reformaos yugoslavos \(1992â1993\)), |
6179
|
|
|
|
|
|
|
}, |
6180
|
|
|
|
|
|
|
}, |
6181
|
|
|
|
|
|
|
'ZAL' => { |
6182
|
|
|
|
|
|
|
symbol => 'ZAL', |
6183
|
|
|
|
|
|
|
display_name => { |
6184
|
|
|
|
|
|
|
'currency' => q(Rand sudafricanu \(financieru\)), |
6185
|
|
|
|
|
|
|
'one' => q(rand sudafricanu \(financieru\)), |
6186
|
|
|
|
|
|
|
'other' => q(rands sudafricanos \(financieros\)), |
6187
|
|
|
|
|
|
|
}, |
6188
|
|
|
|
|
|
|
}, |
6189
|
|
|
|
|
|
|
'ZAR' => { |
6190
|
|
|
|
|
|
|
symbol => 'ZAR', |
6191
|
|
|
|
|
|
|
display_name => { |
6192
|
|
|
|
|
|
|
'currency' => q(Rand sudafricanu), |
6193
|
|
|
|
|
|
|
'one' => q(rand sudafricanu), |
6194
|
|
|
|
|
|
|
'other' => q(rands sudafricanos), |
6195
|
|
|
|
|
|
|
}, |
6196
|
|
|
|
|
|
|
}, |
6197
|
|
|
|
|
|
|
'ZMK' => { |
6198
|
|
|
|
|
|
|
symbol => 'ZMK', |
6199
|
|
|
|
|
|
|
display_name => { |
6200
|
|
|
|
|
|
|
'currency' => q(Kwacha zambianu \(1968â2012\)), |
6201
|
|
|
|
|
|
|
'one' => q(kwacha zambianu \(1968â2012\)), |
6202
|
|
|
|
|
|
|
'other' => q(kwachas zambianos \(1968â2012\)), |
6203
|
|
|
|
|
|
|
}, |
6204
|
|
|
|
|
|
|
}, |
6205
|
|
|
|
|
|
|
'ZMW' => { |
6206
|
|
|
|
|
|
|
symbol => 'ZMW', |
6207
|
|
|
|
|
|
|
display_name => { |
6208
|
|
|
|
|
|
|
'currency' => q(Kwacha zambianu), |
6209
|
|
|
|
|
|
|
'one' => q(kwacha zambianu), |
6210
|
|
|
|
|
|
|
'other' => q(kwachas zambianos), |
6211
|
|
|
|
|
|
|
}, |
6212
|
|
|
|
|
|
|
}, |
6213
|
|
|
|
|
|
|
'ZRN' => { |
6214
|
|
|
|
|
|
|
symbol => 'ZRN', |
6215
|
|
|
|
|
|
|
display_name => { |
6216
|
|
|
|
|
|
|
'currency' => q(Zaire nuevu zairiegu \(1993â1998\)), |
6217
|
|
|
|
|
|
|
'one' => q(zaire nuevu zairiegu \(1993â1998\)), |
6218
|
|
|
|
|
|
|
'other' => q(zaires nuevos zairiegos \(1993â1998\)), |
6219
|
|
|
|
|
|
|
}, |
6220
|
|
|
|
|
|
|
}, |
6221
|
|
|
|
|
|
|
'ZRZ' => { |
6222
|
|
|
|
|
|
|
symbol => 'ZRZ', |
6223
|
|
|
|
|
|
|
display_name => { |
6224
|
|
|
|
|
|
|
'currency' => q(Zaire zairiegu \(1971â1993\)), |
6225
|
|
|
|
|
|
|
'one' => q(zaire zairiegu \(1971â1993\)), |
6226
|
|
|
|
|
|
|
'other' => q(zaires zairiegos \(1971â1993\)), |
6227
|
|
|
|
|
|
|
}, |
6228
|
|
|
|
|
|
|
}, |
6229
|
|
|
|
|
|
|
'ZWD' => { |
6230
|
|
|
|
|
|
|
symbol => 'ZWD', |
6231
|
|
|
|
|
|
|
display_name => { |
6232
|
|
|
|
|
|
|
'currency' => q(Dólar zimbabuanu \(1980â2008\)), |
6233
|
|
|
|
|
|
|
'one' => q(dólar zimbabuanu \(1980â2008\)), |
6234
|
|
|
|
|
|
|
'other' => q(dólares zimbabuanos \(1980â2008\)), |
6235
|
|
|
|
|
|
|
}, |
6236
|
|
|
|
|
|
|
}, |
6237
|
|
|
|
|
|
|
'ZWL' => { |
6238
|
|
|
|
|
|
|
symbol => 'ZWL', |
6239
|
|
|
|
|
|
|
display_name => { |
6240
|
|
|
|
|
|
|
'currency' => q(Dólar zimbabuanu \(2009\)), |
6241
|
|
|
|
|
|
|
'one' => q(dólar zimbabuanu \(2009\)), |
6242
|
|
|
|
|
|
|
'other' => q(dólares zimbabuanos \(2009\)), |
6243
|
|
|
|
|
|
|
}, |
6244
|
|
|
|
|
|
|
}, |
6245
|
|
|
|
|
|
|
'ZWR' => { |
6246
|
|
|
|
|
|
|
symbol => 'ZWR', |
6247
|
|
|
|
|
|
|
display_name => { |
6248
|
|
|
|
|
|
|
'currency' => q(Dólar zimbabuanu \(2008\)), |
6249
|
|
|
|
|
|
|
'one' => q(dólar zimbabuanu \(2008\)), |
6250
|
|
|
|
|
|
|
'other' => q(dólares zimbabuanos \(2008\)), |
6251
|
|
|
|
|
|
|
}, |
6252
|
|
|
|
|
|
|
}, |
6253
|
|
|
|
|
|
|
} }, |
6254
|
|
|
|
|
|
|
); |
6255
|
|
|
|
|
|
|
|
6256
|
|
|
|
|
|
|
|
6257
|
|
|
|
|
|
|
has 'calendar_months' => ( |
6258
|
|
|
|
|
|
|
is => 'ro', |
6259
|
|
|
|
|
|
|
isa => HashRef, |
6260
|
|
|
|
|
|
|
init_arg => undef, |
6261
|
|
|
|
|
|
|
default => sub { { |
6262
|
|
|
|
|
|
|
'chinese' => { |
6263
|
|
|
|
|
|
|
'format' => { |
6264
|
|
|
|
|
|
|
abbreviated => { |
6265
|
|
|
|
|
|
|
nonleap => [ |
6266
|
|
|
|
|
|
|
'mes 1', |
6267
|
|
|
|
|
|
|
'mes 2', |
6268
|
|
|
|
|
|
|
'mes 3', |
6269
|
|
|
|
|
|
|
'mes 4', |
6270
|
|
|
|
|
|
|
'mes 5', |
6271
|
|
|
|
|
|
|
'mes 6', |
6272
|
|
|
|
|
|
|
'mes 7', |
6273
|
|
|
|
|
|
|
'mes 8', |
6274
|
|
|
|
|
|
|
'mes 9', |
6275
|
|
|
|
|
|
|
'mes 10', |
6276
|
|
|
|
|
|
|
'mes 11', |
6277
|
|
|
|
|
|
|
'mes 12' |
6278
|
|
|
|
|
|
|
], |
6279
|
|
|
|
|
|
|
leap => [ |
6280
|
|
|
|
|
|
|
|
6281
|
|
|
|
|
|
|
], |
6282
|
|
|
|
|
|
|
}, |
6283
|
|
|
|
|
|
|
narrow => { |
6284
|
|
|
|
|
|
|
nonleap => [ |
6285
|
|
|
|
|
|
|
'1', |
6286
|
|
|
|
|
|
|
'2', |
6287
|
|
|
|
|
|
|
'3', |
6288
|
|
|
|
|
|
|
'4', |
6289
|
|
|
|
|
|
|
'5', |
6290
|
|
|
|
|
|
|
'6', |
6291
|
|
|
|
|
|
|
'7', |
6292
|
|
|
|
|
|
|
'8', |
6293
|
|
|
|
|
|
|
'9', |
6294
|
|
|
|
|
|
|
'10', |
6295
|
|
|
|
|
|
|
'11', |
6296
|
|
|
|
|
|
|
'12' |
6297
|
|
|
|
|
|
|
], |
6298
|
|
|
|
|
|
|
leap => [ |
6299
|
|
|
|
|
|
|
|
6300
|
|
|
|
|
|
|
], |
6301
|
|
|
|
|
|
|
}, |
6302
|
|
|
|
|
|
|
wide => { |
6303
|
|
|
|
|
|
|
nonleap => [ |
6304
|
|
|
|
|
|
|
'mes 1', |
6305
|
|
|
|
|
|
|
'mes 2', |
6306
|
|
|
|
|
|
|
'mes 3', |
6307
|
|
|
|
|
|
|
'mes 4', |
6308
|
|
|
|
|
|
|
'mes 5', |
6309
|
|
|
|
|
|
|
'mes 6', |
6310
|
|
|
|
|
|
|
'mes 7', |
6311
|
|
|
|
|
|
|
'mes 8', |
6312
|
|
|
|
|
|
|
'mes 9', |
6313
|
|
|
|
|
|
|
'mes 10', |
6314
|
|
|
|
|
|
|
'mes 11', |
6315
|
|
|
|
|
|
|
'mes 12' |
6316
|
|
|
|
|
|
|
], |
6317
|
|
|
|
|
|
|
leap => [ |
6318
|
|
|
|
|
|
|
|
6319
|
|
|
|
|
|
|
], |
6320
|
|
|
|
|
|
|
}, |
6321
|
|
|
|
|
|
|
}, |
6322
|
|
|
|
|
|
|
'stand-alone' => { |
6323
|
|
|
|
|
|
|
narrow => { |
6324
|
|
|
|
|
|
|
nonleap => [ |
6325
|
|
|
|
|
|
|
'1', |
6326
|
|
|
|
|
|
|
'2', |
6327
|
|
|
|
|
|
|
'3', |
6328
|
|
|
|
|
|
|
'4', |
6329
|
|
|
|
|
|
|
'5', |
6330
|
|
|
|
|
|
|
'6', |
6331
|
|
|
|
|
|
|
'7', |
6332
|
|
|
|
|
|
|
'8', |
6333
|
|
|
|
|
|
|
'9', |
6334
|
|
|
|
|
|
|
'10', |
6335
|
|
|
|
|
|
|
'11', |
6336
|
|
|
|
|
|
|
'12' |
6337
|
|
|
|
|
|
|
], |
6338
|
|
|
|
|
|
|
leap => [ |
6339
|
|
|
|
|
|
|
|
6340
|
|
|
|
|
|
|
], |
6341
|
|
|
|
|
|
|
}, |
6342
|
|
|
|
|
|
|
wide => { |
6343
|
|
|
|
|
|
|
nonleap => [ |
6344
|
|
|
|
|
|
|
'Mes 1', |
6345
|
|
|
|
|
|
|
'Mes 2', |
6346
|
|
|
|
|
|
|
'Mes 3', |
6347
|
|
|
|
|
|
|
'Mes 4', |
6348
|
|
|
|
|
|
|
'Mes 5', |
6349
|
|
|
|
|
|
|
'Mes 6', |
6350
|
|
|
|
|
|
|
'Mes 7', |
6351
|
|
|
|
|
|
|
'Mes 8', |
6352
|
|
|
|
|
|
|
'Mes 9', |
6353
|
|
|
|
|
|
|
'Mes 10', |
6354
|
|
|
|
|
|
|
'Mes 11', |
6355
|
|
|
|
|
|
|
'Mes 12' |
6356
|
|
|
|
|
|
|
], |
6357
|
|
|
|
|
|
|
leap => [ |
6358
|
|
|
|
|
|
|
|
6359
|
|
|
|
|
|
|
], |
6360
|
|
|
|
|
|
|
}, |
6361
|
|
|
|
|
|
|
}, |
6362
|
|
|
|
|
|
|
}, |
6363
|
|
|
|
|
|
|
'ethiopic' => { |
6364
|
|
|
|
|
|
|
'format' => { |
6365
|
|
|
|
|
|
|
abbreviated => { |
6366
|
|
|
|
|
|
|
nonleap => [ |
6367
|
|
|
|
|
|
|
'mes', |
6368
|
|
|
|
|
|
|
'tek', |
6369
|
|
|
|
|
|
|
'hed', |
6370
|
|
|
|
|
|
|
'tah', |
6371
|
|
|
|
|
|
|
'ter', |
6372
|
|
|
|
|
|
|
'yek', |
6373
|
|
|
|
|
|
|
'meg', |
6374
|
|
|
|
|
|
|
'mia', |
6375
|
|
|
|
|
|
|
'gen', |
6376
|
|
|
|
|
|
|
'sen', |
6377
|
|
|
|
|
|
|
'ham', |
6378
|
|
|
|
|
|
|
'neh', |
6379
|
|
|
|
|
|
|
'pag' |
6380
|
|
|
|
|
|
|
], |
6381
|
|
|
|
|
|
|
leap => [ |
6382
|
|
|
|
|
|
|
|
6383
|
|
|
|
|
|
|
], |
6384
|
|
|
|
|
|
|
}, |
6385
|
|
|
|
|
|
|
narrow => { |
6386
|
|
|
|
|
|
|
nonleap => [ |
6387
|
|
|
|
|
|
|
'1', |
6388
|
|
|
|
|
|
|
'2', |
6389
|
|
|
|
|
|
|
'3', |
6390
|
|
|
|
|
|
|
'4', |
6391
|
|
|
|
|
|
|
'5', |
6392
|
|
|
|
|
|
|
'6', |
6393
|
|
|
|
|
|
|
'7', |
6394
|
|
|
|
|
|
|
'8', |
6395
|
|
|
|
|
|
|
'9', |
6396
|
|
|
|
|
|
|
'10', |
6397
|
|
|
|
|
|
|
'11', |
6398
|
|
|
|
|
|
|
'12', |
6399
|
|
|
|
|
|
|
'13' |
6400
|
|
|
|
|
|
|
], |
6401
|
|
|
|
|
|
|
leap => [ |
6402
|
|
|
|
|
|
|
|
6403
|
|
|
|
|
|
|
], |
6404
|
|
|
|
|
|
|
}, |
6405
|
|
|
|
|
|
|
wide => { |
6406
|
|
|
|
|
|
|
nonleap => [ |
6407
|
|
|
|
|
|
|
'de meskerem', |
6408
|
|
|
|
|
|
|
'de tekemt', |
6409
|
|
|
|
|
|
|
'dâhedar', |
6410
|
|
|
|
|
|
|
'de tahsas', |
6411
|
|
|
|
|
|
|
'de ter', |
6412
|
|
|
|
|
|
|
'de yekatit', |
6413
|
|
|
|
|
|
|
'de megabit', |
6414
|
|
|
|
|
|
|
'de miazia', |
6415
|
|
|
|
|
|
|
'de genbot', |
6416
|
|
|
|
|
|
|
'de sene', |
6417
|
|
|
|
|
|
|
'dâhamle', |
6418
|
|
|
|
|
|
|
'de nehasse', |
6419
|
|
|
|
|
|
|
'de pagumen' |
6420
|
|
|
|
|
|
|
], |
6421
|
|
|
|
|
|
|
leap => [ |
6422
|
|
|
|
|
|
|
|
6423
|
|
|
|
|
|
|
], |
6424
|
|
|
|
|
|
|
}, |
6425
|
|
|
|
|
|
|
}, |
6426
|
|
|
|
|
|
|
'stand-alone' => { |
6427
|
|
|
|
|
|
|
abbreviated => { |
6428
|
|
|
|
|
|
|
nonleap => [ |
6429
|
|
|
|
|
|
|
'mes', |
6430
|
|
|
|
|
|
|
'tek', |
6431
|
|
|
|
|
|
|
'hed', |
6432
|
|
|
|
|
|
|
'tah', |
6433
|
|
|
|
|
|
|
'ter', |
6434
|
|
|
|
|
|
|
'yek', |
6435
|
|
|
|
|
|
|
'meg', |
6436
|
|
|
|
|
|
|
'mia', |
6437
|
|
|
|
|
|
|
'gen', |
6438
|
|
|
|
|
|
|
'sen', |
6439
|
|
|
|
|
|
|
'ham', |
6440
|
|
|
|
|
|
|
'neh', |
6441
|
|
|
|
|
|
|
'pag' |
6442
|
|
|
|
|
|
|
], |
6443
|
|
|
|
|
|
|
leap => [ |
6444
|
|
|
|
|
|
|
|
6445
|
|
|
|
|
|
|
], |
6446
|
|
|
|
|
|
|
}, |
6447
|
|
|
|
|
|
|
narrow => { |
6448
|
|
|
|
|
|
|
nonleap => [ |
6449
|
|
|
|
|
|
|
'1', |
6450
|
|
|
|
|
|
|
'2', |
6451
|
|
|
|
|
|
|
'3', |
6452
|
|
|
|
|
|
|
'4', |
6453
|
|
|
|
|
|
|
'5', |
6454
|
|
|
|
|
|
|
'6', |
6455
|
|
|
|
|
|
|
'7', |
6456
|
|
|
|
|
|
|
'8', |
6457
|
|
|
|
|
|
|
'9', |
6458
|
|
|
|
|
|
|
'10', |
6459
|
|
|
|
|
|
|
'11', |
6460
|
|
|
|
|
|
|
'12', |
6461
|
|
|
|
|
|
|
'13' |
6462
|
|
|
|
|
|
|
], |
6463
|
|
|
|
|
|
|
leap => [ |
6464
|
|
|
|
|
|
|
|
6465
|
|
|
|
|
|
|
], |
6466
|
|
|
|
|
|
|
}, |
6467
|
|
|
|
|
|
|
wide => { |
6468
|
|
|
|
|
|
|
nonleap => [ |
6469
|
|
|
|
|
|
|
'Meskerem', |
6470
|
|
|
|
|
|
|
'Tekemt', |
6471
|
|
|
|
|
|
|
'Hedar', |
6472
|
|
|
|
|
|
|
'Tahsas', |
6473
|
|
|
|
|
|
|
'Ter', |
6474
|
|
|
|
|
|
|
'Yekatit', |
6475
|
|
|
|
|
|
|
'Megabit', |
6476
|
|
|
|
|
|
|
'Miazia', |
6477
|
|
|
|
|
|
|
'Genbot', |
6478
|
|
|
|
|
|
|
'Sene', |
6479
|
|
|
|
|
|
|
'Hamle', |
6480
|
|
|
|
|
|
|
'Nehasse', |
6481
|
|
|
|
|
|
|
'Pagumen' |
6482
|
|
|
|
|
|
|
], |
6483
|
|
|
|
|
|
|
leap => [ |
6484
|
|
|
|
|
|
|
|
6485
|
|
|
|
|
|
|
], |
6486
|
|
|
|
|
|
|
}, |
6487
|
|
|
|
|
|
|
}, |
6488
|
|
|
|
|
|
|
}, |
6489
|
|
|
|
|
|
|
'gregorian' => { |
6490
|
|
|
|
|
|
|
'format' => { |
6491
|
|
|
|
|
|
|
abbreviated => { |
6492
|
|
|
|
|
|
|
nonleap => [ |
6493
|
|
|
|
|
|
|
'xin', |
6494
|
|
|
|
|
|
|
'feb', |
6495
|
|
|
|
|
|
|
'mar', |
6496
|
|
|
|
|
|
|
'abr', |
6497
|
|
|
|
|
|
|
'may', |
6498
|
|
|
|
|
|
|
'xun', |
6499
|
|
|
|
|
|
|
'xnt', |
6500
|
|
|
|
|
|
|
'ago', |
6501
|
|
|
|
|
|
|
'set', |
6502
|
|
|
|
|
|
|
'och', |
6503
|
|
|
|
|
|
|
'pay', |
6504
|
|
|
|
|
|
|
'avi' |
6505
|
|
|
|
|
|
|
], |
6506
|
|
|
|
|
|
|
leap => [ |
6507
|
|
|
|
|
|
|
|
6508
|
|
|
|
|
|
|
], |
6509
|
|
|
|
|
|
|
}, |
6510
|
|
|
|
|
|
|
narrow => { |
6511
|
|
|
|
|
|
|
nonleap => [ |
6512
|
|
|
|
|
|
|
'X', |
6513
|
|
|
|
|
|
|
'F', |
6514
|
|
|
|
|
|
|
'M', |
6515
|
|
|
|
|
|
|
'A', |
6516
|
|
|
|
|
|
|
'M', |
6517
|
|
|
|
|
|
|
'X', |
6518
|
|
|
|
|
|
|
'X', |
6519
|
|
|
|
|
|
|
'A', |
6520
|
|
|
|
|
|
|
'S', |
6521
|
|
|
|
|
|
|
'O', |
6522
|
|
|
|
|
|
|
'P', |
6523
|
|
|
|
|
|
|
'A' |
6524
|
|
|
|
|
|
|
], |
6525
|
|
|
|
|
|
|
leap => [ |
6526
|
|
|
|
|
|
|
|
6527
|
|
|
|
|
|
|
], |
6528
|
|
|
|
|
|
|
}, |
6529
|
|
|
|
|
|
|
wide => { |
6530
|
|
|
|
|
|
|
nonleap => [ |
6531
|
|
|
|
|
|
|
'de xineru', |
6532
|
|
|
|
|
|
|
'de febreru', |
6533
|
|
|
|
|
|
|
'de marzu', |
6534
|
|
|
|
|
|
|
'dâabril', |
6535
|
|
|
|
|
|
|
'de mayu', |
6536
|
|
|
|
|
|
|
'de xunu', |
6537
|
|
|
|
|
|
|
'de xunetu', |
6538
|
|
|
|
|
|
|
'dâagostu', |
6539
|
|
|
|
|
|
|
'de setiembre', |
6540
|
|
|
|
|
|
|
'dâochobre', |
6541
|
|
|
|
|
|
|
'de payares', |
6542
|
|
|
|
|
|
|
'dâavientu' |
6543
|
|
|
|
|
|
|
], |
6544
|
|
|
|
|
|
|
leap => [ |
6545
|
|
|
|
|
|
|
|
6546
|
|
|
|
|
|
|
], |
6547
|
|
|
|
|
|
|
}, |
6548
|
|
|
|
|
|
|
}, |
6549
|
|
|
|
|
|
|
'stand-alone' => { |
6550
|
|
|
|
|
|
|
abbreviated => { |
6551
|
|
|
|
|
|
|
nonleap => [ |
6552
|
|
|
|
|
|
|
'Xin', |
6553
|
|
|
|
|
|
|
'Feb', |
6554
|
|
|
|
|
|
|
'Mar', |
6555
|
|
|
|
|
|
|
'Abr', |
6556
|
|
|
|
|
|
|
'May', |
6557
|
|
|
|
|
|
|
'Xun', |
6558
|
|
|
|
|
|
|
'Xnt', |
6559
|
|
|
|
|
|
|
'Ago', |
6560
|
|
|
|
|
|
|
'Set', |
6561
|
|
|
|
|
|
|
'Och', |
6562
|
|
|
|
|
|
|
'Pay', |
6563
|
|
|
|
|
|
|
'Avi' |
6564
|
|
|
|
|
|
|
], |
6565
|
|
|
|
|
|
|
leap => [ |
6566
|
|
|
|
|
|
|
|
6567
|
|
|
|
|
|
|
], |
6568
|
|
|
|
|
|
|
}, |
6569
|
|
|
|
|
|
|
narrow => { |
6570
|
|
|
|
|
|
|
nonleap => [ |
6571
|
|
|
|
|
|
|
'X', |
6572
|
|
|
|
|
|
|
'F', |
6573
|
|
|
|
|
|
|
'M', |
6574
|
|
|
|
|
|
|
'A', |
6575
|
|
|
|
|
|
|
'M', |
6576
|
|
|
|
|
|
|
'X', |
6577
|
|
|
|
|
|
|
'X', |
6578
|
|
|
|
|
|
|
'A', |
6579
|
|
|
|
|
|
|
'S', |
6580
|
|
|
|
|
|
|
'O', |
6581
|
|
|
|
|
|
|
'P', |
6582
|
|
|
|
|
|
|
'A' |
6583
|
|
|
|
|
|
|
], |
6584
|
|
|
|
|
|
|
leap => [ |
6585
|
|
|
|
|
|
|
|
6586
|
|
|
|
|
|
|
], |
6587
|
|
|
|
|
|
|
}, |
6588
|
|
|
|
|
|
|
wide => { |
6589
|
|
|
|
|
|
|
nonleap => [ |
6590
|
|
|
|
|
|
|
'xineru', |
6591
|
|
|
|
|
|
|
'febreru', |
6592
|
|
|
|
|
|
|
'marzu', |
6593
|
|
|
|
|
|
|
'abril', |
6594
|
|
|
|
|
|
|
'mayu', |
6595
|
|
|
|
|
|
|
'xunu', |
6596
|
|
|
|
|
|
|
'xunetu', |
6597
|
|
|
|
|
|
|
'agostu', |
6598
|
|
|
|
|
|
|
'setiembre', |
6599
|
|
|
|
|
|
|
'ochobre', |
6600
|
|
|
|
|
|
|
'payares', |
6601
|
|
|
|
|
|
|
'avientu' |
6602
|
|
|
|
|
|
|
], |
6603
|
|
|
|
|
|
|
leap => [ |
6604
|
|
|
|
|
|
|
|
6605
|
|
|
|
|
|
|
], |
6606
|
|
|
|
|
|
|
}, |
6607
|
|
|
|
|
|
|
}, |
6608
|
|
|
|
|
|
|
}, |
6609
|
|
|
|
|
|
|
'indian' => { |
6610
|
|
|
|
|
|
|
'format' => { |
6611
|
|
|
|
|
|
|
abbreviated => { |
6612
|
|
|
|
|
|
|
nonleap => [ |
6613
|
|
|
|
|
|
|
'Chaitra', |
6614
|
|
|
|
|
|
|
'Vaisakha', |
6615
|
|
|
|
|
|
|
'Jyaistha', |
6616
|
|
|
|
|
|
|
'Asadha', |
6617
|
|
|
|
|
|
|
'Sravana', |
6618
|
|
|
|
|
|
|
'Bhadra', |
6619
|
|
|
|
|
|
|
'Asvina', |
6620
|
|
|
|
|
|
|
'Kartika', |
6621
|
|
|
|
|
|
|
'Agrahayana', |
6622
|
|
|
|
|
|
|
'Pausa', |
6623
|
|
|
|
|
|
|
'Magha', |
6624
|
|
|
|
|
|
|
'Phalguna' |
6625
|
|
|
|
|
|
|
], |
6626
|
|
|
|
|
|
|
leap => [ |
6627
|
|
|
|
|
|
|
|
6628
|
|
|
|
|
|
|
], |
6629
|
|
|
|
|
|
|
}, |
6630
|
|
|
|
|
|
|
wide => { |
6631
|
|
|
|
|
|
|
nonleap => [ |
6632
|
|
|
|
|
|
|
'Chaitra', |
6633
|
|
|
|
|
|
|
'Vaisakha', |
6634
|
|
|
|
|
|
|
'Jyaistha', |
6635
|
|
|
|
|
|
|
'Asadha', |
6636
|
|
|
|
|
|
|
'Sravana', |
6637
|
|
|
|
|
|
|
'Bhadra', |
6638
|
|
|
|
|
|
|
'Asvina', |
6639
|
|
|
|
|
|
|
'Kartika', |
6640
|
|
|
|
|
|
|
'Agrahayana', |
6641
|
|
|
|
|
|
|
'Pausa', |
6642
|
|
|
|
|
|
|
'Magha', |
6643
|
|
|
|
|
|
|
'Phalguna' |
6644
|
|
|
|
|
|
|
], |
6645
|
|
|
|
|
|
|
leap => [ |
6646
|
|
|
|
|
|
|
|
6647
|
|
|
|
|
|
|
], |
6648
|
|
|
|
|
|
|
}, |
6649
|
|
|
|
|
|
|
}, |
6650
|
|
|
|
|
|
|
'stand-alone' => { |
6651
|
|
|
|
|
|
|
abbreviated => { |
6652
|
|
|
|
|
|
|
nonleap => [ |
6653
|
|
|
|
|
|
|
'Chaitra', |
6654
|
|
|
|
|
|
|
'Vaisakha', |
6655
|
|
|
|
|
|
|
'Jyaistha', |
6656
|
|
|
|
|
|
|
'Asadha', |
6657
|
|
|
|
|
|
|
'Sravana', |
6658
|
|
|
|
|
|
|
'Bhadra', |
6659
|
|
|
|
|
|
|
'Asvina', |
6660
|
|
|
|
|
|
|
'Kartika', |
6661
|
|
|
|
|
|
|
'Agrahayana', |
6662
|
|
|
|
|
|
|
'Pausa', |
6663
|
|
|
|
|
|
|
'Magha', |
6664
|
|
|
|
|
|
|
'Phalguna' |
6665
|
|
|
|
|
|
|
], |
6666
|
|
|
|
|
|
|
leap => [ |
6667
|
|
|
|
|
|
|
|
6668
|
|
|
|
|
|
|
], |
6669
|
|
|
|
|
|
|
}, |
6670
|
|
|
|
|
|
|
wide => { |
6671
|
|
|
|
|
|
|
nonleap => [ |
6672
|
|
|
|
|
|
|
'Chaitra', |
6673
|
|
|
|
|
|
|
'Vaisakha', |
6674
|
|
|
|
|
|
|
'Jyaistha', |
6675
|
|
|
|
|
|
|
'Asadha', |
6676
|
|
|
|
|
|
|
'Sravana', |
6677
|
|
|
|
|
|
|
'Bhadra', |
6678
|
|
|
|
|
|
|
'Asvina', |
6679
|
|
|
|
|
|
|
'Kartika', |
6680
|
|
|
|
|
|
|
'Agrahayana', |
6681
|
|
|
|
|
|
|
'Pausa', |
6682
|
|
|
|
|
|
|
'Magha', |
6683
|
|
|
|
|
|
|
'Phalguna' |
6684
|
|
|
|
|
|
|
], |
6685
|
|
|
|
|
|
|
leap => [ |
6686
|
|
|
|
|
|
|
|
6687
|
|
|
|
|
|
|
], |
6688
|
|
|
|
|
|
|
}, |
6689
|
|
|
|
|
|
|
}, |
6690
|
|
|
|
|
|
|
}, |
6691
|
|
|
|
|
|
|
'islamic' => { |
6692
|
|
|
|
|
|
|
'format' => { |
6693
|
|
|
|
|
|
|
abbreviated => { |
6694
|
|
|
|
|
|
|
nonleap => [ |
6695
|
|
|
|
|
|
|
'Muh.', |
6696
|
|
|
|
|
|
|
'Saf.', |
6697
|
|
|
|
|
|
|
'Rab. I', |
6698
|
|
|
|
|
|
|
'Rab. II', |
6699
|
|
|
|
|
|
|
'Jum. I', |
6700
|
|
|
|
|
|
|
'Jum. II', |
6701
|
|
|
|
|
|
|
'Raj.', |
6702
|
|
|
|
|
|
|
'Sha.', |
6703
|
|
|
|
|
|
|
'Ram.', |
6704
|
|
|
|
|
|
|
'Shaw.', |
6705
|
|
|
|
|
|
|
'Dhuʻl-Q.', |
6706
|
|
|
|
|
|
|
'Dhuʻl-H.' |
6707
|
|
|
|
|
|
|
], |
6708
|
|
|
|
|
|
|
leap => [ |
6709
|
|
|
|
|
|
|
|
6710
|
|
|
|
|
|
|
], |
6711
|
|
|
|
|
|
|
}, |
6712
|
|
|
|
|
|
|
wide => { |
6713
|
|
|
|
|
|
|
nonleap => [ |
6714
|
|
|
|
|
|
|
'Muharram', |
6715
|
|
|
|
|
|
|
'Safar', |
6716
|
|
|
|
|
|
|
'RabiÊ» I', |
6717
|
|
|
|
|
|
|
'RabiÊ» II', |
6718
|
|
|
|
|
|
|
'Jumada I', |
6719
|
|
|
|
|
|
|
'Jumada II', |
6720
|
|
|
|
|
|
|
'Rajab', |
6721
|
|
|
|
|
|
|
'Shaʻban', |
6722
|
|
|
|
|
|
|
'Ramadan', |
6723
|
|
|
|
|
|
|
'Shawwal', |
6724
|
|
|
|
|
|
|
'Dhuʻl-Qiʻdah', |
6725
|
|
|
|
|
|
|
'Dhuʻl-Hijjah' |
6726
|
|
|
|
|
|
|
], |
6727
|
|
|
|
|
|
|
leap => [ |
6728
|
|
|
|
|
|
|
|
6729
|
|
|
|
|
|
|
], |
6730
|
|
|
|
|
|
|
}, |
6731
|
|
|
|
|
|
|
}, |
6732
|
|
|
|
|
|
|
'stand-alone' => { |
6733
|
|
|
|
|
|
|
abbreviated => { |
6734
|
|
|
|
|
|
|
nonleap => [ |
6735
|
|
|
|
|
|
|
'Muh.', |
6736
|
|
|
|
|
|
|
'Saf.', |
6737
|
|
|
|
|
|
|
'Rab. I', |
6738
|
|
|
|
|
|
|
'Rab. II', |
6739
|
|
|
|
|
|
|
'Jum. I', |
6740
|
|
|
|
|
|
|
'Jum. II', |
6741
|
|
|
|
|
|
|
'Raj.', |
6742
|
|
|
|
|
|
|
'Sha.', |
6743
|
|
|
|
|
|
|
'Ram.', |
6744
|
|
|
|
|
|
|
'Shaw.', |
6745
|
|
|
|
|
|
|
'Dhuʻl-Q.', |
6746
|
|
|
|
|
|
|
'Dhuʻl-H.' |
6747
|
|
|
|
|
|
|
], |
6748
|
|
|
|
|
|
|
leap => [ |
6749
|
|
|
|
|
|
|
|
6750
|
|
|
|
|
|
|
], |
6751
|
|
|
|
|
|
|
}, |
6752
|
|
|
|
|
|
|
wide => { |
6753
|
|
|
|
|
|
|
nonleap => [ |
6754
|
|
|
|
|
|
|
'Muharram', |
6755
|
|
|
|
|
|
|
'Safar', |
6756
|
|
|
|
|
|
|
'RabiÊ» I', |
6757
|
|
|
|
|
|
|
'RabiÊ» II', |
6758
|
|
|
|
|
|
|
'Jumada I', |
6759
|
|
|
|
|
|
|
'Jumada II', |
6760
|
|
|
|
|
|
|
'Rajab', |
6761
|
|
|
|
|
|
|
'Shaʻban', |
6762
|
|
|
|
|
|
|
'Ramadan', |
6763
|
|
|
|
|
|
|
'Shawwal', |
6764
|
|
|
|
|
|
|
'Dhuʻl-Qiʻdah', |
6765
|
|
|
|
|
|
|
'Dhuʻl-Hijjah' |
6766
|
|
|
|
|
|
|
], |
6767
|
|
|
|
|
|
|
leap => [ |
6768
|
|
|
|
|
|
|
|
6769
|
|
|
|
|
|
|
], |
6770
|
|
|
|
|
|
|
}, |
6771
|
|
|
|
|
|
|
}, |
6772
|
|
|
|
|
|
|
}, |
6773
|
|
|
|
|
|
|
} }, |
6774
|
|
|
|
|
|
|
); |
6775
|
|
|
|
|
|
|
|
6776
|
|
|
|
|
|
|
has 'calendar_days' => ( |
6777
|
|
|
|
|
|
|
is => 'ro', |
6778
|
|
|
|
|
|
|
isa => HashRef, |
6779
|
|
|
|
|
|
|
init_arg => undef, |
6780
|
|
|
|
|
|
|
default => sub { { |
6781
|
|
|
|
|
|
|
'gregorian' => { |
6782
|
|
|
|
|
|
|
'format' => { |
6783
|
|
|
|
|
|
|
abbreviated => { |
6784
|
|
|
|
|
|
|
mon => 'llu', |
6785
|
|
|
|
|
|
|
tue => 'mar', |
6786
|
|
|
|
|
|
|
wed => 'mié', |
6787
|
|
|
|
|
|
|
thu => 'xue', |
6788
|
|
|
|
|
|
|
fri => 'vie', |
6789
|
|
|
|
|
|
|
sat => 'sáb', |
6790
|
|
|
|
|
|
|
sun => 'dom' |
6791
|
|
|
|
|
|
|
}, |
6792
|
|
|
|
|
|
|
narrow => { |
6793
|
|
|
|
|
|
|
mon => 'L', |
6794
|
|
|
|
|
|
|
tue => 'M', |
6795
|
|
|
|
|
|
|
wed => 'M', |
6796
|
|
|
|
|
|
|
thu => 'X', |
6797
|
|
|
|
|
|
|
fri => 'V', |
6798
|
|
|
|
|
|
|
sat => 'S', |
6799
|
|
|
|
|
|
|
sun => 'D' |
6800
|
|
|
|
|
|
|
}, |
6801
|
|
|
|
|
|
|
short => { |
6802
|
|
|
|
|
|
|
mon => 'll', |
6803
|
|
|
|
|
|
|
tue => 'ma', |
6804
|
|
|
|
|
|
|
wed => 'mi', |
6805
|
|
|
|
|
|
|
thu => 'xu', |
6806
|
|
|
|
|
|
|
fri => 'vi', |
6807
|
|
|
|
|
|
|
sat => 'sá', |
6808
|
|
|
|
|
|
|
sun => 'do' |
6809
|
|
|
|
|
|
|
}, |
6810
|
|
|
|
|
|
|
wide => { |
6811
|
|
|
|
|
|
|
mon => 'llunes', |
6812
|
|
|
|
|
|
|
tue => 'martes', |
6813
|
|
|
|
|
|
|
wed => 'miércoles', |
6814
|
|
|
|
|
|
|
thu => 'xueves', |
6815
|
|
|
|
|
|
|
fri => 'vienres', |
6816
|
|
|
|
|
|
|
sat => 'sábadu', |
6817
|
|
|
|
|
|
|
sun => 'domingu' |
6818
|
|
|
|
|
|
|
}, |
6819
|
|
|
|
|
|
|
}, |
6820
|
|
|
|
|
|
|
'stand-alone' => { |
6821
|
|
|
|
|
|
|
abbreviated => { |
6822
|
|
|
|
|
|
|
mon => 'llu', |
6823
|
|
|
|
|
|
|
tue => 'mar', |
6824
|
|
|
|
|
|
|
wed => 'mié', |
6825
|
|
|
|
|
|
|
thu => 'xue', |
6826
|
|
|
|
|
|
|
fri => 'vie', |
6827
|
|
|
|
|
|
|
sat => 'sáb', |
6828
|
|
|
|
|
|
|
sun => 'dom' |
6829
|
|
|
|
|
|
|
}, |
6830
|
|
|
|
|
|
|
narrow => { |
6831
|
|
|
|
|
|
|
mon => 'L', |
6832
|
|
|
|
|
|
|
tue => 'M', |
6833
|
|
|
|
|
|
|
wed => 'M', |
6834
|
|
|
|
|
|
|
thu => 'X', |
6835
|
|
|
|
|
|
|
fri => 'V', |
6836
|
|
|
|
|
|
|
sat => 'S', |
6837
|
|
|
|
|
|
|
sun => 'D' |
6838
|
|
|
|
|
|
|
}, |
6839
|
|
|
|
|
|
|
short => { |
6840
|
|
|
|
|
|
|
mon => 'll', |
6841
|
|
|
|
|
|
|
tue => 'ma', |
6842
|
|
|
|
|
|
|
wed => 'mi', |
6843
|
|
|
|
|
|
|
thu => 'xu', |
6844
|
|
|
|
|
|
|
fri => 'vi', |
6845
|
|
|
|
|
|
|
sat => 'sá', |
6846
|
|
|
|
|
|
|
sun => 'do' |
6847
|
|
|
|
|
|
|
}, |
6848
|
|
|
|
|
|
|
wide => { |
6849
|
|
|
|
|
|
|
mon => 'llunes', |
6850
|
|
|
|
|
|
|
tue => 'martes', |
6851
|
|
|
|
|
|
|
wed => 'miércoles', |
6852
|
|
|
|
|
|
|
thu => 'xueves', |
6853
|
|
|
|
|
|
|
fri => 'vienres', |
6854
|
|
|
|
|
|
|
sat => 'sábadu', |
6855
|
|
|
|
|
|
|
sun => 'domingu' |
6856
|
|
|
|
|
|
|
}, |
6857
|
|
|
|
|
|
|
}, |
6858
|
|
|
|
|
|
|
}, |
6859
|
|
|
|
|
|
|
} }, |
6860
|
|
|
|
|
|
|
); |
6861
|
|
|
|
|
|
|
|
6862
|
|
|
|
|
|
|
has 'calendar_quarters' => ( |
6863
|
|
|
|
|
|
|
is => 'ro', |
6864
|
|
|
|
|
|
|
isa => HashRef, |
6865
|
|
|
|
|
|
|
init_arg => undef, |
6866
|
|
|
|
|
|
|
default => sub { { |
6867
|
|
|
|
|
|
|
'gregorian' => { |
6868
|
|
|
|
|
|
|
'format' => { |
6869
|
|
|
|
|
|
|
abbreviated => {0 => '1T', |
6870
|
|
|
|
|
|
|
1 => '2T', |
6871
|
|
|
|
|
|
|
2 => '3T', |
6872
|
|
|
|
|
|
|
3 => '4T' |
6873
|
|
|
|
|
|
|
}, |
6874
|
|
|
|
|
|
|
narrow => {0 => '1', |
6875
|
|
|
|
|
|
|
1 => '2', |
6876
|
|
|
|
|
|
|
2 => '3', |
6877
|
|
|
|
|
|
|
3 => '4' |
6878
|
|
|
|
|
|
|
}, |
6879
|
|
|
|
|
|
|
wide => {0 => '1er trimestre', |
6880
|
|
|
|
|
|
|
1 => '2u trimestre', |
6881
|
|
|
|
|
|
|
2 => '3er trimestre', |
6882
|
|
|
|
|
|
|
3 => '4u trimestre' |
6883
|
|
|
|
|
|
|
}, |
6884
|
|
|
|
|
|
|
}, |
6885
|
|
|
|
|
|
|
'stand-alone' => { |
6886
|
|
|
|
|
|
|
abbreviated => {0 => '1T', |
6887
|
|
|
|
|
|
|
1 => '2T', |
6888
|
|
|
|
|
|
|
2 => '3T', |
6889
|
|
|
|
|
|
|
3 => '4T' |
6890
|
|
|
|
|
|
|
}, |
6891
|
|
|
|
|
|
|
narrow => {0 => '1', |
6892
|
|
|
|
|
|
|
1 => '2', |
6893
|
|
|
|
|
|
|
2 => '3', |
6894
|
|
|
|
|
|
|
3 => '4' |
6895
|
|
|
|
|
|
|
}, |
6896
|
|
|
|
|
|
|
wide => {0 => '1er trimestre', |
6897
|
|
|
|
|
|
|
1 => '2u trimestre', |
6898
|
|
|
|
|
|
|
2 => '3er trimestre', |
6899
|
|
|
|
|
|
|
3 => '4u trimestre' |
6900
|
|
|
|
|
|
|
}, |
6901
|
|
|
|
|
|
|
}, |
6902
|
|
|
|
|
|
|
}, |
6903
|
|
|
|
|
|
|
} }, |
6904
|
|
|
|
|
|
|
); |
6905
|
|
|
|
|
|
|
|
6906
|
|
|
|
|
|
|
has 'day_periods' => ( |
6907
|
|
|
|
|
|
|
is => 'ro', |
6908
|
|
|
|
|
|
|
isa => HashRef, |
6909
|
|
|
|
|
|
|
init_arg => undef, |
6910
|
|
|
|
|
|
|
default => sub { { |
6911
|
|
|
|
|
|
|
'gregorian' => { |
6912
|
|
|
|
|
|
|
'format' => { |
6913
|
|
|
|
|
|
|
'wide' => { |
6914
|
|
|
|
|
|
|
'pm' => q{de la tardi}, |
6915
|
|
|
|
|
|
|
'am' => q{de la mañana}, |
6916
|
|
|
|
|
|
|
}, |
6917
|
|
|
|
|
|
|
'narrow' => { |
6918
|
|
|
|
|
|
|
'am' => q{a}, |
6919
|
|
|
|
|
|
|
'pm' => q{p}, |
6920
|
|
|
|
|
|
|
}, |
6921
|
|
|
|
|
|
|
'abbreviated' => { |
6922
|
|
|
|
|
|
|
'am' => q{AM}, |
6923
|
|
|
|
|
|
|
'pm' => q{PM}, |
6924
|
|
|
|
|
|
|
}, |
6925
|
|
|
|
|
|
|
}, |
6926
|
|
|
|
|
|
|
'stand-alone' => { |
6927
|
|
|
|
|
|
|
'narrow' => { |
6928
|
|
|
|
|
|
|
'pm' => q{p}, |
6929
|
|
|
|
|
|
|
'am' => q{a}, |
6930
|
|
|
|
|
|
|
}, |
6931
|
|
|
|
|
|
|
'wide' => { |
6932
|
|
|
|
|
|
|
'am' => q{mañana}, |
6933
|
|
|
|
|
|
|
'pm' => q{tardi}, |
6934
|
|
|
|
|
|
|
}, |
6935
|
|
|
|
|
|
|
'abbreviated' => { |
6936
|
|
|
|
|
|
|
'pm' => q{PM}, |
6937
|
|
|
|
|
|
|
'am' => q{AM}, |
6938
|
|
|
|
|
|
|
}, |
6939
|
|
|
|
|
|
|
}, |
6940
|
|
|
|
|
|
|
}, |
6941
|
|
|
|
|
|
|
} }, |
6942
|
|
|
|
|
|
|
); |
6943
|
|
|
|
|
|
|
|
6944
|
|
|
|
|
|
|
has 'eras' => ( |
6945
|
|
|
|
|
|
|
is => 'ro', |
6946
|
|
|
|
|
|
|
isa => HashRef, |
6947
|
|
|
|
|
|
|
init_arg => undef, |
6948
|
|
|
|
|
|
|
default => sub { { |
6949
|
|
|
|
|
|
|
'buddhist' => { |
6950
|
|
|
|
|
|
|
abbreviated => { |
6951
|
|
|
|
|
|
|
'0' => 'EB' |
6952
|
|
|
|
|
|
|
}, |
6953
|
|
|
|
|
|
|
narrow => { |
6954
|
|
|
|
|
|
|
'0' => 'EB' |
6955
|
|
|
|
|
|
|
}, |
6956
|
|
|
|
|
|
|
wide => { |
6957
|
|
|
|
|
|
|
'0' => 'era budista' |
6958
|
|
|
|
|
|
|
}, |
6959
|
|
|
|
|
|
|
}, |
6960
|
|
|
|
|
|
|
'chinese' => { |
6961
|
|
|
|
|
|
|
}, |
6962
|
|
|
|
|
|
|
'dangi' => { |
6963
|
|
|
|
|
|
|
}, |
6964
|
|
|
|
|
|
|
'ethiopic' => { |
6965
|
|
|
|
|
|
|
abbreviated => { |
6966
|
|
|
|
|
|
|
'0' => 'a. E.', |
6967
|
|
|
|
|
|
|
'1' => 'd. E.' |
6968
|
|
|
|
|
|
|
}, |
6969
|
|
|
|
|
|
|
narrow => { |
6970
|
|
|
|
|
|
|
'0' => 'aE', |
6971
|
|
|
|
|
|
|
'1' => 'dE' |
6972
|
|
|
|
|
|
|
}, |
6973
|
|
|
|
|
|
|
wide => { |
6974
|
|
|
|
|
|
|
'0' => 'antes de la Encarnación', |
6975
|
|
|
|
|
|
|
'1' => 'después de la Encarnación' |
6976
|
|
|
|
|
|
|
}, |
6977
|
|
|
|
|
|
|
}, |
6978
|
|
|
|
|
|
|
'generic' => { |
6979
|
|
|
|
|
|
|
}, |
6980
|
|
|
|
|
|
|
'gregorian' => { |
6981
|
|
|
|
|
|
|
abbreviated => { |
6982
|
|
|
|
|
|
|
'0' => 'a.C.', |
6983
|
|
|
|
|
|
|
'1' => 'd.C.' |
6984
|
|
|
|
|
|
|
}, |
6985
|
|
|
|
|
|
|
narrow => { |
6986
|
|
|
|
|
|
|
'0' => 'aC', |
6987
|
|
|
|
|
|
|
'1' => 'dC' |
6988
|
|
|
|
|
|
|
}, |
6989
|
|
|
|
|
|
|
wide => { |
6990
|
|
|
|
|
|
|
'0' => 'a.C.', |
6991
|
|
|
|
|
|
|
'1' => 'después de Cristu' |
6992
|
|
|
|
|
|
|
}, |
6993
|
|
|
|
|
|
|
}, |
6994
|
|
|
|
|
|
|
'indian' => { |
6995
|
|
|
|
|
|
|
abbreviated => { |
6996
|
|
|
|
|
|
|
'0' => 'Saka' |
6997
|
|
|
|
|
|
|
}, |
6998
|
|
|
|
|
|
|
narrow => { |
6999
|
|
|
|
|
|
|
'0' => 'Saka' |
7000
|
|
|
|
|
|
|
}, |
7001
|
|
|
|
|
|
|
wide => { |
7002
|
|
|
|
|
|
|
'0' => 'Saka' |
7003
|
|
|
|
|
|
|
}, |
7004
|
|
|
|
|
|
|
}, |
7005
|
|
|
|
|
|
|
'islamic' => { |
7006
|
|
|
|
|
|
|
abbreviated => { |
7007
|
|
|
|
|
|
|
'0' => 'AH' |
7008
|
|
|
|
|
|
|
}, |
7009
|
|
|
|
|
|
|
narrow => { |
7010
|
|
|
|
|
|
|
'0' => 'AH' |
7011
|
|
|
|
|
|
|
}, |
7012
|
|
|
|
|
|
|
wide => { |
7013
|
|
|
|
|
|
|
'0' => 'AH' |
7014
|
|
|
|
|
|
|
}, |
7015
|
|
|
|
|
|
|
}, |
7016
|
|
|
|
|
|
|
'japanese' => { |
7017
|
|
|
|
|
|
|
abbreviated => { |
7018
|
|
|
|
|
|
|
'0' => 'Taika', |
7019
|
|
|
|
|
|
|
'1' => 'Hakuchi', |
7020
|
|
|
|
|
|
|
'2' => 'HakuhÅ', |
7021
|
|
|
|
|
|
|
'3' => 'ShuchÅ', |
7022
|
|
|
|
|
|
|
'4' => 'TaihÅ', |
7023
|
|
|
|
|
|
|
'5' => 'Keiun', |
7024
|
|
|
|
|
|
|
'6' => 'WadÅ', |
7025
|
|
|
|
|
|
|
'7' => 'Reiki', |
7026
|
|
|
|
|
|
|
'8' => 'YÅrÅ', |
7027
|
|
|
|
|
|
|
'9' => 'Jinki', |
7028
|
|
|
|
|
|
|
'10' => 'TenpyÅ', |
7029
|
|
|
|
|
|
|
'11' => 'T.-kampÅ', |
7030
|
|
|
|
|
|
|
'12' => 'T.-shÅhÅ', |
7031
|
|
|
|
|
|
|
'13' => 'T.-hÅji', |
7032
|
|
|
|
|
|
|
'14' => 'T.-jingo', |
7033
|
|
|
|
|
|
|
'15' => 'J.-keiun', |
7034
|
|
|
|
|
|
|
'16' => 'HÅki', |
7035
|
|
|
|
|
|
|
'17' => 'Ten-Å', |
7036
|
|
|
|
|
|
|
'18' => 'Enryaku', |
7037
|
|
|
|
|
|
|
'19' => 'DaidÅ', |
7038
|
|
|
|
|
|
|
'20' => 'KÅnin', |
7039
|
|
|
|
|
|
|
'21' => 'TenchÅ', |
7040
|
|
|
|
|
|
|
'22' => 'JÅwa', |
7041
|
|
|
|
|
|
|
'23' => 'KajÅ', |
7042
|
|
|
|
|
|
|
'24' => 'Ninju', |
7043
|
|
|
|
|
|
|
'25' => 'SaikÅ', |
7044
|
|
|
|
|
|
|
'26' => 'Ten-an', |
7045
|
|
|
|
|
|
|
'27' => 'JÅgan', |
7046
|
|
|
|
|
|
|
'28' => 'GangyÅ', |
7047
|
|
|
|
|
|
|
'29' => 'Ninna', |
7048
|
|
|
|
|
|
|
'30' => 'KanpyÅ', |
7049
|
|
|
|
|
|
|
'31' => 'ShÅtai', |
7050
|
|
|
|
|
|
|
'32' => 'Engi', |
7051
|
|
|
|
|
|
|
'33' => 'EnchÅ', |
7052
|
|
|
|
|
|
|
'34' => 'JÅhei', |
7053
|
|
|
|
|
|
|
'35' => 'TengyÅ', |
7054
|
|
|
|
|
|
|
'36' => 'Tenryaku', |
7055
|
|
|
|
|
|
|
'37' => 'Tentoku', |
7056
|
|
|
|
|
|
|
'38' => 'Åwa', |
7057
|
|
|
|
|
|
|
'39' => 'KÅhÅ', |
7058
|
|
|
|
|
|
|
'40' => 'Anna', |
7059
|
|
|
|
|
|
|
'41' => 'Tenroku', |
7060
|
|
|
|
|
|
|
'42' => 'Tenâen', |
7061
|
|
|
|
|
|
|
'43' => 'JÅgen', |
7062
|
|
|
|
|
|
|
'44' => 'Tengen', |
7063
|
|
|
|
|
|
|
'45' => 'Eikan', |
7064
|
|
|
|
|
|
|
'46' => 'Kanna', |
7065
|
|
|
|
|
|
|
'47' => 'Eien', |
7066
|
|
|
|
|
|
|
'48' => 'Eiso', |
7067
|
|
|
|
|
|
|
'49' => 'ShÅryaku', |
7068
|
|
|
|
|
|
|
'50' => 'ChÅtoku', |
7069
|
|
|
|
|
|
|
'51' => 'ChÅhÅ', |
7070
|
|
|
|
|
|
|
'52' => 'KankÅ', |
7071
|
|
|
|
|
|
|
'53' => 'ChÅwa', |
7072
|
|
|
|
|
|
|
'54' => 'Kannin', |
7073
|
|
|
|
|
|
|
'55' => 'Jian', |
7074
|
|
|
|
|
|
|
'56' => 'Manju', |
7075
|
|
|
|
|
|
|
'57' => 'ChÅgen', |
7076
|
|
|
|
|
|
|
'58' => 'ChÅryaku', |
7077
|
|
|
|
|
|
|
'59' => 'ChÅkyÅ«', |
7078
|
|
|
|
|
|
|
'60' => 'Kantoku', |
7079
|
|
|
|
|
|
|
'61' => 'EishÅ', |
7080
|
|
|
|
|
|
|
'62' => 'Tengi', |
7081
|
|
|
|
|
|
|
'63' => 'KÅhei', |
7082
|
|
|
|
|
|
|
'64' => 'Jiryaku', |
7083
|
|
|
|
|
|
|
'65' => 'Enkyū', |
7084
|
|
|
|
|
|
|
'66' => 'ShÅho', |
7085
|
|
|
|
|
|
|
'67' => 'ShÅryaku II', |
7086
|
|
|
|
|
|
|
'68' => 'EihÅ', |
7087
|
|
|
|
|
|
|
'69' => 'Åtoku', |
7088
|
|
|
|
|
|
|
'70' => 'Kanji', |
7089
|
|
|
|
|
|
|
'71' => 'KahÅ', |
7090
|
|
|
|
|
|
|
'72' => 'EichÅ', |
7091
|
|
|
|
|
|
|
'73' => 'JÅtoku', |
7092
|
|
|
|
|
|
|
'74' => 'KÅwa', |
7093
|
|
|
|
|
|
|
'75' => 'ChÅji', |
7094
|
|
|
|
|
|
|
'76' => 'KashÅ', |
7095
|
|
|
|
|
|
|
'77' => 'Tennin', |
7096
|
|
|
|
|
|
|
'78' => 'Ten-ei', |
7097
|
|
|
|
|
|
|
'79' => 'Eikyū', |
7098
|
|
|
|
|
|
|
'80' => 'Genâei', |
7099
|
|
|
|
|
|
|
'81' => 'HÅan', |
7100
|
|
|
|
|
|
|
'82' => 'Tenji', |
7101
|
|
|
|
|
|
|
'83' => 'Daiji', |
7102
|
|
|
|
|
|
|
'84' => 'TenshÅ', |
7103
|
|
|
|
|
|
|
'85' => 'ChÅshÅ', |
7104
|
|
|
|
|
|
|
'86' => 'HÅen', |
7105
|
|
|
|
|
|
|
'87' => 'Eiji', |
7106
|
|
|
|
|
|
|
'88' => 'KÅji', |
7107
|
|
|
|
|
|
|
'89' => 'TenâyÅ', |
7108
|
|
|
|
|
|
|
'90' => 'Kyūan', |
7109
|
|
|
|
|
|
|
'91' => 'Ninpei', |
7110
|
|
|
|
|
|
|
'92' => 'Kyūju', |
7111
|
|
|
|
|
|
|
'93' => 'HÅgen', |
7112
|
|
|
|
|
|
|
'94' => 'Heiji', |
7113
|
|
|
|
|
|
|
'95' => 'Eiryaku', |
7114
|
|
|
|
|
|
|
'96' => 'Åho', |
7115
|
|
|
|
|
|
|
'97' => 'ChÅkan', |
7116
|
|
|
|
|
|
|
'98' => 'Eiman', |
7117
|
|
|
|
|
|
|
'99' => 'Ninâan', |
7118
|
|
|
|
|
|
|
'100' => 'KaÅ', |
7119
|
|
|
|
|
|
|
'101' => 'ShÅan', |
7120
|
|
|
|
|
|
|
'102' => 'Angen', |
7121
|
|
|
|
|
|
|
'103' => 'JishÅ', |
7122
|
|
|
|
|
|
|
'104' => 'YÅwa', |
7123
|
|
|
|
|
|
|
'105' => 'Juei', |
7124
|
|
|
|
|
|
|
'106' => 'Genryaku', |
7125
|
|
|
|
|
|
|
'107' => 'Bunji', |
7126
|
|
|
|
|
|
|
'108' => 'Kenkyū', |
7127
|
|
|
|
|
|
|
'109' => 'ShÅji', |
7128
|
|
|
|
|
|
|
'110' => 'Kennin', |
7129
|
|
|
|
|
|
|
'111' => 'Genkyū', |
7130
|
|
|
|
|
|
|
'112' => 'Kenâei', |
7131
|
|
|
|
|
|
|
'113' => 'JÅgen II', |
7132
|
|
|
|
|
|
|
'114' => 'Kenryaku', |
7133
|
|
|
|
|
|
|
'115' => 'KenpÅ', |
7134
|
|
|
|
|
|
|
'116' => 'JÅkyÅ«', |
7135
|
|
|
|
|
|
|
'117' => 'JÅÅ', |
7136
|
|
|
|
|
|
|
'118' => 'Gennin', |
7137
|
|
|
|
|
|
|
'119' => 'Karoku', |
7138
|
|
|
|
|
|
|
'120' => 'Antei', |
7139
|
|
|
|
|
|
|
'121' => 'Kanki', |
7140
|
|
|
|
|
|
|
'122' => 'JÅei', |
7141
|
|
|
|
|
|
|
'123' => 'Tenpuku', |
7142
|
|
|
|
|
|
|
'124' => 'Bunryaku', |
7143
|
|
|
|
|
|
|
'125' => 'Katei', |
7144
|
|
|
|
|
|
|
'126' => 'Ryakunin', |
7145
|
|
|
|
|
|
|
'127' => 'EnâÅ', |
7146
|
|
|
|
|
|
|
'128' => 'Ninji', |
7147
|
|
|
|
|
|
|
'129' => 'Kangen', |
7148
|
|
|
|
|
|
|
'130' => 'HÅji', |
7149
|
|
|
|
|
|
|
'131' => 'KenchÅ', |
7150
|
|
|
|
|
|
|
'132' => 'KÅgen', |
7151
|
|
|
|
|
|
|
'133' => 'ShÅka', |
7152
|
|
|
|
|
|
|
'134' => 'ShÅgen', |
7153
|
|
|
|
|
|
|
'135' => 'BunâÅ', |
7154
|
|
|
|
|
|
|
'136' => 'KÅchÅ', |
7155
|
|
|
|
|
|
|
'137' => 'Bunâei', |
7156
|
|
|
|
|
|
|
'138' => 'Kenji', |
7157
|
|
|
|
|
|
|
'139' => 'KÅan', |
7158
|
|
|
|
|
|
|
'140' => 'ShÅÅ', |
7159
|
|
|
|
|
|
|
'141' => 'Einin', |
7160
|
|
|
|
|
|
|
'142' => 'ShÅan II', |
7161
|
|
|
|
|
|
|
'143' => 'Kengen', |
7162
|
|
|
|
|
|
|
'144' => 'Kagen', |
7163
|
|
|
|
|
|
|
'145' => 'Tokuji', |
7164
|
|
|
|
|
|
|
'146' => 'EnkyÅ', |
7165
|
|
|
|
|
|
|
'147' => 'ÅchÅ', |
7166
|
|
|
|
|
|
|
'148' => 'ShÅwa', |
7167
|
|
|
|
|
|
|
'149' => 'BunpÅ', |
7168
|
|
|
|
|
|
|
'150' => 'GenÅ', |
7169
|
|
|
|
|
|
|
'151' => 'GenkÅ', |
7170
|
|
|
|
|
|
|
'152' => 'ShÅchÅ«', |
7171
|
|
|
|
|
|
|
'153' => 'Karyaku', |
7172
|
|
|
|
|
|
|
'154' => 'Gentoku', |
7173
|
|
|
|
|
|
|
'155' => 'GenkÅ II', |
7174
|
|
|
|
|
|
|
'156' => 'Kenmu', |
7175
|
|
|
|
|
|
|
'157' => 'Engen', |
7176
|
|
|
|
|
|
|
'158' => 'KÅkoku', |
7177
|
|
|
|
|
|
|
'159' => 'ShÅhei', |
7178
|
|
|
|
|
|
|
'160' => 'Kentoku', |
7179
|
|
|
|
|
|
|
'161' => 'Bunchū', |
7180
|
|
|
|
|
|
|
'162' => 'Tenju', |
7181
|
|
|
|
|
|
|
'163' => 'KÅryaku', |
7182
|
|
|
|
|
|
|
'164' => 'KÅwa II', |
7183
|
|
|
|
|
|
|
'165' => 'Genchū', |
7184
|
|
|
|
|
|
|
'166' => 'Meitoku', |
7185
|
|
|
|
|
|
|
'167' => 'Kakei', |
7186
|
|
|
|
|
|
|
'168' => 'KÅÅ', |
7187
|
|
|
|
|
|
|
'169' => 'Meitoku II', |
7188
|
|
|
|
|
|
|
'170' => 'Åei', |
7189
|
|
|
|
|
|
|
'171' => 'ShÅchÅ', |
7190
|
|
|
|
|
|
|
'172' => 'EikyÅ', |
7191
|
|
|
|
|
|
|
'173' => 'Kakitsu', |
7192
|
|
|
|
|
|
|
'174' => 'Bunâan', |
7193
|
|
|
|
|
|
|
'175' => 'HÅtoku', |
7194
|
|
|
|
|
|
|
'176' => 'KyÅtoku', |
7195
|
|
|
|
|
|
|
'177' => 'KÅshÅ', |
7196
|
|
|
|
|
|
|
'178' => 'ChÅroku', |
7197
|
|
|
|
|
|
|
'179' => 'KanshÅ', |
7198
|
|
|
|
|
|
|
'180' => 'BunshÅ', |
7199
|
|
|
|
|
|
|
'181' => 'Ånin', |
7200
|
|
|
|
|
|
|
'182' => 'Bunmei', |
7201
|
|
|
|
|
|
|
'183' => 'ChÅkyÅ', |
7202
|
|
|
|
|
|
|
'184' => 'Entoku', |
7203
|
|
|
|
|
|
|
'185' => 'MeiÅ', |
7204
|
|
|
|
|
|
|
'186' => 'Bunki', |
7205
|
|
|
|
|
|
|
'187' => 'EishÅ II', |
7206
|
|
|
|
|
|
|
'188' => 'Taiei', |
7207
|
|
|
|
|
|
|
'189' => 'KyÅroku', |
7208
|
|
|
|
|
|
|
'190' => 'Tenbun', |
7209
|
|
|
|
|
|
|
'191' => 'KÅji II', |
7210
|
|
|
|
|
|
|
'192' => 'Eiroku', |
7211
|
|
|
|
|
|
|
'193' => 'Genki', |
7212
|
|
|
|
|
|
|
'194' => 'TenshÅ II', |
7213
|
|
|
|
|
|
|
'195' => 'Bunroku', |
7214
|
|
|
|
|
|
|
'196' => 'KeichÅ', |
7215
|
|
|
|
|
|
|
'197' => 'Genna', |
7216
|
|
|
|
|
|
|
'198' => 'Kanâei', |
7217
|
|
|
|
|
|
|
'199' => 'ShÅho II', |
7218
|
|
|
|
|
|
|
'200' => 'Keian', |
7219
|
|
|
|
|
|
|
'201' => 'JÅÅ II', |
7220
|
|
|
|
|
|
|
'202' => 'Meireki', |
7221
|
|
|
|
|
|
|
'203' => 'Manji', |
7222
|
|
|
|
|
|
|
'204' => 'Kanbun', |
7223
|
|
|
|
|
|
|
'205' => 'EnpÅ', |
7224
|
|
|
|
|
|
|
'206' => 'Tenna', |
7225
|
|
|
|
|
|
|
'207' => 'JÅkyÅ', |
7226
|
|
|
|
|
|
|
'208' => 'Genroku', |
7227
|
|
|
|
|
|
|
'209' => 'HÅei', |
7228
|
|
|
|
|
|
|
'210' => 'ShÅtoku', |
7229
|
|
|
|
|
|
|
'211' => 'KyÅhÅ', |
7230
|
|
|
|
|
|
|
'212' => 'Genbun', |
7231
|
|
|
|
|
|
|
'213' => 'KanpÅ', |
7232
|
|
|
|
|
|
|
'214' => 'EnkyÅ II', |
7233
|
|
|
|
|
|
|
'215' => 'Kanâen', |
7234
|
|
|
|
|
|
|
'216' => 'HÅreki', |
7235
|
|
|
|
|
|
|
'217' => 'Meiwa', |
7236
|
|
|
|
|
|
|
'218' => 'Anâei', |
7237
|
|
|
|
|
|
|
'219' => 'Tenmei', |
7238
|
|
|
|
|
|
|
'220' => 'Kansei', |
7239
|
|
|
|
|
|
|
'221' => 'KyÅwa', |
7240
|
|
|
|
|
|
|
'222' => 'Bunka', |
7241
|
|
|
|
|
|
|
'223' => 'Bunsei', |
7242
|
|
|
|
|
|
|
'224' => 'TenpÅ', |
7243
|
|
|
|
|
|
|
'225' => 'KÅka', |
7244
|
|
|
|
|
|
|
'226' => 'Kaei', |
7245
|
|
|
|
|
|
|
'227' => 'Ansei', |
7246
|
|
|
|
|
|
|
'228' => 'Manâen', |
7247
|
|
|
|
|
|
|
'229' => 'Bunkyū', |
7248
|
|
|
|
|
|
|
'230' => 'Genji', |
7249
|
|
|
|
|
|
|
'231' => 'KeiÅ', |
7250
|
|
|
|
|
|
|
'232' => 'Meiji', |
7251
|
|
|
|
|
|
|
'233' => 'TaishÅ', |
7252
|
|
|
|
|
|
|
'234' => 'e. ShÅwa', |
7253
|
|
|
|
|
|
|
'235' => 'Heisei' |
7254
|
|
|
|
|
|
|
}, |
7255
|
|
|
|
|
|
|
narrow => { |
7256
|
|
|
|
|
|
|
'0' => 'Taika', |
7257
|
|
|
|
|
|
|
'10' => 'TenpyÅ', |
7258
|
|
|
|
|
|
|
'11' => 'T. kampÅ', |
7259
|
|
|
|
|
|
|
'12' => 'T. shÅhÅ', |
7260
|
|
|
|
|
|
|
'13' => 'T. hÅji', |
7261
|
|
|
|
|
|
|
'14' => 'T. jingo', |
7262
|
|
|
|
|
|
|
'25' => 'SaikÅ', |
7263
|
|
|
|
|
|
|
'26' => 'Ten-an', |
7264
|
|
|
|
|
|
|
'27' => 'JÅgan', |
7265
|
|
|
|
|
|
|
'28' => 'GangyÅ', |
7266
|
|
|
|
|
|
|
'30' => 'KanpyÅ', |
7267
|
|
|
|
|
|
|
'34' => 'JÅhei', |
7268
|
|
|
|
|
|
|
'36' => 'Tenryaku', |
7269
|
|
|
|
|
|
|
'47' => 'Eien', |
7270
|
|
|
|
|
|
|
'68' => 'EihÅ' |
7271
|
|
|
|
|
|
|
}, |
7272
|
|
|
|
|
|
|
wide => { |
7273
|
|
|
|
|
|
|
'0' => 'Taika (645â650)', |
7274
|
|
|
|
|
|
|
'1' => 'Hakuchi (650â671)', |
7275
|
|
|
|
|
|
|
'2' => 'HakuhÅ (672â686)', |
7276
|
|
|
|
|
|
|
'3' => 'ShuchÅ (686â701)', |
7277
|
|
|
|
|
|
|
'4' => 'TaihÅ (701â704)', |
7278
|
|
|
|
|
|
|
'5' => 'Keiun (704â708)', |
7279
|
|
|
|
|
|
|
'6' => 'WadÅ (708â715)', |
7280
|
|
|
|
|
|
|
'7' => 'Reiki (715â717)', |
7281
|
|
|
|
|
|
|
'8' => 'YÅrÅ (717â724)', |
7282
|
|
|
|
|
|
|
'9' => 'Jinki (724â729)', |
7283
|
|
|
|
|
|
|
'10' => 'TenpyÅ (729â749)', |
7284
|
|
|
|
|
|
|
'11' => 'TenpyÅ-kampÅ (749-749)', |
7285
|
|
|
|
|
|
|
'12' => 'TenpyÅ-shÅhÅ (749-757)', |
7286
|
|
|
|
|
|
|
'13' => 'TenpyÅ-hÅji (757-765)', |
7287
|
|
|
|
|
|
|
'14' => 'TenpyÅ-jingo (765-767)', |
7288
|
|
|
|
|
|
|
'15' => 'Jingo-keiun (767-770)', |
7289
|
|
|
|
|
|
|
'16' => 'HÅki (770â780)', |
7290
|
|
|
|
|
|
|
'17' => 'Ten-Å (781-782)', |
7291
|
|
|
|
|
|
|
'18' => 'Enryaku (782â806)', |
7292
|
|
|
|
|
|
|
'19' => 'DaidÅ (806â810)', |
7293
|
|
|
|
|
|
|
'20' => 'KÅnin (810â824)', |
7294
|
|
|
|
|
|
|
'21' => 'TenchÅ (824â834)', |
7295
|
|
|
|
|
|
|
'22' => 'JÅwa (834â848)', |
7296
|
|
|
|
|
|
|
'23' => 'KajÅ (848â851)', |
7297
|
|
|
|
|
|
|
'24' => 'Ninju (851â854)', |
7298
|
|
|
|
|
|
|
'25' => 'SaikÅ (854â857)', |
7299
|
|
|
|
|
|
|
'26' => 'Ten-an (857-859)', |
7300
|
|
|
|
|
|
|
'27' => 'JÅgan (859â877)', |
7301
|
|
|
|
|
|
|
'28' => 'GangyÅ (877â885)', |
7302
|
|
|
|
|
|
|
'29' => 'Ninna (885â889)', |
7303
|
|
|
|
|
|
|
'30' => 'KanpyÅ (889â898)', |
7304
|
|
|
|
|
|
|
'31' => 'ShÅtai (898â901)', |
7305
|
|
|
|
|
|
|
'32' => 'Engi (901â923)', |
7306
|
|
|
|
|
|
|
'33' => 'EnchÅ (923â931)', |
7307
|
|
|
|
|
|
|
'34' => 'JÅhei (931â938)', |
7308
|
|
|
|
|
|
|
'35' => 'TengyÅ (938â947)', |
7309
|
|
|
|
|
|
|
'36' => 'Tenryaku (947â957)', |
7310
|
|
|
|
|
|
|
'37' => 'Tentoku (957â961)', |
7311
|
|
|
|
|
|
|
'38' => 'Åwa (961â964)', |
7312
|
|
|
|
|
|
|
'39' => 'KÅhÅ (964â968)', |
7313
|
|
|
|
|
|
|
'40' => 'Anna (968â970)', |
7314
|
|
|
|
|
|
|
'41' => 'Tenroku (970â973)', |
7315
|
|
|
|
|
|
|
'42' => 'Tenâen (973â976)', |
7316
|
|
|
|
|
|
|
'43' => 'JÅgen (976â978)', |
7317
|
|
|
|
|
|
|
'44' => 'Tengen (978â983)', |
7318
|
|
|
|
|
|
|
'45' => 'Eikan (983â985)', |
7319
|
|
|
|
|
|
|
'46' => 'Kanna (985â987)', |
7320
|
|
|
|
|
|
|
'47' => 'Eien (987â989)', |
7321
|
|
|
|
|
|
|
'48' => 'Eiso (989â990)', |
7322
|
|
|
|
|
|
|
'49' => 'ShÅryaku (990â995)', |
7323
|
|
|
|
|
|
|
'50' => 'ChÅtoku (995â999)', |
7324
|
|
|
|
|
|
|
'51' => 'ChÅhÅ (999â1004)', |
7325
|
|
|
|
|
|
|
'52' => 'KankÅ (1004â1012)', |
7326
|
|
|
|
|
|
|
'53' => 'ChÅwa (1012â1017)', |
7327
|
|
|
|
|
|
|
'54' => 'Kannin (1017â1021)', |
7328
|
|
|
|
|
|
|
'55' => 'Jian (1021â1024)', |
7329
|
|
|
|
|
|
|
'56' => 'Manju (1024â1028)', |
7330
|
|
|
|
|
|
|
'57' => 'ChÅgen (1028â1037)', |
7331
|
|
|
|
|
|
|
'58' => 'ChÅryaku (1037â1040)', |
7332
|
|
|
|
|
|
|
'59' => 'ChÅkyÅ« (1040â1044)', |
7333
|
|
|
|
|
|
|
'60' => 'Kantoku (1044â1046)', |
7334
|
|
|
|
|
|
|
'61' => 'EishÅ (1046â1053)', |
7335
|
|
|
|
|
|
|
'62' => 'Tengi (1053â1058)', |
7336
|
|
|
|
|
|
|
'63' => 'KÅhei (1058â1065)', |
7337
|
|
|
|
|
|
|
'64' => 'Jiryaku (1065â1069)', |
7338
|
|
|
|
|
|
|
'65' => 'EnkyÅ« (1069â1074)', |
7339
|
|
|
|
|
|
|
'66' => 'ShÅho (1074â1077)', |
7340
|
|
|
|
|
|
|
'67' => 'ShÅryaku (1077â1081)', |
7341
|
|
|
|
|
|
|
'68' => 'EihÅ (1081â1084)', |
7342
|
|
|
|
|
|
|
'69' => 'Åtoku (1084â1087)', |
7343
|
|
|
|
|
|
|
'70' => 'Kanji (1087â1094)', |
7344
|
|
|
|
|
|
|
'71' => 'KahÅ (1094â1096)', |
7345
|
|
|
|
|
|
|
'72' => 'EichÅ (1096â1097)', |
7346
|
|
|
|
|
|
|
'73' => 'JÅtoku (1097â1099)', |
7347
|
|
|
|
|
|
|
'74' => 'KÅwa (1099â1104)', |
7348
|
|
|
|
|
|
|
'75' => 'ChÅji (1104â1106)', |
7349
|
|
|
|
|
|
|
'76' => 'KashÅ (1106â1108)', |
7350
|
|
|
|
|
|
|
'77' => 'Tennin (1108â1110)', |
7351
|
|
|
|
|
|
|
'78' => 'Ten-ei (1110-1113)', |
7352
|
|
|
|
|
|
|
'79' => 'EikyÅ« (1113â1118)', |
7353
|
|
|
|
|
|
|
'80' => 'Genâei (1118â1120)', |
7354
|
|
|
|
|
|
|
'81' => 'HÅan (1120â1124)', |
7355
|
|
|
|
|
|
|
'82' => 'Tenji (1124â1126)', |
7356
|
|
|
|
|
|
|
'83' => 'Daiji (1126â1131)', |
7357
|
|
|
|
|
|
|
'84' => 'TenshÅ (1131â1132)', |
7358
|
|
|
|
|
|
|
'85' => 'ChÅshÅ (1132â1135)', |
7359
|
|
|
|
|
|
|
'86' => 'HÅen (1135â1141)', |
7360
|
|
|
|
|
|
|
'87' => 'Eiji (1141â1142)', |
7361
|
|
|
|
|
|
|
'88' => 'KÅji (1142â1144)', |
7362
|
|
|
|
|
|
|
'89' => 'TenâyÅ (1144â1145)', |
7363
|
|
|
|
|
|
|
'90' => 'KyÅ«an (1145â1151)', |
7364
|
|
|
|
|
|
|
'91' => 'Ninpei (1151â1154)', |
7365
|
|
|
|
|
|
|
'92' => 'KyÅ«ju (1154â1156)', |
7366
|
|
|
|
|
|
|
'93' => 'HÅgen (1156â1159)', |
7367
|
|
|
|
|
|
|
'94' => 'Heiji (1159â1160)', |
7368
|
|
|
|
|
|
|
'95' => 'Eiryaku (1160â1161)', |
7369
|
|
|
|
|
|
|
'96' => 'Åho (1161â1163)', |
7370
|
|
|
|
|
|
|
'97' => 'ChÅkan (1163â1165)', |
7371
|
|
|
|
|
|
|
'98' => 'Eiman (1165â1166)', |
7372
|
|
|
|
|
|
|
'99' => 'Ninâan (1166â1169)', |
7373
|
|
|
|
|
|
|
'100' => 'KaÅ (1169â1171)', |
7374
|
|
|
|
|
|
|
'101' => 'ShÅan (1171â1175)', |
7375
|
|
|
|
|
|
|
'102' => 'Angen (1175â1177)', |
7376
|
|
|
|
|
|
|
'103' => 'JishÅ (1177â1181)', |
7377
|
|
|
|
|
|
|
'104' => 'YÅwa (1181â1182)', |
7378
|
|
|
|
|
|
|
'105' => 'Juei (1182â1184)', |
7379
|
|
|
|
|
|
|
'106' => 'Genryaku (1184â1185)', |
7380
|
|
|
|
|
|
|
'107' => 'Bunji (1185â1190)', |
7381
|
|
|
|
|
|
|
'108' => 'KenkyÅ« (1190â1199)', |
7382
|
|
|
|
|
|
|
'109' => 'ShÅji (1199â1201)', |
7383
|
|
|
|
|
|
|
'110' => 'Kennin (1201â1204)', |
7384
|
|
|
|
|
|
|
'111' => 'GenkyÅ« (1204â1206)', |
7385
|
|
|
|
|
|
|
'112' => 'Kenâei (1206â1207)', |
7386
|
|
|
|
|
|
|
'113' => 'JÅgen (1207â1211)', |
7387
|
|
|
|
|
|
|
'114' => 'Kenryaku (1211â1213)', |
7388
|
|
|
|
|
|
|
'115' => 'KenpÅ (1213â1219)', |
7389
|
|
|
|
|
|
|
'116' => 'JÅkyÅ« (1219â1222)', |
7390
|
|
|
|
|
|
|
'117' => 'JÅÅ (1222â1224)', |
7391
|
|
|
|
|
|
|
'118' => 'Gennin (1224â1225)', |
7392
|
|
|
|
|
|
|
'119' => 'Karoku (1225â1227)', |
7393
|
|
|
|
|
|
|
'120' => 'Antei (1227â1229)', |
7394
|
|
|
|
|
|
|
'121' => 'Kanki (1229â1232)', |
7395
|
|
|
|
|
|
|
'122' => 'JÅei (1232â1233)', |
7396
|
|
|
|
|
|
|
'123' => 'Tenpuku (1233â1234)', |
7397
|
|
|
|
|
|
|
'124' => 'Bunryaku (1234â1235)', |
7398
|
|
|
|
|
|
|
'125' => 'Katei (1235â1238)', |
7399
|
|
|
|
|
|
|
'126' => 'Ryakunin (1238â1239)', |
7400
|
|
|
|
|
|
|
'127' => 'En-Å (1239-1240)', |
7401
|
|
|
|
|
|
|
'128' => 'Ninji (1240â1243)', |
7402
|
|
|
|
|
|
|
'129' => 'Kangen (1243â1247)', |
7403
|
|
|
|
|
|
|
'130' => 'HÅji (1247â1249)', |
7404
|
|
|
|
|
|
|
'131' => 'KenchÅ (1249â1256)', |
7405
|
|
|
|
|
|
|
'132' => 'KÅgen (1256â1257)', |
7406
|
|
|
|
|
|
|
'133' => 'ShÅka (1257â1259)', |
7407
|
|
|
|
|
|
|
'134' => 'ShÅgen (1259â1260)', |
7408
|
|
|
|
|
|
|
'135' => 'BunâÅ (1260â1261)', |
7409
|
|
|
|
|
|
|
'136' => 'KÅchÅ (1261â1264)', |
7410
|
|
|
|
|
|
|
'137' => 'Bunâei (1264â1275)', |
7411
|
|
|
|
|
|
|
'138' => 'Kenji (1275â1278)', |
7412
|
|
|
|
|
|
|
'139' => 'KÅan (1278â1288)', |
7413
|
|
|
|
|
|
|
'140' => 'ShÅÅ (1288â1293)', |
7414
|
|
|
|
|
|
|
'141' => 'Einin (1293â1299)', |
7415
|
|
|
|
|
|
|
'142' => 'ShÅan (1299â1302)', |
7416
|
|
|
|
|
|
|
'143' => 'Kengen (1302â1303)', |
7417
|
|
|
|
|
|
|
'144' => 'Kagen (1303â1306)', |
7418
|
|
|
|
|
|
|
'145' => 'Tokuji (1306â1308)', |
7419
|
|
|
|
|
|
|
'146' => 'EnkyÅ (1308â1311)', |
7420
|
|
|
|
|
|
|
'147' => 'ÅchÅ (1311â1312)', |
7421
|
|
|
|
|
|
|
'148' => 'ShÅwa (1312â1317)', |
7422
|
|
|
|
|
|
|
'149' => 'BunpÅ (1317â1319)', |
7423
|
|
|
|
|
|
|
'150' => 'GenÅ (1319â1321)', |
7424
|
|
|
|
|
|
|
'151' => 'GenkÅ (1321â1324)', |
7425
|
|
|
|
|
|
|
'152' => 'ShÅchÅ« (1324â1326)', |
7426
|
|
|
|
|
|
|
'153' => 'Karyaku (1326â1329)', |
7427
|
|
|
|
|
|
|
'154' => 'Gentoku (1329â1331)', |
7428
|
|
|
|
|
|
|
'155' => 'GenkÅ (1331â1334)', |
7429
|
|
|
|
|
|
|
'156' => 'Kenmu (1334â1336)', |
7430
|
|
|
|
|
|
|
'157' => 'Engen (1336â1340)', |
7431
|
|
|
|
|
|
|
'158' => 'KÅkoku (1340â1346)', |
7432
|
|
|
|
|
|
|
'159' => 'ShÅhei (1346â1370)', |
7433
|
|
|
|
|
|
|
'160' => 'Kentoku (1370â1372)', |
7434
|
|
|
|
|
|
|
'161' => 'BunchÅ« (1372â1375)', |
7435
|
|
|
|
|
|
|
'162' => 'Tenju (1375â1379)', |
7436
|
|
|
|
|
|
|
'163' => 'KÅryaku (1379â1381)', |
7437
|
|
|
|
|
|
|
'164' => 'KÅwa (1381â1384)', |
7438
|
|
|
|
|
|
|
'165' => 'GenchÅ« (1384â1392)', |
7439
|
|
|
|
|
|
|
'166' => 'Meitoku (1384â1387)', |
7440
|
|
|
|
|
|
|
'167' => 'Kakei (1387â1389)', |
7441
|
|
|
|
|
|
|
'168' => 'KÅÅ (1389â1390)', |
7442
|
|
|
|
|
|
|
'169' => 'Meitoku (1390â1394)', |
7443
|
|
|
|
|
|
|
'170' => 'Åei (1394â1428)', |
7444
|
|
|
|
|
|
|
'171' => 'ShÅchÅ (1428â1429)', |
7445
|
|
|
|
|
|
|
'172' => 'EikyÅ (1429â1441)', |
7446
|
|
|
|
|
|
|
'173' => 'Kakitsu (1441â1444)', |
7447
|
|
|
|
|
|
|
'174' => 'Bunâan (1444â1449)', |
7448
|
|
|
|
|
|
|
'175' => 'HÅtoku (1449â1452)', |
7449
|
|
|
|
|
|
|
'176' => 'KyÅtoku (1452â1455)', |
7450
|
|
|
|
|
|
|
'177' => 'KÅshÅ (1455â1457)', |
7451
|
|
|
|
|
|
|
'178' => 'ChÅroku (1457â1460)', |
7452
|
|
|
|
|
|
|
'179' => 'KanshÅ (1460â1466)', |
7453
|
|
|
|
|
|
|
'180' => 'BunshÅ (1466â1467)', |
7454
|
|
|
|
|
|
|
'181' => 'Ånin (1467â1469)', |
7455
|
|
|
|
|
|
|
'182' => 'Bunmei (1469â1487)', |
7456
|
|
|
|
|
|
|
'183' => 'ChÅkyÅ (1487â1489)', |
7457
|
|
|
|
|
|
|
'184' => 'Entoku (1489â1492)', |
7458
|
|
|
|
|
|
|
'185' => 'MeiÅ (1492â1501)', |
7459
|
|
|
|
|
|
|
'186' => 'Bunki (1501â1504)', |
7460
|
|
|
|
|
|
|
'187' => 'EishÅ (1504â1521)', |
7461
|
|
|
|
|
|
|
'188' => 'Taiei (1521â1528)', |
7462
|
|
|
|
|
|
|
'189' => 'KyÅroku (1528â1532)', |
7463
|
|
|
|
|
|
|
'190' => 'Tenbun (1532â1555)', |
7464
|
|
|
|
|
|
|
'191' => 'KÅji (1555â1558)', |
7465
|
|
|
|
|
|
|
'192' => 'Eiroku (1558â1570)', |
7466
|
|
|
|
|
|
|
'193' => 'Genki (1570â1573)', |
7467
|
|
|
|
|
|
|
'194' => 'TenshÅ (1573â1592)', |
7468
|
|
|
|
|
|
|
'195' => 'Bunroku (1592â1596)', |
7469
|
|
|
|
|
|
|
'196' => 'KeichÅ (1596â1615)', |
7470
|
|
|
|
|
|
|
'197' => 'Genna (1615â1624)', |
7471
|
|
|
|
|
|
|
'198' => 'Kanâei (1624â1644)', |
7472
|
|
|
|
|
|
|
'199' => 'ShÅho (1644â1648)', |
7473
|
|
|
|
|
|
|
'200' => 'Keian (1648â1652)', |
7474
|
|
|
|
|
|
|
'201' => 'JÅÅ (1652â1655)', |
7475
|
|
|
|
|
|
|
'202' => 'Meireki (1655â1658)', |
7476
|
|
|
|
|
|
|
'203' => 'Manji (1658â1661)', |
7477
|
|
|
|
|
|
|
'204' => 'Kanbun (1661â1673)', |
7478
|
|
|
|
|
|
|
'205' => 'EnpÅ (1673â1681)', |
7479
|
|
|
|
|
|
|
'206' => 'Tenna (1681â1684)', |
7480
|
|
|
|
|
|
|
'207' => 'JÅkyÅ (1684â1688)', |
7481
|
|
|
|
|
|
|
'208' => 'Genroku (1688â1704)', |
7482
|
|
|
|
|
|
|
'209' => 'HÅei (1704â1711)', |
7483
|
|
|
|
|
|
|
'210' => 'ShÅtoku (1711â1716)', |
7484
|
|
|
|
|
|
|
'211' => 'KyÅhÅ (1716â1736)', |
7485
|
|
|
|
|
|
|
'212' => 'Genbun (1736â1741)', |
7486
|
|
|
|
|
|
|
'213' => 'KanpÅ (1741â1744)', |
7487
|
|
|
|
|
|
|
'214' => 'EnkyÅ (1744â1748)', |
7488
|
|
|
|
|
|
|
'215' => 'Kanâen (1748â1751)', |
7489
|
|
|
|
|
|
|
'216' => 'HÅreki (1751â1764)', |
7490
|
|
|
|
|
|
|
'217' => 'Meiwa (1764â1772)', |
7491
|
|
|
|
|
|
|
'218' => 'Anâei (1772â1781)', |
7492
|
|
|
|
|
|
|
'219' => 'Tenmei (1781â1789)', |
7493
|
|
|
|
|
|
|
'220' => 'Kansei (1789â1801)', |
7494
|
|
|
|
|
|
|
'221' => 'KyÅwa (1801â1804)', |
7495
|
|
|
|
|
|
|
'222' => 'Bunka (1804â1818)', |
7496
|
|
|
|
|
|
|
'223' => 'Bunsei (1818â1830)', |
7497
|
|
|
|
|
|
|
'224' => 'TenpÅ (1830â1844)', |
7498
|
|
|
|
|
|
|
'225' => 'KÅka (1844â1848)', |
7499
|
|
|
|
|
|
|
'226' => 'Kaei (1848â1854)', |
7500
|
|
|
|
|
|
|
'227' => 'Ansei (1854â1860)', |
7501
|
|
|
|
|
|
|
'228' => 'Manâen (1860â1861)', |
7502
|
|
|
|
|
|
|
'229' => 'BunkyÅ« (1861â1864)', |
7503
|
|
|
|
|
|
|
'230' => 'Genji (1864â1865)', |
7504
|
|
|
|
|
|
|
'231' => 'KeiÅ (1865â1868)', |
7505
|
|
|
|
|
|
|
'232' => 'Meiji', |
7506
|
|
|
|
|
|
|
'233' => 'TaishÅ', |
7507
|
|
|
|
|
|
|
'234' => 'era ShÅwa', |
7508
|
|
|
|
|
|
|
'235' => 'Heisei' |
7509
|
|
|
|
|
|
|
}, |
7510
|
|
|
|
|
|
|
}, |
7511
|
|
|
|
|
|
|
'persian' => { |
7512
|
|
|
|
|
|
|
}, |
7513
|
|
|
|
|
|
|
'roc' => { |
7514
|
|
|
|
|
|
|
abbreviated => { |
7515
|
|
|
|
|
|
|
'0' => 'A.R.D.C.', |
7516
|
|
|
|
|
|
|
'1' => 'Minguo' |
7517
|
|
|
|
|
|
|
}, |
7518
|
|
|
|
|
|
|
narrow => { |
7519
|
|
|
|
|
|
|
'1' => 'R.D.C.' |
7520
|
|
|
|
|
|
|
}, |
7521
|
|
|
|
|
|
|
wide => { |
7522
|
|
|
|
|
|
|
'0' => 'antes de la R.D.C.', |
7523
|
|
|
|
|
|
|
'1' => 'Minguo' |
7524
|
|
|
|
|
|
|
}, |
7525
|
|
|
|
|
|
|
}, |
7526
|
|
|
|
|
|
|
} }, |
7527
|
|
|
|
|
|
|
); |
7528
|
|
|
|
|
|
|
|
7529
|
|
|
|
|
|
|
has 'date_formats' => ( |
7530
|
|
|
|
|
|
|
is => 'ro', |
7531
|
|
|
|
|
|
|
isa => HashRef, |
7532
|
|
|
|
|
|
|
init_arg => undef, |
7533
|
|
|
|
|
|
|
default => sub { { |
7534
|
|
|
|
|
|
|
'buddhist' => { |
7535
|
|
|
|
|
|
|
'full' => q{EEEE, dd MMMM 'de' y G}, |
7536
|
|
|
|
|
|
|
'long' => q{d MMMM 'de' y G}, |
7537
|
|
|
|
|
|
|
'medium' => q{d MMM y G}, |
7538
|
|
|
|
|
|
|
'short' => q{d/M/yy GGGGG}, |
7539
|
|
|
|
|
|
|
}, |
7540
|
|
|
|
|
|
|
'chinese' => { |
7541
|
|
|
|
|
|
|
}, |
7542
|
|
|
|
|
|
|
'dangi' => { |
7543
|
|
|
|
|
|
|
}, |
7544
|
|
|
|
|
|
|
'ethiopic' => { |
7545
|
|
|
|
|
|
|
}, |
7546
|
|
|
|
|
|
|
'generic' => { |
7547
|
|
|
|
|
|
|
'full' => q{EEEE, dd MMMM 'de' y G}, |
7548
|
|
|
|
|
|
|
'long' => q{d MMMM 'de' y G}, |
7549
|
|
|
|
|
|
|
'medium' => q{d MMM y G}, |
7550
|
|
|
|
|
|
|
'short' => q{d/M/yy GGGGG}, |
7551
|
|
|
|
|
|
|
}, |
7552
|
|
|
|
|
|
|
'gregorian' => { |
7553
|
|
|
|
|
|
|
'full' => q{EEEE, d MMMM 'de' y}, |
7554
|
|
|
|
|
|
|
'long' => q{d MMMM 'de' y}, |
7555
|
|
|
|
|
|
|
'medium' => q{d MMM y}, |
7556
|
|
|
|
|
|
|
'short' => q{d/M/yy}, |
7557
|
|
|
|
|
|
|
}, |
7558
|
|
|
|
|
|
|
'indian' => { |
7559
|
|
|
|
|
|
|
}, |
7560
|
|
|
|
|
|
|
'islamic' => { |
7561
|
|
|
|
|
|
|
}, |
7562
|
|
|
|
|
|
|
'japanese' => { |
7563
|
|
|
|
|
|
|
}, |
7564
|
|
|
|
|
|
|
'persian' => { |
7565
|
|
|
|
|
|
|
}, |
7566
|
|
|
|
|
|
|
'roc' => { |
7567
|
|
|
|
|
|
|
}, |
7568
|
|
|
|
|
|
|
} }, |
7569
|
|
|
|
|
|
|
); |
7570
|
|
|
|
|
|
|
|
7571
|
|
|
|
|
|
|
has 'time_formats' => ( |
7572
|
|
|
|
|
|
|
is => 'ro', |
7573
|
|
|
|
|
|
|
isa => HashRef, |
7574
|
|
|
|
|
|
|
init_arg => undef, |
7575
|
|
|
|
|
|
|
default => sub { { |
7576
|
|
|
|
|
|
|
'buddhist' => { |
7577
|
|
|
|
|
|
|
}, |
7578
|
|
|
|
|
|
|
'chinese' => { |
7579
|
|
|
|
|
|
|
}, |
7580
|
|
|
|
|
|
|
'dangi' => { |
7581
|
|
|
|
|
|
|
}, |
7582
|
|
|
|
|
|
|
'ethiopic' => { |
7583
|
|
|
|
|
|
|
}, |
7584
|
|
|
|
|
|
|
'generic' => { |
7585
|
|
|
|
|
|
|
}, |
7586
|
|
|
|
|
|
|
'gregorian' => { |
7587
|
|
|
|
|
|
|
'full' => q{HH:mm:ss zzzz}, |
7588
|
|
|
|
|
|
|
'long' => q{HH:mm:ss z}, |
7589
|
|
|
|
|
|
|
'medium' => q{HH:mm:ss}, |
7590
|
|
|
|
|
|
|
'short' => q{HH:mm}, |
7591
|
|
|
|
|
|
|
}, |
7592
|
|
|
|
|
|
|
'indian' => { |
7593
|
|
|
|
|
|
|
}, |
7594
|
|
|
|
|
|
|
'islamic' => { |
7595
|
|
|
|
|
|
|
}, |
7596
|
|
|
|
|
|
|
'japanese' => { |
7597
|
|
|
|
|
|
|
}, |
7598
|
|
|
|
|
|
|
'persian' => { |
7599
|
|
|
|
|
|
|
}, |
7600
|
|
|
|
|
|
|
'roc' => { |
7601
|
|
|
|
|
|
|
}, |
7602
|
|
|
|
|
|
|
} }, |
7603
|
|
|
|
|
|
|
); |
7604
|
|
|
|
|
|
|
|
7605
|
|
|
|
|
|
|
has 'datetime_formats' => ( |
7606
|
|
|
|
|
|
|
is => 'ro', |
7607
|
|
|
|
|
|
|
isa => HashRef, |
7608
|
|
|
|
|
|
|
init_arg => undef, |
7609
|
|
|
|
|
|
|
default => sub { { |
7610
|
|
|
|
|
|
|
'buddhist' => { |
7611
|
|
|
|
|
|
|
'full' => q{{1} 'a' 'les' {0}}, |
7612
|
|
|
|
|
|
|
'long' => q{{1} 'a' 'les' {0}}, |
7613
|
|
|
|
|
|
|
'medium' => q{{1}, {0}}, |
7614
|
|
|
|
|
|
|
'short' => q{{1}, {0}}, |
7615
|
|
|
|
|
|
|
}, |
7616
|
|
|
|
|
|
|
'chinese' => { |
7617
|
|
|
|
|
|
|
}, |
7618
|
|
|
|
|
|
|
'dangi' => { |
7619
|
|
|
|
|
|
|
}, |
7620
|
|
|
|
|
|
|
'ethiopic' => { |
7621
|
|
|
|
|
|
|
}, |
7622
|
|
|
|
|
|
|
'generic' => { |
7623
|
|
|
|
|
|
|
'full' => q{{1} 'a' 'les' {0}}, |
7624
|
|
|
|
|
|
|
'long' => q{{1} 'a' 'les' {0}}, |
7625
|
|
|
|
|
|
|
'medium' => q{{1}, {0}}, |
7626
|
|
|
|
|
|
|
'short' => q{{1} {0}}, |
7627
|
|
|
|
|
|
|
}, |
7628
|
|
|
|
|
|
|
'gregorian' => { |
7629
|
|
|
|
|
|
|
'full' => q{{1} 'a' 'les' {0}}, |
7630
|
|
|
|
|
|
|
'long' => q{{1} 'a' 'les' {0}}, |
7631
|
|
|
|
|
|
|
'medium' => q{{1}, {0}}, |
7632
|
|
|
|
|
|
|
'short' => q{{1} {0}}, |
7633
|
|
|
|
|
|
|
}, |
7634
|
|
|
|
|
|
|
'indian' => { |
7635
|
|
|
|
|
|
|
}, |
7636
|
|
|
|
|
|
|
'islamic' => { |
7637
|
|
|
|
|
|
|
}, |
7638
|
|
|
|
|
|
|
'japanese' => { |
7639
|
|
|
|
|
|
|
'full' => q{{1} 'a' 'les' {0}}, |
7640
|
|
|
|
|
|
|
'long' => q{{1} 'a' 'les' {0}}, |
7641
|
|
|
|
|
|
|
'medium' => q{{1}, {0}}, |
7642
|
|
|
|
|
|
|
}, |
7643
|
|
|
|
|
|
|
'persian' => { |
7644
|
|
|
|
|
|
|
}, |
7645
|
|
|
|
|
|
|
'roc' => { |
7646
|
|
|
|
|
|
|
}, |
7647
|
|
|
|
|
|
|
} }, |
7648
|
|
|
|
|
|
|
); |
7649
|
|
|
|
|
|
|
|
7650
|
|
|
|
|
|
|
has 'datetime_formats_available_formats' => ( |
7651
|
|
|
|
|
|
|
is => 'ro', |
7652
|
|
|
|
|
|
|
isa => HashRef, |
7653
|
|
|
|
|
|
|
init_arg => undef, |
7654
|
|
|
|
|
|
|
default => sub { { |
7655
|
|
|
|
|
|
|
'buddhist' => { |
7656
|
|
|
|
|
|
|
E => q{ccc}, |
7657
|
|
|
|
|
|
|
Ed => q{E d}, |
7658
|
|
|
|
|
|
|
Gy => q{y G}, |
7659
|
|
|
|
|
|
|
GyMMM => q{MMM y G}, |
7660
|
|
|
|
|
|
|
GyMMMEd => q{E, d MMM 'de' y G}, |
7661
|
|
|
|
|
|
|
GyMMMd => q{d MMM 'de' y G}, |
7662
|
|
|
|
|
|
|
M => q{L}, |
7663
|
|
|
|
|
|
|
MEd => q{E, d/M}, |
7664
|
|
|
|
|
|
|
MMM => q{LLL}, |
7665
|
|
|
|
|
|
|
MMMEd => q{E, d MMM}, |
7666
|
|
|
|
|
|
|
MMMMd => q{d 'de' MMMM}, |
7667
|
|
|
|
|
|
|
MMMd => q{d MMM}, |
7668
|
|
|
|
|
|
|
Md => q{d/M}, |
7669
|
|
|
|
|
|
|
d => q{d}, |
7670
|
|
|
|
|
|
|
y => q{y G}, |
7671
|
|
|
|
|
|
|
yM => q{M/y}, |
7672
|
|
|
|
|
|
|
yMEd => q{E, d/M/y}, |
7673
|
|
|
|
|
|
|
yMMM => q{MMM y}, |
7674
|
|
|
|
|
|
|
yMMMEd => q{E, d MMM y}, |
7675
|
|
|
|
|
|
|
yMMMd => q{d MMM y}, |
7676
|
|
|
|
|
|
|
yMd => q{d/M/y}, |
7677
|
|
|
|
|
|
|
yQQQ => q{QQQ y}, |
7678
|
|
|
|
|
|
|
yQQQQ => q{QQQQ y}, |
7679
|
|
|
|
|
|
|
yyyy => q{y G}, |
7680
|
|
|
|
|
|
|
yyyyM => q{M/y GGGG}, |
7681
|
|
|
|
|
|
|
yyyyMEd => q{E, d/M/y GGGG}, |
7682
|
|
|
|
|
|
|
yyyyMMM => q{MMM y G}, |
7683
|
|
|
|
|
|
|
yyyyMMMEd => q{E, d MMM 'de' y G}, |
7684
|
|
|
|
|
|
|
yyyyMMMM => q{MMMM 'de' y G}, |
7685
|
|
|
|
|
|
|
yyyyMMMd => q{d MMM 'de' y G}, |
7686
|
|
|
|
|
|
|
yyyyMd => q{d/M/y GGGG}, |
7687
|
|
|
|
|
|
|
yyyyQQQ => q{QQQ y G}, |
7688
|
|
|
|
|
|
|
yyyyQQQQ => q{QQQQ 'de' y G}, |
7689
|
|
|
|
|
|
|
}, |
7690
|
|
|
|
|
|
|
'generic' => { |
7691
|
|
|
|
|
|
|
E => q{ccc}, |
7692
|
|
|
|
|
|
|
Ed => q{E d}, |
7693
|
|
|
|
|
|
|
Gy => q{y G}, |
7694
|
|
|
|
|
|
|
GyMMM => q{MMM y G}, |
7695
|
|
|
|
|
|
|
GyMMMEd => q{E, d MMM 'de' y G}, |
7696
|
|
|
|
|
|
|
GyMMMd => q{d MMM 'de' y G}, |
7697
|
|
|
|
|
|
|
H => q{HH}, |
7698
|
|
|
|
|
|
|
Hm => q{HH:mm}, |
7699
|
|
|
|
|
|
|
Hms => q{HH:mm:ss}, |
7700
|
|
|
|
|
|
|
M => q{L}, |
7701
|
|
|
|
|
|
|
MEd => q{E, d/M}, |
7702
|
|
|
|
|
|
|
MMM => q{LLL}, |
7703
|
|
|
|
|
|
|
MMMEd => q{E, d MMM}, |
7704
|
|
|
|
|
|
|
MMMMd => q{d 'de' MMMM}, |
7705
|
|
|
|
|
|
|
MMMd => q{d MMM}, |
7706
|
|
|
|
|
|
|
Md => q{d/M}, |
7707
|
|
|
|
|
|
|
d => q{d}, |
7708
|
|
|
|
|
|
|
h => q{h a}, |
7709
|
|
|
|
|
|
|
hm => q{h:mm a}, |
7710
|
|
|
|
|
|
|
hms => q{h:mm:ss a}, |
7711
|
|
|
|
|
|
|
ms => q{mm:ss}, |
7712
|
|
|
|
|
|
|
y => q{y G}, |
7713
|
|
|
|
|
|
|
yM => q{M/y}, |
7714
|
|
|
|
|
|
|
yMEd => q{E, d/M/y}, |
7715
|
|
|
|
|
|
|
yMMM => q{MMM y}, |
7716
|
|
|
|
|
|
|
yMMMEd => q{E, d MMM y}, |
7717
|
|
|
|
|
|
|
yMMMd => q{d MMM y}, |
7718
|
|
|
|
|
|
|
yMd => q{d/M/y}, |
7719
|
|
|
|
|
|
|
yQQQ => q{QQQ y}, |
7720
|
|
|
|
|
|
|
yQQQQ => q{QQQQ y}, |
7721
|
|
|
|
|
|
|
yyyy => q{y G}, |
7722
|
|
|
|
|
|
|
yyyyM => q{M/y GGGGG}, |
7723
|
|
|
|
|
|
|
yyyyMEd => q{E, d/M/y GGGGG}, |
7724
|
|
|
|
|
|
|
yyyyMMM => q{MMM y G}, |
7725
|
|
|
|
|
|
|
yyyyMMMEd => q{E, d MMM 'de' y G}, |
7726
|
|
|
|
|
|
|
yyyyMMMM => q{MMMM 'de' y G}, |
7727
|
|
|
|
|
|
|
yyyyMMMd => q{d MMM 'de' y G}, |
7728
|
|
|
|
|
|
|
yyyyMd => q{d/M/y GGGGG}, |
7729
|
|
|
|
|
|
|
yyyyQQQ => q{QQQ y G}, |
7730
|
|
|
|
|
|
|
yyyyQQQQ => q{QQQQ y G}, |
7731
|
|
|
|
|
|
|
}, |
7732
|
|
|
|
|
|
|
'japanese' => { |
7733
|
|
|
|
|
|
|
Gy => q{y G}, |
7734
|
|
|
|
|
|
|
GyMMM => q{MMM y G}, |
7735
|
|
|
|
|
|
|
GyMMMEd => q{E, d MMM 'de' y G}, |
7736
|
|
|
|
|
|
|
GyMMMd => q{d MMM 'de' y G}, |
7737
|
|
|
|
|
|
|
y => q{y G}, |
7738
|
|
|
|
|
|
|
yyyy => q{y G}, |
7739
|
|
|
|
|
|
|
yyyyM => q{y-MM GGGGG}, |
7740
|
|
|
|
|
|
|
yyyyMEd => q{E, d-M-y GGGGG}, |
7741
|
|
|
|
|
|
|
yyyyMMM => q{MMM y G}, |
7742
|
|
|
|
|
|
|
yyyyMMMEd => q{E, d MMM 'de' y G}, |
7743
|
|
|
|
|
|
|
yyyyMMMd => q{d MMM 'de' y G}, |
7744
|
|
|
|
|
|
|
yyyyMd => q{dd-MM-y GGGGG}, |
7745
|
|
|
|
|
|
|
yyyyQQQ => q{QQQ y G}, |
7746
|
|
|
|
|
|
|
yyyyQQQQ => q{QQQQ y G}, |
7747
|
|
|
|
|
|
|
}, |
7748
|
|
|
|
|
|
|
'gregorian' => { |
7749
|
|
|
|
|
|
|
E => q{ccc}, |
7750
|
|
|
|
|
|
|
EHm => q{E HH:mm}, |
7751
|
|
|
|
|
|
|
EHms => q{E HH:mm:ss}, |
7752
|
|
|
|
|
|
|
Ed => q{E d}, |
7753
|
|
|
|
|
|
|
Ehm => q{E h:mm a}, |
7754
|
|
|
|
|
|
|
Ehms => q{E h:mm:ss a}, |
7755
|
|
|
|
|
|
|
Gy => q{y G}, |
7756
|
|
|
|
|
|
|
GyMMM => q{MMM y G}, |
7757
|
|
|
|
|
|
|
GyMMMEd => q{E, d MMM y G}, |
7758
|
|
|
|
|
|
|
GyMMMd => q{d MMM y G}, |
7759
|
|
|
|
|
|
|
H => q{HH}, |
7760
|
|
|
|
|
|
|
Hm => q{HH:mm}, |
7761
|
|
|
|
|
|
|
Hms => q{HH:mm:ss}, |
7762
|
|
|
|
|
|
|
Hmsv => q{HH:mm:ss v}, |
7763
|
|
|
|
|
|
|
Hmv => q{HH:mm v}, |
7764
|
|
|
|
|
|
|
M => q{L}, |
7765
|
|
|
|
|
|
|
MEd => q{E, d/M}, |
7766
|
|
|
|
|
|
|
MMM => q{LLL}, |
7767
|
|
|
|
|
|
|
MMMEd => q{E, d MMM}, |
7768
|
|
|
|
|
|
|
MMMMd => q{d MMMM}, |
7769
|
|
|
|
|
|
|
MMMd => q{d MMM}, |
7770
|
|
|
|
|
|
|
Md => q{d/M}, |
7771
|
|
|
|
|
|
|
d => q{d}, |
7772
|
|
|
|
|
|
|
h => q{h a}, |
7773
|
|
|
|
|
|
|
hm => q{h:mm a}, |
7774
|
|
|
|
|
|
|
hms => q{h:mm:ss a}, |
7775
|
|
|
|
|
|
|
hmsv => q{h:mm:ss a v}, |
7776
|
|
|
|
|
|
|
hmv => q{h:mm a v}, |
7777
|
|
|
|
|
|
|
ms => q{mm:ss}, |
7778
|
|
|
|
|
|
|
y => q{y}, |
7779
|
|
|
|
|
|
|
yM => q{M/y}, |
7780
|
|
|
|
|
|
|
yMEd => q{E, d/M/y}, |
7781
|
|
|
|
|
|
|
yMMM => q{MMM y}, |
7782
|
|
|
|
|
|
|
yMMMEd => q{E, d MMM y}, |
7783
|
|
|
|
|
|
|
yMMMM => q{LLLL 'de' y}, |
7784
|
|
|
|
|
|
|
yMMMd => q{d MMM y}, |
7785
|
|
|
|
|
|
|
yMd => q{d/M/y}, |
7786
|
|
|
|
|
|
|
yQQQ => q{QQQ y}, |
7787
|
|
|
|
|
|
|
yQQQQ => q{QQQQ y}, |
7788
|
|
|
|
|
|
|
}, |
7789
|
|
|
|
|
|
|
} }, |
7790
|
|
|
|
|
|
|
); |
7791
|
|
|
|
|
|
|
|
7792
|
|
|
|
|
|
|
has 'datetime_formats_append_item' => ( |
7793
|
|
|
|
|
|
|
is => 'ro', |
7794
|
|
|
|
|
|
|
isa => HashRef, |
7795
|
|
|
|
|
|
|
init_arg => undef, |
7796
|
|
|
|
|
|
|
default => sub { { |
7797
|
|
|
|
|
|
|
'gregorian' => { |
7798
|
|
|
|
|
|
|
'Timezone' => '{0} {1}', |
7799
|
|
|
|
|
|
|
}, |
7800
|
|
|
|
|
|
|
} }, |
7801
|
|
|
|
|
|
|
); |
7802
|
|
|
|
|
|
|
|
7803
|
|
|
|
|
|
|
has 'datetime_formats_interval' => ( |
7804
|
|
|
|
|
|
|
is => 'ro', |
7805
|
|
|
|
|
|
|
isa => HashRef, |
7806
|
|
|
|
|
|
|
init_arg => undef, |
7807
|
|
|
|
|
|
|
default => sub { { |
7808
|
|
|
|
|
|
|
'buddhist' => { |
7809
|
|
|
|
|
|
|
H => { |
7810
|
|
|
|
|
|
|
H => q{HH â HH}, |
7811
|
|
|
|
|
|
|
}, |
7812
|
|
|
|
|
|
|
Hm => { |
7813
|
|
|
|
|
|
|
H => q{HH:mm â HH:mm}, |
7814
|
|
|
|
|
|
|
m => q{HH:mm â HH:mm}, |
7815
|
|
|
|
|
|
|
}, |
7816
|
|
|
|
|
|
|
Hmv => { |
7817
|
|
|
|
|
|
|
H => q{HH:mm â HH:mm v}, |
7818
|
|
|
|
|
|
|
m => q{HH:mm â HH:mm v}, |
7819
|
|
|
|
|
|
|
}, |
7820
|
|
|
|
|
|
|
Hv => { |
7821
|
|
|
|
|
|
|
H => q{HH â HH v}, |
7822
|
|
|
|
|
|
|
}, |
7823
|
|
|
|
|
|
|
M => { |
7824
|
|
|
|
|
|
|
M => q{M â M}, |
7825
|
|
|
|
|
|
|
}, |
7826
|
|
|
|
|
|
|
MEd => { |
7827
|
|
|
|
|
|
|
M => q{E, dd/MM â E, dd/MM}, |
7828
|
|
|
|
|
|
|
d => q{E, dd â E, dd/MM}, |
7829
|
|
|
|
|
|
|
}, |
7830
|
|
|
|
|
|
|
MMM => { |
7831
|
|
|
|
|
|
|
M => q{LLL â LLL}, |
7832
|
|
|
|
|
|
|
}, |
7833
|
|
|
|
|
|
|
MMMEd => { |
7834
|
|
|
|
|
|
|
M => q{E, d MMM â E, d MMM}, |
7835
|
|
|
|
|
|
|
d => q{E, d MMM â E, d MMM}, |
7836
|
|
|
|
|
|
|
}, |
7837
|
|
|
|
|
|
|
MMMd => { |
7838
|
|
|
|
|
|
|
M => q{d MMM â d MMM}, |
7839
|
|
|
|
|
|
|
d => q{d â d MMM}, |
7840
|
|
|
|
|
|
|
}, |
7841
|
|
|
|
|
|
|
Md => { |
7842
|
|
|
|
|
|
|
M => q{dd/MM â dd/MM}, |
7843
|
|
|
|
|
|
|
d => q{dd â dd/MM}, |
7844
|
|
|
|
|
|
|
}, |
7845
|
|
|
|
|
|
|
d => { |
7846
|
|
|
|
|
|
|
d => q{d â d}, |
7847
|
|
|
|
|
|
|
}, |
7848
|
|
|
|
|
|
|
fallback => '{0} â {1}', |
7849
|
|
|
|
|
|
|
h => { |
7850
|
|
|
|
|
|
|
a => q{h a â h a}, |
7851
|
|
|
|
|
|
|
h => q{hâh a}, |
7852
|
|
|
|
|
|
|
}, |
7853
|
|
|
|
|
|
|
hm => { |
7854
|
|
|
|
|
|
|
a => q{h:mm a â h:mm a}, |
7855
|
|
|
|
|
|
|
h => q{h:mm â h:mm a}, |
7856
|
|
|
|
|
|
|
m => q{h:mm â h:mm a}, |
7857
|
|
|
|
|
|
|
}, |
7858
|
|
|
|
|
|
|
hmv => { |
7859
|
|
|
|
|
|
|
a => q{h:mm a â h:mm a v}, |
7860
|
|
|
|
|
|
|
h => q{h:mm â h:mm a v}, |
7861
|
|
|
|
|
|
|
m => q{h:mm â h:mm a v}, |
7862
|
|
|
|
|
|
|
}, |
7863
|
|
|
|
|
|
|
hv => { |
7864
|
|
|
|
|
|
|
a => q{h a â h a v}, |
7865
|
|
|
|
|
|
|
h => q{h â h a v}, |
7866
|
|
|
|
|
|
|
}, |
7867
|
|
|
|
|
|
|
y => { |
7868
|
|
|
|
|
|
|
y => q{y â y G}, |
7869
|
|
|
|
|
|
|
}, |
7870
|
|
|
|
|
|
|
yM => { |
7871
|
|
|
|
|
|
|
M => q{M/y â M/y GGGG}, |
7872
|
|
|
|
|
|
|
y => q{M/y â M/y GGGG}, |
7873
|
|
|
|
|
|
|
}, |
7874
|
|
|
|
|
|
|
yMEd => { |
7875
|
|
|
|
|
|
|
M => q{E, d/M/y â E, d/M/y GGGG}, |
7876
|
|
|
|
|
|
|
d => q{E, d/M/y â E, d/M/y GGGG}, |
7877
|
|
|
|
|
|
|
y => q{E, d/M/y â E, d/M/y GGGG}, |
7878
|
|
|
|
|
|
|
}, |
7879
|
|
|
|
|
|
|
yMMM => { |
7880
|
|
|
|
|
|
|
M => q{LLL â LLL y G}, |
7881
|
|
|
|
|
|
|
y => q{LLL y â LLL y G}, |
7882
|
|
|
|
|
|
|
}, |
7883
|
|
|
|
|
|
|
yMMMEd => { |
7884
|
|
|
|
|
|
|
M => q{E, d MMM â E, d MMM y G}, |
7885
|
|
|
|
|
|
|
d => q{E, d MMM â E, d MMM y G}, |
7886
|
|
|
|
|
|
|
y => q{E, d MMM y â E, d MMM y G}, |
7887
|
|
|
|
|
|
|
}, |
7888
|
|
|
|
|
|
|
yMMMM => { |
7889
|
|
|
|
|
|
|
M => q{LLLL â LLLL 'de' y G}, |
7890
|
|
|
|
|
|
|
y => q{LLLL 'de' y â LLLL 'de' y G}, |
7891
|
|
|
|
|
|
|
}, |
7892
|
|
|
|
|
|
|
yMMMd => { |
7893
|
|
|
|
|
|
|
M => q{d MMM â d MMM 'de' y G}, |
7894
|
|
|
|
|
|
|
d => q{d â d MMM 'de' y G}, |
7895
|
|
|
|
|
|
|
y => q{d MMM y â d MMM y G}, |
7896
|
|
|
|
|
|
|
}, |
7897
|
|
|
|
|
|
|
yMd => { |
7898
|
|
|
|
|
|
|
M => q{d/M/y â d/M/y GGGG}, |
7899
|
|
|
|
|
|
|
d => q{d/M/y â d/M/y GGGG}, |
7900
|
|
|
|
|
|
|
y => q{d/M/y â d/M/y GGGG}, |
7901
|
|
|
|
|
|
|
}, |
7902
|
|
|
|
|
|
|
}, |
7903
|
|
|
|
|
|
|
'persian' => { |
7904
|
|
|
|
|
|
|
M => { |
7905
|
|
|
|
|
|
|
M => q{M â M}, |
7906
|
|
|
|
|
|
|
}, |
7907
|
|
|
|
|
|
|
MMM => { |
7908
|
|
|
|
|
|
|
M => q{LLL â LLL}, |
7909
|
|
|
|
|
|
|
}, |
7910
|
|
|
|
|
|
|
d => { |
7911
|
|
|
|
|
|
|
d => q{d â d}, |
7912
|
|
|
|
|
|
|
}, |
7913
|
|
|
|
|
|
|
y => { |
7914
|
|
|
|
|
|
|
y => q{y â y G}, |
7915
|
|
|
|
|
|
|
}, |
7916
|
|
|
|
|
|
|
yMMM => { |
7917
|
|
|
|
|
|
|
M => q{LLL â LLL y G}, |
7918
|
|
|
|
|
|
|
}, |
7919
|
|
|
|
|
|
|
yMMMd => { |
7920
|
|
|
|
|
|
|
d => q{d â d MMM 'de' y}, |
7921
|
|
|
|
|
|
|
}, |
7922
|
|
|
|
|
|
|
}, |
7923
|
|
|
|
|
|
|
'generic' => { |
7924
|
|
|
|
|
|
|
H => { |
7925
|
|
|
|
|
|
|
H => q{HHâHH}, |
7926
|
|
|
|
|
|
|
}, |
7927
|
|
|
|
|
|
|
Hm => { |
7928
|
|
|
|
|
|
|
H => q{HH:mmâHH:mm}, |
7929
|
|
|
|
|
|
|
m => q{HH:mmâHH:mm}, |
7930
|
|
|
|
|
|
|
}, |
7931
|
|
|
|
|
|
|
Hmv => { |
7932
|
|
|
|
|
|
|
H => q{HH:mmâHH:mm v}, |
7933
|
|
|
|
|
|
|
m => q{HH:mmâHH:mm v}, |
7934
|
|
|
|
|
|
|
}, |
7935
|
|
|
|
|
|
|
Hv => { |
7936
|
|
|
|
|
|
|
H => q{HHâHH v}, |
7937
|
|
|
|
|
|
|
}, |
7938
|
|
|
|
|
|
|
M => { |
7939
|
|
|
|
|
|
|
M => q{M â M}, |
7940
|
|
|
|
|
|
|
}, |
7941
|
|
|
|
|
|
|
MEd => { |
7942
|
|
|
|
|
|
|
M => q{E, dd/MM â E, dd/MM}, |
7943
|
|
|
|
|
|
|
d => q{E, dd â E, dd/MM}, |
7944
|
|
|
|
|
|
|
}, |
7945
|
|
|
|
|
|
|
MMM => { |
7946
|
|
|
|
|
|
|
M => q{LLL â LLL}, |
7947
|
|
|
|
|
|
|
}, |
7948
|
|
|
|
|
|
|
MMMEd => { |
7949
|
|
|
|
|
|
|
M => q{E, d MMM â E, d MMM}, |
7950
|
|
|
|
|
|
|
d => q{E, d MMM â E, d MMM}, |
7951
|
|
|
|
|
|
|
}, |
7952
|
|
|
|
|
|
|
MMMd => { |
7953
|
|
|
|
|
|
|
M => q{d/MM â d/MM}, |
7954
|
|
|
|
|
|
|
d => q{d â d MMM}, |
7955
|
|
|
|
|
|
|
}, |
7956
|
|
|
|
|
|
|
Md => { |
7957
|
|
|
|
|
|
|
M => q{dd/MM â dd/MM}, |
7958
|
|
|
|
|
|
|
d => q{dd â dd/MM}, |
7959
|
|
|
|
|
|
|
}, |
7960
|
|
|
|
|
|
|
d => { |
7961
|
|
|
|
|
|
|
d => q{d â d}, |
7962
|
|
|
|
|
|
|
}, |
7963
|
|
|
|
|
|
|
fallback => '{0} â {1}', |
7964
|
|
|
|
|
|
|
h => { |
7965
|
|
|
|
|
|
|
a => q{h a â h a}, |
7966
|
|
|
|
|
|
|
h => q{hâh a}, |
7967
|
|
|
|
|
|
|
}, |
7968
|
|
|
|
|
|
|
hm => { |
7969
|
|
|
|
|
|
|
a => q{h:mm a â h:mm a}, |
7970
|
|
|
|
|
|
|
h => q{h:mmâh:mm a}, |
7971
|
|
|
|
|
|
|
m => q{h:mmâh:mm a}, |
7972
|
|
|
|
|
|
|
}, |
7973
|
|
|
|
|
|
|
hmv => { |
7974
|
|
|
|
|
|
|
a => q{h:mm a â h:mm a v}, |
7975
|
|
|
|
|
|
|
h => q{h:mmâh:mm a v}, |
7976
|
|
|
|
|
|
|
m => q{h:mmâh:mm a v}, |
7977
|
|
|
|
|
|
|
}, |
7978
|
|
|
|
|
|
|
hv => { |
7979
|
|
|
|
|
|
|
a => q{h a â h a v}, |
7980
|
|
|
|
|
|
|
h => q{hâh a v}, |
7981
|
|
|
|
|
|
|
}, |
7982
|
|
|
|
|
|
|
y => { |
7983
|
|
|
|
|
|
|
y => q{y â y G}, |
7984
|
|
|
|
|
|
|
}, |
7985
|
|
|
|
|
|
|
yM => { |
7986
|
|
|
|
|
|
|
M => q{MM â MM/y GGGGG}, |
7987
|
|
|
|
|
|
|
y => q{MM/y â MM/y GGGGG}, |
7988
|
|
|
|
|
|
|
}, |
7989
|
|
|
|
|
|
|
yMEd => { |
7990
|
|
|
|
|
|
|
M => q{E, d/M/y â E, d/M/y GGGGG}, |
7991
|
|
|
|
|
|
|
d => q{E, d/M/y â E, d/M/y GGGGG}, |
7992
|
|
|
|
|
|
|
y => q{E, d/M/y â E, d/M/y GGGGG}, |
7993
|
|
|
|
|
|
|
}, |
7994
|
|
|
|
|
|
|
yMMM => { |
7995
|
|
|
|
|
|
|
M => q{LLL â LLL y G}, |
7996
|
|
|
|
|
|
|
y => q{MMM y â MMM y G}, |
7997
|
|
|
|
|
|
|
}, |
7998
|
|
|
|
|
|
|
yMMMEd => { |
7999
|
|
|
|
|
|
|
M => q{E, d MMM â E, d MMM y}, |
8000
|
|
|
|
|
|
|
d => q{E, d MMM â E, d MMM y}, |
8001
|
|
|
|
|
|
|
y => q{E, d MMM y â E, d MMM y}, |
8002
|
|
|
|
|
|
|
}, |
8003
|
|
|
|
|
|
|
yMMMM => { |
8004
|
|
|
|
|
|
|
M => q{LLLL â LLLL 'de' y G}, |
8005
|
|
|
|
|
|
|
y => q{LLLL y â LLLL y}, |
8006
|
|
|
|
|
|
|
}, |
8007
|
|
|
|
|
|
|
yMMMd => { |
8008
|
|
|
|
|
|
|
M => q{d MMM â d MMM 'de' y G}, |
8009
|
|
|
|
|
|
|
d => q{d â d MMM 'de' y G}, |
8010
|
|
|
|
|
|
|
y => q{d MMM y â d MMM y}, |
8011
|
|
|
|
|
|
|
}, |
8012
|
|
|
|
|
|
|
yMd => { |
8013
|
|
|
|
|
|
|
M => q{d/M/y â d/M/y GGGGG}, |
8014
|
|
|
|
|
|
|
d => q{d/M/y â d/M/y GGGGG}, |
8015
|
|
|
|
|
|
|
y => q{d/M/y â d/M/y GGGGG}, |
8016
|
|
|
|
|
|
|
}, |
8017
|
|
|
|
|
|
|
}, |
8018
|
|
|
|
|
|
|
'japanese' => { |
8019
|
|
|
|
|
|
|
M => { |
8020
|
|
|
|
|
|
|
M => q{M â M}, |
8021
|
|
|
|
|
|
|
}, |
8022
|
|
|
|
|
|
|
MMM => { |
8023
|
|
|
|
|
|
|
M => q{LLL â LLL}, |
8024
|
|
|
|
|
|
|
}, |
8025
|
|
|
|
|
|
|
d => { |
8026
|
|
|
|
|
|
|
d => q{d â d}, |
8027
|
|
|
|
|
|
|
}, |
8028
|
|
|
|
|
|
|
y => { |
8029
|
|
|
|
|
|
|
y => q{y â y G}, |
8030
|
|
|
|
|
|
|
}, |
8031
|
|
|
|
|
|
|
yM => { |
8032
|
|
|
|
|
|
|
M => q{MM â MM/y GGGGG}, |
8033
|
|
|
|
|
|
|
y => q{MM/y â MM/y GGGGG}, |
8034
|
|
|
|
|
|
|
}, |
8035
|
|
|
|
|
|
|
yMEd => { |
8036
|
|
|
|
|
|
|
M => q{E, d/M/y â E, d/M/y GGGGG}, |
8037
|
|
|
|
|
|
|
d => q{E, d/M/y â E, d/M/y GGGGG}, |
8038
|
|
|
|
|
|
|
y => q{E, d/M/y â E, d/M/y GGGGG}, |
8039
|
|
|
|
|
|
|
}, |
8040
|
|
|
|
|
|
|
yMMM => { |
8041
|
|
|
|
|
|
|
M => q{LLL â LLL y G}, |
8042
|
|
|
|
|
|
|
y => q{MMM y â MMM y G}, |
8043
|
|
|
|
|
|
|
}, |
8044
|
|
|
|
|
|
|
yMMMM => { |
8045
|
|
|
|
|
|
|
M => q{LLLL â LLLL y G}, |
8046
|
|
|
|
|
|
|
}, |
8047
|
|
|
|
|
|
|
yMMMd => { |
8048
|
|
|
|
|
|
|
M => q{d MMM â d MMM 'de' y G}, |
8049
|
|
|
|
|
|
|
d => q{d â d MMM 'de' y}, |
8050
|
|
|
|
|
|
|
}, |
8051
|
|
|
|
|
|
|
yMd => { |
8052
|
|
|
|
|
|
|
M => q{d/M/y â d/M/y GGGGG}, |
8053
|
|
|
|
|
|
|
d => q{d/M/y â d/M/y GGGGG}, |
8054
|
|
|
|
|
|
|
y => q{d/M/y â d/M/y GGGGG}, |
8055
|
|
|
|
|
|
|
}, |
8056
|
|
|
|
|
|
|
}, |
8057
|
|
|
|
|
|
|
'ethiopic' => { |
8058
|
|
|
|
|
|
|
M => { |
8059
|
|
|
|
|
|
|
M => q{M â M}, |
8060
|
|
|
|
|
|
|
}, |
8061
|
|
|
|
|
|
|
MMM => { |
8062
|
|
|
|
|
|
|
M => q{LLL â LLL}, |
8063
|
|
|
|
|
|
|
}, |
8064
|
|
|
|
|
|
|
d => { |
8065
|
|
|
|
|
|
|
d => q{d â d}, |
8066
|
|
|
|
|
|
|
}, |
8067
|
|
|
|
|
|
|
y => { |
8068
|
|
|
|
|
|
|
y => q{y â y G}, |
8069
|
|
|
|
|
|
|
}, |
8070
|
|
|
|
|
|
|
yMMM => { |
8071
|
|
|
|
|
|
|
M => q{LLL â LLL y G}, |
8072
|
|
|
|
|
|
|
}, |
8073
|
|
|
|
|
|
|
yMMMM => { |
8074
|
|
|
|
|
|
|
M => q{LLLL â LLLL y G}, |
8075
|
|
|
|
|
|
|
}, |
8076
|
|
|
|
|
|
|
yMMMd => { |
8077
|
|
|
|
|
|
|
d => q{d â d MMM 'de' y}, |
8078
|
|
|
|
|
|
|
}, |
8079
|
|
|
|
|
|
|
}, |
8080
|
|
|
|
|
|
|
'roc' => { |
8081
|
|
|
|
|
|
|
M => { |
8082
|
|
|
|
|
|
|
M => q{M â M}, |
8083
|
|
|
|
|
|
|
}, |
8084
|
|
|
|
|
|
|
MMM => { |
8085
|
|
|
|
|
|
|
M => q{LLL â LLL}, |
8086
|
|
|
|
|
|
|
}, |
8087
|
|
|
|
|
|
|
d => { |
8088
|
|
|
|
|
|
|
d => q{d â d}, |
8089
|
|
|
|
|
|
|
}, |
8090
|
|
|
|
|
|
|
y => { |
8091
|
|
|
|
|
|
|
y => q{y â y G}, |
8092
|
|
|
|
|
|
|
}, |
8093
|
|
|
|
|
|
|
yMMM => { |
8094
|
|
|
|
|
|
|
M => q{LLL â LLL y G}, |
8095
|
|
|
|
|
|
|
}, |
8096
|
|
|
|
|
|
|
yMMMd => { |
8097
|
|
|
|
|
|
|
d => q{d â d MMM 'de' y}, |
8098
|
|
|
|
|
|
|
}, |
8099
|
|
|
|
|
|
|
}, |
8100
|
|
|
|
|
|
|
'gregorian' => { |
8101
|
|
|
|
|
|
|
H => { |
8102
|
|
|
|
|
|
|
H => q{HH â HH}, |
8103
|
|
|
|
|
|
|
}, |
8104
|
|
|
|
|
|
|
Hm => { |
8105
|
|
|
|
|
|
|
H => q{HH:mm â HH:mm}, |
8106
|
|
|
|
|
|
|
m => q{HH:mm â HH:mm}, |
8107
|
|
|
|
|
|
|
}, |
8108
|
|
|
|
|
|
|
Hmv => { |
8109
|
|
|
|
|
|
|
H => q{HH:mm â HH:mm v}, |
8110
|
|
|
|
|
|
|
m => q{HH:mm â HH:mm v}, |
8111
|
|
|
|
|
|
|
}, |
8112
|
|
|
|
|
|
|
Hv => { |
8113
|
|
|
|
|
|
|
H => q{HH â HH v}, |
8114
|
|
|
|
|
|
|
}, |
8115
|
|
|
|
|
|
|
M => { |
8116
|
|
|
|
|
|
|
M => q{M â M}, |
8117
|
|
|
|
|
|
|
}, |
8118
|
|
|
|
|
|
|
MEd => { |
8119
|
|
|
|
|
|
|
M => q{E, dd/MM â E, dd/MM}, |
8120
|
|
|
|
|
|
|
d => q{E, dd â E, dd/MM}, |
8121
|
|
|
|
|
|
|
}, |
8122
|
|
|
|
|
|
|
MMM => { |
8123
|
|
|
|
|
|
|
M => q{LLL â LLL}, |
8124
|
|
|
|
|
|
|
}, |
8125
|
|
|
|
|
|
|
MMMEd => { |
8126
|
|
|
|
|
|
|
M => q{E, d MMM â E, d MMM}, |
8127
|
|
|
|
|
|
|
d => q{E, d MMM â E, d MMM}, |
8128
|
|
|
|
|
|
|
}, |
8129
|
|
|
|
|
|
|
MMMd => { |
8130
|
|
|
|
|
|
|
M => q{d/MM â d/MM}, |
8131
|
|
|
|
|
|
|
d => q{d â d MMM}, |
8132
|
|
|
|
|
|
|
}, |
8133
|
|
|
|
|
|
|
Md => { |
8134
|
|
|
|
|
|
|
M => q{dd/MM â dd/MM}, |
8135
|
|
|
|
|
|
|
d => q{dd â dd/MM}, |
8136
|
|
|
|
|
|
|
}, |
8137
|
|
|
|
|
|
|
d => { |
8138
|
|
|
|
|
|
|
d => q{d â d}, |
8139
|
|
|
|
|
|
|
}, |
8140
|
|
|
|
|
|
|
fallback => '{0} â {1}', |
8141
|
|
|
|
|
|
|
h => { |
8142
|
|
|
|
|
|
|
a => q{h a â h a}, |
8143
|
|
|
|
|
|
|
h => q{h â h a}, |
8144
|
|
|
|
|
|
|
}, |
8145
|
|
|
|
|
|
|
hm => { |
8146
|
|
|
|
|
|
|
a => q{h:mm a â h:mm a}, |
8147
|
|
|
|
|
|
|
h => q{h:mm â h:mm a}, |
8148
|
|
|
|
|
|
|
m => q{h:mm â h:mm a}, |
8149
|
|
|
|
|
|
|
}, |
8150
|
|
|
|
|
|
|
hmv => { |
8151
|
|
|
|
|
|
|
a => q{h:mm a â h:mm a v}, |
8152
|
|
|
|
|
|
|
h => q{h:mm â h:mm a v}, |
8153
|
|
|
|
|
|
|
m => q{h:mm â h:mm a v}, |
8154
|
|
|
|
|
|
|
}, |
8155
|
|
|
|
|
|
|
hv => { |
8156
|
|
|
|
|
|
|
a => q{h a â h a v}, |
8157
|
|
|
|
|
|
|
h => q{h â h a v}, |
8158
|
|
|
|
|
|
|
}, |
8159
|
|
|
|
|
|
|
y => { |
8160
|
|
|
|
|
|
|
y => q{y â y}, |
8161
|
|
|
|
|
|
|
}, |
8162
|
|
|
|
|
|
|
yM => { |
8163
|
|
|
|
|
|
|
M => q{MM â MM/y}, |
8164
|
|
|
|
|
|
|
y => q{MM/y â MM/y}, |
8165
|
|
|
|
|
|
|
}, |
8166
|
|
|
|
|
|
|
yMEd => { |
8167
|
|
|
|
|
|
|
M => q{E, d/M/y â E, d/M/y}, |
8168
|
|
|
|
|
|
|
d => q{E, d/M/y â E, d/M/y}, |
8169
|
|
|
|
|
|
|
y => q{E, d/M/y â E, d/M/y}, |
8170
|
|
|
|
|
|
|
}, |
8171
|
|
|
|
|
|
|
yMMM => { |
8172
|
|
|
|
|
|
|
M => q{MMM â MMM y}, |
8173
|
|
|
|
|
|
|
y => q{MMM y â MMM y}, |
8174
|
|
|
|
|
|
|
}, |
8175
|
|
|
|
|
|
|
yMMMEd => { |
8176
|
|
|
|
|
|
|
M => q{E, d MMM â E, d MMM 'de' y}, |
8177
|
|
|
|
|
|
|
d => q{E, d MMM â E, d MMM 'de' y}, |
8178
|
|
|
|
|
|
|
y => q{E, d MMM 'de' y â E, d MMM 'de' y}, |
8179
|
|
|
|
|
|
|
}, |
8180
|
|
|
|
|
|
|
yMMMM => { |
8181
|
|
|
|
|
|
|
M => q{LLLL â LLLL y}, |
8182
|
|
|
|
|
|
|
y => q{LLLL y â LLLL y}, |
8183
|
|
|
|
|
|
|
}, |
8184
|
|
|
|
|
|
|
yMMMd => { |
8185
|
|
|
|
|
|
|
M => q{d MMM â d MMM 'de' y}, |
8186
|
|
|
|
|
|
|
d => q{d â d MMM 'de' y}, |
8187
|
|
|
|
|
|
|
y => q{d MMM 'de' y â d MMM 'de' y}, |
8188
|
|
|
|
|
|
|
}, |
8189
|
|
|
|
|
|
|
yMd => { |
8190
|
|
|
|
|
|
|
M => q{d/M/y â d/M/y}, |
8191
|
|
|
|
|
|
|
d => q{d/M/y â d/M/y}, |
8192
|
|
|
|
|
|
|
y => q{d/M/y â d/M/y}, |
8193
|
|
|
|
|
|
|
}, |
8194
|
|
|
|
|
|
|
}, |
8195
|
|
|
|
|
|
|
} }, |
8196
|
|
|
|
|
|
|
); |
8197
|
|
|
|
|
|
|
|
8198
|
|
|
|
|
|
|
has 'month_patterns' => ( |
8199
|
|
|
|
|
|
|
is => 'ro', |
8200
|
|
|
|
|
|
|
isa => HashRef, |
8201
|
|
|
|
|
|
|
init_arg => undef, |
8202
|
|
|
|
|
|
|
default => sub { { |
8203
|
|
|
|
|
|
|
'chinese' => { |
8204
|
|
|
|
|
|
|
'format' => { |
8205
|
|
|
|
|
|
|
'abbreviated' => { |
8206
|
|
|
|
|
|
|
'leap' => q{{0}bis}, |
8207
|
|
|
|
|
|
|
}, |
8208
|
|
|
|
|
|
|
'narrow' => { |
8209
|
|
|
|
|
|
|
'leap' => q{{0}b}, |
8210
|
|
|
|
|
|
|
}, |
8211
|
|
|
|
|
|
|
'wide' => { |
8212
|
|
|
|
|
|
|
'leap' => q{{0} bisiestu}, |
8213
|
|
|
|
|
|
|
}, |
8214
|
|
|
|
|
|
|
}, |
8215
|
|
|
|
|
|
|
'numeric' => { |
8216
|
|
|
|
|
|
|
'all' => { |
8217
|
|
|
|
|
|
|
'leap' => q{{0} bis}, |
8218
|
|
|
|
|
|
|
}, |
8219
|
|
|
|
|
|
|
}, |
8220
|
|
|
|
|
|
|
'stand-alone' => { |
8221
|
|
|
|
|
|
|
'abbreviated' => { |
8222
|
|
|
|
|
|
|
'leap' => q{{0}bis}, |
8223
|
|
|
|
|
|
|
}, |
8224
|
|
|
|
|
|
|
'narrow' => { |
8225
|
|
|
|
|
|
|
'leap' => q{{0}b}, |
8226
|
|
|
|
|
|
|
}, |
8227
|
|
|
|
|
|
|
'wide' => { |
8228
|
|
|
|
|
|
|
'leap' => q{{0} bisiestu}, |
8229
|
|
|
|
|
|
|
}, |
8230
|
|
|
|
|
|
|
}, |
8231
|
|
|
|
|
|
|
}, |
8232
|
|
|
|
|
|
|
} }, |
8233
|
|
|
|
|
|
|
); |
8234
|
|
|
|
|
|
|
|
8235
|
|
|
|
|
|
|
has 'cyclic_name_sets' => ( |
8236
|
|
|
|
|
|
|
is => 'ro', |
8237
|
|
|
|
|
|
|
isa => HashRef, |
8238
|
|
|
|
|
|
|
init_arg => undef, |
8239
|
|
|
|
|
|
|
default => sub { { |
8240
|
|
|
|
|
|
|
'chinese' => { |
8241
|
|
|
|
|
|
|
'dayParts' => { |
8242
|
|
|
|
|
|
|
'format' => { |
8243
|
|
|
|
|
|
|
'abbreviated' => { |
8244
|
|
|
|
|
|
|
0 => q(ratu), |
8245
|
|
|
|
|
|
|
1 => q(güe), |
8246
|
|
|
|
|
|
|
2 => q(tigre), |
8247
|
|
|
|
|
|
|
3 => q(conexu), |
8248
|
|
|
|
|
|
|
4 => q(dragón), |
8249
|
|
|
|
|
|
|
5 => q(culebra), |
8250
|
|
|
|
|
|
|
6 => q(caballu), |
8251
|
|
|
|
|
|
|
7 => q(cabra), |
8252
|
|
|
|
|
|
|
8 => q(monu), |
8253
|
|
|
|
|
|
|
9 => q(gallu), |
8254
|
|
|
|
|
|
|
10 => q(perru), |
8255
|
|
|
|
|
|
|
11 => q(gochu), |
8256
|
|
|
|
|
|
|
}, |
8257
|
|
|
|
|
|
|
'narrow' => { |
8258
|
|
|
|
|
|
|
0 => q(ratu), |
8259
|
|
|
|
|
|
|
1 => q(güe), |
8260
|
|
|
|
|
|
|
2 => q(tigre), |
8261
|
|
|
|
|
|
|
3 => q(conexu), |
8262
|
|
|
|
|
|
|
4 => q(dragón), |
8263
|
|
|
|
|
|
|
5 => q(culebra), |
8264
|
|
|
|
|
|
|
6 => q(caballu), |
8265
|
|
|
|
|
|
|
7 => q(cabra), |
8266
|
|
|
|
|
|
|
8 => q(monu), |
8267
|
|
|
|
|
|
|
9 => q(gallu), |
8268
|
|
|
|
|
|
|
10 => q(perru), |
8269
|
|
|
|
|
|
|
11 => q(gochu), |
8270
|
|
|
|
|
|
|
}, |
8271
|
|
|
|
|
|
|
'wide' => { |
8272
|
|
|
|
|
|
|
0 => q(ratu), |
8273
|
|
|
|
|
|
|
1 => q(güe), |
8274
|
|
|
|
|
|
|
2 => q(tigre), |
8275
|
|
|
|
|
|
|
3 => q(conexu), |
8276
|
|
|
|
|
|
|
4 => q(dragón), |
8277
|
|
|
|
|
|
|
5 => q(culebra), |
8278
|
|
|
|
|
|
|
6 => q(caballu), |
8279
|
|
|
|
|
|
|
7 => q(cabra), |
8280
|
|
|
|
|
|
|
8 => q(monu), |
8281
|
|
|
|
|
|
|
9 => q(gallu), |
8282
|
|
|
|
|
|
|
10 => q(perru), |
8283
|
|
|
|
|
|
|
11 => q(gochu), |
8284
|
|
|
|
|
|
|
}, |
8285
|
|
|
|
|
|
|
}, |
8286
|
|
|
|
|
|
|
}, |
8287
|
|
|
|
|
|
|
'solarTerms' => { |
8288
|
|
|
|
|
|
|
'format' => { |
8289
|
|
|
|
|
|
|
'wide' => { |
8290
|
|
|
|
|
|
|
0 => q(principia la primavera), |
8291
|
|
|
|
|
|
|
1 => q(agua de lluvia), |
8292
|
|
|
|
|
|
|
2 => q(esconsoñen los inseutos), |
8293
|
|
|
|
|
|
|
3 => q(equinocciu de primavera), |
8294
|
|
|
|
|
|
|
4 => q(brillante y claro), |
8295
|
|
|
|
|
|
|
5 => q(lluvia del granu), |
8296
|
|
|
|
|
|
|
6 => q(principiaâl branu), |
8297
|
|
|
|
|
|
|
7 => q(granu completu), |
8298
|
|
|
|
|
|
|
8 => q(granu nâespiga), |
8299
|
|
|
|
|
|
|
9 => q(solsticiu braniegu), |
8300
|
|
|
|
|
|
|
10 => q(pequeña calor), |
8301
|
|
|
|
|
|
|
11 => q(gran calor), |
8302
|
|
|
|
|
|
|
12 => q(principia la seronda), |
8303
|
|
|
|
|
|
|
13 => q(fin de la calor), |
8304
|
|
|
|
|
|
|
14 => q(rosada blanca), |
8305
|
|
|
|
|
|
|
15 => q(equinocciu serondiegu), |
8306
|
|
|
|
|
|
|
16 => q(rosada frÃa), |
8307
|
|
|
|
|
|
|
17 => q(descendeâl xelu), |
8308
|
|
|
|
|
|
|
18 => q(principia lâiviernu), |
8309
|
|
|
|
|
|
|
19 => q(pequeña ñeve), |
8310
|
|
|
|
|
|
|
20 => q(gran ñeve), |
8311
|
|
|
|
|
|
|
21 => q(solsticiu dâiviernu), |
8312
|
|
|
|
|
|
|
22 => q(pequeñu frÃu), |
8313
|
|
|
|
|
|
|
23 => q(gran frÃu), |
8314
|
|
|
|
|
|
|
}, |
8315
|
|
|
|
|
|
|
}, |
8316
|
|
|
|
|
|
|
}, |
8317
|
|
|
|
|
|
|
'years' => { |
8318
|
|
|
|
|
|
|
'format' => { |
8319
|
|
|
|
|
|
|
'wide' => { |
8320
|
|
|
|
|
|
|
0 => q(ratu de madera yang), |
8321
|
|
|
|
|
|
|
1 => q(güe de madera yin), |
8322
|
|
|
|
|
|
|
2 => q(tigre de fueu yang), |
8323
|
|
|
|
|
|
|
3 => q(conexu de fueu yin), |
8324
|
|
|
|
|
|
|
4 => q(dragón de tierra yang), |
8325
|
|
|
|
|
|
|
5 => q(culebra de tierra yin), |
8326
|
|
|
|
|
|
|
6 => q(caballu de metal yang), |
8327
|
|
|
|
|
|
|
7 => q(cabra de metal yin), |
8328
|
|
|
|
|
|
|
8 => q(monu dâagua yang), |
8329
|
|
|
|
|
|
|
9 => q(gallu dâagua yin), |
8330
|
|
|
|
|
|
|
10 => q(perru de madera yang), |
8331
|
|
|
|
|
|
|
11 => q(gochu de madera yin), |
8332
|
|
|
|
|
|
|
12 => q(ratu de fueu yang), |
8333
|
|
|
|
|
|
|
13 => q(güe de fueu yin), |
8334
|
|
|
|
|
|
|
14 => q(tigre de tierra yang), |
8335
|
|
|
|
|
|
|
15 => q(conexu de tierra yin), |
8336
|
|
|
|
|
|
|
16 => q(dragón de metal yang), |
8337
|
|
|
|
|
|
|
17 => q(culebra de metal yin), |
8338
|
|
|
|
|
|
|
18 => q(caballu dâagua yang), |
8339
|
|
|
|
|
|
|
19 => q(cabra dâagua yin), |
8340
|
|
|
|
|
|
|
20 => q(monu de madera yang), |
8341
|
|
|
|
|
|
|
21 => q(gallu de madera yin), |
8342
|
|
|
|
|
|
|
22 => q(perru de fueu yang), |
8343
|
|
|
|
|
|
|
23 => q(gochu de fueu yin), |
8344
|
|
|
|
|
|
|
24 => q(ratu de tierra yang), |
8345
|
|
|
|
|
|
|
25 => q(güe de tierra yin), |
8346
|
|
|
|
|
|
|
26 => q(tigre de metal yang), |
8347
|
|
|
|
|
|
|
27 => q(conexu de metal yin), |
8348
|
|
|
|
|
|
|
28 => q(dragón dâagua yang), |
8349
|
|
|
|
|
|
|
29 => q(culebra dâagua yin), |
8350
|
|
|
|
|
|
|
30 => q(caballu de madera yang), |
8351
|
|
|
|
|
|
|
31 => q(cabra de madera yin), |
8352
|
|
|
|
|
|
|
32 => q(monu de fueu yang), |
8353
|
|
|
|
|
|
|
33 => q(gallu de fueu yin), |
8354
|
|
|
|
|
|
|
34 => q(perru de tierra yang), |
8355
|
|
|
|
|
|
|
35 => q(gochu de tierra yin), |
8356
|
|
|
|
|
|
|
36 => q(ratu de metal yang), |
8357
|
|
|
|
|
|
|
37 => q(güe de metal yin), |
8358
|
|
|
|
|
|
|
38 => q(tigre dâagua yang), |
8359
|
|
|
|
|
|
|
39 => q(conexu dâagua yin), |
8360
|
|
|
|
|
|
|
40 => q(dragón de madera yang), |
8361
|
|
|
|
|
|
|
41 => q(culebra de madera yin), |
8362
|
|
|
|
|
|
|
42 => q(caballu de fueu yang), |
8363
|
|
|
|
|
|
|
43 => q(cabra de fueu yin), |
8364
|
|
|
|
|
|
|
44 => q(monu de tierra yang), |
8365
|
|
|
|
|
|
|
45 => q(gallu de tierra yin), |
8366
|
|
|
|
|
|
|
46 => q(perru de metal yang), |
8367
|
|
|
|
|
|
|
47 => q(gochu de metal yin), |
8368
|
|
|
|
|
|
|
48 => q(rata dâagua yang), |
8369
|
|
|
|
|
|
|
49 => q(güe dâagua yin), |
8370
|
|
|
|
|
|
|
50 => q(tigre de madera yang), |
8371
|
|
|
|
|
|
|
51 => q(conexu de madera yin), |
8372
|
|
|
|
|
|
|
52 => q(dragón de fueu yang), |
8373
|
|
|
|
|
|
|
53 => q(culebra de fueu yin), |
8374
|
|
|
|
|
|
|
54 => q(caballu de tierra yang), |
8375
|
|
|
|
|
|
|
55 => q(cabra de tierra yin), |
8376
|
|
|
|
|
|
|
56 => q(monu de metal yang), |
8377
|
|
|
|
|
|
|
57 => q(gallu de metal yin), |
8378
|
|
|
|
|
|
|
58 => q(perru dâagua yang), |
8379
|
|
|
|
|
|
|
59 => q(gochu dâagua yin), |
8380
|
|
|
|
|
|
|
}, |
8381
|
|
|
|
|
|
|
}, |
8382
|
|
|
|
|
|
|
}, |
8383
|
|
|
|
|
|
|
'zodiacs' => { |
8384
|
|
|
|
|
|
|
'format' => { |
8385
|
|
|
|
|
|
|
'abbreviated' => { |
8386
|
|
|
|
|
|
|
0 => q(ratu), |
8387
|
|
|
|
|
|
|
1 => q(güe), |
8388
|
|
|
|
|
|
|
2 => q(tigre), |
8389
|
|
|
|
|
|
|
3 => q(conexu), |
8390
|
|
|
|
|
|
|
4 => q(dragón), |
8391
|
|
|
|
|
|
|
5 => q(culebra), |
8392
|
|
|
|
|
|
|
6 => q(caballu), |
8393
|
|
|
|
|
|
|
7 => q(cabra), |
8394
|
|
|
|
|
|
|
8 => q(monu), |
8395
|
|
|
|
|
|
|
9 => q(gallu), |
8396
|
|
|
|
|
|
|
10 => q(perru), |
8397
|
|
|
|
|
|
|
11 => q(gochu), |
8398
|
|
|
|
|
|
|
}, |
8399
|
|
|
|
|
|
|
'narrow' => { |
8400
|
|
|
|
|
|
|
0 => q(rat), |
8401
|
|
|
|
|
|
|
1 => q(güe), |
8402
|
|
|
|
|
|
|
2 => q(tig), |
8403
|
|
|
|
|
|
|
3 => q(con), |
8404
|
|
|
|
|
|
|
4 => q(dra), |
8405
|
|
|
|
|
|
|
5 => q(cul), |
8406
|
|
|
|
|
|
|
6 => q(cbl), |
8407
|
|
|
|
|
|
|
7 => q(cbr), |
8408
|
|
|
|
|
|
|
8 => q(mon), |
8409
|
|
|
|
|
|
|
9 => q(gal), |
8410
|
|
|
|
|
|
|
10 => q(per), |
8411
|
|
|
|
|
|
|
11 => q(gch), |
8412
|
|
|
|
|
|
|
}, |
8413
|
|
|
|
|
|
|
'wide' => { |
8414
|
|
|
|
|
|
|
0 => q(Ratu), |
8415
|
|
|
|
|
|
|
1 => q(Güe), |
8416
|
|
|
|
|
|
|
2 => q(Tigre), |
8417
|
|
|
|
|
|
|
3 => q(Conexu), |
8418
|
|
|
|
|
|
|
4 => q(Dragón), |
8419
|
|
|
|
|
|
|
5 => q(Culebra), |
8420
|
|
|
|
|
|
|
6 => q(Caballu), |
8421
|
|
|
|
|
|
|
7 => q(Cabra), |
8422
|
|
|
|
|
|
|
8 => q(Monu), |
8423
|
|
|
|
|
|
|
9 => q(Gallu), |
8424
|
|
|
|
|
|
|
10 => q(Perru), |
8425
|
|
|
|
|
|
|
11 => q(Gochu), |
8426
|
|
|
|
|
|
|
}, |
8427
|
|
|
|
|
|
|
}, |
8428
|
|
|
|
|
|
|
}, |
8429
|
|
|
|
|
|
|
}, |
8430
|
|
|
|
|
|
|
'dangi' => { |
8431
|
|
|
|
|
|
|
'dayParts' => { |
8432
|
|
|
|
|
|
|
'format' => { |
8433
|
|
|
|
|
|
|
'abbreviated' => { |
8434
|
|
|
|
|
|
|
0 => q(ratu), |
8435
|
|
|
|
|
|
|
1 => q(güe), |
8436
|
|
|
|
|
|
|
2 => q(tigre), |
8437
|
|
|
|
|
|
|
3 => q(conexu), |
8438
|
|
|
|
|
|
|
4 => q(dragón), |
8439
|
|
|
|
|
|
|
5 => q(culebra), |
8440
|
|
|
|
|
|
|
6 => q(caballu), |
8441
|
|
|
|
|
|
|
7 => q(cabra), |
8442
|
|
|
|
|
|
|
8 => q(monu), |
8443
|
|
|
|
|
|
|
9 => q(gallu), |
8444
|
|
|
|
|
|
|
10 => q(perru), |
8445
|
|
|
|
|
|
|
11 => q(gochu), |
8446
|
|
|
|
|
|
|
}, |
8447
|
|
|
|
|
|
|
'wide' => { |
8448
|
|
|
|
|
|
|
0 => q(ratu), |
8449
|
|
|
|
|
|
|
1 => q(güe), |
8450
|
|
|
|
|
|
|
2 => q(tigre), |
8451
|
|
|
|
|
|
|
3 => q(conexu), |
8452
|
|
|
|
|
|
|
4 => q(dragón), |
8453
|
|
|
|
|
|
|
5 => q(culebra), |
8454
|
|
|
|
|
|
|
6 => q(caballu), |
8455
|
|
|
|
|
|
|
7 => q(cabra), |
8456
|
|
|
|
|
|
|
8 => q(monu), |
8457
|
|
|
|
|
|
|
9 => q(gallu), |
8458
|
|
|
|
|
|
|
10 => q(perru), |
8459
|
|
|
|
|
|
|
11 => q(gochu), |
8460
|
|
|
|
|
|
|
}, |
8461
|
|
|
|
|
|
|
}, |
8462
|
|
|
|
|
|
|
}, |
8463
|
|
|
|
|
|
|
}, |
8464
|
|
|
|
|
|
|
} }, |
8465
|
|
|
|
|
|
|
); |
8466
|
|
|
|
|
|
|
|
8467
|
|
|
|
|
|
|
has 'time_zone_names' => ( |
8468
|
|
|
|
|
|
|
is => 'ro', |
8469
|
|
|
|
|
|
|
isa => HashRef, |
8470
|
|
|
|
|
|
|
init_arg => undef, |
8471
|
|
|
|
|
|
|
default => sub { { |
8472
|
|
|
|
|
|
|
hourFormat => q(+HH:mm;-HH:mm), |
8473
|
|
|
|
|
|
|
gmtFormat => q(GMT{0}), |
8474
|
|
|
|
|
|
|
gmtZeroFormat => q(GMT), |
8475
|
|
|
|
|
|
|
regionFormat => q(Hora de {0}), |
8476
|
|
|
|
|
|
|
regionFormat => q(Hora braniega de {0}), |
8477
|
|
|
|
|
|
|
regionFormat => q(Hora estándar de {0}), |
8478
|
|
|
|
|
|
|
fallbackFormat => q({1} ({0})), |
8479
|
|
|
|
|
|
|
'Acre' => { |
8480
|
|
|
|
|
|
|
long => { |
8481
|
|
|
|
|
|
|
'daylight' => q(hora braniega dâAcre), |
8482
|
|
|
|
|
|
|
'generic' => q(hora dâAcre), |
8483
|
|
|
|
|
|
|
'standard' => q(hora estándar dâAcre), |
8484
|
|
|
|
|
|
|
}, |
8485
|
|
|
|
|
|
|
}, |
8486
|
|
|
|
|
|
|
'Afghanistan' => { |
8487
|
|
|
|
|
|
|
long => { |
8488
|
|
|
|
|
|
|
'standard' => q(Hora dâAfganistán), |
8489
|
|
|
|
|
|
|
}, |
8490
|
|
|
|
|
|
|
}, |
8491
|
|
|
|
|
|
|
'Africa/Abidjan' => { |
8492
|
|
|
|
|
|
|
exemplarCity => q#Abidjan#, |
8493
|
|
|
|
|
|
|
}, |
8494
|
|
|
|
|
|
|
'Africa/Accra' => { |
8495
|
|
|
|
|
|
|
exemplarCity => q#Accra#, |
8496
|
|
|
|
|
|
|
}, |
8497
|
|
|
|
|
|
|
'Africa/Addis_Ababa' => { |
8498
|
|
|
|
|
|
|
exemplarCity => q#AdÃs Abeba#, |
8499
|
|
|
|
|
|
|
}, |
8500
|
|
|
|
|
|
|
'Africa/Algiers' => { |
8501
|
|
|
|
|
|
|
exemplarCity => q#Arxel#, |
8502
|
|
|
|
|
|
|
}, |
8503
|
|
|
|
|
|
|
'Africa/Asmera' => { |
8504
|
|
|
|
|
|
|
exemplarCity => q#Asmara#, |
8505
|
|
|
|
|
|
|
}, |
8506
|
|
|
|
|
|
|
'Africa/Bamako' => { |
8507
|
|
|
|
|
|
|
exemplarCity => q#Bamako#, |
8508
|
|
|
|
|
|
|
}, |
8509
|
|
|
|
|
|
|
'Africa/Bangui' => { |
8510
|
|
|
|
|
|
|
exemplarCity => q#Bangui#, |
8511
|
|
|
|
|
|
|
}, |
8512
|
|
|
|
|
|
|
'Africa/Banjul' => { |
8513
|
|
|
|
|
|
|
exemplarCity => q#Banjul#, |
8514
|
|
|
|
|
|
|
}, |
8515
|
|
|
|
|
|
|
'Africa/Bissau' => { |
8516
|
|
|
|
|
|
|
exemplarCity => q#Bissau#, |
8517
|
|
|
|
|
|
|
}, |
8518
|
|
|
|
|
|
|
'Africa/Blantyre' => { |
8519
|
|
|
|
|
|
|
exemplarCity => q#Blantyre#, |
8520
|
|
|
|
|
|
|
}, |
8521
|
|
|
|
|
|
|
'Africa/Brazzaville' => { |
8522
|
|
|
|
|
|
|
exemplarCity => q#Brazzaville#, |
8523
|
|
|
|
|
|
|
}, |
8524
|
|
|
|
|
|
|
'Africa/Bujumbura' => { |
8525
|
|
|
|
|
|
|
exemplarCity => q#Bujumbura#, |
8526
|
|
|
|
|
|
|
}, |
8527
|
|
|
|
|
|
|
'Africa/Cairo' => { |
8528
|
|
|
|
|
|
|
exemplarCity => q#El Cairu#, |
8529
|
|
|
|
|
|
|
}, |
8530
|
|
|
|
|
|
|
'Africa/Casablanca' => { |
8531
|
|
|
|
|
|
|
exemplarCity => q#Casablanca#, |
8532
|
|
|
|
|
|
|
}, |
8533
|
|
|
|
|
|
|
'Africa/Ceuta' => { |
8534
|
|
|
|
|
|
|
exemplarCity => q#Ceuta#, |
8535
|
|
|
|
|
|
|
}, |
8536
|
|
|
|
|
|
|
'Africa/Conakry' => { |
8537
|
|
|
|
|
|
|
exemplarCity => q#Conakry#, |
8538
|
|
|
|
|
|
|
}, |
8539
|
|
|
|
|
|
|
'Africa/Dakar' => { |
8540
|
|
|
|
|
|
|
exemplarCity => q#Dakar#, |
8541
|
|
|
|
|
|
|
}, |
8542
|
|
|
|
|
|
|
'Africa/Dar_es_Salaam' => { |
8543
|
|
|
|
|
|
|
exemplarCity => q#Dar es Salaam#, |
8544
|
|
|
|
|
|
|
}, |
8545
|
|
|
|
|
|
|
'Africa/Djibouti' => { |
8546
|
|
|
|
|
|
|
exemplarCity => q#Xibuti#, |
8547
|
|
|
|
|
|
|
}, |
8548
|
|
|
|
|
|
|
'Africa/Douala' => { |
8549
|
|
|
|
|
|
|
exemplarCity => q#Douala#, |
8550
|
|
|
|
|
|
|
}, |
8551
|
|
|
|
|
|
|
'Africa/El_Aaiun' => { |
8552
|
|
|
|
|
|
|
exemplarCity => q#El Aaiun#, |
8553
|
|
|
|
|
|
|
}, |
8554
|
|
|
|
|
|
|
'Africa/Freetown' => { |
8555
|
|
|
|
|
|
|
exemplarCity => q#Freetown#, |
8556
|
|
|
|
|
|
|
}, |
8557
|
|
|
|
|
|
|
'Africa/Gaborone' => { |
8558
|
|
|
|
|
|
|
exemplarCity => q#Gaborone#, |
8559
|
|
|
|
|
|
|
}, |
8560
|
|
|
|
|
|
|
'Africa/Harare' => { |
8561
|
|
|
|
|
|
|
exemplarCity => q#Harare#, |
8562
|
|
|
|
|
|
|
}, |
8563
|
|
|
|
|
|
|
'Africa/Johannesburg' => { |
8564
|
|
|
|
|
|
|
exemplarCity => q#Johannesburgu#, |
8565
|
|
|
|
|
|
|
}, |
8566
|
|
|
|
|
|
|
'Africa/Juba' => { |
8567
|
|
|
|
|
|
|
exemplarCity => q#Juba#, |
8568
|
|
|
|
|
|
|
}, |
8569
|
|
|
|
|
|
|
'Africa/Kampala' => { |
8570
|
|
|
|
|
|
|
exemplarCity => q#Kampala#, |
8571
|
|
|
|
|
|
|
}, |
8572
|
|
|
|
|
|
|
'Africa/Khartoum' => { |
8573
|
|
|
|
|
|
|
exemplarCity => q#Ḥartum#, |
8574
|
|
|
|
|
|
|
}, |
8575
|
|
|
|
|
|
|
'Africa/Kigali' => { |
8576
|
|
|
|
|
|
|
exemplarCity => q#Kigali#, |
8577
|
|
|
|
|
|
|
}, |
8578
|
|
|
|
|
|
|
'Africa/Kinshasa' => { |
8579
|
|
|
|
|
|
|
exemplarCity => q#Kinshasa#, |
8580
|
|
|
|
|
|
|
}, |
8581
|
|
|
|
|
|
|
'Africa/Lagos' => { |
8582
|
|
|
|
|
|
|
exemplarCity => q#Lagos#, |
8583
|
|
|
|
|
|
|
}, |
8584
|
|
|
|
|
|
|
'Africa/Libreville' => { |
8585
|
|
|
|
|
|
|
exemplarCity => q#Libreville#, |
8586
|
|
|
|
|
|
|
}, |
8587
|
|
|
|
|
|
|
'Africa/Lome' => { |
8588
|
|
|
|
|
|
|
exemplarCity => q#Lomé#, |
8589
|
|
|
|
|
|
|
}, |
8590
|
|
|
|
|
|
|
'Africa/Luanda' => { |
8591
|
|
|
|
|
|
|
exemplarCity => q#Luanda#, |
8592
|
|
|
|
|
|
|
}, |
8593
|
|
|
|
|
|
|
'Africa/Lubumbashi' => { |
8594
|
|
|
|
|
|
|
exemplarCity => q#Lubumbashi#, |
8595
|
|
|
|
|
|
|
}, |
8596
|
|
|
|
|
|
|
'Africa/Lusaka' => { |
8597
|
|
|
|
|
|
|
exemplarCity => q#Lusaka#, |
8598
|
|
|
|
|
|
|
}, |
8599
|
|
|
|
|
|
|
'Africa/Malabo' => { |
8600
|
|
|
|
|
|
|
exemplarCity => q#Malabo#, |
8601
|
|
|
|
|
|
|
}, |
8602
|
|
|
|
|
|
|
'Africa/Maputo' => { |
8603
|
|
|
|
|
|
|
exemplarCity => q#Maputo#, |
8604
|
|
|
|
|
|
|
}, |
8605
|
|
|
|
|
|
|
'Africa/Maseru' => { |
8606
|
|
|
|
|
|
|
exemplarCity => q#Maseru#, |
8607
|
|
|
|
|
|
|
}, |
8608
|
|
|
|
|
|
|
'Africa/Mbabane' => { |
8609
|
|
|
|
|
|
|
exemplarCity => q#Mbabane#, |
8610
|
|
|
|
|
|
|
}, |
8611
|
|
|
|
|
|
|
'Africa/Mogadishu' => { |
8612
|
|
|
|
|
|
|
exemplarCity => q#Mogadixu#, |
8613
|
|
|
|
|
|
|
}, |
8614
|
|
|
|
|
|
|
'Africa/Monrovia' => { |
8615
|
|
|
|
|
|
|
exemplarCity => q#Monrovia#, |
8616
|
|
|
|
|
|
|
}, |
8617
|
|
|
|
|
|
|
'Africa/Nairobi' => { |
8618
|
|
|
|
|
|
|
exemplarCity => q#Nairobi#, |
8619
|
|
|
|
|
|
|
}, |
8620
|
|
|
|
|
|
|
'Africa/Ndjamena' => { |
8621
|
|
|
|
|
|
|
exemplarCity => q#Xamena#, |
8622
|
|
|
|
|
|
|
}, |
8623
|
|
|
|
|
|
|
'Africa/Niamey' => { |
8624
|
|
|
|
|
|
|
exemplarCity => q#Niaméi#, |
8625
|
|
|
|
|
|
|
}, |
8626
|
|
|
|
|
|
|
'Africa/Nouakchott' => { |
8627
|
|
|
|
|
|
|
exemplarCity => q#Nuakxot#, |
8628
|
|
|
|
|
|
|
}, |
8629
|
|
|
|
|
|
|
'Africa/Ouagadougou' => { |
8630
|
|
|
|
|
|
|
exemplarCity => q#Uagadugú#, |
8631
|
|
|
|
|
|
|
}, |
8632
|
|
|
|
|
|
|
'Africa/Porto-Novo' => { |
8633
|
|
|
|
|
|
|
exemplarCity => q#Porto-Novo#, |
8634
|
|
|
|
|
|
|
}, |
8635
|
|
|
|
|
|
|
'Africa/Sao_Tome' => { |
8636
|
|
|
|
|
|
|
exemplarCity => q#Santu Tomé#, |
8637
|
|
|
|
|
|
|
}, |
8638
|
|
|
|
|
|
|
'Africa/Tripoli' => { |
8639
|
|
|
|
|
|
|
exemplarCity => q#TrÃpoli#, |
8640
|
|
|
|
|
|
|
}, |
8641
|
|
|
|
|
|
|
'Africa/Tunis' => { |
8642
|
|
|
|
|
|
|
exemplarCity => q#Túnez#, |
8643
|
|
|
|
|
|
|
}, |
8644
|
|
|
|
|
|
|
'Africa/Windhoek' => { |
8645
|
|
|
|
|
|
|
exemplarCity => q#Windhoek#, |
8646
|
|
|
|
|
|
|
}, |
8647
|
|
|
|
|
|
|
'Africa_Central' => { |
8648
|
|
|
|
|
|
|
long => { |
8649
|
|
|
|
|
|
|
'standard' => q(Hora dâÃfrica central), |
8650
|
|
|
|
|
|
|
}, |
8651
|
|
|
|
|
|
|
}, |
8652
|
|
|
|
|
|
|
'Africa_Eastern' => { |
8653
|
|
|
|
|
|
|
long => { |
8654
|
|
|
|
|
|
|
'standard' => q(Hora dâÃfrica del este), |
8655
|
|
|
|
|
|
|
}, |
8656
|
|
|
|
|
|
|
}, |
8657
|
|
|
|
|
|
|
'Africa_Southern' => { |
8658
|
|
|
|
|
|
|
long => { |
8659
|
|
|
|
|
|
|
'standard' => q(Hora de Sudáfrica), |
8660
|
|
|
|
|
|
|
}, |
8661
|
|
|
|
|
|
|
}, |
8662
|
|
|
|
|
|
|
'Africa_Western' => { |
8663
|
|
|
|
|
|
|
long => { |
8664
|
|
|
|
|
|
|
'daylight' => q(Hora braniega dâÃfrica del oeste), |
8665
|
|
|
|
|
|
|
'generic' => q(Hora dâÃfrica del oeste), |
8666
|
|
|
|
|
|
|
'standard' => q(Hora estándar dâÃfrica del oeste), |
8667
|
|
|
|
|
|
|
}, |
8668
|
|
|
|
|
|
|
}, |
8669
|
|
|
|
|
|
|
'Alaska' => { |
8670
|
|
|
|
|
|
|
long => { |
8671
|
|
|
|
|
|
|
'daylight' => q(Hora braniega dâAlaska), |
8672
|
|
|
|
|
|
|
'generic' => q(Hora dâAlaska), |
8673
|
|
|
|
|
|
|
'standard' => q(Hora estándar dâAlaska), |
8674
|
|
|
|
|
|
|
}, |
8675
|
|
|
|
|
|
|
short => { |
8676
|
|
|
|
|
|
|
'daylight' => q(AKDT), |
8677
|
|
|
|
|
|
|
'generic' => q(AKT), |
8678
|
|
|
|
|
|
|
'standard' => q(AKST), |
8679
|
|
|
|
|
|
|
}, |
8680
|
|
|
|
|
|
|
}, |
8681
|
|
|
|
|
|
|
'Almaty' => { |
8682
|
|
|
|
|
|
|
long => { |
8683
|
|
|
|
|
|
|
'daylight' => q(hora braniega dâAlmaty), |
8684
|
|
|
|
|
|
|
'generic' => q(Hora dâAlmaty), |
8685
|
|
|
|
|
|
|
'standard' => q(hora estándar dâAlmaty), |
8686
|
|
|
|
|
|
|
}, |
8687
|
|
|
|
|
|
|
}, |
8688
|
|
|
|
|
|
|
'Amazon' => { |
8689
|
|
|
|
|
|
|
long => { |
8690
|
|
|
|
|
|
|
'daylight' => q(Hora braniega del Amazonas), |
8691
|
|
|
|
|
|
|
'generic' => q(Hora del Amazonas), |
8692
|
|
|
|
|
|
|
'standard' => q(Hora estándar del Amazonas), |
8693
|
|
|
|
|
|
|
}, |
8694
|
|
|
|
|
|
|
}, |
8695
|
|
|
|
|
|
|
'America/Adak' => { |
8696
|
|
|
|
|
|
|
exemplarCity => q#Adak#, |
8697
|
|
|
|
|
|
|
}, |
8698
|
|
|
|
|
|
|
'America/Anchorage' => { |
8699
|
|
|
|
|
|
|
exemplarCity => q#Anchorage#, |
8700
|
|
|
|
|
|
|
}, |
8701
|
|
|
|
|
|
|
'America/Anguilla' => { |
8702
|
|
|
|
|
|
|
exemplarCity => q#Anguila#, |
8703
|
|
|
|
|
|
|
}, |
8704
|
|
|
|
|
|
|
'America/Antigua' => { |
8705
|
|
|
|
|
|
|
exemplarCity => q#Antigua#, |
8706
|
|
|
|
|
|
|
}, |
8707
|
|
|
|
|
|
|
'America/Araguaina' => { |
8708
|
|
|
|
|
|
|
exemplarCity => q#Araguaina#, |
8709
|
|
|
|
|
|
|
}, |
8710
|
|
|
|
|
|
|
'America/Argentina/La_Rioja' => { |
8711
|
|
|
|
|
|
|
exemplarCity => q#La Rioja#, |
8712
|
|
|
|
|
|
|
}, |
8713
|
|
|
|
|
|
|
'America/Argentina/Rio_Gallegos' => { |
8714
|
|
|
|
|
|
|
exemplarCity => q#Rio Gallegos#, |
8715
|
|
|
|
|
|
|
}, |
8716
|
|
|
|
|
|
|
'America/Argentina/Salta' => { |
8717
|
|
|
|
|
|
|
exemplarCity => q#Salta#, |
8718
|
|
|
|
|
|
|
}, |
8719
|
|
|
|
|
|
|
'America/Argentina/San_Juan' => { |
8720
|
|
|
|
|
|
|
exemplarCity => q#San Juan#, |
8721
|
|
|
|
|
|
|
}, |
8722
|
|
|
|
|
|
|
'America/Argentina/San_Luis' => { |
8723
|
|
|
|
|
|
|
exemplarCity => q#San Luis#, |
8724
|
|
|
|
|
|
|
}, |
8725
|
|
|
|
|
|
|
'America/Argentina/Tucuman' => { |
8726
|
|
|
|
|
|
|
exemplarCity => q#Tucumán#, |
8727
|
|
|
|
|
|
|
}, |
8728
|
|
|
|
|
|
|
'America/Argentina/Ushuaia' => { |
8729
|
|
|
|
|
|
|
exemplarCity => q#Ushuaia#, |
8730
|
|
|
|
|
|
|
}, |
8731
|
|
|
|
|
|
|
'America/Aruba' => { |
8732
|
|
|
|
|
|
|
exemplarCity => q#Aruba#, |
8733
|
|
|
|
|
|
|
}, |
8734
|
|
|
|
|
|
|
'America/Asuncion' => { |
8735
|
|
|
|
|
|
|
exemplarCity => q#Asunción#, |
8736
|
|
|
|
|
|
|
}, |
8737
|
|
|
|
|
|
|
'America/Bahia' => { |
8738
|
|
|
|
|
|
|
exemplarCity => q#BahÃa#, |
8739
|
|
|
|
|
|
|
}, |
8740
|
|
|
|
|
|
|
'America/Bahia_Banderas' => { |
8741
|
|
|
|
|
|
|
exemplarCity => q#BahÃa Banderas#, |
8742
|
|
|
|
|
|
|
}, |
8743
|
|
|
|
|
|
|
'America/Barbados' => { |
8744
|
|
|
|
|
|
|
exemplarCity => q#Barbados#, |
8745
|
|
|
|
|
|
|
}, |
8746
|
|
|
|
|
|
|
'America/Belem' => { |
8747
|
|
|
|
|
|
|
exemplarCity => q#Belem#, |
8748
|
|
|
|
|
|
|
}, |
8749
|
|
|
|
|
|
|
'America/Belize' => { |
8750
|
|
|
|
|
|
|
exemplarCity => q#Belize#, |
8751
|
|
|
|
|
|
|
}, |
8752
|
|
|
|
|
|
|
'America/Blanc-Sablon' => { |
8753
|
|
|
|
|
|
|
exemplarCity => q#Blanc-Sablon#, |
8754
|
|
|
|
|
|
|
}, |
8755
|
|
|
|
|
|
|
'America/Boa_Vista' => { |
8756
|
|
|
|
|
|
|
exemplarCity => q#Boa Vista#, |
8757
|
|
|
|
|
|
|
}, |
8758
|
|
|
|
|
|
|
'America/Bogota' => { |
8759
|
|
|
|
|
|
|
exemplarCity => q#Bogotá#, |
8760
|
|
|
|
|
|
|
}, |
8761
|
|
|
|
|
|
|
'America/Boise' => { |
8762
|
|
|
|
|
|
|
exemplarCity => q#Boise#, |
8763
|
|
|
|
|
|
|
}, |
8764
|
|
|
|
|
|
|
'America/Buenos_Aires' => { |
8765
|
|
|
|
|
|
|
exemplarCity => q#Buenos Aires#, |
8766
|
|
|
|
|
|
|
}, |
8767
|
|
|
|
|
|
|
'America/Cambridge_Bay' => { |
8768
|
|
|
|
|
|
|
exemplarCity => q#Cambridge Bay#, |
8769
|
|
|
|
|
|
|
}, |
8770
|
|
|
|
|
|
|
'America/Campo_Grande' => { |
8771
|
|
|
|
|
|
|
exemplarCity => q#Campo Grande#, |
8772
|
|
|
|
|
|
|
}, |
8773
|
|
|
|
|
|
|
'America/Cancun' => { |
8774
|
|
|
|
|
|
|
exemplarCity => q#Cancún#, |
8775
|
|
|
|
|
|
|
}, |
8776
|
|
|
|
|
|
|
'America/Caracas' => { |
8777
|
|
|
|
|
|
|
exemplarCity => q#Caracas#, |
8778
|
|
|
|
|
|
|
}, |
8779
|
|
|
|
|
|
|
'America/Catamarca' => { |
8780
|
|
|
|
|
|
|
exemplarCity => q#Catamarca#, |
8781
|
|
|
|
|
|
|
}, |
8782
|
|
|
|
|
|
|
'America/Cayenne' => { |
8783
|
|
|
|
|
|
|
exemplarCity => q#Cayenne#, |
8784
|
|
|
|
|
|
|
}, |
8785
|
|
|
|
|
|
|
'America/Cayman' => { |
8786
|
|
|
|
|
|
|
exemplarCity => q#Caimán#, |
8787
|
|
|
|
|
|
|
}, |
8788
|
|
|
|
|
|
|
'America/Chicago' => { |
8789
|
|
|
|
|
|
|
exemplarCity => q#Chicago#, |
8790
|
|
|
|
|
|
|
}, |
8791
|
|
|
|
|
|
|
'America/Chihuahua' => { |
8792
|
|
|
|
|
|
|
exemplarCity => q#Chihuahua#, |
8793
|
|
|
|
|
|
|
}, |
8794
|
|
|
|
|
|
|
'America/Coral_Harbour' => { |
8795
|
|
|
|
|
|
|
exemplarCity => q#Atikokan#, |
8796
|
|
|
|
|
|
|
}, |
8797
|
|
|
|
|
|
|
'America/Cordoba' => { |
8798
|
|
|
|
|
|
|
exemplarCity => q#Córdoba#, |
8799
|
|
|
|
|
|
|
}, |
8800
|
|
|
|
|
|
|
'America/Costa_Rica' => { |
8801
|
|
|
|
|
|
|
exemplarCity => q#Costa Rica#, |
8802
|
|
|
|
|
|
|
}, |
8803
|
|
|
|
|
|
|
'America/Creston' => { |
8804
|
|
|
|
|
|
|
exemplarCity => q#Creston#, |
8805
|
|
|
|
|
|
|
}, |
8806
|
|
|
|
|
|
|
'America/Cuiaba' => { |
8807
|
|
|
|
|
|
|
exemplarCity => q#Cuiaba#, |
8808
|
|
|
|
|
|
|
}, |
8809
|
|
|
|
|
|
|
'America/Curacao' => { |
8810
|
|
|
|
|
|
|
exemplarCity => q#Curaçao#, |
8811
|
|
|
|
|
|
|
}, |
8812
|
|
|
|
|
|
|
'America/Danmarkshavn' => { |
8813
|
|
|
|
|
|
|
exemplarCity => q#Danmarkshavn#, |
8814
|
|
|
|
|
|
|
}, |
8815
|
|
|
|
|
|
|
'America/Dawson' => { |
8816
|
|
|
|
|
|
|
exemplarCity => q#Dawson#, |
8817
|
|
|
|
|
|
|
}, |
8818
|
|
|
|
|
|
|
'America/Dawson_Creek' => { |
8819
|
|
|
|
|
|
|
exemplarCity => q#Dawson Creek#, |
8820
|
|
|
|
|
|
|
}, |
8821
|
|
|
|
|
|
|
'America/Denver' => { |
8822
|
|
|
|
|
|
|
exemplarCity => q#Denver#, |
8823
|
|
|
|
|
|
|
}, |
8824
|
|
|
|
|
|
|
'America/Detroit' => { |
8825
|
|
|
|
|
|
|
exemplarCity => q#Detroit#, |
8826
|
|
|
|
|
|
|
}, |
8827
|
|
|
|
|
|
|
'America/Dominica' => { |
8828
|
|
|
|
|
|
|
exemplarCity => q#Dominica#, |
8829
|
|
|
|
|
|
|
}, |
8830
|
|
|
|
|
|
|
'America/Edmonton' => { |
8831
|
|
|
|
|
|
|
exemplarCity => q#Edmonton#, |
8832
|
|
|
|
|
|
|
}, |
8833
|
|
|
|
|
|
|
'America/Eirunepe' => { |
8834
|
|
|
|
|
|
|
exemplarCity => q#Eirunepe#, |
8835
|
|
|
|
|
|
|
}, |
8836
|
|
|
|
|
|
|
'America/El_Salvador' => { |
8837
|
|
|
|
|
|
|
exemplarCity => q#El Salvador#, |
8838
|
|
|
|
|
|
|
}, |
8839
|
|
|
|
|
|
|
'America/Fortaleza' => { |
8840
|
|
|
|
|
|
|
exemplarCity => q#Fortaleza#, |
8841
|
|
|
|
|
|
|
}, |
8842
|
|
|
|
|
|
|
'America/Glace_Bay' => { |
8843
|
|
|
|
|
|
|
exemplarCity => q#Glace Bay#, |
8844
|
|
|
|
|
|
|
}, |
8845
|
|
|
|
|
|
|
'America/Godthab' => { |
8846
|
|
|
|
|
|
|
exemplarCity => q#Nuuk#, |
8847
|
|
|
|
|
|
|
}, |
8848
|
|
|
|
|
|
|
'America/Goose_Bay' => { |
8849
|
|
|
|
|
|
|
exemplarCity => q#Goose Bay#, |
8850
|
|
|
|
|
|
|
}, |
8851
|
|
|
|
|
|
|
'America/Grand_Turk' => { |
8852
|
|
|
|
|
|
|
exemplarCity => q#Grand Turk#, |
8853
|
|
|
|
|
|
|
}, |
8854
|
|
|
|
|
|
|
'America/Grenada' => { |
8855
|
|
|
|
|
|
|
exemplarCity => q#Granada#, |
8856
|
|
|
|
|
|
|
}, |
8857
|
|
|
|
|
|
|
'America/Guadeloupe' => { |
8858
|
|
|
|
|
|
|
exemplarCity => q#Guadalupe#, |
8859
|
|
|
|
|
|
|
}, |
8860
|
|
|
|
|
|
|
'America/Guatemala' => { |
8861
|
|
|
|
|
|
|
exemplarCity => q#Guatemala#, |
8862
|
|
|
|
|
|
|
}, |
8863
|
|
|
|
|
|
|
'America/Guayaquil' => { |
8864
|
|
|
|
|
|
|
exemplarCity => q#Guayaquil#, |
8865
|
|
|
|
|
|
|
}, |
8866
|
|
|
|
|
|
|
'America/Guyana' => { |
8867
|
|
|
|
|
|
|
exemplarCity => q#Guyana#, |
8868
|
|
|
|
|
|
|
}, |
8869
|
|
|
|
|
|
|
'America/Halifax' => { |
8870
|
|
|
|
|
|
|
exemplarCity => q#Halifax#, |
8871
|
|
|
|
|
|
|
}, |
8872
|
|
|
|
|
|
|
'America/Havana' => { |
8873
|
|
|
|
|
|
|
exemplarCity => q#La Habana#, |
8874
|
|
|
|
|
|
|
}, |
8875
|
|
|
|
|
|
|
'America/Hermosillo' => { |
8876
|
|
|
|
|
|
|
exemplarCity => q#Hermosillo#, |
8877
|
|
|
|
|
|
|
}, |
8878
|
|
|
|
|
|
|
'America/Indiana/Knox' => { |
8879
|
|
|
|
|
|
|
exemplarCity => q#Knox, Indiana#, |
8880
|
|
|
|
|
|
|
}, |
8881
|
|
|
|
|
|
|
'America/Indiana/Marengo' => { |
8882
|
|
|
|
|
|
|
exemplarCity => q#Marengo, Indiana#, |
8883
|
|
|
|
|
|
|
}, |
8884
|
|
|
|
|
|
|
'America/Indiana/Petersburg' => { |
8885
|
|
|
|
|
|
|
exemplarCity => q#Petersburg, Indiana#, |
8886
|
|
|
|
|
|
|
}, |
8887
|
|
|
|
|
|
|
'America/Indiana/Tell_City' => { |
8888
|
|
|
|
|
|
|
exemplarCity => q#Tell City, Indiana#, |
8889
|
|
|
|
|
|
|
}, |
8890
|
|
|
|
|
|
|
'America/Indiana/Vevay' => { |
8891
|
|
|
|
|
|
|
exemplarCity => q#Vevay, Indiana#, |
8892
|
|
|
|
|
|
|
}, |
8893
|
|
|
|
|
|
|
'America/Indiana/Vincennes' => { |
8894
|
|
|
|
|
|
|
exemplarCity => q#Vincennes, Indiana#, |
8895
|
|
|
|
|
|
|
}, |
8896
|
|
|
|
|
|
|
'America/Indiana/Winamac' => { |
8897
|
|
|
|
|
|
|
exemplarCity => q#Winamac, Indiana#, |
8898
|
|
|
|
|
|
|
}, |
8899
|
|
|
|
|
|
|
'America/Indianapolis' => { |
8900
|
|
|
|
|
|
|
exemplarCity => q#Indianapolis#, |
8901
|
|
|
|
|
|
|
}, |
8902
|
|
|
|
|
|
|
'America/Inuvik' => { |
8903
|
|
|
|
|
|
|
exemplarCity => q#Inuvik#, |
8904
|
|
|
|
|
|
|
}, |
8905
|
|
|
|
|
|
|
'America/Iqaluit' => { |
8906
|
|
|
|
|
|
|
exemplarCity => q#Iqaluit#, |
8907
|
|
|
|
|
|
|
}, |
8908
|
|
|
|
|
|
|
'America/Jamaica' => { |
8909
|
|
|
|
|
|
|
exemplarCity => q#Xamaica#, |
8910
|
|
|
|
|
|
|
}, |
8911
|
|
|
|
|
|
|
'America/Jujuy' => { |
8912
|
|
|
|
|
|
|
exemplarCity => q#Jujuy#, |
8913
|
|
|
|
|
|
|
}, |
8914
|
|
|
|
|
|
|
'America/Juneau' => { |
8915
|
|
|
|
|
|
|
exemplarCity => q#Juneau#, |
8916
|
|
|
|
|
|
|
}, |
8917
|
|
|
|
|
|
|
'America/Kentucky/Monticello' => { |
8918
|
|
|
|
|
|
|
exemplarCity => q#Monticello, Kentucky#, |
8919
|
|
|
|
|
|
|
}, |
8920
|
|
|
|
|
|
|
'America/Kralendijk' => { |
8921
|
|
|
|
|
|
|
exemplarCity => q#Kralendijk#, |
8922
|
|
|
|
|
|
|
}, |
8923
|
|
|
|
|
|
|
'America/La_Paz' => { |
8924
|
|
|
|
|
|
|
exemplarCity => q#La Paz#, |
8925
|
|
|
|
|
|
|
}, |
8926
|
|
|
|
|
|
|
'America/Lima' => { |
8927
|
|
|
|
|
|
|
exemplarCity => q#Lima#, |
8928
|
|
|
|
|
|
|
}, |
8929
|
|
|
|
|
|
|
'America/Los_Angeles' => { |
8930
|
|
|
|
|
|
|
exemplarCity => q#Los Angeles#, |
8931
|
|
|
|
|
|
|
}, |
8932
|
|
|
|
|
|
|
'America/Louisville' => { |
8933
|
|
|
|
|
|
|
exemplarCity => q#Louisville#, |
8934
|
|
|
|
|
|
|
}, |
8935
|
|
|
|
|
|
|
'America/Lower_Princes' => { |
8936
|
|
|
|
|
|
|
exemplarCity => q#Lower Princeâs Quarter#, |
8937
|
|
|
|
|
|
|
}, |
8938
|
|
|
|
|
|
|
'America/Maceio' => { |
8939
|
|
|
|
|
|
|
exemplarCity => q#Maceio#, |
8940
|
|
|
|
|
|
|
}, |
8941
|
|
|
|
|
|
|
'America/Managua' => { |
8942
|
|
|
|
|
|
|
exemplarCity => q#Managua#, |
8943
|
|
|
|
|
|
|
}, |
8944
|
|
|
|
|
|
|
'America/Manaus' => { |
8945
|
|
|
|
|
|
|
exemplarCity => q#Manaus#, |
8946
|
|
|
|
|
|
|
}, |
8947
|
|
|
|
|
|
|
'America/Marigot' => { |
8948
|
|
|
|
|
|
|
exemplarCity => q#Marigot#, |
8949
|
|
|
|
|
|
|
}, |
8950
|
|
|
|
|
|
|
'America/Martinique' => { |
8951
|
|
|
|
|
|
|
exemplarCity => q#La Martinica#, |
8952
|
|
|
|
|
|
|
}, |
8953
|
|
|
|
|
|
|
'America/Matamoros' => { |
8954
|
|
|
|
|
|
|
exemplarCity => q#Matamoros#, |
8955
|
|
|
|
|
|
|
}, |
8956
|
|
|
|
|
|
|
'America/Mazatlan' => { |
8957
|
|
|
|
|
|
|
exemplarCity => q#Mazatlan#, |
8958
|
|
|
|
|
|
|
}, |
8959
|
|
|
|
|
|
|
'America/Mendoza' => { |
8960
|
|
|
|
|
|
|
exemplarCity => q#Mendoza#, |
8961
|
|
|
|
|
|
|
}, |
8962
|
|
|
|
|
|
|
'America/Menominee' => { |
8963
|
|
|
|
|
|
|
exemplarCity => q#Menominee#, |
8964
|
|
|
|
|
|
|
}, |
8965
|
|
|
|
|
|
|
'America/Merida' => { |
8966
|
|
|
|
|
|
|
exemplarCity => q#Mérida#, |
8967
|
|
|
|
|
|
|
}, |
8968
|
|
|
|
|
|
|
'America/Metlakatla' => { |
8969
|
|
|
|
|
|
|
exemplarCity => q#Metlakatla#, |
8970
|
|
|
|
|
|
|
}, |
8971
|
|
|
|
|
|
|
'America/Mexico_City' => { |
8972
|
|
|
|
|
|
|
exemplarCity => q#Ciudá de Méxicu#, |
8973
|
|
|
|
|
|
|
}, |
8974
|
|
|
|
|
|
|
'America/Miquelon' => { |
8975
|
|
|
|
|
|
|
exemplarCity => q#Miquelon#, |
8976
|
|
|
|
|
|
|
}, |
8977
|
|
|
|
|
|
|
'America/Moncton' => { |
8978
|
|
|
|
|
|
|
exemplarCity => q#Moncton#, |
8979
|
|
|
|
|
|
|
}, |
8980
|
|
|
|
|
|
|
'America/Monterrey' => { |
8981
|
|
|
|
|
|
|
exemplarCity => q#Monterrey#, |
8982
|
|
|
|
|
|
|
}, |
8983
|
|
|
|
|
|
|
'America/Montevideo' => { |
8984
|
|
|
|
|
|
|
exemplarCity => q#Montevideo#, |
8985
|
|
|
|
|
|
|
}, |
8986
|
|
|
|
|
|
|
'America/Montserrat' => { |
8987
|
|
|
|
|
|
|
exemplarCity => q#Montserrat#, |
8988
|
|
|
|
|
|
|
}, |
8989
|
|
|
|
|
|
|
'America/Nassau' => { |
8990
|
|
|
|
|
|
|
exemplarCity => q#Nassau#, |
8991
|
|
|
|
|
|
|
}, |
8992
|
|
|
|
|
|
|
'America/New_York' => { |
8993
|
|
|
|
|
|
|
exemplarCity => q#Nueva York#, |
8994
|
|
|
|
|
|
|
}, |
8995
|
|
|
|
|
|
|
'America/Nipigon' => { |
8996
|
|
|
|
|
|
|
exemplarCity => q#Nipigon#, |
8997
|
|
|
|
|
|
|
}, |
8998
|
|
|
|
|
|
|
'America/Nome' => { |
8999
|
|
|
|
|
|
|
exemplarCity => q#Nome#, |
9000
|
|
|
|
|
|
|
}, |
9001
|
|
|
|
|
|
|
'America/Noronha' => { |
9002
|
|
|
|
|
|
|
exemplarCity => q#Noronha#, |
9003
|
|
|
|
|
|
|
}, |
9004
|
|
|
|
|
|
|
'America/North_Dakota/Beulah' => { |
9005
|
|
|
|
|
|
|
exemplarCity => q#Beulah, Dakota del Norte#, |
9006
|
|
|
|
|
|
|
}, |
9007
|
|
|
|
|
|
|
'America/North_Dakota/Center' => { |
9008
|
|
|
|
|
|
|
exemplarCity => q#Center, Dakota del Norte#, |
9009
|
|
|
|
|
|
|
}, |
9010
|
|
|
|
|
|
|
'America/North_Dakota/New_Salem' => { |
9011
|
|
|
|
|
|
|
exemplarCity => q#Nueva Salem, Dakota del Norte#, |
9012
|
|
|
|
|
|
|
}, |
9013
|
|
|
|
|
|
|
'America/Ojinaga' => { |
9014
|
|
|
|
|
|
|
exemplarCity => q#Ojinaga#, |
9015
|
|
|
|
|
|
|
}, |
9016
|
|
|
|
|
|
|
'America/Panama' => { |
9017
|
|
|
|
|
|
|
exemplarCity => q#Panamá#, |
9018
|
|
|
|
|
|
|
}, |
9019
|
|
|
|
|
|
|
'America/Pangnirtung' => { |
9020
|
|
|
|
|
|
|
exemplarCity => q#Pangnirtung#, |
9021
|
|
|
|
|
|
|
}, |
9022
|
|
|
|
|
|
|
'America/Paramaribo' => { |
9023
|
|
|
|
|
|
|
exemplarCity => q#Paramaribo#, |
9024
|
|
|
|
|
|
|
}, |
9025
|
|
|
|
|
|
|
'America/Phoenix' => { |
9026
|
|
|
|
|
|
|
exemplarCity => q#Phoenix#, |
9027
|
|
|
|
|
|
|
}, |
9028
|
|
|
|
|
|
|
'America/Port-au-Prince' => { |
9029
|
|
|
|
|
|
|
exemplarCity => q#Puertu PrÃncipe#, |
9030
|
|
|
|
|
|
|
}, |
9031
|
|
|
|
|
|
|
'America/Port_of_Spain' => { |
9032
|
|
|
|
|
|
|
exemplarCity => q#Puertu España#, |
9033
|
|
|
|
|
|
|
}, |
9034
|
|
|
|
|
|
|
'America/Porto_Velho' => { |
9035
|
|
|
|
|
|
|
exemplarCity => q#Porto Velho#, |
9036
|
|
|
|
|
|
|
}, |
9037
|
|
|
|
|
|
|
'America/Puerto_Rico' => { |
9038
|
|
|
|
|
|
|
exemplarCity => q#Puertu Ricu#, |
9039
|
|
|
|
|
|
|
}, |
9040
|
|
|
|
|
|
|
'America/Rainy_River' => { |
9041
|
|
|
|
|
|
|
exemplarCity => q#Rainy River#, |
9042
|
|
|
|
|
|
|
}, |
9043
|
|
|
|
|
|
|
'America/Rankin_Inlet' => { |
9044
|
|
|
|
|
|
|
exemplarCity => q#Rankin Inlet#, |
9045
|
|
|
|
|
|
|
}, |
9046
|
|
|
|
|
|
|
'America/Recife' => { |
9047
|
|
|
|
|
|
|
exemplarCity => q#Recife#, |
9048
|
|
|
|
|
|
|
}, |
9049
|
|
|
|
|
|
|
'America/Regina' => { |
9050
|
|
|
|
|
|
|
exemplarCity => q#Regina#, |
9051
|
|
|
|
|
|
|
}, |
9052
|
|
|
|
|
|
|
'America/Resolute' => { |
9053
|
|
|
|
|
|
|
exemplarCity => q#Resolute#, |
9054
|
|
|
|
|
|
|
}, |
9055
|
|
|
|
|
|
|
'America/Rio_Branco' => { |
9056
|
|
|
|
|
|
|
exemplarCity => q#Rio Branco#, |
9057
|
|
|
|
|
|
|
}, |
9058
|
|
|
|
|
|
|
'America/Santa_Isabel' => { |
9059
|
|
|
|
|
|
|
exemplarCity => q#Santa Isabel#, |
9060
|
|
|
|
|
|
|
}, |
9061
|
|
|
|
|
|
|
'America/Santarem' => { |
9062
|
|
|
|
|
|
|
exemplarCity => q#Santarem#, |
9063
|
|
|
|
|
|
|
}, |
9064
|
|
|
|
|
|
|
'America/Santiago' => { |
9065
|
|
|
|
|
|
|
exemplarCity => q#Santiago#, |
9066
|
|
|
|
|
|
|
}, |
9067
|
|
|
|
|
|
|
'America/Santo_Domingo' => { |
9068
|
|
|
|
|
|
|
exemplarCity => q#Santu Domingu#, |
9069
|
|
|
|
|
|
|
}, |
9070
|
|
|
|
|
|
|
'America/Sao_Paulo' => { |
9071
|
|
|
|
|
|
|
exemplarCity => q#Sao Paulo#, |
9072
|
|
|
|
|
|
|
}, |
9073
|
|
|
|
|
|
|
'America/Scoresbysund' => { |
9074
|
|
|
|
|
|
|
exemplarCity => q#Ittoqqortoormiit#, |
9075
|
|
|
|
|
|
|
}, |
9076
|
|
|
|
|
|
|
'America/Sitka' => { |
9077
|
|
|
|
|
|
|
exemplarCity => q#Sitka#, |
9078
|
|
|
|
|
|
|
}, |
9079
|
|
|
|
|
|
|
'America/St_Barthelemy' => { |
9080
|
|
|
|
|
|
|
exemplarCity => q#St. Barthelemy#, |
9081
|
|
|
|
|
|
|
}, |
9082
|
|
|
|
|
|
|
'America/St_Johns' => { |
9083
|
|
|
|
|
|
|
exemplarCity => q#St. Johnâs#, |
9084
|
|
|
|
|
|
|
}, |
9085
|
|
|
|
|
|
|
'America/St_Kitts' => { |
9086
|
|
|
|
|
|
|
exemplarCity => q#St. Kitts#, |
9087
|
|
|
|
|
|
|
}, |
9088
|
|
|
|
|
|
|
'America/St_Lucia' => { |
9089
|
|
|
|
|
|
|
exemplarCity => q#St. Lucia#, |
9090
|
|
|
|
|
|
|
}, |
9091
|
|
|
|
|
|
|
'America/St_Thomas' => { |
9092
|
|
|
|
|
|
|
exemplarCity => q#St. Thomas#, |
9093
|
|
|
|
|
|
|
}, |
9094
|
|
|
|
|
|
|
'America/St_Vincent' => { |
9095
|
|
|
|
|
|
|
exemplarCity => q#St. Vincent#, |
9096
|
|
|
|
|
|
|
}, |
9097
|
|
|
|
|
|
|
'America/Swift_Current' => { |
9098
|
|
|
|
|
|
|
exemplarCity => q#Swift Current#, |
9099
|
|
|
|
|
|
|
}, |
9100
|
|
|
|
|
|
|
'America/Tegucigalpa' => { |
9101
|
|
|
|
|
|
|
exemplarCity => q#Tegucigalpa#, |
9102
|
|
|
|
|
|
|
}, |
9103
|
|
|
|
|
|
|
'America/Thule' => { |
9104
|
|
|
|
|
|
|
exemplarCity => q#Thule#, |
9105
|
|
|
|
|
|
|
}, |
9106
|
|
|
|
|
|
|
'America/Thunder_Bay' => { |
9107
|
|
|
|
|
|
|
exemplarCity => q#Thunder Bay#, |
9108
|
|
|
|
|
|
|
}, |
9109
|
|
|
|
|
|
|
'America/Tijuana' => { |
9110
|
|
|
|
|
|
|
exemplarCity => q#Tijuana#, |
9111
|
|
|
|
|
|
|
}, |
9112
|
|
|
|
|
|
|
'America/Toronto' => { |
9113
|
|
|
|
|
|
|
exemplarCity => q#Toronto#, |
9114
|
|
|
|
|
|
|
}, |
9115
|
|
|
|
|
|
|
'America/Tortola' => { |
9116
|
|
|
|
|
|
|
exemplarCity => q#Tórtola#, |
9117
|
|
|
|
|
|
|
}, |
9118
|
|
|
|
|
|
|
'America/Vancouver' => { |
9119
|
|
|
|
|
|
|
exemplarCity => q#Vancouver#, |
9120
|
|
|
|
|
|
|
}, |
9121
|
|
|
|
|
|
|
'America/Whitehorse' => { |
9122
|
|
|
|
|
|
|
exemplarCity => q#Whitehorse#, |
9123
|
|
|
|
|
|
|
}, |
9124
|
|
|
|
|
|
|
'America/Winnipeg' => { |
9125
|
|
|
|
|
|
|
exemplarCity => q#Winnipeg#, |
9126
|
|
|
|
|
|
|
}, |
9127
|
|
|
|
|
|
|
'America/Yakutat' => { |
9128
|
|
|
|
|
|
|
exemplarCity => q#Yakutat#, |
9129
|
|
|
|
|
|
|
}, |
9130
|
|
|
|
|
|
|
'America/Yellowknife' => { |
9131
|
|
|
|
|
|
|
exemplarCity => q#Yellowknife#, |
9132
|
|
|
|
|
|
|
}, |
9133
|
|
|
|
|
|
|
'America_Central' => { |
9134
|
|
|
|
|
|
|
long => { |
9135
|
|
|
|
|
|
|
'daylight' => q(Hora braniega central norteamericana), |
9136
|
|
|
|
|
|
|
'generic' => q(Hora central norteamericana), |
9137
|
|
|
|
|
|
|
'standard' => q(Hora estándar central norteamericana), |
9138
|
|
|
|
|
|
|
}, |
9139
|
|
|
|
|
|
|
short => { |
9140
|
|
|
|
|
|
|
'daylight' => q(CDT), |
9141
|
|
|
|
|
|
|
'generic' => q(CT), |
9142
|
|
|
|
|
|
|
'standard' => q(CST), |
9143
|
|
|
|
|
|
|
}, |
9144
|
|
|
|
|
|
|
}, |
9145
|
|
|
|
|
|
|
'America_Eastern' => { |
9146
|
|
|
|
|
|
|
long => { |
9147
|
|
|
|
|
|
|
'daylight' => q(Hora braniega del este norteamericanu), |
9148
|
|
|
|
|
|
|
'generic' => q(Hora del este norteamericanu), |
9149
|
|
|
|
|
|
|
'standard' => q(Hora estándar del este norteamericanu), |
9150
|
|
|
|
|
|
|
}, |
9151
|
|
|
|
|
|
|
short => { |
9152
|
|
|
|
|
|
|
'daylight' => q(EDT), |
9153
|
|
|
|
|
|
|
'generic' => q(ET), |
9154
|
|
|
|
|
|
|
'standard' => q(EST), |
9155
|
|
|
|
|
|
|
}, |
9156
|
|
|
|
|
|
|
}, |
9157
|
|
|
|
|
|
|
'America_Mountain' => { |
9158
|
|
|
|
|
|
|
long => { |
9159
|
|
|
|
|
|
|
'daylight' => q(Hora braniega de les montañes norteamericanes), |
9160
|
|
|
|
|
|
|
'generic' => q(Hora de les montañes norteamericanes), |
9161
|
|
|
|
|
|
|
'standard' => q(Hora estándar de les montañes norteamericanes), |
9162
|
|
|
|
|
|
|
}, |
9163
|
|
|
|
|
|
|
short => { |
9164
|
|
|
|
|
|
|
'daylight' => q(MDT), |
9165
|
|
|
|
|
|
|
'generic' => q(MT), |
9166
|
|
|
|
|
|
|
'standard' => q(MST), |
9167
|
|
|
|
|
|
|
}, |
9168
|
|
|
|
|
|
|
}, |
9169
|
|
|
|
|
|
|
'America_Pacific' => { |
9170
|
|
|
|
|
|
|
long => { |
9171
|
|
|
|
|
|
|
'daylight' => q(Hora braniega del PacÃficu norteamericanu), |
9172
|
|
|
|
|
|
|
'generic' => q(Hora del PacÃficu norteamericanu), |
9173
|
|
|
|
|
|
|
'standard' => q(Hora estándar del PacÃficu norteamericanu), |
9174
|
|
|
|
|
|
|
}, |
9175
|
|
|
|
|
|
|
short => { |
9176
|
|
|
|
|
|
|
'daylight' => q(PDT), |
9177
|
|
|
|
|
|
|
'generic' => q(PT), |
9178
|
|
|
|
|
|
|
'standard' => q(PST), |
9179
|
|
|
|
|
|
|
}, |
9180
|
|
|
|
|
|
|
}, |
9181
|
|
|
|
|
|
|
'Anadyr' => { |
9182
|
|
|
|
|
|
|
long => { |
9183
|
|
|
|
|
|
|
'daylight' => q(hora braniega dâAnadyr), |
9184
|
|
|
|
|
|
|
'generic' => q(hora dâAnadyr), |
9185
|
|
|
|
|
|
|
'standard' => q(hora estándar dâAnadyr), |
9186
|
|
|
|
|
|
|
}, |
9187
|
|
|
|
|
|
|
}, |
9188
|
|
|
|
|
|
|
'Antarctica/Casey' => { |
9189
|
|
|
|
|
|
|
exemplarCity => q#Casey#, |
9190
|
|
|
|
|
|
|
}, |
9191
|
|
|
|
|
|
|
'Antarctica/Davis' => { |
9192
|
|
|
|
|
|
|
exemplarCity => q#Davis#, |
9193
|
|
|
|
|
|
|
}, |
9194
|
|
|
|
|
|
|
'Antarctica/DumontDUrville' => { |
9195
|
|
|
|
|
|
|
exemplarCity => q#Dumont dâUrville#, |
9196
|
|
|
|
|
|
|
}, |
9197
|
|
|
|
|
|
|
'Antarctica/Macquarie' => { |
9198
|
|
|
|
|
|
|
exemplarCity => q#Macquarie#, |
9199
|
|
|
|
|
|
|
}, |
9200
|
|
|
|
|
|
|
'Antarctica/Mawson' => { |
9201
|
|
|
|
|
|
|
exemplarCity => q#Mawson#, |
9202
|
|
|
|
|
|
|
}, |
9203
|
|
|
|
|
|
|
'Antarctica/McMurdo' => { |
9204
|
|
|
|
|
|
|
exemplarCity => q#McMurdo#, |
9205
|
|
|
|
|
|
|
}, |
9206
|
|
|
|
|
|
|
'Antarctica/Palmer' => { |
9207
|
|
|
|
|
|
|
exemplarCity => q#Palmer#, |
9208
|
|
|
|
|
|
|
}, |
9209
|
|
|
|
|
|
|
'Antarctica/Rothera' => { |
9210
|
|
|
|
|
|
|
exemplarCity => q#Rothera#, |
9211
|
|
|
|
|
|
|
}, |
9212
|
|
|
|
|
|
|
'Antarctica/Syowa' => { |
9213
|
|
|
|
|
|
|
exemplarCity => q#Syowa#, |
9214
|
|
|
|
|
|
|
}, |
9215
|
|
|
|
|
|
|
'Antarctica/Troll' => { |
9216
|
|
|
|
|
|
|
exemplarCity => q#Troll#, |
9217
|
|
|
|
|
|
|
}, |
9218
|
|
|
|
|
|
|
'Antarctica/Vostok' => { |
9219
|
|
|
|
|
|
|
exemplarCity => q#Vostok#, |
9220
|
|
|
|
|
|
|
}, |
9221
|
|
|
|
|
|
|
'Apia' => { |
9222
|
|
|
|
|
|
|
long => { |
9223
|
|
|
|
|
|
|
'daylight' => q(Hora braniega dâApia), |
9224
|
|
|
|
|
|
|
'generic' => q(Hora dâApia), |
9225
|
|
|
|
|
|
|
'standard' => q(Hora estándar dâApia), |
9226
|
|
|
|
|
|
|
}, |
9227
|
|
|
|
|
|
|
}, |
9228
|
|
|
|
|
|
|
'Aqtau' => { |
9229
|
|
|
|
|
|
|
long => { |
9230
|
|
|
|
|
|
|
'daylight' => q(Hora braniega dâAqtau), |
9231
|
|
|
|
|
|
|
'generic' => q(Hora dâAqtau), |
9232
|
|
|
|
|
|
|
'standard' => q(Hora estándar dâAqtau), |
9233
|
|
|
|
|
|
|
}, |
9234
|
|
|
|
|
|
|
}, |
9235
|
|
|
|
|
|
|
'Aqtobe' => { |
9236
|
|
|
|
|
|
|
long => { |
9237
|
|
|
|
|
|
|
'daylight' => q(Hora braniega dâAqtobe), |
9238
|
|
|
|
|
|
|
'generic' => q(Hora dâAqtobe), |
9239
|
|
|
|
|
|
|
'standard' => q(Hora estándar dâAqtobe), |
9240
|
|
|
|
|
|
|
}, |
9241
|
|
|
|
|
|
|
}, |
9242
|
|
|
|
|
|
|
'Arabian' => { |
9243
|
|
|
|
|
|
|
long => { |
9244
|
|
|
|
|
|
|
'daylight' => q(Hora braniega dâArabia), |
9245
|
|
|
|
|
|
|
'generic' => q(Hora dâArabia), |
9246
|
|
|
|
|
|
|
'standard' => q(Hora estándar dâArabia), |
9247
|
|
|
|
|
|
|
}, |
9248
|
|
|
|
|
|
|
}, |
9249
|
|
|
|
|
|
|
'Arctic/Longyearbyen' => { |
9250
|
|
|
|
|
|
|
exemplarCity => q#Longyearbyen#, |
9251
|
|
|
|
|
|
|
}, |
9252
|
|
|
|
|
|
|
'Argentina' => { |
9253
|
|
|
|
|
|
|
long => { |
9254
|
|
|
|
|
|
|
'daylight' => q(Hora braniega dâArxentina), |
9255
|
|
|
|
|
|
|
'generic' => q(Hora dâArxentina), |
9256
|
|
|
|
|
|
|
'standard' => q(Hora estándar dâArxentina), |
9257
|
|
|
|
|
|
|
}, |
9258
|
|
|
|
|
|
|
}, |
9259
|
|
|
|
|
|
|
'Argentina_Western' => { |
9260
|
|
|
|
|
|
|
long => { |
9261
|
|
|
|
|
|
|
'daylight' => q(Hora braniega occidental dâArxentina), |
9262
|
|
|
|
|
|
|
'generic' => q(Hora occidental dâArxentina), |
9263
|
|
|
|
|
|
|
'standard' => q(Hora estándar occidental dâArxentina), |
9264
|
|
|
|
|
|
|
}, |
9265
|
|
|
|
|
|
|
}, |
9266
|
|
|
|
|
|
|
'Armenia' => { |
9267
|
|
|
|
|
|
|
long => { |
9268
|
|
|
|
|
|
|
'daylight' => q(Hora braniega dâArmenia), |
9269
|
|
|
|
|
|
|
'generic' => q(Hora dâArmenia), |
9270
|
|
|
|
|
|
|
'standard' => q(Hora estándar dâArmenia), |
9271
|
|
|
|
|
|
|
}, |
9272
|
|
|
|
|
|
|
}, |
9273
|
|
|
|
|
|
|
'Asia/Aden' => { |
9274
|
|
|
|
|
|
|
exemplarCity => q#Aden#, |
9275
|
|
|
|
|
|
|
}, |
9276
|
|
|
|
|
|
|
'Asia/Almaty' => { |
9277
|
|
|
|
|
|
|
exemplarCity => q#Almaty#, |
9278
|
|
|
|
|
|
|
}, |
9279
|
|
|
|
|
|
|
'Asia/Amman' => { |
9280
|
|
|
|
|
|
|
exemplarCity => q#Amán#, |
9281
|
|
|
|
|
|
|
}, |
9282
|
|
|
|
|
|
|
'Asia/Anadyr' => { |
9283
|
|
|
|
|
|
|
exemplarCity => q#Anadyr#, |
9284
|
|
|
|
|
|
|
}, |
9285
|
|
|
|
|
|
|
'Asia/Aqtau' => { |
9286
|
|
|
|
|
|
|
exemplarCity => q#Aqtau#, |
9287
|
|
|
|
|
|
|
}, |
9288
|
|
|
|
|
|
|
'Asia/Aqtobe' => { |
9289
|
|
|
|
|
|
|
exemplarCity => q#Aqtobe#, |
9290
|
|
|
|
|
|
|
}, |
9291
|
|
|
|
|
|
|
'Asia/Ashgabat' => { |
9292
|
|
|
|
|
|
|
exemplarCity => q#Ashgabat#, |
9293
|
|
|
|
|
|
|
}, |
9294
|
|
|
|
|
|
|
'Asia/Baghdad' => { |
9295
|
|
|
|
|
|
|
exemplarCity => q#Bagdag#, |
9296
|
|
|
|
|
|
|
}, |
9297
|
|
|
|
|
|
|
'Asia/Bahrain' => { |
9298
|
|
|
|
|
|
|
exemplarCity => q#Baḥréin#, |
9299
|
|
|
|
|
|
|
}, |
9300
|
|
|
|
|
|
|
'Asia/Baku' => { |
9301
|
|
|
|
|
|
|
exemplarCity => q#Bakú#, |
9302
|
|
|
|
|
|
|
}, |
9303
|
|
|
|
|
|
|
'Asia/Bangkok' => { |
9304
|
|
|
|
|
|
|
exemplarCity => q#Bangkok#, |
9305
|
|
|
|
|
|
|
}, |
9306
|
|
|
|
|
|
|
'Asia/Beirut' => { |
9307
|
|
|
|
|
|
|
exemplarCity => q#Beirut#, |
9308
|
|
|
|
|
|
|
}, |
9309
|
|
|
|
|
|
|
'Asia/Bishkek' => { |
9310
|
|
|
|
|
|
|
exemplarCity => q#Bishkek#, |
9311
|
|
|
|
|
|
|
}, |
9312
|
|
|
|
|
|
|
'Asia/Brunei' => { |
9313
|
|
|
|
|
|
|
exemplarCity => q#Brunéi#, |
9314
|
|
|
|
|
|
|
}, |
9315
|
|
|
|
|
|
|
'Asia/Calcutta' => { |
9316
|
|
|
|
|
|
|
exemplarCity => q#Calcuta#, |
9317
|
|
|
|
|
|
|
}, |
9318
|
|
|
|
|
|
|
'Asia/Chita' => { |
9319
|
|
|
|
|
|
|
exemplarCity => q#Chita#, |
9320
|
|
|
|
|
|
|
}, |
9321
|
|
|
|
|
|
|
'Asia/Choibalsan' => { |
9322
|
|
|
|
|
|
|
exemplarCity => q#Choibalsan#, |
9323
|
|
|
|
|
|
|
}, |
9324
|
|
|
|
|
|
|
'Asia/Colombo' => { |
9325
|
|
|
|
|
|
|
exemplarCity => q#Colombo#, |
9326
|
|
|
|
|
|
|
}, |
9327
|
|
|
|
|
|
|
'Asia/Damascus' => { |
9328
|
|
|
|
|
|
|
exemplarCity => q#Damascu#, |
9329
|
|
|
|
|
|
|
}, |
9330
|
|
|
|
|
|
|
'Asia/Dhaka' => { |
9331
|
|
|
|
|
|
|
exemplarCity => q#Dhaka#, |
9332
|
|
|
|
|
|
|
}, |
9333
|
|
|
|
|
|
|
'Asia/Dili' => { |
9334
|
|
|
|
|
|
|
exemplarCity => q#Dili#, |
9335
|
|
|
|
|
|
|
}, |
9336
|
|
|
|
|
|
|
'Asia/Dubai' => { |
9337
|
|
|
|
|
|
|
exemplarCity => q#Dubai#, |
9338
|
|
|
|
|
|
|
}, |
9339
|
|
|
|
|
|
|
'Asia/Dushanbe' => { |
9340
|
|
|
|
|
|
|
exemplarCity => q#Duxanbé#, |
9341
|
|
|
|
|
|
|
}, |
9342
|
|
|
|
|
|
|
'Asia/Gaza' => { |
9343
|
|
|
|
|
|
|
exemplarCity => q#Gaza#, |
9344
|
|
|
|
|
|
|
}, |
9345
|
|
|
|
|
|
|
'Asia/Hebron' => { |
9346
|
|
|
|
|
|
|
exemplarCity => q#Hebrón#, |
9347
|
|
|
|
|
|
|
}, |
9348
|
|
|
|
|
|
|
'Asia/Hong_Kong' => { |
9349
|
|
|
|
|
|
|
exemplarCity => q#Ḥong Kong#, |
9350
|
|
|
|
|
|
|
}, |
9351
|
|
|
|
|
|
|
'Asia/Hovd' => { |
9352
|
|
|
|
|
|
|
exemplarCity => q#Hovd#, |
9353
|
|
|
|
|
|
|
}, |
9354
|
|
|
|
|
|
|
'Asia/Irkutsk' => { |
9355
|
|
|
|
|
|
|
exemplarCity => q#Irkutsk#, |
9356
|
|
|
|
|
|
|
}, |
9357
|
|
|
|
|
|
|
'Asia/Jakarta' => { |
9358
|
|
|
|
|
|
|
exemplarCity => q#Xakarta#, |
9359
|
|
|
|
|
|
|
}, |
9360
|
|
|
|
|
|
|
'Asia/Jayapura' => { |
9361
|
|
|
|
|
|
|
exemplarCity => q#Xayapura#, |
9362
|
|
|
|
|
|
|
}, |
9363
|
|
|
|
|
|
|
'Asia/Jerusalem' => { |
9364
|
|
|
|
|
|
|
exemplarCity => q#Xerusalén#, |
9365
|
|
|
|
|
|
|
}, |
9366
|
|
|
|
|
|
|
'Asia/Kabul' => { |
9367
|
|
|
|
|
|
|
exemplarCity => q#Kabul#, |
9368
|
|
|
|
|
|
|
}, |
9369
|
|
|
|
|
|
|
'Asia/Kamchatka' => { |
9370
|
|
|
|
|
|
|
exemplarCity => q#Kamchatka#, |
9371
|
|
|
|
|
|
|
}, |
9372
|
|
|
|
|
|
|
'Asia/Karachi' => { |
9373
|
|
|
|
|
|
|
exemplarCity => q#Karachi#, |
9374
|
|
|
|
|
|
|
}, |
9375
|
|
|
|
|
|
|
'Asia/Katmandu' => { |
9376
|
|
|
|
|
|
|
exemplarCity => q#Katmandú#, |
9377
|
|
|
|
|
|
|
}, |
9378
|
|
|
|
|
|
|
'Asia/Khandyga' => { |
9379
|
|
|
|
|
|
|
exemplarCity => q#Khandyga#, |
9380
|
|
|
|
|
|
|
}, |
9381
|
|
|
|
|
|
|
'Asia/Krasnoyarsk' => { |
9382
|
|
|
|
|
|
|
exemplarCity => q#Krasnoyarsk#, |
9383
|
|
|
|
|
|
|
}, |
9384
|
|
|
|
|
|
|
'Asia/Kuala_Lumpur' => { |
9385
|
|
|
|
|
|
|
exemplarCity => q#Kuala Lumpur#, |
9386
|
|
|
|
|
|
|
}, |
9387
|
|
|
|
|
|
|
'Asia/Kuching' => { |
9388
|
|
|
|
|
|
|
exemplarCity => q#Kuching#, |
9389
|
|
|
|
|
|
|
}, |
9390
|
|
|
|
|
|
|
'Asia/Kuwait' => { |
9391
|
|
|
|
|
|
|
exemplarCity => q#Kuwait#, |
9392
|
|
|
|
|
|
|
}, |
9393
|
|
|
|
|
|
|
'Asia/Macau' => { |
9394
|
|
|
|
|
|
|
exemplarCity => q#Macáu#, |
9395
|
|
|
|
|
|
|
}, |
9396
|
|
|
|
|
|
|
'Asia/Magadan' => { |
9397
|
|
|
|
|
|
|
exemplarCity => q#Magadán#, |
9398
|
|
|
|
|
|
|
}, |
9399
|
|
|
|
|
|
|
'Asia/Makassar' => { |
9400
|
|
|
|
|
|
|
exemplarCity => q#Makassar#, |
9401
|
|
|
|
|
|
|
}, |
9402
|
|
|
|
|
|
|
'Asia/Manila' => { |
9403
|
|
|
|
|
|
|
exemplarCity => q#Manila#, |
9404
|
|
|
|
|
|
|
}, |
9405
|
|
|
|
|
|
|
'Asia/Muscat' => { |
9406
|
|
|
|
|
|
|
exemplarCity => q#Mascate#, |
9407
|
|
|
|
|
|
|
}, |
9408
|
|
|
|
|
|
|
'Asia/Nicosia' => { |
9409
|
|
|
|
|
|
|
exemplarCity => q#Nicosia#, |
9410
|
|
|
|
|
|
|
}, |
9411
|
|
|
|
|
|
|
'Asia/Novokuznetsk' => { |
9412
|
|
|
|
|
|
|
exemplarCity => q#Novokuznetsk#, |
9413
|
|
|
|
|
|
|
}, |
9414
|
|
|
|
|
|
|
'Asia/Novosibirsk' => { |
9415
|
|
|
|
|
|
|
exemplarCity => q#Novosibirsk#, |
9416
|
|
|
|
|
|
|
}, |
9417
|
|
|
|
|
|
|
'Asia/Omsk' => { |
9418
|
|
|
|
|
|
|
exemplarCity => q#Omsk#, |
9419
|
|
|
|
|
|
|
}, |
9420
|
|
|
|
|
|
|
'Asia/Oral' => { |
9421
|
|
|
|
|
|
|
exemplarCity => q#Oral#, |
9422
|
|
|
|
|
|
|
}, |
9423
|
|
|
|
|
|
|
'Asia/Phnom_Penh' => { |
9424
|
|
|
|
|
|
|
exemplarCity => q#Phnom Penh#, |
9425
|
|
|
|
|
|
|
}, |
9426
|
|
|
|
|
|
|
'Asia/Pontianak' => { |
9427
|
|
|
|
|
|
|
exemplarCity => q#Pontianak#, |
9428
|
|
|
|
|
|
|
}, |
9429
|
|
|
|
|
|
|
'Asia/Pyongyang' => { |
9430
|
|
|
|
|
|
|
exemplarCity => q#Pyong Yang#, |
9431
|
|
|
|
|
|
|
}, |
9432
|
|
|
|
|
|
|
'Asia/Qatar' => { |
9433
|
|
|
|
|
|
|
exemplarCity => q#Qatar#, |
9434
|
|
|
|
|
|
|
}, |
9435
|
|
|
|
|
|
|
'Asia/Qyzylorda' => { |
9436
|
|
|
|
|
|
|
exemplarCity => q#Qyzylorda#, |
9437
|
|
|
|
|
|
|
}, |
9438
|
|
|
|
|
|
|
'Asia/Rangoon' => { |
9439
|
|
|
|
|
|
|
exemplarCity => q#Rangún#, |
9440
|
|
|
|
|
|
|
}, |
9441
|
|
|
|
|
|
|
'Asia/Riyadh' => { |
9442
|
|
|
|
|
|
|
exemplarCity => q#Riyad#, |
9443
|
|
|
|
|
|
|
}, |
9444
|
|
|
|
|
|
|
'Asia/Saigon' => { |
9445
|
|
|
|
|
|
|
exemplarCity => q#Ciudá de Ho Chi Minh#, |
9446
|
|
|
|
|
|
|
}, |
9447
|
|
|
|
|
|
|
'Asia/Sakhalin' => { |
9448
|
|
|
|
|
|
|
exemplarCity => q#SaxalÃn#, |
9449
|
|
|
|
|
|
|
}, |
9450
|
|
|
|
|
|
|
'Asia/Samarkand' => { |
9451
|
|
|
|
|
|
|
exemplarCity => q#Samarcanda#, |
9452
|
|
|
|
|
|
|
}, |
9453
|
|
|
|
|
|
|
'Asia/Seoul' => { |
9454
|
|
|
|
|
|
|
exemplarCity => q#Seúl#, |
9455
|
|
|
|
|
|
|
}, |
9456
|
|
|
|
|
|
|
'Asia/Shanghai' => { |
9457
|
|
|
|
|
|
|
exemplarCity => q#Shanghai#, |
9458
|
|
|
|
|
|
|
}, |
9459
|
|
|
|
|
|
|
'Asia/Singapore' => { |
9460
|
|
|
|
|
|
|
exemplarCity => q#Singapur#, |
9461
|
|
|
|
|
|
|
}, |
9462
|
|
|
|
|
|
|
'Asia/Srednekolymsk' => { |
9463
|
|
|
|
|
|
|
exemplarCity => q#Srednekolymsk#, |
9464
|
|
|
|
|
|
|
}, |
9465
|
|
|
|
|
|
|
'Asia/Taipei' => { |
9466
|
|
|
|
|
|
|
exemplarCity => q#Taipei#, |
9467
|
|
|
|
|
|
|
}, |
9468
|
|
|
|
|
|
|
'Asia/Tashkent' => { |
9469
|
|
|
|
|
|
|
exemplarCity => q#Tashkent#, |
9470
|
|
|
|
|
|
|
}, |
9471
|
|
|
|
|
|
|
'Asia/Tbilisi' => { |
9472
|
|
|
|
|
|
|
exemplarCity => q#Tbilisi#, |
9473
|
|
|
|
|
|
|
}, |
9474
|
|
|
|
|
|
|
'Asia/Tehran' => { |
9475
|
|
|
|
|
|
|
exemplarCity => q#Teḥrán#, |
9476
|
|
|
|
|
|
|
}, |
9477
|
|
|
|
|
|
|
'Asia/Thimphu' => { |
9478
|
|
|
|
|
|
|
exemplarCity => q#Thimphu#, |
9479
|
|
|
|
|
|
|
}, |
9480
|
|
|
|
|
|
|
'Asia/Tokyo' => { |
9481
|
|
|
|
|
|
|
exemplarCity => q#Tokiu#, |
9482
|
|
|
|
|
|
|
}, |
9483
|
|
|
|
|
|
|
'Asia/Ulaanbaatar' => { |
9484
|
|
|
|
|
|
|
exemplarCity => q#Ulán Bátor#, |
9485
|
|
|
|
|
|
|
}, |
9486
|
|
|
|
|
|
|
'Asia/Urumqi' => { |
9487
|
|
|
|
|
|
|
exemplarCity => q#Urumqi#, |
9488
|
|
|
|
|
|
|
}, |
9489
|
|
|
|
|
|
|
'Asia/Ust-Nera' => { |
9490
|
|
|
|
|
|
|
exemplarCity => q#Ust-Nera#, |
9491
|
|
|
|
|
|
|
}, |
9492
|
|
|
|
|
|
|
'Asia/Vientiane' => { |
9493
|
|
|
|
|
|
|
exemplarCity => q#Vientián#, |
9494
|
|
|
|
|
|
|
}, |
9495
|
|
|
|
|
|
|
'Asia/Vladivostok' => { |
9496
|
|
|
|
|
|
|
exemplarCity => q#Vladivostok#, |
9497
|
|
|
|
|
|
|
}, |
9498
|
|
|
|
|
|
|
'Asia/Yakutsk' => { |
9499
|
|
|
|
|
|
|
exemplarCity => q#Yakutsk#, |
9500
|
|
|
|
|
|
|
}, |
9501
|
|
|
|
|
|
|
'Asia/Yekaterinburg' => { |
9502
|
|
|
|
|
|
|
exemplarCity => q#Yekaterimburgu#, |
9503
|
|
|
|
|
|
|
}, |
9504
|
|
|
|
|
|
|
'Asia/Yerevan' => { |
9505
|
|
|
|
|
|
|
exemplarCity => q#Yerevan#, |
9506
|
|
|
|
|
|
|
}, |
9507
|
|
|
|
|
|
|
'Atlantic' => { |
9508
|
|
|
|
|
|
|
long => { |
9509
|
|
|
|
|
|
|
'daylight' => q(Hora braniega del Atlánticu), |
9510
|
|
|
|
|
|
|
'generic' => q(Hora del Atlánticu), |
9511
|
|
|
|
|
|
|
'standard' => q(Hora estándar del Atlánticu), |
9512
|
|
|
|
|
|
|
}, |
9513
|
|
|
|
|
|
|
short => { |
9514
|
|
|
|
|
|
|
'daylight' => q(ADT), |
9515
|
|
|
|
|
|
|
'generic' => q(AT), |
9516
|
|
|
|
|
|
|
'standard' => q(AST), |
9517
|
|
|
|
|
|
|
}, |
9518
|
|
|
|
|
|
|
}, |
9519
|
|
|
|
|
|
|
'Atlantic/Azores' => { |
9520
|
|
|
|
|
|
|
exemplarCity => q#Les Azores#, |
9521
|
|
|
|
|
|
|
}, |
9522
|
|
|
|
|
|
|
'Atlantic/Bermuda' => { |
9523
|
|
|
|
|
|
|
exemplarCity => q#Bermuda#, |
9524
|
|
|
|
|
|
|
}, |
9525
|
|
|
|
|
|
|
'Atlantic/Canary' => { |
9526
|
|
|
|
|
|
|
exemplarCity => q#Canaries#, |
9527
|
|
|
|
|
|
|
}, |
9528
|
|
|
|
|
|
|
'Atlantic/Cape_Verde' => { |
9529
|
|
|
|
|
|
|
exemplarCity => q#Cabu Verde#, |
9530
|
|
|
|
|
|
|
}, |
9531
|
|
|
|
|
|
|
'Atlantic/Faeroe' => { |
9532
|
|
|
|
|
|
|
exemplarCity => q#Islles Feroe#, |
9533
|
|
|
|
|
|
|
}, |
9534
|
|
|
|
|
|
|
'Atlantic/Madeira' => { |
9535
|
|
|
|
|
|
|
exemplarCity => q#Madeira#, |
9536
|
|
|
|
|
|
|
}, |
9537
|
|
|
|
|
|
|
'Atlantic/Reykjavik' => { |
9538
|
|
|
|
|
|
|
exemplarCity => q#Reikiavik#, |
9539
|
|
|
|
|
|
|
}, |
9540
|
|
|
|
|
|
|
'Atlantic/South_Georgia' => { |
9541
|
|
|
|
|
|
|
exemplarCity => q#Xeorxa del Sur#, |
9542
|
|
|
|
|
|
|
}, |
9543
|
|
|
|
|
|
|
'Atlantic/St_Helena' => { |
9544
|
|
|
|
|
|
|
exemplarCity => q#Santa Lena#, |
9545
|
|
|
|
|
|
|
}, |
9546
|
|
|
|
|
|
|
'Atlantic/Stanley' => { |
9547
|
|
|
|
|
|
|
exemplarCity => q#Stanley#, |
9548
|
|
|
|
|
|
|
}, |
9549
|
|
|
|
|
|
|
'Australia/Adelaide' => { |
9550
|
|
|
|
|
|
|
exemplarCity => q#Adelaida#, |
9551
|
|
|
|
|
|
|
}, |
9552
|
|
|
|
|
|
|
'Australia/Brisbane' => { |
9553
|
|
|
|
|
|
|
exemplarCity => q#Brisbane#, |
9554
|
|
|
|
|
|
|
}, |
9555
|
|
|
|
|
|
|
'Australia/Broken_Hill' => { |
9556
|
|
|
|
|
|
|
exemplarCity => q#Broken Hill#, |
9557
|
|
|
|
|
|
|
}, |
9558
|
|
|
|
|
|
|
'Australia/Currie' => { |
9559
|
|
|
|
|
|
|
exemplarCity => q#Currie#, |
9560
|
|
|
|
|
|
|
}, |
9561
|
|
|
|
|
|
|
'Australia/Darwin' => { |
9562
|
|
|
|
|
|
|
exemplarCity => q#Darwin#, |
9563
|
|
|
|
|
|
|
}, |
9564
|
|
|
|
|
|
|
'Australia/Eucla' => { |
9565
|
|
|
|
|
|
|
exemplarCity => q#Eucla#, |
9566
|
|
|
|
|
|
|
}, |
9567
|
|
|
|
|
|
|
'Australia/Hobart' => { |
9568
|
|
|
|
|
|
|
exemplarCity => q#Hobart#, |
9569
|
|
|
|
|
|
|
}, |
9570
|
|
|
|
|
|
|
'Australia/Lindeman' => { |
9571
|
|
|
|
|
|
|
exemplarCity => q#Lindeman#, |
9572
|
|
|
|
|
|
|
}, |
9573
|
|
|
|
|
|
|
'Australia/Lord_Howe' => { |
9574
|
|
|
|
|
|
|
exemplarCity => q#Lord Howe#, |
9575
|
|
|
|
|
|
|
}, |
9576
|
|
|
|
|
|
|
'Australia/Melbourne' => { |
9577
|
|
|
|
|
|
|
exemplarCity => q#Melbourne#, |
9578
|
|
|
|
|
|
|
}, |
9579
|
|
|
|
|
|
|
'Australia/Perth' => { |
9580
|
|
|
|
|
|
|
exemplarCity => q#Perth#, |
9581
|
|
|
|
|
|
|
}, |
9582
|
|
|
|
|
|
|
'Australia/Sydney' => { |
9583
|
|
|
|
|
|
|
exemplarCity => q#Sydney#, |
9584
|
|
|
|
|
|
|
}, |
9585
|
|
|
|
|
|
|
'Australia_Central' => { |
9586
|
|
|
|
|
|
|
long => { |
9587
|
|
|
|
|
|
|
'daylight' => q(Hora braniega dâAustralia central), |
9588
|
|
|
|
|
|
|
'generic' => q(Hora dâAustralia central), |
9589
|
|
|
|
|
|
|
'standard' => q(Hora estándar dâAustralia central), |
9590
|
|
|
|
|
|
|
}, |
9591
|
|
|
|
|
|
|
}, |
9592
|
|
|
|
|
|
|
'Australia_CentralWestern' => { |
9593
|
|
|
|
|
|
|
long => { |
9594
|
|
|
|
|
|
|
'daylight' => q(Hora braniega dâAustralia central del oeste), |
9595
|
|
|
|
|
|
|
'generic' => q(Hora dâAustralia central del oeste), |
9596
|
|
|
|
|
|
|
'standard' => q(Hora estándar dâAustralia central del oeste), |
9597
|
|
|
|
|
|
|
}, |
9598
|
|
|
|
|
|
|
}, |
9599
|
|
|
|
|
|
|
'Australia_Eastern' => { |
9600
|
|
|
|
|
|
|
long => { |
9601
|
|
|
|
|
|
|
'daylight' => q(Hora braniega dâAustralia del este), |
9602
|
|
|
|
|
|
|
'generic' => q(Hora dâAustralia del este), |
9603
|
|
|
|
|
|
|
'standard' => q(Hora estándar dâAustralia del este), |
9604
|
|
|
|
|
|
|
}, |
9605
|
|
|
|
|
|
|
}, |
9606
|
|
|
|
|
|
|
'Australia_Western' => { |
9607
|
|
|
|
|
|
|
long => { |
9608
|
|
|
|
|
|
|
'daylight' => q(Hora braniega dâAustralia del oeste), |
9609
|
|
|
|
|
|
|
'generic' => q(Hora dâAustralia del oeste), |
9610
|
|
|
|
|
|
|
'standard' => q(Hora estándar dâAustralia del oeste), |
9611
|
|
|
|
|
|
|
}, |
9612
|
|
|
|
|
|
|
}, |
9613
|
|
|
|
|
|
|
'Azerbaijan' => { |
9614
|
|
|
|
|
|
|
long => { |
9615
|
|
|
|
|
|
|
'daylight' => q(Hora braniega dâAzerbaixán), |
9616
|
|
|
|
|
|
|
'generic' => q(Hora dâAzerbaixán), |
9617
|
|
|
|
|
|
|
'standard' => q(Hora estándar dâAzerbaixán), |
9618
|
|
|
|
|
|
|
}, |
9619
|
|
|
|
|
|
|
}, |
9620
|
|
|
|
|
|
|
'Azores' => { |
9621
|
|
|
|
|
|
|
long => { |
9622
|
|
|
|
|
|
|
'daylight' => q(Hora braniega de Les Azores), |
9623
|
|
|
|
|
|
|
'generic' => q(Hora de les Azores), |
9624
|
|
|
|
|
|
|
'standard' => q(Hora estándar de les Azores), |
9625
|
|
|
|
|
|
|
}, |
9626
|
|
|
|
|
|
|
}, |
9627
|
|
|
|
|
|
|
'Bangladesh' => { |
9628
|
|
|
|
|
|
|
long => { |
9629
|
|
|
|
|
|
|
'daylight' => q(Hora braniega de Bangladex), |
9630
|
|
|
|
|
|
|
'generic' => q(Hora de Bangladex), |
9631
|
|
|
|
|
|
|
'standard' => q(Hora estándar de Bangladex), |
9632
|
|
|
|
|
|
|
}, |
9633
|
|
|
|
|
|
|
}, |
9634
|
|
|
|
|
|
|
'Bhutan' => { |
9635
|
|
|
|
|
|
|
long => { |
9636
|
|
|
|
|
|
|
'standard' => q(Hora de Bután), |
9637
|
|
|
|
|
|
|
}, |
9638
|
|
|
|
|
|
|
}, |
9639
|
|
|
|
|
|
|
'Bolivia' => { |
9640
|
|
|
|
|
|
|
long => { |
9641
|
|
|
|
|
|
|
'standard' => q(Hora de Bolivia), |
9642
|
|
|
|
|
|
|
}, |
9643
|
|
|
|
|
|
|
}, |
9644
|
|
|
|
|
|
|
'Brasilia' => { |
9645
|
|
|
|
|
|
|
long => { |
9646
|
|
|
|
|
|
|
'daylight' => q(Hora braniega de Brasilia), |
9647
|
|
|
|
|
|
|
'generic' => q(Hora de Brasilia), |
9648
|
|
|
|
|
|
|
'standard' => q(Hora estándar de Brasilia), |
9649
|
|
|
|
|
|
|
}, |
9650
|
|
|
|
|
|
|
}, |
9651
|
|
|
|
|
|
|
'Brunei' => { |
9652
|
|
|
|
|
|
|
long => { |
9653
|
|
|
|
|
|
|
'standard' => q(Hora de Brunéi Darussalam), |
9654
|
|
|
|
|
|
|
}, |
9655
|
|
|
|
|
|
|
}, |
9656
|
|
|
|
|
|
|
'Cape_Verde' => { |
9657
|
|
|
|
|
|
|
long => { |
9658
|
|
|
|
|
|
|
'daylight' => q(Hora braniega de Cabu Verde), |
9659
|
|
|
|
|
|
|
'generic' => q(Hora de Cabu Verde), |
9660
|
|
|
|
|
|
|
'standard' => q(Hora estándar de Cabu Verde), |
9661
|
|
|
|
|
|
|
}, |
9662
|
|
|
|
|
|
|
}, |
9663
|
|
|
|
|
|
|
'Casey' => { |
9664
|
|
|
|
|
|
|
long => { |
9665
|
|
|
|
|
|
|
'standard' => q(Hora de Casey), |
9666
|
|
|
|
|
|
|
}, |
9667
|
|
|
|
|
|
|
}, |
9668
|
|
|
|
|
|
|
'Chamorro' => { |
9669
|
|
|
|
|
|
|
long => { |
9670
|
|
|
|
|
|
|
'standard' => q(Hora estándar de Chamorro), |
9671
|
|
|
|
|
|
|
}, |
9672
|
|
|
|
|
|
|
}, |
9673
|
|
|
|
|
|
|
'Chatham' => { |
9674
|
|
|
|
|
|
|
long => { |
9675
|
|
|
|
|
|
|
'daylight' => q(Hora braniega de Chatham), |
9676
|
|
|
|
|
|
|
'generic' => q(Hora de Chatham), |
9677
|
|
|
|
|
|
|
'standard' => q(Hora estándar de Chatham), |
9678
|
|
|
|
|
|
|
}, |
9679
|
|
|
|
|
|
|
}, |
9680
|
|
|
|
|
|
|
'Chile' => { |
9681
|
|
|
|
|
|
|
long => { |
9682
|
|
|
|
|
|
|
'daylight' => q(Hora braniega de Chile), |
9683
|
|
|
|
|
|
|
'generic' => q(Hora de Chile), |
9684
|
|
|
|
|
|
|
'standard' => q(Hora estándar de Chile), |
9685
|
|
|
|
|
|
|
}, |
9686
|
|
|
|
|
|
|
}, |
9687
|
|
|
|
|
|
|
'China' => { |
9688
|
|
|
|
|
|
|
long => { |
9689
|
|
|
|
|
|
|
'daylight' => q(Hora braniega de China), |
9690
|
|
|
|
|
|
|
'generic' => q(Hora de China), |
9691
|
|
|
|
|
|
|
'standard' => q(Hora estándar de China), |
9692
|
|
|
|
|
|
|
}, |
9693
|
|
|
|
|
|
|
}, |
9694
|
|
|
|
|
|
|
'Choibalsan' => { |
9695
|
|
|
|
|
|
|
long => { |
9696
|
|
|
|
|
|
|
'daylight' => q(Hora braniega de Choibalsan), |
9697
|
|
|
|
|
|
|
'generic' => q(Hora de Choibalsan), |
9698
|
|
|
|
|
|
|
'standard' => q(Hora estándar de Choibalsan), |
9699
|
|
|
|
|
|
|
}, |
9700
|
|
|
|
|
|
|
}, |
9701
|
|
|
|
|
|
|
'Christmas' => { |
9702
|
|
|
|
|
|
|
long => { |
9703
|
|
|
|
|
|
|
'standard' => q(Hora estándar de la Islla Christmas), |
9704
|
|
|
|
|
|
|
}, |
9705
|
|
|
|
|
|
|
}, |
9706
|
|
|
|
|
|
|
'Cocos' => { |
9707
|
|
|
|
|
|
|
long => { |
9708
|
|
|
|
|
|
|
'standard' => q(Hora de les Islles Cocos), |
9709
|
|
|
|
|
|
|
}, |
9710
|
|
|
|
|
|
|
}, |
9711
|
|
|
|
|
|
|
'Colombia' => { |
9712
|
|
|
|
|
|
|
long => { |
9713
|
|
|
|
|
|
|
'daylight' => q(Hora braniega de Colombia), |
9714
|
|
|
|
|
|
|
'generic' => q(Hora de Colombia), |
9715
|
|
|
|
|
|
|
'standard' => q(Hora estándar de Colombia), |
9716
|
|
|
|
|
|
|
}, |
9717
|
|
|
|
|
|
|
}, |
9718
|
|
|
|
|
|
|
'Cook' => { |
9719
|
|
|
|
|
|
|
long => { |
9720
|
|
|
|
|
|
|
'daylight' => q(Hora media braniega de les Islles Cook), |
9721
|
|
|
|
|
|
|
'generic' => q(Hora de les Islles Cook), |
9722
|
|
|
|
|
|
|
'standard' => q(Hora estándar de les Islles Cook), |
9723
|
|
|
|
|
|
|
}, |
9724
|
|
|
|
|
|
|
}, |
9725
|
|
|
|
|
|
|
'Cuba' => { |
9726
|
|
|
|
|
|
|
long => { |
9727
|
|
|
|
|
|
|
'daylight' => q(Hora braniega de Cuba), |
9728
|
|
|
|
|
|
|
'generic' => q(Hora de Cuba), |
9729
|
|
|
|
|
|
|
'standard' => q(Hora estándar de Cuba), |
9730
|
|
|
|
|
|
|
}, |
9731
|
|
|
|
|
|
|
}, |
9732
|
|
|
|
|
|
|
'Davis' => { |
9733
|
|
|
|
|
|
|
long => { |
9734
|
|
|
|
|
|
|
'standard' => q(Hora de Davis), |
9735
|
|
|
|
|
|
|
}, |
9736
|
|
|
|
|
|
|
}, |
9737
|
|
|
|
|
|
|
'DumontDUrville' => { |
9738
|
|
|
|
|
|
|
long => { |
9739
|
|
|
|
|
|
|
'standard' => q(Hora de Dumont-dâUrville), |
9740
|
|
|
|
|
|
|
}, |
9741
|
|
|
|
|
|
|
}, |
9742
|
|
|
|
|
|
|
'East_Timor' => { |
9743
|
|
|
|
|
|
|
long => { |
9744
|
|
|
|
|
|
|
'standard' => q(Hora de Timor Oriental), |
9745
|
|
|
|
|
|
|
}, |
9746
|
|
|
|
|
|
|
}, |
9747
|
|
|
|
|
|
|
'Easter' => { |
9748
|
|
|
|
|
|
|
long => { |
9749
|
|
|
|
|
|
|
'daylight' => q(Hora braniega de la Islla de Pascua), |
9750
|
|
|
|
|
|
|
'generic' => q(Hora de la Islla de Pascua), |
9751
|
|
|
|
|
|
|
'standard' => q(Hora estándar de la Islla de Pascua), |
9752
|
|
|
|
|
|
|
}, |
9753
|
|
|
|
|
|
|
}, |
9754
|
|
|
|
|
|
|
'Ecuador' => { |
9755
|
|
|
|
|
|
|
long => { |
9756
|
|
|
|
|
|
|
'standard' => q(Hora dâEcuador), |
9757
|
|
|
|
|
|
|
}, |
9758
|
|
|
|
|
|
|
}, |
9759
|
|
|
|
|
|
|
'Etc/Unknown' => { |
9760
|
|
|
|
|
|
|
exemplarCity => q#Ciudá desconocida#, |
9761
|
|
|
|
|
|
|
}, |
9762
|
|
|
|
|
|
|
'Europe/Amsterdam' => { |
9763
|
|
|
|
|
|
|
exemplarCity => q#Amsterdam#, |
9764
|
|
|
|
|
|
|
}, |
9765
|
|
|
|
|
|
|
'Europe/Andorra' => { |
9766
|
|
|
|
|
|
|
exemplarCity => q#Andorra#, |
9767
|
|
|
|
|
|
|
}, |
9768
|
|
|
|
|
|
|
'Europe/Athens' => { |
9769
|
|
|
|
|
|
|
exemplarCity => q#Atenes#, |
9770
|
|
|
|
|
|
|
}, |
9771
|
|
|
|
|
|
|
'Europe/Belgrade' => { |
9772
|
|
|
|
|
|
|
exemplarCity => q#Belgráu#, |
9773
|
|
|
|
|
|
|
}, |
9774
|
|
|
|
|
|
|
'Europe/Berlin' => { |
9775
|
|
|
|
|
|
|
exemplarCity => q#BerlÃn#, |
9776
|
|
|
|
|
|
|
}, |
9777
|
|
|
|
|
|
|
'Europe/Bratislava' => { |
9778
|
|
|
|
|
|
|
exemplarCity => q#Bratislava#, |
9779
|
|
|
|
|
|
|
}, |
9780
|
|
|
|
|
|
|
'Europe/Brussels' => { |
9781
|
|
|
|
|
|
|
exemplarCity => q#Bruxeles#, |
9782
|
|
|
|
|
|
|
}, |
9783
|
|
|
|
|
|
|
'Europe/Bucharest' => { |
9784
|
|
|
|
|
|
|
exemplarCity => q#Bucarest#, |
9785
|
|
|
|
|
|
|
}, |
9786
|
|
|
|
|
|
|
'Europe/Budapest' => { |
9787
|
|
|
|
|
|
|
exemplarCity => q#Budapest#, |
9788
|
|
|
|
|
|
|
}, |
9789
|
|
|
|
|
|
|
'Europe/Busingen' => { |
9790
|
|
|
|
|
|
|
exemplarCity => q#Busingen#, |
9791
|
|
|
|
|
|
|
}, |
9792
|
|
|
|
|
|
|
'Europe/Chisinau' => { |
9793
|
|
|
|
|
|
|
exemplarCity => q#Chisinau#, |
9794
|
|
|
|
|
|
|
}, |
9795
|
|
|
|
|
|
|
'Europe/Copenhagen' => { |
9796
|
|
|
|
|
|
|
exemplarCity => q#Copenhague#, |
9797
|
|
|
|
|
|
|
}, |
9798
|
|
|
|
|
|
|
'Europe/Dublin' => { |
9799
|
|
|
|
|
|
|
exemplarCity => q#DublÃn#, |
9800
|
|
|
|
|
|
|
long => { |
9801
|
|
|
|
|
|
|
'daylight' => q(Hora estándar irlandesa), |
9802
|
|
|
|
|
|
|
}, |
9803
|
|
|
|
|
|
|
}, |
9804
|
|
|
|
|
|
|
'Europe/Gibraltar' => { |
9805
|
|
|
|
|
|
|
exemplarCity => q#Xibraltar#, |
9806
|
|
|
|
|
|
|
}, |
9807
|
|
|
|
|
|
|
'Europe/Guernsey' => { |
9808
|
|
|
|
|
|
|
exemplarCity => q#Guernsey#, |
9809
|
|
|
|
|
|
|
}, |
9810
|
|
|
|
|
|
|
'Europe/Helsinki' => { |
9811
|
|
|
|
|
|
|
exemplarCity => q#Ḥélsinki#, |
9812
|
|
|
|
|
|
|
}, |
9813
|
|
|
|
|
|
|
'Europe/Isle_of_Man' => { |
9814
|
|
|
|
|
|
|
exemplarCity => q#Islla de Man#, |
9815
|
|
|
|
|
|
|
}, |
9816
|
|
|
|
|
|
|
'Europe/Istanbul' => { |
9817
|
|
|
|
|
|
|
exemplarCity => q#Istanbul#, |
9818
|
|
|
|
|
|
|
}, |
9819
|
|
|
|
|
|
|
'Europe/Jersey' => { |
9820
|
|
|
|
|
|
|
exemplarCity => q#Jersey#, |
9821
|
|
|
|
|
|
|
}, |
9822
|
|
|
|
|
|
|
'Europe/Kaliningrad' => { |
9823
|
|
|
|
|
|
|
exemplarCity => q#Kaliningráu#, |
9824
|
|
|
|
|
|
|
}, |
9825
|
|
|
|
|
|
|
'Europe/Kiev' => { |
9826
|
|
|
|
|
|
|
exemplarCity => q#Kiev#, |
9827
|
|
|
|
|
|
|
}, |
9828
|
|
|
|
|
|
|
'Europe/Lisbon' => { |
9829
|
|
|
|
|
|
|
exemplarCity => q#Lisboa#, |
9830
|
|
|
|
|
|
|
}, |
9831
|
|
|
|
|
|
|
'Europe/Ljubljana' => { |
9832
|
|
|
|
|
|
|
exemplarCity => q#Liubliana#, |
9833
|
|
|
|
|
|
|
}, |
9834
|
|
|
|
|
|
|
'Europe/London' => { |
9835
|
|
|
|
|
|
|
exemplarCity => q#Londres#, |
9836
|
|
|
|
|
|
|
long => { |
9837
|
|
|
|
|
|
|
'daylight' => q(Hora braniega británica), |
9838
|
|
|
|
|
|
|
}, |
9839
|
|
|
|
|
|
|
}, |
9840
|
|
|
|
|
|
|
'Europe/Luxembourg' => { |
9841
|
|
|
|
|
|
|
exemplarCity => q#Luxemburgu#, |
9842
|
|
|
|
|
|
|
}, |
9843
|
|
|
|
|
|
|
'Europe/Madrid' => { |
9844
|
|
|
|
|
|
|
exemplarCity => q#Madrid#, |
9845
|
|
|
|
|
|
|
}, |
9846
|
|
|
|
|
|
|
'Europe/Malta' => { |
9847
|
|
|
|
|
|
|
exemplarCity => q#Malta#, |
9848
|
|
|
|
|
|
|
}, |
9849
|
|
|
|
|
|
|
'Europe/Mariehamn' => { |
9850
|
|
|
|
|
|
|
exemplarCity => q#Mariehamn#, |
9851
|
|
|
|
|
|
|
}, |
9852
|
|
|
|
|
|
|
'Europe/Minsk' => { |
9853
|
|
|
|
|
|
|
exemplarCity => q#Minsk#, |
9854
|
|
|
|
|
|
|
}, |
9855
|
|
|
|
|
|
|
'Europe/Monaco' => { |
9856
|
|
|
|
|
|
|
exemplarCity => q#Mónacu#, |
9857
|
|
|
|
|
|
|
}, |
9858
|
|
|
|
|
|
|
'Europe/Moscow' => { |
9859
|
|
|
|
|
|
|
exemplarCity => q#Moscú#, |
9860
|
|
|
|
|
|
|
}, |
9861
|
|
|
|
|
|
|
'Europe/Oslo' => { |
9862
|
|
|
|
|
|
|
exemplarCity => q#Oslo#, |
9863
|
|
|
|
|
|
|
}, |
9864
|
|
|
|
|
|
|
'Europe/Paris' => { |
9865
|
|
|
|
|
|
|
exemplarCity => q#ParÃs#, |
9866
|
|
|
|
|
|
|
}, |
9867
|
|
|
|
|
|
|
'Europe/Podgorica' => { |
9868
|
|
|
|
|
|
|
exemplarCity => q#Podgorica#, |
9869
|
|
|
|
|
|
|
}, |
9870
|
|
|
|
|
|
|
'Europe/Prague' => { |
9871
|
|
|
|
|
|
|
exemplarCity => q#Praga#, |
9872
|
|
|
|
|
|
|
}, |
9873
|
|
|
|
|
|
|
'Europe/Riga' => { |
9874
|
|
|
|
|
|
|
exemplarCity => q#Riga#, |
9875
|
|
|
|
|
|
|
}, |
9876
|
|
|
|
|
|
|
'Europe/Rome' => { |
9877
|
|
|
|
|
|
|
exemplarCity => q#Roma#, |
9878
|
|
|
|
|
|
|
}, |
9879
|
|
|
|
|
|
|
'Europe/Samara' => { |
9880
|
|
|
|
|
|
|
exemplarCity => q#Samara#, |
9881
|
|
|
|
|
|
|
}, |
9882
|
|
|
|
|
|
|
'Europe/San_Marino' => { |
9883
|
|
|
|
|
|
|
exemplarCity => q#San MarÃn#, |
9884
|
|
|
|
|
|
|
}, |
9885
|
|
|
|
|
|
|
'Europe/Sarajevo' => { |
9886
|
|
|
|
|
|
|
exemplarCity => q#Sarajevo#, |
9887
|
|
|
|
|
|
|
}, |
9888
|
|
|
|
|
|
|
'Europe/Simferopol' => { |
9889
|
|
|
|
|
|
|
exemplarCity => q#Simferopol#, |
9890
|
|
|
|
|
|
|
}, |
9891
|
|
|
|
|
|
|
'Europe/Skopje' => { |
9892
|
|
|
|
|
|
|
exemplarCity => q#Skopje#, |
9893
|
|
|
|
|
|
|
}, |
9894
|
|
|
|
|
|
|
'Europe/Sofia' => { |
9895
|
|
|
|
|
|
|
exemplarCity => q#SofÃa#, |
9896
|
|
|
|
|
|
|
}, |
9897
|
|
|
|
|
|
|
'Europe/Stockholm' => { |
9898
|
|
|
|
|
|
|
exemplarCity => q#Estocolmu#, |
9899
|
|
|
|
|
|
|
}, |
9900
|
|
|
|
|
|
|
'Europe/Tallinn' => { |
9901
|
|
|
|
|
|
|
exemplarCity => q#Tallinn#, |
9902
|
|
|
|
|
|
|
}, |
9903
|
|
|
|
|
|
|
'Europe/Tirane' => { |
9904
|
|
|
|
|
|
|
exemplarCity => q#Tirana#, |
9905
|
|
|
|
|
|
|
}, |
9906
|
|
|
|
|
|
|
'Europe/Uzhgorod' => { |
9907
|
|
|
|
|
|
|
exemplarCity => q#Uzhgorod#, |
9908
|
|
|
|
|
|
|
}, |
9909
|
|
|
|
|
|
|
'Europe/Vaduz' => { |
9910
|
|
|
|
|
|
|
exemplarCity => q#Vaduz#, |
9911
|
|
|
|
|
|
|
}, |
9912
|
|
|
|
|
|
|
'Europe/Vatican' => { |
9913
|
|
|
|
|
|
|
exemplarCity => q#El Vaticanu#, |
9914
|
|
|
|
|
|
|
}, |
9915
|
|
|
|
|
|
|
'Europe/Vienna' => { |
9916
|
|
|
|
|
|
|
exemplarCity => q#Viena#, |
9917
|
|
|
|
|
|
|
}, |
9918
|
|
|
|
|
|
|
'Europe/Vilnius' => { |
9919
|
|
|
|
|
|
|
exemplarCity => q#Vilnius#, |
9920
|
|
|
|
|
|
|
}, |
9921
|
|
|
|
|
|
|
'Europe/Volgograd' => { |
9922
|
|
|
|
|
|
|
exemplarCity => q#Volgográu#, |
9923
|
|
|
|
|
|
|
}, |
9924
|
|
|
|
|
|
|
'Europe/Warsaw' => { |
9925
|
|
|
|
|
|
|
exemplarCity => q#Varsovia#, |
9926
|
|
|
|
|
|
|
}, |
9927
|
|
|
|
|
|
|
'Europe/Zagreb' => { |
9928
|
|
|
|
|
|
|
exemplarCity => q#Zagreb#, |
9929
|
|
|
|
|
|
|
}, |
9930
|
|
|
|
|
|
|
'Europe/Zaporozhye' => { |
9931
|
|
|
|
|
|
|
exemplarCity => q#Zaporozhye#, |
9932
|
|
|
|
|
|
|
}, |
9933
|
|
|
|
|
|
|
'Europe/Zurich' => { |
9934
|
|
|
|
|
|
|
exemplarCity => q#Zurich#, |
9935
|
|
|
|
|
|
|
}, |
9936
|
|
|
|
|
|
|
'Europe_Central' => { |
9937
|
|
|
|
|
|
|
long => { |
9938
|
|
|
|
|
|
|
'daylight' => q(Hora braniega dâEuropa Central), |
9939
|
|
|
|
|
|
|
'generic' => q(Hora dâEuropa Central), |
9940
|
|
|
|
|
|
|
'standard' => q(Hora estándar dâEuropa Central), |
9941
|
|
|
|
|
|
|
}, |
9942
|
|
|
|
|
|
|
short => { |
9943
|
|
|
|
|
|
|
'daylight' => q(CEST), |
9944
|
|
|
|
|
|
|
'generic' => q(CET), |
9945
|
|
|
|
|
|
|
'standard' => q(CET), |
9946
|
|
|
|
|
|
|
}, |
9947
|
|
|
|
|
|
|
}, |
9948
|
|
|
|
|
|
|
'Europe_Eastern' => { |
9949
|
|
|
|
|
|
|
long => { |
9950
|
|
|
|
|
|
|
'daylight' => q(Hora braniega dâEuropa del Este), |
9951
|
|
|
|
|
|
|
'generic' => q(Hora dâEuropa del Este), |
9952
|
|
|
|
|
|
|
'standard' => q(Hora estándar dâEuropa del Este), |
9953
|
|
|
|
|
|
|
}, |
9954
|
|
|
|
|
|
|
short => { |
9955
|
|
|
|
|
|
|
'daylight' => q(EEST), |
9956
|
|
|
|
|
|
|
'generic' => q(EET), |
9957
|
|
|
|
|
|
|
'standard' => q(EET), |
9958
|
|
|
|
|
|
|
}, |
9959
|
|
|
|
|
|
|
}, |
9960
|
|
|
|
|
|
|
'Europe_Further_Eastern' => { |
9961
|
|
|
|
|
|
|
long => { |
9962
|
|
|
|
|
|
|
'standard' => q(Hora dâEuropa del estremu este), |
9963
|
|
|
|
|
|
|
}, |
9964
|
|
|
|
|
|
|
}, |
9965
|
|
|
|
|
|
|
'Europe_Western' => { |
9966
|
|
|
|
|
|
|
long => { |
9967
|
|
|
|
|
|
|
'daylight' => q(Hora braniega dâEuropa Occidental), |
9968
|
|
|
|
|
|
|
'generic' => q(Hora dâEuropa Occidental), |
9969
|
|
|
|
|
|
|
'standard' => q(Hora estándar dâEuropa Occidental), |
9970
|
|
|
|
|
|
|
}, |
9971
|
|
|
|
|
|
|
short => { |
9972
|
|
|
|
|
|
|
'daylight' => q(WEST), |
9973
|
|
|
|
|
|
|
'generic' => q(WET), |
9974
|
|
|
|
|
|
|
'standard' => q(WET), |
9975
|
|
|
|
|
|
|
}, |
9976
|
|
|
|
|
|
|
}, |
9977
|
|
|
|
|
|
|
'Falkland' => { |
9978
|
|
|
|
|
|
|
long => { |
9979
|
|
|
|
|
|
|
'daylight' => q(Hora braniega de les Islles Falkland), |
9980
|
|
|
|
|
|
|
'generic' => q(Hora de les Islles Falkland), |
9981
|
|
|
|
|
|
|
'standard' => q(Hora estándar de les Islles Falkland), |
9982
|
|
|
|
|
|
|
}, |
9983
|
|
|
|
|
|
|
}, |
9984
|
|
|
|
|
|
|
'Fiji' => { |
9985
|
|
|
|
|
|
|
long => { |
9986
|
|
|
|
|
|
|
'daylight' => q(Hora braniega de Fixi), |
9987
|
|
|
|
|
|
|
'generic' => q(Hora de Fixi), |
9988
|
|
|
|
|
|
|
'standard' => q(Hora estándar de Fixi), |
9989
|
|
|
|
|
|
|
}, |
9990
|
|
|
|
|
|
|
}, |
9991
|
|
|
|
|
|
|
'French_Guiana' => { |
9992
|
|
|
|
|
|
|
long => { |
9993
|
|
|
|
|
|
|
'standard' => q(Hora de La Guyana Francesa), |
9994
|
|
|
|
|
|
|
}, |
9995
|
|
|
|
|
|
|
}, |
9996
|
|
|
|
|
|
|
'French_Southern' => { |
9997
|
|
|
|
|
|
|
long => { |
9998
|
|
|
|
|
|
|
'standard' => q(Hora del sur y lâantárticu francés), |
9999
|
|
|
|
|
|
|
}, |
10000
|
|
|
|
|
|
|
}, |
10001
|
|
|
|
|
|
|
'GMT' => { |
10002
|
|
|
|
|
|
|
long => { |
10003
|
|
|
|
|
|
|
'standard' => q(Hora media de Greenwich), |
10004
|
|
|
|
|
|
|
}, |
10005
|
|
|
|
|
|
|
short => { |
10006
|
|
|
|
|
|
|
'standard' => q(GMT), |
10007
|
|
|
|
|
|
|
}, |
10008
|
|
|
|
|
|
|
}, |
10009
|
|
|
|
|
|
|
'Galapagos' => { |
10010
|
|
|
|
|
|
|
long => { |
10011
|
|
|
|
|
|
|
'standard' => q(Hora de Galápagos), |
10012
|
|
|
|
|
|
|
}, |
10013
|
|
|
|
|
|
|
}, |
10014
|
|
|
|
|
|
|
'Gambier' => { |
10015
|
|
|
|
|
|
|
long => { |
10016
|
|
|
|
|
|
|
'standard' => q(Hora de Gambier), |
10017
|
|
|
|
|
|
|
}, |
10018
|
|
|
|
|
|
|
}, |
10019
|
|
|
|
|
|
|
'Georgia' => { |
10020
|
|
|
|
|
|
|
long => { |
10021
|
|
|
|
|
|
|
'daylight' => q(Hora braniega de Xeorxa), |
10022
|
|
|
|
|
|
|
'generic' => q(Hora de Xeorxa), |
10023
|
|
|
|
|
|
|
'standard' => q(Hora estándar de Xeorxa), |
10024
|
|
|
|
|
|
|
}, |
10025
|
|
|
|
|
|
|
}, |
10026
|
|
|
|
|
|
|
'Gilbert_Islands' => { |
10027
|
|
|
|
|
|
|
long => { |
10028
|
|
|
|
|
|
|
'standard' => q(Hora de les Islles Gilbert), |
10029
|
|
|
|
|
|
|
}, |
10030
|
|
|
|
|
|
|
}, |
10031
|
|
|
|
|
|
|
'Greenland_Eastern' => { |
10032
|
|
|
|
|
|
|
long => { |
10033
|
|
|
|
|
|
|
'daylight' => q(Hora braniega de Groenlandia oriental), |
10034
|
|
|
|
|
|
|
'generic' => q(Hora de Groenlandia oriental), |
10035
|
|
|
|
|
|
|
'standard' => q(Hora estándar de Groenlandia oriental), |
10036
|
|
|
|
|
|
|
}, |
10037
|
|
|
|
|
|
|
}, |
10038
|
|
|
|
|
|
|
'Greenland_Western' => { |
10039
|
|
|
|
|
|
|
long => { |
10040
|
|
|
|
|
|
|
'daylight' => q(Hora braniega de Groenlandia occidental), |
10041
|
|
|
|
|
|
|
'generic' => q(Hora de Groenlandia occidental), |
10042
|
|
|
|
|
|
|
'standard' => q(Hora estándar de Groenlandia occidental), |
10043
|
|
|
|
|
|
|
}, |
10044
|
|
|
|
|
|
|
}, |
10045
|
|
|
|
|
|
|
'Guam' => { |
10046
|
|
|
|
|
|
|
long => { |
10047
|
|
|
|
|
|
|
'standard' => q(Hora estándar de Guam), |
10048
|
|
|
|
|
|
|
}, |
10049
|
|
|
|
|
|
|
}, |
10050
|
|
|
|
|
|
|
'Gulf' => { |
10051
|
|
|
|
|
|
|
long => { |
10052
|
|
|
|
|
|
|
'standard' => q(Hora estándar del Golfu), |
10053
|
|
|
|
|
|
|
}, |
10054
|
|
|
|
|
|
|
}, |
10055
|
|
|
|
|
|
|
'Guyana' => { |
10056
|
|
|
|
|
|
|
long => { |
10057
|
|
|
|
|
|
|
'standard' => q(Hora de La Guyana), |
10058
|
|
|
|
|
|
|
}, |
10059
|
|
|
|
|
|
|
}, |
10060
|
|
|
|
|
|
|
'Hawaii_Aleutian' => { |
10061
|
|
|
|
|
|
|
long => { |
10062
|
|
|
|
|
|
|
'daylight' => q(Hora braniega de Hawaii-Aleutianes), |
10063
|
|
|
|
|
|
|
'generic' => q(Hora de Hawaii-Aleutianes), |
10064
|
|
|
|
|
|
|
'standard' => q(Hora estándar de Hawaii-Aleutianes), |
10065
|
|
|
|
|
|
|
}, |
10066
|
|
|
|
|
|
|
short => { |
10067
|
|
|
|
|
|
|
'daylight' => q(HADT), |
10068
|
|
|
|
|
|
|
'generic' => q(HAT), |
10069
|
|
|
|
|
|
|
'standard' => q(HAST), |
10070
|
|
|
|
|
|
|
}, |
10071
|
|
|
|
|
|
|
}, |
10072
|
|
|
|
|
|
|
'Hong_Kong' => { |
10073
|
|
|
|
|
|
|
long => { |
10074
|
|
|
|
|
|
|
'daylight' => q(Hora braniega de Ḥong Kong), |
10075
|
|
|
|
|
|
|
'generic' => q(Hora de Ḥong Kong), |
10076
|
|
|
|
|
|
|
'standard' => q(Hora estándar de Ḥong Kong), |
10077
|
|
|
|
|
|
|
}, |
10078
|
|
|
|
|
|
|
}, |
10079
|
|
|
|
|
|
|
'Hovd' => { |
10080
|
|
|
|
|
|
|
long => { |
10081
|
|
|
|
|
|
|
'daylight' => q(Hora braniega de Hovd), |
10082
|
|
|
|
|
|
|
'generic' => q(Hora de Hovd), |
10083
|
|
|
|
|
|
|
'standard' => q(Hora estándar de Hovd), |
10084
|
|
|
|
|
|
|
}, |
10085
|
|
|
|
|
|
|
}, |
10086
|
|
|
|
|
|
|
'India' => { |
10087
|
|
|
|
|
|
|
long => { |
10088
|
|
|
|
|
|
|
'standard' => q(Hora estándar de la India), |
10089
|
|
|
|
|
|
|
}, |
10090
|
|
|
|
|
|
|
}, |
10091
|
|
|
|
|
|
|
'Indian/Antananarivo' => { |
10092
|
|
|
|
|
|
|
exemplarCity => q#Antananarivo#, |
10093
|
|
|
|
|
|
|
}, |
10094
|
|
|
|
|
|
|
'Indian/Chagos' => { |
10095
|
|
|
|
|
|
|
exemplarCity => q#Chagos#, |
10096
|
|
|
|
|
|
|
}, |
10097
|
|
|
|
|
|
|
'Indian/Christmas' => { |
10098
|
|
|
|
|
|
|
exemplarCity => q#Christmas#, |
10099
|
|
|
|
|
|
|
}, |
10100
|
|
|
|
|
|
|
'Indian/Cocos' => { |
10101
|
|
|
|
|
|
|
exemplarCity => q#Cocos#, |
10102
|
|
|
|
|
|
|
}, |
10103
|
|
|
|
|
|
|
'Indian/Comoro' => { |
10104
|
|
|
|
|
|
|
exemplarCity => q#Comoro#, |
10105
|
|
|
|
|
|
|
}, |
10106
|
|
|
|
|
|
|
'Indian/Kerguelen' => { |
10107
|
|
|
|
|
|
|
exemplarCity => q#Kerguelen#, |
10108
|
|
|
|
|
|
|
}, |
10109
|
|
|
|
|
|
|
'Indian/Mahe' => { |
10110
|
|
|
|
|
|
|
exemplarCity => q#Mahe#, |
10111
|
|
|
|
|
|
|
}, |
10112
|
|
|
|
|
|
|
'Indian/Maldives' => { |
10113
|
|
|
|
|
|
|
exemplarCity => q#Maldives#, |
10114
|
|
|
|
|
|
|
}, |
10115
|
|
|
|
|
|
|
'Indian/Mauritius' => { |
10116
|
|
|
|
|
|
|
exemplarCity => q#Mauriciu#, |
10117
|
|
|
|
|
|
|
}, |
10118
|
|
|
|
|
|
|
'Indian/Mayotte' => { |
10119
|
|
|
|
|
|
|
exemplarCity => q#Mayotte#, |
10120
|
|
|
|
|
|
|
}, |
10121
|
|
|
|
|
|
|
'Indian/Reunion' => { |
10122
|
|
|
|
|
|
|
exemplarCity => q#Reunión#, |
10123
|
|
|
|
|
|
|
}, |
10124
|
|
|
|
|
|
|
'Indian_Ocean' => { |
10125
|
|
|
|
|
|
|
long => { |
10126
|
|
|
|
|
|
|
'standard' => q(Hora del Océanu Ãndicu), |
10127
|
|
|
|
|
|
|
}, |
10128
|
|
|
|
|
|
|
}, |
10129
|
|
|
|
|
|
|
'Indochina' => { |
10130
|
|
|
|
|
|
|
long => { |
10131
|
|
|
|
|
|
|
'standard' => q(Hora dâIndochina), |
10132
|
|
|
|
|
|
|
}, |
10133
|
|
|
|
|
|
|
}, |
10134
|
|
|
|
|
|
|
'Indonesia_Central' => { |
10135
|
|
|
|
|
|
|
long => { |
10136
|
|
|
|
|
|
|
'standard' => q(Hora dâIndonesia central), |
10137
|
|
|
|
|
|
|
}, |
10138
|
|
|
|
|
|
|
}, |
10139
|
|
|
|
|
|
|
'Indonesia_Eastern' => { |
10140
|
|
|
|
|
|
|
long => { |
10141
|
|
|
|
|
|
|
'standard' => q(Hora dâIndonesia del este), |
10142
|
|
|
|
|
|
|
}, |
10143
|
|
|
|
|
|
|
}, |
10144
|
|
|
|
|
|
|
'Indonesia_Western' => { |
10145
|
|
|
|
|
|
|
long => { |
10146
|
|
|
|
|
|
|
'standard' => q(Hora dâIndonesia del oeste), |
10147
|
|
|
|
|
|
|
}, |
10148
|
|
|
|
|
|
|
}, |
10149
|
|
|
|
|
|
|
'Iran' => { |
10150
|
|
|
|
|
|
|
long => { |
10151
|
|
|
|
|
|
|
'daylight' => q(Hora braniega dâIrán), |
10152
|
|
|
|
|
|
|
'generic' => q(Hora dâIrán), |
10153
|
|
|
|
|
|
|
'standard' => q(Hora estándar dâIrán), |
10154
|
|
|
|
|
|
|
}, |
10155
|
|
|
|
|
|
|
}, |
10156
|
|
|
|
|
|
|
'Irkutsk' => { |
10157
|
|
|
|
|
|
|
long => { |
10158
|
|
|
|
|
|
|
'daylight' => q(Hora braniega dâIrkutsk), |
10159
|
|
|
|
|
|
|
'generic' => q(Hora dâIrkutsk), |
10160
|
|
|
|
|
|
|
'standard' => q(Hora estándar dâIrkutsk), |
10161
|
|
|
|
|
|
|
}, |
10162
|
|
|
|
|
|
|
}, |
10163
|
|
|
|
|
|
|
'Israel' => { |
10164
|
|
|
|
|
|
|
long => { |
10165
|
|
|
|
|
|
|
'daylight' => q(Hora braniega dâIsrael), |
10166
|
|
|
|
|
|
|
'generic' => q(Hora dâIsrael), |
10167
|
|
|
|
|
|
|
'standard' => q(Hora estándar dâIsrael), |
10168
|
|
|
|
|
|
|
}, |
10169
|
|
|
|
|
|
|
}, |
10170
|
|
|
|
|
|
|
'Japan' => { |
10171
|
|
|
|
|
|
|
long => { |
10172
|
|
|
|
|
|
|
'daylight' => q(Hora braniega de Xapón), |
10173
|
|
|
|
|
|
|
'generic' => q(Hora de Xapón), |
10174
|
|
|
|
|
|
|
'standard' => q(Hora estándar de Xapón), |
10175
|
|
|
|
|
|
|
}, |
10176
|
|
|
|
|
|
|
}, |
10177
|
|
|
|
|
|
|
'Kamchatka' => { |
10178
|
|
|
|
|
|
|
long => { |
10179
|
|
|
|
|
|
|
'daylight' => q(hora braniega de Petropavlovsk-Kamchatski), |
10180
|
|
|
|
|
|
|
'generic' => q(hora de Petropavlovsk-Kamchatski), |
10181
|
|
|
|
|
|
|
'standard' => q(hora estandar de Petropavlovsk-Kamchatski), |
10182
|
|
|
|
|
|
|
}, |
10183
|
|
|
|
|
|
|
}, |
10184
|
|
|
|
|
|
|
'Kazakhstan_Eastern' => { |
10185
|
|
|
|
|
|
|
long => { |
10186
|
|
|
|
|
|
|
'standard' => q(Hora del Kazakstán oriental), |
10187
|
|
|
|
|
|
|
}, |
10188
|
|
|
|
|
|
|
}, |
10189
|
|
|
|
|
|
|
'Kazakhstan_Western' => { |
10190
|
|
|
|
|
|
|
long => { |
10191
|
|
|
|
|
|
|
'standard' => q(Hora del Kazakstán occidental), |
10192
|
|
|
|
|
|
|
}, |
10193
|
|
|
|
|
|
|
}, |
10194
|
|
|
|
|
|
|
'Korea' => { |
10195
|
|
|
|
|
|
|
long => { |
10196
|
|
|
|
|
|
|
'daylight' => q(Hora braniega de Corea), |
10197
|
|
|
|
|
|
|
'generic' => q(Hora de Corea), |
10198
|
|
|
|
|
|
|
'standard' => q(Hora estándar de Corea), |
10199
|
|
|
|
|
|
|
}, |
10200
|
|
|
|
|
|
|
}, |
10201
|
|
|
|
|
|
|
'Kosrae' => { |
10202
|
|
|
|
|
|
|
long => { |
10203
|
|
|
|
|
|
|
'standard' => q(Hora de Kosrae), |
10204
|
|
|
|
|
|
|
}, |
10205
|
|
|
|
|
|
|
}, |
10206
|
|
|
|
|
|
|
'Krasnoyarsk' => { |
10207
|
|
|
|
|
|
|
long => { |
10208
|
|
|
|
|
|
|
'daylight' => q(Hora braniega de Krasnoyarsk), |
10209
|
|
|
|
|
|
|
'generic' => q(Hora de Krasnoyarsk), |
10210
|
|
|
|
|
|
|
'standard' => q(Hora estándar de Krasnoyarsk), |
10211
|
|
|
|
|
|
|
}, |
10212
|
|
|
|
|
|
|
}, |
10213
|
|
|
|
|
|
|
'Kyrgystan' => { |
10214
|
|
|
|
|
|
|
long => { |
10215
|
|
|
|
|
|
|
'standard' => q(Hora del Kirguistán), |
10216
|
|
|
|
|
|
|
}, |
10217
|
|
|
|
|
|
|
}, |
10218
|
|
|
|
|
|
|
'Lanka' => { |
10219
|
|
|
|
|
|
|
long => { |
10220
|
|
|
|
|
|
|
'standard' => q(Hora de Lanka), |
10221
|
|
|
|
|
|
|
}, |
10222
|
|
|
|
|
|
|
}, |
10223
|
|
|
|
|
|
|
'Line_Islands' => { |
10224
|
|
|
|
|
|
|
long => { |
10225
|
|
|
|
|
|
|
'standard' => q(Hora de les Islles Line), |
10226
|
|
|
|
|
|
|
}, |
10227
|
|
|
|
|
|
|
}, |
10228
|
|
|
|
|
|
|
'Lord_Howe' => { |
10229
|
|
|
|
|
|
|
long => { |
10230
|
|
|
|
|
|
|
'daylight' => q(Hora braniega de Lord Howe), |
10231
|
|
|
|
|
|
|
'generic' => q(Hora de Lord Howe), |
10232
|
|
|
|
|
|
|
'standard' => q(Hora estándar de Lord Howe), |
10233
|
|
|
|
|
|
|
}, |
10234
|
|
|
|
|
|
|
}, |
10235
|
|
|
|
|
|
|
'Macau' => { |
10236
|
|
|
|
|
|
|
long => { |
10237
|
|
|
|
|
|
|
'daylight' => q(Hora braniega de Macáu), |
10238
|
|
|
|
|
|
|
'generic' => q(Hora de Macáu), |
10239
|
|
|
|
|
|
|
'standard' => q(Hora estándar de Macáu), |
10240
|
|
|
|
|
|
|
}, |
10241
|
|
|
|
|
|
|
}, |
10242
|
|
|
|
|
|
|
'Macquarie' => { |
10243
|
|
|
|
|
|
|
long => { |
10244
|
|
|
|
|
|
|
'standard' => q(Hora de la Islla Macquarie), |
10245
|
|
|
|
|
|
|
}, |
10246
|
|
|
|
|
|
|
}, |
10247
|
|
|
|
|
|
|
'Magadan' => { |
10248
|
|
|
|
|
|
|
long => { |
10249
|
|
|
|
|
|
|
'daylight' => q(Hora braniega de Magadán), |
10250
|
|
|
|
|
|
|
'generic' => q(Hora de Magadán), |
10251
|
|
|
|
|
|
|
'standard' => q(Hora estándar de Magadán), |
10252
|
|
|
|
|
|
|
}, |
10253
|
|
|
|
|
|
|
}, |
10254
|
|
|
|
|
|
|
'Malaysia' => { |
10255
|
|
|
|
|
|
|
long => { |
10256
|
|
|
|
|
|
|
'standard' => q(Hora de Malasia), |
10257
|
|
|
|
|
|
|
}, |
10258
|
|
|
|
|
|
|
}, |
10259
|
|
|
|
|
|
|
'Maldives' => { |
10260
|
|
|
|
|
|
|
long => { |
10261
|
|
|
|
|
|
|
'standard' => q(Hora de Les Maldives), |
10262
|
|
|
|
|
|
|
}, |
10263
|
|
|
|
|
|
|
}, |
10264
|
|
|
|
|
|
|
'Marquesas' => { |
10265
|
|
|
|
|
|
|
long => { |
10266
|
|
|
|
|
|
|
'standard' => q(Hora de les Marqueses), |
10267
|
|
|
|
|
|
|
}, |
10268
|
|
|
|
|
|
|
}, |
10269
|
|
|
|
|
|
|
'Marshall_Islands' => { |
10270
|
|
|
|
|
|
|
long => { |
10271
|
|
|
|
|
|
|
'standard' => q(Hora de les Islles Marshall), |
10272
|
|
|
|
|
|
|
}, |
10273
|
|
|
|
|
|
|
}, |
10274
|
|
|
|
|
|
|
'Mauritius' => { |
10275
|
|
|
|
|
|
|
long => { |
10276
|
|
|
|
|
|
|
'daylight' => q(Hora braniega de Mauriciu), |
10277
|
|
|
|
|
|
|
'generic' => q(Hora de Mauriciu), |
10278
|
|
|
|
|
|
|
'standard' => q(Hora estándar de Mauriciu), |
10279
|
|
|
|
|
|
|
}, |
10280
|
|
|
|
|
|
|
}, |
10281
|
|
|
|
|
|
|
'Mawson' => { |
10282
|
|
|
|
|
|
|
long => { |
10283
|
|
|
|
|
|
|
'standard' => q(Hora de Mawson), |
10284
|
|
|
|
|
|
|
}, |
10285
|
|
|
|
|
|
|
}, |
10286
|
|
|
|
|
|
|
'Mexico_Northwest' => { |
10287
|
|
|
|
|
|
|
long => { |
10288
|
|
|
|
|
|
|
'daylight' => q(Hora braniega del noroeste de Méxicu), |
10289
|
|
|
|
|
|
|
'generic' => q(Hora del noroeste de Méxicu), |
10290
|
|
|
|
|
|
|
'standard' => q(Hora estándar del noroeste de Méxicu), |
10291
|
|
|
|
|
|
|
}, |
10292
|
|
|
|
|
|
|
}, |
10293
|
|
|
|
|
|
|
'Mexico_Pacific' => { |
10294
|
|
|
|
|
|
|
long => { |
10295
|
|
|
|
|
|
|
'daylight' => q(Hora braniega del PacÃficu de Méxicu), |
10296
|
|
|
|
|
|
|
'generic' => q(Hora del PacÃficu de Méxicu), |
10297
|
|
|
|
|
|
|
'standard' => q(Hora estándar del PacÃficu de Méxicu), |
10298
|
|
|
|
|
|
|
}, |
10299
|
|
|
|
|
|
|
}, |
10300
|
|
|
|
|
|
|
'Mongolia' => { |
10301
|
|
|
|
|
|
|
long => { |
10302
|
|
|
|
|
|
|
'daylight' => q(Hora braniega dâUlán Bátor), |
10303
|
|
|
|
|
|
|
'generic' => q(Hora dâUlán Bátor), |
10304
|
|
|
|
|
|
|
'standard' => q(Hora estándar dâUlán Bátor), |
10305
|
|
|
|
|
|
|
}, |
10306
|
|
|
|
|
|
|
}, |
10307
|
|
|
|
|
|
|
'Moscow' => { |
10308
|
|
|
|
|
|
|
long => { |
10309
|
|
|
|
|
|
|
'daylight' => q(Hora braniega de Moscú), |
10310
|
|
|
|
|
|
|
'generic' => q(Hora de Moscú), |
10311
|
|
|
|
|
|
|
'standard' => q(Hora estándar de Moscú), |
10312
|
|
|
|
|
|
|
}, |
10313
|
|
|
|
|
|
|
}, |
10314
|
|
|
|
|
|
|
'Myanmar' => { |
10315
|
|
|
|
|
|
|
long => { |
10316
|
|
|
|
|
|
|
'standard' => q(Hora de Myanmar), |
10317
|
|
|
|
|
|
|
}, |
10318
|
|
|
|
|
|
|
}, |
10319
|
|
|
|
|
|
|
'Nauru' => { |
10320
|
|
|
|
|
|
|
long => { |
10321
|
|
|
|
|
|
|
'standard' => q(Hora de Nauru), |
10322
|
|
|
|
|
|
|
}, |
10323
|
|
|
|
|
|
|
}, |
10324
|
|
|
|
|
|
|
'Nepal' => { |
10325
|
|
|
|
|
|
|
long => { |
10326
|
|
|
|
|
|
|
'standard' => q(Hora del Nepal), |
10327
|
|
|
|
|
|
|
}, |
10328
|
|
|
|
|
|
|
}, |
10329
|
|
|
|
|
|
|
'New_Caledonia' => { |
10330
|
|
|
|
|
|
|
long => { |
10331
|
|
|
|
|
|
|
'daylight' => q(Hora braniega de Nueva Caledonia), |
10332
|
|
|
|
|
|
|
'generic' => q(Hora de Nueva Caledonia), |
10333
|
|
|
|
|
|
|
'standard' => q(Hora estándar de Nueva Caledonia), |
10334
|
|
|
|
|
|
|
}, |
10335
|
|
|
|
|
|
|
}, |
10336
|
|
|
|
|
|
|
'New_Zealand' => { |
10337
|
|
|
|
|
|
|
long => { |
10338
|
|
|
|
|
|
|
'daylight' => q(Hora braniega de Nueva Zelanda), |
10339
|
|
|
|
|
|
|
'generic' => q(Hora de Nueva Zelanda), |
10340
|
|
|
|
|
|
|
'standard' => q(Hora estándar de Nueva Zelanda), |
10341
|
|
|
|
|
|
|
}, |
10342
|
|
|
|
|
|
|
}, |
10343
|
|
|
|
|
|
|
'Newfoundland' => { |
10344
|
|
|
|
|
|
|
long => { |
10345
|
|
|
|
|
|
|
'daylight' => q(Hora braniega de Newfoundland), |
10346
|
|
|
|
|
|
|
'generic' => q(Hora de Newfoundland), |
10347
|
|
|
|
|
|
|
'standard' => q(Hora estándar de Newfoundland), |
10348
|
|
|
|
|
|
|
}, |
10349
|
|
|
|
|
|
|
}, |
10350
|
|
|
|
|
|
|
'Niue' => { |
10351
|
|
|
|
|
|
|
long => { |
10352
|
|
|
|
|
|
|
'standard' => q(Hora de Niue), |
10353
|
|
|
|
|
|
|
}, |
10354
|
|
|
|
|
|
|
}, |
10355
|
|
|
|
|
|
|
'Norfolk' => { |
10356
|
|
|
|
|
|
|
long => { |
10357
|
|
|
|
|
|
|
'standard' => q(Hora de la Islla Norfolk), |
10358
|
|
|
|
|
|
|
}, |
10359
|
|
|
|
|
|
|
}, |
10360
|
|
|
|
|
|
|
'Noronha' => { |
10361
|
|
|
|
|
|
|
long => { |
10362
|
|
|
|
|
|
|
'daylight' => q(Hora braniega de Fernando de Noronha), |
10363
|
|
|
|
|
|
|
'generic' => q(Hora de Fernando de Noronha), |
10364
|
|
|
|
|
|
|
'standard' => q(Hora estándar de Fernando de Noronha), |
10365
|
|
|
|
|
|
|
}, |
10366
|
|
|
|
|
|
|
}, |
10367
|
|
|
|
|
|
|
'North_Mariana' => { |
10368
|
|
|
|
|
|
|
long => { |
10369
|
|
|
|
|
|
|
'standard' => q(Hora de les Islles Marianes del Norte), |
10370
|
|
|
|
|
|
|
}, |
10371
|
|
|
|
|
|
|
}, |
10372
|
|
|
|
|
|
|
'Novosibirsk' => { |
10373
|
|
|
|
|
|
|
long => { |
10374
|
|
|
|
|
|
|
'daylight' => q(Hora braniega de Novosibirsk), |
10375
|
|
|
|
|
|
|
'generic' => q(Hora de Novosibirsk), |
10376
|
|
|
|
|
|
|
'standard' => q(Hora estándar de Novosibirsk), |
10377
|
|
|
|
|
|
|
}, |
10378
|
|
|
|
|
|
|
}, |
10379
|
|
|
|
|
|
|
'Omsk' => { |
10380
|
|
|
|
|
|
|
long => { |
10381
|
|
|
|
|
|
|
'daylight' => q(Hora braniega dâOmsk), |
10382
|
|
|
|
|
|
|
'generic' => q(Hora dâOmsk), |
10383
|
|
|
|
|
|
|
'standard' => q(Hora estándar dâOmsk), |
10384
|
|
|
|
|
|
|
}, |
10385
|
|
|
|
|
|
|
}, |
10386
|
|
|
|
|
|
|
'Pacific/Apia' => { |
10387
|
|
|
|
|
|
|
exemplarCity => q#Apia#, |
10388
|
|
|
|
|
|
|
}, |
10389
|
|
|
|
|
|
|
'Pacific/Auckland' => { |
10390
|
|
|
|
|
|
|
exemplarCity => q#Auckland#, |
10391
|
|
|
|
|
|
|
}, |
10392
|
|
|
|
|
|
|
'Pacific/Bougainville' => { |
10393
|
|
|
|
|
|
|
exemplarCity => q#Bougainville#, |
10394
|
|
|
|
|
|
|
}, |
10395
|
|
|
|
|
|
|
'Pacific/Chatham' => { |
10396
|
|
|
|
|
|
|
exemplarCity => q#Chatham#, |
10397
|
|
|
|
|
|
|
}, |
10398
|
|
|
|
|
|
|
'Pacific/Easter' => { |
10399
|
|
|
|
|
|
|
exemplarCity => q#Pascua#, |
10400
|
|
|
|
|
|
|
}, |
10401
|
|
|
|
|
|
|
'Pacific/Efate' => { |
10402
|
|
|
|
|
|
|
exemplarCity => q#Efate#, |
10403
|
|
|
|
|
|
|
}, |
10404
|
|
|
|
|
|
|
'Pacific/Enderbury' => { |
10405
|
|
|
|
|
|
|
exemplarCity => q#Enderbury#, |
10406
|
|
|
|
|
|
|
}, |
10407
|
|
|
|
|
|
|
'Pacific/Fakaofo' => { |
10408
|
|
|
|
|
|
|
exemplarCity => q#Fakaofo#, |
10409
|
|
|
|
|
|
|
}, |
10410
|
|
|
|
|
|
|
'Pacific/Fiji' => { |
10411
|
|
|
|
|
|
|
exemplarCity => q#Fixi#, |
10412
|
|
|
|
|
|
|
}, |
10413
|
|
|
|
|
|
|
'Pacific/Funafuti' => { |
10414
|
|
|
|
|
|
|
exemplarCity => q#Funafuti#, |
10415
|
|
|
|
|
|
|
}, |
10416
|
|
|
|
|
|
|
'Pacific/Galapagos' => { |
10417
|
|
|
|
|
|
|
exemplarCity => q#Galápagos#, |
10418
|
|
|
|
|
|
|
}, |
10419
|
|
|
|
|
|
|
'Pacific/Gambier' => { |
10420
|
|
|
|
|
|
|
exemplarCity => q#Gambier#, |
10421
|
|
|
|
|
|
|
}, |
10422
|
|
|
|
|
|
|
'Pacific/Guadalcanal' => { |
10423
|
|
|
|
|
|
|
exemplarCity => q#Guadalcanal#, |
10424
|
|
|
|
|
|
|
}, |
10425
|
|
|
|
|
|
|
'Pacific/Guam' => { |
10426
|
|
|
|
|
|
|
exemplarCity => q#Guam#, |
10427
|
|
|
|
|
|
|
}, |
10428
|
|
|
|
|
|
|
'Pacific/Honolulu' => { |
10429
|
|
|
|
|
|
|
exemplarCity => q#Honolulu#, |
10430
|
|
|
|
|
|
|
short => { |
10431
|
|
|
|
|
|
|
'daylight' => q(HDT), |
10432
|
|
|
|
|
|
|
'generic' => q(HST), |
10433
|
|
|
|
|
|
|
'standard' => q(HST), |
10434
|
|
|
|
|
|
|
}, |
10435
|
|
|
|
|
|
|
}, |
10436
|
|
|
|
|
|
|
'Pacific/Johnston' => { |
10437
|
|
|
|
|
|
|
exemplarCity => q#Johnston#, |
10438
|
|
|
|
|
|
|
}, |
10439
|
|
|
|
|
|
|
'Pacific/Kiritimati' => { |
10440
|
|
|
|
|
|
|
exemplarCity => q#Kiritimati#, |
10441
|
|
|
|
|
|
|
}, |
10442
|
|
|
|
|
|
|
'Pacific/Kosrae' => { |
10443
|
|
|
|
|
|
|
exemplarCity => q#Kosrae#, |
10444
|
|
|
|
|
|
|
}, |
10445
|
|
|
|
|
|
|
'Pacific/Kwajalein' => { |
10446
|
|
|
|
|
|
|
exemplarCity => q#Kwajalein#, |
10447
|
|
|
|
|
|
|
}, |
10448
|
|
|
|
|
|
|
'Pacific/Majuro' => { |
10449
|
|
|
|
|
|
|
exemplarCity => q#Majuro#, |
10450
|
|
|
|
|
|
|
}, |
10451
|
|
|
|
|
|
|
'Pacific/Marquesas' => { |
10452
|
|
|
|
|
|
|
exemplarCity => q#Marquesas#, |
10453
|
|
|
|
|
|
|
}, |
10454
|
|
|
|
|
|
|
'Pacific/Midway' => { |
10455
|
|
|
|
|
|
|
exemplarCity => q#Midway#, |
10456
|
|
|
|
|
|
|
}, |
10457
|
|
|
|
|
|
|
'Pacific/Nauru' => { |
10458
|
|
|
|
|
|
|
exemplarCity => q#Nauru#, |
10459
|
|
|
|
|
|
|
}, |
10460
|
|
|
|
|
|
|
'Pacific/Niue' => { |
10461
|
|
|
|
|
|
|
exemplarCity => q#Niue#, |
10462
|
|
|
|
|
|
|
}, |
10463
|
|
|
|
|
|
|
'Pacific/Norfolk' => { |
10464
|
|
|
|
|
|
|
exemplarCity => q#Norfolk#, |
10465
|
|
|
|
|
|
|
}, |
10466
|
|
|
|
|
|
|
'Pacific/Noumea' => { |
10467
|
|
|
|
|
|
|
exemplarCity => q#Noumea#, |
10468
|
|
|
|
|
|
|
}, |
10469
|
|
|
|
|
|
|
'Pacific/Pago_Pago' => { |
10470
|
|
|
|
|
|
|
exemplarCity => q#Pago Pago#, |
10471
|
|
|
|
|
|
|
}, |
10472
|
|
|
|
|
|
|
'Pacific/Palau' => { |
10473
|
|
|
|
|
|
|
exemplarCity => q#Palau#, |
10474
|
|
|
|
|
|
|
}, |
10475
|
|
|
|
|
|
|
'Pacific/Pitcairn' => { |
10476
|
|
|
|
|
|
|
exemplarCity => q#Pitcairn#, |
10477
|
|
|
|
|
|
|
}, |
10478
|
|
|
|
|
|
|
'Pacific/Ponape' => { |
10479
|
|
|
|
|
|
|
exemplarCity => q#Pohnpei#, |
10480
|
|
|
|
|
|
|
}, |
10481
|
|
|
|
|
|
|
'Pacific/Port_Moresby' => { |
10482
|
|
|
|
|
|
|
exemplarCity => q#Port Moresby#, |
10483
|
|
|
|
|
|
|
}, |
10484
|
|
|
|
|
|
|
'Pacific/Rarotonga' => { |
10485
|
|
|
|
|
|
|
exemplarCity => q#Rarotonga#, |
10486
|
|
|
|
|
|
|
}, |
10487
|
|
|
|
|
|
|
'Pacific/Saipan' => { |
10488
|
|
|
|
|
|
|
exemplarCity => q#Saipan#, |
10489
|
|
|
|
|
|
|
}, |
10490
|
|
|
|
|
|
|
'Pacific/Tahiti' => { |
10491
|
|
|
|
|
|
|
exemplarCity => q#Tahiti#, |
10492
|
|
|
|
|
|
|
}, |
10493
|
|
|
|
|
|
|
'Pacific/Tarawa' => { |
10494
|
|
|
|
|
|
|
exemplarCity => q#Tarawa#, |
10495
|
|
|
|
|
|
|
}, |
10496
|
|
|
|
|
|
|
'Pacific/Tongatapu' => { |
10497
|
|
|
|
|
|
|
exemplarCity => q#Tongatapu#, |
10498
|
|
|
|
|
|
|
}, |
10499
|
|
|
|
|
|
|
'Pacific/Truk' => { |
10500
|
|
|
|
|
|
|
exemplarCity => q#Chuuk#, |
10501
|
|
|
|
|
|
|
}, |
10502
|
|
|
|
|
|
|
'Pacific/Wake' => { |
10503
|
|
|
|
|
|
|
exemplarCity => q#Wake#, |
10504
|
|
|
|
|
|
|
}, |
10505
|
|
|
|
|
|
|
'Pacific/Wallis' => { |
10506
|
|
|
|
|
|
|
exemplarCity => q#Wallis#, |
10507
|
|
|
|
|
|
|
}, |
10508
|
|
|
|
|
|
|
'Pakistan' => { |
10509
|
|
|
|
|
|
|
long => { |
10510
|
|
|
|
|
|
|
'daylight' => q(Hora braniega del Paquistán), |
10511
|
|
|
|
|
|
|
'generic' => q(Hora del Paquistán), |
10512
|
|
|
|
|
|
|
'standard' => q(Hora estándar del Paquistán), |
10513
|
|
|
|
|
|
|
}, |
10514
|
|
|
|
|
|
|
}, |
10515
|
|
|
|
|
|
|
'Palau' => { |
10516
|
|
|
|
|
|
|
long => { |
10517
|
|
|
|
|
|
|
'standard' => q(Hora de Palau), |
10518
|
|
|
|
|
|
|
}, |
10519
|
|
|
|
|
|
|
}, |
10520
|
|
|
|
|
|
|
'Papua_New_Guinea' => { |
10521
|
|
|
|
|
|
|
long => { |
10522
|
|
|
|
|
|
|
'standard' => q(Hora de Papúa Nueva Guinea), |
10523
|
|
|
|
|
|
|
}, |
10524
|
|
|
|
|
|
|
}, |
10525
|
|
|
|
|
|
|
'Paraguay' => { |
10526
|
|
|
|
|
|
|
long => { |
10527
|
|
|
|
|
|
|
'daylight' => q(Hora braniega del Paraguái), |
10528
|
|
|
|
|
|
|
'generic' => q(Hora del Paraguái), |
10529
|
|
|
|
|
|
|
'standard' => q(Hora estándar del Paraguái), |
10530
|
|
|
|
|
|
|
}, |
10531
|
|
|
|
|
|
|
}, |
10532
|
|
|
|
|
|
|
'Peru' => { |
10533
|
|
|
|
|
|
|
long => { |
10534
|
|
|
|
|
|
|
'daylight' => q(Hora braniega del Perú), |
10535
|
|
|
|
|
|
|
'generic' => q(Hora del Perú), |
10536
|
|
|
|
|
|
|
'standard' => q(Hora estándar del Perú), |
10537
|
|
|
|
|
|
|
}, |
10538
|
|
|
|
|
|
|
}, |
10539
|
|
|
|
|
|
|
'Philippines' => { |
10540
|
|
|
|
|
|
|
long => { |
10541
|
|
|
|
|
|
|
'daylight' => q(Hora de branu de Filipines), |
10542
|
|
|
|
|
|
|
'generic' => q(Hora de Filipines), |
10543
|
|
|
|
|
|
|
'standard' => q(Hora estándar de Filipines), |
10544
|
|
|
|
|
|
|
}, |
10545
|
|
|
|
|
|
|
}, |
10546
|
|
|
|
|
|
|
'Phoenix_Islands' => { |
10547
|
|
|
|
|
|
|
long => { |
10548
|
|
|
|
|
|
|
'standard' => q(Hora de les Islles Phoenix), |
10549
|
|
|
|
|
|
|
}, |
10550
|
|
|
|
|
|
|
}, |
10551
|
|
|
|
|
|
|
'Pierre_Miquelon' => { |
10552
|
|
|
|
|
|
|
long => { |
10553
|
|
|
|
|
|
|
'daylight' => q(Hora braniega de Saint Pierre y Miquelon), |
10554
|
|
|
|
|
|
|
'generic' => q(Hora de Saint Pierre y Miquelon), |
10555
|
|
|
|
|
|
|
'standard' => q(Hora estándar de Saint Pierre y Miquelon), |
10556
|
|
|
|
|
|
|
}, |
10557
|
|
|
|
|
|
|
}, |
10558
|
|
|
|
|
|
|
'Pitcairn' => { |
10559
|
|
|
|
|
|
|
long => { |
10560
|
|
|
|
|
|
|
'standard' => q(Hora de Pitcairn), |
10561
|
|
|
|
|
|
|
}, |
10562
|
|
|
|
|
|
|
}, |
10563
|
|
|
|
|
|
|
'Ponape' => { |
10564
|
|
|
|
|
|
|
long => { |
10565
|
|
|
|
|
|
|
'standard' => q(Hora de Ponape), |
10566
|
|
|
|
|
|
|
}, |
10567
|
|
|
|
|
|
|
}, |
10568
|
|
|
|
|
|
|
'Qyzylorda' => { |
10569
|
|
|
|
|
|
|
long => { |
10570
|
|
|
|
|
|
|
'daylight' => q(Hora braniega de Qyzylorda), |
10571
|
|
|
|
|
|
|
'generic' => q(Hora de Qyzylorda), |
10572
|
|
|
|
|
|
|
'standard' => q(Hora estándar de Qyzylorda), |
10573
|
|
|
|
|
|
|
}, |
10574
|
|
|
|
|
|
|
}, |
10575
|
|
|
|
|
|
|
'Reunion' => { |
10576
|
|
|
|
|
|
|
long => { |
10577
|
|
|
|
|
|
|
'standard' => q(Hora de Reunión), |
10578
|
|
|
|
|
|
|
}, |
10579
|
|
|
|
|
|
|
}, |
10580
|
|
|
|
|
|
|
'Rothera' => { |
10581
|
|
|
|
|
|
|
long => { |
10582
|
|
|
|
|
|
|
'standard' => q(Hora de Rothera), |
10583
|
|
|
|
|
|
|
}, |
10584
|
|
|
|
|
|
|
}, |
10585
|
|
|
|
|
|
|
'Sakhalin' => { |
10586
|
|
|
|
|
|
|
long => { |
10587
|
|
|
|
|
|
|
'daylight' => q(Hora braniega de SaxalÃn), |
10588
|
|
|
|
|
|
|
'generic' => q(Hora de SaxalÃn), |
10589
|
|
|
|
|
|
|
'standard' => q(Hora estándar de SaxalÃn), |
10590
|
|
|
|
|
|
|
}, |
10591
|
|
|
|
|
|
|
}, |
10592
|
|
|
|
|
|
|
'Samara' => { |
10593
|
|
|
|
|
|
|
long => { |
10594
|
|
|
|
|
|
|
'daylight' => q(Hora braniega de Samara), |
10595
|
|
|
|
|
|
|
'generic' => q(Hora de Samara), |
10596
|
|
|
|
|
|
|
'standard' => q(Hora estándar de Samara), |
10597
|
|
|
|
|
|
|
}, |
10598
|
|
|
|
|
|
|
}, |
10599
|
|
|
|
|
|
|
'Samoa' => { |
10600
|
|
|
|
|
|
|
long => { |
10601
|
|
|
|
|
|
|
'daylight' => q(Hora braniega de Samoa), |
10602
|
|
|
|
|
|
|
'generic' => q(Hora de Samoa), |
10603
|
|
|
|
|
|
|
'standard' => q(Hora estándar de Samoa), |
10604
|
|
|
|
|
|
|
}, |
10605
|
|
|
|
|
|
|
}, |
10606
|
|
|
|
|
|
|
'Seychelles' => { |
10607
|
|
|
|
|
|
|
long => { |
10608
|
|
|
|
|
|
|
'standard' => q(Hora de Les Seixeles), |
10609
|
|
|
|
|
|
|
}, |
10610
|
|
|
|
|
|
|
}, |
10611
|
|
|
|
|
|
|
'Singapore' => { |
10612
|
|
|
|
|
|
|
long => { |
10613
|
|
|
|
|
|
|
'standard' => q(Hora estándar de Singapur), |
10614
|
|
|
|
|
|
|
}, |
10615
|
|
|
|
|
|
|
}, |
10616
|
|
|
|
|
|
|
'Solomon' => { |
10617
|
|
|
|
|
|
|
long => { |
10618
|
|
|
|
|
|
|
'standard' => q(Hora de les Islles Salomón), |
10619
|
|
|
|
|
|
|
}, |
10620
|
|
|
|
|
|
|
}, |
10621
|
|
|
|
|
|
|
'South_Georgia' => { |
10622
|
|
|
|
|
|
|
long => { |
10623
|
|
|
|
|
|
|
'standard' => q(Hora de Xeorxa del Sur), |
10624
|
|
|
|
|
|
|
}, |
10625
|
|
|
|
|
|
|
}, |
10626
|
|
|
|
|
|
|
'Suriname' => { |
10627
|
|
|
|
|
|
|
long => { |
10628
|
|
|
|
|
|
|
'standard' => q(Hora del Surinam), |
10629
|
|
|
|
|
|
|
}, |
10630
|
|
|
|
|
|
|
}, |
10631
|
|
|
|
|
|
|
'Syowa' => { |
10632
|
|
|
|
|
|
|
long => { |
10633
|
|
|
|
|
|
|
'standard' => q(Hora de Syowa), |
10634
|
|
|
|
|
|
|
}, |
10635
|
|
|
|
|
|
|
}, |
10636
|
|
|
|
|
|
|
'Tahiti' => { |
10637
|
|
|
|
|
|
|
long => { |
10638
|
|
|
|
|
|
|
'standard' => q(Hora de Tahiti), |
10639
|
|
|
|
|
|
|
}, |
10640
|
|
|
|
|
|
|
}, |
10641
|
|
|
|
|
|
|
'Taipei' => { |
10642
|
|
|
|
|
|
|
long => { |
10643
|
|
|
|
|
|
|
'daylight' => q(Hora braniega de Taipéi), |
10644
|
|
|
|
|
|
|
'generic' => q(Hora de Taipéi), |
10645
|
|
|
|
|
|
|
'standard' => q(Hora estándar de Taipéi), |
10646
|
|
|
|
|
|
|
}, |
10647
|
|
|
|
|
|
|
}, |
10648
|
|
|
|
|
|
|
'Tajikistan' => { |
10649
|
|
|
|
|
|
|
long => { |
10650
|
|
|
|
|
|
|
'standard' => q(Hora del Taxiquistán), |
10651
|
|
|
|
|
|
|
}, |
10652
|
|
|
|
|
|
|
}, |
10653
|
|
|
|
|
|
|
'Tokelau' => { |
10654
|
|
|
|
|
|
|
long => { |
10655
|
|
|
|
|
|
|
'standard' => q(Hora de Tokelau), |
10656
|
|
|
|
|
|
|
}, |
10657
|
|
|
|
|
|
|
}, |
10658
|
|
|
|
|
|
|
'Tonga' => { |
10659
|
|
|
|
|
|
|
long => { |
10660
|
|
|
|
|
|
|
'daylight' => q(Hora braniega de Tonga), |
10661
|
|
|
|
|
|
|
'generic' => q(Hora de Tonga), |
10662
|
|
|
|
|
|
|
'standard' => q(Hora estándar de Tonga), |
10663
|
|
|
|
|
|
|
}, |
10664
|
|
|
|
|
|
|
}, |
10665
|
|
|
|
|
|
|
'Truk' => { |
10666
|
|
|
|
|
|
|
long => { |
10667
|
|
|
|
|
|
|
'standard' => q(Hora de Chuuk), |
10668
|
|
|
|
|
|
|
}, |
10669
|
|
|
|
|
|
|
}, |
10670
|
|
|
|
|
|
|
'Turkmenistan' => { |
10671
|
|
|
|
|
|
|
long => { |
10672
|
|
|
|
|
|
|
'daylight' => q(Hora braniega del Turkmenistán), |
10673
|
|
|
|
|
|
|
'generic' => q(Hora del Turkmenistán), |
10674
|
|
|
|
|
|
|
'standard' => q(Hora estándar del Turkmenistán), |
10675
|
|
|
|
|
|
|
}, |
10676
|
|
|
|
|
|
|
}, |
10677
|
|
|
|
|
|
|
'Tuvalu' => { |
10678
|
|
|
|
|
|
|
long => { |
10679
|
|
|
|
|
|
|
'standard' => q(Hora de Tuvalu), |
10680
|
|
|
|
|
|
|
}, |
10681
|
|
|
|
|
|
|
}, |
10682
|
|
|
|
|
|
|
'Uruguay' => { |
10683
|
|
|
|
|
|
|
long => { |
10684
|
|
|
|
|
|
|
'daylight' => q(Hora braniega del Uruguái), |
10685
|
|
|
|
|
|
|
'generic' => q(Hora del Uruguái), |
10686
|
|
|
|
|
|
|
'standard' => q(Hora estándar del Uruguái), |
10687
|
|
|
|
|
|
|
}, |
10688
|
|
|
|
|
|
|
}, |
10689
|
|
|
|
|
|
|
'Uzbekistan' => { |
10690
|
|
|
|
|
|
|
long => { |
10691
|
|
|
|
|
|
|
'daylight' => q(Hora braniega del Uzbequistán), |
10692
|
|
|
|
|
|
|
'generic' => q(Hora del Uzbequistán), |
10693
|
|
|
|
|
|
|
'standard' => q(Hora estándar del Uzbequistán), |
10694
|
|
|
|
|
|
|
}, |
10695
|
|
|
|
|
|
|
}, |
10696
|
|
|
|
|
|
|
'Vanuatu' => { |
10697
|
|
|
|
|
|
|
long => { |
10698
|
|
|
|
|
|
|
'daylight' => q(Hora braniega de Vanuatu), |
10699
|
|
|
|
|
|
|
'generic' => q(Hora de Vanuatu), |
10700
|
|
|
|
|
|
|
'standard' => q(Hora estándar de Vanuatu), |
10701
|
|
|
|
|
|
|
}, |
10702
|
|
|
|
|
|
|
}, |
10703
|
|
|
|
|
|
|
'Venezuela' => { |
10704
|
|
|
|
|
|
|
long => { |
10705
|
|
|
|
|
|
|
'standard' => q(Hora de Venezuela), |
10706
|
|
|
|
|
|
|
}, |
10707
|
|
|
|
|
|
|
}, |
10708
|
|
|
|
|
|
|
'Vladivostok' => { |
10709
|
|
|
|
|
|
|
long => { |
10710
|
|
|
|
|
|
|
'daylight' => q(Hora braniega de Vladivostok), |
10711
|
|
|
|
|
|
|
'generic' => q(Hora de Vladivostok), |
10712
|
|
|
|
|
|
|
'standard' => q(Hora estándar de Vladivostok), |
10713
|
|
|
|
|
|
|
}, |
10714
|
|
|
|
|
|
|
}, |
10715
|
|
|
|
|
|
|
'Volgograd' => { |
10716
|
|
|
|
|
|
|
long => { |
10717
|
|
|
|
|
|
|
'daylight' => q(Hora braniega de Volgográu), |
10718
|
|
|
|
|
|
|
'generic' => q(Hora de Volgográu), |
10719
|
|
|
|
|
|
|
'standard' => q(Hora estándar de Volgográu), |
10720
|
|
|
|
|
|
|
}, |
10721
|
|
|
|
|
|
|
}, |
10722
|
|
|
|
|
|
|
'Vostok' => { |
10723
|
|
|
|
|
|
|
long => { |
10724
|
|
|
|
|
|
|
'standard' => q(Hora de Vostok), |
10725
|
|
|
|
|
|
|
}, |
10726
|
|
|
|
|
|
|
}, |
10727
|
|
|
|
|
|
|
'Wake' => { |
10728
|
|
|
|
|
|
|
long => { |
10729
|
|
|
|
|
|
|
'standard' => q(Hora de la Islla Wake), |
10730
|
|
|
|
|
|
|
}, |
10731
|
|
|
|
|
|
|
}, |
10732
|
|
|
|
|
|
|
'Wallis' => { |
10733
|
|
|
|
|
|
|
long => { |
10734
|
|
|
|
|
|
|
'standard' => q(Hora de Wallis y Futuna), |
10735
|
|
|
|
|
|
|
}, |
10736
|
|
|
|
|
|
|
}, |
10737
|
|
|
|
|
|
|
'Yakutsk' => { |
10738
|
|
|
|
|
|
|
long => { |
10739
|
|
|
|
|
|
|
'daylight' => q(Hora braniega de Yakutsk), |
10740
|
|
|
|
|
|
|
'generic' => q(Hora de Yakutsk), |
10741
|
|
|
|
|
|
|
'standard' => q(Hora estándar de Yakutsk), |
10742
|
|
|
|
|
|
|
}, |
10743
|
|
|
|
|
|
|
}, |
10744
|
|
|
|
|
|
|
'Yekaterinburg' => { |
10745
|
|
|
|
|
|
|
long => { |
10746
|
|
|
|
|
|
|
'daylight' => q(Hora braniega de Yekaterimburgu), |
10747
|
|
|
|
|
|
|
'generic' => q(Hora de Yekaterimburgu), |
10748
|
|
|
|
|
|
|
'standard' => q(Hora estándar de Yekaterimburgu), |
10749
|
|
|
|
|
|
|
}, |
10750
|
|
|
|
|
|
|
}, |
10751
|
|
|
|
|
|
|
} } |
10752
|
|
|
|
|
|
|
); |
10753
|
1
|
|
|
1
|
|
27632
|
no Moo; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
10
|
|
10754
|
|
|
|
|
|
|
|
10755
|
|
|
|
|
|
|
1; |
10756
|
|
|
|
|
|
|
|
10757
|
|
|
|
|
|
|
# vim: tabstop=4 |