| line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
|
1
|
|
|
|
|
|
|
=encoding utf8 |
|
2
|
|
|
|
|
|
|
|
|
3
|
|
|
|
|
|
|
=head1 NAME |
|
4
|
|
|
|
|
|
|
|
|
5
|
|
|
|
|
|
|
Locale::CLDR::Locales::Oc - Package for language Occitan |
|
6
|
|
|
|
|
|
|
|
|
7
|
|
|
|
|
|
|
=cut |
|
8
|
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
package Locale::CLDR::Locales::Oc; |
|
10
|
|
|
|
|
|
|
# This file auto generated from Data\common\main\oc.xml |
|
11
|
|
|
|
|
|
|
# on Fri 17 Jan 12:03:31 pm GMT |
|
12
|
|
|
|
|
|
|
|
|
13
|
1
|
|
|
1
|
|
1552342
|
use strict; |
|
|
1
|
|
|
|
|
3
|
|
|
|
1
|
|
|
|
|
35
|
|
|
14
|
1
|
|
|
1
|
|
4
|
use warnings; |
|
|
1
|
|
|
|
|
6
|
|
|
|
1
|
|
|
|
|
65
|
|
|
15
|
1
|
|
|
1
|
|
12
|
use version; |
|
|
1
|
|
|
|
|
1
|
|
|
|
1
|
|
|
|
|
8
|
|
|
16
|
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
our $VERSION = version->declare('v0.46.0'); |
|
18
|
|
|
|
|
|
|
|
|
19
|
1
|
|
|
1
|
|
97
|
use v5.12.0; |
|
|
1
|
|
|
|
|
4
|
|
|
20
|
1
|
|
|
1
|
|
4
|
use mro 'c3'; |
|
|
1
|
|
|
|
|
2
|
|
|
|
1
|
|
|
|
|
5
|
|
|
21
|
1
|
|
|
1
|
|
21
|
use utf8; |
|
|
1
|
|
|
|
|
2
|
|
|
|
1
|
|
|
|
|
8
|
|
|
22
|
1
|
|
|
1
|
|
54
|
use feature 'unicode_strings'; |
|
|
1
|
|
|
|
|
2
|
|
|
|
1
|
|
|
|
|
146
|
|
|
23
|
1
|
|
|
1
|
|
5
|
use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef ); |
|
|
1
|
|
|
|
|
3
|
|
|
|
1
|
|
|
|
|
9
|
|
|
24
|
1
|
|
|
1
|
|
1955
|
use Moo; |
|
|
1
|
|
|
|
|
6
|
|
|
|
1
|
|
|
|
|
7
|
|
|
25
|
|
|
|
|
|
|
|
|
26
|
|
|
|
|
|
|
extends('Locale::CLDR::Locales::Root'); |
|
27
|
|
|
|
|
|
|
has 'display_name_language' => ( |
|
28
|
|
|
|
|
|
|
is => 'ro', |
|
29
|
|
|
|
|
|
|
isa => CodeRef, |
|
30
|
|
|
|
|
|
|
init_arg => undef, |
|
31
|
|
|
|
|
|
|
default => sub { |
|
32
|
|
|
|
|
|
|
sub { |
|
33
|
|
|
|
|
|
|
my %languages = ( |
|
34
|
|
|
|
|
|
|
'aa' => 'afar', |
|
35
|
|
|
|
|
|
|
'af' => 'afrikaans', |
|
36
|
|
|
|
|
|
|
'ain' => 'aino', |
|
37
|
|
|
|
|
|
|
'ale' => 'aleut', |
|
38
|
|
|
|
|
|
|
'am' => 'amaric', |
|
39
|
|
|
|
|
|
|
'an' => 'aragonés', |
|
40
|
|
|
|
|
|
|
'ar' => 'arabi', |
|
41
|
|
|
|
|
|
|
'arn' => 'mapoche', |
|
42
|
|
|
|
|
|
|
'ast' => 'asturian', |
|
43
|
|
|
|
|
|
|
'ay' => 'aimara', |
|
44
|
|
|
|
|
|
|
'az' => 'azerbaijani', |
|
45
|
|
|
|
|
|
|
'az@alt=short' => 'azeri', |
|
46
|
|
|
|
|
|
|
'ban' => 'balinés', |
|
47
|
|
|
|
|
|
|
'be' => 'belarús', |
|
48
|
|
|
|
|
|
|
'bg' => 'bulgar', |
|
49
|
|
|
|
|
|
|
'bi' => 'bislama', |
|
50
|
|
|
|
|
|
|
'bm' => 'bambara', |
|
51
|
|
|
|
|
|
|
'bn' => 'bengalin', |
|
52
|
|
|
|
|
|
|
'bo' => 'tibetan', |
|
53
|
|
|
|
|
|
|
'br' => 'breton', |
|
54
|
|
|
|
|
|
|
'bs' => 'bosniac', |
|
55
|
|
|
|
|
|
|
'bug' => 'buginés', |
|
56
|
|
|
|
|
|
|
'ca' => 'catalan', |
|
57
|
|
|
|
|
|
|
'ce' => 'chechen', |
|
58
|
|
|
|
|
|
|
'ceb' => 'cebuan', |
|
59
|
|
|
|
|
|
|
'chr' => 'cheroqui', |
|
60
|
|
|
|
|
|
|
'ckb' => 'kurd central', |
|
61
|
|
|
|
|
|
|
'co' => 'còrs', |
|
62
|
|
|
|
|
|
|
'cs' => 'chèc', |
|
63
|
|
|
|
|
|
|
'cu' => 'eslavon', |
|
64
|
|
|
|
|
|
|
'cv' => 'chovash', |
|
65
|
|
|
|
|
|
|
'da' => 'danés', |
|
66
|
|
|
|
|
|
|
'de' => 'alemand', |
|
67
|
|
|
|
|
|
|
'el' => 'grèc', |
|
68
|
|
|
|
|
|
|
'en' => 'anglés', |
|
69
|
|
|
|
|
|
|
'eo' => 'esperanto', |
|
70
|
|
|
|
|
|
|
'es' => 'espanhòl', |
|
71
|
|
|
|
|
|
|
'et' => 'estonian', |
|
72
|
|
|
|
|
|
|
'eu' => 'basc', |
|
73
|
|
|
|
|
|
|
'fa' => 'perse', |
|
74
|
|
|
|
|
|
|
'fi' => 'finlandés', |
|
75
|
|
|
|
|
|
|
'fil' => 'filipino', |
|
76
|
|
|
|
|
|
|
'fj' => 'fijian', |
|
77
|
|
|
|
|
|
|
'fo' => 'feroés', |
|
78
|
|
|
|
|
|
|
'fon' => 'fòn', |
|
79
|
|
|
|
|
|
|
'fr' => 'francés', |
|
80
|
|
|
|
|
|
|
'frm' => 'francés mejan', |
|
81
|
|
|
|
|
|
|
'fur' => 'friolan', |
|
82
|
|
|
|
|
|
|
'ga' => 'irlandés', |
|
83
|
|
|
|
|
|
|
'gd' => 'gaelic escossés', |
|
84
|
|
|
|
|
|
|
'gez' => 'gueèz', |
|
85
|
|
|
|
|
|
|
'gl' => 'galician', |
|
86
|
|
|
|
|
|
|
'gn' => 'guaraní', |
|
87
|
|
|
|
|
|
|
'grc' => 'grec ancian', |
|
88
|
|
|
|
|
|
|
'gsw' => 'aleman de Soïssa', |
|
89
|
|
|
|
|
|
|
'gu' => 'gujarati', |
|
90
|
|
|
|
|
|
|
'he' => 'ebrèu', |
|
91
|
|
|
|
|
|
|
'hi' => 'Indi', |
|
92
|
|
|
|
|
|
|
'hi_Latn@alt=variant' => 'inglish', |
|
93
|
|
|
|
|
|
|
'hr' => 'croat', |
|
94
|
|
|
|
|
|
|
'hsb' => 'naut sorab', |
|
95
|
|
|
|
|
|
|
'hu' => 'ongrés', |
|
96
|
|
|
|
|
|
|
'hy' => 'armèni', |
|
97
|
|
|
|
|
|
|
'ia' => 'interlingua', |
|
98
|
|
|
|
|
|
|
'id' => 'indonesian', |
|
99
|
|
|
|
|
|
|
'io' => 'ido', |
|
100
|
|
|
|
|
|
|
'is' => 'islandés', |
|
101
|
|
|
|
|
|
|
'it' => 'italian', |
|
102
|
|
|
|
|
|
|
'iu' => 'inuktitut', |
|
103
|
|
|
|
|
|
|
'ja' => 'japonés', |
|
104
|
|
|
|
|
|
|
'jv' => 'javanés', |
|
105
|
|
|
|
|
|
|
'ka' => 'georgian', |
|
106
|
|
|
|
|
|
|
'kab' => 'cabil', |
|
107
|
|
|
|
|
|
|
'kk' => 'cazac', |
|
108
|
|
|
|
|
|
|
'km' => 'cambojian', |
|
109
|
|
|
|
|
|
|
'kn' => 'kannada', |
|
110
|
|
|
|
|
|
|
'ko' => 'corean', |
|
111
|
|
|
|
|
|
|
'krl' => 'carelian', |
|
112
|
|
|
|
|
|
|
'ks' => 'cashmiri', |
|
113
|
|
|
|
|
|
|
'ku' => 'curd', |
|
114
|
|
|
|
|
|
|
'kw' => 'cornic', |
|
115
|
|
|
|
|
|
|
'la' => 'latin', |
|
116
|
|
|
|
|
|
|
'lad' => 'ladin', |
|
117
|
|
|
|
|
|
|
'lb' => 'luxemborgés', |
|
118
|
|
|
|
|
|
|
'lo' => 'laosian', |
|
119
|
|
|
|
|
|
|
'lt' => 'lituan', |
|
120
|
|
|
|
|
|
|
'lv' => 'leton', |
|
121
|
|
|
|
|
|
|
'mg' => 'malgash', |
|
122
|
|
|
|
|
|
|
'mi' => 'maòri', |
|
123
|
|
|
|
|
|
|
'mk' => 'macedonian', |
|
124
|
|
|
|
|
|
|
'mn' => 'mongòl', |
|
125
|
|
|
|
|
|
|
'mt' => 'maltés', |
|
126
|
|
|
|
|
|
|
'mul' => 'lengas multiplas', |
|
127
|
|
|
|
|
|
|
'mwl' => 'mirandés', |
|
128
|
|
|
|
|
|
|
'my' => 'birman', |
|
129
|
|
|
|
|
|
|
'na' => 'nauru', |
|
130
|
|
|
|
|
|
|
'nb' => 'norvegian bokmål', |
|
131
|
|
|
|
|
|
|
'ne' => 'nepalés', |
|
132
|
|
|
|
|
|
|
'nl' => 'neerlandés', |
|
133
|
|
|
|
|
|
|
'nl_BE' => 'flamenc', |
|
134
|
|
|
|
|
|
|
'nn' => 'norvegian nynorsk', |
|
135
|
|
|
|
|
|
|
'oc' => 'occitan', |
|
136
|
|
|
|
|
|
|
'os' => 'osseta', |
|
137
|
|
|
|
|
|
|
'pa' => 'punjabi', |
|
138
|
|
|
|
|
|
|
'phn' => 'fenician', |
|
139
|
|
|
|
|
|
|
'pl' => 'polonés', |
|
140
|
|
|
|
|
|
|
'pro' => 'occitan ancian', |
|
141
|
|
|
|
|
|
|
'ps' => 'pashto', |
|
142
|
|
|
|
|
|
|
'pt' => 'portugués', |
|
143
|
|
|
|
|
|
|
'qu' => 'quechua', |
|
144
|
|
|
|
|
|
|
'rm' => 'romanch', |
|
145
|
|
|
|
|
|
|
'ro' => 'romanés', |
|
146
|
|
|
|
|
|
|
'ru' => 'rus', |
|
147
|
|
|
|
|
|
|
'sa' => 'sanscrit', |
|
148
|
|
|
|
|
|
|
'sc' => 'sard', |
|
149
|
|
|
|
|
|
|
'scn' => 'sicilian', |
|
150
|
|
|
|
|
|
|
'sco' => 'escossés', |
|
151
|
|
|
|
|
|
|
'sk' => 'eslovac', |
|
152
|
|
|
|
|
|
|
'sl' => 'eslovèn', |
|
153
|
|
|
|
|
|
|
'sm' => 'samoan', |
|
154
|
|
|
|
|
|
|
'snk' => 'soninke', |
|
155
|
|
|
|
|
|
|
'so' => 'somali', |
|
156
|
|
|
|
|
|
|
'sq' => 'albanés', |
|
157
|
|
|
|
|
|
|
'sr' => 'serbi', |
|
158
|
|
|
|
|
|
|
'st' => 'soto del sud', |
|
159
|
|
|
|
|
|
|
'sv' => 'suedés', |
|
160
|
|
|
|
|
|
|
'sw' => 'swahili', |
|
161
|
|
|
|
|
|
|
'sw_CD' => 'swahili de Congo', |
|
162
|
|
|
|
|
|
|
'swb' => 'comorian', |
|
163
|
|
|
|
|
|
|
'syr' => 'siriac', |
|
164
|
|
|
|
|
|
|
'ta' => 'tamol', |
|
165
|
|
|
|
|
|
|
'te' => 'telogó', |
|
166
|
|
|
|
|
|
|
'tg' => 'tajic', |
|
167
|
|
|
|
|
|
|
'th' => 'tai', |
|
168
|
|
|
|
|
|
|
'tig' => 'tigré', |
|
169
|
|
|
|
|
|
|
'tk' => 'turcmèn', |
|
170
|
|
|
|
|
|
|
'tr' => 'turc', |
|
171
|
|
|
|
|
|
|
'tt' => 'tatar', |
|
172
|
|
|
|
|
|
|
'ty' => 'tahician', |
|
173
|
|
|
|
|
|
|
'ug' => 'oigor', |
|
174
|
|
|
|
|
|
|
'uk' => 'ucrainés', |
|
175
|
|
|
|
|
|
|
'und' => 'lenga desconeguda', |
|
176
|
|
|
|
|
|
|
'ur' => 'ordó', |
|
177
|
|
|
|
|
|
|
'uz' => 'ozbèc', |
|
178
|
|
|
|
|
|
|
'vai' => 'vai', |
|
179
|
|
|
|
|
|
|
've' => 'venda', |
|
180
|
|
|
|
|
|
|
'vi' => 'vietnamian', |
|
181
|
|
|
|
|
|
|
'vo' => 'volapuc', |
|
182
|
|
|
|
|
|
|
'xal' => 'kalmoc', |
|
183
|
|
|
|
|
|
|
'xh' => 'xhòsa', |
|
184
|
|
|
|
|
|
|
'yi' => 'yiddish', |
|
185
|
|
|
|
|
|
|
'yo' => 'yoruba', |
|
186
|
|
|
|
|
|
|
'yue' => 'cantonés', |
|
187
|
|
|
|
|
|
|
'zh' => 'chinés', |
|
188
|
|
|
|
|
|
|
'zh@alt=menu' => 'chinés, mandarin', |
|
189
|
|
|
|
|
|
|
'zh_Hans' => 'chinés simplificat', |
|
190
|
|
|
|
|
|
|
'zh_Hans@alt=long' => 'chinés mandarin simplificat', |
|
191
|
|
|
|
|
|
|
'zh_Hant' => 'chinés tradicional', |
|
192
|
|
|
|
|
|
|
'zh_Hant@alt=long' => 'chinés mandarin tradicional', |
|
193
|
|
|
|
|
|
|
'zu' => 'zólo', |
|
194
|
|
|
|
|
|
|
'zun' => 'zuni', |
|
195
|
|
|
|
|
|
|
|
|
196
|
|
|
|
|
|
|
); |
|
197
|
|
|
|
|
|
|
if (@_) { |
|
198
|
|
|
|
|
|
|
return $languages{$_[0]}; |
|
199
|
|
|
|
|
|
|
} |
|
200
|
|
|
|
|
|
|
return \%languages; |
|
201
|
|
|
|
|
|
|
} |
|
202
|
|
|
|
|
|
|
}, |
|
203
|
|
|
|
|
|
|
); |
|
204
|
|
|
|
|
|
|
|
|
205
|
|
|
|
|
|
|
has 'display_name_script' => ( |
|
206
|
|
|
|
|
|
|
is => 'ro', |
|
207
|
|
|
|
|
|
|
isa => CodeRef, |
|
208
|
|
|
|
|
|
|
init_arg => undef, |
|
209
|
|
|
|
|
|
|
default => sub { |
|
210
|
|
|
|
|
|
|
sub { |
|
211
|
|
|
|
|
|
|
my %scripts = ( |
|
212
|
|
|
|
|
|
|
'Armn' => 'armèni', |
|
213
|
|
|
|
|
|
|
'Bopo' => 'bopomofó', |
|
214
|
|
|
|
|
|
|
'Brai' => 'Bralha', |
|
215
|
|
|
|
|
|
|
'Cyrl' => 'cirilic', |
|
216
|
|
|
|
|
|
|
'Deva' => 'devanagari', |
|
217
|
|
|
|
|
|
|
'Ethi' => 'etiopian', |
|
218
|
|
|
|
|
|
|
'Geor' => 'georgian', |
|
219
|
|
|
|
|
|
|
'Grek' => 'grec', |
|
220
|
|
|
|
|
|
|
'Gujr' => 'gojrati', |
|
221
|
|
|
|
|
|
|
'Hang' => 'hangol', |
|
222
|
|
|
|
|
|
|
'Hani' => 'chinés', |
|
223
|
|
|
|
|
|
|
'Hans' => 'simplificat', |
|
224
|
|
|
|
|
|
|
'Hans@alt=stand-alone' => 'chinés simplificat', |
|
225
|
|
|
|
|
|
|
'Hant' => 'tradicional', |
|
226
|
|
|
|
|
|
|
'Hant@alt=stand-alone' => 'chinés tradicional', |
|
227
|
|
|
|
|
|
|
'Hebr' => 'ebrèu', |
|
228
|
|
|
|
|
|
|
'Hira' => 'hiragana', |
|
229
|
|
|
|
|
|
|
'Hrkt' => 'sillabaris japoneses', |
|
230
|
|
|
|
|
|
|
'Jpan' => 'japonés', |
|
231
|
|
|
|
|
|
|
'Kana' => 'katakana', |
|
232
|
|
|
|
|
|
|
'Khmr' => 'kmèr', |
|
233
|
|
|
|
|
|
|
'Kore' => 'corean', |
|
234
|
|
|
|
|
|
|
'Laoo' => 'lao', |
|
235
|
|
|
|
|
|
|
'Latn' => 'latin', |
|
236
|
|
|
|
|
|
|
'Mlym' => 'malayalam', |
|
237
|
|
|
|
|
|
|
'Mong' => 'mongòl', |
|
238
|
|
|
|
|
|
|
'Mymr' => 'birman', |
|
239
|
|
|
|
|
|
|
'Phnx' => 'fenician', |
|
240
|
|
|
|
|
|
|
'Syre' => 'siriac estranguelo', |
|
241
|
|
|
|
|
|
|
'Syrj' => 'siriac occidental', |
|
242
|
|
|
|
|
|
|
'Syrn' => 'siriac oriental', |
|
243
|
|
|
|
|
|
|
'Taml' => 'tamol', |
|
244
|
|
|
|
|
|
|
'Zmth' => 'notacion matematica', |
|
245
|
|
|
|
|
|
|
'Zxxx' => 'pas escricha', |
|
246
|
|
|
|
|
|
|
'Zzzz' => 'escritura desconeguda', |
|
247
|
|
|
|
|
|
|
|
|
248
|
|
|
|
|
|
|
); |
|
249
|
|
|
|
|
|
|
if ( @_ ) { |
|
250
|
|
|
|
|
|
|
return $scripts{$_[0]}; |
|
251
|
|
|
|
|
|
|
} |
|
252
|
|
|
|
|
|
|
return \%scripts; |
|
253
|
|
|
|
|
|
|
} |
|
254
|
|
|
|
|
|
|
} |
|
255
|
|
|
|
|
|
|
); |
|
256
|
|
|
|
|
|
|
|
|
257
|
|
|
|
|
|
|
has 'display_name_region' => ( |
|
258
|
|
|
|
|
|
|
is => 'ro', |
|
259
|
|
|
|
|
|
|
isa => HashRef[Str], |
|
260
|
|
|
|
|
|
|
init_arg => undef, |
|
261
|
|
|
|
|
|
|
default => sub { |
|
262
|
|
|
|
|
|
|
{ |
|
263
|
|
|
|
|
|
|
'001' => 'Monde', |
|
264
|
|
|
|
|
|
|
'002' => 'Africa', |
|
265
|
|
|
|
|
|
|
'003' => 'America del Nòrd', |
|
266
|
|
|
|
|
|
|
'005' => 'America del Sud', |
|
267
|
|
|
|
|
|
|
'009' => 'Oceania', |
|
268
|
|
|
|
|
|
|
'011' => 'Africa occidentala', |
|
269
|
|
|
|
|
|
|
'013' => 'America centrala', |
|
270
|
|
|
|
|
|
|
'014' => 'Africa orientala', |
|
271
|
|
|
|
|
|
|
'015' => 'Africa septentrionala', |
|
272
|
|
|
|
|
|
|
'017' => 'Africa centrala', |
|
273
|
|
|
|
|
|
|
'018' => 'Africa australa', |
|
274
|
|
|
|
|
|
|
'019' => 'Americas', |
|
275
|
|
|
|
|
|
|
'021' => 'Nòrd American', |
|
276
|
|
|
|
|
|
|
'029' => 'Carib', |
|
277
|
|
|
|
|
|
|
'030' => 'Asia de l’èst', |
|
278
|
|
|
|
|
|
|
'034' => 'Asia del Sud', |
|
279
|
|
|
|
|
|
|
'035' => 'Asia del Sud-èst', |
|
280
|
|
|
|
|
|
|
'039' => 'Euròpa del Sud', |
|
281
|
|
|
|
|
|
|
'053' => 'Austràlia e Nòva Zelanda', |
|
282
|
|
|
|
|
|
|
'054' => 'Melanesia', |
|
283
|
|
|
|
|
|
|
'057' => 'region micronesiana', |
|
284
|
|
|
|
|
|
|
'061' => 'Polinesia', |
|
285
|
|
|
|
|
|
|
'142' => 'Asia', |
|
286
|
|
|
|
|
|
|
'143' => 'Asia centrala', |
|
287
|
|
|
|
|
|
|
'145' => 'Asia de l’oèst', |
|
288
|
|
|
|
|
|
|
'150' => 'Euròpa', |
|
289
|
|
|
|
|
|
|
'151' => 'Euròpa de l’èst', |
|
290
|
|
|
|
|
|
|
'154' => 'Euròpa del Nòrd', |
|
291
|
|
|
|
|
|
|
'155' => 'Euròpa de l’oèst', |
|
292
|
|
|
|
|
|
|
'202' => 'Africa subsahariana', |
|
293
|
|
|
|
|
|
|
'419' => 'America latina', |
|
294
|
|
|
|
|
|
|
'AC' => 'Isla Ascension', |
|
295
|
|
|
|
|
|
|
'AD' => 'Andòrra', |
|
296
|
|
|
|
|
|
|
'AE' => 'Emirats Arabs Units', |
|
297
|
|
|
|
|
|
|
'AF' => 'Afganistan', |
|
298
|
|
|
|
|
|
|
'AG' => 'Antigua e Barbuda', |
|
299
|
|
|
|
|
|
|
'AI' => 'Anguilla', |
|
300
|
|
|
|
|
|
|
'AL' => 'Albania', |
|
301
|
|
|
|
|
|
|
'AM' => 'Armenia', |
|
302
|
|
|
|
|
|
|
'AO' => 'Angòla', |
|
303
|
|
|
|
|
|
|
'AQ' => 'Antartica', |
|
304
|
|
|
|
|
|
|
'AR' => 'Argentina', |
|
305
|
|
|
|
|
|
|
'AS' => 'Samoa americana', |
|
306
|
|
|
|
|
|
|
'AT' => 'Àustria', |
|
307
|
|
|
|
|
|
|
'AU' => 'Austràlia', |
|
308
|
|
|
|
|
|
|
'AW' => 'Aruba', |
|
309
|
|
|
|
|
|
|
'AX' => 'llas Åland', |
|
310
|
|
|
|
|
|
|
'AZ' => 'Azerbaijan', |
|
311
|
|
|
|
|
|
|
'BA' => 'Bòsnia e Ercegovina', |
|
312
|
|
|
|
|
|
|
'BB' => 'Barbados', |
|
313
|
|
|
|
|
|
|
'BD' => 'Bangladesh', |
|
314
|
|
|
|
|
|
|
'BE' => 'Belgica', |
|
315
|
|
|
|
|
|
|
'BF' => 'Burkina Faso', |
|
316
|
|
|
|
|
|
|
'BG' => 'Bolgària', |
|
317
|
|
|
|
|
|
|
'BH' => 'Barain', |
|
318
|
|
|
|
|
|
|
'BI' => 'Burundi', |
|
319
|
|
|
|
|
|
|
'BJ' => 'Benin', |
|
320
|
|
|
|
|
|
|
'BL' => 'Sant Bertomiu', |
|
321
|
|
|
|
|
|
|
'BM' => 'Bermuda', |
|
322
|
|
|
|
|
|
|
'BN' => 'Brunei', |
|
323
|
|
|
|
|
|
|
'BO' => 'Bolívia', |
|
324
|
|
|
|
|
|
|
'BQ' => 'Païses Basses caribèus', |
|
325
|
|
|
|
|
|
|
'BR' => 'Brasil', |
|
326
|
|
|
|
|
|
|
'BS' => 'Bahamas', |
|
327
|
|
|
|
|
|
|
'BT' => 'Botan', |
|
328
|
|
|
|
|
|
|
'BV' => 'Isla Bouvet', |
|
329
|
|
|
|
|
|
|
'BW' => 'Botswana', |
|
330
|
|
|
|
|
|
|
'BY' => 'Bielorussia', |
|
331
|
|
|
|
|
|
|
'BZ' => 'Belize', |
|
332
|
|
|
|
|
|
|
'CA' => 'Canadà', |
|
333
|
|
|
|
|
|
|
'CC' => 'Illas Còcos', |
|
334
|
|
|
|
|
|
|
'CD' => 'Còngo de Kinshasa', |
|
335
|
|
|
|
|
|
|
'CD@alt=variant' => 'Republica Democratica de Còngo', |
|
336
|
|
|
|
|
|
|
'CF' => 'Republica Centraficana', |
|
337
|
|
|
|
|
|
|
'CG' => 'Còngo de Brazzavila', |
|
338
|
|
|
|
|
|
|
'CG@alt=variant' => 'Republica de Còngo', |
|
339
|
|
|
|
|
|
|
'CH' => 'Soïssa', |
|
340
|
|
|
|
|
|
|
'CI' => 'Còsta d’Evòri', |
|
341
|
|
|
|
|
|
|
'CK' => 'Illas Cook', |
|
342
|
|
|
|
|
|
|
'CL' => 'Chile', |
|
343
|
|
|
|
|
|
|
'CM' => 'Cameron', |
|
344
|
|
|
|
|
|
|
'CN' => 'China', |
|
345
|
|
|
|
|
|
|
'CO' => 'Colómbia', |
|
346
|
|
|
|
|
|
|
'CP' => 'Iscla Clipperton', |
|
347
|
|
|
|
|
|
|
'CR' => 'Còsta Rica', |
|
348
|
|
|
|
|
|
|
'CU' => 'Cuba', |
|
349
|
|
|
|
|
|
|
'CV' => 'Cap Verd', |
|
350
|
|
|
|
|
|
|
'CW' => 'Curaçao', |
|
351
|
|
|
|
|
|
|
'CX' => 'Illa Christmas', |
|
352
|
|
|
|
|
|
|
'CY' => 'Chipre', |
|
353
|
|
|
|
|
|
|
'CZ' => 'Chequia', |
|
354
|
|
|
|
|
|
|
'CZ@alt=variant' => 'Republica chèca', |
|
355
|
|
|
|
|
|
|
'DE' => 'Alemanha', |
|
356
|
|
|
|
|
|
|
'DG' => 'Diego Garcia', |
|
357
|
|
|
|
|
|
|
'DJ' => 'Jiboti', |
|
358
|
|
|
|
|
|
|
'DK' => 'Danemarc', |
|
359
|
|
|
|
|
|
|
'DM' => 'Dominica', |
|
360
|
|
|
|
|
|
|
'DO' => 'Republica dominicana', |
|
361
|
|
|
|
|
|
|
'DZ' => 'Argeria', |
|
362
|
|
|
|
|
|
|
'EA' => 'Ceuta e Melilha', |
|
363
|
|
|
|
|
|
|
'EC' => 'Eqüator', |
|
364
|
|
|
|
|
|
|
'EE' => 'Estònia', |
|
365
|
|
|
|
|
|
|
'EG' => 'Egipte', |
|
366
|
|
|
|
|
|
|
'EH' => 'Saharà occidental', |
|
367
|
|
|
|
|
|
|
'ER' => 'Eritrèa', |
|
368
|
|
|
|
|
|
|
'ES' => 'Espanha', |
|
369
|
|
|
|
|
|
|
'ET' => 'Etiopia', |
|
370
|
|
|
|
|
|
|
'EU' => 'Union Europèa', |
|
371
|
|
|
|
|
|
|
'EZ' => 'Zòna euro', |
|
372
|
|
|
|
|
|
|
'FI' => 'Finlàndia', |
|
373
|
|
|
|
|
|
|
'FJ' => 'Fiji', |
|
374
|
|
|
|
|
|
|
'FK' => 'Isclas Falkland', |
|
375
|
|
|
|
|
|
|
'FK@alt=variant' => 'Malvinas', |
|
376
|
|
|
|
|
|
|
'FM' => 'Micronesia', |
|
377
|
|
|
|
|
|
|
'FO' => 'Illas Feròe', |
|
378
|
|
|
|
|
|
|
'FR' => 'França', |
|
379
|
|
|
|
|
|
|
'GA' => 'Gabon', |
|
380
|
|
|
|
|
|
|
'GB' => 'Reiaume Unit', |
|
381
|
|
|
|
|
|
|
'GB@alt=short' => 'RU', |
|
382
|
|
|
|
|
|
|
'GD' => 'Grenada', |
|
383
|
|
|
|
|
|
|
'GE' => 'Geòrgia', |
|
384
|
|
|
|
|
|
|
'GF' => 'Guiana francesa', |
|
385
|
|
|
|
|
|
|
'GG' => 'Guernsey', |
|
386
|
|
|
|
|
|
|
'GH' => 'Ganà', |
|
387
|
|
|
|
|
|
|
'GI' => 'Gibartar', |
|
388
|
|
|
|
|
|
|
'GL' => 'Groenlàndia', |
|
389
|
|
|
|
|
|
|
'GM' => 'Gàmbia', |
|
390
|
|
|
|
|
|
|
'GN' => 'Guinèa', |
|
391
|
|
|
|
|
|
|
'GP' => 'Guadalope', |
|
392
|
|
|
|
|
|
|
'GQ' => 'Guinèa Eqüatoriala', |
|
393
|
|
|
|
|
|
|
'GR' => 'Grècia', |
|
394
|
|
|
|
|
|
|
'GS' => 'Georgie del Sud e les Illes Sandwich del Sud', |
|
395
|
|
|
|
|
|
|
'GT' => 'Guatemala', |
|
396
|
|
|
|
|
|
|
'GU' => 'Guam', |
|
397
|
|
|
|
|
|
|
'GW' => 'Guinèa-Bissau', |
|
398
|
|
|
|
|
|
|
'GY' => 'Guianà', |
|
399
|
|
|
|
|
|
|
'HK' => 'Hong Kong', |
|
400
|
|
|
|
|
|
|
'HM' => 'Illas Heard e McDonald', |
|
401
|
|
|
|
|
|
|
'HN' => 'Onduras', |
|
402
|
|
|
|
|
|
|
'HR' => 'Croàcia', |
|
403
|
|
|
|
|
|
|
'HT' => 'Haití', |
|
404
|
|
|
|
|
|
|
'HU' => 'Ongria', |
|
405
|
|
|
|
|
|
|
'IC' => 'Isclas Canàrias', |
|
406
|
|
|
|
|
|
|
'ID' => 'Indonesia', |
|
407
|
|
|
|
|
|
|
'IE' => 'Irlanda', |
|
408
|
|
|
|
|
|
|
'IL' => 'Israèl', |
|
409
|
|
|
|
|
|
|
'IM' => 'Illa de Man', |
|
410
|
|
|
|
|
|
|
'IN' => 'Índia', |
|
411
|
|
|
|
|
|
|
'IO' => 'Territòri Britanic de l’Ocean Indian', |
|
412
|
|
|
|
|
|
|
'IQ' => 'Iraq', |
|
413
|
|
|
|
|
|
|
'IR' => 'Iran', |
|
414
|
|
|
|
|
|
|
'IS' => 'Islàndia', |
|
415
|
|
|
|
|
|
|
'IT' => 'Itàlia', |
|
416
|
|
|
|
|
|
|
'JE' => 'Jersey', |
|
417
|
|
|
|
|
|
|
'JM' => 'Jamaïca', |
|
418
|
|
|
|
|
|
|
'JO' => 'Jordania', |
|
419
|
|
|
|
|
|
|
'JP' => 'Japon', |
|
420
|
|
|
|
|
|
|
'KE' => 'Kenya', |
|
421
|
|
|
|
|
|
|
'KG' => 'Kirguizstan', |
|
422
|
|
|
|
|
|
|
'KH' => 'Cambòja', |
|
423
|
|
|
|
|
|
|
'KI' => 'Kiribatí', |
|
424
|
|
|
|
|
|
|
'KM' => 'Comòras', |
|
425
|
|
|
|
|
|
|
'KN' => 'Sant Kitts e Nevis', |
|
426
|
|
|
|
|
|
|
'KP' => 'Corèa del Nòrd', |
|
427
|
|
|
|
|
|
|
'KR' => 'Corèa del Sud', |
|
428
|
|
|
|
|
|
|
'KW' => 'Kowait', |
|
429
|
|
|
|
|
|
|
'KY' => 'Islas Caiman', |
|
430
|
|
|
|
|
|
|
'KZ' => 'Cazacstan', |
|
431
|
|
|
|
|
|
|
'LA' => 'Laos', |
|
432
|
|
|
|
|
|
|
'LB' => 'Liban', |
|
433
|
|
|
|
|
|
|
'LC' => 'Santa Lucia', |
|
434
|
|
|
|
|
|
|
'LI' => 'Liechtenstein', |
|
435
|
|
|
|
|
|
|
'LK' => 'Sri Lanka', |
|
436
|
|
|
|
|
|
|
'LR' => 'Liberià', |
|
437
|
|
|
|
|
|
|
'LS' => 'Lesotho', |
|
438
|
|
|
|
|
|
|
'LT' => 'Lituània', |
|
439
|
|
|
|
|
|
|
'LU' => 'Luxemborg', |
|
440
|
|
|
|
|
|
|
'LV' => 'Letònia', |
|
441
|
|
|
|
|
|
|
'LY' => 'Libia', |
|
442
|
|
|
|
|
|
|
'MA' => 'Marròc', |
|
443
|
|
|
|
|
|
|
'MC' => 'Mónegue', |
|
444
|
|
|
|
|
|
|
'MD' => 'Moldàvia', |
|
445
|
|
|
|
|
|
|
'ME' => 'Montenegro', |
|
446
|
|
|
|
|
|
|
'MF' => 'St. Martin', |
|
447
|
|
|
|
|
|
|
'MG' => 'Madagascar', |
|
448
|
|
|
|
|
|
|
'MH' => 'Illas Marshall', |
|
449
|
|
|
|
|
|
|
'MK' => 'Macedónia del Nòrd', |
|
450
|
|
|
|
|
|
|
'ML' => 'Mali', |
|
451
|
|
|
|
|
|
|
'MM' => 'Birmania', |
|
452
|
|
|
|
|
|
|
'MN' => 'Mongolia', |
|
453
|
|
|
|
|
|
|
'MO' => 'Macau', |
|
454
|
|
|
|
|
|
|
'MP' => 'Illas Mariannas del Nòrd', |
|
455
|
|
|
|
|
|
|
'MQ' => 'Martinica', |
|
456
|
|
|
|
|
|
|
'MR' => 'Mauritània', |
|
457
|
|
|
|
|
|
|
'MS' => 'Montserrat', |
|
458
|
|
|
|
|
|
|
'MT' => 'Malta', |
|
459
|
|
|
|
|
|
|
'MU' => 'Maurici', |
|
460
|
|
|
|
|
|
|
'MV' => 'Maldivas', |
|
461
|
|
|
|
|
|
|
'MW' => 'Malavi', |
|
462
|
|
|
|
|
|
|
'MX' => 'Mexic', |
|
463
|
|
|
|
|
|
|
'MY' => 'Malàisia', |
|
464
|
|
|
|
|
|
|
'MZ' => 'Moçambic', |
|
465
|
|
|
|
|
|
|
'NA' => 'Namibia', |
|
466
|
|
|
|
|
|
|
'NC' => 'Nòva Caledonia', |
|
467
|
|
|
|
|
|
|
'NE' => 'Nigèr', |
|
468
|
|
|
|
|
|
|
'NF' => 'Illas Norfòlk', |
|
469
|
|
|
|
|
|
|
'NG' => 'Nigèria', |
|
470
|
|
|
|
|
|
|
'NI' => 'Nicaragüa', |
|
471
|
|
|
|
|
|
|
'NL' => 'Païses Basses', |
|
472
|
|
|
|
|
|
|
'NO' => 'Norvègia', |
|
473
|
|
|
|
|
|
|
'NP' => 'Nepal', |
|
474
|
|
|
|
|
|
|
'NR' => 'Nauru', |
|
475
|
|
|
|
|
|
|
'NU' => 'Niue', |
|
476
|
|
|
|
|
|
|
'NZ' => 'Nòva Zelanda', |
|
477
|
|
|
|
|
|
|
'OM' => 'Òman', |
|
478
|
|
|
|
|
|
|
'PA' => 'Panamà', |
|
479
|
|
|
|
|
|
|
'PE' => 'Peró', |
|
480
|
|
|
|
|
|
|
'PF' => 'Polinesia francesa', |
|
481
|
|
|
|
|
|
|
'PG' => 'Papoa-Nòva Guinèa', |
|
482
|
|
|
|
|
|
|
'PH' => 'Filipinas', |
|
483
|
|
|
|
|
|
|
'PK' => 'Paquistan', |
|
484
|
|
|
|
|
|
|
'PL' => 'Polonha', |
|
485
|
|
|
|
|
|
|
'PM' => 'Sant Pèire e Miquelon', |
|
486
|
|
|
|
|
|
|
'PN' => 'Iscla Pitcairn', |
|
487
|
|
|
|
|
|
|
'PR' => 'Puerto Rico', |
|
488
|
|
|
|
|
|
|
'PS' => 'Territòris palestinians', |
|
489
|
|
|
|
|
|
|
'PS@alt=short' => 'Palestina', |
|
490
|
|
|
|
|
|
|
'PT' => 'Portugal', |
|
491
|
|
|
|
|
|
|
'PW' => 'Belau', |
|
492
|
|
|
|
|
|
|
'PY' => 'Paraguai', |
|
493
|
|
|
|
|
|
|
'QA' => 'Catar', |
|
494
|
|
|
|
|
|
|
'QO' => 'Oceania exteriora', |
|
495
|
|
|
|
|
|
|
'RE' => 'Reünion', |
|
496
|
|
|
|
|
|
|
'RO' => 'Romania', |
|
497
|
|
|
|
|
|
|
'RS' => 'Serbia', |
|
498
|
|
|
|
|
|
|
'RU' => 'Russia', |
|
499
|
|
|
|
|
|
|
'RW' => 'Roanda', |
|
500
|
|
|
|
|
|
|
'SA' => 'Arabia Saudita', |
|
501
|
|
|
|
|
|
|
'SB' => 'Illas Salamon', |
|
502
|
|
|
|
|
|
|
'SC' => 'Seissèlas', |
|
503
|
|
|
|
|
|
|
'SD' => 'Sodan', |
|
504
|
|
|
|
|
|
|
'SE' => 'Suècia', |
|
505
|
|
|
|
|
|
|
'SG' => 'Singapor', |
|
506
|
|
|
|
|
|
|
'SH' => 'Santa Elena', |
|
507
|
|
|
|
|
|
|
'SI' => 'Eslovènia', |
|
508
|
|
|
|
|
|
|
'SJ' => 'Svalbard e Jan Mayen', |
|
509
|
|
|
|
|
|
|
'SK' => 'Eslovaquia', |
|
510
|
|
|
|
|
|
|
'SL' => 'Sierra Leone', |
|
511
|
|
|
|
|
|
|
'SM' => 'Sant Marin', |
|
512
|
|
|
|
|
|
|
'SN' => 'Senegal', |
|
513
|
|
|
|
|
|
|
'SO' => 'Somalia', |
|
514
|
|
|
|
|
|
|
'SR' => 'Surinam', |
|
515
|
|
|
|
|
|
|
'SS' => 'Sodan del Sud', |
|
516
|
|
|
|
|
|
|
'ST' => 'Sant Tomàs e Prince', |
|
517
|
|
|
|
|
|
|
'SV' => 'Lo Salvador', |
|
518
|
|
|
|
|
|
|
'SX' => 'Sant Martin', |
|
519
|
|
|
|
|
|
|
'SY' => 'Súria', |
|
520
|
|
|
|
|
|
|
'SZ' => 'Eswatini', |
|
521
|
|
|
|
|
|
|
'TA' => 'Tristan da Cunha', |
|
522
|
|
|
|
|
|
|
'TC' => 'Illas Turcas e Caïcas', |
|
523
|
|
|
|
|
|
|
'TD' => 'Chad', |
|
524
|
|
|
|
|
|
|
'TF' => 'Territòris del Sud franceses', |
|
525
|
|
|
|
|
|
|
'TG' => 'Tògo', |
|
526
|
|
|
|
|
|
|
'TH' => 'Tailàndia', |
|
527
|
|
|
|
|
|
|
'TJ' => 'Tatgiquistan', |
|
528
|
|
|
|
|
|
|
'TK' => 'Tokelau', |
|
529
|
|
|
|
|
|
|
'TL' => 'Timòr Èst', |
|
530
|
|
|
|
|
|
|
'TM' => 'Turcmenistan', |
|
531
|
|
|
|
|
|
|
'TN' => 'Tunisia', |
|
532
|
|
|
|
|
|
|
'TO' => 'Tònga', |
|
533
|
|
|
|
|
|
|
'TR' => 'Turquia', |
|
534
|
|
|
|
|
|
|
'TT' => 'Trinidad e Tobago', |
|
535
|
|
|
|
|
|
|
'TV' => 'Tuvalu', |
|
536
|
|
|
|
|
|
|
'TW' => 'Taiwan', |
|
537
|
|
|
|
|
|
|
'TZ' => 'Tanzania', |
|
538
|
|
|
|
|
|
|
'UA' => 'Ucraïna', |
|
539
|
|
|
|
|
|
|
'UG' => 'Oganda', |
|
540
|
|
|
|
|
|
|
'UN' => 'Nacions Unidas', |
|
541
|
|
|
|
|
|
|
'US' => 'Estats Units', |
|
542
|
|
|
|
|
|
|
'US@alt=short' => 'EU', |
|
543
|
|
|
|
|
|
|
'UY' => 'Uruguai', |
|
544
|
|
|
|
|
|
|
'UZ' => 'Ozbequistan', |
|
545
|
|
|
|
|
|
|
'VA' => 'Ciutat del Vatican', |
|
546
|
|
|
|
|
|
|
'VC' => 'St Vincent e Granadinas', |
|
547
|
|
|
|
|
|
|
'VE' => 'Veneçuèla', |
|
548
|
|
|
|
|
|
|
'VG' => 'Illas Verges britanicas', |
|
549
|
|
|
|
|
|
|
'VI' => 'Illas Verges estatsunidencas', |
|
550
|
|
|
|
|
|
|
'VN' => 'Vietnam', |
|
551
|
|
|
|
|
|
|
'VU' => 'Vanuatú', |
|
552
|
|
|
|
|
|
|
'WF' => 'Wallis e Futuna', |
|
553
|
|
|
|
|
|
|
'WS' => 'Samoa', |
|
554
|
|
|
|
|
|
|
'XA' => 'Lenga-artificiala-accentuada', |
|
555
|
|
|
|
|
|
|
'XB' => 'Lenga-artificiala-bidireccionala', |
|
556
|
|
|
|
|
|
|
'XK' => 'Kosova', |
|
557
|
|
|
|
|
|
|
'YE' => 'Iémen', |
|
558
|
|
|
|
|
|
|
'YT' => 'Maiòta', |
|
559
|
|
|
|
|
|
|
'ZA' => 'Africa del Sud', |
|
560
|
|
|
|
|
|
|
'ZM' => 'Zambia', |
|
561
|
|
|
|
|
|
|
'ZW' => 'Zimbabwe', |
|
562
|
|
|
|
|
|
|
'ZZ' => 'Region indeterminada', |
|
563
|
|
|
|
|
|
|
|
|
564
|
|
|
|
|
|
|
} |
|
565
|
|
|
|
|
|
|
}, |
|
566
|
|
|
|
|
|
|
); |
|
567
|
|
|
|
|
|
|
|
|
568
|
|
|
|
|
|
|
has 'display_name_key' => ( |
|
569
|
|
|
|
|
|
|
is => 'ro', |
|
570
|
|
|
|
|
|
|
isa => HashRef[Str], |
|
571
|
|
|
|
|
|
|
init_arg => undef, |
|
572
|
|
|
|
|
|
|
default => sub { |
|
573
|
|
|
|
|
|
|
{ |
|
574
|
|
|
|
|
|
|
'calendar' => 'calendier', |
|
575
|
|
|
|
|
|
|
'collation' => 'òrde alfabetic', |
|
576
|
|
|
|
|
|
|
'currency' => 'moneda', |
|
577
|
|
|
|
|
|
|
|
|
578
|
|
|
|
|
|
|
} |
|
579
|
|
|
|
|
|
|
}, |
|
580
|
|
|
|
|
|
|
); |
|
581
|
|
|
|
|
|
|
|
|
582
|
|
|
|
|
|
|
has 'display_name_type' => ( |
|
583
|
|
|
|
|
|
|
is => 'ro', |
|
584
|
|
|
|
|
|
|
isa => HashRef[HashRef[Str]], |
|
585
|
|
|
|
|
|
|
init_arg => undef, |
|
586
|
|
|
|
|
|
|
default => sub { |
|
587
|
|
|
|
|
|
|
{ |
|
588
|
|
|
|
|
|
|
'calendar' => { |
|
589
|
|
|
|
|
|
|
'gregorian' => q{calendièr gregorian}, |
|
590
|
|
|
|
|
|
|
'iso8601' => q{calendièr ISO-8601}, |
|
591
|
|
|
|
|
|
|
}, |
|
592
|
|
|
|
|
|
|
'collation' => { |
|
593
|
|
|
|
|
|
|
'standard' => q{òrdre per defaut}, |
|
594
|
|
|
|
|
|
|
}, |
|
595
|
|
|
|
|
|
|
'numbers' => { |
|
596
|
|
|
|
|
|
|
'latn' => q{chifras occidentalas}, |
|
597
|
|
|
|
|
|
|
}, |
|
598
|
|
|
|
|
|
|
|
|
599
|
|
|
|
|
|
|
} |
|
600
|
|
|
|
|
|
|
}, |
|
601
|
|
|
|
|
|
|
); |
|
602
|
|
|
|
|
|
|
|
|
603
|
|
|
|
|
|
|
has 'display_name_measurement_system' => ( |
|
604
|
|
|
|
|
|
|
is => 'ro', |
|
605
|
|
|
|
|
|
|
isa => HashRef[Str], |
|
606
|
|
|
|
|
|
|
init_arg => undef, |
|
607
|
|
|
|
|
|
|
default => sub { |
|
608
|
|
|
|
|
|
|
{ |
|
609
|
|
|
|
|
|
|
'UK' => q{anglosajon}, |
|
610
|
|
|
|
|
|
|
'US' => q{estadounidenc}, |
|
611
|
|
|
|
|
|
|
|
|
612
|
|
|
|
|
|
|
} |
|
613
|
|
|
|
|
|
|
}, |
|
614
|
|
|
|
|
|
|
); |
|
615
|
|
|
|
|
|
|
|
|
616
|
|
|
|
|
|
|
has 'display_name_code_patterns' => ( |
|
617
|
|
|
|
|
|
|
is => 'ro', |
|
618
|
|
|
|
|
|
|
isa => HashRef[Str], |
|
619
|
|
|
|
|
|
|
init_arg => undef, |
|
620
|
|
|
|
|
|
|
default => sub { |
|
621
|
|
|
|
|
|
|
{ |
|
622
|
|
|
|
|
|
|
'language' => 'Lenga : {0}', |
|
623
|
|
|
|
|
|
|
'script' => 'Escritura : {0}', |
|
624
|
|
|
|
|
|
|
'region' => 'Region : {0}', |
|
625
|
|
|
|
|
|
|
|
|
626
|
|
|
|
|
|
|
} |
|
627
|
|
|
|
|
|
|
}, |
|
628
|
|
|
|
|
|
|
); |
|
629
|
|
|
|
|
|
|
|
|
630
|
|
|
|
|
|
|
has 'characters' => ( |
|
631
|
|
|
|
|
|
|
is => 'ro', |
|
632
|
|
|
|
|
|
|
isa => HashRef, |
|
633
|
|
|
|
|
|
|
init_arg => undef, |
|
634
|
|
|
|
|
|
|
default => $^V ge v5.18.0 |
|
635
|
|
|
|
|
|
|
? eval <<'EOT' |
|
636
|
|
|
|
|
|
|
sub { |
|
637
|
|
|
|
|
|
|
no warnings 'experimental::regex_sets'; |
|
638
|
|
|
|
|
|
|
return { |
|
639
|
|
|
|
|
|
|
auxiliary => qr{[ăâåäãā æ ĕêëē ìĭîī ñ ŏôöøō œ ùŭûū ÿ]}, |
|
640
|
|
|
|
|
|
|
index => ['A', 'B', 'CÇ', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y'], |
|
641
|
|
|
|
|
|
|
main => qr{[aáà b cç d eéè f g h iíï j k l m n oóò p q r s t uúü v w x y z]}, |
|
642
|
|
|
|
|
|
|
punctuation => qr{[\- ‐‑ – — , ; \: ! ? . … ’ "“” « » ( ) \[ \] § @ * / \& # † ‡ ⋅]}, |
|
643
|
|
|
|
|
|
|
}; |
|
644
|
|
|
|
|
|
|
}, |
|
645
|
|
|
|
|
|
|
EOT |
|
646
|
|
|
|
|
|
|
: sub { |
|
647
|
|
|
|
|
|
|
return { index => ['A', 'B', 'CÇ', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y'], }; |
|
648
|
|
|
|
|
|
|
}, |
|
649
|
1
|
|
|
1
|
|
214
|
); |
|
|
1
|
|
|
|
|
3
|
|
|
|
1
|
|
|
|
|
336
|
|
|
650
|
|
|
|
|
|
|
|
|
651
|
|
|
|
|
|
|
|
|
652
|
|
|
|
|
|
|
has 'ellipsis' => ( |
|
653
|
|
|
|
|
|
|
is => 'ro', |
|
654
|
|
|
|
|
|
|
isa => HashRef, |
|
655
|
|
|
|
|
|
|
init_arg => undef, |
|
656
|
|
|
|
|
|
|
default => sub { |
|
657
|
|
|
|
|
|
|
return { |
|
658
|
|
|
|
|
|
|
'word-final' => '{0}…', |
|
659
|
|
|
|
|
|
|
'word-initial' => '…{0}', |
|
660
|
|
|
|
|
|
|
'word-medial' => '{0}… {1}', |
|
661
|
|
|
|
|
|
|
}; |
|
662
|
|
|
|
|
|
|
}, |
|
663
|
|
|
|
|
|
|
); |
|
664
|
|
|
|
|
|
|
|
|
665
|
|
|
|
|
|
|
has 'quote_start' => ( |
|
666
|
|
|
|
|
|
|
is => 'ro', |
|
667
|
|
|
|
|
|
|
isa => Str, |
|
668
|
|
|
|
|
|
|
init_arg => undef, |
|
669
|
|
|
|
|
|
|
default => qq{«}, |
|
670
|
|
|
|
|
|
|
); |
|
671
|
|
|
|
|
|
|
|
|
672
|
|
|
|
|
|
|
has 'quote_end' => ( |
|
673
|
|
|
|
|
|
|
is => 'ro', |
|
674
|
|
|
|
|
|
|
isa => Str, |
|
675
|
|
|
|
|
|
|
init_arg => undef, |
|
676
|
|
|
|
|
|
|
default => qq{»}, |
|
677
|
|
|
|
|
|
|
); |
|
678
|
|
|
|
|
|
|
|
|
679
|
|
|
|
|
|
|
has 'alternate_quote_start' => ( |
|
680
|
|
|
|
|
|
|
is => 'ro', |
|
681
|
|
|
|
|
|
|
isa => Str, |
|
682
|
|
|
|
|
|
|
init_arg => undef, |
|
683
|
|
|
|
|
|
|
default => qq{«}, |
|
684
|
|
|
|
|
|
|
); |
|
685
|
|
|
|
|
|
|
|
|
686
|
|
|
|
|
|
|
has 'alternate_quote_end' => ( |
|
687
|
|
|
|
|
|
|
is => 'ro', |
|
688
|
|
|
|
|
|
|
isa => Str, |
|
689
|
|
|
|
|
|
|
init_arg => undef, |
|
690
|
|
|
|
|
|
|
default => qq{»}, |
|
691
|
|
|
|
|
|
|
); |
|
692
|
|
|
|
|
|
|
|
|
693
|
|
|
|
|
|
|
has 'units' => ( |
|
694
|
|
|
|
|
|
|
is => 'ro', |
|
695
|
|
|
|
|
|
|
isa => HashRef[HashRef[HashRef[Str]]], |
|
696
|
|
|
|
|
|
|
init_arg => undef, |
|
697
|
|
|
|
|
|
|
default => sub { { |
|
698
|
|
|
|
|
|
|
'long' => { |
|
699
|
|
|
|
|
|
|
# Long Unit Identifier |
|
700
|
|
|
|
|
|
|
'' => { |
|
701
|
|
|
|
|
|
|
'name' => q(direccion cardinala), |
|
702
|
|
|
|
|
|
|
}, |
|
703
|
|
|
|
|
|
|
# Core Unit Identifier |
|
704
|
|
|
|
|
|
|
'' => { |
|
705
|
|
|
|
|
|
|
'name' => q(direccion cardinala), |
|
706
|
|
|
|
|
|
|
}, |
|
707
|
|
|
|
|
|
|
# Long Unit Identifier |
|
708
|
|
|
|
|
|
|
'10p-3' => { |
|
709
|
|
|
|
|
|
|
'1' => q(mili{0}), |
|
710
|
|
|
|
|
|
|
}, |
|
711
|
|
|
|
|
|
|
# Core Unit Identifier |
|
712
|
|
|
|
|
|
|
'3' => { |
|
713
|
|
|
|
|
|
|
'1' => q(mili{0}), |
|
714
|
|
|
|
|
|
|
}, |
|
715
|
|
|
|
|
|
|
# Long Unit Identifier |
|
716
|
|
|
|
|
|
|
'10p1' => { |
|
717
|
|
|
|
|
|
|
'1' => q(deca{0}), |
|
718
|
|
|
|
|
|
|
}, |
|
719
|
|
|
|
|
|
|
# Core Unit Identifier |
|
720
|
|
|
|
|
|
|
'10p1' => { |
|
721
|
|
|
|
|
|
|
'1' => q(deca{0}), |
|
722
|
|
|
|
|
|
|
}, |
|
723
|
|
|
|
|
|
|
# Long Unit Identifier |
|
724
|
|
|
|
|
|
|
'10p2' => { |
|
725
|
|
|
|
|
|
|
'1' => q(ecto{0}), |
|
726
|
|
|
|
|
|
|
}, |
|
727
|
|
|
|
|
|
|
# Core Unit Identifier |
|
728
|
|
|
|
|
|
|
'10p2' => { |
|
729
|
|
|
|
|
|
|
'1' => q(ecto{0}), |
|
730
|
|
|
|
|
|
|
}, |
|
731
|
|
|
|
|
|
|
# Long Unit Identifier |
|
732
|
|
|
|
|
|
|
'10p3' => { |
|
733
|
|
|
|
|
|
|
'1' => q(quilo{0}), |
|
734
|
|
|
|
|
|
|
}, |
|
735
|
|
|
|
|
|
|
# Core Unit Identifier |
|
736
|
|
|
|
|
|
|
'10p3' => { |
|
737
|
|
|
|
|
|
|
'1' => q(quilo{0}), |
|
738
|
|
|
|
|
|
|
}, |
|
739
|
|
|
|
|
|
|
# Long Unit Identifier |
|
740
|
|
|
|
|
|
|
'acceleration-g-force' => { |
|
741
|
|
|
|
|
|
|
'name' => q(G d’acceleracion), |
|
742
|
|
|
|
|
|
|
'other' => q({0} G d'acceleracion), |
|
743
|
|
|
|
|
|
|
}, |
|
744
|
|
|
|
|
|
|
# Core Unit Identifier |
|
745
|
|
|
|
|
|
|
'g-force' => { |
|
746
|
|
|
|
|
|
|
'name' => q(G d’acceleracion), |
|
747
|
|
|
|
|
|
|
'other' => q({0} G d'acceleracion), |
|
748
|
|
|
|
|
|
|
}, |
|
749
|
|
|
|
|
|
|
# Long Unit Identifier |
|
750
|
|
|
|
|
|
|
'acceleration-meter-per-square-second' => { |
|
751
|
|
|
|
|
|
|
'name' => q(mètres per segonda al cairat), |
|
752
|
|
|
|
|
|
|
'other' => q({0} mètres per segonda al cairat), |
|
753
|
|
|
|
|
|
|
}, |
|
754
|
|
|
|
|
|
|
# Core Unit Identifier |
|
755
|
|
|
|
|
|
|
'meter-per-square-second' => { |
|
756
|
|
|
|
|
|
|
'name' => q(mètres per segonda al cairat), |
|
757
|
|
|
|
|
|
|
'other' => q({0} mètres per segonda al cairat), |
|
758
|
|
|
|
|
|
|
}, |
|
759
|
|
|
|
|
|
|
# Long Unit Identifier |
|
760
|
|
|
|
|
|
|
'angle-arc-minute' => { |
|
761
|
|
|
|
|
|
|
'name' => q(minutas d’arc), |
|
762
|
|
|
|
|
|
|
'other' => q({0} minutas d’arc), |
|
763
|
|
|
|
|
|
|
}, |
|
764
|
|
|
|
|
|
|
# Core Unit Identifier |
|
765
|
|
|
|
|
|
|
'arc-minute' => { |
|
766
|
|
|
|
|
|
|
'name' => q(minutas d’arc), |
|
767
|
|
|
|
|
|
|
'other' => q({0} minutas d’arc), |
|
768
|
|
|
|
|
|
|
}, |
|
769
|
|
|
|
|
|
|
# Long Unit Identifier |
|
770
|
|
|
|
|
|
|
'angle-arc-second' => { |
|
771
|
|
|
|
|
|
|
'name' => q(segondas d’arc), |
|
772
|
|
|
|
|
|
|
'other' => q({0} segondas d'arc), |
|
773
|
|
|
|
|
|
|
}, |
|
774
|
|
|
|
|
|
|
# Core Unit Identifier |
|
775
|
|
|
|
|
|
|
'arc-second' => { |
|
776
|
|
|
|
|
|
|
'name' => q(segondas d’arc), |
|
777
|
|
|
|
|
|
|
'other' => q({0} segondas d'arc), |
|
778
|
|
|
|
|
|
|
}, |
|
779
|
|
|
|
|
|
|
# Long Unit Identifier |
|
780
|
|
|
|
|
|
|
'angle-degree' => { |
|
781
|
|
|
|
|
|
|
'name' => q(gra), |
|
782
|
|
|
|
|
|
|
'other' => q({0} grases), |
|
783
|
|
|
|
|
|
|
}, |
|
784
|
|
|
|
|
|
|
# Core Unit Identifier |
|
785
|
|
|
|
|
|
|
'degree' => { |
|
786
|
|
|
|
|
|
|
'name' => q(gra), |
|
787
|
|
|
|
|
|
|
'other' => q({0} grases), |
|
788
|
|
|
|
|
|
|
}, |
|
789
|
|
|
|
|
|
|
# Long Unit Identifier |
|
790
|
|
|
|
|
|
|
'angle-radian' => { |
|
791
|
|
|
|
|
|
|
'name' => q(radians), |
|
792
|
|
|
|
|
|
|
'other' => q({0} radians), |
|
793
|
|
|
|
|
|
|
}, |
|
794
|
|
|
|
|
|
|
# Core Unit Identifier |
|
795
|
|
|
|
|
|
|
'radian' => { |
|
796
|
|
|
|
|
|
|
'name' => q(radians), |
|
797
|
|
|
|
|
|
|
'other' => q({0} radians), |
|
798
|
|
|
|
|
|
|
}, |
|
799
|
|
|
|
|
|
|
# Long Unit Identifier |
|
800
|
|
|
|
|
|
|
'angle-revolution' => { |
|
801
|
|
|
|
|
|
|
'name' => q(revolucion), |
|
802
|
|
|
|
|
|
|
'other' => q({0} revolucion), |
|
803
|
|
|
|
|
|
|
}, |
|
804
|
|
|
|
|
|
|
# Core Unit Identifier |
|
805
|
|
|
|
|
|
|
'revolution' => { |
|
806
|
|
|
|
|
|
|
'name' => q(revolucion), |
|
807
|
|
|
|
|
|
|
'other' => q({0} revolucion), |
|
808
|
|
|
|
|
|
|
}, |
|
809
|
|
|
|
|
|
|
# Long Unit Identifier |
|
810
|
|
|
|
|
|
|
'area-hectare' => { |
|
811
|
|
|
|
|
|
|
'name' => q(ectaras), |
|
812
|
|
|
|
|
|
|
'other' => q({0} ectaras), |
|
813
|
|
|
|
|
|
|
}, |
|
814
|
|
|
|
|
|
|
# Core Unit Identifier |
|
815
|
|
|
|
|
|
|
'hectare' => { |
|
816
|
|
|
|
|
|
|
'name' => q(ectaras), |
|
817
|
|
|
|
|
|
|
'other' => q({0} ectaras), |
|
818
|
|
|
|
|
|
|
}, |
|
819
|
|
|
|
|
|
|
# Long Unit Identifier |
|
820
|
|
|
|
|
|
|
'area-square-centimeter' => { |
|
821
|
|
|
|
|
|
|
'name' => q(centimètres cairats), |
|
822
|
|
|
|
|
|
|
'other' => q({0} centimètres cairats), |
|
823
|
|
|
|
|
|
|
'per' => q({0} per centimètres cairats), |
|
824
|
|
|
|
|
|
|
}, |
|
825
|
|
|
|
|
|
|
# Core Unit Identifier |
|
826
|
|
|
|
|
|
|
'square-centimeter' => { |
|
827
|
|
|
|
|
|
|
'name' => q(centimètres cairats), |
|
828
|
|
|
|
|
|
|
'other' => q({0} centimètres cairats), |
|
829
|
|
|
|
|
|
|
'per' => q({0} per centimètres cairats), |
|
830
|
|
|
|
|
|
|
}, |
|
831
|
|
|
|
|
|
|
# Long Unit Identifier |
|
832
|
|
|
|
|
|
|
'area-square-kilometer' => { |
|
833
|
|
|
|
|
|
|
'name' => q(quilomètres cairats), |
|
834
|
|
|
|
|
|
|
'other' => q({0} quilomètres cairats), |
|
835
|
|
|
|
|
|
|
'per' => q({0} per quilomètre cairat), |
|
836
|
|
|
|
|
|
|
}, |
|
837
|
|
|
|
|
|
|
# Core Unit Identifier |
|
838
|
|
|
|
|
|
|
'square-kilometer' => { |
|
839
|
|
|
|
|
|
|
'name' => q(quilomètres cairats), |
|
840
|
|
|
|
|
|
|
'other' => q({0} quilomètres cairats), |
|
841
|
|
|
|
|
|
|
'per' => q({0} per quilomètre cairat), |
|
842
|
|
|
|
|
|
|
}, |
|
843
|
|
|
|
|
|
|
# Long Unit Identifier |
|
844
|
|
|
|
|
|
|
'area-square-meter' => { |
|
845
|
|
|
|
|
|
|
'name' => q(mètres cairats), |
|
846
|
|
|
|
|
|
|
'other' => q({0} mètres cairats), |
|
847
|
|
|
|
|
|
|
'per' => q({0} per mètres cairats), |
|
848
|
|
|
|
|
|
|
}, |
|
849
|
|
|
|
|
|
|
# Core Unit Identifier |
|
850
|
|
|
|
|
|
|
'square-meter' => { |
|
851
|
|
|
|
|
|
|
'name' => q(mètres cairats), |
|
852
|
|
|
|
|
|
|
'other' => q({0} mètres cairats), |
|
853
|
|
|
|
|
|
|
'per' => q({0} per mètres cairats), |
|
854
|
|
|
|
|
|
|
}, |
|
855
|
|
|
|
|
|
|
# Long Unit Identifier |
|
856
|
|
|
|
|
|
|
'concentr-milligram-ofglucose-per-deciliter' => { |
|
857
|
|
|
|
|
|
|
'name' => q(miligramas per decilitre), |
|
858
|
|
|
|
|
|
|
'other' => q({0} miligramas per decilitre), |
|
859
|
|
|
|
|
|
|
}, |
|
860
|
|
|
|
|
|
|
# Core Unit Identifier |
|
861
|
|
|
|
|
|
|
'milligram-ofglucose-per-deciliter' => { |
|
862
|
|
|
|
|
|
|
'name' => q(miligramas per decilitre), |
|
863
|
|
|
|
|
|
|
'other' => q({0} miligramas per decilitre), |
|
864
|
|
|
|
|
|
|
}, |
|
865
|
|
|
|
|
|
|
# Long Unit Identifier |
|
866
|
|
|
|
|
|
|
'concentr-millimole-per-liter' => { |
|
867
|
|
|
|
|
|
|
'name' => q(milimòls per litres), |
|
868
|
|
|
|
|
|
|
'other' => q({0} milimòls per litres), |
|
869
|
|
|
|
|
|
|
}, |
|
870
|
|
|
|
|
|
|
# Core Unit Identifier |
|
871
|
|
|
|
|
|
|
'millimole-per-liter' => { |
|
872
|
|
|
|
|
|
|
'name' => q(milimòls per litres), |
|
873
|
|
|
|
|
|
|
'other' => q({0} milimòls per litres), |
|
874
|
|
|
|
|
|
|
}, |
|
875
|
|
|
|
|
|
|
# Long Unit Identifier |
|
876
|
|
|
|
|
|
|
'concentr-mole' => { |
|
877
|
|
|
|
|
|
|
'name' => q(mòls), |
|
878
|
|
|
|
|
|
|
'other' => q({0} mòls), |
|
879
|
|
|
|
|
|
|
}, |
|
880
|
|
|
|
|
|
|
# Core Unit Identifier |
|
881
|
|
|
|
|
|
|
'mole' => { |
|
882
|
|
|
|
|
|
|
'name' => q(mòls), |
|
883
|
|
|
|
|
|
|
'other' => q({0} mòls), |
|
884
|
|
|
|
|
|
|
}, |
|
885
|
|
|
|
|
|
|
# Long Unit Identifier |
|
886
|
|
|
|
|
|
|
'concentr-percent' => { |
|
887
|
|
|
|
|
|
|
'other' => q({0} de cent), |
|
888
|
|
|
|
|
|
|
}, |
|
889
|
|
|
|
|
|
|
# Core Unit Identifier |
|
890
|
|
|
|
|
|
|
'percent' => { |
|
891
|
|
|
|
|
|
|
'other' => q({0} de cent), |
|
892
|
|
|
|
|
|
|
}, |
|
893
|
|
|
|
|
|
|
# Long Unit Identifier |
|
894
|
|
|
|
|
|
|
'concentr-permille' => { |
|
895
|
|
|
|
|
|
|
'name' => q(de mila), |
|
896
|
|
|
|
|
|
|
'other' => q({0} de mila), |
|
897
|
|
|
|
|
|
|
}, |
|
898
|
|
|
|
|
|
|
# Core Unit Identifier |
|
899
|
|
|
|
|
|
|
'permille' => { |
|
900
|
|
|
|
|
|
|
'name' => q(de mila), |
|
901
|
|
|
|
|
|
|
'other' => q({0} de mila), |
|
902
|
|
|
|
|
|
|
}, |
|
903
|
|
|
|
|
|
|
# Long Unit Identifier |
|
904
|
|
|
|
|
|
|
'concentr-permillion' => { |
|
905
|
|
|
|
|
|
|
'name' => q(partidas per milions), |
|
906
|
|
|
|
|
|
|
'other' => q({0} partidas per milions), |
|
907
|
|
|
|
|
|
|
}, |
|
908
|
|
|
|
|
|
|
# Core Unit Identifier |
|
909
|
|
|
|
|
|
|
'permillion' => { |
|
910
|
|
|
|
|
|
|
'name' => q(partidas per milions), |
|
911
|
|
|
|
|
|
|
'other' => q({0} partidas per milions), |
|
912
|
|
|
|
|
|
|
}, |
|
913
|
|
|
|
|
|
|
# Long Unit Identifier |
|
914
|
|
|
|
|
|
|
'consumption-liter-per-100-kilometer' => { |
|
915
|
|
|
|
|
|
|
'name' => q(litres per 100 quilomètres), |
|
916
|
|
|
|
|
|
|
'other' => q({0} litres per 100 quilomètres), |
|
917
|
|
|
|
|
|
|
}, |
|
918
|
|
|
|
|
|
|
# Core Unit Identifier |
|
919
|
|
|
|
|
|
|
'liter-per-100-kilometer' => { |
|
920
|
|
|
|
|
|
|
'name' => q(litres per 100 quilomètres), |
|
921
|
|
|
|
|
|
|
'other' => q({0} litres per 100 quilomètres), |
|
922
|
|
|
|
|
|
|
}, |
|
923
|
|
|
|
|
|
|
# Long Unit Identifier |
|
924
|
|
|
|
|
|
|
'consumption-liter-per-kilometer' => { |
|
925
|
|
|
|
|
|
|
'name' => q(litres per quilomètres), |
|
926
|
|
|
|
|
|
|
'other' => q({0} litres per quilomètres), |
|
927
|
|
|
|
|
|
|
}, |
|
928
|
|
|
|
|
|
|
# Core Unit Identifier |
|
929
|
|
|
|
|
|
|
'liter-per-kilometer' => { |
|
930
|
|
|
|
|
|
|
'name' => q(litres per quilomètres), |
|
931
|
|
|
|
|
|
|
'other' => q({0} litres per quilomètres), |
|
932
|
|
|
|
|
|
|
}, |
|
933
|
|
|
|
|
|
|
# Long Unit Identifier |
|
934
|
|
|
|
|
|
|
'coordinate' => { |
|
935
|
|
|
|
|
|
|
'east' => q({0} èst), |
|
936
|
|
|
|
|
|
|
'north' => q({0} nòrd), |
|
937
|
|
|
|
|
|
|
'south' => q({0} sud), |
|
938
|
|
|
|
|
|
|
'west' => q({0} oèst), |
|
939
|
|
|
|
|
|
|
}, |
|
940
|
|
|
|
|
|
|
# Core Unit Identifier |
|
941
|
|
|
|
|
|
|
'coordinate' => { |
|
942
|
|
|
|
|
|
|
'east' => q({0} èst), |
|
943
|
|
|
|
|
|
|
'north' => q({0} nòrd), |
|
944
|
|
|
|
|
|
|
'south' => q({0} sud), |
|
945
|
|
|
|
|
|
|
'west' => q({0} oèst), |
|
946
|
|
|
|
|
|
|
}, |
|
947
|
|
|
|
|
|
|
# Long Unit Identifier |
|
948
|
|
|
|
|
|
|
'digital-byte' => { |
|
949
|
|
|
|
|
|
|
'name' => q(octets), |
|
950
|
|
|
|
|
|
|
'other' => q({0} octets), |
|
951
|
|
|
|
|
|
|
}, |
|
952
|
|
|
|
|
|
|
# Core Unit Identifier |
|
953
|
|
|
|
|
|
|
'byte' => { |
|
954
|
|
|
|
|
|
|
'name' => q(octets), |
|
955
|
|
|
|
|
|
|
'other' => q({0} octets), |
|
956
|
|
|
|
|
|
|
}, |
|
957
|
|
|
|
|
|
|
# Long Unit Identifier |
|
958
|
|
|
|
|
|
|
'digital-gigabyte' => { |
|
959
|
|
|
|
|
|
|
'name' => q(gigaoctets), |
|
960
|
|
|
|
|
|
|
'other' => q({0} gigaoctets), |
|
961
|
|
|
|
|
|
|
}, |
|
962
|
|
|
|
|
|
|
# Core Unit Identifier |
|
963
|
|
|
|
|
|
|
'gigabyte' => { |
|
964
|
|
|
|
|
|
|
'name' => q(gigaoctets), |
|
965
|
|
|
|
|
|
|
'other' => q({0} gigaoctets), |
|
966
|
|
|
|
|
|
|
}, |
|
967
|
|
|
|
|
|
|
# Long Unit Identifier |
|
968
|
|
|
|
|
|
|
'digital-kilobyte' => { |
|
969
|
|
|
|
|
|
|
'name' => q(quilooctets), |
|
970
|
|
|
|
|
|
|
'other' => q({0} quilooctets), |
|
971
|
|
|
|
|
|
|
}, |
|
972
|
|
|
|
|
|
|
# Core Unit Identifier |
|
973
|
|
|
|
|
|
|
'kilobyte' => { |
|
974
|
|
|
|
|
|
|
'name' => q(quilooctets), |
|
975
|
|
|
|
|
|
|
'other' => q({0} quilooctets), |
|
976
|
|
|
|
|
|
|
}, |
|
977
|
|
|
|
|
|
|
# Long Unit Identifier |
|
978
|
|
|
|
|
|
|
'digital-megabyte' => { |
|
979
|
|
|
|
|
|
|
'name' => q(megaoctets), |
|
980
|
|
|
|
|
|
|
'other' => q({0} megaoctets), |
|
981
|
|
|
|
|
|
|
}, |
|
982
|
|
|
|
|
|
|
# Core Unit Identifier |
|
983
|
|
|
|
|
|
|
'megabyte' => { |
|
984
|
|
|
|
|
|
|
'name' => q(megaoctets), |
|
985
|
|
|
|
|
|
|
'other' => q({0} megaoctets), |
|
986
|
|
|
|
|
|
|
}, |
|
987
|
|
|
|
|
|
|
# Long Unit Identifier |
|
988
|
|
|
|
|
|
|
'digital-petabyte' => { |
|
989
|
|
|
|
|
|
|
'name' => q(petaoctets), |
|
990
|
|
|
|
|
|
|
'other' => q({0} petaoctets), |
|
991
|
|
|
|
|
|
|
}, |
|
992
|
|
|
|
|
|
|
# Core Unit Identifier |
|
993
|
|
|
|
|
|
|
'petabyte' => { |
|
994
|
|
|
|
|
|
|
'name' => q(petaoctets), |
|
995
|
|
|
|
|
|
|
'other' => q({0} petaoctets), |
|
996
|
|
|
|
|
|
|
}, |
|
997
|
|
|
|
|
|
|
# Long Unit Identifier |
|
998
|
|
|
|
|
|
|
'digital-terabyte' => { |
|
999
|
|
|
|
|
|
|
'name' => q(teraoctets), |
|
1000
|
|
|
|
|
|
|
'other' => q({0} teraoctets), |
|
1001
|
|
|
|
|
|
|
}, |
|
1002
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1003
|
|
|
|
|
|
|
'terabyte' => { |
|
1004
|
|
|
|
|
|
|
'name' => q(teraoctets), |
|
1005
|
|
|
|
|
|
|
'other' => q({0} teraoctets), |
|
1006
|
|
|
|
|
|
|
}, |
|
1007
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1008
|
|
|
|
|
|
|
'duration-century' => { |
|
1009
|
|
|
|
|
|
|
'name' => q(sègles), |
|
1010
|
|
|
|
|
|
|
'other' => q({0} sègles), |
|
1011
|
|
|
|
|
|
|
}, |
|
1012
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1013
|
|
|
|
|
|
|
'century' => { |
|
1014
|
|
|
|
|
|
|
'name' => q(sègles), |
|
1015
|
|
|
|
|
|
|
'other' => q({0} sègles), |
|
1016
|
|
|
|
|
|
|
}, |
|
1017
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1018
|
|
|
|
|
|
|
'duration-day' => { |
|
1019
|
|
|
|
|
|
|
'other' => q({0} jorns), |
|
1020
|
|
|
|
|
|
|
}, |
|
1021
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1022
|
|
|
|
|
|
|
'day' => { |
|
1023
|
|
|
|
|
|
|
'other' => q({0} jorns), |
|
1024
|
|
|
|
|
|
|
}, |
|
1025
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1026
|
|
|
|
|
|
|
'duration-decade' => { |
|
1027
|
|
|
|
|
|
|
'name' => q(decennia), |
|
1028
|
|
|
|
|
|
|
'other' => q({0} decennia), |
|
1029
|
|
|
|
|
|
|
}, |
|
1030
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1031
|
|
|
|
|
|
|
'decade' => { |
|
1032
|
|
|
|
|
|
|
'name' => q(decennia), |
|
1033
|
|
|
|
|
|
|
'other' => q({0} decennia), |
|
1034
|
|
|
|
|
|
|
}, |
|
1035
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1036
|
|
|
|
|
|
|
'duration-hour' => { |
|
1037
|
|
|
|
|
|
|
'other' => q({0} oras), |
|
1038
|
|
|
|
|
|
|
}, |
|
1039
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1040
|
|
|
|
|
|
|
'hour' => { |
|
1041
|
|
|
|
|
|
|
'other' => q({0} oras), |
|
1042
|
|
|
|
|
|
|
}, |
|
1043
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1044
|
|
|
|
|
|
|
'duration-minute' => { |
|
1045
|
|
|
|
|
|
|
'name' => q(minutas), |
|
1046
|
|
|
|
|
|
|
'other' => q({0} minutas), |
|
1047
|
|
|
|
|
|
|
}, |
|
1048
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1049
|
|
|
|
|
|
|
'minute' => { |
|
1050
|
|
|
|
|
|
|
'name' => q(minutas), |
|
1051
|
|
|
|
|
|
|
'other' => q({0} minutas), |
|
1052
|
|
|
|
|
|
|
}, |
|
1053
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1054
|
|
|
|
|
|
|
'duration-month' => { |
|
1055
|
|
|
|
|
|
|
'name' => q(meses), |
|
1056
|
|
|
|
|
|
|
'other' => q({0} mes), |
|
1057
|
|
|
|
|
|
|
'per' => q({0} per mes), |
|
1058
|
|
|
|
|
|
|
}, |
|
1059
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1060
|
|
|
|
|
|
|
'month' => { |
|
1061
|
|
|
|
|
|
|
'name' => q(meses), |
|
1062
|
|
|
|
|
|
|
'other' => q({0} mes), |
|
1063
|
|
|
|
|
|
|
'per' => q({0} per mes), |
|
1064
|
|
|
|
|
|
|
}, |
|
1065
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1066
|
|
|
|
|
|
|
'duration-second' => { |
|
1067
|
|
|
|
|
|
|
'name' => q(segondas), |
|
1068
|
|
|
|
|
|
|
'other' => q({0} segondas), |
|
1069
|
|
|
|
|
|
|
}, |
|
1070
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1071
|
|
|
|
|
|
|
'second' => { |
|
1072
|
|
|
|
|
|
|
'name' => q(segondas), |
|
1073
|
|
|
|
|
|
|
'other' => q({0} segondas), |
|
1074
|
|
|
|
|
|
|
}, |
|
1075
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1076
|
|
|
|
|
|
|
'duration-week' => { |
|
1077
|
|
|
|
|
|
|
'other' => q({0} setmanas), |
|
1078
|
|
|
|
|
|
|
'per' => q({0} per setmana), |
|
1079
|
|
|
|
|
|
|
}, |
|
1080
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1081
|
|
|
|
|
|
|
'week' => { |
|
1082
|
|
|
|
|
|
|
'other' => q({0} setmanas), |
|
1083
|
|
|
|
|
|
|
'per' => q({0} per setmana), |
|
1084
|
|
|
|
|
|
|
}, |
|
1085
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1086
|
|
|
|
|
|
|
'duration-year' => { |
|
1087
|
|
|
|
|
|
|
'other' => q({0} annadas), |
|
1088
|
|
|
|
|
|
|
'per' => q({0} per annada), |
|
1089
|
|
|
|
|
|
|
}, |
|
1090
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1091
|
|
|
|
|
|
|
'year' => { |
|
1092
|
|
|
|
|
|
|
'other' => q({0} annadas), |
|
1093
|
|
|
|
|
|
|
'per' => q({0} per annada), |
|
1094
|
|
|
|
|
|
|
}, |
|
1095
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1096
|
|
|
|
|
|
|
'electric-ampere' => { |
|
1097
|
|
|
|
|
|
|
'name' => q(ampèrs), |
|
1098
|
|
|
|
|
|
|
'other' => q({0} ampèrs), |
|
1099
|
|
|
|
|
|
|
}, |
|
1100
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1101
|
|
|
|
|
|
|
'ampere' => { |
|
1102
|
|
|
|
|
|
|
'name' => q(ampèrs), |
|
1103
|
|
|
|
|
|
|
'other' => q({0} ampèrs), |
|
1104
|
|
|
|
|
|
|
}, |
|
1105
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1106
|
|
|
|
|
|
|
'electric-milliampere' => { |
|
1107
|
|
|
|
|
|
|
'name' => q(miliampèrs), |
|
1108
|
|
|
|
|
|
|
'other' => q({0} miliampèrs), |
|
1109
|
|
|
|
|
|
|
}, |
|
1110
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1111
|
|
|
|
|
|
|
'milliampere' => { |
|
1112
|
|
|
|
|
|
|
'name' => q(miliampèrs), |
|
1113
|
|
|
|
|
|
|
'other' => q({0} miliampèrs), |
|
1114
|
|
|
|
|
|
|
}, |
|
1115
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1116
|
|
|
|
|
|
|
'electric-volt' => { |
|
1117
|
|
|
|
|
|
|
'other' => q({0} vòlts), |
|
1118
|
|
|
|
|
|
|
}, |
|
1119
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1120
|
|
|
|
|
|
|
'volt' => { |
|
1121
|
|
|
|
|
|
|
'other' => q({0} vòlts), |
|
1122
|
|
|
|
|
|
|
}, |
|
1123
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1124
|
|
|
|
|
|
|
'energy-calorie' => { |
|
1125
|
|
|
|
|
|
|
'name' => q(calorias), |
|
1126
|
|
|
|
|
|
|
'other' => q({0} calorias), |
|
1127
|
|
|
|
|
|
|
}, |
|
1128
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1129
|
|
|
|
|
|
|
'calorie' => { |
|
1130
|
|
|
|
|
|
|
'name' => q(calorias), |
|
1131
|
|
|
|
|
|
|
'other' => q({0} calorias), |
|
1132
|
|
|
|
|
|
|
}, |
|
1133
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1134
|
|
|
|
|
|
|
'energy-electronvolt' => { |
|
1135
|
|
|
|
|
|
|
'name' => q(electronvòlts), |
|
1136
|
|
|
|
|
|
|
'other' => q({0} electronvòlts), |
|
1137
|
|
|
|
|
|
|
}, |
|
1138
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1139
|
|
|
|
|
|
|
'electronvolt' => { |
|
1140
|
|
|
|
|
|
|
'name' => q(electronvòlts), |
|
1141
|
|
|
|
|
|
|
'other' => q({0} electronvòlts), |
|
1142
|
|
|
|
|
|
|
}, |
|
1143
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1144
|
|
|
|
|
|
|
'energy-foodcalorie' => { |
|
1145
|
|
|
|
|
|
|
'name' => q(Calorias), |
|
1146
|
|
|
|
|
|
|
'other' => q({0} Calorias), |
|
1147
|
|
|
|
|
|
|
}, |
|
1148
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1149
|
|
|
|
|
|
|
'foodcalorie' => { |
|
1150
|
|
|
|
|
|
|
'name' => q(Calorias), |
|
1151
|
|
|
|
|
|
|
'other' => q({0} Calorias), |
|
1152
|
|
|
|
|
|
|
}, |
|
1153
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1154
|
|
|
|
|
|
|
'energy-joule' => { |
|
1155
|
|
|
|
|
|
|
'name' => q(joules), |
|
1156
|
|
|
|
|
|
|
'other' => q({0} joules), |
|
1157
|
|
|
|
|
|
|
}, |
|
1158
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1159
|
|
|
|
|
|
|
'joule' => { |
|
1160
|
|
|
|
|
|
|
'name' => q(joules), |
|
1161
|
|
|
|
|
|
|
'other' => q({0} joules), |
|
1162
|
|
|
|
|
|
|
}, |
|
1163
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1164
|
|
|
|
|
|
|
'energy-kilocalorie' => { |
|
1165
|
|
|
|
|
|
|
'name' => q(quilocalorias), |
|
1166
|
|
|
|
|
|
|
'other' => q({0} quilocalorias), |
|
1167
|
|
|
|
|
|
|
}, |
|
1168
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1169
|
|
|
|
|
|
|
'kilocalorie' => { |
|
1170
|
|
|
|
|
|
|
'name' => q(quilocalorias), |
|
1171
|
|
|
|
|
|
|
'other' => q({0} quilocalorias), |
|
1172
|
|
|
|
|
|
|
}, |
|
1173
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1174
|
|
|
|
|
|
|
'energy-kilojoule' => { |
|
1175
|
|
|
|
|
|
|
'name' => q(quilojoules), |
|
1176
|
|
|
|
|
|
|
'other' => q({0} quilojoules), |
|
1177
|
|
|
|
|
|
|
}, |
|
1178
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1179
|
|
|
|
|
|
|
'kilojoule' => { |
|
1180
|
|
|
|
|
|
|
'name' => q(quilojoules), |
|
1181
|
|
|
|
|
|
|
'other' => q({0} quilojoules), |
|
1182
|
|
|
|
|
|
|
}, |
|
1183
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1184
|
|
|
|
|
|
|
'energy-kilowatt-hour' => { |
|
1185
|
|
|
|
|
|
|
'name' => q(quilowatt-oras), |
|
1186
|
|
|
|
|
|
|
'other' => q({0} quilowatt-oras), |
|
1187
|
|
|
|
|
|
|
}, |
|
1188
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1189
|
|
|
|
|
|
|
'kilowatt-hour' => { |
|
1190
|
|
|
|
|
|
|
'name' => q(quilowatt-oras), |
|
1191
|
|
|
|
|
|
|
'other' => q({0} quilowatt-oras), |
|
1192
|
|
|
|
|
|
|
}, |
|
1193
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1194
|
|
|
|
|
|
|
'frequency-kilohertz' => { |
|
1195
|
|
|
|
|
|
|
'name' => q(quilohertz), |
|
1196
|
|
|
|
|
|
|
'other' => q({0} quilohertz), |
|
1197
|
|
|
|
|
|
|
}, |
|
1198
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1199
|
|
|
|
|
|
|
'kilohertz' => { |
|
1200
|
|
|
|
|
|
|
'name' => q(quilohertz), |
|
1201
|
|
|
|
|
|
|
'other' => q({0} quilohertz), |
|
1202
|
|
|
|
|
|
|
}, |
|
1203
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1204
|
|
|
|
|
|
|
'graphics-dot-per-centimeter' => { |
|
1205
|
|
|
|
|
|
|
'name' => q(punts per centimètre), |
|
1206
|
|
|
|
|
|
|
'other' => q({0} punts per centimètre), |
|
1207
|
|
|
|
|
|
|
}, |
|
1208
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1209
|
|
|
|
|
|
|
'dot-per-centimeter' => { |
|
1210
|
|
|
|
|
|
|
'name' => q(punts per centimètre), |
|
1211
|
|
|
|
|
|
|
'other' => q({0} punts per centimètre), |
|
1212
|
|
|
|
|
|
|
}, |
|
1213
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1214
|
|
|
|
|
|
|
'length-centimeter' => { |
|
1215
|
|
|
|
|
|
|
'name' => q(centimètres), |
|
1216
|
|
|
|
|
|
|
'per' => q({0} per centimètres), |
|
1217
|
|
|
|
|
|
|
}, |
|
1218
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1219
|
|
|
|
|
|
|
'centimeter' => { |
|
1220
|
|
|
|
|
|
|
'name' => q(centimètres), |
|
1221
|
|
|
|
|
|
|
'per' => q({0} per centimètres), |
|
1222
|
|
|
|
|
|
|
}, |
|
1223
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1224
|
|
|
|
|
|
|
'length-decimeter' => { |
|
1225
|
|
|
|
|
|
|
'name' => q(decimètres), |
|
1226
|
|
|
|
|
|
|
'other' => q({0} decimètres), |
|
1227
|
|
|
|
|
|
|
}, |
|
1228
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1229
|
|
|
|
|
|
|
'decimeter' => { |
|
1230
|
|
|
|
|
|
|
'name' => q(decimètres), |
|
1231
|
|
|
|
|
|
|
'other' => q({0} decimètres), |
|
1232
|
|
|
|
|
|
|
}, |
|
1233
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1234
|
|
|
|
|
|
|
'length-kilometer' => { |
|
1235
|
|
|
|
|
|
|
'name' => q(quilomètres), |
|
1236
|
|
|
|
|
|
|
'other' => q({0} quilomètres), |
|
1237
|
|
|
|
|
|
|
'per' => q({0} per quilomètre), |
|
1238
|
|
|
|
|
|
|
}, |
|
1239
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1240
|
|
|
|
|
|
|
'kilometer' => { |
|
1241
|
|
|
|
|
|
|
'name' => q(quilomètres), |
|
1242
|
|
|
|
|
|
|
'other' => q({0} quilomètres), |
|
1243
|
|
|
|
|
|
|
'per' => q({0} per quilomètre), |
|
1244
|
|
|
|
|
|
|
}, |
|
1245
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1246
|
|
|
|
|
|
|
'length-meter' => { |
|
1247
|
|
|
|
|
|
|
'name' => q(mètres), |
|
1248
|
|
|
|
|
|
|
'other' => q({0} mètres), |
|
1249
|
|
|
|
|
|
|
'per' => q({0} per mètre), |
|
1250
|
|
|
|
|
|
|
}, |
|
1251
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1252
|
|
|
|
|
|
|
'meter' => { |
|
1253
|
|
|
|
|
|
|
'name' => q(mètres), |
|
1254
|
|
|
|
|
|
|
'other' => q({0} mètres), |
|
1255
|
|
|
|
|
|
|
'per' => q({0} per mètre), |
|
1256
|
|
|
|
|
|
|
}, |
|
1257
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1258
|
|
|
|
|
|
|
'length-micrometer' => { |
|
1259
|
|
|
|
|
|
|
'name' => q(micromètres), |
|
1260
|
|
|
|
|
|
|
'other' => q({0} micromètres), |
|
1261
|
|
|
|
|
|
|
}, |
|
1262
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1263
|
|
|
|
|
|
|
'micrometer' => { |
|
1264
|
|
|
|
|
|
|
'name' => q(micromètres), |
|
1265
|
|
|
|
|
|
|
'other' => q({0} micromètres), |
|
1266
|
|
|
|
|
|
|
}, |
|
1267
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1268
|
|
|
|
|
|
|
'length-millimeter' => { |
|
1269
|
|
|
|
|
|
|
'name' => q(milimètres), |
|
1270
|
|
|
|
|
|
|
'other' => q({0} milimètres), |
|
1271
|
|
|
|
|
|
|
}, |
|
1272
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1273
|
|
|
|
|
|
|
'millimeter' => { |
|
1274
|
|
|
|
|
|
|
'name' => q(milimètres), |
|
1275
|
|
|
|
|
|
|
'other' => q({0} milimètres), |
|
1276
|
|
|
|
|
|
|
}, |
|
1277
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1278
|
|
|
|
|
|
|
'length-nanometer' => { |
|
1279
|
|
|
|
|
|
|
'name' => q(nanomètres), |
|
1280
|
|
|
|
|
|
|
'other' => q({0} nanomètres), |
|
1281
|
|
|
|
|
|
|
}, |
|
1282
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1283
|
|
|
|
|
|
|
'nanometer' => { |
|
1284
|
|
|
|
|
|
|
'name' => q(nanomètres), |
|
1285
|
|
|
|
|
|
|
'other' => q({0} nanomètres), |
|
1286
|
|
|
|
|
|
|
}, |
|
1287
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1288
|
|
|
|
|
|
|
'length-picometer' => { |
|
1289
|
|
|
|
|
|
|
'name' => q(picomètres), |
|
1290
|
|
|
|
|
|
|
'other' => q({0} picomètres), |
|
1291
|
|
|
|
|
|
|
}, |
|
1292
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1293
|
|
|
|
|
|
|
'picometer' => { |
|
1294
|
|
|
|
|
|
|
'name' => q(picomètres), |
|
1295
|
|
|
|
|
|
|
'other' => q({0} picomètres), |
|
1296
|
|
|
|
|
|
|
}, |
|
1297
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1298
|
|
|
|
|
|
|
'length-point' => { |
|
1299
|
|
|
|
|
|
|
'name' => q(punts), |
|
1300
|
|
|
|
|
|
|
'other' => q({0} punts), |
|
1301
|
|
|
|
|
|
|
}, |
|
1302
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1303
|
|
|
|
|
|
|
'point' => { |
|
1304
|
|
|
|
|
|
|
'name' => q(punts), |
|
1305
|
|
|
|
|
|
|
'other' => q({0} punts), |
|
1306
|
|
|
|
|
|
|
}, |
|
1307
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1308
|
|
|
|
|
|
|
'light-solar-luminosity' => { |
|
1309
|
|
|
|
|
|
|
'name' => q(luminositats solaras), |
|
1310
|
|
|
|
|
|
|
'other' => q({0} luminositats solaras), |
|
1311
|
|
|
|
|
|
|
}, |
|
1312
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1313
|
|
|
|
|
|
|
'solar-luminosity' => { |
|
1314
|
|
|
|
|
|
|
'name' => q(luminositats solaras), |
|
1315
|
|
|
|
|
|
|
'other' => q({0} luminositats solaras), |
|
1316
|
|
|
|
|
|
|
}, |
|
1317
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1318
|
|
|
|
|
|
|
'mass-earth-mass' => { |
|
1319
|
|
|
|
|
|
|
'name' => q(massas de Tèrra), |
|
1320
|
|
|
|
|
|
|
'other' => q({0} massas de Tèrra), |
|
1321
|
|
|
|
|
|
|
}, |
|
1322
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1323
|
|
|
|
|
|
|
'earth-mass' => { |
|
1324
|
|
|
|
|
|
|
'name' => q(massas de Tèrra), |
|
1325
|
|
|
|
|
|
|
'other' => q({0} massas de Tèrra), |
|
1326
|
|
|
|
|
|
|
}, |
|
1327
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1328
|
|
|
|
|
|
|
'mass-gram' => { |
|
1329
|
|
|
|
|
|
|
'other' => q({0} gramas), |
|
1330
|
|
|
|
|
|
|
'per' => q({0} per gramas), |
|
1331
|
|
|
|
|
|
|
}, |
|
1332
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1333
|
|
|
|
|
|
|
'gram' => { |
|
1334
|
|
|
|
|
|
|
'other' => q({0} gramas), |
|
1335
|
|
|
|
|
|
|
'per' => q({0} per gramas), |
|
1336
|
|
|
|
|
|
|
}, |
|
1337
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1338
|
|
|
|
|
|
|
'mass-kilogram' => { |
|
1339
|
|
|
|
|
|
|
'name' => q(quilogramas), |
|
1340
|
|
|
|
|
|
|
'other' => q({0} quilogramas), |
|
1341
|
|
|
|
|
|
|
'per' => q({0} per quilogramas), |
|
1342
|
|
|
|
|
|
|
}, |
|
1343
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1344
|
|
|
|
|
|
|
'kilogram' => { |
|
1345
|
|
|
|
|
|
|
'name' => q(quilogramas), |
|
1346
|
|
|
|
|
|
|
'other' => q({0} quilogramas), |
|
1347
|
|
|
|
|
|
|
'per' => q({0} per quilogramas), |
|
1348
|
|
|
|
|
|
|
}, |
|
1349
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1350
|
|
|
|
|
|
|
'mass-microgram' => { |
|
1351
|
|
|
|
|
|
|
'name' => q(microgramas), |
|
1352
|
|
|
|
|
|
|
'other' => q({0} microgramas), |
|
1353
|
|
|
|
|
|
|
}, |
|
1354
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1355
|
|
|
|
|
|
|
'microgram' => { |
|
1356
|
|
|
|
|
|
|
'name' => q(microgramas), |
|
1357
|
|
|
|
|
|
|
'other' => q({0} microgramas), |
|
1358
|
|
|
|
|
|
|
}, |
|
1359
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1360
|
|
|
|
|
|
|
'mass-milligram' => { |
|
1361
|
|
|
|
|
|
|
'name' => q(miligramas), |
|
1362
|
|
|
|
|
|
|
'other' => q({0} miligramas), |
|
1363
|
|
|
|
|
|
|
}, |
|
1364
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1365
|
|
|
|
|
|
|
'milligram' => { |
|
1366
|
|
|
|
|
|
|
'name' => q(miligramas), |
|
1367
|
|
|
|
|
|
|
'other' => q({0} miligramas), |
|
1368
|
|
|
|
|
|
|
}, |
|
1369
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1370
|
|
|
|
|
|
|
'mass-solar-mass' => { |
|
1371
|
|
|
|
|
|
|
'name' => q(massas de Solelh), |
|
1372
|
|
|
|
|
|
|
'other' => q({0} massa de Solelh), |
|
1373
|
|
|
|
|
|
|
}, |
|
1374
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1375
|
|
|
|
|
|
|
'solar-mass' => { |
|
1376
|
|
|
|
|
|
|
'name' => q(massas de Solelh), |
|
1377
|
|
|
|
|
|
|
'other' => q({0} massa de Solelh), |
|
1378
|
|
|
|
|
|
|
}, |
|
1379
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1380
|
|
|
|
|
|
|
'mass-ton' => { |
|
1381
|
|
|
|
|
|
|
'name' => q(tonas), |
|
1382
|
|
|
|
|
|
|
'other' => q({0} tonas), |
|
1383
|
|
|
|
|
|
|
}, |
|
1384
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1385
|
|
|
|
|
|
|
'ton' => { |
|
1386
|
|
|
|
|
|
|
'name' => q(tonas), |
|
1387
|
|
|
|
|
|
|
'other' => q({0} tonas), |
|
1388
|
|
|
|
|
|
|
}, |
|
1389
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1390
|
|
|
|
|
|
|
'mass-tonne' => { |
|
1391
|
|
|
|
|
|
|
'name' => q(tonas metricas), |
|
1392
|
|
|
|
|
|
|
'other' => q({0} tonas metricas), |
|
1393
|
|
|
|
|
|
|
}, |
|
1394
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1395
|
|
|
|
|
|
|
'tonne' => { |
|
1396
|
|
|
|
|
|
|
'name' => q(tonas metricas), |
|
1397
|
|
|
|
|
|
|
'other' => q({0} tonas metricas), |
|
1398
|
|
|
|
|
|
|
}, |
|
1399
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1400
|
|
|
|
|
|
|
'per' => { |
|
1401
|
|
|
|
|
|
|
'1' => q({0} per {1}), |
|
1402
|
|
|
|
|
|
|
}, |
|
1403
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1404
|
|
|
|
|
|
|
'per' => { |
|
1405
|
|
|
|
|
|
|
'1' => q({0} per {1}), |
|
1406
|
|
|
|
|
|
|
}, |
|
1407
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1408
|
|
|
|
|
|
|
'power-horsepower' => { |
|
1409
|
|
|
|
|
|
|
'name' => q(cavals vapor), |
|
1410
|
|
|
|
|
|
|
'other' => q({0} cavals vapor), |
|
1411
|
|
|
|
|
|
|
}, |
|
1412
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1413
|
|
|
|
|
|
|
'horsepower' => { |
|
1414
|
|
|
|
|
|
|
'name' => q(cavals vapor), |
|
1415
|
|
|
|
|
|
|
'other' => q({0} cavals vapor), |
|
1416
|
|
|
|
|
|
|
}, |
|
1417
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1418
|
|
|
|
|
|
|
'power-kilowatt' => { |
|
1419
|
|
|
|
|
|
|
'name' => q(quilowatts), |
|
1420
|
|
|
|
|
|
|
'other' => q({0} quilowatts), |
|
1421
|
|
|
|
|
|
|
}, |
|
1422
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1423
|
|
|
|
|
|
|
'kilowatt' => { |
|
1424
|
|
|
|
|
|
|
'name' => q(quilowatts), |
|
1425
|
|
|
|
|
|
|
'other' => q({0} quilowatts), |
|
1426
|
|
|
|
|
|
|
}, |
|
1427
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1428
|
|
|
|
|
|
|
'power-watt' => { |
|
1429
|
|
|
|
|
|
|
'name' => q(watts), |
|
1430
|
|
|
|
|
|
|
'other' => q({0} watts), |
|
1431
|
|
|
|
|
|
|
}, |
|
1432
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1433
|
|
|
|
|
|
|
'watt' => { |
|
1434
|
|
|
|
|
|
|
'name' => q(watts), |
|
1435
|
|
|
|
|
|
|
'other' => q({0} watts), |
|
1436
|
|
|
|
|
|
|
}, |
|
1437
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1438
|
|
|
|
|
|
|
'power2' => { |
|
1439
|
|
|
|
|
|
|
'other' => q({0} cairat), |
|
1440
|
|
|
|
|
|
|
}, |
|
1441
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1442
|
|
|
|
|
|
|
'power2' => { |
|
1443
|
|
|
|
|
|
|
'other' => q({0} cairat), |
|
1444
|
|
|
|
|
|
|
}, |
|
1445
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1446
|
|
|
|
|
|
|
'power3' => { |
|
1447
|
|
|
|
|
|
|
'other' => q({0} cubic), |
|
1448
|
|
|
|
|
|
|
}, |
|
1449
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1450
|
|
|
|
|
|
|
'power3' => { |
|
1451
|
|
|
|
|
|
|
'other' => q({0} cubic), |
|
1452
|
|
|
|
|
|
|
}, |
|
1453
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1454
|
|
|
|
|
|
|
'pressure-atmosphere' => { |
|
1455
|
|
|
|
|
|
|
'name' => q(atmosfèras), |
|
1456
|
|
|
|
|
|
|
'other' => q({0} atmosfèras), |
|
1457
|
|
|
|
|
|
|
}, |
|
1458
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1459
|
|
|
|
|
|
|
'atmosphere' => { |
|
1460
|
|
|
|
|
|
|
'name' => q(atmosfèras), |
|
1461
|
|
|
|
|
|
|
'other' => q({0} atmosfèras), |
|
1462
|
|
|
|
|
|
|
}, |
|
1463
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1464
|
|
|
|
|
|
|
'pressure-hectopascal' => { |
|
1465
|
|
|
|
|
|
|
'name' => q(ectopascals), |
|
1466
|
|
|
|
|
|
|
'other' => q({0} ectopascals), |
|
1467
|
|
|
|
|
|
|
}, |
|
1468
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1469
|
|
|
|
|
|
|
'hectopascal' => { |
|
1470
|
|
|
|
|
|
|
'name' => q(ectopascals), |
|
1471
|
|
|
|
|
|
|
'other' => q({0} ectopascals), |
|
1472
|
|
|
|
|
|
|
}, |
|
1473
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1474
|
|
|
|
|
|
|
'pressure-kilopascal' => { |
|
1475
|
|
|
|
|
|
|
'name' => q(quilopascals), |
|
1476
|
|
|
|
|
|
|
'other' => q({0} quilopascals), |
|
1477
|
|
|
|
|
|
|
}, |
|
1478
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1479
|
|
|
|
|
|
|
'kilopascal' => { |
|
1480
|
|
|
|
|
|
|
'name' => q(quilopascals), |
|
1481
|
|
|
|
|
|
|
'other' => q({0} quilopascals), |
|
1482
|
|
|
|
|
|
|
}, |
|
1483
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1484
|
|
|
|
|
|
|
'pressure-millibar' => { |
|
1485
|
|
|
|
|
|
|
'name' => q(milibars), |
|
1486
|
|
|
|
|
|
|
'other' => q({0} milibars), |
|
1487
|
|
|
|
|
|
|
}, |
|
1488
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1489
|
|
|
|
|
|
|
'millibar' => { |
|
1490
|
|
|
|
|
|
|
'name' => q(milibars), |
|
1491
|
|
|
|
|
|
|
'other' => q({0} milibars), |
|
1492
|
|
|
|
|
|
|
}, |
|
1493
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1494
|
|
|
|
|
|
|
'pressure-millimeter-ofhg' => { |
|
1495
|
|
|
|
|
|
|
'name' => q(milimètres de mercuri), |
|
1496
|
|
|
|
|
|
|
'other' => q({0} milimètres de mercuri), |
|
1497
|
|
|
|
|
|
|
}, |
|
1498
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1499
|
|
|
|
|
|
|
'millimeter-ofhg' => { |
|
1500
|
|
|
|
|
|
|
'name' => q(milimètres de mercuri), |
|
1501
|
|
|
|
|
|
|
'other' => q({0} milimètres de mercuri), |
|
1502
|
|
|
|
|
|
|
}, |
|
1503
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1504
|
|
|
|
|
|
|
'speed-kilometer-per-hour' => { |
|
1505
|
|
|
|
|
|
|
'name' => q(quilomètres per ora), |
|
1506
|
|
|
|
|
|
|
'other' => q({0} quilomètres per ora), |
|
1507
|
|
|
|
|
|
|
}, |
|
1508
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1509
|
|
|
|
|
|
|
'kilometer-per-hour' => { |
|
1510
|
|
|
|
|
|
|
'name' => q(quilomètres per ora), |
|
1511
|
|
|
|
|
|
|
'other' => q({0} quilomètres per ora), |
|
1512
|
|
|
|
|
|
|
}, |
|
1513
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1514
|
|
|
|
|
|
|
'speed-knot' => { |
|
1515
|
|
|
|
|
|
|
'name' => q(noses), |
|
1516
|
|
|
|
|
|
|
'other' => q({0} noses), |
|
1517
|
|
|
|
|
|
|
}, |
|
1518
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1519
|
|
|
|
|
|
|
'knot' => { |
|
1520
|
|
|
|
|
|
|
'name' => q(noses), |
|
1521
|
|
|
|
|
|
|
'other' => q({0} noses), |
|
1522
|
|
|
|
|
|
|
}, |
|
1523
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1524
|
|
|
|
|
|
|
'speed-meter-per-second' => { |
|
1525
|
|
|
|
|
|
|
'name' => q(mètres per segonda), |
|
1526
|
|
|
|
|
|
|
'other' => q({0} mètres per segonda), |
|
1527
|
|
|
|
|
|
|
}, |
|
1528
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1529
|
|
|
|
|
|
|
'meter-per-second' => { |
|
1530
|
|
|
|
|
|
|
'name' => q(mètres per segonda), |
|
1531
|
|
|
|
|
|
|
'other' => q({0} mètres per segonda), |
|
1532
|
|
|
|
|
|
|
}, |
|
1533
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1534
|
|
|
|
|
|
|
'temperature-celsius' => { |
|
1535
|
|
|
|
|
|
|
'name' => q(grases Celsius), |
|
1536
|
|
|
|
|
|
|
'other' => q({0} grases Celsius), |
|
1537
|
|
|
|
|
|
|
}, |
|
1538
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1539
|
|
|
|
|
|
|
'celsius' => { |
|
1540
|
|
|
|
|
|
|
'name' => q(grases Celsius), |
|
1541
|
|
|
|
|
|
|
'other' => q({0} grases Celsius), |
|
1542
|
|
|
|
|
|
|
}, |
|
1543
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1544
|
|
|
|
|
|
|
'temperature-fahrenheit' => { |
|
1545
|
|
|
|
|
|
|
'name' => q(grases Fahrenheit), |
|
1546
|
|
|
|
|
|
|
'other' => q({0} grases Fahrenheit), |
|
1547
|
|
|
|
|
|
|
}, |
|
1548
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1549
|
|
|
|
|
|
|
'fahrenheit' => { |
|
1550
|
|
|
|
|
|
|
'name' => q(grases Fahrenheit), |
|
1551
|
|
|
|
|
|
|
'other' => q({0} grases Fahrenheit), |
|
1552
|
|
|
|
|
|
|
}, |
|
1553
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1554
|
|
|
|
|
|
|
'times' => { |
|
1555
|
|
|
|
|
|
|
'1' => q({0}-{1}), |
|
1556
|
|
|
|
|
|
|
}, |
|
1557
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1558
|
|
|
|
|
|
|
'times' => { |
|
1559
|
|
|
|
|
|
|
'1' => q({0}-{1}), |
|
1560
|
|
|
|
|
|
|
}, |
|
1561
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1562
|
|
|
|
|
|
|
'torque-newton-meter' => { |
|
1563
|
|
|
|
|
|
|
'name' => q(newton-mètres), |
|
1564
|
|
|
|
|
|
|
'other' => q({0} newton-mètres), |
|
1565
|
|
|
|
|
|
|
}, |
|
1566
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1567
|
|
|
|
|
|
|
'newton-meter' => { |
|
1568
|
|
|
|
|
|
|
'name' => q(newton-mètres), |
|
1569
|
|
|
|
|
|
|
'other' => q({0} newton-mètres), |
|
1570
|
|
|
|
|
|
|
}, |
|
1571
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1572
|
|
|
|
|
|
|
'volume-centiliter' => { |
|
1573
|
|
|
|
|
|
|
'name' => q(centilitres), |
|
1574
|
|
|
|
|
|
|
'other' => q({0} centilitres), |
|
1575
|
|
|
|
|
|
|
}, |
|
1576
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1577
|
|
|
|
|
|
|
'centiliter' => { |
|
1578
|
|
|
|
|
|
|
'name' => q(centilitres), |
|
1579
|
|
|
|
|
|
|
'other' => q({0} centilitres), |
|
1580
|
|
|
|
|
|
|
}, |
|
1581
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1582
|
|
|
|
|
|
|
'volume-cubic-centimeter' => { |
|
1583
|
|
|
|
|
|
|
'name' => q(centimètres cubics), |
|
1584
|
|
|
|
|
|
|
'other' => q({0} centimètres cubics), |
|
1585
|
|
|
|
|
|
|
'per' => q({0} per centimètres cubics), |
|
1586
|
|
|
|
|
|
|
}, |
|
1587
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1588
|
|
|
|
|
|
|
'cubic-centimeter' => { |
|
1589
|
|
|
|
|
|
|
'name' => q(centimètres cubics), |
|
1590
|
|
|
|
|
|
|
'other' => q({0} centimètres cubics), |
|
1591
|
|
|
|
|
|
|
'per' => q({0} per centimètres cubics), |
|
1592
|
|
|
|
|
|
|
}, |
|
1593
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1594
|
|
|
|
|
|
|
'volume-cubic-kilometer' => { |
|
1595
|
|
|
|
|
|
|
'name' => q(quilomètres cubics), |
|
1596
|
|
|
|
|
|
|
'other' => q({0} quilomètres cubics), |
|
1597
|
|
|
|
|
|
|
}, |
|
1598
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1599
|
|
|
|
|
|
|
'cubic-kilometer' => { |
|
1600
|
|
|
|
|
|
|
'name' => q(quilomètres cubics), |
|
1601
|
|
|
|
|
|
|
'other' => q({0} quilomètres cubics), |
|
1602
|
|
|
|
|
|
|
}, |
|
1603
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1604
|
|
|
|
|
|
|
'volume-cubic-meter' => { |
|
1605
|
|
|
|
|
|
|
'name' => q(mètres cubics), |
|
1606
|
|
|
|
|
|
|
'other' => q({0} mètres cubics), |
|
1607
|
|
|
|
|
|
|
'per' => q({0} per mètres cubics), |
|
1608
|
|
|
|
|
|
|
}, |
|
1609
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1610
|
|
|
|
|
|
|
'cubic-meter' => { |
|
1611
|
|
|
|
|
|
|
'name' => q(mètres cubics), |
|
1612
|
|
|
|
|
|
|
'other' => q({0} mètres cubics), |
|
1613
|
|
|
|
|
|
|
'per' => q({0} per mètres cubics), |
|
1614
|
|
|
|
|
|
|
}, |
|
1615
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1616
|
|
|
|
|
|
|
'volume-deciliter' => { |
|
1617
|
|
|
|
|
|
|
'name' => q(decilitres), |
|
1618
|
|
|
|
|
|
|
'other' => q({0} decilitres), |
|
1619
|
|
|
|
|
|
|
}, |
|
1620
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1621
|
|
|
|
|
|
|
'deciliter' => { |
|
1622
|
|
|
|
|
|
|
'name' => q(decilitres), |
|
1623
|
|
|
|
|
|
|
'other' => q({0} decilitres), |
|
1624
|
|
|
|
|
|
|
}, |
|
1625
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1626
|
|
|
|
|
|
|
'volume-dessert-spoon' => { |
|
1627
|
|
|
|
|
|
|
'name' => q(culhièr de cafè), |
|
1628
|
|
|
|
|
|
|
'other' => q({0} culhièr de cafè), |
|
1629
|
|
|
|
|
|
|
}, |
|
1630
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1631
|
|
|
|
|
|
|
'dessert-spoon' => { |
|
1632
|
|
|
|
|
|
|
'name' => q(culhièr de cafè), |
|
1633
|
|
|
|
|
|
|
'other' => q({0} culhièr de cafè), |
|
1634
|
|
|
|
|
|
|
}, |
|
1635
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1636
|
|
|
|
|
|
|
'volume-dessert-spoon-imperial' => { |
|
1637
|
|
|
|
|
|
|
'name' => q(culhièr de cafè imperial), |
|
1638
|
|
|
|
|
|
|
}, |
|
1639
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1640
|
|
|
|
|
|
|
'dessert-spoon-imperial' => { |
|
1641
|
|
|
|
|
|
|
'name' => q(culhièr de cafè imperial), |
|
1642
|
|
|
|
|
|
|
}, |
|
1643
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1644
|
|
|
|
|
|
|
'volume-hectoliter' => { |
|
1645
|
|
|
|
|
|
|
'name' => q(ectolitres), |
|
1646
|
|
|
|
|
|
|
'other' => q({0} ectolitres), |
|
1647
|
|
|
|
|
|
|
}, |
|
1648
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1649
|
|
|
|
|
|
|
'hectoliter' => { |
|
1650
|
|
|
|
|
|
|
'name' => q(ectolitres), |
|
1651
|
|
|
|
|
|
|
'other' => q({0} ectolitres), |
|
1652
|
|
|
|
|
|
|
}, |
|
1653
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1654
|
|
|
|
|
|
|
'volume-liter' => { |
|
1655
|
|
|
|
|
|
|
'other' => q({0} litres), |
|
1656
|
|
|
|
|
|
|
'per' => q({0} per litre), |
|
1657
|
|
|
|
|
|
|
}, |
|
1658
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1659
|
|
|
|
|
|
|
'liter' => { |
|
1660
|
|
|
|
|
|
|
'other' => q({0} litres), |
|
1661
|
|
|
|
|
|
|
'per' => q({0} per litre), |
|
1662
|
|
|
|
|
|
|
}, |
|
1663
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1664
|
|
|
|
|
|
|
'volume-megaliter' => { |
|
1665
|
|
|
|
|
|
|
'name' => q(megalitres), |
|
1666
|
|
|
|
|
|
|
'other' => q({0} megalitres), |
|
1667
|
|
|
|
|
|
|
}, |
|
1668
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1669
|
|
|
|
|
|
|
'megaliter' => { |
|
1670
|
|
|
|
|
|
|
'name' => q(megalitres), |
|
1671
|
|
|
|
|
|
|
'other' => q({0} megalitres), |
|
1672
|
|
|
|
|
|
|
}, |
|
1673
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1674
|
|
|
|
|
|
|
'volume-milliliter' => { |
|
1675
|
|
|
|
|
|
|
'name' => q(mililitres), |
|
1676
|
|
|
|
|
|
|
'other' => q({0} mililitres), |
|
1677
|
|
|
|
|
|
|
}, |
|
1678
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1679
|
|
|
|
|
|
|
'milliliter' => { |
|
1680
|
|
|
|
|
|
|
'name' => q(mililitres), |
|
1681
|
|
|
|
|
|
|
'other' => q({0} mililitres), |
|
1682
|
|
|
|
|
|
|
}, |
|
1683
|
|
|
|
|
|
|
}, |
|
1684
|
|
|
|
|
|
|
'narrow' => { |
|
1685
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1686
|
|
|
|
|
|
|
'coordinate' => { |
|
1687
|
|
|
|
|
|
|
'east' => q({0}E), |
|
1688
|
|
|
|
|
|
|
'north' => q({0}N), |
|
1689
|
|
|
|
|
|
|
'south' => q({0}S), |
|
1690
|
|
|
|
|
|
|
'west' => q({0}O), |
|
1691
|
|
|
|
|
|
|
}, |
|
1692
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1693
|
|
|
|
|
|
|
'coordinate' => { |
|
1694
|
|
|
|
|
|
|
'east' => q({0}E), |
|
1695
|
|
|
|
|
|
|
'north' => q({0}N), |
|
1696
|
|
|
|
|
|
|
'south' => q({0}S), |
|
1697
|
|
|
|
|
|
|
'west' => q({0}O), |
|
1698
|
|
|
|
|
|
|
}, |
|
1699
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1700
|
|
|
|
|
|
|
'duration-day' => { |
|
1701
|
|
|
|
|
|
|
'name' => q(jorn), |
|
1702
|
|
|
|
|
|
|
}, |
|
1703
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1704
|
|
|
|
|
|
|
'day' => { |
|
1705
|
|
|
|
|
|
|
'name' => q(jorn), |
|
1706
|
|
|
|
|
|
|
}, |
|
1707
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1708
|
|
|
|
|
|
|
'duration-hour' => { |
|
1709
|
|
|
|
|
|
|
'name' => q(ora), |
|
1710
|
|
|
|
|
|
|
}, |
|
1711
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1712
|
|
|
|
|
|
|
'hour' => { |
|
1713
|
|
|
|
|
|
|
'name' => q(ora), |
|
1714
|
|
|
|
|
|
|
}, |
|
1715
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1716
|
|
|
|
|
|
|
'duration-year' => { |
|
1717
|
|
|
|
|
|
|
'name' => q(an.), |
|
1718
|
|
|
|
|
|
|
'other' => q({0} an.), |
|
1719
|
|
|
|
|
|
|
}, |
|
1720
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1721
|
|
|
|
|
|
|
'year' => { |
|
1722
|
|
|
|
|
|
|
'name' => q(an.), |
|
1723
|
|
|
|
|
|
|
'other' => q({0} an.), |
|
1724
|
|
|
|
|
|
|
}, |
|
1725
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1726
|
|
|
|
|
|
|
'length-meter' => { |
|
1727
|
|
|
|
|
|
|
'name' => q(m), |
|
1728
|
|
|
|
|
|
|
}, |
|
1729
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1730
|
|
|
|
|
|
|
'meter' => { |
|
1731
|
|
|
|
|
|
|
'name' => q(m), |
|
1732
|
|
|
|
|
|
|
}, |
|
1733
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1734
|
|
|
|
|
|
|
'mass-gram' => { |
|
1735
|
|
|
|
|
|
|
'name' => q(grama), |
|
1736
|
|
|
|
|
|
|
}, |
|
1737
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1738
|
|
|
|
|
|
|
'gram' => { |
|
1739
|
|
|
|
|
|
|
'name' => q(grama), |
|
1740
|
|
|
|
|
|
|
}, |
|
1741
|
|
|
|
|
|
|
}, |
|
1742
|
|
|
|
|
|
|
'short' => { |
|
1743
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1744
|
|
|
|
|
|
|
'' => { |
|
1745
|
|
|
|
|
|
|
'name' => q(direccion), |
|
1746
|
|
|
|
|
|
|
}, |
|
1747
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1748
|
|
|
|
|
|
|
'' => { |
|
1749
|
|
|
|
|
|
|
'name' => q(direccion), |
|
1750
|
|
|
|
|
|
|
}, |
|
1751
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1752
|
|
|
|
|
|
|
'acceleration-g-force' => { |
|
1753
|
|
|
|
|
|
|
'name' => q(G d’acc.), |
|
1754
|
|
|
|
|
|
|
}, |
|
1755
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1756
|
|
|
|
|
|
|
'g-force' => { |
|
1757
|
|
|
|
|
|
|
'name' => q(G d’acc.), |
|
1758
|
|
|
|
|
|
|
}, |
|
1759
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1760
|
|
|
|
|
|
|
'angle-degree' => { |
|
1761
|
|
|
|
|
|
|
'name' => q(°), |
|
1762
|
|
|
|
|
|
|
}, |
|
1763
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1764
|
|
|
|
|
|
|
'degree' => { |
|
1765
|
|
|
|
|
|
|
'name' => q(°), |
|
1766
|
|
|
|
|
|
|
}, |
|
1767
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1768
|
|
|
|
|
|
|
'area-hectare' => { |
|
1769
|
|
|
|
|
|
|
'name' => q(ha), |
|
1770
|
|
|
|
|
|
|
}, |
|
1771
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1772
|
|
|
|
|
|
|
'hectare' => { |
|
1773
|
|
|
|
|
|
|
'name' => q(ha), |
|
1774
|
|
|
|
|
|
|
}, |
|
1775
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1776
|
|
|
|
|
|
|
'concentr-percent' => { |
|
1777
|
|
|
|
|
|
|
'name' => q(de cent), |
|
1778
|
|
|
|
|
|
|
}, |
|
1779
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1780
|
|
|
|
|
|
|
'percent' => { |
|
1781
|
|
|
|
|
|
|
'name' => q(de cent), |
|
1782
|
|
|
|
|
|
|
}, |
|
1783
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1784
|
|
|
|
|
|
|
'coordinate' => { |
|
1785
|
|
|
|
|
|
|
'east' => q({0} E), |
|
1786
|
|
|
|
|
|
|
'north' => q({0} N), |
|
1787
|
|
|
|
|
|
|
'south' => q({0} S), |
|
1788
|
|
|
|
|
|
|
'west' => q({0} O), |
|
1789
|
|
|
|
|
|
|
}, |
|
1790
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1791
|
|
|
|
|
|
|
'coordinate' => { |
|
1792
|
|
|
|
|
|
|
'east' => q({0} E), |
|
1793
|
|
|
|
|
|
|
'north' => q({0} N), |
|
1794
|
|
|
|
|
|
|
'south' => q({0} S), |
|
1795
|
|
|
|
|
|
|
'west' => q({0} O), |
|
1796
|
|
|
|
|
|
|
}, |
|
1797
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1798
|
|
|
|
|
|
|
'digital-byte' => { |
|
1799
|
|
|
|
|
|
|
'name' => q(octet), |
|
1800
|
|
|
|
|
|
|
'other' => q({0} octet), |
|
1801
|
|
|
|
|
|
|
}, |
|
1802
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1803
|
|
|
|
|
|
|
'byte' => { |
|
1804
|
|
|
|
|
|
|
'name' => q(octet), |
|
1805
|
|
|
|
|
|
|
'other' => q({0} octet), |
|
1806
|
|
|
|
|
|
|
}, |
|
1807
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1808
|
|
|
|
|
|
|
'digital-gigabyte' => { |
|
1809
|
|
|
|
|
|
|
'name' => q(Go), |
|
1810
|
|
|
|
|
|
|
'other' => q({0} Go), |
|
1811
|
|
|
|
|
|
|
}, |
|
1812
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1813
|
|
|
|
|
|
|
'gigabyte' => { |
|
1814
|
|
|
|
|
|
|
'name' => q(Go), |
|
1815
|
|
|
|
|
|
|
'other' => q({0} Go), |
|
1816
|
|
|
|
|
|
|
}, |
|
1817
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1818
|
|
|
|
|
|
|
'digital-kilobyte' => { |
|
1819
|
|
|
|
|
|
|
'name' => q(ko), |
|
1820
|
|
|
|
|
|
|
'other' => q({0} ko), |
|
1821
|
|
|
|
|
|
|
}, |
|
1822
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1823
|
|
|
|
|
|
|
'kilobyte' => { |
|
1824
|
|
|
|
|
|
|
'name' => q(ko), |
|
1825
|
|
|
|
|
|
|
'other' => q({0} ko), |
|
1826
|
|
|
|
|
|
|
}, |
|
1827
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1828
|
|
|
|
|
|
|
'digital-megabyte' => { |
|
1829
|
|
|
|
|
|
|
'name' => q(Mo), |
|
1830
|
|
|
|
|
|
|
'other' => q({0} Mo), |
|
1831
|
|
|
|
|
|
|
}, |
|
1832
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1833
|
|
|
|
|
|
|
'megabyte' => { |
|
1834
|
|
|
|
|
|
|
'name' => q(Mo), |
|
1835
|
|
|
|
|
|
|
'other' => q({0} Mo), |
|
1836
|
|
|
|
|
|
|
}, |
|
1837
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1838
|
|
|
|
|
|
|
'digital-petabyte' => { |
|
1839
|
|
|
|
|
|
|
'name' => q(Po), |
|
1840
|
|
|
|
|
|
|
'other' => q({0} Po), |
|
1841
|
|
|
|
|
|
|
}, |
|
1842
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1843
|
|
|
|
|
|
|
'petabyte' => { |
|
1844
|
|
|
|
|
|
|
'name' => q(Po), |
|
1845
|
|
|
|
|
|
|
'other' => q({0} Po), |
|
1846
|
|
|
|
|
|
|
}, |
|
1847
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1848
|
|
|
|
|
|
|
'digital-terabyte' => { |
|
1849
|
|
|
|
|
|
|
'name' => q(To), |
|
1850
|
|
|
|
|
|
|
'other' => q({0} To), |
|
1851
|
|
|
|
|
|
|
}, |
|
1852
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1853
|
|
|
|
|
|
|
'terabyte' => { |
|
1854
|
|
|
|
|
|
|
'name' => q(To), |
|
1855
|
|
|
|
|
|
|
'other' => q({0} To), |
|
1856
|
|
|
|
|
|
|
}, |
|
1857
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1858
|
|
|
|
|
|
|
'duration-century' => { |
|
1859
|
|
|
|
|
|
|
'name' => q(s.), |
|
1860
|
|
|
|
|
|
|
'other' => q({0} s.), |
|
1861
|
|
|
|
|
|
|
}, |
|
1862
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1863
|
|
|
|
|
|
|
'century' => { |
|
1864
|
|
|
|
|
|
|
'name' => q(s.), |
|
1865
|
|
|
|
|
|
|
'other' => q({0} s.), |
|
1866
|
|
|
|
|
|
|
}, |
|
1867
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1868
|
|
|
|
|
|
|
'duration-day' => { |
|
1869
|
|
|
|
|
|
|
'name' => q(jorns), |
|
1870
|
|
|
|
|
|
|
'other' => q({0} j), |
|
1871
|
|
|
|
|
|
|
'per' => q({0}/j), |
|
1872
|
|
|
|
|
|
|
}, |
|
1873
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1874
|
|
|
|
|
|
|
'day' => { |
|
1875
|
|
|
|
|
|
|
'name' => q(jorns), |
|
1876
|
|
|
|
|
|
|
'other' => q({0} j), |
|
1877
|
|
|
|
|
|
|
'per' => q({0}/j), |
|
1878
|
|
|
|
|
|
|
}, |
|
1879
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1880
|
|
|
|
|
|
|
'duration-hour' => { |
|
1881
|
|
|
|
|
|
|
'name' => q(oras), |
|
1882
|
|
|
|
|
|
|
}, |
|
1883
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1884
|
|
|
|
|
|
|
'hour' => { |
|
1885
|
|
|
|
|
|
|
'name' => q(oras), |
|
1886
|
|
|
|
|
|
|
}, |
|
1887
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1888
|
|
|
|
|
|
|
'duration-month' => { |
|
1889
|
|
|
|
|
|
|
'name' => q(mes), |
|
1890
|
|
|
|
|
|
|
}, |
|
1891
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1892
|
|
|
|
|
|
|
'month' => { |
|
1893
|
|
|
|
|
|
|
'name' => q(mes), |
|
1894
|
|
|
|
|
|
|
}, |
|
1895
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1896
|
|
|
|
|
|
|
'duration-week' => { |
|
1897
|
|
|
|
|
|
|
'name' => q(setm.), |
|
1898
|
|
|
|
|
|
|
'other' => q({0} setm.), |
|
1899
|
|
|
|
|
|
|
'per' => q({0}/setm.), |
|
1900
|
|
|
|
|
|
|
}, |
|
1901
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1902
|
|
|
|
|
|
|
'week' => { |
|
1903
|
|
|
|
|
|
|
'name' => q(setm.), |
|
1904
|
|
|
|
|
|
|
'other' => q({0} setm.), |
|
1905
|
|
|
|
|
|
|
'per' => q({0}/setm.), |
|
1906
|
|
|
|
|
|
|
}, |
|
1907
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1908
|
|
|
|
|
|
|
'duration-year' => { |
|
1909
|
|
|
|
|
|
|
'name' => q(annadas), |
|
1910
|
|
|
|
|
|
|
'other' => q({0} ans), |
|
1911
|
|
|
|
|
|
|
'per' => q({0}/an.), |
|
1912
|
|
|
|
|
|
|
}, |
|
1913
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1914
|
|
|
|
|
|
|
'year' => { |
|
1915
|
|
|
|
|
|
|
'name' => q(annadas), |
|
1916
|
|
|
|
|
|
|
'other' => q({0} ans), |
|
1917
|
|
|
|
|
|
|
'per' => q({0}/an.), |
|
1918
|
|
|
|
|
|
|
}, |
|
1919
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1920
|
|
|
|
|
|
|
'electric-volt' => { |
|
1921
|
|
|
|
|
|
|
'name' => q(vòlts), |
|
1922
|
|
|
|
|
|
|
}, |
|
1923
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1924
|
|
|
|
|
|
|
'volt' => { |
|
1925
|
|
|
|
|
|
|
'name' => q(vòlts), |
|
1926
|
|
|
|
|
|
|
}, |
|
1927
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1928
|
|
|
|
|
|
|
'graphics-dot' => { |
|
1929
|
|
|
|
|
|
|
'name' => q(punt), |
|
1930
|
|
|
|
|
|
|
'other' => q({0} punt), |
|
1931
|
|
|
|
|
|
|
}, |
|
1932
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1933
|
|
|
|
|
|
|
'dot' => { |
|
1934
|
|
|
|
|
|
|
'name' => q(punt), |
|
1935
|
|
|
|
|
|
|
'other' => q({0} punt), |
|
1936
|
|
|
|
|
|
|
}, |
|
1937
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1938
|
|
|
|
|
|
|
'length-meter' => { |
|
1939
|
|
|
|
|
|
|
'name' => q(mètre), |
|
1940
|
|
|
|
|
|
|
}, |
|
1941
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1942
|
|
|
|
|
|
|
'meter' => { |
|
1943
|
|
|
|
|
|
|
'name' => q(mètre), |
|
1944
|
|
|
|
|
|
|
}, |
|
1945
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1946
|
|
|
|
|
|
|
'mass-grain' => { |
|
1947
|
|
|
|
|
|
|
'name' => q(gran), |
|
1948
|
|
|
|
|
|
|
'other' => q({0} gran), |
|
1949
|
|
|
|
|
|
|
}, |
|
1950
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1951
|
|
|
|
|
|
|
'grain' => { |
|
1952
|
|
|
|
|
|
|
'name' => q(gran), |
|
1953
|
|
|
|
|
|
|
'other' => q({0} gran), |
|
1954
|
|
|
|
|
|
|
}, |
|
1955
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1956
|
|
|
|
|
|
|
'mass-gram' => { |
|
1957
|
|
|
|
|
|
|
'name' => q(gramas), |
|
1958
|
|
|
|
|
|
|
}, |
|
1959
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1960
|
|
|
|
|
|
|
'gram' => { |
|
1961
|
|
|
|
|
|
|
'name' => q(gramas), |
|
1962
|
|
|
|
|
|
|
}, |
|
1963
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1964
|
|
|
|
|
|
|
'power-horsepower' => { |
|
1965
|
|
|
|
|
|
|
'name' => q(cv), |
|
1966
|
|
|
|
|
|
|
'other' => q({0} cv), |
|
1967
|
|
|
|
|
|
|
}, |
|
1968
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1969
|
|
|
|
|
|
|
'horsepower' => { |
|
1970
|
|
|
|
|
|
|
'name' => q(cv), |
|
1971
|
|
|
|
|
|
|
'other' => q({0} cv), |
|
1972
|
|
|
|
|
|
|
}, |
|
1973
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1974
|
|
|
|
|
|
|
'speed-meter-per-second' => { |
|
1975
|
|
|
|
|
|
|
'name' => q(mètres/seg.), |
|
1976
|
|
|
|
|
|
|
}, |
|
1977
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1978
|
|
|
|
|
|
|
'meter-per-second' => { |
|
1979
|
|
|
|
|
|
|
'name' => q(mètres/seg.), |
|
1980
|
|
|
|
|
|
|
}, |
|
1981
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1982
|
|
|
|
|
|
|
'temperature-celsius' => { |
|
1983
|
|
|
|
|
|
|
'name' => q(gr. C), |
|
1984
|
|
|
|
|
|
|
}, |
|
1985
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1986
|
|
|
|
|
|
|
'celsius' => { |
|
1987
|
|
|
|
|
|
|
'name' => q(gr. C), |
|
1988
|
|
|
|
|
|
|
}, |
|
1989
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1990
|
|
|
|
|
|
|
'volume-dessert-spoon' => { |
|
1991
|
|
|
|
|
|
|
'name' => q(culh. cafè), |
|
1992
|
|
|
|
|
|
|
'other' => q({0} culh. cafè), |
|
1993
|
|
|
|
|
|
|
}, |
|
1994
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1995
|
|
|
|
|
|
|
'dessert-spoon' => { |
|
1996
|
|
|
|
|
|
|
'name' => q(culh. cafè), |
|
1997
|
|
|
|
|
|
|
'other' => q({0} culh. cafè), |
|
1998
|
|
|
|
|
|
|
}, |
|
1999
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2000
|
|
|
|
|
|
|
'volume-dessert-spoon-imperial' => { |
|
2001
|
|
|
|
|
|
|
'name' => q(culh. cafè imp.), |
|
2002
|
|
|
|
|
|
|
'other' => q({0} culh. cafè imp.), |
|
2003
|
|
|
|
|
|
|
}, |
|
2004
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2005
|
|
|
|
|
|
|
'dessert-spoon-imperial' => { |
|
2006
|
|
|
|
|
|
|
'name' => q(culh. cafè imp.), |
|
2007
|
|
|
|
|
|
|
'other' => q({0} culh. cafè imp.), |
|
2008
|
|
|
|
|
|
|
}, |
|
2009
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2010
|
|
|
|
|
|
|
'volume-drop' => { |
|
2011
|
|
|
|
|
|
|
'name' => q(gota), |
|
2012
|
|
|
|
|
|
|
'other' => q({0} gota), |
|
2013
|
|
|
|
|
|
|
}, |
|
2014
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2015
|
|
|
|
|
|
|
'drop' => { |
|
2016
|
|
|
|
|
|
|
'name' => q(gota), |
|
2017
|
|
|
|
|
|
|
'other' => q({0} gota), |
|
2018
|
|
|
|
|
|
|
}, |
|
2019
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2020
|
|
|
|
|
|
|
'volume-liter' => { |
|
2021
|
|
|
|
|
|
|
'name' => q(litres), |
|
2022
|
|
|
|
|
|
|
'other' => q({0} L), |
|
2023
|
|
|
|
|
|
|
'per' => q({0}/L), |
|
2024
|
|
|
|
|
|
|
}, |
|
2025
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2026
|
|
|
|
|
|
|
'liter' => { |
|
2027
|
|
|
|
|
|
|
'name' => q(litres), |
|
2028
|
|
|
|
|
|
|
'other' => q({0} L), |
|
2029
|
|
|
|
|
|
|
'per' => q({0}/L), |
|
2030
|
|
|
|
|
|
|
}, |
|
2031
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2032
|
|
|
|
|
|
|
'volume-pinch' => { |
|
2033
|
|
|
|
|
|
|
'name' => q(pecic), |
|
2034
|
|
|
|
|
|
|
'other' => q({0} pecic), |
|
2035
|
|
|
|
|
|
|
}, |
|
2036
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2037
|
|
|
|
|
|
|
'pinch' => { |
|
2038
|
|
|
|
|
|
|
'name' => q(pecic), |
|
2039
|
|
|
|
|
|
|
'other' => q({0} pecic), |
|
2040
|
|
|
|
|
|
|
}, |
|
2041
|
|
|
|
|
|
|
}, |
|
2042
|
|
|
|
|
|
|
} } |
|
2043
|
|
|
|
|
|
|
); |
|
2044
|
|
|
|
|
|
|
|
|
2045
|
|
|
|
|
|
|
has 'yesstr' => ( |
|
2046
|
|
|
|
|
|
|
is => 'ro', |
|
2047
|
|
|
|
|
|
|
isa => RegexpRef, |
|
2048
|
|
|
|
|
|
|
init_arg => undef, |
|
2049
|
|
|
|
|
|
|
default => sub { qr'^(?i:òc|o|yes|y)$' } |
|
2050
|
|
|
|
|
|
|
); |
|
2051
|
|
|
|
|
|
|
|
|
2052
|
|
|
|
|
|
|
has 'nostr' => ( |
|
2053
|
|
|
|
|
|
|
is => 'ro', |
|
2054
|
|
|
|
|
|
|
isa => RegexpRef, |
|
2055
|
|
|
|
|
|
|
init_arg => undef, |
|
2056
|
|
|
|
|
|
|
default => sub { qr'^(?i:non|n)$' } |
|
2057
|
|
|
|
|
|
|
); |
|
2058
|
|
|
|
|
|
|
|
|
2059
|
|
|
|
|
|
|
has 'listPatterns' => ( |
|
2060
|
|
|
|
|
|
|
is => 'ro', |
|
2061
|
|
|
|
|
|
|
isa => HashRef, |
|
2062
|
|
|
|
|
|
|
init_arg => undef, |
|
2063
|
|
|
|
|
|
|
default => sub { { |
|
2064
|
|
|
|
|
|
|
end => q({0} e {1}), |
|
2065
|
|
|
|
|
|
|
2 => q({0} e {1}), |
|
2066
|
|
|
|
|
|
|
} } |
|
2067
|
|
|
|
|
|
|
); |
|
2068
|
|
|
|
|
|
|
|
|
2069
|
|
|
|
|
|
|
has 'number_symbols' => ( |
|
2070
|
|
|
|
|
|
|
is => 'ro', |
|
2071
|
|
|
|
|
|
|
isa => HashRef, |
|
2072
|
|
|
|
|
|
|
init_arg => undef, |
|
2073
|
|
|
|
|
|
|
default => sub { { |
|
2074
|
|
|
|
|
|
|
'latn' => { |
|
2075
|
|
|
|
|
|
|
'decimal' => q(,), |
|
2076
|
|
|
|
|
|
|
'group' => q( ), |
|
2077
|
|
|
|
|
|
|
'timeSeparator' => q('h'), |
|
2078
|
|
|
|
|
|
|
}, |
|
2079
|
|
|
|
|
|
|
} } |
|
2080
|
|
|
|
|
|
|
); |
|
2081
|
|
|
|
|
|
|
|
|
2082
|
|
|
|
|
|
|
has 'number_formats' => ( |
|
2083
|
|
|
|
|
|
|
is => 'ro', |
|
2084
|
|
|
|
|
|
|
isa => HashRef, |
|
2085
|
|
|
|
|
|
|
init_arg => undef, |
|
2086
|
|
|
|
|
|
|
default => sub { { |
|
2087
|
|
|
|
|
|
|
percentFormat => { |
|
2088
|
|
|
|
|
|
|
'default' => { |
|
2089
|
|
|
|
|
|
|
'standard' => { |
|
2090
|
|
|
|
|
|
|
'default' => '#,##0 %', |
|
2091
|
|
|
|
|
|
|
}, |
|
2092
|
|
|
|
|
|
|
}, |
|
2093
|
|
|
|
|
|
|
}, |
|
2094
|
|
|
|
|
|
|
} }, |
|
2095
|
|
|
|
|
|
|
); |
|
2096
|
|
|
|
|
|
|
|
|
2097
|
|
|
|
|
|
|
has 'number_currency_formats' => ( |
|
2098
|
|
|
|
|
|
|
is => 'ro', |
|
2099
|
|
|
|
|
|
|
isa => HashRef, |
|
2100
|
|
|
|
|
|
|
init_arg => undef, |
|
2101
|
|
|
|
|
|
|
default => sub { { |
|
2102
|
|
|
|
|
|
|
'adlm' => { |
|
2103
|
|
|
|
|
|
|
'pattern' => { |
|
2104
|
|
|
|
|
|
|
'default' => { |
|
2105
|
|
|
|
|
|
|
'accounting' => { |
|
2106
|
|
|
|
|
|
|
'positive' => '#,##0.00', |
|
2107
|
|
|
|
|
|
|
}, |
|
2108
|
|
|
|
|
|
|
}, |
|
2109
|
|
|
|
|
|
|
}, |
|
2110
|
|
|
|
|
|
|
}, |
|
2111
|
|
|
|
|
|
|
'arabext' => { |
|
2112
|
|
|
|
|
|
|
'pattern' => { |
|
2113
|
|
|
|
|
|
|
'default' => { |
|
2114
|
|
|
|
|
|
|
'accounting' => { |
|
2115
|
|
|
|
|
|
|
'positive' => '#,##0.00', |
|
2116
|
|
|
|
|
|
|
}, |
|
2117
|
|
|
|
|
|
|
}, |
|
2118
|
|
|
|
|
|
|
}, |
|
2119
|
|
|
|
|
|
|
}, |
|
2120
|
|
|
|
|
|
|
'bali' => { |
|
2121
|
|
|
|
|
|
|
'pattern' => { |
|
2122
|
|
|
|
|
|
|
'default' => { |
|
2123
|
|
|
|
|
|
|
'accounting' => { |
|
2124
|
|
|
|
|
|
|
'positive' => '#,##0.00', |
|
2125
|
|
|
|
|
|
|
}, |
|
2126
|
|
|
|
|
|
|
}, |
|
2127
|
|
|
|
|
|
|
}, |
|
2128
|
|
|
|
|
|
|
}, |
|
2129
|
|
|
|
|
|
|
'beng' => { |
|
2130
|
|
|
|
|
|
|
'pattern' => { |
|
2131
|
|
|
|
|
|
|
'default' => { |
|
2132
|
|
|
|
|
|
|
'accounting' => { |
|
2133
|
|
|
|
|
|
|
'positive' => '#,##0.00', |
|
2134
|
|
|
|
|
|
|
}, |
|
2135
|
|
|
|
|
|
|
}, |
|
2136
|
|
|
|
|
|
|
}, |
|
2137
|
|
|
|
|
|
|
}, |
|
2138
|
|
|
|
|
|
|
'brah' => { |
|
2139
|
|
|
|
|
|
|
'pattern' => { |
|
2140
|
|
|
|
|
|
|
'default' => { |
|
2141
|
|
|
|
|
|
|
'accounting' => { |
|
2142
|
|
|
|
|
|
|
'positive' => '#,##0.00', |
|
2143
|
|
|
|
|
|
|
}, |
|
2144
|
|
|
|
|
|
|
}, |
|
2145
|
|
|
|
|
|
|
}, |
|
2146
|
|
|
|
|
|
|
}, |
|
2147
|
|
|
|
|
|
|
'cakm' => { |
|
2148
|
|
|
|
|
|
|
'pattern' => { |
|
2149
|
|
|
|
|
|
|
'default' => { |
|
2150
|
|
|
|
|
|
|
'accounting' => { |
|
2151
|
|
|
|
|
|
|
'positive' => '#,##0.00', |
|
2152
|
|
|
|
|
|
|
}, |
|
2153
|
|
|
|
|
|
|
}, |
|
2154
|
|
|
|
|
|
|
}, |
|
2155
|
|
|
|
|
|
|
}, |
|
2156
|
|
|
|
|
|
|
'cham' => { |
|
2157
|
|
|
|
|
|
|
'pattern' => { |
|
2158
|
|
|
|
|
|
|
'default' => { |
|
2159
|
|
|
|
|
|
|
'accounting' => { |
|
2160
|
|
|
|
|
|
|
'positive' => '#,##0.00', |
|
2161
|
|
|
|
|
|
|
}, |
|
2162
|
|
|
|
|
|
|
}, |
|
2163
|
|
|
|
|
|
|
}, |
|
2164
|
|
|
|
|
|
|
}, |
|
2165
|
|
|
|
|
|
|
'deva' => { |
|
2166
|
|
|
|
|
|
|
'pattern' => { |
|
2167
|
|
|
|
|
|
|
'default' => { |
|
2168
|
|
|
|
|
|
|
'accounting' => { |
|
2169
|
|
|
|
|
|
|
'positive' => '#,##0.00', |
|
2170
|
|
|
|
|
|
|
}, |
|
2171
|
|
|
|
|
|
|
}, |
|
2172
|
|
|
|
|
|
|
}, |
|
2173
|
|
|
|
|
|
|
}, |
|
2174
|
|
|
|
|
|
|
'fullwide' => { |
|
2175
|
|
|
|
|
|
|
'pattern' => { |
|
2176
|
|
|
|
|
|
|
'default' => { |
|
2177
|
|
|
|
|
|
|
'accounting' => { |
|
2178
|
|
|
|
|
|
|
'positive' => '#,##0.00', |
|
2179
|
|
|
|
|
|
|
}, |
|
2180
|
|
|
|
|
|
|
}, |
|
2181
|
|
|
|
|
|
|
}, |
|
2182
|
|
|
|
|
|
|
}, |
|
2183
|
|
|
|
|
|
|
'gong' => { |
|
2184
|
|
|
|
|
|
|
'pattern' => { |
|
2185
|
|
|
|
|
|
|
'default' => { |
|
2186
|
|
|
|
|
|
|
'accounting' => { |
|
2187
|
|
|
|
|
|
|
'positive' => '#,##0.00', |
|
2188
|
|
|
|
|
|
|
}, |
|
2189
|
|
|
|
|
|
|
}, |
|
2190
|
|
|
|
|
|
|
}, |
|
2191
|
|
|
|
|
|
|
}, |
|
2192
|
|
|
|
|
|
|
'gonm' => { |
|
2193
|
|
|
|
|
|
|
'pattern' => { |
|
2194
|
|
|
|
|
|
|
'default' => { |
|
2195
|
|
|
|
|
|
|
'accounting' => { |
|
2196
|
|
|
|
|
|
|
'positive' => '#,##0.00', |
|
2197
|
|
|
|
|
|
|
}, |
|
2198
|
|
|
|
|
|
|
}, |
|
2199
|
|
|
|
|
|
|
}, |
|
2200
|
|
|
|
|
|
|
}, |
|
2201
|
|
|
|
|
|
|
'gujr' => { |
|
2202
|
|
|
|
|
|
|
'pattern' => { |
|
2203
|
|
|
|
|
|
|
'default' => { |
|
2204
|
|
|
|
|
|
|
'accounting' => { |
|
2205
|
|
|
|
|
|
|
'positive' => '#,##0.00', |
|
2206
|
|
|
|
|
|
|
}, |
|
2207
|
|
|
|
|
|
|
}, |
|
2208
|
|
|
|
|
|
|
}, |
|
2209
|
|
|
|
|
|
|
}, |
|
2210
|
|
|
|
|
|
|
'guru' => { |
|
2211
|
|
|
|
|
|
|
'pattern' => { |
|
2212
|
|
|
|
|
|
|
'default' => { |
|
2213
|
|
|
|
|
|
|
'accounting' => { |
|
2214
|
|
|
|
|
|
|
'positive' => '#,##0.00', |
|
2215
|
|
|
|
|
|
|
}, |
|
2216
|
|
|
|
|
|
|
}, |
|
2217
|
|
|
|
|
|
|
}, |
|
2218
|
|
|
|
|
|
|
}, |
|
2219
|
|
|
|
|
|
|
'hanidec' => { |
|
2220
|
|
|
|
|
|
|
'pattern' => { |
|
2221
|
|
|
|
|
|
|
'default' => { |
|
2222
|
|
|
|
|
|
|
'accounting' => { |
|
2223
|
|
|
|
|
|
|
'positive' => '#,##0.00', |
|
2224
|
|
|
|
|
|
|
}, |
|
2225
|
|
|
|
|
|
|
}, |
|
2226
|
|
|
|
|
|
|
}, |
|
2227
|
|
|
|
|
|
|
}, |
|
2228
|
|
|
|
|
|
|
'java' => { |
|
2229
|
|
|
|
|
|
|
'pattern' => { |
|
2230
|
|
|
|
|
|
|
'default' => { |
|
2231
|
|
|
|
|
|
|
'accounting' => { |
|
2232
|
|
|
|
|
|
|
'positive' => '#,##0.00', |
|
2233
|
|
|
|
|
|
|
}, |
|
2234
|
|
|
|
|
|
|
}, |
|
2235
|
|
|
|
|
|
|
}, |
|
2236
|
|
|
|
|
|
|
}, |
|
2237
|
|
|
|
|
|
|
'kali' => { |
|
2238
|
|
|
|
|
|
|
'pattern' => { |
|
2239
|
|
|
|
|
|
|
'default' => { |
|
2240
|
|
|
|
|
|
|
'accounting' => { |
|
2241
|
|
|
|
|
|
|
'positive' => '#,##0.00', |
|
2242
|
|
|
|
|
|
|
}, |
|
2243
|
|
|
|
|
|
|
}, |
|
2244
|
|
|
|
|
|
|
}, |
|
2245
|
|
|
|
|
|
|
}, |
|
2246
|
|
|
|
|
|
|
'khmr' => { |
|
2247
|
|
|
|
|
|
|
'pattern' => { |
|
2248
|
|
|
|
|
|
|
'default' => { |
|
2249
|
|
|
|
|
|
|
'accounting' => { |
|
2250
|
|
|
|
|
|
|
'positive' => '#,##0.00', |
|
2251
|
|
|
|
|
|
|
}, |
|
2252
|
|
|
|
|
|
|
}, |
|
2253
|
|
|
|
|
|
|
}, |
|
2254
|
|
|
|
|
|
|
}, |
|
2255
|
|
|
|
|
|
|
'knda' => { |
|
2256
|
|
|
|
|
|
|
'pattern' => { |
|
2257
|
|
|
|
|
|
|
'default' => { |
|
2258
|
|
|
|
|
|
|
'accounting' => { |
|
2259
|
|
|
|
|
|
|
'positive' => '#,##0.00', |
|
2260
|
|
|
|
|
|
|
}, |
|
2261
|
|
|
|
|
|
|
}, |
|
2262
|
|
|
|
|
|
|
}, |
|
2263
|
|
|
|
|
|
|
}, |
|
2264
|
|
|
|
|
|
|
'lana' => { |
|
2265
|
|
|
|
|
|
|
'pattern' => { |
|
2266
|
|
|
|
|
|
|
'default' => { |
|
2267
|
|
|
|
|
|
|
'accounting' => { |
|
2268
|
|
|
|
|
|
|
'positive' => '#,##0.00', |
|
2269
|
|
|
|
|
|
|
}, |
|
2270
|
|
|
|
|
|
|
}, |
|
2271
|
|
|
|
|
|
|
}, |
|
2272
|
|
|
|
|
|
|
}, |
|
2273
|
|
|
|
|
|
|
'lanatham' => { |
|
2274
|
|
|
|
|
|
|
'pattern' => { |
|
2275
|
|
|
|
|
|
|
'default' => { |
|
2276
|
|
|
|
|
|
|
'accounting' => { |
|
2277
|
|
|
|
|
|
|
'positive' => '#,##0.00', |
|
2278
|
|
|
|
|
|
|
}, |
|
2279
|
|
|
|
|
|
|
}, |
|
2280
|
|
|
|
|
|
|
}, |
|
2281
|
|
|
|
|
|
|
}, |
|
2282
|
|
|
|
|
|
|
'laoo' => { |
|
2283
|
|
|
|
|
|
|
'pattern' => { |
|
2284
|
|
|
|
|
|
|
'default' => { |
|
2285
|
|
|
|
|
|
|
'accounting' => { |
|
2286
|
|
|
|
|
|
|
'positive' => '#,##0.00', |
|
2287
|
|
|
|
|
|
|
}, |
|
2288
|
|
|
|
|
|
|
}, |
|
2289
|
|
|
|
|
|
|
}, |
|
2290
|
|
|
|
|
|
|
}, |
|
2291
|
|
|
|
|
|
|
'latn' => { |
|
2292
|
|
|
|
|
|
|
'pattern' => { |
|
2293
|
|
|
|
|
|
|
'default' => { |
|
2294
|
|
|
|
|
|
|
'accounting' => { |
|
2295
|
|
|
|
|
|
|
'negative' => '(#,##0.00¤)', |
|
2296
|
|
|
|
|
|
|
'positive' => '#,##0.00¤', |
|
2297
|
|
|
|
|
|
|
}, |
|
2298
|
|
|
|
|
|
|
'standard' => { |
|
2299
|
|
|
|
|
|
|
'positive' => '#,##0.00¤', |
|
2300
|
|
|
|
|
|
|
}, |
|
2301
|
|
|
|
|
|
|
}, |
|
2302
|
|
|
|
|
|
|
}, |
|
2303
|
|
|
|
|
|
|
}, |
|
2304
|
|
|
|
|
|
|
'lepc' => { |
|
2305
|
|
|
|
|
|
|
'pattern' => { |
|
2306
|
|
|
|
|
|
|
'default' => { |
|
2307
|
|
|
|
|
|
|
'accounting' => { |
|
2308
|
|
|
|
|
|
|
'positive' => '#,##0.00', |
|
2309
|
|
|
|
|
|
|
}, |
|
2310
|
|
|
|
|
|
|
}, |
|
2311
|
|
|
|
|
|
|
}, |
|
2312
|
|
|
|
|
|
|
}, |
|
2313
|
|
|
|
|
|
|
'limb' => { |
|
2314
|
|
|
|
|
|
|
'pattern' => { |
|
2315
|
|
|
|
|
|
|
'default' => { |
|
2316
|
|
|
|
|
|
|
'accounting' => { |
|
2317
|
|
|
|
|
|
|
'positive' => '#,##0.00', |
|
2318
|
|
|
|
|
|
|
}, |
|
2319
|
|
|
|
|
|
|
}, |
|
2320
|
|
|
|
|
|
|
}, |
|
2321
|
|
|
|
|
|
|
}, |
|
2322
|
|
|
|
|
|
|
'mlym' => { |
|
2323
|
|
|
|
|
|
|
'pattern' => { |
|
2324
|
|
|
|
|
|
|
'default' => { |
|
2325
|
|
|
|
|
|
|
'accounting' => { |
|
2326
|
|
|
|
|
|
|
'positive' => '#,##0.00', |
|
2327
|
|
|
|
|
|
|
}, |
|
2328
|
|
|
|
|
|
|
}, |
|
2329
|
|
|
|
|
|
|
}, |
|
2330
|
|
|
|
|
|
|
}, |
|
2331
|
|
|
|
|
|
|
'mong' => { |
|
2332
|
|
|
|
|
|
|
'pattern' => { |
|
2333
|
|
|
|
|
|
|
'default' => { |
|
2334
|
|
|
|
|
|
|
'accounting' => { |
|
2335
|
|
|
|
|
|
|
'positive' => '#,##0.00', |
|
2336
|
|
|
|
|
|
|
}, |
|
2337
|
|
|
|
|
|
|
}, |
|
2338
|
|
|
|
|
|
|
}, |
|
2339
|
|
|
|
|
|
|
}, |
|
2340
|
|
|
|
|
|
|
'mtei' => { |
|
2341
|
|
|
|
|
|
|
'pattern' => { |
|
2342
|
|
|
|
|
|
|
'default' => { |
|
2343
|
|
|
|
|
|
|
'accounting' => { |
|
2344
|
|
|
|
|
|
|
'positive' => '#,##0.00', |
|
2345
|
|
|
|
|
|
|
}, |
|
2346
|
|
|
|
|
|
|
}, |
|
2347
|
|
|
|
|
|
|
}, |
|
2348
|
|
|
|
|
|
|
}, |
|
2349
|
|
|
|
|
|
|
'mymr' => { |
|
2350
|
|
|
|
|
|
|
'pattern' => { |
|
2351
|
|
|
|
|
|
|
'default' => { |
|
2352
|
|
|
|
|
|
|
'accounting' => { |
|
2353
|
|
|
|
|
|
|
'positive' => '#,##0.00', |
|
2354
|
|
|
|
|
|
|
}, |
|
2355
|
|
|
|
|
|
|
}, |
|
2356
|
|
|
|
|
|
|
}, |
|
2357
|
|
|
|
|
|
|
}, |
|
2358
|
|
|
|
|
|
|
'mymrshan' => { |
|
2359
|
|
|
|
|
|
|
'pattern' => { |
|
2360
|
|
|
|
|
|
|
'default' => { |
|
2361
|
|
|
|
|
|
|
'accounting' => { |
|
2362
|
|
|
|
|
|
|
'positive' => '#,##0.00', |
|
2363
|
|
|
|
|
|
|
}, |
|
2364
|
|
|
|
|
|
|
}, |
|
2365
|
|
|
|
|
|
|
}, |
|
2366
|
|
|
|
|
|
|
}, |
|
2367
|
|
|
|
|
|
|
'nkoo' => { |
|
2368
|
|
|
|
|
|
|
'pattern' => { |
|
2369
|
|
|
|
|
|
|
'default' => { |
|
2370
|
|
|
|
|
|
|
'accounting' => { |
|
2371
|
|
|
|
|
|
|
'positive' => '#,##0.00', |
|
2372
|
|
|
|
|
|
|
}, |
|
2373
|
|
|
|
|
|
|
}, |
|
2374
|
|
|
|
|
|
|
}, |
|
2375
|
|
|
|
|
|
|
}, |
|
2376
|
|
|
|
|
|
|
'olck' => { |
|
2377
|
|
|
|
|
|
|
'pattern' => { |
|
2378
|
|
|
|
|
|
|
'default' => { |
|
2379
|
|
|
|
|
|
|
'accounting' => { |
|
2380
|
|
|
|
|
|
|
'positive' => '#,##0.00', |
|
2381
|
|
|
|
|
|
|
}, |
|
2382
|
|
|
|
|
|
|
}, |
|
2383
|
|
|
|
|
|
|
}, |
|
2384
|
|
|
|
|
|
|
}, |
|
2385
|
|
|
|
|
|
|
'orya' => { |
|
2386
|
|
|
|
|
|
|
'pattern' => { |
|
2387
|
|
|
|
|
|
|
'default' => { |
|
2388
|
|
|
|
|
|
|
'accounting' => { |
|
2389
|
|
|
|
|
|
|
'positive' => '#,##0.00', |
|
2390
|
|
|
|
|
|
|
}, |
|
2391
|
|
|
|
|
|
|
}, |
|
2392
|
|
|
|
|
|
|
}, |
|
2393
|
|
|
|
|
|
|
}, |
|
2394
|
|
|
|
|
|
|
'osma' => { |
|
2395
|
|
|
|
|
|
|
'pattern' => { |
|
2396
|
|
|
|
|
|
|
'default' => { |
|
2397
|
|
|
|
|
|
|
'accounting' => { |
|
2398
|
|
|
|
|
|
|
'positive' => '#,##0.00', |
|
2399
|
|
|
|
|
|
|
}, |
|
2400
|
|
|
|
|
|
|
}, |
|
2401
|
|
|
|
|
|
|
}, |
|
2402
|
|
|
|
|
|
|
}, |
|
2403
|
|
|
|
|
|
|
'rohg' => { |
|
2404
|
|
|
|
|
|
|
'pattern' => { |
|
2405
|
|
|
|
|
|
|
'default' => { |
|
2406
|
|
|
|
|
|
|
'accounting' => { |
|
2407
|
|
|
|
|
|
|
'positive' => '#,##0.00', |
|
2408
|
|
|
|
|
|
|
}, |
|
2409
|
|
|
|
|
|
|
}, |
|
2410
|
|
|
|
|
|
|
}, |
|
2411
|
|
|
|
|
|
|
}, |
|
2412
|
|
|
|
|
|
|
'saur' => { |
|
2413
|
|
|
|
|
|
|
'pattern' => { |
|
2414
|
|
|
|
|
|
|
'default' => { |
|
2415
|
|
|
|
|
|
|
'accounting' => { |
|
2416
|
|
|
|
|
|
|
'positive' => '#,##0.00', |
|
2417
|
|
|
|
|
|
|
}, |
|
2418
|
|
|
|
|
|
|
}, |
|
2419
|
|
|
|
|
|
|
}, |
|
2420
|
|
|
|
|
|
|
}, |
|
2421
|
|
|
|
|
|
|
'shrd' => { |
|
2422
|
|
|
|
|
|
|
'pattern' => { |
|
2423
|
|
|
|
|
|
|
'default' => { |
|
2424
|
|
|
|
|
|
|
'accounting' => { |
|
2425
|
|
|
|
|
|
|
'positive' => '#,##0.00', |
|
2426
|
|
|
|
|
|
|
}, |
|
2427
|
|
|
|
|
|
|
}, |
|
2428
|
|
|
|
|
|
|
}, |
|
2429
|
|
|
|
|
|
|
}, |
|
2430
|
|
|
|
|
|
|
'sora' => { |
|
2431
|
|
|
|
|
|
|
'pattern' => { |
|
2432
|
|
|
|
|
|
|
'default' => { |
|
2433
|
|
|
|
|
|
|
'accounting' => { |
|
2434
|
|
|
|
|
|
|
'positive' => '#,##0.00', |
|
2435
|
|
|
|
|
|
|
}, |
|
2436
|
|
|
|
|
|
|
}, |
|
2437
|
|
|
|
|
|
|
}, |
|
2438
|
|
|
|
|
|
|
}, |
|
2439
|
|
|
|
|
|
|
'sund' => { |
|
2440
|
|
|
|
|
|
|
'pattern' => { |
|
2441
|
|
|
|
|
|
|
'default' => { |
|
2442
|
|
|
|
|
|
|
'accounting' => { |
|
2443
|
|
|
|
|
|
|
'positive' => '#,##0.00', |
|
2444
|
|
|
|
|
|
|
}, |
|
2445
|
|
|
|
|
|
|
}, |
|
2446
|
|
|
|
|
|
|
}, |
|
2447
|
|
|
|
|
|
|
}, |
|
2448
|
|
|
|
|
|
|
'takr' => { |
|
2449
|
|
|
|
|
|
|
'pattern' => { |
|
2450
|
|
|
|
|
|
|
'default' => { |
|
2451
|
|
|
|
|
|
|
'accounting' => { |
|
2452
|
|
|
|
|
|
|
'positive' => '#,##0.00', |
|
2453
|
|
|
|
|
|
|
}, |
|
2454
|
|
|
|
|
|
|
}, |
|
2455
|
|
|
|
|
|
|
}, |
|
2456
|
|
|
|
|
|
|
}, |
|
2457
|
|
|
|
|
|
|
'talu' => { |
|
2458
|
|
|
|
|
|
|
'pattern' => { |
|
2459
|
|
|
|
|
|
|
'default' => { |
|
2460
|
|
|
|
|
|
|
'accounting' => { |
|
2461
|
|
|
|
|
|
|
'positive' => '#,##0.00', |
|
2462
|
|
|
|
|
|
|
}, |
|
2463
|
|
|
|
|
|
|
}, |
|
2464
|
|
|
|
|
|
|
}, |
|
2465
|
|
|
|
|
|
|
}, |
|
2466
|
|
|
|
|
|
|
'tamldec' => { |
|
2467
|
|
|
|
|
|
|
'pattern' => { |
|
2468
|
|
|
|
|
|
|
'default' => { |
|
2469
|
|
|
|
|
|
|
'accounting' => { |
|
2470
|
|
|
|
|
|
|
'positive' => '#,##0.00', |
|
2471
|
|
|
|
|
|
|
}, |
|
2472
|
|
|
|
|
|
|
}, |
|
2473
|
|
|
|
|
|
|
}, |
|
2474
|
|
|
|
|
|
|
}, |
|
2475
|
|
|
|
|
|
|
'telu' => { |
|
2476
|
|
|
|
|
|
|
'pattern' => { |
|
2477
|
|
|
|
|
|
|
'default' => { |
|
2478
|
|
|
|
|
|
|
'accounting' => { |
|
2479
|
|
|
|
|
|
|
'positive' => '#,##0.00', |
|
2480
|
|
|
|
|
|
|
}, |
|
2481
|
|
|
|
|
|
|
}, |
|
2482
|
|
|
|
|
|
|
}, |
|
2483
|
|
|
|
|
|
|
}, |
|
2484
|
|
|
|
|
|
|
'thai' => { |
|
2485
|
|
|
|
|
|
|
'pattern' => { |
|
2486
|
|
|
|
|
|
|
'default' => { |
|
2487
|
|
|
|
|
|
|
'accounting' => { |
|
2488
|
|
|
|
|
|
|
'positive' => '#,##0.00', |
|
2489
|
|
|
|
|
|
|
}, |
|
2490
|
|
|
|
|
|
|
}, |
|
2491
|
|
|
|
|
|
|
}, |
|
2492
|
|
|
|
|
|
|
}, |
|
2493
|
|
|
|
|
|
|
'tibt' => { |
|
2494
|
|
|
|
|
|
|
'pattern' => { |
|
2495
|
|
|
|
|
|
|
'default' => { |
|
2496
|
|
|
|
|
|
|
'accounting' => { |
|
2497
|
|
|
|
|
|
|
'positive' => '#,##0.00', |
|
2498
|
|
|
|
|
|
|
}, |
|
2499
|
|
|
|
|
|
|
}, |
|
2500
|
|
|
|
|
|
|
}, |
|
2501
|
|
|
|
|
|
|
}, |
|
2502
|
|
|
|
|
|
|
'vaii' => { |
|
2503
|
|
|
|
|
|
|
'pattern' => { |
|
2504
|
|
|
|
|
|
|
'default' => { |
|
2505
|
|
|
|
|
|
|
'accounting' => { |
|
2506
|
|
|
|
|
|
|
'positive' => '#,##0.00', |
|
2507
|
|
|
|
|
|
|
}, |
|
2508
|
|
|
|
|
|
|
}, |
|
2509
|
|
|
|
|
|
|
}, |
|
2510
|
|
|
|
|
|
|
}, |
|
2511
|
|
|
|
|
|
|
} }, |
|
2512
|
|
|
|
|
|
|
); |
|
2513
|
|
|
|
|
|
|
|
|
2514
|
|
|
|
|
|
|
has 'currencies' => ( |
|
2515
|
|
|
|
|
|
|
is => 'ro', |
|
2516
|
|
|
|
|
|
|
isa => HashRef, |
|
2517
|
|
|
|
|
|
|
init_arg => undef, |
|
2518
|
|
|
|
|
|
|
default => sub { { |
|
2519
|
|
|
|
|
|
|
'AED' => { |
|
2520
|
|
|
|
|
|
|
display_name => { |
|
2521
|
|
|
|
|
|
|
'currency' => q(dírham des Emirats Arabi Units), |
|
2522
|
|
|
|
|
|
|
'other' => q(dírhams des Emirats Arabi Units), |
|
2523
|
|
|
|
|
|
|
}, |
|
2524
|
|
|
|
|
|
|
}, |
|
2525
|
|
|
|
|
|
|
'AFN' => { |
|
2526
|
|
|
|
|
|
|
display_name => { |
|
2527
|
|
|
|
|
|
|
'currency' => q(afgani), |
|
2528
|
|
|
|
|
|
|
'other' => q(afganis), |
|
2529
|
|
|
|
|
|
|
}, |
|
2530
|
|
|
|
|
|
|
}, |
|
2531
|
|
|
|
|
|
|
'ALL' => { |
|
2532
|
|
|
|
|
|
|
display_name => { |
|
2533
|
|
|
|
|
|
|
'currency' => q(lek), |
|
2534
|
|
|
|
|
|
|
'other' => q(leks), |
|
2535
|
|
|
|
|
|
|
}, |
|
2536
|
|
|
|
|
|
|
}, |
|
2537
|
|
|
|
|
|
|
'AMD' => { |
|
2538
|
|
|
|
|
|
|
display_name => { |
|
2539
|
|
|
|
|
|
|
'currency' => q(dram), |
|
2540
|
|
|
|
|
|
|
'other' => q(drams), |
|
2541
|
|
|
|
|
|
|
}, |
|
2542
|
|
|
|
|
|
|
}, |
|
2543
|
|
|
|
|
|
|
'ANG' => { |
|
2544
|
|
|
|
|
|
|
display_name => { |
|
2545
|
|
|
|
|
|
|
'currency' => q(florin atillans), |
|
2546
|
|
|
|
|
|
|
'other' => q(florins atillans), |
|
2547
|
|
|
|
|
|
|
}, |
|
2548
|
|
|
|
|
|
|
}, |
|
2549
|
|
|
|
|
|
|
'AOA' => { |
|
2550
|
|
|
|
|
|
|
display_name => { |
|
2551
|
|
|
|
|
|
|
'currency' => q(kuanza), |
|
2552
|
|
|
|
|
|
|
'other' => q(kuances), |
|
2553
|
|
|
|
|
|
|
}, |
|
2554
|
|
|
|
|
|
|
}, |
|
2555
|
|
|
|
|
|
|
'ARS' => { |
|
2556
|
|
|
|
|
|
|
symbol => '$AR', |
|
2557
|
|
|
|
|
|
|
display_name => { |
|
2558
|
|
|
|
|
|
|
'currency' => q(peso argentí), |
|
2559
|
|
|
|
|
|
|
'other' => q(pesi argentís), |
|
2560
|
|
|
|
|
|
|
}, |
|
2561
|
|
|
|
|
|
|
}, |
|
2562
|
|
|
|
|
|
|
'AUD' => { |
|
2563
|
|
|
|
|
|
|
symbol => '$AU', |
|
2564
|
|
|
|
|
|
|
display_name => { |
|
2565
|
|
|
|
|
|
|
'currency' => q(dòlar australian), |
|
2566
|
|
|
|
|
|
|
'other' => q(dòlars australians), |
|
2567
|
|
|
|
|
|
|
}, |
|
2568
|
|
|
|
|
|
|
}, |
|
2569
|
|
|
|
|
|
|
'AWG' => { |
|
2570
|
|
|
|
|
|
|
display_name => { |
|
2571
|
|
|
|
|
|
|
'currency' => q(florin arubenc), |
|
2572
|
|
|
|
|
|
|
'other' => q(florins arubencs), |
|
2573
|
|
|
|
|
|
|
}, |
|
2574
|
|
|
|
|
|
|
}, |
|
2575
|
|
|
|
|
|
|
'AZN' => { |
|
2576
|
|
|
|
|
|
|
display_name => { |
|
2577
|
|
|
|
|
|
|
'currency' => q(manat azerbaiyan), |
|
2578
|
|
|
|
|
|
|
'other' => q(manats azerbaiyans), |
|
2579
|
|
|
|
|
|
|
}, |
|
2580
|
|
|
|
|
|
|
}, |
|
2581
|
|
|
|
|
|
|
'BAM' => { |
|
2582
|
|
|
|
|
|
|
display_name => { |
|
2583
|
|
|
|
|
|
|
'currency' => q(marc convertible de Bosnia e Herzegovina), |
|
2584
|
|
|
|
|
|
|
'other' => q(marcs convertibles de Bosnia e Herzegovina), |
|
2585
|
|
|
|
|
|
|
}, |
|
2586
|
|
|
|
|
|
|
}, |
|
2587
|
|
|
|
|
|
|
'BBD' => { |
|
2588
|
|
|
|
|
|
|
display_name => { |
|
2589
|
|
|
|
|
|
|
'currency' => q(dòlar barbadenc), |
|
2590
|
|
|
|
|
|
|
'other' => q(dòlars barbadencs), |
|
2591
|
|
|
|
|
|
|
}, |
|
2592
|
|
|
|
|
|
|
}, |
|
2593
|
|
|
|
|
|
|
'BDT' => { |
|
2594
|
|
|
|
|
|
|
display_name => { |
|
2595
|
|
|
|
|
|
|
'currency' => q(taka), |
|
2596
|
|
|
|
|
|
|
'other' => q(takas), |
|
2597
|
|
|
|
|
|
|
}, |
|
2598
|
|
|
|
|
|
|
}, |
|
2599
|
|
|
|
|
|
|
'BGN' => { |
|
2600
|
|
|
|
|
|
|
display_name => { |
|
2601
|
|
|
|
|
|
|
'currency' => q(leva búlgara), |
|
2602
|
|
|
|
|
|
|
'other' => q(leves búlgares), |
|
2603
|
|
|
|
|
|
|
}, |
|
2604
|
|
|
|
|
|
|
}, |
|
2605
|
|
|
|
|
|
|
'BHD' => { |
|
2606
|
|
|
|
|
|
|
display_name => { |
|
2607
|
|
|
|
|
|
|
'currency' => q(dinar bareiní), |
|
2608
|
|
|
|
|
|
|
'other' => q(dinars bareinís), |
|
2609
|
|
|
|
|
|
|
}, |
|
2610
|
|
|
|
|
|
|
}, |
|
2611
|
|
|
|
|
|
|
'BIF' => { |
|
2612
|
|
|
|
|
|
|
display_name => { |
|
2613
|
|
|
|
|
|
|
'currency' => q(franc burundés), |
|
2614
|
|
|
|
|
|
|
'other' => q(francs burundessi), |
|
2615
|
|
|
|
|
|
|
}, |
|
2616
|
|
|
|
|
|
|
}, |
|
2617
|
|
|
|
|
|
|
'BMD' => { |
|
2618
|
|
|
|
|
|
|
symbol => '$BM', |
|
2619
|
|
|
|
|
|
|
display_name => { |
|
2620
|
|
|
|
|
|
|
'currency' => q(dòlar bermudense), |
|
2621
|
|
|
|
|
|
|
'other' => q(dòlars bermudenses), |
|
2622
|
|
|
|
|
|
|
}, |
|
2623
|
|
|
|
|
|
|
}, |
|
2624
|
|
|
|
|
|
|
'BND' => { |
|
2625
|
|
|
|
|
|
|
symbol => '$BN', |
|
2626
|
|
|
|
|
|
|
display_name => { |
|
2627
|
|
|
|
|
|
|
'currency' => q(dòlar bruneian), |
|
2628
|
|
|
|
|
|
|
'other' => q(dòlars bruneians), |
|
2629
|
|
|
|
|
|
|
}, |
|
2630
|
|
|
|
|
|
|
}, |
|
2631
|
|
|
|
|
|
|
'BOB' => { |
|
2632
|
|
|
|
|
|
|
display_name => { |
|
2633
|
|
|
|
|
|
|
'currency' => q(bolivian), |
|
2634
|
|
|
|
|
|
|
'other' => q(bolivians), |
|
2635
|
|
|
|
|
|
|
}, |
|
2636
|
|
|
|
|
|
|
}, |
|
2637
|
|
|
|
|
|
|
'BRL' => { |
|
2638
|
|
|
|
|
|
|
display_name => { |
|
2639
|
|
|
|
|
|
|
'currency' => q(real brasilian), |
|
2640
|
|
|
|
|
|
|
'other' => q(reals brasilians), |
|
2641
|
|
|
|
|
|
|
}, |
|
2642
|
|
|
|
|
|
|
}, |
|
2643
|
|
|
|
|
|
|
'BSD' => { |
|
2644
|
|
|
|
|
|
|
display_name => { |
|
2645
|
|
|
|
|
|
|
'currency' => q(dòlar bahamenc), |
|
2646
|
|
|
|
|
|
|
'other' => q(dòlars bahamencs), |
|
2647
|
|
|
|
|
|
|
}, |
|
2648
|
|
|
|
|
|
|
}, |
|
2649
|
|
|
|
|
|
|
'BTN' => { |
|
2650
|
|
|
|
|
|
|
display_name => { |
|
2651
|
|
|
|
|
|
|
'currency' => q(gultrum), |
|
2652
|
|
|
|
|
|
|
'other' => q(gultrums), |
|
2653
|
|
|
|
|
|
|
}, |
|
2654
|
|
|
|
|
|
|
}, |
|
2655
|
|
|
|
|
|
|
'BWP' => { |
|
2656
|
|
|
|
|
|
|
display_name => { |
|
2657
|
|
|
|
|
|
|
'currency' => q(pula), |
|
2658
|
|
|
|
|
|
|
'other' => q(pules), |
|
2659
|
|
|
|
|
|
|
}, |
|
2660
|
|
|
|
|
|
|
}, |
|
2661
|
|
|
|
|
|
|
'BYN' => { |
|
2662
|
|
|
|
|
|
|
display_name => { |
|
2663
|
|
|
|
|
|
|
'currency' => q(roble bielorrús), |
|
2664
|
|
|
|
|
|
|
'other' => q(robles bielorrussi), |
|
2665
|
|
|
|
|
|
|
}, |
|
2666
|
|
|
|
|
|
|
}, |
|
2667
|
|
|
|
|
|
|
'BZD' => { |
|
2668
|
|
|
|
|
|
|
symbol => '$BZ', |
|
2669
|
|
|
|
|
|
|
display_name => { |
|
2670
|
|
|
|
|
|
|
'currency' => q(dòlar belizen), |
|
2671
|
|
|
|
|
|
|
'other' => q(dòlars belizens), |
|
2672
|
|
|
|
|
|
|
}, |
|
2673
|
|
|
|
|
|
|
}, |
|
2674
|
|
|
|
|
|
|
'CAD' => { |
|
2675
|
|
|
|
|
|
|
symbol => '$CA', |
|
2676
|
|
|
|
|
|
|
display_name => { |
|
2677
|
|
|
|
|
|
|
'currency' => q(dòlar canadiense), |
|
2678
|
|
|
|
|
|
|
'other' => q(dòlars canadienses), |
|
2679
|
|
|
|
|
|
|
}, |
|
2680
|
|
|
|
|
|
|
}, |
|
2681
|
|
|
|
|
|
|
'CDF' => { |
|
2682
|
|
|
|
|
|
|
display_name => { |
|
2683
|
|
|
|
|
|
|
'currency' => q(franc congolenc), |
|
2684
|
|
|
|
|
|
|
'other' => q(francs congolencs), |
|
2685
|
|
|
|
|
|
|
}, |
|
2686
|
|
|
|
|
|
|
}, |
|
2687
|
|
|
|
|
|
|
'CHF' => { |
|
2688
|
|
|
|
|
|
|
display_name => { |
|
2689
|
|
|
|
|
|
|
'currency' => q(franc suís), |
|
2690
|
|
|
|
|
|
|
'other' => q(francs suïssi), |
|
2691
|
|
|
|
|
|
|
}, |
|
2692
|
|
|
|
|
|
|
}, |
|
2693
|
|
|
|
|
|
|
'CLP' => { |
|
2694
|
|
|
|
|
|
|
symbol => '$CL', |
|
2695
|
|
|
|
|
|
|
display_name => { |
|
2696
|
|
|
|
|
|
|
'currency' => q(peso chilen), |
|
2697
|
|
|
|
|
|
|
'other' => q(pesi chilens), |
|
2698
|
|
|
|
|
|
|
}, |
|
2699
|
|
|
|
|
|
|
}, |
|
2700
|
|
|
|
|
|
|
'CNH' => { |
|
2701
|
|
|
|
|
|
|
display_name => { |
|
2702
|
|
|
|
|
|
|
'currency' => q(yuan chinés \(extracontinanetal\)), |
|
2703
|
|
|
|
|
|
|
'other' => q(yuans chineses \(extracontinanetals\)), |
|
2704
|
|
|
|
|
|
|
}, |
|
2705
|
|
|
|
|
|
|
}, |
|
2706
|
|
|
|
|
|
|
'CNY' => { |
|
2707
|
|
|
|
|
|
|
display_name => { |
|
2708
|
|
|
|
|
|
|
'currency' => q(yuan chinés), |
|
2709
|
|
|
|
|
|
|
'other' => q(yuans chineses), |
|
2710
|
|
|
|
|
|
|
}, |
|
2711
|
|
|
|
|
|
|
}, |
|
2712
|
|
|
|
|
|
|
'COP' => { |
|
2713
|
|
|
|
|
|
|
symbol => '$CO', |
|
2714
|
|
|
|
|
|
|
display_name => { |
|
2715
|
|
|
|
|
|
|
'currency' => q(peso colombian), |
|
2716
|
|
|
|
|
|
|
'other' => q(pesi colombians), |
|
2717
|
|
|
|
|
|
|
}, |
|
2718
|
|
|
|
|
|
|
}, |
|
2719
|
|
|
|
|
|
|
'CRC' => { |
|
2720
|
|
|
|
|
|
|
display_name => { |
|
2721
|
|
|
|
|
|
|
'currency' => q(colon costarricense), |
|
2722
|
|
|
|
|
|
|
'other' => q(colons costarricenses), |
|
2723
|
|
|
|
|
|
|
}, |
|
2724
|
|
|
|
|
|
|
}, |
|
2725
|
|
|
|
|
|
|
'CUC' => { |
|
2726
|
|
|
|
|
|
|
display_name => { |
|
2727
|
|
|
|
|
|
|
'currency' => q(peso convertible cuban), |
|
2728
|
|
|
|
|
|
|
'other' => q(pesi convertibles cubans), |
|
2729
|
|
|
|
|
|
|
}, |
|
2730
|
|
|
|
|
|
|
}, |
|
2731
|
|
|
|
|
|
|
'CUP' => { |
|
2732
|
|
|
|
|
|
|
display_name => { |
|
2733
|
|
|
|
|
|
|
'currency' => q(peso cuban), |
|
2734
|
|
|
|
|
|
|
'other' => q(pesi cubans), |
|
2735
|
|
|
|
|
|
|
}, |
|
2736
|
|
|
|
|
|
|
}, |
|
2737
|
|
|
|
|
|
|
'CVE' => { |
|
2738
|
|
|
|
|
|
|
display_name => { |
|
2739
|
|
|
|
|
|
|
'currency' => q(escut de Cab Verd), |
|
2740
|
|
|
|
|
|
|
'other' => q(escuts de Cab Verd), |
|
2741
|
|
|
|
|
|
|
}, |
|
2742
|
|
|
|
|
|
|
}, |
|
2743
|
|
|
|
|
|
|
'CZK' => { |
|
2744
|
|
|
|
|
|
|
display_name => { |
|
2745
|
|
|
|
|
|
|
'currency' => q(corona checa), |
|
2746
|
|
|
|
|
|
|
'other' => q(corones cheques), |
|
2747
|
|
|
|
|
|
|
}, |
|
2748
|
|
|
|
|
|
|
}, |
|
2749
|
|
|
|
|
|
|
'DJF' => { |
|
2750
|
|
|
|
|
|
|
display_name => { |
|
2751
|
|
|
|
|
|
|
'currency' => q(franc yibutian), |
|
2752
|
|
|
|
|
|
|
'other' => q(francs yibutians), |
|
2753
|
|
|
|
|
|
|
}, |
|
2754
|
|
|
|
|
|
|
}, |
|
2755
|
|
|
|
|
|
|
'DKK' => { |
|
2756
|
|
|
|
|
|
|
display_name => { |
|
2757
|
|
|
|
|
|
|
'currency' => q(corona danesa), |
|
2758
|
|
|
|
|
|
|
'other' => q(corones daneses), |
|
2759
|
|
|
|
|
|
|
}, |
|
2760
|
|
|
|
|
|
|
}, |
|
2761
|
|
|
|
|
|
|
'DOP' => { |
|
2762
|
|
|
|
|
|
|
display_name => { |
|
2763
|
|
|
|
|
|
|
'currency' => q(pes dominican), |
|
2764
|
|
|
|
|
|
|
'other' => q(pesi dominicans), |
|
2765
|
|
|
|
|
|
|
}, |
|
2766
|
|
|
|
|
|
|
}, |
|
2767
|
|
|
|
|
|
|
'DZD' => { |
|
2768
|
|
|
|
|
|
|
display_name => { |
|
2769
|
|
|
|
|
|
|
'currency' => q(dinar argelin), |
|
2770
|
|
|
|
|
|
|
'other' => q(dinars argelins), |
|
2771
|
|
|
|
|
|
|
}, |
|
2772
|
|
|
|
|
|
|
}, |
|
2773
|
|
|
|
|
|
|
'EGP' => { |
|
2774
|
|
|
|
|
|
|
symbol => '£E', |
|
2775
|
|
|
|
|
|
|
display_name => { |
|
2776
|
|
|
|
|
|
|
'currency' => q(libra egipcia), |
|
2777
|
|
|
|
|
|
|
'other' => q(libres egipcies), |
|
2778
|
|
|
|
|
|
|
}, |
|
2779
|
|
|
|
|
|
|
}, |
|
2780
|
|
|
|
|
|
|
'ERN' => { |
|
2781
|
|
|
|
|
|
|
display_name => { |
|
2782
|
|
|
|
|
|
|
'currency' => q(nakfa), |
|
2783
|
|
|
|
|
|
|
'other' => q(nakfes), |
|
2784
|
|
|
|
|
|
|
}, |
|
2785
|
|
|
|
|
|
|
}, |
|
2786
|
|
|
|
|
|
|
'ETB' => { |
|
2787
|
|
|
|
|
|
|
display_name => { |
|
2788
|
|
|
|
|
|
|
'currency' => q(bir), |
|
2789
|
|
|
|
|
|
|
'other' => q(bires), |
|
2790
|
|
|
|
|
|
|
}, |
|
2791
|
|
|
|
|
|
|
}, |
|
2792
|
|
|
|
|
|
|
'EUR' => { |
|
2793
|
|
|
|
|
|
|
display_name => { |
|
2794
|
|
|
|
|
|
|
'currency' => q(euro), |
|
2795
|
|
|
|
|
|
|
'other' => q(euros), |
|
2796
|
|
|
|
|
|
|
}, |
|
2797
|
|
|
|
|
|
|
}, |
|
2798
|
|
|
|
|
|
|
'FJD' => { |
|
2799
|
|
|
|
|
|
|
symbol => '$FJ', |
|
2800
|
|
|
|
|
|
|
display_name => { |
|
2801
|
|
|
|
|
|
|
'currency' => q(dòlar fiyian), |
|
2802
|
|
|
|
|
|
|
'other' => q(dòlars fiyians), |
|
2803
|
|
|
|
|
|
|
}, |
|
2804
|
|
|
|
|
|
|
}, |
|
2805
|
|
|
|
|
|
|
'FKP' => { |
|
2806
|
|
|
|
|
|
|
symbol => '£FK', |
|
2807
|
|
|
|
|
|
|
display_name => { |
|
2808
|
|
|
|
|
|
|
'currency' => q(libra malvinenca), |
|
2809
|
|
|
|
|
|
|
'other' => q(libres malvinenques), |
|
2810
|
|
|
|
|
|
|
}, |
|
2811
|
|
|
|
|
|
|
}, |
|
2812
|
|
|
|
|
|
|
'GBP' => { |
|
2813
|
|
|
|
|
|
|
symbol => '£GB', |
|
2814
|
|
|
|
|
|
|
display_name => { |
|
2815
|
|
|
|
|
|
|
'currency' => q(liura esterlina), |
|
2816
|
|
|
|
|
|
|
'other' => q(liuras esterlinas), |
|
2817
|
|
|
|
|
|
|
}, |
|
2818
|
|
|
|
|
|
|
}, |
|
2819
|
|
|
|
|
|
|
'GEL' => { |
|
2820
|
|
|
|
|
|
|
display_name => { |
|
2821
|
|
|
|
|
|
|
'currency' => q(lari), |
|
2822
|
|
|
|
|
|
|
'other' => q(laris), |
|
2823
|
|
|
|
|
|
|
}, |
|
2824
|
|
|
|
|
|
|
}, |
|
2825
|
|
|
|
|
|
|
'GHS' => { |
|
2826
|
|
|
|
|
|
|
display_name => { |
|
2827
|
|
|
|
|
|
|
'currency' => q(cedi), |
|
2828
|
|
|
|
|
|
|
'other' => q(cedis), |
|
2829
|
|
|
|
|
|
|
}, |
|
2830
|
|
|
|
|
|
|
}, |
|
2831
|
|
|
|
|
|
|
'GIP' => { |
|
2832
|
|
|
|
|
|
|
symbol => '£GI', |
|
2833
|
|
|
|
|
|
|
display_name => { |
|
2834
|
|
|
|
|
|
|
'currency' => q(libra gibraltarenca), |
|
2835
|
|
|
|
|
|
|
'other' => q(libres gibraltarenques), |
|
2836
|
|
|
|
|
|
|
}, |
|
2837
|
|
|
|
|
|
|
}, |
|
2838
|
|
|
|
|
|
|
'GMD' => { |
|
2839
|
|
|
|
|
|
|
display_name => { |
|
2840
|
|
|
|
|
|
|
'currency' => q(dalasi), |
|
2841
|
|
|
|
|
|
|
'other' => q(dalasis), |
|
2842
|
|
|
|
|
|
|
}, |
|
2843
|
|
|
|
|
|
|
}, |
|
2844
|
|
|
|
|
|
|
'GNF' => { |
|
2845
|
|
|
|
|
|
|
display_name => { |
|
2846
|
|
|
|
|
|
|
'currency' => q(franc guinean), |
|
2847
|
|
|
|
|
|
|
'other' => q(francs guineans), |
|
2848
|
|
|
|
|
|
|
}, |
|
2849
|
|
|
|
|
|
|
}, |
|
2850
|
|
|
|
|
|
|
'GTQ' => { |
|
2851
|
|
|
|
|
|
|
display_name => { |
|
2852
|
|
|
|
|
|
|
'currency' => q(quetzal gautemaltec), |
|
2853
|
|
|
|
|
|
|
'other' => q(quetzals gautemaltecs), |
|
2854
|
|
|
|
|
|
|
}, |
|
2855
|
|
|
|
|
|
|
}, |
|
2856
|
|
|
|
|
|
|
'GYD' => { |
|
2857
|
|
|
|
|
|
|
display_name => { |
|
2858
|
|
|
|
|
|
|
'currency' => q(dòlar guayanés), |
|
2859
|
|
|
|
|
|
|
'other' => q(dòlars guayanesi), |
|
2860
|
|
|
|
|
|
|
}, |
|
2861
|
|
|
|
|
|
|
}, |
|
2862
|
|
|
|
|
|
|
'HKD' => { |
|
2863
|
|
|
|
|
|
|
symbol => 'HKD', |
|
2864
|
|
|
|
|
|
|
display_name => { |
|
2865
|
|
|
|
|
|
|
'currency' => q(dòlar hongkonés), |
|
2866
|
|
|
|
|
|
|
'other' => q(dòlars hongkoneses), |
|
2867
|
|
|
|
|
|
|
}, |
|
2868
|
|
|
|
|
|
|
}, |
|
2869
|
|
|
|
|
|
|
'HNL' => { |
|
2870
|
|
|
|
|
|
|
display_name => { |
|
2871
|
|
|
|
|
|
|
'currency' => q(lempira hondurenh), |
|
2872
|
|
|
|
|
|
|
'other' => q(lempires hondurenhs), |
|
2873
|
|
|
|
|
|
|
}, |
|
2874
|
|
|
|
|
|
|
}, |
|
2875
|
|
|
|
|
|
|
'HRK' => { |
|
2876
|
|
|
|
|
|
|
display_name => { |
|
2877
|
|
|
|
|
|
|
'currency' => q(kuna), |
|
2878
|
|
|
|
|
|
|
'other' => q(kunes), |
|
2879
|
|
|
|
|
|
|
}, |
|
2880
|
|
|
|
|
|
|
}, |
|
2881
|
|
|
|
|
|
|
'HTG' => { |
|
2882
|
|
|
|
|
|
|
display_name => { |
|
2883
|
|
|
|
|
|
|
'currency' => q(gorde haitian), |
|
2884
|
|
|
|
|
|
|
'other' => q(gordes haitians), |
|
2885
|
|
|
|
|
|
|
}, |
|
2886
|
|
|
|
|
|
|
}, |
|
2887
|
|
|
|
|
|
|
'HUF' => { |
|
2888
|
|
|
|
|
|
|
display_name => { |
|
2889
|
|
|
|
|
|
|
'currency' => q(forinto húngar), |
|
2890
|
|
|
|
|
|
|
'other' => q(forintos húngars), |
|
2891
|
|
|
|
|
|
|
}, |
|
2892
|
|
|
|
|
|
|
}, |
|
2893
|
|
|
|
|
|
|
'IDR' => { |
|
2894
|
|
|
|
|
|
|
display_name => { |
|
2895
|
|
|
|
|
|
|
'currency' => q(ropia indonesia), |
|
2896
|
|
|
|
|
|
|
'other' => q(ropies indonesies), |
|
2897
|
|
|
|
|
|
|
}, |
|
2898
|
|
|
|
|
|
|
}, |
|
2899
|
|
|
|
|
|
|
'ILS' => { |
|
2900
|
|
|
|
|
|
|
display_name => { |
|
2901
|
|
|
|
|
|
|
'currency' => q(nau séquel israelí), |
|
2902
|
|
|
|
|
|
|
'other' => q(naus séquels israelís), |
|
2903
|
|
|
|
|
|
|
}, |
|
2904
|
|
|
|
|
|
|
}, |
|
2905
|
|
|
|
|
|
|
'INR' => { |
|
2906
|
|
|
|
|
|
|
display_name => { |
|
2907
|
|
|
|
|
|
|
'currency' => q(ropia indiana), |
|
2908
|
|
|
|
|
|
|
'other' => q(ropias indianas), |
|
2909
|
|
|
|
|
|
|
}, |
|
2910
|
|
|
|
|
|
|
}, |
|
2911
|
|
|
|
|
|
|
'IQD' => { |
|
2912
|
|
|
|
|
|
|
display_name => { |
|
2913
|
|
|
|
|
|
|
'currency' => q(dinar iraquí), |
|
2914
|
|
|
|
|
|
|
'other' => q(dinars iraquís), |
|
2915
|
|
|
|
|
|
|
}, |
|
2916
|
|
|
|
|
|
|
}, |
|
2917
|
|
|
|
|
|
|
'IRR' => { |
|
2918
|
|
|
|
|
|
|
display_name => { |
|
2919
|
|
|
|
|
|
|
'currency' => q(rial iraní), |
|
2920
|
|
|
|
|
|
|
'other' => q(rials iranís), |
|
2921
|
|
|
|
|
|
|
}, |
|
2922
|
|
|
|
|
|
|
}, |
|
2923
|
|
|
|
|
|
|
'ISK' => { |
|
2924
|
|
|
|
|
|
|
display_name => { |
|
2925
|
|
|
|
|
|
|
'currency' => q(corona islandesa), |
|
2926
|
|
|
|
|
|
|
'other' => q(corones islandeses), |
|
2927
|
|
|
|
|
|
|
}, |
|
2928
|
|
|
|
|
|
|
}, |
|
2929
|
|
|
|
|
|
|
'JMD' => { |
|
2930
|
|
|
|
|
|
|
display_name => { |
|
2931
|
|
|
|
|
|
|
'currency' => q(dòlar jamaican), |
|
2932
|
|
|
|
|
|
|
'other' => q(dòlars jamaicans), |
|
2933
|
|
|
|
|
|
|
}, |
|
2934
|
|
|
|
|
|
|
}, |
|
2935
|
|
|
|
|
|
|
'JOD' => { |
|
2936
|
|
|
|
|
|
|
display_name => { |
|
2937
|
|
|
|
|
|
|
'currency' => q(dinar jordan), |
|
2938
|
|
|
|
|
|
|
'other' => q(dinars jordans), |
|
2939
|
|
|
|
|
|
|
}, |
|
2940
|
|
|
|
|
|
|
}, |
|
2941
|
|
|
|
|
|
|
'JPY' => { |
|
2942
|
|
|
|
|
|
|
symbol => 'JPY', |
|
2943
|
|
|
|
|
|
|
display_name => { |
|
2944
|
|
|
|
|
|
|
'currency' => q(yen), |
|
2945
|
|
|
|
|
|
|
'other' => q(yens), |
|
2946
|
|
|
|
|
|
|
}, |
|
2947
|
|
|
|
|
|
|
}, |
|
2948
|
|
|
|
|
|
|
'KES' => { |
|
2949
|
|
|
|
|
|
|
display_name => { |
|
2950
|
|
|
|
|
|
|
'currency' => q(chelin kenian), |
|
2951
|
|
|
|
|
|
|
'other' => q(chelins kenians), |
|
2952
|
|
|
|
|
|
|
}, |
|
2953
|
|
|
|
|
|
|
}, |
|
2954
|
|
|
|
|
|
|
'KGS' => { |
|
2955
|
|
|
|
|
|
|
display_name => { |
|
2956
|
|
|
|
|
|
|
'currency' => q(sòm), |
|
2957
|
|
|
|
|
|
|
'other' => q(sòms), |
|
2958
|
|
|
|
|
|
|
}, |
|
2959
|
|
|
|
|
|
|
}, |
|
2960
|
|
|
|
|
|
|
'KHR' => { |
|
2961
|
|
|
|
|
|
|
display_name => { |
|
2962
|
|
|
|
|
|
|
'currency' => q(riel), |
|
2963
|
|
|
|
|
|
|
'other' => q(riels), |
|
2964
|
|
|
|
|
|
|
}, |
|
2965
|
|
|
|
|
|
|
}, |
|
2966
|
|
|
|
|
|
|
'KMF' => { |
|
2967
|
|
|
|
|
|
|
symbol => 'FC', |
|
2968
|
|
|
|
|
|
|
display_name => { |
|
2969
|
|
|
|
|
|
|
'currency' => q(franc comorens), |
|
2970
|
|
|
|
|
|
|
'other' => q(francs comorensi), |
|
2971
|
|
|
|
|
|
|
}, |
|
2972
|
|
|
|
|
|
|
}, |
|
2973
|
|
|
|
|
|
|
'KPW' => { |
|
2974
|
|
|
|
|
|
|
display_name => { |
|
2975
|
|
|
|
|
|
|
'currency' => q(won nòrd-corean), |
|
2976
|
|
|
|
|
|
|
'other' => q(wons nòrd-coreans), |
|
2977
|
|
|
|
|
|
|
}, |
|
2978
|
|
|
|
|
|
|
}, |
|
2979
|
|
|
|
|
|
|
'KRW' => { |
|
2980
|
|
|
|
|
|
|
display_name => { |
|
2981
|
|
|
|
|
|
|
'currency' => q(won sud-corean), |
|
2982
|
|
|
|
|
|
|
'other' => q(wons sud-coreans), |
|
2983
|
|
|
|
|
|
|
}, |
|
2984
|
|
|
|
|
|
|
}, |
|
2985
|
|
|
|
|
|
|
'KWD' => { |
|
2986
|
|
|
|
|
|
|
display_name => { |
|
2987
|
|
|
|
|
|
|
'currency' => q(dinar kuwaitin), |
|
2988
|
|
|
|
|
|
|
'other' => q(dinars kuwaitins), |
|
2989
|
|
|
|
|
|
|
}, |
|
2990
|
|
|
|
|
|
|
}, |
|
2991
|
|
|
|
|
|
|
'KYD' => { |
|
2992
|
|
|
|
|
|
|
display_name => { |
|
2993
|
|
|
|
|
|
|
'currency' => q(dòlar d’Illes Caiman), |
|
2994
|
|
|
|
|
|
|
'other' => q(dòlars d’Illes Caiman), |
|
2995
|
|
|
|
|
|
|
}, |
|
2996
|
|
|
|
|
|
|
}, |
|
2997
|
|
|
|
|
|
|
'KZT' => { |
|
2998
|
|
|
|
|
|
|
display_name => { |
|
2999
|
|
|
|
|
|
|
'currency' => q(tengue kazaji), |
|
3000
|
|
|
|
|
|
|
'other' => q(tengues kazajis), |
|
3001
|
|
|
|
|
|
|
}, |
|
3002
|
|
|
|
|
|
|
}, |
|
3003
|
|
|
|
|
|
|
'LAK' => { |
|
3004
|
|
|
|
|
|
|
display_name => { |
|
3005
|
|
|
|
|
|
|
'currency' => q(kip), |
|
3006
|
|
|
|
|
|
|
'other' => q(kips), |
|
3007
|
|
|
|
|
|
|
}, |
|
3008
|
|
|
|
|
|
|
}, |
|
3009
|
|
|
|
|
|
|
'LBP' => { |
|
3010
|
|
|
|
|
|
|
symbol => '£LB', |
|
3011
|
|
|
|
|
|
|
display_name => { |
|
3012
|
|
|
|
|
|
|
'currency' => q(libra libanesa), |
|
3013
|
|
|
|
|
|
|
'other' => q(libres libaneses), |
|
3014
|
|
|
|
|
|
|
}, |
|
3015
|
|
|
|
|
|
|
}, |
|
3016
|
|
|
|
|
|
|
'LKR' => { |
|
3017
|
|
|
|
|
|
|
display_name => { |
|
3018
|
|
|
|
|
|
|
'currency' => q(ropia esrilanquesa), |
|
3019
|
|
|
|
|
|
|
'other' => q(ropies esrilanqueses), |
|
3020
|
|
|
|
|
|
|
}, |
|
3021
|
|
|
|
|
|
|
}, |
|
3022
|
|
|
|
|
|
|
'LRD' => { |
|
3023
|
|
|
|
|
|
|
display_name => { |
|
3024
|
|
|
|
|
|
|
'currency' => q(dòlar liberian), |
|
3025
|
|
|
|
|
|
|
'other' => q(dòlars liberians), |
|
3026
|
|
|
|
|
|
|
}, |
|
3027
|
|
|
|
|
|
|
}, |
|
3028
|
|
|
|
|
|
|
'LSL' => { |
|
3029
|
|
|
|
|
|
|
display_name => { |
|
3030
|
|
|
|
|
|
|
'currency' => q(loti lesotenc), |
|
3031
|
|
|
|
|
|
|
'other' => q(lotis lesotensi), |
|
3032
|
|
|
|
|
|
|
}, |
|
3033
|
|
|
|
|
|
|
}, |
|
3034
|
|
|
|
|
|
|
'LYD' => { |
|
3035
|
|
|
|
|
|
|
display_name => { |
|
3036
|
|
|
|
|
|
|
'currency' => q(dinar libi), |
|
3037
|
|
|
|
|
|
|
'other' => q(dinars libis), |
|
3038
|
|
|
|
|
|
|
}, |
|
3039
|
|
|
|
|
|
|
}, |
|
3040
|
|
|
|
|
|
|
'MAD' => { |
|
3041
|
|
|
|
|
|
|
display_name => { |
|
3042
|
|
|
|
|
|
|
'currency' => q(dírham marroquin), |
|
3043
|
|
|
|
|
|
|
'other' => q(dírhams marroquins), |
|
3044
|
|
|
|
|
|
|
}, |
|
3045
|
|
|
|
|
|
|
}, |
|
3046
|
|
|
|
|
|
|
'MDL' => { |
|
3047
|
|
|
|
|
|
|
display_name => { |
|
3048
|
|
|
|
|
|
|
'currency' => q(leu moldau), |
|
3049
|
|
|
|
|
|
|
'other' => q(leus moldaus), |
|
3050
|
|
|
|
|
|
|
}, |
|
3051
|
|
|
|
|
|
|
}, |
|
3052
|
|
|
|
|
|
|
'MGA' => { |
|
3053
|
|
|
|
|
|
|
display_name => { |
|
3054
|
|
|
|
|
|
|
'currency' => q(ariari), |
|
3055
|
|
|
|
|
|
|
'other' => q(ariaris), |
|
3056
|
|
|
|
|
|
|
}, |
|
3057
|
|
|
|
|
|
|
}, |
|
3058
|
|
|
|
|
|
|
'MKD' => { |
|
3059
|
|
|
|
|
|
|
display_name => { |
|
3060
|
|
|
|
|
|
|
'currency' => q(dinar macedoni), |
|
3061
|
|
|
|
|
|
|
'other' => q(dinars macedonis), |
|
3062
|
|
|
|
|
|
|
}, |
|
3063
|
|
|
|
|
|
|
}, |
|
3064
|
|
|
|
|
|
|
'MMK' => { |
|
3065
|
|
|
|
|
|
|
display_name => { |
|
3066
|
|
|
|
|
|
|
'currency' => q(kiat), |
|
3067
|
|
|
|
|
|
|
'other' => q(kiats), |
|
3068
|
|
|
|
|
|
|
}, |
|
3069
|
|
|
|
|
|
|
}, |
|
3070
|
|
|
|
|
|
|
'MNT' => { |
|
3071
|
|
|
|
|
|
|
display_name => { |
|
3072
|
|
|
|
|
|
|
'currency' => q(tugrik), |
|
3073
|
|
|
|
|
|
|
'other' => q(tugriks), |
|
3074
|
|
|
|
|
|
|
}, |
|
3075
|
|
|
|
|
|
|
}, |
|
3076
|
|
|
|
|
|
|
'MOP' => { |
|
3077
|
|
|
|
|
|
|
display_name => { |
|
3078
|
|
|
|
|
|
|
'currency' => q(pataca de Macao), |
|
3079
|
|
|
|
|
|
|
'other' => q(pataques de Macao), |
|
3080
|
|
|
|
|
|
|
}, |
|
3081
|
|
|
|
|
|
|
}, |
|
3082
|
|
|
|
|
|
|
'MRU' => { |
|
3083
|
|
|
|
|
|
|
display_name => { |
|
3084
|
|
|
|
|
|
|
'currency' => q(uguiya), |
|
3085
|
|
|
|
|
|
|
'other' => q(uguiyes), |
|
3086
|
|
|
|
|
|
|
}, |
|
3087
|
|
|
|
|
|
|
}, |
|
3088
|
|
|
|
|
|
|
'MUR' => { |
|
3089
|
|
|
|
|
|
|
display_name => { |
|
3090
|
|
|
|
|
|
|
'currency' => q(ropia mauriciana), |
|
3091
|
|
|
|
|
|
|
'other' => q(ropies mauricianes), |
|
3092
|
|
|
|
|
|
|
}, |
|
3093
|
|
|
|
|
|
|
}, |
|
3094
|
|
|
|
|
|
|
'MVR' => { |
|
3095
|
|
|
|
|
|
|
display_name => { |
|
3096
|
|
|
|
|
|
|
'currency' => q(rufiya), |
|
3097
|
|
|
|
|
|
|
'other' => q(rufiyas), |
|
3098
|
|
|
|
|
|
|
}, |
|
3099
|
|
|
|
|
|
|
}, |
|
3100
|
|
|
|
|
|
|
'MWK' => { |
|
3101
|
|
|
|
|
|
|
display_name => { |
|
3102
|
|
|
|
|
|
|
'currency' => q(kuacha malauí), |
|
3103
|
|
|
|
|
|
|
'other' => q(kuaches malauies), |
|
3104
|
|
|
|
|
|
|
}, |
|
3105
|
|
|
|
|
|
|
}, |
|
3106
|
|
|
|
|
|
|
'MXN' => { |
|
3107
|
|
|
|
|
|
|
symbol => '$MX', |
|
3108
|
|
|
|
|
|
|
display_name => { |
|
3109
|
|
|
|
|
|
|
'currency' => q(peso mexican), |
|
3110
|
|
|
|
|
|
|
'other' => q(pesi mexicans), |
|
3111
|
|
|
|
|
|
|
}, |
|
3112
|
|
|
|
|
|
|
}, |
|
3113
|
|
|
|
|
|
|
'MYR' => { |
|
3114
|
|
|
|
|
|
|
display_name => { |
|
3115
|
|
|
|
|
|
|
'currency' => q(ringit), |
|
3116
|
|
|
|
|
|
|
'other' => q(ringits), |
|
3117
|
|
|
|
|
|
|
}, |
|
3118
|
|
|
|
|
|
|
}, |
|
3119
|
|
|
|
|
|
|
'MZN' => { |
|
3120
|
|
|
|
|
|
|
display_name => { |
|
3121
|
|
|
|
|
|
|
'currency' => q(metical), |
|
3122
|
|
|
|
|
|
|
'other' => q(meticals), |
|
3123
|
|
|
|
|
|
|
}, |
|
3124
|
|
|
|
|
|
|
}, |
|
3125
|
|
|
|
|
|
|
'NAD' => { |
|
3126
|
|
|
|
|
|
|
symbol => '$NA', |
|
3127
|
|
|
|
|
|
|
display_name => { |
|
3128
|
|
|
|
|
|
|
'currency' => q(dòlar namibi), |
|
3129
|
|
|
|
|
|
|
'other' => q(dòlars namibis), |
|
3130
|
|
|
|
|
|
|
}, |
|
3131
|
|
|
|
|
|
|
}, |
|
3132
|
|
|
|
|
|
|
'NGN' => { |
|
3133
|
|
|
|
|
|
|
display_name => { |
|
3134
|
|
|
|
|
|
|
'currency' => q(naira), |
|
3135
|
|
|
|
|
|
|
'other' => q(naires), |
|
3136
|
|
|
|
|
|
|
}, |
|
3137
|
|
|
|
|
|
|
}, |
|
3138
|
|
|
|
|
|
|
'NIO' => { |
|
3139
|
|
|
|
|
|
|
display_name => { |
|
3140
|
|
|
|
|
|
|
'currency' => q(còrdoba aur), |
|
3141
|
|
|
|
|
|
|
'other' => q(còrdobas aur), |
|
3142
|
|
|
|
|
|
|
}, |
|
3143
|
|
|
|
|
|
|
}, |
|
3144
|
|
|
|
|
|
|
'NOK' => { |
|
3145
|
|
|
|
|
|
|
display_name => { |
|
3146
|
|
|
|
|
|
|
'currency' => q(corona noruegua), |
|
3147
|
|
|
|
|
|
|
'other' => q(corones noruegues), |
|
3148
|
|
|
|
|
|
|
}, |
|
3149
|
|
|
|
|
|
|
}, |
|
3150
|
|
|
|
|
|
|
'NPR' => { |
|
3151
|
|
|
|
|
|
|
display_name => { |
|
3152
|
|
|
|
|
|
|
'currency' => q(ropia nepalí), |
|
3153
|
|
|
|
|
|
|
'other' => q(ropies nepalís), |
|
3154
|
|
|
|
|
|
|
}, |
|
3155
|
|
|
|
|
|
|
}, |
|
3156
|
|
|
|
|
|
|
'NZD' => { |
|
3157
|
|
|
|
|
|
|
symbol => '$NZ', |
|
3158
|
|
|
|
|
|
|
display_name => { |
|
3159
|
|
|
|
|
|
|
'currency' => q(dòlar neozelandés), |
|
3160
|
|
|
|
|
|
|
'other' => q(dòlars neozelandeses), |
|
3161
|
|
|
|
|
|
|
}, |
|
3162
|
|
|
|
|
|
|
}, |
|
3163
|
|
|
|
|
|
|
'OMR' => { |
|
3164
|
|
|
|
|
|
|
display_name => { |
|
3165
|
|
|
|
|
|
|
'currency' => q(rial omaní), |
|
3166
|
|
|
|
|
|
|
'other' => q(rials omanís), |
|
3167
|
|
|
|
|
|
|
}, |
|
3168
|
|
|
|
|
|
|
}, |
|
3169
|
|
|
|
|
|
|
'PAB' => { |
|
3170
|
|
|
|
|
|
|
display_name => { |
|
3171
|
|
|
|
|
|
|
'currency' => q(balboa panamenh), |
|
3172
|
|
|
|
|
|
|
'other' => q(balboes panamenhs), |
|
3173
|
|
|
|
|
|
|
}, |
|
3174
|
|
|
|
|
|
|
}, |
|
3175
|
|
|
|
|
|
|
'PEN' => { |
|
3176
|
|
|
|
|
|
|
display_name => { |
|
3177
|
|
|
|
|
|
|
'currency' => q(sòl peruan), |
|
3178
|
|
|
|
|
|
|
'other' => q(sòls peruans), |
|
3179
|
|
|
|
|
|
|
}, |
|
3180
|
|
|
|
|
|
|
}, |
|
3181
|
|
|
|
|
|
|
'PGK' => { |
|
3182
|
|
|
|
|
|
|
display_name => { |
|
3183
|
|
|
|
|
|
|
'currency' => q(kina), |
|
3184
|
|
|
|
|
|
|
'other' => q(kinas), |
|
3185
|
|
|
|
|
|
|
}, |
|
3186
|
|
|
|
|
|
|
}, |
|
3187
|
|
|
|
|
|
|
'PHP' => { |
|
3188
|
|
|
|
|
|
|
symbol => 'PHP', |
|
3189
|
|
|
|
|
|
|
display_name => { |
|
3190
|
|
|
|
|
|
|
'currency' => q(peso filipin), |
|
3191
|
|
|
|
|
|
|
'other' => q(pesi filipins), |
|
3192
|
|
|
|
|
|
|
}, |
|
3193
|
|
|
|
|
|
|
}, |
|
3194
|
|
|
|
|
|
|
'PKR' => { |
|
3195
|
|
|
|
|
|
|
display_name => { |
|
3196
|
|
|
|
|
|
|
'currency' => q(ropia pakistaní), |
|
3197
|
|
|
|
|
|
|
'other' => q(ropies pakistanís), |
|
3198
|
|
|
|
|
|
|
}, |
|
3199
|
|
|
|
|
|
|
}, |
|
3200
|
|
|
|
|
|
|
'PLN' => { |
|
3201
|
|
|
|
|
|
|
display_name => { |
|
3202
|
|
|
|
|
|
|
'currency' => q(esloti), |
|
3203
|
|
|
|
|
|
|
'other' => q(eslotis), |
|
3204
|
|
|
|
|
|
|
}, |
|
3205
|
|
|
|
|
|
|
}, |
|
3206
|
|
|
|
|
|
|
'PYG' => { |
|
3207
|
|
|
|
|
|
|
display_name => { |
|
3208
|
|
|
|
|
|
|
'currency' => q(guaraní paraguayan), |
|
3209
|
|
|
|
|
|
|
'other' => q(guaranís paraguayans), |
|
3210
|
|
|
|
|
|
|
}, |
|
3211
|
|
|
|
|
|
|
}, |
|
3212
|
|
|
|
|
|
|
'QAR' => { |
|
3213
|
|
|
|
|
|
|
display_name => { |
|
3214
|
|
|
|
|
|
|
'currency' => q(rial catarí), |
|
3215
|
|
|
|
|
|
|
'other' => q(rials catarís), |
|
3216
|
|
|
|
|
|
|
}, |
|
3217
|
|
|
|
|
|
|
}, |
|
3218
|
|
|
|
|
|
|
'RON' => { |
|
3219
|
|
|
|
|
|
|
symbol => 'L', |
|
3220
|
|
|
|
|
|
|
display_name => { |
|
3221
|
|
|
|
|
|
|
'currency' => q(leu ruman), |
|
3222
|
|
|
|
|
|
|
'other' => q(leus rumans), |
|
3223
|
|
|
|
|
|
|
}, |
|
3224
|
|
|
|
|
|
|
}, |
|
3225
|
|
|
|
|
|
|
'RSD' => { |
|
3226
|
|
|
|
|
|
|
display_name => { |
|
3227
|
|
|
|
|
|
|
'currency' => q(dinar serbi), |
|
3228
|
|
|
|
|
|
|
'other' => q(dinars serbis), |
|
3229
|
|
|
|
|
|
|
}, |
|
3230
|
|
|
|
|
|
|
}, |
|
3231
|
|
|
|
|
|
|
'RUB' => { |
|
3232
|
|
|
|
|
|
|
display_name => { |
|
3233
|
|
|
|
|
|
|
'currency' => q(roble rus), |
|
3234
|
|
|
|
|
|
|
'other' => q(robles russes), |
|
3235
|
|
|
|
|
|
|
}, |
|
3236
|
|
|
|
|
|
|
}, |
|
3237
|
|
|
|
|
|
|
'RWF' => { |
|
3238
|
|
|
|
|
|
|
symbol => 'FR', |
|
3239
|
|
|
|
|
|
|
display_name => { |
|
3240
|
|
|
|
|
|
|
'currency' => q(franc ruandés), |
|
3241
|
|
|
|
|
|
|
'other' => q(francs ruandessi), |
|
3242
|
|
|
|
|
|
|
}, |
|
3243
|
|
|
|
|
|
|
}, |
|
3244
|
|
|
|
|
|
|
'SAR' => { |
|
3245
|
|
|
|
|
|
|
display_name => { |
|
3246
|
|
|
|
|
|
|
'currency' => q(rial saudí), |
|
3247
|
|
|
|
|
|
|
'other' => q(rials saudís), |
|
3248
|
|
|
|
|
|
|
}, |
|
3249
|
|
|
|
|
|
|
}, |
|
3250
|
|
|
|
|
|
|
'SBD' => { |
|
3251
|
|
|
|
|
|
|
symbol => '$SB', |
|
3252
|
|
|
|
|
|
|
display_name => { |
|
3253
|
|
|
|
|
|
|
'currency' => q(dòlar salomonenc), |
|
3254
|
|
|
|
|
|
|
'other' => q(dòlars salomonencs), |
|
3255
|
|
|
|
|
|
|
}, |
|
3256
|
|
|
|
|
|
|
}, |
|
3257
|
|
|
|
|
|
|
'SCR' => { |
|
3258
|
|
|
|
|
|
|
display_name => { |
|
3259
|
|
|
|
|
|
|
'currency' => q(ropia seychellense), |
|
3260
|
|
|
|
|
|
|
'other' => q(ropies seychellenses), |
|
3261
|
|
|
|
|
|
|
}, |
|
3262
|
|
|
|
|
|
|
}, |
|
3263
|
|
|
|
|
|
|
'SDG' => { |
|
3264
|
|
|
|
|
|
|
display_name => { |
|
3265
|
|
|
|
|
|
|
'currency' => q(libra sudanesa), |
|
3266
|
|
|
|
|
|
|
'other' => q(libres sudaneses), |
|
3267
|
|
|
|
|
|
|
}, |
|
3268
|
|
|
|
|
|
|
}, |
|
3269
|
|
|
|
|
|
|
'SEK' => { |
|
3270
|
|
|
|
|
|
|
display_name => { |
|
3271
|
|
|
|
|
|
|
'currency' => q(corona sueca), |
|
3272
|
|
|
|
|
|
|
'other' => q(corones sueques), |
|
3273
|
|
|
|
|
|
|
}, |
|
3274
|
|
|
|
|
|
|
}, |
|
3275
|
|
|
|
|
|
|
'SGD' => { |
|
3276
|
|
|
|
|
|
|
symbol => '$SG', |
|
3277
|
|
|
|
|
|
|
display_name => { |
|
3278
|
|
|
|
|
|
|
'currency' => q(dòlar singapurense), |
|
3279
|
|
|
|
|
|
|
'other' => q(dòlars singapurenses), |
|
3280
|
|
|
|
|
|
|
}, |
|
3281
|
|
|
|
|
|
|
}, |
|
3282
|
|
|
|
|
|
|
'SHP' => { |
|
3283
|
|
|
|
|
|
|
display_name => { |
|
3284
|
|
|
|
|
|
|
'currency' => q(libra de Santa Elena), |
|
3285
|
|
|
|
|
|
|
'other' => q(libres de Santa Elena), |
|
3286
|
|
|
|
|
|
|
}, |
|
3287
|
|
|
|
|
|
|
}, |
|
3288
|
|
|
|
|
|
|
'SLE' => { |
|
3289
|
|
|
|
|
|
|
display_name => { |
|
3290
|
|
|
|
|
|
|
'currency' => q(leona), |
|
3291
|
|
|
|
|
|
|
'other' => q(leones), |
|
3292
|
|
|
|
|
|
|
}, |
|
3293
|
|
|
|
|
|
|
}, |
|
3294
|
|
|
|
|
|
|
'SLL' => { |
|
3295
|
|
|
|
|
|
|
display_name => { |
|
3296
|
|
|
|
|
|
|
'currency' => q(leona \(1964—2022\)), |
|
3297
|
|
|
|
|
|
|
'other' => q(leones \(1964—2022\)), |
|
3298
|
|
|
|
|
|
|
}, |
|
3299
|
|
|
|
|
|
|
}, |
|
3300
|
|
|
|
|
|
|
'SOS' => { |
|
3301
|
|
|
|
|
|
|
display_name => { |
|
3302
|
|
|
|
|
|
|
'currency' => q(chelin somalí), |
|
3303
|
|
|
|
|
|
|
'other' => q(chelins somalís), |
|
3304
|
|
|
|
|
|
|
}, |
|
3305
|
|
|
|
|
|
|
}, |
|
3306
|
|
|
|
|
|
|
'SRD' => { |
|
3307
|
|
|
|
|
|
|
symbol => '$SR', |
|
3308
|
|
|
|
|
|
|
display_name => { |
|
3309
|
|
|
|
|
|
|
'currency' => q(dòlar surinamés), |
|
3310
|
|
|
|
|
|
|
'other' => q(dòlars surinamesi), |
|
3311
|
|
|
|
|
|
|
}, |
|
3312
|
|
|
|
|
|
|
}, |
|
3313
|
|
|
|
|
|
|
'SSP' => { |
|
3314
|
|
|
|
|
|
|
display_name => { |
|
3315
|
|
|
|
|
|
|
'currency' => q(libra sud-sudanesa), |
|
3316
|
|
|
|
|
|
|
'other' => q(libres sud-sudaneses), |
|
3317
|
|
|
|
|
|
|
}, |
|
3318
|
|
|
|
|
|
|
}, |
|
3319
|
|
|
|
|
|
|
'STN' => { |
|
3320
|
|
|
|
|
|
|
display_name => { |
|
3321
|
|
|
|
|
|
|
'currency' => q(dobra), |
|
3322
|
|
|
|
|
|
|
'other' => q(dobres), |
|
3323
|
|
|
|
|
|
|
}, |
|
3324
|
|
|
|
|
|
|
}, |
|
3325
|
|
|
|
|
|
|
'SYP' => { |
|
3326
|
|
|
|
|
|
|
display_name => { |
|
3327
|
|
|
|
|
|
|
'currency' => q(libra siria), |
|
3328
|
|
|
|
|
|
|
'other' => q(libres siries), |
|
3329
|
|
|
|
|
|
|
}, |
|
3330
|
|
|
|
|
|
|
}, |
|
3331
|
|
|
|
|
|
|
'SZL' => { |
|
3332
|
|
|
|
|
|
|
display_name => { |
|
3333
|
|
|
|
|
|
|
'currency' => q(lilangeni), |
|
3334
|
|
|
|
|
|
|
'other' => q(lilangenis), |
|
3335
|
|
|
|
|
|
|
}, |
|
3336
|
|
|
|
|
|
|
}, |
|
3337
|
|
|
|
|
|
|
'THB' => { |
|
3338
|
|
|
|
|
|
|
display_name => { |
|
3339
|
|
|
|
|
|
|
'currency' => q(bat), |
|
3340
|
|
|
|
|
|
|
'other' => q(bats), |
|
3341
|
|
|
|
|
|
|
}, |
|
3342
|
|
|
|
|
|
|
}, |
|
3343
|
|
|
|
|
|
|
'TJS' => { |
|
3344
|
|
|
|
|
|
|
display_name => { |
|
3345
|
|
|
|
|
|
|
'currency' => q(somoni tayiko), |
|
3346
|
|
|
|
|
|
|
'other' => q(somonis tayikos), |
|
3347
|
|
|
|
|
|
|
}, |
|
3348
|
|
|
|
|
|
|
}, |
|
3349
|
|
|
|
|
|
|
'TMT' => { |
|
3350
|
|
|
|
|
|
|
display_name => { |
|
3351
|
|
|
|
|
|
|
'currency' => q(manat turcoman), |
|
3352
|
|
|
|
|
|
|
'other' => q(manats turcomans), |
|
3353
|
|
|
|
|
|
|
}, |
|
3354
|
|
|
|
|
|
|
}, |
|
3355
|
|
|
|
|
|
|
'TND' => { |
|
3356
|
|
|
|
|
|
|
display_name => { |
|
3357
|
|
|
|
|
|
|
'currency' => q(dinar tunecin), |
|
3358
|
|
|
|
|
|
|
'other' => q(dinars tunecins), |
|
3359
|
|
|
|
|
|
|
}, |
|
3360
|
|
|
|
|
|
|
}, |
|
3361
|
|
|
|
|
|
|
'TOP' => { |
|
3362
|
|
|
|
|
|
|
symbol => '$T', |
|
3363
|
|
|
|
|
|
|
display_name => { |
|
3364
|
|
|
|
|
|
|
'currency' => q(paanga), |
|
3365
|
|
|
|
|
|
|
'other' => q(paangues), |
|
3366
|
|
|
|
|
|
|
}, |
|
3367
|
|
|
|
|
|
|
}, |
|
3368
|
|
|
|
|
|
|
'TRY' => { |
|
3369
|
|
|
|
|
|
|
symbol => 'LT', |
|
3370
|
|
|
|
|
|
|
display_name => { |
|
3371
|
|
|
|
|
|
|
'currency' => q(lira turca), |
|
3372
|
|
|
|
|
|
|
'other' => q(lires turques), |
|
3373
|
|
|
|
|
|
|
}, |
|
3374
|
|
|
|
|
|
|
}, |
|
3375
|
|
|
|
|
|
|
'TTD' => { |
|
3376
|
|
|
|
|
|
|
symbol => '$TT', |
|
3377
|
|
|
|
|
|
|
display_name => { |
|
3378
|
|
|
|
|
|
|
'currency' => q(dòlar de Trinidad e Tobago), |
|
3379
|
|
|
|
|
|
|
'other' => q(dòlars de Trinidad e Tobago), |
|
3380
|
|
|
|
|
|
|
}, |
|
3381
|
|
|
|
|
|
|
}, |
|
3382
|
|
|
|
|
|
|
'TWD' => { |
|
3383
|
|
|
|
|
|
|
symbol => 'TWD', |
|
3384
|
|
|
|
|
|
|
display_name => { |
|
3385
|
|
|
|
|
|
|
'currency' => q(nau dòlar taiwanés), |
|
3386
|
|
|
|
|
|
|
'other' => q(naus dòlars taiwaneses), |
|
3387
|
|
|
|
|
|
|
}, |
|
3388
|
|
|
|
|
|
|
}, |
|
3389
|
|
|
|
|
|
|
'TZS' => { |
|
3390
|
|
|
|
|
|
|
display_name => { |
|
3391
|
|
|
|
|
|
|
'currency' => q(chelin tanzan), |
|
3392
|
|
|
|
|
|
|
'other' => q(chelins tanzans), |
|
3393
|
|
|
|
|
|
|
}, |
|
3394
|
|
|
|
|
|
|
}, |
|
3395
|
|
|
|
|
|
|
'UAH' => { |
|
3396
|
|
|
|
|
|
|
display_name => { |
|
3397
|
|
|
|
|
|
|
'currency' => q(grivna), |
|
3398
|
|
|
|
|
|
|
'other' => q(grivnes), |
|
3399
|
|
|
|
|
|
|
}, |
|
3400
|
|
|
|
|
|
|
}, |
|
3401
|
|
|
|
|
|
|
'UGX' => { |
|
3402
|
|
|
|
|
|
|
display_name => { |
|
3403
|
|
|
|
|
|
|
'currency' => q(chelin ugandés), |
|
3404
|
|
|
|
|
|
|
'other' => q(chelins ugandessi), |
|
3405
|
|
|
|
|
|
|
}, |
|
3406
|
|
|
|
|
|
|
}, |
|
3407
|
|
|
|
|
|
|
'USD' => { |
|
3408
|
|
|
|
|
|
|
symbol => '$US', |
|
3409
|
|
|
|
|
|
|
display_name => { |
|
3410
|
|
|
|
|
|
|
'currency' => q(dòlar american), |
|
3411
|
|
|
|
|
|
|
'other' => q(dòlars americans), |
|
3412
|
|
|
|
|
|
|
}, |
|
3413
|
|
|
|
|
|
|
}, |
|
3414
|
|
|
|
|
|
|
'UYU' => { |
|
3415
|
|
|
|
|
|
|
symbol => '$UY', |
|
3416
|
|
|
|
|
|
|
display_name => { |
|
3417
|
|
|
|
|
|
|
'currency' => q(peso uruguayan), |
|
3418
|
|
|
|
|
|
|
'other' => q(pesi uruguayans), |
|
3419
|
|
|
|
|
|
|
}, |
|
3420
|
|
|
|
|
|
|
}, |
|
3421
|
|
|
|
|
|
|
'UZS' => { |
|
3422
|
|
|
|
|
|
|
display_name => { |
|
3423
|
|
|
|
|
|
|
'currency' => q(sum), |
|
3424
|
|
|
|
|
|
|
'other' => q(sums), |
|
3425
|
|
|
|
|
|
|
}, |
|
3426
|
|
|
|
|
|
|
}, |
|
3427
|
|
|
|
|
|
|
'VES' => { |
|
3428
|
|
|
|
|
|
|
display_name => { |
|
3429
|
|
|
|
|
|
|
'currency' => q(bolívar venezolan), |
|
3430
|
|
|
|
|
|
|
'other' => q(bolívars venezolans), |
|
3431
|
|
|
|
|
|
|
}, |
|
3432
|
|
|
|
|
|
|
}, |
|
3433
|
|
|
|
|
|
|
'VND' => { |
|
3434
|
|
|
|
|
|
|
display_name => { |
|
3435
|
|
|
|
|
|
|
'currency' => q(dong), |
|
3436
|
|
|
|
|
|
|
'other' => q(dongs), |
|
3437
|
|
|
|
|
|
|
}, |
|
3438
|
|
|
|
|
|
|
}, |
|
3439
|
|
|
|
|
|
|
'VUV' => { |
|
3440
|
|
|
|
|
|
|
display_name => { |
|
3441
|
|
|
|
|
|
|
'currency' => q(vatu), |
|
3442
|
|
|
|
|
|
|
'other' => q(vatus), |
|
3443
|
|
|
|
|
|
|
}, |
|
3444
|
|
|
|
|
|
|
}, |
|
3445
|
|
|
|
|
|
|
'WST' => { |
|
3446
|
|
|
|
|
|
|
symbol => '$WS', |
|
3447
|
|
|
|
|
|
|
display_name => { |
|
3448
|
|
|
|
|
|
|
'currency' => q(tala), |
|
3449
|
|
|
|
|
|
|
'other' => q(tales), |
|
3450
|
|
|
|
|
|
|
}, |
|
3451
|
|
|
|
|
|
|
}, |
|
3452
|
|
|
|
|
|
|
'XAF' => { |
|
3453
|
|
|
|
|
|
|
display_name => { |
|
3454
|
|
|
|
|
|
|
'currency' => q(franc CFA d’Africa central), |
|
3455
|
|
|
|
|
|
|
'other' => q(francs CFA d’Africa central), |
|
3456
|
|
|
|
|
|
|
}, |
|
3457
|
|
|
|
|
|
|
}, |
|
3458
|
|
|
|
|
|
|
'XCD' => { |
|
3459
|
|
|
|
|
|
|
symbol => 'XCD', |
|
3460
|
|
|
|
|
|
|
display_name => { |
|
3461
|
|
|
|
|
|
|
'currency' => q(dòlar del Caribe Occidental), |
|
3462
|
|
|
|
|
|
|
'other' => q(dòlars del Caribe Occidental), |
|
3463
|
|
|
|
|
|
|
}, |
|
3464
|
|
|
|
|
|
|
}, |
|
3465
|
|
|
|
|
|
|
'XOF' => { |
|
3466
|
|
|
|
|
|
|
display_name => { |
|
3467
|
|
|
|
|
|
|
'currency' => q(franc CFA d’Africa occidental), |
|
3468
|
|
|
|
|
|
|
'other' => q(francs CFA d’Africa occidental), |
|
3469
|
|
|
|
|
|
|
}, |
|
3470
|
|
|
|
|
|
|
}, |
|
3471
|
|
|
|
|
|
|
'XPF' => { |
|
3472
|
|
|
|
|
|
|
symbol => 'FCFP', |
|
3473
|
|
|
|
|
|
|
display_name => { |
|
3474
|
|
|
|
|
|
|
'currency' => q(franc CFP), |
|
3475
|
|
|
|
|
|
|
'other' => q(francs CFP), |
|
3476
|
|
|
|
|
|
|
}, |
|
3477
|
|
|
|
|
|
|
}, |
|
3478
|
|
|
|
|
|
|
'XXX' => { |
|
3479
|
|
|
|
|
|
|
display_name => { |
|
3480
|
|
|
|
|
|
|
'currency' => q(Moneda desconeguda), |
|
3481
|
|
|
|
|
|
|
'other' => q(\(moneda desconeguda\)), |
|
3482
|
|
|
|
|
|
|
}, |
|
3483
|
|
|
|
|
|
|
}, |
|
3484
|
|
|
|
|
|
|
'YER' => { |
|
3485
|
|
|
|
|
|
|
display_name => { |
|
3486
|
|
|
|
|
|
|
'currency' => q(rial yemení), |
|
3487
|
|
|
|
|
|
|
'other' => q(rials yemenís), |
|
3488
|
|
|
|
|
|
|
}, |
|
3489
|
|
|
|
|
|
|
}, |
|
3490
|
|
|
|
|
|
|
'ZAR' => { |
|
3491
|
|
|
|
|
|
|
display_name => { |
|
3492
|
|
|
|
|
|
|
'currency' => q(rand), |
|
3493
|
|
|
|
|
|
|
'other' => q(rands), |
|
3494
|
|
|
|
|
|
|
}, |
|
3495
|
|
|
|
|
|
|
}, |
|
3496
|
|
|
|
|
|
|
'ZMW' => { |
|
3497
|
|
|
|
|
|
|
symbol => 'Kw', |
|
3498
|
|
|
|
|
|
|
display_name => { |
|
3499
|
|
|
|
|
|
|
'currency' => q(kuacha zambiana), |
|
3500
|
|
|
|
|
|
|
'other' => q(kuaches zambianes), |
|
3501
|
|
|
|
|
|
|
}, |
|
3502
|
|
|
|
|
|
|
}, |
|
3503
|
|
|
|
|
|
|
} }, |
|
3504
|
|
|
|
|
|
|
); |
|
3505
|
|
|
|
|
|
|
|
|
3506
|
|
|
|
|
|
|
|
|
3507
|
|
|
|
|
|
|
has 'calendar_months' => ( |
|
3508
|
|
|
|
|
|
|
is => 'ro', |
|
3509
|
|
|
|
|
|
|
isa => HashRef, |
|
3510
|
|
|
|
|
|
|
init_arg => undef, |
|
3511
|
|
|
|
|
|
|
default => sub { { |
|
3512
|
|
|
|
|
|
|
'gregorian' => { |
|
3513
|
|
|
|
|
|
|
'format' => { |
|
3514
|
|
|
|
|
|
|
abbreviated => { |
|
3515
|
|
|
|
|
|
|
nonleap => [ |
|
3516
|
|
|
|
|
|
|
'gen.', |
|
3517
|
|
|
|
|
|
|
'feb.', |
|
3518
|
|
|
|
|
|
|
'març', |
|
3519
|
|
|
|
|
|
|
'abr.', |
|
3520
|
|
|
|
|
|
|
'mai', |
|
3521
|
|
|
|
|
|
|
'junh', |
|
3522
|
|
|
|
|
|
|
'jul.', |
|
3523
|
|
|
|
|
|
|
'ago.', |
|
3524
|
|
|
|
|
|
|
'set.', |
|
3525
|
|
|
|
|
|
|
'oct.', |
|
3526
|
|
|
|
|
|
|
'nov.', |
|
3527
|
|
|
|
|
|
|
'dec.' |
|
3528
|
|
|
|
|
|
|
], |
|
3529
|
|
|
|
|
|
|
leap => [ |
|
3530
|
|
|
|
|
|
|
|
|
3531
|
|
|
|
|
|
|
], |
|
3532
|
|
|
|
|
|
|
}, |
|
3533
|
|
|
|
|
|
|
wide => { |
|
3534
|
|
|
|
|
|
|
nonleap => [ |
|
3535
|
|
|
|
|
|
|
'de genièr', |
|
3536
|
|
|
|
|
|
|
'de febrièr', |
|
3537
|
|
|
|
|
|
|
'de març', |
|
3538
|
|
|
|
|
|
|
'd’abril', |
|
3539
|
|
|
|
|
|
|
'de mai', |
|
3540
|
|
|
|
|
|
|
'de junh', |
|
3541
|
|
|
|
|
|
|
'de julhet', |
|
3542
|
|
|
|
|
|
|
'd’agost', |
|
3543
|
|
|
|
|
|
|
'de setembre', |
|
3544
|
|
|
|
|
|
|
'd’octòbre', |
|
3545
|
|
|
|
|
|
|
'de novembre', |
|
3546
|
|
|
|
|
|
|
'de decembre' |
|
3547
|
|
|
|
|
|
|
], |
|
3548
|
|
|
|
|
|
|
leap => [ |
|
3549
|
|
|
|
|
|
|
|
|
3550
|
|
|
|
|
|
|
], |
|
3551
|
|
|
|
|
|
|
}, |
|
3552
|
|
|
|
|
|
|
}, |
|
3553
|
|
|
|
|
|
|
'stand-alone' => { |
|
3554
|
|
|
|
|
|
|
narrow => { |
|
3555
|
|
|
|
|
|
|
nonleap => [ |
|
3556
|
|
|
|
|
|
|
'G', |
|
3557
|
|
|
|
|
|
|
'F', |
|
3558
|
|
|
|
|
|
|
'M', |
|
3559
|
|
|
|
|
|
|
'A', |
|
3560
|
|
|
|
|
|
|
'M', |
|
3561
|
|
|
|
|
|
|
'J', |
|
3562
|
|
|
|
|
|
|
'J', |
|
3563
|
|
|
|
|
|
|
'A', |
|
3564
|
|
|
|
|
|
|
'S', |
|
3565
|
|
|
|
|
|
|
'O', |
|
3566
|
|
|
|
|
|
|
'N', |
|
3567
|
|
|
|
|
|
|
'D' |
|
3568
|
|
|
|
|
|
|
], |
|
3569
|
|
|
|
|
|
|
leap => [ |
|
3570
|
|
|
|
|
|
|
|
|
3571
|
|
|
|
|
|
|
], |
|
3572
|
|
|
|
|
|
|
}, |
|
3573
|
|
|
|
|
|
|
wide => { |
|
3574
|
|
|
|
|
|
|
nonleap => [ |
|
3575
|
|
|
|
|
|
|
'genièr', |
|
3576
|
|
|
|
|
|
|
'febrièr', |
|
3577
|
|
|
|
|
|
|
'març', |
|
3578
|
|
|
|
|
|
|
'abril', |
|
3579
|
|
|
|
|
|
|
'mai', |
|
3580
|
|
|
|
|
|
|
'junh', |
|
3581
|
|
|
|
|
|
|
'julhet', |
|
3582
|
|
|
|
|
|
|
'agost', |
|
3583
|
|
|
|
|
|
|
'setembre', |
|
3584
|
|
|
|
|
|
|
'octòbre', |
|
3585
|
|
|
|
|
|
|
'novembre', |
|
3586
|
|
|
|
|
|
|
'decembre' |
|
3587
|
|
|
|
|
|
|
], |
|
3588
|
|
|
|
|
|
|
leap => [ |
|
3589
|
|
|
|
|
|
|
|
|
3590
|
|
|
|
|
|
|
], |
|
3591
|
|
|
|
|
|
|
}, |
|
3592
|
|
|
|
|
|
|
}, |
|
3593
|
|
|
|
|
|
|
}, |
|
3594
|
|
|
|
|
|
|
} }, |
|
3595
|
|
|
|
|
|
|
); |
|
3596
|
|
|
|
|
|
|
|
|
3597
|
|
|
|
|
|
|
has 'calendar_days' => ( |
|
3598
|
|
|
|
|
|
|
is => 'ro', |
|
3599
|
|
|
|
|
|
|
isa => HashRef, |
|
3600
|
|
|
|
|
|
|
init_arg => undef, |
|
3601
|
|
|
|
|
|
|
default => sub { { |
|
3602
|
|
|
|
|
|
|
'gregorian' => { |
|
3603
|
|
|
|
|
|
|
'format' => { |
|
3604
|
|
|
|
|
|
|
short => { |
|
3605
|
|
|
|
|
|
|
mon => 'dl', |
|
3606
|
|
|
|
|
|
|
tue => 'dm', |
|
3607
|
|
|
|
|
|
|
wed => 'dc', |
|
3608
|
|
|
|
|
|
|
thu => 'dj', |
|
3609
|
|
|
|
|
|
|
fri => 'dv', |
|
3610
|
|
|
|
|
|
|
sat => 'ds', |
|
3611
|
|
|
|
|
|
|
sun => 'dg' |
|
3612
|
|
|
|
|
|
|
}, |
|
3613
|
|
|
|
|
|
|
wide => { |
|
3614
|
|
|
|
|
|
|
mon => 'diluns', |
|
3615
|
|
|
|
|
|
|
tue => 'dimars', |
|
3616
|
|
|
|
|
|
|
wed => 'dimècres', |
|
3617
|
|
|
|
|
|
|
thu => 'dijòus', |
|
3618
|
|
|
|
|
|
|
fri => 'divendres', |
|
3619
|
|
|
|
|
|
|
sat => 'dissabte', |
|
3620
|
|
|
|
|
|
|
sun => 'dimenge' |
|
3621
|
|
|
|
|
|
|
}, |
|
3622
|
|
|
|
|
|
|
}, |
|
3623
|
|
|
|
|
|
|
'stand-alone' => { |
|
3624
|
|
|
|
|
|
|
narrow => { |
|
3625
|
|
|
|
|
|
|
mon => 'Dl', |
|
3626
|
|
|
|
|
|
|
tue => 'Dm', |
|
3627
|
|
|
|
|
|
|
wed => 'Dc', |
|
3628
|
|
|
|
|
|
|
thu => 'Dj', |
|
3629
|
|
|
|
|
|
|
fri => 'Dv', |
|
3630
|
|
|
|
|
|
|
sat => 'Ds', |
|
3631
|
|
|
|
|
|
|
sun => 'Dg' |
|
3632
|
|
|
|
|
|
|
}, |
|
3633
|
|
|
|
|
|
|
}, |
|
3634
|
|
|
|
|
|
|
}, |
|
3635
|
|
|
|
|
|
|
} }, |
|
3636
|
|
|
|
|
|
|
); |
|
3637
|
|
|
|
|
|
|
|
|
3638
|
|
|
|
|
|
|
has 'calendar_quarters' => ( |
|
3639
|
|
|
|
|
|
|
is => 'ro', |
|
3640
|
|
|
|
|
|
|
isa => HashRef, |
|
3641
|
|
|
|
|
|
|
init_arg => undef, |
|
3642
|
|
|
|
|
|
|
default => sub { { |
|
3643
|
|
|
|
|
|
|
'gregorian' => { |
|
3644
|
|
|
|
|
|
|
'format' => { |
|
3645
|
|
|
|
|
|
|
abbreviated => {0 => 'T1', |
|
3646
|
|
|
|
|
|
|
1 => 'T2', |
|
3647
|
|
|
|
|
|
|
2 => 'T3', |
|
3648
|
|
|
|
|
|
|
3 => 'T4' |
|
3649
|
|
|
|
|
|
|
}, |
|
3650
|
|
|
|
|
|
|
wide => {0 => '1èr trimèstre', |
|
3651
|
|
|
|
|
|
|
1 => '2nd trimèstre', |
|
3652
|
|
|
|
|
|
|
2 => '3en trimèstre', |
|
3653
|
|
|
|
|
|
|
3 => '4en trimèstre' |
|
3654
|
|
|
|
|
|
|
}, |
|
3655
|
|
|
|
|
|
|
}, |
|
3656
|
|
|
|
|
|
|
}, |
|
3657
|
|
|
|
|
|
|
} }, |
|
3658
|
|
|
|
|
|
|
); |
|
3659
|
|
|
|
|
|
|
|
|
3660
|
|
|
|
|
|
|
has 'eras' => ( |
|
3661
|
|
|
|
|
|
|
is => 'ro', |
|
3662
|
|
|
|
|
|
|
isa => HashRef, |
|
3663
|
|
|
|
|
|
|
init_arg => undef, |
|
3664
|
|
|
|
|
|
|
default => sub { { |
|
3665
|
|
|
|
|
|
|
'generic' => { |
|
3666
|
|
|
|
|
|
|
}, |
|
3667
|
|
|
|
|
|
|
'gregorian' => { |
|
3668
|
|
|
|
|
|
|
abbreviated => { |
|
3669
|
|
|
|
|
|
|
'0' => 'Ab. J.C.', |
|
3670
|
|
|
|
|
|
|
'1' => 'de. J.-C.' |
|
3671
|
|
|
|
|
|
|
}, |
|
3672
|
|
|
|
|
|
|
narrow => { |
|
3673
|
|
|
|
|
|
|
'1' => 'CE' |
|
3674
|
|
|
|
|
|
|
}, |
|
3675
|
|
|
|
|
|
|
wide => { |
|
3676
|
|
|
|
|
|
|
'0' => 'Abans Jèsus-Crist', |
|
3677
|
|
|
|
|
|
|
'1' => 'despús Jèsus-Crist' |
|
3678
|
|
|
|
|
|
|
}, |
|
3679
|
|
|
|
|
|
|
}, |
|
3680
|
|
|
|
|
|
|
} }, |
|
3681
|
|
|
|
|
|
|
); |
|
3682
|
|
|
|
|
|
|
|
|
3683
|
|
|
|
|
|
|
has 'date_formats' => ( |
|
3684
|
|
|
|
|
|
|
is => 'ro', |
|
3685
|
|
|
|
|
|
|
isa => HashRef, |
|
3686
|
|
|
|
|
|
|
init_arg => undef, |
|
3687
|
|
|
|
|
|
|
default => sub { { |
|
3688
|
|
|
|
|
|
|
'generic' => { |
|
3689
|
|
|
|
|
|
|
'full' => q{EEEE d MMMM 'de' y G}, |
|
3690
|
|
|
|
|
|
|
'long' => q{G y MMMM d}, |
|
3691
|
|
|
|
|
|
|
'medium' => q{G y MMM d}, |
|
3692
|
|
|
|
|
|
|
'short' => q{GGGGG y-MM-dd}, |
|
3693
|
|
|
|
|
|
|
}, |
|
3694
|
|
|
|
|
|
|
'gregorian' => { |
|
3695
|
|
|
|
|
|
|
'full' => q{EEEE d MMMM 'de' y}, |
|
3696
|
|
|
|
|
|
|
'long' => q{d MMMM 'de' y}, |
|
3697
|
|
|
|
|
|
|
'medium' => q{d MMM y}, |
|
3698
|
|
|
|
|
|
|
'short' => q{dd/MM/yy}, |
|
3699
|
|
|
|
|
|
|
}, |
|
3700
|
|
|
|
|
|
|
} }, |
|
3701
|
|
|
|
|
|
|
); |
|
3702
|
|
|
|
|
|
|
|
|
3703
|
|
|
|
|
|
|
has 'time_formats' => ( |
|
3704
|
|
|
|
|
|
|
is => 'ro', |
|
3705
|
|
|
|
|
|
|
isa => HashRef, |
|
3706
|
|
|
|
|
|
|
init_arg => undef, |
|
3707
|
|
|
|
|
|
|
default => sub { { |
|
3708
|
|
|
|
|
|
|
'generic' => { |
|
3709
|
|
|
|
|
|
|
}, |
|
3710
|
|
|
|
|
|
|
'gregorian' => { |
|
3711
|
|
|
|
|
|
|
'full' => q{HH:mm:ss zzzz}, |
|
3712
|
|
|
|
|
|
|
'long' => q{HH:mm:ss z}, |
|
3713
|
|
|
|
|
|
|
'medium' => q{HH:mm:ss}, |
|
3714
|
|
|
|
|
|
|
'short' => q{H'h'mm}, |
|
3715
|
|
|
|
|
|
|
}, |
|
3716
|
|
|
|
|
|
|
} }, |
|
3717
|
|
|
|
|
|
|
); |
|
3718
|
|
|
|
|
|
|
|
|
3719
|
|
|
|
|
|
|
has 'datetime_formats' => ( |
|
3720
|
|
|
|
|
|
|
is => 'ro', |
|
3721
|
|
|
|
|
|
|
isa => HashRef, |
|
3722
|
|
|
|
|
|
|
init_arg => undef, |
|
3723
|
|
|
|
|
|
|
default => sub { { |
|
3724
|
|
|
|
|
|
|
'generic' => { |
|
3725
|
|
|
|
|
|
|
'full' => q{{1} 'a' {0}}, |
|
3726
|
|
|
|
|
|
|
'long' => q{{1} 'a' {0}}, |
|
3727
|
|
|
|
|
|
|
'medium' => q{{1} {0}}, |
|
3728
|
|
|
|
|
|
|
'short' => q{{1} {0}}, |
|
3729
|
|
|
|
|
|
|
}, |
|
3730
|
|
|
|
|
|
|
'gregorian' => { |
|
3731
|
|
|
|
|
|
|
'full' => q{{1} 'a' {0}}, |
|
3732
|
|
|
|
|
|
|
'long' => q{{1} 'a' {0}}, |
|
3733
|
|
|
|
|
|
|
'medium' => q{{1}, {0}}, |
|
3734
|
|
|
|
|
|
|
'short' => q{{1}, {0}}, |
|
3735
|
|
|
|
|
|
|
}, |
|
3736
|
|
|
|
|
|
|
} }, |
|
3737
|
|
|
|
|
|
|
); |
|
3738
|
|
|
|
|
|
|
|
|
3739
|
|
|
|
|
|
|
has 'datetime_formats_available_formats' => ( |
|
3740
|
|
|
|
|
|
|
is => 'ro', |
|
3741
|
|
|
|
|
|
|
isa => HashRef, |
|
3742
|
|
|
|
|
|
|
init_arg => undef, |
|
3743
|
|
|
|
|
|
|
default => sub { { |
|
3744
|
|
|
|
|
|
|
'generic' => { |
|
3745
|
|
|
|
|
|
|
Ed => q{E d}, |
|
3746
|
|
|
|
|
|
|
Gy => q{y G}, |
|
3747
|
|
|
|
|
|
|
MEd => q{E dd/MM}, |
|
3748
|
|
|
|
|
|
|
Md => q{dd/MM}, |
|
3749
|
|
|
|
|
|
|
}, |
|
3750
|
|
|
|
|
|
|
'gregorian' => { |
|
3751
|
|
|
|
|
|
|
Bh => q{h'h' B}, |
|
3752
|
|
|
|
|
|
|
Bhm => q{h'h'mm B}, |
|
3753
|
|
|
|
|
|
|
EBhm => q{E h'h'mm B}, |
|
3754
|
|
|
|
|
|
|
EHm => q{E HH'h'mm}, |
|
3755
|
|
|
|
|
|
|
EHms => q{E HH'h'mm ss 'seg'.}, |
|
3756
|
|
|
|
|
|
|
Ed => q{ccc d}, |
|
3757
|
|
|
|
|
|
|
Ehm => q{E h'h'mm a}, |
|
3758
|
|
|
|
|
|
|
Gy => q{y G}, |
|
3759
|
|
|
|
|
|
|
GyMMM => q{MMM y G}, |
|
3760
|
|
|
|
|
|
|
GyMMMEd => q{E d MMM y G}, |
|
3761
|
|
|
|
|
|
|
GyMMMd => q{d MMM y G}, |
|
3762
|
|
|
|
|
|
|
GyMd => q{dd/MM/Y G}, |
|
3763
|
|
|
|
|
|
|
Hm => q{HH'h'mm}, |
|
3764
|
|
|
|
|
|
|
Hms => q{HH'h'mm ss 'seg'.}, |
|
3765
|
|
|
|
|
|
|
Hmsv => q{HH'h'mm ss 'seg'. v}, |
|
3766
|
|
|
|
|
|
|
Hmv => q{HH'h'mm v}, |
|
3767
|
|
|
|
|
|
|
MEd => q{E dd/MM}, |
|
3768
|
|
|
|
|
|
|
MMMEd => q{E d MMM}, |
|
3769
|
|
|
|
|
|
|
MMMMW => q{'setmana' W MMMM}, |
|
3770
|
|
|
|
|
|
|
MMMMd => q{d MMMM}, |
|
3771
|
|
|
|
|
|
|
MMMd => q{d MMM}, |
|
3772
|
|
|
|
|
|
|
Md => q{dd/MM}, |
|
3773
|
|
|
|
|
|
|
h => q{h'h' a}, |
|
3774
|
|
|
|
|
|
|
hm => q{h'h'mm a}, |
|
3775
|
|
|
|
|
|
|
hms => q{h'h'mm:ss a}, |
|
3776
|
|
|
|
|
|
|
hmv => q{h'h'mm a v}, |
|
3777
|
|
|
|
|
|
|
yM => q{MM/y}, |
|
3778
|
|
|
|
|
|
|
yMEd => q{E dd/MM/y}, |
|
3779
|
|
|
|
|
|
|
yMMM => q{MMM y}, |
|
3780
|
|
|
|
|
|
|
yMMMEd => q{E d MMM y}, |
|
3781
|
|
|
|
|
|
|
yMMMM => q{LLLL 'de' y}, |
|
3782
|
|
|
|
|
|
|
yMMMd => q{d MMM y}, |
|
3783
|
|
|
|
|
|
|
yMd => q{dd/MM/y}, |
|
3784
|
|
|
|
|
|
|
yQQQ => q{QQQ y}, |
|
3785
|
|
|
|
|
|
|
yQQQQ => q{QQQQ 'de' y}, |
|
3786
|
|
|
|
|
|
|
yw => q{'setmana' w 'de' Y}, |
|
3787
|
|
|
|
|
|
|
}, |
|
3788
|
|
|
|
|
|
|
} }, |
|
3789
|
|
|
|
|
|
|
); |
|
3790
|
|
|
|
|
|
|
|
|
3791
|
|
|
|
|
|
|
has 'datetime_formats_append_item' => ( |
|
3792
|
|
|
|
|
|
|
is => 'ro', |
|
3793
|
|
|
|
|
|
|
isa => HashRef, |
|
3794
|
|
|
|
|
|
|
init_arg => undef, |
|
3795
|
|
|
|
|
|
|
default => sub { { |
|
3796
|
|
|
|
|
|
|
} }, |
|
3797
|
|
|
|
|
|
|
); |
|
3798
|
|
|
|
|
|
|
|
|
3799
|
|
|
|
|
|
|
has 'datetime_formats_interval' => ( |
|
3800
|
|
|
|
|
|
|
is => 'ro', |
|
3801
|
|
|
|
|
|
|
isa => HashRef, |
|
3802
|
|
|
|
|
|
|
init_arg => undef, |
|
3803
|
|
|
|
|
|
|
default => sub { { |
|
3804
|
|
|
|
|
|
|
'generic' => { |
|
3805
|
|
|
|
|
|
|
d => { |
|
3806
|
|
|
|
|
|
|
d => q{d – d}, |
|
3807
|
|
|
|
|
|
|
}, |
|
3808
|
|
|
|
|
|
|
}, |
|
3809
|
|
|
|
|
|
|
'gregorian' => { |
|
3810
|
|
|
|
|
|
|
Bhm => { |
|
3811
|
|
|
|
|
|
|
B => q{h'h'mm B – h'h'mm B}, |
|
3812
|
|
|
|
|
|
|
h => q{h'h'mm – h'h'mm B}, |
|
3813
|
|
|
|
|
|
|
m => q{h'h'mm – h'h'mm B}, |
|
3814
|
|
|
|
|
|
|
}, |
|
3815
|
|
|
|
|
|
|
Gy => { |
|
3816
|
|
|
|
|
|
|
y => q{y – y G}, |
|
3817
|
|
|
|
|
|
|
}, |
|
3818
|
|
|
|
|
|
|
GyM => { |
|
3819
|
|
|
|
|
|
|
M => q{MM/y – MM/y GGGGG}, |
|
3820
|
|
|
|
|
|
|
y => q{MM/y – MM/y GGGGG}, |
|
3821
|
|
|
|
|
|
|
}, |
|
3822
|
|
|
|
|
|
|
GyMEd => { |
|
3823
|
|
|
|
|
|
|
G => q{E d/M/y GGGGG – E d/M/y GGGGG}, |
|
3824
|
|
|
|
|
|
|
M => q{E d/MM – E d/MM/y G}, |
|
3825
|
|
|
|
|
|
|
d => q{E d – E d/MM/y G}, |
|
3826
|
|
|
|
|
|
|
y => q{E d/MM/y – E d/MM/y G}, |
|
3827
|
|
|
|
|
|
|
}, |
|
3828
|
|
|
|
|
|
|
GyMMM => { |
|
3829
|
|
|
|
|
|
|
G => q{MMM y G – MMM y G}, |
|
3830
|
|
|
|
|
|
|
M => q{MMM – MMM y G}, |
|
3831
|
|
|
|
|
|
|
y => q{MMM y – MMM y G}, |
|
3832
|
|
|
|
|
|
|
}, |
|
3833
|
|
|
|
|
|
|
GyMMMEd => { |
|
3834
|
|
|
|
|
|
|
G => q{E d MMM 'de' y G – E d MMM 'de' y G}, |
|
3835
|
|
|
|
|
|
|
M => q{E d MMM – E d MMM 'de' y G}, |
|
3836
|
|
|
|
|
|
|
d => q{E d MMM – E d MMM y G}, |
|
3837
|
|
|
|
|
|
|
y => q{E d MMM 'de' y – E d MMM 'de' y G}, |
|
3838
|
|
|
|
|
|
|
}, |
|
3839
|
|
|
|
|
|
|
GyMMMd => { |
|
3840
|
|
|
|
|
|
|
G => q{d MMM y G – d MMM y G}, |
|
3841
|
|
|
|
|
|
|
M => q{d MMM – d MMM y G}, |
|
3842
|
|
|
|
|
|
|
d => q{d – d MMM y G}, |
|
3843
|
|
|
|
|
|
|
y => q{d MMM y – d MMM y G}, |
|
3844
|
|
|
|
|
|
|
}, |
|
3845
|
|
|
|
|
|
|
GyMd => { |
|
3846
|
|
|
|
|
|
|
G => q{d/MM/y GGGGG – d/MM/y GGGGG}, |
|
3847
|
|
|
|
|
|
|
M => q{d/MM/y – d/MM/y GGGGG}, |
|
3848
|
|
|
|
|
|
|
d => q{d/MM/y – d/MM/y GGGGG}, |
|
3849
|
|
|
|
|
|
|
}, |
|
3850
|
|
|
|
|
|
|
H => { |
|
3851
|
|
|
|
|
|
|
H => q{HH'h' – HH'h'}, |
|
3852
|
|
|
|
|
|
|
}, |
|
3853
|
|
|
|
|
|
|
Hm => { |
|
3854
|
|
|
|
|
|
|
H => q{HH'h'mm – HH'h'mm}, |
|
3855
|
|
|
|
|
|
|
m => q{HH'h'mm – HH'h'mm}, |
|
3856
|
|
|
|
|
|
|
}, |
|
3857
|
|
|
|
|
|
|
Hmv => { |
|
3858
|
|
|
|
|
|
|
H => q{HH'h'mm – HH'h'mm v}, |
|
3859
|
|
|
|
|
|
|
m => q{HH'h'mm – HH'h'mm v}, |
|
3860
|
|
|
|
|
|
|
}, |
|
3861
|
|
|
|
|
|
|
Hv => { |
|
3862
|
|
|
|
|
|
|
H => q{HH'h' – HH'h' v}, |
|
3863
|
|
|
|
|
|
|
}, |
|
3864
|
|
|
|
|
|
|
M => { |
|
3865
|
|
|
|
|
|
|
M => q{MM – MM}, |
|
3866
|
|
|
|
|
|
|
}, |
|
3867
|
|
|
|
|
|
|
MEd => { |
|
3868
|
|
|
|
|
|
|
M => q{E dd-MM – E dd/MM}, |
|
3869
|
|
|
|
|
|
|
d => q{E dd/MM – E dd/MM}, |
|
3870
|
|
|
|
|
|
|
}, |
|
3871
|
|
|
|
|
|
|
MMM => { |
|
3872
|
|
|
|
|
|
|
M => q{LLL – LLL}, |
|
3873
|
|
|
|
|
|
|
}, |
|
3874
|
|
|
|
|
|
|
MMMEd => { |
|
3875
|
|
|
|
|
|
|
M => q{E d MMM – E d MMM}, |
|
3876
|
|
|
|
|
|
|
d => q{E d MMM – E d MMM}, |
|
3877
|
|
|
|
|
|
|
}, |
|
3878
|
|
|
|
|
|
|
MMMd => { |
|
3879
|
|
|
|
|
|
|
M => q{d MMM – d MMM}, |
|
3880
|
|
|
|
|
|
|
d => q{d – d MMM}, |
|
3881
|
|
|
|
|
|
|
}, |
|
3882
|
|
|
|
|
|
|
Md => { |
|
3883
|
|
|
|
|
|
|
M => q{dd/MM – dd/MM}, |
|
3884
|
|
|
|
|
|
|
d => q{dd/MM – dd/MM}, |
|
3885
|
|
|
|
|
|
|
}, |
|
3886
|
|
|
|
|
|
|
d => { |
|
3887
|
|
|
|
|
|
|
d => q{d – d}, |
|
3888
|
|
|
|
|
|
|
}, |
|
3889
|
|
|
|
|
|
|
h => { |
|
3890
|
|
|
|
|
|
|
a => q{h'h' a – h'h' a}, |
|
3891
|
|
|
|
|
|
|
h => q{h'h' – h'h' a}, |
|
3892
|
|
|
|
|
|
|
}, |
|
3893
|
|
|
|
|
|
|
hm => { |
|
3894
|
|
|
|
|
|
|
a => q{h'h'mm a – h'h'mm a}, |
|
3895
|
|
|
|
|
|
|
h => q{h'h'mm – h'h'mm a}, |
|
3896
|
|
|
|
|
|
|
m => q{h'h'mm – h'h'mm a}, |
|
3897
|
|
|
|
|
|
|
}, |
|
3898
|
|
|
|
|
|
|
hmv => { |
|
3899
|
|
|
|
|
|
|
a => q{h'h'mm a – h'h'mm a v}, |
|
3900
|
|
|
|
|
|
|
h => q{h'h'mm – h'h'mm a v}, |
|
3901
|
|
|
|
|
|
|
m => q{h'h'mm – h'h'mm a v}, |
|
3902
|
|
|
|
|
|
|
}, |
|
3903
|
|
|
|
|
|
|
hv => { |
|
3904
|
|
|
|
|
|
|
a => q{h'h' a – h'h' a v}, |
|
3905
|
|
|
|
|
|
|
h => q{h'h' – h'h' a v}, |
|
3906
|
|
|
|
|
|
|
}, |
|
3907
|
|
|
|
|
|
|
y => { |
|
3908
|
|
|
|
|
|
|
y => q{y – y}, |
|
3909
|
|
|
|
|
|
|
}, |
|
3910
|
|
|
|
|
|
|
yM => { |
|
3911
|
|
|
|
|
|
|
M => q{MM/y – MM/y}, |
|
3912
|
|
|
|
|
|
|
y => q{MM/y – MM/y}, |
|
3913
|
|
|
|
|
|
|
}, |
|
3914
|
|
|
|
|
|
|
yMEd => { |
|
3915
|
|
|
|
|
|
|
M => q{E dd/MM/y – E dd/MM/y}, |
|
3916
|
|
|
|
|
|
|
d => q{E dd/MM/y – E dd/MM/y}, |
|
3917
|
|
|
|
|
|
|
y => q{E dd/MM/y – E dd/MM/y}, |
|
3918
|
|
|
|
|
|
|
}, |
|
3919
|
|
|
|
|
|
|
yMMM => { |
|
3920
|
|
|
|
|
|
|
M => q{MMM – MMM y}, |
|
3921
|
|
|
|
|
|
|
y => q{MMM y – MMM y}, |
|
3922
|
|
|
|
|
|
|
}, |
|
3923
|
|
|
|
|
|
|
yMMMEd => { |
|
3924
|
|
|
|
|
|
|
M => q{E d MMM – E d MMM 'de' y}, |
|
3925
|
|
|
|
|
|
|
d => q{E d MMM – E d MMM 'de' y}, |
|
3926
|
|
|
|
|
|
|
y => q{E d MMM 'de' y – E d MMM 'de' y}, |
|
3927
|
|
|
|
|
|
|
}, |
|
3928
|
|
|
|
|
|
|
yMMMM => { |
|
3929
|
|
|
|
|
|
|
M => q{LLLL – LLLL 'de' y}, |
|
3930
|
|
|
|
|
|
|
y => q{LLLL 'de' y – LLLL 'de' y}, |
|
3931
|
|
|
|
|
|
|
}, |
|
3932
|
|
|
|
|
|
|
yMMMd => { |
|
3933
|
|
|
|
|
|
|
M => q{d MMM – d MMM 'de' y}, |
|
3934
|
|
|
|
|
|
|
d => q{MMM d – d 'de' y}, |
|
3935
|
|
|
|
|
|
|
y => q{d LLL 'de' y – d LLL 'de' y}, |
|
3936
|
|
|
|
|
|
|
}, |
|
3937
|
|
|
|
|
|
|
yMd => { |
|
3938
|
|
|
|
|
|
|
M => q{dd/MM/y – dd/MM/y}, |
|
3939
|
|
|
|
|
|
|
d => q{dd/MM/y – dd/MM/y}, |
|
3940
|
|
|
|
|
|
|
y => q{dd/MM/y – dd/MM/y}, |
|
3941
|
|
|
|
|
|
|
}, |
|
3942
|
|
|
|
|
|
|
}, |
|
3943
|
|
|
|
|
|
|
} }, |
|
3944
|
|
|
|
|
|
|
); |
|
3945
|
|
|
|
|
|
|
|
|
3946
|
|
|
|
|
|
|
has 'time_zone_names' => ( |
|
3947
|
|
|
|
|
|
|
is => 'ro', |
|
3948
|
|
|
|
|
|
|
isa => HashRef, |
|
3949
|
|
|
|
|
|
|
init_arg => undef, |
|
3950
|
|
|
|
|
|
|
default => sub { { |
|
3951
|
|
|
|
|
|
|
gmtFormat => q(UTC{0}), |
|
3952
|
|
|
|
|
|
|
gmtZeroFormat => q(UTC), |
|
3953
|
|
|
|
|
|
|
regionFormat => q(ora de {0}), |
|
3954
|
|
|
|
|
|
|
regionFormat => q({0} (ora d’estiu)), |
|
3955
|
|
|
|
|
|
|
regionFormat => q({0} (ora estandard)), |
|
3956
|
|
|
|
|
|
|
'Afghanistan' => { |
|
3957
|
|
|
|
|
|
|
long => { |
|
3958
|
|
|
|
|
|
|
'standard' => q#ora d’Afganistan#, |
|
3959
|
|
|
|
|
|
|
}, |
|
3960
|
|
|
|
|
|
|
}, |
|
3961
|
|
|
|
|
|
|
'Africa/Algiers' => { |
|
3962
|
|
|
|
|
|
|
exemplarCity => q#Argièrs#, |
|
3963
|
|
|
|
|
|
|
}, |
|
3964
|
|
|
|
|
|
|
'Africa/Djibouti' => { |
|
3965
|
|
|
|
|
|
|
exemplarCity => q#Jiboti#, |
|
3966
|
|
|
|
|
|
|
}, |
|
3967
|
|
|
|
|
|
|
'Africa/Douala' => { |
|
3968
|
|
|
|
|
|
|
exemplarCity => q#Doala#, |
|
3969
|
|
|
|
|
|
|
}, |
|
3970
|
|
|
|
|
|
|
'Africa_Central' => { |
|
3971
|
|
|
|
|
|
|
long => { |
|
3972
|
|
|
|
|
|
|
'standard' => q#ora d’Africa centrala#, |
|
3973
|
|
|
|
|
|
|
}, |
|
3974
|
|
|
|
|
|
|
}, |
|
3975
|
|
|
|
|
|
|
'Africa_Eastern' => { |
|
3976
|
|
|
|
|
|
|
long => { |
|
3977
|
|
|
|
|
|
|
'standard' => q#ora d’Africa de l’èst#, |
|
3978
|
|
|
|
|
|
|
}, |
|
3979
|
|
|
|
|
|
|
}, |
|
3980
|
|
|
|
|
|
|
'Africa_Southern' => { |
|
3981
|
|
|
|
|
|
|
long => { |
|
3982
|
|
|
|
|
|
|
'standard' => q#ora de Sudafrica#, |
|
3983
|
|
|
|
|
|
|
}, |
|
3984
|
|
|
|
|
|
|
}, |
|
3985
|
|
|
|
|
|
|
'Africa_Western' => { |
|
3986
|
|
|
|
|
|
|
long => { |
|
3987
|
|
|
|
|
|
|
'daylight' => q#ora d’estiu d’Africa occidentala#, |
|
3988
|
|
|
|
|
|
|
'generic' => q#ora d’Africa occidentala#, |
|
3989
|
|
|
|
|
|
|
'standard' => q#ora estandarda d’Africa occidentala#, |
|
3990
|
|
|
|
|
|
|
}, |
|
3991
|
|
|
|
|
|
|
}, |
|
3992
|
|
|
|
|
|
|
'Alaska' => { |
|
3993
|
|
|
|
|
|
|
long => { |
|
3994
|
|
|
|
|
|
|
'daylight' => q#ora d’estiu d’Alaska#, |
|
3995
|
|
|
|
|
|
|
'generic' => q#ora d’Alaska#, |
|
3996
|
|
|
|
|
|
|
'standard' => q#ora estandarda d’Alaska#, |
|
3997
|
|
|
|
|
|
|
}, |
|
3998
|
|
|
|
|
|
|
}, |
|
3999
|
|
|
|
|
|
|
'Amazon' => { |
|
4000
|
|
|
|
|
|
|
long => { |
|
4001
|
|
|
|
|
|
|
'daylight' => q#ora d’estiu l’Amazònes#, |
|
4002
|
|
|
|
|
|
|
'generic' => q#ora de l’Amazònes#, |
|
4003
|
|
|
|
|
|
|
'standard' => q#ora estandarda de l’Amazònes#, |
|
4004
|
|
|
|
|
|
|
}, |
|
4005
|
|
|
|
|
|
|
}, |
|
4006
|
|
|
|
|
|
|
'America_Central' => { |
|
4007
|
|
|
|
|
|
|
long => { |
|
4008
|
|
|
|
|
|
|
'daylight' => q#ora d’estiu centrala#, |
|
4009
|
|
|
|
|
|
|
'generic' => q#ora centrala#, |
|
4010
|
|
|
|
|
|
|
'standard' => q#ora estandarda centrala#, |
|
4011
|
|
|
|
|
|
|
}, |
|
4012
|
|
|
|
|
|
|
}, |
|
4013
|
|
|
|
|
|
|
'America_Eastern' => { |
|
4014
|
|
|
|
|
|
|
long => { |
|
4015
|
|
|
|
|
|
|
'daylight' => q#ora d’estiu de l’Èst#, |
|
4016
|
|
|
|
|
|
|
'generic' => q#ora de l’Èst#, |
|
4017
|
|
|
|
|
|
|
'standard' => q#ora estandarda de l’Èst#, |
|
4018
|
|
|
|
|
|
|
}, |
|
4019
|
|
|
|
|
|
|
}, |
|
4020
|
|
|
|
|
|
|
'America_Mountain' => { |
|
4021
|
|
|
|
|
|
|
long => { |
|
4022
|
|
|
|
|
|
|
'daylight' => q#ora d’estiu de la montanha#, |
|
4023
|
|
|
|
|
|
|
'generic' => q#ora de la montanha#, |
|
4024
|
|
|
|
|
|
|
'standard' => q#ora estandarda de la montanha#, |
|
4025
|
|
|
|
|
|
|
}, |
|
4026
|
|
|
|
|
|
|
}, |
|
4027
|
|
|
|
|
|
|
'America_Pacific' => { |
|
4028
|
|
|
|
|
|
|
long => { |
|
4029
|
|
|
|
|
|
|
'daylight' => q#ora d’estiu del Pacific#, |
|
4030
|
|
|
|
|
|
|
'generic' => q#ora del Pacific#, |
|
4031
|
|
|
|
|
|
|
'standard' => q#ora estandarda del Pacific#, |
|
4032
|
|
|
|
|
|
|
}, |
|
4033
|
|
|
|
|
|
|
}, |
|
4034
|
|
|
|
|
|
|
'Apia' => { |
|
4035
|
|
|
|
|
|
|
long => { |
|
4036
|
|
|
|
|
|
|
'daylight' => q#ora d’esiu d’Apia#, |
|
4037
|
|
|
|
|
|
|
'generic' => q#ora d’Apia#, |
|
4038
|
|
|
|
|
|
|
'standard' => q#ora estandard d’Apia#, |
|
4039
|
|
|
|
|
|
|
}, |
|
4040
|
|
|
|
|
|
|
}, |
|
4041
|
|
|
|
|
|
|
'Arabian' => { |
|
4042
|
|
|
|
|
|
|
long => { |
|
4043
|
|
|
|
|
|
|
'daylight' => q#ora d’estiu d’Arabia#, |
|
4044
|
|
|
|
|
|
|
'generic' => q#ora d’Arabia#, |
|
4045
|
|
|
|
|
|
|
'standard' => q#ora estandarda d’Arabia#, |
|
4046
|
|
|
|
|
|
|
}, |
|
4047
|
|
|
|
|
|
|
}, |
|
4048
|
|
|
|
|
|
|
'Argentina' => { |
|
4049
|
|
|
|
|
|
|
long => { |
|
4050
|
|
|
|
|
|
|
'daylight' => q#ora d’estiu d’Argentina#, |
|
4051
|
|
|
|
|
|
|
'generic' => q#ora d’Argentina#, |
|
4052
|
|
|
|
|
|
|
'standard' => q#ora estandarda d’Argentina#, |
|
4053
|
|
|
|
|
|
|
}, |
|
4054
|
|
|
|
|
|
|
}, |
|
4055
|
|
|
|
|
|
|
'Argentina_Western' => { |
|
4056
|
|
|
|
|
|
|
long => { |
|
4057
|
|
|
|
|
|
|
'daylight' => q#ora d’estiu de l’oèst d’Argentina#, |
|
4058
|
|
|
|
|
|
|
'generic' => q#ora de l’oèst d’Argentina#, |
|
4059
|
|
|
|
|
|
|
'standard' => q#ora estandarda de l’oèst d’Argentina#, |
|
4060
|
|
|
|
|
|
|
}, |
|
4061
|
|
|
|
|
|
|
}, |
|
4062
|
|
|
|
|
|
|
'Armenia' => { |
|
4063
|
|
|
|
|
|
|
long => { |
|
4064
|
|
|
|
|
|
|
'daylight' => q#ora d’estiu d’Armenia#, |
|
4065
|
|
|
|
|
|
|
'generic' => q#ora d’Armenia#, |
|
4066
|
|
|
|
|
|
|
'standard' => q#ora estandarda d’Armenia#, |
|
4067
|
|
|
|
|
|
|
}, |
|
4068
|
|
|
|
|
|
|
}, |
|
4069
|
|
|
|
|
|
|
'Asia/Bangkok' => { |
|
4070
|
|
|
|
|
|
|
exemplarCity => q#Bangkòk#, |
|
4071
|
|
|
|
|
|
|
}, |
|
4072
|
|
|
|
|
|
|
'Asia/Calcutta' => { |
|
4073
|
|
|
|
|
|
|
exemplarCity => q#Calcuta#, |
|
4074
|
|
|
|
|
|
|
}, |
|
4075
|
|
|
|
|
|
|
'Asia/Dhaka' => { |
|
4076
|
|
|
|
|
|
|
exemplarCity => q#Dacca#, |
|
4077
|
|
|
|
|
|
|
}, |
|
4078
|
|
|
|
|
|
|
'Asia/Kabul' => { |
|
4079
|
|
|
|
|
|
|
exemplarCity => q#Kabol#, |
|
4080
|
|
|
|
|
|
|
}, |
|
4081
|
|
|
|
|
|
|
'Asia/Sakhalin' => { |
|
4082
|
|
|
|
|
|
|
exemplarCity => q#Sajalin#, |
|
4083
|
|
|
|
|
|
|
}, |
|
4084
|
|
|
|
|
|
|
'Asia/Singapore' => { |
|
4085
|
|
|
|
|
|
|
exemplarCity => q#Singapor#, |
|
4086
|
|
|
|
|
|
|
}, |
|
4087
|
|
|
|
|
|
|
'Asia/Ulaanbaatar' => { |
|
4088
|
|
|
|
|
|
|
exemplarCity => q#Ulan Bator#, |
|
4089
|
|
|
|
|
|
|
}, |
|
4090
|
|
|
|
|
|
|
'Asia/Yekaterinburg' => { |
|
4091
|
|
|
|
|
|
|
exemplarCity => q#Ekaterimburg#, |
|
4092
|
|
|
|
|
|
|
}, |
|
4093
|
|
|
|
|
|
|
'Atlantic' => { |
|
4094
|
|
|
|
|
|
|
long => { |
|
4095
|
|
|
|
|
|
|
'daylight' => q#ora d’estiu de l’Atlantic#, |
|
4096
|
|
|
|
|
|
|
'generic' => q#ora de l’Atlantic#, |
|
4097
|
|
|
|
|
|
|
'standard' => q#ora estandarda de l’Atlantic#, |
|
4098
|
|
|
|
|
|
|
}, |
|
4099
|
|
|
|
|
|
|
}, |
|
4100
|
|
|
|
|
|
|
'Atlantic/Azores' => { |
|
4101
|
|
|
|
|
|
|
exemplarCity => q#Açòres#, |
|
4102
|
|
|
|
|
|
|
}, |
|
4103
|
|
|
|
|
|
|
'Atlantic/Canary' => { |
|
4104
|
|
|
|
|
|
|
exemplarCity => q#Canàries#, |
|
4105
|
|
|
|
|
|
|
}, |
|
4106
|
|
|
|
|
|
|
'Atlantic/Cape_Verde' => { |
|
4107
|
|
|
|
|
|
|
exemplarCity => q#Cap Verd#, |
|
4108
|
|
|
|
|
|
|
}, |
|
4109
|
|
|
|
|
|
|
'Australia/Adelaide' => { |
|
4110
|
|
|
|
|
|
|
exemplarCity => q#Adelaïda#, |
|
4111
|
|
|
|
|
|
|
}, |
|
4112
|
|
|
|
|
|
|
'Australia_Central' => { |
|
4113
|
|
|
|
|
|
|
long => { |
|
4114
|
|
|
|
|
|
|
'daylight' => q#ora d’estiu d’Austràlia centrala#, |
|
4115
|
|
|
|
|
|
|
'generic' => q#ora d’Austràlia centrala#, |
|
4116
|
|
|
|
|
|
|
'standard' => q#ora estandard d’Austràlia centrala#, |
|
4117
|
|
|
|
|
|
|
}, |
|
4118
|
|
|
|
|
|
|
}, |
|
4119
|
|
|
|
|
|
|
'Australia_CentralWestern' => { |
|
4120
|
|
|
|
|
|
|
long => { |
|
4121
|
|
|
|
|
|
|
'daylight' => q#ora d’estiu estandarda d’Austràlia centreoccidentala#, |
|
4122
|
|
|
|
|
|
|
'generic' => q#ora d’Austràlia centreoccidentala#, |
|
4123
|
|
|
|
|
|
|
'standard' => q#ora estandard d’Austràlia centreoccidentala#, |
|
4124
|
|
|
|
|
|
|
}, |
|
4125
|
|
|
|
|
|
|
}, |
|
4126
|
|
|
|
|
|
|
'Australia_Eastern' => { |
|
4127
|
|
|
|
|
|
|
long => { |
|
4128
|
|
|
|
|
|
|
'daylight' => q#ora d’estiu d’Austràlia oriental#, |
|
4129
|
|
|
|
|
|
|
'generic' => q#ora d’Austràlia oriental#, |
|
4130
|
|
|
|
|
|
|
'standard' => q#ora estandard d’Austràlia oriental#, |
|
4131
|
|
|
|
|
|
|
}, |
|
4132
|
|
|
|
|
|
|
}, |
|
4133
|
|
|
|
|
|
|
'Australia_Western' => { |
|
4134
|
|
|
|
|
|
|
long => { |
|
4135
|
|
|
|
|
|
|
'daylight' => q#ora d’estiu d’Austràlia occidental#, |
|
4136
|
|
|
|
|
|
|
'generic' => q#ora d’Austràlia occidental#, |
|
4137
|
|
|
|
|
|
|
'standard' => q#ora estandard d’Austràlia occidental#, |
|
4138
|
|
|
|
|
|
|
}, |
|
4139
|
|
|
|
|
|
|
}, |
|
4140
|
|
|
|
|
|
|
'Azerbaijan' => { |
|
4141
|
|
|
|
|
|
|
long => { |
|
4142
|
|
|
|
|
|
|
'daylight' => q#ora d’estiu d’Azerbaijan#, |
|
4143
|
|
|
|
|
|
|
'generic' => q#ora d’Azerbaijan#, |
|
4144
|
|
|
|
|
|
|
'standard' => q#ora estandarda d’Azerbaijan#, |
|
4145
|
|
|
|
|
|
|
}, |
|
4146
|
|
|
|
|
|
|
}, |
|
4147
|
|
|
|
|
|
|
'Azores' => { |
|
4148
|
|
|
|
|
|
|
long => { |
|
4149
|
|
|
|
|
|
|
'daylight' => q#ora d’estiu de les Açòres#, |
|
4150
|
|
|
|
|
|
|
'generic' => q#ora de les Açòres#, |
|
4151
|
|
|
|
|
|
|
'standard' => q#ora estandarda de les Açòres#, |
|
4152
|
|
|
|
|
|
|
}, |
|
4153
|
|
|
|
|
|
|
}, |
|
4154
|
|
|
|
|
|
|
'Bangladesh' => { |
|
4155
|
|
|
|
|
|
|
long => { |
|
4156
|
|
|
|
|
|
|
'daylight' => q#ora d’estiu de Bangaldesh#, |
|
4157
|
|
|
|
|
|
|
'generic' => q#ora de Bangaldesh#, |
|
4158
|
|
|
|
|
|
|
'standard' => q#ora estandarda de Bangaldesh#, |
|
4159
|
|
|
|
|
|
|
}, |
|
4160
|
|
|
|
|
|
|
}, |
|
4161
|
|
|
|
|
|
|
'Bhutan' => { |
|
4162
|
|
|
|
|
|
|
long => { |
|
4163
|
|
|
|
|
|
|
'standard' => q#ora de Butan#, |
|
4164
|
|
|
|
|
|
|
}, |
|
4165
|
|
|
|
|
|
|
}, |
|
4166
|
|
|
|
|
|
|
'Bolivia' => { |
|
4167
|
|
|
|
|
|
|
long => { |
|
4168
|
|
|
|
|
|
|
'standard' => q#ora de Bolivia#, |
|
4169
|
|
|
|
|
|
|
}, |
|
4170
|
|
|
|
|
|
|
}, |
|
4171
|
|
|
|
|
|
|
'Brasilia' => { |
|
4172
|
|
|
|
|
|
|
long => { |
|
4173
|
|
|
|
|
|
|
'daylight' => q#ora d’estiu de Brasilia#, |
|
4174
|
|
|
|
|
|
|
'generic' => q#ora de Brasilia#, |
|
4175
|
|
|
|
|
|
|
'standard' => q#ora estandarda de Brasilia#, |
|
4176
|
|
|
|
|
|
|
}, |
|
4177
|
|
|
|
|
|
|
}, |
|
4178
|
|
|
|
|
|
|
'Brunei' => { |
|
4179
|
|
|
|
|
|
|
long => { |
|
4180
|
|
|
|
|
|
|
'standard' => q#ora de Brunei#, |
|
4181
|
|
|
|
|
|
|
}, |
|
4182
|
|
|
|
|
|
|
}, |
|
4183
|
|
|
|
|
|
|
'Cape_Verde' => { |
|
4184
|
|
|
|
|
|
|
long => { |
|
4185
|
|
|
|
|
|
|
'daylight' => q#ora d’estiu de Cap-Verd#, |
|
4186
|
|
|
|
|
|
|
'generic' => q#ora de Cap-Verd#, |
|
4187
|
|
|
|
|
|
|
'standard' => q#ora estandarda de Cap-Verd#, |
|
4188
|
|
|
|
|
|
|
}, |
|
4189
|
|
|
|
|
|
|
}, |
|
4190
|
|
|
|
|
|
|
'Chamorro' => { |
|
4191
|
|
|
|
|
|
|
long => { |
|
4192
|
|
|
|
|
|
|
'standard' => q#ora estandard de Chamorro#, |
|
4193
|
|
|
|
|
|
|
}, |
|
4194
|
|
|
|
|
|
|
}, |
|
4195
|
|
|
|
|
|
|
'Chatham' => { |
|
4196
|
|
|
|
|
|
|
long => { |
|
4197
|
|
|
|
|
|
|
'daylight' => q#ora d’estiu de Chatham#, |
|
4198
|
|
|
|
|
|
|
'generic' => q#ora de Chatham#, |
|
4199
|
|
|
|
|
|
|
'standard' => q#ora estandard de Chatham#, |
|
4200
|
|
|
|
|
|
|
}, |
|
4201
|
|
|
|
|
|
|
}, |
|
4202
|
|
|
|
|
|
|
'Chile' => { |
|
4203
|
|
|
|
|
|
|
long => { |
|
4204
|
|
|
|
|
|
|
'daylight' => q#ora d’estiu de Chile#, |
|
4205
|
|
|
|
|
|
|
'generic' => q#ora de Chile#, |
|
4206
|
|
|
|
|
|
|
'standard' => q#ora estandarda de Chile#, |
|
4207
|
|
|
|
|
|
|
}, |
|
4208
|
|
|
|
|
|
|
}, |
|
4209
|
|
|
|
|
|
|
'China' => { |
|
4210
|
|
|
|
|
|
|
long => { |
|
4211
|
|
|
|
|
|
|
'daylight' => q#ora d’estiu de China#, |
|
4212
|
|
|
|
|
|
|
'generic' => q#ora de China#, |
|
4213
|
|
|
|
|
|
|
'standard' => q#ora estandarda de China#, |
|
4214
|
|
|
|
|
|
|
}, |
|
4215
|
|
|
|
|
|
|
}, |
|
4216
|
|
|
|
|
|
|
'Christmas' => { |
|
4217
|
|
|
|
|
|
|
long => { |
|
4218
|
|
|
|
|
|
|
'standard' => q#ora de l’illa de Nadau#, |
|
4219
|
|
|
|
|
|
|
}, |
|
4220
|
|
|
|
|
|
|
}, |
|
4221
|
|
|
|
|
|
|
'Cocos' => { |
|
4222
|
|
|
|
|
|
|
long => { |
|
4223
|
|
|
|
|
|
|
'standard' => q#ora de l’illa de Cocos#, |
|
4224
|
|
|
|
|
|
|
}, |
|
4225
|
|
|
|
|
|
|
}, |
|
4226
|
|
|
|
|
|
|
'Colombia' => { |
|
4227
|
|
|
|
|
|
|
long => { |
|
4228
|
|
|
|
|
|
|
'daylight' => q#ora d’estiu de Colòmbia#, |
|
4229
|
|
|
|
|
|
|
'generic' => q#ora de Colòmbia#, |
|
4230
|
|
|
|
|
|
|
'standard' => q#ora estandarda de Colòmbia#, |
|
4231
|
|
|
|
|
|
|
}, |
|
4232
|
|
|
|
|
|
|
}, |
|
4233
|
|
|
|
|
|
|
'Cook' => { |
|
4234
|
|
|
|
|
|
|
long => { |
|
4235
|
|
|
|
|
|
|
'daylight' => q#ora d’estiu mieja de les Illes Cook#, |
|
4236
|
|
|
|
|
|
|
'generic' => q#ora de les Illes Cook#, |
|
4237
|
|
|
|
|
|
|
'standard' => q#ora estandard de les Illes Cook#, |
|
4238
|
|
|
|
|
|
|
}, |
|
4239
|
|
|
|
|
|
|
}, |
|
4240
|
|
|
|
|
|
|
'Cuba' => { |
|
4241
|
|
|
|
|
|
|
long => { |
|
4242
|
|
|
|
|
|
|
'daylight' => q#ora d’estiu de Cuba#, |
|
4243
|
|
|
|
|
|
|
'generic' => q#ora de Cuba#, |
|
4244
|
|
|
|
|
|
|
'standard' => q#ora estandarda de Cuba#, |
|
4245
|
|
|
|
|
|
|
}, |
|
4246
|
|
|
|
|
|
|
}, |
|
4247
|
|
|
|
|
|
|
'Davis' => { |
|
4248
|
|
|
|
|
|
|
long => { |
|
4249
|
|
|
|
|
|
|
'standard' => q#ora de Davis#, |
|
4250
|
|
|
|
|
|
|
}, |
|
4251
|
|
|
|
|
|
|
}, |
|
4252
|
|
|
|
|
|
|
'DumontDUrville' => { |
|
4253
|
|
|
|
|
|
|
long => { |
|
4254
|
|
|
|
|
|
|
'standard' => q#ora de Dumont-d’Urville#, |
|
4255
|
|
|
|
|
|
|
}, |
|
4256
|
|
|
|
|
|
|
}, |
|
4257
|
|
|
|
|
|
|
'East_Timor' => { |
|
4258
|
|
|
|
|
|
|
long => { |
|
4259
|
|
|
|
|
|
|
'standard' => q#ora de Timòr oriental#, |
|
4260
|
|
|
|
|
|
|
}, |
|
4261
|
|
|
|
|
|
|
}, |
|
4262
|
|
|
|
|
|
|
'Easter' => { |
|
4263
|
|
|
|
|
|
|
long => { |
|
4264
|
|
|
|
|
|
|
'daylight' => q#ora d’estiu de la illa de Pascua#, |
|
4265
|
|
|
|
|
|
|
'generic' => q#ora de la illa de Pascua#, |
|
4266
|
|
|
|
|
|
|
'standard' => q#ora estandarda de la illa de Pascua#, |
|
4267
|
|
|
|
|
|
|
}, |
|
4268
|
|
|
|
|
|
|
}, |
|
4269
|
|
|
|
|
|
|
'Ecuador' => { |
|
4270
|
|
|
|
|
|
|
long => { |
|
4271
|
|
|
|
|
|
|
'standard' => q#ora d’Equator#, |
|
4272
|
|
|
|
|
|
|
}, |
|
4273
|
|
|
|
|
|
|
}, |
|
4274
|
|
|
|
|
|
|
'Etc/UTC' => { |
|
4275
|
|
|
|
|
|
|
long => { |
|
4276
|
|
|
|
|
|
|
'standard' => q#ora coordonada universala#, |
|
4277
|
|
|
|
|
|
|
}, |
|
4278
|
|
|
|
|
|
|
}, |
|
4279
|
|
|
|
|
|
|
'Etc/Unknown' => { |
|
4280
|
|
|
|
|
|
|
exemplarCity => q#Vila desconeguda#, |
|
4281
|
|
|
|
|
|
|
}, |
|
4282
|
|
|
|
|
|
|
'Europe/Andorra' => { |
|
4283
|
|
|
|
|
|
|
exemplarCity => q#Andòrra#, |
|
4284
|
|
|
|
|
|
|
}, |
|
4285
|
|
|
|
|
|
|
'Europe/Athens' => { |
|
4286
|
|
|
|
|
|
|
exemplarCity => q#Atenes#, |
|
4287
|
|
|
|
|
|
|
}, |
|
4288
|
|
|
|
|
|
|
'Europe/Belgrade' => { |
|
4289
|
|
|
|
|
|
|
exemplarCity => q#Belgrad#, |
|
4290
|
|
|
|
|
|
|
}, |
|
4291
|
|
|
|
|
|
|
'Europe/Brussels' => { |
|
4292
|
|
|
|
|
|
|
exemplarCity => q#Brussèlas#, |
|
4293
|
|
|
|
|
|
|
}, |
|
4294
|
|
|
|
|
|
|
'Europe/Bucharest' => { |
|
4295
|
|
|
|
|
|
|
exemplarCity => q#Bucarèst#, |
|
4296
|
|
|
|
|
|
|
}, |
|
4297
|
|
|
|
|
|
|
'Europe/Budapest' => { |
|
4298
|
|
|
|
|
|
|
exemplarCity => q#Budapèst#, |
|
4299
|
|
|
|
|
|
|
}, |
|
4300
|
|
|
|
|
|
|
'Europe/Dublin' => { |
|
4301
|
|
|
|
|
|
|
long => { |
|
4302
|
|
|
|
|
|
|
'daylight' => q#ora estandarda irlandesa#, |
|
4303
|
|
|
|
|
|
|
}, |
|
4304
|
|
|
|
|
|
|
}, |
|
4305
|
|
|
|
|
|
|
'Europe/Lisbon' => { |
|
4306
|
|
|
|
|
|
|
exemplarCity => q#Lisbona#, |
|
4307
|
|
|
|
|
|
|
}, |
|
4308
|
|
|
|
|
|
|
'Europe/London' => { |
|
4309
|
|
|
|
|
|
|
exemplarCity => q#Londres#, |
|
4310
|
|
|
|
|
|
|
long => { |
|
4311
|
|
|
|
|
|
|
'daylight' => q#ora d’estiu britanica#, |
|
4312
|
|
|
|
|
|
|
}, |
|
4313
|
|
|
|
|
|
|
}, |
|
4314
|
|
|
|
|
|
|
'Europe/Luxembourg' => { |
|
4315
|
|
|
|
|
|
|
exemplarCity => q#Luxemborg#, |
|
4316
|
|
|
|
|
|
|
}, |
|
4317
|
|
|
|
|
|
|
'Europe/Monaco' => { |
|
4318
|
|
|
|
|
|
|
exemplarCity => q#Mónegue#, |
|
4319
|
|
|
|
|
|
|
}, |
|
4320
|
|
|
|
|
|
|
'Europe/Moscow' => { |
|
4321
|
|
|
|
|
|
|
exemplarCity => q#Moscòu#, |
|
4322
|
|
|
|
|
|
|
}, |
|
4323
|
|
|
|
|
|
|
'Europe/Paris' => { |
|
4324
|
|
|
|
|
|
|
exemplarCity => q#París#, |
|
4325
|
|
|
|
|
|
|
}, |
|
4326
|
|
|
|
|
|
|
'Europe/Prague' => { |
|
4327
|
|
|
|
|
|
|
exemplarCity => q#Praga#, |
|
4328
|
|
|
|
|
|
|
}, |
|
4329
|
|
|
|
|
|
|
'Europe/Rome' => { |
|
4330
|
|
|
|
|
|
|
exemplarCity => q#Roma#, |
|
4331
|
|
|
|
|
|
|
}, |
|
4332
|
|
|
|
|
|
|
'Europe_Central' => { |
|
4333
|
|
|
|
|
|
|
long => { |
|
4334
|
|
|
|
|
|
|
'daylight' => q#ora d’estiu d’Euròpa centrala#, |
|
4335
|
|
|
|
|
|
|
'generic' => q#ora d’Euròpa centrala#, |
|
4336
|
|
|
|
|
|
|
'standard' => q#ora estandarda d’Euròpa centrala#, |
|
4337
|
|
|
|
|
|
|
}, |
|
4338
|
|
|
|
|
|
|
}, |
|
4339
|
|
|
|
|
|
|
'Europe_Eastern' => { |
|
4340
|
|
|
|
|
|
|
long => { |
|
4341
|
|
|
|
|
|
|
'daylight' => q#ora d’estiu d’Euròpa de l’èst#, |
|
4342
|
|
|
|
|
|
|
'generic' => q#ora d’Euròpa de l’èst#, |
|
4343
|
|
|
|
|
|
|
'standard' => q#ora estandarda d’Euròpa de l’èst#, |
|
4344
|
|
|
|
|
|
|
}, |
|
4345
|
|
|
|
|
|
|
}, |
|
4346
|
|
|
|
|
|
|
'Europe_Further_Eastern' => { |
|
4347
|
|
|
|
|
|
|
long => { |
|
4348
|
|
|
|
|
|
|
'standard' => q#ora de l’extrem d’Euròpa orientala#, |
|
4349
|
|
|
|
|
|
|
}, |
|
4350
|
|
|
|
|
|
|
}, |
|
4351
|
|
|
|
|
|
|
'Europe_Western' => { |
|
4352
|
|
|
|
|
|
|
long => { |
|
4353
|
|
|
|
|
|
|
'daylight' => q#ora d’estiu d’Euròpa de l’oèst#, |
|
4354
|
|
|
|
|
|
|
'generic' => q#ora d’Euròpa de l’oèst#, |
|
4355
|
|
|
|
|
|
|
'standard' => q#ora estandarda d’Euròpa de l’oèst#, |
|
4356
|
|
|
|
|
|
|
}, |
|
4357
|
|
|
|
|
|
|
}, |
|
4358
|
|
|
|
|
|
|
'Falkland' => { |
|
4359
|
|
|
|
|
|
|
long => { |
|
4360
|
|
|
|
|
|
|
'daylight' => q#ora d’estiu de les illes Malvinas#, |
|
4361
|
|
|
|
|
|
|
'generic' => q#ora de les illes Malvinas#, |
|
4362
|
|
|
|
|
|
|
'standard' => q#ora estandarda de les illes Malvinas#, |
|
4363
|
|
|
|
|
|
|
}, |
|
4364
|
|
|
|
|
|
|
}, |
|
4365
|
|
|
|
|
|
|
'Fiji' => { |
|
4366
|
|
|
|
|
|
|
long => { |
|
4367
|
|
|
|
|
|
|
'daylight' => q#ora d’estiu de Fiji#, |
|
4368
|
|
|
|
|
|
|
'generic' => q#ora de Fiji#, |
|
4369
|
|
|
|
|
|
|
'standard' => q#ora estandard de Fiji#, |
|
4370
|
|
|
|
|
|
|
}, |
|
4371
|
|
|
|
|
|
|
}, |
|
4372
|
|
|
|
|
|
|
'French_Guiana' => { |
|
4373
|
|
|
|
|
|
|
long => { |
|
4374
|
|
|
|
|
|
|
'standard' => q#ora de la Guayana Francesa#, |
|
4375
|
|
|
|
|
|
|
}, |
|
4376
|
|
|
|
|
|
|
}, |
|
4377
|
|
|
|
|
|
|
'French_Southern' => { |
|
4378
|
|
|
|
|
|
|
long => { |
|
4379
|
|
|
|
|
|
|
'standard' => q#ora de les Terres australes e antartiques franceses#, |
|
4380
|
|
|
|
|
|
|
}, |
|
4381
|
|
|
|
|
|
|
}, |
|
4382
|
|
|
|
|
|
|
'GMT' => { |
|
4383
|
|
|
|
|
|
|
long => { |
|
4384
|
|
|
|
|
|
|
'standard' => q#ora al meridian de Greenwich#, |
|
4385
|
|
|
|
|
|
|
}, |
|
4386
|
|
|
|
|
|
|
}, |
|
4387
|
|
|
|
|
|
|
'Galapagos' => { |
|
4388
|
|
|
|
|
|
|
long => { |
|
4389
|
|
|
|
|
|
|
'standard' => q#ora de Galapagos#, |
|
4390
|
|
|
|
|
|
|
}, |
|
4391
|
|
|
|
|
|
|
}, |
|
4392
|
|
|
|
|
|
|
'Gambier' => { |
|
4393
|
|
|
|
|
|
|
long => { |
|
4394
|
|
|
|
|
|
|
'standard' => q#ora de Gambier#, |
|
4395
|
|
|
|
|
|
|
}, |
|
4396
|
|
|
|
|
|
|
}, |
|
4397
|
|
|
|
|
|
|
'Georgia' => { |
|
4398
|
|
|
|
|
|
|
long => { |
|
4399
|
|
|
|
|
|
|
'daylight' => q#ora d’estiu de Geòrgia#, |
|
4400
|
|
|
|
|
|
|
'generic' => q#ora de Geòrgia#, |
|
4401
|
|
|
|
|
|
|
'standard' => q#ora estandarda de Geòrgia#, |
|
4402
|
|
|
|
|
|
|
}, |
|
4403
|
|
|
|
|
|
|
}, |
|
4404
|
|
|
|
|
|
|
'Gilbert_Islands' => { |
|
4405
|
|
|
|
|
|
|
long => { |
|
4406
|
|
|
|
|
|
|
'standard' => q#ora de les illes Gilbert#, |
|
4407
|
|
|
|
|
|
|
}, |
|
4408
|
|
|
|
|
|
|
}, |
|
4409
|
|
|
|
|
|
|
'Greenland_Eastern' => { |
|
4410
|
|
|
|
|
|
|
long => { |
|
4411
|
|
|
|
|
|
|
'daylight' => q#ora d’estiu de l’èst de Groenlandia#, |
|
4412
|
|
|
|
|
|
|
'generic' => q#ora de l’èst de Groenlandia#, |
|
4413
|
|
|
|
|
|
|
'standard' => q#ora estandarda de l’èst de Groenlandia#, |
|
4414
|
|
|
|
|
|
|
}, |
|
4415
|
|
|
|
|
|
|
}, |
|
4416
|
|
|
|
|
|
|
'Greenland_Western' => { |
|
4417
|
|
|
|
|
|
|
long => { |
|
4418
|
|
|
|
|
|
|
'daylight' => q#ora d’estiu de l’oèst de Groenlandia#, |
|
4419
|
|
|
|
|
|
|
'generic' => q#ora de l’oèst de Groenlandia#, |
|
4420
|
|
|
|
|
|
|
'standard' => q#ora estandarda de l’oèst de Groenlandia#, |
|
4421
|
|
|
|
|
|
|
}, |
|
4422
|
|
|
|
|
|
|
}, |
|
4423
|
|
|
|
|
|
|
'Gulf' => { |
|
4424
|
|
|
|
|
|
|
long => { |
|
4425
|
|
|
|
|
|
|
'standard' => q#ora estandard deth Gòlf#, |
|
4426
|
|
|
|
|
|
|
}, |
|
4427
|
|
|
|
|
|
|
}, |
|
4428
|
|
|
|
|
|
|
'Guyana' => { |
|
4429
|
|
|
|
|
|
|
long => { |
|
4430
|
|
|
|
|
|
|
'standard' => q#ora de la Guayana#, |
|
4431
|
|
|
|
|
|
|
}, |
|
4432
|
|
|
|
|
|
|
}, |
|
4433
|
|
|
|
|
|
|
'Hawaii_Aleutian' => { |
|
4434
|
|
|
|
|
|
|
long => { |
|
4435
|
|
|
|
|
|
|
'daylight' => q#ora d’estiu de Hawai-Aleutianes#, |
|
4436
|
|
|
|
|
|
|
'generic' => q#ora de Hawai-Aleutianes#, |
|
4437
|
|
|
|
|
|
|
'standard' => q#ora estandarda de Hawai-Aleutianes#, |
|
4438
|
|
|
|
|
|
|
}, |
|
4439
|
|
|
|
|
|
|
}, |
|
4440
|
|
|
|
|
|
|
'Hong_Kong' => { |
|
4441
|
|
|
|
|
|
|
long => { |
|
4442
|
|
|
|
|
|
|
'daylight' => q#ora d’estiu de Hong Kong#, |
|
4443
|
|
|
|
|
|
|
'generic' => q#ora de Hong Kong#, |
|
4444
|
|
|
|
|
|
|
'standard' => q#ora estandarda de Hong Kong#, |
|
4445
|
|
|
|
|
|
|
}, |
|
4446
|
|
|
|
|
|
|
}, |
|
4447
|
|
|
|
|
|
|
'Hovd' => { |
|
4448
|
|
|
|
|
|
|
long => { |
|
4449
|
|
|
|
|
|
|
'daylight' => q#ora d’estiu de Hovd#, |
|
4450
|
|
|
|
|
|
|
'generic' => q#ora de Hovd#, |
|
4451
|
|
|
|
|
|
|
'standard' => q#ora estandarda de Hovd#, |
|
4452
|
|
|
|
|
|
|
}, |
|
4453
|
|
|
|
|
|
|
}, |
|
4454
|
|
|
|
|
|
|
'India' => { |
|
4455
|
|
|
|
|
|
|
long => { |
|
4456
|
|
|
|
|
|
|
'standard' => q#ora estandarda de l’India#, |
|
4457
|
|
|
|
|
|
|
}, |
|
4458
|
|
|
|
|
|
|
}, |
|
4459
|
|
|
|
|
|
|
'Indian/Maldives' => { |
|
4460
|
|
|
|
|
|
|
exemplarCity => q#Malvines#, |
|
4461
|
|
|
|
|
|
|
}, |
|
4462
|
|
|
|
|
|
|
'Indian_Ocean' => { |
|
4463
|
|
|
|
|
|
|
long => { |
|
4464
|
|
|
|
|
|
|
'standard' => q#ora de l’Ocean Indic#, |
|
4465
|
|
|
|
|
|
|
}, |
|
4466
|
|
|
|
|
|
|
}, |
|
4467
|
|
|
|
|
|
|
'Indochina' => { |
|
4468
|
|
|
|
|
|
|
long => { |
|
4469
|
|
|
|
|
|
|
'standard' => q#ora d’Indochina#, |
|
4470
|
|
|
|
|
|
|
}, |
|
4471
|
|
|
|
|
|
|
}, |
|
4472
|
|
|
|
|
|
|
'Indonesia_Central' => { |
|
4473
|
|
|
|
|
|
|
long => { |
|
4474
|
|
|
|
|
|
|
'standard' => q#hora d’Indonesia centrala#, |
|
4475
|
|
|
|
|
|
|
}, |
|
4476
|
|
|
|
|
|
|
}, |
|
4477
|
|
|
|
|
|
|
'Indonesia_Eastern' => { |
|
4478
|
|
|
|
|
|
|
long => { |
|
4479
|
|
|
|
|
|
|
'standard' => q#hora d’Indonesia orientala#, |
|
4480
|
|
|
|
|
|
|
}, |
|
4481
|
|
|
|
|
|
|
}, |
|
4482
|
|
|
|
|
|
|
'Indonesia_Western' => { |
|
4483
|
|
|
|
|
|
|
long => { |
|
4484
|
|
|
|
|
|
|
'standard' => q#hora d’Indonesia occidentala#, |
|
4485
|
|
|
|
|
|
|
}, |
|
4486
|
|
|
|
|
|
|
}, |
|
4487
|
|
|
|
|
|
|
'Iran' => { |
|
4488
|
|
|
|
|
|
|
long => { |
|
4489
|
|
|
|
|
|
|
'daylight' => q#ora d’estiu d’Iran#, |
|
4490
|
|
|
|
|
|
|
'generic' => q#ora d’Iran#, |
|
4491
|
|
|
|
|
|
|
'standard' => q#ora estandarda d’Iran#, |
|
4492
|
|
|
|
|
|
|
}, |
|
4493
|
|
|
|
|
|
|
}, |
|
4494
|
|
|
|
|
|
|
'Irkutsk' => { |
|
4495
|
|
|
|
|
|
|
long => { |
|
4496
|
|
|
|
|
|
|
'daylight' => q#ora d’estiu d’Irkutsk#, |
|
4497
|
|
|
|
|
|
|
'generic' => q#ora d’Irkutsk#, |
|
4498
|
|
|
|
|
|
|
'standard' => q#ora estandarda d’Irkutsk#, |
|
4499
|
|
|
|
|
|
|
}, |
|
4500
|
|
|
|
|
|
|
}, |
|
4501
|
|
|
|
|
|
|
'Israel' => { |
|
4502
|
|
|
|
|
|
|
long => { |
|
4503
|
|
|
|
|
|
|
'daylight' => q#ora d’estiu d’Israèl#, |
|
4504
|
|
|
|
|
|
|
'generic' => q#ora d’Israèl#, |
|
4505
|
|
|
|
|
|
|
'standard' => q#ora estandarda d’Israèl#, |
|
4506
|
|
|
|
|
|
|
}, |
|
4507
|
|
|
|
|
|
|
}, |
|
4508
|
|
|
|
|
|
|
'Japan' => { |
|
4509
|
|
|
|
|
|
|
long => { |
|
4510
|
|
|
|
|
|
|
'daylight' => q#ora d’estiu de Japon#, |
|
4511
|
|
|
|
|
|
|
'generic' => q#ora de Japon#, |
|
4512
|
|
|
|
|
|
|
'standard' => q#ora estandarda de Japon#, |
|
4513
|
|
|
|
|
|
|
}, |
|
4514
|
|
|
|
|
|
|
}, |
|
4515
|
|
|
|
|
|
|
'Kazakhstan_Eastern' => { |
|
4516
|
|
|
|
|
|
|
long => { |
|
4517
|
|
|
|
|
|
|
'standard' => q#ora de Kazajistan orientala#, |
|
4518
|
|
|
|
|
|
|
}, |
|
4519
|
|
|
|
|
|
|
}, |
|
4520
|
|
|
|
|
|
|
'Kazakhstan_Western' => { |
|
4521
|
|
|
|
|
|
|
long => { |
|
4522
|
|
|
|
|
|
|
'standard' => q#ora de Kazajistan occidenatal#, |
|
4523
|
|
|
|
|
|
|
}, |
|
4524
|
|
|
|
|
|
|
}, |
|
4525
|
|
|
|
|
|
|
'Korea' => { |
|
4526
|
|
|
|
|
|
|
long => { |
|
4527
|
|
|
|
|
|
|
'daylight' => q#ora d’estiu de Corèa#, |
|
4528
|
|
|
|
|
|
|
'generic' => q#ora de Corèa#, |
|
4529
|
|
|
|
|
|
|
'standard' => q#ora estandarda de Corèa#, |
|
4530
|
|
|
|
|
|
|
}, |
|
4531
|
|
|
|
|
|
|
}, |
|
4532
|
|
|
|
|
|
|
'Kosrae' => { |
|
4533
|
|
|
|
|
|
|
long => { |
|
4534
|
|
|
|
|
|
|
'standard' => q#ora de Kosrae#, |
|
4535
|
|
|
|
|
|
|
}, |
|
4536
|
|
|
|
|
|
|
}, |
|
4537
|
|
|
|
|
|
|
'Krasnoyarsk' => { |
|
4538
|
|
|
|
|
|
|
long => { |
|
4539
|
|
|
|
|
|
|
'daylight' => q#ora d’estiu de Krasnoyarsk#, |
|
4540
|
|
|
|
|
|
|
'generic' => q#ora de Krasnoyarsk#, |
|
4541
|
|
|
|
|
|
|
'standard' => q#ora estandarda de Krasnoyarsk#, |
|
4542
|
|
|
|
|
|
|
}, |
|
4543
|
|
|
|
|
|
|
}, |
|
4544
|
|
|
|
|
|
|
'Kyrgystan' => { |
|
4545
|
|
|
|
|
|
|
long => { |
|
4546
|
|
|
|
|
|
|
'standard' => q#ora de Kirguistan#, |
|
4547
|
|
|
|
|
|
|
}, |
|
4548
|
|
|
|
|
|
|
}, |
|
4549
|
|
|
|
|
|
|
'Line_Islands' => { |
|
4550
|
|
|
|
|
|
|
long => { |
|
4551
|
|
|
|
|
|
|
'standard' => q#ora de les Espòrades Equatorials#, |
|
4552
|
|
|
|
|
|
|
}, |
|
4553
|
|
|
|
|
|
|
}, |
|
4554
|
|
|
|
|
|
|
'Lord_Howe' => { |
|
4555
|
|
|
|
|
|
|
long => { |
|
4556
|
|
|
|
|
|
|
'daylight' => q#ora d’estiu de Lord Howe#, |
|
4557
|
|
|
|
|
|
|
'generic' => q#ora de Lord Howe#, |
|
4558
|
|
|
|
|
|
|
'standard' => q#ora estandard de Lord Howe#, |
|
4559
|
|
|
|
|
|
|
}, |
|
4560
|
|
|
|
|
|
|
}, |
|
4561
|
|
|
|
|
|
|
'Magadan' => { |
|
4562
|
|
|
|
|
|
|
long => { |
|
4563
|
|
|
|
|
|
|
'daylight' => q#ora d’estiu de Magadan#, |
|
4564
|
|
|
|
|
|
|
'generic' => q#ora de Magadan#, |
|
4565
|
|
|
|
|
|
|
'standard' => q#ora estandarda de Magadan#, |
|
4566
|
|
|
|
|
|
|
}, |
|
4567
|
|
|
|
|
|
|
}, |
|
4568
|
|
|
|
|
|
|
'Malaysia' => { |
|
4569
|
|
|
|
|
|
|
long => { |
|
4570
|
|
|
|
|
|
|
'standard' => q#ora de Malàisia#, |
|
4571
|
|
|
|
|
|
|
}, |
|
4572
|
|
|
|
|
|
|
}, |
|
4573
|
|
|
|
|
|
|
'Maldives' => { |
|
4574
|
|
|
|
|
|
|
long => { |
|
4575
|
|
|
|
|
|
|
'standard' => q#ora des Malvines#, |
|
4576
|
|
|
|
|
|
|
}, |
|
4577
|
|
|
|
|
|
|
}, |
|
4578
|
|
|
|
|
|
|
'Marquesas' => { |
|
4579
|
|
|
|
|
|
|
long => { |
|
4580
|
|
|
|
|
|
|
'standard' => q#ora de les Illes Marqueses#, |
|
4581
|
|
|
|
|
|
|
}, |
|
4582
|
|
|
|
|
|
|
}, |
|
4583
|
|
|
|
|
|
|
'Marshall_Islands' => { |
|
4584
|
|
|
|
|
|
|
long => { |
|
4585
|
|
|
|
|
|
|
'standard' => q#ora de les Illes Marshall#, |
|
4586
|
|
|
|
|
|
|
}, |
|
4587
|
|
|
|
|
|
|
}, |
|
4588
|
|
|
|
|
|
|
'Mauritius' => { |
|
4589
|
|
|
|
|
|
|
long => { |
|
4590
|
|
|
|
|
|
|
'daylight' => q#ora d’estiu de Maurici#, |
|
4591
|
|
|
|
|
|
|
'generic' => q#ora de Maurici#, |
|
4592
|
|
|
|
|
|
|
'standard' => q#ora estandarda de Maurici#, |
|
4593
|
|
|
|
|
|
|
}, |
|
4594
|
|
|
|
|
|
|
}, |
|
4595
|
|
|
|
|
|
|
'Mawson' => { |
|
4596
|
|
|
|
|
|
|
long => { |
|
4597
|
|
|
|
|
|
|
'standard' => q#ora de Mawson#, |
|
4598
|
|
|
|
|
|
|
}, |
|
4599
|
|
|
|
|
|
|
}, |
|
4600
|
|
|
|
|
|
|
'Mexico_Pacific' => { |
|
4601
|
|
|
|
|
|
|
long => { |
|
4602
|
|
|
|
|
|
|
'daylight' => q#ora d’estiu del Pacific Mexican#, |
|
4603
|
|
|
|
|
|
|
'generic' => q#ora del Pacific Mexican#, |
|
4604
|
|
|
|
|
|
|
'standard' => q#ora estandarda del Pacific Mexican#, |
|
4605
|
|
|
|
|
|
|
}, |
|
4606
|
|
|
|
|
|
|
}, |
|
4607
|
|
|
|
|
|
|
'Mongolia' => { |
|
4608
|
|
|
|
|
|
|
long => { |
|
4609
|
|
|
|
|
|
|
'daylight' => q#ora d’estiu de Ulan Bator#, |
|
4610
|
|
|
|
|
|
|
'generic' => q#ora de Ulan Bator#, |
|
4611
|
|
|
|
|
|
|
'standard' => q#ora estandarda de Ulan Bator#, |
|
4612
|
|
|
|
|
|
|
}, |
|
4613
|
|
|
|
|
|
|
}, |
|
4614
|
|
|
|
|
|
|
'Moscow' => { |
|
4615
|
|
|
|
|
|
|
long => { |
|
4616
|
|
|
|
|
|
|
'daylight' => q#ora d’estiu de Moscòu#, |
|
4617
|
|
|
|
|
|
|
'generic' => q#ora de Moscòu#, |
|
4618
|
|
|
|
|
|
|
'standard' => q#ora estandarda de Moscòu#, |
|
4619
|
|
|
|
|
|
|
}, |
|
4620
|
|
|
|
|
|
|
}, |
|
4621
|
|
|
|
|
|
|
'Myanmar' => { |
|
4622
|
|
|
|
|
|
|
long => { |
|
4623
|
|
|
|
|
|
|
'standard' => q#ora de Myanmar#, |
|
4624
|
|
|
|
|
|
|
}, |
|
4625
|
|
|
|
|
|
|
}, |
|
4626
|
|
|
|
|
|
|
'Nauru' => { |
|
4627
|
|
|
|
|
|
|
long => { |
|
4628
|
|
|
|
|
|
|
'standard' => q#ora de Nauru#, |
|
4629
|
|
|
|
|
|
|
}, |
|
4630
|
|
|
|
|
|
|
}, |
|
4631
|
|
|
|
|
|
|
'Nepal' => { |
|
4632
|
|
|
|
|
|
|
long => { |
|
4633
|
|
|
|
|
|
|
'standard' => q#ora de Nepal#, |
|
4634
|
|
|
|
|
|
|
}, |
|
4635
|
|
|
|
|
|
|
}, |
|
4636
|
|
|
|
|
|
|
'New_Caledonia' => { |
|
4637
|
|
|
|
|
|
|
long => { |
|
4638
|
|
|
|
|
|
|
'daylight' => q#ora d’estiu de Nòva Caledònia#, |
|
4639
|
|
|
|
|
|
|
'generic' => q#ora de Nòva Caledònia#, |
|
4640
|
|
|
|
|
|
|
'standard' => q#ora estandard de Nòva Caledònia#, |
|
4641
|
|
|
|
|
|
|
}, |
|
4642
|
|
|
|
|
|
|
}, |
|
4643
|
|
|
|
|
|
|
'New_Zealand' => { |
|
4644
|
|
|
|
|
|
|
long => { |
|
4645
|
|
|
|
|
|
|
'daylight' => q#ora d’estiu de Nòva Zelanda#, |
|
4646
|
|
|
|
|
|
|
'generic' => q#ora de Nòva Zelanda#, |
|
4647
|
|
|
|
|
|
|
'standard' => q#ora estandard de Nòva Zelanda#, |
|
4648
|
|
|
|
|
|
|
}, |
|
4649
|
|
|
|
|
|
|
}, |
|
4650
|
|
|
|
|
|
|
'Newfoundland' => { |
|
4651
|
|
|
|
|
|
|
long => { |
|
4652
|
|
|
|
|
|
|
'daylight' => q#ora d’estiu de Terra-Nòva#, |
|
4653
|
|
|
|
|
|
|
'generic' => q#ora de Terra-Nòva#, |
|
4654
|
|
|
|
|
|
|
'standard' => q#ora estandarda de Terra-Nòva#, |
|
4655
|
|
|
|
|
|
|
}, |
|
4656
|
|
|
|
|
|
|
}, |
|
4657
|
|
|
|
|
|
|
'Niue' => { |
|
4658
|
|
|
|
|
|
|
long => { |
|
4659
|
|
|
|
|
|
|
'standard' => q#ora de Niue#, |
|
4660
|
|
|
|
|
|
|
}, |
|
4661
|
|
|
|
|
|
|
}, |
|
4662
|
|
|
|
|
|
|
'Norfolk' => { |
|
4663
|
|
|
|
|
|
|
long => { |
|
4664
|
|
|
|
|
|
|
'daylight' => q#ora d’estiu de l’illa Norfolk#, |
|
4665
|
|
|
|
|
|
|
'generic' => q#ora de l’illa Norfolk#, |
|
4666
|
|
|
|
|
|
|
'standard' => q#ora estandard de l’illa Norfolk#, |
|
4667
|
|
|
|
|
|
|
}, |
|
4668
|
|
|
|
|
|
|
}, |
|
4669
|
|
|
|
|
|
|
'Noronha' => { |
|
4670
|
|
|
|
|
|
|
long => { |
|
4671
|
|
|
|
|
|
|
'daylight' => q#ora d’estiu de Fernando Noronha#, |
|
4672
|
|
|
|
|
|
|
'generic' => q#ora de Fernando Noronha#, |
|
4673
|
|
|
|
|
|
|
'standard' => q#ora estandarda de Fernando Noronha#, |
|
4674
|
|
|
|
|
|
|
}, |
|
4675
|
|
|
|
|
|
|
}, |
|
4676
|
|
|
|
|
|
|
'Novosibirsk' => { |
|
4677
|
|
|
|
|
|
|
long => { |
|
4678
|
|
|
|
|
|
|
'daylight' => q#ora d’estiu de Novosibirsk#, |
|
4679
|
|
|
|
|
|
|
'generic' => q#ora de Novosibirsk#, |
|
4680
|
|
|
|
|
|
|
'standard' => q#ora estandarda de Novosibirsk#, |
|
4681
|
|
|
|
|
|
|
}, |
|
4682
|
|
|
|
|
|
|
}, |
|
4683
|
|
|
|
|
|
|
'Omsk' => { |
|
4684
|
|
|
|
|
|
|
long => { |
|
4685
|
|
|
|
|
|
|
'daylight' => q#ora d’estiu d’Omsk#, |
|
4686
|
|
|
|
|
|
|
'generic' => q#ora d’Omsk#, |
|
4687
|
|
|
|
|
|
|
'standard' => q#ora estandarda d’Omsk#, |
|
4688
|
|
|
|
|
|
|
}, |
|
4689
|
|
|
|
|
|
|
}, |
|
4690
|
|
|
|
|
|
|
'Pakistan' => { |
|
4691
|
|
|
|
|
|
|
long => { |
|
4692
|
|
|
|
|
|
|
'daylight' => q#ora d’estiu de Pakistan#, |
|
4693
|
|
|
|
|
|
|
'generic' => q#ora de Pakistan#, |
|
4694
|
|
|
|
|
|
|
'standard' => q#ora estandarda de Pakistan#, |
|
4695
|
|
|
|
|
|
|
}, |
|
4696
|
|
|
|
|
|
|
}, |
|
4697
|
|
|
|
|
|
|
'Palau' => { |
|
4698
|
|
|
|
|
|
|
long => { |
|
4699
|
|
|
|
|
|
|
'standard' => q#ora de Palaos#, |
|
4700
|
|
|
|
|
|
|
}, |
|
4701
|
|
|
|
|
|
|
}, |
|
4702
|
|
|
|
|
|
|
'Papua_New_Guinea' => { |
|
4703
|
|
|
|
|
|
|
long => { |
|
4704
|
|
|
|
|
|
|
'standard' => q#ora de Papua Nòva Guinèa#, |
|
4705
|
|
|
|
|
|
|
}, |
|
4706
|
|
|
|
|
|
|
}, |
|
4707
|
|
|
|
|
|
|
'Paraguay' => { |
|
4708
|
|
|
|
|
|
|
long => { |
|
4709
|
|
|
|
|
|
|
'daylight' => q#ora d’estiu de Paraguay#, |
|
4710
|
|
|
|
|
|
|
'generic' => q#ora de Paraguay#, |
|
4711
|
|
|
|
|
|
|
'standard' => q#ora estandarda de Paraguay#, |
|
4712
|
|
|
|
|
|
|
}, |
|
4713
|
|
|
|
|
|
|
}, |
|
4714
|
|
|
|
|
|
|
'Peru' => { |
|
4715
|
|
|
|
|
|
|
long => { |
|
4716
|
|
|
|
|
|
|
'daylight' => q#ora d’estiu de Perú#, |
|
4717
|
|
|
|
|
|
|
'generic' => q#ora de Perú#, |
|
4718
|
|
|
|
|
|
|
'standard' => q#ora estandarda de Perú#, |
|
4719
|
|
|
|
|
|
|
}, |
|
4720
|
|
|
|
|
|
|
}, |
|
4721
|
|
|
|
|
|
|
'Philippines' => { |
|
4722
|
|
|
|
|
|
|
long => { |
|
4723
|
|
|
|
|
|
|
'daylight' => q#ora d’estiu de Filipines#, |
|
4724
|
|
|
|
|
|
|
'generic' => q#ora de Filipines#, |
|
4725
|
|
|
|
|
|
|
'standard' => q#ora estandarda de Filipines#, |
|
4726
|
|
|
|
|
|
|
}, |
|
4727
|
|
|
|
|
|
|
}, |
|
4728
|
|
|
|
|
|
|
'Phoenix_Islands' => { |
|
4729
|
|
|
|
|
|
|
long => { |
|
4730
|
|
|
|
|
|
|
'standard' => q#ora de les Illes Fénix#, |
|
4731
|
|
|
|
|
|
|
}, |
|
4732
|
|
|
|
|
|
|
}, |
|
4733
|
|
|
|
|
|
|
'Pierre_Miquelon' => { |
|
4734
|
|
|
|
|
|
|
long => { |
|
4735
|
|
|
|
|
|
|
'daylight' => q#ora d’estiu de St. Pierre e Miquelon#, |
|
4736
|
|
|
|
|
|
|
'generic' => q#ora de St. Pierre e Miquelon#, |
|
4737
|
|
|
|
|
|
|
'standard' => q#ora estandarda de St. Pierre e Miquelon#, |
|
4738
|
|
|
|
|
|
|
}, |
|
4739
|
|
|
|
|
|
|
}, |
|
4740
|
|
|
|
|
|
|
'Pitcairn' => { |
|
4741
|
|
|
|
|
|
|
long => { |
|
4742
|
|
|
|
|
|
|
'standard' => q#ora de Pitcairn#, |
|
4743
|
|
|
|
|
|
|
}, |
|
4744
|
|
|
|
|
|
|
}, |
|
4745
|
|
|
|
|
|
|
'Ponape' => { |
|
4746
|
|
|
|
|
|
|
long => { |
|
4747
|
|
|
|
|
|
|
'standard' => q#ora de Pohnpei#, |
|
4748
|
|
|
|
|
|
|
}, |
|
4749
|
|
|
|
|
|
|
}, |
|
4750
|
|
|
|
|
|
|
'Pyongyang' => { |
|
4751
|
|
|
|
|
|
|
long => { |
|
4752
|
|
|
|
|
|
|
'standard' => q#ora de Pyongyang#, |
|
4753
|
|
|
|
|
|
|
}, |
|
4754
|
|
|
|
|
|
|
}, |
|
4755
|
|
|
|
|
|
|
'Reunion' => { |
|
4756
|
|
|
|
|
|
|
long => { |
|
4757
|
|
|
|
|
|
|
'standard' => q#ora de la Reünion#, |
|
4758
|
|
|
|
|
|
|
}, |
|
4759
|
|
|
|
|
|
|
}, |
|
4760
|
|
|
|
|
|
|
'Rothera' => { |
|
4761
|
|
|
|
|
|
|
long => { |
|
4762
|
|
|
|
|
|
|
'standard' => q#ora de Rothera#, |
|
4763
|
|
|
|
|
|
|
}, |
|
4764
|
|
|
|
|
|
|
}, |
|
4765
|
|
|
|
|
|
|
'Sakhalin' => { |
|
4766
|
|
|
|
|
|
|
long => { |
|
4767
|
|
|
|
|
|
|
'daylight' => q#ora d’estiu de Sajalin#, |
|
4768
|
|
|
|
|
|
|
'generic' => q#ora de Sajalin#, |
|
4769
|
|
|
|
|
|
|
'standard' => q#ora estandarda de Sajalin#, |
|
4770
|
|
|
|
|
|
|
}, |
|
4771
|
|
|
|
|
|
|
}, |
|
4772
|
|
|
|
|
|
|
'Samoa' => { |
|
4773
|
|
|
|
|
|
|
long => { |
|
4774
|
|
|
|
|
|
|
'daylight' => q#ora d’estiu de Samoa#, |
|
4775
|
|
|
|
|
|
|
'generic' => q#ora de Samoa#, |
|
4776
|
|
|
|
|
|
|
'standard' => q#ora estandard de Samoa#, |
|
4777
|
|
|
|
|
|
|
}, |
|
4778
|
|
|
|
|
|
|
}, |
|
4779
|
|
|
|
|
|
|
'Seychelles' => { |
|
4780
|
|
|
|
|
|
|
long => { |
|
4781
|
|
|
|
|
|
|
'standard' => q#ora de Seychelles#, |
|
4782
|
|
|
|
|
|
|
}, |
|
4783
|
|
|
|
|
|
|
}, |
|
4784
|
|
|
|
|
|
|
'Singapore' => { |
|
4785
|
|
|
|
|
|
|
long => { |
|
4786
|
|
|
|
|
|
|
'standard' => q#ora de Singapor#, |
|
4787
|
|
|
|
|
|
|
}, |
|
4788
|
|
|
|
|
|
|
}, |
|
4789
|
|
|
|
|
|
|
'Solomon' => { |
|
4790
|
|
|
|
|
|
|
long => { |
|
4791
|
|
|
|
|
|
|
'standard' => q#ora de les Illes Salomon#, |
|
4792
|
|
|
|
|
|
|
}, |
|
4793
|
|
|
|
|
|
|
}, |
|
4794
|
|
|
|
|
|
|
'South_Georgia' => { |
|
4795
|
|
|
|
|
|
|
long => { |
|
4796
|
|
|
|
|
|
|
'standard' => q#ora de Geòrgia del Sud#, |
|
4797
|
|
|
|
|
|
|
}, |
|
4798
|
|
|
|
|
|
|
}, |
|
4799
|
|
|
|
|
|
|
'Suriname' => { |
|
4800
|
|
|
|
|
|
|
long => { |
|
4801
|
|
|
|
|
|
|
'standard' => q#ora de Surinam#, |
|
4802
|
|
|
|
|
|
|
}, |
|
4803
|
|
|
|
|
|
|
}, |
|
4804
|
|
|
|
|
|
|
'Syowa' => { |
|
4805
|
|
|
|
|
|
|
long => { |
|
4806
|
|
|
|
|
|
|
'standard' => q#ora de Syowa#, |
|
4807
|
|
|
|
|
|
|
}, |
|
4808
|
|
|
|
|
|
|
}, |
|
4809
|
|
|
|
|
|
|
'Tahiti' => { |
|
4810
|
|
|
|
|
|
|
long => { |
|
4811
|
|
|
|
|
|
|
'standard' => q#ora de Tahiti#, |
|
4812
|
|
|
|
|
|
|
}, |
|
4813
|
|
|
|
|
|
|
}, |
|
4814
|
|
|
|
|
|
|
'Taipei' => { |
|
4815
|
|
|
|
|
|
|
long => { |
|
4816
|
|
|
|
|
|
|
'daylight' => q#ora d’estiu de Taipei#, |
|
4817
|
|
|
|
|
|
|
'generic' => q#ora de Taipei#, |
|
4818
|
|
|
|
|
|
|
'standard' => q#ora estandarda de Taipei#, |
|
4819
|
|
|
|
|
|
|
}, |
|
4820
|
|
|
|
|
|
|
}, |
|
4821
|
|
|
|
|
|
|
'Tajikistan' => { |
|
4822
|
|
|
|
|
|
|
long => { |
|
4823
|
|
|
|
|
|
|
'standard' => q#ora de Tajikistan#, |
|
4824
|
|
|
|
|
|
|
}, |
|
4825
|
|
|
|
|
|
|
}, |
|
4826
|
|
|
|
|
|
|
'Tokelau' => { |
|
4827
|
|
|
|
|
|
|
long => { |
|
4828
|
|
|
|
|
|
|
'standard' => q#ora de Tokelau#, |
|
4829
|
|
|
|
|
|
|
}, |
|
4830
|
|
|
|
|
|
|
}, |
|
4831
|
|
|
|
|
|
|
'Tonga' => { |
|
4832
|
|
|
|
|
|
|
long => { |
|
4833
|
|
|
|
|
|
|
'daylight' => q#ora d’estiu de Tonga#, |
|
4834
|
|
|
|
|
|
|
'generic' => q#ora de Tonga#, |
|
4835
|
|
|
|
|
|
|
'standard' => q#ora estandard de Tonga#, |
|
4836
|
|
|
|
|
|
|
}, |
|
4837
|
|
|
|
|
|
|
}, |
|
4838
|
|
|
|
|
|
|
'Truk' => { |
|
4839
|
|
|
|
|
|
|
long => { |
|
4840
|
|
|
|
|
|
|
'standard' => q#ora de Chuuk#, |
|
4841
|
|
|
|
|
|
|
}, |
|
4842
|
|
|
|
|
|
|
}, |
|
4843
|
|
|
|
|
|
|
'Turkmenistan' => { |
|
4844
|
|
|
|
|
|
|
long => { |
|
4845
|
|
|
|
|
|
|
'daylight' => q#ora d’estiu de Turkmenistan#, |
|
4846
|
|
|
|
|
|
|
'generic' => q#ora de Turkmenistan#, |
|
4847
|
|
|
|
|
|
|
'standard' => q#ora estandarda de Turkmenistan#, |
|
4848
|
|
|
|
|
|
|
}, |
|
4849
|
|
|
|
|
|
|
}, |
|
4850
|
|
|
|
|
|
|
'Tuvalu' => { |
|
4851
|
|
|
|
|
|
|
long => { |
|
4852
|
|
|
|
|
|
|
'standard' => q#ora de Tuvalu#, |
|
4853
|
|
|
|
|
|
|
}, |
|
4854
|
|
|
|
|
|
|
}, |
|
4855
|
|
|
|
|
|
|
'Uruguay' => { |
|
4856
|
|
|
|
|
|
|
long => { |
|
4857
|
|
|
|
|
|
|
'daylight' => q#ora d’estiu de l’Uruguay#, |
|
4858
|
|
|
|
|
|
|
'generic' => q#ora de l’Uruguay#, |
|
4859
|
|
|
|
|
|
|
'standard' => q#ora estandarda de l’Uruguay#, |
|
4860
|
|
|
|
|
|
|
}, |
|
4861
|
|
|
|
|
|
|
}, |
|
4862
|
|
|
|
|
|
|
'Uzbekistan' => { |
|
4863
|
|
|
|
|
|
|
long => { |
|
4864
|
|
|
|
|
|
|
'daylight' => q#ora d’estiu de Uzbekistan#, |
|
4865
|
|
|
|
|
|
|
'generic' => q#ora de Uzbekistan#, |
|
4866
|
|
|
|
|
|
|
'standard' => q#ora estandarda de Uzbekistan#, |
|
4867
|
|
|
|
|
|
|
}, |
|
4868
|
|
|
|
|
|
|
}, |
|
4869
|
|
|
|
|
|
|
'Vanuatu' => { |
|
4870
|
|
|
|
|
|
|
long => { |
|
4871
|
|
|
|
|
|
|
'daylight' => q#ora d’estiu de Vanuatu#, |
|
4872
|
|
|
|
|
|
|
'generic' => q#ora de Vanuatu#, |
|
4873
|
|
|
|
|
|
|
'standard' => q#ora estandard de Vanuatu#, |
|
4874
|
|
|
|
|
|
|
}, |
|
4875
|
|
|
|
|
|
|
}, |
|
4876
|
|
|
|
|
|
|
'Venezuela' => { |
|
4877
|
|
|
|
|
|
|
long => { |
|
4878
|
|
|
|
|
|
|
'standard' => q#ora de Veneçuela#, |
|
4879
|
|
|
|
|
|
|
}, |
|
4880
|
|
|
|
|
|
|
}, |
|
4881
|
|
|
|
|
|
|
'Vladivostok' => { |
|
4882
|
|
|
|
|
|
|
long => { |
|
4883
|
|
|
|
|
|
|
'daylight' => q#ora d’estiu de Vladivostok#, |
|
4884
|
|
|
|
|
|
|
'generic' => q#ora de Vladivostok#, |
|
4885
|
|
|
|
|
|
|
'standard' => q#ora estandarda de Vladivostok#, |
|
4886
|
|
|
|
|
|
|
}, |
|
4887
|
|
|
|
|
|
|
}, |
|
4888
|
|
|
|
|
|
|
'Volgograd' => { |
|
4889
|
|
|
|
|
|
|
long => { |
|
4890
|
|
|
|
|
|
|
'daylight' => q#ora d’estiu de Volgograd#, |
|
4891
|
|
|
|
|
|
|
'generic' => q#ora de Volgograd#, |
|
4892
|
|
|
|
|
|
|
'standard' => q#ora estandarda de Volgograd#, |
|
4893
|
|
|
|
|
|
|
}, |
|
4894
|
|
|
|
|
|
|
}, |
|
4895
|
|
|
|
|
|
|
'Vostok' => { |
|
4896
|
|
|
|
|
|
|
long => { |
|
4897
|
|
|
|
|
|
|
'standard' => q#ora de Vostok#, |
|
4898
|
|
|
|
|
|
|
}, |
|
4899
|
|
|
|
|
|
|
}, |
|
4900
|
|
|
|
|
|
|
'Wake' => { |
|
4901
|
|
|
|
|
|
|
long => { |
|
4902
|
|
|
|
|
|
|
'standard' => q#ora de l’Illa Wake#, |
|
4903
|
|
|
|
|
|
|
}, |
|
4904
|
|
|
|
|
|
|
}, |
|
4905
|
|
|
|
|
|
|
'Wallis' => { |
|
4906
|
|
|
|
|
|
|
long => { |
|
4907
|
|
|
|
|
|
|
'standard' => q#ora de Wallis e Futuna#, |
|
4908
|
|
|
|
|
|
|
}, |
|
4909
|
|
|
|
|
|
|
}, |
|
4910
|
|
|
|
|
|
|
'Yakutsk' => { |
|
4911
|
|
|
|
|
|
|
long => { |
|
4912
|
|
|
|
|
|
|
'daylight' => q#ora d’estiu de Yakutsk#, |
|
4913
|
|
|
|
|
|
|
'generic' => q#ora de Yakutsk#, |
|
4914
|
|
|
|
|
|
|
'standard' => q#ora estandarda de Yakutsk#, |
|
4915
|
|
|
|
|
|
|
}, |
|
4916
|
|
|
|
|
|
|
}, |
|
4917
|
|
|
|
|
|
|
'Yekaterinburg' => { |
|
4918
|
|
|
|
|
|
|
long => { |
|
4919
|
|
|
|
|
|
|
'daylight' => q#ora d’estiu d’Ekaterimburg#, |
|
4920
|
|
|
|
|
|
|
'generic' => q#ora d’Ekaterimburg#, |
|
4921
|
|
|
|
|
|
|
'standard' => q#ora estandarda d’Ekaterimburg#, |
|
4922
|
|
|
|
|
|
|
}, |
|
4923
|
|
|
|
|
|
|
}, |
|
4924
|
|
|
|
|
|
|
'Yukon' => { |
|
4925
|
|
|
|
|
|
|
long => { |
|
4926
|
|
|
|
|
|
|
'standard' => q#ora de Yukon#, |
|
4927
|
|
|
|
|
|
|
}, |
|
4928
|
|
|
|
|
|
|
}, |
|
4929
|
|
|
|
|
|
|
} } |
|
4930
|
|
|
|
|
|
|
); |
|
4931
|
1
|
|
|
1
|
|
9400
|
no Moo; |
|
|
1
|
|
|
|
|
1
|
|
|
|
1
|
|
|
|
|
6
|
|
|
4932
|
|
|
|
|
|
|
|
|
4933
|
|
|
|
|
|
|
1; |
|
4934
|
|
|
|
|
|
|
|
|
4935
|
|
|
|
|
|
|
# vim: tabstop=4 |