line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
=encoding utf8 |
2
|
|
|
|
|
|
|
|
3
|
|
|
|
|
|
|
=head1 |
4
|
|
|
|
|
|
|
|
5
|
|
|
|
|
|
|
Locale::CLDR::Locales::Gd - Package for language Scottish Gaelic |
6
|
|
|
|
|
|
|
|
7
|
|
|
|
|
|
|
=cut |
8
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
package Locale::CLDR::Locales::Gd; |
10
|
|
|
|
|
|
|
# This file auto generated from Data\common\main\gd.xml |
11
|
|
|
|
|
|
|
# on Sun 16 Dec 4:17:21 pm GMT |
12
|
|
|
|
|
|
|
|
13
|
1
|
|
|
1
|
|
931099
|
use strict; |
|
1
|
|
|
|
|
3
|
|
|
1
|
|
|
|
|
29
|
|
14
|
1
|
|
|
1
|
|
4
|
use warnings; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
26
|
|
15
|
1
|
|
|
1
|
|
5
|
use version; |
|
1
|
|
|
|
|
1
|
|
|
1
|
|
|
|
|
9
|
|
16
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
our $VERSION = version->declare('v0.34.0'); |
18
|
|
|
|
|
|
|
|
19
|
1
|
|
|
1
|
|
99
|
use v5.10.1; |
|
1
|
|
|
|
|
3
|
|
20
|
1
|
|
|
1
|
|
4
|
use mro 'c3'; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
7
|
|
21
|
1
|
|
|
1
|
|
22
|
use utf8; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
8
|
|
22
|
1
|
|
|
1
|
|
28
|
use if $^V ge v5.12.0, feature => 'unicode_strings'; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
16
|
|
23
|
1
|
|
|
1
|
|
131
|
use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef ); |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
10
|
|
24
|
1
|
|
|
1
|
|
977
|
use Moo; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
7
|
|
25
|
|
|
|
|
|
|
|
26
|
|
|
|
|
|
|
extends('Locale::CLDR::Locales::Root'); |
27
|
|
|
|
|
|
|
# Need to add code for Key type pattern |
28
|
|
|
|
|
|
|
sub display_name_pattern { |
29
|
0
|
|
|
0
|
0
|
|
my ($self, $name, $region, $script, $variant) = @_; |
30
|
|
|
|
|
|
|
|
31
|
0
|
|
|
|
|
|
my $display_pattern = '{0} ({1})'; |
32
|
0
|
|
|
|
|
|
$display_pattern =~s/\{0\}/$name/g; |
33
|
0
|
|
|
|
|
|
my $subtags = join '{0}, {1}', grep {$_} ( |
|
0
|
|
|
|
|
|
|
34
|
|
|
|
|
|
|
$region, |
35
|
|
|
|
|
|
|
$script, |
36
|
|
|
|
|
|
|
$variant, |
37
|
|
|
|
|
|
|
); |
38
|
|
|
|
|
|
|
|
39
|
0
|
|
|
|
|
|
$display_pattern =~s/\{1\}/$subtags/g; |
40
|
0
|
|
|
|
|
|
return $display_pattern; |
41
|
|
|
|
|
|
|
} |
42
|
|
|
|
|
|
|
|
43
|
|
|
|
|
|
|
has 'display_name_language' => ( |
44
|
|
|
|
|
|
|
is => 'ro', |
45
|
|
|
|
|
|
|
isa => CodeRef, |
46
|
|
|
|
|
|
|
init_arg => undef, |
47
|
|
|
|
|
|
|
default => sub { |
48
|
|
|
|
|
|
|
sub { |
49
|
|
|
|
|
|
|
my %languages = ( |
50
|
|
|
|
|
|
|
'aa' => 'Afar', |
51
|
|
|
|
|
|
|
'ab' => 'Abchasais', |
52
|
|
|
|
|
|
|
'ace' => 'Basa Acèh', |
53
|
|
|
|
|
|
|
'ach' => 'Acoli', |
54
|
|
|
|
|
|
|
'ada' => 'Adangme', |
55
|
|
|
|
|
|
|
'ady' => 'Adyghe', |
56
|
|
|
|
|
|
|
'ae' => 'Avestanais', |
57
|
|
|
|
|
|
|
'aeb' => 'Arabais Thuiniseach', |
58
|
|
|
|
|
|
|
'af' => 'Afraganais', |
59
|
|
|
|
|
|
|
'afh' => 'Afrihili', |
60
|
|
|
|
|
|
|
'agq' => 'Aghem', |
61
|
|
|
|
|
|
|
'ain' => 'Ainu', |
62
|
|
|
|
|
|
|
'ak' => 'Akan', |
63
|
|
|
|
|
|
|
'akk' => 'Acadais', |
64
|
|
|
|
|
|
|
'akz' => 'Alabama', |
65
|
|
|
|
|
|
|
'ale' => 'Aleutais', |
66
|
|
|
|
|
|
|
'aln' => 'Albà inis Ghegeach', |
67
|
|
|
|
|
|
|
'alt' => 'Altais Dheasach', |
68
|
|
|
|
|
|
|
'am' => 'Amtharais', |
69
|
|
|
|
|
|
|
'an' => 'Aragonais', |
70
|
|
|
|
|
|
|
'ang' => 'Seann-Bheurla', |
71
|
|
|
|
|
|
|
'anp' => 'Angika', |
72
|
|
|
|
|
|
|
'ar' => 'Arabais', |
73
|
|
|
|
|
|
|
'ar_001' => 'Nuadh-Arabais Stannardach', |
74
|
|
|
|
|
|
|
'arc' => 'Aramais', |
75
|
|
|
|
|
|
|
'arn' => 'Mapudungun', |
76
|
|
|
|
|
|
|
'aro' => 'Araona', |
77
|
|
|
|
|
|
|
'arp' => 'Arapaho', |
78
|
|
|
|
|
|
|
'arq' => 'Arabais Aildireach', |
79
|
|
|
|
|
|
|
'arw' => 'Arawak', |
80
|
|
|
|
|
|
|
'ary' => 'Arabais Mhorocach', |
81
|
|
|
|
|
|
|
'arz' => 'Arabais Ãipheiteach', |
82
|
|
|
|
|
|
|
'as' => 'Asamais', |
83
|
|
|
|
|
|
|
'asa' => 'Asu', |
84
|
|
|
|
|
|
|
'ase' => 'Cainnt-shanais na h-Aimeireaga', |
85
|
|
|
|
|
|
|
'ast' => 'Astùrais', |
86
|
|
|
|
|
|
|
'av' => 'Avarais', |
87
|
|
|
|
|
|
|
'avk' => 'Kotava', |
88
|
|
|
|
|
|
|
'awa' => 'Awadhi', |
89
|
|
|
|
|
|
|
'ay' => 'Aymara', |
90
|
|
|
|
|
|
|
'az' => 'Asarbaideà nais', |
91
|
|
|
|
|
|
|
'az@alt=short' => 'Azeri', |
92
|
|
|
|
|
|
|
'ba' => 'Bashkir', |
93
|
|
|
|
|
|
|
'bal' => 'Baluchì', |
94
|
|
|
|
|
|
|
'ban' => 'CÃ nan Bali', |
95
|
|
|
|
|
|
|
'bas' => 'Basaa', |
96
|
|
|
|
|
|
|
'bax' => 'Bamun', |
97
|
|
|
|
|
|
|
'bbc' => 'Batak Toba', |
98
|
|
|
|
|
|
|
'bbj' => 'Ghomala', |
99
|
|
|
|
|
|
|
'be' => 'Bealaruisis', |
100
|
|
|
|
|
|
|
'bej' => 'Beja', |
101
|
|
|
|
|
|
|
'bem' => 'Bemba', |
102
|
|
|
|
|
|
|
'bew' => 'Betawi', |
103
|
|
|
|
|
|
|
'bez' => 'Bena', |
104
|
|
|
|
|
|
|
'bfd' => 'Bafut', |
105
|
|
|
|
|
|
|
'bfq' => 'Badaga', |
106
|
|
|
|
|
|
|
'bg' => 'Bulgarais', |
107
|
|
|
|
|
|
|
'bgn' => 'Balochi Shiarach', |
108
|
|
|
|
|
|
|
'bho' => 'Bhojpuri', |
109
|
|
|
|
|
|
|
'bi' => 'Bislama', |
110
|
|
|
|
|
|
|
'bik' => 'Bikol', |
111
|
|
|
|
|
|
|
'bin' => 'Bini', |
112
|
|
|
|
|
|
|
'bjn' => 'Banjar', |
113
|
|
|
|
|
|
|
'bkm' => 'Kom', |
114
|
|
|
|
|
|
|
'bla' => 'Siksika', |
115
|
|
|
|
|
|
|
'bm' => 'Bambara', |
116
|
|
|
|
|
|
|
'bn' => 'Bangla', |
117
|
|
|
|
|
|
|
'bo' => 'Tibeitis', |
118
|
|
|
|
|
|
|
'bpy' => 'Bishnupriya', |
119
|
|
|
|
|
|
|
'bqi' => 'Bakhtiari', |
120
|
|
|
|
|
|
|
'br' => 'Breatnais', |
121
|
|
|
|
|
|
|
'bra' => 'Braj', |
122
|
|
|
|
|
|
|
'brh' => 'Brahui', |
123
|
|
|
|
|
|
|
'brx' => 'Bodo', |
124
|
|
|
|
|
|
|
'bs' => 'Bosnais', |
125
|
|
|
|
|
|
|
'bss' => 'Akoose', |
126
|
|
|
|
|
|
|
'bua' => 'Buriat', |
127
|
|
|
|
|
|
|
'bug' => 'CÃ nan nam Bugis', |
128
|
|
|
|
|
|
|
'bum' => 'Bulu', |
129
|
|
|
|
|
|
|
'byn' => 'Blin', |
130
|
|
|
|
|
|
|
'byv' => 'Medumba', |
131
|
|
|
|
|
|
|
'ca' => 'Catalanais', |
132
|
|
|
|
|
|
|
'cad' => 'Caddo', |
133
|
|
|
|
|
|
|
'car' => 'Carib', |
134
|
|
|
|
|
|
|
'cay' => 'Cayuga', |
135
|
|
|
|
|
|
|
'cch' => 'Atsam', |
136
|
|
|
|
|
|
|
'ce' => 'Deideanais', |
137
|
|
|
|
|
|
|
'ceb' => 'Cebuano', |
138
|
|
|
|
|
|
|
'cgg' => 'Chiga', |
139
|
|
|
|
|
|
|
'ch' => 'Chamorro', |
140
|
|
|
|
|
|
|
'chb' => 'Chibcha', |
141
|
|
|
|
|
|
|
'chg' => 'Chagatai', |
142
|
|
|
|
|
|
|
'chk' => 'CÃ nan Chuuk', |
143
|
|
|
|
|
|
|
'chm' => 'Mari', |
144
|
|
|
|
|
|
|
'chn' => 'Chinuk Wawa', |
145
|
|
|
|
|
|
|
'cho' => 'Choctaw', |
146
|
|
|
|
|
|
|
'chp' => 'Chipewyan', |
147
|
|
|
|
|
|
|
'chr' => 'Cherokee', |
148
|
|
|
|
|
|
|
'chy' => 'Cheyenne', |
149
|
|
|
|
|
|
|
'ckb' => 'Cùrdais Mheadhanach', |
150
|
|
|
|
|
|
|
'co' => 'Corsais', |
151
|
|
|
|
|
|
|
'cop' => 'Coptais', |
152
|
|
|
|
|
|
|
'cps' => 'Capiznon', |
153
|
|
|
|
|
|
|
'cr' => 'Cree', |
154
|
|
|
|
|
|
|
'crh' => 'Turcais Chriomach', |
155
|
|
|
|
|
|
|
'crs' => 'Seiseallais', |
156
|
|
|
|
|
|
|
'cs' => 'Seicis', |
157
|
|
|
|
|
|
|
'csb' => 'Caisiubais', |
158
|
|
|
|
|
|
|
'cu' => 'Slà bhais na h-Eaglaise', |
159
|
|
|
|
|
|
|
'cv' => 'Chuvash', |
160
|
|
|
|
|
|
|
'cy' => 'Cuimris', |
161
|
|
|
|
|
|
|
'da' => 'Danmhairgis', |
162
|
|
|
|
|
|
|
'dak' => 'Dakota', |
163
|
|
|
|
|
|
|
'dar' => 'Dargwa', |
164
|
|
|
|
|
|
|
'dav' => 'Taita', |
165
|
|
|
|
|
|
|
'de' => 'Gearmailtis', |
166
|
|
|
|
|
|
|
'de_AT' => 'Gearmailtis na h-Ostaire', |
167
|
|
|
|
|
|
|
'de_CH' => 'Ãrd-Ghearmailtis na h-Eilbheise', |
168
|
|
|
|
|
|
|
'del' => 'Delaware', |
169
|
|
|
|
|
|
|
'den' => 'Slavey', |
170
|
|
|
|
|
|
|
'dgr' => 'Dogrib', |
171
|
|
|
|
|
|
|
'din' => 'Dinka', |
172
|
|
|
|
|
|
|
'dje' => 'Zarma', |
173
|
|
|
|
|
|
|
'doi' => 'Dogri', |
174
|
|
|
|
|
|
|
'dsb' => 'Sòrbais Ãochdarach', |
175
|
|
|
|
|
|
|
'dtp' => 'Dusun Mheadhanach', |
176
|
|
|
|
|
|
|
'dua' => 'Duala', |
177
|
|
|
|
|
|
|
'dum' => 'Meadhan-Dhuitsis', |
178
|
|
|
|
|
|
|
'dv' => 'Divehi', |
179
|
|
|
|
|
|
|
'dyo' => 'Jola-Fonyi', |
180
|
|
|
|
|
|
|
'dyu' => 'Dyula', |
181
|
|
|
|
|
|
|
'dz' => 'Dzongkha', |
182
|
|
|
|
|
|
|
'dzg' => 'Dazaga', |
183
|
|
|
|
|
|
|
'ebu' => 'Embu', |
184
|
|
|
|
|
|
|
'ee' => 'Ewe', |
185
|
|
|
|
|
|
|
'efi' => 'Efik', |
186
|
|
|
|
|
|
|
'egy' => 'Ãipheitis Ãrsaidh', |
187
|
|
|
|
|
|
|
'eka' => 'Ekajuk', |
188
|
|
|
|
|
|
|
'el' => 'Greugais', |
189
|
|
|
|
|
|
|
'elx' => 'Elamais', |
190
|
|
|
|
|
|
|
'en' => 'Beurla', |
191
|
|
|
|
|
|
|
'en_AU' => 'Beurla Astrà ilia', |
192
|
|
|
|
|
|
|
'en_CA' => 'Beurla Chanada', |
193
|
|
|
|
|
|
|
'en_GB' => 'Beurla Bhreatainn', |
194
|
|
|
|
|
|
|
'en_GB@alt=short' => 'Beurla na RA', |
195
|
|
|
|
|
|
|
'en_US' => 'Beurla na h-Aimeireaga', |
196
|
|
|
|
|
|
|
'en_US@alt=short' => 'Beurla nan SA', |
197
|
|
|
|
|
|
|
'enm' => 'Meadhan-Bheurla', |
198
|
|
|
|
|
|
|
'eo' => 'Esperanto', |
199
|
|
|
|
|
|
|
'es' => 'Spà inntis', |
200
|
|
|
|
|
|
|
'es_419' => 'Spà inntis na h-Aimeireaga Laidinneach', |
201
|
|
|
|
|
|
|
'es_ES' => 'Spà inntis Eòrpach', |
202
|
|
|
|
|
|
|
'es_MX' => 'Spà inntis Mheagsagach', |
203
|
|
|
|
|
|
|
'esu' => 'Yupik Mheadhanach', |
204
|
|
|
|
|
|
|
'et' => 'Eastoinis', |
205
|
|
|
|
|
|
|
'eu' => 'Basgais', |
206
|
|
|
|
|
|
|
'ewo' => 'Ewondo', |
207
|
|
|
|
|
|
|
'ext' => 'CÃ nan na h-Extremadura', |
208
|
|
|
|
|
|
|
'fa' => 'Peirsis', |
209
|
|
|
|
|
|
|
'fan' => 'Fang', |
210
|
|
|
|
|
|
|
'fat' => 'Fanti', |
211
|
|
|
|
|
|
|
'ff' => 'Fulah', |
212
|
|
|
|
|
|
|
'fi' => 'Fionnlannais', |
213
|
|
|
|
|
|
|
'fil' => 'Filipinis', |
214
|
|
|
|
|
|
|
'fit' => 'Meänkieli', |
215
|
|
|
|
|
|
|
'fj' => 'Fìdis', |
216
|
|
|
|
|
|
|
'fo' => 'FÃ rothais', |
217
|
|
|
|
|
|
|
'fon' => 'Fon', |
218
|
|
|
|
|
|
|
'fr' => 'Fraingis', |
219
|
|
|
|
|
|
|
'fr_CA' => 'Fraingis Chanada', |
220
|
|
|
|
|
|
|
'fr_CH' => 'Fraingis Eilbheiseach', |
221
|
|
|
|
|
|
|
'frc' => 'Fraingis nan Cajun', |
222
|
|
|
|
|
|
|
'frm' => 'Meadhan-Fhraingis', |
223
|
|
|
|
|
|
|
'fro' => 'Seann-Fhraingis', |
224
|
|
|
|
|
|
|
'frp' => 'Arpitan', |
225
|
|
|
|
|
|
|
'frr' => 'Frìoslannais Thuathach', |
226
|
|
|
|
|
|
|
'frs' => 'Frìoslannais Earach', |
227
|
|
|
|
|
|
|
'fur' => 'Friùilis', |
228
|
|
|
|
|
|
|
'fy' => 'Frìoslannais Shiarach', |
229
|
|
|
|
|
|
|
'ga' => 'Gaeilge', |
230
|
|
|
|
|
|
|
'gaa' => 'Ga', |
231
|
|
|
|
|
|
|
'gag' => 'Gagauz', |
232
|
|
|
|
|
|
|
'gan' => 'Gan', |
233
|
|
|
|
|
|
|
'gay' => 'Gayo', |
234
|
|
|
|
|
|
|
'gba' => 'Gbaya', |
235
|
|
|
|
|
|
|
'gbz' => 'Dari Zoroastrach', |
236
|
|
|
|
|
|
|
'gd' => 'GÃ idhlig', |
237
|
|
|
|
|
|
|
'gez' => 'Geâez', |
238
|
|
|
|
|
|
|
'gil' => 'Ciribeasais', |
239
|
|
|
|
|
|
|
'gl' => 'Gailìsis', |
240
|
|
|
|
|
|
|
'glk' => 'Gilaki', |
241
|
|
|
|
|
|
|
'gmh' => 'Meadhan-Ãrd-Gearmailtis', |
242
|
|
|
|
|
|
|
'gn' => 'GuaranÃ', |
243
|
|
|
|
|
|
|
'goh' => 'Seann-Ãrd-Gearmailtis', |
244
|
|
|
|
|
|
|
'gom' => 'Konkani Goa', |
245
|
|
|
|
|
|
|
'gon' => 'Gondi', |
246
|
|
|
|
|
|
|
'gor' => 'Gorontalo', |
247
|
|
|
|
|
|
|
'got' => 'Gotais', |
248
|
|
|
|
|
|
|
'grb' => 'Grebo', |
249
|
|
|
|
|
|
|
'grc' => 'Greugais Ãrsaidh', |
250
|
|
|
|
|
|
|
'gsw' => 'Gearmailtis Eilbheiseach', |
251
|
|
|
|
|
|
|
'gu' => 'Gujarati', |
252
|
|
|
|
|
|
|
'guc' => 'Wayuu', |
253
|
|
|
|
|
|
|
'gur' => 'Frafra', |
254
|
|
|
|
|
|
|
'guz' => 'Gusii', |
255
|
|
|
|
|
|
|
'gv' => 'Gaelg', |
256
|
|
|
|
|
|
|
'gwi' => 'Gwichʼin', |
257
|
|
|
|
|
|
|
'ha' => 'Hausa', |
258
|
|
|
|
|
|
|
'hai' => 'Haida', |
259
|
|
|
|
|
|
|
'hak' => 'Hakka', |
260
|
|
|
|
|
|
|
'haw' => 'CÃ nan Hawaiâi', |
261
|
|
|
|
|
|
|
'he' => 'Eabhra', |
262
|
|
|
|
|
|
|
'hi' => 'Hindis', |
263
|
|
|
|
|
|
|
'hif' => 'Hindis Fhìditheach', |
264
|
|
|
|
|
|
|
'hil' => 'Hiligaynon', |
265
|
|
|
|
|
|
|
'hit' => 'CÃ nan Het', |
266
|
|
|
|
|
|
|
'hmn' => 'Hmong', |
267
|
|
|
|
|
|
|
'ho' => 'Hiri Motu', |
268
|
|
|
|
|
|
|
'hr' => 'Cròthaisis', |
269
|
|
|
|
|
|
|
'hsb' => 'Sòrbais Uachdarach', |
270
|
|
|
|
|
|
|
'hsn' => 'Xiang', |
271
|
|
|
|
|
|
|
'ht' => 'Crìtheol Haidhti', |
272
|
|
|
|
|
|
|
'hu' => 'Ungairis', |
273
|
|
|
|
|
|
|
'hup' => 'Hupa', |
274
|
|
|
|
|
|
|
'hy' => 'Airmeinis', |
275
|
|
|
|
|
|
|
'hz' => 'Herero', |
276
|
|
|
|
|
|
|
'ia' => 'Interlingua', |
277
|
|
|
|
|
|
|
'iba' => 'Iban', |
278
|
|
|
|
|
|
|
'ibb' => 'Ibibio', |
279
|
|
|
|
|
|
|
'id' => 'Innd-Innsis', |
280
|
|
|
|
|
|
|
'ie' => 'Interlingue', |
281
|
|
|
|
|
|
|
'ig' => 'Igbo', |
282
|
|
|
|
|
|
|
'ii' => 'Yi Sichuan', |
283
|
|
|
|
|
|
|
'ik' => 'Inupiaq', |
284
|
|
|
|
|
|
|
'ilo' => 'Iloko', |
285
|
|
|
|
|
|
|
'inh' => 'Ingush', |
286
|
|
|
|
|
|
|
'io' => 'Ido', |
287
|
|
|
|
|
|
|
'is' => 'Innis Tìlis', |
288
|
|
|
|
|
|
|
'it' => 'Eadailtis', |
289
|
|
|
|
|
|
|
'iu' => 'Inuktitut', |
290
|
|
|
|
|
|
|
'ja' => 'Seapanais', |
291
|
|
|
|
|
|
|
'jam' => 'Beurla Crìtheolach Diameuga', |
292
|
|
|
|
|
|
|
'jbo' => 'Lojban', |
293
|
|
|
|
|
|
|
'jgo' => 'Ngomba', |
294
|
|
|
|
|
|
|
'jmc' => 'Machame', |
295
|
|
|
|
|
|
|
'jpr' => 'Peirsis Iùdhach', |
296
|
|
|
|
|
|
|
'jrb' => 'Arabais Iùdhach', |
297
|
|
|
|
|
|
|
'jv' => 'Deà bhanais', |
298
|
|
|
|
|
|
|
'ka' => 'Cairtbheilis', |
299
|
|
|
|
|
|
|
'kaa' => 'Kara-Kalpak', |
300
|
|
|
|
|
|
|
'kab' => 'Kabyle', |
301
|
|
|
|
|
|
|
'kac' => 'Kachin', |
302
|
|
|
|
|
|
|
'kaj' => 'Jju', |
303
|
|
|
|
|
|
|
'kam' => 'Kamba', |
304
|
|
|
|
|
|
|
'kaw' => 'Kawi', |
305
|
|
|
|
|
|
|
'kbd' => 'Cabardais', |
306
|
|
|
|
|
|
|
'kbl' => 'Kanembu', |
307
|
|
|
|
|
|
|
'kcg' => 'Tyap', |
308
|
|
|
|
|
|
|
'kde' => 'Makonde', |
309
|
|
|
|
|
|
|
'kea' => 'Kabuverdianu', |
310
|
|
|
|
|
|
|
'ken' => 'Kenyang', |
311
|
|
|
|
|
|
|
'kfo' => 'Koro', |
312
|
|
|
|
|
|
|
'kg' => 'Kongo', |
313
|
|
|
|
|
|
|
'kgp' => 'Kaingang', |
314
|
|
|
|
|
|
|
'kha' => 'Khasi', |
315
|
|
|
|
|
|
|
'kho' => 'CÃ nan Khotan', |
316
|
|
|
|
|
|
|
'khq' => 'Koyra Chiini', |
317
|
|
|
|
|
|
|
'khw' => 'Khowar', |
318
|
|
|
|
|
|
|
'ki' => 'Kikuyu', |
319
|
|
|
|
|
|
|
'kiu' => 'Kirmanjki', |
320
|
|
|
|
|
|
|
'kj' => 'Kuanyama', |
321
|
|
|
|
|
|
|
'kk' => 'Casachais', |
322
|
|
|
|
|
|
|
'kkj' => 'Kako', |
323
|
|
|
|
|
|
|
'kl' => 'Kalaallisut', |
324
|
|
|
|
|
|
|
'kln' => 'Kalenjin', |
325
|
|
|
|
|
|
|
'km' => 'Cmèar', |
326
|
|
|
|
|
|
|
'kmb' => 'Kimbundu', |
327
|
|
|
|
|
|
|
'kn' => 'Kannada', |
328
|
|
|
|
|
|
|
'ko' => 'Coirèanais', |
329
|
|
|
|
|
|
|
'koi' => 'Komi-Permyak', |
330
|
|
|
|
|
|
|
'kok' => 'Konkani', |
331
|
|
|
|
|
|
|
'kpe' => 'Kpelle', |
332
|
|
|
|
|
|
|
'kr' => 'Kanuri', |
333
|
|
|
|
|
|
|
'krc' => 'Karachay-Balkar', |
334
|
|
|
|
|
|
|
'kri' => 'Krio', |
335
|
|
|
|
|
|
|
'krj' => 'Kinaray-a', |
336
|
|
|
|
|
|
|
'krl' => 'Cairealais', |
337
|
|
|
|
|
|
|
'kru' => 'Kurukh', |
338
|
|
|
|
|
|
|
'ks' => 'Caismiris', |
339
|
|
|
|
|
|
|
'ksb' => 'Shambala', |
340
|
|
|
|
|
|
|
'ksf' => 'Bafia', |
341
|
|
|
|
|
|
|
'ksh' => 'Gearmailtis Chologne', |
342
|
|
|
|
|
|
|
'ku' => 'Cùrdais', |
343
|
|
|
|
|
|
|
'kum' => 'Kumyk', |
344
|
|
|
|
|
|
|
'kut' => 'Kutenai', |
345
|
|
|
|
|
|
|
'kv' => 'Komi', |
346
|
|
|
|
|
|
|
'kw' => 'Còrnais', |
347
|
|
|
|
|
|
|
'ky' => 'Cìorgasais', |
348
|
|
|
|
|
|
|
'la' => 'Laideann', |
349
|
|
|
|
|
|
|
'lad' => 'Ladino', |
350
|
|
|
|
|
|
|
'lag' => 'Langi', |
351
|
|
|
|
|
|
|
'lah' => 'Lahnda', |
352
|
|
|
|
|
|
|
'lam' => 'Lamba', |
353
|
|
|
|
|
|
|
'lb' => 'Lugsamburgais', |
354
|
|
|
|
|
|
|
'lez' => 'Leasgais', |
355
|
|
|
|
|
|
|
'lfn' => 'Lingua Franca Nova', |
356
|
|
|
|
|
|
|
'lg' => 'Ganda', |
357
|
|
|
|
|
|
|
'li' => 'CÃ nan Limburg', |
358
|
|
|
|
|
|
|
'lij' => 'Liogùrais', |
359
|
|
|
|
|
|
|
'lkt' => 'Lakhóta', |
360
|
|
|
|
|
|
|
'lmo' => 'Lombardais', |
361
|
|
|
|
|
|
|
'ln' => 'Lingala', |
362
|
|
|
|
|
|
|
'lo' => 'LÃ tho', |
363
|
|
|
|
|
|
|
'lol' => 'Mongo', |
364
|
|
|
|
|
|
|
'lou' => 'Crìtheol Louisiana', |
365
|
|
|
|
|
|
|
'loz' => 'Lozi', |
366
|
|
|
|
|
|
|
'lrc' => 'Luri Thuathach', |
367
|
|
|
|
|
|
|
'lt' => 'Liotuainis', |
368
|
|
|
|
|
|
|
'lu' => 'Luba-Katanga', |
369
|
|
|
|
|
|
|
'lua' => 'Luba-Lulua', |
370
|
|
|
|
|
|
|
'lui' => 'Luiseño', |
371
|
|
|
|
|
|
|
'lun' => 'Lunda', |
372
|
|
|
|
|
|
|
'luo' => 'Luo', |
373
|
|
|
|
|
|
|
'lus' => 'Mizo', |
374
|
|
|
|
|
|
|
'luy' => 'Luyia', |
375
|
|
|
|
|
|
|
'lv' => 'Laitbheis', |
376
|
|
|
|
|
|
|
'lzh' => 'Sìnis an Litreachais', |
377
|
|
|
|
|
|
|
'lzz' => 'Laz', |
378
|
|
|
|
|
|
|
'mad' => 'CÃ nan Madhura', |
379
|
|
|
|
|
|
|
'maf' => 'Mafa', |
380
|
|
|
|
|
|
|
'mag' => 'Magahi', |
381
|
|
|
|
|
|
|
'mai' => 'Maithili', |
382
|
|
|
|
|
|
|
'mak' => 'Makasar', |
383
|
|
|
|
|
|
|
'man' => 'Mandingo', |
384
|
|
|
|
|
|
|
'mas' => 'Maasai', |
385
|
|
|
|
|
|
|
'mde' => 'Maba', |
386
|
|
|
|
|
|
|
'mdf' => 'Moksha', |
387
|
|
|
|
|
|
|
'mdr' => 'Mandar', |
388
|
|
|
|
|
|
|
'men' => 'Mende', |
389
|
|
|
|
|
|
|
'mer' => 'Meru', |
390
|
|
|
|
|
|
|
'mfe' => 'Morisyen', |
391
|
|
|
|
|
|
|
'mg' => 'Malagasais', |
392
|
|
|
|
|
|
|
'mga' => 'Meadhan-Ghaeilge', |
393
|
|
|
|
|
|
|
'mgh' => 'Makhuwa-Meetto', |
394
|
|
|
|
|
|
|
'mgo' => 'Metaâ', |
395
|
|
|
|
|
|
|
'mh' => 'Marshallais', |
396
|
|
|
|
|
|
|
'mi' => 'MÄori', |
397
|
|
|
|
|
|
|
'mic' => 'Miâkmaq', |
398
|
|
|
|
|
|
|
'min' => 'Minangkabau', |
399
|
|
|
|
|
|
|
'mk' => 'Masadonais', |
400
|
|
|
|
|
|
|
'ml' => 'Malayalam', |
401
|
|
|
|
|
|
|
'mn' => 'Mongolais', |
402
|
|
|
|
|
|
|
'mnc' => 'Manchu', |
403
|
|
|
|
|
|
|
'mni' => 'Manipuri', |
404
|
|
|
|
|
|
|
'moh' => 'Mohawk', |
405
|
|
|
|
|
|
|
'mos' => 'Mossi', |
406
|
|
|
|
|
|
|
'mr' => 'Marathi', |
407
|
|
|
|
|
|
|
'mrj' => 'Mari Shiarach', |
408
|
|
|
|
|
|
|
'ms' => 'Malaidhis', |
409
|
|
|
|
|
|
|
'mt' => 'Maltais', |
410
|
|
|
|
|
|
|
'mua' => 'Mundang', |
411
|
|
|
|
|
|
|
'mul' => 'Iomadh cà nan', |
412
|
|
|
|
|
|
|
'mus' => 'Creek', |
413
|
|
|
|
|
|
|
'mwl' => 'Miorandais', |
414
|
|
|
|
|
|
|
'mwr' => 'Marwari', |
415
|
|
|
|
|
|
|
'mwv' => 'Mentawai', |
416
|
|
|
|
|
|
|
'my' => 'Burmais', |
417
|
|
|
|
|
|
|
'mye' => 'Myene', |
418
|
|
|
|
|
|
|
'myv' => 'Erzya', |
419
|
|
|
|
|
|
|
'mzn' => 'Mazanderani', |
420
|
|
|
|
|
|
|
'na' => 'Nabhru', |
421
|
|
|
|
|
|
|
'nan' => 'Min Nan', |
422
|
|
|
|
|
|
|
'nap' => 'Eadailtis Napoli', |
423
|
|
|
|
|
|
|
'naq' => 'Nama', |
424
|
|
|
|
|
|
|
'nb' => 'Bokmål na Nirribhidh', |
425
|
|
|
|
|
|
|
'nd' => 'Ndebele Thuathach', |
426
|
|
|
|
|
|
|
'nds' => 'Gearmailtis Ãochdarach', |
427
|
|
|
|
|
|
|
'nds_NL' => 'Sagsannais Ãochdarach', |
428
|
|
|
|
|
|
|
'ne' => 'Neapà lais', |
429
|
|
|
|
|
|
|
'new' => 'Newari', |
430
|
|
|
|
|
|
|
'ng' => 'Ndonga', |
431
|
|
|
|
|
|
|
'nia' => 'Nias', |
432
|
|
|
|
|
|
|
'niu' => 'CÃ nan Niue', |
433
|
|
|
|
|
|
|
'njo' => 'Ao Naga', |
434
|
|
|
|
|
|
|
'nl' => 'Duitsis', |
435
|
|
|
|
|
|
|
'nl_BE' => 'Flannrais', |
436
|
|
|
|
|
|
|
'nmg' => 'Kwasio', |
437
|
|
|
|
|
|
|
'nn' => 'Nynorsk na Nirribhidh', |
438
|
|
|
|
|
|
|
'nnh' => 'Ngiemboon', |
439
|
|
|
|
|
|
|
'no' => 'Nirribhis', |
440
|
|
|
|
|
|
|
'nog' => 'Nogai', |
441
|
|
|
|
|
|
|
'non' => 'Seann-Lochlannais', |
442
|
|
|
|
|
|
|
'nov' => 'Novial', |
443
|
|
|
|
|
|
|
'nqo' => 'NâKo', |
444
|
|
|
|
|
|
|
'nr' => 'Ndebele Dheasach', |
445
|
|
|
|
|
|
|
'nso' => 'Sesotho sa Leboa', |
446
|
|
|
|
|
|
|
'nus' => 'Nuer', |
447
|
|
|
|
|
|
|
'nv' => 'Navajo', |
448
|
|
|
|
|
|
|
'nwc' => 'Newari Chlasaigeach', |
449
|
|
|
|
|
|
|
'ny' => 'Nyanja', |
450
|
|
|
|
|
|
|
'nym' => 'Nyamwezi', |
451
|
|
|
|
|
|
|
'nyn' => 'Nyankole', |
452
|
|
|
|
|
|
|
'nyo' => 'Nyoro', |
453
|
|
|
|
|
|
|
'nzi' => 'Nzima', |
454
|
|
|
|
|
|
|
'oc' => 'Ogsatanais', |
455
|
|
|
|
|
|
|
'oj' => 'Ojibwa', |
456
|
|
|
|
|
|
|
'om' => 'Oromo', |
457
|
|
|
|
|
|
|
'or' => 'Odia', |
458
|
|
|
|
|
|
|
'os' => 'Ossetic', |
459
|
|
|
|
|
|
|
'osa' => 'Osage', |
460
|
|
|
|
|
|
|
'ota' => 'Turcais Otomanach', |
461
|
|
|
|
|
|
|
'pa' => 'Panjabi', |
462
|
|
|
|
|
|
|
'pag' => 'Pangasinan', |
463
|
|
|
|
|
|
|
'pal' => 'Pahlavi', |
464
|
|
|
|
|
|
|
'pam' => 'Pampanga', |
465
|
|
|
|
|
|
|
'pap' => 'Papiamentu', |
466
|
|
|
|
|
|
|
'pau' => 'Palabhais', |
467
|
|
|
|
|
|
|
'pcd' => 'Picard', |
468
|
|
|
|
|
|
|
'pcm' => 'Beurla Nigèiriach', |
469
|
|
|
|
|
|
|
'pdc' => 'Gearmailtis Phennsylvania', |
470
|
|
|
|
|
|
|
'pdt' => 'Plautdietsch', |
471
|
|
|
|
|
|
|
'peo' => 'Seann-Pheirsis', |
472
|
|
|
|
|
|
|
'phn' => 'Phenicis', |
473
|
|
|
|
|
|
|
'pi' => 'Pali', |
474
|
|
|
|
|
|
|
'pl' => 'Pòlainnis', |
475
|
|
|
|
|
|
|
'pms' => 'Piedmontese', |
476
|
|
|
|
|
|
|
'pon' => 'CÃ nan Pohnpei', |
477
|
|
|
|
|
|
|
'prg' => 'Pruisis', |
478
|
|
|
|
|
|
|
'pro' => 'Seann-Phrovençal', |
479
|
|
|
|
|
|
|
'ps' => 'Pashto', |
480
|
|
|
|
|
|
|
'pt' => 'Portagailis', |
481
|
|
|
|
|
|
|
'pt_BR' => 'Portagailis Bhraisileach', |
482
|
|
|
|
|
|
|
'pt_PT' => 'Portagailis Eòrpach', |
483
|
|
|
|
|
|
|
'qu' => 'Quechua', |
484
|
|
|
|
|
|
|
'quc' => 'Kâicheâ', |
485
|
|
|
|
|
|
|
'qug' => 'Quichua Ãrd-tìr Chimborazo', |
486
|
|
|
|
|
|
|
'raj' => 'Rajasthani', |
487
|
|
|
|
|
|
|
'rap' => 'Rapa Nui', |
488
|
|
|
|
|
|
|
'rar' => 'CÃ nan Rarotonga', |
489
|
|
|
|
|
|
|
'rgn' => 'Romagnol', |
490
|
|
|
|
|
|
|
'rm' => 'Rumains', |
491
|
|
|
|
|
|
|
'rn' => 'Kirundi', |
492
|
|
|
|
|
|
|
'ro' => 'Romà inis', |
493
|
|
|
|
|
|
|
'ro_MD' => 'Moldobhais', |
494
|
|
|
|
|
|
|
'rof' => 'Rombo', |
495
|
|
|
|
|
|
|
'rom' => 'Romanais', |
496
|
|
|
|
|
|
|
'root' => 'Root', |
497
|
|
|
|
|
|
|
'ru' => 'Ruisis', |
498
|
|
|
|
|
|
|
'rue' => 'Rusyn', |
499
|
|
|
|
|
|
|
'rug' => 'Roviana', |
500
|
|
|
|
|
|
|
'rup' => 'Aromanais', |
501
|
|
|
|
|
|
|
'rw' => 'Kinyarwanda', |
502
|
|
|
|
|
|
|
'rwk' => 'Rwa', |
503
|
|
|
|
|
|
|
'sa' => 'Sanskrit', |
504
|
|
|
|
|
|
|
'sad' => 'Sandawe', |
505
|
|
|
|
|
|
|
'sah' => 'Sakha', |
506
|
|
|
|
|
|
|
'sam' => 'Aramais Shamaritanach', |
507
|
|
|
|
|
|
|
'saq' => 'Samburu', |
508
|
|
|
|
|
|
|
'sas' => 'Sasak', |
509
|
|
|
|
|
|
|
'sat' => 'Santali', |
510
|
|
|
|
|
|
|
'saz' => 'Saurashtra', |
511
|
|
|
|
|
|
|
'sba' => 'Ngambay', |
512
|
|
|
|
|
|
|
'sbp' => 'Sangu', |
513
|
|
|
|
|
|
|
'sc' => 'SÃ rdais', |
514
|
|
|
|
|
|
|
'scn' => 'Sisilis', |
515
|
|
|
|
|
|
|
'sco' => 'Albais', |
516
|
|
|
|
|
|
|
'sd' => 'Sindhi', |
517
|
|
|
|
|
|
|
'sdc' => 'Sassarese', |
518
|
|
|
|
|
|
|
'sdh' => 'Cùrdais Dheasach', |
519
|
|
|
|
|
|
|
'se' => 'SÃ mais Thuathach', |
520
|
|
|
|
|
|
|
'see' => 'Seneca', |
521
|
|
|
|
|
|
|
'seh' => 'Sena', |
522
|
|
|
|
|
|
|
'sei' => 'Seri', |
523
|
|
|
|
|
|
|
'sel' => 'Selkup', |
524
|
|
|
|
|
|
|
'ses' => 'Koyraboro Senni', |
525
|
|
|
|
|
|
|
'sg' => 'Sango', |
526
|
|
|
|
|
|
|
'sga' => 'Seann-Ghaeilge', |
527
|
|
|
|
|
|
|
'sh' => 'Sèirb-Chròthaisis', |
528
|
|
|
|
|
|
|
'shi' => 'Tachelhit', |
529
|
|
|
|
|
|
|
'shn' => 'Shan', |
530
|
|
|
|
|
|
|
'shu' => 'Arabais Seà dach', |
531
|
|
|
|
|
|
|
'si' => 'Sinhala', |
532
|
|
|
|
|
|
|
'sid' => 'Sidamo', |
533
|
|
|
|
|
|
|
'sk' => 'Slòbhacais', |
534
|
|
|
|
|
|
|
'sl' => 'Slòbhainis', |
535
|
|
|
|
|
|
|
'sly' => 'Selayar', |
536
|
|
|
|
|
|
|
'sm' => 'Samothais', |
537
|
|
|
|
|
|
|
'sma' => 'SÃ mais Dheasach', |
538
|
|
|
|
|
|
|
'smj' => 'SÃ mais Lule', |
539
|
|
|
|
|
|
|
'smn' => 'SÃ mais Inari', |
540
|
|
|
|
|
|
|
'sms' => 'SÃ mais Skolt', |
541
|
|
|
|
|
|
|
'sn' => 'Shona', |
542
|
|
|
|
|
|
|
'snk' => 'Soninke', |
543
|
|
|
|
|
|
|
'so' => 'Somà ilis', |
544
|
|
|
|
|
|
|
'sq' => 'Albà inis', |
545
|
|
|
|
|
|
|
'sr' => 'Sèirbis', |
546
|
|
|
|
|
|
|
'srn' => 'Sranan Tongo', |
547
|
|
|
|
|
|
|
'srr' => 'Serer', |
548
|
|
|
|
|
|
|
'ss' => 'Swati', |
549
|
|
|
|
|
|
|
'ssy' => 'Saho', |
550
|
|
|
|
|
|
|
'st' => 'Sesotho', |
551
|
|
|
|
|
|
|
'su' => 'CÃ nan Sunda', |
552
|
|
|
|
|
|
|
'suk' => 'Sukuma', |
553
|
|
|
|
|
|
|
'sus' => 'Susu', |
554
|
|
|
|
|
|
|
'sux' => 'CÃ nan Sumer', |
555
|
|
|
|
|
|
|
'sv' => 'Suainis', |
556
|
|
|
|
|
|
|
'sw' => 'Kiswahili', |
557
|
|
|
|
|
|
|
'sw_CD' => 'Kiswahili na Congo', |
558
|
|
|
|
|
|
|
'swb' => 'Comorais', |
559
|
|
|
|
|
|
|
'syc' => 'Suraidheac Chlasaigeach', |
560
|
|
|
|
|
|
|
'syr' => 'Suraidheac', |
561
|
|
|
|
|
|
|
'ta' => 'Taimilis', |
562
|
|
|
|
|
|
|
'tcy' => 'Tulu', |
563
|
|
|
|
|
|
|
'te' => 'Telugu', |
564
|
|
|
|
|
|
|
'tem' => 'Timne', |
565
|
|
|
|
|
|
|
'teo' => 'Teso', |
566
|
|
|
|
|
|
|
'ter' => 'Terêna', |
567
|
|
|
|
|
|
|
'tet' => 'Tetum', |
568
|
|
|
|
|
|
|
'tg' => 'Taidigis', |
569
|
|
|
|
|
|
|
'th' => 'CÃ nan nan TÃ idh', |
570
|
|
|
|
|
|
|
'ti' => 'Tigrinya', |
571
|
|
|
|
|
|
|
'tig' => 'Tigre', |
572
|
|
|
|
|
|
|
'tiv' => 'Tiv', |
573
|
|
|
|
|
|
|
'tk' => 'Turcmanais', |
574
|
|
|
|
|
|
|
'tkl' => 'Tokelau', |
575
|
|
|
|
|
|
|
'tkr' => 'Tsakhur', |
576
|
|
|
|
|
|
|
'tl' => 'Tagalog', |
577
|
|
|
|
|
|
|
'tlh' => 'Klingon', |
578
|
|
|
|
|
|
|
'tli' => 'Tlingit', |
579
|
|
|
|
|
|
|
'tly' => 'Talysh', |
580
|
|
|
|
|
|
|
'tmh' => 'Tamashek', |
581
|
|
|
|
|
|
|
'tn' => 'Tswana', |
582
|
|
|
|
|
|
|
'to' => 'Tonga', |
583
|
|
|
|
|
|
|
'tog' => 'Nyasa Tonga', |
584
|
|
|
|
|
|
|
'tpi' => 'Tok Pisin', |
585
|
|
|
|
|
|
|
'tr' => 'Turcais', |
586
|
|
|
|
|
|
|
'tru' => 'Turoyo', |
587
|
|
|
|
|
|
|
'trv' => 'Taroko', |
588
|
|
|
|
|
|
|
'ts' => 'Tsonga', |
589
|
|
|
|
|
|
|
'tsi' => 'Tsimshian', |
590
|
|
|
|
|
|
|
'tt' => 'Tatarais', |
591
|
|
|
|
|
|
|
'ttt' => 'Tati', |
592
|
|
|
|
|
|
|
'tum' => 'Tumbuka', |
593
|
|
|
|
|
|
|
'tvl' => 'Tubhalu', |
594
|
|
|
|
|
|
|
'tw' => 'Twi', |
595
|
|
|
|
|
|
|
'twq' => 'Tasawaq', |
596
|
|
|
|
|
|
|
'ty' => 'CÃ nan Tahiti', |
597
|
|
|
|
|
|
|
'tyv' => 'CÃ nan Tuva', |
598
|
|
|
|
|
|
|
'tzm' => 'Tamazight an Atlais Mheadhanaich', |
599
|
|
|
|
|
|
|
'udm' => 'Udmurt', |
600
|
|
|
|
|
|
|
'ug' => 'Ãigiurais', |
601
|
|
|
|
|
|
|
'uk' => 'Ucrà inis', |
602
|
|
|
|
|
|
|
'umb' => 'Umbundu', |
603
|
|
|
|
|
|
|
'und' => 'CÃ nan neo-aithnichte', |
604
|
|
|
|
|
|
|
'ur' => 'Ãrdu', |
605
|
|
|
|
|
|
|
'uz' => 'Usbagais', |
606
|
|
|
|
|
|
|
'vai' => 'Vai', |
607
|
|
|
|
|
|
|
've' => 'Venda', |
608
|
|
|
|
|
|
|
'vep' => 'Veps', |
609
|
|
|
|
|
|
|
'vi' => 'Bhiet-Namais', |
610
|
|
|
|
|
|
|
'vls' => 'Flannrais Siarach', |
611
|
|
|
|
|
|
|
'vo' => 'Volapük', |
612
|
|
|
|
|
|
|
'vro' => 'Võro', |
613
|
|
|
|
|
|
|
'vun' => 'Vunjo', |
614
|
|
|
|
|
|
|
'wa' => 'Walloon', |
615
|
|
|
|
|
|
|
'wae' => 'Gearmailtis Wallis', |
616
|
|
|
|
|
|
|
'wal' => 'Wolaytta', |
617
|
|
|
|
|
|
|
'war' => 'Waray', |
618
|
|
|
|
|
|
|
'was' => 'Washo', |
619
|
|
|
|
|
|
|
'wbp' => 'Warlpiri', |
620
|
|
|
|
|
|
|
'wo' => 'Wolof', |
621
|
|
|
|
|
|
|
'wuu' => 'Wu', |
622
|
|
|
|
|
|
|
'xal' => 'Kalmyk', |
623
|
|
|
|
|
|
|
'xh' => 'Xhosa', |
624
|
|
|
|
|
|
|
'xog' => 'Soga', |
625
|
|
|
|
|
|
|
'yao' => 'Yao', |
626
|
|
|
|
|
|
|
'yap' => 'CÃ nan Yap', |
627
|
|
|
|
|
|
|
'yav' => 'Yangben', |
628
|
|
|
|
|
|
|
'ybb' => 'Yemba', |
629
|
|
|
|
|
|
|
'yi' => 'Iùdhais', |
630
|
|
|
|
|
|
|
'yo' => 'Yoruba', |
631
|
|
|
|
|
|
|
'yrl' => 'Nheengatu', |
632
|
|
|
|
|
|
|
'yue' => 'Cantonais', |
633
|
|
|
|
|
|
|
'za' => 'Zhuang', |
634
|
|
|
|
|
|
|
'zap' => 'Zapotec', |
635
|
|
|
|
|
|
|
'zbl' => 'Comharran Bliss', |
636
|
|
|
|
|
|
|
'zea' => 'CÃ nan Zeeland', |
637
|
|
|
|
|
|
|
'zen' => 'Zenaga', |
638
|
|
|
|
|
|
|
'zgh' => 'Tamazight Stannardach Moroco', |
639
|
|
|
|
|
|
|
'zh' => 'Sìnis', |
640
|
|
|
|
|
|
|
'zh_Hans' => 'Sìnis Shimplichte', |
641
|
|
|
|
|
|
|
'zh_Hant' => 'Sìnis Thradaiseanta', |
642
|
|
|
|
|
|
|
'zu' => 'Zulu', |
643
|
|
|
|
|
|
|
'zun' => 'Zuñi', |
644
|
|
|
|
|
|
|
'zxx' => 'Susbaint nach eil âna chà nan', |
645
|
|
|
|
|
|
|
'zza' => 'Zazaki', |
646
|
|
|
|
|
|
|
|
647
|
|
|
|
|
|
|
); |
648
|
|
|
|
|
|
|
if (@_) { |
649
|
|
|
|
|
|
|
return $languages{$_[0]}; |
650
|
|
|
|
|
|
|
} |
651
|
|
|
|
|
|
|
return \%languages; |
652
|
|
|
|
|
|
|
} |
653
|
|
|
|
|
|
|
}, |
654
|
|
|
|
|
|
|
); |
655
|
|
|
|
|
|
|
|
656
|
|
|
|
|
|
|
has 'display_name_script' => ( |
657
|
|
|
|
|
|
|
is => 'ro', |
658
|
|
|
|
|
|
|
isa => CodeRef, |
659
|
|
|
|
|
|
|
init_arg => undef, |
660
|
|
|
|
|
|
|
default => sub { |
661
|
|
|
|
|
|
|
sub { |
662
|
|
|
|
|
|
|
my %scripts = ( |
663
|
|
|
|
|
|
|
'Adlm' => 'Adlam', |
664
|
|
|
|
|
|
|
'Afak' => 'Afaka', |
665
|
|
|
|
|
|
|
'Aghb' => 'Albà inis Chabhcasach', |
666
|
|
|
|
|
|
|
'Ahom' => 'Ahom', |
667
|
|
|
|
|
|
|
'Arab' => 'Arabais', |
668
|
|
|
|
|
|
|
'Armi' => 'Aramais impireil', |
669
|
|
|
|
|
|
|
'Armn' => 'Airmeinis', |
670
|
|
|
|
|
|
|
'Avst' => 'Avestanais', |
671
|
|
|
|
|
|
|
'Bali' => 'Bali', |
672
|
|
|
|
|
|
|
'Bamu' => 'Bamum', |
673
|
|
|
|
|
|
|
'Bass' => 'Bassa Vah', |
674
|
|
|
|
|
|
|
'Batk' => 'Batak', |
675
|
|
|
|
|
|
|
'Beng' => 'Beangailis', |
676
|
|
|
|
|
|
|
'Bhks' => 'Bhaiksuki', |
677
|
|
|
|
|
|
|
'Blis' => 'Comharran Bliss', |
678
|
|
|
|
|
|
|
'Bopo' => 'Bopomofo', |
679
|
|
|
|
|
|
|
'Brah' => 'Brahmi', |
680
|
|
|
|
|
|
|
'Brai' => 'Braille', |
681
|
|
|
|
|
|
|
'Bugi' => 'Lontara', |
682
|
|
|
|
|
|
|
'Buhd' => 'Buhid', |
683
|
|
|
|
|
|
|
'Cakm' => 'Chakma', |
684
|
|
|
|
|
|
|
'Cans' => 'Sgrìobhadh Lideach Aonaichte nan Tùsanach Canadach', |
685
|
|
|
|
|
|
|
'Cari' => 'Carian', |
686
|
|
|
|
|
|
|
'Cham' => 'Cham', |
687
|
|
|
|
|
|
|
'Cher' => 'Cherokee', |
688
|
|
|
|
|
|
|
'Cirt' => 'Cirth', |
689
|
|
|
|
|
|
|
'Copt' => 'Coptais', |
690
|
|
|
|
|
|
|
'Cprt' => 'Cìoprasais', |
691
|
|
|
|
|
|
|
'Cyrl' => 'Cirilis', |
692
|
|
|
|
|
|
|
'Cyrs' => 'Cirilis Seann-Slà bhais na h-Eaglaise', |
693
|
|
|
|
|
|
|
'Deva' => 'Devanagari', |
694
|
|
|
|
|
|
|
'Dogr' => 'Dogra', |
695
|
|
|
|
|
|
|
'Dsrt' => 'Deseret', |
696
|
|
|
|
|
|
|
'Dupl' => 'Gearr-sgrìobhadh Duployé', |
697
|
|
|
|
|
|
|
'Egyp' => 'Sealbh-sgrìobhadh Ãipheiteach', |
698
|
|
|
|
|
|
|
'Elba' => 'Elbasan', |
699
|
|
|
|
|
|
|
'Ethi' => 'Geâez', |
700
|
|
|
|
|
|
|
'Geor' => 'Cairtbheilis', |
701
|
|
|
|
|
|
|
'Glag' => 'Glagoliticeach', |
702
|
|
|
|
|
|
|
'Gong' => 'Gunjala Gondi', |
703
|
|
|
|
|
|
|
'Gonm' => 'Masaram Gondi', |
704
|
|
|
|
|
|
|
'Goth' => 'Gotais', |
705
|
|
|
|
|
|
|
'Gran' => 'Grantha', |
706
|
|
|
|
|
|
|
'Grek' => 'Greugais', |
707
|
|
|
|
|
|
|
'Gujr' => 'Gujarati', |
708
|
|
|
|
|
|
|
'Guru' => 'Gurmukhi', |
709
|
|
|
|
|
|
|
'Hanb' => 'Han le Bopomofo', |
710
|
|
|
|
|
|
|
'Hang' => 'Hangul', |
711
|
|
|
|
|
|
|
'Hani' => 'Han', |
712
|
|
|
|
|
|
|
'Hano' => 'Hanunoo', |
713
|
|
|
|
|
|
|
'Hans' => 'Simplichte', |
714
|
|
|
|
|
|
|
'Hans@alt=stand-alone' => 'Han simplichte', |
715
|
|
|
|
|
|
|
'Hant' => 'Tradaiseanta', |
716
|
|
|
|
|
|
|
'Hant@alt=stand-alone' => 'Han tradaiseanta', |
717
|
|
|
|
|
|
|
'Hatr' => 'Hatran', |
718
|
|
|
|
|
|
|
'Hebr' => 'Eabhra', |
719
|
|
|
|
|
|
|
'Hira' => 'Hiragana', |
720
|
|
|
|
|
|
|
'Hluw' => 'Dealbh-sgrìobhadh Anatolach', |
721
|
|
|
|
|
|
|
'Hmng' => 'Pahawh Hmong', |
722
|
|
|
|
|
|
|
'Hrkt' => 'Katakana no Hiragana', |
723
|
|
|
|
|
|
|
'Hung' => 'Seann-Ungarais', |
724
|
|
|
|
|
|
|
'Ital' => 'Seann-Eadailtis', |
725
|
|
|
|
|
|
|
'Jamo' => 'Jamo', |
726
|
|
|
|
|
|
|
'Java' => 'Deà bhanais', |
727
|
|
|
|
|
|
|
'Jpan' => 'Seapanais', |
728
|
|
|
|
|
|
|
'Jurc' => 'Jurchen', |
729
|
|
|
|
|
|
|
'Kali' => 'Kayah Li', |
730
|
|
|
|
|
|
|
'Kana' => 'Katakana', |
731
|
|
|
|
|
|
|
'Khar' => 'Kharoshthi', |
732
|
|
|
|
|
|
|
'Khmr' => 'Cmèar', |
733
|
|
|
|
|
|
|
'Khoj' => 'Khojki', |
734
|
|
|
|
|
|
|
'Knda' => 'Kannada', |
735
|
|
|
|
|
|
|
'Kore' => 'Coirèanais', |
736
|
|
|
|
|
|
|
'Kpel' => 'Kpelle', |
737
|
|
|
|
|
|
|
'Kthi' => 'Kaithi', |
738
|
|
|
|
|
|
|
'Lana' => 'Lanna', |
739
|
|
|
|
|
|
|
'Laoo' => 'LÃ tho', |
740
|
|
|
|
|
|
|
'Latf' => 'Laideann fraktur', |
741
|
|
|
|
|
|
|
'Latg' => 'Laideann Ghà idhealach', |
742
|
|
|
|
|
|
|
'Latn' => 'Laideann', |
743
|
|
|
|
|
|
|
'Lepc' => 'Lepcha', |
744
|
|
|
|
|
|
|
'Limb' => 'Limbu', |
745
|
|
|
|
|
|
|
'Lina' => 'Linear A', |
746
|
|
|
|
|
|
|
'Linb' => 'Linear B', |
747
|
|
|
|
|
|
|
'Lisu' => 'Lisu', |
748
|
|
|
|
|
|
|
'Loma' => 'Loma', |
749
|
|
|
|
|
|
|
'Lyci' => 'Lycian', |
750
|
|
|
|
|
|
|
'Lydi' => 'Lydian', |
751
|
|
|
|
|
|
|
'Mahj' => 'Mahajani', |
752
|
|
|
|
|
|
|
'Maka' => 'Makasar', |
753
|
|
|
|
|
|
|
'Mand' => 'Mandaean', |
754
|
|
|
|
|
|
|
'Mani' => 'Manichaean', |
755
|
|
|
|
|
|
|
'Marc' => 'Marchen', |
756
|
|
|
|
|
|
|
'Maya' => 'Dealbh-sgrìobhadh Mayach', |
757
|
|
|
|
|
|
|
'Medf' => 'Medefaidrin', |
758
|
|
|
|
|
|
|
'Mend' => 'Mende', |
759
|
|
|
|
|
|
|
'Merc' => 'Meroiticeach ceangailte', |
760
|
|
|
|
|
|
|
'Mero' => 'Meroiticeach', |
761
|
|
|
|
|
|
|
'Mlym' => 'Malayalam', |
762
|
|
|
|
|
|
|
'Modi' => 'Modi', |
763
|
|
|
|
|
|
|
'Mong' => 'Mongolais', |
764
|
|
|
|
|
|
|
'Mroo' => 'Mro', |
765
|
|
|
|
|
|
|
'Mtei' => 'Meitei Mayek', |
766
|
|
|
|
|
|
|
'Mult' => 'Multani', |
767
|
|
|
|
|
|
|
'Mymr' => 'Mià nmar', |
768
|
|
|
|
|
|
|
'Narb' => 'Seann-Arabach Thuathach', |
769
|
|
|
|
|
|
|
'Nbat' => 'Nabataean', |
770
|
|
|
|
|
|
|
'Newa' => 'Newa', |
771
|
|
|
|
|
|
|
'Nkgb' => 'Naxi Geba', |
772
|
|
|
|
|
|
|
'Nkoo' => 'Nâko', |
773
|
|
|
|
|
|
|
'Nshu' => 'Nüshu', |
774
|
|
|
|
|
|
|
'Ogam' => 'Ogham-chraobh', |
775
|
|
|
|
|
|
|
'Olck' => 'Ol Chiki', |
776
|
|
|
|
|
|
|
'Orkh' => 'Orkhon', |
777
|
|
|
|
|
|
|
'Orya' => 'Oriya', |
778
|
|
|
|
|
|
|
'Osge' => 'Osage', |
779
|
|
|
|
|
|
|
'Osma' => 'Osmanya', |
780
|
|
|
|
|
|
|
'Palm' => 'Palmyrene', |
781
|
|
|
|
|
|
|
'Pauc' => 'Pau Cin Hau', |
782
|
|
|
|
|
|
|
'Perm' => 'Seann-Phermic', |
783
|
|
|
|
|
|
|
'Phag' => 'Phags-pa', |
784
|
|
|
|
|
|
|
'Phli' => 'Pahlavi nan snaidh-sgrìobhaidhean', |
785
|
|
|
|
|
|
|
'Phlp' => 'Pahlavi nan saltair', |
786
|
|
|
|
|
|
|
'Phnx' => 'Pheniceach', |
787
|
|
|
|
|
|
|
'Plrd' => 'Miao Phollard', |
788
|
|
|
|
|
|
|
'Prti' => 'Partais snaidh-sgrìobhte', |
789
|
|
|
|
|
|
|
'Rjng' => 'Rejang', |
790
|
|
|
|
|
|
|
'Rohg' => 'Hanifi Rohingya', |
791
|
|
|
|
|
|
|
'Roro' => 'Rongorongo', |
792
|
|
|
|
|
|
|
'Runr' => 'Rùn-sgrìobhadh', |
793
|
|
|
|
|
|
|
'Samr' => 'Samaritanais', |
794
|
|
|
|
|
|
|
'Sara' => 'Sarati', |
795
|
|
|
|
|
|
|
'Sarb' => 'Seann-Arabais Dheasach', |
796
|
|
|
|
|
|
|
'Saur' => 'Saurashtra', |
797
|
|
|
|
|
|
|
'Sgnw' => 'Sgrìobhadh cainnte-sanais', |
798
|
|
|
|
|
|
|
'Shaw' => 'Sgrìobhadh an t-Seathaich', |
799
|
|
|
|
|
|
|
'Shrd' => 'Sharada', |
800
|
|
|
|
|
|
|
'Sidd' => 'Siddham', |
801
|
|
|
|
|
|
|
'Sind' => 'Khudawadi', |
802
|
|
|
|
|
|
|
'Sinh' => 'Sinhala', |
803
|
|
|
|
|
|
|
'Sogd' => 'Sogdianais', |
804
|
|
|
|
|
|
|
'Sogo' => 'Seann-Sogdianais', |
805
|
|
|
|
|
|
|
'Sora' => 'Sora Sompeng', |
806
|
|
|
|
|
|
|
'Soyo' => 'Soyombo', |
807
|
|
|
|
|
|
|
'Sund' => 'Sunda', |
808
|
|
|
|
|
|
|
'Sylo' => 'Syloti Nagri', |
809
|
|
|
|
|
|
|
'Syrc' => 'Suraidheac', |
810
|
|
|
|
|
|
|
'Syrj' => 'Suraidheac Siarach', |
811
|
|
|
|
|
|
|
'Syrn' => 'Suraidheac Earach', |
812
|
|
|
|
|
|
|
'Tagb' => 'Tagbanwa', |
813
|
|
|
|
|
|
|
'Takr' => 'Takri', |
814
|
|
|
|
|
|
|
'Tale' => 'Tai Le', |
815
|
|
|
|
|
|
|
'Talu' => 'Tai Lue Ãr', |
816
|
|
|
|
|
|
|
'Taml' => 'Taimil', |
817
|
|
|
|
|
|
|
'Tang' => 'Tangut', |
818
|
|
|
|
|
|
|
'Tavt' => 'Tai Viet', |
819
|
|
|
|
|
|
|
'Telu' => 'Telugu', |
820
|
|
|
|
|
|
|
'Teng' => 'Tengwar', |
821
|
|
|
|
|
|
|
'Tfng' => 'Tifinagh', |
822
|
|
|
|
|
|
|
'Tglg' => 'Tagalog', |
823
|
|
|
|
|
|
|
'Thaa' => 'Thaana', |
824
|
|
|
|
|
|
|
'Thai' => 'TÃ idh', |
825
|
|
|
|
|
|
|
'Tibt' => 'Tibeitis', |
826
|
|
|
|
|
|
|
'Tirh' => 'Tirhuta', |
827
|
|
|
|
|
|
|
'Ugar' => 'Ugariticeach', |
828
|
|
|
|
|
|
|
'Vaii' => 'Vai', |
829
|
|
|
|
|
|
|
'Wara' => 'Varang Kshiti', |
830
|
|
|
|
|
|
|
'Wole' => 'Woleai', |
831
|
|
|
|
|
|
|
'Xpeo' => 'Seann-Pheirsis', |
832
|
|
|
|
|
|
|
'Xsux' => 'Gèinn-sgrìobhadh Sumer is Akkad', |
833
|
|
|
|
|
|
|
'Yiii' => 'Yi', |
834
|
|
|
|
|
|
|
'Zanb' => 'Zanabazar ceà rnagach', |
835
|
|
|
|
|
|
|
'Zinh' => 'Dìleab', |
836
|
|
|
|
|
|
|
'Zmth' => 'Gnìomhairean matamataig', |
837
|
|
|
|
|
|
|
'Zsye' => 'Emoji', |
838
|
|
|
|
|
|
|
'Zsym' => 'Samhlaidhean', |
839
|
|
|
|
|
|
|
'Zxxx' => 'Gun sgrìobhadh', |
840
|
|
|
|
|
|
|
'Zyyy' => 'Coitcheann', |
841
|
|
|
|
|
|
|
'Zzzz' => 'Litreadh neo-aithnichte', |
842
|
|
|
|
|
|
|
|
843
|
|
|
|
|
|
|
); |
844
|
|
|
|
|
|
|
if ( @_ ) { |
845
|
|
|
|
|
|
|
return $scripts{$_[0]}; |
846
|
|
|
|
|
|
|
} |
847
|
|
|
|
|
|
|
return \%scripts; |
848
|
|
|
|
|
|
|
} |
849
|
|
|
|
|
|
|
} |
850
|
|
|
|
|
|
|
); |
851
|
|
|
|
|
|
|
|
852
|
|
|
|
|
|
|
has 'display_name_region' => ( |
853
|
|
|
|
|
|
|
is => 'ro', |
854
|
|
|
|
|
|
|
isa => HashRef[Str], |
855
|
|
|
|
|
|
|
init_arg => undef, |
856
|
|
|
|
|
|
|
default => sub { |
857
|
|
|
|
|
|
|
{ |
858
|
|
|
|
|
|
|
'001' => 'An Saoghal', |
859
|
|
|
|
|
|
|
'002' => 'Afraga', |
860
|
|
|
|
|
|
|
'003' => 'Aimeireaga a Tuath', |
861
|
|
|
|
|
|
|
'005' => 'Aimeireaga a Deas', |
862
|
|
|
|
|
|
|
'009' => 'Roinn aâ Chuain Sèimh', |
863
|
|
|
|
|
|
|
'011' => 'Afraga an Iar', |
864
|
|
|
|
|
|
|
'013' => 'Meadhan Aimeireaga', |
865
|
|
|
|
|
|
|
'014' => 'Afraga an Ear', |
866
|
|
|
|
|
|
|
'015' => 'Afraga a Tuath', |
867
|
|
|
|
|
|
|
'017' => 'Meadhan Afraga', |
868
|
|
|
|
|
|
|
'018' => 'Ceann a Deas Afraga', |
869
|
|
|
|
|
|
|
'019' => 'An DÃ Aimeireaga', |
870
|
|
|
|
|
|
|
'021' => 'Ceann a Tuath Aimeireaga', |
871
|
|
|
|
|
|
|
'029' => 'Am Muir Caraibeach', |
872
|
|
|
|
|
|
|
'030' => 'Ãisia an Ear', |
873
|
|
|
|
|
|
|
'034' => 'Ãisia a Deas', |
874
|
|
|
|
|
|
|
'035' => 'Ãisia an Ear-dheas', |
875
|
|
|
|
|
|
|
'039' => 'An Roinn-Eòrpa a Deas', |
876
|
|
|
|
|
|
|
'053' => 'Astrà ilia is Sealainn Nuadh', |
877
|
|
|
|
|
|
|
'054' => 'Na h-Eileanan Dubha', |
878
|
|
|
|
|
|
|
'057' => 'Roinn nam Meanbh-Eileanan', |
879
|
|
|
|
|
|
|
'061' => 'Poilinèis', |
880
|
|
|
|
|
|
|
'142' => 'Ãisia', |
881
|
|
|
|
|
|
|
'143' => 'Meadhan Ãisia', |
882
|
|
|
|
|
|
|
'145' => 'Ãisia an Iar', |
883
|
|
|
|
|
|
|
'150' => 'An Roinn-Eòrpa', |
884
|
|
|
|
|
|
|
'151' => 'An Roinn-Eòrpa an Ear', |
885
|
|
|
|
|
|
|
'154' => 'An Roinn-Eòrpa a Tuath', |
886
|
|
|
|
|
|
|
'155' => 'An Roinn-Eòrpa an Iar', |
887
|
|
|
|
|
|
|
'202' => 'Afraga Deas air an t-Sathara', |
888
|
|
|
|
|
|
|
'419' => 'Aimeireaga Laidinneach', |
889
|
|
|
|
|
|
|
'AC' => 'Eilean na Deasgabhalach', |
890
|
|
|
|
|
|
|
'AD' => 'Andorra', |
891
|
|
|
|
|
|
|
'AE' => 'Na h-Iomaratan Arabach Aonaichte', |
892
|
|
|
|
|
|
|
'AF' => 'Afghanastà n', |
893
|
|
|
|
|
|
|
'AG' => 'Aintìoga is Barbuda', |
894
|
|
|
|
|
|
|
'AI' => 'Anguillia', |
895
|
|
|
|
|
|
|
'AL' => 'Albà inia', |
896
|
|
|
|
|
|
|
'AM' => 'Airmeinea', |
897
|
|
|
|
|
|
|
'AO' => 'Angòla', |
898
|
|
|
|
|
|
|
'AQ' => 'An Antartaig', |
899
|
|
|
|
|
|
|
'AR' => 'An Argantain', |
900
|
|
|
|
|
|
|
'AS' => 'Samotha na h-Aimeireaga', |
901
|
|
|
|
|
|
|
'AT' => 'An Ostair', |
902
|
|
|
|
|
|
|
'AU' => 'Astrà ilia', |
903
|
|
|
|
|
|
|
'AW' => 'Arùba', |
904
|
|
|
|
|
|
|
'AX' => 'Na h-Eileanan Ã
land', |
905
|
|
|
|
|
|
|
'AZ' => 'Asarbaideà n', |
906
|
|
|
|
|
|
|
'BA' => 'Bosna is Hearsagobhana', |
907
|
|
|
|
|
|
|
'BB' => 'Barbados', |
908
|
|
|
|
|
|
|
'BD' => 'Bangladais', |
909
|
|
|
|
|
|
|
'BE' => 'Aâ Bheilg', |
910
|
|
|
|
|
|
|
'BF' => 'Buirciona Faso', |
911
|
|
|
|
|
|
|
'BG' => 'Aâ Bhulgair', |
912
|
|
|
|
|
|
|
'BH' => 'Bachrain', |
913
|
|
|
|
|
|
|
'BI' => 'Burundaidh', |
914
|
|
|
|
|
|
|
'BJ' => 'Beinin', |
915
|
|
|
|
|
|
|
'BL' => 'Saint Barthélemy', |
916
|
|
|
|
|
|
|
'BM' => 'Bearmùda', |
917
|
|
|
|
|
|
|
'BN' => 'Brùnaigh', |
918
|
|
|
|
|
|
|
'BO' => 'Boilibhia', |
919
|
|
|
|
|
|
|
'BQ' => 'Na Tìrean Ãsle Caraibeach', |
920
|
|
|
|
|
|
|
'BR' => 'Braisil', |
921
|
|
|
|
|
|
|
'BS' => 'Na h-Eileanan Bhathama', |
922
|
|
|
|
|
|
|
'BT' => 'Butà n', |
923
|
|
|
|
|
|
|
'BV' => 'Eilean Bouvet', |
924
|
|
|
|
|
|
|
'BW' => 'Botsuana', |
925
|
|
|
|
|
|
|
'BY' => 'Aâ Bhealaruis', |
926
|
|
|
|
|
|
|
'BZ' => 'Aâ Bheilìs', |
927
|
|
|
|
|
|
|
'CA' => 'Canada', |
928
|
|
|
|
|
|
|
'CC' => 'Na h-Eileanan Chocos (Keeling)', |
929
|
|
|
|
|
|
|
'CD' => 'Congo - Kinshasa', |
930
|
|
|
|
|
|
|
'CD@alt=variant' => 'Aâ Chongo (PDC)', |
931
|
|
|
|
|
|
|
'CF' => 'Poblachd Meadhan Afraga', |
932
|
|
|
|
|
|
|
'CG' => 'Aâ Chongo - Brazzaville', |
933
|
|
|
|
|
|
|
'CG@alt=variant' => 'Aâ Chongo', |
934
|
|
|
|
|
|
|
'CH' => 'An Eilbheis', |
935
|
|
|
|
|
|
|
'CI' => 'Côte dâIvoire', |
936
|
|
|
|
|
|
|
'CI@alt=variant' => 'An Costa Ãbhri', |
937
|
|
|
|
|
|
|
'CK' => 'Eileanan Cook', |
938
|
|
|
|
|
|
|
'CL' => 'An t-Sile', |
939
|
|
|
|
|
|
|
'CM' => 'Camarun', |
940
|
|
|
|
|
|
|
'CN' => 'An t-Sìn', |
941
|
|
|
|
|
|
|
'CO' => 'Coloimbia', |
942
|
|
|
|
|
|
|
'CP' => 'Eilean Clipperton', |
943
|
|
|
|
|
|
|
'CR' => 'Costa Rìcea', |
944
|
|
|
|
|
|
|
'CU' => 'Cùba', |
945
|
|
|
|
|
|
|
'CV' => 'An Ceap Uaine', |
946
|
|
|
|
|
|
|
'CW' => 'Curaçao', |
947
|
|
|
|
|
|
|
'CX' => 'Eilean na Nollaig', |
948
|
|
|
|
|
|
|
'CY' => 'Cìopras', |
949
|
|
|
|
|
|
|
'CZ' => 'An t-Seic', |
950
|
|
|
|
|
|
|
'CZ@alt=variant' => 'Poblachd na Seice', |
951
|
|
|
|
|
|
|
'DE' => 'Aâ Ghearmailt', |
952
|
|
|
|
|
|
|
'DG' => 'Diego Garcia', |
953
|
|
|
|
|
|
|
'DJ' => 'Diobùtaidh', |
954
|
|
|
|
|
|
|
'DK' => 'An Danmhairg', |
955
|
|
|
|
|
|
|
'DM' => 'Doiminicea', |
956
|
|
|
|
|
|
|
'DO' => 'Aâ Phoblachd Dhoiminiceach', |
957
|
|
|
|
|
|
|
'DZ' => 'Aildiria', |
958
|
|
|
|
|
|
|
'EA' => 'Ceuta agus Melilla', |
959
|
|
|
|
|
|
|
'EC' => 'Eacuador', |
960
|
|
|
|
|
|
|
'EE' => 'An Eastoin', |
961
|
|
|
|
|
|
|
'EG' => 'An Ãiphit', |
962
|
|
|
|
|
|
|
'EH' => 'Sathara an Iar', |
963
|
|
|
|
|
|
|
'ER' => 'Eartra', |
964
|
|
|
|
|
|
|
'ES' => 'An Spà innt', |
965
|
|
|
|
|
|
|
'ET' => 'An Itiop', |
966
|
|
|
|
|
|
|
'EU' => 'An t-Aonadh Eòrpach', |
967
|
|
|
|
|
|
|
'EZ' => 'Raon an Eòro', |
968
|
|
|
|
|
|
|
'FI' => 'An Fhionnlann', |
969
|
|
|
|
|
|
|
'FJ' => 'Fìdi', |
970
|
|
|
|
|
|
|
'FK' => 'Na h-Eileanan FÃ clannach', |
971
|
|
|
|
|
|
|
'FK@alt=variant' => 'Na h-Eileanan FÃ clannach (Islas Malvinas)', |
972
|
|
|
|
|
|
|
'FM' => 'Na Meanbh-eileanan', |
973
|
|
|
|
|
|
|
'FO' => 'Na h-Eileanan FÃ ro', |
974
|
|
|
|
|
|
|
'FR' => 'An Fhraing', |
975
|
|
|
|
|
|
|
'GA' => 'Gabon', |
976
|
|
|
|
|
|
|
'GB' => 'An Rìoghachd Aonaichte', |
977
|
|
|
|
|
|
|
'GB@alt=short' => 'RA', |
978
|
|
|
|
|
|
|
'GD' => 'Greanà da', |
979
|
|
|
|
|
|
|
'GE' => 'Aâ Chairtbheil', |
980
|
|
|
|
|
|
|
'GF' => 'Guidheà na na Frainge', |
981
|
|
|
|
|
|
|
'GG' => 'Geà rnsaidh', |
982
|
|
|
|
|
|
|
'GH' => 'GÃ na', |
983
|
|
|
|
|
|
|
'GI' => 'Diobraltar', |
984
|
|
|
|
|
|
|
'GL' => 'Aâ Ghraonlann', |
985
|
|
|
|
|
|
|
'GM' => 'Aâ Ghaimbia', |
986
|
|
|
|
|
|
|
'GN' => 'Gini', |
987
|
|
|
|
|
|
|
'GP' => 'Guadalup', |
988
|
|
|
|
|
|
|
'GQ' => 'Gini Mheadhan-Chriosach', |
989
|
|
|
|
|
|
|
'GR' => 'Aâ Ghreug', |
990
|
|
|
|
|
|
|
'GS' => 'Seòirsea a Deas is na h-Eileanan Sandwich a Deas', |
991
|
|
|
|
|
|
|
'GT' => 'Guatamala', |
992
|
|
|
|
|
|
|
'GU' => 'Guam', |
993
|
|
|
|
|
|
|
'GW' => 'Gini-Bioso', |
994
|
|
|
|
|
|
|
'GY' => 'Guidheà na', |
995
|
|
|
|
|
|
|
'HK' => 'Hong Kong SAR na Sìne', |
996
|
|
|
|
|
|
|
'HK@alt=short' => 'Hong Kong', |
997
|
|
|
|
|
|
|
'HM' => 'Eilean Heard is MhicDhòmhnaill', |
998
|
|
|
|
|
|
|
'HN' => 'Hondùras', |
999
|
|
|
|
|
|
|
'HR' => 'Aâ Chròthais', |
1000
|
|
|
|
|
|
|
'HT' => 'Haidhti', |
1001
|
|
|
|
|
|
|
'HU' => 'An Ungair', |
1002
|
|
|
|
|
|
|
'IC' => 'Na h-Eileanan Canà rach', |
1003
|
|
|
|
|
|
|
'ID' => 'Na h-Innd-innse', |
1004
|
|
|
|
|
|
|
'IE' => 'Ãirinn', |
1005
|
|
|
|
|
|
|
'IL' => 'Iosrael', |
1006
|
|
|
|
|
|
|
'IM' => 'Eilean Mhanainn', |
1007
|
|
|
|
|
|
|
'IN' => 'Na h-Innseachan', |
1008
|
|
|
|
|
|
|
'IO' => 'Ranntair Breatannach Cuan nan Innseachan', |
1009
|
|
|
|
|
|
|
'IQ' => 'Iorà c', |
1010
|
|
|
|
|
|
|
'IR' => 'Iorà n', |
1011
|
|
|
|
|
|
|
'IS' => 'Innis Tìle', |
1012
|
|
|
|
|
|
|
'IT' => 'An Eadailt', |
1013
|
|
|
|
|
|
|
'JE' => 'Deà rsaidh', |
1014
|
|
|
|
|
|
|
'JM' => 'Diameuga', |
1015
|
|
|
|
|
|
|
'JO' => 'Iòrdan', |
1016
|
|
|
|
|
|
|
'JP' => 'An t-Seapan', |
1017
|
|
|
|
|
|
|
'KE' => 'Ceinia', |
1018
|
|
|
|
|
|
|
'KG' => 'Cìorgastan', |
1019
|
|
|
|
|
|
|
'KH' => 'Cambuidea', |
1020
|
|
|
|
|
|
|
'KI' => 'Ciribeas', |
1021
|
|
|
|
|
|
|
'KM' => 'Comoros', |
1022
|
|
|
|
|
|
|
'KN' => 'Naomh Crìstean is Nibheis', |
1023
|
|
|
|
|
|
|
'KP' => 'Coirèa a Tuath', |
1024
|
|
|
|
|
|
|
'KR' => 'Coirèa', |
1025
|
|
|
|
|
|
|
'KW' => 'Cuibhèit', |
1026
|
|
|
|
|
|
|
'KY' => 'Na h-Eileanan Caimean', |
1027
|
|
|
|
|
|
|
'KZ' => 'Casachstà n', |
1028
|
|
|
|
|
|
|
'LA' => 'LÃ thos', |
1029
|
|
|
|
|
|
|
'LB' => 'Leabanon', |
1030
|
|
|
|
|
|
|
'LC' => 'Naomh Lùisea', |
1031
|
|
|
|
|
|
|
'LI' => 'Lichtenstein', |
1032
|
|
|
|
|
|
|
'LK' => 'Sri Lanca', |
1033
|
|
|
|
|
|
|
'LR' => 'Libèir', |
1034
|
|
|
|
|
|
|
'LS' => 'Leasoto', |
1035
|
|
|
|
|
|
|
'LT' => 'An Liotuain', |
1036
|
|
|
|
|
|
|
'LU' => 'Lugsamburg', |
1037
|
|
|
|
|
|
|
'LV' => 'An Laitbhe', |
1038
|
|
|
|
|
|
|
'LY' => 'Libia', |
1039
|
|
|
|
|
|
|
'MA' => 'Moroco', |
1040
|
|
|
|
|
|
|
'MC' => 'Monaco', |
1041
|
|
|
|
|
|
|
'MD' => 'Aâ Mholdobha', |
1042
|
|
|
|
|
|
|
'ME' => 'Am Monadh Neagrach', |
1043
|
|
|
|
|
|
|
'MF' => 'Naomh MÃ rtainn', |
1044
|
|
|
|
|
|
|
'MG' => 'Madagasgar', |
1045
|
|
|
|
|
|
|
'MH' => 'Eileanan Mharshall', |
1046
|
|
|
|
|
|
|
'MK' => 'Aâ Mhasadon', |
1047
|
|
|
|
|
|
|
'MK@alt=variant' => 'Aâ Mhasadon (FYROM)', |
1048
|
|
|
|
|
|
|
'ML' => 'MÃ ili', |
1049
|
|
|
|
|
|
|
'MM' => 'Mià nmar', |
1050
|
|
|
|
|
|
|
'MN' => 'Dùthaich nam Mongol', |
1051
|
|
|
|
|
|
|
'MO' => 'Macà thu SAR na Sìne', |
1052
|
|
|
|
|
|
|
'MO@alt=short' => 'Macà thu', |
1053
|
|
|
|
|
|
|
'MP' => 'Na h-Eileanan Mairianach a Tuath', |
1054
|
|
|
|
|
|
|
'MQ' => 'Mairtinic', |
1055
|
|
|
|
|
|
|
'MR' => 'Moratà inea', |
1056
|
|
|
|
|
|
|
'MS' => 'Montsarat', |
1057
|
|
|
|
|
|
|
'MT' => 'Malta', |
1058
|
|
|
|
|
|
|
'MU' => 'Na h-Eileanan Mhoiriseas', |
1059
|
|
|
|
|
|
|
'MV' => 'Na h-Eileanan Mhaladaibh', |
1060
|
|
|
|
|
|
|
'MW' => 'Malabhaidh', |
1061
|
|
|
|
|
|
|
'MX' => 'Meagsago', |
1062
|
|
|
|
|
|
|
'MY' => 'Malaidhsea', |
1063
|
|
|
|
|
|
|
'MZ' => 'Mòsaimbic', |
1064
|
|
|
|
|
|
|
'NA' => 'An Namaib', |
1065
|
|
|
|
|
|
|
'NC' => 'Cailleann Nuadh', |
1066
|
|
|
|
|
|
|
'NE' => 'Nìgeir', |
1067
|
|
|
|
|
|
|
'NF' => 'Eilean Norfolk', |
1068
|
|
|
|
|
|
|
'NG' => 'Nigèiria', |
1069
|
|
|
|
|
|
|
'NI' => 'Niocaragua', |
1070
|
|
|
|
|
|
|
'NL' => 'Na Tìrean Ãsle', |
1071
|
|
|
|
|
|
|
'NO' => 'Nirribhidh', |
1072
|
|
|
|
|
|
|
'NP' => 'Neapà l', |
1073
|
|
|
|
|
|
|
'NR' => 'Nabhru', |
1074
|
|
|
|
|
|
|
'NU' => 'Niue', |
1075
|
|
|
|
|
|
|
'NZ' => 'Sealainn Nuadh', |
1076
|
|
|
|
|
|
|
'OM' => 'Omà n', |
1077
|
|
|
|
|
|
|
'PA' => 'Panama', |
1078
|
|
|
|
|
|
|
'PE' => 'Pearù', |
1079
|
|
|
|
|
|
|
'PF' => 'Poilinèis na Frainge', |
1080
|
|
|
|
|
|
|
'PG' => 'Gini Nuadh Phaputhach', |
1081
|
|
|
|
|
|
|
'PH' => 'Na h-Eileanan Filipineach', |
1082
|
|
|
|
|
|
|
'PK' => 'Pagastà n', |
1083
|
|
|
|
|
|
|
'PL' => 'Aâ Phòlainn', |
1084
|
|
|
|
|
|
|
'PM' => 'Saint Pierre agus Miquelon', |
1085
|
|
|
|
|
|
|
'PN' => 'Eileanan Pheit aâ Chà irn', |
1086
|
|
|
|
|
|
|
'PR' => 'Porto Rìceo', |
1087
|
|
|
|
|
|
|
'PS' => 'Ãghdarras nam Palastaineach', |
1088
|
|
|
|
|
|
|
'PS@alt=short' => 'Palastain', |
1089
|
|
|
|
|
|
|
'PT' => 'Aâ Phortagail', |
1090
|
|
|
|
|
|
|
'PW' => 'Palabh', |
1091
|
|
|
|
|
|
|
'PY' => 'Paraguaidh', |
1092
|
|
|
|
|
|
|
'QA' => 'Catar', |
1093
|
|
|
|
|
|
|
'QO' => 'Roinn Iomallach aâ Chuain Sèimh', |
1094
|
|
|
|
|
|
|
'RE' => 'Réunion', |
1095
|
|
|
|
|
|
|
'RO' => 'Romà inia', |
1096
|
|
|
|
|
|
|
'RS' => 'An t-Sèirb', |
1097
|
|
|
|
|
|
|
'RU' => 'An Ruis', |
1098
|
|
|
|
|
|
|
'RW' => 'Rubhanda', |
1099
|
|
|
|
|
|
|
'SA' => 'Arà ibia nan Sabhd', |
1100
|
|
|
|
|
|
|
'SB' => 'Eileanan Sholaimh', |
1101
|
|
|
|
|
|
|
'SC' => 'Na h-Eileanan Sheiseall', |
1102
|
|
|
|
|
|
|
'SD' => 'Sudà n', |
1103
|
|
|
|
|
|
|
'SE' => 'An t-Suain', |
1104
|
|
|
|
|
|
|
'SG' => 'Singeapòr', |
1105
|
|
|
|
|
|
|
'SH' => 'Eilean Naomh Eilidh', |
1106
|
|
|
|
|
|
|
'SI' => 'An t-Slòbhain', |
1107
|
|
|
|
|
|
|
'SJ' => 'Svalbard agus Jan Mayen', |
1108
|
|
|
|
|
|
|
'SK' => 'An t-Slòbhac', |
1109
|
|
|
|
|
|
|
'SL' => 'Siarra Leòmhann', |
1110
|
|
|
|
|
|
|
'SM' => 'San Marino', |
1111
|
|
|
|
|
|
|
'SN' => 'Seanagal', |
1112
|
|
|
|
|
|
|
'SO' => 'Somà ilia', |
1113
|
|
|
|
|
|
|
'SR' => 'Suranam', |
1114
|
|
|
|
|
|
|
'SS' => 'Sudà n a Deas', |
1115
|
|
|
|
|
|
|
'ST' => 'São Tomé agus PrÃncipe', |
1116
|
|
|
|
|
|
|
'SV' => 'An Salbhador', |
1117
|
|
|
|
|
|
|
'SX' => 'Sint Maarten', |
1118
|
|
|
|
|
|
|
'SY' => 'Siridhea', |
1119
|
|
|
|
|
|
|
'SZ' => 'Dùthaich nan Suasaidh', |
1120
|
|
|
|
|
|
|
'TA' => 'Tristan da Cunha', |
1121
|
|
|
|
|
|
|
'TC' => 'Na h-Eileanan Turcach is Caiceo', |
1122
|
|
|
|
|
|
|
'TD' => 'An t-Seà d', |
1123
|
|
|
|
|
|
|
'TF' => 'Ranntairean a Deas na Frainge', |
1124
|
|
|
|
|
|
|
'TG' => 'Togo', |
1125
|
|
|
|
|
|
|
'TH' => 'Dùthaich nan Tà idh', |
1126
|
|
|
|
|
|
|
'TJ' => 'Taidigeastà n', |
1127
|
|
|
|
|
|
|
'TK' => 'Tokelau', |
1128
|
|
|
|
|
|
|
'TL' => 'Timor-Leste', |
1129
|
|
|
|
|
|
|
'TL@alt=variant' => 'Tìomor an Ear', |
1130
|
|
|
|
|
|
|
'TM' => 'Turcmanastà n', |
1131
|
|
|
|
|
|
|
'TN' => 'Tuinisea', |
1132
|
|
|
|
|
|
|
'TO' => 'Tonga', |
1133
|
|
|
|
|
|
|
'TR' => 'An Tuirc', |
1134
|
|
|
|
|
|
|
'TT' => 'Trianaid agus Tobago', |
1135
|
|
|
|
|
|
|
'TV' => 'Tubhalu', |
1136
|
|
|
|
|
|
|
'TW' => 'Taidh-Bhà n', |
1137
|
|
|
|
|
|
|
'TZ' => 'An Tansan', |
1138
|
|
|
|
|
|
|
'UA' => 'An Ucrà in', |
1139
|
|
|
|
|
|
|
'UG' => 'Uganda', |
1140
|
|
|
|
|
|
|
'UM' => 'Meanbh-Eileanan Iomallach nan SA', |
1141
|
|
|
|
|
|
|
'UN' => 'Na Dùthchannan Aonaichte', |
1142
|
|
|
|
|
|
|
'US' => 'Na Stà itean Aonaichte', |
1143
|
|
|
|
|
|
|
'US@alt=short' => 'SA', |
1144
|
|
|
|
|
|
|
'UY' => 'Uruguaidh', |
1145
|
|
|
|
|
|
|
'UZ' => 'Usbagastà n', |
1146
|
|
|
|
|
|
|
'VA' => 'Cathair na Bhatacain', |
1147
|
|
|
|
|
|
|
'VC' => 'Naomh Bhionsant agus Eileanan Greanadach', |
1148
|
|
|
|
|
|
|
'VE' => 'Aâ Bheiniseala', |
1149
|
|
|
|
|
|
|
'VG' => 'Eileanan Breatannach na Maighdinn', |
1150
|
|
|
|
|
|
|
'VI' => 'Eileanan na Maighdinn aig na SA', |
1151
|
|
|
|
|
|
|
'VN' => 'Bhiet-Nam', |
1152
|
|
|
|
|
|
|
'VU' => 'Vanuatu', |
1153
|
|
|
|
|
|
|
'WF' => 'Uallas agus Futuna', |
1154
|
|
|
|
|
|
|
'WS' => 'Samotha', |
1155
|
|
|
|
|
|
|
'XK' => 'Aâ Chosobho', |
1156
|
|
|
|
|
|
|
'YE' => 'An Eaman', |
1157
|
|
|
|
|
|
|
'YT' => 'Mayotte', |
1158
|
|
|
|
|
|
|
'ZA' => 'Afraga a Deas', |
1159
|
|
|
|
|
|
|
'ZM' => 'SÃ imbia', |
1160
|
|
|
|
|
|
|
'ZW' => 'An t-Sìombab', |
1161
|
|
|
|
|
|
|
'ZZ' => 'Roinn-dùthcha neo-aithnichte', |
1162
|
|
|
|
|
|
|
|
1163
|
|
|
|
|
|
|
} |
1164
|
|
|
|
|
|
|
}, |
1165
|
|
|
|
|
|
|
); |
1166
|
|
|
|
|
|
|
|
1167
|
|
|
|
|
|
|
has 'display_name_variant' => ( |
1168
|
|
|
|
|
|
|
is => 'ro', |
1169
|
|
|
|
|
|
|
isa => HashRef[Str], |
1170
|
|
|
|
|
|
|
init_arg => undef, |
1171
|
|
|
|
|
|
|
default => sub { |
1172
|
|
|
|
|
|
|
{ |
1173
|
|
|
|
|
|
|
'1901' => 'Litreachadh tradaiseanta na Gearmailtise', |
1174
|
|
|
|
|
|
|
'1994' => 'Litreachadh stannardach dual-chainnt Resia', |
1175
|
|
|
|
|
|
|
'1996' => 'Litreachadh na Gearmailtise 1996', |
1176
|
|
|
|
|
|
|
'1606NICT' => 'Meadhan-Fhraingis anmoch gu 1606', |
1177
|
|
|
|
|
|
|
'1694ACAD' => 'Nua-Fhraingis thrà th', |
1178
|
|
|
|
|
|
|
'1959ACAD' => 'Bealaruisis Acadamaigeach', |
1179
|
|
|
|
|
|
|
'ABL1943' => 'Gnà thas-litreachaidh 1943', |
1180
|
|
|
|
|
|
|
'AKUAPEM' => 'AKUAPEM', |
1181
|
|
|
|
|
|
|
'ALALC97' => 'Ròmanachadh ALA-LC 1997', |
1182
|
|
|
|
|
|
|
'ALUKU' => 'Dual-chainnt Aluku', |
1183
|
|
|
|
|
|
|
'AO1990' => 'Aonta litreachadh na Portagailise 1990', |
1184
|
|
|
|
|
|
|
'AREVELA' => 'Airmeinis an Ear', |
1185
|
|
|
|
|
|
|
'AREVMDA' => 'Airmeinis an Iar', |
1186
|
|
|
|
|
|
|
'ASANTE' => 'ASANTE', |
1187
|
|
|
|
|
|
|
'BAKU1926' => 'Abidil Laideann aonaichte na Turcaise', |
1188
|
|
|
|
|
|
|
'BALANKA' => 'Dual-chainnt Balanka de Anii', |
1189
|
|
|
|
|
|
|
'BARLA' => 'Dual-chainntean Barlavento de Kabuverdianu', |
1190
|
|
|
|
|
|
|
'BASICENG' => 'Beurla bhunasach', |
1191
|
|
|
|
|
|
|
'BAUDDHA' => 'Bauddha', |
1192
|
|
|
|
|
|
|
'BISCAYAN' => 'Dual-chainnt Bizkaia', |
1193
|
|
|
|
|
|
|
'BISKE' => 'Dual-chainnt San Giorgio/Bila', |
1194
|
|
|
|
|
|
|
'BOHORIC' => 'Aibidil BohoriÄ', |
1195
|
|
|
|
|
|
|
'BOONT' => 'Boontling', |
1196
|
|
|
|
|
|
|
'COLB1945' => 'Aonta litreachaidh eadar aâ Phortagail is Braisil 1945', |
1197
|
|
|
|
|
|
|
'CORNU' => 'Beurla na Còirne', |
1198
|
|
|
|
|
|
|
'DAJNKO' => 'Aibidil Dajnko', |
1199
|
|
|
|
|
|
|
'EKAVSK' => 'Sèirbhis le fuaimneachadh iarach', |
1200
|
|
|
|
|
|
|
'EMODENG' => 'Nua-Bheurla thrà th', |
1201
|
|
|
|
|
|
|
'FONIPA' => 'Comharran fuaim-eòlais an IPA', |
1202
|
|
|
|
|
|
|
'FONNAPA' => 'FONNAPA', |
1203
|
|
|
|
|
|
|
'FONUPA' => 'Comharran fuaim-eòlais an UPA', |
1204
|
|
|
|
|
|
|
'FONXSAMP' => 'FONXSAMP', |
1205
|
|
|
|
|
|
|
'HEPBURN' => 'Ròmanachadh Hepburn', |
1206
|
|
|
|
|
|
|
'HOGNORSK' => 'Høgnorsk', |
1207
|
|
|
|
|
|
|
'HSISTEMO' => 'HSISTEMO', |
1208
|
|
|
|
|
|
|
'IJEKAVSK' => 'Sèirbis le fuaimneachadh Ijekavia', |
1209
|
|
|
|
|
|
|
'ITIHASA' => 'Itihasa', |
1210
|
|
|
|
|
|
|
'IVANCHOV' => 'IVANCHOV', |
1211
|
|
|
|
|
|
|
'JAUER' => 'Jauer', |
1212
|
|
|
|
|
|
|
'JYUTPING' => 'Jyutping', |
1213
|
|
|
|
|
|
|
'KKCOR' => 'Litreachadh coitcheann', |
1214
|
|
|
|
|
|
|
'KOCIEWIE' => 'Kociewie', |
1215
|
|
|
|
|
|
|
'KSCOR' => 'Litreachadh stannardach', |
1216
|
|
|
|
|
|
|
'LAUKIKA' => 'Laukika', |
1217
|
|
|
|
|
|
|
'LIPAW' => 'Dual-chainnt Lipovaz Resia', |
1218
|
|
|
|
|
|
|
'LUNA1918' => 'LUNA1918', |
1219
|
|
|
|
|
|
|
'METELKO' => 'Aibidil Metelko', |
1220
|
|
|
|
|
|
|
'MONOTON' => 'Greugais mhonotonach', |
1221
|
|
|
|
|
|
|
'NDYUKA' => 'Dual-chainnt Ndyuka', |
1222
|
|
|
|
|
|
|
'NEDIS' => 'Dual-chainnt Natisone', |
1223
|
|
|
|
|
|
|
'NEWFOUND' => 'Beurla Talamh an Ãisg', |
1224
|
|
|
|
|
|
|
'NJIVA' => 'Dual-chainnt Gniva/Njiva', |
1225
|
|
|
|
|
|
|
'NULIK' => 'Nua-Volapük', |
1226
|
|
|
|
|
|
|
'OSOJS' => 'Dual-chainnt Oseacco/Osojane', |
1227
|
|
|
|
|
|
|
'OXENDICT' => 'Litreachadh faclair Oxford na Beurla', |
1228
|
|
|
|
|
|
|
'PAHAWH2' => 'Pahawh Hmong na 2na ìre', |
1229
|
|
|
|
|
|
|
'PAHAWH3' => 'Pahawh Hmong na 3s ìre', |
1230
|
|
|
|
|
|
|
'PAHAWH4' => 'Pahawh Hmong na 4mh ìre', |
1231
|
|
|
|
|
|
|
'PAMAKA' => 'Dual-chainnt Pamaka', |
1232
|
|
|
|
|
|
|
'PETR1708' => 'Litreachadh Pheadair 1708', |
1233
|
|
|
|
|
|
|
'PINYIN' => 'Ròmanachadh Pinyin', |
1234
|
|
|
|
|
|
|
'POLYTON' => 'Greugais phoiliotonach', |
1235
|
|
|
|
|
|
|
'POSIX' => 'Coimpiutair', |
1236
|
|
|
|
|
|
|
'PUTER' => 'Puter', |
1237
|
|
|
|
|
|
|
'REVISED' => 'Litreachadh lèirmheasaichte', |
1238
|
|
|
|
|
|
|
'RIGIK' => 'Volapük chlasaigeach', |
1239
|
|
|
|
|
|
|
'ROZAJ' => 'Dual-chainnt Resia', |
1240
|
|
|
|
|
|
|
'RUMGR' => 'Rumantsch Grischun', |
1241
|
|
|
|
|
|
|
'SAAHO' => 'Saho', |
1242
|
|
|
|
|
|
|
'SCOTLAND' => 'Beurla Stannardach na h-Alba', |
1243
|
|
|
|
|
|
|
'SCOUSE' => 'Scouse', |
1244
|
|
|
|
|
|
|
'SIMPLE' => 'SIMPLE', |
1245
|
|
|
|
|
|
|
'SOLBA' => 'Dual-chainnt Stolvizza/Solbica', |
1246
|
|
|
|
|
|
|
'SOTAV' => 'Dual-chainntean Sotavento de Kabuverdianu', |
1247
|
|
|
|
|
|
|
'SPANGLIS' => 'Spanglish', |
1248
|
|
|
|
|
|
|
'SURMIRAN' => 'Surmiran', |
1249
|
|
|
|
|
|
|
'SURSILV' => 'Sursilvan', |
1250
|
|
|
|
|
|
|
'SUTSILV' => 'Sutsilvan', |
1251
|
|
|
|
|
|
|
'TARASK' => 'Litreachadh Taraškievica', |
1252
|
|
|
|
|
|
|
'UCCOR' => 'Litreachadh aonaichte', |
1253
|
|
|
|
|
|
|
'UCRCOR' => 'Litreachadh aonaichte âs lèirmheasaichte', |
1254
|
|
|
|
|
|
|
'ULSTER' => 'Albais Uladh', |
1255
|
|
|
|
|
|
|
'UNIFON' => 'Aibidil fuaim-eòlais Unifon', |
1256
|
|
|
|
|
|
|
'VAIDIKA' => 'Vaidika', |
1257
|
|
|
|
|
|
|
'VALENCIA' => 'Valencià ', |
1258
|
|
|
|
|
|
|
'VALLADER' => 'Vallader', |
1259
|
|
|
|
|
|
|
'WADEGILE' => 'Ròmanachadh Wade-Giles', |
1260
|
|
|
|
|
|
|
'XSISTEMO' => 'XSISTEMO', |
1261
|
|
|
|
|
|
|
|
1262
|
|
|
|
|
|
|
} |
1263
|
|
|
|
|
|
|
}, |
1264
|
|
|
|
|
|
|
); |
1265
|
|
|
|
|
|
|
|
1266
|
|
|
|
|
|
|
has 'display_name_key' => ( |
1267
|
|
|
|
|
|
|
is => 'ro', |
1268
|
|
|
|
|
|
|
isa => HashRef[Str], |
1269
|
|
|
|
|
|
|
init_arg => undef, |
1270
|
|
|
|
|
|
|
default => sub { |
1271
|
|
|
|
|
|
|
{ |
1272
|
|
|
|
|
|
|
'calendar' => 'Mìosachan', |
1273
|
|
|
|
|
|
|
'cf' => 'Fòrmat an airgeadra', |
1274
|
|
|
|
|
|
|
'collation' => 'Ãrdugh an t-seòrsachaidh', |
1275
|
|
|
|
|
|
|
'currency' => 'Airgeadra', |
1276
|
|
|
|
|
|
|
'hc' => 'Cearcall an ama (12 no 24 uair)', |
1277
|
|
|
|
|
|
|
'lb' => 'Stoidhle nam brisidhean-loidhe', |
1278
|
|
|
|
|
|
|
'ms' => 'Siostam tomhais', |
1279
|
|
|
|
|
|
|
'numbers' => 'Ãireamhan', |
1280
|
|
|
|
|
|
|
|
1281
|
|
|
|
|
|
|
} |
1282
|
|
|
|
|
|
|
}, |
1283
|
|
|
|
|
|
|
); |
1284
|
|
|
|
|
|
|
|
1285
|
|
|
|
|
|
|
has 'display_name_type' => ( |
1286
|
|
|
|
|
|
|
is => 'ro', |
1287
|
|
|
|
|
|
|
isa => HashRef[HashRef[Str]], |
1288
|
|
|
|
|
|
|
init_arg => undef, |
1289
|
|
|
|
|
|
|
default => sub { |
1290
|
|
|
|
|
|
|
{ |
1291
|
|
|
|
|
|
|
'calendar' => { |
1292
|
|
|
|
|
|
|
'buddhist' => q{Am Mìosachan Budach}, |
1293
|
|
|
|
|
|
|
'chinese' => q{Am Mìosachan Sìneach}, |
1294
|
|
|
|
|
|
|
'coptic' => q{Am Mìosachan Coptach}, |
1295
|
|
|
|
|
|
|
'dangi' => q{Mìosachan Dangi}, |
1296
|
|
|
|
|
|
|
'ethiopic' => q{Mìosachan na h-Itioipe}, |
1297
|
|
|
|
|
|
|
'ethiopic-amete-alem' => q{Mìosachan Itiopach Amete Alem}, |
1298
|
|
|
|
|
|
|
'gregorian' => q{Am Mìosachan Griogarach}, |
1299
|
|
|
|
|
|
|
'hebrew' => q{Am Mìosachan Eabhrach}, |
1300
|
|
|
|
|
|
|
'indian' => q{Mìosachan Nà iseanta nan Innseachan}, |
1301
|
|
|
|
|
|
|
'islamic' => q{Am Mìosachan Ioslamach}, |
1302
|
|
|
|
|
|
|
'islamic-civil' => q{Am Mìosachan Ioslamach (clà rach, linn sìobhalta)}, |
1303
|
|
|
|
|
|
|
'islamic-rgsa' => q{Am Mìosachan Ioslamach (Arà ibia nan Sabhd, sealladh)}, |
1304
|
|
|
|
|
|
|
'islamic-tbla' => q{Am Mìosachan Ioslamach (clà rach, linn reul-eòlach)}, |
1305
|
|
|
|
|
|
|
'islamic-umalqura' => q{Am Mìosachan Ioslamach (Umm al-Qura)}, |
1306
|
|
|
|
|
|
|
'iso8601' => q{Mìosachan ISO-8601}, |
1307
|
|
|
|
|
|
|
'japanese' => q{Am Mìosachan Seapanach}, |
1308
|
|
|
|
|
|
|
'persian' => q{Am Mìosachan Pearsach}, |
1309
|
|
|
|
|
|
|
'roc' => q{Mìosachan Poblachd na Sìne}, |
1310
|
|
|
|
|
|
|
}, |
1311
|
|
|
|
|
|
|
'cf' => { |
1312
|
|
|
|
|
|
|
'account' => q{Fòrmat airgeadra na cunntasachd}, |
1313
|
|
|
|
|
|
|
'standard' => q{Fòrmat stannardach an airgeadra}, |
1314
|
|
|
|
|
|
|
}, |
1315
|
|
|
|
|
|
|
'collation' => { |
1316
|
|
|
|
|
|
|
'big5han' => q{Ãrdugh seòrsachaidh na Sìnise Tradaiseanta - Big5}, |
1317
|
|
|
|
|
|
|
'compat' => q{Ãrdugh seòrsachaidh roimhe a chum co-chòrdalachd}, |
1318
|
|
|
|
|
|
|
'dictionary' => q{Ãrdugh seòrsachaidh an fhaclair}, |
1319
|
|
|
|
|
|
|
'ducet' => q{Ãrdugh seòrsachaidh Unicode bunaiteach}, |
1320
|
|
|
|
|
|
|
'emoji' => q{Ãrdugh seòrsachaidh Emoji}, |
1321
|
|
|
|
|
|
|
'eor' => q{Ãrdugh seòrsachaidh Eòrpach}, |
1322
|
|
|
|
|
|
|
'gb2312han' => q{Ãrdugh seòrsachaidh na Sìnise Simplichte - GB2312}, |
1323
|
|
|
|
|
|
|
'phonebook' => q{Ãrdugh seòrsachaidh nan leabhraichean-fòn}, |
1324
|
|
|
|
|
|
|
'pinyin' => q{Ãrdugh seòrsachaidh Pinyin}, |
1325
|
|
|
|
|
|
|
'reformed' => q{Ãrdugh seòrsachaidh ath-leasaichte}, |
1326
|
|
|
|
|
|
|
'search' => q{Lorg coitcheann}, |
1327
|
|
|
|
|
|
|
'searchjl' => q{Lorg leis aâ chiad chonnrag Hangul}, |
1328
|
|
|
|
|
|
|
'standard' => q{Ãrdugh seòrsachaidh stannardach}, |
1329
|
|
|
|
|
|
|
'stroke' => q{Ãrdugh nan strà can}, |
1330
|
|
|
|
|
|
|
'traditional' => q{Ãrdugh seòrsachaidh tradaiseanta}, |
1331
|
|
|
|
|
|
|
'unihan' => q{Ãrdugh an fhreumha âs nan strà can}, |
1332
|
|
|
|
|
|
|
'zhuyin' => q{Ãrdugh seòrsachaidh Zhuyin}, |
1333
|
|
|
|
|
|
|
}, |
1334
|
|
|
|
|
|
|
'd0' => { |
1335
|
|
|
|
|
|
|
'fwidth' => q{LÃ n-Leud}, |
1336
|
|
|
|
|
|
|
'hwidth' => q{Leth-Leud}, |
1337
|
|
|
|
|
|
|
'npinyin' => q{Ãireamhach}, |
1338
|
|
|
|
|
|
|
}, |
1339
|
|
|
|
|
|
|
'hc' => { |
1340
|
|
|
|
|
|
|
'h11' => q{Cleoc 12 uair a thìde (0â11)}, |
1341
|
|
|
|
|
|
|
'h12' => q{Cleoc 12 uair a thìde (1â12)}, |
1342
|
|
|
|
|
|
|
'h23' => q{Cleoc 24 uair a thìde (0â23)}, |
1343
|
|
|
|
|
|
|
'h24' => q{Cleoc 24 uair a thìde (1â24)}, |
1344
|
|
|
|
|
|
|
}, |
1345
|
|
|
|
|
|
|
'lb' => { |
1346
|
|
|
|
|
|
|
'loose' => q{Brisidhean-loidhe fuasgailte}, |
1347
|
|
|
|
|
|
|
'normal' => q{Brisidhean-loidhe à bhaisteach}, |
1348
|
|
|
|
|
|
|
'strict' => q{Brisidhean-loidhe teanna}, |
1349
|
|
|
|
|
|
|
}, |
1350
|
|
|
|
|
|
|
'm0' => { |
1351
|
|
|
|
|
|
|
'bgn' => q{Tar-litreachadh BGN nan Stà itean Aonaichte}, |
1352
|
|
|
|
|
|
|
'ungegn' => q{Tar-litreachadh GEGN nan Dùthchannan Aonaichte}, |
1353
|
|
|
|
|
|
|
}, |
1354
|
|
|
|
|
|
|
'ms' => { |
1355
|
|
|
|
|
|
|
'metric' => q{Tomhas meatrach}, |
1356
|
|
|
|
|
|
|
'uksystem' => q{Tomhas impireil}, |
1357
|
|
|
|
|
|
|
'ussystem' => q{Tomhas nan Stà itean Aonaichte}, |
1358
|
|
|
|
|
|
|
}, |
1359
|
|
|
|
|
|
|
'numbers' => { |
1360
|
|
|
|
|
|
|
'ahom' => q{Ãireamhan Ahom}, |
1361
|
|
|
|
|
|
|
'arab' => q{Ãireamhan Arabach-Innseanach}, |
1362
|
|
|
|
|
|
|
'arabext' => q{Ãireamhan Arabach-Innseanach leudaichte}, |
1363
|
|
|
|
|
|
|
'armn' => q{Ãireamhan na h-Airmeinise}, |
1364
|
|
|
|
|
|
|
'armnlow' => q{Ãireamhan beaga na h-Airmeinise}, |
1365
|
|
|
|
|
|
|
'bali' => q{Ãireamhan Bali}, |
1366
|
|
|
|
|
|
|
'beng' => q{Ãireamhan na Beangailise}, |
1367
|
|
|
|
|
|
|
'brah' => q{Ãireamhan Brahmi}, |
1368
|
|
|
|
|
|
|
'cakm' => q{Ãireamhan Chakma}, |
1369
|
|
|
|
|
|
|
'cham' => q{Ãireamhan Cham}, |
1370
|
|
|
|
|
|
|
'cyrl' => q{Ãireamhan na Cirilise}, |
1371
|
|
|
|
|
|
|
'deva' => q{Ãireamhan Devanagari}, |
1372
|
|
|
|
|
|
|
'ethi' => q{Ãireamhan Itiopach}, |
1373
|
|
|
|
|
|
|
'fullwide' => q{Ãireamhan là n-leud}, |
1374
|
|
|
|
|
|
|
'geor' => q{Ãireamhan na Cairtbheilise}, |
1375
|
|
|
|
|
|
|
'gong' => q{Ãireamhan Gunjala Gondi}, |
1376
|
|
|
|
|
|
|
'gonm' => q{Ãireamhan Masaram Gondi}, |
1377
|
|
|
|
|
|
|
'grek' => q{Ãireamhan na Greugaise}, |
1378
|
|
|
|
|
|
|
'greklow' => q{Ãireamhan beaga na Greugaise}, |
1379
|
|
|
|
|
|
|
'gujr' => q{Ãireamhan Gujarati}, |
1380
|
|
|
|
|
|
|
'guru' => q{Ãireamhan Gurmukhi}, |
1381
|
|
|
|
|
|
|
'hanidec' => q{Ãireamhan deicheach na Sìnise}, |
1382
|
|
|
|
|
|
|
'hans' => q{Ãireamhan na Sìnise Shimplichte}, |
1383
|
|
|
|
|
|
|
'hansfin' => q{Ãireamhan ionmhasail na Sìnise Shimplichte}, |
1384
|
|
|
|
|
|
|
'hant' => q{Ãireamhan na Sìnise Thradaiseanta}, |
1385
|
|
|
|
|
|
|
'hantfin' => q{Ãireamhan ionmhasail na Sìnise Thradaiseanta}, |
1386
|
|
|
|
|
|
|
'hebr' => q{Ãireamhan na h-Eabhra}, |
1387
|
|
|
|
|
|
|
'hmng' => q{Ãireamhan Pahawh Hmong}, |
1388
|
|
|
|
|
|
|
'java' => q{Ãireamhan na Deà bhanaise}, |
1389
|
|
|
|
|
|
|
'jpan' => q{Ãireamhan na Seapanaise}, |
1390
|
|
|
|
|
|
|
'jpanfin' => q{Ãireamhan ionmhasail na Seapanaise}, |
1391
|
|
|
|
|
|
|
'kali' => q{Ãireamhan Kayah Li}, |
1392
|
|
|
|
|
|
|
'khmr' => q{Ãireamhan Cmèar}, |
1393
|
|
|
|
|
|
|
'knda' => q{Ãireamhan Kannada}, |
1394
|
|
|
|
|
|
|
'lana' => q{Ãireamhan Tai Tham Hora}, |
1395
|
|
|
|
|
|
|
'lanatham' => q{Ãireamhan Tai Tham Tham}, |
1396
|
|
|
|
|
|
|
'laoo' => q{Ãireamhan LÃ tho}, |
1397
|
|
|
|
|
|
|
'latn' => q{Ãireamhan Siarach}, |
1398
|
|
|
|
|
|
|
'lepc' => q{Ãireamhan Lepcha}, |
1399
|
|
|
|
|
|
|
'limb' => q{Ãireamhan Limbu}, |
1400
|
|
|
|
|
|
|
'mathbold' => q{Ãireamhan matamataig troma}, |
1401
|
|
|
|
|
|
|
'mathdbl' => q{Ãireamhan matamataig le loidhne dhùbailte}, |
1402
|
|
|
|
|
|
|
'mathmono' => q{Ãireamhan matamataig aon-leud}, |
1403
|
|
|
|
|
|
|
'mathsanb' => q{Ãireamhan matamataig sans-serif troma}, |
1404
|
|
|
|
|
|
|
'mathsans' => q{Ãireamhan matamataig sans-serif}, |
1405
|
|
|
|
|
|
|
'mlym' => q{Ãireamhan Malayalam}, |
1406
|
|
|
|
|
|
|
'modi' => q{Ãireamhan Modi}, |
1407
|
|
|
|
|
|
|
'mong' => q{Ãireamhan na Mongolaise}, |
1408
|
|
|
|
|
|
|
'mroo' => q{Ãireamhan Mro}, |
1409
|
|
|
|
|
|
|
'mtei' => q{Ãireamhan Meetei Mayek}, |
1410
|
|
|
|
|
|
|
'mymr' => q{Ãireamhan Mià nmar}, |
1411
|
|
|
|
|
|
|
'mymrshan' => q{Ãireamhan Shan Mià nmar}, |
1412
|
|
|
|
|
|
|
'mymrtlng' => q{Ãireamhan Tai Laing Mià nmar}, |
1413
|
|
|
|
|
|
|
'nkoo' => q{Ãireamhan NâKo}, |
1414
|
|
|
|
|
|
|
'olck' => q{Ãireamhan Ol Chiki}, |
1415
|
|
|
|
|
|
|
'orya' => q{Ãireamhan Odia}, |
1416
|
|
|
|
|
|
|
'osma' => q{Ãireamhan Osmanya}, |
1417
|
|
|
|
|
|
|
'rohg' => q{Ãireamhan Hanifi Rohingya}, |
1418
|
|
|
|
|
|
|
'roman' => q{Ãireamhan Ròmanach}, |
1419
|
|
|
|
|
|
|
'romanlow' => q{Ãireamhan beaga Ròmanach}, |
1420
|
|
|
|
|
|
|
'saur' => q{Ãireamhan Saurashtra}, |
1421
|
|
|
|
|
|
|
'shrd' => q{Ãireamhan Sharada}, |
1422
|
|
|
|
|
|
|
'sind' => q{Ãireamhan Khudawadi}, |
1423
|
|
|
|
|
|
|
'sinh' => q{Ãireamhan Lith na Sinhala}, |
1424
|
|
|
|
|
|
|
'sora' => q{Ãireamhan Sora Sompeng}, |
1425
|
|
|
|
|
|
|
'sund' => q{Ãireamhan Sunda}, |
1426
|
|
|
|
|
|
|
'takr' => q{Ãireamhan Takri}, |
1427
|
|
|
|
|
|
|
'talu' => q{Ãireamhan Tai Lue Ãr}, |
1428
|
|
|
|
|
|
|
'taml' => q{Ãireamhan na Taimilise Tradaiseanta}, |
1429
|
|
|
|
|
|
|
'tamldec' => q{Ãireamhan na Taimilise}, |
1430
|
|
|
|
|
|
|
'telu' => q{Ãireamhan Telugu}, |
1431
|
|
|
|
|
|
|
'thai' => q{Ãireamhan TÃ idh}, |
1432
|
|
|
|
|
|
|
'tibt' => q{Ãireamhan na Tibeitise}, |
1433
|
|
|
|
|
|
|
'tirh' => q{Ãireamhan Tirhuta}, |
1434
|
|
|
|
|
|
|
'vaii' => q{Ãireamhan Vai}, |
1435
|
|
|
|
|
|
|
'wara' => q{Ãireamhan Warang Citi}, |
1436
|
|
|
|
|
|
|
}, |
1437
|
|
|
|
|
|
|
|
1438
|
|
|
|
|
|
|
} |
1439
|
|
|
|
|
|
|
}, |
1440
|
|
|
|
|
|
|
); |
1441
|
|
|
|
|
|
|
|
1442
|
|
|
|
|
|
|
has 'display_name_measurement_system' => ( |
1443
|
|
|
|
|
|
|
is => 'ro', |
1444
|
|
|
|
|
|
|
isa => HashRef[Str], |
1445
|
|
|
|
|
|
|
init_arg => undef, |
1446
|
|
|
|
|
|
|
default => sub { |
1447
|
|
|
|
|
|
|
{ |
1448
|
|
|
|
|
|
|
'metric' => q{Meatrach}, |
1449
|
|
|
|
|
|
|
'UK' => q{RA}, |
1450
|
|
|
|
|
|
|
'US' => q{SA}, |
1451
|
|
|
|
|
|
|
|
1452
|
|
|
|
|
|
|
} |
1453
|
|
|
|
|
|
|
}, |
1454
|
|
|
|
|
|
|
); |
1455
|
|
|
|
|
|
|
|
1456
|
|
|
|
|
|
|
has 'display_name_code_patterns' => ( |
1457
|
|
|
|
|
|
|
is => 'ro', |
1458
|
|
|
|
|
|
|
isa => HashRef[Str], |
1459
|
|
|
|
|
|
|
init_arg => undef, |
1460
|
|
|
|
|
|
|
default => sub { |
1461
|
|
|
|
|
|
|
{ |
1462
|
|
|
|
|
|
|
'language' => 'CÃ nan: {0}', |
1463
|
|
|
|
|
|
|
'script' => 'Litreadh: {0}', |
1464
|
|
|
|
|
|
|
'region' => 'Roinn-dùthcha: {0}', |
1465
|
|
|
|
|
|
|
|
1466
|
|
|
|
|
|
|
} |
1467
|
|
|
|
|
|
|
}, |
1468
|
|
|
|
|
|
|
); |
1469
|
|
|
|
|
|
|
|
1470
|
|
|
|
|
|
|
has 'characters' => ( |
1471
|
|
|
|
|
|
|
is => 'ro', |
1472
|
|
|
|
|
|
|
isa => HashRef, |
1473
|
|
|
|
|
|
|
init_arg => undef, |
1474
|
|
|
|
|
|
|
default => $^V ge v5.18.0 |
1475
|
|
|
|
|
|
|
? eval <<'EOT' |
1476
|
|
|
|
|
|
|
sub { |
1477
|
|
|
|
|
|
|
no warnings 'experimental::regex_sets'; |
1478
|
|
|
|
|
|
|
return { |
1479
|
|
|
|
|
|
|
auxiliary => qr{[á Ä Ã¢ Ã¥ ä ã Ä Ã¦ Ä Ã§ Ḡé Ä Ãª ë Ä á¸ Ä¡ Ã Ä Ã® ï Ä« ı j k ŠṠñ ó Šô ö ø Å Å á¹ q ṡ Å È á¹« ú Šû ü Å« v w x y ÿ z]}, |
1480
|
|
|
|
|
|
|
index => ['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'L', 'M', 'N', 'O', 'P', 'R', 'S', 'T', 'U'], |
1481
|
|
|
|
|
|
|
main => qr{[a à b c d e è f g h i ì l m n o ò p r s t u ù]}, |
1482
|
|
|
|
|
|
|
numbers => qr{[\- , . % â° + 0 1 2 3 4 5 6 7 8 9]}, |
1483
|
|
|
|
|
|
|
punctuation => qr{[\- â â â , ; \: ! ¡ ? . ⦠· ' â â " â â ( ) \[ \] \{ \} § ¶ @ * / \& â # % â ⡠⧠° © ® â¢]}, |
1484
|
|
|
|
|
|
|
}; |
1485
|
|
|
|
|
|
|
}, |
1486
|
|
|
|
|
|
|
EOT |
1487
|
|
|
|
|
|
|
: sub { |
1488
|
|
|
|
|
|
|
return { index => ['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'L', 'M', 'N', 'O', 'P', 'R', 'S', 'T', 'U'], }; |
1489
|
|
|
|
|
|
|
}, |
1490
|
1
|
|
|
1
|
|
128
|
); |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
212
|
|
1491
|
|
|
|
|
|
|
|
1492
|
|
|
|
|
|
|
|
1493
|
|
|
|
|
|
|
has 'ellipsis' => ( |
1494
|
|
|
|
|
|
|
is => 'ro', |
1495
|
|
|
|
|
|
|
isa => HashRef, |
1496
|
|
|
|
|
|
|
init_arg => undef, |
1497
|
|
|
|
|
|
|
default => sub { |
1498
|
|
|
|
|
|
|
return { |
1499
|
|
|
|
|
|
|
'final' => '{0}â¦', |
1500
|
|
|
|
|
|
|
'initial' => 'â¦{0}', |
1501
|
|
|
|
|
|
|
'medial' => '{0}â¦{1}', |
1502
|
|
|
|
|
|
|
'word-final' => '{0} â¦', |
1503
|
|
|
|
|
|
|
'word-initial' => '⦠{0}', |
1504
|
|
|
|
|
|
|
'word-medial' => '{0} ⦠{1}', |
1505
|
|
|
|
|
|
|
}; |
1506
|
|
|
|
|
|
|
}, |
1507
|
|
|
|
|
|
|
); |
1508
|
|
|
|
|
|
|
|
1509
|
|
|
|
|
|
|
has 'more_information' => ( |
1510
|
|
|
|
|
|
|
is => 'ro', |
1511
|
|
|
|
|
|
|
isa => Str, |
1512
|
|
|
|
|
|
|
init_arg => undef, |
1513
|
|
|
|
|
|
|
default => qq{?}, |
1514
|
|
|
|
|
|
|
); |
1515
|
|
|
|
|
|
|
|
1516
|
|
|
|
|
|
|
has 'quote_start' => ( |
1517
|
|
|
|
|
|
|
is => 'ro', |
1518
|
|
|
|
|
|
|
isa => Str, |
1519
|
|
|
|
|
|
|
init_arg => undef, |
1520
|
|
|
|
|
|
|
default => qq{â}, |
1521
|
|
|
|
|
|
|
); |
1522
|
|
|
|
|
|
|
|
1523
|
|
|
|
|
|
|
has 'quote_end' => ( |
1524
|
|
|
|
|
|
|
is => 'ro', |
1525
|
|
|
|
|
|
|
isa => Str, |
1526
|
|
|
|
|
|
|
init_arg => undef, |
1527
|
|
|
|
|
|
|
default => qq{â}, |
1528
|
|
|
|
|
|
|
); |
1529
|
|
|
|
|
|
|
|
1530
|
|
|
|
|
|
|
has 'alternate_quote_start' => ( |
1531
|
|
|
|
|
|
|
is => 'ro', |
1532
|
|
|
|
|
|
|
isa => Str, |
1533
|
|
|
|
|
|
|
init_arg => undef, |
1534
|
|
|
|
|
|
|
default => qq{â}, |
1535
|
|
|
|
|
|
|
); |
1536
|
|
|
|
|
|
|
|
1537
|
|
|
|
|
|
|
has 'alternate_quote_end' => ( |
1538
|
|
|
|
|
|
|
is => 'ro', |
1539
|
|
|
|
|
|
|
isa => Str, |
1540
|
|
|
|
|
|
|
init_arg => undef, |
1541
|
|
|
|
|
|
|
default => qq{â}, |
1542
|
|
|
|
|
|
|
); |
1543
|
|
|
|
|
|
|
|
1544
|
|
|
|
|
|
|
has 'duration_units' => ( |
1545
|
|
|
|
|
|
|
is => 'ro', |
1546
|
|
|
|
|
|
|
isa => HashRef[Str], |
1547
|
|
|
|
|
|
|
init_arg => undef, |
1548
|
|
|
|
|
|
|
default => sub { { |
1549
|
|
|
|
|
|
|
hm => 'h:mm', |
1550
|
|
|
|
|
|
|
hms => 'h:mm:ss', |
1551
|
|
|
|
|
|
|
ms => 'm:ss', |
1552
|
|
|
|
|
|
|
} } |
1553
|
|
|
|
|
|
|
); |
1554
|
|
|
|
|
|
|
|
1555
|
|
|
|
|
|
|
has 'units' => ( |
1556
|
|
|
|
|
|
|
is => 'ro', |
1557
|
|
|
|
|
|
|
isa => HashRef[HashRef[HashRef[Str]]], |
1558
|
|
|
|
|
|
|
init_arg => undef, |
1559
|
|
|
|
|
|
|
default => sub { { |
1560
|
|
|
|
|
|
|
'long' => { |
1561
|
|
|
|
|
|
|
'' => { |
1562
|
|
|
|
|
|
|
'name' => q(comhair combaist), |
1563
|
|
|
|
|
|
|
}, |
1564
|
|
|
|
|
|
|
'acre' => { |
1565
|
|
|
|
|
|
|
'few' => q({0} acraichean), |
1566
|
|
|
|
|
|
|
'name' => q(acair), |
1567
|
|
|
|
|
|
|
'one' => q({0} acair), |
1568
|
|
|
|
|
|
|
'other' => q({0} acair), |
1569
|
|
|
|
|
|
|
'two' => q({0} acair), |
1570
|
|
|
|
|
|
|
}, |
1571
|
|
|
|
|
|
|
'acre-foot' => { |
1572
|
|
|
|
|
|
|
'few' => q({0} acair-throighean), |
1573
|
|
|
|
|
|
|
'name' => q(acair-throigh), |
1574
|
|
|
|
|
|
|
'one' => q({0} acair-throigh), |
1575
|
|
|
|
|
|
|
'other' => q({0} acair-throigh), |
1576
|
|
|
|
|
|
|
'two' => q({0} acair-throigh), |
1577
|
|
|
|
|
|
|
}, |
1578
|
|
|
|
|
|
|
'ampere' => { |
1579
|
|
|
|
|
|
|
'few' => q({0} ampère), |
1580
|
|
|
|
|
|
|
'name' => q(ampère), |
1581
|
|
|
|
|
|
|
'one' => q({0} ampère), |
1582
|
|
|
|
|
|
|
'other' => q({0} ampère), |
1583
|
|
|
|
|
|
|
'two' => q({0} ampère), |
1584
|
|
|
|
|
|
|
}, |
1585
|
|
|
|
|
|
|
'arc-minute' => { |
1586
|
|
|
|
|
|
|
'few' => q({0} Ã rc-mhionaidean), |
1587
|
|
|
|
|
|
|
'name' => q(Ã rc-mhionaid), |
1588
|
|
|
|
|
|
|
'one' => q({0} Ã rc-mhionaid), |
1589
|
|
|
|
|
|
|
'other' => q({0} Ã rc-mhionaid), |
1590
|
|
|
|
|
|
|
'two' => q({0} Ã rc-mhionaid), |
1591
|
|
|
|
|
|
|
}, |
1592
|
|
|
|
|
|
|
'arc-second' => { |
1593
|
|
|
|
|
|
|
'few' => q({0} Ã rc-dhiogan), |
1594
|
|
|
|
|
|
|
'name' => q(Ã rc-dhiog), |
1595
|
|
|
|
|
|
|
'one' => q({0} Ã rc-dhiog), |
1596
|
|
|
|
|
|
|
'other' => q({0} Ã rc-dhiog), |
1597
|
|
|
|
|
|
|
'two' => q({0} Ã rc-dhiog), |
1598
|
|
|
|
|
|
|
}, |
1599
|
|
|
|
|
|
|
'astronomical-unit' => { |
1600
|
|
|
|
|
|
|
'few' => q({0} aonadan reul-eòlach), |
1601
|
|
|
|
|
|
|
'name' => q(aonad reul-eòlach), |
1602
|
|
|
|
|
|
|
'one' => q({0} aonad reul-eòlach), |
1603
|
|
|
|
|
|
|
'other' => q({0} aonad reul-eòlach), |
1604
|
|
|
|
|
|
|
'two' => q({0} aonad reul-eòlach), |
1605
|
|
|
|
|
|
|
}, |
1606
|
|
|
|
|
|
|
'atmosphere' => { |
1607
|
|
|
|
|
|
|
'few' => q({0} brùthadh-à ile), |
1608
|
|
|
|
|
|
|
'name' => q(brùthadh-à ile), |
1609
|
|
|
|
|
|
|
'one' => q({0} bhrùthadh-à ile), |
1610
|
|
|
|
|
|
|
'other' => q({0} brùthadh-à ile), |
1611
|
|
|
|
|
|
|
'two' => q({0} bhrùthadh-à ile), |
1612
|
|
|
|
|
|
|
}, |
1613
|
|
|
|
|
|
|
'bit' => { |
1614
|
|
|
|
|
|
|
'few' => q({0} biodan), |
1615
|
|
|
|
|
|
|
'name' => q(biod), |
1616
|
|
|
|
|
|
|
'one' => q({0} bhiod), |
1617
|
|
|
|
|
|
|
'other' => q({0} biod), |
1618
|
|
|
|
|
|
|
'two' => q({0} bhiod), |
1619
|
|
|
|
|
|
|
}, |
1620
|
|
|
|
|
|
|
'bushel' => { |
1621
|
|
|
|
|
|
|
'few' => q({0} buisealan), |
1622
|
|
|
|
|
|
|
'name' => q(buiseal), |
1623
|
|
|
|
|
|
|
'one' => q({0} bhuiseal), |
1624
|
|
|
|
|
|
|
'other' => q({0} buiseal), |
1625
|
|
|
|
|
|
|
'two' => q({0} bhuiseal), |
1626
|
|
|
|
|
|
|
}, |
1627
|
|
|
|
|
|
|
'byte' => { |
1628
|
|
|
|
|
|
|
'few' => q({0} baidht), |
1629
|
|
|
|
|
|
|
'name' => q(baidht), |
1630
|
|
|
|
|
|
|
'one' => q({0} bhaidht), |
1631
|
|
|
|
|
|
|
'other' => q({0} baidht), |
1632
|
|
|
|
|
|
|
'two' => q({0} bhaidht), |
1633
|
|
|
|
|
|
|
}, |
1634
|
|
|
|
|
|
|
'calorie' => { |
1635
|
|
|
|
|
|
|
'few' => q({0} calaraidhean), |
1636
|
|
|
|
|
|
|
'name' => q(calaraidh), |
1637
|
|
|
|
|
|
|
'one' => q({0} chalaraidh), |
1638
|
|
|
|
|
|
|
'other' => q({0} calaraidh), |
1639
|
|
|
|
|
|
|
'two' => q({0} chalaraidh), |
1640
|
|
|
|
|
|
|
}, |
1641
|
|
|
|
|
|
|
'carat' => { |
1642
|
|
|
|
|
|
|
'few' => q({0} carataichean), |
1643
|
|
|
|
|
|
|
'name' => q(carat), |
1644
|
|
|
|
|
|
|
'one' => q({0} charat), |
1645
|
|
|
|
|
|
|
'other' => q({0} carat), |
1646
|
|
|
|
|
|
|
'two' => q({0} charat), |
1647
|
|
|
|
|
|
|
}, |
1648
|
|
|
|
|
|
|
'celsius' => { |
1649
|
|
|
|
|
|
|
'few' => q({0} ceuman Celsius), |
1650
|
|
|
|
|
|
|
'name' => q(ceum Celsius), |
1651
|
|
|
|
|
|
|
'one' => q({0} cheum Celsius), |
1652
|
|
|
|
|
|
|
'other' => q({0} ceum Celsius), |
1653
|
|
|
|
|
|
|
'two' => q({0} cheum Celsius), |
1654
|
|
|
|
|
|
|
}, |
1655
|
|
|
|
|
|
|
'centiliter' => { |
1656
|
|
|
|
|
|
|
'few' => q({0} ceudailiotairean), |
1657
|
|
|
|
|
|
|
'name' => q(ceudailiotair), |
1658
|
|
|
|
|
|
|
'one' => q({0} cheudailiotair), |
1659
|
|
|
|
|
|
|
'other' => q({0} ceudailiotair), |
1660
|
|
|
|
|
|
|
'two' => q({0} cheudailiotair), |
1661
|
|
|
|
|
|
|
}, |
1662
|
|
|
|
|
|
|
'centimeter' => { |
1663
|
|
|
|
|
|
|
'few' => q({0} ceudameatairean), |
1664
|
|
|
|
|
|
|
'name' => q(ceudameatair), |
1665
|
|
|
|
|
|
|
'one' => q({0} cheudameatair), |
1666
|
|
|
|
|
|
|
'other' => q({0} ceudameatair), |
1667
|
|
|
|
|
|
|
'per' => q({0} sa cheudameatair), |
1668
|
|
|
|
|
|
|
'two' => q({0} cheudameatair), |
1669
|
|
|
|
|
|
|
}, |
1670
|
|
|
|
|
|
|
'century' => { |
1671
|
|
|
|
|
|
|
'few' => q({0} linntean), |
1672
|
|
|
|
|
|
|
'name' => q(linn), |
1673
|
|
|
|
|
|
|
'one' => q({0} linn), |
1674
|
|
|
|
|
|
|
'other' => q({0} linn), |
1675
|
|
|
|
|
|
|
'two' => q({0} linn), |
1676
|
|
|
|
|
|
|
}, |
1677
|
|
|
|
|
|
|
'coordinate' => { |
1678
|
|
|
|
|
|
|
'east' => q({0}E), |
1679
|
|
|
|
|
|
|
'north' => q({0}T), |
1680
|
|
|
|
|
|
|
'south' => q({0}D), |
1681
|
|
|
|
|
|
|
'west' => q({0}I), |
1682
|
|
|
|
|
|
|
}, |
1683
|
|
|
|
|
|
|
'cubic-centimeter' => { |
1684
|
|
|
|
|
|
|
'few' => q({0} ceudameatairean ciùbach), |
1685
|
|
|
|
|
|
|
'name' => q(ceudameatair ciùbach), |
1686
|
|
|
|
|
|
|
'one' => q({0} cheudameatair ciùbach), |
1687
|
|
|
|
|
|
|
'other' => q({0} ceudameatair ciùbach), |
1688
|
|
|
|
|
|
|
'per' => q({0} sa cheudameatair chiùbach), |
1689
|
|
|
|
|
|
|
'two' => q({0} cheudameatair ciùbach), |
1690
|
|
|
|
|
|
|
}, |
1691
|
|
|
|
|
|
|
'cubic-foot' => { |
1692
|
|
|
|
|
|
|
'few' => q({0} troighean ciùbach), |
1693
|
|
|
|
|
|
|
'name' => q(troigh chiùbach), |
1694
|
|
|
|
|
|
|
'one' => q({0} troigh chiùbach), |
1695
|
|
|
|
|
|
|
'other' => q({0} troigh chiùbach), |
1696
|
|
|
|
|
|
|
'two' => q({0} throigh chiùbach), |
1697
|
|
|
|
|
|
|
}, |
1698
|
|
|
|
|
|
|
'cubic-inch' => { |
1699
|
|
|
|
|
|
|
'few' => q({0} òirlich chiùbach), |
1700
|
|
|
|
|
|
|
'name' => q(òirleach chiùbach), |
1701
|
|
|
|
|
|
|
'one' => q({0} òirleach chiùbach), |
1702
|
|
|
|
|
|
|
'other' => q({0} òirleach chiùbach), |
1703
|
|
|
|
|
|
|
'two' => q({0} òirleach chiùbach), |
1704
|
|
|
|
|
|
|
}, |
1705
|
|
|
|
|
|
|
'cubic-kilometer' => { |
1706
|
|
|
|
|
|
|
'few' => q({0} cilemeatairean ciùbach), |
1707
|
|
|
|
|
|
|
'name' => q(cilemeatair ciùbach), |
1708
|
|
|
|
|
|
|
'one' => q({0} chilemeatair ciùbach), |
1709
|
|
|
|
|
|
|
'other' => q({0} cilemeatair ciùbach), |
1710
|
|
|
|
|
|
|
'two' => q({0} chilemeatair ciùbach), |
1711
|
|
|
|
|
|
|
}, |
1712
|
|
|
|
|
|
|
'cubic-meter' => { |
1713
|
|
|
|
|
|
|
'few' => q({0} meatairean ciùbach), |
1714
|
|
|
|
|
|
|
'name' => q(meatair ciùbach), |
1715
|
|
|
|
|
|
|
'one' => q({0} mheatair ciùbach), |
1716
|
|
|
|
|
|
|
'other' => q({0} meatair ciùbach), |
1717
|
|
|
|
|
|
|
'per' => q({0} sa mheatair chiùbach), |
1718
|
|
|
|
|
|
|
'two' => q({0} mheatair ciùbach), |
1719
|
|
|
|
|
|
|
}, |
1720
|
|
|
|
|
|
|
'cubic-mile' => { |
1721
|
|
|
|
|
|
|
'few' => q({0} mìltean ciùbach), |
1722
|
|
|
|
|
|
|
'name' => q(mìle chiùbach), |
1723
|
|
|
|
|
|
|
'one' => q({0} mhìle chiùbach), |
1724
|
|
|
|
|
|
|
'other' => q({0} mìle chiùbach), |
1725
|
|
|
|
|
|
|
'two' => q({0} mhìle chiùbach), |
1726
|
|
|
|
|
|
|
}, |
1727
|
|
|
|
|
|
|
'cubic-yard' => { |
1728
|
|
|
|
|
|
|
'few' => q({0} slatan ciùbach), |
1729
|
|
|
|
|
|
|
'name' => q(slat chiùbach), |
1730
|
|
|
|
|
|
|
'one' => q({0} slat chiùbach), |
1731
|
|
|
|
|
|
|
'other' => q({0} slat chiùbach), |
1732
|
|
|
|
|
|
|
'two' => q({0} shlat chiùbach), |
1733
|
|
|
|
|
|
|
}, |
1734
|
|
|
|
|
|
|
'cup' => { |
1735
|
|
|
|
|
|
|
'few' => q({0} cupannan), |
1736
|
|
|
|
|
|
|
'name' => q(cupa), |
1737
|
|
|
|
|
|
|
'one' => q({0} chupa), |
1738
|
|
|
|
|
|
|
'other' => q({0} cupa), |
1739
|
|
|
|
|
|
|
'two' => q({0} chupa), |
1740
|
|
|
|
|
|
|
}, |
1741
|
|
|
|
|
|
|
'cup-metric' => { |
1742
|
|
|
|
|
|
|
'few' => q({0} cupannan meatrach), |
1743
|
|
|
|
|
|
|
'name' => q(cupa meatrach), |
1744
|
|
|
|
|
|
|
'one' => q({0} chupa meatrach), |
1745
|
|
|
|
|
|
|
'other' => q({0} cupa meatrach), |
1746
|
|
|
|
|
|
|
'two' => q({0} chupa meatrach), |
1747
|
|
|
|
|
|
|
}, |
1748
|
|
|
|
|
|
|
'day' => { |
1749
|
|
|
|
|
|
|
'few' => q({0} là ithean), |
1750
|
|
|
|
|
|
|
'name' => q(latha), |
1751
|
|
|
|
|
|
|
'one' => q({0} latha), |
1752
|
|
|
|
|
|
|
'other' => q({0} latha), |
1753
|
|
|
|
|
|
|
'per' => q({0} san latha), |
1754
|
|
|
|
|
|
|
'two' => q({0} latha), |
1755
|
|
|
|
|
|
|
}, |
1756
|
|
|
|
|
|
|
'deciliter' => { |
1757
|
|
|
|
|
|
|
'few' => q({0} deicheamh-liotairean), |
1758
|
|
|
|
|
|
|
'name' => q(deicheamh-liotair), |
1759
|
|
|
|
|
|
|
'one' => q({0} deicheamh-liotair), |
1760
|
|
|
|
|
|
|
'other' => q({0} deicheamh-liotair), |
1761
|
|
|
|
|
|
|
'two' => q({0} dheicheamh-liotair), |
1762
|
|
|
|
|
|
|
}, |
1763
|
|
|
|
|
|
|
'decimeter' => { |
1764
|
|
|
|
|
|
|
'few' => q({0} deicheamh-meatairean), |
1765
|
|
|
|
|
|
|
'name' => q(deicheamh-meatair), |
1766
|
|
|
|
|
|
|
'one' => q({0} deicheamh-meatair), |
1767
|
|
|
|
|
|
|
'other' => q({0} deicheamh-meatair), |
1768
|
|
|
|
|
|
|
'two' => q({0} dheicheamh-meatair), |
1769
|
|
|
|
|
|
|
}, |
1770
|
|
|
|
|
|
|
'degree' => { |
1771
|
|
|
|
|
|
|
'few' => q({0} ceuman), |
1772
|
|
|
|
|
|
|
'name' => q(ceum), |
1773
|
|
|
|
|
|
|
'one' => q({0} cheum), |
1774
|
|
|
|
|
|
|
'other' => q({0} ceum), |
1775
|
|
|
|
|
|
|
'two' => q({0} cheum), |
1776
|
|
|
|
|
|
|
}, |
1777
|
|
|
|
|
|
|
'fahrenheit' => { |
1778
|
|
|
|
|
|
|
'few' => q({0} ceuman Fahrenheit), |
1779
|
|
|
|
|
|
|
'name' => q(ceum Fahrenheit), |
1780
|
|
|
|
|
|
|
'one' => q({0} cheum Fahrenheit), |
1781
|
|
|
|
|
|
|
'other' => q({0} ceum Fahrenheit), |
1782
|
|
|
|
|
|
|
'two' => q({0} cheum Fahrenheit), |
1783
|
|
|
|
|
|
|
}, |
1784
|
|
|
|
|
|
|
'fathom' => { |
1785
|
|
|
|
|
|
|
'few' => q({0} aitheamhan), |
1786
|
|
|
|
|
|
|
'name' => q(aitheamh), |
1787
|
|
|
|
|
|
|
'one' => q({0} aitheamh), |
1788
|
|
|
|
|
|
|
'other' => q({0} aitheamh), |
1789
|
|
|
|
|
|
|
'two' => q({0} aitheamh), |
1790
|
|
|
|
|
|
|
}, |
1791
|
|
|
|
|
|
|
'fluid-ounce' => { |
1792
|
|
|
|
|
|
|
'few' => q({0} unnsachan-dighe), |
1793
|
|
|
|
|
|
|
'name' => q(unnsa-dighe), |
1794
|
|
|
|
|
|
|
'one' => q({0} unnsa-dighe), |
1795
|
|
|
|
|
|
|
'other' => q({0} unnsa-dighe), |
1796
|
|
|
|
|
|
|
'two' => q({0} unnsa-dighe), |
1797
|
|
|
|
|
|
|
}, |
1798
|
|
|
|
|
|
|
'foodcalorie' => { |
1799
|
|
|
|
|
|
|
'few' => q({0} calaraidhean bidhe), |
1800
|
|
|
|
|
|
|
'name' => q(calaraidh bidhe), |
1801
|
|
|
|
|
|
|
'one' => q({0} chalaraidh bidhe), |
1802
|
|
|
|
|
|
|
'other' => q({0} calaraidh bidhe), |
1803
|
|
|
|
|
|
|
'two' => q({0} chalaraidh bidhe), |
1804
|
|
|
|
|
|
|
}, |
1805
|
|
|
|
|
|
|
'foot' => { |
1806
|
|
|
|
|
|
|
'few' => q({0} troighean), |
1807
|
|
|
|
|
|
|
'name' => q(troigh), |
1808
|
|
|
|
|
|
|
'one' => q({0} troigh), |
1809
|
|
|
|
|
|
|
'other' => q({0} troigh), |
1810
|
|
|
|
|
|
|
'per' => q({0} san troigh), |
1811
|
|
|
|
|
|
|
'two' => q({0} throigh), |
1812
|
|
|
|
|
|
|
}, |
1813
|
|
|
|
|
|
|
'furlong' => { |
1814
|
|
|
|
|
|
|
'few' => q({0} stà idean Sasannach), |
1815
|
|
|
|
|
|
|
'name' => q(stà id Shasannach), |
1816
|
|
|
|
|
|
|
'one' => q({0} stà id Shasannach), |
1817
|
|
|
|
|
|
|
'other' => q({0} stà id Shasannach), |
1818
|
|
|
|
|
|
|
'two' => q({0} stà id Shasannach), |
1819
|
|
|
|
|
|
|
}, |
1820
|
|
|
|
|
|
|
'g-force' => { |
1821
|
|
|
|
|
|
|
'few' => q({0} forsan-g), |
1822
|
|
|
|
|
|
|
'name' => q(forsa-g), |
1823
|
|
|
|
|
|
|
'one' => q({0} fhorsa-g), |
1824
|
|
|
|
|
|
|
'other' => q({0} forsa-g), |
1825
|
|
|
|
|
|
|
'two' => q({0} fhorsa-g), |
1826
|
|
|
|
|
|
|
}, |
1827
|
|
|
|
|
|
|
'gallon' => { |
1828
|
|
|
|
|
|
|
'few' => q({0} galanan), |
1829
|
|
|
|
|
|
|
'name' => q(galan), |
1830
|
|
|
|
|
|
|
'one' => q({0} ghalan), |
1831
|
|
|
|
|
|
|
'other' => q({0} galan), |
1832
|
|
|
|
|
|
|
'per' => q({0} sa ghalan), |
1833
|
|
|
|
|
|
|
'two' => q({0} ghalan), |
1834
|
|
|
|
|
|
|
}, |
1835
|
|
|
|
|
|
|
'gallon-imperial' => { |
1836
|
|
|
|
|
|
|
'few' => q({0} galanan impireil), |
1837
|
|
|
|
|
|
|
'name' => q(galan impireil), |
1838
|
|
|
|
|
|
|
'one' => q({0} ghalan impireil), |
1839
|
|
|
|
|
|
|
'other' => q({0} galan impireil), |
1840
|
|
|
|
|
|
|
'per' => q({0} sa ghalan impireil), |
1841
|
|
|
|
|
|
|
'two' => q({0} ghalan impireil), |
1842
|
|
|
|
|
|
|
}, |
1843
|
|
|
|
|
|
|
'generic' => { |
1844
|
|
|
|
|
|
|
'few' => q({0}°), |
1845
|
|
|
|
|
|
|
'name' => q(°), |
1846
|
|
|
|
|
|
|
'one' => q({0}°), |
1847
|
|
|
|
|
|
|
'other' => q({0}°), |
1848
|
|
|
|
|
|
|
'two' => q({0}°), |
1849
|
|
|
|
|
|
|
}, |
1850
|
|
|
|
|
|
|
'gigabit' => { |
1851
|
|
|
|
|
|
|
'few' => q({0} giga-biodan), |
1852
|
|
|
|
|
|
|
'name' => q(giga-biod), |
1853
|
|
|
|
|
|
|
'one' => q({0} ghiga-biod), |
1854
|
|
|
|
|
|
|
'other' => q({0} giga-biod), |
1855
|
|
|
|
|
|
|
'two' => q({0} ghiga-biod), |
1856
|
|
|
|
|
|
|
}, |
1857
|
|
|
|
|
|
|
'gigabyte' => { |
1858
|
|
|
|
|
|
|
'few' => q({0} giga-baidht), |
1859
|
|
|
|
|
|
|
'name' => q(giga-baidht), |
1860
|
|
|
|
|
|
|
'one' => q({0} ghiga-baidht), |
1861
|
|
|
|
|
|
|
'other' => q({0} giga-baidht), |
1862
|
|
|
|
|
|
|
'two' => q({0} ghiga-baidht), |
1863
|
|
|
|
|
|
|
}, |
1864
|
|
|
|
|
|
|
'gigahertz' => { |
1865
|
|
|
|
|
|
|
'few' => q({0} giga-hertz), |
1866
|
|
|
|
|
|
|
'name' => q(giga-hertz), |
1867
|
|
|
|
|
|
|
'one' => q({0} ghiga-hertz), |
1868
|
|
|
|
|
|
|
'other' => q({0} giga-hertz), |
1869
|
|
|
|
|
|
|
'two' => q({0} ghiga-hertz), |
1870
|
|
|
|
|
|
|
}, |
1871
|
|
|
|
|
|
|
'gigawatt' => { |
1872
|
|
|
|
|
|
|
'few' => q({0} giga-watt), |
1873
|
|
|
|
|
|
|
'name' => q(giga-watt), |
1874
|
|
|
|
|
|
|
'one' => q({0} ghiga-watt), |
1875
|
|
|
|
|
|
|
'other' => q({0} giga-watt), |
1876
|
|
|
|
|
|
|
'two' => q({0} ghiga-watt), |
1877
|
|
|
|
|
|
|
}, |
1878
|
|
|
|
|
|
|
'gram' => { |
1879
|
|
|
|
|
|
|
'few' => q({0} gramaichean), |
1880
|
|
|
|
|
|
|
'name' => q(grama), |
1881
|
|
|
|
|
|
|
'one' => q({0} ghrama), |
1882
|
|
|
|
|
|
|
'other' => q({0} grama), |
1883
|
|
|
|
|
|
|
'per' => q({0} sa ghrama), |
1884
|
|
|
|
|
|
|
'two' => q({0} ghrama), |
1885
|
|
|
|
|
|
|
}, |
1886
|
|
|
|
|
|
|
'hectare' => { |
1887
|
|
|
|
|
|
|
'few' => q({0} heactairean), |
1888
|
|
|
|
|
|
|
'name' => q(heactair), |
1889
|
|
|
|
|
|
|
'one' => q({0} heactair), |
1890
|
|
|
|
|
|
|
'other' => q({0} heactair), |
1891
|
|
|
|
|
|
|
'two' => q({0} heactair), |
1892
|
|
|
|
|
|
|
}, |
1893
|
|
|
|
|
|
|
'hectoliter' => { |
1894
|
|
|
|
|
|
|
'few' => q({0} heactailiotairean), |
1895
|
|
|
|
|
|
|
'name' => q(heactailiotair), |
1896
|
|
|
|
|
|
|
'one' => q({0} heactailiotair), |
1897
|
|
|
|
|
|
|
'other' => q({0} heactailiotair), |
1898
|
|
|
|
|
|
|
'two' => q({0} heactailiotair), |
1899
|
|
|
|
|
|
|
}, |
1900
|
|
|
|
|
|
|
'hectopascal' => { |
1901
|
|
|
|
|
|
|
'few' => q({0} heacta pascal), |
1902
|
|
|
|
|
|
|
'name' => q(heacta pascal), |
1903
|
|
|
|
|
|
|
'one' => q({0} heacta pascal), |
1904
|
|
|
|
|
|
|
'other' => q({0} heacta pascal), |
1905
|
|
|
|
|
|
|
'two' => q({0} heacta pascal), |
1906
|
|
|
|
|
|
|
}, |
1907
|
|
|
|
|
|
|
'hertz' => { |
1908
|
|
|
|
|
|
|
'few' => q({0} hertz), |
1909
|
|
|
|
|
|
|
'name' => q(hertz), |
1910
|
|
|
|
|
|
|
'one' => q({0} hertz), |
1911
|
|
|
|
|
|
|
'other' => q({0} hertz), |
1912
|
|
|
|
|
|
|
'two' => q({0} hertz), |
1913
|
|
|
|
|
|
|
}, |
1914
|
|
|
|
|
|
|
'horsepower' => { |
1915
|
|
|
|
|
|
|
'few' => q({0} cumhachdan-eich), |
1916
|
|
|
|
|
|
|
'name' => q(cumhachd-eich), |
1917
|
|
|
|
|
|
|
'one' => q({0} chumhachd-eich), |
1918
|
|
|
|
|
|
|
'other' => q({0} cumhachd-eich), |
1919
|
|
|
|
|
|
|
'two' => q({0} chumhachd-eich), |
1920
|
|
|
|
|
|
|
}, |
1921
|
|
|
|
|
|
|
'hour' => { |
1922
|
|
|
|
|
|
|
'few' => q({0} uairean a thìde), |
1923
|
|
|
|
|
|
|
'name' => q(uair a thìde), |
1924
|
|
|
|
|
|
|
'one' => q({0} uair a thìde), |
1925
|
|
|
|
|
|
|
'other' => q({0} uair a thìde), |
1926
|
|
|
|
|
|
|
'per' => q({0} san uair), |
1927
|
|
|
|
|
|
|
'two' => q({0} uair a thìde), |
1928
|
|
|
|
|
|
|
}, |
1929
|
|
|
|
|
|
|
'inch' => { |
1930
|
|
|
|
|
|
|
'few' => q({0} òirlich), |
1931
|
|
|
|
|
|
|
'name' => q(òirleach), |
1932
|
|
|
|
|
|
|
'one' => q({0} òirleach), |
1933
|
|
|
|
|
|
|
'other' => q({0} òirleach), |
1934
|
|
|
|
|
|
|
'per' => q({0} san òirleach), |
1935
|
|
|
|
|
|
|
'two' => q({0} òirleach), |
1936
|
|
|
|
|
|
|
}, |
1937
|
|
|
|
|
|
|
'inch-hg' => { |
1938
|
|
|
|
|
|
|
'few' => q({0} òirlich de dhâairgead-beò), |
1939
|
|
|
|
|
|
|
'name' => q(òirleach de dhâairgead-beò), |
1940
|
|
|
|
|
|
|
'one' => q({0} òirleach de dhâairgead-beò), |
1941
|
|
|
|
|
|
|
'other' => q({0} òirleach de dhâairgead-beò), |
1942
|
|
|
|
|
|
|
'two' => q({0} òirleach de dhâairgead-beò), |
1943
|
|
|
|
|
|
|
}, |
1944
|
|
|
|
|
|
|
'joule' => { |
1945
|
|
|
|
|
|
|
'few' => q({0} joule), |
1946
|
|
|
|
|
|
|
'name' => q(joule), |
1947
|
|
|
|
|
|
|
'one' => q({0} joule), |
1948
|
|
|
|
|
|
|
'other' => q({0} joule), |
1949
|
|
|
|
|
|
|
'two' => q({0} joule), |
1950
|
|
|
|
|
|
|
}, |
1951
|
|
|
|
|
|
|
'karat' => { |
1952
|
|
|
|
|
|
|
'few' => q({0} karat), |
1953
|
|
|
|
|
|
|
'name' => q(karat), |
1954
|
|
|
|
|
|
|
'one' => q({0} karat), |
1955
|
|
|
|
|
|
|
'other' => q({0} karat), |
1956
|
|
|
|
|
|
|
'two' => q({0} karat), |
1957
|
|
|
|
|
|
|
}, |
1958
|
|
|
|
|
|
|
'kelvin' => { |
1959
|
|
|
|
|
|
|
'few' => q({0} ceuman Kelvin), |
1960
|
|
|
|
|
|
|
'name' => q(ceum Kelvin), |
1961
|
|
|
|
|
|
|
'one' => q({0} cheum Kelvin), |
1962
|
|
|
|
|
|
|
'other' => q({0} ceum Kelvin), |
1963
|
|
|
|
|
|
|
'two' => q({0} cheum Kelvin), |
1964
|
|
|
|
|
|
|
}, |
1965
|
|
|
|
|
|
|
'kilobit' => { |
1966
|
|
|
|
|
|
|
'few' => q({0} cilebiodan), |
1967
|
|
|
|
|
|
|
'name' => q(cilebiod), |
1968
|
|
|
|
|
|
|
'one' => q({0} chilebiod), |
1969
|
|
|
|
|
|
|
'other' => q({0} cilebiod), |
1970
|
|
|
|
|
|
|
'two' => q({0} chilebiod), |
1971
|
|
|
|
|
|
|
}, |
1972
|
|
|
|
|
|
|
'kilobyte' => { |
1973
|
|
|
|
|
|
|
'few' => q({0} cileabaidht), |
1974
|
|
|
|
|
|
|
'name' => q(cileabaidht), |
1975
|
|
|
|
|
|
|
'one' => q({0} chileabaidht), |
1976
|
|
|
|
|
|
|
'other' => q({0} cileabaidht), |
1977
|
|
|
|
|
|
|
'two' => q({0} chileabaidht), |
1978
|
|
|
|
|
|
|
}, |
1979
|
|
|
|
|
|
|
'kilocalorie' => { |
1980
|
|
|
|
|
|
|
'few' => q({0} cileacalaraidhean), |
1981
|
|
|
|
|
|
|
'name' => q(cileacalaraidh), |
1982
|
|
|
|
|
|
|
'one' => q({0} chileacalaraidh), |
1983
|
|
|
|
|
|
|
'other' => q({0} cileacalaraidh), |
1984
|
|
|
|
|
|
|
'two' => q({0} chileacalaraidh), |
1985
|
|
|
|
|
|
|
}, |
1986
|
|
|
|
|
|
|
'kilogram' => { |
1987
|
|
|
|
|
|
|
'few' => q({0} cileagramaichean), |
1988
|
|
|
|
|
|
|
'name' => q(cileagram), |
1989
|
|
|
|
|
|
|
'one' => q({0} chileagram), |
1990
|
|
|
|
|
|
|
'other' => q({0} cileagram), |
1991
|
|
|
|
|
|
|
'per' => q({0} sa chileagram), |
1992
|
|
|
|
|
|
|
'two' => q({0} chileagram), |
1993
|
|
|
|
|
|
|
}, |
1994
|
|
|
|
|
|
|
'kilohertz' => { |
1995
|
|
|
|
|
|
|
'few' => q({0} cile-hertz), |
1996
|
|
|
|
|
|
|
'name' => q(cile-hertz), |
1997
|
|
|
|
|
|
|
'one' => q({0} chile-hertz), |
1998
|
|
|
|
|
|
|
'other' => q({0} cile-hertz), |
1999
|
|
|
|
|
|
|
'two' => q({0} chile-hertz), |
2000
|
|
|
|
|
|
|
}, |
2001
|
|
|
|
|
|
|
'kilojoule' => { |
2002
|
|
|
|
|
|
|
'few' => q({0} cilea-joule), |
2003
|
|
|
|
|
|
|
'name' => q(cilea-joule), |
2004
|
|
|
|
|
|
|
'one' => q({0} chilea-joule), |
2005
|
|
|
|
|
|
|
'other' => q({0} cilea-joule), |
2006
|
|
|
|
|
|
|
'two' => q({0} chilea-joule), |
2007
|
|
|
|
|
|
|
}, |
2008
|
|
|
|
|
|
|
'kilometer' => { |
2009
|
|
|
|
|
|
|
'few' => q({0} cilemeatairean), |
2010
|
|
|
|
|
|
|
'name' => q(cilemeatair), |
2011
|
|
|
|
|
|
|
'one' => q({0} chilemeatair), |
2012
|
|
|
|
|
|
|
'other' => q({0} cilemeatair), |
2013
|
|
|
|
|
|
|
'per' => q({0} sa chilemeatair), |
2014
|
|
|
|
|
|
|
'two' => q({0} chilemeatair), |
2015
|
|
|
|
|
|
|
}, |
2016
|
|
|
|
|
|
|
'kilometer-per-hour' => { |
2017
|
|
|
|
|
|
|
'few' => q({0} cilemeatairean san uair), |
2018
|
|
|
|
|
|
|
'name' => q(cilemeatair san uair), |
2019
|
|
|
|
|
|
|
'one' => q({0} chilemeatair san uair), |
2020
|
|
|
|
|
|
|
'other' => q({0} cilemeatair san uair), |
2021
|
|
|
|
|
|
|
'two' => q({0} chilemeatair san uair), |
2022
|
|
|
|
|
|
|
}, |
2023
|
|
|
|
|
|
|
'kilowatt' => { |
2024
|
|
|
|
|
|
|
'few' => q({0} cilea-watt), |
2025
|
|
|
|
|
|
|
'name' => q(cilea-watt), |
2026
|
|
|
|
|
|
|
'one' => q({0} chilea-watt), |
2027
|
|
|
|
|
|
|
'other' => q({0} cilea-watt), |
2028
|
|
|
|
|
|
|
'two' => q({0} chilea-watt), |
2029
|
|
|
|
|
|
|
}, |
2030
|
|
|
|
|
|
|
'kilowatt-hour' => { |
2031
|
|
|
|
|
|
|
'few' => q({0} cilea-watt san uair), |
2032
|
|
|
|
|
|
|
'name' => q(cilea-watt san uair), |
2033
|
|
|
|
|
|
|
'one' => q({0} chilea-watt san uair), |
2034
|
|
|
|
|
|
|
'other' => q({0} cilea-watt san uair), |
2035
|
|
|
|
|
|
|
'two' => q({0} chilea-watt san uair), |
2036
|
|
|
|
|
|
|
}, |
2037
|
|
|
|
|
|
|
'knot' => { |
2038
|
|
|
|
|
|
|
'few' => q({0} mìltean mara san uair), |
2039
|
|
|
|
|
|
|
'name' => q(mìle mara san uair), |
2040
|
|
|
|
|
|
|
'one' => q({0} mhìle mara san uair), |
2041
|
|
|
|
|
|
|
'other' => q({0} mìle mara san uair), |
2042
|
|
|
|
|
|
|
'two' => q({0} mhìle mara san uair), |
2043
|
|
|
|
|
|
|
}, |
2044
|
|
|
|
|
|
|
'light-year' => { |
2045
|
|
|
|
|
|
|
'few' => q({0} bliadhnaichean solais), |
2046
|
|
|
|
|
|
|
'name' => q(bliadhna solais), |
2047
|
|
|
|
|
|
|
'one' => q({0} bhliadhna solais), |
2048
|
|
|
|
|
|
|
'other' => q({0} bliadhna solais), |
2049
|
|
|
|
|
|
|
'two' => q({0} bhliadhna solais), |
2050
|
|
|
|
|
|
|
}, |
2051
|
|
|
|
|
|
|
'liter' => { |
2052
|
|
|
|
|
|
|
'few' => q({0} liotairean), |
2053
|
|
|
|
|
|
|
'name' => q(liotair), |
2054
|
|
|
|
|
|
|
'one' => q({0} liotair), |
2055
|
|
|
|
|
|
|
'other' => q({0} liotair), |
2056
|
|
|
|
|
|
|
'per' => q({0} san liotair), |
2057
|
|
|
|
|
|
|
'two' => q({0} liotair), |
2058
|
|
|
|
|
|
|
}, |
2059
|
|
|
|
|
|
|
'liter-per-100kilometers' => { |
2060
|
|
|
|
|
|
|
'few' => q({0} liotairean sa 100 chilemeatair), |
2061
|
|
|
|
|
|
|
'name' => q(liotair sa 100 chilemeatair), |
2062
|
|
|
|
|
|
|
'one' => q({0} liotair sa 100 chilemeatair), |
2063
|
|
|
|
|
|
|
'other' => q({0} liotair sa 100 chilemeatair), |
2064
|
|
|
|
|
|
|
'two' => q({0} liotair sa 100 chilemeatair), |
2065
|
|
|
|
|
|
|
}, |
2066
|
|
|
|
|
|
|
'liter-per-kilometer' => { |
2067
|
|
|
|
|
|
|
'few' => q({0} liotairean sa chilemeatair), |
2068
|
|
|
|
|
|
|
'name' => q(liotair sa chilemeatair), |
2069
|
|
|
|
|
|
|
'one' => q({0} liotair sa chilemeatair), |
2070
|
|
|
|
|
|
|
'other' => q({0} liotair sa chilemeatair), |
2071
|
|
|
|
|
|
|
'two' => q({0} liotair sa chilemeatair), |
2072
|
|
|
|
|
|
|
}, |
2073
|
|
|
|
|
|
|
'lux' => { |
2074
|
|
|
|
|
|
|
'few' => q({0} lux), |
2075
|
|
|
|
|
|
|
'name' => q(lux), |
2076
|
|
|
|
|
|
|
'one' => q({0} lux), |
2077
|
|
|
|
|
|
|
'other' => q({0} lux), |
2078
|
|
|
|
|
|
|
'two' => q({0} lux), |
2079
|
|
|
|
|
|
|
}, |
2080
|
|
|
|
|
|
|
'megabit' => { |
2081
|
|
|
|
|
|
|
'few' => q({0} meaga-biodan), |
2082
|
|
|
|
|
|
|
'name' => q(meaga-biod), |
2083
|
|
|
|
|
|
|
'one' => q({0} mheaga-biod), |
2084
|
|
|
|
|
|
|
'other' => q({0} meaga-biod), |
2085
|
|
|
|
|
|
|
'two' => q({0} mheaga-biod), |
2086
|
|
|
|
|
|
|
}, |
2087
|
|
|
|
|
|
|
'megabyte' => { |
2088
|
|
|
|
|
|
|
'few' => q({0} meaga-baidht), |
2089
|
|
|
|
|
|
|
'name' => q(meaga-baidht), |
2090
|
|
|
|
|
|
|
'one' => q({0} mheaga-baidht), |
2091
|
|
|
|
|
|
|
'other' => q({0} meaga-baidht), |
2092
|
|
|
|
|
|
|
'two' => q({0} mheaga-baidht), |
2093
|
|
|
|
|
|
|
}, |
2094
|
|
|
|
|
|
|
'megahertz' => { |
2095
|
|
|
|
|
|
|
'few' => q({0} meaga-hertz), |
2096
|
|
|
|
|
|
|
'name' => q(meaga-hertz), |
2097
|
|
|
|
|
|
|
'one' => q({0} mheaga-hertz), |
2098
|
|
|
|
|
|
|
'other' => q({0} meaga-hertz), |
2099
|
|
|
|
|
|
|
'two' => q({0} mheaga-hertz), |
2100
|
|
|
|
|
|
|
}, |
2101
|
|
|
|
|
|
|
'megaliter' => { |
2102
|
|
|
|
|
|
|
'few' => q({0} meaga-liotairean), |
2103
|
|
|
|
|
|
|
'name' => q(meaga-liotair), |
2104
|
|
|
|
|
|
|
'one' => q({0} mheaga-liotair), |
2105
|
|
|
|
|
|
|
'other' => q({0} meaga-liotair), |
2106
|
|
|
|
|
|
|
'two' => q({0} mheaga-liotair), |
2107
|
|
|
|
|
|
|
}, |
2108
|
|
|
|
|
|
|
'megawatt' => { |
2109
|
|
|
|
|
|
|
'few' => q({0} meaga-watt), |
2110
|
|
|
|
|
|
|
'name' => q(meaga-watt), |
2111
|
|
|
|
|
|
|
'one' => q({0} mheaga-watt), |
2112
|
|
|
|
|
|
|
'other' => q({0} meaga-watt), |
2113
|
|
|
|
|
|
|
'two' => q({0} mheaga-watt), |
2114
|
|
|
|
|
|
|
}, |
2115
|
|
|
|
|
|
|
'meter' => { |
2116
|
|
|
|
|
|
|
'few' => q({0} meatairean), |
2117
|
|
|
|
|
|
|
'name' => q(meatair), |
2118
|
|
|
|
|
|
|
'one' => q({0} mheatair), |
2119
|
|
|
|
|
|
|
'other' => q({0} meatair), |
2120
|
|
|
|
|
|
|
'per' => q({0} sa mheatair), |
2121
|
|
|
|
|
|
|
'two' => q({0} mheatair), |
2122
|
|
|
|
|
|
|
}, |
2123
|
|
|
|
|
|
|
'meter-per-second' => { |
2124
|
|
|
|
|
|
|
'few' => q({0} meatairean san diog), |
2125
|
|
|
|
|
|
|
'name' => q(meatair san diog), |
2126
|
|
|
|
|
|
|
'one' => q({0} mheatair san diog), |
2127
|
|
|
|
|
|
|
'other' => q({0} meatair san diog), |
2128
|
|
|
|
|
|
|
'two' => q({0} mheatair san diog), |
2129
|
|
|
|
|
|
|
}, |
2130
|
|
|
|
|
|
|
'meter-per-second-squared' => { |
2131
|
|
|
|
|
|
|
'few' => q({0} meatairean san diog cheà rnagach), |
2132
|
|
|
|
|
|
|
'name' => q(meatair san diog cheà rnagach), |
2133
|
|
|
|
|
|
|
'one' => q({0} mheatair san diog cheà rnagach), |
2134
|
|
|
|
|
|
|
'other' => q({0} meatair san diog cheà rnagach), |
2135
|
|
|
|
|
|
|
'two' => q({0} mheatair san diog cheà rnagach), |
2136
|
|
|
|
|
|
|
}, |
2137
|
|
|
|
|
|
|
'metric-ton' => { |
2138
|
|
|
|
|
|
|
'few' => q({0} tunnaichean meatrach), |
2139
|
|
|
|
|
|
|
'name' => q(tunna meatrach), |
2140
|
|
|
|
|
|
|
'one' => q({0} tunna meatrach), |
2141
|
|
|
|
|
|
|
'other' => q({0} tunna meatrach), |
2142
|
|
|
|
|
|
|
'two' => q({0} thunna meatrach), |
2143
|
|
|
|
|
|
|
}, |
2144
|
|
|
|
|
|
|
'microgram' => { |
2145
|
|
|
|
|
|
|
'few' => q({0} micreo-ghramaichean), |
2146
|
|
|
|
|
|
|
'name' => q(micreo-ghrama), |
2147
|
|
|
|
|
|
|
'one' => q({0} mhicreo-ghrama), |
2148
|
|
|
|
|
|
|
'other' => q({0} micreo-ghrama), |
2149
|
|
|
|
|
|
|
'two' => q({0} mhicreo-ghrama), |
2150
|
|
|
|
|
|
|
}, |
2151
|
|
|
|
|
|
|
'micrometer' => { |
2152
|
|
|
|
|
|
|
'few' => q({0} micreo-mheatairean), |
2153
|
|
|
|
|
|
|
'name' => q(micreo-mheatair), |
2154
|
|
|
|
|
|
|
'one' => q({0} mhicreo-mheatair), |
2155
|
|
|
|
|
|
|
'other' => q({0} micreo-mheatair), |
2156
|
|
|
|
|
|
|
'two' => q({0} mhicreo-mheatair), |
2157
|
|
|
|
|
|
|
}, |
2158
|
|
|
|
|
|
|
'microsecond' => { |
2159
|
|
|
|
|
|
|
'few' => q({0} micreo-diogan), |
2160
|
|
|
|
|
|
|
'name' => q(micreo-diog), |
2161
|
|
|
|
|
|
|
'one' => q({0} mhicreo-diog), |
2162
|
|
|
|
|
|
|
'other' => q({0} micreo-diog), |
2163
|
|
|
|
|
|
|
'two' => q({0} mhicreo-diog), |
2164
|
|
|
|
|
|
|
}, |
2165
|
|
|
|
|
|
|
'mile' => { |
2166
|
|
|
|
|
|
|
'few' => q({0} mìltean), |
2167
|
|
|
|
|
|
|
'name' => q(mìle), |
2168
|
|
|
|
|
|
|
'one' => q({0} mhìle), |
2169
|
|
|
|
|
|
|
'other' => q({0} mìle), |
2170
|
|
|
|
|
|
|
'two' => q({0} mhìle), |
2171
|
|
|
|
|
|
|
}, |
2172
|
|
|
|
|
|
|
'mile-per-gallon' => { |
2173
|
|
|
|
|
|
|
'few' => q({0} mìltean sa ghalan), |
2174
|
|
|
|
|
|
|
'name' => q(mìle sa ghalan), |
2175
|
|
|
|
|
|
|
'one' => q({0} mhìle sa ghalan), |
2176
|
|
|
|
|
|
|
'other' => q({0} mìle sa ghalan), |
2177
|
|
|
|
|
|
|
'two' => q({0} mhìle sa ghalan), |
2178
|
|
|
|
|
|
|
}, |
2179
|
|
|
|
|
|
|
'mile-per-gallon-imperial' => { |
2180
|
|
|
|
|
|
|
'few' => q({0} mìltean sa ghalan impireil), |
2181
|
|
|
|
|
|
|
'name' => q(mìle sa ghalan impireil), |
2182
|
|
|
|
|
|
|
'one' => q({0} mhìle sa ghalan impireil), |
2183
|
|
|
|
|
|
|
'other' => q({0} mìle sa ghalan impireil), |
2184
|
|
|
|
|
|
|
'two' => q({0} mhìle sa ghalan impireil), |
2185
|
|
|
|
|
|
|
}, |
2186
|
|
|
|
|
|
|
'mile-per-hour' => { |
2187
|
|
|
|
|
|
|
'few' => q({0} mìltean san uair), |
2188
|
|
|
|
|
|
|
'name' => q(mìle san uair), |
2189
|
|
|
|
|
|
|
'one' => q({0} mhìle san uair), |
2190
|
|
|
|
|
|
|
'other' => q({0} mìle san uair), |
2191
|
|
|
|
|
|
|
'two' => q({0} mhìle san uair), |
2192
|
|
|
|
|
|
|
}, |
2193
|
|
|
|
|
|
|
'mile-scandinavian' => { |
2194
|
|
|
|
|
|
|
'few' => q({0} mìltean Lochlannach), |
2195
|
|
|
|
|
|
|
'name' => q(mìle Lochlannach), |
2196
|
|
|
|
|
|
|
'one' => q({0} mhìle Lochlannach), |
2197
|
|
|
|
|
|
|
'other' => q({0} mìle Lochlannach), |
2198
|
|
|
|
|
|
|
'two' => q({0} mhìle Lochlannach), |
2199
|
|
|
|
|
|
|
}, |
2200
|
|
|
|
|
|
|
'milliampere' => { |
2201
|
|
|
|
|
|
|
'few' => q({0} mille-ampère), |
2202
|
|
|
|
|
|
|
'name' => q(mille-ampère), |
2203
|
|
|
|
|
|
|
'one' => q({0} mhille-ampère), |
2204
|
|
|
|
|
|
|
'other' => q({0} mille-ampère), |
2205
|
|
|
|
|
|
|
'two' => q({0} mhille-ampère), |
2206
|
|
|
|
|
|
|
}, |
2207
|
|
|
|
|
|
|
'millibar' => { |
2208
|
|
|
|
|
|
|
'few' => q({0} mille-bhà raichean), |
2209
|
|
|
|
|
|
|
'name' => q(mille-bhà r), |
2210
|
|
|
|
|
|
|
'one' => q({0} mhille-bhà r), |
2211
|
|
|
|
|
|
|
'other' => q({0} mille-bhà r), |
2212
|
|
|
|
|
|
|
'two' => q({0} mhille-bhà r), |
2213
|
|
|
|
|
|
|
}, |
2214
|
|
|
|
|
|
|
'milligram' => { |
2215
|
|
|
|
|
|
|
'few' => q({0} mille-ghramaichean), |
2216
|
|
|
|
|
|
|
'name' => q(mille-ghrama), |
2217
|
|
|
|
|
|
|
'one' => q({0} mhille-ghrama), |
2218
|
|
|
|
|
|
|
'other' => q({0} mille-ghrama), |
2219
|
|
|
|
|
|
|
'two' => q({0} mhille-ghrama), |
2220
|
|
|
|
|
|
|
}, |
2221
|
|
|
|
|
|
|
'milligram-per-deciliter' => { |
2222
|
|
|
|
|
|
|
'few' => q({0} mille-ghramaichean san deicheamh-liotair), |
2223
|
|
|
|
|
|
|
'name' => q(mille-ghrama san deicheamh-liotair), |
2224
|
|
|
|
|
|
|
'one' => q({0} mhille-ghrama san deicheamh-liotair), |
2225
|
|
|
|
|
|
|
'other' => q({0} mille-ghrama san deicheamh-liotair), |
2226
|
|
|
|
|
|
|
'two' => q({0} mhille-ghrama san deicheamh-liotair), |
2227
|
|
|
|
|
|
|
}, |
2228
|
|
|
|
|
|
|
'milliliter' => { |
2229
|
|
|
|
|
|
|
'few' => q({0} mille-liotairean), |
2230
|
|
|
|
|
|
|
'name' => q(mille-liotair), |
2231
|
|
|
|
|
|
|
'one' => q({0} mhille-liotair), |
2232
|
|
|
|
|
|
|
'other' => q({0} mille-liotair), |
2233
|
|
|
|
|
|
|
'two' => q({0} mhille-liotair), |
2234
|
|
|
|
|
|
|
}, |
2235
|
|
|
|
|
|
|
'millimeter' => { |
2236
|
|
|
|
|
|
|
'few' => q({0} mille-mheatairean), |
2237
|
|
|
|
|
|
|
'name' => q(mille-mheatair), |
2238
|
|
|
|
|
|
|
'one' => q({0} mhille-mheatair), |
2239
|
|
|
|
|
|
|
'other' => q({0} mille-mheatair), |
2240
|
|
|
|
|
|
|
'two' => q({0} mhille-mheatair), |
2241
|
|
|
|
|
|
|
}, |
2242
|
|
|
|
|
|
|
'millimeter-of-mercury' => { |
2243
|
|
|
|
|
|
|
'few' => q({0} mille-mheatairean de dhâairgead-beò), |
2244
|
|
|
|
|
|
|
'name' => q(mille-mheatair de dhâairgead-beò), |
2245
|
|
|
|
|
|
|
'one' => q({0} mhille-mheatair de dhâairgead-beò), |
2246
|
|
|
|
|
|
|
'other' => q({0} mille-mheatair de dhâairgead-beò), |
2247
|
|
|
|
|
|
|
'two' => q({0} mhille-mheatair de dhâairgead-beò), |
2248
|
|
|
|
|
|
|
}, |
2249
|
|
|
|
|
|
|
'millimole-per-liter' => { |
2250
|
|
|
|
|
|
|
'few' => q({0} mille-mhòlaichean san liotair), |
2251
|
|
|
|
|
|
|
'name' => q(mille-mhòl san liotair), |
2252
|
|
|
|
|
|
|
'one' => q({0} mhille-mhòl san liotair), |
2253
|
|
|
|
|
|
|
'other' => q({0} mille-mhòl san liotair), |
2254
|
|
|
|
|
|
|
'two' => q({0} mhille-mhòl san liotair), |
2255
|
|
|
|
|
|
|
}, |
2256
|
|
|
|
|
|
|
'millisecond' => { |
2257
|
|
|
|
|
|
|
'few' => q({0} mille-dhiogan), |
2258
|
|
|
|
|
|
|
'name' => q(mille-dhiog), |
2259
|
|
|
|
|
|
|
'one' => q({0} mhille-dhiog), |
2260
|
|
|
|
|
|
|
'other' => q({0} mille-dhiog), |
2261
|
|
|
|
|
|
|
'two' => q({0} mhille-dhiog), |
2262
|
|
|
|
|
|
|
}, |
2263
|
|
|
|
|
|
|
'milliwatt' => { |
2264
|
|
|
|
|
|
|
'few' => q({0} mille-watt), |
2265
|
|
|
|
|
|
|
'name' => q(mille-watt), |
2266
|
|
|
|
|
|
|
'one' => q({0} mhille-watt), |
2267
|
|
|
|
|
|
|
'other' => q({0} mille-watt), |
2268
|
|
|
|
|
|
|
'two' => q({0} mhille-watt), |
2269
|
|
|
|
|
|
|
}, |
2270
|
|
|
|
|
|
|
'minute' => { |
2271
|
|
|
|
|
|
|
'few' => q({0} mionaidean), |
2272
|
|
|
|
|
|
|
'name' => q(mionaid), |
2273
|
|
|
|
|
|
|
'one' => q({0} mhionaid), |
2274
|
|
|
|
|
|
|
'other' => q({0} mionaid), |
2275
|
|
|
|
|
|
|
'per' => q({0} sa mhionaid), |
2276
|
|
|
|
|
|
|
'two' => q({0} mhionaid), |
2277
|
|
|
|
|
|
|
}, |
2278
|
|
|
|
|
|
|
'month' => { |
2279
|
|
|
|
|
|
|
'few' => q({0} mìosan), |
2280
|
|
|
|
|
|
|
'name' => q(mìos), |
2281
|
|
|
|
|
|
|
'one' => q({0} mhìos), |
2282
|
|
|
|
|
|
|
'other' => q({0} mìos), |
2283
|
|
|
|
|
|
|
'per' => q({0} sa mhìos), |
2284
|
|
|
|
|
|
|
'two' => q({0} mhìos), |
2285
|
|
|
|
|
|
|
}, |
2286
|
|
|
|
|
|
|
'nanometer' => { |
2287
|
|
|
|
|
|
|
'few' => q({0} nano-mheatairean), |
2288
|
|
|
|
|
|
|
'name' => q(nano-mheatair), |
2289
|
|
|
|
|
|
|
'one' => q({0} nano-mheatair), |
2290
|
|
|
|
|
|
|
'other' => q({0} nano-mheatair), |
2291
|
|
|
|
|
|
|
'two' => q({0} nano-mheatair), |
2292
|
|
|
|
|
|
|
}, |
2293
|
|
|
|
|
|
|
'nanosecond' => { |
2294
|
|
|
|
|
|
|
'few' => q({0} nano-dhiogan), |
2295
|
|
|
|
|
|
|
'name' => q(nano-dhiog), |
2296
|
|
|
|
|
|
|
'one' => q({0} nano-dhiog), |
2297
|
|
|
|
|
|
|
'other' => q({0} nano-dhiog), |
2298
|
|
|
|
|
|
|
'two' => q({0} nano-dhiog), |
2299
|
|
|
|
|
|
|
}, |
2300
|
|
|
|
|
|
|
'nautical-mile' => { |
2301
|
|
|
|
|
|
|
'few' => q({0} mìltean mara), |
2302
|
|
|
|
|
|
|
'name' => q(mìle mara), |
2303
|
|
|
|
|
|
|
'one' => q({0} mhìle mara), |
2304
|
|
|
|
|
|
|
'other' => q({0} mìle mara), |
2305
|
|
|
|
|
|
|
'two' => q({0} mhìle mara), |
2306
|
|
|
|
|
|
|
}, |
2307
|
|
|
|
|
|
|
'ohm' => { |
2308
|
|
|
|
|
|
|
'few' => q({0} ohm), |
2309
|
|
|
|
|
|
|
'name' => q(ohm), |
2310
|
|
|
|
|
|
|
'one' => q({0} ohm), |
2311
|
|
|
|
|
|
|
'other' => q({0} ohm), |
2312
|
|
|
|
|
|
|
'two' => q({0} ohm), |
2313
|
|
|
|
|
|
|
}, |
2314
|
|
|
|
|
|
|
'ounce' => { |
2315
|
|
|
|
|
|
|
'few' => q({0} unnsachan), |
2316
|
|
|
|
|
|
|
'name' => q(unnsa), |
2317
|
|
|
|
|
|
|
'one' => q({0} unnsa), |
2318
|
|
|
|
|
|
|
'other' => q({0} unnsa), |
2319
|
|
|
|
|
|
|
'per' => q({0} san unnsa), |
2320
|
|
|
|
|
|
|
'two' => q({0} unnsa), |
2321
|
|
|
|
|
|
|
}, |
2322
|
|
|
|
|
|
|
'ounce-troy' => { |
2323
|
|
|
|
|
|
|
'few' => q({0} unnsachan tròidh), |
2324
|
|
|
|
|
|
|
'name' => q(unnsa tròidh), |
2325
|
|
|
|
|
|
|
'one' => q({0} unnsa tròidh), |
2326
|
|
|
|
|
|
|
'other' => q({0} unnsa tròidh), |
2327
|
|
|
|
|
|
|
'two' => q({0} unnsa tròidh), |
2328
|
|
|
|
|
|
|
}, |
2329
|
|
|
|
|
|
|
'parsec' => { |
2330
|
|
|
|
|
|
|
'few' => q({0} parsec), |
2331
|
|
|
|
|
|
|
'name' => q(parsec), |
2332
|
|
|
|
|
|
|
'one' => q({0} pharsec), |
2333
|
|
|
|
|
|
|
'other' => q({0} parsec), |
2334
|
|
|
|
|
|
|
'two' => q({0} pharsec), |
2335
|
|
|
|
|
|
|
}, |
2336
|
|
|
|
|
|
|
'part-per-million' => { |
2337
|
|
|
|
|
|
|
'few' => q({0} pà irtean sa mhillean), |
2338
|
|
|
|
|
|
|
'name' => q(pà irt sa mhillean), |
2339
|
|
|
|
|
|
|
'one' => q({0} phà irt sa mhillean), |
2340
|
|
|
|
|
|
|
'other' => q({0} pà irt sa mhillean), |
2341
|
|
|
|
|
|
|
'two' => q({0} phà irt sa mhillean), |
2342
|
|
|
|
|
|
|
}, |
2343
|
|
|
|
|
|
|
'per' => { |
2344
|
|
|
|
|
|
|
'1' => q({0} / {1}), |
2345
|
|
|
|
|
|
|
}, |
2346
|
|
|
|
|
|
|
'percent' => { |
2347
|
|
|
|
|
|
|
'few' => q({0} sa cheud), |
2348
|
|
|
|
|
|
|
'name' => q(sa cheud), |
2349
|
|
|
|
|
|
|
'one' => q({0} sa cheud), |
2350
|
|
|
|
|
|
|
'other' => q({0} sa cheud), |
2351
|
|
|
|
|
|
|
'two' => q({0} sa cheud), |
2352
|
|
|
|
|
|
|
}, |
2353
|
|
|
|
|
|
|
'permille' => { |
2354
|
|
|
|
|
|
|
'few' => q({0} sa mhìle), |
2355
|
|
|
|
|
|
|
'name' => q(sa mhìle), |
2356
|
|
|
|
|
|
|
'one' => q({0} sa mhìle), |
2357
|
|
|
|
|
|
|
'other' => q({0} sa mhìle), |
2358
|
|
|
|
|
|
|
'two' => q({0} sa mhìle), |
2359
|
|
|
|
|
|
|
}, |
2360
|
|
|
|
|
|
|
'petabyte' => { |
2361
|
|
|
|
|
|
|
'few' => q({0} peta-baidht), |
2362
|
|
|
|
|
|
|
'name' => q(peta-baidht), |
2363
|
|
|
|
|
|
|
'one' => q({0} pheta-baidht), |
2364
|
|
|
|
|
|
|
'other' => q({0} peta-baidht), |
2365
|
|
|
|
|
|
|
'two' => q({0} pheta-baidht), |
2366
|
|
|
|
|
|
|
}, |
2367
|
|
|
|
|
|
|
'picometer' => { |
2368
|
|
|
|
|
|
|
'few' => q({0} piceo-mheatairean), |
2369
|
|
|
|
|
|
|
'name' => q(piceo-mheatair), |
2370
|
|
|
|
|
|
|
'one' => q({0} phiceo-mheatair), |
2371
|
|
|
|
|
|
|
'other' => q({0} piceo-mheatair), |
2372
|
|
|
|
|
|
|
'two' => q({0} phiceo-mheatair), |
2373
|
|
|
|
|
|
|
}, |
2374
|
|
|
|
|
|
|
'pint' => { |
2375
|
|
|
|
|
|
|
'few' => q({0} pinntean), |
2376
|
|
|
|
|
|
|
'name' => q(pinnt), |
2377
|
|
|
|
|
|
|
'one' => q({0} phinnt), |
2378
|
|
|
|
|
|
|
'other' => q({0} pinnt), |
2379
|
|
|
|
|
|
|
'two' => q({0} phinnt), |
2380
|
|
|
|
|
|
|
}, |
2381
|
|
|
|
|
|
|
'pint-metric' => { |
2382
|
|
|
|
|
|
|
'few' => q({0} pinntean meatrach), |
2383
|
|
|
|
|
|
|
'name' => q(pinnt meatrach), |
2384
|
|
|
|
|
|
|
'one' => q({0} phinnt meatrach), |
2385
|
|
|
|
|
|
|
'other' => q({0} pinnt meatrach), |
2386
|
|
|
|
|
|
|
'two' => q({0} phinnt meatrach), |
2387
|
|
|
|
|
|
|
}, |
2388
|
|
|
|
|
|
|
'point' => { |
2389
|
|
|
|
|
|
|
'few' => q({0} puingean), |
2390
|
|
|
|
|
|
|
'name' => q(puing), |
2391
|
|
|
|
|
|
|
'one' => q({0} phuing), |
2392
|
|
|
|
|
|
|
'other' => q({0} puing), |
2393
|
|
|
|
|
|
|
'two' => q({0} phuing), |
2394
|
|
|
|
|
|
|
}, |
2395
|
|
|
|
|
|
|
'pound' => { |
2396
|
|
|
|
|
|
|
'few' => q({0} puinnd), |
2397
|
|
|
|
|
|
|
'name' => q(punnd), |
2398
|
|
|
|
|
|
|
'one' => q({0} phunnd), |
2399
|
|
|
|
|
|
|
'other' => q({0} punnd), |
2400
|
|
|
|
|
|
|
'per' => q({0} sa phunnd), |
2401
|
|
|
|
|
|
|
'two' => q({0} phunnd), |
2402
|
|
|
|
|
|
|
}, |
2403
|
|
|
|
|
|
|
'pound-per-square-inch' => { |
2404
|
|
|
|
|
|
|
'few' => q({0} puinnd san òirleach cheà rnagach), |
2405
|
|
|
|
|
|
|
'name' => q(punnd san òirleach cheà rnagach), |
2406
|
|
|
|
|
|
|
'one' => q({0} phunnd san òirleach cheà rnagach), |
2407
|
|
|
|
|
|
|
'other' => q({0} punnd san òirleach cheà rnagach), |
2408
|
|
|
|
|
|
|
'two' => q({0} phunnd san òirleach cheà rnagach), |
2409
|
|
|
|
|
|
|
}, |
2410
|
|
|
|
|
|
|
'quart' => { |
2411
|
|
|
|
|
|
|
'few' => q({0} cà rtan), |
2412
|
|
|
|
|
|
|
'name' => q(cà rt), |
2413
|
|
|
|
|
|
|
'one' => q({0} chà rt), |
2414
|
|
|
|
|
|
|
'other' => q({0} cà rt), |
2415
|
|
|
|
|
|
|
'two' => q({0} chà rt), |
2416
|
|
|
|
|
|
|
}, |
2417
|
|
|
|
|
|
|
'radian' => { |
2418
|
|
|
|
|
|
|
'few' => q({0} rèideanan), |
2419
|
|
|
|
|
|
|
'name' => q(rèidean), |
2420
|
|
|
|
|
|
|
'one' => q({0} rèidean), |
2421
|
|
|
|
|
|
|
'other' => q({0} rèidean), |
2422
|
|
|
|
|
|
|
'two' => q({0} rèidean), |
2423
|
|
|
|
|
|
|
}, |
2424
|
|
|
|
|
|
|
'revolution' => { |
2425
|
|
|
|
|
|
|
'few' => q({0} cuairtean), |
2426
|
|
|
|
|
|
|
'name' => q(cuairt), |
2427
|
|
|
|
|
|
|
'one' => q({0} chuairt), |
2428
|
|
|
|
|
|
|
'other' => q({0} cuairt), |
2429
|
|
|
|
|
|
|
'two' => q({0} chuairt), |
2430
|
|
|
|
|
|
|
}, |
2431
|
|
|
|
|
|
|
'second' => { |
2432
|
|
|
|
|
|
|
'few' => q({0} diogan), |
2433
|
|
|
|
|
|
|
'name' => q(diog), |
2434
|
|
|
|
|
|
|
'one' => q({0} diog), |
2435
|
|
|
|
|
|
|
'other' => q({0} diog), |
2436
|
|
|
|
|
|
|
'per' => q({0} san diog), |
2437
|
|
|
|
|
|
|
'two' => q({0} dhiog), |
2438
|
|
|
|
|
|
|
}, |
2439
|
|
|
|
|
|
|
'square-centimeter' => { |
2440
|
|
|
|
|
|
|
'few' => q({0} ceudameatairean ceà rnagach), |
2441
|
|
|
|
|
|
|
'name' => q(ceudameatair ceà rnagach), |
2442
|
|
|
|
|
|
|
'one' => q({0} cheudameatair ceà rnagach), |
2443
|
|
|
|
|
|
|
'other' => q({0} ceudameatair ceà rnagach), |
2444
|
|
|
|
|
|
|
'per' => q({0} sa cheudameatair cheà rnagach), |
2445
|
|
|
|
|
|
|
'two' => q({0} cheudameatair ceà rnagach), |
2446
|
|
|
|
|
|
|
}, |
2447
|
|
|
|
|
|
|
'square-foot' => { |
2448
|
|
|
|
|
|
|
'few' => q({0} troighean ceà rnagach), |
2449
|
|
|
|
|
|
|
'name' => q(troigh cheà rnagach), |
2450
|
|
|
|
|
|
|
'one' => q({0} troigh cheà rnagach), |
2451
|
|
|
|
|
|
|
'other' => q({0} troigh cheà rnagach), |
2452
|
|
|
|
|
|
|
'two' => q({0} throigh cheà rnagach), |
2453
|
|
|
|
|
|
|
}, |
2454
|
|
|
|
|
|
|
'square-inch' => { |
2455
|
|
|
|
|
|
|
'few' => q({0} òirlich cheà rnagach), |
2456
|
|
|
|
|
|
|
'name' => q(òirleach cheà rnagach), |
2457
|
|
|
|
|
|
|
'one' => q({0} òirleach cheà rnagach), |
2458
|
|
|
|
|
|
|
'other' => q({0} òirleach cheà rnagach), |
2459
|
|
|
|
|
|
|
'per' => q({0} san òirleach cheà rnagach), |
2460
|
|
|
|
|
|
|
'two' => q({0} òirleach cheà rnagach), |
2461
|
|
|
|
|
|
|
}, |
2462
|
|
|
|
|
|
|
'square-kilometer' => { |
2463
|
|
|
|
|
|
|
'few' => q({0} cilemeatairean ceà rnagach), |
2464
|
|
|
|
|
|
|
'name' => q(cilemeatair ceà rnagach), |
2465
|
|
|
|
|
|
|
'one' => q({0} chilemeatair ceà rnagach), |
2466
|
|
|
|
|
|
|
'other' => q({0} cilemeatair ceà rnagach), |
2467
|
|
|
|
|
|
|
'per' => q({0} sa chilemeatair cheà rnagach), |
2468
|
|
|
|
|
|
|
'two' => q({0} chilemeatair ceà rnagach), |
2469
|
|
|
|
|
|
|
}, |
2470
|
|
|
|
|
|
|
'square-meter' => { |
2471
|
|
|
|
|
|
|
'few' => q({0} meatairean ceà rnagach), |
2472
|
|
|
|
|
|
|
'name' => q(meatair ceà rnagach), |
2473
|
|
|
|
|
|
|
'one' => q({0} mheatair ceà rnagach), |
2474
|
|
|
|
|
|
|
'other' => q({0} meatair ceà rnagach), |
2475
|
|
|
|
|
|
|
'per' => q({0} sa mheatair cheà rnagach), |
2476
|
|
|
|
|
|
|
'two' => q({0} mheatair ceà rnagach), |
2477
|
|
|
|
|
|
|
}, |
2478
|
|
|
|
|
|
|
'square-mile' => { |
2479
|
|
|
|
|
|
|
'few' => q({0} mìltean ceà rnagach), |
2480
|
|
|
|
|
|
|
'name' => q(mìle cheà rnagach), |
2481
|
|
|
|
|
|
|
'one' => q({0} mhìle cheà rnagach), |
2482
|
|
|
|
|
|
|
'other' => q({0} mìle cheà rnagach), |
2483
|
|
|
|
|
|
|
'per' => q({0} sa mhìle cheà rnagach), |
2484
|
|
|
|
|
|
|
'two' => q({0} mhìle cheà rnagach), |
2485
|
|
|
|
|
|
|
}, |
2486
|
|
|
|
|
|
|
'square-yard' => { |
2487
|
|
|
|
|
|
|
'few' => q({0} slatan ceà rnagach), |
2488
|
|
|
|
|
|
|
'name' => q(slat cheà rnagach), |
2489
|
|
|
|
|
|
|
'one' => q({0} shlat cheà rnagach), |
2490
|
|
|
|
|
|
|
'other' => q({0} slat cheà rnagach), |
2491
|
|
|
|
|
|
|
'two' => q({0} shlat cheà rnagach), |
2492
|
|
|
|
|
|
|
}, |
2493
|
|
|
|
|
|
|
'stone' => { |
2494
|
|
|
|
|
|
|
'few' => q({0} clachan), |
2495
|
|
|
|
|
|
|
'name' => q(clach), |
2496
|
|
|
|
|
|
|
'one' => q({0} chlach), |
2497
|
|
|
|
|
|
|
'other' => q({0} clach), |
2498
|
|
|
|
|
|
|
'two' => q({0} chlach), |
2499
|
|
|
|
|
|
|
}, |
2500
|
|
|
|
|
|
|
'tablespoon' => { |
2501
|
|
|
|
|
|
|
'few' => q({0} spà inean-bùird), |
2502
|
|
|
|
|
|
|
'name' => q(spà in-bhùird), |
2503
|
|
|
|
|
|
|
'one' => q({0} spà in-bhùird), |
2504
|
|
|
|
|
|
|
'other' => q({0} spà in-bhùird), |
2505
|
|
|
|
|
|
|
'two' => q({0} spà in-bhùird), |
2506
|
|
|
|
|
|
|
}, |
2507
|
|
|
|
|
|
|
'teaspoon' => { |
2508
|
|
|
|
|
|
|
'few' => q({0} spà inean-teatha), |
2509
|
|
|
|
|
|
|
'name' => q(spà in-teatha), |
2510
|
|
|
|
|
|
|
'one' => q({0} spà in-teatha), |
2511
|
|
|
|
|
|
|
'other' => q({0} spà in-teatha), |
2512
|
|
|
|
|
|
|
'two' => q({0} spà in-teatha), |
2513
|
|
|
|
|
|
|
}, |
2514
|
|
|
|
|
|
|
'terabit' => { |
2515
|
|
|
|
|
|
|
'few' => q({0} tera-biodan), |
2516
|
|
|
|
|
|
|
'name' => q(tera-biod), |
2517
|
|
|
|
|
|
|
'one' => q({0} tera-biod), |
2518
|
|
|
|
|
|
|
'other' => q({0} tera-biod), |
2519
|
|
|
|
|
|
|
'two' => q({0} thera-biod), |
2520
|
|
|
|
|
|
|
}, |
2521
|
|
|
|
|
|
|
'terabyte' => { |
2522
|
|
|
|
|
|
|
'few' => q({0} tera-baidht), |
2523
|
|
|
|
|
|
|
'name' => q(tera-baidht), |
2524
|
|
|
|
|
|
|
'one' => q({0} tera-baidht), |
2525
|
|
|
|
|
|
|
'other' => q({0} tera-baidht), |
2526
|
|
|
|
|
|
|
'two' => q({0} thera-baidht), |
2527
|
|
|
|
|
|
|
}, |
2528
|
|
|
|
|
|
|
'ton' => { |
2529
|
|
|
|
|
|
|
'few' => q({0} tunnaichean), |
2530
|
|
|
|
|
|
|
'name' => q(tunna), |
2531
|
|
|
|
|
|
|
'one' => q({0} tunna), |
2532
|
|
|
|
|
|
|
'other' => q({0} tunna), |
2533
|
|
|
|
|
|
|
'two' => q({0} thunna), |
2534
|
|
|
|
|
|
|
}, |
2535
|
|
|
|
|
|
|
'volt' => { |
2536
|
|
|
|
|
|
|
'few' => q({0} volt), |
2537
|
|
|
|
|
|
|
'name' => q(volt), |
2538
|
|
|
|
|
|
|
'one' => q({0} volt), |
2539
|
|
|
|
|
|
|
'other' => q({0} volt), |
2540
|
|
|
|
|
|
|
'two' => q({0} volt), |
2541
|
|
|
|
|
|
|
}, |
2542
|
|
|
|
|
|
|
'watt' => { |
2543
|
|
|
|
|
|
|
'few' => q({0} watt), |
2544
|
|
|
|
|
|
|
'name' => q(watt), |
2545
|
|
|
|
|
|
|
'one' => q({0} watt), |
2546
|
|
|
|
|
|
|
'other' => q({0} watt), |
2547
|
|
|
|
|
|
|
'two' => q({0} watt), |
2548
|
|
|
|
|
|
|
}, |
2549
|
|
|
|
|
|
|
'week' => { |
2550
|
|
|
|
|
|
|
'few' => q({0} seachdainean), |
2551
|
|
|
|
|
|
|
'name' => q(seachdain), |
2552
|
|
|
|
|
|
|
'one' => q({0} seachdain), |
2553
|
|
|
|
|
|
|
'other' => q({0} seachdain), |
2554
|
|
|
|
|
|
|
'per' => q({0} san t-seachdain), |
2555
|
|
|
|
|
|
|
'two' => q({0} sheachdain), |
2556
|
|
|
|
|
|
|
}, |
2557
|
|
|
|
|
|
|
'yard' => { |
2558
|
|
|
|
|
|
|
'few' => q({0} slatan), |
2559
|
|
|
|
|
|
|
'name' => q(slat), |
2560
|
|
|
|
|
|
|
'one' => q({0} slat), |
2561
|
|
|
|
|
|
|
'other' => q({0} slat), |
2562
|
|
|
|
|
|
|
'two' => q({0} shlat), |
2563
|
|
|
|
|
|
|
}, |
2564
|
|
|
|
|
|
|
'year' => { |
2565
|
|
|
|
|
|
|
'few' => q({0} bliadhnaichean), |
2566
|
|
|
|
|
|
|
'name' => q(bliadhna), |
2567
|
|
|
|
|
|
|
'one' => q({0} bhliadhna), |
2568
|
|
|
|
|
|
|
'other' => q({0} bliadhna), |
2569
|
|
|
|
|
|
|
'per' => q({0} sa bhliadhna), |
2570
|
|
|
|
|
|
|
'two' => q({0} bhliadhna), |
2571
|
|
|
|
|
|
|
}, |
2572
|
|
|
|
|
|
|
}, |
2573
|
|
|
|
|
|
|
'narrow' => { |
2574
|
|
|
|
|
|
|
'' => { |
2575
|
|
|
|
|
|
|
'name' => q(comhair), |
2576
|
|
|
|
|
|
|
}, |
2577
|
|
|
|
|
|
|
'acre' => { |
2578
|
|
|
|
|
|
|
'few' => q({0}ac), |
2579
|
|
|
|
|
|
|
'name' => q(acair), |
2580
|
|
|
|
|
|
|
'one' => q({0}ac), |
2581
|
|
|
|
|
|
|
'other' => q({0}ac), |
2582
|
|
|
|
|
|
|
'two' => q({0}ac), |
2583
|
|
|
|
|
|
|
}, |
2584
|
|
|
|
|
|
|
'acre-foot' => { |
2585
|
|
|
|
|
|
|
'few' => q({0}ac ft), |
2586
|
|
|
|
|
|
|
'name' => q(ac ft), |
2587
|
|
|
|
|
|
|
'one' => q({0}ac ft), |
2588
|
|
|
|
|
|
|
'other' => q({0}ac ft), |
2589
|
|
|
|
|
|
|
'two' => q({0}ac ft), |
2590
|
|
|
|
|
|
|
}, |
2591
|
|
|
|
|
|
|
'ampere' => { |
2592
|
|
|
|
|
|
|
'few' => q({0}A), |
2593
|
|
|
|
|
|
|
'name' => q(amp), |
2594
|
|
|
|
|
|
|
'one' => q({0}A), |
2595
|
|
|
|
|
|
|
'other' => q({0}A), |
2596
|
|
|
|
|
|
|
'two' => q({0}A), |
2597
|
|
|
|
|
|
|
}, |
2598
|
|
|
|
|
|
|
'arc-minute' => { |
2599
|
|
|
|
|
|
|
'few' => q({0}â²), |
2600
|
|
|
|
|
|
|
'name' => q(Ã rc-m), |
2601
|
|
|
|
|
|
|
'one' => q({0}â²), |
2602
|
|
|
|
|
|
|
'other' => q({0}â²), |
2603
|
|
|
|
|
|
|
'two' => q({0}â²), |
2604
|
|
|
|
|
|
|
}, |
2605
|
|
|
|
|
|
|
'arc-second' => { |
2606
|
|
|
|
|
|
|
'few' => q({0}â³), |
2607
|
|
|
|
|
|
|
'name' => q(Ã rc-d), |
2608
|
|
|
|
|
|
|
'one' => q({0}â³), |
2609
|
|
|
|
|
|
|
'other' => q({0}â³), |
2610
|
|
|
|
|
|
|
'two' => q({0}â³), |
2611
|
|
|
|
|
|
|
}, |
2612
|
|
|
|
|
|
|
'astronomical-unit' => { |
2613
|
|
|
|
|
|
|
'few' => q({0}au), |
2614
|
|
|
|
|
|
|
'name' => q(au), |
2615
|
|
|
|
|
|
|
'one' => q({0}au), |
2616
|
|
|
|
|
|
|
'other' => q({0}au), |
2617
|
|
|
|
|
|
|
'two' => q({0}au), |
2618
|
|
|
|
|
|
|
}, |
2619
|
|
|
|
|
|
|
'atmosphere' => { |
2620
|
|
|
|
|
|
|
'few' => q({0}atm), |
2621
|
|
|
|
|
|
|
'name' => q(atm), |
2622
|
|
|
|
|
|
|
'one' => q({0}atm), |
2623
|
|
|
|
|
|
|
'other' => q({0}atm), |
2624
|
|
|
|
|
|
|
'two' => q({0}atm), |
2625
|
|
|
|
|
|
|
}, |
2626
|
|
|
|
|
|
|
'bit' => { |
2627
|
|
|
|
|
|
|
'few' => q({0}b), |
2628
|
|
|
|
|
|
|
'name' => q(biod), |
2629
|
|
|
|
|
|
|
'one' => q({0}b), |
2630
|
|
|
|
|
|
|
'other' => q({0}b), |
2631
|
|
|
|
|
|
|
'two' => q({0}b), |
2632
|
|
|
|
|
|
|
}, |
2633
|
|
|
|
|
|
|
'bushel' => { |
2634
|
|
|
|
|
|
|
'few' => q({0}bu), |
2635
|
|
|
|
|
|
|
'name' => q(buiseal), |
2636
|
|
|
|
|
|
|
'one' => q({0}bu), |
2637
|
|
|
|
|
|
|
'other' => q({0}bu), |
2638
|
|
|
|
|
|
|
'two' => q({0}bu), |
2639
|
|
|
|
|
|
|
}, |
2640
|
|
|
|
|
|
|
'byte' => { |
2641
|
|
|
|
|
|
|
'few' => q({0}B), |
2642
|
|
|
|
|
|
|
'name' => q(baidht), |
2643
|
|
|
|
|
|
|
'one' => q({0}B), |
2644
|
|
|
|
|
|
|
'other' => q({0}B), |
2645
|
|
|
|
|
|
|
'two' => q({0}B), |
2646
|
|
|
|
|
|
|
}, |
2647
|
|
|
|
|
|
|
'calorie' => { |
2648
|
|
|
|
|
|
|
'few' => q({0}cal), |
2649
|
|
|
|
|
|
|
'name' => q(cal), |
2650
|
|
|
|
|
|
|
'one' => q({0}cal), |
2651
|
|
|
|
|
|
|
'other' => q({0}cal), |
2652
|
|
|
|
|
|
|
'two' => q({0}cal), |
2653
|
|
|
|
|
|
|
}, |
2654
|
|
|
|
|
|
|
'carat' => { |
2655
|
|
|
|
|
|
|
'few' => q({0}CD), |
2656
|
|
|
|
|
|
|
'name' => q(carat), |
2657
|
|
|
|
|
|
|
'one' => q({0}CD), |
2658
|
|
|
|
|
|
|
'other' => q({0}CD), |
2659
|
|
|
|
|
|
|
'two' => q({0}CD), |
2660
|
|
|
|
|
|
|
}, |
2661
|
|
|
|
|
|
|
'celsius' => { |
2662
|
|
|
|
|
|
|
'few' => q({0}°C), |
2663
|
|
|
|
|
|
|
'name' => q(°C), |
2664
|
|
|
|
|
|
|
'one' => q({0}°C), |
2665
|
|
|
|
|
|
|
'other' => q({0}°C), |
2666
|
|
|
|
|
|
|
'two' => q({0}°C), |
2667
|
|
|
|
|
|
|
}, |
2668
|
|
|
|
|
|
|
'centiliter' => { |
2669
|
|
|
|
|
|
|
'few' => q({0}cL), |
2670
|
|
|
|
|
|
|
'name' => q(cL), |
2671
|
|
|
|
|
|
|
'one' => q({0}cL), |
2672
|
|
|
|
|
|
|
'other' => q({0}cL), |
2673
|
|
|
|
|
|
|
'two' => q({0}cL), |
2674
|
|
|
|
|
|
|
}, |
2675
|
|
|
|
|
|
|
'centimeter' => { |
2676
|
|
|
|
|
|
|
'few' => q({0}cm), |
2677
|
|
|
|
|
|
|
'name' => q(cm), |
2678
|
|
|
|
|
|
|
'one' => q({0}cm), |
2679
|
|
|
|
|
|
|
'other' => q({0}cm), |
2680
|
|
|
|
|
|
|
'per' => q({0}/cm), |
2681
|
|
|
|
|
|
|
'two' => q({0}cm), |
2682
|
|
|
|
|
|
|
}, |
2683
|
|
|
|
|
|
|
'century' => { |
2684
|
|
|
|
|
|
|
'few' => q({0}li), |
2685
|
|
|
|
|
|
|
'name' => q(li), |
2686
|
|
|
|
|
|
|
'one' => q({0}li), |
2687
|
|
|
|
|
|
|
'other' => q({0}li), |
2688
|
|
|
|
|
|
|
'two' => q({0}li), |
2689
|
|
|
|
|
|
|
}, |
2690
|
|
|
|
|
|
|
'coordinate' => { |
2691
|
|
|
|
|
|
|
'east' => q({0}E), |
2692
|
|
|
|
|
|
|
'north' => q({0}T), |
2693
|
|
|
|
|
|
|
'south' => q({0}D), |
2694
|
|
|
|
|
|
|
'west' => q({0}I), |
2695
|
|
|
|
|
|
|
}, |
2696
|
|
|
|
|
|
|
'cubic-centimeter' => { |
2697
|
|
|
|
|
|
|
'few' => q({0}cm³), |
2698
|
|
|
|
|
|
|
'name' => q(cm³), |
2699
|
|
|
|
|
|
|
'one' => q({0}cm³), |
2700
|
|
|
|
|
|
|
'other' => q({0}cm³), |
2701
|
|
|
|
|
|
|
'per' => q({0}/cm³), |
2702
|
|
|
|
|
|
|
'two' => q({0}cm³), |
2703
|
|
|
|
|
|
|
}, |
2704
|
|
|
|
|
|
|
'cubic-foot' => { |
2705
|
|
|
|
|
|
|
'few' => q({0}ft³), |
2706
|
|
|
|
|
|
|
'name' => q(ft³), |
2707
|
|
|
|
|
|
|
'one' => q({0}ft³), |
2708
|
|
|
|
|
|
|
'other' => q({0}ft³), |
2709
|
|
|
|
|
|
|
'two' => q({0}ft³), |
2710
|
|
|
|
|
|
|
}, |
2711
|
|
|
|
|
|
|
'cubic-inch' => { |
2712
|
|
|
|
|
|
|
'few' => q({0}in³), |
2713
|
|
|
|
|
|
|
'name' => q(in³), |
2714
|
|
|
|
|
|
|
'one' => q({0}in³), |
2715
|
|
|
|
|
|
|
'other' => q({0}in³), |
2716
|
|
|
|
|
|
|
'two' => q({0}in³), |
2717
|
|
|
|
|
|
|
}, |
2718
|
|
|
|
|
|
|
'cubic-kilometer' => { |
2719
|
|
|
|
|
|
|
'few' => q({0}km³), |
2720
|
|
|
|
|
|
|
'name' => q(km³), |
2721
|
|
|
|
|
|
|
'one' => q({0}km³), |
2722
|
|
|
|
|
|
|
'other' => q({0}km³), |
2723
|
|
|
|
|
|
|
'two' => q({0}km³), |
2724
|
|
|
|
|
|
|
}, |
2725
|
|
|
|
|
|
|
'cubic-meter' => { |
2726
|
|
|
|
|
|
|
'few' => q({0}m³), |
2727
|
|
|
|
|
|
|
'name' => q(m³), |
2728
|
|
|
|
|
|
|
'one' => q({0}m³), |
2729
|
|
|
|
|
|
|
'other' => q({0}m³), |
2730
|
|
|
|
|
|
|
'per' => q({0}/m³), |
2731
|
|
|
|
|
|
|
'two' => q({0}m³), |
2732
|
|
|
|
|
|
|
}, |
2733
|
|
|
|
|
|
|
'cubic-mile' => { |
2734
|
|
|
|
|
|
|
'few' => q({0}mì³), |
2735
|
|
|
|
|
|
|
'name' => q(mì³), |
2736
|
|
|
|
|
|
|
'one' => q({0}mì³), |
2737
|
|
|
|
|
|
|
'other' => q({0}mì³), |
2738
|
|
|
|
|
|
|
'two' => q({0}mì³), |
2739
|
|
|
|
|
|
|
}, |
2740
|
|
|
|
|
|
|
'cubic-yard' => { |
2741
|
|
|
|
|
|
|
'few' => q({0}yd³), |
2742
|
|
|
|
|
|
|
'name' => q(yd³), |
2743
|
|
|
|
|
|
|
'one' => q({0}yd³), |
2744
|
|
|
|
|
|
|
'other' => q({0}yd³), |
2745
|
|
|
|
|
|
|
'two' => q({0}yd³), |
2746
|
|
|
|
|
|
|
}, |
2747
|
|
|
|
|
|
|
'cup' => { |
2748
|
|
|
|
|
|
|
'few' => q({0}c), |
2749
|
|
|
|
|
|
|
'name' => q(cupa), |
2750
|
|
|
|
|
|
|
'one' => q({0}c), |
2751
|
|
|
|
|
|
|
'other' => q({0}c), |
2752
|
|
|
|
|
|
|
'two' => q({0}c), |
2753
|
|
|
|
|
|
|
}, |
2754
|
|
|
|
|
|
|
'cup-metric' => { |
2755
|
|
|
|
|
|
|
'few' => q({0}mc), |
2756
|
|
|
|
|
|
|
'name' => q(mcup), |
2757
|
|
|
|
|
|
|
'one' => q({0}mc), |
2758
|
|
|
|
|
|
|
'other' => q({0}mc), |
2759
|
|
|
|
|
|
|
'two' => q({0}mc), |
2760
|
|
|
|
|
|
|
}, |
2761
|
|
|
|
|
|
|
'day' => { |
2762
|
|
|
|
|
|
|
'few' => q({0}là ), |
2763
|
|
|
|
|
|
|
'name' => q(là ), |
2764
|
|
|
|
|
|
|
'one' => q({0}là ), |
2765
|
|
|
|
|
|
|
'other' => q({0}là ), |
2766
|
|
|
|
|
|
|
'per' => q({0}/là ), |
2767
|
|
|
|
|
|
|
'two' => q({0}là ), |
2768
|
|
|
|
|
|
|
}, |
2769
|
|
|
|
|
|
|
'deciliter' => { |
2770
|
|
|
|
|
|
|
'few' => q({0}dL), |
2771
|
|
|
|
|
|
|
'name' => q(dL), |
2772
|
|
|
|
|
|
|
'one' => q({0}dL), |
2773
|
|
|
|
|
|
|
'other' => q({0}dL), |
2774
|
|
|
|
|
|
|
'two' => q({0}dL), |
2775
|
|
|
|
|
|
|
}, |
2776
|
|
|
|
|
|
|
'decimeter' => { |
2777
|
|
|
|
|
|
|
'few' => q({0}dm), |
2778
|
|
|
|
|
|
|
'name' => q(dm), |
2779
|
|
|
|
|
|
|
'one' => q({0}dm), |
2780
|
|
|
|
|
|
|
'other' => q({0}dm), |
2781
|
|
|
|
|
|
|
'two' => q({0}dm), |
2782
|
|
|
|
|
|
|
}, |
2783
|
|
|
|
|
|
|
'degree' => { |
2784
|
|
|
|
|
|
|
'few' => q({0}°), |
2785
|
|
|
|
|
|
|
'name' => q(ceum), |
2786
|
|
|
|
|
|
|
'one' => q({0}°), |
2787
|
|
|
|
|
|
|
'other' => q({0}°), |
2788
|
|
|
|
|
|
|
'two' => q({0}°), |
2789
|
|
|
|
|
|
|
}, |
2790
|
|
|
|
|
|
|
'fahrenheit' => { |
2791
|
|
|
|
|
|
|
'few' => q({0}°F), |
2792
|
|
|
|
|
|
|
'name' => q(°F), |
2793
|
|
|
|
|
|
|
'one' => q({0}°F), |
2794
|
|
|
|
|
|
|
'other' => q({0}°F), |
2795
|
|
|
|
|
|
|
'two' => q({0}°F), |
2796
|
|
|
|
|
|
|
}, |
2797
|
|
|
|
|
|
|
'fathom' => { |
2798
|
|
|
|
|
|
|
'few' => q({0}fth), |
2799
|
|
|
|
|
|
|
'name' => q(aitheamh), |
2800
|
|
|
|
|
|
|
'one' => q({0}fth), |
2801
|
|
|
|
|
|
|
'other' => q({0}fth), |
2802
|
|
|
|
|
|
|
'two' => q({0}fth), |
2803
|
|
|
|
|
|
|
}, |
2804
|
|
|
|
|
|
|
'fluid-ounce' => { |
2805
|
|
|
|
|
|
|
'few' => q({0}fl oz), |
2806
|
|
|
|
|
|
|
'name' => q(fl oz), |
2807
|
|
|
|
|
|
|
'one' => q({0}fl oz), |
2808
|
|
|
|
|
|
|
'other' => q({0}fl oz), |
2809
|
|
|
|
|
|
|
'two' => q({0}fl oz), |
2810
|
|
|
|
|
|
|
}, |
2811
|
|
|
|
|
|
|
'foodcalorie' => { |
2812
|
|
|
|
|
|
|
'few' => q({0}Cal), |
2813
|
|
|
|
|
|
|
'name' => q(Cal), |
2814
|
|
|
|
|
|
|
'one' => q({0}Cal), |
2815
|
|
|
|
|
|
|
'other' => q({0}Cal), |
2816
|
|
|
|
|
|
|
'two' => q({0}Cal), |
2817
|
|
|
|
|
|
|
}, |
2818
|
|
|
|
|
|
|
'foot' => { |
2819
|
|
|
|
|
|
|
'few' => q({0}â²), |
2820
|
|
|
|
|
|
|
'name' => q(troigh), |
2821
|
|
|
|
|
|
|
'one' => q({0}â²), |
2822
|
|
|
|
|
|
|
'other' => q({0}â²), |
2823
|
|
|
|
|
|
|
'per' => q({0}/troigh), |
2824
|
|
|
|
|
|
|
'two' => q({0}â²), |
2825
|
|
|
|
|
|
|
}, |
2826
|
|
|
|
|
|
|
'furlong' => { |
2827
|
|
|
|
|
|
|
'few' => q({0}stà id), |
2828
|
|
|
|
|
|
|
'name' => q(stà id), |
2829
|
|
|
|
|
|
|
'one' => q({0}stà id), |
2830
|
|
|
|
|
|
|
'other' => q({0}stà id), |
2831
|
|
|
|
|
|
|
'two' => q({0}stà id), |
2832
|
|
|
|
|
|
|
}, |
2833
|
|
|
|
|
|
|
'g-force' => { |
2834
|
|
|
|
|
|
|
'few' => q({0}G), |
2835
|
|
|
|
|
|
|
'name' => q(forsa-g), |
2836
|
|
|
|
|
|
|
'one' => q({0}G), |
2837
|
|
|
|
|
|
|
'other' => q({0}G), |
2838
|
|
|
|
|
|
|
'two' => q({0}G), |
2839
|
|
|
|
|
|
|
}, |
2840
|
|
|
|
|
|
|
'gallon' => { |
2841
|
|
|
|
|
|
|
'few' => q({0}gal), |
2842
|
|
|
|
|
|
|
'name' => q(gal), |
2843
|
|
|
|
|
|
|
'one' => q({0}gal), |
2844
|
|
|
|
|
|
|
'other' => q({0}gal), |
2845
|
|
|
|
|
|
|
'per' => q({0}/gal), |
2846
|
|
|
|
|
|
|
'two' => q({0}gal), |
2847
|
|
|
|
|
|
|
}, |
2848
|
|
|
|
|
|
|
'gallon-imperial' => { |
2849
|
|
|
|
|
|
|
'few' => q({0} gal i.), |
2850
|
|
|
|
|
|
|
'name' => q(gal imp.), |
2851
|
|
|
|
|
|
|
'one' => q({0} ghal i.), |
2852
|
|
|
|
|
|
|
'other' => q({0} gal i.), |
2853
|
|
|
|
|
|
|
'per' => q({0}/gal i.), |
2854
|
|
|
|
|
|
|
'two' => q({0} ghal i.), |
2855
|
|
|
|
|
|
|
}, |
2856
|
|
|
|
|
|
|
'generic' => { |
2857
|
|
|
|
|
|
|
'few' => q({0}°), |
2858
|
|
|
|
|
|
|
'name' => q(°), |
2859
|
|
|
|
|
|
|
'one' => q({0}°), |
2860
|
|
|
|
|
|
|
'other' => q({0}°), |
2861
|
|
|
|
|
|
|
'two' => q({0}°), |
2862
|
|
|
|
|
|
|
}, |
2863
|
|
|
|
|
|
|
'gigabit' => { |
2864
|
|
|
|
|
|
|
'few' => q({0}Gb), |
2865
|
|
|
|
|
|
|
'name' => q(Gb), |
2866
|
|
|
|
|
|
|
'one' => q({0}Gb), |
2867
|
|
|
|
|
|
|
'other' => q({0}Gb), |
2868
|
|
|
|
|
|
|
'two' => q({0}Gb), |
2869
|
|
|
|
|
|
|
}, |
2870
|
|
|
|
|
|
|
'gigabyte' => { |
2871
|
|
|
|
|
|
|
'few' => q({0}GB), |
2872
|
|
|
|
|
|
|
'name' => q(GB), |
2873
|
|
|
|
|
|
|
'one' => q({0}GB), |
2874
|
|
|
|
|
|
|
'other' => q({0}GB), |
2875
|
|
|
|
|
|
|
'two' => q({0}GB), |
2876
|
|
|
|
|
|
|
}, |
2877
|
|
|
|
|
|
|
'gigahertz' => { |
2878
|
|
|
|
|
|
|
'few' => q({0}GHz), |
2879
|
|
|
|
|
|
|
'name' => q(GHz), |
2880
|
|
|
|
|
|
|
'one' => q({0}GHz), |
2881
|
|
|
|
|
|
|
'other' => q({0}GHz), |
2882
|
|
|
|
|
|
|
'two' => q({0}GHz), |
2883
|
|
|
|
|
|
|
}, |
2884
|
|
|
|
|
|
|
'gigawatt' => { |
2885
|
|
|
|
|
|
|
'few' => q({0}GW), |
2886
|
|
|
|
|
|
|
'name' => q(GW), |
2887
|
|
|
|
|
|
|
'one' => q({0}GW), |
2888
|
|
|
|
|
|
|
'other' => q({0}GW), |
2889
|
|
|
|
|
|
|
'two' => q({0}GW), |
2890
|
|
|
|
|
|
|
}, |
2891
|
|
|
|
|
|
|
'gram' => { |
2892
|
|
|
|
|
|
|
'few' => q({0}g), |
2893
|
|
|
|
|
|
|
'name' => q(grama), |
2894
|
|
|
|
|
|
|
'one' => q({0}g), |
2895
|
|
|
|
|
|
|
'other' => q({0}g), |
2896
|
|
|
|
|
|
|
'per' => q({0}/g), |
2897
|
|
|
|
|
|
|
'two' => q({0}g), |
2898
|
|
|
|
|
|
|
}, |
2899
|
|
|
|
|
|
|
'hectare' => { |
2900
|
|
|
|
|
|
|
'few' => q({0}ha), |
2901
|
|
|
|
|
|
|
'name' => q(heactair), |
2902
|
|
|
|
|
|
|
'one' => q({0}ha), |
2903
|
|
|
|
|
|
|
'other' => q({0}ha), |
2904
|
|
|
|
|
|
|
'two' => q({0}ha), |
2905
|
|
|
|
|
|
|
}, |
2906
|
|
|
|
|
|
|
'hectoliter' => { |
2907
|
|
|
|
|
|
|
'few' => q({0}hL), |
2908
|
|
|
|
|
|
|
'name' => q(hL), |
2909
|
|
|
|
|
|
|
'one' => q({0}hL), |
2910
|
|
|
|
|
|
|
'other' => q({0}hL), |
2911
|
|
|
|
|
|
|
'two' => q({0}hL), |
2912
|
|
|
|
|
|
|
}, |
2913
|
|
|
|
|
|
|
'hectopascal' => { |
2914
|
|
|
|
|
|
|
'few' => q({0}hPa), |
2915
|
|
|
|
|
|
|
'name' => q(hPa), |
2916
|
|
|
|
|
|
|
'one' => q({0}hPa), |
2917
|
|
|
|
|
|
|
'other' => q({0}hPa), |
2918
|
|
|
|
|
|
|
'two' => q({0}hPa), |
2919
|
|
|
|
|
|
|
}, |
2920
|
|
|
|
|
|
|
'hertz' => { |
2921
|
|
|
|
|
|
|
'few' => q({0}Hz), |
2922
|
|
|
|
|
|
|
'name' => q(Hz), |
2923
|
|
|
|
|
|
|
'one' => q({0}Hz), |
2924
|
|
|
|
|
|
|
'other' => q({0}Hz), |
2925
|
|
|
|
|
|
|
'two' => q({0}Hz), |
2926
|
|
|
|
|
|
|
}, |
2927
|
|
|
|
|
|
|
'horsepower' => { |
2928
|
|
|
|
|
|
|
'few' => q({0}hp), |
2929
|
|
|
|
|
|
|
'name' => q(hp), |
2930
|
|
|
|
|
|
|
'one' => q({0}hp), |
2931
|
|
|
|
|
|
|
'other' => q({0}hp), |
2932
|
|
|
|
|
|
|
'two' => q({0}hp), |
2933
|
|
|
|
|
|
|
}, |
2934
|
|
|
|
|
|
|
'hour' => { |
2935
|
|
|
|
|
|
|
'few' => q({0}u), |
2936
|
|
|
|
|
|
|
'name' => q(uair), |
2937
|
|
|
|
|
|
|
'one' => q({0}u), |
2938
|
|
|
|
|
|
|
'other' => q({0}u), |
2939
|
|
|
|
|
|
|
'per' => q({0}/u), |
2940
|
|
|
|
|
|
|
'two' => q({0}u), |
2941
|
|
|
|
|
|
|
}, |
2942
|
|
|
|
|
|
|
'inch' => { |
2943
|
|
|
|
|
|
|
'few' => q({0}â³), |
2944
|
|
|
|
|
|
|
'name' => q(òirl), |
2945
|
|
|
|
|
|
|
'one' => q({0}â³), |
2946
|
|
|
|
|
|
|
'other' => q({0}â³), |
2947
|
|
|
|
|
|
|
'per' => q({0}/òirl), |
2948
|
|
|
|
|
|
|
'two' => q({0}â³), |
2949
|
|
|
|
|
|
|
}, |
2950
|
|
|
|
|
|
|
'inch-hg' => { |
2951
|
|
|
|
|
|
|
'few' => q({0}â³ Hg), |
2952
|
|
|
|
|
|
|
'name' => q(â³ Hg), |
2953
|
|
|
|
|
|
|
'one' => q({0}â³ Hg), |
2954
|
|
|
|
|
|
|
'other' => q({0}â³ Hg), |
2955
|
|
|
|
|
|
|
'two' => q({0}â³ Hg), |
2956
|
|
|
|
|
|
|
}, |
2957
|
|
|
|
|
|
|
'joule' => { |
2958
|
|
|
|
|
|
|
'few' => q({0}J), |
2959
|
|
|
|
|
|
|
'name' => q(joule), |
2960
|
|
|
|
|
|
|
'one' => q({0}J), |
2961
|
|
|
|
|
|
|
'other' => q({0}J), |
2962
|
|
|
|
|
|
|
'two' => q({0}J), |
2963
|
|
|
|
|
|
|
}, |
2964
|
|
|
|
|
|
|
'karat' => { |
2965
|
|
|
|
|
|
|
'few' => q({0}kt), |
2966
|
|
|
|
|
|
|
'name' => q(karat), |
2967
|
|
|
|
|
|
|
'one' => q({0}kt), |
2968
|
|
|
|
|
|
|
'other' => q({0}kt), |
2969
|
|
|
|
|
|
|
'two' => q({0}kt), |
2970
|
|
|
|
|
|
|
}, |
2971
|
|
|
|
|
|
|
'kelvin' => { |
2972
|
|
|
|
|
|
|
'few' => q({0}K), |
2973
|
|
|
|
|
|
|
'name' => q(K), |
2974
|
|
|
|
|
|
|
'one' => q({0}K), |
2975
|
|
|
|
|
|
|
'other' => q({0}K), |
2976
|
|
|
|
|
|
|
'two' => q({0}K), |
2977
|
|
|
|
|
|
|
}, |
2978
|
|
|
|
|
|
|
'kilobit' => { |
2979
|
|
|
|
|
|
|
'few' => q({0}kb), |
2980
|
|
|
|
|
|
|
'name' => q(kb), |
2981
|
|
|
|
|
|
|
'one' => q({0}kb), |
2982
|
|
|
|
|
|
|
'other' => q({0}kb), |
2983
|
|
|
|
|
|
|
'two' => q({0}kb), |
2984
|
|
|
|
|
|
|
}, |
2985
|
|
|
|
|
|
|
'kilobyte' => { |
2986
|
|
|
|
|
|
|
'few' => q({0}kB), |
2987
|
|
|
|
|
|
|
'name' => q(kB), |
2988
|
|
|
|
|
|
|
'one' => q({0}kB), |
2989
|
|
|
|
|
|
|
'other' => q({0}kB), |
2990
|
|
|
|
|
|
|
'two' => q({0}kB), |
2991
|
|
|
|
|
|
|
}, |
2992
|
|
|
|
|
|
|
'kilocalorie' => { |
2993
|
|
|
|
|
|
|
'few' => q({0}kcal), |
2994
|
|
|
|
|
|
|
'name' => q(kcal), |
2995
|
|
|
|
|
|
|
'one' => q({0}kcal), |
2996
|
|
|
|
|
|
|
'other' => q({0}kcal), |
2997
|
|
|
|
|
|
|
'two' => q({0}kcal), |
2998
|
|
|
|
|
|
|
}, |
2999
|
|
|
|
|
|
|
'kilogram' => { |
3000
|
|
|
|
|
|
|
'few' => q({0}kg), |
3001
|
|
|
|
|
|
|
'name' => q(kg), |
3002
|
|
|
|
|
|
|
'one' => q({0}kg), |
3003
|
|
|
|
|
|
|
'other' => q({0}kg), |
3004
|
|
|
|
|
|
|
'per' => q({0}/kg), |
3005
|
|
|
|
|
|
|
'two' => q({0}kg), |
3006
|
|
|
|
|
|
|
}, |
3007
|
|
|
|
|
|
|
'kilohertz' => { |
3008
|
|
|
|
|
|
|
'few' => q({0}kHz), |
3009
|
|
|
|
|
|
|
'name' => q(kHz), |
3010
|
|
|
|
|
|
|
'one' => q({0}kHz), |
3011
|
|
|
|
|
|
|
'other' => q({0}kHz), |
3012
|
|
|
|
|
|
|
'two' => q({0}kHz), |
3013
|
|
|
|
|
|
|
}, |
3014
|
|
|
|
|
|
|
'kilojoule' => { |
3015
|
|
|
|
|
|
|
'few' => q({0}kJ), |
3016
|
|
|
|
|
|
|
'name' => q(kJ), |
3017
|
|
|
|
|
|
|
'one' => q({0}kJ), |
3018
|
|
|
|
|
|
|
'other' => q({0}kJ), |
3019
|
|
|
|
|
|
|
'two' => q({0}kJ), |
3020
|
|
|
|
|
|
|
}, |
3021
|
|
|
|
|
|
|
'kilometer' => { |
3022
|
|
|
|
|
|
|
'few' => q({0}km), |
3023
|
|
|
|
|
|
|
'name' => q(km), |
3024
|
|
|
|
|
|
|
'one' => q({0}km), |
3025
|
|
|
|
|
|
|
'other' => q({0}km), |
3026
|
|
|
|
|
|
|
'per' => q({0}/km), |
3027
|
|
|
|
|
|
|
'two' => q({0}km), |
3028
|
|
|
|
|
|
|
}, |
3029
|
|
|
|
|
|
|
'kilometer-per-hour' => { |
3030
|
|
|
|
|
|
|
'few' => q({0}km/h), |
3031
|
|
|
|
|
|
|
'name' => q(km/h), |
3032
|
|
|
|
|
|
|
'one' => q({0}km/h), |
3033
|
|
|
|
|
|
|
'other' => q({0}km/h), |
3034
|
|
|
|
|
|
|
'two' => q({0}km/h), |
3035
|
|
|
|
|
|
|
}, |
3036
|
|
|
|
|
|
|
'kilowatt' => { |
3037
|
|
|
|
|
|
|
'few' => q({0}kW), |
3038
|
|
|
|
|
|
|
'name' => q(kW), |
3039
|
|
|
|
|
|
|
'one' => q({0}kW), |
3040
|
|
|
|
|
|
|
'other' => q({0}kW), |
3041
|
|
|
|
|
|
|
'two' => q({0}kW), |
3042
|
|
|
|
|
|
|
}, |
3043
|
|
|
|
|
|
|
'kilowatt-hour' => { |
3044
|
|
|
|
|
|
|
'few' => q({0}kWh), |
3045
|
|
|
|
|
|
|
'name' => q(kWh), |
3046
|
|
|
|
|
|
|
'one' => q({0}kWh), |
3047
|
|
|
|
|
|
|
'other' => q({0}kWh), |
3048
|
|
|
|
|
|
|
'two' => q({0}kWh), |
3049
|
|
|
|
|
|
|
}, |
3050
|
|
|
|
|
|
|
'knot' => { |
3051
|
|
|
|
|
|
|
'few' => q({0}kn), |
3052
|
|
|
|
|
|
|
'name' => q(kn), |
3053
|
|
|
|
|
|
|
'one' => q({0}kn), |
3054
|
|
|
|
|
|
|
'other' => q({0}kn), |
3055
|
|
|
|
|
|
|
'two' => q({0}kn), |
3056
|
|
|
|
|
|
|
}, |
3057
|
|
|
|
|
|
|
'light-year' => { |
3058
|
|
|
|
|
|
|
'few' => q({0}ly), |
3059
|
|
|
|
|
|
|
'name' => q(ly), |
3060
|
|
|
|
|
|
|
'one' => q({0}ly), |
3061
|
|
|
|
|
|
|
'other' => q({0}ly), |
3062
|
|
|
|
|
|
|
'two' => q({0}ly), |
3063
|
|
|
|
|
|
|
}, |
3064
|
|
|
|
|
|
|
'liter' => { |
3065
|
|
|
|
|
|
|
'few' => q({0}l), |
3066
|
|
|
|
|
|
|
'name' => q(liotair), |
3067
|
|
|
|
|
|
|
'one' => q({0}l), |
3068
|
|
|
|
|
|
|
'other' => q({0}l), |
3069
|
|
|
|
|
|
|
'per' => q({0}/l), |
3070
|
|
|
|
|
|
|
'two' => q({0}l), |
3071
|
|
|
|
|
|
|
}, |
3072
|
|
|
|
|
|
|
'liter-per-100kilometers' => { |
3073
|
|
|
|
|
|
|
'few' => q({0}L/100km), |
3074
|
|
|
|
|
|
|
'name' => q(L/100km), |
3075
|
|
|
|
|
|
|
'one' => q({0}L/100km), |
3076
|
|
|
|
|
|
|
'other' => q({0}L/100km), |
3077
|
|
|
|
|
|
|
'two' => q({0}L/100km), |
3078
|
|
|
|
|
|
|
}, |
3079
|
|
|
|
|
|
|
'liter-per-kilometer' => { |
3080
|
|
|
|
|
|
|
'few' => q({0}L/km), |
3081
|
|
|
|
|
|
|
'name' => q(L/km), |
3082
|
|
|
|
|
|
|
'one' => q({0}L/km), |
3083
|
|
|
|
|
|
|
'other' => q({0}L/km), |
3084
|
|
|
|
|
|
|
'two' => q({0}L/km), |
3085
|
|
|
|
|
|
|
}, |
3086
|
|
|
|
|
|
|
'lux' => { |
3087
|
|
|
|
|
|
|
'few' => q({0}lx), |
3088
|
|
|
|
|
|
|
'name' => q(lux), |
3089
|
|
|
|
|
|
|
'one' => q({0}lx), |
3090
|
|
|
|
|
|
|
'other' => q({0}lx), |
3091
|
|
|
|
|
|
|
'two' => q({0}lx), |
3092
|
|
|
|
|
|
|
}, |
3093
|
|
|
|
|
|
|
'megabit' => { |
3094
|
|
|
|
|
|
|
'few' => q({0}Mb), |
3095
|
|
|
|
|
|
|
'name' => q(Mb), |
3096
|
|
|
|
|
|
|
'one' => q({0}Mb), |
3097
|
|
|
|
|
|
|
'other' => q({0}Mb), |
3098
|
|
|
|
|
|
|
'two' => q({0}Mb), |
3099
|
|
|
|
|
|
|
}, |
3100
|
|
|
|
|
|
|
'megabyte' => { |
3101
|
|
|
|
|
|
|
'few' => q({0}MB), |
3102
|
|
|
|
|
|
|
'name' => q(MB), |
3103
|
|
|
|
|
|
|
'one' => q({0}MB), |
3104
|
|
|
|
|
|
|
'other' => q({0}MB), |
3105
|
|
|
|
|
|
|
'two' => q({0}MB), |
3106
|
|
|
|
|
|
|
}, |
3107
|
|
|
|
|
|
|
'megahertz' => { |
3108
|
|
|
|
|
|
|
'few' => q({0}MHz), |
3109
|
|
|
|
|
|
|
'name' => q(MHz), |
3110
|
|
|
|
|
|
|
'one' => q({0}MHz), |
3111
|
|
|
|
|
|
|
'other' => q({0}MHz), |
3112
|
|
|
|
|
|
|
'two' => q({0}MHz), |
3113
|
|
|
|
|
|
|
}, |
3114
|
|
|
|
|
|
|
'megaliter' => { |
3115
|
|
|
|
|
|
|
'few' => q({0}ML), |
3116
|
|
|
|
|
|
|
'name' => q(ML), |
3117
|
|
|
|
|
|
|
'one' => q({0}ML), |
3118
|
|
|
|
|
|
|
'other' => q({0}ML), |
3119
|
|
|
|
|
|
|
'two' => q({0}ML), |
3120
|
|
|
|
|
|
|
}, |
3121
|
|
|
|
|
|
|
'megawatt' => { |
3122
|
|
|
|
|
|
|
'few' => q({0}MW), |
3123
|
|
|
|
|
|
|
'name' => q(MW), |
3124
|
|
|
|
|
|
|
'one' => q({0}MW), |
3125
|
|
|
|
|
|
|
'other' => q({0}MW), |
3126
|
|
|
|
|
|
|
'two' => q({0}MW), |
3127
|
|
|
|
|
|
|
}, |
3128
|
|
|
|
|
|
|
'meter' => { |
3129
|
|
|
|
|
|
|
'few' => q({0}m), |
3130
|
|
|
|
|
|
|
'name' => q(meatair), |
3131
|
|
|
|
|
|
|
'one' => q({0}m), |
3132
|
|
|
|
|
|
|
'other' => q({0}m), |
3133
|
|
|
|
|
|
|
'per' => q({0}/m), |
3134
|
|
|
|
|
|
|
'two' => q({0}m), |
3135
|
|
|
|
|
|
|
}, |
3136
|
|
|
|
|
|
|
'meter-per-second' => { |
3137
|
|
|
|
|
|
|
'few' => q({0}m/s), |
3138
|
|
|
|
|
|
|
'name' => q(m/s), |
3139
|
|
|
|
|
|
|
'one' => q({0}m/s), |
3140
|
|
|
|
|
|
|
'other' => q({0}m/s), |
3141
|
|
|
|
|
|
|
'two' => q({0}m/s), |
3142
|
|
|
|
|
|
|
}, |
3143
|
|
|
|
|
|
|
'meter-per-second-squared' => { |
3144
|
|
|
|
|
|
|
'few' => q({0}m/s²), |
3145
|
|
|
|
|
|
|
'name' => q(m/s²), |
3146
|
|
|
|
|
|
|
'one' => q({0}m/s²), |
3147
|
|
|
|
|
|
|
'other' => q({0}m/s²), |
3148
|
|
|
|
|
|
|
'two' => q({0}m/s²), |
3149
|
|
|
|
|
|
|
}, |
3150
|
|
|
|
|
|
|
'metric-ton' => { |
3151
|
|
|
|
|
|
|
'few' => q({0}t), |
3152
|
|
|
|
|
|
|
'name' => q(t), |
3153
|
|
|
|
|
|
|
'one' => q({0}t), |
3154
|
|
|
|
|
|
|
'other' => q({0}t), |
3155
|
|
|
|
|
|
|
'two' => q({0}t), |
3156
|
|
|
|
|
|
|
}, |
3157
|
|
|
|
|
|
|
'microgram' => { |
3158
|
|
|
|
|
|
|
'few' => q({0}µg), |
3159
|
|
|
|
|
|
|
'name' => q(µg), |
3160
|
|
|
|
|
|
|
'one' => q({0}µg), |
3161
|
|
|
|
|
|
|
'other' => q({0}µg), |
3162
|
|
|
|
|
|
|
'two' => q({0}µg), |
3163
|
|
|
|
|
|
|
}, |
3164
|
|
|
|
|
|
|
'micrometer' => { |
3165
|
|
|
|
|
|
|
'few' => q({0}µm), |
3166
|
|
|
|
|
|
|
'name' => q(µm), |
3167
|
|
|
|
|
|
|
'one' => q({0}µm), |
3168
|
|
|
|
|
|
|
'other' => q({0}µm), |
3169
|
|
|
|
|
|
|
'two' => q({0}µm), |
3170
|
|
|
|
|
|
|
}, |
3171
|
|
|
|
|
|
|
'microsecond' => { |
3172
|
|
|
|
|
|
|
'few' => q({0}μs), |
3173
|
|
|
|
|
|
|
'name' => q(μs), |
3174
|
|
|
|
|
|
|
'one' => q({0}μs), |
3175
|
|
|
|
|
|
|
'other' => q({0}μs), |
3176
|
|
|
|
|
|
|
'two' => q({0}μs), |
3177
|
|
|
|
|
|
|
}, |
3178
|
|
|
|
|
|
|
'mile' => { |
3179
|
|
|
|
|
|
|
'few' => q({0}mì), |
3180
|
|
|
|
|
|
|
'name' => q(mì), |
3181
|
|
|
|
|
|
|
'one' => q({0}mì), |
3182
|
|
|
|
|
|
|
'other' => q({0}mì), |
3183
|
|
|
|
|
|
|
'two' => q({0}mì), |
3184
|
|
|
|
|
|
|
}, |
3185
|
|
|
|
|
|
|
'mile-per-gallon' => { |
3186
|
|
|
|
|
|
|
'few' => q({0}mì/g), |
3187
|
|
|
|
|
|
|
'name' => q(mì/g), |
3188
|
|
|
|
|
|
|
'one' => q({0}mì/g), |
3189
|
|
|
|
|
|
|
'other' => q({0}mì/g), |
3190
|
|
|
|
|
|
|
'two' => q({0}mì/g), |
3191
|
|
|
|
|
|
|
}, |
3192
|
|
|
|
|
|
|
'mile-per-gallon-imperial' => { |
3193
|
|
|
|
|
|
|
'few' => q({0}m/gRA), |
3194
|
|
|
|
|
|
|
'name' => q(mìle/gal RA), |
3195
|
|
|
|
|
|
|
'one' => q({0}m/gRA), |
3196
|
|
|
|
|
|
|
'other' => q({0}m/gRA), |
3197
|
|
|
|
|
|
|
'two' => q({0}m/gRA), |
3198
|
|
|
|
|
|
|
}, |
3199
|
|
|
|
|
|
|
'mile-per-hour' => { |
3200
|
|
|
|
|
|
|
'few' => q({0}mì/h), |
3201
|
|
|
|
|
|
|
'name' => q(mì/h), |
3202
|
|
|
|
|
|
|
'one' => q({0}mì/h), |
3203
|
|
|
|
|
|
|
'other' => q({0}mì/h), |
3204
|
|
|
|
|
|
|
'two' => q({0}mì/h), |
3205
|
|
|
|
|
|
|
}, |
3206
|
|
|
|
|
|
|
'mile-scandinavian' => { |
3207
|
|
|
|
|
|
|
'few' => q({0}smi), |
3208
|
|
|
|
|
|
|
'name' => q(smi), |
3209
|
|
|
|
|
|
|
'one' => q({0}smi), |
3210
|
|
|
|
|
|
|
'other' => q({0}smi), |
3211
|
|
|
|
|
|
|
'two' => q({0}smi), |
3212
|
|
|
|
|
|
|
}, |
3213
|
|
|
|
|
|
|
'milliampere' => { |
3214
|
|
|
|
|
|
|
'few' => q({0}mA), |
3215
|
|
|
|
|
|
|
'name' => q(mA), |
3216
|
|
|
|
|
|
|
'one' => q({0}mA), |
3217
|
|
|
|
|
|
|
'other' => q({0}mA), |
3218
|
|
|
|
|
|
|
'two' => q({0}mA), |
3219
|
|
|
|
|
|
|
}, |
3220
|
|
|
|
|
|
|
'millibar' => { |
3221
|
|
|
|
|
|
|
'few' => q({0}mb), |
3222
|
|
|
|
|
|
|
'name' => q(mbà r), |
3223
|
|
|
|
|
|
|
'one' => q({0}mb), |
3224
|
|
|
|
|
|
|
'other' => q({0}mb), |
3225
|
|
|
|
|
|
|
'two' => q({0}mb), |
3226
|
|
|
|
|
|
|
}, |
3227
|
|
|
|
|
|
|
'milligram' => { |
3228
|
|
|
|
|
|
|
'few' => q({0}mg), |
3229
|
|
|
|
|
|
|
'name' => q(mg), |
3230
|
|
|
|
|
|
|
'one' => q({0}mg), |
3231
|
|
|
|
|
|
|
'other' => q({0}mg), |
3232
|
|
|
|
|
|
|
'two' => q({0}mg), |
3233
|
|
|
|
|
|
|
}, |
3234
|
|
|
|
|
|
|
'milligram-per-deciliter' => { |
3235
|
|
|
|
|
|
|
'few' => q({0}mg/dL), |
3236
|
|
|
|
|
|
|
'name' => q(mg/dL), |
3237
|
|
|
|
|
|
|
'one' => q({0}mg/dL), |
3238
|
|
|
|
|
|
|
'other' => q({0}mg/dL), |
3239
|
|
|
|
|
|
|
'two' => q({0}mg/dL), |
3240
|
|
|
|
|
|
|
}, |
3241
|
|
|
|
|
|
|
'milliliter' => { |
3242
|
|
|
|
|
|
|
'few' => q({0}mL), |
3243
|
|
|
|
|
|
|
'name' => q(mL), |
3244
|
|
|
|
|
|
|
'one' => q({0}mL), |
3245
|
|
|
|
|
|
|
'other' => q({0}mL), |
3246
|
|
|
|
|
|
|
'two' => q({0}mL), |
3247
|
|
|
|
|
|
|
}, |
3248
|
|
|
|
|
|
|
'millimeter' => { |
3249
|
|
|
|
|
|
|
'few' => q({0}mm), |
3250
|
|
|
|
|
|
|
'name' => q(mm), |
3251
|
|
|
|
|
|
|
'one' => q({0}mm), |
3252
|
|
|
|
|
|
|
'other' => q({0}mm), |
3253
|
|
|
|
|
|
|
'two' => q({0}mm), |
3254
|
|
|
|
|
|
|
}, |
3255
|
|
|
|
|
|
|
'millimeter-of-mercury' => { |
3256
|
|
|
|
|
|
|
'few' => q({0}mm Hg), |
3257
|
|
|
|
|
|
|
'name' => q(mm Hg), |
3258
|
|
|
|
|
|
|
'one' => q({0}mm Hg), |
3259
|
|
|
|
|
|
|
'other' => q({0}mm Hg), |
3260
|
|
|
|
|
|
|
'two' => q({0}mm Hg), |
3261
|
|
|
|
|
|
|
}, |
3262
|
|
|
|
|
|
|
'millimole-per-liter' => { |
3263
|
|
|
|
|
|
|
'few' => q({0}mmòl/L), |
3264
|
|
|
|
|
|
|
'name' => q(mmòl/L), |
3265
|
|
|
|
|
|
|
'one' => q({0}mmòl/L), |
3266
|
|
|
|
|
|
|
'other' => q({0}mmòl/L), |
3267
|
|
|
|
|
|
|
'two' => q({0}mmòl/L), |
3268
|
|
|
|
|
|
|
}, |
3269
|
|
|
|
|
|
|
'millisecond' => { |
3270
|
|
|
|
|
|
|
'few' => q({0}ms), |
3271
|
|
|
|
|
|
|
'name' => q(ms), |
3272
|
|
|
|
|
|
|
'one' => q({0}ms), |
3273
|
|
|
|
|
|
|
'other' => q({0}ms), |
3274
|
|
|
|
|
|
|
'two' => q({0}ms), |
3275
|
|
|
|
|
|
|
}, |
3276
|
|
|
|
|
|
|
'milliwatt' => { |
3277
|
|
|
|
|
|
|
'few' => q({0}mW), |
3278
|
|
|
|
|
|
|
'name' => q(mW), |
3279
|
|
|
|
|
|
|
'one' => q({0}mW), |
3280
|
|
|
|
|
|
|
'other' => q({0}mW), |
3281
|
|
|
|
|
|
|
'two' => q({0}mW), |
3282
|
|
|
|
|
|
|
}, |
3283
|
|
|
|
|
|
|
'minute' => { |
3284
|
|
|
|
|
|
|
'few' => q({0}m), |
3285
|
|
|
|
|
|
|
'name' => q(mion), |
3286
|
|
|
|
|
|
|
'one' => q({0}m), |
3287
|
|
|
|
|
|
|
'other' => q({0}m), |
3288
|
|
|
|
|
|
|
'per' => q({0}/mion), |
3289
|
|
|
|
|
|
|
'two' => q({0}m), |
3290
|
|
|
|
|
|
|
}, |
3291
|
|
|
|
|
|
|
'month' => { |
3292
|
|
|
|
|
|
|
'few' => q({0}m), |
3293
|
|
|
|
|
|
|
'name' => q(mìos), |
3294
|
|
|
|
|
|
|
'one' => q({0}m), |
3295
|
|
|
|
|
|
|
'other' => q({0}m), |
3296
|
|
|
|
|
|
|
'per' => q({0}/m), |
3297
|
|
|
|
|
|
|
'two' => q({0}m), |
3298
|
|
|
|
|
|
|
}, |
3299
|
|
|
|
|
|
|
'nanometer' => { |
3300
|
|
|
|
|
|
|
'few' => q({0}nm), |
3301
|
|
|
|
|
|
|
'name' => q(nm), |
3302
|
|
|
|
|
|
|
'one' => q({0}nm), |
3303
|
|
|
|
|
|
|
'other' => q({0}nm), |
3304
|
|
|
|
|
|
|
'two' => q({0}nm), |
3305
|
|
|
|
|
|
|
}, |
3306
|
|
|
|
|
|
|
'nanosecond' => { |
3307
|
|
|
|
|
|
|
'few' => q({0}ns), |
3308
|
|
|
|
|
|
|
'name' => q(ns), |
3309
|
|
|
|
|
|
|
'one' => q({0}ns), |
3310
|
|
|
|
|
|
|
'other' => q({0}ns), |
3311
|
|
|
|
|
|
|
'two' => q({0}ns), |
3312
|
|
|
|
|
|
|
}, |
3313
|
|
|
|
|
|
|
'nautical-mile' => { |
3314
|
|
|
|
|
|
|
'few' => q({0}nmi), |
3315
|
|
|
|
|
|
|
'name' => q(nmi), |
3316
|
|
|
|
|
|
|
'one' => q({0}nmi), |
3317
|
|
|
|
|
|
|
'other' => q({0}nmi), |
3318
|
|
|
|
|
|
|
'two' => q({0}nmi), |
3319
|
|
|
|
|
|
|
}, |
3320
|
|
|
|
|
|
|
'ohm' => { |
3321
|
|
|
|
|
|
|
'few' => q({0}Ω), |
3322
|
|
|
|
|
|
|
'name' => q(ohm), |
3323
|
|
|
|
|
|
|
'one' => q({0}Ω), |
3324
|
|
|
|
|
|
|
'other' => q({0}Ω), |
3325
|
|
|
|
|
|
|
'two' => q({0}Ω), |
3326
|
|
|
|
|
|
|
}, |
3327
|
|
|
|
|
|
|
'ounce' => { |
3328
|
|
|
|
|
|
|
'few' => q({0}oz), |
3329
|
|
|
|
|
|
|
'name' => q(oz), |
3330
|
|
|
|
|
|
|
'one' => q({0}oz), |
3331
|
|
|
|
|
|
|
'other' => q({0}oz), |
3332
|
|
|
|
|
|
|
'per' => q({0}/oz), |
3333
|
|
|
|
|
|
|
'two' => q({0}oz), |
3334
|
|
|
|
|
|
|
}, |
3335
|
|
|
|
|
|
|
'ounce-troy' => { |
3336
|
|
|
|
|
|
|
'few' => q({0}oz t), |
3337
|
|
|
|
|
|
|
'name' => q(oz t), |
3338
|
|
|
|
|
|
|
'one' => q({0}oz t), |
3339
|
|
|
|
|
|
|
'other' => q({0}oz t), |
3340
|
|
|
|
|
|
|
'two' => q({0}oz t), |
3341
|
|
|
|
|
|
|
}, |
3342
|
|
|
|
|
|
|
'parsec' => { |
3343
|
|
|
|
|
|
|
'few' => q({0}pc), |
3344
|
|
|
|
|
|
|
'name' => q(parsec), |
3345
|
|
|
|
|
|
|
'one' => q({0}pc), |
3346
|
|
|
|
|
|
|
'other' => q({0}pc), |
3347
|
|
|
|
|
|
|
'two' => q({0}pc), |
3348
|
|
|
|
|
|
|
}, |
3349
|
|
|
|
|
|
|
'part-per-million' => { |
3350
|
|
|
|
|
|
|
'few' => q({0}ppm), |
3351
|
|
|
|
|
|
|
'name' => q(ppm), |
3352
|
|
|
|
|
|
|
'one' => q({0}ppm), |
3353
|
|
|
|
|
|
|
'other' => q({0}ppm), |
3354
|
|
|
|
|
|
|
'two' => q({0}ppm), |
3355
|
|
|
|
|
|
|
}, |
3356
|
|
|
|
|
|
|
'per' => { |
3357
|
|
|
|
|
|
|
'1' => q({0}/{1}), |
3358
|
|
|
|
|
|
|
}, |
3359
|
|
|
|
|
|
|
'percent' => { |
3360
|
|
|
|
|
|
|
'few' => q({0}%), |
3361
|
|
|
|
|
|
|
'name' => q(%), |
3362
|
|
|
|
|
|
|
'one' => q({0}%), |
3363
|
|
|
|
|
|
|
'other' => q({0}%), |
3364
|
|
|
|
|
|
|
'two' => q({0}%), |
3365
|
|
|
|
|
|
|
}, |
3366
|
|
|
|
|
|
|
'permille' => { |
3367
|
|
|
|
|
|
|
'few' => q({0}â°), |
3368
|
|
|
|
|
|
|
'name' => q(â°), |
3369
|
|
|
|
|
|
|
'one' => q({0}â°), |
3370
|
|
|
|
|
|
|
'other' => q({0}â°), |
3371
|
|
|
|
|
|
|
'two' => q({0}â°), |
3372
|
|
|
|
|
|
|
}, |
3373
|
|
|
|
|
|
|
'petabyte' => { |
3374
|
|
|
|
|
|
|
'few' => q({0}PB), |
3375
|
|
|
|
|
|
|
'name' => q(PB), |
3376
|
|
|
|
|
|
|
'one' => q({0}PB), |
3377
|
|
|
|
|
|
|
'other' => q({0}PB), |
3378
|
|
|
|
|
|
|
'two' => q({0}PB), |
3379
|
|
|
|
|
|
|
}, |
3380
|
|
|
|
|
|
|
'picometer' => { |
3381
|
|
|
|
|
|
|
'few' => q({0}pm), |
3382
|
|
|
|
|
|
|
'name' => q(pm), |
3383
|
|
|
|
|
|
|
'one' => q({0}pm), |
3384
|
|
|
|
|
|
|
'other' => q({0}pm), |
3385
|
|
|
|
|
|
|
'two' => q({0}pm), |
3386
|
|
|
|
|
|
|
}, |
3387
|
|
|
|
|
|
|
'pint' => { |
3388
|
|
|
|
|
|
|
'few' => q({0}pt), |
3389
|
|
|
|
|
|
|
'name' => q(pt), |
3390
|
|
|
|
|
|
|
'one' => q({0}pt), |
3391
|
|
|
|
|
|
|
'other' => q({0}pt), |
3392
|
|
|
|
|
|
|
'two' => q({0}pt), |
3393
|
|
|
|
|
|
|
}, |
3394
|
|
|
|
|
|
|
'pint-metric' => { |
3395
|
|
|
|
|
|
|
'few' => q({0}mpt), |
3396
|
|
|
|
|
|
|
'name' => q(pt), |
3397
|
|
|
|
|
|
|
'one' => q({0}mpt), |
3398
|
|
|
|
|
|
|
'other' => q({0}mpt), |
3399
|
|
|
|
|
|
|
'two' => q({0}mpt), |
3400
|
|
|
|
|
|
|
}, |
3401
|
|
|
|
|
|
|
'point' => { |
3402
|
|
|
|
|
|
|
'few' => q({0}pt), |
3403
|
|
|
|
|
|
|
'name' => q(pt), |
3404
|
|
|
|
|
|
|
'one' => q({0}pt), |
3405
|
|
|
|
|
|
|
'other' => q({0}pt), |
3406
|
|
|
|
|
|
|
'two' => q({0}pt), |
3407
|
|
|
|
|
|
|
}, |
3408
|
|
|
|
|
|
|
'pound' => { |
3409
|
|
|
|
|
|
|
'few' => q({0}lb), |
3410
|
|
|
|
|
|
|
'name' => q(lb), |
3411
|
|
|
|
|
|
|
'one' => q({0}lb), |
3412
|
|
|
|
|
|
|
'other' => q({0}lb), |
3413
|
|
|
|
|
|
|
'per' => q({0}/lb), |
3414
|
|
|
|
|
|
|
'two' => q({0}lb), |
3415
|
|
|
|
|
|
|
}, |
3416
|
|
|
|
|
|
|
'pound-per-square-inch' => { |
3417
|
|
|
|
|
|
|
'few' => q({0}psi), |
3418
|
|
|
|
|
|
|
'name' => q(psi), |
3419
|
|
|
|
|
|
|
'one' => q({0}psi), |
3420
|
|
|
|
|
|
|
'other' => q({0}psi), |
3421
|
|
|
|
|
|
|
'two' => q({0}psi), |
3422
|
|
|
|
|
|
|
}, |
3423
|
|
|
|
|
|
|
'quart' => { |
3424
|
|
|
|
|
|
|
'few' => q({0}cà rt), |
3425
|
|
|
|
|
|
|
'name' => q(cà rt), |
3426
|
|
|
|
|
|
|
'one' => q({0}cà rt), |
3427
|
|
|
|
|
|
|
'other' => q({0}cà rt), |
3428
|
|
|
|
|
|
|
'two' => q({0}cà rt), |
3429
|
|
|
|
|
|
|
}, |
3430
|
|
|
|
|
|
|
'radian' => { |
3431
|
|
|
|
|
|
|
'few' => q({0}rad), |
3432
|
|
|
|
|
|
|
'name' => q(rad), |
3433
|
|
|
|
|
|
|
'one' => q({0}rad), |
3434
|
|
|
|
|
|
|
'other' => q({0}rad), |
3435
|
|
|
|
|
|
|
'two' => q({0}rad), |
3436
|
|
|
|
|
|
|
}, |
3437
|
|
|
|
|
|
|
'revolution' => { |
3438
|
|
|
|
|
|
|
'few' => q({0}cuairt), |
3439
|
|
|
|
|
|
|
'name' => q(cuairt), |
3440
|
|
|
|
|
|
|
'one' => q({0}cuairt), |
3441
|
|
|
|
|
|
|
'other' => q({0}cuairt), |
3442
|
|
|
|
|
|
|
'two' => q({0}cuairt), |
3443
|
|
|
|
|
|
|
}, |
3444
|
|
|
|
|
|
|
'second' => { |
3445
|
|
|
|
|
|
|
'few' => q({0}d), |
3446
|
|
|
|
|
|
|
'name' => q(diog), |
3447
|
|
|
|
|
|
|
'one' => q({0}d), |
3448
|
|
|
|
|
|
|
'other' => q({0}d), |
3449
|
|
|
|
|
|
|
'per' => q({0}/d), |
3450
|
|
|
|
|
|
|
'two' => q({0}d), |
3451
|
|
|
|
|
|
|
}, |
3452
|
|
|
|
|
|
|
'square-centimeter' => { |
3453
|
|
|
|
|
|
|
'few' => q({0}cm²), |
3454
|
|
|
|
|
|
|
'name' => q(cm²), |
3455
|
|
|
|
|
|
|
'one' => q({0}cm²), |
3456
|
|
|
|
|
|
|
'other' => q({0}cm²), |
3457
|
|
|
|
|
|
|
'per' => q({0}/cm²), |
3458
|
|
|
|
|
|
|
'two' => q({0}cm²), |
3459
|
|
|
|
|
|
|
}, |
3460
|
|
|
|
|
|
|
'square-foot' => { |
3461
|
|
|
|
|
|
|
'few' => q({0}ft²), |
3462
|
|
|
|
|
|
|
'name' => q(ft²), |
3463
|
|
|
|
|
|
|
'one' => q({0}ft²), |
3464
|
|
|
|
|
|
|
'other' => q({0}ft²), |
3465
|
|
|
|
|
|
|
'two' => q({0}ft²), |
3466
|
|
|
|
|
|
|
}, |
3467
|
|
|
|
|
|
|
'square-inch' => { |
3468
|
|
|
|
|
|
|
'few' => q({0}in²), |
3469
|
|
|
|
|
|
|
'name' => q(in²), |
3470
|
|
|
|
|
|
|
'one' => q({0}in²), |
3471
|
|
|
|
|
|
|
'other' => q({0}in²), |
3472
|
|
|
|
|
|
|
'per' => q({0}/in²), |
3473
|
|
|
|
|
|
|
'two' => q({0}in²), |
3474
|
|
|
|
|
|
|
}, |
3475
|
|
|
|
|
|
|
'square-kilometer' => { |
3476
|
|
|
|
|
|
|
'few' => q({0}km²), |
3477
|
|
|
|
|
|
|
'name' => q(km²), |
3478
|
|
|
|
|
|
|
'one' => q({0}km²), |
3479
|
|
|
|
|
|
|
'other' => q({0}km²), |
3480
|
|
|
|
|
|
|
'per' => q({0}/km²), |
3481
|
|
|
|
|
|
|
'two' => q({0}km²), |
3482
|
|
|
|
|
|
|
}, |
3483
|
|
|
|
|
|
|
'square-meter' => { |
3484
|
|
|
|
|
|
|
'few' => q({0}m²), |
3485
|
|
|
|
|
|
|
'name' => q(meatair²), |
3486
|
|
|
|
|
|
|
'one' => q({0}m²), |
3487
|
|
|
|
|
|
|
'other' => q({0}m²), |
3488
|
|
|
|
|
|
|
'per' => q({0}/m²), |
3489
|
|
|
|
|
|
|
'two' => q({0}m²), |
3490
|
|
|
|
|
|
|
}, |
3491
|
|
|
|
|
|
|
'square-mile' => { |
3492
|
|
|
|
|
|
|
'few' => q({0}mì²), |
3493
|
|
|
|
|
|
|
'name' => q(mì²), |
3494
|
|
|
|
|
|
|
'one' => q({0}mì²), |
3495
|
|
|
|
|
|
|
'other' => q({0}mì²), |
3496
|
|
|
|
|
|
|
'per' => q({0}/mì²), |
3497
|
|
|
|
|
|
|
'two' => q({0}mì²), |
3498
|
|
|
|
|
|
|
}, |
3499
|
|
|
|
|
|
|
'square-yard' => { |
3500
|
|
|
|
|
|
|
'few' => q({0}yd²), |
3501
|
|
|
|
|
|
|
'name' => q(slat²), |
3502
|
|
|
|
|
|
|
'one' => q({0}yd²), |
3503
|
|
|
|
|
|
|
'other' => q({0}yd²), |
3504
|
|
|
|
|
|
|
'two' => q({0}yd²), |
3505
|
|
|
|
|
|
|
}, |
3506
|
|
|
|
|
|
|
'stone' => { |
3507
|
|
|
|
|
|
|
'few' => q({0}clach), |
3508
|
|
|
|
|
|
|
'name' => q(clach), |
3509
|
|
|
|
|
|
|
'one' => q({0}clach), |
3510
|
|
|
|
|
|
|
'other' => q({0}clach), |
3511
|
|
|
|
|
|
|
'two' => q({0}clach), |
3512
|
|
|
|
|
|
|
}, |
3513
|
|
|
|
|
|
|
'tablespoon' => { |
3514
|
|
|
|
|
|
|
'few' => q({0}sp), |
3515
|
|
|
|
|
|
|
'name' => q(sp), |
3516
|
|
|
|
|
|
|
'one' => q({0}sp), |
3517
|
|
|
|
|
|
|
'other' => q({0}sp), |
3518
|
|
|
|
|
|
|
'two' => q({0}sp), |
3519
|
|
|
|
|
|
|
}, |
3520
|
|
|
|
|
|
|
'teaspoon' => { |
3521
|
|
|
|
|
|
|
'few' => q({0}sp-t), |
3522
|
|
|
|
|
|
|
'name' => q(sp-t), |
3523
|
|
|
|
|
|
|
'one' => q({0}sp-t), |
3524
|
|
|
|
|
|
|
'other' => q({0}sp-t), |
3525
|
|
|
|
|
|
|
'two' => q({0}sp-t), |
3526
|
|
|
|
|
|
|
}, |
3527
|
|
|
|
|
|
|
'terabit' => { |
3528
|
|
|
|
|
|
|
'few' => q({0}Tb), |
3529
|
|
|
|
|
|
|
'name' => q(Tb), |
3530
|
|
|
|
|
|
|
'one' => q({0}Tb), |
3531
|
|
|
|
|
|
|
'other' => q({0}Tb), |
3532
|
|
|
|
|
|
|
'two' => q({0}Tb), |
3533
|
|
|
|
|
|
|
}, |
3534
|
|
|
|
|
|
|
'terabyte' => { |
3535
|
|
|
|
|
|
|
'few' => q({0}TB), |
3536
|
|
|
|
|
|
|
'name' => q(TB), |
3537
|
|
|
|
|
|
|
'one' => q({0}TB), |
3538
|
|
|
|
|
|
|
'other' => q({0}TB), |
3539
|
|
|
|
|
|
|
'two' => q({0}TB), |
3540
|
|
|
|
|
|
|
}, |
3541
|
|
|
|
|
|
|
'ton' => { |
3542
|
|
|
|
|
|
|
'few' => q({0}tn), |
3543
|
|
|
|
|
|
|
'name' => q(tn), |
3544
|
|
|
|
|
|
|
'one' => q({0}tn), |
3545
|
|
|
|
|
|
|
'other' => q({0}tn), |
3546
|
|
|
|
|
|
|
'two' => q({0}tn), |
3547
|
|
|
|
|
|
|
}, |
3548
|
|
|
|
|
|
|
'volt' => { |
3549
|
|
|
|
|
|
|
'few' => q({0}V), |
3550
|
|
|
|
|
|
|
'name' => q(volt), |
3551
|
|
|
|
|
|
|
'one' => q({0}V), |
3552
|
|
|
|
|
|
|
'other' => q({0}V), |
3553
|
|
|
|
|
|
|
'two' => q({0}V), |
3554
|
|
|
|
|
|
|
}, |
3555
|
|
|
|
|
|
|
'watt' => { |
3556
|
|
|
|
|
|
|
'few' => q({0}W), |
3557
|
|
|
|
|
|
|
'name' => q(watt), |
3558
|
|
|
|
|
|
|
'one' => q({0}W), |
3559
|
|
|
|
|
|
|
'other' => q({0}W), |
3560
|
|
|
|
|
|
|
'two' => q({0}W), |
3561
|
|
|
|
|
|
|
}, |
3562
|
|
|
|
|
|
|
'week' => { |
3563
|
|
|
|
|
|
|
'few' => q({0}s), |
3564
|
|
|
|
|
|
|
'name' => q(s), |
3565
|
|
|
|
|
|
|
'one' => q({0}s), |
3566
|
|
|
|
|
|
|
'other' => q({0}s), |
3567
|
|
|
|
|
|
|
'per' => q({0}/s), |
3568
|
|
|
|
|
|
|
'two' => q({0}s), |
3569
|
|
|
|
|
|
|
}, |
3570
|
|
|
|
|
|
|
'yard' => { |
3571
|
|
|
|
|
|
|
'few' => q({0}yd), |
3572
|
|
|
|
|
|
|
'name' => q(slat), |
3573
|
|
|
|
|
|
|
'one' => q({0}yd), |
3574
|
|
|
|
|
|
|
'other' => q({0}yd), |
3575
|
|
|
|
|
|
|
'two' => q({0}yd), |
3576
|
|
|
|
|
|
|
}, |
3577
|
|
|
|
|
|
|
'year' => { |
3578
|
|
|
|
|
|
|
'few' => q({0}bl), |
3579
|
|
|
|
|
|
|
'name' => q(blia), |
3580
|
|
|
|
|
|
|
'one' => q({0}bl), |
3581
|
|
|
|
|
|
|
'other' => q({0}bl), |
3582
|
|
|
|
|
|
|
'per' => q({0}/bl), |
3583
|
|
|
|
|
|
|
'two' => q({0}bl), |
3584
|
|
|
|
|
|
|
}, |
3585
|
|
|
|
|
|
|
}, |
3586
|
|
|
|
|
|
|
'short' => { |
3587
|
|
|
|
|
|
|
'' => { |
3588
|
|
|
|
|
|
|
'name' => q(comhair), |
3589
|
|
|
|
|
|
|
}, |
3590
|
|
|
|
|
|
|
'acre' => { |
3591
|
|
|
|
|
|
|
'few' => q({0} ac), |
3592
|
|
|
|
|
|
|
'name' => q(acair), |
3593
|
|
|
|
|
|
|
'one' => q({0} ac), |
3594
|
|
|
|
|
|
|
'other' => q({0} ac), |
3595
|
|
|
|
|
|
|
'two' => q({0} ac), |
3596
|
|
|
|
|
|
|
}, |
3597
|
|
|
|
|
|
|
'acre-foot' => { |
3598
|
|
|
|
|
|
|
'few' => q({0} ac ft), |
3599
|
|
|
|
|
|
|
'name' => q(acair-throigh), |
3600
|
|
|
|
|
|
|
'one' => q({0} ac ft), |
3601
|
|
|
|
|
|
|
'other' => q({0} ac ft), |
3602
|
|
|
|
|
|
|
'two' => q({0} ac ft), |
3603
|
|
|
|
|
|
|
}, |
3604
|
|
|
|
|
|
|
'ampere' => { |
3605
|
|
|
|
|
|
|
'few' => q({0} A), |
3606
|
|
|
|
|
|
|
'name' => q(amp), |
3607
|
|
|
|
|
|
|
'one' => q({0} A), |
3608
|
|
|
|
|
|
|
'other' => q({0} A), |
3609
|
|
|
|
|
|
|
'two' => q({0} A), |
3610
|
|
|
|
|
|
|
}, |
3611
|
|
|
|
|
|
|
'arc-minute' => { |
3612
|
|
|
|
|
|
|
'few' => q({0}â²), |
3613
|
|
|
|
|
|
|
'name' => q(Ã rc-mhion.), |
3614
|
|
|
|
|
|
|
'one' => q({0}â²), |
3615
|
|
|
|
|
|
|
'other' => q({0}â²), |
3616
|
|
|
|
|
|
|
'two' => q({0}â²), |
3617
|
|
|
|
|
|
|
}, |
3618
|
|
|
|
|
|
|
'arc-second' => { |
3619
|
|
|
|
|
|
|
'few' => q({0}â³), |
3620
|
|
|
|
|
|
|
'name' => q(Ã rc-dhiog), |
3621
|
|
|
|
|
|
|
'one' => q({0}â³), |
3622
|
|
|
|
|
|
|
'other' => q({0}â³), |
3623
|
|
|
|
|
|
|
'two' => q({0}â³), |
3624
|
|
|
|
|
|
|
}, |
3625
|
|
|
|
|
|
|
'astronomical-unit' => { |
3626
|
|
|
|
|
|
|
'few' => q({0} au), |
3627
|
|
|
|
|
|
|
'name' => q(au), |
3628
|
|
|
|
|
|
|
'one' => q({0} au), |
3629
|
|
|
|
|
|
|
'other' => q({0} au), |
3630
|
|
|
|
|
|
|
'two' => q({0} au), |
3631
|
|
|
|
|
|
|
}, |
3632
|
|
|
|
|
|
|
'atmosphere' => { |
3633
|
|
|
|
|
|
|
'few' => q({0} Ã ile), |
3634
|
|
|
|
|
|
|
'name' => q(Ã ile), |
3635
|
|
|
|
|
|
|
'one' => q({0} Ã ile), |
3636
|
|
|
|
|
|
|
'other' => q({0} Ã ile), |
3637
|
|
|
|
|
|
|
'two' => q({0} Ã ile), |
3638
|
|
|
|
|
|
|
}, |
3639
|
|
|
|
|
|
|
'bit' => { |
3640
|
|
|
|
|
|
|
'few' => q({0} b), |
3641
|
|
|
|
|
|
|
'name' => q(biod), |
3642
|
|
|
|
|
|
|
'one' => q({0} b), |
3643
|
|
|
|
|
|
|
'other' => q({0} b), |
3644
|
|
|
|
|
|
|
'two' => q({0} b), |
3645
|
|
|
|
|
|
|
}, |
3646
|
|
|
|
|
|
|
'bushel' => { |
3647
|
|
|
|
|
|
|
'few' => q({0} bu), |
3648
|
|
|
|
|
|
|
'name' => q(buiseal), |
3649
|
|
|
|
|
|
|
'one' => q({0} bu), |
3650
|
|
|
|
|
|
|
'other' => q({0} bu), |
3651
|
|
|
|
|
|
|
'two' => q({0} bu), |
3652
|
|
|
|
|
|
|
}, |
3653
|
|
|
|
|
|
|
'byte' => { |
3654
|
|
|
|
|
|
|
'few' => q({0} B), |
3655
|
|
|
|
|
|
|
'name' => q(baidht), |
3656
|
|
|
|
|
|
|
'one' => q({0} B), |
3657
|
|
|
|
|
|
|
'other' => q({0} B), |
3658
|
|
|
|
|
|
|
'two' => q({0} B), |
3659
|
|
|
|
|
|
|
}, |
3660
|
|
|
|
|
|
|
'calorie' => { |
3661
|
|
|
|
|
|
|
'few' => q({0} cal), |
3662
|
|
|
|
|
|
|
'name' => q(cal), |
3663
|
|
|
|
|
|
|
'one' => q({0} cal), |
3664
|
|
|
|
|
|
|
'other' => q({0} cal), |
3665
|
|
|
|
|
|
|
'two' => q({0} cal), |
3666
|
|
|
|
|
|
|
}, |
3667
|
|
|
|
|
|
|
'carat' => { |
3668
|
|
|
|
|
|
|
'few' => q({0} CD), |
3669
|
|
|
|
|
|
|
'name' => q(carat), |
3670
|
|
|
|
|
|
|
'one' => q({0} CD), |
3671
|
|
|
|
|
|
|
'other' => q({0} CD), |
3672
|
|
|
|
|
|
|
'two' => q({0} CD), |
3673
|
|
|
|
|
|
|
}, |
3674
|
|
|
|
|
|
|
'celsius' => { |
3675
|
|
|
|
|
|
|
'few' => q({0}°C), |
3676
|
|
|
|
|
|
|
'name' => q(ceum C), |
3677
|
|
|
|
|
|
|
'one' => q({0}°C), |
3678
|
|
|
|
|
|
|
'other' => q({0}°C), |
3679
|
|
|
|
|
|
|
'two' => q({0}°C), |
3680
|
|
|
|
|
|
|
}, |
3681
|
|
|
|
|
|
|
'centiliter' => { |
3682
|
|
|
|
|
|
|
'few' => q({0} cL), |
3683
|
|
|
|
|
|
|
'name' => q(c-liotair), |
3684
|
|
|
|
|
|
|
'one' => q({0} cL), |
3685
|
|
|
|
|
|
|
'other' => q({0} cL), |
3686
|
|
|
|
|
|
|
'two' => q({0} cL), |
3687
|
|
|
|
|
|
|
}, |
3688
|
|
|
|
|
|
|
'centimeter' => { |
3689
|
|
|
|
|
|
|
'few' => q({0} cm), |
3690
|
|
|
|
|
|
|
'name' => q(cm), |
3691
|
|
|
|
|
|
|
'one' => q({0} cm), |
3692
|
|
|
|
|
|
|
'other' => q({0} cm), |
3693
|
|
|
|
|
|
|
'per' => q({0}/cm), |
3694
|
|
|
|
|
|
|
'two' => q({0} cm), |
3695
|
|
|
|
|
|
|
}, |
3696
|
|
|
|
|
|
|
'century' => { |
3697
|
|
|
|
|
|
|
'few' => q({0} li), |
3698
|
|
|
|
|
|
|
'name' => q(li), |
3699
|
|
|
|
|
|
|
'one' => q({0} li), |
3700
|
|
|
|
|
|
|
'other' => q({0} li), |
3701
|
|
|
|
|
|
|
'two' => q({0} li), |
3702
|
|
|
|
|
|
|
}, |
3703
|
|
|
|
|
|
|
'coordinate' => { |
3704
|
|
|
|
|
|
|
'east' => q({0}E), |
3705
|
|
|
|
|
|
|
'north' => q({0}T), |
3706
|
|
|
|
|
|
|
'south' => q({0}D), |
3707
|
|
|
|
|
|
|
'west' => q({0}I), |
3708
|
|
|
|
|
|
|
}, |
3709
|
|
|
|
|
|
|
'cubic-centimeter' => { |
3710
|
|
|
|
|
|
|
'few' => q({0} cm³), |
3711
|
|
|
|
|
|
|
'name' => q(cm³), |
3712
|
|
|
|
|
|
|
'one' => q({0} cm³), |
3713
|
|
|
|
|
|
|
'other' => q({0} cm³), |
3714
|
|
|
|
|
|
|
'per' => q({0}/cm³), |
3715
|
|
|
|
|
|
|
'two' => q({0} cm³), |
3716
|
|
|
|
|
|
|
}, |
3717
|
|
|
|
|
|
|
'cubic-foot' => { |
3718
|
|
|
|
|
|
|
'few' => q({0} troigh³), |
3719
|
|
|
|
|
|
|
'name' => q(troigh³), |
3720
|
|
|
|
|
|
|
'one' => q({0} troigh³), |
3721
|
|
|
|
|
|
|
'other' => q({0} troigh³), |
3722
|
|
|
|
|
|
|
'two' => q({0} throigh³), |
3723
|
|
|
|
|
|
|
}, |
3724
|
|
|
|
|
|
|
'cubic-inch' => { |
3725
|
|
|
|
|
|
|
'few' => q({0} òirl³), |
3726
|
|
|
|
|
|
|
'name' => q(òirl³), |
3727
|
|
|
|
|
|
|
'one' => q({0} òirl³), |
3728
|
|
|
|
|
|
|
'other' => q({0} òirl³), |
3729
|
|
|
|
|
|
|
'two' => q({0} òirl³), |
3730
|
|
|
|
|
|
|
}, |
3731
|
|
|
|
|
|
|
'cubic-kilometer' => { |
3732
|
|
|
|
|
|
|
'few' => q({0} km³), |
3733
|
|
|
|
|
|
|
'name' => q(km³), |
3734
|
|
|
|
|
|
|
'one' => q({0} km³), |
3735
|
|
|
|
|
|
|
'other' => q({0} km³), |
3736
|
|
|
|
|
|
|
'two' => q({0} km³), |
3737
|
|
|
|
|
|
|
}, |
3738
|
|
|
|
|
|
|
'cubic-meter' => { |
3739
|
|
|
|
|
|
|
'few' => q({0} m³), |
3740
|
|
|
|
|
|
|
'name' => q(m³), |
3741
|
|
|
|
|
|
|
'one' => q({0} m³), |
3742
|
|
|
|
|
|
|
'other' => q({0} m³), |
3743
|
|
|
|
|
|
|
'per' => q({0}/m³), |
3744
|
|
|
|
|
|
|
'two' => q({0} m³), |
3745
|
|
|
|
|
|
|
}, |
3746
|
|
|
|
|
|
|
'cubic-mile' => { |
3747
|
|
|
|
|
|
|
'few' => q({0} mì³), |
3748
|
|
|
|
|
|
|
'name' => q(mì³), |
3749
|
|
|
|
|
|
|
'one' => q({0} mì³), |
3750
|
|
|
|
|
|
|
'other' => q({0} mì³), |
3751
|
|
|
|
|
|
|
'two' => q({0} mì³), |
3752
|
|
|
|
|
|
|
}, |
3753
|
|
|
|
|
|
|
'cubic-yard' => { |
3754
|
|
|
|
|
|
|
'few' => q({0} slat³), |
3755
|
|
|
|
|
|
|
'name' => q(slat³), |
3756
|
|
|
|
|
|
|
'one' => q({0} slat³), |
3757
|
|
|
|
|
|
|
'other' => q({0} slat³), |
3758
|
|
|
|
|
|
|
'two' => q({0} shlat³), |
3759
|
|
|
|
|
|
|
}, |
3760
|
|
|
|
|
|
|
'cup' => { |
3761
|
|
|
|
|
|
|
'few' => q({0} c), |
3762
|
|
|
|
|
|
|
'name' => q(cupa), |
3763
|
|
|
|
|
|
|
'one' => q({0} c), |
3764
|
|
|
|
|
|
|
'other' => q({0} c), |
3765
|
|
|
|
|
|
|
'two' => q({0} c), |
3766
|
|
|
|
|
|
|
}, |
3767
|
|
|
|
|
|
|
'cup-metric' => { |
3768
|
|
|
|
|
|
|
'few' => q({0} mc), |
3769
|
|
|
|
|
|
|
'name' => q(mcup), |
3770
|
|
|
|
|
|
|
'one' => q({0} mc), |
3771
|
|
|
|
|
|
|
'other' => q({0} mc), |
3772
|
|
|
|
|
|
|
'two' => q({0} mc), |
3773
|
|
|
|
|
|
|
}, |
3774
|
|
|
|
|
|
|
'day' => { |
3775
|
|
|
|
|
|
|
'few' => q({0} là ), |
3776
|
|
|
|
|
|
|
'name' => q(latha), |
3777
|
|
|
|
|
|
|
'one' => q({0} là ), |
3778
|
|
|
|
|
|
|
'other' => q({0} là ), |
3779
|
|
|
|
|
|
|
'per' => q({0}/là ), |
3780
|
|
|
|
|
|
|
'two' => q({0} là ), |
3781
|
|
|
|
|
|
|
}, |
3782
|
|
|
|
|
|
|
'deciliter' => { |
3783
|
|
|
|
|
|
|
'few' => q({0} dL), |
3784
|
|
|
|
|
|
|
'name' => q(dL), |
3785
|
|
|
|
|
|
|
'one' => q({0} dL), |
3786
|
|
|
|
|
|
|
'other' => q({0} dL), |
3787
|
|
|
|
|
|
|
'two' => q({0} dL), |
3788
|
|
|
|
|
|
|
}, |
3789
|
|
|
|
|
|
|
'decimeter' => { |
3790
|
|
|
|
|
|
|
'few' => q({0} dm), |
3791
|
|
|
|
|
|
|
'name' => q(dm), |
3792
|
|
|
|
|
|
|
'one' => q({0} dm), |
3793
|
|
|
|
|
|
|
'other' => q({0} dm), |
3794
|
|
|
|
|
|
|
'two' => q({0} dm), |
3795
|
|
|
|
|
|
|
}, |
3796
|
|
|
|
|
|
|
'degree' => { |
3797
|
|
|
|
|
|
|
'few' => q({0}°), |
3798
|
|
|
|
|
|
|
'name' => q(ceum), |
3799
|
|
|
|
|
|
|
'one' => q({0}°), |
3800
|
|
|
|
|
|
|
'other' => q({0}°), |
3801
|
|
|
|
|
|
|
'two' => q({0}°), |
3802
|
|
|
|
|
|
|
}, |
3803
|
|
|
|
|
|
|
'fahrenheit' => { |
3804
|
|
|
|
|
|
|
'few' => q({0}°F), |
3805
|
|
|
|
|
|
|
'name' => q(ceum F), |
3806
|
|
|
|
|
|
|
'one' => q({0}°F), |
3807
|
|
|
|
|
|
|
'other' => q({0}°F), |
3808
|
|
|
|
|
|
|
'two' => q({0}°F), |
3809
|
|
|
|
|
|
|
}, |
3810
|
|
|
|
|
|
|
'fathom' => { |
3811
|
|
|
|
|
|
|
'few' => q({0} aith), |
3812
|
|
|
|
|
|
|
'name' => q(aitheamh), |
3813
|
|
|
|
|
|
|
'one' => q({0} aith), |
3814
|
|
|
|
|
|
|
'other' => q({0} aith), |
3815
|
|
|
|
|
|
|
'two' => q({0} aith), |
3816
|
|
|
|
|
|
|
}, |
3817
|
|
|
|
|
|
|
'fluid-ounce' => { |
3818
|
|
|
|
|
|
|
'few' => q({0} fl oz), |
3819
|
|
|
|
|
|
|
'name' => q(fl oz), |
3820
|
|
|
|
|
|
|
'one' => q({0} fl oz), |
3821
|
|
|
|
|
|
|
'other' => q({0} fl oz), |
3822
|
|
|
|
|
|
|
'two' => q({0} fl oz), |
3823
|
|
|
|
|
|
|
}, |
3824
|
|
|
|
|
|
|
'foodcalorie' => { |
3825
|
|
|
|
|
|
|
'few' => q({0} Cal), |
3826
|
|
|
|
|
|
|
'name' => q(Cal), |
3827
|
|
|
|
|
|
|
'one' => q({0} Cal), |
3828
|
|
|
|
|
|
|
'other' => q({0} Cal), |
3829
|
|
|
|
|
|
|
'two' => q({0} Cal), |
3830
|
|
|
|
|
|
|
}, |
3831
|
|
|
|
|
|
|
'foot' => { |
3832
|
|
|
|
|
|
|
'few' => q({0} troigh), |
3833
|
|
|
|
|
|
|
'name' => q(troigh), |
3834
|
|
|
|
|
|
|
'one' => q({0} troigh), |
3835
|
|
|
|
|
|
|
'other' => q({0} troigh), |
3836
|
|
|
|
|
|
|
'per' => q({0}/troigh), |
3837
|
|
|
|
|
|
|
'two' => q({0} throigh), |
3838
|
|
|
|
|
|
|
}, |
3839
|
|
|
|
|
|
|
'furlong' => { |
3840
|
|
|
|
|
|
|
'few' => q({0} stà id), |
3841
|
|
|
|
|
|
|
'name' => q(stà id), |
3842
|
|
|
|
|
|
|
'one' => q({0} stà id), |
3843
|
|
|
|
|
|
|
'other' => q({0} stà id), |
3844
|
|
|
|
|
|
|
'two' => q({0} stà id), |
3845
|
|
|
|
|
|
|
}, |
3846
|
|
|
|
|
|
|
'g-force' => { |
3847
|
|
|
|
|
|
|
'few' => q({0} G), |
3848
|
|
|
|
|
|
|
'name' => q(forsa-g), |
3849
|
|
|
|
|
|
|
'one' => q({0} G), |
3850
|
|
|
|
|
|
|
'other' => q({0} G), |
3851
|
|
|
|
|
|
|
'two' => q({0} G), |
3852
|
|
|
|
|
|
|
}, |
3853
|
|
|
|
|
|
|
'gallon' => { |
3854
|
|
|
|
|
|
|
'few' => q({0} gal), |
3855
|
|
|
|
|
|
|
'name' => q(gal), |
3856
|
|
|
|
|
|
|
'one' => q({0} gal), |
3857
|
|
|
|
|
|
|
'other' => q({0} gal), |
3858
|
|
|
|
|
|
|
'per' => q({0}/gal), |
3859
|
|
|
|
|
|
|
'two' => q({0} gal), |
3860
|
|
|
|
|
|
|
}, |
3861
|
|
|
|
|
|
|
'gallon-imperial' => { |
3862
|
|
|
|
|
|
|
'few' => q({0} gal imp.), |
3863
|
|
|
|
|
|
|
'name' => q(gal imp.), |
3864
|
|
|
|
|
|
|
'one' => q({0} ghal imp.), |
3865
|
|
|
|
|
|
|
'other' => q({0} gal imp.), |
3866
|
|
|
|
|
|
|
'per' => q({0}/gal imp.), |
3867
|
|
|
|
|
|
|
'two' => q({0} ghal imp.), |
3868
|
|
|
|
|
|
|
}, |
3869
|
|
|
|
|
|
|
'generic' => { |
3870
|
|
|
|
|
|
|
'few' => q({0}°), |
3871
|
|
|
|
|
|
|
'name' => q(°), |
3872
|
|
|
|
|
|
|
'one' => q({0}°), |
3873
|
|
|
|
|
|
|
'other' => q({0}°), |
3874
|
|
|
|
|
|
|
'two' => q({0}°), |
3875
|
|
|
|
|
|
|
}, |
3876
|
|
|
|
|
|
|
'gigabit' => { |
3877
|
|
|
|
|
|
|
'few' => q({0} Gb), |
3878
|
|
|
|
|
|
|
'name' => q(Gb), |
3879
|
|
|
|
|
|
|
'one' => q({0} Gb), |
3880
|
|
|
|
|
|
|
'other' => q({0} Gb), |
3881
|
|
|
|
|
|
|
'two' => q({0} Gb), |
3882
|
|
|
|
|
|
|
}, |
3883
|
|
|
|
|
|
|
'gigabyte' => { |
3884
|
|
|
|
|
|
|
'few' => q({0} GB), |
3885
|
|
|
|
|
|
|
'name' => q(GB), |
3886
|
|
|
|
|
|
|
'one' => q({0} GB), |
3887
|
|
|
|
|
|
|
'other' => q({0} GB), |
3888
|
|
|
|
|
|
|
'two' => q({0} GB), |
3889
|
|
|
|
|
|
|
}, |
3890
|
|
|
|
|
|
|
'gigahertz' => { |
3891
|
|
|
|
|
|
|
'few' => q({0} GHz), |
3892
|
|
|
|
|
|
|
'name' => q(GHz), |
3893
|
|
|
|
|
|
|
'one' => q({0} GHz), |
3894
|
|
|
|
|
|
|
'other' => q({0} GHz), |
3895
|
|
|
|
|
|
|
'two' => q({0} GHz), |
3896
|
|
|
|
|
|
|
}, |
3897
|
|
|
|
|
|
|
'gigawatt' => { |
3898
|
|
|
|
|
|
|
'few' => q({0} GW), |
3899
|
|
|
|
|
|
|
'name' => q(GW), |
3900
|
|
|
|
|
|
|
'one' => q({0} GW), |
3901
|
|
|
|
|
|
|
'other' => q({0} GW), |
3902
|
|
|
|
|
|
|
'two' => q({0} GW), |
3903
|
|
|
|
|
|
|
}, |
3904
|
|
|
|
|
|
|
'gram' => { |
3905
|
|
|
|
|
|
|
'few' => q({0} g), |
3906
|
|
|
|
|
|
|
'name' => q(grama), |
3907
|
|
|
|
|
|
|
'one' => q({0} g), |
3908
|
|
|
|
|
|
|
'other' => q({0} g), |
3909
|
|
|
|
|
|
|
'per' => q({0}/g), |
3910
|
|
|
|
|
|
|
'two' => q({0} g), |
3911
|
|
|
|
|
|
|
}, |
3912
|
|
|
|
|
|
|
'hectare' => { |
3913
|
|
|
|
|
|
|
'few' => q({0} ha), |
3914
|
|
|
|
|
|
|
'name' => q(heactair), |
3915
|
|
|
|
|
|
|
'one' => q({0} ha), |
3916
|
|
|
|
|
|
|
'other' => q({0} ha), |
3917
|
|
|
|
|
|
|
'two' => q({0} ha), |
3918
|
|
|
|
|
|
|
}, |
3919
|
|
|
|
|
|
|
'hectoliter' => { |
3920
|
|
|
|
|
|
|
'few' => q({0} hL), |
3921
|
|
|
|
|
|
|
'name' => q(hL), |
3922
|
|
|
|
|
|
|
'one' => q({0} hL), |
3923
|
|
|
|
|
|
|
'other' => q({0} hL), |
3924
|
|
|
|
|
|
|
'two' => q({0} hL), |
3925
|
|
|
|
|
|
|
}, |
3926
|
|
|
|
|
|
|
'hectopascal' => { |
3927
|
|
|
|
|
|
|
'few' => q({0} hPa), |
3928
|
|
|
|
|
|
|
'name' => q(hPa), |
3929
|
|
|
|
|
|
|
'one' => q({0} hPa), |
3930
|
|
|
|
|
|
|
'other' => q({0} hPa), |
3931
|
|
|
|
|
|
|
'two' => q({0} hPa), |
3932
|
|
|
|
|
|
|
}, |
3933
|
|
|
|
|
|
|
'hertz' => { |
3934
|
|
|
|
|
|
|
'few' => q({0} Hz), |
3935
|
|
|
|
|
|
|
'name' => q(Hz), |
3936
|
|
|
|
|
|
|
'one' => q({0} Hz), |
3937
|
|
|
|
|
|
|
'other' => q({0} Hz), |
3938
|
|
|
|
|
|
|
'two' => q({0} Hz), |
3939
|
|
|
|
|
|
|
}, |
3940
|
|
|
|
|
|
|
'horsepower' => { |
3941
|
|
|
|
|
|
|
'few' => q({0} hp), |
3942
|
|
|
|
|
|
|
'name' => q(hp), |
3943
|
|
|
|
|
|
|
'one' => q({0} hp), |
3944
|
|
|
|
|
|
|
'other' => q({0} hp), |
3945
|
|
|
|
|
|
|
'two' => q({0} hp), |
3946
|
|
|
|
|
|
|
}, |
3947
|
|
|
|
|
|
|
'hour' => { |
3948
|
|
|
|
|
|
|
'few' => q({0} uair), |
3949
|
|
|
|
|
|
|
'name' => q(uair), |
3950
|
|
|
|
|
|
|
'one' => q({0} uair), |
3951
|
|
|
|
|
|
|
'other' => q({0} uair), |
3952
|
|
|
|
|
|
|
'per' => q({0}/uair), |
3953
|
|
|
|
|
|
|
'two' => q({0} uair), |
3954
|
|
|
|
|
|
|
}, |
3955
|
|
|
|
|
|
|
'inch' => { |
3956
|
|
|
|
|
|
|
'few' => q({0} òirl), |
3957
|
|
|
|
|
|
|
'name' => q(òirleach), |
3958
|
|
|
|
|
|
|
'one' => q({0} òirl), |
3959
|
|
|
|
|
|
|
'other' => q({0} òirl), |
3960
|
|
|
|
|
|
|
'per' => q({0}/òirl), |
3961
|
|
|
|
|
|
|
'two' => q({0} òirl), |
3962
|
|
|
|
|
|
|
}, |
3963
|
|
|
|
|
|
|
'inch-hg' => { |
3964
|
|
|
|
|
|
|
'few' => q({0} inHg), |
3965
|
|
|
|
|
|
|
'name' => q(in Hg), |
3966
|
|
|
|
|
|
|
'one' => q({0} inHg), |
3967
|
|
|
|
|
|
|
'other' => q({0} inHg), |
3968
|
|
|
|
|
|
|
'two' => q({0} inHg), |
3969
|
|
|
|
|
|
|
}, |
3970
|
|
|
|
|
|
|
'joule' => { |
3971
|
|
|
|
|
|
|
'few' => q({0} J), |
3972
|
|
|
|
|
|
|
'name' => q(joule), |
3973
|
|
|
|
|
|
|
'one' => q({0} J), |
3974
|
|
|
|
|
|
|
'other' => q({0} J), |
3975
|
|
|
|
|
|
|
'two' => q({0} J), |
3976
|
|
|
|
|
|
|
}, |
3977
|
|
|
|
|
|
|
'karat' => { |
3978
|
|
|
|
|
|
|
'few' => q({0} kt), |
3979
|
|
|
|
|
|
|
'name' => q(karat), |
3980
|
|
|
|
|
|
|
'one' => q({0} kt), |
3981
|
|
|
|
|
|
|
'other' => q({0} kt), |
3982
|
|
|
|
|
|
|
'two' => q({0} kt), |
3983
|
|
|
|
|
|
|
}, |
3984
|
|
|
|
|
|
|
'kelvin' => { |
3985
|
|
|
|
|
|
|
'few' => q({0} K), |
3986
|
|
|
|
|
|
|
'name' => q(K), |
3987
|
|
|
|
|
|
|
'one' => q({0} K), |
3988
|
|
|
|
|
|
|
'other' => q({0} K), |
3989
|
|
|
|
|
|
|
'two' => q({0} K), |
3990
|
|
|
|
|
|
|
}, |
3991
|
|
|
|
|
|
|
'kilobit' => { |
3992
|
|
|
|
|
|
|
'few' => q({0} kb), |
3993
|
|
|
|
|
|
|
'name' => q(kb), |
3994
|
|
|
|
|
|
|
'one' => q({0} kb), |
3995
|
|
|
|
|
|
|
'other' => q({0} kb), |
3996
|
|
|
|
|
|
|
'two' => q({0} kb), |
3997
|
|
|
|
|
|
|
}, |
3998
|
|
|
|
|
|
|
'kilobyte' => { |
3999
|
|
|
|
|
|
|
'few' => q({0} kB), |
4000
|
|
|
|
|
|
|
'name' => q(kB), |
4001
|
|
|
|
|
|
|
'one' => q({0} kB), |
4002
|
|
|
|
|
|
|
'other' => q({0} kB), |
4003
|
|
|
|
|
|
|
'two' => q({0} kB), |
4004
|
|
|
|
|
|
|
}, |
4005
|
|
|
|
|
|
|
'kilocalorie' => { |
4006
|
|
|
|
|
|
|
'few' => q({0} kcal), |
4007
|
|
|
|
|
|
|
'name' => q(kcal), |
4008
|
|
|
|
|
|
|
'one' => q({0} kcal), |
4009
|
|
|
|
|
|
|
'other' => q({0} kcal), |
4010
|
|
|
|
|
|
|
'two' => q({0} kcal), |
4011
|
|
|
|
|
|
|
}, |
4012
|
|
|
|
|
|
|
'kilogram' => { |
4013
|
|
|
|
|
|
|
'few' => q({0} kg), |
4014
|
|
|
|
|
|
|
'name' => q(kg), |
4015
|
|
|
|
|
|
|
'one' => q({0} kg), |
4016
|
|
|
|
|
|
|
'other' => q({0} kg), |
4017
|
|
|
|
|
|
|
'per' => q({0}/kg), |
4018
|
|
|
|
|
|
|
'two' => q({0} kg), |
4019
|
|
|
|
|
|
|
}, |
4020
|
|
|
|
|
|
|
'kilohertz' => { |
4021
|
|
|
|
|
|
|
'few' => q({0} kHz), |
4022
|
|
|
|
|
|
|
'name' => q(kHz), |
4023
|
|
|
|
|
|
|
'one' => q({0} kHz), |
4024
|
|
|
|
|
|
|
'other' => q({0} kHz), |
4025
|
|
|
|
|
|
|
'two' => q({0} kHz), |
4026
|
|
|
|
|
|
|
}, |
4027
|
|
|
|
|
|
|
'kilojoule' => { |
4028
|
|
|
|
|
|
|
'few' => q({0} kJ), |
4029
|
|
|
|
|
|
|
'name' => q(cilea-joule), |
4030
|
|
|
|
|
|
|
'one' => q({0} kJ), |
4031
|
|
|
|
|
|
|
'other' => q({0} kJ), |
4032
|
|
|
|
|
|
|
'two' => q({0} kJ), |
4033
|
|
|
|
|
|
|
}, |
4034
|
|
|
|
|
|
|
'kilometer' => { |
4035
|
|
|
|
|
|
|
'few' => q({0} km), |
4036
|
|
|
|
|
|
|
'name' => q(km), |
4037
|
|
|
|
|
|
|
'one' => q({0} km), |
4038
|
|
|
|
|
|
|
'other' => q({0} km), |
4039
|
|
|
|
|
|
|
'per' => q({0}/km), |
4040
|
|
|
|
|
|
|
'two' => q({0} km), |
4041
|
|
|
|
|
|
|
}, |
4042
|
|
|
|
|
|
|
'kilometer-per-hour' => { |
4043
|
|
|
|
|
|
|
'few' => q({0} km/h), |
4044
|
|
|
|
|
|
|
'name' => q(km/uair), |
4045
|
|
|
|
|
|
|
'one' => q({0} km/h), |
4046
|
|
|
|
|
|
|
'other' => q({0} km/h), |
4047
|
|
|
|
|
|
|
'two' => q({0} km/h), |
4048
|
|
|
|
|
|
|
}, |
4049
|
|
|
|
|
|
|
'kilowatt' => { |
4050
|
|
|
|
|
|
|
'few' => q({0} kW), |
4051
|
|
|
|
|
|
|
'name' => q(kW), |
4052
|
|
|
|
|
|
|
'one' => q({0} kW), |
4053
|
|
|
|
|
|
|
'other' => q({0} kW), |
4054
|
|
|
|
|
|
|
'two' => q({0} kW), |
4055
|
|
|
|
|
|
|
}, |
4056
|
|
|
|
|
|
|
'kilowatt-hour' => { |
4057
|
|
|
|
|
|
|
'few' => q({0} kWh), |
4058
|
|
|
|
|
|
|
'name' => q(kW san uair), |
4059
|
|
|
|
|
|
|
'one' => q({0} kWh), |
4060
|
|
|
|
|
|
|
'other' => q({0} kWh), |
4061
|
|
|
|
|
|
|
'two' => q({0} kWh), |
4062
|
|
|
|
|
|
|
}, |
4063
|
|
|
|
|
|
|
'knot' => { |
4064
|
|
|
|
|
|
|
'few' => q({0} kn), |
4065
|
|
|
|
|
|
|
'name' => q(kn), |
4066
|
|
|
|
|
|
|
'one' => q({0} kn), |
4067
|
|
|
|
|
|
|
'other' => q({0} kn), |
4068
|
|
|
|
|
|
|
'two' => q({0} kn), |
4069
|
|
|
|
|
|
|
}, |
4070
|
|
|
|
|
|
|
'light-year' => { |
4071
|
|
|
|
|
|
|
'few' => q({0} ly), |
4072
|
|
|
|
|
|
|
'name' => q(ly), |
4073
|
|
|
|
|
|
|
'one' => q({0} ly), |
4074
|
|
|
|
|
|
|
'other' => q({0} ly), |
4075
|
|
|
|
|
|
|
'two' => q({0} ly), |
4076
|
|
|
|
|
|
|
}, |
4077
|
|
|
|
|
|
|
'liter' => { |
4078
|
|
|
|
|
|
|
'few' => q({0} l), |
4079
|
|
|
|
|
|
|
'name' => q(liotair), |
4080
|
|
|
|
|
|
|
'one' => q({0} l), |
4081
|
|
|
|
|
|
|
'other' => q({0} l), |
4082
|
|
|
|
|
|
|
'per' => q({0}/l), |
4083
|
|
|
|
|
|
|
'two' => q({0} l), |
4084
|
|
|
|
|
|
|
}, |
4085
|
|
|
|
|
|
|
'liter-per-100kilometers' => { |
4086
|
|
|
|
|
|
|
'few' => q({0} L/100km), |
4087
|
|
|
|
|
|
|
'name' => q(L/100km), |
4088
|
|
|
|
|
|
|
'one' => q({0} L/100km), |
4089
|
|
|
|
|
|
|
'other' => q({0} L/100km), |
4090
|
|
|
|
|
|
|
'two' => q({0} L/100km), |
4091
|
|
|
|
|
|
|
}, |
4092
|
|
|
|
|
|
|
'liter-per-kilometer' => { |
4093
|
|
|
|
|
|
|
'few' => q({0} L/km), |
4094
|
|
|
|
|
|
|
'name' => q(liotair/km), |
4095
|
|
|
|
|
|
|
'one' => q({0} L/km), |
4096
|
|
|
|
|
|
|
'other' => q({0} L/km), |
4097
|
|
|
|
|
|
|
'two' => q({0} L/km), |
4098
|
|
|
|
|
|
|
}, |
4099
|
|
|
|
|
|
|
'lux' => { |
4100
|
|
|
|
|
|
|
'few' => q({0} lx), |
4101
|
|
|
|
|
|
|
'name' => q(lux), |
4102
|
|
|
|
|
|
|
'one' => q({0} lx), |
4103
|
|
|
|
|
|
|
'other' => q({0} lx), |
4104
|
|
|
|
|
|
|
'two' => q({0} lx), |
4105
|
|
|
|
|
|
|
}, |
4106
|
|
|
|
|
|
|
'megabit' => { |
4107
|
|
|
|
|
|
|
'few' => q({0} Mb), |
4108
|
|
|
|
|
|
|
'name' => q(Mb), |
4109
|
|
|
|
|
|
|
'one' => q({0} Mb), |
4110
|
|
|
|
|
|
|
'other' => q({0} Mb), |
4111
|
|
|
|
|
|
|
'two' => q({0} Mb), |
4112
|
|
|
|
|
|
|
}, |
4113
|
|
|
|
|
|
|
'megabyte' => { |
4114
|
|
|
|
|
|
|
'few' => q({0} MB), |
4115
|
|
|
|
|
|
|
'name' => q(MB), |
4116
|
|
|
|
|
|
|
'one' => q({0} MB), |
4117
|
|
|
|
|
|
|
'other' => q({0} MB), |
4118
|
|
|
|
|
|
|
'two' => q({0} MB), |
4119
|
|
|
|
|
|
|
}, |
4120
|
|
|
|
|
|
|
'megahertz' => { |
4121
|
|
|
|
|
|
|
'few' => q({0} MHz), |
4122
|
|
|
|
|
|
|
'name' => q(MHz), |
4123
|
|
|
|
|
|
|
'one' => q({0} MHz), |
4124
|
|
|
|
|
|
|
'other' => q({0} MHz), |
4125
|
|
|
|
|
|
|
'two' => q({0} MHz), |
4126
|
|
|
|
|
|
|
}, |
4127
|
|
|
|
|
|
|
'megaliter' => { |
4128
|
|
|
|
|
|
|
'few' => q({0} ML), |
4129
|
|
|
|
|
|
|
'name' => q(ML), |
4130
|
|
|
|
|
|
|
'one' => q({0} ML), |
4131
|
|
|
|
|
|
|
'other' => q({0} ML), |
4132
|
|
|
|
|
|
|
'two' => q({0} ML), |
4133
|
|
|
|
|
|
|
}, |
4134
|
|
|
|
|
|
|
'megawatt' => { |
4135
|
|
|
|
|
|
|
'few' => q({0} MW), |
4136
|
|
|
|
|
|
|
'name' => q(MW), |
4137
|
|
|
|
|
|
|
'one' => q({0} MW), |
4138
|
|
|
|
|
|
|
'other' => q({0} MW), |
4139
|
|
|
|
|
|
|
'two' => q({0} MW), |
4140
|
|
|
|
|
|
|
}, |
4141
|
|
|
|
|
|
|
'meter' => { |
4142
|
|
|
|
|
|
|
'few' => q({0} m), |
4143
|
|
|
|
|
|
|
'name' => q(meatair), |
4144
|
|
|
|
|
|
|
'one' => q({0} m), |
4145
|
|
|
|
|
|
|
'other' => q({0} m), |
4146
|
|
|
|
|
|
|
'per' => q({0}/m), |
4147
|
|
|
|
|
|
|
'two' => q({0} m), |
4148
|
|
|
|
|
|
|
}, |
4149
|
|
|
|
|
|
|
'meter-per-second' => { |
4150
|
|
|
|
|
|
|
'few' => q({0} m/s), |
4151
|
|
|
|
|
|
|
'name' => q(meatair/diog), |
4152
|
|
|
|
|
|
|
'one' => q({0} m/s), |
4153
|
|
|
|
|
|
|
'other' => q({0} m/s), |
4154
|
|
|
|
|
|
|
'two' => q({0} m/s), |
4155
|
|
|
|
|
|
|
}, |
4156
|
|
|
|
|
|
|
'meter-per-second-squared' => { |
4157
|
|
|
|
|
|
|
'few' => q({0} m/s²), |
4158
|
|
|
|
|
|
|
'name' => q(meatair/diog²), |
4159
|
|
|
|
|
|
|
'one' => q({0} m/s²), |
4160
|
|
|
|
|
|
|
'other' => q({0} m/s²), |
4161
|
|
|
|
|
|
|
'two' => q({0} m/s²), |
4162
|
|
|
|
|
|
|
}, |
4163
|
|
|
|
|
|
|
'metric-ton' => { |
4164
|
|
|
|
|
|
|
'few' => q({0} t), |
4165
|
|
|
|
|
|
|
'name' => q(t), |
4166
|
|
|
|
|
|
|
'one' => q({0} t), |
4167
|
|
|
|
|
|
|
'other' => q({0} t), |
4168
|
|
|
|
|
|
|
'two' => q({0} t), |
4169
|
|
|
|
|
|
|
}, |
4170
|
|
|
|
|
|
|
'microgram' => { |
4171
|
|
|
|
|
|
|
'few' => q({0} µg), |
4172
|
|
|
|
|
|
|
'name' => q(µg), |
4173
|
|
|
|
|
|
|
'one' => q({0} µg), |
4174
|
|
|
|
|
|
|
'other' => q({0} µg), |
4175
|
|
|
|
|
|
|
'two' => q({0} µg), |
4176
|
|
|
|
|
|
|
}, |
4177
|
|
|
|
|
|
|
'micrometer' => { |
4178
|
|
|
|
|
|
|
'few' => q({0} µm), |
4179
|
|
|
|
|
|
|
'name' => q(µ-mheatair), |
4180
|
|
|
|
|
|
|
'one' => q({0} µm), |
4181
|
|
|
|
|
|
|
'other' => q({0} µm), |
4182
|
|
|
|
|
|
|
'two' => q({0} µm), |
4183
|
|
|
|
|
|
|
}, |
4184
|
|
|
|
|
|
|
'microsecond' => { |
4185
|
|
|
|
|
|
|
'few' => q({0} μs), |
4186
|
|
|
|
|
|
|
'name' => q(μ-diog), |
4187
|
|
|
|
|
|
|
'one' => q({0} μs), |
4188
|
|
|
|
|
|
|
'other' => q({0} μs), |
4189
|
|
|
|
|
|
|
'two' => q({0} μs), |
4190
|
|
|
|
|
|
|
}, |
4191
|
|
|
|
|
|
|
'mile' => { |
4192
|
|
|
|
|
|
|
'few' => q({0} mì), |
4193
|
|
|
|
|
|
|
'name' => q(mìle), |
4194
|
|
|
|
|
|
|
'one' => q({0} mì), |
4195
|
|
|
|
|
|
|
'other' => q({0} mì), |
4196
|
|
|
|
|
|
|
'two' => q({0} mì), |
4197
|
|
|
|
|
|
|
}, |
4198
|
|
|
|
|
|
|
'mile-per-gallon' => { |
4199
|
|
|
|
|
|
|
'few' => q({0} mì/g), |
4200
|
|
|
|
|
|
|
'name' => q(mìle/gal), |
4201
|
|
|
|
|
|
|
'one' => q({0} mì/g), |
4202
|
|
|
|
|
|
|
'other' => q({0} mì/g), |
4203
|
|
|
|
|
|
|
'two' => q({0} mì/g), |
4204
|
|
|
|
|
|
|
}, |
4205
|
|
|
|
|
|
|
'mile-per-gallon-imperial' => { |
4206
|
|
|
|
|
|
|
'few' => q({0} mì/gal imp.), |
4207
|
|
|
|
|
|
|
'name' => q(mìle/gal imp.), |
4208
|
|
|
|
|
|
|
'one' => q({0} mhì/gal imp.), |
4209
|
|
|
|
|
|
|
'other' => q({0} mì/gal imp.), |
4210
|
|
|
|
|
|
|
'two' => q({0} mhì/gal imp.), |
4211
|
|
|
|
|
|
|
}, |
4212
|
|
|
|
|
|
|
'mile-per-hour' => { |
4213
|
|
|
|
|
|
|
'few' => q({0} mì/h), |
4214
|
|
|
|
|
|
|
'name' => q(mìle/uair), |
4215
|
|
|
|
|
|
|
'one' => q({0} mì/h), |
4216
|
|
|
|
|
|
|
'other' => q({0} mì/h), |
4217
|
|
|
|
|
|
|
'two' => q({0} mì/h), |
4218
|
|
|
|
|
|
|
}, |
4219
|
|
|
|
|
|
|
'mile-scandinavian' => { |
4220
|
|
|
|
|
|
|
'few' => q({0} smi), |
4221
|
|
|
|
|
|
|
'name' => q(smi), |
4222
|
|
|
|
|
|
|
'one' => q({0} smi), |
4223
|
|
|
|
|
|
|
'other' => q({0} smi), |
4224
|
|
|
|
|
|
|
'two' => q({0} smi), |
4225
|
|
|
|
|
|
|
}, |
4226
|
|
|
|
|
|
|
'milliampere' => { |
4227
|
|
|
|
|
|
|
'few' => q({0} mA), |
4228
|
|
|
|
|
|
|
'name' => q(mille-amp), |
4229
|
|
|
|
|
|
|
'one' => q({0} mA), |
4230
|
|
|
|
|
|
|
'other' => q({0} mA), |
4231
|
|
|
|
|
|
|
'two' => q({0} mA), |
4232
|
|
|
|
|
|
|
}, |
4233
|
|
|
|
|
|
|
'millibar' => { |
4234
|
|
|
|
|
|
|
'few' => q({0} mbà r), |
4235
|
|
|
|
|
|
|
'name' => q(mbà r), |
4236
|
|
|
|
|
|
|
'one' => q({0} mbà r), |
4237
|
|
|
|
|
|
|
'other' => q({0} mbà r), |
4238
|
|
|
|
|
|
|
'two' => q({0} mbà r), |
4239
|
|
|
|
|
|
|
}, |
4240
|
|
|
|
|
|
|
'milligram' => { |
4241
|
|
|
|
|
|
|
'few' => q({0} mg), |
4242
|
|
|
|
|
|
|
'name' => q(mg), |
4243
|
|
|
|
|
|
|
'one' => q({0} mg), |
4244
|
|
|
|
|
|
|
'other' => q({0} mg), |
4245
|
|
|
|
|
|
|
'two' => q({0} mg), |
4246
|
|
|
|
|
|
|
}, |
4247
|
|
|
|
|
|
|
'milligram-per-deciliter' => { |
4248
|
|
|
|
|
|
|
'few' => q({0} mg/dL), |
4249
|
|
|
|
|
|
|
'name' => q(mg/dL), |
4250
|
|
|
|
|
|
|
'one' => q({0} mg/dL), |
4251
|
|
|
|
|
|
|
'other' => q({0} mg/dL), |
4252
|
|
|
|
|
|
|
'two' => q({0} mg/dL), |
4253
|
|
|
|
|
|
|
}, |
4254
|
|
|
|
|
|
|
'milliliter' => { |
4255
|
|
|
|
|
|
|
'few' => q({0} mL), |
4256
|
|
|
|
|
|
|
'name' => q(mL), |
4257
|
|
|
|
|
|
|
'one' => q({0} mL), |
4258
|
|
|
|
|
|
|
'other' => q({0} mL), |
4259
|
|
|
|
|
|
|
'two' => q({0} mL), |
4260
|
|
|
|
|
|
|
}, |
4261
|
|
|
|
|
|
|
'millimeter' => { |
4262
|
|
|
|
|
|
|
'few' => q({0} mm), |
4263
|
|
|
|
|
|
|
'name' => q(mm), |
4264
|
|
|
|
|
|
|
'one' => q({0} mm), |
4265
|
|
|
|
|
|
|
'other' => q({0} mm), |
4266
|
|
|
|
|
|
|
'two' => q({0} mm), |
4267
|
|
|
|
|
|
|
}, |
4268
|
|
|
|
|
|
|
'millimeter-of-mercury' => { |
4269
|
|
|
|
|
|
|
'few' => q({0} mm Hg), |
4270
|
|
|
|
|
|
|
'name' => q(mm Hg), |
4271
|
|
|
|
|
|
|
'one' => q({0} mm Hg), |
4272
|
|
|
|
|
|
|
'other' => q({0} mm Hg), |
4273
|
|
|
|
|
|
|
'two' => q({0} mm Hg), |
4274
|
|
|
|
|
|
|
}, |
4275
|
|
|
|
|
|
|
'millimole-per-liter' => { |
4276
|
|
|
|
|
|
|
'few' => q({0} mmòl/L), |
4277
|
|
|
|
|
|
|
'name' => q(mmòl/L), |
4278
|
|
|
|
|
|
|
'one' => q({0} mmòl/L), |
4279
|
|
|
|
|
|
|
'other' => q({0} mmòl/L), |
4280
|
|
|
|
|
|
|
'two' => q({0} mmòl/L), |
4281
|
|
|
|
|
|
|
}, |
4282
|
|
|
|
|
|
|
'millisecond' => { |
4283
|
|
|
|
|
|
|
'few' => q({0} ms), |
4284
|
|
|
|
|
|
|
'name' => q(m-dhiog), |
4285
|
|
|
|
|
|
|
'one' => q({0} ms), |
4286
|
|
|
|
|
|
|
'other' => q({0} ms), |
4287
|
|
|
|
|
|
|
'two' => q({0} ms), |
4288
|
|
|
|
|
|
|
}, |
4289
|
|
|
|
|
|
|
'milliwatt' => { |
4290
|
|
|
|
|
|
|
'few' => q({0} mW), |
4291
|
|
|
|
|
|
|
'name' => q(mW), |
4292
|
|
|
|
|
|
|
'one' => q({0} mW), |
4293
|
|
|
|
|
|
|
'other' => q({0} mW), |
4294
|
|
|
|
|
|
|
'two' => q({0} mW), |
4295
|
|
|
|
|
|
|
}, |
4296
|
|
|
|
|
|
|
'minute' => { |
4297
|
|
|
|
|
|
|
'few' => q({0} mion), |
4298
|
|
|
|
|
|
|
'name' => q(mion), |
4299
|
|
|
|
|
|
|
'one' => q({0} mhion), |
4300
|
|
|
|
|
|
|
'other' => q({0} mion), |
4301
|
|
|
|
|
|
|
'per' => q({0}/mion), |
4302
|
|
|
|
|
|
|
'two' => q({0} mhion), |
4303
|
|
|
|
|
|
|
}, |
4304
|
|
|
|
|
|
|
'month' => { |
4305
|
|
|
|
|
|
|
'few' => q({0} mìos), |
4306
|
|
|
|
|
|
|
'name' => q(mìos), |
4307
|
|
|
|
|
|
|
'one' => q({0} mhìos), |
4308
|
|
|
|
|
|
|
'other' => q({0} mìos), |
4309
|
|
|
|
|
|
|
'per' => q({0}/m), |
4310
|
|
|
|
|
|
|
'two' => q({0} mhìos), |
4311
|
|
|
|
|
|
|
}, |
4312
|
|
|
|
|
|
|
'nanometer' => { |
4313
|
|
|
|
|
|
|
'few' => q({0} nm), |
4314
|
|
|
|
|
|
|
'name' => q(nm), |
4315
|
|
|
|
|
|
|
'one' => q({0} nm), |
4316
|
|
|
|
|
|
|
'other' => q({0} nm), |
4317
|
|
|
|
|
|
|
'two' => q({0} nm), |
4318
|
|
|
|
|
|
|
}, |
4319
|
|
|
|
|
|
|
'nanosecond' => { |
4320
|
|
|
|
|
|
|
'few' => q({0} ns), |
4321
|
|
|
|
|
|
|
'name' => q(n-dhiog), |
4322
|
|
|
|
|
|
|
'one' => q({0} ns), |
4323
|
|
|
|
|
|
|
'other' => q({0} ns), |
4324
|
|
|
|
|
|
|
'two' => q({0} ns), |
4325
|
|
|
|
|
|
|
}, |
4326
|
|
|
|
|
|
|
'nautical-mile' => { |
4327
|
|
|
|
|
|
|
'few' => q({0} nmi), |
4328
|
|
|
|
|
|
|
'name' => q(nmi), |
4329
|
|
|
|
|
|
|
'one' => q({0} nmi), |
4330
|
|
|
|
|
|
|
'other' => q({0} nmi), |
4331
|
|
|
|
|
|
|
'two' => q({0} nmi), |
4332
|
|
|
|
|
|
|
}, |
4333
|
|
|
|
|
|
|
'ohm' => { |
4334
|
|
|
|
|
|
|
'few' => q({0} Ω), |
4335
|
|
|
|
|
|
|
'name' => q(ohm), |
4336
|
|
|
|
|
|
|
'one' => q({0} Ω), |
4337
|
|
|
|
|
|
|
'other' => q({0} Ω), |
4338
|
|
|
|
|
|
|
'two' => q({0} Ω), |
4339
|
|
|
|
|
|
|
}, |
4340
|
|
|
|
|
|
|
'ounce' => { |
4341
|
|
|
|
|
|
|
'few' => q({0} unnsa), |
4342
|
|
|
|
|
|
|
'name' => q(unnsa), |
4343
|
|
|
|
|
|
|
'one' => q({0} unnsa), |
4344
|
|
|
|
|
|
|
'other' => q({0} unnsa), |
4345
|
|
|
|
|
|
|
'per' => q({0}/oz), |
4346
|
|
|
|
|
|
|
'two' => q({0} unnsa), |
4347
|
|
|
|
|
|
|
}, |
4348
|
|
|
|
|
|
|
'ounce-troy' => { |
4349
|
|
|
|
|
|
|
'few' => q({0} oz t), |
4350
|
|
|
|
|
|
|
'name' => q(unnsa tròidh), |
4351
|
|
|
|
|
|
|
'one' => q({0} oz t), |
4352
|
|
|
|
|
|
|
'other' => q({0} oz t), |
4353
|
|
|
|
|
|
|
'two' => q({0} oz t), |
4354
|
|
|
|
|
|
|
}, |
4355
|
|
|
|
|
|
|
'parsec' => { |
4356
|
|
|
|
|
|
|
'few' => q({0} pc), |
4357
|
|
|
|
|
|
|
'name' => q(parsec), |
4358
|
|
|
|
|
|
|
'one' => q({0} pc), |
4359
|
|
|
|
|
|
|
'other' => q({0} pc), |
4360
|
|
|
|
|
|
|
'two' => q({0} pc), |
4361
|
|
|
|
|
|
|
}, |
4362
|
|
|
|
|
|
|
'part-per-million' => { |
4363
|
|
|
|
|
|
|
'few' => q({0} ppm), |
4364
|
|
|
|
|
|
|
'name' => q(ppm), |
4365
|
|
|
|
|
|
|
'one' => q({0} ppm), |
4366
|
|
|
|
|
|
|
'other' => q({0} ppm), |
4367
|
|
|
|
|
|
|
'two' => q({0} ppm), |
4368
|
|
|
|
|
|
|
}, |
4369
|
|
|
|
|
|
|
'per' => { |
4370
|
|
|
|
|
|
|
'1' => q({0}/{1}), |
4371
|
|
|
|
|
|
|
}, |
4372
|
|
|
|
|
|
|
'percent' => { |
4373
|
|
|
|
|
|
|
'few' => q({0}%), |
4374
|
|
|
|
|
|
|
'name' => q(sa cheud), |
4375
|
|
|
|
|
|
|
'one' => q({0}%), |
4376
|
|
|
|
|
|
|
'other' => q({0}%), |
4377
|
|
|
|
|
|
|
'two' => q({0}%), |
4378
|
|
|
|
|
|
|
}, |
4379
|
|
|
|
|
|
|
'permille' => { |
4380
|
|
|
|
|
|
|
'few' => q({0}â°), |
4381
|
|
|
|
|
|
|
'name' => q(sa mhìle), |
4382
|
|
|
|
|
|
|
'one' => q({0}â°), |
4383
|
|
|
|
|
|
|
'other' => q({0}â°), |
4384
|
|
|
|
|
|
|
'two' => q({0}â°), |
4385
|
|
|
|
|
|
|
}, |
4386
|
|
|
|
|
|
|
'petabyte' => { |
4387
|
|
|
|
|
|
|
'few' => q({0} PB), |
4388
|
|
|
|
|
|
|
'name' => q(PB), |
4389
|
|
|
|
|
|
|
'one' => q({0} PB), |
4390
|
|
|
|
|
|
|
'other' => q({0} PB), |
4391
|
|
|
|
|
|
|
'two' => q({0} PB), |
4392
|
|
|
|
|
|
|
}, |
4393
|
|
|
|
|
|
|
'picometer' => { |
4394
|
|
|
|
|
|
|
'few' => q({0} pm), |
4395
|
|
|
|
|
|
|
'name' => q(pm), |
4396
|
|
|
|
|
|
|
'one' => q({0} pm), |
4397
|
|
|
|
|
|
|
'other' => q({0} pm), |
4398
|
|
|
|
|
|
|
'two' => q({0} pm), |
4399
|
|
|
|
|
|
|
}, |
4400
|
|
|
|
|
|
|
'pint' => { |
4401
|
|
|
|
|
|
|
'few' => q({0} pt), |
4402
|
|
|
|
|
|
|
'name' => q(pinnt), |
4403
|
|
|
|
|
|
|
'one' => q({0} pt), |
4404
|
|
|
|
|
|
|
'other' => q({0} pt), |
4405
|
|
|
|
|
|
|
'two' => q({0} pt), |
4406
|
|
|
|
|
|
|
}, |
4407
|
|
|
|
|
|
|
'pint-metric' => { |
4408
|
|
|
|
|
|
|
'few' => q({0} mpt), |
4409
|
|
|
|
|
|
|
'name' => q(mpt), |
4410
|
|
|
|
|
|
|
'one' => q({0} mpt), |
4411
|
|
|
|
|
|
|
'other' => q({0} mpt), |
4412
|
|
|
|
|
|
|
'two' => q({0} mpt), |
4413
|
|
|
|
|
|
|
}, |
4414
|
|
|
|
|
|
|
'point' => { |
4415
|
|
|
|
|
|
|
'few' => q({0} pt), |
4416
|
|
|
|
|
|
|
'name' => q(puing), |
4417
|
|
|
|
|
|
|
'one' => q({0} pt), |
4418
|
|
|
|
|
|
|
'other' => q({0} pt), |
4419
|
|
|
|
|
|
|
'two' => q({0} pt), |
4420
|
|
|
|
|
|
|
}, |
4421
|
|
|
|
|
|
|
'pound' => { |
4422
|
|
|
|
|
|
|
'few' => q({0} lb), |
4423
|
|
|
|
|
|
|
'name' => q(punnd), |
4424
|
|
|
|
|
|
|
'one' => q({0} lb), |
4425
|
|
|
|
|
|
|
'other' => q({0} lb), |
4426
|
|
|
|
|
|
|
'per' => q({0}/lb), |
4427
|
|
|
|
|
|
|
'two' => q({0} lb), |
4428
|
|
|
|
|
|
|
}, |
4429
|
|
|
|
|
|
|
'pound-per-square-inch' => { |
4430
|
|
|
|
|
|
|
'few' => q({0} psi), |
4431
|
|
|
|
|
|
|
'name' => q(psi), |
4432
|
|
|
|
|
|
|
'one' => q({0} psi), |
4433
|
|
|
|
|
|
|
'other' => q({0} psi), |
4434
|
|
|
|
|
|
|
'two' => q({0} psi), |
4435
|
|
|
|
|
|
|
}, |
4436
|
|
|
|
|
|
|
'quart' => { |
4437
|
|
|
|
|
|
|
'few' => q({0} cà rt), |
4438
|
|
|
|
|
|
|
'name' => q(cà rt), |
4439
|
|
|
|
|
|
|
'one' => q({0} chà rt), |
4440
|
|
|
|
|
|
|
'other' => q({0} cà rt), |
4441
|
|
|
|
|
|
|
'two' => q({0} chà rt), |
4442
|
|
|
|
|
|
|
}, |
4443
|
|
|
|
|
|
|
'radian' => { |
4444
|
|
|
|
|
|
|
'few' => q({0} rad), |
4445
|
|
|
|
|
|
|
'name' => q(rèidean), |
4446
|
|
|
|
|
|
|
'one' => q({0} rad), |
4447
|
|
|
|
|
|
|
'other' => q({0} rad), |
4448
|
|
|
|
|
|
|
'two' => q({0} rad), |
4449
|
|
|
|
|
|
|
}, |
4450
|
|
|
|
|
|
|
'revolution' => { |
4451
|
|
|
|
|
|
|
'few' => q({0} cuairtean), |
4452
|
|
|
|
|
|
|
'name' => q(cuairt), |
4453
|
|
|
|
|
|
|
'one' => q({0} chuairt), |
4454
|
|
|
|
|
|
|
'other' => q({0} cuairt), |
4455
|
|
|
|
|
|
|
'two' => q({0} chuairt), |
4456
|
|
|
|
|
|
|
}, |
4457
|
|
|
|
|
|
|
'second' => { |
4458
|
|
|
|
|
|
|
'few' => q({0} diog), |
4459
|
|
|
|
|
|
|
'name' => q(diog), |
4460
|
|
|
|
|
|
|
'one' => q({0} diog), |
4461
|
|
|
|
|
|
|
'other' => q({0} diog), |
4462
|
|
|
|
|
|
|
'per' => q({0}/d), |
4463
|
|
|
|
|
|
|
'two' => q({0} dhiog), |
4464
|
|
|
|
|
|
|
}, |
4465
|
|
|
|
|
|
|
'square-centimeter' => { |
4466
|
|
|
|
|
|
|
'few' => q({0} cm²), |
4467
|
|
|
|
|
|
|
'name' => q(cm²), |
4468
|
|
|
|
|
|
|
'one' => q({0} cm²), |
4469
|
|
|
|
|
|
|
'other' => q({0} cm²), |
4470
|
|
|
|
|
|
|
'per' => q({0}/cm²), |
4471
|
|
|
|
|
|
|
'two' => q({0} cm²), |
4472
|
|
|
|
|
|
|
}, |
4473
|
|
|
|
|
|
|
'square-foot' => { |
4474
|
|
|
|
|
|
|
'few' => q({0} troigh²), |
4475
|
|
|
|
|
|
|
'name' => q(troigh²), |
4476
|
|
|
|
|
|
|
'one' => q({0} troigh²), |
4477
|
|
|
|
|
|
|
'other' => q({0} troigh²), |
4478
|
|
|
|
|
|
|
'two' => q({0} throigh²), |
4479
|
|
|
|
|
|
|
}, |
4480
|
|
|
|
|
|
|
'square-inch' => { |
4481
|
|
|
|
|
|
|
'few' => q({0} òirl²), |
4482
|
|
|
|
|
|
|
'name' => q(òirl²), |
4483
|
|
|
|
|
|
|
'one' => q({0} òirl²), |
4484
|
|
|
|
|
|
|
'other' => q({0} òirl²), |
4485
|
|
|
|
|
|
|
'per' => q({0}/òirl²), |
4486
|
|
|
|
|
|
|
'two' => q({0} òirl²), |
4487
|
|
|
|
|
|
|
}, |
4488
|
|
|
|
|
|
|
'square-kilometer' => { |
4489
|
|
|
|
|
|
|
'few' => q({0} km²), |
4490
|
|
|
|
|
|
|
'name' => q(km²), |
4491
|
|
|
|
|
|
|
'one' => q({0} km²), |
4492
|
|
|
|
|
|
|
'other' => q({0} km²), |
4493
|
|
|
|
|
|
|
'per' => q({0}/km²), |
4494
|
|
|
|
|
|
|
'two' => q({0} km²), |
4495
|
|
|
|
|
|
|
}, |
4496
|
|
|
|
|
|
|
'square-meter' => { |
4497
|
|
|
|
|
|
|
'few' => q({0} m²), |
4498
|
|
|
|
|
|
|
'name' => q(meatair²), |
4499
|
|
|
|
|
|
|
'one' => q({0} m²), |
4500
|
|
|
|
|
|
|
'other' => q({0} m²), |
4501
|
|
|
|
|
|
|
'per' => q({0}/m²), |
4502
|
|
|
|
|
|
|
'two' => q({0} m²), |
4503
|
|
|
|
|
|
|
}, |
4504
|
|
|
|
|
|
|
'square-mile' => { |
4505
|
|
|
|
|
|
|
'few' => q({0} mì²), |
4506
|
|
|
|
|
|
|
'name' => q(mìle²), |
4507
|
|
|
|
|
|
|
'one' => q({0} mì²), |
4508
|
|
|
|
|
|
|
'other' => q({0} mì²), |
4509
|
|
|
|
|
|
|
'per' => q({0}/mì²), |
4510
|
|
|
|
|
|
|
'two' => q({0} mì²), |
4511
|
|
|
|
|
|
|
}, |
4512
|
|
|
|
|
|
|
'square-yard' => { |
4513
|
|
|
|
|
|
|
'few' => q({0} slat²), |
4514
|
|
|
|
|
|
|
'name' => q(slat²), |
4515
|
|
|
|
|
|
|
'one' => q({0} shlat²), |
4516
|
|
|
|
|
|
|
'other' => q({0} slat²), |
4517
|
|
|
|
|
|
|
'two' => q({0} shlat²), |
4518
|
|
|
|
|
|
|
}, |
4519
|
|
|
|
|
|
|
'stone' => { |
4520
|
|
|
|
|
|
|
'few' => q({0} clach), |
4521
|
|
|
|
|
|
|
'name' => q(clach), |
4522
|
|
|
|
|
|
|
'one' => q({0} chlach), |
4523
|
|
|
|
|
|
|
'other' => q({0} clach), |
4524
|
|
|
|
|
|
|
'two' => q({0} chlach), |
4525
|
|
|
|
|
|
|
}, |
4526
|
|
|
|
|
|
|
'tablespoon' => { |
4527
|
|
|
|
|
|
|
'few' => q({0} spà in), |
4528
|
|
|
|
|
|
|
'name' => q(spà in), |
4529
|
|
|
|
|
|
|
'one' => q({0} spà in), |
4530
|
|
|
|
|
|
|
'other' => q({0} spà in), |
4531
|
|
|
|
|
|
|
'two' => q({0} spà in), |
4532
|
|
|
|
|
|
|
}, |
4533
|
|
|
|
|
|
|
'teaspoon' => { |
4534
|
|
|
|
|
|
|
'few' => q({0} sp-t), |
4535
|
|
|
|
|
|
|
'name' => q(spà in-t), |
4536
|
|
|
|
|
|
|
'one' => q({0} sp-t), |
4537
|
|
|
|
|
|
|
'other' => q({0} sp-t), |
4538
|
|
|
|
|
|
|
'two' => q({0} sp-t), |
4539
|
|
|
|
|
|
|
}, |
4540
|
|
|
|
|
|
|
'terabit' => { |
4541
|
|
|
|
|
|
|
'few' => q({0} Tb), |
4542
|
|
|
|
|
|
|
'name' => q(Tb), |
4543
|
|
|
|
|
|
|
'one' => q({0} Tb), |
4544
|
|
|
|
|
|
|
'other' => q({0} Tb), |
4545
|
|
|
|
|
|
|
'two' => q({0} Tb), |
4546
|
|
|
|
|
|
|
}, |
4547
|
|
|
|
|
|
|
'terabyte' => { |
4548
|
|
|
|
|
|
|
'few' => q({0} TB), |
4549
|
|
|
|
|
|
|
'name' => q(TB), |
4550
|
|
|
|
|
|
|
'one' => q({0} TB), |
4551
|
|
|
|
|
|
|
'other' => q({0} TB), |
4552
|
|
|
|
|
|
|
'two' => q({0} TB), |
4553
|
|
|
|
|
|
|
}, |
4554
|
|
|
|
|
|
|
'ton' => { |
4555
|
|
|
|
|
|
|
'few' => q({0} tn), |
4556
|
|
|
|
|
|
|
'name' => q(tunna), |
4557
|
|
|
|
|
|
|
'one' => q({0} tn), |
4558
|
|
|
|
|
|
|
'other' => q({0} tn), |
4559
|
|
|
|
|
|
|
'two' => q({0} tn), |
4560
|
|
|
|
|
|
|
}, |
4561
|
|
|
|
|
|
|
'volt' => { |
4562
|
|
|
|
|
|
|
'few' => q({0} V), |
4563
|
|
|
|
|
|
|
'name' => q(volt), |
4564
|
|
|
|
|
|
|
'one' => q({0} V), |
4565
|
|
|
|
|
|
|
'other' => q({0} V), |
4566
|
|
|
|
|
|
|
'two' => q({0} V), |
4567
|
|
|
|
|
|
|
}, |
4568
|
|
|
|
|
|
|
'watt' => { |
4569
|
|
|
|
|
|
|
'few' => q({0} W), |
4570
|
|
|
|
|
|
|
'name' => q(watt), |
4571
|
|
|
|
|
|
|
'one' => q({0} W), |
4572
|
|
|
|
|
|
|
'other' => q({0} W), |
4573
|
|
|
|
|
|
|
'two' => q({0} W), |
4574
|
|
|
|
|
|
|
}, |
4575
|
|
|
|
|
|
|
'week' => { |
4576
|
|
|
|
|
|
|
'few' => q({0} sn), |
4577
|
|
|
|
|
|
|
'name' => q(seachd), |
4578
|
|
|
|
|
|
|
'one' => q({0} shn), |
4579
|
|
|
|
|
|
|
'other' => q({0} sn), |
4580
|
|
|
|
|
|
|
'per' => q({0}/sn), |
4581
|
|
|
|
|
|
|
'two' => q({0} shn), |
4582
|
|
|
|
|
|
|
}, |
4583
|
|
|
|
|
|
|
'yard' => { |
4584
|
|
|
|
|
|
|
'few' => q({0} slat), |
4585
|
|
|
|
|
|
|
'name' => q(slat), |
4586
|
|
|
|
|
|
|
'one' => q({0} slat), |
4587
|
|
|
|
|
|
|
'other' => q({0} slat), |
4588
|
|
|
|
|
|
|
'two' => q({0} shlat), |
4589
|
|
|
|
|
|
|
}, |
4590
|
|
|
|
|
|
|
'year' => { |
4591
|
|
|
|
|
|
|
'few' => q({0} blia), |
4592
|
|
|
|
|
|
|
'name' => q(bliadhna), |
4593
|
|
|
|
|
|
|
'one' => q({0} bhlia), |
4594
|
|
|
|
|
|
|
'other' => q({0} blia), |
4595
|
|
|
|
|
|
|
'per' => q({0}/bl), |
4596
|
|
|
|
|
|
|
'two' => q({0} bhlia), |
4597
|
|
|
|
|
|
|
}, |
4598
|
|
|
|
|
|
|
}, |
4599
|
|
|
|
|
|
|
} } |
4600
|
|
|
|
|
|
|
); |
4601
|
|
|
|
|
|
|
|
4602
|
|
|
|
|
|
|
has 'yesstr' => ( |
4603
|
|
|
|
|
|
|
is => 'ro', |
4604
|
|
|
|
|
|
|
isa => RegexpRef, |
4605
|
|
|
|
|
|
|
init_arg => undef, |
4606
|
|
|
|
|
|
|
default => sub { qr'^(?i:tha|th|t|y)$' } |
4607
|
|
|
|
|
|
|
); |
4608
|
|
|
|
|
|
|
|
4609
|
|
|
|
|
|
|
has 'nostr' => ( |
4610
|
|
|
|
|
|
|
is => 'ro', |
4611
|
|
|
|
|
|
|
isa => RegexpRef, |
4612
|
|
|
|
|
|
|
init_arg => undef, |
4613
|
|
|
|
|
|
|
default => sub { qr'^(?i:chan eil|ch|c|n)$' } |
4614
|
|
|
|
|
|
|
); |
4615
|
|
|
|
|
|
|
|
4616
|
|
|
|
|
|
|
has 'listPatterns' => ( |
4617
|
|
|
|
|
|
|
is => 'ro', |
4618
|
|
|
|
|
|
|
isa => HashRef, |
4619
|
|
|
|
|
|
|
init_arg => undef, |
4620
|
|
|
|
|
|
|
default => sub { { |
4621
|
|
|
|
|
|
|
start => q({0}, {1}), |
4622
|
|
|
|
|
|
|
middle => q({0}, {1}), |
4623
|
|
|
|
|
|
|
end => q({0} âs {1}), |
4624
|
|
|
|
|
|
|
2 => q({0} âs {1}), |
4625
|
|
|
|
|
|
|
} } |
4626
|
|
|
|
|
|
|
); |
4627
|
|
|
|
|
|
|
|
4628
|
|
|
|
|
|
|
has 'default_numbering_system' => ( |
4629
|
|
|
|
|
|
|
is => 'ro', |
4630
|
|
|
|
|
|
|
isa => Str, |
4631
|
|
|
|
|
|
|
init_arg => undef, |
4632
|
|
|
|
|
|
|
default => 'latn', |
4633
|
|
|
|
|
|
|
); |
4634
|
|
|
|
|
|
|
|
4635
|
|
|
|
|
|
|
has native_numbering_system => ( |
4636
|
|
|
|
|
|
|
is => 'ro', |
4637
|
|
|
|
|
|
|
isa => Str, |
4638
|
|
|
|
|
|
|
init_arg => undef, |
4639
|
|
|
|
|
|
|
default => 'latn', |
4640
|
|
|
|
|
|
|
); |
4641
|
|
|
|
|
|
|
|
4642
|
|
|
|
|
|
|
has 'minimum_grouping_digits' => ( |
4643
|
|
|
|
|
|
|
is =>'ro', |
4644
|
|
|
|
|
|
|
isa => Int, |
4645
|
|
|
|
|
|
|
init_arg => undef, |
4646
|
|
|
|
|
|
|
default => 1, |
4647
|
|
|
|
|
|
|
); |
4648
|
|
|
|
|
|
|
|
4649
|
|
|
|
|
|
|
has 'number_symbols' => ( |
4650
|
|
|
|
|
|
|
is => 'ro', |
4651
|
|
|
|
|
|
|
isa => HashRef, |
4652
|
|
|
|
|
|
|
init_arg => undef, |
4653
|
|
|
|
|
|
|
default => sub { { |
4654
|
|
|
|
|
|
|
'arab' => { |
4655
|
|
|
|
|
|
|
'decimal' => q(Ù«), |
4656
|
|
|
|
|
|
|
'exponential' => q(اس), |
4657
|
|
|
|
|
|
|
'group' => q(Ù¬), |
4658
|
|
|
|
|
|
|
'infinity' => q(â), |
4659
|
|
|
|
|
|
|
'list' => q(Ø), |
4660
|
|
|
|
|
|
|
'minusSign' => q(Ø-), |
4661
|
|
|
|
|
|
|
'nan' => q(NaN), |
4662
|
|
|
|
|
|
|
'perMille' => q(Ø), |
4663
|
|
|
|
|
|
|
'percentSign' => q(Ùª), |
4664
|
|
|
|
|
|
|
'plusSign' => q(Ø+), |
4665
|
|
|
|
|
|
|
'superscriptingExponent' => q(Ã), |
4666
|
|
|
|
|
|
|
'timeSeparator' => q(:), |
4667
|
|
|
|
|
|
|
}, |
4668
|
|
|
|
|
|
|
'arabext' => { |
4669
|
|
|
|
|
|
|
'decimal' => q(Ù«), |
4670
|
|
|
|
|
|
|
'exponential' => q(ÃÛ±Û°^), |
4671
|
|
|
|
|
|
|
'group' => q(Ù¬), |
4672
|
|
|
|
|
|
|
'infinity' => q(â), |
4673
|
|
|
|
|
|
|
'list' => q(Ø), |
4674
|
|
|
|
|
|
|
'minusSign' => q(-), |
4675
|
|
|
|
|
|
|
'nan' => q(NaN), |
4676
|
|
|
|
|
|
|
'perMille' => q(Ø), |
4677
|
|
|
|
|
|
|
'percentSign' => q(Ùª), |
4678
|
|
|
|
|
|
|
'plusSign' => q(â+â), |
4679
|
|
|
|
|
|
|
'superscriptingExponent' => q(Ã), |
4680
|
|
|
|
|
|
|
'timeSeparator' => q(Ù«), |
4681
|
|
|
|
|
|
|
}, |
4682
|
|
|
|
|
|
|
'bali' => { |
4683
|
|
|
|
|
|
|
'decimal' => q(.), |
4684
|
|
|
|
|
|
|
'exponential' => q(E), |
4685
|
|
|
|
|
|
|
'group' => q(,), |
4686
|
|
|
|
|
|
|
'infinity' => q(â), |
4687
|
|
|
|
|
|
|
'list' => q(;), |
4688
|
|
|
|
|
|
|
'minusSign' => q(-), |
4689
|
|
|
|
|
|
|
'nan' => q(NaN), |
4690
|
|
|
|
|
|
|
'perMille' => q(â°), |
4691
|
|
|
|
|
|
|
'percentSign' => q(%), |
4692
|
|
|
|
|
|
|
'plusSign' => q(+), |
4693
|
|
|
|
|
|
|
'superscriptingExponent' => q(Ã), |
4694
|
|
|
|
|
|
|
'timeSeparator' => q(:), |
4695
|
|
|
|
|
|
|
}, |
4696
|
|
|
|
|
|
|
'beng' => { |
4697
|
|
|
|
|
|
|
'decimal' => q(.), |
4698
|
|
|
|
|
|
|
'exponential' => q(E), |
4699
|
|
|
|
|
|
|
'group' => q(,), |
4700
|
|
|
|
|
|
|
'infinity' => q(â), |
4701
|
|
|
|
|
|
|
'list' => q(;), |
4702
|
|
|
|
|
|
|
'minusSign' => q(-), |
4703
|
|
|
|
|
|
|
'nan' => q(NaN), |
4704
|
|
|
|
|
|
|
'perMille' => q(â°), |
4705
|
|
|
|
|
|
|
'percentSign' => q(%), |
4706
|
|
|
|
|
|
|
'plusSign' => q(+), |
4707
|
|
|
|
|
|
|
'superscriptingExponent' => q(Ã), |
4708
|
|
|
|
|
|
|
'timeSeparator' => q(:), |
4709
|
|
|
|
|
|
|
}, |
4710
|
|
|
|
|
|
|
'brah' => { |
4711
|
|
|
|
|
|
|
'decimal' => q(.), |
4712
|
|
|
|
|
|
|
'exponential' => q(E), |
4713
|
|
|
|
|
|
|
'group' => q(,), |
4714
|
|
|
|
|
|
|
'infinity' => q(â), |
4715
|
|
|
|
|
|
|
'list' => q(;), |
4716
|
|
|
|
|
|
|
'minusSign' => q(-), |
4717
|
|
|
|
|
|
|
'nan' => q(NaN), |
4718
|
|
|
|
|
|
|
'perMille' => q(â°), |
4719
|
|
|
|
|
|
|
'percentSign' => q(%), |
4720
|
|
|
|
|
|
|
'plusSign' => q(+), |
4721
|
|
|
|
|
|
|
'superscriptingExponent' => q(Ã), |
4722
|
|
|
|
|
|
|
'timeSeparator' => q(:), |
4723
|
|
|
|
|
|
|
}, |
4724
|
|
|
|
|
|
|
'cakm' => { |
4725
|
|
|
|
|
|
|
'decimal' => q(.), |
4726
|
|
|
|
|
|
|
'exponential' => q(E), |
4727
|
|
|
|
|
|
|
'group' => q(,), |
4728
|
|
|
|
|
|
|
'infinity' => q(â), |
4729
|
|
|
|
|
|
|
'list' => q(;), |
4730
|
|
|
|
|
|
|
'minusSign' => q(-), |
4731
|
|
|
|
|
|
|
'nan' => q(NaN), |
4732
|
|
|
|
|
|
|
'perMille' => q(â°), |
4733
|
|
|
|
|
|
|
'percentSign' => q(%), |
4734
|
|
|
|
|
|
|
'plusSign' => q(+), |
4735
|
|
|
|
|
|
|
'superscriptingExponent' => q(Ã), |
4736
|
|
|
|
|
|
|
'timeSeparator' => q(:), |
4737
|
|
|
|
|
|
|
}, |
4738
|
|
|
|
|
|
|
'cham' => { |
4739
|
|
|
|
|
|
|
'decimal' => q(.), |
4740
|
|
|
|
|
|
|
'exponential' => q(E), |
4741
|
|
|
|
|
|
|
'group' => q(,), |
4742
|
|
|
|
|
|
|
'infinity' => q(â), |
4743
|
|
|
|
|
|
|
'list' => q(;), |
4744
|
|
|
|
|
|
|
'minusSign' => q(-), |
4745
|
|
|
|
|
|
|
'nan' => q(NaN), |
4746
|
|
|
|
|
|
|
'perMille' => q(â°), |
4747
|
|
|
|
|
|
|
'percentSign' => q(%), |
4748
|
|
|
|
|
|
|
'plusSign' => q(+), |
4749
|
|
|
|
|
|
|
'superscriptingExponent' => q(Ã), |
4750
|
|
|
|
|
|
|
'timeSeparator' => q(:), |
4751
|
|
|
|
|
|
|
}, |
4752
|
|
|
|
|
|
|
'deva' => { |
4753
|
|
|
|
|
|
|
'decimal' => q(.), |
4754
|
|
|
|
|
|
|
'exponential' => q(E), |
4755
|
|
|
|
|
|
|
'group' => q(,), |
4756
|
|
|
|
|
|
|
'infinity' => q(â), |
4757
|
|
|
|
|
|
|
'list' => q(;), |
4758
|
|
|
|
|
|
|
'minusSign' => q(-), |
4759
|
|
|
|
|
|
|
'nan' => q(NaN), |
4760
|
|
|
|
|
|
|
'perMille' => q(â°), |
4761
|
|
|
|
|
|
|
'percentSign' => q(%), |
4762
|
|
|
|
|
|
|
'plusSign' => q(+), |
4763
|
|
|
|
|
|
|
'superscriptingExponent' => q(Ã), |
4764
|
|
|
|
|
|
|
'timeSeparator' => q(:), |
4765
|
|
|
|
|
|
|
}, |
4766
|
|
|
|
|
|
|
'fullwide' => { |
4767
|
|
|
|
|
|
|
'decimal' => q(.), |
4768
|
|
|
|
|
|
|
'exponential' => q(E), |
4769
|
|
|
|
|
|
|
'group' => q(,), |
4770
|
|
|
|
|
|
|
'infinity' => q(â), |
4771
|
|
|
|
|
|
|
'list' => q(;), |
4772
|
|
|
|
|
|
|
'minusSign' => q(-), |
4773
|
|
|
|
|
|
|
'nan' => q(NaN), |
4774
|
|
|
|
|
|
|
'perMille' => q(â°), |
4775
|
|
|
|
|
|
|
'percentSign' => q(%), |
4776
|
|
|
|
|
|
|
'plusSign' => q(+), |
4777
|
|
|
|
|
|
|
'superscriptingExponent' => q(Ã), |
4778
|
|
|
|
|
|
|
'timeSeparator' => q(:), |
4779
|
|
|
|
|
|
|
}, |
4780
|
|
|
|
|
|
|
'gong' => { |
4781
|
|
|
|
|
|
|
'decimal' => q(.), |
4782
|
|
|
|
|
|
|
'exponential' => q(E), |
4783
|
|
|
|
|
|
|
'group' => q(,), |
4784
|
|
|
|
|
|
|
'infinity' => q(â), |
4785
|
|
|
|
|
|
|
'list' => q(;), |
4786
|
|
|
|
|
|
|
'minusSign' => q(-), |
4787
|
|
|
|
|
|
|
'nan' => q(NaN), |
4788
|
|
|
|
|
|
|
'perMille' => q(â°), |
4789
|
|
|
|
|
|
|
'percentSign' => q(%), |
4790
|
|
|
|
|
|
|
'plusSign' => q(+), |
4791
|
|
|
|
|
|
|
'superscriptingExponent' => q(Ã), |
4792
|
|
|
|
|
|
|
'timeSeparator' => q(:), |
4793
|
|
|
|
|
|
|
}, |
4794
|
|
|
|
|
|
|
'gonm' => { |
4795
|
|
|
|
|
|
|
'decimal' => q(.), |
4796
|
|
|
|
|
|
|
'exponential' => q(E), |
4797
|
|
|
|
|
|
|
'group' => q(,), |
4798
|
|
|
|
|
|
|
'infinity' => q(â), |
4799
|
|
|
|
|
|
|
'list' => q(;), |
4800
|
|
|
|
|
|
|
'minusSign' => q(-), |
4801
|
|
|
|
|
|
|
'nan' => q(NaN), |
4802
|
|
|
|
|
|
|
'perMille' => q(â°), |
4803
|
|
|
|
|
|
|
'percentSign' => q(%), |
4804
|
|
|
|
|
|
|
'plusSign' => q(+), |
4805
|
|
|
|
|
|
|
'superscriptingExponent' => q(Ã), |
4806
|
|
|
|
|
|
|
'timeSeparator' => q(:), |
4807
|
|
|
|
|
|
|
}, |
4808
|
|
|
|
|
|
|
'gujr' => { |
4809
|
|
|
|
|
|
|
'decimal' => q(.), |
4810
|
|
|
|
|
|
|
'exponential' => q(E), |
4811
|
|
|
|
|
|
|
'group' => q(,), |
4812
|
|
|
|
|
|
|
'infinity' => q(â), |
4813
|
|
|
|
|
|
|
'list' => q(;), |
4814
|
|
|
|
|
|
|
'minusSign' => q(-), |
4815
|
|
|
|
|
|
|
'nan' => q(NaN), |
4816
|
|
|
|
|
|
|
'perMille' => q(â°), |
4817
|
|
|
|
|
|
|
'percentSign' => q(%), |
4818
|
|
|
|
|
|
|
'plusSign' => q(+), |
4819
|
|
|
|
|
|
|
'superscriptingExponent' => q(Ã), |
4820
|
|
|
|
|
|
|
'timeSeparator' => q(:), |
4821
|
|
|
|
|
|
|
}, |
4822
|
|
|
|
|
|
|
'guru' => { |
4823
|
|
|
|
|
|
|
'decimal' => q(.), |
4824
|
|
|
|
|
|
|
'exponential' => q(E), |
4825
|
|
|
|
|
|
|
'group' => q(,), |
4826
|
|
|
|
|
|
|
'infinity' => q(â), |
4827
|
|
|
|
|
|
|
'list' => q(;), |
4828
|
|
|
|
|
|
|
'minusSign' => q(-), |
4829
|
|
|
|
|
|
|
'nan' => q(NaN), |
4830
|
|
|
|
|
|
|
'perMille' => q(â°), |
4831
|
|
|
|
|
|
|
'percentSign' => q(%), |
4832
|
|
|
|
|
|
|
'plusSign' => q(+), |
4833
|
|
|
|
|
|
|
'superscriptingExponent' => q(Ã), |
4834
|
|
|
|
|
|
|
'timeSeparator' => q(:), |
4835
|
|
|
|
|
|
|
}, |
4836
|
|
|
|
|
|
|
'hanidec' => { |
4837
|
|
|
|
|
|
|
'decimal' => q(.), |
4838
|
|
|
|
|
|
|
'exponential' => q(E), |
4839
|
|
|
|
|
|
|
'group' => q(,), |
4840
|
|
|
|
|
|
|
'infinity' => q(â), |
4841
|
|
|
|
|
|
|
'list' => q(;), |
4842
|
|
|
|
|
|
|
'minusSign' => q(-), |
4843
|
|
|
|
|
|
|
'nan' => q(NaN), |
4844
|
|
|
|
|
|
|
'perMille' => q(â°), |
4845
|
|
|
|
|
|
|
'percentSign' => q(%), |
4846
|
|
|
|
|
|
|
'plusSign' => q(+), |
4847
|
|
|
|
|
|
|
'superscriptingExponent' => q(Ã), |
4848
|
|
|
|
|
|
|
'timeSeparator' => q(:), |
4849
|
|
|
|
|
|
|
}, |
4850
|
|
|
|
|
|
|
'java' => { |
4851
|
|
|
|
|
|
|
'decimal' => q(.), |
4852
|
|
|
|
|
|
|
'exponential' => q(E), |
4853
|
|
|
|
|
|
|
'group' => q(,), |
4854
|
|
|
|
|
|
|
'infinity' => q(â), |
4855
|
|
|
|
|
|
|
'list' => q(;), |
4856
|
|
|
|
|
|
|
'minusSign' => q(-), |
4857
|
|
|
|
|
|
|
'nan' => q(NaN), |
4858
|
|
|
|
|
|
|
'perMille' => q(â°), |
4859
|
|
|
|
|
|
|
'percentSign' => q(%), |
4860
|
|
|
|
|
|
|
'plusSign' => q(+), |
4861
|
|
|
|
|
|
|
'superscriptingExponent' => q(Ã), |
4862
|
|
|
|
|
|
|
'timeSeparator' => q(:), |
4863
|
|
|
|
|
|
|
}, |
4864
|
|
|
|
|
|
|
'kali' => { |
4865
|
|
|
|
|
|
|
'decimal' => q(.), |
4866
|
|
|
|
|
|
|
'exponential' => q(E), |
4867
|
|
|
|
|
|
|
'group' => q(,), |
4868
|
|
|
|
|
|
|
'infinity' => q(â), |
4869
|
|
|
|
|
|
|
'list' => q(;), |
4870
|
|
|
|
|
|
|
'minusSign' => q(-), |
4871
|
|
|
|
|
|
|
'nan' => q(NaN), |
4872
|
|
|
|
|
|
|
'perMille' => q(â°), |
4873
|
|
|
|
|
|
|
'percentSign' => q(%), |
4874
|
|
|
|
|
|
|
'plusSign' => q(+), |
4875
|
|
|
|
|
|
|
'superscriptingExponent' => q(Ã), |
4876
|
|
|
|
|
|
|
'timeSeparator' => q(:), |
4877
|
|
|
|
|
|
|
}, |
4878
|
|
|
|
|
|
|
'khmr' => { |
4879
|
|
|
|
|
|
|
'decimal' => q(.), |
4880
|
|
|
|
|
|
|
'exponential' => q(E), |
4881
|
|
|
|
|
|
|
'group' => q(,), |
4882
|
|
|
|
|
|
|
'infinity' => q(â), |
4883
|
|
|
|
|
|
|
'list' => q(;), |
4884
|
|
|
|
|
|
|
'minusSign' => q(-), |
4885
|
|
|
|
|
|
|
'nan' => q(NaN), |
4886
|
|
|
|
|
|
|
'perMille' => q(â°), |
4887
|
|
|
|
|
|
|
'percentSign' => q(%), |
4888
|
|
|
|
|
|
|
'plusSign' => q(+), |
4889
|
|
|
|
|
|
|
'superscriptingExponent' => q(Ã), |
4890
|
|
|
|
|
|
|
'timeSeparator' => q(:), |
4891
|
|
|
|
|
|
|
}, |
4892
|
|
|
|
|
|
|
'knda' => { |
4893
|
|
|
|
|
|
|
'decimal' => q(.), |
4894
|
|
|
|
|
|
|
'exponential' => q(E), |
4895
|
|
|
|
|
|
|
'group' => q(,), |
4896
|
|
|
|
|
|
|
'infinity' => q(â), |
4897
|
|
|
|
|
|
|
'list' => q(;), |
4898
|
|
|
|
|
|
|
'minusSign' => q(-), |
4899
|
|
|
|
|
|
|
'nan' => q(NaN), |
4900
|
|
|
|
|
|
|
'perMille' => q(â°), |
4901
|
|
|
|
|
|
|
'percentSign' => q(%), |
4902
|
|
|
|
|
|
|
'plusSign' => q(+), |
4903
|
|
|
|
|
|
|
'superscriptingExponent' => q(Ã), |
4904
|
|
|
|
|
|
|
'timeSeparator' => q(:), |
4905
|
|
|
|
|
|
|
}, |
4906
|
|
|
|
|
|
|
'lana' => { |
4907
|
|
|
|
|
|
|
'decimal' => q(.), |
4908
|
|
|
|
|
|
|
'exponential' => q(E), |
4909
|
|
|
|
|
|
|
'group' => q(,), |
4910
|
|
|
|
|
|
|
'infinity' => q(â), |
4911
|
|
|
|
|
|
|
'list' => q(;), |
4912
|
|
|
|
|
|
|
'minusSign' => q(-), |
4913
|
|
|
|
|
|
|
'nan' => q(NaN), |
4914
|
|
|
|
|
|
|
'perMille' => q(â°), |
4915
|
|
|
|
|
|
|
'percentSign' => q(%), |
4916
|
|
|
|
|
|
|
'plusSign' => q(+), |
4917
|
|
|
|
|
|
|
'superscriptingExponent' => q(Ã), |
4918
|
|
|
|
|
|
|
'timeSeparator' => q(:), |
4919
|
|
|
|
|
|
|
}, |
4920
|
|
|
|
|
|
|
'lanatham' => { |
4921
|
|
|
|
|
|
|
'decimal' => q(.), |
4922
|
|
|
|
|
|
|
'exponential' => q(E), |
4923
|
|
|
|
|
|
|
'group' => q(,), |
4924
|
|
|
|
|
|
|
'infinity' => q(â), |
4925
|
|
|
|
|
|
|
'list' => q(;), |
4926
|
|
|
|
|
|
|
'minusSign' => q(-), |
4927
|
|
|
|
|
|
|
'nan' => q(NaN), |
4928
|
|
|
|
|
|
|
'perMille' => q(â°), |
4929
|
|
|
|
|
|
|
'percentSign' => q(%), |
4930
|
|
|
|
|
|
|
'plusSign' => q(+), |
4931
|
|
|
|
|
|
|
'superscriptingExponent' => q(Ã), |
4932
|
|
|
|
|
|
|
'timeSeparator' => q(:), |
4933
|
|
|
|
|
|
|
}, |
4934
|
|
|
|
|
|
|
'laoo' => { |
4935
|
|
|
|
|
|
|
'decimal' => q(.), |
4936
|
|
|
|
|
|
|
'exponential' => q(E), |
4937
|
|
|
|
|
|
|
'group' => q(,), |
4938
|
|
|
|
|
|
|
'infinity' => q(â), |
4939
|
|
|
|
|
|
|
'list' => q(;), |
4940
|
|
|
|
|
|
|
'minusSign' => q(-), |
4941
|
|
|
|
|
|
|
'nan' => q(NaN), |
4942
|
|
|
|
|
|
|
'perMille' => q(â°), |
4943
|
|
|
|
|
|
|
'percentSign' => q(%), |
4944
|
|
|
|
|
|
|
'plusSign' => q(+), |
4945
|
|
|
|
|
|
|
'superscriptingExponent' => q(Ã), |
4946
|
|
|
|
|
|
|
'timeSeparator' => q(:), |
4947
|
|
|
|
|
|
|
}, |
4948
|
|
|
|
|
|
|
'latn' => { |
4949
|
|
|
|
|
|
|
'decimal' => q(.), |
4950
|
|
|
|
|
|
|
'exponential' => q(E), |
4951
|
|
|
|
|
|
|
'group' => q(,), |
4952
|
|
|
|
|
|
|
'infinity' => q(â), |
4953
|
|
|
|
|
|
|
'list' => q(;), |
4954
|
|
|
|
|
|
|
'minusSign' => q(-), |
4955
|
|
|
|
|
|
|
'nan' => q(NaN), |
4956
|
|
|
|
|
|
|
'perMille' => q(â°), |
4957
|
|
|
|
|
|
|
'percentSign' => q(%), |
4958
|
|
|
|
|
|
|
'plusSign' => q(+), |
4959
|
|
|
|
|
|
|
'superscriptingExponent' => q(Ã), |
4960
|
|
|
|
|
|
|
'timeSeparator' => q(:), |
4961
|
|
|
|
|
|
|
}, |
4962
|
|
|
|
|
|
|
'lepc' => { |
4963
|
|
|
|
|
|
|
'decimal' => q(.), |
4964
|
|
|
|
|
|
|
'exponential' => q(E), |
4965
|
|
|
|
|
|
|
'group' => q(,), |
4966
|
|
|
|
|
|
|
'infinity' => q(â), |
4967
|
|
|
|
|
|
|
'list' => q(;), |
4968
|
|
|
|
|
|
|
'minusSign' => q(-), |
4969
|
|
|
|
|
|
|
'nan' => q(NaN), |
4970
|
|
|
|
|
|
|
'perMille' => q(â°), |
4971
|
|
|
|
|
|
|
'percentSign' => q(%), |
4972
|
|
|
|
|
|
|
'plusSign' => q(+), |
4973
|
|
|
|
|
|
|
'superscriptingExponent' => q(Ã), |
4974
|
|
|
|
|
|
|
'timeSeparator' => q(:), |
4975
|
|
|
|
|
|
|
}, |
4976
|
|
|
|
|
|
|
'limb' => { |
4977
|
|
|
|
|
|
|
'decimal' => q(.), |
4978
|
|
|
|
|
|
|
'exponential' => q(E), |
4979
|
|
|
|
|
|
|
'group' => q(,), |
4980
|
|
|
|
|
|
|
'infinity' => q(â), |
4981
|
|
|
|
|
|
|
'list' => q(;), |
4982
|
|
|
|
|
|
|
'minusSign' => q(-), |
4983
|
|
|
|
|
|
|
'nan' => q(NaN), |
4984
|
|
|
|
|
|
|
'perMille' => q(â°), |
4985
|
|
|
|
|
|
|
'percentSign' => q(%), |
4986
|
|
|
|
|
|
|
'plusSign' => q(+), |
4987
|
|
|
|
|
|
|
'superscriptingExponent' => q(Ã), |
4988
|
|
|
|
|
|
|
'timeSeparator' => q(:), |
4989
|
|
|
|
|
|
|
}, |
4990
|
|
|
|
|
|
|
'mlym' => { |
4991
|
|
|
|
|
|
|
'decimal' => q(.), |
4992
|
|
|
|
|
|
|
'exponential' => q(E), |
4993
|
|
|
|
|
|
|
'group' => q(,), |
4994
|
|
|
|
|
|
|
'infinity' => q(â), |
4995
|
|
|
|
|
|
|
'list' => q(;), |
4996
|
|
|
|
|
|
|
'minusSign' => q(-), |
4997
|
|
|
|
|
|
|
'nan' => q(NaN), |
4998
|
|
|
|
|
|
|
'perMille' => q(â°), |
4999
|
|
|
|
|
|
|
'percentSign' => q(%), |
5000
|
|
|
|
|
|
|
'plusSign' => q(+), |
5001
|
|
|
|
|
|
|
'superscriptingExponent' => q(Ã), |
5002
|
|
|
|
|
|
|
'timeSeparator' => q(:), |
5003
|
|
|
|
|
|
|
}, |
5004
|
|
|
|
|
|
|
'mong' => { |
5005
|
|
|
|
|
|
|
'decimal' => q(.), |
5006
|
|
|
|
|
|
|
'exponential' => q(E), |
5007
|
|
|
|
|
|
|
'group' => q(,), |
5008
|
|
|
|
|
|
|
'infinity' => q(â), |
5009
|
|
|
|
|
|
|
'list' => q(;), |
5010
|
|
|
|
|
|
|
'minusSign' => q(-), |
5011
|
|
|
|
|
|
|
'nan' => q(NaN), |
5012
|
|
|
|
|
|
|
'perMille' => q(â°), |
5013
|
|
|
|
|
|
|
'percentSign' => q(%), |
5014
|
|
|
|
|
|
|
'plusSign' => q(+), |
5015
|
|
|
|
|
|
|
'superscriptingExponent' => q(Ã), |
5016
|
|
|
|
|
|
|
'timeSeparator' => q(:), |
5017
|
|
|
|
|
|
|
}, |
5018
|
|
|
|
|
|
|
'mtei' => { |
5019
|
|
|
|
|
|
|
'decimal' => q(.), |
5020
|
|
|
|
|
|
|
'exponential' => q(E), |
5021
|
|
|
|
|
|
|
'group' => q(,), |
5022
|
|
|
|
|
|
|
'infinity' => q(â), |
5023
|
|
|
|
|
|
|
'list' => q(;), |
5024
|
|
|
|
|
|
|
'minusSign' => q(-), |
5025
|
|
|
|
|
|
|
'nan' => q(NaN), |
5026
|
|
|
|
|
|
|
'perMille' => q(â°), |
5027
|
|
|
|
|
|
|
'percentSign' => q(%), |
5028
|
|
|
|
|
|
|
'plusSign' => q(+), |
5029
|
|
|
|
|
|
|
'superscriptingExponent' => q(Ã), |
5030
|
|
|
|
|
|
|
'timeSeparator' => q(:), |
5031
|
|
|
|
|
|
|
}, |
5032
|
|
|
|
|
|
|
'mymr' => { |
5033
|
|
|
|
|
|
|
'decimal' => q(.), |
5034
|
|
|
|
|
|
|
'exponential' => q(E), |
5035
|
|
|
|
|
|
|
'group' => q(,), |
5036
|
|
|
|
|
|
|
'infinity' => q(â), |
5037
|
|
|
|
|
|
|
'list' => q(;), |
5038
|
|
|
|
|
|
|
'minusSign' => q(-), |
5039
|
|
|
|
|
|
|
'nan' => q(NaN), |
5040
|
|
|
|
|
|
|
'perMille' => q(â°), |
5041
|
|
|
|
|
|
|
'percentSign' => q(%), |
5042
|
|
|
|
|
|
|
'plusSign' => q(+), |
5043
|
|
|
|
|
|
|
'superscriptingExponent' => q(Ã), |
5044
|
|
|
|
|
|
|
'timeSeparator' => q(:), |
5045
|
|
|
|
|
|
|
}, |
5046
|
|
|
|
|
|
|
'mymrshan' => { |
5047
|
|
|
|
|
|
|
'decimal' => q(.), |
5048
|
|
|
|
|
|
|
'exponential' => q(E), |
5049
|
|
|
|
|
|
|
'group' => q(,), |
5050
|
|
|
|
|
|
|
'infinity' => q(â), |
5051
|
|
|
|
|
|
|
'list' => q(;), |
5052
|
|
|
|
|
|
|
'minusSign' => q(-), |
5053
|
|
|
|
|
|
|
'nan' => q(NaN), |
5054
|
|
|
|
|
|
|
'perMille' => q(â°), |
5055
|
|
|
|
|
|
|
'percentSign' => q(%), |
5056
|
|
|
|
|
|
|
'plusSign' => q(+), |
5057
|
|
|
|
|
|
|
'superscriptingExponent' => q(Ã), |
5058
|
|
|
|
|
|
|
'timeSeparator' => q(:), |
5059
|
|
|
|
|
|
|
}, |
5060
|
|
|
|
|
|
|
'nkoo' => { |
5061
|
|
|
|
|
|
|
'decimal' => q(.), |
5062
|
|
|
|
|
|
|
'exponential' => q(E), |
5063
|
|
|
|
|
|
|
'group' => q(,), |
5064
|
|
|
|
|
|
|
'infinity' => q(â), |
5065
|
|
|
|
|
|
|
'list' => q(;), |
5066
|
|
|
|
|
|
|
'minusSign' => q(-), |
5067
|
|
|
|
|
|
|
'nan' => q(NaN), |
5068
|
|
|
|
|
|
|
'perMille' => q(â°), |
5069
|
|
|
|
|
|
|
'percentSign' => q(%), |
5070
|
|
|
|
|
|
|
'plusSign' => q(+), |
5071
|
|
|
|
|
|
|
'superscriptingExponent' => q(Ã), |
5072
|
|
|
|
|
|
|
'timeSeparator' => q(:), |
5073
|
|
|
|
|
|
|
}, |
5074
|
|
|
|
|
|
|
'olck' => { |
5075
|
|
|
|
|
|
|
'decimal' => q(.), |
5076
|
|
|
|
|
|
|
'exponential' => q(E), |
5077
|
|
|
|
|
|
|
'group' => q(,), |
5078
|
|
|
|
|
|
|
'infinity' => q(â), |
5079
|
|
|
|
|
|
|
'list' => q(;), |
5080
|
|
|
|
|
|
|
'minusSign' => q(-), |
5081
|
|
|
|
|
|
|
'nan' => q(NaN), |
5082
|
|
|
|
|
|
|
'perMille' => q(â°), |
5083
|
|
|
|
|
|
|
'percentSign' => q(%), |
5084
|
|
|
|
|
|
|
'plusSign' => q(+), |
5085
|
|
|
|
|
|
|
'superscriptingExponent' => q(Ã), |
5086
|
|
|
|
|
|
|
'timeSeparator' => q(:), |
5087
|
|
|
|
|
|
|
}, |
5088
|
|
|
|
|
|
|
'orya' => { |
5089
|
|
|
|
|
|
|
'decimal' => q(.), |
5090
|
|
|
|
|
|
|
'exponential' => q(E), |
5091
|
|
|
|
|
|
|
'group' => q(,), |
5092
|
|
|
|
|
|
|
'infinity' => q(â), |
5093
|
|
|
|
|
|
|
'list' => q(;), |
5094
|
|
|
|
|
|
|
'minusSign' => q(-), |
5095
|
|
|
|
|
|
|
'nan' => q(NaN), |
5096
|
|
|
|
|
|
|
'perMille' => q(â°), |
5097
|
|
|
|
|
|
|
'percentSign' => q(%), |
5098
|
|
|
|
|
|
|
'plusSign' => q(+), |
5099
|
|
|
|
|
|
|
'superscriptingExponent' => q(Ã), |
5100
|
|
|
|
|
|
|
'timeSeparator' => q(:), |
5101
|
|
|
|
|
|
|
}, |
5102
|
|
|
|
|
|
|
'osma' => { |
5103
|
|
|
|
|
|
|
'decimal' => q(.), |
5104
|
|
|
|
|
|
|
'exponential' => q(E), |
5105
|
|
|
|
|
|
|
'group' => q(,), |
5106
|
|
|
|
|
|
|
'infinity' => q(â), |
5107
|
|
|
|
|
|
|
'list' => q(;), |
5108
|
|
|
|
|
|
|
'minusSign' => q(-), |
5109
|
|
|
|
|
|
|
'nan' => q(NaN), |
5110
|
|
|
|
|
|
|
'perMille' => q(â°), |
5111
|
|
|
|
|
|
|
'percentSign' => q(%), |
5112
|
|
|
|
|
|
|
'plusSign' => q(+), |
5113
|
|
|
|
|
|
|
'superscriptingExponent' => q(Ã), |
5114
|
|
|
|
|
|
|
'timeSeparator' => q(:), |
5115
|
|
|
|
|
|
|
}, |
5116
|
|
|
|
|
|
|
'rohg' => { |
5117
|
|
|
|
|
|
|
'decimal' => q(.), |
5118
|
|
|
|
|
|
|
'exponential' => q(E), |
5119
|
|
|
|
|
|
|
'group' => q(,), |
5120
|
|
|
|
|
|
|
'infinity' => q(â), |
5121
|
|
|
|
|
|
|
'list' => q(;), |
5122
|
|
|
|
|
|
|
'minusSign' => q(-), |
5123
|
|
|
|
|
|
|
'nan' => q(NaN), |
5124
|
|
|
|
|
|
|
'perMille' => q(â°), |
5125
|
|
|
|
|
|
|
'percentSign' => q(%), |
5126
|
|
|
|
|
|
|
'plusSign' => q(+), |
5127
|
|
|
|
|
|
|
'superscriptingExponent' => q(Ã), |
5128
|
|
|
|
|
|
|
'timeSeparator' => q(:), |
5129
|
|
|
|
|
|
|
}, |
5130
|
|
|
|
|
|
|
'saur' => { |
5131
|
|
|
|
|
|
|
'decimal' => q(.), |
5132
|
|
|
|
|
|
|
'exponential' => q(E), |
5133
|
|
|
|
|
|
|
'group' => q(,), |
5134
|
|
|
|
|
|
|
'infinity' => q(â), |
5135
|
|
|
|
|
|
|
'list' => q(;), |
5136
|
|
|
|
|
|
|
'minusSign' => q(-), |
5137
|
|
|
|
|
|
|
'nan' => q(NaN), |
5138
|
|
|
|
|
|
|
'perMille' => q(â°), |
5139
|
|
|
|
|
|
|
'percentSign' => q(%), |
5140
|
|
|
|
|
|
|
'plusSign' => q(+), |
5141
|
|
|
|
|
|
|
'superscriptingExponent' => q(Ã), |
5142
|
|
|
|
|
|
|
'timeSeparator' => q(:), |
5143
|
|
|
|
|
|
|
}, |
5144
|
|
|
|
|
|
|
'shrd' => { |
5145
|
|
|
|
|
|
|
'decimal' => q(.), |
5146
|
|
|
|
|
|
|
'exponential' => q(E), |
5147
|
|
|
|
|
|
|
'group' => q(,), |
5148
|
|
|
|
|
|
|
'infinity' => q(â), |
5149
|
|
|
|
|
|
|
'list' => q(;), |
5150
|
|
|
|
|
|
|
'minusSign' => q(-), |
5151
|
|
|
|
|
|
|
'nan' => q(NaN), |
5152
|
|
|
|
|
|
|
'perMille' => q(â°), |
5153
|
|
|
|
|
|
|
'percentSign' => q(%), |
5154
|
|
|
|
|
|
|
'plusSign' => q(+), |
5155
|
|
|
|
|
|
|
'superscriptingExponent' => q(Ã), |
5156
|
|
|
|
|
|
|
'timeSeparator' => q(:), |
5157
|
|
|
|
|
|
|
}, |
5158
|
|
|
|
|
|
|
'sora' => { |
5159
|
|
|
|
|
|
|
'decimal' => q(.), |
5160
|
|
|
|
|
|
|
'exponential' => q(E), |
5161
|
|
|
|
|
|
|
'group' => q(,), |
5162
|
|
|
|
|
|
|
'infinity' => q(â), |
5163
|
|
|
|
|
|
|
'list' => q(;), |
5164
|
|
|
|
|
|
|
'minusSign' => q(-), |
5165
|
|
|
|
|
|
|
'nan' => q(NaN), |
5166
|
|
|
|
|
|
|
'perMille' => q(â°), |
5167
|
|
|
|
|
|
|
'percentSign' => q(%), |
5168
|
|
|
|
|
|
|
'plusSign' => q(+), |
5169
|
|
|
|
|
|
|
'superscriptingExponent' => q(Ã), |
5170
|
|
|
|
|
|
|
'timeSeparator' => q(:), |
5171
|
|
|
|
|
|
|
}, |
5172
|
|
|
|
|
|
|
'sund' => { |
5173
|
|
|
|
|
|
|
'decimal' => q(.), |
5174
|
|
|
|
|
|
|
'exponential' => q(E), |
5175
|
|
|
|
|
|
|
'group' => q(,), |
5176
|
|
|
|
|
|
|
'infinity' => q(â), |
5177
|
|
|
|
|
|
|
'list' => q(;), |
5178
|
|
|
|
|
|
|
'minusSign' => q(-), |
5179
|
|
|
|
|
|
|
'nan' => q(NaN), |
5180
|
|
|
|
|
|
|
'perMille' => q(â°), |
5181
|
|
|
|
|
|
|
'percentSign' => q(%), |
5182
|
|
|
|
|
|
|
'plusSign' => q(+), |
5183
|
|
|
|
|
|
|
'superscriptingExponent' => q(Ã), |
5184
|
|
|
|
|
|
|
'timeSeparator' => q(:), |
5185
|
|
|
|
|
|
|
}, |
5186
|
|
|
|
|
|
|
'takr' => { |
5187
|
|
|
|
|
|
|
'decimal' => q(.), |
5188
|
|
|
|
|
|
|
'exponential' => q(E), |
5189
|
|
|
|
|
|
|
'group' => q(,), |
5190
|
|
|
|
|
|
|
'infinity' => q(â), |
5191
|
|
|
|
|
|
|
'list' => q(;), |
5192
|
|
|
|
|
|
|
'minusSign' => q(-), |
5193
|
|
|
|
|
|
|
'nan' => q(NaN), |
5194
|
|
|
|
|
|
|
'perMille' => q(â°), |
5195
|
|
|
|
|
|
|
'percentSign' => q(%), |
5196
|
|
|
|
|
|
|
'plusSign' => q(+), |
5197
|
|
|
|
|
|
|
'superscriptingExponent' => q(Ã), |
5198
|
|
|
|
|
|
|
'timeSeparator' => q(:), |
5199
|
|
|
|
|
|
|
}, |
5200
|
|
|
|
|
|
|
'talu' => { |
5201
|
|
|
|
|
|
|
'decimal' => q(.), |
5202
|
|
|
|
|
|
|
'exponential' => q(E), |
5203
|
|
|
|
|
|
|
'group' => q(,), |
5204
|
|
|
|
|
|
|
'infinity' => q(â), |
5205
|
|
|
|
|
|
|
'list' => q(;), |
5206
|
|
|
|
|
|
|
'minusSign' => q(-), |
5207
|
|
|
|
|
|
|
'nan' => q(NaN), |
5208
|
|
|
|
|
|
|
'perMille' => q(â°), |
5209
|
|
|
|
|
|
|
'percentSign' => q(%), |
5210
|
|
|
|
|
|
|
'plusSign' => q(+), |
5211
|
|
|
|
|
|
|
'superscriptingExponent' => q(Ã), |
5212
|
|
|
|
|
|
|
'timeSeparator' => q(:), |
5213
|
|
|
|
|
|
|
}, |
5214
|
|
|
|
|
|
|
'tamldec' => { |
5215
|
|
|
|
|
|
|
'decimal' => q(.), |
5216
|
|
|
|
|
|
|
'exponential' => q(E), |
5217
|
|
|
|
|
|
|
'group' => q(,), |
5218
|
|
|
|
|
|
|
'infinity' => q(â), |
5219
|
|
|
|
|
|
|
'list' => q(;), |
5220
|
|
|
|
|
|
|
'minusSign' => q(-), |
5221
|
|
|
|
|
|
|
'nan' => q(NaN), |
5222
|
|
|
|
|
|
|
'perMille' => q(â°), |
5223
|
|
|
|
|
|
|
'percentSign' => q(%), |
5224
|
|
|
|
|
|
|
'plusSign' => q(+), |
5225
|
|
|
|
|
|
|
'superscriptingExponent' => q(Ã), |
5226
|
|
|
|
|
|
|
'timeSeparator' => q(:), |
5227
|
|
|
|
|
|
|
}, |
5228
|
|
|
|
|
|
|
'telu' => { |
5229
|
|
|
|
|
|
|
'decimal' => q(.), |
5230
|
|
|
|
|
|
|
'exponential' => q(E), |
5231
|
|
|
|
|
|
|
'group' => q(,), |
5232
|
|
|
|
|
|
|
'infinity' => q(â), |
5233
|
|
|
|
|
|
|
'list' => q(;), |
5234
|
|
|
|
|
|
|
'minusSign' => q(-), |
5235
|
|
|
|
|
|
|
'nan' => q(NaN), |
5236
|
|
|
|
|
|
|
'perMille' => q(â°), |
5237
|
|
|
|
|
|
|
'percentSign' => q(%), |
5238
|
|
|
|
|
|
|
'plusSign' => q(+), |
5239
|
|
|
|
|
|
|
'superscriptingExponent' => q(Ã), |
5240
|
|
|
|
|
|
|
'timeSeparator' => q(:), |
5241
|
|
|
|
|
|
|
}, |
5242
|
|
|
|
|
|
|
'thai' => { |
5243
|
|
|
|
|
|
|
'decimal' => q(.), |
5244
|
|
|
|
|
|
|
'exponential' => q(E), |
5245
|
|
|
|
|
|
|
'group' => q(,), |
5246
|
|
|
|
|
|
|
'infinity' => q(â), |
5247
|
|
|
|
|
|
|
'list' => q(;), |
5248
|
|
|
|
|
|
|
'minusSign' => q(-), |
5249
|
|
|
|
|
|
|
'nan' => q(NaN), |
5250
|
|
|
|
|
|
|
'perMille' => q(â°), |
5251
|
|
|
|
|
|
|
'percentSign' => q(%), |
5252
|
|
|
|
|
|
|
'plusSign' => q(+), |
5253
|
|
|
|
|
|
|
'superscriptingExponent' => q(Ã), |
5254
|
|
|
|
|
|
|
'timeSeparator' => q(:), |
5255
|
|
|
|
|
|
|
}, |
5256
|
|
|
|
|
|
|
'tibt' => { |
5257
|
|
|
|
|
|
|
'decimal' => q(.), |
5258
|
|
|
|
|
|
|
'exponential' => q(E), |
5259
|
|
|
|
|
|
|
'group' => q(,), |
5260
|
|
|
|
|
|
|
'infinity' => q(â), |
5261
|
|
|
|
|
|
|
'list' => q(;), |
5262
|
|
|
|
|
|
|
'minusSign' => q(-), |
5263
|
|
|
|
|
|
|
'nan' => q(NaN), |
5264
|
|
|
|
|
|
|
'perMille' => q(â°), |
5265
|
|
|
|
|
|
|
'percentSign' => q(%), |
5266
|
|
|
|
|
|
|
'plusSign' => q(+), |
5267
|
|
|
|
|
|
|
'superscriptingExponent' => q(Ã), |
5268
|
|
|
|
|
|
|
'timeSeparator' => q(:), |
5269
|
|
|
|
|
|
|
}, |
5270
|
|
|
|
|
|
|
'vaii' => { |
5271
|
|
|
|
|
|
|
'decimal' => q(.), |
5272
|
|
|
|
|
|
|
'exponential' => q(E), |
5273
|
|
|
|
|
|
|
'group' => q(,), |
5274
|
|
|
|
|
|
|
'infinity' => q(â), |
5275
|
|
|
|
|
|
|
'list' => q(;), |
5276
|
|
|
|
|
|
|
'minusSign' => q(-), |
5277
|
|
|
|
|
|
|
'nan' => q(NaN), |
5278
|
|
|
|
|
|
|
'perMille' => q(â°), |
5279
|
|
|
|
|
|
|
'percentSign' => q(%), |
5280
|
|
|
|
|
|
|
'plusSign' => q(+), |
5281
|
|
|
|
|
|
|
'superscriptingExponent' => q(Ã), |
5282
|
|
|
|
|
|
|
'timeSeparator' => q(:), |
5283
|
|
|
|
|
|
|
}, |
5284
|
|
|
|
|
|
|
} } |
5285
|
|
|
|
|
|
|
); |
5286
|
|
|
|
|
|
|
|
5287
|
|
|
|
|
|
|
has 'number_formats' => ( |
5288
|
|
|
|
|
|
|
is => 'ro', |
5289
|
|
|
|
|
|
|
isa => HashRef, |
5290
|
|
|
|
|
|
|
init_arg => undef, |
5291
|
|
|
|
|
|
|
default => sub { { |
5292
|
|
|
|
|
|
|
decimalFormat => { |
5293
|
|
|
|
|
|
|
'default' => { |
5294
|
|
|
|
|
|
|
'1000' => { |
5295
|
|
|
|
|
|
|
'few' => '0K', |
5296
|
|
|
|
|
|
|
'one' => '0K', |
5297
|
|
|
|
|
|
|
'other' => '0K', |
5298
|
|
|
|
|
|
|
'two' => '0K', |
5299
|
|
|
|
|
|
|
}, |
5300
|
|
|
|
|
|
|
'10000' => { |
5301
|
|
|
|
|
|
|
'few' => '00K', |
5302
|
|
|
|
|
|
|
'one' => '00K', |
5303
|
|
|
|
|
|
|
'other' => '00K', |
5304
|
|
|
|
|
|
|
'two' => '00K', |
5305
|
|
|
|
|
|
|
}, |
5306
|
|
|
|
|
|
|
'100000' => { |
5307
|
|
|
|
|
|
|
'few' => '000K', |
5308
|
|
|
|
|
|
|
'one' => '000K', |
5309
|
|
|
|
|
|
|
'other' => '000K', |
5310
|
|
|
|
|
|
|
'two' => '000K', |
5311
|
|
|
|
|
|
|
}, |
5312
|
|
|
|
|
|
|
'1000000' => { |
5313
|
|
|
|
|
|
|
'few' => '0M', |
5314
|
|
|
|
|
|
|
'one' => '0M', |
5315
|
|
|
|
|
|
|
'other' => '0M', |
5316
|
|
|
|
|
|
|
'two' => '0M', |
5317
|
|
|
|
|
|
|
}, |
5318
|
|
|
|
|
|
|
'10000000' => { |
5319
|
|
|
|
|
|
|
'few' => '00M', |
5320
|
|
|
|
|
|
|
'one' => '00M', |
5321
|
|
|
|
|
|
|
'other' => '00M', |
5322
|
|
|
|
|
|
|
'two' => '00M', |
5323
|
|
|
|
|
|
|
}, |
5324
|
|
|
|
|
|
|
'100000000' => { |
5325
|
|
|
|
|
|
|
'few' => '000M', |
5326
|
|
|
|
|
|
|
'one' => '000M', |
5327
|
|
|
|
|
|
|
'other' => '000M', |
5328
|
|
|
|
|
|
|
'two' => '000M', |
5329
|
|
|
|
|
|
|
}, |
5330
|
|
|
|
|
|
|
'1000000000' => { |
5331
|
|
|
|
|
|
|
'few' => '0B', |
5332
|
|
|
|
|
|
|
'one' => '0B', |
5333
|
|
|
|
|
|
|
'other' => '0B', |
5334
|
|
|
|
|
|
|
'two' => '0B', |
5335
|
|
|
|
|
|
|
}, |
5336
|
|
|
|
|
|
|
'10000000000' => { |
5337
|
|
|
|
|
|
|
'few' => '00B', |
5338
|
|
|
|
|
|
|
'one' => '00B', |
5339
|
|
|
|
|
|
|
'other' => '00B', |
5340
|
|
|
|
|
|
|
'two' => '00B', |
5341
|
|
|
|
|
|
|
}, |
5342
|
|
|
|
|
|
|
'100000000000' => { |
5343
|
|
|
|
|
|
|
'few' => '000B', |
5344
|
|
|
|
|
|
|
'one' => '000B', |
5345
|
|
|
|
|
|
|
'other' => '000B', |
5346
|
|
|
|
|
|
|
'two' => '000B', |
5347
|
|
|
|
|
|
|
}, |
5348
|
|
|
|
|
|
|
'1000000000000' => { |
5349
|
|
|
|
|
|
|
'few' => '0T', |
5350
|
|
|
|
|
|
|
'one' => '0T', |
5351
|
|
|
|
|
|
|
'other' => '0T', |
5352
|
|
|
|
|
|
|
'two' => '0T', |
5353
|
|
|
|
|
|
|
}, |
5354
|
|
|
|
|
|
|
'10000000000000' => { |
5355
|
|
|
|
|
|
|
'few' => '00T', |
5356
|
|
|
|
|
|
|
'one' => '00T', |
5357
|
|
|
|
|
|
|
'other' => '00T', |
5358
|
|
|
|
|
|
|
'two' => '00T', |
5359
|
|
|
|
|
|
|
}, |
5360
|
|
|
|
|
|
|
'100000000000000' => { |
5361
|
|
|
|
|
|
|
'few' => '000T', |
5362
|
|
|
|
|
|
|
'one' => '000T', |
5363
|
|
|
|
|
|
|
'other' => '000T', |
5364
|
|
|
|
|
|
|
'two' => '000T', |
5365
|
|
|
|
|
|
|
}, |
5366
|
|
|
|
|
|
|
'standard' => { |
5367
|
|
|
|
|
|
|
'default' => '#,##0.###', |
5368
|
|
|
|
|
|
|
}, |
5369
|
|
|
|
|
|
|
}, |
5370
|
|
|
|
|
|
|
'long' => { |
5371
|
|
|
|
|
|
|
'1000' => { |
5372
|
|
|
|
|
|
|
'few' => '0 mìltean', |
5373
|
|
|
|
|
|
|
'one' => '0 mhìle', |
5374
|
|
|
|
|
|
|
'other' => '0 mìle', |
5375
|
|
|
|
|
|
|
'two' => '0 mhìle', |
5376
|
|
|
|
|
|
|
}, |
5377
|
|
|
|
|
|
|
'10000' => { |
5378
|
|
|
|
|
|
|
'few' => '00 mìltean', |
5379
|
|
|
|
|
|
|
'one' => '00 mhìle', |
5380
|
|
|
|
|
|
|
'other' => '00 mìle', |
5381
|
|
|
|
|
|
|
'two' => '00 mhìle', |
5382
|
|
|
|
|
|
|
}, |
5383
|
|
|
|
|
|
|
'100000' => { |
5384
|
|
|
|
|
|
|
'few' => '000 mìltean', |
5385
|
|
|
|
|
|
|
'one' => '000 mhìle', |
5386
|
|
|
|
|
|
|
'other' => '000 mìle', |
5387
|
|
|
|
|
|
|
'two' => '000 mhìle', |
5388
|
|
|
|
|
|
|
}, |
5389
|
|
|
|
|
|
|
'1000000' => { |
5390
|
|
|
|
|
|
|
'few' => '0 milleanan', |
5391
|
|
|
|
|
|
|
'one' => '0 mhillean', |
5392
|
|
|
|
|
|
|
'other' => '0 millean', |
5393
|
|
|
|
|
|
|
'two' => '0 mhillean', |
5394
|
|
|
|
|
|
|
}, |
5395
|
|
|
|
|
|
|
'10000000' => { |
5396
|
|
|
|
|
|
|
'few' => '00 milleanan', |
5397
|
|
|
|
|
|
|
'one' => '00 mhillean', |
5398
|
|
|
|
|
|
|
'other' => '00 millean', |
5399
|
|
|
|
|
|
|
'two' => '00 mhillean', |
5400
|
|
|
|
|
|
|
}, |
5401
|
|
|
|
|
|
|
'100000000' => { |
5402
|
|
|
|
|
|
|
'few' => '000 milleanan', |
5403
|
|
|
|
|
|
|
'one' => '000 mhillean', |
5404
|
|
|
|
|
|
|
'other' => '000 millean', |
5405
|
|
|
|
|
|
|
'two' => '000 mhillean', |
5406
|
|
|
|
|
|
|
}, |
5407
|
|
|
|
|
|
|
'1000000000' => { |
5408
|
|
|
|
|
|
|
'few' => '0 billeanan', |
5409
|
|
|
|
|
|
|
'one' => '0 bhillean', |
5410
|
|
|
|
|
|
|
'other' => '0 billean', |
5411
|
|
|
|
|
|
|
'two' => '0 bhillean', |
5412
|
|
|
|
|
|
|
}, |
5413
|
|
|
|
|
|
|
'10000000000' => { |
5414
|
|
|
|
|
|
|
'few' => '00 billeanan', |
5415
|
|
|
|
|
|
|
'one' => '00 bhillean', |
5416
|
|
|
|
|
|
|
'other' => '00 billean', |
5417
|
|
|
|
|
|
|
'two' => '00 bhillean', |
5418
|
|
|
|
|
|
|
}, |
5419
|
|
|
|
|
|
|
'100000000000' => { |
5420
|
|
|
|
|
|
|
'few' => '000 billeanan', |
5421
|
|
|
|
|
|
|
'one' => '000 bhillean', |
5422
|
|
|
|
|
|
|
'other' => '000 billean', |
5423
|
|
|
|
|
|
|
'two' => '000 bhillean', |
5424
|
|
|
|
|
|
|
}, |
5425
|
|
|
|
|
|
|
'1000000000000' => { |
5426
|
|
|
|
|
|
|
'few' => '0 trilleanan', |
5427
|
|
|
|
|
|
|
'one' => '0 trillean', |
5428
|
|
|
|
|
|
|
'other' => '0 trillean', |
5429
|
|
|
|
|
|
|
'two' => '0 thrillean', |
5430
|
|
|
|
|
|
|
}, |
5431
|
|
|
|
|
|
|
'10000000000000' => { |
5432
|
|
|
|
|
|
|
'few' => '00 trilleanan', |
5433
|
|
|
|
|
|
|
'one' => '00 trillean', |
5434
|
|
|
|
|
|
|
'other' => '00 trillean', |
5435
|
|
|
|
|
|
|
'two' => '00 thrillean', |
5436
|
|
|
|
|
|
|
}, |
5437
|
|
|
|
|
|
|
'100000000000000' => { |
5438
|
|
|
|
|
|
|
'few' => '000 trilleanan', |
5439
|
|
|
|
|
|
|
'one' => '000 trillean', |
5440
|
|
|
|
|
|
|
'other' => '000 trillean', |
5441
|
|
|
|
|
|
|
'two' => '000 thrillean', |
5442
|
|
|
|
|
|
|
}, |
5443
|
|
|
|
|
|
|
}, |
5444
|
|
|
|
|
|
|
'short' => { |
5445
|
|
|
|
|
|
|
'1000' => { |
5446
|
|
|
|
|
|
|
'few' => '0K', |
5447
|
|
|
|
|
|
|
'one' => '0K', |
5448
|
|
|
|
|
|
|
'other' => '0K', |
5449
|
|
|
|
|
|
|
'two' => '0K', |
5450
|
|
|
|
|
|
|
}, |
5451
|
|
|
|
|
|
|
'10000' => { |
5452
|
|
|
|
|
|
|
'few' => '00K', |
5453
|
|
|
|
|
|
|
'one' => '00K', |
5454
|
|
|
|
|
|
|
'other' => '00K', |
5455
|
|
|
|
|
|
|
'two' => '00K', |
5456
|
|
|
|
|
|
|
}, |
5457
|
|
|
|
|
|
|
'100000' => { |
5458
|
|
|
|
|
|
|
'few' => '000K', |
5459
|
|
|
|
|
|
|
'one' => '000K', |
5460
|
|
|
|
|
|
|
'other' => '000K', |
5461
|
|
|
|
|
|
|
'two' => '000K', |
5462
|
|
|
|
|
|
|
}, |
5463
|
|
|
|
|
|
|
'1000000' => { |
5464
|
|
|
|
|
|
|
'few' => '0M', |
5465
|
|
|
|
|
|
|
'one' => '0M', |
5466
|
|
|
|
|
|
|
'other' => '0M', |
5467
|
|
|
|
|
|
|
'two' => '0M', |
5468
|
|
|
|
|
|
|
}, |
5469
|
|
|
|
|
|
|
'10000000' => { |
5470
|
|
|
|
|
|
|
'few' => '00M', |
5471
|
|
|
|
|
|
|
'one' => '00M', |
5472
|
|
|
|
|
|
|
'other' => '00M', |
5473
|
|
|
|
|
|
|
'two' => '00M', |
5474
|
|
|
|
|
|
|
}, |
5475
|
|
|
|
|
|
|
'100000000' => { |
5476
|
|
|
|
|
|
|
'few' => '000M', |
5477
|
|
|
|
|
|
|
'one' => '000M', |
5478
|
|
|
|
|
|
|
'other' => '000M', |
5479
|
|
|
|
|
|
|
'two' => '000M', |
5480
|
|
|
|
|
|
|
}, |
5481
|
|
|
|
|
|
|
'1000000000' => { |
5482
|
|
|
|
|
|
|
'few' => '0B', |
5483
|
|
|
|
|
|
|
'one' => '0B', |
5484
|
|
|
|
|
|
|
'other' => '0B', |
5485
|
|
|
|
|
|
|
'two' => '0B', |
5486
|
|
|
|
|
|
|
}, |
5487
|
|
|
|
|
|
|
'10000000000' => { |
5488
|
|
|
|
|
|
|
'few' => '00B', |
5489
|
|
|
|
|
|
|
'one' => '00B', |
5490
|
|
|
|
|
|
|
'other' => '00B', |
5491
|
|
|
|
|
|
|
'two' => '00B', |
5492
|
|
|
|
|
|
|
}, |
5493
|
|
|
|
|
|
|
'100000000000' => { |
5494
|
|
|
|
|
|
|
'few' => '000B', |
5495
|
|
|
|
|
|
|
'one' => '000B', |
5496
|
|
|
|
|
|
|
'other' => '000B', |
5497
|
|
|
|
|
|
|
'two' => '000B', |
5498
|
|
|
|
|
|
|
}, |
5499
|
|
|
|
|
|
|
'1000000000000' => { |
5500
|
|
|
|
|
|
|
'few' => '0T', |
5501
|
|
|
|
|
|
|
'one' => '0T', |
5502
|
|
|
|
|
|
|
'other' => '0T', |
5503
|
|
|
|
|
|
|
'two' => '0T', |
5504
|
|
|
|
|
|
|
}, |
5505
|
|
|
|
|
|
|
'10000000000000' => { |
5506
|
|
|
|
|
|
|
'few' => '00T', |
5507
|
|
|
|
|
|
|
'one' => '00T', |
5508
|
|
|
|
|
|
|
'other' => '00T', |
5509
|
|
|
|
|
|
|
'two' => '00T', |
5510
|
|
|
|
|
|
|
}, |
5511
|
|
|
|
|
|
|
'100000000000000' => { |
5512
|
|
|
|
|
|
|
'few' => '000T', |
5513
|
|
|
|
|
|
|
'one' => '000T', |
5514
|
|
|
|
|
|
|
'other' => '000T', |
5515
|
|
|
|
|
|
|
'two' => '000T', |
5516
|
|
|
|
|
|
|
}, |
5517
|
|
|
|
|
|
|
}, |
5518
|
|
|
|
|
|
|
}, |
5519
|
|
|
|
|
|
|
percentFormat => { |
5520
|
|
|
|
|
|
|
'default' => { |
5521
|
|
|
|
|
|
|
'standard' => { |
5522
|
|
|
|
|
|
|
'default' => '#,##0%', |
5523
|
|
|
|
|
|
|
}, |
5524
|
|
|
|
|
|
|
}, |
5525
|
|
|
|
|
|
|
}, |
5526
|
|
|
|
|
|
|
scientificFormat => { |
5527
|
|
|
|
|
|
|
'default' => { |
5528
|
|
|
|
|
|
|
'standard' => { |
5529
|
|
|
|
|
|
|
'default' => '#E0', |
5530
|
|
|
|
|
|
|
}, |
5531
|
|
|
|
|
|
|
}, |
5532
|
|
|
|
|
|
|
}, |
5533
|
|
|
|
|
|
|
} }, |
5534
|
|
|
|
|
|
|
); |
5535
|
|
|
|
|
|
|
|
5536
|
|
|
|
|
|
|
has 'number_currency_formats' => ( |
5537
|
|
|
|
|
|
|
is => 'ro', |
5538
|
|
|
|
|
|
|
isa => HashRef, |
5539
|
|
|
|
|
|
|
init_arg => undef, |
5540
|
|
|
|
|
|
|
default => sub { { |
5541
|
|
|
|
|
|
|
'fullwide' => { |
5542
|
|
|
|
|
|
|
'pattern' => { |
5543
|
|
|
|
|
|
|
'default' => { |
5544
|
|
|
|
|
|
|
'accounting' => { |
5545
|
|
|
|
|
|
|
'negative' => '(¤#,##0.00)', |
5546
|
|
|
|
|
|
|
'positive' => '¤#,##0.00', |
5547
|
|
|
|
|
|
|
}, |
5548
|
|
|
|
|
|
|
'standard' => { |
5549
|
|
|
|
|
|
|
'positive' => '¤#,##0.00', |
5550
|
|
|
|
|
|
|
}, |
5551
|
|
|
|
|
|
|
}, |
5552
|
|
|
|
|
|
|
}, |
5553
|
|
|
|
|
|
|
}, |
5554
|
|
|
|
|
|
|
'latn' => { |
5555
|
|
|
|
|
|
|
'pattern' => { |
5556
|
|
|
|
|
|
|
'default' => { |
5557
|
|
|
|
|
|
|
'accounting' => { |
5558
|
|
|
|
|
|
|
'negative' => '(¤#,##0.00)', |
5559
|
|
|
|
|
|
|
'positive' => '¤#,##0.00', |
5560
|
|
|
|
|
|
|
}, |
5561
|
|
|
|
|
|
|
'standard' => { |
5562
|
|
|
|
|
|
|
'positive' => '¤#,##0.00', |
5563
|
|
|
|
|
|
|
}, |
5564
|
|
|
|
|
|
|
}, |
5565
|
|
|
|
|
|
|
}, |
5566
|
|
|
|
|
|
|
}, |
5567
|
|
|
|
|
|
|
} }, |
5568
|
|
|
|
|
|
|
); |
5569
|
|
|
|
|
|
|
|
5570
|
|
|
|
|
|
|
has 'currencies' => ( |
5571
|
|
|
|
|
|
|
is => 'ro', |
5572
|
|
|
|
|
|
|
isa => HashRef, |
5573
|
|
|
|
|
|
|
init_arg => undef, |
5574
|
|
|
|
|
|
|
default => sub { { |
5575
|
|
|
|
|
|
|
'ADP' => { |
5576
|
|
|
|
|
|
|
symbol => 'ADP', |
5577
|
|
|
|
|
|
|
display_name => { |
5578
|
|
|
|
|
|
|
'currency' => q(Peseta Andorrach), |
5579
|
|
|
|
|
|
|
'few' => q(peseta Andorrach), |
5580
|
|
|
|
|
|
|
'one' => q(pheseta Andorrach), |
5581
|
|
|
|
|
|
|
'other' => q(peseta Andorrach), |
5582
|
|
|
|
|
|
|
'two' => q(pheseta Andorrach), |
5583
|
|
|
|
|
|
|
}, |
5584
|
|
|
|
|
|
|
}, |
5585
|
|
|
|
|
|
|
'AED' => { |
5586
|
|
|
|
|
|
|
symbol => 'AED', |
5587
|
|
|
|
|
|
|
display_name => { |
5588
|
|
|
|
|
|
|
'currency' => q(Dirham nan Iomaratan Arabach Aonaichte), |
5589
|
|
|
|
|
|
|
'few' => q(dirham nan IAA), |
5590
|
|
|
|
|
|
|
'one' => q(dirham nan IAA), |
5591
|
|
|
|
|
|
|
'other' => q(dirham nan IAA), |
5592
|
|
|
|
|
|
|
'two' => q(dhirham nan IAA), |
5593
|
|
|
|
|
|
|
}, |
5594
|
|
|
|
|
|
|
}, |
5595
|
|
|
|
|
|
|
'AFA' => { |
5596
|
|
|
|
|
|
|
symbol => 'AFA', |
5597
|
|
|
|
|
|
|
display_name => { |
5598
|
|
|
|
|
|
|
'currency' => q(Afghani Afghanach \(1927â2002\)), |
5599
|
|
|
|
|
|
|
'few' => q(afghani Afghanach \(1927â2002\)), |
5600
|
|
|
|
|
|
|
'one' => q(afghani Afghanach \(1927â2002\)), |
5601
|
|
|
|
|
|
|
'other' => q(afghani Afghanach \(1927â2002\)), |
5602
|
|
|
|
|
|
|
'two' => q(afghani Afghanach \(1927â2002\)), |
5603
|
|
|
|
|
|
|
}, |
5604
|
|
|
|
|
|
|
}, |
5605
|
|
|
|
|
|
|
'AFN' => { |
5606
|
|
|
|
|
|
|
symbol => 'AFN', |
5607
|
|
|
|
|
|
|
display_name => { |
5608
|
|
|
|
|
|
|
'currency' => q(Afghani Afghanach), |
5609
|
|
|
|
|
|
|
'few' => q(afghani Afghanach), |
5610
|
|
|
|
|
|
|
'one' => q(afghani Afghanach), |
5611
|
|
|
|
|
|
|
'other' => q(afghani Afghanach), |
5612
|
|
|
|
|
|
|
'two' => q(afghani Afghanach), |
5613
|
|
|
|
|
|
|
}, |
5614
|
|
|
|
|
|
|
}, |
5615
|
|
|
|
|
|
|
'ALK' => { |
5616
|
|
|
|
|
|
|
symbol => 'ALK', |
5617
|
|
|
|
|
|
|
display_name => { |
5618
|
|
|
|
|
|
|
'currency' => q(Lek Albà ineach \(1946â1965\)), |
5619
|
|
|
|
|
|
|
'few' => q(lek Albà ineach \(1946â1965\)), |
5620
|
|
|
|
|
|
|
'one' => q(lek Albà ineach \(1946â1965\)), |
5621
|
|
|
|
|
|
|
'other' => q(lek Albà ineach \(1946â1965\)), |
5622
|
|
|
|
|
|
|
'two' => q(lek Albà ineach \(1946â1965\)), |
5623
|
|
|
|
|
|
|
}, |
5624
|
|
|
|
|
|
|
}, |
5625
|
|
|
|
|
|
|
'ALL' => { |
5626
|
|
|
|
|
|
|
symbol => 'ALL', |
5627
|
|
|
|
|
|
|
display_name => { |
5628
|
|
|
|
|
|
|
'currency' => q(Lek Albà ineach), |
5629
|
|
|
|
|
|
|
'few' => q(lek Albà ineach), |
5630
|
|
|
|
|
|
|
'one' => q(lek Albà ineach), |
5631
|
|
|
|
|
|
|
'other' => q(lek Albà ineach), |
5632
|
|
|
|
|
|
|
'two' => q(lek Albà ineach), |
5633
|
|
|
|
|
|
|
}, |
5634
|
|
|
|
|
|
|
}, |
5635
|
|
|
|
|
|
|
'AMD' => { |
5636
|
|
|
|
|
|
|
symbol => 'AMD', |
5637
|
|
|
|
|
|
|
display_name => { |
5638
|
|
|
|
|
|
|
'currency' => q(Dram Airmeineach), |
5639
|
|
|
|
|
|
|
'few' => q(dram Airmeineach), |
5640
|
|
|
|
|
|
|
'one' => q(dram Airmeineach), |
5641
|
|
|
|
|
|
|
'other' => q(dram Airmeineach), |
5642
|
|
|
|
|
|
|
'two' => q(dhram Airmeineach), |
5643
|
|
|
|
|
|
|
}, |
5644
|
|
|
|
|
|
|
}, |
5645
|
|
|
|
|
|
|
'ANG' => { |
5646
|
|
|
|
|
|
|
symbol => 'ANG', |
5647
|
|
|
|
|
|
|
display_name => { |
5648
|
|
|
|
|
|
|
'currency' => q(Gulden Eileanan Aintilia nan Tìrean Ãsle), |
5649
|
|
|
|
|
|
|
'few' => q(gulden Eileanan Aintilia nan Tìrean Ãsle), |
5650
|
|
|
|
|
|
|
'one' => q(ghulden Eileanan Aintilia nan Tìrean Ãsle), |
5651
|
|
|
|
|
|
|
'other' => q(gulden Eileanan Aintilia nan Tìrean Ãsle), |
5652
|
|
|
|
|
|
|
'two' => q(ghulden Eileanan Aintilia nan Tìrean Ãsle), |
5653
|
|
|
|
|
|
|
}, |
5654
|
|
|
|
|
|
|
}, |
5655
|
|
|
|
|
|
|
'AOA' => { |
5656
|
|
|
|
|
|
|
symbol => 'AOA', |
5657
|
|
|
|
|
|
|
display_name => { |
5658
|
|
|
|
|
|
|
'currency' => q(Kwanza Angòlach), |
5659
|
|
|
|
|
|
|
'few' => q(kwanza Angòlach), |
5660
|
|
|
|
|
|
|
'one' => q(kwanza Angòlach), |
5661
|
|
|
|
|
|
|
'other' => q(kwanza Angòlach), |
5662
|
|
|
|
|
|
|
'two' => q(kwanza Angòlach), |
5663
|
|
|
|
|
|
|
}, |
5664
|
|
|
|
|
|
|
}, |
5665
|
|
|
|
|
|
|
'AOK' => { |
5666
|
|
|
|
|
|
|
symbol => 'AOK', |
5667
|
|
|
|
|
|
|
display_name => { |
5668
|
|
|
|
|
|
|
'currency' => q(Kwanza Angòlach \(1977â1991\)), |
5669
|
|
|
|
|
|
|
'few' => q(kwanza Angòlach \(1977â1991\)), |
5670
|
|
|
|
|
|
|
'one' => q(kwanza Angòlach \(1977â1991\)), |
5671
|
|
|
|
|
|
|
'other' => q(kwanza Angòlach \(1977â1991\)), |
5672
|
|
|
|
|
|
|
'two' => q(kwanza Angòlach \(1977â1991\)), |
5673
|
|
|
|
|
|
|
}, |
5674
|
|
|
|
|
|
|
}, |
5675
|
|
|
|
|
|
|
'AON' => { |
5676
|
|
|
|
|
|
|
symbol => 'AON', |
5677
|
|
|
|
|
|
|
display_name => { |
5678
|
|
|
|
|
|
|
'currency' => q(Kwanza ùr Angòlach \(1990â2000\)), |
5679
|
|
|
|
|
|
|
'few' => q(kwanza ùr Angòlach \(1990â2000\)), |
5680
|
|
|
|
|
|
|
'one' => q(kwanza ùr Angòlach \(1990â2000\)), |
5681
|
|
|
|
|
|
|
'other' => q(kwanza ùr Angòlach \(1990â2000\)), |
5682
|
|
|
|
|
|
|
'two' => q(kwanza ùr Angòlach \(1990â2000\)), |
5683
|
|
|
|
|
|
|
}, |
5684
|
|
|
|
|
|
|
}, |
5685
|
|
|
|
|
|
|
'AOR' => { |
5686
|
|
|
|
|
|
|
symbol => 'AOR', |
5687
|
|
|
|
|
|
|
display_name => { |
5688
|
|
|
|
|
|
|
'currency' => q(Kwanza ath-ghleusaichte Angòlach \(1995â1999\)), |
5689
|
|
|
|
|
|
|
'few' => q(kwanza ath-ghleusaichte Angòlach \(1995â1999\)), |
5690
|
|
|
|
|
|
|
'one' => q(kwanza ath-ghleusaichte Angòlach \(1995â1999\)), |
5691
|
|
|
|
|
|
|
'other' => q(kwanza ath-ghleusaichte Angòlach \(1995â1999\)), |
5692
|
|
|
|
|
|
|
'two' => q(kwanza ath-ghleusaichte Angòlach \(1995â1999\)), |
5693
|
|
|
|
|
|
|
}, |
5694
|
|
|
|
|
|
|
}, |
5695
|
|
|
|
|
|
|
'ARA' => { |
5696
|
|
|
|
|
|
|
symbol => 'ARA', |
5697
|
|
|
|
|
|
|
display_name => { |
5698
|
|
|
|
|
|
|
'currency' => q(Austral Argantaineach), |
5699
|
|
|
|
|
|
|
'few' => q(austral Argantaineach), |
5700
|
|
|
|
|
|
|
'one' => q(austral Argantaineach), |
5701
|
|
|
|
|
|
|
'other' => q(austral Argantaineach), |
5702
|
|
|
|
|
|
|
'two' => q(austral Argantaineach), |
5703
|
|
|
|
|
|
|
}, |
5704
|
|
|
|
|
|
|
}, |
5705
|
|
|
|
|
|
|
'ARL' => { |
5706
|
|
|
|
|
|
|
symbol => 'ARL', |
5707
|
|
|
|
|
|
|
display_name => { |
5708
|
|
|
|
|
|
|
'currency' => q(Peso ley Argantaineach \(1970â1983\)), |
5709
|
|
|
|
|
|
|
'few' => q(pesothan ley Argantaineach \(1970â1983\)), |
5710
|
|
|
|
|
|
|
'one' => q(pheso ley Argantaineach \(1970â1983\)), |
5711
|
|
|
|
|
|
|
'other' => q(peso ley Argantaineach \(1970â1983\)), |
5712
|
|
|
|
|
|
|
'two' => q(pheso ley Argantaineach \(1970â1983\)), |
5713
|
|
|
|
|
|
|
}, |
5714
|
|
|
|
|
|
|
}, |
5715
|
|
|
|
|
|
|
'ARM' => { |
5716
|
|
|
|
|
|
|
symbol => 'ARM', |
5717
|
|
|
|
|
|
|
display_name => { |
5718
|
|
|
|
|
|
|
'currency' => q(Peso Argantaineach \(1881â1970\)), |
5719
|
|
|
|
|
|
|
'few' => q(pesothan Argantaineach \(1881â1970\)), |
5720
|
|
|
|
|
|
|
'one' => q(pheso Argantaineach \(1881â1970\)), |
5721
|
|
|
|
|
|
|
'other' => q(peso Argantaineach \(1881â1970\)), |
5722
|
|
|
|
|
|
|
'two' => q(pheso Argantaineach \(1881â1970\)), |
5723
|
|
|
|
|
|
|
}, |
5724
|
|
|
|
|
|
|
}, |
5725
|
|
|
|
|
|
|
'ARP' => { |
5726
|
|
|
|
|
|
|
symbol => 'ARP', |
5727
|
|
|
|
|
|
|
display_name => { |
5728
|
|
|
|
|
|
|
'currency' => q(Peso Argantaineach \(1983â1985\)), |
5729
|
|
|
|
|
|
|
'few' => q(pesothan Argantaineach \(1983â1985\)), |
5730
|
|
|
|
|
|
|
'one' => q(pheso Argantaineach \(1983â1985\)), |
5731
|
|
|
|
|
|
|
'other' => q(peso Argantaineach \(1983â1985\)), |
5732
|
|
|
|
|
|
|
'two' => q(pheso Argantaineach \(1983â1985\)), |
5733
|
|
|
|
|
|
|
}, |
5734
|
|
|
|
|
|
|
}, |
5735
|
|
|
|
|
|
|
'ARS' => { |
5736
|
|
|
|
|
|
|
symbol => 'ARS', |
5737
|
|
|
|
|
|
|
display_name => { |
5738
|
|
|
|
|
|
|
'currency' => q(Peso Argantaineach), |
5739
|
|
|
|
|
|
|
'few' => q(pesothan Argantaineach), |
5740
|
|
|
|
|
|
|
'one' => q(pheso Argantaineach), |
5741
|
|
|
|
|
|
|
'other' => q(peso Argantaineach), |
5742
|
|
|
|
|
|
|
'two' => q(pheso Argantaineach), |
5743
|
|
|
|
|
|
|
}, |
5744
|
|
|
|
|
|
|
}, |
5745
|
|
|
|
|
|
|
'ATS' => { |
5746
|
|
|
|
|
|
|
symbol => 'ATS', |
5747
|
|
|
|
|
|
|
display_name => { |
5748
|
|
|
|
|
|
|
'currency' => q(Schilling Ostaireach), |
5749
|
|
|
|
|
|
|
'few' => q(schilling Ostaireach), |
5750
|
|
|
|
|
|
|
'one' => q(schilling Ostaireach), |
5751
|
|
|
|
|
|
|
'other' => q(schilling Ostaireach), |
5752
|
|
|
|
|
|
|
'two' => q(schilling Ostaireach), |
5753
|
|
|
|
|
|
|
}, |
5754
|
|
|
|
|
|
|
}, |
5755
|
|
|
|
|
|
|
'AUD' => { |
5756
|
|
|
|
|
|
|
symbol => 'A$', |
5757
|
|
|
|
|
|
|
display_name => { |
5758
|
|
|
|
|
|
|
'currency' => q(Dolar Astrà ilianach), |
5759
|
|
|
|
|
|
|
'few' => q(dolaran Astrà ilianach), |
5760
|
|
|
|
|
|
|
'one' => q(dolar Astrà ilianach), |
5761
|
|
|
|
|
|
|
'other' => q(dolar Astrà ilianach), |
5762
|
|
|
|
|
|
|
'two' => q(dholar Astrà ilianach), |
5763
|
|
|
|
|
|
|
}, |
5764
|
|
|
|
|
|
|
}, |
5765
|
|
|
|
|
|
|
'AWG' => { |
5766
|
|
|
|
|
|
|
symbol => 'AWG', |
5767
|
|
|
|
|
|
|
display_name => { |
5768
|
|
|
|
|
|
|
'currency' => q(Florin Arùbach), |
5769
|
|
|
|
|
|
|
'few' => q(florin Arùbach), |
5770
|
|
|
|
|
|
|
'one' => q(fhlorin Arùbach), |
5771
|
|
|
|
|
|
|
'other' => q(florin Arùbach), |
5772
|
|
|
|
|
|
|
'two' => q(fhlorin Arùbach), |
5773
|
|
|
|
|
|
|
}, |
5774
|
|
|
|
|
|
|
}, |
5775
|
|
|
|
|
|
|
'AZM' => { |
5776
|
|
|
|
|
|
|
symbol => 'AZM', |
5777
|
|
|
|
|
|
|
display_name => { |
5778
|
|
|
|
|
|
|
'currency' => q(Manat Asarbaideà nach \(1993â2006\)), |
5779
|
|
|
|
|
|
|
'few' => q(manat Asarbaideà nach \(1993â2006\)), |
5780
|
|
|
|
|
|
|
'one' => q(mhanat Asarbaideà nach \(1993â2006\)), |
5781
|
|
|
|
|
|
|
'other' => q(manat Asarbaideà nach \(1993â2006\)), |
5782
|
|
|
|
|
|
|
'two' => q(mhanat Asarbaideà nach \(1993â2006\)), |
5783
|
|
|
|
|
|
|
}, |
5784
|
|
|
|
|
|
|
}, |
5785
|
|
|
|
|
|
|
'AZN' => { |
5786
|
|
|
|
|
|
|
symbol => 'AZN', |
5787
|
|
|
|
|
|
|
display_name => { |
5788
|
|
|
|
|
|
|
'currency' => q(Manat Asarbaideà nach), |
5789
|
|
|
|
|
|
|
'few' => q(manat Asarbaideà nach), |
5790
|
|
|
|
|
|
|
'one' => q(mhanat Asarbaideà nach), |
5791
|
|
|
|
|
|
|
'other' => q(manat Asarbaideà nach), |
5792
|
|
|
|
|
|
|
'two' => q(mhanat Asarbaideà nach), |
5793
|
|
|
|
|
|
|
}, |
5794
|
|
|
|
|
|
|
}, |
5795
|
|
|
|
|
|
|
'BAD' => { |
5796
|
|
|
|
|
|
|
symbol => 'BAD', |
5797
|
|
|
|
|
|
|
display_name => { |
5798
|
|
|
|
|
|
|
'currency' => q(Dinar Bhosna agus Hearsagobhana \(1992â1994\)), |
5799
|
|
|
|
|
|
|
'few' => q(dinar Bhosna agus Hearsagobhana \(1992â1994\)), |
5800
|
|
|
|
|
|
|
'one' => q(dinar Bhosna agus Hearsagobhana \(1992â1994\)), |
5801
|
|
|
|
|
|
|
'other' => q(dinar Bhosna agus Hearsagobhana \(1992â1994\)), |
5802
|
|
|
|
|
|
|
'two' => q(dhinar Bhosna agus Hearsagobhana \(1992â1994\)), |
5803
|
|
|
|
|
|
|
}, |
5804
|
|
|
|
|
|
|
}, |
5805
|
|
|
|
|
|
|
'BAM' => { |
5806
|
|
|
|
|
|
|
symbol => 'BAM', |
5807
|
|
|
|
|
|
|
display_name => { |
5808
|
|
|
|
|
|
|
'currency' => q(Mark iompachail Bhosna agus Hearsagobhana), |
5809
|
|
|
|
|
|
|
'few' => q(mark iompachail Bhosna agus Hearsagobhana), |
5810
|
|
|
|
|
|
|
'one' => q(mhark iompachail Bhosna agus Hearsagobhana), |
5811
|
|
|
|
|
|
|
'other' => q(mark iompachail Bhosna agus Hearsagobhana), |
5812
|
|
|
|
|
|
|
'two' => q(mhark iompachail Bhosna agus Hearsagobhana), |
5813
|
|
|
|
|
|
|
}, |
5814
|
|
|
|
|
|
|
}, |
5815
|
|
|
|
|
|
|
'BAN' => { |
5816
|
|
|
|
|
|
|
symbol => 'BAN', |
5817
|
|
|
|
|
|
|
display_name => { |
5818
|
|
|
|
|
|
|
'currency' => q(Dinar ùr Bhosna agus Hearsagobhana \(1994â1997\)), |
5819
|
|
|
|
|
|
|
'few' => q(dinar ùr Bhosna agus Hearsagobhana \(1994â1997\)), |
5820
|
|
|
|
|
|
|
'one' => q(dinar ùr Bhosna agus Hearsagobhana \(1994â1997\)), |
5821
|
|
|
|
|
|
|
'other' => q(dinar ùr Bhosna agus Hearsagobhana \(1994â1997\)), |
5822
|
|
|
|
|
|
|
'two' => q(dhinar ùr Bhosna agus Hearsagobhana \(1994â1997\)), |
5823
|
|
|
|
|
|
|
}, |
5824
|
|
|
|
|
|
|
}, |
5825
|
|
|
|
|
|
|
'BBD' => { |
5826
|
|
|
|
|
|
|
symbol => 'BBD', |
5827
|
|
|
|
|
|
|
display_name => { |
5828
|
|
|
|
|
|
|
'currency' => q(Dolar Barbadach), |
5829
|
|
|
|
|
|
|
'few' => q(dolaran Barbadach), |
5830
|
|
|
|
|
|
|
'one' => q(dolar Barbadach), |
5831
|
|
|
|
|
|
|
'other' => q(dolar Barbadach), |
5832
|
|
|
|
|
|
|
'two' => q(dholar Barbadach), |
5833
|
|
|
|
|
|
|
}, |
5834
|
|
|
|
|
|
|
}, |
5835
|
|
|
|
|
|
|
'BDT' => { |
5836
|
|
|
|
|
|
|
symbol => 'BDT', |
5837
|
|
|
|
|
|
|
display_name => { |
5838
|
|
|
|
|
|
|
'currency' => q(Taka Bangladaiseach), |
5839
|
|
|
|
|
|
|
'few' => q(taka Bangladaiseach), |
5840
|
|
|
|
|
|
|
'one' => q(taka Bangladaiseach), |
5841
|
|
|
|
|
|
|
'other' => q(taka Bangladaiseach), |
5842
|
|
|
|
|
|
|
'two' => q(thaka Bangladaiseach), |
5843
|
|
|
|
|
|
|
}, |
5844
|
|
|
|
|
|
|
}, |
5845
|
|
|
|
|
|
|
'BEC' => { |
5846
|
|
|
|
|
|
|
symbol => 'BEC', |
5847
|
|
|
|
|
|
|
display_name => { |
5848
|
|
|
|
|
|
|
'currency' => q(Franc Beilgeach \(iompachail\)), |
5849
|
|
|
|
|
|
|
'few' => q(franc Beilgeach \(iompachail\)), |
5850
|
|
|
|
|
|
|
'one' => q(fhranc Beilgeach \(iompachail\)), |
5851
|
|
|
|
|
|
|
'other' => q(franc Beilgeach \(iompachail\)), |
5852
|
|
|
|
|
|
|
'two' => q(fhranc Beilgeach \(iompachail\)), |
5853
|
|
|
|
|
|
|
}, |
5854
|
|
|
|
|
|
|
}, |
5855
|
|
|
|
|
|
|
'BEF' => { |
5856
|
|
|
|
|
|
|
symbol => 'BEF', |
5857
|
|
|
|
|
|
|
display_name => { |
5858
|
|
|
|
|
|
|
'currency' => q(Franc Beilgeach), |
5859
|
|
|
|
|
|
|
'few' => q(franc Beilgeach), |
5860
|
|
|
|
|
|
|
'one' => q(fhranc Beilgeach), |
5861
|
|
|
|
|
|
|
'other' => q(franc Beilgeach), |
5862
|
|
|
|
|
|
|
'two' => q(fhranc Beilgeach), |
5863
|
|
|
|
|
|
|
}, |
5864
|
|
|
|
|
|
|
}, |
5865
|
|
|
|
|
|
|
'BEL' => { |
5866
|
|
|
|
|
|
|
symbol => 'BEL', |
5867
|
|
|
|
|
|
|
display_name => { |
5868
|
|
|
|
|
|
|
'currency' => q(Franc Beilgeach \(ionmhasail\)), |
5869
|
|
|
|
|
|
|
'few' => q(franc Beilgeach \(ionmhasail\)), |
5870
|
|
|
|
|
|
|
'one' => q(fhranc Beilgeach \(ionmhasail\)), |
5871
|
|
|
|
|
|
|
'other' => q(franc Beilgeach \(ionmhasail\)), |
5872
|
|
|
|
|
|
|
'two' => q(fhranc Beilgeach \(ionmhasail\)), |
5873
|
|
|
|
|
|
|
}, |
5874
|
|
|
|
|
|
|
}, |
5875
|
|
|
|
|
|
|
'BGL' => { |
5876
|
|
|
|
|
|
|
symbol => 'BGL', |
5877
|
|
|
|
|
|
|
display_name => { |
5878
|
|
|
|
|
|
|
'currency' => q(Lev cruaidh Bulgarach), |
5879
|
|
|
|
|
|
|
'few' => q(lev cruaidh Bulgarach), |
5880
|
|
|
|
|
|
|
'one' => q(lev cruaidh Bulgarach), |
5881
|
|
|
|
|
|
|
'other' => q(lev cruaidh Bulgarach), |
5882
|
|
|
|
|
|
|
'two' => q(lev cruaidh Bulgarach), |
5883
|
|
|
|
|
|
|
}, |
5884
|
|
|
|
|
|
|
}, |
5885
|
|
|
|
|
|
|
'BGM' => { |
5886
|
|
|
|
|
|
|
symbol => 'BGM', |
5887
|
|
|
|
|
|
|
display_name => { |
5888
|
|
|
|
|
|
|
'currency' => q(Lev sòisealach Bulgarach), |
5889
|
|
|
|
|
|
|
'few' => q(lev sòisealach Bulgarach), |
5890
|
|
|
|
|
|
|
'one' => q(lev sòisealach Bulgarach), |
5891
|
|
|
|
|
|
|
'other' => q(lev sòisealach Bulgarach), |
5892
|
|
|
|
|
|
|
'two' => q(lev sòisealach Bulgarach), |
5893
|
|
|
|
|
|
|
}, |
5894
|
|
|
|
|
|
|
}, |
5895
|
|
|
|
|
|
|
'BGN' => { |
5896
|
|
|
|
|
|
|
symbol => 'BGN', |
5897
|
|
|
|
|
|
|
display_name => { |
5898
|
|
|
|
|
|
|
'currency' => q(Lev Bulgarach), |
5899
|
|
|
|
|
|
|
'few' => q(lev Bulgarach), |
5900
|
|
|
|
|
|
|
'one' => q(lev Bulgarach), |
5901
|
|
|
|
|
|
|
'other' => q(lev Bulgarach), |
5902
|
|
|
|
|
|
|
'two' => q(lev Bulgarach), |
5903
|
|
|
|
|
|
|
}, |
5904
|
|
|
|
|
|
|
}, |
5905
|
|
|
|
|
|
|
'BGO' => { |
5906
|
|
|
|
|
|
|
symbol => 'BGO', |
5907
|
|
|
|
|
|
|
display_name => { |
5908
|
|
|
|
|
|
|
'currency' => q(Lev Bulgarach \(1879â1952\)), |
5909
|
|
|
|
|
|
|
'few' => q(lev Bulgarach \(1879â1952\)), |
5910
|
|
|
|
|
|
|
'one' => q(lev Bulgarach \(1879â1952\)), |
5911
|
|
|
|
|
|
|
'other' => q(lev Bulgarach \(1879â1952\)), |
5912
|
|
|
|
|
|
|
'two' => q(lev Bulgarach \(1879â1952\)), |
5913
|
|
|
|
|
|
|
}, |
5914
|
|
|
|
|
|
|
}, |
5915
|
|
|
|
|
|
|
'BHD' => { |
5916
|
|
|
|
|
|
|
symbol => 'BHD', |
5917
|
|
|
|
|
|
|
display_name => { |
5918
|
|
|
|
|
|
|
'currency' => q(Dinar Bachraineach), |
5919
|
|
|
|
|
|
|
'few' => q(dinar Bachraineach), |
5920
|
|
|
|
|
|
|
'one' => q(dinar Bachraineach), |
5921
|
|
|
|
|
|
|
'other' => q(dinar Bachraineach), |
5922
|
|
|
|
|
|
|
'two' => q(dhinar Bachraineach), |
5923
|
|
|
|
|
|
|
}, |
5924
|
|
|
|
|
|
|
}, |
5925
|
|
|
|
|
|
|
'BIF' => { |
5926
|
|
|
|
|
|
|
symbol => 'BIF', |
5927
|
|
|
|
|
|
|
display_name => { |
5928
|
|
|
|
|
|
|
'currency' => q(Franc Burundaidheach), |
5929
|
|
|
|
|
|
|
'few' => q(franc Burundaidheach), |
5930
|
|
|
|
|
|
|
'one' => q(fhranc Burundaidheach), |
5931
|
|
|
|
|
|
|
'other' => q(franc Burundaidheach), |
5932
|
|
|
|
|
|
|
'two' => q(fhranc Burundaidheach), |
5933
|
|
|
|
|
|
|
}, |
5934
|
|
|
|
|
|
|
}, |
5935
|
|
|
|
|
|
|
'BMD' => { |
5936
|
|
|
|
|
|
|
symbol => 'BMD', |
5937
|
|
|
|
|
|
|
display_name => { |
5938
|
|
|
|
|
|
|
'currency' => q(Dolar Bearmùdach), |
5939
|
|
|
|
|
|
|
'few' => q(dolaran Bearmùdach), |
5940
|
|
|
|
|
|
|
'one' => q(dolar Bearmùdach), |
5941
|
|
|
|
|
|
|
'other' => q(dolar Bearmùdach), |
5942
|
|
|
|
|
|
|
'two' => q(dholar Bearmùdach), |
5943
|
|
|
|
|
|
|
}, |
5944
|
|
|
|
|
|
|
}, |
5945
|
|
|
|
|
|
|
'BND' => { |
5946
|
|
|
|
|
|
|
symbol => 'BND', |
5947
|
|
|
|
|
|
|
display_name => { |
5948
|
|
|
|
|
|
|
'currency' => q(Dolar Brùnaigheach), |
5949
|
|
|
|
|
|
|
'few' => q(dolaran Brùnaigheach), |
5950
|
|
|
|
|
|
|
'one' => q(dolar Brùnaigheach), |
5951
|
|
|
|
|
|
|
'other' => q(dolar Brùnaigheach), |
5952
|
|
|
|
|
|
|
'two' => q(dholar Brùnaigheach), |
5953
|
|
|
|
|
|
|
}, |
5954
|
|
|
|
|
|
|
}, |
5955
|
|
|
|
|
|
|
'BOB' => { |
5956
|
|
|
|
|
|
|
symbol => 'BOB', |
5957
|
|
|
|
|
|
|
display_name => { |
5958
|
|
|
|
|
|
|
'currency' => q(Boliviano Boilibhiach), |
5959
|
|
|
|
|
|
|
'few' => q(boliviano Boilibhiach), |
5960
|
|
|
|
|
|
|
'one' => q(bholiviano Boilibhiach), |
5961
|
|
|
|
|
|
|
'other' => q(boliviano Boilibhiach), |
5962
|
|
|
|
|
|
|
'two' => q(bholiviano Boilibhiach), |
5963
|
|
|
|
|
|
|
}, |
5964
|
|
|
|
|
|
|
}, |
5965
|
|
|
|
|
|
|
'BOL' => { |
5966
|
|
|
|
|
|
|
symbol => 'BOL', |
5967
|
|
|
|
|
|
|
display_name => { |
5968
|
|
|
|
|
|
|
'currency' => q(Boliviano Boilibhiach \(1863â1963\)), |
5969
|
|
|
|
|
|
|
'few' => q(boliviano Boilibhiach \(1863â1963\)), |
5970
|
|
|
|
|
|
|
'one' => q(bholiviano Boilibhiach \(1863â1963\)), |
5971
|
|
|
|
|
|
|
'other' => q(boliviano Boilibhiach \(1863â1963\)), |
5972
|
|
|
|
|
|
|
'two' => q(bholiviano Boilibhiach \(1863â1963\)), |
5973
|
|
|
|
|
|
|
}, |
5974
|
|
|
|
|
|
|
}, |
5975
|
|
|
|
|
|
|
'BOP' => { |
5976
|
|
|
|
|
|
|
symbol => 'BOP', |
5977
|
|
|
|
|
|
|
display_name => { |
5978
|
|
|
|
|
|
|
'currency' => q(Peso Boilibhiach), |
5979
|
|
|
|
|
|
|
'few' => q(pesothan Boilibhiach), |
5980
|
|
|
|
|
|
|
'one' => q(pheso Boilibhiach), |
5981
|
|
|
|
|
|
|
'other' => q(peso Boilibhiach), |
5982
|
|
|
|
|
|
|
'two' => q(pheso Boilibhiach), |
5983
|
|
|
|
|
|
|
}, |
5984
|
|
|
|
|
|
|
}, |
5985
|
|
|
|
|
|
|
'BOV' => { |
5986
|
|
|
|
|
|
|
symbol => 'BOV', |
5987
|
|
|
|
|
|
|
display_name => { |
5988
|
|
|
|
|
|
|
'currency' => q(Mvdol Boilibhiach), |
5989
|
|
|
|
|
|
|
'few' => q(mvdol Boilibhiach), |
5990
|
|
|
|
|
|
|
'one' => q(mvdol Boilibhiach), |
5991
|
|
|
|
|
|
|
'other' => q(mvdol Boilibhiach), |
5992
|
|
|
|
|
|
|
'two' => q(mvdol Boilibhiach), |
5993
|
|
|
|
|
|
|
}, |
5994
|
|
|
|
|
|
|
}, |
5995
|
|
|
|
|
|
|
'BRB' => { |
5996
|
|
|
|
|
|
|
symbol => 'BRB', |
5997
|
|
|
|
|
|
|
display_name => { |
5998
|
|
|
|
|
|
|
'currency' => q(Cruzeiro ùr Braisileach \(1967â1986\)), |
5999
|
|
|
|
|
|
|
'few' => q(cruzeiro ùr Braisileach \(1967â1986\)), |
6000
|
|
|
|
|
|
|
'one' => q(chruzeiro ùr Braisileach \(1967â1986\)), |
6001
|
|
|
|
|
|
|
'other' => q(cruzeiro ùr Braisileach \(1967â1986\)), |
6002
|
|
|
|
|
|
|
'two' => q(chruzeiro ùr Braisileach \(1967â1986\)), |
6003
|
|
|
|
|
|
|
}, |
6004
|
|
|
|
|
|
|
}, |
6005
|
|
|
|
|
|
|
'BRC' => { |
6006
|
|
|
|
|
|
|
symbol => 'BRC', |
6007
|
|
|
|
|
|
|
display_name => { |
6008
|
|
|
|
|
|
|
'currency' => q(Cruzado Braisileach \(1986â1989\)), |
6009
|
|
|
|
|
|
|
'few' => q(cruzado Braisileach \(1986â1989\)), |
6010
|
|
|
|
|
|
|
'one' => q(chruzado Braisileach \(1986â1989\)), |
6011
|
|
|
|
|
|
|
'other' => q(cruzado Braisileach \(1986â1989\)), |
6012
|
|
|
|
|
|
|
'two' => q(chruzado Braisileach \(1986â1989\)), |
6013
|
|
|
|
|
|
|
}, |
6014
|
|
|
|
|
|
|
}, |
6015
|
|
|
|
|
|
|
'BRE' => { |
6016
|
|
|
|
|
|
|
symbol => 'BRE', |
6017
|
|
|
|
|
|
|
display_name => { |
6018
|
|
|
|
|
|
|
'currency' => q(Cruzeiro Braisileach \(1990â1993\)), |
6019
|
|
|
|
|
|
|
'few' => q(cruzeiro Braisileach \(1990â1993\)), |
6020
|
|
|
|
|
|
|
'one' => q(chruzeiro Braisileach \(1990â1993\)), |
6021
|
|
|
|
|
|
|
'other' => q(cruzeiro Braisileach \(1990â1993\)), |
6022
|
|
|
|
|
|
|
'two' => q(chruzeiro Braisileach \(1990â1993\)), |
6023
|
|
|
|
|
|
|
}, |
6024
|
|
|
|
|
|
|
}, |
6025
|
|
|
|
|
|
|
'BRL' => { |
6026
|
|
|
|
|
|
|
symbol => 'R$', |
6027
|
|
|
|
|
|
|
display_name => { |
6028
|
|
|
|
|
|
|
'currency' => q(Real Braisileach), |
6029
|
|
|
|
|
|
|
'few' => q(real Braisileach), |
6030
|
|
|
|
|
|
|
'one' => q(real Braisileach), |
6031
|
|
|
|
|
|
|
'other' => q(real Braisileach), |
6032
|
|
|
|
|
|
|
'two' => q(real Braisileach), |
6033
|
|
|
|
|
|
|
}, |
6034
|
|
|
|
|
|
|
}, |
6035
|
|
|
|
|
|
|
'BRN' => { |
6036
|
|
|
|
|
|
|
symbol => 'BRN', |
6037
|
|
|
|
|
|
|
display_name => { |
6038
|
|
|
|
|
|
|
'currency' => q(Cruzado ùr Braisileach \(1989â1990\)), |
6039
|
|
|
|
|
|
|
'few' => q(cruzado ùr Braisileach \(1989â1990\)), |
6040
|
|
|
|
|
|
|
'one' => q(chruzado ùr Braisileach \(1989â1990\)), |
6041
|
|
|
|
|
|
|
'other' => q(cruzado ùr Braisileach \(1989â1990\)), |
6042
|
|
|
|
|
|
|
'two' => q(chruzado ùr Braisileach \(1989â1990\)), |
6043
|
|
|
|
|
|
|
}, |
6044
|
|
|
|
|
|
|
}, |
6045
|
|
|
|
|
|
|
'BRR' => { |
6046
|
|
|
|
|
|
|
symbol => 'BRR', |
6047
|
|
|
|
|
|
|
display_name => { |
6048
|
|
|
|
|
|
|
'currency' => q(Cruzeiro Braisileach \(1993â1994\)), |
6049
|
|
|
|
|
|
|
'few' => q(cruzeiro Braisileach \(1993â1994\)), |
6050
|
|
|
|
|
|
|
'one' => q(chruzeiro Braisileach \(1993â1994\)), |
6051
|
|
|
|
|
|
|
'other' => q(cruzeiro Braisileach \(1993â1994\)), |
6052
|
|
|
|
|
|
|
'two' => q(chruzeiro Braisileach \(1993â1994\)), |
6053
|
|
|
|
|
|
|
}, |
6054
|
|
|
|
|
|
|
}, |
6055
|
|
|
|
|
|
|
'BRZ' => { |
6056
|
|
|
|
|
|
|
symbol => 'BRZ', |
6057
|
|
|
|
|
|
|
display_name => { |
6058
|
|
|
|
|
|
|
'currency' => q(Cruzeiro Braisileach \(1942â1967\)), |
6059
|
|
|
|
|
|
|
'few' => q(cruzeiro Braisileach \(1942â1967\)), |
6060
|
|
|
|
|
|
|
'one' => q(chruzeiro Braisileach \(1942â1967\)), |
6061
|
|
|
|
|
|
|
'other' => q(cruzeiro Braisileach \(1942â1967\)), |
6062
|
|
|
|
|
|
|
'two' => q(chruzeiro Braisileach \(1942â1967\)), |
6063
|
|
|
|
|
|
|
}, |
6064
|
|
|
|
|
|
|
}, |
6065
|
|
|
|
|
|
|
'BSD' => { |
6066
|
|
|
|
|
|
|
symbol => 'BSD', |
6067
|
|
|
|
|
|
|
display_name => { |
6068
|
|
|
|
|
|
|
'currency' => q(Dolar Bathamach), |
6069
|
|
|
|
|
|
|
'few' => q(dolaran Bathamach), |
6070
|
|
|
|
|
|
|
'one' => q(dolar Bathamach), |
6071
|
|
|
|
|
|
|
'other' => q(dolar Bathamach), |
6072
|
|
|
|
|
|
|
'two' => q(dholar Bathamach), |
6073
|
|
|
|
|
|
|
}, |
6074
|
|
|
|
|
|
|
}, |
6075
|
|
|
|
|
|
|
'BTN' => { |
6076
|
|
|
|
|
|
|
symbol => 'BTN', |
6077
|
|
|
|
|
|
|
display_name => { |
6078
|
|
|
|
|
|
|
'currency' => q(Ngultrum Butà nach), |
6079
|
|
|
|
|
|
|
'few' => q(ngultrum Butà nach), |
6080
|
|
|
|
|
|
|
'one' => q(ngultrum Butà nach), |
6081
|
|
|
|
|
|
|
'other' => q(ngultrum Butà nach), |
6082
|
|
|
|
|
|
|
'two' => q(ngultrum Butà nach), |
6083
|
|
|
|
|
|
|
}, |
6084
|
|
|
|
|
|
|
}, |
6085
|
|
|
|
|
|
|
'BUK' => { |
6086
|
|
|
|
|
|
|
symbol => 'BUK', |
6087
|
|
|
|
|
|
|
display_name => { |
6088
|
|
|
|
|
|
|
'currency' => q(Kyat Burmach), |
6089
|
|
|
|
|
|
|
'few' => q(kyat Burmach), |
6090
|
|
|
|
|
|
|
'one' => q(kyat Burmach), |
6091
|
|
|
|
|
|
|
'other' => q(kyat Burmach), |
6092
|
|
|
|
|
|
|
'two' => q(kyat Burmach), |
6093
|
|
|
|
|
|
|
}, |
6094
|
|
|
|
|
|
|
}, |
6095
|
|
|
|
|
|
|
'BWP' => { |
6096
|
|
|
|
|
|
|
symbol => 'BWP', |
6097
|
|
|
|
|
|
|
display_name => { |
6098
|
|
|
|
|
|
|
'currency' => q(Pula Botsuanach), |
6099
|
|
|
|
|
|
|
'few' => q(pula Botsuanach), |
6100
|
|
|
|
|
|
|
'one' => q(phula Botsuanach), |
6101
|
|
|
|
|
|
|
'other' => q(pula Botsuanach), |
6102
|
|
|
|
|
|
|
'two' => q(phula Botsuanach), |
6103
|
|
|
|
|
|
|
}, |
6104
|
|
|
|
|
|
|
}, |
6105
|
|
|
|
|
|
|
'BYB' => { |
6106
|
|
|
|
|
|
|
symbol => 'BYB', |
6107
|
|
|
|
|
|
|
display_name => { |
6108
|
|
|
|
|
|
|
'currency' => q(Rùbal ùr Bealaruiseach \(1994â1999\)), |
6109
|
|
|
|
|
|
|
'few' => q(rùbalan ùra Bealaruiseach \(1994â1999\)), |
6110
|
|
|
|
|
|
|
'one' => q(rùbal ùr Bealaruiseach \(1994â1999\)), |
6111
|
|
|
|
|
|
|
'other' => q(rùbal ùr Bealaruiseach \(1994â1999\)), |
6112
|
|
|
|
|
|
|
'two' => q(rùbal ùr Bealaruiseach \(1994â1999\)), |
6113
|
|
|
|
|
|
|
}, |
6114
|
|
|
|
|
|
|
}, |
6115
|
|
|
|
|
|
|
'BYN' => { |
6116
|
|
|
|
|
|
|
symbol => 'BYN', |
6117
|
|
|
|
|
|
|
display_name => { |
6118
|
|
|
|
|
|
|
'currency' => q(Rùbal Bealaruiseach), |
6119
|
|
|
|
|
|
|
'few' => q(rùbalan Bealaruiseach), |
6120
|
|
|
|
|
|
|
'one' => q(rùbal Bealaruiseach), |
6121
|
|
|
|
|
|
|
'other' => q(rùbal Bealaruiseach), |
6122
|
|
|
|
|
|
|
'two' => q(rùbal Bealaruiseach), |
6123
|
|
|
|
|
|
|
}, |
6124
|
|
|
|
|
|
|
}, |
6125
|
|
|
|
|
|
|
'BYR' => { |
6126
|
|
|
|
|
|
|
symbol => 'BYR', |
6127
|
|
|
|
|
|
|
display_name => { |
6128
|
|
|
|
|
|
|
'currency' => q(Rùbal Bealaruiseach \(2000â2016\)), |
6129
|
|
|
|
|
|
|
'few' => q(rùbalan Bealaruiseach \(2000â2016\)), |
6130
|
|
|
|
|
|
|
'one' => q(rùbal Bealaruiseach \(2000â2016\)), |
6131
|
|
|
|
|
|
|
'other' => q(rùbal Bealaruiseach \(2000â2016\)), |
6132
|
|
|
|
|
|
|
'two' => q(rùbal Bealaruiseach \(2000â2016\)), |
6133
|
|
|
|
|
|
|
}, |
6134
|
|
|
|
|
|
|
}, |
6135
|
|
|
|
|
|
|
'BZD' => { |
6136
|
|
|
|
|
|
|
symbol => 'BZD', |
6137
|
|
|
|
|
|
|
display_name => { |
6138
|
|
|
|
|
|
|
'currency' => q(Dolar Beilìseach), |
6139
|
|
|
|
|
|
|
'few' => q(dolaran Beilìseach), |
6140
|
|
|
|
|
|
|
'one' => q(dolar Beilìseach), |
6141
|
|
|
|
|
|
|
'other' => q(dolar Beilìseach), |
6142
|
|
|
|
|
|
|
'two' => q(dholar Beilìseach), |
6143
|
|
|
|
|
|
|
}, |
6144
|
|
|
|
|
|
|
}, |
6145
|
|
|
|
|
|
|
'CAD' => { |
6146
|
|
|
|
|
|
|
symbol => 'CA$', |
6147
|
|
|
|
|
|
|
display_name => { |
6148
|
|
|
|
|
|
|
'currency' => q(Dolar Canadach), |
6149
|
|
|
|
|
|
|
'few' => q(dolaran Canadach), |
6150
|
|
|
|
|
|
|
'one' => q(dolar Canadach), |
6151
|
|
|
|
|
|
|
'other' => q(dolar Canadach), |
6152
|
|
|
|
|
|
|
'two' => q(dholar Canadach), |
6153
|
|
|
|
|
|
|
}, |
6154
|
|
|
|
|
|
|
}, |
6155
|
|
|
|
|
|
|
'CDF' => { |
6156
|
|
|
|
|
|
|
symbol => 'CDF', |
6157
|
|
|
|
|
|
|
display_name => { |
6158
|
|
|
|
|
|
|
'currency' => q(Franc Congothach), |
6159
|
|
|
|
|
|
|
'few' => q(franc Congothach), |
6160
|
|
|
|
|
|
|
'one' => q(fhranc Congothach), |
6161
|
|
|
|
|
|
|
'other' => q(franc Congothach), |
6162
|
|
|
|
|
|
|
'two' => q(fhranc Congothach), |
6163
|
|
|
|
|
|
|
}, |
6164
|
|
|
|
|
|
|
}, |
6165
|
|
|
|
|
|
|
'CHE' => { |
6166
|
|
|
|
|
|
|
symbol => 'CHE', |
6167
|
|
|
|
|
|
|
display_name => { |
6168
|
|
|
|
|
|
|
'currency' => q(Eòro WIR), |
6169
|
|
|
|
|
|
|
'few' => q(Eòrothan WIR), |
6170
|
|
|
|
|
|
|
'one' => q(Eòro WIR), |
6171
|
|
|
|
|
|
|
'other' => q(Eòro WIR), |
6172
|
|
|
|
|
|
|
'two' => q(Eòro WIR), |
6173
|
|
|
|
|
|
|
}, |
6174
|
|
|
|
|
|
|
}, |
6175
|
|
|
|
|
|
|
'CHF' => { |
6176
|
|
|
|
|
|
|
symbol => 'CHF', |
6177
|
|
|
|
|
|
|
display_name => { |
6178
|
|
|
|
|
|
|
'currency' => q(Franc Eilbheiseach), |
6179
|
|
|
|
|
|
|
'few' => q(franc Eilbheiseach), |
6180
|
|
|
|
|
|
|
'one' => q(fhranc Eilbheiseach), |
6181
|
|
|
|
|
|
|
'other' => q(franc Eilbheiseach), |
6182
|
|
|
|
|
|
|
'two' => q(fhranc Eilbheiseach), |
6183
|
|
|
|
|
|
|
}, |
6184
|
|
|
|
|
|
|
}, |
6185
|
|
|
|
|
|
|
'CHW' => { |
6186
|
|
|
|
|
|
|
symbol => 'CHW', |
6187
|
|
|
|
|
|
|
display_name => { |
6188
|
|
|
|
|
|
|
'currency' => q(Franc WIR), |
6189
|
|
|
|
|
|
|
'few' => q(franc WIR), |
6190
|
|
|
|
|
|
|
'one' => q(fhranc WIR), |
6191
|
|
|
|
|
|
|
'other' => q(franc WIR), |
6192
|
|
|
|
|
|
|
'two' => q(fhranc WIR), |
6193
|
|
|
|
|
|
|
}, |
6194
|
|
|
|
|
|
|
}, |
6195
|
|
|
|
|
|
|
'CLE' => { |
6196
|
|
|
|
|
|
|
symbol => 'CLE', |
6197
|
|
|
|
|
|
|
display_name => { |
6198
|
|
|
|
|
|
|
'currency' => q(Escudo Sileach), |
6199
|
|
|
|
|
|
|
'few' => q(escudo Sileach), |
6200
|
|
|
|
|
|
|
'one' => q(escudo Sileach), |
6201
|
|
|
|
|
|
|
'other' => q(escudo Sileach), |
6202
|
|
|
|
|
|
|
'two' => q(escudo Sileach), |
6203
|
|
|
|
|
|
|
}, |
6204
|
|
|
|
|
|
|
}, |
6205
|
|
|
|
|
|
|
'CLF' => { |
6206
|
|
|
|
|
|
|
symbol => 'CLF', |
6207
|
|
|
|
|
|
|
display_name => { |
6208
|
|
|
|
|
|
|
'currency' => q(Aonad cunntasachd Sileach \(UF\)), |
6209
|
|
|
|
|
|
|
'few' => q(aonadan cunntasachd Sileach \(UF\)), |
6210
|
|
|
|
|
|
|
'one' => q(aonad cunntasachd Sileach \(UF\)), |
6211
|
|
|
|
|
|
|
'other' => q(aonad cunntasachd Sileach \(UF\)), |
6212
|
|
|
|
|
|
|
'two' => q(aonad cunntasachd Sileach \(UF\)), |
6213
|
|
|
|
|
|
|
}, |
6214
|
|
|
|
|
|
|
}, |
6215
|
|
|
|
|
|
|
'CLP' => { |
6216
|
|
|
|
|
|
|
symbol => 'CLP', |
6217
|
|
|
|
|
|
|
display_name => { |
6218
|
|
|
|
|
|
|
'currency' => q(Peso Sileach), |
6219
|
|
|
|
|
|
|
'few' => q(pesothan Sileach), |
6220
|
|
|
|
|
|
|
'one' => q(pheso Sileach), |
6221
|
|
|
|
|
|
|
'other' => q(peso Sileach), |
6222
|
|
|
|
|
|
|
'two' => q(pheso Sileach), |
6223
|
|
|
|
|
|
|
}, |
6224
|
|
|
|
|
|
|
}, |
6225
|
|
|
|
|
|
|
'CNH' => { |
6226
|
|
|
|
|
|
|
symbol => 'CNH', |
6227
|
|
|
|
|
|
|
display_name => { |
6228
|
|
|
|
|
|
|
'currency' => q(Yuan Sìneach \(far-thìreach\)), |
6229
|
|
|
|
|
|
|
'few' => q(yuan Sìneach \(far-thìreach\)), |
6230
|
|
|
|
|
|
|
'one' => q(yuan Sìneach \(far-thìreach\)), |
6231
|
|
|
|
|
|
|
'other' => q(yuan Sìneach \(far-thìreach\)), |
6232
|
|
|
|
|
|
|
'two' => q(yuan Sìneach \(far-thìreach\)), |
6233
|
|
|
|
|
|
|
}, |
6234
|
|
|
|
|
|
|
}, |
6235
|
|
|
|
|
|
|
'CNX' => { |
6236
|
|
|
|
|
|
|
symbol => 'CNX', |
6237
|
|
|
|
|
|
|
display_name => { |
6238
|
|
|
|
|
|
|
'currency' => q(Dolar an t-sluagh-bhanca Shìnich), |
6239
|
|
|
|
|
|
|
'few' => q(dolaran an t-sluagh-bhanca Shìnich), |
6240
|
|
|
|
|
|
|
'one' => q(dolar an t-sluagh-bhanca Shìnich), |
6241
|
|
|
|
|
|
|
'other' => q(dolar an t-sluagh-bhanca Shìnich), |
6242
|
|
|
|
|
|
|
'two' => q(dholar an t-sluagh-bhanca Shìnich), |
6243
|
|
|
|
|
|
|
}, |
6244
|
|
|
|
|
|
|
}, |
6245
|
|
|
|
|
|
|
'CNY' => { |
6246
|
|
|
|
|
|
|
symbol => 'CNÂ¥', |
6247
|
|
|
|
|
|
|
display_name => { |
6248
|
|
|
|
|
|
|
'currency' => q(Yuan Sìneach), |
6249
|
|
|
|
|
|
|
'few' => q(yuan Sìneach), |
6250
|
|
|
|
|
|
|
'one' => q(yuan Sìneach), |
6251
|
|
|
|
|
|
|
'other' => q(yuan Sìneach), |
6252
|
|
|
|
|
|
|
'two' => q(yuan Sìneach), |
6253
|
|
|
|
|
|
|
}, |
6254
|
|
|
|
|
|
|
}, |
6255
|
|
|
|
|
|
|
'COP' => { |
6256
|
|
|
|
|
|
|
symbol => 'COP', |
6257
|
|
|
|
|
|
|
display_name => { |
6258
|
|
|
|
|
|
|
'currency' => q(Peso Coloimbeach), |
6259
|
|
|
|
|
|
|
'few' => q(pesothan Coloimbeach), |
6260
|
|
|
|
|
|
|
'one' => q(pheso Coloimbeach), |
6261
|
|
|
|
|
|
|
'other' => q(peso Coloimbeach), |
6262
|
|
|
|
|
|
|
'two' => q(pheso Coloimbeach), |
6263
|
|
|
|
|
|
|
}, |
6264
|
|
|
|
|
|
|
}, |
6265
|
|
|
|
|
|
|
'COU' => { |
6266
|
|
|
|
|
|
|
symbol => 'COU', |
6267
|
|
|
|
|
|
|
display_name => { |
6268
|
|
|
|
|
|
|
'currency' => q(Aonad fìor-luach Coloimbeach), |
6269
|
|
|
|
|
|
|
'few' => q(aonadan fìor-luach Coloimbeach), |
6270
|
|
|
|
|
|
|
'one' => q(aonad fìor-luach Coloimbeach), |
6271
|
|
|
|
|
|
|
'other' => q(aonad fìor-luach Coloimbeach), |
6272
|
|
|
|
|
|
|
'two' => q(aonad fìor-luach Coloimbeach), |
6273
|
|
|
|
|
|
|
}, |
6274
|
|
|
|
|
|
|
}, |
6275
|
|
|
|
|
|
|
'CRC' => { |
6276
|
|
|
|
|
|
|
symbol => 'CRC', |
6277
|
|
|
|
|
|
|
display_name => { |
6278
|
|
|
|
|
|
|
'currency' => q(Colón Costa Rìceach), |
6279
|
|
|
|
|
|
|
'few' => q(colón Costa Rìceach), |
6280
|
|
|
|
|
|
|
'one' => q(cholón Chosta Rìcea), |
6281
|
|
|
|
|
|
|
'other' => q(colón Costa Rìceach), |
6282
|
|
|
|
|
|
|
'two' => q(cholón Costa Rìceach), |
6283
|
|
|
|
|
|
|
}, |
6284
|
|
|
|
|
|
|
}, |
6285
|
|
|
|
|
|
|
'CSD' => { |
6286
|
|
|
|
|
|
|
symbol => 'CSD', |
6287
|
|
|
|
|
|
|
display_name => { |
6288
|
|
|
|
|
|
|
'currency' => q(Dinar Sèirbeach \(2002â2006\)), |
6289
|
|
|
|
|
|
|
'few' => q(dinar Sèirbeach \(2002â2006\)), |
6290
|
|
|
|
|
|
|
'one' => q(dinar Sèirbeach \(2002â2006\)), |
6291
|
|
|
|
|
|
|
'other' => q(dinar Sèirbeach \(2002â2006\)), |
6292
|
|
|
|
|
|
|
'two' => q(dhinar Sèirbeach \(2002â2006\)), |
6293
|
|
|
|
|
|
|
}, |
6294
|
|
|
|
|
|
|
}, |
6295
|
|
|
|
|
|
|
'CSK' => { |
6296
|
|
|
|
|
|
|
symbol => 'CSK', |
6297
|
|
|
|
|
|
|
display_name => { |
6298
|
|
|
|
|
|
|
'currency' => q(Koruna cruaidh Seic-Slòbhacach), |
6299
|
|
|
|
|
|
|
'few' => q(koruna cruaidh Seic-Slòbhacach), |
6300
|
|
|
|
|
|
|
'one' => q(koruna cruaidh Seic-Slòbhacach), |
6301
|
|
|
|
|
|
|
'other' => q(koruna cruaidh Seic-Slòbhacach), |
6302
|
|
|
|
|
|
|
'two' => q(koruna cruaidh Seic-Slòbhacach), |
6303
|
|
|
|
|
|
|
}, |
6304
|
|
|
|
|
|
|
}, |
6305
|
|
|
|
|
|
|
'CUC' => { |
6306
|
|
|
|
|
|
|
symbol => 'CUC', |
6307
|
|
|
|
|
|
|
display_name => { |
6308
|
|
|
|
|
|
|
'currency' => q(Peso iompachail Cùbach), |
6309
|
|
|
|
|
|
|
'few' => q(pesothan iompachail Cùbach), |
6310
|
|
|
|
|
|
|
'one' => q(pheso iompachail Cùbach), |
6311
|
|
|
|
|
|
|
'other' => q(peso iompachail Cùbach), |
6312
|
|
|
|
|
|
|
'two' => q(pheso iompachail Cùbach), |
6313
|
|
|
|
|
|
|
}, |
6314
|
|
|
|
|
|
|
}, |
6315
|
|
|
|
|
|
|
'CUP' => { |
6316
|
|
|
|
|
|
|
symbol => 'CUP', |
6317
|
|
|
|
|
|
|
display_name => { |
6318
|
|
|
|
|
|
|
'currency' => q(Peso Cùbach), |
6319
|
|
|
|
|
|
|
'few' => q(pesothan Cùbach), |
6320
|
|
|
|
|
|
|
'one' => q(pheso Cùbach), |
6321
|
|
|
|
|
|
|
'other' => q(peso Cùbach), |
6322
|
|
|
|
|
|
|
'two' => q(pheso Cùbach), |
6323
|
|
|
|
|
|
|
}, |
6324
|
|
|
|
|
|
|
}, |
6325
|
|
|
|
|
|
|
'CVE' => { |
6326
|
|
|
|
|
|
|
symbol => 'CVE', |
6327
|
|
|
|
|
|
|
display_name => { |
6328
|
|
|
|
|
|
|
'currency' => q(Escudo aâ Chip Uaine), |
6329
|
|
|
|
|
|
|
'few' => q(escudo aâ Chip Uaine), |
6330
|
|
|
|
|
|
|
'one' => q(escudo aâ Chip Uaine), |
6331
|
|
|
|
|
|
|
'other' => q(escudo aâ Chip Uaine), |
6332
|
|
|
|
|
|
|
'two' => q(escudo aâ Chip Uaine), |
6333
|
|
|
|
|
|
|
}, |
6334
|
|
|
|
|
|
|
}, |
6335
|
|
|
|
|
|
|
'CYP' => { |
6336
|
|
|
|
|
|
|
symbol => 'CYP', |
6337
|
|
|
|
|
|
|
display_name => { |
6338
|
|
|
|
|
|
|
'currency' => q(Punnd Cìoprasach), |
6339
|
|
|
|
|
|
|
'few' => q(puinnd Chìoprasach), |
6340
|
|
|
|
|
|
|
'one' => q(phunnd Cìoprasach), |
6341
|
|
|
|
|
|
|
'other' => q(punnd Cìoprasach), |
6342
|
|
|
|
|
|
|
'two' => q(phunnd Cìoprasach), |
6343
|
|
|
|
|
|
|
}, |
6344
|
|
|
|
|
|
|
}, |
6345
|
|
|
|
|
|
|
'CZK' => { |
6346
|
|
|
|
|
|
|
symbol => 'CZK', |
6347
|
|
|
|
|
|
|
display_name => { |
6348
|
|
|
|
|
|
|
'currency' => q(Koruna Seiceach), |
6349
|
|
|
|
|
|
|
'few' => q(koruna Seiceach), |
6350
|
|
|
|
|
|
|
'one' => q(koruna Seiceach), |
6351
|
|
|
|
|
|
|
'other' => q(koruna Seiceach), |
6352
|
|
|
|
|
|
|
'two' => q(koruna Seiceach), |
6353
|
|
|
|
|
|
|
}, |
6354
|
|
|
|
|
|
|
}, |
6355
|
|
|
|
|
|
|
'DDM' => { |
6356
|
|
|
|
|
|
|
symbol => 'DDM', |
6357
|
|
|
|
|
|
|
display_name => { |
6358
|
|
|
|
|
|
|
'currency' => q(Mark na Gearmailte an Ear), |
6359
|
|
|
|
|
|
|
'few' => q(mark na Gearmailte an Ear), |
6360
|
|
|
|
|
|
|
'one' => q(mhark na Gearmailte an Ear), |
6361
|
|
|
|
|
|
|
'other' => q(mark na Gearmailte an Ear), |
6362
|
|
|
|
|
|
|
'two' => q(mhark na Gearmailte an Ear), |
6363
|
|
|
|
|
|
|
}, |
6364
|
|
|
|
|
|
|
}, |
6365
|
|
|
|
|
|
|
'DEM' => { |
6366
|
|
|
|
|
|
|
symbol => 'DEM', |
6367
|
|
|
|
|
|
|
display_name => { |
6368
|
|
|
|
|
|
|
'currency' => q(Mark Gearmailteach), |
6369
|
|
|
|
|
|
|
'few' => q(mark Gearmailteach), |
6370
|
|
|
|
|
|
|
'one' => q(mhark Gearmailteach), |
6371
|
|
|
|
|
|
|
'other' => q(mark Gearmailteach), |
6372
|
|
|
|
|
|
|
'two' => q(mhark Gearmailteach), |
6373
|
|
|
|
|
|
|
}, |
6374
|
|
|
|
|
|
|
}, |
6375
|
|
|
|
|
|
|
'DJF' => { |
6376
|
|
|
|
|
|
|
symbol => 'DJF', |
6377
|
|
|
|
|
|
|
display_name => { |
6378
|
|
|
|
|
|
|
'currency' => q(Franc Diobùtaidheach), |
6379
|
|
|
|
|
|
|
'few' => q(franc Diobùtaidheach), |
6380
|
|
|
|
|
|
|
'one' => q(fhranc Diobùtaidheach), |
6381
|
|
|
|
|
|
|
'other' => q(franc Diobùtaidheach), |
6382
|
|
|
|
|
|
|
'two' => q(fhranc Diobùtaidheach), |
6383
|
|
|
|
|
|
|
}, |
6384
|
|
|
|
|
|
|
}, |
6385
|
|
|
|
|
|
|
'DKK' => { |
6386
|
|
|
|
|
|
|
symbol => 'DKK', |
6387
|
|
|
|
|
|
|
display_name => { |
6388
|
|
|
|
|
|
|
'currency' => q(Krone Danmhairgeach), |
6389
|
|
|
|
|
|
|
'few' => q(kroner Danmhairgeach), |
6390
|
|
|
|
|
|
|
'one' => q(krone Danmhairgeach), |
6391
|
|
|
|
|
|
|
'other' => q(krone Danmhairgeach), |
6392
|
|
|
|
|
|
|
'two' => q(krone Danmhairgeach), |
6393
|
|
|
|
|
|
|
}, |
6394
|
|
|
|
|
|
|
}, |
6395
|
|
|
|
|
|
|
'DOP' => { |
6396
|
|
|
|
|
|
|
symbol => 'DOP', |
6397
|
|
|
|
|
|
|
display_name => { |
6398
|
|
|
|
|
|
|
'currency' => q(Peso Doiminiceach), |
6399
|
|
|
|
|
|
|
'few' => q(pesothan Doiminiceach), |
6400
|
|
|
|
|
|
|
'one' => q(pheso Doiminiceach), |
6401
|
|
|
|
|
|
|
'other' => q(peso Doiminiceach), |
6402
|
|
|
|
|
|
|
'two' => q(pheso Doiminiceach), |
6403
|
|
|
|
|
|
|
}, |
6404
|
|
|
|
|
|
|
}, |
6405
|
|
|
|
|
|
|
'DZD' => { |
6406
|
|
|
|
|
|
|
symbol => 'DZD', |
6407
|
|
|
|
|
|
|
display_name => { |
6408
|
|
|
|
|
|
|
'currency' => q(Dinar Aildireach), |
6409
|
|
|
|
|
|
|
'few' => q(dinar Aildireach), |
6410
|
|
|
|
|
|
|
'one' => q(dinar Aildireach), |
6411
|
|
|
|
|
|
|
'other' => q(dinar Aildireach), |
6412
|
|
|
|
|
|
|
'two' => q(dhinar Aildireach), |
6413
|
|
|
|
|
|
|
}, |
6414
|
|
|
|
|
|
|
}, |
6415
|
|
|
|
|
|
|
'ECS' => { |
6416
|
|
|
|
|
|
|
symbol => 'ECS', |
6417
|
|
|
|
|
|
|
display_name => { |
6418
|
|
|
|
|
|
|
'currency' => q(Sucre Eacuadorach), |
6419
|
|
|
|
|
|
|
'few' => q(sucre Eacuadorach), |
6420
|
|
|
|
|
|
|
'one' => q(sucre Eacuadorach), |
6421
|
|
|
|
|
|
|
'other' => q(sucre Eacuadorach), |
6422
|
|
|
|
|
|
|
'two' => q(shucre Eacuadorach), |
6423
|
|
|
|
|
|
|
}, |
6424
|
|
|
|
|
|
|
}, |
6425
|
|
|
|
|
|
|
'ECV' => { |
6426
|
|
|
|
|
|
|
symbol => 'ECV', |
6427
|
|
|
|
|
|
|
display_name => { |
6428
|
|
|
|
|
|
|
'currency' => q(Aonad luach chunbhalaich Eacuadorach), |
6429
|
|
|
|
|
|
|
'few' => q(aonadan luach chunbhalaich Eacuadorach), |
6430
|
|
|
|
|
|
|
'one' => q(aonad luach chunbhalaich Eacuadorach), |
6431
|
|
|
|
|
|
|
'other' => q(aonad luach chunbhalaich Eacuadorach), |
6432
|
|
|
|
|
|
|
'two' => q(aonad luach chunbhalaich Eacuadorach), |
6433
|
|
|
|
|
|
|
}, |
6434
|
|
|
|
|
|
|
}, |
6435
|
|
|
|
|
|
|
'EEK' => { |
6436
|
|
|
|
|
|
|
symbol => 'EEK', |
6437
|
|
|
|
|
|
|
display_name => { |
6438
|
|
|
|
|
|
|
'currency' => q(Kroon Eastoineach), |
6439
|
|
|
|
|
|
|
'few' => q(kroon Eastoineach), |
6440
|
|
|
|
|
|
|
'one' => q(kroon Eastoineach), |
6441
|
|
|
|
|
|
|
'other' => q(kroon Eastoineach), |
6442
|
|
|
|
|
|
|
'two' => q(kroon Eastoineach), |
6443
|
|
|
|
|
|
|
}, |
6444
|
|
|
|
|
|
|
}, |
6445
|
|
|
|
|
|
|
'EGP' => { |
6446
|
|
|
|
|
|
|
symbol => 'EGP', |
6447
|
|
|
|
|
|
|
display_name => { |
6448
|
|
|
|
|
|
|
'currency' => q(Punnd Ãipheiteach), |
6449
|
|
|
|
|
|
|
'few' => q(puinnd Ãipheiteach), |
6450
|
|
|
|
|
|
|
'one' => q(phunnd Ãipheiteach), |
6451
|
|
|
|
|
|
|
'other' => q(punnd Ãipheiteach), |
6452
|
|
|
|
|
|
|
'two' => q(phunnd Ãipheiteach), |
6453
|
|
|
|
|
|
|
}, |
6454
|
|
|
|
|
|
|
}, |
6455
|
|
|
|
|
|
|
'ERN' => { |
6456
|
|
|
|
|
|
|
symbol => 'ERN', |
6457
|
|
|
|
|
|
|
display_name => { |
6458
|
|
|
|
|
|
|
'currency' => q(Nakfa Eartrach), |
6459
|
|
|
|
|
|
|
'few' => q(nakfa Eartrach), |
6460
|
|
|
|
|
|
|
'one' => q(nakfa Eartrach), |
6461
|
|
|
|
|
|
|
'other' => q(nakfa Eartrach), |
6462
|
|
|
|
|
|
|
'two' => q(nakfa Eartrach), |
6463
|
|
|
|
|
|
|
}, |
6464
|
|
|
|
|
|
|
}, |
6465
|
|
|
|
|
|
|
'ESA' => { |
6466
|
|
|
|
|
|
|
symbol => 'ESA', |
6467
|
|
|
|
|
|
|
display_name => { |
6468
|
|
|
|
|
|
|
'currency' => q(Peseta Spà innteach \(cunntas A\)), |
6469
|
|
|
|
|
|
|
'few' => q(peseta Spà innteach \(cunntas A\)), |
6470
|
|
|
|
|
|
|
'one' => q(pheseta Spà innteach \(cunntas A\)), |
6471
|
|
|
|
|
|
|
'other' => q(peseta Spà innteach \(cunntas A\)), |
6472
|
|
|
|
|
|
|
'two' => q(pheseta Spà innteach \(cunntas A\)), |
6473
|
|
|
|
|
|
|
}, |
6474
|
|
|
|
|
|
|
}, |
6475
|
|
|
|
|
|
|
'ESB' => { |
6476
|
|
|
|
|
|
|
symbol => 'ESB', |
6477
|
|
|
|
|
|
|
display_name => { |
6478
|
|
|
|
|
|
|
'currency' => q(Peseta Spà innteach \(cunntas iompachail\)), |
6479
|
|
|
|
|
|
|
'few' => q(peseta Spà innteach \(cunntas iompachail\)), |
6480
|
|
|
|
|
|
|
'one' => q(pheseta Spà innteach \(cunntas iompachail\)), |
6481
|
|
|
|
|
|
|
'other' => q(peseta Spà innteach \(cunntas iompachail\)), |
6482
|
|
|
|
|
|
|
'two' => q(pheseta Spà innteach \(cunntas iompachail\)), |
6483
|
|
|
|
|
|
|
}, |
6484
|
|
|
|
|
|
|
}, |
6485
|
|
|
|
|
|
|
'ESP' => { |
6486
|
|
|
|
|
|
|
symbol => 'ESP', |
6487
|
|
|
|
|
|
|
display_name => { |
6488
|
|
|
|
|
|
|
'currency' => q(Peseta Spà innteach), |
6489
|
|
|
|
|
|
|
'few' => q(peseta Spà innteach), |
6490
|
|
|
|
|
|
|
'one' => q(pheseta Spà innteach), |
6491
|
|
|
|
|
|
|
'other' => q(peseta Spà innteach), |
6492
|
|
|
|
|
|
|
'two' => q(pheseta Spà innteach), |
6493
|
|
|
|
|
|
|
}, |
6494
|
|
|
|
|
|
|
}, |
6495
|
|
|
|
|
|
|
'ETB' => { |
6496
|
|
|
|
|
|
|
symbol => 'ETB', |
6497
|
|
|
|
|
|
|
display_name => { |
6498
|
|
|
|
|
|
|
'currency' => q(Birr Itiopach), |
6499
|
|
|
|
|
|
|
'few' => q(birr Itiopach), |
6500
|
|
|
|
|
|
|
'one' => q(bhirr Itiopach), |
6501
|
|
|
|
|
|
|
'other' => q(birr Itiopach), |
6502
|
|
|
|
|
|
|
'two' => q(bhirr Itiopach), |
6503
|
|
|
|
|
|
|
}, |
6504
|
|
|
|
|
|
|
}, |
6505
|
|
|
|
|
|
|
'EUR' => { |
6506
|
|
|
|
|
|
|
symbol => 'â¬', |
6507
|
|
|
|
|
|
|
display_name => { |
6508
|
|
|
|
|
|
|
'currency' => q(Eòro), |
6509
|
|
|
|
|
|
|
'few' => q(Eòrothan), |
6510
|
|
|
|
|
|
|
'one' => q(Eòro), |
6511
|
|
|
|
|
|
|
'other' => q(Eòro), |
6512
|
|
|
|
|
|
|
'two' => q(Eòro), |
6513
|
|
|
|
|
|
|
}, |
6514
|
|
|
|
|
|
|
}, |
6515
|
|
|
|
|
|
|
'FIM' => { |
6516
|
|
|
|
|
|
|
symbol => 'FIM', |
6517
|
|
|
|
|
|
|
display_name => { |
6518
|
|
|
|
|
|
|
'currency' => q(Markka Fionnlannach), |
6519
|
|
|
|
|
|
|
'few' => q(markka Fionnlannach), |
6520
|
|
|
|
|
|
|
'one' => q(mharkka Fionnlannach), |
6521
|
|
|
|
|
|
|
'other' => q(markka Fionnlannach), |
6522
|
|
|
|
|
|
|
'two' => q(mharkka Fionnlannach), |
6523
|
|
|
|
|
|
|
}, |
6524
|
|
|
|
|
|
|
}, |
6525
|
|
|
|
|
|
|
'FJD' => { |
6526
|
|
|
|
|
|
|
symbol => 'FJD', |
6527
|
|
|
|
|
|
|
display_name => { |
6528
|
|
|
|
|
|
|
'currency' => q(Dolar Fìditheach), |
6529
|
|
|
|
|
|
|
'few' => q(dolaran Fìditheach), |
6530
|
|
|
|
|
|
|
'one' => q(dolar Fìditheach), |
6531
|
|
|
|
|
|
|
'other' => q(dolar Fìditheach), |
6532
|
|
|
|
|
|
|
'two' => q(dholar Fìditheach), |
6533
|
|
|
|
|
|
|
}, |
6534
|
|
|
|
|
|
|
}, |
6535
|
|
|
|
|
|
|
'FKP' => { |
6536
|
|
|
|
|
|
|
symbol => 'FKP', |
6537
|
|
|
|
|
|
|
display_name => { |
6538
|
|
|
|
|
|
|
'currency' => q(Punnd FÃ clannach), |
6539
|
|
|
|
|
|
|
'few' => q(puinnd Fhà clannach), |
6540
|
|
|
|
|
|
|
'one' => q(phunnd FÃ clannach), |
6541
|
|
|
|
|
|
|
'other' => q(punnd FÃ clannach), |
6542
|
|
|
|
|
|
|
'two' => q(phunnd FÃ clannach), |
6543
|
|
|
|
|
|
|
}, |
6544
|
|
|
|
|
|
|
}, |
6545
|
|
|
|
|
|
|
'FRF' => { |
6546
|
|
|
|
|
|
|
symbol => 'FRF', |
6547
|
|
|
|
|
|
|
display_name => { |
6548
|
|
|
|
|
|
|
'currency' => q(Franc Frangach), |
6549
|
|
|
|
|
|
|
'few' => q(franc Frangach), |
6550
|
|
|
|
|
|
|
'one' => q(fhranc Frangach), |
6551
|
|
|
|
|
|
|
'other' => q(franc Frangach), |
6552
|
|
|
|
|
|
|
'two' => q(fhranc Frangach), |
6553
|
|
|
|
|
|
|
}, |
6554
|
|
|
|
|
|
|
}, |
6555
|
|
|
|
|
|
|
'GBP' => { |
6556
|
|
|
|
|
|
|
symbol => '£', |
6557
|
|
|
|
|
|
|
display_name => { |
6558
|
|
|
|
|
|
|
'currency' => q(Punnd Sasannach), |
6559
|
|
|
|
|
|
|
'few' => q(puinnd Shasannach), |
6560
|
|
|
|
|
|
|
'one' => q(phunnd Sasannach), |
6561
|
|
|
|
|
|
|
'other' => q(punnd Sasannach), |
6562
|
|
|
|
|
|
|
'two' => q(phunnd Sasannach), |
6563
|
|
|
|
|
|
|
}, |
6564
|
|
|
|
|
|
|
}, |
6565
|
|
|
|
|
|
|
'GEK' => { |
6566
|
|
|
|
|
|
|
symbol => 'GEK', |
6567
|
|
|
|
|
|
|
display_name => { |
6568
|
|
|
|
|
|
|
'currency' => q(Kupon larit Cairtbheileach), |
6569
|
|
|
|
|
|
|
'few' => q(kupon larit Cairtbheileach), |
6570
|
|
|
|
|
|
|
'one' => q(kupon larit Cairtbheileach), |
6571
|
|
|
|
|
|
|
'other' => q(kupon larit Cairtbheileach), |
6572
|
|
|
|
|
|
|
'two' => q(kupon larit Cairtbheileach), |
6573
|
|
|
|
|
|
|
}, |
6574
|
|
|
|
|
|
|
}, |
6575
|
|
|
|
|
|
|
'GEL' => { |
6576
|
|
|
|
|
|
|
symbol => 'GEL', |
6577
|
|
|
|
|
|
|
display_name => { |
6578
|
|
|
|
|
|
|
'currency' => q(Lari Cairtbheileach), |
6579
|
|
|
|
|
|
|
'few' => q(lari Cairtbheileach), |
6580
|
|
|
|
|
|
|
'one' => q(lari Cairtbheileach), |
6581
|
|
|
|
|
|
|
'other' => q(lari Cairtbheileach), |
6582
|
|
|
|
|
|
|
'two' => q(lari Cairtbheileach), |
6583
|
|
|
|
|
|
|
}, |
6584
|
|
|
|
|
|
|
}, |
6585
|
|
|
|
|
|
|
'GHC' => { |
6586
|
|
|
|
|
|
|
symbol => 'GHC', |
6587
|
|
|
|
|
|
|
display_name => { |
6588
|
|
|
|
|
|
|
'currency' => q(Cedi GÃ nach \(1979â2007\)), |
6589
|
|
|
|
|
|
|
'few' => q(cedi GÃ nach \(1979â2007\)), |
6590
|
|
|
|
|
|
|
'one' => q(chedi GÃ nach \(1979â2007\)), |
6591
|
|
|
|
|
|
|
'other' => q(cedi GÃ nach \(1979â2007\)), |
6592
|
|
|
|
|
|
|
'two' => q(chedi GÃ nach \(1979â2007\)), |
6593
|
|
|
|
|
|
|
}, |
6594
|
|
|
|
|
|
|
}, |
6595
|
|
|
|
|
|
|
'GHS' => { |
6596
|
|
|
|
|
|
|
symbol => 'GHS', |
6597
|
|
|
|
|
|
|
display_name => { |
6598
|
|
|
|
|
|
|
'currency' => q(Cedi GÃ nach), |
6599
|
|
|
|
|
|
|
'few' => q(cedi GÃ nach), |
6600
|
|
|
|
|
|
|
'one' => q(chedi GÃ nach), |
6601
|
|
|
|
|
|
|
'other' => q(cedi GÃ nach), |
6602
|
|
|
|
|
|
|
'two' => q(chedi GÃ nach), |
6603
|
|
|
|
|
|
|
}, |
6604
|
|
|
|
|
|
|
}, |
6605
|
|
|
|
|
|
|
'GIP' => { |
6606
|
|
|
|
|
|
|
symbol => 'GIP', |
6607
|
|
|
|
|
|
|
display_name => { |
6608
|
|
|
|
|
|
|
'currency' => q(Punnd Diobraltarach), |
6609
|
|
|
|
|
|
|
'few' => q(puinnd Dhiobraltarach), |
6610
|
|
|
|
|
|
|
'one' => q(phunnd Diobraltarach), |
6611
|
|
|
|
|
|
|
'other' => q(punnd Diobraltarach), |
6612
|
|
|
|
|
|
|
'two' => q(phunnd Diobraltarach), |
6613
|
|
|
|
|
|
|
}, |
6614
|
|
|
|
|
|
|
}, |
6615
|
|
|
|
|
|
|
'GMD' => { |
6616
|
|
|
|
|
|
|
symbol => 'GMD', |
6617
|
|
|
|
|
|
|
display_name => { |
6618
|
|
|
|
|
|
|
'currency' => q(Dalasi Gaimbitheach), |
6619
|
|
|
|
|
|
|
'few' => q(dalasi Gaimbitheach), |
6620
|
|
|
|
|
|
|
'one' => q(dalasi Gaimbitheach), |
6621
|
|
|
|
|
|
|
'other' => q(dalasi Gaimbitheach), |
6622
|
|
|
|
|
|
|
'two' => q(dhalasi Gaimbitheach), |
6623
|
|
|
|
|
|
|
}, |
6624
|
|
|
|
|
|
|
}, |
6625
|
|
|
|
|
|
|
'GNF' => { |
6626
|
|
|
|
|
|
|
symbol => 'GNF', |
6627
|
|
|
|
|
|
|
display_name => { |
6628
|
|
|
|
|
|
|
'currency' => q(Franc Ginitheach), |
6629
|
|
|
|
|
|
|
'few' => q(franc Ginitheach), |
6630
|
|
|
|
|
|
|
'one' => q(fhranc Ginitheach), |
6631
|
|
|
|
|
|
|
'other' => q(franc Ginitheach), |
6632
|
|
|
|
|
|
|
'two' => q(fhranc Ginitheach), |
6633
|
|
|
|
|
|
|
}, |
6634
|
|
|
|
|
|
|
}, |
6635
|
|
|
|
|
|
|
'GNS' => { |
6636
|
|
|
|
|
|
|
symbol => 'GNS', |
6637
|
|
|
|
|
|
|
display_name => { |
6638
|
|
|
|
|
|
|
'currency' => q(Syli Ginitheach), |
6639
|
|
|
|
|
|
|
'few' => q(syli Ginitheach), |
6640
|
|
|
|
|
|
|
'one' => q(syli Ginitheach), |
6641
|
|
|
|
|
|
|
'other' => q(syli Ginitheach), |
6642
|
|
|
|
|
|
|
'two' => q(shyli Ginitheach), |
6643
|
|
|
|
|
|
|
}, |
6644
|
|
|
|
|
|
|
}, |
6645
|
|
|
|
|
|
|
'GQE' => { |
6646
|
|
|
|
|
|
|
symbol => 'GQE', |
6647
|
|
|
|
|
|
|
display_name => { |
6648
|
|
|
|
|
|
|
'currency' => q(Ekwele Gini Meadhan-Chriosaich), |
6649
|
|
|
|
|
|
|
'few' => q(ekwele Gini Meadhan-Chriosaich), |
6650
|
|
|
|
|
|
|
'one' => q(ekwele Gini Meadhan-Chriosaich), |
6651
|
|
|
|
|
|
|
'other' => q(ekwele Gini Meadhan-Chriosaich), |
6652
|
|
|
|
|
|
|
'two' => q(ekwele Gini Meadhan-Chriosaich), |
6653
|
|
|
|
|
|
|
}, |
6654
|
|
|
|
|
|
|
}, |
6655
|
|
|
|
|
|
|
'GRD' => { |
6656
|
|
|
|
|
|
|
symbol => 'GRD', |
6657
|
|
|
|
|
|
|
display_name => { |
6658
|
|
|
|
|
|
|
'currency' => q(Drachma Greugach), |
6659
|
|
|
|
|
|
|
'few' => q(drachma Greugach), |
6660
|
|
|
|
|
|
|
'one' => q(dhrachma Greugach), |
6661
|
|
|
|
|
|
|
'other' => q(drachma Greugach), |
6662
|
|
|
|
|
|
|
'two' => q(dhrachma Greugach), |
6663
|
|
|
|
|
|
|
}, |
6664
|
|
|
|
|
|
|
}, |
6665
|
|
|
|
|
|
|
'GTQ' => { |
6666
|
|
|
|
|
|
|
symbol => 'GTQ', |
6667
|
|
|
|
|
|
|
display_name => { |
6668
|
|
|
|
|
|
|
'currency' => q(Quetzal Guatamalach), |
6669
|
|
|
|
|
|
|
'few' => q(quetzal Guatamalach), |
6670
|
|
|
|
|
|
|
'one' => q(quetzal Guatamalach), |
6671
|
|
|
|
|
|
|
'other' => q(quetzal Guatamalach), |
6672
|
|
|
|
|
|
|
'two' => q(quetzal Guatamalach), |
6673
|
|
|
|
|
|
|
}, |
6674
|
|
|
|
|
|
|
}, |
6675
|
|
|
|
|
|
|
'GWE' => { |
6676
|
|
|
|
|
|
|
symbol => 'GWE', |
6677
|
|
|
|
|
|
|
display_name => { |
6678
|
|
|
|
|
|
|
'currency' => q(Escudo Gini na Portagaile), |
6679
|
|
|
|
|
|
|
'few' => q(escudo Gini na Portagaile), |
6680
|
|
|
|
|
|
|
'one' => q(escudo Gini na Portagaile), |
6681
|
|
|
|
|
|
|
'other' => q(escudo Gini na Portagaile), |
6682
|
|
|
|
|
|
|
'two' => q(escudo Gini na Portagaile), |
6683
|
|
|
|
|
|
|
}, |
6684
|
|
|
|
|
|
|
}, |
6685
|
|
|
|
|
|
|
'GWP' => { |
6686
|
|
|
|
|
|
|
symbol => 'GWP', |
6687
|
|
|
|
|
|
|
display_name => { |
6688
|
|
|
|
|
|
|
'currency' => q(Peso Gini-Biosothach), |
6689
|
|
|
|
|
|
|
'few' => q(pesothan Gini-Biosothach), |
6690
|
|
|
|
|
|
|
'one' => q(pheso Gini-Biosothach), |
6691
|
|
|
|
|
|
|
'other' => q(peso Gini-Biosothach), |
6692
|
|
|
|
|
|
|
'two' => q(pheso Gini-Biosothach), |
6693
|
|
|
|
|
|
|
}, |
6694
|
|
|
|
|
|
|
}, |
6695
|
|
|
|
|
|
|
'GYD' => { |
6696
|
|
|
|
|
|
|
symbol => 'GYD', |
6697
|
|
|
|
|
|
|
display_name => { |
6698
|
|
|
|
|
|
|
'currency' => q(Dolar Guidheà nach), |
6699
|
|
|
|
|
|
|
'few' => q(dolaran Guidheà nach), |
6700
|
|
|
|
|
|
|
'one' => q(dolar Guidheà nach), |
6701
|
|
|
|
|
|
|
'other' => q(dolar Guidheà nach), |
6702
|
|
|
|
|
|
|
'two' => q(dholar Guidheà nach), |
6703
|
|
|
|
|
|
|
}, |
6704
|
|
|
|
|
|
|
}, |
6705
|
|
|
|
|
|
|
'HKD' => { |
6706
|
|
|
|
|
|
|
symbol => 'HK$', |
6707
|
|
|
|
|
|
|
display_name => { |
6708
|
|
|
|
|
|
|
'currency' => q(Dolar Hong Kong), |
6709
|
|
|
|
|
|
|
'few' => q(dolaran Hong Kong), |
6710
|
|
|
|
|
|
|
'one' => q(dolar Hong Kong), |
6711
|
|
|
|
|
|
|
'other' => q(dolar Hong Kong), |
6712
|
|
|
|
|
|
|
'two' => q(dholar Hong Kong), |
6713
|
|
|
|
|
|
|
}, |
6714
|
|
|
|
|
|
|
}, |
6715
|
|
|
|
|
|
|
'HNL' => { |
6716
|
|
|
|
|
|
|
symbol => 'HNL', |
6717
|
|
|
|
|
|
|
display_name => { |
6718
|
|
|
|
|
|
|
'currency' => q(Lempira Hondùrach), |
6719
|
|
|
|
|
|
|
'few' => q(lempira Hondùrach), |
6720
|
|
|
|
|
|
|
'one' => q(lempira Hondùrach), |
6721
|
|
|
|
|
|
|
'other' => q(lempira Hondùrach), |
6722
|
|
|
|
|
|
|
'two' => q(lempira Hondùrach), |
6723
|
|
|
|
|
|
|
}, |
6724
|
|
|
|
|
|
|
}, |
6725
|
|
|
|
|
|
|
'HRD' => { |
6726
|
|
|
|
|
|
|
symbol => 'HRD', |
6727
|
|
|
|
|
|
|
display_name => { |
6728
|
|
|
|
|
|
|
'currency' => q(Dinar Cròthaiseach), |
6729
|
|
|
|
|
|
|
'few' => q(dinar Cròthaiseach), |
6730
|
|
|
|
|
|
|
'one' => q(dinar Cròthaiseach), |
6731
|
|
|
|
|
|
|
'other' => q(dinar Cròthaiseach), |
6732
|
|
|
|
|
|
|
'two' => q(dhinar Cròthaiseach), |
6733
|
|
|
|
|
|
|
}, |
6734
|
|
|
|
|
|
|
}, |
6735
|
|
|
|
|
|
|
'HRK' => { |
6736
|
|
|
|
|
|
|
symbol => 'HRK', |
6737
|
|
|
|
|
|
|
display_name => { |
6738
|
|
|
|
|
|
|
'currency' => q(Kuna Cròthaiseach), |
6739
|
|
|
|
|
|
|
'few' => q(kuna Cròthaiseach), |
6740
|
|
|
|
|
|
|
'one' => q(kuna Cròthaiseach), |
6741
|
|
|
|
|
|
|
'other' => q(kuna Cròthaiseach), |
6742
|
|
|
|
|
|
|
'two' => q(kuna Cròthaiseach), |
6743
|
|
|
|
|
|
|
}, |
6744
|
|
|
|
|
|
|
}, |
6745
|
|
|
|
|
|
|
'HTG' => { |
6746
|
|
|
|
|
|
|
symbol => 'HTG', |
6747
|
|
|
|
|
|
|
display_name => { |
6748
|
|
|
|
|
|
|
'currency' => q(Gourde Haidhteach), |
6749
|
|
|
|
|
|
|
'few' => q(gourde Haidhteach), |
6750
|
|
|
|
|
|
|
'one' => q(ghourde Haidhteach), |
6751
|
|
|
|
|
|
|
'other' => q(gourde Haidhteach), |
6752
|
|
|
|
|
|
|
'two' => q(ghourde Haidhteach), |
6753
|
|
|
|
|
|
|
}, |
6754
|
|
|
|
|
|
|
}, |
6755
|
|
|
|
|
|
|
'HUF' => { |
6756
|
|
|
|
|
|
|
symbol => 'HUF', |
6757
|
|
|
|
|
|
|
display_name => { |
6758
|
|
|
|
|
|
|
'currency' => q(Forint Ungaireach), |
6759
|
|
|
|
|
|
|
'few' => q(forint Ungaireach), |
6760
|
|
|
|
|
|
|
'one' => q(fhorint Ungaireach), |
6761
|
|
|
|
|
|
|
'other' => q(forint Ungaireach), |
6762
|
|
|
|
|
|
|
'two' => q(fhorint Ungaireach), |
6763
|
|
|
|
|
|
|
}, |
6764
|
|
|
|
|
|
|
}, |
6765
|
|
|
|
|
|
|
'IDR' => { |
6766
|
|
|
|
|
|
|
symbol => 'IDR', |
6767
|
|
|
|
|
|
|
display_name => { |
6768
|
|
|
|
|
|
|
'currency' => q(Rupiah Innd-Innseach), |
6769
|
|
|
|
|
|
|
'few' => q(rupiah Innd-Innseach), |
6770
|
|
|
|
|
|
|
'one' => q(rupiah Innd-Innseach), |
6771
|
|
|
|
|
|
|
'other' => q(rupiah Innd-Innseach), |
6772
|
|
|
|
|
|
|
'two' => q(rupiah Innd-Innseach), |
6773
|
|
|
|
|
|
|
}, |
6774
|
|
|
|
|
|
|
}, |
6775
|
|
|
|
|
|
|
'IEP' => { |
6776
|
|
|
|
|
|
|
symbol => 'IEP', |
6777
|
|
|
|
|
|
|
display_name => { |
6778
|
|
|
|
|
|
|
'currency' => q(Punnd Ãireannach), |
6779
|
|
|
|
|
|
|
'few' => q(puinnd Ãireannach), |
6780
|
|
|
|
|
|
|
'one' => q(phunnd Ãireannach), |
6781
|
|
|
|
|
|
|
'other' => q(punnd Ãireannach), |
6782
|
|
|
|
|
|
|
'two' => q(phunnd Ãireannach), |
6783
|
|
|
|
|
|
|
}, |
6784
|
|
|
|
|
|
|
}, |
6785
|
|
|
|
|
|
|
'ILP' => { |
6786
|
|
|
|
|
|
|
symbol => 'ILP', |
6787
|
|
|
|
|
|
|
display_name => { |
6788
|
|
|
|
|
|
|
'currency' => q(Punnd Iosraeleach), |
6789
|
|
|
|
|
|
|
'few' => q(puinnd Iosraeleach), |
6790
|
|
|
|
|
|
|
'one' => q(phunnd Iosraeleach), |
6791
|
|
|
|
|
|
|
'other' => q(punnd Iosraeleach), |
6792
|
|
|
|
|
|
|
'two' => q(phunnd Iosraeleach), |
6793
|
|
|
|
|
|
|
}, |
6794
|
|
|
|
|
|
|
}, |
6795
|
|
|
|
|
|
|
'ILR' => { |
6796
|
|
|
|
|
|
|
symbol => 'ILR', |
6797
|
|
|
|
|
|
|
display_name => { |
6798
|
|
|
|
|
|
|
'currency' => q(Sheqel Iosraeleach \(1980â1985\)), |
6799
|
|
|
|
|
|
|
'few' => q(sheqel Iosraeleach \(1980â1985\)), |
6800
|
|
|
|
|
|
|
'one' => q(sheqel Iosraeleach \(1980â1985\)), |
6801
|
|
|
|
|
|
|
'other' => q(sheqel Iosraeleach \(1980â1985\)), |
6802
|
|
|
|
|
|
|
'two' => q(sheqel Iosraeleach \(1980â1985\)), |
6803
|
|
|
|
|
|
|
}, |
6804
|
|
|
|
|
|
|
}, |
6805
|
|
|
|
|
|
|
'ILS' => { |
6806
|
|
|
|
|
|
|
symbol => 'âª', |
6807
|
|
|
|
|
|
|
display_name => { |
6808
|
|
|
|
|
|
|
'currency' => q(Sheqel ùr Iosraeleach), |
6809
|
|
|
|
|
|
|
'few' => q(sheqel ùr Iosraeleach), |
6810
|
|
|
|
|
|
|
'one' => q(sheqel ùr Iosraeleach), |
6811
|
|
|
|
|
|
|
'other' => q(sheqel ùr Iosraeleach), |
6812
|
|
|
|
|
|
|
'two' => q(sheqel ùr Iosraeleach), |
6813
|
|
|
|
|
|
|
}, |
6814
|
|
|
|
|
|
|
}, |
6815
|
|
|
|
|
|
|
'INR' => { |
6816
|
|
|
|
|
|
|
symbol => 'â¹', |
6817
|
|
|
|
|
|
|
display_name => { |
6818
|
|
|
|
|
|
|
'currency' => q(Rupee Innseanach), |
6819
|
|
|
|
|
|
|
'few' => q(rupee Innseanach), |
6820
|
|
|
|
|
|
|
'one' => q(rupee Innseanach), |
6821
|
|
|
|
|
|
|
'other' => q(rupee Innseanach), |
6822
|
|
|
|
|
|
|
'two' => q(rupee Innseanach), |
6823
|
|
|
|
|
|
|
}, |
6824
|
|
|
|
|
|
|
}, |
6825
|
|
|
|
|
|
|
'IQD' => { |
6826
|
|
|
|
|
|
|
symbol => 'IQD', |
6827
|
|
|
|
|
|
|
display_name => { |
6828
|
|
|
|
|
|
|
'currency' => q(Dinar Iorà cach), |
6829
|
|
|
|
|
|
|
'few' => q(dinar Iorà cach), |
6830
|
|
|
|
|
|
|
'one' => q(dinar Iorà cach), |
6831
|
|
|
|
|
|
|
'other' => q(dinar Iorà cach), |
6832
|
|
|
|
|
|
|
'two' => q(dhinar Iorà cach), |
6833
|
|
|
|
|
|
|
}, |
6834
|
|
|
|
|
|
|
}, |
6835
|
|
|
|
|
|
|
'IRR' => { |
6836
|
|
|
|
|
|
|
symbol => 'IRR', |
6837
|
|
|
|
|
|
|
display_name => { |
6838
|
|
|
|
|
|
|
'currency' => q(Rial Iorà nach), |
6839
|
|
|
|
|
|
|
'few' => q(rial Iorà nach), |
6840
|
|
|
|
|
|
|
'one' => q(rial Iorà nach), |
6841
|
|
|
|
|
|
|
'other' => q(rial Iorà nach), |
6842
|
|
|
|
|
|
|
'two' => q(rial Iorà nach), |
6843
|
|
|
|
|
|
|
}, |
6844
|
|
|
|
|
|
|
}, |
6845
|
|
|
|
|
|
|
'ISJ' => { |
6846
|
|
|
|
|
|
|
symbol => 'ISJ', |
6847
|
|
|
|
|
|
|
display_name => { |
6848
|
|
|
|
|
|
|
'currency' => q(Króna Innis Tìleach \(1918â1981\)), |
6849
|
|
|
|
|
|
|
'few' => q(krónur Innis Tìleach \(1918â1981\)), |
6850
|
|
|
|
|
|
|
'one' => q(króna Innis Tìleach \(1918â1981\)), |
6851
|
|
|
|
|
|
|
'other' => q(króna Innis Tìleach \(1918â1981\)), |
6852
|
|
|
|
|
|
|
'two' => q(króna Innis Tìleach \(1918â1981\)), |
6853
|
|
|
|
|
|
|
}, |
6854
|
|
|
|
|
|
|
}, |
6855
|
|
|
|
|
|
|
'ISK' => { |
6856
|
|
|
|
|
|
|
symbol => 'ISK', |
6857
|
|
|
|
|
|
|
display_name => { |
6858
|
|
|
|
|
|
|
'currency' => q(Króna Innis Tìleach), |
6859
|
|
|
|
|
|
|
'few' => q(krónur Innis Tìleach), |
6860
|
|
|
|
|
|
|
'one' => q(króna Innis Tìleach), |
6861
|
|
|
|
|
|
|
'other' => q(króna Innis Tìleach), |
6862
|
|
|
|
|
|
|
'two' => q(króna Innis Tìleach), |
6863
|
|
|
|
|
|
|
}, |
6864
|
|
|
|
|
|
|
}, |
6865
|
|
|
|
|
|
|
'ITL' => { |
6866
|
|
|
|
|
|
|
symbol => 'ITL', |
6867
|
|
|
|
|
|
|
display_name => { |
6868
|
|
|
|
|
|
|
'currency' => q(Lira Eadailteach), |
6869
|
|
|
|
|
|
|
'few' => q(lira Eadailteach), |
6870
|
|
|
|
|
|
|
'one' => q(lira Eadailteach), |
6871
|
|
|
|
|
|
|
'other' => q(lira Eadailteach), |
6872
|
|
|
|
|
|
|
'two' => q(lira Eadailteach), |
6873
|
|
|
|
|
|
|
}, |
6874
|
|
|
|
|
|
|
}, |
6875
|
|
|
|
|
|
|
'JMD' => { |
6876
|
|
|
|
|
|
|
symbol => 'JMD', |
6877
|
|
|
|
|
|
|
display_name => { |
6878
|
|
|
|
|
|
|
'currency' => q(Dolar Diameugach), |
6879
|
|
|
|
|
|
|
'few' => q(dolaran Diameugach), |
6880
|
|
|
|
|
|
|
'one' => q(dolar Diameugach), |
6881
|
|
|
|
|
|
|
'other' => q(dolar Diameugach), |
6882
|
|
|
|
|
|
|
'two' => q(dholar Diameugach), |
6883
|
|
|
|
|
|
|
}, |
6884
|
|
|
|
|
|
|
}, |
6885
|
|
|
|
|
|
|
'JOD' => { |
6886
|
|
|
|
|
|
|
symbol => 'JOD', |
6887
|
|
|
|
|
|
|
display_name => { |
6888
|
|
|
|
|
|
|
'currency' => q(Dinar Iòrdanach), |
6889
|
|
|
|
|
|
|
'few' => q(dinar Iòrdanach), |
6890
|
|
|
|
|
|
|
'one' => q(dinar Iòrdanach), |
6891
|
|
|
|
|
|
|
'other' => q(dinar Iòrdanach), |
6892
|
|
|
|
|
|
|
'two' => q(dhinar Iòrdanach), |
6893
|
|
|
|
|
|
|
}, |
6894
|
|
|
|
|
|
|
}, |
6895
|
|
|
|
|
|
|
'JPY' => { |
6896
|
|
|
|
|
|
|
symbol => 'JPÂ¥', |
6897
|
|
|
|
|
|
|
display_name => { |
6898
|
|
|
|
|
|
|
'currency' => q(Yen Seapanach), |
6899
|
|
|
|
|
|
|
'few' => q(yen Seapanach), |
6900
|
|
|
|
|
|
|
'one' => q(yen Seapanach), |
6901
|
|
|
|
|
|
|
'other' => q(yen Seapanach), |
6902
|
|
|
|
|
|
|
'two' => q(yen Seapanach), |
6903
|
|
|
|
|
|
|
}, |
6904
|
|
|
|
|
|
|
}, |
6905
|
|
|
|
|
|
|
'KES' => { |
6906
|
|
|
|
|
|
|
symbol => 'KES', |
6907
|
|
|
|
|
|
|
display_name => { |
6908
|
|
|
|
|
|
|
'currency' => q(Shilling Ceineach), |
6909
|
|
|
|
|
|
|
'few' => q(shilling Ceineach), |
6910
|
|
|
|
|
|
|
'one' => q(shilling Ceineach), |
6911
|
|
|
|
|
|
|
'other' => q(shilling Ceineach), |
6912
|
|
|
|
|
|
|
'two' => q(shilling Ceineach), |
6913
|
|
|
|
|
|
|
}, |
6914
|
|
|
|
|
|
|
}, |
6915
|
|
|
|
|
|
|
'KGS' => { |
6916
|
|
|
|
|
|
|
symbol => 'KGS', |
6917
|
|
|
|
|
|
|
display_name => { |
6918
|
|
|
|
|
|
|
'currency' => q(Som Cìorgasach), |
6919
|
|
|
|
|
|
|
'few' => q(som Cìorgasach), |
6920
|
|
|
|
|
|
|
'one' => q(som Cìorgasach), |
6921
|
|
|
|
|
|
|
'other' => q(som Cìorgasach), |
6922
|
|
|
|
|
|
|
'two' => q(shom Cìorgasach), |
6923
|
|
|
|
|
|
|
}, |
6924
|
|
|
|
|
|
|
}, |
6925
|
|
|
|
|
|
|
'KHR' => { |
6926
|
|
|
|
|
|
|
symbol => 'KHR', |
6927
|
|
|
|
|
|
|
display_name => { |
6928
|
|
|
|
|
|
|
'currency' => q(Riel Cambuideach), |
6929
|
|
|
|
|
|
|
'few' => q(riel Cambuideach), |
6930
|
|
|
|
|
|
|
'one' => q(riel Cambuideach), |
6931
|
|
|
|
|
|
|
'other' => q(riel Cambuideach), |
6932
|
|
|
|
|
|
|
'two' => q(riel Cambuideach), |
6933
|
|
|
|
|
|
|
}, |
6934
|
|
|
|
|
|
|
}, |
6935
|
|
|
|
|
|
|
'KMF' => { |
6936
|
|
|
|
|
|
|
symbol => 'KMF', |
6937
|
|
|
|
|
|
|
display_name => { |
6938
|
|
|
|
|
|
|
'currency' => q(Franc Comorosach), |
6939
|
|
|
|
|
|
|
'few' => q(franc Comorosach), |
6940
|
|
|
|
|
|
|
'one' => q(fhranc Comorosach), |
6941
|
|
|
|
|
|
|
'other' => q(franc Comorosach), |
6942
|
|
|
|
|
|
|
'two' => q(fhranc Comorosach), |
6943
|
|
|
|
|
|
|
}, |
6944
|
|
|
|
|
|
|
}, |
6945
|
|
|
|
|
|
|
'KPW' => { |
6946
|
|
|
|
|
|
|
symbol => 'KPW', |
6947
|
|
|
|
|
|
|
display_name => { |
6948
|
|
|
|
|
|
|
'currency' => q(Won Choirèa a Tuath), |
6949
|
|
|
|
|
|
|
'few' => q(won Choirèa a Tuath), |
6950
|
|
|
|
|
|
|
'one' => q(won Choirèa a Tuath), |
6951
|
|
|
|
|
|
|
'other' => q(won Choirèa a Tuath), |
6952
|
|
|
|
|
|
|
'two' => q(won Choirèa a Tuath), |
6953
|
|
|
|
|
|
|
}, |
6954
|
|
|
|
|
|
|
}, |
6955
|
|
|
|
|
|
|
'KRH' => { |
6956
|
|
|
|
|
|
|
symbol => 'KRH', |
6957
|
|
|
|
|
|
|
display_name => { |
6958
|
|
|
|
|
|
|
'currency' => q(Hwan Choirèa a Deas \(1953â1962\)), |
6959
|
|
|
|
|
|
|
'few' => q(hwan Choirèa a Deas \(1953â1962\)), |
6960
|
|
|
|
|
|
|
'one' => q(hwan Choirèa a Deas \(1953â1962\)), |
6961
|
|
|
|
|
|
|
'other' => q(hwan Choirèa a Deas \(1953â1962\)), |
6962
|
|
|
|
|
|
|
'two' => q(hwan Choirèa a Deas \(1953â1962\)), |
6963
|
|
|
|
|
|
|
}, |
6964
|
|
|
|
|
|
|
}, |
6965
|
|
|
|
|
|
|
'KRO' => { |
6966
|
|
|
|
|
|
|
symbol => 'KRO', |
6967
|
|
|
|
|
|
|
display_name => { |
6968
|
|
|
|
|
|
|
'currency' => q(Won Choirèa a Deas \(1945â1953\)), |
6969
|
|
|
|
|
|
|
'few' => q(won Choirèa a Deas \(1945â1953\)), |
6970
|
|
|
|
|
|
|
'one' => q(won Choirèa a Deas \(1945â1953\)), |
6971
|
|
|
|
|
|
|
'other' => q(won Choirèa a Deas \(1945â1953\)), |
6972
|
|
|
|
|
|
|
'two' => q(won Choirèa a Deas \(1945â1953\)), |
6973
|
|
|
|
|
|
|
}, |
6974
|
|
|
|
|
|
|
}, |
6975
|
|
|
|
|
|
|
'KRW' => { |
6976
|
|
|
|
|
|
|
symbol => 'â©', |
6977
|
|
|
|
|
|
|
display_name => { |
6978
|
|
|
|
|
|
|
'currency' => q(Won Choirèa a Deas), |
6979
|
|
|
|
|
|
|
'few' => q(won Choirèa a Deas), |
6980
|
|
|
|
|
|
|
'one' => q(won Choirèa a Deas), |
6981
|
|
|
|
|
|
|
'other' => q(won Choirèa a Deas), |
6982
|
|
|
|
|
|
|
'two' => q(won Choirèa a Deas), |
6983
|
|
|
|
|
|
|
}, |
6984
|
|
|
|
|
|
|
}, |
6985
|
|
|
|
|
|
|
'KWD' => { |
6986
|
|
|
|
|
|
|
symbol => 'KWD', |
6987
|
|
|
|
|
|
|
display_name => { |
6988
|
|
|
|
|
|
|
'currency' => q(Dinar Cuibhèiteach), |
6989
|
|
|
|
|
|
|
'few' => q(dinar Cuibhèiteach), |
6990
|
|
|
|
|
|
|
'one' => q(dinar Cuibhèiteach), |
6991
|
|
|
|
|
|
|
'other' => q(dinar Cuibhèiteach), |
6992
|
|
|
|
|
|
|
'two' => q(dhinar Cuibhèiteach), |
6993
|
|
|
|
|
|
|
}, |
6994
|
|
|
|
|
|
|
}, |
6995
|
|
|
|
|
|
|
'KYD' => { |
6996
|
|
|
|
|
|
|
symbol => 'KYD', |
6997
|
|
|
|
|
|
|
display_name => { |
6998
|
|
|
|
|
|
|
'currency' => q(Dolar Caimeanach), |
6999
|
|
|
|
|
|
|
'few' => q(dolaran Caimeanach), |
7000
|
|
|
|
|
|
|
'one' => q(dolar Caimeanach), |
7001
|
|
|
|
|
|
|
'other' => q(dolar Caimeanach), |
7002
|
|
|
|
|
|
|
'two' => q(dholar Caimeanach), |
7003
|
|
|
|
|
|
|
}, |
7004
|
|
|
|
|
|
|
}, |
7005
|
|
|
|
|
|
|
'KZT' => { |
7006
|
|
|
|
|
|
|
symbol => 'KZT', |
7007
|
|
|
|
|
|
|
display_name => { |
7008
|
|
|
|
|
|
|
'currency' => q(Tenge Casachach), |
7009
|
|
|
|
|
|
|
'few' => q(tenge Casachach), |
7010
|
|
|
|
|
|
|
'one' => q(tenge Casachach), |
7011
|
|
|
|
|
|
|
'other' => q(tenge Casachach), |
7012
|
|
|
|
|
|
|
'two' => q(thenge Casachach), |
7013
|
|
|
|
|
|
|
}, |
7014
|
|
|
|
|
|
|
}, |
7015
|
|
|
|
|
|
|
'LAK' => { |
7016
|
|
|
|
|
|
|
symbol => 'LAK', |
7017
|
|
|
|
|
|
|
display_name => { |
7018
|
|
|
|
|
|
|
'currency' => q(Kip LÃ thosach), |
7019
|
|
|
|
|
|
|
'few' => q(kip LÃ thosach), |
7020
|
|
|
|
|
|
|
'one' => q(kip LÃ thosach), |
7021
|
|
|
|
|
|
|
'other' => q(kip LÃ thosach), |
7022
|
|
|
|
|
|
|
'two' => q(kip LÃ thosach), |
7023
|
|
|
|
|
|
|
}, |
7024
|
|
|
|
|
|
|
}, |
7025
|
|
|
|
|
|
|
'LBP' => { |
7026
|
|
|
|
|
|
|
symbol => 'LBP', |
7027
|
|
|
|
|
|
|
display_name => { |
7028
|
|
|
|
|
|
|
'currency' => q(Punnd Leabanach), |
7029
|
|
|
|
|
|
|
'few' => q(puinnd Leabanach), |
7030
|
|
|
|
|
|
|
'one' => q(phunnd Leabanach), |
7031
|
|
|
|
|
|
|
'other' => q(punnd Leabanach), |
7032
|
|
|
|
|
|
|
'two' => q(phunnd Leabanach), |
7033
|
|
|
|
|
|
|
}, |
7034
|
|
|
|
|
|
|
}, |
7035
|
|
|
|
|
|
|
'LKR' => { |
7036
|
|
|
|
|
|
|
symbol => 'LKR', |
7037
|
|
|
|
|
|
|
display_name => { |
7038
|
|
|
|
|
|
|
'currency' => q(Rupee Sri Lancach), |
7039
|
|
|
|
|
|
|
'few' => q(rupee Sri Lancach), |
7040
|
|
|
|
|
|
|
'one' => q(rupee Sri Lancach), |
7041
|
|
|
|
|
|
|
'other' => q(rupee Sri Lancach), |
7042
|
|
|
|
|
|
|
'two' => q(rupee Sri Lancach), |
7043
|
|
|
|
|
|
|
}, |
7044
|
|
|
|
|
|
|
}, |
7045
|
|
|
|
|
|
|
'LRD' => { |
7046
|
|
|
|
|
|
|
symbol => 'LRD', |
7047
|
|
|
|
|
|
|
display_name => { |
7048
|
|
|
|
|
|
|
'currency' => q(Dolar Libèireach), |
7049
|
|
|
|
|
|
|
'few' => q(dolaran Libèireach), |
7050
|
|
|
|
|
|
|
'one' => q(dolar Libèireach), |
7051
|
|
|
|
|
|
|
'other' => q(dolar Libèireach), |
7052
|
|
|
|
|
|
|
'two' => q(dholar Libèireach), |
7053
|
|
|
|
|
|
|
}, |
7054
|
|
|
|
|
|
|
}, |
7055
|
|
|
|
|
|
|
'LSL' => { |
7056
|
|
|
|
|
|
|
symbol => 'LSL', |
7057
|
|
|
|
|
|
|
display_name => { |
7058
|
|
|
|
|
|
|
'currency' => q(Loti Leasotach), |
7059
|
|
|
|
|
|
|
'few' => q(loti Leasotach), |
7060
|
|
|
|
|
|
|
'one' => q(loti Leasotach), |
7061
|
|
|
|
|
|
|
'other' => q(loti Leasotach), |
7062
|
|
|
|
|
|
|
'two' => q(loti Leasotach), |
7063
|
|
|
|
|
|
|
}, |
7064
|
|
|
|
|
|
|
}, |
7065
|
|
|
|
|
|
|
'LTL' => { |
7066
|
|
|
|
|
|
|
symbol => 'LTL', |
7067
|
|
|
|
|
|
|
display_name => { |
7068
|
|
|
|
|
|
|
'currency' => q(Litas Liotuaineach), |
7069
|
|
|
|
|
|
|
'few' => q(litas Liotuaineach), |
7070
|
|
|
|
|
|
|
'one' => q(litas Liotuaineach), |
7071
|
|
|
|
|
|
|
'other' => q(litas Liotuaineach), |
7072
|
|
|
|
|
|
|
'two' => q(litas Liotuaineach), |
7073
|
|
|
|
|
|
|
}, |
7074
|
|
|
|
|
|
|
}, |
7075
|
|
|
|
|
|
|
'LTT' => { |
7076
|
|
|
|
|
|
|
symbol => 'LTT', |
7077
|
|
|
|
|
|
|
display_name => { |
7078
|
|
|
|
|
|
|
'currency' => q(Talonas Liotuaineach), |
7079
|
|
|
|
|
|
|
'few' => q(talonas Liotuaineach), |
7080
|
|
|
|
|
|
|
'one' => q(talonas Liotuaineach), |
7081
|
|
|
|
|
|
|
'other' => q(talonas Liotuaineach), |
7082
|
|
|
|
|
|
|
'two' => q(thalonas Liotuaineach), |
7083
|
|
|
|
|
|
|
}, |
7084
|
|
|
|
|
|
|
}, |
7085
|
|
|
|
|
|
|
'LUC' => { |
7086
|
|
|
|
|
|
|
symbol => 'LUC', |
7087
|
|
|
|
|
|
|
display_name => { |
7088
|
|
|
|
|
|
|
'currency' => q(Franc iompachail Lugsamburgach), |
7089
|
|
|
|
|
|
|
'few' => q(franc iompachail Lugsamburgach), |
7090
|
|
|
|
|
|
|
'one' => q(fhranc iompachail Lugsamburgach), |
7091
|
|
|
|
|
|
|
'other' => q(franc iompachail Lugsamburgach), |
7092
|
|
|
|
|
|
|
'two' => q(fhranc iompachail Lugsamburgach), |
7093
|
|
|
|
|
|
|
}, |
7094
|
|
|
|
|
|
|
}, |
7095
|
|
|
|
|
|
|
'LUF' => { |
7096
|
|
|
|
|
|
|
symbol => 'LUF', |
7097
|
|
|
|
|
|
|
display_name => { |
7098
|
|
|
|
|
|
|
'currency' => q(Franc Lugsamburgach), |
7099
|
|
|
|
|
|
|
'few' => q(franc Lugsamburgach), |
7100
|
|
|
|
|
|
|
'one' => q(fhranc Lugsamburgach), |
7101
|
|
|
|
|
|
|
'other' => q(franc Lugsamburgach), |
7102
|
|
|
|
|
|
|
'two' => q(fhranc Lugsamburgach), |
7103
|
|
|
|
|
|
|
}, |
7104
|
|
|
|
|
|
|
}, |
7105
|
|
|
|
|
|
|
'LUL' => { |
7106
|
|
|
|
|
|
|
symbol => 'LUL', |
7107
|
|
|
|
|
|
|
display_name => { |
7108
|
|
|
|
|
|
|
'currency' => q(Franc ionmhasail Lugsamburgach), |
7109
|
|
|
|
|
|
|
'few' => q(franc ionmhasail Lugsamburgach), |
7110
|
|
|
|
|
|
|
'one' => q(fhranc ionmhasail Lugsamburgach), |
7111
|
|
|
|
|
|
|
'other' => q(franc ionmhasail Lugsamburgach), |
7112
|
|
|
|
|
|
|
'two' => q(fhranc ionmhasail Lugsamburgach), |
7113
|
|
|
|
|
|
|
}, |
7114
|
|
|
|
|
|
|
}, |
7115
|
|
|
|
|
|
|
'LVL' => { |
7116
|
|
|
|
|
|
|
symbol => 'LVL', |
7117
|
|
|
|
|
|
|
display_name => { |
7118
|
|
|
|
|
|
|
'currency' => q(Lats Laitbheach), |
7119
|
|
|
|
|
|
|
'few' => q(lats Laitbheach), |
7120
|
|
|
|
|
|
|
'one' => q(lats Laitbheach), |
7121
|
|
|
|
|
|
|
'other' => q(lats Laitbheach), |
7122
|
|
|
|
|
|
|
'two' => q(lats Laitbheach), |
7123
|
|
|
|
|
|
|
}, |
7124
|
|
|
|
|
|
|
}, |
7125
|
|
|
|
|
|
|
'LVR' => { |
7126
|
|
|
|
|
|
|
symbol => 'LVR', |
7127
|
|
|
|
|
|
|
display_name => { |
7128
|
|
|
|
|
|
|
'currency' => q(Rùbal Laitbheach), |
7129
|
|
|
|
|
|
|
'few' => q(rùbalan Laitbheach), |
7130
|
|
|
|
|
|
|
'one' => q(rùbal Laitbheach), |
7131
|
|
|
|
|
|
|
'other' => q(rùbal Laitbheach), |
7132
|
|
|
|
|
|
|
'two' => q(rùbal Laitbheach), |
7133
|
|
|
|
|
|
|
}, |
7134
|
|
|
|
|
|
|
}, |
7135
|
|
|
|
|
|
|
'LYD' => { |
7136
|
|
|
|
|
|
|
symbol => 'LYD', |
7137
|
|
|
|
|
|
|
display_name => { |
7138
|
|
|
|
|
|
|
'currency' => q(Dinar Libitheach), |
7139
|
|
|
|
|
|
|
'few' => q(dinar Libitheach), |
7140
|
|
|
|
|
|
|
'one' => q(dinar Libitheach), |
7141
|
|
|
|
|
|
|
'other' => q(dinar Libitheach), |
7142
|
|
|
|
|
|
|
'two' => q(dhinar Libitheach), |
7143
|
|
|
|
|
|
|
}, |
7144
|
|
|
|
|
|
|
}, |
7145
|
|
|
|
|
|
|
'MAD' => { |
7146
|
|
|
|
|
|
|
symbol => 'MAD', |
7147
|
|
|
|
|
|
|
display_name => { |
7148
|
|
|
|
|
|
|
'currency' => q(Dirham Morocach), |
7149
|
|
|
|
|
|
|
'few' => q(dirham Morocach), |
7150
|
|
|
|
|
|
|
'one' => q(dirham Morocach), |
7151
|
|
|
|
|
|
|
'other' => q(dirham Morocach), |
7152
|
|
|
|
|
|
|
'two' => q(dhirham Morocach), |
7153
|
|
|
|
|
|
|
}, |
7154
|
|
|
|
|
|
|
}, |
7155
|
|
|
|
|
|
|
'MAF' => { |
7156
|
|
|
|
|
|
|
symbol => 'MAF', |
7157
|
|
|
|
|
|
|
display_name => { |
7158
|
|
|
|
|
|
|
'currency' => q(Franc Morocach), |
7159
|
|
|
|
|
|
|
'few' => q(franc Morocach), |
7160
|
|
|
|
|
|
|
'one' => q(fhranc Morocach), |
7161
|
|
|
|
|
|
|
'other' => q(franc Morocach), |
7162
|
|
|
|
|
|
|
'two' => q(fhranc Morocach), |
7163
|
|
|
|
|
|
|
}, |
7164
|
|
|
|
|
|
|
}, |
7165
|
|
|
|
|
|
|
'MCF' => { |
7166
|
|
|
|
|
|
|
symbol => 'MCF', |
7167
|
|
|
|
|
|
|
display_name => { |
7168
|
|
|
|
|
|
|
'currency' => q(Franc Monacach), |
7169
|
|
|
|
|
|
|
'few' => q(franc Monacach), |
7170
|
|
|
|
|
|
|
'one' => q(fhranc Monacach), |
7171
|
|
|
|
|
|
|
'other' => q(franc Monacach), |
7172
|
|
|
|
|
|
|
'two' => q(fhranc Monacach), |
7173
|
|
|
|
|
|
|
}, |
7174
|
|
|
|
|
|
|
}, |
7175
|
|
|
|
|
|
|
'MDC' => { |
7176
|
|
|
|
|
|
|
symbol => 'MDC', |
7177
|
|
|
|
|
|
|
display_name => { |
7178
|
|
|
|
|
|
|
'currency' => q(Cupon Moldobhach), |
7179
|
|
|
|
|
|
|
'few' => q(cupon Moldobhach), |
7180
|
|
|
|
|
|
|
'one' => q(chupon Moldobhach), |
7181
|
|
|
|
|
|
|
'other' => q(cupon Moldobhach), |
7182
|
|
|
|
|
|
|
'two' => q(chupon Moldobhach), |
7183
|
|
|
|
|
|
|
}, |
7184
|
|
|
|
|
|
|
}, |
7185
|
|
|
|
|
|
|
'MDL' => { |
7186
|
|
|
|
|
|
|
symbol => 'MDL', |
7187
|
|
|
|
|
|
|
display_name => { |
7188
|
|
|
|
|
|
|
'currency' => q(Leu Moldobhach), |
7189
|
|
|
|
|
|
|
'few' => q(leu Moldobhach), |
7190
|
|
|
|
|
|
|
'one' => q(leu Moldobhach), |
7191
|
|
|
|
|
|
|
'other' => q(leu Moldobhach), |
7192
|
|
|
|
|
|
|
'two' => q(leu Moldobhach), |
7193
|
|
|
|
|
|
|
}, |
7194
|
|
|
|
|
|
|
}, |
7195
|
|
|
|
|
|
|
'MGA' => { |
7196
|
|
|
|
|
|
|
symbol => 'MGA', |
7197
|
|
|
|
|
|
|
display_name => { |
7198
|
|
|
|
|
|
|
'currency' => q(Ariary Madagasgarach), |
7199
|
|
|
|
|
|
|
'few' => q(ariary Madagasgarach), |
7200
|
|
|
|
|
|
|
'one' => q(ariary Madagasgarach), |
7201
|
|
|
|
|
|
|
'other' => q(ariary Madagasgarach), |
7202
|
|
|
|
|
|
|
'two' => q(ariary Madagasgarach), |
7203
|
|
|
|
|
|
|
}, |
7204
|
|
|
|
|
|
|
}, |
7205
|
|
|
|
|
|
|
'MGF' => { |
7206
|
|
|
|
|
|
|
symbol => 'MGF', |
7207
|
|
|
|
|
|
|
display_name => { |
7208
|
|
|
|
|
|
|
'currency' => q(Franc Madagasgarach), |
7209
|
|
|
|
|
|
|
'few' => q(franc Madagasgarach), |
7210
|
|
|
|
|
|
|
'one' => q(fhranc Madagasgarach), |
7211
|
|
|
|
|
|
|
'other' => q(franc Madagasgarach), |
7212
|
|
|
|
|
|
|
'two' => q(fhranc Madagasgarach), |
7213
|
|
|
|
|
|
|
}, |
7214
|
|
|
|
|
|
|
}, |
7215
|
|
|
|
|
|
|
'MKD' => { |
7216
|
|
|
|
|
|
|
symbol => 'MKD', |
7217
|
|
|
|
|
|
|
display_name => { |
7218
|
|
|
|
|
|
|
'currency' => q(Denar Masadonach), |
7219
|
|
|
|
|
|
|
'few' => q(denar Masadonach), |
7220
|
|
|
|
|
|
|
'one' => q(denar Masadonach), |
7221
|
|
|
|
|
|
|
'other' => q(denar Masadonach), |
7222
|
|
|
|
|
|
|
'two' => q(dhenar Masadonach), |
7223
|
|
|
|
|
|
|
}, |
7224
|
|
|
|
|
|
|
}, |
7225
|
|
|
|
|
|
|
'MKN' => { |
7226
|
|
|
|
|
|
|
symbol => 'MKN', |
7227
|
|
|
|
|
|
|
display_name => { |
7228
|
|
|
|
|
|
|
'currency' => q(Denar Masadonach \(1992â1993\)), |
7229
|
|
|
|
|
|
|
'few' => q(denar Masadonach \(1992â1993\)), |
7230
|
|
|
|
|
|
|
'one' => q(denar Masadonach \(1992â1993\)), |
7231
|
|
|
|
|
|
|
'other' => q(denar Masadonach \(1992â1993\)), |
7232
|
|
|
|
|
|
|
'two' => q(dhenar Masadonach \(1992â1993\)), |
7233
|
|
|
|
|
|
|
}, |
7234
|
|
|
|
|
|
|
}, |
7235
|
|
|
|
|
|
|
'MLF' => { |
7236
|
|
|
|
|
|
|
symbol => 'MLF', |
7237
|
|
|
|
|
|
|
display_name => { |
7238
|
|
|
|
|
|
|
'currency' => q(Franc MÃ ilitheach), |
7239
|
|
|
|
|
|
|
'few' => q(franc MÃ ilitheach), |
7240
|
|
|
|
|
|
|
'one' => q(fhranc MÃ ilitheach), |
7241
|
|
|
|
|
|
|
'other' => q(franc MÃ ilitheach), |
7242
|
|
|
|
|
|
|
'two' => q(fhranc MÃ ilitheach), |
7243
|
|
|
|
|
|
|
}, |
7244
|
|
|
|
|
|
|
}, |
7245
|
|
|
|
|
|
|
'MMK' => { |
7246
|
|
|
|
|
|
|
symbol => 'MMK', |
7247
|
|
|
|
|
|
|
display_name => { |
7248
|
|
|
|
|
|
|
'currency' => q(Kyat Mià nmarach), |
7249
|
|
|
|
|
|
|
'few' => q(kyat Mià nmarach), |
7250
|
|
|
|
|
|
|
'one' => q(kyat Mià nmarach), |
7251
|
|
|
|
|
|
|
'other' => q(kyat Mià nmarach), |
7252
|
|
|
|
|
|
|
'two' => q(kyat Mià nmarach), |
7253
|
|
|
|
|
|
|
}, |
7254
|
|
|
|
|
|
|
}, |
7255
|
|
|
|
|
|
|
'MNT' => { |
7256
|
|
|
|
|
|
|
symbol => 'MNT', |
7257
|
|
|
|
|
|
|
display_name => { |
7258
|
|
|
|
|
|
|
'currency' => q(Tugrik Mongolach), |
7259
|
|
|
|
|
|
|
'few' => q(tugrik Mongolach), |
7260
|
|
|
|
|
|
|
'one' => q(tugrik Mongolach), |
7261
|
|
|
|
|
|
|
'other' => q(tugrik Mongolach), |
7262
|
|
|
|
|
|
|
'two' => q(thugrik Mongolach), |
7263
|
|
|
|
|
|
|
}, |
7264
|
|
|
|
|
|
|
}, |
7265
|
|
|
|
|
|
|
'MOP' => { |
7266
|
|
|
|
|
|
|
symbol => 'MOP', |
7267
|
|
|
|
|
|
|
display_name => { |
7268
|
|
|
|
|
|
|
'currency' => q(Pataca Macà thuach), |
7269
|
|
|
|
|
|
|
'few' => q(pataca Macà thuach), |
7270
|
|
|
|
|
|
|
'one' => q(phataca Macà thuach), |
7271
|
|
|
|
|
|
|
'other' => q(pataca Macà thuach), |
7272
|
|
|
|
|
|
|
'two' => q(phataca Macà thuach), |
7273
|
|
|
|
|
|
|
}, |
7274
|
|
|
|
|
|
|
}, |
7275
|
|
|
|
|
|
|
'MRO' => { |
7276
|
|
|
|
|
|
|
symbol => 'MRO', |
7277
|
|
|
|
|
|
|
display_name => { |
7278
|
|
|
|
|
|
|
'currency' => q(Ouguiya Moratà ineach \(1973â2017\)), |
7279
|
|
|
|
|
|
|
'few' => q(ouguiya Moratà ineach \(1973â2017\)), |
7280
|
|
|
|
|
|
|
'one' => q(ouguiya Moratà ineach \(1973â2017\)), |
7281
|
|
|
|
|
|
|
'other' => q(ouguiya Moratà ineach \(1973â2017\)), |
7282
|
|
|
|
|
|
|
'two' => q(ouguiya Moratà ineach \(1973â2017\)), |
7283
|
|
|
|
|
|
|
}, |
7284
|
|
|
|
|
|
|
}, |
7285
|
|
|
|
|
|
|
'MRU' => { |
7286
|
|
|
|
|
|
|
symbol => 'MRU', |
7287
|
|
|
|
|
|
|
display_name => { |
7288
|
|
|
|
|
|
|
'currency' => q(Ouguiya Moratà ineach), |
7289
|
|
|
|
|
|
|
'few' => q(ouguiya Moratà ineach), |
7290
|
|
|
|
|
|
|
'one' => q(ouguiya Moratà ineach), |
7291
|
|
|
|
|
|
|
'other' => q(ouguiya Moratà ineach), |
7292
|
|
|
|
|
|
|
'two' => q(ouguiya Moratà ineach), |
7293
|
|
|
|
|
|
|
}, |
7294
|
|
|
|
|
|
|
}, |
7295
|
|
|
|
|
|
|
'MTL' => { |
7296
|
|
|
|
|
|
|
symbol => 'MTL', |
7297
|
|
|
|
|
|
|
display_name => { |
7298
|
|
|
|
|
|
|
'currency' => q(Lira Maltach), |
7299
|
|
|
|
|
|
|
'few' => q(lira Maltach), |
7300
|
|
|
|
|
|
|
'one' => q(lira Maltach), |
7301
|
|
|
|
|
|
|
'other' => q(lira Maltach), |
7302
|
|
|
|
|
|
|
'two' => q(lira Maltach), |
7303
|
|
|
|
|
|
|
}, |
7304
|
|
|
|
|
|
|
}, |
7305
|
|
|
|
|
|
|
'MTP' => { |
7306
|
|
|
|
|
|
|
symbol => 'MTP', |
7307
|
|
|
|
|
|
|
display_name => { |
7308
|
|
|
|
|
|
|
'currency' => q(Punnd Maltach), |
7309
|
|
|
|
|
|
|
'few' => q(puinnd Mhaltach), |
7310
|
|
|
|
|
|
|
'one' => q(phunnd Maltach), |
7311
|
|
|
|
|
|
|
'other' => q(punnd Maltach), |
7312
|
|
|
|
|
|
|
'two' => q(phunnd Maltach), |
7313
|
|
|
|
|
|
|
}, |
7314
|
|
|
|
|
|
|
}, |
7315
|
|
|
|
|
|
|
'MUR' => { |
7316
|
|
|
|
|
|
|
symbol => 'MUR', |
7317
|
|
|
|
|
|
|
display_name => { |
7318
|
|
|
|
|
|
|
'currency' => q(Rupee Moiriseasach), |
7319
|
|
|
|
|
|
|
'few' => q(rupee Moiriseasach), |
7320
|
|
|
|
|
|
|
'one' => q(rupee Moiriseasach), |
7321
|
|
|
|
|
|
|
'other' => q(rupee Moiriseasach), |
7322
|
|
|
|
|
|
|
'two' => q(rupee Moiriseasach), |
7323
|
|
|
|
|
|
|
}, |
7324
|
|
|
|
|
|
|
}, |
7325
|
|
|
|
|
|
|
'MVP' => { |
7326
|
|
|
|
|
|
|
symbol => 'MVP', |
7327
|
|
|
|
|
|
|
display_name => { |
7328
|
|
|
|
|
|
|
'currency' => q(Rupee Maladaibheach), |
7329
|
|
|
|
|
|
|
'few' => q(rupee Maladaibheach), |
7330
|
|
|
|
|
|
|
'one' => q(rupee Maladaibheach), |
7331
|
|
|
|
|
|
|
'other' => q(rupee Maladaibheach), |
7332
|
|
|
|
|
|
|
'two' => q(rupee Maladaibheach), |
7333
|
|
|
|
|
|
|
}, |
7334
|
|
|
|
|
|
|
}, |
7335
|
|
|
|
|
|
|
'MVR' => { |
7336
|
|
|
|
|
|
|
symbol => 'MVR', |
7337
|
|
|
|
|
|
|
display_name => { |
7338
|
|
|
|
|
|
|
'currency' => q(Rufiyaa Maladaibheach), |
7339
|
|
|
|
|
|
|
'few' => q(rufiyaa Maladaibheach), |
7340
|
|
|
|
|
|
|
'one' => q(rufiyaa Maladaibheach), |
7341
|
|
|
|
|
|
|
'other' => q(rufiyaa Maladaibheach), |
7342
|
|
|
|
|
|
|
'two' => q(rufiyaa Maladaibheach), |
7343
|
|
|
|
|
|
|
}, |
7344
|
|
|
|
|
|
|
}, |
7345
|
|
|
|
|
|
|
'MWK' => { |
7346
|
|
|
|
|
|
|
symbol => 'MWK', |
7347
|
|
|
|
|
|
|
display_name => { |
7348
|
|
|
|
|
|
|
'currency' => q(Kwacha Malabhaidheach), |
7349
|
|
|
|
|
|
|
'few' => q(kwacha Malabhaidheach), |
7350
|
|
|
|
|
|
|
'one' => q(kwacha Malabhaidheach), |
7351
|
|
|
|
|
|
|
'other' => q(kwacha Malabhaidheach), |
7352
|
|
|
|
|
|
|
'two' => q(kwacha Malabhaidheach), |
7353
|
|
|
|
|
|
|
}, |
7354
|
|
|
|
|
|
|
}, |
7355
|
|
|
|
|
|
|
'MXN' => { |
7356
|
|
|
|
|
|
|
symbol => 'MX$', |
7357
|
|
|
|
|
|
|
display_name => { |
7358
|
|
|
|
|
|
|
'currency' => q(Peso Meagsagach), |
7359
|
|
|
|
|
|
|
'few' => q(pesothan Meagsagach), |
7360
|
|
|
|
|
|
|
'one' => q(pheso Meagsagach), |
7361
|
|
|
|
|
|
|
'other' => q(peso Meagsagach), |
7362
|
|
|
|
|
|
|
'two' => q(pheso Meagsagach), |
7363
|
|
|
|
|
|
|
}, |
7364
|
|
|
|
|
|
|
}, |
7365
|
|
|
|
|
|
|
'MXP' => { |
7366
|
|
|
|
|
|
|
symbol => 'MXP', |
7367
|
|
|
|
|
|
|
display_name => { |
7368
|
|
|
|
|
|
|
'currency' => q(Peso airgid Meagsagach \(1861â1992\)), |
7369
|
|
|
|
|
|
|
'few' => q(pesothan airgid Meagsagach \(1861â1992\)), |
7370
|
|
|
|
|
|
|
'one' => q(pheso airgid Meagsagach \(1861â1992\)), |
7371
|
|
|
|
|
|
|
'other' => q(peso airgid Meagsagach \(1861â1992\)), |
7372
|
|
|
|
|
|
|
'two' => q(pheso airgid Meagsagach \(1861â1992\)), |
7373
|
|
|
|
|
|
|
}, |
7374
|
|
|
|
|
|
|
}, |
7375
|
|
|
|
|
|
|
'MXV' => { |
7376
|
|
|
|
|
|
|
symbol => 'MXV', |
7377
|
|
|
|
|
|
|
display_name => { |
7378
|
|
|
|
|
|
|
'currency' => q(Aonad inbheistidh Meagsagach), |
7379
|
|
|
|
|
|
|
'few' => q(aonadan inbheistidh Meagsagach), |
7380
|
|
|
|
|
|
|
'one' => q(aonad inbheistidh Meagsagach), |
7381
|
|
|
|
|
|
|
'other' => q(aonad inbheistidh Meagsagach), |
7382
|
|
|
|
|
|
|
'two' => q(aonad inbheistidh Meagsagach), |
7383
|
|
|
|
|
|
|
}, |
7384
|
|
|
|
|
|
|
}, |
7385
|
|
|
|
|
|
|
'MYR' => { |
7386
|
|
|
|
|
|
|
symbol => 'MYR', |
7387
|
|
|
|
|
|
|
display_name => { |
7388
|
|
|
|
|
|
|
'currency' => q(Ringgit Malaidheach), |
7389
|
|
|
|
|
|
|
'few' => q(ringgit Malaidheach), |
7390
|
|
|
|
|
|
|
'one' => q(ringgit Malaidheach), |
7391
|
|
|
|
|
|
|
'other' => q(ringgit Malaidheach), |
7392
|
|
|
|
|
|
|
'two' => q(ringgit Malaidheach), |
7393
|
|
|
|
|
|
|
}, |
7394
|
|
|
|
|
|
|
}, |
7395
|
|
|
|
|
|
|
'MZE' => { |
7396
|
|
|
|
|
|
|
symbol => 'MZE', |
7397
|
|
|
|
|
|
|
display_name => { |
7398
|
|
|
|
|
|
|
'currency' => q(Escudo Mòsaimbiceach), |
7399
|
|
|
|
|
|
|
'few' => q(escudo Mòsaimbiceach), |
7400
|
|
|
|
|
|
|
'one' => q(escudo Mòsaimbiceach), |
7401
|
|
|
|
|
|
|
'other' => q(escudo Mòsaimbiceach), |
7402
|
|
|
|
|
|
|
'two' => q(escudo Mòsaimbiceach), |
7403
|
|
|
|
|
|
|
}, |
7404
|
|
|
|
|
|
|
}, |
7405
|
|
|
|
|
|
|
'MZM' => { |
7406
|
|
|
|
|
|
|
symbol => 'MZM', |
7407
|
|
|
|
|
|
|
display_name => { |
7408
|
|
|
|
|
|
|
'currency' => q(Metical Mòsaimbiceach \(1980â2006\)), |
7409
|
|
|
|
|
|
|
'few' => q(metical Mòsaimbiceach \(1980â2006\)), |
7410
|
|
|
|
|
|
|
'one' => q(mhetical Mòsaimbiceach \(1980â2006\)), |
7411
|
|
|
|
|
|
|
'other' => q(metical Mòsaimbiceach \(1980â2006\)), |
7412
|
|
|
|
|
|
|
'two' => q(mhetical Mòsaimbiceach \(1980â2006\)), |
7413
|
|
|
|
|
|
|
}, |
7414
|
|
|
|
|
|
|
}, |
7415
|
|
|
|
|
|
|
'MZN' => { |
7416
|
|
|
|
|
|
|
symbol => 'MZN', |
7417
|
|
|
|
|
|
|
display_name => { |
7418
|
|
|
|
|
|
|
'currency' => q(Metical Mòsaimbiceach), |
7419
|
|
|
|
|
|
|
'few' => q(metical Mòsaimbiceach), |
7420
|
|
|
|
|
|
|
'one' => q(mhetical Mòsaimbiceach), |
7421
|
|
|
|
|
|
|
'other' => q(metical Mòsaimbiceach), |
7422
|
|
|
|
|
|
|
'two' => q(mhetical Mòsaimbiceach), |
7423
|
|
|
|
|
|
|
}, |
7424
|
|
|
|
|
|
|
}, |
7425
|
|
|
|
|
|
|
'NAD' => { |
7426
|
|
|
|
|
|
|
symbol => 'NAD', |
7427
|
|
|
|
|
|
|
display_name => { |
7428
|
|
|
|
|
|
|
'currency' => q(Dolar Naimibitheach), |
7429
|
|
|
|
|
|
|
'few' => q(dolaran Naimibitheach), |
7430
|
|
|
|
|
|
|
'one' => q(dolar Naimibitheach), |
7431
|
|
|
|
|
|
|
'other' => q(dolar Naimibitheach), |
7432
|
|
|
|
|
|
|
'two' => q(dholar Naimibitheach), |
7433
|
|
|
|
|
|
|
}, |
7434
|
|
|
|
|
|
|
}, |
7435
|
|
|
|
|
|
|
'NGN' => { |
7436
|
|
|
|
|
|
|
symbol => 'NGN', |
7437
|
|
|
|
|
|
|
display_name => { |
7438
|
|
|
|
|
|
|
'currency' => q(Naira Nigèiriach), |
7439
|
|
|
|
|
|
|
'few' => q(naira Nigèiriach), |
7440
|
|
|
|
|
|
|
'one' => q(naira Nigèiriach), |
7441
|
|
|
|
|
|
|
'other' => q(naira Nigèiriach), |
7442
|
|
|
|
|
|
|
'two' => q(naira Nigèiriach), |
7443
|
|
|
|
|
|
|
}, |
7444
|
|
|
|
|
|
|
}, |
7445
|
|
|
|
|
|
|
'NIC' => { |
7446
|
|
|
|
|
|
|
symbol => 'NIC', |
7447
|
|
|
|
|
|
|
display_name => { |
7448
|
|
|
|
|
|
|
'currency' => q(Córdoba Niocaragach \(1988â1991\)), |
7449
|
|
|
|
|
|
|
'few' => q(córdoba Niocaragach \(1988â1991\)), |
7450
|
|
|
|
|
|
|
'one' => q(chórdoba Niocaragach \(1988â1991\)), |
7451
|
|
|
|
|
|
|
'other' => q(córdoba Niocaragach \(1988â1991\)), |
7452
|
|
|
|
|
|
|
'two' => q(chórdoba Niocaragach \(1988â1991\)), |
7453
|
|
|
|
|
|
|
}, |
7454
|
|
|
|
|
|
|
}, |
7455
|
|
|
|
|
|
|
'NIO' => { |
7456
|
|
|
|
|
|
|
symbol => 'NIO', |
7457
|
|
|
|
|
|
|
display_name => { |
7458
|
|
|
|
|
|
|
'currency' => q(Córdoba Niocaragach), |
7459
|
|
|
|
|
|
|
'few' => q(córdoba Niocaragach), |
7460
|
|
|
|
|
|
|
'one' => q(chórdoba Niocaragach), |
7461
|
|
|
|
|
|
|
'other' => q(córdoba Niocaragach), |
7462
|
|
|
|
|
|
|
'two' => q(chórdoba Niocaragach), |
7463
|
|
|
|
|
|
|
}, |
7464
|
|
|
|
|
|
|
}, |
7465
|
|
|
|
|
|
|
'NLG' => { |
7466
|
|
|
|
|
|
|
symbol => 'NLG', |
7467
|
|
|
|
|
|
|
display_name => { |
7468
|
|
|
|
|
|
|
'currency' => q(Gulden Duitseach), |
7469
|
|
|
|
|
|
|
'few' => q(gulden Duitseach), |
7470
|
|
|
|
|
|
|
'one' => q(ghulden Duitseach), |
7471
|
|
|
|
|
|
|
'other' => q(gulden Duitseach), |
7472
|
|
|
|
|
|
|
'two' => q(ghulden Duitseach), |
7473
|
|
|
|
|
|
|
}, |
7474
|
|
|
|
|
|
|
}, |
7475
|
|
|
|
|
|
|
'NOK' => { |
7476
|
|
|
|
|
|
|
symbol => 'NOK', |
7477
|
|
|
|
|
|
|
display_name => { |
7478
|
|
|
|
|
|
|
'currency' => q(Krone Nirribheach), |
7479
|
|
|
|
|
|
|
'few' => q(kroner Nirribheach), |
7480
|
|
|
|
|
|
|
'one' => q(krone Nirribheach), |
7481
|
|
|
|
|
|
|
'other' => q(krone Nirribheach), |
7482
|
|
|
|
|
|
|
'two' => q(krone Nirribheach), |
7483
|
|
|
|
|
|
|
}, |
7484
|
|
|
|
|
|
|
}, |
7485
|
|
|
|
|
|
|
'NPR' => { |
7486
|
|
|
|
|
|
|
symbol => 'NPR', |
7487
|
|
|
|
|
|
|
display_name => { |
7488
|
|
|
|
|
|
|
'currency' => q(Rupee Neapà lach), |
7489
|
|
|
|
|
|
|
'few' => q(rupee Neapà lach), |
7490
|
|
|
|
|
|
|
'one' => q(rupee Neapà lach), |
7491
|
|
|
|
|
|
|
'other' => q(rupee Neapà lach), |
7492
|
|
|
|
|
|
|
'two' => q(rupee Neapà lach), |
7493
|
|
|
|
|
|
|
}, |
7494
|
|
|
|
|
|
|
}, |
7495
|
|
|
|
|
|
|
'NZD' => { |
7496
|
|
|
|
|
|
|
symbol => 'NZ$', |
7497
|
|
|
|
|
|
|
display_name => { |
7498
|
|
|
|
|
|
|
'currency' => q(Dolar Shealainn Nuaidh), |
7499
|
|
|
|
|
|
|
'few' => q(dolaran Shealainn Nuaidh), |
7500
|
|
|
|
|
|
|
'one' => q(dolar Shealainn Nuaidh), |
7501
|
|
|
|
|
|
|
'other' => q(dolar Shealainn Nuaidh), |
7502
|
|
|
|
|
|
|
'two' => q(dholar Shealainn Nuaidh), |
7503
|
|
|
|
|
|
|
}, |
7504
|
|
|
|
|
|
|
}, |
7505
|
|
|
|
|
|
|
'OMR' => { |
7506
|
|
|
|
|
|
|
symbol => 'OMR', |
7507
|
|
|
|
|
|
|
display_name => { |
7508
|
|
|
|
|
|
|
'currency' => q(Rial Omà nach), |
7509
|
|
|
|
|
|
|
'few' => q(rial Omà nach), |
7510
|
|
|
|
|
|
|
'one' => q(rial Omà nach), |
7511
|
|
|
|
|
|
|
'other' => q(rial Omà nach), |
7512
|
|
|
|
|
|
|
'two' => q(rial Omà nach), |
7513
|
|
|
|
|
|
|
}, |
7514
|
|
|
|
|
|
|
}, |
7515
|
|
|
|
|
|
|
'PAB' => { |
7516
|
|
|
|
|
|
|
symbol => 'PAB', |
7517
|
|
|
|
|
|
|
display_name => { |
7518
|
|
|
|
|
|
|
'currency' => q(Balboa Panamach), |
7519
|
|
|
|
|
|
|
'few' => q(balboa Panamach), |
7520
|
|
|
|
|
|
|
'one' => q(bhalboa Panamach), |
7521
|
|
|
|
|
|
|
'other' => q(balboa Panamach), |
7522
|
|
|
|
|
|
|
'two' => q(bhalboa Panamach), |
7523
|
|
|
|
|
|
|
}, |
7524
|
|
|
|
|
|
|
}, |
7525
|
|
|
|
|
|
|
'PEI' => { |
7526
|
|
|
|
|
|
|
symbol => 'PEI', |
7527
|
|
|
|
|
|
|
display_name => { |
7528
|
|
|
|
|
|
|
'currency' => q(Inti Pearùthach), |
7529
|
|
|
|
|
|
|
'few' => q(inti Pearùthach), |
7530
|
|
|
|
|
|
|
'one' => q(inti Pearùthach), |
7531
|
|
|
|
|
|
|
'other' => q(inti Pearùthach), |
7532
|
|
|
|
|
|
|
'two' => q(inti Pearùthach), |
7533
|
|
|
|
|
|
|
}, |
7534
|
|
|
|
|
|
|
}, |
7535
|
|
|
|
|
|
|
'PEN' => { |
7536
|
|
|
|
|
|
|
symbol => 'PEN', |
7537
|
|
|
|
|
|
|
display_name => { |
7538
|
|
|
|
|
|
|
'currency' => q(Sol Pearùthach), |
7539
|
|
|
|
|
|
|
'few' => q(sol Pearùthach), |
7540
|
|
|
|
|
|
|
'one' => q(sol Pearùthach), |
7541
|
|
|
|
|
|
|
'other' => q(sol Pearùthach), |
7542
|
|
|
|
|
|
|
'two' => q(shol Pearùthach), |
7543
|
|
|
|
|
|
|
}, |
7544
|
|
|
|
|
|
|
}, |
7545
|
|
|
|
|
|
|
'PES' => { |
7546
|
|
|
|
|
|
|
symbol => 'PES', |
7547
|
|
|
|
|
|
|
display_name => { |
7548
|
|
|
|
|
|
|
'currency' => q(Sol Pearùthach \(1863â1965\)), |
7549
|
|
|
|
|
|
|
'few' => q(sol Pearùthach \(1863â1965\)), |
7550
|
|
|
|
|
|
|
'one' => q(sol Pearùthach \(1863â1965\)), |
7551
|
|
|
|
|
|
|
'other' => q(sol Pearùthach \(1863â1965\)), |
7552
|
|
|
|
|
|
|
'two' => q(shol Pearùthach \(1863â1965\)), |
7553
|
|
|
|
|
|
|
}, |
7554
|
|
|
|
|
|
|
}, |
7555
|
|
|
|
|
|
|
'PGK' => { |
7556
|
|
|
|
|
|
|
symbol => 'PGK', |
7557
|
|
|
|
|
|
|
display_name => { |
7558
|
|
|
|
|
|
|
'currency' => q(Kina Ghini Nuaidh Paputhaiche), |
7559
|
|
|
|
|
|
|
'few' => q(kina Ghini Nuaidh Paputhaiche), |
7560
|
|
|
|
|
|
|
'one' => q(kina Ghini Nuaidh Paputhaiche), |
7561
|
|
|
|
|
|
|
'other' => q(kina Ghini Nuaidh Paputhaiche), |
7562
|
|
|
|
|
|
|
'two' => q(kina Ghini Nuaidh Paputhaiche), |
7563
|
|
|
|
|
|
|
}, |
7564
|
|
|
|
|
|
|
}, |
7565
|
|
|
|
|
|
|
'PHP' => { |
7566
|
|
|
|
|
|
|
symbol => 'PHP', |
7567
|
|
|
|
|
|
|
display_name => { |
7568
|
|
|
|
|
|
|
'currency' => q(Peso Filipineach), |
7569
|
|
|
|
|
|
|
'few' => q(pesothan Filipineach), |
7570
|
|
|
|
|
|
|
'one' => q(pheso Filipineach), |
7571
|
|
|
|
|
|
|
'other' => q(peso Filipineach), |
7572
|
|
|
|
|
|
|
'two' => q(pheso Filipineach), |
7573
|
|
|
|
|
|
|
}, |
7574
|
|
|
|
|
|
|
}, |
7575
|
|
|
|
|
|
|
'PKR' => { |
7576
|
|
|
|
|
|
|
symbol => 'PKR', |
7577
|
|
|
|
|
|
|
display_name => { |
7578
|
|
|
|
|
|
|
'currency' => q(Rupee Pagastà nach), |
7579
|
|
|
|
|
|
|
'few' => q(rupee Pagastà nach), |
7580
|
|
|
|
|
|
|
'one' => q(rupee Pagastà nach), |
7581
|
|
|
|
|
|
|
'other' => q(rupee Pagastà nach), |
7582
|
|
|
|
|
|
|
'two' => q(rupee Pagastà nach), |
7583
|
|
|
|
|
|
|
}, |
7584
|
|
|
|
|
|
|
}, |
7585
|
|
|
|
|
|
|
'PLN' => { |
7586
|
|
|
|
|
|
|
symbol => 'PLN', |
7587
|
|
|
|
|
|
|
display_name => { |
7588
|
|
|
|
|
|
|
'currency' => q(ZÅoty Pòlainneach), |
7589
|
|
|
|
|
|
|
'few' => q(zÅoty Pòlainneach), |
7590
|
|
|
|
|
|
|
'one' => q(zÅoty Pòlainneach), |
7591
|
|
|
|
|
|
|
'other' => q(zÅoty Pòlainneach), |
7592
|
|
|
|
|
|
|
'two' => q(zÅoty Pòlainneach), |
7593
|
|
|
|
|
|
|
}, |
7594
|
|
|
|
|
|
|
}, |
7595
|
|
|
|
|
|
|
'PLZ' => { |
7596
|
|
|
|
|
|
|
symbol => 'PLZ', |
7597
|
|
|
|
|
|
|
display_name => { |
7598
|
|
|
|
|
|
|
'currency' => q(ZÅoty Pòlainneach \(1950â1995\)), |
7599
|
|
|
|
|
|
|
'few' => q(zÅoty Pòlainneach \(1950â1995\)), |
7600
|
|
|
|
|
|
|
'one' => q(zÅoty Pòlainneach \(1950â1995\)), |
7601
|
|
|
|
|
|
|
'other' => q(zÅoty Pòlainneach \(1950â1995\)), |
7602
|
|
|
|
|
|
|
'two' => q(zÅoty Pòlainneach \(1950â1995\)), |
7603
|
|
|
|
|
|
|
}, |
7604
|
|
|
|
|
|
|
}, |
7605
|
|
|
|
|
|
|
'PTE' => { |
7606
|
|
|
|
|
|
|
symbol => 'PTE', |
7607
|
|
|
|
|
|
|
display_name => { |
7608
|
|
|
|
|
|
|
'currency' => q(Escudo Portagaileach), |
7609
|
|
|
|
|
|
|
'few' => q(escudo Portagaileach), |
7610
|
|
|
|
|
|
|
'one' => q(escudo Portagaileach), |
7611
|
|
|
|
|
|
|
'other' => q(escudo Portagaileach), |
7612
|
|
|
|
|
|
|
'two' => q(escudo Portagaileach), |
7613
|
|
|
|
|
|
|
}, |
7614
|
|
|
|
|
|
|
}, |
7615
|
|
|
|
|
|
|
'PYG' => { |
7616
|
|
|
|
|
|
|
symbol => 'PYG', |
7617
|
|
|
|
|
|
|
display_name => { |
7618
|
|
|
|
|
|
|
'currency' => q(Guaranà Paraguaidheach), |
7619
|
|
|
|
|
|
|
'few' => q(guaranà Paraguaidheach), |
7620
|
|
|
|
|
|
|
'one' => q(ghuaranà Paraguaidheach), |
7621
|
|
|
|
|
|
|
'other' => q(guaranà Paraguaidheach), |
7622
|
|
|
|
|
|
|
'two' => q(ghuaranà Paraguaidheach), |
7623
|
|
|
|
|
|
|
}, |
7624
|
|
|
|
|
|
|
}, |
7625
|
|
|
|
|
|
|
'QAR' => { |
7626
|
|
|
|
|
|
|
symbol => 'QAR', |
7627
|
|
|
|
|
|
|
display_name => { |
7628
|
|
|
|
|
|
|
'currency' => q(Rial Catarach), |
7629
|
|
|
|
|
|
|
'few' => q(rial Catarach), |
7630
|
|
|
|
|
|
|
'one' => q(rial Catarach), |
7631
|
|
|
|
|
|
|
'other' => q(rial Catarach), |
7632
|
|
|
|
|
|
|
'two' => q(rial Catarach), |
7633
|
|
|
|
|
|
|
}, |
7634
|
|
|
|
|
|
|
}, |
7635
|
|
|
|
|
|
|
'RHD' => { |
7636
|
|
|
|
|
|
|
symbol => 'RHD', |
7637
|
|
|
|
|
|
|
display_name => { |
7638
|
|
|
|
|
|
|
'currency' => q(Dolar Rhodesiach), |
7639
|
|
|
|
|
|
|
'few' => q(dolaran Rhodesiach), |
7640
|
|
|
|
|
|
|
'one' => q(dolar Rhodesiach), |
7641
|
|
|
|
|
|
|
'other' => q(dolar Rhodesiach), |
7642
|
|
|
|
|
|
|
'two' => q(dholar Rhodesiach), |
7643
|
|
|
|
|
|
|
}, |
7644
|
|
|
|
|
|
|
}, |
7645
|
|
|
|
|
|
|
'ROL' => { |
7646
|
|
|
|
|
|
|
symbol => 'ROL', |
7647
|
|
|
|
|
|
|
display_name => { |
7648
|
|
|
|
|
|
|
'currency' => q(Leu Romà ineach \(1952â2006\)), |
7649
|
|
|
|
|
|
|
'few' => q(leu Romà ineach \(1952â2006\)), |
7650
|
|
|
|
|
|
|
'one' => q(leu Romà ineach \(1952â2006\)), |
7651
|
|
|
|
|
|
|
'other' => q(leu Romà ineach \(1952â2006\)), |
7652
|
|
|
|
|
|
|
'two' => q(leu Romà ineach \(1952â2006\)), |
7653
|
|
|
|
|
|
|
}, |
7654
|
|
|
|
|
|
|
}, |
7655
|
|
|
|
|
|
|
'RON' => { |
7656
|
|
|
|
|
|
|
symbol => 'RON', |
7657
|
|
|
|
|
|
|
display_name => { |
7658
|
|
|
|
|
|
|
'currency' => q(Leu Romà ineach), |
7659
|
|
|
|
|
|
|
'few' => q(leu Romà ineach), |
7660
|
|
|
|
|
|
|
'one' => q(leu Romà ineach), |
7661
|
|
|
|
|
|
|
'other' => q(leu Romà ineach), |
7662
|
|
|
|
|
|
|
'two' => q(leu Romà ineach), |
7663
|
|
|
|
|
|
|
}, |
7664
|
|
|
|
|
|
|
}, |
7665
|
|
|
|
|
|
|
'RSD' => { |
7666
|
|
|
|
|
|
|
symbol => 'RSD', |
7667
|
|
|
|
|
|
|
display_name => { |
7668
|
|
|
|
|
|
|
'currency' => q(Dinar Sèirbeach), |
7669
|
|
|
|
|
|
|
'few' => q(dinar Sèirbeach), |
7670
|
|
|
|
|
|
|
'one' => q(dinar Sèirbeach), |
7671
|
|
|
|
|
|
|
'other' => q(dinar Sèirbeach), |
7672
|
|
|
|
|
|
|
'two' => q(dhinar Sèirbeach), |
7673
|
|
|
|
|
|
|
}, |
7674
|
|
|
|
|
|
|
}, |
7675
|
|
|
|
|
|
|
'RUB' => { |
7676
|
|
|
|
|
|
|
symbol => 'RUB', |
7677
|
|
|
|
|
|
|
display_name => { |
7678
|
|
|
|
|
|
|
'currency' => q(Rùbal Ruiseach), |
7679
|
|
|
|
|
|
|
'few' => q(rùbalan Ruiseach), |
7680
|
|
|
|
|
|
|
'one' => q(rùbal Ruiseach), |
7681
|
|
|
|
|
|
|
'other' => q(rùbal Ruiseach), |
7682
|
|
|
|
|
|
|
'two' => q(rùbal Ruiseach), |
7683
|
|
|
|
|
|
|
}, |
7684
|
|
|
|
|
|
|
}, |
7685
|
|
|
|
|
|
|
'RUR' => { |
7686
|
|
|
|
|
|
|
symbol => 'RUR', |
7687
|
|
|
|
|
|
|
display_name => { |
7688
|
|
|
|
|
|
|
'currency' => q(Rùbal Ruiseach \(1991â1998\)), |
7689
|
|
|
|
|
|
|
'few' => q(rùbalan Ruiseach \(1991â1998\)), |
7690
|
|
|
|
|
|
|
'one' => q(rùbal Ruiseach \(1991â1998\)), |
7691
|
|
|
|
|
|
|
'other' => q(rùbal Ruiseach \(1991â1998\)), |
7692
|
|
|
|
|
|
|
'two' => q(rùbal Ruiseach \(1991â1998\)), |
7693
|
|
|
|
|
|
|
}, |
7694
|
|
|
|
|
|
|
}, |
7695
|
|
|
|
|
|
|
'RWF' => { |
7696
|
|
|
|
|
|
|
symbol => 'RWF', |
7697
|
|
|
|
|
|
|
display_name => { |
7698
|
|
|
|
|
|
|
'currency' => q(Franc Rubhandach), |
7699
|
|
|
|
|
|
|
'few' => q(franc Rubhandach), |
7700
|
|
|
|
|
|
|
'one' => q(fhranc Rubhandach), |
7701
|
|
|
|
|
|
|
'other' => q(franc Rubhandach), |
7702
|
|
|
|
|
|
|
'two' => q(fhranc Rubhandach), |
7703
|
|
|
|
|
|
|
}, |
7704
|
|
|
|
|
|
|
}, |
7705
|
|
|
|
|
|
|
'SAR' => { |
7706
|
|
|
|
|
|
|
symbol => 'SAR', |
7707
|
|
|
|
|
|
|
display_name => { |
7708
|
|
|
|
|
|
|
'currency' => q(Riyal Sabhdach), |
7709
|
|
|
|
|
|
|
'few' => q(riyal Sabhdach), |
7710
|
|
|
|
|
|
|
'one' => q(riyal Sabhdach), |
7711
|
|
|
|
|
|
|
'other' => q(riyal Sabhdach), |
7712
|
|
|
|
|
|
|
'two' => q(riyal Sabhdach), |
7713
|
|
|
|
|
|
|
}, |
7714
|
|
|
|
|
|
|
}, |
7715
|
|
|
|
|
|
|
'SBD' => { |
7716
|
|
|
|
|
|
|
symbol => 'SBD', |
7717
|
|
|
|
|
|
|
display_name => { |
7718
|
|
|
|
|
|
|
'currency' => q(Dolar Eileanan Sholaimh), |
7719
|
|
|
|
|
|
|
'few' => q(dolaran Eileanan Sholaimh), |
7720
|
|
|
|
|
|
|
'one' => q(dolar Eileanan Sholaimh), |
7721
|
|
|
|
|
|
|
'other' => q(dolar Eileanan Sholaimh), |
7722
|
|
|
|
|
|
|
'two' => q(dholar Eileanan Sholaimh), |
7723
|
|
|
|
|
|
|
}, |
7724
|
|
|
|
|
|
|
}, |
7725
|
|
|
|
|
|
|
'SCR' => { |
7726
|
|
|
|
|
|
|
symbol => 'SCR', |
7727
|
|
|
|
|
|
|
display_name => { |
7728
|
|
|
|
|
|
|
'currency' => q(Rupee Seiseallach), |
7729
|
|
|
|
|
|
|
'few' => q(rupee Seiseallach), |
7730
|
|
|
|
|
|
|
'one' => q(rupee Seiseallach), |
7731
|
|
|
|
|
|
|
'other' => q(rupee Seiseallach), |
7732
|
|
|
|
|
|
|
'two' => q(rupee Seiseallach), |
7733
|
|
|
|
|
|
|
}, |
7734
|
|
|
|
|
|
|
}, |
7735
|
|
|
|
|
|
|
'SDD' => { |
7736
|
|
|
|
|
|
|
symbol => 'SDD', |
7737
|
|
|
|
|
|
|
display_name => { |
7738
|
|
|
|
|
|
|
'currency' => q(Dinar Sudà nach \(1992â2007\)), |
7739
|
|
|
|
|
|
|
'few' => q(dinar Sudà nach \(1992â2007\)), |
7740
|
|
|
|
|
|
|
'one' => q(dinar Sudà nach \(1992â2007\)), |
7741
|
|
|
|
|
|
|
'other' => q(dinar Sudà nach \(1992â2007\)), |
7742
|
|
|
|
|
|
|
'two' => q(dhinar Sudà nach \(1992â2007\)), |
7743
|
|
|
|
|
|
|
}, |
7744
|
|
|
|
|
|
|
}, |
7745
|
|
|
|
|
|
|
'SDG' => { |
7746
|
|
|
|
|
|
|
symbol => 'SDG', |
7747
|
|
|
|
|
|
|
display_name => { |
7748
|
|
|
|
|
|
|
'currency' => q(Punnd Sudà nach), |
7749
|
|
|
|
|
|
|
'few' => q(puinnd Shudà nach), |
7750
|
|
|
|
|
|
|
'one' => q(phunnd Sudà nach), |
7751
|
|
|
|
|
|
|
'other' => q(punnd Sudà nach), |
7752
|
|
|
|
|
|
|
'two' => q(phunnd Sudà nach), |
7753
|
|
|
|
|
|
|
}, |
7754
|
|
|
|
|
|
|
}, |
7755
|
|
|
|
|
|
|
'SDP' => { |
7756
|
|
|
|
|
|
|
symbol => 'SDP', |
7757
|
|
|
|
|
|
|
display_name => { |
7758
|
|
|
|
|
|
|
'currency' => q(Punnd Sudà nach \(1957â1998\)), |
7759
|
|
|
|
|
|
|
'few' => q(puinnd Shudà nach \(1957â1998\)), |
7760
|
|
|
|
|
|
|
'one' => q(phunnd Sudà nach \(1957â1998\)), |
7761
|
|
|
|
|
|
|
'other' => q(punnd Sudà nach \(1957â1998\)), |
7762
|
|
|
|
|
|
|
'two' => q(phunnd Sudà nach \(1957â1998\)), |
7763
|
|
|
|
|
|
|
}, |
7764
|
|
|
|
|
|
|
}, |
7765
|
|
|
|
|
|
|
'SEK' => { |
7766
|
|
|
|
|
|
|
symbol => 'SEK', |
7767
|
|
|
|
|
|
|
display_name => { |
7768
|
|
|
|
|
|
|
'currency' => q(Krona Suaineach), |
7769
|
|
|
|
|
|
|
'few' => q(kronor Suaineach), |
7770
|
|
|
|
|
|
|
'one' => q(krona Suaineach), |
7771
|
|
|
|
|
|
|
'other' => q(krona Suaineach), |
7772
|
|
|
|
|
|
|
'two' => q(krona Suaineach), |
7773
|
|
|
|
|
|
|
}, |
7774
|
|
|
|
|
|
|
}, |
7775
|
|
|
|
|
|
|
'SGD' => { |
7776
|
|
|
|
|
|
|
symbol => 'SGD', |
7777
|
|
|
|
|
|
|
display_name => { |
7778
|
|
|
|
|
|
|
'currency' => q(Dolar Singeapòrach), |
7779
|
|
|
|
|
|
|
'few' => q(dolaran Singeapòrach), |
7780
|
|
|
|
|
|
|
'one' => q(dolar Singeapòrach), |
7781
|
|
|
|
|
|
|
'other' => q(dolar Singeapòrach), |
7782
|
|
|
|
|
|
|
'two' => q(dholar Singeapòrach), |
7783
|
|
|
|
|
|
|
}, |
7784
|
|
|
|
|
|
|
}, |
7785
|
|
|
|
|
|
|
'SHP' => { |
7786
|
|
|
|
|
|
|
symbol => 'SHP', |
7787
|
|
|
|
|
|
|
display_name => { |
7788
|
|
|
|
|
|
|
'currency' => q(Punnd Eilean Naomh Eilidh), |
7789
|
|
|
|
|
|
|
'few' => q(puinnd Eilean Naomh Eilidh), |
7790
|
|
|
|
|
|
|
'one' => q(phunnd Eilean Naomh Eilidh), |
7791
|
|
|
|
|
|
|
'other' => q(punnd Eilean Naomh Eilidh), |
7792
|
|
|
|
|
|
|
'two' => q(phunnd Eilean Naomh Eilidh), |
7793
|
|
|
|
|
|
|
}, |
7794
|
|
|
|
|
|
|
}, |
7795
|
|
|
|
|
|
|
'SIT' => { |
7796
|
|
|
|
|
|
|
symbol => 'SIT', |
7797
|
|
|
|
|
|
|
display_name => { |
7798
|
|
|
|
|
|
|
'currency' => q(Tolar Slòbhaineach), |
7799
|
|
|
|
|
|
|
'few' => q(tolar Slòbhaineach), |
7800
|
|
|
|
|
|
|
'one' => q(tolar Slòbhaineach), |
7801
|
|
|
|
|
|
|
'other' => q(tolar Slòbhaineach), |
7802
|
|
|
|
|
|
|
'two' => q(tholar Slòbhaineach), |
7803
|
|
|
|
|
|
|
}, |
7804
|
|
|
|
|
|
|
}, |
7805
|
|
|
|
|
|
|
'SKK' => { |
7806
|
|
|
|
|
|
|
symbol => 'SKK', |
7807
|
|
|
|
|
|
|
display_name => { |
7808
|
|
|
|
|
|
|
'currency' => q(Koruna Slòbhacach), |
7809
|
|
|
|
|
|
|
'few' => q(koruna Slòbhacach), |
7810
|
|
|
|
|
|
|
'one' => q(koruna Slòbhacach), |
7811
|
|
|
|
|
|
|
'other' => q(koruna Slòbhacach), |
7812
|
|
|
|
|
|
|
'two' => q(koruna Slòbhacach), |
7813
|
|
|
|
|
|
|
}, |
7814
|
|
|
|
|
|
|
}, |
7815
|
|
|
|
|
|
|
'SLL' => { |
7816
|
|
|
|
|
|
|
symbol => 'SLL', |
7817
|
|
|
|
|
|
|
display_name => { |
7818
|
|
|
|
|
|
|
'currency' => q(Leone Siarra Leòmhannach), |
7819
|
|
|
|
|
|
|
'few' => q(leone Siarra Leòmhannach), |
7820
|
|
|
|
|
|
|
'one' => q(leone Siarra Leòmhannach), |
7821
|
|
|
|
|
|
|
'other' => q(leone Siarra Leòmhannach), |
7822
|
|
|
|
|
|
|
'two' => q(leone Siarra Leòmhannach), |
7823
|
|
|
|
|
|
|
}, |
7824
|
|
|
|
|
|
|
}, |
7825
|
|
|
|
|
|
|
'SOS' => { |
7826
|
|
|
|
|
|
|
symbol => 'SOS', |
7827
|
|
|
|
|
|
|
display_name => { |
7828
|
|
|
|
|
|
|
'currency' => q(Shilling Somà ilitheach), |
7829
|
|
|
|
|
|
|
'few' => q(shilling Somà ilitheach), |
7830
|
|
|
|
|
|
|
'one' => q(shilling Somà ilitheach), |
7831
|
|
|
|
|
|
|
'other' => q(shilling Somà ilitheach), |
7832
|
|
|
|
|
|
|
'two' => q(shilling Somà ilitheach), |
7833
|
|
|
|
|
|
|
}, |
7834
|
|
|
|
|
|
|
}, |
7835
|
|
|
|
|
|
|
'SRD' => { |
7836
|
|
|
|
|
|
|
symbol => 'SRD', |
7837
|
|
|
|
|
|
|
display_name => { |
7838
|
|
|
|
|
|
|
'currency' => q(Dolar Suranamach), |
7839
|
|
|
|
|
|
|
'few' => q(dolaran Suranamach), |
7840
|
|
|
|
|
|
|
'one' => q(dolar Suranamach), |
7841
|
|
|
|
|
|
|
'other' => q(dolar Suranamach), |
7842
|
|
|
|
|
|
|
'two' => q(dholar Suranamach), |
7843
|
|
|
|
|
|
|
}, |
7844
|
|
|
|
|
|
|
}, |
7845
|
|
|
|
|
|
|
'SRG' => { |
7846
|
|
|
|
|
|
|
symbol => 'SRG', |
7847
|
|
|
|
|
|
|
display_name => { |
7848
|
|
|
|
|
|
|
'currency' => q(Gulden Suranamach), |
7849
|
|
|
|
|
|
|
'few' => q(gulden Suranamach), |
7850
|
|
|
|
|
|
|
'one' => q(ghulden Suranamach), |
7851
|
|
|
|
|
|
|
'other' => q(gulden Suranamach), |
7852
|
|
|
|
|
|
|
'two' => q(ghulden Suranamach), |
7853
|
|
|
|
|
|
|
}, |
7854
|
|
|
|
|
|
|
}, |
7855
|
|
|
|
|
|
|
'SSP' => { |
7856
|
|
|
|
|
|
|
symbol => 'SSP', |
7857
|
|
|
|
|
|
|
display_name => { |
7858
|
|
|
|
|
|
|
'currency' => q(Punnd Sudà in a Deas), |
7859
|
|
|
|
|
|
|
'few' => q(puinnd Shudà in a Deas), |
7860
|
|
|
|
|
|
|
'one' => q(phunnd Sudà in a Deas), |
7861
|
|
|
|
|
|
|
'other' => q(punnd Sudà in a Deas), |
7862
|
|
|
|
|
|
|
'two' => q(phunnd Sudà in a Deas), |
7863
|
|
|
|
|
|
|
}, |
7864
|
|
|
|
|
|
|
}, |
7865
|
|
|
|
|
|
|
'STD' => { |
7866
|
|
|
|
|
|
|
symbol => 'STD', |
7867
|
|
|
|
|
|
|
display_name => { |
7868
|
|
|
|
|
|
|
'currency' => q(Dobra São Tomé agus PrÃncipe \(1977â2017\)), |
7869
|
|
|
|
|
|
|
'few' => q(dobra São Tomé agus PrÃncipe \(1977â2017\)), |
7870
|
|
|
|
|
|
|
'one' => q(dobra São Tomé agus PrÃncipe \(1977â2017\)), |
7871
|
|
|
|
|
|
|
'other' => q(dobra São Tomé agus PrÃncipe \(1977â2017\)), |
7872
|
|
|
|
|
|
|
'two' => q(dhobra São Tomé agus PrÃncipe \(1977â2017\)), |
7873
|
|
|
|
|
|
|
}, |
7874
|
|
|
|
|
|
|
}, |
7875
|
|
|
|
|
|
|
'STN' => { |
7876
|
|
|
|
|
|
|
symbol => 'STN', |
7877
|
|
|
|
|
|
|
display_name => { |
7878
|
|
|
|
|
|
|
'currency' => q(Dobra São Tomé agus PrÃncipe), |
7879
|
|
|
|
|
|
|
'few' => q(dobra São Tomé agus PrÃncipe), |
7880
|
|
|
|
|
|
|
'one' => q(dobra São Tomé agus PrÃncipe), |
7881
|
|
|
|
|
|
|
'other' => q(dobra São Tomé agus PrÃncipe), |
7882
|
|
|
|
|
|
|
'two' => q(dhobra São Tomé agus PrÃncipe), |
7883
|
|
|
|
|
|
|
}, |
7884
|
|
|
|
|
|
|
}, |
7885
|
|
|
|
|
|
|
'SUR' => { |
7886
|
|
|
|
|
|
|
symbol => 'SUR', |
7887
|
|
|
|
|
|
|
display_name => { |
7888
|
|
|
|
|
|
|
'currency' => q(Rùbal Sovietach), |
7889
|
|
|
|
|
|
|
'few' => q(rùbalan Sovietach), |
7890
|
|
|
|
|
|
|
'one' => q(rùbal Sovietach), |
7891
|
|
|
|
|
|
|
'other' => q(rùbal Sovietach), |
7892
|
|
|
|
|
|
|
'two' => q(rùbal Sovietach), |
7893
|
|
|
|
|
|
|
}, |
7894
|
|
|
|
|
|
|
}, |
7895
|
|
|
|
|
|
|
'SVC' => { |
7896
|
|
|
|
|
|
|
symbol => 'SVC', |
7897
|
|
|
|
|
|
|
display_name => { |
7898
|
|
|
|
|
|
|
'currency' => q(Colón Salbhadorach), |
7899
|
|
|
|
|
|
|
'few' => q(colón Salbhadorach), |
7900
|
|
|
|
|
|
|
'one' => q(cholón Salbhadorach), |
7901
|
|
|
|
|
|
|
'other' => q(colón Salbhadorach), |
7902
|
|
|
|
|
|
|
'two' => q(cholón Salbhadorach), |
7903
|
|
|
|
|
|
|
}, |
7904
|
|
|
|
|
|
|
}, |
7905
|
|
|
|
|
|
|
'SYP' => { |
7906
|
|
|
|
|
|
|
symbol => 'SYP', |
7907
|
|
|
|
|
|
|
display_name => { |
7908
|
|
|
|
|
|
|
'currency' => q(Punnd Siridheach), |
7909
|
|
|
|
|
|
|
'few' => q(puinnd Shiridheach), |
7910
|
|
|
|
|
|
|
'one' => q(phunnd Siridheach), |
7911
|
|
|
|
|
|
|
'other' => q(punnd Siridheach), |
7912
|
|
|
|
|
|
|
'two' => q(phunnd Siridheach), |
7913
|
|
|
|
|
|
|
}, |
7914
|
|
|
|
|
|
|
}, |
7915
|
|
|
|
|
|
|
'SZL' => { |
7916
|
|
|
|
|
|
|
symbol => 'SZL', |
7917
|
|
|
|
|
|
|
display_name => { |
7918
|
|
|
|
|
|
|
'currency' => q(Lilangeni Suasaidheach), |
7919
|
|
|
|
|
|
|
'few' => q(lilangeni Suasaidheach), |
7920
|
|
|
|
|
|
|
'one' => q(lilangeni Suasaidheach), |
7921
|
|
|
|
|
|
|
'other' => q(lilangeni Suasaidheach), |
7922
|
|
|
|
|
|
|
'two' => q(lilangeni Suasaidheach), |
7923
|
|
|
|
|
|
|
}, |
7924
|
|
|
|
|
|
|
}, |
7925
|
|
|
|
|
|
|
'THB' => { |
7926
|
|
|
|
|
|
|
symbol => '฿', |
7927
|
|
|
|
|
|
|
display_name => { |
7928
|
|
|
|
|
|
|
'currency' => q(Baht TÃ idheach), |
7929
|
|
|
|
|
|
|
'few' => q(baht TÃ idheach), |
7930
|
|
|
|
|
|
|
'one' => q(bhaht TÃ idheach), |
7931
|
|
|
|
|
|
|
'other' => q(baht TÃ idheach), |
7932
|
|
|
|
|
|
|
'two' => q(bhaht TÃ idheach), |
7933
|
|
|
|
|
|
|
}, |
7934
|
|
|
|
|
|
|
}, |
7935
|
|
|
|
|
|
|
'TJR' => { |
7936
|
|
|
|
|
|
|
symbol => 'TJR', |
7937
|
|
|
|
|
|
|
display_name => { |
7938
|
|
|
|
|
|
|
'currency' => q(Rùbal Taidigeach), |
7939
|
|
|
|
|
|
|
'few' => q(rùbalan Taidigeach), |
7940
|
|
|
|
|
|
|
'one' => q(rùbal Taidigeach), |
7941
|
|
|
|
|
|
|
'other' => q(rùbal Taidigeach), |
7942
|
|
|
|
|
|
|
'two' => q(rùbal Taidigeach), |
7943
|
|
|
|
|
|
|
}, |
7944
|
|
|
|
|
|
|
}, |
7945
|
|
|
|
|
|
|
'TJS' => { |
7946
|
|
|
|
|
|
|
symbol => 'TJS', |
7947
|
|
|
|
|
|
|
display_name => { |
7948
|
|
|
|
|
|
|
'currency' => q(Somoni Taidigeach), |
7949
|
|
|
|
|
|
|
'few' => q(somoni Taidigeach), |
7950
|
|
|
|
|
|
|
'one' => q(somoni Taidigeach), |
7951
|
|
|
|
|
|
|
'other' => q(somoni Taidigeach), |
7952
|
|
|
|
|
|
|
'two' => q(shomoni Taidigeach), |
7953
|
|
|
|
|
|
|
}, |
7954
|
|
|
|
|
|
|
}, |
7955
|
|
|
|
|
|
|
'TMM' => { |
7956
|
|
|
|
|
|
|
symbol => 'TMM', |
7957
|
|
|
|
|
|
|
display_name => { |
7958
|
|
|
|
|
|
|
'currency' => q(Manat Turcmanach \(1993â2009\)), |
7959
|
|
|
|
|
|
|
'few' => q(manat Turcmanach \(1993â2009\)), |
7960
|
|
|
|
|
|
|
'one' => q(mhanat Turcmanach \(1993â2009\)), |
7961
|
|
|
|
|
|
|
'other' => q(manat Turcmanach \(1993â2009\)), |
7962
|
|
|
|
|
|
|
'two' => q(mhanat Turcmanach \(1993â2009\)), |
7963
|
|
|
|
|
|
|
}, |
7964
|
|
|
|
|
|
|
}, |
7965
|
|
|
|
|
|
|
'TMT' => { |
7966
|
|
|
|
|
|
|
symbol => 'TMT', |
7967
|
|
|
|
|
|
|
display_name => { |
7968
|
|
|
|
|
|
|
'currency' => q(Manat Turcmanach), |
7969
|
|
|
|
|
|
|
'few' => q(manat Turcmanach), |
7970
|
|
|
|
|
|
|
'one' => q(mhanat Turcmanach), |
7971
|
|
|
|
|
|
|
'other' => q(manat Turcmanach), |
7972
|
|
|
|
|
|
|
'two' => q(mhanat Turcmanach), |
7973
|
|
|
|
|
|
|
}, |
7974
|
|
|
|
|
|
|
}, |
7975
|
|
|
|
|
|
|
'TND' => { |
7976
|
|
|
|
|
|
|
symbol => 'TND', |
7977
|
|
|
|
|
|
|
display_name => { |
7978
|
|
|
|
|
|
|
'currency' => q(Dinar Tuiniseach), |
7979
|
|
|
|
|
|
|
'few' => q(dinar Tuiniseach), |
7980
|
|
|
|
|
|
|
'one' => q(dinar Tuiniseach), |
7981
|
|
|
|
|
|
|
'other' => q(dinar Tuiniseach), |
7982
|
|
|
|
|
|
|
'two' => q(dhinar Tuiniseach), |
7983
|
|
|
|
|
|
|
}, |
7984
|
|
|
|
|
|
|
}, |
7985
|
|
|
|
|
|
|
'TOP' => { |
7986
|
|
|
|
|
|
|
symbol => 'TOP', |
7987
|
|
|
|
|
|
|
display_name => { |
7988
|
|
|
|
|
|
|
'currency' => q(Paʻanga Tongach), |
7989
|
|
|
|
|
|
|
'few' => q(paʻanga Tongach), |
7990
|
|
|
|
|
|
|
'one' => q(phaʻanga Tongach), |
7991
|
|
|
|
|
|
|
'other' => q(paʻanga Tongach), |
7992
|
|
|
|
|
|
|
'two' => q(phaʻanga Tongach), |
7993
|
|
|
|
|
|
|
}, |
7994
|
|
|
|
|
|
|
}, |
7995
|
|
|
|
|
|
|
'TPE' => { |
7996
|
|
|
|
|
|
|
symbol => 'TPE', |
7997
|
|
|
|
|
|
|
display_name => { |
7998
|
|
|
|
|
|
|
'currency' => q(Escudo Tìomorach), |
7999
|
|
|
|
|
|
|
'few' => q(escudo Tìomorach), |
8000
|
|
|
|
|
|
|
'one' => q(escudo Tìomorach), |
8001
|
|
|
|
|
|
|
'other' => q(escudo Tìomorach), |
8002
|
|
|
|
|
|
|
'two' => q(escudo Tìomorach), |
8003
|
|
|
|
|
|
|
}, |
8004
|
|
|
|
|
|
|
}, |
8005
|
|
|
|
|
|
|
'TRL' => { |
8006
|
|
|
|
|
|
|
symbol => 'TRL', |
8007
|
|
|
|
|
|
|
display_name => { |
8008
|
|
|
|
|
|
|
'currency' => q(Lira Turcach \(1922â2005\)), |
8009
|
|
|
|
|
|
|
'few' => q(lira Turcach \(1922â2005\)), |
8010
|
|
|
|
|
|
|
'one' => q(lira Turcach \(1922â2005\)), |
8011
|
|
|
|
|
|
|
'other' => q(lira Turcach \(1922â2005\)), |
8012
|
|
|
|
|
|
|
'two' => q(lira Turcach \(1922â2005\)), |
8013
|
|
|
|
|
|
|
}, |
8014
|
|
|
|
|
|
|
}, |
8015
|
|
|
|
|
|
|
'TRY' => { |
8016
|
|
|
|
|
|
|
symbol => 'TRY', |
8017
|
|
|
|
|
|
|
display_name => { |
8018
|
|
|
|
|
|
|
'currency' => q(Lira Turcach), |
8019
|
|
|
|
|
|
|
'few' => q(lira Turcach), |
8020
|
|
|
|
|
|
|
'one' => q(lira Turcach), |
8021
|
|
|
|
|
|
|
'other' => q(lira Turcach), |
8022
|
|
|
|
|
|
|
'two' => q(lira Turcach), |
8023
|
|
|
|
|
|
|
}, |
8024
|
|
|
|
|
|
|
}, |
8025
|
|
|
|
|
|
|
'TTD' => { |
8026
|
|
|
|
|
|
|
symbol => 'TTD', |
8027
|
|
|
|
|
|
|
display_name => { |
8028
|
|
|
|
|
|
|
'currency' => q(Dolar Thrianaid agus Thobago), |
8029
|
|
|
|
|
|
|
'few' => q(dolaran Thrianaid agus Thobago), |
8030
|
|
|
|
|
|
|
'one' => q(dolar Thrianaid agus Thobago), |
8031
|
|
|
|
|
|
|
'other' => q(dolar Thrianaid agus Thobago), |
8032
|
|
|
|
|
|
|
'two' => q(dholar Thrianaid agus Thobago), |
8033
|
|
|
|
|
|
|
}, |
8034
|
|
|
|
|
|
|
}, |
8035
|
|
|
|
|
|
|
'TWD' => { |
8036
|
|
|
|
|
|
|
symbol => 'NT$', |
8037
|
|
|
|
|
|
|
display_name => { |
8038
|
|
|
|
|
|
|
'currency' => q(Dolar ùr Taidh-Bhà nach), |
8039
|
|
|
|
|
|
|
'few' => q(dolaran ùra Taidh-Bhà nach), |
8040
|
|
|
|
|
|
|
'one' => q(dolar ùr Taidh-Bhà nach), |
8041
|
|
|
|
|
|
|
'other' => q(dolar ùr Taidh-Bhà nach), |
8042
|
|
|
|
|
|
|
'two' => q(dholar ùr Taidh-Bhà nach), |
8043
|
|
|
|
|
|
|
}, |
8044
|
|
|
|
|
|
|
}, |
8045
|
|
|
|
|
|
|
'TZS' => { |
8046
|
|
|
|
|
|
|
symbol => 'TZS', |
8047
|
|
|
|
|
|
|
display_name => { |
8048
|
|
|
|
|
|
|
'currency' => q(Shilling Tansanaidheach), |
8049
|
|
|
|
|
|
|
'few' => q(shilling Tansanaidheach), |
8050
|
|
|
|
|
|
|
'one' => q(shilling Tansanaidheach), |
8051
|
|
|
|
|
|
|
'other' => q(shilling Tansanaidheach), |
8052
|
|
|
|
|
|
|
'two' => q(shilling Tansanaidheach), |
8053
|
|
|
|
|
|
|
}, |
8054
|
|
|
|
|
|
|
}, |
8055
|
|
|
|
|
|
|
'UAH' => { |
8056
|
|
|
|
|
|
|
symbol => 'UAH', |
8057
|
|
|
|
|
|
|
display_name => { |
8058
|
|
|
|
|
|
|
'currency' => q(Hryvnia Ucrà ineach), |
8059
|
|
|
|
|
|
|
'few' => q(hryvnia Ucrà ineach), |
8060
|
|
|
|
|
|
|
'one' => q(hryvnia Ucrà ineach), |
8061
|
|
|
|
|
|
|
'other' => q(hryvnia Ucrà ineach), |
8062
|
|
|
|
|
|
|
'two' => q(hryvnia Ucrà ineach), |
8063
|
|
|
|
|
|
|
}, |
8064
|
|
|
|
|
|
|
}, |
8065
|
|
|
|
|
|
|
'UAK' => { |
8066
|
|
|
|
|
|
|
symbol => 'UAK', |
8067
|
|
|
|
|
|
|
display_name => { |
8068
|
|
|
|
|
|
|
'currency' => q(Karbovanets Ucrà ineach), |
8069
|
|
|
|
|
|
|
'few' => q(karbovanets Ucrà ineach), |
8070
|
|
|
|
|
|
|
'one' => q(karbovanets Ucrà ineach), |
8071
|
|
|
|
|
|
|
'other' => q(karbovanets Ucrà ineach), |
8072
|
|
|
|
|
|
|
'two' => q(karbovanets Ucrà ineach), |
8073
|
|
|
|
|
|
|
}, |
8074
|
|
|
|
|
|
|
}, |
8075
|
|
|
|
|
|
|
'UGS' => { |
8076
|
|
|
|
|
|
|
symbol => 'UGS', |
8077
|
|
|
|
|
|
|
display_name => { |
8078
|
|
|
|
|
|
|
'currency' => q(Shilling Ugandach \(1966â1987\)), |
8079
|
|
|
|
|
|
|
'few' => q(shilling Ugandach \(1966â1987\)), |
8080
|
|
|
|
|
|
|
'one' => q(shilling Ugandach \(1966â1987\)), |
8081
|
|
|
|
|
|
|
'other' => q(shilling Ugandach \(1966â1987\)), |
8082
|
|
|
|
|
|
|
'two' => q(shilling Ugandach \(1966â1987\)), |
8083
|
|
|
|
|
|
|
}, |
8084
|
|
|
|
|
|
|
}, |
8085
|
|
|
|
|
|
|
'UGX' => { |
8086
|
|
|
|
|
|
|
symbol => 'UGX', |
8087
|
|
|
|
|
|
|
display_name => { |
8088
|
|
|
|
|
|
|
'currency' => q(Shilling Ugandach), |
8089
|
|
|
|
|
|
|
'few' => q(shilling Ugandach), |
8090
|
|
|
|
|
|
|
'one' => q(shilling Ugandach), |
8091
|
|
|
|
|
|
|
'other' => q(shilling Ugandach), |
8092
|
|
|
|
|
|
|
'two' => q(shilling Ugandach), |
8093
|
|
|
|
|
|
|
}, |
8094
|
|
|
|
|
|
|
}, |
8095
|
|
|
|
|
|
|
'USD' => { |
8096
|
|
|
|
|
|
|
symbol => '$', |
8097
|
|
|
|
|
|
|
display_name => { |
8098
|
|
|
|
|
|
|
'currency' => q(Dolar nan Stà itean Aonaichte), |
8099
|
|
|
|
|
|
|
'few' => q(dolaran nan Stà itean Aonaichte), |
8100
|
|
|
|
|
|
|
'one' => q(dolar nan Stà itean Aonaichte), |
8101
|
|
|
|
|
|
|
'other' => q(dolar nan Stà itean Aonaichte), |
8102
|
|
|
|
|
|
|
'two' => q(dholar nan Stà itean Aonaichte), |
8103
|
|
|
|
|
|
|
}, |
8104
|
|
|
|
|
|
|
}, |
8105
|
|
|
|
|
|
|
'USN' => { |
8106
|
|
|
|
|
|
|
symbol => 'USN', |
8107
|
|
|
|
|
|
|
display_name => { |
8108
|
|
|
|
|
|
|
'currency' => q(Dolar nan SA \(an athâlatha\)), |
8109
|
|
|
|
|
|
|
'few' => q(dolaran nan SA \(an athâlatha\)), |
8110
|
|
|
|
|
|
|
'one' => q(dolar nan SA \(an athâlatha\)), |
8111
|
|
|
|
|
|
|
'other' => q(dolar nan SA \(an athâlatha\)), |
8112
|
|
|
|
|
|
|
'two' => q(dholar nan SA \(an athâlatha\)), |
8113
|
|
|
|
|
|
|
}, |
8114
|
|
|
|
|
|
|
}, |
8115
|
|
|
|
|
|
|
'USS' => { |
8116
|
|
|
|
|
|
|
symbol => 'USS', |
8117
|
|
|
|
|
|
|
display_name => { |
8118
|
|
|
|
|
|
|
'currency' => q(Dolar nan SA \(an aon latha\)), |
8119
|
|
|
|
|
|
|
'few' => q(dolaran nan SA \(an aon latha\)), |
8120
|
|
|
|
|
|
|
'one' => q(dolar nan SA \(an aon latha\)), |
8121
|
|
|
|
|
|
|
'other' => q(dolar nan SA \(an aon latha\)), |
8122
|
|
|
|
|
|
|
'two' => q(dholar nan SA \(an aon latha\)), |
8123
|
|
|
|
|
|
|
}, |
8124
|
|
|
|
|
|
|
}, |
8125
|
|
|
|
|
|
|
'UYI' => { |
8126
|
|
|
|
|
|
|
symbol => 'UYI', |
8127
|
|
|
|
|
|
|
display_name => { |
8128
|
|
|
|
|
|
|
'currency' => q(Peso Uruguaidheach \(aonadan inneacsaichte\)), |
8129
|
|
|
|
|
|
|
'few' => q(pesothan Uruguaidheach \(aonadan inneacsaichte\)), |
8130
|
|
|
|
|
|
|
'one' => q(pheso Uruguaidheach \(aonadan inneacsaichte\)), |
8131
|
|
|
|
|
|
|
'other' => q(peso Uruguaidheach \(aonadan inneacsaichte\)), |
8132
|
|
|
|
|
|
|
'two' => q(pheso Uruguaidheach \(aonadan inneacsaichte\)), |
8133
|
|
|
|
|
|
|
}, |
8134
|
|
|
|
|
|
|
}, |
8135
|
|
|
|
|
|
|
'UYP' => { |
8136
|
|
|
|
|
|
|
symbol => 'UYP', |
8137
|
|
|
|
|
|
|
display_name => { |
8138
|
|
|
|
|
|
|
'currency' => q(Peso Uruguaidheach \(1975â1993\)), |
8139
|
|
|
|
|
|
|
'few' => q(pesothan Uruguaidheach \(1975â1993\)), |
8140
|
|
|
|
|
|
|
'one' => q(pheso Uruguaidheach \(1975â1993\)), |
8141
|
|
|
|
|
|
|
'other' => q(peso Uruguaidheach \(1975â1993\)), |
8142
|
|
|
|
|
|
|
'two' => q(pheso Uruguaidheach \(1975â1993\)), |
8143
|
|
|
|
|
|
|
}, |
8144
|
|
|
|
|
|
|
}, |
8145
|
|
|
|
|
|
|
'UYU' => { |
8146
|
|
|
|
|
|
|
symbol => 'UYU', |
8147
|
|
|
|
|
|
|
display_name => { |
8148
|
|
|
|
|
|
|
'currency' => q(Peso Uruguaidheach), |
8149
|
|
|
|
|
|
|
'few' => q(pesothan Uruguaidheach), |
8150
|
|
|
|
|
|
|
'one' => q(pheso Uruguaidheach), |
8151
|
|
|
|
|
|
|
'other' => q(peso Uruguaidheach), |
8152
|
|
|
|
|
|
|
'two' => q(pheso Uruguaidheach), |
8153
|
|
|
|
|
|
|
}, |
8154
|
|
|
|
|
|
|
}, |
8155
|
|
|
|
|
|
|
'UZS' => { |
8156
|
|
|
|
|
|
|
symbol => 'UZS', |
8157
|
|
|
|
|
|
|
display_name => { |
8158
|
|
|
|
|
|
|
'currency' => q(Som Usbagach), |
8159
|
|
|
|
|
|
|
'few' => q(som Usbagach), |
8160
|
|
|
|
|
|
|
'one' => q(som Usbagach), |
8161
|
|
|
|
|
|
|
'other' => q(som Usbagach), |
8162
|
|
|
|
|
|
|
'two' => q(shom Usbagach), |
8163
|
|
|
|
|
|
|
}, |
8164
|
|
|
|
|
|
|
}, |
8165
|
|
|
|
|
|
|
'VEB' => { |
8166
|
|
|
|
|
|
|
symbol => 'VEB', |
8167
|
|
|
|
|
|
|
display_name => { |
8168
|
|
|
|
|
|
|
'currency' => q(BolÃvar Bheinisealach \(1871â2008\)), |
8169
|
|
|
|
|
|
|
'few' => q(bolÃvar Bheinisealach \(1871â2008\)), |
8170
|
|
|
|
|
|
|
'one' => q(bholÃvar Bheinisealach \(1871â2008\)), |
8171
|
|
|
|
|
|
|
'other' => q(bolÃvar Bheinisealach \(1871â2008\)), |
8172
|
|
|
|
|
|
|
'two' => q(bholÃvar Bheinisealach \(1871â2008\)), |
8173
|
|
|
|
|
|
|
}, |
8174
|
|
|
|
|
|
|
}, |
8175
|
|
|
|
|
|
|
'VEF' => { |
8176
|
|
|
|
|
|
|
symbol => 'VEF', |
8177
|
|
|
|
|
|
|
display_name => { |
8178
|
|
|
|
|
|
|
'currency' => q(BolÃvar Bheinisealach \(2008â2018\)), |
8179
|
|
|
|
|
|
|
'few' => q(bolÃvar Bheinisealach \(2008â2018\)), |
8180
|
|
|
|
|
|
|
'one' => q(bholÃvar Bheinisealach \(2008â2018\)), |
8181
|
|
|
|
|
|
|
'other' => q(bolÃvar Bheinisealach \(2008â2018\)), |
8182
|
|
|
|
|
|
|
'two' => q(bholÃvar Bheinisealach \(2008â2018\)), |
8183
|
|
|
|
|
|
|
}, |
8184
|
|
|
|
|
|
|
}, |
8185
|
|
|
|
|
|
|
'VES' => { |
8186
|
|
|
|
|
|
|
symbol => 'VES', |
8187
|
|
|
|
|
|
|
display_name => { |
8188
|
|
|
|
|
|
|
'currency' => q(BolÃvar Bheinisealach), |
8189
|
|
|
|
|
|
|
'few' => q(bolÃvar Bheinisealach), |
8190
|
|
|
|
|
|
|
'one' => q(bholÃvar Bheinisealach), |
8191
|
|
|
|
|
|
|
'other' => q(bolÃvar Bheinisealach), |
8192
|
|
|
|
|
|
|
'two' => q(bholÃvar Bheinisealach), |
8193
|
|
|
|
|
|
|
}, |
8194
|
|
|
|
|
|
|
}, |
8195
|
|
|
|
|
|
|
'VND' => { |
8196
|
|
|
|
|
|
|
symbol => 'â«', |
8197
|
|
|
|
|
|
|
display_name => { |
8198
|
|
|
|
|
|
|
'currency' => q(Dong Bhiet-Namach), |
8199
|
|
|
|
|
|
|
'few' => q(dong Bhiet-Namach), |
8200
|
|
|
|
|
|
|
'one' => q(dong Bhiet-Namach), |
8201
|
|
|
|
|
|
|
'other' => q(dong Bhiet-Namach), |
8202
|
|
|
|
|
|
|
'two' => q(dhong Bhiet-Namach), |
8203
|
|
|
|
|
|
|
}, |
8204
|
|
|
|
|
|
|
}, |
8205
|
|
|
|
|
|
|
'VNN' => { |
8206
|
|
|
|
|
|
|
symbol => 'VNN', |
8207
|
|
|
|
|
|
|
display_name => { |
8208
|
|
|
|
|
|
|
'currency' => q(Dong Bhiet-Namach \(1978â1985\)), |
8209
|
|
|
|
|
|
|
'few' => q(dong Bhiet-Namach \(1978â1985\)), |
8210
|
|
|
|
|
|
|
'one' => q(dong Bhiet-Namach \(1978â1985\)), |
8211
|
|
|
|
|
|
|
'other' => q(dong Bhiet-Namach \(1978â1985\)), |
8212
|
|
|
|
|
|
|
'two' => q(dhong Bhiet-Namach \(1978â1985\)), |
8213
|
|
|
|
|
|
|
}, |
8214
|
|
|
|
|
|
|
}, |
8215
|
|
|
|
|
|
|
'VUV' => { |
8216
|
|
|
|
|
|
|
symbol => 'VUV', |
8217
|
|
|
|
|
|
|
display_name => { |
8218
|
|
|
|
|
|
|
'currency' => q(Vatu Vanuatuthach), |
8219
|
|
|
|
|
|
|
'few' => q(vatu Vanuatuthach), |
8220
|
|
|
|
|
|
|
'one' => q(vatu Vanuatuthach), |
8221
|
|
|
|
|
|
|
'other' => q(vatu Vanuatuthach), |
8222
|
|
|
|
|
|
|
'two' => q(vatu Vanuatuthach), |
8223
|
|
|
|
|
|
|
}, |
8224
|
|
|
|
|
|
|
}, |
8225
|
|
|
|
|
|
|
'WST' => { |
8226
|
|
|
|
|
|
|
symbol => 'WST', |
8227
|
|
|
|
|
|
|
display_name => { |
8228
|
|
|
|
|
|
|
'currency' => q(Tala Samothach), |
8229
|
|
|
|
|
|
|
'few' => q(tala Samothach), |
8230
|
|
|
|
|
|
|
'one' => q(tala Samothach), |
8231
|
|
|
|
|
|
|
'other' => q(tala Samothach), |
8232
|
|
|
|
|
|
|
'two' => q(thala Samothach), |
8233
|
|
|
|
|
|
|
}, |
8234
|
|
|
|
|
|
|
}, |
8235
|
|
|
|
|
|
|
'XAF' => { |
8236
|
|
|
|
|
|
|
symbol => 'FCFA', |
8237
|
|
|
|
|
|
|
display_name => { |
8238
|
|
|
|
|
|
|
'currency' => q(Franc CFA Meadhan-Afragach), |
8239
|
|
|
|
|
|
|
'few' => q(franc CFA Meadhan-Afragach), |
8240
|
|
|
|
|
|
|
'one' => q(fhranc CFA Meadhan-Afragach), |
8241
|
|
|
|
|
|
|
'other' => q(franc CFA Meadhan-Afragach), |
8242
|
|
|
|
|
|
|
'two' => q(fhranc CFA Meadhan-Afragach), |
8243
|
|
|
|
|
|
|
}, |
8244
|
|
|
|
|
|
|
}, |
8245
|
|
|
|
|
|
|
'XAG' => { |
8246
|
|
|
|
|
|
|
symbol => 'XAG', |
8247
|
|
|
|
|
|
|
display_name => { |
8248
|
|
|
|
|
|
|
'currency' => q(Airgead), |
8249
|
|
|
|
|
|
|
'few' => q(unnsachan tròidh airgid), |
8250
|
|
|
|
|
|
|
'one' => q(unnsa tròidh airgid), |
8251
|
|
|
|
|
|
|
'other' => q(unnsa tròidh airgid), |
8252
|
|
|
|
|
|
|
'two' => q(unnsa tròidh airgid), |
8253
|
|
|
|
|
|
|
}, |
8254
|
|
|
|
|
|
|
}, |
8255
|
|
|
|
|
|
|
'XAU' => { |
8256
|
|
|
|
|
|
|
symbol => 'XAU', |
8257
|
|
|
|
|
|
|
display_name => { |
8258
|
|
|
|
|
|
|
'currency' => q(Ãr), |
8259
|
|
|
|
|
|
|
'few' => q(unnsachan tròidh òir), |
8260
|
|
|
|
|
|
|
'one' => q(unnsa tròidh òir), |
8261
|
|
|
|
|
|
|
'other' => q(unnsa tròidh òir), |
8262
|
|
|
|
|
|
|
'two' => q(unnsa tròidh òir), |
8263
|
|
|
|
|
|
|
}, |
8264
|
|
|
|
|
|
|
}, |
8265
|
|
|
|
|
|
|
'XBA' => { |
8266
|
|
|
|
|
|
|
symbol => 'XBA', |
8267
|
|
|
|
|
|
|
display_name => { |
8268
|
|
|
|
|
|
|
'currency' => q(Aonad co-dhèanta Eòrpach), |
8269
|
|
|
|
|
|
|
'few' => q(aonadan co-dhèanta Eòrpach), |
8270
|
|
|
|
|
|
|
'one' => q(aonad co-dhèanta Eòrpach), |
8271
|
|
|
|
|
|
|
'other' => q(aonad co-dhèanta Eòrpach), |
8272
|
|
|
|
|
|
|
'two' => q(aonad co-dhèanta Eòrpach), |
8273
|
|
|
|
|
|
|
}, |
8274
|
|
|
|
|
|
|
}, |
8275
|
|
|
|
|
|
|
'XBB' => { |
8276
|
|
|
|
|
|
|
symbol => 'XBB', |
8277
|
|
|
|
|
|
|
display_name => { |
8278
|
|
|
|
|
|
|
'currency' => q(Aonad airgid Eòrpach), |
8279
|
|
|
|
|
|
|
'few' => q(aonadan airgid Eòrpach), |
8280
|
|
|
|
|
|
|
'one' => q(aonad airgid Eòrpach), |
8281
|
|
|
|
|
|
|
'other' => q(aonad airgid Eòrpach), |
8282
|
|
|
|
|
|
|
'two' => q(aonad airgid Eòrpach), |
8283
|
|
|
|
|
|
|
}, |
8284
|
|
|
|
|
|
|
}, |
8285
|
|
|
|
|
|
|
'XBC' => { |
8286
|
|
|
|
|
|
|
symbol => 'XBC', |
8287
|
|
|
|
|
|
|
display_name => { |
8288
|
|
|
|
|
|
|
'currency' => q(Aonad cunntasachd Eòrpach \(XBC\)), |
8289
|
|
|
|
|
|
|
'few' => q(aonadan cunntasachd Eòrpach \(XBC\)), |
8290
|
|
|
|
|
|
|
'one' => q(aonad cunntasachd Eòrpach \(XBC\)), |
8291
|
|
|
|
|
|
|
'other' => q(aonad cunntasachd Eòrpach \(XBC\)), |
8292
|
|
|
|
|
|
|
'two' => q(aonad cunntasachd Eòrpach \(XBC\)), |
8293
|
|
|
|
|
|
|
}, |
8294
|
|
|
|
|
|
|
}, |
8295
|
|
|
|
|
|
|
'XBD' => { |
8296
|
|
|
|
|
|
|
symbol => 'XBD', |
8297
|
|
|
|
|
|
|
display_name => { |
8298
|
|
|
|
|
|
|
'currency' => q(Aonad cunntasachd Eòrpach \(XBD\)), |
8299
|
|
|
|
|
|
|
'few' => q(aonadan cunntasachd Eòrpach \(XBD\)), |
8300
|
|
|
|
|
|
|
'one' => q(aonad cunntasachd Eòrpach \(XBD\)), |
8301
|
|
|
|
|
|
|
'other' => q(aonad cunntasachd Eòrpach \(XBD\)), |
8302
|
|
|
|
|
|
|
'two' => q(aonad cunntasachd Eòrpach \(XBD\)), |
8303
|
|
|
|
|
|
|
}, |
8304
|
|
|
|
|
|
|
}, |
8305
|
|
|
|
|
|
|
'XCD' => { |
8306
|
|
|
|
|
|
|
symbol => 'EC$', |
8307
|
|
|
|
|
|
|
display_name => { |
8308
|
|
|
|
|
|
|
'currency' => q(Dolar Caraibeach earach), |
8309
|
|
|
|
|
|
|
'few' => q(dolaran Caraibeach earach), |
8310
|
|
|
|
|
|
|
'one' => q(dolar Caraibeach earach), |
8311
|
|
|
|
|
|
|
'other' => q(dolar Caraibeach earach), |
8312
|
|
|
|
|
|
|
'two' => q(dholar Caraibeach earach), |
8313
|
|
|
|
|
|
|
}, |
8314
|
|
|
|
|
|
|
}, |
8315
|
|
|
|
|
|
|
'XDR' => { |
8316
|
|
|
|
|
|
|
symbol => 'XDR', |
8317
|
|
|
|
|
|
|
display_name => { |
8318
|
|
|
|
|
|
|
'currency' => q(Còir tarraing shònraichte), |
8319
|
|
|
|
|
|
|
'few' => q(còirichean tarraing sònraichte), |
8320
|
|
|
|
|
|
|
'one' => q(chòir tarraing shònraichte), |
8321
|
|
|
|
|
|
|
'other' => q(còir tarraing shònraichte), |
8322
|
|
|
|
|
|
|
'two' => q(chòir tarraing shònraichte), |
8323
|
|
|
|
|
|
|
}, |
8324
|
|
|
|
|
|
|
}, |
8325
|
|
|
|
|
|
|
'XEU' => { |
8326
|
|
|
|
|
|
|
symbol => 'XEU', |
8327
|
|
|
|
|
|
|
display_name => { |
8328
|
|
|
|
|
|
|
'currency' => q(Aonad airgeadra Eòrpach), |
8329
|
|
|
|
|
|
|
'few' => q(aonadan airgeadra Eòrpach), |
8330
|
|
|
|
|
|
|
'one' => q(aonad airgeadra Eòrpach), |
8331
|
|
|
|
|
|
|
'other' => q(aonad airgeadra Eòrpach), |
8332
|
|
|
|
|
|
|
'two' => q(aonad airgeadra Eòrpach), |
8333
|
|
|
|
|
|
|
}, |
8334
|
|
|
|
|
|
|
}, |
8335
|
|
|
|
|
|
|
'XFO' => { |
8336
|
|
|
|
|
|
|
symbol => 'XFO', |
8337
|
|
|
|
|
|
|
display_name => { |
8338
|
|
|
|
|
|
|
'currency' => q(Franc òir Frangach), |
8339
|
|
|
|
|
|
|
'few' => q(franc òir Frangach), |
8340
|
|
|
|
|
|
|
'one' => q(fhranc òir Frangach), |
8341
|
|
|
|
|
|
|
'other' => q(franc òir Frangach), |
8342
|
|
|
|
|
|
|
'two' => q(fhranc òir Frangach), |
8343
|
|
|
|
|
|
|
}, |
8344
|
|
|
|
|
|
|
}, |
8345
|
|
|
|
|
|
|
'XFU' => { |
8346
|
|
|
|
|
|
|
symbol => 'XFU', |
8347
|
|
|
|
|
|
|
display_name => { |
8348
|
|
|
|
|
|
|
'currency' => q(Franc UIC Frangach), |
8349
|
|
|
|
|
|
|
'few' => q(franc UIC Frangach), |
8350
|
|
|
|
|
|
|
'one' => q(fhranc UIC Frangach), |
8351
|
|
|
|
|
|
|
'other' => q(franc UIC Frangach), |
8352
|
|
|
|
|
|
|
'two' => q(fhranc UIC Frangach), |
8353
|
|
|
|
|
|
|
}, |
8354
|
|
|
|
|
|
|
}, |
8355
|
|
|
|
|
|
|
'XOF' => { |
8356
|
|
|
|
|
|
|
symbol => 'CFA', |
8357
|
|
|
|
|
|
|
display_name => { |
8358
|
|
|
|
|
|
|
'currency' => q(Franc CFA Afraga an Iar), |
8359
|
|
|
|
|
|
|
'few' => q(franc CFA Afraga an Iar), |
8360
|
|
|
|
|
|
|
'one' => q(fhranc CFA Afraga an Iar), |
8361
|
|
|
|
|
|
|
'other' => q(franc CFA Afraga an Iar), |
8362
|
|
|
|
|
|
|
'two' => q(fhranc CFA Afraga an Iar), |
8363
|
|
|
|
|
|
|
}, |
8364
|
|
|
|
|
|
|
}, |
8365
|
|
|
|
|
|
|
'XPD' => { |
8366
|
|
|
|
|
|
|
symbol => 'XPD', |
8367
|
|
|
|
|
|
|
display_name => { |
8368
|
|
|
|
|
|
|
'currency' => q(Pallaideam), |
8369
|
|
|
|
|
|
|
'few' => q(unnsachan tròidh pallaideim), |
8370
|
|
|
|
|
|
|
'one' => q(unnsa tròidh pallaideim), |
8371
|
|
|
|
|
|
|
'other' => q(unnsa tròidh pallaideim), |
8372
|
|
|
|
|
|
|
'two' => q(unnsa tròidh pallaideim), |
8373
|
|
|
|
|
|
|
}, |
8374
|
|
|
|
|
|
|
}, |
8375
|
|
|
|
|
|
|
'XPF' => { |
8376
|
|
|
|
|
|
|
symbol => 'CFPF', |
8377
|
|
|
|
|
|
|
display_name => { |
8378
|
|
|
|
|
|
|
'currency' => q(Franc CFP), |
8379
|
|
|
|
|
|
|
'few' => q(franc CFP), |
8380
|
|
|
|
|
|
|
'one' => q(fhranc CFP), |
8381
|
|
|
|
|
|
|
'other' => q(franc CFP), |
8382
|
|
|
|
|
|
|
'two' => q(fhranc CFP), |
8383
|
|
|
|
|
|
|
}, |
8384
|
|
|
|
|
|
|
}, |
8385
|
|
|
|
|
|
|
'XPT' => { |
8386
|
|
|
|
|
|
|
symbol => 'XPT', |
8387
|
|
|
|
|
|
|
display_name => { |
8388
|
|
|
|
|
|
|
'currency' => q(Platanam), |
8389
|
|
|
|
|
|
|
'few' => q(unnsachan tròidh platanaim), |
8390
|
|
|
|
|
|
|
'one' => q(unnsa tròidh platanaim), |
8391
|
|
|
|
|
|
|
'other' => q(unnsa tròidh platanaim), |
8392
|
|
|
|
|
|
|
'two' => q(unnsa tròidh platanaim), |
8393
|
|
|
|
|
|
|
}, |
8394
|
|
|
|
|
|
|
}, |
8395
|
|
|
|
|
|
|
'XRE' => { |
8396
|
|
|
|
|
|
|
symbol => 'XRE', |
8397
|
|
|
|
|
|
|
display_name => { |
8398
|
|
|
|
|
|
|
'currency' => q(Aonad maoine RINET), |
8399
|
|
|
|
|
|
|
'few' => q(aonadan maoine RINET), |
8400
|
|
|
|
|
|
|
'one' => q(aonad maoine RINET), |
8401
|
|
|
|
|
|
|
'other' => q(aonad maoine RINET), |
8402
|
|
|
|
|
|
|
'two' => q(aonad maoine RINET), |
8403
|
|
|
|
|
|
|
}, |
8404
|
|
|
|
|
|
|
}, |
8405
|
|
|
|
|
|
|
'XSU' => { |
8406
|
|
|
|
|
|
|
symbol => 'XSU', |
8407
|
|
|
|
|
|
|
display_name => { |
8408
|
|
|
|
|
|
|
'currency' => q(Sucre), |
8409
|
|
|
|
|
|
|
'few' => q(sucre), |
8410
|
|
|
|
|
|
|
'one' => q(sucre), |
8411
|
|
|
|
|
|
|
'other' => q(sucre), |
8412
|
|
|
|
|
|
|
'two' => q(sucre), |
8413
|
|
|
|
|
|
|
}, |
8414
|
|
|
|
|
|
|
}, |
8415
|
|
|
|
|
|
|
'XTS' => { |
8416
|
|
|
|
|
|
|
symbol => 'XTS', |
8417
|
|
|
|
|
|
|
display_name => { |
8418
|
|
|
|
|
|
|
'currency' => q(Còd airgeadra fo dheuchainn), |
8419
|
|
|
|
|
|
|
'few' => q(aonadan airgeadra fo dheuchainn), |
8420
|
|
|
|
|
|
|
'one' => q(aonad airgeadra fo dheuchainn), |
8421
|
|
|
|
|
|
|
'other' => q(aonad airgeadra fo dheuchainn), |
8422
|
|
|
|
|
|
|
'two' => q(aonad airgeadra fo dheuchainn), |
8423
|
|
|
|
|
|
|
}, |
8424
|
|
|
|
|
|
|
}, |
8425
|
|
|
|
|
|
|
'XUA' => { |
8426
|
|
|
|
|
|
|
symbol => 'XUA', |
8427
|
|
|
|
|
|
|
display_name => { |
8428
|
|
|
|
|
|
|
'currency' => q(Aonad cunntasachd ADB), |
8429
|
|
|
|
|
|
|
'few' => q(aonadan cunntasachd ADB), |
8430
|
|
|
|
|
|
|
'one' => q(aonad cunntasachd ADB), |
8431
|
|
|
|
|
|
|
'other' => q(aonad cunntasachd ADB), |
8432
|
|
|
|
|
|
|
'two' => q(aonad cunntasachd ADB), |
8433
|
|
|
|
|
|
|
}, |
8434
|
|
|
|
|
|
|
}, |
8435
|
|
|
|
|
|
|
'XXX' => { |
8436
|
|
|
|
|
|
|
symbol => 'XXX', |
8437
|
|
|
|
|
|
|
display_name => { |
8438
|
|
|
|
|
|
|
'currency' => q(Airgeadra neo-aithnichte), |
8439
|
|
|
|
|
|
|
'few' => q(\(aonadan airgeadra neoâaithnichte\)), |
8440
|
|
|
|
|
|
|
'one' => q(\(aonad airgeadra neoâaithnichte\)), |
8441
|
|
|
|
|
|
|
'other' => q(\(aonad airgeadra neoâaithnichte\)), |
8442
|
|
|
|
|
|
|
'two' => q(\(aonad airgeadra neoâaithnichte\)), |
8443
|
|
|
|
|
|
|
}, |
8444
|
|
|
|
|
|
|
}, |
8445
|
|
|
|
|
|
|
'YDD' => { |
8446
|
|
|
|
|
|
|
symbol => 'YDD', |
8447
|
|
|
|
|
|
|
display_name => { |
8448
|
|
|
|
|
|
|
'currency' => q(Dinar Eamanach), |
8449
|
|
|
|
|
|
|
'few' => q(dinar Eamanach), |
8450
|
|
|
|
|
|
|
'one' => q(dinar Eamanach), |
8451
|
|
|
|
|
|
|
'other' => q(dinar Eamanach), |
8452
|
|
|
|
|
|
|
'two' => q(dhinar Eamanach), |
8453
|
|
|
|
|
|
|
}, |
8454
|
|
|
|
|
|
|
}, |
8455
|
|
|
|
|
|
|
'YER' => { |
8456
|
|
|
|
|
|
|
symbol => 'YER', |
8457
|
|
|
|
|
|
|
display_name => { |
8458
|
|
|
|
|
|
|
'currency' => q(Rial Eamanach), |
8459
|
|
|
|
|
|
|
'few' => q(rial Eamanach), |
8460
|
|
|
|
|
|
|
'one' => q(rial Eamanach), |
8461
|
|
|
|
|
|
|
'other' => q(rial Eamanach), |
8462
|
|
|
|
|
|
|
'two' => q(rial Eamanach), |
8463
|
|
|
|
|
|
|
}, |
8464
|
|
|
|
|
|
|
}, |
8465
|
|
|
|
|
|
|
'YUD' => { |
8466
|
|
|
|
|
|
|
symbol => 'YUD', |
8467
|
|
|
|
|
|
|
display_name => { |
8468
|
|
|
|
|
|
|
'currency' => q(Dinar cruaidh Iùgoslabhach \(1966â1990\)), |
8469
|
|
|
|
|
|
|
'few' => q(dinar cruaidh Iùgoslabhach \(1966â1990\)), |
8470
|
|
|
|
|
|
|
'one' => q(dinar cruaidh Iùgoslabhach \(1966â1990\)), |
8471
|
|
|
|
|
|
|
'other' => q(dinar cruaidh Iùgoslabhach \(1966â1990\)), |
8472
|
|
|
|
|
|
|
'two' => q(dhinar cruaidh Iùgoslabhach \(1966â1990\)), |
8473
|
|
|
|
|
|
|
}, |
8474
|
|
|
|
|
|
|
}, |
8475
|
|
|
|
|
|
|
'YUM' => { |
8476
|
|
|
|
|
|
|
symbol => 'YUM', |
8477
|
|
|
|
|
|
|
display_name => { |
8478
|
|
|
|
|
|
|
'currency' => q(Dinar ùr Iùgoslabhach \(1994â2002\)), |
8479
|
|
|
|
|
|
|
'few' => q(dinar ùr Iùgoslabhach \(1994â2002\)), |
8480
|
|
|
|
|
|
|
'one' => q(dinar ùr Iùgoslabhach \(1994â2002\)), |
8481
|
|
|
|
|
|
|
'other' => q(dinar ùr Iùgoslabhach \(1994â2002\)), |
8482
|
|
|
|
|
|
|
'two' => q(dhinar ùr Iùgoslabhach \(1994â2002\)), |
8483
|
|
|
|
|
|
|
}, |
8484
|
|
|
|
|
|
|
}, |
8485
|
|
|
|
|
|
|
'YUN' => { |
8486
|
|
|
|
|
|
|
symbol => 'YUN', |
8487
|
|
|
|
|
|
|
display_name => { |
8488
|
|
|
|
|
|
|
'currency' => q(Dinar iompachail Iùgoslabhach \(1990â1992\)), |
8489
|
|
|
|
|
|
|
'few' => q(dinar iompachail Iùgoslabhach \(1990â1992\)), |
8490
|
|
|
|
|
|
|
'one' => q(dinar iompachail Iùgoslabhach \(1990â1992\)), |
8491
|
|
|
|
|
|
|
'other' => q(dinar iompachail Iùgoslabhach \(1990â1992\)), |
8492
|
|
|
|
|
|
|
'two' => q(dhinar iompachail Iùgoslabhach \(1990â1992\)), |
8493
|
|
|
|
|
|
|
}, |
8494
|
|
|
|
|
|
|
}, |
8495
|
|
|
|
|
|
|
'YUR' => { |
8496
|
|
|
|
|
|
|
symbol => 'YUR', |
8497
|
|
|
|
|
|
|
display_name => { |
8498
|
|
|
|
|
|
|
'currency' => q(Dinar ath-leasaichte Iùgoslabhach \(1992â1993\)), |
8499
|
|
|
|
|
|
|
'few' => q(dinar ath-leasaichte Iùgoslabhach \(1992â1993\)), |
8500
|
|
|
|
|
|
|
'one' => q(dinar ath-leasaichte Iùgoslabhach \(1992â1993\)), |
8501
|
|
|
|
|
|
|
'other' => q(dinar ath-leasaichte Iùgoslabhach \(1992â1993\)), |
8502
|
|
|
|
|
|
|
'two' => q(dhinar ath-leasaichte Iùgoslabhach \(1992â1993\)), |
8503
|
|
|
|
|
|
|
}, |
8504
|
|
|
|
|
|
|
}, |
8505
|
|
|
|
|
|
|
'ZAL' => { |
8506
|
|
|
|
|
|
|
symbol => 'ZAL', |
8507
|
|
|
|
|
|
|
display_name => { |
8508
|
|
|
|
|
|
|
'currency' => q(Rand Afraga a Deas \(ionmhasail\)), |
8509
|
|
|
|
|
|
|
'few' => q(rand Afraga a Deas \(ionmhasail\)), |
8510
|
|
|
|
|
|
|
'one' => q(rand Afraga a Deas \(ionmhasail\)), |
8511
|
|
|
|
|
|
|
'other' => q(rand Afraga a Deas \(ionmhasail\)), |
8512
|
|
|
|
|
|
|
'two' => q(rand Afraga a Deas \(ionmhasail\)), |
8513
|
|
|
|
|
|
|
}, |
8514
|
|
|
|
|
|
|
}, |
8515
|
|
|
|
|
|
|
'ZAR' => { |
8516
|
|
|
|
|
|
|
symbol => 'ZAR', |
8517
|
|
|
|
|
|
|
display_name => { |
8518
|
|
|
|
|
|
|
'currency' => q(Rand Afraga a Deas), |
8519
|
|
|
|
|
|
|
'few' => q(rand Afraga a Deas), |
8520
|
|
|
|
|
|
|
'one' => q(rand Afraga a Deas), |
8521
|
|
|
|
|
|
|
'other' => q(rand Afraga a Deas), |
8522
|
|
|
|
|
|
|
'two' => q(rand Afraga a Deas), |
8523
|
|
|
|
|
|
|
}, |
8524
|
|
|
|
|
|
|
}, |
8525
|
|
|
|
|
|
|
'ZMK' => { |
8526
|
|
|
|
|
|
|
symbol => 'ZMK', |
8527
|
|
|
|
|
|
|
display_name => { |
8528
|
|
|
|
|
|
|
'currency' => q(Kwacha SÃ imbitheach \(1968â2012\)), |
8529
|
|
|
|
|
|
|
'few' => q(kwacha SÃ imbitheach \(1968â2012\)), |
8530
|
|
|
|
|
|
|
'one' => q(kwacha SÃ imbitheach \(1968â2012\)), |
8531
|
|
|
|
|
|
|
'other' => q(kwacha SÃ imbitheach \(1968â2012\)), |
8532
|
|
|
|
|
|
|
'two' => q(kwacha SÃ imbitheach \(1968â2012\)), |
8533
|
|
|
|
|
|
|
}, |
8534
|
|
|
|
|
|
|
}, |
8535
|
|
|
|
|
|
|
'ZMW' => { |
8536
|
|
|
|
|
|
|
symbol => 'ZMW', |
8537
|
|
|
|
|
|
|
display_name => { |
8538
|
|
|
|
|
|
|
'currency' => q(Kwacha SÃ imbitheach), |
8539
|
|
|
|
|
|
|
'few' => q(kwacha SÃ imbitheach), |
8540
|
|
|
|
|
|
|
'one' => q(kwacha SÃ imbitheach), |
8541
|
|
|
|
|
|
|
'other' => q(kwacha SÃ imbitheach), |
8542
|
|
|
|
|
|
|
'two' => q(kwacha SÃ imbitheach), |
8543
|
|
|
|
|
|
|
}, |
8544
|
|
|
|
|
|
|
}, |
8545
|
|
|
|
|
|
|
'ZRN' => { |
8546
|
|
|
|
|
|
|
symbol => 'ZRN', |
8547
|
|
|
|
|
|
|
display_name => { |
8548
|
|
|
|
|
|
|
'currency' => q(Zaïre ùr Zaïreach \(1993â1998\)), |
8549
|
|
|
|
|
|
|
'few' => q(zaïre ùr Zaïreach \(1993â1998\)), |
8550
|
|
|
|
|
|
|
'one' => q(zaïre ùr Zaïreach \(1993â1998\)), |
8551
|
|
|
|
|
|
|
'other' => q(zaïre ùr Zaïreach \(1993â1998\)), |
8552
|
|
|
|
|
|
|
'two' => q(zaïre ùr Zaïreach \(1993â1998\)), |
8553
|
|
|
|
|
|
|
}, |
8554
|
|
|
|
|
|
|
}, |
8555
|
|
|
|
|
|
|
'ZRZ' => { |
8556
|
|
|
|
|
|
|
symbol => 'ZRZ', |
8557
|
|
|
|
|
|
|
display_name => { |
8558
|
|
|
|
|
|
|
'currency' => q(Zaïre Zaïreach \(1971â1993\)), |
8559
|
|
|
|
|
|
|
'few' => q(zaïre Zaïreach \(1971â1993\)), |
8560
|
|
|
|
|
|
|
'one' => q(zaïre Zaïreach \(1971â1993\)), |
8561
|
|
|
|
|
|
|
'other' => q(zaïre Zaïreach \(1971â1993\)), |
8562
|
|
|
|
|
|
|
'two' => q(zaïre Zaïreach \(1971â1993\)), |
8563
|
|
|
|
|
|
|
}, |
8564
|
|
|
|
|
|
|
}, |
8565
|
|
|
|
|
|
|
'ZWD' => { |
8566
|
|
|
|
|
|
|
symbol => 'ZWD', |
8567
|
|
|
|
|
|
|
display_name => { |
8568
|
|
|
|
|
|
|
'currency' => q(Dolar Sìombabuthach \(1980â2008\)), |
8569
|
|
|
|
|
|
|
'few' => q(dolaran Sìombabuthach \(1980â2008\)), |
8570
|
|
|
|
|
|
|
'one' => q(dolar Sìombabuthach \(1980â2008\)), |
8571
|
|
|
|
|
|
|
'other' => q(dolar Sìombabuthach \(1980â2008\)), |
8572
|
|
|
|
|
|
|
'two' => q(dholar Sìombabuthach \(1980â2008\)), |
8573
|
|
|
|
|
|
|
}, |
8574
|
|
|
|
|
|
|
}, |
8575
|
|
|
|
|
|
|
'ZWL' => { |
8576
|
|
|
|
|
|
|
symbol => 'ZWL', |
8577
|
|
|
|
|
|
|
display_name => { |
8578
|
|
|
|
|
|
|
'currency' => q(Dolar Sìombabuthach \(2009\)), |
8579
|
|
|
|
|
|
|
'few' => q(dolaran Sìombabuthach \(2009\)), |
8580
|
|
|
|
|
|
|
'one' => q(dolar Sìombabuthach \(2009\)), |
8581
|
|
|
|
|
|
|
'other' => q(dolar Sìombabuthach \(2009\)), |
8582
|
|
|
|
|
|
|
'two' => q(dholar Sìombabuthach \(2009\)), |
8583
|
|
|
|
|
|
|
}, |
8584
|
|
|
|
|
|
|
}, |
8585
|
|
|
|
|
|
|
'ZWR' => { |
8586
|
|
|
|
|
|
|
symbol => 'ZWR', |
8587
|
|
|
|
|
|
|
display_name => { |
8588
|
|
|
|
|
|
|
'currency' => q(Dolar Sìombabuthach \(2008\)), |
8589
|
|
|
|
|
|
|
'few' => q(dolaran Sìombabuthach \(2008\)), |
8590
|
|
|
|
|
|
|
'one' => q(dolar Sìombabuthach \(2008\)), |
8591
|
|
|
|
|
|
|
'other' => q(dolar Sìombabuthach \(2008\)), |
8592
|
|
|
|
|
|
|
'two' => q(dholar Sìombabuthach \(2008\)), |
8593
|
|
|
|
|
|
|
}, |
8594
|
|
|
|
|
|
|
}, |
8595
|
|
|
|
|
|
|
} }, |
8596
|
|
|
|
|
|
|
); |
8597
|
|
|
|
|
|
|
|
8598
|
|
|
|
|
|
|
|
8599
|
|
|
|
|
|
|
has 'calendar_months' => ( |
8600
|
|
|
|
|
|
|
is => 'ro', |
8601
|
|
|
|
|
|
|
isa => HashRef, |
8602
|
|
|
|
|
|
|
init_arg => undef, |
8603
|
|
|
|
|
|
|
default => sub { { |
8604
|
|
|
|
|
|
|
'chinese' => { |
8605
|
|
|
|
|
|
|
'format' => { |
8606
|
|
|
|
|
|
|
abbreviated => { |
8607
|
|
|
|
|
|
|
nonleap => [ |
8608
|
|
|
|
|
|
|
'Chiad', |
8609
|
|
|
|
|
|
|
'DÃ rna', |
8610
|
|
|
|
|
|
|
'Treas', |
8611
|
|
|
|
|
|
|
'Ceathr', |
8612
|
|
|
|
|
|
|
'Còig', |
8613
|
|
|
|
|
|
|
'Sia', |
8614
|
|
|
|
|
|
|
'Seachd', |
8615
|
|
|
|
|
|
|
'Ochd', |
8616
|
|
|
|
|
|
|
'Naoidh', |
8617
|
|
|
|
|
|
|
'Deich', |
8618
|
|
|
|
|
|
|
'Aon Deug', |
8619
|
|
|
|
|
|
|
'DÃ rna Deug' |
8620
|
|
|
|
|
|
|
], |
8621
|
|
|
|
|
|
|
leap => [ |
8622
|
|
|
|
|
|
|
|
8623
|
|
|
|
|
|
|
], |
8624
|
|
|
|
|
|
|
}, |
8625
|
|
|
|
|
|
|
narrow => { |
8626
|
|
|
|
|
|
|
nonleap => [ |
8627
|
|
|
|
|
|
|
'1', |
8628
|
|
|
|
|
|
|
'2', |
8629
|
|
|
|
|
|
|
'3', |
8630
|
|
|
|
|
|
|
'4', |
8631
|
|
|
|
|
|
|
'5', |
8632
|
|
|
|
|
|
|
'6', |
8633
|
|
|
|
|
|
|
'7', |
8634
|
|
|
|
|
|
|
'8', |
8635
|
|
|
|
|
|
|
'9', |
8636
|
|
|
|
|
|
|
'10', |
8637
|
|
|
|
|
|
|
'11', |
8638
|
|
|
|
|
|
|
'12' |
8639
|
|
|
|
|
|
|
], |
8640
|
|
|
|
|
|
|
leap => [ |
8641
|
|
|
|
|
|
|
|
8642
|
|
|
|
|
|
|
], |
8643
|
|
|
|
|
|
|
}, |
8644
|
|
|
|
|
|
|
wide => { |
8645
|
|
|
|
|
|
|
nonleap => [ |
8646
|
|
|
|
|
|
|
'dhen Chiad Mhìos', |
8647
|
|
|
|
|
|
|
'dhen Dà rna Mhìos', |
8648
|
|
|
|
|
|
|
'dhen Treas Mhìos', |
8649
|
|
|
|
|
|
|
'dhen Cheathramh Mhìos', |
8650
|
|
|
|
|
|
|
'dhen Chòigeamh Mhìos', |
8651
|
|
|
|
|
|
|
'dhen t-Siathamh Mhìos', |
8652
|
|
|
|
|
|
|
'dhen t-Seachdamh Mhìos', |
8653
|
|
|
|
|
|
|
'dhen Ochdamh Mhìos', |
8654
|
|
|
|
|
|
|
'dhen Naoidheamh Mhìos', |
8655
|
|
|
|
|
|
|
'dhen Deicheamh Mhìos', |
8656
|
|
|
|
|
|
|
'dhen Aonamh Mhìos Deug', |
8657
|
|
|
|
|
|
|
'dhen Dà rna Mhìos Deug' |
8658
|
|
|
|
|
|
|
], |
8659
|
|
|
|
|
|
|
leap => [ |
8660
|
|
|
|
|
|
|
|
8661
|
|
|
|
|
|
|
], |
8662
|
|
|
|
|
|
|
}, |
8663
|
|
|
|
|
|
|
}, |
8664
|
|
|
|
|
|
|
'stand-alone' => { |
8665
|
|
|
|
|
|
|
abbreviated => { |
8666
|
|
|
|
|
|
|
nonleap => [ |
8667
|
|
|
|
|
|
|
'Chiad', |
8668
|
|
|
|
|
|
|
'DÃ rna', |
8669
|
|
|
|
|
|
|
'Treas', |
8670
|
|
|
|
|
|
|
'Ceathr', |
8671
|
|
|
|
|
|
|
'Còig', |
8672
|
|
|
|
|
|
|
'Sia', |
8673
|
|
|
|
|
|
|
'Seachd', |
8674
|
|
|
|
|
|
|
'Ochd', |
8675
|
|
|
|
|
|
|
'Naoidh', |
8676
|
|
|
|
|
|
|
'Deich', |
8677
|
|
|
|
|
|
|
'Aon Deug', |
8678
|
|
|
|
|
|
|
'DÃ rna Deug' |
8679
|
|
|
|
|
|
|
], |
8680
|
|
|
|
|
|
|
leap => [ |
8681
|
|
|
|
|
|
|
|
8682
|
|
|
|
|
|
|
], |
8683
|
|
|
|
|
|
|
}, |
8684
|
|
|
|
|
|
|
narrow => { |
8685
|
|
|
|
|
|
|
nonleap => [ |
8686
|
|
|
|
|
|
|
'1', |
8687
|
|
|
|
|
|
|
'2', |
8688
|
|
|
|
|
|
|
'3', |
8689
|
|
|
|
|
|
|
'4', |
8690
|
|
|
|
|
|
|
'5', |
8691
|
|
|
|
|
|
|
'6', |
8692
|
|
|
|
|
|
|
'7', |
8693
|
|
|
|
|
|
|
'8', |
8694
|
|
|
|
|
|
|
'9', |
8695
|
|
|
|
|
|
|
'10', |
8696
|
|
|
|
|
|
|
'11', |
8697
|
|
|
|
|
|
|
'12' |
8698
|
|
|
|
|
|
|
], |
8699
|
|
|
|
|
|
|
leap => [ |
8700
|
|
|
|
|
|
|
|
8701
|
|
|
|
|
|
|
], |
8702
|
|
|
|
|
|
|
}, |
8703
|
|
|
|
|
|
|
wide => { |
8704
|
|
|
|
|
|
|
nonleap => [ |
8705
|
|
|
|
|
|
|
'Aâ Chiad Mhìos', |
8706
|
|
|
|
|
|
|
'An Dà rna Mìos', |
8707
|
|
|
|
|
|
|
'An Treas Mìos', |
8708
|
|
|
|
|
|
|
'An Ceathramh Mìos', |
8709
|
|
|
|
|
|
|
'An Còigeamh Mìos', |
8710
|
|
|
|
|
|
|
'An Siathamh Mìos', |
8711
|
|
|
|
|
|
|
'An Seachdamh Mìos', |
8712
|
|
|
|
|
|
|
'An t-Ochdamh Mìos', |
8713
|
|
|
|
|
|
|
'An Naoidheamh Mìos', |
8714
|
|
|
|
|
|
|
'An Deicheamh Mìos', |
8715
|
|
|
|
|
|
|
'An t-Aonamh Mìos Deug', |
8716
|
|
|
|
|
|
|
'An Dà rna Mìos Deug' |
8717
|
|
|
|
|
|
|
], |
8718
|
|
|
|
|
|
|
leap => [ |
8719
|
|
|
|
|
|
|
|
8720
|
|
|
|
|
|
|
], |
8721
|
|
|
|
|
|
|
}, |
8722
|
|
|
|
|
|
|
}, |
8723
|
|
|
|
|
|
|
}, |
8724
|
|
|
|
|
|
|
'dangi' => { |
8725
|
|
|
|
|
|
|
'format' => { |
8726
|
|
|
|
|
|
|
abbreviated => { |
8727
|
|
|
|
|
|
|
nonleap => [ |
8728
|
|
|
|
|
|
|
'Chiad', |
8729
|
|
|
|
|
|
|
'DÃ rna', |
8730
|
|
|
|
|
|
|
'Treas', |
8731
|
|
|
|
|
|
|
'Ceathr', |
8732
|
|
|
|
|
|
|
'Còig', |
8733
|
|
|
|
|
|
|
'Sia', |
8734
|
|
|
|
|
|
|
'Seachd', |
8735
|
|
|
|
|
|
|
'Ochd', |
8736
|
|
|
|
|
|
|
'Naoidh', |
8737
|
|
|
|
|
|
|
'Deich', |
8738
|
|
|
|
|
|
|
'Aon Deug', |
8739
|
|
|
|
|
|
|
'DÃ rna Deug' |
8740
|
|
|
|
|
|
|
], |
8741
|
|
|
|
|
|
|
leap => [ |
8742
|
|
|
|
|
|
|
|
8743
|
|
|
|
|
|
|
], |
8744
|
|
|
|
|
|
|
}, |
8745
|
|
|
|
|
|
|
narrow => { |
8746
|
|
|
|
|
|
|
nonleap => [ |
8747
|
|
|
|
|
|
|
'1', |
8748
|
|
|
|
|
|
|
'2', |
8749
|
|
|
|
|
|
|
'3', |
8750
|
|
|
|
|
|
|
'4', |
8751
|
|
|
|
|
|
|
'5', |
8752
|
|
|
|
|
|
|
'6', |
8753
|
|
|
|
|
|
|
'7', |
8754
|
|
|
|
|
|
|
'8', |
8755
|
|
|
|
|
|
|
'9', |
8756
|
|
|
|
|
|
|
'10', |
8757
|
|
|
|
|
|
|
'11', |
8758
|
|
|
|
|
|
|
'12' |
8759
|
|
|
|
|
|
|
], |
8760
|
|
|
|
|
|
|
leap => [ |
8761
|
|
|
|
|
|
|
|
8762
|
|
|
|
|
|
|
], |
8763
|
|
|
|
|
|
|
}, |
8764
|
|
|
|
|
|
|
wide => { |
8765
|
|
|
|
|
|
|
nonleap => [ |
8766
|
|
|
|
|
|
|
'dhen Chiad Mhìos', |
8767
|
|
|
|
|
|
|
'dhen Dà rna Mhìos', |
8768
|
|
|
|
|
|
|
'dhen Treas Mhìos', |
8769
|
|
|
|
|
|
|
'dhen Cheathramh Mhìos', |
8770
|
|
|
|
|
|
|
'dhen Chòigeamh Mhìos', |
8771
|
|
|
|
|
|
|
'dhen t-Siathamh Mhìos', |
8772
|
|
|
|
|
|
|
'dhen t-Seachdamh Mhìos', |
8773
|
|
|
|
|
|
|
'dhen Ochdamh Mhìos', |
8774
|
|
|
|
|
|
|
'dhen Naoidheamh Mhìos', |
8775
|
|
|
|
|
|
|
'dhen Deicheamh Mhìos', |
8776
|
|
|
|
|
|
|
'dhen Aonamh Mhìos Deug', |
8777
|
|
|
|
|
|
|
'dhen Dà rna Mhìos Deug' |
8778
|
|
|
|
|
|
|
], |
8779
|
|
|
|
|
|
|
leap => [ |
8780
|
|
|
|
|
|
|
|
8781
|
|
|
|
|
|
|
], |
8782
|
|
|
|
|
|
|
}, |
8783
|
|
|
|
|
|
|
}, |
8784
|
|
|
|
|
|
|
'stand-alone' => { |
8785
|
|
|
|
|
|
|
abbreviated => { |
8786
|
|
|
|
|
|
|
nonleap => [ |
8787
|
|
|
|
|
|
|
'Chiad', |
8788
|
|
|
|
|
|
|
'DÃ rna', |
8789
|
|
|
|
|
|
|
'Treas', |
8790
|
|
|
|
|
|
|
'Ceathr', |
8791
|
|
|
|
|
|
|
'Còig', |
8792
|
|
|
|
|
|
|
'Sia', |
8793
|
|
|
|
|
|
|
'Seachd', |
8794
|
|
|
|
|
|
|
'Ochd', |
8795
|
|
|
|
|
|
|
'Naoidh', |
8796
|
|
|
|
|
|
|
'Deich', |
8797
|
|
|
|
|
|
|
'Aon Deug', |
8798
|
|
|
|
|
|
|
'DÃ rna Deug' |
8799
|
|
|
|
|
|
|
], |
8800
|
|
|
|
|
|
|
leap => [ |
8801
|
|
|
|
|
|
|
|
8802
|
|
|
|
|
|
|
], |
8803
|
|
|
|
|
|
|
}, |
8804
|
|
|
|
|
|
|
narrow => { |
8805
|
|
|
|
|
|
|
nonleap => [ |
8806
|
|
|
|
|
|
|
'1', |
8807
|
|
|
|
|
|
|
'2', |
8808
|
|
|
|
|
|
|
'3', |
8809
|
|
|
|
|
|
|
'4', |
8810
|
|
|
|
|
|
|
'5', |
8811
|
|
|
|
|
|
|
'6', |
8812
|
|
|
|
|
|
|
'7', |
8813
|
|
|
|
|
|
|
'8', |
8814
|
|
|
|
|
|
|
'9', |
8815
|
|
|
|
|
|
|
'10', |
8816
|
|
|
|
|
|
|
'11', |
8817
|
|
|
|
|
|
|
'12' |
8818
|
|
|
|
|
|
|
], |
8819
|
|
|
|
|
|
|
leap => [ |
8820
|
|
|
|
|
|
|
|
8821
|
|
|
|
|
|
|
], |
8822
|
|
|
|
|
|
|
}, |
8823
|
|
|
|
|
|
|
wide => { |
8824
|
|
|
|
|
|
|
nonleap => [ |
8825
|
|
|
|
|
|
|
'Aâ Chiad Mhìos', |
8826
|
|
|
|
|
|
|
'An Dà rna Mìos', |
8827
|
|
|
|
|
|
|
'An Treas Mìos', |
8828
|
|
|
|
|
|
|
'An Ceathramh Mìos', |
8829
|
|
|
|
|
|
|
'An Còigeamh Mìos', |
8830
|
|
|
|
|
|
|
'An Siathamh Mìos', |
8831
|
|
|
|
|
|
|
'An Seachdamh Mìos', |
8832
|
|
|
|
|
|
|
'An t-Ochdamh Mìos', |
8833
|
|
|
|
|
|
|
'An Naoidheamh Mìos', |
8834
|
|
|
|
|
|
|
'An Deicheamh Mìos', |
8835
|
|
|
|
|
|
|
'An t-Aonamh Mìos Deug', |
8836
|
|
|
|
|
|
|
'An Dà rna Mìos Deug' |
8837
|
|
|
|
|
|
|
], |
8838
|
|
|
|
|
|
|
leap => [ |
8839
|
|
|
|
|
|
|
|
8840
|
|
|
|
|
|
|
], |
8841
|
|
|
|
|
|
|
}, |
8842
|
|
|
|
|
|
|
}, |
8843
|
|
|
|
|
|
|
}, |
8844
|
|
|
|
|
|
|
'gregorian' => { |
8845
|
|
|
|
|
|
|
'format' => { |
8846
|
|
|
|
|
|
|
abbreviated => { |
8847
|
|
|
|
|
|
|
nonleap => [ |
8848
|
|
|
|
|
|
|
'Faoi', |
8849
|
|
|
|
|
|
|
'Gearr', |
8850
|
|
|
|
|
|
|
'MÃ rt', |
8851
|
|
|
|
|
|
|
'Gibl', |
8852
|
|
|
|
|
|
|
'Cèit', |
8853
|
|
|
|
|
|
|
'Ãgmh', |
8854
|
|
|
|
|
|
|
'Iuch', |
8855
|
|
|
|
|
|
|
'Lùna', |
8856
|
|
|
|
|
|
|
'Sult', |
8857
|
|
|
|
|
|
|
'DÃ mh', |
8858
|
|
|
|
|
|
|
'Samh', |
8859
|
|
|
|
|
|
|
'Dùbh' |
8860
|
|
|
|
|
|
|
], |
8861
|
|
|
|
|
|
|
leap => [ |
8862
|
|
|
|
|
|
|
|
8863
|
|
|
|
|
|
|
], |
8864
|
|
|
|
|
|
|
}, |
8865
|
|
|
|
|
|
|
narrow => { |
8866
|
|
|
|
|
|
|
nonleap => [ |
8867
|
|
|
|
|
|
|
'F', |
8868
|
|
|
|
|
|
|
'G', |
8869
|
|
|
|
|
|
|
'M', |
8870
|
|
|
|
|
|
|
'G', |
8871
|
|
|
|
|
|
|
'C', |
8872
|
|
|
|
|
|
|
'Ã', |
8873
|
|
|
|
|
|
|
'I', |
8874
|
|
|
|
|
|
|
'L', |
8875
|
|
|
|
|
|
|
'S', |
8876
|
|
|
|
|
|
|
'D', |
8877
|
|
|
|
|
|
|
'S', |
8878
|
|
|
|
|
|
|
'D' |
8879
|
|
|
|
|
|
|
], |
8880
|
|
|
|
|
|
|
leap => [ |
8881
|
|
|
|
|
|
|
|
8882
|
|
|
|
|
|
|
], |
8883
|
|
|
|
|
|
|
}, |
8884
|
|
|
|
|
|
|
wide => { |
8885
|
|
|
|
|
|
|
nonleap => [ |
8886
|
|
|
|
|
|
|
'dhen Fhaoilleach', |
8887
|
|
|
|
|
|
|
'dhen Ghearran', |
8888
|
|
|
|
|
|
|
'dhen Mhà rt', |
8889
|
|
|
|
|
|
|
'dhen Ghiblean', |
8890
|
|
|
|
|
|
|
'dhen Chèitean', |
8891
|
|
|
|
|
|
|
'dhen Ãgmhios', |
8892
|
|
|
|
|
|
|
'dhen Iuchar', |
8893
|
|
|
|
|
|
|
'dhen Lùnastal', |
8894
|
|
|
|
|
|
|
'dhen t-Sultain', |
8895
|
|
|
|
|
|
|
'dhen DÃ mhair', |
8896
|
|
|
|
|
|
|
'dhen t-Samhain', |
8897
|
|
|
|
|
|
|
'dhen Dùbhlachd' |
8898
|
|
|
|
|
|
|
], |
8899
|
|
|
|
|
|
|
leap => [ |
8900
|
|
|
|
|
|
|
|
8901
|
|
|
|
|
|
|
], |
8902
|
|
|
|
|
|
|
}, |
8903
|
|
|
|
|
|
|
}, |
8904
|
|
|
|
|
|
|
'stand-alone' => { |
8905
|
|
|
|
|
|
|
abbreviated => { |
8906
|
|
|
|
|
|
|
nonleap => [ |
8907
|
|
|
|
|
|
|
'Faoi', |
8908
|
|
|
|
|
|
|
'Gearr', |
8909
|
|
|
|
|
|
|
'MÃ rt', |
8910
|
|
|
|
|
|
|
'Gibl', |
8911
|
|
|
|
|
|
|
'Cèit', |
8912
|
|
|
|
|
|
|
'Ãgmh', |
8913
|
|
|
|
|
|
|
'Iuch', |
8914
|
|
|
|
|
|
|
'Lùna', |
8915
|
|
|
|
|
|
|
'Sult', |
8916
|
|
|
|
|
|
|
'DÃ mh', |
8917
|
|
|
|
|
|
|
'Samh', |
8918
|
|
|
|
|
|
|
'Dùbh' |
8919
|
|
|
|
|
|
|
], |
8920
|
|
|
|
|
|
|
leap => [ |
8921
|
|
|
|
|
|
|
|
8922
|
|
|
|
|
|
|
], |
8923
|
|
|
|
|
|
|
}, |
8924
|
|
|
|
|
|
|
narrow => { |
8925
|
|
|
|
|
|
|
nonleap => [ |
8926
|
|
|
|
|
|
|
'F', |
8927
|
|
|
|
|
|
|
'G', |
8928
|
|
|
|
|
|
|
'M', |
8929
|
|
|
|
|
|
|
'G', |
8930
|
|
|
|
|
|
|
'C', |
8931
|
|
|
|
|
|
|
'Ã', |
8932
|
|
|
|
|
|
|
'I', |
8933
|
|
|
|
|
|
|
'L', |
8934
|
|
|
|
|
|
|
'S', |
8935
|
|
|
|
|
|
|
'D', |
8936
|
|
|
|
|
|
|
'S', |
8937
|
|
|
|
|
|
|
'D' |
8938
|
|
|
|
|
|
|
], |
8939
|
|
|
|
|
|
|
leap => [ |
8940
|
|
|
|
|
|
|
|
8941
|
|
|
|
|
|
|
], |
8942
|
|
|
|
|
|
|
}, |
8943
|
|
|
|
|
|
|
wide => { |
8944
|
|
|
|
|
|
|
nonleap => [ |
8945
|
|
|
|
|
|
|
'Am Faoilleach', |
8946
|
|
|
|
|
|
|
'An Gearran', |
8947
|
|
|
|
|
|
|
'Am MÃ rt', |
8948
|
|
|
|
|
|
|
'An Giblean', |
8949
|
|
|
|
|
|
|
'An Cèitean', |
8950
|
|
|
|
|
|
|
'An t-Ãgmhios', |
8951
|
|
|
|
|
|
|
'An t-Iuchar', |
8952
|
|
|
|
|
|
|
'An Lùnastal', |
8953
|
|
|
|
|
|
|
'An t-Sultain', |
8954
|
|
|
|
|
|
|
'An DÃ mhair', |
8955
|
|
|
|
|
|
|
'An t-Samhain', |
8956
|
|
|
|
|
|
|
'An Dùbhlachd' |
8957
|
|
|
|
|
|
|
], |
8958
|
|
|
|
|
|
|
leap => [ |
8959
|
|
|
|
|
|
|
|
8960
|
|
|
|
|
|
|
], |
8961
|
|
|
|
|
|
|
}, |
8962
|
|
|
|
|
|
|
}, |
8963
|
|
|
|
|
|
|
}, |
8964
|
|
|
|
|
|
|
} }, |
8965
|
|
|
|
|
|
|
); |
8966
|
|
|
|
|
|
|
|
8967
|
|
|
|
|
|
|
has 'calendar_days' => ( |
8968
|
|
|
|
|
|
|
is => 'ro', |
8969
|
|
|
|
|
|
|
isa => HashRef, |
8970
|
|
|
|
|
|
|
init_arg => undef, |
8971
|
|
|
|
|
|
|
default => sub { { |
8972
|
|
|
|
|
|
|
'gregorian' => { |
8973
|
|
|
|
|
|
|
'format' => { |
8974
|
|
|
|
|
|
|
abbreviated => { |
8975
|
|
|
|
|
|
|
mon => 'DiL', |
8976
|
|
|
|
|
|
|
tue => 'DiM', |
8977
|
|
|
|
|
|
|
wed => 'DiC', |
8978
|
|
|
|
|
|
|
thu => 'Dia', |
8979
|
|
|
|
|
|
|
fri => 'Dih', |
8980
|
|
|
|
|
|
|
sat => 'DiS', |
8981
|
|
|
|
|
|
|
sun => 'DiD' |
8982
|
|
|
|
|
|
|
}, |
8983
|
|
|
|
|
|
|
narrow => { |
8984
|
|
|
|
|
|
|
mon => 'L', |
8985
|
|
|
|
|
|
|
tue => 'M', |
8986
|
|
|
|
|
|
|
wed => 'C', |
8987
|
|
|
|
|
|
|
thu => 'A', |
8988
|
|
|
|
|
|
|
fri => 'H', |
8989
|
|
|
|
|
|
|
sat => 'S', |
8990
|
|
|
|
|
|
|
sun => 'D' |
8991
|
|
|
|
|
|
|
}, |
8992
|
|
|
|
|
|
|
short => { |
8993
|
|
|
|
|
|
|
mon => 'Lu', |
8994
|
|
|
|
|
|
|
tue => 'MÃ ', |
8995
|
|
|
|
|
|
|
wed => 'Ci', |
8996
|
|
|
|
|
|
|
thu => 'Da', |
8997
|
|
|
|
|
|
|
fri => 'hA', |
8998
|
|
|
|
|
|
|
sat => 'Sa', |
8999
|
|
|
|
|
|
|
sun => 'Dò' |
9000
|
|
|
|
|
|
|
}, |
9001
|
|
|
|
|
|
|
wide => { |
9002
|
|
|
|
|
|
|
mon => 'DiLuain', |
9003
|
|
|
|
|
|
|
tue => 'DiMÃ irt', |
9004
|
|
|
|
|
|
|
wed => 'DiCiadain', |
9005
|
|
|
|
|
|
|
thu => 'DiarDaoin', |
9006
|
|
|
|
|
|
|
fri => 'DihAoine', |
9007
|
|
|
|
|
|
|
sat => 'DiSathairne', |
9008
|
|
|
|
|
|
|
sun => 'DiDòmhnaich' |
9009
|
|
|
|
|
|
|
}, |
9010
|
|
|
|
|
|
|
}, |
9011
|
|
|
|
|
|
|
'stand-alone' => { |
9012
|
|
|
|
|
|
|
abbreviated => { |
9013
|
|
|
|
|
|
|
mon => 'DiL', |
9014
|
|
|
|
|
|
|
tue => 'DiM', |
9015
|
|
|
|
|
|
|
wed => 'DiC', |
9016
|
|
|
|
|
|
|
thu => 'Dia', |
9017
|
|
|
|
|
|
|
fri => 'Dih', |
9018
|
|
|
|
|
|
|
sat => 'DiS', |
9019
|
|
|
|
|
|
|
sun => 'DiD' |
9020
|
|
|
|
|
|
|
}, |
9021
|
|
|
|
|
|
|
narrow => { |
9022
|
|
|
|
|
|
|
mon => 'L', |
9023
|
|
|
|
|
|
|
tue => 'M', |
9024
|
|
|
|
|
|
|
wed => 'C', |
9025
|
|
|
|
|
|
|
thu => 'A', |
9026
|
|
|
|
|
|
|
fri => 'H', |
9027
|
|
|
|
|
|
|
sat => 'S', |
9028
|
|
|
|
|
|
|
sun => 'D' |
9029
|
|
|
|
|
|
|
}, |
9030
|
|
|
|
|
|
|
short => { |
9031
|
|
|
|
|
|
|
mon => 'Lu', |
9032
|
|
|
|
|
|
|
tue => 'MÃ ', |
9033
|
|
|
|
|
|
|
wed => 'Ci', |
9034
|
|
|
|
|
|
|
thu => 'Da', |
9035
|
|
|
|
|
|
|
fri => 'hA', |
9036
|
|
|
|
|
|
|
sat => 'Sa', |
9037
|
|
|
|
|
|
|
sun => 'Dò' |
9038
|
|
|
|
|
|
|
}, |
9039
|
|
|
|
|
|
|
wide => { |
9040
|
|
|
|
|
|
|
mon => 'DiLuain', |
9041
|
|
|
|
|
|
|
tue => 'DiMÃ irt', |
9042
|
|
|
|
|
|
|
wed => 'DiCiadain', |
9043
|
|
|
|
|
|
|
thu => 'DiarDaoin', |
9044
|
|
|
|
|
|
|
fri => 'DihAoine', |
9045
|
|
|
|
|
|
|
sat => 'DiSathairne', |
9046
|
|
|
|
|
|
|
sun => 'DiDòmhnaich' |
9047
|
|
|
|
|
|
|
}, |
9048
|
|
|
|
|
|
|
}, |
9049
|
|
|
|
|
|
|
}, |
9050
|
|
|
|
|
|
|
} }, |
9051
|
|
|
|
|
|
|
); |
9052
|
|
|
|
|
|
|
|
9053
|
|
|
|
|
|
|
has 'calendar_quarters' => ( |
9054
|
|
|
|
|
|
|
is => 'ro', |
9055
|
|
|
|
|
|
|
isa => HashRef, |
9056
|
|
|
|
|
|
|
init_arg => undef, |
9057
|
|
|
|
|
|
|
default => sub { { |
9058
|
|
|
|
|
|
|
'gregorian' => { |
9059
|
|
|
|
|
|
|
'format' => { |
9060
|
|
|
|
|
|
|
abbreviated => {0 => 'C1', |
9061
|
|
|
|
|
|
|
1 => 'C2', |
9062
|
|
|
|
|
|
|
2 => 'C3', |
9063
|
|
|
|
|
|
|
3 => 'C4' |
9064
|
|
|
|
|
|
|
}, |
9065
|
|
|
|
|
|
|
narrow => {0 => '1', |
9066
|
|
|
|
|
|
|
1 => '2', |
9067
|
|
|
|
|
|
|
2 => '3', |
9068
|
|
|
|
|
|
|
3 => '4' |
9069
|
|
|
|
|
|
|
}, |
9070
|
|
|
|
|
|
|
wide => {0 => '1d chairteal', |
9071
|
|
|
|
|
|
|
1 => '2na cairteal', |
9072
|
|
|
|
|
|
|
2 => '3s cairteal', |
9073
|
|
|
|
|
|
|
3 => '4mh cairteal' |
9074
|
|
|
|
|
|
|
}, |
9075
|
|
|
|
|
|
|
}, |
9076
|
|
|
|
|
|
|
'stand-alone' => { |
9077
|
|
|
|
|
|
|
abbreviated => {0 => 'C1', |
9078
|
|
|
|
|
|
|
1 => 'C2', |
9079
|
|
|
|
|
|
|
2 => 'C3', |
9080
|
|
|
|
|
|
|
3 => 'C4' |
9081
|
|
|
|
|
|
|
}, |
9082
|
|
|
|
|
|
|
narrow => {0 => '1', |
9083
|
|
|
|
|
|
|
1 => '2', |
9084
|
|
|
|
|
|
|
2 => '3', |
9085
|
|
|
|
|
|
|
3 => '4' |
9086
|
|
|
|
|
|
|
}, |
9087
|
|
|
|
|
|
|
wide => {0 => '1d chairteal', |
9088
|
|
|
|
|
|
|
1 => '2na cairteal', |
9089
|
|
|
|
|
|
|
2 => '3s cairteal', |
9090
|
|
|
|
|
|
|
3 => '4mh cairteal' |
9091
|
|
|
|
|
|
|
}, |
9092
|
|
|
|
|
|
|
}, |
9093
|
|
|
|
|
|
|
}, |
9094
|
|
|
|
|
|
|
} }, |
9095
|
|
|
|
|
|
|
); |
9096
|
|
|
|
|
|
|
|
9097
|
|
|
|
|
|
|
has 'day_periods' => ( |
9098
|
|
|
|
|
|
|
is => 'ro', |
9099
|
|
|
|
|
|
|
isa => HashRef, |
9100
|
|
|
|
|
|
|
init_arg => undef, |
9101
|
|
|
|
|
|
|
default => sub { { |
9102
|
|
|
|
|
|
|
'gregorian' => { |
9103
|
|
|
|
|
|
|
'format' => { |
9104
|
|
|
|
|
|
|
'abbreviated' => { |
9105
|
|
|
|
|
|
|
'pm' => q{f}, |
9106
|
|
|
|
|
|
|
'am' => q{m}, |
9107
|
|
|
|
|
|
|
}, |
9108
|
|
|
|
|
|
|
'wide' => { |
9109
|
|
|
|
|
|
|
'am' => q{m}, |
9110
|
|
|
|
|
|
|
'pm' => q{f}, |
9111
|
|
|
|
|
|
|
}, |
9112
|
|
|
|
|
|
|
'narrow' => { |
9113
|
|
|
|
|
|
|
'pm' => q{f}, |
9114
|
|
|
|
|
|
|
'am' => q{m}, |
9115
|
|
|
|
|
|
|
}, |
9116
|
|
|
|
|
|
|
}, |
9117
|
|
|
|
|
|
|
'stand-alone' => { |
9118
|
|
|
|
|
|
|
'abbreviated' => { |
9119
|
|
|
|
|
|
|
'pm' => q{f}, |
9120
|
|
|
|
|
|
|
'am' => q{m}, |
9121
|
|
|
|
|
|
|
}, |
9122
|
|
|
|
|
|
|
'wide' => { |
9123
|
|
|
|
|
|
|
'am' => q{m}, |
9124
|
|
|
|
|
|
|
'pm' => q{f}, |
9125
|
|
|
|
|
|
|
}, |
9126
|
|
|
|
|
|
|
'narrow' => { |
9127
|
|
|
|
|
|
|
'am' => q{m}, |
9128
|
|
|
|
|
|
|
'pm' => q{f}, |
9129
|
|
|
|
|
|
|
}, |
9130
|
|
|
|
|
|
|
}, |
9131
|
|
|
|
|
|
|
}, |
9132
|
|
|
|
|
|
|
} }, |
9133
|
|
|
|
|
|
|
); |
9134
|
|
|
|
|
|
|
|
9135
|
|
|
|
|
|
|
has 'eras' => ( |
9136
|
|
|
|
|
|
|
is => 'ro', |
9137
|
|
|
|
|
|
|
isa => HashRef, |
9138
|
|
|
|
|
|
|
init_arg => undef, |
9139
|
|
|
|
|
|
|
default => sub { { |
9140
|
|
|
|
|
|
|
'buddhist' => { |
9141
|
|
|
|
|
|
|
}, |
9142
|
|
|
|
|
|
|
'chinese' => { |
9143
|
|
|
|
|
|
|
}, |
9144
|
|
|
|
|
|
|
'coptic' => { |
9145
|
|
|
|
|
|
|
}, |
9146
|
|
|
|
|
|
|
'dangi' => { |
9147
|
|
|
|
|
|
|
}, |
9148
|
|
|
|
|
|
|
'ethiopic' => { |
9149
|
|
|
|
|
|
|
}, |
9150
|
|
|
|
|
|
|
'generic' => { |
9151
|
|
|
|
|
|
|
}, |
9152
|
|
|
|
|
|
|
'gregorian' => { |
9153
|
|
|
|
|
|
|
abbreviated => { |
9154
|
|
|
|
|
|
|
'0' => 'RC', |
9155
|
|
|
|
|
|
|
'1' => 'AD' |
9156
|
|
|
|
|
|
|
}, |
9157
|
|
|
|
|
|
|
narrow => { |
9158
|
|
|
|
|
|
|
'0' => 'R', |
9159
|
|
|
|
|
|
|
'1' => 'A' |
9160
|
|
|
|
|
|
|
}, |
9161
|
|
|
|
|
|
|
wide => { |
9162
|
|
|
|
|
|
|
'0' => 'Ro Chrìosta', |
9163
|
|
|
|
|
|
|
'1' => 'An dèidh Chrìosta' |
9164
|
|
|
|
|
|
|
}, |
9165
|
|
|
|
|
|
|
}, |
9166
|
|
|
|
|
|
|
'hebrew' => { |
9167
|
|
|
|
|
|
|
}, |
9168
|
|
|
|
|
|
|
'indian' => { |
9169
|
|
|
|
|
|
|
}, |
9170
|
|
|
|
|
|
|
'islamic' => { |
9171
|
|
|
|
|
|
|
}, |
9172
|
|
|
|
|
|
|
'japanese' => { |
9173
|
|
|
|
|
|
|
}, |
9174
|
|
|
|
|
|
|
'persian' => { |
9175
|
|
|
|
|
|
|
}, |
9176
|
|
|
|
|
|
|
'roc' => { |
9177
|
|
|
|
|
|
|
abbreviated => { |
9178
|
|
|
|
|
|
|
'0' => 'Ro PnS', |
9179
|
|
|
|
|
|
|
'1' => 'MÃnguó' |
9180
|
|
|
|
|
|
|
}, |
9181
|
|
|
|
|
|
|
narrow => { |
9182
|
|
|
|
|
|
|
'0' => 'Ro PnS', |
9183
|
|
|
|
|
|
|
'1' => 'MÃnguó' |
9184
|
|
|
|
|
|
|
}, |
9185
|
|
|
|
|
|
|
wide => { |
9186
|
|
|
|
|
|
|
'0' => 'Ro Ph. na Sìne', |
9187
|
|
|
|
|
|
|
'1' => 'MÃnguó' |
9188
|
|
|
|
|
|
|
}, |
9189
|
|
|
|
|
|
|
}, |
9190
|
|
|
|
|
|
|
} }, |
9191
|
|
|
|
|
|
|
); |
9192
|
|
|
|
|
|
|
|
9193
|
|
|
|
|
|
|
has 'date_formats' => ( |
9194
|
|
|
|
|
|
|
is => 'ro', |
9195
|
|
|
|
|
|
|
isa => HashRef, |
9196
|
|
|
|
|
|
|
init_arg => undef, |
9197
|
|
|
|
|
|
|
default => sub { { |
9198
|
|
|
|
|
|
|
'buddhist' => { |
9199
|
|
|
|
|
|
|
'full' => q{EEEE, d'mh' MMMM y G}, |
9200
|
|
|
|
|
|
|
'long' => q{d'mh' MMMM y G}, |
9201
|
|
|
|
|
|
|
}, |
9202
|
|
|
|
|
|
|
'chinese' => { |
9203
|
|
|
|
|
|
|
'full' => q{EEEE, d'mh' MMMM r(U)}, |
9204
|
|
|
|
|
|
|
'long' => q{d'mh' MMMM r(U)}, |
9205
|
|
|
|
|
|
|
'medium' => q{d MMM r}, |
9206
|
|
|
|
|
|
|
'short' => q{d/M/r}, |
9207
|
|
|
|
|
|
|
}, |
9208
|
|
|
|
|
|
|
'coptic' => { |
9209
|
|
|
|
|
|
|
'full' => q{EEEE, d'mh' MMMM y G}, |
9210
|
|
|
|
|
|
|
'long' => q{d'mh' MMMM y G}, |
9211
|
|
|
|
|
|
|
}, |
9212
|
|
|
|
|
|
|
'dangi' => { |
9213
|
|
|
|
|
|
|
'full' => q{EEEE, d'mh' MMMM r(U)}, |
9214
|
|
|
|
|
|
|
'long' => q{d'mh' MMMM r(U)}, |
9215
|
|
|
|
|
|
|
'medium' => q{d MMM r}, |
9216
|
|
|
|
|
|
|
'short' => q{d/M/r}, |
9217
|
|
|
|
|
|
|
}, |
9218
|
|
|
|
|
|
|
'ethiopic' => { |
9219
|
|
|
|
|
|
|
'full' => q{EEEE, d'mh' MMMM y G}, |
9220
|
|
|
|
|
|
|
'long' => q{d'mh' MMMM y G}, |
9221
|
|
|
|
|
|
|
'medium' => q{d MMM y G}, |
9222
|
|
|
|
|
|
|
'short' => q{d/M/y GGGGG}, |
9223
|
|
|
|
|
|
|
}, |
9224
|
|
|
|
|
|
|
'generic' => { |
9225
|
|
|
|
|
|
|
'full' => q{EEEE, d'mh' MMMM y G}, |
9226
|
|
|
|
|
|
|
'long' => q{d'mh' MMMM y G}, |
9227
|
|
|
|
|
|
|
'medium' => q{d MMM y G}, |
9228
|
|
|
|
|
|
|
'short' => q{d/M/y GGGGG}, |
9229
|
|
|
|
|
|
|
}, |
9230
|
|
|
|
|
|
|
'gregorian' => { |
9231
|
|
|
|
|
|
|
'full' => q{EEEE, d'mh' MMMM y}, |
9232
|
|
|
|
|
|
|
'long' => q{d'mh' MMMM y}, |
9233
|
|
|
|
|
|
|
'medium' => q{d MMM y}, |
9234
|
|
|
|
|
|
|
'short' => q{dd/MM/y}, |
9235
|
|
|
|
|
|
|
}, |
9236
|
|
|
|
|
|
|
'hebrew' => { |
9237
|
|
|
|
|
|
|
'full' => q{EEEE, d'mh' MMMM y G}, |
9238
|
|
|
|
|
|
|
'long' => q{d'mh' MMMM y G}, |
9239
|
|
|
|
|
|
|
'medium' => q{d MMM y G}, |
9240
|
|
|
|
|
|
|
'short' => q{d/M/y GGGGG}, |
9241
|
|
|
|
|
|
|
}, |
9242
|
|
|
|
|
|
|
'indian' => { |
9243
|
|
|
|
|
|
|
'full' => q{EEEE, d'mh' MMMM y G}, |
9244
|
|
|
|
|
|
|
'long' => q{d'mh' MMMM y G}, |
9245
|
|
|
|
|
|
|
}, |
9246
|
|
|
|
|
|
|
'islamic' => { |
9247
|
|
|
|
|
|
|
'full' => q{EEEE, d'mh' MMMM y G}, |
9248
|
|
|
|
|
|
|
'long' => q{d'mh' MMMM y G}, |
9249
|
|
|
|
|
|
|
}, |
9250
|
|
|
|
|
|
|
'japanese' => { |
9251
|
|
|
|
|
|
|
'full' => q{EEEE, d'mh' MMMM y G}, |
9252
|
|
|
|
|
|
|
'long' => q{d'mh' MMMM y G}, |
9253
|
|
|
|
|
|
|
}, |
9254
|
|
|
|
|
|
|
'persian' => { |
9255
|
|
|
|
|
|
|
'full' => q{EEEE, d'mh' MMMM y G}, |
9256
|
|
|
|
|
|
|
'long' => q{d'mh' MMMM y G}, |
9257
|
|
|
|
|
|
|
}, |
9258
|
|
|
|
|
|
|
'roc' => { |
9259
|
|
|
|
|
|
|
'full' => q{EEEE, d'mh' MMMM y G}, |
9260
|
|
|
|
|
|
|
'long' => q{d'mh' MMMM y G}, |
9261
|
|
|
|
|
|
|
}, |
9262
|
|
|
|
|
|
|
} }, |
9263
|
|
|
|
|
|
|
); |
9264
|
|
|
|
|
|
|
|
9265
|
|
|
|
|
|
|
has 'time_formats' => ( |
9266
|
|
|
|
|
|
|
is => 'ro', |
9267
|
|
|
|
|
|
|
isa => HashRef, |
9268
|
|
|
|
|
|
|
init_arg => undef, |
9269
|
|
|
|
|
|
|
default => sub { { |
9270
|
|
|
|
|
|
|
'buddhist' => { |
9271
|
|
|
|
|
|
|
}, |
9272
|
|
|
|
|
|
|
'chinese' => { |
9273
|
|
|
|
|
|
|
}, |
9274
|
|
|
|
|
|
|
'coptic' => { |
9275
|
|
|
|
|
|
|
}, |
9276
|
|
|
|
|
|
|
'dangi' => { |
9277
|
|
|
|
|
|
|
}, |
9278
|
|
|
|
|
|
|
'ethiopic' => { |
9279
|
|
|
|
|
|
|
}, |
9280
|
|
|
|
|
|
|
'generic' => { |
9281
|
|
|
|
|
|
|
}, |
9282
|
|
|
|
|
|
|
'gregorian' => { |
9283
|
|
|
|
|
|
|
'full' => q{HH:mm:ss zzzz}, |
9284
|
|
|
|
|
|
|
'long' => q{HH:mm:ss z}, |
9285
|
|
|
|
|
|
|
'medium' => q{HH:mm:ss}, |
9286
|
|
|
|
|
|
|
'short' => q{HH:mm}, |
9287
|
|
|
|
|
|
|
}, |
9288
|
|
|
|
|
|
|
'hebrew' => { |
9289
|
|
|
|
|
|
|
}, |
9290
|
|
|
|
|
|
|
'indian' => { |
9291
|
|
|
|
|
|
|
}, |
9292
|
|
|
|
|
|
|
'islamic' => { |
9293
|
|
|
|
|
|
|
}, |
9294
|
|
|
|
|
|
|
'japanese' => { |
9295
|
|
|
|
|
|
|
}, |
9296
|
|
|
|
|
|
|
'persian' => { |
9297
|
|
|
|
|
|
|
}, |
9298
|
|
|
|
|
|
|
'roc' => { |
9299
|
|
|
|
|
|
|
}, |
9300
|
|
|
|
|
|
|
} }, |
9301
|
|
|
|
|
|
|
); |
9302
|
|
|
|
|
|
|
|
9303
|
|
|
|
|
|
|
has 'datetime_formats' => ( |
9304
|
|
|
|
|
|
|
is => 'ro', |
9305
|
|
|
|
|
|
|
isa => HashRef, |
9306
|
|
|
|
|
|
|
init_arg => undef, |
9307
|
|
|
|
|
|
|
default => sub { { |
9308
|
|
|
|
|
|
|
'buddhist' => { |
9309
|
|
|
|
|
|
|
}, |
9310
|
|
|
|
|
|
|
'chinese' => { |
9311
|
|
|
|
|
|
|
'full' => q{{1} 'aig' {0}}, |
9312
|
|
|
|
|
|
|
'long' => q{{1} 'aig' {0}}, |
9313
|
|
|
|
|
|
|
'medium' => q{{1} {0}}, |
9314
|
|
|
|
|
|
|
'short' => q{{1} {0}}, |
9315
|
|
|
|
|
|
|
}, |
9316
|
|
|
|
|
|
|
'coptic' => { |
9317
|
|
|
|
|
|
|
}, |
9318
|
|
|
|
|
|
|
'dangi' => { |
9319
|
|
|
|
|
|
|
'full' => q{{1} 'aig' {0}}, |
9320
|
|
|
|
|
|
|
'long' => q{{1} 'aig' {0}}, |
9321
|
|
|
|
|
|
|
'medium' => q{{1} {0}}, |
9322
|
|
|
|
|
|
|
'short' => q{{1} {0}}, |
9323
|
|
|
|
|
|
|
}, |
9324
|
|
|
|
|
|
|
'ethiopic' => { |
9325
|
|
|
|
|
|
|
'full' => q{{1} 'aig' {0}}, |
9326
|
|
|
|
|
|
|
'long' => q{{1} 'aig' {0}}, |
9327
|
|
|
|
|
|
|
'medium' => q{{1} {0}}, |
9328
|
|
|
|
|
|
|
'short' => q{{1} {0}}, |
9329
|
|
|
|
|
|
|
}, |
9330
|
|
|
|
|
|
|
'generic' => { |
9331
|
|
|
|
|
|
|
'full' => q{{1} {0}}, |
9332
|
|
|
|
|
|
|
'long' => q{{1} {0}}, |
9333
|
|
|
|
|
|
|
'medium' => q{{1} {0}}, |
9334
|
|
|
|
|
|
|
'short' => q{{1} {0}}, |
9335
|
|
|
|
|
|
|
}, |
9336
|
|
|
|
|
|
|
'gregorian' => { |
9337
|
|
|
|
|
|
|
'full' => q{{1} {0}}, |
9338
|
|
|
|
|
|
|
'long' => q{{1} {0}}, |
9339
|
|
|
|
|
|
|
'medium' => q{{1} {0}}, |
9340
|
|
|
|
|
|
|
'short' => q{{1} {0}}, |
9341
|
|
|
|
|
|
|
}, |
9342
|
|
|
|
|
|
|
'hebrew' => { |
9343
|
|
|
|
|
|
|
'full' => q{{1} 'aig' {0}}, |
9344
|
|
|
|
|
|
|
'long' => q{{1} 'aig' {0}}, |
9345
|
|
|
|
|
|
|
}, |
9346
|
|
|
|
|
|
|
'indian' => { |
9347
|
|
|
|
|
|
|
}, |
9348
|
|
|
|
|
|
|
'islamic' => { |
9349
|
|
|
|
|
|
|
'full' => q{{1} 'aig' {0}}, |
9350
|
|
|
|
|
|
|
'long' => q{{1} 'aig' {0}}, |
9351
|
|
|
|
|
|
|
}, |
9352
|
|
|
|
|
|
|
'japanese' => { |
9353
|
|
|
|
|
|
|
'full' => q{{1} 'aig' {0}}, |
9354
|
|
|
|
|
|
|
'long' => q{{1} 'aig' {0}}, |
9355
|
|
|
|
|
|
|
}, |
9356
|
|
|
|
|
|
|
'persian' => { |
9357
|
|
|
|
|
|
|
'full' => q{{1} 'aig' {0}}, |
9358
|
|
|
|
|
|
|
'long' => q{{1} 'aig' {0}}, |
9359
|
|
|
|
|
|
|
}, |
9360
|
|
|
|
|
|
|
'roc' => { |
9361
|
|
|
|
|
|
|
'full' => q{{1} 'aig' {0}}, |
9362
|
|
|
|
|
|
|
'long' => q{{1} 'aig' {0}}, |
9363
|
|
|
|
|
|
|
'medium' => q{{1} {0}}, |
9364
|
|
|
|
|
|
|
'short' => q{{1} {0}}, |
9365
|
|
|
|
|
|
|
}, |
9366
|
|
|
|
|
|
|
} }, |
9367
|
|
|
|
|
|
|
); |
9368
|
|
|
|
|
|
|
|
9369
|
|
|
|
|
|
|
has 'datetime_formats_available_formats' => ( |
9370
|
|
|
|
|
|
|
is => 'ro', |
9371
|
|
|
|
|
|
|
isa => HashRef, |
9372
|
|
|
|
|
|
|
init_arg => undef, |
9373
|
|
|
|
|
|
|
default => sub { { |
9374
|
|
|
|
|
|
|
'indian' => { |
9375
|
|
|
|
|
|
|
MMMMd => q{d'mh' MMMM}, |
9376
|
|
|
|
|
|
|
yMM => q{LL/y}, |
9377
|
|
|
|
|
|
|
yyyyM => q{L/y GGGGG}, |
9378
|
|
|
|
|
|
|
yyyyMMMM => q{LLLL y G}, |
9379
|
|
|
|
|
|
|
}, |
9380
|
|
|
|
|
|
|
'chinese' => { |
9381
|
|
|
|
|
|
|
Bh => q{hB}, |
9382
|
|
|
|
|
|
|
Bhm => q{h:mmB}, |
9383
|
|
|
|
|
|
|
Bhms => q{h:mm:ssB}, |
9384
|
|
|
|
|
|
|
E => q{ccc}, |
9385
|
|
|
|
|
|
|
EBhm => q{E h:mmB}, |
9386
|
|
|
|
|
|
|
EBhms => q{E h:mm:ssB}, |
9387
|
|
|
|
|
|
|
Ed => q{E d}, |
9388
|
|
|
|
|
|
|
Gy => q{r(U)}, |
9389
|
|
|
|
|
|
|
GyMMM => q{LLL r(U)}, |
9390
|
|
|
|
|
|
|
GyMMMEd => q{E, d'mh' MMM r(U)}, |
9391
|
|
|
|
|
|
|
GyMMMd => q{d'mh' MMM r}, |
9392
|
|
|
|
|
|
|
H => q{HH}, |
9393
|
|
|
|
|
|
|
Hm => q{HH:mm}, |
9394
|
|
|
|
|
|
|
Hms => q{HH:mm:ss}, |
9395
|
|
|
|
|
|
|
M => q{L}, |
9396
|
|
|
|
|
|
|
MEd => q{E, d/M}, |
9397
|
|
|
|
|
|
|
MMM => q{LLL}, |
9398
|
|
|
|
|
|
|
MMMEd => q{E, d'mh' MMM}, |
9399
|
|
|
|
|
|
|
MMMMd => q{d'mh' MMMM}, |
9400
|
|
|
|
|
|
|
MMMd => q{d'mh' MMM}, |
9401
|
|
|
|
|
|
|
Md => q{d/M}, |
9402
|
|
|
|
|
|
|
UM => q{L/U}, |
9403
|
|
|
|
|
|
|
UMMM => q{LLL U}, |
9404
|
|
|
|
|
|
|
UMMMd => q{d'mh' MMM U}, |
9405
|
|
|
|
|
|
|
UMd => q{d/M/U}, |
9406
|
|
|
|
|
|
|
d => q{d}, |
9407
|
|
|
|
|
|
|
h => q{ha}, |
9408
|
|
|
|
|
|
|
hm => q{h:mma}, |
9409
|
|
|
|
|
|
|
hms => q{h:mm:ssa}, |
9410
|
|
|
|
|
|
|
ms => q{mm:ss}, |
9411
|
|
|
|
|
|
|
y => q{r(U)}, |
9412
|
|
|
|
|
|
|
yMd => q{d/M/r}, |
9413
|
|
|
|
|
|
|
yyyy => q{r(U)}, |
9414
|
|
|
|
|
|
|
yyyyM => q{L/r}, |
9415
|
|
|
|
|
|
|
yyyyMEd => q{E, d/M/r}, |
9416
|
|
|
|
|
|
|
yyyyMMM => q{LLL r(U)}, |
9417
|
|
|
|
|
|
|
yyyyMMMEd => q{E, d'mh' MMM r(U)}, |
9418
|
|
|
|
|
|
|
yyyyMMMM => q{LLLL r(U)}, |
9419
|
|
|
|
|
|
|
yyyyMMMd => q{d'mh' MMM r}, |
9420
|
|
|
|
|
|
|
yyyyMd => q{d/M/r}, |
9421
|
|
|
|
|
|
|
yyyyQQQ => q{QQQ r(U)}, |
9422
|
|
|
|
|
|
|
yyyyQQQQ => q{QQQQ r(U)}, |
9423
|
|
|
|
|
|
|
}, |
9424
|
|
|
|
|
|
|
'japanese' => { |
9425
|
|
|
|
|
|
|
MMMMd => q{d'mh' MMMM}, |
9426
|
|
|
|
|
|
|
yMM => q{LL/y}, |
9427
|
|
|
|
|
|
|
yyyyM => q{L/y GGGGG}, |
9428
|
|
|
|
|
|
|
yyyyMMMM => q{LLLL y G}, |
9429
|
|
|
|
|
|
|
}, |
9430
|
|
|
|
|
|
|
'coptic' => { |
9431
|
|
|
|
|
|
|
MMMMd => q{d'mh' MMMM}, |
9432
|
|
|
|
|
|
|
yMM => q{LL/y}, |
9433
|
|
|
|
|
|
|
yyyyM => q{L/y GGGGG}, |
9434
|
|
|
|
|
|
|
yyyyMMMM => q{LLLL y G}, |
9435
|
|
|
|
|
|
|
}, |
9436
|
|
|
|
|
|
|
'persian' => { |
9437
|
|
|
|
|
|
|
MMMMd => q{d'mh' MMMM}, |
9438
|
|
|
|
|
|
|
yMM => q{LL/y}, |
9439
|
|
|
|
|
|
|
yyyyM => q{L/y GGGGG}, |
9440
|
|
|
|
|
|
|
yyyyMMMM => q{LLLL y G}, |
9441
|
|
|
|
|
|
|
}, |
9442
|
|
|
|
|
|
|
'islamic' => { |
9443
|
|
|
|
|
|
|
MMMMd => q{d'mh' MMMM}, |
9444
|
|
|
|
|
|
|
yMM => q{LL/y}, |
9445
|
|
|
|
|
|
|
yyyyM => q{L/y GGGGG}, |
9446
|
|
|
|
|
|
|
yyyyMMMM => q{LLLL y G}, |
9447
|
|
|
|
|
|
|
}, |
9448
|
|
|
|
|
|
|
'gregorian' => { |
9449
|
|
|
|
|
|
|
Bh => q{hB}, |
9450
|
|
|
|
|
|
|
Bhm => q{h:mmB}, |
9451
|
|
|
|
|
|
|
Bhms => q{h:mm:ssB}, |
9452
|
|
|
|
|
|
|
E => q{ccc}, |
9453
|
|
|
|
|
|
|
EBhm => q{E h:mmB}, |
9454
|
|
|
|
|
|
|
EBhms => q{E h:mm:ssB}, |
9455
|
|
|
|
|
|
|
EHm => q{E HH:mm}, |
9456
|
|
|
|
|
|
|
EHms => q{E HH:mm:ss}, |
9457
|
|
|
|
|
|
|
Ed => q{E, d}, |
9458
|
|
|
|
|
|
|
Ehm => q{E h:mma}, |
9459
|
|
|
|
|
|
|
Ehms => q{E h:mm:ss a}, |
9460
|
|
|
|
|
|
|
Gy => q{y G}, |
9461
|
|
|
|
|
|
|
GyMMM => q{LLL y G}, |
9462
|
|
|
|
|
|
|
GyMMMEd => q{E, d MMM y G}, |
9463
|
|
|
|
|
|
|
GyMMMd => q{d MMM y G}, |
9464
|
|
|
|
|
|
|
H => q{HH}, |
9465
|
|
|
|
|
|
|
Hm => q{HH:mm}, |
9466
|
|
|
|
|
|
|
Hms => q{HH:mm:ss}, |
9467
|
|
|
|
|
|
|
Hmsv => q{HH:mm:ss v}, |
9468
|
|
|
|
|
|
|
Hmv => q{HH:mm v}, |
9469
|
|
|
|
|
|
|
M => q{L}, |
9470
|
|
|
|
|
|
|
MEd => q{E, d/M}, |
9471
|
|
|
|
|
|
|
MMM => q{LLL}, |
9472
|
|
|
|
|
|
|
MMMEd => q{E, d MMM}, |
9473
|
|
|
|
|
|
|
MMMMW => q{'seachdain' W MMMM}, |
9474
|
|
|
|
|
|
|
MMMMd => q{d'mh' MMMM}, |
9475
|
|
|
|
|
|
|
MMMd => q{d MMM}, |
9476
|
|
|
|
|
|
|
MMdd => q{dd/MM}, |
9477
|
|
|
|
|
|
|
Md => q{d/M}, |
9478
|
|
|
|
|
|
|
d => q{d}, |
9479
|
|
|
|
|
|
|
h => q{ha}, |
9480
|
|
|
|
|
|
|
hm => q{h:mma}, |
9481
|
|
|
|
|
|
|
hms => q{h:mm:ss a}, |
9482
|
|
|
|
|
|
|
hmsv => q{h:mm:ss a v}, |
9483
|
|
|
|
|
|
|
hmv => q{h:mma v}, |
9484
|
|
|
|
|
|
|
ms => q{mm:ss}, |
9485
|
|
|
|
|
|
|
y => q{y}, |
9486
|
|
|
|
|
|
|
yM => q{L/y}, |
9487
|
|
|
|
|
|
|
yMEd => q{E, d/M/y}, |
9488
|
|
|
|
|
|
|
yMM => q{LL/y}, |
9489
|
|
|
|
|
|
|
yMMM => q{LLL Y}, |
9490
|
|
|
|
|
|
|
yMMMEd => q{E, d MMM y}, |
9491
|
|
|
|
|
|
|
yMMMM => q{LLLL y}, |
9492
|
|
|
|
|
|
|
yMMMd => q{d MMM y}, |
9493
|
|
|
|
|
|
|
yMd => q{d/M/y}, |
9494
|
|
|
|
|
|
|
yQQQ => q{QQQ y}, |
9495
|
|
|
|
|
|
|
yQQQQ => q{QQQQ y}, |
9496
|
|
|
|
|
|
|
yw => q{'seachdain' w 'dhe' Y}, |
9497
|
|
|
|
|
|
|
}, |
9498
|
|
|
|
|
|
|
'buddhist' => { |
9499
|
|
|
|
|
|
|
MMMMd => q{d'mh' MMMM}, |
9500
|
|
|
|
|
|
|
yMM => q{LL/y}, |
9501
|
|
|
|
|
|
|
yyyyM => q{L/y GGGGG}, |
9502
|
|
|
|
|
|
|
yyyyMMMM => q{LLLL y G}, |
9503
|
|
|
|
|
|
|
}, |
9504
|
|
|
|
|
|
|
'generic' => { |
9505
|
|
|
|
|
|
|
Bh => q{hB}, |
9506
|
|
|
|
|
|
|
Bhm => q{h:mmB}, |
9507
|
|
|
|
|
|
|
Bhms => q{h:mm:ssB}, |
9508
|
|
|
|
|
|
|
E => q{ccc}, |
9509
|
|
|
|
|
|
|
EBhm => q{E h:mmB}, |
9510
|
|
|
|
|
|
|
EBhms => q{E h:mm:ssB}, |
9511
|
|
|
|
|
|
|
EHm => q{E HH:mm}, |
9512
|
|
|
|
|
|
|
EHms => q{E HH:mm:ss}, |
9513
|
|
|
|
|
|
|
Ed => q{E, d}, |
9514
|
|
|
|
|
|
|
Ehm => q{E h:mma}, |
9515
|
|
|
|
|
|
|
Ehms => q{E h:mm:ssa}, |
9516
|
|
|
|
|
|
|
Gy => q{y G}, |
9517
|
|
|
|
|
|
|
GyMMM => q{LLL y G}, |
9518
|
|
|
|
|
|
|
GyMMMEd => q{E, d MMM y G}, |
9519
|
|
|
|
|
|
|
GyMMMd => q{d MMM y G}, |
9520
|
|
|
|
|
|
|
H => q{HH}, |
9521
|
|
|
|
|
|
|
Hm => q{HH:mm}, |
9522
|
|
|
|
|
|
|
Hms => q{HH:mm:ss}, |
9523
|
|
|
|
|
|
|
M => q{L}, |
9524
|
|
|
|
|
|
|
MEd => q{E, d/M}, |
9525
|
|
|
|
|
|
|
MMM => q{LLL}, |
9526
|
|
|
|
|
|
|
MMMEd => q{E, d MMM}, |
9527
|
|
|
|
|
|
|
MMMMd => q{d'mh' MMMM}, |
9528
|
|
|
|
|
|
|
MMMd => q{d MMM}, |
9529
|
|
|
|
|
|
|
MMdd => q{dd/MM}, |
9530
|
|
|
|
|
|
|
Md => q{d/M}, |
9531
|
|
|
|
|
|
|
d => q{d}, |
9532
|
|
|
|
|
|
|
h => q{ha}, |
9533
|
|
|
|
|
|
|
hm => q{h:mma}, |
9534
|
|
|
|
|
|
|
hms => q{h:mm:ssa}, |
9535
|
|
|
|
|
|
|
ms => q{mm:ss}, |
9536
|
|
|
|
|
|
|
y => q{y G}, |
9537
|
|
|
|
|
|
|
yMEd => q{E, d/M/y}, |
9538
|
|
|
|
|
|
|
yMM => q{LL/y}, |
9539
|
|
|
|
|
|
|
yMMM => q{LLL y}, |
9540
|
|
|
|
|
|
|
yMMMM => q{LLLL y}, |
9541
|
|
|
|
|
|
|
yyyy => q{y G}, |
9542
|
|
|
|
|
|
|
yyyyM => q{L/y GGGGG}, |
9543
|
|
|
|
|
|
|
yyyyMEd => q{E, d/M/y GGGGG}, |
9544
|
|
|
|
|
|
|
yyyyMMM => q{LLL y G}, |
9545
|
|
|
|
|
|
|
yyyyMMMEd => q{E, d MMM y G}, |
9546
|
|
|
|
|
|
|
yyyyMMMM => q{LLLL y G}, |
9547
|
|
|
|
|
|
|
yyyyMMMd => q{d MMM y G}, |
9548
|
|
|
|
|
|
|
yyyyMd => q{d/M/y GGGGG}, |
9549
|
|
|
|
|
|
|
yyyyQQQ => q{QQQ y G}, |
9550
|
|
|
|
|
|
|
yyyyQQQQ => q{QQQQ y G}, |
9551
|
|
|
|
|
|
|
}, |
9552
|
|
|
|
|
|
|
'dangi' => { |
9553
|
|
|
|
|
|
|
E => q{ccc}, |
9554
|
|
|
|
|
|
|
Ed => q{E d}, |
9555
|
|
|
|
|
|
|
Gy => q{r(U)}, |
9556
|
|
|
|
|
|
|
GyMMM => q{LLL r(U)}, |
9557
|
|
|
|
|
|
|
GyMMMEd => q{E, d'mh' MMM r(U)}, |
9558
|
|
|
|
|
|
|
GyMMMd => q{d'mh' MMM r}, |
9559
|
|
|
|
|
|
|
M => q{L}, |
9560
|
|
|
|
|
|
|
MEd => q{E, d/M}, |
9561
|
|
|
|
|
|
|
MMM => q{LLL}, |
9562
|
|
|
|
|
|
|
MMMEd => q{E, d'mh' MMM}, |
9563
|
|
|
|
|
|
|
MMMMd => q{d'mh' MMMM}, |
9564
|
|
|
|
|
|
|
MMMd => q{d'mh' MMM}, |
9565
|
|
|
|
|
|
|
Md => q{d/M}, |
9566
|
|
|
|
|
|
|
UM => q{L/U}, |
9567
|
|
|
|
|
|
|
UMMM => q{LLL U}, |
9568
|
|
|
|
|
|
|
UMMMd => q{d'mh' MMM U}, |
9569
|
|
|
|
|
|
|
UMd => q{d/M/U}, |
9570
|
|
|
|
|
|
|
d => q{d}, |
9571
|
|
|
|
|
|
|
y => q{r(U)}, |
9572
|
|
|
|
|
|
|
yMd => q{d/M/r}, |
9573
|
|
|
|
|
|
|
yyyy => q{r(U)}, |
9574
|
|
|
|
|
|
|
yyyyM => q{L/r}, |
9575
|
|
|
|
|
|
|
yyyyMEd => q{E, d/M/r}, |
9576
|
|
|
|
|
|
|
yyyyMMM => q{LLL r(U)}, |
9577
|
|
|
|
|
|
|
yyyyMMMEd => q{E, d'mh' MMM r(U)}, |
9578
|
|
|
|
|
|
|
yyyyMMMM => q{LLLL r(U)}, |
9579
|
|
|
|
|
|
|
yyyyMMMd => q{d'mh' MMM r}, |
9580
|
|
|
|
|
|
|
yyyyMd => q{d/M/r}, |
9581
|
|
|
|
|
|
|
yyyyQQQ => q{QQQ r(U)}, |
9582
|
|
|
|
|
|
|
yyyyQQQQ => q{QQQQ r(U)}, |
9583
|
|
|
|
|
|
|
}, |
9584
|
|
|
|
|
|
|
'hebrew' => { |
9585
|
|
|
|
|
|
|
MMMMd => q{d'mh' MMMM}, |
9586
|
|
|
|
|
|
|
yMM => q{LL/y}, |
9587
|
|
|
|
|
|
|
yyyyM => q{L/y GGGGG}, |
9588
|
|
|
|
|
|
|
yyyyMMMM => q{LLLL y G}, |
9589
|
|
|
|
|
|
|
}, |
9590
|
|
|
|
|
|
|
'ethiopic' => { |
9591
|
|
|
|
|
|
|
MMMMd => q{d'mh' MMMM}, |
9592
|
|
|
|
|
|
|
yMM => q{LL/y}, |
9593
|
|
|
|
|
|
|
yyyyM => q{L/y GGGGG}, |
9594
|
|
|
|
|
|
|
yyyyMMMM => q{LLLL y G}, |
9595
|
|
|
|
|
|
|
}, |
9596
|
|
|
|
|
|
|
'roc' => { |
9597
|
|
|
|
|
|
|
Ed => q{E, d}, |
9598
|
|
|
|
|
|
|
MMMMd => q{d'mh' MMMM}, |
9599
|
|
|
|
|
|
|
d => q{d}, |
9600
|
|
|
|
|
|
|
yMM => q{LL/y}, |
9601
|
|
|
|
|
|
|
yyyyM => q{L/y GGGGG}, |
9602
|
|
|
|
|
|
|
yyyyMMMM => q{LLLL y G}, |
9603
|
|
|
|
|
|
|
}, |
9604
|
|
|
|
|
|
|
} }, |
9605
|
|
|
|
|
|
|
); |
9606
|
|
|
|
|
|
|
|
9607
|
|
|
|
|
|
|
has 'datetime_formats_append_item' => ( |
9608
|
|
|
|
|
|
|
is => 'ro', |
9609
|
|
|
|
|
|
|
isa => HashRef, |
9610
|
|
|
|
|
|
|
init_arg => undef, |
9611
|
|
|
|
|
|
|
default => sub { { |
9612
|
|
|
|
|
|
|
'gregorian' => { |
9613
|
|
|
|
|
|
|
'Timezone' => '{0} {1}', |
9614
|
|
|
|
|
|
|
}, |
9615
|
|
|
|
|
|
|
} }, |
9616
|
|
|
|
|
|
|
); |
9617
|
|
|
|
|
|
|
|
9618
|
|
|
|
|
|
|
has 'datetime_formats_interval' => ( |
9619
|
|
|
|
|
|
|
is => 'ro', |
9620
|
|
|
|
|
|
|
isa => HashRef, |
9621
|
|
|
|
|
|
|
init_arg => undef, |
9622
|
|
|
|
|
|
|
default => sub { { |
9623
|
|
|
|
|
|
|
'indian' => { |
9624
|
|
|
|
|
|
|
M => { |
9625
|
|
|
|
|
|
|
M => q{L â L}, |
9626
|
|
|
|
|
|
|
}, |
9627
|
|
|
|
|
|
|
}, |
9628
|
|
|
|
|
|
|
'chinese' => { |
9629
|
|
|
|
|
|
|
H => { |
9630
|
|
|
|
|
|
|
H => q{HH â HH}, |
9631
|
|
|
|
|
|
|
}, |
9632
|
|
|
|
|
|
|
Hm => { |
9633
|
|
|
|
|
|
|
H => q{HH:mm â HH:mm}, |
9634
|
|
|
|
|
|
|
m => q{HH:mm â HH:mm}, |
9635
|
|
|
|
|
|
|
}, |
9636
|
|
|
|
|
|
|
Hmv => { |
9637
|
|
|
|
|
|
|
H => q{HH:mm â HH:mm v}, |
9638
|
|
|
|
|
|
|
m => q{HH:mm â HH:mm v}, |
9639
|
|
|
|
|
|
|
}, |
9640
|
|
|
|
|
|
|
Hv => { |
9641
|
|
|
|
|
|
|
H => q{HH â HH v}, |
9642
|
|
|
|
|
|
|
}, |
9643
|
|
|
|
|
|
|
M => { |
9644
|
|
|
|
|
|
|
M => q{L â L}, |
9645
|
|
|
|
|
|
|
}, |
9646
|
|
|
|
|
|
|
MEd => { |
9647
|
|
|
|
|
|
|
M => q{E, d/M â E, d/M}, |
9648
|
|
|
|
|
|
|
d => q{E, d/M â E, d/M}, |
9649
|
|
|
|
|
|
|
}, |
9650
|
|
|
|
|
|
|
MMM => { |
9651
|
|
|
|
|
|
|
M => q{LLL â LLL}, |
9652
|
|
|
|
|
|
|
}, |
9653
|
|
|
|
|
|
|
MMMEd => { |
9654
|
|
|
|
|
|
|
M => q{E, d MMM â E, d MMM}, |
9655
|
|
|
|
|
|
|
d => q{E, d MMM â E, d MMM}, |
9656
|
|
|
|
|
|
|
}, |
9657
|
|
|
|
|
|
|
MMMd => { |
9658
|
|
|
|
|
|
|
M => q{d MMM â d MMM}, |
9659
|
|
|
|
|
|
|
d => q{d MMM â d}, |
9660
|
|
|
|
|
|
|
}, |
9661
|
|
|
|
|
|
|
Md => { |
9662
|
|
|
|
|
|
|
M => q{d/M â d/M}, |
9663
|
|
|
|
|
|
|
d => q{d/M â d/M}, |
9664
|
|
|
|
|
|
|
}, |
9665
|
|
|
|
|
|
|
d => { |
9666
|
|
|
|
|
|
|
d => q{d â d}, |
9667
|
|
|
|
|
|
|
}, |
9668
|
|
|
|
|
|
|
fallback => '{0} â {1}', |
9669
|
|
|
|
|
|
|
h => { |
9670
|
|
|
|
|
|
|
a => q{ha â ha}, |
9671
|
|
|
|
|
|
|
h => q{h â ha}, |
9672
|
|
|
|
|
|
|
}, |
9673
|
|
|
|
|
|
|
hm => { |
9674
|
|
|
|
|
|
|
a => q{h:mma â h:mma}, |
9675
|
|
|
|
|
|
|
h => q{h:mm â h:mma}, |
9676
|
|
|
|
|
|
|
m => q{h:mm â h:mma}, |
9677
|
|
|
|
|
|
|
}, |
9678
|
|
|
|
|
|
|
hmv => { |
9679
|
|
|
|
|
|
|
a => q{h:mma â h:mma v}, |
9680
|
|
|
|
|
|
|
h => q{h:mm â h:mma v}, |
9681
|
|
|
|
|
|
|
m => q{h:mm â h:mma v}, |
9682
|
|
|
|
|
|
|
}, |
9683
|
|
|
|
|
|
|
hv => { |
9684
|
|
|
|
|
|
|
a => q{ha â ha v}, |
9685
|
|
|
|
|
|
|
h => q{h â ha v}, |
9686
|
|
|
|
|
|
|
}, |
9687
|
|
|
|
|
|
|
y => { |
9688
|
|
|
|
|
|
|
y => q{U â U}, |
9689
|
|
|
|
|
|
|
}, |
9690
|
|
|
|
|
|
|
yM => { |
9691
|
|
|
|
|
|
|
M => q{L/y â L/y}, |
9692
|
|
|
|
|
|
|
y => q{L/y â L/y}, |
9693
|
|
|
|
|
|
|
}, |
9694
|
|
|
|
|
|
|
yMEd => { |
9695
|
|
|
|
|
|
|
M => q{E, d/M/y â E, d/M/y}, |
9696
|
|
|
|
|
|
|
d => q{E, d/M/y â E, d/M/y}, |
9697
|
|
|
|
|
|
|
y => q{E, d/M/y â E, d/M/y}, |
9698
|
|
|
|
|
|
|
}, |
9699
|
|
|
|
|
|
|
yMMM => { |
9700
|
|
|
|
|
|
|
M => q{LLL â LLL U}, |
9701
|
|
|
|
|
|
|
y => q{LLL U â LLL U}, |
9702
|
|
|
|
|
|
|
}, |
9703
|
|
|
|
|
|
|
yMMMEd => { |
9704
|
|
|
|
|
|
|
M => q{E, d MMM â E, d MMM, U}, |
9705
|
|
|
|
|
|
|
d => q{E, d MMM â E, d MMM, U}, |
9706
|
|
|
|
|
|
|
y => q{E, d MMM, U â E, d MMM, U}, |
9707
|
|
|
|
|
|
|
}, |
9708
|
|
|
|
|
|
|
yMMMM => { |
9709
|
|
|
|
|
|
|
M => q{LLLL â LLLL U}, |
9710
|
|
|
|
|
|
|
y => q{LLLL U â LLLL U}, |
9711
|
|
|
|
|
|
|
}, |
9712
|
|
|
|
|
|
|
yMMMd => { |
9713
|
|
|
|
|
|
|
M => q{d MMM â d MMM, U}, |
9714
|
|
|
|
|
|
|
d => q{d MMM â d, U}, |
9715
|
|
|
|
|
|
|
y => q{d MMM, U â d MMM, U}, |
9716
|
|
|
|
|
|
|
}, |
9717
|
|
|
|
|
|
|
yMd => { |
9718
|
|
|
|
|
|
|
M => q{d/M/y â d/M/y}, |
9719
|
|
|
|
|
|
|
d => q{d/M/y â d/M/y}, |
9720
|
|
|
|
|
|
|
y => q{d/M/y â d/M/y}, |
9721
|
|
|
|
|
|
|
}, |
9722
|
|
|
|
|
|
|
}, |
9723
|
|
|
|
|
|
|
'japanese' => { |
9724
|
|
|
|
|
|
|
M => { |
9725
|
|
|
|
|
|
|
M => q{L â L}, |
9726
|
|
|
|
|
|
|
}, |
9727
|
|
|
|
|
|
|
}, |
9728
|
|
|
|
|
|
|
'coptic' => { |
9729
|
|
|
|
|
|
|
M => { |
9730
|
|
|
|
|
|
|
M => q{L â L}, |
9731
|
|
|
|
|
|
|
}, |
9732
|
|
|
|
|
|
|
}, |
9733
|
|
|
|
|
|
|
'persian' => { |
9734
|
|
|
|
|
|
|
M => { |
9735
|
|
|
|
|
|
|
M => q{L â L}, |
9736
|
|
|
|
|
|
|
}, |
9737
|
|
|
|
|
|
|
}, |
9738
|
|
|
|
|
|
|
'islamic' => { |
9739
|
|
|
|
|
|
|
M => { |
9740
|
|
|
|
|
|
|
M => q{L â L}, |
9741
|
|
|
|
|
|
|
}, |
9742
|
|
|
|
|
|
|
}, |
9743
|
|
|
|
|
|
|
'gregorian' => { |
9744
|
|
|
|
|
|
|
H => { |
9745
|
|
|
|
|
|
|
H => q{HH â HH}, |
9746
|
|
|
|
|
|
|
}, |
9747
|
|
|
|
|
|
|
Hm => { |
9748
|
|
|
|
|
|
|
H => q{HH:mm â HH:mm}, |
9749
|
|
|
|
|
|
|
m => q{HH:mm â HH:mm}, |
9750
|
|
|
|
|
|
|
}, |
9751
|
|
|
|
|
|
|
Hmv => { |
9752
|
|
|
|
|
|
|
H => q{HH:mm â HH:mm v}, |
9753
|
|
|
|
|
|
|
m => q{HH:mm â HH:mm v}, |
9754
|
|
|
|
|
|
|
}, |
9755
|
|
|
|
|
|
|
Hv => { |
9756
|
|
|
|
|
|
|
H => q{HH â HH v}, |
9757
|
|
|
|
|
|
|
}, |
9758
|
|
|
|
|
|
|
M => { |
9759
|
|
|
|
|
|
|
M => q{L â L}, |
9760
|
|
|
|
|
|
|
}, |
9761
|
|
|
|
|
|
|
MEd => { |
9762
|
|
|
|
|
|
|
M => q{E, d/M â E, d/M}, |
9763
|
|
|
|
|
|
|
d => q{E, d/M â E, d/M}, |
9764
|
|
|
|
|
|
|
}, |
9765
|
|
|
|
|
|
|
MMM => { |
9766
|
|
|
|
|
|
|
M => q{LLL â LLL}, |
9767
|
|
|
|
|
|
|
}, |
9768
|
|
|
|
|
|
|
MMMEd => { |
9769
|
|
|
|
|
|
|
M => q{E, d MMM â E, d MMM}, |
9770
|
|
|
|
|
|
|
d => q{E, d â E, d MMM}, |
9771
|
|
|
|
|
|
|
}, |
9772
|
|
|
|
|
|
|
MMMd => { |
9773
|
|
|
|
|
|
|
M => q{d MMM â d MMM}, |
9774
|
|
|
|
|
|
|
d => q{d â d MMM}, |
9775
|
|
|
|
|
|
|
}, |
9776
|
|
|
|
|
|
|
Md => { |
9777
|
|
|
|
|
|
|
M => q{d/M â d/M}, |
9778
|
|
|
|
|
|
|
d => q{d/M â d/M}, |
9779
|
|
|
|
|
|
|
}, |
9780
|
|
|
|
|
|
|
d => { |
9781
|
|
|
|
|
|
|
d => q{d â d}, |
9782
|
|
|
|
|
|
|
}, |
9783
|
|
|
|
|
|
|
fallback => '{0} â {1}', |
9784
|
|
|
|
|
|
|
h => { |
9785
|
|
|
|
|
|
|
a => q{ha â ha}, |
9786
|
|
|
|
|
|
|
h => q{h â ha}, |
9787
|
|
|
|
|
|
|
}, |
9788
|
|
|
|
|
|
|
hm => { |
9789
|
|
|
|
|
|
|
a => q{h:mma â h:mma}, |
9790
|
|
|
|
|
|
|
h => q{h:mm â h:mma}, |
9791
|
|
|
|
|
|
|
m => q{h:mm â h:mma}, |
9792
|
|
|
|
|
|
|
}, |
9793
|
|
|
|
|
|
|
hmv => { |
9794
|
|
|
|
|
|
|
a => q{h:mma â h:mma v}, |
9795
|
|
|
|
|
|
|
h => q{h:mm â h:mma v}, |
9796
|
|
|
|
|
|
|
m => q{h:mm â h:mma v}, |
9797
|
|
|
|
|
|
|
}, |
9798
|
|
|
|
|
|
|
hv => { |
9799
|
|
|
|
|
|
|
a => q{ha â ha v}, |
9800
|
|
|
|
|
|
|
h => q{h â ha v}, |
9801
|
|
|
|
|
|
|
}, |
9802
|
|
|
|
|
|
|
y => { |
9803
|
|
|
|
|
|
|
y => q{y â y}, |
9804
|
|
|
|
|
|
|
}, |
9805
|
|
|
|
|
|
|
yM => { |
9806
|
|
|
|
|
|
|
M => q{L/y â L/y}, |
9807
|
|
|
|
|
|
|
y => q{L/y â L/y}, |
9808
|
|
|
|
|
|
|
}, |
9809
|
|
|
|
|
|
|
yMEd => { |
9810
|
|
|
|
|
|
|
M => q{E, d/M/y â E, d/M/y}, |
9811
|
|
|
|
|
|
|
d => q{E, d/M/y â E, d/M/y}, |
9812
|
|
|
|
|
|
|
y => q{E, d/M/y â E, d/M/y}, |
9813
|
|
|
|
|
|
|
}, |
9814
|
|
|
|
|
|
|
yMMM => { |
9815
|
|
|
|
|
|
|
M => q{LLL â LLL y}, |
9816
|
|
|
|
|
|
|
y => q{LLL y â LLL y}, |
9817
|
|
|
|
|
|
|
}, |
9818
|
|
|
|
|
|
|
yMMMEd => { |
9819
|
|
|
|
|
|
|
M => q{E, d MMM â E, d MMM y}, |
9820
|
|
|
|
|
|
|
d => q{E, d â E, d MMM y}, |
9821
|
|
|
|
|
|
|
y => q{E, d MMM y â E, d MMM y}, |
9822
|
|
|
|
|
|
|
}, |
9823
|
|
|
|
|
|
|
yMMMM => { |
9824
|
|
|
|
|
|
|
M => q{LLLL â LLLL y}, |
9825
|
|
|
|
|
|
|
y => q{LLLL y â LLLL y}, |
9826
|
|
|
|
|
|
|
}, |
9827
|
|
|
|
|
|
|
yMMMd => { |
9828
|
|
|
|
|
|
|
M => q{d MMM â d MMM y}, |
9829
|
|
|
|
|
|
|
d => q{d â d MMM y}, |
9830
|
|
|
|
|
|
|
y => q{d MMM y â d MMM y}, |
9831
|
|
|
|
|
|
|
}, |
9832
|
|
|
|
|
|
|
yMd => { |
9833
|
|
|
|
|
|
|
M => q{d/M/y â d/M/y}, |
9834
|
|
|
|
|
|
|
d => q{d/M/y â d/M/y}, |
9835
|
|
|
|
|
|
|
y => q{d/M/y â d/M/y}, |
9836
|
|
|
|
|
|
|
}, |
9837
|
|
|
|
|
|
|
}, |
9838
|
|
|
|
|
|
|
'buddhist' => { |
9839
|
|
|
|
|
|
|
H => { |
9840
|
|
|
|
|
|
|
H => q{HH â HH}, |
9841
|
|
|
|
|
|
|
}, |
9842
|
|
|
|
|
|
|
Hm => { |
9843
|
|
|
|
|
|
|
H => q{HH:mm â HH:mm}, |
9844
|
|
|
|
|
|
|
m => q{HH:mm â HH:mm}, |
9845
|
|
|
|
|
|
|
}, |
9846
|
|
|
|
|
|
|
Hmv => { |
9847
|
|
|
|
|
|
|
H => q{HH:mm â HH:mm v}, |
9848
|
|
|
|
|
|
|
m => q{HH:mm â HH:mm v}, |
9849
|
|
|
|
|
|
|
}, |
9850
|
|
|
|
|
|
|
Hv => { |
9851
|
|
|
|
|
|
|
H => q{HH â HH v}, |
9852
|
|
|
|
|
|
|
}, |
9853
|
|
|
|
|
|
|
M => { |
9854
|
|
|
|
|
|
|
M => q{L â L}, |
9855
|
|
|
|
|
|
|
}, |
9856
|
|
|
|
|
|
|
fallback => '{0} â {1}', |
9857
|
|
|
|
|
|
|
}, |
9858
|
|
|
|
|
|
|
'generic' => { |
9859
|
|
|
|
|
|
|
H => { |
9860
|
|
|
|
|
|
|
H => q{HH â HH}, |
9861
|
|
|
|
|
|
|
}, |
9862
|
|
|
|
|
|
|
Hm => { |
9863
|
|
|
|
|
|
|
H => q{HH:mm â HH:mm}, |
9864
|
|
|
|
|
|
|
m => q{HH:mm â HH:mm}, |
9865
|
|
|
|
|
|
|
}, |
9866
|
|
|
|
|
|
|
Hmv => { |
9867
|
|
|
|
|
|
|
H => q{HH:mm â HH:mm v}, |
9868
|
|
|
|
|
|
|
m => q{HH:mm â HH:mm v}, |
9869
|
|
|
|
|
|
|
}, |
9870
|
|
|
|
|
|
|
Hv => { |
9871
|
|
|
|
|
|
|
H => q{HH â HH v}, |
9872
|
|
|
|
|
|
|
}, |
9873
|
|
|
|
|
|
|
M => { |
9874
|
|
|
|
|
|
|
M => q{L â L}, |
9875
|
|
|
|
|
|
|
}, |
9876
|
|
|
|
|
|
|
MEd => { |
9877
|
|
|
|
|
|
|
M => q{E, d/M â E, d/M}, |
9878
|
|
|
|
|
|
|
d => q{E, d/M â E, d/M}, |
9879
|
|
|
|
|
|
|
}, |
9880
|
|
|
|
|
|
|
MMM => { |
9881
|
|
|
|
|
|
|
M => q{LLL â LLL}, |
9882
|
|
|
|
|
|
|
}, |
9883
|
|
|
|
|
|
|
MMMEd => { |
9884
|
|
|
|
|
|
|
M => q{E, d MMM â E, d MMM}, |
9885
|
|
|
|
|
|
|
d => q{E, d MMM â E, d MMM}, |
9886
|
|
|
|
|
|
|
}, |
9887
|
|
|
|
|
|
|
MMMd => { |
9888
|
|
|
|
|
|
|
M => q{d MMM â d MMM}, |
9889
|
|
|
|
|
|
|
d => q{d â d MMM}, |
9890
|
|
|
|
|
|
|
}, |
9891
|
|
|
|
|
|
|
Md => { |
9892
|
|
|
|
|
|
|
M => q{d/M â d/M}, |
9893
|
|
|
|
|
|
|
d => q{d/M â d/M}, |
9894
|
|
|
|
|
|
|
}, |
9895
|
|
|
|
|
|
|
d => { |
9896
|
|
|
|
|
|
|
d => q{d â d}, |
9897
|
|
|
|
|
|
|
}, |
9898
|
|
|
|
|
|
|
fallback => '{0} â {1}', |
9899
|
|
|
|
|
|
|
h => { |
9900
|
|
|
|
|
|
|
a => q{ha â ha}, |
9901
|
|
|
|
|
|
|
h => q{h â ha}, |
9902
|
|
|
|
|
|
|
}, |
9903
|
|
|
|
|
|
|
hm => { |
9904
|
|
|
|
|
|
|
a => q{h:mma â h:mma}, |
9905
|
|
|
|
|
|
|
h => q{h:mm â h:mma}, |
9906
|
|
|
|
|
|
|
m => q{h:mm â h:mma}, |
9907
|
|
|
|
|
|
|
}, |
9908
|
|
|
|
|
|
|
hmv => { |
9909
|
|
|
|
|
|
|
a => q{h:mma â h:mma v}, |
9910
|
|
|
|
|
|
|
h => q{h:mm â h:mma v}, |
9911
|
|
|
|
|
|
|
m => q{h:mm â h:mma v}, |
9912
|
|
|
|
|
|
|
}, |
9913
|
|
|
|
|
|
|
hv => { |
9914
|
|
|
|
|
|
|
a => q{ha â ha v}, |
9915
|
|
|
|
|
|
|
h => q{h â ha v}, |
9916
|
|
|
|
|
|
|
}, |
9917
|
|
|
|
|
|
|
y => { |
9918
|
|
|
|
|
|
|
y => q{y â y G}, |
9919
|
|
|
|
|
|
|
}, |
9920
|
|
|
|
|
|
|
yM => { |
9921
|
|
|
|
|
|
|
M => q{L/y â L/y GGGGG}, |
9922
|
|
|
|
|
|
|
y => q{L/y â L/y GGGGG}, |
9923
|
|
|
|
|
|
|
}, |
9924
|
|
|
|
|
|
|
yMEd => { |
9925
|
|
|
|
|
|
|
M => q{E, d/M/y â E, d/M/y GGGGG}, |
9926
|
|
|
|
|
|
|
d => q{E, d/M/y â E, d/M/y GGGGG}, |
9927
|
|
|
|
|
|
|
y => q{E, d/M/y â E, d/M/y GGGGG}, |
9928
|
|
|
|
|
|
|
}, |
9929
|
|
|
|
|
|
|
yMMM => { |
9930
|
|
|
|
|
|
|
M => q{LLL â LLL y G}, |
9931
|
|
|
|
|
|
|
y => q{LLL y â LLL y G}, |
9932
|
|
|
|
|
|
|
}, |
9933
|
|
|
|
|
|
|
yMMMEd => { |
9934
|
|
|
|
|
|
|
M => q{E, d MMM â E, d MMM y G}, |
9935
|
|
|
|
|
|
|
d => q{E, d MMM â E, d MMM y G}, |
9936
|
|
|
|
|
|
|
y => q{E, d MMM y â E, d MMM y G}, |
9937
|
|
|
|
|
|
|
}, |
9938
|
|
|
|
|
|
|
yMMMM => { |
9939
|
|
|
|
|
|
|
M => q{LLLL â LLLL y G}, |
9940
|
|
|
|
|
|
|
y => q{LLLL y â LLLL y G}, |
9941
|
|
|
|
|
|
|
}, |
9942
|
|
|
|
|
|
|
yMMMd => { |
9943
|
|
|
|
|
|
|
M => q{d MMM â d MMM y G}, |
9944
|
|
|
|
|
|
|
d => q{d â d MMM y G}, |
9945
|
|
|
|
|
|
|
y => q{d MMM y â d MMM y G}, |
9946
|
|
|
|
|
|
|
}, |
9947
|
|
|
|
|
|
|
yMd => { |
9948
|
|
|
|
|
|
|
M => q{d/M/y â d/M/y GGGGG}, |
9949
|
|
|
|
|
|
|
d => q{d/M/y â d/M/y GGGGG}, |
9950
|
|
|
|
|
|
|
y => q{d/M/y â d/M/y GGGGG}, |
9951
|
|
|
|
|
|
|
}, |
9952
|
|
|
|
|
|
|
}, |
9953
|
|
|
|
|
|
|
'dangi' => { |
9954
|
|
|
|
|
|
|
H => { |
9955
|
|
|
|
|
|
|
H => q{HH â HH}, |
9956
|
|
|
|
|
|
|
}, |
9957
|
|
|
|
|
|
|
Hm => { |
9958
|
|
|
|
|
|
|
H => q{HH:mm â HH:mm}, |
9959
|
|
|
|
|
|
|
m => q{HH:mm â HH:mm}, |
9960
|
|
|
|
|
|
|
}, |
9961
|
|
|
|
|
|
|
Hmv => { |
9962
|
|
|
|
|
|
|
H => q{HH:mm â HH:mm v}, |
9963
|
|
|
|
|
|
|
m => q{HH:mm â HH:mm v}, |
9964
|
|
|
|
|
|
|
}, |
9965
|
|
|
|
|
|
|
Hv => { |
9966
|
|
|
|
|
|
|
H => q{HH â HH v}, |
9967
|
|
|
|
|
|
|
}, |
9968
|
|
|
|
|
|
|
M => { |
9969
|
|
|
|
|
|
|
M => q{L â L}, |
9970
|
|
|
|
|
|
|
}, |
9971
|
|
|
|
|
|
|
MEd => { |
9972
|
|
|
|
|
|
|
M => q{E, d/M â E, d/M}, |
9973
|
|
|
|
|
|
|
d => q{E, d/M â E, d/M}, |
9974
|
|
|
|
|
|
|
}, |
9975
|
|
|
|
|
|
|
MMM => { |
9976
|
|
|
|
|
|
|
M => q{LLL â LLL}, |
9977
|
|
|
|
|
|
|
}, |
9978
|
|
|
|
|
|
|
MMMEd => { |
9979
|
|
|
|
|
|
|
M => q{E, d MMM â E, d MMM}, |
9980
|
|
|
|
|
|
|
d => q{E, d MMM â E, d MMM}, |
9981
|
|
|
|
|
|
|
}, |
9982
|
|
|
|
|
|
|
MMMd => { |
9983
|
|
|
|
|
|
|
M => q{d MMM â d MMM}, |
9984
|
|
|
|
|
|
|
d => q{d MMM â d}, |
9985
|
|
|
|
|
|
|
}, |
9986
|
|
|
|
|
|
|
Md => { |
9987
|
|
|
|
|
|
|
M => q{d/M â d/M}, |
9988
|
|
|
|
|
|
|
d => q{d/M â d/M}, |
9989
|
|
|
|
|
|
|
}, |
9990
|
|
|
|
|
|
|
d => { |
9991
|
|
|
|
|
|
|
d => q{d â d}, |
9992
|
|
|
|
|
|
|
}, |
9993
|
|
|
|
|
|
|
fallback => '{0} â {1}', |
9994
|
|
|
|
|
|
|
h => { |
9995
|
|
|
|
|
|
|
a => q{ha â ha}, |
9996
|
|
|
|
|
|
|
h => q{h â ha}, |
9997
|
|
|
|
|
|
|
}, |
9998
|
|
|
|
|
|
|
hm => { |
9999
|
|
|
|
|
|
|
a => q{h:mma â h:mma}, |
10000
|
|
|
|
|
|
|
h => q{h:mm â h:mma}, |
10001
|
|
|
|
|
|
|
m => q{h:mm â h:mma}, |
10002
|
|
|
|
|
|
|
}, |
10003
|
|
|
|
|
|
|
hmv => { |
10004
|
|
|
|
|
|
|
a => q{h:mma â h:mma v}, |
10005
|
|
|
|
|
|
|
h => q{h:mm â h:mma v}, |
10006
|
|
|
|
|
|
|
m => q{h:mm â h:mma v}, |
10007
|
|
|
|
|
|
|
}, |
10008
|
|
|
|
|
|
|
hv => { |
10009
|
|
|
|
|
|
|
a => q{ha â ha v}, |
10010
|
|
|
|
|
|
|
h => q{h â ha v}, |
10011
|
|
|
|
|
|
|
}, |
10012
|
|
|
|
|
|
|
y => { |
10013
|
|
|
|
|
|
|
y => q{U â U}, |
10014
|
|
|
|
|
|
|
}, |
10015
|
|
|
|
|
|
|
yM => { |
10016
|
|
|
|
|
|
|
M => q{L/y â L/y}, |
10017
|
|
|
|
|
|
|
y => q{L/y â L/y}, |
10018
|
|
|
|
|
|
|
}, |
10019
|
|
|
|
|
|
|
yMEd => { |
10020
|
|
|
|
|
|
|
M => q{E, d/M/y â E, d/M/y}, |
10021
|
|
|
|
|
|
|
d => q{E, d/M/y â E, d/M/y}, |
10022
|
|
|
|
|
|
|
y => q{E, d/M/y â E, d/M/y}, |
10023
|
|
|
|
|
|
|
}, |
10024
|
|
|
|
|
|
|
yMMM => { |
10025
|
|
|
|
|
|
|
M => q{LLL â LLL U}, |
10026
|
|
|
|
|
|
|
y => q{LLL U â LLL U}, |
10027
|
|
|
|
|
|
|
}, |
10028
|
|
|
|
|
|
|
yMMMEd => { |
10029
|
|
|
|
|
|
|
M => q{E, d MMM â E, d MMM, U}, |
10030
|
|
|
|
|
|
|
d => q{E, d MMM â E, d MMM, U}, |
10031
|
|
|
|
|
|
|
y => q{E, d MMM, U â E, d MMM, U}, |
10032
|
|
|
|
|
|
|
}, |
10033
|
|
|
|
|
|
|
yMMMM => { |
10034
|
|
|
|
|
|
|
M => q{LLLL â LLLL U}, |
10035
|
|
|
|
|
|
|
y => q{LLLL U â LLLL U}, |
10036
|
|
|
|
|
|
|
}, |
10037
|
|
|
|
|
|
|
yMMMd => { |
10038
|
|
|
|
|
|
|
M => q{d MMM â d MMM, U}, |
10039
|
|
|
|
|
|
|
d => q{d MMM â d, U}, |
10040
|
|
|
|
|
|
|
y => q{d MMM, U â d MMM, U}, |
10041
|
|
|
|
|
|
|
}, |
10042
|
|
|
|
|
|
|
yMd => { |
10043
|
|
|
|
|
|
|
M => q{d/M/y â d/M/y}, |
10044
|
|
|
|
|
|
|
d => q{d/M/y â d/M/y}, |
10045
|
|
|
|
|
|
|
y => q{d/M/y â d/M/y}, |
10046
|
|
|
|
|
|
|
}, |
10047
|
|
|
|
|
|
|
}, |
10048
|
|
|
|
|
|
|
'hebrew' => { |
10049
|
|
|
|
|
|
|
M => { |
10050
|
|
|
|
|
|
|
M => q{L â L}, |
10051
|
|
|
|
|
|
|
}, |
10052
|
|
|
|
|
|
|
}, |
10053
|
|
|
|
|
|
|
'ethiopic' => { |
10054
|
|
|
|
|
|
|
M => { |
10055
|
|
|
|
|
|
|
M => q{L â L}, |
10056
|
|
|
|
|
|
|
}, |
10057
|
|
|
|
|
|
|
}, |
10058
|
|
|
|
|
|
|
'roc' => { |
10059
|
|
|
|
|
|
|
M => { |
10060
|
|
|
|
|
|
|
M => q{L â L}, |
10061
|
|
|
|
|
|
|
}, |
10062
|
|
|
|
|
|
|
}, |
10063
|
|
|
|
|
|
|
} }, |
10064
|
|
|
|
|
|
|
); |
10065
|
|
|
|
|
|
|
|
10066
|
|
|
|
|
|
|
has 'cyclic_name_sets' => ( |
10067
|
|
|
|
|
|
|
is => 'ro', |
10068
|
|
|
|
|
|
|
isa => HashRef, |
10069
|
|
|
|
|
|
|
init_arg => undef, |
10070
|
|
|
|
|
|
|
default => sub { { |
10071
|
|
|
|
|
|
|
'chinese' => { |
10072
|
|
|
|
|
|
|
'solarTerms' => { |
10073
|
|
|
|
|
|
|
'format' => { |
10074
|
|
|
|
|
|
|
'abbreviated' => { |
10075
|
|
|
|
|
|
|
0 => q(toiseach an earraich), |
10076
|
|
|
|
|
|
|
1 => q(an t-uisge), |
10077
|
|
|
|
|
|
|
2 => q(dùsgadh nam biastag), |
10078
|
|
|
|
|
|
|
3 => q(co-fhad-thrà th an earraich), |
10079
|
|
|
|
|
|
|
4 => q(soilleir), |
10080
|
|
|
|
|
|
|
5 => q(uisge aâ ghrà in), |
10081
|
|
|
|
|
|
|
6 => q(toiseach an t-samhraidh), |
10082
|
|
|
|
|
|
|
7 => q(grà n là n), |
10083
|
|
|
|
|
|
|
8 => q(grà n abaich), |
10084
|
|
|
|
|
|
|
9 => q(grian-stad an t-samhraidh), |
10085
|
|
|
|
|
|
|
10 => q(teas beag), |
10086
|
|
|
|
|
|
|
11 => q(teas mòr), |
10087
|
|
|
|
|
|
|
12 => q(toiseach an fhoghair), |
10088
|
|
|
|
|
|
|
13 => q(deireadh an teasa), |
10089
|
|
|
|
|
|
|
14 => q(driùchd geal), |
10090
|
|
|
|
|
|
|
15 => q(co-fhad-thrà th an fhoghair), |
10091
|
|
|
|
|
|
|
16 => q(driùchd fuar), |
10092
|
|
|
|
|
|
|
17 => q(teachd an reòthaidh), |
10093
|
|
|
|
|
|
|
18 => q(toiseach aâ gheamhraidh), |
10094
|
|
|
|
|
|
|
19 => q(sneachd beag), |
10095
|
|
|
|
|
|
|
20 => q(sneachd mòr), |
10096
|
|
|
|
|
|
|
21 => q(grian-stad aâ gheamhraidh), |
10097
|
|
|
|
|
|
|
22 => q(fuachd bheag), |
10098
|
|
|
|
|
|
|
23 => q(fuachd mhòr), |
10099
|
|
|
|
|
|
|
}, |
10100
|
|
|
|
|
|
|
'narrow' => { |
10101
|
|
|
|
|
|
|
0 => q(toiseach earraich), |
10102
|
|
|
|
|
|
|
1 => q(an t-uisge), |
10103
|
|
|
|
|
|
|
2 => q(dùsgadh bhiastagan), |
10104
|
|
|
|
|
|
|
3 => q(co-fhad-thrà th earraich), |
10105
|
|
|
|
|
|
|
4 => q(soilleir), |
10106
|
|
|
|
|
|
|
5 => q(uisge grà in), |
10107
|
|
|
|
|
|
|
6 => q(toiseach samhraidh), |
10108
|
|
|
|
|
|
|
7 => q(grà n là n), |
10109
|
|
|
|
|
|
|
8 => q(grà n abaich), |
10110
|
|
|
|
|
|
|
9 => q(grian-stad samhraidh), |
10111
|
|
|
|
|
|
|
10 => q(teas beag), |
10112
|
|
|
|
|
|
|
11 => q(teas mòr), |
10113
|
|
|
|
|
|
|
12 => q(toiseach foghair), |
10114
|
|
|
|
|
|
|
13 => q(deireadh teasa), |
10115
|
|
|
|
|
|
|
14 => q(driùchd geal), |
10116
|
|
|
|
|
|
|
15 => q(co-fhad-thrà th foghair), |
10117
|
|
|
|
|
|
|
16 => q(driùchd fuar), |
10118
|
|
|
|
|
|
|
17 => q(teachd reòthaidh), |
10119
|
|
|
|
|
|
|
18 => q(toiseach geamhraidh), |
10120
|
|
|
|
|
|
|
19 => q(sneachd beag), |
10121
|
|
|
|
|
|
|
20 => q(sneachd mòr), |
10122
|
|
|
|
|
|
|
21 => q(grian-stad geamhraidh), |
10123
|
|
|
|
|
|
|
22 => q(fuachd bheag), |
10124
|
|
|
|
|
|
|
23 => q(fuachd mhòr), |
10125
|
|
|
|
|
|
|
}, |
10126
|
|
|
|
|
|
|
'wide' => { |
10127
|
|
|
|
|
|
|
0 => q(toiseach an earraich), |
10128
|
|
|
|
|
|
|
1 => q(an t-uisge), |
10129
|
|
|
|
|
|
|
2 => q(dùsgadh nam biastag), |
10130
|
|
|
|
|
|
|
3 => q(co-fhad-thrà th an earraich), |
10131
|
|
|
|
|
|
|
4 => q(soilleir), |
10132
|
|
|
|
|
|
|
5 => q(uisge aâ ghrà in), |
10133
|
|
|
|
|
|
|
6 => q(toiseach an t-samhraidh), |
10134
|
|
|
|
|
|
|
7 => q(an grà n là n), |
10135
|
|
|
|
|
|
|
8 => q(an grà n abaich), |
10136
|
|
|
|
|
|
|
9 => q(grian-stad an t-samhraidh), |
10137
|
|
|
|
|
|
|
10 => q(an teas beag), |
10138
|
|
|
|
|
|
|
11 => q(an teas mòr), |
10139
|
|
|
|
|
|
|
12 => q(toiseach an fhoghair), |
10140
|
|
|
|
|
|
|
13 => q(deireadh an teasa), |
10141
|
|
|
|
|
|
|
14 => q(an driùchd geal), |
10142
|
|
|
|
|
|
|
15 => q(co-fhad-thrà th an fhoghair), |
10143
|
|
|
|
|
|
|
16 => q(an driùchd fuar), |
10144
|
|
|
|
|
|
|
17 => q(teachd an reòthaidh), |
10145
|
|
|
|
|
|
|
18 => q(toiseach aâ gheamhraidh), |
10146
|
|
|
|
|
|
|
19 => q(an sneachd beag), |
10147
|
|
|
|
|
|
|
20 => q(an sneachd mòr), |
10148
|
|
|
|
|
|
|
21 => q(grian-stad aâ gheamhraidh), |
10149
|
|
|
|
|
|
|
22 => q(an fhuachd bheag), |
10150
|
|
|
|
|
|
|
23 => q(an fhuachd mhòr), |
10151
|
|
|
|
|
|
|
}, |
10152
|
|
|
|
|
|
|
}, |
10153
|
|
|
|
|
|
|
}, |
10154
|
|
|
|
|
|
|
'zodiacs' => { |
10155
|
|
|
|
|
|
|
'format' => { |
10156
|
|
|
|
|
|
|
'abbreviated' => { |
10157
|
|
|
|
|
|
|
0 => q(Radan), |
10158
|
|
|
|
|
|
|
1 => q(Damh), |
10159
|
|
|
|
|
|
|
2 => q(Tìgear), |
10160
|
|
|
|
|
|
|
3 => q(Coinean), |
10161
|
|
|
|
|
|
|
4 => q(Drà gon), |
10162
|
|
|
|
|
|
|
5 => q(Nathair), |
10163
|
|
|
|
|
|
|
6 => q(Each), |
10164
|
|
|
|
|
|
|
7 => q(Gobhar), |
10165
|
|
|
|
|
|
|
8 => q(Muncaidh), |
10166
|
|
|
|
|
|
|
9 => q(Coileach), |
10167
|
|
|
|
|
|
|
10 => q(Cù), |
10168
|
|
|
|
|
|
|
11 => q(Muc), |
10169
|
|
|
|
|
|
|
}, |
10170
|
|
|
|
|
|
|
'narrow' => { |
10171
|
|
|
|
|
|
|
0 => q(Radan), |
10172
|
|
|
|
|
|
|
1 => q(Damh), |
10173
|
|
|
|
|
|
|
2 => q(Tìgear), |
10174
|
|
|
|
|
|
|
3 => q(Coinean), |
10175
|
|
|
|
|
|
|
4 => q(Drà gon), |
10176
|
|
|
|
|
|
|
5 => q(Nathair), |
10177
|
|
|
|
|
|
|
6 => q(Each), |
10178
|
|
|
|
|
|
|
7 => q(Gobhar), |
10179
|
|
|
|
|
|
|
8 => q(Muncaidh), |
10180
|
|
|
|
|
|
|
9 => q(Coileach), |
10181
|
|
|
|
|
|
|
10 => q(Cù), |
10182
|
|
|
|
|
|
|
11 => q(Muc), |
10183
|
|
|
|
|
|
|
}, |
10184
|
|
|
|
|
|
|
'wide' => { |
10185
|
|
|
|
|
|
|
0 => q(Radan), |
10186
|
|
|
|
|
|
|
1 => q(Damh), |
10187
|
|
|
|
|
|
|
2 => q(Tìgear), |
10188
|
|
|
|
|
|
|
3 => q(Coinean), |
10189
|
|
|
|
|
|
|
4 => q(Drà gon), |
10190
|
|
|
|
|
|
|
5 => q(Nathair), |
10191
|
|
|
|
|
|
|
6 => q(Each), |
10192
|
|
|
|
|
|
|
7 => q(Gobhar), |
10193
|
|
|
|
|
|
|
8 => q(Muncaidh), |
10194
|
|
|
|
|
|
|
9 => q(Coileach), |
10195
|
|
|
|
|
|
|
10 => q(Cù), |
10196
|
|
|
|
|
|
|
11 => q(Muc), |
10197
|
|
|
|
|
|
|
}, |
10198
|
|
|
|
|
|
|
}, |
10199
|
|
|
|
|
|
|
}, |
10200
|
|
|
|
|
|
|
}, |
10201
|
|
|
|
|
|
|
'dangi' => { |
10202
|
|
|
|
|
|
|
'solarTerms' => { |
10203
|
|
|
|
|
|
|
'format' => { |
10204
|
|
|
|
|
|
|
'abbreviated' => { |
10205
|
|
|
|
|
|
|
0 => q(toiseach an earraich), |
10206
|
|
|
|
|
|
|
1 => q(an t-uisge), |
10207
|
|
|
|
|
|
|
2 => q(dùsgadh nam biastag), |
10208
|
|
|
|
|
|
|
3 => q(co-fhad-thrà th an earraich), |
10209
|
|
|
|
|
|
|
4 => q(soilleir), |
10210
|
|
|
|
|
|
|
5 => q(uisge aâ ghrà in), |
10211
|
|
|
|
|
|
|
6 => q(toiseach an t-samhraidh), |
10212
|
|
|
|
|
|
|
7 => q(grà n là n), |
10213
|
|
|
|
|
|
|
8 => q(grà n abaich), |
10214
|
|
|
|
|
|
|
9 => q(grian-stad an t-samhraidh), |
10215
|
|
|
|
|
|
|
10 => q(teas beag), |
10216
|
|
|
|
|
|
|
11 => q(teas mòr), |
10217
|
|
|
|
|
|
|
12 => q(toiseach an fhoghair), |
10218
|
|
|
|
|
|
|
13 => q(deireadh an teasa), |
10219
|
|
|
|
|
|
|
14 => q(driùchd geal), |
10220
|
|
|
|
|
|
|
15 => q(co-fhad-thrà th an fhoghair), |
10221
|
|
|
|
|
|
|
16 => q(driùchd fuar), |
10222
|
|
|
|
|
|
|
17 => q(teachd an reòthaidh), |
10223
|
|
|
|
|
|
|
18 => q(toiseach aâ gheamhraidh), |
10224
|
|
|
|
|
|
|
19 => q(sneachd beag), |
10225
|
|
|
|
|
|
|
20 => q(sneachd mòr), |
10226
|
|
|
|
|
|
|
21 => q(grian-stad aâ gheamhraidh), |
10227
|
|
|
|
|
|
|
22 => q(fuachd bheag), |
10228
|
|
|
|
|
|
|
23 => q(fuachd mhòr), |
10229
|
|
|
|
|
|
|
}, |
10230
|
|
|
|
|
|
|
'narrow' => { |
10231
|
|
|
|
|
|
|
0 => q(toiseach earraich), |
10232
|
|
|
|
|
|
|
1 => q(an t-uisge), |
10233
|
|
|
|
|
|
|
2 => q(dùsgadh bhiastagan), |
10234
|
|
|
|
|
|
|
3 => q(co-fhad-thrà th earraich), |
10235
|
|
|
|
|
|
|
4 => q(soilleir), |
10236
|
|
|
|
|
|
|
5 => q(uisge grà in), |
10237
|
|
|
|
|
|
|
6 => q(toiseach samhraidh), |
10238
|
|
|
|
|
|
|
7 => q(grà n là n), |
10239
|
|
|
|
|
|
|
8 => q(grà n abaich), |
10240
|
|
|
|
|
|
|
9 => q(grian-stad samhraidh), |
10241
|
|
|
|
|
|
|
10 => q(teas beag), |
10242
|
|
|
|
|
|
|
11 => q(teas mòr), |
10243
|
|
|
|
|
|
|
12 => q(toiseach foghair), |
10244
|
|
|
|
|
|
|
13 => q(deireadh teasa), |
10245
|
|
|
|
|
|
|
14 => q(driùchd geal), |
10246
|
|
|
|
|
|
|
15 => q(co-fhad-thrà th foghair), |
10247
|
|
|
|
|
|
|
16 => q(driùchd fuar), |
10248
|
|
|
|
|
|
|
17 => q(teachd reòthaidh), |
10249
|
|
|
|
|
|
|
18 => q(toiseach geamhraidh), |
10250
|
|
|
|
|
|
|
19 => q(sneachd beag), |
10251
|
|
|
|
|
|
|
20 => q(sneachd mòr), |
10252
|
|
|
|
|
|
|
21 => q(grian-stad geamhraidh), |
10253
|
|
|
|
|
|
|
22 => q(fuachd bheag), |
10254
|
|
|
|
|
|
|
23 => q(fuachd mhòr), |
10255
|
|
|
|
|
|
|
}, |
10256
|
|
|
|
|
|
|
'wide' => { |
10257
|
|
|
|
|
|
|
0 => q(toiseach an earraich), |
10258
|
|
|
|
|
|
|
1 => q(an t-uisge), |
10259
|
|
|
|
|
|
|
2 => q(dùsgadh nam biastag), |
10260
|
|
|
|
|
|
|
3 => q(co-fhad-thrà th an earraich), |
10261
|
|
|
|
|
|
|
4 => q(soilleir), |
10262
|
|
|
|
|
|
|
5 => q(uisge aâ ghrà in), |
10263
|
|
|
|
|
|
|
6 => q(toiseach an t-samhraidh), |
10264
|
|
|
|
|
|
|
7 => q(an grà n là n), |
10265
|
|
|
|
|
|
|
8 => q(an grà n abaich), |
10266
|
|
|
|
|
|
|
9 => q(grian-stad an t-samhraidh), |
10267
|
|
|
|
|
|
|
10 => q(an teas beag), |
10268
|
|
|
|
|
|
|
11 => q(an teas mòr), |
10269
|
|
|
|
|
|
|
12 => q(toiseach an fhoghair), |
10270
|
|
|
|
|
|
|
13 => q(deireadh an teasa), |
10271
|
|
|
|
|
|
|
14 => q(an driùchd geal), |
10272
|
|
|
|
|
|
|
15 => q(co-fhad-thrà th an fhoghair), |
10273
|
|
|
|
|
|
|
16 => q(an driùchd fuar), |
10274
|
|
|
|
|
|
|
17 => q(teachd an reòthaidh), |
10275
|
|
|
|
|
|
|
18 => q(toiseach aâ gheamhraidh), |
10276
|
|
|
|
|
|
|
19 => q(an sneachd beag), |
10277
|
|
|
|
|
|
|
20 => q(an sneachd mòr), |
10278
|
|
|
|
|
|
|
21 => q(grian-stad aâ gheamhraidh), |
10279
|
|
|
|
|
|
|
22 => q(an fhuachd bheag), |
10280
|
|
|
|
|
|
|
23 => q(an fhuachd mhòr), |
10281
|
|
|
|
|
|
|
}, |
10282
|
|
|
|
|
|
|
}, |
10283
|
|
|
|
|
|
|
}, |
10284
|
|
|
|
|
|
|
'zodiacs' => { |
10285
|
|
|
|
|
|
|
'format' => { |
10286
|
|
|
|
|
|
|
'abbreviated' => { |
10287
|
|
|
|
|
|
|
0 => q(Radan), |
10288
|
|
|
|
|
|
|
1 => q(Damh), |
10289
|
|
|
|
|
|
|
2 => q(Tìgear), |
10290
|
|
|
|
|
|
|
3 => q(Coinean), |
10291
|
|
|
|
|
|
|
4 => q(Drà gon), |
10292
|
|
|
|
|
|
|
5 => q(Nathair), |
10293
|
|
|
|
|
|
|
6 => q(Each), |
10294
|
|
|
|
|
|
|
7 => q(Gobhar), |
10295
|
|
|
|
|
|
|
8 => q(Muncaidh), |
10296
|
|
|
|
|
|
|
9 => q(Coileach), |
10297
|
|
|
|
|
|
|
10 => q(Cù), |
10298
|
|
|
|
|
|
|
11 => q(Muc), |
10299
|
|
|
|
|
|
|
}, |
10300
|
|
|
|
|
|
|
'narrow' => { |
10301
|
|
|
|
|
|
|
0 => q(Radan), |
10302
|
|
|
|
|
|
|
1 => q(Damh), |
10303
|
|
|
|
|
|
|
2 => q(Tìgear), |
10304
|
|
|
|
|
|
|
3 => q(Coinean), |
10305
|
|
|
|
|
|
|
4 => q(Drà gon), |
10306
|
|
|
|
|
|
|
5 => q(Nathair), |
10307
|
|
|
|
|
|
|
6 => q(Each), |
10308
|
|
|
|
|
|
|
7 => q(Gobhar), |
10309
|
|
|
|
|
|
|
8 => q(Muncaidh), |
10310
|
|
|
|
|
|
|
9 => q(Coileach), |
10311
|
|
|
|
|
|
|
10 => q(Cù), |
10312
|
|
|
|
|
|
|
11 => q(Muc), |
10313
|
|
|
|
|
|
|
}, |
10314
|
|
|
|
|
|
|
'wide' => { |
10315
|
|
|
|
|
|
|
0 => q(Radan), |
10316
|
|
|
|
|
|
|
1 => q(Damh), |
10317
|
|
|
|
|
|
|
2 => q(Tìgear), |
10318
|
|
|
|
|
|
|
3 => q(Coinean), |
10319
|
|
|
|
|
|
|
4 => q(Drà gon), |
10320
|
|
|
|
|
|
|
5 => q(Nathair), |
10321
|
|
|
|
|
|
|
6 => q(Each), |
10322
|
|
|
|
|
|
|
7 => q(Gobhar), |
10323
|
|
|
|
|
|
|
8 => q(Muncaidh), |
10324
|
|
|
|
|
|
|
9 => q(Coileach), |
10325
|
|
|
|
|
|
|
10 => q(Cù), |
10326
|
|
|
|
|
|
|
11 => q(Muc), |
10327
|
|
|
|
|
|
|
}, |
10328
|
|
|
|
|
|
|
}, |
10329
|
|
|
|
|
|
|
}, |
10330
|
|
|
|
|
|
|
}, |
10331
|
|
|
|
|
|
|
} }, |
10332
|
|
|
|
|
|
|
); |
10333
|
|
|
|
|
|
|
|
10334
|
|
|
|
|
|
|
has 'time_zone_names' => ( |
10335
|
|
|
|
|
|
|
is => 'ro', |
10336
|
|
|
|
|
|
|
isa => HashRef, |
10337
|
|
|
|
|
|
|
init_arg => undef, |
10338
|
|
|
|
|
|
|
default => sub { { |
10339
|
|
|
|
|
|
|
hourFormat => q(+HH:mm;-HH:mm), |
10340
|
|
|
|
|
|
|
gmtFormat => q(GMT{0}), |
10341
|
|
|
|
|
|
|
gmtZeroFormat => q(GMT), |
10342
|
|
|
|
|
|
|
regionFormat => q({0}), |
10343
|
|
|
|
|
|
|
regionFormat => q(Tìde samhraidh: {0}), |
10344
|
|
|
|
|
|
|
regionFormat => q(Bun-Ã m: {0}), |
10345
|
|
|
|
|
|
|
fallbackFormat => q({1} ({0})), |
10346
|
|
|
|
|
|
|
'Acre' => { |
10347
|
|
|
|
|
|
|
long => { |
10348
|
|
|
|
|
|
|
'daylight' => q#Tìde samhraidh Acre#, |
10349
|
|
|
|
|
|
|
'generic' => q#Ãm Acre#, |
10350
|
|
|
|
|
|
|
'standard' => q#Bun-Ã m Acre#, |
10351
|
|
|
|
|
|
|
}, |
10352
|
|
|
|
|
|
|
}, |
10353
|
|
|
|
|
|
|
'Afghanistan' => { |
10354
|
|
|
|
|
|
|
long => { |
10355
|
|
|
|
|
|
|
'standard' => q#Ãm Afghanastà in#, |
10356
|
|
|
|
|
|
|
}, |
10357
|
|
|
|
|
|
|
}, |
10358
|
|
|
|
|
|
|
'Africa/Abidjan' => { |
10359
|
|
|
|
|
|
|
exemplarCity => q#Abidjan#, |
10360
|
|
|
|
|
|
|
}, |
10361
|
|
|
|
|
|
|
'Africa/Accra' => { |
10362
|
|
|
|
|
|
|
exemplarCity => q#Accra#, |
10363
|
|
|
|
|
|
|
}, |
10364
|
|
|
|
|
|
|
'Africa/Addis_Ababa' => { |
10365
|
|
|
|
|
|
|
exemplarCity => q#Addis Abäba#, |
10366
|
|
|
|
|
|
|
}, |
10367
|
|
|
|
|
|
|
'Africa/Algiers' => { |
10368
|
|
|
|
|
|
|
exemplarCity => q#Algiers#, |
10369
|
|
|
|
|
|
|
}, |
10370
|
|
|
|
|
|
|
'Africa/Asmera' => { |
10371
|
|
|
|
|
|
|
exemplarCity => q#Asmarà #, |
10372
|
|
|
|
|
|
|
}, |
10373
|
|
|
|
|
|
|
'Africa/Bamako' => { |
10374
|
|
|
|
|
|
|
exemplarCity => q#Bamako#, |
10375
|
|
|
|
|
|
|
}, |
10376
|
|
|
|
|
|
|
'Africa/Bangui' => { |
10377
|
|
|
|
|
|
|
exemplarCity => q#Bangui#, |
10378
|
|
|
|
|
|
|
}, |
10379
|
|
|
|
|
|
|
'Africa/Banjul' => { |
10380
|
|
|
|
|
|
|
exemplarCity => q#Banjul#, |
10381
|
|
|
|
|
|
|
}, |
10382
|
|
|
|
|
|
|
'Africa/Bissau' => { |
10383
|
|
|
|
|
|
|
exemplarCity => q#Bissau#, |
10384
|
|
|
|
|
|
|
}, |
10385
|
|
|
|
|
|
|
'Africa/Blantyre' => { |
10386
|
|
|
|
|
|
|
exemplarCity => q#Blantyre#, |
10387
|
|
|
|
|
|
|
}, |
10388
|
|
|
|
|
|
|
'Africa/Brazzaville' => { |
10389
|
|
|
|
|
|
|
exemplarCity => q#Brazzaville#, |
10390
|
|
|
|
|
|
|
}, |
10391
|
|
|
|
|
|
|
'Africa/Bujumbura' => { |
10392
|
|
|
|
|
|
|
exemplarCity => q#Bujumbura#, |
10393
|
|
|
|
|
|
|
}, |
10394
|
|
|
|
|
|
|
'Africa/Cairo' => { |
10395
|
|
|
|
|
|
|
exemplarCity => q#Cairo#, |
10396
|
|
|
|
|
|
|
}, |
10397
|
|
|
|
|
|
|
'Africa/Casablanca' => { |
10398
|
|
|
|
|
|
|
exemplarCity => q#Casablanca#, |
10399
|
|
|
|
|
|
|
}, |
10400
|
|
|
|
|
|
|
'Africa/Ceuta' => { |
10401
|
|
|
|
|
|
|
exemplarCity => q#Ceuta#, |
10402
|
|
|
|
|
|
|
}, |
10403
|
|
|
|
|
|
|
'Africa/Conakry' => { |
10404
|
|
|
|
|
|
|
exemplarCity => q#Conakry#, |
10405
|
|
|
|
|
|
|
}, |
10406
|
|
|
|
|
|
|
'Africa/Dakar' => { |
10407
|
|
|
|
|
|
|
exemplarCity => q#Dakar#, |
10408
|
|
|
|
|
|
|
}, |
10409
|
|
|
|
|
|
|
'Africa/Dar_es_Salaam' => { |
10410
|
|
|
|
|
|
|
exemplarCity => q#Dà r as-Salà m#, |
10411
|
|
|
|
|
|
|
}, |
10412
|
|
|
|
|
|
|
'Africa/Djibouti' => { |
10413
|
|
|
|
|
|
|
exemplarCity => q#Diobùtaidh#, |
10414
|
|
|
|
|
|
|
}, |
10415
|
|
|
|
|
|
|
'Africa/Douala' => { |
10416
|
|
|
|
|
|
|
exemplarCity => q#Douala#, |
10417
|
|
|
|
|
|
|
}, |
10418
|
|
|
|
|
|
|
'Africa/El_Aaiun' => { |
10419
|
|
|
|
|
|
|
exemplarCity => q#El Aaiún#, |
10420
|
|
|
|
|
|
|
}, |
10421
|
|
|
|
|
|
|
'Africa/Freetown' => { |
10422
|
|
|
|
|
|
|
exemplarCity => q#Freetown#, |
10423
|
|
|
|
|
|
|
}, |
10424
|
|
|
|
|
|
|
'Africa/Gaborone' => { |
10425
|
|
|
|
|
|
|
exemplarCity => q#Gaborone#, |
10426
|
|
|
|
|
|
|
}, |
10427
|
|
|
|
|
|
|
'Africa/Harare' => { |
10428
|
|
|
|
|
|
|
exemplarCity => q#Harare#, |
10429
|
|
|
|
|
|
|
}, |
10430
|
|
|
|
|
|
|
'Africa/Johannesburg' => { |
10431
|
|
|
|
|
|
|
exemplarCity => q#Hannsaborgh#, |
10432
|
|
|
|
|
|
|
}, |
10433
|
|
|
|
|
|
|
'Africa/Juba' => { |
10434
|
|
|
|
|
|
|
exemplarCity => q#Juba#, |
10435
|
|
|
|
|
|
|
}, |
10436
|
|
|
|
|
|
|
'Africa/Kampala' => { |
10437
|
|
|
|
|
|
|
exemplarCity => q#Kampala#, |
10438
|
|
|
|
|
|
|
}, |
10439
|
|
|
|
|
|
|
'Africa/Khartoum' => { |
10440
|
|
|
|
|
|
|
exemplarCity => q#Khartoum#, |
10441
|
|
|
|
|
|
|
}, |
10442
|
|
|
|
|
|
|
'Africa/Kigali' => { |
10443
|
|
|
|
|
|
|
exemplarCity => q#Kigali#, |
10444
|
|
|
|
|
|
|
}, |
10445
|
|
|
|
|
|
|
'Africa/Kinshasa' => { |
10446
|
|
|
|
|
|
|
exemplarCity => q#Kinshasa#, |
10447
|
|
|
|
|
|
|
}, |
10448
|
|
|
|
|
|
|
'Africa/Lagos' => { |
10449
|
|
|
|
|
|
|
exemplarCity => q#Lagos#, |
10450
|
|
|
|
|
|
|
}, |
10451
|
|
|
|
|
|
|
'Africa/Libreville' => { |
10452
|
|
|
|
|
|
|
exemplarCity => q#Libreville#, |
10453
|
|
|
|
|
|
|
}, |
10454
|
|
|
|
|
|
|
'Africa/Lome' => { |
10455
|
|
|
|
|
|
|
exemplarCity => q#Lomé#, |
10456
|
|
|
|
|
|
|
}, |
10457
|
|
|
|
|
|
|
'Africa/Luanda' => { |
10458
|
|
|
|
|
|
|
exemplarCity => q#Luanda#, |
10459
|
|
|
|
|
|
|
}, |
10460
|
|
|
|
|
|
|
'Africa/Lubumbashi' => { |
10461
|
|
|
|
|
|
|
exemplarCity => q#Lubumbashi#, |
10462
|
|
|
|
|
|
|
}, |
10463
|
|
|
|
|
|
|
'Africa/Lusaka' => { |
10464
|
|
|
|
|
|
|
exemplarCity => q#Lusaka#, |
10465
|
|
|
|
|
|
|
}, |
10466
|
|
|
|
|
|
|
'Africa/Malabo' => { |
10467
|
|
|
|
|
|
|
exemplarCity => q#Malabo#, |
10468
|
|
|
|
|
|
|
}, |
10469
|
|
|
|
|
|
|
'Africa/Maputo' => { |
10470
|
|
|
|
|
|
|
exemplarCity => q#Maputo#, |
10471
|
|
|
|
|
|
|
}, |
10472
|
|
|
|
|
|
|
'Africa/Maseru' => { |
10473
|
|
|
|
|
|
|
exemplarCity => q#Maseru#, |
10474
|
|
|
|
|
|
|
}, |
10475
|
|
|
|
|
|
|
'Africa/Mbabane' => { |
10476
|
|
|
|
|
|
|
exemplarCity => q#Mbabane#, |
10477
|
|
|
|
|
|
|
}, |
10478
|
|
|
|
|
|
|
'Africa/Mogadishu' => { |
10479
|
|
|
|
|
|
|
exemplarCity => q#Mogadishu#, |
10480
|
|
|
|
|
|
|
}, |
10481
|
|
|
|
|
|
|
'Africa/Monrovia' => { |
10482
|
|
|
|
|
|
|
exemplarCity => q#Monrovia#, |
10483
|
|
|
|
|
|
|
}, |
10484
|
|
|
|
|
|
|
'Africa/Nairobi' => { |
10485
|
|
|
|
|
|
|
exemplarCity => q#Nairobi#, |
10486
|
|
|
|
|
|
|
}, |
10487
|
|
|
|
|
|
|
'Africa/Ndjamena' => { |
10488
|
|
|
|
|
|
|
exemplarCity => q#NâDjaména#, |
10489
|
|
|
|
|
|
|
}, |
10490
|
|
|
|
|
|
|
'Africa/Niamey' => { |
10491
|
|
|
|
|
|
|
exemplarCity => q#Niamey#, |
10492
|
|
|
|
|
|
|
}, |
10493
|
|
|
|
|
|
|
'Africa/Nouakchott' => { |
10494
|
|
|
|
|
|
|
exemplarCity => q#Nouakchott#, |
10495
|
|
|
|
|
|
|
}, |
10496
|
|
|
|
|
|
|
'Africa/Ouagadougou' => { |
10497
|
|
|
|
|
|
|
exemplarCity => q#Ouagadougou#, |
10498
|
|
|
|
|
|
|
}, |
10499
|
|
|
|
|
|
|
'Africa/Porto-Novo' => { |
10500
|
|
|
|
|
|
|
exemplarCity => q#Porto-Novo#, |
10501
|
|
|
|
|
|
|
}, |
10502
|
|
|
|
|
|
|
'Africa/Sao_Tome' => { |
10503
|
|
|
|
|
|
|
exemplarCity => q#São Tomé#, |
10504
|
|
|
|
|
|
|
}, |
10505
|
|
|
|
|
|
|
'Africa/Tripoli' => { |
10506
|
|
|
|
|
|
|
exemplarCity => q#Tripoli#, |
10507
|
|
|
|
|
|
|
}, |
10508
|
|
|
|
|
|
|
'Africa/Tunis' => { |
10509
|
|
|
|
|
|
|
exemplarCity => q#Tunis#, |
10510
|
|
|
|
|
|
|
}, |
10511
|
|
|
|
|
|
|
'Africa/Windhoek' => { |
10512
|
|
|
|
|
|
|
exemplarCity => q#Windhoek#, |
10513
|
|
|
|
|
|
|
}, |
10514
|
|
|
|
|
|
|
'Africa_Central' => { |
10515
|
|
|
|
|
|
|
long => { |
10516
|
|
|
|
|
|
|
'standard' => q#Ãm Meadhan Afraga#, |
10517
|
|
|
|
|
|
|
}, |
10518
|
|
|
|
|
|
|
}, |
10519
|
|
|
|
|
|
|
'Africa_Eastern' => { |
10520
|
|
|
|
|
|
|
long => { |
10521
|
|
|
|
|
|
|
'standard' => q#Ãm Afraga an Ear#, |
10522
|
|
|
|
|
|
|
}, |
10523
|
|
|
|
|
|
|
}, |
10524
|
|
|
|
|
|
|
'Africa_Southern' => { |
10525
|
|
|
|
|
|
|
long => { |
10526
|
|
|
|
|
|
|
'standard' => q#Ãm Afraga a Deas#, |
10527
|
|
|
|
|
|
|
}, |
10528
|
|
|
|
|
|
|
}, |
10529
|
|
|
|
|
|
|
'Africa_Western' => { |
10530
|
|
|
|
|
|
|
long => { |
10531
|
|
|
|
|
|
|
'daylight' => q#Tìde Samhraidh Afraga an Iar#, |
10532
|
|
|
|
|
|
|
'generic' => q#Ãm Afraga an Iar#, |
10533
|
|
|
|
|
|
|
'standard' => q#Bun-Ã m Afraga an Iar#, |
10534
|
|
|
|
|
|
|
}, |
10535
|
|
|
|
|
|
|
}, |
10536
|
|
|
|
|
|
|
'Alaska' => { |
10537
|
|
|
|
|
|
|
long => { |
10538
|
|
|
|
|
|
|
'daylight' => q#Tìde samhraidh Alaska#, |
10539
|
|
|
|
|
|
|
'generic' => q#Ãm Alaska#, |
10540
|
|
|
|
|
|
|
'standard' => q#Bun-Ã m Alaska#, |
10541
|
|
|
|
|
|
|
}, |
10542
|
|
|
|
|
|
|
short => { |
10543
|
|
|
|
|
|
|
'daylight' => q#AKDT#, |
10544
|
|
|
|
|
|
|
'generic' => q#AKT#, |
10545
|
|
|
|
|
|
|
'standard' => q#AKST#, |
10546
|
|
|
|
|
|
|
}, |
10547
|
|
|
|
|
|
|
}, |
10548
|
|
|
|
|
|
|
'Almaty' => { |
10549
|
|
|
|
|
|
|
long => { |
10550
|
|
|
|
|
|
|
'daylight' => q#Tìde samhraidh Almaty#, |
10551
|
|
|
|
|
|
|
'generic' => q#Ãm Almaty#, |
10552
|
|
|
|
|
|
|
'standard' => q#Bun-Ã m Almaty#, |
10553
|
|
|
|
|
|
|
}, |
10554
|
|
|
|
|
|
|
}, |
10555
|
|
|
|
|
|
|
'Amazon' => { |
10556
|
|
|
|
|
|
|
long => { |
10557
|
|
|
|
|
|
|
'daylight' => q#Tìde samhraidh Amasoin#, |
10558
|
|
|
|
|
|
|
'generic' => q#Ãm Amasoin#, |
10559
|
|
|
|
|
|
|
'standard' => q#Bun-Ã m Amasoin#, |
10560
|
|
|
|
|
|
|
}, |
10561
|
|
|
|
|
|
|
}, |
10562
|
|
|
|
|
|
|
'America/Adak' => { |
10563
|
|
|
|
|
|
|
exemplarCity => q#Adak#, |
10564
|
|
|
|
|
|
|
}, |
10565
|
|
|
|
|
|
|
'America/Anchorage' => { |
10566
|
|
|
|
|
|
|
exemplarCity => q#Anchorage#, |
10567
|
|
|
|
|
|
|
}, |
10568
|
|
|
|
|
|
|
'America/Anguilla' => { |
10569
|
|
|
|
|
|
|
exemplarCity => q#Anguillia#, |
10570
|
|
|
|
|
|
|
}, |
10571
|
|
|
|
|
|
|
'America/Antigua' => { |
10572
|
|
|
|
|
|
|
exemplarCity => q#Aintìoga#, |
10573
|
|
|
|
|
|
|
}, |
10574
|
|
|
|
|
|
|
'America/Araguaina' => { |
10575
|
|
|
|
|
|
|
exemplarCity => q#AraguaÃna#, |
10576
|
|
|
|
|
|
|
}, |
10577
|
|
|
|
|
|
|
'America/Argentina/La_Rioja' => { |
10578
|
|
|
|
|
|
|
exemplarCity => q#La Rioja#, |
10579
|
|
|
|
|
|
|
}, |
10580
|
|
|
|
|
|
|
'America/Argentina/Rio_Gallegos' => { |
10581
|
|
|
|
|
|
|
exemplarCity => q#RÃo Gallegos#, |
10582
|
|
|
|
|
|
|
}, |
10583
|
|
|
|
|
|
|
'America/Argentina/Salta' => { |
10584
|
|
|
|
|
|
|
exemplarCity => q#Salta#, |
10585
|
|
|
|
|
|
|
}, |
10586
|
|
|
|
|
|
|
'America/Argentina/San_Juan' => { |
10587
|
|
|
|
|
|
|
exemplarCity => q#San Juan#, |
10588
|
|
|
|
|
|
|
}, |
10589
|
|
|
|
|
|
|
'America/Argentina/San_Luis' => { |
10590
|
|
|
|
|
|
|
exemplarCity => q#San Luis#, |
10591
|
|
|
|
|
|
|
}, |
10592
|
|
|
|
|
|
|
'America/Argentina/Tucuman' => { |
10593
|
|
|
|
|
|
|
exemplarCity => q#Tucumán#, |
10594
|
|
|
|
|
|
|
}, |
10595
|
|
|
|
|
|
|
'America/Argentina/Ushuaia' => { |
10596
|
|
|
|
|
|
|
exemplarCity => q#Ushuaia#, |
10597
|
|
|
|
|
|
|
}, |
10598
|
|
|
|
|
|
|
'America/Aruba' => { |
10599
|
|
|
|
|
|
|
exemplarCity => q#Arùba#, |
10600
|
|
|
|
|
|
|
}, |
10601
|
|
|
|
|
|
|
'America/Asuncion' => { |
10602
|
|
|
|
|
|
|
exemplarCity => q#Asunción#, |
10603
|
|
|
|
|
|
|
}, |
10604
|
|
|
|
|
|
|
'America/Bahia' => { |
10605
|
|
|
|
|
|
|
exemplarCity => q#Bahia#, |
10606
|
|
|
|
|
|
|
}, |
10607
|
|
|
|
|
|
|
'America/Bahia_Banderas' => { |
10608
|
|
|
|
|
|
|
exemplarCity => q#BahÃa de Banderas#, |
10609
|
|
|
|
|
|
|
}, |
10610
|
|
|
|
|
|
|
'America/Barbados' => { |
10611
|
|
|
|
|
|
|
exemplarCity => q#Barbados#, |
10612
|
|
|
|
|
|
|
}, |
10613
|
|
|
|
|
|
|
'America/Belem' => { |
10614
|
|
|
|
|
|
|
exemplarCity => q#Belém#, |
10615
|
|
|
|
|
|
|
}, |
10616
|
|
|
|
|
|
|
'America/Belize' => { |
10617
|
|
|
|
|
|
|
exemplarCity => q#Aâ Bheilìs#, |
10618
|
|
|
|
|
|
|
}, |
10619
|
|
|
|
|
|
|
'America/Blanc-Sablon' => { |
10620
|
|
|
|
|
|
|
exemplarCity => q#Blanc-Sablon#, |
10621
|
|
|
|
|
|
|
}, |
10622
|
|
|
|
|
|
|
'America/Boa_Vista' => { |
10623
|
|
|
|
|
|
|
exemplarCity => q#Boa Vista#, |
10624
|
|
|
|
|
|
|
}, |
10625
|
|
|
|
|
|
|
'America/Bogota' => { |
10626
|
|
|
|
|
|
|
exemplarCity => q#Bogotá#, |
10627
|
|
|
|
|
|
|
}, |
10628
|
|
|
|
|
|
|
'America/Boise' => { |
10629
|
|
|
|
|
|
|
exemplarCity => q#Boise#, |
10630
|
|
|
|
|
|
|
}, |
10631
|
|
|
|
|
|
|
'America/Buenos_Aires' => { |
10632
|
|
|
|
|
|
|
exemplarCity => q#Buenos Aires#, |
10633
|
|
|
|
|
|
|
}, |
10634
|
|
|
|
|
|
|
'America/Cambridge_Bay' => { |
10635
|
|
|
|
|
|
|
exemplarCity => q#Cambridge Bay#, |
10636
|
|
|
|
|
|
|
}, |
10637
|
|
|
|
|
|
|
'America/Campo_Grande' => { |
10638
|
|
|
|
|
|
|
exemplarCity => q#Campo Grande#, |
10639
|
|
|
|
|
|
|
}, |
10640
|
|
|
|
|
|
|
'America/Cancun' => { |
10641
|
|
|
|
|
|
|
exemplarCity => q#Cancún#, |
10642
|
|
|
|
|
|
|
}, |
10643
|
|
|
|
|
|
|
'America/Caracas' => { |
10644
|
|
|
|
|
|
|
exemplarCity => q#Caracas#, |
10645
|
|
|
|
|
|
|
}, |
10646
|
|
|
|
|
|
|
'America/Catamarca' => { |
10647
|
|
|
|
|
|
|
exemplarCity => q#Catamarca#, |
10648
|
|
|
|
|
|
|
}, |
10649
|
|
|
|
|
|
|
'America/Cayenne' => { |
10650
|
|
|
|
|
|
|
exemplarCity => q#Cayenne#, |
10651
|
|
|
|
|
|
|
}, |
10652
|
|
|
|
|
|
|
'America/Cayman' => { |
10653
|
|
|
|
|
|
|
exemplarCity => q#Caimean#, |
10654
|
|
|
|
|
|
|
}, |
10655
|
|
|
|
|
|
|
'America/Chicago' => { |
10656
|
|
|
|
|
|
|
exemplarCity => q#Chicago#, |
10657
|
|
|
|
|
|
|
}, |
10658
|
|
|
|
|
|
|
'America/Chihuahua' => { |
10659
|
|
|
|
|
|
|
exemplarCity => q#Chihuahua#, |
10660
|
|
|
|
|
|
|
}, |
10661
|
|
|
|
|
|
|
'America/Coral_Harbour' => { |
10662
|
|
|
|
|
|
|
exemplarCity => q#Atikokan#, |
10663
|
|
|
|
|
|
|
}, |
10664
|
|
|
|
|
|
|
'America/Cordoba' => { |
10665
|
|
|
|
|
|
|
exemplarCity => q#Córdoba#, |
10666
|
|
|
|
|
|
|
}, |
10667
|
|
|
|
|
|
|
'America/Costa_Rica' => { |
10668
|
|
|
|
|
|
|
exemplarCity => q#Costa Rìcea#, |
10669
|
|
|
|
|
|
|
}, |
10670
|
|
|
|
|
|
|
'America/Creston' => { |
10671
|
|
|
|
|
|
|
exemplarCity => q#Creston#, |
10672
|
|
|
|
|
|
|
}, |
10673
|
|
|
|
|
|
|
'America/Cuiaba' => { |
10674
|
|
|
|
|
|
|
exemplarCity => q#Cuiabá#, |
10675
|
|
|
|
|
|
|
}, |
10676
|
|
|
|
|
|
|
'America/Curacao' => { |
10677
|
|
|
|
|
|
|
exemplarCity => q#Curaçao#, |
10678
|
|
|
|
|
|
|
}, |
10679
|
|
|
|
|
|
|
'America/Danmarkshavn' => { |
10680
|
|
|
|
|
|
|
exemplarCity => q#Danmarkshavn#, |
10681
|
|
|
|
|
|
|
}, |
10682
|
|
|
|
|
|
|
'America/Dawson' => { |
10683
|
|
|
|
|
|
|
exemplarCity => q#Dawson#, |
10684
|
|
|
|
|
|
|
}, |
10685
|
|
|
|
|
|
|
'America/Dawson_Creek' => { |
10686
|
|
|
|
|
|
|
exemplarCity => q#Dawson Creek#, |
10687
|
|
|
|
|
|
|
}, |
10688
|
|
|
|
|
|
|
'America/Denver' => { |
10689
|
|
|
|
|
|
|
exemplarCity => q#Denver#, |
10690
|
|
|
|
|
|
|
}, |
10691
|
|
|
|
|
|
|
'America/Detroit' => { |
10692
|
|
|
|
|
|
|
exemplarCity => q#Detroit#, |
10693
|
|
|
|
|
|
|
}, |
10694
|
|
|
|
|
|
|
'America/Dominica' => { |
10695
|
|
|
|
|
|
|
exemplarCity => q#Doiminicea#, |
10696
|
|
|
|
|
|
|
}, |
10697
|
|
|
|
|
|
|
'America/Edmonton' => { |
10698
|
|
|
|
|
|
|
exemplarCity => q#Edmonton#, |
10699
|
|
|
|
|
|
|
}, |
10700
|
|
|
|
|
|
|
'America/Eirunepe' => { |
10701
|
|
|
|
|
|
|
exemplarCity => q#Eirunepé#, |
10702
|
|
|
|
|
|
|
}, |
10703
|
|
|
|
|
|
|
'America/El_Salvador' => { |
10704
|
|
|
|
|
|
|
exemplarCity => q#An Salbhador#, |
10705
|
|
|
|
|
|
|
}, |
10706
|
|
|
|
|
|
|
'America/Fort_Nelson' => { |
10707
|
|
|
|
|
|
|
exemplarCity => q#Fort Nelson#, |
10708
|
|
|
|
|
|
|
}, |
10709
|
|
|
|
|
|
|
'America/Fortaleza' => { |
10710
|
|
|
|
|
|
|
exemplarCity => q#Fortaleza#, |
10711
|
|
|
|
|
|
|
}, |
10712
|
|
|
|
|
|
|
'America/Glace_Bay' => { |
10713
|
|
|
|
|
|
|
exemplarCity => q#Glasbaidh#, |
10714
|
|
|
|
|
|
|
}, |
10715
|
|
|
|
|
|
|
'America/Godthab' => { |
10716
|
|
|
|
|
|
|
exemplarCity => q#Nuuk#, |
10717
|
|
|
|
|
|
|
}, |
10718
|
|
|
|
|
|
|
'America/Goose_Bay' => { |
10719
|
|
|
|
|
|
|
exemplarCity => q#Goose Bay#, |
10720
|
|
|
|
|
|
|
}, |
10721
|
|
|
|
|
|
|
'America/Grand_Turk' => { |
10722
|
|
|
|
|
|
|
exemplarCity => q#An Turc Mhòr#, |
10723
|
|
|
|
|
|
|
}, |
10724
|
|
|
|
|
|
|
'America/Grenada' => { |
10725
|
|
|
|
|
|
|
exemplarCity => q#Greanà da#, |
10726
|
|
|
|
|
|
|
}, |
10727
|
|
|
|
|
|
|
'America/Guadeloupe' => { |
10728
|
|
|
|
|
|
|
exemplarCity => q#Guadalup#, |
10729
|
|
|
|
|
|
|
}, |
10730
|
|
|
|
|
|
|
'America/Guatemala' => { |
10731
|
|
|
|
|
|
|
exemplarCity => q#Guatamala#, |
10732
|
|
|
|
|
|
|
}, |
10733
|
|
|
|
|
|
|
'America/Guayaquil' => { |
10734
|
|
|
|
|
|
|
exemplarCity => q#Guayaquil#, |
10735
|
|
|
|
|
|
|
}, |
10736
|
|
|
|
|
|
|
'America/Guyana' => { |
10737
|
|
|
|
|
|
|
exemplarCity => q#Guidheà na#, |
10738
|
|
|
|
|
|
|
}, |
10739
|
|
|
|
|
|
|
'America/Halifax' => { |
10740
|
|
|
|
|
|
|
exemplarCity => q#Halifax#, |
10741
|
|
|
|
|
|
|
}, |
10742
|
|
|
|
|
|
|
'America/Havana' => { |
10743
|
|
|
|
|
|
|
exemplarCity => q#Havana#, |
10744
|
|
|
|
|
|
|
}, |
10745
|
|
|
|
|
|
|
'America/Hermosillo' => { |
10746
|
|
|
|
|
|
|
exemplarCity => q#Hermosillo#, |
10747
|
|
|
|
|
|
|
}, |
10748
|
|
|
|
|
|
|
'America/Indiana/Knox' => { |
10749
|
|
|
|
|
|
|
exemplarCity => q#Knox, Indiana#, |
10750
|
|
|
|
|
|
|
}, |
10751
|
|
|
|
|
|
|
'America/Indiana/Marengo' => { |
10752
|
|
|
|
|
|
|
exemplarCity => q#Marengo, Indiana#, |
10753
|
|
|
|
|
|
|
}, |
10754
|
|
|
|
|
|
|
'America/Indiana/Petersburg' => { |
10755
|
|
|
|
|
|
|
exemplarCity => q#Petersburg, Indiana#, |
10756
|
|
|
|
|
|
|
}, |
10757
|
|
|
|
|
|
|
'America/Indiana/Tell_City' => { |
10758
|
|
|
|
|
|
|
exemplarCity => q#Tell City, Indiana#, |
10759
|
|
|
|
|
|
|
}, |
10760
|
|
|
|
|
|
|
'America/Indiana/Vevay' => { |
10761
|
|
|
|
|
|
|
exemplarCity => q#Vevay, Indiana#, |
10762
|
|
|
|
|
|
|
}, |
10763
|
|
|
|
|
|
|
'America/Indiana/Vincennes' => { |
10764
|
|
|
|
|
|
|
exemplarCity => q#Vincennes, Indiana#, |
10765
|
|
|
|
|
|
|
}, |
10766
|
|
|
|
|
|
|
'America/Indiana/Winamac' => { |
10767
|
|
|
|
|
|
|
exemplarCity => q#Winamac, Indiana#, |
10768
|
|
|
|
|
|
|
}, |
10769
|
|
|
|
|
|
|
'America/Indianapolis' => { |
10770
|
|
|
|
|
|
|
exemplarCity => q#Indianapolis#, |
10771
|
|
|
|
|
|
|
}, |
10772
|
|
|
|
|
|
|
'America/Inuvik' => { |
10773
|
|
|
|
|
|
|
exemplarCity => q#Inuuvik#, |
10774
|
|
|
|
|
|
|
}, |
10775
|
|
|
|
|
|
|
'America/Iqaluit' => { |
10776
|
|
|
|
|
|
|
exemplarCity => q#Iqaluit#, |
10777
|
|
|
|
|
|
|
}, |
10778
|
|
|
|
|
|
|
'America/Jamaica' => { |
10779
|
|
|
|
|
|
|
exemplarCity => q#Diameuga#, |
10780
|
|
|
|
|
|
|
}, |
10781
|
|
|
|
|
|
|
'America/Jujuy' => { |
10782
|
|
|
|
|
|
|
exemplarCity => q#Jujuy#, |
10783
|
|
|
|
|
|
|
}, |
10784
|
|
|
|
|
|
|
'America/Juneau' => { |
10785
|
|
|
|
|
|
|
exemplarCity => q#Juneau#, |
10786
|
|
|
|
|
|
|
}, |
10787
|
|
|
|
|
|
|
'America/Kentucky/Monticello' => { |
10788
|
|
|
|
|
|
|
exemplarCity => q#Monticello, Kentucky#, |
10789
|
|
|
|
|
|
|
}, |
10790
|
|
|
|
|
|
|
'America/Kralendijk' => { |
10791
|
|
|
|
|
|
|
exemplarCity => q#Kralendijk#, |
10792
|
|
|
|
|
|
|
}, |
10793
|
|
|
|
|
|
|
'America/La_Paz' => { |
10794
|
|
|
|
|
|
|
exemplarCity => q#La Paz#, |
10795
|
|
|
|
|
|
|
}, |
10796
|
|
|
|
|
|
|
'America/Lima' => { |
10797
|
|
|
|
|
|
|
exemplarCity => q#Lima#, |
10798
|
|
|
|
|
|
|
}, |
10799
|
|
|
|
|
|
|
'America/Los_Angeles' => { |
10800
|
|
|
|
|
|
|
exemplarCity => q#Los Angeles#, |
10801
|
|
|
|
|
|
|
}, |
10802
|
|
|
|
|
|
|
'America/Louisville' => { |
10803
|
|
|
|
|
|
|
exemplarCity => q#Louisville#, |
10804
|
|
|
|
|
|
|
}, |
10805
|
|
|
|
|
|
|
'America/Lower_Princes' => { |
10806
|
|
|
|
|
|
|
exemplarCity => q#Lower Princeâs Quarter#, |
10807
|
|
|
|
|
|
|
}, |
10808
|
|
|
|
|
|
|
'America/Maceio' => { |
10809
|
|
|
|
|
|
|
exemplarCity => q#Maceió#, |
10810
|
|
|
|
|
|
|
}, |
10811
|
|
|
|
|
|
|
'America/Managua' => { |
10812
|
|
|
|
|
|
|
exemplarCity => q#Managua#, |
10813
|
|
|
|
|
|
|
}, |
10814
|
|
|
|
|
|
|
'America/Manaus' => { |
10815
|
|
|
|
|
|
|
exemplarCity => q#Manaus#, |
10816
|
|
|
|
|
|
|
}, |
10817
|
|
|
|
|
|
|
'America/Marigot' => { |
10818
|
|
|
|
|
|
|
exemplarCity => q#Marigot#, |
10819
|
|
|
|
|
|
|
}, |
10820
|
|
|
|
|
|
|
'America/Martinique' => { |
10821
|
|
|
|
|
|
|
exemplarCity => q#Mairtinic#, |
10822
|
|
|
|
|
|
|
}, |
10823
|
|
|
|
|
|
|
'America/Matamoros' => { |
10824
|
|
|
|
|
|
|
exemplarCity => q#Matamoros#, |
10825
|
|
|
|
|
|
|
}, |
10826
|
|
|
|
|
|
|
'America/Mazatlan' => { |
10827
|
|
|
|
|
|
|
exemplarCity => q#Mazatlán#, |
10828
|
|
|
|
|
|
|
}, |
10829
|
|
|
|
|
|
|
'America/Mendoza' => { |
10830
|
|
|
|
|
|
|
exemplarCity => q#Mendoza#, |
10831
|
|
|
|
|
|
|
}, |
10832
|
|
|
|
|
|
|
'America/Menominee' => { |
10833
|
|
|
|
|
|
|
exemplarCity => q#Menominee#, |
10834
|
|
|
|
|
|
|
}, |
10835
|
|
|
|
|
|
|
'America/Merida' => { |
10836
|
|
|
|
|
|
|
exemplarCity => q#Mérida#, |
10837
|
|
|
|
|
|
|
}, |
10838
|
|
|
|
|
|
|
'America/Metlakatla' => { |
10839
|
|
|
|
|
|
|
exemplarCity => q#Metlakatla#, |
10840
|
|
|
|
|
|
|
}, |
10841
|
|
|
|
|
|
|
'America/Mexico_City' => { |
10842
|
|
|
|
|
|
|
exemplarCity => q#Cathair Mheagsago#, |
10843
|
|
|
|
|
|
|
}, |
10844
|
|
|
|
|
|
|
'America/Miquelon' => { |
10845
|
|
|
|
|
|
|
exemplarCity => q#Miquelon#, |
10846
|
|
|
|
|
|
|
}, |
10847
|
|
|
|
|
|
|
'America/Moncton' => { |
10848
|
|
|
|
|
|
|
exemplarCity => q#Moncton#, |
10849
|
|
|
|
|
|
|
}, |
10850
|
|
|
|
|
|
|
'America/Monterrey' => { |
10851
|
|
|
|
|
|
|
exemplarCity => q#Monterrey#, |
10852
|
|
|
|
|
|
|
}, |
10853
|
|
|
|
|
|
|
'America/Montevideo' => { |
10854
|
|
|
|
|
|
|
exemplarCity => q#Montevideo#, |
10855
|
|
|
|
|
|
|
}, |
10856
|
|
|
|
|
|
|
'America/Montserrat' => { |
10857
|
|
|
|
|
|
|
exemplarCity => q#Montsarat#, |
10858
|
|
|
|
|
|
|
}, |
10859
|
|
|
|
|
|
|
'America/Nassau' => { |
10860
|
|
|
|
|
|
|
exemplarCity => q#Nassau#, |
10861
|
|
|
|
|
|
|
}, |
10862
|
|
|
|
|
|
|
'America/New_York' => { |
10863
|
|
|
|
|
|
|
exemplarCity => q#Nuadh Eabhrac#, |
10864
|
|
|
|
|
|
|
}, |
10865
|
|
|
|
|
|
|
'America/Nipigon' => { |
10866
|
|
|
|
|
|
|
exemplarCity => q#Nipigon#, |
10867
|
|
|
|
|
|
|
}, |
10868
|
|
|
|
|
|
|
'America/Nome' => { |
10869
|
|
|
|
|
|
|
exemplarCity => q#Nome#, |
10870
|
|
|
|
|
|
|
}, |
10871
|
|
|
|
|
|
|
'America/Noronha' => { |
10872
|
|
|
|
|
|
|
exemplarCity => q#Noronha#, |
10873
|
|
|
|
|
|
|
}, |
10874
|
|
|
|
|
|
|
'America/North_Dakota/Beulah' => { |
10875
|
|
|
|
|
|
|
exemplarCity => q#Beulah, North Dakota#, |
10876
|
|
|
|
|
|
|
}, |
10877
|
|
|
|
|
|
|
'America/North_Dakota/Center' => { |
10878
|
|
|
|
|
|
|
exemplarCity => q#Center, North Dakota#, |
10879
|
|
|
|
|
|
|
}, |
10880
|
|
|
|
|
|
|
'America/North_Dakota/New_Salem' => { |
10881
|
|
|
|
|
|
|
exemplarCity => q#New Salem, North Dakota#, |
10882
|
|
|
|
|
|
|
}, |
10883
|
|
|
|
|
|
|
'America/Ojinaga' => { |
10884
|
|
|
|
|
|
|
exemplarCity => q#Ojinaga#, |
10885
|
|
|
|
|
|
|
}, |
10886
|
|
|
|
|
|
|
'America/Panama' => { |
10887
|
|
|
|
|
|
|
exemplarCity => q#Panama#, |
10888
|
|
|
|
|
|
|
}, |
10889
|
|
|
|
|
|
|
'America/Pangnirtung' => { |
10890
|
|
|
|
|
|
|
exemplarCity => q#Pangniqtuuq#, |
10891
|
|
|
|
|
|
|
}, |
10892
|
|
|
|
|
|
|
'America/Paramaribo' => { |
10893
|
|
|
|
|
|
|
exemplarCity => q#Paramaribo#, |
10894
|
|
|
|
|
|
|
}, |
10895
|
|
|
|
|
|
|
'America/Phoenix' => { |
10896
|
|
|
|
|
|
|
exemplarCity => q#Phoenix#, |
10897
|
|
|
|
|
|
|
}, |
10898
|
|
|
|
|
|
|
'America/Port-au-Prince' => { |
10899
|
|
|
|
|
|
|
exemplarCity => q#Port-au-Prince#, |
10900
|
|
|
|
|
|
|
}, |
10901
|
|
|
|
|
|
|
'America/Port_of_Spain' => { |
10902
|
|
|
|
|
|
|
exemplarCity => q#Port na Spà inne#, |
10903
|
|
|
|
|
|
|
}, |
10904
|
|
|
|
|
|
|
'America/Porto_Velho' => { |
10905
|
|
|
|
|
|
|
exemplarCity => q#Porto Velho#, |
10906
|
|
|
|
|
|
|
}, |
10907
|
|
|
|
|
|
|
'America/Puerto_Rico' => { |
10908
|
|
|
|
|
|
|
exemplarCity => q#Porto Rìceo#, |
10909
|
|
|
|
|
|
|
}, |
10910
|
|
|
|
|
|
|
'America/Punta_Arenas' => { |
10911
|
|
|
|
|
|
|
exemplarCity => q#Punta Arenas#, |
10912
|
|
|
|
|
|
|
}, |
10913
|
|
|
|
|
|
|
'America/Rainy_River' => { |
10914
|
|
|
|
|
|
|
exemplarCity => q#Rainy River#, |
10915
|
|
|
|
|
|
|
}, |
10916
|
|
|
|
|
|
|
'America/Rankin_Inlet' => { |
10917
|
|
|
|
|
|
|
exemplarCity => q#Kangiqliniq#, |
10918
|
|
|
|
|
|
|
}, |
10919
|
|
|
|
|
|
|
'America/Recife' => { |
10920
|
|
|
|
|
|
|
exemplarCity => q#Recife#, |
10921
|
|
|
|
|
|
|
}, |
10922
|
|
|
|
|
|
|
'America/Regina' => { |
10923
|
|
|
|
|
|
|
exemplarCity => q#Regina#, |
10924
|
|
|
|
|
|
|
}, |
10925
|
|
|
|
|
|
|
'America/Resolute' => { |
10926
|
|
|
|
|
|
|
exemplarCity => q#Qausuittuq#, |
10927
|
|
|
|
|
|
|
}, |
10928
|
|
|
|
|
|
|
'America/Rio_Branco' => { |
10929
|
|
|
|
|
|
|
exemplarCity => q#Rio Branco#, |
10930
|
|
|
|
|
|
|
}, |
10931
|
|
|
|
|
|
|
'America/Santa_Isabel' => { |
10932
|
|
|
|
|
|
|
exemplarCity => q#Santa Isabel#, |
10933
|
|
|
|
|
|
|
}, |
10934
|
|
|
|
|
|
|
'America/Santarem' => { |
10935
|
|
|
|
|
|
|
exemplarCity => q#Santarém#, |
10936
|
|
|
|
|
|
|
}, |
10937
|
|
|
|
|
|
|
'America/Santiago' => { |
10938
|
|
|
|
|
|
|
exemplarCity => q#Santiago#, |
10939
|
|
|
|
|
|
|
}, |
10940
|
|
|
|
|
|
|
'America/Santo_Domingo' => { |
10941
|
|
|
|
|
|
|
exemplarCity => q#Santo Domingo#, |
10942
|
|
|
|
|
|
|
}, |
10943
|
|
|
|
|
|
|
'America/Sao_Paulo' => { |
10944
|
|
|
|
|
|
|
exemplarCity => q#São Paulo#, |
10945
|
|
|
|
|
|
|
}, |
10946
|
|
|
|
|
|
|
'America/Scoresbysund' => { |
10947
|
|
|
|
|
|
|
exemplarCity => q#Ittoqqortoormiit#, |
10948
|
|
|
|
|
|
|
}, |
10949
|
|
|
|
|
|
|
'America/Sitka' => { |
10950
|
|
|
|
|
|
|
exemplarCity => q#Sitka#, |
10951
|
|
|
|
|
|
|
}, |
10952
|
|
|
|
|
|
|
'America/St_Barthelemy' => { |
10953
|
|
|
|
|
|
|
exemplarCity => q#Saint Barthélemy#, |
10954
|
|
|
|
|
|
|
}, |
10955
|
|
|
|
|
|
|
'America/St_Johns' => { |
10956
|
|
|
|
|
|
|
exemplarCity => q#St. Johnâs#, |
10957
|
|
|
|
|
|
|
}, |
10958
|
|
|
|
|
|
|
'America/St_Kitts' => { |
10959
|
|
|
|
|
|
|
exemplarCity => q#Naomh Crìstean#, |
10960
|
|
|
|
|
|
|
}, |
10961
|
|
|
|
|
|
|
'America/St_Lucia' => { |
10962
|
|
|
|
|
|
|
exemplarCity => q#Naomh Lùisea#, |
10963
|
|
|
|
|
|
|
}, |
10964
|
|
|
|
|
|
|
'America/St_Thomas' => { |
10965
|
|
|
|
|
|
|
exemplarCity => q#St. Thomas#, |
10966
|
|
|
|
|
|
|
}, |
10967
|
|
|
|
|
|
|
'America/St_Vincent' => { |
10968
|
|
|
|
|
|
|
exemplarCity => q#Naomh Bhionsant#, |
10969
|
|
|
|
|
|
|
}, |
10970
|
|
|
|
|
|
|
'America/Swift_Current' => { |
10971
|
|
|
|
|
|
|
exemplarCity => q#Swift Current#, |
10972
|
|
|
|
|
|
|
}, |
10973
|
|
|
|
|
|
|
'America/Tegucigalpa' => { |
10974
|
|
|
|
|
|
|
exemplarCity => q#Tegucigalpa#, |
10975
|
|
|
|
|
|
|
}, |
10976
|
|
|
|
|
|
|
'America/Thule' => { |
10977
|
|
|
|
|
|
|
exemplarCity => q#Qaanaaq#, |
10978
|
|
|
|
|
|
|
}, |
10979
|
|
|
|
|
|
|
'America/Thunder_Bay' => { |
10980
|
|
|
|
|
|
|
exemplarCity => q#Thunder Bay#, |
10981
|
|
|
|
|
|
|
}, |
10982
|
|
|
|
|
|
|
'America/Tijuana' => { |
10983
|
|
|
|
|
|
|
exemplarCity => q#Tijuana#, |
10984
|
|
|
|
|
|
|
}, |
10985
|
|
|
|
|
|
|
'America/Toronto' => { |
10986
|
|
|
|
|
|
|
exemplarCity => q#Toronto#, |
10987
|
|
|
|
|
|
|
}, |
10988
|
|
|
|
|
|
|
'America/Tortola' => { |
10989
|
|
|
|
|
|
|
exemplarCity => q#Tortola#, |
10990
|
|
|
|
|
|
|
}, |
10991
|
|
|
|
|
|
|
'America/Vancouver' => { |
10992
|
|
|
|
|
|
|
exemplarCity => q#Vancouver#, |
10993
|
|
|
|
|
|
|
}, |
10994
|
|
|
|
|
|
|
'America/Whitehorse' => { |
10995
|
|
|
|
|
|
|
exemplarCity => q#Whitehorse#, |
10996
|
|
|
|
|
|
|
}, |
10997
|
|
|
|
|
|
|
'America/Winnipeg' => { |
10998
|
|
|
|
|
|
|
exemplarCity => q#Winnipeg#, |
10999
|
|
|
|
|
|
|
}, |
11000
|
|
|
|
|
|
|
'America/Yakutat' => { |
11001
|
|
|
|
|
|
|
exemplarCity => q#Yakutat#, |
11002
|
|
|
|
|
|
|
}, |
11003
|
|
|
|
|
|
|
'America/Yellowknife' => { |
11004
|
|
|
|
|
|
|
exemplarCity => q#Yellowknife#, |
11005
|
|
|
|
|
|
|
}, |
11006
|
|
|
|
|
|
|
'America_Central' => { |
11007
|
|
|
|
|
|
|
long => { |
11008
|
|
|
|
|
|
|
'daylight' => q#Tìde samhraidh Meadhan Aimeireaga a Tuath#, |
11009
|
|
|
|
|
|
|
'generic' => q#Ãm Meadhan Aimeireaga a Tuath#, |
11010
|
|
|
|
|
|
|
'standard' => q#Bun-Ã m Meadhan Aimeireaga a Tuath#, |
11011
|
|
|
|
|
|
|
}, |
11012
|
|
|
|
|
|
|
short => { |
11013
|
|
|
|
|
|
|
'daylight' => q#CDT#, |
11014
|
|
|
|
|
|
|
'generic' => q#CT#, |
11015
|
|
|
|
|
|
|
'standard' => q#CST#, |
11016
|
|
|
|
|
|
|
}, |
11017
|
|
|
|
|
|
|
}, |
11018
|
|
|
|
|
|
|
'America_Eastern' => { |
11019
|
|
|
|
|
|
|
long => { |
11020
|
|
|
|
|
|
|
'daylight' => q#Tìde samhraidh Aimeireaga a Tuath an Ear#, |
11021
|
|
|
|
|
|
|
'generic' => q#Ãm Aimeireaga a Tuath an Ear#, |
11022
|
|
|
|
|
|
|
'standard' => q#Bun-Ã m Aimeireaga a Tuath an Ear#, |
11023
|
|
|
|
|
|
|
}, |
11024
|
|
|
|
|
|
|
short => { |
11025
|
|
|
|
|
|
|
'daylight' => q#EDT#, |
11026
|
|
|
|
|
|
|
'generic' => q#ET#, |
11027
|
|
|
|
|
|
|
'standard' => q#EST#, |
11028
|
|
|
|
|
|
|
}, |
11029
|
|
|
|
|
|
|
}, |
11030
|
|
|
|
|
|
|
'America_Mountain' => { |
11031
|
|
|
|
|
|
|
long => { |
11032
|
|
|
|
|
|
|
'daylight' => q#Tìde samhraidh Monadh Aimeireaga a Tuath#, |
11033
|
|
|
|
|
|
|
'generic' => q#Ãm Monadh Aimeireaga a Tuath#, |
11034
|
|
|
|
|
|
|
'standard' => q#Bun-Ã m Monadh Aimeireaga a Tuath#, |
11035
|
|
|
|
|
|
|
}, |
11036
|
|
|
|
|
|
|
short => { |
11037
|
|
|
|
|
|
|
'daylight' => q#MDT#, |
11038
|
|
|
|
|
|
|
'generic' => q#MT#, |
11039
|
|
|
|
|
|
|
'standard' => q#MST#, |
11040
|
|
|
|
|
|
|
}, |
11041
|
|
|
|
|
|
|
}, |
11042
|
|
|
|
|
|
|
'America_Pacific' => { |
11043
|
|
|
|
|
|
|
long => { |
11044
|
|
|
|
|
|
|
'daylight' => q#Tìde samhraidh aâ Chuain Sèimh#, |
11045
|
|
|
|
|
|
|
'generic' => q#Ãm aâ Chuain Sèimh#, |
11046
|
|
|
|
|
|
|
'standard' => q#Bun-à m aâ Chuain Sèimh#, |
11047
|
|
|
|
|
|
|
}, |
11048
|
|
|
|
|
|
|
short => { |
11049
|
|
|
|
|
|
|
'daylight' => q#PDT#, |
11050
|
|
|
|
|
|
|
'generic' => q#PT#, |
11051
|
|
|
|
|
|
|
'standard' => q#PST#, |
11052
|
|
|
|
|
|
|
}, |
11053
|
|
|
|
|
|
|
}, |
11054
|
|
|
|
|
|
|
'Anadyr' => { |
11055
|
|
|
|
|
|
|
long => { |
11056
|
|
|
|
|
|
|
'daylight' => q#Tìde samhraidh Anadyr#, |
11057
|
|
|
|
|
|
|
'generic' => q#Ãm Anadyr#, |
11058
|
|
|
|
|
|
|
'standard' => q#Bun-Ã m Anadyr#, |
11059
|
|
|
|
|
|
|
}, |
11060
|
|
|
|
|
|
|
}, |
11061
|
|
|
|
|
|
|
'Antarctica/Casey' => { |
11062
|
|
|
|
|
|
|
exemplarCity => q#Casey#, |
11063
|
|
|
|
|
|
|
}, |
11064
|
|
|
|
|
|
|
'Antarctica/Davis' => { |
11065
|
|
|
|
|
|
|
exemplarCity => q#Davis#, |
11066
|
|
|
|
|
|
|
}, |
11067
|
|
|
|
|
|
|
'Antarctica/DumontDUrville' => { |
11068
|
|
|
|
|
|
|
exemplarCity => q#Dumont dâUrville#, |
11069
|
|
|
|
|
|
|
}, |
11070
|
|
|
|
|
|
|
'Antarctica/Macquarie' => { |
11071
|
|
|
|
|
|
|
exemplarCity => q#Eilean MhicGuaire#, |
11072
|
|
|
|
|
|
|
}, |
11073
|
|
|
|
|
|
|
'Antarctica/Mawson' => { |
11074
|
|
|
|
|
|
|
exemplarCity => q#Mawson#, |
11075
|
|
|
|
|
|
|
}, |
11076
|
|
|
|
|
|
|
'Antarctica/McMurdo' => { |
11077
|
|
|
|
|
|
|
exemplarCity => q#McMurdo#, |
11078
|
|
|
|
|
|
|
}, |
11079
|
|
|
|
|
|
|
'Antarctica/Palmer' => { |
11080
|
|
|
|
|
|
|
exemplarCity => q#Palmer#, |
11081
|
|
|
|
|
|
|
}, |
11082
|
|
|
|
|
|
|
'Antarctica/Rothera' => { |
11083
|
|
|
|
|
|
|
exemplarCity => q#Rothera#, |
11084
|
|
|
|
|
|
|
}, |
11085
|
|
|
|
|
|
|
'Antarctica/Syowa' => { |
11086
|
|
|
|
|
|
|
exemplarCity => q#Syowa#, |
11087
|
|
|
|
|
|
|
}, |
11088
|
|
|
|
|
|
|
'Antarctica/Troll' => { |
11089
|
|
|
|
|
|
|
exemplarCity => q#Troll#, |
11090
|
|
|
|
|
|
|
}, |
11091
|
|
|
|
|
|
|
'Antarctica/Vostok' => { |
11092
|
|
|
|
|
|
|
exemplarCity => q#Vostok#, |
11093
|
|
|
|
|
|
|
}, |
11094
|
|
|
|
|
|
|
'Apia' => { |
11095
|
|
|
|
|
|
|
long => { |
11096
|
|
|
|
|
|
|
'daylight' => q#Tìde samhraidh Apia#, |
11097
|
|
|
|
|
|
|
'generic' => q#Ãm Apia#, |
11098
|
|
|
|
|
|
|
'standard' => q#Bun-Ã m Apia#, |
11099
|
|
|
|
|
|
|
}, |
11100
|
|
|
|
|
|
|
}, |
11101
|
|
|
|
|
|
|
'Aqtau' => { |
11102
|
|
|
|
|
|
|
long => { |
11103
|
|
|
|
|
|
|
'daylight' => q#Tìde samhraidh Aqtau#, |
11104
|
|
|
|
|
|
|
'generic' => q#Ãm Aqtau#, |
11105
|
|
|
|
|
|
|
'standard' => q#Bun-Ã m Aqtau#, |
11106
|
|
|
|
|
|
|
}, |
11107
|
|
|
|
|
|
|
}, |
11108
|
|
|
|
|
|
|
'Aqtobe' => { |
11109
|
|
|
|
|
|
|
long => { |
11110
|
|
|
|
|
|
|
'daylight' => q#Tìde samhraidh Aqtobe#, |
11111
|
|
|
|
|
|
|
'generic' => q#Ãm Aqtobe#, |
11112
|
|
|
|
|
|
|
'standard' => q#Bun-Ã m Aqtobe#, |
11113
|
|
|
|
|
|
|
}, |
11114
|
|
|
|
|
|
|
}, |
11115
|
|
|
|
|
|
|
'Arabian' => { |
11116
|
|
|
|
|
|
|
long => { |
11117
|
|
|
|
|
|
|
'daylight' => q#Tìde samhraidh Arabach#, |
11118
|
|
|
|
|
|
|
'generic' => q#Ãm Arabach#, |
11119
|
|
|
|
|
|
|
'standard' => q#Bun-Ã m Arabach#, |
11120
|
|
|
|
|
|
|
}, |
11121
|
|
|
|
|
|
|
}, |
11122
|
|
|
|
|
|
|
'Arctic/Longyearbyen' => { |
11123
|
|
|
|
|
|
|
exemplarCity => q#Longyearbyen#, |
11124
|
|
|
|
|
|
|
}, |
11125
|
|
|
|
|
|
|
'Argentina' => { |
11126
|
|
|
|
|
|
|
long => { |
11127
|
|
|
|
|
|
|
'daylight' => q#Tìde samhraidh na h-Argantaine#, |
11128
|
|
|
|
|
|
|
'generic' => q#Ãm na h-Argantaine#, |
11129
|
|
|
|
|
|
|
'standard' => q#Bun-Ã m na h-Argantaine#, |
11130
|
|
|
|
|
|
|
}, |
11131
|
|
|
|
|
|
|
}, |
11132
|
|
|
|
|
|
|
'Argentina_Western' => { |
11133
|
|
|
|
|
|
|
long => { |
11134
|
|
|
|
|
|
|
'daylight' => q#Tìde samhraidh na h-Argantaine Siaraich#, |
11135
|
|
|
|
|
|
|
'generic' => q#Ãm na h-Argantaine Siaraich#, |
11136
|
|
|
|
|
|
|
'standard' => q#Bun-Ã m na h-Argantaine Siaraich#, |
11137
|
|
|
|
|
|
|
}, |
11138
|
|
|
|
|
|
|
}, |
11139
|
|
|
|
|
|
|
'Armenia' => { |
11140
|
|
|
|
|
|
|
long => { |
11141
|
|
|
|
|
|
|
'daylight' => q#Tìde samhraidh Airmeinia#, |
11142
|
|
|
|
|
|
|
'generic' => q#Ãm Airmeinia#, |
11143
|
|
|
|
|
|
|
'standard' => q#Bun-Ã m Airmeinia#, |
11144
|
|
|
|
|
|
|
}, |
11145
|
|
|
|
|
|
|
}, |
11146
|
|
|
|
|
|
|
'Asia/Aden' => { |
11147
|
|
|
|
|
|
|
exemplarCity => q#Aden#, |
11148
|
|
|
|
|
|
|
}, |
11149
|
|
|
|
|
|
|
'Asia/Almaty' => { |
11150
|
|
|
|
|
|
|
exemplarCity => q#Almaty#, |
11151
|
|
|
|
|
|
|
}, |
11152
|
|
|
|
|
|
|
'Asia/Amman' => { |
11153
|
|
|
|
|
|
|
exemplarCity => q#AmmÄn#, |
11154
|
|
|
|
|
|
|
}, |
11155
|
|
|
|
|
|
|
'Asia/Anadyr' => { |
11156
|
|
|
|
|
|
|
exemplarCity => q#Anadyr#, |
11157
|
|
|
|
|
|
|
}, |
11158
|
|
|
|
|
|
|
'Asia/Aqtau' => { |
11159
|
|
|
|
|
|
|
exemplarCity => q#Aqtau#, |
11160
|
|
|
|
|
|
|
}, |
11161
|
|
|
|
|
|
|
'Asia/Aqtobe' => { |
11162
|
|
|
|
|
|
|
exemplarCity => q#Aqtöbe#, |
11163
|
|
|
|
|
|
|
}, |
11164
|
|
|
|
|
|
|
'Asia/Ashgabat' => { |
11165
|
|
|
|
|
|
|
exemplarCity => q#AÅgabat#, |
11166
|
|
|
|
|
|
|
}, |
11167
|
|
|
|
|
|
|
'Asia/Atyrau' => { |
11168
|
|
|
|
|
|
|
exemplarCity => q#Atyrau#, |
11169
|
|
|
|
|
|
|
}, |
11170
|
|
|
|
|
|
|
'Asia/Baghdad' => { |
11171
|
|
|
|
|
|
|
exemplarCity => q#BaghdÄd#, |
11172
|
|
|
|
|
|
|
}, |
11173
|
|
|
|
|
|
|
'Asia/Bahrain' => { |
11174
|
|
|
|
|
|
|
exemplarCity => q#Bachrain#, |
11175
|
|
|
|
|
|
|
}, |
11176
|
|
|
|
|
|
|
'Asia/Baku' => { |
11177
|
|
|
|
|
|
|
exemplarCity => q#Baku#, |
11178
|
|
|
|
|
|
|
}, |
11179
|
|
|
|
|
|
|
'Asia/Bangkok' => { |
11180
|
|
|
|
|
|
|
exemplarCity => q#Bangkok#, |
11181
|
|
|
|
|
|
|
}, |
11182
|
|
|
|
|
|
|
'Asia/Barnaul' => { |
11183
|
|
|
|
|
|
|
exemplarCity => q#Barnaul#, |
11184
|
|
|
|
|
|
|
}, |
11185
|
|
|
|
|
|
|
'Asia/Beirut' => { |
11186
|
|
|
|
|
|
|
exemplarCity => q#Beirut#, |
11187
|
|
|
|
|
|
|
}, |
11188
|
|
|
|
|
|
|
'Asia/Bishkek' => { |
11189
|
|
|
|
|
|
|
exemplarCity => q#Bishkek#, |
11190
|
|
|
|
|
|
|
}, |
11191
|
|
|
|
|
|
|
'Asia/Brunei' => { |
11192
|
|
|
|
|
|
|
exemplarCity => q#Brùnaigh#, |
11193
|
|
|
|
|
|
|
}, |
11194
|
|
|
|
|
|
|
'Asia/Calcutta' => { |
11195
|
|
|
|
|
|
|
exemplarCity => q#Kolkata#, |
11196
|
|
|
|
|
|
|
}, |
11197
|
|
|
|
|
|
|
'Asia/Chita' => { |
11198
|
|
|
|
|
|
|
exemplarCity => q#Chita#, |
11199
|
|
|
|
|
|
|
}, |
11200
|
|
|
|
|
|
|
'Asia/Choibalsan' => { |
11201
|
|
|
|
|
|
|
exemplarCity => q#Choibalsan#, |
11202
|
|
|
|
|
|
|
}, |
11203
|
|
|
|
|
|
|
'Asia/Colombo' => { |
11204
|
|
|
|
|
|
|
exemplarCity => q#Colombo#, |
11205
|
|
|
|
|
|
|
}, |
11206
|
|
|
|
|
|
|
'Asia/Damascus' => { |
11207
|
|
|
|
|
|
|
exemplarCity => q#Damascus#, |
11208
|
|
|
|
|
|
|
}, |
11209
|
|
|
|
|
|
|
'Asia/Dhaka' => { |
11210
|
|
|
|
|
|
|
exemplarCity => q#Dhaka#, |
11211
|
|
|
|
|
|
|
}, |
11212
|
|
|
|
|
|
|
'Asia/Dili' => { |
11213
|
|
|
|
|
|
|
exemplarCity => q#Dili#, |
11214
|
|
|
|
|
|
|
}, |
11215
|
|
|
|
|
|
|
'Asia/Dubai' => { |
11216
|
|
|
|
|
|
|
exemplarCity => q#Dubai#, |
11217
|
|
|
|
|
|
|
}, |
11218
|
|
|
|
|
|
|
'Asia/Dushanbe' => { |
11219
|
|
|
|
|
|
|
exemplarCity => q#Dushanbe#, |
11220
|
|
|
|
|
|
|
}, |
11221
|
|
|
|
|
|
|
'Asia/Famagusta' => { |
11222
|
|
|
|
|
|
|
exemplarCity => q#Famagusta#, |
11223
|
|
|
|
|
|
|
}, |
11224
|
|
|
|
|
|
|
'Asia/Gaza' => { |
11225
|
|
|
|
|
|
|
exemplarCity => q#GÃ sa#, |
11226
|
|
|
|
|
|
|
}, |
11227
|
|
|
|
|
|
|
'Asia/Hebron' => { |
11228
|
|
|
|
|
|
|
exemplarCity => q#Hebron#, |
11229
|
|
|
|
|
|
|
}, |
11230
|
|
|
|
|
|
|
'Asia/Hong_Kong' => { |
11231
|
|
|
|
|
|
|
exemplarCity => q#Hong Kong#, |
11232
|
|
|
|
|
|
|
}, |
11233
|
|
|
|
|
|
|
'Asia/Hovd' => { |
11234
|
|
|
|
|
|
|
exemplarCity => q#Khovd#, |
11235
|
|
|
|
|
|
|
}, |
11236
|
|
|
|
|
|
|
'Asia/Irkutsk' => { |
11237
|
|
|
|
|
|
|
exemplarCity => q#Irkutsk#, |
11238
|
|
|
|
|
|
|
}, |
11239
|
|
|
|
|
|
|
'Asia/Jakarta' => { |
11240
|
|
|
|
|
|
|
exemplarCity => q#Jakarta#, |
11241
|
|
|
|
|
|
|
}, |
11242
|
|
|
|
|
|
|
'Asia/Jayapura' => { |
11243
|
|
|
|
|
|
|
exemplarCity => q#Jayapura#, |
11244
|
|
|
|
|
|
|
}, |
11245
|
|
|
|
|
|
|
'Asia/Jerusalem' => { |
11246
|
|
|
|
|
|
|
exemplarCity => q#Ierusalam#, |
11247
|
|
|
|
|
|
|
}, |
11248
|
|
|
|
|
|
|
'Asia/Kabul' => { |
11249
|
|
|
|
|
|
|
exemplarCity => q#Kabul#, |
11250
|
|
|
|
|
|
|
}, |
11251
|
|
|
|
|
|
|
'Asia/Kamchatka' => { |
11252
|
|
|
|
|
|
|
exemplarCity => q#Kamchatka#, |
11253
|
|
|
|
|
|
|
}, |
11254
|
|
|
|
|
|
|
'Asia/Karachi' => { |
11255
|
|
|
|
|
|
|
exemplarCity => q#KarÄcÄ«#, |
11256
|
|
|
|
|
|
|
}, |
11257
|
|
|
|
|
|
|
'Asia/Katmandu' => { |
11258
|
|
|
|
|
|
|
exemplarCity => q#Kathmandu#, |
11259
|
|
|
|
|
|
|
}, |
11260
|
|
|
|
|
|
|
'Asia/Khandyga' => { |
11261
|
|
|
|
|
|
|
exemplarCity => q#Khandyga#, |
11262
|
|
|
|
|
|
|
}, |
11263
|
|
|
|
|
|
|
'Asia/Krasnoyarsk' => { |
11264
|
|
|
|
|
|
|
exemplarCity => q#Krasnoyarsk#, |
11265
|
|
|
|
|
|
|
}, |
11266
|
|
|
|
|
|
|
'Asia/Kuala_Lumpur' => { |
11267
|
|
|
|
|
|
|
exemplarCity => q#Kuala Lumpur#, |
11268
|
|
|
|
|
|
|
}, |
11269
|
|
|
|
|
|
|
'Asia/Kuching' => { |
11270
|
|
|
|
|
|
|
exemplarCity => q#Kuching#, |
11271
|
|
|
|
|
|
|
}, |
11272
|
|
|
|
|
|
|
'Asia/Kuwait' => { |
11273
|
|
|
|
|
|
|
exemplarCity => q#Cuibhèit#, |
11274
|
|
|
|
|
|
|
}, |
11275
|
|
|
|
|
|
|
'Asia/Macau' => { |
11276
|
|
|
|
|
|
|
exemplarCity => q#Macà thu#, |
11277
|
|
|
|
|
|
|
}, |
11278
|
|
|
|
|
|
|
'Asia/Magadan' => { |
11279
|
|
|
|
|
|
|
exemplarCity => q#Magadan#, |
11280
|
|
|
|
|
|
|
}, |
11281
|
|
|
|
|
|
|
'Asia/Makassar' => { |
11282
|
|
|
|
|
|
|
exemplarCity => q#Makassar#, |
11283
|
|
|
|
|
|
|
}, |
11284
|
|
|
|
|
|
|
'Asia/Manila' => { |
11285
|
|
|
|
|
|
|
exemplarCity => q#Manila#, |
11286
|
|
|
|
|
|
|
}, |
11287
|
|
|
|
|
|
|
'Asia/Muscat' => { |
11288
|
|
|
|
|
|
|
exemplarCity => q#Muscat#, |
11289
|
|
|
|
|
|
|
}, |
11290
|
|
|
|
|
|
|
'Asia/Nicosia' => { |
11291
|
|
|
|
|
|
|
exemplarCity => q#Nicosia#, |
11292
|
|
|
|
|
|
|
}, |
11293
|
|
|
|
|
|
|
'Asia/Novokuznetsk' => { |
11294
|
|
|
|
|
|
|
exemplarCity => q#Novokuznetsk#, |
11295
|
|
|
|
|
|
|
}, |
11296
|
|
|
|
|
|
|
'Asia/Novosibirsk' => { |
11297
|
|
|
|
|
|
|
exemplarCity => q#Novosibirsk#, |
11298
|
|
|
|
|
|
|
}, |
11299
|
|
|
|
|
|
|
'Asia/Omsk' => { |
11300
|
|
|
|
|
|
|
exemplarCity => q#Omsk#, |
11301
|
|
|
|
|
|
|
}, |
11302
|
|
|
|
|
|
|
'Asia/Oral' => { |
11303
|
|
|
|
|
|
|
exemplarCity => q#Oral#, |
11304
|
|
|
|
|
|
|
}, |
11305
|
|
|
|
|
|
|
'Asia/Phnom_Penh' => { |
11306
|
|
|
|
|
|
|
exemplarCity => q#Phnom Penh#, |
11307
|
|
|
|
|
|
|
}, |
11308
|
|
|
|
|
|
|
'Asia/Pontianak' => { |
11309
|
|
|
|
|
|
|
exemplarCity => q#Pontianak#, |
11310
|
|
|
|
|
|
|
}, |
11311
|
|
|
|
|
|
|
'Asia/Pyongyang' => { |
11312
|
|
|
|
|
|
|
exemplarCity => q#Pyeongyang#, |
11313
|
|
|
|
|
|
|
}, |
11314
|
|
|
|
|
|
|
'Asia/Qatar' => { |
11315
|
|
|
|
|
|
|
exemplarCity => q#Catar#, |
11316
|
|
|
|
|
|
|
}, |
11317
|
|
|
|
|
|
|
'Asia/Qyzylorda' => { |
11318
|
|
|
|
|
|
|
exemplarCity => q#Qızılorda#, |
11319
|
|
|
|
|
|
|
}, |
11320
|
|
|
|
|
|
|
'Asia/Rangoon' => { |
11321
|
|
|
|
|
|
|
exemplarCity => q#Rangun#, |
11322
|
|
|
|
|
|
|
}, |
11323
|
|
|
|
|
|
|
'Asia/Riyadh' => { |
11324
|
|
|
|
|
|
|
exemplarCity => q#Riyadh#, |
11325
|
|
|
|
|
|
|
}, |
11326
|
|
|
|
|
|
|
'Asia/Saigon' => { |
11327
|
|
|
|
|
|
|
exemplarCity => q#Cathair Ho Chi Minh#, |
11328
|
|
|
|
|
|
|
}, |
11329
|
|
|
|
|
|
|
'Asia/Sakhalin' => { |
11330
|
|
|
|
|
|
|
exemplarCity => q#Sakhalin#, |
11331
|
|
|
|
|
|
|
}, |
11332
|
|
|
|
|
|
|
'Asia/Samarkand' => { |
11333
|
|
|
|
|
|
|
exemplarCity => q#Samarkand#, |
11334
|
|
|
|
|
|
|
}, |
11335
|
|
|
|
|
|
|
'Asia/Seoul' => { |
11336
|
|
|
|
|
|
|
exemplarCity => q#Seoul#, |
11337
|
|
|
|
|
|
|
}, |
11338
|
|
|
|
|
|
|
'Asia/Shanghai' => { |
11339
|
|
|
|
|
|
|
exemplarCity => q#Shanghai#, |
11340
|
|
|
|
|
|
|
}, |
11341
|
|
|
|
|
|
|
'Asia/Singapore' => { |
11342
|
|
|
|
|
|
|
exemplarCity => q#Singeapòr#, |
11343
|
|
|
|
|
|
|
}, |
11344
|
|
|
|
|
|
|
'Asia/Srednekolymsk' => { |
11345
|
|
|
|
|
|
|
exemplarCity => q#Srednekolymsk#, |
11346
|
|
|
|
|
|
|
}, |
11347
|
|
|
|
|
|
|
'Asia/Taipei' => { |
11348
|
|
|
|
|
|
|
exemplarCity => q#Taipei#, |
11349
|
|
|
|
|
|
|
}, |
11350
|
|
|
|
|
|
|
'Asia/Tashkent' => { |
11351
|
|
|
|
|
|
|
exemplarCity => q#Tashkent#, |
11352
|
|
|
|
|
|
|
}, |
11353
|
|
|
|
|
|
|
'Asia/Tbilisi' => { |
11354
|
|
|
|
|
|
|
exemplarCity => q#Tbilisi#, |
11355
|
|
|
|
|
|
|
}, |
11356
|
|
|
|
|
|
|
'Asia/Tehran' => { |
11357
|
|
|
|
|
|
|
exemplarCity => q#TehrÄn#, |
11358
|
|
|
|
|
|
|
}, |
11359
|
|
|
|
|
|
|
'Asia/Thimphu' => { |
11360
|
|
|
|
|
|
|
exemplarCity => q#Thimphu#, |
11361
|
|
|
|
|
|
|
}, |
11362
|
|
|
|
|
|
|
'Asia/Tokyo' => { |
11363
|
|
|
|
|
|
|
exemplarCity => q#TÅkyÅ#, |
11364
|
|
|
|
|
|
|
}, |
11365
|
|
|
|
|
|
|
'Asia/Tomsk' => { |
11366
|
|
|
|
|
|
|
exemplarCity => q#Tomsk#, |
11367
|
|
|
|
|
|
|
}, |
11368
|
|
|
|
|
|
|
'Asia/Ulaanbaatar' => { |
11369
|
|
|
|
|
|
|
exemplarCity => q#Ulaanbaatar#, |
11370
|
|
|
|
|
|
|
}, |
11371
|
|
|
|
|
|
|
'Asia/Urumqi' => { |
11372
|
|
|
|
|
|
|
exemplarCity => q#Ãrümqi#, |
11373
|
|
|
|
|
|
|
}, |
11374
|
|
|
|
|
|
|
'Asia/Ust-Nera' => { |
11375
|
|
|
|
|
|
|
exemplarCity => q#Ust-Nera#, |
11376
|
|
|
|
|
|
|
}, |
11377
|
|
|
|
|
|
|
'Asia/Vientiane' => { |
11378
|
|
|
|
|
|
|
exemplarCity => q#Viang Chan#, |
11379
|
|
|
|
|
|
|
}, |
11380
|
|
|
|
|
|
|
'Asia/Vladivostok' => { |
11381
|
|
|
|
|
|
|
exemplarCity => q#Vladivostok#, |
11382
|
|
|
|
|
|
|
}, |
11383
|
|
|
|
|
|
|
'Asia/Yakutsk' => { |
11384
|
|
|
|
|
|
|
exemplarCity => q#Yakutsk#, |
11385
|
|
|
|
|
|
|
}, |
11386
|
|
|
|
|
|
|
'Asia/Yekaterinburg' => { |
11387
|
|
|
|
|
|
|
exemplarCity => q#Yekaterinburg#, |
11388
|
|
|
|
|
|
|
}, |
11389
|
|
|
|
|
|
|
'Asia/Yerevan' => { |
11390
|
|
|
|
|
|
|
exemplarCity => q#Yerevan#, |
11391
|
|
|
|
|
|
|
}, |
11392
|
|
|
|
|
|
|
'Atlantic' => { |
11393
|
|
|
|
|
|
|
long => { |
11394
|
|
|
|
|
|
|
'daylight' => q#Tìde samhraidh aâ Chuain Siar#, |
11395
|
|
|
|
|
|
|
'generic' => q#Ãm aâ Chuain Siar#, |
11396
|
|
|
|
|
|
|
'standard' => q#Bun-Ã m aâ Chuain Siar#, |
11397
|
|
|
|
|
|
|
}, |
11398
|
|
|
|
|
|
|
short => { |
11399
|
|
|
|
|
|
|
'daylight' => q#ADT#, |
11400
|
|
|
|
|
|
|
'generic' => q#AT#, |
11401
|
|
|
|
|
|
|
'standard' => q#AST#, |
11402
|
|
|
|
|
|
|
}, |
11403
|
|
|
|
|
|
|
}, |
11404
|
|
|
|
|
|
|
'Atlantic/Azores' => { |
11405
|
|
|
|
|
|
|
exemplarCity => q#Ponta Delgada#, |
11406
|
|
|
|
|
|
|
}, |
11407
|
|
|
|
|
|
|
'Atlantic/Bermuda' => { |
11408
|
|
|
|
|
|
|
exemplarCity => q#Bearmùda#, |
11409
|
|
|
|
|
|
|
}, |
11410
|
|
|
|
|
|
|
'Atlantic/Canary' => { |
11411
|
|
|
|
|
|
|
exemplarCity => q#Na h-Eileanan Canà rach#, |
11412
|
|
|
|
|
|
|
}, |
11413
|
|
|
|
|
|
|
'Atlantic/Cape_Verde' => { |
11414
|
|
|
|
|
|
|
exemplarCity => q#An Ceap Uaine#, |
11415
|
|
|
|
|
|
|
}, |
11416
|
|
|
|
|
|
|
'Atlantic/Faeroe' => { |
11417
|
|
|
|
|
|
|
exemplarCity => q#FÃ ro#, |
11418
|
|
|
|
|
|
|
}, |
11419
|
|
|
|
|
|
|
'Atlantic/Madeira' => { |
11420
|
|
|
|
|
|
|
exemplarCity => q#Madeira#, |
11421
|
|
|
|
|
|
|
}, |
11422
|
|
|
|
|
|
|
'Atlantic/Reykjavik' => { |
11423
|
|
|
|
|
|
|
exemplarCity => q#ReykjavÃk#, |
11424
|
|
|
|
|
|
|
}, |
11425
|
|
|
|
|
|
|
'Atlantic/South_Georgia' => { |
11426
|
|
|
|
|
|
|
exemplarCity => q#Seòrsea a Deas#, |
11427
|
|
|
|
|
|
|
}, |
11428
|
|
|
|
|
|
|
'Atlantic/St_Helena' => { |
11429
|
|
|
|
|
|
|
exemplarCity => q#Eilean Naomh Eilidh#, |
11430
|
|
|
|
|
|
|
}, |
11431
|
|
|
|
|
|
|
'Atlantic/Stanley' => { |
11432
|
|
|
|
|
|
|
exemplarCity => q#Stanley#, |
11433
|
|
|
|
|
|
|
}, |
11434
|
|
|
|
|
|
|
'Australia/Adelaide' => { |
11435
|
|
|
|
|
|
|
exemplarCity => q#Adelaide#, |
11436
|
|
|
|
|
|
|
}, |
11437
|
|
|
|
|
|
|
'Australia/Brisbane' => { |
11438
|
|
|
|
|
|
|
exemplarCity => q#Brisbane#, |
11439
|
|
|
|
|
|
|
}, |
11440
|
|
|
|
|
|
|
'Australia/Broken_Hill' => { |
11441
|
|
|
|
|
|
|
exemplarCity => q#Broken Hill#, |
11442
|
|
|
|
|
|
|
}, |
11443
|
|
|
|
|
|
|
'Australia/Currie' => { |
11444
|
|
|
|
|
|
|
exemplarCity => q#Currie#, |
11445
|
|
|
|
|
|
|
}, |
11446
|
|
|
|
|
|
|
'Australia/Darwin' => { |
11447
|
|
|
|
|
|
|
exemplarCity => q#Darwin#, |
11448
|
|
|
|
|
|
|
}, |
11449
|
|
|
|
|
|
|
'Australia/Eucla' => { |
11450
|
|
|
|
|
|
|
exemplarCity => q#Eucla#, |
11451
|
|
|
|
|
|
|
}, |
11452
|
|
|
|
|
|
|
'Australia/Hobart' => { |
11453
|
|
|
|
|
|
|
exemplarCity => q#Hobart#, |
11454
|
|
|
|
|
|
|
}, |
11455
|
|
|
|
|
|
|
'Australia/Lindeman' => { |
11456
|
|
|
|
|
|
|
exemplarCity => q#Lindeman#, |
11457
|
|
|
|
|
|
|
}, |
11458
|
|
|
|
|
|
|
'Australia/Lord_Howe' => { |
11459
|
|
|
|
|
|
|
exemplarCity => q#Lord Howe#, |
11460
|
|
|
|
|
|
|
}, |
11461
|
|
|
|
|
|
|
'Australia/Melbourne' => { |
11462
|
|
|
|
|
|
|
exemplarCity => q#Melbourne#, |
11463
|
|
|
|
|
|
|
}, |
11464
|
|
|
|
|
|
|
'Australia/Perth' => { |
11465
|
|
|
|
|
|
|
exemplarCity => q#Perth#, |
11466
|
|
|
|
|
|
|
}, |
11467
|
|
|
|
|
|
|
'Australia/Sydney' => { |
11468
|
|
|
|
|
|
|
exemplarCity => q#Sidni#, |
11469
|
|
|
|
|
|
|
}, |
11470
|
|
|
|
|
|
|
'Australia_Central' => { |
11471
|
|
|
|
|
|
|
long => { |
11472
|
|
|
|
|
|
|
'daylight' => q#Tìde samhraidh Meadhan Astrà ilia#, |
11473
|
|
|
|
|
|
|
'generic' => q#Ãm Meadhan Astrà ilia#, |
11474
|
|
|
|
|
|
|
'standard' => q#Bun-à m Meadhan Astrà ilia#, |
11475
|
|
|
|
|
|
|
}, |
11476
|
|
|
|
|
|
|
}, |
11477
|
|
|
|
|
|
|
'Australia_CentralWestern' => { |
11478
|
|
|
|
|
|
|
long => { |
11479
|
|
|
|
|
|
|
'daylight' => q#Tìde samhraidh Meadhan Astrà ilia an Iar#, |
11480
|
|
|
|
|
|
|
'generic' => q#Ãm Meadhan Astrà ilia an Iar#, |
11481
|
|
|
|
|
|
|
'standard' => q#Bun-à m Meadhan Astrà ilia an Iar#, |
11482
|
|
|
|
|
|
|
}, |
11483
|
|
|
|
|
|
|
}, |
11484
|
|
|
|
|
|
|
'Australia_Eastern' => { |
11485
|
|
|
|
|
|
|
long => { |
11486
|
|
|
|
|
|
|
'daylight' => q#Tìde samhraidh Astrà ilia an Ear#, |
11487
|
|
|
|
|
|
|
'generic' => q#Ãm Astrà ilia an Ear#, |
11488
|
|
|
|
|
|
|
'standard' => q#Bun-à m Astrà ilia an Ear#, |
11489
|
|
|
|
|
|
|
}, |
11490
|
|
|
|
|
|
|
}, |
11491
|
|
|
|
|
|
|
'Australia_Western' => { |
11492
|
|
|
|
|
|
|
long => { |
11493
|
|
|
|
|
|
|
'daylight' => q#Tìde samhraidh Astrà ilia an Iar#, |
11494
|
|
|
|
|
|
|
'generic' => q#Ãm Astrà ilia an Iar#, |
11495
|
|
|
|
|
|
|
'standard' => q#Bun-à m Astrà ilia an Iar#, |
11496
|
|
|
|
|
|
|
}, |
11497
|
|
|
|
|
|
|
}, |
11498
|
|
|
|
|
|
|
'Azerbaijan' => { |
11499
|
|
|
|
|
|
|
long => { |
11500
|
|
|
|
|
|
|
'daylight' => q#Tìde samhraidh Asarbaideà in#, |
11501
|
|
|
|
|
|
|
'generic' => q#Ãm Asarbaideà in#, |
11502
|
|
|
|
|
|
|
'standard' => q#Bun-à m Asarbaideà in#, |
11503
|
|
|
|
|
|
|
}, |
11504
|
|
|
|
|
|
|
}, |
11505
|
|
|
|
|
|
|
'Azores' => { |
11506
|
|
|
|
|
|
|
long => { |
11507
|
|
|
|
|
|
|
'daylight' => q#Tìde samhraidh nan Eileanan Asorach#, |
11508
|
|
|
|
|
|
|
'generic' => q#Ãm nan Eileanan Asorach#, |
11509
|
|
|
|
|
|
|
'standard' => q#Bun-Ã m nan Eileanan Asorach#, |
11510
|
|
|
|
|
|
|
}, |
11511
|
|
|
|
|
|
|
}, |
11512
|
|
|
|
|
|
|
'Bangladesh' => { |
11513
|
|
|
|
|
|
|
long => { |
11514
|
|
|
|
|
|
|
'daylight' => q#Tìde samhraidh Bangladais#, |
11515
|
|
|
|
|
|
|
'generic' => q#Ãm Bangladais#, |
11516
|
|
|
|
|
|
|
'standard' => q#Bun-Ã m Bangladais#, |
11517
|
|
|
|
|
|
|
}, |
11518
|
|
|
|
|
|
|
}, |
11519
|
|
|
|
|
|
|
'Bhutan' => { |
11520
|
|
|
|
|
|
|
long => { |
11521
|
|
|
|
|
|
|
'standard' => q#Ãm Butà in#, |
11522
|
|
|
|
|
|
|
}, |
11523
|
|
|
|
|
|
|
}, |
11524
|
|
|
|
|
|
|
'Bolivia' => { |
11525
|
|
|
|
|
|
|
long => { |
11526
|
|
|
|
|
|
|
'standard' => q#Ãm Boilibhia#, |
11527
|
|
|
|
|
|
|
}, |
11528
|
|
|
|
|
|
|
}, |
11529
|
|
|
|
|
|
|
'Brasilia' => { |
11530
|
|
|
|
|
|
|
long => { |
11531
|
|
|
|
|
|
|
'daylight' => q#Tìde samhraidh Bhrasilia#, |
11532
|
|
|
|
|
|
|
'generic' => q#Ãm Bhrasilia#, |
11533
|
|
|
|
|
|
|
'standard' => q#Bun-Ã m Bhrasilia#, |
11534
|
|
|
|
|
|
|
}, |
11535
|
|
|
|
|
|
|
}, |
11536
|
|
|
|
|
|
|
'Brunei' => { |
11537
|
|
|
|
|
|
|
long => { |
11538
|
|
|
|
|
|
|
'standard' => q#Ãm Bhrùnaigh Dà r as-Salà m#, |
11539
|
|
|
|
|
|
|
}, |
11540
|
|
|
|
|
|
|
}, |
11541
|
|
|
|
|
|
|
'Cape_Verde' => { |
11542
|
|
|
|
|
|
|
long => { |
11543
|
|
|
|
|
|
|
'daylight' => q#Tìde samhraidh aâ Chip Uaine#, |
11544
|
|
|
|
|
|
|
'generic' => q#Ãm aâ Chip Uaine#, |
11545
|
|
|
|
|
|
|
'standard' => q#Bun-Ã m aâ Chip Uaine#, |
11546
|
|
|
|
|
|
|
}, |
11547
|
|
|
|
|
|
|
}, |
11548
|
|
|
|
|
|
|
'Casey' => { |
11549
|
|
|
|
|
|
|
long => { |
11550
|
|
|
|
|
|
|
'standard' => q#Ãm Chasey#, |
11551
|
|
|
|
|
|
|
}, |
11552
|
|
|
|
|
|
|
}, |
11553
|
|
|
|
|
|
|
'Chamorro' => { |
11554
|
|
|
|
|
|
|
long => { |
11555
|
|
|
|
|
|
|
'standard' => q#Ãm Chamorro#, |
11556
|
|
|
|
|
|
|
}, |
11557
|
|
|
|
|
|
|
}, |
11558
|
|
|
|
|
|
|
'Chatham' => { |
11559
|
|
|
|
|
|
|
long => { |
11560
|
|
|
|
|
|
|
'daylight' => q#Tìde samhraidh Chatham#, |
11561
|
|
|
|
|
|
|
'generic' => q#Ãm Chatham#, |
11562
|
|
|
|
|
|
|
'standard' => q#Bun-Ã m Chatham#, |
11563
|
|
|
|
|
|
|
}, |
11564
|
|
|
|
|
|
|
}, |
11565
|
|
|
|
|
|
|
'Chile' => { |
11566
|
|
|
|
|
|
|
long => { |
11567
|
|
|
|
|
|
|
'daylight' => q#Tìde samhraidh na Sile#, |
11568
|
|
|
|
|
|
|
'generic' => q#Ãm na Sile#, |
11569
|
|
|
|
|
|
|
'standard' => q#Bun-Ã m na Sile#, |
11570
|
|
|
|
|
|
|
}, |
11571
|
|
|
|
|
|
|
}, |
11572
|
|
|
|
|
|
|
'China' => { |
11573
|
|
|
|
|
|
|
long => { |
11574
|
|
|
|
|
|
|
'daylight' => q#Tìde samhraidh na Sìne#, |
11575
|
|
|
|
|
|
|
'generic' => q#Ãm na Sìne#, |
11576
|
|
|
|
|
|
|
'standard' => q#Bun-à m na Sìne#, |
11577
|
|
|
|
|
|
|
}, |
11578
|
|
|
|
|
|
|
}, |
11579
|
|
|
|
|
|
|
'Choibalsan' => { |
11580
|
|
|
|
|
|
|
long => { |
11581
|
|
|
|
|
|
|
'daylight' => q#Tìde samhraidh Choibalsan#, |
11582
|
|
|
|
|
|
|
'generic' => q#Ãm Choibalsan#, |
11583
|
|
|
|
|
|
|
'standard' => q#Bun-Ã m Choibalsan#, |
11584
|
|
|
|
|
|
|
}, |
11585
|
|
|
|
|
|
|
}, |
11586
|
|
|
|
|
|
|
'Christmas' => { |
11587
|
|
|
|
|
|
|
long => { |
11588
|
|
|
|
|
|
|
'standard' => q#Ãm Eilean na Nollaig#, |
11589
|
|
|
|
|
|
|
}, |
11590
|
|
|
|
|
|
|
}, |
11591
|
|
|
|
|
|
|
'Cocos' => { |
11592
|
|
|
|
|
|
|
long => { |
11593
|
|
|
|
|
|
|
'standard' => q#Ãm Eileanan Chocos#, |
11594
|
|
|
|
|
|
|
}, |
11595
|
|
|
|
|
|
|
}, |
11596
|
|
|
|
|
|
|
'Colombia' => { |
11597
|
|
|
|
|
|
|
long => { |
11598
|
|
|
|
|
|
|
'daylight' => q#Tìde samhraidh Coloimbia#, |
11599
|
|
|
|
|
|
|
'generic' => q#Ãm Coloimbia#, |
11600
|
|
|
|
|
|
|
'standard' => q#Bun-Ã m Coloimbia#, |
11601
|
|
|
|
|
|
|
}, |
11602
|
|
|
|
|
|
|
}, |
11603
|
|
|
|
|
|
|
'Cook' => { |
11604
|
|
|
|
|
|
|
long => { |
11605
|
|
|
|
|
|
|
'daylight' => q#Leth-thìde samhraidh Eileanan Cook#, |
11606
|
|
|
|
|
|
|
'generic' => q#Ãm Eileanan Cook#, |
11607
|
|
|
|
|
|
|
'standard' => q#Bun-Ã m Eileanan Cook#, |
11608
|
|
|
|
|
|
|
}, |
11609
|
|
|
|
|
|
|
}, |
11610
|
|
|
|
|
|
|
'Cuba' => { |
11611
|
|
|
|
|
|
|
long => { |
11612
|
|
|
|
|
|
|
'daylight' => q#Tìde samhraidh Cùba#, |
11613
|
|
|
|
|
|
|
'generic' => q#Ãm Cùba#, |
11614
|
|
|
|
|
|
|
'standard' => q#Bun-à m Cùba#, |
11615
|
|
|
|
|
|
|
}, |
11616
|
|
|
|
|
|
|
}, |
11617
|
|
|
|
|
|
|
'Davis' => { |
11618
|
|
|
|
|
|
|
long => { |
11619
|
|
|
|
|
|
|
'standard' => q#Ãm Dhavis#, |
11620
|
|
|
|
|
|
|
}, |
11621
|
|
|
|
|
|
|
}, |
11622
|
|
|
|
|
|
|
'DumontDUrville' => { |
11623
|
|
|
|
|
|
|
long => { |
11624
|
|
|
|
|
|
|
'standard' => q#Ãm Dumont-dâUrville#, |
11625
|
|
|
|
|
|
|
}, |
11626
|
|
|
|
|
|
|
}, |
11627
|
|
|
|
|
|
|
'East_Timor' => { |
11628
|
|
|
|
|
|
|
long => { |
11629
|
|
|
|
|
|
|
'standard' => q#Ãm Thìomor an Ear#, |
11630
|
|
|
|
|
|
|
}, |
11631
|
|
|
|
|
|
|
}, |
11632
|
|
|
|
|
|
|
'Easter' => { |
11633
|
|
|
|
|
|
|
long => { |
11634
|
|
|
|
|
|
|
'daylight' => q#Tìde samhraidh Eilean na Cà isge#, |
11635
|
|
|
|
|
|
|
'generic' => q#Ãm Eilean na CÃ isge#, |
11636
|
|
|
|
|
|
|
'standard' => q#Bun-Ã m Eilean na CÃ isge#, |
11637
|
|
|
|
|
|
|
}, |
11638
|
|
|
|
|
|
|
}, |
11639
|
|
|
|
|
|
|
'Ecuador' => { |
11640
|
|
|
|
|
|
|
long => { |
11641
|
|
|
|
|
|
|
'standard' => q#Ãm Eacuadoir#, |
11642
|
|
|
|
|
|
|
}, |
11643
|
|
|
|
|
|
|
}, |
11644
|
|
|
|
|
|
|
'Etc/UTC' => { |
11645
|
|
|
|
|
|
|
long => { |
11646
|
|
|
|
|
|
|
'standard' => q#Ãm Uile-choitcheann Co-òrdanaichte#, |
11647
|
|
|
|
|
|
|
}, |
11648
|
|
|
|
|
|
|
short => { |
11649
|
|
|
|
|
|
|
'standard' => q#UTC#, |
11650
|
|
|
|
|
|
|
}, |
11651
|
|
|
|
|
|
|
}, |
11652
|
|
|
|
|
|
|
'Etc/Unknown' => { |
11653
|
|
|
|
|
|
|
exemplarCity => q#Baile neo-aithnichte#, |
11654
|
|
|
|
|
|
|
}, |
11655
|
|
|
|
|
|
|
'Europe/Amsterdam' => { |
11656
|
|
|
|
|
|
|
exemplarCity => q#Amsterdam#, |
11657
|
|
|
|
|
|
|
}, |
11658
|
|
|
|
|
|
|
'Europe/Andorra' => { |
11659
|
|
|
|
|
|
|
exemplarCity => q#Andorra#, |
11660
|
|
|
|
|
|
|
}, |
11661
|
|
|
|
|
|
|
'Europe/Astrakhan' => { |
11662
|
|
|
|
|
|
|
exemplarCity => q#Astrakhan#, |
11663
|
|
|
|
|
|
|
}, |
11664
|
|
|
|
|
|
|
'Europe/Athens' => { |
11665
|
|
|
|
|
|
|
exemplarCity => q#An Ãithne#, |
11666
|
|
|
|
|
|
|
}, |
11667
|
|
|
|
|
|
|
'Europe/Belgrade' => { |
11668
|
|
|
|
|
|
|
exemplarCity => q#Belgrade#, |
11669
|
|
|
|
|
|
|
}, |
11670
|
|
|
|
|
|
|
'Europe/Berlin' => { |
11671
|
|
|
|
|
|
|
exemplarCity => q#Berlin#, |
11672
|
|
|
|
|
|
|
}, |
11673
|
|
|
|
|
|
|
'Europe/Bratislava' => { |
11674
|
|
|
|
|
|
|
exemplarCity => q#Bratislava#, |
11675
|
|
|
|
|
|
|
}, |
11676
|
|
|
|
|
|
|
'Europe/Brussels' => { |
11677
|
|
|
|
|
|
|
exemplarCity => q#Aâ Bhruiseal#, |
11678
|
|
|
|
|
|
|
}, |
11679
|
|
|
|
|
|
|
'Europe/Bucharest' => { |
11680
|
|
|
|
|
|
|
exemplarCity => q#Bucharest#, |
11681
|
|
|
|
|
|
|
}, |
11682
|
|
|
|
|
|
|
'Europe/Budapest' => { |
11683
|
|
|
|
|
|
|
exemplarCity => q#Budapest#, |
11684
|
|
|
|
|
|
|
}, |
11685
|
|
|
|
|
|
|
'Europe/Busingen' => { |
11686
|
|
|
|
|
|
|
exemplarCity => q#Busingen#, |
11687
|
|
|
|
|
|
|
}, |
11688
|
|
|
|
|
|
|
'Europe/Chisinau' => { |
11689
|
|
|
|
|
|
|
exemplarCity => q#ChiÈinÄu#, |
11690
|
|
|
|
|
|
|
}, |
11691
|
|
|
|
|
|
|
'Europe/Copenhagen' => { |
11692
|
|
|
|
|
|
|
exemplarCity => q#Beirbh#, |
11693
|
|
|
|
|
|
|
}, |
11694
|
|
|
|
|
|
|
'Europe/Dublin' => { |
11695
|
|
|
|
|
|
|
exemplarCity => q#Baile Ãtha Cliath#, |
11696
|
|
|
|
|
|
|
long => { |
11697
|
|
|
|
|
|
|
'daylight' => q#Bun-Ã m na h-Ãireann#, |
11698
|
|
|
|
|
|
|
}, |
11699
|
|
|
|
|
|
|
short => { |
11700
|
|
|
|
|
|
|
'daylight' => q#TSÃ (Ãirinn)#, |
11701
|
|
|
|
|
|
|
}, |
11702
|
|
|
|
|
|
|
}, |
11703
|
|
|
|
|
|
|
'Europe/Gibraltar' => { |
11704
|
|
|
|
|
|
|
exemplarCity => q#Diobraltar#, |
11705
|
|
|
|
|
|
|
}, |
11706
|
|
|
|
|
|
|
'Europe/Guernsey' => { |
11707
|
|
|
|
|
|
|
exemplarCity => q#Geà rnsaidh#, |
11708
|
|
|
|
|
|
|
}, |
11709
|
|
|
|
|
|
|
'Europe/Helsinki' => { |
11710
|
|
|
|
|
|
|
exemplarCity => q#Helsinki#, |
11711
|
|
|
|
|
|
|
}, |
11712
|
|
|
|
|
|
|
'Europe/Isle_of_Man' => { |
11713
|
|
|
|
|
|
|
exemplarCity => q#Eilean Mhanainn#, |
11714
|
|
|
|
|
|
|
}, |
11715
|
|
|
|
|
|
|
'Europe/Istanbul' => { |
11716
|
|
|
|
|
|
|
exemplarCity => q#Istanbul#, |
11717
|
|
|
|
|
|
|
}, |
11718
|
|
|
|
|
|
|
'Europe/Jersey' => { |
11719
|
|
|
|
|
|
|
exemplarCity => q#Deà rsaidh#, |
11720
|
|
|
|
|
|
|
}, |
11721
|
|
|
|
|
|
|
'Europe/Kaliningrad' => { |
11722
|
|
|
|
|
|
|
exemplarCity => q#Kaliningrad#, |
11723
|
|
|
|
|
|
|
}, |
11724
|
|
|
|
|
|
|
'Europe/Kiev' => { |
11725
|
|
|
|
|
|
|
exemplarCity => q#Kiev#, |
11726
|
|
|
|
|
|
|
}, |
11727
|
|
|
|
|
|
|
'Europe/Kirov' => { |
11728
|
|
|
|
|
|
|
exemplarCity => q#Kirov#, |
11729
|
|
|
|
|
|
|
}, |
11730
|
|
|
|
|
|
|
'Europe/Lisbon' => { |
11731
|
|
|
|
|
|
|
exemplarCity => q#Lisbon#, |
11732
|
|
|
|
|
|
|
}, |
11733
|
|
|
|
|
|
|
'Europe/Ljubljana' => { |
11734
|
|
|
|
|
|
|
exemplarCity => q#Ljubljana#, |
11735
|
|
|
|
|
|
|
}, |
11736
|
|
|
|
|
|
|
'Europe/London' => { |
11737
|
|
|
|
|
|
|
exemplarCity => q#Dùn Ãideann/Lunnainn#, |
11738
|
|
|
|
|
|
|
long => { |
11739
|
|
|
|
|
|
|
'daylight' => q#Tìde samhraidh Bhreatainn#, |
11740
|
|
|
|
|
|
|
}, |
11741
|
|
|
|
|
|
|
short => { |
11742
|
|
|
|
|
|
|
'daylight' => q#TSB#, |
11743
|
|
|
|
|
|
|
}, |
11744
|
|
|
|
|
|
|
}, |
11745
|
|
|
|
|
|
|
'Europe/Luxembourg' => { |
11746
|
|
|
|
|
|
|
exemplarCity => q#Lugsamburg#, |
11747
|
|
|
|
|
|
|
}, |
11748
|
|
|
|
|
|
|
'Europe/Madrid' => { |
11749
|
|
|
|
|
|
|
exemplarCity => q#Madrid#, |
11750
|
|
|
|
|
|
|
}, |
11751
|
|
|
|
|
|
|
'Europe/Malta' => { |
11752
|
|
|
|
|
|
|
exemplarCity => q#Malta#, |
11753
|
|
|
|
|
|
|
}, |
11754
|
|
|
|
|
|
|
'Europe/Mariehamn' => { |
11755
|
|
|
|
|
|
|
exemplarCity => q#Mariehamn#, |
11756
|
|
|
|
|
|
|
}, |
11757
|
|
|
|
|
|
|
'Europe/Minsk' => { |
11758
|
|
|
|
|
|
|
exemplarCity => q#Minsk#, |
11759
|
|
|
|
|
|
|
}, |
11760
|
|
|
|
|
|
|
'Europe/Monaco' => { |
11761
|
|
|
|
|
|
|
exemplarCity => q#Monaco#, |
11762
|
|
|
|
|
|
|
}, |
11763
|
|
|
|
|
|
|
'Europe/Moscow' => { |
11764
|
|
|
|
|
|
|
exemplarCity => q#Mosgo#, |
11765
|
|
|
|
|
|
|
}, |
11766
|
|
|
|
|
|
|
'Europe/Oslo' => { |
11767
|
|
|
|
|
|
|
exemplarCity => q#Oslo#, |
11768
|
|
|
|
|
|
|
}, |
11769
|
|
|
|
|
|
|
'Europe/Paris' => { |
11770
|
|
|
|
|
|
|
exemplarCity => q#Paras#, |
11771
|
|
|
|
|
|
|
}, |
11772
|
|
|
|
|
|
|
'Europe/Podgorica' => { |
11773
|
|
|
|
|
|
|
exemplarCity => q#Podgorica#, |
11774
|
|
|
|
|
|
|
}, |
11775
|
|
|
|
|
|
|
'Europe/Prague' => { |
11776
|
|
|
|
|
|
|
exemplarCity => q#Prà g#, |
11777
|
|
|
|
|
|
|
}, |
11778
|
|
|
|
|
|
|
'Europe/Riga' => { |
11779
|
|
|
|
|
|
|
exemplarCity => q#RÄ«ga#, |
11780
|
|
|
|
|
|
|
}, |
11781
|
|
|
|
|
|
|
'Europe/Rome' => { |
11782
|
|
|
|
|
|
|
exemplarCity => q#An Ròimh#, |
11783
|
|
|
|
|
|
|
}, |
11784
|
|
|
|
|
|
|
'Europe/Samara' => { |
11785
|
|
|
|
|
|
|
exemplarCity => q#Samara#, |
11786
|
|
|
|
|
|
|
}, |
11787
|
|
|
|
|
|
|
'Europe/San_Marino' => { |
11788
|
|
|
|
|
|
|
exemplarCity => q#San Marino#, |
11789
|
|
|
|
|
|
|
}, |
11790
|
|
|
|
|
|
|
'Europe/Sarajevo' => { |
11791
|
|
|
|
|
|
|
exemplarCity => q#Sarajevo#, |
11792
|
|
|
|
|
|
|
}, |
11793
|
|
|
|
|
|
|
'Europe/Saratov' => { |
11794
|
|
|
|
|
|
|
exemplarCity => q#Saratov#, |
11795
|
|
|
|
|
|
|
}, |
11796
|
|
|
|
|
|
|
'Europe/Simferopol' => { |
11797
|
|
|
|
|
|
|
exemplarCity => q#Simferopol#, |
11798
|
|
|
|
|
|
|
}, |
11799
|
|
|
|
|
|
|
'Europe/Skopje' => { |
11800
|
|
|
|
|
|
|
exemplarCity => q#Skopje#, |
11801
|
|
|
|
|
|
|
}, |
11802
|
|
|
|
|
|
|
'Europe/Sofia' => { |
11803
|
|
|
|
|
|
|
exemplarCity => q#Sofiya#, |
11804
|
|
|
|
|
|
|
}, |
11805
|
|
|
|
|
|
|
'Europe/Stockholm' => { |
11806
|
|
|
|
|
|
|
exemplarCity => q#Stockholm#, |
11807
|
|
|
|
|
|
|
}, |
11808
|
|
|
|
|
|
|
'Europe/Tallinn' => { |
11809
|
|
|
|
|
|
|
exemplarCity => q#Tallinn#, |
11810
|
|
|
|
|
|
|
}, |
11811
|
|
|
|
|
|
|
'Europe/Tirane' => { |
11812
|
|
|
|
|
|
|
exemplarCity => q#Tiranë#, |
11813
|
|
|
|
|
|
|
}, |
11814
|
|
|
|
|
|
|
'Europe/Ulyanovsk' => { |
11815
|
|
|
|
|
|
|
exemplarCity => q#Ulyanovsk#, |
11816
|
|
|
|
|
|
|
}, |
11817
|
|
|
|
|
|
|
'Europe/Uzhgorod' => { |
11818
|
|
|
|
|
|
|
exemplarCity => q#Uzhgorod#, |
11819
|
|
|
|
|
|
|
}, |
11820
|
|
|
|
|
|
|
'Europe/Vaduz' => { |
11821
|
|
|
|
|
|
|
exemplarCity => q#Vaduz#, |
11822
|
|
|
|
|
|
|
}, |
11823
|
|
|
|
|
|
|
'Europe/Vatican' => { |
11824
|
|
|
|
|
|
|
exemplarCity => q#Aâ Bhatacan#, |
11825
|
|
|
|
|
|
|
}, |
11826
|
|
|
|
|
|
|
'Europe/Vienna' => { |
11827
|
|
|
|
|
|
|
exemplarCity => q#Vienna#, |
11828
|
|
|
|
|
|
|
}, |
11829
|
|
|
|
|
|
|
'Europe/Vilnius' => { |
11830
|
|
|
|
|
|
|
exemplarCity => q#Vilnius#, |
11831
|
|
|
|
|
|
|
}, |
11832
|
|
|
|
|
|
|
'Europe/Volgograd' => { |
11833
|
|
|
|
|
|
|
exemplarCity => q#Volgograd#, |
11834
|
|
|
|
|
|
|
}, |
11835
|
|
|
|
|
|
|
'Europe/Warsaw' => { |
11836
|
|
|
|
|
|
|
exemplarCity => q#Warsaw#, |
11837
|
|
|
|
|
|
|
}, |
11838
|
|
|
|
|
|
|
'Europe/Zagreb' => { |
11839
|
|
|
|
|
|
|
exemplarCity => q#Zagreb#, |
11840
|
|
|
|
|
|
|
}, |
11841
|
|
|
|
|
|
|
'Europe/Zaporozhye' => { |
11842
|
|
|
|
|
|
|
exemplarCity => q#Zaporozhye#, |
11843
|
|
|
|
|
|
|
}, |
11844
|
|
|
|
|
|
|
'Europe/Zurich' => { |
11845
|
|
|
|
|
|
|
exemplarCity => q#Zürich#, |
11846
|
|
|
|
|
|
|
}, |
11847
|
|
|
|
|
|
|
'Europe_Central' => { |
11848
|
|
|
|
|
|
|
long => { |
11849
|
|
|
|
|
|
|
'daylight' => q#Tìde samhraidh Meadhan na Roinn-Eòrpa#, |
11850
|
|
|
|
|
|
|
'generic' => q#Ãm Meadhan na Roinn-Eòrpa#, |
11851
|
|
|
|
|
|
|
'standard' => q#Bun-à m Meadhan na Roinn-Eòrpa#, |
11852
|
|
|
|
|
|
|
}, |
11853
|
|
|
|
|
|
|
short => { |
11854
|
|
|
|
|
|
|
'daylight' => q#CEST#, |
11855
|
|
|
|
|
|
|
'generic' => q#CET#, |
11856
|
|
|
|
|
|
|
'standard' => q#CET#, |
11857
|
|
|
|
|
|
|
}, |
11858
|
|
|
|
|
|
|
}, |
11859
|
|
|
|
|
|
|
'Europe_Eastern' => { |
11860
|
|
|
|
|
|
|
long => { |
11861
|
|
|
|
|
|
|
'daylight' => q#Tìde samhraidh na Roinn-Eòrpa an Ear#, |
11862
|
|
|
|
|
|
|
'generic' => q#Ãm na Roinn-Eòrpa an Ear#, |
11863
|
|
|
|
|
|
|
'standard' => q#Bun-à m na Roinn-Eòrpa an Ear#, |
11864
|
|
|
|
|
|
|
}, |
11865
|
|
|
|
|
|
|
short => { |
11866
|
|
|
|
|
|
|
'daylight' => q#EEST#, |
11867
|
|
|
|
|
|
|
'generic' => q#EET#, |
11868
|
|
|
|
|
|
|
'standard' => q#EET#, |
11869
|
|
|
|
|
|
|
}, |
11870
|
|
|
|
|
|
|
}, |
11871
|
|
|
|
|
|
|
'Europe_Further_Eastern' => { |
11872
|
|
|
|
|
|
|
long => { |
11873
|
|
|
|
|
|
|
'standard' => q#Ãm na Roinn-Eòrpa nas fhaide ear#, |
11874
|
|
|
|
|
|
|
}, |
11875
|
|
|
|
|
|
|
}, |
11876
|
|
|
|
|
|
|
'Europe_Western' => { |
11877
|
|
|
|
|
|
|
long => { |
11878
|
|
|
|
|
|
|
'daylight' => q#Tìde samhraidh na Roinn-Eòrpa an Iar#, |
11879
|
|
|
|
|
|
|
'generic' => q#Ãm na Roinn-Eòrpa an Iar#, |
11880
|
|
|
|
|
|
|
'standard' => q#Bun-à m na Roinn-Eòrpa an Iar#, |
11881
|
|
|
|
|
|
|
}, |
11882
|
|
|
|
|
|
|
short => { |
11883
|
|
|
|
|
|
|
'daylight' => q#WEST#, |
11884
|
|
|
|
|
|
|
'generic' => q#WET#, |
11885
|
|
|
|
|
|
|
'standard' => q#WET#, |
11886
|
|
|
|
|
|
|
}, |
11887
|
|
|
|
|
|
|
}, |
11888
|
|
|
|
|
|
|
'Falkland' => { |
11889
|
|
|
|
|
|
|
long => { |
11890
|
|
|
|
|
|
|
'daylight' => q#Tìde samhraidh nan Eileanan Fà clannach#, |
11891
|
|
|
|
|
|
|
'generic' => q#Ãm nan Eileanan FÃ clannach#, |
11892
|
|
|
|
|
|
|
'standard' => q#Bun-Ã m nan Eileanan FÃ clannach#, |
11893
|
|
|
|
|
|
|
}, |
11894
|
|
|
|
|
|
|
}, |
11895
|
|
|
|
|
|
|
'Fiji' => { |
11896
|
|
|
|
|
|
|
long => { |
11897
|
|
|
|
|
|
|
'daylight' => q#Tìde samhraidh Fìdi#, |
11898
|
|
|
|
|
|
|
'generic' => q#Ãm Fìdi#, |
11899
|
|
|
|
|
|
|
'standard' => q#Bun-à m Fìdi#, |
11900
|
|
|
|
|
|
|
}, |
11901
|
|
|
|
|
|
|
}, |
11902
|
|
|
|
|
|
|
'French_Guiana' => { |
11903
|
|
|
|
|
|
|
long => { |
11904
|
|
|
|
|
|
|
'standard' => q#Ãm Guidheà na na Frainge#, |
11905
|
|
|
|
|
|
|
}, |
11906
|
|
|
|
|
|
|
}, |
11907
|
|
|
|
|
|
|
'French_Southern' => { |
11908
|
|
|
|
|
|
|
long => { |
11909
|
|
|
|
|
|
|
'standard' => q#Ãm Deasach agus Antartaigeach na Frainge#, |
11910
|
|
|
|
|
|
|
}, |
11911
|
|
|
|
|
|
|
}, |
11912
|
|
|
|
|
|
|
'GMT' => { |
11913
|
|
|
|
|
|
|
long => { |
11914
|
|
|
|
|
|
|
'standard' => q#Greenwich Mean Time#, |
11915
|
|
|
|
|
|
|
}, |
11916
|
|
|
|
|
|
|
short => { |
11917
|
|
|
|
|
|
|
'standard' => q#GMT#, |
11918
|
|
|
|
|
|
|
}, |
11919
|
|
|
|
|
|
|
}, |
11920
|
|
|
|
|
|
|
'Galapagos' => { |
11921
|
|
|
|
|
|
|
long => { |
11922
|
|
|
|
|
|
|
'standard' => q#Ãm Ghalapagos#, |
11923
|
|
|
|
|
|
|
}, |
11924
|
|
|
|
|
|
|
}, |
11925
|
|
|
|
|
|
|
'Gambier' => { |
11926
|
|
|
|
|
|
|
long => { |
11927
|
|
|
|
|
|
|
'standard' => q#Ãm Ghambier#, |
11928
|
|
|
|
|
|
|
}, |
11929
|
|
|
|
|
|
|
}, |
11930
|
|
|
|
|
|
|
'Georgia' => { |
11931
|
|
|
|
|
|
|
long => { |
11932
|
|
|
|
|
|
|
'daylight' => q#Tìde samhraidh na Cairtbheile#, |
11933
|
|
|
|
|
|
|
'generic' => q#Ãm na Cairtbheile#, |
11934
|
|
|
|
|
|
|
'standard' => q#Bun-Ã m na Cairtbheile#, |
11935
|
|
|
|
|
|
|
}, |
11936
|
|
|
|
|
|
|
}, |
11937
|
|
|
|
|
|
|
'Gilbert_Islands' => { |
11938
|
|
|
|
|
|
|
long => { |
11939
|
|
|
|
|
|
|
'standard' => q#Ãm Eileanan Ghileabairt#, |
11940
|
|
|
|
|
|
|
}, |
11941
|
|
|
|
|
|
|
}, |
11942
|
|
|
|
|
|
|
'Greenland_Eastern' => { |
11943
|
|
|
|
|
|
|
long => { |
11944
|
|
|
|
|
|
|
'daylight' => q#Tìde samhraidh na Graonlainn an Ear#, |
11945
|
|
|
|
|
|
|
'generic' => q#Ãm na Graonlainn an Ear#, |
11946
|
|
|
|
|
|
|
'standard' => q#Bun-Ã m na Graonlainn an Ear#, |
11947
|
|
|
|
|
|
|
}, |
11948
|
|
|
|
|
|
|
}, |
11949
|
|
|
|
|
|
|
'Greenland_Western' => { |
11950
|
|
|
|
|
|
|
long => { |
11951
|
|
|
|
|
|
|
'daylight' => q#Tìde samhraidh na Graonlainn an Iar#, |
11952
|
|
|
|
|
|
|
'generic' => q#Ãm na Graonlainn an Iar#, |
11953
|
|
|
|
|
|
|
'standard' => q#Bun-Ã m na Graonlainn an Iar#, |
11954
|
|
|
|
|
|
|
}, |
11955
|
|
|
|
|
|
|
}, |
11956
|
|
|
|
|
|
|
'Guam' => { |
11957
|
|
|
|
|
|
|
long => { |
11958
|
|
|
|
|
|
|
'standard' => q#Ãm Guam#, |
11959
|
|
|
|
|
|
|
}, |
11960
|
|
|
|
|
|
|
}, |
11961
|
|
|
|
|
|
|
'Gulf' => { |
11962
|
|
|
|
|
|
|
long => { |
11963
|
|
|
|
|
|
|
'standard' => q#Ãm aâ Chamais#, |
11964
|
|
|
|
|
|
|
}, |
11965
|
|
|
|
|
|
|
}, |
11966
|
|
|
|
|
|
|
'Guyana' => { |
11967
|
|
|
|
|
|
|
long => { |
11968
|
|
|
|
|
|
|
'standard' => q#Ãm Guidheà na#, |
11969
|
|
|
|
|
|
|
}, |
11970
|
|
|
|
|
|
|
}, |
11971
|
|
|
|
|
|
|
'Hawaii_Aleutian' => { |
11972
|
|
|
|
|
|
|
long => { |
11973
|
|
|
|
|
|
|
'daylight' => q#Tìde Samhraidh nan Eileanan Hawaiâi âs Aleutach#, |
11974
|
|
|
|
|
|
|
'generic' => q#Ãm nan Eileanan Hawaiâi âs Aleutach#, |
11975
|
|
|
|
|
|
|
'standard' => q#Bun-Ã m nan Eileanan Hawaiâi âs Aleutach#, |
11976
|
|
|
|
|
|
|
}, |
11977
|
|
|
|
|
|
|
short => { |
11978
|
|
|
|
|
|
|
'daylight' => q#HADT#, |
11979
|
|
|
|
|
|
|
'generic' => q#HAT#, |
11980
|
|
|
|
|
|
|
'standard' => q#HAST#, |
11981
|
|
|
|
|
|
|
}, |
11982
|
|
|
|
|
|
|
}, |
11983
|
|
|
|
|
|
|
'Hong_Kong' => { |
11984
|
|
|
|
|
|
|
long => { |
11985
|
|
|
|
|
|
|
'daylight' => q#Tìde samhraidh Hong Kong#, |
11986
|
|
|
|
|
|
|
'generic' => q#Ãm Hong Kong#, |
11987
|
|
|
|
|
|
|
'standard' => q#Bun-Ã m Hong Kong#, |
11988
|
|
|
|
|
|
|
}, |
11989
|
|
|
|
|
|
|
}, |
11990
|
|
|
|
|
|
|
'Hovd' => { |
11991
|
|
|
|
|
|
|
long => { |
11992
|
|
|
|
|
|
|
'daylight' => q#Tìde samhraidh Hovd#, |
11993
|
|
|
|
|
|
|
'generic' => q#Ãm Hovd#, |
11994
|
|
|
|
|
|
|
'standard' => q#Bun-Ã m Hovd#, |
11995
|
|
|
|
|
|
|
}, |
11996
|
|
|
|
|
|
|
}, |
11997
|
|
|
|
|
|
|
'India' => { |
11998
|
|
|
|
|
|
|
long => { |
11999
|
|
|
|
|
|
|
'standard' => q#Ãm nan Innseachan#, |
12000
|
|
|
|
|
|
|
}, |
12001
|
|
|
|
|
|
|
}, |
12002
|
|
|
|
|
|
|
'Indian/Antananarivo' => { |
12003
|
|
|
|
|
|
|
exemplarCity => q#Antananarivo#, |
12004
|
|
|
|
|
|
|
}, |
12005
|
|
|
|
|
|
|
'Indian/Chagos' => { |
12006
|
|
|
|
|
|
|
exemplarCity => q#Chagos#, |
12007
|
|
|
|
|
|
|
}, |
12008
|
|
|
|
|
|
|
'Indian/Christmas' => { |
12009
|
|
|
|
|
|
|
exemplarCity => q#Nollaig#, |
12010
|
|
|
|
|
|
|
}, |
12011
|
|
|
|
|
|
|
'Indian/Cocos' => { |
12012
|
|
|
|
|
|
|
exemplarCity => q#Cocos#, |
12013
|
|
|
|
|
|
|
}, |
12014
|
|
|
|
|
|
|
'Indian/Comoro' => { |
12015
|
|
|
|
|
|
|
exemplarCity => q#Comoro#, |
12016
|
|
|
|
|
|
|
}, |
12017
|
|
|
|
|
|
|
'Indian/Kerguelen' => { |
12018
|
|
|
|
|
|
|
exemplarCity => q#Kergelenn#, |
12019
|
|
|
|
|
|
|
}, |
12020
|
|
|
|
|
|
|
'Indian/Mahe' => { |
12021
|
|
|
|
|
|
|
exemplarCity => q#Mahé#, |
12022
|
|
|
|
|
|
|
}, |
12023
|
|
|
|
|
|
|
'Indian/Maldives' => { |
12024
|
|
|
|
|
|
|
exemplarCity => q#Na h-Eileanan Mhaladaibh#, |
12025
|
|
|
|
|
|
|
}, |
12026
|
|
|
|
|
|
|
'Indian/Mauritius' => { |
12027
|
|
|
|
|
|
|
exemplarCity => q#Na h-Eileanan Mhoiriseas#, |
12028
|
|
|
|
|
|
|
}, |
12029
|
|
|
|
|
|
|
'Indian/Mayotte' => { |
12030
|
|
|
|
|
|
|
exemplarCity => q#Mayotte#, |
12031
|
|
|
|
|
|
|
}, |
12032
|
|
|
|
|
|
|
'Indian/Reunion' => { |
12033
|
|
|
|
|
|
|
exemplarCity => q#Réunion#, |
12034
|
|
|
|
|
|
|
}, |
12035
|
|
|
|
|
|
|
'Indian_Ocean' => { |
12036
|
|
|
|
|
|
|
long => { |
12037
|
|
|
|
|
|
|
'standard' => q#Ãm Cuan nan Innseachan#, |
12038
|
|
|
|
|
|
|
}, |
12039
|
|
|
|
|
|
|
}, |
12040
|
|
|
|
|
|
|
'Indochina' => { |
12041
|
|
|
|
|
|
|
long => { |
12042
|
|
|
|
|
|
|
'standard' => q#Ãm Sìn-Innseanach#, |
12043
|
|
|
|
|
|
|
}, |
12044
|
|
|
|
|
|
|
}, |
12045
|
|
|
|
|
|
|
'Indonesia_Central' => { |
12046
|
|
|
|
|
|
|
long => { |
12047
|
|
|
|
|
|
|
'standard' => q#Ãm Meadhan nan Innd-Innse#, |
12048
|
|
|
|
|
|
|
}, |
12049
|
|
|
|
|
|
|
}, |
12050
|
|
|
|
|
|
|
'Indonesia_Eastern' => { |
12051
|
|
|
|
|
|
|
long => { |
12052
|
|
|
|
|
|
|
'standard' => q#Ãm nan Innd-Innse an Ear#, |
12053
|
|
|
|
|
|
|
}, |
12054
|
|
|
|
|
|
|
}, |
12055
|
|
|
|
|
|
|
'Indonesia_Western' => { |
12056
|
|
|
|
|
|
|
long => { |
12057
|
|
|
|
|
|
|
'standard' => q#Ãm nan Innd-Innse an Iar#, |
12058
|
|
|
|
|
|
|
}, |
12059
|
|
|
|
|
|
|
}, |
12060
|
|
|
|
|
|
|
'Iran' => { |
12061
|
|
|
|
|
|
|
long => { |
12062
|
|
|
|
|
|
|
'daylight' => q#Tìde samhraidh Iorà in#, |
12063
|
|
|
|
|
|
|
'generic' => q#Ãm Iorà in#, |
12064
|
|
|
|
|
|
|
'standard' => q#Bun-à m Iorà in#, |
12065
|
|
|
|
|
|
|
}, |
12066
|
|
|
|
|
|
|
}, |
12067
|
|
|
|
|
|
|
'Irkutsk' => { |
12068
|
|
|
|
|
|
|
long => { |
12069
|
|
|
|
|
|
|
'daylight' => q#Tìde Samhraidh Irkutsk#, |
12070
|
|
|
|
|
|
|
'generic' => q#Ãm Irkutsk#, |
12071
|
|
|
|
|
|
|
'standard' => q#Bun-Ã m Irkutsk#, |
12072
|
|
|
|
|
|
|
}, |
12073
|
|
|
|
|
|
|
}, |
12074
|
|
|
|
|
|
|
'Israel' => { |
12075
|
|
|
|
|
|
|
long => { |
12076
|
|
|
|
|
|
|
'daylight' => q#Tìde samhraidh Iosrael#, |
12077
|
|
|
|
|
|
|
'generic' => q#Ãm Iosrael#, |
12078
|
|
|
|
|
|
|
'standard' => q#Bun-Ã m Iosrael#, |
12079
|
|
|
|
|
|
|
}, |
12080
|
|
|
|
|
|
|
}, |
12081
|
|
|
|
|
|
|
'Japan' => { |
12082
|
|
|
|
|
|
|
long => { |
12083
|
|
|
|
|
|
|
'daylight' => q#Tìde samhraidh na Seapaine#, |
12084
|
|
|
|
|
|
|
'generic' => q#Ãm na Seapaine#, |
12085
|
|
|
|
|
|
|
'standard' => q#Bun-Ã m na Seapaine#, |
12086
|
|
|
|
|
|
|
}, |
12087
|
|
|
|
|
|
|
}, |
12088
|
|
|
|
|
|
|
'Kamchatka' => { |
12089
|
|
|
|
|
|
|
long => { |
12090
|
|
|
|
|
|
|
'daylight' => q#Tìde samhraidh Petropavlovsk-Kamchatsky#, |
12091
|
|
|
|
|
|
|
'generic' => q#Ãm Petropavlovsk-Kamchatsky#, |
12092
|
|
|
|
|
|
|
'standard' => q#Bun-Ã m Petropavlovsk-Kamchatsky#, |
12093
|
|
|
|
|
|
|
}, |
12094
|
|
|
|
|
|
|
}, |
12095
|
|
|
|
|
|
|
'Kazakhstan_Eastern' => { |
12096
|
|
|
|
|
|
|
long => { |
12097
|
|
|
|
|
|
|
'standard' => q#Ãm Casachstà in an Ear#, |
12098
|
|
|
|
|
|
|
}, |
12099
|
|
|
|
|
|
|
}, |
12100
|
|
|
|
|
|
|
'Kazakhstan_Western' => { |
12101
|
|
|
|
|
|
|
long => { |
12102
|
|
|
|
|
|
|
'standard' => q#Ãm Casachstà in an Iar#, |
12103
|
|
|
|
|
|
|
}, |
12104
|
|
|
|
|
|
|
}, |
12105
|
|
|
|
|
|
|
'Korea' => { |
12106
|
|
|
|
|
|
|
long => { |
12107
|
|
|
|
|
|
|
'daylight' => q#Tìde samhraidh Choirèa#, |
12108
|
|
|
|
|
|
|
'generic' => q#Ãm Choirèa#, |
12109
|
|
|
|
|
|
|
'standard' => q#Bun-à m Choirèa#, |
12110
|
|
|
|
|
|
|
}, |
12111
|
|
|
|
|
|
|
}, |
12112
|
|
|
|
|
|
|
'Kosrae' => { |
12113
|
|
|
|
|
|
|
long => { |
12114
|
|
|
|
|
|
|
'standard' => q#Ãm Kosrae#, |
12115
|
|
|
|
|
|
|
}, |
12116
|
|
|
|
|
|
|
}, |
12117
|
|
|
|
|
|
|
'Krasnoyarsk' => { |
12118
|
|
|
|
|
|
|
long => { |
12119
|
|
|
|
|
|
|
'daylight' => q#Tìde samhraidh Krasnoyarsk#, |
12120
|
|
|
|
|
|
|
'generic' => q#Ãm Krasnoyarsk#, |
12121
|
|
|
|
|
|
|
'standard' => q#Bun-Ã m Krasnoyarsk#, |
12122
|
|
|
|
|
|
|
}, |
12123
|
|
|
|
|
|
|
}, |
12124
|
|
|
|
|
|
|
'Kyrgystan' => { |
12125
|
|
|
|
|
|
|
long => { |
12126
|
|
|
|
|
|
|
'standard' => q#Ãm Cìorgastain#, |
12127
|
|
|
|
|
|
|
}, |
12128
|
|
|
|
|
|
|
}, |
12129
|
|
|
|
|
|
|
'Lanka' => { |
12130
|
|
|
|
|
|
|
long => { |
12131
|
|
|
|
|
|
|
'standard' => q#Ãm Lanca#, |
12132
|
|
|
|
|
|
|
}, |
12133
|
|
|
|
|
|
|
}, |
12134
|
|
|
|
|
|
|
'Line_Islands' => { |
12135
|
|
|
|
|
|
|
long => { |
12136
|
|
|
|
|
|
|
'standard' => q#Ãm Eileanan Teraina#, |
12137
|
|
|
|
|
|
|
}, |
12138
|
|
|
|
|
|
|
}, |
12139
|
|
|
|
|
|
|
'Lord_Howe' => { |
12140
|
|
|
|
|
|
|
long => { |
12141
|
|
|
|
|
|
|
'daylight' => q#Tìde samhraidh Lord Howe#, |
12142
|
|
|
|
|
|
|
'generic' => q#Ãm Lord Howe#, |
12143
|
|
|
|
|
|
|
'standard' => q#Bun-Ã m Lord Howe#, |
12144
|
|
|
|
|
|
|
}, |
12145
|
|
|
|
|
|
|
}, |
12146
|
|
|
|
|
|
|
'Macau' => { |
12147
|
|
|
|
|
|
|
long => { |
12148
|
|
|
|
|
|
|
'daylight' => q#Tìde samhraidh Macà thu#, |
12149
|
|
|
|
|
|
|
'generic' => q#Ãm Macà thu#, |
12150
|
|
|
|
|
|
|
'standard' => q#Bun-à m Macà thu#, |
12151
|
|
|
|
|
|
|
}, |
12152
|
|
|
|
|
|
|
}, |
12153
|
|
|
|
|
|
|
'Macquarie' => { |
12154
|
|
|
|
|
|
|
long => { |
12155
|
|
|
|
|
|
|
'standard' => q#Ãm Eilein MhicGuaire#, |
12156
|
|
|
|
|
|
|
}, |
12157
|
|
|
|
|
|
|
}, |
12158
|
|
|
|
|
|
|
'Magadan' => { |
12159
|
|
|
|
|
|
|
long => { |
12160
|
|
|
|
|
|
|
'daylight' => q#Tìde Samhraidh Magadan#, |
12161
|
|
|
|
|
|
|
'generic' => q#Ãm Magadan#, |
12162
|
|
|
|
|
|
|
'standard' => q#Bun-Ã m Magadan#, |
12163
|
|
|
|
|
|
|
}, |
12164
|
|
|
|
|
|
|
}, |
12165
|
|
|
|
|
|
|
'Malaysia' => { |
12166
|
|
|
|
|
|
|
long => { |
12167
|
|
|
|
|
|
|
'standard' => q#Ãm Mhalaidhsea#, |
12168
|
|
|
|
|
|
|
}, |
12169
|
|
|
|
|
|
|
}, |
12170
|
|
|
|
|
|
|
'Maldives' => { |
12171
|
|
|
|
|
|
|
long => { |
12172
|
|
|
|
|
|
|
'standard' => q#Ãm nan Eileanan Mhaladaibh#, |
12173
|
|
|
|
|
|
|
}, |
12174
|
|
|
|
|
|
|
}, |
12175
|
|
|
|
|
|
|
'Marquesas' => { |
12176
|
|
|
|
|
|
|
long => { |
12177
|
|
|
|
|
|
|
'standard' => q#Ãm Eileanan aâ Mharcais#, |
12178
|
|
|
|
|
|
|
}, |
12179
|
|
|
|
|
|
|
}, |
12180
|
|
|
|
|
|
|
'Marshall_Islands' => { |
12181
|
|
|
|
|
|
|
long => { |
12182
|
|
|
|
|
|
|
'standard' => q#Ãm Eileanan Mharshall#, |
12183
|
|
|
|
|
|
|
}, |
12184
|
|
|
|
|
|
|
}, |
12185
|
|
|
|
|
|
|
'Mauritius' => { |
12186
|
|
|
|
|
|
|
long => { |
12187
|
|
|
|
|
|
|
'daylight' => q#Tìde samhraidh nan Eileanan Mhoiriseas#, |
12188
|
|
|
|
|
|
|
'generic' => q#Ãm nan Eileanan Mhoiriseas#, |
12189
|
|
|
|
|
|
|
'standard' => q#Bun-Ã m nan Eileanan Mhoiriseas#, |
12190
|
|
|
|
|
|
|
}, |
12191
|
|
|
|
|
|
|
}, |
12192
|
|
|
|
|
|
|
'Mawson' => { |
12193
|
|
|
|
|
|
|
long => { |
12194
|
|
|
|
|
|
|
'standard' => q#Ãm Mhawson#, |
12195
|
|
|
|
|
|
|
}, |
12196
|
|
|
|
|
|
|
}, |
12197
|
|
|
|
|
|
|
'Mexico_Northwest' => { |
12198
|
|
|
|
|
|
|
long => { |
12199
|
|
|
|
|
|
|
'daylight' => q#Tìde samhraidh Mheagsago an Iar-thuath#, |
12200
|
|
|
|
|
|
|
'generic' => q#Ãm Mheagsago an Iar-thuath#, |
12201
|
|
|
|
|
|
|
'standard' => q#Bun-Ã m Mheagsago an Iar-thuath#, |
12202
|
|
|
|
|
|
|
}, |
12203
|
|
|
|
|
|
|
}, |
12204
|
|
|
|
|
|
|
'Mexico_Pacific' => { |
12205
|
|
|
|
|
|
|
long => { |
12206
|
|
|
|
|
|
|
'daylight' => q#Tìde samhraidh aâ Chuain Sèimh Mheagsago#, |
12207
|
|
|
|
|
|
|
'generic' => q#Ãm aâ Chuain Sèimh Mheagsago#, |
12208
|
|
|
|
|
|
|
'standard' => q#Bun-à m aâ Chuain Sèimh Mheagsago#, |
12209
|
|
|
|
|
|
|
}, |
12210
|
|
|
|
|
|
|
}, |
12211
|
|
|
|
|
|
|
'Mongolia' => { |
12212
|
|
|
|
|
|
|
long => { |
12213
|
|
|
|
|
|
|
'daylight' => q#Tìde samhraidh Ulan Bator#, |
12214
|
|
|
|
|
|
|
'generic' => q#Ãm Ulan Bator#, |
12215
|
|
|
|
|
|
|
'standard' => q#Bun-Ã m Ulan Bator#, |
12216
|
|
|
|
|
|
|
}, |
12217
|
|
|
|
|
|
|
}, |
12218
|
|
|
|
|
|
|
'Moscow' => { |
12219
|
|
|
|
|
|
|
long => { |
12220
|
|
|
|
|
|
|
'daylight' => q#Tìde samhraidh Mhosgo#, |
12221
|
|
|
|
|
|
|
'generic' => q#Ãm Mhosgo#, |
12222
|
|
|
|
|
|
|
'standard' => q#Bun-Ã m Mhosgo#, |
12223
|
|
|
|
|
|
|
}, |
12224
|
|
|
|
|
|
|
}, |
12225
|
|
|
|
|
|
|
'Myanmar' => { |
12226
|
|
|
|
|
|
|
long => { |
12227
|
|
|
|
|
|
|
'standard' => q#Ãm Mià nmar#, |
12228
|
|
|
|
|
|
|
}, |
12229
|
|
|
|
|
|
|
}, |
12230
|
|
|
|
|
|
|
'Nauru' => { |
12231
|
|
|
|
|
|
|
long => { |
12232
|
|
|
|
|
|
|
'standard' => q#Ãm Nabhru#, |
12233
|
|
|
|
|
|
|
}, |
12234
|
|
|
|
|
|
|
}, |
12235
|
|
|
|
|
|
|
'Nepal' => { |
12236
|
|
|
|
|
|
|
long => { |
12237
|
|
|
|
|
|
|
'standard' => q#Ãm Neapà l#, |
12238
|
|
|
|
|
|
|
}, |
12239
|
|
|
|
|
|
|
}, |
12240
|
|
|
|
|
|
|
'New_Caledonia' => { |
12241
|
|
|
|
|
|
|
long => { |
12242
|
|
|
|
|
|
|
'daylight' => q#Tìde samhraidh Chailleann Nuaidh#, |
12243
|
|
|
|
|
|
|
'generic' => q#Ãm Chailleann Nuaidh#, |
12244
|
|
|
|
|
|
|
'standard' => q#Bun-Ã m Chailleann Nuaidh#, |
12245
|
|
|
|
|
|
|
}, |
12246
|
|
|
|
|
|
|
}, |
12247
|
|
|
|
|
|
|
'New_Zealand' => { |
12248
|
|
|
|
|
|
|
long => { |
12249
|
|
|
|
|
|
|
'daylight' => q#Tìde samhraidh Shealainn Nuaidh#, |
12250
|
|
|
|
|
|
|
'generic' => q#Ãm Shealainn Nuaidh#, |
12251
|
|
|
|
|
|
|
'standard' => q#Bun-Ã m Shealainn Nuaidh#, |
12252
|
|
|
|
|
|
|
}, |
12253
|
|
|
|
|
|
|
}, |
12254
|
|
|
|
|
|
|
'Newfoundland' => { |
12255
|
|
|
|
|
|
|
long => { |
12256
|
|
|
|
|
|
|
'daylight' => q#Tìde samhraidh Talamh an Ãisg#, |
12257
|
|
|
|
|
|
|
'generic' => q#Ãm Talamh an Ãisg#, |
12258
|
|
|
|
|
|
|
'standard' => q#Bun-Ã m Talamh an Ãisg#, |
12259
|
|
|
|
|
|
|
}, |
12260
|
|
|
|
|
|
|
}, |
12261
|
|
|
|
|
|
|
'Niue' => { |
12262
|
|
|
|
|
|
|
long => { |
12263
|
|
|
|
|
|
|
'standard' => q#Ãm Niue#, |
12264
|
|
|
|
|
|
|
}, |
12265
|
|
|
|
|
|
|
}, |
12266
|
|
|
|
|
|
|
'Norfolk' => { |
12267
|
|
|
|
|
|
|
long => { |
12268
|
|
|
|
|
|
|
'standard' => q#Ãm Eilein Norfolk#, |
12269
|
|
|
|
|
|
|
}, |
12270
|
|
|
|
|
|
|
}, |
12271
|
|
|
|
|
|
|
'Noronha' => { |
12272
|
|
|
|
|
|
|
long => { |
12273
|
|
|
|
|
|
|
'daylight' => q#Tìde Samhraidh Fernando de Noronha#, |
12274
|
|
|
|
|
|
|
'generic' => q#Ãm Fernando de Noronha#, |
12275
|
|
|
|
|
|
|
'standard' => q#Bun-Ã m Fernando de Noronha#, |
12276
|
|
|
|
|
|
|
}, |
12277
|
|
|
|
|
|
|
}, |
12278
|
|
|
|
|
|
|
'North_Mariana' => { |
12279
|
|
|
|
|
|
|
long => { |
12280
|
|
|
|
|
|
|
'standard' => q#Ãm nan Eileanan Mairianach a Tuath#, |
12281
|
|
|
|
|
|
|
}, |
12282
|
|
|
|
|
|
|
}, |
12283
|
|
|
|
|
|
|
'Novosibirsk' => { |
12284
|
|
|
|
|
|
|
long => { |
12285
|
|
|
|
|
|
|
'daylight' => q#Tìde samhraidh Novosibirsk#, |
12286
|
|
|
|
|
|
|
'generic' => q#Ãm Novosibirsk#, |
12287
|
|
|
|
|
|
|
'standard' => q#Bun-Ã m Novosibirsk#, |
12288
|
|
|
|
|
|
|
}, |
12289
|
|
|
|
|
|
|
}, |
12290
|
|
|
|
|
|
|
'Omsk' => { |
12291
|
|
|
|
|
|
|
long => { |
12292
|
|
|
|
|
|
|
'daylight' => q#Tìde samhraidh Omsk#, |
12293
|
|
|
|
|
|
|
'generic' => q#Ãm Omsk#, |
12294
|
|
|
|
|
|
|
'standard' => q#Bun-Ã m Omsk#, |
12295
|
|
|
|
|
|
|
}, |
12296
|
|
|
|
|
|
|
}, |
12297
|
|
|
|
|
|
|
'Pacific/Apia' => { |
12298
|
|
|
|
|
|
|
exemplarCity => q#Apia#, |
12299
|
|
|
|
|
|
|
}, |
12300
|
|
|
|
|
|
|
'Pacific/Auckland' => { |
12301
|
|
|
|
|
|
|
exemplarCity => q#Auckland#, |
12302
|
|
|
|
|
|
|
}, |
12303
|
|
|
|
|
|
|
'Pacific/Bougainville' => { |
12304
|
|
|
|
|
|
|
exemplarCity => q#Bougainville#, |
12305
|
|
|
|
|
|
|
}, |
12306
|
|
|
|
|
|
|
'Pacific/Chatham' => { |
12307
|
|
|
|
|
|
|
exemplarCity => q#Chatham#, |
12308
|
|
|
|
|
|
|
}, |
12309
|
|
|
|
|
|
|
'Pacific/Easter' => { |
12310
|
|
|
|
|
|
|
exemplarCity => q#Rapa Nui#, |
12311
|
|
|
|
|
|
|
}, |
12312
|
|
|
|
|
|
|
'Pacific/Efate' => { |
12313
|
|
|
|
|
|
|
exemplarCity => q#Efate#, |
12314
|
|
|
|
|
|
|
}, |
12315
|
|
|
|
|
|
|
'Pacific/Enderbury' => { |
12316
|
|
|
|
|
|
|
exemplarCity => q#Enderbury#, |
12317
|
|
|
|
|
|
|
}, |
12318
|
|
|
|
|
|
|
'Pacific/Fakaofo' => { |
12319
|
|
|
|
|
|
|
exemplarCity => q#Fakaofo#, |
12320
|
|
|
|
|
|
|
}, |
12321
|
|
|
|
|
|
|
'Pacific/Fiji' => { |
12322
|
|
|
|
|
|
|
exemplarCity => q#Fìdi#, |
12323
|
|
|
|
|
|
|
}, |
12324
|
|
|
|
|
|
|
'Pacific/Funafuti' => { |
12325
|
|
|
|
|
|
|
exemplarCity => q#Funafuti#, |
12326
|
|
|
|
|
|
|
}, |
12327
|
|
|
|
|
|
|
'Pacific/Galapagos' => { |
12328
|
|
|
|
|
|
|
exemplarCity => q#Galápagos#, |
12329
|
|
|
|
|
|
|
}, |
12330
|
|
|
|
|
|
|
'Pacific/Gambier' => { |
12331
|
|
|
|
|
|
|
exemplarCity => q#Mangareva#, |
12332
|
|
|
|
|
|
|
}, |
12333
|
|
|
|
|
|
|
'Pacific/Guadalcanal' => { |
12334
|
|
|
|
|
|
|
exemplarCity => q#Guadalcanal#, |
12335
|
|
|
|
|
|
|
}, |
12336
|
|
|
|
|
|
|
'Pacific/Guam' => { |
12337
|
|
|
|
|
|
|
exemplarCity => q#Guam#, |
12338
|
|
|
|
|
|
|
}, |
12339
|
|
|
|
|
|
|
'Pacific/Honolulu' => { |
12340
|
|
|
|
|
|
|
exemplarCity => q#Honolulu#, |
12341
|
|
|
|
|
|
|
short => { |
12342
|
|
|
|
|
|
|
'daylight' => q#HDT#, |
12343
|
|
|
|
|
|
|
'generic' => q#HST#, |
12344
|
|
|
|
|
|
|
'standard' => q#HST#, |
12345
|
|
|
|
|
|
|
}, |
12346
|
|
|
|
|
|
|
}, |
12347
|
|
|
|
|
|
|
'Pacific/Johnston' => { |
12348
|
|
|
|
|
|
|
exemplarCity => q#Johnston#, |
12349
|
|
|
|
|
|
|
}, |
12350
|
|
|
|
|
|
|
'Pacific/Kiritimati' => { |
12351
|
|
|
|
|
|
|
exemplarCity => q#Kiritimati#, |
12352
|
|
|
|
|
|
|
}, |
12353
|
|
|
|
|
|
|
'Pacific/Kosrae' => { |
12354
|
|
|
|
|
|
|
exemplarCity => q#Kosrae#, |
12355
|
|
|
|
|
|
|
}, |
12356
|
|
|
|
|
|
|
'Pacific/Kwajalein' => { |
12357
|
|
|
|
|
|
|
exemplarCity => q#Kwajalein#, |
12358
|
|
|
|
|
|
|
}, |
12359
|
|
|
|
|
|
|
'Pacific/Majuro' => { |
12360
|
|
|
|
|
|
|
exemplarCity => q#Majuro#, |
12361
|
|
|
|
|
|
|
}, |
12362
|
|
|
|
|
|
|
'Pacific/Marquesas' => { |
12363
|
|
|
|
|
|
|
exemplarCity => q#Eileanan aâ Mharcais#, |
12364
|
|
|
|
|
|
|
}, |
12365
|
|
|
|
|
|
|
'Pacific/Midway' => { |
12366
|
|
|
|
|
|
|
exemplarCity => q#Midway#, |
12367
|
|
|
|
|
|
|
}, |
12368
|
|
|
|
|
|
|
'Pacific/Nauru' => { |
12369
|
|
|
|
|
|
|
exemplarCity => q#Nabhru#, |
12370
|
|
|
|
|
|
|
}, |
12371
|
|
|
|
|
|
|
'Pacific/Niue' => { |
12372
|
|
|
|
|
|
|
exemplarCity => q#Niue#, |
12373
|
|
|
|
|
|
|
}, |
12374
|
|
|
|
|
|
|
'Pacific/Norfolk' => { |
12375
|
|
|
|
|
|
|
exemplarCity => q#Norfolk#, |
12376
|
|
|
|
|
|
|
}, |
12377
|
|
|
|
|
|
|
'Pacific/Noumea' => { |
12378
|
|
|
|
|
|
|
exemplarCity => q#Noumea#, |
12379
|
|
|
|
|
|
|
}, |
12380
|
|
|
|
|
|
|
'Pacific/Pago_Pago' => { |
12381
|
|
|
|
|
|
|
exemplarCity => q#Pago Pago#, |
12382
|
|
|
|
|
|
|
}, |
12383
|
|
|
|
|
|
|
'Pacific/Palau' => { |
12384
|
|
|
|
|
|
|
exemplarCity => q#Palabh#, |
12385
|
|
|
|
|
|
|
}, |
12386
|
|
|
|
|
|
|
'Pacific/Pitcairn' => { |
12387
|
|
|
|
|
|
|
exemplarCity => q#Peit aâ Chà irn#, |
12388
|
|
|
|
|
|
|
}, |
12389
|
|
|
|
|
|
|
'Pacific/Ponape' => { |
12390
|
|
|
|
|
|
|
exemplarCity => q#Pohnpei#, |
12391
|
|
|
|
|
|
|
}, |
12392
|
|
|
|
|
|
|
'Pacific/Port_Moresby' => { |
12393
|
|
|
|
|
|
|
exemplarCity => q#Port Moresby#, |
12394
|
|
|
|
|
|
|
}, |
12395
|
|
|
|
|
|
|
'Pacific/Rarotonga' => { |
12396
|
|
|
|
|
|
|
exemplarCity => q#Rarotonga#, |
12397
|
|
|
|
|
|
|
}, |
12398
|
|
|
|
|
|
|
'Pacific/Saipan' => { |
12399
|
|
|
|
|
|
|
exemplarCity => q#Saipan#, |
12400
|
|
|
|
|
|
|
}, |
12401
|
|
|
|
|
|
|
'Pacific/Tahiti' => { |
12402
|
|
|
|
|
|
|
exemplarCity => q#Tahiti#, |
12403
|
|
|
|
|
|
|
}, |
12404
|
|
|
|
|
|
|
'Pacific/Tarawa' => { |
12405
|
|
|
|
|
|
|
exemplarCity => q#Tarawa#, |
12406
|
|
|
|
|
|
|
}, |
12407
|
|
|
|
|
|
|
'Pacific/Tongatapu' => { |
12408
|
|
|
|
|
|
|
exemplarCity => q#Tongatapu#, |
12409
|
|
|
|
|
|
|
}, |
12410
|
|
|
|
|
|
|
'Pacific/Truk' => { |
12411
|
|
|
|
|
|
|
exemplarCity => q#Chuuk#, |
12412
|
|
|
|
|
|
|
}, |
12413
|
|
|
|
|
|
|
'Pacific/Wake' => { |
12414
|
|
|
|
|
|
|
exemplarCity => q#Wake#, |
12415
|
|
|
|
|
|
|
}, |
12416
|
|
|
|
|
|
|
'Pacific/Wallis' => { |
12417
|
|
|
|
|
|
|
exemplarCity => q#Uallas#, |
12418
|
|
|
|
|
|
|
}, |
12419
|
|
|
|
|
|
|
'Pakistan' => { |
12420
|
|
|
|
|
|
|
long => { |
12421
|
|
|
|
|
|
|
'daylight' => q#Tìde samhraidh Pagastà in#, |
12422
|
|
|
|
|
|
|
'generic' => q#Ãm Pagastà in#, |
12423
|
|
|
|
|
|
|
'standard' => q#Bun-à m Pagastà in#, |
12424
|
|
|
|
|
|
|
}, |
12425
|
|
|
|
|
|
|
}, |
12426
|
|
|
|
|
|
|
'Palau' => { |
12427
|
|
|
|
|
|
|
long => { |
12428
|
|
|
|
|
|
|
'standard' => q#Ãm Palabh#, |
12429
|
|
|
|
|
|
|
}, |
12430
|
|
|
|
|
|
|
}, |
12431
|
|
|
|
|
|
|
'Papua_New_Guinea' => { |
12432
|
|
|
|
|
|
|
long => { |
12433
|
|
|
|
|
|
|
'standard' => q#Ãm Gini Nuaidh Paputhaiche#, |
12434
|
|
|
|
|
|
|
}, |
12435
|
|
|
|
|
|
|
}, |
12436
|
|
|
|
|
|
|
'Paraguay' => { |
12437
|
|
|
|
|
|
|
long => { |
12438
|
|
|
|
|
|
|
'daylight' => q#Tìde samhraidh Paraguaidh#, |
12439
|
|
|
|
|
|
|
'generic' => q#Ãm Paraguaidh#, |
12440
|
|
|
|
|
|
|
'standard' => q#Bun-Ã m Paraguaidh#, |
12441
|
|
|
|
|
|
|
}, |
12442
|
|
|
|
|
|
|
}, |
12443
|
|
|
|
|
|
|
'Peru' => { |
12444
|
|
|
|
|
|
|
long => { |
12445
|
|
|
|
|
|
|
'daylight' => q#Tìde samhraidh Pearù#, |
12446
|
|
|
|
|
|
|
'generic' => q#Ãm Pearù#, |
12447
|
|
|
|
|
|
|
'standard' => q#Bun-à m Pearù#, |
12448
|
|
|
|
|
|
|
}, |
12449
|
|
|
|
|
|
|
}, |
12450
|
|
|
|
|
|
|
'Philippines' => { |
12451
|
|
|
|
|
|
|
long => { |
12452
|
|
|
|
|
|
|
'daylight' => q#Tìde samhraidh nan Eilean Filipineach#, |
12453
|
|
|
|
|
|
|
'generic' => q#Ãm nan Eilean Filipineach#, |
12454
|
|
|
|
|
|
|
'standard' => q#Bun-Ã m nan Eilean Filipineach#, |
12455
|
|
|
|
|
|
|
}, |
12456
|
|
|
|
|
|
|
}, |
12457
|
|
|
|
|
|
|
'Phoenix_Islands' => { |
12458
|
|
|
|
|
|
|
long => { |
12459
|
|
|
|
|
|
|
'standard' => q#Ãm Eileanan Phoenix#, |
12460
|
|
|
|
|
|
|
}, |
12461
|
|
|
|
|
|
|
}, |
12462
|
|
|
|
|
|
|
'Pierre_Miquelon' => { |
12463
|
|
|
|
|
|
|
long => { |
12464
|
|
|
|
|
|
|
'daylight' => q#Tìde Samhraidh Saint Pierre agus Miquelon#, |
12465
|
|
|
|
|
|
|
'generic' => q#Ãm Saint Pierre agus Miquelon#, |
12466
|
|
|
|
|
|
|
'standard' => q#Bun-Ã m Saint Pierre agus Miquelon#, |
12467
|
|
|
|
|
|
|
}, |
12468
|
|
|
|
|
|
|
}, |
12469
|
|
|
|
|
|
|
'Pitcairn' => { |
12470
|
|
|
|
|
|
|
long => { |
12471
|
|
|
|
|
|
|
'standard' => q#Ãm Peit aâ Chà irn#, |
12472
|
|
|
|
|
|
|
}, |
12473
|
|
|
|
|
|
|
}, |
12474
|
|
|
|
|
|
|
'Ponape' => { |
12475
|
|
|
|
|
|
|
long => { |
12476
|
|
|
|
|
|
|
'standard' => q#Ãm Pohnpei#, |
12477
|
|
|
|
|
|
|
}, |
12478
|
|
|
|
|
|
|
}, |
12479
|
|
|
|
|
|
|
'Pyongyang' => { |
12480
|
|
|
|
|
|
|
long => { |
12481
|
|
|
|
|
|
|
'standard' => q#Ãm Pyeongyang#, |
12482
|
|
|
|
|
|
|
}, |
12483
|
|
|
|
|
|
|
}, |
12484
|
|
|
|
|
|
|
'Qyzylorda' => { |
12485
|
|
|
|
|
|
|
long => { |
12486
|
|
|
|
|
|
|
'daylight' => q#Tìde samhraidh Qızılorda#, |
12487
|
|
|
|
|
|
|
'generic' => q#Ãm Qızılorda#, |
12488
|
|
|
|
|
|
|
'standard' => q#Bun-à m Qızılorda#, |
12489
|
|
|
|
|
|
|
}, |
12490
|
|
|
|
|
|
|
}, |
12491
|
|
|
|
|
|
|
'Reunion' => { |
12492
|
|
|
|
|
|
|
long => { |
12493
|
|
|
|
|
|
|
'standard' => q#Ãm Reunion#, |
12494
|
|
|
|
|
|
|
}, |
12495
|
|
|
|
|
|
|
}, |
12496
|
|
|
|
|
|
|
'Rothera' => { |
12497
|
|
|
|
|
|
|
long => { |
12498
|
|
|
|
|
|
|
'standard' => q#Ãm Rothera#, |
12499
|
|
|
|
|
|
|
}, |
12500
|
|
|
|
|
|
|
}, |
12501
|
|
|
|
|
|
|
'Sakhalin' => { |
12502
|
|
|
|
|
|
|
long => { |
12503
|
|
|
|
|
|
|
'daylight' => q#Tìde samhraidh Sakhalin#, |
12504
|
|
|
|
|
|
|
'generic' => q#Ãm Sakhalin#, |
12505
|
|
|
|
|
|
|
'standard' => q#Bun-Ã m Sakhalin#, |
12506
|
|
|
|
|
|
|
}, |
12507
|
|
|
|
|
|
|
}, |
12508
|
|
|
|
|
|
|
'Samara' => { |
12509
|
|
|
|
|
|
|
long => { |
12510
|
|
|
|
|
|
|
'daylight' => q#Tìde samhraidh Samara#, |
12511
|
|
|
|
|
|
|
'generic' => q#Ãm Samara#, |
12512
|
|
|
|
|
|
|
'standard' => q#Bun-Ã m Samara#, |
12513
|
|
|
|
|
|
|
}, |
12514
|
|
|
|
|
|
|
}, |
12515
|
|
|
|
|
|
|
'Samoa' => { |
12516
|
|
|
|
|
|
|
long => { |
12517
|
|
|
|
|
|
|
'daylight' => q#Tìde samhraidh Samotha#, |
12518
|
|
|
|
|
|
|
'generic' => q#Ãm Samotha#, |
12519
|
|
|
|
|
|
|
'standard' => q#Bun-Ã m Samotha#, |
12520
|
|
|
|
|
|
|
}, |
12521
|
|
|
|
|
|
|
}, |
12522
|
|
|
|
|
|
|
'Seychelles' => { |
12523
|
|
|
|
|
|
|
long => { |
12524
|
|
|
|
|
|
|
'standard' => q#Ãm nan Eileanan Sheiseall#, |
12525
|
|
|
|
|
|
|
}, |
12526
|
|
|
|
|
|
|
}, |
12527
|
|
|
|
|
|
|
'Singapore' => { |
12528
|
|
|
|
|
|
|
long => { |
12529
|
|
|
|
|
|
|
'standard' => q#Ãm Singeapòr#, |
12530
|
|
|
|
|
|
|
}, |
12531
|
|
|
|
|
|
|
}, |
12532
|
|
|
|
|
|
|
'Solomon' => { |
12533
|
|
|
|
|
|
|
long => { |
12534
|
|
|
|
|
|
|
'standard' => q#Ãm Eileanan Sholaimh#, |
12535
|
|
|
|
|
|
|
}, |
12536
|
|
|
|
|
|
|
}, |
12537
|
|
|
|
|
|
|
'South_Georgia' => { |
12538
|
|
|
|
|
|
|
long => { |
12539
|
|
|
|
|
|
|
'standard' => q#Ãm Seòrsea a Deas#, |
12540
|
|
|
|
|
|
|
}, |
12541
|
|
|
|
|
|
|
}, |
12542
|
|
|
|
|
|
|
'Suriname' => { |
12543
|
|
|
|
|
|
|
long => { |
12544
|
|
|
|
|
|
|
'standard' => q#Ãm Suranaim#, |
12545
|
|
|
|
|
|
|
}, |
12546
|
|
|
|
|
|
|
}, |
12547
|
|
|
|
|
|
|
'Syowa' => { |
12548
|
|
|
|
|
|
|
long => { |
12549
|
|
|
|
|
|
|
'standard' => q#Ãm Shyowa#, |
12550
|
|
|
|
|
|
|
}, |
12551
|
|
|
|
|
|
|
}, |
12552
|
|
|
|
|
|
|
'Tahiti' => { |
12553
|
|
|
|
|
|
|
long => { |
12554
|
|
|
|
|
|
|
'standard' => q#Ãm Tahiti#, |
12555
|
|
|
|
|
|
|
}, |
12556
|
|
|
|
|
|
|
}, |
12557
|
|
|
|
|
|
|
'Taipei' => { |
12558
|
|
|
|
|
|
|
long => { |
12559
|
|
|
|
|
|
|
'daylight' => q#Tìde samhraidh Taipei#, |
12560
|
|
|
|
|
|
|
'generic' => q#Ãm Taipei#, |
12561
|
|
|
|
|
|
|
'standard' => q#Bun-Ã m Taipei#, |
12562
|
|
|
|
|
|
|
}, |
12563
|
|
|
|
|
|
|
}, |
12564
|
|
|
|
|
|
|
'Tajikistan' => { |
12565
|
|
|
|
|
|
|
long => { |
12566
|
|
|
|
|
|
|
'standard' => q#Ãm Taidigeastà in#, |
12567
|
|
|
|
|
|
|
}, |
12568
|
|
|
|
|
|
|
}, |
12569
|
|
|
|
|
|
|
'Tokelau' => { |
12570
|
|
|
|
|
|
|
long => { |
12571
|
|
|
|
|
|
|
'standard' => q#Ãm Tokelau#, |
12572
|
|
|
|
|
|
|
}, |
12573
|
|
|
|
|
|
|
}, |
12574
|
|
|
|
|
|
|
'Tonga' => { |
12575
|
|
|
|
|
|
|
long => { |
12576
|
|
|
|
|
|
|
'daylight' => q#Tìde samhraidh Tonga#, |
12577
|
|
|
|
|
|
|
'generic' => q#Ãm Tonga#, |
12578
|
|
|
|
|
|
|
'standard' => q#Bun-Ã m Tonga#, |
12579
|
|
|
|
|
|
|
}, |
12580
|
|
|
|
|
|
|
}, |
12581
|
|
|
|
|
|
|
'Truk' => { |
12582
|
|
|
|
|
|
|
long => { |
12583
|
|
|
|
|
|
|
'standard' => q#Ãm Chuuk#, |
12584
|
|
|
|
|
|
|
}, |
12585
|
|
|
|
|
|
|
}, |
12586
|
|
|
|
|
|
|
'Turkmenistan' => { |
12587
|
|
|
|
|
|
|
long => { |
12588
|
|
|
|
|
|
|
'daylight' => q#Tìde samhraidh Turcmanastà in#, |
12589
|
|
|
|
|
|
|
'generic' => q#Ãm Turcmanastà in#, |
12590
|
|
|
|
|
|
|
'standard' => q#Bun-à m Turcmanastà in#, |
12591
|
|
|
|
|
|
|
}, |
12592
|
|
|
|
|
|
|
}, |
12593
|
|
|
|
|
|
|
'Tuvalu' => { |
12594
|
|
|
|
|
|
|
long => { |
12595
|
|
|
|
|
|
|
'standard' => q#Ãm Tubhalu#, |
12596
|
|
|
|
|
|
|
}, |
12597
|
|
|
|
|
|
|
}, |
12598
|
|
|
|
|
|
|
'Uruguay' => { |
12599
|
|
|
|
|
|
|
long => { |
12600
|
|
|
|
|
|
|
'daylight' => q#Tìde samhraidh Uruguaidh#, |
12601
|
|
|
|
|
|
|
'generic' => q#Ãm Uruguaidh#, |
12602
|
|
|
|
|
|
|
'standard' => q#Bun-Ã m Uruguaidh#, |
12603
|
|
|
|
|
|
|
}, |
12604
|
|
|
|
|
|
|
}, |
12605
|
|
|
|
|
|
|
'Uzbekistan' => { |
12606
|
|
|
|
|
|
|
long => { |
12607
|
|
|
|
|
|
|
'daylight' => q#Tìde samhraidh Usbagastà n#, |
12608
|
|
|
|
|
|
|
'generic' => q#Ãm Usbagastà n#, |
12609
|
|
|
|
|
|
|
'standard' => q#Bun-à m Usbagastà n#, |
12610
|
|
|
|
|
|
|
}, |
12611
|
|
|
|
|
|
|
}, |
12612
|
|
|
|
|
|
|
'Vanuatu' => { |
12613
|
|
|
|
|
|
|
long => { |
12614
|
|
|
|
|
|
|
'daylight' => q#Tìde samhraidh Vanuatu#, |
12615
|
|
|
|
|
|
|
'generic' => q#Ãm Vanuatu#, |
12616
|
|
|
|
|
|
|
'standard' => q#Bun-Ã m Vanuatu#, |
12617
|
|
|
|
|
|
|
}, |
12618
|
|
|
|
|
|
|
}, |
12619
|
|
|
|
|
|
|
'Venezuela' => { |
12620
|
|
|
|
|
|
|
long => { |
12621
|
|
|
|
|
|
|
'standard' => q#Ãm na Bheiniseala#, |
12622
|
|
|
|
|
|
|
}, |
12623
|
|
|
|
|
|
|
}, |
12624
|
|
|
|
|
|
|
'Vladivostok' => { |
12625
|
|
|
|
|
|
|
long => { |
12626
|
|
|
|
|
|
|
'daylight' => q#Tìde Samhraidh Vladivostok#, |
12627
|
|
|
|
|
|
|
'generic' => q#Ãm Vladivostok#, |
12628
|
|
|
|
|
|
|
'standard' => q#Bun-Ã m Vladivostok#, |
12629
|
|
|
|
|
|
|
}, |
12630
|
|
|
|
|
|
|
}, |
12631
|
|
|
|
|
|
|
'Volgograd' => { |
12632
|
|
|
|
|
|
|
long => { |
12633
|
|
|
|
|
|
|
'daylight' => q#Tìde samhraidh Volgograd#, |
12634
|
|
|
|
|
|
|
'generic' => q#Ãm Volgograd#, |
12635
|
|
|
|
|
|
|
'standard' => q#Bun-Ã m Volgograd#, |
12636
|
|
|
|
|
|
|
}, |
12637
|
|
|
|
|
|
|
}, |
12638
|
|
|
|
|
|
|
'Vostok' => { |
12639
|
|
|
|
|
|
|
long => { |
12640
|
|
|
|
|
|
|
'standard' => q#Ãm Vostok#, |
12641
|
|
|
|
|
|
|
}, |
12642
|
|
|
|
|
|
|
}, |
12643
|
|
|
|
|
|
|
'Wake' => { |
12644
|
|
|
|
|
|
|
long => { |
12645
|
|
|
|
|
|
|
'standard' => q#Ãm Eilean Wake#, |
12646
|
|
|
|
|
|
|
}, |
12647
|
|
|
|
|
|
|
}, |
12648
|
|
|
|
|
|
|
'Wallis' => { |
12649
|
|
|
|
|
|
|
long => { |
12650
|
|
|
|
|
|
|
'standard' => q#Ãm Uallas agus Futuna#, |
12651
|
|
|
|
|
|
|
}, |
12652
|
|
|
|
|
|
|
}, |
12653
|
|
|
|
|
|
|
'Yakutsk' => { |
12654
|
|
|
|
|
|
|
long => { |
12655
|
|
|
|
|
|
|
'daylight' => q#Tìde samhraidh Yakutsk#, |
12656
|
|
|
|
|
|
|
'generic' => q#Ãm Yakutsk#, |
12657
|
|
|
|
|
|
|
'standard' => q#Bun-Ã m Yakutsk#, |
12658
|
|
|
|
|
|
|
}, |
12659
|
|
|
|
|
|
|
}, |
12660
|
|
|
|
|
|
|
'Yekaterinburg' => { |
12661
|
|
|
|
|
|
|
long => { |
12662
|
|
|
|
|
|
|
'daylight' => q#Tìde samhraidh Yekaterinburg#, |
12663
|
|
|
|
|
|
|
'generic' => q#Ãm Yekaterinburg#, |
12664
|
|
|
|
|
|
|
'standard' => q#Bun-Ã m Yekaterinburg#, |
12665
|
|
|
|
|
|
|
}, |
12666
|
|
|
|
|
|
|
}, |
12667
|
|
|
|
|
|
|
} } |
12668
|
|
|
|
|
|
|
); |
12669
|
1
|
|
|
1
|
|
21022
|
no Moo; |
|
1
|
|
|
|
|
3
|
|
|
1
|
|
|
|
|
9
|
|
12670
|
|
|
|
|
|
|
|
12671
|
|
|
|
|
|
|
1; |
12672
|
|
|
|
|
|
|
|
12673
|
|
|
|
|
|
|
# vim: tabstop=4 |