| line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
|
1
|
|
|
|
|
|
|
=encoding utf8 |
|
2
|
|
|
|
|
|
|
|
|
3
|
|
|
|
|
|
|
=head1 NAME |
|
4
|
|
|
|
|
|
|
|
|
5
|
|
|
|
|
|
|
Locale::CLDR::Locales::Ie - Package for language Interlingue |
|
6
|
|
|
|
|
|
|
|
|
7
|
|
|
|
|
|
|
=cut |
|
8
|
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
package Locale::CLDR::Locales::Ie; |
|
10
|
|
|
|
|
|
|
# This file auto generated from Data\common\main\ie.xml |
|
11
|
|
|
|
|
|
|
# on Fri 17 Jan 12:03:31 pm GMT |
|
12
|
|
|
|
|
|
|
|
|
13
|
1
|
|
|
1
|
|
1720986
|
use strict; |
|
|
1
|
|
|
|
|
1
|
|
|
|
1
|
|
|
|
|
31
|
|
|
14
|
1
|
|
|
1
|
|
3
|
use warnings; |
|
|
1
|
|
|
|
|
1
|
|
|
|
1
|
|
|
|
|
43
|
|
|
15
|
1
|
|
|
1
|
|
4
|
use version; |
|
|
1
|
|
|
|
|
2
|
|
|
|
1
|
|
|
|
|
10
|
|
|
16
|
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
our $VERSION = version->declare('v0.46.0'); |
|
18
|
|
|
|
|
|
|
|
|
19
|
1
|
|
|
1
|
|
88
|
use v5.12.0; |
|
|
1
|
|
|
|
|
3
|
|
|
20
|
1
|
|
|
1
|
|
4
|
use mro 'c3'; |
|
|
1
|
|
|
|
|
2
|
|
|
|
1
|
|
|
|
|
6
|
|
|
21
|
1
|
|
|
1
|
|
19
|
use utf8; |
|
|
1
|
|
|
|
|
1
|
|
|
|
1
|
|
|
|
|
8
|
|
|
22
|
1
|
|
|
1
|
|
55
|
use feature 'unicode_strings'; |
|
|
1
|
|
|
|
|
2
|
|
|
|
1
|
|
|
|
|
118
|
|
|
23
|
1
|
|
|
1
|
|
14
|
use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef ); |
|
|
1
|
|
|
|
|
2
|
|
|
|
1
|
|
|
|
|
8
|
|
|
24
|
1
|
|
|
1
|
|
1775
|
use Moo; |
|
|
1
|
|
|
|
|
5
|
|
|
|
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
|
|
|
|
|
|
|
'ab' => 'abkhazian', |
|
35
|
|
|
|
|
|
|
'ady' => 'adyghean', |
|
36
|
|
|
|
|
|
|
'af' => 'afrikaans', |
|
37
|
|
|
|
|
|
|
'ale' => 'aleut', |
|
38
|
|
|
|
|
|
|
'alt' => 'sud-altaic', |
|
39
|
|
|
|
|
|
|
'am' => 'amharesi', |
|
40
|
|
|
|
|
|
|
'an' => 'aragonesi', |
|
41
|
|
|
|
|
|
|
'ar' => 'arabic', |
|
42
|
|
|
|
|
|
|
'arn' => 'mapuche', |
|
43
|
|
|
|
|
|
|
'ars' => 'arabic najdi', |
|
44
|
|
|
|
|
|
|
'as' => 'assamesi', |
|
45
|
|
|
|
|
|
|
'ast' => 'asturian', |
|
46
|
|
|
|
|
|
|
'av' => 'avar', |
|
47
|
|
|
|
|
|
|
'ay' => 'aymaran', |
|
48
|
|
|
|
|
|
|
'az' => 'azerbaidjanesi', |
|
49
|
|
|
|
|
|
|
'ba' => 'bashkir', |
|
50
|
|
|
|
|
|
|
'ban' => 'balinesi', |
|
51
|
|
|
|
|
|
|
'be' => 'bieloruss', |
|
52
|
|
|
|
|
|
|
'bg' => 'bulgarian', |
|
53
|
|
|
|
|
|
|
'bi' => 'Bislama', |
|
54
|
|
|
|
|
|
|
'bm' => 'bambaran', |
|
55
|
|
|
|
|
|
|
'bn' => 'bangla', |
|
56
|
|
|
|
|
|
|
'bo' => 'tibetan', |
|
57
|
|
|
|
|
|
|
'br' => 'bretonesi', |
|
58
|
|
|
|
|
|
|
'brx' => 'bodo', |
|
59
|
|
|
|
|
|
|
'bs' => 'bosnian', |
|
60
|
|
|
|
|
|
|
'ca' => 'catalan', |
|
61
|
|
|
|
|
|
|
'ce' => 'tchetchen', |
|
62
|
|
|
|
|
|
|
'ceb' => 'cebuano', |
|
63
|
|
|
|
|
|
|
'ch' => 'chamorro', |
|
64
|
|
|
|
|
|
|
'chr' => 'cherokee', |
|
65
|
|
|
|
|
|
|
'chy' => 'cheyenne', |
|
66
|
|
|
|
|
|
|
'ckb' => 'central kurd', |
|
67
|
|
|
|
|
|
|
'ckb@alt=menu' => 'kurd, central', |
|
68
|
|
|
|
|
|
|
'ckb@alt=variant' => 'kurd, sorani', |
|
69
|
|
|
|
|
|
|
'co' => 'corsican', |
|
70
|
|
|
|
|
|
|
'crj' => 'sudost-cree', |
|
71
|
|
|
|
|
|
|
'crk' => 'planuran cree', |
|
72
|
|
|
|
|
|
|
'crl' => 'nordost-cree', |
|
73
|
|
|
|
|
|
|
'crm' => 'cree de Moose', |
|
74
|
|
|
|
|
|
|
'crr' => 'algonquinesi de Carolina', |
|
75
|
|
|
|
|
|
|
'cs' => 'tchec', |
|
76
|
|
|
|
|
|
|
'csw' => 'paludan cree', |
|
77
|
|
|
|
|
|
|
'cv' => 'chuvash', |
|
78
|
|
|
|
|
|
|
'cy' => 'vallesi', |
|
79
|
|
|
|
|
|
|
'da' => 'danesi', |
|
80
|
|
|
|
|
|
|
'dak' => 'dakota', |
|
81
|
|
|
|
|
|
|
'de' => 'german', |
|
82
|
|
|
|
|
|
|
'de_AT' => 'austrian german', |
|
83
|
|
|
|
|
|
|
'de_CH' => 'sviss alt-german', |
|
84
|
|
|
|
|
|
|
'dsb' => 'platt sorbic', |
|
85
|
|
|
|
|
|
|
'dz' => 'dzongkha', |
|
86
|
|
|
|
|
|
|
'el' => 'grec', |
|
87
|
|
|
|
|
|
|
'en' => 'anglesi', |
|
88
|
|
|
|
|
|
|
'en_AU' => 'australian anglesi', |
|
89
|
|
|
|
|
|
|
'en_CA' => 'canadian anglesi', |
|
90
|
|
|
|
|
|
|
'en_GB' => 'britannic anglesi', |
|
91
|
|
|
|
|
|
|
'en_GB@alt=short' => 'anglesi de UR', |
|
92
|
|
|
|
|
|
|
'en_US' => 'american anglesi', |
|
93
|
|
|
|
|
|
|
'en_US@alt=short' => 'anglesi de USA', |
|
94
|
|
|
|
|
|
|
'eo' => 'Esperanto', |
|
95
|
|
|
|
|
|
|
'es' => 'hispan', |
|
96
|
|
|
|
|
|
|
'es_419' => 'hispan del latin America', |
|
97
|
|
|
|
|
|
|
'es_ES' => 'europan hispan', |
|
98
|
|
|
|
|
|
|
'es_MX' => 'mexican hispan', |
|
99
|
|
|
|
|
|
|
'et' => 'estonian', |
|
100
|
|
|
|
|
|
|
'eu' => 'basc', |
|
101
|
|
|
|
|
|
|
'fa' => 'persian', |
|
102
|
|
|
|
|
|
|
'fa_AF' => 'dari', |
|
103
|
|
|
|
|
|
|
'fi' => 'finn', |
|
104
|
|
|
|
|
|
|
'fil' => 'filipinesi', |
|
105
|
|
|
|
|
|
|
'fj' => 'fidjian', |
|
106
|
|
|
|
|
|
|
'fo' => 'feroesi', |
|
107
|
|
|
|
|
|
|
'fr' => 'francesi', |
|
108
|
|
|
|
|
|
|
'fr_CA' => 'canadian francesi', |
|
109
|
|
|
|
|
|
|
'fr_CH' => 'sviss francesi', |
|
110
|
|
|
|
|
|
|
'frc' => 'cadjun-francesi', |
|
111
|
|
|
|
|
|
|
'frr' => 'nord-frisian', |
|
112
|
|
|
|
|
|
|
'fy' => 'west-frisian', |
|
113
|
|
|
|
|
|
|
'ga' => 'irlandesi', |
|
114
|
|
|
|
|
|
|
'gd' => 'scotian gaelic', |
|
115
|
|
|
|
|
|
|
'gl' => 'galician', |
|
116
|
|
|
|
|
|
|
'gsw' => 'swiss-aleman', |
|
117
|
|
|
|
|
|
|
'ha' => 'hausa', |
|
118
|
|
|
|
|
|
|
'hai' => 'haidan', |
|
119
|
|
|
|
|
|
|
'haw' => 'hawaian', |
|
120
|
|
|
|
|
|
|
'hax' => 'sud-haidan', |
|
121
|
|
|
|
|
|
|
'he' => 'hebreic', |
|
122
|
|
|
|
|
|
|
'hi' => 'hindi', |
|
123
|
|
|
|
|
|
|
'hi_Latn' => 'hindi latinisat', |
|
124
|
|
|
|
|
|
|
'hi_Latn@alt=variant' => 'hinglish', |
|
125
|
|
|
|
|
|
|
'hr' => 'croatian', |
|
126
|
|
|
|
|
|
|
'hsb' => 'montan sorbic', |
|
127
|
|
|
|
|
|
|
'ht' => 'haitian creol', |
|
128
|
|
|
|
|
|
|
'hu' => 'hungarian', |
|
129
|
|
|
|
|
|
|
'hy' => 'armenian', |
|
130
|
|
|
|
|
|
|
'ia' => 'Interlingua', |
|
131
|
|
|
|
|
|
|
'id' => 'indonesian', |
|
132
|
|
|
|
|
|
|
'ie' => 'Interlingue', |
|
133
|
|
|
|
|
|
|
'ii' => 'yi de Sichuan', |
|
134
|
|
|
|
|
|
|
'inh' => 'ingush', |
|
135
|
|
|
|
|
|
|
'io' => 'Ido', |
|
136
|
|
|
|
|
|
|
'is' => 'islandesi', |
|
137
|
|
|
|
|
|
|
'it' => 'italian', |
|
138
|
|
|
|
|
|
|
'ja' => 'japanesi', |
|
139
|
|
|
|
|
|
|
'jbo' => 'Lojban', |
|
140
|
|
|
|
|
|
|
'jv' => 'javan', |
|
141
|
|
|
|
|
|
|
'ka' => 'georgian', |
|
142
|
|
|
|
|
|
|
'kk' => 'kazakh', |
|
143
|
|
|
|
|
|
|
'ko' => 'korean', |
|
144
|
|
|
|
|
|
|
'krl' => 'karelian', |
|
145
|
|
|
|
|
|
|
'ks' => 'kashmiran', |
|
146
|
|
|
|
|
|
|
'ksh' => 'kölnesi', |
|
147
|
|
|
|
|
|
|
'ku' => 'kurdesi', |
|
148
|
|
|
|
|
|
|
'kw' => 'cornwallesi', |
|
149
|
|
|
|
|
|
|
'la' => 'latin', |
|
150
|
|
|
|
|
|
|
'lad' => 'ladino', |
|
151
|
|
|
|
|
|
|
'lb' => 'luxemburgic', |
|
152
|
|
|
|
|
|
|
'lij' => 'ligurian', |
|
153
|
|
|
|
|
|
|
'lkt' => 'lakota', |
|
154
|
|
|
|
|
|
|
'lou' => 'creol de Louisiana', |
|
155
|
|
|
|
|
|
|
'lrc' => 'nord-lurian', |
|
156
|
|
|
|
|
|
|
'lt' => 'lituan', |
|
157
|
|
|
|
|
|
|
'luo' => 'luo', |
|
158
|
|
|
|
|
|
|
'lv' => 'lettonian', |
|
159
|
|
|
|
|
|
|
'mad' => 'maduran', |
|
160
|
|
|
|
|
|
|
'mak' => 'macassaresi', |
|
161
|
|
|
|
|
|
|
'mdf' => 'mokshan', |
|
162
|
|
|
|
|
|
|
'mg' => 'malgachic', |
|
163
|
|
|
|
|
|
|
'mh' => 'marshallesi', |
|
164
|
|
|
|
|
|
|
'mi' => 'maoric', |
|
165
|
|
|
|
|
|
|
'mk' => 'macedonian', |
|
166
|
|
|
|
|
|
|
'ml' => 'malayalam', |
|
167
|
|
|
|
|
|
|
'mn' => 'mongolian', |
|
168
|
|
|
|
|
|
|
'ms' => 'malayesi', |
|
169
|
|
|
|
|
|
|
'mt' => 'maltesi', |
|
170
|
|
|
|
|
|
|
'mul' => 'multiplic lingues', |
|
171
|
|
|
|
|
|
|
'mwl' => 'mirandesi', |
|
172
|
|
|
|
|
|
|
'my' => 'birman', |
|
173
|
|
|
|
|
|
|
'na' => 'nauru', |
|
174
|
|
|
|
|
|
|
'nap' => 'neapolitan', |
|
175
|
|
|
|
|
|
|
'nb' => 'norvegian, bokmål', |
|
176
|
|
|
|
|
|
|
'nd' => 'nord-ndebele', |
|
177
|
|
|
|
|
|
|
'nds' => 'bass-german', |
|
178
|
|
|
|
|
|
|
'ne' => 'nepalesi', |
|
179
|
|
|
|
|
|
|
'nl' => 'hollandesi', |
|
180
|
|
|
|
|
|
|
'nl_BE' => 'flandrian', |
|
181
|
|
|
|
|
|
|
'nn' => 'neo-norvegian', |
|
182
|
|
|
|
|
|
|
'no' => 'norvegian', |
|
183
|
|
|
|
|
|
|
'nr' => 'sud-ndebele', |
|
184
|
|
|
|
|
|
|
'nso' => 'nord-sotho', |
|
185
|
|
|
|
|
|
|
'nv' => 'navajo', |
|
186
|
|
|
|
|
|
|
'oc' => 'occitan', |
|
187
|
|
|
|
|
|
|
'ojc' => 'central odjibwe', |
|
188
|
|
|
|
|
|
|
'ojs' => 'odji-cree', |
|
189
|
|
|
|
|
|
|
'os' => 'ossetian', |
|
190
|
|
|
|
|
|
|
'pa' => 'pandjabic', |
|
191
|
|
|
|
|
|
|
'pap' => 'Papiamento', |
|
192
|
|
|
|
|
|
|
'pau' => 'palauan', |
|
193
|
|
|
|
|
|
|
'pcm' => 'pidgin-nigerian', |
|
194
|
|
|
|
|
|
|
'pl' => 'polonesi', |
|
195
|
|
|
|
|
|
|
'prg' => 'prussian', |
|
196
|
|
|
|
|
|
|
'ps' => 'pashto', |
|
197
|
|
|
|
|
|
|
'pt' => 'portugalesi', |
|
198
|
|
|
|
|
|
|
'pt_BR' => 'brasilian portugalesi', |
|
199
|
|
|
|
|
|
|
'pt_PT' => 'europan portugalesi', |
|
200
|
|
|
|
|
|
|
'qu' => 'quechua', |
|
201
|
|
|
|
|
|
|
'rap' => 'rapanuic', |
|
202
|
|
|
|
|
|
|
'rm' => 'reto-romanch', |
|
203
|
|
|
|
|
|
|
'ro' => 'rumanian', |
|
204
|
|
|
|
|
|
|
'ru' => 'russ', |
|
205
|
|
|
|
|
|
|
'sa' => 'sanscrit', |
|
206
|
|
|
|
|
|
|
'sah' => 'yakutan', |
|
207
|
|
|
|
|
|
|
'sat' => 'santalesi', |
|
208
|
|
|
|
|
|
|
'sc' => 'sardinian', |
|
209
|
|
|
|
|
|
|
'scn' => 'sicilian', |
|
210
|
|
|
|
|
|
|
'sco' => 'Scots', |
|
211
|
|
|
|
|
|
|
'se' => 'nord-samian', |
|
212
|
|
|
|
|
|
|
'si' => 'sinhalesi', |
|
213
|
|
|
|
|
|
|
'sk' => 'slovac', |
|
214
|
|
|
|
|
|
|
'sl' => 'slovenian', |
|
215
|
|
|
|
|
|
|
'sm' => 'samoan', |
|
216
|
|
|
|
|
|
|
'sn' => 'shonan', |
|
217
|
|
|
|
|
|
|
'so' => 'somalian', |
|
218
|
|
|
|
|
|
|
'sq' => 'albanesi', |
|
219
|
|
|
|
|
|
|
'sr' => 'serbian', |
|
220
|
|
|
|
|
|
|
'srn' => 'sranan', |
|
221
|
|
|
|
|
|
|
'ss' => 'swati', |
|
222
|
|
|
|
|
|
|
'st' => 'sud-sotho', |
|
223
|
|
|
|
|
|
|
'str' => 'salishan del Straits', |
|
224
|
|
|
|
|
|
|
'su' => 'sundan', |
|
225
|
|
|
|
|
|
|
'sv' => 'sved', |
|
226
|
|
|
|
|
|
|
'sw' => 'swahili', |
|
227
|
|
|
|
|
|
|
'swb' => 'maoresi comoran', |
|
228
|
|
|
|
|
|
|
'syr' => 'sirian', |
|
229
|
|
|
|
|
|
|
'tg' => 'tadjic', |
|
230
|
|
|
|
|
|
|
'th' => 'thai', |
|
231
|
|
|
|
|
|
|
'tk' => 'turcmen', |
|
232
|
|
|
|
|
|
|
'tlh' => 'Klingon', |
|
233
|
|
|
|
|
|
|
'tli' => 'tlingit', |
|
234
|
|
|
|
|
|
|
'tok' => 'Toki Pona', |
|
235
|
|
|
|
|
|
|
'tr' => 'turc', |
|
236
|
|
|
|
|
|
|
'tt' => 'tataric', |
|
237
|
|
|
|
|
|
|
'ty' => 'tahitian', |
|
238
|
|
|
|
|
|
|
'tyv' => 'tuvan', |
|
239
|
|
|
|
|
|
|
'tzm' => 'tamazight del central Atlas', |
|
240
|
|
|
|
|
|
|
'udm' => 'udmurtan', |
|
241
|
|
|
|
|
|
|
'ug' => 'uyghur', |
|
242
|
|
|
|
|
|
|
'uk' => 'ukrainan', |
|
243
|
|
|
|
|
|
|
'und' => 'ínconosset lingue', |
|
244
|
|
|
|
|
|
|
'ur' => 'urdu', |
|
245
|
|
|
|
|
|
|
'uz' => 'uzbec', |
|
246
|
|
|
|
|
|
|
've' => 'venda', |
|
247
|
|
|
|
|
|
|
'vi' => 'vietnamesi', |
|
248
|
|
|
|
|
|
|
'wa' => 'wallonesi', |
|
249
|
|
|
|
|
|
|
'xh' => 'xhosa', |
|
250
|
|
|
|
|
|
|
'yi' => 'yiddish', |
|
251
|
|
|
|
|
|
|
'yo' => 'yoruba', |
|
252
|
|
|
|
|
|
|
'yue' => 'cantonesi', |
|
253
|
|
|
|
|
|
|
'yue@alt=menu' => 'chinesi, cantonesi', |
|
254
|
|
|
|
|
|
|
'zgh' => 'standard maroccan tamazight', |
|
255
|
|
|
|
|
|
|
'zh' => 'chinesi', |
|
256
|
|
|
|
|
|
|
'zh@alt=menu' => 'chinesi, mandarin', |
|
257
|
|
|
|
|
|
|
'zh_Hans' => 'chinesi simplificat', |
|
258
|
|
|
|
|
|
|
'zh_Hant' => 'chinesi traditional', |
|
259
|
|
|
|
|
|
|
'zu' => 'zulu', |
|
260
|
|
|
|
|
|
|
'zxx' => 'sin linguistic contenete', |
|
261
|
|
|
|
|
|
|
|
|
262
|
|
|
|
|
|
|
); |
|
263
|
|
|
|
|
|
|
if (@_) { |
|
264
|
|
|
|
|
|
|
return $languages{$_[0]}; |
|
265
|
|
|
|
|
|
|
} |
|
266
|
|
|
|
|
|
|
return \%languages; |
|
267
|
|
|
|
|
|
|
} |
|
268
|
|
|
|
|
|
|
}, |
|
269
|
|
|
|
|
|
|
); |
|
270
|
|
|
|
|
|
|
|
|
271
|
|
|
|
|
|
|
has 'display_name_script' => ( |
|
272
|
|
|
|
|
|
|
is => 'ro', |
|
273
|
|
|
|
|
|
|
isa => CodeRef, |
|
274
|
|
|
|
|
|
|
init_arg => undef, |
|
275
|
|
|
|
|
|
|
default => sub { |
|
276
|
|
|
|
|
|
|
sub { |
|
277
|
|
|
|
|
|
|
my %scripts = ( |
|
278
|
|
|
|
|
|
|
'Arab' => 'arabic', |
|
279
|
|
|
|
|
|
|
'Aran' => 'nastalik', |
|
280
|
|
|
|
|
|
|
'Armn' => 'armenian', |
|
281
|
|
|
|
|
|
|
'Beng' => 'bengalic', |
|
282
|
|
|
|
|
|
|
'Bopo' => 'bopomofo', |
|
283
|
|
|
|
|
|
|
'Brai' => 'Braille', |
|
284
|
|
|
|
|
|
|
'Cans' => 'canadian sillabarium', |
|
285
|
|
|
|
|
|
|
'Cyrl' => 'cirillic', |
|
286
|
|
|
|
|
|
|
'Deva' => 'devanagari', |
|
287
|
|
|
|
|
|
|
'Ethi' => 'etiopic', |
|
288
|
|
|
|
|
|
|
'Geor' => 'georgian', |
|
289
|
|
|
|
|
|
|
'Grek' => 'grec', |
|
290
|
|
|
|
|
|
|
'Gujr' => 'gujaratic', |
|
291
|
|
|
|
|
|
|
'Guru' => 'gurmukhic', |
|
292
|
|
|
|
|
|
|
'Hanb' => 'han con bopomofo', |
|
293
|
|
|
|
|
|
|
'Hang' => 'hangul', |
|
294
|
|
|
|
|
|
|
'Hani' => 'han', |
|
295
|
|
|
|
|
|
|
'Hans' => 'simplificat', |
|
296
|
|
|
|
|
|
|
'Hans@alt=stand-alone' => 'han simplificat', |
|
297
|
|
|
|
|
|
|
'Hant' => 'traditional', |
|
298
|
|
|
|
|
|
|
'Hant@alt=stand-alone' => 'han traditional', |
|
299
|
|
|
|
|
|
|
'Hebr' => 'hebreic', |
|
300
|
|
|
|
|
|
|
'Hira' => 'hiragana', |
|
301
|
|
|
|
|
|
|
'Hrkt' => 'japanesi sillabariums', |
|
302
|
|
|
|
|
|
|
'Jamo' => 'jamo', |
|
303
|
|
|
|
|
|
|
'Jpan' => 'japanesi', |
|
304
|
|
|
|
|
|
|
'Kana' => 'katakana', |
|
305
|
|
|
|
|
|
|
'Khmr' => 'khmer', |
|
306
|
|
|
|
|
|
|
'Knda' => 'kannada', |
|
307
|
|
|
|
|
|
|
'Kore' => 'korean', |
|
308
|
|
|
|
|
|
|
'Laoo' => 'laotic', |
|
309
|
|
|
|
|
|
|
'Latn' => 'latin', |
|
310
|
|
|
|
|
|
|
'Mong' => 'mongolian', |
|
311
|
|
|
|
|
|
|
'Mymr' => 'birmesi', |
|
312
|
|
|
|
|
|
|
'Sinh' => 'sinhalic', |
|
313
|
|
|
|
|
|
|
'Syrc' => 'sirian', |
|
314
|
|
|
|
|
|
|
'Taml' => 'tamil', |
|
315
|
|
|
|
|
|
|
'Telu' => 'telugu', |
|
316
|
|
|
|
|
|
|
'Thai' => 'thai', |
|
317
|
|
|
|
|
|
|
'Tibt' => 'tibetic', |
|
318
|
|
|
|
|
|
|
'Zmth' => 'matematic notation', |
|
319
|
|
|
|
|
|
|
'Zsym' => 'simboles', |
|
320
|
|
|
|
|
|
|
'Zxxx' => 'ínscrit', |
|
321
|
|
|
|
|
|
|
'Zyyy' => 'comun', |
|
322
|
|
|
|
|
|
|
'Zzzz' => 'ínconosset scritura', |
|
323
|
|
|
|
|
|
|
|
|
324
|
|
|
|
|
|
|
); |
|
325
|
|
|
|
|
|
|
if ( @_ ) { |
|
326
|
|
|
|
|
|
|
return $scripts{$_[0]}; |
|
327
|
|
|
|
|
|
|
} |
|
328
|
|
|
|
|
|
|
return \%scripts; |
|
329
|
|
|
|
|
|
|
} |
|
330
|
|
|
|
|
|
|
} |
|
331
|
|
|
|
|
|
|
); |
|
332
|
|
|
|
|
|
|
|
|
333
|
|
|
|
|
|
|
has 'display_name_region' => ( |
|
334
|
|
|
|
|
|
|
is => 'ro', |
|
335
|
|
|
|
|
|
|
isa => HashRef[Str], |
|
336
|
|
|
|
|
|
|
init_arg => undef, |
|
337
|
|
|
|
|
|
|
default => sub { |
|
338
|
|
|
|
|
|
|
{ |
|
339
|
|
|
|
|
|
|
'001' => 'munde', |
|
340
|
|
|
|
|
|
|
'002' => 'Africa', |
|
341
|
|
|
|
|
|
|
'003' => 'septentrional America', |
|
342
|
|
|
|
|
|
|
'005' => 'Sud-America', |
|
343
|
|
|
|
|
|
|
'009' => 'Oceania', |
|
344
|
|
|
|
|
|
|
'011' => 'West-Africa', |
|
345
|
|
|
|
|
|
|
'013' => 'central America', |
|
346
|
|
|
|
|
|
|
'014' => 'Ost-Africa', |
|
347
|
|
|
|
|
|
|
'015' => 'Nord-Africa', |
|
348
|
|
|
|
|
|
|
'017' => 'central Africa', |
|
349
|
|
|
|
|
|
|
'018' => 'meridional Africa', |
|
350
|
|
|
|
|
|
|
'019' => 'Americas', |
|
351
|
|
|
|
|
|
|
'021' => 'Nord-America', |
|
352
|
|
|
|
|
|
|
'029' => 'Caribes', |
|
353
|
|
|
|
|
|
|
'030' => 'Ost-Asia', |
|
354
|
|
|
|
|
|
|
'034' => 'Sud-Asia', |
|
355
|
|
|
|
|
|
|
'035' => 'Sudost-Asia', |
|
356
|
|
|
|
|
|
|
'039' => 'Sud-Europa', |
|
357
|
|
|
|
|
|
|
'053' => 'Australasia', |
|
358
|
|
|
|
|
|
|
'054' => 'Melanesia', |
|
359
|
|
|
|
|
|
|
'057' => 'region de Micronesia', |
|
360
|
|
|
|
|
|
|
'061' => 'Polinesia', |
|
361
|
|
|
|
|
|
|
'142' => 'Asia', |
|
362
|
|
|
|
|
|
|
'143' => 'Central Asia', |
|
363
|
|
|
|
|
|
|
'145' => 'West-Asia', |
|
364
|
|
|
|
|
|
|
'150' => 'Europa', |
|
365
|
|
|
|
|
|
|
'151' => 'Ost-Europa', |
|
366
|
|
|
|
|
|
|
'154' => 'Nord-Europa', |
|
367
|
|
|
|
|
|
|
'155' => 'West-Europa', |
|
368
|
|
|
|
|
|
|
'202' => 'Sub-Saharan Africa', |
|
369
|
|
|
|
|
|
|
'419' => 'latin America', |
|
370
|
|
|
|
|
|
|
'AC' => 'Insul de Ascension', |
|
371
|
|
|
|
|
|
|
'AD' => 'Andorra', |
|
372
|
|
|
|
|
|
|
'AE' => 'Unit Arab Emiratus', |
|
373
|
|
|
|
|
|
|
'AF' => 'Afghanistan', |
|
374
|
|
|
|
|
|
|
'AG' => 'Antigua e Barbuda', |
|
375
|
|
|
|
|
|
|
'AI' => 'Anguilla', |
|
376
|
|
|
|
|
|
|
'AL' => 'Albania', |
|
377
|
|
|
|
|
|
|
'AM' => 'Armenia', |
|
378
|
|
|
|
|
|
|
'AO' => 'Angola', |
|
379
|
|
|
|
|
|
|
'AQ' => 'Antarctica', |
|
380
|
|
|
|
|
|
|
'AR' => 'Argentinia', |
|
381
|
|
|
|
|
|
|
'AS' => 'American Samoa', |
|
382
|
|
|
|
|
|
|
'AT' => 'Austria', |
|
383
|
|
|
|
|
|
|
'AU' => 'Australia', |
|
384
|
|
|
|
|
|
|
'AW' => 'Aruba', |
|
385
|
|
|
|
|
|
|
'AX' => 'Insules Åland', |
|
386
|
|
|
|
|
|
|
'AZ' => 'Azerbaidjan', |
|
387
|
|
|
|
|
|
|
'BA' => 'Bosnia e Herzegovina', |
|
388
|
|
|
|
|
|
|
'BB' => 'Barbados', |
|
389
|
|
|
|
|
|
|
'BD' => 'Bangladesh', |
|
390
|
|
|
|
|
|
|
'BE' => 'Belgia', |
|
391
|
|
|
|
|
|
|
'BF' => 'Burkina-Faso', |
|
392
|
|
|
|
|
|
|
'BG' => 'Bulgaria', |
|
393
|
|
|
|
|
|
|
'BH' => 'Bahrain', |
|
394
|
|
|
|
|
|
|
'BI' => 'Burundi', |
|
395
|
|
|
|
|
|
|
'BJ' => 'Benin', |
|
396
|
|
|
|
|
|
|
'BL' => 'Sant-Bartolomeo', |
|
397
|
|
|
|
|
|
|
'BM' => 'Bermuda', |
|
398
|
|
|
|
|
|
|
'BN' => 'Brunei', |
|
399
|
|
|
|
|
|
|
'BO' => 'Bolivia', |
|
400
|
|
|
|
|
|
|
'BQ' => 'Caribean Nederland', |
|
401
|
|
|
|
|
|
|
'BR' => 'Brasilia', |
|
402
|
|
|
|
|
|
|
'BS' => 'Bahamas', |
|
403
|
|
|
|
|
|
|
'BT' => 'Bhutan', |
|
404
|
|
|
|
|
|
|
'BV' => 'Insul Bouvet', |
|
405
|
|
|
|
|
|
|
'BW' => 'Botswana', |
|
406
|
|
|
|
|
|
|
'BY' => 'Bielorussia', |
|
407
|
|
|
|
|
|
|
'BZ' => 'Belize', |
|
408
|
|
|
|
|
|
|
'CA' => 'Canada', |
|
409
|
|
|
|
|
|
|
'CC' => 'Insules Cocos (Keeling)', |
|
410
|
|
|
|
|
|
|
'CD' => 'Congo (Kinshasa)', |
|
411
|
|
|
|
|
|
|
'CD@alt=variant' => 'Congo (DRC)', |
|
412
|
|
|
|
|
|
|
'CF' => 'Central African Republica', |
|
413
|
|
|
|
|
|
|
'CG' => 'Congo (Brazzaville)', |
|
414
|
|
|
|
|
|
|
'CG@alt=variant' => 'Congo', |
|
415
|
|
|
|
|
|
|
'CH' => 'Svissia', |
|
416
|
|
|
|
|
|
|
'CI' => 'Coste de Ivor', |
|
417
|
|
|
|
|
|
|
'CK' => 'Insules Cook', |
|
418
|
|
|
|
|
|
|
'CL' => 'Chile', |
|
419
|
|
|
|
|
|
|
'CM' => 'Camerun', |
|
420
|
|
|
|
|
|
|
'CN' => 'China', |
|
421
|
|
|
|
|
|
|
'CO' => 'Columbia', |
|
422
|
|
|
|
|
|
|
'CP' => 'Insul Clipperton', |
|
423
|
|
|
|
|
|
|
'CR' => 'Costa-Rica', |
|
424
|
|
|
|
|
|
|
'CU' => 'Cuba', |
|
425
|
|
|
|
|
|
|
'CV' => 'Cap-Verdi', |
|
426
|
|
|
|
|
|
|
'CW' => 'Curaçao', |
|
427
|
|
|
|
|
|
|
'CX' => 'Insul Christmas', |
|
428
|
|
|
|
|
|
|
'CY' => 'Cypria', |
|
429
|
|
|
|
|
|
|
'CZ' => 'Tchekia', |
|
430
|
|
|
|
|
|
|
'DE' => 'Germania', |
|
431
|
|
|
|
|
|
|
'DG' => 'Diego-Garcia', |
|
432
|
|
|
|
|
|
|
'DJ' => 'Djibuti', |
|
433
|
|
|
|
|
|
|
'DK' => 'Dania', |
|
434
|
|
|
|
|
|
|
'DM' => 'Dominica', |
|
435
|
|
|
|
|
|
|
'DO' => 'Dominican Republica', |
|
436
|
|
|
|
|
|
|
'DZ' => 'Algeria', |
|
437
|
|
|
|
|
|
|
'EA' => 'Ceuta e Melilla', |
|
438
|
|
|
|
|
|
|
'EC' => 'Ecuador', |
|
439
|
|
|
|
|
|
|
'EE' => 'Estonia', |
|
440
|
|
|
|
|
|
|
'EG' => 'Egiptia', |
|
441
|
|
|
|
|
|
|
'EH' => 'West-Sahara', |
|
442
|
|
|
|
|
|
|
'ER' => 'Eritrea', |
|
443
|
|
|
|
|
|
|
'ES' => 'Hispania', |
|
444
|
|
|
|
|
|
|
'ET' => 'Etiopia', |
|
445
|
|
|
|
|
|
|
'EU' => 'Union Europan', |
|
446
|
|
|
|
|
|
|
'EZ' => 'Zone de euro', |
|
447
|
|
|
|
|
|
|
'FI' => 'Finland', |
|
448
|
|
|
|
|
|
|
'FJ' => 'Fidji', |
|
449
|
|
|
|
|
|
|
'FK' => 'Insules Falkland', |
|
450
|
|
|
|
|
|
|
'FK@alt=variant' => 'Insules Falkland (Malvinas)', |
|
451
|
|
|
|
|
|
|
'FM' => 'Micronesia', |
|
452
|
|
|
|
|
|
|
'FO' => 'Insulas Feroe', |
|
453
|
|
|
|
|
|
|
'FR' => 'Francia', |
|
454
|
|
|
|
|
|
|
'GA' => 'Gabon', |
|
455
|
|
|
|
|
|
|
'GB' => 'Unit Reyia', |
|
456
|
|
|
|
|
|
|
'GB@alt=short' => 'UR', |
|
457
|
|
|
|
|
|
|
'GD' => 'Grenada', |
|
458
|
|
|
|
|
|
|
'GE' => 'Georgia', |
|
459
|
|
|
|
|
|
|
'GF' => 'Francesi Guiana', |
|
460
|
|
|
|
|
|
|
'GG' => 'Guernsey', |
|
461
|
|
|
|
|
|
|
'GH' => 'Ghana', |
|
462
|
|
|
|
|
|
|
'GI' => 'Gibraltar', |
|
463
|
|
|
|
|
|
|
'GL' => 'Greenland', |
|
464
|
|
|
|
|
|
|
'GM' => 'Gambia', |
|
465
|
|
|
|
|
|
|
'GN' => 'Guinea', |
|
466
|
|
|
|
|
|
|
'GP' => 'Guadelup', |
|
467
|
|
|
|
|
|
|
'GQ' => 'Equatoral Guinea', |
|
468
|
|
|
|
|
|
|
'GR' => 'Grecia', |
|
469
|
|
|
|
|
|
|
'GS' => 'Insules Sud-Georgia e Sud-Sandwich', |
|
470
|
|
|
|
|
|
|
'GT' => 'Guatemala', |
|
471
|
|
|
|
|
|
|
'GU' => 'Guam', |
|
472
|
|
|
|
|
|
|
'GW' => 'Guinea-Bissau', |
|
473
|
|
|
|
|
|
|
'GY' => 'Guyana', |
|
474
|
|
|
|
|
|
|
'HK' => 'Hong-Kong (SAR de China)', |
|
475
|
|
|
|
|
|
|
'HK@alt=short' => 'Hong-Kong', |
|
476
|
|
|
|
|
|
|
'HM' => 'Insules Heard e McDonald Islands', |
|
477
|
|
|
|
|
|
|
'HN' => 'Hondura', |
|
478
|
|
|
|
|
|
|
'HR' => 'Croatia', |
|
479
|
|
|
|
|
|
|
'HT' => 'Haiti', |
|
480
|
|
|
|
|
|
|
'HU' => 'Hungaria', |
|
481
|
|
|
|
|
|
|
'IC' => 'Insules Canarias', |
|
482
|
|
|
|
|
|
|
'ID' => 'Indonesia', |
|
483
|
|
|
|
|
|
|
'IE' => 'Irland', |
|
484
|
|
|
|
|
|
|
'IL' => 'Israel', |
|
485
|
|
|
|
|
|
|
'IM' => 'Insul de Man', |
|
486
|
|
|
|
|
|
|
'IN' => 'India', |
|
487
|
|
|
|
|
|
|
'IO' => 'Chagos (BTIO)', |
|
488
|
|
|
|
|
|
|
'IO@alt=biot' => 'Britanic Territoria del Indian Ocean', |
|
489
|
|
|
|
|
|
|
'IO@alt=chagos' => 'Archipelago Chagos', |
|
490
|
|
|
|
|
|
|
'IQ' => 'Irak', |
|
491
|
|
|
|
|
|
|
'IR' => 'Iran', |
|
492
|
|
|
|
|
|
|
'IS' => 'Island', |
|
493
|
|
|
|
|
|
|
'IT' => 'Italia', |
|
494
|
|
|
|
|
|
|
'JE' => 'Jersey', |
|
495
|
|
|
|
|
|
|
'JM' => 'Jamaica', |
|
496
|
|
|
|
|
|
|
'JO' => 'Jordania', |
|
497
|
|
|
|
|
|
|
'JP' => 'Japan', |
|
498
|
|
|
|
|
|
|
'KE' => 'Kenia', |
|
499
|
|
|
|
|
|
|
'KG' => 'Kirgizstan', |
|
500
|
|
|
|
|
|
|
'KH' => 'Cambodja', |
|
501
|
|
|
|
|
|
|
'KI' => 'Kiribati', |
|
502
|
|
|
|
|
|
|
'KM' => 'Comoros', |
|
503
|
|
|
|
|
|
|
'KN' => 'St. Kitts e Nevis', |
|
504
|
|
|
|
|
|
|
'KP' => 'Nord-Korea', |
|
505
|
|
|
|
|
|
|
'KR' => 'Sud-Korea', |
|
506
|
|
|
|
|
|
|
'KW' => 'Kuwait', |
|
507
|
|
|
|
|
|
|
'KY' => 'Insules Cayman', |
|
508
|
|
|
|
|
|
|
'KZ' => 'Kazakhstan', |
|
509
|
|
|
|
|
|
|
'LA' => 'Laos', |
|
510
|
|
|
|
|
|
|
'LB' => 'Liban', |
|
511
|
|
|
|
|
|
|
'LC' => 'St.-Lucia', |
|
512
|
|
|
|
|
|
|
'LI' => 'Liechtenstein', |
|
513
|
|
|
|
|
|
|
'LK' => 'Sri-Lanka', |
|
514
|
|
|
|
|
|
|
'LR' => 'Liberia', |
|
515
|
|
|
|
|
|
|
'LS' => 'Lesotho', |
|
516
|
|
|
|
|
|
|
'LT' => 'Lituania', |
|
517
|
|
|
|
|
|
|
'LU' => 'Luxemburg', |
|
518
|
|
|
|
|
|
|
'LV' => 'Lettonia', |
|
519
|
|
|
|
|
|
|
'LY' => 'Libia', |
|
520
|
|
|
|
|
|
|
'MA' => 'Marocco', |
|
521
|
|
|
|
|
|
|
'MC' => 'Mónaco', |
|
522
|
|
|
|
|
|
|
'MD' => 'Moldova', |
|
523
|
|
|
|
|
|
|
'ME' => 'Montenegro', |
|
524
|
|
|
|
|
|
|
'MF' => 'St.-Martin', |
|
525
|
|
|
|
|
|
|
'MG' => 'Madagascar', |
|
526
|
|
|
|
|
|
|
'MH' => 'Insules Marshall', |
|
527
|
|
|
|
|
|
|
'MK' => 'Nord-Macedonia', |
|
528
|
|
|
|
|
|
|
'ML' => 'Mali', |
|
529
|
|
|
|
|
|
|
'MM' => 'Myanmar (Birmania)', |
|
530
|
|
|
|
|
|
|
'MN' => 'Mongolia', |
|
531
|
|
|
|
|
|
|
'MO' => 'Macao (SAR de China)', |
|
532
|
|
|
|
|
|
|
'MO@alt=short' => 'Macao', |
|
533
|
|
|
|
|
|
|
'MP' => 'Insules Nord Mariana', |
|
534
|
|
|
|
|
|
|
'MQ' => 'Martinica', |
|
535
|
|
|
|
|
|
|
'MR' => 'Mauretania', |
|
536
|
|
|
|
|
|
|
'MS' => 'Montserrat', |
|
537
|
|
|
|
|
|
|
'MT' => 'Malta', |
|
538
|
|
|
|
|
|
|
'MU' => 'Mauricio', |
|
539
|
|
|
|
|
|
|
'MV' => 'Maldivas', |
|
540
|
|
|
|
|
|
|
'MW' => 'Malawi', |
|
541
|
|
|
|
|
|
|
'MX' => 'Mexico', |
|
542
|
|
|
|
|
|
|
'MY' => 'Malaysia', |
|
543
|
|
|
|
|
|
|
'MZ' => 'Mozambic', |
|
544
|
|
|
|
|
|
|
'NA' => 'Namibia', |
|
545
|
|
|
|
|
|
|
'NC' => 'Nov-Caledonia', |
|
546
|
|
|
|
|
|
|
'NE' => 'Niger', |
|
547
|
|
|
|
|
|
|
'NF' => 'Insul Norfolk', |
|
548
|
|
|
|
|
|
|
'NG' => 'Nigeria', |
|
549
|
|
|
|
|
|
|
'NI' => 'Nicaragua', |
|
550
|
|
|
|
|
|
|
'NL' => 'Nederland', |
|
551
|
|
|
|
|
|
|
'NO' => 'Norvegia', |
|
552
|
|
|
|
|
|
|
'NP' => 'Nepal', |
|
553
|
|
|
|
|
|
|
'NR' => 'Nauru', |
|
554
|
|
|
|
|
|
|
'NU' => 'Niue', |
|
555
|
|
|
|
|
|
|
'NZ' => 'Nov-Zeland', |
|
556
|
|
|
|
|
|
|
'OM' => 'Oman', |
|
557
|
|
|
|
|
|
|
'PA' => 'Panama', |
|
558
|
|
|
|
|
|
|
'PE' => 'Perú', |
|
559
|
|
|
|
|
|
|
'PF' => 'Francesi Polinesia', |
|
560
|
|
|
|
|
|
|
'PG' => 'Papua Nov-Guinea', |
|
561
|
|
|
|
|
|
|
'PH' => 'Filipines', |
|
562
|
|
|
|
|
|
|
'PK' => 'Pakistan', |
|
563
|
|
|
|
|
|
|
'PL' => 'Polonia', |
|
564
|
|
|
|
|
|
|
'PM' => 'St.-Pierre e Miquelon', |
|
565
|
|
|
|
|
|
|
'PN' => 'Insules Pitcairn', |
|
566
|
|
|
|
|
|
|
'PR' => 'Porto-Rico', |
|
567
|
|
|
|
|
|
|
'PS' => 'Territorias de Palestina', |
|
568
|
|
|
|
|
|
|
'PS@alt=short' => 'Palestina', |
|
569
|
|
|
|
|
|
|
'PT' => 'Portugal', |
|
570
|
|
|
|
|
|
|
'PW' => 'Palau', |
|
571
|
|
|
|
|
|
|
'PY' => 'Paraguay', |
|
572
|
|
|
|
|
|
|
'QA' => 'Qatar', |
|
573
|
|
|
|
|
|
|
'QO' => 'periferic Oceania', |
|
574
|
|
|
|
|
|
|
'RE' => 'Reunion', |
|
575
|
|
|
|
|
|
|
'RO' => 'Rumania', |
|
576
|
|
|
|
|
|
|
'RS' => 'Serbia', |
|
577
|
|
|
|
|
|
|
'RU' => 'Russia', |
|
578
|
|
|
|
|
|
|
'RW' => 'Rwanda', |
|
579
|
|
|
|
|
|
|
'SA' => 'Sauditic Arabia', |
|
580
|
|
|
|
|
|
|
'SB' => 'Insules Solomon', |
|
581
|
|
|
|
|
|
|
'SC' => 'Seychelles', |
|
582
|
|
|
|
|
|
|
'SD' => 'Sudan', |
|
583
|
|
|
|
|
|
|
'SE' => 'Svedia', |
|
584
|
|
|
|
|
|
|
'SG' => 'Singapur', |
|
585
|
|
|
|
|
|
|
'SH' => 'Sant-Helena', |
|
586
|
|
|
|
|
|
|
'SI' => 'Slovenia', |
|
587
|
|
|
|
|
|
|
'SJ' => 'Svalbard e Jan Mayen', |
|
588
|
|
|
|
|
|
|
'SK' => 'Slovakia', |
|
589
|
|
|
|
|
|
|
'SL' => 'Sierra-Leone', |
|
590
|
|
|
|
|
|
|
'SM' => 'San-Marino', |
|
591
|
|
|
|
|
|
|
'SN' => 'Senegal', |
|
592
|
|
|
|
|
|
|
'SO' => 'Somalia', |
|
593
|
|
|
|
|
|
|
'SR' => 'Surinam', |
|
594
|
|
|
|
|
|
|
'SS' => 'Sud-Sudan', |
|
595
|
|
|
|
|
|
|
'ST' => 'São-Tomé e Príncipe', |
|
596
|
|
|
|
|
|
|
'SV' => 'El-Salvador', |
|
597
|
|
|
|
|
|
|
'SX' => 'Sint-Maarten', |
|
598
|
|
|
|
|
|
|
'SY' => 'Siria', |
|
599
|
|
|
|
|
|
|
'SZ' => 'Eswatini', |
|
600
|
|
|
|
|
|
|
'SZ@alt=variant' => 'Swaziland', |
|
601
|
|
|
|
|
|
|
'TA' => 'Tristan-da-Cunha', |
|
602
|
|
|
|
|
|
|
'TC' => 'Turks e Caicos', |
|
603
|
|
|
|
|
|
|
'TD' => 'Tchad', |
|
604
|
|
|
|
|
|
|
'TF' => 'Territorias meridional de Francia', |
|
605
|
|
|
|
|
|
|
'TG' => 'Togo', |
|
606
|
|
|
|
|
|
|
'TH' => 'Thailand', |
|
607
|
|
|
|
|
|
|
'TJ' => 'Tadjikistan', |
|
608
|
|
|
|
|
|
|
'TK' => 'Tokelau', |
|
609
|
|
|
|
|
|
|
'TL' => 'Ost-Timor', |
|
610
|
|
|
|
|
|
|
'TM' => 'Turkmenistan', |
|
611
|
|
|
|
|
|
|
'TN' => 'Tunisia', |
|
612
|
|
|
|
|
|
|
'TO' => 'Tonga', |
|
613
|
|
|
|
|
|
|
'TR' => 'Turcia', |
|
614
|
|
|
|
|
|
|
'TT' => 'Trinidad e Tobago', |
|
615
|
|
|
|
|
|
|
'TV' => 'Tuvalu', |
|
616
|
|
|
|
|
|
|
'TW' => 'Taiwan', |
|
617
|
|
|
|
|
|
|
'TZ' => 'Tanzania', |
|
618
|
|
|
|
|
|
|
'UA' => 'Ukraina', |
|
619
|
|
|
|
|
|
|
'UG' => 'Uganda', |
|
620
|
|
|
|
|
|
|
'UM' => 'Insules periferic de USA', |
|
621
|
|
|
|
|
|
|
'UN' => 'Unit Nationes', |
|
622
|
|
|
|
|
|
|
'US' => 'Unit States', |
|
623
|
|
|
|
|
|
|
'US@alt=short' => 'US', |
|
624
|
|
|
|
|
|
|
'UY' => 'Uruguay', |
|
625
|
|
|
|
|
|
|
'UZ' => 'Uzbekistan', |
|
626
|
|
|
|
|
|
|
'VA' => 'Cité de Vatican', |
|
627
|
|
|
|
|
|
|
'VC' => 'St. Vincent e Grenadines', |
|
628
|
|
|
|
|
|
|
'VE' => 'Venezuela', |
|
629
|
|
|
|
|
|
|
'VG' => 'Insules Vírginas (UR)', |
|
630
|
|
|
|
|
|
|
'VI' => 'Insules Vírginas (USA)', |
|
631
|
|
|
|
|
|
|
'VN' => 'Vietnam', |
|
632
|
|
|
|
|
|
|
'VU' => 'Vanuatu', |
|
633
|
|
|
|
|
|
|
'WF' => 'Wallis e Futuna', |
|
634
|
|
|
|
|
|
|
'WS' => 'Samoa', |
|
635
|
|
|
|
|
|
|
'XA' => 'pseudo-diacritica', |
|
636
|
|
|
|
|
|
|
'XB' => 'pseudo-bidi', |
|
637
|
|
|
|
|
|
|
'XK' => 'Kosovo', |
|
638
|
|
|
|
|
|
|
'YE' => 'Yemen', |
|
639
|
|
|
|
|
|
|
'YT' => 'Mayotte', |
|
640
|
|
|
|
|
|
|
'ZA' => 'Sud-Africa', |
|
641
|
|
|
|
|
|
|
'ZM' => 'Zambia', |
|
642
|
|
|
|
|
|
|
'ZW' => 'Zimbabwe', |
|
643
|
|
|
|
|
|
|
'ZZ' => 'ínconosset region', |
|
644
|
|
|
|
|
|
|
|
|
645
|
|
|
|
|
|
|
} |
|
646
|
|
|
|
|
|
|
}, |
|
647
|
|
|
|
|
|
|
); |
|
648
|
|
|
|
|
|
|
|
|
649
|
|
|
|
|
|
|
has 'display_name_variant' => ( |
|
650
|
|
|
|
|
|
|
is => 'ro', |
|
651
|
|
|
|
|
|
|
isa => HashRef[Str], |
|
652
|
|
|
|
|
|
|
init_arg => undef, |
|
653
|
|
|
|
|
|
|
default => sub { |
|
654
|
|
|
|
|
|
|
{ |
|
655
|
|
|
|
|
|
|
'1901' => 'ortografie post-1901', |
|
656
|
|
|
|
|
|
|
'1994' => 'standardisat ortografie', |
|
657
|
|
|
|
|
|
|
'1996' => 'ortografie post-1996', |
|
658
|
|
|
|
|
|
|
'1694ACAD' => 'temporan modern francesi', |
|
659
|
|
|
|
|
|
|
'1959ACAD' => 'academic', |
|
660
|
|
|
|
|
|
|
'AO1990' => 'acorde ortografic de 1990', |
|
661
|
|
|
|
|
|
|
'BAKU1926' => 'Janalif', |
|
662
|
|
|
|
|
|
|
'BOHORIC' => 'de Bohoric', |
|
663
|
|
|
|
|
|
|
'COLB1945' => 'convention ortografic de 1945', |
|
664
|
|
|
|
|
|
|
'EKAVSK' => 'ekavian', |
|
665
|
|
|
|
|
|
|
'EMODENG' => 'temporan modern anglesi', |
|
666
|
|
|
|
|
|
|
'FONIPA' => 'alfabet IPA', |
|
667
|
|
|
|
|
|
|
'FONUPA' => 'alfabet UPA', |
|
668
|
|
|
|
|
|
|
'FONXSAMP' => 'X-SAMPA', |
|
669
|
|
|
|
|
|
|
'GASCON' => 'gascon', |
|
670
|
|
|
|
|
|
|
'GRCLASS' => 'classic ortografie', |
|
671
|
|
|
|
|
|
|
'GRITAL' => 'italianesc', |
|
672
|
|
|
|
|
|
|
'GRMISTR' => 'mistralianesc', |
|
673
|
|
|
|
|
|
|
'HEPBURN' => 'romanisation Hepburn', |
|
674
|
|
|
|
|
|
|
'HOGNORSK' => 'alt-norvegian', |
|
675
|
|
|
|
|
|
|
'HSISTEMO' => 'h-sistema', |
|
676
|
|
|
|
|
|
|
'IJEKAVSK' => 'ijekavian', |
|
677
|
|
|
|
|
|
|
'ITIHASA' => 'epic sanscrit', |
|
678
|
|
|
|
|
|
|
'IVANCHOV' => 'ortografie pre-1945', |
|
679
|
|
|
|
|
|
|
'JAUER' => 'jauer', |
|
680
|
|
|
|
|
|
|
'JYUTPING' => 'Jyutping', |
|
681
|
|
|
|
|
|
|
'KKCOR' => 'ortografie comun', |
|
682
|
|
|
|
|
|
|
'KOCIEWIE' => 'de Kociewie', |
|
683
|
|
|
|
|
|
|
'KSCOR' => 'standard ortografie', |
|
684
|
|
|
|
|
|
|
'LEMOSIN' => 'lemosin', |
|
685
|
|
|
|
|
|
|
'LENGADOC' => 'languedocan', |
|
686
|
|
|
|
|
|
|
'LTG1929' => 'ortografie de 1929', |
|
687
|
|
|
|
|
|
|
'LTG2007' => 'ortografie de 2007', |
|
688
|
|
|
|
|
|
|
'LUNA1918' => 'modern ortografie', |
|
689
|
|
|
|
|
|
|
'METELKO' => 'de Metelko', |
|
690
|
|
|
|
|
|
|
'MONOTON' => 'monotonic', |
|
691
|
|
|
|
|
|
|
'NEWFOUND' => 'de Newfoundland', |
|
692
|
|
|
|
|
|
|
'NULIK' => 'modern Volapük', |
|
693
|
|
|
|
|
|
|
'OXENDICT' => 'ortografie del OED', |
|
694
|
|
|
|
|
|
|
'PEANO' => 'de Peano', |
|
695
|
|
|
|
|
|
|
'PETR1708' => 'ortografie pre-1918', |
|
696
|
|
|
|
|
|
|
'PINYIN' => 'pinyin', |
|
697
|
|
|
|
|
|
|
'POLYTON' => 'politonic', |
|
698
|
|
|
|
|
|
|
'POSIX' => 'computational', |
|
699
|
|
|
|
|
|
|
'PROVENC' => 'provanceal', |
|
700
|
|
|
|
|
|
|
'PUTER' => 'puter', |
|
701
|
|
|
|
|
|
|
'REVISED' => 'reviset ortografie', |
|
702
|
|
|
|
|
|
|
'RIGIK' => 'classic Volapük', |
|
703
|
|
|
|
|
|
|
'ROZAJ' => 'resian', |
|
704
|
|
|
|
|
|
|
'SCOTLAND' => 'de Scotia', |
|
705
|
|
|
|
|
|
|
'SCOUSE' => 'Scouse', |
|
706
|
|
|
|
|
|
|
'SIMPLE' => 'simplificat', |
|
707
|
|
|
|
|
|
|
'SOTAV' => 'del Sotavento', |
|
708
|
|
|
|
|
|
|
'SPANGLIS' => 'Spanglish', |
|
709
|
|
|
|
|
|
|
'SURMIRAN' => 'surmiran', |
|
710
|
|
|
|
|
|
|
'SURSILV' => 'sursilvan', |
|
711
|
|
|
|
|
|
|
'SUTSILV' => 'sutsilvan', |
|
712
|
|
|
|
|
|
|
'TARASK' => 'de Tarashkevitch', |
|
713
|
|
|
|
|
|
|
'TUNUMIIT' => 'ost-grenlandesi', |
|
714
|
|
|
|
|
|
|
'UCCOR' => 'unificat ortografie', |
|
715
|
|
|
|
|
|
|
'ULSTER' => 'de Ulster', |
|
716
|
|
|
|
|
|
|
'UNIFON' => 'alfabet Unifon', |
|
717
|
|
|
|
|
|
|
'VAIDIKA' => 'Vedic', |
|
718
|
|
|
|
|
|
|
'VALENCIA' => 'valencian', |
|
719
|
|
|
|
|
|
|
'VALLADER' => 'vallader', |
|
720
|
|
|
|
|
|
|
'VECDRUKA' => 'old ortografie', |
|
721
|
|
|
|
|
|
|
'VIVARAUP' => 'vivaroalpin', |
|
722
|
|
|
|
|
|
|
'WADEGILE' => 'romanisation Wade-Giles', |
|
723
|
|
|
|
|
|
|
'XSISTEMO' => 'x-sistema', |
|
724
|
|
|
|
|
|
|
|
|
725
|
|
|
|
|
|
|
} |
|
726
|
|
|
|
|
|
|
}, |
|
727
|
|
|
|
|
|
|
); |
|
728
|
|
|
|
|
|
|
|
|
729
|
|
|
|
|
|
|
has 'display_name_key' => ( |
|
730
|
|
|
|
|
|
|
is => 'ro', |
|
731
|
|
|
|
|
|
|
isa => HashRef[Str], |
|
732
|
|
|
|
|
|
|
init_arg => undef, |
|
733
|
|
|
|
|
|
|
default => sub { |
|
734
|
|
|
|
|
|
|
{ |
|
735
|
|
|
|
|
|
|
'calendar' => 'calendare', |
|
736
|
|
|
|
|
|
|
'cf' => 'formate de valuta', |
|
737
|
|
|
|
|
|
|
'collation' => 'órdine', |
|
738
|
|
|
|
|
|
|
'currency' => 'valuta', |
|
739
|
|
|
|
|
|
|
'hc' => 'cicle de hores (12 o 24)', |
|
740
|
|
|
|
|
|
|
'ms' => 'sistema de mesuras', |
|
741
|
|
|
|
|
|
|
'numbers' => 'númeres', |
|
742
|
|
|
|
|
|
|
|
|
743
|
|
|
|
|
|
|
} |
|
744
|
|
|
|
|
|
|
}, |
|
745
|
|
|
|
|
|
|
); |
|
746
|
|
|
|
|
|
|
|
|
747
|
|
|
|
|
|
|
has 'display_name_type' => ( |
|
748
|
|
|
|
|
|
|
is => 'ro', |
|
749
|
|
|
|
|
|
|
isa => HashRef[HashRef[Str]], |
|
750
|
|
|
|
|
|
|
init_arg => undef, |
|
751
|
|
|
|
|
|
|
default => sub { |
|
752
|
|
|
|
|
|
|
{ |
|
753
|
|
|
|
|
|
|
'calendar' => { |
|
754
|
|
|
|
|
|
|
'buddhist' => q{buddhist calendare}, |
|
755
|
|
|
|
|
|
|
'chinese' => q{chinesi calendare}, |
|
756
|
|
|
|
|
|
|
'coptic' => q{coptic calendare}, |
|
757
|
|
|
|
|
|
|
'ethiopic' => q{etiopic calendare}, |
|
758
|
|
|
|
|
|
|
'gregorian' => q{gregorian calendare}, |
|
759
|
|
|
|
|
|
|
'hebrew' => q{hebreic calendare}, |
|
760
|
|
|
|
|
|
|
'islamic' => q{calendare hejra}, |
|
761
|
|
|
|
|
|
|
'iso8601' => q{calendare ISO-8601}, |
|
762
|
|
|
|
|
|
|
'japanese' => q{japanesi calendare}, |
|
763
|
|
|
|
|
|
|
'persian' => q{persian calendare}, |
|
764
|
|
|
|
|
|
|
}, |
|
765
|
|
|
|
|
|
|
'cf' => { |
|
766
|
|
|
|
|
|
|
'account' => q{formate por contation}, |
|
767
|
|
|
|
|
|
|
'standard' => q{standard valuta-formate}, |
|
768
|
|
|
|
|
|
|
}, |
|
769
|
|
|
|
|
|
|
'collation' => { |
|
770
|
|
|
|
|
|
|
'big5han' => q{órdine Big5}, |
|
771
|
|
|
|
|
|
|
'dictionary' => q{órdine de dictionarium}, |
|
772
|
|
|
|
|
|
|
'ducet' => q{órdine predefinit de Unicode}, |
|
773
|
|
|
|
|
|
|
'eor' => q{órdine paneuropan}, |
|
774
|
|
|
|
|
|
|
'gb2312han' => q{órdine GB2312}, |
|
775
|
|
|
|
|
|
|
'phonebook' => q{órdine de numerarium}, |
|
776
|
|
|
|
|
|
|
'pinyin' => q{órdine pinyin}, |
|
777
|
|
|
|
|
|
|
'search' => q{órdine por sercha}, |
|
778
|
|
|
|
|
|
|
'standard' => q{standard órdine}, |
|
779
|
|
|
|
|
|
|
'stroke' => q{órdine de strecs}, |
|
780
|
|
|
|
|
|
|
'unihan' => q{órdine de radicales}, |
|
781
|
|
|
|
|
|
|
}, |
|
782
|
|
|
|
|
|
|
'hc' => { |
|
783
|
|
|
|
|
|
|
'h11' => q{sistema 12-hor (0..11)}, |
|
784
|
|
|
|
|
|
|
'h12' => q{sistema 12-hor (1..12)}, |
|
785
|
|
|
|
|
|
|
'h23' => q{sistema 24-hor (0..23)}, |
|
786
|
|
|
|
|
|
|
'h24' => q{sistema 24-hor (1..24)}, |
|
787
|
|
|
|
|
|
|
}, |
|
788
|
|
|
|
|
|
|
'ms' => { |
|
789
|
|
|
|
|
|
|
'metric' => q{metric sistema}, |
|
790
|
|
|
|
|
|
|
'uksystem' => q{britanic sistema}, |
|
791
|
|
|
|
|
|
|
'ussystem' => q{american sistema}, |
|
792
|
|
|
|
|
|
|
}, |
|
793
|
|
|
|
|
|
|
'numbers' => { |
|
794
|
|
|
|
|
|
|
'arab' => q{oriental ciffres}, |
|
795
|
|
|
|
|
|
|
'arabext' => q{extendet oriental ciffres}, |
|
796
|
|
|
|
|
|
|
'armn' => q{armenian númeres}, |
|
797
|
|
|
|
|
|
|
'armnlow' => q{armenian minuscules}, |
|
798
|
|
|
|
|
|
|
'beng' => q{bengalic ciffres}, |
|
799
|
|
|
|
|
|
|
'cakm' => q{ciffres chakma}, |
|
800
|
|
|
|
|
|
|
'deva' => q{ciffres devanagari}, |
|
801
|
|
|
|
|
|
|
'ethi' => q{etiopic ciffres}, |
|
802
|
|
|
|
|
|
|
'fullwide' => q{plen-larg ciffres}, |
|
803
|
|
|
|
|
|
|
'geor' => q{georgian númeres}, |
|
804
|
|
|
|
|
|
|
'grek' => q{grec númeres}, |
|
805
|
|
|
|
|
|
|
'greklow' => q{grec minuscules}, |
|
806
|
|
|
|
|
|
|
'gujr' => q{gujaratic ciffres}, |
|
807
|
|
|
|
|
|
|
'guru' => q{gurmukhic ciffres}, |
|
808
|
|
|
|
|
|
|
'hanidec' => q{chinesi decimal númeres}, |
|
809
|
|
|
|
|
|
|
'hans' => q{simplificat chinesi númeres}, |
|
810
|
|
|
|
|
|
|
'hansfin' => q{simp. chinesi financial númeres}, |
|
811
|
|
|
|
|
|
|
'hant' => q{traditional chinesi númeres}, |
|
812
|
|
|
|
|
|
|
'hantfin' => q{trad. chinesi financial númeres}, |
|
813
|
|
|
|
|
|
|
'hebr' => q{hebreic númeres}, |
|
814
|
|
|
|
|
|
|
'java' => q{javanesi ciffres}, |
|
815
|
|
|
|
|
|
|
'jpan' => q{japanesi númeres}, |
|
816
|
|
|
|
|
|
|
'jpanfin' => q{japanesi financial númeres}, |
|
817
|
|
|
|
|
|
|
'khmr' => q{ciffres khmer}, |
|
818
|
|
|
|
|
|
|
'knda' => q{kannadan ciffres}, |
|
819
|
|
|
|
|
|
|
'laoo' => q{laotic ciffres}, |
|
820
|
|
|
|
|
|
|
'latn' => q{occidental ciffres}, |
|
821
|
|
|
|
|
|
|
'mlym' => q{ciffres malayalam}, |
|
822
|
|
|
|
|
|
|
'mymr' => q{birmesi ciffres}, |
|
823
|
|
|
|
|
|
|
'roman' => q{roman ciffres}, |
|
824
|
|
|
|
|
|
|
'romanlow' => q{roman minuscules}, |
|
825
|
|
|
|
|
|
|
'taml' => q{traditional tamilic númeres}, |
|
826
|
|
|
|
|
|
|
'tamldec' => q{tamilic ciffres}, |
|
827
|
|
|
|
|
|
|
'telu' => q{ciffres telugu}, |
|
828
|
|
|
|
|
|
|
'thai' => q{thai ciffres}, |
|
829
|
|
|
|
|
|
|
'tibt' => q{tibetan ciffres}, |
|
830
|
|
|
|
|
|
|
'vaii' => q{ciffres vai}, |
|
831
|
|
|
|
|
|
|
}, |
|
832
|
|
|
|
|
|
|
|
|
833
|
|
|
|
|
|
|
} |
|
834
|
|
|
|
|
|
|
}, |
|
835
|
|
|
|
|
|
|
); |
|
836
|
|
|
|
|
|
|
|
|
837
|
|
|
|
|
|
|
has 'display_name_measurement_system' => ( |
|
838
|
|
|
|
|
|
|
is => 'ro', |
|
839
|
|
|
|
|
|
|
isa => HashRef[Str], |
|
840
|
|
|
|
|
|
|
init_arg => undef, |
|
841
|
|
|
|
|
|
|
default => sub { |
|
842
|
|
|
|
|
|
|
{ |
|
843
|
|
|
|
|
|
|
'metric' => q{metric}, |
|
844
|
|
|
|
|
|
|
'UK' => q{anglesi}, |
|
845
|
|
|
|
|
|
|
'US' => q{american}, |
|
846
|
|
|
|
|
|
|
|
|
847
|
|
|
|
|
|
|
} |
|
848
|
|
|
|
|
|
|
}, |
|
849
|
|
|
|
|
|
|
); |
|
850
|
|
|
|
|
|
|
|
|
851
|
|
|
|
|
|
|
has 'display_name_code_patterns' => ( |
|
852
|
|
|
|
|
|
|
is => 'ro', |
|
853
|
|
|
|
|
|
|
isa => HashRef[Str], |
|
854
|
|
|
|
|
|
|
init_arg => undef, |
|
855
|
|
|
|
|
|
|
default => sub { |
|
856
|
|
|
|
|
|
|
{ |
|
857
|
|
|
|
|
|
|
'language' => 'Lingue: {0}', |
|
858
|
|
|
|
|
|
|
'script' => 'Scritura: {0}', |
|
859
|
|
|
|
|
|
|
'region' => 'Region: {0}', |
|
860
|
|
|
|
|
|
|
|
|
861
|
|
|
|
|
|
|
} |
|
862
|
|
|
|
|
|
|
}, |
|
863
|
|
|
|
|
|
|
); |
|
864
|
|
|
|
|
|
|
|
|
865
|
|
|
|
|
|
|
has 'characters' => ( |
|
866
|
|
|
|
|
|
|
is => 'ro', |
|
867
|
|
|
|
|
|
|
isa => HashRef, |
|
868
|
|
|
|
|
|
|
init_arg => undef, |
|
869
|
|
|
|
|
|
|
default => $^V ge v5.18.0 |
|
870
|
|
|
|
|
|
|
? eval <<'EOT' |
|
871
|
|
|
|
|
|
|
sub { |
|
872
|
|
|
|
|
|
|
no warnings 'experimental::regex_sets'; |
|
873
|
|
|
|
|
|
|
return { |
|
874
|
|
|
|
|
|
|
auxiliary => qr{[àăâåäãā æ ç èĕêëē ìĭîïī {lʼ} ñ {nʼ} òŏôöøō œ ùŭûüū ýÿ]}, |
|
875
|
|
|
|
|
|
|
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]}, |
|
876
|
|
|
|
|
|
|
numbers => qr{[\- ‑ , ' % ‰ + 0 1 2 3 4 5 6 7 8 9]}, |
|
877
|
|
|
|
|
|
|
punctuation => qr{[\- ‐‑ – — , ; \: ! ? . … '‘’ "“”„ « » ( ) \[ \] § @ * / \& † ‡]}, |
|
878
|
|
|
|
|
|
|
}; |
|
879
|
|
|
|
|
|
|
}, |
|
880
|
|
|
|
|
|
|
EOT |
|
881
|
|
|
|
|
|
|
: sub { |
|
882
|
|
|
|
|
|
|
return {}; |
|
883
|
|
|
|
|
|
|
}, |
|
884
|
1
|
|
|
1
|
|
151
|
); |
|
|
1
|
|
|
|
|
7
|
|
|
|
1
|
|
|
|
|
268
|
|
|
885
|
|
|
|
|
|
|
|
|
886
|
|
|
|
|
|
|
|
|
887
|
|
|
|
|
|
|
has 'quote_start' => ( |
|
888
|
|
|
|
|
|
|
is => 'ro', |
|
889
|
|
|
|
|
|
|
isa => Str, |
|
890
|
|
|
|
|
|
|
init_arg => undef, |
|
891
|
|
|
|
|
|
|
default => qq{«}, |
|
892
|
|
|
|
|
|
|
); |
|
893
|
|
|
|
|
|
|
|
|
894
|
|
|
|
|
|
|
has 'quote_end' => ( |
|
895
|
|
|
|
|
|
|
is => 'ro', |
|
896
|
|
|
|
|
|
|
isa => Str, |
|
897
|
|
|
|
|
|
|
init_arg => undef, |
|
898
|
|
|
|
|
|
|
default => qq{»}, |
|
899
|
|
|
|
|
|
|
); |
|
900
|
|
|
|
|
|
|
|
|
901
|
|
|
|
|
|
|
has 'alternate_quote_start' => ( |
|
902
|
|
|
|
|
|
|
is => 'ro', |
|
903
|
|
|
|
|
|
|
isa => Str, |
|
904
|
|
|
|
|
|
|
init_arg => undef, |
|
905
|
|
|
|
|
|
|
default => qq{“}, |
|
906
|
|
|
|
|
|
|
); |
|
907
|
|
|
|
|
|
|
|
|
908
|
|
|
|
|
|
|
has 'alternate_quote_end' => ( |
|
909
|
|
|
|
|
|
|
is => 'ro', |
|
910
|
|
|
|
|
|
|
isa => Str, |
|
911
|
|
|
|
|
|
|
init_arg => undef, |
|
912
|
|
|
|
|
|
|
default => qq{”}, |
|
913
|
|
|
|
|
|
|
); |
|
914
|
|
|
|
|
|
|
|
|
915
|
|
|
|
|
|
|
has 'units' => ( |
|
916
|
|
|
|
|
|
|
is => 'ro', |
|
917
|
|
|
|
|
|
|
isa => HashRef[HashRef[HashRef[Str]]], |
|
918
|
|
|
|
|
|
|
init_arg => undef, |
|
919
|
|
|
|
|
|
|
default => sub { { |
|
920
|
|
|
|
|
|
|
'long' => { |
|
921
|
|
|
|
|
|
|
# Long Unit Identifier |
|
922
|
|
|
|
|
|
|
'' => { |
|
923
|
|
|
|
|
|
|
'name' => q(direction cardinal), |
|
924
|
|
|
|
|
|
|
}, |
|
925
|
|
|
|
|
|
|
# Core Unit Identifier |
|
926
|
|
|
|
|
|
|
'' => { |
|
927
|
|
|
|
|
|
|
'name' => q(direction cardinal), |
|
928
|
|
|
|
|
|
|
}, |
|
929
|
|
|
|
|
|
|
# Long Unit Identifier |
|
930
|
|
|
|
|
|
|
'10p-1' => { |
|
931
|
|
|
|
|
|
|
'1' => q(deci{0}), |
|
932
|
|
|
|
|
|
|
}, |
|
933
|
|
|
|
|
|
|
# Core Unit Identifier |
|
934
|
|
|
|
|
|
|
'1' => { |
|
935
|
|
|
|
|
|
|
'1' => q(deci{0}), |
|
936
|
|
|
|
|
|
|
}, |
|
937
|
|
|
|
|
|
|
# Long Unit Identifier |
|
938
|
|
|
|
|
|
|
'10p-12' => { |
|
939
|
|
|
|
|
|
|
'1' => q(pico{0}), |
|
940
|
|
|
|
|
|
|
}, |
|
941
|
|
|
|
|
|
|
# Core Unit Identifier |
|
942
|
|
|
|
|
|
|
'12' => { |
|
943
|
|
|
|
|
|
|
'1' => q(pico{0}), |
|
944
|
|
|
|
|
|
|
}, |
|
945
|
|
|
|
|
|
|
# Long Unit Identifier |
|
946
|
|
|
|
|
|
|
'10p-15' => { |
|
947
|
|
|
|
|
|
|
'1' => q(femto{0}), |
|
948
|
|
|
|
|
|
|
}, |
|
949
|
|
|
|
|
|
|
# Core Unit Identifier |
|
950
|
|
|
|
|
|
|
'15' => { |
|
951
|
|
|
|
|
|
|
'1' => q(femto{0}), |
|
952
|
|
|
|
|
|
|
}, |
|
953
|
|
|
|
|
|
|
# Long Unit Identifier |
|
954
|
|
|
|
|
|
|
'10p-18' => { |
|
955
|
|
|
|
|
|
|
'1' => q(atto{0}), |
|
956
|
|
|
|
|
|
|
}, |
|
957
|
|
|
|
|
|
|
# Core Unit Identifier |
|
958
|
|
|
|
|
|
|
'18' => { |
|
959
|
|
|
|
|
|
|
'1' => q(atto{0}), |
|
960
|
|
|
|
|
|
|
}, |
|
961
|
|
|
|
|
|
|
# Long Unit Identifier |
|
962
|
|
|
|
|
|
|
'10p-2' => { |
|
963
|
|
|
|
|
|
|
'1' => q(centi{0}), |
|
964
|
|
|
|
|
|
|
}, |
|
965
|
|
|
|
|
|
|
# Core Unit Identifier |
|
966
|
|
|
|
|
|
|
'2' => { |
|
967
|
|
|
|
|
|
|
'1' => q(centi{0}), |
|
968
|
|
|
|
|
|
|
}, |
|
969
|
|
|
|
|
|
|
# Long Unit Identifier |
|
970
|
|
|
|
|
|
|
'10p-21' => { |
|
971
|
|
|
|
|
|
|
'1' => q(zepto{0}), |
|
972
|
|
|
|
|
|
|
}, |
|
973
|
|
|
|
|
|
|
# Core Unit Identifier |
|
974
|
|
|
|
|
|
|
'21' => { |
|
975
|
|
|
|
|
|
|
'1' => q(zepto{0}), |
|
976
|
|
|
|
|
|
|
}, |
|
977
|
|
|
|
|
|
|
# Long Unit Identifier |
|
978
|
|
|
|
|
|
|
'10p-24' => { |
|
979
|
|
|
|
|
|
|
'1' => q(yocto{0}), |
|
980
|
|
|
|
|
|
|
}, |
|
981
|
|
|
|
|
|
|
# Core Unit Identifier |
|
982
|
|
|
|
|
|
|
'24' => { |
|
983
|
|
|
|
|
|
|
'1' => q(yocto{0}), |
|
984
|
|
|
|
|
|
|
}, |
|
985
|
|
|
|
|
|
|
# Long Unit Identifier |
|
986
|
|
|
|
|
|
|
'10p-3' => { |
|
987
|
|
|
|
|
|
|
'1' => q(milli{0}), |
|
988
|
|
|
|
|
|
|
}, |
|
989
|
|
|
|
|
|
|
# Core Unit Identifier |
|
990
|
|
|
|
|
|
|
'3' => { |
|
991
|
|
|
|
|
|
|
'1' => q(milli{0}), |
|
992
|
|
|
|
|
|
|
}, |
|
993
|
|
|
|
|
|
|
# Long Unit Identifier |
|
994
|
|
|
|
|
|
|
'10p-6' => { |
|
995
|
|
|
|
|
|
|
'1' => q(micro{0}), |
|
996
|
|
|
|
|
|
|
}, |
|
997
|
|
|
|
|
|
|
# Core Unit Identifier |
|
998
|
|
|
|
|
|
|
'6' => { |
|
999
|
|
|
|
|
|
|
'1' => q(micro{0}), |
|
1000
|
|
|
|
|
|
|
}, |
|
1001
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1002
|
|
|
|
|
|
|
'10p-9' => { |
|
1003
|
|
|
|
|
|
|
'1' => q(nano{0}), |
|
1004
|
|
|
|
|
|
|
}, |
|
1005
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1006
|
|
|
|
|
|
|
'9' => { |
|
1007
|
|
|
|
|
|
|
'1' => q(nano{0}), |
|
1008
|
|
|
|
|
|
|
}, |
|
1009
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1010
|
|
|
|
|
|
|
'10p1' => { |
|
1011
|
|
|
|
|
|
|
'1' => q(deca{0}), |
|
1012
|
|
|
|
|
|
|
}, |
|
1013
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1014
|
|
|
|
|
|
|
'10p1' => { |
|
1015
|
|
|
|
|
|
|
'1' => q(deca{0}), |
|
1016
|
|
|
|
|
|
|
}, |
|
1017
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1018
|
|
|
|
|
|
|
'10p12' => { |
|
1019
|
|
|
|
|
|
|
'1' => q(tera{0}), |
|
1020
|
|
|
|
|
|
|
}, |
|
1021
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1022
|
|
|
|
|
|
|
'10p12' => { |
|
1023
|
|
|
|
|
|
|
'1' => q(tera{0}), |
|
1024
|
|
|
|
|
|
|
}, |
|
1025
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1026
|
|
|
|
|
|
|
'10p15' => { |
|
1027
|
|
|
|
|
|
|
'1' => q(peta{0}), |
|
1028
|
|
|
|
|
|
|
}, |
|
1029
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1030
|
|
|
|
|
|
|
'10p15' => { |
|
1031
|
|
|
|
|
|
|
'1' => q(peta{0}), |
|
1032
|
|
|
|
|
|
|
}, |
|
1033
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1034
|
|
|
|
|
|
|
'10p18' => { |
|
1035
|
|
|
|
|
|
|
'1' => q(exa{0}), |
|
1036
|
|
|
|
|
|
|
}, |
|
1037
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1038
|
|
|
|
|
|
|
'10p18' => { |
|
1039
|
|
|
|
|
|
|
'1' => q(exa{0}), |
|
1040
|
|
|
|
|
|
|
}, |
|
1041
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1042
|
|
|
|
|
|
|
'10p2' => { |
|
1043
|
|
|
|
|
|
|
'1' => q(hecto{0}), |
|
1044
|
|
|
|
|
|
|
}, |
|
1045
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1046
|
|
|
|
|
|
|
'10p2' => { |
|
1047
|
|
|
|
|
|
|
'1' => q(hecto{0}), |
|
1048
|
|
|
|
|
|
|
}, |
|
1049
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1050
|
|
|
|
|
|
|
'10p21' => { |
|
1051
|
|
|
|
|
|
|
'1' => q(zetta{0}), |
|
1052
|
|
|
|
|
|
|
}, |
|
1053
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1054
|
|
|
|
|
|
|
'10p21' => { |
|
1055
|
|
|
|
|
|
|
'1' => q(zetta{0}), |
|
1056
|
|
|
|
|
|
|
}, |
|
1057
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1058
|
|
|
|
|
|
|
'10p24' => { |
|
1059
|
|
|
|
|
|
|
'1' => q(yotta{0}), |
|
1060
|
|
|
|
|
|
|
}, |
|
1061
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1062
|
|
|
|
|
|
|
'10p24' => { |
|
1063
|
|
|
|
|
|
|
'1' => q(yotta{0}), |
|
1064
|
|
|
|
|
|
|
}, |
|
1065
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1066
|
|
|
|
|
|
|
'10p3' => { |
|
1067
|
|
|
|
|
|
|
'1' => q(kilo{0}), |
|
1068
|
|
|
|
|
|
|
}, |
|
1069
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1070
|
|
|
|
|
|
|
'10p3' => { |
|
1071
|
|
|
|
|
|
|
'1' => q(kilo{0}), |
|
1072
|
|
|
|
|
|
|
}, |
|
1073
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1074
|
|
|
|
|
|
|
'10p6' => { |
|
1075
|
|
|
|
|
|
|
'1' => q(mega{0}), |
|
1076
|
|
|
|
|
|
|
}, |
|
1077
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1078
|
|
|
|
|
|
|
'10p6' => { |
|
1079
|
|
|
|
|
|
|
'1' => q(mega{0}), |
|
1080
|
|
|
|
|
|
|
}, |
|
1081
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1082
|
|
|
|
|
|
|
'10p9' => { |
|
1083
|
|
|
|
|
|
|
'1' => q(giga{0}), |
|
1084
|
|
|
|
|
|
|
}, |
|
1085
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1086
|
|
|
|
|
|
|
'10p9' => { |
|
1087
|
|
|
|
|
|
|
'1' => q(giga{0}), |
|
1088
|
|
|
|
|
|
|
}, |
|
1089
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1090
|
|
|
|
|
|
|
'acceleration-meter-per-square-second' => { |
|
1091
|
|
|
|
|
|
|
'name' => q(metres per seconde quadrat), |
|
1092
|
|
|
|
|
|
|
'other' => q({0} metres per seconde quadrat), |
|
1093
|
|
|
|
|
|
|
}, |
|
1094
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1095
|
|
|
|
|
|
|
'meter-per-square-second' => { |
|
1096
|
|
|
|
|
|
|
'name' => q(metres per seconde quadrat), |
|
1097
|
|
|
|
|
|
|
'other' => q({0} metres per seconde quadrat), |
|
1098
|
|
|
|
|
|
|
}, |
|
1099
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1100
|
|
|
|
|
|
|
'angle-arc-minute' => { |
|
1101
|
|
|
|
|
|
|
'name' => q(arc-minutes), |
|
1102
|
|
|
|
|
|
|
'other' => q({0} arc-minutes), |
|
1103
|
|
|
|
|
|
|
}, |
|
1104
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1105
|
|
|
|
|
|
|
'arc-minute' => { |
|
1106
|
|
|
|
|
|
|
'name' => q(arc-minutes), |
|
1107
|
|
|
|
|
|
|
'other' => q({0} arc-minutes), |
|
1108
|
|
|
|
|
|
|
}, |
|
1109
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1110
|
|
|
|
|
|
|
'angle-arc-second' => { |
|
1111
|
|
|
|
|
|
|
'name' => q(arc-secondes), |
|
1112
|
|
|
|
|
|
|
'other' => q({0} arc-secondes), |
|
1113
|
|
|
|
|
|
|
}, |
|
1114
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1115
|
|
|
|
|
|
|
'arc-second' => { |
|
1116
|
|
|
|
|
|
|
'name' => q(arc-secondes), |
|
1117
|
|
|
|
|
|
|
'other' => q({0} arc-secondes), |
|
1118
|
|
|
|
|
|
|
}, |
|
1119
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1120
|
|
|
|
|
|
|
'angle-degree' => { |
|
1121
|
|
|
|
|
|
|
'name' => q(gradus), |
|
1122
|
|
|
|
|
|
|
'other' => q({0} gradus), |
|
1123
|
|
|
|
|
|
|
}, |
|
1124
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1125
|
|
|
|
|
|
|
'degree' => { |
|
1126
|
|
|
|
|
|
|
'name' => q(gradus), |
|
1127
|
|
|
|
|
|
|
'other' => q({0} gradus), |
|
1128
|
|
|
|
|
|
|
}, |
|
1129
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1130
|
|
|
|
|
|
|
'angle-radian' => { |
|
1131
|
|
|
|
|
|
|
'name' => q(radianes), |
|
1132
|
|
|
|
|
|
|
'other' => q({0} radianes), |
|
1133
|
|
|
|
|
|
|
}, |
|
1134
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1135
|
|
|
|
|
|
|
'radian' => { |
|
1136
|
|
|
|
|
|
|
'name' => q(radianes), |
|
1137
|
|
|
|
|
|
|
'other' => q({0} radianes), |
|
1138
|
|
|
|
|
|
|
}, |
|
1139
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1140
|
|
|
|
|
|
|
'area-acre' => { |
|
1141
|
|
|
|
|
|
|
'other' => q({0} acres), |
|
1142
|
|
|
|
|
|
|
}, |
|
1143
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1144
|
|
|
|
|
|
|
'acre' => { |
|
1145
|
|
|
|
|
|
|
'other' => q({0} acres), |
|
1146
|
|
|
|
|
|
|
}, |
|
1147
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1148
|
|
|
|
|
|
|
'area-hectare' => { |
|
1149
|
|
|
|
|
|
|
'name' => q(hectares), |
|
1150
|
|
|
|
|
|
|
'other' => q({0} hectares), |
|
1151
|
|
|
|
|
|
|
}, |
|
1152
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1153
|
|
|
|
|
|
|
'hectare' => { |
|
1154
|
|
|
|
|
|
|
'name' => q(hectares), |
|
1155
|
|
|
|
|
|
|
'other' => q({0} hectares), |
|
1156
|
|
|
|
|
|
|
}, |
|
1157
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1158
|
|
|
|
|
|
|
'area-square-centimeter' => { |
|
1159
|
|
|
|
|
|
|
'name' => q(centimetre quadrat), |
|
1160
|
|
|
|
|
|
|
'other' => q({0} centimetres quadrat), |
|
1161
|
|
|
|
|
|
|
}, |
|
1162
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1163
|
|
|
|
|
|
|
'square-centimeter' => { |
|
1164
|
|
|
|
|
|
|
'name' => q(centimetre quadrat), |
|
1165
|
|
|
|
|
|
|
'other' => q({0} centimetres quadrat), |
|
1166
|
|
|
|
|
|
|
}, |
|
1167
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1168
|
|
|
|
|
|
|
'area-square-foot' => { |
|
1169
|
|
|
|
|
|
|
'name' => q(pedes quadrat), |
|
1170
|
|
|
|
|
|
|
'other' => q({0} pedes quadrat), |
|
1171
|
|
|
|
|
|
|
}, |
|
1172
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1173
|
|
|
|
|
|
|
'square-foot' => { |
|
1174
|
|
|
|
|
|
|
'name' => q(pedes quadrat), |
|
1175
|
|
|
|
|
|
|
'other' => q({0} pedes quadrat), |
|
1176
|
|
|
|
|
|
|
}, |
|
1177
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1178
|
|
|
|
|
|
|
'area-square-inch' => { |
|
1179
|
|
|
|
|
|
|
'name' => q(inches quadrat), |
|
1180
|
|
|
|
|
|
|
'other' => q({0} inches quadrat), |
|
1181
|
|
|
|
|
|
|
}, |
|
1182
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1183
|
|
|
|
|
|
|
'square-inch' => { |
|
1184
|
|
|
|
|
|
|
'name' => q(inches quadrat), |
|
1185
|
|
|
|
|
|
|
'other' => q({0} inches quadrat), |
|
1186
|
|
|
|
|
|
|
}, |
|
1187
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1188
|
|
|
|
|
|
|
'area-square-kilometer' => { |
|
1189
|
|
|
|
|
|
|
'name' => q(kilometres quadrat), |
|
1190
|
|
|
|
|
|
|
'other' => q({0} kilometres quadrat), |
|
1191
|
|
|
|
|
|
|
}, |
|
1192
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1193
|
|
|
|
|
|
|
'square-kilometer' => { |
|
1194
|
|
|
|
|
|
|
'name' => q(kilometres quadrat), |
|
1195
|
|
|
|
|
|
|
'other' => q({0} kilometres quadrat), |
|
1196
|
|
|
|
|
|
|
}, |
|
1197
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1198
|
|
|
|
|
|
|
'area-square-meter' => { |
|
1199
|
|
|
|
|
|
|
'name' => q(metre quadrat), |
|
1200
|
|
|
|
|
|
|
'other' => q({0} metres quadrat), |
|
1201
|
|
|
|
|
|
|
}, |
|
1202
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1203
|
|
|
|
|
|
|
'square-meter' => { |
|
1204
|
|
|
|
|
|
|
'name' => q(metre quadrat), |
|
1205
|
|
|
|
|
|
|
'other' => q({0} metres quadrat), |
|
1206
|
|
|
|
|
|
|
}, |
|
1207
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1208
|
|
|
|
|
|
|
'area-square-mile' => { |
|
1209
|
|
|
|
|
|
|
'name' => q(milies quadrat), |
|
1210
|
|
|
|
|
|
|
'other' => q({0} milies quadrat), |
|
1211
|
|
|
|
|
|
|
}, |
|
1212
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1213
|
|
|
|
|
|
|
'square-mile' => { |
|
1214
|
|
|
|
|
|
|
'name' => q(milies quadrat), |
|
1215
|
|
|
|
|
|
|
'other' => q({0} milies quadrat), |
|
1216
|
|
|
|
|
|
|
}, |
|
1217
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1218
|
|
|
|
|
|
|
'area-square-yard' => { |
|
1219
|
|
|
|
|
|
|
'name' => q(yardes quadrat), |
|
1220
|
|
|
|
|
|
|
'other' => q({0} yardes quadrat), |
|
1221
|
|
|
|
|
|
|
}, |
|
1222
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1223
|
|
|
|
|
|
|
'square-yard' => { |
|
1224
|
|
|
|
|
|
|
'name' => q(yardes quadrat), |
|
1225
|
|
|
|
|
|
|
'other' => q({0} yardes quadrat), |
|
1226
|
|
|
|
|
|
|
}, |
|
1227
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1228
|
|
|
|
|
|
|
'concentr-karat' => { |
|
1229
|
|
|
|
|
|
|
'name' => q(carates), |
|
1230
|
|
|
|
|
|
|
'other' => q({0} carates), |
|
1231
|
|
|
|
|
|
|
}, |
|
1232
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1233
|
|
|
|
|
|
|
'karat' => { |
|
1234
|
|
|
|
|
|
|
'name' => q(carates), |
|
1235
|
|
|
|
|
|
|
'other' => q({0} carates), |
|
1236
|
|
|
|
|
|
|
}, |
|
1237
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1238
|
|
|
|
|
|
|
'concentr-percent' => { |
|
1239
|
|
|
|
|
|
|
'name' => q(percent), |
|
1240
|
|
|
|
|
|
|
'other' => q({0} percent), |
|
1241
|
|
|
|
|
|
|
}, |
|
1242
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1243
|
|
|
|
|
|
|
'percent' => { |
|
1244
|
|
|
|
|
|
|
'name' => q(percent), |
|
1245
|
|
|
|
|
|
|
'other' => q({0} percent), |
|
1246
|
|
|
|
|
|
|
}, |
|
1247
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1248
|
|
|
|
|
|
|
'concentr-permille' => { |
|
1249
|
|
|
|
|
|
|
'name' => q(permille), |
|
1250
|
|
|
|
|
|
|
'other' => q({0} permille), |
|
1251
|
|
|
|
|
|
|
}, |
|
1252
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1253
|
|
|
|
|
|
|
'permille' => { |
|
1254
|
|
|
|
|
|
|
'name' => q(permille), |
|
1255
|
|
|
|
|
|
|
'other' => q({0} permille), |
|
1256
|
|
|
|
|
|
|
}, |
|
1257
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1258
|
|
|
|
|
|
|
'consumption-liter-per-kilometer' => { |
|
1259
|
|
|
|
|
|
|
'name' => q(litres per kilometre), |
|
1260
|
|
|
|
|
|
|
'other' => q({0} litres per kilometre), |
|
1261
|
|
|
|
|
|
|
}, |
|
1262
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1263
|
|
|
|
|
|
|
'liter-per-kilometer' => { |
|
1264
|
|
|
|
|
|
|
'name' => q(litres per kilometre), |
|
1265
|
|
|
|
|
|
|
'other' => q({0} litres per kilometre), |
|
1266
|
|
|
|
|
|
|
}, |
|
1267
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1268
|
|
|
|
|
|
|
'coordinate' => { |
|
1269
|
|
|
|
|
|
|
'east' => q({0} ost), |
|
1270
|
|
|
|
|
|
|
'north' => q({0} nord), |
|
1271
|
|
|
|
|
|
|
'south' => q({0} sud), |
|
1272
|
|
|
|
|
|
|
'west' => q({0} west), |
|
1273
|
|
|
|
|
|
|
}, |
|
1274
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1275
|
|
|
|
|
|
|
'coordinate' => { |
|
1276
|
|
|
|
|
|
|
'east' => q({0} ost), |
|
1277
|
|
|
|
|
|
|
'north' => q({0} nord), |
|
1278
|
|
|
|
|
|
|
'south' => q({0} sud), |
|
1279
|
|
|
|
|
|
|
'west' => q({0} west), |
|
1280
|
|
|
|
|
|
|
}, |
|
1281
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1282
|
|
|
|
|
|
|
'digital-bit' => { |
|
1283
|
|
|
|
|
|
|
'name' => q(bits), |
|
1284
|
|
|
|
|
|
|
'other' => q({0} bits), |
|
1285
|
|
|
|
|
|
|
}, |
|
1286
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1287
|
|
|
|
|
|
|
'bit' => { |
|
1288
|
|
|
|
|
|
|
'name' => q(bits), |
|
1289
|
|
|
|
|
|
|
'other' => q({0} bits), |
|
1290
|
|
|
|
|
|
|
}, |
|
1291
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1292
|
|
|
|
|
|
|
'digital-byte' => { |
|
1293
|
|
|
|
|
|
|
'name' => q(octetes), |
|
1294
|
|
|
|
|
|
|
'other' => q({0} octetes), |
|
1295
|
|
|
|
|
|
|
}, |
|
1296
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1297
|
|
|
|
|
|
|
'byte' => { |
|
1298
|
|
|
|
|
|
|
'name' => q(octetes), |
|
1299
|
|
|
|
|
|
|
'other' => q({0} octetes), |
|
1300
|
|
|
|
|
|
|
}, |
|
1301
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1302
|
|
|
|
|
|
|
'digital-gigabit' => { |
|
1303
|
|
|
|
|
|
|
'name' => q(gigabits), |
|
1304
|
|
|
|
|
|
|
}, |
|
1305
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1306
|
|
|
|
|
|
|
'gigabit' => { |
|
1307
|
|
|
|
|
|
|
'name' => q(gigabits), |
|
1308
|
|
|
|
|
|
|
}, |
|
1309
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1310
|
|
|
|
|
|
|
'digital-gigabyte' => { |
|
1311
|
|
|
|
|
|
|
'name' => q(gigaoctetes), |
|
1312
|
|
|
|
|
|
|
}, |
|
1313
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1314
|
|
|
|
|
|
|
'gigabyte' => { |
|
1315
|
|
|
|
|
|
|
'name' => q(gigaoctetes), |
|
1316
|
|
|
|
|
|
|
}, |
|
1317
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1318
|
|
|
|
|
|
|
'digital-kilobit' => { |
|
1319
|
|
|
|
|
|
|
'name' => q(kilobits), |
|
1320
|
|
|
|
|
|
|
}, |
|
1321
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1322
|
|
|
|
|
|
|
'kilobit' => { |
|
1323
|
|
|
|
|
|
|
'name' => q(kilobits), |
|
1324
|
|
|
|
|
|
|
}, |
|
1325
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1326
|
|
|
|
|
|
|
'digital-kilobyte' => { |
|
1327
|
|
|
|
|
|
|
'name' => q(kilooctetes), |
|
1328
|
|
|
|
|
|
|
}, |
|
1329
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1330
|
|
|
|
|
|
|
'kilobyte' => { |
|
1331
|
|
|
|
|
|
|
'name' => q(kilooctetes), |
|
1332
|
|
|
|
|
|
|
}, |
|
1333
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1334
|
|
|
|
|
|
|
'digital-megabit' => { |
|
1335
|
|
|
|
|
|
|
'name' => q(megabits), |
|
1336
|
|
|
|
|
|
|
}, |
|
1337
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1338
|
|
|
|
|
|
|
'megabit' => { |
|
1339
|
|
|
|
|
|
|
'name' => q(megabits), |
|
1340
|
|
|
|
|
|
|
}, |
|
1341
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1342
|
|
|
|
|
|
|
'digital-megabyte' => { |
|
1343
|
|
|
|
|
|
|
'name' => q(megaoctetes), |
|
1344
|
|
|
|
|
|
|
}, |
|
1345
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1346
|
|
|
|
|
|
|
'megabyte' => { |
|
1347
|
|
|
|
|
|
|
'name' => q(megaoctetes), |
|
1348
|
|
|
|
|
|
|
}, |
|
1349
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1350
|
|
|
|
|
|
|
'digital-petabyte' => { |
|
1351
|
|
|
|
|
|
|
'name' => q(petaoctetes), |
|
1352
|
|
|
|
|
|
|
'other' => q({0} petaoctetes), |
|
1353
|
|
|
|
|
|
|
}, |
|
1354
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1355
|
|
|
|
|
|
|
'petabyte' => { |
|
1356
|
|
|
|
|
|
|
'name' => q(petaoctetes), |
|
1357
|
|
|
|
|
|
|
'other' => q({0} petaoctetes), |
|
1358
|
|
|
|
|
|
|
}, |
|
1359
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1360
|
|
|
|
|
|
|
'digital-terabit' => { |
|
1361
|
|
|
|
|
|
|
'name' => q(terabits), |
|
1362
|
|
|
|
|
|
|
}, |
|
1363
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1364
|
|
|
|
|
|
|
'terabit' => { |
|
1365
|
|
|
|
|
|
|
'name' => q(terabits), |
|
1366
|
|
|
|
|
|
|
}, |
|
1367
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1368
|
|
|
|
|
|
|
'digital-terabyte' => { |
|
1369
|
|
|
|
|
|
|
'name' => q(teraoctetes), |
|
1370
|
|
|
|
|
|
|
}, |
|
1371
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1372
|
|
|
|
|
|
|
'terabyte' => { |
|
1373
|
|
|
|
|
|
|
'name' => q(teraoctetes), |
|
1374
|
|
|
|
|
|
|
}, |
|
1375
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1376
|
|
|
|
|
|
|
'duration-century' => { |
|
1377
|
|
|
|
|
|
|
'name' => q(secules), |
|
1378
|
|
|
|
|
|
|
'other' => q({0} secules), |
|
1379
|
|
|
|
|
|
|
}, |
|
1380
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1381
|
|
|
|
|
|
|
'century' => { |
|
1382
|
|
|
|
|
|
|
'name' => q(secules), |
|
1383
|
|
|
|
|
|
|
'other' => q({0} secules), |
|
1384
|
|
|
|
|
|
|
}, |
|
1385
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1386
|
|
|
|
|
|
|
'duration-day' => { |
|
1387
|
|
|
|
|
|
|
'other' => q({0} dies), |
|
1388
|
|
|
|
|
|
|
'per' => q({0} per die), |
|
1389
|
|
|
|
|
|
|
}, |
|
1390
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1391
|
|
|
|
|
|
|
'day' => { |
|
1392
|
|
|
|
|
|
|
'other' => q({0} dies), |
|
1393
|
|
|
|
|
|
|
'per' => q({0} per die), |
|
1394
|
|
|
|
|
|
|
}, |
|
1395
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1396
|
|
|
|
|
|
|
'duration-decade' => { |
|
1397
|
|
|
|
|
|
|
'name' => q(decennies), |
|
1398
|
|
|
|
|
|
|
'other' => q({0} decennies), |
|
1399
|
|
|
|
|
|
|
}, |
|
1400
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1401
|
|
|
|
|
|
|
'decade' => { |
|
1402
|
|
|
|
|
|
|
'name' => q(decennies), |
|
1403
|
|
|
|
|
|
|
'other' => q({0} decennies), |
|
1404
|
|
|
|
|
|
|
}, |
|
1405
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1406
|
|
|
|
|
|
|
'duration-hour' => { |
|
1407
|
|
|
|
|
|
|
'other' => q({0} hores), |
|
1408
|
|
|
|
|
|
|
'per' => q({0} per hor), |
|
1409
|
|
|
|
|
|
|
}, |
|
1410
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1411
|
|
|
|
|
|
|
'hour' => { |
|
1412
|
|
|
|
|
|
|
'other' => q({0} hores), |
|
1413
|
|
|
|
|
|
|
'per' => q({0} per hor), |
|
1414
|
|
|
|
|
|
|
}, |
|
1415
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1416
|
|
|
|
|
|
|
'duration-microsecond' => { |
|
1417
|
|
|
|
|
|
|
'name' => q(microsecondes), |
|
1418
|
|
|
|
|
|
|
'other' => q({0} microsecondes), |
|
1419
|
|
|
|
|
|
|
}, |
|
1420
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1421
|
|
|
|
|
|
|
'microsecond' => { |
|
1422
|
|
|
|
|
|
|
'name' => q(microsecondes), |
|
1423
|
|
|
|
|
|
|
'other' => q({0} microsecondes), |
|
1424
|
|
|
|
|
|
|
}, |
|
1425
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1426
|
|
|
|
|
|
|
'duration-millisecond' => { |
|
1427
|
|
|
|
|
|
|
'name' => q(millisecondes), |
|
1428
|
|
|
|
|
|
|
'other' => q({0} millisecondes), |
|
1429
|
|
|
|
|
|
|
}, |
|
1430
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1431
|
|
|
|
|
|
|
'millisecond' => { |
|
1432
|
|
|
|
|
|
|
'name' => q(millisecondes), |
|
1433
|
|
|
|
|
|
|
'other' => q({0} millisecondes), |
|
1434
|
|
|
|
|
|
|
}, |
|
1435
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1436
|
|
|
|
|
|
|
'duration-minute' => { |
|
1437
|
|
|
|
|
|
|
'name' => q(minutes), |
|
1438
|
|
|
|
|
|
|
'other' => q({0} minutes), |
|
1439
|
|
|
|
|
|
|
'per' => q({0} per minute), |
|
1440
|
|
|
|
|
|
|
}, |
|
1441
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1442
|
|
|
|
|
|
|
'minute' => { |
|
1443
|
|
|
|
|
|
|
'name' => q(minutes), |
|
1444
|
|
|
|
|
|
|
'other' => q({0} minutes), |
|
1445
|
|
|
|
|
|
|
'per' => q({0} per minute), |
|
1446
|
|
|
|
|
|
|
}, |
|
1447
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1448
|
|
|
|
|
|
|
'duration-month' => { |
|
1449
|
|
|
|
|
|
|
'other' => q({0} mensus), |
|
1450
|
|
|
|
|
|
|
'per' => q({0} per mensu), |
|
1451
|
|
|
|
|
|
|
}, |
|
1452
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1453
|
|
|
|
|
|
|
'month' => { |
|
1454
|
|
|
|
|
|
|
'other' => q({0} mensus), |
|
1455
|
|
|
|
|
|
|
'per' => q({0} per mensu), |
|
1456
|
|
|
|
|
|
|
}, |
|
1457
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1458
|
|
|
|
|
|
|
'duration-nanosecond' => { |
|
1459
|
|
|
|
|
|
|
'name' => q(nanosecondes), |
|
1460
|
|
|
|
|
|
|
'other' => q({0} nanosecondes), |
|
1461
|
|
|
|
|
|
|
}, |
|
1462
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1463
|
|
|
|
|
|
|
'nanosecond' => { |
|
1464
|
|
|
|
|
|
|
'name' => q(nanosecondes), |
|
1465
|
|
|
|
|
|
|
'other' => q({0} nanosecondes), |
|
1466
|
|
|
|
|
|
|
}, |
|
1467
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1468
|
|
|
|
|
|
|
'duration-quarter' => { |
|
1469
|
|
|
|
|
|
|
'name' => q(trimestres), |
|
1470
|
|
|
|
|
|
|
'other' => q({0} trimestres), |
|
1471
|
|
|
|
|
|
|
'per' => q({0} per trimestre), |
|
1472
|
|
|
|
|
|
|
}, |
|
1473
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1474
|
|
|
|
|
|
|
'quarter' => { |
|
1475
|
|
|
|
|
|
|
'name' => q(trimestres), |
|
1476
|
|
|
|
|
|
|
'other' => q({0} trimestres), |
|
1477
|
|
|
|
|
|
|
'per' => q({0} per trimestre), |
|
1478
|
|
|
|
|
|
|
}, |
|
1479
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1480
|
|
|
|
|
|
|
'duration-second' => { |
|
1481
|
|
|
|
|
|
|
'name' => q(secondes), |
|
1482
|
|
|
|
|
|
|
'other' => q({0} secondes), |
|
1483
|
|
|
|
|
|
|
'per' => q({0} per seconde), |
|
1484
|
|
|
|
|
|
|
}, |
|
1485
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1486
|
|
|
|
|
|
|
'second' => { |
|
1487
|
|
|
|
|
|
|
'name' => q(secondes), |
|
1488
|
|
|
|
|
|
|
'other' => q({0} secondes), |
|
1489
|
|
|
|
|
|
|
'per' => q({0} per seconde), |
|
1490
|
|
|
|
|
|
|
}, |
|
1491
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1492
|
|
|
|
|
|
|
'duration-week' => { |
|
1493
|
|
|
|
|
|
|
'other' => q({0} semanes), |
|
1494
|
|
|
|
|
|
|
'per' => q({0} per semane), |
|
1495
|
|
|
|
|
|
|
}, |
|
1496
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1497
|
|
|
|
|
|
|
'week' => { |
|
1498
|
|
|
|
|
|
|
'other' => q({0} semanes), |
|
1499
|
|
|
|
|
|
|
'per' => q({0} per semane), |
|
1500
|
|
|
|
|
|
|
}, |
|
1501
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1502
|
|
|
|
|
|
|
'duration-year' => { |
|
1503
|
|
|
|
|
|
|
'other' => q({0} annus), |
|
1504
|
|
|
|
|
|
|
'per' => q({0} per annu), |
|
1505
|
|
|
|
|
|
|
}, |
|
1506
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1507
|
|
|
|
|
|
|
'year' => { |
|
1508
|
|
|
|
|
|
|
'other' => q({0} annus), |
|
1509
|
|
|
|
|
|
|
'per' => q({0} per annu), |
|
1510
|
|
|
|
|
|
|
}, |
|
1511
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1512
|
|
|
|
|
|
|
'electric-ampere' => { |
|
1513
|
|
|
|
|
|
|
'name' => q(amperes), |
|
1514
|
|
|
|
|
|
|
'other' => q({0} amperes), |
|
1515
|
|
|
|
|
|
|
}, |
|
1516
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1517
|
|
|
|
|
|
|
'ampere' => { |
|
1518
|
|
|
|
|
|
|
'name' => q(amperes), |
|
1519
|
|
|
|
|
|
|
'other' => q({0} amperes), |
|
1520
|
|
|
|
|
|
|
}, |
|
1521
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1522
|
|
|
|
|
|
|
'electric-milliampere' => { |
|
1523
|
|
|
|
|
|
|
'name' => q(milliamperes), |
|
1524
|
|
|
|
|
|
|
'other' => q({0} milliamperes), |
|
1525
|
|
|
|
|
|
|
}, |
|
1526
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1527
|
|
|
|
|
|
|
'milliampere' => { |
|
1528
|
|
|
|
|
|
|
'name' => q(milliamperes), |
|
1529
|
|
|
|
|
|
|
'other' => q({0} milliamperes), |
|
1530
|
|
|
|
|
|
|
}, |
|
1531
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1532
|
|
|
|
|
|
|
'electric-ohm' => { |
|
1533
|
|
|
|
|
|
|
'name' => q(ohms), |
|
1534
|
|
|
|
|
|
|
'other' => q({0} ohms), |
|
1535
|
|
|
|
|
|
|
}, |
|
1536
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1537
|
|
|
|
|
|
|
'ohm' => { |
|
1538
|
|
|
|
|
|
|
'name' => q(ohms), |
|
1539
|
|
|
|
|
|
|
'other' => q({0} ohms), |
|
1540
|
|
|
|
|
|
|
}, |
|
1541
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1542
|
|
|
|
|
|
|
'electric-volt' => { |
|
1543
|
|
|
|
|
|
|
'name' => q(voltes), |
|
1544
|
|
|
|
|
|
|
'other' => q({0} voltes), |
|
1545
|
|
|
|
|
|
|
}, |
|
1546
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1547
|
|
|
|
|
|
|
'volt' => { |
|
1548
|
|
|
|
|
|
|
'name' => q(voltes), |
|
1549
|
|
|
|
|
|
|
'other' => q({0} voltes), |
|
1550
|
|
|
|
|
|
|
}, |
|
1551
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1552
|
|
|
|
|
|
|
'energy-british-thermal-unit' => { |
|
1553
|
|
|
|
|
|
|
'name' => q(britanic termal unités), |
|
1554
|
|
|
|
|
|
|
'other' => q({0} britanic termal unités), |
|
1555
|
|
|
|
|
|
|
}, |
|
1556
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1557
|
|
|
|
|
|
|
'british-thermal-unit' => { |
|
1558
|
|
|
|
|
|
|
'name' => q(britanic termal unités), |
|
1559
|
|
|
|
|
|
|
'other' => q({0} britanic termal unités), |
|
1560
|
|
|
|
|
|
|
}, |
|
1561
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1562
|
|
|
|
|
|
|
'energy-calorie' => { |
|
1563
|
|
|
|
|
|
|
'name' => q(calories), |
|
1564
|
|
|
|
|
|
|
'other' => q({0} calories), |
|
1565
|
|
|
|
|
|
|
}, |
|
1566
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1567
|
|
|
|
|
|
|
'calorie' => { |
|
1568
|
|
|
|
|
|
|
'name' => q(calories), |
|
1569
|
|
|
|
|
|
|
'other' => q({0} calories), |
|
1570
|
|
|
|
|
|
|
}, |
|
1571
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1572
|
|
|
|
|
|
|
'energy-electronvolt' => { |
|
1573
|
|
|
|
|
|
|
'name' => q(electron-voltes), |
|
1574
|
|
|
|
|
|
|
'other' => q({0} electron-voltes), |
|
1575
|
|
|
|
|
|
|
}, |
|
1576
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1577
|
|
|
|
|
|
|
'electronvolt' => { |
|
1578
|
|
|
|
|
|
|
'name' => q(electron-voltes), |
|
1579
|
|
|
|
|
|
|
'other' => q({0} electron-voltes), |
|
1580
|
|
|
|
|
|
|
}, |
|
1581
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1582
|
|
|
|
|
|
|
'energy-joule' => { |
|
1583
|
|
|
|
|
|
|
'name' => q(joules), |
|
1584
|
|
|
|
|
|
|
'other' => q({0} joules), |
|
1585
|
|
|
|
|
|
|
}, |
|
1586
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1587
|
|
|
|
|
|
|
'joule' => { |
|
1588
|
|
|
|
|
|
|
'name' => q(joules), |
|
1589
|
|
|
|
|
|
|
'other' => q({0} joules), |
|
1590
|
|
|
|
|
|
|
}, |
|
1591
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1592
|
|
|
|
|
|
|
'energy-kilocalorie' => { |
|
1593
|
|
|
|
|
|
|
'name' => q(kilocalories), |
|
1594
|
|
|
|
|
|
|
'other' => q({0} kilocalories), |
|
1595
|
|
|
|
|
|
|
}, |
|
1596
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1597
|
|
|
|
|
|
|
'kilocalorie' => { |
|
1598
|
|
|
|
|
|
|
'name' => q(kilocalories), |
|
1599
|
|
|
|
|
|
|
'other' => q({0} kilocalories), |
|
1600
|
|
|
|
|
|
|
}, |
|
1601
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1602
|
|
|
|
|
|
|
'energy-kilojoule' => { |
|
1603
|
|
|
|
|
|
|
'name' => q(kilojoules), |
|
1604
|
|
|
|
|
|
|
'other' => q({0} kilojoules), |
|
1605
|
|
|
|
|
|
|
}, |
|
1606
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1607
|
|
|
|
|
|
|
'kilojoule' => { |
|
1608
|
|
|
|
|
|
|
'name' => q(kilojoules), |
|
1609
|
|
|
|
|
|
|
'other' => q({0} kilojoules), |
|
1610
|
|
|
|
|
|
|
}, |
|
1611
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1612
|
|
|
|
|
|
|
'energy-kilowatt-hour' => { |
|
1613
|
|
|
|
|
|
|
'name' => q(kilowatt-hores), |
|
1614
|
|
|
|
|
|
|
'other' => q({0} kilowatt-hores), |
|
1615
|
|
|
|
|
|
|
}, |
|
1616
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1617
|
|
|
|
|
|
|
'kilowatt-hour' => { |
|
1618
|
|
|
|
|
|
|
'name' => q(kilowatt-hores), |
|
1619
|
|
|
|
|
|
|
'other' => q({0} kilowatt-hores), |
|
1620
|
|
|
|
|
|
|
}, |
|
1621
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1622
|
|
|
|
|
|
|
'force-newton' => { |
|
1623
|
|
|
|
|
|
|
'name' => q(newtones), |
|
1624
|
|
|
|
|
|
|
'other' => q({0} newtones), |
|
1625
|
|
|
|
|
|
|
}, |
|
1626
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1627
|
|
|
|
|
|
|
'newton' => { |
|
1628
|
|
|
|
|
|
|
'name' => q(newtones), |
|
1629
|
|
|
|
|
|
|
'other' => q({0} newtones), |
|
1630
|
|
|
|
|
|
|
}, |
|
1631
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1632
|
|
|
|
|
|
|
'frequency-gigahertz' => { |
|
1633
|
|
|
|
|
|
|
'name' => q(gigahertz), |
|
1634
|
|
|
|
|
|
|
'other' => q({0} gigahertz), |
|
1635
|
|
|
|
|
|
|
}, |
|
1636
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1637
|
|
|
|
|
|
|
'gigahertz' => { |
|
1638
|
|
|
|
|
|
|
'name' => q(gigahertz), |
|
1639
|
|
|
|
|
|
|
'other' => q({0} gigahertz), |
|
1640
|
|
|
|
|
|
|
}, |
|
1641
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1642
|
|
|
|
|
|
|
'frequency-hertz' => { |
|
1643
|
|
|
|
|
|
|
'name' => q(hertz), |
|
1644
|
|
|
|
|
|
|
'other' => q({0} hertz), |
|
1645
|
|
|
|
|
|
|
}, |
|
1646
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1647
|
|
|
|
|
|
|
'hertz' => { |
|
1648
|
|
|
|
|
|
|
'name' => q(hertz), |
|
1649
|
|
|
|
|
|
|
'other' => q({0} hertz), |
|
1650
|
|
|
|
|
|
|
}, |
|
1651
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1652
|
|
|
|
|
|
|
'frequency-kilohertz' => { |
|
1653
|
|
|
|
|
|
|
'name' => q(kilohertz), |
|
1654
|
|
|
|
|
|
|
'other' => q({0} kilohertz), |
|
1655
|
|
|
|
|
|
|
}, |
|
1656
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1657
|
|
|
|
|
|
|
'kilohertz' => { |
|
1658
|
|
|
|
|
|
|
'name' => q(kilohertz), |
|
1659
|
|
|
|
|
|
|
'other' => q({0} kilohertz), |
|
1660
|
|
|
|
|
|
|
}, |
|
1661
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1662
|
|
|
|
|
|
|
'frequency-megahertz' => { |
|
1663
|
|
|
|
|
|
|
'name' => q(megahertz), |
|
1664
|
|
|
|
|
|
|
'other' => q({0} megahertz), |
|
1665
|
|
|
|
|
|
|
}, |
|
1666
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1667
|
|
|
|
|
|
|
'megahertz' => { |
|
1668
|
|
|
|
|
|
|
'name' => q(megahertz), |
|
1669
|
|
|
|
|
|
|
'other' => q({0} megahertz), |
|
1670
|
|
|
|
|
|
|
}, |
|
1671
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1672
|
|
|
|
|
|
|
'graphics-megapixel' => { |
|
1673
|
|
|
|
|
|
|
'name' => q(megapixels), |
|
1674
|
|
|
|
|
|
|
'other' => q({0} megapixels), |
|
1675
|
|
|
|
|
|
|
}, |
|
1676
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1677
|
|
|
|
|
|
|
'megapixel' => { |
|
1678
|
|
|
|
|
|
|
'name' => q(megapixels), |
|
1679
|
|
|
|
|
|
|
'other' => q({0} megapixels), |
|
1680
|
|
|
|
|
|
|
}, |
|
1681
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1682
|
|
|
|
|
|
|
'graphics-pixel' => { |
|
1683
|
|
|
|
|
|
|
'name' => q(pixels), |
|
1684
|
|
|
|
|
|
|
'other' => q({0} pixels), |
|
1685
|
|
|
|
|
|
|
}, |
|
1686
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1687
|
|
|
|
|
|
|
'pixel' => { |
|
1688
|
|
|
|
|
|
|
'name' => q(pixels), |
|
1689
|
|
|
|
|
|
|
'other' => q({0} pixels), |
|
1690
|
|
|
|
|
|
|
}, |
|
1691
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1692
|
|
|
|
|
|
|
'graphics-pixel-per-centimeter' => { |
|
1693
|
|
|
|
|
|
|
'name' => q(pixels per centimetre), |
|
1694
|
|
|
|
|
|
|
'other' => q({0} pixels per centimetre), |
|
1695
|
|
|
|
|
|
|
}, |
|
1696
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1697
|
|
|
|
|
|
|
'pixel-per-centimeter' => { |
|
1698
|
|
|
|
|
|
|
'name' => q(pixels per centimetre), |
|
1699
|
|
|
|
|
|
|
'other' => q({0} pixels per centimetre), |
|
1700
|
|
|
|
|
|
|
}, |
|
1701
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1702
|
|
|
|
|
|
|
'graphics-pixel-per-inch' => { |
|
1703
|
|
|
|
|
|
|
'name' => q(pixels per inch), |
|
1704
|
|
|
|
|
|
|
'other' => q({0} pixels per inch), |
|
1705
|
|
|
|
|
|
|
}, |
|
1706
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1707
|
|
|
|
|
|
|
'pixel-per-inch' => { |
|
1708
|
|
|
|
|
|
|
'name' => q(pixels per inch), |
|
1709
|
|
|
|
|
|
|
'other' => q({0} pixels per inch), |
|
1710
|
|
|
|
|
|
|
}, |
|
1711
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1712
|
|
|
|
|
|
|
'length-astronomical-unit' => { |
|
1713
|
|
|
|
|
|
|
'name' => q(unité astronomic), |
|
1714
|
|
|
|
|
|
|
'other' => q({0} unités astronomic), |
|
1715
|
|
|
|
|
|
|
}, |
|
1716
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1717
|
|
|
|
|
|
|
'astronomical-unit' => { |
|
1718
|
|
|
|
|
|
|
'name' => q(unité astronomic), |
|
1719
|
|
|
|
|
|
|
'other' => q({0} unités astronomic), |
|
1720
|
|
|
|
|
|
|
}, |
|
1721
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1722
|
|
|
|
|
|
|
'length-centimeter' => { |
|
1723
|
|
|
|
|
|
|
'name' => q(centimetres), |
|
1724
|
|
|
|
|
|
|
'other' => q({0} centimetres), |
|
1725
|
|
|
|
|
|
|
'per' => q({0} per centimetre), |
|
1726
|
|
|
|
|
|
|
}, |
|
1727
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1728
|
|
|
|
|
|
|
'centimeter' => { |
|
1729
|
|
|
|
|
|
|
'name' => q(centimetres), |
|
1730
|
|
|
|
|
|
|
'other' => q({0} centimetres), |
|
1731
|
|
|
|
|
|
|
'per' => q({0} per centimetre), |
|
1732
|
|
|
|
|
|
|
}, |
|
1733
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1734
|
|
|
|
|
|
|
'length-decimeter' => { |
|
1735
|
|
|
|
|
|
|
'name' => q(decimetres), |
|
1736
|
|
|
|
|
|
|
'other' => q({0} decimetres), |
|
1737
|
|
|
|
|
|
|
}, |
|
1738
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1739
|
|
|
|
|
|
|
'decimeter' => { |
|
1740
|
|
|
|
|
|
|
'name' => q(decimetres), |
|
1741
|
|
|
|
|
|
|
'other' => q({0} decimetres), |
|
1742
|
|
|
|
|
|
|
}, |
|
1743
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1744
|
|
|
|
|
|
|
'length-earth-radius' => { |
|
1745
|
|
|
|
|
|
|
'name' => q(radiuses del terra), |
|
1746
|
|
|
|
|
|
|
'other' => q({0} radiuses del terra), |
|
1747
|
|
|
|
|
|
|
}, |
|
1748
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1749
|
|
|
|
|
|
|
'earth-radius' => { |
|
1750
|
|
|
|
|
|
|
'name' => q(radiuses del terra), |
|
1751
|
|
|
|
|
|
|
'other' => q({0} radiuses del terra), |
|
1752
|
|
|
|
|
|
|
}, |
|
1753
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1754
|
|
|
|
|
|
|
'length-foot' => { |
|
1755
|
|
|
|
|
|
|
'name' => q(pedes), |
|
1756
|
|
|
|
|
|
|
'other' => q({0} pedes), |
|
1757
|
|
|
|
|
|
|
'per' => q({0} per pede), |
|
1758
|
|
|
|
|
|
|
}, |
|
1759
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1760
|
|
|
|
|
|
|
'foot' => { |
|
1761
|
|
|
|
|
|
|
'name' => q(pedes), |
|
1762
|
|
|
|
|
|
|
'other' => q({0} pedes), |
|
1763
|
|
|
|
|
|
|
'per' => q({0} per pede), |
|
1764
|
|
|
|
|
|
|
}, |
|
1765
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1766
|
|
|
|
|
|
|
'length-inch' => { |
|
1767
|
|
|
|
|
|
|
'name' => q(inches), |
|
1768
|
|
|
|
|
|
|
'other' => q({0} inches), |
|
1769
|
|
|
|
|
|
|
'per' => q({0} per inch), |
|
1770
|
|
|
|
|
|
|
}, |
|
1771
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1772
|
|
|
|
|
|
|
'inch' => { |
|
1773
|
|
|
|
|
|
|
'name' => q(inches), |
|
1774
|
|
|
|
|
|
|
'other' => q({0} inches), |
|
1775
|
|
|
|
|
|
|
'per' => q({0} per inch), |
|
1776
|
|
|
|
|
|
|
}, |
|
1777
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1778
|
|
|
|
|
|
|
'length-kilometer' => { |
|
1779
|
|
|
|
|
|
|
'name' => q(kilometres), |
|
1780
|
|
|
|
|
|
|
'other' => q({0} kilometres), |
|
1781
|
|
|
|
|
|
|
'per' => q({0} per kilometre), |
|
1782
|
|
|
|
|
|
|
}, |
|
1783
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1784
|
|
|
|
|
|
|
'kilometer' => { |
|
1785
|
|
|
|
|
|
|
'name' => q(kilometres), |
|
1786
|
|
|
|
|
|
|
'other' => q({0} kilometres), |
|
1787
|
|
|
|
|
|
|
'per' => q({0} per kilometre), |
|
1788
|
|
|
|
|
|
|
}, |
|
1789
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1790
|
|
|
|
|
|
|
'length-light-year' => { |
|
1791
|
|
|
|
|
|
|
'name' => q(luce-annus), |
|
1792
|
|
|
|
|
|
|
'other' => q({0} luce-annus), |
|
1793
|
|
|
|
|
|
|
}, |
|
1794
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1795
|
|
|
|
|
|
|
'light-year' => { |
|
1796
|
|
|
|
|
|
|
'name' => q(luce-annus), |
|
1797
|
|
|
|
|
|
|
'other' => q({0} luce-annus), |
|
1798
|
|
|
|
|
|
|
}, |
|
1799
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1800
|
|
|
|
|
|
|
'length-meter' => { |
|
1801
|
|
|
|
|
|
|
'name' => q(metres), |
|
1802
|
|
|
|
|
|
|
'other' => q({0} metres), |
|
1803
|
|
|
|
|
|
|
'per' => q({0} per metre), |
|
1804
|
|
|
|
|
|
|
}, |
|
1805
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1806
|
|
|
|
|
|
|
'meter' => { |
|
1807
|
|
|
|
|
|
|
'name' => q(metres), |
|
1808
|
|
|
|
|
|
|
'other' => q({0} metres), |
|
1809
|
|
|
|
|
|
|
'per' => q({0} per metre), |
|
1810
|
|
|
|
|
|
|
}, |
|
1811
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1812
|
|
|
|
|
|
|
'length-micrometer' => { |
|
1813
|
|
|
|
|
|
|
'name' => q(micrometres), |
|
1814
|
|
|
|
|
|
|
'other' => q({0} micrometres), |
|
1815
|
|
|
|
|
|
|
}, |
|
1816
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1817
|
|
|
|
|
|
|
'micrometer' => { |
|
1818
|
|
|
|
|
|
|
'name' => q(micrometres), |
|
1819
|
|
|
|
|
|
|
'other' => q({0} micrometres), |
|
1820
|
|
|
|
|
|
|
}, |
|
1821
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1822
|
|
|
|
|
|
|
'length-mile' => { |
|
1823
|
|
|
|
|
|
|
'name' => q(milies), |
|
1824
|
|
|
|
|
|
|
'other' => q({0} milies), |
|
1825
|
|
|
|
|
|
|
}, |
|
1826
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1827
|
|
|
|
|
|
|
'mile' => { |
|
1828
|
|
|
|
|
|
|
'name' => q(milies), |
|
1829
|
|
|
|
|
|
|
'other' => q({0} milies), |
|
1830
|
|
|
|
|
|
|
}, |
|
1831
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1832
|
|
|
|
|
|
|
'length-millimeter' => { |
|
1833
|
|
|
|
|
|
|
'name' => q(millimetres), |
|
1834
|
|
|
|
|
|
|
'other' => q({0} millimetres), |
|
1835
|
|
|
|
|
|
|
}, |
|
1836
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1837
|
|
|
|
|
|
|
'millimeter' => { |
|
1838
|
|
|
|
|
|
|
'name' => q(millimetres), |
|
1839
|
|
|
|
|
|
|
'other' => q({0} millimetres), |
|
1840
|
|
|
|
|
|
|
}, |
|
1841
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1842
|
|
|
|
|
|
|
'length-nanometer' => { |
|
1843
|
|
|
|
|
|
|
'name' => q(nanometres), |
|
1844
|
|
|
|
|
|
|
'other' => q({0} nanometres), |
|
1845
|
|
|
|
|
|
|
}, |
|
1846
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1847
|
|
|
|
|
|
|
'nanometer' => { |
|
1848
|
|
|
|
|
|
|
'name' => q(nanometres), |
|
1849
|
|
|
|
|
|
|
'other' => q({0} nanometres), |
|
1850
|
|
|
|
|
|
|
}, |
|
1851
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1852
|
|
|
|
|
|
|
'length-nautical-mile' => { |
|
1853
|
|
|
|
|
|
|
'name' => q(marin milies), |
|
1854
|
|
|
|
|
|
|
'other' => q({0} marin milies), |
|
1855
|
|
|
|
|
|
|
}, |
|
1856
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1857
|
|
|
|
|
|
|
'nautical-mile' => { |
|
1858
|
|
|
|
|
|
|
'name' => q(marin milies), |
|
1859
|
|
|
|
|
|
|
'other' => q({0} marin milies), |
|
1860
|
|
|
|
|
|
|
}, |
|
1861
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1862
|
|
|
|
|
|
|
'length-parsec' => { |
|
1863
|
|
|
|
|
|
|
'name' => q(parsecs), |
|
1864
|
|
|
|
|
|
|
'other' => q({0} parsecs), |
|
1865
|
|
|
|
|
|
|
}, |
|
1866
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1867
|
|
|
|
|
|
|
'parsec' => { |
|
1868
|
|
|
|
|
|
|
'name' => q(parsecs), |
|
1869
|
|
|
|
|
|
|
'other' => q({0} parsecs), |
|
1870
|
|
|
|
|
|
|
}, |
|
1871
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1872
|
|
|
|
|
|
|
'length-picometer' => { |
|
1873
|
|
|
|
|
|
|
'name' => q(picometres), |
|
1874
|
|
|
|
|
|
|
'other' => q({0} picometres), |
|
1875
|
|
|
|
|
|
|
}, |
|
1876
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1877
|
|
|
|
|
|
|
'picometer' => { |
|
1878
|
|
|
|
|
|
|
'name' => q(picometres), |
|
1879
|
|
|
|
|
|
|
'other' => q({0} picometres), |
|
1880
|
|
|
|
|
|
|
}, |
|
1881
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1882
|
|
|
|
|
|
|
'length-point' => { |
|
1883
|
|
|
|
|
|
|
'name' => q(punctus), |
|
1884
|
|
|
|
|
|
|
'other' => q({0} punctus), |
|
1885
|
|
|
|
|
|
|
}, |
|
1886
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1887
|
|
|
|
|
|
|
'point' => { |
|
1888
|
|
|
|
|
|
|
'name' => q(punctus), |
|
1889
|
|
|
|
|
|
|
'other' => q({0} punctus), |
|
1890
|
|
|
|
|
|
|
}, |
|
1891
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1892
|
|
|
|
|
|
|
'length-solar-radius' => { |
|
1893
|
|
|
|
|
|
|
'name' => q(radiuses del sol), |
|
1894
|
|
|
|
|
|
|
'other' => q({0} radiuses del sol), |
|
1895
|
|
|
|
|
|
|
}, |
|
1896
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1897
|
|
|
|
|
|
|
'solar-radius' => { |
|
1898
|
|
|
|
|
|
|
'name' => q(radiuses del sol), |
|
1899
|
|
|
|
|
|
|
'other' => q({0} radiuses del sol), |
|
1900
|
|
|
|
|
|
|
}, |
|
1901
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1902
|
|
|
|
|
|
|
'length-yard' => { |
|
1903
|
|
|
|
|
|
|
'name' => q(yards), |
|
1904
|
|
|
|
|
|
|
'other' => q({0} yardes), |
|
1905
|
|
|
|
|
|
|
}, |
|
1906
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1907
|
|
|
|
|
|
|
'yard' => { |
|
1908
|
|
|
|
|
|
|
'name' => q(yards), |
|
1909
|
|
|
|
|
|
|
'other' => q({0} yardes), |
|
1910
|
|
|
|
|
|
|
}, |
|
1911
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1912
|
|
|
|
|
|
|
'light-candela' => { |
|
1913
|
|
|
|
|
|
|
'name' => q(candelas), |
|
1914
|
|
|
|
|
|
|
'other' => q({0} candelas), |
|
1915
|
|
|
|
|
|
|
}, |
|
1916
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1917
|
|
|
|
|
|
|
'candela' => { |
|
1918
|
|
|
|
|
|
|
'name' => q(candelas), |
|
1919
|
|
|
|
|
|
|
'other' => q({0} candelas), |
|
1920
|
|
|
|
|
|
|
}, |
|
1921
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1922
|
|
|
|
|
|
|
'light-lumen' => { |
|
1923
|
|
|
|
|
|
|
'name' => q(lumenes), |
|
1924
|
|
|
|
|
|
|
'other' => q({0} lumenes), |
|
1925
|
|
|
|
|
|
|
}, |
|
1926
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1927
|
|
|
|
|
|
|
'lumen' => { |
|
1928
|
|
|
|
|
|
|
'name' => q(lumenes), |
|
1929
|
|
|
|
|
|
|
'other' => q({0} lumenes), |
|
1930
|
|
|
|
|
|
|
}, |
|
1931
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1932
|
|
|
|
|
|
|
'light-lux' => { |
|
1933
|
|
|
|
|
|
|
'name' => q(lux), |
|
1934
|
|
|
|
|
|
|
'other' => q({0} lux), |
|
1935
|
|
|
|
|
|
|
}, |
|
1936
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1937
|
|
|
|
|
|
|
'lux' => { |
|
1938
|
|
|
|
|
|
|
'name' => q(lux), |
|
1939
|
|
|
|
|
|
|
'other' => q({0} lux), |
|
1940
|
|
|
|
|
|
|
}, |
|
1941
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1942
|
|
|
|
|
|
|
'light-solar-luminosity' => { |
|
1943
|
|
|
|
|
|
|
'name' => q(luminositás solari), |
|
1944
|
|
|
|
|
|
|
'other' => q({0} luminositás solari), |
|
1945
|
|
|
|
|
|
|
}, |
|
1946
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1947
|
|
|
|
|
|
|
'solar-luminosity' => { |
|
1948
|
|
|
|
|
|
|
'name' => q(luminositás solari), |
|
1949
|
|
|
|
|
|
|
'other' => q({0} luminositás solari), |
|
1950
|
|
|
|
|
|
|
}, |
|
1951
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1952
|
|
|
|
|
|
|
'mass-gram' => { |
|
1953
|
|
|
|
|
|
|
'name' => q(grammes), |
|
1954
|
|
|
|
|
|
|
'other' => q({0} grammes), |
|
1955
|
|
|
|
|
|
|
'per' => q({0} per gramm), |
|
1956
|
|
|
|
|
|
|
}, |
|
1957
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1958
|
|
|
|
|
|
|
'gram' => { |
|
1959
|
|
|
|
|
|
|
'name' => q(grammes), |
|
1960
|
|
|
|
|
|
|
'other' => q({0} grammes), |
|
1961
|
|
|
|
|
|
|
'per' => q({0} per gramm), |
|
1962
|
|
|
|
|
|
|
}, |
|
1963
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1964
|
|
|
|
|
|
|
'mass-kilogram' => { |
|
1965
|
|
|
|
|
|
|
'name' => q(kilogrammes), |
|
1966
|
|
|
|
|
|
|
'other' => q({0} kilogrammes), |
|
1967
|
|
|
|
|
|
|
'per' => q({0} per kilogramm), |
|
1968
|
|
|
|
|
|
|
}, |
|
1969
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1970
|
|
|
|
|
|
|
'kilogram' => { |
|
1971
|
|
|
|
|
|
|
'name' => q(kilogrammes), |
|
1972
|
|
|
|
|
|
|
'other' => q({0} kilogrammes), |
|
1973
|
|
|
|
|
|
|
'per' => q({0} per kilogramm), |
|
1974
|
|
|
|
|
|
|
}, |
|
1975
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1976
|
|
|
|
|
|
|
'mass-microgram' => { |
|
1977
|
|
|
|
|
|
|
'name' => q(microgrammes), |
|
1978
|
|
|
|
|
|
|
'other' => q({0} microgrammes), |
|
1979
|
|
|
|
|
|
|
}, |
|
1980
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1981
|
|
|
|
|
|
|
'microgram' => { |
|
1982
|
|
|
|
|
|
|
'name' => q(microgrammes), |
|
1983
|
|
|
|
|
|
|
'other' => q({0} microgrammes), |
|
1984
|
|
|
|
|
|
|
}, |
|
1985
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1986
|
|
|
|
|
|
|
'mass-milligram' => { |
|
1987
|
|
|
|
|
|
|
'name' => q(milligrammes), |
|
1988
|
|
|
|
|
|
|
'other' => q({0} milligrammes), |
|
1989
|
|
|
|
|
|
|
}, |
|
1990
|
|
|
|
|
|
|
# Core Unit Identifier |
|
1991
|
|
|
|
|
|
|
'milligram' => { |
|
1992
|
|
|
|
|
|
|
'name' => q(milligrammes), |
|
1993
|
|
|
|
|
|
|
'other' => q({0} milligrammes), |
|
1994
|
|
|
|
|
|
|
}, |
|
1995
|
|
|
|
|
|
|
# Long Unit Identifier |
|
1996
|
|
|
|
|
|
|
'mass-ounce' => { |
|
1997
|
|
|
|
|
|
|
'name' => q(uncies), |
|
1998
|
|
|
|
|
|
|
'other' => q({0} uncies), |
|
1999
|
|
|
|
|
|
|
}, |
|
2000
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2001
|
|
|
|
|
|
|
'ounce' => { |
|
2002
|
|
|
|
|
|
|
'name' => q(uncies), |
|
2003
|
|
|
|
|
|
|
'other' => q({0} uncies), |
|
2004
|
|
|
|
|
|
|
}, |
|
2005
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2006
|
|
|
|
|
|
|
'mass-pound' => { |
|
2007
|
|
|
|
|
|
|
'name' => q(pundes), |
|
2008
|
|
|
|
|
|
|
'other' => q({0} pundes), |
|
2009
|
|
|
|
|
|
|
}, |
|
2010
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2011
|
|
|
|
|
|
|
'pound' => { |
|
2012
|
|
|
|
|
|
|
'name' => q(pundes), |
|
2013
|
|
|
|
|
|
|
'other' => q({0} pundes), |
|
2014
|
|
|
|
|
|
|
}, |
|
2015
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2016
|
|
|
|
|
|
|
'mass-stone' => { |
|
2017
|
|
|
|
|
|
|
'name' => q(stones), |
|
2018
|
|
|
|
|
|
|
'other' => q({0} stones), |
|
2019
|
|
|
|
|
|
|
}, |
|
2020
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2021
|
|
|
|
|
|
|
'stone' => { |
|
2022
|
|
|
|
|
|
|
'name' => q(stones), |
|
2023
|
|
|
|
|
|
|
'other' => q({0} stones), |
|
2024
|
|
|
|
|
|
|
}, |
|
2025
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2026
|
|
|
|
|
|
|
'mass-ton' => { |
|
2027
|
|
|
|
|
|
|
'name' => q(american tonnes), |
|
2028
|
|
|
|
|
|
|
'other' => q({0} american tonnes), |
|
2029
|
|
|
|
|
|
|
}, |
|
2030
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2031
|
|
|
|
|
|
|
'ton' => { |
|
2032
|
|
|
|
|
|
|
'name' => q(american tonnes), |
|
2033
|
|
|
|
|
|
|
'other' => q({0} american tonnes), |
|
2034
|
|
|
|
|
|
|
}, |
|
2035
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2036
|
|
|
|
|
|
|
'mass-tonne' => { |
|
2037
|
|
|
|
|
|
|
'name' => q(tonnes), |
|
2038
|
|
|
|
|
|
|
'other' => q({0} tonnes), |
|
2039
|
|
|
|
|
|
|
}, |
|
2040
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2041
|
|
|
|
|
|
|
'tonne' => { |
|
2042
|
|
|
|
|
|
|
'name' => q(tonnes), |
|
2043
|
|
|
|
|
|
|
'other' => q({0} tonnes), |
|
2044
|
|
|
|
|
|
|
}, |
|
2045
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2046
|
|
|
|
|
|
|
'power-gigawatt' => { |
|
2047
|
|
|
|
|
|
|
'name' => q(gigawattes), |
|
2048
|
|
|
|
|
|
|
'other' => q({0} gigawattes), |
|
2049
|
|
|
|
|
|
|
}, |
|
2050
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2051
|
|
|
|
|
|
|
'gigawatt' => { |
|
2052
|
|
|
|
|
|
|
'name' => q(gigawattes), |
|
2053
|
|
|
|
|
|
|
'other' => q({0} gigawattes), |
|
2054
|
|
|
|
|
|
|
}, |
|
2055
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2056
|
|
|
|
|
|
|
'power-horsepower' => { |
|
2057
|
|
|
|
|
|
|
'name' => q(cavall-forties), |
|
2058
|
|
|
|
|
|
|
'other' => q({0} cavall-forties), |
|
2059
|
|
|
|
|
|
|
}, |
|
2060
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2061
|
|
|
|
|
|
|
'horsepower' => { |
|
2062
|
|
|
|
|
|
|
'name' => q(cavall-forties), |
|
2063
|
|
|
|
|
|
|
'other' => q({0} cavall-forties), |
|
2064
|
|
|
|
|
|
|
}, |
|
2065
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2066
|
|
|
|
|
|
|
'power-kilowatt' => { |
|
2067
|
|
|
|
|
|
|
'name' => q(kilowattes), |
|
2068
|
|
|
|
|
|
|
'other' => q({0} kilowattes), |
|
2069
|
|
|
|
|
|
|
}, |
|
2070
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2071
|
|
|
|
|
|
|
'kilowatt' => { |
|
2072
|
|
|
|
|
|
|
'name' => q(kilowattes), |
|
2073
|
|
|
|
|
|
|
'other' => q({0} kilowattes), |
|
2074
|
|
|
|
|
|
|
}, |
|
2075
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2076
|
|
|
|
|
|
|
'power-megawatt' => { |
|
2077
|
|
|
|
|
|
|
'name' => q(megawattes), |
|
2078
|
|
|
|
|
|
|
'other' => q({0} megawattes), |
|
2079
|
|
|
|
|
|
|
}, |
|
2080
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2081
|
|
|
|
|
|
|
'megawatt' => { |
|
2082
|
|
|
|
|
|
|
'name' => q(megawattes), |
|
2083
|
|
|
|
|
|
|
'other' => q({0} megawattes), |
|
2084
|
|
|
|
|
|
|
}, |
|
2085
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2086
|
|
|
|
|
|
|
'power-milliwatt' => { |
|
2087
|
|
|
|
|
|
|
'name' => q(milliwattes), |
|
2088
|
|
|
|
|
|
|
'other' => q({0} milliwattes), |
|
2089
|
|
|
|
|
|
|
}, |
|
2090
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2091
|
|
|
|
|
|
|
'milliwatt' => { |
|
2092
|
|
|
|
|
|
|
'name' => q(milliwattes), |
|
2093
|
|
|
|
|
|
|
'other' => q({0} milliwattes), |
|
2094
|
|
|
|
|
|
|
}, |
|
2095
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2096
|
|
|
|
|
|
|
'power-watt' => { |
|
2097
|
|
|
|
|
|
|
'name' => q(wattes), |
|
2098
|
|
|
|
|
|
|
'other' => q({0} wattes), |
|
2099
|
|
|
|
|
|
|
}, |
|
2100
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2101
|
|
|
|
|
|
|
'watt' => { |
|
2102
|
|
|
|
|
|
|
'name' => q(wattes), |
|
2103
|
|
|
|
|
|
|
'other' => q({0} wattes), |
|
2104
|
|
|
|
|
|
|
}, |
|
2105
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2106
|
|
|
|
|
|
|
'power2' => { |
|
2107
|
|
|
|
|
|
|
'other' => q({0} quadrat), |
|
2108
|
|
|
|
|
|
|
}, |
|
2109
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2110
|
|
|
|
|
|
|
'power2' => { |
|
2111
|
|
|
|
|
|
|
'other' => q({0} quadrat), |
|
2112
|
|
|
|
|
|
|
}, |
|
2113
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2114
|
|
|
|
|
|
|
'power3' => { |
|
2115
|
|
|
|
|
|
|
'other' => q({0} cubic), |
|
2116
|
|
|
|
|
|
|
}, |
|
2117
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2118
|
|
|
|
|
|
|
'power3' => { |
|
2119
|
|
|
|
|
|
|
'other' => q({0} cubic), |
|
2120
|
|
|
|
|
|
|
}, |
|
2121
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2122
|
|
|
|
|
|
|
'pressure-atmosphere' => { |
|
2123
|
|
|
|
|
|
|
'name' => q(atmosferes), |
|
2124
|
|
|
|
|
|
|
'other' => q({0} atmosferes), |
|
2125
|
|
|
|
|
|
|
}, |
|
2126
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2127
|
|
|
|
|
|
|
'atmosphere' => { |
|
2128
|
|
|
|
|
|
|
'name' => q(atmosferes), |
|
2129
|
|
|
|
|
|
|
'other' => q({0} atmosferes), |
|
2130
|
|
|
|
|
|
|
}, |
|
2131
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2132
|
|
|
|
|
|
|
'pressure-bar' => { |
|
2133
|
|
|
|
|
|
|
'name' => q(bares), |
|
2134
|
|
|
|
|
|
|
'other' => q({0} bares), |
|
2135
|
|
|
|
|
|
|
}, |
|
2136
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2137
|
|
|
|
|
|
|
'bar' => { |
|
2138
|
|
|
|
|
|
|
'name' => q(bares), |
|
2139
|
|
|
|
|
|
|
'other' => q({0} bares), |
|
2140
|
|
|
|
|
|
|
}, |
|
2141
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2142
|
|
|
|
|
|
|
'pressure-hectopascal' => { |
|
2143
|
|
|
|
|
|
|
'name' => q(hectopascales), |
|
2144
|
|
|
|
|
|
|
'other' => q({0} hectopascales), |
|
2145
|
|
|
|
|
|
|
}, |
|
2146
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2147
|
|
|
|
|
|
|
'hectopascal' => { |
|
2148
|
|
|
|
|
|
|
'name' => q(hectopascales), |
|
2149
|
|
|
|
|
|
|
'other' => q({0} hectopascales), |
|
2150
|
|
|
|
|
|
|
}, |
|
2151
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2152
|
|
|
|
|
|
|
'pressure-kilopascal' => { |
|
2153
|
|
|
|
|
|
|
'name' => q(kilopascales), |
|
2154
|
|
|
|
|
|
|
'other' => q({0} kilopascales), |
|
2155
|
|
|
|
|
|
|
}, |
|
2156
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2157
|
|
|
|
|
|
|
'kilopascal' => { |
|
2158
|
|
|
|
|
|
|
'name' => q(kilopascales), |
|
2159
|
|
|
|
|
|
|
'other' => q({0} kilopascales), |
|
2160
|
|
|
|
|
|
|
}, |
|
2161
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2162
|
|
|
|
|
|
|
'pressure-megapascal' => { |
|
2163
|
|
|
|
|
|
|
'name' => q(megapascales), |
|
2164
|
|
|
|
|
|
|
'other' => q({0} megapascales), |
|
2165
|
|
|
|
|
|
|
}, |
|
2166
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2167
|
|
|
|
|
|
|
'megapascal' => { |
|
2168
|
|
|
|
|
|
|
'name' => q(megapascales), |
|
2169
|
|
|
|
|
|
|
'other' => q({0} megapascales), |
|
2170
|
|
|
|
|
|
|
}, |
|
2171
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2172
|
|
|
|
|
|
|
'pressure-millibar' => { |
|
2173
|
|
|
|
|
|
|
'name' => q(millibares), |
|
2174
|
|
|
|
|
|
|
'other' => q({0} millibares), |
|
2175
|
|
|
|
|
|
|
}, |
|
2176
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2177
|
|
|
|
|
|
|
'millibar' => { |
|
2178
|
|
|
|
|
|
|
'name' => q(millibares), |
|
2179
|
|
|
|
|
|
|
'other' => q({0} millibares), |
|
2180
|
|
|
|
|
|
|
}, |
|
2181
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2182
|
|
|
|
|
|
|
'pressure-pascal' => { |
|
2183
|
|
|
|
|
|
|
'name' => q(pascales), |
|
2184
|
|
|
|
|
|
|
'other' => q({0} pascales), |
|
2185
|
|
|
|
|
|
|
}, |
|
2186
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2187
|
|
|
|
|
|
|
'pascal' => { |
|
2188
|
|
|
|
|
|
|
'name' => q(pascales), |
|
2189
|
|
|
|
|
|
|
'other' => q({0} pascales), |
|
2190
|
|
|
|
|
|
|
}, |
|
2191
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2192
|
|
|
|
|
|
|
'speed-kilometer-per-hour' => { |
|
2193
|
|
|
|
|
|
|
'name' => q(kilometres per hor), |
|
2194
|
|
|
|
|
|
|
'other' => q({0} kilometres per hor), |
|
2195
|
|
|
|
|
|
|
}, |
|
2196
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2197
|
|
|
|
|
|
|
'kilometer-per-hour' => { |
|
2198
|
|
|
|
|
|
|
'name' => q(kilometres per hor), |
|
2199
|
|
|
|
|
|
|
'other' => q({0} kilometres per hor), |
|
2200
|
|
|
|
|
|
|
}, |
|
2201
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2202
|
|
|
|
|
|
|
'speed-knot' => { |
|
2203
|
|
|
|
|
|
|
'name' => q(nodes), |
|
2204
|
|
|
|
|
|
|
'other' => q({0} nodes), |
|
2205
|
|
|
|
|
|
|
}, |
|
2206
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2207
|
|
|
|
|
|
|
'knot' => { |
|
2208
|
|
|
|
|
|
|
'name' => q(nodes), |
|
2209
|
|
|
|
|
|
|
'other' => q({0} nodes), |
|
2210
|
|
|
|
|
|
|
}, |
|
2211
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2212
|
|
|
|
|
|
|
'speed-meter-per-second' => { |
|
2213
|
|
|
|
|
|
|
'name' => q(metres per seconde), |
|
2214
|
|
|
|
|
|
|
'other' => q({0} metres per seconde), |
|
2215
|
|
|
|
|
|
|
}, |
|
2216
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2217
|
|
|
|
|
|
|
'meter-per-second' => { |
|
2218
|
|
|
|
|
|
|
'name' => q(metres per seconde), |
|
2219
|
|
|
|
|
|
|
'other' => q({0} metres per seconde), |
|
2220
|
|
|
|
|
|
|
}, |
|
2221
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2222
|
|
|
|
|
|
|
'speed-mile-per-hour' => { |
|
2223
|
|
|
|
|
|
|
'name' => q(milies per hor), |
|
2224
|
|
|
|
|
|
|
'other' => q({0} milies per hor), |
|
2225
|
|
|
|
|
|
|
}, |
|
2226
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2227
|
|
|
|
|
|
|
'mile-per-hour' => { |
|
2228
|
|
|
|
|
|
|
'name' => q(milies per hor), |
|
2229
|
|
|
|
|
|
|
'other' => q({0} milies per hor), |
|
2230
|
|
|
|
|
|
|
}, |
|
2231
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2232
|
|
|
|
|
|
|
'temperature-celsius' => { |
|
2233
|
|
|
|
|
|
|
'name' => q(gradus Celsius), |
|
2234
|
|
|
|
|
|
|
'other' => q({0} gradus Celsius), |
|
2235
|
|
|
|
|
|
|
}, |
|
2236
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2237
|
|
|
|
|
|
|
'celsius' => { |
|
2238
|
|
|
|
|
|
|
'name' => q(gradus Celsius), |
|
2239
|
|
|
|
|
|
|
'other' => q({0} gradus Celsius), |
|
2240
|
|
|
|
|
|
|
}, |
|
2241
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2242
|
|
|
|
|
|
|
'temperature-fahrenheit' => { |
|
2243
|
|
|
|
|
|
|
'name' => q(gradus Fahrenheit), |
|
2244
|
|
|
|
|
|
|
}, |
|
2245
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2246
|
|
|
|
|
|
|
'fahrenheit' => { |
|
2247
|
|
|
|
|
|
|
'name' => q(gradus Fahrenheit), |
|
2248
|
|
|
|
|
|
|
}, |
|
2249
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2250
|
|
|
|
|
|
|
'temperature-generic' => { |
|
2251
|
|
|
|
|
|
|
'name' => q(gradus de temperatura), |
|
2252
|
|
|
|
|
|
|
'other' => q({0} gradus de temperatura), |
|
2253
|
|
|
|
|
|
|
}, |
|
2254
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2255
|
|
|
|
|
|
|
'generic' => { |
|
2256
|
|
|
|
|
|
|
'name' => q(gradus de temperatura), |
|
2257
|
|
|
|
|
|
|
'other' => q({0} gradus de temperatura), |
|
2258
|
|
|
|
|
|
|
}, |
|
2259
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2260
|
|
|
|
|
|
|
'temperature-kelvin' => { |
|
2261
|
|
|
|
|
|
|
'name' => q(kelvines), |
|
2262
|
|
|
|
|
|
|
'other' => q({0} kelvines), |
|
2263
|
|
|
|
|
|
|
}, |
|
2264
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2265
|
|
|
|
|
|
|
'kelvin' => { |
|
2266
|
|
|
|
|
|
|
'name' => q(kelvines), |
|
2267
|
|
|
|
|
|
|
'other' => q({0} kelvines), |
|
2268
|
|
|
|
|
|
|
}, |
|
2269
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2270
|
|
|
|
|
|
|
'times' => { |
|
2271
|
|
|
|
|
|
|
'1' => q({0}-{1}), |
|
2272
|
|
|
|
|
|
|
}, |
|
2273
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2274
|
|
|
|
|
|
|
'times' => { |
|
2275
|
|
|
|
|
|
|
'1' => q({0}-{1}), |
|
2276
|
|
|
|
|
|
|
}, |
|
2277
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2278
|
|
|
|
|
|
|
'torque-newton-meter' => { |
|
2279
|
|
|
|
|
|
|
'name' => q(newton-metres), |
|
2280
|
|
|
|
|
|
|
'other' => q({0} newton-metres), |
|
2281
|
|
|
|
|
|
|
}, |
|
2282
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2283
|
|
|
|
|
|
|
'newton-meter' => { |
|
2284
|
|
|
|
|
|
|
'name' => q(newton-metres), |
|
2285
|
|
|
|
|
|
|
'other' => q({0} newton-metres), |
|
2286
|
|
|
|
|
|
|
}, |
|
2287
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2288
|
|
|
|
|
|
|
'volume-bushel' => { |
|
2289
|
|
|
|
|
|
|
'name' => q(busheles), |
|
2290
|
|
|
|
|
|
|
'other' => q({0} busheles), |
|
2291
|
|
|
|
|
|
|
}, |
|
2292
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2293
|
|
|
|
|
|
|
'bushel' => { |
|
2294
|
|
|
|
|
|
|
'name' => q(busheles), |
|
2295
|
|
|
|
|
|
|
'other' => q({0} busheles), |
|
2296
|
|
|
|
|
|
|
}, |
|
2297
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2298
|
|
|
|
|
|
|
'volume-centiliter' => { |
|
2299
|
|
|
|
|
|
|
'name' => q(centilitres), |
|
2300
|
|
|
|
|
|
|
'other' => q({0} centilitres), |
|
2301
|
|
|
|
|
|
|
}, |
|
2302
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2303
|
|
|
|
|
|
|
'centiliter' => { |
|
2304
|
|
|
|
|
|
|
'name' => q(centilitres), |
|
2305
|
|
|
|
|
|
|
'other' => q({0} centilitres), |
|
2306
|
|
|
|
|
|
|
}, |
|
2307
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2308
|
|
|
|
|
|
|
'volume-cubic-centimeter' => { |
|
2309
|
|
|
|
|
|
|
'name' => q(centimetres cubic), |
|
2310
|
|
|
|
|
|
|
'other' => q({0} centimetres cubic), |
|
2311
|
|
|
|
|
|
|
}, |
|
2312
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2313
|
|
|
|
|
|
|
'cubic-centimeter' => { |
|
2314
|
|
|
|
|
|
|
'name' => q(centimetres cubic), |
|
2315
|
|
|
|
|
|
|
'other' => q({0} centimetres cubic), |
|
2316
|
|
|
|
|
|
|
}, |
|
2317
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2318
|
|
|
|
|
|
|
'volume-cubic-foot' => { |
|
2319
|
|
|
|
|
|
|
'name' => q(pedes cubic), |
|
2320
|
|
|
|
|
|
|
'other' => q({0} pedes cubic), |
|
2321
|
|
|
|
|
|
|
}, |
|
2322
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2323
|
|
|
|
|
|
|
'cubic-foot' => { |
|
2324
|
|
|
|
|
|
|
'name' => q(pedes cubic), |
|
2325
|
|
|
|
|
|
|
'other' => q({0} pedes cubic), |
|
2326
|
|
|
|
|
|
|
}, |
|
2327
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2328
|
|
|
|
|
|
|
'volume-cubic-inch' => { |
|
2329
|
|
|
|
|
|
|
'name' => q(inches cubic), |
|
2330
|
|
|
|
|
|
|
'other' => q({0} inches cubic), |
|
2331
|
|
|
|
|
|
|
}, |
|
2332
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2333
|
|
|
|
|
|
|
'cubic-inch' => { |
|
2334
|
|
|
|
|
|
|
'name' => q(inches cubic), |
|
2335
|
|
|
|
|
|
|
'other' => q({0} inches cubic), |
|
2336
|
|
|
|
|
|
|
}, |
|
2337
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2338
|
|
|
|
|
|
|
'volume-cubic-kilometer' => { |
|
2339
|
|
|
|
|
|
|
'name' => q(kilometres cubic), |
|
2340
|
|
|
|
|
|
|
'other' => q({0} kilometres cubic), |
|
2341
|
|
|
|
|
|
|
}, |
|
2342
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2343
|
|
|
|
|
|
|
'cubic-kilometer' => { |
|
2344
|
|
|
|
|
|
|
'name' => q(kilometres cubic), |
|
2345
|
|
|
|
|
|
|
'other' => q({0} kilometres cubic), |
|
2346
|
|
|
|
|
|
|
}, |
|
2347
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2348
|
|
|
|
|
|
|
'volume-cubic-meter' => { |
|
2349
|
|
|
|
|
|
|
'name' => q(metres cubic), |
|
2350
|
|
|
|
|
|
|
'other' => q({0} metres cubic), |
|
2351
|
|
|
|
|
|
|
}, |
|
2352
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2353
|
|
|
|
|
|
|
'cubic-meter' => { |
|
2354
|
|
|
|
|
|
|
'name' => q(metres cubic), |
|
2355
|
|
|
|
|
|
|
'other' => q({0} metres cubic), |
|
2356
|
|
|
|
|
|
|
}, |
|
2357
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2358
|
|
|
|
|
|
|
'volume-cubic-mile' => { |
|
2359
|
|
|
|
|
|
|
'name' => q(milies cubic), |
|
2360
|
|
|
|
|
|
|
'other' => q({0} milies cubic), |
|
2361
|
|
|
|
|
|
|
}, |
|
2362
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2363
|
|
|
|
|
|
|
'cubic-mile' => { |
|
2364
|
|
|
|
|
|
|
'name' => q(milies cubic), |
|
2365
|
|
|
|
|
|
|
'other' => q({0} milies cubic), |
|
2366
|
|
|
|
|
|
|
}, |
|
2367
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2368
|
|
|
|
|
|
|
'volume-cubic-yard' => { |
|
2369
|
|
|
|
|
|
|
'name' => q(yardes cubic), |
|
2370
|
|
|
|
|
|
|
'other' => q({0} yardes cubic), |
|
2371
|
|
|
|
|
|
|
}, |
|
2372
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2373
|
|
|
|
|
|
|
'cubic-yard' => { |
|
2374
|
|
|
|
|
|
|
'name' => q(yardes cubic), |
|
2375
|
|
|
|
|
|
|
'other' => q({0} yardes cubic), |
|
2376
|
|
|
|
|
|
|
}, |
|
2377
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2378
|
|
|
|
|
|
|
'volume-deciliter' => { |
|
2379
|
|
|
|
|
|
|
'name' => q(decilitres), |
|
2380
|
|
|
|
|
|
|
'other' => q({0} decilitres), |
|
2381
|
|
|
|
|
|
|
}, |
|
2382
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2383
|
|
|
|
|
|
|
'deciliter' => { |
|
2384
|
|
|
|
|
|
|
'name' => q(decilitres), |
|
2385
|
|
|
|
|
|
|
'other' => q({0} decilitres), |
|
2386
|
|
|
|
|
|
|
}, |
|
2387
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2388
|
|
|
|
|
|
|
'volume-liter' => { |
|
2389
|
|
|
|
|
|
|
'name' => q(litres), |
|
2390
|
|
|
|
|
|
|
'other' => q({0} litres), |
|
2391
|
|
|
|
|
|
|
}, |
|
2392
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2393
|
|
|
|
|
|
|
'liter' => { |
|
2394
|
|
|
|
|
|
|
'name' => q(litres), |
|
2395
|
|
|
|
|
|
|
'other' => q({0} litres), |
|
2396
|
|
|
|
|
|
|
}, |
|
2397
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2398
|
|
|
|
|
|
|
'volume-megaliter' => { |
|
2399
|
|
|
|
|
|
|
'name' => q(megalitres), |
|
2400
|
|
|
|
|
|
|
'other' => q({0} megalitres), |
|
2401
|
|
|
|
|
|
|
}, |
|
2402
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2403
|
|
|
|
|
|
|
'megaliter' => { |
|
2404
|
|
|
|
|
|
|
'name' => q(megalitres), |
|
2405
|
|
|
|
|
|
|
'other' => q({0} megalitres), |
|
2406
|
|
|
|
|
|
|
}, |
|
2407
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2408
|
|
|
|
|
|
|
'volume-milliliter' => { |
|
2409
|
|
|
|
|
|
|
'name' => q(millilitres), |
|
2410
|
|
|
|
|
|
|
'other' => q({0} millilitres), |
|
2411
|
|
|
|
|
|
|
}, |
|
2412
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2413
|
|
|
|
|
|
|
'milliliter' => { |
|
2414
|
|
|
|
|
|
|
'name' => q(millilitres), |
|
2415
|
|
|
|
|
|
|
'other' => q({0} millilitres), |
|
2416
|
|
|
|
|
|
|
}, |
|
2417
|
|
|
|
|
|
|
}, |
|
2418
|
|
|
|
|
|
|
'narrow' => { |
|
2419
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2420
|
|
|
|
|
|
|
'' => { |
|
2421
|
|
|
|
|
|
|
'name' => q(dir.), |
|
2422
|
|
|
|
|
|
|
}, |
|
2423
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2424
|
|
|
|
|
|
|
'' => { |
|
2425
|
|
|
|
|
|
|
'name' => q(dir.), |
|
2426
|
|
|
|
|
|
|
}, |
|
2427
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2428
|
|
|
|
|
|
|
'area-acre' => { |
|
2429
|
|
|
|
|
|
|
'name' => q(acre), |
|
2430
|
|
|
|
|
|
|
}, |
|
2431
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2432
|
|
|
|
|
|
|
'acre' => { |
|
2433
|
|
|
|
|
|
|
'name' => q(acre), |
|
2434
|
|
|
|
|
|
|
}, |
|
2435
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2436
|
|
|
|
|
|
|
'coordinate' => { |
|
2437
|
|
|
|
|
|
|
'east' => q({0}O), |
|
2438
|
|
|
|
|
|
|
'north' => q({0}N), |
|
2439
|
|
|
|
|
|
|
'south' => q({0}S), |
|
2440
|
|
|
|
|
|
|
'west' => q({0}W), |
|
2441
|
|
|
|
|
|
|
}, |
|
2442
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2443
|
|
|
|
|
|
|
'coordinate' => { |
|
2444
|
|
|
|
|
|
|
'east' => q({0}O), |
|
2445
|
|
|
|
|
|
|
'north' => q({0}N), |
|
2446
|
|
|
|
|
|
|
'south' => q({0}S), |
|
2447
|
|
|
|
|
|
|
'west' => q({0}W), |
|
2448
|
|
|
|
|
|
|
}, |
|
2449
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2450
|
|
|
|
|
|
|
'digital-byte' => { |
|
2451
|
|
|
|
|
|
|
'name' => q(o), |
|
2452
|
|
|
|
|
|
|
'other' => q({0} o), |
|
2453
|
|
|
|
|
|
|
}, |
|
2454
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2455
|
|
|
|
|
|
|
'byte' => { |
|
2456
|
|
|
|
|
|
|
'name' => q(o), |
|
2457
|
|
|
|
|
|
|
'other' => q({0} o), |
|
2458
|
|
|
|
|
|
|
}, |
|
2459
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2460
|
|
|
|
|
|
|
'duration-day' => { |
|
2461
|
|
|
|
|
|
|
'name' => q(d), |
|
2462
|
|
|
|
|
|
|
}, |
|
2463
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2464
|
|
|
|
|
|
|
'day' => { |
|
2465
|
|
|
|
|
|
|
'name' => q(d), |
|
2466
|
|
|
|
|
|
|
}, |
|
2467
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2468
|
|
|
|
|
|
|
'duration-hour' => { |
|
2469
|
|
|
|
|
|
|
'name' => q(h), |
|
2470
|
|
|
|
|
|
|
}, |
|
2471
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2472
|
|
|
|
|
|
|
'hour' => { |
|
2473
|
|
|
|
|
|
|
'name' => q(h), |
|
2474
|
|
|
|
|
|
|
}, |
|
2475
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2476
|
|
|
|
|
|
|
'duration-minute' => { |
|
2477
|
|
|
|
|
|
|
'name' => q(m), |
|
2478
|
|
|
|
|
|
|
'other' => q({0} m), |
|
2479
|
|
|
|
|
|
|
'per' => q({0}/m), |
|
2480
|
|
|
|
|
|
|
}, |
|
2481
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2482
|
|
|
|
|
|
|
'minute' => { |
|
2483
|
|
|
|
|
|
|
'name' => q(m), |
|
2484
|
|
|
|
|
|
|
'other' => q({0} m), |
|
2485
|
|
|
|
|
|
|
'per' => q({0}/m), |
|
2486
|
|
|
|
|
|
|
}, |
|
2487
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2488
|
|
|
|
|
|
|
'duration-month' => { |
|
2489
|
|
|
|
|
|
|
'name' => q(mn), |
|
2490
|
|
|
|
|
|
|
}, |
|
2491
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2492
|
|
|
|
|
|
|
'month' => { |
|
2493
|
|
|
|
|
|
|
'name' => q(mn), |
|
2494
|
|
|
|
|
|
|
}, |
|
2495
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2496
|
|
|
|
|
|
|
'duration-second' => { |
|
2497
|
|
|
|
|
|
|
'name' => q(s), |
|
2498
|
|
|
|
|
|
|
}, |
|
2499
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2500
|
|
|
|
|
|
|
'second' => { |
|
2501
|
|
|
|
|
|
|
'name' => q(s), |
|
2502
|
|
|
|
|
|
|
}, |
|
2503
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2504
|
|
|
|
|
|
|
'duration-week' => { |
|
2505
|
|
|
|
|
|
|
'name' => q(sem), |
|
2506
|
|
|
|
|
|
|
}, |
|
2507
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2508
|
|
|
|
|
|
|
'week' => { |
|
2509
|
|
|
|
|
|
|
'name' => q(sem), |
|
2510
|
|
|
|
|
|
|
}, |
|
2511
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2512
|
|
|
|
|
|
|
'duration-year' => { |
|
2513
|
|
|
|
|
|
|
'name' => q(a), |
|
2514
|
|
|
|
|
|
|
}, |
|
2515
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2516
|
|
|
|
|
|
|
'year' => { |
|
2517
|
|
|
|
|
|
|
'name' => q(a), |
|
2518
|
|
|
|
|
|
|
}, |
|
2519
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2520
|
|
|
|
|
|
|
'electric-volt' => { |
|
2521
|
|
|
|
|
|
|
'name' => q(V), |
|
2522
|
|
|
|
|
|
|
}, |
|
2523
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2524
|
|
|
|
|
|
|
'volt' => { |
|
2525
|
|
|
|
|
|
|
'name' => q(V), |
|
2526
|
|
|
|
|
|
|
}, |
|
2527
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2528
|
|
|
|
|
|
|
'mass-gram' => { |
|
2529
|
|
|
|
|
|
|
'name' => q(g), |
|
2530
|
|
|
|
|
|
|
}, |
|
2531
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2532
|
|
|
|
|
|
|
'gram' => { |
|
2533
|
|
|
|
|
|
|
'name' => q(g), |
|
2534
|
|
|
|
|
|
|
}, |
|
2535
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2536
|
|
|
|
|
|
|
'power-watt' => { |
|
2537
|
|
|
|
|
|
|
'name' => q(W), |
|
2538
|
|
|
|
|
|
|
}, |
|
2539
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2540
|
|
|
|
|
|
|
'watt' => { |
|
2541
|
|
|
|
|
|
|
'name' => q(W), |
|
2542
|
|
|
|
|
|
|
}, |
|
2543
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2544
|
|
|
|
|
|
|
'speed-mile-per-hour' => { |
|
2545
|
|
|
|
|
|
|
'name' => q(mi/h), |
|
2546
|
|
|
|
|
|
|
}, |
|
2547
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2548
|
|
|
|
|
|
|
'mile-per-hour' => { |
|
2549
|
|
|
|
|
|
|
'name' => q(mi/h), |
|
2550
|
|
|
|
|
|
|
}, |
|
2551
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2552
|
|
|
|
|
|
|
'times' => { |
|
2553
|
|
|
|
|
|
|
'1' => q({0}⋅{1}), |
|
2554
|
|
|
|
|
|
|
}, |
|
2555
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2556
|
|
|
|
|
|
|
'times' => { |
|
2557
|
|
|
|
|
|
|
'1' => q({0}⋅{1}), |
|
2558
|
|
|
|
|
|
|
}, |
|
2559
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2560
|
|
|
|
|
|
|
'volume-cubic-inch' => { |
|
2561
|
|
|
|
|
|
|
'name' => q(in³), |
|
2562
|
|
|
|
|
|
|
}, |
|
2563
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2564
|
|
|
|
|
|
|
'cubic-inch' => { |
|
2565
|
|
|
|
|
|
|
'name' => q(in³), |
|
2566
|
|
|
|
|
|
|
}, |
|
2567
|
|
|
|
|
|
|
}, |
|
2568
|
|
|
|
|
|
|
'short' => { |
|
2569
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2570
|
|
|
|
|
|
|
'10p-6' => { |
|
2571
|
|
|
|
|
|
|
'1' => q(mc{0}), |
|
2572
|
|
|
|
|
|
|
}, |
|
2573
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2574
|
|
|
|
|
|
|
'6' => { |
|
2575
|
|
|
|
|
|
|
'1' => q(mc{0}), |
|
2576
|
|
|
|
|
|
|
}, |
|
2577
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2578
|
|
|
|
|
|
|
'angle-degree' => { |
|
2579
|
|
|
|
|
|
|
'name' => q(°), |
|
2580
|
|
|
|
|
|
|
}, |
|
2581
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2582
|
|
|
|
|
|
|
'degree' => { |
|
2583
|
|
|
|
|
|
|
'name' => q(°), |
|
2584
|
|
|
|
|
|
|
}, |
|
2585
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2586
|
|
|
|
|
|
|
'area-acre' => { |
|
2587
|
|
|
|
|
|
|
'name' => q(acres), |
|
2588
|
|
|
|
|
|
|
}, |
|
2589
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2590
|
|
|
|
|
|
|
'acre' => { |
|
2591
|
|
|
|
|
|
|
'name' => q(acres), |
|
2592
|
|
|
|
|
|
|
}, |
|
2593
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2594
|
|
|
|
|
|
|
'coordinate' => { |
|
2595
|
|
|
|
|
|
|
'east' => q({0} O), |
|
2596
|
|
|
|
|
|
|
'north' => q({0} N), |
|
2597
|
|
|
|
|
|
|
'south' => q({0} S), |
|
2598
|
|
|
|
|
|
|
'west' => q({0} W), |
|
2599
|
|
|
|
|
|
|
}, |
|
2600
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2601
|
|
|
|
|
|
|
'coordinate' => { |
|
2602
|
|
|
|
|
|
|
'east' => q({0} O), |
|
2603
|
|
|
|
|
|
|
'north' => q({0} N), |
|
2604
|
|
|
|
|
|
|
'south' => q({0} S), |
|
2605
|
|
|
|
|
|
|
'west' => q({0} W), |
|
2606
|
|
|
|
|
|
|
}, |
|
2607
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2608
|
|
|
|
|
|
|
'digital-byte' => { |
|
2609
|
|
|
|
|
|
|
'name' => q(oct), |
|
2610
|
|
|
|
|
|
|
'other' => q({0} oct), |
|
2611
|
|
|
|
|
|
|
}, |
|
2612
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2613
|
|
|
|
|
|
|
'byte' => { |
|
2614
|
|
|
|
|
|
|
'name' => q(oct), |
|
2615
|
|
|
|
|
|
|
'other' => q({0} oct), |
|
2616
|
|
|
|
|
|
|
}, |
|
2617
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2618
|
|
|
|
|
|
|
'digital-gigabyte' => { |
|
2619
|
|
|
|
|
|
|
'name' => q(Go), |
|
2620
|
|
|
|
|
|
|
'other' => q({0} Go), |
|
2621
|
|
|
|
|
|
|
}, |
|
2622
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2623
|
|
|
|
|
|
|
'gigabyte' => { |
|
2624
|
|
|
|
|
|
|
'name' => q(Go), |
|
2625
|
|
|
|
|
|
|
'other' => q({0} Go), |
|
2626
|
|
|
|
|
|
|
}, |
|
2627
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2628
|
|
|
|
|
|
|
'digital-kilobyte' => { |
|
2629
|
|
|
|
|
|
|
'name' => q(ko), |
|
2630
|
|
|
|
|
|
|
'other' => q({0} ko), |
|
2631
|
|
|
|
|
|
|
}, |
|
2632
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2633
|
|
|
|
|
|
|
'kilobyte' => { |
|
2634
|
|
|
|
|
|
|
'name' => q(ko), |
|
2635
|
|
|
|
|
|
|
'other' => q({0} ko), |
|
2636
|
|
|
|
|
|
|
}, |
|
2637
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2638
|
|
|
|
|
|
|
'digital-megabyte' => { |
|
2639
|
|
|
|
|
|
|
'name' => q(Mo), |
|
2640
|
|
|
|
|
|
|
'other' => q({0} Mo), |
|
2641
|
|
|
|
|
|
|
}, |
|
2642
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2643
|
|
|
|
|
|
|
'megabyte' => { |
|
2644
|
|
|
|
|
|
|
'name' => q(Mo), |
|
2645
|
|
|
|
|
|
|
'other' => q({0} Mo), |
|
2646
|
|
|
|
|
|
|
}, |
|
2647
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2648
|
|
|
|
|
|
|
'digital-petabyte' => { |
|
2649
|
|
|
|
|
|
|
'name' => q(Po), |
|
2650
|
|
|
|
|
|
|
'other' => q({0} Po), |
|
2651
|
|
|
|
|
|
|
}, |
|
2652
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2653
|
|
|
|
|
|
|
'petabyte' => { |
|
2654
|
|
|
|
|
|
|
'name' => q(Po), |
|
2655
|
|
|
|
|
|
|
'other' => q({0} Po), |
|
2656
|
|
|
|
|
|
|
}, |
|
2657
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2658
|
|
|
|
|
|
|
'digital-terabyte' => { |
|
2659
|
|
|
|
|
|
|
'name' => q(To), |
|
2660
|
|
|
|
|
|
|
'other' => q({0} To), |
|
2661
|
|
|
|
|
|
|
}, |
|
2662
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2663
|
|
|
|
|
|
|
'terabyte' => { |
|
2664
|
|
|
|
|
|
|
'name' => q(To), |
|
2665
|
|
|
|
|
|
|
'other' => q({0} To), |
|
2666
|
|
|
|
|
|
|
}, |
|
2667
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2668
|
|
|
|
|
|
|
'duration-century' => { |
|
2669
|
|
|
|
|
|
|
'name' => q(scl), |
|
2670
|
|
|
|
|
|
|
'other' => q({0} scl), |
|
2671
|
|
|
|
|
|
|
}, |
|
2672
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2673
|
|
|
|
|
|
|
'century' => { |
|
2674
|
|
|
|
|
|
|
'name' => q(scl), |
|
2675
|
|
|
|
|
|
|
'other' => q({0} scl), |
|
2676
|
|
|
|
|
|
|
}, |
|
2677
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2678
|
|
|
|
|
|
|
'duration-day' => { |
|
2679
|
|
|
|
|
|
|
'name' => q(dies), |
|
2680
|
|
|
|
|
|
|
}, |
|
2681
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2682
|
|
|
|
|
|
|
'day' => { |
|
2683
|
|
|
|
|
|
|
'name' => q(dies), |
|
2684
|
|
|
|
|
|
|
}, |
|
2685
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2686
|
|
|
|
|
|
|
'duration-hour' => { |
|
2687
|
|
|
|
|
|
|
'name' => q(hores), |
|
2688
|
|
|
|
|
|
|
}, |
|
2689
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2690
|
|
|
|
|
|
|
'hour' => { |
|
2691
|
|
|
|
|
|
|
'name' => q(hores), |
|
2692
|
|
|
|
|
|
|
}, |
|
2693
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2694
|
|
|
|
|
|
|
'duration-microsecond' => { |
|
2695
|
|
|
|
|
|
|
'name' => q(mcs), |
|
2696
|
|
|
|
|
|
|
'other' => q({0} mcs), |
|
2697
|
|
|
|
|
|
|
}, |
|
2698
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2699
|
|
|
|
|
|
|
'microsecond' => { |
|
2700
|
|
|
|
|
|
|
'name' => q(mcs), |
|
2701
|
|
|
|
|
|
|
'other' => q({0} mcs), |
|
2702
|
|
|
|
|
|
|
}, |
|
2703
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2704
|
|
|
|
|
|
|
'duration-month' => { |
|
2705
|
|
|
|
|
|
|
'name' => q(mensus), |
|
2706
|
|
|
|
|
|
|
'other' => q({0} mn), |
|
2707
|
|
|
|
|
|
|
'per' => q({0}/mn), |
|
2708
|
|
|
|
|
|
|
}, |
|
2709
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2710
|
|
|
|
|
|
|
'month' => { |
|
2711
|
|
|
|
|
|
|
'name' => q(mensus), |
|
2712
|
|
|
|
|
|
|
'other' => q({0} mn), |
|
2713
|
|
|
|
|
|
|
'per' => q({0}/mn), |
|
2714
|
|
|
|
|
|
|
}, |
|
2715
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2716
|
|
|
|
|
|
|
'duration-quarter' => { |
|
2717
|
|
|
|
|
|
|
'name' => q(tr), |
|
2718
|
|
|
|
|
|
|
'other' => q({0} tr), |
|
2719
|
|
|
|
|
|
|
'per' => q({0}/tr), |
|
2720
|
|
|
|
|
|
|
}, |
|
2721
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2722
|
|
|
|
|
|
|
'quarter' => { |
|
2723
|
|
|
|
|
|
|
'name' => q(tr), |
|
2724
|
|
|
|
|
|
|
'other' => q({0} tr), |
|
2725
|
|
|
|
|
|
|
'per' => q({0}/tr), |
|
2726
|
|
|
|
|
|
|
}, |
|
2727
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2728
|
|
|
|
|
|
|
'duration-week' => { |
|
2729
|
|
|
|
|
|
|
'name' => q(semanes), |
|
2730
|
|
|
|
|
|
|
'other' => q({0} sem), |
|
2731
|
|
|
|
|
|
|
'per' => q({0}/sem), |
|
2732
|
|
|
|
|
|
|
}, |
|
2733
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2734
|
|
|
|
|
|
|
'week' => { |
|
2735
|
|
|
|
|
|
|
'name' => q(semanes), |
|
2736
|
|
|
|
|
|
|
'other' => q({0} sem), |
|
2737
|
|
|
|
|
|
|
'per' => q({0}/sem), |
|
2738
|
|
|
|
|
|
|
}, |
|
2739
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2740
|
|
|
|
|
|
|
'duration-year' => { |
|
2741
|
|
|
|
|
|
|
'name' => q(annus), |
|
2742
|
|
|
|
|
|
|
'other' => q({0} a), |
|
2743
|
|
|
|
|
|
|
'per' => q({0}/a), |
|
2744
|
|
|
|
|
|
|
}, |
|
2745
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2746
|
|
|
|
|
|
|
'year' => { |
|
2747
|
|
|
|
|
|
|
'name' => q(annus), |
|
2748
|
|
|
|
|
|
|
'other' => q({0} a), |
|
2749
|
|
|
|
|
|
|
'per' => q({0}/a), |
|
2750
|
|
|
|
|
|
|
}, |
|
2751
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2752
|
|
|
|
|
|
|
'electric-ampere' => { |
|
2753
|
|
|
|
|
|
|
'name' => q(A), |
|
2754
|
|
|
|
|
|
|
}, |
|
2755
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2756
|
|
|
|
|
|
|
'ampere' => { |
|
2757
|
|
|
|
|
|
|
'name' => q(A), |
|
2758
|
|
|
|
|
|
|
}, |
|
2759
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2760
|
|
|
|
|
|
|
'energy-british-thermal-unit' => { |
|
2761
|
|
|
|
|
|
|
'name' => q(btu), |
|
2762
|
|
|
|
|
|
|
'other' => q({0} btu), |
|
2763
|
|
|
|
|
|
|
}, |
|
2764
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2765
|
|
|
|
|
|
|
'british-thermal-unit' => { |
|
2766
|
|
|
|
|
|
|
'name' => q(btu), |
|
2767
|
|
|
|
|
|
|
'other' => q({0} btu), |
|
2768
|
|
|
|
|
|
|
}, |
|
2769
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2770
|
|
|
|
|
|
|
'energy-joule' => { |
|
2771
|
|
|
|
|
|
|
'name' => q(J), |
|
2772
|
|
|
|
|
|
|
}, |
|
2773
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2774
|
|
|
|
|
|
|
'joule' => { |
|
2775
|
|
|
|
|
|
|
'name' => q(J), |
|
2776
|
|
|
|
|
|
|
}, |
|
2777
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2778
|
|
|
|
|
|
|
'length-astronomical-unit' => { |
|
2779
|
|
|
|
|
|
|
'name' => q(ua), |
|
2780
|
|
|
|
|
|
|
'other' => q({0} ua), |
|
2781
|
|
|
|
|
|
|
}, |
|
2782
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2783
|
|
|
|
|
|
|
'astronomical-unit' => { |
|
2784
|
|
|
|
|
|
|
'name' => q(ua), |
|
2785
|
|
|
|
|
|
|
'other' => q({0} ua), |
|
2786
|
|
|
|
|
|
|
}, |
|
2787
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2788
|
|
|
|
|
|
|
'length-light-year' => { |
|
2789
|
|
|
|
|
|
|
'name' => q(la), |
|
2790
|
|
|
|
|
|
|
'other' => q({0} la), |
|
2791
|
|
|
|
|
|
|
}, |
|
2792
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2793
|
|
|
|
|
|
|
'light-year' => { |
|
2794
|
|
|
|
|
|
|
'name' => q(la), |
|
2795
|
|
|
|
|
|
|
'other' => q({0} la), |
|
2796
|
|
|
|
|
|
|
}, |
|
2797
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2798
|
|
|
|
|
|
|
'length-meter' => { |
|
2799
|
|
|
|
|
|
|
'name' => q(m), |
|
2800
|
|
|
|
|
|
|
}, |
|
2801
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2802
|
|
|
|
|
|
|
'meter' => { |
|
2803
|
|
|
|
|
|
|
'name' => q(m), |
|
2804
|
|
|
|
|
|
|
}, |
|
2805
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2806
|
|
|
|
|
|
|
'length-micrometer' => { |
|
2807
|
|
|
|
|
|
|
'name' => q(mcm), |
|
2808
|
|
|
|
|
|
|
'other' => q({0} mcm), |
|
2809
|
|
|
|
|
|
|
}, |
|
2810
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2811
|
|
|
|
|
|
|
'micrometer' => { |
|
2812
|
|
|
|
|
|
|
'name' => q(mcm), |
|
2813
|
|
|
|
|
|
|
'other' => q({0} mcm), |
|
2814
|
|
|
|
|
|
|
}, |
|
2815
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2816
|
|
|
|
|
|
|
'mass-gram' => { |
|
2817
|
|
|
|
|
|
|
'name' => q(gramm), |
|
2818
|
|
|
|
|
|
|
}, |
|
2819
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2820
|
|
|
|
|
|
|
'gram' => { |
|
2821
|
|
|
|
|
|
|
'name' => q(gramm), |
|
2822
|
|
|
|
|
|
|
}, |
|
2823
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2824
|
|
|
|
|
|
|
'mass-microgram' => { |
|
2825
|
|
|
|
|
|
|
'name' => q(mcg), |
|
2826
|
|
|
|
|
|
|
'other' => q({0} mcg), |
|
2827
|
|
|
|
|
|
|
}, |
|
2828
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2829
|
|
|
|
|
|
|
'microgram' => { |
|
2830
|
|
|
|
|
|
|
'name' => q(mcg), |
|
2831
|
|
|
|
|
|
|
'other' => q({0} mcg), |
|
2832
|
|
|
|
|
|
|
}, |
|
2833
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2834
|
|
|
|
|
|
|
'speed-mile-per-hour' => { |
|
2835
|
|
|
|
|
|
|
'name' => q(milies/hor), |
|
2836
|
|
|
|
|
|
|
}, |
|
2837
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2838
|
|
|
|
|
|
|
'mile-per-hour' => { |
|
2839
|
|
|
|
|
|
|
'name' => q(milies/hor), |
|
2840
|
|
|
|
|
|
|
}, |
|
2841
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2842
|
|
|
|
|
|
|
'times' => { |
|
2843
|
|
|
|
|
|
|
'1' => q({0}{1}), |
|
2844
|
|
|
|
|
|
|
}, |
|
2845
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2846
|
|
|
|
|
|
|
'times' => { |
|
2847
|
|
|
|
|
|
|
'1' => q({0}{1}), |
|
2848
|
|
|
|
|
|
|
}, |
|
2849
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2850
|
|
|
|
|
|
|
'volume-cubic-inch' => { |
|
2851
|
|
|
|
|
|
|
'name' => q(inches³), |
|
2852
|
|
|
|
|
|
|
}, |
|
2853
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2854
|
|
|
|
|
|
|
'cubic-inch' => { |
|
2855
|
|
|
|
|
|
|
'name' => q(inches³), |
|
2856
|
|
|
|
|
|
|
}, |
|
2857
|
|
|
|
|
|
|
# Long Unit Identifier |
|
2858
|
|
|
|
|
|
|
'volume-liter' => { |
|
2859
|
|
|
|
|
|
|
'name' => q(l), |
|
2860
|
|
|
|
|
|
|
'other' => q({0} L), |
|
2861
|
|
|
|
|
|
|
'per' => q({0}/L), |
|
2862
|
|
|
|
|
|
|
}, |
|
2863
|
|
|
|
|
|
|
# Core Unit Identifier |
|
2864
|
|
|
|
|
|
|
'liter' => { |
|
2865
|
|
|
|
|
|
|
'name' => q(l), |
|
2866
|
|
|
|
|
|
|
'other' => q({0} L), |
|
2867
|
|
|
|
|
|
|
'per' => q({0}/L), |
|
2868
|
|
|
|
|
|
|
}, |
|
2869
|
|
|
|
|
|
|
}, |
|
2870
|
|
|
|
|
|
|
} } |
|
2871
|
|
|
|
|
|
|
); |
|
2872
|
|
|
|
|
|
|
|
|
2873
|
|
|
|
|
|
|
has 'listPatterns' => ( |
|
2874
|
|
|
|
|
|
|
is => 'ro', |
|
2875
|
|
|
|
|
|
|
isa => HashRef, |
|
2876
|
|
|
|
|
|
|
init_arg => undef, |
|
2877
|
|
|
|
|
|
|
default => sub { { |
|
2878
|
|
|
|
|
|
|
2 => q({0} e {1}), |
|
2879
|
|
|
|
|
|
|
} } |
|
2880
|
|
|
|
|
|
|
); |
|
2881
|
|
|
|
|
|
|
|
|
2882
|
|
|
|
|
|
|
has 'minimum_grouping_digits' => ( |
|
2883
|
|
|
|
|
|
|
is =>'ro', |
|
2884
|
|
|
|
|
|
|
isa => Int, |
|
2885
|
|
|
|
|
|
|
init_arg => undef, |
|
2886
|
|
|
|
|
|
|
default => 2, |
|
2887
|
|
|
|
|
|
|
); |
|
2888
|
|
|
|
|
|
|
|
|
2889
|
|
|
|
|
|
|
has 'number_symbols' => ( |
|
2890
|
|
|
|
|
|
|
is => 'ro', |
|
2891
|
|
|
|
|
|
|
isa => HashRef, |
|
2892
|
|
|
|
|
|
|
init_arg => undef, |
|
2893
|
|
|
|
|
|
|
default => sub { { |
|
2894
|
|
|
|
|
|
|
'latn' => { |
|
2895
|
|
|
|
|
|
|
'decimal' => q(,), |
|
2896
|
|
|
|
|
|
|
'group' => q( ), |
|
2897
|
|
|
|
|
|
|
}, |
|
2898
|
|
|
|
|
|
|
} } |
|
2899
|
|
|
|
|
|
|
); |
|
2900
|
|
|
|
|
|
|
|
|
2901
|
|
|
|
|
|
|
has 'number_formats' => ( |
|
2902
|
|
|
|
|
|
|
is => 'ro', |
|
2903
|
|
|
|
|
|
|
isa => HashRef, |
|
2904
|
|
|
|
|
|
|
init_arg => undef, |
|
2905
|
|
|
|
|
|
|
default => sub { { |
|
2906
|
|
|
|
|
|
|
decimalFormat => { |
|
2907
|
|
|
|
|
|
|
'long' => { |
|
2908
|
|
|
|
|
|
|
'1000' => { |
|
2909
|
|
|
|
|
|
|
'other' => '0 milles', |
|
2910
|
|
|
|
|
|
|
}, |
|
2911
|
|
|
|
|
|
|
'10000' => { |
|
2912
|
|
|
|
|
|
|
'other' => '00 milles', |
|
2913
|
|
|
|
|
|
|
}, |
|
2914
|
|
|
|
|
|
|
'100000' => { |
|
2915
|
|
|
|
|
|
|
'other' => '000 milles', |
|
2916
|
|
|
|
|
|
|
}, |
|
2917
|
|
|
|
|
|
|
'1000000' => { |
|
2918
|
|
|
|
|
|
|
'other' => '0 milliones', |
|
2919
|
|
|
|
|
|
|
}, |
|
2920
|
|
|
|
|
|
|
'10000000' => { |
|
2921
|
|
|
|
|
|
|
'other' => '00 milliones', |
|
2922
|
|
|
|
|
|
|
}, |
|
2923
|
|
|
|
|
|
|
'100000000' => { |
|
2924
|
|
|
|
|
|
|
'other' => '000 milliones', |
|
2925
|
|
|
|
|
|
|
}, |
|
2926
|
|
|
|
|
|
|
'1000000000' => { |
|
2927
|
|
|
|
|
|
|
'other' => '0 milliardes', |
|
2928
|
|
|
|
|
|
|
}, |
|
2929
|
|
|
|
|
|
|
'10000000000' => { |
|
2930
|
|
|
|
|
|
|
'other' => '00 milliardes', |
|
2931
|
|
|
|
|
|
|
}, |
|
2932
|
|
|
|
|
|
|
'100000000000' => { |
|
2933
|
|
|
|
|
|
|
'other' => '000 milliardes', |
|
2934
|
|
|
|
|
|
|
}, |
|
2935
|
|
|
|
|
|
|
'1000000000000' => { |
|
2936
|
|
|
|
|
|
|
'other' => '0 billiones', |
|
2937
|
|
|
|
|
|
|
}, |
|
2938
|
|
|
|
|
|
|
'10000000000000' => { |
|
2939
|
|
|
|
|
|
|
'other' => '00 billiones', |
|
2940
|
|
|
|
|
|
|
}, |
|
2941
|
|
|
|
|
|
|
'100000000000000' => { |
|
2942
|
|
|
|
|
|
|
'other' => '000 billiones', |
|
2943
|
|
|
|
|
|
|
}, |
|
2944
|
|
|
|
|
|
|
}, |
|
2945
|
|
|
|
|
|
|
'short' => { |
|
2946
|
|
|
|
|
|
|
'1000' => { |
|
2947
|
|
|
|
|
|
|
'other' => '0', |
|
2948
|
|
|
|
|
|
|
}, |
|
2949
|
|
|
|
|
|
|
'10000' => { |
|
2950
|
|
|
|
|
|
|
'other' => '0', |
|
2951
|
|
|
|
|
|
|
}, |
|
2952
|
|
|
|
|
|
|
'100000' => { |
|
2953
|
|
|
|
|
|
|
'other' => '0', |
|
2954
|
|
|
|
|
|
|
}, |
|
2955
|
|
|
|
|
|
|
'1000000' => { |
|
2956
|
|
|
|
|
|
|
'other' => '0', |
|
2957
|
|
|
|
|
|
|
}, |
|
2958
|
|
|
|
|
|
|
'10000000' => { |
|
2959
|
|
|
|
|
|
|
'other' => '0', |
|
2960
|
|
|
|
|
|
|
}, |
|
2961
|
|
|
|
|
|
|
'100000000' => { |
|
2962
|
|
|
|
|
|
|
'other' => '0', |
|
2963
|
|
|
|
|
|
|
}, |
|
2964
|
|
|
|
|
|
|
'1000000000' => { |
|
2965
|
|
|
|
|
|
|
'other' => '0', |
|
2966
|
|
|
|
|
|
|
}, |
|
2967
|
|
|
|
|
|
|
'10000000000' => { |
|
2968
|
|
|
|
|
|
|
'other' => '0', |
|
2969
|
|
|
|
|
|
|
}, |
|
2970
|
|
|
|
|
|
|
'100000000000' => { |
|
2971
|
|
|
|
|
|
|
'other' => '0', |
|
2972
|
|
|
|
|
|
|
}, |
|
2973
|
|
|
|
|
|
|
'1000000000000' => { |
|
2974
|
|
|
|
|
|
|
'other' => '0', |
|
2975
|
|
|
|
|
|
|
}, |
|
2976
|
|
|
|
|
|
|
'10000000000000' => { |
|
2977
|
|
|
|
|
|
|
'other' => '0', |
|
2978
|
|
|
|
|
|
|
}, |
|
2979
|
|
|
|
|
|
|
'100000000000000' => { |
|
2980
|
|
|
|
|
|
|
'other' => '0', |
|
2981
|
|
|
|
|
|
|
}, |
|
2982
|
|
|
|
|
|
|
}, |
|
2983
|
|
|
|
|
|
|
}, |
|
2984
|
|
|
|
|
|
|
} }, |
|
2985
|
|
|
|
|
|
|
); |
|
2986
|
|
|
|
|
|
|
|
|
2987
|
|
|
|
|
|
|
has 'number_currency_formats' => ( |
|
2988
|
|
|
|
|
|
|
is => 'ro', |
|
2989
|
|
|
|
|
|
|
isa => HashRef, |
|
2990
|
|
|
|
|
|
|
init_arg => undef, |
|
2991
|
|
|
|
|
|
|
default => sub { { |
|
2992
|
|
|
|
|
|
|
'latn' => { |
|
2993
|
|
|
|
|
|
|
'pattern' => { |
|
2994
|
|
|
|
|
|
|
'default' => { |
|
2995
|
|
|
|
|
|
|
'standard' => { |
|
2996
|
|
|
|
|
|
|
'negative' => '¤ -#,##0.00', |
|
2997
|
|
|
|
|
|
|
'positive' => '¤ #,##0.00', |
|
2998
|
|
|
|
|
|
|
}, |
|
2999
|
|
|
|
|
|
|
}, |
|
3000
|
|
|
|
|
|
|
}, |
|
3001
|
|
|
|
|
|
|
}, |
|
3002
|
|
|
|
|
|
|
} }, |
|
3003
|
|
|
|
|
|
|
); |
|
3004
|
|
|
|
|
|
|
|
|
3005
|
|
|
|
|
|
|
has 'currencies' => ( |
|
3006
|
|
|
|
|
|
|
is => 'ro', |
|
3007
|
|
|
|
|
|
|
isa => HashRef, |
|
3008
|
|
|
|
|
|
|
init_arg => undef, |
|
3009
|
|
|
|
|
|
|
default => sub { { |
|
3010
|
|
|
|
|
|
|
'AED' => { |
|
3011
|
|
|
|
|
|
|
display_name => { |
|
3012
|
|
|
|
|
|
|
'currency' => q(UAE dirham), |
|
3013
|
|
|
|
|
|
|
'other' => q(UAE dirhams), |
|
3014
|
|
|
|
|
|
|
}, |
|
3015
|
|
|
|
|
|
|
}, |
|
3016
|
|
|
|
|
|
|
'AFN' => { |
|
3017
|
|
|
|
|
|
|
display_name => { |
|
3018
|
|
|
|
|
|
|
'currency' => q(afghan afghani), |
|
3019
|
|
|
|
|
|
|
'other' => q(afghan afghanis), |
|
3020
|
|
|
|
|
|
|
}, |
|
3021
|
|
|
|
|
|
|
}, |
|
3022
|
|
|
|
|
|
|
'ALL' => { |
|
3023
|
|
|
|
|
|
|
display_name => { |
|
3024
|
|
|
|
|
|
|
'currency' => q(albanian lek), |
|
3025
|
|
|
|
|
|
|
'other' => q(albanian leks), |
|
3026
|
|
|
|
|
|
|
}, |
|
3027
|
|
|
|
|
|
|
}, |
|
3028
|
|
|
|
|
|
|
'AMD' => { |
|
3029
|
|
|
|
|
|
|
display_name => { |
|
3030
|
|
|
|
|
|
|
'currency' => q(armenian dram), |
|
3031
|
|
|
|
|
|
|
'other' => q(armenian drams), |
|
3032
|
|
|
|
|
|
|
}, |
|
3033
|
|
|
|
|
|
|
}, |
|
3034
|
|
|
|
|
|
|
'ANG' => { |
|
3035
|
|
|
|
|
|
|
display_name => { |
|
3036
|
|
|
|
|
|
|
'currency' => q(guilder del Nederlandesi Antilles), |
|
3037
|
|
|
|
|
|
|
'other' => q(guilderes del Nederlandesi Antilles), |
|
3038
|
|
|
|
|
|
|
}, |
|
3039
|
|
|
|
|
|
|
}, |
|
3040
|
|
|
|
|
|
|
'AOA' => { |
|
3041
|
|
|
|
|
|
|
display_name => { |
|
3042
|
|
|
|
|
|
|
'currency' => q(angolan kwanza), |
|
3043
|
|
|
|
|
|
|
'other' => q(angolan kwanzas), |
|
3044
|
|
|
|
|
|
|
}, |
|
3045
|
|
|
|
|
|
|
}, |
|
3046
|
|
|
|
|
|
|
'ARS' => { |
|
3047
|
|
|
|
|
|
|
display_name => { |
|
3048
|
|
|
|
|
|
|
'currency' => q(argentinian peso), |
|
3049
|
|
|
|
|
|
|
'other' => q(argentinian pesos), |
|
3050
|
|
|
|
|
|
|
}, |
|
3051
|
|
|
|
|
|
|
}, |
|
3052
|
|
|
|
|
|
|
'AUD' => { |
|
3053
|
|
|
|
|
|
|
display_name => { |
|
3054
|
|
|
|
|
|
|
'currency' => q(australian dollar), |
|
3055
|
|
|
|
|
|
|
'other' => q(australian dollares), |
|
3056
|
|
|
|
|
|
|
}, |
|
3057
|
|
|
|
|
|
|
}, |
|
3058
|
|
|
|
|
|
|
'AWG' => { |
|
3059
|
|
|
|
|
|
|
display_name => { |
|
3060
|
|
|
|
|
|
|
'currency' => q(aruban florin), |
|
3061
|
|
|
|
|
|
|
'other' => q(aruban florines), |
|
3062
|
|
|
|
|
|
|
}, |
|
3063
|
|
|
|
|
|
|
}, |
|
3064
|
|
|
|
|
|
|
'AZN' => { |
|
3065
|
|
|
|
|
|
|
display_name => { |
|
3066
|
|
|
|
|
|
|
'currency' => q(azerbaidjanesi manat), |
|
3067
|
|
|
|
|
|
|
'other' => q(azerbaidjanesi manates), |
|
3068
|
|
|
|
|
|
|
}, |
|
3069
|
|
|
|
|
|
|
}, |
|
3070
|
|
|
|
|
|
|
'BAM' => { |
|
3071
|
|
|
|
|
|
|
display_name => { |
|
3072
|
|
|
|
|
|
|
'currency' => q(convertibil mark de Bosnia-Herzogovina), |
|
3073
|
|
|
|
|
|
|
'other' => q(convertibil marks de Bosnia-Herzogovina), |
|
3074
|
|
|
|
|
|
|
}, |
|
3075
|
|
|
|
|
|
|
}, |
|
3076
|
|
|
|
|
|
|
'BBD' => { |
|
3077
|
|
|
|
|
|
|
display_name => { |
|
3078
|
|
|
|
|
|
|
'currency' => q(barbadan dollar), |
|
3079
|
|
|
|
|
|
|
'other' => q(barbadan dollares), |
|
3080
|
|
|
|
|
|
|
}, |
|
3081
|
|
|
|
|
|
|
}, |
|
3082
|
|
|
|
|
|
|
'BDT' => { |
|
3083
|
|
|
|
|
|
|
display_name => { |
|
3084
|
|
|
|
|
|
|
'currency' => q(bangladeshan taka), |
|
3085
|
|
|
|
|
|
|
'other' => q(bangladeshan takas), |
|
3086
|
|
|
|
|
|
|
}, |
|
3087
|
|
|
|
|
|
|
}, |
|
3088
|
|
|
|
|
|
|
'BGN' => { |
|
3089
|
|
|
|
|
|
|
display_name => { |
|
3090
|
|
|
|
|
|
|
'currency' => q(bulgarian lev), |
|
3091
|
|
|
|
|
|
|
'other' => q(bulgarian leves), |
|
3092
|
|
|
|
|
|
|
}, |
|
3093
|
|
|
|
|
|
|
}, |
|
3094
|
|
|
|
|
|
|
'BHD' => { |
|
3095
|
|
|
|
|
|
|
display_name => { |
|
3096
|
|
|
|
|
|
|
'currency' => q(bahrainesi dinar), |
|
3097
|
|
|
|
|
|
|
'other' => q(bahrainesi dinares), |
|
3098
|
|
|
|
|
|
|
}, |
|
3099
|
|
|
|
|
|
|
}, |
|
3100
|
|
|
|
|
|
|
'BIF' => { |
|
3101
|
|
|
|
|
|
|
display_name => { |
|
3102
|
|
|
|
|
|
|
'currency' => q(burundian franc), |
|
3103
|
|
|
|
|
|
|
'other' => q(burundian francs), |
|
3104
|
|
|
|
|
|
|
}, |
|
3105
|
|
|
|
|
|
|
}, |
|
3106
|
|
|
|
|
|
|
'BMD' => { |
|
3107
|
|
|
|
|
|
|
display_name => { |
|
3108
|
|
|
|
|
|
|
'currency' => q(bermudan dollar), |
|
3109
|
|
|
|
|
|
|
'other' => q(bermudan dollares), |
|
3110
|
|
|
|
|
|
|
}, |
|
3111
|
|
|
|
|
|
|
}, |
|
3112
|
|
|
|
|
|
|
'BND' => { |
|
3113
|
|
|
|
|
|
|
display_name => { |
|
3114
|
|
|
|
|
|
|
'currency' => q(brunesi dollar), |
|
3115
|
|
|
|
|
|
|
'other' => q(brunesi dollares), |
|
3116
|
|
|
|
|
|
|
}, |
|
3117
|
|
|
|
|
|
|
}, |
|
3118
|
|
|
|
|
|
|
'BOB' => { |
|
3119
|
|
|
|
|
|
|
display_name => { |
|
3120
|
|
|
|
|
|
|
'currency' => q(bolivian boliviano), |
|
3121
|
|
|
|
|
|
|
'other' => q(bolivian bolivianos), |
|
3122
|
|
|
|
|
|
|
}, |
|
3123
|
|
|
|
|
|
|
}, |
|
3124
|
|
|
|
|
|
|
'BRL' => { |
|
3125
|
|
|
|
|
|
|
display_name => { |
|
3126
|
|
|
|
|
|
|
'currency' => q(brasilian real), |
|
3127
|
|
|
|
|
|
|
'other' => q(brasilian reales), |
|
3128
|
|
|
|
|
|
|
}, |
|
3129
|
|
|
|
|
|
|
}, |
|
3130
|
|
|
|
|
|
|
'BSD' => { |
|
3131
|
|
|
|
|
|
|
display_name => { |
|
3132
|
|
|
|
|
|
|
'currency' => q(bahaman dollar), |
|
3133
|
|
|
|
|
|
|
'other' => q(bahaman dollares), |
|
3134
|
|
|
|
|
|
|
}, |
|
3135
|
|
|
|
|
|
|
}, |
|
3136
|
|
|
|
|
|
|
'BTN' => { |
|
3137
|
|
|
|
|
|
|
display_name => { |
|
3138
|
|
|
|
|
|
|
'currency' => q(bhutanesi ngultrum), |
|
3139
|
|
|
|
|
|
|
'other' => q(bhutanesi ngultrums), |
|
3140
|
|
|
|
|
|
|
}, |
|
3141
|
|
|
|
|
|
|
}, |
|
3142
|
|
|
|
|
|
|
'BWP' => { |
|
3143
|
|
|
|
|
|
|
display_name => { |
|
3144
|
|
|
|
|
|
|
'currency' => q(botswanan pula), |
|
3145
|
|
|
|
|
|
|
'other' => q(botswanan pulas), |
|
3146
|
|
|
|
|
|
|
}, |
|
3147
|
|
|
|
|
|
|
}, |
|
3148
|
|
|
|
|
|
|
'BYN' => { |
|
3149
|
|
|
|
|
|
|
display_name => { |
|
3150
|
|
|
|
|
|
|
'currency' => q(bieloruss ruble), |
|
3151
|
|
|
|
|
|
|
'other' => q(bieloruss rubles), |
|
3152
|
|
|
|
|
|
|
}, |
|
3153
|
|
|
|
|
|
|
}, |
|
3154
|
|
|
|
|
|
|
'BZD' => { |
|
3155
|
|
|
|
|
|
|
display_name => { |
|
3156
|
|
|
|
|
|
|
'currency' => q(belizan dollar), |
|
3157
|
|
|
|
|
|
|
'other' => q(belizan dollares), |
|
3158
|
|
|
|
|
|
|
}, |
|
3159
|
|
|
|
|
|
|
}, |
|
3160
|
|
|
|
|
|
|
'CAD' => { |
|
3161
|
|
|
|
|
|
|
display_name => { |
|
3162
|
|
|
|
|
|
|
'currency' => q(canadan dollar), |
|
3163
|
|
|
|
|
|
|
'other' => q(canadan dollares), |
|
3164
|
|
|
|
|
|
|
}, |
|
3165
|
|
|
|
|
|
|
}, |
|
3166
|
|
|
|
|
|
|
'CDF' => { |
|
3167
|
|
|
|
|
|
|
display_name => { |
|
3168
|
|
|
|
|
|
|
'currency' => q(congolesi franc), |
|
3169
|
|
|
|
|
|
|
'other' => q(congolesi francs), |
|
3170
|
|
|
|
|
|
|
}, |
|
3171
|
|
|
|
|
|
|
}, |
|
3172
|
|
|
|
|
|
|
'CHF' => { |
|
3173
|
|
|
|
|
|
|
symbol => 'F.Sv.', |
|
3174
|
|
|
|
|
|
|
display_name => { |
|
3175
|
|
|
|
|
|
|
'currency' => q(sviss franc), |
|
3176
|
|
|
|
|
|
|
'other' => q(sviss francs), |
|
3177
|
|
|
|
|
|
|
}, |
|
3178
|
|
|
|
|
|
|
}, |
|
3179
|
|
|
|
|
|
|
'CLP' => { |
|
3180
|
|
|
|
|
|
|
display_name => { |
|
3181
|
|
|
|
|
|
|
'currency' => q(chilan peso), |
|
3182
|
|
|
|
|
|
|
'other' => q(chilan pesos), |
|
3183
|
|
|
|
|
|
|
}, |
|
3184
|
|
|
|
|
|
|
}, |
|
3185
|
|
|
|
|
|
|
'CNH' => { |
|
3186
|
|
|
|
|
|
|
display_name => { |
|
3187
|
|
|
|
|
|
|
'currency' => q(chinesi yuan \(extraterritorial\)), |
|
3188
|
|
|
|
|
|
|
'other' => q(chinesi yuanes \(extraterritorial\)), |
|
3189
|
|
|
|
|
|
|
}, |
|
3190
|
|
|
|
|
|
|
}, |
|
3191
|
|
|
|
|
|
|
'CNY' => { |
|
3192
|
|
|
|
|
|
|
display_name => { |
|
3193
|
|
|
|
|
|
|
'currency' => q(chinesi yuan), |
|
3194
|
|
|
|
|
|
|
'other' => q(chinesi yuanes), |
|
3195
|
|
|
|
|
|
|
}, |
|
3196
|
|
|
|
|
|
|
}, |
|
3197
|
|
|
|
|
|
|
'COP' => { |
|
3198
|
|
|
|
|
|
|
display_name => { |
|
3199
|
|
|
|
|
|
|
'currency' => q(columbian peso), |
|
3200
|
|
|
|
|
|
|
'other' => q(columbian pesos), |
|
3201
|
|
|
|
|
|
|
}, |
|
3202
|
|
|
|
|
|
|
}, |
|
3203
|
|
|
|
|
|
|
'CRC' => { |
|
3204
|
|
|
|
|
|
|
display_name => { |
|
3205
|
|
|
|
|
|
|
'currency' => q(costa-rican colon), |
|
3206
|
|
|
|
|
|
|
'other' => q(costa-rican colones), |
|
3207
|
|
|
|
|
|
|
}, |
|
3208
|
|
|
|
|
|
|
}, |
|
3209
|
|
|
|
|
|
|
'CUC' => { |
|
3210
|
|
|
|
|
|
|
display_name => { |
|
3211
|
|
|
|
|
|
|
'currency' => q(cuban convertibil peso), |
|
3212
|
|
|
|
|
|
|
'other' => q(cuban convertibil pesos), |
|
3213
|
|
|
|
|
|
|
}, |
|
3214
|
|
|
|
|
|
|
}, |
|
3215
|
|
|
|
|
|
|
'CUP' => { |
|
3216
|
|
|
|
|
|
|
display_name => { |
|
3217
|
|
|
|
|
|
|
'currency' => q(cuban peso), |
|
3218
|
|
|
|
|
|
|
'other' => q(cuban pesos), |
|
3219
|
|
|
|
|
|
|
}, |
|
3220
|
|
|
|
|
|
|
}, |
|
3221
|
|
|
|
|
|
|
'CVE' => { |
|
3222
|
|
|
|
|
|
|
display_name => { |
|
3223
|
|
|
|
|
|
|
'currency' => q(cap-verdesi escudo), |
|
3224
|
|
|
|
|
|
|
'other' => q(cap-verdesi escudos), |
|
3225
|
|
|
|
|
|
|
}, |
|
3226
|
|
|
|
|
|
|
}, |
|
3227
|
|
|
|
|
|
|
'CZK' => { |
|
3228
|
|
|
|
|
|
|
display_name => { |
|
3229
|
|
|
|
|
|
|
'currency' => q(tchec koruna), |
|
3230
|
|
|
|
|
|
|
'other' => q(tchec korunas), |
|
3231
|
|
|
|
|
|
|
}, |
|
3232
|
|
|
|
|
|
|
}, |
|
3233
|
|
|
|
|
|
|
'DJF' => { |
|
3234
|
|
|
|
|
|
|
display_name => { |
|
3235
|
|
|
|
|
|
|
'currency' => q(djibutian franc), |
|
3236
|
|
|
|
|
|
|
'other' => q(djibutian francs), |
|
3237
|
|
|
|
|
|
|
}, |
|
3238
|
|
|
|
|
|
|
}, |
|
3239
|
|
|
|
|
|
|
'DKK' => { |
|
3240
|
|
|
|
|
|
|
display_name => { |
|
3241
|
|
|
|
|
|
|
'currency' => q(danesi krone), |
|
3242
|
|
|
|
|
|
|
'other' => q(danesi krones), |
|
3243
|
|
|
|
|
|
|
}, |
|
3244
|
|
|
|
|
|
|
}, |
|
3245
|
|
|
|
|
|
|
'DOP' => { |
|
3246
|
|
|
|
|
|
|
display_name => { |
|
3247
|
|
|
|
|
|
|
'currency' => q(dominican peso), |
|
3248
|
|
|
|
|
|
|
'other' => q(dominican pesos), |
|
3249
|
|
|
|
|
|
|
}, |
|
3250
|
|
|
|
|
|
|
}, |
|
3251
|
|
|
|
|
|
|
'DZD' => { |
|
3252
|
|
|
|
|
|
|
display_name => { |
|
3253
|
|
|
|
|
|
|
'currency' => q(algerian dinar), |
|
3254
|
|
|
|
|
|
|
'other' => q(algerian dinares), |
|
3255
|
|
|
|
|
|
|
}, |
|
3256
|
|
|
|
|
|
|
}, |
|
3257
|
|
|
|
|
|
|
'EGP' => { |
|
3258
|
|
|
|
|
|
|
display_name => { |
|
3259
|
|
|
|
|
|
|
'currency' => q(egiptian pund), |
|
3260
|
|
|
|
|
|
|
'other' => q(egiptian pundes), |
|
3261
|
|
|
|
|
|
|
}, |
|
3262
|
|
|
|
|
|
|
}, |
|
3263
|
|
|
|
|
|
|
'ERN' => { |
|
3264
|
|
|
|
|
|
|
display_name => { |
|
3265
|
|
|
|
|
|
|
'currency' => q(eritrean nakfa), |
|
3266
|
|
|
|
|
|
|
'other' => q(eritrean nakfas), |
|
3267
|
|
|
|
|
|
|
}, |
|
3268
|
|
|
|
|
|
|
}, |
|
3269
|
|
|
|
|
|
|
'ETB' => { |
|
3270
|
|
|
|
|
|
|
display_name => { |
|
3271
|
|
|
|
|
|
|
'currency' => q(etiopian birr), |
|
3272
|
|
|
|
|
|
|
'other' => q(etiopian birres), |
|
3273
|
|
|
|
|
|
|
}, |
|
3274
|
|
|
|
|
|
|
}, |
|
3275
|
|
|
|
|
|
|
'EUR' => { |
|
3276
|
|
|
|
|
|
|
display_name => { |
|
3277
|
|
|
|
|
|
|
'currency' => q(euro), |
|
3278
|
|
|
|
|
|
|
'other' => q(euros), |
|
3279
|
|
|
|
|
|
|
}, |
|
3280
|
|
|
|
|
|
|
}, |
|
3281
|
|
|
|
|
|
|
'FJD' => { |
|
3282
|
|
|
|
|
|
|
display_name => { |
|
3283
|
|
|
|
|
|
|
'currency' => q(fidjian dollar), |
|
3284
|
|
|
|
|
|
|
'other' => q(fidjian dollares), |
|
3285
|
|
|
|
|
|
|
}, |
|
3286
|
|
|
|
|
|
|
}, |
|
3287
|
|
|
|
|
|
|
'FKP' => { |
|
3288
|
|
|
|
|
|
|
display_name => { |
|
3289
|
|
|
|
|
|
|
'currency' => q(pund de Falkland), |
|
3290
|
|
|
|
|
|
|
'other' => q(pundes de Falkland), |
|
3291
|
|
|
|
|
|
|
}, |
|
3292
|
|
|
|
|
|
|
}, |
|
3293
|
|
|
|
|
|
|
'GBP' => { |
|
3294
|
|
|
|
|
|
|
display_name => { |
|
3295
|
|
|
|
|
|
|
'currency' => q(pund sterling), |
|
3296
|
|
|
|
|
|
|
'other' => q(pundes sterling), |
|
3297
|
|
|
|
|
|
|
}, |
|
3298
|
|
|
|
|
|
|
}, |
|
3299
|
|
|
|
|
|
|
'GEL' => { |
|
3300
|
|
|
|
|
|
|
display_name => { |
|
3301
|
|
|
|
|
|
|
'currency' => q(georgian lari), |
|
3302
|
|
|
|
|
|
|
'other' => q(georgian laris), |
|
3303
|
|
|
|
|
|
|
}, |
|
3304
|
|
|
|
|
|
|
}, |
|
3305
|
|
|
|
|
|
|
'GHS' => { |
|
3306
|
|
|
|
|
|
|
display_name => { |
|
3307
|
|
|
|
|
|
|
'currency' => q(ghanan cedi), |
|
3308
|
|
|
|
|
|
|
'other' => q(ghanan cedis), |
|
3309
|
|
|
|
|
|
|
}, |
|
3310
|
|
|
|
|
|
|
}, |
|
3311
|
|
|
|
|
|
|
'GIP' => { |
|
3312
|
|
|
|
|
|
|
display_name => { |
|
3313
|
|
|
|
|
|
|
'currency' => q(pund de Gibraltar), |
|
3314
|
|
|
|
|
|
|
'other' => q(pundes de Gibraltar), |
|
3315
|
|
|
|
|
|
|
}, |
|
3316
|
|
|
|
|
|
|
}, |
|
3317
|
|
|
|
|
|
|
'GMD' => { |
|
3318
|
|
|
|
|
|
|
display_name => { |
|
3319
|
|
|
|
|
|
|
'currency' => q(gambian dalasi), |
|
3320
|
|
|
|
|
|
|
'other' => q(gambian dalasis), |
|
3321
|
|
|
|
|
|
|
}, |
|
3322
|
|
|
|
|
|
|
}, |
|
3323
|
|
|
|
|
|
|
'GNF' => { |
|
3324
|
|
|
|
|
|
|
display_name => { |
|
3325
|
|
|
|
|
|
|
'currency' => q(guinean franc), |
|
3326
|
|
|
|
|
|
|
'other' => q(guinean francs), |
|
3327
|
|
|
|
|
|
|
}, |
|
3328
|
|
|
|
|
|
|
}, |
|
3329
|
|
|
|
|
|
|
'GTQ' => { |
|
3330
|
|
|
|
|
|
|
display_name => { |
|
3331
|
|
|
|
|
|
|
'currency' => q(guatemalan quetzal), |
|
3332
|
|
|
|
|
|
|
'other' => q(guatemalan quetzales), |
|
3333
|
|
|
|
|
|
|
}, |
|
3334
|
|
|
|
|
|
|
}, |
|
3335
|
|
|
|
|
|
|
'GYD' => { |
|
3336
|
|
|
|
|
|
|
display_name => { |
|
3337
|
|
|
|
|
|
|
'currency' => q(guyanesi dollar), |
|
3338
|
|
|
|
|
|
|
'other' => q(guyanesi dollares), |
|
3339
|
|
|
|
|
|
|
}, |
|
3340
|
|
|
|
|
|
|
}, |
|
3341
|
|
|
|
|
|
|
'HKD' => { |
|
3342
|
|
|
|
|
|
|
display_name => { |
|
3343
|
|
|
|
|
|
|
'currency' => q(dollar de Hong-Kong), |
|
3344
|
|
|
|
|
|
|
'other' => q(dollares de Hong-Kong), |
|
3345
|
|
|
|
|
|
|
}, |
|
3346
|
|
|
|
|
|
|
}, |
|
3347
|
|
|
|
|
|
|
'HNL' => { |
|
3348
|
|
|
|
|
|
|
display_name => { |
|
3349
|
|
|
|
|
|
|
'currency' => q(honduresi lempira), |
|
3350
|
|
|
|
|
|
|
'other' => q(honduresi lempiras), |
|
3351
|
|
|
|
|
|
|
}, |
|
3352
|
|
|
|
|
|
|
}, |
|
3353
|
|
|
|
|
|
|
'HRK' => { |
|
3354
|
|
|
|
|
|
|
display_name => { |
|
3355
|
|
|
|
|
|
|
'currency' => q(croatian kuna), |
|
3356
|
|
|
|
|
|
|
'other' => q(croatian kunas), |
|
3357
|
|
|
|
|
|
|
}, |
|
3358
|
|
|
|
|
|
|
}, |
|
3359
|
|
|
|
|
|
|
'HTG' => { |
|
3360
|
|
|
|
|
|
|
display_name => { |
|
3361
|
|
|
|
|
|
|
'currency' => q(haitian gourde), |
|
3362
|
|
|
|
|
|
|
'other' => q(haitian gourdes), |
|
3363
|
|
|
|
|
|
|
}, |
|
3364
|
|
|
|
|
|
|
}, |
|
3365
|
|
|
|
|
|
|
'HUF' => { |
|
3366
|
|
|
|
|
|
|
display_name => { |
|
3367
|
|
|
|
|
|
|
'currency' => q(hungarian forint), |
|
3368
|
|
|
|
|
|
|
'other' => q(hungarian forintes), |
|
3369
|
|
|
|
|
|
|
}, |
|
3370
|
|
|
|
|
|
|
}, |
|
3371
|
|
|
|
|
|
|
'IDR' => { |
|
3372
|
|
|
|
|
|
|
display_name => { |
|
3373
|
|
|
|
|
|
|
'currency' => q(indonesian rupia), |
|
3374
|
|
|
|
|
|
|
'other' => q(indonesian rupias), |
|
3375
|
|
|
|
|
|
|
}, |
|
3376
|
|
|
|
|
|
|
}, |
|
3377
|
|
|
|
|
|
|
'ILS' => { |
|
3378
|
|
|
|
|
|
|
display_name => { |
|
3379
|
|
|
|
|
|
|
'currency' => q(israelesi nov shekel), |
|
3380
|
|
|
|
|
|
|
'other' => q(israelesi nov shekeles), |
|
3381
|
|
|
|
|
|
|
}, |
|
3382
|
|
|
|
|
|
|
}, |
|
3383
|
|
|
|
|
|
|
'INR' => { |
|
3384
|
|
|
|
|
|
|
display_name => { |
|
3385
|
|
|
|
|
|
|
'currency' => q(indian rupia), |
|
3386
|
|
|
|
|
|
|
'other' => q(indian rupias), |
|
3387
|
|
|
|
|
|
|
}, |
|
3388
|
|
|
|
|
|
|
}, |
|
3389
|
|
|
|
|
|
|
'IQD' => { |
|
3390
|
|
|
|
|
|
|
display_name => { |
|
3391
|
|
|
|
|
|
|
'currency' => q(irakesi dinar), |
|
3392
|
|
|
|
|
|
|
'other' => q(irakesi dinares), |
|
3393
|
|
|
|
|
|
|
}, |
|
3394
|
|
|
|
|
|
|
}, |
|
3395
|
|
|
|
|
|
|
'IRR' => { |
|
3396
|
|
|
|
|
|
|
display_name => { |
|
3397
|
|
|
|
|
|
|
'currency' => q(iranesi real), |
|
3398
|
|
|
|
|
|
|
'other' => q(iranesi reales), |
|
3399
|
|
|
|
|
|
|
}, |
|
3400
|
|
|
|
|
|
|
}, |
|
3401
|
|
|
|
|
|
|
'ISK' => { |
|
3402
|
|
|
|
|
|
|
display_name => { |
|
3403
|
|
|
|
|
|
|
'currency' => q(islandesi krona), |
|
3404
|
|
|
|
|
|
|
'other' => q(islandesi kronas), |
|
3405
|
|
|
|
|
|
|
}, |
|
3406
|
|
|
|
|
|
|
}, |
|
3407
|
|
|
|
|
|
|
'JMD' => { |
|
3408
|
|
|
|
|
|
|
display_name => { |
|
3409
|
|
|
|
|
|
|
'currency' => q(jamaican dollar), |
|
3410
|
|
|
|
|
|
|
'other' => q(jamaican dollares), |
|
3411
|
|
|
|
|
|
|
}, |
|
3412
|
|
|
|
|
|
|
}, |
|
3413
|
|
|
|
|
|
|
'JOD' => { |
|
3414
|
|
|
|
|
|
|
display_name => { |
|
3415
|
|
|
|
|
|
|
'currency' => q(jordanian dinar), |
|
3416
|
|
|
|
|
|
|
'other' => q(jordanian dinares), |
|
3417
|
|
|
|
|
|
|
}, |
|
3418
|
|
|
|
|
|
|
}, |
|
3419
|
|
|
|
|
|
|
'JPY' => { |
|
3420
|
|
|
|
|
|
|
display_name => { |
|
3421
|
|
|
|
|
|
|
'currency' => q(japanesi yen), |
|
3422
|
|
|
|
|
|
|
'other' => q(japanesi yenes), |
|
3423
|
|
|
|
|
|
|
}, |
|
3424
|
|
|
|
|
|
|
}, |
|
3425
|
|
|
|
|
|
|
'KES' => { |
|
3426
|
|
|
|
|
|
|
display_name => { |
|
3427
|
|
|
|
|
|
|
'currency' => q(kenian shilling), |
|
3428
|
|
|
|
|
|
|
'other' => q(kenian shillings), |
|
3429
|
|
|
|
|
|
|
}, |
|
3430
|
|
|
|
|
|
|
}, |
|
3431
|
|
|
|
|
|
|
'KGS' => { |
|
3432
|
|
|
|
|
|
|
display_name => { |
|
3433
|
|
|
|
|
|
|
'currency' => q(kirgistanesi som), |
|
3434
|
|
|
|
|
|
|
'other' => q(kirgistanesi somes), |
|
3435
|
|
|
|
|
|
|
}, |
|
3436
|
|
|
|
|
|
|
}, |
|
3437
|
|
|
|
|
|
|
'KHR' => { |
|
3438
|
|
|
|
|
|
|
display_name => { |
|
3439
|
|
|
|
|
|
|
'currency' => q(cambodjan riel), |
|
3440
|
|
|
|
|
|
|
'other' => q(cambodjan rieles), |
|
3441
|
|
|
|
|
|
|
}, |
|
3442
|
|
|
|
|
|
|
}, |
|
3443
|
|
|
|
|
|
|
'KMF' => { |
|
3444
|
|
|
|
|
|
|
display_name => { |
|
3445
|
|
|
|
|
|
|
'currency' => q(comoran franc), |
|
3446
|
|
|
|
|
|
|
'other' => q(comoran francs), |
|
3447
|
|
|
|
|
|
|
}, |
|
3448
|
|
|
|
|
|
|
}, |
|
3449
|
|
|
|
|
|
|
'KPW' => { |
|
3450
|
|
|
|
|
|
|
display_name => { |
|
3451
|
|
|
|
|
|
|
'currency' => q(nord-korean won), |
|
3452
|
|
|
|
|
|
|
'other' => q(nord-korean wones), |
|
3453
|
|
|
|
|
|
|
}, |
|
3454
|
|
|
|
|
|
|
}, |
|
3455
|
|
|
|
|
|
|
'KRW' => { |
|
3456
|
|
|
|
|
|
|
display_name => { |
|
3457
|
|
|
|
|
|
|
'currency' => q(sud-korean won), |
|
3458
|
|
|
|
|
|
|
'other' => q(sud-korean wones), |
|
3459
|
|
|
|
|
|
|
}, |
|
3460
|
|
|
|
|
|
|
}, |
|
3461
|
|
|
|
|
|
|
'KWD' => { |
|
3462
|
|
|
|
|
|
|
display_name => { |
|
3463
|
|
|
|
|
|
|
'currency' => q(kuwaitesi dinar), |
|
3464
|
|
|
|
|
|
|
'other' => q(kuwaitesi dinares), |
|
3465
|
|
|
|
|
|
|
}, |
|
3466
|
|
|
|
|
|
|
}, |
|
3467
|
|
|
|
|
|
|
'KYD' => { |
|
3468
|
|
|
|
|
|
|
display_name => { |
|
3469
|
|
|
|
|
|
|
'currency' => q(caymanesi dollar), |
|
3470
|
|
|
|
|
|
|
'other' => q(caymanesi dollares), |
|
3471
|
|
|
|
|
|
|
}, |
|
3472
|
|
|
|
|
|
|
}, |
|
3473
|
|
|
|
|
|
|
'KZT' => { |
|
3474
|
|
|
|
|
|
|
display_name => { |
|
3475
|
|
|
|
|
|
|
'currency' => q(kazakhstanesi tenge), |
|
3476
|
|
|
|
|
|
|
'other' => q(kazakhstanesi tenges), |
|
3477
|
|
|
|
|
|
|
}, |
|
3478
|
|
|
|
|
|
|
}, |
|
3479
|
|
|
|
|
|
|
'LAK' => { |
|
3480
|
|
|
|
|
|
|
display_name => { |
|
3481
|
|
|
|
|
|
|
'currency' => q(laotic kip), |
|
3482
|
|
|
|
|
|
|
'other' => q(laotic kipes), |
|
3483
|
|
|
|
|
|
|
}, |
|
3484
|
|
|
|
|
|
|
}, |
|
3485
|
|
|
|
|
|
|
'LBP' => { |
|
3486
|
|
|
|
|
|
|
display_name => { |
|
3487
|
|
|
|
|
|
|
'currency' => q(libanesi pund), |
|
3488
|
|
|
|
|
|
|
'other' => q(libanesi pundes), |
|
3489
|
|
|
|
|
|
|
}, |
|
3490
|
|
|
|
|
|
|
}, |
|
3491
|
|
|
|
|
|
|
'LKR' => { |
|
3492
|
|
|
|
|
|
|
display_name => { |
|
3493
|
|
|
|
|
|
|
'currency' => q(sri-lankan rupia), |
|
3494
|
|
|
|
|
|
|
'other' => q(sri-lankan rupias), |
|
3495
|
|
|
|
|
|
|
}, |
|
3496
|
|
|
|
|
|
|
}, |
|
3497
|
|
|
|
|
|
|
'LRD' => { |
|
3498
|
|
|
|
|
|
|
display_name => { |
|
3499
|
|
|
|
|
|
|
'currency' => q(liberian dollar), |
|
3500
|
|
|
|
|
|
|
'other' => q(liberian dollares), |
|
3501
|
|
|
|
|
|
|
}, |
|
3502
|
|
|
|
|
|
|
}, |
|
3503
|
|
|
|
|
|
|
'LSL' => { |
|
3504
|
|
|
|
|
|
|
display_name => { |
|
3505
|
|
|
|
|
|
|
'currency' => q(lesothan loti), |
|
3506
|
|
|
|
|
|
|
'other' => q(lesothan lotis), |
|
3507
|
|
|
|
|
|
|
}, |
|
3508
|
|
|
|
|
|
|
}, |
|
3509
|
|
|
|
|
|
|
'LYD' => { |
|
3510
|
|
|
|
|
|
|
display_name => { |
|
3511
|
|
|
|
|
|
|
'currency' => q(libian dinar), |
|
3512
|
|
|
|
|
|
|
'other' => q(libian dinares), |
|
3513
|
|
|
|
|
|
|
}, |
|
3514
|
|
|
|
|
|
|
}, |
|
3515
|
|
|
|
|
|
|
'MAD' => { |
|
3516
|
|
|
|
|
|
|
display_name => { |
|
3517
|
|
|
|
|
|
|
'currency' => q(maroccan dirham), |
|
3518
|
|
|
|
|
|
|
'other' => q(maroccan dirhams), |
|
3519
|
|
|
|
|
|
|
}, |
|
3520
|
|
|
|
|
|
|
}, |
|
3521
|
|
|
|
|
|
|
'MDL' => { |
|
3522
|
|
|
|
|
|
|
display_name => { |
|
3523
|
|
|
|
|
|
|
'currency' => q(moldovan lei), |
|
3524
|
|
|
|
|
|
|
}, |
|
3525
|
|
|
|
|
|
|
}, |
|
3526
|
|
|
|
|
|
|
'MGA' => { |
|
3527
|
|
|
|
|
|
|
display_name => { |
|
3528
|
|
|
|
|
|
|
'currency' => q(malgachic ariary), |
|
3529
|
|
|
|
|
|
|
'other' => q(malgachic ariarys), |
|
3530
|
|
|
|
|
|
|
}, |
|
3531
|
|
|
|
|
|
|
}, |
|
3532
|
|
|
|
|
|
|
'MKD' => { |
|
3533
|
|
|
|
|
|
|
display_name => { |
|
3534
|
|
|
|
|
|
|
'currency' => q(macedonian denar), |
|
3535
|
|
|
|
|
|
|
'other' => q(macedonian denares), |
|
3536
|
|
|
|
|
|
|
}, |
|
3537
|
|
|
|
|
|
|
}, |
|
3538
|
|
|
|
|
|
|
'MMK' => { |
|
3539
|
|
|
|
|
|
|
display_name => { |
|
3540
|
|
|
|
|
|
|
'currency' => q(myanmaran kyat), |
|
3541
|
|
|
|
|
|
|
'other' => q(myanmaran kyates), |
|
3542
|
|
|
|
|
|
|
}, |
|
3543
|
|
|
|
|
|
|
}, |
|
3544
|
|
|
|
|
|
|
'MNT' => { |
|
3545
|
|
|
|
|
|
|
display_name => { |
|
3546
|
|
|
|
|
|
|
'currency' => q(mongolian tugric), |
|
3547
|
|
|
|
|
|
|
'other' => q(mongolian tugrics), |
|
3548
|
|
|
|
|
|
|
}, |
|
3549
|
|
|
|
|
|
|
}, |
|
3550
|
|
|
|
|
|
|
'MOP' => { |
|
3551
|
|
|
|
|
|
|
display_name => { |
|
3552
|
|
|
|
|
|
|
'currency' => q(macan pataca), |
|
3553
|
|
|
|
|
|
|
'other' => q(macan patacas), |
|
3554
|
|
|
|
|
|
|
}, |
|
3555
|
|
|
|
|
|
|
}, |
|
3556
|
|
|
|
|
|
|
'MRU' => { |
|
3557
|
|
|
|
|
|
|
display_name => { |
|
3558
|
|
|
|
|
|
|
'currency' => q(mauritanian uguiya), |
|
3559
|
|
|
|
|
|
|
'other' => q(mauritanian uguiyas), |
|
3560
|
|
|
|
|
|
|
}, |
|
3561
|
|
|
|
|
|
|
}, |
|
3562
|
|
|
|
|
|
|
'MUR' => { |
|
3563
|
|
|
|
|
|
|
display_name => { |
|
3564
|
|
|
|
|
|
|
'currency' => q(maurician rupia), |
|
3565
|
|
|
|
|
|
|
'other' => q(maurician rupias), |
|
3566
|
|
|
|
|
|
|
}, |
|
3567
|
|
|
|
|
|
|
}, |
|
3568
|
|
|
|
|
|
|
'MVR' => { |
|
3569
|
|
|
|
|
|
|
display_name => { |
|
3570
|
|
|
|
|
|
|
'currency' => q(maldivan rufia), |
|
3571
|
|
|
|
|
|
|
'other' => q(maldivan rufias), |
|
3572
|
|
|
|
|
|
|
}, |
|
3573
|
|
|
|
|
|
|
}, |
|
3574
|
|
|
|
|
|
|
'MWK' => { |
|
3575
|
|
|
|
|
|
|
display_name => { |
|
3576
|
|
|
|
|
|
|
'currency' => q(malawian kwacha), |
|
3577
|
|
|
|
|
|
|
'other' => q(malawian kwachas), |
|
3578
|
|
|
|
|
|
|
}, |
|
3579
|
|
|
|
|
|
|
}, |
|
3580
|
|
|
|
|
|
|
'MXN' => { |
|
3581
|
|
|
|
|
|
|
display_name => { |
|
3582
|
|
|
|
|
|
|
'currency' => q(mexican peso), |
|
3583
|
|
|
|
|
|
|
'other' => q(mexican pesos), |
|
3584
|
|
|
|
|
|
|
}, |
|
3585
|
|
|
|
|
|
|
}, |
|
3586
|
|
|
|
|
|
|
'MYR' => { |
|
3587
|
|
|
|
|
|
|
display_name => { |
|
3588
|
|
|
|
|
|
|
'currency' => q(malaysian ringgit), |
|
3589
|
|
|
|
|
|
|
'other' => q(malaysian ringgites), |
|
3590
|
|
|
|
|
|
|
}, |
|
3591
|
|
|
|
|
|
|
}, |
|
3592
|
|
|
|
|
|
|
'MZN' => { |
|
3593
|
|
|
|
|
|
|
display_name => { |
|
3594
|
|
|
|
|
|
|
'currency' => q(mozambican metical), |
|
3595
|
|
|
|
|
|
|
'other' => q(mozambican meticales), |
|
3596
|
|
|
|
|
|
|
}, |
|
3597
|
|
|
|
|
|
|
}, |
|
3598
|
|
|
|
|
|
|
'NAD' => { |
|
3599
|
|
|
|
|
|
|
display_name => { |
|
3600
|
|
|
|
|
|
|
'currency' => q(namibian dollar), |
|
3601
|
|
|
|
|
|
|
'other' => q(namibian dollares), |
|
3602
|
|
|
|
|
|
|
}, |
|
3603
|
|
|
|
|
|
|
}, |
|
3604
|
|
|
|
|
|
|
'NGN' => { |
|
3605
|
|
|
|
|
|
|
display_name => { |
|
3606
|
|
|
|
|
|
|
'currency' => q(nigerian naira), |
|
3607
|
|
|
|
|
|
|
'other' => q(nigerian nairas), |
|
3608
|
|
|
|
|
|
|
}, |
|
3609
|
|
|
|
|
|
|
}, |
|
3610
|
|
|
|
|
|
|
'NIO' => { |
|
3611
|
|
|
|
|
|
|
display_name => { |
|
3612
|
|
|
|
|
|
|
'currency' => q(nicaraguan cordoba), |
|
3613
|
|
|
|
|
|
|
'other' => q(nicaraguan cordobas), |
|
3614
|
|
|
|
|
|
|
}, |
|
3615
|
|
|
|
|
|
|
}, |
|
3616
|
|
|
|
|
|
|
'NOK' => { |
|
3617
|
|
|
|
|
|
|
display_name => { |
|
3618
|
|
|
|
|
|
|
'currency' => q(norvegian krone), |
|
3619
|
|
|
|
|
|
|
'other' => q(norvegian krones), |
|
3620
|
|
|
|
|
|
|
}, |
|
3621
|
|
|
|
|
|
|
}, |
|
3622
|
|
|
|
|
|
|
'NPR' => { |
|
3623
|
|
|
|
|
|
|
display_name => { |
|
3624
|
|
|
|
|
|
|
'currency' => q(nepalesi rupia), |
|
3625
|
|
|
|
|
|
|
'other' => q(nepalesi rupias), |
|
3626
|
|
|
|
|
|
|
}, |
|
3627
|
|
|
|
|
|
|
}, |
|
3628
|
|
|
|
|
|
|
'NZD' => { |
|
3629
|
|
|
|
|
|
|
display_name => { |
|
3630
|
|
|
|
|
|
|
'currency' => q(nov-zelandesi dollar), |
|
3631
|
|
|
|
|
|
|
'other' => q(nov-zelandesi dollares), |
|
3632
|
|
|
|
|
|
|
}, |
|
3633
|
|
|
|
|
|
|
}, |
|
3634
|
|
|
|
|
|
|
'OMR' => { |
|
3635
|
|
|
|
|
|
|
display_name => { |
|
3636
|
|
|
|
|
|
|
'currency' => q(omanesi rial), |
|
3637
|
|
|
|
|
|
|
'other' => q(omanesi riales), |
|
3638
|
|
|
|
|
|
|
}, |
|
3639
|
|
|
|
|
|
|
}, |
|
3640
|
|
|
|
|
|
|
'PAB' => { |
|
3641
|
|
|
|
|
|
|
display_name => { |
|
3642
|
|
|
|
|
|
|
'currency' => q(panamesi balboa), |
|
3643
|
|
|
|
|
|
|
'other' => q(panamesi balboas), |
|
3644
|
|
|
|
|
|
|
}, |
|
3645
|
|
|
|
|
|
|
}, |
|
3646
|
|
|
|
|
|
|
'PEN' => { |
|
3647
|
|
|
|
|
|
|
display_name => { |
|
3648
|
|
|
|
|
|
|
'currency' => q(peruan sol), |
|
3649
|
|
|
|
|
|
|
'other' => q(peruan soles), |
|
3650
|
|
|
|
|
|
|
}, |
|
3651
|
|
|
|
|
|
|
}, |
|
3652
|
|
|
|
|
|
|
'PGK' => { |
|
3653
|
|
|
|
|
|
|
display_name => { |
|
3654
|
|
|
|
|
|
|
'currency' => q(kina de Papua Nov-Guinea), |
|
3655
|
|
|
|
|
|
|
'other' => q(kinas de Papua Nov-Guinea), |
|
3656
|
|
|
|
|
|
|
}, |
|
3657
|
|
|
|
|
|
|
}, |
|
3658
|
|
|
|
|
|
|
'PHP' => { |
|
3659
|
|
|
|
|
|
|
display_name => { |
|
3660
|
|
|
|
|
|
|
'currency' => q(filipinesi peso), |
|
3661
|
|
|
|
|
|
|
'other' => q(filipinesi pesos), |
|
3662
|
|
|
|
|
|
|
}, |
|
3663
|
|
|
|
|
|
|
}, |
|
3664
|
|
|
|
|
|
|
'PKR' => { |
|
3665
|
|
|
|
|
|
|
display_name => { |
|
3666
|
|
|
|
|
|
|
'currency' => q(pakistani rupia), |
|
3667
|
|
|
|
|
|
|
'other' => q(pakistani rupias), |
|
3668
|
|
|
|
|
|
|
}, |
|
3669
|
|
|
|
|
|
|
}, |
|
3670
|
|
|
|
|
|
|
'PLN' => { |
|
3671
|
|
|
|
|
|
|
display_name => { |
|
3672
|
|
|
|
|
|
|
'currency' => q(polonesi zloty), |
|
3673
|
|
|
|
|
|
|
'other' => q(polonesi zlotys), |
|
3674
|
|
|
|
|
|
|
}, |
|
3675
|
|
|
|
|
|
|
}, |
|
3676
|
|
|
|
|
|
|
'PYG' => { |
|
3677
|
|
|
|
|
|
|
display_name => { |
|
3678
|
|
|
|
|
|
|
'currency' => q(paraguayan guarani), |
|
3679
|
|
|
|
|
|
|
'other' => q(paraguayan guaranis), |
|
3680
|
|
|
|
|
|
|
}, |
|
3681
|
|
|
|
|
|
|
}, |
|
3682
|
|
|
|
|
|
|
'QAR' => { |
|
3683
|
|
|
|
|
|
|
display_name => { |
|
3684
|
|
|
|
|
|
|
'currency' => q(qataresi riyal), |
|
3685
|
|
|
|
|
|
|
'other' => q(qataresi riyales), |
|
3686
|
|
|
|
|
|
|
}, |
|
3687
|
|
|
|
|
|
|
}, |
|
3688
|
|
|
|
|
|
|
'RON' => { |
|
3689
|
|
|
|
|
|
|
display_name => { |
|
3690
|
|
|
|
|
|
|
'currency' => q(rumanian lei), |
|
3691
|
|
|
|
|
|
|
}, |
|
3692
|
|
|
|
|
|
|
}, |
|
3693
|
|
|
|
|
|
|
'RSD' => { |
|
3694
|
|
|
|
|
|
|
display_name => { |
|
3695
|
|
|
|
|
|
|
'currency' => q(serbian dinar), |
|
3696
|
|
|
|
|
|
|
'other' => q(serbian dinares), |
|
3697
|
|
|
|
|
|
|
}, |
|
3698
|
|
|
|
|
|
|
}, |
|
3699
|
|
|
|
|
|
|
'RUB' => { |
|
3700
|
|
|
|
|
|
|
symbol => 'Rub.', |
|
3701
|
|
|
|
|
|
|
display_name => { |
|
3702
|
|
|
|
|
|
|
'currency' => q(russian ruble), |
|
3703
|
|
|
|
|
|
|
'other' => q(russian rubles), |
|
3704
|
|
|
|
|
|
|
}, |
|
3705
|
|
|
|
|
|
|
}, |
|
3706
|
|
|
|
|
|
|
'RWF' => { |
|
3707
|
|
|
|
|
|
|
display_name => { |
|
3708
|
|
|
|
|
|
|
'currency' => q(rwandan franc), |
|
3709
|
|
|
|
|
|
|
'other' => q(rwandan francs), |
|
3710
|
|
|
|
|
|
|
}, |
|
3711
|
|
|
|
|
|
|
}, |
|
3712
|
|
|
|
|
|
|
'SAR' => { |
|
3713
|
|
|
|
|
|
|
display_name => { |
|
3714
|
|
|
|
|
|
|
'currency' => q(sauditic riyal), |
|
3715
|
|
|
|
|
|
|
'other' => q(sauditic riyales), |
|
3716
|
|
|
|
|
|
|
}, |
|
3717
|
|
|
|
|
|
|
}, |
|
3718
|
|
|
|
|
|
|
'SBD' => { |
|
3719
|
|
|
|
|
|
|
display_name => { |
|
3720
|
|
|
|
|
|
|
'currency' => q(dollar del Insules Solomon), |
|
3721
|
|
|
|
|
|
|
'other' => q(dollares del Insules Solomon), |
|
3722
|
|
|
|
|
|
|
}, |
|
3723
|
|
|
|
|
|
|
}, |
|
3724
|
|
|
|
|
|
|
'SCR' => { |
|
3725
|
|
|
|
|
|
|
display_name => { |
|
3726
|
|
|
|
|
|
|
'currency' => q(seychellan rupia), |
|
3727
|
|
|
|
|
|
|
'other' => q(seychellan rupias), |
|
3728
|
|
|
|
|
|
|
}, |
|
3729
|
|
|
|
|
|
|
}, |
|
3730
|
|
|
|
|
|
|
'SDG' => { |
|
3731
|
|
|
|
|
|
|
display_name => { |
|
3732
|
|
|
|
|
|
|
'currency' => q(sudanesi pund), |
|
3733
|
|
|
|
|
|
|
'other' => q(sudanesi pundes), |
|
3734
|
|
|
|
|
|
|
}, |
|
3735
|
|
|
|
|
|
|
}, |
|
3736
|
|
|
|
|
|
|
'SEK' => { |
|
3737
|
|
|
|
|
|
|
display_name => { |
|
3738
|
|
|
|
|
|
|
'currency' => q(sved krona), |
|
3739
|
|
|
|
|
|
|
'other' => q(sved kronas), |
|
3740
|
|
|
|
|
|
|
}, |
|
3741
|
|
|
|
|
|
|
}, |
|
3742
|
|
|
|
|
|
|
'SGD' => { |
|
3743
|
|
|
|
|
|
|
display_name => { |
|
3744
|
|
|
|
|
|
|
'currency' => q(singapuran dollar), |
|
3745
|
|
|
|
|
|
|
'other' => q(singapuran dollares), |
|
3746
|
|
|
|
|
|
|
}, |
|
3747
|
|
|
|
|
|
|
}, |
|
3748
|
|
|
|
|
|
|
'SHP' => { |
|
3749
|
|
|
|
|
|
|
display_name => { |
|
3750
|
|
|
|
|
|
|
'currency' => q(pund de Sant-Helena), |
|
3751
|
|
|
|
|
|
|
'other' => q(pundes de Sant-Helena), |
|
3752
|
|
|
|
|
|
|
}, |
|
3753
|
|
|
|
|
|
|
}, |
|
3754
|
|
|
|
|
|
|
'SLE' => { |
|
3755
|
|
|
|
|
|
|
display_name => { |
|
3756
|
|
|
|
|
|
|
'currency' => q(leone de Sierra-Leone), |
|
3757
|
|
|
|
|
|
|
'other' => q(leones de Sierra-Leone), |
|
3758
|
|
|
|
|
|
|
}, |
|
3759
|
|
|
|
|
|
|
}, |
|
3760
|
|
|
|
|
|
|
'SLL' => { |
|
3761
|
|
|
|
|
|
|
display_name => { |
|
3762
|
|
|
|
|
|
|
'currency' => q(leone de Sierra-Leone \(1964..2022\)), |
|
3763
|
|
|
|
|
|
|
'other' => q(leones de Sierra-Leone \(1964..2022\)), |
|
3764
|
|
|
|
|
|
|
}, |
|
3765
|
|
|
|
|
|
|
}, |
|
3766
|
|
|
|
|
|
|
'SOS' => { |
|
3767
|
|
|
|
|
|
|
display_name => { |
|
3768
|
|
|
|
|
|
|
'currency' => q(somalian shilling), |
|
3769
|
|
|
|
|
|
|
'other' => q(somalian shillings), |
|
3770
|
|
|
|
|
|
|
}, |
|
3771
|
|
|
|
|
|
|
}, |
|
3772
|
|
|
|
|
|
|
'SRD' => { |
|
3773
|
|
|
|
|
|
|
display_name => { |
|
3774
|
|
|
|
|
|
|
'currency' => q(surinamesi dollar), |
|
3775
|
|
|
|
|
|
|
'other' => q(surinamesi dollares), |
|
3776
|
|
|
|
|
|
|
}, |
|
3777
|
|
|
|
|
|
|
}, |
|
3778
|
|
|
|
|
|
|
'SSP' => { |
|
3779
|
|
|
|
|
|
|
display_name => { |
|
3780
|
|
|
|
|
|
|
'currency' => q(sud-sudanesi pund), |
|
3781
|
|
|
|
|
|
|
'other' => q(sud-sudanesi pundes), |
|
3782
|
|
|
|
|
|
|
}, |
|
3783
|
|
|
|
|
|
|
}, |
|
3784
|
|
|
|
|
|
|
'STN' => { |
|
3785
|
|
|
|
|
|
|
display_name => { |
|
3786
|
|
|
|
|
|
|
'currency' => q(dobra de São Tomé e Príncipe), |
|
3787
|
|
|
|
|
|
|
'other' => q(dobras de São Tomé e Príncipe), |
|
3788
|
|
|
|
|
|
|
}, |
|
3789
|
|
|
|
|
|
|
}, |
|
3790
|
|
|
|
|
|
|
'SYP' => { |
|
3791
|
|
|
|
|
|
|
display_name => { |
|
3792
|
|
|
|
|
|
|
'currency' => q(sirian pund), |
|
3793
|
|
|
|
|
|
|
'other' => q(sirian pundes), |
|
3794
|
|
|
|
|
|
|
}, |
|
3795
|
|
|
|
|
|
|
}, |
|
3796
|
|
|
|
|
|
|
'SZL' => { |
|
3797
|
|
|
|
|
|
|
display_name => { |
|
3798
|
|
|
|
|
|
|
'currency' => q(swazian lilangeni), |
|
3799
|
|
|
|
|
|
|
'other' => q(swazian lilangenis), |
|
3800
|
|
|
|
|
|
|
}, |
|
3801
|
|
|
|
|
|
|
}, |
|
3802
|
|
|
|
|
|
|
'THB' => { |
|
3803
|
|
|
|
|
|
|
display_name => { |
|
3804
|
|
|
|
|
|
|
'currency' => q(thai baht), |
|
3805
|
|
|
|
|
|
|
'other' => q(thai bahtes), |
|
3806
|
|
|
|
|
|
|
}, |
|
3807
|
|
|
|
|
|
|
}, |
|
3808
|
|
|
|
|
|
|
'TJS' => { |
|
3809
|
|
|
|
|
|
|
display_name => { |
|
3810
|
|
|
|
|
|
|
'currency' => q(tadjikistanesi somoni), |
|
3811
|
|
|
|
|
|
|
'other' => q(tadjikistanesi somonis), |
|
3812
|
|
|
|
|
|
|
}, |
|
3813
|
|
|
|
|
|
|
}, |
|
3814
|
|
|
|
|
|
|
'TMT' => { |
|
3815
|
|
|
|
|
|
|
display_name => { |
|
3816
|
|
|
|
|
|
|
'currency' => q(turcmen manat), |
|
3817
|
|
|
|
|
|
|
'other' => q(turcmen manates), |
|
3818
|
|
|
|
|
|
|
}, |
|
3819
|
|
|
|
|
|
|
}, |
|
3820
|
|
|
|
|
|
|
'TND' => { |
|
3821
|
|
|
|
|
|
|
display_name => { |
|
3822
|
|
|
|
|
|
|
'currency' => q(tunisian dinar), |
|
3823
|
|
|
|
|
|
|
'other' => q(tunisian dinares), |
|
3824
|
|
|
|
|
|
|
}, |
|
3825
|
|
|
|
|
|
|
}, |
|
3826
|
|
|
|
|
|
|
'TOP' => { |
|
3827
|
|
|
|
|
|
|
display_name => { |
|
3828
|
|
|
|
|
|
|
'currency' => q(tongan pa’anga), |
|
3829
|
|
|
|
|
|
|
'other' => q(tongan pa’angas), |
|
3830
|
|
|
|
|
|
|
}, |
|
3831
|
|
|
|
|
|
|
}, |
|
3832
|
|
|
|
|
|
|
'TRY' => { |
|
3833
|
|
|
|
|
|
|
display_name => { |
|
3834
|
|
|
|
|
|
|
'currency' => q(turc lira), |
|
3835
|
|
|
|
|
|
|
'other' => q(turc liras), |
|
3836
|
|
|
|
|
|
|
}, |
|
3837
|
|
|
|
|
|
|
}, |
|
3838
|
|
|
|
|
|
|
'TTD' => { |
|
3839
|
|
|
|
|
|
|
display_name => { |
|
3840
|
|
|
|
|
|
|
'currency' => q(dollar de Trinidad e Tobago), |
|
3841
|
|
|
|
|
|
|
'other' => q(dollares de Trinidad e Tobago), |
|
3842
|
|
|
|
|
|
|
}, |
|
3843
|
|
|
|
|
|
|
}, |
|
3844
|
|
|
|
|
|
|
'TWD' => { |
|
3845
|
|
|
|
|
|
|
display_name => { |
|
3846
|
|
|
|
|
|
|
'currency' => q(nov taiwanesi dollar), |
|
3847
|
|
|
|
|
|
|
'other' => q(nov taiwanesi dollares), |
|
3848
|
|
|
|
|
|
|
}, |
|
3849
|
|
|
|
|
|
|
}, |
|
3850
|
|
|
|
|
|
|
'TZS' => { |
|
3851
|
|
|
|
|
|
|
display_name => { |
|
3852
|
|
|
|
|
|
|
'currency' => q(tanzanian shilling), |
|
3853
|
|
|
|
|
|
|
'other' => q(tanzanian shillings), |
|
3854
|
|
|
|
|
|
|
}, |
|
3855
|
|
|
|
|
|
|
}, |
|
3856
|
|
|
|
|
|
|
'UAH' => { |
|
3857
|
|
|
|
|
|
|
display_name => { |
|
3858
|
|
|
|
|
|
|
'currency' => q(ukrainan hrivnia), |
|
3859
|
|
|
|
|
|
|
'other' => q(ukrainan hrivnias), |
|
3860
|
|
|
|
|
|
|
}, |
|
3861
|
|
|
|
|
|
|
}, |
|
3862
|
|
|
|
|
|
|
'UGX' => { |
|
3863
|
|
|
|
|
|
|
display_name => { |
|
3864
|
|
|
|
|
|
|
'currency' => q(ugandesi shilling), |
|
3865
|
|
|
|
|
|
|
'other' => q(ugandesi shillings), |
|
3866
|
|
|
|
|
|
|
}, |
|
3867
|
|
|
|
|
|
|
}, |
|
3868
|
|
|
|
|
|
|
'USD' => { |
|
3869
|
|
|
|
|
|
|
display_name => { |
|
3870
|
|
|
|
|
|
|
'currency' => q(american dollar), |
|
3871
|
|
|
|
|
|
|
'other' => q(american dollares), |
|
3872
|
|
|
|
|
|
|
}, |
|
3873
|
|
|
|
|
|
|
}, |
|
3874
|
|
|
|
|
|
|
'UYU' => { |
|
3875
|
|
|
|
|
|
|
display_name => { |
|
3876
|
|
|
|
|
|
|
'currency' => q(uruguayan peso), |
|
3877
|
|
|
|
|
|
|
'other' => q(uruguayan pesos), |
|
3878
|
|
|
|
|
|
|
}, |
|
3879
|
|
|
|
|
|
|
}, |
|
3880
|
|
|
|
|
|
|
'UZS' => { |
|
3881
|
|
|
|
|
|
|
display_name => { |
|
3882
|
|
|
|
|
|
|
'currency' => q(uzbec som), |
|
3883
|
|
|
|
|
|
|
'other' => q(uzbec somes), |
|
3884
|
|
|
|
|
|
|
}, |
|
3885
|
|
|
|
|
|
|
}, |
|
3886
|
|
|
|
|
|
|
'VES' => { |
|
3887
|
|
|
|
|
|
|
display_name => { |
|
3888
|
|
|
|
|
|
|
'currency' => q(venezuelan bolivar), |
|
3889
|
|
|
|
|
|
|
'other' => q(venezuelan bolivares), |
|
3890
|
|
|
|
|
|
|
}, |
|
3891
|
|
|
|
|
|
|
}, |
|
3892
|
|
|
|
|
|
|
'VND' => { |
|
3893
|
|
|
|
|
|
|
display_name => { |
|
3894
|
|
|
|
|
|
|
'currency' => q(vietnamesi dong), |
|
3895
|
|
|
|
|
|
|
'other' => q(vietnamesi dongs), |
|
3896
|
|
|
|
|
|
|
}, |
|
3897
|
|
|
|
|
|
|
}, |
|
3898
|
|
|
|
|
|
|
'VUV' => { |
|
3899
|
|
|
|
|
|
|
display_name => { |
|
3900
|
|
|
|
|
|
|
'currency' => q(vanuatuan vatu), |
|
3901
|
|
|
|
|
|
|
'other' => q(vanuatuan vatus), |
|
3902
|
|
|
|
|
|
|
}, |
|
3903
|
|
|
|
|
|
|
}, |
|
3904
|
|
|
|
|
|
|
'WST' => { |
|
3905
|
|
|
|
|
|
|
display_name => { |
|
3906
|
|
|
|
|
|
|
'currency' => q(samoan tala), |
|
3907
|
|
|
|
|
|
|
'other' => q(samoan talas), |
|
3908
|
|
|
|
|
|
|
}, |
|
3909
|
|
|
|
|
|
|
}, |
|
3910
|
|
|
|
|
|
|
'XAF' => { |
|
3911
|
|
|
|
|
|
|
display_name => { |
|
3912
|
|
|
|
|
|
|
'currency' => q(CFA franc), |
|
3913
|
|
|
|
|
|
|
'other' => q(CFA francs), |
|
3914
|
|
|
|
|
|
|
}, |
|
3915
|
|
|
|
|
|
|
}, |
|
3916
|
|
|
|
|
|
|
'XAG' => { |
|
3917
|
|
|
|
|
|
|
display_name => { |
|
3918
|
|
|
|
|
|
|
'currency' => q(argent), |
|
3919
|
|
|
|
|
|
|
'other' => q(troy-uncies de argent), |
|
3920
|
|
|
|
|
|
|
}, |
|
3921
|
|
|
|
|
|
|
}, |
|
3922
|
|
|
|
|
|
|
'XAU' => { |
|
3923
|
|
|
|
|
|
|
display_name => { |
|
3924
|
|
|
|
|
|
|
'currency' => q(aur), |
|
3925
|
|
|
|
|
|
|
'other' => q(troy-uncies de aur), |
|
3926
|
|
|
|
|
|
|
}, |
|
3927
|
|
|
|
|
|
|
}, |
|
3928
|
|
|
|
|
|
|
'XCD' => { |
|
3929
|
|
|
|
|
|
|
display_name => { |
|
3930
|
|
|
|
|
|
|
'currency' => q(ost-caribean dollar), |
|
3931
|
|
|
|
|
|
|
'other' => q(ost-caribean dollares), |
|
3932
|
|
|
|
|
|
|
}, |
|
3933
|
|
|
|
|
|
|
}, |
|
3934
|
|
|
|
|
|
|
'XOF' => { |
|
3935
|
|
|
|
|
|
|
display_name => { |
|
3936
|
|
|
|
|
|
|
'currency' => q(west-african CFA franc), |
|
3937
|
|
|
|
|
|
|
'other' => q(west-african CFA francs), |
|
3938
|
|
|
|
|
|
|
}, |
|
3939
|
|
|
|
|
|
|
}, |
|
3940
|
|
|
|
|
|
|
'XPD' => { |
|
3941
|
|
|
|
|
|
|
display_name => { |
|
3942
|
|
|
|
|
|
|
'currency' => q(palladium), |
|
3943
|
|
|
|
|
|
|
'other' => q(troy-uncies de palladium), |
|
3944
|
|
|
|
|
|
|
}, |
|
3945
|
|
|
|
|
|
|
}, |
|
3946
|
|
|
|
|
|
|
'XPF' => { |
|
3947
|
|
|
|
|
|
|
display_name => { |
|
3948
|
|
|
|
|
|
|
'currency' => q(CFP franc), |
|
3949
|
|
|
|
|
|
|
'other' => q(CFP francs), |
|
3950
|
|
|
|
|
|
|
}, |
|
3951
|
|
|
|
|
|
|
}, |
|
3952
|
|
|
|
|
|
|
'XPT' => { |
|
3953
|
|
|
|
|
|
|
display_name => { |
|
3954
|
|
|
|
|
|
|
'currency' => q(platine), |
|
3955
|
|
|
|
|
|
|
'other' => q(troy-uncies de platine), |
|
3956
|
|
|
|
|
|
|
}, |
|
3957
|
|
|
|
|
|
|
}, |
|
3958
|
|
|
|
|
|
|
'XXX' => { |
|
3959
|
|
|
|
|
|
|
display_name => { |
|
3960
|
|
|
|
|
|
|
'currency' => q(ínconosset valuta), |
|
3961
|
|
|
|
|
|
|
'other' => q(de ínconosset valuta), |
|
3962
|
|
|
|
|
|
|
}, |
|
3963
|
|
|
|
|
|
|
}, |
|
3964
|
|
|
|
|
|
|
'YER' => { |
|
3965
|
|
|
|
|
|
|
display_name => { |
|
3966
|
|
|
|
|
|
|
'currency' => q(yemenesi real), |
|
3967
|
|
|
|
|
|
|
'other' => q(yemenesi reales), |
|
3968
|
|
|
|
|
|
|
}, |
|
3969
|
|
|
|
|
|
|
}, |
|
3970
|
|
|
|
|
|
|
'ZAR' => { |
|
3971
|
|
|
|
|
|
|
display_name => { |
|
3972
|
|
|
|
|
|
|
'currency' => q(sud-african rand), |
|
3973
|
|
|
|
|
|
|
'other' => q(sud-african randes), |
|
3974
|
|
|
|
|
|
|
}, |
|
3975
|
|
|
|
|
|
|
}, |
|
3976
|
|
|
|
|
|
|
'ZMW' => { |
|
3977
|
|
|
|
|
|
|
display_name => { |
|
3978
|
|
|
|
|
|
|
'currency' => q(zambian kwacha), |
|
3979
|
|
|
|
|
|
|
'other' => q(zambian kwachas), |
|
3980
|
|
|
|
|
|
|
}, |
|
3981
|
|
|
|
|
|
|
}, |
|
3982
|
|
|
|
|
|
|
} }, |
|
3983
|
|
|
|
|
|
|
); |
|
3984
|
|
|
|
|
|
|
|
|
3985
|
|
|
|
|
|
|
|
|
3986
|
|
|
|
|
|
|
has 'calendar_months' => ( |
|
3987
|
|
|
|
|
|
|
is => 'ro', |
|
3988
|
|
|
|
|
|
|
isa => HashRef, |
|
3989
|
|
|
|
|
|
|
init_arg => undef, |
|
3990
|
|
|
|
|
|
|
default => sub { { |
|
3991
|
|
|
|
|
|
|
'gregorian' => { |
|
3992
|
|
|
|
|
|
|
'format' => { |
|
3993
|
|
|
|
|
|
|
abbreviated => { |
|
3994
|
|
|
|
|
|
|
nonleap => [ |
|
3995
|
|
|
|
|
|
|
'jan.', |
|
3996
|
|
|
|
|
|
|
'febr.', |
|
3997
|
|
|
|
|
|
|
'mar.', |
|
3998
|
|
|
|
|
|
|
'apr.', |
|
3999
|
|
|
|
|
|
|
'may', |
|
4000
|
|
|
|
|
|
|
'jun.', |
|
4001
|
|
|
|
|
|
|
'julí', |
|
4002
|
|
|
|
|
|
|
'aug.', |
|
4003
|
|
|
|
|
|
|
'sept.', |
|
4004
|
|
|
|
|
|
|
'oct.', |
|
4005
|
|
|
|
|
|
|
'nov.', |
|
4006
|
|
|
|
|
|
|
'dec.' |
|
4007
|
|
|
|
|
|
|
], |
|
4008
|
|
|
|
|
|
|
leap => [ |
|
4009
|
|
|
|
|
|
|
|
|
4010
|
|
|
|
|
|
|
], |
|
4011
|
|
|
|
|
|
|
}, |
|
4012
|
|
|
|
|
|
|
wide => { |
|
4013
|
|
|
|
|
|
|
nonleap => [ |
|
4014
|
|
|
|
|
|
|
'januar', |
|
4015
|
|
|
|
|
|
|
'februar', |
|
4016
|
|
|
|
|
|
|
'marte', |
|
4017
|
|
|
|
|
|
|
'april', |
|
4018
|
|
|
|
|
|
|
'may', |
|
4019
|
|
|
|
|
|
|
'junio', |
|
4020
|
|
|
|
|
|
|
'julí', |
|
4021
|
|
|
|
|
|
|
'august', |
|
4022
|
|
|
|
|
|
|
'septembre', |
|
4023
|
|
|
|
|
|
|
'octobre', |
|
4024
|
|
|
|
|
|
|
'novembre', |
|
4025
|
|
|
|
|
|
|
'decembre' |
|
4026
|
|
|
|
|
|
|
], |
|
4027
|
|
|
|
|
|
|
leap => [ |
|
4028
|
|
|
|
|
|
|
|
|
4029
|
|
|
|
|
|
|
], |
|
4030
|
|
|
|
|
|
|
}, |
|
4031
|
|
|
|
|
|
|
}, |
|
4032
|
|
|
|
|
|
|
'stand-alone' => { |
|
4033
|
|
|
|
|
|
|
narrow => { |
|
4034
|
|
|
|
|
|
|
nonleap => [ |
|
4035
|
|
|
|
|
|
|
'J', |
|
4036
|
|
|
|
|
|
|
'F', |
|
4037
|
|
|
|
|
|
|
'M', |
|
4038
|
|
|
|
|
|
|
'A', |
|
4039
|
|
|
|
|
|
|
'M', |
|
4040
|
|
|
|
|
|
|
'J', |
|
4041
|
|
|
|
|
|
|
'J', |
|
4042
|
|
|
|
|
|
|
'A', |
|
4043
|
|
|
|
|
|
|
'S', |
|
4044
|
|
|
|
|
|
|
'O', |
|
4045
|
|
|
|
|
|
|
'N', |
|
4046
|
|
|
|
|
|
|
'D' |
|
4047
|
|
|
|
|
|
|
], |
|
4048
|
|
|
|
|
|
|
leap => [ |
|
4049
|
|
|
|
|
|
|
|
|
4050
|
|
|
|
|
|
|
], |
|
4051
|
|
|
|
|
|
|
}, |
|
4052
|
|
|
|
|
|
|
}, |
|
4053
|
|
|
|
|
|
|
}, |
|
4054
|
|
|
|
|
|
|
} }, |
|
4055
|
|
|
|
|
|
|
); |
|
4056
|
|
|
|
|
|
|
|
|
4057
|
|
|
|
|
|
|
has 'calendar_days' => ( |
|
4058
|
|
|
|
|
|
|
is => 'ro', |
|
4059
|
|
|
|
|
|
|
isa => HashRef, |
|
4060
|
|
|
|
|
|
|
init_arg => undef, |
|
4061
|
|
|
|
|
|
|
default => sub { { |
|
4062
|
|
|
|
|
|
|
'gregorian' => { |
|
4063
|
|
|
|
|
|
|
'format' => { |
|
4064
|
|
|
|
|
|
|
abbreviated => { |
|
4065
|
|
|
|
|
|
|
mon => 'lun.', |
|
4066
|
|
|
|
|
|
|
tue => 'mar.', |
|
4067
|
|
|
|
|
|
|
wed => 'mer.', |
|
4068
|
|
|
|
|
|
|
thu => 'jov.', |
|
4069
|
|
|
|
|
|
|
fri => 'ven.', |
|
4070
|
|
|
|
|
|
|
sat => 'sat.', |
|
4071
|
|
|
|
|
|
|
sun => 'sol.' |
|
4072
|
|
|
|
|
|
|
}, |
|
4073
|
|
|
|
|
|
|
short => { |
|
4074
|
|
|
|
|
|
|
mon => 'Lu', |
|
4075
|
|
|
|
|
|
|
tue => 'Ma', |
|
4076
|
|
|
|
|
|
|
wed => 'Me', |
|
4077
|
|
|
|
|
|
|
thu => 'Jo', |
|
4078
|
|
|
|
|
|
|
fri => 'Ve', |
|
4079
|
|
|
|
|
|
|
sat => 'Sa', |
|
4080
|
|
|
|
|
|
|
sun => 'So' |
|
4081
|
|
|
|
|
|
|
}, |
|
4082
|
|
|
|
|
|
|
wide => { |
|
4083
|
|
|
|
|
|
|
mon => 'lunedí', |
|
4084
|
|
|
|
|
|
|
tue => 'mardí', |
|
4085
|
|
|
|
|
|
|
wed => 'mercurdí', |
|
4086
|
|
|
|
|
|
|
thu => 'jovedí', |
|
4087
|
|
|
|
|
|
|
fri => 'venerdí', |
|
4088
|
|
|
|
|
|
|
sat => 'saturdí', |
|
4089
|
|
|
|
|
|
|
sun => 'soledí' |
|
4090
|
|
|
|
|
|
|
}, |
|
4091
|
|
|
|
|
|
|
}, |
|
4092
|
|
|
|
|
|
|
'stand-alone' => { |
|
4093
|
|
|
|
|
|
|
narrow => { |
|
4094
|
|
|
|
|
|
|
mon => 'L', |
|
4095
|
|
|
|
|
|
|
tue => 'M', |
|
4096
|
|
|
|
|
|
|
wed => 'M', |
|
4097
|
|
|
|
|
|
|
thu => 'J', |
|
4098
|
|
|
|
|
|
|
fri => 'V', |
|
4099
|
|
|
|
|
|
|
sat => 'S', |
|
4100
|
|
|
|
|
|
|
sun => 'S' |
|
4101
|
|
|
|
|
|
|
}, |
|
4102
|
|
|
|
|
|
|
}, |
|
4103
|
|
|
|
|
|
|
}, |
|
4104
|
|
|
|
|
|
|
} }, |
|
4105
|
|
|
|
|
|
|
); |
|
4106
|
|
|
|
|
|
|
|
|
4107
|
|
|
|
|
|
|
has 'calendar_quarters' => ( |
|
4108
|
|
|
|
|
|
|
is => 'ro', |
|
4109
|
|
|
|
|
|
|
isa => HashRef, |
|
4110
|
|
|
|
|
|
|
init_arg => undef, |
|
4111
|
|
|
|
|
|
|
default => sub { { |
|
4112
|
|
|
|
|
|
|
'gregorian' => { |
|
4113
|
|
|
|
|
|
|
'format' => { |
|
4114
|
|
|
|
|
|
|
abbreviated => {0 => 'T1', |
|
4115
|
|
|
|
|
|
|
1 => 'T2', |
|
4116
|
|
|
|
|
|
|
2 => 'T3', |
|
4117
|
|
|
|
|
|
|
3 => 'T4' |
|
4118
|
|
|
|
|
|
|
}, |
|
4119
|
|
|
|
|
|
|
wide => {0 => '1-m trimestre', |
|
4120
|
|
|
|
|
|
|
1 => '2-m trimestre', |
|
4121
|
|
|
|
|
|
|
2 => '3-m trimestre', |
|
4122
|
|
|
|
|
|
|
3 => '4-m trimestre' |
|
4123
|
|
|
|
|
|
|
}, |
|
4124
|
|
|
|
|
|
|
}, |
|
4125
|
|
|
|
|
|
|
}, |
|
4126
|
|
|
|
|
|
|
} }, |
|
4127
|
|
|
|
|
|
|
); |
|
4128
|
|
|
|
|
|
|
|
|
4129
|
|
|
|
|
|
|
has 'day_periods' => ( |
|
4130
|
|
|
|
|
|
|
is => 'ro', |
|
4131
|
|
|
|
|
|
|
isa => HashRef, |
|
4132
|
|
|
|
|
|
|
init_arg => undef, |
|
4133
|
|
|
|
|
|
|
default => sub { { |
|
4134
|
|
|
|
|
|
|
'gregorian' => { |
|
4135
|
|
|
|
|
|
|
'format' => { |
|
4136
|
|
|
|
|
|
|
'abbreviated' => { |
|
4137
|
|
|
|
|
|
|
'am' => q{a.m.}, |
|
4138
|
|
|
|
|
|
|
'pm' => q{p.m.}, |
|
4139
|
|
|
|
|
|
|
}, |
|
4140
|
|
|
|
|
|
|
'narrow' => { |
|
4141
|
|
|
|
|
|
|
'am' => q{a.}, |
|
4142
|
|
|
|
|
|
|
'pm' => q{p.}, |
|
4143
|
|
|
|
|
|
|
}, |
|
4144
|
|
|
|
|
|
|
'wide' => { |
|
4145
|
|
|
|
|
|
|
'am' => q{ante midí}, |
|
4146
|
|
|
|
|
|
|
'pm' => q{pos midí}, |
|
4147
|
|
|
|
|
|
|
}, |
|
4148
|
|
|
|
|
|
|
}, |
|
4149
|
|
|
|
|
|
|
'stand-alone' => { |
|
4150
|
|
|
|
|
|
|
'narrow' => { |
|
4151
|
|
|
|
|
|
|
'am' => q{a.}, |
|
4152
|
|
|
|
|
|
|
'pm' => q{p.}, |
|
4153
|
|
|
|
|
|
|
}, |
|
4154
|
|
|
|
|
|
|
'wide' => { |
|
4155
|
|
|
|
|
|
|
'am' => q{ante midí}, |
|
4156
|
|
|
|
|
|
|
'pm' => q{pos midí}, |
|
4157
|
|
|
|
|
|
|
}, |
|
4158
|
|
|
|
|
|
|
}, |
|
4159
|
|
|
|
|
|
|
}, |
|
4160
|
|
|
|
|
|
|
} }, |
|
4161
|
|
|
|
|
|
|
); |
|
4162
|
|
|
|
|
|
|
|
|
4163
|
|
|
|
|
|
|
has 'eras' => ( |
|
4164
|
|
|
|
|
|
|
is => 'ro', |
|
4165
|
|
|
|
|
|
|
isa => HashRef, |
|
4166
|
|
|
|
|
|
|
init_arg => undef, |
|
4167
|
|
|
|
|
|
|
default => sub { { |
|
4168
|
|
|
|
|
|
|
'generic' => { |
|
4169
|
|
|
|
|
|
|
}, |
|
4170
|
|
|
|
|
|
|
'gregorian' => { |
|
4171
|
|
|
|
|
|
|
abbreviated => { |
|
4172
|
|
|
|
|
|
|
'0' => 'a.C.', |
|
4173
|
|
|
|
|
|
|
'1' => 'e.C.' |
|
4174
|
|
|
|
|
|
|
}, |
|
4175
|
|
|
|
|
|
|
wide => { |
|
4176
|
|
|
|
|
|
|
'0' => 'ante Crist', |
|
4177
|
|
|
|
|
|
|
'1' => 'era Cristan' |
|
4178
|
|
|
|
|
|
|
}, |
|
4179
|
|
|
|
|
|
|
}, |
|
4180
|
|
|
|
|
|
|
} }, |
|
4181
|
|
|
|
|
|
|
); |
|
4182
|
|
|
|
|
|
|
|
|
4183
|
|
|
|
|
|
|
has 'date_formats' => ( |
|
4184
|
|
|
|
|
|
|
is => 'ro', |
|
4185
|
|
|
|
|
|
|
isa => HashRef, |
|
4186
|
|
|
|
|
|
|
init_arg => undef, |
|
4187
|
|
|
|
|
|
|
default => sub { { |
|
4188
|
|
|
|
|
|
|
'generic' => { |
|
4189
|
|
|
|
|
|
|
'full' => q{EEEE d MMMM y G}, |
|
4190
|
|
|
|
|
|
|
'long' => q{d MMMM y G}, |
|
4191
|
|
|
|
|
|
|
'medium' => q{d MMM y G}, |
|
4192
|
|
|
|
|
|
|
'short' => q{d.M.y GGGGG}, |
|
4193
|
|
|
|
|
|
|
}, |
|
4194
|
|
|
|
|
|
|
'gregorian' => { |
|
4195
|
|
|
|
|
|
|
'full' => q{EEEE d MMMM y}, |
|
4196
|
|
|
|
|
|
|
'long' => q{d MMMM y}, |
|
4197
|
|
|
|
|
|
|
'medium' => q{d MMM y}, |
|
4198
|
|
|
|
|
|
|
'short' => q{d.M.yy}, |
|
4199
|
|
|
|
|
|
|
}, |
|
4200
|
|
|
|
|
|
|
} }, |
|
4201
|
|
|
|
|
|
|
); |
|
4202
|
|
|
|
|
|
|
|
|
4203
|
|
|
|
|
|
|
has 'time_formats' => ( |
|
4204
|
|
|
|
|
|
|
is => 'ro', |
|
4205
|
|
|
|
|
|
|
isa => HashRef, |
|
4206
|
|
|
|
|
|
|
init_arg => undef, |
|
4207
|
|
|
|
|
|
|
default => sub { { |
|
4208
|
|
|
|
|
|
|
'generic' => { |
|
4209
|
|
|
|
|
|
|
}, |
|
4210
|
|
|
|
|
|
|
'gregorian' => { |
|
4211
|
|
|
|
|
|
|
'full' => q{HH:mm:ss zzzz}, |
|
4212
|
|
|
|
|
|
|
'long' => q{HH:mm:ss z}, |
|
4213
|
|
|
|
|
|
|
'medium' => q{HH:mm:ss}, |
|
4214
|
|
|
|
|
|
|
'short' => q{HH:mm}, |
|
4215
|
|
|
|
|
|
|
}, |
|
4216
|
|
|
|
|
|
|
} }, |
|
4217
|
|
|
|
|
|
|
); |
|
4218
|
|
|
|
|
|
|
|
|
4219
|
|
|
|
|
|
|
has 'datetime_formats' => ( |
|
4220
|
|
|
|
|
|
|
is => 'ro', |
|
4221
|
|
|
|
|
|
|
isa => HashRef, |
|
4222
|
|
|
|
|
|
|
init_arg => undef, |
|
4223
|
|
|
|
|
|
|
default => sub { { |
|
4224
|
|
|
|
|
|
|
'generic' => { |
|
4225
|
|
|
|
|
|
|
'full' => q{{1} {0}}, |
|
4226
|
|
|
|
|
|
|
'long' => q{{1} {0}}, |
|
4227
|
|
|
|
|
|
|
'medium' => q{{1} {0}}, |
|
4228
|
|
|
|
|
|
|
'short' => q{{1} {0}}, |
|
4229
|
|
|
|
|
|
|
}, |
|
4230
|
|
|
|
|
|
|
'gregorian' => { |
|
4231
|
|
|
|
|
|
|
'full' => q{{1} {0}}, |
|
4232
|
|
|
|
|
|
|
'long' => q{{1} {0}}, |
|
4233
|
|
|
|
|
|
|
'medium' => q{{1} {0}}, |
|
4234
|
|
|
|
|
|
|
'short' => q{{1} {0}}, |
|
4235
|
|
|
|
|
|
|
}, |
|
4236
|
|
|
|
|
|
|
} }, |
|
4237
|
|
|
|
|
|
|
); |
|
4238
|
|
|
|
|
|
|
|
|
4239
|
|
|
|
|
|
|
has 'datetime_formats_available_formats' => ( |
|
4240
|
|
|
|
|
|
|
is => 'ro', |
|
4241
|
|
|
|
|
|
|
isa => HashRef, |
|
4242
|
|
|
|
|
|
|
init_arg => undef, |
|
4243
|
|
|
|
|
|
|
default => sub { { |
|
4244
|
|
|
|
|
|
|
'generic' => { |
|
4245
|
|
|
|
|
|
|
Bh => q{h 'h'. B}, |
|
4246
|
|
|
|
|
|
|
Ed => q{E d}, |
|
4247
|
|
|
|
|
|
|
Gy => q{y G}, |
|
4248
|
|
|
|
|
|
|
GyMMM => q{LLL y G}, |
|
4249
|
|
|
|
|
|
|
GyMMMEd => q{E d MMM y G}, |
|
4250
|
|
|
|
|
|
|
GyMMMd => q{d MMM y G}, |
|
4251
|
|
|
|
|
|
|
GyMd => q{d.M.y GGGGG}, |
|
4252
|
|
|
|
|
|
|
H => q{H 'h'.}, |
|
4253
|
|
|
|
|
|
|
MEd => q{E d.M}, |
|
4254
|
|
|
|
|
|
|
MMMEd => q{E d MMM}, |
|
4255
|
|
|
|
|
|
|
MMMMd => q{d MMMM}, |
|
4256
|
|
|
|
|
|
|
MMMd => q{d MMM}, |
|
4257
|
|
|
|
|
|
|
Md => q{d.M}, |
|
4258
|
|
|
|
|
|
|
y => q{y G}, |
|
4259
|
|
|
|
|
|
|
yyyy => q{y G}, |
|
4260
|
|
|
|
|
|
|
yyyyM => q{M.y GGGGG}, |
|
4261
|
|
|
|
|
|
|
yyyyMEd => q{E d.M.y GGGGG}, |
|
4262
|
|
|
|
|
|
|
yyyyMMM => q{LLL y G}, |
|
4263
|
|
|
|
|
|
|
yyyyMMMEd => q{E d MMM y G}, |
|
4264
|
|
|
|
|
|
|
yyyyMMMM => q{LLLL y G}, |
|
4265
|
|
|
|
|
|
|
yyyyMMMd => q{d MMM y G}, |
|
4266
|
|
|
|
|
|
|
yyyyMd => q{d.M.y GGGGG}, |
|
4267
|
|
|
|
|
|
|
yyyyQQQ => q{QQQ y G}, |
|
4268
|
|
|
|
|
|
|
yyyyQQQQ => q{QQQQ y G}, |
|
4269
|
|
|
|
|
|
|
}, |
|
4270
|
|
|
|
|
|
|
'gregorian' => { |
|
4271
|
|
|
|
|
|
|
Ed => q{E d}, |
|
4272
|
|
|
|
|
|
|
Gy => q{y G}, |
|
4273
|
|
|
|
|
|
|
GyMMM => q{LLL y G}, |
|
4274
|
|
|
|
|
|
|
GyMMMEd => q{E d MMM y G}, |
|
4275
|
|
|
|
|
|
|
GyMMMd => q{d MMM y G}, |
|
4276
|
|
|
|
|
|
|
GyMd => q{d.M.y G}, |
|
4277
|
|
|
|
|
|
|
H => q{H 'h'.}, |
|
4278
|
|
|
|
|
|
|
MEd => q{E d.M}, |
|
4279
|
|
|
|
|
|
|
MMMEd => q{E d MMM}, |
|
4280
|
|
|
|
|
|
|
MMMMW => q{W-'im' 'semane' 'de' MMMM}, |
|
4281
|
|
|
|
|
|
|
MMMMd => q{d MMMM}, |
|
4282
|
|
|
|
|
|
|
MMMd => q{d MMM}, |
|
4283
|
|
|
|
|
|
|
Md => q{d.M}, |
|
4284
|
|
|
|
|
|
|
d => q{d.}, |
|
4285
|
|
|
|
|
|
|
yM => q{M.y}, |
|
4286
|
|
|
|
|
|
|
yMEd => q{E d.M.y}, |
|
4287
|
|
|
|
|
|
|
yMMM => q{MMM y}, |
|
4288
|
|
|
|
|
|
|
yMMMEd => q{EEEE d MMM y}, |
|
4289
|
|
|
|
|
|
|
yMMMM => q{LLLL y}, |
|
4290
|
|
|
|
|
|
|
yMMMd => q{d MMM y}, |
|
4291
|
|
|
|
|
|
|
yMd => q{d.M.y}, |
|
4292
|
|
|
|
|
|
|
yQQQ => q{QQQ y}, |
|
4293
|
|
|
|
|
|
|
yQQQQ => q{QQQQ y}, |
|
4294
|
|
|
|
|
|
|
yw => q{w-'im' 'semane' 'de' Y}, |
|
4295
|
|
|
|
|
|
|
}, |
|
4296
|
|
|
|
|
|
|
} }, |
|
4297
|
|
|
|
|
|
|
); |
|
4298
|
|
|
|
|
|
|
|
|
4299
|
|
|
|
|
|
|
has 'datetime_formats_append_item' => ( |
|
4300
|
|
|
|
|
|
|
is => 'ro', |
|
4301
|
|
|
|
|
|
|
isa => HashRef, |
|
4302
|
|
|
|
|
|
|
init_arg => undef, |
|
4303
|
|
|
|
|
|
|
default => sub { { |
|
4304
|
|
|
|
|
|
|
} }, |
|
4305
|
|
|
|
|
|
|
); |
|
4306
|
|
|
|
|
|
|
|
|
4307
|
|
|
|
|
|
|
has 'datetime_formats_interval' => ( |
|
4308
|
|
|
|
|
|
|
is => 'ro', |
|
4309
|
|
|
|
|
|
|
isa => HashRef, |
|
4310
|
|
|
|
|
|
|
init_arg => undef, |
|
4311
|
|
|
|
|
|
|
default => sub { { |
|
4312
|
|
|
|
|
|
|
'generic' => { |
|
4313
|
|
|
|
|
|
|
Bh => { |
|
4314
|
|
|
|
|
|
|
h => q{h–h 'h'. B}, |
|
4315
|
|
|
|
|
|
|
}, |
|
4316
|
|
|
|
|
|
|
Gy => { |
|
4317
|
|
|
|
|
|
|
G => q{y G – y G}, |
|
4318
|
|
|
|
|
|
|
y => q{y – y G}, |
|
4319
|
|
|
|
|
|
|
}, |
|
4320
|
|
|
|
|
|
|
GyM => { |
|
4321
|
|
|
|
|
|
|
G => q{M.y GGGGG – M.y GGGGG}, |
|
4322
|
|
|
|
|
|
|
M => q{M – M.y GGGGG}, |
|
4323
|
|
|
|
|
|
|
y => q{M.y – M.y GGGGG}, |
|
4324
|
|
|
|
|
|
|
}, |
|
4325
|
|
|
|
|
|
|
GyMEd => { |
|
4326
|
|
|
|
|
|
|
G => q{E d.M.y GGGGG – E d.M.y GGGGG}, |
|
4327
|
|
|
|
|
|
|
M => q{E d.M.y – E d.M.y GGGGG}, |
|
4328
|
|
|
|
|
|
|
d => q{E d. – E d.M.y GGGGG}, |
|
4329
|
|
|
|
|
|
|
y => q{E d.M.y – E d.M.y GGGGG}, |
|
4330
|
|
|
|
|
|
|
}, |
|
4331
|
|
|
|
|
|
|
GyMMM => { |
|
4332
|
|
|
|
|
|
|
G => q{MMM y G – MMM y G}, |
|
4333
|
|
|
|
|
|
|
M => q{MMM – MMM y G}, |
|
4334
|
|
|
|
|
|
|
y => q{MMM y – MMM y G}, |
|
4335
|
|
|
|
|
|
|
}, |
|
4336
|
|
|
|
|
|
|
GyMMMEd => { |
|
4337
|
|
|
|
|
|
|
G => q{E d MMM y G – E d MMM y G}, |
|
4338
|
|
|
|
|
|
|
M => q{E d MMM – E d MMM y G}, |
|
4339
|
|
|
|
|
|
|
d => q{E d – E d MMM y G}, |
|
4340
|
|
|
|
|
|
|
y => q{E d MMM y – E d MMM y G}, |
|
4341
|
|
|
|
|
|
|
}, |
|
4342
|
|
|
|
|
|
|
GyMMMd => { |
|
4343
|
|
|
|
|
|
|
G => q{d MMM y G – d MMM y G}, |
|
4344
|
|
|
|
|
|
|
M => q{d MMM – d MMM y G}, |
|
4345
|
|
|
|
|
|
|
d => q{d – d MMM y G}, |
|
4346
|
|
|
|
|
|
|
y => q{d MMM y – d MMM y G}, |
|
4347
|
|
|
|
|
|
|
}, |
|
4348
|
|
|
|
|
|
|
GyMd => { |
|
4349
|
|
|
|
|
|
|
G => q{d.M.y GGGGG – d.M.y GGGGG}, |
|
4350
|
|
|
|
|
|
|
M => q{d.M.y – d.M.y GGGGG}, |
|
4351
|
|
|
|
|
|
|
d => q{d. – d.M.y GGGGG}, |
|
4352
|
|
|
|
|
|
|
y => q{d.M.y – d.M.y GGGGG}, |
|
4353
|
|
|
|
|
|
|
}, |
|
4354
|
|
|
|
|
|
|
M => { |
|
4355
|
|
|
|
|
|
|
M => q{M – M}, |
|
4356
|
|
|
|
|
|
|
}, |
|
4357
|
|
|
|
|
|
|
MEd => { |
|
4358
|
|
|
|
|
|
|
M => q{E d. – E d.M}, |
|
4359
|
|
|
|
|
|
|
d => q{E d.M – E d.M}, |
|
4360
|
|
|
|
|
|
|
}, |
|
4361
|
|
|
|
|
|
|
MMM => { |
|
4362
|
|
|
|
|
|
|
M => q{LLL – LLL}, |
|
4363
|
|
|
|
|
|
|
}, |
|
4364
|
|
|
|
|
|
|
MMMEd => { |
|
4365
|
|
|
|
|
|
|
M => q{E d MMM – E d MMM}, |
|
4366
|
|
|
|
|
|
|
d => q{E d. – E d MMM}, |
|
4367
|
|
|
|
|
|
|
}, |
|
4368
|
|
|
|
|
|
|
MMMd => { |
|
4369
|
|
|
|
|
|
|
M => q{d MMM – d MMM}, |
|
4370
|
|
|
|
|
|
|
d => q{d – d MMM}, |
|
4371
|
|
|
|
|
|
|
}, |
|
4372
|
|
|
|
|
|
|
Md => { |
|
4373
|
|
|
|
|
|
|
M => q{d.M – d.M}, |
|
4374
|
|
|
|
|
|
|
d => q{d. – d.M}, |
|
4375
|
|
|
|
|
|
|
}, |
|
4376
|
|
|
|
|
|
|
d => { |
|
4377
|
|
|
|
|
|
|
d => q{d. – d.}, |
|
4378
|
|
|
|
|
|
|
}, |
|
4379
|
|
|
|
|
|
|
fallback => '{0} til {1}', |
|
4380
|
|
|
|
|
|
|
y => { |
|
4381
|
|
|
|
|
|
|
y => q{y – y G}, |
|
4382
|
|
|
|
|
|
|
}, |
|
4383
|
|
|
|
|
|
|
yM => { |
|
4384
|
|
|
|
|
|
|
M => q{M.y – M.y GGGGG}, |
|
4385
|
|
|
|
|
|
|
y => q{M.y – M.y GGGGG}, |
|
4386
|
|
|
|
|
|
|
}, |
|
4387
|
|
|
|
|
|
|
yMEd => { |
|
4388
|
|
|
|
|
|
|
M => q{E d.M.y – E d.M.y GGGGG}, |
|
4389
|
|
|
|
|
|
|
d => q{E d. – E d.M.y GGGGG}, |
|
4390
|
|
|
|
|
|
|
y => q{E d.M.y – E d.M.y GGGGG}, |
|
4391
|
|
|
|
|
|
|
}, |
|
4392
|
|
|
|
|
|
|
yMMM => { |
|
4393
|
|
|
|
|
|
|
M => q{MMM – MMM y G}, |
|
4394
|
|
|
|
|
|
|
y => q{MMM y – MMM y G}, |
|
4395
|
|
|
|
|
|
|
}, |
|
4396
|
|
|
|
|
|
|
yMMMEd => { |
|
4397
|
|
|
|
|
|
|
M => q{E d MMM – E d MMM y G}, |
|
4398
|
|
|
|
|
|
|
d => q{E d. – E d MMM y G}, |
|
4399
|
|
|
|
|
|
|
y => q{E d MMM y – E d MMM y G}, |
|
4400
|
|
|
|
|
|
|
}, |
|
4401
|
|
|
|
|
|
|
yMMMM => { |
|
4402
|
|
|
|
|
|
|
M => q{LLLL – LLLL y G}, |
|
4403
|
|
|
|
|
|
|
y => q{LLLL y – LLLL y G}, |
|
4404
|
|
|
|
|
|
|
}, |
|
4405
|
|
|
|
|
|
|
yMMMd => { |
|
4406
|
|
|
|
|
|
|
M => q{d MMM – d MMM y G}, |
|
4407
|
|
|
|
|
|
|
d => q{d – d MMM y G}, |
|
4408
|
|
|
|
|
|
|
y => q{d MMM y – d MMM y G}, |
|
4409
|
|
|
|
|
|
|
}, |
|
4410
|
|
|
|
|
|
|
yMd => { |
|
4411
|
|
|
|
|
|
|
M => q{d.M.y – d.M.y GGGGG}, |
|
4412
|
|
|
|
|
|
|
d => q{d. – d.M.y GGGGG}, |
|
4413
|
|
|
|
|
|
|
y => q{d.M.y – d.M.y GGGGG}, |
|
4414
|
|
|
|
|
|
|
}, |
|
4415
|
|
|
|
|
|
|
}, |
|
4416
|
|
|
|
|
|
|
'gregorian' => { |
|
4417
|
|
|
|
|
|
|
Bh => { |
|
4418
|
|
|
|
|
|
|
h => q{h – h B}, |
|
4419
|
|
|
|
|
|
|
}, |
|
4420
|
|
|
|
|
|
|
Bhm => { |
|
4421
|
|
|
|
|
|
|
B => q{h:mm B – h:mm B}, |
|
4422
|
|
|
|
|
|
|
h => q{h:mm – h:mm B}, |
|
4423
|
|
|
|
|
|
|
m => q{h:mm – h:mm B}, |
|
4424
|
|
|
|
|
|
|
}, |
|
4425
|
|
|
|
|
|
|
Gy => { |
|
4426
|
|
|
|
|
|
|
G => q{y G 'til' y G}, |
|
4427
|
|
|
|
|
|
|
y => q{y 'til' y G}, |
|
4428
|
|
|
|
|
|
|
}, |
|
4429
|
|
|
|
|
|
|
GyM => { |
|
4430
|
|
|
|
|
|
|
G => q{M.y G – M.y G}, |
|
4431
|
|
|
|
|
|
|
M => q{M.y – M.y G}, |
|
4432
|
|
|
|
|
|
|
y => q{M.y – M.y G}, |
|
4433
|
|
|
|
|
|
|
}, |
|
4434
|
|
|
|
|
|
|
GyMEd => { |
|
4435
|
|
|
|
|
|
|
G => q{E d.M.y G – E d.M.y G}, |
|
4436
|
|
|
|
|
|
|
M => q{E d.M.y – E d.M.y G}, |
|
4437
|
|
|
|
|
|
|
d => q{E d. – E d.M.y G}, |
|
4438
|
|
|
|
|
|
|
y => q{E d.M.y – E d.M.y G}, |
|
4439
|
|
|
|
|
|
|
}, |
|
4440
|
|
|
|
|
|
|
GyMMM => { |
|
4441
|
|
|
|
|
|
|
G => q{MMM y G – MMM y G}, |
|
4442
|
|
|
|
|
|
|
M => q{MMM – MMM y G}, |
|
4443
|
|
|
|
|
|
|
y => q{MMM y – MMM y G}, |
|
4444
|
|
|
|
|
|
|
}, |
|
4445
|
|
|
|
|
|
|
GyMMMEd => { |
|
4446
|
|
|
|
|
|
|
G => q{E d MMM y G – E d MMM y G}, |
|
4447
|
|
|
|
|
|
|
M => q{E d MMM – E d MMM y G}, |
|
4448
|
|
|
|
|
|
|
d => q{E d. – E d MMM y G}, |
|
4449
|
|
|
|
|
|
|
y => q{E d MMM y – E d MMM y G}, |
|
4450
|
|
|
|
|
|
|
}, |
|
4451
|
|
|
|
|
|
|
GyMMMd => { |
|
4452
|
|
|
|
|
|
|
G => q{d MMM y G – d MMM y G}, |
|
4453
|
|
|
|
|
|
|
M => q{d MMM – d MMM y G}, |
|
4454
|
|
|
|
|
|
|
d => q{d – d MMM y G}, |
|
4455
|
|
|
|
|
|
|
y => q{d MMM y – d MMM y G}, |
|
4456
|
|
|
|
|
|
|
}, |
|
4457
|
|
|
|
|
|
|
GyMd => { |
|
4458
|
|
|
|
|
|
|
G => q{d.M.y G – d.M.y G}, |
|
4459
|
|
|
|
|
|
|
M => q{d.M.y – d.M.y G}, |
|
4460
|
|
|
|
|
|
|
d => q{d. – d.M.y G}, |
|
4461
|
|
|
|
|
|
|
y => q{d.M.y – d.M.y G}, |
|
4462
|
|
|
|
|
|
|
}, |
|
4463
|
|
|
|
|
|
|
H => { |
|
4464
|
|
|
|
|
|
|
H => q{H – H 'h'.}, |
|
4465
|
|
|
|
|
|
|
}, |
|
4466
|
|
|
|
|
|
|
Hm => { |
|
4467
|
|
|
|
|
|
|
H => q{HH:mm – HH:mm}, |
|
4468
|
|
|
|
|
|
|
m => q{HH:mm – HH:mm}, |
|
4469
|
|
|
|
|
|
|
}, |
|
4470
|
|
|
|
|
|
|
Hmv => { |
|
4471
|
|
|
|
|
|
|
H => q{HH:mm – HH:mm v}, |
|
4472
|
|
|
|
|
|
|
m => q{HH:mm – HH:mm v}, |
|
4473
|
|
|
|
|
|
|
}, |
|
4474
|
|
|
|
|
|
|
Hv => { |
|
4475
|
|
|
|
|
|
|
H => q{HH – HH v}, |
|
4476
|
|
|
|
|
|
|
}, |
|
4477
|
|
|
|
|
|
|
M => { |
|
4478
|
|
|
|
|
|
|
M => q{M – M}, |
|
4479
|
|
|
|
|
|
|
}, |
|
4480
|
|
|
|
|
|
|
MEd => { |
|
4481
|
|
|
|
|
|
|
M => q{E d.M – E d.M}, |
|
4482
|
|
|
|
|
|
|
d => q{E d.M – E d.M}, |
|
4483
|
|
|
|
|
|
|
}, |
|
4484
|
|
|
|
|
|
|
MMM => { |
|
4485
|
|
|
|
|
|
|
M => q{LLL – LLL}, |
|
4486
|
|
|
|
|
|
|
}, |
|
4487
|
|
|
|
|
|
|
MMMEd => { |
|
4488
|
|
|
|
|
|
|
M => q{E d MMM – E d MMM}, |
|
4489
|
|
|
|
|
|
|
d => q{E d MMM – E d MMM}, |
|
4490
|
|
|
|
|
|
|
}, |
|
4491
|
|
|
|
|
|
|
MMMd => { |
|
4492
|
|
|
|
|
|
|
M => q{d MMM – d MMM}, |
|
4493
|
|
|
|
|
|
|
d => q{d – d MMM}, |
|
4494
|
|
|
|
|
|
|
}, |
|
4495
|
|
|
|
|
|
|
Md => { |
|
4496
|
|
|
|
|
|
|
M => q{d.M – d.M}, |
|
4497
|
|
|
|
|
|
|
d => q{d. – d.M}, |
|
4498
|
|
|
|
|
|
|
}, |
|
4499
|
|
|
|
|
|
|
d => { |
|
4500
|
|
|
|
|
|
|
d => q{d. – d.}, |
|
4501
|
|
|
|
|
|
|
}, |
|
4502
|
|
|
|
|
|
|
fallback => '{0} til {1}', |
|
4503
|
|
|
|
|
|
|
y => { |
|
4504
|
|
|
|
|
|
|
y => q{y – y}, |
|
4505
|
|
|
|
|
|
|
}, |
|
4506
|
|
|
|
|
|
|
yM => { |
|
4507
|
|
|
|
|
|
|
M => q{M.y – M.y}, |
|
4508
|
|
|
|
|
|
|
y => q{M.y – M.y}, |
|
4509
|
|
|
|
|
|
|
}, |
|
4510
|
|
|
|
|
|
|
yMEd => { |
|
4511
|
|
|
|
|
|
|
M => q{E d.M.y – E d.M.y}, |
|
4512
|
|
|
|
|
|
|
d => q{E d. – E d.M.y}, |
|
4513
|
|
|
|
|
|
|
y => q{E d.M.y – E d.M.y}, |
|
4514
|
|
|
|
|
|
|
}, |
|
4515
|
|
|
|
|
|
|
yMMM => { |
|
4516
|
|
|
|
|
|
|
M => q{MMM – MMM y}, |
|
4517
|
|
|
|
|
|
|
y => q{MMM y – MMM y}, |
|
4518
|
|
|
|
|
|
|
}, |
|
4519
|
|
|
|
|
|
|
yMMMEd => { |
|
4520
|
|
|
|
|
|
|
M => q{E d MMM – E d MMM y}, |
|
4521
|
|
|
|
|
|
|
d => q{E d – E d MMM y}, |
|
4522
|
|
|
|
|
|
|
y => q{E d MMM y – E d MMM y}, |
|
4523
|
|
|
|
|
|
|
}, |
|
4524
|
|
|
|
|
|
|
yMMMM => { |
|
4525
|
|
|
|
|
|
|
M => q{MMMM – MMMM y}, |
|
4526
|
|
|
|
|
|
|
y => q{MMMM y – MMMM y}, |
|
4527
|
|
|
|
|
|
|
}, |
|
4528
|
|
|
|
|
|
|
yMMMd => { |
|
4529
|
|
|
|
|
|
|
M => q{d MMM – d MMM y}, |
|
4530
|
|
|
|
|
|
|
d => q{d – d MMM y}, |
|
4531
|
|
|
|
|
|
|
y => q{d MMM y – d MMM y}, |
|
4532
|
|
|
|
|
|
|
}, |
|
4533
|
|
|
|
|
|
|
yMd => { |
|
4534
|
|
|
|
|
|
|
M => q{d.M.y – d.M.y}, |
|
4535
|
|
|
|
|
|
|
d => q{d. – d.M.y}, |
|
4536
|
|
|
|
|
|
|
y => q{d.M.y – d.M.y}, |
|
4537
|
|
|
|
|
|
|
}, |
|
4538
|
|
|
|
|
|
|
}, |
|
4539
|
|
|
|
|
|
|
} }, |
|
4540
|
|
|
|
|
|
|
); |
|
4541
|
|
|
|
|
|
|
|
|
4542
|
|
|
|
|
|
|
has 'time_zone_names' => ( |
|
4543
|
|
|
|
|
|
|
is => 'ro', |
|
4544
|
|
|
|
|
|
|
isa => HashRef, |
|
4545
|
|
|
|
|
|
|
init_arg => undef, |
|
4546
|
|
|
|
|
|
|
default => sub { { |
|
4547
|
|
|
|
|
|
|
gmtFormat => q(TMG{0}), |
|
4548
|
|
|
|
|
|
|
gmtZeroFormat => q(TMG), |
|
4549
|
|
|
|
|
|
|
regionFormat => q(témpor de {0}), |
|
4550
|
|
|
|
|
|
|
regionFormat => q(témpor estival de {0}), |
|
4551
|
|
|
|
|
|
|
regionFormat => q(témpor standard de {0}), |
|
4552
|
|
|
|
|
|
|
'Africa/Addis_Ababa' => { |
|
4553
|
|
|
|
|
|
|
exemplarCity => q#Addis-Abeba#, |
|
4554
|
|
|
|
|
|
|
}, |
|
4555
|
|
|
|
|
|
|
'Africa/Algiers' => { |
|
4556
|
|
|
|
|
|
|
exemplarCity => q#Alger#, |
|
4557
|
|
|
|
|
|
|
}, |
|
4558
|
|
|
|
|
|
|
'Africa/Dar_es_Salaam' => { |
|
4559
|
|
|
|
|
|
|
exemplarCity => q#Dar-es-Salaam#, |
|
4560
|
|
|
|
|
|
|
}, |
|
4561
|
|
|
|
|
|
|
'Africa/Djibouti' => { |
|
4562
|
|
|
|
|
|
|
exemplarCity => q#Djibuti#, |
|
4563
|
|
|
|
|
|
|
}, |
|
4564
|
|
|
|
|
|
|
'Africa/El_Aaiun' => { |
|
4565
|
|
|
|
|
|
|
exemplarCity => q#El-Aaiun#, |
|
4566
|
|
|
|
|
|
|
}, |
|
4567
|
|
|
|
|
|
|
'Africa/Khartoum' => { |
|
4568
|
|
|
|
|
|
|
exemplarCity => q#Khartum#, |
|
4569
|
|
|
|
|
|
|
}, |
|
4570
|
|
|
|
|
|
|
'Africa/Ouagadougou' => { |
|
4571
|
|
|
|
|
|
|
exemplarCity => q#Uagadugu#, |
|
4572
|
|
|
|
|
|
|
}, |
|
4573
|
|
|
|
|
|
|
'Africa/Sao_Tome' => { |
|
4574
|
|
|
|
|
|
|
exemplarCity => q#São-Tomé#, |
|
4575
|
|
|
|
|
|
|
}, |
|
4576
|
|
|
|
|
|
|
'Alaska' => { |
|
4577
|
|
|
|
|
|
|
long => { |
|
4578
|
|
|
|
|
|
|
'daylight' => q#alaskan estival témpor#, |
|
4579
|
|
|
|
|
|
|
'generic' => q#alaskan témpor#, |
|
4580
|
|
|
|
|
|
|
'standard' => q#alaskan standard témpor#, |
|
4581
|
|
|
|
|
|
|
}, |
|
4582
|
|
|
|
|
|
|
}, |
|
4583
|
|
|
|
|
|
|
'America/Argentina/La_Rioja' => { |
|
4584
|
|
|
|
|
|
|
exemplarCity => q#La-Rioja#, |
|
4585
|
|
|
|
|
|
|
}, |
|
4586
|
|
|
|
|
|
|
'America/Argentina/Rio_Gallegos' => { |
|
4587
|
|
|
|
|
|
|
exemplarCity => q#Rio-Gallegos#, |
|
4588
|
|
|
|
|
|
|
}, |
|
4589
|
|
|
|
|
|
|
'America/Argentina/San_Juan' => { |
|
4590
|
|
|
|
|
|
|
exemplarCity => q#Sant-Juan#, |
|
4591
|
|
|
|
|
|
|
}, |
|
4592
|
|
|
|
|
|
|
'America/Argentina/San_Luis' => { |
|
4593
|
|
|
|
|
|
|
exemplarCity => q#Sant-Luis#, |
|
4594
|
|
|
|
|
|
|
}, |
|
4595
|
|
|
|
|
|
|
'America/Bahia_Banderas' => { |
|
4596
|
|
|
|
|
|
|
exemplarCity => q#bay de Banderas#, |
|
4597
|
|
|
|
|
|
|
}, |
|
4598
|
|
|
|
|
|
|
'America/Boa_Vista' => { |
|
4599
|
|
|
|
|
|
|
exemplarCity => q#Boa-Vista#, |
|
4600
|
|
|
|
|
|
|
}, |
|
4601
|
|
|
|
|
|
|
'America/Buenos_Aires' => { |
|
4602
|
|
|
|
|
|
|
exemplarCity => q#Buenos-Aires#, |
|
4603
|
|
|
|
|
|
|
}, |
|
4604
|
|
|
|
|
|
|
'America/Cambridge_Bay' => { |
|
4605
|
|
|
|
|
|
|
exemplarCity => q#Cambridge-Bay#, |
|
4606
|
|
|
|
|
|
|
}, |
|
4607
|
|
|
|
|
|
|
'America/Campo_Grande' => { |
|
4608
|
|
|
|
|
|
|
exemplarCity => q#Campo-Grande#, |
|
4609
|
|
|
|
|
|
|
}, |
|
4610
|
|
|
|
|
|
|
'America/Ciudad_Juarez' => { |
|
4611
|
|
|
|
|
|
|
exemplarCity => q#Ciudad-Juarez#, |
|
4612
|
|
|
|
|
|
|
}, |
|
4613
|
|
|
|
|
|
|
'America/Costa_Rica' => { |
|
4614
|
|
|
|
|
|
|
exemplarCity => q#Costa-Rica#, |
|
4615
|
|
|
|
|
|
|
}, |
|
4616
|
|
|
|
|
|
|
'America/Curacao' => { |
|
4617
|
|
|
|
|
|
|
exemplarCity => q#Curaçao#, |
|
4618
|
|
|
|
|
|
|
}, |
|
4619
|
|
|
|
|
|
|
'America/Dawson_Creek' => { |
|
4620
|
|
|
|
|
|
|
exemplarCity => q#Dawson-Creek#, |
|
4621
|
|
|
|
|
|
|
}, |
|
4622
|
|
|
|
|
|
|
'America/El_Salvador' => { |
|
4623
|
|
|
|
|
|
|
exemplarCity => q#El-Salvador#, |
|
4624
|
|
|
|
|
|
|
}, |
|
4625
|
|
|
|
|
|
|
'America/Fort_Nelson' => { |
|
4626
|
|
|
|
|
|
|
exemplarCity => q#Fort-Nelson#, |
|
4627
|
|
|
|
|
|
|
}, |
|
4628
|
|
|
|
|
|
|
'America/Glace_Bay' => { |
|
4629
|
|
|
|
|
|
|
exemplarCity => q#Glace-Bay#, |
|
4630
|
|
|
|
|
|
|
}, |
|
4631
|
|
|
|
|
|
|
'America/Goose_Bay' => { |
|
4632
|
|
|
|
|
|
|
exemplarCity => q#Goose-Bay#, |
|
4633
|
|
|
|
|
|
|
}, |
|
4634
|
|
|
|
|
|
|
'America/Grand_Turk' => { |
|
4635
|
|
|
|
|
|
|
exemplarCity => q#Grand-Turk#, |
|
4636
|
|
|
|
|
|
|
}, |
|
4637
|
|
|
|
|
|
|
'America/Guadeloupe' => { |
|
4638
|
|
|
|
|
|
|
exemplarCity => q#Guadelupa#, |
|
4639
|
|
|
|
|
|
|
}, |
|
4640
|
|
|
|
|
|
|
'America/Indiana/Tell_City' => { |
|
4641
|
|
|
|
|
|
|
exemplarCity => q#Tell-City, Indiana#, |
|
4642
|
|
|
|
|
|
|
}, |
|
4643
|
|
|
|
|
|
|
'America/La_Paz' => { |
|
4644
|
|
|
|
|
|
|
exemplarCity => q#La-Paz#, |
|
4645
|
|
|
|
|
|
|
}, |
|
4646
|
|
|
|
|
|
|
'America/Los_Angeles' => { |
|
4647
|
|
|
|
|
|
|
exemplarCity => q#Los-Angeles#, |
|
4648
|
|
|
|
|
|
|
}, |
|
4649
|
|
|
|
|
|
|
'America/Lower_Princes' => { |
|
4650
|
|
|
|
|
|
|
exemplarCity => q#Lower-Prince’s-Quarter#, |
|
4651
|
|
|
|
|
|
|
}, |
|
4652
|
|
|
|
|
|
|
'America/Martinique' => { |
|
4653
|
|
|
|
|
|
|
exemplarCity => q#Martinica#, |
|
4654
|
|
|
|
|
|
|
}, |
|
4655
|
|
|
|
|
|
|
'America/Mexico_City' => { |
|
4656
|
|
|
|
|
|
|
exemplarCity => q#Mexican Cité#, |
|
4657
|
|
|
|
|
|
|
}, |
|
4658
|
|
|
|
|
|
|
'America/North_Dakota/Beulah' => { |
|
4659
|
|
|
|
|
|
|
exemplarCity => q#Beulah, Nord-Dakota#, |
|
4660
|
|
|
|
|
|
|
}, |
|
4661
|
|
|
|
|
|
|
'America/North_Dakota/Center' => { |
|
4662
|
|
|
|
|
|
|
exemplarCity => q#Center, Nord-Dakota#, |
|
4663
|
|
|
|
|
|
|
}, |
|
4664
|
|
|
|
|
|
|
'America/North_Dakota/New_Salem' => { |
|
4665
|
|
|
|
|
|
|
exemplarCity => q#New Salem, Nord-Dakota#, |
|
4666
|
|
|
|
|
|
|
}, |
|
4667
|
|
|
|
|
|
|
'America/Port_of_Spain' => { |
|
4668
|
|
|
|
|
|
|
exemplarCity => q#Port-of-Spain#, |
|
4669
|
|
|
|
|
|
|
}, |
|
4670
|
|
|
|
|
|
|
'America/Porto_Velho' => { |
|
4671
|
|
|
|
|
|
|
exemplarCity => q#Porto-Velho#, |
|
4672
|
|
|
|
|
|
|
}, |
|
4673
|
|
|
|
|
|
|
'America/Puerto_Rico' => { |
|
4674
|
|
|
|
|
|
|
exemplarCity => q#Porto-Rico#, |
|
4675
|
|
|
|
|
|
|
}, |
|
4676
|
|
|
|
|
|
|
'America/Punta_Arenas' => { |
|
4677
|
|
|
|
|
|
|
exemplarCity => q#Punta-Arenas#, |
|
4678
|
|
|
|
|
|
|
}, |
|
4679
|
|
|
|
|
|
|
'America/Rankin_Inlet' => { |
|
4680
|
|
|
|
|
|
|
exemplarCity => q#Rankin-Inlet#, |
|
4681
|
|
|
|
|
|
|
}, |
|
4682
|
|
|
|
|
|
|
'America/Rio_Branco' => { |
|
4683
|
|
|
|
|
|
|
exemplarCity => q#Rio-Branco#, |
|
4684
|
|
|
|
|
|
|
}, |
|
4685
|
|
|
|
|
|
|
'America/Santo_Domingo' => { |
|
4686
|
|
|
|
|
|
|
exemplarCity => q#San-Domingo#, |
|
4687
|
|
|
|
|
|
|
}, |
|
4688
|
|
|
|
|
|
|
'America/Sao_Paulo' => { |
|
4689
|
|
|
|
|
|
|
exemplarCity => q#São-Paulo#, |
|
4690
|
|
|
|
|
|
|
}, |
|
4691
|
|
|
|
|
|
|
'America/St_Barthelemy' => { |
|
4692
|
|
|
|
|
|
|
exemplarCity => q#Sant-Bartolomeo#, |
|
4693
|
|
|
|
|
|
|
}, |
|
4694
|
|
|
|
|
|
|
'America/St_Johns' => { |
|
4695
|
|
|
|
|
|
|
exemplarCity => q#St.-John’s#, |
|
4696
|
|
|
|
|
|
|
}, |
|
4697
|
|
|
|
|
|
|
'America/St_Kitts' => { |
|
4698
|
|
|
|
|
|
|
exemplarCity => q#St.-Kitts#, |
|
4699
|
|
|
|
|
|
|
}, |
|
4700
|
|
|
|
|
|
|
'America/St_Lucia' => { |
|
4701
|
|
|
|
|
|
|
exemplarCity => q#St.-Lucia#, |
|
4702
|
|
|
|
|
|
|
}, |
|
4703
|
|
|
|
|
|
|
'America/St_Thomas' => { |
|
4704
|
|
|
|
|
|
|
exemplarCity => q#St.-Thomas#, |
|
4705
|
|
|
|
|
|
|
}, |
|
4706
|
|
|
|
|
|
|
'America/St_Vincent' => { |
|
4707
|
|
|
|
|
|
|
exemplarCity => q#St.-Vincent#, |
|
4708
|
|
|
|
|
|
|
}, |
|
4709
|
|
|
|
|
|
|
'America/Swift_Current' => { |
|
4710
|
|
|
|
|
|
|
exemplarCity => q#Swift-Current#, |
|
4711
|
|
|
|
|
|
|
}, |
|
4712
|
|
|
|
|
|
|
'America_Central' => { |
|
4713
|
|
|
|
|
|
|
long => { |
|
4714
|
|
|
|
|
|
|
'daylight' => q#american central estival témpor#, |
|
4715
|
|
|
|
|
|
|
'generic' => q#american central témpor#, |
|
4716
|
|
|
|
|
|
|
'standard' => q#american central standard témpor#, |
|
4717
|
|
|
|
|
|
|
}, |
|
4718
|
|
|
|
|
|
|
}, |
|
4719
|
|
|
|
|
|
|
'America_Eastern' => { |
|
4720
|
|
|
|
|
|
|
long => { |
|
4721
|
|
|
|
|
|
|
'daylight' => q#american oriental estival témpor#, |
|
4722
|
|
|
|
|
|
|
'generic' => q#american oriental témpor#, |
|
4723
|
|
|
|
|
|
|
'standard' => q#american oriental standard témpor#, |
|
4724
|
|
|
|
|
|
|
}, |
|
4725
|
|
|
|
|
|
|
}, |
|
4726
|
|
|
|
|
|
|
'America_Mountain' => { |
|
4727
|
|
|
|
|
|
|
long => { |
|
4728
|
|
|
|
|
|
|
'daylight' => q#american montan estival témpor#, |
|
4729
|
|
|
|
|
|
|
'generic' => q#american montan témpor#, |
|
4730
|
|
|
|
|
|
|
'standard' => q#american montan standard témpor#, |
|
4731
|
|
|
|
|
|
|
}, |
|
4732
|
|
|
|
|
|
|
}, |
|
4733
|
|
|
|
|
|
|
'America_Pacific' => { |
|
4734
|
|
|
|
|
|
|
long => { |
|
4735
|
|
|
|
|
|
|
'daylight' => q#american pacific estival témpor#, |
|
4736
|
|
|
|
|
|
|
'generic' => q#american pacific témpor#, |
|
4737
|
|
|
|
|
|
|
'standard' => q#american pacific standard témpor#, |
|
4738
|
|
|
|
|
|
|
}, |
|
4739
|
|
|
|
|
|
|
}, |
|
4740
|
|
|
|
|
|
|
'Antarctica/DumontDUrville' => { |
|
4741
|
|
|
|
|
|
|
exemplarCity => q#Dumont-d’Urville#, |
|
4742
|
|
|
|
|
|
|
}, |
|
4743
|
|
|
|
|
|
|
'Antarctica/Syowa' => { |
|
4744
|
|
|
|
|
|
|
exemplarCity => q#Showa#, |
|
4745
|
|
|
|
|
|
|
}, |
|
4746
|
|
|
|
|
|
|
'Asia/Almaty' => { |
|
4747
|
|
|
|
|
|
|
exemplarCity => q#Almati#, |
|
4748
|
|
|
|
|
|
|
}, |
|
4749
|
|
|
|
|
|
|
'Asia/Aqtau' => { |
|
4750
|
|
|
|
|
|
|
exemplarCity => q#Aktau#, |
|
4751
|
|
|
|
|
|
|
}, |
|
4752
|
|
|
|
|
|
|
'Asia/Aqtobe' => { |
|
4753
|
|
|
|
|
|
|
exemplarCity => q#Aktobe#, |
|
4754
|
|
|
|
|
|
|
}, |
|
4755
|
|
|
|
|
|
|
'Asia/Atyrau' => { |
|
4756
|
|
|
|
|
|
|
exemplarCity => q#Atirau#, |
|
4757
|
|
|
|
|
|
|
}, |
|
4758
|
|
|
|
|
|
|
'Asia/Damascus' => { |
|
4759
|
|
|
|
|
|
|
exemplarCity => q#Damasco#, |
|
4760
|
|
|
|
|
|
|
}, |
|
4761
|
|
|
|
|
|
|
'Asia/Hong_Kong' => { |
|
4762
|
|
|
|
|
|
|
exemplarCity => q#Hong-Kong#, |
|
4763
|
|
|
|
|
|
|
}, |
|
4764
|
|
|
|
|
|
|
'Asia/Kuala_Lumpur' => { |
|
4765
|
|
|
|
|
|
|
exemplarCity => q#Kuala-Lumpur#, |
|
4766
|
|
|
|
|
|
|
}, |
|
4767
|
|
|
|
|
|
|
'Asia/Phnom_Penh' => { |
|
4768
|
|
|
|
|
|
|
exemplarCity => q#Phnom-Penh#, |
|
4769
|
|
|
|
|
|
|
}, |
|
4770
|
|
|
|
|
|
|
'Asia/Qostanay' => { |
|
4771
|
|
|
|
|
|
|
exemplarCity => q#Kostanay#, |
|
4772
|
|
|
|
|
|
|
}, |
|
4773
|
|
|
|
|
|
|
'Asia/Qyzylorda' => { |
|
4774
|
|
|
|
|
|
|
exemplarCity => q#Kizilorda#, |
|
4775
|
|
|
|
|
|
|
}, |
|
4776
|
|
|
|
|
|
|
'Asia/Saigon' => { |
|
4777
|
|
|
|
|
|
|
exemplarCity => q#Ho-Chi-Minh#, |
|
4778
|
|
|
|
|
|
|
}, |
|
4779
|
|
|
|
|
|
|
'Asia/Singapore' => { |
|
4780
|
|
|
|
|
|
|
exemplarCity => q#Singapur#, |
|
4781
|
|
|
|
|
|
|
}, |
|
4782
|
|
|
|
|
|
|
'Asia/Tehran' => { |
|
4783
|
|
|
|
|
|
|
exemplarCity => q#Teheran#, |
|
4784
|
|
|
|
|
|
|
}, |
|
4785
|
|
|
|
|
|
|
'Asia/Tokyo' => { |
|
4786
|
|
|
|
|
|
|
exemplarCity => q#Tokio#, |
|
4787
|
|
|
|
|
|
|
}, |
|
4788
|
|
|
|
|
|
|
'Atlantic' => { |
|
4789
|
|
|
|
|
|
|
long => { |
|
4790
|
|
|
|
|
|
|
'daylight' => q#american atlantic estival témpor#, |
|
4791
|
|
|
|
|
|
|
'generic' => q#american atlantic témpor#, |
|
4792
|
|
|
|
|
|
|
'standard' => q#american atlantic standard témpor#, |
|
4793
|
|
|
|
|
|
|
}, |
|
4794
|
|
|
|
|
|
|
}, |
|
4795
|
|
|
|
|
|
|
'Atlantic/Canary' => { |
|
4796
|
|
|
|
|
|
|
exemplarCity => q#Canaria#, |
|
4797
|
|
|
|
|
|
|
}, |
|
4798
|
|
|
|
|
|
|
'Atlantic/Cape_Verde' => { |
|
4799
|
|
|
|
|
|
|
exemplarCity => q#Cap-Verdi#, |
|
4800
|
|
|
|
|
|
|
}, |
|
4801
|
|
|
|
|
|
|
'Atlantic/Faeroe' => { |
|
4802
|
|
|
|
|
|
|
exemplarCity => q#Feroe#, |
|
4803
|
|
|
|
|
|
|
}, |
|
4804
|
|
|
|
|
|
|
'Atlantic/South_Georgia' => { |
|
4805
|
|
|
|
|
|
|
exemplarCity => q#Sud-Georgia#, |
|
4806
|
|
|
|
|
|
|
}, |
|
4807
|
|
|
|
|
|
|
'Atlantic/St_Helena' => { |
|
4808
|
|
|
|
|
|
|
exemplarCity => q#Sant-Helena#, |
|
4809
|
|
|
|
|
|
|
}, |
|
4810
|
|
|
|
|
|
|
'Australia/Broken_Hill' => { |
|
4811
|
|
|
|
|
|
|
exemplarCity => q#Broken-Hill#, |
|
4812
|
|
|
|
|
|
|
}, |
|
4813
|
|
|
|
|
|
|
'Australia/Lord_Howe' => { |
|
4814
|
|
|
|
|
|
|
exemplarCity => q#Insul Lord-Howe#, |
|
4815
|
|
|
|
|
|
|
}, |
|
4816
|
|
|
|
|
|
|
'Australia/Perth' => { |
|
4817
|
|
|
|
|
|
|
exemplarCity => q#Pert#, |
|
4818
|
|
|
|
|
|
|
}, |
|
4819
|
|
|
|
|
|
|
'Azores' => { |
|
4820
|
|
|
|
|
|
|
long => { |
|
4821
|
|
|
|
|
|
|
'daylight' => q#témpor estival del Azores#, |
|
4822
|
|
|
|
|
|
|
'generic' => q#témpor del Azores#, |
|
4823
|
|
|
|
|
|
|
'standard' => q#témpor standard del Azores#, |
|
4824
|
|
|
|
|
|
|
}, |
|
4825
|
|
|
|
|
|
|
}, |
|
4826
|
|
|
|
|
|
|
'Christmas' => { |
|
4827
|
|
|
|
|
|
|
long => { |
|
4828
|
|
|
|
|
|
|
'standard' => q#témpor del Insul Christmas#, |
|
4829
|
|
|
|
|
|
|
}, |
|
4830
|
|
|
|
|
|
|
}, |
|
4831
|
|
|
|
|
|
|
'Cocos' => { |
|
4832
|
|
|
|
|
|
|
long => { |
|
4833
|
|
|
|
|
|
|
'standard' => q#témpor del Insules Cocos#, |
|
4834
|
|
|
|
|
|
|
}, |
|
4835
|
|
|
|
|
|
|
}, |
|
4836
|
|
|
|
|
|
|
'Cook' => { |
|
4837
|
|
|
|
|
|
|
long => { |
|
4838
|
|
|
|
|
|
|
'daylight' => q#témpor estival del Insules Cook#, |
|
4839
|
|
|
|
|
|
|
'generic' => q#témpor del Insules Cook#, |
|
4840
|
|
|
|
|
|
|
'standard' => q#témpor standard del Insules Cook#, |
|
4841
|
|
|
|
|
|
|
}, |
|
4842
|
|
|
|
|
|
|
}, |
|
4843
|
|
|
|
|
|
|
'Cuba' => { |
|
4844
|
|
|
|
|
|
|
long => { |
|
4845
|
|
|
|
|
|
|
'daylight' => q#cuban estival témpor#, |
|
4846
|
|
|
|
|
|
|
'generic' => q#cuban témpor#, |
|
4847
|
|
|
|
|
|
|
'standard' => q#cuban standard témpor#, |
|
4848
|
|
|
|
|
|
|
}, |
|
4849
|
|
|
|
|
|
|
}, |
|
4850
|
|
|
|
|
|
|
'Etc/UTC' => { |
|
4851
|
|
|
|
|
|
|
long => { |
|
4852
|
|
|
|
|
|
|
'standard' => q#universal témpor coordinat#, |
|
4853
|
|
|
|
|
|
|
}, |
|
4854
|
|
|
|
|
|
|
}, |
|
4855
|
|
|
|
|
|
|
'Etc/Unknown' => { |
|
4856
|
|
|
|
|
|
|
exemplarCity => q#ínconosset cité#, |
|
4857
|
|
|
|
|
|
|
}, |
|
4858
|
|
|
|
|
|
|
'Europe/Athens' => { |
|
4859
|
|
|
|
|
|
|
exemplarCity => q#Aten#, |
|
4860
|
|
|
|
|
|
|
}, |
|
4861
|
|
|
|
|
|
|
'Europe/Belgrade' => { |
|
4862
|
|
|
|
|
|
|
exemplarCity => q#Belgrad#, |
|
4863
|
|
|
|
|
|
|
}, |
|
4864
|
|
|
|
|
|
|
'Europe/Brussels' => { |
|
4865
|
|
|
|
|
|
|
exemplarCity => q#Bruxelles#, |
|
4866
|
|
|
|
|
|
|
}, |
|
4867
|
|
|
|
|
|
|
'Europe/Bucharest' => { |
|
4868
|
|
|
|
|
|
|
exemplarCity => q#Bucuresti#, |
|
4869
|
|
|
|
|
|
|
}, |
|
4870
|
|
|
|
|
|
|
'Europe/Copenhagen' => { |
|
4871
|
|
|
|
|
|
|
exemplarCity => q#København#, |
|
4872
|
|
|
|
|
|
|
}, |
|
4873
|
|
|
|
|
|
|
'Europe/Dublin' => { |
|
4874
|
|
|
|
|
|
|
long => { |
|
4875
|
|
|
|
|
|
|
'daylight' => q#irlandesi standard témpor#, |
|
4876
|
|
|
|
|
|
|
}, |
|
4877
|
|
|
|
|
|
|
}, |
|
4878
|
|
|
|
|
|
|
'Europe/Isle_of_Man' => { |
|
4879
|
|
|
|
|
|
|
exemplarCity => q#Insul de Man#, |
|
4880
|
|
|
|
|
|
|
}, |
|
4881
|
|
|
|
|
|
|
'Europe/Kiev' => { |
|
4882
|
|
|
|
|
|
|
exemplarCity => q#Kiev#, |
|
4883
|
|
|
|
|
|
|
}, |
|
4884
|
|
|
|
|
|
|
'Europe/Lisbon' => { |
|
4885
|
|
|
|
|
|
|
exemplarCity => q#Lisboa#, |
|
4886
|
|
|
|
|
|
|
}, |
|
4887
|
|
|
|
|
|
|
'Europe/London' => { |
|
4888
|
|
|
|
|
|
|
long => { |
|
4889
|
|
|
|
|
|
|
'daylight' => q#britanic estival témpor#, |
|
4890
|
|
|
|
|
|
|
}, |
|
4891
|
|
|
|
|
|
|
}, |
|
4892
|
|
|
|
|
|
|
'Europe/Luxembourg' => { |
|
4893
|
|
|
|
|
|
|
exemplarCity => q#Luxemburg#, |
|
4894
|
|
|
|
|
|
|
}, |
|
4895
|
|
|
|
|
|
|
'Europe/Monaco' => { |
|
4896
|
|
|
|
|
|
|
exemplarCity => q#Mónaco#, |
|
4897
|
|
|
|
|
|
|
}, |
|
4898
|
|
|
|
|
|
|
'Europe/Moscow' => { |
|
4899
|
|
|
|
|
|
|
exemplarCity => q#Moscva#, |
|
4900
|
|
|
|
|
|
|
}, |
|
4901
|
|
|
|
|
|
|
'Europe/Prague' => { |
|
4902
|
|
|
|
|
|
|
exemplarCity => q#Praha#, |
|
4903
|
|
|
|
|
|
|
}, |
|
4904
|
|
|
|
|
|
|
'Europe/Rome' => { |
|
4905
|
|
|
|
|
|
|
exemplarCity => q#Roma#, |
|
4906
|
|
|
|
|
|
|
}, |
|
4907
|
|
|
|
|
|
|
'Europe/San_Marino' => { |
|
4908
|
|
|
|
|
|
|
exemplarCity => q#San-Marino#, |
|
4909
|
|
|
|
|
|
|
}, |
|
4910
|
|
|
|
|
|
|
'Europe/Tirane' => { |
|
4911
|
|
|
|
|
|
|
exemplarCity => q#Tirana#, |
|
4912
|
|
|
|
|
|
|
}, |
|
4913
|
|
|
|
|
|
|
'Europe/Warsaw' => { |
|
4914
|
|
|
|
|
|
|
exemplarCity => q#Warszawa#, |
|
4915
|
|
|
|
|
|
|
}, |
|
4916
|
|
|
|
|
|
|
'Europe/Zurich' => { |
|
4917
|
|
|
|
|
|
|
exemplarCity => q#Zürich#, |
|
4918
|
|
|
|
|
|
|
}, |
|
4919
|
|
|
|
|
|
|
'Europe_Central' => { |
|
4920
|
|
|
|
|
|
|
long => { |
|
4921
|
|
|
|
|
|
|
'daylight' => q#central europan estival témpor#, |
|
4922
|
|
|
|
|
|
|
'generic' => q#central europan témpor#, |
|
4923
|
|
|
|
|
|
|
'standard' => q#central europan standard témpor#, |
|
4924
|
|
|
|
|
|
|
}, |
|
4925
|
|
|
|
|
|
|
}, |
|
4926
|
|
|
|
|
|
|
'Europe_Eastern' => { |
|
4927
|
|
|
|
|
|
|
long => { |
|
4928
|
|
|
|
|
|
|
'daylight' => q#ost-europan estival témpor#, |
|
4929
|
|
|
|
|
|
|
'generic' => q#ost-europan témpor#, |
|
4930
|
|
|
|
|
|
|
'standard' => q#ost-europan standard témpor#, |
|
4931
|
|
|
|
|
|
|
}, |
|
4932
|
|
|
|
|
|
|
}, |
|
4933
|
|
|
|
|
|
|
'Europe_Western' => { |
|
4934
|
|
|
|
|
|
|
long => { |
|
4935
|
|
|
|
|
|
|
'daylight' => q#west-europan estival témpor#, |
|
4936
|
|
|
|
|
|
|
'generic' => q#west-europan témpor#, |
|
4937
|
|
|
|
|
|
|
'standard' => q#west-europan standard témpor#, |
|
4938
|
|
|
|
|
|
|
}, |
|
4939
|
|
|
|
|
|
|
}, |
|
4940
|
|
|
|
|
|
|
'Falkland' => { |
|
4941
|
|
|
|
|
|
|
long => { |
|
4942
|
|
|
|
|
|
|
'daylight' => q#témpor estival del Insules Falkland#, |
|
4943
|
|
|
|
|
|
|
'generic' => q#témpor del Insules Falkland#, |
|
4944
|
|
|
|
|
|
|
'standard' => q#témpor standard del Insules Falkland#, |
|
4945
|
|
|
|
|
|
|
}, |
|
4946
|
|
|
|
|
|
|
}, |
|
4947
|
|
|
|
|
|
|
'GMT' => { |
|
4948
|
|
|
|
|
|
|
long => { |
|
4949
|
|
|
|
|
|
|
'standard' => q#témpore medial de Greenwich#, |
|
4950
|
|
|
|
|
|
|
}, |
|
4951
|
|
|
|
|
|
|
}, |
|
4952
|
|
|
|
|
|
|
'Gilbert_Islands' => { |
|
4953
|
|
|
|
|
|
|
long => { |
|
4954
|
|
|
|
|
|
|
'standard' => q#témpor del Insules Gilbert#, |
|
4955
|
|
|
|
|
|
|
}, |
|
4956
|
|
|
|
|
|
|
}, |
|
4957
|
|
|
|
|
|
|
'Greenland_Eastern' => { |
|
4958
|
|
|
|
|
|
|
long => { |
|
4959
|
|
|
|
|
|
|
'daylight' => q#témpor estival del oriental Greenland#, |
|
4960
|
|
|
|
|
|
|
'generic' => q#témpor del oriental Greenland#, |
|
4961
|
|
|
|
|
|
|
'standard' => q#témpor standard del oriental Greenland#, |
|
4962
|
|
|
|
|
|
|
}, |
|
4963
|
|
|
|
|
|
|
}, |
|
4964
|
|
|
|
|
|
|
'Greenland_Western' => { |
|
4965
|
|
|
|
|
|
|
long => { |
|
4966
|
|
|
|
|
|
|
'daylight' => q#témpor estival del occidental Greenland#, |
|
4967
|
|
|
|
|
|
|
'generic' => q#témpor del occidental Greenland#, |
|
4968
|
|
|
|
|
|
|
'standard' => q#témpor standard del occidental Greenland#, |
|
4969
|
|
|
|
|
|
|
}, |
|
4970
|
|
|
|
|
|
|
}, |
|
4971
|
|
|
|
|
|
|
'Hawaii_Aleutian' => { |
|
4972
|
|
|
|
|
|
|
long => { |
|
4973
|
|
|
|
|
|
|
'daylight' => q#témpor estival de Hawai e Aleutes#, |
|
4974
|
|
|
|
|
|
|
'generic' => q#témpor de Hawai e Aleutes#, |
|
4975
|
|
|
|
|
|
|
'standard' => q#témpor standard de Hawai e Aleutes#, |
|
4976
|
|
|
|
|
|
|
}, |
|
4977
|
|
|
|
|
|
|
}, |
|
4978
|
|
|
|
|
|
|
'Indian/Mauritius' => { |
|
4979
|
|
|
|
|
|
|
exemplarCity => q#Mauricio#, |
|
4980
|
|
|
|
|
|
|
}, |
|
4981
|
|
|
|
|
|
|
'Line_Islands' => { |
|
4982
|
|
|
|
|
|
|
long => { |
|
4983
|
|
|
|
|
|
|
'standard' => q#témpor del Insules Line#, |
|
4984
|
|
|
|
|
|
|
}, |
|
4985
|
|
|
|
|
|
|
}, |
|
4986
|
|
|
|
|
|
|
'Lord_Howe' => { |
|
4987
|
|
|
|
|
|
|
long => { |
|
4988
|
|
|
|
|
|
|
'daylight' => q#témpor estival del Insul Lord-Howe#, |
|
4989
|
|
|
|
|
|
|
'generic' => q#témpor del Insul Lord-Howe#, |
|
4990
|
|
|
|
|
|
|
'standard' => q#témpor standard del Insul Lord-Howe#, |
|
4991
|
|
|
|
|
|
|
}, |
|
4992
|
|
|
|
|
|
|
}, |
|
4993
|
|
|
|
|
|
|
'Marquesas' => { |
|
4994
|
|
|
|
|
|
|
long => { |
|
4995
|
|
|
|
|
|
|
'standard' => q#témpor del Marquesas#, |
|
4996
|
|
|
|
|
|
|
}, |
|
4997
|
|
|
|
|
|
|
}, |
|
4998
|
|
|
|
|
|
|
'Marshall_Islands' => { |
|
4999
|
|
|
|
|
|
|
long => { |
|
5000
|
|
|
|
|
|
|
'standard' => q#témpor del Insules Marshall#, |
|
5001
|
|
|
|
|
|
|
}, |
|
5002
|
|
|
|
|
|
|
}, |
|
5003
|
|
|
|
|
|
|
'Mexico_Pacific' => { |
|
5004
|
|
|
|
|
|
|
long => { |
|
5005
|
|
|
|
|
|
|
'daylight' => q#mexican pacific estival témpor#, |
|
5006
|
|
|
|
|
|
|
'generic' => q#mexican pacific témpor#, |
|
5007
|
|
|
|
|
|
|
'standard' => q#mexican pacific standard témpor#, |
|
5008
|
|
|
|
|
|
|
}, |
|
5009
|
|
|
|
|
|
|
}, |
|
5010
|
|
|
|
|
|
|
'Newfoundland' => { |
|
5011
|
|
|
|
|
|
|
long => { |
|
5012
|
|
|
|
|
|
|
'daylight' => q#témpor estival de Newfoundland#, |
|
5013
|
|
|
|
|
|
|
'generic' => q#témpor de Newfoundland#, |
|
5014
|
|
|
|
|
|
|
'standard' => q#témpor standard de Newfoundland#, |
|
5015
|
|
|
|
|
|
|
}, |
|
5016
|
|
|
|
|
|
|
}, |
|
5017
|
|
|
|
|
|
|
'Norfolk' => { |
|
5018
|
|
|
|
|
|
|
long => { |
|
5019
|
|
|
|
|
|
|
'daylight' => q#témpor estival del Insul Norfolk#, |
|
5020
|
|
|
|
|
|
|
'generic' => q#témpor del Insul Norfolk#, |
|
5021
|
|
|
|
|
|
|
'standard' => q#témpor standard del Insul Norfolk#, |
|
5022
|
|
|
|
|
|
|
}, |
|
5023
|
|
|
|
|
|
|
}, |
|
5024
|
|
|
|
|
|
|
'Pacific/Easter' => { |
|
5025
|
|
|
|
|
|
|
exemplarCity => q#Pasca#, |
|
5026
|
|
|
|
|
|
|
}, |
|
5027
|
|
|
|
|
|
|
'Pacific/Fiji' => { |
|
5028
|
|
|
|
|
|
|
exemplarCity => q#Fidji#, |
|
5029
|
|
|
|
|
|
|
}, |
|
5030
|
|
|
|
|
|
|
'Pacific/Pago_Pago' => { |
|
5031
|
|
|
|
|
|
|
exemplarCity => q#Pago-Pago#, |
|
5032
|
|
|
|
|
|
|
}, |
|
5033
|
|
|
|
|
|
|
'Pacific/Port_Moresby' => { |
|
5034
|
|
|
|
|
|
|
exemplarCity => q#Port-Moresby#, |
|
5035
|
|
|
|
|
|
|
}, |
|
5036
|
|
|
|
|
|
|
'Phoenix_Islands' => { |
|
5037
|
|
|
|
|
|
|
long => { |
|
5038
|
|
|
|
|
|
|
'standard' => q#témpor del Insules Fénix#, |
|
5039
|
|
|
|
|
|
|
}, |
|
5040
|
|
|
|
|
|
|
}, |
|
5041
|
|
|
|
|
|
|
'Solomon' => { |
|
5042
|
|
|
|
|
|
|
long => { |
|
5043
|
|
|
|
|
|
|
'standard' => q#témpor del Insules Solomon#, |
|
5044
|
|
|
|
|
|
|
}, |
|
5045
|
|
|
|
|
|
|
}, |
|
5046
|
|
|
|
|
|
|
'Wake' => { |
|
5047
|
|
|
|
|
|
|
long => { |
|
5048
|
|
|
|
|
|
|
'standard' => q#témpor del Insul Wake#, |
|
5049
|
|
|
|
|
|
|
}, |
|
5050
|
|
|
|
|
|
|
}, |
|
5051
|
|
|
|
|
|
|
'Yukon' => { |
|
5052
|
|
|
|
|
|
|
long => { |
|
5053
|
|
|
|
|
|
|
'standard' => q#témpor de Yukon#, |
|
5054
|
|
|
|
|
|
|
}, |
|
5055
|
|
|
|
|
|
|
}, |
|
5056
|
|
|
|
|
|
|
} } |
|
5057
|
|
|
|
|
|
|
); |
|
5058
|
1
|
|
|
1
|
|
8465
|
no Moo; |
|
|
1
|
|
|
|
|
2
|
|
|
|
1
|
|
|
|
|
5
|
|
|
5059
|
|
|
|
|
|
|
|
|
5060
|
|
|
|
|
|
|
1; |
|
5061
|
|
|
|
|
|
|
|
|
5062
|
|
|
|
|
|
|
# vim: tabstop=4 |