line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
=encoding utf8 |
2
|
|
|
|
|
|
|
|
3
|
|
|
|
|
|
|
=head1 NAME |
4
|
|
|
|
|
|
|
|
5
|
|
|
|
|
|
|
Locale::CLDR::Locales::Ga - Package for language Irish |
6
|
|
|
|
|
|
|
|
7
|
|
|
|
|
|
|
=cut |
8
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
package Locale::CLDR::Locales::Ga; |
10
|
|
|
|
|
|
|
# This file auto generated from Data\common\main\ga.xml |
11
|
|
|
|
|
|
|
# on Fri 13 Oct 9:17:20 am GMT |
12
|
|
|
|
|
|
|
|
13
|
1
|
|
|
1
|
|
936327
|
use strict; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
28
|
|
14
|
1
|
|
|
1
|
|
5
|
use warnings; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
24
|
|
15
|
1
|
|
|
1
|
|
5
|
use version; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
6
|
|
16
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
our $VERSION = version->declare('v0.34.2'); |
18
|
|
|
|
|
|
|
|
19
|
1
|
|
|
1
|
|
127
|
use v5.10.1; |
|
1
|
|
|
|
|
3
|
|
20
|
1
|
|
|
1
|
|
4
|
use mro 'c3'; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
7
|
|
21
|
1
|
|
|
1
|
|
30
|
use utf8; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
6
|
|
22
|
1
|
|
|
1
|
|
27
|
use if $^V ge v5.12.0, feature => 'unicode_strings'; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
14
|
|
23
|
1
|
|
|
1
|
|
132
|
use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef ); |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
10
|
|
24
|
1
|
|
|
1
|
|
993
|
use Moo; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
5
|
|
25
|
|
|
|
|
|
|
|
26
|
|
|
|
|
|
|
extends('Locale::CLDR::Locales::Root'); |
27
|
|
|
|
|
|
|
has 'valid_algorithmic_formats' => ( |
28
|
|
|
|
|
|
|
is => 'ro', |
29
|
|
|
|
|
|
|
isa => ArrayRef, |
30
|
|
|
|
|
|
|
init_arg => undef, |
31
|
|
|
|
|
|
|
default => sub {[ 'spellout-numbering-year','spellout-numbering','spellout-cardinal','digits-ordinal' ]}, |
32
|
|
|
|
|
|
|
); |
33
|
|
|
|
|
|
|
|
34
|
|
|
|
|
|
|
has 'algorithmic_number_format_data' => ( |
35
|
|
|
|
|
|
|
is => 'ro', |
36
|
|
|
|
|
|
|
isa => HashRef, |
37
|
|
|
|
|
|
|
init_arg => undef, |
38
|
|
|
|
|
|
|
default => sub { |
39
|
1
|
|
|
1
|
|
419
|
use bigfloat; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
9
|
|
40
|
|
|
|
|
|
|
return { |
41
|
|
|
|
|
|
|
'2d-year' => { |
42
|
|
|
|
|
|
|
'private' => { |
43
|
|
|
|
|
|
|
'0' => { |
44
|
|
|
|
|
|
|
base_value => q(0), |
45
|
|
|
|
|
|
|
divisor => q(1), |
46
|
|
|
|
|
|
|
rule => q(agus =%spellout-numbering=), |
47
|
|
|
|
|
|
|
}, |
48
|
|
|
|
|
|
|
'10' => { |
49
|
|
|
|
|
|
|
base_value => q(10), |
50
|
|
|
|
|
|
|
divisor => q(10), |
51
|
|
|
|
|
|
|
rule => q(=%%spellout-numbering-no-a=), |
52
|
|
|
|
|
|
|
}, |
53
|
|
|
|
|
|
|
'max' => { |
54
|
|
|
|
|
|
|
base_value => q(10), |
55
|
|
|
|
|
|
|
divisor => q(10), |
56
|
|
|
|
|
|
|
rule => q(=%%spellout-numbering-no-a=), |
57
|
|
|
|
|
|
|
}, |
58
|
|
|
|
|
|
|
}, |
59
|
|
|
|
|
|
|
}, |
60
|
|
|
|
|
|
|
'billions' => { |
61
|
|
|
|
|
|
|
'private' => { |
62
|
|
|
|
|
|
|
'1' => { |
63
|
|
|
|
|
|
|
base_value => q(1), |
64
|
|
|
|
|
|
|
divisor => q(1), |
65
|
|
|
|
|
|
|
rule => q(billiún), |
66
|
|
|
|
|
|
|
}, |
67
|
|
|
|
|
|
|
'2' => { |
68
|
|
|
|
|
|
|
base_value => q(2), |
69
|
|
|
|
|
|
|
divisor => q(1), |
70
|
|
|
|
|
|
|
rule => q(=%%spellout-cardinal-prefixpart= billiún), |
71
|
|
|
|
|
|
|
}, |
72
|
|
|
|
|
|
|
'11' => { |
73
|
|
|
|
|
|
|
base_value => q(11), |
74
|
|
|
|
|
|
|
divisor => q(10), |
75
|
|
|
|
|
|
|
rule => q(=%%spellout-cardinal-prefixpart= billiún déag), |
76
|
|
|
|
|
|
|
}, |
77
|
|
|
|
|
|
|
'20' => { |
78
|
|
|
|
|
|
|
base_value => q(20), |
79
|
|
|
|
|
|
|
divisor => q(10), |
80
|
|
|
|
|
|
|
rule => q(=%%spellout-cardinal-prefixpart= billiún), |
81
|
|
|
|
|
|
|
}, |
82
|
|
|
|
|
|
|
'100' => { |
83
|
|
|
|
|
|
|
base_value => q(100), |
84
|
|
|
|
|
|
|
divisor => q(100), |
85
|
|
|
|
|
|
|
rule => q(←%%hundreds←→%%is-billions→), |
86
|
|
|
|
|
|
|
}, |
87
|
|
|
|
|
|
|
'max' => { |
88
|
|
|
|
|
|
|
base_value => q(100), |
89
|
|
|
|
|
|
|
divisor => q(100), |
90
|
|
|
|
|
|
|
rule => q(←%%hundreds←→%%is-billions→), |
91
|
|
|
|
|
|
|
}, |
92
|
|
|
|
|
|
|
}, |
93
|
|
|
|
|
|
|
}, |
94
|
|
|
|
|
|
|
'digits-ordinal' => { |
95
|
|
|
|
|
|
|
'public' => { |
96
|
|
|
|
|
|
|
'-x' => { |
97
|
|
|
|
|
|
|
divisor => q(1), |
98
|
|
|
|
|
|
|
rule => q(−→→), |
99
|
|
|
|
|
|
|
}, |
100
|
|
|
|
|
|
|
'0' => { |
101
|
|
|
|
|
|
|
base_value => q(0), |
102
|
|
|
|
|
|
|
divisor => q(1), |
103
|
|
|
|
|
|
|
rule => q(=#,##0=ú), |
104
|
|
|
|
|
|
|
}, |
105
|
|
|
|
|
|
|
'max' => { |
106
|
|
|
|
|
|
|
base_value => q(0), |
107
|
|
|
|
|
|
|
divisor => q(1), |
108
|
|
|
|
|
|
|
rule => q(=#,##0=ú), |
109
|
|
|
|
|
|
|
}, |
110
|
|
|
|
|
|
|
}, |
111
|
|
|
|
|
|
|
}, |
112
|
|
|
|
|
|
|
'hundreds' => { |
113
|
|
|
|
|
|
|
'private' => { |
114
|
|
|
|
|
|
|
'1' => { |
115
|
|
|
|
|
|
|
base_value => q(1), |
116
|
|
|
|
|
|
|
divisor => q(1), |
117
|
|
|
|
|
|
|
rule => q(céad), |
118
|
|
|
|
|
|
|
}, |
119
|
|
|
|
|
|
|
'2' => { |
120
|
|
|
|
|
|
|
base_value => q(2), |
121
|
|
|
|
|
|
|
divisor => q(1), |
122
|
|
|
|
|
|
|
rule => q(dhá chéad), |
123
|
|
|
|
|
|
|
}, |
124
|
|
|
|
|
|
|
'3' => { |
125
|
|
|
|
|
|
|
base_value => q(3), |
126
|
|
|
|
|
|
|
divisor => q(1), |
127
|
|
|
|
|
|
|
rule => q(trí chéad), |
128
|
|
|
|
|
|
|
}, |
129
|
|
|
|
|
|
|
'4' => { |
130
|
|
|
|
|
|
|
base_value => q(4), |
131
|
|
|
|
|
|
|
divisor => q(1), |
132
|
|
|
|
|
|
|
rule => q(ceithre chéad), |
133
|
|
|
|
|
|
|
}, |
134
|
|
|
|
|
|
|
'5' => { |
135
|
|
|
|
|
|
|
base_value => q(5), |
136
|
|
|
|
|
|
|
divisor => q(1), |
137
|
|
|
|
|
|
|
rule => q(cúig chéad), |
138
|
|
|
|
|
|
|
}, |
139
|
|
|
|
|
|
|
'6' => { |
140
|
|
|
|
|
|
|
base_value => q(6), |
141
|
|
|
|
|
|
|
divisor => q(1), |
142
|
|
|
|
|
|
|
rule => q(sé chéad), |
143
|
|
|
|
|
|
|
}, |
144
|
|
|
|
|
|
|
'7' => { |
145
|
|
|
|
|
|
|
base_value => q(7), |
146
|
|
|
|
|
|
|
divisor => q(1), |
147
|
|
|
|
|
|
|
rule => q(seacht gcéad), |
148
|
|
|
|
|
|
|
}, |
149
|
|
|
|
|
|
|
'8' => { |
150
|
|
|
|
|
|
|
base_value => q(8), |
151
|
|
|
|
|
|
|
divisor => q(1), |
152
|
|
|
|
|
|
|
rule => q(ocht gcéad), |
153
|
|
|
|
|
|
|
}, |
154
|
|
|
|
|
|
|
'9' => { |
155
|
|
|
|
|
|
|
base_value => q(9), |
156
|
|
|
|
|
|
|
divisor => q(1), |
157
|
|
|
|
|
|
|
rule => q(naoi gcéad), |
158
|
|
|
|
|
|
|
}, |
159
|
|
|
|
|
|
|
'max' => { |
160
|
|
|
|
|
|
|
base_value => q(9), |
161
|
|
|
|
|
|
|
divisor => q(1), |
162
|
|
|
|
|
|
|
rule => q(naoi gcéad), |
163
|
|
|
|
|
|
|
}, |
164
|
|
|
|
|
|
|
}, |
165
|
|
|
|
|
|
|
}, |
166
|
|
|
|
|
|
|
'is' => { |
167
|
|
|
|
|
|
|
'private' => { |
168
|
|
|
|
|
|
|
'0' => { |
169
|
|
|
|
|
|
|
base_value => q(0), |
170
|
|
|
|
|
|
|
divisor => q(1), |
171
|
|
|
|
|
|
|
rule => q(' is), |
172
|
|
|
|
|
|
|
}, |
173
|
|
|
|
|
|
|
'1' => { |
174
|
|
|
|
|
|
|
base_value => q(1), |
175
|
|
|
|
|
|
|
divisor => q(1), |
176
|
|
|
|
|
|
|
rule => q(), |
177
|
|
|
|
|
|
|
}, |
178
|
|
|
|
|
|
|
'10' => { |
179
|
|
|
|
|
|
|
base_value => q(10), |
180
|
|
|
|
|
|
|
divisor => q(10), |
181
|
|
|
|
|
|
|
rule => q(→→), |
182
|
|
|
|
|
|
|
}, |
183
|
|
|
|
|
|
|
'max' => { |
184
|
|
|
|
|
|
|
base_value => q(10), |
185
|
|
|
|
|
|
|
divisor => q(10), |
186
|
|
|
|
|
|
|
rule => q(→→), |
187
|
|
|
|
|
|
|
}, |
188
|
|
|
|
|
|
|
}, |
189
|
|
|
|
|
|
|
}, |
190
|
|
|
|
|
|
|
'is-billions' => { |
191
|
|
|
|
|
|
|
'private' => { |
192
|
|
|
|
|
|
|
'0' => { |
193
|
|
|
|
|
|
|
base_value => q(0), |
194
|
|
|
|
|
|
|
divisor => q(1), |
195
|
|
|
|
|
|
|
rule => q(' billiún), |
196
|
|
|
|
|
|
|
}, |
197
|
|
|
|
|
|
|
'1' => { |
198
|
|
|
|
|
|
|
base_value => q(1), |
199
|
|
|
|
|
|
|
divisor => q(1), |
200
|
|
|
|
|
|
|
rule => q(' is =%%spellout-cardinal-prefixpart= billiún), |
201
|
|
|
|
|
|
|
}, |
202
|
|
|
|
|
|
|
'11' => { |
203
|
|
|
|
|
|
|
base_value => q(11), |
204
|
|
|
|
|
|
|
divisor => q(10), |
205
|
|
|
|
|
|
|
rule => q(' is =%%billions=), |
206
|
|
|
|
|
|
|
}, |
207
|
|
|
|
|
|
|
'20' => { |
208
|
|
|
|
|
|
|
base_value => q(20), |
209
|
|
|
|
|
|
|
divisor => q(10), |
210
|
|
|
|
|
|
|
rule => q(=%%is= =%%billions=), |
211
|
|
|
|
|
|
|
}, |
212
|
|
|
|
|
|
|
'max' => { |
213
|
|
|
|
|
|
|
base_value => q(20), |
214
|
|
|
|
|
|
|
divisor => q(10), |
215
|
|
|
|
|
|
|
rule => q(=%%is= =%%billions=), |
216
|
|
|
|
|
|
|
}, |
217
|
|
|
|
|
|
|
}, |
218
|
|
|
|
|
|
|
}, |
219
|
|
|
|
|
|
|
'is-millions' => { |
220
|
|
|
|
|
|
|
'private' => { |
221
|
|
|
|
|
|
|
'0' => { |
222
|
|
|
|
|
|
|
base_value => q(0), |
223
|
|
|
|
|
|
|
divisor => q(1), |
224
|
|
|
|
|
|
|
rule => q(' =%%million=), |
225
|
|
|
|
|
|
|
}, |
226
|
|
|
|
|
|
|
'1' => { |
227
|
|
|
|
|
|
|
base_value => q(1), |
228
|
|
|
|
|
|
|
divisor => q(1), |
229
|
|
|
|
|
|
|
rule => q(' is =%%spellout-cardinal-prefixpart= =%%million=), |
230
|
|
|
|
|
|
|
}, |
231
|
|
|
|
|
|
|
'11' => { |
232
|
|
|
|
|
|
|
base_value => q(11), |
233
|
|
|
|
|
|
|
divisor => q(10), |
234
|
|
|
|
|
|
|
rule => q(' is =%%millions=), |
235
|
|
|
|
|
|
|
}, |
236
|
|
|
|
|
|
|
'20' => { |
237
|
|
|
|
|
|
|
base_value => q(20), |
238
|
|
|
|
|
|
|
divisor => q(10), |
239
|
|
|
|
|
|
|
rule => q(=%%is= =%%millions=), |
240
|
|
|
|
|
|
|
}, |
241
|
|
|
|
|
|
|
'max' => { |
242
|
|
|
|
|
|
|
base_value => q(20), |
243
|
|
|
|
|
|
|
divisor => q(10), |
244
|
|
|
|
|
|
|
rule => q(=%%is= =%%millions=), |
245
|
|
|
|
|
|
|
}, |
246
|
|
|
|
|
|
|
}, |
247
|
|
|
|
|
|
|
}, |
248
|
|
|
|
|
|
|
'is-number' => { |
249
|
|
|
|
|
|
|
'private' => { |
250
|
|
|
|
|
|
|
'0' => { |
251
|
|
|
|
|
|
|
base_value => q(0), |
252
|
|
|
|
|
|
|
divisor => q(1), |
253
|
|
|
|
|
|
|
rule => q(' is =%spellout-numbering=), |
254
|
|
|
|
|
|
|
}, |
255
|
|
|
|
|
|
|
'1' => { |
256
|
|
|
|
|
|
|
base_value => q(1), |
257
|
|
|
|
|
|
|
divisor => q(1), |
258
|
|
|
|
|
|
|
rule => q(' =%spellout-numbering=), |
259
|
|
|
|
|
|
|
}, |
260
|
|
|
|
|
|
|
'max' => { |
261
|
|
|
|
|
|
|
base_value => q(1), |
262
|
|
|
|
|
|
|
divisor => q(1), |
263
|
|
|
|
|
|
|
rule => q(' =%spellout-numbering=), |
264
|
|
|
|
|
|
|
}, |
265
|
|
|
|
|
|
|
}, |
266
|
|
|
|
|
|
|
}, |
267
|
|
|
|
|
|
|
'is-numberp' => { |
268
|
|
|
|
|
|
|
'private' => { |
269
|
|
|
|
|
|
|
'0' => { |
270
|
|
|
|
|
|
|
base_value => q(0), |
271
|
|
|
|
|
|
|
divisor => q(1), |
272
|
|
|
|
|
|
|
rule => q(' is =%%numberp=), |
273
|
|
|
|
|
|
|
}, |
274
|
|
|
|
|
|
|
'1' => { |
275
|
|
|
|
|
|
|
base_value => q(1), |
276
|
|
|
|
|
|
|
divisor => q(1), |
277
|
|
|
|
|
|
|
rule => q(' =%%numberp=), |
278
|
|
|
|
|
|
|
}, |
279
|
|
|
|
|
|
|
'max' => { |
280
|
|
|
|
|
|
|
base_value => q(1), |
281
|
|
|
|
|
|
|
divisor => q(1), |
282
|
|
|
|
|
|
|
rule => q(' =%%numberp=), |
283
|
|
|
|
|
|
|
}, |
284
|
|
|
|
|
|
|
}, |
285
|
|
|
|
|
|
|
}, |
286
|
|
|
|
|
|
|
'is-quadrillions' => { |
287
|
|
|
|
|
|
|
'private' => { |
288
|
|
|
|
|
|
|
'0' => { |
289
|
|
|
|
|
|
|
base_value => q(0), |
290
|
|
|
|
|
|
|
divisor => q(1), |
291
|
|
|
|
|
|
|
rule => q(' quadrilliún), |
292
|
|
|
|
|
|
|
}, |
293
|
|
|
|
|
|
|
'1' => { |
294
|
|
|
|
|
|
|
base_value => q(1), |
295
|
|
|
|
|
|
|
divisor => q(1), |
296
|
|
|
|
|
|
|
rule => q(' is =%%spellout-cardinal-prefixpart= quadrilliún), |
297
|
|
|
|
|
|
|
}, |
298
|
|
|
|
|
|
|
'11' => { |
299
|
|
|
|
|
|
|
base_value => q(11), |
300
|
|
|
|
|
|
|
divisor => q(10), |
301
|
|
|
|
|
|
|
rule => q(' is =%%quadrillions=), |
302
|
|
|
|
|
|
|
}, |
303
|
|
|
|
|
|
|
'20' => { |
304
|
|
|
|
|
|
|
base_value => q(20), |
305
|
|
|
|
|
|
|
divisor => q(10), |
306
|
|
|
|
|
|
|
rule => q(=%%is= =%%quadrillions=), |
307
|
|
|
|
|
|
|
}, |
308
|
|
|
|
|
|
|
'max' => { |
309
|
|
|
|
|
|
|
base_value => q(20), |
310
|
|
|
|
|
|
|
divisor => q(10), |
311
|
|
|
|
|
|
|
rule => q(=%%is= =%%quadrillions=), |
312
|
|
|
|
|
|
|
}, |
313
|
|
|
|
|
|
|
}, |
314
|
|
|
|
|
|
|
}, |
315
|
|
|
|
|
|
|
'is-thousands' => { |
316
|
|
|
|
|
|
|
'private' => { |
317
|
|
|
|
|
|
|
'0' => { |
318
|
|
|
|
|
|
|
base_value => q(0), |
319
|
|
|
|
|
|
|
divisor => q(1), |
320
|
|
|
|
|
|
|
rule => q(' =%%thousand=), |
321
|
|
|
|
|
|
|
}, |
322
|
|
|
|
|
|
|
'1' => { |
323
|
|
|
|
|
|
|
base_value => q(1), |
324
|
|
|
|
|
|
|
divisor => q(1), |
325
|
|
|
|
|
|
|
rule => q(' is =%%spellout-cardinal-prefixpart= =%%thousand=), |
326
|
|
|
|
|
|
|
}, |
327
|
|
|
|
|
|
|
'11' => { |
328
|
|
|
|
|
|
|
base_value => q(11), |
329
|
|
|
|
|
|
|
divisor => q(10), |
330
|
|
|
|
|
|
|
rule => q(' is =%%thousands=), |
331
|
|
|
|
|
|
|
}, |
332
|
|
|
|
|
|
|
'20' => { |
333
|
|
|
|
|
|
|
base_value => q(20), |
334
|
|
|
|
|
|
|
divisor => q(10), |
335
|
|
|
|
|
|
|
rule => q(=%%is= =%%thousands=), |
336
|
|
|
|
|
|
|
}, |
337
|
|
|
|
|
|
|
'max' => { |
338
|
|
|
|
|
|
|
base_value => q(20), |
339
|
|
|
|
|
|
|
divisor => q(10), |
340
|
|
|
|
|
|
|
rule => q(=%%is= =%%thousands=), |
341
|
|
|
|
|
|
|
}, |
342
|
|
|
|
|
|
|
}, |
343
|
|
|
|
|
|
|
}, |
344
|
|
|
|
|
|
|
'is-trillions' => { |
345
|
|
|
|
|
|
|
'private' => { |
346
|
|
|
|
|
|
|
'0' => { |
347
|
|
|
|
|
|
|
base_value => q(0), |
348
|
|
|
|
|
|
|
divisor => q(1), |
349
|
|
|
|
|
|
|
rule => q(' =%%trillion=), |
350
|
|
|
|
|
|
|
}, |
351
|
|
|
|
|
|
|
'1' => { |
352
|
|
|
|
|
|
|
base_value => q(1), |
353
|
|
|
|
|
|
|
divisor => q(1), |
354
|
|
|
|
|
|
|
rule => q(' is =%%spellout-cardinal-prefixpart= =%%trillion=), |
355
|
|
|
|
|
|
|
}, |
356
|
|
|
|
|
|
|
'11' => { |
357
|
|
|
|
|
|
|
base_value => q(11), |
358
|
|
|
|
|
|
|
divisor => q(10), |
359
|
|
|
|
|
|
|
rule => q(' is =%%trillions=), |
360
|
|
|
|
|
|
|
}, |
361
|
|
|
|
|
|
|
'20' => { |
362
|
|
|
|
|
|
|
base_value => q(20), |
363
|
|
|
|
|
|
|
divisor => q(10), |
364
|
|
|
|
|
|
|
rule => q(=%%is= =%%trillions=), |
365
|
|
|
|
|
|
|
}, |
366
|
|
|
|
|
|
|
'max' => { |
367
|
|
|
|
|
|
|
base_value => q(20), |
368
|
|
|
|
|
|
|
divisor => q(10), |
369
|
|
|
|
|
|
|
rule => q(=%%is= =%%trillions=), |
370
|
|
|
|
|
|
|
}, |
371
|
|
|
|
|
|
|
}, |
372
|
|
|
|
|
|
|
}, |
373
|
|
|
|
|
|
|
'lenient-parse' => { |
374
|
|
|
|
|
|
|
'private' => { |
375
|
|
|
|
|
|
|
'0' => { |
376
|
|
|
|
|
|
|
base_value => q(0), |
377
|
|
|
|
|
|
|
divisor => q(1), |
378
|
|
|
|
|
|
|
rule => q(& ' ' , ',' ), |
379
|
|
|
|
|
|
|
}, |
380
|
|
|
|
|
|
|
'max' => { |
381
|
|
|
|
|
|
|
base_value => q(0), |
382
|
|
|
|
|
|
|
divisor => q(1), |
383
|
|
|
|
|
|
|
rule => q(& ' ' , ',' ), |
384
|
|
|
|
|
|
|
}, |
385
|
|
|
|
|
|
|
}, |
386
|
|
|
|
|
|
|
}, |
387
|
|
|
|
|
|
|
'million' => { |
388
|
|
|
|
|
|
|
'private' => { |
389
|
|
|
|
|
|
|
'0' => { |
390
|
|
|
|
|
|
|
base_value => q(0), |
391
|
|
|
|
|
|
|
divisor => q(1), |
392
|
|
|
|
|
|
|
rule => q(milliún), |
393
|
|
|
|
|
|
|
}, |
394
|
|
|
|
|
|
|
'1' => { |
395
|
|
|
|
|
|
|
base_value => q(1), |
396
|
|
|
|
|
|
|
divisor => q(1), |
397
|
|
|
|
|
|
|
rule => q(mhilliún), |
398
|
|
|
|
|
|
|
}, |
399
|
|
|
|
|
|
|
'7' => { |
400
|
|
|
|
|
|
|
base_value => q(7), |
401
|
|
|
|
|
|
|
divisor => q(1), |
402
|
|
|
|
|
|
|
rule => q(milliún), |
403
|
|
|
|
|
|
|
}, |
404
|
|
|
|
|
|
|
'11' => { |
405
|
|
|
|
|
|
|
base_value => q(11), |
406
|
|
|
|
|
|
|
divisor => q(10), |
407
|
|
|
|
|
|
|
rule => q(→→), |
408
|
|
|
|
|
|
|
}, |
409
|
|
|
|
|
|
|
'max' => { |
410
|
|
|
|
|
|
|
base_value => q(11), |
411
|
|
|
|
|
|
|
divisor => q(10), |
412
|
|
|
|
|
|
|
rule => q(→→), |
413
|
|
|
|
|
|
|
}, |
414
|
|
|
|
|
|
|
}, |
415
|
|
|
|
|
|
|
}, |
416
|
|
|
|
|
|
|
'millions' => { |
417
|
|
|
|
|
|
|
'private' => { |
418
|
|
|
|
|
|
|
'1' => { |
419
|
|
|
|
|
|
|
base_value => q(1), |
420
|
|
|
|
|
|
|
divisor => q(1), |
421
|
|
|
|
|
|
|
rule => q(milliún), |
422
|
|
|
|
|
|
|
}, |
423
|
|
|
|
|
|
|
'2' => { |
424
|
|
|
|
|
|
|
base_value => q(2), |
425
|
|
|
|
|
|
|
divisor => q(1), |
426
|
|
|
|
|
|
|
rule => q(=%%spellout-cardinal-prefixpart= =%%millionsp=), |
427
|
|
|
|
|
|
|
}, |
428
|
|
|
|
|
|
|
'100' => { |
429
|
|
|
|
|
|
|
base_value => q(100), |
430
|
|
|
|
|
|
|
divisor => q(100), |
431
|
|
|
|
|
|
|
rule => q(←%%hundreds←→%%is-millions→), |
432
|
|
|
|
|
|
|
}, |
433
|
|
|
|
|
|
|
'max' => { |
434
|
|
|
|
|
|
|
base_value => q(100), |
435
|
|
|
|
|
|
|
divisor => q(100), |
436
|
|
|
|
|
|
|
rule => q(←%%hundreds←→%%is-millions→), |
437
|
|
|
|
|
|
|
}, |
438
|
|
|
|
|
|
|
}, |
439
|
|
|
|
|
|
|
}, |
440
|
|
|
|
|
|
|
'millionsp' => { |
441
|
|
|
|
|
|
|
'private' => { |
442
|
|
|
|
|
|
|
'2' => { |
443
|
|
|
|
|
|
|
base_value => q(2), |
444
|
|
|
|
|
|
|
divisor => q(1), |
445
|
|
|
|
|
|
|
rule => q(=%%million=), |
446
|
|
|
|
|
|
|
}, |
447
|
|
|
|
|
|
|
'11' => { |
448
|
|
|
|
|
|
|
base_value => q(11), |
449
|
|
|
|
|
|
|
divisor => q(10), |
450
|
|
|
|
|
|
|
rule => q(=%%million= déag), |
451
|
|
|
|
|
|
|
}, |
452
|
|
|
|
|
|
|
'20' => { |
453
|
|
|
|
|
|
|
base_value => q(20), |
454
|
|
|
|
|
|
|
divisor => q(10), |
455
|
|
|
|
|
|
|
rule => q(=%%million=), |
456
|
|
|
|
|
|
|
}, |
457
|
|
|
|
|
|
|
'max' => { |
458
|
|
|
|
|
|
|
base_value => q(20), |
459
|
|
|
|
|
|
|
divisor => q(10), |
460
|
|
|
|
|
|
|
rule => q(=%%million=), |
461
|
|
|
|
|
|
|
}, |
462
|
|
|
|
|
|
|
}, |
463
|
|
|
|
|
|
|
}, |
464
|
|
|
|
|
|
|
'numberp' => { |
465
|
|
|
|
|
|
|
'private' => { |
466
|
|
|
|
|
|
|
'0' => { |
467
|
|
|
|
|
|
|
base_value => q(0), |
468
|
|
|
|
|
|
|
divisor => q(1), |
469
|
|
|
|
|
|
|
rule => q(=%%spellout-cardinal-prefixpart=), |
470
|
|
|
|
|
|
|
}, |
471
|
|
|
|
|
|
|
'12' => { |
472
|
|
|
|
|
|
|
base_value => q(12), |
473
|
|
|
|
|
|
|
divisor => q(10), |
474
|
|
|
|
|
|
|
rule => q(dó dhéag), |
475
|
|
|
|
|
|
|
}, |
476
|
|
|
|
|
|
|
'13' => { |
477
|
|
|
|
|
|
|
base_value => q(13), |
478
|
|
|
|
|
|
|
divisor => q(10), |
479
|
|
|
|
|
|
|
rule => q(=%%spellout-cardinal-prefixpart= déag), |
480
|
|
|
|
|
|
|
}, |
481
|
|
|
|
|
|
|
'20' => { |
482
|
|
|
|
|
|
|
base_value => q(20), |
483
|
|
|
|
|
|
|
divisor => q(10), |
484
|
|
|
|
|
|
|
rule => q(=%%spellout-cardinal-prefixpart=), |
485
|
|
|
|
|
|
|
}, |
486
|
|
|
|
|
|
|
'max' => { |
487
|
|
|
|
|
|
|
base_value => q(20), |
488
|
|
|
|
|
|
|
divisor => q(10), |
489
|
|
|
|
|
|
|
rule => q(=%%spellout-cardinal-prefixpart=), |
490
|
|
|
|
|
|
|
}, |
491
|
|
|
|
|
|
|
}, |
492
|
|
|
|
|
|
|
}, |
493
|
|
|
|
|
|
|
'quadrillions' => { |
494
|
|
|
|
|
|
|
'private' => { |
495
|
|
|
|
|
|
|
'1' => { |
496
|
|
|
|
|
|
|
base_value => q(1), |
497
|
|
|
|
|
|
|
divisor => q(1), |
498
|
|
|
|
|
|
|
rule => q(quadrilliún), |
499
|
|
|
|
|
|
|
}, |
500
|
|
|
|
|
|
|
'2' => { |
501
|
|
|
|
|
|
|
base_value => q(2), |
502
|
|
|
|
|
|
|
divisor => q(1), |
503
|
|
|
|
|
|
|
rule => q(=%%spellout-cardinal-prefixpart= quadrilliún), |
504
|
|
|
|
|
|
|
}, |
505
|
|
|
|
|
|
|
'11' => { |
506
|
|
|
|
|
|
|
base_value => q(11), |
507
|
|
|
|
|
|
|
divisor => q(10), |
508
|
|
|
|
|
|
|
rule => q(=%%spellout-cardinal-prefixpart= quadrilliún déag), |
509
|
|
|
|
|
|
|
}, |
510
|
|
|
|
|
|
|
'20' => { |
511
|
|
|
|
|
|
|
base_value => q(20), |
512
|
|
|
|
|
|
|
divisor => q(10), |
513
|
|
|
|
|
|
|
rule => q(=%%spellout-cardinal-prefixpart= quadrilliún), |
514
|
|
|
|
|
|
|
}, |
515
|
|
|
|
|
|
|
'100' => { |
516
|
|
|
|
|
|
|
base_value => q(100), |
517
|
|
|
|
|
|
|
divisor => q(100), |
518
|
|
|
|
|
|
|
rule => q(←%%hundreds←→%%is-quadrillions→), |
519
|
|
|
|
|
|
|
}, |
520
|
|
|
|
|
|
|
'max' => { |
521
|
|
|
|
|
|
|
base_value => q(100), |
522
|
|
|
|
|
|
|
divisor => q(100), |
523
|
|
|
|
|
|
|
rule => q(←%%hundreds←→%%is-quadrillions→), |
524
|
|
|
|
|
|
|
}, |
525
|
|
|
|
|
|
|
}, |
526
|
|
|
|
|
|
|
}, |
527
|
|
|
|
|
|
|
'spellout-cardinal' => { |
528
|
|
|
|
|
|
|
'public' => { |
529
|
|
|
|
|
|
|
'0' => { |
530
|
|
|
|
|
|
|
base_value => q(0), |
531
|
|
|
|
|
|
|
divisor => q(1), |
532
|
|
|
|
|
|
|
rule => q(=%spellout-numbering=), |
533
|
|
|
|
|
|
|
}, |
534
|
|
|
|
|
|
|
'max' => { |
535
|
|
|
|
|
|
|
base_value => q(0), |
536
|
|
|
|
|
|
|
divisor => q(1), |
537
|
|
|
|
|
|
|
rule => q(=%spellout-numbering=), |
538
|
|
|
|
|
|
|
}, |
539
|
|
|
|
|
|
|
}, |
540
|
|
|
|
|
|
|
}, |
541
|
|
|
|
|
|
|
'spellout-cardinal-prefixpart' => { |
542
|
|
|
|
|
|
|
'private' => { |
543
|
|
|
|
|
|
|
'0' => { |
544
|
|
|
|
|
|
|
base_value => q(0), |
545
|
|
|
|
|
|
|
divisor => q(1), |
546
|
|
|
|
|
|
|
rule => q(náid), |
547
|
|
|
|
|
|
|
}, |
548
|
|
|
|
|
|
|
'1' => { |
549
|
|
|
|
|
|
|
base_value => q(1), |
550
|
|
|
|
|
|
|
divisor => q(1), |
551
|
|
|
|
|
|
|
rule => q(aon), |
552
|
|
|
|
|
|
|
}, |
553
|
|
|
|
|
|
|
'2' => { |
554
|
|
|
|
|
|
|
base_value => q(2), |
555
|
|
|
|
|
|
|
divisor => q(1), |
556
|
|
|
|
|
|
|
rule => q(dhá), |
557
|
|
|
|
|
|
|
}, |
558
|
|
|
|
|
|
|
'3' => { |
559
|
|
|
|
|
|
|
base_value => q(3), |
560
|
|
|
|
|
|
|
divisor => q(1), |
561
|
|
|
|
|
|
|
rule => q(trí), |
562
|
|
|
|
|
|
|
}, |
563
|
|
|
|
|
|
|
'4' => { |
564
|
|
|
|
|
|
|
base_value => q(4), |
565
|
|
|
|
|
|
|
divisor => q(1), |
566
|
|
|
|
|
|
|
rule => q(ceithre), |
567
|
|
|
|
|
|
|
}, |
568
|
|
|
|
|
|
|
'5' => { |
569
|
|
|
|
|
|
|
base_value => q(5), |
570
|
|
|
|
|
|
|
divisor => q(1), |
571
|
|
|
|
|
|
|
rule => q(cúig), |
572
|
|
|
|
|
|
|
}, |
573
|
|
|
|
|
|
|
'6' => { |
574
|
|
|
|
|
|
|
base_value => q(6), |
575
|
|
|
|
|
|
|
divisor => q(1), |
576
|
|
|
|
|
|
|
rule => q(sé), |
577
|
|
|
|
|
|
|
}, |
578
|
|
|
|
|
|
|
'7' => { |
579
|
|
|
|
|
|
|
base_value => q(7), |
580
|
|
|
|
|
|
|
divisor => q(1), |
581
|
|
|
|
|
|
|
rule => q(seacht), |
582
|
|
|
|
|
|
|
}, |
583
|
|
|
|
|
|
|
'8' => { |
584
|
|
|
|
|
|
|
base_value => q(8), |
585
|
|
|
|
|
|
|
divisor => q(1), |
586
|
|
|
|
|
|
|
rule => q(ocht), |
587
|
|
|
|
|
|
|
}, |
588
|
|
|
|
|
|
|
'9' => { |
589
|
|
|
|
|
|
|
base_value => q(9), |
590
|
|
|
|
|
|
|
divisor => q(1), |
591
|
|
|
|
|
|
|
rule => q(naoi), |
592
|
|
|
|
|
|
|
}, |
593
|
|
|
|
|
|
|
'10' => { |
594
|
|
|
|
|
|
|
base_value => q(10), |
595
|
|
|
|
|
|
|
divisor => q(10), |
596
|
|
|
|
|
|
|
rule => q(deich), |
597
|
|
|
|
|
|
|
}, |
598
|
|
|
|
|
|
|
'11' => { |
599
|
|
|
|
|
|
|
base_value => q(11), |
600
|
|
|
|
|
|
|
divisor => q(10), |
601
|
|
|
|
|
|
|
rule => q(→→), |
602
|
|
|
|
|
|
|
}, |
603
|
|
|
|
|
|
|
'20' => { |
604
|
|
|
|
|
|
|
base_value => q(20), |
605
|
|
|
|
|
|
|
divisor => q(10), |
606
|
|
|
|
|
|
|
rule => q(fiche[ is →→]), |
607
|
|
|
|
|
|
|
}, |
608
|
|
|
|
|
|
|
'30' => { |
609
|
|
|
|
|
|
|
base_value => q(30), |
610
|
|
|
|
|
|
|
divisor => q(10), |
611
|
|
|
|
|
|
|
rule => q(tríocha[ is →→]), |
612
|
|
|
|
|
|
|
}, |
613
|
|
|
|
|
|
|
'40' => { |
614
|
|
|
|
|
|
|
base_value => q(40), |
615
|
|
|
|
|
|
|
divisor => q(10), |
616
|
|
|
|
|
|
|
rule => q(daichead[ is →→]), |
617
|
|
|
|
|
|
|
}, |
618
|
|
|
|
|
|
|
'50' => { |
619
|
|
|
|
|
|
|
base_value => q(50), |
620
|
|
|
|
|
|
|
divisor => q(10), |
621
|
|
|
|
|
|
|
rule => q(caoga[ is →→]), |
622
|
|
|
|
|
|
|
}, |
623
|
|
|
|
|
|
|
'60' => { |
624
|
|
|
|
|
|
|
base_value => q(60), |
625
|
|
|
|
|
|
|
divisor => q(10), |
626
|
|
|
|
|
|
|
rule => q(seasca[ is →→]), |
627
|
|
|
|
|
|
|
}, |
628
|
|
|
|
|
|
|
'70' => { |
629
|
|
|
|
|
|
|
base_value => q(70), |
630
|
|
|
|
|
|
|
divisor => q(10), |
631
|
|
|
|
|
|
|
rule => q(seachtó[ is →→]), |
632
|
|
|
|
|
|
|
}, |
633
|
|
|
|
|
|
|
'80' => { |
634
|
|
|
|
|
|
|
base_value => q(80), |
635
|
|
|
|
|
|
|
divisor => q(10), |
636
|
|
|
|
|
|
|
rule => q(ochtó[ is →→]), |
637
|
|
|
|
|
|
|
}, |
638
|
|
|
|
|
|
|
'90' => { |
639
|
|
|
|
|
|
|
base_value => q(90), |
640
|
|
|
|
|
|
|
divisor => q(10), |
641
|
|
|
|
|
|
|
rule => q(nócha[ is →→]), |
642
|
|
|
|
|
|
|
}, |
643
|
|
|
|
|
|
|
'100' => { |
644
|
|
|
|
|
|
|
base_value => q(100), |
645
|
|
|
|
|
|
|
divisor => q(100), |
646
|
|
|
|
|
|
|
rule => q(←%%hundreds←[→%%is-numberp→]), |
647
|
|
|
|
|
|
|
}, |
648
|
|
|
|
|
|
|
'1000' => { |
649
|
|
|
|
|
|
|
base_value => q(1000), |
650
|
|
|
|
|
|
|
divisor => q(1000), |
651
|
|
|
|
|
|
|
rule => q(←%%thousands←[, →%%numberp→]), |
652
|
|
|
|
|
|
|
}, |
653
|
|
|
|
|
|
|
'1000000' => { |
654
|
|
|
|
|
|
|
base_value => q(1000000), |
655
|
|
|
|
|
|
|
divisor => q(1000000), |
656
|
|
|
|
|
|
|
rule => q(←%%millions←[, →%%numberp→]), |
657
|
|
|
|
|
|
|
}, |
658
|
|
|
|
|
|
|
'1000000000' => { |
659
|
|
|
|
|
|
|
base_value => q(1000000000), |
660
|
|
|
|
|
|
|
divisor => q(1000000000), |
661
|
|
|
|
|
|
|
rule => q(←%%billions←[, →%%numberp→]), |
662
|
|
|
|
|
|
|
}, |
663
|
|
|
|
|
|
|
'1000000000000' => { |
664
|
|
|
|
|
|
|
base_value => q(1000000000000), |
665
|
|
|
|
|
|
|
divisor => q(1000000000000), |
666
|
|
|
|
|
|
|
rule => q(←%%trillions←[, →%%numberp→]), |
667
|
|
|
|
|
|
|
}, |
668
|
|
|
|
|
|
|
'1000000000000000' => { |
669
|
|
|
|
|
|
|
base_value => q(1000000000000000), |
670
|
|
|
|
|
|
|
divisor => q(1000000000000000), |
671
|
|
|
|
|
|
|
rule => q(←%%quadrillions←[, →%%numberp→]), |
672
|
|
|
|
|
|
|
}, |
673
|
|
|
|
|
|
|
'1000000000000000000' => { |
674
|
|
|
|
|
|
|
base_value => q(1000000000000000000), |
675
|
|
|
|
|
|
|
divisor => q(1000000000000000000), |
676
|
|
|
|
|
|
|
rule => q(=#,##0=), |
677
|
|
|
|
|
|
|
}, |
678
|
|
|
|
|
|
|
'max' => { |
679
|
|
|
|
|
|
|
base_value => q(1000000000000000000), |
680
|
|
|
|
|
|
|
divisor => q(1000000000000000000), |
681
|
|
|
|
|
|
|
rule => q(=#,##0=), |
682
|
|
|
|
|
|
|
}, |
683
|
|
|
|
|
|
|
}, |
684
|
|
|
|
|
|
|
}, |
685
|
|
|
|
|
|
|
'spellout-numbering' => { |
686
|
|
|
|
|
|
|
'public' => { |
687
|
|
|
|
|
|
|
'-x' => { |
688
|
|
|
|
|
|
|
divisor => q(1), |
689
|
|
|
|
|
|
|
rule => q(míneas →→), |
690
|
|
|
|
|
|
|
}, |
691
|
|
|
|
|
|
|
'0' => { |
692
|
|
|
|
|
|
|
base_value => q(0), |
693
|
|
|
|
|
|
|
divisor => q(1), |
694
|
|
|
|
|
|
|
rule => q(a náid), |
695
|
|
|
|
|
|
|
}, |
696
|
|
|
|
|
|
|
'x.x' => { |
697
|
|
|
|
|
|
|
divisor => q(1), |
698
|
|
|
|
|
|
|
rule => q(←← pointe →→), |
699
|
|
|
|
|
|
|
}, |
700
|
|
|
|
|
|
|
'1' => { |
701
|
|
|
|
|
|
|
base_value => q(1), |
702
|
|
|
|
|
|
|
divisor => q(1), |
703
|
|
|
|
|
|
|
rule => q(a haon), |
704
|
|
|
|
|
|
|
}, |
705
|
|
|
|
|
|
|
'2' => { |
706
|
|
|
|
|
|
|
base_value => q(2), |
707
|
|
|
|
|
|
|
divisor => q(1), |
708
|
|
|
|
|
|
|
rule => q(a dó), |
709
|
|
|
|
|
|
|
}, |
710
|
|
|
|
|
|
|
'3' => { |
711
|
|
|
|
|
|
|
base_value => q(3), |
712
|
|
|
|
|
|
|
divisor => q(1), |
713
|
|
|
|
|
|
|
rule => q(a trí), |
714
|
|
|
|
|
|
|
}, |
715
|
|
|
|
|
|
|
'4' => { |
716
|
|
|
|
|
|
|
base_value => q(4), |
717
|
|
|
|
|
|
|
divisor => q(1), |
718
|
|
|
|
|
|
|
rule => q(a ceathair), |
719
|
|
|
|
|
|
|
}, |
720
|
|
|
|
|
|
|
'5' => { |
721
|
|
|
|
|
|
|
base_value => q(5), |
722
|
|
|
|
|
|
|
divisor => q(1), |
723
|
|
|
|
|
|
|
rule => q(a cúig), |
724
|
|
|
|
|
|
|
}, |
725
|
|
|
|
|
|
|
'6' => { |
726
|
|
|
|
|
|
|
base_value => q(6), |
727
|
|
|
|
|
|
|
divisor => q(1), |
728
|
|
|
|
|
|
|
rule => q(a sé), |
729
|
|
|
|
|
|
|
}, |
730
|
|
|
|
|
|
|
'7' => { |
731
|
|
|
|
|
|
|
base_value => q(7), |
732
|
|
|
|
|
|
|
divisor => q(1), |
733
|
|
|
|
|
|
|
rule => q(a seacht), |
734
|
|
|
|
|
|
|
}, |
735
|
|
|
|
|
|
|
'8' => { |
736
|
|
|
|
|
|
|
base_value => q(8), |
737
|
|
|
|
|
|
|
divisor => q(1), |
738
|
|
|
|
|
|
|
rule => q(a hocht), |
739
|
|
|
|
|
|
|
}, |
740
|
|
|
|
|
|
|
'9' => { |
741
|
|
|
|
|
|
|
base_value => q(9), |
742
|
|
|
|
|
|
|
divisor => q(1), |
743
|
|
|
|
|
|
|
rule => q(a naoi), |
744
|
|
|
|
|
|
|
}, |
745
|
|
|
|
|
|
|
'10' => { |
746
|
|
|
|
|
|
|
base_value => q(10), |
747
|
|
|
|
|
|
|
divisor => q(10), |
748
|
|
|
|
|
|
|
rule => q(a deich), |
749
|
|
|
|
|
|
|
}, |
750
|
|
|
|
|
|
|
'11' => { |
751
|
|
|
|
|
|
|
base_value => q(11), |
752
|
|
|
|
|
|
|
divisor => q(10), |
753
|
|
|
|
|
|
|
rule => q(→→ déag), |
754
|
|
|
|
|
|
|
}, |
755
|
|
|
|
|
|
|
'12' => { |
756
|
|
|
|
|
|
|
base_value => q(12), |
757
|
|
|
|
|
|
|
divisor => q(10), |
758
|
|
|
|
|
|
|
rule => q(→→ dhéag), |
759
|
|
|
|
|
|
|
}, |
760
|
|
|
|
|
|
|
'13' => { |
761
|
|
|
|
|
|
|
base_value => q(13), |
762
|
|
|
|
|
|
|
divisor => q(10), |
763
|
|
|
|
|
|
|
rule => q(→→ déag), |
764
|
|
|
|
|
|
|
}, |
765
|
|
|
|
|
|
|
'20' => { |
766
|
|
|
|
|
|
|
base_value => q(20), |
767
|
|
|
|
|
|
|
divisor => q(10), |
768
|
|
|
|
|
|
|
rule => q(fiche[ →→]), |
769
|
|
|
|
|
|
|
}, |
770
|
|
|
|
|
|
|
'30' => { |
771
|
|
|
|
|
|
|
base_value => q(30), |
772
|
|
|
|
|
|
|
divisor => q(10), |
773
|
|
|
|
|
|
|
rule => q(tríocha[ →→]), |
774
|
|
|
|
|
|
|
}, |
775
|
|
|
|
|
|
|
'40' => { |
776
|
|
|
|
|
|
|
base_value => q(40), |
777
|
|
|
|
|
|
|
divisor => q(10), |
778
|
|
|
|
|
|
|
rule => q(daichead[ →→]), |
779
|
|
|
|
|
|
|
}, |
780
|
|
|
|
|
|
|
'50' => { |
781
|
|
|
|
|
|
|
base_value => q(50), |
782
|
|
|
|
|
|
|
divisor => q(10), |
783
|
|
|
|
|
|
|
rule => q(caoga[ →→]), |
784
|
|
|
|
|
|
|
}, |
785
|
|
|
|
|
|
|
'60' => { |
786
|
|
|
|
|
|
|
base_value => q(60), |
787
|
|
|
|
|
|
|
divisor => q(10), |
788
|
|
|
|
|
|
|
rule => q(seasca[ →→]), |
789
|
|
|
|
|
|
|
}, |
790
|
|
|
|
|
|
|
'70' => { |
791
|
|
|
|
|
|
|
base_value => q(70), |
792
|
|
|
|
|
|
|
divisor => q(10), |
793
|
|
|
|
|
|
|
rule => q(seachtó[ →→]), |
794
|
|
|
|
|
|
|
}, |
795
|
|
|
|
|
|
|
'80' => { |
796
|
|
|
|
|
|
|
base_value => q(80), |
797
|
|
|
|
|
|
|
divisor => q(10), |
798
|
|
|
|
|
|
|
rule => q(ochtó[ →→]), |
799
|
|
|
|
|
|
|
}, |
800
|
|
|
|
|
|
|
'90' => { |
801
|
|
|
|
|
|
|
base_value => q(90), |
802
|
|
|
|
|
|
|
divisor => q(10), |
803
|
|
|
|
|
|
|
rule => q(nócha[ →→]), |
804
|
|
|
|
|
|
|
}, |
805
|
|
|
|
|
|
|
'100' => { |
806
|
|
|
|
|
|
|
base_value => q(100), |
807
|
|
|
|
|
|
|
divisor => q(100), |
808
|
|
|
|
|
|
|
rule => q(←%%hundreds←[→%%is-number→]), |
809
|
|
|
|
|
|
|
}, |
810
|
|
|
|
|
|
|
'1000' => { |
811
|
|
|
|
|
|
|
base_value => q(1000), |
812
|
|
|
|
|
|
|
divisor => q(1000), |
813
|
|
|
|
|
|
|
rule => q(←%%thousands←[, →%spellout-numbering→]), |
814
|
|
|
|
|
|
|
}, |
815
|
|
|
|
|
|
|
'1000000' => { |
816
|
|
|
|
|
|
|
base_value => q(1000000), |
817
|
|
|
|
|
|
|
divisor => q(1000000), |
818
|
|
|
|
|
|
|
rule => q(←%%millions←[, →%spellout-numbering→]), |
819
|
|
|
|
|
|
|
}, |
820
|
|
|
|
|
|
|
'1000000000' => { |
821
|
|
|
|
|
|
|
base_value => q(1000000000), |
822
|
|
|
|
|
|
|
divisor => q(1000000000), |
823
|
|
|
|
|
|
|
rule => q(←%%billions←[, →%spellout-numbering→]), |
824
|
|
|
|
|
|
|
}, |
825
|
|
|
|
|
|
|
'1000000000000' => { |
826
|
|
|
|
|
|
|
base_value => q(1000000000000), |
827
|
|
|
|
|
|
|
divisor => q(1000000000000), |
828
|
|
|
|
|
|
|
rule => q(←%%trillions←[, →%spellout-numbering→]), |
829
|
|
|
|
|
|
|
}, |
830
|
|
|
|
|
|
|
'1000000000000000' => { |
831
|
|
|
|
|
|
|
base_value => q(1000000000000000), |
832
|
|
|
|
|
|
|
divisor => q(1000000000000000), |
833
|
|
|
|
|
|
|
rule => q(←%%quadrillions←[, →%spellout-numbering→]), |
834
|
|
|
|
|
|
|
}, |
835
|
|
|
|
|
|
|
'1000000000000000000' => { |
836
|
|
|
|
|
|
|
base_value => q(1000000000000000000), |
837
|
|
|
|
|
|
|
divisor => q(1000000000000000000), |
838
|
|
|
|
|
|
|
rule => q(=#,##0=), |
839
|
|
|
|
|
|
|
}, |
840
|
|
|
|
|
|
|
'max' => { |
841
|
|
|
|
|
|
|
base_value => q(1000000000000000000), |
842
|
|
|
|
|
|
|
divisor => q(1000000000000000000), |
843
|
|
|
|
|
|
|
rule => q(=#,##0=), |
844
|
|
|
|
|
|
|
}, |
845
|
|
|
|
|
|
|
}, |
846
|
|
|
|
|
|
|
}, |
847
|
|
|
|
|
|
|
'spellout-numbering-no-a' => { |
848
|
|
|
|
|
|
|
'private' => { |
849
|
|
|
|
|
|
|
'0' => { |
850
|
|
|
|
|
|
|
base_value => q(0), |
851
|
|
|
|
|
|
|
divisor => q(1), |
852
|
|
|
|
|
|
|
rule => q(náid), |
853
|
|
|
|
|
|
|
}, |
854
|
|
|
|
|
|
|
'1' => { |
855
|
|
|
|
|
|
|
base_value => q(1), |
856
|
|
|
|
|
|
|
divisor => q(1), |
857
|
|
|
|
|
|
|
rule => q(aon), |
858
|
|
|
|
|
|
|
}, |
859
|
|
|
|
|
|
|
'2' => { |
860
|
|
|
|
|
|
|
base_value => q(2), |
861
|
|
|
|
|
|
|
divisor => q(1), |
862
|
|
|
|
|
|
|
rule => q(dó), |
863
|
|
|
|
|
|
|
}, |
864
|
|
|
|
|
|
|
'3' => { |
865
|
|
|
|
|
|
|
base_value => q(3), |
866
|
|
|
|
|
|
|
divisor => q(1), |
867
|
|
|
|
|
|
|
rule => q(trí), |
868
|
|
|
|
|
|
|
}, |
869
|
|
|
|
|
|
|
'4' => { |
870
|
|
|
|
|
|
|
base_value => q(4), |
871
|
|
|
|
|
|
|
divisor => q(1), |
872
|
|
|
|
|
|
|
rule => q(ceathair), |
873
|
|
|
|
|
|
|
}, |
874
|
|
|
|
|
|
|
'5' => { |
875
|
|
|
|
|
|
|
base_value => q(5), |
876
|
|
|
|
|
|
|
divisor => q(1), |
877
|
|
|
|
|
|
|
rule => q(cúig), |
878
|
|
|
|
|
|
|
}, |
879
|
|
|
|
|
|
|
'6' => { |
880
|
|
|
|
|
|
|
base_value => q(6), |
881
|
|
|
|
|
|
|
divisor => q(1), |
882
|
|
|
|
|
|
|
rule => q(sé), |
883
|
|
|
|
|
|
|
}, |
884
|
|
|
|
|
|
|
'7' => { |
885
|
|
|
|
|
|
|
base_value => q(7), |
886
|
|
|
|
|
|
|
divisor => q(1), |
887
|
|
|
|
|
|
|
rule => q(seacht), |
888
|
|
|
|
|
|
|
}, |
889
|
|
|
|
|
|
|
'8' => { |
890
|
|
|
|
|
|
|
base_value => q(8), |
891
|
|
|
|
|
|
|
divisor => q(1), |
892
|
|
|
|
|
|
|
rule => q(ocht), |
893
|
|
|
|
|
|
|
}, |
894
|
|
|
|
|
|
|
'9' => { |
895
|
|
|
|
|
|
|
base_value => q(9), |
896
|
|
|
|
|
|
|
divisor => q(1), |
897
|
|
|
|
|
|
|
rule => q(naoi), |
898
|
|
|
|
|
|
|
}, |
899
|
|
|
|
|
|
|
'10' => { |
900
|
|
|
|
|
|
|
base_value => q(10), |
901
|
|
|
|
|
|
|
divisor => q(10), |
902
|
|
|
|
|
|
|
rule => q(deich), |
903
|
|
|
|
|
|
|
}, |
904
|
|
|
|
|
|
|
'11' => { |
905
|
|
|
|
|
|
|
base_value => q(11), |
906
|
|
|
|
|
|
|
divisor => q(10), |
907
|
|
|
|
|
|
|
rule => q(→→ déag), |
908
|
|
|
|
|
|
|
}, |
909
|
|
|
|
|
|
|
'12' => { |
910
|
|
|
|
|
|
|
base_value => q(12), |
911
|
|
|
|
|
|
|
divisor => q(10), |
912
|
|
|
|
|
|
|
rule => q(→→ dhéag), |
913
|
|
|
|
|
|
|
}, |
914
|
|
|
|
|
|
|
'13' => { |
915
|
|
|
|
|
|
|
base_value => q(13), |
916
|
|
|
|
|
|
|
divisor => q(10), |
917
|
|
|
|
|
|
|
rule => q(→→ déag), |
918
|
|
|
|
|
|
|
}, |
919
|
|
|
|
|
|
|
'20' => { |
920
|
|
|
|
|
|
|
base_value => q(20), |
921
|
|
|
|
|
|
|
divisor => q(10), |
922
|
|
|
|
|
|
|
rule => q(=%spellout-numbering=), |
923
|
|
|
|
|
|
|
}, |
924
|
|
|
|
|
|
|
'max' => { |
925
|
|
|
|
|
|
|
base_value => q(20), |
926
|
|
|
|
|
|
|
divisor => q(10), |
927
|
|
|
|
|
|
|
rule => q(=%spellout-numbering=), |
928
|
|
|
|
|
|
|
}, |
929
|
|
|
|
|
|
|
}, |
930
|
|
|
|
|
|
|
}, |
931
|
|
|
|
|
|
|
'spellout-numbering-year' => { |
932
|
|
|
|
|
|
|
'public' => { |
933
|
|
|
|
|
|
|
'-x' => { |
934
|
|
|
|
|
|
|
divisor => q(1), |
935
|
|
|
|
|
|
|
rule => q(míneas →→), |
936
|
|
|
|
|
|
|
}, |
937
|
|
|
|
|
|
|
'0' => { |
938
|
|
|
|
|
|
|
base_value => q(0), |
939
|
|
|
|
|
|
|
divisor => q(1), |
940
|
|
|
|
|
|
|
rule => q(=%spellout-numbering=), |
941
|
|
|
|
|
|
|
}, |
942
|
|
|
|
|
|
|
'x.x' => { |
943
|
|
|
|
|
|
|
divisor => q(1), |
944
|
|
|
|
|
|
|
rule => q(=0.0=), |
945
|
|
|
|
|
|
|
}, |
946
|
|
|
|
|
|
|
'1000' => { |
947
|
|
|
|
|
|
|
base_value => q(1000), |
948
|
|
|
|
|
|
|
divisor => q(100), |
949
|
|
|
|
|
|
|
rule => q(←%%spellout-numbering-no-a← →%%2d-year→), |
950
|
|
|
|
|
|
|
}, |
951
|
|
|
|
|
|
|
'10000' => { |
952
|
|
|
|
|
|
|
base_value => q(10000), |
953
|
|
|
|
|
|
|
divisor => q(10000), |
954
|
|
|
|
|
|
|
rule => q(=%spellout-numbering=), |
955
|
|
|
|
|
|
|
}, |
956
|
|
|
|
|
|
|
'max' => { |
957
|
|
|
|
|
|
|
base_value => q(10000), |
958
|
|
|
|
|
|
|
divisor => q(10000), |
959
|
|
|
|
|
|
|
rule => q(=%spellout-numbering=), |
960
|
|
|
|
|
|
|
}, |
961
|
|
|
|
|
|
|
}, |
962
|
|
|
|
|
|
|
}, |
963
|
|
|
|
|
|
|
'thousand' => { |
964
|
|
|
|
|
|
|
'private' => { |
965
|
|
|
|
|
|
|
'0' => { |
966
|
|
|
|
|
|
|
base_value => q(0), |
967
|
|
|
|
|
|
|
divisor => q(1), |
968
|
|
|
|
|
|
|
rule => q(míle), |
969
|
|
|
|
|
|
|
}, |
970
|
|
|
|
|
|
|
'1' => { |
971
|
|
|
|
|
|
|
base_value => q(1), |
972
|
|
|
|
|
|
|
divisor => q(1), |
973
|
|
|
|
|
|
|
rule => q(mhíle), |
974
|
|
|
|
|
|
|
}, |
975
|
|
|
|
|
|
|
'7' => { |
976
|
|
|
|
|
|
|
base_value => q(7), |
977
|
|
|
|
|
|
|
divisor => q(1), |
978
|
|
|
|
|
|
|
rule => q(míle), |
979
|
|
|
|
|
|
|
}, |
980
|
|
|
|
|
|
|
'11' => { |
981
|
|
|
|
|
|
|
base_value => q(11), |
982
|
|
|
|
|
|
|
divisor => q(10), |
983
|
|
|
|
|
|
|
rule => q(→→), |
984
|
|
|
|
|
|
|
}, |
985
|
|
|
|
|
|
|
'max' => { |
986
|
|
|
|
|
|
|
base_value => q(11), |
987
|
|
|
|
|
|
|
divisor => q(10), |
988
|
|
|
|
|
|
|
rule => q(→→), |
989
|
|
|
|
|
|
|
}, |
990
|
|
|
|
|
|
|
}, |
991
|
|
|
|
|
|
|
}, |
992
|
|
|
|
|
|
|
'thousandp' => { |
993
|
|
|
|
|
|
|
'private' => { |
994
|
|
|
|
|
|
|
'2' => { |
995
|
|
|
|
|
|
|
base_value => q(2), |
996
|
|
|
|
|
|
|
divisor => q(1), |
997
|
|
|
|
|
|
|
rule => q(=%%thousand=), |
998
|
|
|
|
|
|
|
}, |
999
|
|
|
|
|
|
|
'11' => { |
1000
|
|
|
|
|
|
|
base_value => q(11), |
1001
|
|
|
|
|
|
|
divisor => q(10), |
1002
|
|
|
|
|
|
|
rule => q(=%%thousand= dhéag), |
1003
|
|
|
|
|
|
|
}, |
1004
|
|
|
|
|
|
|
'20' => { |
1005
|
|
|
|
|
|
|
base_value => q(20), |
1006
|
|
|
|
|
|
|
divisor => q(10), |
1007
|
|
|
|
|
|
|
rule => q(=%%thousand=), |
1008
|
|
|
|
|
|
|
}, |
1009
|
|
|
|
|
|
|
'max' => { |
1010
|
|
|
|
|
|
|
base_value => q(20), |
1011
|
|
|
|
|
|
|
divisor => q(10), |
1012
|
|
|
|
|
|
|
rule => q(=%%thousand=), |
1013
|
|
|
|
|
|
|
}, |
1014
|
|
|
|
|
|
|
}, |
1015
|
|
|
|
|
|
|
}, |
1016
|
|
|
|
|
|
|
'thousands' => { |
1017
|
|
|
|
|
|
|
'private' => { |
1018
|
|
|
|
|
|
|
'1' => { |
1019
|
|
|
|
|
|
|
base_value => q(1), |
1020
|
|
|
|
|
|
|
divisor => q(1), |
1021
|
|
|
|
|
|
|
rule => q(míle), |
1022
|
|
|
|
|
|
|
}, |
1023
|
|
|
|
|
|
|
'2' => { |
1024
|
|
|
|
|
|
|
base_value => q(2), |
1025
|
|
|
|
|
|
|
divisor => q(1), |
1026
|
|
|
|
|
|
|
rule => q(=%%spellout-cardinal-prefixpart= =%%thousandp=), |
1027
|
|
|
|
|
|
|
}, |
1028
|
|
|
|
|
|
|
'100' => { |
1029
|
|
|
|
|
|
|
base_value => q(100), |
1030
|
|
|
|
|
|
|
divisor => q(100), |
1031
|
|
|
|
|
|
|
rule => q(←%%hundreds←→%%is-thousands→), |
1032
|
|
|
|
|
|
|
}, |
1033
|
|
|
|
|
|
|
'max' => { |
1034
|
|
|
|
|
|
|
base_value => q(100), |
1035
|
|
|
|
|
|
|
divisor => q(100), |
1036
|
|
|
|
|
|
|
rule => q(←%%hundreds←→%%is-thousands→), |
1037
|
|
|
|
|
|
|
}, |
1038
|
|
|
|
|
|
|
}, |
1039
|
|
|
|
|
|
|
}, |
1040
|
|
|
|
|
|
|
'trillion' => { |
1041
|
|
|
|
|
|
|
'private' => { |
1042
|
|
|
|
|
|
|
'0' => { |
1043
|
|
|
|
|
|
|
base_value => q(0), |
1044
|
|
|
|
|
|
|
divisor => q(1), |
1045
|
|
|
|
|
|
|
rule => q(dtrilliún), |
1046
|
|
|
|
|
|
|
}, |
1047
|
|
|
|
|
|
|
'1' => { |
1048
|
|
|
|
|
|
|
base_value => q(1), |
1049
|
|
|
|
|
|
|
divisor => q(1), |
1050
|
|
|
|
|
|
|
rule => q(thrilliún), |
1051
|
|
|
|
|
|
|
}, |
1052
|
|
|
|
|
|
|
'7' => { |
1053
|
|
|
|
|
|
|
base_value => q(7), |
1054
|
|
|
|
|
|
|
divisor => q(1), |
1055
|
|
|
|
|
|
|
rule => q(dtrilliún), |
1056
|
|
|
|
|
|
|
}, |
1057
|
|
|
|
|
|
|
'11' => { |
1058
|
|
|
|
|
|
|
base_value => q(11), |
1059
|
|
|
|
|
|
|
divisor => q(10), |
1060
|
|
|
|
|
|
|
rule => q(→→), |
1061
|
|
|
|
|
|
|
}, |
1062
|
|
|
|
|
|
|
'max' => { |
1063
|
|
|
|
|
|
|
base_value => q(11), |
1064
|
|
|
|
|
|
|
divisor => q(10), |
1065
|
|
|
|
|
|
|
rule => q(→→), |
1066
|
|
|
|
|
|
|
}, |
1067
|
|
|
|
|
|
|
}, |
1068
|
|
|
|
|
|
|
}, |
1069
|
|
|
|
|
|
|
'trillions' => { |
1070
|
|
|
|
|
|
|
'private' => { |
1071
|
|
|
|
|
|
|
'1' => { |
1072
|
|
|
|
|
|
|
base_value => q(1), |
1073
|
|
|
|
|
|
|
divisor => q(1), |
1074
|
|
|
|
|
|
|
rule => q(thrilliún), |
1075
|
|
|
|
|
|
|
}, |
1076
|
|
|
|
|
|
|
'2' => { |
1077
|
|
|
|
|
|
|
base_value => q(2), |
1078
|
|
|
|
|
|
|
divisor => q(1), |
1079
|
|
|
|
|
|
|
rule => q(=%%spellout-cardinal-prefixpart= =%%trillionsp=), |
1080
|
|
|
|
|
|
|
}, |
1081
|
|
|
|
|
|
|
'100' => { |
1082
|
|
|
|
|
|
|
base_value => q(100), |
1083
|
|
|
|
|
|
|
divisor => q(100), |
1084
|
|
|
|
|
|
|
rule => q(←%%hundreds←→%%is-trillions→), |
1085
|
|
|
|
|
|
|
}, |
1086
|
|
|
|
|
|
|
'max' => { |
1087
|
|
|
|
|
|
|
base_value => q(100), |
1088
|
|
|
|
|
|
|
divisor => q(100), |
1089
|
|
|
|
|
|
|
rule => q(←%%hundreds←→%%is-trillions→), |
1090
|
|
|
|
|
|
|
}, |
1091
|
|
|
|
|
|
|
}, |
1092
|
|
|
|
|
|
|
}, |
1093
|
|
|
|
|
|
|
'trillionsp' => { |
1094
|
|
|
|
|
|
|
'private' => { |
1095
|
|
|
|
|
|
|
'2' => { |
1096
|
|
|
|
|
|
|
base_value => q(2), |
1097
|
|
|
|
|
|
|
divisor => q(1), |
1098
|
|
|
|
|
|
|
rule => q(=%%trillion=), |
1099
|
|
|
|
|
|
|
}, |
1100
|
|
|
|
|
|
|
'11' => { |
1101
|
|
|
|
|
|
|
base_value => q(11), |
1102
|
|
|
|
|
|
|
divisor => q(10), |
1103
|
|
|
|
|
|
|
rule => q(=%%trillion= déag), |
1104
|
|
|
|
|
|
|
}, |
1105
|
|
|
|
|
|
|
'20' => { |
1106
|
|
|
|
|
|
|
base_value => q(20), |
1107
|
|
|
|
|
|
|
divisor => q(10), |
1108
|
|
|
|
|
|
|
rule => q(=%%trillion=), |
1109
|
|
|
|
|
|
|
}, |
1110
|
|
|
|
|
|
|
'max' => { |
1111
|
|
|
|
|
|
|
base_value => q(20), |
1112
|
|
|
|
|
|
|
divisor => q(10), |
1113
|
|
|
|
|
|
|
rule => q(=%%trillion=), |
1114
|
|
|
|
|
|
|
}, |
1115
|
|
|
|
|
|
|
}, |
1116
|
|
|
|
|
|
|
}, |
1117
|
|
|
|
|
|
|
} }, |
1118
|
|
|
|
|
|
|
); |
1119
|
|
|
|
|
|
|
|
1120
|
|
|
|
|
|
|
# Need to add code for Key type pattern |
1121
|
|
|
|
|
|
|
sub display_name_pattern { |
1122
|
0
|
|
|
0
|
0
|
|
my ($self, $name, $region, $script, $variant) = @_; |
1123
|
|
|
|
|
|
|
|
1124
|
0
|
|
|
|
|
|
my $display_pattern = '{0} ({1})'; |
1125
|
0
|
|
|
|
|
|
$display_pattern =~s/\{0\}/$name/g; |
1126
|
0
|
|
|
|
|
|
my $subtags = join '{0}, {1}', grep {$_} ( |
|
0
|
|
|
|
|
|
|
1127
|
|
|
|
|
|
|
$region, |
1128
|
|
|
|
|
|
|
$script, |
1129
|
|
|
|
|
|
|
$variant, |
1130
|
|
|
|
|
|
|
); |
1131
|
|
|
|
|
|
|
|
1132
|
0
|
|
|
|
|
|
$display_pattern =~s/\{1\}/$subtags/g; |
1133
|
0
|
|
|
|
|
|
return $display_pattern; |
1134
|
|
|
|
|
|
|
} |
1135
|
|
|
|
|
|
|
|
1136
|
|
|
|
|
|
|
has 'display_name_language' => ( |
1137
|
|
|
|
|
|
|
is => 'ro', |
1138
|
|
|
|
|
|
|
isa => CodeRef, |
1139
|
|
|
|
|
|
|
init_arg => undef, |
1140
|
|
|
|
|
|
|
default => sub { |
1141
|
|
|
|
|
|
|
sub { |
1142
|
|
|
|
|
|
|
my %languages = ( |
1143
|
|
|
|
|
|
|
'aa' => 'Afáiris', |
1144
|
|
|
|
|
|
|
'ab' => 'Abcáisis', |
1145
|
|
|
|
|
|
|
'ace' => 'ace', |
1146
|
|
|
|
|
|
|
'ada' => 'ada', |
1147
|
|
|
|
|
|
|
'ady' => 'Adaigéis', |
1148
|
|
|
|
|
|
|
'ae' => 'Aivéistis', |
1149
|
|
|
|
|
|
|
'af' => 'Afracáinis', |
1150
|
|
|
|
|
|
|
'agq' => 'agq', |
1151
|
|
|
|
|
|
|
'ain' => 'Aidhniúis', |
1152
|
|
|
|
|
|
|
'ak' => 'Acáinis', |
1153
|
|
|
|
|
|
|
'akk' => 'Acáidis', |
1154
|
|
|
|
|
|
|
'ale' => 'ale', |
1155
|
|
|
|
|
|
|
'alt' => 'alt', |
1156
|
|
|
|
|
|
|
'am' => 'Amáiris', |
1157
|
|
|
|
|
|
|
'an' => 'Aragóinis', |
1158
|
|
|
|
|
|
|
'ang' => 'Sean-Bhéarla', |
1159
|
|
|
|
|
|
|
'anp' => 'anp', |
1160
|
|
|
|
|
|
|
'ar' => 'Araibis', |
1161
|
|
|
|
|
|
|
'ar_001' => 'Araibis Chaighdeánach', |
1162
|
|
|
|
|
|
|
'arc' => 'Aramais', |
1163
|
|
|
|
|
|
|
'arn' => 'Mapúitsis', |
1164
|
|
|
|
|
|
|
'arp' => 'arp', |
1165
|
|
|
|
|
|
|
'as' => 'Asaimis', |
1166
|
|
|
|
|
|
|
'asa' => 'asa', |
1167
|
|
|
|
|
|
|
'ast' => 'Astúiris', |
1168
|
|
|
|
|
|
|
'av' => 'Aváiris', |
1169
|
|
|
|
|
|
|
'awa' => 'awa', |
1170
|
|
|
|
|
|
|
'ay' => 'Aidhmiris', |
1171
|
|
|
|
|
|
|
'az' => 'Asarbaiseáinis', |
1172
|
|
|
|
|
|
|
'az@alt=short' => 'Asairis', |
1173
|
|
|
|
|
|
|
'ba' => 'Baiscíris', |
1174
|
|
|
|
|
|
|
'ban' => 'Bailís', |
1175
|
|
|
|
|
|
|
'bar' => 'Baváiris', |
1176
|
|
|
|
|
|
|
'bas' => 'bas', |
1177
|
|
|
|
|
|
|
'be' => 'Bealarúisis', |
1178
|
|
|
|
|
|
|
'bem' => 'Beimbis', |
1179
|
|
|
|
|
|
|
'bez' => 'bez', |
1180
|
|
|
|
|
|
|
'bg' => 'Bulgáiris', |
1181
|
|
|
|
|
|
|
'bho' => 'bho', |
1182
|
|
|
|
|
|
|
'bi' => 'Bioslaimis', |
1183
|
|
|
|
|
|
|
'bin' => 'bin', |
1184
|
|
|
|
|
|
|
'bla' => 'bla', |
1185
|
|
|
|
|
|
|
'bm' => 'bm', |
1186
|
|
|
|
|
|
|
'bn' => 'Beangáilis', |
1187
|
|
|
|
|
|
|
'bo' => 'Tibéidis', |
1188
|
|
|
|
|
|
|
'br' => 'Briotáinis', |
1189
|
|
|
|
|
|
|
'brx' => 'brx', |
1190
|
|
|
|
|
|
|
'bs' => 'Boisnis', |
1191
|
|
|
|
|
|
|
'bua' => 'Buiriáitis', |
1192
|
|
|
|
|
|
|
'bug' => 'Buiginis', |
1193
|
|
|
|
|
|
|
'byn' => 'byn', |
1194
|
|
|
|
|
|
|
'ca' => 'Catalóinis', |
1195
|
|
|
|
|
|
|
'ce' => 'Seisnis', |
1196
|
|
|
|
|
|
|
'ceb' => 'Seabúáinis', |
1197
|
|
|
|
|
|
|
'cgg' => 'cgg', |
1198
|
|
|
|
|
|
|
'ch' => 'Seamóiris', |
1199
|
|
|
|
|
|
|
'chk' => 'chk', |
1200
|
|
|
|
|
|
|
'chm' => 'Mairis', |
1201
|
|
|
|
|
|
|
'cho' => 'cho', |
1202
|
|
|
|
|
|
|
'chr' => 'Seiricis', |
1203
|
|
|
|
|
|
|
'chy' => 'chy', |
1204
|
|
|
|
|
|
|
'ckb' => 'Coirdis Lárnach', |
1205
|
|
|
|
|
|
|
'co' => 'Corsaicis', |
1206
|
|
|
|
|
|
|
'cop' => 'Coptais', |
1207
|
|
|
|
|
|
|
'cr' => 'Craís', |
1208
|
|
|
|
|
|
|
'crs' => 'Criól Fraincise Seselwa', |
1209
|
|
|
|
|
|
|
'cs' => 'Seicis', |
1210
|
|
|
|
|
|
|
'csb' => 'Caisiúibis', |
1211
|
|
|
|
|
|
|
'cu' => 'Slavais na hEaglaise', |
1212
|
|
|
|
|
|
|
'cv' => 'Suvaisis', |
1213
|
|
|
|
|
|
|
'cy' => 'Breatnais', |
1214
|
|
|
|
|
|
|
'da' => 'Danmhairgis', |
1215
|
|
|
|
|
|
|
'dak' => 'dak', |
1216
|
|
|
|
|
|
|
'dar' => 'dar', |
1217
|
|
|
|
|
|
|
'dav' => 'Taita', |
1218
|
|
|
|
|
|
|
'de' => 'Gearmáinis', |
1219
|
|
|
|
|
|
|
'de_AT' => 'Gearmáinis Ostarach', |
1220
|
|
|
|
|
|
|
'de_CH' => 'Ard-Ghearmáinis Eilvéiseach', |
1221
|
|
|
|
|
|
|
'dgr' => 'dgr', |
1222
|
|
|
|
|
|
|
'dje' => 'Zarmais', |
1223
|
|
|
|
|
|
|
'dsb' => 'Sorbais Íochtarach', |
1224
|
|
|
|
|
|
|
'dua' => 'dua', |
1225
|
|
|
|
|
|
|
'dum' => 'Meán-Ollainnis', |
1226
|
|
|
|
|
|
|
'dv' => 'Divéihis', |
1227
|
|
|
|
|
|
|
'dyo' => 'dyo', |
1228
|
|
|
|
|
|
|
'dz' => 'Seoinicis', |
1229
|
|
|
|
|
|
|
'dzg' => 'dzg', |
1230
|
|
|
|
|
|
|
'ebu' => 'ebu', |
1231
|
|
|
|
|
|
|
'ee' => 'ee', |
1232
|
|
|
|
|
|
|
'efi' => 'efi', |
1233
|
|
|
|
|
|
|
'egy' => 'Sean-Éigiptis', |
1234
|
|
|
|
|
|
|
'eka' => 'eka', |
1235
|
|
|
|
|
|
|
'el' => 'Gréigis', |
1236
|
|
|
|
|
|
|
'en' => 'Béarla', |
1237
|
|
|
|
|
|
|
'en_AU' => 'Béarla Astrálach', |
1238
|
|
|
|
|
|
|
'en_CA' => 'Béarla Ceanadach', |
1239
|
|
|
|
|
|
|
'en_GB' => 'Béarla Briotanach', |
1240
|
|
|
|
|
|
|
'en_GB@alt=short' => 'Béarla na R.A.', |
1241
|
|
|
|
|
|
|
'en_US' => 'Béarla Meiriceánach', |
1242
|
|
|
|
|
|
|
'en_US@alt=short' => 'Béarla S.A.M.', |
1243
|
|
|
|
|
|
|
'enm' => 'Meán-Bhéarla', |
1244
|
|
|
|
|
|
|
'eo' => 'Esperanto', |
1245
|
|
|
|
|
|
|
'es' => 'Spáinnis', |
1246
|
|
|
|
|
|
|
'es_419' => 'Spáinnis Mheiriceá Laidinigh', |
1247
|
|
|
|
|
|
|
'es_ES' => 'Spáinnis Eorpach', |
1248
|
|
|
|
|
|
|
'es_MX' => 'Spáinnis Mheicsiceach', |
1249
|
|
|
|
|
|
|
'et' => 'Eastóinis', |
1250
|
|
|
|
|
|
|
'eu' => 'Bascais', |
1251
|
|
|
|
|
|
|
'ewo' => 'ewo', |
1252
|
|
|
|
|
|
|
'fa' => 'Peirsis', |
1253
|
|
|
|
|
|
|
'ff' => 'Fuláinis', |
1254
|
|
|
|
|
|
|
'fi' => 'Fionlainnis', |
1255
|
|
|
|
|
|
|
'fil' => 'Filipínis', |
1256
|
|
|
|
|
|
|
'fj' => 'Fidsis', |
1257
|
|
|
|
|
|
|
'fo' => 'Faróis', |
1258
|
|
|
|
|
|
|
'fon' => 'fon', |
1259
|
|
|
|
|
|
|
'fr' => 'Fraincis', |
1260
|
|
|
|
|
|
|
'fr_CA' => 'Fraincis Cheanadach', |
1261
|
|
|
|
|
|
|
'fr_CH' => 'Fraincis Eilvéiseach', |
1262
|
|
|
|
|
|
|
'frm' => 'Meán-Fhraincis', |
1263
|
|
|
|
|
|
|
'fro' => 'Sean-Fhraincis', |
1264
|
|
|
|
|
|
|
'frr' => 'Freaslainnis an Tuaiscirt', |
1265
|
|
|
|
|
|
|
'fur' => 'Friúilis', |
1266
|
|
|
|
|
|
|
'fy' => 'Freaslainnis Iartharach', |
1267
|
|
|
|
|
|
|
'ga' => 'Gaeilge', |
1268
|
|
|
|
|
|
|
'gaa' => 'gaa', |
1269
|
|
|
|
|
|
|
'gan' => 'Sínis Gan', |
1270
|
|
|
|
|
|
|
'gd' => 'Gaeilge na hAlban', |
1271
|
|
|
|
|
|
|
'gez' => 'Aetóipis', |
1272
|
|
|
|
|
|
|
'gil' => 'Cireabaitis', |
1273
|
|
|
|
|
|
|
'gl' => 'Gailísis', |
1274
|
|
|
|
|
|
|
'gmh' => 'Meán-Ard-Ghearmáinis', |
1275
|
|
|
|
|
|
|
'gn' => 'Guaráinis', |
1276
|
|
|
|
|
|
|
'goh' => 'Sean-Ard-Ghearmáinis', |
1277
|
|
|
|
|
|
|
'gor' => 'gor', |
1278
|
|
|
|
|
|
|
'grc' => 'Sean-Ghréigis', |
1279
|
|
|
|
|
|
|
'gsw' => 'Gearmáinis Eilvéiseach', |
1280
|
|
|
|
|
|
|
'gu' => 'Gúisearáitis', |
1281
|
|
|
|
|
|
|
'guc' => 'Uaúis', |
1282
|
|
|
|
|
|
|
'guz' => 'guz', |
1283
|
|
|
|
|
|
|
'gv' => 'Manainnis', |
1284
|
|
|
|
|
|
|
'gwi' => 'gwi', |
1285
|
|
|
|
|
|
|
'ha' => 'Hásais', |
1286
|
|
|
|
|
|
|
'hak' => 'Haicéis', |
1287
|
|
|
|
|
|
|
'haw' => 'Haváis', |
1288
|
|
|
|
|
|
|
'he' => 'Eabhrais', |
1289
|
|
|
|
|
|
|
'hi' => 'Hiondúis', |
1290
|
|
|
|
|
|
|
'hif' => 'Hiondúis Fhidsí', |
1291
|
|
|
|
|
|
|
'hil' => 'Hilgeanóinis', |
1292
|
|
|
|
|
|
|
'hit' => 'Hitis', |
1293
|
|
|
|
|
|
|
'hmn' => 'Mongais', |
1294
|
|
|
|
|
|
|
'ho' => 'Motúis Hírí', |
1295
|
|
|
|
|
|
|
'hr' => 'Cróitis', |
1296
|
|
|
|
|
|
|
'hsb' => 'Sorbais Uachtarach', |
1297
|
|
|
|
|
|
|
'hsn' => 'Sínis Xiang', |
1298
|
|
|
|
|
|
|
'ht' => 'Criól Háítíoch', |
1299
|
|
|
|
|
|
|
'hu' => 'Ungáiris', |
1300
|
|
|
|
|
|
|
'hup' => 'Húipis', |
1301
|
|
|
|
|
|
|
'hy' => 'Airméinis', |
1302
|
|
|
|
|
|
|
'hz' => 'Heiréiris', |
1303
|
|
|
|
|
|
|
'ia' => 'Interlingua', |
1304
|
|
|
|
|
|
|
'iba' => 'iba', |
1305
|
|
|
|
|
|
|
'ibb' => 'Ibibis', |
1306
|
|
|
|
|
|
|
'id' => 'Indinéisis', |
1307
|
|
|
|
|
|
|
'ie' => 'Interlingue', |
1308
|
|
|
|
|
|
|
'ig' => 'Íogbóis', |
1309
|
|
|
|
|
|
|
'ii' => 'ii', |
1310
|
|
|
|
|
|
|
'ik' => 'Iniúipiaicis', |
1311
|
|
|
|
|
|
|
'ilo' => 'ilo', |
1312
|
|
|
|
|
|
|
'inh' => 'Iongúis', |
1313
|
|
|
|
|
|
|
'io' => 'Ido', |
1314
|
|
|
|
|
|
|
'is' => 'Íoslainnis', |
1315
|
|
|
|
|
|
|
'it' => 'Iodáilis', |
1316
|
|
|
|
|
|
|
'iu' => 'Ionúitis', |
1317
|
|
|
|
|
|
|
'ja' => 'Seapáinis', |
1318
|
|
|
|
|
|
|
'jbo' => 'Lojban', |
1319
|
|
|
|
|
|
|
'jgo' => 'jgo', |
1320
|
|
|
|
|
|
|
'jmc' => 'jmc', |
1321
|
|
|
|
|
|
|
'jut' => 'Iútlainnis', |
1322
|
|
|
|
|
|
|
'jv' => 'Iáivis', |
1323
|
|
|
|
|
|
|
'ka' => 'Seoirsis', |
1324
|
|
|
|
|
|
|
'kaa' => 'Cara-Chalpáis', |
1325
|
|
|
|
|
|
|
'kab' => 'kab', |
1326
|
|
|
|
|
|
|
'kac' => 'kac', |
1327
|
|
|
|
|
|
|
'kaj' => 'kaj', |
1328
|
|
|
|
|
|
|
'kam' => 'kam', |
1329
|
|
|
|
|
|
|
'kbd' => 'kbd', |
1330
|
|
|
|
|
|
|
'kcg' => 'kcg', |
1331
|
|
|
|
|
|
|
'kde' => 'kde', |
1332
|
|
|
|
|
|
|
'kea' => 'Kabuverdianu', |
1333
|
|
|
|
|
|
|
'kfo' => 'kfo', |
1334
|
|
|
|
|
|
|
'kg' => 'Congóis', |
1335
|
|
|
|
|
|
|
'kha' => 'kha', |
1336
|
|
|
|
|
|
|
'khq' => 'khq', |
1337
|
|
|
|
|
|
|
'ki' => 'Ciocúis', |
1338
|
|
|
|
|
|
|
'kj' => 'Cuainiáimis', |
1339
|
|
|
|
|
|
|
'kk' => 'Casaicis', |
1340
|
|
|
|
|
|
|
'kkj' => 'kkj', |
1341
|
|
|
|
|
|
|
'kl' => 'Kalaallisut', |
1342
|
|
|
|
|
|
|
'kln' => 'kln', |
1343
|
|
|
|
|
|
|
'km' => 'Ciméiris', |
1344
|
|
|
|
|
|
|
'kmb' => 'kmb', |
1345
|
|
|
|
|
|
|
'kn' => 'Cannadais', |
1346
|
|
|
|
|
|
|
'ko' => 'Cóiréis', |
1347
|
|
|
|
|
|
|
'kok' => 'Concáinis', |
1348
|
|
|
|
|
|
|
'kpe' => 'kpe', |
1349
|
|
|
|
|
|
|
'kr' => 'Canúiris', |
1350
|
|
|
|
|
|
|
'krc' => 'krc', |
1351
|
|
|
|
|
|
|
'krl' => 'Cairéilis', |
1352
|
|
|
|
|
|
|
'kru' => 'Curúicis', |
1353
|
|
|
|
|
|
|
'ks' => 'Caismíris', |
1354
|
|
|
|
|
|
|
'ksb' => 'ksb', |
1355
|
|
|
|
|
|
|
'ksf' => 'ksf', |
1356
|
|
|
|
|
|
|
'ksh' => 'ksh', |
1357
|
|
|
|
|
|
|
'ku' => 'Coirdis', |
1358
|
|
|
|
|
|
|
'kum' => 'kum', |
1359
|
|
|
|
|
|
|
'kv' => 'Coimis', |
1360
|
|
|
|
|
|
|
'kw' => 'Coirnis', |
1361
|
|
|
|
|
|
|
'ky' => 'Cirgisis', |
1362
|
|
|
|
|
|
|
'la' => 'Laidin', |
1363
|
|
|
|
|
|
|
'lad' => 'Laidínis', |
1364
|
|
|
|
|
|
|
'lag' => 'lag', |
1365
|
|
|
|
|
|
|
'lah' => 'Puinseáibis Iartharach', |
1366
|
|
|
|
|
|
|
'lb' => 'Lucsambuirgis', |
1367
|
|
|
|
|
|
|
'lez' => 'lez', |
1368
|
|
|
|
|
|
|
'lg' => 'Lugandais', |
1369
|
|
|
|
|
|
|
'li' => 'Liombuirgis', |
1370
|
|
|
|
|
|
|
'lij' => 'Liogúiris', |
1371
|
|
|
|
|
|
|
'liv' => 'Liovóinis', |
1372
|
|
|
|
|
|
|
'lkt' => 'lkt', |
1373
|
|
|
|
|
|
|
'lmo' => 'Lombairdis', |
1374
|
|
|
|
|
|
|
'ln' => 'Liongáilis', |
1375
|
|
|
|
|
|
|
'lo' => 'Laoisis', |
1376
|
|
|
|
|
|
|
'loz' => 'loz', |
1377
|
|
|
|
|
|
|
'lrc' => 'lrc', |
1378
|
|
|
|
|
|
|
'lt' => 'Liotuáinis', |
1379
|
|
|
|
|
|
|
'lu' => 'Lúba-Cataingis', |
1380
|
|
|
|
|
|
|
'lua' => 'lua', |
1381
|
|
|
|
|
|
|
'lun' => 'lun', |
1382
|
|
|
|
|
|
|
'luo' => 'luo', |
1383
|
|
|
|
|
|
|
'lus' => 'lus', |
1384
|
|
|
|
|
|
|
'luy' => 'luy', |
1385
|
|
|
|
|
|
|
'lv' => 'Laitvis', |
1386
|
|
|
|
|
|
|
'mad' => 'mad', |
1387
|
|
|
|
|
|
|
'mag' => 'mag', |
1388
|
|
|
|
|
|
|
'mai' => 'mai', |
1389
|
|
|
|
|
|
|
'mak' => 'mak', |
1390
|
|
|
|
|
|
|
'mas' => 'mas', |
1391
|
|
|
|
|
|
|
'mdf' => 'mdf', |
1392
|
|
|
|
|
|
|
'men' => 'Meindis', |
1393
|
|
|
|
|
|
|
'mer' => 'mer', |
1394
|
|
|
|
|
|
|
'mfe' => 'mfe', |
1395
|
|
|
|
|
|
|
'mg' => 'Malagáisis', |
1396
|
|
|
|
|
|
|
'mga' => 'Meán-Ghaeilge', |
1397
|
|
|
|
|
|
|
'mgh' => 'mgh', |
1398
|
|
|
|
|
|
|
'mgo' => 'mgo', |
1399
|
|
|
|
|
|
|
'mh' => 'Mairsillis', |
1400
|
|
|
|
|
|
|
'mi' => 'Maorais', |
1401
|
|
|
|
|
|
|
'mic' => 'mic', |
1402
|
|
|
|
|
|
|
'min' => 'min', |
1403
|
|
|
|
|
|
|
'mk' => 'Macadóinis', |
1404
|
|
|
|
|
|
|
'ml' => 'Mailéalaimis', |
1405
|
|
|
|
|
|
|
'mn' => 'Mongóilis', |
1406
|
|
|
|
|
|
|
'mni' => 'Manapúiris', |
1407
|
|
|
|
|
|
|
'moh' => 'Móháicis', |
1408
|
|
|
|
|
|
|
'mos' => 'mos', |
1409
|
|
|
|
|
|
|
'mr' => 'Maraitis', |
1410
|
|
|
|
|
|
|
'mrj' => 'Mairis Iartharach', |
1411
|
|
|
|
|
|
|
'ms' => 'Malaeis', |
1412
|
|
|
|
|
|
|
'mt' => 'Máltais', |
1413
|
|
|
|
|
|
|
'mua' => 'mua', |
1414
|
|
|
|
|
|
|
'mul' => 'Ilteangacha', |
1415
|
|
|
|
|
|
|
'mus' => 'mus', |
1416
|
|
|
|
|
|
|
'mwl' => 'Mioraindéis', |
1417
|
|
|
|
|
|
|
'mwr' => 'Marmhairis', |
1418
|
|
|
|
|
|
|
'my' => 'Burmais', |
1419
|
|
|
|
|
|
|
'myv' => 'myv', |
1420
|
|
|
|
|
|
|
'mzn' => 'mzn', |
1421
|
|
|
|
|
|
|
'na' => 'Nárúis', |
1422
|
|
|
|
|
|
|
'nan' => 'Sínis Min Nan', |
1423
|
|
|
|
|
|
|
'nap' => 'Napóilis', |
1424
|
|
|
|
|
|
|
'naq' => 'naq', |
1425
|
|
|
|
|
|
|
'nb' => 'Ioruais Bokmål', |
1426
|
|
|
|
|
|
|
'nd' => 'Ndeibéilis an Tuaiscirt', |
1427
|
|
|
|
|
|
|
'nds' => 'Gearmáinis Íochtarach', |
1428
|
|
|
|
|
|
|
'nds_NL' => 'Sacsainis Íochtarach', |
1429
|
|
|
|
|
|
|
'ne' => 'Neipeailis', |
1430
|
|
|
|
|
|
|
'new' => 'new', |
1431
|
|
|
|
|
|
|
'ng' => 'Ndongais', |
1432
|
|
|
|
|
|
|
'nia' => 'nia', |
1433
|
|
|
|
|
|
|
'niu' => 'Níobhais', |
1434
|
|
|
|
|
|
|
'nl' => 'Ollainnis', |
1435
|
|
|
|
|
|
|
'nl_BE' => 'Pléimeannais', |
1436
|
|
|
|
|
|
|
'nmg' => 'nmg', |
1437
|
|
|
|
|
|
|
'nn' => 'Nua-Ioruais', |
1438
|
|
|
|
|
|
|
'nnh' => 'nnh', |
1439
|
|
|
|
|
|
|
'no' => 'Ioruais', |
1440
|
|
|
|
|
|
|
'nog' => 'nog', |
1441
|
|
|
|
|
|
|
'non' => 'Sean-Lochlainnis', |
1442
|
|
|
|
|
|
|
'nqo' => 'nqo', |
1443
|
|
|
|
|
|
|
'nr' => 'Ndeibéilis an Deiscirt', |
1444
|
|
|
|
|
|
|
'nso' => 'Sútúis an Tuaiscirt', |
1445
|
|
|
|
|
|
|
'nus' => 'nus', |
1446
|
|
|
|
|
|
|
'nv' => 'Navachóis', |
1447
|
|
|
|
|
|
|
'ny' => 'Siséivis', |
1448
|
|
|
|
|
|
|
'nyn' => 'nyn', |
1449
|
|
|
|
|
|
|
'oc' => 'Ocsatáinis', |
1450
|
|
|
|
|
|
|
'oj' => 'Óisibis', |
1451
|
|
|
|
|
|
|
'om' => 'Oraimis', |
1452
|
|
|
|
|
|
|
'or' => 'Oirísis', |
1453
|
|
|
|
|
|
|
'os' => 'Oiséitis', |
1454
|
|
|
|
|
|
|
'pa' => 'Puinseáibis', |
1455
|
|
|
|
|
|
|
'pag' => 'pag', |
1456
|
|
|
|
|
|
|
'pam' => 'pam', |
1457
|
|
|
|
|
|
|
'pap' => 'pap', |
1458
|
|
|
|
|
|
|
'pau' => 'pau', |
1459
|
|
|
|
|
|
|
'pcm' => 'pcm', |
1460
|
|
|
|
|
|
|
'peo' => 'Sean-Pheirsis', |
1461
|
|
|
|
|
|
|
'pi' => 'Páilis', |
1462
|
|
|
|
|
|
|
'pl' => 'Polainnis', |
1463
|
|
|
|
|
|
|
'prg' => 'Prúisis', |
1464
|
|
|
|
|
|
|
'ps' => 'Paistis', |
1465
|
|
|
|
|
|
|
'pt' => 'Portaingéilis', |
1466
|
|
|
|
|
|
|
'pt_BR' => 'Portaingéilis Bhrasaíleach', |
1467
|
|
|
|
|
|
|
'pt_PT' => 'Portaingéilis Ibéarach', |
1468
|
|
|
|
|
|
|
'qu' => 'Ceatsuais', |
1469
|
|
|
|
|
|
|
'quc' => 'Cuitséis', |
1470
|
|
|
|
|
|
|
'rap' => 'rap', |
1471
|
|
|
|
|
|
|
'rar' => 'rar', |
1472
|
|
|
|
|
|
|
'rm' => 'Rómainis', |
1473
|
|
|
|
|
|
|
'rn' => 'Rúindis', |
1474
|
|
|
|
|
|
|
'ro' => 'Rómáinis', |
1475
|
|
|
|
|
|
|
'ro_MD' => 'Moldáivis', |
1476
|
|
|
|
|
|
|
'rof' => 'rof', |
1477
|
|
|
|
|
|
|
'rom' => 'Romainis', |
1478
|
|
|
|
|
|
|
'root' => 'root', |
1479
|
|
|
|
|
|
|
'ru' => 'Rúisis', |
1480
|
|
|
|
|
|
|
'rup' => 'Arómáinis', |
1481
|
|
|
|
|
|
|
'rw' => 'Ciniaruaindis', |
1482
|
|
|
|
|
|
|
'rwk' => 'rwk', |
1483
|
|
|
|
|
|
|
'sa' => 'Sanscrait', |
1484
|
|
|
|
|
|
|
'sad' => 'sad', |
1485
|
|
|
|
|
|
|
'sah' => 'Sachais', |
1486
|
|
|
|
|
|
|
'sam' => 'Aramais Shamárach', |
1487
|
|
|
|
|
|
|
'saq' => 'saq', |
1488
|
|
|
|
|
|
|
'sat' => 'Santáilis', |
1489
|
|
|
|
|
|
|
'sba' => 'sba', |
1490
|
|
|
|
|
|
|
'sbp' => 'sbp', |
1491
|
|
|
|
|
|
|
'sc' => 'Sairdínis', |
1492
|
|
|
|
|
|
|
'scn' => 'Sicilis', |
1493
|
|
|
|
|
|
|
'sco' => 'Albainis', |
1494
|
|
|
|
|
|
|
'sd' => 'Sindis', |
1495
|
|
|
|
|
|
|
'se' => 'Sáimis Thuaidh', |
1496
|
|
|
|
|
|
|
'seh' => 'seh', |
1497
|
|
|
|
|
|
|
'ses' => 'ses', |
1498
|
|
|
|
|
|
|
'sg' => 'Sangóis', |
1499
|
|
|
|
|
|
|
'sga' => 'Sean-Ghaeilge', |
1500
|
|
|
|
|
|
|
'sh' => 'Seirbea-Chróitis', |
1501
|
|
|
|
|
|
|
'shi' => 'Tachelhit', |
1502
|
|
|
|
|
|
|
'shn' => 'shn', |
1503
|
|
|
|
|
|
|
'si' => 'Siolóinis', |
1504
|
|
|
|
|
|
|
'sk' => 'Slóvaicis', |
1505
|
|
|
|
|
|
|
'sl' => 'Slóivéinis', |
1506
|
|
|
|
|
|
|
'sm' => 'Samóis', |
1507
|
|
|
|
|
|
|
'sma' => 'Sáimis Theas', |
1508
|
|
|
|
|
|
|
'smj' => 'Sáimis Lule', |
1509
|
|
|
|
|
|
|
'smn' => 'Sáimis Inari', |
1510
|
|
|
|
|
|
|
'sms' => 'Sáimis Skolt', |
1511
|
|
|
|
|
|
|
'sn' => 'Seoinis', |
1512
|
|
|
|
|
|
|
'snk' => 'snk', |
1513
|
|
|
|
|
|
|
'so' => 'Somáilis', |
1514
|
|
|
|
|
|
|
'sog' => 'Sogdánais', |
1515
|
|
|
|
|
|
|
'sq' => 'Albáinis', |
1516
|
|
|
|
|
|
|
'sr' => 'Seirbis', |
1517
|
|
|
|
|
|
|
'srn' => 'srn', |
1518
|
|
|
|
|
|
|
'ss' => 'Suaisis', |
1519
|
|
|
|
|
|
|
'ssy' => 'ssy', |
1520
|
|
|
|
|
|
|
'st' => 'Seasóitis', |
1521
|
|
|
|
|
|
|
'su' => 'Sundais', |
1522
|
|
|
|
|
|
|
'suk' => 'suk', |
1523
|
|
|
|
|
|
|
'sux' => 'Suiméiris', |
1524
|
|
|
|
|
|
|
'sv' => 'Sualainnis', |
1525
|
|
|
|
|
|
|
'sw' => 'Svahaílis', |
1526
|
|
|
|
|
|
|
'sw_CD' => 'Svahaílis an Chongó', |
1527
|
|
|
|
|
|
|
'swb' => 'Comóiris', |
1528
|
|
|
|
|
|
|
'syr' => 'Siricis', |
1529
|
|
|
|
|
|
|
'szl' => 'Siléisis', |
1530
|
|
|
|
|
|
|
'ta' => 'Tamailis', |
1531
|
|
|
|
|
|
|
'te' => 'Teileagúis', |
1532
|
|
|
|
|
|
|
'tem' => 'tem', |
1533
|
|
|
|
|
|
|
'teo' => 'teo', |
1534
|
|
|
|
|
|
|
'tet' => 'tet', |
1535
|
|
|
|
|
|
|
'tg' => 'Táidsícis', |
1536
|
|
|
|
|
|
|
'th' => 'Téalainnis', |
1537
|
|
|
|
|
|
|
'ti' => 'Tigrinis', |
1538
|
|
|
|
|
|
|
'tig' => 'tig', |
1539
|
|
|
|
|
|
|
'tk' => 'Tuircméinis', |
1540
|
|
|
|
|
|
|
'tl' => 'Tagálaigis', |
1541
|
|
|
|
|
|
|
'tlh' => 'Klingon', |
1542
|
|
|
|
|
|
|
'tn' => 'Suáinis', |
1543
|
|
|
|
|
|
|
'to' => 'Tongais', |
1544
|
|
|
|
|
|
|
'tpi' => 'Tok Pisin', |
1545
|
|
|
|
|
|
|
'tr' => 'Tuircis', |
1546
|
|
|
|
|
|
|
'trv' => 'trv', |
1547
|
|
|
|
|
|
|
'ts' => 'Songais', |
1548
|
|
|
|
|
|
|
'tt' => 'Tatairis', |
1549
|
|
|
|
|
|
|
'tum' => 'tum', |
1550
|
|
|
|
|
|
|
'tvl' => 'tvl', |
1551
|
|
|
|
|
|
|
'tw' => 'Tíbhis', |
1552
|
|
|
|
|
|
|
'twq' => 'twq', |
1553
|
|
|
|
|
|
|
'ty' => 'Taihítis', |
1554
|
|
|
|
|
|
|
'tyv' => 'tyv', |
1555
|
|
|
|
|
|
|
'tzm' => 'Tamazight Atlais Láir', |
1556
|
|
|
|
|
|
|
'udm' => 'Udmairtis', |
1557
|
|
|
|
|
|
|
'ug' => 'Uigiúiris', |
1558
|
|
|
|
|
|
|
'uk' => 'Úcráinis', |
1559
|
|
|
|
|
|
|
'umb' => 'umb', |
1560
|
|
|
|
|
|
|
'und' => 'Teanga Anaithnid', |
1561
|
|
|
|
|
|
|
'ur' => 'Urdúis', |
1562
|
|
|
|
|
|
|
'uz' => 'Úisbéiceastáinis', |
1563
|
|
|
|
|
|
|
'vai' => 'vai', |
1564
|
|
|
|
|
|
|
've' => 'Veindis', |
1565
|
|
|
|
|
|
|
'vec' => 'Veinéisis', |
1566
|
|
|
|
|
|
|
'vi' => 'Vítneaimis', |
1567
|
|
|
|
|
|
|
'vls' => 'Pléimeannais Iartharach', |
1568
|
|
|
|
|
|
|
'vo' => 'Volapük', |
1569
|
|
|
|
|
|
|
'vun' => 'vun', |
1570
|
|
|
|
|
|
|
'wa' => 'Vallúnais', |
1571
|
|
|
|
|
|
|
'wae' => 'wae', |
1572
|
|
|
|
|
|
|
'wal' => 'wal', |
1573
|
|
|
|
|
|
|
'war' => 'war', |
1574
|
|
|
|
|
|
|
'wo' => 'Volaifis', |
1575
|
|
|
|
|
|
|
'wuu' => 'wuu', |
1576
|
|
|
|
|
|
|
'xal' => 'Cailmícis', |
1577
|
|
|
|
|
|
|
'xh' => 'Cóisis', |
1578
|
|
|
|
|
|
|
'xog' => 'xog', |
1579
|
|
|
|
|
|
|
'yav' => 'yav', |
1580
|
|
|
|
|
|
|
'ybb' => 'ybb', |
1581
|
|
|
|
|
|
|
'yi' => 'Giúdais', |
1582
|
|
|
|
|
|
|
'yo' => 'Iarúibis', |
1583
|
|
|
|
|
|
|
'yue' => 'Cantainis', |
1584
|
|
|
|
|
|
|
'za' => 'Siuáingis', |
1585
|
|
|
|
|
|
|
'zea' => 'Séalainnis', |
1586
|
|
|
|
|
|
|
'zgh' => 'Tamazight Caighdeánach Mharacó', |
1587
|
|
|
|
|
|
|
'zh' => 'Sínis', |
1588
|
|
|
|
|
|
|
'zh_Hans' => 'Sínis Shimplithe', |
1589
|
|
|
|
|
|
|
'zh_Hant' => 'Sínis Thraidisiúnta', |
1590
|
|
|
|
|
|
|
'zu' => 'Súlúis', |
1591
|
|
|
|
|
|
|
'zun' => 'Zúinis', |
1592
|
|
|
|
|
|
|
'zxx' => 'Gan ábhar teangeolaíoch', |
1593
|
|
|
|
|
|
|
'zza' => 'zza', |
1594
|
|
|
|
|
|
|
|
1595
|
|
|
|
|
|
|
); |
1596
|
|
|
|
|
|
|
if (@_) { |
1597
|
|
|
|
|
|
|
return $languages{$_[0]}; |
1598
|
|
|
|
|
|
|
} |
1599
|
|
|
|
|
|
|
return \%languages; |
1600
|
|
|
|
|
|
|
} |
1601
|
|
|
|
|
|
|
}, |
1602
|
|
|
|
|
|
|
); |
1603
|
|
|
|
|
|
|
|
1604
|
|
|
|
|
|
|
has 'display_name_script' => ( |
1605
|
|
|
|
|
|
|
is => 'ro', |
1606
|
|
|
|
|
|
|
isa => CodeRef, |
1607
|
|
|
|
|
|
|
init_arg => undef, |
1608
|
|
|
|
|
|
|
default => sub { |
1609
|
|
|
|
|
|
|
sub { |
1610
|
|
|
|
|
|
|
my %scripts = ( |
1611
|
|
|
|
|
|
|
'Adlm' => 'Adlm', |
1612
|
|
|
|
|
|
|
'Aghb' => 'Albánach Cugasach', |
1613
|
|
|
|
|
|
|
'Ahom' => 'Ahom', |
1614
|
|
|
|
|
|
|
'Arab' => 'Arabach', |
1615
|
|
|
|
|
|
|
'Armi' => 'Aramach Impiriúil', |
1616
|
|
|
|
|
|
|
'Armn' => 'Airméanach', |
1617
|
|
|
|
|
|
|
'Avst' => 'Aivéisteach', |
1618
|
|
|
|
|
|
|
'Bali' => 'Bailíoch', |
1619
|
|
|
|
|
|
|
'Bamu' => 'Bamu', |
1620
|
|
|
|
|
|
|
'Bass' => 'Bass', |
1621
|
|
|
|
|
|
|
'Batk' => 'Batacach', |
1622
|
|
|
|
|
|
|
'Beng' => 'Beangálach', |
1623
|
|
|
|
|
|
|
'Bhks' => 'Bhks', |
1624
|
|
|
|
|
|
|
'Bopo' => 'Bopomofo', |
1625
|
|
|
|
|
|
|
'Brah' => 'Brah', |
1626
|
|
|
|
|
|
|
'Brai' => 'Braille', |
1627
|
|
|
|
|
|
|
'Bugi' => 'Buigineach', |
1628
|
|
|
|
|
|
|
'Buhd' => 'Buthaideach', |
1629
|
|
|
|
|
|
|
'Cakm' => 'Cakm', |
1630
|
|
|
|
|
|
|
'Cans' => 'Cans', |
1631
|
|
|
|
|
|
|
'Cari' => 'Cari', |
1632
|
|
|
|
|
|
|
'Cham' => 'Cham', |
1633
|
|
|
|
|
|
|
'Cher' => 'Seiricíoch', |
1634
|
|
|
|
|
|
|
'Copt' => 'Coptach', |
1635
|
|
|
|
|
|
|
'Cprt' => 'Cipireach', |
1636
|
|
|
|
|
|
|
'Cyrl' => 'Coireallach', |
1637
|
|
|
|
|
|
|
'Deva' => 'Déiveanágrach', |
1638
|
|
|
|
|
|
|
'Dsrt' => 'Dsrt', |
1639
|
|
|
|
|
|
|
'Dupl' => 'Dupl', |
1640
|
|
|
|
|
|
|
'Egyd' => 'Éigipteach coiteann', |
1641
|
|
|
|
|
|
|
'Egyh' => 'Éigipteach cliarúil', |
1642
|
|
|
|
|
|
|
'Egyp' => 'Iairiglifí Éigipteacha', |
1643
|
|
|
|
|
|
|
'Elba' => 'Elba', |
1644
|
|
|
|
|
|
|
'Ethi' => 'Aetópach', |
1645
|
|
|
|
|
|
|
'Geor' => 'Seoirseach', |
1646
|
|
|
|
|
|
|
'Glag' => 'Glagalach', |
1647
|
|
|
|
|
|
|
'Gonm' => 'Gonm', |
1648
|
|
|
|
|
|
|
'Goth' => 'Gotach', |
1649
|
|
|
|
|
|
|
'Gran' => 'Gran', |
1650
|
|
|
|
|
|
|
'Grek' => 'Gréagach', |
1651
|
|
|
|
|
|
|
'Gujr' => 'Gúisearátach', |
1652
|
|
|
|
|
|
|
'Guru' => 'Gurmúcach', |
1653
|
|
|
|
|
|
|
'Hanb' => 'Han agus Bopomofo', |
1654
|
|
|
|
|
|
|
'Hang' => 'Hangalach', |
1655
|
|
|
|
|
|
|
'Hani' => 'Han', |
1656
|
|
|
|
|
|
|
'Hano' => 'Hano', |
1657
|
|
|
|
|
|
|
'Hans' => 'Simplithe', |
1658
|
|
|
|
|
|
|
'Hans@alt=stand-alone' => 'Han Simplithe', |
1659
|
|
|
|
|
|
|
'Hant' => 'Traidisiúnta', |
1660
|
|
|
|
|
|
|
'Hant@alt=stand-alone' => 'Han Traidisiúnta', |
1661
|
|
|
|
|
|
|
'Hatr' => 'Hatr', |
1662
|
|
|
|
|
|
|
'Hebr' => 'Eabhrach', |
1663
|
|
|
|
|
|
|
'Hira' => 'Hireagánach', |
1664
|
|
|
|
|
|
|
'Hluw' => 'Iairiglifí Anatólacha', |
1665
|
|
|
|
|
|
|
'Hmng' => 'Hmng', |
1666
|
|
|
|
|
|
|
'Hrkt' => 'Siollabraí Seapánacha', |
1667
|
|
|
|
|
|
|
'Hung' => 'Sean-Ungárach', |
1668
|
|
|
|
|
|
|
'Ital' => 'Sean-Iodáilic', |
1669
|
|
|
|
|
|
|
'Jamo' => 'Seamó', |
1670
|
|
|
|
|
|
|
'Java' => 'Iávach', |
1671
|
|
|
|
|
|
|
'Jpan' => 'Seapánach', |
1672
|
|
|
|
|
|
|
'Kali' => 'Kali', |
1673
|
|
|
|
|
|
|
'Kana' => 'Catacánach', |
1674
|
|
|
|
|
|
|
'Khar' => 'Khar', |
1675
|
|
|
|
|
|
|
'Khmr' => 'Ciméarach', |
1676
|
|
|
|
|
|
|
'Khoj' => 'Khoj', |
1677
|
|
|
|
|
|
|
'Knda' => 'Cannadach', |
1678
|
|
|
|
|
|
|
'Kore' => 'Cóiréach', |
1679
|
|
|
|
|
|
|
'Kthi' => 'Kthi', |
1680
|
|
|
|
|
|
|
'Lana' => 'Lana', |
1681
|
|
|
|
|
|
|
'Laoo' => 'Laosach', |
1682
|
|
|
|
|
|
|
'Latg' => 'Cló Gaelach', |
1683
|
|
|
|
|
|
|
'Latn' => 'Laidineach', |
1684
|
|
|
|
|
|
|
'Lepc' => 'Lepc', |
1685
|
|
|
|
|
|
|
'Limb' => 'Liombúch', |
1686
|
|
|
|
|
|
|
'Lina' => 'Líneach A', |
1687
|
|
|
|
|
|
|
'Linb' => 'Líneach B', |
1688
|
|
|
|
|
|
|
'Lisu' => 'Fraser', |
1689
|
|
|
|
|
|
|
'Lyci' => 'Liciach', |
1690
|
|
|
|
|
|
|
'Lydi' => 'Lidiach', |
1691
|
|
|
|
|
|
|
'Mahj' => 'Mahasánach', |
1692
|
|
|
|
|
|
|
'Mand' => 'Mand', |
1693
|
|
|
|
|
|
|
'Mani' => 'Mainicéasach', |
1694
|
|
|
|
|
|
|
'Marc' => 'Marc', |
1695
|
|
|
|
|
|
|
'Maya' => 'Iairiglifí Máigheacha', |
1696
|
|
|
|
|
|
|
'Mend' => 'Meindeach', |
1697
|
|
|
|
|
|
|
'Merc' => 'Merc', |
1698
|
|
|
|
|
|
|
'Mero' => 'Mero', |
1699
|
|
|
|
|
|
|
'Mlym' => 'Mailéalamach', |
1700
|
|
|
|
|
|
|
'Modi' => 'Modi', |
1701
|
|
|
|
|
|
|
'Mong' => 'Mongólach', |
1702
|
|
|
|
|
|
|
'Mroo' => 'Mroo', |
1703
|
|
|
|
|
|
|
'Mtei' => 'Mtei', |
1704
|
|
|
|
|
|
|
'Mult' => 'Mult', |
1705
|
|
|
|
|
|
|
'Mymr' => 'Maenmarach', |
1706
|
|
|
|
|
|
|
'Narb' => 'Sean-Arabach Thuaidh', |
1707
|
|
|
|
|
|
|
'Nbat' => 'Nbat', |
1708
|
|
|
|
|
|
|
'Newa' => 'Newa', |
1709
|
|
|
|
|
|
|
'Nkoo' => 'Nkoo', |
1710
|
|
|
|
|
|
|
'Nshu' => 'Nshu', |
1711
|
|
|
|
|
|
|
'Ogam' => 'Ogham', |
1712
|
|
|
|
|
|
|
'Olck' => 'Olck', |
1713
|
|
|
|
|
|
|
'Orkh' => 'Orkh', |
1714
|
|
|
|
|
|
|
'Orya' => 'Oiríseach', |
1715
|
|
|
|
|
|
|
'Osge' => 'Osge', |
1716
|
|
|
|
|
|
|
'Osma' => 'Osma', |
1717
|
|
|
|
|
|
|
'Palm' => 'Palm', |
1718
|
|
|
|
|
|
|
'Pauc' => 'Pauc', |
1719
|
|
|
|
|
|
|
'Perm' => 'Sean-Pheirmeach', |
1720
|
|
|
|
|
|
|
'Phag' => 'Phag', |
1721
|
|
|
|
|
|
|
'Phli' => 'Phli', |
1722
|
|
|
|
|
|
|
'Phlp' => 'Phlp', |
1723
|
|
|
|
|
|
|
'Phnx' => 'Féiníceach', |
1724
|
|
|
|
|
|
|
'Plrd' => 'Pollard Foghrach', |
1725
|
|
|
|
|
|
|
'Prti' => 'Pairtiach Inscríbhinniúil', |
1726
|
|
|
|
|
|
|
'Rjng' => 'Rjng', |
1727
|
|
|
|
|
|
|
'Runr' => 'Rúnach', |
1728
|
|
|
|
|
|
|
'Samr' => 'Samárach', |
1729
|
|
|
|
|
|
|
'Sarb' => 'Sean-Arabach Theas', |
1730
|
|
|
|
|
|
|
'Saur' => 'Saur', |
1731
|
|
|
|
|
|
|
'Sgnw' => 'Sgnw', |
1732
|
|
|
|
|
|
|
'Shaw' => 'Shawach', |
1733
|
|
|
|
|
|
|
'Shrd' => 'Shrd', |
1734
|
|
|
|
|
|
|
'Sidd' => 'Sidd', |
1735
|
|
|
|
|
|
|
'Sind' => 'Sind', |
1736
|
|
|
|
|
|
|
'Sinh' => 'Siolónach', |
1737
|
|
|
|
|
|
|
'Sora' => 'Sora', |
1738
|
|
|
|
|
|
|
'Soyo' => 'Soyo', |
1739
|
|
|
|
|
|
|
'Sund' => 'Sund', |
1740
|
|
|
|
|
|
|
'Sylo' => 'Sylo', |
1741
|
|
|
|
|
|
|
'Syrc' => 'Siriceach', |
1742
|
|
|
|
|
|
|
'Tagb' => 'Tagb', |
1743
|
|
|
|
|
|
|
'Takr' => 'Takr', |
1744
|
|
|
|
|
|
|
'Tale' => 'Tale', |
1745
|
|
|
|
|
|
|
'Talu' => 'Talu', |
1746
|
|
|
|
|
|
|
'Taml' => 'Tamalach', |
1747
|
|
|
|
|
|
|
'Tang' => 'Tang', |
1748
|
|
|
|
|
|
|
'Tavt' => 'Tavt', |
1749
|
|
|
|
|
|
|
'Telu' => 'Teileagúch', |
1750
|
|
|
|
|
|
|
'Tfng' => 'Tifinagh', |
1751
|
|
|
|
|
|
|
'Tglg' => 'Tagálagach', |
1752
|
|
|
|
|
|
|
'Thaa' => 'Tánach', |
1753
|
|
|
|
|
|
|
'Thai' => 'Téalannach', |
1754
|
|
|
|
|
|
|
'Tibt' => 'Tibéadach', |
1755
|
|
|
|
|
|
|
'Tirh' => 'Tirh', |
1756
|
|
|
|
|
|
|
'Ugar' => 'Úgairíteach', |
1757
|
|
|
|
|
|
|
'Vaii' => 'Vaii', |
1758
|
|
|
|
|
|
|
'Wara' => 'Wara', |
1759
|
|
|
|
|
|
|
'Xpeo' => 'Sean-Pheirseach', |
1760
|
|
|
|
|
|
|
'Xsux' => 'Dingchruthach Suiméar-Acádach', |
1761
|
|
|
|
|
|
|
'Yiii' => 'Ís', |
1762
|
|
|
|
|
|
|
'Zanb' => 'Zanb', |
1763
|
|
|
|
|
|
|
'Zinh' => 'Oidhreacht', |
1764
|
|
|
|
|
|
|
'Zmth' => 'Nodaireacht Mhatamaiticiúil', |
1765
|
|
|
|
|
|
|
'Zsye' => 'Emoji', |
1766
|
|
|
|
|
|
|
'Zsym' => 'Siombailí', |
1767
|
|
|
|
|
|
|
'Zxxx' => 'Gan Scríobh', |
1768
|
|
|
|
|
|
|
'Zyyy' => 'Coitianta', |
1769
|
|
|
|
|
|
|
'Zzzz' => 'Script Anaithnid', |
1770
|
|
|
|
|
|
|
|
1771
|
|
|
|
|
|
|
); |
1772
|
|
|
|
|
|
|
if ( @_ ) { |
1773
|
|
|
|
|
|
|
return $scripts{$_[0]}; |
1774
|
|
|
|
|
|
|
} |
1775
|
|
|
|
|
|
|
return \%scripts; |
1776
|
|
|
|
|
|
|
} |
1777
|
|
|
|
|
|
|
} |
1778
|
|
|
|
|
|
|
); |
1779
|
|
|
|
|
|
|
|
1780
|
|
|
|
|
|
|
has 'display_name_region' => ( |
1781
|
|
|
|
|
|
|
is => 'ro', |
1782
|
|
|
|
|
|
|
isa => HashRef[Str], |
1783
|
|
|
|
|
|
|
init_arg => undef, |
1784
|
|
|
|
|
|
|
default => sub { |
1785
|
|
|
|
|
|
|
{ |
1786
|
|
|
|
|
|
|
'001' => 'an Domhan', |
1787
|
|
|
|
|
|
|
'002' => 'an Afraic', |
1788
|
|
|
|
|
|
|
'003' => 'Meiriceá Thuaidh', |
1789
|
|
|
|
|
|
|
'005' => 'Meiriceá Theas', |
1790
|
|
|
|
|
|
|
'009' => 'an Aigéine', |
1791
|
|
|
|
|
|
|
'011' => 'Iarthar na hAfraice', |
1792
|
|
|
|
|
|
|
'013' => 'Meiriceá Láir', |
1793
|
|
|
|
|
|
|
'014' => 'Oirthear na hAfraice', |
1794
|
|
|
|
|
|
|
'015' => 'Tuaisceart na hAfraice', |
1795
|
|
|
|
|
|
|
'017' => 'an Afraic Láir', |
1796
|
|
|
|
|
|
|
'018' => 'Deisceart na hAfraice', |
1797
|
|
|
|
|
|
|
'019' => 'Críocha Mheiriceá', |
1798
|
|
|
|
|
|
|
'021' => 'Tuaisceart Mheiriceá', |
1799
|
|
|
|
|
|
|
'029' => 'an Mhuir Chairib', |
1800
|
|
|
|
|
|
|
'030' => 'Oirthear na hÁise', |
1801
|
|
|
|
|
|
|
'034' => 'Deisceart na hÁise', |
1802
|
|
|
|
|
|
|
'035' => 'Oirdheisceart na hÁise', |
1803
|
|
|
|
|
|
|
'039' => 'Deisceart na hEorpa', |
1804
|
|
|
|
|
|
|
'053' => 'an Astraláise', |
1805
|
|
|
|
|
|
|
'054' => 'an Mheilinéis', |
1806
|
|
|
|
|
|
|
'057' => 'an Réigiún Micrinéiseach', |
1807
|
|
|
|
|
|
|
'061' => 'an Pholainéis', |
1808
|
|
|
|
|
|
|
'142' => 'an Áise', |
1809
|
|
|
|
|
|
|
'143' => 'an Áise Láir', |
1810
|
|
|
|
|
|
|
'145' => 'Iarthar na hÁise', |
1811
|
|
|
|
|
|
|
'150' => 'an Eoraip', |
1812
|
|
|
|
|
|
|
'151' => 'Oirthear na hEorpa', |
1813
|
|
|
|
|
|
|
'154' => 'Tuaisceart na hEorpa', |
1814
|
|
|
|
|
|
|
'155' => 'Iarthar na hEorpa', |
1815
|
|
|
|
|
|
|
'202' => 'an Afraic fho-Shahárach', |
1816
|
|
|
|
|
|
|
'419' => 'Meiriceá Laidineach', |
1817
|
|
|
|
|
|
|
'AC' => 'Oileán na Deascabhála', |
1818
|
|
|
|
|
|
|
'AD' => 'Andóra', |
1819
|
|
|
|
|
|
|
'AE' => 'Aontas na nÉimíríochtaí Arabacha', |
1820
|
|
|
|
|
|
|
'AF' => 'an Afganastáin', |
1821
|
|
|
|
|
|
|
'AG' => 'Antigua agus Barbúda', |
1822
|
|
|
|
|
|
|
'AI' => 'Angaíle', |
1823
|
|
|
|
|
|
|
'AL' => 'an Albáin', |
1824
|
|
|
|
|
|
|
'AM' => 'an Airméin', |
1825
|
|
|
|
|
|
|
'AO' => 'Angóla', |
1826
|
|
|
|
|
|
|
'AQ' => 'an Antartaice', |
1827
|
|
|
|
|
|
|
'AR' => 'an Airgintín', |
1828
|
|
|
|
|
|
|
'AS' => 'Samó Mheiriceá', |
1829
|
|
|
|
|
|
|
'AT' => 'an Ostair', |
1830
|
|
|
|
|
|
|
'AU' => 'an Astráil', |
1831
|
|
|
|
|
|
|
'AW' => 'Arúba', |
1832
|
|
|
|
|
|
|
'AX' => 'Oileáin Åland', |
1833
|
|
|
|
|
|
|
'AZ' => 'an Asarbaiseáin', |
1834
|
|
|
|
|
|
|
'BA' => 'an Bhoisnia agus an Heirseagaivéin', |
1835
|
|
|
|
|
|
|
'BB' => 'Barbadós', |
1836
|
|
|
|
|
|
|
'BD' => 'an Bhanglaidéis', |
1837
|
|
|
|
|
|
|
'BE' => 'an Bheilg', |
1838
|
|
|
|
|
|
|
'BF' => 'Buircíne Fasó', |
1839
|
|
|
|
|
|
|
'BG' => 'an Bhulgáir', |
1840
|
|
|
|
|
|
|
'BH' => 'Bairéin', |
1841
|
|
|
|
|
|
|
'BI' => 'an Bhurúin', |
1842
|
|
|
|
|
|
|
'BJ' => 'Beinin', |
1843
|
|
|
|
|
|
|
'BL' => 'Saint Barthélemy', |
1844
|
|
|
|
|
|
|
'BM' => 'Beirmiúda', |
1845
|
|
|
|
|
|
|
'BN' => 'Brúiné', |
1846
|
|
|
|
|
|
|
'BO' => 'an Bholaiv', |
1847
|
|
|
|
|
|
|
'BQ' => 'an Ísiltír Chairibeach', |
1848
|
|
|
|
|
|
|
'BR' => 'an Bhrasaíl', |
1849
|
|
|
|
|
|
|
'BS' => 'na Bahámaí', |
1850
|
|
|
|
|
|
|
'BT' => 'an Bhútáin', |
1851
|
|
|
|
|
|
|
'BV' => 'Oileán Bouvet', |
1852
|
|
|
|
|
|
|
'BW' => 'an Bhotsuáin', |
1853
|
|
|
|
|
|
|
'BY' => 'an Bhealarúis', |
1854
|
|
|
|
|
|
|
'BZ' => 'an Bheilís', |
1855
|
|
|
|
|
|
|
'CA' => 'Ceanada', |
1856
|
|
|
|
|
|
|
'CC' => 'Oileáin Cocos (Keeling)', |
1857
|
|
|
|
|
|
|
'CD' => 'Poblacht Dhaonlathach an Chongó', |
1858
|
|
|
|
|
|
|
'CD@alt=variant' => 'an Congó (PDC)', |
1859
|
|
|
|
|
|
|
'CF' => 'Poblacht na hAfraice Láir', |
1860
|
|
|
|
|
|
|
'CG' => 'an Congó', |
1861
|
|
|
|
|
|
|
'CG@alt=variant' => 'an Congó (Poblacht)', |
1862
|
|
|
|
|
|
|
'CH' => 'an Eilvéis', |
1863
|
|
|
|
|
|
|
'CI' => 'an Cósta Eabhair', |
1864
|
|
|
|
|
|
|
'CI@alt=variant' => 'Côte d’Ivoire', |
1865
|
|
|
|
|
|
|
'CK' => 'Oileáin Cook', |
1866
|
|
|
|
|
|
|
'CL' => 'an tSile', |
1867
|
|
|
|
|
|
|
'CM' => 'Camarún', |
1868
|
|
|
|
|
|
|
'CN' => 'an tSín', |
1869
|
|
|
|
|
|
|
'CO' => 'an Cholóim', |
1870
|
|
|
|
|
|
|
'CP' => 'Oileán Clipperton', |
1871
|
|
|
|
|
|
|
'CR' => 'Cósta Ríce', |
1872
|
|
|
|
|
|
|
'CU' => 'Cúba', |
1873
|
|
|
|
|
|
|
'CV' => 'Rinn Verde', |
1874
|
|
|
|
|
|
|
'CW' => 'Curaçao', |
1875
|
|
|
|
|
|
|
'CX' => 'Oileán na Nollag', |
1876
|
|
|
|
|
|
|
'CY' => 'an Chipir', |
1877
|
|
|
|
|
|
|
'CZ' => 'an tSeicia', |
1878
|
|
|
|
|
|
|
'CZ@alt=variant' => 'Poblacht na Seice', |
1879
|
|
|
|
|
|
|
'DE' => 'an Ghearmáin', |
1880
|
|
|
|
|
|
|
'DG' => 'Diego Garcia', |
1881
|
|
|
|
|
|
|
'DJ' => 'Djibouti', |
1882
|
|
|
|
|
|
|
'DK' => 'an Danmhairg', |
1883
|
|
|
|
|
|
|
'DM' => 'Doiminice', |
1884
|
|
|
|
|
|
|
'DO' => 'an Phoblacht Dhoiminiceach', |
1885
|
|
|
|
|
|
|
'DZ' => 'an Ailgéir', |
1886
|
|
|
|
|
|
|
'EA' => 'Ceuta agus Melilla', |
1887
|
|
|
|
|
|
|
'EC' => 'Eacuadór', |
1888
|
|
|
|
|
|
|
'EE' => 'an Eastóin', |
1889
|
|
|
|
|
|
|
'EG' => 'an Éigipt', |
1890
|
|
|
|
|
|
|
'EH' => 'an Sahára Thiar', |
1891
|
|
|
|
|
|
|
'ER' => 'an Eiritré', |
1892
|
|
|
|
|
|
|
'ES' => 'an Spáinn', |
1893
|
|
|
|
|
|
|
'ET' => 'an Aetóip', |
1894
|
|
|
|
|
|
|
'EU' => 'an tAontas Eorpach', |
1895
|
|
|
|
|
|
|
'EZ' => 'Limistéar an euro', |
1896
|
|
|
|
|
|
|
'FI' => 'an Fhionlainn', |
1897
|
|
|
|
|
|
|
'FJ' => 'Fidsí', |
1898
|
|
|
|
|
|
|
'FK' => 'Oileáin Fháclainne', |
1899
|
|
|
|
|
|
|
'FK@alt=variant' => 'Oileáin Fháclainne (Islas Malvinas)', |
1900
|
|
|
|
|
|
|
'FM' => 'an Mhicrinéis', |
1901
|
|
|
|
|
|
|
'FO' => 'Oileáin Fharó', |
1902
|
|
|
|
|
|
|
'FR' => 'an Fhrainc', |
1903
|
|
|
|
|
|
|
'GA' => 'an Ghabúin', |
1904
|
|
|
|
|
|
|
'GB' => 'an Ríocht Aontaithe', |
1905
|
|
|
|
|
|
|
'GB@alt=short' => 'RA', |
1906
|
|
|
|
|
|
|
'GD' => 'Greanáda', |
1907
|
|
|
|
|
|
|
'GE' => 'an tSeoirsia', |
1908
|
|
|
|
|
|
|
'GF' => 'Guáin na Fraince', |
1909
|
|
|
|
|
|
|
'GG' => 'Geansaí', |
1910
|
|
|
|
|
|
|
'GH' => 'Gána', |
1911
|
|
|
|
|
|
|
'GI' => 'Giobráltar', |
1912
|
|
|
|
|
|
|
'GL' => 'an Ghraonlainn', |
1913
|
|
|
|
|
|
|
'GM' => 'an Ghaimbia', |
1914
|
|
|
|
|
|
|
'GN' => 'an Ghuine', |
1915
|
|
|
|
|
|
|
'GP' => 'Guadalúip', |
1916
|
|
|
|
|
|
|
'GQ' => 'an Ghuine Mheánchiorclach', |
1917
|
|
|
|
|
|
|
'GR' => 'an Ghréig', |
1918
|
|
|
|
|
|
|
'GS' => 'an tSeoirsia Theas agus Oileáin Sandwich Theas', |
1919
|
|
|
|
|
|
|
'GT' => 'Guatamala', |
1920
|
|
|
|
|
|
|
'GU' => 'Guam', |
1921
|
|
|
|
|
|
|
'GW' => 'Guine Bissau', |
1922
|
|
|
|
|
|
|
'GY' => 'an Ghuáin', |
1923
|
|
|
|
|
|
|
'HK' => 'S.R.R. na Síne Hong Cong', |
1924
|
|
|
|
|
|
|
'HK@alt=short' => 'Hong Cong', |
1925
|
|
|
|
|
|
|
'HM' => 'Oileán Heard agus Oileáin McDonald', |
1926
|
|
|
|
|
|
|
'HN' => 'Hondúras', |
1927
|
|
|
|
|
|
|
'HR' => 'an Chróit', |
1928
|
|
|
|
|
|
|
'HT' => 'Háítí', |
1929
|
|
|
|
|
|
|
'HU' => 'an Ungáir', |
1930
|
|
|
|
|
|
|
'IC' => 'na hOileáin Chanáracha', |
1931
|
|
|
|
|
|
|
'ID' => 'an Indinéis', |
1932
|
|
|
|
|
|
|
'IE' => 'Éire', |
1933
|
|
|
|
|
|
|
'IL' => 'Iosrael', |
1934
|
|
|
|
|
|
|
'IM' => 'Oileán Mhanann', |
1935
|
|
|
|
|
|
|
'IN' => 'an India', |
1936
|
|
|
|
|
|
|
'IO' => 'Críoch Aigéan Indiach na Breataine', |
1937
|
|
|
|
|
|
|
'IQ' => 'an Iaráic', |
1938
|
|
|
|
|
|
|
'IR' => 'an Iaráin', |
1939
|
|
|
|
|
|
|
'IS' => 'an Íoslainn', |
1940
|
|
|
|
|
|
|
'IT' => 'an Iodáil', |
1941
|
|
|
|
|
|
|
'JE' => 'Geirsí', |
1942
|
|
|
|
|
|
|
'JM' => 'Iamáice', |
1943
|
|
|
|
|
|
|
'JO' => 'an Iordáin', |
1944
|
|
|
|
|
|
|
'JP' => 'an tSeapáin', |
1945
|
|
|
|
|
|
|
'KE' => 'an Chéinia', |
1946
|
|
|
|
|
|
|
'KG' => 'an Chirgeastáin', |
1947
|
|
|
|
|
|
|
'KH' => 'an Chambóid', |
1948
|
|
|
|
|
|
|
'KI' => 'Cireabaití', |
1949
|
|
|
|
|
|
|
'KM' => 'Oileáin Chomóra', |
1950
|
|
|
|
|
|
|
'KN' => 'San Críostóir-Nimheas', |
1951
|
|
|
|
|
|
|
'KP' => 'an Chóiré Thuaidh', |
1952
|
|
|
|
|
|
|
'KR' => 'an Chóiré Theas', |
1953
|
|
|
|
|
|
|
'KW' => 'Cuáit', |
1954
|
|
|
|
|
|
|
'KY' => 'Oileáin Cayman', |
1955
|
|
|
|
|
|
|
'KZ' => 'an Chasacstáin', |
1956
|
|
|
|
|
|
|
'LA' => 'Laos', |
1957
|
|
|
|
|
|
|
'LB' => 'an Liobáin', |
1958
|
|
|
|
|
|
|
'LC' => 'Saint Lucia', |
1959
|
|
|
|
|
|
|
'LI' => 'Lichtinstéin', |
1960
|
|
|
|
|
|
|
'LK' => 'Srí Lanca', |
1961
|
|
|
|
|
|
|
'LR' => 'an Libéir', |
1962
|
|
|
|
|
|
|
'LS' => 'Leosóta', |
1963
|
|
|
|
|
|
|
'LT' => 'an Liotuáin', |
1964
|
|
|
|
|
|
|
'LU' => 'Lucsamburg', |
1965
|
|
|
|
|
|
|
'LV' => 'an Laitvia', |
1966
|
|
|
|
|
|
|
'LY' => 'an Libia', |
1967
|
|
|
|
|
|
|
'MA' => 'Maracó', |
1968
|
|
|
|
|
|
|
'MC' => 'Monacó', |
1969
|
|
|
|
|
|
|
'MD' => 'an Mholdóiv', |
1970
|
|
|
|
|
|
|
'ME' => 'Montainéagró', |
1971
|
|
|
|
|
|
|
'MF' => 'Saint-Martin', |
1972
|
|
|
|
|
|
|
'MG' => 'Madagascar', |
1973
|
|
|
|
|
|
|
'MH' => 'Oileáin Marshall', |
1974
|
|
|
|
|
|
|
'MK' => 'an Mhacadóin', |
1975
|
|
|
|
|
|
|
'MK@alt=variant' => 'an Mhacadóin (PIIM)', |
1976
|
|
|
|
|
|
|
'ML' => 'Mailí', |
1977
|
|
|
|
|
|
|
'MM' => 'Maenmar (Burma)', |
1978
|
|
|
|
|
|
|
'MN' => 'an Mhongóil', |
1979
|
|
|
|
|
|
|
'MO' => 'S.R.R. na Síne Macao', |
1980
|
|
|
|
|
|
|
'MO@alt=short' => 'Macao', |
1981
|
|
|
|
|
|
|
'MP' => 'na hOileáin Mháirianacha Thuaidh', |
1982
|
|
|
|
|
|
|
'MQ' => 'Martinique', |
1983
|
|
|
|
|
|
|
'MR' => 'an Mháratáin', |
1984
|
|
|
|
|
|
|
'MS' => 'Montsarat', |
1985
|
|
|
|
|
|
|
'MT' => 'Málta', |
1986
|
|
|
|
|
|
|
'MU' => 'Oileán Mhuirís', |
1987
|
|
|
|
|
|
|
'MV' => 'Oileáin Mhaildíve', |
1988
|
|
|
|
|
|
|
'MW' => 'an Mhaláiv', |
1989
|
|
|
|
|
|
|
'MX' => 'Meicsiceo', |
1990
|
|
|
|
|
|
|
'MY' => 'an Mhalaeisia', |
1991
|
|
|
|
|
|
|
'MZ' => 'Mósaimbíc', |
1992
|
|
|
|
|
|
|
'NA' => 'an Namaib', |
1993
|
|
|
|
|
|
|
'NC' => 'an Nua-Chaladóin', |
1994
|
|
|
|
|
|
|
'NE' => 'an Nígir', |
1995
|
|
|
|
|
|
|
'NF' => 'Oileán Norfolk', |
1996
|
|
|
|
|
|
|
'NG' => 'an Nigéir', |
1997
|
|
|
|
|
|
|
'NI' => 'Nicearagua', |
1998
|
|
|
|
|
|
|
'NL' => 'an Ísiltír', |
1999
|
|
|
|
|
|
|
'NO' => 'an Iorua', |
2000
|
|
|
|
|
|
|
'NP' => 'Neipeal', |
2001
|
|
|
|
|
|
|
'NR' => 'Nárú', |
2002
|
|
|
|
|
|
|
'NU' => 'Niue', |
2003
|
|
|
|
|
|
|
'NZ' => 'an Nua-Shéalainn', |
2004
|
|
|
|
|
|
|
'OM' => 'Óman', |
2005
|
|
|
|
|
|
|
'PA' => 'Panama', |
2006
|
|
|
|
|
|
|
'PE' => 'Peiriú', |
2007
|
|
|
|
|
|
|
'PF' => 'Polainéis na Fraince', |
2008
|
|
|
|
|
|
|
'PG' => 'Nua-Ghuine Phapua', |
2009
|
|
|
|
|
|
|
'PH' => 'na hOileáin Fhilipíneacha', |
2010
|
|
|
|
|
|
|
'PK' => 'an Phacastáin', |
2011
|
|
|
|
|
|
|
'PL' => 'an Pholainn', |
2012
|
|
|
|
|
|
|
'PM' => 'San Pierre agus Miquelon', |
2013
|
|
|
|
|
|
|
'PN' => 'Oileáin Pitcairn', |
2014
|
|
|
|
|
|
|
'PR' => 'Pórtó Ríce', |
2015
|
|
|
|
|
|
|
'PS' => 'na Críocha Palaistíneacha', |
2016
|
|
|
|
|
|
|
'PS@alt=short' => 'an Phalaistín', |
2017
|
|
|
|
|
|
|
'PT' => 'an Phortaingéil', |
2018
|
|
|
|
|
|
|
'PW' => 'Oileáin Palau', |
2019
|
|
|
|
|
|
|
'PY' => 'Paragua', |
2020
|
|
|
|
|
|
|
'QA' => 'Catar', |
2021
|
|
|
|
|
|
|
'QO' => 'an Aigéine Imeallach', |
2022
|
|
|
|
|
|
|
'RE' => 'Réunion', |
2023
|
|
|
|
|
|
|
'RO' => 'an Rómáin', |
2024
|
|
|
|
|
|
|
'RS' => 'an tSeirbia', |
2025
|
|
|
|
|
|
|
'RU' => 'an Rúis', |
2026
|
|
|
|
|
|
|
'RW' => 'Ruanda', |
2027
|
|
|
|
|
|
|
'SA' => 'an Araib Shádach', |
2028
|
|
|
|
|
|
|
'SB' => 'Oileáin Sholomón', |
2029
|
|
|
|
|
|
|
'SC' => 'na Séiséil', |
2030
|
|
|
|
|
|
|
'SD' => 'an tSúdáin', |
2031
|
|
|
|
|
|
|
'SE' => 'an tSualainn', |
2032
|
|
|
|
|
|
|
'SG' => 'Singeapór', |
2033
|
|
|
|
|
|
|
'SH' => 'San Héilin', |
2034
|
|
|
|
|
|
|
'SI' => 'an tSlóivéin', |
2035
|
|
|
|
|
|
|
'SJ' => 'Svalbard agus Jan Mayen', |
2036
|
|
|
|
|
|
|
'SK' => 'an tSlóvaic', |
2037
|
|
|
|
|
|
|
'SL' => 'Siarra Leon', |
2038
|
|
|
|
|
|
|
'SM' => 'San Mairíne', |
2039
|
|
|
|
|
|
|
'SN' => 'an tSeineagáil', |
2040
|
|
|
|
|
|
|
'SO' => 'an tSomáil', |
2041
|
|
|
|
|
|
|
'SR' => 'Suranam', |
2042
|
|
|
|
|
|
|
'SS' => 'an tSúdáin Theas', |
2043
|
|
|
|
|
|
|
'ST' => 'São Tomé agus Príncipe', |
2044
|
|
|
|
|
|
|
'SV' => 'an tSalvadóir', |
2045
|
|
|
|
|
|
|
'SX' => 'Sint Maarten', |
2046
|
|
|
|
|
|
|
'SY' => 'an tSiria', |
2047
|
|
|
|
|
|
|
'SZ' => 'an tSuasalainn', |
2048
|
|
|
|
|
|
|
'TA' => 'Tristan da Cunha', |
2049
|
|
|
|
|
|
|
'TC' => 'Oileáin na dTurcach agus Caicos', |
2050
|
|
|
|
|
|
|
'TD' => 'Sead', |
2051
|
|
|
|
|
|
|
'TF' => 'Críocha Francacha Dheisceart an Domhain', |
2052
|
|
|
|
|
|
|
'TG' => 'Tóga', |
2053
|
|
|
|
|
|
|
'TH' => 'an Téalainn', |
2054
|
|
|
|
|
|
|
'TJ' => 'an Táidsíceastáin', |
2055
|
|
|
|
|
|
|
'TK' => 'Tócalá', |
2056
|
|
|
|
|
|
|
'TL' => 'Tíomór Thoir', |
2057
|
|
|
|
|
|
|
'TL@alt=variant' => 'TL', |
2058
|
|
|
|
|
|
|
'TM' => 'an Tuircméanastáin', |
2059
|
|
|
|
|
|
|
'TN' => 'an Túinéis', |
2060
|
|
|
|
|
|
|
'TO' => 'Tonga', |
2061
|
|
|
|
|
|
|
'TR' => 'an Tuirc', |
2062
|
|
|
|
|
|
|
'TT' => 'Oileán na Tríonóide agus Tobága', |
2063
|
|
|
|
|
|
|
'TV' => 'Tuvalu', |
2064
|
|
|
|
|
|
|
'TW' => 'an Téaváin', |
2065
|
|
|
|
|
|
|
'TZ' => 'an Tansáin', |
2066
|
|
|
|
|
|
|
'UA' => 'an Úcráin', |
2067
|
|
|
|
|
|
|
'UG' => 'Uganda', |
2068
|
|
|
|
|
|
|
'UM' => 'Oileáin Imeallacha S.A.M.', |
2069
|
|
|
|
|
|
|
'UN' => 'na Náisiúin Aontaiteh', |
2070
|
|
|
|
|
|
|
'UN@alt=short' => 'NA', |
2071
|
|
|
|
|
|
|
'US' => 'Stáit Aontaithe Mheiriceá', |
2072
|
|
|
|
|
|
|
'US@alt=short' => 'SAM', |
2073
|
|
|
|
|
|
|
'UY' => 'Uragua', |
2074
|
|
|
|
|
|
|
'UZ' => 'an Úisbéiceastáin', |
2075
|
|
|
|
|
|
|
'VA' => 'Cathair na Vatacáine', |
2076
|
|
|
|
|
|
|
'VC' => 'San Uinseann agus na Greanáidíní', |
2077
|
|
|
|
|
|
|
'VE' => 'Veiniséala', |
2078
|
|
|
|
|
|
|
'VG' => 'Oileáin Bhriotanacha na Maighdean', |
2079
|
|
|
|
|
|
|
'VI' => 'Oileáin Mheiriceánacha na Maighdean', |
2080
|
|
|
|
|
|
|
'VN' => 'Vítneam', |
2081
|
|
|
|
|
|
|
'VU' => 'Vanuatú', |
2082
|
|
|
|
|
|
|
'WF' => 'Vailís agus Futúna', |
2083
|
|
|
|
|
|
|
'WS' => 'Samó', |
2084
|
|
|
|
|
|
|
'XK' => 'an Chosaiv', |
2085
|
|
|
|
|
|
|
'YE' => 'Éimin', |
2086
|
|
|
|
|
|
|
'YT' => 'Mayotte', |
2087
|
|
|
|
|
|
|
'ZA' => 'an Afraic Theas', |
2088
|
|
|
|
|
|
|
'ZM' => 'an tSaimbia', |
2089
|
|
|
|
|
|
|
'ZW' => 'an tSiombáib', |
2090
|
|
|
|
|
|
|
'ZZ' => 'Réigiún Anaithnid', |
2091
|
|
|
|
|
|
|
|
2092
|
|
|
|
|
|
|
} |
2093
|
|
|
|
|
|
|
}, |
2094
|
|
|
|
|
|
|
); |
2095
|
|
|
|
|
|
|
|
2096
|
|
|
|
|
|
|
has 'display_name_variant' => ( |
2097
|
|
|
|
|
|
|
is => 'ro', |
2098
|
|
|
|
|
|
|
isa => HashRef[Str], |
2099
|
|
|
|
|
|
|
init_arg => undef, |
2100
|
|
|
|
|
|
|
default => sub { |
2101
|
|
|
|
|
|
|
{ |
2102
|
|
|
|
|
|
|
'1901' => 'Litriú Traidisiúnta na Gearmáinise', |
2103
|
|
|
|
|
|
|
'1994' => '1994', |
2104
|
|
|
|
|
|
|
'1996' => '1996', |
2105
|
|
|
|
|
|
|
'1606NICT' => '1606NICT', |
2106
|
|
|
|
|
|
|
'1694ACAD' => 'Nua-Fhraincis Mhoch', |
2107
|
|
|
|
|
|
|
'1959ACAD' => 'Acadúil', |
2108
|
|
|
|
|
|
|
'ABL1943' => 'ABL1943', |
2109
|
|
|
|
|
|
|
'ALALC97' => 'Rómhánú ALA-LC, eagrán 1997', |
2110
|
|
|
|
|
|
|
'ALUKU' => 'ALUKU', |
2111
|
|
|
|
|
|
|
'AO1990' => 'AO1990', |
2112
|
|
|
|
|
|
|
'AREVELA' => 'Airméinis an Oirthir', |
2113
|
|
|
|
|
|
|
'AREVMDA' => 'Airméinis an Iarthair', |
2114
|
|
|
|
|
|
|
'BAKU1926' => 'BAKU1926', |
2115
|
|
|
|
|
|
|
'BALANKA' => 'BALANKA', |
2116
|
|
|
|
|
|
|
'BARLA' => 'BARLA', |
2117
|
|
|
|
|
|
|
'BASICENG' => 'Bun-Bhéarla', |
2118
|
|
|
|
|
|
|
'BAUDDHA' => 'BAUDDHA', |
2119
|
|
|
|
|
|
|
'BISCAYAN' => 'BISCAYAN', |
2120
|
|
|
|
|
|
|
'BISKE' => 'BISKE', |
2121
|
|
|
|
|
|
|
'BOHORIC' => 'Aibítir Bohorič', |
2122
|
|
|
|
|
|
|
'BOONT' => 'BOONT', |
2123
|
|
|
|
|
|
|
'COLB1945' => 'COLB1945', |
2124
|
|
|
|
|
|
|
'CORNU' => 'Béarla an Choirn', |
2125
|
|
|
|
|
|
|
'DAJNKO' => 'Aibítir Dajnko', |
2126
|
|
|
|
|
|
|
'EKAVSK' => 'EKAVSK', |
2127
|
|
|
|
|
|
|
'EMODENG' => 'Nua-Bhéarla Moch', |
2128
|
|
|
|
|
|
|
'FONIPA' => 'Fogharscríobh IPA', |
2129
|
|
|
|
|
|
|
'FONNAPA' => 'FONNAPA', |
2130
|
|
|
|
|
|
|
'FONUPA' => 'Fogharscríobh UPA', |
2131
|
|
|
|
|
|
|
'FONXSAMP' => 'FONXSAMP', |
2132
|
|
|
|
|
|
|
'HEPBURN' => 'Rómhánú Hepburn', |
2133
|
|
|
|
|
|
|
'HOGNORSK' => 'HOGNORSK', |
2134
|
|
|
|
|
|
|
'HSISTEMO' => 'HSISTEMO', |
2135
|
|
|
|
|
|
|
'IJEKAVSK' => 'IJEKAVSK', |
2136
|
|
|
|
|
|
|
'ITIHASA' => 'ITIHASA', |
2137
|
|
|
|
|
|
|
'JAUER' => 'JAUER', |
2138
|
|
|
|
|
|
|
'JYUTPING' => 'JYUTPING', |
2139
|
|
|
|
|
|
|
'KKCOR' => 'Gnáth-Litriú', |
2140
|
|
|
|
|
|
|
'KOCIEWIE' => 'KOCIEWIE', |
2141
|
|
|
|
|
|
|
'KSCOR' => 'Litriú Caighdeánach', |
2142
|
|
|
|
|
|
|
'LAUKIKA' => 'LAUKIKA', |
2143
|
|
|
|
|
|
|
'LIPAW' => 'LIPAW', |
2144
|
|
|
|
|
|
|
'LUNA1918' => 'LUNA1918', |
2145
|
|
|
|
|
|
|
'METELKO' => 'Aibítir Metelko', |
2146
|
|
|
|
|
|
|
'MONOTON' => 'Aontonach', |
2147
|
|
|
|
|
|
|
'NDYUKA' => 'NDYUKA', |
2148
|
|
|
|
|
|
|
'NEDIS' => 'NEDIS', |
2149
|
|
|
|
|
|
|
'NEWFOUND' => 'Talamh an Éisc', |
2150
|
|
|
|
|
|
|
'NJIVA' => 'NJIVA', |
2151
|
|
|
|
|
|
|
'NULIK' => 'Volapük Nua-Aimseartha', |
2152
|
|
|
|
|
|
|
'OSOJS' => 'OSOJS', |
2153
|
|
|
|
|
|
|
'OXENDICT' => 'Litriú OED', |
2154
|
|
|
|
|
|
|
'PAHAWH2' => 'PAHAWH2', |
2155
|
|
|
|
|
|
|
'PAHAWH3' => 'PAHAWH3', |
2156
|
|
|
|
|
|
|
'PAHAWH4' => 'PAHAWH4', |
2157
|
|
|
|
|
|
|
'PAMAKA' => 'PAMAKA', |
2158
|
|
|
|
|
|
|
'PETR1708' => 'PETR1708', |
2159
|
|
|
|
|
|
|
'PINYIN' => 'Rómhánú Pinyin', |
2160
|
|
|
|
|
|
|
'POLYTON' => 'Iltonach', |
2161
|
|
|
|
|
|
|
'POSIX' => 'Ríomhaire', |
2162
|
|
|
|
|
|
|
'PUTER' => 'PUTER', |
2163
|
|
|
|
|
|
|
'REVISED' => 'Litriú Athbhreithnithe', |
2164
|
|
|
|
|
|
|
'RIGIK' => 'Volapük Clasaiceach', |
2165
|
|
|
|
|
|
|
'ROZAJ' => 'ROZAJ', |
2166
|
|
|
|
|
|
|
'RUMGR' => 'RUMGR', |
2167
|
|
|
|
|
|
|
'SAAHO' => 'SAAHO', |
2168
|
|
|
|
|
|
|
'SCOTLAND' => 'Béarla Caighdeánach na hAlban', |
2169
|
|
|
|
|
|
|
'SCOUSE' => 'Béarla Learphoill', |
2170
|
|
|
|
|
|
|
'SIMPLE' => 'Simplí', |
2171
|
|
|
|
|
|
|
'SOLBA' => 'SOLBA', |
2172
|
|
|
|
|
|
|
'SOTAV' => 'SOTAV', |
2173
|
|
|
|
|
|
|
'SPANGLIS' => 'SPANGLIS', |
2174
|
|
|
|
|
|
|
'SURMIRAN' => 'SURMIRAN', |
2175
|
|
|
|
|
|
|
'SURSILV' => 'SURSILV', |
2176
|
|
|
|
|
|
|
'SUTSILV' => 'SUTSILV', |
2177
|
|
|
|
|
|
|
'TARASK' => 'TARASK', |
2178
|
|
|
|
|
|
|
'UCCOR' => 'Litriú Comhaontaithe', |
2179
|
|
|
|
|
|
|
'UCRCOR' => 'Litriú Comhaontaithe Athbhreithnithe', |
2180
|
|
|
|
|
|
|
'ULSTER' => 'Cúige Uladh', |
2181
|
|
|
|
|
|
|
'UNIFON' => 'Aibítir foghraíochta Unifon', |
2182
|
|
|
|
|
|
|
'VAIDIKA' => 'Véideach', |
2183
|
|
|
|
|
|
|
'VALENCIA' => 'Vaileinsis', |
2184
|
|
|
|
|
|
|
'VALLADER' => 'VALLADER', |
2185
|
|
|
|
|
|
|
'WADEGILE' => 'Rómhánú Wade-Giles', |
2186
|
|
|
|
|
|
|
'XSISTEMO' => 'XSISTEMO', |
2187
|
|
|
|
|
|
|
|
2188
|
|
|
|
|
|
|
} |
2189
|
|
|
|
|
|
|
}, |
2190
|
|
|
|
|
|
|
); |
2191
|
|
|
|
|
|
|
|
2192
|
|
|
|
|
|
|
has 'display_name_key' => ( |
2193
|
|
|
|
|
|
|
is => 'ro', |
2194
|
|
|
|
|
|
|
isa => HashRef[Str], |
2195
|
|
|
|
|
|
|
init_arg => undef, |
2196
|
|
|
|
|
|
|
default => sub { |
2197
|
|
|
|
|
|
|
{ |
2198
|
|
|
|
|
|
|
'calendar' => 'Féilire', |
2199
|
|
|
|
|
|
|
'cf' => 'Formáid Airgeadra', |
2200
|
|
|
|
|
|
|
'collation' => 'Ord Sórtála', |
2201
|
|
|
|
|
|
|
'currency' => 'Airgeadra', |
2202
|
|
|
|
|
|
|
'hc' => 'Timthriall Uaire (12 vs 24)', |
2203
|
|
|
|
|
|
|
'lb' => 'Stíl Briseadh Líne', |
2204
|
|
|
|
|
|
|
'ms' => 'Córas Tomhais', |
2205
|
|
|
|
|
|
|
'numbers' => 'Uimhreacha', |
2206
|
|
|
|
|
|
|
|
2207
|
|
|
|
|
|
|
} |
2208
|
|
|
|
|
|
|
}, |
2209
|
|
|
|
|
|
|
); |
2210
|
|
|
|
|
|
|
|
2211
|
|
|
|
|
|
|
has 'display_name_type' => ( |
2212
|
|
|
|
|
|
|
is => 'ro', |
2213
|
|
|
|
|
|
|
isa => HashRef[HashRef[Str]], |
2214
|
|
|
|
|
|
|
init_arg => undef, |
2215
|
|
|
|
|
|
|
default => sub { |
2216
|
|
|
|
|
|
|
{ |
2217
|
|
|
|
|
|
|
'calendar' => { |
2218
|
|
|
|
|
|
|
'buddhist' => q{Féilire Búdaíoch}, |
2219
|
|
|
|
|
|
|
'chinese' => q{Féilire Síneach}, |
2220
|
|
|
|
|
|
|
'coptic' => q{Féilire Coptach}, |
2221
|
|
|
|
|
|
|
'dangi' => q{Féilire Dangi}, |
2222
|
|
|
|
|
|
|
'ethiopic' => q{Féilire Aetóipice}, |
2223
|
|
|
|
|
|
|
'ethiopic-amete-alem' => q{ethiopic-amete-alem}, |
2224
|
|
|
|
|
|
|
'gregorian' => q{Féilire Ghréagóra}, |
2225
|
|
|
|
|
|
|
'hebrew' => q{Féilire na nEabhrach}, |
2226
|
|
|
|
|
|
|
'indian' => q{Féilire Náisiúnta na hIndia}, |
2227
|
|
|
|
|
|
|
'islamic' => q{Féilire Ioslamach}, |
2228
|
|
|
|
|
|
|
'islamic-civil' => q{islamic-civil}, |
2229
|
|
|
|
|
|
|
'islamic-rgsa' => q{islamic-rgsa}, |
2230
|
|
|
|
|
|
|
'islamic-tbla' => q{islamic-tbla}, |
2231
|
|
|
|
|
|
|
'islamic-umalqura' => q{islamic-umalqura}, |
2232
|
|
|
|
|
|
|
'iso8601' => q{Féilire ISO-8601}, |
2233
|
|
|
|
|
|
|
'japanese' => q{Féilire Seapánach}, |
2234
|
|
|
|
|
|
|
'persian' => q{Féilire Peirseach}, |
2235
|
|
|
|
|
|
|
'roc' => q{Féilire Téavánach}, |
2236
|
|
|
|
|
|
|
}, |
2237
|
|
|
|
|
|
|
'cf' => { |
2238
|
|
|
|
|
|
|
'account' => q{Formáid Airgeadra don Chuntasaíocht}, |
2239
|
|
|
|
|
|
|
'standard' => q{Formáid Airgeadra Caighdeánach}, |
2240
|
|
|
|
|
|
|
}, |
2241
|
|
|
|
|
|
|
'collation' => { |
2242
|
|
|
|
|
|
|
'big5han' => q{Ord sórtála Síneach traidisiúnta - Big5}, |
2243
|
|
|
|
|
|
|
'compat' => q{compat}, |
2244
|
|
|
|
|
|
|
'dictionary' => q{dictionary}, |
2245
|
|
|
|
|
|
|
'ducet' => q{Ord Sórtála Réamhshocraithe Unicode}, |
2246
|
|
|
|
|
|
|
'emoji' => q{emoji}, |
2247
|
|
|
|
|
|
|
'eor' => q{eor}, |
2248
|
|
|
|
|
|
|
'gb2312han' => q{Ord sórtála Síneach simplithe - GB 2312}, |
2249
|
|
|
|
|
|
|
'phonebook' => q{Ord sórtála an eolaire teileafóin}, |
2250
|
|
|
|
|
|
|
'pinyin' => q{Ord sórtála pinyin}, |
2251
|
|
|
|
|
|
|
'reformed' => q{reformed}, |
2252
|
|
|
|
|
|
|
'search' => q{Cuardach Ilfhóinteach}, |
2253
|
|
|
|
|
|
|
'searchjl' => q{searchjl}, |
2254
|
|
|
|
|
|
|
'standard' => q{Ord Sórtála Caighdeánach}, |
2255
|
|
|
|
|
|
|
'stroke' => q{Ord sórtála stríce}, |
2256
|
|
|
|
|
|
|
'traditional' => q{Ord sórtála traidisiúnta}, |
2257
|
|
|
|
|
|
|
'unihan' => q{unihan}, |
2258
|
|
|
|
|
|
|
'zhuyin' => q{zhuyin}, |
2259
|
|
|
|
|
|
|
}, |
2260
|
|
|
|
|
|
|
'hc' => { |
2261
|
|
|
|
|
|
|
'h11' => q{Córas 12 Uair (0–11)}, |
2262
|
|
|
|
|
|
|
'h12' => q{Córas 12 Uair (1–12)}, |
2263
|
|
|
|
|
|
|
'h23' => q{Córas 24 Uair (0–23)}, |
2264
|
|
|
|
|
|
|
'h24' => q{Córas 24 Uair (1–24)}, |
2265
|
|
|
|
|
|
|
}, |
2266
|
|
|
|
|
|
|
'lb' => { |
2267
|
|
|
|
|
|
|
'loose' => q{Stíl Briseadh Líne Scaoilte}, |
2268
|
|
|
|
|
|
|
'normal' => q{Stíl Gnáthbhriseadh Líne}, |
2269
|
|
|
|
|
|
|
'strict' => q{Stíl Briseadh Líne Docht}, |
2270
|
|
|
|
|
|
|
}, |
2271
|
|
|
|
|
|
|
'ms' => { |
2272
|
|
|
|
|
|
|
'metric' => q{Córas Méadrach}, |
2273
|
|
|
|
|
|
|
'uksystem' => q{Córas Tomhais Reachtúil}, |
2274
|
|
|
|
|
|
|
'ussystem' => q{Córas Tomhais SAM}, |
2275
|
|
|
|
|
|
|
}, |
2276
|
|
|
|
|
|
|
'numbers' => { |
2277
|
|
|
|
|
|
|
'ahom' => q{ahom}, |
2278
|
|
|
|
|
|
|
'arab' => q{Digití Ind-Arabacha}, |
2279
|
|
|
|
|
|
|
'arabext' => q{Digití Ind-Arabacha Breisithe}, |
2280
|
|
|
|
|
|
|
'armn' => q{Uimhreacha Airméanacha}, |
2281
|
|
|
|
|
|
|
'armnlow' => q{Uimhreacha Cás Íochtair Airméanacha}, |
2282
|
|
|
|
|
|
|
'bali' => q{Digití Bailíocha}, |
2283
|
|
|
|
|
|
|
'beng' => q{Digití Beangálacha}, |
2284
|
|
|
|
|
|
|
'brah' => q{brah}, |
2285
|
|
|
|
|
|
|
'cakm' => q{cakm}, |
2286
|
|
|
|
|
|
|
'cham' => q{cham}, |
2287
|
|
|
|
|
|
|
'cyrl' => q{Uimhreacha Coireallacha}, |
2288
|
|
|
|
|
|
|
'deva' => q{Digití Déiveanágracha}, |
2289
|
|
|
|
|
|
|
'ethi' => q{Uimhreacha Aetóipice}, |
2290
|
|
|
|
|
|
|
'fullwide' => q{Digití Lánleithid}, |
2291
|
|
|
|
|
|
|
'geor' => q{Uimhreacha Seoirseacha}, |
2292
|
|
|
|
|
|
|
'gonm' => q{gonm}, |
2293
|
|
|
|
|
|
|
'grek' => q{Uimhreacha Gréagacha}, |
2294
|
|
|
|
|
|
|
'greklow' => q{Uimhreacha Cás Íochtair Gréagacha}, |
2295
|
|
|
|
|
|
|
'gujr' => q{Digití Gúisearátacha}, |
2296
|
|
|
|
|
|
|
'guru' => q{Digití Gurmúcacha}, |
2297
|
|
|
|
|
|
|
'hanidec' => q{Uimhreacha Deachúlacha Síneacha}, |
2298
|
|
|
|
|
|
|
'hans' => q{Uimhreacha sa tSínis Shimplithe}, |
2299
|
|
|
|
|
|
|
'hansfin' => q{Uimhreacha Airgeadúla sa tSínis Shimplithe}, |
2300
|
|
|
|
|
|
|
'hant' => q{Uimhreacha sa tSínis Thraidisiúnta}, |
2301
|
|
|
|
|
|
|
'hantfin' => q{Uimhreacha Airgeadúla sa tSínis Thraidisiúnta}, |
2302
|
|
|
|
|
|
|
'hebr' => q{Uimhreacha Eabhracha}, |
2303
|
|
|
|
|
|
|
'hmng' => q{hmng}, |
2304
|
|
|
|
|
|
|
'java' => q{Digití Iávacha}, |
2305
|
|
|
|
|
|
|
'jpan' => q{Uimhreacha Seapánacha}, |
2306
|
|
|
|
|
|
|
'jpanfin' => q{Uimhreacha Airgeadúla Seapánacha}, |
2307
|
|
|
|
|
|
|
'kali' => q{kali}, |
2308
|
|
|
|
|
|
|
'khmr' => q{Digití Ciméaracha}, |
2309
|
|
|
|
|
|
|
'knda' => q{Digití Cannadacha}, |
2310
|
|
|
|
|
|
|
'lana' => q{lana}, |
2311
|
|
|
|
|
|
|
'lanatham' => q{lanatham}, |
2312
|
|
|
|
|
|
|
'laoo' => q{Digití Laosacha}, |
2313
|
|
|
|
|
|
|
'latn' => q{Digití Iartharacha}, |
2314
|
|
|
|
|
|
|
'lepc' => q{lepc}, |
2315
|
|
|
|
|
|
|
'limb' => q{limb}, |
2316
|
|
|
|
|
|
|
'mathbold' => q{mathbold}, |
2317
|
|
|
|
|
|
|
'mathdbl' => q{mathdbl}, |
2318
|
|
|
|
|
|
|
'mathmono' => q{mathmono}, |
2319
|
|
|
|
|
|
|
'mathsanb' => q{mathsanb}, |
2320
|
|
|
|
|
|
|
'mathsans' => q{mathsans}, |
2321
|
|
|
|
|
|
|
'mlym' => q{Digití Mailéalamacha}, |
2322
|
|
|
|
|
|
|
'modi' => q{modi}, |
2323
|
|
|
|
|
|
|
'mong' => q{Digití Mongólacha}, |
2324
|
|
|
|
|
|
|
'mroo' => q{mroo}, |
2325
|
|
|
|
|
|
|
'mtei' => q{mtei}, |
2326
|
|
|
|
|
|
|
'mymr' => q{Digití Maenmaracha}, |
2327
|
|
|
|
|
|
|
'mymrshan' => q{mymrshan}, |
2328
|
|
|
|
|
|
|
'mymrtlng' => q{mymrtlng}, |
2329
|
|
|
|
|
|
|
'nkoo' => q{nkoo}, |
2330
|
|
|
|
|
|
|
'olck' => q{olck}, |
2331
|
|
|
|
|
|
|
'orya' => q{Digití Oiríseacha}, |
2332
|
|
|
|
|
|
|
'osma' => q{osma}, |
2333
|
|
|
|
|
|
|
'roman' => q{Uimhreacha Rómhánacha}, |
2334
|
|
|
|
|
|
|
'romanlow' => q{Uimhreacha Cás Íochtair Rómhánacha}, |
2335
|
|
|
|
|
|
|
'saur' => q{saur}, |
2336
|
|
|
|
|
|
|
'shrd' => q{shrd}, |
2337
|
|
|
|
|
|
|
'sind' => q{sind}, |
2338
|
|
|
|
|
|
|
'sinh' => q{sinh}, |
2339
|
|
|
|
|
|
|
'sora' => q{sora}, |
2340
|
|
|
|
|
|
|
'sund' => q{sund}, |
2341
|
|
|
|
|
|
|
'takr' => q{takr}, |
2342
|
|
|
|
|
|
|
'talu' => q{talu}, |
2343
|
|
|
|
|
|
|
'taml' => q{Uimhreacha Traidisiúnta Tamalacha}, |
2344
|
|
|
|
|
|
|
'tamldec' => q{Digití Tamalacha}, |
2345
|
|
|
|
|
|
|
'telu' => q{Digití Teileagúcha}, |
2346
|
|
|
|
|
|
|
'thai' => q{Digití Téalannacha}, |
2347
|
|
|
|
|
|
|
'tibt' => q{Digití Tibéadacha}, |
2348
|
|
|
|
|
|
|
'tirh' => q{tirh}, |
2349
|
|
|
|
|
|
|
'vaii' => q{vaii}, |
2350
|
|
|
|
|
|
|
'wara' => q{wara}, |
2351
|
|
|
|
|
|
|
}, |
2352
|
|
|
|
|
|
|
|
2353
|
|
|
|
|
|
|
} |
2354
|
|
|
|
|
|
|
}, |
2355
|
|
|
|
|
|
|
); |
2356
|
|
|
|
|
|
|
|
2357
|
|
|
|
|
|
|
has 'display_name_measurement_system' => ( |
2358
|
|
|
|
|
|
|
is => 'ro', |
2359
|
|
|
|
|
|
|
isa => HashRef[Str], |
2360
|
|
|
|
|
|
|
init_arg => undef, |
2361
|
|
|
|
|
|
|
default => sub { |
2362
|
|
|
|
|
|
|
{ |
2363
|
|
|
|
|
|
|
'metric' => q{Méadrach}, |
2364
|
|
|
|
|
|
|
'UK' => q{RA}, |
2365
|
|
|
|
|
|
|
'US' => q{SAM}, |
2366
|
|
|
|
|
|
|
|
2367
|
|
|
|
|
|
|
} |
2368
|
|
|
|
|
|
|
}, |
2369
|
|
|
|
|
|
|
); |
2370
|
|
|
|
|
|
|
|
2371
|
|
|
|
|
|
|
has 'display_name_code_patterns' => ( |
2372
|
|
|
|
|
|
|
is => 'ro', |
2373
|
|
|
|
|
|
|
isa => HashRef[Str], |
2374
|
|
|
|
|
|
|
init_arg => undef, |
2375
|
|
|
|
|
|
|
default => sub { |
2376
|
|
|
|
|
|
|
{ |
2377
|
|
|
|
|
|
|
'language' => 'Teanga: {0}', |
2378
|
|
|
|
|
|
|
'script' => 'Script: {0}', |
2379
|
|
|
|
|
|
|
'region' => 'Réigiún: {0}', |
2380
|
|
|
|
|
|
|
|
2381
|
|
|
|
|
|
|
} |
2382
|
|
|
|
|
|
|
}, |
2383
|
|
|
|
|
|
|
); |
2384
|
|
|
|
|
|
|
|
2385
|
|
|
|
|
|
|
has 'characters' => ( |
2386
|
|
|
|
|
|
|
is => 'ro', |
2387
|
|
|
|
|
|
|
isa => HashRef, |
2388
|
|
|
|
|
|
|
init_arg => undef, |
2389
|
|
|
|
|
|
|
default => $^V ge v5.18.0 |
2390
|
|
|
|
|
|
|
? eval <<'EOT' |
2391
|
|
|
|
|
|
|
sub { |
2392
|
|
|
|
|
|
|
no warnings 'experimental::regex_sets'; |
2393
|
|
|
|
|
|
|
return { |
2394
|
|
|
|
|
|
|
auxiliary => qr{[å ḃ ċ ḋ ḟ ġ j k ṁ ṗ q ṡ ṫ v w x y z]}, |
2395
|
|
|
|
|
|
|
index => ['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z'], |
2396
|
|
|
|
|
|
|
main => qr{[a á b c d e é f g h i í l m n o ó p r s t u ú]}, |
2397
|
|
|
|
|
|
|
numbers => qr{[\- , . % ‰ + 0 1 2 3 4 5 6 7 8 9]}, |
2398
|
|
|
|
|
|
|
punctuation => qr{[\- ‐ – — , ; \: ! ? . … ' ‘ ’ " “ ” ( ) \[ \] § @ * / \& # † ‡ ′ ″]}, |
2399
|
|
|
|
|
|
|
}; |
2400
|
|
|
|
|
|
|
}, |
2401
|
|
|
|
|
|
|
EOT |
2402
|
|
|
|
|
|
|
: sub { |
2403
|
|
|
|
|
|
|
return { index => ['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z'], }; |
2404
|
|
|
|
|
|
|
}, |
2405
|
1
|
|
|
1
|
|
110
|
); |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
178
|
|
2406
|
|
|
|
|
|
|
|
2407
|
|
|
|
|
|
|
|
2408
|
|
|
|
|
|
|
has 'ellipsis' => ( |
2409
|
|
|
|
|
|
|
is => 'ro', |
2410
|
|
|
|
|
|
|
isa => HashRef, |
2411
|
|
|
|
|
|
|
init_arg => undef, |
2412
|
|
|
|
|
|
|
default => sub { |
2413
|
|
|
|
|
|
|
return { |
2414
|
|
|
|
|
|
|
'final' => '{0}…', |
2415
|
|
|
|
|
|
|
'initial' => '…{0}', |
2416
|
|
|
|
|
|
|
'medial' => '{0}…{1}', |
2417
|
|
|
|
|
|
|
'word-final' => '{0} …', |
2418
|
|
|
|
|
|
|
'word-initial' => '… {0}', |
2419
|
|
|
|
|
|
|
'word-medial' => '{0} … {1}', |
2420
|
|
|
|
|
|
|
}; |
2421
|
|
|
|
|
|
|
}, |
2422
|
|
|
|
|
|
|
); |
2423
|
|
|
|
|
|
|
|
2424
|
|
|
|
|
|
|
has 'more_information' => ( |
2425
|
|
|
|
|
|
|
is => 'ro', |
2426
|
|
|
|
|
|
|
isa => Str, |
2427
|
|
|
|
|
|
|
init_arg => undef, |
2428
|
|
|
|
|
|
|
default => qq{?}, |
2429
|
|
|
|
|
|
|
); |
2430
|
|
|
|
|
|
|
|
2431
|
|
|
|
|
|
|
has 'quote_start' => ( |
2432
|
|
|
|
|
|
|
is => 'ro', |
2433
|
|
|
|
|
|
|
isa => Str, |
2434
|
|
|
|
|
|
|
init_arg => undef, |
2435
|
|
|
|
|
|
|
default => qq{“}, |
2436
|
|
|
|
|
|
|
); |
2437
|
|
|
|
|
|
|
|
2438
|
|
|
|
|
|
|
has 'quote_end' => ( |
2439
|
|
|
|
|
|
|
is => 'ro', |
2440
|
|
|
|
|
|
|
isa => Str, |
2441
|
|
|
|
|
|
|
init_arg => undef, |
2442
|
|
|
|
|
|
|
default => qq{”}, |
2443
|
|
|
|
|
|
|
); |
2444
|
|
|
|
|
|
|
|
2445
|
|
|
|
|
|
|
has 'alternate_quote_start' => ( |
2446
|
|
|
|
|
|
|
is => 'ro', |
2447
|
|
|
|
|
|
|
isa => Str, |
2448
|
|
|
|
|
|
|
init_arg => undef, |
2449
|
|
|
|
|
|
|
default => qq{‘}, |
2450
|
|
|
|
|
|
|
); |
2451
|
|
|
|
|
|
|
|
2452
|
|
|
|
|
|
|
has 'alternate_quote_end' => ( |
2453
|
|
|
|
|
|
|
is => 'ro', |
2454
|
|
|
|
|
|
|
isa => Str, |
2455
|
|
|
|
|
|
|
init_arg => undef, |
2456
|
|
|
|
|
|
|
default => qq{’}, |
2457
|
|
|
|
|
|
|
); |
2458
|
|
|
|
|
|
|
|
2459
|
|
|
|
|
|
|
has 'duration_units' => ( |
2460
|
|
|
|
|
|
|
is => 'ro', |
2461
|
|
|
|
|
|
|
isa => HashRef[Str], |
2462
|
|
|
|
|
|
|
init_arg => undef, |
2463
|
|
|
|
|
|
|
default => sub { { |
2464
|
|
|
|
|
|
|
hm => 'h:mm', |
2465
|
|
|
|
|
|
|
hms => 'h:mm:ss', |
2466
|
|
|
|
|
|
|
ms => 'm:ss', |
2467
|
|
|
|
|
|
|
} } |
2468
|
|
|
|
|
|
|
); |
2469
|
|
|
|
|
|
|
|
2470
|
|
|
|
|
|
|
has 'units' => ( |
2471
|
|
|
|
|
|
|
is => 'ro', |
2472
|
|
|
|
|
|
|
isa => HashRef[HashRef[HashRef[Str]]], |
2473
|
|
|
|
|
|
|
init_arg => undef, |
2474
|
|
|
|
|
|
|
default => sub { { |
2475
|
|
|
|
|
|
|
'long' => { |
2476
|
|
|
|
|
|
|
'' => { |
2477
|
|
|
|
|
|
|
'name' => q(treo chairdinéil), |
2478
|
|
|
|
|
|
|
}, |
2479
|
|
|
|
|
|
|
'acre' => { |
2480
|
|
|
|
|
|
|
'few' => q({0} acra), |
2481
|
|
|
|
|
|
|
'many' => q({0} n-acra), |
2482
|
|
|
|
|
|
|
'name' => q(acraí), |
2483
|
|
|
|
|
|
|
'one' => q({0} acra), |
2484
|
|
|
|
|
|
|
'other' => q({0} acra), |
2485
|
|
|
|
|
|
|
'two' => q({0} acra), |
2486
|
|
|
|
|
|
|
}, |
2487
|
|
|
|
|
|
|
'acre-foot' => { |
2488
|
|
|
|
|
|
|
'few' => q({0} acra-troigh), |
2489
|
|
|
|
|
|
|
'many' => q({0} n-acra-troigh), |
2490
|
|
|
|
|
|
|
'name' => q(acra-troithe), |
2491
|
|
|
|
|
|
|
'one' => q({0} acra-troigh), |
2492
|
|
|
|
|
|
|
'other' => q({0} acra-troigh), |
2493
|
|
|
|
|
|
|
'two' => q({0} acra-troigh), |
2494
|
|
|
|
|
|
|
}, |
2495
|
|
|
|
|
|
|
'ampere' => { |
2496
|
|
|
|
|
|
|
'few' => q({0} aimpéar), |
2497
|
|
|
|
|
|
|
'many' => q({0} n-aimpéar), |
2498
|
|
|
|
|
|
|
'name' => q(aimpéir), |
2499
|
|
|
|
|
|
|
'one' => q({0} aimpéar), |
2500
|
|
|
|
|
|
|
'other' => q({0} aimpéar), |
2501
|
|
|
|
|
|
|
'two' => q({0} aimpéar), |
2502
|
|
|
|
|
|
|
}, |
2503
|
|
|
|
|
|
|
'arc-minute' => { |
2504
|
|
|
|
|
|
|
'few' => q({0} nóiméad stua), |
2505
|
|
|
|
|
|
|
'many' => q({0} nóiméad stua), |
2506
|
|
|
|
|
|
|
'name' => q(nóiméid stua), |
2507
|
|
|
|
|
|
|
'one' => q({0} nóiméad stua), |
2508
|
|
|
|
|
|
|
'other' => q({0} nóiméad stua), |
2509
|
|
|
|
|
|
|
'two' => q({0} nóiméad stua), |
2510
|
|
|
|
|
|
|
}, |
2511
|
|
|
|
|
|
|
'arc-second' => { |
2512
|
|
|
|
|
|
|
'few' => q({0} shoicind stua), |
2513
|
|
|
|
|
|
|
'many' => q({0} soicind stua), |
2514
|
|
|
|
|
|
|
'name' => q(soicindí stua), |
2515
|
|
|
|
|
|
|
'one' => q({0} soicind stua), |
2516
|
|
|
|
|
|
|
'other' => q({0} soicind stua), |
2517
|
|
|
|
|
|
|
'two' => q({0} shoicind stua), |
2518
|
|
|
|
|
|
|
}, |
2519
|
|
|
|
|
|
|
'astronomical-unit' => { |
2520
|
|
|
|
|
|
|
'few' => q({0} aonad réalteolaíoch), |
2521
|
|
|
|
|
|
|
'many' => q({0} n-aonad réalteolaíoch), |
2522
|
|
|
|
|
|
|
'name' => q(aonaid réalteolaíocha), |
2523
|
|
|
|
|
|
|
'one' => q({0} aonad réalteolaíoch), |
2524
|
|
|
|
|
|
|
'other' => q({0} aonad réalteolaíoch), |
2525
|
|
|
|
|
|
|
'two' => q({0} aonad réalteolaíoch), |
2526
|
|
|
|
|
|
|
}, |
2527
|
|
|
|
|
|
|
'atmosphere' => { |
2528
|
|
|
|
|
|
|
'few' => q({0} atm), |
2529
|
|
|
|
|
|
|
'many' => q({0} atm), |
2530
|
|
|
|
|
|
|
'name' => q(atmaisféar), |
2531
|
|
|
|
|
|
|
'one' => q({0} atmaisféar), |
2532
|
|
|
|
|
|
|
'other' => q({0} atmaisféar), |
2533
|
|
|
|
|
|
|
'two' => q({0} atm), |
2534
|
|
|
|
|
|
|
}, |
2535
|
|
|
|
|
|
|
'bit' => { |
2536
|
|
|
|
|
|
|
'few' => q({0} ghiotán), |
2537
|
|
|
|
|
|
|
'many' => q({0} ngiotán), |
2538
|
|
|
|
|
|
|
'name' => q(giotáin), |
2539
|
|
|
|
|
|
|
'one' => q({0} ghiotán), |
2540
|
|
|
|
|
|
|
'other' => q({0} giotán), |
2541
|
|
|
|
|
|
|
'two' => q({0} ghiotán), |
2542
|
|
|
|
|
|
|
}, |
2543
|
|
|
|
|
|
|
'bushel' => { |
2544
|
|
|
|
|
|
|
'few' => q({0} bhuiséal), |
2545
|
|
|
|
|
|
|
'many' => q({0} mbuiséal), |
2546
|
|
|
|
|
|
|
'name' => q(buiséil), |
2547
|
|
|
|
|
|
|
'one' => q({0} bhuiséal), |
2548
|
|
|
|
|
|
|
'other' => q({0} buiséal), |
2549
|
|
|
|
|
|
|
'two' => q({0} bhuiséal), |
2550
|
|
|
|
|
|
|
}, |
2551
|
|
|
|
|
|
|
'byte' => { |
2552
|
|
|
|
|
|
|
'few' => q({0} bheart), |
2553
|
|
|
|
|
|
|
'many' => q({0} mbeart), |
2554
|
|
|
|
|
|
|
'name' => q(bearta), |
2555
|
|
|
|
|
|
|
'one' => q({0} bheart), |
2556
|
|
|
|
|
|
|
'other' => q({0} beart), |
2557
|
|
|
|
|
|
|
'two' => q({0} bheart), |
2558
|
|
|
|
|
|
|
}, |
2559
|
|
|
|
|
|
|
'calorie' => { |
2560
|
|
|
|
|
|
|
'few' => q({0} chalra), |
2561
|
|
|
|
|
|
|
'many' => q({0} gcalra), |
2562
|
|
|
|
|
|
|
'name' => q(calraí), |
2563
|
|
|
|
|
|
|
'one' => q({0} chalra), |
2564
|
|
|
|
|
|
|
'other' => q({0} calra), |
2565
|
|
|
|
|
|
|
'two' => q({0} chalra), |
2566
|
|
|
|
|
|
|
}, |
2567
|
|
|
|
|
|
|
'carat' => { |
2568
|
|
|
|
|
|
|
'few' => q({0} charat), |
2569
|
|
|
|
|
|
|
'many' => q({0} gcarat), |
2570
|
|
|
|
|
|
|
'name' => q(carait), |
2571
|
|
|
|
|
|
|
'one' => q({0} charat), |
2572
|
|
|
|
|
|
|
'other' => q({0} carat), |
2573
|
|
|
|
|
|
|
'two' => q({0} charat), |
2574
|
|
|
|
|
|
|
}, |
2575
|
|
|
|
|
|
|
'celsius' => { |
2576
|
|
|
|
|
|
|
'few' => q({0} chéim Celsius), |
2577
|
|
|
|
|
|
|
'many' => q({0} gcéim Celsius), |
2578
|
|
|
|
|
|
|
'name' => q(céimeanna Celsius), |
2579
|
|
|
|
|
|
|
'one' => q({0} chéim Celsius), |
2580
|
|
|
|
|
|
|
'other' => q({0} céim Celsius), |
2581
|
|
|
|
|
|
|
'two' => q({0} chéim Celsius), |
2582
|
|
|
|
|
|
|
}, |
2583
|
|
|
|
|
|
|
'centiliter' => { |
2584
|
|
|
|
|
|
|
'few' => q({0} cheintilítear), |
2585
|
|
|
|
|
|
|
'many' => q({0} gceintilítear), |
2586
|
|
|
|
|
|
|
'name' => q(ceintilítir), |
2587
|
|
|
|
|
|
|
'one' => q({0} cheintilítear), |
2588
|
|
|
|
|
|
|
'other' => q({0} ceintilítear), |
2589
|
|
|
|
|
|
|
'two' => q({0} cheintilítear), |
2590
|
|
|
|
|
|
|
}, |
2591
|
|
|
|
|
|
|
'centimeter' => { |
2592
|
|
|
|
|
|
|
'few' => q({0} cheintiméadar), |
2593
|
|
|
|
|
|
|
'many' => q({0} gceintiméadar), |
2594
|
|
|
|
|
|
|
'name' => q(ceintiméadair), |
2595
|
|
|
|
|
|
|
'one' => q({0} cheintiméadar), |
2596
|
|
|
|
|
|
|
'other' => q({0} ceintiméadar), |
2597
|
|
|
|
|
|
|
'per' => q({0} sa cheintiméadar), |
2598
|
|
|
|
|
|
|
'two' => q({0} cheintiméadar), |
2599
|
|
|
|
|
|
|
}, |
2600
|
|
|
|
|
|
|
'century' => { |
2601
|
|
|
|
|
|
|
'few' => q({0} chéad bliain), |
2602
|
|
|
|
|
|
|
'many' => q({0} gcéad bliain), |
2603
|
|
|
|
|
|
|
'name' => q(céadta bliain), |
2604
|
|
|
|
|
|
|
'one' => q({0} chéad bliain), |
2605
|
|
|
|
|
|
|
'other' => q({0} céad bliain), |
2606
|
|
|
|
|
|
|
'two' => q({0} chéad bliain), |
2607
|
|
|
|
|
|
|
}, |
2608
|
|
|
|
|
|
|
'coordinate' => { |
2609
|
|
|
|
|
|
|
'east' => q({0}O), |
2610
|
|
|
|
|
|
|
'north' => q({0}T), |
2611
|
|
|
|
|
|
|
'south' => q({0}D), |
2612
|
|
|
|
|
|
|
'west' => q({0}I), |
2613
|
|
|
|
|
|
|
}, |
2614
|
|
|
|
|
|
|
'cubic-centimeter' => { |
2615
|
|
|
|
|
|
|
'few' => q({0} cheintiméadar chiúbacha), |
2616
|
|
|
|
|
|
|
'many' => q({0} gceintiméadar chiúbacha), |
2617
|
|
|
|
|
|
|
'name' => q(ceintiméadair chiúbacha), |
2618
|
|
|
|
|
|
|
'one' => q({0} cheintiméadar ciúbach), |
2619
|
|
|
|
|
|
|
'other' => q({0} ceintiméadar ciúbach), |
2620
|
|
|
|
|
|
|
'per' => q({0} sa cheintiméadar ciúbach), |
2621
|
|
|
|
|
|
|
'two' => q({0} cheintiméadar chiúbacha), |
2622
|
|
|
|
|
|
|
}, |
2623
|
|
|
|
|
|
|
'cubic-foot' => { |
2624
|
|
|
|
|
|
|
'few' => q({0} throigh chiúbacha), |
2625
|
|
|
|
|
|
|
'many' => q({0} dtroigh chiúbacha), |
2626
|
|
|
|
|
|
|
'name' => q(troithe ciúbacha), |
2627
|
|
|
|
|
|
|
'one' => q({0} troigh chiúbach), |
2628
|
|
|
|
|
|
|
'other' => q({0} troigh chiúbach), |
2629
|
|
|
|
|
|
|
'two' => q({0} throigh chiúbacha), |
2630
|
|
|
|
|
|
|
}, |
2631
|
|
|
|
|
|
|
'cubic-inch' => { |
2632
|
|
|
|
|
|
|
'few' => q({0} orlach chiúbacha), |
2633
|
|
|
|
|
|
|
'many' => q({0} n-orlach chiúbacha), |
2634
|
|
|
|
|
|
|
'name' => q(orlaí ciúbacha), |
2635
|
|
|
|
|
|
|
'one' => q({0} orlach ciúbach), |
2636
|
|
|
|
|
|
|
'other' => q({0} orlach ciúbach), |
2637
|
|
|
|
|
|
|
'two' => q({0} orlach chiúbacha), |
2638
|
|
|
|
|
|
|
}, |
2639
|
|
|
|
|
|
|
'cubic-kilometer' => { |
2640
|
|
|
|
|
|
|
'few' => q({0} chiliméadar chiúbacha), |
2641
|
|
|
|
|
|
|
'many' => q({0} gciliméadar chiúbacha), |
2642
|
|
|
|
|
|
|
'name' => q(ciliméadair chiúbacha), |
2643
|
|
|
|
|
|
|
'one' => q({0} chiliméadar ciúbach), |
2644
|
|
|
|
|
|
|
'other' => q({0} ciliméadar ciúbach), |
2645
|
|
|
|
|
|
|
'two' => q({0} chiliméadar chiúbacha), |
2646
|
|
|
|
|
|
|
}, |
2647
|
|
|
|
|
|
|
'cubic-meter' => { |
2648
|
|
|
|
|
|
|
'few' => q({0} mhéadar chiúbacha), |
2649
|
|
|
|
|
|
|
'many' => q({0} méadar chiúbacha), |
2650
|
|
|
|
|
|
|
'name' => q(méadair chiúbacha), |
2651
|
|
|
|
|
|
|
'one' => q({0} mhéadar ciúbach), |
2652
|
|
|
|
|
|
|
'other' => q({0} méadar ciúbach), |
2653
|
|
|
|
|
|
|
'per' => q({0} sa mhéadar ciúbach), |
2654
|
|
|
|
|
|
|
'two' => q({0} mhéadar chiúbacha), |
2655
|
|
|
|
|
|
|
}, |
2656
|
|
|
|
|
|
|
'cubic-mile' => { |
2657
|
|
|
|
|
|
|
'few' => q({0} mhíle chiúbacha), |
2658
|
|
|
|
|
|
|
'many' => q({0} míle chiúbacha), |
2659
|
|
|
|
|
|
|
'name' => q(mílte ciúbacha), |
2660
|
|
|
|
|
|
|
'one' => q({0} mhíle ciúbach), |
2661
|
|
|
|
|
|
|
'other' => q({0} míle ciúbach), |
2662
|
|
|
|
|
|
|
'two' => q({0} mhíle chiúbacha), |
2663
|
|
|
|
|
|
|
}, |
2664
|
|
|
|
|
|
|
'cubic-yard' => { |
2665
|
|
|
|
|
|
|
'few' => q({0} shlat chiúbacha), |
2666
|
|
|
|
|
|
|
'many' => q({0} slat chiúbacha), |
2667
|
|
|
|
|
|
|
'name' => q(slata ciúbacha), |
2668
|
|
|
|
|
|
|
'one' => q({0} slat chiúbach), |
2669
|
|
|
|
|
|
|
'other' => q({0} slat chiúbach), |
2670
|
|
|
|
|
|
|
'two' => q({0} shlat chiúbacha), |
2671
|
|
|
|
|
|
|
}, |
2672
|
|
|
|
|
|
|
'cup' => { |
2673
|
|
|
|
|
|
|
'few' => q({0} chupán), |
2674
|
|
|
|
|
|
|
'many' => q({0} gcupán), |
2675
|
|
|
|
|
|
|
'name' => q(cupáin), |
2676
|
|
|
|
|
|
|
'one' => q({0} chupán), |
2677
|
|
|
|
|
|
|
'other' => q({0} cupán), |
2678
|
|
|
|
|
|
|
'two' => q({0} chupán), |
2679
|
|
|
|
|
|
|
}, |
2680
|
|
|
|
|
|
|
'cup-metric' => { |
2681
|
|
|
|
|
|
|
'few' => q({0} chupán mhéadracha), |
2682
|
|
|
|
|
|
|
'many' => q({0} gcupán mhéadracha), |
2683
|
|
|
|
|
|
|
'name' => q(cupáin mhéadracha), |
2684
|
|
|
|
|
|
|
'one' => q({0} chupán méadrach), |
2685
|
|
|
|
|
|
|
'other' => q({0} cupán méadrach), |
2686
|
|
|
|
|
|
|
'two' => q({0} chupán mhéadracha), |
2687
|
|
|
|
|
|
|
}, |
2688
|
|
|
|
|
|
|
'day' => { |
2689
|
|
|
|
|
|
|
'few' => q({0} lá), |
2690
|
|
|
|
|
|
|
'many' => q({0} lá), |
2691
|
|
|
|
|
|
|
'name' => q(laethanta), |
2692
|
|
|
|
|
|
|
'one' => q({0} lá), |
2693
|
|
|
|
|
|
|
'other' => q({0} lá), |
2694
|
|
|
|
|
|
|
'per' => q({0} sa lá), |
2695
|
|
|
|
|
|
|
'two' => q({0} lá), |
2696
|
|
|
|
|
|
|
}, |
2697
|
|
|
|
|
|
|
'deciliter' => { |
2698
|
|
|
|
|
|
|
'few' => q({0} dheicilítear), |
2699
|
|
|
|
|
|
|
'many' => q({0} ndeicilítear), |
2700
|
|
|
|
|
|
|
'name' => q(deicilítir), |
2701
|
|
|
|
|
|
|
'one' => q({0} deicilítear), |
2702
|
|
|
|
|
|
|
'other' => q({0} deicilítear), |
2703
|
|
|
|
|
|
|
'two' => q({0} dheicilítear), |
2704
|
|
|
|
|
|
|
}, |
2705
|
|
|
|
|
|
|
'decimeter' => { |
2706
|
|
|
|
|
|
|
'few' => q({0} dheiciméadar), |
2707
|
|
|
|
|
|
|
'many' => q({0} ndeiciméadar), |
2708
|
|
|
|
|
|
|
'name' => q(deiciméadair), |
2709
|
|
|
|
|
|
|
'one' => q({0} deiciméadar), |
2710
|
|
|
|
|
|
|
'other' => q({0} deiciméadar), |
2711
|
|
|
|
|
|
|
'two' => q({0} dheiciméadar), |
2712
|
|
|
|
|
|
|
}, |
2713
|
|
|
|
|
|
|
'degree' => { |
2714
|
|
|
|
|
|
|
'few' => q({0} chéim), |
2715
|
|
|
|
|
|
|
'many' => q({0} gcéim), |
2716
|
|
|
|
|
|
|
'name' => q(céimeanna), |
2717
|
|
|
|
|
|
|
'one' => q({0} chéim), |
2718
|
|
|
|
|
|
|
'other' => q({0} céim), |
2719
|
|
|
|
|
|
|
'two' => q({0} chéim), |
2720
|
|
|
|
|
|
|
}, |
2721
|
|
|
|
|
|
|
'fahrenheit' => { |
2722
|
|
|
|
|
|
|
'few' => q({0} chéim Fahrenheit), |
2723
|
|
|
|
|
|
|
'many' => q({0} gcéim Fahrenheit), |
2724
|
|
|
|
|
|
|
'name' => q(céimeanna Fahrenheit), |
2725
|
|
|
|
|
|
|
'one' => q({0} chéim Fahrenheit), |
2726
|
|
|
|
|
|
|
'other' => q({0} céim Fahrenheit), |
2727
|
|
|
|
|
|
|
'two' => q({0} chéim Fahrenheit), |
2728
|
|
|
|
|
|
|
}, |
2729
|
|
|
|
|
|
|
'fathom' => { |
2730
|
|
|
|
|
|
|
'few' => q({0} fheá), |
2731
|
|
|
|
|
|
|
'many' => q({0} bhfeá), |
2732
|
|
|
|
|
|
|
'name' => q(feánna), |
2733
|
|
|
|
|
|
|
'one' => q({0} fheá), |
2734
|
|
|
|
|
|
|
'other' => q({0} feá), |
2735
|
|
|
|
|
|
|
'two' => q({0} fheá), |
2736
|
|
|
|
|
|
|
}, |
2737
|
|
|
|
|
|
|
'fluid-ounce' => { |
2738
|
|
|
|
|
|
|
'few' => q({0} unsa leachtacha), |
2739
|
|
|
|
|
|
|
'many' => q({0} n-unsa leachtacha), |
2740
|
|
|
|
|
|
|
'name' => q(unsaí leachtacha), |
2741
|
|
|
|
|
|
|
'one' => q({0} unsa leachtach), |
2742
|
|
|
|
|
|
|
'other' => q({0} unsa leachtach), |
2743
|
|
|
|
|
|
|
'two' => q({0} unsa leachtacha), |
2744
|
|
|
|
|
|
|
}, |
2745
|
|
|
|
|
|
|
'foodcalorie' => { |
2746
|
|
|
|
|
|
|
'few' => q({0} Chalra), |
2747
|
|
|
|
|
|
|
'many' => q({0} gCalra), |
2748
|
|
|
|
|
|
|
'name' => q(Calraí), |
2749
|
|
|
|
|
|
|
'one' => q({0} Chalra), |
2750
|
|
|
|
|
|
|
'other' => q({0} Calra), |
2751
|
|
|
|
|
|
|
'two' => q({0} Chalra), |
2752
|
|
|
|
|
|
|
}, |
2753
|
|
|
|
|
|
|
'foot' => { |
2754
|
|
|
|
|
|
|
'few' => q({0} throigh), |
2755
|
|
|
|
|
|
|
'many' => q({0} dtroigh), |
2756
|
|
|
|
|
|
|
'name' => q(troithe), |
2757
|
|
|
|
|
|
|
'one' => q({0} troigh), |
2758
|
|
|
|
|
|
|
'other' => q({0} troigh), |
2759
|
|
|
|
|
|
|
'per' => q({0} sa troigh), |
2760
|
|
|
|
|
|
|
'two' => q({0} throigh), |
2761
|
|
|
|
|
|
|
}, |
2762
|
|
|
|
|
|
|
'furlong' => { |
2763
|
|
|
|
|
|
|
'few' => q({0} staid), |
2764
|
|
|
|
|
|
|
'many' => q({0} staid), |
2765
|
|
|
|
|
|
|
'name' => q(staideanna), |
2766
|
|
|
|
|
|
|
'one' => q({0} staid), |
2767
|
|
|
|
|
|
|
'other' => q({0} staid), |
2768
|
|
|
|
|
|
|
'two' => q({0} staid), |
2769
|
|
|
|
|
|
|
}, |
2770
|
|
|
|
|
|
|
'g-force' => { |
2771
|
|
|
|
|
|
|
'few' => q({0} g-fhórsa), |
2772
|
|
|
|
|
|
|
'many' => q({0} g-fhórsa), |
2773
|
|
|
|
|
|
|
'name' => q(g-fhórsa), |
2774
|
|
|
|
|
|
|
'one' => q({0} g-fhórsa), |
2775
|
|
|
|
|
|
|
'other' => q({0} g-fhórsa), |
2776
|
|
|
|
|
|
|
'two' => q({0} g-fhórsa), |
2777
|
|
|
|
|
|
|
}, |
2778
|
|
|
|
|
|
|
'gallon' => { |
2779
|
|
|
|
|
|
|
'few' => q({0} ghalún), |
2780
|
|
|
|
|
|
|
'many' => q({0} ngalún), |
2781
|
|
|
|
|
|
|
'name' => q(galúin), |
2782
|
|
|
|
|
|
|
'one' => q({0} ghalún), |
2783
|
|
|
|
|
|
|
'other' => q({0} galún), |
2784
|
|
|
|
|
|
|
'per' => q({0} sa ghalún), |
2785
|
|
|
|
|
|
|
'two' => q({0} ghalún), |
2786
|
|
|
|
|
|
|
}, |
2787
|
|
|
|
|
|
|
'gallon-imperial' => { |
2788
|
|
|
|
|
|
|
'few' => q({0} ghalún impiriúla), |
2789
|
|
|
|
|
|
|
'many' => q({0} ngalún impiriúla), |
2790
|
|
|
|
|
|
|
'name' => q(galúin impiriúla), |
2791
|
|
|
|
|
|
|
'one' => q({0} ghalún impiriúil), |
2792
|
|
|
|
|
|
|
'other' => q({0} galún impiriúil), |
2793
|
|
|
|
|
|
|
'per' => q({0} sa ghalún impiriúil), |
2794
|
|
|
|
|
|
|
'two' => q({0} ghalún impiriúla), |
2795
|
|
|
|
|
|
|
}, |
2796
|
|
|
|
|
|
|
'generic' => { |
2797
|
|
|
|
|
|
|
'few' => q({0}°), |
2798
|
|
|
|
|
|
|
'many' => q({0}°), |
2799
|
|
|
|
|
|
|
'name' => q(°), |
2800
|
|
|
|
|
|
|
'one' => q({0}°), |
2801
|
|
|
|
|
|
|
'other' => q({0}°), |
2802
|
|
|
|
|
|
|
'two' => q({0}°), |
2803
|
|
|
|
|
|
|
}, |
2804
|
|
|
|
|
|
|
'gigabit' => { |
2805
|
|
|
|
|
|
|
'few' => q({0} ghigighiotán), |
2806
|
|
|
|
|
|
|
'many' => q({0} ngigighiotán), |
2807
|
|
|
|
|
|
|
'name' => q(gigighiotáin), |
2808
|
|
|
|
|
|
|
'one' => q({0} ghigighiotán), |
2809
|
|
|
|
|
|
|
'other' => q({0} gigighiotán), |
2810
|
|
|
|
|
|
|
'two' => q({0} ghigighiotán), |
2811
|
|
|
|
|
|
|
}, |
2812
|
|
|
|
|
|
|
'gigabyte' => { |
2813
|
|
|
|
|
|
|
'few' => q({0} ghigibheart), |
2814
|
|
|
|
|
|
|
'many' => q({0} ngigibheart), |
2815
|
|
|
|
|
|
|
'name' => q(gigibhearta), |
2816
|
|
|
|
|
|
|
'one' => q({0} ghigibheart), |
2817
|
|
|
|
|
|
|
'other' => q({0} gigibheart), |
2818
|
|
|
|
|
|
|
'two' => q({0} ghigibheart), |
2819
|
|
|
|
|
|
|
}, |
2820
|
|
|
|
|
|
|
'gigahertz' => { |
2821
|
|
|
|
|
|
|
'few' => q({0} ghigiheirts), |
2822
|
|
|
|
|
|
|
'many' => q({0} ngigiheirts), |
2823
|
|
|
|
|
|
|
'name' => q(gigiheirts), |
2824
|
|
|
|
|
|
|
'one' => q({0} ghigiheirts), |
2825
|
|
|
|
|
|
|
'other' => q({0} gigiheirts), |
2826
|
|
|
|
|
|
|
'two' => q({0} ghigiheirts), |
2827
|
|
|
|
|
|
|
}, |
2828
|
|
|
|
|
|
|
'gigawatt' => { |
2829
|
|
|
|
|
|
|
'few' => q({0} ghigeavata), |
2830
|
|
|
|
|
|
|
'many' => q({0} ngigeavata), |
2831
|
|
|
|
|
|
|
'name' => q(gigeavatanna), |
2832
|
|
|
|
|
|
|
'one' => q({0} ghigeavata), |
2833
|
|
|
|
|
|
|
'other' => q({0} gigeavata), |
2834
|
|
|
|
|
|
|
'two' => q({0} ghigeavata), |
2835
|
|
|
|
|
|
|
}, |
2836
|
|
|
|
|
|
|
'gram' => { |
2837
|
|
|
|
|
|
|
'few' => q({0} ghram), |
2838
|
|
|
|
|
|
|
'many' => q({0} ngram), |
2839
|
|
|
|
|
|
|
'name' => q(graim), |
2840
|
|
|
|
|
|
|
'one' => q({0} ghram), |
2841
|
|
|
|
|
|
|
'other' => q({0} gram), |
2842
|
|
|
|
|
|
|
'per' => q({0} sa ghram), |
2843
|
|
|
|
|
|
|
'two' => q({0} ghram), |
2844
|
|
|
|
|
|
|
}, |
2845
|
|
|
|
|
|
|
'hectare' => { |
2846
|
|
|
|
|
|
|
'few' => q({0} heicteár), |
2847
|
|
|
|
|
|
|
'many' => q({0} heicteár), |
2848
|
|
|
|
|
|
|
'name' => q(heicteáir), |
2849
|
|
|
|
|
|
|
'one' => q({0} heicteár), |
2850
|
|
|
|
|
|
|
'other' => q({0} heicteár), |
2851
|
|
|
|
|
|
|
'two' => q({0} heicteár), |
2852
|
|
|
|
|
|
|
}, |
2853
|
|
|
|
|
|
|
'hectoliter' => { |
2854
|
|
|
|
|
|
|
'few' => q({0} heictilítear), |
2855
|
|
|
|
|
|
|
'many' => q({0} heictilítear), |
2856
|
|
|
|
|
|
|
'name' => q(heictilítir), |
2857
|
|
|
|
|
|
|
'one' => q({0} heictilítear), |
2858
|
|
|
|
|
|
|
'other' => q({0} heictilítear), |
2859
|
|
|
|
|
|
|
'two' => q({0} heictilítear), |
2860
|
|
|
|
|
|
|
}, |
2861
|
|
|
|
|
|
|
'hectopascal' => { |
2862
|
|
|
|
|
|
|
'few' => q({0} heicteapascal), |
2863
|
|
|
|
|
|
|
'many' => q({0} heicteapascal), |
2864
|
|
|
|
|
|
|
'name' => q(heicteapascail), |
2865
|
|
|
|
|
|
|
'one' => q({0} heicteapascal), |
2866
|
|
|
|
|
|
|
'other' => q({0} heicteapascal), |
2867
|
|
|
|
|
|
|
'two' => q({0} heicteapascal), |
2868
|
|
|
|
|
|
|
}, |
2869
|
|
|
|
|
|
|
'hertz' => { |
2870
|
|
|
|
|
|
|
'few' => q({0} heirts), |
2871
|
|
|
|
|
|
|
'many' => q({0} heirts), |
2872
|
|
|
|
|
|
|
'name' => q(heirts), |
2873
|
|
|
|
|
|
|
'one' => q({0} heirts), |
2874
|
|
|
|
|
|
|
'other' => q({0} heirts), |
2875
|
|
|
|
|
|
|
'two' => q({0} heirts), |
2876
|
|
|
|
|
|
|
}, |
2877
|
|
|
|
|
|
|
'horsepower' => { |
2878
|
|
|
|
|
|
|
'few' => q({0} each-chumhacht), |
2879
|
|
|
|
|
|
|
'many' => q({0} n-each-chumhacht), |
2880
|
|
|
|
|
|
|
'name' => q(each-chumhacht), |
2881
|
|
|
|
|
|
|
'one' => q({0} each-chumhacht), |
2882
|
|
|
|
|
|
|
'other' => q({0} each-chumhacht), |
2883
|
|
|
|
|
|
|
'two' => q({0} each-chumhacht), |
2884
|
|
|
|
|
|
|
}, |
2885
|
|
|
|
|
|
|
'hour' => { |
2886
|
|
|
|
|
|
|
'few' => q({0} huaire), |
2887
|
|
|
|
|
|
|
'many' => q({0} n-uaire), |
2888
|
|
|
|
|
|
|
'name' => q(uaireanta), |
2889
|
|
|
|
|
|
|
'one' => q({0} uair), |
2890
|
|
|
|
|
|
|
'other' => q({0} uair), |
2891
|
|
|
|
|
|
|
'per' => q({0} san uair), |
2892
|
|
|
|
|
|
|
'two' => q({0} uair), |
2893
|
|
|
|
|
|
|
}, |
2894
|
|
|
|
|
|
|
'inch' => { |
2895
|
|
|
|
|
|
|
'few' => q({0} orlach), |
2896
|
|
|
|
|
|
|
'many' => q({0} n-orlach), |
2897
|
|
|
|
|
|
|
'name' => q(orlaí), |
2898
|
|
|
|
|
|
|
'one' => q({0} orlach), |
2899
|
|
|
|
|
|
|
'other' => q({0} orlach), |
2900
|
|
|
|
|
|
|
'per' => q({0} san orlach), |
2901
|
|
|
|
|
|
|
'two' => q({0} orlach), |
2902
|
|
|
|
|
|
|
}, |
2903
|
|
|
|
|
|
|
'inch-hg' => { |
2904
|
|
|
|
|
|
|
'few' => q({0} orlach mearcair), |
2905
|
|
|
|
|
|
|
'many' => q({0} n-orlach mearcair), |
2906
|
|
|
|
|
|
|
'name' => q(orlaí mearcair), |
2907
|
|
|
|
|
|
|
'one' => q({0} orlach mearcair), |
2908
|
|
|
|
|
|
|
'other' => q({0} orlach mearcair), |
2909
|
|
|
|
|
|
|
'two' => q({0} orlach mearcair), |
2910
|
|
|
|
|
|
|
}, |
2911
|
|
|
|
|
|
|
'joule' => { |
2912
|
|
|
|
|
|
|
'few' => q({0} ghiúl), |
2913
|
|
|
|
|
|
|
'many' => q({0} ngiúl), |
2914
|
|
|
|
|
|
|
'name' => q(giúil), |
2915
|
|
|
|
|
|
|
'one' => q({0} ghiúl), |
2916
|
|
|
|
|
|
|
'other' => q({0} giúl), |
2917
|
|
|
|
|
|
|
'two' => q({0} ghiúl), |
2918
|
|
|
|
|
|
|
}, |
2919
|
|
|
|
|
|
|
'karat' => { |
2920
|
|
|
|
|
|
|
'few' => q({0} charat óir), |
2921
|
|
|
|
|
|
|
'many' => q({0} gcarat óir), |
2922
|
|
|
|
|
|
|
'name' => q(carait óir), |
2923
|
|
|
|
|
|
|
'one' => q({0} charat óir), |
2924
|
|
|
|
|
|
|
'other' => q({0} carat óir), |
2925
|
|
|
|
|
|
|
'two' => q({0} charat óir), |
2926
|
|
|
|
|
|
|
}, |
2927
|
|
|
|
|
|
|
'kelvin' => { |
2928
|
|
|
|
|
|
|
'few' => q({0} chéim cheilvin), |
2929
|
|
|
|
|
|
|
'many' => q({0} gcéim cheilvin), |
2930
|
|
|
|
|
|
|
'name' => q(céimeanna ceilvin), |
2931
|
|
|
|
|
|
|
'one' => q({0} chéim cheilvin), |
2932
|
|
|
|
|
|
|
'other' => q({0} céim cheilvin), |
2933
|
|
|
|
|
|
|
'two' => q({0} chéim cheilvin), |
2934
|
|
|
|
|
|
|
}, |
2935
|
|
|
|
|
|
|
'kilobit' => { |
2936
|
|
|
|
|
|
|
'few' => q({0} chilighiotán), |
2937
|
|
|
|
|
|
|
'many' => q({0} gcilighiotán), |
2938
|
|
|
|
|
|
|
'name' => q(cilighiotáin), |
2939
|
|
|
|
|
|
|
'one' => q({0} chilighiotán), |
2940
|
|
|
|
|
|
|
'other' => q({0} cilighiotán), |
2941
|
|
|
|
|
|
|
'two' => q({0} chilighiotán), |
2942
|
|
|
|
|
|
|
}, |
2943
|
|
|
|
|
|
|
'kilobyte' => { |
2944
|
|
|
|
|
|
|
'few' => q({0} chilibheart), |
2945
|
|
|
|
|
|
|
'many' => q({0} gcilibheart), |
2946
|
|
|
|
|
|
|
'name' => q(cilibhearta), |
2947
|
|
|
|
|
|
|
'one' => q({0} chilibheart), |
2948
|
|
|
|
|
|
|
'other' => q({0} cilibheart), |
2949
|
|
|
|
|
|
|
'two' => q({0} chilibheart), |
2950
|
|
|
|
|
|
|
}, |
2951
|
|
|
|
|
|
|
'kilocalorie' => { |
2952
|
|
|
|
|
|
|
'few' => q({0} chileacalra), |
2953
|
|
|
|
|
|
|
'many' => q({0} gcileacalra), |
2954
|
|
|
|
|
|
|
'name' => q(cileacalraí), |
2955
|
|
|
|
|
|
|
'one' => q({0} chileacalra), |
2956
|
|
|
|
|
|
|
'other' => q({0} cileacalra), |
2957
|
|
|
|
|
|
|
'two' => q({0} chileacalra), |
2958
|
|
|
|
|
|
|
}, |
2959
|
|
|
|
|
|
|
'kilogram' => { |
2960
|
|
|
|
|
|
|
'few' => q({0} chileagram), |
2961
|
|
|
|
|
|
|
'many' => q({0} gcileagram), |
2962
|
|
|
|
|
|
|
'name' => q(cileagraim), |
2963
|
|
|
|
|
|
|
'one' => q({0} chileagram), |
2964
|
|
|
|
|
|
|
'other' => q({0} cileagram), |
2965
|
|
|
|
|
|
|
'per' => q({0} sa chileagram), |
2966
|
|
|
|
|
|
|
'two' => q({0} chileagram), |
2967
|
|
|
|
|
|
|
}, |
2968
|
|
|
|
|
|
|
'kilohertz' => { |
2969
|
|
|
|
|
|
|
'few' => q({0} chiliheirts), |
2970
|
|
|
|
|
|
|
'many' => q({0} gciliheirts), |
2971
|
|
|
|
|
|
|
'name' => q(ciliheirts), |
2972
|
|
|
|
|
|
|
'one' => q({0} chiliheirts), |
2973
|
|
|
|
|
|
|
'other' => q({0} ciliheirts), |
2974
|
|
|
|
|
|
|
'two' => q({0} chiliheirts), |
2975
|
|
|
|
|
|
|
}, |
2976
|
|
|
|
|
|
|
'kilojoule' => { |
2977
|
|
|
|
|
|
|
'few' => q({0} chiligiúl), |
2978
|
|
|
|
|
|
|
'many' => q({0} gciligiúl), |
2979
|
|
|
|
|
|
|
'name' => q(ciligiúil), |
2980
|
|
|
|
|
|
|
'one' => q({0} chiligiúl), |
2981
|
|
|
|
|
|
|
'other' => q({0} ciligiúl), |
2982
|
|
|
|
|
|
|
'two' => q({0} chiligiúl), |
2983
|
|
|
|
|
|
|
}, |
2984
|
|
|
|
|
|
|
'kilometer' => { |
2985
|
|
|
|
|
|
|
'few' => q({0} chiliméadar), |
2986
|
|
|
|
|
|
|
'many' => q({0} gciliméadar), |
2987
|
|
|
|
|
|
|
'name' => q(ciliméadair), |
2988
|
|
|
|
|
|
|
'one' => q({0} chiliméadar), |
2989
|
|
|
|
|
|
|
'other' => q({0} ciliméadar), |
2990
|
|
|
|
|
|
|
'per' => q({0} sa chiliméadar), |
2991
|
|
|
|
|
|
|
'two' => q({0} chiliméadar), |
2992
|
|
|
|
|
|
|
}, |
2993
|
|
|
|
|
|
|
'kilometer-per-hour' => { |
2994
|
|
|
|
|
|
|
'few' => q({0} chiliméadar san uair), |
2995
|
|
|
|
|
|
|
'many' => q({0} gciliméadar san uair), |
2996
|
|
|
|
|
|
|
'name' => q(ciliméadair san uair), |
2997
|
|
|
|
|
|
|
'one' => q({0} chiliméadar san uair), |
2998
|
|
|
|
|
|
|
'other' => q({0} ciliméadar san uair), |
2999
|
|
|
|
|
|
|
'two' => q({0} chiliméadar san uair), |
3000
|
|
|
|
|
|
|
}, |
3001
|
|
|
|
|
|
|
'kilowatt' => { |
3002
|
|
|
|
|
|
|
'few' => q({0} chileavata), |
3003
|
|
|
|
|
|
|
'many' => q({0} gcileavata), |
3004
|
|
|
|
|
|
|
'name' => q(cileavatanna), |
3005
|
|
|
|
|
|
|
'one' => q({0} chileavata), |
3006
|
|
|
|
|
|
|
'other' => q({0} cileavata), |
3007
|
|
|
|
|
|
|
'two' => q({0} chileavata), |
3008
|
|
|
|
|
|
|
}, |
3009
|
|
|
|
|
|
|
'kilowatt-hour' => { |
3010
|
|
|
|
|
|
|
'few' => q({0} chileavatuair), |
3011
|
|
|
|
|
|
|
'many' => q({0} gcileavatuair), |
3012
|
|
|
|
|
|
|
'name' => q(cileavatuaireanta), |
3013
|
|
|
|
|
|
|
'one' => q({0} chileavatuair), |
3014
|
|
|
|
|
|
|
'other' => q({0} cileavatuair), |
3015
|
|
|
|
|
|
|
'two' => q({0} chileavatuair), |
3016
|
|
|
|
|
|
|
}, |
3017
|
|
|
|
|
|
|
'knot' => { |
3018
|
|
|
|
|
|
|
'few' => q({0} mhuirmhíle san uair), |
3019
|
|
|
|
|
|
|
'many' => q({0} muirmhíle san uair), |
3020
|
|
|
|
|
|
|
'name' => q(muirmhíle san uair), |
3021
|
|
|
|
|
|
|
'one' => q({0} mhuirmhíle san uair), |
3022
|
|
|
|
|
|
|
'other' => q({0} muirmhíle san uair), |
3023
|
|
|
|
|
|
|
'two' => q({0} mhuirmhíle san uair), |
3024
|
|
|
|
|
|
|
}, |
3025
|
|
|
|
|
|
|
'light-year' => { |
3026
|
|
|
|
|
|
|
'few' => q({0} sholasbhliain), |
3027
|
|
|
|
|
|
|
'many' => q({0} solasbhliain), |
3028
|
|
|
|
|
|
|
'name' => q(solasbhlianta), |
3029
|
|
|
|
|
|
|
'one' => q({0} solasbhliain), |
3030
|
|
|
|
|
|
|
'other' => q({0} solasbhliain), |
3031
|
|
|
|
|
|
|
'two' => q({0} sholasbhliain), |
3032
|
|
|
|
|
|
|
}, |
3033
|
|
|
|
|
|
|
'liter' => { |
3034
|
|
|
|
|
|
|
'few' => q({0} lítear), |
3035
|
|
|
|
|
|
|
'many' => q({0} lítear), |
3036
|
|
|
|
|
|
|
'name' => q(lítir), |
3037
|
|
|
|
|
|
|
'one' => q({0} lítear), |
3038
|
|
|
|
|
|
|
'other' => q({0} lítear), |
3039
|
|
|
|
|
|
|
'per' => q({0} sa lítear), |
3040
|
|
|
|
|
|
|
'two' => q({0} lítear), |
3041
|
|
|
|
|
|
|
}, |
3042
|
|
|
|
|
|
|
'liter-per-100kilometers' => { |
3043
|
|
|
|
|
|
|
'few' => q({0} lítear sa 100 ciliméadar), |
3044
|
|
|
|
|
|
|
'many' => q({0} lítear sa 100 ciliméadar), |
3045
|
|
|
|
|
|
|
'name' => q(lítir sa 100 ciliméadar), |
3046
|
|
|
|
|
|
|
'one' => q({0} lítear sa 100 ciliméadar), |
3047
|
|
|
|
|
|
|
'other' => q({0} lítear sa 100 ciliméadar), |
3048
|
|
|
|
|
|
|
'two' => q({0} lítear sa 100 ciliméadar), |
3049
|
|
|
|
|
|
|
}, |
3050
|
|
|
|
|
|
|
'liter-per-kilometer' => { |
3051
|
|
|
|
|
|
|
'few' => q({0} lítear sa chiliméadar), |
3052
|
|
|
|
|
|
|
'many' => q({0} lítear sa chiliméadar), |
3053
|
|
|
|
|
|
|
'name' => q(lítir sa chiliméadar), |
3054
|
|
|
|
|
|
|
'one' => q({0} lítear sa chiliméadar), |
3055
|
|
|
|
|
|
|
'other' => q({0} lítear sa chiliméadar), |
3056
|
|
|
|
|
|
|
'two' => q({0} lítear sa chiliméadar), |
3057
|
|
|
|
|
|
|
}, |
3058
|
|
|
|
|
|
|
'lux' => { |
3059
|
|
|
|
|
|
|
'few' => q({0} lucsa), |
3060
|
|
|
|
|
|
|
'many' => q({0} lucsa), |
3061
|
|
|
|
|
|
|
'name' => q(lucsa), |
3062
|
|
|
|
|
|
|
'one' => q({0} lucsa), |
3063
|
|
|
|
|
|
|
'other' => q({0} lucsa), |
3064
|
|
|
|
|
|
|
'two' => q({0} lucsa), |
3065
|
|
|
|
|
|
|
}, |
3066
|
|
|
|
|
|
|
'megabit' => { |
3067
|
|
|
|
|
|
|
'few' => q({0} mheigighiotán), |
3068
|
|
|
|
|
|
|
'many' => q({0} meigighiotán), |
3069
|
|
|
|
|
|
|
'name' => q(meigighiotáin), |
3070
|
|
|
|
|
|
|
'one' => q({0} mheigighiotán), |
3071
|
|
|
|
|
|
|
'other' => q({0} meigighiotán), |
3072
|
|
|
|
|
|
|
'two' => q({0} mheigighiotán), |
3073
|
|
|
|
|
|
|
}, |
3074
|
|
|
|
|
|
|
'megabyte' => { |
3075
|
|
|
|
|
|
|
'few' => q({0} mheigibheart), |
3076
|
|
|
|
|
|
|
'many' => q({0} meigibheart), |
3077
|
|
|
|
|
|
|
'name' => q(meigibhearta), |
3078
|
|
|
|
|
|
|
'one' => q({0} mheigibheart), |
3079
|
|
|
|
|
|
|
'other' => q({0} meigibheart), |
3080
|
|
|
|
|
|
|
'two' => q({0} mheigibheart), |
3081
|
|
|
|
|
|
|
}, |
3082
|
|
|
|
|
|
|
'megahertz' => { |
3083
|
|
|
|
|
|
|
'few' => q({0} mheigiheirts), |
3084
|
|
|
|
|
|
|
'many' => q({0} meigiheirts), |
3085
|
|
|
|
|
|
|
'name' => q(meigiheirts), |
3086
|
|
|
|
|
|
|
'one' => q({0} mheigiheirts), |
3087
|
|
|
|
|
|
|
'other' => q({0} meigiheirts), |
3088
|
|
|
|
|
|
|
'two' => q({0} mheigiheirts), |
3089
|
|
|
|
|
|
|
}, |
3090
|
|
|
|
|
|
|
'megaliter' => { |
3091
|
|
|
|
|
|
|
'few' => q({0} mheigilítear), |
3092
|
|
|
|
|
|
|
'many' => q({0} meigilítear), |
3093
|
|
|
|
|
|
|
'name' => q(meigilítir), |
3094
|
|
|
|
|
|
|
'one' => q({0} mheigilítear), |
3095
|
|
|
|
|
|
|
'other' => q({0} meigilítear), |
3096
|
|
|
|
|
|
|
'two' => q({0} mheigilítear), |
3097
|
|
|
|
|
|
|
}, |
3098
|
|
|
|
|
|
|
'megawatt' => { |
3099
|
|
|
|
|
|
|
'few' => q({0} mheigeavata), |
3100
|
|
|
|
|
|
|
'many' => q({0} meigeavata), |
3101
|
|
|
|
|
|
|
'name' => q(meigeavatanna), |
3102
|
|
|
|
|
|
|
'one' => q({0} mheigeavata), |
3103
|
|
|
|
|
|
|
'other' => q({0} meigeavata), |
3104
|
|
|
|
|
|
|
'two' => q({0} mheigeavata), |
3105
|
|
|
|
|
|
|
}, |
3106
|
|
|
|
|
|
|
'meter' => { |
3107
|
|
|
|
|
|
|
'few' => q({0} mhéadar), |
3108
|
|
|
|
|
|
|
'many' => q({0} méadar), |
3109
|
|
|
|
|
|
|
'name' => q(méadair), |
3110
|
|
|
|
|
|
|
'one' => q({0} mhéadar), |
3111
|
|
|
|
|
|
|
'other' => q({0} méadar), |
3112
|
|
|
|
|
|
|
'per' => q({0} sa mhéadar), |
3113
|
|
|
|
|
|
|
'two' => q({0} mhéadar), |
3114
|
|
|
|
|
|
|
}, |
3115
|
|
|
|
|
|
|
'meter-per-second' => { |
3116
|
|
|
|
|
|
|
'few' => q({0} mhéadar sa soicind), |
3117
|
|
|
|
|
|
|
'many' => q({0} méadar sa soicind), |
3118
|
|
|
|
|
|
|
'name' => q(méadair sa soicind), |
3119
|
|
|
|
|
|
|
'one' => q({0} mhéadar sa soicind), |
3120
|
|
|
|
|
|
|
'other' => q({0} méadar sa soicind), |
3121
|
|
|
|
|
|
|
'two' => q({0} mhéadar sa soicind), |
3122
|
|
|
|
|
|
|
}, |
3123
|
|
|
|
|
|
|
'meter-per-second-squared' => { |
3124
|
|
|
|
|
|
|
'few' => q({0} mhéadar sa soicind cearnaithe), |
3125
|
|
|
|
|
|
|
'many' => q({0} méadar sa soicind cearnaithe), |
3126
|
|
|
|
|
|
|
'name' => q(méadair sa soicind cearnaithe), |
3127
|
|
|
|
|
|
|
'one' => q({0} mhéadar sa soicind cearnaithe), |
3128
|
|
|
|
|
|
|
'other' => q({0} méadar sa soicind cearnaithe), |
3129
|
|
|
|
|
|
|
'two' => q({0} mhéadar sa soicind cearnaithe), |
3130
|
|
|
|
|
|
|
}, |
3131
|
|
|
|
|
|
|
'metric-ton' => { |
3132
|
|
|
|
|
|
|
'few' => q({0} thonna mhéadracha), |
3133
|
|
|
|
|
|
|
'many' => q({0} dtonna mhéadracha), |
3134
|
|
|
|
|
|
|
'name' => q(tonnaí méadracha), |
3135
|
|
|
|
|
|
|
'one' => q({0} tonna méadrach), |
3136
|
|
|
|
|
|
|
'other' => q({0} tonna méadrach), |
3137
|
|
|
|
|
|
|
'two' => q({0} thonna mhéadracha), |
3138
|
|
|
|
|
|
|
}, |
3139
|
|
|
|
|
|
|
'microgram' => { |
3140
|
|
|
|
|
|
|
'few' => q({0} mhicreagram), |
3141
|
|
|
|
|
|
|
'many' => q({0} micreagram), |
3142
|
|
|
|
|
|
|
'name' => q(micreagraim), |
3143
|
|
|
|
|
|
|
'one' => q({0} mhicreagram), |
3144
|
|
|
|
|
|
|
'other' => q({0} micreagram), |
3145
|
|
|
|
|
|
|
'two' => q({0} mhicreagram), |
3146
|
|
|
|
|
|
|
}, |
3147
|
|
|
|
|
|
|
'micrometer' => { |
3148
|
|
|
|
|
|
|
'few' => q({0} mhicriméadar), |
3149
|
|
|
|
|
|
|
'many' => q({0} micriméadar), |
3150
|
|
|
|
|
|
|
'name' => q(micriméadair), |
3151
|
|
|
|
|
|
|
'one' => q({0} mhicriméadar), |
3152
|
|
|
|
|
|
|
'other' => q({0} micriméadar), |
3153
|
|
|
|
|
|
|
'two' => q({0} mhicriméadar), |
3154
|
|
|
|
|
|
|
}, |
3155
|
|
|
|
|
|
|
'microsecond' => { |
3156
|
|
|
|
|
|
|
'few' => q({0} mhicreashoicind), |
3157
|
|
|
|
|
|
|
'many' => q({0} micreashoicind), |
3158
|
|
|
|
|
|
|
'name' => q(micreashoicindí), |
3159
|
|
|
|
|
|
|
'one' => q({0} mhicreashoicind), |
3160
|
|
|
|
|
|
|
'other' => q({0} micreashoicind), |
3161
|
|
|
|
|
|
|
'two' => q({0} mhicreashoicind), |
3162
|
|
|
|
|
|
|
}, |
3163
|
|
|
|
|
|
|
'mile' => { |
3164
|
|
|
|
|
|
|
'few' => q({0} mhíle), |
3165
|
|
|
|
|
|
|
'many' => q({0} míle), |
3166
|
|
|
|
|
|
|
'name' => q(mílte), |
3167
|
|
|
|
|
|
|
'one' => q({0} mhíle), |
3168
|
|
|
|
|
|
|
'other' => q({0} míle), |
3169
|
|
|
|
|
|
|
'two' => q({0} mhíle), |
3170
|
|
|
|
|
|
|
}, |
3171
|
|
|
|
|
|
|
'mile-per-gallon' => { |
3172
|
|
|
|
|
|
|
'few' => q({0} mhíle an galún), |
3173
|
|
|
|
|
|
|
'many' => q({0} míle an galún), |
3174
|
|
|
|
|
|
|
'name' => q(mílte an galún), |
3175
|
|
|
|
|
|
|
'one' => q({0} mhíle an galún), |
3176
|
|
|
|
|
|
|
'other' => q({0} míle an galún), |
3177
|
|
|
|
|
|
|
'two' => q({0} mhíle an galún), |
3178
|
|
|
|
|
|
|
}, |
3179
|
|
|
|
|
|
|
'mile-per-gallon-imperial' => { |
3180
|
|
|
|
|
|
|
'few' => q({0} mhíle sa ghalún impiriúil), |
3181
|
|
|
|
|
|
|
'many' => q({0} míle sa ghalún impiriúil), |
3182
|
|
|
|
|
|
|
'name' => q(mílte sa ghalún impiriúil), |
3183
|
|
|
|
|
|
|
'one' => q({0} mhíle sa ghalún impiriúil), |
3184
|
|
|
|
|
|
|
'other' => q({0} míle sa ghalún impiriúil), |
3185
|
|
|
|
|
|
|
'two' => q({0} mhíle sa ghalún impiriúil), |
3186
|
|
|
|
|
|
|
}, |
3187
|
|
|
|
|
|
|
'mile-per-hour' => { |
3188
|
|
|
|
|
|
|
'few' => q({0} mhíle san uair), |
3189
|
|
|
|
|
|
|
'many' => q({0} míle san uair), |
3190
|
|
|
|
|
|
|
'name' => q(mílte san uair), |
3191
|
|
|
|
|
|
|
'one' => q({0} mhíle san uair), |
3192
|
|
|
|
|
|
|
'other' => q({0} míle san uair), |
3193
|
|
|
|
|
|
|
'two' => q({0} mhíle san uair), |
3194
|
|
|
|
|
|
|
}, |
3195
|
|
|
|
|
|
|
'mile-scandinavian' => { |
3196
|
|
|
|
|
|
|
'few' => q({0} mhíle Lochlannacha), |
3197
|
|
|
|
|
|
|
'many' => q({0} míle Lochlannacha), |
3198
|
|
|
|
|
|
|
'name' => q(míle Lochlannach), |
3199
|
|
|
|
|
|
|
'one' => q({0} mhíle Lochlannach), |
3200
|
|
|
|
|
|
|
'other' => q({0} míle Lochlannach), |
3201
|
|
|
|
|
|
|
'two' => q({0} mhíle Lochlannacha), |
3202
|
|
|
|
|
|
|
}, |
3203
|
|
|
|
|
|
|
'milliampere' => { |
3204
|
|
|
|
|
|
|
'few' => q({0} mhiollaimpéar), |
3205
|
|
|
|
|
|
|
'many' => q({0} miollaimpéar), |
3206
|
|
|
|
|
|
|
'name' => q(miollaimpéir), |
3207
|
|
|
|
|
|
|
'one' => q({0} mhiollaimpéar), |
3208
|
|
|
|
|
|
|
'other' => q({0} miollaimpéar), |
3209
|
|
|
|
|
|
|
'two' => q({0} mhiollaimpéar), |
3210
|
|
|
|
|
|
|
}, |
3211
|
|
|
|
|
|
|
'millibar' => { |
3212
|
|
|
|
|
|
|
'few' => q({0} mhilleabar), |
3213
|
|
|
|
|
|
|
'many' => q({0} milleabar), |
3214
|
|
|
|
|
|
|
'name' => q(milleabair), |
3215
|
|
|
|
|
|
|
'one' => q({0} mhilleabar), |
3216
|
|
|
|
|
|
|
'other' => q({0} milleabar), |
3217
|
|
|
|
|
|
|
'two' => q({0} mhilleabar), |
3218
|
|
|
|
|
|
|
}, |
3219
|
|
|
|
|
|
|
'milligram' => { |
3220
|
|
|
|
|
|
|
'few' => q({0} mhilleagram), |
3221
|
|
|
|
|
|
|
'many' => q({0} milleagram), |
3222
|
|
|
|
|
|
|
'name' => q(milleagraim), |
3223
|
|
|
|
|
|
|
'one' => q({0} mhilleagram), |
3224
|
|
|
|
|
|
|
'other' => q({0} milleagram), |
3225
|
|
|
|
|
|
|
'two' => q({0} mhilleagram), |
3226
|
|
|
|
|
|
|
}, |
3227
|
|
|
|
|
|
|
'milligram-per-deciliter' => { |
3228
|
|
|
|
|
|
|
'few' => q({0} mhilleagram sa deicilítear), |
3229
|
|
|
|
|
|
|
'many' => q({0} milleagram sa deicilítear), |
3230
|
|
|
|
|
|
|
'name' => q(milleagraim sa deicilítear), |
3231
|
|
|
|
|
|
|
'one' => q({0} mhilleagram sa deicilítear), |
3232
|
|
|
|
|
|
|
'other' => q({0} milleagram sa deicilítear), |
3233
|
|
|
|
|
|
|
'two' => q({0} mhilleagram sa deicilítear), |
3234
|
|
|
|
|
|
|
}, |
3235
|
|
|
|
|
|
|
'milliliter' => { |
3236
|
|
|
|
|
|
|
'few' => q({0} mhillilítear), |
3237
|
|
|
|
|
|
|
'many' => q({0} millilítear), |
3238
|
|
|
|
|
|
|
'name' => q(millilítir), |
3239
|
|
|
|
|
|
|
'one' => q({0} mhillilítear), |
3240
|
|
|
|
|
|
|
'other' => q({0} millilítear), |
3241
|
|
|
|
|
|
|
'two' => q({0} mhillilítear), |
3242
|
|
|
|
|
|
|
}, |
3243
|
|
|
|
|
|
|
'millimeter' => { |
3244
|
|
|
|
|
|
|
'few' => q({0} mhilliméadar), |
3245
|
|
|
|
|
|
|
'many' => q({0} milliméadar), |
3246
|
|
|
|
|
|
|
'name' => q(milliméadair), |
3247
|
|
|
|
|
|
|
'one' => q({0} mhilliméadar), |
3248
|
|
|
|
|
|
|
'other' => q({0} milliméadar), |
3249
|
|
|
|
|
|
|
'two' => q({0} mhilliméadar), |
3250
|
|
|
|
|
|
|
}, |
3251
|
|
|
|
|
|
|
'millimeter-of-mercury' => { |
3252
|
|
|
|
|
|
|
'few' => q({0} mhilliméadar mearcair), |
3253
|
|
|
|
|
|
|
'many' => q({0} milliméadar mearcair), |
3254
|
|
|
|
|
|
|
'name' => q(milliméadair mhearcair), |
3255
|
|
|
|
|
|
|
'one' => q({0} mhilliméadar mearcair), |
3256
|
|
|
|
|
|
|
'other' => q({0} milliméadar mearcair), |
3257
|
|
|
|
|
|
|
'two' => q({0} mhilliméadar mearcair), |
3258
|
|
|
|
|
|
|
}, |
3259
|
|
|
|
|
|
|
'millimole-per-liter' => { |
3260
|
|
|
|
|
|
|
'few' => q({0} mhilleamól sa lítear), |
3261
|
|
|
|
|
|
|
'many' => q({0} milleamól sa lítear), |
3262
|
|
|
|
|
|
|
'name' => q(milleamóil sa lítear), |
3263
|
|
|
|
|
|
|
'one' => q({0} mhilleamól sa lítear), |
3264
|
|
|
|
|
|
|
'other' => q({0} milleamól sa lítear), |
3265
|
|
|
|
|
|
|
'two' => q({0} mhilleamól sa lítear), |
3266
|
|
|
|
|
|
|
}, |
3267
|
|
|
|
|
|
|
'millisecond' => { |
3268
|
|
|
|
|
|
|
'few' => q({0} mhilleasoicind), |
3269
|
|
|
|
|
|
|
'many' => q({0} milleasoicind), |
3270
|
|
|
|
|
|
|
'name' => q(milleasoicindí), |
3271
|
|
|
|
|
|
|
'one' => q({0} mhilleasoicind), |
3272
|
|
|
|
|
|
|
'other' => q({0} milleasoicind), |
3273
|
|
|
|
|
|
|
'two' => q({0} mhilleasoicind), |
3274
|
|
|
|
|
|
|
}, |
3275
|
|
|
|
|
|
|
'milliwatt' => { |
3276
|
|
|
|
|
|
|
'few' => q({0} mhilleavata), |
3277
|
|
|
|
|
|
|
'many' => q({0} milleavata), |
3278
|
|
|
|
|
|
|
'name' => q(milleavatanna), |
3279
|
|
|
|
|
|
|
'one' => q({0} mhilleavata), |
3280
|
|
|
|
|
|
|
'other' => q({0} milleavata), |
3281
|
|
|
|
|
|
|
'two' => q({0} mhilleavata), |
3282
|
|
|
|
|
|
|
}, |
3283
|
|
|
|
|
|
|
'minute' => { |
3284
|
|
|
|
|
|
|
'few' => q({0} nóiméad), |
3285
|
|
|
|
|
|
|
'many' => q({0} nóiméad), |
3286
|
|
|
|
|
|
|
'name' => q(nóiméid), |
3287
|
|
|
|
|
|
|
'one' => q({0} nóiméad), |
3288
|
|
|
|
|
|
|
'other' => q({0} nóiméad), |
3289
|
|
|
|
|
|
|
'per' => q({0} sa nóiméad), |
3290
|
|
|
|
|
|
|
'two' => q({0} nóiméad), |
3291
|
|
|
|
|
|
|
}, |
3292
|
|
|
|
|
|
|
'month' => { |
3293
|
|
|
|
|
|
|
'few' => q({0} mhí), |
3294
|
|
|
|
|
|
|
'many' => q({0} mí), |
3295
|
|
|
|
|
|
|
'name' => q(míonna), |
3296
|
|
|
|
|
|
|
'one' => q({0} mhí), |
3297
|
|
|
|
|
|
|
'other' => q({0} mí), |
3298
|
|
|
|
|
|
|
'per' => q({0} sa mhí), |
3299
|
|
|
|
|
|
|
'two' => q({0} mhí), |
3300
|
|
|
|
|
|
|
}, |
3301
|
|
|
|
|
|
|
'nanometer' => { |
3302
|
|
|
|
|
|
|
'few' => q({0} nanaiméadar), |
3303
|
|
|
|
|
|
|
'many' => q({0} nanaiméadar), |
3304
|
|
|
|
|
|
|
'name' => q(nanaiméadair), |
3305
|
|
|
|
|
|
|
'one' => q({0} nanaiméadar), |
3306
|
|
|
|
|
|
|
'other' => q({0} nanaiméadar), |
3307
|
|
|
|
|
|
|
'two' => q({0} nanaiméadar), |
3308
|
|
|
|
|
|
|
}, |
3309
|
|
|
|
|
|
|
'nanosecond' => { |
3310
|
|
|
|
|
|
|
'few' => q({0} nanashoicind), |
3311
|
|
|
|
|
|
|
'many' => q({0} nanashoicind), |
3312
|
|
|
|
|
|
|
'name' => q(nanashoicindí), |
3313
|
|
|
|
|
|
|
'one' => q({0} nanashoicind), |
3314
|
|
|
|
|
|
|
'other' => q({0} nanashoicind), |
3315
|
|
|
|
|
|
|
'two' => q({0} nanashoicind), |
3316
|
|
|
|
|
|
|
}, |
3317
|
|
|
|
|
|
|
'nautical-mile' => { |
3318
|
|
|
|
|
|
|
'few' => q({0} mhuirmhíle), |
3319
|
|
|
|
|
|
|
'many' => q({0} muirmhíle), |
3320
|
|
|
|
|
|
|
'name' => q(muirmhílte), |
3321
|
|
|
|
|
|
|
'one' => q({0} mhuirmhíle), |
3322
|
|
|
|
|
|
|
'other' => q({0} muirmhíle), |
3323
|
|
|
|
|
|
|
'two' => q({0} mhuirmhíle), |
3324
|
|
|
|
|
|
|
}, |
3325
|
|
|
|
|
|
|
'ohm' => { |
3326
|
|
|
|
|
|
|
'few' => q({0} óm), |
3327
|
|
|
|
|
|
|
'many' => q({0} n-óm), |
3328
|
|
|
|
|
|
|
'name' => q(óim), |
3329
|
|
|
|
|
|
|
'one' => q({0} óm), |
3330
|
|
|
|
|
|
|
'other' => q({0} óm), |
3331
|
|
|
|
|
|
|
'two' => q({0} óm), |
3332
|
|
|
|
|
|
|
}, |
3333
|
|
|
|
|
|
|
'ounce' => { |
3334
|
|
|
|
|
|
|
'few' => q({0} unsa), |
3335
|
|
|
|
|
|
|
'many' => q({0} n-unsa), |
3336
|
|
|
|
|
|
|
'name' => q(unsaí), |
3337
|
|
|
|
|
|
|
'one' => q({0} unsa), |
3338
|
|
|
|
|
|
|
'other' => q({0} unsa), |
3339
|
|
|
|
|
|
|
'per' => q({0} san unsa), |
3340
|
|
|
|
|
|
|
'two' => q({0} unsa), |
3341
|
|
|
|
|
|
|
}, |
3342
|
|
|
|
|
|
|
'ounce-troy' => { |
3343
|
|
|
|
|
|
|
'few' => q({0} unsa troí), |
3344
|
|
|
|
|
|
|
'many' => q({0} n-unsa troí), |
3345
|
|
|
|
|
|
|
'name' => q(unsaí troí), |
3346
|
|
|
|
|
|
|
'one' => q({0} unsa troí), |
3347
|
|
|
|
|
|
|
'other' => q({0} unsa troí), |
3348
|
|
|
|
|
|
|
'two' => q({0} unsa troí), |
3349
|
|
|
|
|
|
|
}, |
3350
|
|
|
|
|
|
|
'parsec' => { |
3351
|
|
|
|
|
|
|
'few' => q({0} pharsoic), |
3352
|
|
|
|
|
|
|
'many' => q({0} bparsoic), |
3353
|
|
|
|
|
|
|
'name' => q(parsoiceanna), |
3354
|
|
|
|
|
|
|
'one' => q({0} pharsoic), |
3355
|
|
|
|
|
|
|
'other' => q({0} parsoic), |
3356
|
|
|
|
|
|
|
'two' => q({0} pharsoic), |
3357
|
|
|
|
|
|
|
}, |
3358
|
|
|
|
|
|
|
'part-per-million' => { |
3359
|
|
|
|
|
|
|
'few' => q({0} sa mhilliún), |
3360
|
|
|
|
|
|
|
'many' => q({0} sa mhilliún), |
3361
|
|
|
|
|
|
|
'name' => q(codanna sa mhilliún), |
3362
|
|
|
|
|
|
|
'one' => q({0} sa mhilliún), |
3363
|
|
|
|
|
|
|
'other' => q({0} sa mhilliún), |
3364
|
|
|
|
|
|
|
'two' => q({0} sa mhilliún), |
3365
|
|
|
|
|
|
|
}, |
3366
|
|
|
|
|
|
|
'per' => { |
3367
|
|
|
|
|
|
|
'1' => q({0} sa {1}), |
3368
|
|
|
|
|
|
|
}, |
3369
|
|
|
|
|
|
|
'percent' => { |
3370
|
|
|
|
|
|
|
'few' => q({0}%), |
3371
|
|
|
|
|
|
|
'many' => q({0}%), |
3372
|
|
|
|
|
|
|
'name' => q(faoin gcéad), |
3373
|
|
|
|
|
|
|
'one' => q({0} faoin gcéad), |
3374
|
|
|
|
|
|
|
'other' => q({0} faoin gcéad), |
3375
|
|
|
|
|
|
|
'two' => q({0}%), |
3376
|
|
|
|
|
|
|
}, |
3377
|
|
|
|
|
|
|
'permille' => { |
3378
|
|
|
|
|
|
|
'few' => q({0}‰), |
3379
|
|
|
|
|
|
|
'many' => q({0}‰), |
3380
|
|
|
|
|
|
|
'name' => q(faoin míle), |
3381
|
|
|
|
|
|
|
'one' => q({0} faoin míle), |
3382
|
|
|
|
|
|
|
'other' => q({0} faoin míle), |
3383
|
|
|
|
|
|
|
'two' => q({0}‰), |
3384
|
|
|
|
|
|
|
}, |
3385
|
|
|
|
|
|
|
'petabyte' => { |
3386
|
|
|
|
|
|
|
'few' => q({0} PB), |
3387
|
|
|
|
|
|
|
'many' => q({0} PB), |
3388
|
|
|
|
|
|
|
'name' => q(peitibheart), |
3389
|
|
|
|
|
|
|
'one' => q({0} peitibheart), |
3390
|
|
|
|
|
|
|
'other' => q({0} petabytes), |
3391
|
|
|
|
|
|
|
'two' => q({0} PB), |
3392
|
|
|
|
|
|
|
}, |
3393
|
|
|
|
|
|
|
'picometer' => { |
3394
|
|
|
|
|
|
|
'few' => q({0} phiciméadar), |
3395
|
|
|
|
|
|
|
'many' => q({0} bpiciméadar), |
3396
|
|
|
|
|
|
|
'name' => q(piciméadair), |
3397
|
|
|
|
|
|
|
'one' => q({0} phiciméadar), |
3398
|
|
|
|
|
|
|
'other' => q({0} piciméadar), |
3399
|
|
|
|
|
|
|
'two' => q({0} phiciméadar), |
3400
|
|
|
|
|
|
|
}, |
3401
|
|
|
|
|
|
|
'pint' => { |
3402
|
|
|
|
|
|
|
'few' => q({0} phionta), |
3403
|
|
|
|
|
|
|
'many' => q({0} bpionta), |
3404
|
|
|
|
|
|
|
'name' => q(piontaí), |
3405
|
|
|
|
|
|
|
'one' => q({0} phionta), |
3406
|
|
|
|
|
|
|
'other' => q({0} pionta), |
3407
|
|
|
|
|
|
|
'two' => q({0} phionta), |
3408
|
|
|
|
|
|
|
}, |
3409
|
|
|
|
|
|
|
'pint-metric' => { |
3410
|
|
|
|
|
|
|
'few' => q({0} phionta mhéadracha), |
3411
|
|
|
|
|
|
|
'many' => q({0} bpionta mhéadracha), |
3412
|
|
|
|
|
|
|
'name' => q(piontaí méadracha), |
3413
|
|
|
|
|
|
|
'one' => q({0} phionta méadrach), |
3414
|
|
|
|
|
|
|
'other' => q({0} pionta méadrach), |
3415
|
|
|
|
|
|
|
'two' => q({0} phionta mhéadracha), |
3416
|
|
|
|
|
|
|
}, |
3417
|
|
|
|
|
|
|
'point' => { |
3418
|
|
|
|
|
|
|
'few' => q({0} phointe), |
3419
|
|
|
|
|
|
|
'many' => q({0} bpointe), |
3420
|
|
|
|
|
|
|
'name' => q(pointí), |
3421
|
|
|
|
|
|
|
'one' => q({0} phointe), |
3422
|
|
|
|
|
|
|
'other' => q({0} pointe), |
3423
|
|
|
|
|
|
|
'two' => q({0} phointe), |
3424
|
|
|
|
|
|
|
}, |
3425
|
|
|
|
|
|
|
'pound' => { |
3426
|
|
|
|
|
|
|
'few' => q({0} phunt), |
3427
|
|
|
|
|
|
|
'many' => q({0} bpunt), |
3428
|
|
|
|
|
|
|
'name' => q(puint), |
3429
|
|
|
|
|
|
|
'one' => q({0} phunt), |
3430
|
|
|
|
|
|
|
'other' => q({0} punt), |
3431
|
|
|
|
|
|
|
'per' => q({0} sa phunt), |
3432
|
|
|
|
|
|
|
'two' => q({0} phunt), |
3433
|
|
|
|
|
|
|
}, |
3434
|
|
|
|
|
|
|
'pound-per-square-inch' => { |
3435
|
|
|
|
|
|
|
'few' => q({0} phunt san orlach cearnach), |
3436
|
|
|
|
|
|
|
'many' => q({0} bpunt san orlach cearnach), |
3437
|
|
|
|
|
|
|
'name' => q(puint san orlach cearnach), |
3438
|
|
|
|
|
|
|
'one' => q({0} phunt san orlach cearnach), |
3439
|
|
|
|
|
|
|
'other' => q({0} punt san orlach cearnach), |
3440
|
|
|
|
|
|
|
'two' => q({0} phunt san orlach cearnach), |
3441
|
|
|
|
|
|
|
}, |
3442
|
|
|
|
|
|
|
'quart' => { |
3443
|
|
|
|
|
|
|
'few' => q({0} chárt), |
3444
|
|
|
|
|
|
|
'many' => q({0} gcárt), |
3445
|
|
|
|
|
|
|
'name' => q(cáirt), |
3446
|
|
|
|
|
|
|
'one' => q({0} chárt), |
3447
|
|
|
|
|
|
|
'other' => q({0} cárt), |
3448
|
|
|
|
|
|
|
'two' => q({0} chárt), |
3449
|
|
|
|
|
|
|
}, |
3450
|
|
|
|
|
|
|
'radian' => { |
3451
|
|
|
|
|
|
|
'few' => q({0} raidian), |
3452
|
|
|
|
|
|
|
'many' => q({0} raidian), |
3453
|
|
|
|
|
|
|
'name' => q(raidiain), |
3454
|
|
|
|
|
|
|
'one' => q({0} raidian), |
3455
|
|
|
|
|
|
|
'other' => q({0} raidian), |
3456
|
|
|
|
|
|
|
'two' => q({0} raidian), |
3457
|
|
|
|
|
|
|
}, |
3458
|
|
|
|
|
|
|
'revolution' => { |
3459
|
|
|
|
|
|
|
'few' => q({0} imrothlú), |
3460
|
|
|
|
|
|
|
'many' => q({0} n-imrothlú), |
3461
|
|
|
|
|
|
|
'name' => q(imrothlú), |
3462
|
|
|
|
|
|
|
'one' => q({0} imrothlú), |
3463
|
|
|
|
|
|
|
'other' => q({0} imrothlú), |
3464
|
|
|
|
|
|
|
'two' => q({0} imrothlú), |
3465
|
|
|
|
|
|
|
}, |
3466
|
|
|
|
|
|
|
'second' => { |
3467
|
|
|
|
|
|
|
'few' => q({0} shoicind), |
3468
|
|
|
|
|
|
|
'many' => q({0} soicind), |
3469
|
|
|
|
|
|
|
'name' => q(soicindí), |
3470
|
|
|
|
|
|
|
'one' => q({0} soicind), |
3471
|
|
|
|
|
|
|
'other' => q({0} soicind), |
3472
|
|
|
|
|
|
|
'per' => q({0} sa soicind), |
3473
|
|
|
|
|
|
|
'two' => q({0} shoicind), |
3474
|
|
|
|
|
|
|
}, |
3475
|
|
|
|
|
|
|
'square-centimeter' => { |
3476
|
|
|
|
|
|
|
'few' => q({0} cheintiméadar chearnacha), |
3477
|
|
|
|
|
|
|
'many' => q({0} gceintiméadar chearnacha), |
3478
|
|
|
|
|
|
|
'name' => q(ceintiméadair chearnacha), |
3479
|
|
|
|
|
|
|
'one' => q({0} cheintiméadar cearnach), |
3480
|
|
|
|
|
|
|
'other' => q({0} ceintiméadar cearnach), |
3481
|
|
|
|
|
|
|
'per' => q({0} sa cheintiméadar cearnach), |
3482
|
|
|
|
|
|
|
'two' => q({0} cheintiméadar chearnacha), |
3483
|
|
|
|
|
|
|
}, |
3484
|
|
|
|
|
|
|
'square-foot' => { |
3485
|
|
|
|
|
|
|
'few' => q({0} throigh chearnacha), |
3486
|
|
|
|
|
|
|
'many' => q({0} dtroigh chearnacha), |
3487
|
|
|
|
|
|
|
'name' => q(troithe cearnacha), |
3488
|
|
|
|
|
|
|
'one' => q({0} troigh chearnach), |
3489
|
|
|
|
|
|
|
'other' => q({0} troigh chearnach), |
3490
|
|
|
|
|
|
|
'two' => q({0} throigh chearnacha), |
3491
|
|
|
|
|
|
|
}, |
3492
|
|
|
|
|
|
|
'square-inch' => { |
3493
|
|
|
|
|
|
|
'few' => q({0} orlach chearnacha), |
3494
|
|
|
|
|
|
|
'many' => q({0} orlach chearnacha), |
3495
|
|
|
|
|
|
|
'name' => q(orlaí cearnacha), |
3496
|
|
|
|
|
|
|
'one' => q({0} orlach cearnach), |
3497
|
|
|
|
|
|
|
'other' => q({0} orlach cearnach), |
3498
|
|
|
|
|
|
|
'per' => q({0} san orlach cearnach), |
3499
|
|
|
|
|
|
|
'two' => q({0} orlach chearnacha), |
3500
|
|
|
|
|
|
|
}, |
3501
|
|
|
|
|
|
|
'square-kilometer' => { |
3502
|
|
|
|
|
|
|
'few' => q({0} chiliméadar chearnacha), |
3503
|
|
|
|
|
|
|
'many' => q({0} gciliméadar chearnacha), |
3504
|
|
|
|
|
|
|
'name' => q(ciliméadair chearnacha), |
3505
|
|
|
|
|
|
|
'one' => q({0} chiliméadar cearnach), |
3506
|
|
|
|
|
|
|
'other' => q({0} ciliméadar cearnach), |
3507
|
|
|
|
|
|
|
'per' => q({0} sa chiliméadar cearnach), |
3508
|
|
|
|
|
|
|
'two' => q({0} chiliméadar chearnacha), |
3509
|
|
|
|
|
|
|
}, |
3510
|
|
|
|
|
|
|
'square-meter' => { |
3511
|
|
|
|
|
|
|
'few' => q({0} mhéadar chearnacha), |
3512
|
|
|
|
|
|
|
'many' => q({0} méadar chearnacha), |
3513
|
|
|
|
|
|
|
'name' => q(méadair chearnacha), |
3514
|
|
|
|
|
|
|
'one' => q({0} mhéadar cearnach), |
3515
|
|
|
|
|
|
|
'other' => q({0} méadar cearnach), |
3516
|
|
|
|
|
|
|
'per' => q({0} sa mhéadar cearnach), |
3517
|
|
|
|
|
|
|
'two' => q({0} mhéadar chearnacha), |
3518
|
|
|
|
|
|
|
}, |
3519
|
|
|
|
|
|
|
'square-mile' => { |
3520
|
|
|
|
|
|
|
'few' => q({0} mhíle chearnacha), |
3521
|
|
|
|
|
|
|
'many' => q({0} míle chearnacha), |
3522
|
|
|
|
|
|
|
'name' => q(mílte cearnacha), |
3523
|
|
|
|
|
|
|
'one' => q({0} mhíle cearnach), |
3524
|
|
|
|
|
|
|
'other' => q({0} míle cearnach), |
3525
|
|
|
|
|
|
|
'per' => q({0} sa mhíle cearnach), |
3526
|
|
|
|
|
|
|
'two' => q({0} mhíle chearnacha), |
3527
|
|
|
|
|
|
|
}, |
3528
|
|
|
|
|
|
|
'square-yard' => { |
3529
|
|
|
|
|
|
|
'few' => q({0} shlat chearnacha), |
3530
|
|
|
|
|
|
|
'many' => q({0} slat chearnacha), |
3531
|
|
|
|
|
|
|
'name' => q(slata cearnacha), |
3532
|
|
|
|
|
|
|
'one' => q({0} slat chearnach), |
3533
|
|
|
|
|
|
|
'other' => q({0} slat chearnach), |
3534
|
|
|
|
|
|
|
'two' => q({0} shlat chearnacha), |
3535
|
|
|
|
|
|
|
}, |
3536
|
|
|
|
|
|
|
'stone' => { |
3537
|
|
|
|
|
|
|
'few' => q({0} chloch), |
3538
|
|
|
|
|
|
|
'many' => q({0} gcloch), |
3539
|
|
|
|
|
|
|
'name' => q(clocha), |
3540
|
|
|
|
|
|
|
'one' => q({0} chloch), |
3541
|
|
|
|
|
|
|
'other' => q({0} cloch), |
3542
|
|
|
|
|
|
|
'two' => q({0} chloch), |
3543
|
|
|
|
|
|
|
}, |
3544
|
|
|
|
|
|
|
'tablespoon' => { |
3545
|
|
|
|
|
|
|
'few' => q({0} spúnóg bhoird), |
3546
|
|
|
|
|
|
|
'many' => q({0} spúnóg bhoird), |
3547
|
|
|
|
|
|
|
'name' => q(spúnóga boird), |
3548
|
|
|
|
|
|
|
'one' => q({0} spúnóg bhoird), |
3549
|
|
|
|
|
|
|
'other' => q({0} spúnóg bhoird), |
3550
|
|
|
|
|
|
|
'two' => q({0} spúnóg bhoird), |
3551
|
|
|
|
|
|
|
}, |
3552
|
|
|
|
|
|
|
'teaspoon' => { |
3553
|
|
|
|
|
|
|
'few' => q({0} thaespúnóg), |
3554
|
|
|
|
|
|
|
'many' => q({0} dtaespúnóg), |
3555
|
|
|
|
|
|
|
'name' => q(taespúnóga), |
3556
|
|
|
|
|
|
|
'one' => q({0} taespúnóg), |
3557
|
|
|
|
|
|
|
'other' => q({0} taespúnóg), |
3558
|
|
|
|
|
|
|
'two' => q({0} thaespúnóg), |
3559
|
|
|
|
|
|
|
}, |
3560
|
|
|
|
|
|
|
'terabit' => { |
3561
|
|
|
|
|
|
|
'few' => q({0} theirighiotán), |
3562
|
|
|
|
|
|
|
'many' => q({0} dteirighiotán), |
3563
|
|
|
|
|
|
|
'name' => q(teirighiotáin), |
3564
|
|
|
|
|
|
|
'one' => q({0} teirighiotán), |
3565
|
|
|
|
|
|
|
'other' => q({0} teirighiotán), |
3566
|
|
|
|
|
|
|
'two' => q({0} theirighiotán), |
3567
|
|
|
|
|
|
|
}, |
3568
|
|
|
|
|
|
|
'terabyte' => { |
3569
|
|
|
|
|
|
|
'few' => q({0} theiribheart), |
3570
|
|
|
|
|
|
|
'many' => q({0} dteiribheart), |
3571
|
|
|
|
|
|
|
'name' => q(teiribhearta), |
3572
|
|
|
|
|
|
|
'one' => q({0} teiribheart), |
3573
|
|
|
|
|
|
|
'other' => q({0} teiribheart), |
3574
|
|
|
|
|
|
|
'two' => q({0} theiribheart), |
3575
|
|
|
|
|
|
|
}, |
3576
|
|
|
|
|
|
|
'ton' => { |
3577
|
|
|
|
|
|
|
'few' => q({0} thonna ghearra), |
3578
|
|
|
|
|
|
|
'many' => q({0} dtonna ghearra), |
3579
|
|
|
|
|
|
|
'name' => q(tonnaí gearra), |
3580
|
|
|
|
|
|
|
'one' => q({0} tonna gearr), |
3581
|
|
|
|
|
|
|
'other' => q({0} tonna gearr), |
3582
|
|
|
|
|
|
|
'two' => q({0} thonna ghearra), |
3583
|
|
|
|
|
|
|
}, |
3584
|
|
|
|
|
|
|
'volt' => { |
3585
|
|
|
|
|
|
|
'few' => q({0} volta), |
3586
|
|
|
|
|
|
|
'many' => q({0} volta), |
3587
|
|
|
|
|
|
|
'name' => q(voltanna), |
3588
|
|
|
|
|
|
|
'one' => q({0} volta), |
3589
|
|
|
|
|
|
|
'other' => q({0} volta), |
3590
|
|
|
|
|
|
|
'two' => q({0} volta), |
3591
|
|
|
|
|
|
|
}, |
3592
|
|
|
|
|
|
|
'watt' => { |
3593
|
|
|
|
|
|
|
'few' => q({0} vata), |
3594
|
|
|
|
|
|
|
'many' => q({0} vata), |
3595
|
|
|
|
|
|
|
'name' => q(vatanna), |
3596
|
|
|
|
|
|
|
'one' => q({0} vata), |
3597
|
|
|
|
|
|
|
'other' => q({0} vata), |
3598
|
|
|
|
|
|
|
'two' => q({0} vata), |
3599
|
|
|
|
|
|
|
}, |
3600
|
|
|
|
|
|
|
'week' => { |
3601
|
|
|
|
|
|
|
'few' => q({0} seachtaine), |
3602
|
|
|
|
|
|
|
'many' => q({0} seachtaine), |
3603
|
|
|
|
|
|
|
'name' => q(seachtainí), |
3604
|
|
|
|
|
|
|
'one' => q({0} seachtain), |
3605
|
|
|
|
|
|
|
'other' => q({0} seachtain), |
3606
|
|
|
|
|
|
|
'per' => q({0} sa tseachtain), |
3607
|
|
|
|
|
|
|
'two' => q({0} sheachtain), |
3608
|
|
|
|
|
|
|
}, |
3609
|
|
|
|
|
|
|
'yard' => { |
3610
|
|
|
|
|
|
|
'few' => q({0} shlat), |
3611
|
|
|
|
|
|
|
'many' => q({0} slat), |
3612
|
|
|
|
|
|
|
'name' => q(slata), |
3613
|
|
|
|
|
|
|
'one' => q({0} slat), |
3614
|
|
|
|
|
|
|
'other' => q({0} slat), |
3615
|
|
|
|
|
|
|
'two' => q({0} shlat), |
3616
|
|
|
|
|
|
|
}, |
3617
|
|
|
|
|
|
|
'year' => { |
3618
|
|
|
|
|
|
|
'few' => q({0} bliana), |
3619
|
|
|
|
|
|
|
'many' => q({0} mbliana), |
3620
|
|
|
|
|
|
|
'name' => q(blianta), |
3621
|
|
|
|
|
|
|
'one' => q({0} bhliain), |
3622
|
|
|
|
|
|
|
'other' => q({0} bliain), |
3623
|
|
|
|
|
|
|
'per' => q({0} sa bhliain), |
3624
|
|
|
|
|
|
|
'two' => q({0} bhliain), |
3625
|
|
|
|
|
|
|
}, |
3626
|
|
|
|
|
|
|
}, |
3627
|
|
|
|
|
|
|
'narrow' => { |
3628
|
|
|
|
|
|
|
'' => { |
3629
|
|
|
|
|
|
|
'name' => q(treo), |
3630
|
|
|
|
|
|
|
}, |
3631
|
|
|
|
|
|
|
'acre' => { |
3632
|
|
|
|
|
|
|
'few' => q({0} ac), |
3633
|
|
|
|
|
|
|
'many' => q({0} ac), |
3634
|
|
|
|
|
|
|
'name' => q(acraí), |
3635
|
|
|
|
|
|
|
'one' => q({0} ac), |
3636
|
|
|
|
|
|
|
'other' => q({0} ac), |
3637
|
|
|
|
|
|
|
'two' => q({0} ac), |
3638
|
|
|
|
|
|
|
}, |
3639
|
|
|
|
|
|
|
'acre-foot' => { |
3640
|
|
|
|
|
|
|
'few' => q({0} ac tr), |
3641
|
|
|
|
|
|
|
'many' => q({0} ac tr), |
3642
|
|
|
|
|
|
|
'name' => q(acra-tr), |
3643
|
|
|
|
|
|
|
'one' => q({0} ac tr), |
3644
|
|
|
|
|
|
|
'other' => q({0} ac tr), |
3645
|
|
|
|
|
|
|
'two' => q({0} ac tr), |
3646
|
|
|
|
|
|
|
}, |
3647
|
|
|
|
|
|
|
'ampere' => { |
3648
|
|
|
|
|
|
|
'few' => q({0}A), |
3649
|
|
|
|
|
|
|
'many' => q({0}A), |
3650
|
|
|
|
|
|
|
'name' => q(aimpéir), |
3651
|
|
|
|
|
|
|
'one' => q({0}A), |
3652
|
|
|
|
|
|
|
'other' => q({0}A), |
3653
|
|
|
|
|
|
|
'two' => q({0}A), |
3654
|
|
|
|
|
|
|
}, |
3655
|
|
|
|
|
|
|
'arc-minute' => { |
3656
|
|
|
|
|
|
|
'few' => q({0}′), |
3657
|
|
|
|
|
|
|
'many' => q({0}′), |
3658
|
|
|
|
|
|
|
'name' => q(nóim. stua), |
3659
|
|
|
|
|
|
|
'one' => q({0}′), |
3660
|
|
|
|
|
|
|
'other' => q({0}′), |
3661
|
|
|
|
|
|
|
'two' => q({0}′), |
3662
|
|
|
|
|
|
|
}, |
3663
|
|
|
|
|
|
|
'arc-second' => { |
3664
|
|
|
|
|
|
|
'few' => q({0}″), |
3665
|
|
|
|
|
|
|
'many' => q({0}″), |
3666
|
|
|
|
|
|
|
'name' => q(soic. stua), |
3667
|
|
|
|
|
|
|
'one' => q({0}″), |
3668
|
|
|
|
|
|
|
'other' => q({0}″), |
3669
|
|
|
|
|
|
|
'two' => q({0}″), |
3670
|
|
|
|
|
|
|
}, |
3671
|
|
|
|
|
|
|
'astronomical-unit' => { |
3672
|
|
|
|
|
|
|
'few' => q({0}AR), |
3673
|
|
|
|
|
|
|
'many' => q({0}AR), |
3674
|
|
|
|
|
|
|
'name' => q(AR), |
3675
|
|
|
|
|
|
|
'one' => q({0}AR), |
3676
|
|
|
|
|
|
|
'other' => q({0}AR), |
3677
|
|
|
|
|
|
|
'two' => q({0}AR), |
3678
|
|
|
|
|
|
|
}, |
3679
|
|
|
|
|
|
|
'bit' => { |
3680
|
|
|
|
|
|
|
'few' => q({0} ghiot.), |
3681
|
|
|
|
|
|
|
'many' => q({0} ngiot.), |
3682
|
|
|
|
|
|
|
'name' => q(giotán), |
3683
|
|
|
|
|
|
|
'one' => q({0} ghiot.), |
3684
|
|
|
|
|
|
|
'other' => q({0} giot.), |
3685
|
|
|
|
|
|
|
'two' => q({0} ghiot.), |
3686
|
|
|
|
|
|
|
}, |
3687
|
|
|
|
|
|
|
'bushel' => { |
3688
|
|
|
|
|
|
|
'few' => q({0} bu), |
3689
|
|
|
|
|
|
|
'many' => q({0} bu), |
3690
|
|
|
|
|
|
|
'name' => q(buiséil), |
3691
|
|
|
|
|
|
|
'one' => q({0} bu), |
3692
|
|
|
|
|
|
|
'other' => q({0} bu), |
3693
|
|
|
|
|
|
|
'two' => q({0} bu), |
3694
|
|
|
|
|
|
|
}, |
3695
|
|
|
|
|
|
|
'byte' => { |
3696
|
|
|
|
|
|
|
'few' => q({0}B), |
3697
|
|
|
|
|
|
|
'many' => q({0}B), |
3698
|
|
|
|
|
|
|
'name' => q(bearta), |
3699
|
|
|
|
|
|
|
'one' => q({0}B), |
3700
|
|
|
|
|
|
|
'other' => q({0}B), |
3701
|
|
|
|
|
|
|
'two' => q({0}B), |
3702
|
|
|
|
|
|
|
}, |
3703
|
|
|
|
|
|
|
'calorie' => { |
3704
|
|
|
|
|
|
|
'few' => q({0}cal), |
3705
|
|
|
|
|
|
|
'many' => q({0}cal), |
3706
|
|
|
|
|
|
|
'name' => q(cal), |
3707
|
|
|
|
|
|
|
'one' => q({0}cal), |
3708
|
|
|
|
|
|
|
'other' => q({0}cal), |
3709
|
|
|
|
|
|
|
'two' => q({0}cal), |
3710
|
|
|
|
|
|
|
}, |
3711
|
|
|
|
|
|
|
'carat' => { |
3712
|
|
|
|
|
|
|
'few' => q({0}CD), |
3713
|
|
|
|
|
|
|
'many' => q({0}CD), |
3714
|
|
|
|
|
|
|
'name' => q(carat), |
3715
|
|
|
|
|
|
|
'one' => q({0}CD), |
3716
|
|
|
|
|
|
|
'other' => q({0}CD), |
3717
|
|
|
|
|
|
|
'two' => q({0}CD), |
3718
|
|
|
|
|
|
|
}, |
3719
|
|
|
|
|
|
|
'celsius' => { |
3720
|
|
|
|
|
|
|
'few' => q({0}°C), |
3721
|
|
|
|
|
|
|
'many' => q({0}°C), |
3722
|
|
|
|
|
|
|
'name' => q(°C), |
3723
|
|
|
|
|
|
|
'one' => q({0}°C), |
3724
|
|
|
|
|
|
|
'other' => q({0}°C), |
3725
|
|
|
|
|
|
|
'two' => q({0}°C), |
3726
|
|
|
|
|
|
|
}, |
3727
|
|
|
|
|
|
|
'centiliter' => { |
3728
|
|
|
|
|
|
|
'few' => q({0} cL), |
3729
|
|
|
|
|
|
|
'many' => q({0} cL), |
3730
|
|
|
|
|
|
|
'name' => q(cl), |
3731
|
|
|
|
|
|
|
'one' => q({0} cL), |
3732
|
|
|
|
|
|
|
'other' => q({0} cL), |
3733
|
|
|
|
|
|
|
'two' => q({0} cL), |
3734
|
|
|
|
|
|
|
}, |
3735
|
|
|
|
|
|
|
'centimeter' => { |
3736
|
|
|
|
|
|
|
'few' => q({0}cm), |
3737
|
|
|
|
|
|
|
'many' => q({0}cm), |
3738
|
|
|
|
|
|
|
'name' => q(cm), |
3739
|
|
|
|
|
|
|
'one' => q({0}cm), |
3740
|
|
|
|
|
|
|
'other' => q({0}cm), |
3741
|
|
|
|
|
|
|
'per' => q({0}/cm), |
3742
|
|
|
|
|
|
|
'two' => q({0}cm), |
3743
|
|
|
|
|
|
|
}, |
3744
|
|
|
|
|
|
|
'century' => { |
3745
|
|
|
|
|
|
|
'few' => q({0} c), |
3746
|
|
|
|
|
|
|
'many' => q({0} c), |
3747
|
|
|
|
|
|
|
'name' => q(c), |
3748
|
|
|
|
|
|
|
'one' => q({0} c), |
3749
|
|
|
|
|
|
|
'other' => q({0} c), |
3750
|
|
|
|
|
|
|
'two' => q({0} c), |
3751
|
|
|
|
|
|
|
}, |
3752
|
|
|
|
|
|
|
'coordinate' => { |
3753
|
|
|
|
|
|
|
'east' => q({0}O), |
3754
|
|
|
|
|
|
|
'north' => q({0}T), |
3755
|
|
|
|
|
|
|
'south' => q({0}D), |
3756
|
|
|
|
|
|
|
'west' => q({0}I), |
3757
|
|
|
|
|
|
|
}, |
3758
|
|
|
|
|
|
|
'cubic-centimeter' => { |
3759
|
|
|
|
|
|
|
'few' => q({0}cm³), |
3760
|
|
|
|
|
|
|
'many' => q({0}cm³), |
3761
|
|
|
|
|
|
|
'name' => q(cm³), |
3762
|
|
|
|
|
|
|
'one' => q({0}cm³), |
3763
|
|
|
|
|
|
|
'other' => q({0}cm³), |
3764
|
|
|
|
|
|
|
'per' => q({0}/cm³), |
3765
|
|
|
|
|
|
|
'two' => q({0}cm³), |
3766
|
|
|
|
|
|
|
}, |
3767
|
|
|
|
|
|
|
'cubic-foot' => { |
3768
|
|
|
|
|
|
|
'few' => q({0}tr³), |
3769
|
|
|
|
|
|
|
'many' => q({0}tr³), |
3770
|
|
|
|
|
|
|
'name' => q(tr³), |
3771
|
|
|
|
|
|
|
'one' => q({0}tr³), |
3772
|
|
|
|
|
|
|
'other' => q({0}tr³), |
3773
|
|
|
|
|
|
|
'two' => q({0}tr³), |
3774
|
|
|
|
|
|
|
}, |
3775
|
|
|
|
|
|
|
'cubic-inch' => { |
3776
|
|
|
|
|
|
|
'few' => q({0}or³), |
3777
|
|
|
|
|
|
|
'many' => q({0}or³), |
3778
|
|
|
|
|
|
|
'name' => q(or³), |
3779
|
|
|
|
|
|
|
'one' => q({0}or³), |
3780
|
|
|
|
|
|
|
'other' => q({0}or³), |
3781
|
|
|
|
|
|
|
'two' => q({0}or³), |
3782
|
|
|
|
|
|
|
}, |
3783
|
|
|
|
|
|
|
'cubic-kilometer' => { |
3784
|
|
|
|
|
|
|
'few' => q({0}km³), |
3785
|
|
|
|
|
|
|
'many' => q({0}km³), |
3786
|
|
|
|
|
|
|
'name' => q(km³), |
3787
|
|
|
|
|
|
|
'one' => q({0}km³), |
3788
|
|
|
|
|
|
|
'other' => q({0}km³), |
3789
|
|
|
|
|
|
|
'two' => q({0}km³), |
3790
|
|
|
|
|
|
|
}, |
3791
|
|
|
|
|
|
|
'cubic-meter' => { |
3792
|
|
|
|
|
|
|
'few' => q({0}m³), |
3793
|
|
|
|
|
|
|
'many' => q({0}m³), |
3794
|
|
|
|
|
|
|
'name' => q(m³), |
3795
|
|
|
|
|
|
|
'one' => q({0}m³), |
3796
|
|
|
|
|
|
|
'other' => q({0}m³), |
3797
|
|
|
|
|
|
|
'per' => q({0}/m³), |
3798
|
|
|
|
|
|
|
'two' => q({0}m³), |
3799
|
|
|
|
|
|
|
}, |
3800
|
|
|
|
|
|
|
'cubic-mile' => { |
3801
|
|
|
|
|
|
|
'few' => q({0} mhíle³), |
3802
|
|
|
|
|
|
|
'many' => q({0} míle³), |
3803
|
|
|
|
|
|
|
'name' => q(míle³), |
3804
|
|
|
|
|
|
|
'one' => q({0} mhíle³), |
3805
|
|
|
|
|
|
|
'other' => q({0} míle³), |
3806
|
|
|
|
|
|
|
'two' => q({0} mhíle³), |
3807
|
|
|
|
|
|
|
}, |
3808
|
|
|
|
|
|
|
'cubic-yard' => { |
3809
|
|
|
|
|
|
|
'few' => q({0}sl³), |
3810
|
|
|
|
|
|
|
'many' => q({0}sl³), |
3811
|
|
|
|
|
|
|
'name' => q(sl³), |
3812
|
|
|
|
|
|
|
'one' => q({0}sl³), |
3813
|
|
|
|
|
|
|
'other' => q({0}sl³), |
3814
|
|
|
|
|
|
|
'two' => q({0}sl³), |
3815
|
|
|
|
|
|
|
}, |
3816
|
|
|
|
|
|
|
'cup' => { |
3817
|
|
|
|
|
|
|
'few' => q({0}c), |
3818
|
|
|
|
|
|
|
'many' => q({0}c), |
3819
|
|
|
|
|
|
|
'name' => q(cupán), |
3820
|
|
|
|
|
|
|
'one' => q({0}c), |
3821
|
|
|
|
|
|
|
'other' => q({0}c), |
3822
|
|
|
|
|
|
|
'two' => q({0}c), |
3823
|
|
|
|
|
|
|
}, |
3824
|
|
|
|
|
|
|
'cup-metric' => { |
3825
|
|
|
|
|
|
|
'few' => q({0} mc), |
3826
|
|
|
|
|
|
|
'many' => q({0} mc), |
3827
|
|
|
|
|
|
|
'name' => q(cupán méadr.), |
3828
|
|
|
|
|
|
|
'one' => q({0} mc), |
3829
|
|
|
|
|
|
|
'other' => q({0} mc), |
3830
|
|
|
|
|
|
|
'two' => q({0} mc), |
3831
|
|
|
|
|
|
|
}, |
3832
|
|
|
|
|
|
|
'day' => { |
3833
|
|
|
|
|
|
|
'few' => q({0}l), |
3834
|
|
|
|
|
|
|
'many' => q({0}l), |
3835
|
|
|
|
|
|
|
'name' => q(lá), |
3836
|
|
|
|
|
|
|
'one' => q({0}l), |
3837
|
|
|
|
|
|
|
'other' => q({0}l), |
3838
|
|
|
|
|
|
|
'per' => q({0}/lá), |
3839
|
|
|
|
|
|
|
'two' => q({0}l), |
3840
|
|
|
|
|
|
|
}, |
3841
|
|
|
|
|
|
|
'deciliter' => { |
3842
|
|
|
|
|
|
|
'few' => q({0}dl), |
3843
|
|
|
|
|
|
|
'many' => q({0}dl), |
3844
|
|
|
|
|
|
|
'name' => q(dl), |
3845
|
|
|
|
|
|
|
'one' => q({0}dl), |
3846
|
|
|
|
|
|
|
'other' => q({0}dl), |
3847
|
|
|
|
|
|
|
'two' => q({0}dl), |
3848
|
|
|
|
|
|
|
}, |
3849
|
|
|
|
|
|
|
'decimeter' => { |
3850
|
|
|
|
|
|
|
'few' => q({0}dm), |
3851
|
|
|
|
|
|
|
'many' => q({0}dm), |
3852
|
|
|
|
|
|
|
'name' => q(dm), |
3853
|
|
|
|
|
|
|
'one' => q({0}dm), |
3854
|
|
|
|
|
|
|
'other' => q({0}dm), |
3855
|
|
|
|
|
|
|
'two' => q({0}dm), |
3856
|
|
|
|
|
|
|
}, |
3857
|
|
|
|
|
|
|
'degree' => { |
3858
|
|
|
|
|
|
|
'few' => q({0}°), |
3859
|
|
|
|
|
|
|
'many' => q({0}°), |
3860
|
|
|
|
|
|
|
'name' => q(céim), |
3861
|
|
|
|
|
|
|
'one' => q({0}°), |
3862
|
|
|
|
|
|
|
'other' => q({0}°), |
3863
|
|
|
|
|
|
|
'two' => q({0}°), |
3864
|
|
|
|
|
|
|
}, |
3865
|
|
|
|
|
|
|
'fahrenheit' => { |
3866
|
|
|
|
|
|
|
'few' => q({0}°F), |
3867
|
|
|
|
|
|
|
'many' => q({0}°F), |
3868
|
|
|
|
|
|
|
'name' => q(°F), |
3869
|
|
|
|
|
|
|
'one' => q({0}°F), |
3870
|
|
|
|
|
|
|
'other' => q({0}°F), |
3871
|
|
|
|
|
|
|
'two' => q({0}°F), |
3872
|
|
|
|
|
|
|
}, |
3873
|
|
|
|
|
|
|
'fathom' => { |
3874
|
|
|
|
|
|
|
'few' => q({0} fth), |
3875
|
|
|
|
|
|
|
'many' => q({0} fth), |
3876
|
|
|
|
|
|
|
'name' => q(feá), |
3877
|
|
|
|
|
|
|
'one' => q({0} fth), |
3878
|
|
|
|
|
|
|
'other' => q({0} fth), |
3879
|
|
|
|
|
|
|
'two' => q({0} fth), |
3880
|
|
|
|
|
|
|
}, |
3881
|
|
|
|
|
|
|
'fluid-ounce' => { |
3882
|
|
|
|
|
|
|
'few' => q({0} unsa l.), |
3883
|
|
|
|
|
|
|
'many' => q({0} unsa l.), |
3884
|
|
|
|
|
|
|
'name' => q(unsaí leacht.), |
3885
|
|
|
|
|
|
|
'one' => q({0} unsa l.), |
3886
|
|
|
|
|
|
|
'other' => q({0} unsa l.), |
3887
|
|
|
|
|
|
|
'two' => q({0} unsa l.), |
3888
|
|
|
|
|
|
|
}, |
3889
|
|
|
|
|
|
|
'foodcalorie' => { |
3890
|
|
|
|
|
|
|
'few' => q({0}Cal), |
3891
|
|
|
|
|
|
|
'many' => q({0}Cal), |
3892
|
|
|
|
|
|
|
'name' => q(Cal), |
3893
|
|
|
|
|
|
|
'one' => q({0}Cal), |
3894
|
|
|
|
|
|
|
'other' => q({0}Cal), |
3895
|
|
|
|
|
|
|
'two' => q({0}Cal), |
3896
|
|
|
|
|
|
|
}, |
3897
|
|
|
|
|
|
|
'foot' => { |
3898
|
|
|
|
|
|
|
'few' => q({0}′), |
3899
|
|
|
|
|
|
|
'many' => q({0}′), |
3900
|
|
|
|
|
|
|
'name' => q(tr), |
3901
|
|
|
|
|
|
|
'one' => q({0}′), |
3902
|
|
|
|
|
|
|
'other' => q({0}′), |
3903
|
|
|
|
|
|
|
'per' => q({0}/tr.), |
3904
|
|
|
|
|
|
|
'two' => q({0}′), |
3905
|
|
|
|
|
|
|
}, |
3906
|
|
|
|
|
|
|
'furlong' => { |
3907
|
|
|
|
|
|
|
'few' => q({0}st), |
3908
|
|
|
|
|
|
|
'many' => q({0}st), |
3909
|
|
|
|
|
|
|
'name' => q(staid), |
3910
|
|
|
|
|
|
|
'one' => q({0}st), |
3911
|
|
|
|
|
|
|
'other' => q({0}st), |
3912
|
|
|
|
|
|
|
'two' => q({0}st), |
3913
|
|
|
|
|
|
|
}, |
3914
|
|
|
|
|
|
|
'g-force' => { |
3915
|
|
|
|
|
|
|
'few' => q({0}G), |
3916
|
|
|
|
|
|
|
'many' => q({0}G), |
3917
|
|
|
|
|
|
|
'name' => q(g-fhórsa), |
3918
|
|
|
|
|
|
|
'one' => q({0}G), |
3919
|
|
|
|
|
|
|
'other' => q({0}G), |
3920
|
|
|
|
|
|
|
'two' => q({0}G), |
3921
|
|
|
|
|
|
|
}, |
3922
|
|
|
|
|
|
|
'gallon' => { |
3923
|
|
|
|
|
|
|
'few' => q({0} ghal.), |
3924
|
|
|
|
|
|
|
'many' => q({0} ngal.), |
3925
|
|
|
|
|
|
|
'name' => q(galúin), |
3926
|
|
|
|
|
|
|
'one' => q({0} ghal.), |
3927
|
|
|
|
|
|
|
'other' => q({0} gal.), |
3928
|
|
|
|
|
|
|
'per' => q({0}/gal.), |
3929
|
|
|
|
|
|
|
'two' => q({0} ghal.), |
3930
|
|
|
|
|
|
|
}, |
3931
|
|
|
|
|
|
|
'gallon-imperial' => { |
3932
|
|
|
|
|
|
|
'few' => q({0} ghalIm), |
3933
|
|
|
|
|
|
|
'many' => q({0} ngalIm), |
3934
|
|
|
|
|
|
|
'name' => q(gal. imp.), |
3935
|
|
|
|
|
|
|
'one' => q({0}ghalIm), |
3936
|
|
|
|
|
|
|
'other' => q({0}galIm), |
3937
|
|
|
|
|
|
|
'per' => q({0}/gal. imp.), |
3938
|
|
|
|
|
|
|
'two' => q({0}ghalIm), |
3939
|
|
|
|
|
|
|
}, |
3940
|
|
|
|
|
|
|
'generic' => { |
3941
|
|
|
|
|
|
|
'few' => q({0}°), |
3942
|
|
|
|
|
|
|
'many' => q({0}°), |
3943
|
|
|
|
|
|
|
'name' => q(°), |
3944
|
|
|
|
|
|
|
'one' => q({0}°), |
3945
|
|
|
|
|
|
|
'other' => q({0}°), |
3946
|
|
|
|
|
|
|
'two' => q({0}°), |
3947
|
|
|
|
|
|
|
}, |
3948
|
|
|
|
|
|
|
'gigabit' => { |
3949
|
|
|
|
|
|
|
'few' => q({0}Gb), |
3950
|
|
|
|
|
|
|
'many' => q({0}Gb), |
3951
|
|
|
|
|
|
|
'name' => q(Gb), |
3952
|
|
|
|
|
|
|
'one' => q({0}Gb), |
3953
|
|
|
|
|
|
|
'other' => q({0}Gb), |
3954
|
|
|
|
|
|
|
'two' => q({0}Gb), |
3955
|
|
|
|
|
|
|
}, |
3956
|
|
|
|
|
|
|
'gigabyte' => { |
3957
|
|
|
|
|
|
|
'few' => q({0}GB), |
3958
|
|
|
|
|
|
|
'many' => q({0}GB), |
3959
|
|
|
|
|
|
|
'name' => q(GB), |
3960
|
|
|
|
|
|
|
'one' => q({0}GB), |
3961
|
|
|
|
|
|
|
'other' => q({0}GB), |
3962
|
|
|
|
|
|
|
'two' => q({0}GB), |
3963
|
|
|
|
|
|
|
}, |
3964
|
|
|
|
|
|
|
'gigahertz' => { |
3965
|
|
|
|
|
|
|
'few' => q({0}GHz), |
3966
|
|
|
|
|
|
|
'many' => q({0}GHz), |
3967
|
|
|
|
|
|
|
'name' => q(GHz), |
3968
|
|
|
|
|
|
|
'one' => q({0}GHz), |
3969
|
|
|
|
|
|
|
'other' => q({0}GHz), |
3970
|
|
|
|
|
|
|
'two' => q({0}GHz), |
3971
|
|
|
|
|
|
|
}, |
3972
|
|
|
|
|
|
|
'gigawatt' => { |
3973
|
|
|
|
|
|
|
'few' => q({0}GW), |
3974
|
|
|
|
|
|
|
'many' => q({0}GW), |
3975
|
|
|
|
|
|
|
'name' => q(GW), |
3976
|
|
|
|
|
|
|
'one' => q({0}GW), |
3977
|
|
|
|
|
|
|
'other' => q({0}GW), |
3978
|
|
|
|
|
|
|
'two' => q({0}GW), |
3979
|
|
|
|
|
|
|
}, |
3980
|
|
|
|
|
|
|
'gram' => { |
3981
|
|
|
|
|
|
|
'few' => q({0}g), |
3982
|
|
|
|
|
|
|
'many' => q({0}g), |
3983
|
|
|
|
|
|
|
'name' => q(gram), |
3984
|
|
|
|
|
|
|
'one' => q({0}g), |
3985
|
|
|
|
|
|
|
'other' => q({0}g), |
3986
|
|
|
|
|
|
|
'per' => q({0}/g), |
3987
|
|
|
|
|
|
|
'two' => q({0}g), |
3988
|
|
|
|
|
|
|
}, |
3989
|
|
|
|
|
|
|
'hectare' => { |
3990
|
|
|
|
|
|
|
'few' => q({0} ha), |
3991
|
|
|
|
|
|
|
'many' => q({0} ha), |
3992
|
|
|
|
|
|
|
'name' => q(heicteáir), |
3993
|
|
|
|
|
|
|
'one' => q({0} ha), |
3994
|
|
|
|
|
|
|
'other' => q({0} ha), |
3995
|
|
|
|
|
|
|
'two' => q({0} ha), |
3996
|
|
|
|
|
|
|
}, |
3997
|
|
|
|
|
|
|
'hectoliter' => { |
3998
|
|
|
|
|
|
|
'few' => q({0} hl), |
3999
|
|
|
|
|
|
|
'many' => q({0} hl), |
4000
|
|
|
|
|
|
|
'name' => q(hl), |
4001
|
|
|
|
|
|
|
'one' => q({0} hl), |
4002
|
|
|
|
|
|
|
'other' => q({0} hl), |
4003
|
|
|
|
|
|
|
'two' => q({0} hl), |
4004
|
|
|
|
|
|
|
}, |
4005
|
|
|
|
|
|
|
'hectopascal' => { |
4006
|
|
|
|
|
|
|
'few' => q({0}hPa), |
4007
|
|
|
|
|
|
|
'many' => q({0}hPa), |
4008
|
|
|
|
|
|
|
'name' => q(hPa), |
4009
|
|
|
|
|
|
|
'one' => q({0}hPa), |
4010
|
|
|
|
|
|
|
'other' => q({0}hPa), |
4011
|
|
|
|
|
|
|
'two' => q({0}hPa), |
4012
|
|
|
|
|
|
|
}, |
4013
|
|
|
|
|
|
|
'hertz' => { |
4014
|
|
|
|
|
|
|
'few' => q({0}Hz), |
4015
|
|
|
|
|
|
|
'many' => q({0}Hz), |
4016
|
|
|
|
|
|
|
'name' => q(Hz), |
4017
|
|
|
|
|
|
|
'one' => q({0}Hz), |
4018
|
|
|
|
|
|
|
'other' => q({0}Hz), |
4019
|
|
|
|
|
|
|
'two' => q({0}Hz), |
4020
|
|
|
|
|
|
|
}, |
4021
|
|
|
|
|
|
|
'horsepower' => { |
4022
|
|
|
|
|
|
|
'few' => q({0}ec), |
4023
|
|
|
|
|
|
|
'many' => q({0}ec), |
4024
|
|
|
|
|
|
|
'name' => q(ec), |
4025
|
|
|
|
|
|
|
'one' => q({0}ec), |
4026
|
|
|
|
|
|
|
'other' => q({0}ec), |
4027
|
|
|
|
|
|
|
'two' => q({0}ec), |
4028
|
|
|
|
|
|
|
}, |
4029
|
|
|
|
|
|
|
'hour' => { |
4030
|
|
|
|
|
|
|
'few' => q({0}u), |
4031
|
|
|
|
|
|
|
'many' => q({0}u), |
4032
|
|
|
|
|
|
|
'name' => q(uair), |
4033
|
|
|
|
|
|
|
'one' => q({0}u), |
4034
|
|
|
|
|
|
|
'other' => q({0}u), |
4035
|
|
|
|
|
|
|
'per' => q({0}/u), |
4036
|
|
|
|
|
|
|
'two' => q({0}u), |
4037
|
|
|
|
|
|
|
}, |
4038
|
|
|
|
|
|
|
'inch' => { |
4039
|
|
|
|
|
|
|
'few' => q({0}″), |
4040
|
|
|
|
|
|
|
'many' => q({0}″), |
4041
|
|
|
|
|
|
|
'name' => q(orlaí), |
4042
|
|
|
|
|
|
|
'one' => q({0}″), |
4043
|
|
|
|
|
|
|
'other' => q({0}″), |
4044
|
|
|
|
|
|
|
'per' => q({0}/or.), |
4045
|
|
|
|
|
|
|
'two' => q({0}″), |
4046
|
|
|
|
|
|
|
}, |
4047
|
|
|
|
|
|
|
'inch-hg' => { |
4048
|
|
|
|
|
|
|
'few' => q({0}" Hg), |
4049
|
|
|
|
|
|
|
'many' => q({0}" Hg), |
4050
|
|
|
|
|
|
|
'name' => q(orlaí Hg), |
4051
|
|
|
|
|
|
|
'one' => q({0}" Hg), |
4052
|
|
|
|
|
|
|
'other' => q({0}" Hg), |
4053
|
|
|
|
|
|
|
'two' => q({0}" Hg), |
4054
|
|
|
|
|
|
|
}, |
4055
|
|
|
|
|
|
|
'joule' => { |
4056
|
|
|
|
|
|
|
'few' => q({0}J), |
4057
|
|
|
|
|
|
|
'many' => q({0}J), |
4058
|
|
|
|
|
|
|
'name' => q(giúil), |
4059
|
|
|
|
|
|
|
'one' => q({0}J), |
4060
|
|
|
|
|
|
|
'other' => q({0}J), |
4061
|
|
|
|
|
|
|
'two' => q({0}J), |
4062
|
|
|
|
|
|
|
}, |
4063
|
|
|
|
|
|
|
'karat' => { |
4064
|
|
|
|
|
|
|
'few' => q({0}kt), |
4065
|
|
|
|
|
|
|
'many' => q({0}kt), |
4066
|
|
|
|
|
|
|
'name' => q(kt), |
4067
|
|
|
|
|
|
|
'one' => q({0}kt), |
4068
|
|
|
|
|
|
|
'other' => q({0}kt), |
4069
|
|
|
|
|
|
|
'two' => q({0}kt), |
4070
|
|
|
|
|
|
|
}, |
4071
|
|
|
|
|
|
|
'kelvin' => { |
4072
|
|
|
|
|
|
|
'few' => q({0}K), |
4073
|
|
|
|
|
|
|
'many' => q({0}K), |
4074
|
|
|
|
|
|
|
'name' => q(K), |
4075
|
|
|
|
|
|
|
'one' => q({0}K), |
4076
|
|
|
|
|
|
|
'other' => q({0}K), |
4077
|
|
|
|
|
|
|
'two' => q({0}K), |
4078
|
|
|
|
|
|
|
}, |
4079
|
|
|
|
|
|
|
'kilobit' => { |
4080
|
|
|
|
|
|
|
'few' => q({0}kb), |
4081
|
|
|
|
|
|
|
'many' => q({0}kb), |
4082
|
|
|
|
|
|
|
'name' => q(kb), |
4083
|
|
|
|
|
|
|
'one' => q({0}kb), |
4084
|
|
|
|
|
|
|
'other' => q({0}kb), |
4085
|
|
|
|
|
|
|
'two' => q({0}kb), |
4086
|
|
|
|
|
|
|
}, |
4087
|
|
|
|
|
|
|
'kilobyte' => { |
4088
|
|
|
|
|
|
|
'few' => q({0}kB), |
4089
|
|
|
|
|
|
|
'many' => q({0}kB), |
4090
|
|
|
|
|
|
|
'name' => q(kB), |
4091
|
|
|
|
|
|
|
'one' => q({0}kB), |
4092
|
|
|
|
|
|
|
'other' => q({0}kB), |
4093
|
|
|
|
|
|
|
'two' => q({0}kB), |
4094
|
|
|
|
|
|
|
}, |
4095
|
|
|
|
|
|
|
'kilocalorie' => { |
4096
|
|
|
|
|
|
|
'few' => q({0}kcal), |
4097
|
|
|
|
|
|
|
'many' => q({0}kcal), |
4098
|
|
|
|
|
|
|
'name' => q(kcal), |
4099
|
|
|
|
|
|
|
'one' => q({0}kcal), |
4100
|
|
|
|
|
|
|
'other' => q({0}kcal), |
4101
|
|
|
|
|
|
|
'two' => q({0}kcal), |
4102
|
|
|
|
|
|
|
}, |
4103
|
|
|
|
|
|
|
'kilogram' => { |
4104
|
|
|
|
|
|
|
'few' => q({0}kg), |
4105
|
|
|
|
|
|
|
'many' => q({0}kg), |
4106
|
|
|
|
|
|
|
'name' => q(kg), |
4107
|
|
|
|
|
|
|
'one' => q({0}kg), |
4108
|
|
|
|
|
|
|
'other' => q({0}kg), |
4109
|
|
|
|
|
|
|
'per' => q({0}/kg), |
4110
|
|
|
|
|
|
|
'two' => q({0}kg), |
4111
|
|
|
|
|
|
|
}, |
4112
|
|
|
|
|
|
|
'kilohertz' => { |
4113
|
|
|
|
|
|
|
'few' => q({0}kHz), |
4114
|
|
|
|
|
|
|
'many' => q({0}kHz), |
4115
|
|
|
|
|
|
|
'name' => q(kHz), |
4116
|
|
|
|
|
|
|
'one' => q({0}kHz), |
4117
|
|
|
|
|
|
|
'other' => q({0}kHz), |
4118
|
|
|
|
|
|
|
'two' => q({0}kHz), |
4119
|
|
|
|
|
|
|
}, |
4120
|
|
|
|
|
|
|
'kilojoule' => { |
4121
|
|
|
|
|
|
|
'few' => q({0}kJ), |
4122
|
|
|
|
|
|
|
'many' => q({0}kJ), |
4123
|
|
|
|
|
|
|
'name' => q(kJ), |
4124
|
|
|
|
|
|
|
'one' => q({0}kJ), |
4125
|
|
|
|
|
|
|
'other' => q({0}kJ), |
4126
|
|
|
|
|
|
|
'two' => q({0}kJ), |
4127
|
|
|
|
|
|
|
}, |
4128
|
|
|
|
|
|
|
'kilometer' => { |
4129
|
|
|
|
|
|
|
'few' => q({0}km), |
4130
|
|
|
|
|
|
|
'many' => q({0}km), |
4131
|
|
|
|
|
|
|
'name' => q(km), |
4132
|
|
|
|
|
|
|
'one' => q({0}km), |
4133
|
|
|
|
|
|
|
'other' => q({0}km), |
4134
|
|
|
|
|
|
|
'per' => q({0}/km), |
4135
|
|
|
|
|
|
|
'two' => q({0}km), |
4136
|
|
|
|
|
|
|
}, |
4137
|
|
|
|
|
|
|
'kilometer-per-hour' => { |
4138
|
|
|
|
|
|
|
'few' => q({0}km/u), |
4139
|
|
|
|
|
|
|
'many' => q({0}km/u), |
4140
|
|
|
|
|
|
|
'name' => q(km/u), |
4141
|
|
|
|
|
|
|
'one' => q({0}km/u), |
4142
|
|
|
|
|
|
|
'other' => q({0}km/u), |
4143
|
|
|
|
|
|
|
'two' => q({0}km/u), |
4144
|
|
|
|
|
|
|
}, |
4145
|
|
|
|
|
|
|
'kilowatt' => { |
4146
|
|
|
|
|
|
|
'few' => q({0}kW), |
4147
|
|
|
|
|
|
|
'many' => q({0}kW), |
4148
|
|
|
|
|
|
|
'name' => q(kW), |
4149
|
|
|
|
|
|
|
'one' => q({0}kW), |
4150
|
|
|
|
|
|
|
'other' => q({0}kW), |
4151
|
|
|
|
|
|
|
'two' => q({0}kW), |
4152
|
|
|
|
|
|
|
}, |
4153
|
|
|
|
|
|
|
'kilowatt-hour' => { |
4154
|
|
|
|
|
|
|
'few' => q({0}kWh), |
4155
|
|
|
|
|
|
|
'many' => q({0}kWh), |
4156
|
|
|
|
|
|
|
'name' => q(kW-uair), |
4157
|
|
|
|
|
|
|
'one' => q({0}kWh), |
4158
|
|
|
|
|
|
|
'other' => q({0}kWh), |
4159
|
|
|
|
|
|
|
'two' => q({0}kWh), |
4160
|
|
|
|
|
|
|
}, |
4161
|
|
|
|
|
|
|
'knot' => { |
4162
|
|
|
|
|
|
|
'few' => q({0} mrml/u), |
4163
|
|
|
|
|
|
|
'many' => q({0} mrml/u), |
4164
|
|
|
|
|
|
|
'name' => q(mrml/u), |
4165
|
|
|
|
|
|
|
'one' => q({0} mrml/u), |
4166
|
|
|
|
|
|
|
'other' => q({0} mrml/u), |
4167
|
|
|
|
|
|
|
'two' => q({0} mrml/u), |
4168
|
|
|
|
|
|
|
}, |
4169
|
|
|
|
|
|
|
'light-year' => { |
4170
|
|
|
|
|
|
|
'few' => q({0}sbh), |
4171
|
|
|
|
|
|
|
'many' => q({0}sbh), |
4172
|
|
|
|
|
|
|
'name' => q(sbh), |
4173
|
|
|
|
|
|
|
'one' => q({0}sbh), |
4174
|
|
|
|
|
|
|
'other' => q({0}sbh), |
4175
|
|
|
|
|
|
|
'two' => q({0}sbh), |
4176
|
|
|
|
|
|
|
}, |
4177
|
|
|
|
|
|
|
'liter' => { |
4178
|
|
|
|
|
|
|
'few' => q({0}l), |
4179
|
|
|
|
|
|
|
'many' => q({0}l), |
4180
|
|
|
|
|
|
|
'name' => q(lítir), |
4181
|
|
|
|
|
|
|
'one' => q({0}l), |
4182
|
|
|
|
|
|
|
'other' => q({0}l), |
4183
|
|
|
|
|
|
|
'per' => q({0}/l), |
4184
|
|
|
|
|
|
|
'two' => q({0}l), |
4185
|
|
|
|
|
|
|
}, |
4186
|
|
|
|
|
|
|
'liter-per-100kilometers' => { |
4187
|
|
|
|
|
|
|
'few' => q({0}l/100km), |
4188
|
|
|
|
|
|
|
'many' => q({0}l/100km), |
4189
|
|
|
|
|
|
|
'name' => q(l/100km), |
4190
|
|
|
|
|
|
|
'one' => q({0}l/100km), |
4191
|
|
|
|
|
|
|
'other' => q({0}l/100km), |
4192
|
|
|
|
|
|
|
'two' => q({0}l/100km), |
4193
|
|
|
|
|
|
|
}, |
4194
|
|
|
|
|
|
|
'liter-per-kilometer' => { |
4195
|
|
|
|
|
|
|
'few' => q({0}l/km), |
4196
|
|
|
|
|
|
|
'many' => q({0}l/km), |
4197
|
|
|
|
|
|
|
'name' => q(l/km), |
4198
|
|
|
|
|
|
|
'one' => q({0}l/km), |
4199
|
|
|
|
|
|
|
'other' => q({0}l/km), |
4200
|
|
|
|
|
|
|
'two' => q({0}l/km), |
4201
|
|
|
|
|
|
|
}, |
4202
|
|
|
|
|
|
|
'lux' => { |
4203
|
|
|
|
|
|
|
'few' => q({0}lx), |
4204
|
|
|
|
|
|
|
'many' => q({0}lx), |
4205
|
|
|
|
|
|
|
'name' => q(lucsa), |
4206
|
|
|
|
|
|
|
'one' => q({0}lx), |
4207
|
|
|
|
|
|
|
'other' => q({0}lx), |
4208
|
|
|
|
|
|
|
'two' => q({0}lx), |
4209
|
|
|
|
|
|
|
}, |
4210
|
|
|
|
|
|
|
'megabit' => { |
4211
|
|
|
|
|
|
|
'few' => q({0}Mb), |
4212
|
|
|
|
|
|
|
'many' => q({0}Mb), |
4213
|
|
|
|
|
|
|
'name' => q(Mb), |
4214
|
|
|
|
|
|
|
'one' => q({0}Mb), |
4215
|
|
|
|
|
|
|
'other' => q({0}Mb), |
4216
|
|
|
|
|
|
|
'two' => q({0}Mb), |
4217
|
|
|
|
|
|
|
}, |
4218
|
|
|
|
|
|
|
'megabyte' => { |
4219
|
|
|
|
|
|
|
'few' => q({0}MB), |
4220
|
|
|
|
|
|
|
'many' => q({0}MB), |
4221
|
|
|
|
|
|
|
'name' => q(MB), |
4222
|
|
|
|
|
|
|
'one' => q({0}MB), |
4223
|
|
|
|
|
|
|
'other' => q({0}MB), |
4224
|
|
|
|
|
|
|
'two' => q({0}MB), |
4225
|
|
|
|
|
|
|
}, |
4226
|
|
|
|
|
|
|
'megahertz' => { |
4227
|
|
|
|
|
|
|
'few' => q({0}MHz), |
4228
|
|
|
|
|
|
|
'many' => q({0}MHz), |
4229
|
|
|
|
|
|
|
'name' => q(MHz), |
4230
|
|
|
|
|
|
|
'one' => q({0}MHz), |
4231
|
|
|
|
|
|
|
'other' => q({0}MHz), |
4232
|
|
|
|
|
|
|
'two' => q({0}MHz), |
4233
|
|
|
|
|
|
|
}, |
4234
|
|
|
|
|
|
|
'megaliter' => { |
4235
|
|
|
|
|
|
|
'few' => q({0} Ml), |
4236
|
|
|
|
|
|
|
'many' => q({0} Ml), |
4237
|
|
|
|
|
|
|
'name' => q(Ml), |
4238
|
|
|
|
|
|
|
'one' => q({0} Ml), |
4239
|
|
|
|
|
|
|
'other' => q({0} Ml), |
4240
|
|
|
|
|
|
|
'two' => q({0} Ml), |
4241
|
|
|
|
|
|
|
}, |
4242
|
|
|
|
|
|
|
'megawatt' => { |
4243
|
|
|
|
|
|
|
'few' => q({0}MW), |
4244
|
|
|
|
|
|
|
'many' => q({0}MW), |
4245
|
|
|
|
|
|
|
'name' => q(MW), |
4246
|
|
|
|
|
|
|
'one' => q({0}MW), |
4247
|
|
|
|
|
|
|
'other' => q({0}MW), |
4248
|
|
|
|
|
|
|
'two' => q({0}MW), |
4249
|
|
|
|
|
|
|
}, |
4250
|
|
|
|
|
|
|
'meter' => { |
4251
|
|
|
|
|
|
|
'few' => q({0}m), |
4252
|
|
|
|
|
|
|
'many' => q({0}m), |
4253
|
|
|
|
|
|
|
'name' => q(méadar), |
4254
|
|
|
|
|
|
|
'one' => q({0}m), |
4255
|
|
|
|
|
|
|
'other' => q({0}m), |
4256
|
|
|
|
|
|
|
'per' => q({0}/m), |
4257
|
|
|
|
|
|
|
'two' => q({0}m), |
4258
|
|
|
|
|
|
|
}, |
4259
|
|
|
|
|
|
|
'meter-per-second' => { |
4260
|
|
|
|
|
|
|
'few' => q({0}m/s), |
4261
|
|
|
|
|
|
|
'many' => q({0}m/s), |
4262
|
|
|
|
|
|
|
'name' => q(m/s), |
4263
|
|
|
|
|
|
|
'one' => q({0}m/s), |
4264
|
|
|
|
|
|
|
'other' => q({0}m/s), |
4265
|
|
|
|
|
|
|
'two' => q({0}m/s), |
4266
|
|
|
|
|
|
|
}, |
4267
|
|
|
|
|
|
|
'meter-per-second-squared' => { |
4268
|
|
|
|
|
|
|
'few' => q({0}m/s²), |
4269
|
|
|
|
|
|
|
'many' => q({0}m/s²), |
4270
|
|
|
|
|
|
|
'name' => q(m/s²), |
4271
|
|
|
|
|
|
|
'one' => q({0}m/s²), |
4272
|
|
|
|
|
|
|
'other' => q({0}m/s²), |
4273
|
|
|
|
|
|
|
'two' => q({0}m/s²), |
4274
|
|
|
|
|
|
|
}, |
4275
|
|
|
|
|
|
|
'metric-ton' => { |
4276
|
|
|
|
|
|
|
'few' => q({0}t), |
4277
|
|
|
|
|
|
|
'many' => q({0}t), |
4278
|
|
|
|
|
|
|
'name' => q(t), |
4279
|
|
|
|
|
|
|
'one' => q({0}t), |
4280
|
|
|
|
|
|
|
'other' => q({0}t), |
4281
|
|
|
|
|
|
|
'two' => q({0}t), |
4282
|
|
|
|
|
|
|
}, |
4283
|
|
|
|
|
|
|
'microgram' => { |
4284
|
|
|
|
|
|
|
'few' => q({0}µg), |
4285
|
|
|
|
|
|
|
'many' => q({0}µg), |
4286
|
|
|
|
|
|
|
'name' => q(µg), |
4287
|
|
|
|
|
|
|
'one' => q({0}µg), |
4288
|
|
|
|
|
|
|
'other' => q({0}µg), |
4289
|
|
|
|
|
|
|
'two' => q({0}µg), |
4290
|
|
|
|
|
|
|
}, |
4291
|
|
|
|
|
|
|
'micrometer' => { |
4292
|
|
|
|
|
|
|
'few' => q({0}µm), |
4293
|
|
|
|
|
|
|
'many' => q({0}µm), |
4294
|
|
|
|
|
|
|
'name' => q(µm), |
4295
|
|
|
|
|
|
|
'one' => q({0}µm), |
4296
|
|
|
|
|
|
|
'other' => q({0}µm), |
4297
|
|
|
|
|
|
|
'two' => q({0}µm), |
4298
|
|
|
|
|
|
|
}, |
4299
|
|
|
|
|
|
|
'microsecond' => { |
4300
|
|
|
|
|
|
|
'few' => q({0}μs), |
4301
|
|
|
|
|
|
|
'many' => q({0}μs), |
4302
|
|
|
|
|
|
|
'name' => q(μs), |
4303
|
|
|
|
|
|
|
'one' => q({0}μs), |
4304
|
|
|
|
|
|
|
'other' => q({0}μs), |
4305
|
|
|
|
|
|
|
'two' => q({0}μs), |
4306
|
|
|
|
|
|
|
}, |
4307
|
|
|
|
|
|
|
'mile' => { |
4308
|
|
|
|
|
|
|
'few' => q({0} mhíle), |
4309
|
|
|
|
|
|
|
'many' => q({0} míle), |
4310
|
|
|
|
|
|
|
'name' => q(mílte), |
4311
|
|
|
|
|
|
|
'one' => q({0} mhíle), |
4312
|
|
|
|
|
|
|
'other' => q({0} míle), |
4313
|
|
|
|
|
|
|
'two' => q({0} mhíle), |
4314
|
|
|
|
|
|
|
}, |
4315
|
|
|
|
|
|
|
'mile-per-gallon' => { |
4316
|
|
|
|
|
|
|
'few' => q({0}míle/g), |
4317
|
|
|
|
|
|
|
'many' => q({0}míle/g), |
4318
|
|
|
|
|
|
|
'name' => q(mílte/gal), |
4319
|
|
|
|
|
|
|
'one' => q({0}míle/g), |
4320
|
|
|
|
|
|
|
'other' => q({0}míle/g), |
4321
|
|
|
|
|
|
|
'two' => q({0}míle/g), |
4322
|
|
|
|
|
|
|
}, |
4323
|
|
|
|
|
|
|
'mile-per-gallon-imperial' => { |
4324
|
|
|
|
|
|
|
'few' => q({0}m/gRA), |
4325
|
|
|
|
|
|
|
'many' => q({0}m/gRA), |
4326
|
|
|
|
|
|
|
'name' => q(mílte/gal. imp.), |
4327
|
|
|
|
|
|
|
'one' => q({0}m/gRA), |
4328
|
|
|
|
|
|
|
'other' => q({0}m/gRA), |
4329
|
|
|
|
|
|
|
'two' => q({0}m/gRA), |
4330
|
|
|
|
|
|
|
}, |
4331
|
|
|
|
|
|
|
'mile-per-hour' => { |
4332
|
|
|
|
|
|
|
'few' => q({0}msu), |
4333
|
|
|
|
|
|
|
'many' => q({0}msu), |
4334
|
|
|
|
|
|
|
'name' => q(mílte/uair), |
4335
|
|
|
|
|
|
|
'one' => q({0}msu), |
4336
|
|
|
|
|
|
|
'other' => q({0}msu), |
4337
|
|
|
|
|
|
|
'two' => q({0}msu), |
4338
|
|
|
|
|
|
|
}, |
4339
|
|
|
|
|
|
|
'mile-scandinavian' => { |
4340
|
|
|
|
|
|
|
'few' => q({0} m lch), |
4341
|
|
|
|
|
|
|
'many' => q({0} m lch), |
4342
|
|
|
|
|
|
|
'name' => q(míle Lochl.), |
4343
|
|
|
|
|
|
|
'one' => q({0} m lch), |
4344
|
|
|
|
|
|
|
'other' => q({0} m lch), |
4345
|
|
|
|
|
|
|
'two' => q({0} mh lch), |
4346
|
|
|
|
|
|
|
}, |
4347
|
|
|
|
|
|
|
'milliampere' => { |
4348
|
|
|
|
|
|
|
'few' => q({0}mA), |
4349
|
|
|
|
|
|
|
'many' => q({0}mA), |
4350
|
|
|
|
|
|
|
'name' => q(mA), |
4351
|
|
|
|
|
|
|
'one' => q({0}mA), |
4352
|
|
|
|
|
|
|
'other' => q({0}mA), |
4353
|
|
|
|
|
|
|
'two' => q({0}mA), |
4354
|
|
|
|
|
|
|
}, |
4355
|
|
|
|
|
|
|
'millibar' => { |
4356
|
|
|
|
|
|
|
'few' => q({0}mb), |
4357
|
|
|
|
|
|
|
'many' => q({0}mb), |
4358
|
|
|
|
|
|
|
'name' => q(mbar), |
4359
|
|
|
|
|
|
|
'one' => q({0}mb), |
4360
|
|
|
|
|
|
|
'other' => q({0}mb), |
4361
|
|
|
|
|
|
|
'two' => q({0}mb), |
4362
|
|
|
|
|
|
|
}, |
4363
|
|
|
|
|
|
|
'milligram' => { |
4364
|
|
|
|
|
|
|
'few' => q({0}mg), |
4365
|
|
|
|
|
|
|
'many' => q({0}mg), |
4366
|
|
|
|
|
|
|
'name' => q(mg), |
4367
|
|
|
|
|
|
|
'one' => q({0}mg), |
4368
|
|
|
|
|
|
|
'other' => q({0}mg), |
4369
|
|
|
|
|
|
|
'two' => q({0}mg), |
4370
|
|
|
|
|
|
|
}, |
4371
|
|
|
|
|
|
|
'milligram-per-deciliter' => { |
4372
|
|
|
|
|
|
|
'few' => q({0} mg/dL), |
4373
|
|
|
|
|
|
|
'many' => q({0} mg/dL), |
4374
|
|
|
|
|
|
|
'name' => q(mg/dL), |
4375
|
|
|
|
|
|
|
'one' => q({0} mg/dL), |
4376
|
|
|
|
|
|
|
'other' => q({0} mg/dL), |
4377
|
|
|
|
|
|
|
'two' => q({0} mg/dL), |
4378
|
|
|
|
|
|
|
}, |
4379
|
|
|
|
|
|
|
'milliliter' => { |
4380
|
|
|
|
|
|
|
'few' => q({0} ml), |
4381
|
|
|
|
|
|
|
'many' => q({0} ml), |
4382
|
|
|
|
|
|
|
'name' => q(ml), |
4383
|
|
|
|
|
|
|
'one' => q({0} ml), |
4384
|
|
|
|
|
|
|
'other' => q({0} ml), |
4385
|
|
|
|
|
|
|
'two' => q({0} ml), |
4386
|
|
|
|
|
|
|
}, |
4387
|
|
|
|
|
|
|
'millimeter' => { |
4388
|
|
|
|
|
|
|
'few' => q({0}mm), |
4389
|
|
|
|
|
|
|
'many' => q({0}mm), |
4390
|
|
|
|
|
|
|
'name' => q(mm), |
4391
|
|
|
|
|
|
|
'one' => q({0}mm), |
4392
|
|
|
|
|
|
|
'other' => q({0}mm), |
4393
|
|
|
|
|
|
|
'two' => q({0}mm), |
4394
|
|
|
|
|
|
|
}, |
4395
|
|
|
|
|
|
|
'millimeter-of-mercury' => { |
4396
|
|
|
|
|
|
|
'few' => q({0}mmHg), |
4397
|
|
|
|
|
|
|
'many' => q({0}mmHg), |
4398
|
|
|
|
|
|
|
'name' => q(mm Hg), |
4399
|
|
|
|
|
|
|
'one' => q({0}mmHg), |
4400
|
|
|
|
|
|
|
'other' => q({0}mmHg), |
4401
|
|
|
|
|
|
|
'two' => q({0}mmHg), |
4402
|
|
|
|
|
|
|
}, |
4403
|
|
|
|
|
|
|
'millimole-per-liter' => { |
4404
|
|
|
|
|
|
|
'few' => q({0} mmol/L), |
4405
|
|
|
|
|
|
|
'many' => q({0} mmol/L), |
4406
|
|
|
|
|
|
|
'name' => q(milleamól/lítear), |
4407
|
|
|
|
|
|
|
'one' => q({0} mmol/L), |
4408
|
|
|
|
|
|
|
'other' => q({0} mmol/L), |
4409
|
|
|
|
|
|
|
'two' => q({0} mmol/L), |
4410
|
|
|
|
|
|
|
}, |
4411
|
|
|
|
|
|
|
'millisecond' => { |
4412
|
|
|
|
|
|
|
'few' => q({0}ms), |
4413
|
|
|
|
|
|
|
'many' => q({0}ms), |
4414
|
|
|
|
|
|
|
'name' => q(ms), |
4415
|
|
|
|
|
|
|
'one' => q({0}ms), |
4416
|
|
|
|
|
|
|
'other' => q({0}ms), |
4417
|
|
|
|
|
|
|
'two' => q({0}ms), |
4418
|
|
|
|
|
|
|
}, |
4419
|
|
|
|
|
|
|
'milliwatt' => { |
4420
|
|
|
|
|
|
|
'few' => q({0}mW), |
4421
|
|
|
|
|
|
|
'many' => q({0}mW), |
4422
|
|
|
|
|
|
|
'name' => q(mW), |
4423
|
|
|
|
|
|
|
'one' => q({0}mW), |
4424
|
|
|
|
|
|
|
'other' => q({0}mW), |
4425
|
|
|
|
|
|
|
'two' => q({0}mW), |
4426
|
|
|
|
|
|
|
}, |
4427
|
|
|
|
|
|
|
'minute' => { |
4428
|
|
|
|
|
|
|
'few' => q({0}n), |
4429
|
|
|
|
|
|
|
'many' => q({0}n), |
4430
|
|
|
|
|
|
|
'name' => q(nóim), |
4431
|
|
|
|
|
|
|
'one' => q({0}n), |
4432
|
|
|
|
|
|
|
'other' => q({0}n), |
4433
|
|
|
|
|
|
|
'per' => q({0}/nóim), |
4434
|
|
|
|
|
|
|
'two' => q({0}n), |
4435
|
|
|
|
|
|
|
}, |
4436
|
|
|
|
|
|
|
'month' => { |
4437
|
|
|
|
|
|
|
'few' => q({0}m), |
4438
|
|
|
|
|
|
|
'many' => q({0}m), |
4439
|
|
|
|
|
|
|
'name' => q(mí), |
4440
|
|
|
|
|
|
|
'one' => q({0}m), |
4441
|
|
|
|
|
|
|
'other' => q({0}m), |
4442
|
|
|
|
|
|
|
'per' => q({0}/mí), |
4443
|
|
|
|
|
|
|
'two' => q({0}m), |
4444
|
|
|
|
|
|
|
}, |
4445
|
|
|
|
|
|
|
'nanometer' => { |
4446
|
|
|
|
|
|
|
'few' => q({0}nm), |
4447
|
|
|
|
|
|
|
'many' => q({0}nm), |
4448
|
|
|
|
|
|
|
'name' => q(nm), |
4449
|
|
|
|
|
|
|
'one' => q({0}nm), |
4450
|
|
|
|
|
|
|
'other' => q({0}nm), |
4451
|
|
|
|
|
|
|
'two' => q({0}nm), |
4452
|
|
|
|
|
|
|
}, |
4453
|
|
|
|
|
|
|
'nanosecond' => { |
4454
|
|
|
|
|
|
|
'few' => q({0}ns), |
4455
|
|
|
|
|
|
|
'many' => q({0}ns), |
4456
|
|
|
|
|
|
|
'name' => q(ns), |
4457
|
|
|
|
|
|
|
'one' => q({0}ns), |
4458
|
|
|
|
|
|
|
'other' => q({0}ns), |
4459
|
|
|
|
|
|
|
'two' => q({0}ns), |
4460
|
|
|
|
|
|
|
}, |
4461
|
|
|
|
|
|
|
'nautical-mile' => { |
4462
|
|
|
|
|
|
|
'few' => q({0}mmh.), |
4463
|
|
|
|
|
|
|
'many' => q({0}mmh.), |
4464
|
|
|
|
|
|
|
'name' => q(muirmh.), |
4465
|
|
|
|
|
|
|
'one' => q({0}mmh.), |
4466
|
|
|
|
|
|
|
'other' => q({0}mmh.), |
4467
|
|
|
|
|
|
|
'two' => q({0}mmh.), |
4468
|
|
|
|
|
|
|
}, |
4469
|
|
|
|
|
|
|
'ohm' => { |
4470
|
|
|
|
|
|
|
'few' => q({0}Ω), |
4471
|
|
|
|
|
|
|
'many' => q({0}Ω), |
4472
|
|
|
|
|
|
|
'name' => q(Ω), |
4473
|
|
|
|
|
|
|
'one' => q({0}Ω), |
4474
|
|
|
|
|
|
|
'other' => q({0}Ω), |
4475
|
|
|
|
|
|
|
'two' => q({0}Ω), |
4476
|
|
|
|
|
|
|
}, |
4477
|
|
|
|
|
|
|
'ounce' => { |
4478
|
|
|
|
|
|
|
'few' => q({0} unsa), |
4479
|
|
|
|
|
|
|
'many' => q({0} n-unsa), |
4480
|
|
|
|
|
|
|
'name' => q(unsa), |
4481
|
|
|
|
|
|
|
'one' => q({0} unsa), |
4482
|
|
|
|
|
|
|
'other' => q({0} unsa), |
4483
|
|
|
|
|
|
|
'per' => q({0}/unsa), |
4484
|
|
|
|
|
|
|
'two' => q({0} unsa), |
4485
|
|
|
|
|
|
|
}, |
4486
|
|
|
|
|
|
|
'ounce-troy' => { |
4487
|
|
|
|
|
|
|
'few' => q({0} unsa t), |
4488
|
|
|
|
|
|
|
'many' => q({0} unsa t), |
4489
|
|
|
|
|
|
|
'name' => q(unsa t), |
4490
|
|
|
|
|
|
|
'one' => q({0} unsa t), |
4491
|
|
|
|
|
|
|
'other' => q({0} unsa t), |
4492
|
|
|
|
|
|
|
'two' => q({0} unsa t), |
4493
|
|
|
|
|
|
|
}, |
4494
|
|
|
|
|
|
|
'parsec' => { |
4495
|
|
|
|
|
|
|
'few' => q({0}pc), |
4496
|
|
|
|
|
|
|
'many' => q({0}pc), |
4497
|
|
|
|
|
|
|
'name' => q(pc), |
4498
|
|
|
|
|
|
|
'one' => q({0}pc), |
4499
|
|
|
|
|
|
|
'other' => q({0}pc), |
4500
|
|
|
|
|
|
|
'two' => q({0}pc), |
4501
|
|
|
|
|
|
|
}, |
4502
|
|
|
|
|
|
|
'part-per-million' => { |
4503
|
|
|
|
|
|
|
'few' => q({0}/milliún), |
4504
|
|
|
|
|
|
|
'many' => q({0}/milliún), |
4505
|
|
|
|
|
|
|
'name' => q(codanna/milliún), |
4506
|
|
|
|
|
|
|
'one' => q({0}/milliún), |
4507
|
|
|
|
|
|
|
'other' => q({0}/milliún), |
4508
|
|
|
|
|
|
|
'two' => q({0}/milliún), |
4509
|
|
|
|
|
|
|
}, |
4510
|
|
|
|
|
|
|
'per' => { |
4511
|
|
|
|
|
|
|
'1' => q({0}/{1}), |
4512
|
|
|
|
|
|
|
}, |
4513
|
|
|
|
|
|
|
'percent' => { |
4514
|
|
|
|
|
|
|
'few' => q({0}%), |
4515
|
|
|
|
|
|
|
'many' => q({0}%), |
4516
|
|
|
|
|
|
|
'name' => q(%), |
4517
|
|
|
|
|
|
|
'one' => q({0}%), |
4518
|
|
|
|
|
|
|
'other' => q({0}%), |
4519
|
|
|
|
|
|
|
'two' => q({0}%), |
4520
|
|
|
|
|
|
|
}, |
4521
|
|
|
|
|
|
|
'picometer' => { |
4522
|
|
|
|
|
|
|
'few' => q({0}pm), |
4523
|
|
|
|
|
|
|
'many' => q({0}pm), |
4524
|
|
|
|
|
|
|
'name' => q(pm), |
4525
|
|
|
|
|
|
|
'one' => q({0}pm), |
4526
|
|
|
|
|
|
|
'other' => q({0}pm), |
4527
|
|
|
|
|
|
|
'two' => q({0}pm), |
4528
|
|
|
|
|
|
|
}, |
4529
|
|
|
|
|
|
|
'pint' => { |
4530
|
|
|
|
|
|
|
'few' => q({0} pt), |
4531
|
|
|
|
|
|
|
'many' => q({0} pt), |
4532
|
|
|
|
|
|
|
'name' => q(piontaí), |
4533
|
|
|
|
|
|
|
'one' => q({0} pt), |
4534
|
|
|
|
|
|
|
'other' => q({0} pt), |
4535
|
|
|
|
|
|
|
'two' => q({0} pt), |
4536
|
|
|
|
|
|
|
}, |
4537
|
|
|
|
|
|
|
'pint-metric' => { |
4538
|
|
|
|
|
|
|
'few' => q({0} mpt), |
4539
|
|
|
|
|
|
|
'many' => q({0} mpt), |
4540
|
|
|
|
|
|
|
'name' => q(mpt), |
4541
|
|
|
|
|
|
|
'one' => q({0} mpt), |
4542
|
|
|
|
|
|
|
'other' => q({0} mpt), |
4543
|
|
|
|
|
|
|
'two' => q({0} mpt), |
4544
|
|
|
|
|
|
|
}, |
4545
|
|
|
|
|
|
|
'point' => { |
4546
|
|
|
|
|
|
|
'few' => q({0} pt), |
4547
|
|
|
|
|
|
|
'many' => q({0} pt), |
4548
|
|
|
|
|
|
|
'name' => q(pt), |
4549
|
|
|
|
|
|
|
'one' => q({0} pt), |
4550
|
|
|
|
|
|
|
'other' => q({0} pt), |
4551
|
|
|
|
|
|
|
'two' => q({0} pt), |
4552
|
|
|
|
|
|
|
}, |
4553
|
|
|
|
|
|
|
'pound' => { |
4554
|
|
|
|
|
|
|
'few' => q({0} phunt), |
4555
|
|
|
|
|
|
|
'many' => q({0} bpunt), |
4556
|
|
|
|
|
|
|
'name' => q(puint), |
4557
|
|
|
|
|
|
|
'one' => q({0} phunt), |
4558
|
|
|
|
|
|
|
'other' => q({0} punt), |
4559
|
|
|
|
|
|
|
'per' => q({0}/punt), |
4560
|
|
|
|
|
|
|
'two' => q({0} phunt), |
4561
|
|
|
|
|
|
|
}, |
4562
|
|
|
|
|
|
|
'pound-per-square-inch' => { |
4563
|
|
|
|
|
|
|
'few' => q({0}psoc), |
4564
|
|
|
|
|
|
|
'many' => q({0}psoc), |
4565
|
|
|
|
|
|
|
'name' => q(psoc), |
4566
|
|
|
|
|
|
|
'one' => q({0}psoc), |
4567
|
|
|
|
|
|
|
'other' => q({0}psoc), |
4568
|
|
|
|
|
|
|
'two' => q({0}psoc), |
4569
|
|
|
|
|
|
|
}, |
4570
|
|
|
|
|
|
|
'quart' => { |
4571
|
|
|
|
|
|
|
'few' => q({0} chárt), |
4572
|
|
|
|
|
|
|
'many' => q({0} gcárt), |
4573
|
|
|
|
|
|
|
'name' => q(cáirt), |
4574
|
|
|
|
|
|
|
'one' => q({0} chárt), |
4575
|
|
|
|
|
|
|
'other' => q({0} cárt), |
4576
|
|
|
|
|
|
|
'two' => q({0} chárt), |
4577
|
|
|
|
|
|
|
}, |
4578
|
|
|
|
|
|
|
'radian' => { |
4579
|
|
|
|
|
|
|
'few' => q({0}raid), |
4580
|
|
|
|
|
|
|
'many' => q({0}raid), |
4581
|
|
|
|
|
|
|
'name' => q(raid), |
4582
|
|
|
|
|
|
|
'one' => q({0}raid), |
4583
|
|
|
|
|
|
|
'other' => q({0}raid), |
4584
|
|
|
|
|
|
|
'two' => q({0}raid), |
4585
|
|
|
|
|
|
|
}, |
4586
|
|
|
|
|
|
|
'revolution' => { |
4587
|
|
|
|
|
|
|
'few' => q({0} imr), |
4588
|
|
|
|
|
|
|
'many' => q({0} imr), |
4589
|
|
|
|
|
|
|
'name' => q(imr), |
4590
|
|
|
|
|
|
|
'one' => q({0} imr), |
4591
|
|
|
|
|
|
|
'other' => q({0} imr), |
4592
|
|
|
|
|
|
|
'two' => q({0} imr), |
4593
|
|
|
|
|
|
|
}, |
4594
|
|
|
|
|
|
|
'second' => { |
4595
|
|
|
|
|
|
|
'few' => q({0}s), |
4596
|
|
|
|
|
|
|
'many' => q({0}s), |
4597
|
|
|
|
|
|
|
'name' => q(soic), |
4598
|
|
|
|
|
|
|
'one' => q({0}s), |
4599
|
|
|
|
|
|
|
'other' => q({0}s), |
4600
|
|
|
|
|
|
|
'per' => q({0}/s), |
4601
|
|
|
|
|
|
|
'two' => q({0}s), |
4602
|
|
|
|
|
|
|
}, |
4603
|
|
|
|
|
|
|
'square-centimeter' => { |
4604
|
|
|
|
|
|
|
'few' => q({0} cm²), |
4605
|
|
|
|
|
|
|
'many' => q({0} cm²), |
4606
|
|
|
|
|
|
|
'name' => q(cm²), |
4607
|
|
|
|
|
|
|
'one' => q({0} cm²), |
4608
|
|
|
|
|
|
|
'other' => q({0} cm²), |
4609
|
|
|
|
|
|
|
'per' => q({0}/cm²), |
4610
|
|
|
|
|
|
|
'two' => q({0} cm²), |
4611
|
|
|
|
|
|
|
}, |
4612
|
|
|
|
|
|
|
'square-foot' => { |
4613
|
|
|
|
|
|
|
'few' => q({0} tr²), |
4614
|
|
|
|
|
|
|
'many' => q({0} tr²), |
4615
|
|
|
|
|
|
|
'name' => q(tr²), |
4616
|
|
|
|
|
|
|
'one' => q({0} tr²), |
4617
|
|
|
|
|
|
|
'other' => q({0} tr²), |
4618
|
|
|
|
|
|
|
'two' => q({0} tr²), |
4619
|
|
|
|
|
|
|
}, |
4620
|
|
|
|
|
|
|
'square-inch' => { |
4621
|
|
|
|
|
|
|
'few' => q({0} or²), |
4622
|
|
|
|
|
|
|
'many' => q({0} or²), |
4623
|
|
|
|
|
|
|
'name' => q(or²), |
4624
|
|
|
|
|
|
|
'one' => q({0} or²), |
4625
|
|
|
|
|
|
|
'other' => q({0} or²), |
4626
|
|
|
|
|
|
|
'per' => q({0}/or²), |
4627
|
|
|
|
|
|
|
'two' => q({0} or²), |
4628
|
|
|
|
|
|
|
}, |
4629
|
|
|
|
|
|
|
'square-kilometer' => { |
4630
|
|
|
|
|
|
|
'few' => q({0} km²), |
4631
|
|
|
|
|
|
|
'many' => q({0} km²), |
4632
|
|
|
|
|
|
|
'name' => q(km²), |
4633
|
|
|
|
|
|
|
'one' => q({0} km²), |
4634
|
|
|
|
|
|
|
'other' => q({0} km²), |
4635
|
|
|
|
|
|
|
'per' => q({0}/km²), |
4636
|
|
|
|
|
|
|
'two' => q({0} km²), |
4637
|
|
|
|
|
|
|
}, |
4638
|
|
|
|
|
|
|
'square-meter' => { |
4639
|
|
|
|
|
|
|
'few' => q({0} m²), |
4640
|
|
|
|
|
|
|
'many' => q({0} m²), |
4641
|
|
|
|
|
|
|
'name' => q(m²), |
4642
|
|
|
|
|
|
|
'one' => q({0} m²), |
4643
|
|
|
|
|
|
|
'other' => q({0} m²), |
4644
|
|
|
|
|
|
|
'per' => q({0}/m²), |
4645
|
|
|
|
|
|
|
'two' => q({0} m²), |
4646
|
|
|
|
|
|
|
}, |
4647
|
|
|
|
|
|
|
'square-mile' => { |
4648
|
|
|
|
|
|
|
'few' => q({0} mhíle²), |
4649
|
|
|
|
|
|
|
'many' => q({0} míle²), |
4650
|
|
|
|
|
|
|
'name' => q(mílte²), |
4651
|
|
|
|
|
|
|
'one' => q({0} mhíle²), |
4652
|
|
|
|
|
|
|
'other' => q({0} míle²), |
4653
|
|
|
|
|
|
|
'per' => q({0}/mi²), |
4654
|
|
|
|
|
|
|
'two' => q({0} mhíle²), |
4655
|
|
|
|
|
|
|
}, |
4656
|
|
|
|
|
|
|
'square-yard' => { |
4657
|
|
|
|
|
|
|
'few' => q({0} sl²), |
4658
|
|
|
|
|
|
|
'many' => q({0} sl²), |
4659
|
|
|
|
|
|
|
'name' => q(slata²), |
4660
|
|
|
|
|
|
|
'one' => q({0} sl²), |
4661
|
|
|
|
|
|
|
'other' => q({0} sl²), |
4662
|
|
|
|
|
|
|
'two' => q({0} sl²), |
4663
|
|
|
|
|
|
|
}, |
4664
|
|
|
|
|
|
|
'stone' => { |
4665
|
|
|
|
|
|
|
'few' => q({0} chl.), |
4666
|
|
|
|
|
|
|
'many' => q({0} gcl.), |
4667
|
|
|
|
|
|
|
'name' => q(cloch), |
4668
|
|
|
|
|
|
|
'one' => q({0} chl.), |
4669
|
|
|
|
|
|
|
'other' => q({0} cl.), |
4670
|
|
|
|
|
|
|
'two' => q({0} chl.), |
4671
|
|
|
|
|
|
|
}, |
4672
|
|
|
|
|
|
|
'tablespoon' => { |
4673
|
|
|
|
|
|
|
'few' => q({0} spbh), |
4674
|
|
|
|
|
|
|
'many' => q({0} spbh), |
4675
|
|
|
|
|
|
|
'name' => q(spbh), |
4676
|
|
|
|
|
|
|
'one' => q({0} spbh), |
4677
|
|
|
|
|
|
|
'other' => q({0} spbh), |
4678
|
|
|
|
|
|
|
'two' => q({0} spbh), |
4679
|
|
|
|
|
|
|
}, |
4680
|
|
|
|
|
|
|
'teaspoon' => { |
4681
|
|
|
|
|
|
|
'few' => q({0} tsp), |
4682
|
|
|
|
|
|
|
'many' => q({0} tsp), |
4683
|
|
|
|
|
|
|
'name' => q(tsp), |
4684
|
|
|
|
|
|
|
'one' => q({0} tsp), |
4685
|
|
|
|
|
|
|
'other' => q({0} tsp), |
4686
|
|
|
|
|
|
|
'two' => q({0} tsp), |
4687
|
|
|
|
|
|
|
}, |
4688
|
|
|
|
|
|
|
'terabit' => { |
4689
|
|
|
|
|
|
|
'few' => q({0}Tb), |
4690
|
|
|
|
|
|
|
'many' => q({0}Tb), |
4691
|
|
|
|
|
|
|
'name' => q(Tb), |
4692
|
|
|
|
|
|
|
'one' => q({0}Tb), |
4693
|
|
|
|
|
|
|
'other' => q({0}Tb), |
4694
|
|
|
|
|
|
|
'two' => q({0}Tb), |
4695
|
|
|
|
|
|
|
}, |
4696
|
|
|
|
|
|
|
'terabyte' => { |
4697
|
|
|
|
|
|
|
'few' => q({0}TB), |
4698
|
|
|
|
|
|
|
'many' => q({0}TB), |
4699
|
|
|
|
|
|
|
'name' => q(TB), |
4700
|
|
|
|
|
|
|
'one' => q({0}TB), |
4701
|
|
|
|
|
|
|
'other' => q({0}TB), |
4702
|
|
|
|
|
|
|
'two' => q({0}TB), |
4703
|
|
|
|
|
|
|
}, |
4704
|
|
|
|
|
|
|
'ton' => { |
4705
|
|
|
|
|
|
|
'few' => q({0} t.g.), |
4706
|
|
|
|
|
|
|
'many' => q({0} t.g.), |
4707
|
|
|
|
|
|
|
'name' => q(tonnaí gearra), |
4708
|
|
|
|
|
|
|
'one' => q({0} t.g.), |
4709
|
|
|
|
|
|
|
'other' => q({0} t.g.), |
4710
|
|
|
|
|
|
|
'two' => q({0} t.g.), |
4711
|
|
|
|
|
|
|
}, |
4712
|
|
|
|
|
|
|
'volt' => { |
4713
|
|
|
|
|
|
|
'few' => q({0}V), |
4714
|
|
|
|
|
|
|
'many' => q({0}V), |
4715
|
|
|
|
|
|
|
'name' => q(volta), |
4716
|
|
|
|
|
|
|
'one' => q({0}V), |
4717
|
|
|
|
|
|
|
'other' => q({0}V), |
4718
|
|
|
|
|
|
|
'two' => q({0}V), |
4719
|
|
|
|
|
|
|
}, |
4720
|
|
|
|
|
|
|
'watt' => { |
4721
|
|
|
|
|
|
|
'few' => q({0}W), |
4722
|
|
|
|
|
|
|
'many' => q({0}W), |
4723
|
|
|
|
|
|
|
'name' => q(vataí), |
4724
|
|
|
|
|
|
|
'one' => q({0}W), |
4725
|
|
|
|
|
|
|
'other' => q({0}W), |
4726
|
|
|
|
|
|
|
'two' => q({0}W), |
4727
|
|
|
|
|
|
|
}, |
4728
|
|
|
|
|
|
|
'week' => { |
4729
|
|
|
|
|
|
|
'few' => q({0}s), |
4730
|
|
|
|
|
|
|
'many' => q({0}s), |
4731
|
|
|
|
|
|
|
'name' => q(scht), |
4732
|
|
|
|
|
|
|
'one' => q({0}s), |
4733
|
|
|
|
|
|
|
'other' => q({0}s), |
4734
|
|
|
|
|
|
|
'per' => q({0}/scht), |
4735
|
|
|
|
|
|
|
'two' => q({0}s), |
4736
|
|
|
|
|
|
|
}, |
4737
|
|
|
|
|
|
|
'yard' => { |
4738
|
|
|
|
|
|
|
'few' => q({0}sl), |
4739
|
|
|
|
|
|
|
'many' => q({0}sl), |
4740
|
|
|
|
|
|
|
'name' => q(sl), |
4741
|
|
|
|
|
|
|
'one' => q({0}sl), |
4742
|
|
|
|
|
|
|
'other' => q({0}sl), |
4743
|
|
|
|
|
|
|
'two' => q({0}sl), |
4744
|
|
|
|
|
|
|
}, |
4745
|
|
|
|
|
|
|
'year' => { |
4746
|
|
|
|
|
|
|
'few' => q({0}b), |
4747
|
|
|
|
|
|
|
'many' => q({0}b), |
4748
|
|
|
|
|
|
|
'name' => q(bl), |
4749
|
|
|
|
|
|
|
'one' => q({0}b), |
4750
|
|
|
|
|
|
|
'other' => q({0}b), |
4751
|
|
|
|
|
|
|
'per' => q({0}/bl), |
4752
|
|
|
|
|
|
|
'two' => q({0}b), |
4753
|
|
|
|
|
|
|
}, |
4754
|
|
|
|
|
|
|
}, |
4755
|
|
|
|
|
|
|
'short' => { |
4756
|
|
|
|
|
|
|
'' => { |
4757
|
|
|
|
|
|
|
'name' => q(treo), |
4758
|
|
|
|
|
|
|
}, |
4759
|
|
|
|
|
|
|
'acre' => { |
4760
|
|
|
|
|
|
|
'few' => q({0} ac), |
4761
|
|
|
|
|
|
|
'many' => q({0} ac), |
4762
|
|
|
|
|
|
|
'name' => q(acraí), |
4763
|
|
|
|
|
|
|
'one' => q({0} ac), |
4764
|
|
|
|
|
|
|
'other' => q({0} ac), |
4765
|
|
|
|
|
|
|
'two' => q({0} ac), |
4766
|
|
|
|
|
|
|
}, |
4767
|
|
|
|
|
|
|
'acre-foot' => { |
4768
|
|
|
|
|
|
|
'few' => q({0} ac tr), |
4769
|
|
|
|
|
|
|
'many' => q({0} ac tr), |
4770
|
|
|
|
|
|
|
'name' => q(acra-tr), |
4771
|
|
|
|
|
|
|
'one' => q({0} ac tr), |
4772
|
|
|
|
|
|
|
'other' => q({0} ac tr), |
4773
|
|
|
|
|
|
|
'two' => q({0} ac tr), |
4774
|
|
|
|
|
|
|
}, |
4775
|
|
|
|
|
|
|
'ampere' => { |
4776
|
|
|
|
|
|
|
'few' => q({0} A), |
4777
|
|
|
|
|
|
|
'many' => q({0} A), |
4778
|
|
|
|
|
|
|
'name' => q(aimpéir), |
4779
|
|
|
|
|
|
|
'one' => q({0} A), |
4780
|
|
|
|
|
|
|
'other' => q({0} A), |
4781
|
|
|
|
|
|
|
'two' => q({0} A), |
4782
|
|
|
|
|
|
|
}, |
4783
|
|
|
|
|
|
|
'arc-minute' => { |
4784
|
|
|
|
|
|
|
'few' => q({0}′), |
4785
|
|
|
|
|
|
|
'many' => q({0}′), |
4786
|
|
|
|
|
|
|
'name' => q(nóiméid stua), |
4787
|
|
|
|
|
|
|
'one' => q({0}′), |
4788
|
|
|
|
|
|
|
'other' => q({0}′), |
4789
|
|
|
|
|
|
|
'two' => q({0}′), |
4790
|
|
|
|
|
|
|
}, |
4791
|
|
|
|
|
|
|
'arc-second' => { |
4792
|
|
|
|
|
|
|
'few' => q({0}″), |
4793
|
|
|
|
|
|
|
'many' => q({0}″), |
4794
|
|
|
|
|
|
|
'name' => q(soic. stua), |
4795
|
|
|
|
|
|
|
'one' => q({0}″), |
4796
|
|
|
|
|
|
|
'other' => q({0}″), |
4797
|
|
|
|
|
|
|
'two' => q({0}″), |
4798
|
|
|
|
|
|
|
}, |
4799
|
|
|
|
|
|
|
'astronomical-unit' => { |
4800
|
|
|
|
|
|
|
'few' => q({0} AR), |
4801
|
|
|
|
|
|
|
'many' => q({0} AR), |
4802
|
|
|
|
|
|
|
'name' => q(AR), |
4803
|
|
|
|
|
|
|
'one' => q({0} AR), |
4804
|
|
|
|
|
|
|
'other' => q({0} AR), |
4805
|
|
|
|
|
|
|
'two' => q({0} AR), |
4806
|
|
|
|
|
|
|
}, |
4807
|
|
|
|
|
|
|
'atmosphere' => { |
4808
|
|
|
|
|
|
|
'few' => q({0} atm), |
4809
|
|
|
|
|
|
|
'many' => q({0} atm), |
4810
|
|
|
|
|
|
|
'name' => q(atm), |
4811
|
|
|
|
|
|
|
'one' => q({0} atm), |
4812
|
|
|
|
|
|
|
'other' => q({0} atm), |
4813
|
|
|
|
|
|
|
'two' => q({0} atm), |
4814
|
|
|
|
|
|
|
}, |
4815
|
|
|
|
|
|
|
'bit' => { |
4816
|
|
|
|
|
|
|
'few' => q({0} ghiotán), |
4817
|
|
|
|
|
|
|
'many' => q({0} ngiotán), |
4818
|
|
|
|
|
|
|
'name' => q(giotán), |
4819
|
|
|
|
|
|
|
'one' => q({0} ghiotán), |
4820
|
|
|
|
|
|
|
'other' => q({0} giotán), |
4821
|
|
|
|
|
|
|
'two' => q({0} ghiotán), |
4822
|
|
|
|
|
|
|
}, |
4823
|
|
|
|
|
|
|
'bushel' => { |
4824
|
|
|
|
|
|
|
'few' => q({0} bu), |
4825
|
|
|
|
|
|
|
'many' => q({0} bu), |
4826
|
|
|
|
|
|
|
'name' => q(buiséil), |
4827
|
|
|
|
|
|
|
'one' => q({0} bu), |
4828
|
|
|
|
|
|
|
'other' => q({0} bu), |
4829
|
|
|
|
|
|
|
'two' => q({0} bu), |
4830
|
|
|
|
|
|
|
}, |
4831
|
|
|
|
|
|
|
'byte' => { |
4832
|
|
|
|
|
|
|
'few' => q({0} bheart), |
4833
|
|
|
|
|
|
|
'many' => q({0} mbeart), |
4834
|
|
|
|
|
|
|
'name' => q(bearta), |
4835
|
|
|
|
|
|
|
'one' => q({0} bheart), |
4836
|
|
|
|
|
|
|
'other' => q({0} beart), |
4837
|
|
|
|
|
|
|
'two' => q({0} bheart), |
4838
|
|
|
|
|
|
|
}, |
4839
|
|
|
|
|
|
|
'calorie' => { |
4840
|
|
|
|
|
|
|
'few' => q({0} cal), |
4841
|
|
|
|
|
|
|
'many' => q({0} cal), |
4842
|
|
|
|
|
|
|
'name' => q(cal), |
4843
|
|
|
|
|
|
|
'one' => q({0} cal), |
4844
|
|
|
|
|
|
|
'other' => q({0} cal), |
4845
|
|
|
|
|
|
|
'two' => q({0} cal), |
4846
|
|
|
|
|
|
|
}, |
4847
|
|
|
|
|
|
|
'carat' => { |
4848
|
|
|
|
|
|
|
'few' => q({0} CD), |
4849
|
|
|
|
|
|
|
'many' => q({0} CD), |
4850
|
|
|
|
|
|
|
'name' => q(carait), |
4851
|
|
|
|
|
|
|
'one' => q({0} CD), |
4852
|
|
|
|
|
|
|
'other' => q({0} CD), |
4853
|
|
|
|
|
|
|
'two' => q({0} CD), |
4854
|
|
|
|
|
|
|
}, |
4855
|
|
|
|
|
|
|
'celsius' => { |
4856
|
|
|
|
|
|
|
'few' => q({0}°C), |
4857
|
|
|
|
|
|
|
'many' => q({0}°C), |
4858
|
|
|
|
|
|
|
'name' => q(°C), |
4859
|
|
|
|
|
|
|
'one' => q({0}°C), |
4860
|
|
|
|
|
|
|
'other' => q({0}°C), |
4861
|
|
|
|
|
|
|
'two' => q({0}°C), |
4862
|
|
|
|
|
|
|
}, |
4863
|
|
|
|
|
|
|
'centiliter' => { |
4864
|
|
|
|
|
|
|
'few' => q({0} cL), |
4865
|
|
|
|
|
|
|
'many' => q({0} cL), |
4866
|
|
|
|
|
|
|
'name' => q(cL), |
4867
|
|
|
|
|
|
|
'one' => q({0} cL), |
4868
|
|
|
|
|
|
|
'other' => q({0} cL), |
4869
|
|
|
|
|
|
|
'two' => q({0} cL), |
4870
|
|
|
|
|
|
|
}, |
4871
|
|
|
|
|
|
|
'centimeter' => { |
4872
|
|
|
|
|
|
|
'few' => q({0} cm), |
4873
|
|
|
|
|
|
|
'many' => q({0} cm), |
4874
|
|
|
|
|
|
|
'name' => q(cm), |
4875
|
|
|
|
|
|
|
'one' => q({0} cm), |
4876
|
|
|
|
|
|
|
'other' => q({0} cm), |
4877
|
|
|
|
|
|
|
'per' => q({0}/cm), |
4878
|
|
|
|
|
|
|
'two' => q({0} cm), |
4879
|
|
|
|
|
|
|
}, |
4880
|
|
|
|
|
|
|
'century' => { |
4881
|
|
|
|
|
|
|
'few' => q({0} c), |
4882
|
|
|
|
|
|
|
'many' => q({0} c), |
4883
|
|
|
|
|
|
|
'name' => q(c), |
4884
|
|
|
|
|
|
|
'one' => q({0} c), |
4885
|
|
|
|
|
|
|
'other' => q({0} c), |
4886
|
|
|
|
|
|
|
'two' => q({0} c), |
4887
|
|
|
|
|
|
|
}, |
4888
|
|
|
|
|
|
|
'coordinate' => { |
4889
|
|
|
|
|
|
|
'east' => q({0}O), |
4890
|
|
|
|
|
|
|
'north' => q({0}T), |
4891
|
|
|
|
|
|
|
'south' => q({0}D), |
4892
|
|
|
|
|
|
|
'west' => q({0}I), |
4893
|
|
|
|
|
|
|
}, |
4894
|
|
|
|
|
|
|
'cubic-centimeter' => { |
4895
|
|
|
|
|
|
|
'few' => q({0} cm³), |
4896
|
|
|
|
|
|
|
'many' => q({0} cm³), |
4897
|
|
|
|
|
|
|
'name' => q(cm³), |
4898
|
|
|
|
|
|
|
'one' => q({0} cm³), |
4899
|
|
|
|
|
|
|
'other' => q({0} cm³), |
4900
|
|
|
|
|
|
|
'per' => q({0}/cm³), |
4901
|
|
|
|
|
|
|
'two' => q({0} cm³), |
4902
|
|
|
|
|
|
|
}, |
4903
|
|
|
|
|
|
|
'cubic-foot' => { |
4904
|
|
|
|
|
|
|
'few' => q({0} tr³), |
4905
|
|
|
|
|
|
|
'many' => q({0} tr³), |
4906
|
|
|
|
|
|
|
'name' => q(tr³), |
4907
|
|
|
|
|
|
|
'one' => q({0} tr³), |
4908
|
|
|
|
|
|
|
'other' => q({0} tr³), |
4909
|
|
|
|
|
|
|
'two' => q({0} tr³), |
4910
|
|
|
|
|
|
|
}, |
4911
|
|
|
|
|
|
|
'cubic-inch' => { |
4912
|
|
|
|
|
|
|
'few' => q({0} or³), |
4913
|
|
|
|
|
|
|
'many' => q({0} or³), |
4914
|
|
|
|
|
|
|
'name' => q(orlach³), |
4915
|
|
|
|
|
|
|
'one' => q({0} or³), |
4916
|
|
|
|
|
|
|
'other' => q({0} or³), |
4917
|
|
|
|
|
|
|
'two' => q({0} or³), |
4918
|
|
|
|
|
|
|
}, |
4919
|
|
|
|
|
|
|
'cubic-kilometer' => { |
4920
|
|
|
|
|
|
|
'few' => q({0} km³), |
4921
|
|
|
|
|
|
|
'many' => q({0} km³), |
4922
|
|
|
|
|
|
|
'name' => q(km³), |
4923
|
|
|
|
|
|
|
'one' => q({0} km³), |
4924
|
|
|
|
|
|
|
'other' => q({0} km³), |
4925
|
|
|
|
|
|
|
'two' => q({0} km³), |
4926
|
|
|
|
|
|
|
}, |
4927
|
|
|
|
|
|
|
'cubic-meter' => { |
4928
|
|
|
|
|
|
|
'few' => q({0} m³), |
4929
|
|
|
|
|
|
|
'many' => q({0} m³), |
4930
|
|
|
|
|
|
|
'name' => q(m³), |
4931
|
|
|
|
|
|
|
'one' => q({0} m³), |
4932
|
|
|
|
|
|
|
'other' => q({0} m³), |
4933
|
|
|
|
|
|
|
'per' => q({0}/m³), |
4934
|
|
|
|
|
|
|
'two' => q({0} m³), |
4935
|
|
|
|
|
|
|
}, |
4936
|
|
|
|
|
|
|
'cubic-mile' => { |
4937
|
|
|
|
|
|
|
'few' => q({0} mhíle³), |
4938
|
|
|
|
|
|
|
'many' => q({0} míle³), |
4939
|
|
|
|
|
|
|
'name' => q(míle³), |
4940
|
|
|
|
|
|
|
'one' => q({0} mhíle³), |
4941
|
|
|
|
|
|
|
'other' => q({0} míle³), |
4942
|
|
|
|
|
|
|
'two' => q({0} mhíle³), |
4943
|
|
|
|
|
|
|
}, |
4944
|
|
|
|
|
|
|
'cubic-yard' => { |
4945
|
|
|
|
|
|
|
'few' => q({0} sl³), |
4946
|
|
|
|
|
|
|
'many' => q({0} sl³), |
4947
|
|
|
|
|
|
|
'name' => q(slata³), |
4948
|
|
|
|
|
|
|
'one' => q({0} sl³), |
4949
|
|
|
|
|
|
|
'other' => q({0} sl³), |
4950
|
|
|
|
|
|
|
'two' => q({0} sl³), |
4951
|
|
|
|
|
|
|
}, |
4952
|
|
|
|
|
|
|
'cup' => { |
4953
|
|
|
|
|
|
|
'few' => q({0} c), |
4954
|
|
|
|
|
|
|
'many' => q({0} c), |
4955
|
|
|
|
|
|
|
'name' => q(cupáin), |
4956
|
|
|
|
|
|
|
'one' => q({0} c), |
4957
|
|
|
|
|
|
|
'other' => q({0} c), |
4958
|
|
|
|
|
|
|
'two' => q({0} c), |
4959
|
|
|
|
|
|
|
}, |
4960
|
|
|
|
|
|
|
'cup-metric' => { |
4961
|
|
|
|
|
|
|
'few' => q({0} mc), |
4962
|
|
|
|
|
|
|
'many' => q({0} mc), |
4963
|
|
|
|
|
|
|
'name' => q(cupán méadr.), |
4964
|
|
|
|
|
|
|
'one' => q({0} mc), |
4965
|
|
|
|
|
|
|
'other' => q({0} mc), |
4966
|
|
|
|
|
|
|
'two' => q({0} mc), |
4967
|
|
|
|
|
|
|
}, |
4968
|
|
|
|
|
|
|
'day' => { |
4969
|
|
|
|
|
|
|
'few' => q({0} lá), |
4970
|
|
|
|
|
|
|
'many' => q({0} lá), |
4971
|
|
|
|
|
|
|
'name' => q(lá), |
4972
|
|
|
|
|
|
|
'one' => q({0} lá), |
4973
|
|
|
|
|
|
|
'other' => q({0} lá), |
4974
|
|
|
|
|
|
|
'per' => q({0}/lá), |
4975
|
|
|
|
|
|
|
'two' => q({0} lá), |
4976
|
|
|
|
|
|
|
}, |
4977
|
|
|
|
|
|
|
'deciliter' => { |
4978
|
|
|
|
|
|
|
'few' => q({0} dl), |
4979
|
|
|
|
|
|
|
'many' => q({0} dl), |
4980
|
|
|
|
|
|
|
'name' => q(dl), |
4981
|
|
|
|
|
|
|
'one' => q({0} dl), |
4982
|
|
|
|
|
|
|
'other' => q({0} dl), |
4983
|
|
|
|
|
|
|
'two' => q({0} dl), |
4984
|
|
|
|
|
|
|
}, |
4985
|
|
|
|
|
|
|
'decimeter' => { |
4986
|
|
|
|
|
|
|
'few' => q({0} dm), |
4987
|
|
|
|
|
|
|
'many' => q({0} dm), |
4988
|
|
|
|
|
|
|
'name' => q(dm), |
4989
|
|
|
|
|
|
|
'one' => q({0} dm), |
4990
|
|
|
|
|
|
|
'other' => q({0} dm), |
4991
|
|
|
|
|
|
|
'two' => q({0} dm), |
4992
|
|
|
|
|
|
|
}, |
4993
|
|
|
|
|
|
|
'degree' => { |
4994
|
|
|
|
|
|
|
'few' => q({0}°), |
4995
|
|
|
|
|
|
|
'many' => q({0}°), |
4996
|
|
|
|
|
|
|
'name' => q(céimeanna), |
4997
|
|
|
|
|
|
|
'one' => q({0}°), |
4998
|
|
|
|
|
|
|
'other' => q({0}°), |
4999
|
|
|
|
|
|
|
'two' => q({0}°), |
5000
|
|
|
|
|
|
|
}, |
5001
|
|
|
|
|
|
|
'fahrenheit' => { |
5002
|
|
|
|
|
|
|
'few' => q({0}°F), |
5003
|
|
|
|
|
|
|
'many' => q({0}°F), |
5004
|
|
|
|
|
|
|
'name' => q(°F), |
5005
|
|
|
|
|
|
|
'one' => q({0}°F), |
5006
|
|
|
|
|
|
|
'other' => q({0}°F), |
5007
|
|
|
|
|
|
|
'two' => q({0}°F), |
5008
|
|
|
|
|
|
|
}, |
5009
|
|
|
|
|
|
|
'fathom' => { |
5010
|
|
|
|
|
|
|
'few' => q({0} fth), |
5011
|
|
|
|
|
|
|
'many' => q({0} fth), |
5012
|
|
|
|
|
|
|
'name' => q(feánna), |
5013
|
|
|
|
|
|
|
'one' => q({0} fth), |
5014
|
|
|
|
|
|
|
'other' => q({0} fth), |
5015
|
|
|
|
|
|
|
'two' => q({0} fth), |
5016
|
|
|
|
|
|
|
}, |
5017
|
|
|
|
|
|
|
'fluid-ounce' => { |
5018
|
|
|
|
|
|
|
'few' => q({0} unsa l.), |
5019
|
|
|
|
|
|
|
'many' => q({0} n-unsa l.), |
5020
|
|
|
|
|
|
|
'name' => q(unsaí leacht.), |
5021
|
|
|
|
|
|
|
'one' => q({0} unsa l.), |
5022
|
|
|
|
|
|
|
'other' => q({0} unsa l.), |
5023
|
|
|
|
|
|
|
'two' => q({0} unsa l.), |
5024
|
|
|
|
|
|
|
}, |
5025
|
|
|
|
|
|
|
'foodcalorie' => { |
5026
|
|
|
|
|
|
|
'few' => q({0} Cal), |
5027
|
|
|
|
|
|
|
'many' => q({0} Cal), |
5028
|
|
|
|
|
|
|
'name' => q(Cal), |
5029
|
|
|
|
|
|
|
'one' => q({0} Cal), |
5030
|
|
|
|
|
|
|
'other' => q({0} Cal), |
5031
|
|
|
|
|
|
|
'two' => q({0} Cal), |
5032
|
|
|
|
|
|
|
}, |
5033
|
|
|
|
|
|
|
'foot' => { |
5034
|
|
|
|
|
|
|
'few' => q({0} thr.), |
5035
|
|
|
|
|
|
|
'many' => q({0} dtr.), |
5036
|
|
|
|
|
|
|
'name' => q(troithe), |
5037
|
|
|
|
|
|
|
'one' => q({0} tr.), |
5038
|
|
|
|
|
|
|
'other' => q({0} tr.), |
5039
|
|
|
|
|
|
|
'per' => q({0}/tr.), |
5040
|
|
|
|
|
|
|
'two' => q({0} thr.), |
5041
|
|
|
|
|
|
|
}, |
5042
|
|
|
|
|
|
|
'furlong' => { |
5043
|
|
|
|
|
|
|
'few' => q({0} st), |
5044
|
|
|
|
|
|
|
'many' => q({0} st), |
5045
|
|
|
|
|
|
|
'name' => q(staideanna), |
5046
|
|
|
|
|
|
|
'one' => q({0} st), |
5047
|
|
|
|
|
|
|
'other' => q({0} st), |
5048
|
|
|
|
|
|
|
'two' => q({0} st), |
5049
|
|
|
|
|
|
|
}, |
5050
|
|
|
|
|
|
|
'g-force' => { |
5051
|
|
|
|
|
|
|
'few' => q({0} G), |
5052
|
|
|
|
|
|
|
'many' => q({0} G), |
5053
|
|
|
|
|
|
|
'name' => q(g-fhórsa), |
5054
|
|
|
|
|
|
|
'one' => q({0} G), |
5055
|
|
|
|
|
|
|
'other' => q({0} G), |
5056
|
|
|
|
|
|
|
'two' => q({0} G), |
5057
|
|
|
|
|
|
|
}, |
5058
|
|
|
|
|
|
|
'gallon' => { |
5059
|
|
|
|
|
|
|
'few' => q({0} ghal.), |
5060
|
|
|
|
|
|
|
'many' => q({0} ngal.), |
5061
|
|
|
|
|
|
|
'name' => q(galúin), |
5062
|
|
|
|
|
|
|
'one' => q({0} ghal.), |
5063
|
|
|
|
|
|
|
'other' => q({0} gal.), |
5064
|
|
|
|
|
|
|
'per' => q({0}/gal.), |
5065
|
|
|
|
|
|
|
'two' => q({0} ghal.), |
5066
|
|
|
|
|
|
|
}, |
5067
|
|
|
|
|
|
|
'gallon-imperial' => { |
5068
|
|
|
|
|
|
|
'few' => q({0} ghal. imp.), |
5069
|
|
|
|
|
|
|
'many' => q({0} ngal. imp.), |
5070
|
|
|
|
|
|
|
'name' => q(gal. imp.), |
5071
|
|
|
|
|
|
|
'one' => q({0} ghal. imp.), |
5072
|
|
|
|
|
|
|
'other' => q({0} gal. imp.), |
5073
|
|
|
|
|
|
|
'per' => q({0}/gal. imp.), |
5074
|
|
|
|
|
|
|
'two' => q({0} ghal. imp.), |
5075
|
|
|
|
|
|
|
}, |
5076
|
|
|
|
|
|
|
'generic' => { |
5077
|
|
|
|
|
|
|
'few' => q({0}°), |
5078
|
|
|
|
|
|
|
'many' => q({0}°), |
5079
|
|
|
|
|
|
|
'name' => q(°), |
5080
|
|
|
|
|
|
|
'one' => q({0}°), |
5081
|
|
|
|
|
|
|
'other' => q({0}°), |
5082
|
|
|
|
|
|
|
'two' => q({0}°), |
5083
|
|
|
|
|
|
|
}, |
5084
|
|
|
|
|
|
|
'gigabit' => { |
5085
|
|
|
|
|
|
|
'few' => q({0} Gb), |
5086
|
|
|
|
|
|
|
'many' => q({0} Gb), |
5087
|
|
|
|
|
|
|
'name' => q(Gb), |
5088
|
|
|
|
|
|
|
'one' => q({0} Gb), |
5089
|
|
|
|
|
|
|
'other' => q({0} Gb), |
5090
|
|
|
|
|
|
|
'two' => q({0} Gb), |
5091
|
|
|
|
|
|
|
}, |
5092
|
|
|
|
|
|
|
'gigabyte' => { |
5093
|
|
|
|
|
|
|
'few' => q({0} GB), |
5094
|
|
|
|
|
|
|
'many' => q({0} GB), |
5095
|
|
|
|
|
|
|
'name' => q(GB), |
5096
|
|
|
|
|
|
|
'one' => q({0} GB), |
5097
|
|
|
|
|
|
|
'other' => q({0} GB), |
5098
|
|
|
|
|
|
|
'two' => q({0} GB), |
5099
|
|
|
|
|
|
|
}, |
5100
|
|
|
|
|
|
|
'gigahertz' => { |
5101
|
|
|
|
|
|
|
'few' => q({0} GHz), |
5102
|
|
|
|
|
|
|
'many' => q({0} GHz), |
5103
|
|
|
|
|
|
|
'name' => q(GHz), |
5104
|
|
|
|
|
|
|
'one' => q({0} GHz), |
5105
|
|
|
|
|
|
|
'other' => q({0} GHz), |
5106
|
|
|
|
|
|
|
'two' => q({0} GHz), |
5107
|
|
|
|
|
|
|
}, |
5108
|
|
|
|
|
|
|
'gigawatt' => { |
5109
|
|
|
|
|
|
|
'few' => q({0} GW), |
5110
|
|
|
|
|
|
|
'many' => q({0} GW), |
5111
|
|
|
|
|
|
|
'name' => q(GW), |
5112
|
|
|
|
|
|
|
'one' => q({0} GW), |
5113
|
|
|
|
|
|
|
'other' => q({0} GW), |
5114
|
|
|
|
|
|
|
'two' => q({0} GW), |
5115
|
|
|
|
|
|
|
}, |
5116
|
|
|
|
|
|
|
'gram' => { |
5117
|
|
|
|
|
|
|
'few' => q({0} g), |
5118
|
|
|
|
|
|
|
'many' => q({0} g), |
5119
|
|
|
|
|
|
|
'name' => q(graim), |
5120
|
|
|
|
|
|
|
'one' => q({0} g), |
5121
|
|
|
|
|
|
|
'other' => q({0} g), |
5122
|
|
|
|
|
|
|
'per' => q({0}/g), |
5123
|
|
|
|
|
|
|
'two' => q({0} g), |
5124
|
|
|
|
|
|
|
}, |
5125
|
|
|
|
|
|
|
'hectare' => { |
5126
|
|
|
|
|
|
|
'few' => q({0} ha), |
5127
|
|
|
|
|
|
|
'many' => q({0} ha), |
5128
|
|
|
|
|
|
|
'name' => q(heicteáir), |
5129
|
|
|
|
|
|
|
'one' => q({0} ha), |
5130
|
|
|
|
|
|
|
'other' => q({0} ha), |
5131
|
|
|
|
|
|
|
'two' => q({0} ha), |
5132
|
|
|
|
|
|
|
}, |
5133
|
|
|
|
|
|
|
'hectoliter' => { |
5134
|
|
|
|
|
|
|
'few' => q({0} hl), |
5135
|
|
|
|
|
|
|
'many' => q({0} hl), |
5136
|
|
|
|
|
|
|
'name' => q(hl), |
5137
|
|
|
|
|
|
|
'one' => q({0} hl), |
5138
|
|
|
|
|
|
|
'other' => q({0} hl), |
5139
|
|
|
|
|
|
|
'two' => q({0} hl), |
5140
|
|
|
|
|
|
|
}, |
5141
|
|
|
|
|
|
|
'hectopascal' => { |
5142
|
|
|
|
|
|
|
'few' => q({0} hPa), |
5143
|
|
|
|
|
|
|
'many' => q({0} hPa), |
5144
|
|
|
|
|
|
|
'name' => q(hPa), |
5145
|
|
|
|
|
|
|
'one' => q({0} hPa), |
5146
|
|
|
|
|
|
|
'other' => q({0} hPa), |
5147
|
|
|
|
|
|
|
'two' => q({0} hPa), |
5148
|
|
|
|
|
|
|
}, |
5149
|
|
|
|
|
|
|
'hertz' => { |
5150
|
|
|
|
|
|
|
'few' => q({0} Hz), |
5151
|
|
|
|
|
|
|
'many' => q({0} Hz), |
5152
|
|
|
|
|
|
|
'name' => q(Hz), |
5153
|
|
|
|
|
|
|
'one' => q({0} Hz), |
5154
|
|
|
|
|
|
|
'other' => q({0} Hz), |
5155
|
|
|
|
|
|
|
'two' => q({0} Hz), |
5156
|
|
|
|
|
|
|
}, |
5157
|
|
|
|
|
|
|
'horsepower' => { |
5158
|
|
|
|
|
|
|
'few' => q({0} ec), |
5159
|
|
|
|
|
|
|
'many' => q({0} ec), |
5160
|
|
|
|
|
|
|
'name' => q(ec), |
5161
|
|
|
|
|
|
|
'one' => q({0} ec), |
5162
|
|
|
|
|
|
|
'other' => q({0} ec), |
5163
|
|
|
|
|
|
|
'two' => q({0} ec), |
5164
|
|
|
|
|
|
|
}, |
5165
|
|
|
|
|
|
|
'hour' => { |
5166
|
|
|
|
|
|
|
'few' => q({0} u), |
5167
|
|
|
|
|
|
|
'many' => q({0} u), |
5168
|
|
|
|
|
|
|
'name' => q(uair), |
5169
|
|
|
|
|
|
|
'one' => q({0} u), |
5170
|
|
|
|
|
|
|
'other' => q({0} u), |
5171
|
|
|
|
|
|
|
'per' => q({0}/u), |
5172
|
|
|
|
|
|
|
'two' => q({0} u), |
5173
|
|
|
|
|
|
|
}, |
5174
|
|
|
|
|
|
|
'inch' => { |
5175
|
|
|
|
|
|
|
'few' => q({0} or.), |
5176
|
|
|
|
|
|
|
'many' => q({0} n-or.), |
5177
|
|
|
|
|
|
|
'name' => q(orlaí), |
5178
|
|
|
|
|
|
|
'one' => q({0} or.), |
5179
|
|
|
|
|
|
|
'other' => q({0} or.), |
5180
|
|
|
|
|
|
|
'per' => q({0}/or.), |
5181
|
|
|
|
|
|
|
'two' => q({0} or.), |
5182
|
|
|
|
|
|
|
}, |
5183
|
|
|
|
|
|
|
'inch-hg' => { |
5184
|
|
|
|
|
|
|
'few' => q({0} or. Hg), |
5185
|
|
|
|
|
|
|
'many' => q({0} n-or. Hg), |
5186
|
|
|
|
|
|
|
'name' => q(orlaí Hg), |
5187
|
|
|
|
|
|
|
'one' => q({0} or. Hg), |
5188
|
|
|
|
|
|
|
'other' => q({0} or. Hg), |
5189
|
|
|
|
|
|
|
'two' => q({0} or. Hg), |
5190
|
|
|
|
|
|
|
}, |
5191
|
|
|
|
|
|
|
'joule' => { |
5192
|
|
|
|
|
|
|
'few' => q({0} J), |
5193
|
|
|
|
|
|
|
'many' => q({0} J), |
5194
|
|
|
|
|
|
|
'name' => q(giúil), |
5195
|
|
|
|
|
|
|
'one' => q({0} J), |
5196
|
|
|
|
|
|
|
'other' => q({0} J), |
5197
|
|
|
|
|
|
|
'two' => q({0} J), |
5198
|
|
|
|
|
|
|
}, |
5199
|
|
|
|
|
|
|
'karat' => { |
5200
|
|
|
|
|
|
|
'few' => q({0} kt), |
5201
|
|
|
|
|
|
|
'many' => q({0} kt), |
5202
|
|
|
|
|
|
|
'name' => q(kt), |
5203
|
|
|
|
|
|
|
'one' => q({0} kt), |
5204
|
|
|
|
|
|
|
'other' => q({0} kt), |
5205
|
|
|
|
|
|
|
'two' => q({0} kt), |
5206
|
|
|
|
|
|
|
}, |
5207
|
|
|
|
|
|
|
'kelvin' => { |
5208
|
|
|
|
|
|
|
'few' => q({0} K), |
5209
|
|
|
|
|
|
|
'many' => q({0} K), |
5210
|
|
|
|
|
|
|
'name' => q(K), |
5211
|
|
|
|
|
|
|
'one' => q({0} K), |
5212
|
|
|
|
|
|
|
'other' => q({0} K), |
5213
|
|
|
|
|
|
|
'two' => q({0} K), |
5214
|
|
|
|
|
|
|
}, |
5215
|
|
|
|
|
|
|
'kilobit' => { |
5216
|
|
|
|
|
|
|
'few' => q({0} kb), |
5217
|
|
|
|
|
|
|
'many' => q({0} kb), |
5218
|
|
|
|
|
|
|
'name' => q(kb), |
5219
|
|
|
|
|
|
|
'one' => q({0} kb), |
5220
|
|
|
|
|
|
|
'other' => q({0} kb), |
5221
|
|
|
|
|
|
|
'two' => q({0} kb), |
5222
|
|
|
|
|
|
|
}, |
5223
|
|
|
|
|
|
|
'kilobyte' => { |
5224
|
|
|
|
|
|
|
'few' => q({0} kB), |
5225
|
|
|
|
|
|
|
'many' => q({0} kB), |
5226
|
|
|
|
|
|
|
'name' => q(kB), |
5227
|
|
|
|
|
|
|
'one' => q({0} kB), |
5228
|
|
|
|
|
|
|
'other' => q({0} kB), |
5229
|
|
|
|
|
|
|
'two' => q({0} kB), |
5230
|
|
|
|
|
|
|
}, |
5231
|
|
|
|
|
|
|
'kilocalorie' => { |
5232
|
|
|
|
|
|
|
'few' => q({0} kcal), |
5233
|
|
|
|
|
|
|
'many' => q({0} kcal), |
5234
|
|
|
|
|
|
|
'name' => q(kcal), |
5235
|
|
|
|
|
|
|
'one' => q({0} kcal), |
5236
|
|
|
|
|
|
|
'other' => q({0} kcal), |
5237
|
|
|
|
|
|
|
'two' => q({0} kcal), |
5238
|
|
|
|
|
|
|
}, |
5239
|
|
|
|
|
|
|
'kilogram' => { |
5240
|
|
|
|
|
|
|
'few' => q({0} kg), |
5241
|
|
|
|
|
|
|
'many' => q({0} kg), |
5242
|
|
|
|
|
|
|
'name' => q(kg), |
5243
|
|
|
|
|
|
|
'one' => q({0} kg), |
5244
|
|
|
|
|
|
|
'other' => q({0} kg), |
5245
|
|
|
|
|
|
|
'per' => q({0}/kg), |
5246
|
|
|
|
|
|
|
'two' => q({0} kg), |
5247
|
|
|
|
|
|
|
}, |
5248
|
|
|
|
|
|
|
'kilohertz' => { |
5249
|
|
|
|
|
|
|
'few' => q({0} kHz), |
5250
|
|
|
|
|
|
|
'many' => q({0} kHz), |
5251
|
|
|
|
|
|
|
'name' => q(kHz), |
5252
|
|
|
|
|
|
|
'one' => q({0} kHz), |
5253
|
|
|
|
|
|
|
'other' => q({0} kHz), |
5254
|
|
|
|
|
|
|
'two' => q({0} kHz), |
5255
|
|
|
|
|
|
|
}, |
5256
|
|
|
|
|
|
|
'kilojoule' => { |
5257
|
|
|
|
|
|
|
'few' => q({0} kJ), |
5258
|
|
|
|
|
|
|
'many' => q({0} kJ), |
5259
|
|
|
|
|
|
|
'name' => q(ciligiúl), |
5260
|
|
|
|
|
|
|
'one' => q({0} kJ), |
5261
|
|
|
|
|
|
|
'other' => q({0} kJ), |
5262
|
|
|
|
|
|
|
'two' => q({0} kJ), |
5263
|
|
|
|
|
|
|
}, |
5264
|
|
|
|
|
|
|
'kilometer' => { |
5265
|
|
|
|
|
|
|
'few' => q({0} km), |
5266
|
|
|
|
|
|
|
'many' => q({0} km), |
5267
|
|
|
|
|
|
|
'name' => q(km), |
5268
|
|
|
|
|
|
|
'one' => q({0} km), |
5269
|
|
|
|
|
|
|
'other' => q({0} km), |
5270
|
|
|
|
|
|
|
'per' => q({0}/km), |
5271
|
|
|
|
|
|
|
'two' => q({0} km), |
5272
|
|
|
|
|
|
|
}, |
5273
|
|
|
|
|
|
|
'kilometer-per-hour' => { |
5274
|
|
|
|
|
|
|
'few' => q({0} km/u), |
5275
|
|
|
|
|
|
|
'many' => q({0} km/u), |
5276
|
|
|
|
|
|
|
'name' => q(km/uair), |
5277
|
|
|
|
|
|
|
'one' => q({0} km/u), |
5278
|
|
|
|
|
|
|
'other' => q({0} km/u), |
5279
|
|
|
|
|
|
|
'two' => q({0} km/u), |
5280
|
|
|
|
|
|
|
}, |
5281
|
|
|
|
|
|
|
'kilowatt' => { |
5282
|
|
|
|
|
|
|
'few' => q({0} kW), |
5283
|
|
|
|
|
|
|
'many' => q({0} kW), |
5284
|
|
|
|
|
|
|
'name' => q(kW), |
5285
|
|
|
|
|
|
|
'one' => q({0} kW), |
5286
|
|
|
|
|
|
|
'other' => q({0} kW), |
5287
|
|
|
|
|
|
|
'two' => q({0} kW), |
5288
|
|
|
|
|
|
|
}, |
5289
|
|
|
|
|
|
|
'kilowatt-hour' => { |
5290
|
|
|
|
|
|
|
'few' => q({0} kWh), |
5291
|
|
|
|
|
|
|
'many' => q({0} kWh), |
5292
|
|
|
|
|
|
|
'name' => q(kW-uair), |
5293
|
|
|
|
|
|
|
'one' => q({0} kWh), |
5294
|
|
|
|
|
|
|
'other' => q({0} kWh), |
5295
|
|
|
|
|
|
|
'two' => q({0} kWh), |
5296
|
|
|
|
|
|
|
}, |
5297
|
|
|
|
|
|
|
'knot' => { |
5298
|
|
|
|
|
|
|
'few' => q({0} mrml/u), |
5299
|
|
|
|
|
|
|
'many' => q({0} mrml/u), |
5300
|
|
|
|
|
|
|
'name' => q(mrml/u), |
5301
|
|
|
|
|
|
|
'one' => q({0} mhuirmh/u), |
5302
|
|
|
|
|
|
|
'other' => q({0} mrml/u), |
5303
|
|
|
|
|
|
|
'two' => q({0} muirmh/u), |
5304
|
|
|
|
|
|
|
}, |
5305
|
|
|
|
|
|
|
'light-year' => { |
5306
|
|
|
|
|
|
|
'few' => q({0} sbh), |
5307
|
|
|
|
|
|
|
'many' => q({0} sbh), |
5308
|
|
|
|
|
|
|
'name' => q(solasbhl.), |
5309
|
|
|
|
|
|
|
'one' => q({0} sbh), |
5310
|
|
|
|
|
|
|
'other' => q({0} sbh), |
5311
|
|
|
|
|
|
|
'two' => q({0} sbh), |
5312
|
|
|
|
|
|
|
}, |
5313
|
|
|
|
|
|
|
'liter' => { |
5314
|
|
|
|
|
|
|
'few' => q({0} l), |
5315
|
|
|
|
|
|
|
'many' => q({0} l), |
5316
|
|
|
|
|
|
|
'name' => q(lítir), |
5317
|
|
|
|
|
|
|
'one' => q({0} l), |
5318
|
|
|
|
|
|
|
'other' => q({0} l), |
5319
|
|
|
|
|
|
|
'per' => q({0}/l), |
5320
|
|
|
|
|
|
|
'two' => q({0} l), |
5321
|
|
|
|
|
|
|
}, |
5322
|
|
|
|
|
|
|
'liter-per-100kilometers' => { |
5323
|
|
|
|
|
|
|
'few' => q({0} l/100km), |
5324
|
|
|
|
|
|
|
'many' => q({0} l/100km), |
5325
|
|
|
|
|
|
|
'name' => q(l/100km), |
5326
|
|
|
|
|
|
|
'one' => q({0} l/100km), |
5327
|
|
|
|
|
|
|
'other' => q({0} l/100km), |
5328
|
|
|
|
|
|
|
'two' => q({0} l/100km), |
5329
|
|
|
|
|
|
|
}, |
5330
|
|
|
|
|
|
|
'liter-per-kilometer' => { |
5331
|
|
|
|
|
|
|
'few' => q({0} l/km), |
5332
|
|
|
|
|
|
|
'many' => q({0} l/km), |
5333
|
|
|
|
|
|
|
'name' => q(lítir/km), |
5334
|
|
|
|
|
|
|
'one' => q({0} l/km), |
5335
|
|
|
|
|
|
|
'other' => q({0} l/km), |
5336
|
|
|
|
|
|
|
'two' => q({0} l/km), |
5337
|
|
|
|
|
|
|
}, |
5338
|
|
|
|
|
|
|
'lux' => { |
5339
|
|
|
|
|
|
|
'few' => q({0} lx), |
5340
|
|
|
|
|
|
|
'many' => q({0} lx), |
5341
|
|
|
|
|
|
|
'name' => q(lucsa), |
5342
|
|
|
|
|
|
|
'one' => q({0} lx), |
5343
|
|
|
|
|
|
|
'other' => q({0} lx), |
5344
|
|
|
|
|
|
|
'two' => q({0} lx), |
5345
|
|
|
|
|
|
|
}, |
5346
|
|
|
|
|
|
|
'megabit' => { |
5347
|
|
|
|
|
|
|
'few' => q({0} Mb), |
5348
|
|
|
|
|
|
|
'many' => q({0} Mb), |
5349
|
|
|
|
|
|
|
'name' => q(Mb), |
5350
|
|
|
|
|
|
|
'one' => q({0} Mb), |
5351
|
|
|
|
|
|
|
'other' => q({0} Mb), |
5352
|
|
|
|
|
|
|
'two' => q({0} Mb), |
5353
|
|
|
|
|
|
|
}, |
5354
|
|
|
|
|
|
|
'megabyte' => { |
5355
|
|
|
|
|
|
|
'few' => q({0} MB), |
5356
|
|
|
|
|
|
|
'many' => q({0} MB), |
5357
|
|
|
|
|
|
|
'name' => q(MB), |
5358
|
|
|
|
|
|
|
'one' => q({0} MB), |
5359
|
|
|
|
|
|
|
'other' => q({0} MB), |
5360
|
|
|
|
|
|
|
'two' => q({0} MB), |
5361
|
|
|
|
|
|
|
}, |
5362
|
|
|
|
|
|
|
'megahertz' => { |
5363
|
|
|
|
|
|
|
'few' => q({0} MHz), |
5364
|
|
|
|
|
|
|
'many' => q({0} MHz), |
5365
|
|
|
|
|
|
|
'name' => q(MHz), |
5366
|
|
|
|
|
|
|
'one' => q({0} MHz), |
5367
|
|
|
|
|
|
|
'other' => q({0} MHz), |
5368
|
|
|
|
|
|
|
'two' => q({0} MHz), |
5369
|
|
|
|
|
|
|
}, |
5370
|
|
|
|
|
|
|
'megaliter' => { |
5371
|
|
|
|
|
|
|
'few' => q({0} Ml), |
5372
|
|
|
|
|
|
|
'many' => q({0} Ml), |
5373
|
|
|
|
|
|
|
'name' => q(Ml), |
5374
|
|
|
|
|
|
|
'one' => q({0} Ml), |
5375
|
|
|
|
|
|
|
'other' => q({0} Ml), |
5376
|
|
|
|
|
|
|
'two' => q({0} Ml), |
5377
|
|
|
|
|
|
|
}, |
5378
|
|
|
|
|
|
|
'megawatt' => { |
5379
|
|
|
|
|
|
|
'few' => q({0} MW), |
5380
|
|
|
|
|
|
|
'many' => q({0} MW), |
5381
|
|
|
|
|
|
|
'name' => q(MW), |
5382
|
|
|
|
|
|
|
'one' => q({0} MW), |
5383
|
|
|
|
|
|
|
'other' => q({0} MW), |
5384
|
|
|
|
|
|
|
'two' => q({0} MW), |
5385
|
|
|
|
|
|
|
}, |
5386
|
|
|
|
|
|
|
'meter' => { |
5387
|
|
|
|
|
|
|
'few' => q({0} m), |
5388
|
|
|
|
|
|
|
'many' => q({0} m), |
5389
|
|
|
|
|
|
|
'name' => q(méadair), |
5390
|
|
|
|
|
|
|
'one' => q({0} m), |
5391
|
|
|
|
|
|
|
'other' => q({0} m), |
5392
|
|
|
|
|
|
|
'per' => q({0}/m), |
5393
|
|
|
|
|
|
|
'two' => q({0} m), |
5394
|
|
|
|
|
|
|
}, |
5395
|
|
|
|
|
|
|
'meter-per-second' => { |
5396
|
|
|
|
|
|
|
'few' => q({0} m/s), |
5397
|
|
|
|
|
|
|
'many' => q({0} m/s), |
5398
|
|
|
|
|
|
|
'name' => q(m/s), |
5399
|
|
|
|
|
|
|
'one' => q({0} m/s), |
5400
|
|
|
|
|
|
|
'other' => q({0} m/s), |
5401
|
|
|
|
|
|
|
'two' => q({0} m/s), |
5402
|
|
|
|
|
|
|
}, |
5403
|
|
|
|
|
|
|
'meter-per-second-squared' => { |
5404
|
|
|
|
|
|
|
'few' => q({0} m/s²), |
5405
|
|
|
|
|
|
|
'many' => q({0} m/s²), |
5406
|
|
|
|
|
|
|
'name' => q(m/s²), |
5407
|
|
|
|
|
|
|
'one' => q({0} m/s²), |
5408
|
|
|
|
|
|
|
'other' => q({0} m/s²), |
5409
|
|
|
|
|
|
|
'two' => q({0} m/s²), |
5410
|
|
|
|
|
|
|
}, |
5411
|
|
|
|
|
|
|
'metric-ton' => { |
5412
|
|
|
|
|
|
|
'few' => q({0} t), |
5413
|
|
|
|
|
|
|
'many' => q({0} t), |
5414
|
|
|
|
|
|
|
'name' => q(t), |
5415
|
|
|
|
|
|
|
'one' => q({0} t), |
5416
|
|
|
|
|
|
|
'other' => q({0} t), |
5417
|
|
|
|
|
|
|
'two' => q({0} t), |
5418
|
|
|
|
|
|
|
}, |
5419
|
|
|
|
|
|
|
'microgram' => { |
5420
|
|
|
|
|
|
|
'few' => q({0} µg), |
5421
|
|
|
|
|
|
|
'many' => q({0} µg), |
5422
|
|
|
|
|
|
|
'name' => q(µg), |
5423
|
|
|
|
|
|
|
'one' => q({0} µg), |
5424
|
|
|
|
|
|
|
'other' => q({0} µg), |
5425
|
|
|
|
|
|
|
'two' => q({0} µg), |
5426
|
|
|
|
|
|
|
}, |
5427
|
|
|
|
|
|
|
'micrometer' => { |
5428
|
|
|
|
|
|
|
'few' => q({0} µm), |
5429
|
|
|
|
|
|
|
'many' => q({0} µm), |
5430
|
|
|
|
|
|
|
'name' => q(µméadair), |
5431
|
|
|
|
|
|
|
'one' => q({0} µm), |
5432
|
|
|
|
|
|
|
'other' => q({0} µm), |
5433
|
|
|
|
|
|
|
'two' => q({0} µm), |
5434
|
|
|
|
|
|
|
}, |
5435
|
|
|
|
|
|
|
'microsecond' => { |
5436
|
|
|
|
|
|
|
'few' => q({0} μs), |
5437
|
|
|
|
|
|
|
'many' => q({0} μs), |
5438
|
|
|
|
|
|
|
'name' => q(μs), |
5439
|
|
|
|
|
|
|
'one' => q({0} μs), |
5440
|
|
|
|
|
|
|
'other' => q({0} μs), |
5441
|
|
|
|
|
|
|
'two' => q({0} μs), |
5442
|
|
|
|
|
|
|
}, |
5443
|
|
|
|
|
|
|
'mile' => { |
5444
|
|
|
|
|
|
|
'few' => q({0} mhíle), |
5445
|
|
|
|
|
|
|
'many' => q({0} míle), |
5446
|
|
|
|
|
|
|
'name' => q(mílte), |
5447
|
|
|
|
|
|
|
'one' => q({0} mhíle), |
5448
|
|
|
|
|
|
|
'other' => q({0} mi), |
5449
|
|
|
|
|
|
|
'two' => q({0} mhíle), |
5450
|
|
|
|
|
|
|
}, |
5451
|
|
|
|
|
|
|
'mile-per-gallon' => { |
5452
|
|
|
|
|
|
|
'few' => q({0} mhíle/gal), |
5453
|
|
|
|
|
|
|
'many' => q({0} míle/gal), |
5454
|
|
|
|
|
|
|
'name' => q(mílte/gal), |
5455
|
|
|
|
|
|
|
'one' => q({0} mhíle/gal), |
5456
|
|
|
|
|
|
|
'other' => q({0} míle/gal), |
5457
|
|
|
|
|
|
|
'two' => q({0} mhíle/gal), |
5458
|
|
|
|
|
|
|
}, |
5459
|
|
|
|
|
|
|
'mile-per-gallon-imperial' => { |
5460
|
|
|
|
|
|
|
'few' => q({0} msg imp), |
5461
|
|
|
|
|
|
|
'many' => q({0} msg imp), |
5462
|
|
|
|
|
|
|
'name' => q(mílte/gal. imp.), |
5463
|
|
|
|
|
|
|
'one' => q({0} msg imp), |
5464
|
|
|
|
|
|
|
'other' => q({0} msg imp), |
5465
|
|
|
|
|
|
|
'two' => q({0} msg imp), |
5466
|
|
|
|
|
|
|
}, |
5467
|
|
|
|
|
|
|
'mile-per-hour' => { |
5468
|
|
|
|
|
|
|
'few' => q({0} msu), |
5469
|
|
|
|
|
|
|
'many' => q({0} msu), |
5470
|
|
|
|
|
|
|
'name' => q(mílte/uair), |
5471
|
|
|
|
|
|
|
'one' => q({0} msu), |
5472
|
|
|
|
|
|
|
'other' => q({0} msu), |
5473
|
|
|
|
|
|
|
'two' => q({0} msu), |
5474
|
|
|
|
|
|
|
}, |
5475
|
|
|
|
|
|
|
'mile-scandinavian' => { |
5476
|
|
|
|
|
|
|
'few' => q({0} mhíle Lch), |
5477
|
|
|
|
|
|
|
'many' => q({0} míle Lch), |
5478
|
|
|
|
|
|
|
'name' => q(míle Lochl.), |
5479
|
|
|
|
|
|
|
'one' => q({0} míle Lch), |
5480
|
|
|
|
|
|
|
'other' => q({0} míle Lch), |
5481
|
|
|
|
|
|
|
'two' => q({0} mhíle Lch), |
5482
|
|
|
|
|
|
|
}, |
5483
|
|
|
|
|
|
|
'milliampere' => { |
5484
|
|
|
|
|
|
|
'few' => q({0} mA), |
5485
|
|
|
|
|
|
|
'many' => q({0} mA), |
5486
|
|
|
|
|
|
|
'name' => q(miollaimp), |
5487
|
|
|
|
|
|
|
'one' => q({0} mA), |
5488
|
|
|
|
|
|
|
'other' => q({0} mA), |
5489
|
|
|
|
|
|
|
'two' => q({0} mA), |
5490
|
|
|
|
|
|
|
}, |
5491
|
|
|
|
|
|
|
'millibar' => { |
5492
|
|
|
|
|
|
|
'few' => q({0} mbar), |
5493
|
|
|
|
|
|
|
'many' => q({0} mbar), |
5494
|
|
|
|
|
|
|
'name' => q(mbar), |
5495
|
|
|
|
|
|
|
'one' => q({0} mbar), |
5496
|
|
|
|
|
|
|
'other' => q({0} mbar), |
5497
|
|
|
|
|
|
|
'two' => q({0} mbar), |
5498
|
|
|
|
|
|
|
}, |
5499
|
|
|
|
|
|
|
'milligram' => { |
5500
|
|
|
|
|
|
|
'few' => q({0} mg), |
5501
|
|
|
|
|
|
|
'many' => q({0} mg), |
5502
|
|
|
|
|
|
|
'name' => q(mg), |
5503
|
|
|
|
|
|
|
'one' => q({0} mg), |
5504
|
|
|
|
|
|
|
'other' => q({0} mg), |
5505
|
|
|
|
|
|
|
'two' => q({0} mg), |
5506
|
|
|
|
|
|
|
}, |
5507
|
|
|
|
|
|
|
'milligram-per-deciliter' => { |
5508
|
|
|
|
|
|
|
'few' => q({0} mg/dL), |
5509
|
|
|
|
|
|
|
'many' => q({0} mg/dL), |
5510
|
|
|
|
|
|
|
'name' => q(mg/dL), |
5511
|
|
|
|
|
|
|
'one' => q({0} mg/dL), |
5512
|
|
|
|
|
|
|
'other' => q({0} mg/dL), |
5513
|
|
|
|
|
|
|
'two' => q({0} mg/dL), |
5514
|
|
|
|
|
|
|
}, |
5515
|
|
|
|
|
|
|
'milliliter' => { |
5516
|
|
|
|
|
|
|
'few' => q({0} ml), |
5517
|
|
|
|
|
|
|
'many' => q({0} ml), |
5518
|
|
|
|
|
|
|
'name' => q(ml), |
5519
|
|
|
|
|
|
|
'one' => q({0} ml), |
5520
|
|
|
|
|
|
|
'other' => q({0} ml), |
5521
|
|
|
|
|
|
|
'two' => q({0} ml), |
5522
|
|
|
|
|
|
|
}, |
5523
|
|
|
|
|
|
|
'millimeter' => { |
5524
|
|
|
|
|
|
|
'few' => q({0} mm), |
5525
|
|
|
|
|
|
|
'many' => q({0} mm), |
5526
|
|
|
|
|
|
|
'name' => q(mm), |
5527
|
|
|
|
|
|
|
'one' => q({0} mm), |
5528
|
|
|
|
|
|
|
'other' => q({0} mm), |
5529
|
|
|
|
|
|
|
'two' => q({0} mm), |
5530
|
|
|
|
|
|
|
}, |
5531
|
|
|
|
|
|
|
'millimeter-of-mercury' => { |
5532
|
|
|
|
|
|
|
'few' => q({0} mm Hg), |
5533
|
|
|
|
|
|
|
'many' => q({0} mm Hg), |
5534
|
|
|
|
|
|
|
'name' => q(mm Hg), |
5535
|
|
|
|
|
|
|
'one' => q({0} mm Hg), |
5536
|
|
|
|
|
|
|
'other' => q({0} mm Hg), |
5537
|
|
|
|
|
|
|
'two' => q({0} mm Hg), |
5538
|
|
|
|
|
|
|
}, |
5539
|
|
|
|
|
|
|
'millimole-per-liter' => { |
5540
|
|
|
|
|
|
|
'few' => q({0} mmol/L), |
5541
|
|
|
|
|
|
|
'many' => q({0} mmol/L), |
5542
|
|
|
|
|
|
|
'name' => q(milleamól/lítear), |
5543
|
|
|
|
|
|
|
'one' => q({0} mmol/L), |
5544
|
|
|
|
|
|
|
'other' => q({0} mmol/L), |
5545
|
|
|
|
|
|
|
'two' => q({0} mmol/L), |
5546
|
|
|
|
|
|
|
}, |
5547
|
|
|
|
|
|
|
'millisecond' => { |
5548
|
|
|
|
|
|
|
'few' => q({0} ms), |
5549
|
|
|
|
|
|
|
'many' => q({0} ms), |
5550
|
|
|
|
|
|
|
'name' => q(msoic), |
5551
|
|
|
|
|
|
|
'one' => q({0} ms), |
5552
|
|
|
|
|
|
|
'other' => q({0} ms), |
5553
|
|
|
|
|
|
|
'two' => q({0} ms), |
5554
|
|
|
|
|
|
|
}, |
5555
|
|
|
|
|
|
|
'milliwatt' => { |
5556
|
|
|
|
|
|
|
'few' => q({0} mW), |
5557
|
|
|
|
|
|
|
'many' => q({0} mW), |
5558
|
|
|
|
|
|
|
'name' => q(mW), |
5559
|
|
|
|
|
|
|
'one' => q({0} mW), |
5560
|
|
|
|
|
|
|
'other' => q({0} mW), |
5561
|
|
|
|
|
|
|
'two' => q({0} mW), |
5562
|
|
|
|
|
|
|
}, |
5563
|
|
|
|
|
|
|
'minute' => { |
5564
|
|
|
|
|
|
|
'few' => q({0} nóim), |
5565
|
|
|
|
|
|
|
'many' => q({0} nóim), |
5566
|
|
|
|
|
|
|
'name' => q(nóim), |
5567
|
|
|
|
|
|
|
'one' => q({0} nóim), |
5568
|
|
|
|
|
|
|
'other' => q({0} nóim), |
5569
|
|
|
|
|
|
|
'per' => q({0}/nóim), |
5570
|
|
|
|
|
|
|
'two' => q({0} nóim), |
5571
|
|
|
|
|
|
|
}, |
5572
|
|
|
|
|
|
|
'month' => { |
5573
|
|
|
|
|
|
|
'few' => q({0} mhí), |
5574
|
|
|
|
|
|
|
'many' => q({0} mí), |
5575
|
|
|
|
|
|
|
'name' => q(míonna), |
5576
|
|
|
|
|
|
|
'one' => q({0} mhí), |
5577
|
|
|
|
|
|
|
'other' => q({0} mí), |
5578
|
|
|
|
|
|
|
'per' => q({0}/mí), |
5579
|
|
|
|
|
|
|
'two' => q({0} mhí), |
5580
|
|
|
|
|
|
|
}, |
5581
|
|
|
|
|
|
|
'nanometer' => { |
5582
|
|
|
|
|
|
|
'few' => q({0} nm), |
5583
|
|
|
|
|
|
|
'many' => q({0} nm), |
5584
|
|
|
|
|
|
|
'name' => q(nm), |
5585
|
|
|
|
|
|
|
'one' => q({0} nm), |
5586
|
|
|
|
|
|
|
'other' => q({0} nm), |
5587
|
|
|
|
|
|
|
'two' => q({0} nm), |
5588
|
|
|
|
|
|
|
}, |
5589
|
|
|
|
|
|
|
'nanosecond' => { |
5590
|
|
|
|
|
|
|
'few' => q({0} ns), |
5591
|
|
|
|
|
|
|
'many' => q({0} ns), |
5592
|
|
|
|
|
|
|
'name' => q(ns), |
5593
|
|
|
|
|
|
|
'one' => q({0} ns), |
5594
|
|
|
|
|
|
|
'other' => q({0} ns), |
5595
|
|
|
|
|
|
|
'two' => q({0} ns), |
5596
|
|
|
|
|
|
|
}, |
5597
|
|
|
|
|
|
|
'nautical-mile' => { |
5598
|
|
|
|
|
|
|
'few' => q({0} mhuirmh.), |
5599
|
|
|
|
|
|
|
'many' => q({0} muirmh.), |
5600
|
|
|
|
|
|
|
'name' => q(muirmh.), |
5601
|
|
|
|
|
|
|
'one' => q({0} mhuirmh.), |
5602
|
|
|
|
|
|
|
'other' => q({0} muirmh.), |
5603
|
|
|
|
|
|
|
'two' => q({0} mhuirmh.), |
5604
|
|
|
|
|
|
|
}, |
5605
|
|
|
|
|
|
|
'ohm' => { |
5606
|
|
|
|
|
|
|
'few' => q({0} Ω), |
5607
|
|
|
|
|
|
|
'many' => q({0} Ω), |
5608
|
|
|
|
|
|
|
'name' => q(óim), |
5609
|
|
|
|
|
|
|
'one' => q({0} Ω), |
5610
|
|
|
|
|
|
|
'other' => q({0} Ω), |
5611
|
|
|
|
|
|
|
'two' => q({0} Ω), |
5612
|
|
|
|
|
|
|
}, |
5613
|
|
|
|
|
|
|
'ounce' => { |
5614
|
|
|
|
|
|
|
'few' => q({0} unsa), |
5615
|
|
|
|
|
|
|
'many' => q({0} n-unsa), |
5616
|
|
|
|
|
|
|
'name' => q(unsa), |
5617
|
|
|
|
|
|
|
'one' => q({0} unsa), |
5618
|
|
|
|
|
|
|
'other' => q({0} unsa), |
5619
|
|
|
|
|
|
|
'per' => q({0}/unsa), |
5620
|
|
|
|
|
|
|
'two' => q({0} unsa), |
5621
|
|
|
|
|
|
|
}, |
5622
|
|
|
|
|
|
|
'ounce-troy' => { |
5623
|
|
|
|
|
|
|
'few' => q({0} unsa t), |
5624
|
|
|
|
|
|
|
'many' => q({0} n-unsa t), |
5625
|
|
|
|
|
|
|
'name' => q(unsa t), |
5626
|
|
|
|
|
|
|
'one' => q({0} unsa t), |
5627
|
|
|
|
|
|
|
'other' => q({0} unsa t), |
5628
|
|
|
|
|
|
|
'two' => q({0} unsa t), |
5629
|
|
|
|
|
|
|
}, |
5630
|
|
|
|
|
|
|
'parsec' => { |
5631
|
|
|
|
|
|
|
'few' => q({0} pc), |
5632
|
|
|
|
|
|
|
'many' => q({0} pc), |
5633
|
|
|
|
|
|
|
'name' => q(pc), |
5634
|
|
|
|
|
|
|
'one' => q({0} pc), |
5635
|
|
|
|
|
|
|
'other' => q({0} pc), |
5636
|
|
|
|
|
|
|
'two' => q({0} pc), |
5637
|
|
|
|
|
|
|
}, |
5638
|
|
|
|
|
|
|
'part-per-million' => { |
5639
|
|
|
|
|
|
|
'few' => q({0}/milliún), |
5640
|
|
|
|
|
|
|
'many' => q({0}/milliún), |
5641
|
|
|
|
|
|
|
'name' => q(codanna/milliún), |
5642
|
|
|
|
|
|
|
'one' => q({0}/milliún), |
5643
|
|
|
|
|
|
|
'other' => q({0}/milliún), |
5644
|
|
|
|
|
|
|
'two' => q({0}/milliún), |
5645
|
|
|
|
|
|
|
}, |
5646
|
|
|
|
|
|
|
'per' => { |
5647
|
|
|
|
|
|
|
'1' => q({0}/{1}), |
5648
|
|
|
|
|
|
|
}, |
5649
|
|
|
|
|
|
|
'percent' => { |
5650
|
|
|
|
|
|
|
'few' => q({0}%), |
5651
|
|
|
|
|
|
|
'many' => q({0}%), |
5652
|
|
|
|
|
|
|
'name' => q(faoin gcéad), |
5653
|
|
|
|
|
|
|
'one' => q({0}%), |
5654
|
|
|
|
|
|
|
'other' => q({0}%), |
5655
|
|
|
|
|
|
|
'two' => q({0}%), |
5656
|
|
|
|
|
|
|
}, |
5657
|
|
|
|
|
|
|
'permille' => { |
5658
|
|
|
|
|
|
|
'few' => q({0}‰), |
5659
|
|
|
|
|
|
|
'many' => q({0}‰), |
5660
|
|
|
|
|
|
|
'name' => q(faoin míle), |
5661
|
|
|
|
|
|
|
'one' => q({0}‰), |
5662
|
|
|
|
|
|
|
'other' => q({0}‰), |
5663
|
|
|
|
|
|
|
'two' => q({0}‰), |
5664
|
|
|
|
|
|
|
}, |
5665
|
|
|
|
|
|
|
'petabyte' => { |
5666
|
|
|
|
|
|
|
'few' => q({0} PB), |
5667
|
|
|
|
|
|
|
'many' => q({0} PB), |
5668
|
|
|
|
|
|
|
'name' => q(PBheart), |
5669
|
|
|
|
|
|
|
'one' => q({0} PB), |
5670
|
|
|
|
|
|
|
'other' => q({0} PB), |
5671
|
|
|
|
|
|
|
'two' => q({0} PB), |
5672
|
|
|
|
|
|
|
}, |
5673
|
|
|
|
|
|
|
'picometer' => { |
5674
|
|
|
|
|
|
|
'few' => q({0} pm), |
5675
|
|
|
|
|
|
|
'many' => q({0} pm), |
5676
|
|
|
|
|
|
|
'name' => q(pm), |
5677
|
|
|
|
|
|
|
'one' => q({0} pm), |
5678
|
|
|
|
|
|
|
'other' => q({0} pm), |
5679
|
|
|
|
|
|
|
'two' => q({0} pm), |
5680
|
|
|
|
|
|
|
}, |
5681
|
|
|
|
|
|
|
'pint' => { |
5682
|
|
|
|
|
|
|
'few' => q({0} pt), |
5683
|
|
|
|
|
|
|
'many' => q({0} pt), |
5684
|
|
|
|
|
|
|
'name' => q(piontaí), |
5685
|
|
|
|
|
|
|
'one' => q({0} pt), |
5686
|
|
|
|
|
|
|
'other' => q({0} pt), |
5687
|
|
|
|
|
|
|
'two' => q({0} pt), |
5688
|
|
|
|
|
|
|
}, |
5689
|
|
|
|
|
|
|
'pint-metric' => { |
5690
|
|
|
|
|
|
|
'few' => q({0} mpt), |
5691
|
|
|
|
|
|
|
'many' => q({0} mpt), |
5692
|
|
|
|
|
|
|
'name' => q(mpt), |
5693
|
|
|
|
|
|
|
'one' => q({0} mpt), |
5694
|
|
|
|
|
|
|
'other' => q({0} mpt), |
5695
|
|
|
|
|
|
|
'two' => q({0} mpt), |
5696
|
|
|
|
|
|
|
}, |
5697
|
|
|
|
|
|
|
'point' => { |
5698
|
|
|
|
|
|
|
'few' => q({0} pt), |
5699
|
|
|
|
|
|
|
'many' => q({0} pt), |
5700
|
|
|
|
|
|
|
'name' => q(pointí), |
5701
|
|
|
|
|
|
|
'one' => q({0} pt), |
5702
|
|
|
|
|
|
|
'other' => q({0} pt), |
5703
|
|
|
|
|
|
|
'two' => q({0} pt), |
5704
|
|
|
|
|
|
|
}, |
5705
|
|
|
|
|
|
|
'pound' => { |
5706
|
|
|
|
|
|
|
'few' => q({0} phunt), |
5707
|
|
|
|
|
|
|
'many' => q({0} bpunt), |
5708
|
|
|
|
|
|
|
'name' => q(puint), |
5709
|
|
|
|
|
|
|
'one' => q({0} phunt), |
5710
|
|
|
|
|
|
|
'other' => q({0} punt), |
5711
|
|
|
|
|
|
|
'per' => q({0}/punt), |
5712
|
|
|
|
|
|
|
'two' => q({0} phunt), |
5713
|
|
|
|
|
|
|
}, |
5714
|
|
|
|
|
|
|
'pound-per-square-inch' => { |
5715
|
|
|
|
|
|
|
'few' => q({0} psoc), |
5716
|
|
|
|
|
|
|
'many' => q({0} psoc), |
5717
|
|
|
|
|
|
|
'name' => q(psoc), |
5718
|
|
|
|
|
|
|
'one' => q({0} psoc), |
5719
|
|
|
|
|
|
|
'other' => q({0} psoc), |
5720
|
|
|
|
|
|
|
'two' => q({0} psoc), |
5721
|
|
|
|
|
|
|
}, |
5722
|
|
|
|
|
|
|
'quart' => { |
5723
|
|
|
|
|
|
|
'few' => q({0} chárt), |
5724
|
|
|
|
|
|
|
'many' => q({0} gcárt), |
5725
|
|
|
|
|
|
|
'name' => q(cáirt), |
5726
|
|
|
|
|
|
|
'one' => q({0} chárt), |
5727
|
|
|
|
|
|
|
'other' => q({0} cárt), |
5728
|
|
|
|
|
|
|
'two' => q({0} chárt), |
5729
|
|
|
|
|
|
|
}, |
5730
|
|
|
|
|
|
|
'radian' => { |
5731
|
|
|
|
|
|
|
'few' => q({0} raid), |
5732
|
|
|
|
|
|
|
'many' => q({0} raid), |
5733
|
|
|
|
|
|
|
'name' => q(raidiain), |
5734
|
|
|
|
|
|
|
'one' => q({0} raid), |
5735
|
|
|
|
|
|
|
'other' => q({0} raid), |
5736
|
|
|
|
|
|
|
'two' => q({0} raid), |
5737
|
|
|
|
|
|
|
}, |
5738
|
|
|
|
|
|
|
'revolution' => { |
5739
|
|
|
|
|
|
|
'few' => q({0} imr), |
5740
|
|
|
|
|
|
|
'many' => q({0} imr), |
5741
|
|
|
|
|
|
|
'name' => q(imr), |
5742
|
|
|
|
|
|
|
'one' => q({0} imr), |
5743
|
|
|
|
|
|
|
'other' => q({0} imr), |
5744
|
|
|
|
|
|
|
'two' => q({0} imr), |
5745
|
|
|
|
|
|
|
}, |
5746
|
|
|
|
|
|
|
'second' => { |
5747
|
|
|
|
|
|
|
'few' => q({0} shoic), |
5748
|
|
|
|
|
|
|
'many' => q({0} soic), |
5749
|
|
|
|
|
|
|
'name' => q(soic), |
5750
|
|
|
|
|
|
|
'one' => q({0} soic), |
5751
|
|
|
|
|
|
|
'other' => q({0} soic), |
5752
|
|
|
|
|
|
|
'per' => q({0}/s), |
5753
|
|
|
|
|
|
|
'two' => q({0} shoic), |
5754
|
|
|
|
|
|
|
}, |
5755
|
|
|
|
|
|
|
'square-centimeter' => { |
5756
|
|
|
|
|
|
|
'few' => q({0} cm²), |
5757
|
|
|
|
|
|
|
'many' => q({0} cm²), |
5758
|
|
|
|
|
|
|
'name' => q(cm²), |
5759
|
|
|
|
|
|
|
'one' => q({0} cm²), |
5760
|
|
|
|
|
|
|
'other' => q({0} cm²), |
5761
|
|
|
|
|
|
|
'per' => q({0}/cm²), |
5762
|
|
|
|
|
|
|
'two' => q({0} cm²), |
5763
|
|
|
|
|
|
|
}, |
5764
|
|
|
|
|
|
|
'square-foot' => { |
5765
|
|
|
|
|
|
|
'few' => q({0} tr²), |
5766
|
|
|
|
|
|
|
'many' => q({0} tr²), |
5767
|
|
|
|
|
|
|
'name' => q(tr²), |
5768
|
|
|
|
|
|
|
'one' => q({0} tr²), |
5769
|
|
|
|
|
|
|
'other' => q({0} tr²), |
5770
|
|
|
|
|
|
|
'two' => q({0} tr²), |
5771
|
|
|
|
|
|
|
}, |
5772
|
|
|
|
|
|
|
'square-inch' => { |
5773
|
|
|
|
|
|
|
'few' => q({0} or²), |
5774
|
|
|
|
|
|
|
'many' => q({0} or²), |
5775
|
|
|
|
|
|
|
'name' => q(or²), |
5776
|
|
|
|
|
|
|
'one' => q({0} or²), |
5777
|
|
|
|
|
|
|
'other' => q({0} or²), |
5778
|
|
|
|
|
|
|
'per' => q({0}/or²), |
5779
|
|
|
|
|
|
|
'two' => q({0} or²), |
5780
|
|
|
|
|
|
|
}, |
5781
|
|
|
|
|
|
|
'square-kilometer' => { |
5782
|
|
|
|
|
|
|
'few' => q({0} km²), |
5783
|
|
|
|
|
|
|
'many' => q({0} km²), |
5784
|
|
|
|
|
|
|
'name' => q(km²), |
5785
|
|
|
|
|
|
|
'one' => q({0} km²), |
5786
|
|
|
|
|
|
|
'other' => q({0} km²), |
5787
|
|
|
|
|
|
|
'per' => q({0}/km²), |
5788
|
|
|
|
|
|
|
'two' => q({0} km²), |
5789
|
|
|
|
|
|
|
}, |
5790
|
|
|
|
|
|
|
'square-meter' => { |
5791
|
|
|
|
|
|
|
'few' => q({0} m²), |
5792
|
|
|
|
|
|
|
'many' => q({0} m²), |
5793
|
|
|
|
|
|
|
'name' => q(m²), |
5794
|
|
|
|
|
|
|
'one' => q({0} m²), |
5795
|
|
|
|
|
|
|
'other' => q({0} m²), |
5796
|
|
|
|
|
|
|
'per' => q({0}/m²), |
5797
|
|
|
|
|
|
|
'two' => q({0} m²), |
5798
|
|
|
|
|
|
|
}, |
5799
|
|
|
|
|
|
|
'square-mile' => { |
5800
|
|
|
|
|
|
|
'few' => q({0} mhíle²), |
5801
|
|
|
|
|
|
|
'many' => q({0} míle²), |
5802
|
|
|
|
|
|
|
'name' => q(mílte²), |
5803
|
|
|
|
|
|
|
'one' => q({0} mhíle²), |
5804
|
|
|
|
|
|
|
'other' => q({0} míle²), |
5805
|
|
|
|
|
|
|
'per' => q({0}/mi²), |
5806
|
|
|
|
|
|
|
'two' => q({0} mhíle²), |
5807
|
|
|
|
|
|
|
}, |
5808
|
|
|
|
|
|
|
'square-yard' => { |
5809
|
|
|
|
|
|
|
'few' => q({0} sl²), |
5810
|
|
|
|
|
|
|
'many' => q({0} sl²), |
5811
|
|
|
|
|
|
|
'name' => q(slata²), |
5812
|
|
|
|
|
|
|
'one' => q({0} sl²), |
5813
|
|
|
|
|
|
|
'other' => q({0} sl²), |
5814
|
|
|
|
|
|
|
'two' => q({0} sl²), |
5815
|
|
|
|
|
|
|
}, |
5816
|
|
|
|
|
|
|
'stone' => { |
5817
|
|
|
|
|
|
|
'few' => q({0} chl.), |
5818
|
|
|
|
|
|
|
'many' => q({0} gcl.), |
5819
|
|
|
|
|
|
|
'name' => q(clocha), |
5820
|
|
|
|
|
|
|
'one' => q({0} chl.), |
5821
|
|
|
|
|
|
|
'other' => q({0} cl.), |
5822
|
|
|
|
|
|
|
'two' => q({0} chl.), |
5823
|
|
|
|
|
|
|
}, |
5824
|
|
|
|
|
|
|
'tablespoon' => { |
5825
|
|
|
|
|
|
|
'few' => q({0} spbh), |
5826
|
|
|
|
|
|
|
'many' => q({0} spbh), |
5827
|
|
|
|
|
|
|
'name' => q(spbh), |
5828
|
|
|
|
|
|
|
'one' => q({0} spbh), |
5829
|
|
|
|
|
|
|
'other' => q({0} spbh), |
5830
|
|
|
|
|
|
|
'two' => q({0} spbh), |
5831
|
|
|
|
|
|
|
}, |
5832
|
|
|
|
|
|
|
'teaspoon' => { |
5833
|
|
|
|
|
|
|
'few' => q({0} tsp), |
5834
|
|
|
|
|
|
|
'many' => q({0} tsp), |
5835
|
|
|
|
|
|
|
'name' => q(tsp), |
5836
|
|
|
|
|
|
|
'one' => q({0} tsp), |
5837
|
|
|
|
|
|
|
'other' => q({0} tsp), |
5838
|
|
|
|
|
|
|
'two' => q({0} tsp), |
5839
|
|
|
|
|
|
|
}, |
5840
|
|
|
|
|
|
|
'terabit' => { |
5841
|
|
|
|
|
|
|
'few' => q({0} Tb), |
5842
|
|
|
|
|
|
|
'many' => q({0} Tb), |
5843
|
|
|
|
|
|
|
'name' => q(Tb), |
5844
|
|
|
|
|
|
|
'one' => q({0} Tb), |
5845
|
|
|
|
|
|
|
'other' => q({0} Tb), |
5846
|
|
|
|
|
|
|
'two' => q({0} Tb), |
5847
|
|
|
|
|
|
|
}, |
5848
|
|
|
|
|
|
|
'terabyte' => { |
5849
|
|
|
|
|
|
|
'few' => q({0} TB), |
5850
|
|
|
|
|
|
|
'many' => q({0} TB), |
5851
|
|
|
|
|
|
|
'name' => q(TB), |
5852
|
|
|
|
|
|
|
'one' => q({0} TB), |
5853
|
|
|
|
|
|
|
'other' => q({0} TB), |
5854
|
|
|
|
|
|
|
'two' => q({0} TB), |
5855
|
|
|
|
|
|
|
}, |
5856
|
|
|
|
|
|
|
'ton' => { |
5857
|
|
|
|
|
|
|
'few' => q({0} t.g.), |
5858
|
|
|
|
|
|
|
'many' => q({0} t.g.), |
5859
|
|
|
|
|
|
|
'name' => q(tonnaí gearra), |
5860
|
|
|
|
|
|
|
'one' => q({0} t.g.), |
5861
|
|
|
|
|
|
|
'other' => q({0} t.g.), |
5862
|
|
|
|
|
|
|
'two' => q({0} t.g.), |
5863
|
|
|
|
|
|
|
}, |
5864
|
|
|
|
|
|
|
'volt' => { |
5865
|
|
|
|
|
|
|
'few' => q({0} V), |
5866
|
|
|
|
|
|
|
'many' => q({0} V), |
5867
|
|
|
|
|
|
|
'name' => q(voltanna), |
5868
|
|
|
|
|
|
|
'one' => q({0} V), |
5869
|
|
|
|
|
|
|
'other' => q({0} V), |
5870
|
|
|
|
|
|
|
'two' => q({0} V), |
5871
|
|
|
|
|
|
|
}, |
5872
|
|
|
|
|
|
|
'watt' => { |
5873
|
|
|
|
|
|
|
'few' => q({0} W), |
5874
|
|
|
|
|
|
|
'many' => q({0} W), |
5875
|
|
|
|
|
|
|
'name' => q(vataí), |
5876
|
|
|
|
|
|
|
'one' => q({0} W), |
5877
|
|
|
|
|
|
|
'other' => q({0} W), |
5878
|
|
|
|
|
|
|
'two' => q({0} W), |
5879
|
|
|
|
|
|
|
}, |
5880
|
|
|
|
|
|
|
'week' => { |
5881
|
|
|
|
|
|
|
'few' => q({0} scht), |
5882
|
|
|
|
|
|
|
'many' => q({0} scht), |
5883
|
|
|
|
|
|
|
'name' => q(scht), |
5884
|
|
|
|
|
|
|
'one' => q({0} scht), |
5885
|
|
|
|
|
|
|
'other' => q({0} scht), |
5886
|
|
|
|
|
|
|
'per' => q({0}/scht), |
5887
|
|
|
|
|
|
|
'two' => q({0} scht), |
5888
|
|
|
|
|
|
|
}, |
5889
|
|
|
|
|
|
|
'yard' => { |
5890
|
|
|
|
|
|
|
'few' => q({0} shl.), |
5891
|
|
|
|
|
|
|
'many' => q({0} sl.), |
5892
|
|
|
|
|
|
|
'name' => q(slata), |
5893
|
|
|
|
|
|
|
'one' => q({0} sl.), |
5894
|
|
|
|
|
|
|
'other' => q({0} sl.), |
5895
|
|
|
|
|
|
|
'two' => q({0} shl.), |
5896
|
|
|
|
|
|
|
}, |
5897
|
|
|
|
|
|
|
'year' => { |
5898
|
|
|
|
|
|
|
'few' => q({0} bl), |
5899
|
|
|
|
|
|
|
'many' => q({0} mbl), |
5900
|
|
|
|
|
|
|
'name' => q(blianta), |
5901
|
|
|
|
|
|
|
'one' => q({0} bhl), |
5902
|
|
|
|
|
|
|
'other' => q({0} bl), |
5903
|
|
|
|
|
|
|
'per' => q({0}/bl), |
5904
|
|
|
|
|
|
|
'two' => q({0} bhl), |
5905
|
|
|
|
|
|
|
}, |
5906
|
|
|
|
|
|
|
}, |
5907
|
|
|
|
|
|
|
} } |
5908
|
|
|
|
|
|
|
); |
5909
|
|
|
|
|
|
|
|
5910
|
|
|
|
|
|
|
has 'yesstr' => ( |
5911
|
|
|
|
|
|
|
is => 'ro', |
5912
|
|
|
|
|
|
|
isa => RegexpRef, |
5913
|
|
|
|
|
|
|
init_arg => undef, |
5914
|
|
|
|
|
|
|
default => sub { qr'^(?i:tá|t|yes|y)$' } |
5915
|
|
|
|
|
|
|
); |
5916
|
|
|
|
|
|
|
|
5917
|
|
|
|
|
|
|
has 'nostr' => ( |
5918
|
|
|
|
|
|
|
is => 'ro', |
5919
|
|
|
|
|
|
|
isa => RegexpRef, |
5920
|
|
|
|
|
|
|
init_arg => undef, |
5921
|
|
|
|
|
|
|
default => sub { qr'^(?i:níl|n)$' } |
5922
|
|
|
|
|
|
|
); |
5923
|
|
|
|
|
|
|
|
5924
|
|
|
|
|
|
|
has 'listPatterns' => ( |
5925
|
|
|
|
|
|
|
is => 'ro', |
5926
|
|
|
|
|
|
|
isa => HashRef, |
5927
|
|
|
|
|
|
|
init_arg => undef, |
5928
|
|
|
|
|
|
|
default => sub { { |
5929
|
|
|
|
|
|
|
start => q({0}, {1}), |
5930
|
|
|
|
|
|
|
middle => q({0}, {1}), |
5931
|
|
|
|
|
|
|
end => q({0}, {1}), |
5932
|
|
|
|
|
|
|
2 => q({0}, {1}), |
5933
|
|
|
|
|
|
|
} } |
5934
|
|
|
|
|
|
|
); |
5935
|
|
|
|
|
|
|
|
5936
|
|
|
|
|
|
|
has 'default_numbering_system' => ( |
5937
|
|
|
|
|
|
|
is => 'ro', |
5938
|
|
|
|
|
|
|
isa => Str, |
5939
|
|
|
|
|
|
|
init_arg => undef, |
5940
|
|
|
|
|
|
|
default => 'latn', |
5941
|
|
|
|
|
|
|
); |
5942
|
|
|
|
|
|
|
|
5943
|
|
|
|
|
|
|
has native_numbering_system => ( |
5944
|
|
|
|
|
|
|
is => 'ro', |
5945
|
|
|
|
|
|
|
isa => Str, |
5946
|
|
|
|
|
|
|
init_arg => undef, |
5947
|
|
|
|
|
|
|
default => 'latn', |
5948
|
|
|
|
|
|
|
); |
5949
|
|
|
|
|
|
|
|
5950
|
|
|
|
|
|
|
has 'minimum_grouping_digits' => ( |
5951
|
|
|
|
|
|
|
is =>'ro', |
5952
|
|
|
|
|
|
|
isa => Int, |
5953
|
|
|
|
|
|
|
init_arg => undef, |
5954
|
|
|
|
|
|
|
default => 1, |
5955
|
|
|
|
|
|
|
); |
5956
|
|
|
|
|
|
|
|
5957
|
|
|
|
|
|
|
has 'number_symbols' => ( |
5958
|
|
|
|
|
|
|
is => 'ro', |
5959
|
|
|
|
|
|
|
isa => HashRef, |
5960
|
|
|
|
|
|
|
init_arg => undef, |
5961
|
|
|
|
|
|
|
default => sub { { |
5962
|
|
|
|
|
|
|
'latn' => { |
5963
|
|
|
|
|
|
|
'decimal' => q(.), |
5964
|
|
|
|
|
|
|
'exponential' => q(E), |
5965
|
|
|
|
|
|
|
'group' => q(,), |
5966
|
|
|
|
|
|
|
'infinity' => q(∞), |
5967
|
|
|
|
|
|
|
'minusSign' => q(-), |
5968
|
|
|
|
|
|
|
'nan' => q(NaN), |
5969
|
|
|
|
|
|
|
'perMille' => q(‰), |
5970
|
|
|
|
|
|
|
'percentSign' => q(%), |
5971
|
|
|
|
|
|
|
'plusSign' => q(+), |
5972
|
|
|
|
|
|
|
'superscriptingExponent' => q(×), |
5973
|
|
|
|
|
|
|
'timeSeparator' => q(:), |
5974
|
|
|
|
|
|
|
}, |
5975
|
|
|
|
|
|
|
} } |
5976
|
|
|
|
|
|
|
); |
5977
|
|
|
|
|
|
|
|
5978
|
|
|
|
|
|
|
has 'number_formats' => ( |
5979
|
|
|
|
|
|
|
is => 'ro', |
5980
|
|
|
|
|
|
|
isa => HashRef, |
5981
|
|
|
|
|
|
|
init_arg => undef, |
5982
|
|
|
|
|
|
|
default => sub { { |
5983
|
|
|
|
|
|
|
decimalFormat => { |
5984
|
|
|
|
|
|
|
'default' => { |
5985
|
|
|
|
|
|
|
'1000' => { |
5986
|
|
|
|
|
|
|
'few' => '0k', |
5987
|
|
|
|
|
|
|
'many' => '0k', |
5988
|
|
|
|
|
|
|
'one' => '0k', |
5989
|
|
|
|
|
|
|
'other' => '0k', |
5990
|
|
|
|
|
|
|
'two' => '0k', |
5991
|
|
|
|
|
|
|
}, |
5992
|
|
|
|
|
|
|
'10000' => { |
5993
|
|
|
|
|
|
|
'few' => '00k', |
5994
|
|
|
|
|
|
|
'many' => '00k', |
5995
|
|
|
|
|
|
|
'one' => '00k', |
5996
|
|
|
|
|
|
|
'other' => '00k', |
5997
|
|
|
|
|
|
|
'two' => '00k', |
5998
|
|
|
|
|
|
|
}, |
5999
|
|
|
|
|
|
|
'100000' => { |
6000
|
|
|
|
|
|
|
'few' => '000k', |
6001
|
|
|
|
|
|
|
'many' => '000k', |
6002
|
|
|
|
|
|
|
'one' => '000k', |
6003
|
|
|
|
|
|
|
'other' => '000k', |
6004
|
|
|
|
|
|
|
'two' => '000k', |
6005
|
|
|
|
|
|
|
}, |
6006
|
|
|
|
|
|
|
'1000000' => { |
6007
|
|
|
|
|
|
|
'few' => '0M', |
6008
|
|
|
|
|
|
|
'many' => '0M', |
6009
|
|
|
|
|
|
|
'one' => '0M', |
6010
|
|
|
|
|
|
|
'other' => '0M', |
6011
|
|
|
|
|
|
|
'two' => '0M', |
6012
|
|
|
|
|
|
|
}, |
6013
|
|
|
|
|
|
|
'10000000' => { |
6014
|
|
|
|
|
|
|
'few' => '00M', |
6015
|
|
|
|
|
|
|
'many' => '00M', |
6016
|
|
|
|
|
|
|
'one' => '00M', |
6017
|
|
|
|
|
|
|
'other' => '00M', |
6018
|
|
|
|
|
|
|
'two' => '00M', |
6019
|
|
|
|
|
|
|
}, |
6020
|
|
|
|
|
|
|
'100000000' => { |
6021
|
|
|
|
|
|
|
'few' => '000M', |
6022
|
|
|
|
|
|
|
'many' => '000M', |
6023
|
|
|
|
|
|
|
'one' => '000M', |
6024
|
|
|
|
|
|
|
'other' => '000M', |
6025
|
|
|
|
|
|
|
'two' => '000M', |
6026
|
|
|
|
|
|
|
}, |
6027
|
|
|
|
|
|
|
'1000000000' => { |
6028
|
|
|
|
|
|
|
'few' => '0B', |
6029
|
|
|
|
|
|
|
'many' => '0B', |
6030
|
|
|
|
|
|
|
'one' => '0B', |
6031
|
|
|
|
|
|
|
'other' => '0B', |
6032
|
|
|
|
|
|
|
'two' => '0B', |
6033
|
|
|
|
|
|
|
}, |
6034
|
|
|
|
|
|
|
'10000000000' => { |
6035
|
|
|
|
|
|
|
'few' => '00B', |
6036
|
|
|
|
|
|
|
'many' => '00B', |
6037
|
|
|
|
|
|
|
'one' => '00B', |
6038
|
|
|
|
|
|
|
'other' => '00B', |
6039
|
|
|
|
|
|
|
'two' => '00B', |
6040
|
|
|
|
|
|
|
}, |
6041
|
|
|
|
|
|
|
'100000000000' => { |
6042
|
|
|
|
|
|
|
'few' => '000B', |
6043
|
|
|
|
|
|
|
'many' => '000B', |
6044
|
|
|
|
|
|
|
'one' => '000B', |
6045
|
|
|
|
|
|
|
'other' => '000B', |
6046
|
|
|
|
|
|
|
'two' => '000B', |
6047
|
|
|
|
|
|
|
}, |
6048
|
|
|
|
|
|
|
'1000000000000' => { |
6049
|
|
|
|
|
|
|
'few' => '0T', |
6050
|
|
|
|
|
|
|
'many' => '0T', |
6051
|
|
|
|
|
|
|
'one' => '0T', |
6052
|
|
|
|
|
|
|
'other' => '0T', |
6053
|
|
|
|
|
|
|
'two' => '0T', |
6054
|
|
|
|
|
|
|
}, |
6055
|
|
|
|
|
|
|
'10000000000000' => { |
6056
|
|
|
|
|
|
|
'few' => '00T', |
6057
|
|
|
|
|
|
|
'many' => '00T', |
6058
|
|
|
|
|
|
|
'one' => '00T', |
6059
|
|
|
|
|
|
|
'other' => '00T', |
6060
|
|
|
|
|
|
|
'two' => '00T', |
6061
|
|
|
|
|
|
|
}, |
6062
|
|
|
|
|
|
|
'100000000000000' => { |
6063
|
|
|
|
|
|
|
'few' => '000T', |
6064
|
|
|
|
|
|
|
'many' => '000T', |
6065
|
|
|
|
|
|
|
'one' => '000T', |
6066
|
|
|
|
|
|
|
'other' => '000T', |
6067
|
|
|
|
|
|
|
'two' => '000T', |
6068
|
|
|
|
|
|
|
}, |
6069
|
|
|
|
|
|
|
'standard' => { |
6070
|
|
|
|
|
|
|
'default' => '#,##0.###', |
6071
|
|
|
|
|
|
|
}, |
6072
|
|
|
|
|
|
|
}, |
6073
|
|
|
|
|
|
|
'long' => { |
6074
|
|
|
|
|
|
|
'1000' => { |
6075
|
|
|
|
|
|
|
'few' => '0 mhíle', |
6076
|
|
|
|
|
|
|
'many' => '0 míle', |
6077
|
|
|
|
|
|
|
'one' => '0 mhíle', |
6078
|
|
|
|
|
|
|
'other' => '0 míle', |
6079
|
|
|
|
|
|
|
'two' => '0 mhíle', |
6080
|
|
|
|
|
|
|
}, |
6081
|
|
|
|
|
|
|
'10000' => { |
6082
|
|
|
|
|
|
|
'few' => '00 míle', |
6083
|
|
|
|
|
|
|
'many' => '00 míle', |
6084
|
|
|
|
|
|
|
'one' => '00 míle', |
6085
|
|
|
|
|
|
|
'other' => '00 míle', |
6086
|
|
|
|
|
|
|
'two' => '00 míle', |
6087
|
|
|
|
|
|
|
}, |
6088
|
|
|
|
|
|
|
'100000' => { |
6089
|
|
|
|
|
|
|
'few' => '000 míle', |
6090
|
|
|
|
|
|
|
'many' => '000 míle', |
6091
|
|
|
|
|
|
|
'one' => '000 míle', |
6092
|
|
|
|
|
|
|
'other' => '000 míle', |
6093
|
|
|
|
|
|
|
'two' => '000 míle', |
6094
|
|
|
|
|
|
|
}, |
6095
|
|
|
|
|
|
|
'1000000' => { |
6096
|
|
|
|
|
|
|
'few' => '0 mhilliún', |
6097
|
|
|
|
|
|
|
'many' => '0 milliún', |
6098
|
|
|
|
|
|
|
'one' => '0 mhilliún', |
6099
|
|
|
|
|
|
|
'other' => '0 milliún', |
6100
|
|
|
|
|
|
|
'two' => '0 mhilliún', |
6101
|
|
|
|
|
|
|
}, |
6102
|
|
|
|
|
|
|
'10000000' => { |
6103
|
|
|
|
|
|
|
'few' => '00 milliún', |
6104
|
|
|
|
|
|
|
'many' => '00 milliún', |
6105
|
|
|
|
|
|
|
'one' => '00 milliún', |
6106
|
|
|
|
|
|
|
'other' => '00 milliún', |
6107
|
|
|
|
|
|
|
'two' => '00 milliún', |
6108
|
|
|
|
|
|
|
}, |
6109
|
|
|
|
|
|
|
'100000000' => { |
6110
|
|
|
|
|
|
|
'few' => '000 milliún', |
6111
|
|
|
|
|
|
|
'many' => '000 milliún', |
6112
|
|
|
|
|
|
|
'one' => '000 milliún', |
6113
|
|
|
|
|
|
|
'other' => '000 milliún', |
6114
|
|
|
|
|
|
|
'two' => '000 milliún', |
6115
|
|
|
|
|
|
|
}, |
6116
|
|
|
|
|
|
|
'1000000000' => { |
6117
|
|
|
|
|
|
|
'few' => '0 bhilliún', |
6118
|
|
|
|
|
|
|
'many' => '0 mbilliún', |
6119
|
|
|
|
|
|
|
'one' => '0 bhilliún', |
6120
|
|
|
|
|
|
|
'other' => '0 billiún', |
6121
|
|
|
|
|
|
|
'two' => '0 bhilliún', |
6122
|
|
|
|
|
|
|
}, |
6123
|
|
|
|
|
|
|
'10000000000' => { |
6124
|
|
|
|
|
|
|
'few' => '00 billiún', |
6125
|
|
|
|
|
|
|
'many' => '00 mbilliún', |
6126
|
|
|
|
|
|
|
'one' => '00 billiún', |
6127
|
|
|
|
|
|
|
'other' => '00 billiún', |
6128
|
|
|
|
|
|
|
'two' => '00 billiún', |
6129
|
|
|
|
|
|
|
}, |
6130
|
|
|
|
|
|
|
'100000000000' => { |
6131
|
|
|
|
|
|
|
'few' => '000 billiún', |
6132
|
|
|
|
|
|
|
'many' => '000 billiún', |
6133
|
|
|
|
|
|
|
'one' => '000 billiún', |
6134
|
|
|
|
|
|
|
'other' => '000 billiún', |
6135
|
|
|
|
|
|
|
'two' => '000 billiún', |
6136
|
|
|
|
|
|
|
}, |
6137
|
|
|
|
|
|
|
'1000000000000' => { |
6138
|
|
|
|
|
|
|
'few' => '0 thrilliún', |
6139
|
|
|
|
|
|
|
'many' => '0 dtrilliún', |
6140
|
|
|
|
|
|
|
'one' => '0 trilliún', |
6141
|
|
|
|
|
|
|
'other' => '0 trilliún', |
6142
|
|
|
|
|
|
|
'two' => '0 thrilliún', |
6143
|
|
|
|
|
|
|
}, |
6144
|
|
|
|
|
|
|
'10000000000000' => { |
6145
|
|
|
|
|
|
|
'few' => '00 trilliún', |
6146
|
|
|
|
|
|
|
'many' => '00 dtrilliún', |
6147
|
|
|
|
|
|
|
'one' => '00 trilliún', |
6148
|
|
|
|
|
|
|
'other' => '00 trilliún', |
6149
|
|
|
|
|
|
|
'two' => '00 trilliún', |
6150
|
|
|
|
|
|
|
}, |
6151
|
|
|
|
|
|
|
'100000000000000' => { |
6152
|
|
|
|
|
|
|
'few' => '000 trilliún', |
6153
|
|
|
|
|
|
|
'many' => '000 trilliún', |
6154
|
|
|
|
|
|
|
'one' => '000 trilliún', |
6155
|
|
|
|
|
|
|
'other' => '000 trilliún', |
6156
|
|
|
|
|
|
|
'two' => '000 trilliún', |
6157
|
|
|
|
|
|
|
}, |
6158
|
|
|
|
|
|
|
}, |
6159
|
|
|
|
|
|
|
'short' => { |
6160
|
|
|
|
|
|
|
'1000' => { |
6161
|
|
|
|
|
|
|
'few' => '0k', |
6162
|
|
|
|
|
|
|
'many' => '0k', |
6163
|
|
|
|
|
|
|
'one' => '0k', |
6164
|
|
|
|
|
|
|
'other' => '0k', |
6165
|
|
|
|
|
|
|
'two' => '0k', |
6166
|
|
|
|
|
|
|
}, |
6167
|
|
|
|
|
|
|
'10000' => { |
6168
|
|
|
|
|
|
|
'few' => '00k', |
6169
|
|
|
|
|
|
|
'many' => '00k', |
6170
|
|
|
|
|
|
|
'one' => '00k', |
6171
|
|
|
|
|
|
|
'other' => '00k', |
6172
|
|
|
|
|
|
|
'two' => '00k', |
6173
|
|
|
|
|
|
|
}, |
6174
|
|
|
|
|
|
|
'100000' => { |
6175
|
|
|
|
|
|
|
'few' => '000k', |
6176
|
|
|
|
|
|
|
'many' => '000k', |
6177
|
|
|
|
|
|
|
'one' => '000k', |
6178
|
|
|
|
|
|
|
'other' => '000k', |
6179
|
|
|
|
|
|
|
'two' => '000k', |
6180
|
|
|
|
|
|
|
}, |
6181
|
|
|
|
|
|
|
'1000000' => { |
6182
|
|
|
|
|
|
|
'few' => '0M', |
6183
|
|
|
|
|
|
|
'many' => '0M', |
6184
|
|
|
|
|
|
|
'one' => '0M', |
6185
|
|
|
|
|
|
|
'other' => '0M', |
6186
|
|
|
|
|
|
|
'two' => '0M', |
6187
|
|
|
|
|
|
|
}, |
6188
|
|
|
|
|
|
|
'10000000' => { |
6189
|
|
|
|
|
|
|
'few' => '00M', |
6190
|
|
|
|
|
|
|
'many' => '00M', |
6191
|
|
|
|
|
|
|
'one' => '00M', |
6192
|
|
|
|
|
|
|
'other' => '00M', |
6193
|
|
|
|
|
|
|
'two' => '00M', |
6194
|
|
|
|
|
|
|
}, |
6195
|
|
|
|
|
|
|
'100000000' => { |
6196
|
|
|
|
|
|
|
'few' => '000M', |
6197
|
|
|
|
|
|
|
'many' => '000M', |
6198
|
|
|
|
|
|
|
'one' => '000M', |
6199
|
|
|
|
|
|
|
'other' => '000M', |
6200
|
|
|
|
|
|
|
'two' => '000M', |
6201
|
|
|
|
|
|
|
}, |
6202
|
|
|
|
|
|
|
'1000000000' => { |
6203
|
|
|
|
|
|
|
'few' => '0B', |
6204
|
|
|
|
|
|
|
'many' => '0B', |
6205
|
|
|
|
|
|
|
'one' => '0B', |
6206
|
|
|
|
|
|
|
'other' => '0B', |
6207
|
|
|
|
|
|
|
'two' => '0B', |
6208
|
|
|
|
|
|
|
}, |
6209
|
|
|
|
|
|
|
'10000000000' => { |
6210
|
|
|
|
|
|
|
'few' => '00B', |
6211
|
|
|
|
|
|
|
'many' => '00B', |
6212
|
|
|
|
|
|
|
'one' => '00B', |
6213
|
|
|
|
|
|
|
'other' => '00B', |
6214
|
|
|
|
|
|
|
'two' => '00B', |
6215
|
|
|
|
|
|
|
}, |
6216
|
|
|
|
|
|
|
'100000000000' => { |
6217
|
|
|
|
|
|
|
'few' => '000B', |
6218
|
|
|
|
|
|
|
'many' => '000B', |
6219
|
|
|
|
|
|
|
'one' => '000B', |
6220
|
|
|
|
|
|
|
'other' => '000B', |
6221
|
|
|
|
|
|
|
'two' => '000B', |
6222
|
|
|
|
|
|
|
}, |
6223
|
|
|
|
|
|
|
'1000000000000' => { |
6224
|
|
|
|
|
|
|
'few' => '0T', |
6225
|
|
|
|
|
|
|
'many' => '0T', |
6226
|
|
|
|
|
|
|
'one' => '0T', |
6227
|
|
|
|
|
|
|
'other' => '0T', |
6228
|
|
|
|
|
|
|
'two' => '0T', |
6229
|
|
|
|
|
|
|
}, |
6230
|
|
|
|
|
|
|
'10000000000000' => { |
6231
|
|
|
|
|
|
|
'few' => '00T', |
6232
|
|
|
|
|
|
|
'many' => '00T', |
6233
|
|
|
|
|
|
|
'one' => '00T', |
6234
|
|
|
|
|
|
|
'other' => '00T', |
6235
|
|
|
|
|
|
|
'two' => '00T', |
6236
|
|
|
|
|
|
|
}, |
6237
|
|
|
|
|
|
|
'100000000000000' => { |
6238
|
|
|
|
|
|
|
'few' => '000T', |
6239
|
|
|
|
|
|
|
'many' => '000T', |
6240
|
|
|
|
|
|
|
'one' => '000T', |
6241
|
|
|
|
|
|
|
'other' => '000T', |
6242
|
|
|
|
|
|
|
'two' => '000T', |
6243
|
|
|
|
|
|
|
}, |
6244
|
|
|
|
|
|
|
}, |
6245
|
|
|
|
|
|
|
}, |
6246
|
|
|
|
|
|
|
percentFormat => { |
6247
|
|
|
|
|
|
|
'default' => { |
6248
|
|
|
|
|
|
|
'standard' => { |
6249
|
|
|
|
|
|
|
'default' => '#,##0%', |
6250
|
|
|
|
|
|
|
}, |
6251
|
|
|
|
|
|
|
}, |
6252
|
|
|
|
|
|
|
}, |
6253
|
|
|
|
|
|
|
scientificFormat => { |
6254
|
|
|
|
|
|
|
'default' => { |
6255
|
|
|
|
|
|
|
'standard' => { |
6256
|
|
|
|
|
|
|
'default' => '#E0', |
6257
|
|
|
|
|
|
|
}, |
6258
|
|
|
|
|
|
|
}, |
6259
|
|
|
|
|
|
|
}, |
6260
|
|
|
|
|
|
|
} }, |
6261
|
|
|
|
|
|
|
); |
6262
|
|
|
|
|
|
|
|
6263
|
|
|
|
|
|
|
has 'number_currency_formats' => ( |
6264
|
|
|
|
|
|
|
is => 'ro', |
6265
|
|
|
|
|
|
|
isa => HashRef, |
6266
|
|
|
|
|
|
|
init_arg => undef, |
6267
|
|
|
|
|
|
|
default => sub { { |
6268
|
|
|
|
|
|
|
'latn' => { |
6269
|
|
|
|
|
|
|
'pattern' => { |
6270
|
|
|
|
|
|
|
'default' => { |
6271
|
|
|
|
|
|
|
'accounting' => { |
6272
|
|
|
|
|
|
|
'negative' => '(¤#,##0.00)', |
6273
|
|
|
|
|
|
|
'positive' => '¤#,##0.00', |
6274
|
|
|
|
|
|
|
}, |
6275
|
|
|
|
|
|
|
'standard' => { |
6276
|
|
|
|
|
|
|
'positive' => '¤#,##0.00', |
6277
|
|
|
|
|
|
|
}, |
6278
|
|
|
|
|
|
|
}, |
6279
|
|
|
|
|
|
|
}, |
6280
|
|
|
|
|
|
|
}, |
6281
|
|
|
|
|
|
|
} }, |
6282
|
|
|
|
|
|
|
); |
6283
|
|
|
|
|
|
|
|
6284
|
|
|
|
|
|
|
has 'currencies' => ( |
6285
|
|
|
|
|
|
|
is => 'ro', |
6286
|
|
|
|
|
|
|
isa => HashRef, |
6287
|
|
|
|
|
|
|
init_arg => undef, |
6288
|
|
|
|
|
|
|
default => sub { { |
6289
|
|
|
|
|
|
|
'ADP' => { |
6290
|
|
|
|
|
|
|
symbol => 'ADP', |
6291
|
|
|
|
|
|
|
display_name => { |
6292
|
|
|
|
|
|
|
'currency' => q(Peseta Andóra), |
6293
|
|
|
|
|
|
|
'few' => q(pheseta Andóra), |
6294
|
|
|
|
|
|
|
'many' => q(bpeseta Andóra), |
6295
|
|
|
|
|
|
|
'one' => q(pheseta Andóra), |
6296
|
|
|
|
|
|
|
'other' => q(peseta Andóra), |
6297
|
|
|
|
|
|
|
'two' => q(pheseta Andóra), |
6298
|
|
|
|
|
|
|
}, |
6299
|
|
|
|
|
|
|
}, |
6300
|
|
|
|
|
|
|
'AED' => { |
6301
|
|
|
|
|
|
|
symbol => 'AED', |
6302
|
|
|
|
|
|
|
display_name => { |
6303
|
|
|
|
|
|
|
'currency' => q(Dirham Aontas na nÉimíríochtaí Arabacha), |
6304
|
|
|
|
|
|
|
'few' => q(dhirham Aontas na nÉimíríochtaí Arabacha), |
6305
|
|
|
|
|
|
|
'many' => q(ndirham Aontas na nÉimíríochtaí Arabacha), |
6306
|
|
|
|
|
|
|
'one' => q(dirham Aontas na nÉimíríochtaí Arabacha), |
6307
|
|
|
|
|
|
|
'other' => q(dirham Aontas na nÉimíríochtaí Arabacha), |
6308
|
|
|
|
|
|
|
'two' => q(dhirham Aontas na nÉimíríochtaí Arabacha), |
6309
|
|
|
|
|
|
|
}, |
6310
|
|
|
|
|
|
|
}, |
6311
|
|
|
|
|
|
|
'AFA' => { |
6312
|
|
|
|
|
|
|
symbol => 'AFA', |
6313
|
|
|
|
|
|
|
display_name => { |
6314
|
|
|
|
|
|
|
'currency' => q(Afgainí \(1927–2002\)), |
6315
|
|
|
|
|
|
|
'few' => q(Afgainí \(1927–2002\)), |
6316
|
|
|
|
|
|
|
'many' => q(Afgainí \(1927–2002\)), |
6317
|
|
|
|
|
|
|
'one' => q(Afgainí \(1927–2002\)), |
6318
|
|
|
|
|
|
|
'other' => q(Afgainí \(1927–2002\)), |
6319
|
|
|
|
|
|
|
'two' => q(Afgainí \(1927–2002\)), |
6320
|
|
|
|
|
|
|
}, |
6321
|
|
|
|
|
|
|
}, |
6322
|
|
|
|
|
|
|
'AFN' => { |
6323
|
|
|
|
|
|
|
symbol => 'AFN', |
6324
|
|
|
|
|
|
|
display_name => { |
6325
|
|
|
|
|
|
|
'currency' => q(Afghani na hAfganastáine), |
6326
|
|
|
|
|
|
|
'few' => q(afghani na hAfganastáine), |
6327
|
|
|
|
|
|
|
'many' => q(n-afghani na hAfganastáine), |
6328
|
|
|
|
|
|
|
'one' => q(afghani na hAfganastáine), |
6329
|
|
|
|
|
|
|
'other' => q(afghani na hAfganastáine), |
6330
|
|
|
|
|
|
|
'two' => q(afghani na hAfganastáine), |
6331
|
|
|
|
|
|
|
}, |
6332
|
|
|
|
|
|
|
}, |
6333
|
|
|
|
|
|
|
'ALK' => { |
6334
|
|
|
|
|
|
|
symbol => 'ALK', |
6335
|
|
|
|
|
|
|
display_name => { |
6336
|
|
|
|
|
|
|
'currency' => q(Lek na hAlbáine \(1946–1965\)), |
6337
|
|
|
|
|
|
|
'few' => q(lek na hAlbáine \(1946–1965\)), |
6338
|
|
|
|
|
|
|
'many' => q(lek na hAlbáine \(1946–1965\)), |
6339
|
|
|
|
|
|
|
'one' => q(lek na hAlbáine \(1946–1965\)), |
6340
|
|
|
|
|
|
|
'other' => q(lek na hAlbáine \(1946–1965\)), |
6341
|
|
|
|
|
|
|
'two' => q(lek na hAlbáine \(1946–1965\)), |
6342
|
|
|
|
|
|
|
}, |
6343
|
|
|
|
|
|
|
}, |
6344
|
|
|
|
|
|
|
'ALL' => { |
6345
|
|
|
|
|
|
|
symbol => 'ALL', |
6346
|
|
|
|
|
|
|
display_name => { |
6347
|
|
|
|
|
|
|
'currency' => q(Lek na hAlbáine), |
6348
|
|
|
|
|
|
|
'few' => q(lek na hAlbáine), |
6349
|
|
|
|
|
|
|
'many' => q(lek na hAlbáine), |
6350
|
|
|
|
|
|
|
'one' => q(lek na hAlbáine), |
6351
|
|
|
|
|
|
|
'other' => q(Lek na hAlbáine), |
6352
|
|
|
|
|
|
|
'two' => q(lek na hAlbáine), |
6353
|
|
|
|
|
|
|
}, |
6354
|
|
|
|
|
|
|
}, |
6355
|
|
|
|
|
|
|
'AMD' => { |
6356
|
|
|
|
|
|
|
symbol => 'AMD', |
6357
|
|
|
|
|
|
|
display_name => { |
6358
|
|
|
|
|
|
|
'currency' => q(Dram na hAirméine), |
6359
|
|
|
|
|
|
|
'few' => q(dhram na hAirméine), |
6360
|
|
|
|
|
|
|
'many' => q(ndram na hAirméine), |
6361
|
|
|
|
|
|
|
'one' => q(dram na hAirméine), |
6362
|
|
|
|
|
|
|
'other' => q(dram na hAirméine), |
6363
|
|
|
|
|
|
|
'two' => q(dhram na hAirméine), |
6364
|
|
|
|
|
|
|
}, |
6365
|
|
|
|
|
|
|
}, |
6366
|
|
|
|
|
|
|
'ANG' => { |
6367
|
|
|
|
|
|
|
symbol => 'ANG', |
6368
|
|
|
|
|
|
|
display_name => { |
6369
|
|
|
|
|
|
|
'currency' => q(Gildear Aintillí na hÍsiltíre), |
6370
|
|
|
|
|
|
|
'few' => q(ghildear Aintillí na hÍsiltíre), |
6371
|
|
|
|
|
|
|
'many' => q(ngildear Aintillí na hÍsiltíre), |
6372
|
|
|
|
|
|
|
'one' => q(ghildear Aintillí na hÍsiltíre), |
6373
|
|
|
|
|
|
|
'other' => q(gildear Aintillí na hÍsiltíre), |
6374
|
|
|
|
|
|
|
'two' => q(ghildear Aintillí na hÍsiltíre), |
6375
|
|
|
|
|
|
|
}, |
6376
|
|
|
|
|
|
|
}, |
6377
|
|
|
|
|
|
|
'AOA' => { |
6378
|
|
|
|
|
|
|
symbol => 'AOA', |
6379
|
|
|
|
|
|
|
display_name => { |
6380
|
|
|
|
|
|
|
'currency' => q(Kwanza Angóla), |
6381
|
|
|
|
|
|
|
'few' => q(kwanza Angóla), |
6382
|
|
|
|
|
|
|
'many' => q(kwanza Angóla), |
6383
|
|
|
|
|
|
|
'one' => q(kwanza Angóla), |
6384
|
|
|
|
|
|
|
'other' => q(kwanza Angóla), |
6385
|
|
|
|
|
|
|
'two' => q(kwanza Angóla), |
6386
|
|
|
|
|
|
|
}, |
6387
|
|
|
|
|
|
|
}, |
6388
|
|
|
|
|
|
|
'AOK' => { |
6389
|
|
|
|
|
|
|
symbol => 'AOK', |
6390
|
|
|
|
|
|
|
display_name => { |
6391
|
|
|
|
|
|
|
'currency' => q(Kwanza Angólach \(1977–1990\)), |
6392
|
|
|
|
|
|
|
'few' => q(Kwanza Angólach \(1977–1990\)), |
6393
|
|
|
|
|
|
|
'many' => q(Kwanza Angólach \(1977–1990\)), |
6394
|
|
|
|
|
|
|
'one' => q(Kwanza Angólach \(1977–1990\)), |
6395
|
|
|
|
|
|
|
'other' => q(Kwanza Angólach \(1977–1990\)), |
6396
|
|
|
|
|
|
|
'two' => q(Kwanza Angólach \(1977–1990\)), |
6397
|
|
|
|
|
|
|
}, |
6398
|
|
|
|
|
|
|
}, |
6399
|
|
|
|
|
|
|
'AON' => { |
6400
|
|
|
|
|
|
|
symbol => 'AON', |
6401
|
|
|
|
|
|
|
display_name => { |
6402
|
|
|
|
|
|
|
'currency' => q(Kwanza Nua Angólach \(1990–2000\)), |
6403
|
|
|
|
|
|
|
'few' => q(Kwanza Nua Angólach \(1990–2000\)), |
6404
|
|
|
|
|
|
|
'many' => q(Kwanza Nua Angólach \(1990–2000\)), |
6405
|
|
|
|
|
|
|
'one' => q(Kwanza Nua Angólach \(1990–2000\)), |
6406
|
|
|
|
|
|
|
'other' => q(Kwanza Nua Angólach \(1990–2000\)), |
6407
|
|
|
|
|
|
|
'two' => q(Kwanza Nua Angólach \(1990–2000\)), |
6408
|
|
|
|
|
|
|
}, |
6409
|
|
|
|
|
|
|
}, |
6410
|
|
|
|
|
|
|
'AOR' => { |
6411
|
|
|
|
|
|
|
symbol => 'AOR', |
6412
|
|
|
|
|
|
|
display_name => { |
6413
|
|
|
|
|
|
|
'currency' => q(Kwanza Reajustado Angólach \(1995–1999\)), |
6414
|
|
|
|
|
|
|
'few' => q(Kwanza Reajustado Angólach \(1995–1999\)), |
6415
|
|
|
|
|
|
|
'many' => q(Kwanza Reajustado Angólach \(1995–1999\)), |
6416
|
|
|
|
|
|
|
'one' => q(Kwanza Reajustado Angólach \(1995–1999\)), |
6417
|
|
|
|
|
|
|
'other' => q(Kwanza Reajustado Angólach \(1995–1999\)), |
6418
|
|
|
|
|
|
|
'two' => q(Kwanza Reajustado Angólach \(1995–1999\)), |
6419
|
|
|
|
|
|
|
}, |
6420
|
|
|
|
|
|
|
}, |
6421
|
|
|
|
|
|
|
'ARA' => { |
6422
|
|
|
|
|
|
|
symbol => 'ARA', |
6423
|
|
|
|
|
|
|
display_name => { |
6424
|
|
|
|
|
|
|
'currency' => q(Austral Airgintíneach), |
6425
|
|
|
|
|
|
|
'few' => q(Austral Airgintíneach), |
6426
|
|
|
|
|
|
|
'many' => q(Austral Airgintíneach), |
6427
|
|
|
|
|
|
|
'one' => q(Austral Airgintíneach), |
6428
|
|
|
|
|
|
|
'other' => q(Austral Airgintíneach), |
6429
|
|
|
|
|
|
|
'two' => q(Austral Airgintíneach), |
6430
|
|
|
|
|
|
|
}, |
6431
|
|
|
|
|
|
|
}, |
6432
|
|
|
|
|
|
|
'ARL' => { |
6433
|
|
|
|
|
|
|
symbol => 'ARL', |
6434
|
|
|
|
|
|
|
}, |
6435
|
|
|
|
|
|
|
'ARM' => { |
6436
|
|
|
|
|
|
|
symbol => 'ARM', |
6437
|
|
|
|
|
|
|
display_name => { |
6438
|
|
|
|
|
|
|
'currency' => q(Peso na hAirgintíne \(1881–1970\)), |
6439
|
|
|
|
|
|
|
'few' => q(pheso na hAirgintíne \(1881–1970\)), |
6440
|
|
|
|
|
|
|
'many' => q(bpeso na hAirgintíne \(1881–1970\)), |
6441
|
|
|
|
|
|
|
'one' => q(pheso na hAirgintíne \(1881–1970\)), |
6442
|
|
|
|
|
|
|
'other' => q(peso na hAirgintíne \(1881–1970\)), |
6443
|
|
|
|
|
|
|
'two' => q(pheso na hAirgintíne \(1881–1970\)), |
6444
|
|
|
|
|
|
|
}, |
6445
|
|
|
|
|
|
|
}, |
6446
|
|
|
|
|
|
|
'ARP' => { |
6447
|
|
|
|
|
|
|
symbol => 'ARP', |
6448
|
|
|
|
|
|
|
display_name => { |
6449
|
|
|
|
|
|
|
'currency' => q(Peso na hAirgintíne \(1983–1985\)), |
6450
|
|
|
|
|
|
|
'few' => q(pheso na hAirgintíne \(1983–1985\)), |
6451
|
|
|
|
|
|
|
'many' => q(bpeso na hAirgintíne \(1983–1985\)), |
6452
|
|
|
|
|
|
|
'one' => q(pheso na hAirgintíne \(1983–1985\)), |
6453
|
|
|
|
|
|
|
'other' => q(peso na hAirgintíne \(1983–1985\)), |
6454
|
|
|
|
|
|
|
'two' => q(pheso na hAirgintíne \(1983–1985\)), |
6455
|
|
|
|
|
|
|
}, |
6456
|
|
|
|
|
|
|
}, |
6457
|
|
|
|
|
|
|
'ARS' => { |
6458
|
|
|
|
|
|
|
symbol => 'ARS', |
6459
|
|
|
|
|
|
|
display_name => { |
6460
|
|
|
|
|
|
|
'currency' => q(Peso na hAirgintíne), |
6461
|
|
|
|
|
|
|
'few' => q(pheso na hAirgintíne), |
6462
|
|
|
|
|
|
|
'many' => q(bpeso na hAirgintíne), |
6463
|
|
|
|
|
|
|
'one' => q(pheso na hAirgintíne), |
6464
|
|
|
|
|
|
|
'other' => q(peso na hAirgintíne), |
6465
|
|
|
|
|
|
|
'two' => q(pheso na hAirgintíne), |
6466
|
|
|
|
|
|
|
}, |
6467
|
|
|
|
|
|
|
}, |
6468
|
|
|
|
|
|
|
'ATS' => { |
6469
|
|
|
|
|
|
|
symbol => 'ATS', |
6470
|
|
|
|
|
|
|
display_name => { |
6471
|
|
|
|
|
|
|
'currency' => q(ATS), |
6472
|
|
|
|
|
|
|
'few' => q(Scilling Ostarach), |
6473
|
|
|
|
|
|
|
'many' => q(Scilling Ostarach), |
6474
|
|
|
|
|
|
|
'one' => q(Scilling Ostarach), |
6475
|
|
|
|
|
|
|
'other' => q(Scilling Ostarach), |
6476
|
|
|
|
|
|
|
'two' => q(Scilling Ostarach), |
6477
|
|
|
|
|
|
|
}, |
6478
|
|
|
|
|
|
|
}, |
6479
|
|
|
|
|
|
|
'AUD' => { |
6480
|
|
|
|
|
|
|
symbol => 'A$', |
6481
|
|
|
|
|
|
|
display_name => { |
6482
|
|
|
|
|
|
|
'currency' => q(Dollar na hAstráile), |
6483
|
|
|
|
|
|
|
'few' => q(dhollar na hAstráile), |
6484
|
|
|
|
|
|
|
'many' => q(ndollar na hAstráile), |
6485
|
|
|
|
|
|
|
'one' => q(dollar na hAstráile), |
6486
|
|
|
|
|
|
|
'other' => q(dollar na hAstráile), |
6487
|
|
|
|
|
|
|
'two' => q(dhollar na hAstráile), |
6488
|
|
|
|
|
|
|
}, |
6489
|
|
|
|
|
|
|
}, |
6490
|
|
|
|
|
|
|
'AWG' => { |
6491
|
|
|
|
|
|
|
symbol => 'AWG', |
6492
|
|
|
|
|
|
|
display_name => { |
6493
|
|
|
|
|
|
|
'currency' => q(Flóirín Arúba), |
6494
|
|
|
|
|
|
|
'few' => q(fhlóirín Arúba), |
6495
|
|
|
|
|
|
|
'many' => q(bhflóirín Arúba), |
6496
|
|
|
|
|
|
|
'one' => q(fhlóirín Arúba), |
6497
|
|
|
|
|
|
|
'other' => q(flóirín Arúba), |
6498
|
|
|
|
|
|
|
'two' => q(fhlóirín Arúba), |
6499
|
|
|
|
|
|
|
}, |
6500
|
|
|
|
|
|
|
}, |
6501
|
|
|
|
|
|
|
'AZM' => { |
6502
|
|
|
|
|
|
|
symbol => 'AZM', |
6503
|
|
|
|
|
|
|
display_name => { |
6504
|
|
|
|
|
|
|
'currency' => q(Manat na hAsarbaiseáine \(1993–2006\)), |
6505
|
|
|
|
|
|
|
'few' => q(mhanat na hAsarbaiseáine \(1993–2006\)), |
6506
|
|
|
|
|
|
|
'many' => q(manat na hAsarbaiseáine \(1993–2006\)), |
6507
|
|
|
|
|
|
|
'one' => q(mhanat na hAsarbaiseáine \(1993–2006\)), |
6508
|
|
|
|
|
|
|
'other' => q(manat na hAsarbaiseáine \(1993–2006\)), |
6509
|
|
|
|
|
|
|
'two' => q(mhanat na hAsarbaiseáine \(1993–2006\)), |
6510
|
|
|
|
|
|
|
}, |
6511
|
|
|
|
|
|
|
}, |
6512
|
|
|
|
|
|
|
'AZN' => { |
6513
|
|
|
|
|
|
|
symbol => 'AZN', |
6514
|
|
|
|
|
|
|
display_name => { |
6515
|
|
|
|
|
|
|
'currency' => q(Manat na hAsarbaiseáine), |
6516
|
|
|
|
|
|
|
'few' => q(mhanat na hAsarbaiseáine), |
6517
|
|
|
|
|
|
|
'many' => q(manat na hAsarbaiseáine), |
6518
|
|
|
|
|
|
|
'one' => q(mhanat na hAsarbaiseáine), |
6519
|
|
|
|
|
|
|
'other' => q(manat na hAsarbaiseáine), |
6520
|
|
|
|
|
|
|
'two' => q(mhanat na hAsarbaiseáine), |
6521
|
|
|
|
|
|
|
}, |
6522
|
|
|
|
|
|
|
}, |
6523
|
|
|
|
|
|
|
'BAD' => { |
6524
|
|
|
|
|
|
|
symbol => 'BAD', |
6525
|
|
|
|
|
|
|
display_name => { |
6526
|
|
|
|
|
|
|
'currency' => q(Dínear Bhoisnia-Heirseagaivéin \(1992–1994\)), |
6527
|
|
|
|
|
|
|
'few' => q(Dínear Bhoisnia-Heirseagaivéin \(1992–1994\)), |
6528
|
|
|
|
|
|
|
'many' => q(Dínear Bhoisnia-Heirseagaivéin \(1992–1994\)), |
6529
|
|
|
|
|
|
|
'one' => q(Dínear Bhoisnia-Heirseagaivéin \(1992–1994\)), |
6530
|
|
|
|
|
|
|
'other' => q(Dínear Bhoisnia-Heirseagaivéin \(1992–1994\)), |
6531
|
|
|
|
|
|
|
'two' => q(Dínear Bhoisnia-Heirseagaivéin \(1992–1994\)), |
6532
|
|
|
|
|
|
|
}, |
6533
|
|
|
|
|
|
|
}, |
6534
|
|
|
|
|
|
|
'BAM' => { |
6535
|
|
|
|
|
|
|
symbol => 'BAM', |
6536
|
|
|
|
|
|
|
display_name => { |
6537
|
|
|
|
|
|
|
'currency' => q(Marg Inmhalartaithe na Boisnia-Heirseagaivéine), |
6538
|
|
|
|
|
|
|
'few' => q(mharg inmhalartaithe na Boisnia-Heirseagaivéine), |
6539
|
|
|
|
|
|
|
'many' => q(marg inmhalartaithe na Boisnia-Heirseagaivéine), |
6540
|
|
|
|
|
|
|
'one' => q(mharg inmhalartaithe na Boisnia-Heirseagaivéine), |
6541
|
|
|
|
|
|
|
'other' => q(marg inmhalartaithe na Boisnia-Heirseagaivéine), |
6542
|
|
|
|
|
|
|
'two' => q(mharg inmhalartaithe na Boisnia-Heirseagaivéine), |
6543
|
|
|
|
|
|
|
}, |
6544
|
|
|
|
|
|
|
}, |
6545
|
|
|
|
|
|
|
'BAN' => { |
6546
|
|
|
|
|
|
|
symbol => 'BAN', |
6547
|
|
|
|
|
|
|
}, |
6548
|
|
|
|
|
|
|
'BBD' => { |
6549
|
|
|
|
|
|
|
symbol => 'BBD', |
6550
|
|
|
|
|
|
|
display_name => { |
6551
|
|
|
|
|
|
|
'currency' => q(Dollar Bharbadós), |
6552
|
|
|
|
|
|
|
'few' => q(dhollar Bharbadós), |
6553
|
|
|
|
|
|
|
'many' => q(ndollar Bharbadós), |
6554
|
|
|
|
|
|
|
'one' => q(dollar Bharbadós), |
6555
|
|
|
|
|
|
|
'other' => q(dollar Bharbadós), |
6556
|
|
|
|
|
|
|
'two' => q(dhollar Bharbadós), |
6557
|
|
|
|
|
|
|
}, |
6558
|
|
|
|
|
|
|
}, |
6559
|
|
|
|
|
|
|
'BDT' => { |
6560
|
|
|
|
|
|
|
symbol => 'BDT', |
6561
|
|
|
|
|
|
|
display_name => { |
6562
|
|
|
|
|
|
|
'currency' => q(Taka na Banglaidéise), |
6563
|
|
|
|
|
|
|
'few' => q(thaka na Banglaidéise), |
6564
|
|
|
|
|
|
|
'many' => q(dtaka na Banglaidéise), |
6565
|
|
|
|
|
|
|
'one' => q(taka na Banglaidéise), |
6566
|
|
|
|
|
|
|
'other' => q(taka na Banglaidéise), |
6567
|
|
|
|
|
|
|
'two' => q(thaka na Banglaidéise), |
6568
|
|
|
|
|
|
|
}, |
6569
|
|
|
|
|
|
|
}, |
6570
|
|
|
|
|
|
|
'BEC' => { |
6571
|
|
|
|
|
|
|
symbol => 'BEC', |
6572
|
|
|
|
|
|
|
display_name => { |
6573
|
|
|
|
|
|
|
'currency' => q(BEC), |
6574
|
|
|
|
|
|
|
'few' => q(Franc Beilgeach \(inathraithe\)), |
6575
|
|
|
|
|
|
|
'many' => q(Franc Beilgeach \(inathraithe\)), |
6576
|
|
|
|
|
|
|
'one' => q(Franc Beilgeach \(inathraithe\)), |
6577
|
|
|
|
|
|
|
'other' => q(Franc Beilgeach \(inathraithe\)), |
6578
|
|
|
|
|
|
|
'two' => q(Franc Beilgeach \(inathraithe\)), |
6579
|
|
|
|
|
|
|
}, |
6580
|
|
|
|
|
|
|
}, |
6581
|
|
|
|
|
|
|
'BEF' => { |
6582
|
|
|
|
|
|
|
symbol => 'BEF', |
6583
|
|
|
|
|
|
|
display_name => { |
6584
|
|
|
|
|
|
|
'currency' => q(Franc Beilgeach), |
6585
|
|
|
|
|
|
|
'few' => q(Franc Beilgeach), |
6586
|
|
|
|
|
|
|
'many' => q(Franc Beilgeach), |
6587
|
|
|
|
|
|
|
'one' => q(Franc Beilgeach), |
6588
|
|
|
|
|
|
|
'other' => q(Franc Beilgeach), |
6589
|
|
|
|
|
|
|
'two' => q(Franc Beilgeach), |
6590
|
|
|
|
|
|
|
}, |
6591
|
|
|
|
|
|
|
}, |
6592
|
|
|
|
|
|
|
'BEL' => { |
6593
|
|
|
|
|
|
|
symbol => 'BEL', |
6594
|
|
|
|
|
|
|
display_name => { |
6595
|
|
|
|
|
|
|
'currency' => q(BEL), |
6596
|
|
|
|
|
|
|
'few' => q(Franc Beilgeach \(airgeadúil\)), |
6597
|
|
|
|
|
|
|
'many' => q(Franc Beilgeach \(airgeadúil\)), |
6598
|
|
|
|
|
|
|
'one' => q(Franc Beilgeach \(airgeadúil\)), |
6599
|
|
|
|
|
|
|
'other' => q(Franc Beilgeach \(airgeadúil\)), |
6600
|
|
|
|
|
|
|
'two' => q(Franc Beilgeach \(airgeadúil\)), |
6601
|
|
|
|
|
|
|
}, |
6602
|
|
|
|
|
|
|
}, |
6603
|
|
|
|
|
|
|
'BGL' => { |
6604
|
|
|
|
|
|
|
symbol => 'BGL', |
6605
|
|
|
|
|
|
|
display_name => { |
6606
|
|
|
|
|
|
|
'currency' => q(Lev Crua na Bulgáire), |
6607
|
|
|
|
|
|
|
'few' => q(lev chrua na Bulgáire), |
6608
|
|
|
|
|
|
|
'many' => q(lev chrua na Bulgáire), |
6609
|
|
|
|
|
|
|
'one' => q(lev crua na Bulgáire), |
6610
|
|
|
|
|
|
|
'other' => q(lev crua na Bulgáire), |
6611
|
|
|
|
|
|
|
'two' => q(lev chrua na Bulgáire), |
6612
|
|
|
|
|
|
|
}, |
6613
|
|
|
|
|
|
|
}, |
6614
|
|
|
|
|
|
|
'BGN' => { |
6615
|
|
|
|
|
|
|
symbol => 'BGN', |
6616
|
|
|
|
|
|
|
display_name => { |
6617
|
|
|
|
|
|
|
'currency' => q(Lev na Bulgáire), |
6618
|
|
|
|
|
|
|
'few' => q(lev na Bulgáire), |
6619
|
|
|
|
|
|
|
'many' => q(lev na Bulgáire), |
6620
|
|
|
|
|
|
|
'one' => q(lev na Bulgáire), |
6621
|
|
|
|
|
|
|
'other' => q(lev na Bulgáire), |
6622
|
|
|
|
|
|
|
'two' => q(lev na Bulgáire), |
6623
|
|
|
|
|
|
|
}, |
6624
|
|
|
|
|
|
|
}, |
6625
|
|
|
|
|
|
|
'BGO' => { |
6626
|
|
|
|
|
|
|
symbol => 'BGO', |
6627
|
|
|
|
|
|
|
display_name => { |
6628
|
|
|
|
|
|
|
'currency' => q(Lev na Bulgáire \(1879–1952\)), |
6629
|
|
|
|
|
|
|
'few' => q(lev na Bulgáire \(1879–1952\)), |
6630
|
|
|
|
|
|
|
'many' => q(lev na Bulgáire \(1879–1952\)), |
6631
|
|
|
|
|
|
|
'one' => q(lev na Bulgáire \(1879–1952\)), |
6632
|
|
|
|
|
|
|
'other' => q(lev na Bulgáire \(1879–1952\)), |
6633
|
|
|
|
|
|
|
'two' => q(lev na Bulgáire \(1879–1952\)), |
6634
|
|
|
|
|
|
|
}, |
6635
|
|
|
|
|
|
|
}, |
6636
|
|
|
|
|
|
|
'BHD' => { |
6637
|
|
|
|
|
|
|
symbol => 'BHD', |
6638
|
|
|
|
|
|
|
display_name => { |
6639
|
|
|
|
|
|
|
'currency' => q(Dinar Bhairéin), |
6640
|
|
|
|
|
|
|
'few' => q(dhinar Bhairéin), |
6641
|
|
|
|
|
|
|
'many' => q(ndinar Bhairéin), |
6642
|
|
|
|
|
|
|
'one' => q(dinar Bhairéin), |
6643
|
|
|
|
|
|
|
'other' => q(dinar Bhairéin), |
6644
|
|
|
|
|
|
|
'two' => q(dhinar Bhairéin), |
6645
|
|
|
|
|
|
|
}, |
6646
|
|
|
|
|
|
|
}, |
6647
|
|
|
|
|
|
|
'BIF' => { |
6648
|
|
|
|
|
|
|
symbol => 'BIF', |
6649
|
|
|
|
|
|
|
display_name => { |
6650
|
|
|
|
|
|
|
'currency' => q(Franc na Burúine), |
6651
|
|
|
|
|
|
|
'few' => q(fhranc na Burúine), |
6652
|
|
|
|
|
|
|
'many' => q(bhfranc na Burúine), |
6653
|
|
|
|
|
|
|
'one' => q(fhranc na Burúine), |
6654
|
|
|
|
|
|
|
'other' => q(franc na Burúine), |
6655
|
|
|
|
|
|
|
'two' => q(fhranc na Burúine), |
6656
|
|
|
|
|
|
|
}, |
6657
|
|
|
|
|
|
|
}, |
6658
|
|
|
|
|
|
|
'BMD' => { |
6659
|
|
|
|
|
|
|
symbol => 'BMD', |
6660
|
|
|
|
|
|
|
display_name => { |
6661
|
|
|
|
|
|
|
'currency' => q(Dollar Bheirmiúda), |
6662
|
|
|
|
|
|
|
'few' => q(dhollar Bheirmiúda), |
6663
|
|
|
|
|
|
|
'many' => q(ndollar Bheirmiúda), |
6664
|
|
|
|
|
|
|
'one' => q(dollar Bheirmiúda), |
6665
|
|
|
|
|
|
|
'other' => q(dollar Bheirmiúda), |
6666
|
|
|
|
|
|
|
'two' => q(dhollar Bheirmiúda), |
6667
|
|
|
|
|
|
|
}, |
6668
|
|
|
|
|
|
|
}, |
6669
|
|
|
|
|
|
|
'BND' => { |
6670
|
|
|
|
|
|
|
symbol => 'BND', |
6671
|
|
|
|
|
|
|
display_name => { |
6672
|
|
|
|
|
|
|
'currency' => q(Dollar Bhrúiné), |
6673
|
|
|
|
|
|
|
'few' => q(dhollar Bhrúiné), |
6674
|
|
|
|
|
|
|
'many' => q(ndollar Bhrúiné), |
6675
|
|
|
|
|
|
|
'one' => q(dollar Bhrúiné), |
6676
|
|
|
|
|
|
|
'other' => q(dollar Bhrúiné), |
6677
|
|
|
|
|
|
|
'two' => q(dhollar Bhrúiné), |
6678
|
|
|
|
|
|
|
}, |
6679
|
|
|
|
|
|
|
}, |
6680
|
|
|
|
|
|
|
'BOB' => { |
6681
|
|
|
|
|
|
|
symbol => 'BOB', |
6682
|
|
|
|
|
|
|
display_name => { |
6683
|
|
|
|
|
|
|
'currency' => q(Boliviano), |
6684
|
|
|
|
|
|
|
'few' => q(bholiviano), |
6685
|
|
|
|
|
|
|
'many' => q(mboliviano), |
6686
|
|
|
|
|
|
|
'one' => q(bholiviano), |
6687
|
|
|
|
|
|
|
'other' => q(boliviano), |
6688
|
|
|
|
|
|
|
'two' => q(bholiviano), |
6689
|
|
|
|
|
|
|
}, |
6690
|
|
|
|
|
|
|
}, |
6691
|
|
|
|
|
|
|
'BOL' => { |
6692
|
|
|
|
|
|
|
symbol => 'BOL', |
6693
|
|
|
|
|
|
|
}, |
6694
|
|
|
|
|
|
|
'BOP' => { |
6695
|
|
|
|
|
|
|
symbol => 'BOP', |
6696
|
|
|
|
|
|
|
display_name => { |
6697
|
|
|
|
|
|
|
'currency' => q(Peso na Bolaive), |
6698
|
|
|
|
|
|
|
'few' => q(pheso na Bolaive), |
6699
|
|
|
|
|
|
|
'many' => q(bpeso na Bolaive), |
6700
|
|
|
|
|
|
|
'one' => q(pheso na Bolaive), |
6701
|
|
|
|
|
|
|
'other' => q(peso na Bolaive), |
6702
|
|
|
|
|
|
|
'two' => q(pheso na Bolaive), |
6703
|
|
|
|
|
|
|
}, |
6704
|
|
|
|
|
|
|
}, |
6705
|
|
|
|
|
|
|
'BOV' => { |
6706
|
|
|
|
|
|
|
symbol => 'BOV', |
6707
|
|
|
|
|
|
|
display_name => { |
6708
|
|
|
|
|
|
|
'currency' => q(Mvdol na Bolaive), |
6709
|
|
|
|
|
|
|
'few' => q(mvdol na Bolaive), |
6710
|
|
|
|
|
|
|
'many' => q(mvdol na Bolaive), |
6711
|
|
|
|
|
|
|
'one' => q(mvdol na Bolaive), |
6712
|
|
|
|
|
|
|
'other' => q(mvdol na Bolaive), |
6713
|
|
|
|
|
|
|
'two' => q(mvdol na Bolaive), |
6714
|
|
|
|
|
|
|
}, |
6715
|
|
|
|
|
|
|
}, |
6716
|
|
|
|
|
|
|
'BRB' => { |
6717
|
|
|
|
|
|
|
symbol => 'BRB', |
6718
|
|
|
|
|
|
|
display_name => { |
6719
|
|
|
|
|
|
|
'currency' => q(Cruzeiro Nua na Brasaíle \(1967–1986\)), |
6720
|
|
|
|
|
|
|
'few' => q(chruzeiro nua na Brasaíle \(1967–1986\)), |
6721
|
|
|
|
|
|
|
'many' => q(gcruzeiro nua na Brasaíle \(1967–1986\)), |
6722
|
|
|
|
|
|
|
'one' => q(chruzeiro nua na Brasaíle \(1967–1986\)), |
6723
|
|
|
|
|
|
|
'other' => q(cruzeiro nua na Brasaíle \(1967–1986\)), |
6724
|
|
|
|
|
|
|
'two' => q(chruzeiro nua na Brasaíle \(1967–1986\)), |
6725
|
|
|
|
|
|
|
}, |
6726
|
|
|
|
|
|
|
}, |
6727
|
|
|
|
|
|
|
'BRC' => { |
6728
|
|
|
|
|
|
|
symbol => 'BRC', |
6729
|
|
|
|
|
|
|
display_name => { |
6730
|
|
|
|
|
|
|
'currency' => q(Cruzado na Brasaíle \(1986–1989\)), |
6731
|
|
|
|
|
|
|
'few' => q(chruzado na Brasaíle \(1986–1989\)), |
6732
|
|
|
|
|
|
|
'many' => q(gcruzado na Brasaíle \(1986–1989\)), |
6733
|
|
|
|
|
|
|
'one' => q(chruzado na Brasaíle \(1986–1989\)), |
6734
|
|
|
|
|
|
|
'other' => q(cruzado na Brasaíle \(1986–1989\)), |
6735
|
|
|
|
|
|
|
'two' => q(chruzado na Brasaíle \(1986–1989\)), |
6736
|
|
|
|
|
|
|
}, |
6737
|
|
|
|
|
|
|
}, |
6738
|
|
|
|
|
|
|
'BRE' => { |
6739
|
|
|
|
|
|
|
symbol => 'BRE', |
6740
|
|
|
|
|
|
|
display_name => { |
6741
|
|
|
|
|
|
|
'currency' => q(Cruzeiro na Brasaíle \(1990–1993\)), |
6742
|
|
|
|
|
|
|
'few' => q(chruzeiro na Brasaíle \(1990–1993\)), |
6743
|
|
|
|
|
|
|
'many' => q(gcruzeiro na Brasaíle \(1990–1993\)), |
6744
|
|
|
|
|
|
|
'one' => q(chruzeiro na Brasaíle \(1990–1993\)), |
6745
|
|
|
|
|
|
|
'other' => q(cruzeiro na Brasaíle \(1990–1993\)), |
6746
|
|
|
|
|
|
|
'two' => q(chruzeiro na Brasaíle \(1990–1993\)), |
6747
|
|
|
|
|
|
|
}, |
6748
|
|
|
|
|
|
|
}, |
6749
|
|
|
|
|
|
|
'BRL' => { |
6750
|
|
|
|
|
|
|
symbol => 'R$', |
6751
|
|
|
|
|
|
|
display_name => { |
6752
|
|
|
|
|
|
|
'currency' => q(Real na Brasaíle), |
6753
|
|
|
|
|
|
|
'few' => q(real na Brasaíle), |
6754
|
|
|
|
|
|
|
'many' => q(real na Brasaíle), |
6755
|
|
|
|
|
|
|
'one' => q(real na Brasaíle), |
6756
|
|
|
|
|
|
|
'other' => q(real na Brasaíle), |
6757
|
|
|
|
|
|
|
'two' => q(real na Brasaíle), |
6758
|
|
|
|
|
|
|
}, |
6759
|
|
|
|
|
|
|
}, |
6760
|
|
|
|
|
|
|
'BRN' => { |
6761
|
|
|
|
|
|
|
symbol => 'BRN', |
6762
|
|
|
|
|
|
|
display_name => { |
6763
|
|
|
|
|
|
|
'currency' => q(Cruzado Nua na Brasaíle \(1989–1990\)), |
6764
|
|
|
|
|
|
|
'few' => q(chruzado nua na Brasaíle \(1989–1990\)), |
6765
|
|
|
|
|
|
|
'many' => q(gcruzado nua na Brasaíle \(1989–1990\)), |
6766
|
|
|
|
|
|
|
'one' => q(chruzado nua na Brasaíle \(1989–1990\)), |
6767
|
|
|
|
|
|
|
'other' => q(cruzado nua na Brasaíle \(1989–1990\)), |
6768
|
|
|
|
|
|
|
'two' => q(chruzado nua na Brasaíle \(1989–1990\)), |
6769
|
|
|
|
|
|
|
}, |
6770
|
|
|
|
|
|
|
}, |
6771
|
|
|
|
|
|
|
'BRR' => { |
6772
|
|
|
|
|
|
|
symbol => 'BRR', |
6773
|
|
|
|
|
|
|
display_name => { |
6774
|
|
|
|
|
|
|
'currency' => q(Cruzeiro na Brasaíle \(1993–1994\)), |
6775
|
|
|
|
|
|
|
'few' => q(chruzeiro na Brasaíle \(1993–1994\)), |
6776
|
|
|
|
|
|
|
'many' => q(gcruzeiro na Brasaíle \(1993–1994\)), |
6777
|
|
|
|
|
|
|
'one' => q(chruzeiro na Brasaíle \(1993–1994\)), |
6778
|
|
|
|
|
|
|
'other' => q(cruzeiro na Brasaíle \(1993–1994\)), |
6779
|
|
|
|
|
|
|
'two' => q(chruzeiro na Brasaíle \(1993–1994\)), |
6780
|
|
|
|
|
|
|
}, |
6781
|
|
|
|
|
|
|
}, |
6782
|
|
|
|
|
|
|
'BRZ' => { |
6783
|
|
|
|
|
|
|
symbol => 'BRZ', |
6784
|
|
|
|
|
|
|
display_name => { |
6785
|
|
|
|
|
|
|
'currency' => q(Cruzeiro na Brasaíle \(1942–1967\)), |
6786
|
|
|
|
|
|
|
'few' => q(chruzeiro na Brasaíle \(1942–1967\)), |
6787
|
|
|
|
|
|
|
'many' => q(gcruzeiro na Brasaíle \(1942–1967\)), |
6788
|
|
|
|
|
|
|
'one' => q(chruzeiro na Brasaíle \(1942–1967\)), |
6789
|
|
|
|
|
|
|
'other' => q(cruzeiro na Brasaíle \(1942–1967\)), |
6790
|
|
|
|
|
|
|
'two' => q(chruzeiro na Brasaíle \(1942–1967\)), |
6791
|
|
|
|
|
|
|
}, |
6792
|
|
|
|
|
|
|
}, |
6793
|
|
|
|
|
|
|
'BSD' => { |
6794
|
|
|
|
|
|
|
symbol => 'BSD', |
6795
|
|
|
|
|
|
|
display_name => { |
6796
|
|
|
|
|
|
|
'currency' => q(Dollar na mBahámaí), |
6797
|
|
|
|
|
|
|
'few' => q(dhollar na mBahámaí), |
6798
|
|
|
|
|
|
|
'many' => q(ndollar na mBahámaí), |
6799
|
|
|
|
|
|
|
'one' => q(dollar na mBahámaí), |
6800
|
|
|
|
|
|
|
'other' => q(dollar na mBahámaí), |
6801
|
|
|
|
|
|
|
'two' => q(dhollar na mBahámaí), |
6802
|
|
|
|
|
|
|
}, |
6803
|
|
|
|
|
|
|
}, |
6804
|
|
|
|
|
|
|
'BTN' => { |
6805
|
|
|
|
|
|
|
symbol => 'BTN', |
6806
|
|
|
|
|
|
|
display_name => { |
6807
|
|
|
|
|
|
|
'currency' => q(Ngultrum na Bútáine), |
6808
|
|
|
|
|
|
|
'few' => q(ngultrum na Bútáine), |
6809
|
|
|
|
|
|
|
'many' => q(ngultrum na Bútáine), |
6810
|
|
|
|
|
|
|
'one' => q(ngultrum na Bútáine), |
6811
|
|
|
|
|
|
|
'other' => q(ngultrum na Bútáine), |
6812
|
|
|
|
|
|
|
'two' => q(ngultrum na Bútáine), |
6813
|
|
|
|
|
|
|
}, |
6814
|
|
|
|
|
|
|
}, |
6815
|
|
|
|
|
|
|
'BUK' => { |
6816
|
|
|
|
|
|
|
symbol => 'BUK', |
6817
|
|
|
|
|
|
|
display_name => { |
6818
|
|
|
|
|
|
|
'currency' => q(Kyat Bhurma), |
6819
|
|
|
|
|
|
|
'few' => q(kyat Bhurma), |
6820
|
|
|
|
|
|
|
'many' => q(kyat Bhurma), |
6821
|
|
|
|
|
|
|
'one' => q(kyat Bhurma), |
6822
|
|
|
|
|
|
|
'other' => q(kyat Bhurma), |
6823
|
|
|
|
|
|
|
'two' => q(kyat Bhurma), |
6824
|
|
|
|
|
|
|
}, |
6825
|
|
|
|
|
|
|
}, |
6826
|
|
|
|
|
|
|
'BWP' => { |
6827
|
|
|
|
|
|
|
symbol => 'BWP', |
6828
|
|
|
|
|
|
|
display_name => { |
6829
|
|
|
|
|
|
|
'currency' => q(Pula na Botsuáine), |
6830
|
|
|
|
|
|
|
'few' => q(phula na Botsuáine), |
6831
|
|
|
|
|
|
|
'many' => q(bpula na Botsuáine), |
6832
|
|
|
|
|
|
|
'one' => q(phula na Botsuáine), |
6833
|
|
|
|
|
|
|
'other' => q(pula na Botsuáine), |
6834
|
|
|
|
|
|
|
'two' => q(phula na Botsuáine), |
6835
|
|
|
|
|
|
|
}, |
6836
|
|
|
|
|
|
|
}, |
6837
|
|
|
|
|
|
|
'BYB' => { |
6838
|
|
|
|
|
|
|
symbol => 'BYB', |
6839
|
|
|
|
|
|
|
display_name => { |
6840
|
|
|
|
|
|
|
'currency' => q(Rúbal Nua na Bealarúise \(1994–1999\)), |
6841
|
|
|
|
|
|
|
'few' => q(rúbal nua na Bealarúise \(1994–1999\)), |
6842
|
|
|
|
|
|
|
'many' => q(rúbal nua na Bealarúise \(1994–1999\)), |
6843
|
|
|
|
|
|
|
'one' => q(rúbal nua na Bealarúise \(1994–1999\)), |
6844
|
|
|
|
|
|
|
'other' => q(rúbal nua na Bealarúise \(1994–1999\)), |
6845
|
|
|
|
|
|
|
'two' => q(rúbal nua na Bealarúise \(1994–1999\)), |
6846
|
|
|
|
|
|
|
}, |
6847
|
|
|
|
|
|
|
}, |
6848
|
|
|
|
|
|
|
'BYN' => { |
6849
|
|
|
|
|
|
|
symbol => 'BYN', |
6850
|
|
|
|
|
|
|
display_name => { |
6851
|
|
|
|
|
|
|
'currency' => q(Rúbal na Bealarúise), |
6852
|
|
|
|
|
|
|
'few' => q(rúbal na Bealarúise), |
6853
|
|
|
|
|
|
|
'many' => q(rúbal na Bealarúise), |
6854
|
|
|
|
|
|
|
'one' => q(rúbal na Bealarúise), |
6855
|
|
|
|
|
|
|
'other' => q(rúbal na Bealarúise), |
6856
|
|
|
|
|
|
|
'two' => q(rúbal na Bealarúise), |
6857
|
|
|
|
|
|
|
}, |
6858
|
|
|
|
|
|
|
}, |
6859
|
|
|
|
|
|
|
'BYR' => { |
6860
|
|
|
|
|
|
|
symbol => 'BYR', |
6861
|
|
|
|
|
|
|
display_name => { |
6862
|
|
|
|
|
|
|
'currency' => q(Rúbal na Bealarúise \(2000–2016\)), |
6863
|
|
|
|
|
|
|
'few' => q(rúbal na Bealarúise \(2000–2016\)), |
6864
|
|
|
|
|
|
|
'many' => q(rúbal na Bealarúise \(2000–2016\)), |
6865
|
|
|
|
|
|
|
'one' => q(rúbal na Bealarúise \(2000–2016\)), |
6866
|
|
|
|
|
|
|
'other' => q(rúbal na Bealarúise \(2000–2016\)), |
6867
|
|
|
|
|
|
|
'two' => q(rúbal na Bealarúise \(2000–2016\)), |
6868
|
|
|
|
|
|
|
}, |
6869
|
|
|
|
|
|
|
}, |
6870
|
|
|
|
|
|
|
'BZD' => { |
6871
|
|
|
|
|
|
|
symbol => 'BZD', |
6872
|
|
|
|
|
|
|
display_name => { |
6873
|
|
|
|
|
|
|
'currency' => q(Dollar na Beilíse), |
6874
|
|
|
|
|
|
|
'few' => q(dhollar na Beilíse), |
6875
|
|
|
|
|
|
|
'many' => q(ndollar na Beilíse), |
6876
|
|
|
|
|
|
|
'one' => q(dollar na Beilíse), |
6877
|
|
|
|
|
|
|
'other' => q(dollar na Beilíse), |
6878
|
|
|
|
|
|
|
'two' => q(dhollar na Beilíse), |
6879
|
|
|
|
|
|
|
}, |
6880
|
|
|
|
|
|
|
}, |
6881
|
|
|
|
|
|
|
'CAD' => { |
6882
|
|
|
|
|
|
|
symbol => 'CA$', |
6883
|
|
|
|
|
|
|
display_name => { |
6884
|
|
|
|
|
|
|
'currency' => q(Dollar Cheanada), |
6885
|
|
|
|
|
|
|
'few' => q(dhollar Cheanada), |
6886
|
|
|
|
|
|
|
'many' => q(ndollar Cheanada), |
6887
|
|
|
|
|
|
|
'one' => q(dollar Cheanada), |
6888
|
|
|
|
|
|
|
'other' => q(dollar Cheanada), |
6889
|
|
|
|
|
|
|
'two' => q(dhollar Cheanada), |
6890
|
|
|
|
|
|
|
}, |
6891
|
|
|
|
|
|
|
}, |
6892
|
|
|
|
|
|
|
'CDF' => { |
6893
|
|
|
|
|
|
|
symbol => 'CDF', |
6894
|
|
|
|
|
|
|
display_name => { |
6895
|
|
|
|
|
|
|
'currency' => q(Franc an Chongó), |
6896
|
|
|
|
|
|
|
'few' => q(fhranc an Chongó), |
6897
|
|
|
|
|
|
|
'many' => q(bhfranc an Chongó), |
6898
|
|
|
|
|
|
|
'one' => q(fhranc an Chongó), |
6899
|
|
|
|
|
|
|
'other' => q(franc an Chongó), |
6900
|
|
|
|
|
|
|
'two' => q(fhranc an Chongó), |
6901
|
|
|
|
|
|
|
}, |
6902
|
|
|
|
|
|
|
}, |
6903
|
|
|
|
|
|
|
'CHF' => { |
6904
|
|
|
|
|
|
|
symbol => 'CHF', |
6905
|
|
|
|
|
|
|
display_name => { |
6906
|
|
|
|
|
|
|
'currency' => q(Franc na hEilvéise), |
6907
|
|
|
|
|
|
|
'few' => q(fhranc na hEilvéise), |
6908
|
|
|
|
|
|
|
'many' => q(bhfranc na hEilvéise), |
6909
|
|
|
|
|
|
|
'one' => q(fhranc na hEilvéise), |
6910
|
|
|
|
|
|
|
'other' => q(franc na hEilvéise), |
6911
|
|
|
|
|
|
|
'two' => q(fhranc na hEilvéise), |
6912
|
|
|
|
|
|
|
}, |
6913
|
|
|
|
|
|
|
}, |
6914
|
|
|
|
|
|
|
'CLE' => { |
6915
|
|
|
|
|
|
|
symbol => 'CLE', |
6916
|
|
|
|
|
|
|
display_name => { |
6917
|
|
|
|
|
|
|
'currency' => q(Escudo na Sile), |
6918
|
|
|
|
|
|
|
'few' => q(escudo na Sile), |
6919
|
|
|
|
|
|
|
'many' => q(n-escudo na Sile), |
6920
|
|
|
|
|
|
|
'one' => q(escudo na Sile), |
6921
|
|
|
|
|
|
|
'other' => q(escudo na Sile), |
6922
|
|
|
|
|
|
|
'two' => q(escudo na Sile), |
6923
|
|
|
|
|
|
|
}, |
6924
|
|
|
|
|
|
|
}, |
6925
|
|
|
|
|
|
|
'CLF' => { |
6926
|
|
|
|
|
|
|
symbol => 'CLF', |
6927
|
|
|
|
|
|
|
display_name => { |
6928
|
|
|
|
|
|
|
'currency' => q(Unidades de Fomento na Sile), |
6929
|
|
|
|
|
|
|
'few' => q(Unidades de Fomento na Sile), |
6930
|
|
|
|
|
|
|
'many' => q(Unidades de Fomento na Sile), |
6931
|
|
|
|
|
|
|
'one' => q(Unidades de Fomento na Sile), |
6932
|
|
|
|
|
|
|
'other' => q(Unidades de Fomento na Sile), |
6933
|
|
|
|
|
|
|
'two' => q(Unidades de Fomento na Sile), |
6934
|
|
|
|
|
|
|
}, |
6935
|
|
|
|
|
|
|
}, |
6936
|
|
|
|
|
|
|
'CLP' => { |
6937
|
|
|
|
|
|
|
symbol => 'CLP', |
6938
|
|
|
|
|
|
|
display_name => { |
6939
|
|
|
|
|
|
|
'currency' => q(Peso na Sile), |
6940
|
|
|
|
|
|
|
'few' => q(pheso na Sile), |
6941
|
|
|
|
|
|
|
'many' => q(bpeso na Sile), |
6942
|
|
|
|
|
|
|
'one' => q(pheso na Sile), |
6943
|
|
|
|
|
|
|
'other' => q(peso na Sile), |
6944
|
|
|
|
|
|
|
'two' => q(pheso na Sile), |
6945
|
|
|
|
|
|
|
}, |
6946
|
|
|
|
|
|
|
}, |
6947
|
|
|
|
|
|
|
'CNH' => { |
6948
|
|
|
|
|
|
|
display_name => { |
6949
|
|
|
|
|
|
|
'currency' => q(CNH), |
6950
|
|
|
|
|
|
|
'few' => q(CNH), |
6951
|
|
|
|
|
|
|
'many' => q(CNH), |
6952
|
|
|
|
|
|
|
'one' => q(CNH), |
6953
|
|
|
|
|
|
|
'other' => q(CNH), |
6954
|
|
|
|
|
|
|
'two' => q(CNH), |
6955
|
|
|
|
|
|
|
}, |
6956
|
|
|
|
|
|
|
}, |
6957
|
|
|
|
|
|
|
'CNY' => { |
6958
|
|
|
|
|
|
|
symbol => 'CN¥', |
6959
|
|
|
|
|
|
|
display_name => { |
6960
|
|
|
|
|
|
|
'currency' => q(Yuan na Síne), |
6961
|
|
|
|
|
|
|
'few' => q(yuan na Síne), |
6962
|
|
|
|
|
|
|
'many' => q(yuan na Síne), |
6963
|
|
|
|
|
|
|
'one' => q(yuan na Síne), |
6964
|
|
|
|
|
|
|
'other' => q(yuan na Síne), |
6965
|
|
|
|
|
|
|
'two' => q(yuan na Síne), |
6966
|
|
|
|
|
|
|
}, |
6967
|
|
|
|
|
|
|
}, |
6968
|
|
|
|
|
|
|
'COP' => { |
6969
|
|
|
|
|
|
|
symbol => 'COP', |
6970
|
|
|
|
|
|
|
display_name => { |
6971
|
|
|
|
|
|
|
'currency' => q(Peso na Colóime), |
6972
|
|
|
|
|
|
|
'few' => q(pheso na Colóime), |
6973
|
|
|
|
|
|
|
'many' => q(bpeso na Colóime), |
6974
|
|
|
|
|
|
|
'one' => q(pheso na Colóime), |
6975
|
|
|
|
|
|
|
'other' => q(peso na Colóime), |
6976
|
|
|
|
|
|
|
'two' => q(pheso na Colóime), |
6977
|
|
|
|
|
|
|
}, |
6978
|
|
|
|
|
|
|
}, |
6979
|
|
|
|
|
|
|
'COU' => { |
6980
|
|
|
|
|
|
|
symbol => 'COU', |
6981
|
|
|
|
|
|
|
}, |
6982
|
|
|
|
|
|
|
'CRC' => { |
6983
|
|
|
|
|
|
|
symbol => 'CRC', |
6984
|
|
|
|
|
|
|
display_name => { |
6985
|
|
|
|
|
|
|
'currency' => q(Colón Chósta Ríce), |
6986
|
|
|
|
|
|
|
'few' => q(cholón Chósta Ríce), |
6987
|
|
|
|
|
|
|
'many' => q(gcolón Chósta Ríce), |
6988
|
|
|
|
|
|
|
'one' => q(cholón Chósta Ríce), |
6989
|
|
|
|
|
|
|
'other' => q(colón Chósta Ríce), |
6990
|
|
|
|
|
|
|
'two' => q(cholón Chósta Ríce), |
6991
|
|
|
|
|
|
|
}, |
6992
|
|
|
|
|
|
|
}, |
6993
|
|
|
|
|
|
|
'CSD' => { |
6994
|
|
|
|
|
|
|
symbol => 'CSD', |
6995
|
|
|
|
|
|
|
display_name => { |
6996
|
|
|
|
|
|
|
'currency' => q(Dinar na Seirbia \(2002–2006\)), |
6997
|
|
|
|
|
|
|
'few' => q(dhinar na Seirbia \(2002–2006\)), |
6998
|
|
|
|
|
|
|
'many' => q(ndinar na Seirbia \(2002–2006\)), |
6999
|
|
|
|
|
|
|
'one' => q(dinar na Seirbia \(2002–2006\)), |
7000
|
|
|
|
|
|
|
'other' => q(dinar na Seirbia \(2002–2006\)), |
7001
|
|
|
|
|
|
|
'two' => q(dhinar na Seirbia \(2002–2006\)), |
7002
|
|
|
|
|
|
|
}, |
7003
|
|
|
|
|
|
|
}, |
7004
|
|
|
|
|
|
|
'CSK' => { |
7005
|
|
|
|
|
|
|
symbol => 'CSK', |
7006
|
|
|
|
|
|
|
display_name => { |
7007
|
|
|
|
|
|
|
'currency' => q(Koruna Crua na Seicslóvaice), |
7008
|
|
|
|
|
|
|
'few' => q(koruna chrua na Seicslóvaice), |
7009
|
|
|
|
|
|
|
'many' => q(koruna chrua na Seicslóvaice), |
7010
|
|
|
|
|
|
|
'one' => q(koruna chrua na Seicslóvaice), |
7011
|
|
|
|
|
|
|
'other' => q(koruna crua na Seicslóvaice), |
7012
|
|
|
|
|
|
|
'two' => q(koruna chrua na Seicslóvaice), |
7013
|
|
|
|
|
|
|
}, |
7014
|
|
|
|
|
|
|
}, |
7015
|
|
|
|
|
|
|
'CUC' => { |
7016
|
|
|
|
|
|
|
symbol => 'CUC', |
7017
|
|
|
|
|
|
|
display_name => { |
7018
|
|
|
|
|
|
|
'currency' => q(Peso Inmhalartaithe Chúba), |
7019
|
|
|
|
|
|
|
'few' => q(pheso inmhalartaithe Chúba), |
7020
|
|
|
|
|
|
|
'many' => q(bpeso inmhalartaithe Chúba), |
7021
|
|
|
|
|
|
|
'one' => q(pheso inmhalartaithe Chúba), |
7022
|
|
|
|
|
|
|
'other' => q(peso inmhalartaithe Chúba), |
7023
|
|
|
|
|
|
|
'two' => q(pheso inmhalartaithe Chúba), |
7024
|
|
|
|
|
|
|
}, |
7025
|
|
|
|
|
|
|
}, |
7026
|
|
|
|
|
|
|
'CUP' => { |
7027
|
|
|
|
|
|
|
symbol => 'CUP', |
7028
|
|
|
|
|
|
|
display_name => { |
7029
|
|
|
|
|
|
|
'currency' => q(Peso Chúba), |
7030
|
|
|
|
|
|
|
'few' => q(pheso Chúba), |
7031
|
|
|
|
|
|
|
'many' => q(bpeso Chúba), |
7032
|
|
|
|
|
|
|
'one' => q(pheso Chúba), |
7033
|
|
|
|
|
|
|
'other' => q(peso Chúba), |
7034
|
|
|
|
|
|
|
'two' => q(pheso Chúba), |
7035
|
|
|
|
|
|
|
}, |
7036
|
|
|
|
|
|
|
}, |
7037
|
|
|
|
|
|
|
'CVE' => { |
7038
|
|
|
|
|
|
|
symbol => 'CVE', |
7039
|
|
|
|
|
|
|
display_name => { |
7040
|
|
|
|
|
|
|
'currency' => q(Escudo Rinn Verde), |
7041
|
|
|
|
|
|
|
'few' => q(escudo Rinn Verde), |
7042
|
|
|
|
|
|
|
'many' => q(n-escudo Rinn Verde), |
7043
|
|
|
|
|
|
|
'one' => q(escudo Rinn Verde), |
7044
|
|
|
|
|
|
|
'other' => q(escudo Rinn Verde), |
7045
|
|
|
|
|
|
|
'two' => q(escudo Rinn Verde), |
7046
|
|
|
|
|
|
|
}, |
7047
|
|
|
|
|
|
|
}, |
7048
|
|
|
|
|
|
|
'CYP' => { |
7049
|
|
|
|
|
|
|
symbol => 'CYP', |
7050
|
|
|
|
|
|
|
display_name => { |
7051
|
|
|
|
|
|
|
'currency' => q(Punt na Cipire), |
7052
|
|
|
|
|
|
|
'few' => q(phunt na Cipire), |
7053
|
|
|
|
|
|
|
'many' => q(bpunt na Cipire), |
7054
|
|
|
|
|
|
|
'one' => q(phunt na Cipire), |
7055
|
|
|
|
|
|
|
'other' => q(punt na Cipire), |
7056
|
|
|
|
|
|
|
'two' => q(phunt na Cipire), |
7057
|
|
|
|
|
|
|
}, |
7058
|
|
|
|
|
|
|
}, |
7059
|
|
|
|
|
|
|
'CZK' => { |
7060
|
|
|
|
|
|
|
symbol => 'CZK', |
7061
|
|
|
|
|
|
|
display_name => { |
7062
|
|
|
|
|
|
|
'currency' => q(Koruna Phoblacht na Seice), |
7063
|
|
|
|
|
|
|
'few' => q(koruna Phoblacht na Seice), |
7064
|
|
|
|
|
|
|
'many' => q(koruna Phoblacht na Seice), |
7065
|
|
|
|
|
|
|
'one' => q(koruna Phoblacht na Seice), |
7066
|
|
|
|
|
|
|
'other' => q(koruna Phoblacht na Seice), |
7067
|
|
|
|
|
|
|
'two' => q(koruna Phoblacht na Seice), |
7068
|
|
|
|
|
|
|
}, |
7069
|
|
|
|
|
|
|
}, |
7070
|
|
|
|
|
|
|
'DDM' => { |
7071
|
|
|
|
|
|
|
symbol => 'DDM', |
7072
|
|
|
|
|
|
|
display_name => { |
7073
|
|
|
|
|
|
|
'currency' => q(DDM), |
7074
|
|
|
|
|
|
|
'few' => q(Ostmark na hOirGhearmáine), |
7075
|
|
|
|
|
|
|
'many' => q(Ostmark na hOirGhearmáine), |
7076
|
|
|
|
|
|
|
'one' => q(Ostmark na hOirGhearmáine), |
7077
|
|
|
|
|
|
|
'other' => q(Ostmark na hOirGhearmáine), |
7078
|
|
|
|
|
|
|
'two' => q(Ostmark na hOirGhearmáine), |
7079
|
|
|
|
|
|
|
}, |
7080
|
|
|
|
|
|
|
}, |
7081
|
|
|
|
|
|
|
'DEM' => { |
7082
|
|
|
|
|
|
|
symbol => 'DEM', |
7083
|
|
|
|
|
|
|
display_name => { |
7084
|
|
|
|
|
|
|
'currency' => q(Deutsche Mark), |
7085
|
|
|
|
|
|
|
'few' => q(Deutsche Mark), |
7086
|
|
|
|
|
|
|
'many' => q(Deutsche Mark), |
7087
|
|
|
|
|
|
|
'one' => q(Deutsche Mark), |
7088
|
|
|
|
|
|
|
'other' => q(Deutsche Mark), |
7089
|
|
|
|
|
|
|
'two' => q(Deutsche Mark), |
7090
|
|
|
|
|
|
|
}, |
7091
|
|
|
|
|
|
|
}, |
7092
|
|
|
|
|
|
|
'DJF' => { |
7093
|
|
|
|
|
|
|
symbol => 'DJF', |
7094
|
|
|
|
|
|
|
display_name => { |
7095
|
|
|
|
|
|
|
'currency' => q(Franc Djibouti), |
7096
|
|
|
|
|
|
|
'few' => q(fhranc Djibouti), |
7097
|
|
|
|
|
|
|
'many' => q(bhfranc Djibouti), |
7098
|
|
|
|
|
|
|
'one' => q(fhranc Djibouti), |
7099
|
|
|
|
|
|
|
'other' => q(franc Djibouti), |
7100
|
|
|
|
|
|
|
'two' => q(fhranc Djibouti), |
7101
|
|
|
|
|
|
|
}, |
7102
|
|
|
|
|
|
|
}, |
7103
|
|
|
|
|
|
|
'DKK' => { |
7104
|
|
|
|
|
|
|
symbol => 'DKK', |
7105
|
|
|
|
|
|
|
display_name => { |
7106
|
|
|
|
|
|
|
'currency' => q(Coróin na Danmhairge), |
7107
|
|
|
|
|
|
|
'few' => q(choróin na Danmhairge), |
7108
|
|
|
|
|
|
|
'many' => q(gcoróin na Danmhairge), |
7109
|
|
|
|
|
|
|
'one' => q(choróin na Danmhairge), |
7110
|
|
|
|
|
|
|
'other' => q(coróin na Danmhairge), |
7111
|
|
|
|
|
|
|
'two' => q(choróin na Danmhairge), |
7112
|
|
|
|
|
|
|
}, |
7113
|
|
|
|
|
|
|
}, |
7114
|
|
|
|
|
|
|
'DOP' => { |
7115
|
|
|
|
|
|
|
symbol => 'DOP', |
7116
|
|
|
|
|
|
|
display_name => { |
7117
|
|
|
|
|
|
|
'currency' => q(Peso na Poblachta Doiminicí), |
7118
|
|
|
|
|
|
|
'few' => q(pheso na Poblachta Doiminicí), |
7119
|
|
|
|
|
|
|
'many' => q(bpeso na Poblachta Doiminicí), |
7120
|
|
|
|
|
|
|
'one' => q(pheso na Poblachta Doiminicí), |
7121
|
|
|
|
|
|
|
'other' => q(peso na Poblachta Doiminicí), |
7122
|
|
|
|
|
|
|
'two' => q(pheso na Poblachta Doiminicí), |
7123
|
|
|
|
|
|
|
}, |
7124
|
|
|
|
|
|
|
}, |
7125
|
|
|
|
|
|
|
'DZD' => { |
7126
|
|
|
|
|
|
|
symbol => 'DZD', |
7127
|
|
|
|
|
|
|
display_name => { |
7128
|
|
|
|
|
|
|
'currency' => q(Dinar na hAilgéire), |
7129
|
|
|
|
|
|
|
'few' => q(dhinar na hAilgéire), |
7130
|
|
|
|
|
|
|
'many' => q(ndinar na hAilgéire), |
7131
|
|
|
|
|
|
|
'one' => q(dinar na hAilgéire), |
7132
|
|
|
|
|
|
|
'other' => q(dinar na hAilgéire), |
7133
|
|
|
|
|
|
|
'two' => q(dhinar na hAilgéire), |
7134
|
|
|
|
|
|
|
}, |
7135
|
|
|
|
|
|
|
}, |
7136
|
|
|
|
|
|
|
'ECS' => { |
7137
|
|
|
|
|
|
|
symbol => 'ECS', |
7138
|
|
|
|
|
|
|
display_name => { |
7139
|
|
|
|
|
|
|
'currency' => q(Sucre Eacuadóir), |
7140
|
|
|
|
|
|
|
'few' => q(Sucre Eacuadóir), |
7141
|
|
|
|
|
|
|
'many' => q(Sucre Eacuadóir), |
7142
|
|
|
|
|
|
|
'one' => q(Sucre Eacuadóir), |
7143
|
|
|
|
|
|
|
'other' => q(Sucre Eacuadóir), |
7144
|
|
|
|
|
|
|
'two' => q(Sucre Eacuadóir), |
7145
|
|
|
|
|
|
|
}, |
7146
|
|
|
|
|
|
|
}, |
7147
|
|
|
|
|
|
|
'ECV' => { |
7148
|
|
|
|
|
|
|
symbol => 'ECV', |
7149
|
|
|
|
|
|
|
display_name => { |
7150
|
|
|
|
|
|
|
'currency' => q(Unidad de Valor Constante \(UVC\) Eacuadóir), |
7151
|
|
|
|
|
|
|
'few' => q(Unidad de Valor Constante \(UVC\) Eacuadóir), |
7152
|
|
|
|
|
|
|
'many' => q(Unidad de Valor Constante \(UVC\) Eacuadóir), |
7153
|
|
|
|
|
|
|
'one' => q(Unidad de Valor Constante \(UVC\) Eacuadóir), |
7154
|
|
|
|
|
|
|
'other' => q(Unidad de Valor Constante \(UVC\) Eacuadóir), |
7155
|
|
|
|
|
|
|
'two' => q(Unidad de Valor Constante \(UVC\) Eacuadóir), |
7156
|
|
|
|
|
|
|
}, |
7157
|
|
|
|
|
|
|
}, |
7158
|
|
|
|
|
|
|
'EEK' => { |
7159
|
|
|
|
|
|
|
symbol => 'EEK', |
7160
|
|
|
|
|
|
|
display_name => { |
7161
|
|
|
|
|
|
|
'currency' => q(Kroon na hEastóine), |
7162
|
|
|
|
|
|
|
'few' => q(Kroon na hEastóine), |
7163
|
|
|
|
|
|
|
'many' => q(Kroon na hEastóine), |
7164
|
|
|
|
|
|
|
'one' => q(Kroon na hEastóine), |
7165
|
|
|
|
|
|
|
'other' => q(Kroon na hEastóine), |
7166
|
|
|
|
|
|
|
'two' => q(Kroon na hEastóine), |
7167
|
|
|
|
|
|
|
}, |
7168
|
|
|
|
|
|
|
}, |
7169
|
|
|
|
|
|
|
'EGP' => { |
7170
|
|
|
|
|
|
|
symbol => 'EGP', |
7171
|
|
|
|
|
|
|
display_name => { |
7172
|
|
|
|
|
|
|
'currency' => q(Punt na hÉigipte), |
7173
|
|
|
|
|
|
|
'few' => q(phunt na hÉigipte), |
7174
|
|
|
|
|
|
|
'many' => q(bpunt na hÉigipte), |
7175
|
|
|
|
|
|
|
'one' => q(phunt na hÉigipte), |
7176
|
|
|
|
|
|
|
'other' => q(punt na hÉigipte), |
7177
|
|
|
|
|
|
|
'two' => q(phunt na hÉigipte), |
7178
|
|
|
|
|
|
|
}, |
7179
|
|
|
|
|
|
|
}, |
7180
|
|
|
|
|
|
|
'ERN' => { |
7181
|
|
|
|
|
|
|
symbol => 'ERN', |
7182
|
|
|
|
|
|
|
display_name => { |
7183
|
|
|
|
|
|
|
'currency' => q(Nakfa na hEiritré), |
7184
|
|
|
|
|
|
|
'few' => q(nakfa na hEiritré), |
7185
|
|
|
|
|
|
|
'many' => q(nakfa na hEiritré), |
7186
|
|
|
|
|
|
|
'one' => q(nakfa na hEiritré), |
7187
|
|
|
|
|
|
|
'other' => q(nakfa na hEiritré), |
7188
|
|
|
|
|
|
|
'two' => q(nakfa na hEiritré), |
7189
|
|
|
|
|
|
|
}, |
7190
|
|
|
|
|
|
|
}, |
7191
|
|
|
|
|
|
|
'ESA' => { |
7192
|
|
|
|
|
|
|
symbol => 'ESA', |
7193
|
|
|
|
|
|
|
}, |
7194
|
|
|
|
|
|
|
'ESB' => { |
7195
|
|
|
|
|
|
|
symbol => 'ESB', |
7196
|
|
|
|
|
|
|
}, |
7197
|
|
|
|
|
|
|
'ESP' => { |
7198
|
|
|
|
|
|
|
symbol => 'ESP', |
7199
|
|
|
|
|
|
|
display_name => { |
7200
|
|
|
|
|
|
|
'currency' => q(Peseta na Spáinne), |
7201
|
|
|
|
|
|
|
'few' => q(pheseta na Spáinne), |
7202
|
|
|
|
|
|
|
'many' => q(bpeseta na Spáinne), |
7203
|
|
|
|
|
|
|
'one' => q(pheseta na Spáinne), |
7204
|
|
|
|
|
|
|
'other' => q(peseta na Spáinne), |
7205
|
|
|
|
|
|
|
'two' => q(pheseta na Spáinne), |
7206
|
|
|
|
|
|
|
}, |
7207
|
|
|
|
|
|
|
}, |
7208
|
|
|
|
|
|
|
'ETB' => { |
7209
|
|
|
|
|
|
|
symbol => 'ETB', |
7210
|
|
|
|
|
|
|
display_name => { |
7211
|
|
|
|
|
|
|
'currency' => q(Birr na hAetóipe), |
7212
|
|
|
|
|
|
|
'few' => q(bhirr na hAetóipe), |
7213
|
|
|
|
|
|
|
'many' => q(mbirr na hAetóipe), |
7214
|
|
|
|
|
|
|
'one' => q(bhirr na hAetóipe), |
7215
|
|
|
|
|
|
|
'other' => q(birr na hAetóipe), |
7216
|
|
|
|
|
|
|
'two' => q(bhirr na hAetóipe), |
7217
|
|
|
|
|
|
|
}, |
7218
|
|
|
|
|
|
|
}, |
7219
|
|
|
|
|
|
|
'EUR' => { |
7220
|
|
|
|
|
|
|
symbol => '€', |
7221
|
|
|
|
|
|
|
display_name => { |
7222
|
|
|
|
|
|
|
'currency' => q(Euro), |
7223
|
|
|
|
|
|
|
'few' => q(euro), |
7224
|
|
|
|
|
|
|
'many' => q(euro), |
7225
|
|
|
|
|
|
|
'one' => q(euro), |
7226
|
|
|
|
|
|
|
'other' => q(euro), |
7227
|
|
|
|
|
|
|
'two' => q(euro), |
7228
|
|
|
|
|
|
|
}, |
7229
|
|
|
|
|
|
|
}, |
7230
|
|
|
|
|
|
|
'FIM' => { |
7231
|
|
|
|
|
|
|
symbol => 'FIM', |
7232
|
|
|
|
|
|
|
display_name => { |
7233
|
|
|
|
|
|
|
'currency' => q(Markka Fionnlannach), |
7234
|
|
|
|
|
|
|
'few' => q(Markka Fionnlannach), |
7235
|
|
|
|
|
|
|
'many' => q(Markka Fionnlannach), |
7236
|
|
|
|
|
|
|
'one' => q(Markka Fionnlannach), |
7237
|
|
|
|
|
|
|
'other' => q(Markka Fionnlannach), |
7238
|
|
|
|
|
|
|
'two' => q(Markka Fionnlannach), |
7239
|
|
|
|
|
|
|
}, |
7240
|
|
|
|
|
|
|
}, |
7241
|
|
|
|
|
|
|
'FJD' => { |
7242
|
|
|
|
|
|
|
symbol => 'FJD', |
7243
|
|
|
|
|
|
|
display_name => { |
7244
|
|
|
|
|
|
|
'currency' => q(Dollar Fhidsí), |
7245
|
|
|
|
|
|
|
'few' => q(dhollar Fhidsí), |
7246
|
|
|
|
|
|
|
'many' => q(ndollar Fhidsí), |
7247
|
|
|
|
|
|
|
'one' => q(dollar Fhidsí), |
7248
|
|
|
|
|
|
|
'other' => q(dollar Fhidsí), |
7249
|
|
|
|
|
|
|
'two' => q(dhollar Fhidsí), |
7250
|
|
|
|
|
|
|
}, |
7251
|
|
|
|
|
|
|
}, |
7252
|
|
|
|
|
|
|
'FKP' => { |
7253
|
|
|
|
|
|
|
symbol => 'FKP', |
7254
|
|
|
|
|
|
|
display_name => { |
7255
|
|
|
|
|
|
|
'currency' => q(Punt Oileáin Fháclainne), |
7256
|
|
|
|
|
|
|
'few' => q(phunt Oileáin Fháclainne), |
7257
|
|
|
|
|
|
|
'many' => q(bpunt Oileáin Fháclainne), |
7258
|
|
|
|
|
|
|
'one' => q(phunt Oileáin Fháclainne), |
7259
|
|
|
|
|
|
|
'other' => q(punt Oileáin Fháclainne), |
7260
|
|
|
|
|
|
|
'two' => q(phunt Oileáin Fháclainne), |
7261
|
|
|
|
|
|
|
}, |
7262
|
|
|
|
|
|
|
}, |
7263
|
|
|
|
|
|
|
'FRF' => { |
7264
|
|
|
|
|
|
|
symbol => 'FRF', |
7265
|
|
|
|
|
|
|
display_name => { |
7266
|
|
|
|
|
|
|
'currency' => q(FRF), |
7267
|
|
|
|
|
|
|
'few' => q(Franc Francach), |
7268
|
|
|
|
|
|
|
'many' => q(Franc Francach), |
7269
|
|
|
|
|
|
|
'one' => q(Franc Francach), |
7270
|
|
|
|
|
|
|
'other' => q(Franc Francach), |
7271
|
|
|
|
|
|
|
'two' => q(Franc Francach), |
7272
|
|
|
|
|
|
|
}, |
7273
|
|
|
|
|
|
|
}, |
7274
|
|
|
|
|
|
|
'GBP' => { |
7275
|
|
|
|
|
|
|
symbol => '£', |
7276
|
|
|
|
|
|
|
display_name => { |
7277
|
|
|
|
|
|
|
'currency' => q(Punt Steirling), |
7278
|
|
|
|
|
|
|
'few' => q(phunt steirling), |
7279
|
|
|
|
|
|
|
'many' => q(bpunt steirling), |
7280
|
|
|
|
|
|
|
'one' => q(phunt steirling), |
7281
|
|
|
|
|
|
|
'other' => q(punt steirling), |
7282
|
|
|
|
|
|
|
'two' => q(phunt steirling), |
7283
|
|
|
|
|
|
|
}, |
7284
|
|
|
|
|
|
|
}, |
7285
|
|
|
|
|
|
|
'GEK' => { |
7286
|
|
|
|
|
|
|
symbol => 'GEK', |
7287
|
|
|
|
|
|
|
display_name => { |
7288
|
|
|
|
|
|
|
'currency' => q(Kupon Larit na Grúise), |
7289
|
|
|
|
|
|
|
'few' => q(Kupon Larit na Grúise), |
7290
|
|
|
|
|
|
|
'many' => q(Kupon Larit na Grúise), |
7291
|
|
|
|
|
|
|
'one' => q(Kupon Larit na Grúise), |
7292
|
|
|
|
|
|
|
'other' => q(Kupon Larit na Grúise), |
7293
|
|
|
|
|
|
|
'two' => q(Kupon Larit na Grúise), |
7294
|
|
|
|
|
|
|
}, |
7295
|
|
|
|
|
|
|
}, |
7296
|
|
|
|
|
|
|
'GEL' => { |
7297
|
|
|
|
|
|
|
symbol => 'GEL', |
7298
|
|
|
|
|
|
|
display_name => { |
7299
|
|
|
|
|
|
|
'currency' => q(Lari na Seoirsia), |
7300
|
|
|
|
|
|
|
'few' => q(lari na Seoirsia), |
7301
|
|
|
|
|
|
|
'many' => q(lari na Seoirsia), |
7302
|
|
|
|
|
|
|
'one' => q(lari na Seoirsia), |
7303
|
|
|
|
|
|
|
'other' => q(lari na Seoirsia), |
7304
|
|
|
|
|
|
|
'two' => q(lari na Seoirsia), |
7305
|
|
|
|
|
|
|
}, |
7306
|
|
|
|
|
|
|
}, |
7307
|
|
|
|
|
|
|
'GHC' => { |
7308
|
|
|
|
|
|
|
symbol => 'GHC', |
7309
|
|
|
|
|
|
|
display_name => { |
7310
|
|
|
|
|
|
|
'currency' => q(Cedi Ghána \(1979–2007\)), |
7311
|
|
|
|
|
|
|
'few' => q(chedi Ghána \(1979–2007\)), |
7312
|
|
|
|
|
|
|
'many' => q(gcedi Ghána \(1979–2007\)), |
7313
|
|
|
|
|
|
|
'one' => q(chedi Ghána \(1979–2007\)), |
7314
|
|
|
|
|
|
|
'other' => q(cedi Ghána \(1979–2007\)), |
7315
|
|
|
|
|
|
|
'two' => q(chedi Ghána \(1979–2007\)), |
7316
|
|
|
|
|
|
|
}, |
7317
|
|
|
|
|
|
|
}, |
7318
|
|
|
|
|
|
|
'GHS' => { |
7319
|
|
|
|
|
|
|
symbol => 'GHS', |
7320
|
|
|
|
|
|
|
display_name => { |
7321
|
|
|
|
|
|
|
'currency' => q(Cedi Ghána), |
7322
|
|
|
|
|
|
|
'few' => q(chedi Ghána), |
7323
|
|
|
|
|
|
|
'many' => q(gcedi Ghána), |
7324
|
|
|
|
|
|
|
'one' => q(chedi Ghána), |
7325
|
|
|
|
|
|
|
'other' => q(cedi Ghána), |
7326
|
|
|
|
|
|
|
'two' => q(chedi Ghána), |
7327
|
|
|
|
|
|
|
}, |
7328
|
|
|
|
|
|
|
}, |
7329
|
|
|
|
|
|
|
'GIP' => { |
7330
|
|
|
|
|
|
|
symbol => 'GIP', |
7331
|
|
|
|
|
|
|
display_name => { |
7332
|
|
|
|
|
|
|
'currency' => q(Punt Ghiobráltar), |
7333
|
|
|
|
|
|
|
'few' => q(phunt Ghiobráltar), |
7334
|
|
|
|
|
|
|
'many' => q(bpunt Ghiobráltar), |
7335
|
|
|
|
|
|
|
'one' => q(phunt Ghiobráltar), |
7336
|
|
|
|
|
|
|
'other' => q(punt Ghiobráltar), |
7337
|
|
|
|
|
|
|
'two' => q(phunt Ghiobráltar), |
7338
|
|
|
|
|
|
|
}, |
7339
|
|
|
|
|
|
|
}, |
7340
|
|
|
|
|
|
|
'GMD' => { |
7341
|
|
|
|
|
|
|
symbol => 'GMD', |
7342
|
|
|
|
|
|
|
display_name => { |
7343
|
|
|
|
|
|
|
'currency' => q(Dalasi na Gaimbia), |
7344
|
|
|
|
|
|
|
'few' => q(dhalasi na Gaimbia), |
7345
|
|
|
|
|
|
|
'many' => q(ndalasi na Gaimbia), |
7346
|
|
|
|
|
|
|
'one' => q(dalasi na Gaimbia), |
7347
|
|
|
|
|
|
|
'other' => q(dalasi na Gaimbia), |
7348
|
|
|
|
|
|
|
'two' => q(dhalasi na Gaimbia), |
7349
|
|
|
|
|
|
|
}, |
7350
|
|
|
|
|
|
|
}, |
7351
|
|
|
|
|
|
|
'GNF' => { |
7352
|
|
|
|
|
|
|
symbol => 'GNF', |
7353
|
|
|
|
|
|
|
display_name => { |
7354
|
|
|
|
|
|
|
'currency' => q(Franc na Guine), |
7355
|
|
|
|
|
|
|
'few' => q(fhranc na Guine), |
7356
|
|
|
|
|
|
|
'many' => q(bhfranc na Guine), |
7357
|
|
|
|
|
|
|
'one' => q(fhranc na Guine), |
7358
|
|
|
|
|
|
|
'other' => q(franc na Guine), |
7359
|
|
|
|
|
|
|
'two' => q(fhranc na Guine), |
7360
|
|
|
|
|
|
|
}, |
7361
|
|
|
|
|
|
|
}, |
7362
|
|
|
|
|
|
|
'GNS' => { |
7363
|
|
|
|
|
|
|
symbol => 'GNS', |
7364
|
|
|
|
|
|
|
display_name => { |
7365
|
|
|
|
|
|
|
'currency' => q(Syli Guine), |
7366
|
|
|
|
|
|
|
'few' => q(Syli Guine), |
7367
|
|
|
|
|
|
|
'many' => q(Syli Guine), |
7368
|
|
|
|
|
|
|
'one' => q(Syli Guine), |
7369
|
|
|
|
|
|
|
'other' => q(Syli Guine), |
7370
|
|
|
|
|
|
|
'two' => q(Syli Guine), |
7371
|
|
|
|
|
|
|
}, |
7372
|
|
|
|
|
|
|
}, |
7373
|
|
|
|
|
|
|
'GQE' => { |
7374
|
|
|
|
|
|
|
symbol => 'GQE', |
7375
|
|
|
|
|
|
|
display_name => { |
7376
|
|
|
|
|
|
|
'currency' => q(Ekwele Guineana na Guine Meánchiorclaí), |
7377
|
|
|
|
|
|
|
'few' => q(Ekwele Guineana na Guine Meánchiorclaí), |
7378
|
|
|
|
|
|
|
'many' => q(Ekwele Guineana na Guine Meánchiorclaí), |
7379
|
|
|
|
|
|
|
'one' => q(Ekwele Guineana na Guine Meánchiorclaí), |
7380
|
|
|
|
|
|
|
'other' => q(Ekwele Guineana na Guine Meánchriosaí), |
7381
|
|
|
|
|
|
|
'two' => q(Ekwele Guineana na Guine Meánchiorclaí), |
7382
|
|
|
|
|
|
|
}, |
7383
|
|
|
|
|
|
|
}, |
7384
|
|
|
|
|
|
|
'GRD' => { |
7385
|
|
|
|
|
|
|
symbol => 'GRD', |
7386
|
|
|
|
|
|
|
display_name => { |
7387
|
|
|
|
|
|
|
'currency' => q(Drachma Gréagach), |
7388
|
|
|
|
|
|
|
'few' => q(Drachma Gréagach), |
7389
|
|
|
|
|
|
|
'many' => q(Drachma Gréagach), |
7390
|
|
|
|
|
|
|
'one' => q(Drachma Gréagach), |
7391
|
|
|
|
|
|
|
'other' => q(Drachma Gréagach), |
7392
|
|
|
|
|
|
|
'two' => q(Drachma Gréagach), |
7393
|
|
|
|
|
|
|
}, |
7394
|
|
|
|
|
|
|
}, |
7395
|
|
|
|
|
|
|
'GTQ' => { |
7396
|
|
|
|
|
|
|
symbol => 'GTQ', |
7397
|
|
|
|
|
|
|
display_name => { |
7398
|
|
|
|
|
|
|
'currency' => q(Quetzal Ghuatamala), |
7399
|
|
|
|
|
|
|
'few' => q(quetzal Ghuatamala), |
7400
|
|
|
|
|
|
|
'many' => q(quetzal Ghuatamala), |
7401
|
|
|
|
|
|
|
'one' => q(quetzal Ghuatamala), |
7402
|
|
|
|
|
|
|
'other' => q(quetzal Ghuatamala), |
7403
|
|
|
|
|
|
|
'two' => q(quetzal Ghuatamala), |
7404
|
|
|
|
|
|
|
}, |
7405
|
|
|
|
|
|
|
}, |
7406
|
|
|
|
|
|
|
'GWE' => { |
7407
|
|
|
|
|
|
|
symbol => 'GWE', |
7408
|
|
|
|
|
|
|
display_name => { |
7409
|
|
|
|
|
|
|
'currency' => q(Escudo na Guine Portaingéalaí), |
7410
|
|
|
|
|
|
|
'few' => q(Escudo na Guine Portaingéalaí), |
7411
|
|
|
|
|
|
|
'many' => q(Escudo na Guine Portaingéalaí), |
7412
|
|
|
|
|
|
|
'one' => q(Escudo na Guine Portaingéalaí), |
7413
|
|
|
|
|
|
|
'other' => q(Escudo na Guine Portaingéalaí), |
7414
|
|
|
|
|
|
|
'two' => q(Escudo na Guine Portaingéalaí), |
7415
|
|
|
|
|
|
|
}, |
7416
|
|
|
|
|
|
|
}, |
7417
|
|
|
|
|
|
|
'GWP' => { |
7418
|
|
|
|
|
|
|
symbol => 'GWP', |
7419
|
|
|
|
|
|
|
display_name => { |
7420
|
|
|
|
|
|
|
'currency' => q(Peso Guine-Bhissau), |
7421
|
|
|
|
|
|
|
'few' => q(Peso Guine-Bhissau), |
7422
|
|
|
|
|
|
|
'many' => q(Peso Guine-Bhissau), |
7423
|
|
|
|
|
|
|
'one' => q(Peso Guine-Bhissau), |
7424
|
|
|
|
|
|
|
'other' => q(Peso Guine-Bhissau), |
7425
|
|
|
|
|
|
|
'two' => q(Peso Guine-Bhissau), |
7426
|
|
|
|
|
|
|
}, |
7427
|
|
|
|
|
|
|
}, |
7428
|
|
|
|
|
|
|
'GYD' => { |
7429
|
|
|
|
|
|
|
symbol => 'GYD', |
7430
|
|
|
|
|
|
|
display_name => { |
7431
|
|
|
|
|
|
|
'currency' => q(Dollar na Guáine), |
7432
|
|
|
|
|
|
|
'few' => q(dhollar na Guáine), |
7433
|
|
|
|
|
|
|
'many' => q(ndollar na Guáine), |
7434
|
|
|
|
|
|
|
'one' => q(dollar na Guáine), |
7435
|
|
|
|
|
|
|
'other' => q(dollar na Guáine), |
7436
|
|
|
|
|
|
|
'two' => q(dhollar na Guáine), |
7437
|
|
|
|
|
|
|
}, |
7438
|
|
|
|
|
|
|
}, |
7439
|
|
|
|
|
|
|
'HKD' => { |
7440
|
|
|
|
|
|
|
symbol => 'HK$', |
7441
|
|
|
|
|
|
|
display_name => { |
7442
|
|
|
|
|
|
|
'currency' => q(Dollar Hong Cong), |
7443
|
|
|
|
|
|
|
'few' => q(dhollar Hong Cong), |
7444
|
|
|
|
|
|
|
'many' => q(ndollar Hong Cong), |
7445
|
|
|
|
|
|
|
'one' => q(dollar Hong Cong), |
7446
|
|
|
|
|
|
|
'other' => q(dollar Hong Cong), |
7447
|
|
|
|
|
|
|
'two' => q(dhollar Hong Cong), |
7448
|
|
|
|
|
|
|
}, |
7449
|
|
|
|
|
|
|
}, |
7450
|
|
|
|
|
|
|
'HNL' => { |
7451
|
|
|
|
|
|
|
symbol => 'HNL', |
7452
|
|
|
|
|
|
|
display_name => { |
7453
|
|
|
|
|
|
|
'currency' => q(Lempira Hondúras), |
7454
|
|
|
|
|
|
|
'few' => q(lempira Hondúras), |
7455
|
|
|
|
|
|
|
'many' => q(lempira Hondúras), |
7456
|
|
|
|
|
|
|
'one' => q(lempira Hondúras), |
7457
|
|
|
|
|
|
|
'other' => q(lempira Hondúras), |
7458
|
|
|
|
|
|
|
'two' => q(lempira Hondúras), |
7459
|
|
|
|
|
|
|
}, |
7460
|
|
|
|
|
|
|
}, |
7461
|
|
|
|
|
|
|
'HRD' => { |
7462
|
|
|
|
|
|
|
symbol => 'HRD', |
7463
|
|
|
|
|
|
|
display_name => { |
7464
|
|
|
|
|
|
|
'currency' => q(Dínear na Cróite), |
7465
|
|
|
|
|
|
|
'few' => q(Dínear na Cróite), |
7466
|
|
|
|
|
|
|
'many' => q(Dínear na Cróite), |
7467
|
|
|
|
|
|
|
'one' => q(Dínear na Cróite), |
7468
|
|
|
|
|
|
|
'other' => q(Dínear na Cróite), |
7469
|
|
|
|
|
|
|
'two' => q(Dínear na Cróite), |
7470
|
|
|
|
|
|
|
}, |
7471
|
|
|
|
|
|
|
}, |
7472
|
|
|
|
|
|
|
'HRK' => { |
7473
|
|
|
|
|
|
|
symbol => 'HRK', |
7474
|
|
|
|
|
|
|
display_name => { |
7475
|
|
|
|
|
|
|
'currency' => q(Kuna na Cróite), |
7476
|
|
|
|
|
|
|
'few' => q(kuna na Cróite), |
7477
|
|
|
|
|
|
|
'many' => q(kuna na Cróite), |
7478
|
|
|
|
|
|
|
'one' => q(kuna na Cróite), |
7479
|
|
|
|
|
|
|
'other' => q(kuna na Cróite), |
7480
|
|
|
|
|
|
|
'two' => q(kuna na Cróite), |
7481
|
|
|
|
|
|
|
}, |
7482
|
|
|
|
|
|
|
}, |
7483
|
|
|
|
|
|
|
'HTG' => { |
7484
|
|
|
|
|
|
|
symbol => 'HTG', |
7485
|
|
|
|
|
|
|
display_name => { |
7486
|
|
|
|
|
|
|
'currency' => q(Gourde Háítí), |
7487
|
|
|
|
|
|
|
'few' => q(ghourde Háítí), |
7488
|
|
|
|
|
|
|
'many' => q(ngourde Háítí), |
7489
|
|
|
|
|
|
|
'one' => q(ghourde Háítí), |
7490
|
|
|
|
|
|
|
'other' => q(gourde Háítí), |
7491
|
|
|
|
|
|
|
'two' => q(ghourde Háítí), |
7492
|
|
|
|
|
|
|
}, |
7493
|
|
|
|
|
|
|
}, |
7494
|
|
|
|
|
|
|
'HUF' => { |
7495
|
|
|
|
|
|
|
symbol => 'HUF', |
7496
|
|
|
|
|
|
|
display_name => { |
7497
|
|
|
|
|
|
|
'currency' => q(Forint na hUngáire), |
7498
|
|
|
|
|
|
|
'few' => q(fhorint na hUngáire), |
7499
|
|
|
|
|
|
|
'many' => q(bhforint na hUngáire), |
7500
|
|
|
|
|
|
|
'one' => q(fhorint na hUngáire), |
7501
|
|
|
|
|
|
|
'other' => q(forint na hUngáire), |
7502
|
|
|
|
|
|
|
'two' => q(fhorint na hUngáire), |
7503
|
|
|
|
|
|
|
}, |
7504
|
|
|
|
|
|
|
}, |
7505
|
|
|
|
|
|
|
'IDR' => { |
7506
|
|
|
|
|
|
|
symbol => 'IDR', |
7507
|
|
|
|
|
|
|
display_name => { |
7508
|
|
|
|
|
|
|
'currency' => q(Rupiah na hIndinéise), |
7509
|
|
|
|
|
|
|
'few' => q(rupiah na hIndinéise), |
7510
|
|
|
|
|
|
|
'many' => q(rupiah na hIndinéise), |
7511
|
|
|
|
|
|
|
'one' => q(rupiah na hIndinéise), |
7512
|
|
|
|
|
|
|
'other' => q(rupiah na hIndinéise), |
7513
|
|
|
|
|
|
|
'two' => q(rupiah na hIndinéise), |
7514
|
|
|
|
|
|
|
}, |
7515
|
|
|
|
|
|
|
}, |
7516
|
|
|
|
|
|
|
'IEP' => { |
7517
|
|
|
|
|
|
|
symbol => 'IEP', |
7518
|
|
|
|
|
|
|
display_name => { |
7519
|
|
|
|
|
|
|
'currency' => q(Punt Éireannach), |
7520
|
|
|
|
|
|
|
'few' => q(Punt Éireannach), |
7521
|
|
|
|
|
|
|
'many' => q(Punt Éireannach), |
7522
|
|
|
|
|
|
|
'one' => q(Punt Éireannach), |
7523
|
|
|
|
|
|
|
'other' => q(Punt Éireannach), |
7524
|
|
|
|
|
|
|
'two' => q(Punt Éireannach), |
7525
|
|
|
|
|
|
|
}, |
7526
|
|
|
|
|
|
|
}, |
7527
|
|
|
|
|
|
|
'ILP' => { |
7528
|
|
|
|
|
|
|
symbol => 'ILP', |
7529
|
|
|
|
|
|
|
display_name => { |
7530
|
|
|
|
|
|
|
'currency' => q(Punt Iosraelach), |
7531
|
|
|
|
|
|
|
'few' => q(Punt Iosraelach), |
7532
|
|
|
|
|
|
|
'many' => q(Punt Iosraelach), |
7533
|
|
|
|
|
|
|
'one' => q(Punt Iosraelach), |
7534
|
|
|
|
|
|
|
'other' => q(Punt Iosraelach), |
7535
|
|
|
|
|
|
|
'two' => q(Punt Iosraelach), |
7536
|
|
|
|
|
|
|
}, |
7537
|
|
|
|
|
|
|
}, |
7538
|
|
|
|
|
|
|
'ILS' => { |
7539
|
|
|
|
|
|
|
symbol => '₪', |
7540
|
|
|
|
|
|
|
display_name => { |
7541
|
|
|
|
|
|
|
'currency' => q(Seiceal Nua Iosrael), |
7542
|
|
|
|
|
|
|
'few' => q(sheiceal nua Iosrael), |
7543
|
|
|
|
|
|
|
'many' => q(seiceal nua Iosrael), |
7544
|
|
|
|
|
|
|
'one' => q(seiceal nua Iosrael), |
7545
|
|
|
|
|
|
|
'other' => q(seiceal nua Iosrael), |
7546
|
|
|
|
|
|
|
'two' => q(sheiceal nua Iosrael), |
7547
|
|
|
|
|
|
|
}, |
7548
|
|
|
|
|
|
|
}, |
7549
|
|
|
|
|
|
|
'INR' => { |
7550
|
|
|
|
|
|
|
symbol => '₹', |
7551
|
|
|
|
|
|
|
display_name => { |
7552
|
|
|
|
|
|
|
'currency' => q(Rúipí na hIndia), |
7553
|
|
|
|
|
|
|
'few' => q(rúipí na hIndia), |
7554
|
|
|
|
|
|
|
'many' => q(rúipí na hIndia), |
7555
|
|
|
|
|
|
|
'one' => q(rúipí na hIndia), |
7556
|
|
|
|
|
|
|
'other' => q(rúipí na hIndia), |
7557
|
|
|
|
|
|
|
'two' => q(rúipí na hIndia), |
7558
|
|
|
|
|
|
|
}, |
7559
|
|
|
|
|
|
|
}, |
7560
|
|
|
|
|
|
|
'IQD' => { |
7561
|
|
|
|
|
|
|
symbol => 'IQD', |
7562
|
|
|
|
|
|
|
display_name => { |
7563
|
|
|
|
|
|
|
'currency' => q(Dinar na hIaráice), |
7564
|
|
|
|
|
|
|
'few' => q(dhinar na hIaráice), |
7565
|
|
|
|
|
|
|
'many' => q(ndinar na hIaráice), |
7566
|
|
|
|
|
|
|
'one' => q(dinar na hIaráice), |
7567
|
|
|
|
|
|
|
'other' => q(dinar na hIaráice), |
7568
|
|
|
|
|
|
|
'two' => q(dhinar na hIaráice), |
7569
|
|
|
|
|
|
|
}, |
7570
|
|
|
|
|
|
|
}, |
7571
|
|
|
|
|
|
|
'IRR' => { |
7572
|
|
|
|
|
|
|
symbol => 'IRR', |
7573
|
|
|
|
|
|
|
display_name => { |
7574
|
|
|
|
|
|
|
'currency' => q(Rial na hIaráine), |
7575
|
|
|
|
|
|
|
'few' => q(rial na hIaráine), |
7576
|
|
|
|
|
|
|
'many' => q(rial na hIaráine), |
7577
|
|
|
|
|
|
|
'one' => q(rial na hIaráine), |
7578
|
|
|
|
|
|
|
'other' => q(rial na hIaráine), |
7579
|
|
|
|
|
|
|
'two' => q(rial na hIaráine), |
7580
|
|
|
|
|
|
|
}, |
7581
|
|
|
|
|
|
|
}, |
7582
|
|
|
|
|
|
|
'ISK' => { |
7583
|
|
|
|
|
|
|
symbol => 'ISK', |
7584
|
|
|
|
|
|
|
display_name => { |
7585
|
|
|
|
|
|
|
'currency' => q(Króna na hÍoslainne), |
7586
|
|
|
|
|
|
|
'few' => q(króna na hÍoslainne), |
7587
|
|
|
|
|
|
|
'many' => q(króna na hÍoslainne), |
7588
|
|
|
|
|
|
|
'one' => q(króna na hÍoslainne), |
7589
|
|
|
|
|
|
|
'other' => q(króna na hÍoslainne), |
7590
|
|
|
|
|
|
|
'two' => q(króna na hÍoslainne), |
7591
|
|
|
|
|
|
|
}, |
7592
|
|
|
|
|
|
|
}, |
7593
|
|
|
|
|
|
|
'ITL' => { |
7594
|
|
|
|
|
|
|
symbol => 'ITL', |
7595
|
|
|
|
|
|
|
display_name => { |
7596
|
|
|
|
|
|
|
'currency' => q(Lira na hIodáile), |
7597
|
|
|
|
|
|
|
'few' => q(lira na hIodáile), |
7598
|
|
|
|
|
|
|
'many' => q(lira na hIodáile), |
7599
|
|
|
|
|
|
|
'one' => q(lira na hIodáile), |
7600
|
|
|
|
|
|
|
'other' => q(lira na hIodáile), |
7601
|
|
|
|
|
|
|
'two' => q(lira na hIodáile), |
7602
|
|
|
|
|
|
|
}, |
7603
|
|
|
|
|
|
|
}, |
7604
|
|
|
|
|
|
|
'JMD' => { |
7605
|
|
|
|
|
|
|
symbol => 'JMD', |
7606
|
|
|
|
|
|
|
display_name => { |
7607
|
|
|
|
|
|
|
'currency' => q(Dollar na hIamáice), |
7608
|
|
|
|
|
|
|
'few' => q(dhollar na hIamáice), |
7609
|
|
|
|
|
|
|
'many' => q(ndollar na hIamáice), |
7610
|
|
|
|
|
|
|
'one' => q(dollar na hIamáice), |
7611
|
|
|
|
|
|
|
'other' => q(dollar na hIamáice), |
7612
|
|
|
|
|
|
|
'two' => q(dhollar na hIamáice), |
7613
|
|
|
|
|
|
|
}, |
7614
|
|
|
|
|
|
|
}, |
7615
|
|
|
|
|
|
|
'JOD' => { |
7616
|
|
|
|
|
|
|
symbol => 'JOD', |
7617
|
|
|
|
|
|
|
display_name => { |
7618
|
|
|
|
|
|
|
'currency' => q(Dinar na hIordáine), |
7619
|
|
|
|
|
|
|
'few' => q(dhinar na hIordáine), |
7620
|
|
|
|
|
|
|
'many' => q(ndinar na hIordáine), |
7621
|
|
|
|
|
|
|
'one' => q(dinar na hIordáine), |
7622
|
|
|
|
|
|
|
'other' => q(dinar na hIordáine), |
7623
|
|
|
|
|
|
|
'two' => q(dhinar na hIordáine), |
7624
|
|
|
|
|
|
|
}, |
7625
|
|
|
|
|
|
|
}, |
7626
|
|
|
|
|
|
|
'JPY' => { |
7627
|
|
|
|
|
|
|
symbol => '¥', |
7628
|
|
|
|
|
|
|
display_name => { |
7629
|
|
|
|
|
|
|
'currency' => q(Yen na Seapáine), |
7630
|
|
|
|
|
|
|
'few' => q(yen na Seapáine), |
7631
|
|
|
|
|
|
|
'many' => q(yen na Seapáine), |
7632
|
|
|
|
|
|
|
'one' => q(yen na Seapáine), |
7633
|
|
|
|
|
|
|
'other' => q(yen na Seapáine), |
7634
|
|
|
|
|
|
|
'two' => q(yen na Seapáine), |
7635
|
|
|
|
|
|
|
}, |
7636
|
|
|
|
|
|
|
}, |
7637
|
|
|
|
|
|
|
'KES' => { |
7638
|
|
|
|
|
|
|
symbol => 'KES', |
7639
|
|
|
|
|
|
|
display_name => { |
7640
|
|
|
|
|
|
|
'currency' => q(Scilling na Céinia), |
7641
|
|
|
|
|
|
|
'few' => q(scilling na Céinia), |
7642
|
|
|
|
|
|
|
'many' => q(scilling na Céinia), |
7643
|
|
|
|
|
|
|
'one' => q(scilling na Céinia), |
7644
|
|
|
|
|
|
|
'other' => q(scilling na Céinia), |
7645
|
|
|
|
|
|
|
'two' => q(scilling na Céinia), |
7646
|
|
|
|
|
|
|
}, |
7647
|
|
|
|
|
|
|
}, |
7648
|
|
|
|
|
|
|
'KGS' => { |
7649
|
|
|
|
|
|
|
symbol => 'KGS', |
7650
|
|
|
|
|
|
|
display_name => { |
7651
|
|
|
|
|
|
|
'currency' => q(Som na Cirgeastáine), |
7652
|
|
|
|
|
|
|
'few' => q(shom na Cirgeastáine), |
7653
|
|
|
|
|
|
|
'many' => q(som na Cirgeastáine), |
7654
|
|
|
|
|
|
|
'one' => q(som na Cirgeastáine), |
7655
|
|
|
|
|
|
|
'other' => q(som na Cirgeastáine), |
7656
|
|
|
|
|
|
|
'two' => q(shom na Cirgeastáine), |
7657
|
|
|
|
|
|
|
}, |
7658
|
|
|
|
|
|
|
}, |
7659
|
|
|
|
|
|
|
'KHR' => { |
7660
|
|
|
|
|
|
|
symbol => 'KHR', |
7661
|
|
|
|
|
|
|
display_name => { |
7662
|
|
|
|
|
|
|
'currency' => q(Riel na Cambóide), |
7663
|
|
|
|
|
|
|
'few' => q(riel na Cambóide), |
7664
|
|
|
|
|
|
|
'many' => q(riel na Cambóide), |
7665
|
|
|
|
|
|
|
'one' => q(riel na Cambóide), |
7666
|
|
|
|
|
|
|
'other' => q(riel na Cambóide), |
7667
|
|
|
|
|
|
|
'two' => q(riel na Cambóide), |
7668
|
|
|
|
|
|
|
}, |
7669
|
|
|
|
|
|
|
}, |
7670
|
|
|
|
|
|
|
'KMF' => { |
7671
|
|
|
|
|
|
|
symbol => 'KMF', |
7672
|
|
|
|
|
|
|
display_name => { |
7673
|
|
|
|
|
|
|
'currency' => q(Franc Oileáin Chomóra), |
7674
|
|
|
|
|
|
|
'few' => q(fhranc Oileáin Chomóra), |
7675
|
|
|
|
|
|
|
'many' => q(bhfranc Oileáin Chomóra), |
7676
|
|
|
|
|
|
|
'one' => q(fhranc Oileáin Chomóra), |
7677
|
|
|
|
|
|
|
'other' => q(franc Oileáin Chomóra), |
7678
|
|
|
|
|
|
|
'two' => q(fhranc Oileáin Chomóra), |
7679
|
|
|
|
|
|
|
}, |
7680
|
|
|
|
|
|
|
}, |
7681
|
|
|
|
|
|
|
'KPW' => { |
7682
|
|
|
|
|
|
|
symbol => 'KPW', |
7683
|
|
|
|
|
|
|
display_name => { |
7684
|
|
|
|
|
|
|
'currency' => q(Won na Cóiré Thuaidh), |
7685
|
|
|
|
|
|
|
'few' => q(won na Cóiré Thuaidh), |
7686
|
|
|
|
|
|
|
'many' => q(won na Cóiré Thuaidh), |
7687
|
|
|
|
|
|
|
'one' => q(won na Cóiré Thuaidh), |
7688
|
|
|
|
|
|
|
'other' => q(won na Cóiré Thuaidh), |
7689
|
|
|
|
|
|
|
'two' => q(won na Cóiré Thuaidh), |
7690
|
|
|
|
|
|
|
}, |
7691
|
|
|
|
|
|
|
}, |
7692
|
|
|
|
|
|
|
'KRH' => { |
7693
|
|
|
|
|
|
|
symbol => 'KRH', |
7694
|
|
|
|
|
|
|
}, |
7695
|
|
|
|
|
|
|
'KRO' => { |
7696
|
|
|
|
|
|
|
symbol => 'KRO', |
7697
|
|
|
|
|
|
|
}, |
7698
|
|
|
|
|
|
|
'KRW' => { |
7699
|
|
|
|
|
|
|
symbol => '₩', |
7700
|
|
|
|
|
|
|
display_name => { |
7701
|
|
|
|
|
|
|
'currency' => q(Won na Cóiré Theas), |
7702
|
|
|
|
|
|
|
'few' => q(won na Cóiré Theas), |
7703
|
|
|
|
|
|
|
'many' => q(won na Cóiré Theas), |
7704
|
|
|
|
|
|
|
'one' => q(won na Cóiré Theas), |
7705
|
|
|
|
|
|
|
'other' => q(won na Cóiré Theas), |
7706
|
|
|
|
|
|
|
'two' => q(won na Cóiré Theas), |
7707
|
|
|
|
|
|
|
}, |
7708
|
|
|
|
|
|
|
}, |
7709
|
|
|
|
|
|
|
'KWD' => { |
7710
|
|
|
|
|
|
|
symbol => 'KWD', |
7711
|
|
|
|
|
|
|
display_name => { |
7712
|
|
|
|
|
|
|
'currency' => q(Dinar Chuáit), |
7713
|
|
|
|
|
|
|
'few' => q(dhinar Chuáit), |
7714
|
|
|
|
|
|
|
'many' => q(ndinar Chuáit), |
7715
|
|
|
|
|
|
|
'one' => q(dinar Chuáit), |
7716
|
|
|
|
|
|
|
'other' => q(dinar Chuáit), |
7717
|
|
|
|
|
|
|
'two' => q(dhinar Chuáit), |
7718
|
|
|
|
|
|
|
}, |
7719
|
|
|
|
|
|
|
}, |
7720
|
|
|
|
|
|
|
'KYD' => { |
7721
|
|
|
|
|
|
|
symbol => 'KYD', |
7722
|
|
|
|
|
|
|
display_name => { |
7723
|
|
|
|
|
|
|
'currency' => q(Dollar Oileáin Cayman), |
7724
|
|
|
|
|
|
|
'few' => q(dhollar Oileáin Cayman), |
7725
|
|
|
|
|
|
|
'many' => q(ndollar Oileáin Cayman), |
7726
|
|
|
|
|
|
|
'one' => q(dollar Oileáin Cayman), |
7727
|
|
|
|
|
|
|
'other' => q(dollar Oileáin Cayman), |
7728
|
|
|
|
|
|
|
'two' => q(dhollar Oileáin Cayman), |
7729
|
|
|
|
|
|
|
}, |
7730
|
|
|
|
|
|
|
}, |
7731
|
|
|
|
|
|
|
'KZT' => { |
7732
|
|
|
|
|
|
|
symbol => 'KZT', |
7733
|
|
|
|
|
|
|
display_name => { |
7734
|
|
|
|
|
|
|
'currency' => q(Tenge na Casacstáine), |
7735
|
|
|
|
|
|
|
'few' => q(thenge na Casacstáine), |
7736
|
|
|
|
|
|
|
'many' => q(dtenge na Casacstáine), |
7737
|
|
|
|
|
|
|
'one' => q(tenge na Casacstáine), |
7738
|
|
|
|
|
|
|
'other' => q(tenge na Casacstáine), |
7739
|
|
|
|
|
|
|
'two' => q(thenge na Casacstáine), |
7740
|
|
|
|
|
|
|
}, |
7741
|
|
|
|
|
|
|
}, |
7742
|
|
|
|
|
|
|
'LAK' => { |
7743
|
|
|
|
|
|
|
symbol => 'LAK', |
7744
|
|
|
|
|
|
|
display_name => { |
7745
|
|
|
|
|
|
|
'currency' => q(Kip Laos), |
7746
|
|
|
|
|
|
|
'few' => q(kip Laos), |
7747
|
|
|
|
|
|
|
'many' => q(kip Laos), |
7748
|
|
|
|
|
|
|
'one' => q(kip Laos), |
7749
|
|
|
|
|
|
|
'other' => q(kip Laos), |
7750
|
|
|
|
|
|
|
'two' => q(kip Laos), |
7751
|
|
|
|
|
|
|
}, |
7752
|
|
|
|
|
|
|
}, |
7753
|
|
|
|
|
|
|
'LBP' => { |
7754
|
|
|
|
|
|
|
symbol => 'LBP', |
7755
|
|
|
|
|
|
|
display_name => { |
7756
|
|
|
|
|
|
|
'currency' => q(Punt na Liobáine), |
7757
|
|
|
|
|
|
|
'few' => q(phunt na Liobáine), |
7758
|
|
|
|
|
|
|
'many' => q(bpunt na Liobáine), |
7759
|
|
|
|
|
|
|
'one' => q(phunt na Liobáine), |
7760
|
|
|
|
|
|
|
'other' => q(punt na Liobáine), |
7761
|
|
|
|
|
|
|
'two' => q(phunt na Liobáine), |
7762
|
|
|
|
|
|
|
}, |
7763
|
|
|
|
|
|
|
}, |
7764
|
|
|
|
|
|
|
'LKR' => { |
7765
|
|
|
|
|
|
|
symbol => 'LKR', |
7766
|
|
|
|
|
|
|
display_name => { |
7767
|
|
|
|
|
|
|
'currency' => q(Rúipí Shrí Lanca), |
7768
|
|
|
|
|
|
|
'few' => q(rúipí Shrí Lanca), |
7769
|
|
|
|
|
|
|
'many' => q(rúipí Shrí Lanca), |
7770
|
|
|
|
|
|
|
'one' => q(rúipí Shrí Lanca), |
7771
|
|
|
|
|
|
|
'other' => q(rúipí Shrí Lanca), |
7772
|
|
|
|
|
|
|
'two' => q(rúipí Shrí Lanca), |
7773
|
|
|
|
|
|
|
}, |
7774
|
|
|
|
|
|
|
}, |
7775
|
|
|
|
|
|
|
'LRD' => { |
7776
|
|
|
|
|
|
|
symbol => 'LRD', |
7777
|
|
|
|
|
|
|
display_name => { |
7778
|
|
|
|
|
|
|
'currency' => q(Dollar na Libéire), |
7779
|
|
|
|
|
|
|
'few' => q(dhollar na Libéire), |
7780
|
|
|
|
|
|
|
'many' => q(ndollar na Libéire), |
7781
|
|
|
|
|
|
|
'one' => q(dollar na Libéire), |
7782
|
|
|
|
|
|
|
'other' => q(dollar na Libéire), |
7783
|
|
|
|
|
|
|
'two' => q(dhollar na Libéire), |
7784
|
|
|
|
|
|
|
}, |
7785
|
|
|
|
|
|
|
}, |
7786
|
|
|
|
|
|
|
'LSL' => { |
7787
|
|
|
|
|
|
|
symbol => 'LSL', |
7788
|
|
|
|
|
|
|
display_name => { |
7789
|
|
|
|
|
|
|
'currency' => q(Loti Leosóta), |
7790
|
|
|
|
|
|
|
'few' => q(Loti Leosóta), |
7791
|
|
|
|
|
|
|
'many' => q(Loti Leosóta), |
7792
|
|
|
|
|
|
|
'one' => q(Loti Leosóta), |
7793
|
|
|
|
|
|
|
'other' => q(Loti Leosóta), |
7794
|
|
|
|
|
|
|
'two' => q(Loti Leosóta), |
7795
|
|
|
|
|
|
|
}, |
7796
|
|
|
|
|
|
|
}, |
7797
|
|
|
|
|
|
|
'LTL' => { |
7798
|
|
|
|
|
|
|
symbol => 'LTL', |
7799
|
|
|
|
|
|
|
display_name => { |
7800
|
|
|
|
|
|
|
'currency' => q(Litas na Liotuáine), |
7801
|
|
|
|
|
|
|
'few' => q(litas na Liotuáine), |
7802
|
|
|
|
|
|
|
'many' => q(litas na Liotuáine), |
7803
|
|
|
|
|
|
|
'one' => q(litas na Liotuáine), |
7804
|
|
|
|
|
|
|
'other' => q(litas na Liotuáine), |
7805
|
|
|
|
|
|
|
'two' => q(litas na Liotuáine), |
7806
|
|
|
|
|
|
|
}, |
7807
|
|
|
|
|
|
|
}, |
7808
|
|
|
|
|
|
|
'LTT' => { |
7809
|
|
|
|
|
|
|
symbol => 'LTT', |
7810
|
|
|
|
|
|
|
display_name => { |
7811
|
|
|
|
|
|
|
'currency' => q(Talonas Liotuánach), |
7812
|
|
|
|
|
|
|
'few' => q(Talonas Liotuánach), |
7813
|
|
|
|
|
|
|
'many' => q(Talonas Liotuánach), |
7814
|
|
|
|
|
|
|
'one' => q(Talonas Liotuánach), |
7815
|
|
|
|
|
|
|
'other' => q(Talonas Liotuánach), |
7816
|
|
|
|
|
|
|
'two' => q(Talonas Liotuánach), |
7817
|
|
|
|
|
|
|
}, |
7818
|
|
|
|
|
|
|
}, |
7819
|
|
|
|
|
|
|
'LUC' => { |
7820
|
|
|
|
|
|
|
symbol => 'LUC', |
7821
|
|
|
|
|
|
|
display_name => { |
7822
|
|
|
|
|
|
|
'currency' => q(LUC), |
7823
|
|
|
|
|
|
|
'few' => q(LUC), |
7824
|
|
|
|
|
|
|
'many' => q(LUC), |
7825
|
|
|
|
|
|
|
'one' => q(LUC), |
7826
|
|
|
|
|
|
|
'other' => q(LUC), |
7827
|
|
|
|
|
|
|
'two' => q(LUC), |
7828
|
|
|
|
|
|
|
}, |
7829
|
|
|
|
|
|
|
}, |
7830
|
|
|
|
|
|
|
'LUF' => { |
7831
|
|
|
|
|
|
|
symbol => 'LUF', |
7832
|
|
|
|
|
|
|
display_name => { |
7833
|
|
|
|
|
|
|
'currency' => q(Franc Lucsamburg), |
7834
|
|
|
|
|
|
|
'few' => q(Franc Lucsamburg), |
7835
|
|
|
|
|
|
|
'many' => q(Franc Lucsamburg), |
7836
|
|
|
|
|
|
|
'one' => q(Franc Lucsamburg), |
7837
|
|
|
|
|
|
|
'other' => q(Franc Lucsamburg), |
7838
|
|
|
|
|
|
|
'two' => q(Franc Lucsamburg), |
7839
|
|
|
|
|
|
|
}, |
7840
|
|
|
|
|
|
|
}, |
7841
|
|
|
|
|
|
|
'LVL' => { |
7842
|
|
|
|
|
|
|
symbol => 'LVL', |
7843
|
|
|
|
|
|
|
display_name => { |
7844
|
|
|
|
|
|
|
'currency' => q(Lats na Laitvia), |
7845
|
|
|
|
|
|
|
'few' => q(lats na Laitvia), |
7846
|
|
|
|
|
|
|
'many' => q(lats na Laitvia), |
7847
|
|
|
|
|
|
|
'one' => q(lats na Laitvia), |
7848
|
|
|
|
|
|
|
'other' => q(lats na Laitvia), |
7849
|
|
|
|
|
|
|
'two' => q(lats na Laitvia), |
7850
|
|
|
|
|
|
|
}, |
7851
|
|
|
|
|
|
|
}, |
7852
|
|
|
|
|
|
|
'LVR' => { |
7853
|
|
|
|
|
|
|
symbol => 'LVR', |
7854
|
|
|
|
|
|
|
display_name => { |
7855
|
|
|
|
|
|
|
'currency' => q(LVR), |
7856
|
|
|
|
|
|
|
'few' => q(Rúbal Laitviach), |
7857
|
|
|
|
|
|
|
'many' => q(Rúbal Laitviach), |
7858
|
|
|
|
|
|
|
'one' => q(Rúbal Laitviach), |
7859
|
|
|
|
|
|
|
'other' => q(Rúbal Laitviach), |
7860
|
|
|
|
|
|
|
'two' => q(Rúbal Laitviach), |
7861
|
|
|
|
|
|
|
}, |
7862
|
|
|
|
|
|
|
}, |
7863
|
|
|
|
|
|
|
'LYD' => { |
7864
|
|
|
|
|
|
|
symbol => 'LYD', |
7865
|
|
|
|
|
|
|
display_name => { |
7866
|
|
|
|
|
|
|
'currency' => q(Dinar na Libia), |
7867
|
|
|
|
|
|
|
'few' => q(dhinar na Libia), |
7868
|
|
|
|
|
|
|
'many' => q(ndinar na Libia), |
7869
|
|
|
|
|
|
|
'one' => q(dinar na Libia), |
7870
|
|
|
|
|
|
|
'other' => q(dinar na Libia), |
7871
|
|
|
|
|
|
|
'two' => q(dhinar na Libia), |
7872
|
|
|
|
|
|
|
}, |
7873
|
|
|
|
|
|
|
}, |
7874
|
|
|
|
|
|
|
'MAD' => { |
7875
|
|
|
|
|
|
|
symbol => 'MAD', |
7876
|
|
|
|
|
|
|
display_name => { |
7877
|
|
|
|
|
|
|
'currency' => q(Dirham Mharacó), |
7878
|
|
|
|
|
|
|
'few' => q(dhirham Mharacó), |
7879
|
|
|
|
|
|
|
'many' => q(ndirham Mharacó), |
7880
|
|
|
|
|
|
|
'one' => q(dirham Mharacó), |
7881
|
|
|
|
|
|
|
'other' => q(dirham Mharacó), |
7882
|
|
|
|
|
|
|
'two' => q(dhirham Mharacó), |
7883
|
|
|
|
|
|
|
}, |
7884
|
|
|
|
|
|
|
}, |
7885
|
|
|
|
|
|
|
'MAF' => { |
7886
|
|
|
|
|
|
|
symbol => 'MAF', |
7887
|
|
|
|
|
|
|
display_name => { |
7888
|
|
|
|
|
|
|
'currency' => q(Franc Mharacó), |
7889
|
|
|
|
|
|
|
'few' => q(fhranc Mharacó), |
7890
|
|
|
|
|
|
|
'many' => q(bhfranc Mharacó), |
7891
|
|
|
|
|
|
|
'one' => q(fhranc Mharacó), |
7892
|
|
|
|
|
|
|
'other' => q(franc Mharacó), |
7893
|
|
|
|
|
|
|
'two' => q(fhranc Mharacó), |
7894
|
|
|
|
|
|
|
}, |
7895
|
|
|
|
|
|
|
}, |
7896
|
|
|
|
|
|
|
'MDL' => { |
7897
|
|
|
|
|
|
|
symbol => 'MDL', |
7898
|
|
|
|
|
|
|
display_name => { |
7899
|
|
|
|
|
|
|
'currency' => q(Leu na Moldóive), |
7900
|
|
|
|
|
|
|
'few' => q(leu na Moldóive), |
7901
|
|
|
|
|
|
|
'many' => q(leu na Moldóive), |
7902
|
|
|
|
|
|
|
'one' => q(leu na Moldóive), |
7903
|
|
|
|
|
|
|
'other' => q(leu na Moldóive), |
7904
|
|
|
|
|
|
|
'two' => q(leu na Moldóive), |
7905
|
|
|
|
|
|
|
}, |
7906
|
|
|
|
|
|
|
}, |
7907
|
|
|
|
|
|
|
'MGA' => { |
7908
|
|
|
|
|
|
|
symbol => 'MGA', |
7909
|
|
|
|
|
|
|
display_name => { |
7910
|
|
|
|
|
|
|
'currency' => q(Ariary Mhadagascar), |
7911
|
|
|
|
|
|
|
'few' => q(ariary Mhadagascar), |
7912
|
|
|
|
|
|
|
'many' => q(n-ariary Mhadagascar), |
7913
|
|
|
|
|
|
|
'one' => q(ariary Mhadagascar), |
7914
|
|
|
|
|
|
|
'other' => q(ariary Mhadagascar), |
7915
|
|
|
|
|
|
|
'two' => q(ariary Mhadagascar), |
7916
|
|
|
|
|
|
|
}, |
7917
|
|
|
|
|
|
|
}, |
7918
|
|
|
|
|
|
|
'MGF' => { |
7919
|
|
|
|
|
|
|
symbol => 'MGF', |
7920
|
|
|
|
|
|
|
display_name => { |
7921
|
|
|
|
|
|
|
'currency' => q(Franc Madagascar), |
7922
|
|
|
|
|
|
|
'few' => q(Franc Madagascar), |
7923
|
|
|
|
|
|
|
'many' => q(Franc Madagascar), |
7924
|
|
|
|
|
|
|
'one' => q(Franc Madagascar), |
7925
|
|
|
|
|
|
|
'other' => q(Franc Madagascar), |
7926
|
|
|
|
|
|
|
'two' => q(Franc Madagascar), |
7927
|
|
|
|
|
|
|
}, |
7928
|
|
|
|
|
|
|
}, |
7929
|
|
|
|
|
|
|
'MKD' => { |
7930
|
|
|
|
|
|
|
symbol => 'MKD', |
7931
|
|
|
|
|
|
|
display_name => { |
7932
|
|
|
|
|
|
|
'currency' => q(Denar na Macadóine), |
7933
|
|
|
|
|
|
|
'few' => q(dhenar na Macadóine), |
7934
|
|
|
|
|
|
|
'many' => q(ndenar na Macadóine), |
7935
|
|
|
|
|
|
|
'one' => q(denar na Macadóine), |
7936
|
|
|
|
|
|
|
'other' => q(denar na Macadóine), |
7937
|
|
|
|
|
|
|
'two' => q(dhenar na Macadóine), |
7938
|
|
|
|
|
|
|
}, |
7939
|
|
|
|
|
|
|
}, |
7940
|
|
|
|
|
|
|
'MKN' => { |
7941
|
|
|
|
|
|
|
symbol => 'MKN', |
7942
|
|
|
|
|
|
|
}, |
7943
|
|
|
|
|
|
|
'MLF' => { |
7944
|
|
|
|
|
|
|
symbol => 'MLF', |
7945
|
|
|
|
|
|
|
display_name => { |
7946
|
|
|
|
|
|
|
'currency' => q(Franc Mhailí), |
7947
|
|
|
|
|
|
|
'few' => q(Franc Mhailí), |
7948
|
|
|
|
|
|
|
'many' => q(Franc Mhailí), |
7949
|
|
|
|
|
|
|
'one' => q(Franc Mhailí), |
7950
|
|
|
|
|
|
|
'other' => q(Franc Mhailí), |
7951
|
|
|
|
|
|
|
'two' => q(Franc Mhailí), |
7952
|
|
|
|
|
|
|
}, |
7953
|
|
|
|
|
|
|
}, |
7954
|
|
|
|
|
|
|
'MMK' => { |
7955
|
|
|
|
|
|
|
symbol => 'MMK', |
7956
|
|
|
|
|
|
|
display_name => { |
7957
|
|
|
|
|
|
|
'currency' => q(Kyat Mhaenmar), |
7958
|
|
|
|
|
|
|
'few' => q(kyat Mhaenmar), |
7959
|
|
|
|
|
|
|
'many' => q(kyat Mhaenmar), |
7960
|
|
|
|
|
|
|
'one' => q(kyat Mhaenmar), |
7961
|
|
|
|
|
|
|
'other' => q(kyat Mhaenmar), |
7962
|
|
|
|
|
|
|
'two' => q(kyat Mhaenmar), |
7963
|
|
|
|
|
|
|
}, |
7964
|
|
|
|
|
|
|
}, |
7965
|
|
|
|
|
|
|
'MNT' => { |
7966
|
|
|
|
|
|
|
symbol => 'MNT', |
7967
|
|
|
|
|
|
|
display_name => { |
7968
|
|
|
|
|
|
|
'currency' => q(Tugrik na Mongóile), |
7969
|
|
|
|
|
|
|
'few' => q(thugrik na Mongóile), |
7970
|
|
|
|
|
|
|
'many' => q(dtugrik na Mongóile), |
7971
|
|
|
|
|
|
|
'one' => q(tugrik na Mongóile), |
7972
|
|
|
|
|
|
|
'other' => q(tugrik na Mongóile), |
7973
|
|
|
|
|
|
|
'two' => q(thugrik na Mongóile), |
7974
|
|
|
|
|
|
|
}, |
7975
|
|
|
|
|
|
|
}, |
7976
|
|
|
|
|
|
|
'MOP' => { |
7977
|
|
|
|
|
|
|
symbol => 'MOP', |
7978
|
|
|
|
|
|
|
display_name => { |
7979
|
|
|
|
|
|
|
'currency' => q(Pataca Mhacao), |
7980
|
|
|
|
|
|
|
'few' => q(phataca Mhacao), |
7981
|
|
|
|
|
|
|
'many' => q(bpataca Mhacao), |
7982
|
|
|
|
|
|
|
'one' => q(phataca Mhacao), |
7983
|
|
|
|
|
|
|
'other' => q(pataca Mhacao), |
7984
|
|
|
|
|
|
|
'two' => q(phataca Mhacao), |
7985
|
|
|
|
|
|
|
}, |
7986
|
|
|
|
|
|
|
}, |
7987
|
|
|
|
|
|
|
'MRO' => { |
7988
|
|
|
|
|
|
|
symbol => 'MRO', |
7989
|
|
|
|
|
|
|
display_name => { |
7990
|
|
|
|
|
|
|
'currency' => q(Ouguiya na Máratáine \(1973–2017\)), |
7991
|
|
|
|
|
|
|
'few' => q(ouguiya na Máratáine \(1973–2017\)), |
7992
|
|
|
|
|
|
|
'many' => q(n-ouguiya na Máratáine \(1973–2017\)), |
7993
|
|
|
|
|
|
|
'one' => q(ouguiya na Máratáine \(1973–2017\)), |
7994
|
|
|
|
|
|
|
'other' => q(ouguiya na Máratáine \(1973–2017\)), |
7995
|
|
|
|
|
|
|
'two' => q(ouguiya na Máratáine \(1973–2017\)), |
7996
|
|
|
|
|
|
|
}, |
7997
|
|
|
|
|
|
|
}, |
7998
|
|
|
|
|
|
|
'MRU' => { |
7999
|
|
|
|
|
|
|
display_name => { |
8000
|
|
|
|
|
|
|
'currency' => q(Ouguiya na Máratáine), |
8001
|
|
|
|
|
|
|
'few' => q(ouguiya na Máratáine), |
8002
|
|
|
|
|
|
|
'many' => q(n-ouguiya na Máratáine), |
8003
|
|
|
|
|
|
|
'one' => q(ouguiya na Máratáine), |
8004
|
|
|
|
|
|
|
'other' => q(ouguiya na Máratáine), |
8005
|
|
|
|
|
|
|
'two' => q(ouguiya na Máratáine), |
8006
|
|
|
|
|
|
|
}, |
8007
|
|
|
|
|
|
|
}, |
8008
|
|
|
|
|
|
|
'MTL' => { |
8009
|
|
|
|
|
|
|
symbol => 'MTL', |
8010
|
|
|
|
|
|
|
display_name => { |
8011
|
|
|
|
|
|
|
'currency' => q(Lira Mhálta), |
8012
|
|
|
|
|
|
|
'few' => q(lira Mhálta), |
8013
|
|
|
|
|
|
|
'many' => q(lira Mhálta), |
8014
|
|
|
|
|
|
|
'one' => q(lira Mhálta), |
8015
|
|
|
|
|
|
|
'other' => q(lira Mhálta), |
8016
|
|
|
|
|
|
|
'two' => q(lira Mhálta), |
8017
|
|
|
|
|
|
|
}, |
8018
|
|
|
|
|
|
|
}, |
8019
|
|
|
|
|
|
|
'MTP' => { |
8020
|
|
|
|
|
|
|
symbol => 'MTP', |
8021
|
|
|
|
|
|
|
display_name => { |
8022
|
|
|
|
|
|
|
'currency' => q(Punt Mhálta), |
8023
|
|
|
|
|
|
|
'few' => q(phunt Mhálta), |
8024
|
|
|
|
|
|
|
'many' => q(bpunt Mhálta), |
8025
|
|
|
|
|
|
|
'one' => q(phunt Mhálta), |
8026
|
|
|
|
|
|
|
'other' => q(punt Mhálta), |
8027
|
|
|
|
|
|
|
'two' => q(phunt Mhálta), |
8028
|
|
|
|
|
|
|
}, |
8029
|
|
|
|
|
|
|
}, |
8030
|
|
|
|
|
|
|
'MUR' => { |
8031
|
|
|
|
|
|
|
symbol => 'MUR', |
8032
|
|
|
|
|
|
|
display_name => { |
8033
|
|
|
|
|
|
|
'currency' => q(Rúipí Oileán Mhuirís), |
8034
|
|
|
|
|
|
|
'few' => q(rúipí Oileán Mhuirís), |
8035
|
|
|
|
|
|
|
'many' => q(rúipí Oileán Mhuirís), |
8036
|
|
|
|
|
|
|
'one' => q(rúipí Oileán Mhuirís), |
8037
|
|
|
|
|
|
|
'other' => q(rúipí Oileán Mhuirís), |
8038
|
|
|
|
|
|
|
'two' => q(rúipí Oileán Mhuirís), |
8039
|
|
|
|
|
|
|
}, |
8040
|
|
|
|
|
|
|
}, |
8041
|
|
|
|
|
|
|
'MVP' => { |
8042
|
|
|
|
|
|
|
symbol => 'MVP', |
8043
|
|
|
|
|
|
|
display_name => { |
8044
|
|
|
|
|
|
|
'currency' => q(Rúipí Oileáin Mhaildíve), |
8045
|
|
|
|
|
|
|
'few' => q(rúipí Oileáin Mhaildíve), |
8046
|
|
|
|
|
|
|
'many' => q(rúipí Oileáin Mhaildíve), |
8047
|
|
|
|
|
|
|
'one' => q(rúipí Oileáin Mhaildíve), |
8048
|
|
|
|
|
|
|
'other' => q(rúipí Oileáin Mhaildíve), |
8049
|
|
|
|
|
|
|
'two' => q(rúipí Oileáin Mhaildíve), |
8050
|
|
|
|
|
|
|
}, |
8051
|
|
|
|
|
|
|
}, |
8052
|
|
|
|
|
|
|
'MVR' => { |
8053
|
|
|
|
|
|
|
symbol => 'MVR', |
8054
|
|
|
|
|
|
|
display_name => { |
8055
|
|
|
|
|
|
|
'currency' => q(Rufiyaa Oileáin Mhaildíve), |
8056
|
|
|
|
|
|
|
'few' => q(rufiyaa Oileáin Mhaildíve), |
8057
|
|
|
|
|
|
|
'many' => q(rufiyaa Oileáin Mhaildíve), |
8058
|
|
|
|
|
|
|
'one' => q(rufiyaa Oileáin Mhaildíve), |
8059
|
|
|
|
|
|
|
'other' => q(rufiyaa Oileáin Mhaildíve), |
8060
|
|
|
|
|
|
|
'two' => q(rufiyaa Oileáin Mhaildíve), |
8061
|
|
|
|
|
|
|
}, |
8062
|
|
|
|
|
|
|
}, |
8063
|
|
|
|
|
|
|
'MWK' => { |
8064
|
|
|
|
|
|
|
symbol => 'MWK', |
8065
|
|
|
|
|
|
|
display_name => { |
8066
|
|
|
|
|
|
|
'currency' => q(Kwacha na Maláive), |
8067
|
|
|
|
|
|
|
'few' => q(kwacha na Maláive), |
8068
|
|
|
|
|
|
|
'many' => q(kwacha na Maláive), |
8069
|
|
|
|
|
|
|
'one' => q(kwacha na Maláive), |
8070
|
|
|
|
|
|
|
'other' => q(kwacha na Maláive), |
8071
|
|
|
|
|
|
|
'two' => q(kwacha na Maláive), |
8072
|
|
|
|
|
|
|
}, |
8073
|
|
|
|
|
|
|
}, |
8074
|
|
|
|
|
|
|
'MXN' => { |
8075
|
|
|
|
|
|
|
symbol => 'MX$', |
8076
|
|
|
|
|
|
|
display_name => { |
8077
|
|
|
|
|
|
|
'currency' => q(Peso Mheicsiceo), |
8078
|
|
|
|
|
|
|
'few' => q(pheso Mheicsiceo), |
8079
|
|
|
|
|
|
|
'many' => q(bpeso Mheicsiceo), |
8080
|
|
|
|
|
|
|
'one' => q(pheso Mheicsiceo), |
8081
|
|
|
|
|
|
|
'other' => q(peso Mheicsiceo), |
8082
|
|
|
|
|
|
|
'two' => q(pheso Mheicsiceo), |
8083
|
|
|
|
|
|
|
}, |
8084
|
|
|
|
|
|
|
}, |
8085
|
|
|
|
|
|
|
'MXP' => { |
8086
|
|
|
|
|
|
|
symbol => 'MXP', |
8087
|
|
|
|
|
|
|
display_name => { |
8088
|
|
|
|
|
|
|
'currency' => q(Peso Airgid Mheicsiceo \(1861–1992\)), |
8089
|
|
|
|
|
|
|
'few' => q(pheso airgid Mheicsiceo \(1861–1992\)), |
8090
|
|
|
|
|
|
|
'many' => q(bpeso airgid Mheicsiceo \(1861–1992\)), |
8091
|
|
|
|
|
|
|
'one' => q(pheso airgid Mheicsiceo \(1861–1992\)), |
8092
|
|
|
|
|
|
|
'other' => q(peso airgid Mheicsiceo \(1861–1992\)), |
8093
|
|
|
|
|
|
|
'two' => q(pheso airgid Mheicsiceo \(1861–1992\)), |
8094
|
|
|
|
|
|
|
}, |
8095
|
|
|
|
|
|
|
}, |
8096
|
|
|
|
|
|
|
'MXV' => { |
8097
|
|
|
|
|
|
|
symbol => 'MXV', |
8098
|
|
|
|
|
|
|
display_name => { |
8099
|
|
|
|
|
|
|
'currency' => q(MXV), |
8100
|
|
|
|
|
|
|
'few' => q(Unidad de Inversion \(UDI\) Meicsiceo), |
8101
|
|
|
|
|
|
|
'many' => q(Unidad de Inversion \(UDI\) Meicsiceo), |
8102
|
|
|
|
|
|
|
'one' => q(Unidad de Inversion \(UDI\) Meicsiceo), |
8103
|
|
|
|
|
|
|
'other' => q(Unidad de Inversion \(UDI\) Meicsiceo), |
8104
|
|
|
|
|
|
|
'two' => q(Unidad de Inversion \(UDI\) Meicsiceo), |
8105
|
|
|
|
|
|
|
}, |
8106
|
|
|
|
|
|
|
}, |
8107
|
|
|
|
|
|
|
'MYR' => { |
8108
|
|
|
|
|
|
|
symbol => 'MYR', |
8109
|
|
|
|
|
|
|
display_name => { |
8110
|
|
|
|
|
|
|
'currency' => q(Ringgit na Malaeisia), |
8111
|
|
|
|
|
|
|
'few' => q(ringgit na Malaeisia), |
8112
|
|
|
|
|
|
|
'many' => q(ringgit na Malaeisia), |
8113
|
|
|
|
|
|
|
'one' => q(ringgit na Malaeisia), |
8114
|
|
|
|
|
|
|
'other' => q(ringgit na Malaeisia), |
8115
|
|
|
|
|
|
|
'two' => q(ringgit na Malaeisia), |
8116
|
|
|
|
|
|
|
}, |
8117
|
|
|
|
|
|
|
}, |
8118
|
|
|
|
|
|
|
'MZE' => { |
8119
|
|
|
|
|
|
|
symbol => 'MZE', |
8120
|
|
|
|
|
|
|
display_name => { |
8121
|
|
|
|
|
|
|
'currency' => q(Escudo Mósaimbíce), |
8122
|
|
|
|
|
|
|
'few' => q(Escudo Mósaimbíce), |
8123
|
|
|
|
|
|
|
'many' => q(Escudo Mósaimbíce), |
8124
|
|
|
|
|
|
|
'one' => q(Escudo Mósaimbíce), |
8125
|
|
|
|
|
|
|
'other' => q(Escudo Mósaimbíce), |
8126
|
|
|
|
|
|
|
'two' => q(Escudo Mósaimbíce), |
8127
|
|
|
|
|
|
|
}, |
8128
|
|
|
|
|
|
|
}, |
8129
|
|
|
|
|
|
|
'MZM' => { |
8130
|
|
|
|
|
|
|
symbol => 'MZM', |
8131
|
|
|
|
|
|
|
display_name => { |
8132
|
|
|
|
|
|
|
'currency' => q(Metical Mósaimbíce), |
8133
|
|
|
|
|
|
|
'few' => q(Metical Mósaimbíce), |
8134
|
|
|
|
|
|
|
'many' => q(Metical Mósaimbíce), |
8135
|
|
|
|
|
|
|
'one' => q(Metical Mósaimbíce), |
8136
|
|
|
|
|
|
|
'other' => q(Metical Mósaimbíce), |
8137
|
|
|
|
|
|
|
'two' => q(Metical Mósaimbíce), |
8138
|
|
|
|
|
|
|
}, |
8139
|
|
|
|
|
|
|
}, |
8140
|
|
|
|
|
|
|
'MZN' => { |
8141
|
|
|
|
|
|
|
symbol => 'MZN', |
8142
|
|
|
|
|
|
|
display_name => { |
8143
|
|
|
|
|
|
|
'currency' => q(Metical Mhósaimbíc), |
8144
|
|
|
|
|
|
|
'few' => q(mhetical Mhósaimbíc), |
8145
|
|
|
|
|
|
|
'many' => q(metical Mhósaimbíc), |
8146
|
|
|
|
|
|
|
'one' => q(mhetical Mhósaimbíc), |
8147
|
|
|
|
|
|
|
'other' => q(metical Mhósaimbíc), |
8148
|
|
|
|
|
|
|
'two' => q(mhetical Mhósaimbíc), |
8149
|
|
|
|
|
|
|
}, |
8150
|
|
|
|
|
|
|
}, |
8151
|
|
|
|
|
|
|
'NAD' => { |
8152
|
|
|
|
|
|
|
symbol => 'NAD', |
8153
|
|
|
|
|
|
|
display_name => { |
8154
|
|
|
|
|
|
|
'currency' => q(Dollar na Namaibe), |
8155
|
|
|
|
|
|
|
'few' => q(dhollar na Namaibe), |
8156
|
|
|
|
|
|
|
'many' => q(ndollar na Namaibe), |
8157
|
|
|
|
|
|
|
'one' => q(dollar na Namaibe), |
8158
|
|
|
|
|
|
|
'other' => q(dollar na Namaibe), |
8159
|
|
|
|
|
|
|
'two' => q(dhollar na Namaibe), |
8160
|
|
|
|
|
|
|
}, |
8161
|
|
|
|
|
|
|
}, |
8162
|
|
|
|
|
|
|
'NGN' => { |
8163
|
|
|
|
|
|
|
symbol => 'NGN', |
8164
|
|
|
|
|
|
|
display_name => { |
8165
|
|
|
|
|
|
|
'currency' => q(Naira na Nigéire), |
8166
|
|
|
|
|
|
|
'few' => q(naira na Nigéire), |
8167
|
|
|
|
|
|
|
'many' => q(naira na Nigéire), |
8168
|
|
|
|
|
|
|
'one' => q(naira na Nigéire), |
8169
|
|
|
|
|
|
|
'other' => q(naira na Nigéire), |
8170
|
|
|
|
|
|
|
'two' => q(naira na Nigéire), |
8171
|
|
|
|
|
|
|
}, |
8172
|
|
|
|
|
|
|
}, |
8173
|
|
|
|
|
|
|
'NIC' => { |
8174
|
|
|
|
|
|
|
symbol => 'NIC', |
8175
|
|
|
|
|
|
|
display_name => { |
8176
|
|
|
|
|
|
|
'currency' => q(Córdoba Nicearagua \(1988–1991\)), |
8177
|
|
|
|
|
|
|
'few' => q(chórdoba Nicearagua \(1988–1991\)), |
8178
|
|
|
|
|
|
|
'many' => q(gcórdoba Nicearagua \(1988–1991\)), |
8179
|
|
|
|
|
|
|
'one' => q(chórdoba Nicearagua \(1988–1991\)), |
8180
|
|
|
|
|
|
|
'other' => q(córdoba Nicearagua \(1988–1991\)), |
8181
|
|
|
|
|
|
|
'two' => q(chórdoba Nicearagua \(1988–1991\)), |
8182
|
|
|
|
|
|
|
}, |
8183
|
|
|
|
|
|
|
}, |
8184
|
|
|
|
|
|
|
'NIO' => { |
8185
|
|
|
|
|
|
|
symbol => 'NIO', |
8186
|
|
|
|
|
|
|
display_name => { |
8187
|
|
|
|
|
|
|
'currency' => q(Córdoba Nicearagua), |
8188
|
|
|
|
|
|
|
'few' => q(chórdoba Nicearagua), |
8189
|
|
|
|
|
|
|
'many' => q(gcórdoba Nicearagua), |
8190
|
|
|
|
|
|
|
'one' => q(chórdoba Nicearagua), |
8191
|
|
|
|
|
|
|
'other' => q(córdoba Nicearagua), |
8192
|
|
|
|
|
|
|
'two' => q(chórdoba Nicearagua), |
8193
|
|
|
|
|
|
|
}, |
8194
|
|
|
|
|
|
|
}, |
8195
|
|
|
|
|
|
|
'NLG' => { |
8196
|
|
|
|
|
|
|
symbol => 'NLG', |
8197
|
|
|
|
|
|
|
display_name => { |
8198
|
|
|
|
|
|
|
'currency' => q(Guilder Ísiltíreach), |
8199
|
|
|
|
|
|
|
'few' => q(Guilder Ísiltíreach), |
8200
|
|
|
|
|
|
|
'many' => q(Guilder Ísiltíreach), |
8201
|
|
|
|
|
|
|
'one' => q(Guilder Ísiltíreach), |
8202
|
|
|
|
|
|
|
'other' => q(Guilder Ísiltíreach), |
8203
|
|
|
|
|
|
|
'two' => q(Guilder Ísiltíreach), |
8204
|
|
|
|
|
|
|
}, |
8205
|
|
|
|
|
|
|
}, |
8206
|
|
|
|
|
|
|
'NOK' => { |
8207
|
|
|
|
|
|
|
symbol => 'NOK', |
8208
|
|
|
|
|
|
|
display_name => { |
8209
|
|
|
|
|
|
|
'currency' => q(Coróin na hIorua), |
8210
|
|
|
|
|
|
|
'few' => q(choróin na hIorua), |
8211
|
|
|
|
|
|
|
'many' => q(gcoróin na hIorua), |
8212
|
|
|
|
|
|
|
'one' => q(choróin na hIorua), |
8213
|
|
|
|
|
|
|
'other' => q(coróin na hIorua), |
8214
|
|
|
|
|
|
|
'two' => q(choróin na hIorua), |
8215
|
|
|
|
|
|
|
}, |
8216
|
|
|
|
|
|
|
}, |
8217
|
|
|
|
|
|
|
'NPR' => { |
8218
|
|
|
|
|
|
|
symbol => 'NPR', |
8219
|
|
|
|
|
|
|
display_name => { |
8220
|
|
|
|
|
|
|
'currency' => q(Rúipí Neipeal), |
8221
|
|
|
|
|
|
|
'few' => q(rúipí Neipeal), |
8222
|
|
|
|
|
|
|
'many' => q(rúipí Neipeal), |
8223
|
|
|
|
|
|
|
'one' => q(rúipí Neipeal), |
8224
|
|
|
|
|
|
|
'other' => q(rúipí Neipeal), |
8225
|
|
|
|
|
|
|
'two' => q(rúipí Neipeal), |
8226
|
|
|
|
|
|
|
}, |
8227
|
|
|
|
|
|
|
}, |
8228
|
|
|
|
|
|
|
'NZD' => { |
8229
|
|
|
|
|
|
|
symbol => 'NZ$', |
8230
|
|
|
|
|
|
|
display_name => { |
8231
|
|
|
|
|
|
|
'currency' => q(Dollar na Nua-Shéalainne), |
8232
|
|
|
|
|
|
|
'few' => q(dhollar na Nua-Shéalainne), |
8233
|
|
|
|
|
|
|
'many' => q(ndollar na Nua-Shéalainne), |
8234
|
|
|
|
|
|
|
'one' => q(dollar na Nua-Shéalainne), |
8235
|
|
|
|
|
|
|
'other' => q(dollar na Nua-Shéalainne), |
8236
|
|
|
|
|
|
|
'two' => q(dhollar na Nua-Shéalainne), |
8237
|
|
|
|
|
|
|
}, |
8238
|
|
|
|
|
|
|
}, |
8239
|
|
|
|
|
|
|
'OMR' => { |
8240
|
|
|
|
|
|
|
symbol => 'OMR', |
8241
|
|
|
|
|
|
|
display_name => { |
8242
|
|
|
|
|
|
|
'currency' => q(Rial Óman), |
8243
|
|
|
|
|
|
|
'few' => q(rial Óman), |
8244
|
|
|
|
|
|
|
'many' => q(rial Óman), |
8245
|
|
|
|
|
|
|
'one' => q(rial Óman), |
8246
|
|
|
|
|
|
|
'other' => q(rial Óman), |
8247
|
|
|
|
|
|
|
'two' => q(rial Óman), |
8248
|
|
|
|
|
|
|
}, |
8249
|
|
|
|
|
|
|
}, |
8250
|
|
|
|
|
|
|
'PAB' => { |
8251
|
|
|
|
|
|
|
symbol => 'PAB', |
8252
|
|
|
|
|
|
|
display_name => { |
8253
|
|
|
|
|
|
|
'currency' => q(Balboa Phanama), |
8254
|
|
|
|
|
|
|
'few' => q(bhalboa Phanama), |
8255
|
|
|
|
|
|
|
'many' => q(mbalboa Phanama), |
8256
|
|
|
|
|
|
|
'one' => q(bhalboa Phanama), |
8257
|
|
|
|
|
|
|
'other' => q(balboa Phanama), |
8258
|
|
|
|
|
|
|
'two' => q(bhalboa Phanama), |
8259
|
|
|
|
|
|
|
}, |
8260
|
|
|
|
|
|
|
}, |
8261
|
|
|
|
|
|
|
'PEI' => { |
8262
|
|
|
|
|
|
|
symbol => 'PEI', |
8263
|
|
|
|
|
|
|
display_name => { |
8264
|
|
|
|
|
|
|
'currency' => q(Inti Pheiriú), |
8265
|
|
|
|
|
|
|
'few' => q(Inti Pheiriú), |
8266
|
|
|
|
|
|
|
'many' => q(Inti Pheiriú), |
8267
|
|
|
|
|
|
|
'one' => q(Inti Pheiriú), |
8268
|
|
|
|
|
|
|
'other' => q(Inti Pheiriú), |
8269
|
|
|
|
|
|
|
'two' => q(Inti Pheiriú), |
8270
|
|
|
|
|
|
|
}, |
8271
|
|
|
|
|
|
|
}, |
8272
|
|
|
|
|
|
|
'PEN' => { |
8273
|
|
|
|
|
|
|
symbol => 'PEN', |
8274
|
|
|
|
|
|
|
display_name => { |
8275
|
|
|
|
|
|
|
'currency' => q(Sol Pheiriú), |
8276
|
|
|
|
|
|
|
'few' => q(sol Pheiriú), |
8277
|
|
|
|
|
|
|
'many' => q(sol Pheiriú), |
8278
|
|
|
|
|
|
|
'one' => q(sol Pheiriú), |
8279
|
|
|
|
|
|
|
'other' => q(Sol Pheiriú), |
8280
|
|
|
|
|
|
|
'two' => q(shol Pheiriú), |
8281
|
|
|
|
|
|
|
}, |
8282
|
|
|
|
|
|
|
}, |
8283
|
|
|
|
|
|
|
'PES' => { |
8284
|
|
|
|
|
|
|
symbol => 'PES', |
8285
|
|
|
|
|
|
|
display_name => { |
8286
|
|
|
|
|
|
|
'currency' => q(Sol Pheiriú \(1863–1965\)), |
8287
|
|
|
|
|
|
|
'few' => q(shol Pheiriú \(1863–1965\)), |
8288
|
|
|
|
|
|
|
'many' => q(sol Pheiriú \(1863–1965\)), |
8289
|
|
|
|
|
|
|
'one' => q(sol Pheiriú \(1863–1965\)), |
8290
|
|
|
|
|
|
|
'other' => q(sol Pheiriú \(1863–1965\)), |
8291
|
|
|
|
|
|
|
'two' => q(shol Pheiriú \(1863–1965\)), |
8292
|
|
|
|
|
|
|
}, |
8293
|
|
|
|
|
|
|
}, |
8294
|
|
|
|
|
|
|
'PGK' => { |
8295
|
|
|
|
|
|
|
symbol => 'PGK', |
8296
|
|
|
|
|
|
|
display_name => { |
8297
|
|
|
|
|
|
|
'currency' => q(Kina Nua-Ghuine Phapua), |
8298
|
|
|
|
|
|
|
'few' => q(kina Nua-Ghuine Phapua), |
8299
|
|
|
|
|
|
|
'many' => q(kina Nua-Ghuine Phapua), |
8300
|
|
|
|
|
|
|
'one' => q(kina Nua-Ghuine Phapua), |
8301
|
|
|
|
|
|
|
'other' => q(kina Nua-Ghuine Phapua), |
8302
|
|
|
|
|
|
|
'two' => q(kina Nua-Ghuine Phapua), |
8303
|
|
|
|
|
|
|
}, |
8304
|
|
|
|
|
|
|
}, |
8305
|
|
|
|
|
|
|
'PHP' => { |
8306
|
|
|
|
|
|
|
symbol => 'PHP', |
8307
|
|
|
|
|
|
|
display_name => { |
8308
|
|
|
|
|
|
|
'currency' => q(Peso na nOileán Filipíneach), |
8309
|
|
|
|
|
|
|
'few' => q(pheso na nOileán Filipíneach), |
8310
|
|
|
|
|
|
|
'many' => q(bpeso na nOileán Filipíneach), |
8311
|
|
|
|
|
|
|
'one' => q(pheso na nOileán Filipíneach), |
8312
|
|
|
|
|
|
|
'other' => q(peso na nOileán Filipíneach), |
8313
|
|
|
|
|
|
|
'two' => q(pheso na nOileán Filipíneach), |
8314
|
|
|
|
|
|
|
}, |
8315
|
|
|
|
|
|
|
}, |
8316
|
|
|
|
|
|
|
'PKR' => { |
8317
|
|
|
|
|
|
|
symbol => 'PKR', |
8318
|
|
|
|
|
|
|
display_name => { |
8319
|
|
|
|
|
|
|
'currency' => q(Rúipí na Pacastáine), |
8320
|
|
|
|
|
|
|
'few' => q(rúipí na Pacastáine), |
8321
|
|
|
|
|
|
|
'many' => q(rúipí na Pacastáine), |
8322
|
|
|
|
|
|
|
'one' => q(rúipí na Pacastáine), |
8323
|
|
|
|
|
|
|
'other' => q(rúipí na Pacastáine), |
8324
|
|
|
|
|
|
|
'two' => q(rúipí na Pacastáine), |
8325
|
|
|
|
|
|
|
}, |
8326
|
|
|
|
|
|
|
}, |
8327
|
|
|
|
|
|
|
'PLN' => { |
8328
|
|
|
|
|
|
|
symbol => 'PLN', |
8329
|
|
|
|
|
|
|
display_name => { |
8330
|
|
|
|
|
|
|
'currency' => q(Zloty na Polainne), |
8331
|
|
|
|
|
|
|
'few' => q(zloty na Polainne), |
8332
|
|
|
|
|
|
|
'many' => q(zloty na Polainne), |
8333
|
|
|
|
|
|
|
'one' => q(zloty na Polainne), |
8334
|
|
|
|
|
|
|
'other' => q(zloty na Polainne), |
8335
|
|
|
|
|
|
|
'two' => q(zloty na Polainne), |
8336
|
|
|
|
|
|
|
}, |
8337
|
|
|
|
|
|
|
}, |
8338
|
|
|
|
|
|
|
'PLZ' => { |
8339
|
|
|
|
|
|
|
symbol => 'PLZ', |
8340
|
|
|
|
|
|
|
display_name => { |
8341
|
|
|
|
|
|
|
'currency' => q(Zloty Polannach \(1950–1995\)), |
8342
|
|
|
|
|
|
|
'few' => q(Zloty Polannach \(1950–1995\)), |
8343
|
|
|
|
|
|
|
'many' => q(Zloty Polannach \(1950–1995\)), |
8344
|
|
|
|
|
|
|
'one' => q(Zloty Polannach \(1950–1995\)), |
8345
|
|
|
|
|
|
|
'other' => q(Zloty Polannach \(1950–1995\)), |
8346
|
|
|
|
|
|
|
'two' => q(Zloty Polannach \(1950–1995\)), |
8347
|
|
|
|
|
|
|
}, |
8348
|
|
|
|
|
|
|
}, |
8349
|
|
|
|
|
|
|
'PTE' => { |
8350
|
|
|
|
|
|
|
symbol => 'PTE', |
8351
|
|
|
|
|
|
|
display_name => { |
8352
|
|
|
|
|
|
|
'currency' => q(Escudo na Portaingéile), |
8353
|
|
|
|
|
|
|
'few' => q(escudo na Portaingéile), |
8354
|
|
|
|
|
|
|
'many' => q(n-escudo na Portaingéile), |
8355
|
|
|
|
|
|
|
'one' => q(escudo na Portaingéile), |
8356
|
|
|
|
|
|
|
'other' => q(escudo na Portaingéile), |
8357
|
|
|
|
|
|
|
'two' => q(escudo na Portaingéile), |
8358
|
|
|
|
|
|
|
}, |
8359
|
|
|
|
|
|
|
}, |
8360
|
|
|
|
|
|
|
'PYG' => { |
8361
|
|
|
|
|
|
|
symbol => 'PYG', |
8362
|
|
|
|
|
|
|
display_name => { |
8363
|
|
|
|
|
|
|
'currency' => q(Guaraní Pharagua), |
8364
|
|
|
|
|
|
|
'few' => q(ghuaraní Pharagua), |
8365
|
|
|
|
|
|
|
'many' => q(nguaraní Pharagua), |
8366
|
|
|
|
|
|
|
'one' => q(ghuaraní Pharagua), |
8367
|
|
|
|
|
|
|
'other' => q(guaraní Pharagua), |
8368
|
|
|
|
|
|
|
'two' => q(ghuaraní Pharagua), |
8369
|
|
|
|
|
|
|
}, |
8370
|
|
|
|
|
|
|
}, |
8371
|
|
|
|
|
|
|
'QAR' => { |
8372
|
|
|
|
|
|
|
symbol => 'QAR', |
8373
|
|
|
|
|
|
|
display_name => { |
8374
|
|
|
|
|
|
|
'currency' => q(Riyal Chatar), |
8375
|
|
|
|
|
|
|
'few' => q(riyal Chatar), |
8376
|
|
|
|
|
|
|
'many' => q(riyal Chatar), |
8377
|
|
|
|
|
|
|
'one' => q(riyal Chatar), |
8378
|
|
|
|
|
|
|
'other' => q(riyal Chatar), |
8379
|
|
|
|
|
|
|
'two' => q(riyal Chatar), |
8380
|
|
|
|
|
|
|
}, |
8381
|
|
|
|
|
|
|
}, |
8382
|
|
|
|
|
|
|
'ROL' => { |
8383
|
|
|
|
|
|
|
symbol => 'ROL', |
8384
|
|
|
|
|
|
|
display_name => { |
8385
|
|
|
|
|
|
|
'currency' => q(Leu na Rómáine \(1952–2006\)), |
8386
|
|
|
|
|
|
|
'few' => q(leu na Rómáine \(1952–2006\)), |
8387
|
|
|
|
|
|
|
'many' => q(leu na Rómáine \(1952–2006\)), |
8388
|
|
|
|
|
|
|
'one' => q(leu na Rómáine \(1952–2006\)), |
8389
|
|
|
|
|
|
|
'other' => q(leu na Rómáine \(1952–2006\)), |
8390
|
|
|
|
|
|
|
'two' => q(leu na Rómáine \(1952–2006\)), |
8391
|
|
|
|
|
|
|
}, |
8392
|
|
|
|
|
|
|
}, |
8393
|
|
|
|
|
|
|
'RON' => { |
8394
|
|
|
|
|
|
|
symbol => 'RON', |
8395
|
|
|
|
|
|
|
display_name => { |
8396
|
|
|
|
|
|
|
'currency' => q(Leu na Rómáine), |
8397
|
|
|
|
|
|
|
'few' => q(leu na Rómáine), |
8398
|
|
|
|
|
|
|
'many' => q(leu na Rómáine), |
8399
|
|
|
|
|
|
|
'one' => q(leu na Rómáine), |
8400
|
|
|
|
|
|
|
'other' => q(leu na Rómáine), |
8401
|
|
|
|
|
|
|
'two' => q(leu na Rómáine), |
8402
|
|
|
|
|
|
|
}, |
8403
|
|
|
|
|
|
|
}, |
8404
|
|
|
|
|
|
|
'RSD' => { |
8405
|
|
|
|
|
|
|
symbol => 'RSD', |
8406
|
|
|
|
|
|
|
display_name => { |
8407
|
|
|
|
|
|
|
'currency' => q(Dinar na Seirbia), |
8408
|
|
|
|
|
|
|
'few' => q(dhinar na Seirbia), |
8409
|
|
|
|
|
|
|
'many' => q(ndinar na Seirbia), |
8410
|
|
|
|
|
|
|
'one' => q(dinar na Seirbia), |
8411
|
|
|
|
|
|
|
'other' => q(dinar na Seirbia), |
8412
|
|
|
|
|
|
|
'two' => q(dhinar na Seirbia), |
8413
|
|
|
|
|
|
|
}, |
8414
|
|
|
|
|
|
|
}, |
8415
|
|
|
|
|
|
|
'RUB' => { |
8416
|
|
|
|
|
|
|
symbol => 'RUB', |
8417
|
|
|
|
|
|
|
display_name => { |
8418
|
|
|
|
|
|
|
'currency' => q(Rúbal na Rúise), |
8419
|
|
|
|
|
|
|
'few' => q(rúbal na Rúise), |
8420
|
|
|
|
|
|
|
'many' => q(rúbal na Rúise), |
8421
|
|
|
|
|
|
|
'one' => q(rúbal na Rúise), |
8422
|
|
|
|
|
|
|
'other' => q(rúbal na Rúise), |
8423
|
|
|
|
|
|
|
'two' => q(rúbal na Rúise), |
8424
|
|
|
|
|
|
|
}, |
8425
|
|
|
|
|
|
|
}, |
8426
|
|
|
|
|
|
|
'RUR' => { |
8427
|
|
|
|
|
|
|
symbol => 'RUR', |
8428
|
|
|
|
|
|
|
display_name => { |
8429
|
|
|
|
|
|
|
'currency' => q(Rúbal na Rúise \(1991–1998\)), |
8430
|
|
|
|
|
|
|
'few' => q(rúbal na Rúise \(1991–1998\)), |
8431
|
|
|
|
|
|
|
'many' => q(rúbal na Rúise \(1991–1998\)), |
8432
|
|
|
|
|
|
|
'one' => q(rúbal na Rúise \(1991–1998\)), |
8433
|
|
|
|
|
|
|
'other' => q(rúbal na Rúise \(1991–1998\)), |
8434
|
|
|
|
|
|
|
'two' => q(rúbal na Rúise \(1991–1998\)), |
8435
|
|
|
|
|
|
|
}, |
8436
|
|
|
|
|
|
|
}, |
8437
|
|
|
|
|
|
|
'RWF' => { |
8438
|
|
|
|
|
|
|
symbol => 'RWF', |
8439
|
|
|
|
|
|
|
display_name => { |
8440
|
|
|
|
|
|
|
'currency' => q(Franc Ruanda), |
8441
|
|
|
|
|
|
|
'few' => q(fhranc Ruanda), |
8442
|
|
|
|
|
|
|
'many' => q(bhfranc Ruanda), |
8443
|
|
|
|
|
|
|
'one' => q(fhranc Ruanda), |
8444
|
|
|
|
|
|
|
'other' => q(franc Ruanda), |
8445
|
|
|
|
|
|
|
'two' => q(fhranc Ruanda), |
8446
|
|
|
|
|
|
|
}, |
8447
|
|
|
|
|
|
|
}, |
8448
|
|
|
|
|
|
|
'SAR' => { |
8449
|
|
|
|
|
|
|
symbol => 'SAR', |
8450
|
|
|
|
|
|
|
display_name => { |
8451
|
|
|
|
|
|
|
'currency' => q(Riyal na hAraibe Sádaí), |
8452
|
|
|
|
|
|
|
'few' => q(riyal na hAraibe Sádaí), |
8453
|
|
|
|
|
|
|
'many' => q(riyal na hAraibe Sádaí), |
8454
|
|
|
|
|
|
|
'one' => q(riyal na hAraibe Sádaí), |
8455
|
|
|
|
|
|
|
'other' => q(riyal na hAraibe Sádaí), |
8456
|
|
|
|
|
|
|
'two' => q(riyal na hAraibe Sádaí), |
8457
|
|
|
|
|
|
|
}, |
8458
|
|
|
|
|
|
|
}, |
8459
|
|
|
|
|
|
|
'SBD' => { |
8460
|
|
|
|
|
|
|
symbol => 'SBD', |
8461
|
|
|
|
|
|
|
display_name => { |
8462
|
|
|
|
|
|
|
'currency' => q(Dollar Oileáin Sholomón), |
8463
|
|
|
|
|
|
|
'few' => q(dhollar Oileáin Sholomón), |
8464
|
|
|
|
|
|
|
'many' => q(ndollar Oileáin Sholomón), |
8465
|
|
|
|
|
|
|
'one' => q(dollar Oileáin Sholomón), |
8466
|
|
|
|
|
|
|
'other' => q(dollar Oileáin Sholomón), |
8467
|
|
|
|
|
|
|
'two' => q(dhollar Oileáin Sholomón), |
8468
|
|
|
|
|
|
|
}, |
8469
|
|
|
|
|
|
|
}, |
8470
|
|
|
|
|
|
|
'SCR' => { |
8471
|
|
|
|
|
|
|
symbol => 'SCR', |
8472
|
|
|
|
|
|
|
display_name => { |
8473
|
|
|
|
|
|
|
'currency' => q(Rúipí na Séiséal), |
8474
|
|
|
|
|
|
|
'few' => q(rúipí na Séiséal), |
8475
|
|
|
|
|
|
|
'many' => q(rúipí na Séiséal), |
8476
|
|
|
|
|
|
|
'one' => q(rúipí na Séiséal), |
8477
|
|
|
|
|
|
|
'other' => q(rúipí na Séiséal), |
8478
|
|
|
|
|
|
|
'two' => q(rúipí na Séiséal), |
8479
|
|
|
|
|
|
|
}, |
8480
|
|
|
|
|
|
|
}, |
8481
|
|
|
|
|
|
|
'SDD' => { |
8482
|
|
|
|
|
|
|
symbol => 'SDD', |
8483
|
|
|
|
|
|
|
display_name => { |
8484
|
|
|
|
|
|
|
'currency' => q(Dinar na Súdáine \(1992–2007\)), |
8485
|
|
|
|
|
|
|
'few' => q(dhinar na Súdáine \(1992–2007\)), |
8486
|
|
|
|
|
|
|
'many' => q(ndinar na Súdáine \(1992–2007\)), |
8487
|
|
|
|
|
|
|
'one' => q(dinar na Súdáine \(1992–2007\)), |
8488
|
|
|
|
|
|
|
'other' => q(dinar na Súdáine \(1992–2007\)), |
8489
|
|
|
|
|
|
|
'two' => q(dhinar na Súdáine \(1992–2007\)), |
8490
|
|
|
|
|
|
|
}, |
8491
|
|
|
|
|
|
|
}, |
8492
|
|
|
|
|
|
|
'SDG' => { |
8493
|
|
|
|
|
|
|
symbol => 'SDG', |
8494
|
|
|
|
|
|
|
display_name => { |
8495
|
|
|
|
|
|
|
'currency' => q(Punt na Súdáine), |
8496
|
|
|
|
|
|
|
'few' => q(phunt na Súdáine), |
8497
|
|
|
|
|
|
|
'many' => q(bpunt na Súdáine), |
8498
|
|
|
|
|
|
|
'one' => q(phunt na Súdáine), |
8499
|
|
|
|
|
|
|
'other' => q(punt na Súdáine), |
8500
|
|
|
|
|
|
|
'two' => q(phunt na Súdáine), |
8501
|
|
|
|
|
|
|
}, |
8502
|
|
|
|
|
|
|
}, |
8503
|
|
|
|
|
|
|
'SDP' => { |
8504
|
|
|
|
|
|
|
symbol => 'SDP', |
8505
|
|
|
|
|
|
|
display_name => { |
8506
|
|
|
|
|
|
|
'currency' => q(Punt na Súdáine \(1957–1998\)), |
8507
|
|
|
|
|
|
|
'few' => q(phunt na Súdáine \(1957–1998\)), |
8508
|
|
|
|
|
|
|
'many' => q(bpunt na Súdáine \(1957–1998\)), |
8509
|
|
|
|
|
|
|
'one' => q(phunt na Súdáine \(1957–1998\)), |
8510
|
|
|
|
|
|
|
'other' => q(punt na Súdáine \(1957–1998\)), |
8511
|
|
|
|
|
|
|
'two' => q(phunt na Súdáine \(1957–1998\)), |
8512
|
|
|
|
|
|
|
}, |
8513
|
|
|
|
|
|
|
}, |
8514
|
|
|
|
|
|
|
'SEK' => { |
8515
|
|
|
|
|
|
|
symbol => 'SEK', |
8516
|
|
|
|
|
|
|
display_name => { |
8517
|
|
|
|
|
|
|
'currency' => q(Coróin na Sualainne), |
8518
|
|
|
|
|
|
|
'few' => q(choróin na Sualainne), |
8519
|
|
|
|
|
|
|
'many' => q(gcoróin na Sualainne), |
8520
|
|
|
|
|
|
|
'one' => q(choróin na Sualainne), |
8521
|
|
|
|
|
|
|
'other' => q(coróin na Sualainne), |
8522
|
|
|
|
|
|
|
'two' => q(choróin na Sualainne), |
8523
|
|
|
|
|
|
|
}, |
8524
|
|
|
|
|
|
|
}, |
8525
|
|
|
|
|
|
|
'SGD' => { |
8526
|
|
|
|
|
|
|
symbol => 'SGD', |
8527
|
|
|
|
|
|
|
display_name => { |
8528
|
|
|
|
|
|
|
'currency' => q(Dollar Shingeapór), |
8529
|
|
|
|
|
|
|
'few' => q(dhollar Shingeapór), |
8530
|
|
|
|
|
|
|
'many' => q(ndollar Shingeapór), |
8531
|
|
|
|
|
|
|
'one' => q(dollar Shingeapór), |
8532
|
|
|
|
|
|
|
'other' => q(dollar Shingeapór), |
8533
|
|
|
|
|
|
|
'two' => q(dhollar Shingeapór), |
8534
|
|
|
|
|
|
|
}, |
8535
|
|
|
|
|
|
|
}, |
8536
|
|
|
|
|
|
|
'SHP' => { |
8537
|
|
|
|
|
|
|
symbol => 'SHP', |
8538
|
|
|
|
|
|
|
display_name => { |
8539
|
|
|
|
|
|
|
'currency' => q(Punt San Héilin), |
8540
|
|
|
|
|
|
|
'few' => q(phunt San Héilin), |
8541
|
|
|
|
|
|
|
'many' => q(bpunt San Héilin), |
8542
|
|
|
|
|
|
|
'one' => q(phunt San Héilin), |
8543
|
|
|
|
|
|
|
'other' => q(punt San Héilin), |
8544
|
|
|
|
|
|
|
'two' => q(phunt San Héilin), |
8545
|
|
|
|
|
|
|
}, |
8546
|
|
|
|
|
|
|
}, |
8547
|
|
|
|
|
|
|
'SIT' => { |
8548
|
|
|
|
|
|
|
symbol => 'SIT', |
8549
|
|
|
|
|
|
|
display_name => { |
8550
|
|
|
|
|
|
|
'currency' => q(Tolar na Slóivéine), |
8551
|
|
|
|
|
|
|
'few' => q(tholar na Slóivéine), |
8552
|
|
|
|
|
|
|
'many' => q(dtolar na Slóivéine), |
8553
|
|
|
|
|
|
|
'one' => q(tolar na Slóivéine), |
8554
|
|
|
|
|
|
|
'other' => q(tolar na Slóivéine), |
8555
|
|
|
|
|
|
|
'two' => q(tholar na Slóivéine), |
8556
|
|
|
|
|
|
|
}, |
8557
|
|
|
|
|
|
|
}, |
8558
|
|
|
|
|
|
|
'SKK' => { |
8559
|
|
|
|
|
|
|
symbol => 'SKK', |
8560
|
|
|
|
|
|
|
display_name => { |
8561
|
|
|
|
|
|
|
'currency' => q(Koruna na Slóvaice), |
8562
|
|
|
|
|
|
|
'few' => q(koruna na Slóvaice), |
8563
|
|
|
|
|
|
|
'many' => q(koruna na Slóvaice), |
8564
|
|
|
|
|
|
|
'one' => q(koruna na Slóvaice), |
8565
|
|
|
|
|
|
|
'other' => q(koruna na Slóvaice), |
8566
|
|
|
|
|
|
|
'two' => q(koruna na Slóvaice), |
8567
|
|
|
|
|
|
|
}, |
8568
|
|
|
|
|
|
|
}, |
8569
|
|
|
|
|
|
|
'SLL' => { |
8570
|
|
|
|
|
|
|
symbol => 'SLL', |
8571
|
|
|
|
|
|
|
display_name => { |
8572
|
|
|
|
|
|
|
'currency' => q(Leone Shiarra Leon), |
8573
|
|
|
|
|
|
|
'few' => q(leone Shiarra Leon), |
8574
|
|
|
|
|
|
|
'many' => q(leone Shiarra Leon), |
8575
|
|
|
|
|
|
|
'one' => q(leone Shiarra Leon), |
8576
|
|
|
|
|
|
|
'other' => q(leone Shiarra Leon), |
8577
|
|
|
|
|
|
|
'two' => q(leone Shiarra Leon), |
8578
|
|
|
|
|
|
|
}, |
8579
|
|
|
|
|
|
|
}, |
8580
|
|
|
|
|
|
|
'SOS' => { |
8581
|
|
|
|
|
|
|
symbol => 'SOS', |
8582
|
|
|
|
|
|
|
display_name => { |
8583
|
|
|
|
|
|
|
'currency' => q(Scilling na Somáile), |
8584
|
|
|
|
|
|
|
'few' => q(scilling na Somáile), |
8585
|
|
|
|
|
|
|
'many' => q(scilling na Somáile), |
8586
|
|
|
|
|
|
|
'one' => q(scilling na Somáile), |
8587
|
|
|
|
|
|
|
'other' => q(scilling na Somáile), |
8588
|
|
|
|
|
|
|
'two' => q(scilling na Somáile), |
8589
|
|
|
|
|
|
|
}, |
8590
|
|
|
|
|
|
|
}, |
8591
|
|
|
|
|
|
|
'SRD' => { |
8592
|
|
|
|
|
|
|
symbol => 'SRD', |
8593
|
|
|
|
|
|
|
display_name => { |
8594
|
|
|
|
|
|
|
'currency' => q(Dollar Shuranam), |
8595
|
|
|
|
|
|
|
'few' => q(dhollar Shuranam), |
8596
|
|
|
|
|
|
|
'many' => q(ndollar Shuranam), |
8597
|
|
|
|
|
|
|
'one' => q(dollar Shuranam), |
8598
|
|
|
|
|
|
|
'other' => q(dollar Shuranam), |
8599
|
|
|
|
|
|
|
'two' => q(dhollar Shuranam), |
8600
|
|
|
|
|
|
|
}, |
8601
|
|
|
|
|
|
|
}, |
8602
|
|
|
|
|
|
|
'SRG' => { |
8603
|
|
|
|
|
|
|
symbol => 'SRG', |
8604
|
|
|
|
|
|
|
display_name => { |
8605
|
|
|
|
|
|
|
'currency' => q(Gildear Shuranam), |
8606
|
|
|
|
|
|
|
'few' => q(ghildear Shuranam), |
8607
|
|
|
|
|
|
|
'many' => q(ngildear Shuranam), |
8608
|
|
|
|
|
|
|
'one' => q(ghildear Shuranam), |
8609
|
|
|
|
|
|
|
'other' => q(gildear Shuranam), |
8610
|
|
|
|
|
|
|
'two' => q(ghildear Shuranam), |
8611
|
|
|
|
|
|
|
}, |
8612
|
|
|
|
|
|
|
}, |
8613
|
|
|
|
|
|
|
'SSP' => { |
8614
|
|
|
|
|
|
|
symbol => 'SSP', |
8615
|
|
|
|
|
|
|
display_name => { |
8616
|
|
|
|
|
|
|
'currency' => q(Punt na Súdáine Theas), |
8617
|
|
|
|
|
|
|
'few' => q(phunt na Súdáine Theas), |
8618
|
|
|
|
|
|
|
'many' => q(bpunt na Súdáine Theas), |
8619
|
|
|
|
|
|
|
'one' => q(phunt na Súdáine Theas), |
8620
|
|
|
|
|
|
|
'other' => q(punt na Súdáine Theas), |
8621
|
|
|
|
|
|
|
'two' => q(phunt na Súdáine Theas), |
8622
|
|
|
|
|
|
|
}, |
8623
|
|
|
|
|
|
|
}, |
8624
|
|
|
|
|
|
|
'STD' => { |
8625
|
|
|
|
|
|
|
symbol => 'STD', |
8626
|
|
|
|
|
|
|
display_name => { |
8627
|
|
|
|
|
|
|
'currency' => q(Dobra São Tomé agus Príncipe \(1977–2017\)), |
8628
|
|
|
|
|
|
|
'few' => q(dhobra São Tomé agus Príncipe \(1977–2017\)), |
8629
|
|
|
|
|
|
|
'many' => q(ndobra São Tomé agus Príncipe \(1977–2017\)), |
8630
|
|
|
|
|
|
|
'one' => q(dobra São Tomé agus Príncipe \(1977–2017\)), |
8631
|
|
|
|
|
|
|
'other' => q(dobra São Tomé agus Príncipe \(1977–2017\)), |
8632
|
|
|
|
|
|
|
'two' => q(dhobra São Tomé agus Príncipe \(1977–2017\)), |
8633
|
|
|
|
|
|
|
}, |
8634
|
|
|
|
|
|
|
}, |
8635
|
|
|
|
|
|
|
'STN' => { |
8636
|
|
|
|
|
|
|
symbol => 'Db', |
8637
|
|
|
|
|
|
|
display_name => { |
8638
|
|
|
|
|
|
|
'currency' => q(Dobra São Tomé agus Príncipe), |
8639
|
|
|
|
|
|
|
'few' => q(dhobra São Tomé agus Príncipe), |
8640
|
|
|
|
|
|
|
'many' => q(ndobra São Tomé agus Príncipe), |
8641
|
|
|
|
|
|
|
'one' => q(dobra São Tomé agus Príncipe), |
8642
|
|
|
|
|
|
|
'other' => q(dobra São Tomé agus Príncipe), |
8643
|
|
|
|
|
|
|
'two' => q(dhobra São Tomé agus Príncipe), |
8644
|
|
|
|
|
|
|
}, |
8645
|
|
|
|
|
|
|
}, |
8646
|
|
|
|
|
|
|
'SUR' => { |
8647
|
|
|
|
|
|
|
symbol => 'SUR', |
8648
|
|
|
|
|
|
|
display_name => { |
8649
|
|
|
|
|
|
|
'currency' => q(Rúbal an Aontais Shóivéadaigh), |
8650
|
|
|
|
|
|
|
'few' => q(rúbal an Aontais Shóivéadaigh), |
8651
|
|
|
|
|
|
|
'many' => q(rúbal an Aontais Shóivéadaigh), |
8652
|
|
|
|
|
|
|
'one' => q(rúbal an Aontais Shóivéadaigh), |
8653
|
|
|
|
|
|
|
'other' => q(rúbal an Aontais Shóivéadaigh), |
8654
|
|
|
|
|
|
|
'two' => q(rúbal an Aontais Shóivéadaigh), |
8655
|
|
|
|
|
|
|
}, |
8656
|
|
|
|
|
|
|
}, |
8657
|
|
|
|
|
|
|
'SVC' => { |
8658
|
|
|
|
|
|
|
symbol => 'SVC', |
8659
|
|
|
|
|
|
|
display_name => { |
8660
|
|
|
|
|
|
|
'currency' => q(Colón na Salvadóire), |
8661
|
|
|
|
|
|
|
'few' => q(cholón na Salvadóire), |
8662
|
|
|
|
|
|
|
'many' => q(gcolón na Salvadóire), |
8663
|
|
|
|
|
|
|
'one' => q(cholón na Salvadóire), |
8664
|
|
|
|
|
|
|
'other' => q(colón na Salvadóire), |
8665
|
|
|
|
|
|
|
'two' => q(cholón na Salvadóire), |
8666
|
|
|
|
|
|
|
}, |
8667
|
|
|
|
|
|
|
}, |
8668
|
|
|
|
|
|
|
'SYP' => { |
8669
|
|
|
|
|
|
|
symbol => 'SYP', |
8670
|
|
|
|
|
|
|
display_name => { |
8671
|
|
|
|
|
|
|
'currency' => q(Punt na Siria), |
8672
|
|
|
|
|
|
|
'few' => q(phunt na Siria), |
8673
|
|
|
|
|
|
|
'many' => q(bpunt na Siria), |
8674
|
|
|
|
|
|
|
'one' => q(phunt na Siria), |
8675
|
|
|
|
|
|
|
'other' => q(punt na Siria), |
8676
|
|
|
|
|
|
|
'two' => q(phunt na Siria), |
8677
|
|
|
|
|
|
|
}, |
8678
|
|
|
|
|
|
|
}, |
8679
|
|
|
|
|
|
|
'SZL' => { |
8680
|
|
|
|
|
|
|
symbol => 'SZL', |
8681
|
|
|
|
|
|
|
display_name => { |
8682
|
|
|
|
|
|
|
'currency' => q(Lilangeni na Suasalainne), |
8683
|
|
|
|
|
|
|
'few' => q(lilangeni na Suasalainne), |
8684
|
|
|
|
|
|
|
'many' => q(lilangeni na Suasalainne), |
8685
|
|
|
|
|
|
|
'one' => q(lilangeni na Suasalainne), |
8686
|
|
|
|
|
|
|
'other' => q(lilangeni na Suasalainne), |
8687
|
|
|
|
|
|
|
'two' => q(lilangeni na Suasalainne), |
8688
|
|
|
|
|
|
|
}, |
8689
|
|
|
|
|
|
|
}, |
8690
|
|
|
|
|
|
|
'THB' => { |
8691
|
|
|
|
|
|
|
symbol => '฿', |
8692
|
|
|
|
|
|
|
display_name => { |
8693
|
|
|
|
|
|
|
'currency' => q(Baht na Téalainne), |
8694
|
|
|
|
|
|
|
'few' => q(bhaht na Téalainne), |
8695
|
|
|
|
|
|
|
'many' => q(mbaht na Téalainne), |
8696
|
|
|
|
|
|
|
'one' => q(bhaht na Téalainne), |
8697
|
|
|
|
|
|
|
'other' => q(baht na Téalainne), |
8698
|
|
|
|
|
|
|
'two' => q(bhaht na Téalainne), |
8699
|
|
|
|
|
|
|
}, |
8700
|
|
|
|
|
|
|
}, |
8701
|
|
|
|
|
|
|
'TJR' => { |
8702
|
|
|
|
|
|
|
symbol => 'TJR', |
8703
|
|
|
|
|
|
|
display_name => { |
8704
|
|
|
|
|
|
|
'currency' => q(Rúbal na Táidsíceastáine), |
8705
|
|
|
|
|
|
|
'few' => q(Rúbal na Táidsíceastáine), |
8706
|
|
|
|
|
|
|
'many' => q(Rúbal na Táidsíceastáine), |
8707
|
|
|
|
|
|
|
'one' => q(Rúbal na Táidsíceastáine), |
8708
|
|
|
|
|
|
|
'other' => q(Rúbal na Táidsíceastáine), |
8709
|
|
|
|
|
|
|
'two' => q(Rúbal na Táidsíceastáine), |
8710
|
|
|
|
|
|
|
}, |
8711
|
|
|
|
|
|
|
}, |
8712
|
|
|
|
|
|
|
'TJS' => { |
8713
|
|
|
|
|
|
|
symbol => 'TJS', |
8714
|
|
|
|
|
|
|
display_name => { |
8715
|
|
|
|
|
|
|
'currency' => q(Somoni na Táidsíceastáine), |
8716
|
|
|
|
|
|
|
'few' => q(shomoni na Táidsíceastáine), |
8717
|
|
|
|
|
|
|
'many' => q(somoni na Táidsíceastáine), |
8718
|
|
|
|
|
|
|
'one' => q(somoni na Táidsíceastáine), |
8719
|
|
|
|
|
|
|
'other' => q(somoni na Táidsíceastáine), |
8720
|
|
|
|
|
|
|
'two' => q(shomoni na Táidsíceastáine), |
8721
|
|
|
|
|
|
|
}, |
8722
|
|
|
|
|
|
|
}, |
8723
|
|
|
|
|
|
|
'TMM' => { |
8724
|
|
|
|
|
|
|
symbol => 'TMM', |
8725
|
|
|
|
|
|
|
display_name => { |
8726
|
|
|
|
|
|
|
'currency' => q(Manat na Tuircméanastáine \(1993–2009\)), |
8727
|
|
|
|
|
|
|
'few' => q(Manat na Tuircméanastáine \(1993–2009\)), |
8728
|
|
|
|
|
|
|
'many' => q(Manat na Tuircméanastáine \(1993–2009\)), |
8729
|
|
|
|
|
|
|
'one' => q(Manat na Tuircméanastáine \(1993–2009\)), |
8730
|
|
|
|
|
|
|
'other' => q(Manat na Tuircméanastáine \(1993–2009\)), |
8731
|
|
|
|
|
|
|
'two' => q(Manat na Tuircméanastáine \(1993–2009\)), |
8732
|
|
|
|
|
|
|
}, |
8733
|
|
|
|
|
|
|
}, |
8734
|
|
|
|
|
|
|
'TMT' => { |
8735
|
|
|
|
|
|
|
symbol => 'TMT', |
8736
|
|
|
|
|
|
|
display_name => { |
8737
|
|
|
|
|
|
|
'currency' => q(Manat na Tuircméanastáine), |
8738
|
|
|
|
|
|
|
'few' => q(mhanat na Tuircméanastáine), |
8739
|
|
|
|
|
|
|
'many' => q(manat na Tuircméanastáine), |
8740
|
|
|
|
|
|
|
'one' => q(mhanat na Tuircméanastáine), |
8741
|
|
|
|
|
|
|
'other' => q(manat na Tuircméanastáine), |
8742
|
|
|
|
|
|
|
'two' => q(mhanat na Tuircméanastáine), |
8743
|
|
|
|
|
|
|
}, |
8744
|
|
|
|
|
|
|
}, |
8745
|
|
|
|
|
|
|
'TND' => { |
8746
|
|
|
|
|
|
|
symbol => 'TND', |
8747
|
|
|
|
|
|
|
display_name => { |
8748
|
|
|
|
|
|
|
'currency' => q(Dinar na Túinéise), |
8749
|
|
|
|
|
|
|
'few' => q(dhinar na Túinéise), |
8750
|
|
|
|
|
|
|
'many' => q(ndinar na Túinéise), |
8751
|
|
|
|
|
|
|
'one' => q(dinar na Túinéise), |
8752
|
|
|
|
|
|
|
'other' => q(dinar na Túinéise), |
8753
|
|
|
|
|
|
|
'two' => q(dhinar na Túinéise), |
8754
|
|
|
|
|
|
|
}, |
8755
|
|
|
|
|
|
|
}, |
8756
|
|
|
|
|
|
|
'TOP' => { |
8757
|
|
|
|
|
|
|
symbol => 'TOP', |
8758
|
|
|
|
|
|
|
display_name => { |
8759
|
|
|
|
|
|
|
'currency' => q(Paʻanga Thonga), |
8760
|
|
|
|
|
|
|
'few' => q(phaʻanga Thonga), |
8761
|
|
|
|
|
|
|
'many' => q(bpaʻanga Thonga), |
8762
|
|
|
|
|
|
|
'one' => q(phaʻanga Thonga), |
8763
|
|
|
|
|
|
|
'other' => q(paʻanga Thonga), |
8764
|
|
|
|
|
|
|
'two' => q(phaʻanga Thonga), |
8765
|
|
|
|
|
|
|
}, |
8766
|
|
|
|
|
|
|
}, |
8767
|
|
|
|
|
|
|
'TPE' => { |
8768
|
|
|
|
|
|
|
symbol => 'TPE', |
8769
|
|
|
|
|
|
|
display_name => { |
8770
|
|
|
|
|
|
|
'currency' => q(Escudo Tíomóir), |
8771
|
|
|
|
|
|
|
'few' => q(Escudo Tíomóir), |
8772
|
|
|
|
|
|
|
'many' => q(Escudo Tíomóir), |
8773
|
|
|
|
|
|
|
'one' => q(Escudo Tíomóir), |
8774
|
|
|
|
|
|
|
'other' => q(Escudo Tíomóir), |
8775
|
|
|
|
|
|
|
'two' => q(Escudo Tíomóir), |
8776
|
|
|
|
|
|
|
}, |
8777
|
|
|
|
|
|
|
}, |
8778
|
|
|
|
|
|
|
'TRL' => { |
8779
|
|
|
|
|
|
|
symbol => 'TRL', |
8780
|
|
|
|
|
|
|
display_name => { |
8781
|
|
|
|
|
|
|
'currency' => q(Lira na Tuirce \(1922–2005\)), |
8782
|
|
|
|
|
|
|
'few' => q(lira na Tuirce \(1922–2005\)), |
8783
|
|
|
|
|
|
|
'many' => q(lira na Tuirce \(1922–2005\)), |
8784
|
|
|
|
|
|
|
'one' => q(lira na Tuirce \(1922–2005\)), |
8785
|
|
|
|
|
|
|
'other' => q(lira na Tuirce \(1922–2005\)), |
8786
|
|
|
|
|
|
|
'two' => q(lira na Tuirce \(1922–2005\)), |
8787
|
|
|
|
|
|
|
}, |
8788
|
|
|
|
|
|
|
}, |
8789
|
|
|
|
|
|
|
'TRY' => { |
8790
|
|
|
|
|
|
|
symbol => 'TRY', |
8791
|
|
|
|
|
|
|
display_name => { |
8792
|
|
|
|
|
|
|
'currency' => q(Lira na Tuirce), |
8793
|
|
|
|
|
|
|
'few' => q(lira na Tuirce), |
8794
|
|
|
|
|
|
|
'many' => q(lira na Tuirce), |
8795
|
|
|
|
|
|
|
'one' => q(lira na Tuirce), |
8796
|
|
|
|
|
|
|
'other' => q(lira na Tuirce), |
8797
|
|
|
|
|
|
|
'two' => q(lira na Tuirce), |
8798
|
|
|
|
|
|
|
}, |
8799
|
|
|
|
|
|
|
}, |
8800
|
|
|
|
|
|
|
'TTD' => { |
8801
|
|
|
|
|
|
|
symbol => 'TTD', |
8802
|
|
|
|
|
|
|
display_name => { |
8803
|
|
|
|
|
|
|
'currency' => q(Dollar Oileán na Tríonóide agus Tobága), |
8804
|
|
|
|
|
|
|
'few' => q(dhollar Oileán na Tríonóide agus Tobága), |
8805
|
|
|
|
|
|
|
'many' => q(ndollar Oileán na Tríonóide agus Tobága), |
8806
|
|
|
|
|
|
|
'one' => q(dollar Oileán na Tríonóide agus Tobága), |
8807
|
|
|
|
|
|
|
'other' => q(dollar Oileán na Tríonóide agus Tobága), |
8808
|
|
|
|
|
|
|
'two' => q(dhollar Oileán na Tríonóide agus Tobága), |
8809
|
|
|
|
|
|
|
}, |
8810
|
|
|
|
|
|
|
}, |
8811
|
|
|
|
|
|
|
'TWD' => { |
8812
|
|
|
|
|
|
|
symbol => 'NT$', |
8813
|
|
|
|
|
|
|
display_name => { |
8814
|
|
|
|
|
|
|
'currency' => q(Dollar Nua na Téaváine), |
8815
|
|
|
|
|
|
|
'few' => q(dhollar nua na Téaváine), |
8816
|
|
|
|
|
|
|
'many' => q(ndollar nua na Téaváine), |
8817
|
|
|
|
|
|
|
'one' => q(dollar nua na Téaváine), |
8818
|
|
|
|
|
|
|
'other' => q(dollar nua na Téaváine), |
8819
|
|
|
|
|
|
|
'two' => q(dhollar nua na Téaváine), |
8820
|
|
|
|
|
|
|
}, |
8821
|
|
|
|
|
|
|
}, |
8822
|
|
|
|
|
|
|
'TZS' => { |
8823
|
|
|
|
|
|
|
symbol => 'TZS', |
8824
|
|
|
|
|
|
|
display_name => { |
8825
|
|
|
|
|
|
|
'currency' => q(Scilling na Tansáine), |
8826
|
|
|
|
|
|
|
'few' => q(scilling na Tansáine), |
8827
|
|
|
|
|
|
|
'many' => q(scilling na Tansáine), |
8828
|
|
|
|
|
|
|
'one' => q(scilling na Tansáine), |
8829
|
|
|
|
|
|
|
'other' => q(scilling na Tansáine), |
8830
|
|
|
|
|
|
|
'two' => q(scilling na Tansáine), |
8831
|
|
|
|
|
|
|
}, |
8832
|
|
|
|
|
|
|
}, |
8833
|
|
|
|
|
|
|
'UAH' => { |
8834
|
|
|
|
|
|
|
symbol => 'UAH', |
8835
|
|
|
|
|
|
|
display_name => { |
8836
|
|
|
|
|
|
|
'currency' => q(Hryvnia na hÚcráine), |
8837
|
|
|
|
|
|
|
'few' => q(hryvnia na hÚcráine), |
8838
|
|
|
|
|
|
|
'many' => q(hryvnia na hÚcráine), |
8839
|
|
|
|
|
|
|
'one' => q(hryvnia na hÚcráine), |
8840
|
|
|
|
|
|
|
'other' => q(hryvnia na hÚcráine), |
8841
|
|
|
|
|
|
|
'two' => q(hryvnia na hÚcráine), |
8842
|
|
|
|
|
|
|
}, |
8843
|
|
|
|
|
|
|
}, |
8844
|
|
|
|
|
|
|
'UAK' => { |
8845
|
|
|
|
|
|
|
symbol => 'UAK', |
8846
|
|
|
|
|
|
|
display_name => { |
8847
|
|
|
|
|
|
|
'currency' => q(Karbovanets Úcránach), |
8848
|
|
|
|
|
|
|
'few' => q(Karbovanets Úcránach), |
8849
|
|
|
|
|
|
|
'many' => q(Karbovanets Úcránach), |
8850
|
|
|
|
|
|
|
'one' => q(Karbovanets Úcránach), |
8851
|
|
|
|
|
|
|
'other' => q(Karbovanets Úcránach), |
8852
|
|
|
|
|
|
|
'two' => q(Karbovanets Úcránach), |
8853
|
|
|
|
|
|
|
}, |
8854
|
|
|
|
|
|
|
}, |
8855
|
|
|
|
|
|
|
'UGS' => { |
8856
|
|
|
|
|
|
|
symbol => 'UGS', |
8857
|
|
|
|
|
|
|
display_name => { |
8858
|
|
|
|
|
|
|
'currency' => q(Scilling Uganda \(1966–1987\)), |
8859
|
|
|
|
|
|
|
'few' => q(Scilling Uganda \(1966–1987\)), |
8860
|
|
|
|
|
|
|
'many' => q(Scilling Uganda \(1966–1987\)), |
8861
|
|
|
|
|
|
|
'one' => q(Scilling Uganda \(1966–1987\)), |
8862
|
|
|
|
|
|
|
'other' => q(Scilling Uganda \(1966–1987\)), |
8863
|
|
|
|
|
|
|
'two' => q(Scilling Uganda \(1966–1987\)), |
8864
|
|
|
|
|
|
|
}, |
8865
|
|
|
|
|
|
|
}, |
8866
|
|
|
|
|
|
|
'UGX' => { |
8867
|
|
|
|
|
|
|
symbol => 'UGX', |
8868
|
|
|
|
|
|
|
display_name => { |
8869
|
|
|
|
|
|
|
'currency' => q(Scilling Uganda), |
8870
|
|
|
|
|
|
|
'few' => q(scilling Uganda), |
8871
|
|
|
|
|
|
|
'many' => q(scilling Uganda), |
8872
|
|
|
|
|
|
|
'one' => q(scilling Uganda), |
8873
|
|
|
|
|
|
|
'other' => q(scilling Uganda), |
8874
|
|
|
|
|
|
|
'two' => q(scilling Uganda), |
8875
|
|
|
|
|
|
|
}, |
8876
|
|
|
|
|
|
|
}, |
8877
|
|
|
|
|
|
|
'USD' => { |
8878
|
|
|
|
|
|
|
symbol => '$', |
8879
|
|
|
|
|
|
|
display_name => { |
8880
|
|
|
|
|
|
|
'currency' => q(Dollar S.A.M.), |
8881
|
|
|
|
|
|
|
'few' => q(dhollar S.A.M.), |
8882
|
|
|
|
|
|
|
'many' => q(ndollar S.A.M.), |
8883
|
|
|
|
|
|
|
'one' => q(dollar S.A.M.), |
8884
|
|
|
|
|
|
|
'other' => q(dollar S.A.M.), |
8885
|
|
|
|
|
|
|
'two' => q(dhollar S.A.M.), |
8886
|
|
|
|
|
|
|
}, |
8887
|
|
|
|
|
|
|
}, |
8888
|
|
|
|
|
|
|
'USN' => { |
8889
|
|
|
|
|
|
|
symbol => 'USN', |
8890
|
|
|
|
|
|
|
display_name => { |
8891
|
|
|
|
|
|
|
'currency' => q(Dollar S.A.M. \(an chéad lá eile\)), |
8892
|
|
|
|
|
|
|
'few' => q(dhollar S.A.M. \(an chéad lá eile\)), |
8893
|
|
|
|
|
|
|
'many' => q(ndollar S.A.M. \(an chéad lá eile\)), |
8894
|
|
|
|
|
|
|
'one' => q(dollar S.A.M. \(an chéad lá eile\)), |
8895
|
|
|
|
|
|
|
'other' => q(dollar S.A.M. \(an chéad lá eile\)), |
8896
|
|
|
|
|
|
|
'two' => q(dhollar S.A.M. \(an chéad lá eile\)), |
8897
|
|
|
|
|
|
|
}, |
8898
|
|
|
|
|
|
|
}, |
8899
|
|
|
|
|
|
|
'USS' => { |
8900
|
|
|
|
|
|
|
symbol => 'USS', |
8901
|
|
|
|
|
|
|
display_name => { |
8902
|
|
|
|
|
|
|
'currency' => q(Dollar S.A.M. \(an lá céanna\)), |
8903
|
|
|
|
|
|
|
'few' => q(dhollar S.A.M. \(an lá céanna\)), |
8904
|
|
|
|
|
|
|
'many' => q(ndollar S.A.M. \(an lá céanna\)), |
8905
|
|
|
|
|
|
|
'one' => q(dollar S.A.M. \(an lá céanna\)), |
8906
|
|
|
|
|
|
|
'other' => q(dollar S.A.M. \(an lá céanna\)), |
8907
|
|
|
|
|
|
|
'two' => q(dhollar S.A.M. \(an lá céanna\)), |
8908
|
|
|
|
|
|
|
}, |
8909
|
|
|
|
|
|
|
}, |
8910
|
|
|
|
|
|
|
'UYP' => { |
8911
|
|
|
|
|
|
|
symbol => 'UYP', |
8912
|
|
|
|
|
|
|
display_name => { |
8913
|
|
|
|
|
|
|
'currency' => q(Peso Uragua \(1975–1993\)), |
8914
|
|
|
|
|
|
|
'few' => q(pheso Uragua \(1975–1993\)), |
8915
|
|
|
|
|
|
|
'many' => q(bpeso Uragua \(1975–1993\)), |
8916
|
|
|
|
|
|
|
'one' => q(pheso Uragua \(1975–1993\)), |
8917
|
|
|
|
|
|
|
'other' => q(peso Uragua \(1975–1993\)), |
8918
|
|
|
|
|
|
|
'two' => q(pheso Uragua \(1975–1993\)), |
8919
|
|
|
|
|
|
|
}, |
8920
|
|
|
|
|
|
|
}, |
8921
|
|
|
|
|
|
|
'UYU' => { |
8922
|
|
|
|
|
|
|
symbol => 'UYU', |
8923
|
|
|
|
|
|
|
display_name => { |
8924
|
|
|
|
|
|
|
'currency' => q(Peso Uragua), |
8925
|
|
|
|
|
|
|
'few' => q(pheso Uragua), |
8926
|
|
|
|
|
|
|
'many' => q(bpeso Uragua), |
8927
|
|
|
|
|
|
|
'one' => q(pheso Uragua), |
8928
|
|
|
|
|
|
|
'other' => q(peso Uragua), |
8929
|
|
|
|
|
|
|
'two' => q(pheso Uragua), |
8930
|
|
|
|
|
|
|
}, |
8931
|
|
|
|
|
|
|
}, |
8932
|
|
|
|
|
|
|
'UZS' => { |
8933
|
|
|
|
|
|
|
symbol => 'UZS', |
8934
|
|
|
|
|
|
|
display_name => { |
8935
|
|
|
|
|
|
|
'currency' => q(Sum na hÚisbéiceastáine), |
8936
|
|
|
|
|
|
|
'few' => q(shum na hÚisbéiceastáine), |
8937
|
|
|
|
|
|
|
'many' => q(sum na hÚisbéiceastáine), |
8938
|
|
|
|
|
|
|
'one' => q(sum na hÚisbéiceastáine), |
8939
|
|
|
|
|
|
|
'other' => q(sum na hÚisbéiceastáine), |
8940
|
|
|
|
|
|
|
'two' => q(shum na hÚisbéiceastáine), |
8941
|
|
|
|
|
|
|
}, |
8942
|
|
|
|
|
|
|
}, |
8943
|
|
|
|
|
|
|
'VEB' => { |
8944
|
|
|
|
|
|
|
symbol => 'VEB', |
8945
|
|
|
|
|
|
|
display_name => { |
8946
|
|
|
|
|
|
|
'currency' => q(Bolívar Veiniséala \(1871–2008\)), |
8947
|
|
|
|
|
|
|
'few' => q(bholívar Veiniséala \(1871–2008\)), |
8948
|
|
|
|
|
|
|
'many' => q(mbolívar Veiniséala \(1871–2008\)), |
8949
|
|
|
|
|
|
|
'one' => q(bholívar Veiniséala \(1871–2008\)), |
8950
|
|
|
|
|
|
|
'other' => q(bolívar Veiniséala \(1871–2008\)), |
8951
|
|
|
|
|
|
|
'two' => q(bholívar Veiniséala \(1871–2008\)), |
8952
|
|
|
|
|
|
|
}, |
8953
|
|
|
|
|
|
|
}, |
8954
|
|
|
|
|
|
|
'VEF' => { |
8955
|
|
|
|
|
|
|
symbol => 'VEF', |
8956
|
|
|
|
|
|
|
display_name => { |
8957
|
|
|
|
|
|
|
'currency' => q(Bolívar Veiniséala \(2008–2018\)), |
8958
|
|
|
|
|
|
|
'few' => q(bholívar Veiniséala \(2008–2018\)), |
8959
|
|
|
|
|
|
|
'many' => q(mbolívar Veiniséala \(2008–2018\)), |
8960
|
|
|
|
|
|
|
'one' => q(bholívar Veiniséala \(2008–2018\)), |
8961
|
|
|
|
|
|
|
'other' => q(bolívar Veiniséala \(2008–2018\)), |
8962
|
|
|
|
|
|
|
'two' => q(bholívar Veiniséala \(2008–2018\)), |
8963
|
|
|
|
|
|
|
}, |
8964
|
|
|
|
|
|
|
}, |
8965
|
|
|
|
|
|
|
'VES' => { |
8966
|
|
|
|
|
|
|
symbol => 'VES', |
8967
|
|
|
|
|
|
|
display_name => { |
8968
|
|
|
|
|
|
|
'currency' => q(Bolívar Veiniséala), |
8969
|
|
|
|
|
|
|
'few' => q(bholívar Veiniséala), |
8970
|
|
|
|
|
|
|
'many' => q(mbolívar Veiniséala), |
8971
|
|
|
|
|
|
|
'one' => q(bholívar Veiniséala), |
8972
|
|
|
|
|
|
|
'other' => q(bolívar Veiniséala), |
8973
|
|
|
|
|
|
|
'two' => q(bholívar Veiniséala), |
8974
|
|
|
|
|
|
|
}, |
8975
|
|
|
|
|
|
|
}, |
8976
|
|
|
|
|
|
|
'VND' => { |
8977
|
|
|
|
|
|
|
symbol => '₫', |
8978
|
|
|
|
|
|
|
display_name => { |
8979
|
|
|
|
|
|
|
'currency' => q(Dong Vítneam), |
8980
|
|
|
|
|
|
|
'few' => q(dhong Vítneam), |
8981
|
|
|
|
|
|
|
'many' => q(ndong Vítneam), |
8982
|
|
|
|
|
|
|
'one' => q(dong Vítneam), |
8983
|
|
|
|
|
|
|
'other' => q(Dong Vítneam), |
8984
|
|
|
|
|
|
|
'two' => q(dhong Vítneam), |
8985
|
|
|
|
|
|
|
}, |
8986
|
|
|
|
|
|
|
}, |
8987
|
|
|
|
|
|
|
'VNN' => { |
8988
|
|
|
|
|
|
|
symbol => 'VNN', |
8989
|
|
|
|
|
|
|
display_name => { |
8990
|
|
|
|
|
|
|
'currency' => q(Dong Vítneam \(1978–1985\)), |
8991
|
|
|
|
|
|
|
'few' => q(dhong Vítneam \(1978–1985\)), |
8992
|
|
|
|
|
|
|
'many' => q(ndong Vítneam \(1978–1985\)), |
8993
|
|
|
|
|
|
|
'one' => q(dong Vítneam \(1978–1985\)), |
8994
|
|
|
|
|
|
|
'other' => q(dong Vítneam \(1978–1985\)), |
8995
|
|
|
|
|
|
|
'two' => q(dhong Vítneam \(1978–1985\)), |
8996
|
|
|
|
|
|
|
}, |
8997
|
|
|
|
|
|
|
}, |
8998
|
|
|
|
|
|
|
'VUV' => { |
8999
|
|
|
|
|
|
|
symbol => 'VUV', |
9000
|
|
|
|
|
|
|
display_name => { |
9001
|
|
|
|
|
|
|
'currency' => q(Vatu Vanuatú), |
9002
|
|
|
|
|
|
|
'few' => q(vatu Vanuatú), |
9003
|
|
|
|
|
|
|
'many' => q(vatu Vanuatú), |
9004
|
|
|
|
|
|
|
'one' => q(vatu Vanuatú), |
9005
|
|
|
|
|
|
|
'other' => q(vatu Vanuatú), |
9006
|
|
|
|
|
|
|
'two' => q(vatu Vanuatú), |
9007
|
|
|
|
|
|
|
}, |
9008
|
|
|
|
|
|
|
}, |
9009
|
|
|
|
|
|
|
'WST' => { |
9010
|
|
|
|
|
|
|
symbol => 'WST', |
9011
|
|
|
|
|
|
|
display_name => { |
9012
|
|
|
|
|
|
|
'currency' => q(Tala Shamó), |
9013
|
|
|
|
|
|
|
'few' => q(thala Shamó), |
9014
|
|
|
|
|
|
|
'many' => q(dtala Shamó), |
9015
|
|
|
|
|
|
|
'one' => q(tala Shamó), |
9016
|
|
|
|
|
|
|
'other' => q(tala Shamó), |
9017
|
|
|
|
|
|
|
'two' => q(thala Shamó), |
9018
|
|
|
|
|
|
|
}, |
9019
|
|
|
|
|
|
|
}, |
9020
|
|
|
|
|
|
|
'XAF' => { |
9021
|
|
|
|
|
|
|
symbol => 'FCFA', |
9022
|
|
|
|
|
|
|
display_name => { |
9023
|
|
|
|
|
|
|
'currency' => q(Franc CFA na hAfraice Láir), |
9024
|
|
|
|
|
|
|
'few' => q(fhranc CFA na hAfraice Láir), |
9025
|
|
|
|
|
|
|
'many' => q(bhfranc CFA na hAfraice Láir), |
9026
|
|
|
|
|
|
|
'one' => q(fhranc CFA na hAfraice Láir), |
9027
|
|
|
|
|
|
|
'other' => q(franc CFA na hAfraice Láir), |
9028
|
|
|
|
|
|
|
'two' => q(fhranc CFA na hAfraice Láir), |
9029
|
|
|
|
|
|
|
}, |
9030
|
|
|
|
|
|
|
}, |
9031
|
|
|
|
|
|
|
'XAG' => { |
9032
|
|
|
|
|
|
|
symbol => 'XAG', |
9033
|
|
|
|
|
|
|
display_name => { |
9034
|
|
|
|
|
|
|
'currency' => q(Airgead), |
9035
|
|
|
|
|
|
|
'few' => q(unsaí troí airgid), |
9036
|
|
|
|
|
|
|
'many' => q(unsaí troí airgid), |
9037
|
|
|
|
|
|
|
'one' => q(unsa troí airgid), |
9038
|
|
|
|
|
|
|
'other' => q(unsaí troí airgid), |
9039
|
|
|
|
|
|
|
'two' => q(unsa troí airgid), |
9040
|
|
|
|
|
|
|
}, |
9041
|
|
|
|
|
|
|
}, |
9042
|
|
|
|
|
|
|
'XAU' => { |
9043
|
|
|
|
|
|
|
symbol => 'XAU', |
9044
|
|
|
|
|
|
|
display_name => { |
9045
|
|
|
|
|
|
|
'currency' => q(Ór), |
9046
|
|
|
|
|
|
|
'few' => q(unsaí troí óir), |
9047
|
|
|
|
|
|
|
'many' => q(unsaí troí óir), |
9048
|
|
|
|
|
|
|
'one' => q(unsa troí óir), |
9049
|
|
|
|
|
|
|
'other' => q(unsaí troí óir), |
9050
|
|
|
|
|
|
|
'two' => q(unsa troí óir), |
9051
|
|
|
|
|
|
|
}, |
9052
|
|
|
|
|
|
|
}, |
9053
|
|
|
|
|
|
|
'XBA' => { |
9054
|
|
|
|
|
|
|
symbol => 'XBA', |
9055
|
|
|
|
|
|
|
display_name => { |
9056
|
|
|
|
|
|
|
'currency' => q(Aonad Ilchodach Eorpach), |
9057
|
|
|
|
|
|
|
'few' => q(Aonad Ilchodach Eorpach), |
9058
|
|
|
|
|
|
|
'many' => q(Aonad Ilchodach Eorpach), |
9059
|
|
|
|
|
|
|
'one' => q(Aonad Ilchodach Eorpach), |
9060
|
|
|
|
|
|
|
'other' => q(Aonad Ilchodach Eorpach), |
9061
|
|
|
|
|
|
|
'two' => q(Aonad Ilchodach Eorpach), |
9062
|
|
|
|
|
|
|
}, |
9063
|
|
|
|
|
|
|
}, |
9064
|
|
|
|
|
|
|
'XBB' => { |
9065
|
|
|
|
|
|
|
symbol => 'XBB', |
9066
|
|
|
|
|
|
|
display_name => { |
9067
|
|
|
|
|
|
|
'currency' => q(Aonad Airgeadaíochta Eorpach), |
9068
|
|
|
|
|
|
|
'few' => q(Aonad Airgeadaíochta Eorpach), |
9069
|
|
|
|
|
|
|
'many' => q(Aonad Airgeadaíochta Eorpach), |
9070
|
|
|
|
|
|
|
'one' => q(Aonad Airgeadaíochta Eorpach), |
9071
|
|
|
|
|
|
|
'other' => q(Aonad Airgeadaíochta Eorpach), |
9072
|
|
|
|
|
|
|
'two' => q(Aonad Airgeadaíochta Eorpach), |
9073
|
|
|
|
|
|
|
}, |
9074
|
|
|
|
|
|
|
}, |
9075
|
|
|
|
|
|
|
'XBC' => { |
9076
|
|
|
|
|
|
|
symbol => 'XBC', |
9077
|
|
|
|
|
|
|
display_name => { |
9078
|
|
|
|
|
|
|
'currency' => q(Aonad Cuntais Eorpach \(XBC\)), |
9079
|
|
|
|
|
|
|
'few' => q(Aonad Cuntais Eorpach \(XBC\)), |
9080
|
|
|
|
|
|
|
'many' => q(Aonad Cuntais Eorpach \(XBC\)), |
9081
|
|
|
|
|
|
|
'one' => q(Aonad Cuntais Eorpach \(XBC\)), |
9082
|
|
|
|
|
|
|
'other' => q(Aonad Cuntais Eorpach \(XBC\)), |
9083
|
|
|
|
|
|
|
'two' => q(Aonad Cuntais Eorpach \(XBC\)), |
9084
|
|
|
|
|
|
|
}, |
9085
|
|
|
|
|
|
|
}, |
9086
|
|
|
|
|
|
|
'XBD' => { |
9087
|
|
|
|
|
|
|
symbol => 'XBD', |
9088
|
|
|
|
|
|
|
display_name => { |
9089
|
|
|
|
|
|
|
'currency' => q(Aonad Cuntais Eorpach \(XBD\)), |
9090
|
|
|
|
|
|
|
'few' => q(Aonad Cuntais Eorpach \(XBD\)), |
9091
|
|
|
|
|
|
|
'many' => q(Aonad Cuntais Eorpach \(XBD\)), |
9092
|
|
|
|
|
|
|
'one' => q(Aonad Cuntais Eorpach \(XBD\)), |
9093
|
|
|
|
|
|
|
'other' => q(Aonad Cuntais Eorpach \(XBD\)), |
9094
|
|
|
|
|
|
|
'two' => q(Aonad Cuntais Eorpach \(XBD\)), |
9095
|
|
|
|
|
|
|
}, |
9096
|
|
|
|
|
|
|
}, |
9097
|
|
|
|
|
|
|
'XCD' => { |
9098
|
|
|
|
|
|
|
symbol => 'EC$', |
9099
|
|
|
|
|
|
|
display_name => { |
9100
|
|
|
|
|
|
|
'currency' => q(Dollar na Cairibe Thoir), |
9101
|
|
|
|
|
|
|
'few' => q(dhollar na Cairibe Thoir), |
9102
|
|
|
|
|
|
|
'many' => q(ndollar na Cairibe Thoir), |
9103
|
|
|
|
|
|
|
'one' => q(dollar na Cairibe Thoir), |
9104
|
|
|
|
|
|
|
'other' => q(dollar na Cairibe Thoir), |
9105
|
|
|
|
|
|
|
'two' => q(dhollar na Cairibe Thoir), |
9106
|
|
|
|
|
|
|
}, |
9107
|
|
|
|
|
|
|
}, |
9108
|
|
|
|
|
|
|
'XDR' => { |
9109
|
|
|
|
|
|
|
symbol => 'XDR', |
9110
|
|
|
|
|
|
|
display_name => { |
9111
|
|
|
|
|
|
|
'currency' => q(Cearta Speisialta Tarraingthe), |
9112
|
|
|
|
|
|
|
'few' => q(Cearta Speisialta Tarraingthe), |
9113
|
|
|
|
|
|
|
'many' => q(Cearta Speisialta Tarraingthe), |
9114
|
|
|
|
|
|
|
'one' => q(Cearta Speisialta Tarraingthe), |
9115
|
|
|
|
|
|
|
'other' => q(Cearta Speisialta Tarraingthe), |
9116
|
|
|
|
|
|
|
'two' => q(Cearta Speisialta Tarraingthe), |
9117
|
|
|
|
|
|
|
}, |
9118
|
|
|
|
|
|
|
}, |
9119
|
|
|
|
|
|
|
'XEU' => { |
9120
|
|
|
|
|
|
|
symbol => 'XEU', |
9121
|
|
|
|
|
|
|
display_name => { |
9122
|
|
|
|
|
|
|
'currency' => q(Aonad Airgeadra Eorpach), |
9123
|
|
|
|
|
|
|
'few' => q(Aonad Airgeadra Eorpach), |
9124
|
|
|
|
|
|
|
'many' => q(Aonad Airgeadra Eorpach), |
9125
|
|
|
|
|
|
|
'one' => q(Aonad Airgeadra Eorpach), |
9126
|
|
|
|
|
|
|
'other' => q(Aonad Airgeadra Eorpach), |
9127
|
|
|
|
|
|
|
'two' => q(Aonad Airgeadra Eorpach), |
9128
|
|
|
|
|
|
|
}, |
9129
|
|
|
|
|
|
|
}, |
9130
|
|
|
|
|
|
|
'XFO' => { |
9131
|
|
|
|
|
|
|
symbol => 'XFO', |
9132
|
|
|
|
|
|
|
display_name => { |
9133
|
|
|
|
|
|
|
'currency' => q(Franc Ór Francach), |
9134
|
|
|
|
|
|
|
'few' => q(Franc Ór Francach), |
9135
|
|
|
|
|
|
|
'many' => q(Franc Ór Francach), |
9136
|
|
|
|
|
|
|
'one' => q(Franc Ór Francach), |
9137
|
|
|
|
|
|
|
'other' => q(Franc Ór Francach), |
9138
|
|
|
|
|
|
|
'two' => q(Franc Ór Francach), |
9139
|
|
|
|
|
|
|
}, |
9140
|
|
|
|
|
|
|
}, |
9141
|
|
|
|
|
|
|
'XFU' => { |
9142
|
|
|
|
|
|
|
symbol => 'XFU', |
9143
|
|
|
|
|
|
|
display_name => { |
9144
|
|
|
|
|
|
|
'currency' => q(UIC-Franc Francach), |
9145
|
|
|
|
|
|
|
'few' => q(UIC-Franc Francach), |
9146
|
|
|
|
|
|
|
'many' => q(UIC-Franc Francach), |
9147
|
|
|
|
|
|
|
'one' => q(UIC-Franc Francach), |
9148
|
|
|
|
|
|
|
'other' => q(UIC-Franc Francach), |
9149
|
|
|
|
|
|
|
'two' => q(UIC-Franc Francach), |
9150
|
|
|
|
|
|
|
}, |
9151
|
|
|
|
|
|
|
}, |
9152
|
|
|
|
|
|
|
'XOF' => { |
9153
|
|
|
|
|
|
|
symbol => 'CFA', |
9154
|
|
|
|
|
|
|
display_name => { |
9155
|
|
|
|
|
|
|
'currency' => q(Franc CFA Iarthar na hAfraice), |
9156
|
|
|
|
|
|
|
'few' => q(fhranc CFA Iarthar na hAfraice), |
9157
|
|
|
|
|
|
|
'many' => q(bhfranc CFA Iarthar na hAfraice), |
9158
|
|
|
|
|
|
|
'one' => q(fhranc CFA Iarthar na hAfraice), |
9159
|
|
|
|
|
|
|
'other' => q(franc CFA Iarthar na hAfraice), |
9160
|
|
|
|
|
|
|
'two' => q(fhranc CFA Iarthar na hAfraice), |
9161
|
|
|
|
|
|
|
}, |
9162
|
|
|
|
|
|
|
}, |
9163
|
|
|
|
|
|
|
'XPD' => { |
9164
|
|
|
|
|
|
|
symbol => 'XPD', |
9165
|
|
|
|
|
|
|
display_name => { |
9166
|
|
|
|
|
|
|
'currency' => q(Pallaidiam), |
9167
|
|
|
|
|
|
|
'few' => q(unsaí troí pallaidiam), |
9168
|
|
|
|
|
|
|
'many' => q(unsaí troí pallaidiam), |
9169
|
|
|
|
|
|
|
'one' => q(unsa troí pallaidiam), |
9170
|
|
|
|
|
|
|
'other' => q(unsaí troí pallaidiam), |
9171
|
|
|
|
|
|
|
'two' => q(unsa troí pallaidiam), |
9172
|
|
|
|
|
|
|
}, |
9173
|
|
|
|
|
|
|
}, |
9174
|
|
|
|
|
|
|
'XPF' => { |
9175
|
|
|
|
|
|
|
symbol => 'CFPF', |
9176
|
|
|
|
|
|
|
display_name => { |
9177
|
|
|
|
|
|
|
'currency' => q(Franc CFP), |
9178
|
|
|
|
|
|
|
'few' => q(fhranc CFP), |
9179
|
|
|
|
|
|
|
'many' => q(bhfranc CFP), |
9180
|
|
|
|
|
|
|
'one' => q(fhranc CFP), |
9181
|
|
|
|
|
|
|
'other' => q(franc CFP), |
9182
|
|
|
|
|
|
|
'two' => q(fhranc CFP), |
9183
|
|
|
|
|
|
|
}, |
9184
|
|
|
|
|
|
|
}, |
9185
|
|
|
|
|
|
|
'XPT' => { |
9186
|
|
|
|
|
|
|
symbol => 'XPT', |
9187
|
|
|
|
|
|
|
display_name => { |
9188
|
|
|
|
|
|
|
'currency' => q(Platanam), |
9189
|
|
|
|
|
|
|
'few' => q(unsaí troí platanaim), |
9190
|
|
|
|
|
|
|
'many' => q(unsaí troí platanaim), |
9191
|
|
|
|
|
|
|
'one' => q(unsa troí platanaim), |
9192
|
|
|
|
|
|
|
'other' => q(unsaí troí platanaim), |
9193
|
|
|
|
|
|
|
'two' => q(unsa troí platanaim), |
9194
|
|
|
|
|
|
|
}, |
9195
|
|
|
|
|
|
|
}, |
9196
|
|
|
|
|
|
|
'XRE' => { |
9197
|
|
|
|
|
|
|
symbol => 'XRE', |
9198
|
|
|
|
|
|
|
}, |
9199
|
|
|
|
|
|
|
'XSU' => { |
9200
|
|
|
|
|
|
|
symbol => 'XSU', |
9201
|
|
|
|
|
|
|
}, |
9202
|
|
|
|
|
|
|
'XXX' => { |
9203
|
|
|
|
|
|
|
symbol => 'XXX', |
9204
|
|
|
|
|
|
|
display_name => { |
9205
|
|
|
|
|
|
|
'currency' => q(Airgeadra Anaithnid), |
9206
|
|
|
|
|
|
|
'few' => q(\(airgeadra anaithnid\)), |
9207
|
|
|
|
|
|
|
'many' => q(\(airgeadra anaithnid\)), |
9208
|
|
|
|
|
|
|
'one' => q(\(airgeadra anaithnid\)), |
9209
|
|
|
|
|
|
|
'other' => q(\(airgeadra anaithnid\)), |
9210
|
|
|
|
|
|
|
'two' => q(\(airgeadra anaithnid\)), |
9211
|
|
|
|
|
|
|
}, |
9212
|
|
|
|
|
|
|
}, |
9213
|
|
|
|
|
|
|
'YDD' => { |
9214
|
|
|
|
|
|
|
symbol => 'YDD', |
9215
|
|
|
|
|
|
|
display_name => { |
9216
|
|
|
|
|
|
|
'currency' => q(Dínear Éimin), |
9217
|
|
|
|
|
|
|
'few' => q(Dínear Éimin), |
9218
|
|
|
|
|
|
|
'many' => q(Dínear Éimin), |
9219
|
|
|
|
|
|
|
'one' => q(Dínear Éimin), |
9220
|
|
|
|
|
|
|
'other' => q(Dínear Éimin), |
9221
|
|
|
|
|
|
|
'two' => q(Dínear Éimin), |
9222
|
|
|
|
|
|
|
}, |
9223
|
|
|
|
|
|
|
}, |
9224
|
|
|
|
|
|
|
'YER' => { |
9225
|
|
|
|
|
|
|
symbol => 'YER', |
9226
|
|
|
|
|
|
|
display_name => { |
9227
|
|
|
|
|
|
|
'currency' => q(Rial Éimin), |
9228
|
|
|
|
|
|
|
'few' => q(rial Éimin), |
9229
|
|
|
|
|
|
|
'many' => q(rial Éimin), |
9230
|
|
|
|
|
|
|
'one' => q(rial Éimin), |
9231
|
|
|
|
|
|
|
'other' => q(rial Éimin), |
9232
|
|
|
|
|
|
|
'two' => q(rial Éimin), |
9233
|
|
|
|
|
|
|
}, |
9234
|
|
|
|
|
|
|
}, |
9235
|
|
|
|
|
|
|
'YUD' => { |
9236
|
|
|
|
|
|
|
symbol => 'YUD', |
9237
|
|
|
|
|
|
|
display_name => { |
9238
|
|
|
|
|
|
|
'currency' => q(Dínear Crua Iúgslavach \(1966–1990\)), |
9239
|
|
|
|
|
|
|
'few' => q(Dínear Crua Iúgslavach \(1966–1990\)), |
9240
|
|
|
|
|
|
|
'many' => q(Dínear Crua Iúgslavach \(1966–1990\)), |
9241
|
|
|
|
|
|
|
'one' => q(Dínear Crua Iúgslavach \(1966–1990\)), |
9242
|
|
|
|
|
|
|
'other' => q(Dínear Crua Iúgslavach \(1966–1990\)), |
9243
|
|
|
|
|
|
|
'two' => q(Dínear Crua Iúgslavach \(1966–1990\)), |
9244
|
|
|
|
|
|
|
}, |
9245
|
|
|
|
|
|
|
}, |
9246
|
|
|
|
|
|
|
'YUM' => { |
9247
|
|
|
|
|
|
|
symbol => 'YUM', |
9248
|
|
|
|
|
|
|
display_name => { |
9249
|
|
|
|
|
|
|
'currency' => q(Dínear Nua Iúgslavach \(1994–2002\)), |
9250
|
|
|
|
|
|
|
'few' => q(Dínear Nua Iúgslavach \(1994–2002\)), |
9251
|
|
|
|
|
|
|
'many' => q(Dínear Nua Iúgslavach \(1994–2002\)), |
9252
|
|
|
|
|
|
|
'one' => q(Dínear Nua Iúgslavach \(1994–2002\)), |
9253
|
|
|
|
|
|
|
'other' => q(Dínear Nua Iúgslavach \(1994–2002\)), |
9254
|
|
|
|
|
|
|
'two' => q(Dínear Nua Iúgslavach \(1994–2002\)), |
9255
|
|
|
|
|
|
|
}, |
9256
|
|
|
|
|
|
|
}, |
9257
|
|
|
|
|
|
|
'YUN' => { |
9258
|
|
|
|
|
|
|
symbol => 'YUN', |
9259
|
|
|
|
|
|
|
display_name => { |
9260
|
|
|
|
|
|
|
'currency' => q(YUN), |
9261
|
|
|
|
|
|
|
'few' => q(Dínear Inathraithe Iúgslavach), |
9262
|
|
|
|
|
|
|
'many' => q(Dínear Inathraithe Iúgslavach), |
9263
|
|
|
|
|
|
|
'one' => q(Dínear Inathraithe Iúgslavach), |
9264
|
|
|
|
|
|
|
'other' => q(Dínear Inathraithe Iúgslavach), |
9265
|
|
|
|
|
|
|
'two' => q(Dínear Inathraithe Iúgslavach), |
9266
|
|
|
|
|
|
|
}, |
9267
|
|
|
|
|
|
|
}, |
9268
|
|
|
|
|
|
|
'YUR' => { |
9269
|
|
|
|
|
|
|
symbol => 'YUR', |
9270
|
|
|
|
|
|
|
}, |
9271
|
|
|
|
|
|
|
'ZAL' => { |
9272
|
|
|
|
|
|
|
symbol => 'ZAL', |
9273
|
|
|
|
|
|
|
display_name => { |
9274
|
|
|
|
|
|
|
'currency' => q(Rand na hAfraice Theas \(airgeadúil\)), |
9275
|
|
|
|
|
|
|
'few' => q(Rand na hAfraice Theas \(airgeadúil\)), |
9276
|
|
|
|
|
|
|
'many' => q(Rand na hAfraice Theas \(airgeadúil\)), |
9277
|
|
|
|
|
|
|
'one' => q(Rand na hAfraice Theas \(airgeadúil\)), |
9278
|
|
|
|
|
|
|
'other' => q(Rand na hAfraice Theas \(airgeadúil\)), |
9279
|
|
|
|
|
|
|
'two' => q(Rand na hAfraice Theas \(airgeadúil\)), |
9280
|
|
|
|
|
|
|
}, |
9281
|
|
|
|
|
|
|
}, |
9282
|
|
|
|
|
|
|
'ZAR' => { |
9283
|
|
|
|
|
|
|
symbol => 'ZAR', |
9284
|
|
|
|
|
|
|
display_name => { |
9285
|
|
|
|
|
|
|
'currency' => q(Rand na hAfraice Theas), |
9286
|
|
|
|
|
|
|
'few' => q(rand na hAfraice Theas), |
9287
|
|
|
|
|
|
|
'many' => q(rand na hAfraice Theas), |
9288
|
|
|
|
|
|
|
'one' => q(rand na hAfraice Theas), |
9289
|
|
|
|
|
|
|
'other' => q(rand na hAfraice Theas), |
9290
|
|
|
|
|
|
|
'two' => q(rand na hAfraice Theas), |
9291
|
|
|
|
|
|
|
}, |
9292
|
|
|
|
|
|
|
}, |
9293
|
|
|
|
|
|
|
'ZMK' => { |
9294
|
|
|
|
|
|
|
symbol => 'ZMK', |
9295
|
|
|
|
|
|
|
display_name => { |
9296
|
|
|
|
|
|
|
'currency' => q(Kwacha Saimbiach \(1968–2012\)), |
9297
|
|
|
|
|
|
|
'few' => q(Kwacha Saimbiach \(1968–2012\)), |
9298
|
|
|
|
|
|
|
'many' => q(Kwacha Saimbiach \(1968–2012\)), |
9299
|
|
|
|
|
|
|
'one' => q(Kwacha Saimbiach \(1968–2012\)), |
9300
|
|
|
|
|
|
|
'other' => q(Kwacha Saimbiach \(1968–2012\)), |
9301
|
|
|
|
|
|
|
'two' => q(Kwacha Saimbiach \(1968–2012\)), |
9302
|
|
|
|
|
|
|
}, |
9303
|
|
|
|
|
|
|
}, |
9304
|
|
|
|
|
|
|
'ZMW' => { |
9305
|
|
|
|
|
|
|
symbol => 'ZMW', |
9306
|
|
|
|
|
|
|
display_name => { |
9307
|
|
|
|
|
|
|
'currency' => q(Kwacha na Saimbia), |
9308
|
|
|
|
|
|
|
'few' => q(kwacha na Saimbia), |
9309
|
|
|
|
|
|
|
'many' => q(kwacha na Saimbia), |
9310
|
|
|
|
|
|
|
'one' => q(kwacha na Saimbia), |
9311
|
|
|
|
|
|
|
'other' => q(kwacha na Saimbia), |
9312
|
|
|
|
|
|
|
'two' => q(kwacha na Saimbia), |
9313
|
|
|
|
|
|
|
}, |
9314
|
|
|
|
|
|
|
}, |
9315
|
|
|
|
|
|
|
'ZRN' => { |
9316
|
|
|
|
|
|
|
symbol => 'ZRN', |
9317
|
|
|
|
|
|
|
display_name => { |
9318
|
|
|
|
|
|
|
'currency' => q(Zaire Nua Sáíreach), |
9319
|
|
|
|
|
|
|
'few' => q(Zaire Nua Sáíreach), |
9320
|
|
|
|
|
|
|
'many' => q(Zaire Nua Sáíreach), |
9321
|
|
|
|
|
|
|
'one' => q(Zaire Nua Sáíreach), |
9322
|
|
|
|
|
|
|
'other' => q(Zaire Nua Sáíreach), |
9323
|
|
|
|
|
|
|
'two' => q(Zaire Nua Sáíreach), |
9324
|
|
|
|
|
|
|
}, |
9325
|
|
|
|
|
|
|
}, |
9326
|
|
|
|
|
|
|
'ZRZ' => { |
9327
|
|
|
|
|
|
|
symbol => 'ZRZ', |
9328
|
|
|
|
|
|
|
display_name => { |
9329
|
|
|
|
|
|
|
'currency' => q(Zaire Sáíreach), |
9330
|
|
|
|
|
|
|
'few' => q(Zaire Sáíreach), |
9331
|
|
|
|
|
|
|
'many' => q(Zaire Sáíreach), |
9332
|
|
|
|
|
|
|
'one' => q(Zaire Sáíreach), |
9333
|
|
|
|
|
|
|
'other' => q(Zaire Sáíreach), |
9334
|
|
|
|
|
|
|
'two' => q(Zaire Sáíreach), |
9335
|
|
|
|
|
|
|
}, |
9336
|
|
|
|
|
|
|
}, |
9337
|
|
|
|
|
|
|
'ZWD' => { |
9338
|
|
|
|
|
|
|
symbol => 'ZWD', |
9339
|
|
|
|
|
|
|
display_name => { |
9340
|
|
|
|
|
|
|
'currency' => q(Dollar Siombábach \(1980–2008\)), |
9341
|
|
|
|
|
|
|
'few' => q(Dollar Siombábach \(1980–2008\)), |
9342
|
|
|
|
|
|
|
'many' => q(Dollar Siombábach \(1980–2008\)), |
9343
|
|
|
|
|
|
|
'one' => q(Dollar Siombábach \(1980–2008\)), |
9344
|
|
|
|
|
|
|
'other' => q(Dollar Siombábach \(1980–2008\)), |
9345
|
|
|
|
|
|
|
'two' => q(Dollar Siombábach \(1980–2008\)), |
9346
|
|
|
|
|
|
|
}, |
9347
|
|
|
|
|
|
|
}, |
9348
|
|
|
|
|
|
|
} }, |
9349
|
|
|
|
|
|
|
); |
9350
|
|
|
|
|
|
|
|
9351
|
|
|
|
|
|
|
|
9352
|
|
|
|
|
|
|
has 'calendar_months' => ( |
9353
|
|
|
|
|
|
|
is => 'ro', |
9354
|
|
|
|
|
|
|
isa => HashRef, |
9355
|
|
|
|
|
|
|
init_arg => undef, |
9356
|
|
|
|
|
|
|
default => sub { { |
9357
|
|
|
|
|
|
|
'gregorian' => { |
9358
|
|
|
|
|
|
|
'format' => { |
9359
|
|
|
|
|
|
|
abbreviated => { |
9360
|
|
|
|
|
|
|
nonleap => [ |
9361
|
|
|
|
|
|
|
'Ean', |
9362
|
|
|
|
|
|
|
'Feabh', |
9363
|
|
|
|
|
|
|
'Márta', |
9364
|
|
|
|
|
|
|
'Aib', |
9365
|
|
|
|
|
|
|
'Beal', |
9366
|
|
|
|
|
|
|
'Meith', |
9367
|
|
|
|
|
|
|
'Iúil', |
9368
|
|
|
|
|
|
|
'Lún', |
9369
|
|
|
|
|
|
|
'MFómh', |
9370
|
|
|
|
|
|
|
'DFómh', |
9371
|
|
|
|
|
|
|
'Samh', |
9372
|
|
|
|
|
|
|
'Noll' |
9373
|
|
|
|
|
|
|
], |
9374
|
|
|
|
|
|
|
leap => [ |
9375
|
|
|
|
|
|
|
|
9376
|
|
|
|
|
|
|
], |
9377
|
|
|
|
|
|
|
}, |
9378
|
|
|
|
|
|
|
narrow => { |
9379
|
|
|
|
|
|
|
nonleap => [ |
9380
|
|
|
|
|
|
|
'E', |
9381
|
|
|
|
|
|
|
'F', |
9382
|
|
|
|
|
|
|
'M', |
9383
|
|
|
|
|
|
|
'A', |
9384
|
|
|
|
|
|
|
'B', |
9385
|
|
|
|
|
|
|
'M', |
9386
|
|
|
|
|
|
|
'I', |
9387
|
|
|
|
|
|
|
'L', |
9388
|
|
|
|
|
|
|
'M', |
9389
|
|
|
|
|
|
|
'D', |
9390
|
|
|
|
|
|
|
'S', |
9391
|
|
|
|
|
|
|
'N' |
9392
|
|
|
|
|
|
|
], |
9393
|
|
|
|
|
|
|
leap => [ |
9394
|
|
|
|
|
|
|
|
9395
|
|
|
|
|
|
|
], |
9396
|
|
|
|
|
|
|
}, |
9397
|
|
|
|
|
|
|
wide => { |
9398
|
|
|
|
|
|
|
nonleap => [ |
9399
|
|
|
|
|
|
|
'Eanáir', |
9400
|
|
|
|
|
|
|
'Feabhra', |
9401
|
|
|
|
|
|
|
'Márta', |
9402
|
|
|
|
|
|
|
'Aibreán', |
9403
|
|
|
|
|
|
|
'Bealtaine', |
9404
|
|
|
|
|
|
|
'Meitheamh', |
9405
|
|
|
|
|
|
|
'Iúil', |
9406
|
|
|
|
|
|
|
'Lúnasa', |
9407
|
|
|
|
|
|
|
'Meán Fómhair', |
9408
|
|
|
|
|
|
|
'Deireadh Fómhair', |
9409
|
|
|
|
|
|
|
'Samhain', |
9410
|
|
|
|
|
|
|
'Nollaig' |
9411
|
|
|
|
|
|
|
], |
9412
|
|
|
|
|
|
|
leap => [ |
9413
|
|
|
|
|
|
|
|
9414
|
|
|
|
|
|
|
], |
9415
|
|
|
|
|
|
|
}, |
9416
|
|
|
|
|
|
|
}, |
9417
|
|
|
|
|
|
|
'stand-alone' => { |
9418
|
|
|
|
|
|
|
abbreviated => { |
9419
|
|
|
|
|
|
|
nonleap => [ |
9420
|
|
|
|
|
|
|
'Ean', |
9421
|
|
|
|
|
|
|
'Feabh', |
9422
|
|
|
|
|
|
|
'Márta', |
9423
|
|
|
|
|
|
|
'Aib', |
9424
|
|
|
|
|
|
|
'Beal', |
9425
|
|
|
|
|
|
|
'Meith', |
9426
|
|
|
|
|
|
|
'Iúil', |
9427
|
|
|
|
|
|
|
'Lún', |
9428
|
|
|
|
|
|
|
'MFómh', |
9429
|
|
|
|
|
|
|
'DFómh', |
9430
|
|
|
|
|
|
|
'Samh', |
9431
|
|
|
|
|
|
|
'Noll' |
9432
|
|
|
|
|
|
|
], |
9433
|
|
|
|
|
|
|
leap => [ |
9434
|
|
|
|
|
|
|
|
9435
|
|
|
|
|
|
|
], |
9436
|
|
|
|
|
|
|
}, |
9437
|
|
|
|
|
|
|
narrow => { |
9438
|
|
|
|
|
|
|
nonleap => [ |
9439
|
|
|
|
|
|
|
'E', |
9440
|
|
|
|
|
|
|
'F', |
9441
|
|
|
|
|
|
|
'M', |
9442
|
|
|
|
|
|
|
'A', |
9443
|
|
|
|
|
|
|
'B', |
9444
|
|
|
|
|
|
|
'M', |
9445
|
|
|
|
|
|
|
'I', |
9446
|
|
|
|
|
|
|
'L', |
9447
|
|
|
|
|
|
|
'M', |
9448
|
|
|
|
|
|
|
'D', |
9449
|
|
|
|
|
|
|
'S', |
9450
|
|
|
|
|
|
|
'N' |
9451
|
|
|
|
|
|
|
], |
9452
|
|
|
|
|
|
|
leap => [ |
9453
|
|
|
|
|
|
|
|
9454
|
|
|
|
|
|
|
], |
9455
|
|
|
|
|
|
|
}, |
9456
|
|
|
|
|
|
|
wide => { |
9457
|
|
|
|
|
|
|
nonleap => [ |
9458
|
|
|
|
|
|
|
'Eanáir', |
9459
|
|
|
|
|
|
|
'Feabhra', |
9460
|
|
|
|
|
|
|
'Márta', |
9461
|
|
|
|
|
|
|
'Aibreán', |
9462
|
|
|
|
|
|
|
'Bealtaine', |
9463
|
|
|
|
|
|
|
'Meitheamh', |
9464
|
|
|
|
|
|
|
'Iúil', |
9465
|
|
|
|
|
|
|
'Lúnasa', |
9466
|
|
|
|
|
|
|
'Meán Fómhair', |
9467
|
|
|
|
|
|
|
'Deireadh Fómhair', |
9468
|
|
|
|
|
|
|
'Samhain', |
9469
|
|
|
|
|
|
|
'Nollaig' |
9470
|
|
|
|
|
|
|
], |
9471
|
|
|
|
|
|
|
leap => [ |
9472
|
|
|
|
|
|
|
|
9473
|
|
|
|
|
|
|
], |
9474
|
|
|
|
|
|
|
}, |
9475
|
|
|
|
|
|
|
}, |
9476
|
|
|
|
|
|
|
}, |
9477
|
|
|
|
|
|
|
} }, |
9478
|
|
|
|
|
|
|
); |
9479
|
|
|
|
|
|
|
|
9480
|
|
|
|
|
|
|
has 'calendar_days' => ( |
9481
|
|
|
|
|
|
|
is => 'ro', |
9482
|
|
|
|
|
|
|
isa => HashRef, |
9483
|
|
|
|
|
|
|
init_arg => undef, |
9484
|
|
|
|
|
|
|
default => sub { { |
9485
|
|
|
|
|
|
|
'gregorian' => { |
9486
|
|
|
|
|
|
|
'format' => { |
9487
|
|
|
|
|
|
|
abbreviated => { |
9488
|
|
|
|
|
|
|
mon => 'Luan', |
9489
|
|
|
|
|
|
|
tue => 'Máirt', |
9490
|
|
|
|
|
|
|
wed => 'Céad', |
9491
|
|
|
|
|
|
|
thu => 'Déar', |
9492
|
|
|
|
|
|
|
fri => 'Aoine', |
9493
|
|
|
|
|
|
|
sat => 'Sath', |
9494
|
|
|
|
|
|
|
sun => 'Domh' |
9495
|
|
|
|
|
|
|
}, |
9496
|
|
|
|
|
|
|
narrow => { |
9497
|
|
|
|
|
|
|
mon => 'L', |
9498
|
|
|
|
|
|
|
tue => 'M', |
9499
|
|
|
|
|
|
|
wed => 'C', |
9500
|
|
|
|
|
|
|
thu => 'D', |
9501
|
|
|
|
|
|
|
fri => 'A', |
9502
|
|
|
|
|
|
|
sat => 'S', |
9503
|
|
|
|
|
|
|
sun => 'D' |
9504
|
|
|
|
|
|
|
}, |
9505
|
|
|
|
|
|
|
short => { |
9506
|
|
|
|
|
|
|
mon => 'Lu', |
9507
|
|
|
|
|
|
|
tue => 'Má', |
9508
|
|
|
|
|
|
|
wed => 'Cé', |
9509
|
|
|
|
|
|
|
thu => 'Dé', |
9510
|
|
|
|
|
|
|
fri => 'Ao', |
9511
|
|
|
|
|
|
|
sat => 'Sa', |
9512
|
|
|
|
|
|
|
sun => 'Do' |
9513
|
|
|
|
|
|
|
}, |
9514
|
|
|
|
|
|
|
wide => { |
9515
|
|
|
|
|
|
|
mon => 'Dé Luain', |
9516
|
|
|
|
|
|
|
tue => 'Dé Máirt', |
9517
|
|
|
|
|
|
|
wed => 'Dé Céadaoin', |
9518
|
|
|
|
|
|
|
thu => 'Déardaoin', |
9519
|
|
|
|
|
|
|
fri => 'Dé hAoine', |
9520
|
|
|
|
|
|
|
sat => 'Dé Sathairn', |
9521
|
|
|
|
|
|
|
sun => 'Dé Domhnaigh' |
9522
|
|
|
|
|
|
|
}, |
9523
|
|
|
|
|
|
|
}, |
9524
|
|
|
|
|
|
|
'stand-alone' => { |
9525
|
|
|
|
|
|
|
abbreviated => { |
9526
|
|
|
|
|
|
|
mon => 'Luan', |
9527
|
|
|
|
|
|
|
tue => 'Máirt', |
9528
|
|
|
|
|
|
|
wed => 'Céad', |
9529
|
|
|
|
|
|
|
thu => 'Déar', |
9530
|
|
|
|
|
|
|
fri => 'Aoine', |
9531
|
|
|
|
|
|
|
sat => 'Sath', |
9532
|
|
|
|
|
|
|
sun => 'Domh' |
9533
|
|
|
|
|
|
|
}, |
9534
|
|
|
|
|
|
|
narrow => { |
9535
|
|
|
|
|
|
|
mon => 'L', |
9536
|
|
|
|
|
|
|
tue => 'M', |
9537
|
|
|
|
|
|
|
wed => 'C', |
9538
|
|
|
|
|
|
|
thu => 'D', |
9539
|
|
|
|
|
|
|
fri => 'A', |
9540
|
|
|
|
|
|
|
sat => 'S', |
9541
|
|
|
|
|
|
|
sun => 'D' |
9542
|
|
|
|
|
|
|
}, |
9543
|
|
|
|
|
|
|
short => { |
9544
|
|
|
|
|
|
|
mon => 'Lu', |
9545
|
|
|
|
|
|
|
tue => 'Má', |
9546
|
|
|
|
|
|
|
wed => 'Cé', |
9547
|
|
|
|
|
|
|
thu => 'Dé', |
9548
|
|
|
|
|
|
|
fri => 'Ao', |
9549
|
|
|
|
|
|
|
sat => 'Sa', |
9550
|
|
|
|
|
|
|
sun => 'Do' |
9551
|
|
|
|
|
|
|
}, |
9552
|
|
|
|
|
|
|
wide => { |
9553
|
|
|
|
|
|
|
mon => 'Dé Luain', |
9554
|
|
|
|
|
|
|
tue => 'Dé Máirt', |
9555
|
|
|
|
|
|
|
wed => 'Dé Céadaoin', |
9556
|
|
|
|
|
|
|
thu => 'Déardaoin', |
9557
|
|
|
|
|
|
|
fri => 'Dé hAoine', |
9558
|
|
|
|
|
|
|
sat => 'Dé Sathairn', |
9559
|
|
|
|
|
|
|
sun => 'Dé Domhnaigh' |
9560
|
|
|
|
|
|
|
}, |
9561
|
|
|
|
|
|
|
}, |
9562
|
|
|
|
|
|
|
}, |
9563
|
|
|
|
|
|
|
} }, |
9564
|
|
|
|
|
|
|
); |
9565
|
|
|
|
|
|
|
|
9566
|
|
|
|
|
|
|
has 'calendar_quarters' => ( |
9567
|
|
|
|
|
|
|
is => 'ro', |
9568
|
|
|
|
|
|
|
isa => HashRef, |
9569
|
|
|
|
|
|
|
init_arg => undef, |
9570
|
|
|
|
|
|
|
default => sub { { |
9571
|
|
|
|
|
|
|
'gregorian' => { |
9572
|
|
|
|
|
|
|
'format' => { |
9573
|
|
|
|
|
|
|
abbreviated => {0 => 'R1', |
9574
|
|
|
|
|
|
|
1 => 'R2', |
9575
|
|
|
|
|
|
|
2 => 'R3', |
9576
|
|
|
|
|
|
|
3 => 'R4' |
9577
|
|
|
|
|
|
|
}, |
9578
|
|
|
|
|
|
|
narrow => {0 => '1', |
9579
|
|
|
|
|
|
|
1 => '2', |
9580
|
|
|
|
|
|
|
2 => '3', |
9581
|
|
|
|
|
|
|
3 => '4' |
9582
|
|
|
|
|
|
|
}, |
9583
|
|
|
|
|
|
|
wide => {0 => '1ú ráithe', |
9584
|
|
|
|
|
|
|
1 => '2ú ráithe', |
9585
|
|
|
|
|
|
|
2 => '3ú ráithe', |
9586
|
|
|
|
|
|
|
3 => '4ú ráithe' |
9587
|
|
|
|
|
|
|
}, |
9588
|
|
|
|
|
|
|
}, |
9589
|
|
|
|
|
|
|
'stand-alone' => { |
9590
|
|
|
|
|
|
|
abbreviated => {0 => 'R1', |
9591
|
|
|
|
|
|
|
1 => 'R2', |
9592
|
|
|
|
|
|
|
2 => 'R3', |
9593
|
|
|
|
|
|
|
3 => 'R4' |
9594
|
|
|
|
|
|
|
}, |
9595
|
|
|
|
|
|
|
narrow => {0 => '1', |
9596
|
|
|
|
|
|
|
1 => '2', |
9597
|
|
|
|
|
|
|
2 => '3', |
9598
|
|
|
|
|
|
|
3 => '4' |
9599
|
|
|
|
|
|
|
}, |
9600
|
|
|
|
|
|
|
wide => {0 => '1ú ráithe', |
9601
|
|
|
|
|
|
|
1 => '2ú ráithe', |
9602
|
|
|
|
|
|
|
2 => '3ú ráithe', |
9603
|
|
|
|
|
|
|
3 => '4ú ráithe' |
9604
|
|
|
|
|
|
|
}, |
9605
|
|
|
|
|
|
|
}, |
9606
|
|
|
|
|
|
|
}, |
9607
|
|
|
|
|
|
|
} }, |
9608
|
|
|
|
|
|
|
); |
9609
|
|
|
|
|
|
|
|
9610
|
|
|
|
|
|
|
has 'day_periods' => ( |
9611
|
|
|
|
|
|
|
is => 'ro', |
9612
|
|
|
|
|
|
|
isa => HashRef, |
9613
|
|
|
|
|
|
|
init_arg => undef, |
9614
|
|
|
|
|
|
|
default => sub { { |
9615
|
|
|
|
|
|
|
'gregorian' => { |
9616
|
|
|
|
|
|
|
'format' => { |
9617
|
|
|
|
|
|
|
'abbreviated' => { |
9618
|
|
|
|
|
|
|
'am' => q{r.n.}, |
9619
|
|
|
|
|
|
|
'pm' => q{i.n.}, |
9620
|
|
|
|
|
|
|
}, |
9621
|
|
|
|
|
|
|
'narrow' => { |
9622
|
|
|
|
|
|
|
'am' => q{a}, |
9623
|
|
|
|
|
|
|
'pm' => q{p}, |
9624
|
|
|
|
|
|
|
}, |
9625
|
|
|
|
|
|
|
'wide' => { |
9626
|
|
|
|
|
|
|
'am' => q{r.n.}, |
9627
|
|
|
|
|
|
|
'pm' => q{i.n.}, |
9628
|
|
|
|
|
|
|
}, |
9629
|
|
|
|
|
|
|
}, |
9630
|
|
|
|
|
|
|
'stand-alone' => { |
9631
|
|
|
|
|
|
|
'abbreviated' => { |
9632
|
|
|
|
|
|
|
'am' => q{a.m.}, |
9633
|
|
|
|
|
|
|
'pm' => q{p.m.}, |
9634
|
|
|
|
|
|
|
}, |
9635
|
|
|
|
|
|
|
'narrow' => { |
9636
|
|
|
|
|
|
|
'am' => q{a}, |
9637
|
|
|
|
|
|
|
'pm' => q{p}, |
9638
|
|
|
|
|
|
|
}, |
9639
|
|
|
|
|
|
|
'wide' => { |
9640
|
|
|
|
|
|
|
'am' => q{a.m.}, |
9641
|
|
|
|
|
|
|
'pm' => q{p.m.}, |
9642
|
|
|
|
|
|
|
}, |
9643
|
|
|
|
|
|
|
}, |
9644
|
|
|
|
|
|
|
}, |
9645
|
|
|
|
|
|
|
} }, |
9646
|
|
|
|
|
|
|
); |
9647
|
|
|
|
|
|
|
|
9648
|
|
|
|
|
|
|
has 'eras' => ( |
9649
|
|
|
|
|
|
|
is => 'ro', |
9650
|
|
|
|
|
|
|
isa => HashRef, |
9651
|
|
|
|
|
|
|
init_arg => undef, |
9652
|
|
|
|
|
|
|
default => sub { { |
9653
|
|
|
|
|
|
|
'buddhist' => { |
9654
|
|
|
|
|
|
|
abbreviated => { |
9655
|
|
|
|
|
|
|
'0' => 'RB' |
9656
|
|
|
|
|
|
|
}, |
9657
|
|
|
|
|
|
|
narrow => { |
9658
|
|
|
|
|
|
|
'0' => 'RB' |
9659
|
|
|
|
|
|
|
}, |
9660
|
|
|
|
|
|
|
wide => { |
9661
|
|
|
|
|
|
|
'0' => 'RB' |
9662
|
|
|
|
|
|
|
}, |
9663
|
|
|
|
|
|
|
}, |
9664
|
|
|
|
|
|
|
'generic' => { |
9665
|
|
|
|
|
|
|
}, |
9666
|
|
|
|
|
|
|
'gregorian' => { |
9667
|
|
|
|
|
|
|
abbreviated => { |
9668
|
|
|
|
|
|
|
'0' => 'RC', |
9669
|
|
|
|
|
|
|
'1' => 'AD' |
9670
|
|
|
|
|
|
|
}, |
9671
|
|
|
|
|
|
|
narrow => { |
9672
|
|
|
|
|
|
|
'0' => 'RC', |
9673
|
|
|
|
|
|
|
'1' => 'AD' |
9674
|
|
|
|
|
|
|
}, |
9675
|
|
|
|
|
|
|
wide => { |
9676
|
|
|
|
|
|
|
'0' => 'Roimh Chríost', |
9677
|
|
|
|
|
|
|
'1' => 'Anno Domini' |
9678
|
|
|
|
|
|
|
}, |
9679
|
|
|
|
|
|
|
}, |
9680
|
|
|
|
|
|
|
} }, |
9681
|
|
|
|
|
|
|
); |
9682
|
|
|
|
|
|
|
|
9683
|
|
|
|
|
|
|
has 'date_formats' => ( |
9684
|
|
|
|
|
|
|
is => 'ro', |
9685
|
|
|
|
|
|
|
isa => HashRef, |
9686
|
|
|
|
|
|
|
init_arg => undef, |
9687
|
|
|
|
|
|
|
default => sub { { |
9688
|
|
|
|
|
|
|
'buddhist' => { |
9689
|
|
|
|
|
|
|
'full' => q{EEEE d MMMM y G}, |
9690
|
|
|
|
|
|
|
'long' => q{d MMMM y G}, |
9691
|
|
|
|
|
|
|
'medium' => q{d MMM y G}, |
9692
|
|
|
|
|
|
|
'short' => q{dd/MM/y GGGGG}, |
9693
|
|
|
|
|
|
|
}, |
9694
|
|
|
|
|
|
|
'generic' => { |
9695
|
|
|
|
|
|
|
'full' => q{EEEE d MMMM y G}, |
9696
|
|
|
|
|
|
|
'long' => q{d MMMM y G}, |
9697
|
|
|
|
|
|
|
'medium' => q{d MMM y G}, |
9698
|
|
|
|
|
|
|
'short' => q{dd/MM/y GGGGG}, |
9699
|
|
|
|
|
|
|
}, |
9700
|
|
|
|
|
|
|
'gregorian' => { |
9701
|
|
|
|
|
|
|
'full' => q{EEEE d MMMM y}, |
9702
|
|
|
|
|
|
|
'long' => q{d MMMM y}, |
9703
|
|
|
|
|
|
|
'medium' => q{d MMM y}, |
9704
|
|
|
|
|
|
|
'short' => q{dd/MM/y}, |
9705
|
|
|
|
|
|
|
}, |
9706
|
|
|
|
|
|
|
} }, |
9707
|
|
|
|
|
|
|
); |
9708
|
|
|
|
|
|
|
|
9709
|
|
|
|
|
|
|
has 'time_formats' => ( |
9710
|
|
|
|
|
|
|
is => 'ro', |
9711
|
|
|
|
|
|
|
isa => HashRef, |
9712
|
|
|
|
|
|
|
init_arg => undef, |
9713
|
|
|
|
|
|
|
default => sub { { |
9714
|
|
|
|
|
|
|
'buddhist' => { |
9715
|
|
|
|
|
|
|
}, |
9716
|
|
|
|
|
|
|
'generic' => { |
9717
|
|
|
|
|
|
|
}, |
9718
|
|
|
|
|
|
|
'gregorian' => { |
9719
|
|
|
|
|
|
|
'full' => q{HH:mm:ss zzzz}, |
9720
|
|
|
|
|
|
|
'long' => q{HH:mm:ss z}, |
9721
|
|
|
|
|
|
|
'medium' => q{HH:mm:ss}, |
9722
|
|
|
|
|
|
|
'short' => q{HH:mm}, |
9723
|
|
|
|
|
|
|
}, |
9724
|
|
|
|
|
|
|
} }, |
9725
|
|
|
|
|
|
|
); |
9726
|
|
|
|
|
|
|
|
9727
|
|
|
|
|
|
|
has 'datetime_formats' => ( |
9728
|
|
|
|
|
|
|
is => 'ro', |
9729
|
|
|
|
|
|
|
isa => HashRef, |
9730
|
|
|
|
|
|
|
init_arg => undef, |
9731
|
|
|
|
|
|
|
default => sub { { |
9732
|
|
|
|
|
|
|
'buddhist' => { |
9733
|
|
|
|
|
|
|
'full' => q{{1} {0}}, |
9734
|
|
|
|
|
|
|
'long' => q{{1} {0}}, |
9735
|
|
|
|
|
|
|
'medium' => q{{1} {0}}, |
9736
|
|
|
|
|
|
|
'short' => q{{1} {0}}, |
9737
|
|
|
|
|
|
|
}, |
9738
|
|
|
|
|
|
|
'generic' => { |
9739
|
|
|
|
|
|
|
'full' => q{{1} {0}}, |
9740
|
|
|
|
|
|
|
'long' => q{{1} {0}}, |
9741
|
|
|
|
|
|
|
'medium' => q{{1} {0}}, |
9742
|
|
|
|
|
|
|
'short' => q{{1} {0}}, |
9743
|
|
|
|
|
|
|
}, |
9744
|
|
|
|
|
|
|
'gregorian' => { |
9745
|
|
|
|
|
|
|
'full' => q{{1} {0}}, |
9746
|
|
|
|
|
|
|
'long' => q{{1} {0}}, |
9747
|
|
|
|
|
|
|
'medium' => q{{1} {0}}, |
9748
|
|
|
|
|
|
|
'short' => q{{1} {0}}, |
9749
|
|
|
|
|
|
|
}, |
9750
|
|
|
|
|
|
|
} }, |
9751
|
|
|
|
|
|
|
); |
9752
|
|
|
|
|
|
|
|
9753
|
|
|
|
|
|
|
has 'datetime_formats_available_formats' => ( |
9754
|
|
|
|
|
|
|
is => 'ro', |
9755
|
|
|
|
|
|
|
isa => HashRef, |
9756
|
|
|
|
|
|
|
init_arg => undef, |
9757
|
|
|
|
|
|
|
default => sub { { |
9758
|
|
|
|
|
|
|
'buddhist' => { |
9759
|
|
|
|
|
|
|
E => q{ccc}, |
9760
|
|
|
|
|
|
|
Ed => q{E d}, |
9761
|
|
|
|
|
|
|
Gy => q{y G}, |
9762
|
|
|
|
|
|
|
GyMMM => q{MMM y G}, |
9763
|
|
|
|
|
|
|
GyMMMEd => q{E d MMM y G}, |
9764
|
|
|
|
|
|
|
GyMMMd => q{d MMM y G}, |
9765
|
|
|
|
|
|
|
M => q{LL}, |
9766
|
|
|
|
|
|
|
MEd => q{E dd/MM}, |
9767
|
|
|
|
|
|
|
MMM => q{LLL}, |
9768
|
|
|
|
|
|
|
MMMEd => q{E d MMM}, |
9769
|
|
|
|
|
|
|
MMMMd => q{d MMMM}, |
9770
|
|
|
|
|
|
|
MMMd => q{d MMM}, |
9771
|
|
|
|
|
|
|
Md => q{dd/MM}, |
9772
|
|
|
|
|
|
|
d => q{d}, |
9773
|
|
|
|
|
|
|
y => q{y G}, |
9774
|
|
|
|
|
|
|
yyyy => q{y G}, |
9775
|
|
|
|
|
|
|
yyyyM => q{MM/y GGGGG}, |
9776
|
|
|
|
|
|
|
yyyyMEd => q{E dd/MM/y GGGGG}, |
9777
|
|
|
|
|
|
|
yyyyMMM => q{MMM y G}, |
9778
|
|
|
|
|
|
|
yyyyMMMEd => q{E d MMM y G}, |
9779
|
|
|
|
|
|
|
yyyyMMMM => q{MMMM y G}, |
9780
|
|
|
|
|
|
|
yyyyMMMd => q{d MMM y G}, |
9781
|
|
|
|
|
|
|
yyyyMd => q{dd/MM/y GGGGG}, |
9782
|
|
|
|
|
|
|
yyyyQQQ => q{QQQ y G}, |
9783
|
|
|
|
|
|
|
yyyyQQQQ => q{QQQQ y G}, |
9784
|
|
|
|
|
|
|
}, |
9785
|
|
|
|
|
|
|
'generic' => { |
9786
|
|
|
|
|
|
|
Bh => q{h B}, |
9787
|
|
|
|
|
|
|
Bhm => q{h:mm B}, |
9788
|
|
|
|
|
|
|
Bhms => q{h:mm:ss B}, |
9789
|
|
|
|
|
|
|
E => q{ccc}, |
9790
|
|
|
|
|
|
|
EBhm => q{E h:mm B}, |
9791
|
|
|
|
|
|
|
EBhms => q{E h:mm:ss B}, |
9792
|
|
|
|
|
|
|
EHm => q{E HH:mm}, |
9793
|
|
|
|
|
|
|
EHms => q{E HH:mm:ss}, |
9794
|
|
|
|
|
|
|
Ed => q{E d}, |
9795
|
|
|
|
|
|
|
Ehm => q{E h:mm a}, |
9796
|
|
|
|
|
|
|
Ehms => q{E h:mm:ss a}, |
9797
|
|
|
|
|
|
|
Gy => q{y G}, |
9798
|
|
|
|
|
|
|
GyMMM => q{MMM y G}, |
9799
|
|
|
|
|
|
|
GyMMMEd => q{E d MMM y G}, |
9800
|
|
|
|
|
|
|
GyMMMd => q{d MMM y G}, |
9801
|
|
|
|
|
|
|
H => q{HH}, |
9802
|
|
|
|
|
|
|
Hm => q{HH:mm}, |
9803
|
|
|
|
|
|
|
Hms => q{HH:mm:ss}, |
9804
|
|
|
|
|
|
|
M => q{LL}, |
9805
|
|
|
|
|
|
|
MEd => q{E dd/MM}, |
9806
|
|
|
|
|
|
|
MMM => q{LLL}, |
9807
|
|
|
|
|
|
|
MMMEd => q{E d MMM}, |
9808
|
|
|
|
|
|
|
MMMMd => q{d MMMM}, |
9809
|
|
|
|
|
|
|
MMMd => q{d MMM}, |
9810
|
|
|
|
|
|
|
Md => q{dd/MM}, |
9811
|
|
|
|
|
|
|
d => q{d}, |
9812
|
|
|
|
|
|
|
h => q{h a}, |
9813
|
|
|
|
|
|
|
hm => q{h:mm a}, |
9814
|
|
|
|
|
|
|
hms => q{h:mm:ss a}, |
9815
|
|
|
|
|
|
|
ms => q{mm:ss}, |
9816
|
|
|
|
|
|
|
y => q{y G}, |
9817
|
|
|
|
|
|
|
yyyy => q{y G}, |
9818
|
|
|
|
|
|
|
yyyyM => q{MM/y GGGGG}, |
9819
|
|
|
|
|
|
|
yyyyMEd => q{E dd/MM/y GGGGG}, |
9820
|
|
|
|
|
|
|
yyyyMMM => q{MMM y G}, |
9821
|
|
|
|
|
|
|
yyyyMMMEd => q{E d MMM y G}, |
9822
|
|
|
|
|
|
|
yyyyMMMM => q{MMMM y G}, |
9823
|
|
|
|
|
|
|
yyyyMMMd => q{d MMM y G}, |
9824
|
|
|
|
|
|
|
yyyyMd => q{dd/MM/y GGGGG}, |
9825
|
|
|
|
|
|
|
yyyyQQQ => q{QQQ y G}, |
9826
|
|
|
|
|
|
|
yyyyQQQQ => q{QQQQ y G}, |
9827
|
|
|
|
|
|
|
}, |
9828
|
|
|
|
|
|
|
'gregorian' => { |
9829
|
|
|
|
|
|
|
Bh => q{h B}, |
9830
|
|
|
|
|
|
|
Bhm => q{h:mm B}, |
9831
|
|
|
|
|
|
|
Bhms => q{h:mm:ss B}, |
9832
|
|
|
|
|
|
|
E => q{ccc}, |
9833
|
|
|
|
|
|
|
EBhm => q{E h:mm B}, |
9834
|
|
|
|
|
|
|
EBhms => q{E h:mm:ss B}, |
9835
|
|
|
|
|
|
|
EHm => q{E HH:mm}, |
9836
|
|
|
|
|
|
|
EHms => q{E HH:mm:ss}, |
9837
|
|
|
|
|
|
|
Ed => q{E d}, |
9838
|
|
|
|
|
|
|
Ehm => q{E h:mm a}, |
9839
|
|
|
|
|
|
|
Ehms => q{E h:mm:ss a}, |
9840
|
|
|
|
|
|
|
Gy => q{y G}, |
9841
|
|
|
|
|
|
|
GyMMM => q{MMM y G}, |
9842
|
|
|
|
|
|
|
GyMMMEd => q{E d MMM y G}, |
9843
|
|
|
|
|
|
|
GyMMMd => q{d MMM y G}, |
9844
|
|
|
|
|
|
|
H => q{HH}, |
9845
|
|
|
|
|
|
|
Hm => q{HH:mm}, |
9846
|
|
|
|
|
|
|
Hms => q{HH:mm:ss}, |
9847
|
|
|
|
|
|
|
Hmsv => q{HH:mm:ss v}, |
9848
|
|
|
|
|
|
|
Hmv => q{HH:mm v}, |
9849
|
|
|
|
|
|
|
M => q{LL}, |
9850
|
|
|
|
|
|
|
MEd => q{E dd/MM}, |
9851
|
|
|
|
|
|
|
MMM => q{LLL}, |
9852
|
|
|
|
|
|
|
MMMEd => q{E d MMM}, |
9853
|
|
|
|
|
|
|
MMMMW => q{'seachtain' 'a' W 'i' MMM}, |
9854
|
|
|
|
|
|
|
MMMMd => q{d MMMM}, |
9855
|
|
|
|
|
|
|
MMMd => q{d MMM}, |
9856
|
|
|
|
|
|
|
Md => q{dd/MM}, |
9857
|
|
|
|
|
|
|
d => q{d}, |
9858
|
|
|
|
|
|
|
h => q{h a}, |
9859
|
|
|
|
|
|
|
hm => q{h:mm a}, |
9860
|
|
|
|
|
|
|
hms => q{h:mm:ss a}, |
9861
|
|
|
|
|
|
|
hmsv => q{h:mm:ss a v}, |
9862
|
|
|
|
|
|
|
hmv => q{h:mm a v}, |
9863
|
|
|
|
|
|
|
ms => q{mm:ss}, |
9864
|
|
|
|
|
|
|
y => q{y}, |
9865
|
|
|
|
|
|
|
yM => q{MM/y}, |
9866
|
|
|
|
|
|
|
yMEd => q{E dd/MM/y}, |
9867
|
|
|
|
|
|
|
yMMM => q{MMM y}, |
9868
|
|
|
|
|
|
|
yMMMEd => q{E d MMM y}, |
9869
|
|
|
|
|
|
|
yMMMM => q{MMMM y}, |
9870
|
|
|
|
|
|
|
yMMMd => q{d MMM y}, |
9871
|
|
|
|
|
|
|
yMd => q{dd/MM/y}, |
9872
|
|
|
|
|
|
|
yQQQ => q{QQQ y}, |
9873
|
|
|
|
|
|
|
yQQQQ => q{QQQQ y}, |
9874
|
|
|
|
|
|
|
yw => q{'seachtain' 'a' w 'i' Y}, |
9875
|
|
|
|
|
|
|
}, |
9876
|
|
|
|
|
|
|
} }, |
9877
|
|
|
|
|
|
|
); |
9878
|
|
|
|
|
|
|
|
9879
|
|
|
|
|
|
|
has 'datetime_formats_append_item' => ( |
9880
|
|
|
|
|
|
|
is => 'ro', |
9881
|
|
|
|
|
|
|
isa => HashRef, |
9882
|
|
|
|
|
|
|
init_arg => undef, |
9883
|
|
|
|
|
|
|
default => sub { { |
9884
|
|
|
|
|
|
|
'gregorian' => { |
9885
|
|
|
|
|
|
|
'Timezone' => '{0} {1}', |
9886
|
|
|
|
|
|
|
}, |
9887
|
|
|
|
|
|
|
} }, |
9888
|
|
|
|
|
|
|
); |
9889
|
|
|
|
|
|
|
|
9890
|
|
|
|
|
|
|
has 'datetime_formats_interval' => ( |
9891
|
|
|
|
|
|
|
is => 'ro', |
9892
|
|
|
|
|
|
|
isa => HashRef, |
9893
|
|
|
|
|
|
|
init_arg => undef, |
9894
|
|
|
|
|
|
|
default => sub { { |
9895
|
|
|
|
|
|
|
'buddhist' => { |
9896
|
|
|
|
|
|
|
H => { |
9897
|
|
|
|
|
|
|
H => q{HH – HH}, |
9898
|
|
|
|
|
|
|
}, |
9899
|
|
|
|
|
|
|
Hm => { |
9900
|
|
|
|
|
|
|
H => q{HH:mm – HH:mm}, |
9901
|
|
|
|
|
|
|
m => q{HH:mm – HH:mm}, |
9902
|
|
|
|
|
|
|
}, |
9903
|
|
|
|
|
|
|
Hmv => { |
9904
|
|
|
|
|
|
|
H => q{HH:mm – HH:mm v}, |
9905
|
|
|
|
|
|
|
m => q{HH:mm – HH:mm v}, |
9906
|
|
|
|
|
|
|
}, |
9907
|
|
|
|
|
|
|
Hv => { |
9908
|
|
|
|
|
|
|
H => q{HH – HH v}, |
9909
|
|
|
|
|
|
|
}, |
9910
|
|
|
|
|
|
|
M => { |
9911
|
|
|
|
|
|
|
M => q{MM – MM}, |
9912
|
|
|
|
|
|
|
}, |
9913
|
|
|
|
|
|
|
MEd => { |
9914
|
|
|
|
|
|
|
M => q{E dd/MM – E dd/MM}, |
9915
|
|
|
|
|
|
|
d => q{E dd/MM – E dd/MM}, |
9916
|
|
|
|
|
|
|
}, |
9917
|
|
|
|
|
|
|
MMM => { |
9918
|
|
|
|
|
|
|
M => q{MMM – MMM}, |
9919
|
|
|
|
|
|
|
}, |
9920
|
|
|
|
|
|
|
MMMEd => { |
9921
|
|
|
|
|
|
|
M => q{E d MMM – E d MMM}, |
9922
|
|
|
|
|
|
|
d => q{E d MMM – E d MMM}, |
9923
|
|
|
|
|
|
|
}, |
9924
|
|
|
|
|
|
|
MMMd => { |
9925
|
|
|
|
|
|
|
M => q{d MMM – d MMM}, |
9926
|
|
|
|
|
|
|
d => q{d – d MMM}, |
9927
|
|
|
|
|
|
|
}, |
9928
|
|
|
|
|
|
|
Md => { |
9929
|
|
|
|
|
|
|
M => q{dd/MM – dd/MM}, |
9930
|
|
|
|
|
|
|
d => q{dd/MM – dd/MM}, |
9931
|
|
|
|
|
|
|
}, |
9932
|
|
|
|
|
|
|
d => { |
9933
|
|
|
|
|
|
|
d => q{d – d}, |
9934
|
|
|
|
|
|
|
}, |
9935
|
|
|
|
|
|
|
fallback => '{0} – {1}', |
9936
|
|
|
|
|
|
|
h => { |
9937
|
|
|
|
|
|
|
a => q{h a – h a}, |
9938
|
|
|
|
|
|
|
h => q{h – h a}, |
9939
|
|
|
|
|
|
|
}, |
9940
|
|
|
|
|
|
|
hm => { |
9941
|
|
|
|
|
|
|
a => q{h:mm a – h:mm a}, |
9942
|
|
|
|
|
|
|
h => q{h:mm – h:mm a}, |
9943
|
|
|
|
|
|
|
m => q{h:mm – h:mm a}, |
9944
|
|
|
|
|
|
|
}, |
9945
|
|
|
|
|
|
|
hmv => { |
9946
|
|
|
|
|
|
|
a => q{h:mm a – h:mm a v}, |
9947
|
|
|
|
|
|
|
h => q{h:mm – h:mm a v}, |
9948
|
|
|
|
|
|
|
m => q{h:mm – h:mm a v}, |
9949
|
|
|
|
|
|
|
}, |
9950
|
|
|
|
|
|
|
hv => { |
9951
|
|
|
|
|
|
|
a => q{h a – h a v}, |
9952
|
|
|
|
|
|
|
h => q{h – h a v}, |
9953
|
|
|
|
|
|
|
}, |
9954
|
|
|
|
|
|
|
y => { |
9955
|
|
|
|
|
|
|
y => q{y – y G}, |
9956
|
|
|
|
|
|
|
}, |
9957
|
|
|
|
|
|
|
yM => { |
9958
|
|
|
|
|
|
|
M => q{MM/y – MM/y GGGGG}, |
9959
|
|
|
|
|
|
|
y => q{MM/y – MM/y GGGGG}, |
9960
|
|
|
|
|
|
|
}, |
9961
|
|
|
|
|
|
|
yMEd => { |
9962
|
|
|
|
|
|
|
M => q{E dd/MM/y – E dd/MM/y GGGGG}, |
9963
|
|
|
|
|
|
|
d => q{E dd/MM/y – E dd/MM/y GGGGG}, |
9964
|
|
|
|
|
|
|
y => q{E dd/MM/y – E dd/MM/y GGGGG}, |
9965
|
|
|
|
|
|
|
}, |
9966
|
|
|
|
|
|
|
yMMM => { |
9967
|
|
|
|
|
|
|
M => q{MMM – MMM y G}, |
9968
|
|
|
|
|
|
|
y => q{MMM y – MMM y G}, |
9969
|
|
|
|
|
|
|
}, |
9970
|
|
|
|
|
|
|
yMMMEd => { |
9971
|
|
|
|
|
|
|
M => q{E d MMM – E d MMM y G}, |
9972
|
|
|
|
|
|
|
d => q{E d MMM – E d MMM y G}, |
9973
|
|
|
|
|
|
|
y => q{E d MMM y – E d MMM y G}, |
9974
|
|
|
|
|
|
|
}, |
9975
|
|
|
|
|
|
|
yMMMM => { |
9976
|
|
|
|
|
|
|
M => q{MMMM – MMMM y G}, |
9977
|
|
|
|
|
|
|
y => q{MMMM y – MMMM y G}, |
9978
|
|
|
|
|
|
|
}, |
9979
|
|
|
|
|
|
|
yMMMd => { |
9980
|
|
|
|
|
|
|
M => q{d MMM – d MMM y G}, |
9981
|
|
|
|
|
|
|
d => q{d – d MMM y G}, |
9982
|
|
|
|
|
|
|
y => q{d MMM y – d MMM y G}, |
9983
|
|
|
|
|
|
|
}, |
9984
|
|
|
|
|
|
|
yMd => { |
9985
|
|
|
|
|
|
|
M => q{dd/MM/y – dd/MM/y GGGGG}, |
9986
|
|
|
|
|
|
|
d => q{dd/MM/y – dd/MM/y GGGGG}, |
9987
|
|
|
|
|
|
|
y => q{dd/MM/y – dd/MM/y GGGGG}, |
9988
|
|
|
|
|
|
|
}, |
9989
|
|
|
|
|
|
|
}, |
9990
|
|
|
|
|
|
|
'generic' => { |
9991
|
|
|
|
|
|
|
H => { |
9992
|
|
|
|
|
|
|
H => q{HH – HH}, |
9993
|
|
|
|
|
|
|
}, |
9994
|
|
|
|
|
|
|
Hm => { |
9995
|
|
|
|
|
|
|
H => q{HH:mm – HH:mm}, |
9996
|
|
|
|
|
|
|
m => q{HH:mm – HH:mm}, |
9997
|
|
|
|
|
|
|
}, |
9998
|
|
|
|
|
|
|
Hmv => { |
9999
|
|
|
|
|
|
|
H => q{HH:mm – HH:mm v}, |
10000
|
|
|
|
|
|
|
m => q{HH:mm – HH:mm v}, |
10001
|
|
|
|
|
|
|
}, |
10002
|
|
|
|
|
|
|
Hv => { |
10003
|
|
|
|
|
|
|
H => q{HH – HH v}, |
10004
|
|
|
|
|
|
|
}, |
10005
|
|
|
|
|
|
|
M => { |
10006
|
|
|
|
|
|
|
M => q{MM – MM}, |
10007
|
|
|
|
|
|
|
}, |
10008
|
|
|
|
|
|
|
MEd => { |
10009
|
|
|
|
|
|
|
M => q{E dd/MM – E dd/MM}, |
10010
|
|
|
|
|
|
|
d => q{E dd/MM – E dd/MM}, |
10011
|
|
|
|
|
|
|
}, |
10012
|
|
|
|
|
|
|
MMM => { |
10013
|
|
|
|
|
|
|
M => q{MMM – MMM}, |
10014
|
|
|
|
|
|
|
}, |
10015
|
|
|
|
|
|
|
MMMEd => { |
10016
|
|
|
|
|
|
|
M => q{E d MMM – E d MMM}, |
10017
|
|
|
|
|
|
|
d => q{E d MMM – E d MMM}, |
10018
|
|
|
|
|
|
|
}, |
10019
|
|
|
|
|
|
|
MMMd => { |
10020
|
|
|
|
|
|
|
M => q{d MMM – d MMM}, |
10021
|
|
|
|
|
|
|
d => q{d – d MMM}, |
10022
|
|
|
|
|
|
|
}, |
10023
|
|
|
|
|
|
|
Md => { |
10024
|
|
|
|
|
|
|
M => q{dd/MM – dd/MM}, |
10025
|
|
|
|
|
|
|
d => q{dd/MM – dd/MM}, |
10026
|
|
|
|
|
|
|
}, |
10027
|
|
|
|
|
|
|
d => { |
10028
|
|
|
|
|
|
|
d => q{d – d}, |
10029
|
|
|
|
|
|
|
}, |
10030
|
|
|
|
|
|
|
fallback => '{0} – {1}', |
10031
|
|
|
|
|
|
|
h => { |
10032
|
|
|
|
|
|
|
a => q{h a – h a}, |
10033
|
|
|
|
|
|
|
h => q{h–h a}, |
10034
|
|
|
|
|
|
|
}, |
10035
|
|
|
|
|
|
|
hm => { |
10036
|
|
|
|
|
|
|
a => q{h:mm a – h:mm a}, |
10037
|
|
|
|
|
|
|
h => q{h:mm – h:mm a}, |
10038
|
|
|
|
|
|
|
m => q{h:mm – h:mm a}, |
10039
|
|
|
|
|
|
|
}, |
10040
|
|
|
|
|
|
|
hmv => { |
10041
|
|
|
|
|
|
|
a => q{h:mm a – h:mm a v}, |
10042
|
|
|
|
|
|
|
h => q{h:mm – h:mm a v}, |
10043
|
|
|
|
|
|
|
m => q{h:mm – h:mm a v}, |
10044
|
|
|
|
|
|
|
}, |
10045
|
|
|
|
|
|
|
hv => { |
10046
|
|
|
|
|
|
|
a => q{h a – h a v}, |
10047
|
|
|
|
|
|
|
h => q{h – h a v}, |
10048
|
|
|
|
|
|
|
}, |
10049
|
|
|
|
|
|
|
y => { |
10050
|
|
|
|
|
|
|
y => q{y – y G}, |
10051
|
|
|
|
|
|
|
}, |
10052
|
|
|
|
|
|
|
yM => { |
10053
|
|
|
|
|
|
|
M => q{MM/y – MM/y GGGGG}, |
10054
|
|
|
|
|
|
|
y => q{MM/y – MM/y GGGGG}, |
10055
|
|
|
|
|
|
|
}, |
10056
|
|
|
|
|
|
|
yMEd => { |
10057
|
|
|
|
|
|
|
M => q{E dd/MM/y – E dd/MM/y GGGGG}, |
10058
|
|
|
|
|
|
|
d => q{E dd/MM/y – E dd/MM/y GGGGG}, |
10059
|
|
|
|
|
|
|
y => q{E dd/MM/y – E dd/MM/y GGGGG}, |
10060
|
|
|
|
|
|
|
}, |
10061
|
|
|
|
|
|
|
yMMM => { |
10062
|
|
|
|
|
|
|
M => q{MMM – MMM y G}, |
10063
|
|
|
|
|
|
|
y => q{MMM y – MMM y G}, |
10064
|
|
|
|
|
|
|
}, |
10065
|
|
|
|
|
|
|
yMMMEd => { |
10066
|
|
|
|
|
|
|
M => q{E d MMM – E d MMM y G}, |
10067
|
|
|
|
|
|
|
d => q{E d MMM – E d MMM y G}, |
10068
|
|
|
|
|
|
|
y => q{E d MMM y – E d MMM y G}, |
10069
|
|
|
|
|
|
|
}, |
10070
|
|
|
|
|
|
|
yMMMM => { |
10071
|
|
|
|
|
|
|
M => q{MMMM – MMMM y G}, |
10072
|
|
|
|
|
|
|
y => q{MMMM y – MMMM y G}, |
10073
|
|
|
|
|
|
|
}, |
10074
|
|
|
|
|
|
|
yMMMd => { |
10075
|
|
|
|
|
|
|
M => q{d MMM – d MMM y G}, |
10076
|
|
|
|
|
|
|
d => q{d – d MMM y G}, |
10077
|
|
|
|
|
|
|
y => q{d MMM y – d MMM y G}, |
10078
|
|
|
|
|
|
|
}, |
10079
|
|
|
|
|
|
|
yMd => { |
10080
|
|
|
|
|
|
|
M => q{dd/MM/y – dd/MM/y GGGGG}, |
10081
|
|
|
|
|
|
|
d => q{dd/MM/y – dd/MM/y GGGGG}, |
10082
|
|
|
|
|
|
|
y => q{dd/MM/y – dd/MM/y GGGGG}, |
10083
|
|
|
|
|
|
|
}, |
10084
|
|
|
|
|
|
|
}, |
10085
|
|
|
|
|
|
|
'gregorian' => { |
10086
|
|
|
|
|
|
|
H => { |
10087
|
|
|
|
|
|
|
H => q{HH – HH}, |
10088
|
|
|
|
|
|
|
}, |
10089
|
|
|
|
|
|
|
Hm => { |
10090
|
|
|
|
|
|
|
H => q{HH:mm – HH:mm}, |
10091
|
|
|
|
|
|
|
m => q{HH:mm – HH:mm}, |
10092
|
|
|
|
|
|
|
}, |
10093
|
|
|
|
|
|
|
Hmv => { |
10094
|
|
|
|
|
|
|
H => q{HH:mm – HH:mm v}, |
10095
|
|
|
|
|
|
|
m => q{HH:mm – HH:mm v}, |
10096
|
|
|
|
|
|
|
}, |
10097
|
|
|
|
|
|
|
Hv => { |
10098
|
|
|
|
|
|
|
H => q{HH – HH v}, |
10099
|
|
|
|
|
|
|
}, |
10100
|
|
|
|
|
|
|
M => { |
10101
|
|
|
|
|
|
|
M => q{MM – MM}, |
10102
|
|
|
|
|
|
|
}, |
10103
|
|
|
|
|
|
|
MEd => { |
10104
|
|
|
|
|
|
|
M => q{E dd/MM – E dd/MM}, |
10105
|
|
|
|
|
|
|
d => q{E dd/MM – E dd/MM}, |
10106
|
|
|
|
|
|
|
}, |
10107
|
|
|
|
|
|
|
MMM => { |
10108
|
|
|
|
|
|
|
M => q{MMM – MMM}, |
10109
|
|
|
|
|
|
|
}, |
10110
|
|
|
|
|
|
|
MMMEd => { |
10111
|
|
|
|
|
|
|
M => q{E d MMM – E d MMM}, |
10112
|
|
|
|
|
|
|
d => q{E d MMM – E d MMM}, |
10113
|
|
|
|
|
|
|
}, |
10114
|
|
|
|
|
|
|
MMMd => { |
10115
|
|
|
|
|
|
|
M => q{d MMM – d MMM}, |
10116
|
|
|
|
|
|
|
d => q{d – d MMM}, |
10117
|
|
|
|
|
|
|
}, |
10118
|
|
|
|
|
|
|
Md => { |
10119
|
|
|
|
|
|
|
M => q{dd/MM – dd/MM}, |
10120
|
|
|
|
|
|
|
d => q{dd/MM – dd/MM}, |
10121
|
|
|
|
|
|
|
}, |
10122
|
|
|
|
|
|
|
d => { |
10123
|
|
|
|
|
|
|
d => q{d – d}, |
10124
|
|
|
|
|
|
|
}, |
10125
|
|
|
|
|
|
|
fallback => '{0} – {1}', |
10126
|
|
|
|
|
|
|
h => { |
10127
|
|
|
|
|
|
|
a => q{h a – h a}, |
10128
|
|
|
|
|
|
|
h => q{h – h a}, |
10129
|
|
|
|
|
|
|
}, |
10130
|
|
|
|
|
|
|
hm => { |
10131
|
|
|
|
|
|
|
a => q{h:mm a – h:mm a}, |
10132
|
|
|
|
|
|
|
h => q{h:mm – h:mm a}, |
10133
|
|
|
|
|
|
|
m => q{h:mm – h:mm a}, |
10134
|
|
|
|
|
|
|
}, |
10135
|
|
|
|
|
|
|
hmv => { |
10136
|
|
|
|
|
|
|
a => q{h:mm a – h:mm a v}, |
10137
|
|
|
|
|
|
|
h => q{h:mm – h:mm a v}, |
10138
|
|
|
|
|
|
|
m => q{h:mm – h:mm a v}, |
10139
|
|
|
|
|
|
|
}, |
10140
|
|
|
|
|
|
|
hv => { |
10141
|
|
|
|
|
|
|
a => q{h a – h a v}, |
10142
|
|
|
|
|
|
|
h => q{h – h a v}, |
10143
|
|
|
|
|
|
|
}, |
10144
|
|
|
|
|
|
|
y => { |
10145
|
|
|
|
|
|
|
y => q{y – y}, |
10146
|
|
|
|
|
|
|
}, |
10147
|
|
|
|
|
|
|
yM => { |
10148
|
|
|
|
|
|
|
M => q{MM/y – MM/y}, |
10149
|
|
|
|
|
|
|
y => q{MM/y – MM/y}, |
10150
|
|
|
|
|
|
|
}, |
10151
|
|
|
|
|
|
|
yMEd => { |
10152
|
|
|
|
|
|
|
M => q{E dd/MM/y – E dd/MM/y}, |
10153
|
|
|
|
|
|
|
d => q{E dd/MM/y – E dd/MM/y}, |
10154
|
|
|
|
|
|
|
y => q{E dd/MM/y – E dd/MM/y}, |
10155
|
|
|
|
|
|
|
}, |
10156
|
|
|
|
|
|
|
yMMM => { |
10157
|
|
|
|
|
|
|
M => q{MMM – MMM y}, |
10158
|
|
|
|
|
|
|
y => q{MMM y – MMM y}, |
10159
|
|
|
|
|
|
|
}, |
10160
|
|
|
|
|
|
|
yMMMEd => { |
10161
|
|
|
|
|
|
|
M => q{E d MMM – E d MMM y}, |
10162
|
|
|
|
|
|
|
d => q{E d MMM – E d MMM y}, |
10163
|
|
|
|
|
|
|
y => q{E d MMM y – E d MMM y}, |
10164
|
|
|
|
|
|
|
}, |
10165
|
|
|
|
|
|
|
yMMMM => { |
10166
|
|
|
|
|
|
|
M => q{MMMM – MMMM y}, |
10167
|
|
|
|
|
|
|
y => q{MMMM y – MMMM y}, |
10168
|
|
|
|
|
|
|
}, |
10169
|
|
|
|
|
|
|
yMMMd => { |
10170
|
|
|
|
|
|
|
M => q{d MMM – d MMM y}, |
10171
|
|
|
|
|
|
|
d => q{d – d MMM y}, |
10172
|
|
|
|
|
|
|
y => q{d MMM y – d MMM y}, |
10173
|
|
|
|
|
|
|
}, |
10174
|
|
|
|
|
|
|
yMd => { |
10175
|
|
|
|
|
|
|
M => q{dd/MM/y – dd/MM/y}, |
10176
|
|
|
|
|
|
|
d => q{dd/MM/y – dd/MM/y}, |
10177
|
|
|
|
|
|
|
y => q{dd/MM/y – dd/MM/y}, |
10178
|
|
|
|
|
|
|
}, |
10179
|
|
|
|
|
|
|
}, |
10180
|
|
|
|
|
|
|
} }, |
10181
|
|
|
|
|
|
|
); |
10182
|
|
|
|
|
|
|
|
10183
|
|
|
|
|
|
|
has 'time_zone_names' => ( |
10184
|
|
|
|
|
|
|
is => 'ro', |
10185
|
|
|
|
|
|
|
isa => HashRef, |
10186
|
|
|
|
|
|
|
init_arg => undef, |
10187
|
|
|
|
|
|
|
default => sub { { |
10188
|
|
|
|
|
|
|
hourFormat => q(+HH:mm;-HH:mm), |
10189
|
|
|
|
|
|
|
gmtFormat => q(MAG{0}), |
10190
|
|
|
|
|
|
|
gmtZeroFormat => q(MAG), |
10191
|
|
|
|
|
|
|
regionFormat => q({0}), |
10192
|
|
|
|
|
|
|
regionFormat => q({0} (+1)), |
10193
|
|
|
|
|
|
|
regionFormat => q({0} (+0)), |
10194
|
|
|
|
|
|
|
fallbackFormat => q({1} ({0})), |
10195
|
|
|
|
|
|
|
'Acre' => { |
10196
|
|
|
|
|
|
|
long => { |
10197
|
|
|
|
|
|
|
'daylight' => q#Am Samhraidh Acre#, |
10198
|
|
|
|
|
|
|
'generic' => q#Am Acre#, |
10199
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach Acre#, |
10200
|
|
|
|
|
|
|
}, |
10201
|
|
|
|
|
|
|
}, |
10202
|
|
|
|
|
|
|
'Afghanistan' => { |
10203
|
|
|
|
|
|
|
long => { |
10204
|
|
|
|
|
|
|
'standard' => q#Am na hAfganastáine#, |
10205
|
|
|
|
|
|
|
}, |
10206
|
|
|
|
|
|
|
}, |
10207
|
|
|
|
|
|
|
'Africa/Abidjan' => { |
10208
|
|
|
|
|
|
|
exemplarCity => q#Abidjan#, |
10209
|
|
|
|
|
|
|
}, |
10210
|
|
|
|
|
|
|
'Africa/Accra' => { |
10211
|
|
|
|
|
|
|
exemplarCity => q#Accra#, |
10212
|
|
|
|
|
|
|
}, |
10213
|
|
|
|
|
|
|
'Africa/Addis_Ababa' => { |
10214
|
|
|
|
|
|
|
exemplarCity => q#Adas Ababa#, |
10215
|
|
|
|
|
|
|
}, |
10216
|
|
|
|
|
|
|
'Africa/Algiers' => { |
10217
|
|
|
|
|
|
|
exemplarCity => q#Cathair na hAilgéire#, |
10218
|
|
|
|
|
|
|
}, |
10219
|
|
|
|
|
|
|
'Africa/Asmera' => { |
10220
|
|
|
|
|
|
|
exemplarCity => q#Asmara#, |
10221
|
|
|
|
|
|
|
}, |
10222
|
|
|
|
|
|
|
'Africa/Bamako' => { |
10223
|
|
|
|
|
|
|
exemplarCity => q#Bamako#, |
10224
|
|
|
|
|
|
|
}, |
10225
|
|
|
|
|
|
|
'Africa/Bangui' => { |
10226
|
|
|
|
|
|
|
exemplarCity => q#Bangui#, |
10227
|
|
|
|
|
|
|
}, |
10228
|
|
|
|
|
|
|
'Africa/Banjul' => { |
10229
|
|
|
|
|
|
|
exemplarCity => q#Banjul#, |
10230
|
|
|
|
|
|
|
}, |
10231
|
|
|
|
|
|
|
'Africa/Bissau' => { |
10232
|
|
|
|
|
|
|
exemplarCity => q#Bissau#, |
10233
|
|
|
|
|
|
|
}, |
10234
|
|
|
|
|
|
|
'Africa/Blantyre' => { |
10235
|
|
|
|
|
|
|
exemplarCity => q#Baile an tSaoir#, |
10236
|
|
|
|
|
|
|
}, |
10237
|
|
|
|
|
|
|
'Africa/Brazzaville' => { |
10238
|
|
|
|
|
|
|
exemplarCity => q#Brazzaville#, |
10239
|
|
|
|
|
|
|
}, |
10240
|
|
|
|
|
|
|
'Africa/Bujumbura' => { |
10241
|
|
|
|
|
|
|
exemplarCity => q#Bujumbura#, |
10242
|
|
|
|
|
|
|
}, |
10243
|
|
|
|
|
|
|
'Africa/Cairo' => { |
10244
|
|
|
|
|
|
|
exemplarCity => q#Caireo#, |
10245
|
|
|
|
|
|
|
}, |
10246
|
|
|
|
|
|
|
'Africa/Casablanca' => { |
10247
|
|
|
|
|
|
|
exemplarCity => q#Casablanca#, |
10248
|
|
|
|
|
|
|
}, |
10249
|
|
|
|
|
|
|
'Africa/Ceuta' => { |
10250
|
|
|
|
|
|
|
exemplarCity => q#Ceuta#, |
10251
|
|
|
|
|
|
|
}, |
10252
|
|
|
|
|
|
|
'Africa/Conakry' => { |
10253
|
|
|
|
|
|
|
exemplarCity => q#Conacraí#, |
10254
|
|
|
|
|
|
|
}, |
10255
|
|
|
|
|
|
|
'Africa/Dakar' => { |
10256
|
|
|
|
|
|
|
exemplarCity => q#Dacár#, |
10257
|
|
|
|
|
|
|
}, |
10258
|
|
|
|
|
|
|
'Africa/Dar_es_Salaam' => { |
10259
|
|
|
|
|
|
|
exemplarCity => q#Dárasalám#, |
10260
|
|
|
|
|
|
|
}, |
10261
|
|
|
|
|
|
|
'Africa/Djibouti' => { |
10262
|
|
|
|
|
|
|
exemplarCity => q#Djibouti#, |
10263
|
|
|
|
|
|
|
}, |
10264
|
|
|
|
|
|
|
'Africa/Douala' => { |
10265
|
|
|
|
|
|
|
exemplarCity => q#Douala#, |
10266
|
|
|
|
|
|
|
}, |
10267
|
|
|
|
|
|
|
'Africa/El_Aaiun' => { |
10268
|
|
|
|
|
|
|
exemplarCity => q#El Aaiun#, |
10269
|
|
|
|
|
|
|
}, |
10270
|
|
|
|
|
|
|
'Africa/Freetown' => { |
10271
|
|
|
|
|
|
|
exemplarCity => q#Freetown#, |
10272
|
|
|
|
|
|
|
}, |
10273
|
|
|
|
|
|
|
'Africa/Gaborone' => { |
10274
|
|
|
|
|
|
|
exemplarCity => q#Gaborone#, |
10275
|
|
|
|
|
|
|
}, |
10276
|
|
|
|
|
|
|
'Africa/Harare' => { |
10277
|
|
|
|
|
|
|
exemplarCity => q#Harare#, |
10278
|
|
|
|
|
|
|
}, |
10279
|
|
|
|
|
|
|
'Africa/Johannesburg' => { |
10280
|
|
|
|
|
|
|
exemplarCity => q#Johannesburg#, |
10281
|
|
|
|
|
|
|
}, |
10282
|
|
|
|
|
|
|
'Africa/Juba' => { |
10283
|
|
|
|
|
|
|
exemplarCity => q#Juba#, |
10284
|
|
|
|
|
|
|
}, |
10285
|
|
|
|
|
|
|
'Africa/Kampala' => { |
10286
|
|
|
|
|
|
|
exemplarCity => q#Kampala#, |
10287
|
|
|
|
|
|
|
}, |
10288
|
|
|
|
|
|
|
'Africa/Khartoum' => { |
10289
|
|
|
|
|
|
|
exemplarCity => q#Cartúm#, |
10290
|
|
|
|
|
|
|
}, |
10291
|
|
|
|
|
|
|
'Africa/Kigali' => { |
10292
|
|
|
|
|
|
|
exemplarCity => q#Kigali#, |
10293
|
|
|
|
|
|
|
}, |
10294
|
|
|
|
|
|
|
'Africa/Kinshasa' => { |
10295
|
|
|
|
|
|
|
exemplarCity => q#Cinseasa#, |
10296
|
|
|
|
|
|
|
}, |
10297
|
|
|
|
|
|
|
'Africa/Lagos' => { |
10298
|
|
|
|
|
|
|
exemplarCity => q#Lagos#, |
10299
|
|
|
|
|
|
|
}, |
10300
|
|
|
|
|
|
|
'Africa/Libreville' => { |
10301
|
|
|
|
|
|
|
exemplarCity => q#Libreville#, |
10302
|
|
|
|
|
|
|
}, |
10303
|
|
|
|
|
|
|
'Africa/Lome' => { |
10304
|
|
|
|
|
|
|
exemplarCity => q#Lome#, |
10305
|
|
|
|
|
|
|
}, |
10306
|
|
|
|
|
|
|
'Africa/Luanda' => { |
10307
|
|
|
|
|
|
|
exemplarCity => q#Luanda#, |
10308
|
|
|
|
|
|
|
}, |
10309
|
|
|
|
|
|
|
'Africa/Lubumbashi' => { |
10310
|
|
|
|
|
|
|
exemplarCity => q#Lubumbashi#, |
10311
|
|
|
|
|
|
|
}, |
10312
|
|
|
|
|
|
|
'Africa/Lusaka' => { |
10313
|
|
|
|
|
|
|
exemplarCity => q#Lusaka#, |
10314
|
|
|
|
|
|
|
}, |
10315
|
|
|
|
|
|
|
'Africa/Malabo' => { |
10316
|
|
|
|
|
|
|
exemplarCity => q#Malabo#, |
10317
|
|
|
|
|
|
|
}, |
10318
|
|
|
|
|
|
|
'Africa/Maputo' => { |
10319
|
|
|
|
|
|
|
exemplarCity => q#Mapútó#, |
10320
|
|
|
|
|
|
|
}, |
10321
|
|
|
|
|
|
|
'Africa/Maseru' => { |
10322
|
|
|
|
|
|
|
exemplarCity => q#Maseru#, |
10323
|
|
|
|
|
|
|
}, |
10324
|
|
|
|
|
|
|
'Africa/Mbabane' => { |
10325
|
|
|
|
|
|
|
exemplarCity => q#Mbabane#, |
10326
|
|
|
|
|
|
|
}, |
10327
|
|
|
|
|
|
|
'Africa/Mogadishu' => { |
10328
|
|
|
|
|
|
|
exemplarCity => q#Mogaidisiú#, |
10329
|
|
|
|
|
|
|
}, |
10330
|
|
|
|
|
|
|
'Africa/Monrovia' => { |
10331
|
|
|
|
|
|
|
exemplarCity => q#Monrovia#, |
10332
|
|
|
|
|
|
|
}, |
10333
|
|
|
|
|
|
|
'Africa/Nairobi' => { |
10334
|
|
|
|
|
|
|
exemplarCity => q#Nairobi#, |
10335
|
|
|
|
|
|
|
}, |
10336
|
|
|
|
|
|
|
'Africa/Ndjamena' => { |
10337
|
|
|
|
|
|
|
exemplarCity => q#Ndjamena#, |
10338
|
|
|
|
|
|
|
}, |
10339
|
|
|
|
|
|
|
'Africa/Niamey' => { |
10340
|
|
|
|
|
|
|
exemplarCity => q#Niamey#, |
10341
|
|
|
|
|
|
|
}, |
10342
|
|
|
|
|
|
|
'Africa/Nouakchott' => { |
10343
|
|
|
|
|
|
|
exemplarCity => q#Nuacsat#, |
10344
|
|
|
|
|
|
|
}, |
10345
|
|
|
|
|
|
|
'Africa/Ouagadougou' => { |
10346
|
|
|
|
|
|
|
exemplarCity => q#Ouagadougou#, |
10347
|
|
|
|
|
|
|
}, |
10348
|
|
|
|
|
|
|
'Africa/Porto-Novo' => { |
10349
|
|
|
|
|
|
|
exemplarCity => q#Porto-Novo#, |
10350
|
|
|
|
|
|
|
}, |
10351
|
|
|
|
|
|
|
'Africa/Sao_Tome' => { |
10352
|
|
|
|
|
|
|
exemplarCity => q#São Tomé#, |
10353
|
|
|
|
|
|
|
}, |
10354
|
|
|
|
|
|
|
'Africa/Tripoli' => { |
10355
|
|
|
|
|
|
|
exemplarCity => q#Tripilí#, |
10356
|
|
|
|
|
|
|
}, |
10357
|
|
|
|
|
|
|
'Africa/Tunis' => { |
10358
|
|
|
|
|
|
|
exemplarCity => q#Túinis#, |
10359
|
|
|
|
|
|
|
}, |
10360
|
|
|
|
|
|
|
'Africa/Windhoek' => { |
10361
|
|
|
|
|
|
|
exemplarCity => q#Windhoek#, |
10362
|
|
|
|
|
|
|
}, |
10363
|
|
|
|
|
|
|
'Africa_Central' => { |
10364
|
|
|
|
|
|
|
long => { |
10365
|
|
|
|
|
|
|
'standard' => q#Am Lár na hAfraice#, |
10366
|
|
|
|
|
|
|
}, |
10367
|
|
|
|
|
|
|
}, |
10368
|
|
|
|
|
|
|
'Africa_Eastern' => { |
10369
|
|
|
|
|
|
|
long => { |
10370
|
|
|
|
|
|
|
'standard' => q#Am Oirthear na hAfraice#, |
10371
|
|
|
|
|
|
|
}, |
10372
|
|
|
|
|
|
|
}, |
10373
|
|
|
|
|
|
|
'Africa_Southern' => { |
10374
|
|
|
|
|
|
|
long => { |
10375
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach na hAfraice Theas#, |
10376
|
|
|
|
|
|
|
}, |
10377
|
|
|
|
|
|
|
}, |
10378
|
|
|
|
|
|
|
'Africa_Western' => { |
10379
|
|
|
|
|
|
|
long => { |
10380
|
|
|
|
|
|
|
'daylight' => q#Am Samhraidh Iarthar na hAfraice#, |
10381
|
|
|
|
|
|
|
'generic' => q#Am Iarthar na hAfraice#, |
10382
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach Iarthar na hAfraice#, |
10383
|
|
|
|
|
|
|
}, |
10384
|
|
|
|
|
|
|
}, |
10385
|
|
|
|
|
|
|
'Alaska' => { |
10386
|
|
|
|
|
|
|
long => { |
10387
|
|
|
|
|
|
|
'daylight' => q#Am Samhraidh Alasca#, |
10388
|
|
|
|
|
|
|
'generic' => q#Am Alasca#, |
10389
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach Alasca#, |
10390
|
|
|
|
|
|
|
}, |
10391
|
|
|
|
|
|
|
}, |
10392
|
|
|
|
|
|
|
'Almaty' => { |
10393
|
|
|
|
|
|
|
long => { |
10394
|
|
|
|
|
|
|
'daylight' => q#Am Samhraidh Almaty#, |
10395
|
|
|
|
|
|
|
'generic' => q#Am Almaty#, |
10396
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach Almaty#, |
10397
|
|
|
|
|
|
|
}, |
10398
|
|
|
|
|
|
|
}, |
10399
|
|
|
|
|
|
|
'Amazon' => { |
10400
|
|
|
|
|
|
|
long => { |
10401
|
|
|
|
|
|
|
'daylight' => q#Am Samhraidh na hAmasóine#, |
10402
|
|
|
|
|
|
|
'generic' => q#Am na hAmasóine#, |
10403
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach na hAmasóine#, |
10404
|
|
|
|
|
|
|
}, |
10405
|
|
|
|
|
|
|
}, |
10406
|
|
|
|
|
|
|
'America/Adak' => { |
10407
|
|
|
|
|
|
|
exemplarCity => q#Adak#, |
10408
|
|
|
|
|
|
|
}, |
10409
|
|
|
|
|
|
|
'America/Anchorage' => { |
10410
|
|
|
|
|
|
|
exemplarCity => q#Anchorage#, |
10411
|
|
|
|
|
|
|
}, |
10412
|
|
|
|
|
|
|
'America/Anguilla' => { |
10413
|
|
|
|
|
|
|
exemplarCity => q#Angaíle#, |
10414
|
|
|
|
|
|
|
}, |
10415
|
|
|
|
|
|
|
'America/Antigua' => { |
10416
|
|
|
|
|
|
|
exemplarCity => q#Antigua#, |
10417
|
|
|
|
|
|
|
}, |
10418
|
|
|
|
|
|
|
'America/Araguaina' => { |
10419
|
|
|
|
|
|
|
exemplarCity => q#Araguaina#, |
10420
|
|
|
|
|
|
|
}, |
10421
|
|
|
|
|
|
|
'America/Argentina/La_Rioja' => { |
10422
|
|
|
|
|
|
|
exemplarCity => q#La Rioja#, |
10423
|
|
|
|
|
|
|
}, |
10424
|
|
|
|
|
|
|
'America/Argentina/Rio_Gallegos' => { |
10425
|
|
|
|
|
|
|
exemplarCity => q#Rio Gallegos#, |
10426
|
|
|
|
|
|
|
}, |
10427
|
|
|
|
|
|
|
'America/Argentina/Salta' => { |
10428
|
|
|
|
|
|
|
exemplarCity => q#Salta#, |
10429
|
|
|
|
|
|
|
}, |
10430
|
|
|
|
|
|
|
'America/Argentina/San_Juan' => { |
10431
|
|
|
|
|
|
|
exemplarCity => q#San Juan#, |
10432
|
|
|
|
|
|
|
}, |
10433
|
|
|
|
|
|
|
'America/Argentina/San_Luis' => { |
10434
|
|
|
|
|
|
|
exemplarCity => q#San Luis#, |
10435
|
|
|
|
|
|
|
}, |
10436
|
|
|
|
|
|
|
'America/Argentina/Tucuman' => { |
10437
|
|
|
|
|
|
|
exemplarCity => q#Tucuman#, |
10438
|
|
|
|
|
|
|
}, |
10439
|
|
|
|
|
|
|
'America/Argentina/Ushuaia' => { |
10440
|
|
|
|
|
|
|
exemplarCity => q#Ushuaia#, |
10441
|
|
|
|
|
|
|
}, |
10442
|
|
|
|
|
|
|
'America/Aruba' => { |
10443
|
|
|
|
|
|
|
exemplarCity => q#Arúba#, |
10444
|
|
|
|
|
|
|
}, |
10445
|
|
|
|
|
|
|
'America/Asuncion' => { |
10446
|
|
|
|
|
|
|
exemplarCity => q#Asúinseon#, |
10447
|
|
|
|
|
|
|
}, |
10448
|
|
|
|
|
|
|
'America/Bahia' => { |
10449
|
|
|
|
|
|
|
exemplarCity => q#Bahia#, |
10450
|
|
|
|
|
|
|
}, |
10451
|
|
|
|
|
|
|
'America/Bahia_Banderas' => { |
10452
|
|
|
|
|
|
|
exemplarCity => q#Bahia Banderas#, |
10453
|
|
|
|
|
|
|
}, |
10454
|
|
|
|
|
|
|
'America/Barbados' => { |
10455
|
|
|
|
|
|
|
exemplarCity => q#Barbadós#, |
10456
|
|
|
|
|
|
|
}, |
10457
|
|
|
|
|
|
|
'America/Belem' => { |
10458
|
|
|
|
|
|
|
exemplarCity => q#Belém#, |
10459
|
|
|
|
|
|
|
}, |
10460
|
|
|
|
|
|
|
'America/Belize' => { |
10461
|
|
|
|
|
|
|
exemplarCity => q#an Bheilís#, |
10462
|
|
|
|
|
|
|
}, |
10463
|
|
|
|
|
|
|
'America/Blanc-Sablon' => { |
10464
|
|
|
|
|
|
|
exemplarCity => q#Blanc-Sablon#, |
10465
|
|
|
|
|
|
|
}, |
10466
|
|
|
|
|
|
|
'America/Boa_Vista' => { |
10467
|
|
|
|
|
|
|
exemplarCity => q#Boa Vista#, |
10468
|
|
|
|
|
|
|
}, |
10469
|
|
|
|
|
|
|
'America/Bogota' => { |
10470
|
|
|
|
|
|
|
exemplarCity => q#Bogatá#, |
10471
|
|
|
|
|
|
|
}, |
10472
|
|
|
|
|
|
|
'America/Boise' => { |
10473
|
|
|
|
|
|
|
exemplarCity => q#Boise#, |
10474
|
|
|
|
|
|
|
}, |
10475
|
|
|
|
|
|
|
'America/Buenos_Aires' => { |
10476
|
|
|
|
|
|
|
exemplarCity => q#Buenos Aires#, |
10477
|
|
|
|
|
|
|
}, |
10478
|
|
|
|
|
|
|
'America/Cambridge_Bay' => { |
10479
|
|
|
|
|
|
|
exemplarCity => q#Cambridge Bay#, |
10480
|
|
|
|
|
|
|
}, |
10481
|
|
|
|
|
|
|
'America/Campo_Grande' => { |
10482
|
|
|
|
|
|
|
exemplarCity => q#Campo Grande#, |
10483
|
|
|
|
|
|
|
}, |
10484
|
|
|
|
|
|
|
'America/Cancun' => { |
10485
|
|
|
|
|
|
|
exemplarCity => q#Cancún#, |
10486
|
|
|
|
|
|
|
}, |
10487
|
|
|
|
|
|
|
'America/Caracas' => { |
10488
|
|
|
|
|
|
|
exemplarCity => q#Caracas#, |
10489
|
|
|
|
|
|
|
}, |
10490
|
|
|
|
|
|
|
'America/Catamarca' => { |
10491
|
|
|
|
|
|
|
exemplarCity => q#Catamarca#, |
10492
|
|
|
|
|
|
|
}, |
10493
|
|
|
|
|
|
|
'America/Cayenne' => { |
10494
|
|
|
|
|
|
|
exemplarCity => q#Cayenne#, |
10495
|
|
|
|
|
|
|
}, |
10496
|
|
|
|
|
|
|
'America/Cayman' => { |
10497
|
|
|
|
|
|
|
exemplarCity => q#Cayman#, |
10498
|
|
|
|
|
|
|
}, |
10499
|
|
|
|
|
|
|
'America/Chicago' => { |
10500
|
|
|
|
|
|
|
exemplarCity => q#Chicago#, |
10501
|
|
|
|
|
|
|
}, |
10502
|
|
|
|
|
|
|
'America/Chihuahua' => { |
10503
|
|
|
|
|
|
|
exemplarCity => q#Chihuahua#, |
10504
|
|
|
|
|
|
|
}, |
10505
|
|
|
|
|
|
|
'America/Coral_Harbour' => { |
10506
|
|
|
|
|
|
|
exemplarCity => q#Atikokan#, |
10507
|
|
|
|
|
|
|
}, |
10508
|
|
|
|
|
|
|
'America/Cordoba' => { |
10509
|
|
|
|
|
|
|
exemplarCity => q#Córdoba#, |
10510
|
|
|
|
|
|
|
}, |
10511
|
|
|
|
|
|
|
'America/Costa_Rica' => { |
10512
|
|
|
|
|
|
|
exemplarCity => q#Cósta Ríce#, |
10513
|
|
|
|
|
|
|
}, |
10514
|
|
|
|
|
|
|
'America/Creston' => { |
10515
|
|
|
|
|
|
|
exemplarCity => q#Creston#, |
10516
|
|
|
|
|
|
|
}, |
10517
|
|
|
|
|
|
|
'America/Cuiaba' => { |
10518
|
|
|
|
|
|
|
exemplarCity => q#Cuiabá#, |
10519
|
|
|
|
|
|
|
}, |
10520
|
|
|
|
|
|
|
'America/Curacao' => { |
10521
|
|
|
|
|
|
|
exemplarCity => q#Curaçao#, |
10522
|
|
|
|
|
|
|
}, |
10523
|
|
|
|
|
|
|
'America/Danmarkshavn' => { |
10524
|
|
|
|
|
|
|
exemplarCity => q#Danmarkshavn#, |
10525
|
|
|
|
|
|
|
}, |
10526
|
|
|
|
|
|
|
'America/Dawson' => { |
10527
|
|
|
|
|
|
|
exemplarCity => q#Dawson#, |
10528
|
|
|
|
|
|
|
}, |
10529
|
|
|
|
|
|
|
'America/Dawson_Creek' => { |
10530
|
|
|
|
|
|
|
exemplarCity => q#Dawson Creek#, |
10531
|
|
|
|
|
|
|
}, |
10532
|
|
|
|
|
|
|
'America/Denver' => { |
10533
|
|
|
|
|
|
|
exemplarCity => q#Denver#, |
10534
|
|
|
|
|
|
|
}, |
10535
|
|
|
|
|
|
|
'America/Detroit' => { |
10536
|
|
|
|
|
|
|
exemplarCity => q#Detroit#, |
10537
|
|
|
|
|
|
|
}, |
10538
|
|
|
|
|
|
|
'America/Dominica' => { |
10539
|
|
|
|
|
|
|
exemplarCity => q#Doiminice#, |
10540
|
|
|
|
|
|
|
}, |
10541
|
|
|
|
|
|
|
'America/Edmonton' => { |
10542
|
|
|
|
|
|
|
exemplarCity => q#Edmonton#, |
10543
|
|
|
|
|
|
|
}, |
10544
|
|
|
|
|
|
|
'America/Eirunepe' => { |
10545
|
|
|
|
|
|
|
exemplarCity => q#Eirunepé#, |
10546
|
|
|
|
|
|
|
}, |
10547
|
|
|
|
|
|
|
'America/El_Salvador' => { |
10548
|
|
|
|
|
|
|
exemplarCity => q#an tSalvadóir#, |
10549
|
|
|
|
|
|
|
}, |
10550
|
|
|
|
|
|
|
'America/Fort_Nelson' => { |
10551
|
|
|
|
|
|
|
exemplarCity => q#Fort Nelson#, |
10552
|
|
|
|
|
|
|
}, |
10553
|
|
|
|
|
|
|
'America/Fortaleza' => { |
10554
|
|
|
|
|
|
|
exemplarCity => q#Fortaleza#, |
10555
|
|
|
|
|
|
|
}, |
10556
|
|
|
|
|
|
|
'America/Glace_Bay' => { |
10557
|
|
|
|
|
|
|
exemplarCity => q#Glace Bay#, |
10558
|
|
|
|
|
|
|
}, |
10559
|
|
|
|
|
|
|
'America/Godthab' => { |
10560
|
|
|
|
|
|
|
exemplarCity => q#Nuuk#, |
10561
|
|
|
|
|
|
|
}, |
10562
|
|
|
|
|
|
|
'America/Goose_Bay' => { |
10563
|
|
|
|
|
|
|
exemplarCity => q#Goose Bay#, |
10564
|
|
|
|
|
|
|
}, |
10565
|
|
|
|
|
|
|
'America/Grand_Turk' => { |
10566
|
|
|
|
|
|
|
exemplarCity => q#Grand Turk#, |
10567
|
|
|
|
|
|
|
}, |
10568
|
|
|
|
|
|
|
'America/Grenada' => { |
10569
|
|
|
|
|
|
|
exemplarCity => q#Greanáda#, |
10570
|
|
|
|
|
|
|
}, |
10571
|
|
|
|
|
|
|
'America/Guadeloupe' => { |
10572
|
|
|
|
|
|
|
exemplarCity => q#Guadalúip#, |
10573
|
|
|
|
|
|
|
}, |
10574
|
|
|
|
|
|
|
'America/Guatemala' => { |
10575
|
|
|
|
|
|
|
exemplarCity => q#Guatamala#, |
10576
|
|
|
|
|
|
|
}, |
10577
|
|
|
|
|
|
|
'America/Guayaquil' => { |
10578
|
|
|
|
|
|
|
exemplarCity => q#Guayaquil#, |
10579
|
|
|
|
|
|
|
}, |
10580
|
|
|
|
|
|
|
'America/Guyana' => { |
10581
|
|
|
|
|
|
|
exemplarCity => q#an Ghuáin#, |
10582
|
|
|
|
|
|
|
}, |
10583
|
|
|
|
|
|
|
'America/Halifax' => { |
10584
|
|
|
|
|
|
|
exemplarCity => q#Halifax#, |
10585
|
|
|
|
|
|
|
}, |
10586
|
|
|
|
|
|
|
'America/Havana' => { |
10587
|
|
|
|
|
|
|
exemplarCity => q#Havána#, |
10588
|
|
|
|
|
|
|
}, |
10589
|
|
|
|
|
|
|
'America/Hermosillo' => { |
10590
|
|
|
|
|
|
|
exemplarCity => q#Hermosillo#, |
10591
|
|
|
|
|
|
|
}, |
10592
|
|
|
|
|
|
|
'America/Indiana/Knox' => { |
10593
|
|
|
|
|
|
|
exemplarCity => q#Knox, Indiana#, |
10594
|
|
|
|
|
|
|
}, |
10595
|
|
|
|
|
|
|
'America/Indiana/Marengo' => { |
10596
|
|
|
|
|
|
|
exemplarCity => q#Marengo, Indiana#, |
10597
|
|
|
|
|
|
|
}, |
10598
|
|
|
|
|
|
|
'America/Indiana/Petersburg' => { |
10599
|
|
|
|
|
|
|
exemplarCity => q#Petersburg, Indiana#, |
10600
|
|
|
|
|
|
|
}, |
10601
|
|
|
|
|
|
|
'America/Indiana/Tell_City' => { |
10602
|
|
|
|
|
|
|
exemplarCity => q#Tell City, Indiana#, |
10603
|
|
|
|
|
|
|
}, |
10604
|
|
|
|
|
|
|
'America/Indiana/Vevay' => { |
10605
|
|
|
|
|
|
|
exemplarCity => q#Vevay, Indiana#, |
10606
|
|
|
|
|
|
|
}, |
10607
|
|
|
|
|
|
|
'America/Indiana/Vincennes' => { |
10608
|
|
|
|
|
|
|
exemplarCity => q#Vincennes, Indiana#, |
10609
|
|
|
|
|
|
|
}, |
10610
|
|
|
|
|
|
|
'America/Indiana/Winamac' => { |
10611
|
|
|
|
|
|
|
exemplarCity => q#Winamac, Indiana#, |
10612
|
|
|
|
|
|
|
}, |
10613
|
|
|
|
|
|
|
'America/Indianapolis' => { |
10614
|
|
|
|
|
|
|
exemplarCity => q#Indianapolis#, |
10615
|
|
|
|
|
|
|
}, |
10616
|
|
|
|
|
|
|
'America/Inuvik' => { |
10617
|
|
|
|
|
|
|
exemplarCity => q#Inuvik#, |
10618
|
|
|
|
|
|
|
}, |
10619
|
|
|
|
|
|
|
'America/Iqaluit' => { |
10620
|
|
|
|
|
|
|
exemplarCity => q#Iqaluit#, |
10621
|
|
|
|
|
|
|
}, |
10622
|
|
|
|
|
|
|
'America/Jamaica' => { |
10623
|
|
|
|
|
|
|
exemplarCity => q#Iamáice#, |
10624
|
|
|
|
|
|
|
}, |
10625
|
|
|
|
|
|
|
'America/Jujuy' => { |
10626
|
|
|
|
|
|
|
exemplarCity => q#Jujuy#, |
10627
|
|
|
|
|
|
|
}, |
10628
|
|
|
|
|
|
|
'America/Juneau' => { |
10629
|
|
|
|
|
|
|
exemplarCity => q#Juneau#, |
10630
|
|
|
|
|
|
|
}, |
10631
|
|
|
|
|
|
|
'America/Kentucky/Monticello' => { |
10632
|
|
|
|
|
|
|
exemplarCity => q#Monticello, Kentucky#, |
10633
|
|
|
|
|
|
|
}, |
10634
|
|
|
|
|
|
|
'America/Kralendijk' => { |
10635
|
|
|
|
|
|
|
exemplarCity => q#Kralendijk#, |
10636
|
|
|
|
|
|
|
}, |
10637
|
|
|
|
|
|
|
'America/La_Paz' => { |
10638
|
|
|
|
|
|
|
exemplarCity => q#La Paz#, |
10639
|
|
|
|
|
|
|
}, |
10640
|
|
|
|
|
|
|
'America/Lima' => { |
10641
|
|
|
|
|
|
|
exemplarCity => q#Líoma#, |
10642
|
|
|
|
|
|
|
}, |
10643
|
|
|
|
|
|
|
'America/Los_Angeles' => { |
10644
|
|
|
|
|
|
|
exemplarCity => q#Los Angeles#, |
10645
|
|
|
|
|
|
|
}, |
10646
|
|
|
|
|
|
|
'America/Louisville' => { |
10647
|
|
|
|
|
|
|
exemplarCity => q#Louisville#, |
10648
|
|
|
|
|
|
|
}, |
10649
|
|
|
|
|
|
|
'America/Lower_Princes' => { |
10650
|
|
|
|
|
|
|
exemplarCity => q#Lower Prince’s Quarter#, |
10651
|
|
|
|
|
|
|
}, |
10652
|
|
|
|
|
|
|
'America/Maceio' => { |
10653
|
|
|
|
|
|
|
exemplarCity => q#Maceió#, |
10654
|
|
|
|
|
|
|
}, |
10655
|
|
|
|
|
|
|
'America/Managua' => { |
10656
|
|
|
|
|
|
|
exemplarCity => q#Managua#, |
10657
|
|
|
|
|
|
|
}, |
10658
|
|
|
|
|
|
|
'America/Manaus' => { |
10659
|
|
|
|
|
|
|
exemplarCity => q#Manaus#, |
10660
|
|
|
|
|
|
|
}, |
10661
|
|
|
|
|
|
|
'America/Marigot' => { |
10662
|
|
|
|
|
|
|
exemplarCity => q#Marigot#, |
10663
|
|
|
|
|
|
|
}, |
10664
|
|
|
|
|
|
|
'America/Martinique' => { |
10665
|
|
|
|
|
|
|
exemplarCity => q#Martinique#, |
10666
|
|
|
|
|
|
|
}, |
10667
|
|
|
|
|
|
|
'America/Matamoros' => { |
10668
|
|
|
|
|
|
|
exemplarCity => q#Matamoros#, |
10669
|
|
|
|
|
|
|
}, |
10670
|
|
|
|
|
|
|
'America/Mazatlan' => { |
10671
|
|
|
|
|
|
|
exemplarCity => q#Mazatlan#, |
10672
|
|
|
|
|
|
|
}, |
10673
|
|
|
|
|
|
|
'America/Mendoza' => { |
10674
|
|
|
|
|
|
|
exemplarCity => q#Mendoza#, |
10675
|
|
|
|
|
|
|
}, |
10676
|
|
|
|
|
|
|
'America/Menominee' => { |
10677
|
|
|
|
|
|
|
exemplarCity => q#Menominee#, |
10678
|
|
|
|
|
|
|
}, |
10679
|
|
|
|
|
|
|
'America/Merida' => { |
10680
|
|
|
|
|
|
|
exemplarCity => q#Merida#, |
10681
|
|
|
|
|
|
|
}, |
10682
|
|
|
|
|
|
|
'America/Metlakatla' => { |
10683
|
|
|
|
|
|
|
exemplarCity => q#Metlakatla#, |
10684
|
|
|
|
|
|
|
}, |
10685
|
|
|
|
|
|
|
'America/Mexico_City' => { |
10686
|
|
|
|
|
|
|
exemplarCity => q#Cathair Mheicsiceo#, |
10687
|
|
|
|
|
|
|
}, |
10688
|
|
|
|
|
|
|
'America/Miquelon' => { |
10689
|
|
|
|
|
|
|
exemplarCity => q#Miquelon#, |
10690
|
|
|
|
|
|
|
}, |
10691
|
|
|
|
|
|
|
'America/Moncton' => { |
10692
|
|
|
|
|
|
|
exemplarCity => q#Moncton#, |
10693
|
|
|
|
|
|
|
}, |
10694
|
|
|
|
|
|
|
'America/Monterrey' => { |
10695
|
|
|
|
|
|
|
exemplarCity => q#Monterrey#, |
10696
|
|
|
|
|
|
|
}, |
10697
|
|
|
|
|
|
|
'America/Montevideo' => { |
10698
|
|
|
|
|
|
|
exemplarCity => q#Montevideo#, |
10699
|
|
|
|
|
|
|
}, |
10700
|
|
|
|
|
|
|
'America/Montserrat' => { |
10701
|
|
|
|
|
|
|
exemplarCity => q#Montsarat#, |
10702
|
|
|
|
|
|
|
}, |
10703
|
|
|
|
|
|
|
'America/Nassau' => { |
10704
|
|
|
|
|
|
|
exemplarCity => q#Nassau#, |
10705
|
|
|
|
|
|
|
}, |
10706
|
|
|
|
|
|
|
'America/New_York' => { |
10707
|
|
|
|
|
|
|
exemplarCity => q#Nua-Eabhrac#, |
10708
|
|
|
|
|
|
|
}, |
10709
|
|
|
|
|
|
|
'America/Nipigon' => { |
10710
|
|
|
|
|
|
|
exemplarCity => q#Nipigon#, |
10711
|
|
|
|
|
|
|
}, |
10712
|
|
|
|
|
|
|
'America/Nome' => { |
10713
|
|
|
|
|
|
|
exemplarCity => q#Nome#, |
10714
|
|
|
|
|
|
|
}, |
10715
|
|
|
|
|
|
|
'America/Noronha' => { |
10716
|
|
|
|
|
|
|
exemplarCity => q#Noronha#, |
10717
|
|
|
|
|
|
|
}, |
10718
|
|
|
|
|
|
|
'America/North_Dakota/Beulah' => { |
10719
|
|
|
|
|
|
|
exemplarCity => q#Beulah, North Dakota#, |
10720
|
|
|
|
|
|
|
}, |
10721
|
|
|
|
|
|
|
'America/North_Dakota/Center' => { |
10722
|
|
|
|
|
|
|
exemplarCity => q#Center, North Dakota#, |
10723
|
|
|
|
|
|
|
}, |
10724
|
|
|
|
|
|
|
'America/North_Dakota/New_Salem' => { |
10725
|
|
|
|
|
|
|
exemplarCity => q#New Salem, North Dakota#, |
10726
|
|
|
|
|
|
|
}, |
10727
|
|
|
|
|
|
|
'America/Ojinaga' => { |
10728
|
|
|
|
|
|
|
exemplarCity => q#Ojinaga#, |
10729
|
|
|
|
|
|
|
}, |
10730
|
|
|
|
|
|
|
'America/Panama' => { |
10731
|
|
|
|
|
|
|
exemplarCity => q#Panama#, |
10732
|
|
|
|
|
|
|
}, |
10733
|
|
|
|
|
|
|
'America/Pangnirtung' => { |
10734
|
|
|
|
|
|
|
exemplarCity => q#Pangnirtung#, |
10735
|
|
|
|
|
|
|
}, |
10736
|
|
|
|
|
|
|
'America/Paramaribo' => { |
10737
|
|
|
|
|
|
|
exemplarCity => q#Paramaribo#, |
10738
|
|
|
|
|
|
|
}, |
10739
|
|
|
|
|
|
|
'America/Phoenix' => { |
10740
|
|
|
|
|
|
|
exemplarCity => q#Phoenix#, |
10741
|
|
|
|
|
|
|
}, |
10742
|
|
|
|
|
|
|
'America/Port-au-Prince' => { |
10743
|
|
|
|
|
|
|
exemplarCity => q#Port-au-Prince#, |
10744
|
|
|
|
|
|
|
}, |
10745
|
|
|
|
|
|
|
'America/Port_of_Spain' => { |
10746
|
|
|
|
|
|
|
exemplarCity => q#Port of Spain#, |
10747
|
|
|
|
|
|
|
}, |
10748
|
|
|
|
|
|
|
'America/Porto_Velho' => { |
10749
|
|
|
|
|
|
|
exemplarCity => q#Porto Velho#, |
10750
|
|
|
|
|
|
|
}, |
10751
|
|
|
|
|
|
|
'America/Puerto_Rico' => { |
10752
|
|
|
|
|
|
|
exemplarCity => q#Portó Ríce#, |
10753
|
|
|
|
|
|
|
}, |
10754
|
|
|
|
|
|
|
'America/Punta_Arenas' => { |
10755
|
|
|
|
|
|
|
exemplarCity => q#Punta Arenas#, |
10756
|
|
|
|
|
|
|
}, |
10757
|
|
|
|
|
|
|
'America/Rainy_River' => { |
10758
|
|
|
|
|
|
|
exemplarCity => q#Rainy River#, |
10759
|
|
|
|
|
|
|
}, |
10760
|
|
|
|
|
|
|
'America/Rankin_Inlet' => { |
10761
|
|
|
|
|
|
|
exemplarCity => q#Rankin Inlet#, |
10762
|
|
|
|
|
|
|
}, |
10763
|
|
|
|
|
|
|
'America/Recife' => { |
10764
|
|
|
|
|
|
|
exemplarCity => q#Recife#, |
10765
|
|
|
|
|
|
|
}, |
10766
|
|
|
|
|
|
|
'America/Regina' => { |
10767
|
|
|
|
|
|
|
exemplarCity => q#Regina#, |
10768
|
|
|
|
|
|
|
}, |
10769
|
|
|
|
|
|
|
'America/Resolute' => { |
10770
|
|
|
|
|
|
|
exemplarCity => q#Resolute#, |
10771
|
|
|
|
|
|
|
}, |
10772
|
|
|
|
|
|
|
'America/Rio_Branco' => { |
10773
|
|
|
|
|
|
|
exemplarCity => q#Rio Branco#, |
10774
|
|
|
|
|
|
|
}, |
10775
|
|
|
|
|
|
|
'America/Santa_Isabel' => { |
10776
|
|
|
|
|
|
|
exemplarCity => q#Santa Isabel#, |
10777
|
|
|
|
|
|
|
}, |
10778
|
|
|
|
|
|
|
'America/Santarem' => { |
10779
|
|
|
|
|
|
|
exemplarCity => q#Santarém#, |
10780
|
|
|
|
|
|
|
}, |
10781
|
|
|
|
|
|
|
'America/Santiago' => { |
10782
|
|
|
|
|
|
|
exemplarCity => q#Saintiagó#, |
10783
|
|
|
|
|
|
|
}, |
10784
|
|
|
|
|
|
|
'America/Santo_Domingo' => { |
10785
|
|
|
|
|
|
|
exemplarCity => q#Santo Domingo#, |
10786
|
|
|
|
|
|
|
}, |
10787
|
|
|
|
|
|
|
'America/Sao_Paulo' => { |
10788
|
|
|
|
|
|
|
exemplarCity => q#São Paulo#, |
10789
|
|
|
|
|
|
|
}, |
10790
|
|
|
|
|
|
|
'America/Scoresbysund' => { |
10791
|
|
|
|
|
|
|
exemplarCity => q#Ittoqqortoormiit#, |
10792
|
|
|
|
|
|
|
}, |
10793
|
|
|
|
|
|
|
'America/Sitka' => { |
10794
|
|
|
|
|
|
|
exemplarCity => q#Sitka#, |
10795
|
|
|
|
|
|
|
}, |
10796
|
|
|
|
|
|
|
'America/St_Barthelemy' => { |
10797
|
|
|
|
|
|
|
exemplarCity => q#Saint Barthélemy#, |
10798
|
|
|
|
|
|
|
}, |
10799
|
|
|
|
|
|
|
'America/St_Johns' => { |
10800
|
|
|
|
|
|
|
exemplarCity => q#St. John’s#, |
10801
|
|
|
|
|
|
|
}, |
10802
|
|
|
|
|
|
|
'America/St_Kitts' => { |
10803
|
|
|
|
|
|
|
exemplarCity => q#San Críostóir#, |
10804
|
|
|
|
|
|
|
}, |
10805
|
|
|
|
|
|
|
'America/St_Lucia' => { |
10806
|
|
|
|
|
|
|
exemplarCity => q#St. Lucia#, |
10807
|
|
|
|
|
|
|
}, |
10808
|
|
|
|
|
|
|
'America/St_Thomas' => { |
10809
|
|
|
|
|
|
|
exemplarCity => q#St. Thomas#, |
10810
|
|
|
|
|
|
|
}, |
10811
|
|
|
|
|
|
|
'America/St_Vincent' => { |
10812
|
|
|
|
|
|
|
exemplarCity => q#San Uinseann#, |
10813
|
|
|
|
|
|
|
}, |
10814
|
|
|
|
|
|
|
'America/Swift_Current' => { |
10815
|
|
|
|
|
|
|
exemplarCity => q#Swift Current#, |
10816
|
|
|
|
|
|
|
}, |
10817
|
|
|
|
|
|
|
'America/Tegucigalpa' => { |
10818
|
|
|
|
|
|
|
exemplarCity => q#Tegucigalpa#, |
10819
|
|
|
|
|
|
|
}, |
10820
|
|
|
|
|
|
|
'America/Thule' => { |
10821
|
|
|
|
|
|
|
exemplarCity => q#Thule#, |
10822
|
|
|
|
|
|
|
}, |
10823
|
|
|
|
|
|
|
'America/Thunder_Bay' => { |
10824
|
|
|
|
|
|
|
exemplarCity => q#Thunder Bay#, |
10825
|
|
|
|
|
|
|
}, |
10826
|
|
|
|
|
|
|
'America/Tijuana' => { |
10827
|
|
|
|
|
|
|
exemplarCity => q#Tijuana#, |
10828
|
|
|
|
|
|
|
}, |
10829
|
|
|
|
|
|
|
'America/Toronto' => { |
10830
|
|
|
|
|
|
|
exemplarCity => q#Toronto#, |
10831
|
|
|
|
|
|
|
}, |
10832
|
|
|
|
|
|
|
'America/Tortola' => { |
10833
|
|
|
|
|
|
|
exemplarCity => q#Tortola#, |
10834
|
|
|
|
|
|
|
}, |
10835
|
|
|
|
|
|
|
'America/Vancouver' => { |
10836
|
|
|
|
|
|
|
exemplarCity => q#Vancouver#, |
10837
|
|
|
|
|
|
|
}, |
10838
|
|
|
|
|
|
|
'America/Whitehorse' => { |
10839
|
|
|
|
|
|
|
exemplarCity => q#Whitehorse#, |
10840
|
|
|
|
|
|
|
}, |
10841
|
|
|
|
|
|
|
'America/Winnipeg' => { |
10842
|
|
|
|
|
|
|
exemplarCity => q#Winnipeg#, |
10843
|
|
|
|
|
|
|
}, |
10844
|
|
|
|
|
|
|
'America/Yakutat' => { |
10845
|
|
|
|
|
|
|
exemplarCity => q#Yakutat#, |
10846
|
|
|
|
|
|
|
}, |
10847
|
|
|
|
|
|
|
'America/Yellowknife' => { |
10848
|
|
|
|
|
|
|
exemplarCity => q#Yellowknife#, |
10849
|
|
|
|
|
|
|
}, |
10850
|
|
|
|
|
|
|
'America_Central' => { |
10851
|
|
|
|
|
|
|
long => { |
10852
|
|
|
|
|
|
|
'daylight' => q#Am Samhraidh Lárnach#, |
10853
|
|
|
|
|
|
|
'generic' => q#Am Lárnach#, |
10854
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach Lárnach#, |
10855
|
|
|
|
|
|
|
}, |
10856
|
|
|
|
|
|
|
}, |
10857
|
|
|
|
|
|
|
'America_Eastern' => { |
10858
|
|
|
|
|
|
|
long => { |
10859
|
|
|
|
|
|
|
'daylight' => q#Am Samhraidh an Oirthir#, |
10860
|
|
|
|
|
|
|
'generic' => q#Am an Oirthir#, |
10861
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach an Oirthir#, |
10862
|
|
|
|
|
|
|
}, |
10863
|
|
|
|
|
|
|
}, |
10864
|
|
|
|
|
|
|
'America_Mountain' => { |
10865
|
|
|
|
|
|
|
long => { |
10866
|
|
|
|
|
|
|
'daylight' => q#Am Samhraidh na Sléibhte#, |
10867
|
|
|
|
|
|
|
'generic' => q#Am na Sléibhte#, |
10868
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach na Sléibhte#, |
10869
|
|
|
|
|
|
|
}, |
10870
|
|
|
|
|
|
|
}, |
10871
|
|
|
|
|
|
|
'America_Pacific' => { |
10872
|
|
|
|
|
|
|
long => { |
10873
|
|
|
|
|
|
|
'daylight' => q#Am Samhraidh an Aigéin Chiúin#, |
10874
|
|
|
|
|
|
|
'generic' => q#Am an Aigéin Chiúin#, |
10875
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach an Aigéin Chiúin#, |
10876
|
|
|
|
|
|
|
}, |
10877
|
|
|
|
|
|
|
short => { |
10878
|
|
|
|
|
|
|
'daylight' => q#ASAC#, |
10879
|
|
|
|
|
|
|
'generic' => q#AAC#, |
10880
|
|
|
|
|
|
|
'standard' => q#ACAC#, |
10881
|
|
|
|
|
|
|
}, |
10882
|
|
|
|
|
|
|
}, |
10883
|
|
|
|
|
|
|
'Anadyr' => { |
10884
|
|
|
|
|
|
|
long => { |
10885
|
|
|
|
|
|
|
'daylight' => q#Am Samhraidh Anadyr#, |
10886
|
|
|
|
|
|
|
'generic' => q#Am Anadyr#, |
10887
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach Anadyr#, |
10888
|
|
|
|
|
|
|
}, |
10889
|
|
|
|
|
|
|
}, |
10890
|
|
|
|
|
|
|
'Antarctica/Casey' => { |
10891
|
|
|
|
|
|
|
exemplarCity => q#Casey#, |
10892
|
|
|
|
|
|
|
}, |
10893
|
|
|
|
|
|
|
'Antarctica/Davis' => { |
10894
|
|
|
|
|
|
|
exemplarCity => q#Davis#, |
10895
|
|
|
|
|
|
|
}, |
10896
|
|
|
|
|
|
|
'Antarctica/DumontDUrville' => { |
10897
|
|
|
|
|
|
|
exemplarCity => q#Dumont d’Urville#, |
10898
|
|
|
|
|
|
|
}, |
10899
|
|
|
|
|
|
|
'Antarctica/Macquarie' => { |
10900
|
|
|
|
|
|
|
exemplarCity => q#Mac Guaire#, |
10901
|
|
|
|
|
|
|
}, |
10902
|
|
|
|
|
|
|
'Antarctica/Mawson' => { |
10903
|
|
|
|
|
|
|
exemplarCity => q#Mawson#, |
10904
|
|
|
|
|
|
|
}, |
10905
|
|
|
|
|
|
|
'Antarctica/McMurdo' => { |
10906
|
|
|
|
|
|
|
exemplarCity => q#McMurdo#, |
10907
|
|
|
|
|
|
|
}, |
10908
|
|
|
|
|
|
|
'Antarctica/Palmer' => { |
10909
|
|
|
|
|
|
|
exemplarCity => q#Palmer#, |
10910
|
|
|
|
|
|
|
}, |
10911
|
|
|
|
|
|
|
'Antarctica/Rothera' => { |
10912
|
|
|
|
|
|
|
exemplarCity => q#Rothera#, |
10913
|
|
|
|
|
|
|
}, |
10914
|
|
|
|
|
|
|
'Antarctica/Syowa' => { |
10915
|
|
|
|
|
|
|
exemplarCity => q#Syowa#, |
10916
|
|
|
|
|
|
|
}, |
10917
|
|
|
|
|
|
|
'Antarctica/Troll' => { |
10918
|
|
|
|
|
|
|
exemplarCity => q#Troll#, |
10919
|
|
|
|
|
|
|
}, |
10920
|
|
|
|
|
|
|
'Antarctica/Vostok' => { |
10921
|
|
|
|
|
|
|
exemplarCity => q#Vostok#, |
10922
|
|
|
|
|
|
|
}, |
10923
|
|
|
|
|
|
|
'Apia' => { |
10924
|
|
|
|
|
|
|
long => { |
10925
|
|
|
|
|
|
|
'daylight' => q#Am Samhraidh Apia#, |
10926
|
|
|
|
|
|
|
'generic' => q#Am Apia#, |
10927
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach Apia#, |
10928
|
|
|
|
|
|
|
}, |
10929
|
|
|
|
|
|
|
}, |
10930
|
|
|
|
|
|
|
'Aqtau' => { |
10931
|
|
|
|
|
|
|
long => { |
10932
|
|
|
|
|
|
|
'daylight' => q#Am Samhraidh Aqtau#, |
10933
|
|
|
|
|
|
|
'generic' => q#Am Aqtau#, |
10934
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach Aqtau#, |
10935
|
|
|
|
|
|
|
}, |
10936
|
|
|
|
|
|
|
}, |
10937
|
|
|
|
|
|
|
'Aqtobe' => { |
10938
|
|
|
|
|
|
|
long => { |
10939
|
|
|
|
|
|
|
'daylight' => q#Am Samhraidh Aqtobe#, |
10940
|
|
|
|
|
|
|
'generic' => q#Am Aqtobe#, |
10941
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach Aqtobe#, |
10942
|
|
|
|
|
|
|
}, |
10943
|
|
|
|
|
|
|
}, |
10944
|
|
|
|
|
|
|
'Arabian' => { |
10945
|
|
|
|
|
|
|
long => { |
10946
|
|
|
|
|
|
|
'daylight' => q#Am Samhraidh na hAraibe#, |
10947
|
|
|
|
|
|
|
'generic' => q#Am na hAraibe#, |
10948
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach na hAraibe#, |
10949
|
|
|
|
|
|
|
}, |
10950
|
|
|
|
|
|
|
}, |
10951
|
|
|
|
|
|
|
'Arctic/Longyearbyen' => { |
10952
|
|
|
|
|
|
|
exemplarCity => q#Longyearbyen#, |
10953
|
|
|
|
|
|
|
}, |
10954
|
|
|
|
|
|
|
'Argentina' => { |
10955
|
|
|
|
|
|
|
long => { |
10956
|
|
|
|
|
|
|
'daylight' => q#Am Samhraidh na hAirgintíne#, |
10957
|
|
|
|
|
|
|
'generic' => q#Am na hAirgintíne#, |
10958
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach na hAirgintíne#, |
10959
|
|
|
|
|
|
|
}, |
10960
|
|
|
|
|
|
|
}, |
10961
|
|
|
|
|
|
|
'Argentina_Western' => { |
10962
|
|
|
|
|
|
|
long => { |
10963
|
|
|
|
|
|
|
'daylight' => q#Am Samhraidh Iarthar na hAirgintíne#, |
10964
|
|
|
|
|
|
|
'generic' => q#Am Iarthar na hAirgintíne#, |
10965
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach Iarthar na hAirgintíne#, |
10966
|
|
|
|
|
|
|
}, |
10967
|
|
|
|
|
|
|
}, |
10968
|
|
|
|
|
|
|
'Armenia' => { |
10969
|
|
|
|
|
|
|
long => { |
10970
|
|
|
|
|
|
|
'daylight' => q#Am Samhraidh na hAirméine#, |
10971
|
|
|
|
|
|
|
'generic' => q#Am na hAirméine#, |
10972
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach na hAirméine#, |
10973
|
|
|
|
|
|
|
}, |
10974
|
|
|
|
|
|
|
}, |
10975
|
|
|
|
|
|
|
'Asia/Aden' => { |
10976
|
|
|
|
|
|
|
exemplarCity => q#Áidin#, |
10977
|
|
|
|
|
|
|
}, |
10978
|
|
|
|
|
|
|
'Asia/Almaty' => { |
10979
|
|
|
|
|
|
|
exemplarCity => q#Almaty#, |
10980
|
|
|
|
|
|
|
}, |
10981
|
|
|
|
|
|
|
'Asia/Amman' => { |
10982
|
|
|
|
|
|
|
exemplarCity => q#Amman#, |
10983
|
|
|
|
|
|
|
}, |
10984
|
|
|
|
|
|
|
'Asia/Anadyr' => { |
10985
|
|
|
|
|
|
|
exemplarCity => q#Anadyr#, |
10986
|
|
|
|
|
|
|
}, |
10987
|
|
|
|
|
|
|
'Asia/Aqtau' => { |
10988
|
|
|
|
|
|
|
exemplarCity => q#Aqtau#, |
10989
|
|
|
|
|
|
|
}, |
10990
|
|
|
|
|
|
|
'Asia/Aqtobe' => { |
10991
|
|
|
|
|
|
|
exemplarCity => q#Aqtobe#, |
10992
|
|
|
|
|
|
|
}, |
10993
|
|
|
|
|
|
|
'Asia/Ashgabat' => { |
10994
|
|
|
|
|
|
|
exemplarCity => q#Ashgabat#, |
10995
|
|
|
|
|
|
|
}, |
10996
|
|
|
|
|
|
|
'Asia/Atyrau' => { |
10997
|
|
|
|
|
|
|
exemplarCity => q#Atyrau#, |
10998
|
|
|
|
|
|
|
}, |
10999
|
|
|
|
|
|
|
'Asia/Baghdad' => { |
11000
|
|
|
|
|
|
|
exemplarCity => q#Bagdad#, |
11001
|
|
|
|
|
|
|
}, |
11002
|
|
|
|
|
|
|
'Asia/Bahrain' => { |
11003
|
|
|
|
|
|
|
exemplarCity => q#Bairéin#, |
11004
|
|
|
|
|
|
|
}, |
11005
|
|
|
|
|
|
|
'Asia/Baku' => { |
11006
|
|
|
|
|
|
|
exemplarCity => q#Baku#, |
11007
|
|
|
|
|
|
|
}, |
11008
|
|
|
|
|
|
|
'Asia/Bangkok' => { |
11009
|
|
|
|
|
|
|
exemplarCity => q#Bangkok#, |
11010
|
|
|
|
|
|
|
}, |
11011
|
|
|
|
|
|
|
'Asia/Barnaul' => { |
11012
|
|
|
|
|
|
|
exemplarCity => q#Barnaul#, |
11013
|
|
|
|
|
|
|
}, |
11014
|
|
|
|
|
|
|
'Asia/Beirut' => { |
11015
|
|
|
|
|
|
|
exemplarCity => q#Béiriút#, |
11016
|
|
|
|
|
|
|
}, |
11017
|
|
|
|
|
|
|
'Asia/Bishkek' => { |
11018
|
|
|
|
|
|
|
exemplarCity => q#Bishkek#, |
11019
|
|
|
|
|
|
|
}, |
11020
|
|
|
|
|
|
|
'Asia/Brunei' => { |
11021
|
|
|
|
|
|
|
exemplarCity => q#Brúiné#, |
11022
|
|
|
|
|
|
|
}, |
11023
|
|
|
|
|
|
|
'Asia/Calcutta' => { |
11024
|
|
|
|
|
|
|
exemplarCity => q#Calcúta#, |
11025
|
|
|
|
|
|
|
}, |
11026
|
|
|
|
|
|
|
'Asia/Chita' => { |
11027
|
|
|
|
|
|
|
exemplarCity => q#Chita#, |
11028
|
|
|
|
|
|
|
}, |
11029
|
|
|
|
|
|
|
'Asia/Choibalsan' => { |
11030
|
|
|
|
|
|
|
exemplarCity => q#Choibalsan#, |
11031
|
|
|
|
|
|
|
}, |
11032
|
|
|
|
|
|
|
'Asia/Colombo' => { |
11033
|
|
|
|
|
|
|
exemplarCity => q#Colombo#, |
11034
|
|
|
|
|
|
|
}, |
11035
|
|
|
|
|
|
|
'Asia/Damascus' => { |
11036
|
|
|
|
|
|
|
exemplarCity => q#an Damaisc#, |
11037
|
|
|
|
|
|
|
}, |
11038
|
|
|
|
|
|
|
'Asia/Dhaka' => { |
11039
|
|
|
|
|
|
|
exemplarCity => q#Dhaka#, |
11040
|
|
|
|
|
|
|
}, |
11041
|
|
|
|
|
|
|
'Asia/Dili' => { |
11042
|
|
|
|
|
|
|
exemplarCity => q#Dili#, |
11043
|
|
|
|
|
|
|
}, |
11044
|
|
|
|
|
|
|
'Asia/Dubai' => { |
11045
|
|
|
|
|
|
|
exemplarCity => q#Dubai#, |
11046
|
|
|
|
|
|
|
}, |
11047
|
|
|
|
|
|
|
'Asia/Dushanbe' => { |
11048
|
|
|
|
|
|
|
exemplarCity => q#Dushanbe#, |
11049
|
|
|
|
|
|
|
}, |
11050
|
|
|
|
|
|
|
'Asia/Famagusta' => { |
11051
|
|
|
|
|
|
|
exemplarCity => q#Famagusta#, |
11052
|
|
|
|
|
|
|
}, |
11053
|
|
|
|
|
|
|
'Asia/Gaza' => { |
11054
|
|
|
|
|
|
|
exemplarCity => q#Gaza#, |
11055
|
|
|
|
|
|
|
}, |
11056
|
|
|
|
|
|
|
'Asia/Hebron' => { |
11057
|
|
|
|
|
|
|
exemplarCity => q#Heabrón#, |
11058
|
|
|
|
|
|
|
}, |
11059
|
|
|
|
|
|
|
'Asia/Hong_Kong' => { |
11060
|
|
|
|
|
|
|
exemplarCity => q#Hong Cong#, |
11061
|
|
|
|
|
|
|
}, |
11062
|
|
|
|
|
|
|
'Asia/Hovd' => { |
11063
|
|
|
|
|
|
|
exemplarCity => q#Hovd#, |
11064
|
|
|
|
|
|
|
}, |
11065
|
|
|
|
|
|
|
'Asia/Irkutsk' => { |
11066
|
|
|
|
|
|
|
exemplarCity => q#Irkutsk#, |
11067
|
|
|
|
|
|
|
}, |
11068
|
|
|
|
|
|
|
'Asia/Jakarta' => { |
11069
|
|
|
|
|
|
|
exemplarCity => q#Iacárta#, |
11070
|
|
|
|
|
|
|
}, |
11071
|
|
|
|
|
|
|
'Asia/Jayapura' => { |
11072
|
|
|
|
|
|
|
exemplarCity => q#Jayapura#, |
11073
|
|
|
|
|
|
|
}, |
11074
|
|
|
|
|
|
|
'Asia/Jerusalem' => { |
11075
|
|
|
|
|
|
|
exemplarCity => q#Iarúsailéim#, |
11076
|
|
|
|
|
|
|
}, |
11077
|
|
|
|
|
|
|
'Asia/Kabul' => { |
11078
|
|
|
|
|
|
|
exemplarCity => q#Cabúl#, |
11079
|
|
|
|
|
|
|
}, |
11080
|
|
|
|
|
|
|
'Asia/Kamchatka' => { |
11081
|
|
|
|
|
|
|
exemplarCity => q#Kamchatka#, |
11082
|
|
|
|
|
|
|
}, |
11083
|
|
|
|
|
|
|
'Asia/Karachi' => { |
11084
|
|
|
|
|
|
|
exemplarCity => q#Karachi#, |
11085
|
|
|
|
|
|
|
}, |
11086
|
|
|
|
|
|
|
'Asia/Katmandu' => { |
11087
|
|
|
|
|
|
|
exemplarCity => q#Kathmandu#, |
11088
|
|
|
|
|
|
|
}, |
11089
|
|
|
|
|
|
|
'Asia/Khandyga' => { |
11090
|
|
|
|
|
|
|
exemplarCity => q#Khandyga#, |
11091
|
|
|
|
|
|
|
}, |
11092
|
|
|
|
|
|
|
'Asia/Krasnoyarsk' => { |
11093
|
|
|
|
|
|
|
exemplarCity => q#Krasnoyarsk#, |
11094
|
|
|
|
|
|
|
}, |
11095
|
|
|
|
|
|
|
'Asia/Kuala_Lumpur' => { |
11096
|
|
|
|
|
|
|
exemplarCity => q#Kuala Lumpur#, |
11097
|
|
|
|
|
|
|
}, |
11098
|
|
|
|
|
|
|
'Asia/Kuching' => { |
11099
|
|
|
|
|
|
|
exemplarCity => q#Kuching#, |
11100
|
|
|
|
|
|
|
}, |
11101
|
|
|
|
|
|
|
'Asia/Kuwait' => { |
11102
|
|
|
|
|
|
|
exemplarCity => q#Cuáit#, |
11103
|
|
|
|
|
|
|
}, |
11104
|
|
|
|
|
|
|
'Asia/Macau' => { |
11105
|
|
|
|
|
|
|
exemplarCity => q#Macao#, |
11106
|
|
|
|
|
|
|
}, |
11107
|
|
|
|
|
|
|
'Asia/Magadan' => { |
11108
|
|
|
|
|
|
|
exemplarCity => q#Magadan#, |
11109
|
|
|
|
|
|
|
}, |
11110
|
|
|
|
|
|
|
'Asia/Makassar' => { |
11111
|
|
|
|
|
|
|
exemplarCity => q#Makassar#, |
11112
|
|
|
|
|
|
|
}, |
11113
|
|
|
|
|
|
|
'Asia/Manila' => { |
11114
|
|
|
|
|
|
|
exemplarCity => q#Mainile#, |
11115
|
|
|
|
|
|
|
}, |
11116
|
|
|
|
|
|
|
'Asia/Muscat' => { |
11117
|
|
|
|
|
|
|
exemplarCity => q#Muscat#, |
11118
|
|
|
|
|
|
|
}, |
11119
|
|
|
|
|
|
|
'Asia/Nicosia' => { |
11120
|
|
|
|
|
|
|
exemplarCity => q#an Niocóis#, |
11121
|
|
|
|
|
|
|
}, |
11122
|
|
|
|
|
|
|
'Asia/Novokuznetsk' => { |
11123
|
|
|
|
|
|
|
exemplarCity => q#Novokuznetsk#, |
11124
|
|
|
|
|
|
|
}, |
11125
|
|
|
|
|
|
|
'Asia/Novosibirsk' => { |
11126
|
|
|
|
|
|
|
exemplarCity => q#Novosibirsk#, |
11127
|
|
|
|
|
|
|
}, |
11128
|
|
|
|
|
|
|
'Asia/Omsk' => { |
11129
|
|
|
|
|
|
|
exemplarCity => q#Omsk#, |
11130
|
|
|
|
|
|
|
}, |
11131
|
|
|
|
|
|
|
'Asia/Oral' => { |
11132
|
|
|
|
|
|
|
exemplarCity => q#Oral#, |
11133
|
|
|
|
|
|
|
}, |
11134
|
|
|
|
|
|
|
'Asia/Phnom_Penh' => { |
11135
|
|
|
|
|
|
|
exemplarCity => q#Phnom Penh#, |
11136
|
|
|
|
|
|
|
}, |
11137
|
|
|
|
|
|
|
'Asia/Pontianak' => { |
11138
|
|
|
|
|
|
|
exemplarCity => q#Pontianak#, |
11139
|
|
|
|
|
|
|
}, |
11140
|
|
|
|
|
|
|
'Asia/Pyongyang' => { |
11141
|
|
|
|
|
|
|
exemplarCity => q#Pyongyang#, |
11142
|
|
|
|
|
|
|
}, |
11143
|
|
|
|
|
|
|
'Asia/Qatar' => { |
11144
|
|
|
|
|
|
|
exemplarCity => q#Catar#, |
11145
|
|
|
|
|
|
|
}, |
11146
|
|
|
|
|
|
|
'Asia/Qyzylorda' => { |
11147
|
|
|
|
|
|
|
exemplarCity => q#Qyzylorda#, |
11148
|
|
|
|
|
|
|
}, |
11149
|
|
|
|
|
|
|
'Asia/Rangoon' => { |
11150
|
|
|
|
|
|
|
exemplarCity => q#Rangún#, |
11151
|
|
|
|
|
|
|
}, |
11152
|
|
|
|
|
|
|
'Asia/Riyadh' => { |
11153
|
|
|
|
|
|
|
exemplarCity => q#Riyadh#, |
11154
|
|
|
|
|
|
|
}, |
11155
|
|
|
|
|
|
|
'Asia/Saigon' => { |
11156
|
|
|
|
|
|
|
exemplarCity => q#Cathair Ho Chi Minh#, |
11157
|
|
|
|
|
|
|
}, |
11158
|
|
|
|
|
|
|
'Asia/Sakhalin' => { |
11159
|
|
|
|
|
|
|
exemplarCity => q#Sakhalin#, |
11160
|
|
|
|
|
|
|
}, |
11161
|
|
|
|
|
|
|
'Asia/Samarkand' => { |
11162
|
|
|
|
|
|
|
exemplarCity => q#Samarkand#, |
11163
|
|
|
|
|
|
|
}, |
11164
|
|
|
|
|
|
|
'Asia/Seoul' => { |
11165
|
|
|
|
|
|
|
exemplarCity => q#Súl#, |
11166
|
|
|
|
|
|
|
}, |
11167
|
|
|
|
|
|
|
'Asia/Shanghai' => { |
11168
|
|
|
|
|
|
|
exemplarCity => q#Shang-hai#, |
11169
|
|
|
|
|
|
|
}, |
11170
|
|
|
|
|
|
|
'Asia/Singapore' => { |
11171
|
|
|
|
|
|
|
exemplarCity => q#Singeapór#, |
11172
|
|
|
|
|
|
|
}, |
11173
|
|
|
|
|
|
|
'Asia/Srednekolymsk' => { |
11174
|
|
|
|
|
|
|
exemplarCity => q#Srednekolymsk#, |
11175
|
|
|
|
|
|
|
}, |
11176
|
|
|
|
|
|
|
'Asia/Taipei' => { |
11177
|
|
|
|
|
|
|
exemplarCity => q#Taipei#, |
11178
|
|
|
|
|
|
|
}, |
11179
|
|
|
|
|
|
|
'Asia/Tashkent' => { |
11180
|
|
|
|
|
|
|
exemplarCity => q#Tashkent#, |
11181
|
|
|
|
|
|
|
}, |
11182
|
|
|
|
|
|
|
'Asia/Tbilisi' => { |
11183
|
|
|
|
|
|
|
exemplarCity => q#Tbilisi#, |
11184
|
|
|
|
|
|
|
}, |
11185
|
|
|
|
|
|
|
'Asia/Tehran' => { |
11186
|
|
|
|
|
|
|
exemplarCity => q#Tehran#, |
11187
|
|
|
|
|
|
|
}, |
11188
|
|
|
|
|
|
|
'Asia/Thimphu' => { |
11189
|
|
|
|
|
|
|
exemplarCity => q#Thimphu#, |
11190
|
|
|
|
|
|
|
}, |
11191
|
|
|
|
|
|
|
'Asia/Tokyo' => { |
11192
|
|
|
|
|
|
|
exemplarCity => q#Tóiceo#, |
11193
|
|
|
|
|
|
|
}, |
11194
|
|
|
|
|
|
|
'Asia/Tomsk' => { |
11195
|
|
|
|
|
|
|
exemplarCity => q#Tomsk#, |
11196
|
|
|
|
|
|
|
}, |
11197
|
|
|
|
|
|
|
'Asia/Ulaanbaatar' => { |
11198
|
|
|
|
|
|
|
exemplarCity => q#Ulaanbaatar#, |
11199
|
|
|
|
|
|
|
}, |
11200
|
|
|
|
|
|
|
'Asia/Urumqi' => { |
11201
|
|
|
|
|
|
|
exemplarCity => q#Urumqi#, |
11202
|
|
|
|
|
|
|
}, |
11203
|
|
|
|
|
|
|
'Asia/Ust-Nera' => { |
11204
|
|
|
|
|
|
|
exemplarCity => q#Ust-Nera#, |
11205
|
|
|
|
|
|
|
}, |
11206
|
|
|
|
|
|
|
'Asia/Vientiane' => { |
11207
|
|
|
|
|
|
|
exemplarCity => q#Vientiane#, |
11208
|
|
|
|
|
|
|
}, |
11209
|
|
|
|
|
|
|
'Asia/Vladivostok' => { |
11210
|
|
|
|
|
|
|
exemplarCity => q#Vladivostok#, |
11211
|
|
|
|
|
|
|
}, |
11212
|
|
|
|
|
|
|
'Asia/Yakutsk' => { |
11213
|
|
|
|
|
|
|
exemplarCity => q#Iacútsc#, |
11214
|
|
|
|
|
|
|
}, |
11215
|
|
|
|
|
|
|
'Asia/Yekaterinburg' => { |
11216
|
|
|
|
|
|
|
exemplarCity => q#Yekaterinburg#, |
11217
|
|
|
|
|
|
|
}, |
11218
|
|
|
|
|
|
|
'Asia/Yerevan' => { |
11219
|
|
|
|
|
|
|
exemplarCity => q#Eireaván#, |
11220
|
|
|
|
|
|
|
}, |
11221
|
|
|
|
|
|
|
'Atlantic' => { |
11222
|
|
|
|
|
|
|
long => { |
11223
|
|
|
|
|
|
|
'daylight' => q#Am Samhraidh an Atlantaigh#, |
11224
|
|
|
|
|
|
|
'generic' => q#Am an Atlantaigh#, |
11225
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach an Atlantaigh#, |
11226
|
|
|
|
|
|
|
}, |
11227
|
|
|
|
|
|
|
}, |
11228
|
|
|
|
|
|
|
'Atlantic/Azores' => { |
11229
|
|
|
|
|
|
|
exemplarCity => q#na hAsóir#, |
11230
|
|
|
|
|
|
|
}, |
11231
|
|
|
|
|
|
|
'Atlantic/Bermuda' => { |
11232
|
|
|
|
|
|
|
exemplarCity => q#Beirmiúda#, |
11233
|
|
|
|
|
|
|
}, |
11234
|
|
|
|
|
|
|
'Atlantic/Canary' => { |
11235
|
|
|
|
|
|
|
exemplarCity => q#na hOileáin Chanáracha#, |
11236
|
|
|
|
|
|
|
}, |
11237
|
|
|
|
|
|
|
'Atlantic/Cape_Verde' => { |
11238
|
|
|
|
|
|
|
exemplarCity => q#Rinn Verde#, |
11239
|
|
|
|
|
|
|
}, |
11240
|
|
|
|
|
|
|
'Atlantic/Faeroe' => { |
11241
|
|
|
|
|
|
|
exemplarCity => q#Oileáin Fharó#, |
11242
|
|
|
|
|
|
|
}, |
11243
|
|
|
|
|
|
|
'Atlantic/Madeira' => { |
11244
|
|
|
|
|
|
|
exemplarCity => q#Maidéara#, |
11245
|
|
|
|
|
|
|
}, |
11246
|
|
|
|
|
|
|
'Atlantic/Reykjavik' => { |
11247
|
|
|
|
|
|
|
exemplarCity => q#Réicivíc#, |
11248
|
|
|
|
|
|
|
}, |
11249
|
|
|
|
|
|
|
'Atlantic/South_Georgia' => { |
11250
|
|
|
|
|
|
|
exemplarCity => q#an tSeoirsia Theas#, |
11251
|
|
|
|
|
|
|
}, |
11252
|
|
|
|
|
|
|
'Atlantic/St_Helena' => { |
11253
|
|
|
|
|
|
|
exemplarCity => q#San Héilin#, |
11254
|
|
|
|
|
|
|
}, |
11255
|
|
|
|
|
|
|
'Atlantic/Stanley' => { |
11256
|
|
|
|
|
|
|
exemplarCity => q#Stanley#, |
11257
|
|
|
|
|
|
|
}, |
11258
|
|
|
|
|
|
|
'Australia/Adelaide' => { |
11259
|
|
|
|
|
|
|
exemplarCity => q#Adelaide#, |
11260
|
|
|
|
|
|
|
}, |
11261
|
|
|
|
|
|
|
'Australia/Brisbane' => { |
11262
|
|
|
|
|
|
|
exemplarCity => q#Brisbane#, |
11263
|
|
|
|
|
|
|
}, |
11264
|
|
|
|
|
|
|
'Australia/Broken_Hill' => { |
11265
|
|
|
|
|
|
|
exemplarCity => q#Broken Hill#, |
11266
|
|
|
|
|
|
|
}, |
11267
|
|
|
|
|
|
|
'Australia/Currie' => { |
11268
|
|
|
|
|
|
|
exemplarCity => q#Currie#, |
11269
|
|
|
|
|
|
|
}, |
11270
|
|
|
|
|
|
|
'Australia/Darwin' => { |
11271
|
|
|
|
|
|
|
exemplarCity => q#Darwin#, |
11272
|
|
|
|
|
|
|
}, |
11273
|
|
|
|
|
|
|
'Australia/Eucla' => { |
11274
|
|
|
|
|
|
|
exemplarCity => q#Eucla#, |
11275
|
|
|
|
|
|
|
}, |
11276
|
|
|
|
|
|
|
'Australia/Hobart' => { |
11277
|
|
|
|
|
|
|
exemplarCity => q#Hobart#, |
11278
|
|
|
|
|
|
|
}, |
11279
|
|
|
|
|
|
|
'Australia/Lindeman' => { |
11280
|
|
|
|
|
|
|
exemplarCity => q#Lindeman#, |
11281
|
|
|
|
|
|
|
}, |
11282
|
|
|
|
|
|
|
'Australia/Lord_Howe' => { |
11283
|
|
|
|
|
|
|
exemplarCity => q#Lord Howe#, |
11284
|
|
|
|
|
|
|
}, |
11285
|
|
|
|
|
|
|
'Australia/Melbourne' => { |
11286
|
|
|
|
|
|
|
exemplarCity => q#Melbourne#, |
11287
|
|
|
|
|
|
|
}, |
11288
|
|
|
|
|
|
|
'Australia/Perth' => { |
11289
|
|
|
|
|
|
|
exemplarCity => q#Perth#, |
11290
|
|
|
|
|
|
|
}, |
11291
|
|
|
|
|
|
|
'Australia/Sydney' => { |
11292
|
|
|
|
|
|
|
exemplarCity => q#Sydney#, |
11293
|
|
|
|
|
|
|
}, |
11294
|
|
|
|
|
|
|
'Australia_Central' => { |
11295
|
|
|
|
|
|
|
long => { |
11296
|
|
|
|
|
|
|
'daylight' => q#Am Samhraidh Lár na hAstráile#, |
11297
|
|
|
|
|
|
|
'generic' => q#Am Lár na hAstráile#, |
11298
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach Lár na hAstráile#, |
11299
|
|
|
|
|
|
|
}, |
11300
|
|
|
|
|
|
|
}, |
11301
|
|
|
|
|
|
|
'Australia_CentralWestern' => { |
11302
|
|
|
|
|
|
|
long => { |
11303
|
|
|
|
|
|
|
'daylight' => q#Am Samhraidh Mheániarthar na hAstráile#, |
11304
|
|
|
|
|
|
|
'generic' => q#Am Mheániarthar na hAstráile#, |
11305
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach Mheániarthar na hAstráile#, |
11306
|
|
|
|
|
|
|
}, |
11307
|
|
|
|
|
|
|
}, |
11308
|
|
|
|
|
|
|
'Australia_Eastern' => { |
11309
|
|
|
|
|
|
|
long => { |
11310
|
|
|
|
|
|
|
'daylight' => q#Am Samhraidh Oirthear na hAstráile#, |
11311
|
|
|
|
|
|
|
'generic' => q#Am Oirthear na hAstráile#, |
11312
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach Oirthear na hAstráile#, |
11313
|
|
|
|
|
|
|
}, |
11314
|
|
|
|
|
|
|
}, |
11315
|
|
|
|
|
|
|
'Australia_Western' => { |
11316
|
|
|
|
|
|
|
long => { |
11317
|
|
|
|
|
|
|
'daylight' => q#Am Samhraidh Iarthar na hAstráile#, |
11318
|
|
|
|
|
|
|
'generic' => q#Am Iarthar na hAstráile#, |
11319
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach Iarthar na hAstráile#, |
11320
|
|
|
|
|
|
|
}, |
11321
|
|
|
|
|
|
|
}, |
11322
|
|
|
|
|
|
|
'Azerbaijan' => { |
11323
|
|
|
|
|
|
|
long => { |
11324
|
|
|
|
|
|
|
'daylight' => q#Am Samhraidh na hAsarbaiseáine#, |
11325
|
|
|
|
|
|
|
'generic' => q#Am na hAsarbaiseáine#, |
11326
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach na hAsarbaiseáine#, |
11327
|
|
|
|
|
|
|
}, |
11328
|
|
|
|
|
|
|
}, |
11329
|
|
|
|
|
|
|
'Azores' => { |
11330
|
|
|
|
|
|
|
long => { |
11331
|
|
|
|
|
|
|
'daylight' => q#Am Samhraidh na nAsór#, |
11332
|
|
|
|
|
|
|
'generic' => q#Am na nAsór#, |
11333
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach na nAsór#, |
11334
|
|
|
|
|
|
|
}, |
11335
|
|
|
|
|
|
|
}, |
11336
|
|
|
|
|
|
|
'Bangladesh' => { |
11337
|
|
|
|
|
|
|
long => { |
11338
|
|
|
|
|
|
|
'daylight' => q#Am Samhraidh na Banglaidéise#, |
11339
|
|
|
|
|
|
|
'generic' => q#Am na Banglaidéise#, |
11340
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach na Banglaidéise#, |
11341
|
|
|
|
|
|
|
}, |
11342
|
|
|
|
|
|
|
}, |
11343
|
|
|
|
|
|
|
'Bhutan' => { |
11344
|
|
|
|
|
|
|
long => { |
11345
|
|
|
|
|
|
|
'standard' => q#Am na Bútáine#, |
11346
|
|
|
|
|
|
|
}, |
11347
|
|
|
|
|
|
|
}, |
11348
|
|
|
|
|
|
|
'Bolivia' => { |
11349
|
|
|
|
|
|
|
long => { |
11350
|
|
|
|
|
|
|
'standard' => q#Am na Bolaive#, |
11351
|
|
|
|
|
|
|
}, |
11352
|
|
|
|
|
|
|
}, |
11353
|
|
|
|
|
|
|
'Brasilia' => { |
11354
|
|
|
|
|
|
|
long => { |
11355
|
|
|
|
|
|
|
'daylight' => q#Am Samhraidh Bhrasília#, |
11356
|
|
|
|
|
|
|
'generic' => q#Am Bhrasília#, |
11357
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach Bhrasília#, |
11358
|
|
|
|
|
|
|
}, |
11359
|
|
|
|
|
|
|
}, |
11360
|
|
|
|
|
|
|
'Brunei' => { |
11361
|
|
|
|
|
|
|
long => { |
11362
|
|
|
|
|
|
|
'standard' => q#Am Brúiné Darasalám#, |
11363
|
|
|
|
|
|
|
}, |
11364
|
|
|
|
|
|
|
}, |
11365
|
|
|
|
|
|
|
'Cape_Verde' => { |
11366
|
|
|
|
|
|
|
long => { |
11367
|
|
|
|
|
|
|
'daylight' => q#Am Samhraidh Rinn Verde#, |
11368
|
|
|
|
|
|
|
'generic' => q#Am Rinn Verde#, |
11369
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach Rinn Verde#, |
11370
|
|
|
|
|
|
|
}, |
11371
|
|
|
|
|
|
|
}, |
11372
|
|
|
|
|
|
|
'Casey' => { |
11373
|
|
|
|
|
|
|
long => { |
11374
|
|
|
|
|
|
|
'standard' => q#Am Stáisiún Casey#, |
11375
|
|
|
|
|
|
|
}, |
11376
|
|
|
|
|
|
|
}, |
11377
|
|
|
|
|
|
|
'Chamorro' => { |
11378
|
|
|
|
|
|
|
long => { |
11379
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach Seamórach#, |
11380
|
|
|
|
|
|
|
}, |
11381
|
|
|
|
|
|
|
}, |
11382
|
|
|
|
|
|
|
'Chatham' => { |
11383
|
|
|
|
|
|
|
long => { |
11384
|
|
|
|
|
|
|
'daylight' => q#Am Samhraidh Chatham#, |
11385
|
|
|
|
|
|
|
'generic' => q#Am Chatham#, |
11386
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach Chatham#, |
11387
|
|
|
|
|
|
|
}, |
11388
|
|
|
|
|
|
|
}, |
11389
|
|
|
|
|
|
|
'Chile' => { |
11390
|
|
|
|
|
|
|
long => { |
11391
|
|
|
|
|
|
|
'daylight' => q#Am Samhraidh na Sile#, |
11392
|
|
|
|
|
|
|
'generic' => q#Am na Sile#, |
11393
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach na Sile#, |
11394
|
|
|
|
|
|
|
}, |
11395
|
|
|
|
|
|
|
}, |
11396
|
|
|
|
|
|
|
'China' => { |
11397
|
|
|
|
|
|
|
long => { |
11398
|
|
|
|
|
|
|
'daylight' => q#Am Samhraidh na Síne#, |
11399
|
|
|
|
|
|
|
'generic' => q#Am na Síne#, |
11400
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach na Síne#, |
11401
|
|
|
|
|
|
|
}, |
11402
|
|
|
|
|
|
|
}, |
11403
|
|
|
|
|
|
|
'Choibalsan' => { |
11404
|
|
|
|
|
|
|
long => { |
11405
|
|
|
|
|
|
|
'daylight' => q#Am Samhraidh Choibalsan#, |
11406
|
|
|
|
|
|
|
'generic' => q#Am Choibalsan#, |
11407
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach Choibalsan#, |
11408
|
|
|
|
|
|
|
}, |
11409
|
|
|
|
|
|
|
}, |
11410
|
|
|
|
|
|
|
'Christmas' => { |
11411
|
|
|
|
|
|
|
long => { |
11412
|
|
|
|
|
|
|
'standard' => q#Am Oileán na Nollag#, |
11413
|
|
|
|
|
|
|
}, |
11414
|
|
|
|
|
|
|
}, |
11415
|
|
|
|
|
|
|
'Cocos' => { |
11416
|
|
|
|
|
|
|
long => { |
11417
|
|
|
|
|
|
|
'standard' => q#Am Oileáin Cocos#, |
11418
|
|
|
|
|
|
|
}, |
11419
|
|
|
|
|
|
|
}, |
11420
|
|
|
|
|
|
|
'Colombia' => { |
11421
|
|
|
|
|
|
|
long => { |
11422
|
|
|
|
|
|
|
'daylight' => q#Am Samhraidh na Colóime#, |
11423
|
|
|
|
|
|
|
'generic' => q#Am na Colóime#, |
11424
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach na Colóime#, |
11425
|
|
|
|
|
|
|
}, |
11426
|
|
|
|
|
|
|
}, |
11427
|
|
|
|
|
|
|
'Cook' => { |
11428
|
|
|
|
|
|
|
long => { |
11429
|
|
|
|
|
|
|
'daylight' => q#Am Leathshamhraidh Oileáin Cook#, |
11430
|
|
|
|
|
|
|
'generic' => q#Am Oileáin Cook#, |
11431
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach Oileáin Cook#, |
11432
|
|
|
|
|
|
|
}, |
11433
|
|
|
|
|
|
|
}, |
11434
|
|
|
|
|
|
|
'Cuba' => { |
11435
|
|
|
|
|
|
|
long => { |
11436
|
|
|
|
|
|
|
'daylight' => q#Am Samhraidh Chúba#, |
11437
|
|
|
|
|
|
|
'generic' => q#Am Chúba#, |
11438
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach Chúba#, |
11439
|
|
|
|
|
|
|
}, |
11440
|
|
|
|
|
|
|
}, |
11441
|
|
|
|
|
|
|
'Davis' => { |
11442
|
|
|
|
|
|
|
long => { |
11443
|
|
|
|
|
|
|
'standard' => q#Am Stáisiún Davis#, |
11444
|
|
|
|
|
|
|
}, |
11445
|
|
|
|
|
|
|
}, |
11446
|
|
|
|
|
|
|
'DumontDUrville' => { |
11447
|
|
|
|
|
|
|
long => { |
11448
|
|
|
|
|
|
|
'standard' => q#Am Stáisiún Dumont-d’Urville#, |
11449
|
|
|
|
|
|
|
}, |
11450
|
|
|
|
|
|
|
}, |
11451
|
|
|
|
|
|
|
'East_Timor' => { |
11452
|
|
|
|
|
|
|
long => { |
11453
|
|
|
|
|
|
|
'standard' => q#Am Thíomór Thoir#, |
11454
|
|
|
|
|
|
|
}, |
11455
|
|
|
|
|
|
|
}, |
11456
|
|
|
|
|
|
|
'Easter' => { |
11457
|
|
|
|
|
|
|
long => { |
11458
|
|
|
|
|
|
|
'daylight' => q#Am Samhraidh Oileán na Cásca#, |
11459
|
|
|
|
|
|
|
'generic' => q#Am Oileán na Cásca#, |
11460
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach Oileán na Cásca#, |
11461
|
|
|
|
|
|
|
}, |
11462
|
|
|
|
|
|
|
}, |
11463
|
|
|
|
|
|
|
'Ecuador' => { |
11464
|
|
|
|
|
|
|
long => { |
11465
|
|
|
|
|
|
|
'standard' => q#Am Eacuadór#, |
11466
|
|
|
|
|
|
|
}, |
11467
|
|
|
|
|
|
|
}, |
11468
|
|
|
|
|
|
|
'Etc/UTC' => { |
11469
|
|
|
|
|
|
|
long => { |
11470
|
|
|
|
|
|
|
'standard' => q#Am Uilíoch Lárnach#, |
11471
|
|
|
|
|
|
|
}, |
11472
|
|
|
|
|
|
|
}, |
11473
|
|
|
|
|
|
|
'Etc/Unknown' => { |
11474
|
|
|
|
|
|
|
exemplarCity => q#Cathair Anaithnid#, |
11475
|
|
|
|
|
|
|
}, |
11476
|
|
|
|
|
|
|
'Europe/Amsterdam' => { |
11477
|
|
|
|
|
|
|
exemplarCity => q#Amstardam#, |
11478
|
|
|
|
|
|
|
}, |
11479
|
|
|
|
|
|
|
'Europe/Andorra' => { |
11480
|
|
|
|
|
|
|
exemplarCity => q#Andóra#, |
11481
|
|
|
|
|
|
|
}, |
11482
|
|
|
|
|
|
|
'Europe/Astrakhan' => { |
11483
|
|
|
|
|
|
|
exemplarCity => q#an Astracáin#, |
11484
|
|
|
|
|
|
|
}, |
11485
|
|
|
|
|
|
|
'Europe/Athens' => { |
11486
|
|
|
|
|
|
|
exemplarCity => q#an Aithin#, |
11487
|
|
|
|
|
|
|
}, |
11488
|
|
|
|
|
|
|
'Europe/Belgrade' => { |
11489
|
|
|
|
|
|
|
exemplarCity => q#Béalgrád#, |
11490
|
|
|
|
|
|
|
}, |
11491
|
|
|
|
|
|
|
'Europe/Berlin' => { |
11492
|
|
|
|
|
|
|
exemplarCity => q#Beirlín#, |
11493
|
|
|
|
|
|
|
}, |
11494
|
|
|
|
|
|
|
'Europe/Bratislava' => { |
11495
|
|
|
|
|
|
|
exemplarCity => q#an Bhratasláiv#, |
11496
|
|
|
|
|
|
|
}, |
11497
|
|
|
|
|
|
|
'Europe/Brussels' => { |
11498
|
|
|
|
|
|
|
exemplarCity => q#an Bhruiséil#, |
11499
|
|
|
|
|
|
|
}, |
11500
|
|
|
|
|
|
|
'Europe/Bucharest' => { |
11501
|
|
|
|
|
|
|
exemplarCity => q#Búcairist#, |
11502
|
|
|
|
|
|
|
}, |
11503
|
|
|
|
|
|
|
'Europe/Budapest' => { |
11504
|
|
|
|
|
|
|
exemplarCity => q#Búdaipeist#, |
11505
|
|
|
|
|
|
|
}, |
11506
|
|
|
|
|
|
|
'Europe/Busingen' => { |
11507
|
|
|
|
|
|
|
exemplarCity => q#Busingen#, |
11508
|
|
|
|
|
|
|
}, |
11509
|
|
|
|
|
|
|
'Europe/Chisinau' => { |
11510
|
|
|
|
|
|
|
exemplarCity => q#Císineá#, |
11511
|
|
|
|
|
|
|
}, |
11512
|
|
|
|
|
|
|
'Europe/Copenhagen' => { |
11513
|
|
|
|
|
|
|
exemplarCity => q#Cóbanhávan#, |
11514
|
|
|
|
|
|
|
}, |
11515
|
|
|
|
|
|
|
'Europe/Dublin' => { |
11516
|
|
|
|
|
|
|
exemplarCity => q#Baile Átha Cliath#, |
11517
|
|
|
|
|
|
|
long => { |
11518
|
|
|
|
|
|
|
'daylight' => q#Am Caighdéanach na hÉireann#, |
11519
|
|
|
|
|
|
|
}, |
11520
|
|
|
|
|
|
|
short => { |
11521
|
|
|
|
|
|
|
'daylight' => q#ACÉ#, |
11522
|
|
|
|
|
|
|
}, |
11523
|
|
|
|
|
|
|
}, |
11524
|
|
|
|
|
|
|
'Europe/Gibraltar' => { |
11525
|
|
|
|
|
|
|
exemplarCity => q#Giobráltar#, |
11526
|
|
|
|
|
|
|
}, |
11527
|
|
|
|
|
|
|
'Europe/Guernsey' => { |
11528
|
|
|
|
|
|
|
exemplarCity => q#Geansaí#, |
11529
|
|
|
|
|
|
|
}, |
11530
|
|
|
|
|
|
|
'Europe/Helsinki' => { |
11531
|
|
|
|
|
|
|
exemplarCity => q#Heilsincí#, |
11532
|
|
|
|
|
|
|
}, |
11533
|
|
|
|
|
|
|
'Europe/Isle_of_Man' => { |
11534
|
|
|
|
|
|
|
exemplarCity => q#Oileán Mhanann#, |
11535
|
|
|
|
|
|
|
}, |
11536
|
|
|
|
|
|
|
'Europe/Istanbul' => { |
11537
|
|
|
|
|
|
|
exemplarCity => q#Iostanbúl#, |
11538
|
|
|
|
|
|
|
}, |
11539
|
|
|
|
|
|
|
'Europe/Jersey' => { |
11540
|
|
|
|
|
|
|
exemplarCity => q#Geirsí#, |
11541
|
|
|
|
|
|
|
}, |
11542
|
|
|
|
|
|
|
'Europe/Kaliningrad' => { |
11543
|
|
|
|
|
|
|
exemplarCity => q#Kaliningrad#, |
11544
|
|
|
|
|
|
|
}, |
11545
|
|
|
|
|
|
|
'Europe/Kiev' => { |
11546
|
|
|
|
|
|
|
exemplarCity => q#Cív#, |
11547
|
|
|
|
|
|
|
}, |
11548
|
|
|
|
|
|
|
'Europe/Kirov' => { |
11549
|
|
|
|
|
|
|
exemplarCity => q#Kirov#, |
11550
|
|
|
|
|
|
|
}, |
11551
|
|
|
|
|
|
|
'Europe/Lisbon' => { |
11552
|
|
|
|
|
|
|
exemplarCity => q#Liospóin#, |
11553
|
|
|
|
|
|
|
}, |
11554
|
|
|
|
|
|
|
'Europe/Ljubljana' => { |
11555
|
|
|
|
|
|
|
exemplarCity => q#Liúibleána#, |
11556
|
|
|
|
|
|
|
}, |
11557
|
|
|
|
|
|
|
'Europe/London' => { |
11558
|
|
|
|
|
|
|
exemplarCity => q#Londain#, |
11559
|
|
|
|
|
|
|
long => { |
11560
|
|
|
|
|
|
|
'daylight' => q#Am Samhraidh na Breataine#, |
11561
|
|
|
|
|
|
|
}, |
11562
|
|
|
|
|
|
|
short => { |
11563
|
|
|
|
|
|
|
'daylight' => q#ASB#, |
11564
|
|
|
|
|
|
|
}, |
11565
|
|
|
|
|
|
|
}, |
11566
|
|
|
|
|
|
|
'Europe/Luxembourg' => { |
11567
|
|
|
|
|
|
|
exemplarCity => q#Lucsamburg#, |
11568
|
|
|
|
|
|
|
}, |
11569
|
|
|
|
|
|
|
'Europe/Madrid' => { |
11570
|
|
|
|
|
|
|
exemplarCity => q#Maidrid#, |
11571
|
|
|
|
|
|
|
}, |
11572
|
|
|
|
|
|
|
'Europe/Malta' => { |
11573
|
|
|
|
|
|
|
exemplarCity => q#Málta#, |
11574
|
|
|
|
|
|
|
}, |
11575
|
|
|
|
|
|
|
'Europe/Mariehamn' => { |
11576
|
|
|
|
|
|
|
exemplarCity => q#Mariehamn#, |
11577
|
|
|
|
|
|
|
}, |
11578
|
|
|
|
|
|
|
'Europe/Minsk' => { |
11579
|
|
|
|
|
|
|
exemplarCity => q#Mionsc#, |
11580
|
|
|
|
|
|
|
}, |
11581
|
|
|
|
|
|
|
'Europe/Monaco' => { |
11582
|
|
|
|
|
|
|
exemplarCity => q#Monacó#, |
11583
|
|
|
|
|
|
|
}, |
11584
|
|
|
|
|
|
|
'Europe/Moscow' => { |
11585
|
|
|
|
|
|
|
exemplarCity => q#Moscó#, |
11586
|
|
|
|
|
|
|
}, |
11587
|
|
|
|
|
|
|
'Europe/Oslo' => { |
11588
|
|
|
|
|
|
|
exemplarCity => q#Osló#, |
11589
|
|
|
|
|
|
|
}, |
11590
|
|
|
|
|
|
|
'Europe/Paris' => { |
11591
|
|
|
|
|
|
|
exemplarCity => q#Páras#, |
11592
|
|
|
|
|
|
|
}, |
11593
|
|
|
|
|
|
|
'Europe/Podgorica' => { |
11594
|
|
|
|
|
|
|
exemplarCity => q#Podgairítse#, |
11595
|
|
|
|
|
|
|
}, |
11596
|
|
|
|
|
|
|
'Europe/Prague' => { |
11597
|
|
|
|
|
|
|
exemplarCity => q#Prág#, |
11598
|
|
|
|
|
|
|
}, |
11599
|
|
|
|
|
|
|
'Europe/Riga' => { |
11600
|
|
|
|
|
|
|
exemplarCity => q#Ríge#, |
11601
|
|
|
|
|
|
|
}, |
11602
|
|
|
|
|
|
|
'Europe/Rome' => { |
11603
|
|
|
|
|
|
|
exemplarCity => q#an Róimh#, |
11604
|
|
|
|
|
|
|
}, |
11605
|
|
|
|
|
|
|
'Europe/Samara' => { |
11606
|
|
|
|
|
|
|
exemplarCity => q#Samara#, |
11607
|
|
|
|
|
|
|
}, |
11608
|
|
|
|
|
|
|
'Europe/San_Marino' => { |
11609
|
|
|
|
|
|
|
exemplarCity => q#San Mairíne#, |
11610
|
|
|
|
|
|
|
}, |
11611
|
|
|
|
|
|
|
'Europe/Sarajevo' => { |
11612
|
|
|
|
|
|
|
exemplarCity => q#Sairéavó#, |
11613
|
|
|
|
|
|
|
}, |
11614
|
|
|
|
|
|
|
'Europe/Saratov' => { |
11615
|
|
|
|
|
|
|
exemplarCity => q#Saratov#, |
11616
|
|
|
|
|
|
|
}, |
11617
|
|
|
|
|
|
|
'Europe/Simferopol' => { |
11618
|
|
|
|
|
|
|
exemplarCity => q#Simferopol#, |
11619
|
|
|
|
|
|
|
}, |
11620
|
|
|
|
|
|
|
'Europe/Skopje' => { |
11621
|
|
|
|
|
|
|
exemplarCity => q#Scóipé#, |
11622
|
|
|
|
|
|
|
}, |
11623
|
|
|
|
|
|
|
'Europe/Sofia' => { |
11624
|
|
|
|
|
|
|
exemplarCity => q#Sóifia#, |
11625
|
|
|
|
|
|
|
}, |
11626
|
|
|
|
|
|
|
'Europe/Stockholm' => { |
11627
|
|
|
|
|
|
|
exemplarCity => q#Stócólm#, |
11628
|
|
|
|
|
|
|
}, |
11629
|
|
|
|
|
|
|
'Europe/Tallinn' => { |
11630
|
|
|
|
|
|
|
exemplarCity => q#Taillinn#, |
11631
|
|
|
|
|
|
|
}, |
11632
|
|
|
|
|
|
|
'Europe/Tirane' => { |
11633
|
|
|
|
|
|
|
exemplarCity => q#Tirane#, |
11634
|
|
|
|
|
|
|
}, |
11635
|
|
|
|
|
|
|
'Europe/Ulyanovsk' => { |
11636
|
|
|
|
|
|
|
exemplarCity => q#Ulyanovsk#, |
11637
|
|
|
|
|
|
|
}, |
11638
|
|
|
|
|
|
|
'Europe/Uzhgorod' => { |
11639
|
|
|
|
|
|
|
exemplarCity => q#Uzhgorod#, |
11640
|
|
|
|
|
|
|
}, |
11641
|
|
|
|
|
|
|
'Europe/Vaduz' => { |
11642
|
|
|
|
|
|
|
exemplarCity => q#Vadús#, |
11643
|
|
|
|
|
|
|
}, |
11644
|
|
|
|
|
|
|
'Europe/Vatican' => { |
11645
|
|
|
|
|
|
|
exemplarCity => q#Cathair na Vatacáine#, |
11646
|
|
|
|
|
|
|
}, |
11647
|
|
|
|
|
|
|
'Europe/Vienna' => { |
11648
|
|
|
|
|
|
|
exemplarCity => q#Vín#, |
11649
|
|
|
|
|
|
|
}, |
11650
|
|
|
|
|
|
|
'Europe/Vilnius' => { |
11651
|
|
|
|
|
|
|
exemplarCity => q#Vilnias#, |
11652
|
|
|
|
|
|
|
}, |
11653
|
|
|
|
|
|
|
'Europe/Volgograd' => { |
11654
|
|
|
|
|
|
|
exemplarCity => q#Volgograd#, |
11655
|
|
|
|
|
|
|
}, |
11656
|
|
|
|
|
|
|
'Europe/Warsaw' => { |
11657
|
|
|
|
|
|
|
exemplarCity => q#Vársá#, |
11658
|
|
|
|
|
|
|
}, |
11659
|
|
|
|
|
|
|
'Europe/Zagreb' => { |
11660
|
|
|
|
|
|
|
exemplarCity => q#Ságrab#, |
11661
|
|
|
|
|
|
|
}, |
11662
|
|
|
|
|
|
|
'Europe/Zaporozhye' => { |
11663
|
|
|
|
|
|
|
exemplarCity => q#Zaporozhye#, |
11664
|
|
|
|
|
|
|
}, |
11665
|
|
|
|
|
|
|
'Europe/Zurich' => { |
11666
|
|
|
|
|
|
|
exemplarCity => q#Zürich#, |
11667
|
|
|
|
|
|
|
}, |
11668
|
|
|
|
|
|
|
'Europe_Central' => { |
11669
|
|
|
|
|
|
|
long => { |
11670
|
|
|
|
|
|
|
'daylight' => q#Am Samhraidh Lár na hEorpa#, |
11671
|
|
|
|
|
|
|
'generic' => q#Am Lár na hEorpa#, |
11672
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach Lár na hEorpa#, |
11673
|
|
|
|
|
|
|
}, |
11674
|
|
|
|
|
|
|
short => { |
11675
|
|
|
|
|
|
|
'daylight' => q#CEST#, |
11676
|
|
|
|
|
|
|
'generic' => q#CET#, |
11677
|
|
|
|
|
|
|
'standard' => q#CET#, |
11678
|
|
|
|
|
|
|
}, |
11679
|
|
|
|
|
|
|
}, |
11680
|
|
|
|
|
|
|
'Europe_Eastern' => { |
11681
|
|
|
|
|
|
|
long => { |
11682
|
|
|
|
|
|
|
'daylight' => q#Am Samhraidh Oirthear na hEorpa#, |
11683
|
|
|
|
|
|
|
'generic' => q#Am Oirthear na hEorpa#, |
11684
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach Oirthear na hEorpa#, |
11685
|
|
|
|
|
|
|
}, |
11686
|
|
|
|
|
|
|
short => { |
11687
|
|
|
|
|
|
|
'daylight' => q#EEST#, |
11688
|
|
|
|
|
|
|
'generic' => q#EET#, |
11689
|
|
|
|
|
|
|
'standard' => q#EET#, |
11690
|
|
|
|
|
|
|
}, |
11691
|
|
|
|
|
|
|
}, |
11692
|
|
|
|
|
|
|
'Europe_Further_Eastern' => { |
11693
|
|
|
|
|
|
|
long => { |
11694
|
|
|
|
|
|
|
'standard' => q#Am Chianoirthear na hEorpa#, |
11695
|
|
|
|
|
|
|
}, |
11696
|
|
|
|
|
|
|
}, |
11697
|
|
|
|
|
|
|
'Europe_Western' => { |
11698
|
|
|
|
|
|
|
long => { |
11699
|
|
|
|
|
|
|
'daylight' => q#Am Samhraidh Iarthar na hEorpa#, |
11700
|
|
|
|
|
|
|
'generic' => q#Am Iarthar na hEorpa#, |
11701
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach Iarthar na hEorpa#, |
11702
|
|
|
|
|
|
|
}, |
11703
|
|
|
|
|
|
|
short => { |
11704
|
|
|
|
|
|
|
'daylight' => q#WEST#, |
11705
|
|
|
|
|
|
|
'generic' => q#WET#, |
11706
|
|
|
|
|
|
|
'standard' => q#WET#, |
11707
|
|
|
|
|
|
|
}, |
11708
|
|
|
|
|
|
|
}, |
11709
|
|
|
|
|
|
|
'Falkland' => { |
11710
|
|
|
|
|
|
|
long => { |
11711
|
|
|
|
|
|
|
'daylight' => q#Am Samhraidh Oileáin Fháclainne#, |
11712
|
|
|
|
|
|
|
'generic' => q#Am Oileáin Fháclainne#, |
11713
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach Oileáin Fháclainne#, |
11714
|
|
|
|
|
|
|
}, |
11715
|
|
|
|
|
|
|
}, |
11716
|
|
|
|
|
|
|
'Fiji' => { |
11717
|
|
|
|
|
|
|
long => { |
11718
|
|
|
|
|
|
|
'daylight' => q#Am Samhraidh Fhidsí#, |
11719
|
|
|
|
|
|
|
'generic' => q#Am Fhidsí#, |
11720
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach Fhidsí#, |
11721
|
|
|
|
|
|
|
}, |
11722
|
|
|
|
|
|
|
}, |
11723
|
|
|
|
|
|
|
'French_Guiana' => { |
11724
|
|
|
|
|
|
|
long => { |
11725
|
|
|
|
|
|
|
'standard' => q#Am Ghuáin na Fraince#, |
11726
|
|
|
|
|
|
|
}, |
11727
|
|
|
|
|
|
|
}, |
11728
|
|
|
|
|
|
|
'French_Southern' => { |
11729
|
|
|
|
|
|
|
long => { |
11730
|
|
|
|
|
|
|
'standard' => q#Am Chríocha Francacha Deisceart an Domhain#, |
11731
|
|
|
|
|
|
|
}, |
11732
|
|
|
|
|
|
|
}, |
11733
|
|
|
|
|
|
|
'GMT' => { |
11734
|
|
|
|
|
|
|
long => { |
11735
|
|
|
|
|
|
|
'standard' => q#Meán-Am Greenwich#, |
11736
|
|
|
|
|
|
|
}, |
11737
|
|
|
|
|
|
|
short => { |
11738
|
|
|
|
|
|
|
'standard' => q#MAG#, |
11739
|
|
|
|
|
|
|
}, |
11740
|
|
|
|
|
|
|
}, |
11741
|
|
|
|
|
|
|
'Galapagos' => { |
11742
|
|
|
|
|
|
|
long => { |
11743
|
|
|
|
|
|
|
'standard' => q#Am Oileáin Galápagos#, |
11744
|
|
|
|
|
|
|
}, |
11745
|
|
|
|
|
|
|
}, |
11746
|
|
|
|
|
|
|
'Gambier' => { |
11747
|
|
|
|
|
|
|
long => { |
11748
|
|
|
|
|
|
|
'standard' => q#Am Ghambier#, |
11749
|
|
|
|
|
|
|
}, |
11750
|
|
|
|
|
|
|
}, |
11751
|
|
|
|
|
|
|
'Georgia' => { |
11752
|
|
|
|
|
|
|
long => { |
11753
|
|
|
|
|
|
|
'daylight' => q#Am Samhraidh na Seoirsia#, |
11754
|
|
|
|
|
|
|
'generic' => q#Am na Seoirsia#, |
11755
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach na Seoirsia#, |
11756
|
|
|
|
|
|
|
}, |
11757
|
|
|
|
|
|
|
}, |
11758
|
|
|
|
|
|
|
'Gilbert_Islands' => { |
11759
|
|
|
|
|
|
|
long => { |
11760
|
|
|
|
|
|
|
'standard' => q#Am Chireabaití#, |
11761
|
|
|
|
|
|
|
}, |
11762
|
|
|
|
|
|
|
}, |
11763
|
|
|
|
|
|
|
'Greenland_Eastern' => { |
11764
|
|
|
|
|
|
|
long => { |
11765
|
|
|
|
|
|
|
'daylight' => q#Am Samhraidh Oirthear na Graonlainne#, |
11766
|
|
|
|
|
|
|
'generic' => q#Am Oirthear na Graonlainne#, |
11767
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach Oirthear na Graonlainne#, |
11768
|
|
|
|
|
|
|
}, |
11769
|
|
|
|
|
|
|
}, |
11770
|
|
|
|
|
|
|
'Greenland_Western' => { |
11771
|
|
|
|
|
|
|
long => { |
11772
|
|
|
|
|
|
|
'daylight' => q#Am Samhraidh Iarthar na Graonlainne#, |
11773
|
|
|
|
|
|
|
'generic' => q#Am Iarthar na Graonlainne#, |
11774
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach Iarthar na Graonlainne#, |
11775
|
|
|
|
|
|
|
}, |
11776
|
|
|
|
|
|
|
}, |
11777
|
|
|
|
|
|
|
'Guam' => { |
11778
|
|
|
|
|
|
|
long => { |
11779
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach Ghuam#, |
11780
|
|
|
|
|
|
|
}, |
11781
|
|
|
|
|
|
|
}, |
11782
|
|
|
|
|
|
|
'Gulf' => { |
11783
|
|
|
|
|
|
|
long => { |
11784
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach na Murascaille#, |
11785
|
|
|
|
|
|
|
}, |
11786
|
|
|
|
|
|
|
}, |
11787
|
|
|
|
|
|
|
'Guyana' => { |
11788
|
|
|
|
|
|
|
long => { |
11789
|
|
|
|
|
|
|
'standard' => q#Am na Guáine#, |
11790
|
|
|
|
|
|
|
}, |
11791
|
|
|
|
|
|
|
}, |
11792
|
|
|
|
|
|
|
'Hawaii_Aleutian' => { |
11793
|
|
|
|
|
|
|
long => { |
11794
|
|
|
|
|
|
|
'daylight' => q#Am Samhraidh Haváí-Ailiúit#, |
11795
|
|
|
|
|
|
|
'generic' => q#Am Haváí-Ailiúit#, |
11796
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach Haváí-Ailiúit#, |
11797
|
|
|
|
|
|
|
}, |
11798
|
|
|
|
|
|
|
}, |
11799
|
|
|
|
|
|
|
'Hong_Kong' => { |
11800
|
|
|
|
|
|
|
long => { |
11801
|
|
|
|
|
|
|
'daylight' => q#Am Samhraidh Hong Cong#, |
11802
|
|
|
|
|
|
|
'generic' => q#Am Hong Cong#, |
11803
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach Hong Cong#, |
11804
|
|
|
|
|
|
|
}, |
11805
|
|
|
|
|
|
|
}, |
11806
|
|
|
|
|
|
|
'Hovd' => { |
11807
|
|
|
|
|
|
|
long => { |
11808
|
|
|
|
|
|
|
'daylight' => q#Am Samhraidh Hovd#, |
11809
|
|
|
|
|
|
|
'generic' => q#Am Hovd#, |
11810
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach Hovd#, |
11811
|
|
|
|
|
|
|
}, |
11812
|
|
|
|
|
|
|
}, |
11813
|
|
|
|
|
|
|
'India' => { |
11814
|
|
|
|
|
|
|
long => { |
11815
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach na hIndia#, |
11816
|
|
|
|
|
|
|
}, |
11817
|
|
|
|
|
|
|
}, |
11818
|
|
|
|
|
|
|
'Indian/Antananarivo' => { |
11819
|
|
|
|
|
|
|
exemplarCity => q#Antananairíveo#, |
11820
|
|
|
|
|
|
|
}, |
11821
|
|
|
|
|
|
|
'Indian/Chagos' => { |
11822
|
|
|
|
|
|
|
exemplarCity => q#Chagos#, |
11823
|
|
|
|
|
|
|
}, |
11824
|
|
|
|
|
|
|
'Indian/Christmas' => { |
11825
|
|
|
|
|
|
|
exemplarCity => q#Oileán na Nollag#, |
11826
|
|
|
|
|
|
|
}, |
11827
|
|
|
|
|
|
|
'Indian/Cocos' => { |
11828
|
|
|
|
|
|
|
exemplarCity => q#Oileán Cocos#, |
11829
|
|
|
|
|
|
|
}, |
11830
|
|
|
|
|
|
|
'Indian/Comoro' => { |
11831
|
|
|
|
|
|
|
exemplarCity => q#Oileáin Chomóra#, |
11832
|
|
|
|
|
|
|
}, |
11833
|
|
|
|
|
|
|
'Indian/Kerguelen' => { |
11834
|
|
|
|
|
|
|
exemplarCity => q#Kerguelen#, |
11835
|
|
|
|
|
|
|
}, |
11836
|
|
|
|
|
|
|
'Indian/Mahe' => { |
11837
|
|
|
|
|
|
|
exemplarCity => q#Mahe#, |
11838
|
|
|
|
|
|
|
}, |
11839
|
|
|
|
|
|
|
'Indian/Maldives' => { |
11840
|
|
|
|
|
|
|
exemplarCity => q#Oileáin Mhaildíve#, |
11841
|
|
|
|
|
|
|
}, |
11842
|
|
|
|
|
|
|
'Indian/Mauritius' => { |
11843
|
|
|
|
|
|
|
exemplarCity => q#Oileán Mhuirís#, |
11844
|
|
|
|
|
|
|
}, |
11845
|
|
|
|
|
|
|
'Indian/Mayotte' => { |
11846
|
|
|
|
|
|
|
exemplarCity => q#Mayotte#, |
11847
|
|
|
|
|
|
|
}, |
11848
|
|
|
|
|
|
|
'Indian/Reunion' => { |
11849
|
|
|
|
|
|
|
exemplarCity => q#La Réunion#, |
11850
|
|
|
|
|
|
|
}, |
11851
|
|
|
|
|
|
|
'Indian_Ocean' => { |
11852
|
|
|
|
|
|
|
long => { |
11853
|
|
|
|
|
|
|
'standard' => q#Am an Aigéin Indiaigh#, |
11854
|
|
|
|
|
|
|
}, |
11855
|
|
|
|
|
|
|
}, |
11856
|
|
|
|
|
|
|
'Indochina' => { |
11857
|
|
|
|
|
|
|
long => { |
11858
|
|
|
|
|
|
|
'standard' => q#Am na hInd-Síne#, |
11859
|
|
|
|
|
|
|
}, |
11860
|
|
|
|
|
|
|
}, |
11861
|
|
|
|
|
|
|
'Indonesia_Central' => { |
11862
|
|
|
|
|
|
|
long => { |
11863
|
|
|
|
|
|
|
'standard' => q#Am Lár na hIndinéise#, |
11864
|
|
|
|
|
|
|
}, |
11865
|
|
|
|
|
|
|
}, |
11866
|
|
|
|
|
|
|
'Indonesia_Eastern' => { |
11867
|
|
|
|
|
|
|
long => { |
11868
|
|
|
|
|
|
|
'standard' => q#Am Oirthear na hIndinéise#, |
11869
|
|
|
|
|
|
|
}, |
11870
|
|
|
|
|
|
|
}, |
11871
|
|
|
|
|
|
|
'Indonesia_Western' => { |
11872
|
|
|
|
|
|
|
long => { |
11873
|
|
|
|
|
|
|
'standard' => q#Am Iarthar na hIndinéise#, |
11874
|
|
|
|
|
|
|
}, |
11875
|
|
|
|
|
|
|
}, |
11876
|
|
|
|
|
|
|
'Iran' => { |
11877
|
|
|
|
|
|
|
long => { |
11878
|
|
|
|
|
|
|
'daylight' => q#Am Samhraidh na hIaráine#, |
11879
|
|
|
|
|
|
|
'generic' => q#Am na hIaráine#, |
11880
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach na hIaráine#, |
11881
|
|
|
|
|
|
|
}, |
11882
|
|
|
|
|
|
|
}, |
11883
|
|
|
|
|
|
|
'Irkutsk' => { |
11884
|
|
|
|
|
|
|
long => { |
11885
|
|
|
|
|
|
|
'daylight' => q#Am Samhraidh Irkutsk#, |
11886
|
|
|
|
|
|
|
'generic' => q#Am Irkutsk#, |
11887
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach Irkutsk#, |
11888
|
|
|
|
|
|
|
}, |
11889
|
|
|
|
|
|
|
}, |
11890
|
|
|
|
|
|
|
'Israel' => { |
11891
|
|
|
|
|
|
|
long => { |
11892
|
|
|
|
|
|
|
'daylight' => q#Am Samhraidh Iosrael#, |
11893
|
|
|
|
|
|
|
'generic' => q#Am Iosrael#, |
11894
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach Iosrael#, |
11895
|
|
|
|
|
|
|
}, |
11896
|
|
|
|
|
|
|
}, |
11897
|
|
|
|
|
|
|
'Japan' => { |
11898
|
|
|
|
|
|
|
long => { |
11899
|
|
|
|
|
|
|
'daylight' => q#Am Samhraidh na Seapáine#, |
11900
|
|
|
|
|
|
|
'generic' => q#Am na Seapáine#, |
11901
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach na Seapáine#, |
11902
|
|
|
|
|
|
|
}, |
11903
|
|
|
|
|
|
|
}, |
11904
|
|
|
|
|
|
|
'Kamchatka' => { |
11905
|
|
|
|
|
|
|
long => { |
11906
|
|
|
|
|
|
|
'daylight' => q#Am Samhraidh Phetropavlovsk-Kamchatski#, |
11907
|
|
|
|
|
|
|
'generic' => q#Am Phetropavlovsk-Kamchatski#, |
11908
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach Phetropavlovsk-Kamchatski#, |
11909
|
|
|
|
|
|
|
}, |
11910
|
|
|
|
|
|
|
}, |
11911
|
|
|
|
|
|
|
'Kazakhstan_Eastern' => { |
11912
|
|
|
|
|
|
|
long => { |
11913
|
|
|
|
|
|
|
'standard' => q#Am Oirthear na Casacstáine#, |
11914
|
|
|
|
|
|
|
}, |
11915
|
|
|
|
|
|
|
}, |
11916
|
|
|
|
|
|
|
'Kazakhstan_Western' => { |
11917
|
|
|
|
|
|
|
long => { |
11918
|
|
|
|
|
|
|
'standard' => q#Am Iarthar na Casacstáine#, |
11919
|
|
|
|
|
|
|
}, |
11920
|
|
|
|
|
|
|
}, |
11921
|
|
|
|
|
|
|
'Korea' => { |
11922
|
|
|
|
|
|
|
long => { |
11923
|
|
|
|
|
|
|
'daylight' => q#Am Samhraidh na Cóiré#, |
11924
|
|
|
|
|
|
|
'generic' => q#Am na Cóiré#, |
11925
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach na Cóiré#, |
11926
|
|
|
|
|
|
|
}, |
11927
|
|
|
|
|
|
|
}, |
11928
|
|
|
|
|
|
|
'Kosrae' => { |
11929
|
|
|
|
|
|
|
long => { |
11930
|
|
|
|
|
|
|
'standard' => q#Am Kosrae#, |
11931
|
|
|
|
|
|
|
}, |
11932
|
|
|
|
|
|
|
}, |
11933
|
|
|
|
|
|
|
'Krasnoyarsk' => { |
11934
|
|
|
|
|
|
|
long => { |
11935
|
|
|
|
|
|
|
'daylight' => q#Am Samhraidh Krasnoyarsk#, |
11936
|
|
|
|
|
|
|
'generic' => q#Am Krasnoyarsk#, |
11937
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach Krasnoyarsk#, |
11938
|
|
|
|
|
|
|
}, |
11939
|
|
|
|
|
|
|
}, |
11940
|
|
|
|
|
|
|
'Kyrgystan' => { |
11941
|
|
|
|
|
|
|
long => { |
11942
|
|
|
|
|
|
|
'standard' => q#Am na Cirgeastáine#, |
11943
|
|
|
|
|
|
|
}, |
11944
|
|
|
|
|
|
|
}, |
11945
|
|
|
|
|
|
|
'Lanka' => { |
11946
|
|
|
|
|
|
|
long => { |
11947
|
|
|
|
|
|
|
'standard' => q#Am Shrí Lanca#, |
11948
|
|
|
|
|
|
|
}, |
11949
|
|
|
|
|
|
|
}, |
11950
|
|
|
|
|
|
|
'Line_Islands' => { |
11951
|
|
|
|
|
|
|
long => { |
11952
|
|
|
|
|
|
|
'standard' => q#Am Oileáin na Líne#, |
11953
|
|
|
|
|
|
|
}, |
11954
|
|
|
|
|
|
|
}, |
11955
|
|
|
|
|
|
|
'Lord_Howe' => { |
11956
|
|
|
|
|
|
|
long => { |
11957
|
|
|
|
|
|
|
'daylight' => q#Am Samhraidh Lord Howe#, |
11958
|
|
|
|
|
|
|
'generic' => q#Am Lord Howe#, |
11959
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach Lord Howe#, |
11960
|
|
|
|
|
|
|
}, |
11961
|
|
|
|
|
|
|
}, |
11962
|
|
|
|
|
|
|
'Macau' => { |
11963
|
|
|
|
|
|
|
long => { |
11964
|
|
|
|
|
|
|
'daylight' => q#Am Samhraidh Mhacao#, |
11965
|
|
|
|
|
|
|
'generic' => q#Am Mhacao#, |
11966
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach Mhacao#, |
11967
|
|
|
|
|
|
|
}, |
11968
|
|
|
|
|
|
|
}, |
11969
|
|
|
|
|
|
|
'Macquarie' => { |
11970
|
|
|
|
|
|
|
long => { |
11971
|
|
|
|
|
|
|
'standard' => q#Am Oileán Mhic Guaire#, |
11972
|
|
|
|
|
|
|
}, |
11973
|
|
|
|
|
|
|
}, |
11974
|
|
|
|
|
|
|
'Magadan' => { |
11975
|
|
|
|
|
|
|
long => { |
11976
|
|
|
|
|
|
|
'daylight' => q#Am Samhraidh Mhagadan#, |
11977
|
|
|
|
|
|
|
'generic' => q#Am Mhagadan#, |
11978
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach Mhagadan#, |
11979
|
|
|
|
|
|
|
}, |
11980
|
|
|
|
|
|
|
}, |
11981
|
|
|
|
|
|
|
'Malaysia' => { |
11982
|
|
|
|
|
|
|
long => { |
11983
|
|
|
|
|
|
|
'standard' => q#Am na Malaeisia#, |
11984
|
|
|
|
|
|
|
}, |
11985
|
|
|
|
|
|
|
}, |
11986
|
|
|
|
|
|
|
'Maldives' => { |
11987
|
|
|
|
|
|
|
long => { |
11988
|
|
|
|
|
|
|
'standard' => q#Am Oileáin Mhaildíve#, |
11989
|
|
|
|
|
|
|
}, |
11990
|
|
|
|
|
|
|
}, |
11991
|
|
|
|
|
|
|
'Marquesas' => { |
11992
|
|
|
|
|
|
|
long => { |
11993
|
|
|
|
|
|
|
'standard' => q#Am na nOileán Marcasach#, |
11994
|
|
|
|
|
|
|
}, |
11995
|
|
|
|
|
|
|
}, |
11996
|
|
|
|
|
|
|
'Marshall_Islands' => { |
11997
|
|
|
|
|
|
|
long => { |
11998
|
|
|
|
|
|
|
'standard' => q#Am Oileáin Marshall#, |
11999
|
|
|
|
|
|
|
}, |
12000
|
|
|
|
|
|
|
}, |
12001
|
|
|
|
|
|
|
'Mauritius' => { |
12002
|
|
|
|
|
|
|
long => { |
12003
|
|
|
|
|
|
|
'daylight' => q#Am Samhraidh Oileán Mhuirís#, |
12004
|
|
|
|
|
|
|
'generic' => q#Am Oileán Mhuirís#, |
12005
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach Oileán Mhuirís#, |
12006
|
|
|
|
|
|
|
}, |
12007
|
|
|
|
|
|
|
}, |
12008
|
|
|
|
|
|
|
'Mawson' => { |
12009
|
|
|
|
|
|
|
long => { |
12010
|
|
|
|
|
|
|
'standard' => q#Am Stáisiún Mawson#, |
12011
|
|
|
|
|
|
|
}, |
12012
|
|
|
|
|
|
|
}, |
12013
|
|
|
|
|
|
|
'Mexico_Northwest' => { |
12014
|
|
|
|
|
|
|
long => { |
12015
|
|
|
|
|
|
|
'daylight' => q#Am Samhraidh Iarthuaisceart Mheicsiceo#, |
12016
|
|
|
|
|
|
|
'generic' => q#Am Iarthuaisceart Mheicsiceo#, |
12017
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach Iarthuaisceart Mheicsiceo#, |
12018
|
|
|
|
|
|
|
}, |
12019
|
|
|
|
|
|
|
}, |
12020
|
|
|
|
|
|
|
'Mexico_Pacific' => { |
12021
|
|
|
|
|
|
|
long => { |
12022
|
|
|
|
|
|
|
'daylight' => q#Am Samhraidh Meicsiceach an Aigéin Chiúin#, |
12023
|
|
|
|
|
|
|
'generic' => q#Am Meicsiceach an Aigéin Chiúin#, |
12024
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach Meicsiceach an Aigéin Chiúin#, |
12025
|
|
|
|
|
|
|
}, |
12026
|
|
|
|
|
|
|
}, |
12027
|
|
|
|
|
|
|
'Mongolia' => { |
12028
|
|
|
|
|
|
|
long => { |
12029
|
|
|
|
|
|
|
'daylight' => q#Am Samhraidh Ulánbátar#, |
12030
|
|
|
|
|
|
|
'generic' => q#Am Ulánbátar#, |
12031
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach Ulánbátar#, |
12032
|
|
|
|
|
|
|
}, |
12033
|
|
|
|
|
|
|
}, |
12034
|
|
|
|
|
|
|
'Moscow' => { |
12035
|
|
|
|
|
|
|
long => { |
12036
|
|
|
|
|
|
|
'daylight' => q#Am Samhraidh Mhoscó#, |
12037
|
|
|
|
|
|
|
'generic' => q#Am Mhoscó#, |
12038
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach Mhoscó#, |
12039
|
|
|
|
|
|
|
}, |
12040
|
|
|
|
|
|
|
}, |
12041
|
|
|
|
|
|
|
'Myanmar' => { |
12042
|
|
|
|
|
|
|
long => { |
12043
|
|
|
|
|
|
|
'standard' => q#Am Mhaenmar#, |
12044
|
|
|
|
|
|
|
}, |
12045
|
|
|
|
|
|
|
}, |
12046
|
|
|
|
|
|
|
'Nauru' => { |
12047
|
|
|
|
|
|
|
long => { |
12048
|
|
|
|
|
|
|
'standard' => q#Am Nárú#, |
12049
|
|
|
|
|
|
|
}, |
12050
|
|
|
|
|
|
|
}, |
12051
|
|
|
|
|
|
|
'Nepal' => { |
12052
|
|
|
|
|
|
|
long => { |
12053
|
|
|
|
|
|
|
'standard' => q#Am Neipeal#, |
12054
|
|
|
|
|
|
|
}, |
12055
|
|
|
|
|
|
|
}, |
12056
|
|
|
|
|
|
|
'New_Caledonia' => { |
12057
|
|
|
|
|
|
|
long => { |
12058
|
|
|
|
|
|
|
'daylight' => q#Am Samhraidh na Nua-Chaladóine#, |
12059
|
|
|
|
|
|
|
'generic' => q#Am na Nua-Chaladóine#, |
12060
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach na Nua-Chaladóine#, |
12061
|
|
|
|
|
|
|
}, |
12062
|
|
|
|
|
|
|
}, |
12063
|
|
|
|
|
|
|
'New_Zealand' => { |
12064
|
|
|
|
|
|
|
long => { |
12065
|
|
|
|
|
|
|
'daylight' => q#Am Samhraidh na Nua-Shéalainne#, |
12066
|
|
|
|
|
|
|
'generic' => q#Am na Nua-Shéalainne#, |
12067
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach na Nua-Shéalainne#, |
12068
|
|
|
|
|
|
|
}, |
12069
|
|
|
|
|
|
|
}, |
12070
|
|
|
|
|
|
|
'Newfoundland' => { |
12071
|
|
|
|
|
|
|
long => { |
12072
|
|
|
|
|
|
|
'daylight' => q#Am Samhraidh Thalamh an Éisc#, |
12073
|
|
|
|
|
|
|
'generic' => q#Am Thalamh an Éisc#, |
12074
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach Thalamh an Éisc#, |
12075
|
|
|
|
|
|
|
}, |
12076
|
|
|
|
|
|
|
}, |
12077
|
|
|
|
|
|
|
'Niue' => { |
12078
|
|
|
|
|
|
|
long => { |
12079
|
|
|
|
|
|
|
'standard' => q#Am Niue#, |
12080
|
|
|
|
|
|
|
}, |
12081
|
|
|
|
|
|
|
}, |
12082
|
|
|
|
|
|
|
'Norfolk' => { |
12083
|
|
|
|
|
|
|
long => { |
12084
|
|
|
|
|
|
|
'standard' => q#Am Oileán Norfolk#, |
12085
|
|
|
|
|
|
|
}, |
12086
|
|
|
|
|
|
|
}, |
12087
|
|
|
|
|
|
|
'Noronha' => { |
12088
|
|
|
|
|
|
|
long => { |
12089
|
|
|
|
|
|
|
'daylight' => q#Am Samhraidh Fhernando de Noronha#, |
12090
|
|
|
|
|
|
|
'generic' => q#Am Fhernando de Noronha#, |
12091
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach Fhernando de Noronha#, |
12092
|
|
|
|
|
|
|
}, |
12093
|
|
|
|
|
|
|
}, |
12094
|
|
|
|
|
|
|
'North_Mariana' => { |
12095
|
|
|
|
|
|
|
long => { |
12096
|
|
|
|
|
|
|
'standard' => q#Am na nOileán Máirianach Thuaidh#, |
12097
|
|
|
|
|
|
|
}, |
12098
|
|
|
|
|
|
|
}, |
12099
|
|
|
|
|
|
|
'Novosibirsk' => { |
12100
|
|
|
|
|
|
|
long => { |
12101
|
|
|
|
|
|
|
'daylight' => q#Am Samhraidh Novosibirsk#, |
12102
|
|
|
|
|
|
|
'generic' => q#Am Novosibirsk#, |
12103
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach Novosibirsk#, |
12104
|
|
|
|
|
|
|
}, |
12105
|
|
|
|
|
|
|
}, |
12106
|
|
|
|
|
|
|
'Omsk' => { |
12107
|
|
|
|
|
|
|
long => { |
12108
|
|
|
|
|
|
|
'daylight' => q#Am Samhraidh Omsk#, |
12109
|
|
|
|
|
|
|
'generic' => q#Am Omsk#, |
12110
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach Omsk#, |
12111
|
|
|
|
|
|
|
}, |
12112
|
|
|
|
|
|
|
}, |
12113
|
|
|
|
|
|
|
'Pacific/Apia' => { |
12114
|
|
|
|
|
|
|
exemplarCity => q#Apia#, |
12115
|
|
|
|
|
|
|
}, |
12116
|
|
|
|
|
|
|
'Pacific/Auckland' => { |
12117
|
|
|
|
|
|
|
exemplarCity => q#Auckland#, |
12118
|
|
|
|
|
|
|
}, |
12119
|
|
|
|
|
|
|
'Pacific/Bougainville' => { |
12120
|
|
|
|
|
|
|
exemplarCity => q#Bougainville#, |
12121
|
|
|
|
|
|
|
}, |
12122
|
|
|
|
|
|
|
'Pacific/Chatham' => { |
12123
|
|
|
|
|
|
|
exemplarCity => q#Chatham#, |
12124
|
|
|
|
|
|
|
}, |
12125
|
|
|
|
|
|
|
'Pacific/Easter' => { |
12126
|
|
|
|
|
|
|
exemplarCity => q#Oileán na Cásca#, |
12127
|
|
|
|
|
|
|
}, |
12128
|
|
|
|
|
|
|
'Pacific/Efate' => { |
12129
|
|
|
|
|
|
|
exemplarCity => q#Efate#, |
12130
|
|
|
|
|
|
|
}, |
12131
|
|
|
|
|
|
|
'Pacific/Enderbury' => { |
12132
|
|
|
|
|
|
|
exemplarCity => q#Enderbury#, |
12133
|
|
|
|
|
|
|
}, |
12134
|
|
|
|
|
|
|
'Pacific/Fakaofo' => { |
12135
|
|
|
|
|
|
|
exemplarCity => q#Fakaofo#, |
12136
|
|
|
|
|
|
|
}, |
12137
|
|
|
|
|
|
|
'Pacific/Fiji' => { |
12138
|
|
|
|
|
|
|
exemplarCity => q#Fidsí#, |
12139
|
|
|
|
|
|
|
}, |
12140
|
|
|
|
|
|
|
'Pacific/Funafuti' => { |
12141
|
|
|
|
|
|
|
exemplarCity => q#Funafuti#, |
12142
|
|
|
|
|
|
|
}, |
12143
|
|
|
|
|
|
|
'Pacific/Galapagos' => { |
12144
|
|
|
|
|
|
|
exemplarCity => q#Galápagos#, |
12145
|
|
|
|
|
|
|
}, |
12146
|
|
|
|
|
|
|
'Pacific/Gambier' => { |
12147
|
|
|
|
|
|
|
exemplarCity => q#Gambier#, |
12148
|
|
|
|
|
|
|
}, |
12149
|
|
|
|
|
|
|
'Pacific/Guadalcanal' => { |
12150
|
|
|
|
|
|
|
exemplarCity => q#Guadalcanal#, |
12151
|
|
|
|
|
|
|
}, |
12152
|
|
|
|
|
|
|
'Pacific/Guam' => { |
12153
|
|
|
|
|
|
|
exemplarCity => q#Guam#, |
12154
|
|
|
|
|
|
|
}, |
12155
|
|
|
|
|
|
|
'Pacific/Honolulu' => { |
12156
|
|
|
|
|
|
|
exemplarCity => q#Honolulu#, |
12157
|
|
|
|
|
|
|
}, |
12158
|
|
|
|
|
|
|
'Pacific/Johnston' => { |
12159
|
|
|
|
|
|
|
exemplarCity => q#Johnston#, |
12160
|
|
|
|
|
|
|
}, |
12161
|
|
|
|
|
|
|
'Pacific/Kiritimati' => { |
12162
|
|
|
|
|
|
|
exemplarCity => q#Kiritimati#, |
12163
|
|
|
|
|
|
|
}, |
12164
|
|
|
|
|
|
|
'Pacific/Kosrae' => { |
12165
|
|
|
|
|
|
|
exemplarCity => q#Kosrae#, |
12166
|
|
|
|
|
|
|
}, |
12167
|
|
|
|
|
|
|
'Pacific/Kwajalein' => { |
12168
|
|
|
|
|
|
|
exemplarCity => q#Kwajalein#, |
12169
|
|
|
|
|
|
|
}, |
12170
|
|
|
|
|
|
|
'Pacific/Majuro' => { |
12171
|
|
|
|
|
|
|
exemplarCity => q#Majuro#, |
12172
|
|
|
|
|
|
|
}, |
12173
|
|
|
|
|
|
|
'Pacific/Marquesas' => { |
12174
|
|
|
|
|
|
|
exemplarCity => q#na hOileáin Mharcasacha#, |
12175
|
|
|
|
|
|
|
}, |
12176
|
|
|
|
|
|
|
'Pacific/Midway' => { |
12177
|
|
|
|
|
|
|
exemplarCity => q#Oileáin Midway#, |
12178
|
|
|
|
|
|
|
}, |
12179
|
|
|
|
|
|
|
'Pacific/Nauru' => { |
12180
|
|
|
|
|
|
|
exemplarCity => q#Nárú#, |
12181
|
|
|
|
|
|
|
}, |
12182
|
|
|
|
|
|
|
'Pacific/Niue' => { |
12183
|
|
|
|
|
|
|
exemplarCity => q#Niue#, |
12184
|
|
|
|
|
|
|
}, |
12185
|
|
|
|
|
|
|
'Pacific/Norfolk' => { |
12186
|
|
|
|
|
|
|
exemplarCity => q#Norfolk#, |
12187
|
|
|
|
|
|
|
}, |
12188
|
|
|
|
|
|
|
'Pacific/Noumea' => { |
12189
|
|
|
|
|
|
|
exemplarCity => q#Noumea#, |
12190
|
|
|
|
|
|
|
}, |
12191
|
|
|
|
|
|
|
'Pacific/Pago_Pago' => { |
12192
|
|
|
|
|
|
|
exemplarCity => q#Pago Pago#, |
12193
|
|
|
|
|
|
|
}, |
12194
|
|
|
|
|
|
|
'Pacific/Palau' => { |
12195
|
|
|
|
|
|
|
exemplarCity => q#Palau#, |
12196
|
|
|
|
|
|
|
}, |
12197
|
|
|
|
|
|
|
'Pacific/Pitcairn' => { |
12198
|
|
|
|
|
|
|
exemplarCity => q#Pitcairn#, |
12199
|
|
|
|
|
|
|
}, |
12200
|
|
|
|
|
|
|
'Pacific/Ponape' => { |
12201
|
|
|
|
|
|
|
exemplarCity => q#Pohnpei#, |
12202
|
|
|
|
|
|
|
}, |
12203
|
|
|
|
|
|
|
'Pacific/Port_Moresby' => { |
12204
|
|
|
|
|
|
|
exemplarCity => q#Port Moresby#, |
12205
|
|
|
|
|
|
|
}, |
12206
|
|
|
|
|
|
|
'Pacific/Rarotonga' => { |
12207
|
|
|
|
|
|
|
exemplarCity => q#Rarotonga#, |
12208
|
|
|
|
|
|
|
}, |
12209
|
|
|
|
|
|
|
'Pacific/Saipan' => { |
12210
|
|
|
|
|
|
|
exemplarCity => q#Saipan#, |
12211
|
|
|
|
|
|
|
}, |
12212
|
|
|
|
|
|
|
'Pacific/Tahiti' => { |
12213
|
|
|
|
|
|
|
exemplarCity => q#Taihítí#, |
12214
|
|
|
|
|
|
|
}, |
12215
|
|
|
|
|
|
|
'Pacific/Tarawa' => { |
12216
|
|
|
|
|
|
|
exemplarCity => q#Tarawa#, |
12217
|
|
|
|
|
|
|
}, |
12218
|
|
|
|
|
|
|
'Pacific/Tongatapu' => { |
12219
|
|
|
|
|
|
|
exemplarCity => q#Tongatapu#, |
12220
|
|
|
|
|
|
|
}, |
12221
|
|
|
|
|
|
|
'Pacific/Truk' => { |
12222
|
|
|
|
|
|
|
exemplarCity => q#Chuuk#, |
12223
|
|
|
|
|
|
|
}, |
12224
|
|
|
|
|
|
|
'Pacific/Wake' => { |
12225
|
|
|
|
|
|
|
exemplarCity => q#Oileán Wake#, |
12226
|
|
|
|
|
|
|
}, |
12227
|
|
|
|
|
|
|
'Pacific/Wallis' => { |
12228
|
|
|
|
|
|
|
exemplarCity => q#Vailís#, |
12229
|
|
|
|
|
|
|
}, |
12230
|
|
|
|
|
|
|
'Pakistan' => { |
12231
|
|
|
|
|
|
|
long => { |
12232
|
|
|
|
|
|
|
'daylight' => q#Am Samhraidh na Pacastáine#, |
12233
|
|
|
|
|
|
|
'generic' => q#Am na Pacastáine#, |
12234
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach na Pacastáine#, |
12235
|
|
|
|
|
|
|
}, |
12236
|
|
|
|
|
|
|
}, |
12237
|
|
|
|
|
|
|
'Palau' => { |
12238
|
|
|
|
|
|
|
long => { |
12239
|
|
|
|
|
|
|
'standard' => q#Am Oileáin Palau#, |
12240
|
|
|
|
|
|
|
}, |
12241
|
|
|
|
|
|
|
}, |
12242
|
|
|
|
|
|
|
'Papua_New_Guinea' => { |
12243
|
|
|
|
|
|
|
long => { |
12244
|
|
|
|
|
|
|
'standard' => q#Am Nua-Ghuine Phapua#, |
12245
|
|
|
|
|
|
|
}, |
12246
|
|
|
|
|
|
|
}, |
12247
|
|
|
|
|
|
|
'Paraguay' => { |
12248
|
|
|
|
|
|
|
long => { |
12249
|
|
|
|
|
|
|
'daylight' => q#Am Samhraidh Pharagua#, |
12250
|
|
|
|
|
|
|
'generic' => q#Am Pharagua#, |
12251
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach Pharagua#, |
12252
|
|
|
|
|
|
|
}, |
12253
|
|
|
|
|
|
|
}, |
12254
|
|
|
|
|
|
|
'Peru' => { |
12255
|
|
|
|
|
|
|
long => { |
12256
|
|
|
|
|
|
|
'daylight' => q#Am Samhraidh Pheiriú#, |
12257
|
|
|
|
|
|
|
'generic' => q#Am Pheiriú#, |
12258
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach Pheiriú#, |
12259
|
|
|
|
|
|
|
}, |
12260
|
|
|
|
|
|
|
}, |
12261
|
|
|
|
|
|
|
'Philippines' => { |
12262
|
|
|
|
|
|
|
long => { |
12263
|
|
|
|
|
|
|
'daylight' => q#Am Samhraidh na nOileán Filipíneach#, |
12264
|
|
|
|
|
|
|
'generic' => q#Am na nOileán Filipíneach#, |
12265
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach na nOileán Filipíneach#, |
12266
|
|
|
|
|
|
|
}, |
12267
|
|
|
|
|
|
|
}, |
12268
|
|
|
|
|
|
|
'Phoenix_Islands' => { |
12269
|
|
|
|
|
|
|
long => { |
12270
|
|
|
|
|
|
|
'standard' => q#Am Oileáin an Fhéinics#, |
12271
|
|
|
|
|
|
|
}, |
12272
|
|
|
|
|
|
|
}, |
12273
|
|
|
|
|
|
|
'Pierre_Miquelon' => { |
12274
|
|
|
|
|
|
|
long => { |
12275
|
|
|
|
|
|
|
'daylight' => q#Am Samhraidh Saint-Pierre-et-Miquelon#, |
12276
|
|
|
|
|
|
|
'generic' => q#Am Saint-Pierre-et-Miquelon#, |
12277
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach Saint-Pierre-et-Miquelon#, |
12278
|
|
|
|
|
|
|
}, |
12279
|
|
|
|
|
|
|
}, |
12280
|
|
|
|
|
|
|
'Pitcairn' => { |
12281
|
|
|
|
|
|
|
long => { |
12282
|
|
|
|
|
|
|
'standard' => q#Am Oileán Pitcairn#, |
12283
|
|
|
|
|
|
|
}, |
12284
|
|
|
|
|
|
|
}, |
12285
|
|
|
|
|
|
|
'Ponape' => { |
12286
|
|
|
|
|
|
|
long => { |
12287
|
|
|
|
|
|
|
'standard' => q#Am Phohnpei#, |
12288
|
|
|
|
|
|
|
}, |
12289
|
|
|
|
|
|
|
}, |
12290
|
|
|
|
|
|
|
'Pyongyang' => { |
12291
|
|
|
|
|
|
|
long => { |
12292
|
|
|
|
|
|
|
'standard' => q#Am Pyongyang#, |
12293
|
|
|
|
|
|
|
}, |
12294
|
|
|
|
|
|
|
}, |
12295
|
|
|
|
|
|
|
'Qyzylorda' => { |
12296
|
|
|
|
|
|
|
long => { |
12297
|
|
|
|
|
|
|
'daylight' => q#Am Samhraidh Qyzylorda#, |
12298
|
|
|
|
|
|
|
'generic' => q#Am Qyzylorda#, |
12299
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach Qyzylorda#, |
12300
|
|
|
|
|
|
|
}, |
12301
|
|
|
|
|
|
|
}, |
12302
|
|
|
|
|
|
|
'Reunion' => { |
12303
|
|
|
|
|
|
|
long => { |
12304
|
|
|
|
|
|
|
'standard' => q#Am Réunion#, |
12305
|
|
|
|
|
|
|
}, |
12306
|
|
|
|
|
|
|
}, |
12307
|
|
|
|
|
|
|
'Rothera' => { |
12308
|
|
|
|
|
|
|
long => { |
12309
|
|
|
|
|
|
|
'standard' => q#Am Stáisiún Rothera#, |
12310
|
|
|
|
|
|
|
}, |
12311
|
|
|
|
|
|
|
}, |
12312
|
|
|
|
|
|
|
'Sakhalin' => { |
12313
|
|
|
|
|
|
|
long => { |
12314
|
|
|
|
|
|
|
'daylight' => q#Am Samhraidh Shakhalin#, |
12315
|
|
|
|
|
|
|
'generic' => q#Am Shakhalin#, |
12316
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach Shakhalin#, |
12317
|
|
|
|
|
|
|
}, |
12318
|
|
|
|
|
|
|
}, |
12319
|
|
|
|
|
|
|
'Samara' => { |
12320
|
|
|
|
|
|
|
long => { |
12321
|
|
|
|
|
|
|
'daylight' => q#Am Samhraidh Shamara#, |
12322
|
|
|
|
|
|
|
'generic' => q#Am Shamara#, |
12323
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach Shamara#, |
12324
|
|
|
|
|
|
|
}, |
12325
|
|
|
|
|
|
|
}, |
12326
|
|
|
|
|
|
|
'Samoa' => { |
12327
|
|
|
|
|
|
|
long => { |
12328
|
|
|
|
|
|
|
'daylight' => q#Am Samhraidh Shamó#, |
12329
|
|
|
|
|
|
|
'generic' => q#Am Shamó#, |
12330
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach Shamó#, |
12331
|
|
|
|
|
|
|
}, |
12332
|
|
|
|
|
|
|
}, |
12333
|
|
|
|
|
|
|
'Seychelles' => { |
12334
|
|
|
|
|
|
|
long => { |
12335
|
|
|
|
|
|
|
'standard' => q#Am na Séiséal#, |
12336
|
|
|
|
|
|
|
}, |
12337
|
|
|
|
|
|
|
}, |
12338
|
|
|
|
|
|
|
'Singapore' => { |
12339
|
|
|
|
|
|
|
long => { |
12340
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach Shingeapór#, |
12341
|
|
|
|
|
|
|
}, |
12342
|
|
|
|
|
|
|
}, |
12343
|
|
|
|
|
|
|
'Solomon' => { |
12344
|
|
|
|
|
|
|
long => { |
12345
|
|
|
|
|
|
|
'standard' => q#Am Oileáin Sholomón#, |
12346
|
|
|
|
|
|
|
}, |
12347
|
|
|
|
|
|
|
}, |
12348
|
|
|
|
|
|
|
'South_Georgia' => { |
12349
|
|
|
|
|
|
|
long => { |
12350
|
|
|
|
|
|
|
'standard' => q#Am na Seoirsia Theas#, |
12351
|
|
|
|
|
|
|
}, |
12352
|
|
|
|
|
|
|
}, |
12353
|
|
|
|
|
|
|
'Suriname' => { |
12354
|
|
|
|
|
|
|
long => { |
12355
|
|
|
|
|
|
|
'standard' => q#Am Shuranam#, |
12356
|
|
|
|
|
|
|
}, |
12357
|
|
|
|
|
|
|
}, |
12358
|
|
|
|
|
|
|
'Syowa' => { |
12359
|
|
|
|
|
|
|
long => { |
12360
|
|
|
|
|
|
|
'standard' => q#Am Stáisiún Syowa#, |
12361
|
|
|
|
|
|
|
}, |
12362
|
|
|
|
|
|
|
}, |
12363
|
|
|
|
|
|
|
'Tahiti' => { |
12364
|
|
|
|
|
|
|
long => { |
12365
|
|
|
|
|
|
|
'standard' => q#Am Thaihítí#, |
12366
|
|
|
|
|
|
|
}, |
12367
|
|
|
|
|
|
|
}, |
12368
|
|
|
|
|
|
|
'Taipei' => { |
12369
|
|
|
|
|
|
|
long => { |
12370
|
|
|
|
|
|
|
'daylight' => q#Am Samhraidh Thaipei#, |
12371
|
|
|
|
|
|
|
'generic' => q#Am Thaipei#, |
12372
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach Thaipei#, |
12373
|
|
|
|
|
|
|
}, |
12374
|
|
|
|
|
|
|
}, |
12375
|
|
|
|
|
|
|
'Tajikistan' => { |
12376
|
|
|
|
|
|
|
long => { |
12377
|
|
|
|
|
|
|
'standard' => q#Am na Táidsíceastáine#, |
12378
|
|
|
|
|
|
|
}, |
12379
|
|
|
|
|
|
|
}, |
12380
|
|
|
|
|
|
|
'Tokelau' => { |
12381
|
|
|
|
|
|
|
long => { |
12382
|
|
|
|
|
|
|
'standard' => q#Am Oileáin Tócalá#, |
12383
|
|
|
|
|
|
|
}, |
12384
|
|
|
|
|
|
|
}, |
12385
|
|
|
|
|
|
|
'Tonga' => { |
12386
|
|
|
|
|
|
|
long => { |
12387
|
|
|
|
|
|
|
'daylight' => q#Am Samhraidh Thonga#, |
12388
|
|
|
|
|
|
|
'generic' => q#Am Thonga#, |
12389
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach Thonga#, |
12390
|
|
|
|
|
|
|
}, |
12391
|
|
|
|
|
|
|
}, |
12392
|
|
|
|
|
|
|
'Truk' => { |
12393
|
|
|
|
|
|
|
long => { |
12394
|
|
|
|
|
|
|
'standard' => q#Am Chuuk#, |
12395
|
|
|
|
|
|
|
}, |
12396
|
|
|
|
|
|
|
}, |
12397
|
|
|
|
|
|
|
'Turkmenistan' => { |
12398
|
|
|
|
|
|
|
long => { |
12399
|
|
|
|
|
|
|
'daylight' => q#Am Samhraidh na Tuircméanastáine#, |
12400
|
|
|
|
|
|
|
'generic' => q#Am na Tuircméanastáine#, |
12401
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach na Tuircméanastáine#, |
12402
|
|
|
|
|
|
|
}, |
12403
|
|
|
|
|
|
|
}, |
12404
|
|
|
|
|
|
|
'Tuvalu' => { |
12405
|
|
|
|
|
|
|
long => { |
12406
|
|
|
|
|
|
|
'standard' => q#Am Thuvalu#, |
12407
|
|
|
|
|
|
|
}, |
12408
|
|
|
|
|
|
|
}, |
12409
|
|
|
|
|
|
|
'Uruguay' => { |
12410
|
|
|
|
|
|
|
long => { |
12411
|
|
|
|
|
|
|
'daylight' => q#Am Samhraidh Uragua#, |
12412
|
|
|
|
|
|
|
'generic' => q#Am Uragua#, |
12413
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach Uragua#, |
12414
|
|
|
|
|
|
|
}, |
12415
|
|
|
|
|
|
|
}, |
12416
|
|
|
|
|
|
|
'Uzbekistan' => { |
12417
|
|
|
|
|
|
|
long => { |
12418
|
|
|
|
|
|
|
'daylight' => q#Am Samhraidh na hÚisbéiceastáine#, |
12419
|
|
|
|
|
|
|
'generic' => q#Am na hÚisbéiceastáine#, |
12420
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach na hÚisbéiceastáine#, |
12421
|
|
|
|
|
|
|
}, |
12422
|
|
|
|
|
|
|
}, |
12423
|
|
|
|
|
|
|
'Vanuatu' => { |
12424
|
|
|
|
|
|
|
long => { |
12425
|
|
|
|
|
|
|
'daylight' => q#Am Samhraidh Vanuatú#, |
12426
|
|
|
|
|
|
|
'generic' => q#Am Vanuatú#, |
12427
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach Vanuatú#, |
12428
|
|
|
|
|
|
|
}, |
12429
|
|
|
|
|
|
|
}, |
12430
|
|
|
|
|
|
|
'Venezuela' => { |
12431
|
|
|
|
|
|
|
long => { |
12432
|
|
|
|
|
|
|
'standard' => q#Am Veiniséala#, |
12433
|
|
|
|
|
|
|
}, |
12434
|
|
|
|
|
|
|
}, |
12435
|
|
|
|
|
|
|
'Vladivostok' => { |
12436
|
|
|
|
|
|
|
long => { |
12437
|
|
|
|
|
|
|
'daylight' => q#Am Samhraidh Vladivostok#, |
12438
|
|
|
|
|
|
|
'generic' => q#Am Vladivostok#, |
12439
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach Vladivostok#, |
12440
|
|
|
|
|
|
|
}, |
12441
|
|
|
|
|
|
|
}, |
12442
|
|
|
|
|
|
|
'Volgograd' => { |
12443
|
|
|
|
|
|
|
long => { |
12444
|
|
|
|
|
|
|
'daylight' => q#Am Samhraidh Volgograd#, |
12445
|
|
|
|
|
|
|
'generic' => q#Am Volgograd#, |
12446
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach Volgograd#, |
12447
|
|
|
|
|
|
|
}, |
12448
|
|
|
|
|
|
|
}, |
12449
|
|
|
|
|
|
|
'Vostok' => { |
12450
|
|
|
|
|
|
|
long => { |
12451
|
|
|
|
|
|
|
'standard' => q#Am Stáisiún Vostok#, |
12452
|
|
|
|
|
|
|
}, |
12453
|
|
|
|
|
|
|
}, |
12454
|
|
|
|
|
|
|
'Wake' => { |
12455
|
|
|
|
|
|
|
long => { |
12456
|
|
|
|
|
|
|
'standard' => q#Am Oileán Wake#, |
12457
|
|
|
|
|
|
|
}, |
12458
|
|
|
|
|
|
|
}, |
12459
|
|
|
|
|
|
|
'Wallis' => { |
12460
|
|
|
|
|
|
|
long => { |
12461
|
|
|
|
|
|
|
'standard' => q#Am Vailís agus Futúna#, |
12462
|
|
|
|
|
|
|
}, |
12463
|
|
|
|
|
|
|
}, |
12464
|
|
|
|
|
|
|
'Yakutsk' => { |
12465
|
|
|
|
|
|
|
long => { |
12466
|
|
|
|
|
|
|
'daylight' => q#Am Samhraidh Iacútsc#, |
12467
|
|
|
|
|
|
|
'generic' => q#Am Iacútsc#, |
12468
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach Iacútsc#, |
12469
|
|
|
|
|
|
|
}, |
12470
|
|
|
|
|
|
|
}, |
12471
|
|
|
|
|
|
|
'Yekaterinburg' => { |
12472
|
|
|
|
|
|
|
long => { |
12473
|
|
|
|
|
|
|
'daylight' => q#Am Samhraidh Yekaterinburg#, |
12474
|
|
|
|
|
|
|
'generic' => q#Am Yekaterinburg#, |
12475
|
|
|
|
|
|
|
'standard' => q#Am Caighdeánach Yekaterinburg#, |
12476
|
|
|
|
|
|
|
}, |
12477
|
|
|
|
|
|
|
}, |
12478
|
|
|
|
|
|
|
} } |
12479
|
|
|
|
|
|
|
); |
12480
|
1
|
|
|
1
|
|
28126
|
no Moo; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
8
|
|
12481
|
|
|
|
|
|
|
|
12482
|
|
|
|
|
|
|
1; |
12483
|
|
|
|
|
|
|
|
12484
|
|
|
|
|
|
|
# vim: tabstop=4 |