line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
=encoding utf8 |
2
|
|
|
|
|
|
|
|
3
|
|
|
|
|
|
|
=head1 |
4
|
|
|
|
|
|
|
|
5
|
|
|
|
|
|
|
Locale::CLDR::Locales::Tk - Package for language Turkmen |
6
|
|
|
|
|
|
|
|
7
|
|
|
|
|
|
|
=cut |
8
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
package Locale::CLDR::Locales::Tk; |
10
|
|
|
|
|
|
|
# This file auto generated from Data\common\main\tk.xml |
11
|
|
|
|
|
|
|
# on Sun 16 Dec 4:40:07 pm GMT |
12
|
|
|
|
|
|
|
|
13
|
1
|
|
|
1
|
|
966346
|
use strict; |
|
1
|
|
|
|
|
4
|
|
|
1
|
|
|
|
|
28
|
|
14
|
1
|
|
|
1
|
|
5
|
use warnings; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
26
|
|
15
|
1
|
|
|
1
|
|
5
|
use version; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
7
|
|
16
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
our $VERSION = version->declare('v0.34.0'); |
18
|
|
|
|
|
|
|
|
19
|
1
|
|
|
1
|
|
103
|
use v5.10.1; |
|
1
|
|
|
|
|
3
|
|
20
|
1
|
|
|
1
|
|
4
|
use mro 'c3'; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
7
|
|
21
|
1
|
|
|
1
|
|
23
|
use utf8; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
7
|
|
22
|
1
|
|
|
1
|
|
29
|
use if $^V ge v5.12.0, feature => 'unicode_strings'; |
|
1
|
|
|
|
|
3
|
|
|
1
|
|
|
|
|
16
|
|
23
|
1
|
|
|
1
|
|
140
|
use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef ); |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
11
|
|
24
|
1
|
|
|
1
|
|
1010
|
use Moo; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
8
|
|
25
|
|
|
|
|
|
|
|
26
|
|
|
|
|
|
|
extends('Locale::CLDR::Locales::Root'); |
27
|
|
|
|
|
|
|
# Need to add code for Key type pattern |
28
|
|
|
|
|
|
|
sub display_name_pattern { |
29
|
0
|
|
|
0
|
0
|
|
my ($self, $name, $region, $script, $variant) = @_; |
30
|
|
|
|
|
|
|
|
31
|
0
|
|
|
|
|
|
my $display_pattern = '{0} ({1})'; |
32
|
0
|
|
|
|
|
|
$display_pattern =~s/\{0\}/$name/g; |
33
|
0
|
|
|
|
|
|
my $subtags = join '{0}, {1}', grep {$_} ( |
|
0
|
|
|
|
|
|
|
34
|
|
|
|
|
|
|
$region, |
35
|
|
|
|
|
|
|
$script, |
36
|
|
|
|
|
|
|
$variant, |
37
|
|
|
|
|
|
|
); |
38
|
|
|
|
|
|
|
|
39
|
0
|
|
|
|
|
|
$display_pattern =~s/\{1\}/$subtags/g; |
40
|
0
|
|
|
|
|
|
return $display_pattern; |
41
|
|
|
|
|
|
|
} |
42
|
|
|
|
|
|
|
|
43
|
|
|
|
|
|
|
has 'display_name_language' => ( |
44
|
|
|
|
|
|
|
is => 'ro', |
45
|
|
|
|
|
|
|
isa => CodeRef, |
46
|
|
|
|
|
|
|
init_arg => undef, |
47
|
|
|
|
|
|
|
default => sub { |
48
|
|
|
|
|
|
|
sub { |
49
|
|
|
|
|
|
|
my %languages = ( |
50
|
|
|
|
|
|
|
'aa' => 'afar dili', |
51
|
|
|
|
|
|
|
'ab' => 'abhaz dili', |
52
|
|
|
|
|
|
|
'ace' => 'açeh dili', |
53
|
|
|
|
|
|
|
'ada' => 'adangme dili', |
54
|
|
|
|
|
|
|
'ady' => 'adygeý dili', |
55
|
|
|
|
|
|
|
'af' => 'afrikaans dili', |
56
|
|
|
|
|
|
|
'agq' => 'ahem dili', |
57
|
|
|
|
|
|
|
'ain' => 'aýn dili', |
58
|
|
|
|
|
|
|
'ak' => 'akan dili', |
59
|
|
|
|
|
|
|
'ale' => 'aleut dili', |
60
|
|
|
|
|
|
|
'alt' => 'günorta Altaý dili', |
61
|
|
|
|
|
|
|
'am' => 'amhar dili', |
62
|
|
|
|
|
|
|
'an' => 'aragon dili', |
63
|
|
|
|
|
|
|
'anp' => 'angika dili', |
64
|
|
|
|
|
|
|
'ar' => 'arap dili', |
65
|
|
|
|
|
|
|
'ar_001' => 'häzirki zaman standart arap dili', |
66
|
|
|
|
|
|
|
'arn' => 'mapuçe dili', |
67
|
|
|
|
|
|
|
'arp' => 'arapaho dili', |
68
|
|
|
|
|
|
|
'as' => 'assam dili', |
69
|
|
|
|
|
|
|
'asa' => 'asu dili', |
70
|
|
|
|
|
|
|
'ast' => 'asturiý dili', |
71
|
|
|
|
|
|
|
'av' => 'awar dili', |
72
|
|
|
|
|
|
|
'awa' => 'awadhi dili', |
73
|
|
|
|
|
|
|
'ay' => 'aýmara dili', |
74
|
|
|
|
|
|
|
'az' => 'azerbaýjan dili', |
75
|
|
|
|
|
|
|
'az@alt=short' => 'azeri dili', |
76
|
|
|
|
|
|
|
'ba' => 'baÅgyrt dili', |
77
|
|
|
|
|
|
|
'ban' => 'baliý dili', |
78
|
|
|
|
|
|
|
'bas' => 'basaa dili', |
79
|
|
|
|
|
|
|
'be' => 'belarus dili', |
80
|
|
|
|
|
|
|
'bem' => 'bemba dili', |
81
|
|
|
|
|
|
|
'bez' => 'bena dili', |
82
|
|
|
|
|
|
|
'bg' => 'bolgar dili', |
83
|
|
|
|
|
|
|
'bho' => 'bhojpuri dili', |
84
|
|
|
|
|
|
|
'bi' => 'bislama dili', |
85
|
|
|
|
|
|
|
'bin' => 'bini dili', |
86
|
|
|
|
|
|
|
'bla' => 'siksika dili', |
87
|
|
|
|
|
|
|
'bm' => 'bamana', |
88
|
|
|
|
|
|
|
'bn' => 'bengal dili', |
89
|
|
|
|
|
|
|
'bo' => 'tibet dili', |
90
|
|
|
|
|
|
|
'br' => 'breton dili', |
91
|
|
|
|
|
|
|
'brx' => 'bodo dili', |
92
|
|
|
|
|
|
|
'bs' => 'boÅnak dili', |
93
|
|
|
|
|
|
|
'bug' => 'bugiý dili', |
94
|
|
|
|
|
|
|
'byn' => 'blin dili', |
95
|
|
|
|
|
|
|
'ca' => 'katalan dili', |
96
|
|
|
|
|
|
|
'ce' => 'çeçen dili', |
97
|
|
|
|
|
|
|
'ceb' => 'sebuan dili', |
98
|
|
|
|
|
|
|
'cgg' => 'kiga', |
99
|
|
|
|
|
|
|
'ch' => 'çamorro', |
100
|
|
|
|
|
|
|
'chk' => 'çuuk dili', |
101
|
|
|
|
|
|
|
'chm' => 'mariý dili', |
102
|
|
|
|
|
|
|
'cho' => 'çokto', |
103
|
|
|
|
|
|
|
'chr' => 'çeroki', |
104
|
|
|
|
|
|
|
'chy' => 'Åaýenn dili', |
105
|
|
|
|
|
|
|
'ckb' => 'merkezi kürt dili', |
106
|
|
|
|
|
|
|
'co' => 'korsikan dili', |
107
|
|
|
|
|
|
|
'crs' => 'seselwa kreole-fransuz dili', |
108
|
|
|
|
|
|
|
'cs' => 'çeh dili', |
109
|
|
|
|
|
|
|
'cu' => 'buthana slaw dili', |
110
|
|
|
|
|
|
|
'cv' => 'çuwaŠdili', |
111
|
|
|
|
|
|
|
'cy' => 'walliý dili', |
112
|
|
|
|
|
|
|
'da' => 'daniýa dili', |
113
|
|
|
|
|
|
|
'dak' => 'dakota dili', |
114
|
|
|
|
|
|
|
'dar' => 'dargi dili', |
115
|
|
|
|
|
|
|
'dav' => 'taita dili', |
116
|
|
|
|
|
|
|
'de' => 'nemes dili', |
117
|
|
|
|
|
|
|
'de_CH' => 'ýokarky nemes dili (Åweýsariýa)', |
118
|
|
|
|
|
|
|
'dgr' => 'dogrib dili', |
119
|
|
|
|
|
|
|
'dje' => 'zarma dili', |
120
|
|
|
|
|
|
|
'dsb' => 'aÅaky lužits dili', |
121
|
|
|
|
|
|
|
'dua' => 'duala dili', |
122
|
|
|
|
|
|
|
'dv' => 'diwehi dili', |
123
|
|
|
|
|
|
|
'dyo' => 'ýola-Fonyi dili', |
124
|
|
|
|
|
|
|
'dz' => 'dzong-ke dili', |
125
|
|
|
|
|
|
|
'dzg' => 'daza dili', |
126
|
|
|
|
|
|
|
'ebu' => 'embu dili', |
127
|
|
|
|
|
|
|
'ee' => 'ewe dili', |
128
|
|
|
|
|
|
|
'efi' => 'efik dili', |
129
|
|
|
|
|
|
|
'eka' => 'ekajuk dili', |
130
|
|
|
|
|
|
|
'el' => 'grek dili', |
131
|
|
|
|
|
|
|
'en' => 'iÅlis dili', |
132
|
|
|
|
|
|
|
'en_GB' => 'iÅlis dili (Beýik Britaniýa)', |
133
|
|
|
|
|
|
|
'en_US' => 'iÅlis dili (Amerika)', |
134
|
|
|
|
|
|
|
'en_US@alt=short' => 'iÅlis dili (ABÅ)', |
135
|
|
|
|
|
|
|
'eo' => 'esperanto dili', |
136
|
|
|
|
|
|
|
'es' => 'ispan dili', |
137
|
|
|
|
|
|
|
'es_ES' => 'ispan dili (Ãewropa)', |
138
|
|
|
|
|
|
|
'et' => 'eston dili', |
139
|
|
|
|
|
|
|
'eu' => 'bask dili', |
140
|
|
|
|
|
|
|
'ewo' => 'ewondo dili', |
141
|
|
|
|
|
|
|
'fa' => 'pars dili', |
142
|
|
|
|
|
|
|
'ff' => 'fula dili', |
143
|
|
|
|
|
|
|
'fi' => 'fin dili', |
144
|
|
|
|
|
|
|
'fil' => 'filippin dili', |
145
|
|
|
|
|
|
|
'fj' => 'fiji dili', |
146
|
|
|
|
|
|
|
'fo' => 'farer dili', |
147
|
|
|
|
|
|
|
'fon' => 'fon dili', |
148
|
|
|
|
|
|
|
'fr' => 'fransuz dili', |
149
|
|
|
|
|
|
|
'fur' => 'friul dili', |
150
|
|
|
|
|
|
|
'fy' => 'günbatar friz dili', |
151
|
|
|
|
|
|
|
'ga' => 'irland dili', |
152
|
|
|
|
|
|
|
'gaa' => 'ga dili', |
153
|
|
|
|
|
|
|
'gd' => 'Åotland kelt dili', |
154
|
|
|
|
|
|
|
'gez' => 'geez dili', |
155
|
|
|
|
|
|
|
'gil' => 'gilbert dili', |
156
|
|
|
|
|
|
|
'gl' => 'galisiý dili', |
157
|
|
|
|
|
|
|
'gn' => 'guarani dili', |
158
|
|
|
|
|
|
|
'gor' => 'gorontalo dili', |
159
|
|
|
|
|
|
|
'gsw' => 'nemes dili (Åweýsariýa)', |
160
|
|
|
|
|
|
|
'gu' => 'gujarati dili', |
161
|
|
|
|
|
|
|
'guz' => 'gusii dili', |
162
|
|
|
|
|
|
|
'gv' => 'men dili', |
163
|
|
|
|
|
|
|
'gwi' => 'gwiçin dili', |
164
|
|
|
|
|
|
|
'ha' => 'hausa dili', |
165
|
|
|
|
|
|
|
'haw' => 'gawaý dili', |
166
|
|
|
|
|
|
|
'he' => 'ýewreý dili', |
167
|
|
|
|
|
|
|
'hi' => 'hindi dili', |
168
|
|
|
|
|
|
|
'hil' => 'hiligaýnon dili', |
169
|
|
|
|
|
|
|
'hmn' => 'hmong dili', |
170
|
|
|
|
|
|
|
'hr' => 'horwat dili', |
171
|
|
|
|
|
|
|
'hsb' => 'ýokarky lužits dili', |
172
|
|
|
|
|
|
|
'ht' => 'gaiti kreol dili', |
173
|
|
|
|
|
|
|
'hu' => 'wenger dili', |
174
|
|
|
|
|
|
|
'hup' => 'hupa', |
175
|
|
|
|
|
|
|
'hy' => 'ermeni dili', |
176
|
|
|
|
|
|
|
'hz' => 'gerero dili', |
177
|
|
|
|
|
|
|
'ia' => 'interlingwa dili', |
178
|
|
|
|
|
|
|
'iba' => 'iban dili', |
179
|
|
|
|
|
|
|
'ibb' => 'ibibio dili', |
180
|
|
|
|
|
|
|
'id' => 'indonez dili', |
181
|
|
|
|
|
|
|
'ig' => 'igbo dili', |
182
|
|
|
|
|
|
|
'ii' => 'syçuan-i dili', |
183
|
|
|
|
|
|
|
'ilo' => 'iloko dili', |
184
|
|
|
|
|
|
|
'inh' => 'inguÅ dili', |
185
|
|
|
|
|
|
|
'io' => 'ido dili', |
186
|
|
|
|
|
|
|
'is' => 'island dili', |
187
|
|
|
|
|
|
|
'it' => 'italýan dili', |
188
|
|
|
|
|
|
|
'iu' => 'inuktitut dili', |
189
|
|
|
|
|
|
|
'ja' => 'ýapon dili', |
190
|
|
|
|
|
|
|
'jbo' => 'lojban dili', |
191
|
|
|
|
|
|
|
'jgo' => 'ngomba dili', |
192
|
|
|
|
|
|
|
'jmc' => 'maçame dili', |
193
|
|
|
|
|
|
|
'jv' => 'ýawa dili', |
194
|
|
|
|
|
|
|
'ka' => 'gruzin dili', |
195
|
|
|
|
|
|
|
'kab' => 'kabil dili', |
196
|
|
|
|
|
|
|
'kac' => 'kaçin dili', |
197
|
|
|
|
|
|
|
'kaj' => 'ju dili', |
198
|
|
|
|
|
|
|
'kam' => 'kamba dili', |
199
|
|
|
|
|
|
|
'kbd' => 'kabardin dili', |
200
|
|
|
|
|
|
|
'kcg' => 'tiap dili', |
201
|
|
|
|
|
|
|
'kde' => 'makonde dili', |
202
|
|
|
|
|
|
|
'kea' => 'kabuwerdianu dili', |
203
|
|
|
|
|
|
|
'kfo' => 'koro dili', |
204
|
|
|
|
|
|
|
'kha' => 'khasi dili', |
205
|
|
|
|
|
|
|
'khq' => 'koýra-Ãini dili', |
206
|
|
|
|
|
|
|
'ki' => 'kikuýu dili', |
207
|
|
|
|
|
|
|
'kj' => 'kwanýama dili', |
208
|
|
|
|
|
|
|
'kk' => 'gazak dili', |
209
|
|
|
|
|
|
|
'kkj' => 'kako dili', |
210
|
|
|
|
|
|
|
'kl' => 'grenland dili', |
211
|
|
|
|
|
|
|
'kln' => 'kalenjin dili', |
212
|
|
|
|
|
|
|
'km' => 'khmer dili', |
213
|
|
|
|
|
|
|
'kmb' => 'kimbundu dili', |
214
|
|
|
|
|
|
|
'kn' => 'kannada dili', |
215
|
|
|
|
|
|
|
'ko' => 'koreý dili', |
216
|
|
|
|
|
|
|
'kok' => 'konkani dili', |
217
|
|
|
|
|
|
|
'kpe' => 'kpelle dili', |
218
|
|
|
|
|
|
|
'kr' => 'kanuri', |
219
|
|
|
|
|
|
|
'krc' => 'karaçaý-balkar dili', |
220
|
|
|
|
|
|
|
'krl' => 'karel dili', |
221
|
|
|
|
|
|
|
'kru' => 'kuruh dili', |
222
|
|
|
|
|
|
|
'ks' => 'kaÅmiri dili', |
223
|
|
|
|
|
|
|
'ksb' => 'Åambala dili', |
224
|
|
|
|
|
|
|
'ksf' => 'bafia dili', |
225
|
|
|
|
|
|
|
'ksh' => 'keln dili', |
226
|
|
|
|
|
|
|
'ku' => 'kürt dili', |
227
|
|
|
|
|
|
|
'kum' => 'kumyk dili', |
228
|
|
|
|
|
|
|
'kv' => 'komi dili', |
229
|
|
|
|
|
|
|
'kw' => 'korn dili', |
230
|
|
|
|
|
|
|
'ky' => 'gyrgyz dili', |
231
|
|
|
|
|
|
|
'la' => 'latyn dili', |
232
|
|
|
|
|
|
|
'lad' => 'ladino dili', |
233
|
|
|
|
|
|
|
'lag' => 'langi dili', |
234
|
|
|
|
|
|
|
'lb' => 'lýuksemburg dili', |
235
|
|
|
|
|
|
|
'lez' => 'lezgin dili', |
236
|
|
|
|
|
|
|
'lg' => 'ganda dili', |
237
|
|
|
|
|
|
|
'li' => 'limburg dili', |
238
|
|
|
|
|
|
|
'lkt' => 'lakota dili', |
239
|
|
|
|
|
|
|
'ln' => 'lingala dili', |
240
|
|
|
|
|
|
|
'lo' => 'laos dili', |
241
|
|
|
|
|
|
|
'loz' => 'lozi dili', |
242
|
|
|
|
|
|
|
'lrc' => 'demirgazyk luri dili', |
243
|
|
|
|
|
|
|
'lt' => 'litwa dili', |
244
|
|
|
|
|
|
|
'lu' => 'luba-Katanga dili', |
245
|
|
|
|
|
|
|
'lua' => 'luba-Lulua dili', |
246
|
|
|
|
|
|
|
'lun' => 'lunda dili', |
247
|
|
|
|
|
|
|
'luo' => 'luo dili', |
248
|
|
|
|
|
|
|
'lus' => 'mizo dili', |
249
|
|
|
|
|
|
|
'luy' => 'luýýa dili', |
250
|
|
|
|
|
|
|
'lv' => 'latyÅ dili', |
251
|
|
|
|
|
|
|
'mad' => 'madur dili', |
252
|
|
|
|
|
|
|
'mag' => 'magahi dili', |
253
|
|
|
|
|
|
|
'mai' => 'maýthili dili', |
254
|
|
|
|
|
|
|
'mak' => 'makasar dili', |
255
|
|
|
|
|
|
|
'mas' => 'masai dili', |
256
|
|
|
|
|
|
|
'mdf' => 'mokÅa dili', |
257
|
|
|
|
|
|
|
'men' => 'mende dili', |
258
|
|
|
|
|
|
|
'mer' => 'meru dili', |
259
|
|
|
|
|
|
|
'mfe' => 'morisýen dili', |
260
|
|
|
|
|
|
|
'mg' => 'malagasiý dili', |
261
|
|
|
|
|
|
|
'mgh' => 'makua-Mitto dili', |
262
|
|
|
|
|
|
|
'mgo' => 'meta dili', |
263
|
|
|
|
|
|
|
'mh' => 'marÅall dili', |
264
|
|
|
|
|
|
|
'mi' => 'maori dili', |
265
|
|
|
|
|
|
|
'mic' => 'mikmak dili', |
266
|
|
|
|
|
|
|
'min' => 'minangkabau dili', |
267
|
|
|
|
|
|
|
'mk' => 'makedon dili', |
268
|
|
|
|
|
|
|
'ml' => 'malaýalam dili', |
269
|
|
|
|
|
|
|
'mn' => 'mongol dili', |
270
|
|
|
|
|
|
|
'mni' => 'manipuri dili', |
271
|
|
|
|
|
|
|
'moh' => 'mogauk dili', |
272
|
|
|
|
|
|
|
'mos' => 'mossi dili', |
273
|
|
|
|
|
|
|
'mr' => 'marathi dili', |
274
|
|
|
|
|
|
|
'ms' => 'malaý dili', |
275
|
|
|
|
|
|
|
'mt' => 'malta dili', |
276
|
|
|
|
|
|
|
'mua' => 'mundang dili', |
277
|
|
|
|
|
|
|
'mul' => 'birnäçe dil', |
278
|
|
|
|
|
|
|
'mus' => 'krik dili', |
279
|
|
|
|
|
|
|
'mwl' => 'mirand dili', |
280
|
|
|
|
|
|
|
'my' => 'birma dili', |
281
|
|
|
|
|
|
|
'myv' => 'erzýan dili', |
282
|
|
|
|
|
|
|
'mzn' => 'mazanderan dili', |
283
|
|
|
|
|
|
|
'na' => 'nauru dili', |
284
|
|
|
|
|
|
|
'nap' => 'neapolitan dili', |
285
|
|
|
|
|
|
|
'naq' => 'nama dili', |
286
|
|
|
|
|
|
|
'nb' => 'norwegiýa bukmol dili', |
287
|
|
|
|
|
|
|
'nd' => 'demirgazyk ndebele dili', |
288
|
|
|
|
|
|
|
'ne' => 'nepal dili', |
289
|
|
|
|
|
|
|
'new' => 'newari dili', |
290
|
|
|
|
|
|
|
'ng' => 'ndonga dili', |
291
|
|
|
|
|
|
|
'nia' => 'nias dili', |
292
|
|
|
|
|
|
|
'niu' => 'niue dili', |
293
|
|
|
|
|
|
|
'nl' => 'niderland dili', |
294
|
|
|
|
|
|
|
'nl_BE' => 'flamand dili', |
295
|
|
|
|
|
|
|
'nmg' => 'kwasio dili', |
296
|
|
|
|
|
|
|
'nn' => 'norwegiýa nýunorsk dili', |
297
|
|
|
|
|
|
|
'nnh' => 'ngembun dili', |
298
|
|
|
|
|
|
|
'nog' => 'nogaý dili', |
299
|
|
|
|
|
|
|
'nqo' => 'nko dili', |
300
|
|
|
|
|
|
|
'nr' => 'günorta ndebele dili', |
301
|
|
|
|
|
|
|
'nso' => 'demirgazyk soto dili', |
302
|
|
|
|
|
|
|
'nus' => 'nuer dili', |
303
|
|
|
|
|
|
|
'nv' => 'nawaho dili', |
304
|
|
|
|
|
|
|
'ny' => 'nýanja dili', |
305
|
|
|
|
|
|
|
'nyn' => 'nýankole dili', |
306
|
|
|
|
|
|
|
'oc' => 'oksitan dili', |
307
|
|
|
|
|
|
|
'om' => 'oromo dili', |
308
|
|
|
|
|
|
|
'or' => 'oriýa dili', |
309
|
|
|
|
|
|
|
'os' => 'osetin dili', |
310
|
|
|
|
|
|
|
'pa' => 'penjab dili', |
311
|
|
|
|
|
|
|
'pag' => 'pangansinan dili', |
312
|
|
|
|
|
|
|
'pam' => 'kapampangan dili', |
313
|
|
|
|
|
|
|
'pap' => 'papýamento dili', |
314
|
|
|
|
|
|
|
'pau' => 'palau dili', |
315
|
|
|
|
|
|
|
'pcm' => 'nigeriý-pijin dili', |
316
|
|
|
|
|
|
|
'pl' => 'polýak dili', |
317
|
|
|
|
|
|
|
'prg' => 'prussiýa dili', |
318
|
|
|
|
|
|
|
'ps' => 'peÅtun dili', |
319
|
|
|
|
|
|
|
'pt' => 'portugal dili', |
320
|
|
|
|
|
|
|
'pt_PT' => 'portugal dili (Ãewropa)', |
321
|
|
|
|
|
|
|
'qu' => 'keçua dili', |
322
|
|
|
|
|
|
|
'quc' => 'kiçe dili', |
323
|
|
|
|
|
|
|
'rap' => 'rapanuý dili', |
324
|
|
|
|
|
|
|
'rar' => 'kuk dili', |
325
|
|
|
|
|
|
|
'rm' => 'retoroman dili', |
326
|
|
|
|
|
|
|
'rn' => 'rundi dili', |
327
|
|
|
|
|
|
|
'ro' => 'rumyn dili', |
328
|
|
|
|
|
|
|
'ro_MD' => 'moldaw dili', |
329
|
|
|
|
|
|
|
'rof' => 'rombo dili', |
330
|
|
|
|
|
|
|
'root' => 'kök', |
331
|
|
|
|
|
|
|
'ru' => 'rus dili', |
332
|
|
|
|
|
|
|
'rup' => 'arumyn dili', |
333
|
|
|
|
|
|
|
'rw' => 'kinýaruanda dili', |
334
|
|
|
|
|
|
|
'rwk' => 'rwa dili', |
335
|
|
|
|
|
|
|
'sa' => 'sanskrit dili', |
336
|
|
|
|
|
|
|
'sad' => 'sandawe dili', |
337
|
|
|
|
|
|
|
'sah' => 'ýakut dili', |
338
|
|
|
|
|
|
|
'saq' => 'samburu dili', |
339
|
|
|
|
|
|
|
'sat' => 'santali dili', |
340
|
|
|
|
|
|
|
'sba' => 'ngambaý dili', |
341
|
|
|
|
|
|
|
'sbp' => 'sangu dili', |
342
|
|
|
|
|
|
|
'sc' => 'sardin dili', |
343
|
|
|
|
|
|
|
'scn' => 'sisiliýa dili', |
344
|
|
|
|
|
|
|
'sco' => 'Åotland dili', |
345
|
|
|
|
|
|
|
'sd' => 'sindhi dili', |
346
|
|
|
|
|
|
|
'se' => 'demirgazyk saam dili', |
347
|
|
|
|
|
|
|
'seh' => 'sena dili', |
348
|
|
|
|
|
|
|
'ses' => 'koýraboro-Senni dili', |
349
|
|
|
|
|
|
|
'sg' => 'sango dili', |
350
|
|
|
|
|
|
|
'shi' => 'tahelhit dili', |
351
|
|
|
|
|
|
|
'shn' => 'Åan dili', |
352
|
|
|
|
|
|
|
'si' => 'singal dili', |
353
|
|
|
|
|
|
|
'sk' => 'slowak dili', |
354
|
|
|
|
|
|
|
'sl' => 'slowen dili', |
355
|
|
|
|
|
|
|
'sm' => 'samoa dili', |
356
|
|
|
|
|
|
|
'sma' => 'günorta saam dili', |
357
|
|
|
|
|
|
|
'smj' => 'lule-saam dili', |
358
|
|
|
|
|
|
|
'smn' => 'inari-saam dili', |
359
|
|
|
|
|
|
|
'sms' => 'skolt-saam dili', |
360
|
|
|
|
|
|
|
'sn' => 'Åona dili', |
361
|
|
|
|
|
|
|
'snk' => 'soninke dili', |
362
|
|
|
|
|
|
|
'so' => 'somali dili', |
363
|
|
|
|
|
|
|
'sq' => 'alban dili', |
364
|
|
|
|
|
|
|
'sr' => 'serb dili', |
365
|
|
|
|
|
|
|
'srn' => 'sranan-tongo dili', |
366
|
|
|
|
|
|
|
'ss' => 'swati dili', |
367
|
|
|
|
|
|
|
'ssy' => 'saho dili', |
368
|
|
|
|
|
|
|
'st' => 'günorta Soto dili', |
369
|
|
|
|
|
|
|
'su' => 'sundan dili', |
370
|
|
|
|
|
|
|
'suk' => 'sukuma dili', |
371
|
|
|
|
|
|
|
'sv' => 'Åwed dili', |
372
|
|
|
|
|
|
|
'sw' => 'suahili dili', |
373
|
|
|
|
|
|
|
'sw_CD' => 'kongo suahili dili', |
374
|
|
|
|
|
|
|
'swb' => 'komor dili', |
375
|
|
|
|
|
|
|
'syr' => 'siriýa dili', |
376
|
|
|
|
|
|
|
'ta' => 'tamil dili', |
377
|
|
|
|
|
|
|
'te' => 'telugu dili', |
378
|
|
|
|
|
|
|
'tem' => 'temne dili', |
379
|
|
|
|
|
|
|
'teo' => 'teso dili', |
380
|
|
|
|
|
|
|
'tet' => 'tetum dili', |
381
|
|
|
|
|
|
|
'tg' => 'täjik dili', |
382
|
|
|
|
|
|
|
'th' => 'taý dili', |
383
|
|
|
|
|
|
|
'ti' => 'tigrinýa dili', |
384
|
|
|
|
|
|
|
'tig' => 'tigre dili', |
385
|
|
|
|
|
|
|
'tk' => 'türkmen dili', |
386
|
|
|
|
|
|
|
'tlh' => 'klingon dili', |
387
|
|
|
|
|
|
|
'tn' => 'tswana dili', |
388
|
|
|
|
|
|
|
'to' => 'tongan dili', |
389
|
|
|
|
|
|
|
'tpi' => 'tok-pisin dili', |
390
|
|
|
|
|
|
|
'tr' => 'türk dili', |
391
|
|
|
|
|
|
|
'trv' => 'taroko dili', |
392
|
|
|
|
|
|
|
'ts' => 'tsonga dili', |
393
|
|
|
|
|
|
|
'tt' => 'tatar dili', |
394
|
|
|
|
|
|
|
'tum' => 'tumbuka dili', |
395
|
|
|
|
|
|
|
'tvl' => 'tuwalu dili', |
396
|
|
|
|
|
|
|
'twq' => 'tasawak dili', |
397
|
|
|
|
|
|
|
'ty' => 'taiti dili', |
398
|
|
|
|
|
|
|
'tyv' => 'tuwa dili', |
399
|
|
|
|
|
|
|
'tzm' => 'orta-Atlas tamazight dili', |
400
|
|
|
|
|
|
|
'udm' => 'udmurt dili', |
401
|
|
|
|
|
|
|
'ug' => 'uýgur dili', |
402
|
|
|
|
|
|
|
'uk' => 'ukrain dili', |
403
|
|
|
|
|
|
|
'umb' => 'umbundu dili', |
404
|
|
|
|
|
|
|
'und' => 'näbelli dil', |
405
|
|
|
|
|
|
|
'ur' => 'urdu', |
406
|
|
|
|
|
|
|
'uz' => 'özbek dili', |
407
|
|
|
|
|
|
|
'vai' => 'wai dili', |
408
|
|
|
|
|
|
|
've' => 'wenda dili', |
409
|
|
|
|
|
|
|
'vi' => 'wýetnam dili', |
410
|
|
|
|
|
|
|
'vo' => 'wolapýuk dili', |
411
|
|
|
|
|
|
|
'vun' => 'wunýo dili', |
412
|
|
|
|
|
|
|
'wa' => 'wallon dili', |
413
|
|
|
|
|
|
|
'wae' => 'walzer dili', |
414
|
|
|
|
|
|
|
'wal' => 'wolaýta dili', |
415
|
|
|
|
|
|
|
'war' => 'waraý dili', |
416
|
|
|
|
|
|
|
'wo' => 'wolof dili', |
417
|
|
|
|
|
|
|
'xal' => 'galmyk dili', |
418
|
|
|
|
|
|
|
'xh' => 'kosa dili', |
419
|
|
|
|
|
|
|
'xog' => 'soga dili', |
420
|
|
|
|
|
|
|
'yav' => 'ýangben dili', |
421
|
|
|
|
|
|
|
'ybb' => 'ýemba dili', |
422
|
|
|
|
|
|
|
'yi' => 'idiÅ dili', |
423
|
|
|
|
|
|
|
'yo' => 'ýoruba dili', |
424
|
|
|
|
|
|
|
'yue' => 'kanton dili', |
425
|
|
|
|
|
|
|
'zgh' => 'standart Marokko tamazight dili', |
426
|
|
|
|
|
|
|
'zh' => 'hytaý dili', |
427
|
|
|
|
|
|
|
'zh_Hans' => 'ýönekeýleÅdirilen hytaý dili', |
428
|
|
|
|
|
|
|
'zh_Hant' => 'adaty hytaý dili', |
429
|
|
|
|
|
|
|
'zu' => 'zulu dili', |
430
|
|
|
|
|
|
|
'zun' => 'zuni dili', |
431
|
|
|
|
|
|
|
'zxx' => 'dilçilige degiÅli mazmun ýok', |
432
|
|
|
|
|
|
|
'zza' => 'zazaki dili', |
433
|
|
|
|
|
|
|
|
434
|
|
|
|
|
|
|
); |
435
|
|
|
|
|
|
|
if (@_) { |
436
|
|
|
|
|
|
|
return $languages{$_[0]}; |
437
|
|
|
|
|
|
|
} |
438
|
|
|
|
|
|
|
return \%languages; |
439
|
|
|
|
|
|
|
} |
440
|
|
|
|
|
|
|
}, |
441
|
|
|
|
|
|
|
); |
442
|
|
|
|
|
|
|
|
443
|
|
|
|
|
|
|
has 'display_name_script' => ( |
444
|
|
|
|
|
|
|
is => 'ro', |
445
|
|
|
|
|
|
|
isa => CodeRef, |
446
|
|
|
|
|
|
|
init_arg => undef, |
447
|
|
|
|
|
|
|
default => sub { |
448
|
|
|
|
|
|
|
sub { |
449
|
|
|
|
|
|
|
my %scripts = ( |
450
|
|
|
|
|
|
|
'Arab' => 'Arap elipbiýi', |
451
|
|
|
|
|
|
|
'Armn' => 'Ermeni elipbiýi', |
452
|
|
|
|
|
|
|
'Beng' => 'Bengal elipbiýi', |
453
|
|
|
|
|
|
|
'Bopo' => 'Bopomofo elipbiýi', |
454
|
|
|
|
|
|
|
'Brai' => 'Braýl elipbiýi', |
455
|
|
|
|
|
|
|
'Cyrl' => 'Kiril elipbiýi', |
456
|
|
|
|
|
|
|
'Deva' => 'Dewanagari elipbiýi', |
457
|
|
|
|
|
|
|
'Ethi' => 'Efiop elipbiýi', |
458
|
|
|
|
|
|
|
'Geor' => 'Gruzin elipbiýi', |
459
|
|
|
|
|
|
|
'Grek' => 'Grek elipbiýi', |
460
|
|
|
|
|
|
|
'Gujr' => 'Gujarati elipbiýi', |
461
|
|
|
|
|
|
|
'Guru' => 'Gurmuhi elipbiýi', |
462
|
|
|
|
|
|
|
'Hanb' => 'Bopomofo han elipbiýi', |
463
|
|
|
|
|
|
|
'Hang' => 'Hangyl elipbiýi', |
464
|
|
|
|
|
|
|
'Hani' => 'Han elipbiýi', |
465
|
|
|
|
|
|
|
'Hans' => 'ÃönekeýleÅdirilen', |
466
|
|
|
|
|
|
|
'Hans@alt=stand-alone' => 'ÃönekeýleÅdirilen han elipbiýi', |
467
|
|
|
|
|
|
|
'Hant' => 'Adaty', |
468
|
|
|
|
|
|
|
'Hant@alt=stand-alone' => 'Adaty han elipbiýi', |
469
|
|
|
|
|
|
|
'Hebr' => 'Ãewreý elipbiýi', |
470
|
|
|
|
|
|
|
'Hira' => 'Hiragana elipbiýi', |
471
|
|
|
|
|
|
|
'Hrkt' => 'Ãapon bogun elipbiýleri', |
472
|
|
|
|
|
|
|
'Jamo' => 'Jamo elipbiýi', |
473
|
|
|
|
|
|
|
'Jpan' => 'Ãapon elipbiýi', |
474
|
|
|
|
|
|
|
'Kana' => 'Katakana elipbiýi', |
475
|
|
|
|
|
|
|
'Khmr' => 'Khmer elipbiýi', |
476
|
|
|
|
|
|
|
'Knda' => 'Kannada elipbiýi', |
477
|
|
|
|
|
|
|
'Kore' => 'Koreý elipbiýi', |
478
|
|
|
|
|
|
|
'Laoo' => 'Laos elipbiýi', |
479
|
|
|
|
|
|
|
'Latn' => 'Latyn elipbiýi', |
480
|
|
|
|
|
|
|
'Mlym' => 'Malaýalam elipbiýi', |
481
|
|
|
|
|
|
|
'Mong' => 'Mongol elipbiýi', |
482
|
|
|
|
|
|
|
'Mymr' => 'Mýanma elipbiýi', |
483
|
|
|
|
|
|
|
'Orya' => 'Oriýa elipbiýi', |
484
|
|
|
|
|
|
|
'Sinh' => 'Singal elipbiýi', |
485
|
|
|
|
|
|
|
'Taml' => 'Tamil elipbiýi', |
486
|
|
|
|
|
|
|
'Telu' => 'Telugu elipbiýi', |
487
|
|
|
|
|
|
|
'Thaa' => 'Taana elipbiýi', |
488
|
|
|
|
|
|
|
'Thai' => 'Taý elipbiýi', |
489
|
|
|
|
|
|
|
'Tibt' => 'Tibet elipbiýi', |
490
|
|
|
|
|
|
|
'Zmth' => 'Matematiki belgiler', |
491
|
|
|
|
|
|
|
'Zsye' => 'Emoji', |
492
|
|
|
|
|
|
|
'Zsym' => 'NyÅanlar', |
493
|
|
|
|
|
|
|
'Zxxx' => 'Ãazuwsyz', |
494
|
|
|
|
|
|
|
'Zyyy' => 'Umumy', |
495
|
|
|
|
|
|
|
'Zzzz' => 'Näbelli elipbiý', |
496
|
|
|
|
|
|
|
|
497
|
|
|
|
|
|
|
); |
498
|
|
|
|
|
|
|
if ( @_ ) { |
499
|
|
|
|
|
|
|
return $scripts{$_[0]}; |
500
|
|
|
|
|
|
|
} |
501
|
|
|
|
|
|
|
return \%scripts; |
502
|
|
|
|
|
|
|
} |
503
|
|
|
|
|
|
|
} |
504
|
|
|
|
|
|
|
); |
505
|
|
|
|
|
|
|
|
506
|
|
|
|
|
|
|
has 'display_name_region' => ( |
507
|
|
|
|
|
|
|
is => 'ro', |
508
|
|
|
|
|
|
|
isa => HashRef[Str], |
509
|
|
|
|
|
|
|
init_arg => undef, |
510
|
|
|
|
|
|
|
default => sub { |
511
|
|
|
|
|
|
|
{ |
512
|
|
|
|
|
|
|
'001' => 'Dünýä', |
513
|
|
|
|
|
|
|
'002' => 'Afrika', |
514
|
|
|
|
|
|
|
'003' => 'Demirgazyk Amerika', |
515
|
|
|
|
|
|
|
'005' => 'Günorta Amerika', |
516
|
|
|
|
|
|
|
'009' => 'Okeaniýa', |
517
|
|
|
|
|
|
|
'011' => 'Günbatar Afrika', |
518
|
|
|
|
|
|
|
'013' => 'Orta Amerika', |
519
|
|
|
|
|
|
|
'014' => 'Gündogar Afrika', |
520
|
|
|
|
|
|
|
'015' => 'Demirgazyk Afrika', |
521
|
|
|
|
|
|
|
'017' => 'Orta Afrika', |
522
|
|
|
|
|
|
|
'018' => 'AfrikanyŠgünorta sebitleri', |
523
|
|
|
|
|
|
|
'019' => 'Amerika', |
524
|
|
|
|
|
|
|
'021' => 'AmerikanyŠdemirgazyk ýurtlary', |
525
|
|
|
|
|
|
|
'029' => 'Karib basseýni', |
526
|
|
|
|
|
|
|
'030' => 'Gündogar Aziýa', |
527
|
|
|
|
|
|
|
'034' => 'Günorta Aziýa', |
528
|
|
|
|
|
|
|
'035' => 'Günorta-gündogar Aziýa', |
529
|
|
|
|
|
|
|
'039' => 'Günorta Ãewropa', |
530
|
|
|
|
|
|
|
'053' => 'Awstralaziýa', |
531
|
|
|
|
|
|
|
'054' => 'Melaneziýa', |
532
|
|
|
|
|
|
|
'057' => 'Mikroneziýa sebti', |
533
|
|
|
|
|
|
|
'061' => 'Polineziýa', |
534
|
|
|
|
|
|
|
'142' => 'Aziýa', |
535
|
|
|
|
|
|
|
'143' => 'Merkezi Aziýa', |
536
|
|
|
|
|
|
|
'145' => 'Günbatar Aziýa', |
537
|
|
|
|
|
|
|
'150' => 'Ãewropa', |
538
|
|
|
|
|
|
|
'151' => 'Gündogar Ãewropa', |
539
|
|
|
|
|
|
|
'154' => 'Demirgazyk Ãewropa', |
540
|
|
|
|
|
|
|
'155' => 'Günbatar Ãewropa', |
541
|
|
|
|
|
|
|
'202' => 'Saharadan aÅakdaky Afrika', |
542
|
|
|
|
|
|
|
'419' => 'Latyn Amerikasy', |
543
|
|
|
|
|
|
|
'AC' => 'BeýgeliŠadasy', |
544
|
|
|
|
|
|
|
'AD' => 'Andorra', |
545
|
|
|
|
|
|
|
'AE' => 'BirleÅen Arap Emirlikleri', |
546
|
|
|
|
|
|
|
'AF' => 'Owganystan', |
547
|
|
|
|
|
|
|
'AG' => 'Antigua we Barbuda', |
548
|
|
|
|
|
|
|
'AI' => 'Angilýa', |
549
|
|
|
|
|
|
|
'AL' => 'Albaniýa', |
550
|
|
|
|
|
|
|
'AM' => 'Ermenistan', |
551
|
|
|
|
|
|
|
'AO' => 'Angola', |
552
|
|
|
|
|
|
|
'AQ' => 'Antarktika', |
553
|
|
|
|
|
|
|
'AR' => 'Argentina', |
554
|
|
|
|
|
|
|
'AS' => 'Amerikan Samoasy', |
555
|
|
|
|
|
|
|
'AT' => 'Awstriýa', |
556
|
|
|
|
|
|
|
'AU' => 'Awstraliýa', |
557
|
|
|
|
|
|
|
'AW' => 'Aruba', |
558
|
|
|
|
|
|
|
'AX' => 'Aland adalary', |
559
|
|
|
|
|
|
|
'AZ' => 'Azerbaýjan', |
560
|
|
|
|
|
|
|
'BA' => 'Bosniýa we Gersegowina', |
561
|
|
|
|
|
|
|
'BB' => 'Barbados', |
562
|
|
|
|
|
|
|
'BD' => 'BangladeÅ', |
563
|
|
|
|
|
|
|
'BE' => 'Belgiýa', |
564
|
|
|
|
|
|
|
'BF' => 'Burkina-Faso', |
565
|
|
|
|
|
|
|
'BG' => 'Bolgariýa', |
566
|
|
|
|
|
|
|
'BH' => 'Bahreýn', |
567
|
|
|
|
|
|
|
'BI' => 'Burundi', |
568
|
|
|
|
|
|
|
'BJ' => 'Benin', |
569
|
|
|
|
|
|
|
'BL' => 'Sen-Bartelemi', |
570
|
|
|
|
|
|
|
'BM' => 'Bermuda', |
571
|
|
|
|
|
|
|
'BN' => 'Bruneý', |
572
|
|
|
|
|
|
|
'BO' => 'Boliwiýa', |
573
|
|
|
|
|
|
|
'BQ' => 'Karib Niderlandlary', |
574
|
|
|
|
|
|
|
'BR' => 'Braziliýa', |
575
|
|
|
|
|
|
|
'BS' => 'Bagama adalary', |
576
|
|
|
|
|
|
|
'BT' => 'Butan', |
577
|
|
|
|
|
|
|
'BV' => 'Buwe adasy', |
578
|
|
|
|
|
|
|
'BW' => 'Botswana', |
579
|
|
|
|
|
|
|
'BY' => 'Belarus', |
580
|
|
|
|
|
|
|
'BZ' => 'Beliz', |
581
|
|
|
|
|
|
|
'CA' => 'Kanada', |
582
|
|
|
|
|
|
|
'CC' => 'Kokos (Kiling) adalary', |
583
|
|
|
|
|
|
|
'CD' => 'Kongo - KinÅasa', |
584
|
|
|
|
|
|
|
'CD@alt=variant' => 'Kongo (KDR)', |
585
|
|
|
|
|
|
|
'CF' => 'Merkezi Afrika Respublikasy', |
586
|
|
|
|
|
|
|
'CG' => 'Kongo - Brazzawil', |
587
|
|
|
|
|
|
|
'CG@alt=variant' => 'Kongo (Respublika)', |
588
|
|
|
|
|
|
|
'CH' => 'Åweýsariýa', |
589
|
|
|
|
|
|
|
'CI' => 'Kot-dâIwuar', |
590
|
|
|
|
|
|
|
'CI@alt=variant' => 'Åirmaýy kenar', |
591
|
|
|
|
|
|
|
'CK' => 'Kuk adalary', |
592
|
|
|
|
|
|
|
'CL' => 'Ãili', |
593
|
|
|
|
|
|
|
'CM' => 'Kamerun', |
594
|
|
|
|
|
|
|
'CN' => 'Hytaý', |
595
|
|
|
|
|
|
|
'CO' => 'Kolumbiýa', |
596
|
|
|
|
|
|
|
'CP' => 'Klipperton adasy', |
597
|
|
|
|
|
|
|
'CR' => 'Kosta-Rika', |
598
|
|
|
|
|
|
|
'CU' => 'Kuba', |
599
|
|
|
|
|
|
|
'CV' => 'Kabo-Werde', |
600
|
|
|
|
|
|
|
'CW' => 'Kýurasao', |
601
|
|
|
|
|
|
|
'CX' => 'Roždestwo adasy', |
602
|
|
|
|
|
|
|
'CY' => 'Kipr', |
603
|
|
|
|
|
|
|
'CZ' => 'Ãehiýa', |
604
|
|
|
|
|
|
|
'CZ@alt=variant' => 'Ãeh Respublikasy', |
605
|
|
|
|
|
|
|
'DE' => 'Germaniýa', |
606
|
|
|
|
|
|
|
'DG' => 'Diýego-Garsiýa', |
607
|
|
|
|
|
|
|
'DJ' => 'Jibuti', |
608
|
|
|
|
|
|
|
'DK' => 'Daniýa', |
609
|
|
|
|
|
|
|
'DM' => 'Dominika', |
610
|
|
|
|
|
|
|
'DO' => 'Dominikan Respublikasy', |
611
|
|
|
|
|
|
|
'DZ' => 'Alžir', |
612
|
|
|
|
|
|
|
'EA' => 'Seuta we Melilýa', |
613
|
|
|
|
|
|
|
'EC' => 'Ekwador', |
614
|
|
|
|
|
|
|
'EE' => 'Estoniýa', |
615
|
|
|
|
|
|
|
'EG' => 'Müsür', |
616
|
|
|
|
|
|
|
'EH' => 'Günbatar Sahara', |
617
|
|
|
|
|
|
|
'ER' => 'Eritreýa', |
618
|
|
|
|
|
|
|
'ES' => 'Ispaniýa', |
619
|
|
|
|
|
|
|
'ET' => 'Efiopiýa', |
620
|
|
|
|
|
|
|
'EU' => 'Ãewropa BileleÅigi', |
621
|
|
|
|
|
|
|
'EZ' => 'Ãewro sebiti', |
622
|
|
|
|
|
|
|
'FI' => 'Finlýandiýa', |
623
|
|
|
|
|
|
|
'FJ' => 'Fiji', |
624
|
|
|
|
|
|
|
'FK' => 'Folklend adalary', |
625
|
|
|
|
|
|
|
'FK@alt=variant' => 'Folklend (Malwina) adalary', |
626
|
|
|
|
|
|
|
'FM' => 'Mikroneziýa', |
627
|
|
|
|
|
|
|
'FO' => 'Farer adalary', |
628
|
|
|
|
|
|
|
'FR' => 'Fransiýa', |
629
|
|
|
|
|
|
|
'GA' => 'Gabon', |
630
|
|
|
|
|
|
|
'GB' => 'BirleÅen PatyÅalyk', |
631
|
|
|
|
|
|
|
'GB@alt=short' => 'BirleÅen PatyÅalyk', |
632
|
|
|
|
|
|
|
'GD' => 'Grenada', |
633
|
|
|
|
|
|
|
'GE' => 'Gruziýa', |
634
|
|
|
|
|
|
|
'GF' => 'Fransuz Gwianasy', |
635
|
|
|
|
|
|
|
'GG' => 'Gernsi', |
636
|
|
|
|
|
|
|
'GH' => 'Gana', |
637
|
|
|
|
|
|
|
'GI' => 'Gibraltar', |
638
|
|
|
|
|
|
|
'GL' => 'Grenlandiýa', |
639
|
|
|
|
|
|
|
'GM' => 'Gambiýa', |
640
|
|
|
|
|
|
|
'GN' => 'Gwineýa', |
641
|
|
|
|
|
|
|
'GP' => 'Gwadelupa', |
642
|
|
|
|
|
|
|
'GQ' => 'Ekwatorial Gwineýa', |
643
|
|
|
|
|
|
|
'GR' => 'Gresiýa', |
644
|
|
|
|
|
|
|
'GS' => 'Günorta Georgiýa we Günorta Sendwiç adasy', |
645
|
|
|
|
|
|
|
'GT' => 'Gwatemala', |
646
|
|
|
|
|
|
|
'GU' => 'Guam', |
647
|
|
|
|
|
|
|
'GW' => 'Gwineýa-Bisau', |
648
|
|
|
|
|
|
|
'GY' => 'Gaýana', |
649
|
|
|
|
|
|
|
'HK' => 'Gonkong AAS Hytaý', |
650
|
|
|
|
|
|
|
'HK@alt=short' => 'Gonkong', |
651
|
|
|
|
|
|
|
'HM' => 'Herd we Makdonald adalary', |
652
|
|
|
|
|
|
|
'HN' => 'Gonduras', |
653
|
|
|
|
|
|
|
'HR' => 'Horwatiýa', |
654
|
|
|
|
|
|
|
'HT' => 'Gaiti', |
655
|
|
|
|
|
|
|
'HU' => 'Wengriýa', |
656
|
|
|
|
|
|
|
'IC' => 'Kanar adalary', |
657
|
|
|
|
|
|
|
'ID' => 'Indoneziýa', |
658
|
|
|
|
|
|
|
'IE' => 'Irlandiýa', |
659
|
|
|
|
|
|
|
'IL' => 'Ysraýyl', |
660
|
|
|
|
|
|
|
'IM' => 'Men adasy', |
661
|
|
|
|
|
|
|
'IN' => 'Hindistan', |
662
|
|
|
|
|
|
|
'IO' => 'BritaniýanyŠHindi okeanyndaky territoriýalary', |
663
|
|
|
|
|
|
|
'IQ' => 'Yrak', |
664
|
|
|
|
|
|
|
'IR' => 'Eýran', |
665
|
|
|
|
|
|
|
'IS' => 'Islandiýa', |
666
|
|
|
|
|
|
|
'IT' => 'Italiýa', |
667
|
|
|
|
|
|
|
'JE' => 'Jersi', |
668
|
|
|
|
|
|
|
'JM' => 'Ãamaýka', |
669
|
|
|
|
|
|
|
'JO' => 'Iordaniýa', |
670
|
|
|
|
|
|
|
'JP' => 'Ãaponiýa', |
671
|
|
|
|
|
|
|
'KE' => 'Keniýa', |
672
|
|
|
|
|
|
|
'KG' => 'Gyrgyzystan', |
673
|
|
|
|
|
|
|
'KH' => 'Kamboja', |
674
|
|
|
|
|
|
|
'KI' => 'Kiribati', |
675
|
|
|
|
|
|
|
'KM' => 'Komor adalary', |
676
|
|
|
|
|
|
|
'KN' => 'Sent-Kits we Newis', |
677
|
|
|
|
|
|
|
'KP' => 'Demirgazyk Koreýa', |
678
|
|
|
|
|
|
|
'KR' => 'Günorta Koreýa', |
679
|
|
|
|
|
|
|
'KW' => 'Kuweýt', |
680
|
|
|
|
|
|
|
'KY' => 'Kaýman adalary', |
681
|
|
|
|
|
|
|
'KZ' => 'Gazagystan', |
682
|
|
|
|
|
|
|
'LA' => 'Laos', |
683
|
|
|
|
|
|
|
'LB' => 'Liwan', |
684
|
|
|
|
|
|
|
'LC' => 'Sent-Lýusiýa', |
685
|
|
|
|
|
|
|
'LI' => 'LihtenÅteýn', |
686
|
|
|
|
|
|
|
'LK' => 'Åri-Lanka', |
687
|
|
|
|
|
|
|
'LR' => 'Liberiýa', |
688
|
|
|
|
|
|
|
'LS' => 'Lesoto', |
689
|
|
|
|
|
|
|
'LT' => 'Litwa', |
690
|
|
|
|
|
|
|
'LU' => 'Lýuksemburg', |
691
|
|
|
|
|
|
|
'LV' => 'Latwiýa', |
692
|
|
|
|
|
|
|
'LY' => 'Liwiýa', |
693
|
|
|
|
|
|
|
'MA' => 'Marokko', |
694
|
|
|
|
|
|
|
'MC' => 'Monako', |
695
|
|
|
|
|
|
|
'MD' => 'Moldowa', |
696
|
|
|
|
|
|
|
'ME' => 'Montenegro', |
697
|
|
|
|
|
|
|
'MF' => 'Sen-Marten', |
698
|
|
|
|
|
|
|
'MG' => 'Madagaskar', |
699
|
|
|
|
|
|
|
'MH' => 'MarÅall adalary', |
700
|
|
|
|
|
|
|
'MK' => 'Makedoniýa', |
701
|
|
|
|
|
|
|
'MK@alt=variant' => 'Makedoniýa (ÃÃR)', |
702
|
|
|
|
|
|
|
'ML' => 'Mali', |
703
|
|
|
|
|
|
|
'MM' => 'Mýanma (Burma)', |
704
|
|
|
|
|
|
|
'MN' => 'Mongoliýa', |
705
|
|
|
|
|
|
|
'MO' => 'Makau AAS Hytaý', |
706
|
|
|
|
|
|
|
'MO@alt=short' => 'Makau', |
707
|
|
|
|
|
|
|
'MP' => 'Demirgazyk Mariana adalary', |
708
|
|
|
|
|
|
|
'MQ' => 'Martinika', |
709
|
|
|
|
|
|
|
'MR' => 'Mawritaniýa', |
710
|
|
|
|
|
|
|
'MS' => 'Monserrat', |
711
|
|
|
|
|
|
|
'MT' => 'Malta', |
712
|
|
|
|
|
|
|
'MU' => 'Mawrikiý', |
713
|
|
|
|
|
|
|
'MV' => 'Maldiwler', |
714
|
|
|
|
|
|
|
'MW' => 'Malawi', |
715
|
|
|
|
|
|
|
'MX' => 'Meksika', |
716
|
|
|
|
|
|
|
'MY' => 'Malaýziýa', |
717
|
|
|
|
|
|
|
'MZ' => 'Mozambik', |
718
|
|
|
|
|
|
|
'NA' => 'Namibiýa', |
719
|
|
|
|
|
|
|
'NC' => 'Täze Kaledoniýa', |
720
|
|
|
|
|
|
|
'NE' => 'Niger', |
721
|
|
|
|
|
|
|
'NF' => 'Norfolk adasy', |
722
|
|
|
|
|
|
|
'NG' => 'Nigeriýa', |
723
|
|
|
|
|
|
|
'NI' => 'Nikaragua', |
724
|
|
|
|
|
|
|
'NL' => 'Niderlandlar', |
725
|
|
|
|
|
|
|
'NO' => 'Norwegiýa', |
726
|
|
|
|
|
|
|
'NP' => 'Nepal', |
727
|
|
|
|
|
|
|
'NR' => 'Nauru', |
728
|
|
|
|
|
|
|
'NU' => 'Niue', |
729
|
|
|
|
|
|
|
'NZ' => 'Täze Zelandiýa', |
730
|
|
|
|
|
|
|
'OM' => 'Oman', |
731
|
|
|
|
|
|
|
'PA' => 'Panama', |
732
|
|
|
|
|
|
|
'PE' => 'Peru', |
733
|
|
|
|
|
|
|
'PF' => 'Fransuz Polineziýasy', |
734
|
|
|
|
|
|
|
'PG' => 'Papua - Täze Gwineýa', |
735
|
|
|
|
|
|
|
'PH' => 'Filippinler', |
736
|
|
|
|
|
|
|
'PK' => 'Pakistan', |
737
|
|
|
|
|
|
|
'PL' => 'PolÅa', |
738
|
|
|
|
|
|
|
'PM' => 'Sen-Pýer we Mikelon', |
739
|
|
|
|
|
|
|
'PN' => 'Pitkern adalary', |
740
|
|
|
|
|
|
|
'PR' => 'Puerto-Riko', |
741
|
|
|
|
|
|
|
'PS' => 'Palestina territoriýasy', |
742
|
|
|
|
|
|
|
'PS@alt=short' => 'Palestina', |
743
|
|
|
|
|
|
|
'PT' => 'Portugaliýa', |
744
|
|
|
|
|
|
|
'PW' => 'Palau', |
745
|
|
|
|
|
|
|
'PY' => 'Paragwaý', |
746
|
|
|
|
|
|
|
'QA' => 'Katar', |
747
|
|
|
|
|
|
|
'QO' => 'DaÅky Okeaniýa', |
748
|
|
|
|
|
|
|
'RE' => 'Reýunýon', |
749
|
|
|
|
|
|
|
'RO' => 'Rumyniýa', |
750
|
|
|
|
|
|
|
'RS' => 'Serbiýa', |
751
|
|
|
|
|
|
|
'RU' => 'Russiýa', |
752
|
|
|
|
|
|
|
'RW' => 'Ruanda', |
753
|
|
|
|
|
|
|
'SA' => 'Saud Arabystany', |
754
|
|
|
|
|
|
|
'SB' => 'Solomon adalary', |
755
|
|
|
|
|
|
|
'SC' => 'SeýÅel adalary', |
756
|
|
|
|
|
|
|
'SD' => 'Sudan', |
757
|
|
|
|
|
|
|
'SE' => 'Åwesiýa', |
758
|
|
|
|
|
|
|
'SG' => 'Singapur', |
759
|
|
|
|
|
|
|
'SH' => 'Keramatly Ãelena adasy', |
760
|
|
|
|
|
|
|
'SI' => 'Sloweniýa', |
761
|
|
|
|
|
|
|
'SJ' => 'Åpisbergen we Ãan-Maýen', |
762
|
|
|
|
|
|
|
'SK' => 'Slowakiýa', |
763
|
|
|
|
|
|
|
'SL' => 'Sýerra-Leone', |
764
|
|
|
|
|
|
|
'SM' => 'San-Marino', |
765
|
|
|
|
|
|
|
'SN' => 'Senegal', |
766
|
|
|
|
|
|
|
'SO' => 'Somali', |
767
|
|
|
|
|
|
|
'SR' => 'Surinam', |
768
|
|
|
|
|
|
|
'SS' => 'Günorta Sudan', |
769
|
|
|
|
|
|
|
'ST' => 'San-Tome we Prinsipi', |
770
|
|
|
|
|
|
|
'SV' => 'Salwador', |
771
|
|
|
|
|
|
|
'SX' => 'Sint-Marten', |
772
|
|
|
|
|
|
|
'SY' => 'Siriýa', |
773
|
|
|
|
|
|
|
'SZ' => 'Swazilend', |
774
|
|
|
|
|
|
|
'TA' => 'Tristan-da-Kunýa', |
775
|
|
|
|
|
|
|
'TC' => 'Terks we Kaýkos adalary', |
776
|
|
|
|
|
|
|
'TD' => 'Ãad', |
777
|
|
|
|
|
|
|
'TF' => 'Fransuz günorta territoriýalary', |
778
|
|
|
|
|
|
|
'TG' => 'Togo', |
779
|
|
|
|
|
|
|
'TH' => 'Taýland', |
780
|
|
|
|
|
|
|
'TJ' => 'Täjigistan', |
781
|
|
|
|
|
|
|
'TK' => 'Tokelau', |
782
|
|
|
|
|
|
|
'TL' => 'Timor-Leste', |
783
|
|
|
|
|
|
|
'TL@alt=variant' => 'Gündogar Timor', |
784
|
|
|
|
|
|
|
'TM' => 'Türkmenistan', |
785
|
|
|
|
|
|
|
'TN' => 'Tunis', |
786
|
|
|
|
|
|
|
'TO' => 'Tonga', |
787
|
|
|
|
|
|
|
'TR' => 'Türkiýe', |
788
|
|
|
|
|
|
|
'TT' => 'Trinidad we Tobago', |
789
|
|
|
|
|
|
|
'TV' => 'Tuwalu', |
790
|
|
|
|
|
|
|
'TW' => 'Taýwan', |
791
|
|
|
|
|
|
|
'TZ' => 'Tanzaniýa', |
792
|
|
|
|
|
|
|
'UA' => 'Ukraina', |
793
|
|
|
|
|
|
|
'UG' => 'Uganda', |
794
|
|
|
|
|
|
|
'UM' => 'ABÅ-nyÅ daÅarky adalary', |
795
|
|
|
|
|
|
|
'UN' => 'BirleÅen Milletler Guramasy', |
796
|
|
|
|
|
|
|
'US' => 'AmerikanyÅ BirleÅen Åtatlary', |
797
|
|
|
|
|
|
|
'US@alt=short' => 'ABÅ', |
798
|
|
|
|
|
|
|
'UY' => 'Urugwaý', |
799
|
|
|
|
|
|
|
'UZ' => 'Ãzbegistan', |
800
|
|
|
|
|
|
|
'VA' => 'Watikan', |
801
|
|
|
|
|
|
|
'VC' => 'Sent-Winsent we Grenadinler', |
802
|
|
|
|
|
|
|
'VE' => 'Wenesuela', |
803
|
|
|
|
|
|
|
'VG' => 'Britan Wirgin adalary', |
804
|
|
|
|
|
|
|
'VI' => 'ABÅ-nyÅ Wirgin adalary', |
805
|
|
|
|
|
|
|
'VN' => 'Wýetnam', |
806
|
|
|
|
|
|
|
'VU' => 'Wanuatu', |
807
|
|
|
|
|
|
|
'WF' => 'Uollis we Futuna', |
808
|
|
|
|
|
|
|
'WS' => 'Samoa', |
809
|
|
|
|
|
|
|
'XK' => 'Kosowo', |
810
|
|
|
|
|
|
|
'YE' => 'Ãemen', |
811
|
|
|
|
|
|
|
'YT' => 'Maýotta', |
812
|
|
|
|
|
|
|
'ZA' => 'Günorta Afrika', |
813
|
|
|
|
|
|
|
'ZM' => 'Zambiýa', |
814
|
|
|
|
|
|
|
'ZW' => 'Zimbabwe', |
815
|
|
|
|
|
|
|
'ZZ' => 'Näbelli sebit', |
816
|
|
|
|
|
|
|
|
817
|
|
|
|
|
|
|
} |
818
|
|
|
|
|
|
|
}, |
819
|
|
|
|
|
|
|
); |
820
|
|
|
|
|
|
|
|
821
|
|
|
|
|
|
|
has 'display_name_key' => ( |
822
|
|
|
|
|
|
|
is => 'ro', |
823
|
|
|
|
|
|
|
isa => HashRef[Str], |
824
|
|
|
|
|
|
|
init_arg => undef, |
825
|
|
|
|
|
|
|
default => sub { |
826
|
|
|
|
|
|
|
{ |
827
|
|
|
|
|
|
|
'calendar' => 'Senenama', |
828
|
|
|
|
|
|
|
'cf' => 'Pul birliginiÅ formaty', |
829
|
|
|
|
|
|
|
'collation' => 'Tertip rejesi', |
830
|
|
|
|
|
|
|
'currency' => 'Pul birligi', |
831
|
|
|
|
|
|
|
'hc' => 'Sagat aýlawy (12â24 sagat)', |
832
|
|
|
|
|
|
|
'lb' => 'Setirden setire geçiŠstili', |
833
|
|
|
|
|
|
|
'ms' => 'Ãlçeg ulgamy', |
834
|
|
|
|
|
|
|
'numbers' => 'Sanlar', |
835
|
|
|
|
|
|
|
|
836
|
|
|
|
|
|
|
} |
837
|
|
|
|
|
|
|
}, |
838
|
|
|
|
|
|
|
); |
839
|
|
|
|
|
|
|
|
840
|
|
|
|
|
|
|
has 'display_name_type' => ( |
841
|
|
|
|
|
|
|
is => 'ro', |
842
|
|
|
|
|
|
|
isa => HashRef[HashRef[Str]], |
843
|
|
|
|
|
|
|
init_arg => undef, |
844
|
|
|
|
|
|
|
default => sub { |
845
|
|
|
|
|
|
|
{ |
846
|
|
|
|
|
|
|
'calendar' => { |
847
|
|
|
|
|
|
|
'buddhist' => q{Buddist senenamasy}, |
848
|
|
|
|
|
|
|
'chinese' => q{Hytaý senenamasy}, |
849
|
|
|
|
|
|
|
'dangi' => q{Dangi senenamasy}, |
850
|
|
|
|
|
|
|
'ethiopic' => q{Efiop senenamasy}, |
851
|
|
|
|
|
|
|
'gregorian' => q{Grigorian senenamasy}, |
852
|
|
|
|
|
|
|
'hebrew' => q{Ãewreý senenamasy}, |
853
|
|
|
|
|
|
|
'islamic' => q{Hijri-kamary senenamasy}, |
854
|
|
|
|
|
|
|
'iso8601' => q{ISO-8601 senenamasy}, |
855
|
|
|
|
|
|
|
'japanese' => q{Ãapon senenamasy}, |
856
|
|
|
|
|
|
|
'persian' => q{Pars senenamasy}, |
857
|
|
|
|
|
|
|
'roc' => q{Minguo senenamasy}, |
858
|
|
|
|
|
|
|
}, |
859
|
|
|
|
|
|
|
'cf' => { |
860
|
|
|
|
|
|
|
'account' => q{Pul birliginiŠbuhgalterçilik formaty}, |
861
|
|
|
|
|
|
|
'standard' => q{Pul birliginiÅ standart formaty}, |
862
|
|
|
|
|
|
|
}, |
863
|
|
|
|
|
|
|
'collation' => { |
864
|
|
|
|
|
|
|
'ducet' => q{Deslapky Ãunikod tertip rejesi}, |
865
|
|
|
|
|
|
|
'search' => q{Umumy maksatly gözleg}, |
866
|
|
|
|
|
|
|
'standard' => q{Standart tertip rejesi}, |
867
|
|
|
|
|
|
|
}, |
868
|
|
|
|
|
|
|
'hc' => { |
869
|
|
|
|
|
|
|
'h11' => q{12 sagat ulgamy (0â11)}, |
870
|
|
|
|
|
|
|
'h12' => q{12 sagat ulgamy (1â12)}, |
871
|
|
|
|
|
|
|
'h23' => q{24 sagat ulgamy (0â23)}, |
872
|
|
|
|
|
|
|
'h24' => q{24 sagat ulgamy (1â24)}, |
873
|
|
|
|
|
|
|
}, |
874
|
|
|
|
|
|
|
'lb' => { |
875
|
|
|
|
|
|
|
'loose' => q{Setirden setire geçiÅiÅ gowÅak stili}, |
876
|
|
|
|
|
|
|
'normal' => q{Setirden setire geçiÅiÅ adaty stili}, |
877
|
|
|
|
|
|
|
'strict' => q{Setirden setire geçiÅiÅ berk stili}, |
878
|
|
|
|
|
|
|
}, |
879
|
|
|
|
|
|
|
'ms' => { |
880
|
|
|
|
|
|
|
'metric' => q{Metrik ulgam}, |
881
|
|
|
|
|
|
|
'uksystem' => q{Imperial ölçeg ulgamy}, |
882
|
|
|
|
|
|
|
'ussystem' => q{ABŠölçeg ulgamy}, |
883
|
|
|
|
|
|
|
}, |
884
|
|
|
|
|
|
|
'numbers' => { |
885
|
|
|
|
|
|
|
'arab' => q{Arap-hindi sanlary}, |
886
|
|
|
|
|
|
|
'arabext' => q{Arap-hindi sanlarynyÅ giÅeldilen görnüÅi}, |
887
|
|
|
|
|
|
|
'armn' => q{Ermeni sanlary}, |
888
|
|
|
|
|
|
|
'armnlow' => q{Ermeni setir sanlary}, |
889
|
|
|
|
|
|
|
'beng' => q{Bengal sanlary}, |
890
|
|
|
|
|
|
|
'deva' => q{Dewanagari sanlary}, |
891
|
|
|
|
|
|
|
'ethi' => q{Efiop sanlary}, |
892
|
|
|
|
|
|
|
'fullwide' => q{Doly giÅlikdäki sanlar}, |
893
|
|
|
|
|
|
|
'geor' => q{Gruzin sanlary}, |
894
|
|
|
|
|
|
|
'grek' => q{Grek sanlary}, |
895
|
|
|
|
|
|
|
'greklow' => q{Grek setir sanlary}, |
896
|
|
|
|
|
|
|
'gujr' => q{Gujarati sanlary}, |
897
|
|
|
|
|
|
|
'guru' => q{Gurmuhi sanlary}, |
898
|
|
|
|
|
|
|
'hanidec' => q{Hytaý onluk sanlary}, |
899
|
|
|
|
|
|
|
'hans' => q{ÃönekeýleÅdirilen hytaý sanlary}, |
900
|
|
|
|
|
|
|
'hansfin' => q{ÃönekeýleÅdirilen hytaý maliýe sanlary}, |
901
|
|
|
|
|
|
|
'hant' => q{Adaty hytaý sanlary}, |
902
|
|
|
|
|
|
|
'hantfin' => q{Adaty hytaý maliýe sanlary}, |
903
|
|
|
|
|
|
|
'hebr' => q{Ãewreý sanlary}, |
904
|
|
|
|
|
|
|
'jpan' => q{Ãapon sanlary}, |
905
|
|
|
|
|
|
|
'jpanfin' => q{Ãapon maliýe sanlary}, |
906
|
|
|
|
|
|
|
'khmr' => q{Khmer sanlary}, |
907
|
|
|
|
|
|
|
'knda' => q{Kannada sanlary}, |
908
|
|
|
|
|
|
|
'laoo' => q{Laos sanlary}, |
909
|
|
|
|
|
|
|
'latn' => q{Latyn sanlary}, |
910
|
|
|
|
|
|
|
'mlym' => q{Malaýalam sanlary}, |
911
|
|
|
|
|
|
|
'mymr' => q{Mýanma sanlary}, |
912
|
|
|
|
|
|
|
'orya' => q{Oriýa sanlary}, |
913
|
|
|
|
|
|
|
'roman' => q{Rim sanlary}, |
914
|
|
|
|
|
|
|
'romanlow' => q{Rim setir sanlary}, |
915
|
|
|
|
|
|
|
'taml' => q{Adaty tamil sanlary}, |
916
|
|
|
|
|
|
|
'tamldec' => q{Tamil sanlary}, |
917
|
|
|
|
|
|
|
'telu' => q{Telugu sanlary}, |
918
|
|
|
|
|
|
|
'thai' => q{Taý sanlary}, |
919
|
|
|
|
|
|
|
'tibt' => q{Tibet sanlary}, |
920
|
|
|
|
|
|
|
}, |
921
|
|
|
|
|
|
|
|
922
|
|
|
|
|
|
|
} |
923
|
|
|
|
|
|
|
}, |
924
|
|
|
|
|
|
|
); |
925
|
|
|
|
|
|
|
|
926
|
|
|
|
|
|
|
has 'display_name_measurement_system' => ( |
927
|
|
|
|
|
|
|
is => 'ro', |
928
|
|
|
|
|
|
|
isa => HashRef[Str], |
929
|
|
|
|
|
|
|
init_arg => undef, |
930
|
|
|
|
|
|
|
default => sub { |
931
|
|
|
|
|
|
|
{ |
932
|
|
|
|
|
|
|
'metric' => q{Metrik}, |
933
|
|
|
|
|
|
|
'UK' => q{BirleÅen PatyÅalyk}, |
934
|
|
|
|
|
|
|
'US' => q{ABÅ}, |
935
|
|
|
|
|
|
|
|
936
|
|
|
|
|
|
|
} |
937
|
|
|
|
|
|
|
}, |
938
|
|
|
|
|
|
|
); |
939
|
|
|
|
|
|
|
|
940
|
|
|
|
|
|
|
has 'display_name_code_patterns' => ( |
941
|
|
|
|
|
|
|
is => 'ro', |
942
|
|
|
|
|
|
|
isa => HashRef[Str], |
943
|
|
|
|
|
|
|
init_arg => undef, |
944
|
|
|
|
|
|
|
default => sub { |
945
|
|
|
|
|
|
|
{ |
946
|
|
|
|
|
|
|
'language' => 'Dil: {0}', |
947
|
|
|
|
|
|
|
'script' => 'Elipbiý: {0}', |
948
|
|
|
|
|
|
|
'region' => 'Sebit: {0}', |
949
|
|
|
|
|
|
|
|
950
|
|
|
|
|
|
|
} |
951
|
|
|
|
|
|
|
}, |
952
|
|
|
|
|
|
|
); |
953
|
|
|
|
|
|
|
|
954
|
|
|
|
|
|
|
has 'characters' => ( |
955
|
|
|
|
|
|
|
is => 'ro', |
956
|
|
|
|
|
|
|
isa => HashRef, |
957
|
|
|
|
|
|
|
init_arg => undef, |
958
|
|
|
|
|
|
|
default => $^V ge v5.18.0 |
959
|
|
|
|
|
|
|
? eval <<'EOT' |
960
|
|
|
|
|
|
|
sub { |
961
|
|
|
|
|
|
|
no warnings 'experimental::regex_sets'; |
962
|
|
|
|
|
|
|
return { |
963
|
|
|
|
|
|
|
auxiliary => qr{[c q v x]}, |
964
|
|
|
|
|
|
|
index => ['A', 'B', 'Ã', 'D', 'E', 'Ã', 'F', 'G', 'H', 'I', 'J', 'Ž', 'K', 'L', 'M', 'N', 'Å', 'O', 'Ã', 'P', 'R', 'S', 'Å', 'T', 'U', 'Ã', 'W', 'Y', 'Ã', 'Z'], |
965
|
|
|
|
|
|
|
main => qr{[a b ç d e ä f g h i j ž k l m n Šo ö p r s Št u ü w y ý z]}, |
966
|
|
|
|
|
|
|
numbers => qr{[Â \- , % â° + 0 1 2 3 4 5 6 7 8 9]}, |
967
|
|
|
|
|
|
|
punctuation => qr{[\- â â , ; \: ! ? . ⦠" â â ( ) \[ \] \{ \} § @ * #]}, |
968
|
|
|
|
|
|
|
}; |
969
|
|
|
|
|
|
|
}, |
970
|
|
|
|
|
|
|
EOT |
971
|
|
|
|
|
|
|
: sub { |
972
|
|
|
|
|
|
|
return { index => ['A', 'B', 'Ã', 'D', 'E', 'Ã', 'F', 'G', 'H', 'I', 'J', 'Ž', 'K', 'L', 'M', 'N', 'Å', 'O', 'Ã', 'P', 'R', 'S', 'Å', 'T', 'U', 'Ã', 'W', 'Y', 'Ã', 'Z'], }; |
973
|
|
|
|
|
|
|
}, |
974
|
1
|
|
|
1
|
|
135
|
); |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
176
|
|
975
|
|
|
|
|
|
|
|
976
|
|
|
|
|
|
|
|
977
|
|
|
|
|
|
|
has 'ellipsis' => ( |
978
|
|
|
|
|
|
|
is => 'ro', |
979
|
|
|
|
|
|
|
isa => HashRef, |
980
|
|
|
|
|
|
|
init_arg => undef, |
981
|
|
|
|
|
|
|
default => sub { |
982
|
|
|
|
|
|
|
return { |
983
|
|
|
|
|
|
|
'final' => '{0}â¦', |
984
|
|
|
|
|
|
|
'initial' => 'â¦{0}', |
985
|
|
|
|
|
|
|
'medial' => '{0}â¦{1}', |
986
|
|
|
|
|
|
|
'word-final' => '{0} â¦', |
987
|
|
|
|
|
|
|
'word-initial' => '⦠{0}', |
988
|
|
|
|
|
|
|
'word-medial' => '{0} ⦠{1}', |
989
|
|
|
|
|
|
|
}; |
990
|
|
|
|
|
|
|
}, |
991
|
|
|
|
|
|
|
); |
992
|
|
|
|
|
|
|
|
993
|
|
|
|
|
|
|
has 'more_information' => ( |
994
|
|
|
|
|
|
|
is => 'ro', |
995
|
|
|
|
|
|
|
isa => Str, |
996
|
|
|
|
|
|
|
init_arg => undef, |
997
|
|
|
|
|
|
|
default => qq{?}, |
998
|
|
|
|
|
|
|
); |
999
|
|
|
|
|
|
|
|
1000
|
|
|
|
|
|
|
has 'quote_start' => ( |
1001
|
|
|
|
|
|
|
is => 'ro', |
1002
|
|
|
|
|
|
|
isa => Str, |
1003
|
|
|
|
|
|
|
init_arg => undef, |
1004
|
|
|
|
|
|
|
default => qq{â}, |
1005
|
|
|
|
|
|
|
); |
1006
|
|
|
|
|
|
|
|
1007
|
|
|
|
|
|
|
has 'quote_end' => ( |
1008
|
|
|
|
|
|
|
is => 'ro', |
1009
|
|
|
|
|
|
|
isa => Str, |
1010
|
|
|
|
|
|
|
init_arg => undef, |
1011
|
|
|
|
|
|
|
default => qq{â}, |
1012
|
|
|
|
|
|
|
); |
1013
|
|
|
|
|
|
|
|
1014
|
|
|
|
|
|
|
has 'alternate_quote_start' => ( |
1015
|
|
|
|
|
|
|
is => 'ro', |
1016
|
|
|
|
|
|
|
isa => Str, |
1017
|
|
|
|
|
|
|
init_arg => undef, |
1018
|
|
|
|
|
|
|
default => qq{â}, |
1019
|
|
|
|
|
|
|
); |
1020
|
|
|
|
|
|
|
|
1021
|
|
|
|
|
|
|
has 'alternate_quote_end' => ( |
1022
|
|
|
|
|
|
|
is => 'ro', |
1023
|
|
|
|
|
|
|
isa => Str, |
1024
|
|
|
|
|
|
|
init_arg => undef, |
1025
|
|
|
|
|
|
|
default => qq{â}, |
1026
|
|
|
|
|
|
|
); |
1027
|
|
|
|
|
|
|
|
1028
|
|
|
|
|
|
|
has 'duration_units' => ( |
1029
|
|
|
|
|
|
|
is => 'ro', |
1030
|
|
|
|
|
|
|
isa => HashRef[Str], |
1031
|
|
|
|
|
|
|
init_arg => undef, |
1032
|
|
|
|
|
|
|
default => sub { { |
1033
|
|
|
|
|
|
|
hm => 'h:mm', |
1034
|
|
|
|
|
|
|
hms => 'hh:mm:ss', |
1035
|
|
|
|
|
|
|
ms => 'm:ss', |
1036
|
|
|
|
|
|
|
} } |
1037
|
|
|
|
|
|
|
); |
1038
|
|
|
|
|
|
|
|
1039
|
|
|
|
|
|
|
has 'units' => ( |
1040
|
|
|
|
|
|
|
is => 'ro', |
1041
|
|
|
|
|
|
|
isa => HashRef[HashRef[HashRef[Str]]], |
1042
|
|
|
|
|
|
|
init_arg => undef, |
1043
|
|
|
|
|
|
|
default => sub { { |
1044
|
|
|
|
|
|
|
'long' => { |
1045
|
|
|
|
|
|
|
'' => { |
1046
|
|
|
|
|
|
|
'name' => q(esasy ugur), |
1047
|
|
|
|
|
|
|
}, |
1048
|
|
|
|
|
|
|
'acre' => { |
1049
|
|
|
|
|
|
|
'name' => q(akr), |
1050
|
|
|
|
|
|
|
'one' => q({0} akr), |
1051
|
|
|
|
|
|
|
'other' => q({0} akr), |
1052
|
|
|
|
|
|
|
}, |
1053
|
|
|
|
|
|
|
'acre-foot' => { |
1054
|
|
|
|
|
|
|
'name' => q(akr-fut), |
1055
|
|
|
|
|
|
|
'one' => q({0} akr-fut), |
1056
|
|
|
|
|
|
|
'other' => q({0} akr-fut), |
1057
|
|
|
|
|
|
|
}, |
1058
|
|
|
|
|
|
|
'ampere' => { |
1059
|
|
|
|
|
|
|
'name' => q(amper), |
1060
|
|
|
|
|
|
|
'one' => q({0} amper), |
1061
|
|
|
|
|
|
|
'other' => q({0} amper), |
1062
|
|
|
|
|
|
|
}, |
1063
|
|
|
|
|
|
|
'arc-minute' => { |
1064
|
|
|
|
|
|
|
'name' => q(burç minudy), |
1065
|
|
|
|
|
|
|
'one' => q({0} burç minudy), |
1066
|
|
|
|
|
|
|
'other' => q({0} burç minudy), |
1067
|
|
|
|
|
|
|
}, |
1068
|
|
|
|
|
|
|
'arc-second' => { |
1069
|
|
|
|
|
|
|
'name' => q(burç sekundy), |
1070
|
|
|
|
|
|
|
'one' => q({0} burç sekundy), |
1071
|
|
|
|
|
|
|
'other' => q({0} burç sekundy), |
1072
|
|
|
|
|
|
|
}, |
1073
|
|
|
|
|
|
|
'astronomical-unit' => { |
1074
|
|
|
|
|
|
|
'name' => q(astronomik birlik), |
1075
|
|
|
|
|
|
|
'one' => q({0} astronomik birlik), |
1076
|
|
|
|
|
|
|
'other' => q({0} astronomik birlik), |
1077
|
|
|
|
|
|
|
}, |
1078
|
|
|
|
|
|
|
'atmosphere' => { |
1079
|
|
|
|
|
|
|
'name' => q(atm), |
1080
|
|
|
|
|
|
|
'one' => q({0} atmosfera), |
1081
|
|
|
|
|
|
|
'other' => q({0} atmosfera), |
1082
|
|
|
|
|
|
|
}, |
1083
|
|
|
|
|
|
|
'bit' => { |
1084
|
|
|
|
|
|
|
'name' => q(bit), |
1085
|
|
|
|
|
|
|
'one' => q({0} bit), |
1086
|
|
|
|
|
|
|
'other' => q({0} bit), |
1087
|
|
|
|
|
|
|
}, |
1088
|
|
|
|
|
|
|
'byte' => { |
1089
|
|
|
|
|
|
|
'name' => q(baýt), |
1090
|
|
|
|
|
|
|
'one' => q({0} baýt), |
1091
|
|
|
|
|
|
|
'other' => q({0} baýt), |
1092
|
|
|
|
|
|
|
}, |
1093
|
|
|
|
|
|
|
'calorie' => { |
1094
|
|
|
|
|
|
|
'name' => q(kaloriýa), |
1095
|
|
|
|
|
|
|
'one' => q({0} kaloriýa), |
1096
|
|
|
|
|
|
|
'other' => q({0} kaloriýa), |
1097
|
|
|
|
|
|
|
}, |
1098
|
|
|
|
|
|
|
'carat' => { |
1099
|
|
|
|
|
|
|
'name' => q(karat), |
1100
|
|
|
|
|
|
|
'one' => q({0} karat), |
1101
|
|
|
|
|
|
|
'other' => q({0} karat), |
1102
|
|
|
|
|
|
|
}, |
1103
|
|
|
|
|
|
|
'celsius' => { |
1104
|
|
|
|
|
|
|
'name' => q(Selsiý gradusy), |
1105
|
|
|
|
|
|
|
'one' => q({0} Selsiý gradusy), |
1106
|
|
|
|
|
|
|
'other' => q({0} Selsiý gradusy), |
1107
|
|
|
|
|
|
|
}, |
1108
|
|
|
|
|
|
|
'centiliter' => { |
1109
|
|
|
|
|
|
|
'name' => q(santilitr), |
1110
|
|
|
|
|
|
|
'one' => q({0} santilitr), |
1111
|
|
|
|
|
|
|
'other' => q({0} santilitr), |
1112
|
|
|
|
|
|
|
}, |
1113
|
|
|
|
|
|
|
'centimeter' => { |
1114
|
|
|
|
|
|
|
'name' => q(santimetr), |
1115
|
|
|
|
|
|
|
'one' => q({0} santimetr), |
1116
|
|
|
|
|
|
|
'other' => q({0} santimetr), |
1117
|
|
|
|
|
|
|
'per' => q({0}/sm), |
1118
|
|
|
|
|
|
|
}, |
1119
|
|
|
|
|
|
|
'century' => { |
1120
|
|
|
|
|
|
|
'name' => q(asyr), |
1121
|
|
|
|
|
|
|
'one' => q({0} asyr), |
1122
|
|
|
|
|
|
|
'other' => q({0} asyr), |
1123
|
|
|
|
|
|
|
}, |
1124
|
|
|
|
|
|
|
'coordinate' => { |
1125
|
|
|
|
|
|
|
'east' => q({0} gündogar), |
1126
|
|
|
|
|
|
|
'north' => q({0} demirgazyk), |
1127
|
|
|
|
|
|
|
'south' => q({0} günorta), |
1128
|
|
|
|
|
|
|
'west' => q({0} günbatar), |
1129
|
|
|
|
|
|
|
}, |
1130
|
|
|
|
|
|
|
'cubic-centimeter' => { |
1131
|
|
|
|
|
|
|
'name' => q(kub santimetr), |
1132
|
|
|
|
|
|
|
'one' => q({0} kub santimetr), |
1133
|
|
|
|
|
|
|
'other' => q({0} kub santimetr), |
1134
|
|
|
|
|
|
|
'per' => q({0}/kub santimetr), |
1135
|
|
|
|
|
|
|
}, |
1136
|
|
|
|
|
|
|
'cubic-foot' => { |
1137
|
|
|
|
|
|
|
'name' => q(kub fut), |
1138
|
|
|
|
|
|
|
'one' => q({0} kub fut), |
1139
|
|
|
|
|
|
|
'other' => q({0} kub fut), |
1140
|
|
|
|
|
|
|
}, |
1141
|
|
|
|
|
|
|
'cubic-inch' => { |
1142
|
|
|
|
|
|
|
'name' => q(kub dýuým), |
1143
|
|
|
|
|
|
|
'one' => q({0} kub dýuým), |
1144
|
|
|
|
|
|
|
'other' => q({0} kub dýuým), |
1145
|
|
|
|
|
|
|
}, |
1146
|
|
|
|
|
|
|
'cubic-kilometer' => { |
1147
|
|
|
|
|
|
|
'name' => q(kub kilometr), |
1148
|
|
|
|
|
|
|
'one' => q({0} kub kilometr), |
1149
|
|
|
|
|
|
|
'other' => q({0} kub kilometr), |
1150
|
|
|
|
|
|
|
}, |
1151
|
|
|
|
|
|
|
'cubic-meter' => { |
1152
|
|
|
|
|
|
|
'name' => q(kub metr), |
1153
|
|
|
|
|
|
|
'one' => q({0} kub metr), |
1154
|
|
|
|
|
|
|
'other' => q({0} kub metr), |
1155
|
|
|
|
|
|
|
'per' => q({0}/kub metr), |
1156
|
|
|
|
|
|
|
}, |
1157
|
|
|
|
|
|
|
'cubic-mile' => { |
1158
|
|
|
|
|
|
|
'name' => q(kub mil), |
1159
|
|
|
|
|
|
|
'one' => q({0} kub mil), |
1160
|
|
|
|
|
|
|
'other' => q({0} kub mil), |
1161
|
|
|
|
|
|
|
}, |
1162
|
|
|
|
|
|
|
'cubic-yard' => { |
1163
|
|
|
|
|
|
|
'name' => q(kub ýard), |
1164
|
|
|
|
|
|
|
'one' => q({0} kub ýard), |
1165
|
|
|
|
|
|
|
'other' => q({0} kub ýard), |
1166
|
|
|
|
|
|
|
}, |
1167
|
|
|
|
|
|
|
'cup' => { |
1168
|
|
|
|
|
|
|
'name' => q(käse), |
1169
|
|
|
|
|
|
|
'one' => q({0} käse), |
1170
|
|
|
|
|
|
|
'other' => q({0} käse), |
1171
|
|
|
|
|
|
|
}, |
1172
|
|
|
|
|
|
|
'cup-metric' => { |
1173
|
|
|
|
|
|
|
'name' => q(metrik käse), |
1174
|
|
|
|
|
|
|
'one' => q({0} metrik käse), |
1175
|
|
|
|
|
|
|
'other' => q({0} metrik käse), |
1176
|
|
|
|
|
|
|
}, |
1177
|
|
|
|
|
|
|
'day' => { |
1178
|
|
|
|
|
|
|
'name' => q(gün), |
1179
|
|
|
|
|
|
|
'one' => q({0} gün), |
1180
|
|
|
|
|
|
|
'other' => q({0} gün), |
1181
|
|
|
|
|
|
|
'per' => q({0}/gün), |
1182
|
|
|
|
|
|
|
}, |
1183
|
|
|
|
|
|
|
'deciliter' => { |
1184
|
|
|
|
|
|
|
'name' => q(desilitr), |
1185
|
|
|
|
|
|
|
'one' => q({0} desilitr), |
1186
|
|
|
|
|
|
|
'other' => q({0} desilitr), |
1187
|
|
|
|
|
|
|
}, |
1188
|
|
|
|
|
|
|
'decimeter' => { |
1189
|
|
|
|
|
|
|
'name' => q(desimetr), |
1190
|
|
|
|
|
|
|
'one' => q({0} desimetr), |
1191
|
|
|
|
|
|
|
'other' => q({0} desimetr), |
1192
|
|
|
|
|
|
|
}, |
1193
|
|
|
|
|
|
|
'degree' => { |
1194
|
|
|
|
|
|
|
'name' => q(dereje), |
1195
|
|
|
|
|
|
|
'one' => q({0} dereje), |
1196
|
|
|
|
|
|
|
'other' => q({0} dereje), |
1197
|
|
|
|
|
|
|
}, |
1198
|
|
|
|
|
|
|
'fahrenheit' => { |
1199
|
|
|
|
|
|
|
'name' => q(Farengeýt gradusy), |
1200
|
|
|
|
|
|
|
'one' => q({0} Farengeýt gradusy), |
1201
|
|
|
|
|
|
|
'other' => q({0} Farengeýt gradusy), |
1202
|
|
|
|
|
|
|
}, |
1203
|
|
|
|
|
|
|
'fluid-ounce' => { |
1204
|
|
|
|
|
|
|
'name' => q(suwuklyk unsiýasy), |
1205
|
|
|
|
|
|
|
'one' => q({0} suwuklyk unsiýasy), |
1206
|
|
|
|
|
|
|
'other' => q({0} suwuklyk unsiýasy), |
1207
|
|
|
|
|
|
|
}, |
1208
|
|
|
|
|
|
|
'foodcalorie' => { |
1209
|
|
|
|
|
|
|
'name' => q(Kaloriýa), |
1210
|
|
|
|
|
|
|
'one' => q({0} kaloriýa), |
1211
|
|
|
|
|
|
|
'other' => q({0} kaloriýa), |
1212
|
|
|
|
|
|
|
}, |
1213
|
|
|
|
|
|
|
'foot' => { |
1214
|
|
|
|
|
|
|
'name' => q(fut), |
1215
|
|
|
|
|
|
|
'one' => q({0} fut), |
1216
|
|
|
|
|
|
|
'other' => q({0} fut), |
1217
|
|
|
|
|
|
|
'per' => q({0}/fut), |
1218
|
|
|
|
|
|
|
}, |
1219
|
|
|
|
|
|
|
'g-force' => { |
1220
|
|
|
|
|
|
|
'name' => q(erkin düÅüŠtizlenmesi), |
1221
|
|
|
|
|
|
|
'one' => q({0} G), |
1222
|
|
|
|
|
|
|
'other' => q({0} G), |
1223
|
|
|
|
|
|
|
}, |
1224
|
|
|
|
|
|
|
'gallon' => { |
1225
|
|
|
|
|
|
|
'name' => q(gallon), |
1226
|
|
|
|
|
|
|
'one' => q({0} gallon), |
1227
|
|
|
|
|
|
|
'other' => q({0} gallon), |
1228
|
|
|
|
|
|
|
'per' => q({0}/gallon), |
1229
|
|
|
|
|
|
|
}, |
1230
|
|
|
|
|
|
|
'gallon-imperial' => { |
1231
|
|
|
|
|
|
|
'name' => q(Imp. gallon), |
1232
|
|
|
|
|
|
|
'one' => q({0} imp. gallon), |
1233
|
|
|
|
|
|
|
'other' => q({0} imp. gallon), |
1234
|
|
|
|
|
|
|
'per' => q({0} /imp. gallon), |
1235
|
|
|
|
|
|
|
}, |
1236
|
|
|
|
|
|
|
'generic' => { |
1237
|
|
|
|
|
|
|
'name' => q(°), |
1238
|
|
|
|
|
|
|
'one' => q({0}°), |
1239
|
|
|
|
|
|
|
'other' => q({0}°), |
1240
|
|
|
|
|
|
|
}, |
1241
|
|
|
|
|
|
|
'gigabit' => { |
1242
|
|
|
|
|
|
|
'name' => q(gigabit), |
1243
|
|
|
|
|
|
|
'one' => q({0} gigabit), |
1244
|
|
|
|
|
|
|
'other' => q({0} gigabit), |
1245
|
|
|
|
|
|
|
}, |
1246
|
|
|
|
|
|
|
'gigabyte' => { |
1247
|
|
|
|
|
|
|
'name' => q(gigabaýt), |
1248
|
|
|
|
|
|
|
'one' => q({0} gigabaýt), |
1249
|
|
|
|
|
|
|
'other' => q({0} gigabaýt), |
1250
|
|
|
|
|
|
|
}, |
1251
|
|
|
|
|
|
|
'gigahertz' => { |
1252
|
|
|
|
|
|
|
'name' => q(gigagers), |
1253
|
|
|
|
|
|
|
'one' => q({0} gigagers), |
1254
|
|
|
|
|
|
|
'other' => q({0} gigagers), |
1255
|
|
|
|
|
|
|
}, |
1256
|
|
|
|
|
|
|
'gigawatt' => { |
1257
|
|
|
|
|
|
|
'name' => q(gigawat), |
1258
|
|
|
|
|
|
|
'one' => q({0} gigawat), |
1259
|
|
|
|
|
|
|
'other' => q({0} gigawat), |
1260
|
|
|
|
|
|
|
}, |
1261
|
|
|
|
|
|
|
'gram' => { |
1262
|
|
|
|
|
|
|
'name' => q(gram), |
1263
|
|
|
|
|
|
|
'one' => q({0} gram), |
1264
|
|
|
|
|
|
|
'other' => q({0} gram), |
1265
|
|
|
|
|
|
|
'per' => q({0}/gram), |
1266
|
|
|
|
|
|
|
}, |
1267
|
|
|
|
|
|
|
'hectare' => { |
1268
|
|
|
|
|
|
|
'name' => q(gektar), |
1269
|
|
|
|
|
|
|
'one' => q({0} gektar), |
1270
|
|
|
|
|
|
|
'other' => q({0} gektar), |
1271
|
|
|
|
|
|
|
}, |
1272
|
|
|
|
|
|
|
'hectoliter' => { |
1273
|
|
|
|
|
|
|
'name' => q(gektolitr), |
1274
|
|
|
|
|
|
|
'one' => q({0} gektolitr), |
1275
|
|
|
|
|
|
|
'other' => q({0} gektolitr), |
1276
|
|
|
|
|
|
|
}, |
1277
|
|
|
|
|
|
|
'hectopascal' => { |
1278
|
|
|
|
|
|
|
'name' => q(gektopaskal), |
1279
|
|
|
|
|
|
|
'one' => q({0} gektopaskal), |
1280
|
|
|
|
|
|
|
'other' => q({0} gektopaskal), |
1281
|
|
|
|
|
|
|
}, |
1282
|
|
|
|
|
|
|
'hertz' => { |
1283
|
|
|
|
|
|
|
'name' => q(gers), |
1284
|
|
|
|
|
|
|
'one' => q({0} gers), |
1285
|
|
|
|
|
|
|
'other' => q({0} gers), |
1286
|
|
|
|
|
|
|
}, |
1287
|
|
|
|
|
|
|
'horsepower' => { |
1288
|
|
|
|
|
|
|
'name' => q(at güýji), |
1289
|
|
|
|
|
|
|
'one' => q({0} at güýji), |
1290
|
|
|
|
|
|
|
'other' => q({0} at güýji), |
1291
|
|
|
|
|
|
|
}, |
1292
|
|
|
|
|
|
|
'hour' => { |
1293
|
|
|
|
|
|
|
'name' => q(sagat), |
1294
|
|
|
|
|
|
|
'one' => q({0} sagat), |
1295
|
|
|
|
|
|
|
'other' => q({0} sagat), |
1296
|
|
|
|
|
|
|
'per' => q({0}/sagat), |
1297
|
|
|
|
|
|
|
}, |
1298
|
|
|
|
|
|
|
'inch' => { |
1299
|
|
|
|
|
|
|
'name' => q(dýuým), |
1300
|
|
|
|
|
|
|
'one' => q({0} dýuým), |
1301
|
|
|
|
|
|
|
'other' => q({0} dýuým), |
1302
|
|
|
|
|
|
|
'per' => q({0}/dýuým), |
1303
|
|
|
|
|
|
|
}, |
1304
|
|
|
|
|
|
|
'inch-hg' => { |
1305
|
|
|
|
|
|
|
'name' => q(dýuým simap sütüni), |
1306
|
|
|
|
|
|
|
'one' => q({0} dýuým simap sütüni), |
1307
|
|
|
|
|
|
|
'other' => q({0} dýuým simap sütüni), |
1308
|
|
|
|
|
|
|
}, |
1309
|
|
|
|
|
|
|
'joule' => { |
1310
|
|
|
|
|
|
|
'name' => q(joul), |
1311
|
|
|
|
|
|
|
'one' => q({0} joul), |
1312
|
|
|
|
|
|
|
'other' => q({0} joul), |
1313
|
|
|
|
|
|
|
}, |
1314
|
|
|
|
|
|
|
'karat' => { |
1315
|
|
|
|
|
|
|
'name' => q(karat), |
1316
|
|
|
|
|
|
|
'one' => q({0} karat), |
1317
|
|
|
|
|
|
|
'other' => q({0} karat), |
1318
|
|
|
|
|
|
|
}, |
1319
|
|
|
|
|
|
|
'kelvin' => { |
1320
|
|
|
|
|
|
|
'name' => q(Kelwin gradusy), |
1321
|
|
|
|
|
|
|
'one' => q({0} Kelwin gradusy), |
1322
|
|
|
|
|
|
|
'other' => q({0} Kelwin gradusy), |
1323
|
|
|
|
|
|
|
}, |
1324
|
|
|
|
|
|
|
'kilobit' => { |
1325
|
|
|
|
|
|
|
'name' => q(kilobit), |
1326
|
|
|
|
|
|
|
'one' => q({0} kilobit), |
1327
|
|
|
|
|
|
|
'other' => q({0} kilobit), |
1328
|
|
|
|
|
|
|
}, |
1329
|
|
|
|
|
|
|
'kilobyte' => { |
1330
|
|
|
|
|
|
|
'name' => q(kilobaýt), |
1331
|
|
|
|
|
|
|
'one' => q({0} kilobaýt), |
1332
|
|
|
|
|
|
|
'other' => q({0} kilobaýt), |
1333
|
|
|
|
|
|
|
}, |
1334
|
|
|
|
|
|
|
'kilocalorie' => { |
1335
|
|
|
|
|
|
|
'name' => q(kilokaloriýa), |
1336
|
|
|
|
|
|
|
'one' => q({0} kilokaloriýa), |
1337
|
|
|
|
|
|
|
'other' => q({0} kilokaloriýa), |
1338
|
|
|
|
|
|
|
}, |
1339
|
|
|
|
|
|
|
'kilogram' => { |
1340
|
|
|
|
|
|
|
'name' => q(kilogram), |
1341
|
|
|
|
|
|
|
'one' => q({0} kilogram), |
1342
|
|
|
|
|
|
|
'other' => q({0} kilogram), |
1343
|
|
|
|
|
|
|
'per' => q({0}/kilogram), |
1344
|
|
|
|
|
|
|
}, |
1345
|
|
|
|
|
|
|
'kilohertz' => { |
1346
|
|
|
|
|
|
|
'name' => q(kilogers), |
1347
|
|
|
|
|
|
|
'one' => q({0} kilogers), |
1348
|
|
|
|
|
|
|
'other' => q({0} kilogers), |
1349
|
|
|
|
|
|
|
}, |
1350
|
|
|
|
|
|
|
'kilojoule' => { |
1351
|
|
|
|
|
|
|
'name' => q(kilojoul), |
1352
|
|
|
|
|
|
|
'one' => q({0} kilojoul), |
1353
|
|
|
|
|
|
|
'other' => q({0} kilojoul), |
1354
|
|
|
|
|
|
|
}, |
1355
|
|
|
|
|
|
|
'kilometer' => { |
1356
|
|
|
|
|
|
|
'name' => q(kilometr), |
1357
|
|
|
|
|
|
|
'one' => q({0} kilometr), |
1358
|
|
|
|
|
|
|
'other' => q({0} kilometr), |
1359
|
|
|
|
|
|
|
'per' => q({0}/kilometr), |
1360
|
|
|
|
|
|
|
}, |
1361
|
|
|
|
|
|
|
'kilometer-per-hour' => { |
1362
|
|
|
|
|
|
|
'name' => q(sagatda kilometr), |
1363
|
|
|
|
|
|
|
'one' => q({0} kilometr/sagat), |
1364
|
|
|
|
|
|
|
'other' => q({0} kilometr/sagat), |
1365
|
|
|
|
|
|
|
}, |
1366
|
|
|
|
|
|
|
'kilowatt' => { |
1367
|
|
|
|
|
|
|
'name' => q(kilowat), |
1368
|
|
|
|
|
|
|
'one' => q({0} kilowat), |
1369
|
|
|
|
|
|
|
'other' => q({0} kilowat), |
1370
|
|
|
|
|
|
|
}, |
1371
|
|
|
|
|
|
|
'kilowatt-hour' => { |
1372
|
|
|
|
|
|
|
'name' => q(kilowat-sagat), |
1373
|
|
|
|
|
|
|
'one' => q({0} kilowat-sagat), |
1374
|
|
|
|
|
|
|
'other' => q({0} kilowat-sagat), |
1375
|
|
|
|
|
|
|
}, |
1376
|
|
|
|
|
|
|
'knot' => { |
1377
|
|
|
|
|
|
|
'name' => q(düwün), |
1378
|
|
|
|
|
|
|
'one' => q({0} düwün), |
1379
|
|
|
|
|
|
|
'other' => q({0} düwün), |
1380
|
|
|
|
|
|
|
}, |
1381
|
|
|
|
|
|
|
'light-year' => { |
1382
|
|
|
|
|
|
|
'name' => q(ýagtylyk ýyly), |
1383
|
|
|
|
|
|
|
'one' => q({0} ýagtylyk ýyly), |
1384
|
|
|
|
|
|
|
'other' => q({0} ýagtylyk ýyly), |
1385
|
|
|
|
|
|
|
}, |
1386
|
|
|
|
|
|
|
'liter' => { |
1387
|
|
|
|
|
|
|
'name' => q(litr), |
1388
|
|
|
|
|
|
|
'one' => q({0} litr), |
1389
|
|
|
|
|
|
|
'other' => q({0} litr), |
1390
|
|
|
|
|
|
|
'per' => q({0} /litr), |
1391
|
|
|
|
|
|
|
}, |
1392
|
|
|
|
|
|
|
'liter-per-100kilometers' => { |
1393
|
|
|
|
|
|
|
'name' => q(litr/100 kilometr), |
1394
|
|
|
|
|
|
|
'one' => q({0} litr/100 kilometr), |
1395
|
|
|
|
|
|
|
'other' => q({0} litr/100 kilometr), |
1396
|
|
|
|
|
|
|
}, |
1397
|
|
|
|
|
|
|
'liter-per-kilometer' => { |
1398
|
|
|
|
|
|
|
'name' => q(litr/kilometr), |
1399
|
|
|
|
|
|
|
'one' => q({0} litr/kilometr), |
1400
|
|
|
|
|
|
|
'other' => q({0} litr/kilometr), |
1401
|
|
|
|
|
|
|
}, |
1402
|
|
|
|
|
|
|
'lux' => { |
1403
|
|
|
|
|
|
|
'name' => q(lýuks), |
1404
|
|
|
|
|
|
|
'one' => q({0} lýuks), |
1405
|
|
|
|
|
|
|
'other' => q({0} lýuks), |
1406
|
|
|
|
|
|
|
}, |
1407
|
|
|
|
|
|
|
'megabit' => { |
1408
|
|
|
|
|
|
|
'name' => q(megabit), |
1409
|
|
|
|
|
|
|
'one' => q({0} megabit), |
1410
|
|
|
|
|
|
|
'other' => q({0} megabit), |
1411
|
|
|
|
|
|
|
}, |
1412
|
|
|
|
|
|
|
'megabyte' => { |
1413
|
|
|
|
|
|
|
'name' => q(megabaýt), |
1414
|
|
|
|
|
|
|
'one' => q({0} megabaýt), |
1415
|
|
|
|
|
|
|
'other' => q({0} megabaýt), |
1416
|
|
|
|
|
|
|
}, |
1417
|
|
|
|
|
|
|
'megahertz' => { |
1418
|
|
|
|
|
|
|
'name' => q(megagers), |
1419
|
|
|
|
|
|
|
'one' => q({0} megagers), |
1420
|
|
|
|
|
|
|
'other' => q({0} megagers), |
1421
|
|
|
|
|
|
|
}, |
1422
|
|
|
|
|
|
|
'megaliter' => { |
1423
|
|
|
|
|
|
|
'name' => q(megalitr), |
1424
|
|
|
|
|
|
|
'one' => q({0} megalitr), |
1425
|
|
|
|
|
|
|
'other' => q({0} megalitr), |
1426
|
|
|
|
|
|
|
}, |
1427
|
|
|
|
|
|
|
'megawatt' => { |
1428
|
|
|
|
|
|
|
'name' => q(megawat), |
1429
|
|
|
|
|
|
|
'one' => q({0} megawat), |
1430
|
|
|
|
|
|
|
'other' => q({0} megawat), |
1431
|
|
|
|
|
|
|
}, |
1432
|
|
|
|
|
|
|
'meter' => { |
1433
|
|
|
|
|
|
|
'name' => q(metr), |
1434
|
|
|
|
|
|
|
'one' => q({0} metr), |
1435
|
|
|
|
|
|
|
'other' => q({0} metr), |
1436
|
|
|
|
|
|
|
'per' => q({0}/m), |
1437
|
|
|
|
|
|
|
}, |
1438
|
|
|
|
|
|
|
'meter-per-second' => { |
1439
|
|
|
|
|
|
|
'name' => q(sekuntda metr), |
1440
|
|
|
|
|
|
|
'one' => q({0} metr/sekunt), |
1441
|
|
|
|
|
|
|
'other' => q({0} metr/sekunt), |
1442
|
|
|
|
|
|
|
}, |
1443
|
|
|
|
|
|
|
'meter-per-second-squared' => { |
1444
|
|
|
|
|
|
|
'name' => q(inedördül sekuntda metr), |
1445
|
|
|
|
|
|
|
'one' => q({0} metr/inedördül sekunt), |
1446
|
|
|
|
|
|
|
'other' => q({0} metr/inedördül sekunt), |
1447
|
|
|
|
|
|
|
}, |
1448
|
|
|
|
|
|
|
'metric-ton' => { |
1449
|
|
|
|
|
|
|
'name' => q(metrik tonna), |
1450
|
|
|
|
|
|
|
'one' => q({0} metrik tonna), |
1451
|
|
|
|
|
|
|
'other' => q({0} metrik tonna), |
1452
|
|
|
|
|
|
|
}, |
1453
|
|
|
|
|
|
|
'microgram' => { |
1454
|
|
|
|
|
|
|
'name' => q(mikrogram), |
1455
|
|
|
|
|
|
|
'one' => q({0} mikrogram), |
1456
|
|
|
|
|
|
|
'other' => q({0} mikrogram), |
1457
|
|
|
|
|
|
|
}, |
1458
|
|
|
|
|
|
|
'micrometer' => { |
1459
|
|
|
|
|
|
|
'name' => q(mikrometr), |
1460
|
|
|
|
|
|
|
'one' => q({0} mikrometr), |
1461
|
|
|
|
|
|
|
'other' => q({0} mikrometr), |
1462
|
|
|
|
|
|
|
}, |
1463
|
|
|
|
|
|
|
'microsecond' => { |
1464
|
|
|
|
|
|
|
'name' => q(mikrosekunt), |
1465
|
|
|
|
|
|
|
'one' => q({0} mikrosekunt), |
1466
|
|
|
|
|
|
|
'other' => q({0} mikrosekunt), |
1467
|
|
|
|
|
|
|
}, |
1468
|
|
|
|
|
|
|
'mile' => { |
1469
|
|
|
|
|
|
|
'name' => q(mil), |
1470
|
|
|
|
|
|
|
'one' => q({0} mil), |
1471
|
|
|
|
|
|
|
'other' => q({0} mil), |
1472
|
|
|
|
|
|
|
}, |
1473
|
|
|
|
|
|
|
'mile-per-gallon' => { |
1474
|
|
|
|
|
|
|
'name' => q(mil/gallon), |
1475
|
|
|
|
|
|
|
'one' => q({0} mil/gallon), |
1476
|
|
|
|
|
|
|
'other' => q({0} mil/gallon), |
1477
|
|
|
|
|
|
|
}, |
1478
|
|
|
|
|
|
|
'mile-per-gallon-imperial' => { |
1479
|
|
|
|
|
|
|
'name' => q(mil/imp. gallon), |
1480
|
|
|
|
|
|
|
'one' => q({0} mil/imp. gallon), |
1481
|
|
|
|
|
|
|
'other' => q({0} mil/imp. gallon), |
1482
|
|
|
|
|
|
|
}, |
1483
|
|
|
|
|
|
|
'mile-per-hour' => { |
1484
|
|
|
|
|
|
|
'name' => q(sagatda mil), |
1485
|
|
|
|
|
|
|
'one' => q({0} mil/sagat), |
1486
|
|
|
|
|
|
|
'other' => q({0} mil/sagat), |
1487
|
|
|
|
|
|
|
}, |
1488
|
|
|
|
|
|
|
'mile-scandinavian' => { |
1489
|
|
|
|
|
|
|
'name' => q(skandinaw mili), |
1490
|
|
|
|
|
|
|
'one' => q({0} skandinaw mili), |
1491
|
|
|
|
|
|
|
'other' => q({0} skandinaw mili), |
1492
|
|
|
|
|
|
|
}, |
1493
|
|
|
|
|
|
|
'milliampere' => { |
1494
|
|
|
|
|
|
|
'name' => q(milliamper), |
1495
|
|
|
|
|
|
|
'one' => q({0} milliamper), |
1496
|
|
|
|
|
|
|
'other' => q({0} milliamper), |
1497
|
|
|
|
|
|
|
}, |
1498
|
|
|
|
|
|
|
'millibar' => { |
1499
|
|
|
|
|
|
|
'name' => q(millibar), |
1500
|
|
|
|
|
|
|
'one' => q({0} millibar), |
1501
|
|
|
|
|
|
|
'other' => q({0} millibar), |
1502
|
|
|
|
|
|
|
}, |
1503
|
|
|
|
|
|
|
'milligram' => { |
1504
|
|
|
|
|
|
|
'name' => q(milligram), |
1505
|
|
|
|
|
|
|
'one' => q({0} milligram), |
1506
|
|
|
|
|
|
|
'other' => q({0} milligram), |
1507
|
|
|
|
|
|
|
}, |
1508
|
|
|
|
|
|
|
'milligram-per-deciliter' => { |
1509
|
|
|
|
|
|
|
'name' => q(milligram/desilitr), |
1510
|
|
|
|
|
|
|
'one' => q({0} milligram/desilitr), |
1511
|
|
|
|
|
|
|
'other' => q({0} milligram/desilitr), |
1512
|
|
|
|
|
|
|
}, |
1513
|
|
|
|
|
|
|
'milliliter' => { |
1514
|
|
|
|
|
|
|
'name' => q(millilitr), |
1515
|
|
|
|
|
|
|
'one' => q({0} millilitr), |
1516
|
|
|
|
|
|
|
'other' => q({0} millilitr), |
1517
|
|
|
|
|
|
|
}, |
1518
|
|
|
|
|
|
|
'millimeter' => { |
1519
|
|
|
|
|
|
|
'name' => q(millimetr), |
1520
|
|
|
|
|
|
|
'one' => q({0} millimetr), |
1521
|
|
|
|
|
|
|
'other' => q({0} millimetr), |
1522
|
|
|
|
|
|
|
}, |
1523
|
|
|
|
|
|
|
'millimeter-of-mercury' => { |
1524
|
|
|
|
|
|
|
'name' => q(millimetr simap sütüni), |
1525
|
|
|
|
|
|
|
'one' => q({0} millimetr simap sütüni), |
1526
|
|
|
|
|
|
|
'other' => q({0} millimetr simap sütüni), |
1527
|
|
|
|
|
|
|
}, |
1528
|
|
|
|
|
|
|
'millimole-per-liter' => { |
1529
|
|
|
|
|
|
|
'name' => q(millimol/litr), |
1530
|
|
|
|
|
|
|
'one' => q({0} millimol/litr), |
1531
|
|
|
|
|
|
|
'other' => q({0} millimol/litr), |
1532
|
|
|
|
|
|
|
}, |
1533
|
|
|
|
|
|
|
'millisecond' => { |
1534
|
|
|
|
|
|
|
'name' => q(millisekunt), |
1535
|
|
|
|
|
|
|
'one' => q({0} millisekunt), |
1536
|
|
|
|
|
|
|
'other' => q({0} millisekunt), |
1537
|
|
|
|
|
|
|
}, |
1538
|
|
|
|
|
|
|
'milliwatt' => { |
1539
|
|
|
|
|
|
|
'name' => q(milliwat), |
1540
|
|
|
|
|
|
|
'one' => q({0} milliwat), |
1541
|
|
|
|
|
|
|
'other' => q({0} milliwat), |
1542
|
|
|
|
|
|
|
}, |
1543
|
|
|
|
|
|
|
'minute' => { |
1544
|
|
|
|
|
|
|
'name' => q(minut), |
1545
|
|
|
|
|
|
|
'one' => q({0} minut), |
1546
|
|
|
|
|
|
|
'other' => q({0} minut), |
1547
|
|
|
|
|
|
|
'per' => q({0}/minut), |
1548
|
|
|
|
|
|
|
}, |
1549
|
|
|
|
|
|
|
'month' => { |
1550
|
|
|
|
|
|
|
'name' => q(aý), |
1551
|
|
|
|
|
|
|
'one' => q({0} aý), |
1552
|
|
|
|
|
|
|
'other' => q({0} aý), |
1553
|
|
|
|
|
|
|
'per' => q({0}/aý), |
1554
|
|
|
|
|
|
|
}, |
1555
|
|
|
|
|
|
|
'nanometer' => { |
1556
|
|
|
|
|
|
|
'name' => q(nanometr), |
1557
|
|
|
|
|
|
|
'one' => q({0} nanometr), |
1558
|
|
|
|
|
|
|
'other' => q({0} nanometr), |
1559
|
|
|
|
|
|
|
}, |
1560
|
|
|
|
|
|
|
'nanosecond' => { |
1561
|
|
|
|
|
|
|
'name' => q(nanosekunt), |
1562
|
|
|
|
|
|
|
'one' => q({0} nanosekunt), |
1563
|
|
|
|
|
|
|
'other' => q({0} nanosekunt), |
1564
|
|
|
|
|
|
|
}, |
1565
|
|
|
|
|
|
|
'nautical-mile' => { |
1566
|
|
|
|
|
|
|
'name' => q(deÅiz mili), |
1567
|
|
|
|
|
|
|
'one' => q({0} deÅiz mili), |
1568
|
|
|
|
|
|
|
'other' => q({0} deÅiz mili), |
1569
|
|
|
|
|
|
|
}, |
1570
|
|
|
|
|
|
|
'ohm' => { |
1571
|
|
|
|
|
|
|
'name' => q(om), |
1572
|
|
|
|
|
|
|
'one' => q({0} om), |
1573
|
|
|
|
|
|
|
'other' => q({0} om), |
1574
|
|
|
|
|
|
|
}, |
1575
|
|
|
|
|
|
|
'ounce' => { |
1576
|
|
|
|
|
|
|
'name' => q(unsiýa), |
1577
|
|
|
|
|
|
|
'one' => q({0} unsiýa), |
1578
|
|
|
|
|
|
|
'other' => q({0} unsiýa), |
1579
|
|
|
|
|
|
|
'per' => q({0}/unsiýa), |
1580
|
|
|
|
|
|
|
}, |
1581
|
|
|
|
|
|
|
'ounce-troy' => { |
1582
|
|
|
|
|
|
|
'name' => q(troý unsiýa), |
1583
|
|
|
|
|
|
|
'one' => q({0} troý unsiýa), |
1584
|
|
|
|
|
|
|
'other' => q({0} troý unsiýa), |
1585
|
|
|
|
|
|
|
}, |
1586
|
|
|
|
|
|
|
'parsec' => { |
1587
|
|
|
|
|
|
|
'name' => q(parsek), |
1588
|
|
|
|
|
|
|
'one' => q({0} parsek), |
1589
|
|
|
|
|
|
|
'other' => q({0} parsek), |
1590
|
|
|
|
|
|
|
}, |
1591
|
|
|
|
|
|
|
'part-per-million' => { |
1592
|
|
|
|
|
|
|
'name' => q(bölejik/million), |
1593
|
|
|
|
|
|
|
'one' => q({0} bölejik/million), |
1594
|
|
|
|
|
|
|
'other' => q({0} bölejik/million), |
1595
|
|
|
|
|
|
|
}, |
1596
|
|
|
|
|
|
|
'per' => { |
1597
|
|
|
|
|
|
|
'1' => q({1} baÅyna {0}), |
1598
|
|
|
|
|
|
|
}, |
1599
|
|
|
|
|
|
|
'percent' => { |
1600
|
|
|
|
|
|
|
'name' => q(göterim), |
1601
|
|
|
|
|
|
|
'one' => q({0} göterim), |
1602
|
|
|
|
|
|
|
'other' => q({0} göterim), |
1603
|
|
|
|
|
|
|
}, |
1604
|
|
|
|
|
|
|
'permille' => { |
1605
|
|
|
|
|
|
|
'name' => q(promille), |
1606
|
|
|
|
|
|
|
'one' => q({0} promille), |
1607
|
|
|
|
|
|
|
'other' => q({0} promille), |
1608
|
|
|
|
|
|
|
}, |
1609
|
|
|
|
|
|
|
'petabyte' => { |
1610
|
|
|
|
|
|
|
'name' => q(petabaýt), |
1611
|
|
|
|
|
|
|
'one' => q({0} petabaýt), |
1612
|
|
|
|
|
|
|
'other' => q({0} petabaýt), |
1613
|
|
|
|
|
|
|
}, |
1614
|
|
|
|
|
|
|
'picometer' => { |
1615
|
|
|
|
|
|
|
'name' => q(pikometr), |
1616
|
|
|
|
|
|
|
'one' => q({0} pikometr), |
1617
|
|
|
|
|
|
|
'other' => q({0} pikometr), |
1618
|
|
|
|
|
|
|
}, |
1619
|
|
|
|
|
|
|
'pint' => { |
1620
|
|
|
|
|
|
|
'name' => q(pinta), |
1621
|
|
|
|
|
|
|
'one' => q({0} pinta), |
1622
|
|
|
|
|
|
|
'other' => q({0} pinta), |
1623
|
|
|
|
|
|
|
}, |
1624
|
|
|
|
|
|
|
'pint-metric' => { |
1625
|
|
|
|
|
|
|
'name' => q(metrik pinta), |
1626
|
|
|
|
|
|
|
'one' => q({0} metrik pinta), |
1627
|
|
|
|
|
|
|
'other' => q({0} metrik pinta), |
1628
|
|
|
|
|
|
|
}, |
1629
|
|
|
|
|
|
|
'point' => { |
1630
|
|
|
|
|
|
|
'name' => q(punkt), |
1631
|
|
|
|
|
|
|
'one' => q({0} punkt), |
1632
|
|
|
|
|
|
|
'other' => q({0} punkt), |
1633
|
|
|
|
|
|
|
}, |
1634
|
|
|
|
|
|
|
'pound' => { |
1635
|
|
|
|
|
|
|
'name' => q(funt), |
1636
|
|
|
|
|
|
|
'one' => q({0} funt), |
1637
|
|
|
|
|
|
|
'other' => q({0} funt), |
1638
|
|
|
|
|
|
|
'per' => q({0}/funt), |
1639
|
|
|
|
|
|
|
}, |
1640
|
|
|
|
|
|
|
'pound-per-square-inch' => { |
1641
|
|
|
|
|
|
|
'name' => q(funt/inedördül dýuým), |
1642
|
|
|
|
|
|
|
'one' => q({0} funt/inedördül dýuým), |
1643
|
|
|
|
|
|
|
'other' => q({0} funt/inedördül dýuým), |
1644
|
|
|
|
|
|
|
}, |
1645
|
|
|
|
|
|
|
'quart' => { |
1646
|
|
|
|
|
|
|
'name' => q(kwarta), |
1647
|
|
|
|
|
|
|
'one' => q({0} kwarta), |
1648
|
|
|
|
|
|
|
'other' => q({0} kwarta), |
1649
|
|
|
|
|
|
|
}, |
1650
|
|
|
|
|
|
|
'radian' => { |
1651
|
|
|
|
|
|
|
'name' => q(radian), |
1652
|
|
|
|
|
|
|
'one' => q({0} radian), |
1653
|
|
|
|
|
|
|
'other' => q({0} radian), |
1654
|
|
|
|
|
|
|
}, |
1655
|
|
|
|
|
|
|
'revolution' => { |
1656
|
|
|
|
|
|
|
'name' => q(aýlaw), |
1657
|
|
|
|
|
|
|
'one' => q({0} aýlaw), |
1658
|
|
|
|
|
|
|
'other' => q({0} aýlaw), |
1659
|
|
|
|
|
|
|
}, |
1660
|
|
|
|
|
|
|
'second' => { |
1661
|
|
|
|
|
|
|
'name' => q(sekunt), |
1662
|
|
|
|
|
|
|
'one' => q({0} sekunt), |
1663
|
|
|
|
|
|
|
'other' => q({0} sekunt), |
1664
|
|
|
|
|
|
|
'per' => q({0}/sekunt), |
1665
|
|
|
|
|
|
|
}, |
1666
|
|
|
|
|
|
|
'square-centimeter' => { |
1667
|
|
|
|
|
|
|
'name' => q(inedördül santimetr), |
1668
|
|
|
|
|
|
|
'one' => q({0} inedördül santimetr), |
1669
|
|
|
|
|
|
|
'other' => q({0} inedördül santimetr), |
1670
|
|
|
|
|
|
|
'per' => q({0}/inedördül santimetr), |
1671
|
|
|
|
|
|
|
}, |
1672
|
|
|
|
|
|
|
'square-foot' => { |
1673
|
|
|
|
|
|
|
'name' => q(inedördül fut), |
1674
|
|
|
|
|
|
|
'one' => q({0} inedördül fut), |
1675
|
|
|
|
|
|
|
'other' => q({0} inedördül fut), |
1676
|
|
|
|
|
|
|
}, |
1677
|
|
|
|
|
|
|
'square-inch' => { |
1678
|
|
|
|
|
|
|
'name' => q(inedördül dýuým), |
1679
|
|
|
|
|
|
|
'one' => q({0} inedördül dýuým), |
1680
|
|
|
|
|
|
|
'other' => q({0} inedördül dýuým), |
1681
|
|
|
|
|
|
|
'per' => q({0}/inedördül dýuým), |
1682
|
|
|
|
|
|
|
}, |
1683
|
|
|
|
|
|
|
'square-kilometer' => { |
1684
|
|
|
|
|
|
|
'name' => q(inedördül kilometr), |
1685
|
|
|
|
|
|
|
'one' => q({0} inedördül kilometr), |
1686
|
|
|
|
|
|
|
'other' => q({0} inedördül kilometr), |
1687
|
|
|
|
|
|
|
'per' => q({0} /inedördül kilometr), |
1688
|
|
|
|
|
|
|
}, |
1689
|
|
|
|
|
|
|
'square-meter' => { |
1690
|
|
|
|
|
|
|
'name' => q(inedördül metr), |
1691
|
|
|
|
|
|
|
'one' => q({0} inedördül metr), |
1692
|
|
|
|
|
|
|
'other' => q({0} inedördül metr), |
1693
|
|
|
|
|
|
|
'per' => q({0}/inedördül metr), |
1694
|
|
|
|
|
|
|
}, |
1695
|
|
|
|
|
|
|
'square-mile' => { |
1696
|
|
|
|
|
|
|
'name' => q(inedördül mil), |
1697
|
|
|
|
|
|
|
'one' => q({0} inedördül mil), |
1698
|
|
|
|
|
|
|
'other' => q({0} inedördül mil), |
1699
|
|
|
|
|
|
|
'per' => q({0} /inedördül mil), |
1700
|
|
|
|
|
|
|
}, |
1701
|
|
|
|
|
|
|
'square-yard' => { |
1702
|
|
|
|
|
|
|
'name' => q(inedördül ýard), |
1703
|
|
|
|
|
|
|
'one' => q({0} inedördül ýard), |
1704
|
|
|
|
|
|
|
'other' => q({0} inedördül ýard), |
1705
|
|
|
|
|
|
|
}, |
1706
|
|
|
|
|
|
|
'tablespoon' => { |
1707
|
|
|
|
|
|
|
'name' => q(nahar çemçesi), |
1708
|
|
|
|
|
|
|
'one' => q({0} nahar çemçesi), |
1709
|
|
|
|
|
|
|
'other' => q({0} nahar çemçesi), |
1710
|
|
|
|
|
|
|
}, |
1711
|
|
|
|
|
|
|
'teaspoon' => { |
1712
|
|
|
|
|
|
|
'name' => q(çaý çemçesi), |
1713
|
|
|
|
|
|
|
'one' => q({0} çaý çemçesi), |
1714
|
|
|
|
|
|
|
'other' => q({0} çaý çemçesi), |
1715
|
|
|
|
|
|
|
}, |
1716
|
|
|
|
|
|
|
'terabit' => { |
1717
|
|
|
|
|
|
|
'name' => q(terabit), |
1718
|
|
|
|
|
|
|
'one' => q({0} terabit), |
1719
|
|
|
|
|
|
|
'other' => q({0} terabit), |
1720
|
|
|
|
|
|
|
}, |
1721
|
|
|
|
|
|
|
'terabyte' => { |
1722
|
|
|
|
|
|
|
'name' => q(terabaýt), |
1723
|
|
|
|
|
|
|
'one' => q({0} terabaýt), |
1724
|
|
|
|
|
|
|
'other' => q({0} terabaýt), |
1725
|
|
|
|
|
|
|
}, |
1726
|
|
|
|
|
|
|
'ton' => { |
1727
|
|
|
|
|
|
|
'name' => q(tonna), |
1728
|
|
|
|
|
|
|
'one' => q({0} tonna), |
1729
|
|
|
|
|
|
|
'other' => q({0} tonna), |
1730
|
|
|
|
|
|
|
}, |
1731
|
|
|
|
|
|
|
'volt' => { |
1732
|
|
|
|
|
|
|
'name' => q(wolt), |
1733
|
|
|
|
|
|
|
'one' => q({0} wolt), |
1734
|
|
|
|
|
|
|
'other' => q({0} wolt), |
1735
|
|
|
|
|
|
|
}, |
1736
|
|
|
|
|
|
|
'watt' => { |
1737
|
|
|
|
|
|
|
'name' => q(wat), |
1738
|
|
|
|
|
|
|
'one' => q({0} wat), |
1739
|
|
|
|
|
|
|
'other' => q({0} wat), |
1740
|
|
|
|
|
|
|
}, |
1741
|
|
|
|
|
|
|
'week' => { |
1742
|
|
|
|
|
|
|
'name' => q(hepde), |
1743
|
|
|
|
|
|
|
'one' => q({0} hepde), |
1744
|
|
|
|
|
|
|
'other' => q({0} hepde), |
1745
|
|
|
|
|
|
|
'per' => q({0}/hepde), |
1746
|
|
|
|
|
|
|
}, |
1747
|
|
|
|
|
|
|
'yard' => { |
1748
|
|
|
|
|
|
|
'name' => q(ýard), |
1749
|
|
|
|
|
|
|
'one' => q({0} ýard), |
1750
|
|
|
|
|
|
|
'other' => q({0} ýard), |
1751
|
|
|
|
|
|
|
}, |
1752
|
|
|
|
|
|
|
'year' => { |
1753
|
|
|
|
|
|
|
'name' => q(ýyl), |
1754
|
|
|
|
|
|
|
'one' => q({0} ýyl), |
1755
|
|
|
|
|
|
|
'other' => q({0} ýyl), |
1756
|
|
|
|
|
|
|
'per' => q({0}/ý), |
1757
|
|
|
|
|
|
|
}, |
1758
|
|
|
|
|
|
|
}, |
1759
|
|
|
|
|
|
|
'narrow' => { |
1760
|
|
|
|
|
|
|
'' => { |
1761
|
|
|
|
|
|
|
'name' => q(ugur), |
1762
|
|
|
|
|
|
|
}, |
1763
|
|
|
|
|
|
|
'celsius' => { |
1764
|
|
|
|
|
|
|
'name' => q(°C), |
1765
|
|
|
|
|
|
|
'one' => q({0}°C), |
1766
|
|
|
|
|
|
|
'other' => q({0}°C), |
1767
|
|
|
|
|
|
|
}, |
1768
|
|
|
|
|
|
|
'centimeter' => { |
1769
|
|
|
|
|
|
|
'name' => q(sm), |
1770
|
|
|
|
|
|
|
'one' => q({0}sm), |
1771
|
|
|
|
|
|
|
'other' => q({0}sm), |
1772
|
|
|
|
|
|
|
}, |
1773
|
|
|
|
|
|
|
'coordinate' => { |
1774
|
|
|
|
|
|
|
'east' => q({0}gd), |
1775
|
|
|
|
|
|
|
'north' => q({0}dg), |
1776
|
|
|
|
|
|
|
'south' => q({0}go), |
1777
|
|
|
|
|
|
|
'west' => q({0}gb), |
1778
|
|
|
|
|
|
|
}, |
1779
|
|
|
|
|
|
|
'day' => { |
1780
|
|
|
|
|
|
|
'name' => q(g), |
1781
|
|
|
|
|
|
|
'one' => q({0}g), |
1782
|
|
|
|
|
|
|
'other' => q({0}g), |
1783
|
|
|
|
|
|
|
}, |
1784
|
|
|
|
|
|
|
'gram' => { |
1785
|
|
|
|
|
|
|
'name' => q(gram), |
1786
|
|
|
|
|
|
|
'one' => q({0}g), |
1787
|
|
|
|
|
|
|
'other' => q({0}g), |
1788
|
|
|
|
|
|
|
}, |
1789
|
|
|
|
|
|
|
'hour' => { |
1790
|
|
|
|
|
|
|
'name' => q(sg), |
1791
|
|
|
|
|
|
|
'one' => q({0}sg), |
1792
|
|
|
|
|
|
|
'other' => q({0}sg), |
1793
|
|
|
|
|
|
|
}, |
1794
|
|
|
|
|
|
|
'kilogram' => { |
1795
|
|
|
|
|
|
|
'name' => q(kg), |
1796
|
|
|
|
|
|
|
'one' => q({0}kg), |
1797
|
|
|
|
|
|
|
'other' => q({0}kg), |
1798
|
|
|
|
|
|
|
}, |
1799
|
|
|
|
|
|
|
'kilometer' => { |
1800
|
|
|
|
|
|
|
'name' => q(km), |
1801
|
|
|
|
|
|
|
'one' => q({0}km), |
1802
|
|
|
|
|
|
|
'other' => q({0}km), |
1803
|
|
|
|
|
|
|
}, |
1804
|
|
|
|
|
|
|
'kilometer-per-hour' => { |
1805
|
|
|
|
|
|
|
'name' => q(km/sag), |
1806
|
|
|
|
|
|
|
'one' => q({0}km/sag), |
1807
|
|
|
|
|
|
|
'other' => q({0}km/sag), |
1808
|
|
|
|
|
|
|
}, |
1809
|
|
|
|
|
|
|
'liter' => { |
1810
|
|
|
|
|
|
|
'name' => q(litr), |
1811
|
|
|
|
|
|
|
'one' => q({0}l), |
1812
|
|
|
|
|
|
|
'other' => q({0}l), |
1813
|
|
|
|
|
|
|
}, |
1814
|
|
|
|
|
|
|
'liter-per-100kilometers' => { |
1815
|
|
|
|
|
|
|
'name' => q(l/100 km), |
1816
|
|
|
|
|
|
|
'one' => q({0} l/100 km), |
1817
|
|
|
|
|
|
|
'other' => q({0} l/100 km), |
1818
|
|
|
|
|
|
|
}, |
1819
|
|
|
|
|
|
|
'meter' => { |
1820
|
|
|
|
|
|
|
'name' => q(m), |
1821
|
|
|
|
|
|
|
'one' => q({0}m), |
1822
|
|
|
|
|
|
|
'other' => q({0}m), |
1823
|
|
|
|
|
|
|
}, |
1824
|
|
|
|
|
|
|
'millimeter' => { |
1825
|
|
|
|
|
|
|
'name' => q(mm), |
1826
|
|
|
|
|
|
|
'one' => q({0}mm), |
1827
|
|
|
|
|
|
|
'other' => q({0}mm), |
1828
|
|
|
|
|
|
|
}, |
1829
|
|
|
|
|
|
|
'millisecond' => { |
1830
|
|
|
|
|
|
|
'name' => q(ms), |
1831
|
|
|
|
|
|
|
'one' => q({0}ms), |
1832
|
|
|
|
|
|
|
'other' => q({0}ms), |
1833
|
|
|
|
|
|
|
}, |
1834
|
|
|
|
|
|
|
'minute' => { |
1835
|
|
|
|
|
|
|
'name' => q(m), |
1836
|
|
|
|
|
|
|
'one' => q({0}m), |
1837
|
|
|
|
|
|
|
'other' => q({0}m), |
1838
|
|
|
|
|
|
|
}, |
1839
|
|
|
|
|
|
|
'month' => { |
1840
|
|
|
|
|
|
|
'name' => q(a), |
1841
|
|
|
|
|
|
|
'one' => q({0}a), |
1842
|
|
|
|
|
|
|
'other' => q({0}a), |
1843
|
|
|
|
|
|
|
}, |
1844
|
|
|
|
|
|
|
'per' => { |
1845
|
|
|
|
|
|
|
'1' => q({0}/{1}), |
1846
|
|
|
|
|
|
|
}, |
1847
|
|
|
|
|
|
|
'percent' => { |
1848
|
|
|
|
|
|
|
'name' => q(%), |
1849
|
|
|
|
|
|
|
'one' => q({0}%), |
1850
|
|
|
|
|
|
|
'other' => q({0}%), |
1851
|
|
|
|
|
|
|
}, |
1852
|
|
|
|
|
|
|
'second' => { |
1853
|
|
|
|
|
|
|
'name' => q(se), |
1854
|
|
|
|
|
|
|
'one' => q({0}se), |
1855
|
|
|
|
|
|
|
'other' => q({0}se), |
1856
|
|
|
|
|
|
|
}, |
1857
|
|
|
|
|
|
|
'week' => { |
1858
|
|
|
|
|
|
|
'name' => q(h), |
1859
|
|
|
|
|
|
|
'one' => q({0}h), |
1860
|
|
|
|
|
|
|
'other' => q({0}h), |
1861
|
|
|
|
|
|
|
}, |
1862
|
|
|
|
|
|
|
'year' => { |
1863
|
|
|
|
|
|
|
'name' => q(ý), |
1864
|
|
|
|
|
|
|
'one' => q({0}ý), |
1865
|
|
|
|
|
|
|
'other' => q({0}ý), |
1866
|
|
|
|
|
|
|
}, |
1867
|
|
|
|
|
|
|
}, |
1868
|
|
|
|
|
|
|
'short' => { |
1869
|
|
|
|
|
|
|
'' => { |
1870
|
|
|
|
|
|
|
'name' => q(ugur), |
1871
|
|
|
|
|
|
|
}, |
1872
|
|
|
|
|
|
|
'acre' => { |
1873
|
|
|
|
|
|
|
'name' => q(akr), |
1874
|
|
|
|
|
|
|
'one' => q({0} akr), |
1875
|
|
|
|
|
|
|
'other' => q({0} akr), |
1876
|
|
|
|
|
|
|
}, |
1877
|
|
|
|
|
|
|
'acre-foot' => { |
1878
|
|
|
|
|
|
|
'name' => q(akr-ft), |
1879
|
|
|
|
|
|
|
'one' => q({0} ak-ft), |
1880
|
|
|
|
|
|
|
'other' => q({0} ak-ft), |
1881
|
|
|
|
|
|
|
}, |
1882
|
|
|
|
|
|
|
'ampere' => { |
1883
|
|
|
|
|
|
|
'name' => q(amp), |
1884
|
|
|
|
|
|
|
'one' => q({0} A), |
1885
|
|
|
|
|
|
|
'other' => q({0} A), |
1886
|
|
|
|
|
|
|
}, |
1887
|
|
|
|
|
|
|
'arc-minute' => { |
1888
|
|
|
|
|
|
|
'name' => q(burç minudy), |
1889
|
|
|
|
|
|
|
'one' => q({0} burç min.), |
1890
|
|
|
|
|
|
|
'other' => q({0} burç min.), |
1891
|
|
|
|
|
|
|
}, |
1892
|
|
|
|
|
|
|
'arc-second' => { |
1893
|
|
|
|
|
|
|
'name' => q(burç sekundy), |
1894
|
|
|
|
|
|
|
'one' => q({0} burç sek.), |
1895
|
|
|
|
|
|
|
'other' => q({0} burç sek.), |
1896
|
|
|
|
|
|
|
}, |
1897
|
|
|
|
|
|
|
'astronomical-unit' => { |
1898
|
|
|
|
|
|
|
'name' => q(ab), |
1899
|
|
|
|
|
|
|
'one' => q({0} ab), |
1900
|
|
|
|
|
|
|
'other' => q({0} ab), |
1901
|
|
|
|
|
|
|
}, |
1902
|
|
|
|
|
|
|
'atmosphere' => { |
1903
|
|
|
|
|
|
|
'name' => q(atm), |
1904
|
|
|
|
|
|
|
'one' => q({0} atm), |
1905
|
|
|
|
|
|
|
'other' => q({0} atm), |
1906
|
|
|
|
|
|
|
}, |
1907
|
|
|
|
|
|
|
'bit' => { |
1908
|
|
|
|
|
|
|
'name' => q(bit), |
1909
|
|
|
|
|
|
|
'one' => q({0} bit), |
1910
|
|
|
|
|
|
|
'other' => q({0} bit), |
1911
|
|
|
|
|
|
|
}, |
1912
|
|
|
|
|
|
|
'byte' => { |
1913
|
|
|
|
|
|
|
'name' => q(B), |
1914
|
|
|
|
|
|
|
'one' => q({0} B), |
1915
|
|
|
|
|
|
|
'other' => q({0} B), |
1916
|
|
|
|
|
|
|
}, |
1917
|
|
|
|
|
|
|
'calorie' => { |
1918
|
|
|
|
|
|
|
'name' => q(kal), |
1919
|
|
|
|
|
|
|
'one' => q({0} kal), |
1920
|
|
|
|
|
|
|
'other' => q({0} kal), |
1921
|
|
|
|
|
|
|
}, |
1922
|
|
|
|
|
|
|
'carat' => { |
1923
|
|
|
|
|
|
|
'name' => q(kar), |
1924
|
|
|
|
|
|
|
'one' => q({0} kar), |
1925
|
|
|
|
|
|
|
'other' => q({0} kar), |
1926
|
|
|
|
|
|
|
}, |
1927
|
|
|
|
|
|
|
'celsius' => { |
1928
|
|
|
|
|
|
|
'name' => q(°C), |
1929
|
|
|
|
|
|
|
'one' => q({0}°C), |
1930
|
|
|
|
|
|
|
'other' => q({0}°C), |
1931
|
|
|
|
|
|
|
}, |
1932
|
|
|
|
|
|
|
'centiliter' => { |
1933
|
|
|
|
|
|
|
'name' => q(sl), |
1934
|
|
|
|
|
|
|
'one' => q({0} sl), |
1935
|
|
|
|
|
|
|
'other' => q({0} sl), |
1936
|
|
|
|
|
|
|
}, |
1937
|
|
|
|
|
|
|
'centimeter' => { |
1938
|
|
|
|
|
|
|
'name' => q(sm), |
1939
|
|
|
|
|
|
|
'one' => q({0} sm), |
1940
|
|
|
|
|
|
|
'other' => q({0} sm), |
1941
|
|
|
|
|
|
|
'per' => q({0}/sm), |
1942
|
|
|
|
|
|
|
}, |
1943
|
|
|
|
|
|
|
'century' => { |
1944
|
|
|
|
|
|
|
'name' => q(as), |
1945
|
|
|
|
|
|
|
'one' => q({0} as), |
1946
|
|
|
|
|
|
|
'other' => q({0} as), |
1947
|
|
|
|
|
|
|
}, |
1948
|
|
|
|
|
|
|
'coordinate' => { |
1949
|
|
|
|
|
|
|
'east' => q({0} gd), |
1950
|
|
|
|
|
|
|
'north' => q({0} dg), |
1951
|
|
|
|
|
|
|
'south' => q({0} go), |
1952
|
|
|
|
|
|
|
'west' => q({0} gb), |
1953
|
|
|
|
|
|
|
}, |
1954
|
|
|
|
|
|
|
'cubic-centimeter' => { |
1955
|
|
|
|
|
|
|
'name' => q(sm³), |
1956
|
|
|
|
|
|
|
'one' => q({0} sm³), |
1957
|
|
|
|
|
|
|
'other' => q({0} sm³), |
1958
|
|
|
|
|
|
|
'per' => q({0}/sm³), |
1959
|
|
|
|
|
|
|
}, |
1960
|
|
|
|
|
|
|
'cubic-foot' => { |
1961
|
|
|
|
|
|
|
'name' => q(ft³), |
1962
|
|
|
|
|
|
|
'one' => q({0} ft³), |
1963
|
|
|
|
|
|
|
'other' => q({0} ft³), |
1964
|
|
|
|
|
|
|
}, |
1965
|
|
|
|
|
|
|
'cubic-inch' => { |
1966
|
|
|
|
|
|
|
'name' => q(dý³), |
1967
|
|
|
|
|
|
|
'one' => q({0} dý³), |
1968
|
|
|
|
|
|
|
'other' => q({0} dý³), |
1969
|
|
|
|
|
|
|
}, |
1970
|
|
|
|
|
|
|
'cubic-kilometer' => { |
1971
|
|
|
|
|
|
|
'name' => q(km³), |
1972
|
|
|
|
|
|
|
'one' => q({0} km³), |
1973
|
|
|
|
|
|
|
'other' => q({0} km³), |
1974
|
|
|
|
|
|
|
}, |
1975
|
|
|
|
|
|
|
'cubic-meter' => { |
1976
|
|
|
|
|
|
|
'name' => q(m³), |
1977
|
|
|
|
|
|
|
'one' => q({0} m³), |
1978
|
|
|
|
|
|
|
'other' => q({0} m³), |
1979
|
|
|
|
|
|
|
'per' => q({0}/m³), |
1980
|
|
|
|
|
|
|
}, |
1981
|
|
|
|
|
|
|
'cubic-mile' => { |
1982
|
|
|
|
|
|
|
'name' => q(mi³), |
1983
|
|
|
|
|
|
|
'one' => q({0} mi³), |
1984
|
|
|
|
|
|
|
'other' => q({0} mi³), |
1985
|
|
|
|
|
|
|
}, |
1986
|
|
|
|
|
|
|
'cubic-yard' => { |
1987
|
|
|
|
|
|
|
'name' => q(ýd³), |
1988
|
|
|
|
|
|
|
'one' => q({0} ýd³), |
1989
|
|
|
|
|
|
|
'other' => q({0} ýd³), |
1990
|
|
|
|
|
|
|
}, |
1991
|
|
|
|
|
|
|
'cup' => { |
1992
|
|
|
|
|
|
|
'name' => q(käse), |
1993
|
|
|
|
|
|
|
'one' => q({0} kä), |
1994
|
|
|
|
|
|
|
'other' => q({0} kä), |
1995
|
|
|
|
|
|
|
}, |
1996
|
|
|
|
|
|
|
'cup-metric' => { |
1997
|
|
|
|
|
|
|
'name' => q(mkä), |
1998
|
|
|
|
|
|
|
'one' => q({0} mkä), |
1999
|
|
|
|
|
|
|
'other' => q({0} mkä), |
2000
|
|
|
|
|
|
|
}, |
2001
|
|
|
|
|
|
|
'day' => { |
2002
|
|
|
|
|
|
|
'name' => q(gün), |
2003
|
|
|
|
|
|
|
'one' => q({0} gün), |
2004
|
|
|
|
|
|
|
'other' => q({0} gün), |
2005
|
|
|
|
|
|
|
'per' => q({0}/gün), |
2006
|
|
|
|
|
|
|
}, |
2007
|
|
|
|
|
|
|
'deciliter' => { |
2008
|
|
|
|
|
|
|
'name' => q(dl), |
2009
|
|
|
|
|
|
|
'one' => q({0} dl), |
2010
|
|
|
|
|
|
|
'other' => q({0} dl), |
2011
|
|
|
|
|
|
|
}, |
2012
|
|
|
|
|
|
|
'decimeter' => { |
2013
|
|
|
|
|
|
|
'name' => q(dm), |
2014
|
|
|
|
|
|
|
'one' => q({0} dm), |
2015
|
|
|
|
|
|
|
'other' => q({0} dm), |
2016
|
|
|
|
|
|
|
}, |
2017
|
|
|
|
|
|
|
'degree' => { |
2018
|
|
|
|
|
|
|
'name' => q(dereje), |
2019
|
|
|
|
|
|
|
'one' => q({0}°), |
2020
|
|
|
|
|
|
|
'other' => q({0}°), |
2021
|
|
|
|
|
|
|
}, |
2022
|
|
|
|
|
|
|
'fahrenheit' => { |
2023
|
|
|
|
|
|
|
'name' => q(°F), |
2024
|
|
|
|
|
|
|
'one' => q({0}°F), |
2025
|
|
|
|
|
|
|
'other' => q({0}°F), |
2026
|
|
|
|
|
|
|
}, |
2027
|
|
|
|
|
|
|
'fluid-ounce' => { |
2028
|
|
|
|
|
|
|
'name' => q(suw. uns.), |
2029
|
|
|
|
|
|
|
'one' => q({0} suw. uns.), |
2030
|
|
|
|
|
|
|
'other' => q({0} suw. uns.), |
2031
|
|
|
|
|
|
|
}, |
2032
|
|
|
|
|
|
|
'foodcalorie' => { |
2033
|
|
|
|
|
|
|
'name' => q(Kal), |
2034
|
|
|
|
|
|
|
'one' => q({0} kal), |
2035
|
|
|
|
|
|
|
'other' => q({0} kal), |
2036
|
|
|
|
|
|
|
}, |
2037
|
|
|
|
|
|
|
'foot' => { |
2038
|
|
|
|
|
|
|
'name' => q(ft), |
2039
|
|
|
|
|
|
|
'one' => q({0} ft), |
2040
|
|
|
|
|
|
|
'other' => q({0} ft), |
2041
|
|
|
|
|
|
|
'per' => q({0}/ft), |
2042
|
|
|
|
|
|
|
}, |
2043
|
|
|
|
|
|
|
'g-force' => { |
2044
|
|
|
|
|
|
|
'name' => q(G), |
2045
|
|
|
|
|
|
|
'one' => q({0} G), |
2046
|
|
|
|
|
|
|
'other' => q({0} G), |
2047
|
|
|
|
|
|
|
}, |
2048
|
|
|
|
|
|
|
'gallon' => { |
2049
|
|
|
|
|
|
|
'name' => q(gal.), |
2050
|
|
|
|
|
|
|
'one' => q({0} gal.), |
2051
|
|
|
|
|
|
|
'other' => q({0} gal.), |
2052
|
|
|
|
|
|
|
'per' => q({0}/gal.), |
2053
|
|
|
|
|
|
|
}, |
2054
|
|
|
|
|
|
|
'gallon-imperial' => { |
2055
|
|
|
|
|
|
|
'name' => q(Imp. gal), |
2056
|
|
|
|
|
|
|
'one' => q({0} imp. gal.), |
2057
|
|
|
|
|
|
|
'other' => q({0} imp.gal.), |
2058
|
|
|
|
|
|
|
'per' => q({0}/imp.gal.), |
2059
|
|
|
|
|
|
|
}, |
2060
|
|
|
|
|
|
|
'generic' => { |
2061
|
|
|
|
|
|
|
'name' => q(°), |
2062
|
|
|
|
|
|
|
'one' => q({0}°), |
2063
|
|
|
|
|
|
|
'other' => q({0}°), |
2064
|
|
|
|
|
|
|
}, |
2065
|
|
|
|
|
|
|
'gigabit' => { |
2066
|
|
|
|
|
|
|
'name' => q(Gbit), |
2067
|
|
|
|
|
|
|
'one' => q({0} Gbit), |
2068
|
|
|
|
|
|
|
'other' => q({0} Gbit), |
2069
|
|
|
|
|
|
|
}, |
2070
|
|
|
|
|
|
|
'gigabyte' => { |
2071
|
|
|
|
|
|
|
'name' => q(GB), |
2072
|
|
|
|
|
|
|
'one' => q({0} GB), |
2073
|
|
|
|
|
|
|
'other' => q({0} GB), |
2074
|
|
|
|
|
|
|
}, |
2075
|
|
|
|
|
|
|
'gigahertz' => { |
2076
|
|
|
|
|
|
|
'name' => q(GGs), |
2077
|
|
|
|
|
|
|
'one' => q({0} GGs), |
2078
|
|
|
|
|
|
|
'other' => q({0} GGs), |
2079
|
|
|
|
|
|
|
}, |
2080
|
|
|
|
|
|
|
'gigawatt' => { |
2081
|
|
|
|
|
|
|
'name' => q(GWt), |
2082
|
|
|
|
|
|
|
'one' => q({0} GWt), |
2083
|
|
|
|
|
|
|
'other' => q({0} GWt), |
2084
|
|
|
|
|
|
|
}, |
2085
|
|
|
|
|
|
|
'gram' => { |
2086
|
|
|
|
|
|
|
'name' => q(gram), |
2087
|
|
|
|
|
|
|
'one' => q({0} g), |
2088
|
|
|
|
|
|
|
'other' => q({0} g), |
2089
|
|
|
|
|
|
|
'per' => q({0}/g), |
2090
|
|
|
|
|
|
|
}, |
2091
|
|
|
|
|
|
|
'hectare' => { |
2092
|
|
|
|
|
|
|
'name' => q(ga), |
2093
|
|
|
|
|
|
|
'one' => q({0} ga), |
2094
|
|
|
|
|
|
|
'other' => q({0} ga), |
2095
|
|
|
|
|
|
|
}, |
2096
|
|
|
|
|
|
|
'hectoliter' => { |
2097
|
|
|
|
|
|
|
'name' => q(gl), |
2098
|
|
|
|
|
|
|
'one' => q({0} gl), |
2099
|
|
|
|
|
|
|
'other' => q({0} gl), |
2100
|
|
|
|
|
|
|
}, |
2101
|
|
|
|
|
|
|
'hectopascal' => { |
2102
|
|
|
|
|
|
|
'name' => q(gPa), |
2103
|
|
|
|
|
|
|
'one' => q({0} gPa), |
2104
|
|
|
|
|
|
|
'other' => q({0} gPa), |
2105
|
|
|
|
|
|
|
}, |
2106
|
|
|
|
|
|
|
'hertz' => { |
2107
|
|
|
|
|
|
|
'name' => q(Gs), |
2108
|
|
|
|
|
|
|
'one' => q({0} Gs), |
2109
|
|
|
|
|
|
|
'other' => q({0} Gs), |
2110
|
|
|
|
|
|
|
}, |
2111
|
|
|
|
|
|
|
'horsepower' => { |
2112
|
|
|
|
|
|
|
'name' => q(a.g.), |
2113
|
|
|
|
|
|
|
'one' => q({0} a.g.), |
2114
|
|
|
|
|
|
|
'other' => q({0} a.g.), |
2115
|
|
|
|
|
|
|
}, |
2116
|
|
|
|
|
|
|
'hour' => { |
2117
|
|
|
|
|
|
|
'name' => q(sag), |
2118
|
|
|
|
|
|
|
'one' => q({0} sag), |
2119
|
|
|
|
|
|
|
'other' => q({0} sag), |
2120
|
|
|
|
|
|
|
'per' => q({0}/sag), |
2121
|
|
|
|
|
|
|
}, |
2122
|
|
|
|
|
|
|
'inch' => { |
2123
|
|
|
|
|
|
|
'name' => q(dý), |
2124
|
|
|
|
|
|
|
'one' => q({0} dý), |
2125
|
|
|
|
|
|
|
'other' => q({0} dý), |
2126
|
|
|
|
|
|
|
'per' => q({0}/dý), |
2127
|
|
|
|
|
|
|
}, |
2128
|
|
|
|
|
|
|
'inch-hg' => { |
2129
|
|
|
|
|
|
|
'name' => q(dý sim.süt.), |
2130
|
|
|
|
|
|
|
'one' => q({0} dý sim.süt.), |
2131
|
|
|
|
|
|
|
'other' => q({0} dý sim.süt.), |
2132
|
|
|
|
|
|
|
}, |
2133
|
|
|
|
|
|
|
'joule' => { |
2134
|
|
|
|
|
|
|
'name' => q(J), |
2135
|
|
|
|
|
|
|
'one' => q({0} J), |
2136
|
|
|
|
|
|
|
'other' => q({0} J), |
2137
|
|
|
|
|
|
|
}, |
2138
|
|
|
|
|
|
|
'karat' => { |
2139
|
|
|
|
|
|
|
'name' => q(karat), |
2140
|
|
|
|
|
|
|
'one' => q({0} kt), |
2141
|
|
|
|
|
|
|
'other' => q({0} kt), |
2142
|
|
|
|
|
|
|
}, |
2143
|
|
|
|
|
|
|
'kelvin' => { |
2144
|
|
|
|
|
|
|
'name' => q(K), |
2145
|
|
|
|
|
|
|
'one' => q({0} K), |
2146
|
|
|
|
|
|
|
'other' => q({0} K), |
2147
|
|
|
|
|
|
|
}, |
2148
|
|
|
|
|
|
|
'kilobit' => { |
2149
|
|
|
|
|
|
|
'name' => q(kbit), |
2150
|
|
|
|
|
|
|
'one' => q({0} kbit), |
2151
|
|
|
|
|
|
|
'other' => q({0} kbit), |
2152
|
|
|
|
|
|
|
}, |
2153
|
|
|
|
|
|
|
'kilobyte' => { |
2154
|
|
|
|
|
|
|
'name' => q(kB), |
2155
|
|
|
|
|
|
|
'one' => q({0} kB), |
2156
|
|
|
|
|
|
|
'other' => q({0} kB), |
2157
|
|
|
|
|
|
|
}, |
2158
|
|
|
|
|
|
|
'kilocalorie' => { |
2159
|
|
|
|
|
|
|
'name' => q(kkal), |
2160
|
|
|
|
|
|
|
'one' => q({0} kkal), |
2161
|
|
|
|
|
|
|
'other' => q({0} kkal), |
2162
|
|
|
|
|
|
|
}, |
2163
|
|
|
|
|
|
|
'kilogram' => { |
2164
|
|
|
|
|
|
|
'name' => q(kg), |
2165
|
|
|
|
|
|
|
'one' => q({0} kg), |
2166
|
|
|
|
|
|
|
'other' => q({0} kg), |
2167
|
|
|
|
|
|
|
'per' => q({0}/kg), |
2168
|
|
|
|
|
|
|
}, |
2169
|
|
|
|
|
|
|
'kilohertz' => { |
2170
|
|
|
|
|
|
|
'name' => q(kGs), |
2171
|
|
|
|
|
|
|
'one' => q({0} kGs), |
2172
|
|
|
|
|
|
|
'other' => q({0} kGs), |
2173
|
|
|
|
|
|
|
}, |
2174
|
|
|
|
|
|
|
'kilojoule' => { |
2175
|
|
|
|
|
|
|
'name' => q(kilojoul), |
2176
|
|
|
|
|
|
|
'one' => q({0} kJ), |
2177
|
|
|
|
|
|
|
'other' => q({0} kJ), |
2178
|
|
|
|
|
|
|
}, |
2179
|
|
|
|
|
|
|
'kilometer' => { |
2180
|
|
|
|
|
|
|
'name' => q(km), |
2181
|
|
|
|
|
|
|
'one' => q({0} km), |
2182
|
|
|
|
|
|
|
'other' => q({0} km), |
2183
|
|
|
|
|
|
|
'per' => q({0}/km), |
2184
|
|
|
|
|
|
|
}, |
2185
|
|
|
|
|
|
|
'kilometer-per-hour' => { |
2186
|
|
|
|
|
|
|
'name' => q(km/sagat), |
2187
|
|
|
|
|
|
|
'one' => q({0} km/sag), |
2188
|
|
|
|
|
|
|
'other' => q({0} km/sag), |
2189
|
|
|
|
|
|
|
}, |
2190
|
|
|
|
|
|
|
'kilowatt' => { |
2191
|
|
|
|
|
|
|
'name' => q(kWt), |
2192
|
|
|
|
|
|
|
'one' => q({0} kWt), |
2193
|
|
|
|
|
|
|
'other' => q({0} kWt), |
2194
|
|
|
|
|
|
|
}, |
2195
|
|
|
|
|
|
|
'kilowatt-hour' => { |
2196
|
|
|
|
|
|
|
'name' => q(kWt. sag), |
2197
|
|
|
|
|
|
|
'one' => q({0} kWt. sag), |
2198
|
|
|
|
|
|
|
'other' => q({0} kWt. sag), |
2199
|
|
|
|
|
|
|
}, |
2200
|
|
|
|
|
|
|
'knot' => { |
2201
|
|
|
|
|
|
|
'name' => q(dü.), |
2202
|
|
|
|
|
|
|
'one' => q({0} dü.), |
2203
|
|
|
|
|
|
|
'other' => q({0} dü.), |
2204
|
|
|
|
|
|
|
}, |
2205
|
|
|
|
|
|
|
'light-year' => { |
2206
|
|
|
|
|
|
|
'name' => q(ýý), |
2207
|
|
|
|
|
|
|
'one' => q({0} ýý), |
2208
|
|
|
|
|
|
|
'other' => q({0} ýý), |
2209
|
|
|
|
|
|
|
}, |
2210
|
|
|
|
|
|
|
'liter' => { |
2211
|
|
|
|
|
|
|
'name' => q(litr), |
2212
|
|
|
|
|
|
|
'one' => q({0} l), |
2213
|
|
|
|
|
|
|
'other' => q({0} l), |
2214
|
|
|
|
|
|
|
'per' => q({0}/l), |
2215
|
|
|
|
|
|
|
}, |
2216
|
|
|
|
|
|
|
'liter-per-100kilometers' => { |
2217
|
|
|
|
|
|
|
'name' => q(l/100 km), |
2218
|
|
|
|
|
|
|
'one' => q({0} l/100 km), |
2219
|
|
|
|
|
|
|
'other' => q({0} l/100 km), |
2220
|
|
|
|
|
|
|
}, |
2221
|
|
|
|
|
|
|
'liter-per-kilometer' => { |
2222
|
|
|
|
|
|
|
'name' => q(litr/km), |
2223
|
|
|
|
|
|
|
'one' => q({0} l/km), |
2224
|
|
|
|
|
|
|
'other' => q({0} l/km), |
2225
|
|
|
|
|
|
|
}, |
2226
|
|
|
|
|
|
|
'lux' => { |
2227
|
|
|
|
|
|
|
'name' => q(lk), |
2228
|
|
|
|
|
|
|
'one' => q({0} lk), |
2229
|
|
|
|
|
|
|
'other' => q({0} lk), |
2230
|
|
|
|
|
|
|
}, |
2231
|
|
|
|
|
|
|
'megabit' => { |
2232
|
|
|
|
|
|
|
'name' => q(Mbit), |
2233
|
|
|
|
|
|
|
'one' => q({0} Mbit), |
2234
|
|
|
|
|
|
|
'other' => q({0} Mbit), |
2235
|
|
|
|
|
|
|
}, |
2236
|
|
|
|
|
|
|
'megabyte' => { |
2237
|
|
|
|
|
|
|
'name' => q(MB), |
2238
|
|
|
|
|
|
|
'one' => q({0} MB), |
2239
|
|
|
|
|
|
|
'other' => q({0} MB), |
2240
|
|
|
|
|
|
|
}, |
2241
|
|
|
|
|
|
|
'megahertz' => { |
2242
|
|
|
|
|
|
|
'name' => q(MGs), |
2243
|
|
|
|
|
|
|
'one' => q({0} MGs), |
2244
|
|
|
|
|
|
|
'other' => q({0} MGs), |
2245
|
|
|
|
|
|
|
}, |
2246
|
|
|
|
|
|
|
'megaliter' => { |
2247
|
|
|
|
|
|
|
'name' => q(Ml), |
2248
|
|
|
|
|
|
|
'one' => q({0} Ml), |
2249
|
|
|
|
|
|
|
'other' => q({0} Ml), |
2250
|
|
|
|
|
|
|
}, |
2251
|
|
|
|
|
|
|
'megawatt' => { |
2252
|
|
|
|
|
|
|
'name' => q(MWt), |
2253
|
|
|
|
|
|
|
'one' => q({0} MWt), |
2254
|
|
|
|
|
|
|
'other' => q({0} MWt), |
2255
|
|
|
|
|
|
|
}, |
2256
|
|
|
|
|
|
|
'meter' => { |
2257
|
|
|
|
|
|
|
'name' => q(metr), |
2258
|
|
|
|
|
|
|
'one' => q({0} m), |
2259
|
|
|
|
|
|
|
'other' => q({0} m), |
2260
|
|
|
|
|
|
|
'per' => q({0}/m), |
2261
|
|
|
|
|
|
|
}, |
2262
|
|
|
|
|
|
|
'meter-per-second' => { |
2263
|
|
|
|
|
|
|
'name' => q(m/s), |
2264
|
|
|
|
|
|
|
'one' => q({0} m/s), |
2265
|
|
|
|
|
|
|
'other' => q({0} m/s), |
2266
|
|
|
|
|
|
|
}, |
2267
|
|
|
|
|
|
|
'meter-per-second-squared' => { |
2268
|
|
|
|
|
|
|
'name' => q(m/s²), |
2269
|
|
|
|
|
|
|
'one' => q({0} m/s²), |
2270
|
|
|
|
|
|
|
'other' => q({0} m/s²), |
2271
|
|
|
|
|
|
|
}, |
2272
|
|
|
|
|
|
|
'metric-ton' => { |
2273
|
|
|
|
|
|
|
'name' => q(t), |
2274
|
|
|
|
|
|
|
'one' => q({0} t), |
2275
|
|
|
|
|
|
|
'other' => q({0} t), |
2276
|
|
|
|
|
|
|
}, |
2277
|
|
|
|
|
|
|
'microgram' => { |
2278
|
|
|
|
|
|
|
'name' => q(µg), |
2279
|
|
|
|
|
|
|
'one' => q({0} µg), |
2280
|
|
|
|
|
|
|
'other' => q({0} µg), |
2281
|
|
|
|
|
|
|
}, |
2282
|
|
|
|
|
|
|
'micrometer' => { |
2283
|
|
|
|
|
|
|
'name' => q(µm), |
2284
|
|
|
|
|
|
|
'one' => q({0} µm), |
2285
|
|
|
|
|
|
|
'other' => q({0} µm), |
2286
|
|
|
|
|
|
|
}, |
2287
|
|
|
|
|
|
|
'microsecond' => { |
2288
|
|
|
|
|
|
|
'name' => q(μs), |
2289
|
|
|
|
|
|
|
'one' => q({0} μs), |
2290
|
|
|
|
|
|
|
'other' => q({0} μs), |
2291
|
|
|
|
|
|
|
}, |
2292
|
|
|
|
|
|
|
'mile' => { |
2293
|
|
|
|
|
|
|
'name' => q(mi), |
2294
|
|
|
|
|
|
|
'one' => q({0} mi), |
2295
|
|
|
|
|
|
|
'other' => q({0} mi), |
2296
|
|
|
|
|
|
|
}, |
2297
|
|
|
|
|
|
|
'mile-per-gallon' => { |
2298
|
|
|
|
|
|
|
'name' => q(mil/gal.), |
2299
|
|
|
|
|
|
|
'one' => q({0} mil/gal.), |
2300
|
|
|
|
|
|
|
'other' => q({0} mil/gal.), |
2301
|
|
|
|
|
|
|
}, |
2302
|
|
|
|
|
|
|
'mile-per-gallon-imperial' => { |
2303
|
|
|
|
|
|
|
'name' => q(mil/imp. gal.), |
2304
|
|
|
|
|
|
|
'one' => q({0} mil/imp. gal.), |
2305
|
|
|
|
|
|
|
'other' => q({0} mil/imp. gal.), |
2306
|
|
|
|
|
|
|
}, |
2307
|
|
|
|
|
|
|
'mile-per-hour' => { |
2308
|
|
|
|
|
|
|
'name' => q(mil/sag), |
2309
|
|
|
|
|
|
|
'one' => q({0} mil/sag), |
2310
|
|
|
|
|
|
|
'other' => q({0} mil/sag), |
2311
|
|
|
|
|
|
|
}, |
2312
|
|
|
|
|
|
|
'mile-scandinavian' => { |
2313
|
|
|
|
|
|
|
'name' => q(smi), |
2314
|
|
|
|
|
|
|
'one' => q({0} smi), |
2315
|
|
|
|
|
|
|
'other' => q({0} smi), |
2316
|
|
|
|
|
|
|
}, |
2317
|
|
|
|
|
|
|
'milliampere' => { |
2318
|
|
|
|
|
|
|
'name' => q(milliamp), |
2319
|
|
|
|
|
|
|
'one' => q({0} mA), |
2320
|
|
|
|
|
|
|
'other' => q({0} mA), |
2321
|
|
|
|
|
|
|
}, |
2322
|
|
|
|
|
|
|
'millibar' => { |
2323
|
|
|
|
|
|
|
'name' => q(mbar), |
2324
|
|
|
|
|
|
|
'one' => q({0} mbar), |
2325
|
|
|
|
|
|
|
'other' => q({0} mbar), |
2326
|
|
|
|
|
|
|
}, |
2327
|
|
|
|
|
|
|
'milligram' => { |
2328
|
|
|
|
|
|
|
'name' => q(mg), |
2329
|
|
|
|
|
|
|
'one' => q({0} mg), |
2330
|
|
|
|
|
|
|
'other' => q({0} mg), |
2331
|
|
|
|
|
|
|
}, |
2332
|
|
|
|
|
|
|
'milligram-per-deciliter' => { |
2333
|
|
|
|
|
|
|
'name' => q(mg/dL), |
2334
|
|
|
|
|
|
|
'one' => q({0} mg/dL), |
2335
|
|
|
|
|
|
|
'other' => q({0} mg/dL), |
2336
|
|
|
|
|
|
|
}, |
2337
|
|
|
|
|
|
|
'milliliter' => { |
2338
|
|
|
|
|
|
|
'name' => q(ml), |
2339
|
|
|
|
|
|
|
'one' => q({0} ml), |
2340
|
|
|
|
|
|
|
'other' => q({0} ml), |
2341
|
|
|
|
|
|
|
}, |
2342
|
|
|
|
|
|
|
'millimeter' => { |
2343
|
|
|
|
|
|
|
'name' => q(mm), |
2344
|
|
|
|
|
|
|
'one' => q({0} mm), |
2345
|
|
|
|
|
|
|
'other' => q({0} mm), |
2346
|
|
|
|
|
|
|
}, |
2347
|
|
|
|
|
|
|
'millimeter-of-mercury' => { |
2348
|
|
|
|
|
|
|
'name' => q(mm sim.süt.), |
2349
|
|
|
|
|
|
|
'one' => q({0} mm sim.süt.), |
2350
|
|
|
|
|
|
|
'other' => q({0} mm sim.süt.), |
2351
|
|
|
|
|
|
|
}, |
2352
|
|
|
|
|
|
|
'millimole-per-liter' => { |
2353
|
|
|
|
|
|
|
'name' => q(millimol/litr), |
2354
|
|
|
|
|
|
|
'one' => q({0} mmol/L), |
2355
|
|
|
|
|
|
|
'other' => q({0} mmol/L), |
2356
|
|
|
|
|
|
|
}, |
2357
|
|
|
|
|
|
|
'millisecond' => { |
2358
|
|
|
|
|
|
|
'name' => q(msek), |
2359
|
|
|
|
|
|
|
'one' => q({0} msek), |
2360
|
|
|
|
|
|
|
'other' => q({0} msek), |
2361
|
|
|
|
|
|
|
}, |
2362
|
|
|
|
|
|
|
'milliwatt' => { |
2363
|
|
|
|
|
|
|
'name' => q(mWt), |
2364
|
|
|
|
|
|
|
'one' => q({0} mWt), |
2365
|
|
|
|
|
|
|
'other' => q({0} mWt), |
2366
|
|
|
|
|
|
|
}, |
2367
|
|
|
|
|
|
|
'minute' => { |
2368
|
|
|
|
|
|
|
'name' => q(min), |
2369
|
|
|
|
|
|
|
'one' => q({0} min), |
2370
|
|
|
|
|
|
|
'other' => q({0} min), |
2371
|
|
|
|
|
|
|
'per' => q({0}/min), |
2372
|
|
|
|
|
|
|
}, |
2373
|
|
|
|
|
|
|
'month' => { |
2374
|
|
|
|
|
|
|
'name' => q(aý), |
2375
|
|
|
|
|
|
|
'one' => q({0} a), |
2376
|
|
|
|
|
|
|
'other' => q({0} a), |
2377
|
|
|
|
|
|
|
'per' => q({0}/a), |
2378
|
|
|
|
|
|
|
}, |
2379
|
|
|
|
|
|
|
'nanometer' => { |
2380
|
|
|
|
|
|
|
'name' => q(nm), |
2381
|
|
|
|
|
|
|
'one' => q({0} nm), |
2382
|
|
|
|
|
|
|
'other' => q({0} nm), |
2383
|
|
|
|
|
|
|
}, |
2384
|
|
|
|
|
|
|
'nanosecond' => { |
2385
|
|
|
|
|
|
|
'name' => q(ns), |
2386
|
|
|
|
|
|
|
'one' => q({0} ns), |
2387
|
|
|
|
|
|
|
'other' => q({0} ns), |
2388
|
|
|
|
|
|
|
}, |
2389
|
|
|
|
|
|
|
'nautical-mile' => { |
2390
|
|
|
|
|
|
|
'name' => q(dmi), |
2391
|
|
|
|
|
|
|
'one' => q({0} dmi), |
2392
|
|
|
|
|
|
|
'other' => q({0} dmi), |
2393
|
|
|
|
|
|
|
}, |
2394
|
|
|
|
|
|
|
'ohm' => { |
2395
|
|
|
|
|
|
|
'name' => q(Om), |
2396
|
|
|
|
|
|
|
'one' => q({0} Om), |
2397
|
|
|
|
|
|
|
'other' => q({0} Om), |
2398
|
|
|
|
|
|
|
}, |
2399
|
|
|
|
|
|
|
'ounce' => { |
2400
|
|
|
|
|
|
|
'name' => q(uns.), |
2401
|
|
|
|
|
|
|
'one' => q({0} uns.), |
2402
|
|
|
|
|
|
|
'other' => q({0} uns.), |
2403
|
|
|
|
|
|
|
'per' => q({0}/uns.), |
2404
|
|
|
|
|
|
|
}, |
2405
|
|
|
|
|
|
|
'ounce-troy' => { |
2406
|
|
|
|
|
|
|
'name' => q(oz t), |
2407
|
|
|
|
|
|
|
'one' => q({0} oz t), |
2408
|
|
|
|
|
|
|
'other' => q({0} oz t), |
2409
|
|
|
|
|
|
|
}, |
2410
|
|
|
|
|
|
|
'parsec' => { |
2411
|
|
|
|
|
|
|
'name' => q(pk), |
2412
|
|
|
|
|
|
|
'one' => q({0} pk), |
2413
|
|
|
|
|
|
|
'other' => q({0} pk), |
2414
|
|
|
|
|
|
|
}, |
2415
|
|
|
|
|
|
|
'part-per-million' => { |
2416
|
|
|
|
|
|
|
'name' => q(bölejik/million), |
2417
|
|
|
|
|
|
|
'one' => q({0} ppm), |
2418
|
|
|
|
|
|
|
'other' => q({0} ppm), |
2419
|
|
|
|
|
|
|
}, |
2420
|
|
|
|
|
|
|
'per' => { |
2421
|
|
|
|
|
|
|
'1' => q({0}/{1}), |
2422
|
|
|
|
|
|
|
}, |
2423
|
|
|
|
|
|
|
'percent' => { |
2424
|
|
|
|
|
|
|
'name' => q(göterim), |
2425
|
|
|
|
|
|
|
'one' => q({0}%), |
2426
|
|
|
|
|
|
|
'other' => q({0}%), |
2427
|
|
|
|
|
|
|
}, |
2428
|
|
|
|
|
|
|
'permille' => { |
2429
|
|
|
|
|
|
|
'name' => q(promille), |
2430
|
|
|
|
|
|
|
'one' => q({0}â°), |
2431
|
|
|
|
|
|
|
'other' => q({0}â°), |
2432
|
|
|
|
|
|
|
}, |
2433
|
|
|
|
|
|
|
'petabyte' => { |
2434
|
|
|
|
|
|
|
'name' => q(PB), |
2435
|
|
|
|
|
|
|
'one' => q({0} PB), |
2436
|
|
|
|
|
|
|
'other' => q({0} PB), |
2437
|
|
|
|
|
|
|
}, |
2438
|
|
|
|
|
|
|
'picometer' => { |
2439
|
|
|
|
|
|
|
'name' => q(pm), |
2440
|
|
|
|
|
|
|
'one' => q({0} pm), |
2441
|
|
|
|
|
|
|
'other' => q({0} pm), |
2442
|
|
|
|
|
|
|
}, |
2443
|
|
|
|
|
|
|
'pint' => { |
2444
|
|
|
|
|
|
|
'name' => q(pt), |
2445
|
|
|
|
|
|
|
'one' => q({0} pt), |
2446
|
|
|
|
|
|
|
'other' => q({0} pt), |
2447
|
|
|
|
|
|
|
}, |
2448
|
|
|
|
|
|
|
'pint-metric' => { |
2449
|
|
|
|
|
|
|
'name' => q(mpt), |
2450
|
|
|
|
|
|
|
'one' => q({0} mpt), |
2451
|
|
|
|
|
|
|
'other' => q({0} mpt), |
2452
|
|
|
|
|
|
|
}, |
2453
|
|
|
|
|
|
|
'point' => { |
2454
|
|
|
|
|
|
|
'name' => q(punkt), |
2455
|
|
|
|
|
|
|
'one' => q({0} pt), |
2456
|
|
|
|
|
|
|
'other' => q({0} pt), |
2457
|
|
|
|
|
|
|
}, |
2458
|
|
|
|
|
|
|
'pound' => { |
2459
|
|
|
|
|
|
|
'name' => q(funt), |
2460
|
|
|
|
|
|
|
'one' => q({0} funt), |
2461
|
|
|
|
|
|
|
'other' => q({0} funt), |
2462
|
|
|
|
|
|
|
'per' => q({0}/funt), |
2463
|
|
|
|
|
|
|
}, |
2464
|
|
|
|
|
|
|
'pound-per-square-inch' => { |
2465
|
|
|
|
|
|
|
'name' => q(psi), |
2466
|
|
|
|
|
|
|
'one' => q({0} psi), |
2467
|
|
|
|
|
|
|
'other' => q({0} psi), |
2468
|
|
|
|
|
|
|
}, |
2469
|
|
|
|
|
|
|
'quart' => { |
2470
|
|
|
|
|
|
|
'name' => q(kwt), |
2471
|
|
|
|
|
|
|
'one' => q({0} kwt), |
2472
|
|
|
|
|
|
|
'other' => q({0} kwt), |
2473
|
|
|
|
|
|
|
}, |
2474
|
|
|
|
|
|
|
'radian' => { |
2475
|
|
|
|
|
|
|
'name' => q(rad), |
2476
|
|
|
|
|
|
|
'one' => q({0} rad), |
2477
|
|
|
|
|
|
|
'other' => q({0} rad), |
2478
|
|
|
|
|
|
|
}, |
2479
|
|
|
|
|
|
|
'revolution' => { |
2480
|
|
|
|
|
|
|
'name' => q(aýl.), |
2481
|
|
|
|
|
|
|
'one' => q({0} aýl.), |
2482
|
|
|
|
|
|
|
'other' => q({0} aýl.), |
2483
|
|
|
|
|
|
|
}, |
2484
|
|
|
|
|
|
|
'second' => { |
2485
|
|
|
|
|
|
|
'name' => q(sek), |
2486
|
|
|
|
|
|
|
'one' => q({0} sek), |
2487
|
|
|
|
|
|
|
'other' => q({0} sek), |
2488
|
|
|
|
|
|
|
'per' => q({0}/sek), |
2489
|
|
|
|
|
|
|
}, |
2490
|
|
|
|
|
|
|
'square-centimeter' => { |
2491
|
|
|
|
|
|
|
'name' => q(cm²), |
2492
|
|
|
|
|
|
|
'one' => q({0} cm²), |
2493
|
|
|
|
|
|
|
'other' => q({0} cm²), |
2494
|
|
|
|
|
|
|
'per' => q({0}/cm²), |
2495
|
|
|
|
|
|
|
}, |
2496
|
|
|
|
|
|
|
'square-foot' => { |
2497
|
|
|
|
|
|
|
'name' => q(ft²), |
2498
|
|
|
|
|
|
|
'one' => q({0} ft²), |
2499
|
|
|
|
|
|
|
'other' => q({0} ft²), |
2500
|
|
|
|
|
|
|
}, |
2501
|
|
|
|
|
|
|
'square-inch' => { |
2502
|
|
|
|
|
|
|
'name' => q(dý²), |
2503
|
|
|
|
|
|
|
'one' => q({0} dý²), |
2504
|
|
|
|
|
|
|
'other' => q({0} dý²), |
2505
|
|
|
|
|
|
|
'per' => q({0}/dý²), |
2506
|
|
|
|
|
|
|
}, |
2507
|
|
|
|
|
|
|
'square-kilometer' => { |
2508
|
|
|
|
|
|
|
'name' => q(km²), |
2509
|
|
|
|
|
|
|
'one' => q({0} km²), |
2510
|
|
|
|
|
|
|
'other' => q({0} km²), |
2511
|
|
|
|
|
|
|
'per' => q({0}/km²), |
2512
|
|
|
|
|
|
|
}, |
2513
|
|
|
|
|
|
|
'square-meter' => { |
2514
|
|
|
|
|
|
|
'name' => q(m²), |
2515
|
|
|
|
|
|
|
'one' => q({0} m²), |
2516
|
|
|
|
|
|
|
'other' => q({0} m²), |
2517
|
|
|
|
|
|
|
'per' => q({0}/m²), |
2518
|
|
|
|
|
|
|
}, |
2519
|
|
|
|
|
|
|
'square-mile' => { |
2520
|
|
|
|
|
|
|
'name' => q(mi²), |
2521
|
|
|
|
|
|
|
'one' => q({0} mi²), |
2522
|
|
|
|
|
|
|
'other' => q({0} mi²), |
2523
|
|
|
|
|
|
|
'per' => q({0}/mi²), |
2524
|
|
|
|
|
|
|
}, |
2525
|
|
|
|
|
|
|
'square-yard' => { |
2526
|
|
|
|
|
|
|
'name' => q(ýd²), |
2527
|
|
|
|
|
|
|
'one' => q({0} ýd²), |
2528
|
|
|
|
|
|
|
'other' => q({0} ýd²), |
2529
|
|
|
|
|
|
|
}, |
2530
|
|
|
|
|
|
|
'tablespoon' => { |
2531
|
|
|
|
|
|
|
'name' => q(n. ç.), |
2532
|
|
|
|
|
|
|
'one' => q({0} n. ç.), |
2533
|
|
|
|
|
|
|
'other' => q({0} n. ç.), |
2534
|
|
|
|
|
|
|
}, |
2535
|
|
|
|
|
|
|
'teaspoon' => { |
2536
|
|
|
|
|
|
|
'name' => q(ç. ç.), |
2537
|
|
|
|
|
|
|
'one' => q({0} ç. ç.), |
2538
|
|
|
|
|
|
|
'other' => q({0} ç. ç.), |
2539
|
|
|
|
|
|
|
}, |
2540
|
|
|
|
|
|
|
'terabit' => { |
2541
|
|
|
|
|
|
|
'name' => q(Tbit), |
2542
|
|
|
|
|
|
|
'one' => q({0} Tbit), |
2543
|
|
|
|
|
|
|
'other' => q({0} Tbit), |
2544
|
|
|
|
|
|
|
}, |
2545
|
|
|
|
|
|
|
'terabyte' => { |
2546
|
|
|
|
|
|
|
'name' => q(TB), |
2547
|
|
|
|
|
|
|
'one' => q({0} TB), |
2548
|
|
|
|
|
|
|
'other' => q({0} TB), |
2549
|
|
|
|
|
|
|
}, |
2550
|
|
|
|
|
|
|
'ton' => { |
2551
|
|
|
|
|
|
|
'name' => q(tonna), |
2552
|
|
|
|
|
|
|
'one' => q({0} tn), |
2553
|
|
|
|
|
|
|
'other' => q({0} tn), |
2554
|
|
|
|
|
|
|
}, |
2555
|
|
|
|
|
|
|
'volt' => { |
2556
|
|
|
|
|
|
|
'name' => q(W), |
2557
|
|
|
|
|
|
|
'one' => q({0} W), |
2558
|
|
|
|
|
|
|
'other' => q({0} W), |
2559
|
|
|
|
|
|
|
}, |
2560
|
|
|
|
|
|
|
'watt' => { |
2561
|
|
|
|
|
|
|
'name' => q(Wt), |
2562
|
|
|
|
|
|
|
'one' => q({0} Wt), |
2563
|
|
|
|
|
|
|
'other' => q({0} Wt), |
2564
|
|
|
|
|
|
|
}, |
2565
|
|
|
|
|
|
|
'week' => { |
2566
|
|
|
|
|
|
|
'name' => q(hep), |
2567
|
|
|
|
|
|
|
'one' => q({0} hep), |
2568
|
|
|
|
|
|
|
'other' => q({0} hep), |
2569
|
|
|
|
|
|
|
'per' => q({0}/hep), |
2570
|
|
|
|
|
|
|
}, |
2571
|
|
|
|
|
|
|
'yard' => { |
2572
|
|
|
|
|
|
|
'name' => q(ýd), |
2573
|
|
|
|
|
|
|
'one' => q({0} ýd), |
2574
|
|
|
|
|
|
|
'other' => q({0} ýd), |
2575
|
|
|
|
|
|
|
}, |
2576
|
|
|
|
|
|
|
'year' => { |
2577
|
|
|
|
|
|
|
'name' => q(ý.), |
2578
|
|
|
|
|
|
|
'one' => q({0} ý.), |
2579
|
|
|
|
|
|
|
'other' => q({0} ý.), |
2580
|
|
|
|
|
|
|
'per' => q({0}/ý.), |
2581
|
|
|
|
|
|
|
}, |
2582
|
|
|
|
|
|
|
}, |
2583
|
|
|
|
|
|
|
} } |
2584
|
|
|
|
|
|
|
); |
2585
|
|
|
|
|
|
|
|
2586
|
|
|
|
|
|
|
has 'yesstr' => ( |
2587
|
|
|
|
|
|
|
is => 'ro', |
2588
|
|
|
|
|
|
|
isa => RegexpRef, |
2589
|
|
|
|
|
|
|
init_arg => undef, |
2590
|
|
|
|
|
|
|
default => sub { qr'^(?i:hawa|h|yes|y)$' } |
2591
|
|
|
|
|
|
|
); |
2592
|
|
|
|
|
|
|
|
2593
|
|
|
|
|
|
|
has 'nostr' => ( |
2594
|
|
|
|
|
|
|
is => 'ro', |
2595
|
|
|
|
|
|
|
isa => RegexpRef, |
2596
|
|
|
|
|
|
|
init_arg => undef, |
2597
|
|
|
|
|
|
|
default => sub { qr'^(?i:ýok|ý|no|n)$' } |
2598
|
|
|
|
|
|
|
); |
2599
|
|
|
|
|
|
|
|
2600
|
|
|
|
|
|
|
has 'listPatterns' => ( |
2601
|
|
|
|
|
|
|
is => 'ro', |
2602
|
|
|
|
|
|
|
isa => HashRef, |
2603
|
|
|
|
|
|
|
init_arg => undef, |
2604
|
|
|
|
|
|
|
default => sub { { |
2605
|
|
|
|
|
|
|
start => q({0}, {1}), |
2606
|
|
|
|
|
|
|
middle => q({0}, {1}), |
2607
|
|
|
|
|
|
|
end => q({0}, {1}), |
2608
|
|
|
|
|
|
|
2 => q({0}, {1}), |
2609
|
|
|
|
|
|
|
} } |
2610
|
|
|
|
|
|
|
); |
2611
|
|
|
|
|
|
|
|
2612
|
|
|
|
|
|
|
has 'default_numbering_system' => ( |
2613
|
|
|
|
|
|
|
is => 'ro', |
2614
|
|
|
|
|
|
|
isa => Str, |
2615
|
|
|
|
|
|
|
init_arg => undef, |
2616
|
|
|
|
|
|
|
default => 'latn', |
2617
|
|
|
|
|
|
|
); |
2618
|
|
|
|
|
|
|
|
2619
|
|
|
|
|
|
|
has native_numbering_system => ( |
2620
|
|
|
|
|
|
|
is => 'ro', |
2621
|
|
|
|
|
|
|
isa => Str, |
2622
|
|
|
|
|
|
|
init_arg => undef, |
2623
|
|
|
|
|
|
|
default => 'latn', |
2624
|
|
|
|
|
|
|
); |
2625
|
|
|
|
|
|
|
|
2626
|
|
|
|
|
|
|
has 'minimum_grouping_digits' => ( |
2627
|
|
|
|
|
|
|
is =>'ro', |
2628
|
|
|
|
|
|
|
isa => Int, |
2629
|
|
|
|
|
|
|
init_arg => undef, |
2630
|
|
|
|
|
|
|
default => 1, |
2631
|
|
|
|
|
|
|
); |
2632
|
|
|
|
|
|
|
|
2633
|
|
|
|
|
|
|
has 'number_symbols' => ( |
2634
|
|
|
|
|
|
|
is => 'ro', |
2635
|
|
|
|
|
|
|
isa => HashRef, |
2636
|
|
|
|
|
|
|
init_arg => undef, |
2637
|
|
|
|
|
|
|
default => sub { { |
2638
|
|
|
|
|
|
|
'latn' => { |
2639
|
|
|
|
|
|
|
'decimal' => q(,), |
2640
|
|
|
|
|
|
|
'exponential' => q(E), |
2641
|
|
|
|
|
|
|
'group' => q(Â ), |
2642
|
|
|
|
|
|
|
'infinity' => q(â), |
2643
|
|
|
|
|
|
|
'list' => q(;), |
2644
|
|
|
|
|
|
|
'minusSign' => q(-), |
2645
|
|
|
|
|
|
|
'nan' => q(san däl), |
2646
|
|
|
|
|
|
|
'perMille' => q(â°), |
2647
|
|
|
|
|
|
|
'percentSign' => q(%), |
2648
|
|
|
|
|
|
|
'plusSign' => q(+), |
2649
|
|
|
|
|
|
|
'superscriptingExponent' => q(Ã), |
2650
|
|
|
|
|
|
|
'timeSeparator' => q(:), |
2651
|
|
|
|
|
|
|
}, |
2652
|
|
|
|
|
|
|
} } |
2653
|
|
|
|
|
|
|
); |
2654
|
|
|
|
|
|
|
|
2655
|
|
|
|
|
|
|
has 'number_formats' => ( |
2656
|
|
|
|
|
|
|
is => 'ro', |
2657
|
|
|
|
|
|
|
isa => HashRef, |
2658
|
|
|
|
|
|
|
init_arg => undef, |
2659
|
|
|
|
|
|
|
default => sub { { |
2660
|
|
|
|
|
|
|
decimalFormat => { |
2661
|
|
|
|
|
|
|
'default' => { |
2662
|
|
|
|
|
|
|
'1000' => { |
2663
|
|
|
|
|
|
|
'one' => '0 müÅ', |
2664
|
|
|
|
|
|
|
'other' => '0 müÅ', |
2665
|
|
|
|
|
|
|
}, |
2666
|
|
|
|
|
|
|
'10000' => { |
2667
|
|
|
|
|
|
|
'one' => '00 müÅ', |
2668
|
|
|
|
|
|
|
'other' => '00 müÅ', |
2669
|
|
|
|
|
|
|
}, |
2670
|
|
|
|
|
|
|
'100000' => { |
2671
|
|
|
|
|
|
|
'one' => '000 müÅ', |
2672
|
|
|
|
|
|
|
'other' => '000 müÅ', |
2673
|
|
|
|
|
|
|
}, |
2674
|
|
|
|
|
|
|
'1000000' => { |
2675
|
|
|
|
|
|
|
'one' => '0Â mln', |
2676
|
|
|
|
|
|
|
'other' => '0Â mln', |
2677
|
|
|
|
|
|
|
}, |
2678
|
|
|
|
|
|
|
'10000000' => { |
2679
|
|
|
|
|
|
|
'one' => '00Â mln', |
2680
|
|
|
|
|
|
|
'other' => '00Â mln', |
2681
|
|
|
|
|
|
|
}, |
2682
|
|
|
|
|
|
|
'100000000' => { |
2683
|
|
|
|
|
|
|
'one' => '000Â mln', |
2684
|
|
|
|
|
|
|
'other' => '000Â mln', |
2685
|
|
|
|
|
|
|
}, |
2686
|
|
|
|
|
|
|
'1000000000' => { |
2687
|
|
|
|
|
|
|
'one' => '0Â mlrd', |
2688
|
|
|
|
|
|
|
'other' => '0Â mlrd', |
2689
|
|
|
|
|
|
|
}, |
2690
|
|
|
|
|
|
|
'10000000000' => { |
2691
|
|
|
|
|
|
|
'one' => '00Â mlrd', |
2692
|
|
|
|
|
|
|
'other' => '00Â mlrd', |
2693
|
|
|
|
|
|
|
}, |
2694
|
|
|
|
|
|
|
'100000000000' => { |
2695
|
|
|
|
|
|
|
'one' => '000Â mlrd', |
2696
|
|
|
|
|
|
|
'other' => '000Â mlrd', |
2697
|
|
|
|
|
|
|
}, |
2698
|
|
|
|
|
|
|
'1000000000000' => { |
2699
|
|
|
|
|
|
|
'one' => '0Â trln', |
2700
|
|
|
|
|
|
|
'other' => '0Â trln', |
2701
|
|
|
|
|
|
|
}, |
2702
|
|
|
|
|
|
|
'10000000000000' => { |
2703
|
|
|
|
|
|
|
'one' => '00Â trln', |
2704
|
|
|
|
|
|
|
'other' => '00Â trln', |
2705
|
|
|
|
|
|
|
}, |
2706
|
|
|
|
|
|
|
'100000000000000' => { |
2707
|
|
|
|
|
|
|
'one' => '000Â trln', |
2708
|
|
|
|
|
|
|
'other' => '000Â trln', |
2709
|
|
|
|
|
|
|
}, |
2710
|
|
|
|
|
|
|
'standard' => { |
2711
|
|
|
|
|
|
|
'default' => '#,##0.###', |
2712
|
|
|
|
|
|
|
}, |
2713
|
|
|
|
|
|
|
}, |
2714
|
|
|
|
|
|
|
'long' => { |
2715
|
|
|
|
|
|
|
'1000' => { |
2716
|
|
|
|
|
|
|
'one' => '0 müÅ', |
2717
|
|
|
|
|
|
|
'other' => '0 müÅ', |
2718
|
|
|
|
|
|
|
}, |
2719
|
|
|
|
|
|
|
'10000' => { |
2720
|
|
|
|
|
|
|
'one' => '00 müÅ', |
2721
|
|
|
|
|
|
|
'other' => '00 müÅ', |
2722
|
|
|
|
|
|
|
}, |
2723
|
|
|
|
|
|
|
'100000' => { |
2724
|
|
|
|
|
|
|
'one' => '000 müÅ', |
2725
|
|
|
|
|
|
|
'other' => '000 müÅ', |
2726
|
|
|
|
|
|
|
}, |
2727
|
|
|
|
|
|
|
'1000000' => { |
2728
|
|
|
|
|
|
|
'one' => '0 million', |
2729
|
|
|
|
|
|
|
'other' => '0 million', |
2730
|
|
|
|
|
|
|
}, |
2731
|
|
|
|
|
|
|
'10000000' => { |
2732
|
|
|
|
|
|
|
'one' => '00 million', |
2733
|
|
|
|
|
|
|
'other' => '00 million', |
2734
|
|
|
|
|
|
|
}, |
2735
|
|
|
|
|
|
|
'100000000' => { |
2736
|
|
|
|
|
|
|
'one' => '000 million', |
2737
|
|
|
|
|
|
|
'other' => '000 million', |
2738
|
|
|
|
|
|
|
}, |
2739
|
|
|
|
|
|
|
'1000000000' => { |
2740
|
|
|
|
|
|
|
'one' => '0 milliard', |
2741
|
|
|
|
|
|
|
'other' => '0 milliard', |
2742
|
|
|
|
|
|
|
}, |
2743
|
|
|
|
|
|
|
'10000000000' => { |
2744
|
|
|
|
|
|
|
'one' => '00 milliard', |
2745
|
|
|
|
|
|
|
'other' => '00 milliard', |
2746
|
|
|
|
|
|
|
}, |
2747
|
|
|
|
|
|
|
'100000000000' => { |
2748
|
|
|
|
|
|
|
'one' => '000 milliard', |
2749
|
|
|
|
|
|
|
'other' => '000 milliard', |
2750
|
|
|
|
|
|
|
}, |
2751
|
|
|
|
|
|
|
'1000000000000' => { |
2752
|
|
|
|
|
|
|
'one' => '0 trillion', |
2753
|
|
|
|
|
|
|
'other' => '0 trillion', |
2754
|
|
|
|
|
|
|
}, |
2755
|
|
|
|
|
|
|
'10000000000000' => { |
2756
|
|
|
|
|
|
|
'one' => '00 trillion', |
2757
|
|
|
|
|
|
|
'other' => '00 trillion', |
2758
|
|
|
|
|
|
|
}, |
2759
|
|
|
|
|
|
|
'100000000000000' => { |
2760
|
|
|
|
|
|
|
'one' => '000 trillion', |
2761
|
|
|
|
|
|
|
'other' => '000 trillion', |
2762
|
|
|
|
|
|
|
}, |
2763
|
|
|
|
|
|
|
}, |
2764
|
|
|
|
|
|
|
'short' => { |
2765
|
|
|
|
|
|
|
'1000' => { |
2766
|
|
|
|
|
|
|
'one' => '0 müÅ', |
2767
|
|
|
|
|
|
|
'other' => '0 müÅ', |
2768
|
|
|
|
|
|
|
}, |
2769
|
|
|
|
|
|
|
'10000' => { |
2770
|
|
|
|
|
|
|
'one' => '00 müÅ', |
2771
|
|
|
|
|
|
|
'other' => '00 müÅ', |
2772
|
|
|
|
|
|
|
}, |
2773
|
|
|
|
|
|
|
'100000' => { |
2774
|
|
|
|
|
|
|
'one' => '000 müÅ', |
2775
|
|
|
|
|
|
|
'other' => '000 müÅ', |
2776
|
|
|
|
|
|
|
}, |
2777
|
|
|
|
|
|
|
'1000000' => { |
2778
|
|
|
|
|
|
|
'one' => '0Â mln', |
2779
|
|
|
|
|
|
|
'other' => '0Â mln', |
2780
|
|
|
|
|
|
|
}, |
2781
|
|
|
|
|
|
|
'10000000' => { |
2782
|
|
|
|
|
|
|
'one' => '00Â mln', |
2783
|
|
|
|
|
|
|
'other' => '00Â mln', |
2784
|
|
|
|
|
|
|
}, |
2785
|
|
|
|
|
|
|
'100000000' => { |
2786
|
|
|
|
|
|
|
'one' => '000Â mln', |
2787
|
|
|
|
|
|
|
'other' => '000Â mln', |
2788
|
|
|
|
|
|
|
}, |
2789
|
|
|
|
|
|
|
'1000000000' => { |
2790
|
|
|
|
|
|
|
'one' => '0Â mlrd', |
2791
|
|
|
|
|
|
|
'other' => '0Â mlrd', |
2792
|
|
|
|
|
|
|
}, |
2793
|
|
|
|
|
|
|
'10000000000' => { |
2794
|
|
|
|
|
|
|
'one' => '00Â mlrd', |
2795
|
|
|
|
|
|
|
'other' => '00Â mlrd', |
2796
|
|
|
|
|
|
|
}, |
2797
|
|
|
|
|
|
|
'100000000000' => { |
2798
|
|
|
|
|
|
|
'one' => '000Â mlrd', |
2799
|
|
|
|
|
|
|
'other' => '000Â mlrd', |
2800
|
|
|
|
|
|
|
}, |
2801
|
|
|
|
|
|
|
'1000000000000' => { |
2802
|
|
|
|
|
|
|
'one' => '0Â trln', |
2803
|
|
|
|
|
|
|
'other' => '0Â trln', |
2804
|
|
|
|
|
|
|
}, |
2805
|
|
|
|
|
|
|
'10000000000000' => { |
2806
|
|
|
|
|
|
|
'one' => '00Â trln', |
2807
|
|
|
|
|
|
|
'other' => '00Â trln', |
2808
|
|
|
|
|
|
|
}, |
2809
|
|
|
|
|
|
|
'100000000000000' => { |
2810
|
|
|
|
|
|
|
'one' => '000Â trln', |
2811
|
|
|
|
|
|
|
'other' => '000Â trln', |
2812
|
|
|
|
|
|
|
}, |
2813
|
|
|
|
|
|
|
}, |
2814
|
|
|
|
|
|
|
}, |
2815
|
|
|
|
|
|
|
percentFormat => { |
2816
|
|
|
|
|
|
|
'default' => { |
2817
|
|
|
|
|
|
|
'standard' => { |
2818
|
|
|
|
|
|
|
'default' => '#,##0Â %', |
2819
|
|
|
|
|
|
|
}, |
2820
|
|
|
|
|
|
|
}, |
2821
|
|
|
|
|
|
|
}, |
2822
|
|
|
|
|
|
|
scientificFormat => { |
2823
|
|
|
|
|
|
|
'default' => { |
2824
|
|
|
|
|
|
|
'standard' => { |
2825
|
|
|
|
|
|
|
'default' => '#E0', |
2826
|
|
|
|
|
|
|
}, |
2827
|
|
|
|
|
|
|
}, |
2828
|
|
|
|
|
|
|
}, |
2829
|
|
|
|
|
|
|
} }, |
2830
|
|
|
|
|
|
|
); |
2831
|
|
|
|
|
|
|
|
2832
|
|
|
|
|
|
|
has 'number_currency_formats' => ( |
2833
|
|
|
|
|
|
|
is => 'ro', |
2834
|
|
|
|
|
|
|
isa => HashRef, |
2835
|
|
|
|
|
|
|
init_arg => undef, |
2836
|
|
|
|
|
|
|
default => sub { { |
2837
|
|
|
|
|
|
|
'latn' => { |
2838
|
|
|
|
|
|
|
'pattern' => { |
2839
|
|
|
|
|
|
|
'default' => { |
2840
|
|
|
|
|
|
|
'accounting' => { |
2841
|
|
|
|
|
|
|
'positive' => '#,##0.00 ¤', |
2842
|
|
|
|
|
|
|
}, |
2843
|
|
|
|
|
|
|
'standard' => { |
2844
|
|
|
|
|
|
|
'positive' => '#,##0.00 ¤', |
2845
|
|
|
|
|
|
|
}, |
2846
|
|
|
|
|
|
|
}, |
2847
|
|
|
|
|
|
|
}, |
2848
|
|
|
|
|
|
|
}, |
2849
|
|
|
|
|
|
|
} }, |
2850
|
|
|
|
|
|
|
); |
2851
|
|
|
|
|
|
|
|
2852
|
|
|
|
|
|
|
has 'currencies' => ( |
2853
|
|
|
|
|
|
|
is => 'ro', |
2854
|
|
|
|
|
|
|
isa => HashRef, |
2855
|
|
|
|
|
|
|
init_arg => undef, |
2856
|
|
|
|
|
|
|
default => sub { { |
2857
|
|
|
|
|
|
|
'AED' => { |
2858
|
|
|
|
|
|
|
symbol => 'AED', |
2859
|
|
|
|
|
|
|
display_name => { |
2860
|
|
|
|
|
|
|
'currency' => q(BAE dirhemi), |
2861
|
|
|
|
|
|
|
'one' => q(BAE dirhemi), |
2862
|
|
|
|
|
|
|
'other' => q(BAE dirhemi), |
2863
|
|
|
|
|
|
|
}, |
2864
|
|
|
|
|
|
|
}, |
2865
|
|
|
|
|
|
|
'AFN' => { |
2866
|
|
|
|
|
|
|
symbol => 'AFN', |
2867
|
|
|
|
|
|
|
display_name => { |
2868
|
|
|
|
|
|
|
'currency' => q(Owgan afganisi), |
2869
|
|
|
|
|
|
|
'one' => q(owgan afganisi), |
2870
|
|
|
|
|
|
|
'other' => q(owgan afganisi), |
2871
|
|
|
|
|
|
|
}, |
2872
|
|
|
|
|
|
|
}, |
2873
|
|
|
|
|
|
|
'ALL' => { |
2874
|
|
|
|
|
|
|
symbol => 'ALL', |
2875
|
|
|
|
|
|
|
display_name => { |
2876
|
|
|
|
|
|
|
'currency' => q(Alban leki), |
2877
|
|
|
|
|
|
|
'one' => q(alban leki), |
2878
|
|
|
|
|
|
|
'other' => q(alban leki), |
2879
|
|
|
|
|
|
|
}, |
2880
|
|
|
|
|
|
|
}, |
2881
|
|
|
|
|
|
|
'AMD' => { |
2882
|
|
|
|
|
|
|
symbol => 'AMD', |
2883
|
|
|
|
|
|
|
display_name => { |
2884
|
|
|
|
|
|
|
'currency' => q(Ermeni dramy), |
2885
|
|
|
|
|
|
|
'one' => q(ermeni dramy), |
2886
|
|
|
|
|
|
|
'other' => q(ermeni dramy), |
2887
|
|
|
|
|
|
|
}, |
2888
|
|
|
|
|
|
|
}, |
2889
|
|
|
|
|
|
|
'ANG' => { |
2890
|
|
|
|
|
|
|
symbol => 'ANG', |
2891
|
|
|
|
|
|
|
display_name => { |
2892
|
|
|
|
|
|
|
'currency' => q(Niderland antil guldeni), |
2893
|
|
|
|
|
|
|
'one' => q(niderland antil guldeni), |
2894
|
|
|
|
|
|
|
'other' => q(niderland antil guldeni), |
2895
|
|
|
|
|
|
|
}, |
2896
|
|
|
|
|
|
|
}, |
2897
|
|
|
|
|
|
|
'AOA' => { |
2898
|
|
|
|
|
|
|
symbol => 'AOA', |
2899
|
|
|
|
|
|
|
display_name => { |
2900
|
|
|
|
|
|
|
'currency' => q(Angola kwanzasy), |
2901
|
|
|
|
|
|
|
'one' => q(angola kwanzasy), |
2902
|
|
|
|
|
|
|
'other' => q(angola kwanzasy), |
2903
|
|
|
|
|
|
|
}, |
2904
|
|
|
|
|
|
|
}, |
2905
|
|
|
|
|
|
|
'ARS' => { |
2906
|
|
|
|
|
|
|
symbol => 'ARS', |
2907
|
|
|
|
|
|
|
display_name => { |
2908
|
|
|
|
|
|
|
'currency' => q(Argentin pesosy), |
2909
|
|
|
|
|
|
|
'one' => q(argentin pesosy), |
2910
|
|
|
|
|
|
|
'other' => q(argentin pesosy), |
2911
|
|
|
|
|
|
|
}, |
2912
|
|
|
|
|
|
|
}, |
2913
|
|
|
|
|
|
|
'AUD' => { |
2914
|
|
|
|
|
|
|
symbol => 'A$', |
2915
|
|
|
|
|
|
|
display_name => { |
2916
|
|
|
|
|
|
|
'currency' => q(Awstraliýa dollary), |
2917
|
|
|
|
|
|
|
'one' => q(awstraliýa dollary), |
2918
|
|
|
|
|
|
|
'other' => q(awstraliýa dollary), |
2919
|
|
|
|
|
|
|
}, |
2920
|
|
|
|
|
|
|
}, |
2921
|
|
|
|
|
|
|
'AWG' => { |
2922
|
|
|
|
|
|
|
symbol => 'AWG', |
2923
|
|
|
|
|
|
|
display_name => { |
2924
|
|
|
|
|
|
|
'currency' => q(Aruba florini), |
2925
|
|
|
|
|
|
|
'one' => q(aruba florini), |
2926
|
|
|
|
|
|
|
'other' => q(aruba florini), |
2927
|
|
|
|
|
|
|
}, |
2928
|
|
|
|
|
|
|
}, |
2929
|
|
|
|
|
|
|
'AZN' => { |
2930
|
|
|
|
|
|
|
symbol => 'AZN', |
2931
|
|
|
|
|
|
|
display_name => { |
2932
|
|
|
|
|
|
|
'currency' => q(Azerbaýjan manady), |
2933
|
|
|
|
|
|
|
'one' => q(azerbaýjan manady), |
2934
|
|
|
|
|
|
|
'other' => q(azerbaýjan manady), |
2935
|
|
|
|
|
|
|
}, |
2936
|
|
|
|
|
|
|
}, |
2937
|
|
|
|
|
|
|
'BAM' => { |
2938
|
|
|
|
|
|
|
symbol => 'BAM', |
2939
|
|
|
|
|
|
|
display_name => { |
2940
|
|
|
|
|
|
|
'currency' => q(Konwertirlenýän Bosniýa we Gersegowina markasy), |
2941
|
|
|
|
|
|
|
'one' => q(konwertirlenýän bosniýa we gersegowina markasy), |
2942
|
|
|
|
|
|
|
'other' => q(konwertirlenýän bosniýa we gersegowina markasy), |
2943
|
|
|
|
|
|
|
}, |
2944
|
|
|
|
|
|
|
}, |
2945
|
|
|
|
|
|
|
'BBD' => { |
2946
|
|
|
|
|
|
|
symbol => 'BBD', |
2947
|
|
|
|
|
|
|
display_name => { |
2948
|
|
|
|
|
|
|
'currency' => q(Barbados dollary), |
2949
|
|
|
|
|
|
|
'one' => q(barbados dollary), |
2950
|
|
|
|
|
|
|
'other' => q(barbados dollary), |
2951
|
|
|
|
|
|
|
}, |
2952
|
|
|
|
|
|
|
}, |
2953
|
|
|
|
|
|
|
'BDT' => { |
2954
|
|
|
|
|
|
|
symbol => 'BDT', |
2955
|
|
|
|
|
|
|
display_name => { |
2956
|
|
|
|
|
|
|
'currency' => q(BangladeÅ takasy), |
2957
|
|
|
|
|
|
|
'one' => q(bangladeÅ takasy), |
2958
|
|
|
|
|
|
|
'other' => q(bangladeÅ takasy), |
2959
|
|
|
|
|
|
|
}, |
2960
|
|
|
|
|
|
|
}, |
2961
|
|
|
|
|
|
|
'BGN' => { |
2962
|
|
|
|
|
|
|
symbol => 'BGN', |
2963
|
|
|
|
|
|
|
display_name => { |
2964
|
|
|
|
|
|
|
'currency' => q(Bolgar lewi), |
2965
|
|
|
|
|
|
|
'one' => q(bolgar lewi), |
2966
|
|
|
|
|
|
|
'other' => q(bolgar lewi), |
2967
|
|
|
|
|
|
|
}, |
2968
|
|
|
|
|
|
|
}, |
2969
|
|
|
|
|
|
|
'BHD' => { |
2970
|
|
|
|
|
|
|
symbol => 'BHD', |
2971
|
|
|
|
|
|
|
display_name => { |
2972
|
|
|
|
|
|
|
'currency' => q(Bahreýn dinary), |
2973
|
|
|
|
|
|
|
'one' => q(bahreýn dinary), |
2974
|
|
|
|
|
|
|
'other' => q(bahreýn dinary), |
2975
|
|
|
|
|
|
|
}, |
2976
|
|
|
|
|
|
|
}, |
2977
|
|
|
|
|
|
|
'BIF' => { |
2978
|
|
|
|
|
|
|
symbol => 'BIF', |
2979
|
|
|
|
|
|
|
display_name => { |
2980
|
|
|
|
|
|
|
'currency' => q(Burundi franky), |
2981
|
|
|
|
|
|
|
'one' => q(burundi franky), |
2982
|
|
|
|
|
|
|
'other' => q(burundi franky), |
2983
|
|
|
|
|
|
|
}, |
2984
|
|
|
|
|
|
|
}, |
2985
|
|
|
|
|
|
|
'BMD' => { |
2986
|
|
|
|
|
|
|
symbol => 'BMD', |
2987
|
|
|
|
|
|
|
display_name => { |
2988
|
|
|
|
|
|
|
'currency' => q(Bermuda dollary), |
2989
|
|
|
|
|
|
|
'one' => q(bermuda dollary), |
2990
|
|
|
|
|
|
|
'other' => q(bermuda dollary), |
2991
|
|
|
|
|
|
|
}, |
2992
|
|
|
|
|
|
|
}, |
2993
|
|
|
|
|
|
|
'BND' => { |
2994
|
|
|
|
|
|
|
symbol => 'BND', |
2995
|
|
|
|
|
|
|
display_name => { |
2996
|
|
|
|
|
|
|
'currency' => q(Bruneý dollary), |
2997
|
|
|
|
|
|
|
'one' => q(bruneý dollary), |
2998
|
|
|
|
|
|
|
'other' => q(bruneý dollary), |
2999
|
|
|
|
|
|
|
}, |
3000
|
|
|
|
|
|
|
}, |
3001
|
|
|
|
|
|
|
'BOB' => { |
3002
|
|
|
|
|
|
|
symbol => 'BOB', |
3003
|
|
|
|
|
|
|
display_name => { |
3004
|
|
|
|
|
|
|
'currency' => q(Boliwiýa boliwianosy), |
3005
|
|
|
|
|
|
|
'one' => q(boliwiýa boliwianosy), |
3006
|
|
|
|
|
|
|
'other' => q(boliwiýa boliwianosy), |
3007
|
|
|
|
|
|
|
}, |
3008
|
|
|
|
|
|
|
}, |
3009
|
|
|
|
|
|
|
'BRL' => { |
3010
|
|
|
|
|
|
|
symbol => 'R$', |
3011
|
|
|
|
|
|
|
display_name => { |
3012
|
|
|
|
|
|
|
'currency' => q(Brazil realy), |
3013
|
|
|
|
|
|
|
'one' => q(brazil realy), |
3014
|
|
|
|
|
|
|
'other' => q(brazil realy), |
3015
|
|
|
|
|
|
|
}, |
3016
|
|
|
|
|
|
|
}, |
3017
|
|
|
|
|
|
|
'BSD' => { |
3018
|
|
|
|
|
|
|
symbol => 'BSD', |
3019
|
|
|
|
|
|
|
display_name => { |
3020
|
|
|
|
|
|
|
'currency' => q(Bagama dollary), |
3021
|
|
|
|
|
|
|
'one' => q(bagama dollary), |
3022
|
|
|
|
|
|
|
'other' => q(bagama dollary), |
3023
|
|
|
|
|
|
|
}, |
3024
|
|
|
|
|
|
|
}, |
3025
|
|
|
|
|
|
|
'BTN' => { |
3026
|
|
|
|
|
|
|
symbol => 'BTN', |
3027
|
|
|
|
|
|
|
display_name => { |
3028
|
|
|
|
|
|
|
'currency' => q(Butan ngultrumy), |
3029
|
|
|
|
|
|
|
'one' => q(butan ngultrumy), |
3030
|
|
|
|
|
|
|
'other' => q(butan ngultrumy), |
3031
|
|
|
|
|
|
|
}, |
3032
|
|
|
|
|
|
|
}, |
3033
|
|
|
|
|
|
|
'BWP' => { |
3034
|
|
|
|
|
|
|
symbol => 'BWP', |
3035
|
|
|
|
|
|
|
display_name => { |
3036
|
|
|
|
|
|
|
'currency' => q(Botswana pulasy), |
3037
|
|
|
|
|
|
|
'one' => q(botswana pulasy), |
3038
|
|
|
|
|
|
|
'other' => q(botswana pulasy), |
3039
|
|
|
|
|
|
|
}, |
3040
|
|
|
|
|
|
|
}, |
3041
|
|
|
|
|
|
|
'BYN' => { |
3042
|
|
|
|
|
|
|
symbol => 'BYN', |
3043
|
|
|
|
|
|
|
display_name => { |
3044
|
|
|
|
|
|
|
'currency' => q(Belarus rubly), |
3045
|
|
|
|
|
|
|
'one' => q(belarus rubly), |
3046
|
|
|
|
|
|
|
'other' => q(belarus rubly), |
3047
|
|
|
|
|
|
|
}, |
3048
|
|
|
|
|
|
|
}, |
3049
|
|
|
|
|
|
|
'BYR' => { |
3050
|
|
|
|
|
|
|
symbol => 'BYR', |
3051
|
|
|
|
|
|
|
display_name => { |
3052
|
|
|
|
|
|
|
'currency' => q(Belorus rubly \(2000â2016\)), |
3053
|
|
|
|
|
|
|
'one' => q(belorus rubly \(2000â2016\)), |
3054
|
|
|
|
|
|
|
'other' => q(belorus rubly \(2000â2016\)), |
3055
|
|
|
|
|
|
|
}, |
3056
|
|
|
|
|
|
|
}, |
3057
|
|
|
|
|
|
|
'BZD' => { |
3058
|
|
|
|
|
|
|
symbol => 'BZD', |
3059
|
|
|
|
|
|
|
display_name => { |
3060
|
|
|
|
|
|
|
'currency' => q(Beliz dollary), |
3061
|
|
|
|
|
|
|
'one' => q(beliz dollary), |
3062
|
|
|
|
|
|
|
'other' => q(beliz dollary), |
3063
|
|
|
|
|
|
|
}, |
3064
|
|
|
|
|
|
|
}, |
3065
|
|
|
|
|
|
|
'CAD' => { |
3066
|
|
|
|
|
|
|
symbol => 'CA$', |
3067
|
|
|
|
|
|
|
display_name => { |
3068
|
|
|
|
|
|
|
'currency' => q(Kanada dollary), |
3069
|
|
|
|
|
|
|
'one' => q(kanada dollary), |
3070
|
|
|
|
|
|
|
'other' => q(kanada dollary), |
3071
|
|
|
|
|
|
|
}, |
3072
|
|
|
|
|
|
|
}, |
3073
|
|
|
|
|
|
|
'CDF' => { |
3074
|
|
|
|
|
|
|
symbol => 'CDF', |
3075
|
|
|
|
|
|
|
display_name => { |
3076
|
|
|
|
|
|
|
'currency' => q(Kongo franky), |
3077
|
|
|
|
|
|
|
'one' => q(kongo franky), |
3078
|
|
|
|
|
|
|
'other' => q(kongo franky), |
3079
|
|
|
|
|
|
|
}, |
3080
|
|
|
|
|
|
|
}, |
3081
|
|
|
|
|
|
|
'CHF' => { |
3082
|
|
|
|
|
|
|
symbol => 'CHF', |
3083
|
|
|
|
|
|
|
display_name => { |
3084
|
|
|
|
|
|
|
'currency' => q(Åweýsar franky), |
3085
|
|
|
|
|
|
|
'one' => q(Åweýsar franky), |
3086
|
|
|
|
|
|
|
'other' => q(Åweýsar franky), |
3087
|
|
|
|
|
|
|
}, |
3088
|
|
|
|
|
|
|
}, |
3089
|
|
|
|
|
|
|
'CLP' => { |
3090
|
|
|
|
|
|
|
symbol => 'CLP', |
3091
|
|
|
|
|
|
|
display_name => { |
3092
|
|
|
|
|
|
|
'currency' => q(Ãili pesosy), |
3093
|
|
|
|
|
|
|
'one' => q(çili pesosy), |
3094
|
|
|
|
|
|
|
'other' => q(çili pesosy), |
3095
|
|
|
|
|
|
|
}, |
3096
|
|
|
|
|
|
|
}, |
3097
|
|
|
|
|
|
|
'CNH' => { |
3098
|
|
|
|
|
|
|
symbol => 'CNH', |
3099
|
|
|
|
|
|
|
display_name => { |
3100
|
|
|
|
|
|
|
'currency' => q(Hytaý ýuany \(ofÅor\)), |
3101
|
|
|
|
|
|
|
'one' => q(hytaý ýuany \(ofÅor\)), |
3102
|
|
|
|
|
|
|
'other' => q(hytaý ýuany \(ofÅor\)), |
3103
|
|
|
|
|
|
|
}, |
3104
|
|
|
|
|
|
|
}, |
3105
|
|
|
|
|
|
|
'CNY' => { |
3106
|
|
|
|
|
|
|
symbol => 'CNÂ¥', |
3107
|
|
|
|
|
|
|
display_name => { |
3108
|
|
|
|
|
|
|
'currency' => q(Hytaý ýuany), |
3109
|
|
|
|
|
|
|
'one' => q(hytaý ýuany), |
3110
|
|
|
|
|
|
|
'other' => q(hytaý ýuany), |
3111
|
|
|
|
|
|
|
}, |
3112
|
|
|
|
|
|
|
}, |
3113
|
|
|
|
|
|
|
'COP' => { |
3114
|
|
|
|
|
|
|
symbol => 'COP', |
3115
|
|
|
|
|
|
|
display_name => { |
3116
|
|
|
|
|
|
|
'currency' => q(Kolumbiýa pesosy), |
3117
|
|
|
|
|
|
|
'one' => q(kolumbiýa pesosy), |
3118
|
|
|
|
|
|
|
'other' => q(kolumbiýa pesosy), |
3119
|
|
|
|
|
|
|
}, |
3120
|
|
|
|
|
|
|
}, |
3121
|
|
|
|
|
|
|
'CRC' => { |
3122
|
|
|
|
|
|
|
symbol => 'CRC', |
3123
|
|
|
|
|
|
|
display_name => { |
3124
|
|
|
|
|
|
|
'currency' => q(Kosta-Rika kolony), |
3125
|
|
|
|
|
|
|
'one' => q(kosta-rika kolony), |
3126
|
|
|
|
|
|
|
'other' => q(kosta-rika kolony), |
3127
|
|
|
|
|
|
|
}, |
3128
|
|
|
|
|
|
|
}, |
3129
|
|
|
|
|
|
|
'CUC' => { |
3130
|
|
|
|
|
|
|
symbol => 'CUC', |
3131
|
|
|
|
|
|
|
display_name => { |
3132
|
|
|
|
|
|
|
'currency' => q(Konwertirlenýän kuba pesosy), |
3133
|
|
|
|
|
|
|
'one' => q(konwertirlenýän kuba pesosy), |
3134
|
|
|
|
|
|
|
'other' => q(konwertirlenýän kuba pesosy), |
3135
|
|
|
|
|
|
|
}, |
3136
|
|
|
|
|
|
|
}, |
3137
|
|
|
|
|
|
|
'CUP' => { |
3138
|
|
|
|
|
|
|
symbol => 'CUP', |
3139
|
|
|
|
|
|
|
display_name => { |
3140
|
|
|
|
|
|
|
'currency' => q(Kuba pesosy), |
3141
|
|
|
|
|
|
|
'one' => q(kuba pesosy), |
3142
|
|
|
|
|
|
|
'other' => q(kuba pesosy), |
3143
|
|
|
|
|
|
|
}, |
3144
|
|
|
|
|
|
|
}, |
3145
|
|
|
|
|
|
|
'CVE' => { |
3146
|
|
|
|
|
|
|
symbol => 'CVE', |
3147
|
|
|
|
|
|
|
display_name => { |
3148
|
|
|
|
|
|
|
'currency' => q(Kabo-Werde eskudosy), |
3149
|
|
|
|
|
|
|
'one' => q(kabo-werde eskudosy), |
3150
|
|
|
|
|
|
|
'other' => q(kabo-werde eskudosy), |
3151
|
|
|
|
|
|
|
}, |
3152
|
|
|
|
|
|
|
}, |
3153
|
|
|
|
|
|
|
'CZK' => { |
3154
|
|
|
|
|
|
|
symbol => 'CZK', |
3155
|
|
|
|
|
|
|
display_name => { |
3156
|
|
|
|
|
|
|
'currency' => q(Ãeh kronasy), |
3157
|
|
|
|
|
|
|
'one' => q(çeh kronasy), |
3158
|
|
|
|
|
|
|
'other' => q(çeh kronasy), |
3159
|
|
|
|
|
|
|
}, |
3160
|
|
|
|
|
|
|
}, |
3161
|
|
|
|
|
|
|
'DJF' => { |
3162
|
|
|
|
|
|
|
symbol => 'DJF', |
3163
|
|
|
|
|
|
|
display_name => { |
3164
|
|
|
|
|
|
|
'currency' => q(Jibuti franky), |
3165
|
|
|
|
|
|
|
'one' => q(jibuti franky), |
3166
|
|
|
|
|
|
|
'other' => q(jibuti franky), |
3167
|
|
|
|
|
|
|
}, |
3168
|
|
|
|
|
|
|
}, |
3169
|
|
|
|
|
|
|
'DKK' => { |
3170
|
|
|
|
|
|
|
symbol => 'DKK', |
3171
|
|
|
|
|
|
|
display_name => { |
3172
|
|
|
|
|
|
|
'currency' => q(Daniýa kronasy), |
3173
|
|
|
|
|
|
|
'one' => q(daniýa kronasy), |
3174
|
|
|
|
|
|
|
'other' => q(daniýa kronasy), |
3175
|
|
|
|
|
|
|
}, |
3176
|
|
|
|
|
|
|
}, |
3177
|
|
|
|
|
|
|
'DOP' => { |
3178
|
|
|
|
|
|
|
symbol => 'DOP', |
3179
|
|
|
|
|
|
|
display_name => { |
3180
|
|
|
|
|
|
|
'currency' => q(Dominikan pesosy), |
3181
|
|
|
|
|
|
|
'one' => q(dominikan pesosy), |
3182
|
|
|
|
|
|
|
'other' => q(dominikan pesosy), |
3183
|
|
|
|
|
|
|
}, |
3184
|
|
|
|
|
|
|
}, |
3185
|
|
|
|
|
|
|
'DZD' => { |
3186
|
|
|
|
|
|
|
symbol => 'DZD', |
3187
|
|
|
|
|
|
|
display_name => { |
3188
|
|
|
|
|
|
|
'currency' => q(Alžir dinary), |
3189
|
|
|
|
|
|
|
'one' => q(alžir dinary), |
3190
|
|
|
|
|
|
|
'other' => q(alžir dinary), |
3191
|
|
|
|
|
|
|
}, |
3192
|
|
|
|
|
|
|
}, |
3193
|
|
|
|
|
|
|
'EGP' => { |
3194
|
|
|
|
|
|
|
symbol => 'EGP', |
3195
|
|
|
|
|
|
|
display_name => { |
3196
|
|
|
|
|
|
|
'currency' => q(Müsür funty), |
3197
|
|
|
|
|
|
|
'one' => q(müsür funty), |
3198
|
|
|
|
|
|
|
'other' => q(müsür funty), |
3199
|
|
|
|
|
|
|
}, |
3200
|
|
|
|
|
|
|
}, |
3201
|
|
|
|
|
|
|
'ERN' => { |
3202
|
|
|
|
|
|
|
symbol => 'ERN', |
3203
|
|
|
|
|
|
|
display_name => { |
3204
|
|
|
|
|
|
|
'currency' => q(Eritreýa nakfasy), |
3205
|
|
|
|
|
|
|
'one' => q(eritreýa nakfasy), |
3206
|
|
|
|
|
|
|
'other' => q(eritreýa nakfasy), |
3207
|
|
|
|
|
|
|
}, |
3208
|
|
|
|
|
|
|
}, |
3209
|
|
|
|
|
|
|
'ETB' => { |
3210
|
|
|
|
|
|
|
symbol => 'ETB', |
3211
|
|
|
|
|
|
|
display_name => { |
3212
|
|
|
|
|
|
|
'currency' => q(Efiopiýa byry), |
3213
|
|
|
|
|
|
|
'one' => q(efiopiýa byry), |
3214
|
|
|
|
|
|
|
'other' => q(efiopiýa byry), |
3215
|
|
|
|
|
|
|
}, |
3216
|
|
|
|
|
|
|
}, |
3217
|
|
|
|
|
|
|
'EUR' => { |
3218
|
|
|
|
|
|
|
symbol => 'EUR', |
3219
|
|
|
|
|
|
|
display_name => { |
3220
|
|
|
|
|
|
|
'currency' => q(Ãewro), |
3221
|
|
|
|
|
|
|
'one' => q(ýewro), |
3222
|
|
|
|
|
|
|
'other' => q(ýewro), |
3223
|
|
|
|
|
|
|
}, |
3224
|
|
|
|
|
|
|
}, |
3225
|
|
|
|
|
|
|
'FJD' => { |
3226
|
|
|
|
|
|
|
symbol => 'FJD', |
3227
|
|
|
|
|
|
|
display_name => { |
3228
|
|
|
|
|
|
|
'currency' => q(Fiji dollary), |
3229
|
|
|
|
|
|
|
'one' => q(fiji dollary), |
3230
|
|
|
|
|
|
|
'other' => q(fiji dollary), |
3231
|
|
|
|
|
|
|
}, |
3232
|
|
|
|
|
|
|
}, |
3233
|
|
|
|
|
|
|
'FKP' => { |
3234
|
|
|
|
|
|
|
symbol => 'FKP', |
3235
|
|
|
|
|
|
|
display_name => { |
3236
|
|
|
|
|
|
|
'currency' => q(Folklend adalarynyÅ funty), |
3237
|
|
|
|
|
|
|
'one' => q(folklend adalarynyÅ funty), |
3238
|
|
|
|
|
|
|
'other' => q(folklend adalarynyÅ funty), |
3239
|
|
|
|
|
|
|
}, |
3240
|
|
|
|
|
|
|
}, |
3241
|
|
|
|
|
|
|
'GBP' => { |
3242
|
|
|
|
|
|
|
symbol => 'GBP', |
3243
|
|
|
|
|
|
|
display_name => { |
3244
|
|
|
|
|
|
|
'currency' => q(Britan funt sterlingi), |
3245
|
|
|
|
|
|
|
'one' => q(britan funt sterlingi), |
3246
|
|
|
|
|
|
|
'other' => q(britan funt sterlingi), |
3247
|
|
|
|
|
|
|
}, |
3248
|
|
|
|
|
|
|
}, |
3249
|
|
|
|
|
|
|
'GEL' => { |
3250
|
|
|
|
|
|
|
symbol => 'GEL', |
3251
|
|
|
|
|
|
|
display_name => { |
3252
|
|
|
|
|
|
|
'currency' => q(Gruzin larisi), |
3253
|
|
|
|
|
|
|
'one' => q(gruzin larisi), |
3254
|
|
|
|
|
|
|
'other' => q(gruzin larisi), |
3255
|
|
|
|
|
|
|
}, |
3256
|
|
|
|
|
|
|
}, |
3257
|
|
|
|
|
|
|
'GHS' => { |
3258
|
|
|
|
|
|
|
symbol => 'GHS', |
3259
|
|
|
|
|
|
|
display_name => { |
3260
|
|
|
|
|
|
|
'currency' => q(Gano sedisi), |
3261
|
|
|
|
|
|
|
'one' => q(gano sedisi), |
3262
|
|
|
|
|
|
|
'other' => q(gano sedisi), |
3263
|
|
|
|
|
|
|
}, |
3264
|
|
|
|
|
|
|
}, |
3265
|
|
|
|
|
|
|
'GIP' => { |
3266
|
|
|
|
|
|
|
symbol => 'GIP', |
3267
|
|
|
|
|
|
|
display_name => { |
3268
|
|
|
|
|
|
|
'currency' => q(Gibraltar funty), |
3269
|
|
|
|
|
|
|
'one' => q(gibraltar funty), |
3270
|
|
|
|
|
|
|
'other' => q(gibraltar funty), |
3271
|
|
|
|
|
|
|
}, |
3272
|
|
|
|
|
|
|
}, |
3273
|
|
|
|
|
|
|
'GMD' => { |
3274
|
|
|
|
|
|
|
symbol => 'GMD', |
3275
|
|
|
|
|
|
|
display_name => { |
3276
|
|
|
|
|
|
|
'currency' => q(Gambiýa dalasisi), |
3277
|
|
|
|
|
|
|
'one' => q(gambiýa dalasisi), |
3278
|
|
|
|
|
|
|
'other' => q(gambiýa dalasisi), |
3279
|
|
|
|
|
|
|
}, |
3280
|
|
|
|
|
|
|
}, |
3281
|
|
|
|
|
|
|
'GNF' => { |
3282
|
|
|
|
|
|
|
symbol => 'GNF', |
3283
|
|
|
|
|
|
|
display_name => { |
3284
|
|
|
|
|
|
|
'currency' => q(Gwineý franky), |
3285
|
|
|
|
|
|
|
'one' => q(gwineý franky), |
3286
|
|
|
|
|
|
|
'other' => q(gwineý franky), |
3287
|
|
|
|
|
|
|
}, |
3288
|
|
|
|
|
|
|
}, |
3289
|
|
|
|
|
|
|
'GTQ' => { |
3290
|
|
|
|
|
|
|
symbol => 'GTQ', |
3291
|
|
|
|
|
|
|
display_name => { |
3292
|
|
|
|
|
|
|
'currency' => q(Gwatemala ketsaly), |
3293
|
|
|
|
|
|
|
'one' => q(gwatemala ketsaly), |
3294
|
|
|
|
|
|
|
'other' => q(gwatemala ketsaly), |
3295
|
|
|
|
|
|
|
}, |
3296
|
|
|
|
|
|
|
}, |
3297
|
|
|
|
|
|
|
'GYD' => { |
3298
|
|
|
|
|
|
|
symbol => 'GYD', |
3299
|
|
|
|
|
|
|
display_name => { |
3300
|
|
|
|
|
|
|
'currency' => q(Gaýana dollary), |
3301
|
|
|
|
|
|
|
'one' => q(gaýana dollary), |
3302
|
|
|
|
|
|
|
'other' => q(gaýana dollary), |
3303
|
|
|
|
|
|
|
}, |
3304
|
|
|
|
|
|
|
}, |
3305
|
|
|
|
|
|
|
'HKD' => { |
3306
|
|
|
|
|
|
|
symbol => 'HK$', |
3307
|
|
|
|
|
|
|
display_name => { |
3308
|
|
|
|
|
|
|
'currency' => q(Gonkong dollary), |
3309
|
|
|
|
|
|
|
'one' => q(gonkong dollary), |
3310
|
|
|
|
|
|
|
'other' => q(gonkong dollary), |
3311
|
|
|
|
|
|
|
}, |
3312
|
|
|
|
|
|
|
}, |
3313
|
|
|
|
|
|
|
'HNL' => { |
3314
|
|
|
|
|
|
|
symbol => 'HNL', |
3315
|
|
|
|
|
|
|
display_name => { |
3316
|
|
|
|
|
|
|
'currency' => q(Gonduras lempirasy), |
3317
|
|
|
|
|
|
|
'one' => q(gonduras lempirasy), |
3318
|
|
|
|
|
|
|
'other' => q(gonduras lempirasy), |
3319
|
|
|
|
|
|
|
}, |
3320
|
|
|
|
|
|
|
}, |
3321
|
|
|
|
|
|
|
'HRK' => { |
3322
|
|
|
|
|
|
|
symbol => 'HRK', |
3323
|
|
|
|
|
|
|
display_name => { |
3324
|
|
|
|
|
|
|
'currency' => q(Horwat kunasy), |
3325
|
|
|
|
|
|
|
'one' => q(horwat kunasy), |
3326
|
|
|
|
|
|
|
'other' => q(horwat kunasy), |
3327
|
|
|
|
|
|
|
}, |
3328
|
|
|
|
|
|
|
}, |
3329
|
|
|
|
|
|
|
'HTG' => { |
3330
|
|
|
|
|
|
|
symbol => 'HTG', |
3331
|
|
|
|
|
|
|
display_name => { |
3332
|
|
|
|
|
|
|
'currency' => q(Gaiti gurdy), |
3333
|
|
|
|
|
|
|
'one' => q(gaiti gurdy), |
3334
|
|
|
|
|
|
|
'other' => q(gaiti gurdy), |
3335
|
|
|
|
|
|
|
}, |
3336
|
|
|
|
|
|
|
}, |
3337
|
|
|
|
|
|
|
'HUF' => { |
3338
|
|
|
|
|
|
|
symbol => 'HUF', |
3339
|
|
|
|
|
|
|
display_name => { |
3340
|
|
|
|
|
|
|
'currency' => q(Wenger forinti), |
3341
|
|
|
|
|
|
|
'one' => q(wenger forinti), |
3342
|
|
|
|
|
|
|
'other' => q(wenger forinti), |
3343
|
|
|
|
|
|
|
}, |
3344
|
|
|
|
|
|
|
}, |
3345
|
|
|
|
|
|
|
'IDR' => { |
3346
|
|
|
|
|
|
|
symbol => 'IDR', |
3347
|
|
|
|
|
|
|
display_name => { |
3348
|
|
|
|
|
|
|
'currency' => q(Indoneziýa rupiýasy), |
3349
|
|
|
|
|
|
|
'one' => q(indoneziýa rupiýasy), |
3350
|
|
|
|
|
|
|
'other' => q(indoneziýa rupiýasy), |
3351
|
|
|
|
|
|
|
}, |
3352
|
|
|
|
|
|
|
}, |
3353
|
|
|
|
|
|
|
'ILS' => { |
3354
|
|
|
|
|
|
|
symbol => 'âª', |
3355
|
|
|
|
|
|
|
display_name => { |
3356
|
|
|
|
|
|
|
'currency' => q(Täze Ysraýyl Åekeli), |
3357
|
|
|
|
|
|
|
'one' => q(täze ysraýyl Åekeli), |
3358
|
|
|
|
|
|
|
'other' => q(täze ysraýyl Åekeli), |
3359
|
|
|
|
|
|
|
}, |
3360
|
|
|
|
|
|
|
}, |
3361
|
|
|
|
|
|
|
'INR' => { |
3362
|
|
|
|
|
|
|
symbol => 'â¹', |
3363
|
|
|
|
|
|
|
display_name => { |
3364
|
|
|
|
|
|
|
'currency' => q(Hindi rupiýasy), |
3365
|
|
|
|
|
|
|
'one' => q(hindi rupiýasy), |
3366
|
|
|
|
|
|
|
'other' => q(hindi rupiýasy), |
3367
|
|
|
|
|
|
|
}, |
3368
|
|
|
|
|
|
|
}, |
3369
|
|
|
|
|
|
|
'IQD' => { |
3370
|
|
|
|
|
|
|
symbol => 'IQD', |
3371
|
|
|
|
|
|
|
display_name => { |
3372
|
|
|
|
|
|
|
'currency' => q(Yrak dinary), |
3373
|
|
|
|
|
|
|
'one' => q(yrak dinary), |
3374
|
|
|
|
|
|
|
'other' => q(yrak dinary), |
3375
|
|
|
|
|
|
|
}, |
3376
|
|
|
|
|
|
|
}, |
3377
|
|
|
|
|
|
|
'IRR' => { |
3378
|
|
|
|
|
|
|
symbol => 'IRR', |
3379
|
|
|
|
|
|
|
display_name => { |
3380
|
|
|
|
|
|
|
'currency' => q(Eýran rialy), |
3381
|
|
|
|
|
|
|
'one' => q(eýran rialy), |
3382
|
|
|
|
|
|
|
'other' => q(eýran rialy), |
3383
|
|
|
|
|
|
|
}, |
3384
|
|
|
|
|
|
|
}, |
3385
|
|
|
|
|
|
|
'ISK' => { |
3386
|
|
|
|
|
|
|
symbol => 'ISK', |
3387
|
|
|
|
|
|
|
display_name => { |
3388
|
|
|
|
|
|
|
'currency' => q(Islandiýa kronasy), |
3389
|
|
|
|
|
|
|
'one' => q(islandiýa kronasy), |
3390
|
|
|
|
|
|
|
'other' => q(islandiýa kronasy), |
3391
|
|
|
|
|
|
|
}, |
3392
|
|
|
|
|
|
|
}, |
3393
|
|
|
|
|
|
|
'JMD' => { |
3394
|
|
|
|
|
|
|
symbol => 'JMD', |
3395
|
|
|
|
|
|
|
display_name => { |
3396
|
|
|
|
|
|
|
'currency' => q(Ãamaýka dollary), |
3397
|
|
|
|
|
|
|
'one' => q(ýamaýka dollary), |
3398
|
|
|
|
|
|
|
'other' => q(ýamaýka dollary), |
3399
|
|
|
|
|
|
|
}, |
3400
|
|
|
|
|
|
|
}, |
3401
|
|
|
|
|
|
|
'JOD' => { |
3402
|
|
|
|
|
|
|
symbol => 'JOD', |
3403
|
|
|
|
|
|
|
display_name => { |
3404
|
|
|
|
|
|
|
'currency' => q(Iordan dinary), |
3405
|
|
|
|
|
|
|
'one' => q(iordan dinary), |
3406
|
|
|
|
|
|
|
'other' => q(iordan dinary), |
3407
|
|
|
|
|
|
|
}, |
3408
|
|
|
|
|
|
|
}, |
3409
|
|
|
|
|
|
|
'JPY' => { |
3410
|
|
|
|
|
|
|
symbol => 'JPÂ¥', |
3411
|
|
|
|
|
|
|
display_name => { |
3412
|
|
|
|
|
|
|
'currency' => q(Ãapon ýeni), |
3413
|
|
|
|
|
|
|
'one' => q(ýapon ýeni), |
3414
|
|
|
|
|
|
|
'other' => q(ýapon ýeni), |
3415
|
|
|
|
|
|
|
}, |
3416
|
|
|
|
|
|
|
}, |
3417
|
|
|
|
|
|
|
'KES' => { |
3418
|
|
|
|
|
|
|
symbol => 'KES', |
3419
|
|
|
|
|
|
|
display_name => { |
3420
|
|
|
|
|
|
|
'currency' => q(Keniýa Åillingi), |
3421
|
|
|
|
|
|
|
'one' => q(keniýa Åillingi), |
3422
|
|
|
|
|
|
|
'other' => q(keniýa Åillingi), |
3423
|
|
|
|
|
|
|
}, |
3424
|
|
|
|
|
|
|
}, |
3425
|
|
|
|
|
|
|
'KGS' => { |
3426
|
|
|
|
|
|
|
symbol => 'KGS', |
3427
|
|
|
|
|
|
|
display_name => { |
3428
|
|
|
|
|
|
|
'currency' => q(Gyrgyz somy), |
3429
|
|
|
|
|
|
|
'one' => q(gyrgyz somy), |
3430
|
|
|
|
|
|
|
'other' => q(gyrgyz somy), |
3431
|
|
|
|
|
|
|
}, |
3432
|
|
|
|
|
|
|
}, |
3433
|
|
|
|
|
|
|
'KHR' => { |
3434
|
|
|
|
|
|
|
symbol => 'KHR', |
3435
|
|
|
|
|
|
|
display_name => { |
3436
|
|
|
|
|
|
|
'currency' => q(Kamboja riýeli), |
3437
|
|
|
|
|
|
|
'one' => q(kamboja riýeli), |
3438
|
|
|
|
|
|
|
'other' => q(kamboja riýeli), |
3439
|
|
|
|
|
|
|
}, |
3440
|
|
|
|
|
|
|
}, |
3441
|
|
|
|
|
|
|
'KMF' => { |
3442
|
|
|
|
|
|
|
symbol => 'KMF', |
3443
|
|
|
|
|
|
|
display_name => { |
3444
|
|
|
|
|
|
|
'currency' => q(Komor adalarynyÅ franky), |
3445
|
|
|
|
|
|
|
'one' => q(komor adalarynyÅ franky), |
3446
|
|
|
|
|
|
|
'other' => q(komor adalarynyÅ franky), |
3447
|
|
|
|
|
|
|
}, |
3448
|
|
|
|
|
|
|
}, |
3449
|
|
|
|
|
|
|
'KPW' => { |
3450
|
|
|
|
|
|
|
symbol => 'KPW', |
3451
|
|
|
|
|
|
|
display_name => { |
3452
|
|
|
|
|
|
|
'currency' => q(Demirgazyk Koreý wony), |
3453
|
|
|
|
|
|
|
'one' => q(demirgazyk koreý wony), |
3454
|
|
|
|
|
|
|
'other' => q(demirgazyk koreý wony), |
3455
|
|
|
|
|
|
|
}, |
3456
|
|
|
|
|
|
|
}, |
3457
|
|
|
|
|
|
|
'KRW' => { |
3458
|
|
|
|
|
|
|
symbol => 'â©', |
3459
|
|
|
|
|
|
|
display_name => { |
3460
|
|
|
|
|
|
|
'currency' => q(Günorta Koreý wony), |
3461
|
|
|
|
|
|
|
'one' => q(günorta koreý wony), |
3462
|
|
|
|
|
|
|
'other' => q(günorta koreý wony), |
3463
|
|
|
|
|
|
|
}, |
3464
|
|
|
|
|
|
|
}, |
3465
|
|
|
|
|
|
|
'KWD' => { |
3466
|
|
|
|
|
|
|
symbol => 'KWD', |
3467
|
|
|
|
|
|
|
display_name => { |
3468
|
|
|
|
|
|
|
'currency' => q(Kuweýt dinary), |
3469
|
|
|
|
|
|
|
'one' => q(kuweýt dinary), |
3470
|
|
|
|
|
|
|
'other' => q(kuweýt dinary), |
3471
|
|
|
|
|
|
|
}, |
3472
|
|
|
|
|
|
|
}, |
3473
|
|
|
|
|
|
|
'KYD' => { |
3474
|
|
|
|
|
|
|
symbol => 'KYD', |
3475
|
|
|
|
|
|
|
display_name => { |
3476
|
|
|
|
|
|
|
'currency' => q(Kaýman adalarynyŠdollary), |
3477
|
|
|
|
|
|
|
'one' => q(kaýman adalarynyŠdollary), |
3478
|
|
|
|
|
|
|
'other' => q(kaýman adalarynyŠdollary), |
3479
|
|
|
|
|
|
|
}, |
3480
|
|
|
|
|
|
|
}, |
3481
|
|
|
|
|
|
|
'KZT' => { |
3482
|
|
|
|
|
|
|
symbol => 'KZT', |
3483
|
|
|
|
|
|
|
display_name => { |
3484
|
|
|
|
|
|
|
'currency' => q(Gazak teÅÅesi), |
3485
|
|
|
|
|
|
|
'one' => q(gazak teÅÅesi), |
3486
|
|
|
|
|
|
|
'other' => q(gazak teÅÅesi), |
3487
|
|
|
|
|
|
|
}, |
3488
|
|
|
|
|
|
|
}, |
3489
|
|
|
|
|
|
|
'LAK' => { |
3490
|
|
|
|
|
|
|
symbol => 'LAK', |
3491
|
|
|
|
|
|
|
display_name => { |
3492
|
|
|
|
|
|
|
'currency' => q(Laos kipi), |
3493
|
|
|
|
|
|
|
'one' => q(laos kipi), |
3494
|
|
|
|
|
|
|
'other' => q(laos kipi), |
3495
|
|
|
|
|
|
|
}, |
3496
|
|
|
|
|
|
|
}, |
3497
|
|
|
|
|
|
|
'LBP' => { |
3498
|
|
|
|
|
|
|
symbol => 'LBP', |
3499
|
|
|
|
|
|
|
display_name => { |
3500
|
|
|
|
|
|
|
'currency' => q(Liwan funty), |
3501
|
|
|
|
|
|
|
'one' => q(liwan funty), |
3502
|
|
|
|
|
|
|
'other' => q(liwan funty), |
3503
|
|
|
|
|
|
|
}, |
3504
|
|
|
|
|
|
|
}, |
3505
|
|
|
|
|
|
|
'LKR' => { |
3506
|
|
|
|
|
|
|
symbol => 'LKR', |
3507
|
|
|
|
|
|
|
display_name => { |
3508
|
|
|
|
|
|
|
'currency' => q(Åri-Lanka rupiýasy), |
3509
|
|
|
|
|
|
|
'one' => q(Åri-lanka rupiýasy), |
3510
|
|
|
|
|
|
|
'other' => q(Åri-lanka rupiýasy), |
3511
|
|
|
|
|
|
|
}, |
3512
|
|
|
|
|
|
|
}, |
3513
|
|
|
|
|
|
|
'LRD' => { |
3514
|
|
|
|
|
|
|
symbol => 'LRD', |
3515
|
|
|
|
|
|
|
display_name => { |
3516
|
|
|
|
|
|
|
'currency' => q(Liberiýa dollary), |
3517
|
|
|
|
|
|
|
'one' => q(liberiýa dollary), |
3518
|
|
|
|
|
|
|
'other' => q(liberiýa dollary), |
3519
|
|
|
|
|
|
|
}, |
3520
|
|
|
|
|
|
|
}, |
3521
|
|
|
|
|
|
|
'LYD' => { |
3522
|
|
|
|
|
|
|
symbol => 'LYD', |
3523
|
|
|
|
|
|
|
display_name => { |
3524
|
|
|
|
|
|
|
'currency' => q(Liwiýa dinary), |
3525
|
|
|
|
|
|
|
'one' => q(liwiýa dinary), |
3526
|
|
|
|
|
|
|
'other' => q(liwiýa dinary), |
3527
|
|
|
|
|
|
|
}, |
3528
|
|
|
|
|
|
|
}, |
3529
|
|
|
|
|
|
|
'MAD' => { |
3530
|
|
|
|
|
|
|
symbol => 'MAD', |
3531
|
|
|
|
|
|
|
display_name => { |
3532
|
|
|
|
|
|
|
'currency' => q(Marokko dirhamy), |
3533
|
|
|
|
|
|
|
'one' => q(marokko dirhamy), |
3534
|
|
|
|
|
|
|
'other' => q(marokko dirhamy), |
3535
|
|
|
|
|
|
|
}, |
3536
|
|
|
|
|
|
|
}, |
3537
|
|
|
|
|
|
|
'MDL' => { |
3538
|
|
|
|
|
|
|
symbol => 'MDL', |
3539
|
|
|
|
|
|
|
display_name => { |
3540
|
|
|
|
|
|
|
'currency' => q(Moldaw leýi), |
3541
|
|
|
|
|
|
|
'one' => q(moldaw leýi), |
3542
|
|
|
|
|
|
|
'other' => q(moldaw leýi), |
3543
|
|
|
|
|
|
|
}, |
3544
|
|
|
|
|
|
|
}, |
3545
|
|
|
|
|
|
|
'MGA' => { |
3546
|
|
|
|
|
|
|
symbol => 'MGA', |
3547
|
|
|
|
|
|
|
display_name => { |
3548
|
|
|
|
|
|
|
'currency' => q(Malagasiý ariarisi), |
3549
|
|
|
|
|
|
|
'one' => q(malagasiý ariarisi), |
3550
|
|
|
|
|
|
|
'other' => q(malagasiý ariarisi), |
3551
|
|
|
|
|
|
|
}, |
3552
|
|
|
|
|
|
|
}, |
3553
|
|
|
|
|
|
|
'MKD' => { |
3554
|
|
|
|
|
|
|
symbol => 'MKD', |
3555
|
|
|
|
|
|
|
display_name => { |
3556
|
|
|
|
|
|
|
'currency' => q(Makedon dinary), |
3557
|
|
|
|
|
|
|
'one' => q(makedon dinary), |
3558
|
|
|
|
|
|
|
'other' => q(makedon dinary), |
3559
|
|
|
|
|
|
|
}, |
3560
|
|
|
|
|
|
|
}, |
3561
|
|
|
|
|
|
|
'MMK' => { |
3562
|
|
|
|
|
|
|
symbol => 'MMK', |
3563
|
|
|
|
|
|
|
display_name => { |
3564
|
|
|
|
|
|
|
'currency' => q(Mýanma kýaty), |
3565
|
|
|
|
|
|
|
'one' => q(mýanma kýaty), |
3566
|
|
|
|
|
|
|
'other' => q(mýanma kýaty), |
3567
|
|
|
|
|
|
|
}, |
3568
|
|
|
|
|
|
|
}, |
3569
|
|
|
|
|
|
|
'MNT' => { |
3570
|
|
|
|
|
|
|
symbol => 'MNT', |
3571
|
|
|
|
|
|
|
display_name => { |
3572
|
|
|
|
|
|
|
'currency' => q(Mongol tugrigi), |
3573
|
|
|
|
|
|
|
'one' => q(mongol tugrigi), |
3574
|
|
|
|
|
|
|
'other' => q(mongol tugrigi), |
3575
|
|
|
|
|
|
|
}, |
3576
|
|
|
|
|
|
|
}, |
3577
|
|
|
|
|
|
|
'MOP' => { |
3578
|
|
|
|
|
|
|
symbol => 'MOP', |
3579
|
|
|
|
|
|
|
display_name => { |
3580
|
|
|
|
|
|
|
'currency' => q(Makao patakasy), |
3581
|
|
|
|
|
|
|
'one' => q(makao patakasy), |
3582
|
|
|
|
|
|
|
'other' => q(makao patakasy), |
3583
|
|
|
|
|
|
|
}, |
3584
|
|
|
|
|
|
|
}, |
3585
|
|
|
|
|
|
|
'MRO' => { |
3586
|
|
|
|
|
|
|
symbol => 'MRO', |
3587
|
|
|
|
|
|
|
display_name => { |
3588
|
|
|
|
|
|
|
'currency' => q(Mawritan ugiýasy \(1973â2017\)), |
3589
|
|
|
|
|
|
|
'one' => q(mawritan ugiýasy \(1973â2017\)), |
3590
|
|
|
|
|
|
|
'other' => q(mawritan ugiýasy \(1973â2017\)), |
3591
|
|
|
|
|
|
|
}, |
3592
|
|
|
|
|
|
|
}, |
3593
|
|
|
|
|
|
|
'MRU' => { |
3594
|
|
|
|
|
|
|
symbol => 'MRU', |
3595
|
|
|
|
|
|
|
display_name => { |
3596
|
|
|
|
|
|
|
'currency' => q(Mawritan ugiýasy), |
3597
|
|
|
|
|
|
|
'one' => q(mawritan ugiýasy), |
3598
|
|
|
|
|
|
|
'other' => q(mawritan ugiýasy), |
3599
|
|
|
|
|
|
|
}, |
3600
|
|
|
|
|
|
|
}, |
3601
|
|
|
|
|
|
|
'MUR' => { |
3602
|
|
|
|
|
|
|
symbol => 'MUR', |
3603
|
|
|
|
|
|
|
display_name => { |
3604
|
|
|
|
|
|
|
'currency' => q(Mawrikiý rupiýasy), |
3605
|
|
|
|
|
|
|
'one' => q(mawrikiý rupiýasy), |
3606
|
|
|
|
|
|
|
'other' => q(mawrikiý rupiýasy), |
3607
|
|
|
|
|
|
|
}, |
3608
|
|
|
|
|
|
|
}, |
3609
|
|
|
|
|
|
|
'MVR' => { |
3610
|
|
|
|
|
|
|
symbol => 'MVR', |
3611
|
|
|
|
|
|
|
display_name => { |
3612
|
|
|
|
|
|
|
'currency' => q(Maldiw rufiýasy), |
3613
|
|
|
|
|
|
|
'one' => q(maldiw rufiýasy), |
3614
|
|
|
|
|
|
|
'other' => q(maldiw rufiýasy), |
3615
|
|
|
|
|
|
|
}, |
3616
|
|
|
|
|
|
|
}, |
3617
|
|
|
|
|
|
|
'MWK' => { |
3618
|
|
|
|
|
|
|
symbol => 'MWK', |
3619
|
|
|
|
|
|
|
display_name => { |
3620
|
|
|
|
|
|
|
'currency' => q(Malawi kwaçasy), |
3621
|
|
|
|
|
|
|
'one' => q(malawi kwaçasy), |
3622
|
|
|
|
|
|
|
'other' => q(malawi kwaçasy), |
3623
|
|
|
|
|
|
|
}, |
3624
|
|
|
|
|
|
|
}, |
3625
|
|
|
|
|
|
|
'MXN' => { |
3626
|
|
|
|
|
|
|
symbol => 'MX$', |
3627
|
|
|
|
|
|
|
display_name => { |
3628
|
|
|
|
|
|
|
'currency' => q(Meksikan pesosy), |
3629
|
|
|
|
|
|
|
'one' => q(meksikan pesosy), |
3630
|
|
|
|
|
|
|
'other' => q(meksikan pesosy), |
3631
|
|
|
|
|
|
|
}, |
3632
|
|
|
|
|
|
|
}, |
3633
|
|
|
|
|
|
|
'MYR' => { |
3634
|
|
|
|
|
|
|
symbol => 'MYR', |
3635
|
|
|
|
|
|
|
display_name => { |
3636
|
|
|
|
|
|
|
'currency' => q(Malaýziýa ringgiti), |
3637
|
|
|
|
|
|
|
'one' => q(malaýziýa ringgiti), |
3638
|
|
|
|
|
|
|
'other' => q(malaýziýa ringgiti), |
3639
|
|
|
|
|
|
|
}, |
3640
|
|
|
|
|
|
|
}, |
3641
|
|
|
|
|
|
|
'MZN' => { |
3642
|
|
|
|
|
|
|
symbol => 'MZN', |
3643
|
|
|
|
|
|
|
display_name => { |
3644
|
|
|
|
|
|
|
'currency' => q(Mozambik metikaly), |
3645
|
|
|
|
|
|
|
'one' => q(mozambik metikaly), |
3646
|
|
|
|
|
|
|
'other' => q(mozambik metikaly), |
3647
|
|
|
|
|
|
|
}, |
3648
|
|
|
|
|
|
|
}, |
3649
|
|
|
|
|
|
|
'NAD' => { |
3650
|
|
|
|
|
|
|
symbol => 'NAD', |
3651
|
|
|
|
|
|
|
display_name => { |
3652
|
|
|
|
|
|
|
'currency' => q(Namibiýa dollary), |
3653
|
|
|
|
|
|
|
'one' => q(namibiýa dollary), |
3654
|
|
|
|
|
|
|
'other' => q(namibiýa dollary), |
3655
|
|
|
|
|
|
|
}, |
3656
|
|
|
|
|
|
|
}, |
3657
|
|
|
|
|
|
|
'NGN' => { |
3658
|
|
|
|
|
|
|
symbol => 'NGN', |
3659
|
|
|
|
|
|
|
display_name => { |
3660
|
|
|
|
|
|
|
'currency' => q(Nigeriýa naýrasy), |
3661
|
|
|
|
|
|
|
'one' => q(nigeriýa naýrasy), |
3662
|
|
|
|
|
|
|
'other' => q(nigeriýa naýrasy), |
3663
|
|
|
|
|
|
|
}, |
3664
|
|
|
|
|
|
|
}, |
3665
|
|
|
|
|
|
|
'NIO' => { |
3666
|
|
|
|
|
|
|
symbol => 'NIO', |
3667
|
|
|
|
|
|
|
display_name => { |
3668
|
|
|
|
|
|
|
'currency' => q(Nikaragua kordobasy), |
3669
|
|
|
|
|
|
|
'one' => q(nikaragua kordobasy), |
3670
|
|
|
|
|
|
|
'other' => q(nikaragua kordobasy), |
3671
|
|
|
|
|
|
|
}, |
3672
|
|
|
|
|
|
|
}, |
3673
|
|
|
|
|
|
|
'NOK' => { |
3674
|
|
|
|
|
|
|
symbol => 'NOK', |
3675
|
|
|
|
|
|
|
display_name => { |
3676
|
|
|
|
|
|
|
'currency' => q(Norwegiýa kronasy), |
3677
|
|
|
|
|
|
|
'one' => q(norwegiýa kronasy), |
3678
|
|
|
|
|
|
|
'other' => q(norwegiýa kronasy), |
3679
|
|
|
|
|
|
|
}, |
3680
|
|
|
|
|
|
|
}, |
3681
|
|
|
|
|
|
|
'NPR' => { |
3682
|
|
|
|
|
|
|
symbol => 'NPR', |
3683
|
|
|
|
|
|
|
display_name => { |
3684
|
|
|
|
|
|
|
'currency' => q(Nepal rupiýasy), |
3685
|
|
|
|
|
|
|
'one' => q(nepal rupiýasy), |
3686
|
|
|
|
|
|
|
'other' => q(nepal rupiýasy), |
3687
|
|
|
|
|
|
|
}, |
3688
|
|
|
|
|
|
|
}, |
3689
|
|
|
|
|
|
|
'NZD' => { |
3690
|
|
|
|
|
|
|
symbol => 'NZ$', |
3691
|
|
|
|
|
|
|
display_name => { |
3692
|
|
|
|
|
|
|
'currency' => q(Täze Zelandiýa dollary), |
3693
|
|
|
|
|
|
|
'one' => q(täze zelandiýa dollary), |
3694
|
|
|
|
|
|
|
'other' => q(täze zelandiýa dollary), |
3695
|
|
|
|
|
|
|
}, |
3696
|
|
|
|
|
|
|
}, |
3697
|
|
|
|
|
|
|
'OMR' => { |
3698
|
|
|
|
|
|
|
symbol => 'OMR', |
3699
|
|
|
|
|
|
|
display_name => { |
3700
|
|
|
|
|
|
|
'currency' => q(Oman rialy), |
3701
|
|
|
|
|
|
|
'one' => q(oman rialy), |
3702
|
|
|
|
|
|
|
'other' => q(oman rialy), |
3703
|
|
|
|
|
|
|
}, |
3704
|
|
|
|
|
|
|
}, |
3705
|
|
|
|
|
|
|
'PAB' => { |
3706
|
|
|
|
|
|
|
symbol => 'PAB', |
3707
|
|
|
|
|
|
|
display_name => { |
3708
|
|
|
|
|
|
|
'currency' => q(Panama balboasy), |
3709
|
|
|
|
|
|
|
'one' => q(panama balboasy), |
3710
|
|
|
|
|
|
|
'other' => q(panama balboasy), |
3711
|
|
|
|
|
|
|
}, |
3712
|
|
|
|
|
|
|
}, |
3713
|
|
|
|
|
|
|
'PEN' => { |
3714
|
|
|
|
|
|
|
symbol => 'PEN', |
3715
|
|
|
|
|
|
|
display_name => { |
3716
|
|
|
|
|
|
|
'currency' => q(Peru soly), |
3717
|
|
|
|
|
|
|
'one' => q(peru soly), |
3718
|
|
|
|
|
|
|
'other' => q(peru soly), |
3719
|
|
|
|
|
|
|
}, |
3720
|
|
|
|
|
|
|
}, |
3721
|
|
|
|
|
|
|
'PGK' => { |
3722
|
|
|
|
|
|
|
symbol => 'PGK', |
3723
|
|
|
|
|
|
|
display_name => { |
3724
|
|
|
|
|
|
|
'currency' => q(Papua - Täze Gwineýa kinasy), |
3725
|
|
|
|
|
|
|
'one' => q(papua - täze gwineýa kinasy), |
3726
|
|
|
|
|
|
|
'other' => q(papua - täze gwineýa kinasy), |
3727
|
|
|
|
|
|
|
}, |
3728
|
|
|
|
|
|
|
}, |
3729
|
|
|
|
|
|
|
'PHP' => { |
3730
|
|
|
|
|
|
|
symbol => 'PHP', |
3731
|
|
|
|
|
|
|
display_name => { |
3732
|
|
|
|
|
|
|
'currency' => q(Filippin pesosy), |
3733
|
|
|
|
|
|
|
'one' => q(filippin pesosy), |
3734
|
|
|
|
|
|
|
'other' => q(filippin pesosy), |
3735
|
|
|
|
|
|
|
}, |
3736
|
|
|
|
|
|
|
}, |
3737
|
|
|
|
|
|
|
'PKR' => { |
3738
|
|
|
|
|
|
|
symbol => 'PKR', |
3739
|
|
|
|
|
|
|
display_name => { |
3740
|
|
|
|
|
|
|
'currency' => q(Päkistan rupiýasy), |
3741
|
|
|
|
|
|
|
'one' => q(päkistan rupiýasy), |
3742
|
|
|
|
|
|
|
'other' => q(päkistan rupiýasy), |
3743
|
|
|
|
|
|
|
}, |
3744
|
|
|
|
|
|
|
}, |
3745
|
|
|
|
|
|
|
'PLN' => { |
3746
|
|
|
|
|
|
|
symbol => 'PLN', |
3747
|
|
|
|
|
|
|
display_name => { |
3748
|
|
|
|
|
|
|
'currency' => q(Polýak zlotysy), |
3749
|
|
|
|
|
|
|
'one' => q(polýak zlotysy), |
3750
|
|
|
|
|
|
|
'other' => q(polýak zlotysy), |
3751
|
|
|
|
|
|
|
}, |
3752
|
|
|
|
|
|
|
}, |
3753
|
|
|
|
|
|
|
'PYG' => { |
3754
|
|
|
|
|
|
|
symbol => 'PYG', |
3755
|
|
|
|
|
|
|
display_name => { |
3756
|
|
|
|
|
|
|
'currency' => q(Paragwaý guaranisi), |
3757
|
|
|
|
|
|
|
'one' => q(paragwaý guaranisi), |
3758
|
|
|
|
|
|
|
'other' => q(paragwaý guaranisi), |
3759
|
|
|
|
|
|
|
}, |
3760
|
|
|
|
|
|
|
}, |
3761
|
|
|
|
|
|
|
'QAR' => { |
3762
|
|
|
|
|
|
|
symbol => 'QAR', |
3763
|
|
|
|
|
|
|
display_name => { |
3764
|
|
|
|
|
|
|
'currency' => q(Katar rialy), |
3765
|
|
|
|
|
|
|
'one' => q(katar rialy), |
3766
|
|
|
|
|
|
|
'other' => q(katar rialy), |
3767
|
|
|
|
|
|
|
}, |
3768
|
|
|
|
|
|
|
}, |
3769
|
|
|
|
|
|
|
'RON' => { |
3770
|
|
|
|
|
|
|
symbol => 'RON', |
3771
|
|
|
|
|
|
|
display_name => { |
3772
|
|
|
|
|
|
|
'currency' => q(Rumyn leýi), |
3773
|
|
|
|
|
|
|
'one' => q(rumyn leýi), |
3774
|
|
|
|
|
|
|
'other' => q(rumyn leýi), |
3775
|
|
|
|
|
|
|
}, |
3776
|
|
|
|
|
|
|
}, |
3777
|
|
|
|
|
|
|
'RSD' => { |
3778
|
|
|
|
|
|
|
symbol => 'RSD', |
3779
|
|
|
|
|
|
|
display_name => { |
3780
|
|
|
|
|
|
|
'currency' => q(Serb dinary), |
3781
|
|
|
|
|
|
|
'one' => q(serb dinary), |
3782
|
|
|
|
|
|
|
'other' => q(serb dinary), |
3783
|
|
|
|
|
|
|
}, |
3784
|
|
|
|
|
|
|
}, |
3785
|
|
|
|
|
|
|
'RUB' => { |
3786
|
|
|
|
|
|
|
symbol => 'RUB', |
3787
|
|
|
|
|
|
|
display_name => { |
3788
|
|
|
|
|
|
|
'currency' => q(Rus rubly), |
3789
|
|
|
|
|
|
|
'one' => q(rus rubly), |
3790
|
|
|
|
|
|
|
'other' => q(rus rubly), |
3791
|
|
|
|
|
|
|
}, |
3792
|
|
|
|
|
|
|
}, |
3793
|
|
|
|
|
|
|
'RWF' => { |
3794
|
|
|
|
|
|
|
symbol => 'RWF', |
3795
|
|
|
|
|
|
|
display_name => { |
3796
|
|
|
|
|
|
|
'currency' => q(Ruanda franky), |
3797
|
|
|
|
|
|
|
'one' => q(ruanda franky), |
3798
|
|
|
|
|
|
|
'other' => q(ruanda franky), |
3799
|
|
|
|
|
|
|
}, |
3800
|
|
|
|
|
|
|
}, |
3801
|
|
|
|
|
|
|
'SAR' => { |
3802
|
|
|
|
|
|
|
symbol => 'SAR', |
3803
|
|
|
|
|
|
|
display_name => { |
3804
|
|
|
|
|
|
|
'currency' => q(Saud rialy), |
3805
|
|
|
|
|
|
|
'one' => q(saud rialy), |
3806
|
|
|
|
|
|
|
'other' => q(saud rialy), |
3807
|
|
|
|
|
|
|
}, |
3808
|
|
|
|
|
|
|
}, |
3809
|
|
|
|
|
|
|
'SBD' => { |
3810
|
|
|
|
|
|
|
symbol => 'SBD', |
3811
|
|
|
|
|
|
|
display_name => { |
3812
|
|
|
|
|
|
|
'currency' => q(Solomon adalarynyÅ dollary), |
3813
|
|
|
|
|
|
|
'one' => q(solomon adalarynyÅ dollary), |
3814
|
|
|
|
|
|
|
'other' => q(solomon adalarynyÅ dollary), |
3815
|
|
|
|
|
|
|
}, |
3816
|
|
|
|
|
|
|
}, |
3817
|
|
|
|
|
|
|
'SCR' => { |
3818
|
|
|
|
|
|
|
symbol => 'SCR', |
3819
|
|
|
|
|
|
|
display_name => { |
3820
|
|
|
|
|
|
|
'currency' => q(SeýÅel rupiýasy), |
3821
|
|
|
|
|
|
|
'one' => q(seýÅel rupiýasy), |
3822
|
|
|
|
|
|
|
'other' => q(seýÅel rupiýasy), |
3823
|
|
|
|
|
|
|
}, |
3824
|
|
|
|
|
|
|
}, |
3825
|
|
|
|
|
|
|
'SDG' => { |
3826
|
|
|
|
|
|
|
symbol => 'SDG', |
3827
|
|
|
|
|
|
|
display_name => { |
3828
|
|
|
|
|
|
|
'currency' => q(Sudan funty), |
3829
|
|
|
|
|
|
|
'one' => q(sudan funty), |
3830
|
|
|
|
|
|
|
'other' => q(sudan funty), |
3831
|
|
|
|
|
|
|
}, |
3832
|
|
|
|
|
|
|
}, |
3833
|
|
|
|
|
|
|
'SEK' => { |
3834
|
|
|
|
|
|
|
symbol => 'SEK', |
3835
|
|
|
|
|
|
|
display_name => { |
3836
|
|
|
|
|
|
|
'currency' => q(Åwed kronasy), |
3837
|
|
|
|
|
|
|
'one' => q(Åwed kronasy), |
3838
|
|
|
|
|
|
|
'other' => q(Åwed kronasy), |
3839
|
|
|
|
|
|
|
}, |
3840
|
|
|
|
|
|
|
}, |
3841
|
|
|
|
|
|
|
'SGD' => { |
3842
|
|
|
|
|
|
|
symbol => 'SGD', |
3843
|
|
|
|
|
|
|
display_name => { |
3844
|
|
|
|
|
|
|
'currency' => q(Singapur dollary), |
3845
|
|
|
|
|
|
|
'one' => q(singapur dollary), |
3846
|
|
|
|
|
|
|
'other' => q(singapur dollary), |
3847
|
|
|
|
|
|
|
}, |
3848
|
|
|
|
|
|
|
}, |
3849
|
|
|
|
|
|
|
'SHP' => { |
3850
|
|
|
|
|
|
|
symbol => 'SHP', |
3851
|
|
|
|
|
|
|
display_name => { |
3852
|
|
|
|
|
|
|
'currency' => q(Keramatly Ãelena adasynyÅ funty), |
3853
|
|
|
|
|
|
|
'one' => q(keramatly ýelena adasynyŠfunty), |
3854
|
|
|
|
|
|
|
'other' => q(keramatly ýelena adasynyŠfunty), |
3855
|
|
|
|
|
|
|
}, |
3856
|
|
|
|
|
|
|
}, |
3857
|
|
|
|
|
|
|
'SLL' => { |
3858
|
|
|
|
|
|
|
symbol => 'SLL', |
3859
|
|
|
|
|
|
|
display_name => { |
3860
|
|
|
|
|
|
|
'currency' => q(Sýerra-Leone leony), |
3861
|
|
|
|
|
|
|
'one' => q(sýerra-leone leony), |
3862
|
|
|
|
|
|
|
'other' => q(sýerra-leone leony), |
3863
|
|
|
|
|
|
|
}, |
3864
|
|
|
|
|
|
|
}, |
3865
|
|
|
|
|
|
|
'SOS' => { |
3866
|
|
|
|
|
|
|
symbol => 'SOS', |
3867
|
|
|
|
|
|
|
display_name => { |
3868
|
|
|
|
|
|
|
'currency' => q(Somali Åillingi), |
3869
|
|
|
|
|
|
|
'one' => q(somali Åillingi), |
3870
|
|
|
|
|
|
|
'other' => q(somali Åillingi), |
3871
|
|
|
|
|
|
|
}, |
3872
|
|
|
|
|
|
|
}, |
3873
|
|
|
|
|
|
|
'SRD' => { |
3874
|
|
|
|
|
|
|
symbol => 'SRD', |
3875
|
|
|
|
|
|
|
display_name => { |
3876
|
|
|
|
|
|
|
'currency' => q(Surinam dollary), |
3877
|
|
|
|
|
|
|
'one' => q(surinam dollary), |
3878
|
|
|
|
|
|
|
'other' => q(surinam dollary), |
3879
|
|
|
|
|
|
|
}, |
3880
|
|
|
|
|
|
|
}, |
3881
|
|
|
|
|
|
|
'SSP' => { |
3882
|
|
|
|
|
|
|
symbol => 'SSP', |
3883
|
|
|
|
|
|
|
display_name => { |
3884
|
|
|
|
|
|
|
'currency' => q(Günorta Sudan funty), |
3885
|
|
|
|
|
|
|
'one' => q(günorta sudan funty), |
3886
|
|
|
|
|
|
|
'other' => q(günorta sudan funty), |
3887
|
|
|
|
|
|
|
}, |
3888
|
|
|
|
|
|
|
}, |
3889
|
|
|
|
|
|
|
'STD' => { |
3890
|
|
|
|
|
|
|
symbol => 'STD', |
3891
|
|
|
|
|
|
|
display_name => { |
3892
|
|
|
|
|
|
|
'currency' => q(San-Tome we Prinsipi dobrasy \(1977â2017\)), |
3893
|
|
|
|
|
|
|
'one' => q(san-tome we prinsipi dobrasy \(1977â2017\)), |
3894
|
|
|
|
|
|
|
'other' => q(san-tome we prinsipi dobrasy \(1977â2017\)), |
3895
|
|
|
|
|
|
|
}, |
3896
|
|
|
|
|
|
|
}, |
3897
|
|
|
|
|
|
|
'STN' => { |
3898
|
|
|
|
|
|
|
symbol => 'STN', |
3899
|
|
|
|
|
|
|
display_name => { |
3900
|
|
|
|
|
|
|
'currency' => q(San-Tome we Prinsipi dobrasy), |
3901
|
|
|
|
|
|
|
'one' => q(san-tome we prinsipi dobrasy), |
3902
|
|
|
|
|
|
|
'other' => q(san-tome we prinsipi dobrasy), |
3903
|
|
|
|
|
|
|
}, |
3904
|
|
|
|
|
|
|
}, |
3905
|
|
|
|
|
|
|
'SYP' => { |
3906
|
|
|
|
|
|
|
symbol => 'SYP', |
3907
|
|
|
|
|
|
|
display_name => { |
3908
|
|
|
|
|
|
|
'currency' => q(Siriýa funty), |
3909
|
|
|
|
|
|
|
'one' => q(siriýa funty), |
3910
|
|
|
|
|
|
|
'other' => q(siriýa funty), |
3911
|
|
|
|
|
|
|
}, |
3912
|
|
|
|
|
|
|
}, |
3913
|
|
|
|
|
|
|
'SZL' => { |
3914
|
|
|
|
|
|
|
symbol => 'SZL', |
3915
|
|
|
|
|
|
|
display_name => { |
3916
|
|
|
|
|
|
|
'currency' => q(Swazi lilangeni), |
3917
|
|
|
|
|
|
|
'one' => q(swazi lilangeni), |
3918
|
|
|
|
|
|
|
'other' => q(swazi lilangeni), |
3919
|
|
|
|
|
|
|
}, |
3920
|
|
|
|
|
|
|
}, |
3921
|
|
|
|
|
|
|
'THB' => { |
3922
|
|
|
|
|
|
|
symbol => 'THB', |
3923
|
|
|
|
|
|
|
display_name => { |
3924
|
|
|
|
|
|
|
'currency' => q(Taýland baty), |
3925
|
|
|
|
|
|
|
'one' => q(taýland baty), |
3926
|
|
|
|
|
|
|
'other' => q(taýland baty), |
3927
|
|
|
|
|
|
|
}, |
3928
|
|
|
|
|
|
|
}, |
3929
|
|
|
|
|
|
|
'TJS' => { |
3930
|
|
|
|
|
|
|
symbol => 'TJS', |
3931
|
|
|
|
|
|
|
display_name => { |
3932
|
|
|
|
|
|
|
'currency' => q(Täjik somonisi), |
3933
|
|
|
|
|
|
|
'one' => q(täjik somonisi), |
3934
|
|
|
|
|
|
|
'other' => q(täjik somonisi), |
3935
|
|
|
|
|
|
|
}, |
3936
|
|
|
|
|
|
|
}, |
3937
|
|
|
|
|
|
|
'TMT' => { |
3938
|
|
|
|
|
|
|
symbol => 'TMT', |
3939
|
|
|
|
|
|
|
display_name => { |
3940
|
|
|
|
|
|
|
'currency' => q(Türkmen manady), |
3941
|
|
|
|
|
|
|
'one' => q(türkmen manady), |
3942
|
|
|
|
|
|
|
'other' => q(türkmen manady), |
3943
|
|
|
|
|
|
|
}, |
3944
|
|
|
|
|
|
|
}, |
3945
|
|
|
|
|
|
|
'TND' => { |
3946
|
|
|
|
|
|
|
symbol => 'TND', |
3947
|
|
|
|
|
|
|
display_name => { |
3948
|
|
|
|
|
|
|
'currency' => q(Tunis dinary), |
3949
|
|
|
|
|
|
|
'one' => q(tunis dinary), |
3950
|
|
|
|
|
|
|
'other' => q(tunis dinary), |
3951
|
|
|
|
|
|
|
}, |
3952
|
|
|
|
|
|
|
}, |
3953
|
|
|
|
|
|
|
'TOP' => { |
3954
|
|
|
|
|
|
|
symbol => 'TOP', |
3955
|
|
|
|
|
|
|
display_name => { |
3956
|
|
|
|
|
|
|
'currency' => q(Tonga paangasy), |
3957
|
|
|
|
|
|
|
'one' => q(tonga paangasy), |
3958
|
|
|
|
|
|
|
'other' => q(tonga paangasy), |
3959
|
|
|
|
|
|
|
}, |
3960
|
|
|
|
|
|
|
}, |
3961
|
|
|
|
|
|
|
'TRY' => { |
3962
|
|
|
|
|
|
|
symbol => 'TRY', |
3963
|
|
|
|
|
|
|
display_name => { |
3964
|
|
|
|
|
|
|
'currency' => q(Türk lirasy), |
3965
|
|
|
|
|
|
|
'one' => q(türk lirasy), |
3966
|
|
|
|
|
|
|
'other' => q(türk lirasy), |
3967
|
|
|
|
|
|
|
}, |
3968
|
|
|
|
|
|
|
}, |
3969
|
|
|
|
|
|
|
'TTD' => { |
3970
|
|
|
|
|
|
|
symbol => 'TTD', |
3971
|
|
|
|
|
|
|
display_name => { |
3972
|
|
|
|
|
|
|
'currency' => q(Trininad we Tobago dollary), |
3973
|
|
|
|
|
|
|
'one' => q(trininad we tobago dollary), |
3974
|
|
|
|
|
|
|
'other' => q(trininad we tobago dollary), |
3975
|
|
|
|
|
|
|
}, |
3976
|
|
|
|
|
|
|
}, |
3977
|
|
|
|
|
|
|
'TWD' => { |
3978
|
|
|
|
|
|
|
symbol => 'NT$', |
3979
|
|
|
|
|
|
|
display_name => { |
3980
|
|
|
|
|
|
|
'currency' => q(Täze Taýwan dollary), |
3981
|
|
|
|
|
|
|
'one' => q(täze taýwan dollary), |
3982
|
|
|
|
|
|
|
'other' => q(täze taýwan dollary), |
3983
|
|
|
|
|
|
|
}, |
3984
|
|
|
|
|
|
|
}, |
3985
|
|
|
|
|
|
|
'TZS' => { |
3986
|
|
|
|
|
|
|
symbol => 'TZS', |
3987
|
|
|
|
|
|
|
display_name => { |
3988
|
|
|
|
|
|
|
'currency' => q(Tanzaniýa Åillingi), |
3989
|
|
|
|
|
|
|
'one' => q(tanzaniýa Åillingi), |
3990
|
|
|
|
|
|
|
'other' => q(tanzaniýa Åillingi), |
3991
|
|
|
|
|
|
|
}, |
3992
|
|
|
|
|
|
|
}, |
3993
|
|
|
|
|
|
|
'UAH' => { |
3994
|
|
|
|
|
|
|
symbol => 'UAH', |
3995
|
|
|
|
|
|
|
display_name => { |
3996
|
|
|
|
|
|
|
'currency' => q(Ukrain griwnasy), |
3997
|
|
|
|
|
|
|
'one' => q(ukrain griwnasy), |
3998
|
|
|
|
|
|
|
'other' => q(ukrain griwnasy), |
3999
|
|
|
|
|
|
|
}, |
4000
|
|
|
|
|
|
|
}, |
4001
|
|
|
|
|
|
|
'UGX' => { |
4002
|
|
|
|
|
|
|
symbol => 'UGX', |
4003
|
|
|
|
|
|
|
display_name => { |
4004
|
|
|
|
|
|
|
'currency' => q(Uganda Åillingi), |
4005
|
|
|
|
|
|
|
'one' => q(uganda Åillingi), |
4006
|
|
|
|
|
|
|
'other' => q(uganda Åillingi), |
4007
|
|
|
|
|
|
|
}, |
4008
|
|
|
|
|
|
|
}, |
4009
|
|
|
|
|
|
|
'USD' => { |
4010
|
|
|
|
|
|
|
symbol => 'US$', |
4011
|
|
|
|
|
|
|
display_name => { |
4012
|
|
|
|
|
|
|
'currency' => q(ABÅ dollary), |
4013
|
|
|
|
|
|
|
'one' => q(ABÅ dollary), |
4014
|
|
|
|
|
|
|
'other' => q(ABÅ dollary), |
4015
|
|
|
|
|
|
|
}, |
4016
|
|
|
|
|
|
|
}, |
4017
|
|
|
|
|
|
|
'UYU' => { |
4018
|
|
|
|
|
|
|
symbol => 'UYU', |
4019
|
|
|
|
|
|
|
display_name => { |
4020
|
|
|
|
|
|
|
'currency' => q(Urugwaý pesosy), |
4021
|
|
|
|
|
|
|
'one' => q(urugwaý pesosy), |
4022
|
|
|
|
|
|
|
'other' => q(urugwaý pesosy), |
4023
|
|
|
|
|
|
|
}, |
4024
|
|
|
|
|
|
|
}, |
4025
|
|
|
|
|
|
|
'UZS' => { |
4026
|
|
|
|
|
|
|
symbol => 'UZS', |
4027
|
|
|
|
|
|
|
display_name => { |
4028
|
|
|
|
|
|
|
'currency' => q(Ãzbek somy), |
4029
|
|
|
|
|
|
|
'one' => q(özbek somy), |
4030
|
|
|
|
|
|
|
'other' => q(özbek somy), |
4031
|
|
|
|
|
|
|
}, |
4032
|
|
|
|
|
|
|
}, |
4033
|
|
|
|
|
|
|
'VEF' => { |
4034
|
|
|
|
|
|
|
symbol => 'VEF', |
4035
|
|
|
|
|
|
|
display_name => { |
4036
|
|
|
|
|
|
|
'currency' => q(Wenesuela boliwary \(2008â2018\)), |
4037
|
|
|
|
|
|
|
'one' => q(wenesuela boliwary \(2008â2018\)), |
4038
|
|
|
|
|
|
|
'other' => q(wenesuela boliwary \(2008â2018\)), |
4039
|
|
|
|
|
|
|
}, |
4040
|
|
|
|
|
|
|
}, |
4041
|
|
|
|
|
|
|
'VES' => { |
4042
|
|
|
|
|
|
|
symbol => 'VES', |
4043
|
|
|
|
|
|
|
display_name => { |
4044
|
|
|
|
|
|
|
'currency' => q(Wenesuela boliwary), |
4045
|
|
|
|
|
|
|
'one' => q(wenesuela boliwary), |
4046
|
|
|
|
|
|
|
'other' => q(wenesuela boliwary), |
4047
|
|
|
|
|
|
|
}, |
4048
|
|
|
|
|
|
|
}, |
4049
|
|
|
|
|
|
|
'VND' => { |
4050
|
|
|
|
|
|
|
symbol => 'â«', |
4051
|
|
|
|
|
|
|
display_name => { |
4052
|
|
|
|
|
|
|
'currency' => q(Wýetnam dongy), |
4053
|
|
|
|
|
|
|
'one' => q(wýetnam dongy), |
4054
|
|
|
|
|
|
|
'other' => q(wýetnam dongy), |
4055
|
|
|
|
|
|
|
}, |
4056
|
|
|
|
|
|
|
}, |
4057
|
|
|
|
|
|
|
'VUV' => { |
4058
|
|
|
|
|
|
|
symbol => 'VUV', |
4059
|
|
|
|
|
|
|
display_name => { |
4060
|
|
|
|
|
|
|
'currency' => q(Wanuatu watusy), |
4061
|
|
|
|
|
|
|
'one' => q(wanuatu watusy), |
4062
|
|
|
|
|
|
|
'other' => q(wanuatu watusy), |
4063
|
|
|
|
|
|
|
}, |
4064
|
|
|
|
|
|
|
}, |
4065
|
|
|
|
|
|
|
'WST' => { |
4066
|
|
|
|
|
|
|
symbol => 'WST', |
4067
|
|
|
|
|
|
|
display_name => { |
4068
|
|
|
|
|
|
|
'currency' => q(Samoa talasy), |
4069
|
|
|
|
|
|
|
'one' => q(samoa talasy), |
4070
|
|
|
|
|
|
|
'other' => q(samoa talasy), |
4071
|
|
|
|
|
|
|
}, |
4072
|
|
|
|
|
|
|
}, |
4073
|
|
|
|
|
|
|
'XAF' => { |
4074
|
|
|
|
|
|
|
symbol => 'FCFA', |
4075
|
|
|
|
|
|
|
display_name => { |
4076
|
|
|
|
|
|
|
'currency' => q(KFA BEAC franky), |
4077
|
|
|
|
|
|
|
'one' => q(KFA BEAC franky), |
4078
|
|
|
|
|
|
|
'other' => q(KFA BEAC franky), |
4079
|
|
|
|
|
|
|
}, |
4080
|
|
|
|
|
|
|
}, |
4081
|
|
|
|
|
|
|
'XCD' => { |
4082
|
|
|
|
|
|
|
symbol => 'EC$', |
4083
|
|
|
|
|
|
|
display_name => { |
4084
|
|
|
|
|
|
|
'currency' => q(Gündogar karib dollary), |
4085
|
|
|
|
|
|
|
'one' => q(gündogar karib dollary), |
4086
|
|
|
|
|
|
|
'other' => q(gündogar karib dollary), |
4087
|
|
|
|
|
|
|
}, |
4088
|
|
|
|
|
|
|
}, |
4089
|
|
|
|
|
|
|
'XOF' => { |
4090
|
|
|
|
|
|
|
symbol => 'CFA', |
4091
|
|
|
|
|
|
|
display_name => { |
4092
|
|
|
|
|
|
|
'currency' => q(KFA BCEAO franky), |
4093
|
|
|
|
|
|
|
'one' => q(KFA BCEAO franky), |
4094
|
|
|
|
|
|
|
'other' => q(KFA BCEAO franky), |
4095
|
|
|
|
|
|
|
}, |
4096
|
|
|
|
|
|
|
}, |
4097
|
|
|
|
|
|
|
'XPF' => { |
4098
|
|
|
|
|
|
|
symbol => 'CFPF', |
4099
|
|
|
|
|
|
|
display_name => { |
4100
|
|
|
|
|
|
|
'currency' => q(Fransuz ýuwaŠumman franky), |
4101
|
|
|
|
|
|
|
'one' => q(fransuz ýuwaŠumman franky), |
4102
|
|
|
|
|
|
|
'other' => q(fransuz ýuwaŠumman franky), |
4103
|
|
|
|
|
|
|
}, |
4104
|
|
|
|
|
|
|
}, |
4105
|
|
|
|
|
|
|
'XXX' => { |
4106
|
|
|
|
|
|
|
display_name => { |
4107
|
|
|
|
|
|
|
'currency' => q(Näbelli pul birligi), |
4108
|
|
|
|
|
|
|
'one' => q(näbelli pul birligi), |
4109
|
|
|
|
|
|
|
'other' => q(näbelli pul birligi), |
4110
|
|
|
|
|
|
|
}, |
4111
|
|
|
|
|
|
|
}, |
4112
|
|
|
|
|
|
|
'YER' => { |
4113
|
|
|
|
|
|
|
symbol => 'YER', |
4114
|
|
|
|
|
|
|
display_name => { |
4115
|
|
|
|
|
|
|
'currency' => q(Ãemen rialy), |
4116
|
|
|
|
|
|
|
'one' => q(ýemen rialy), |
4117
|
|
|
|
|
|
|
'other' => q(ýemen rialy), |
4118
|
|
|
|
|
|
|
}, |
4119
|
|
|
|
|
|
|
}, |
4120
|
|
|
|
|
|
|
'ZAR' => { |
4121
|
|
|
|
|
|
|
symbol => 'ZAR', |
4122
|
|
|
|
|
|
|
display_name => { |
4123
|
|
|
|
|
|
|
'currency' => q(Günorta Afrika rendi), |
4124
|
|
|
|
|
|
|
'one' => q(günorta afrika rendi), |
4125
|
|
|
|
|
|
|
'other' => q(günorta afrika rendi), |
4126
|
|
|
|
|
|
|
}, |
4127
|
|
|
|
|
|
|
}, |
4128
|
|
|
|
|
|
|
'ZMW' => { |
4129
|
|
|
|
|
|
|
symbol => 'ZMW', |
4130
|
|
|
|
|
|
|
display_name => { |
4131
|
|
|
|
|
|
|
'currency' => q(Zambiýa kwaçasy), |
4132
|
|
|
|
|
|
|
'one' => q(zambiýa kwaçasy), |
4133
|
|
|
|
|
|
|
'other' => q(zambiýa kwaçasy), |
4134
|
|
|
|
|
|
|
}, |
4135
|
|
|
|
|
|
|
}, |
4136
|
|
|
|
|
|
|
} }, |
4137
|
|
|
|
|
|
|
); |
4138
|
|
|
|
|
|
|
|
4139
|
|
|
|
|
|
|
|
4140
|
|
|
|
|
|
|
has 'calendar_months' => ( |
4141
|
|
|
|
|
|
|
is => 'ro', |
4142
|
|
|
|
|
|
|
isa => HashRef, |
4143
|
|
|
|
|
|
|
init_arg => undef, |
4144
|
|
|
|
|
|
|
default => sub { { |
4145
|
|
|
|
|
|
|
'gregorian' => { |
4146
|
|
|
|
|
|
|
'format' => { |
4147
|
|
|
|
|
|
|
abbreviated => { |
4148
|
|
|
|
|
|
|
nonleap => [ |
4149
|
|
|
|
|
|
|
'ýan', |
4150
|
|
|
|
|
|
|
'few', |
4151
|
|
|
|
|
|
|
'mart', |
4152
|
|
|
|
|
|
|
'apr', |
4153
|
|
|
|
|
|
|
'maý', |
4154
|
|
|
|
|
|
|
'iýun', |
4155
|
|
|
|
|
|
|
'iýul', |
4156
|
|
|
|
|
|
|
'awg', |
4157
|
|
|
|
|
|
|
'sen', |
4158
|
|
|
|
|
|
|
'okt', |
4159
|
|
|
|
|
|
|
'noý', |
4160
|
|
|
|
|
|
|
'dek' |
4161
|
|
|
|
|
|
|
], |
4162
|
|
|
|
|
|
|
leap => [ |
4163
|
|
|
|
|
|
|
|
4164
|
|
|
|
|
|
|
], |
4165
|
|
|
|
|
|
|
}, |
4166
|
|
|
|
|
|
|
narrow => { |
4167
|
|
|
|
|
|
|
nonleap => [ |
4168
|
|
|
|
|
|
|
'Ã', |
4169
|
|
|
|
|
|
|
'F', |
4170
|
|
|
|
|
|
|
'M', |
4171
|
|
|
|
|
|
|
'A', |
4172
|
|
|
|
|
|
|
'M', |
4173
|
|
|
|
|
|
|
'I', |
4174
|
|
|
|
|
|
|
'I', |
4175
|
|
|
|
|
|
|
'A', |
4176
|
|
|
|
|
|
|
'S', |
4177
|
|
|
|
|
|
|
'O', |
4178
|
|
|
|
|
|
|
'N', |
4179
|
|
|
|
|
|
|
'D' |
4180
|
|
|
|
|
|
|
], |
4181
|
|
|
|
|
|
|
leap => [ |
4182
|
|
|
|
|
|
|
|
4183
|
|
|
|
|
|
|
], |
4184
|
|
|
|
|
|
|
}, |
4185
|
|
|
|
|
|
|
wide => { |
4186
|
|
|
|
|
|
|
nonleap => [ |
4187
|
|
|
|
|
|
|
'ýanwar', |
4188
|
|
|
|
|
|
|
'fewral', |
4189
|
|
|
|
|
|
|
'mart', |
4190
|
|
|
|
|
|
|
'aprel', |
4191
|
|
|
|
|
|
|
'maý', |
4192
|
|
|
|
|
|
|
'iýun', |
4193
|
|
|
|
|
|
|
'iýul', |
4194
|
|
|
|
|
|
|
'awgust', |
4195
|
|
|
|
|
|
|
'sentýabr', |
4196
|
|
|
|
|
|
|
'oktýabr', |
4197
|
|
|
|
|
|
|
'noýabr', |
4198
|
|
|
|
|
|
|
'dekabr' |
4199
|
|
|
|
|
|
|
], |
4200
|
|
|
|
|
|
|
leap => [ |
4201
|
|
|
|
|
|
|
|
4202
|
|
|
|
|
|
|
], |
4203
|
|
|
|
|
|
|
}, |
4204
|
|
|
|
|
|
|
}, |
4205
|
|
|
|
|
|
|
'stand-alone' => { |
4206
|
|
|
|
|
|
|
abbreviated => { |
4207
|
|
|
|
|
|
|
nonleap => [ |
4208
|
|
|
|
|
|
|
'Ãan', |
4209
|
|
|
|
|
|
|
'Few', |
4210
|
|
|
|
|
|
|
'Mar', |
4211
|
|
|
|
|
|
|
'Apr', |
4212
|
|
|
|
|
|
|
'Maý', |
4213
|
|
|
|
|
|
|
'Iýun', |
4214
|
|
|
|
|
|
|
'Iýul', |
4215
|
|
|
|
|
|
|
'Awg', |
4216
|
|
|
|
|
|
|
'Sen', |
4217
|
|
|
|
|
|
|
'Okt', |
4218
|
|
|
|
|
|
|
'Noý', |
4219
|
|
|
|
|
|
|
'Dek' |
4220
|
|
|
|
|
|
|
], |
4221
|
|
|
|
|
|
|
leap => [ |
4222
|
|
|
|
|
|
|
|
4223
|
|
|
|
|
|
|
], |
4224
|
|
|
|
|
|
|
}, |
4225
|
|
|
|
|
|
|
narrow => { |
4226
|
|
|
|
|
|
|
nonleap => [ |
4227
|
|
|
|
|
|
|
'Ã', |
4228
|
|
|
|
|
|
|
'F', |
4229
|
|
|
|
|
|
|
'M', |
4230
|
|
|
|
|
|
|
'A', |
4231
|
|
|
|
|
|
|
'M', |
4232
|
|
|
|
|
|
|
'I', |
4233
|
|
|
|
|
|
|
'I', |
4234
|
|
|
|
|
|
|
'A', |
4235
|
|
|
|
|
|
|
'S', |
4236
|
|
|
|
|
|
|
'O', |
4237
|
|
|
|
|
|
|
'N', |
4238
|
|
|
|
|
|
|
'D' |
4239
|
|
|
|
|
|
|
], |
4240
|
|
|
|
|
|
|
leap => [ |
4241
|
|
|
|
|
|
|
|
4242
|
|
|
|
|
|
|
], |
4243
|
|
|
|
|
|
|
}, |
4244
|
|
|
|
|
|
|
wide => { |
4245
|
|
|
|
|
|
|
nonleap => [ |
4246
|
|
|
|
|
|
|
'Ãanwar', |
4247
|
|
|
|
|
|
|
'Fewral', |
4248
|
|
|
|
|
|
|
'Mart', |
4249
|
|
|
|
|
|
|
'Aprel', |
4250
|
|
|
|
|
|
|
'Maý', |
4251
|
|
|
|
|
|
|
'Iýun', |
4252
|
|
|
|
|
|
|
'Iýul', |
4253
|
|
|
|
|
|
|
'Awgust', |
4254
|
|
|
|
|
|
|
'Sentýabr', |
4255
|
|
|
|
|
|
|
'Oktýabr', |
4256
|
|
|
|
|
|
|
'Noýabr', |
4257
|
|
|
|
|
|
|
'Dekabr' |
4258
|
|
|
|
|
|
|
], |
4259
|
|
|
|
|
|
|
leap => [ |
4260
|
|
|
|
|
|
|
|
4261
|
|
|
|
|
|
|
], |
4262
|
|
|
|
|
|
|
}, |
4263
|
|
|
|
|
|
|
}, |
4264
|
|
|
|
|
|
|
}, |
4265
|
|
|
|
|
|
|
} }, |
4266
|
|
|
|
|
|
|
); |
4267
|
|
|
|
|
|
|
|
4268
|
|
|
|
|
|
|
has 'calendar_days' => ( |
4269
|
|
|
|
|
|
|
is => 'ro', |
4270
|
|
|
|
|
|
|
isa => HashRef, |
4271
|
|
|
|
|
|
|
init_arg => undef, |
4272
|
|
|
|
|
|
|
default => sub { { |
4273
|
|
|
|
|
|
|
'generic' => { |
4274
|
|
|
|
|
|
|
'format' => { |
4275
|
|
|
|
|
|
|
abbreviated => { |
4276
|
|
|
|
|
|
|
mon => 'db', |
4277
|
|
|
|
|
|
|
tue => 'sb', |
4278
|
|
|
|
|
|
|
wed => 'çb', |
4279
|
|
|
|
|
|
|
thu => 'pb', |
4280
|
|
|
|
|
|
|
fri => 'an', |
4281
|
|
|
|
|
|
|
sat => 'Åb', |
4282
|
|
|
|
|
|
|
sun => 'ýb' |
4283
|
|
|
|
|
|
|
}, |
4284
|
|
|
|
|
|
|
wide => { |
4285
|
|
|
|
|
|
|
mon => 'duÅenbe', |
4286
|
|
|
|
|
|
|
tue => 'siÅenbe', |
4287
|
|
|
|
|
|
|
wed => 'çarÅenbe', |
4288
|
|
|
|
|
|
|
thu => 'penÅenbe', |
4289
|
|
|
|
|
|
|
fri => 'anna', |
4290
|
|
|
|
|
|
|
sat => 'Åenbe', |
4291
|
|
|
|
|
|
|
sun => 'ýekÅenbe' |
4292
|
|
|
|
|
|
|
}, |
4293
|
|
|
|
|
|
|
}, |
4294
|
|
|
|
|
|
|
'stand-alone' => { |
4295
|
|
|
|
|
|
|
narrow => { |
4296
|
|
|
|
|
|
|
mon => 'D', |
4297
|
|
|
|
|
|
|
tue => 'S', |
4298
|
|
|
|
|
|
|
wed => 'Ã', |
4299
|
|
|
|
|
|
|
thu => 'P', |
4300
|
|
|
|
|
|
|
fri => 'A', |
4301
|
|
|
|
|
|
|
sat => 'Å', |
4302
|
|
|
|
|
|
|
sun => 'Ã' |
4303
|
|
|
|
|
|
|
}, |
4304
|
|
|
|
|
|
|
}, |
4305
|
|
|
|
|
|
|
}, |
4306
|
|
|
|
|
|
|
'gregorian' => { |
4307
|
|
|
|
|
|
|
'format' => { |
4308
|
|
|
|
|
|
|
abbreviated => { |
4309
|
|
|
|
|
|
|
mon => 'duÅ', |
4310
|
|
|
|
|
|
|
tue => 'siÅ', |
4311
|
|
|
|
|
|
|
wed => 'çar', |
4312
|
|
|
|
|
|
|
thu => 'pen', |
4313
|
|
|
|
|
|
|
fri => 'ann', |
4314
|
|
|
|
|
|
|
sat => 'Åen', |
4315
|
|
|
|
|
|
|
sun => 'ýek' |
4316
|
|
|
|
|
|
|
}, |
4317
|
|
|
|
|
|
|
narrow => { |
4318
|
|
|
|
|
|
|
mon => 'D', |
4319
|
|
|
|
|
|
|
tue => 'S', |
4320
|
|
|
|
|
|
|
wed => 'Ã', |
4321
|
|
|
|
|
|
|
thu => 'P', |
4322
|
|
|
|
|
|
|
fri => 'A', |
4323
|
|
|
|
|
|
|
sat => 'Å', |
4324
|
|
|
|
|
|
|
sun => 'Ã' |
4325
|
|
|
|
|
|
|
}, |
4326
|
|
|
|
|
|
|
short => { |
4327
|
|
|
|
|
|
|
mon => 'db', |
4328
|
|
|
|
|
|
|
tue => 'sb', |
4329
|
|
|
|
|
|
|
wed => 'çb', |
4330
|
|
|
|
|
|
|
thu => 'pb', |
4331
|
|
|
|
|
|
|
fri => 'an', |
4332
|
|
|
|
|
|
|
sat => 'Åb', |
4333
|
|
|
|
|
|
|
sun => 'ýb' |
4334
|
|
|
|
|
|
|
}, |
4335
|
|
|
|
|
|
|
wide => { |
4336
|
|
|
|
|
|
|
mon => 'duÅenbe', |
4337
|
|
|
|
|
|
|
tue => 'siÅenbe', |
4338
|
|
|
|
|
|
|
wed => 'çarÅenbe', |
4339
|
|
|
|
|
|
|
thu => 'penÅenbe', |
4340
|
|
|
|
|
|
|
fri => 'anna', |
4341
|
|
|
|
|
|
|
sat => 'Åenbe', |
4342
|
|
|
|
|
|
|
sun => 'ýekÅenbe' |
4343
|
|
|
|
|
|
|
}, |
4344
|
|
|
|
|
|
|
}, |
4345
|
|
|
|
|
|
|
'stand-alone' => { |
4346
|
|
|
|
|
|
|
abbreviated => { |
4347
|
|
|
|
|
|
|
mon => 'DuÅ', |
4348
|
|
|
|
|
|
|
tue => 'SiÅ', |
4349
|
|
|
|
|
|
|
wed => 'Ãar', |
4350
|
|
|
|
|
|
|
thu => 'Pen', |
4351
|
|
|
|
|
|
|
fri => 'Ann', |
4352
|
|
|
|
|
|
|
sat => 'Åen', |
4353
|
|
|
|
|
|
|
sun => 'Ãek' |
4354
|
|
|
|
|
|
|
}, |
4355
|
|
|
|
|
|
|
narrow => { |
4356
|
|
|
|
|
|
|
mon => 'D', |
4357
|
|
|
|
|
|
|
tue => 'S', |
4358
|
|
|
|
|
|
|
wed => 'Ã', |
4359
|
|
|
|
|
|
|
thu => 'P', |
4360
|
|
|
|
|
|
|
fri => 'A', |
4361
|
|
|
|
|
|
|
sat => 'Å', |
4362
|
|
|
|
|
|
|
sun => 'Ã' |
4363
|
|
|
|
|
|
|
}, |
4364
|
|
|
|
|
|
|
short => { |
4365
|
|
|
|
|
|
|
mon => 'Db', |
4366
|
|
|
|
|
|
|
tue => 'Sb', |
4367
|
|
|
|
|
|
|
wed => 'Ãb', |
4368
|
|
|
|
|
|
|
thu => 'Pb', |
4369
|
|
|
|
|
|
|
fri => 'An', |
4370
|
|
|
|
|
|
|
sat => 'Åb', |
4371
|
|
|
|
|
|
|
sun => 'Ãb' |
4372
|
|
|
|
|
|
|
}, |
4373
|
|
|
|
|
|
|
wide => { |
4374
|
|
|
|
|
|
|
mon => 'DuÅenbe', |
4375
|
|
|
|
|
|
|
tue => 'SiÅenbe', |
4376
|
|
|
|
|
|
|
wed => 'ÃarÅenbe', |
4377
|
|
|
|
|
|
|
thu => 'PenÅenbe', |
4378
|
|
|
|
|
|
|
fri => 'Anna', |
4379
|
|
|
|
|
|
|
sat => 'Åenbe', |
4380
|
|
|
|
|
|
|
sun => 'ÃekÅenbe' |
4381
|
|
|
|
|
|
|
}, |
4382
|
|
|
|
|
|
|
}, |
4383
|
|
|
|
|
|
|
}, |
4384
|
|
|
|
|
|
|
} }, |
4385
|
|
|
|
|
|
|
); |
4386
|
|
|
|
|
|
|
|
4387
|
|
|
|
|
|
|
has 'calendar_quarters' => ( |
4388
|
|
|
|
|
|
|
is => 'ro', |
4389
|
|
|
|
|
|
|
isa => HashRef, |
4390
|
|
|
|
|
|
|
init_arg => undef, |
4391
|
|
|
|
|
|
|
default => sub { { |
4392
|
|
|
|
|
|
|
'gregorian' => { |
4393
|
|
|
|
|
|
|
'format' => { |
4394
|
|
|
|
|
|
|
abbreviated => {0 => '1Ã', |
4395
|
|
|
|
|
|
|
1 => '2Ã', |
4396
|
|
|
|
|
|
|
2 => '3Ã', |
4397
|
|
|
|
|
|
|
3 => '4Ã' |
4398
|
|
|
|
|
|
|
}, |
4399
|
|
|
|
|
|
|
narrow => {0 => '1', |
4400
|
|
|
|
|
|
|
1 => '2', |
4401
|
|
|
|
|
|
|
2 => '3', |
4402
|
|
|
|
|
|
|
3 => '4' |
4403
|
|
|
|
|
|
|
}, |
4404
|
|
|
|
|
|
|
wide => {0 => '1-nji çärýek', |
4405
|
|
|
|
|
|
|
1 => '2-nji çärýek', |
4406
|
|
|
|
|
|
|
2 => '3-nji çärýek', |
4407
|
|
|
|
|
|
|
3 => '4-nji çärýek' |
4408
|
|
|
|
|
|
|
}, |
4409
|
|
|
|
|
|
|
}, |
4410
|
|
|
|
|
|
|
'stand-alone' => { |
4411
|
|
|
|
|
|
|
abbreviated => {0 => '1Ã', |
4412
|
|
|
|
|
|
|
1 => '2Ã', |
4413
|
|
|
|
|
|
|
2 => '3Ã', |
4414
|
|
|
|
|
|
|
3 => '4Ã' |
4415
|
|
|
|
|
|
|
}, |
4416
|
|
|
|
|
|
|
narrow => {0 => '1', |
4417
|
|
|
|
|
|
|
1 => '2', |
4418
|
|
|
|
|
|
|
2 => '3', |
4419
|
|
|
|
|
|
|
3 => '4' |
4420
|
|
|
|
|
|
|
}, |
4421
|
|
|
|
|
|
|
wide => {0 => '1-nji çärýek', |
4422
|
|
|
|
|
|
|
1 => '2-nji çärýek', |
4423
|
|
|
|
|
|
|
2 => '3-nji çärýek', |
4424
|
|
|
|
|
|
|
3 => '4-nji çärýek' |
4425
|
|
|
|
|
|
|
}, |
4426
|
|
|
|
|
|
|
}, |
4427
|
|
|
|
|
|
|
}, |
4428
|
|
|
|
|
|
|
} }, |
4429
|
|
|
|
|
|
|
); |
4430
|
|
|
|
|
|
|
|
4431
|
|
|
|
|
|
|
has 'day_periods' => ( |
4432
|
|
|
|
|
|
|
is => 'ro', |
4433
|
|
|
|
|
|
|
isa => HashRef, |
4434
|
|
|
|
|
|
|
init_arg => undef, |
4435
|
|
|
|
|
|
|
default => sub { { |
4436
|
|
|
|
|
|
|
'gregorian' => { |
4437
|
|
|
|
|
|
|
'format' => { |
4438
|
|
|
|
|
|
|
'abbreviated' => { |
4439
|
|
|
|
|
|
|
'pm' => q{go.soÅ}, |
4440
|
|
|
|
|
|
|
'am' => q{go.öÅ}, |
4441
|
|
|
|
|
|
|
}, |
4442
|
|
|
|
|
|
|
'wide' => { |
4443
|
|
|
|
|
|
|
'pm' => q{günortadan soÅ}, |
4444
|
|
|
|
|
|
|
'am' => q{günortadan öÅ}, |
4445
|
|
|
|
|
|
|
}, |
4446
|
|
|
|
|
|
|
'narrow' => { |
4447
|
|
|
|
|
|
|
'pm' => q{soÅ}, |
4448
|
|
|
|
|
|
|
'am' => q{öÅ}, |
4449
|
|
|
|
|
|
|
}, |
4450
|
|
|
|
|
|
|
}, |
4451
|
|
|
|
|
|
|
'stand-alone' => { |
4452
|
|
|
|
|
|
|
'narrow' => { |
4453
|
|
|
|
|
|
|
'pm' => q{soÅ}, |
4454
|
|
|
|
|
|
|
'am' => q{öÅ}, |
4455
|
|
|
|
|
|
|
}, |
4456
|
|
|
|
|
|
|
'wide' => { |
4457
|
|
|
|
|
|
|
'am' => q{günortadan öÅ}, |
4458
|
|
|
|
|
|
|
'pm' => q{günortadan soÅ}, |
4459
|
|
|
|
|
|
|
}, |
4460
|
|
|
|
|
|
|
'abbreviated' => { |
4461
|
|
|
|
|
|
|
'pm' => q{g.soÅ}, |
4462
|
|
|
|
|
|
|
'am' => q{g.öÅ}, |
4463
|
|
|
|
|
|
|
}, |
4464
|
|
|
|
|
|
|
}, |
4465
|
|
|
|
|
|
|
}, |
4466
|
|
|
|
|
|
|
} }, |
4467
|
|
|
|
|
|
|
); |
4468
|
|
|
|
|
|
|
|
4469
|
|
|
|
|
|
|
has 'eras' => ( |
4470
|
|
|
|
|
|
|
is => 'ro', |
4471
|
|
|
|
|
|
|
isa => HashRef, |
4472
|
|
|
|
|
|
|
init_arg => undef, |
4473
|
|
|
|
|
|
|
default => sub { { |
4474
|
|
|
|
|
|
|
'generic' => { |
4475
|
|
|
|
|
|
|
}, |
4476
|
|
|
|
|
|
|
'gregorian' => { |
4477
|
|
|
|
|
|
|
abbreviated => { |
4478
|
|
|
|
|
|
|
'0' => 'B.e.öÅ', |
4479
|
|
|
|
|
|
|
'1' => 'B.e.' |
4480
|
|
|
|
|
|
|
}, |
4481
|
|
|
|
|
|
|
wide => { |
4482
|
|
|
|
|
|
|
'0' => 'Isadan öÅ', |
4483
|
|
|
|
|
|
|
'1' => 'Isadan soÅ' |
4484
|
|
|
|
|
|
|
}, |
4485
|
|
|
|
|
|
|
}, |
4486
|
|
|
|
|
|
|
} }, |
4487
|
|
|
|
|
|
|
); |
4488
|
|
|
|
|
|
|
|
4489
|
|
|
|
|
|
|
has 'date_formats' => ( |
4490
|
|
|
|
|
|
|
is => 'ro', |
4491
|
|
|
|
|
|
|
isa => HashRef, |
4492
|
|
|
|
|
|
|
init_arg => undef, |
4493
|
|
|
|
|
|
|
default => sub { { |
4494
|
|
|
|
|
|
|
'generic' => { |
4495
|
|
|
|
|
|
|
'full' => q{d MMMM y G EEEE}, |
4496
|
|
|
|
|
|
|
'long' => q{d MMMM y G}, |
4497
|
|
|
|
|
|
|
'medium' => q{d MMM y G}, |
4498
|
|
|
|
|
|
|
'short' => q{dd.MM.y GGGGG}, |
4499
|
|
|
|
|
|
|
}, |
4500
|
|
|
|
|
|
|
'gregorian' => { |
4501
|
|
|
|
|
|
|
'full' => q{d MMMM y EEEE}, |
4502
|
|
|
|
|
|
|
'long' => q{d MMMM y}, |
4503
|
|
|
|
|
|
|
'medium' => q{d MMM y}, |
4504
|
|
|
|
|
|
|
'short' => q{dd.MM.y}, |
4505
|
|
|
|
|
|
|
}, |
4506
|
|
|
|
|
|
|
} }, |
4507
|
|
|
|
|
|
|
); |
4508
|
|
|
|
|
|
|
|
4509
|
|
|
|
|
|
|
has 'time_formats' => ( |
4510
|
|
|
|
|
|
|
is => 'ro', |
4511
|
|
|
|
|
|
|
isa => HashRef, |
4512
|
|
|
|
|
|
|
init_arg => undef, |
4513
|
|
|
|
|
|
|
default => sub { { |
4514
|
|
|
|
|
|
|
'generic' => { |
4515
|
|
|
|
|
|
|
'full' => q{HH:mm:ss zzzz}, |
4516
|
|
|
|
|
|
|
'long' => q{HH:mm:ss z}, |
4517
|
|
|
|
|
|
|
'medium' => q{HH:mm:ss}, |
4518
|
|
|
|
|
|
|
'short' => q{HH:mm}, |
4519
|
|
|
|
|
|
|
}, |
4520
|
|
|
|
|
|
|
'gregorian' => { |
4521
|
|
|
|
|
|
|
'full' => q{HH:mm:ss zzzz}, |
4522
|
|
|
|
|
|
|
'long' => q{HH:mm:ss z}, |
4523
|
|
|
|
|
|
|
'medium' => q{HH:mm:ss}, |
4524
|
|
|
|
|
|
|
'short' => q{HH:mm}, |
4525
|
|
|
|
|
|
|
}, |
4526
|
|
|
|
|
|
|
} }, |
4527
|
|
|
|
|
|
|
); |
4528
|
|
|
|
|
|
|
|
4529
|
|
|
|
|
|
|
has 'datetime_formats' => ( |
4530
|
|
|
|
|
|
|
is => 'ro', |
4531
|
|
|
|
|
|
|
isa => HashRef, |
4532
|
|
|
|
|
|
|
init_arg => undef, |
4533
|
|
|
|
|
|
|
default => sub { { |
4534
|
|
|
|
|
|
|
'generic' => { |
4535
|
|
|
|
|
|
|
'full' => q{{1} {0}}, |
4536
|
|
|
|
|
|
|
'long' => q{{1} {0}}, |
4537
|
|
|
|
|
|
|
'medium' => q{{1} {0}}, |
4538
|
|
|
|
|
|
|
'short' => q{{1} {0}}, |
4539
|
|
|
|
|
|
|
}, |
4540
|
|
|
|
|
|
|
'gregorian' => { |
4541
|
|
|
|
|
|
|
'full' => q{{1} {0}}, |
4542
|
|
|
|
|
|
|
'long' => q{{1} {0}}, |
4543
|
|
|
|
|
|
|
'medium' => q{{1} {0}}, |
4544
|
|
|
|
|
|
|
'short' => q{{1} {0}}, |
4545
|
|
|
|
|
|
|
}, |
4546
|
|
|
|
|
|
|
} }, |
4547
|
|
|
|
|
|
|
); |
4548
|
|
|
|
|
|
|
|
4549
|
|
|
|
|
|
|
has 'datetime_formats_available_formats' => ( |
4550
|
|
|
|
|
|
|
is => 'ro', |
4551
|
|
|
|
|
|
|
isa => HashRef, |
4552
|
|
|
|
|
|
|
init_arg => undef, |
4553
|
|
|
|
|
|
|
default => sub { { |
4554
|
|
|
|
|
|
|
'generic' => { |
4555
|
|
|
|
|
|
|
Bh => q{h B}, |
4556
|
|
|
|
|
|
|
Bhm => q{h:mm B}, |
4557
|
|
|
|
|
|
|
Bhms => q{h:mm:ss B}, |
4558
|
|
|
|
|
|
|
E => q{ccc}, |
4559
|
|
|
|
|
|
|
EBhm => q{E h:mm B}, |
4560
|
|
|
|
|
|
|
EBhms => q{E h:mm:ss B}, |
4561
|
|
|
|
|
|
|
EHm => q{E HH:mm}, |
4562
|
|
|
|
|
|
|
EHms => q{E HH:mm:ss}, |
4563
|
|
|
|
|
|
|
Ed => q{d E}, |
4564
|
|
|
|
|
|
|
Ehm => q{E h:mm a}, |
4565
|
|
|
|
|
|
|
Ehms => q{E h:mm:ss a}, |
4566
|
|
|
|
|
|
|
Gy => q{G y}, |
4567
|
|
|
|
|
|
|
GyMMM => q{G y MMM}, |
4568
|
|
|
|
|
|
|
GyMMMEd => q{G y MMM d, E}, |
4569
|
|
|
|
|
|
|
GyMMMd => q{G y MMM d}, |
4570
|
|
|
|
|
|
|
H => q{HH}, |
4571
|
|
|
|
|
|
|
Hm => q{HH:mm}, |
4572
|
|
|
|
|
|
|
Hms => q{HH:mm:ss}, |
4573
|
|
|
|
|
|
|
M => q{L}, |
4574
|
|
|
|
|
|
|
MEd => q{dd.MM E}, |
4575
|
|
|
|
|
|
|
MMM => q{LLL}, |
4576
|
|
|
|
|
|
|
MMMEd => q{d MMM E}, |
4577
|
|
|
|
|
|
|
MMMMEd => q{d MMMM E}, |
4578
|
|
|
|
|
|
|
MMMMd => q{d MMMM}, |
4579
|
|
|
|
|
|
|
MMMd => q{d MMM}, |
4580
|
|
|
|
|
|
|
Md => q{dd.MM}, |
4581
|
|
|
|
|
|
|
d => q{d}, |
4582
|
|
|
|
|
|
|
h => q{h a}, |
4583
|
|
|
|
|
|
|
hm => q{h:mm a}, |
4584
|
|
|
|
|
|
|
hms => q{h:mm:ss a}, |
4585
|
|
|
|
|
|
|
mmss => q{mm:ss}, |
4586
|
|
|
|
|
|
|
ms => q{mm:ss}, |
4587
|
|
|
|
|
|
|
y => q{y}, |
4588
|
|
|
|
|
|
|
yM => q{MM.y}, |
4589
|
|
|
|
|
|
|
yMEd => q{dd.MM.y E}, |
4590
|
|
|
|
|
|
|
yMMM => q{MMM y}, |
4591
|
|
|
|
|
|
|
yMMMEd => q{d MMM y E}, |
4592
|
|
|
|
|
|
|
yMMMM => q{MMMM y}, |
4593
|
|
|
|
|
|
|
yMMMd => q{d MMM y}, |
4594
|
|
|
|
|
|
|
yMd => q{dd.MM.y}, |
4595
|
|
|
|
|
|
|
yyyy => q{G y}, |
4596
|
|
|
|
|
|
|
yyyyM => q{GGGGG y-MM}, |
4597
|
|
|
|
|
|
|
yyyyMEd => q{GGGGG y-MM-dd, E}, |
4598
|
|
|
|
|
|
|
yyyyMMM => q{G y MMM}, |
4599
|
|
|
|
|
|
|
yyyyMMMEd => q{G y MMM d, E}, |
4600
|
|
|
|
|
|
|
yyyyMMMM => q{G y MMMM}, |
4601
|
|
|
|
|
|
|
yyyyMMMd => q{G y MMM d}, |
4602
|
|
|
|
|
|
|
yyyyMd => q{GGGGG y-MM-dd}, |
4603
|
|
|
|
|
|
|
yyyyQQQ => q{G y QQQ}, |
4604
|
|
|
|
|
|
|
yyyyQQQQ => q{G y QQQQ}, |
4605
|
|
|
|
|
|
|
}, |
4606
|
|
|
|
|
|
|
'gregorian' => { |
4607
|
|
|
|
|
|
|
Bh => q{h B}, |
4608
|
|
|
|
|
|
|
Bhm => q{h:mm B}, |
4609
|
|
|
|
|
|
|
Bhms => q{h:mm:ss B}, |
4610
|
|
|
|
|
|
|
E => q{ccc}, |
4611
|
|
|
|
|
|
|
EBhm => q{E h:mm B}, |
4612
|
|
|
|
|
|
|
EBhms => q{E h:mm:ss B}, |
4613
|
|
|
|
|
|
|
EHm => q{E HH:mm}, |
4614
|
|
|
|
|
|
|
EHms => q{E HH:mm:ss}, |
4615
|
|
|
|
|
|
|
Ed => q{d E}, |
4616
|
|
|
|
|
|
|
Ehm => q{E h:mm a}, |
4617
|
|
|
|
|
|
|
Ehms => q{E h:mm:ss a}, |
4618
|
|
|
|
|
|
|
Gy => q{G y}, |
4619
|
|
|
|
|
|
|
GyMMM => q{G y MMM}, |
4620
|
|
|
|
|
|
|
GyMMMEd => q{G y MMM d, E}, |
4621
|
|
|
|
|
|
|
GyMMMd => q{G y MMM d}, |
4622
|
|
|
|
|
|
|
H => q{HH}, |
4623
|
|
|
|
|
|
|
Hm => q{HH:mm}, |
4624
|
|
|
|
|
|
|
Hms => q{HH:mm:ss}, |
4625
|
|
|
|
|
|
|
Hmsv => q{HH:mm:ss v}, |
4626
|
|
|
|
|
|
|
Hmv => q{HH:mm v}, |
4627
|
|
|
|
|
|
|
M => q{L}, |
4628
|
|
|
|
|
|
|
MEd => q{dd.MM E}, |
4629
|
|
|
|
|
|
|
MMM => q{LLL}, |
4630
|
|
|
|
|
|
|
MMMEd => q{d MMM E}, |
4631
|
|
|
|
|
|
|
MMMMEd => q{d MMMM E}, |
4632
|
|
|
|
|
|
|
MMMMW => q{'hepde' W, MMMM}, |
4633
|
|
|
|
|
|
|
MMMMd => q{d MMMM}, |
4634
|
|
|
|
|
|
|
MMMd => q{d MMM}, |
4635
|
|
|
|
|
|
|
Md => q{dd.MM}, |
4636
|
|
|
|
|
|
|
d => q{d}, |
4637
|
|
|
|
|
|
|
h => q{h a}, |
4638
|
|
|
|
|
|
|
hm => q{h:mm a}, |
4639
|
|
|
|
|
|
|
hms => q{h:mm:ss a}, |
4640
|
|
|
|
|
|
|
hmsv => q{h:mm:ss a v}, |
4641
|
|
|
|
|
|
|
hmv => q{h:mm a v}, |
4642
|
|
|
|
|
|
|
mmss => q{mm:ss}, |
4643
|
|
|
|
|
|
|
ms => q{mm:ss}, |
4644
|
|
|
|
|
|
|
y => q{y}, |
4645
|
|
|
|
|
|
|
yM => q{MM.y}, |
4646
|
|
|
|
|
|
|
yMEd => q{dd.MM.y E}, |
4647
|
|
|
|
|
|
|
yMMM => q{MMM y}, |
4648
|
|
|
|
|
|
|
yMMMEd => q{d MMM y E}, |
4649
|
|
|
|
|
|
|
yMMMM => q{MMMM y}, |
4650
|
|
|
|
|
|
|
yMMMd => q{d MMM y}, |
4651
|
|
|
|
|
|
|
yMd => q{dd.MM.y}, |
4652
|
|
|
|
|
|
|
yQQQ => q{y QQQ}, |
4653
|
|
|
|
|
|
|
yQQQQ => q{y QQQQ}, |
4654
|
|
|
|
|
|
|
yw => q{'hepde' w, Y}, |
4655
|
|
|
|
|
|
|
}, |
4656
|
|
|
|
|
|
|
} }, |
4657
|
|
|
|
|
|
|
); |
4658
|
|
|
|
|
|
|
|
4659
|
|
|
|
|
|
|
has 'datetime_formats_append_item' => ( |
4660
|
|
|
|
|
|
|
is => 'ro', |
4661
|
|
|
|
|
|
|
isa => HashRef, |
4662
|
|
|
|
|
|
|
init_arg => undef, |
4663
|
|
|
|
|
|
|
default => sub { { |
4664
|
|
|
|
|
|
|
'gregorian' => { |
4665
|
|
|
|
|
|
|
'Timezone' => '{0} {1}', |
4666
|
|
|
|
|
|
|
}, |
4667
|
|
|
|
|
|
|
} }, |
4668
|
|
|
|
|
|
|
); |
4669
|
|
|
|
|
|
|
|
4670
|
|
|
|
|
|
|
has 'datetime_formats_interval' => ( |
4671
|
|
|
|
|
|
|
is => 'ro', |
4672
|
|
|
|
|
|
|
isa => HashRef, |
4673
|
|
|
|
|
|
|
init_arg => undef, |
4674
|
|
|
|
|
|
|
default => sub { { |
4675
|
|
|
|
|
|
|
'generic' => { |
4676
|
|
|
|
|
|
|
H => { |
4677
|
|
|
|
|
|
|
H => q{HHâHH}, |
4678
|
|
|
|
|
|
|
}, |
4679
|
|
|
|
|
|
|
Hm => { |
4680
|
|
|
|
|
|
|
H => q{HH:mmâHH:mm}, |
4681
|
|
|
|
|
|
|
m => q{HH:mmâHH:mm}, |
4682
|
|
|
|
|
|
|
}, |
4683
|
|
|
|
|
|
|
Hmv => { |
4684
|
|
|
|
|
|
|
H => q{HH:mmâHH:mm v}, |
4685
|
|
|
|
|
|
|
m => q{HH:mmâHH:mm v}, |
4686
|
|
|
|
|
|
|
}, |
4687
|
|
|
|
|
|
|
Hv => { |
4688
|
|
|
|
|
|
|
H => q{HHâHH v}, |
4689
|
|
|
|
|
|
|
}, |
4690
|
|
|
|
|
|
|
M => { |
4691
|
|
|
|
|
|
|
M => q{MM â MM}, |
4692
|
|
|
|
|
|
|
}, |
4693
|
|
|
|
|
|
|
MEd => { |
4694
|
|
|
|
|
|
|
M => q{dd.MM E â dd.MM E}, |
4695
|
|
|
|
|
|
|
d => q{dd.MM E â dd.MM E}, |
4696
|
|
|
|
|
|
|
}, |
4697
|
|
|
|
|
|
|
MMM => { |
4698
|
|
|
|
|
|
|
M => q{MMMâMMM}, |
4699
|
|
|
|
|
|
|
}, |
4700
|
|
|
|
|
|
|
MMMEd => { |
4701
|
|
|
|
|
|
|
M => q{d MMM E â d MMM E}, |
4702
|
|
|
|
|
|
|
d => q{d MMM E â d MMM E}, |
4703
|
|
|
|
|
|
|
}, |
4704
|
|
|
|
|
|
|
MMMd => { |
4705
|
|
|
|
|
|
|
M => q{d MMM â d MMM}, |
4706
|
|
|
|
|
|
|
d => q{d â d MMM}, |
4707
|
|
|
|
|
|
|
}, |
4708
|
|
|
|
|
|
|
Md => { |
4709
|
|
|
|
|
|
|
M => q{dd.MM â dd.MM}, |
4710
|
|
|
|
|
|
|
d => q{dd.MM â dd.MM}, |
4711
|
|
|
|
|
|
|
}, |
4712
|
|
|
|
|
|
|
d => { |
4713
|
|
|
|
|
|
|
d => q{dâd}, |
4714
|
|
|
|
|
|
|
}, |
4715
|
|
|
|
|
|
|
fallback => '{0} - {1}', |
4716
|
|
|
|
|
|
|
h => { |
4717
|
|
|
|
|
|
|
a => q{h a â h a}, |
4718
|
|
|
|
|
|
|
h => q{hâh a}, |
4719
|
|
|
|
|
|
|
}, |
4720
|
|
|
|
|
|
|
hm => { |
4721
|
|
|
|
|
|
|
a => q{h:mm a â h:mm a}, |
4722
|
|
|
|
|
|
|
h => q{h:mmâh:mm a}, |
4723
|
|
|
|
|
|
|
m => q{h:mmâh:mm a}, |
4724
|
|
|
|
|
|
|
}, |
4725
|
|
|
|
|
|
|
hmv => { |
4726
|
|
|
|
|
|
|
a => q{h:mm a â h:mm a v}, |
4727
|
|
|
|
|
|
|
h => q{h:mmâh:mm a v}, |
4728
|
|
|
|
|
|
|
m => q{h:mmâh:mm a v}, |
4729
|
|
|
|
|
|
|
}, |
4730
|
|
|
|
|
|
|
hv => { |
4731
|
|
|
|
|
|
|
a => q{h a â h a v}, |
4732
|
|
|
|
|
|
|
h => q{hâh a v}, |
4733
|
|
|
|
|
|
|
}, |
4734
|
|
|
|
|
|
|
y => { |
4735
|
|
|
|
|
|
|
y => q{yây}, |
4736
|
|
|
|
|
|
|
}, |
4737
|
|
|
|
|
|
|
yM => { |
4738
|
|
|
|
|
|
|
M => q{MM.y â MM.y}, |
4739
|
|
|
|
|
|
|
y => q{MM.y â MM.y}, |
4740
|
|
|
|
|
|
|
}, |
4741
|
|
|
|
|
|
|
yMEd => { |
4742
|
|
|
|
|
|
|
M => q{dd.MM.y E â dd.MM.y E}, |
4743
|
|
|
|
|
|
|
d => q{dd.MM.y E â dd.MM.y E}, |
4744
|
|
|
|
|
|
|
y => q{dd.MM.y E â dd.MM.y E}, |
4745
|
|
|
|
|
|
|
}, |
4746
|
|
|
|
|
|
|
yMMM => { |
4747
|
|
|
|
|
|
|
M => q{MMMâMMM y}, |
4748
|
|
|
|
|
|
|
y => q{MMM y â MMM y}, |
4749
|
|
|
|
|
|
|
}, |
4750
|
|
|
|
|
|
|
yMMMEd => { |
4751
|
|
|
|
|
|
|
M => q{d MMM y E â d MMM y E}, |
4752
|
|
|
|
|
|
|
d => q{d MMM y E â d MMM y E}, |
4753
|
|
|
|
|
|
|
y => q{d MMM y E â d MMM y E}, |
4754
|
|
|
|
|
|
|
}, |
4755
|
|
|
|
|
|
|
yMMMM => { |
4756
|
|
|
|
|
|
|
M => q{MMMMâMMMM y}, |
4757
|
|
|
|
|
|
|
y => q{MMMM y â MMMM y}, |
4758
|
|
|
|
|
|
|
}, |
4759
|
|
|
|
|
|
|
yMMMd => { |
4760
|
|
|
|
|
|
|
M => q{d MMM â d MMM y}, |
4761
|
|
|
|
|
|
|
d => q{d â d MMM y}, |
4762
|
|
|
|
|
|
|
y => q{d MMM y â d MMM y}, |
4763
|
|
|
|
|
|
|
}, |
4764
|
|
|
|
|
|
|
yMd => { |
4765
|
|
|
|
|
|
|
M => q{dd.MM.y â dd.MM.y}, |
4766
|
|
|
|
|
|
|
d => q{dd.MM.y â dd.MM.y}, |
4767
|
|
|
|
|
|
|
y => q{dd.MM.y â dd.MM.y}, |
4768
|
|
|
|
|
|
|
}, |
4769
|
|
|
|
|
|
|
}, |
4770
|
|
|
|
|
|
|
'gregorian' => { |
4771
|
|
|
|
|
|
|
H => { |
4772
|
|
|
|
|
|
|
H => q{HHâHH}, |
4773
|
|
|
|
|
|
|
}, |
4774
|
|
|
|
|
|
|
Hm => { |
4775
|
|
|
|
|
|
|
H => q{HH:mmâHH:mm}, |
4776
|
|
|
|
|
|
|
m => q{HH:mmâHH:mm}, |
4777
|
|
|
|
|
|
|
}, |
4778
|
|
|
|
|
|
|
Hmv => { |
4779
|
|
|
|
|
|
|
H => q{HH:mmâHH:mm v}, |
4780
|
|
|
|
|
|
|
m => q{HH:mmâHH:mm v}, |
4781
|
|
|
|
|
|
|
}, |
4782
|
|
|
|
|
|
|
Hv => { |
4783
|
|
|
|
|
|
|
H => q{HHâHH v}, |
4784
|
|
|
|
|
|
|
}, |
4785
|
|
|
|
|
|
|
M => { |
4786
|
|
|
|
|
|
|
M => q{MM â MM}, |
4787
|
|
|
|
|
|
|
}, |
4788
|
|
|
|
|
|
|
MEd => { |
4789
|
|
|
|
|
|
|
M => q{dd.MM E â dd.MM E}, |
4790
|
|
|
|
|
|
|
d => q{dd.MM E â dd.MM E}, |
4791
|
|
|
|
|
|
|
}, |
4792
|
|
|
|
|
|
|
MMM => { |
4793
|
|
|
|
|
|
|
M => q{MMMâMMM}, |
4794
|
|
|
|
|
|
|
}, |
4795
|
|
|
|
|
|
|
MMMEd => { |
4796
|
|
|
|
|
|
|
M => q{d MMM E â d MMM E}, |
4797
|
|
|
|
|
|
|
d => q{d MMM E â d MMM E}, |
4798
|
|
|
|
|
|
|
}, |
4799
|
|
|
|
|
|
|
MMMd => { |
4800
|
|
|
|
|
|
|
M => q{d MMM â d MMM}, |
4801
|
|
|
|
|
|
|
d => q{d â d MMM}, |
4802
|
|
|
|
|
|
|
}, |
4803
|
|
|
|
|
|
|
Md => { |
4804
|
|
|
|
|
|
|
M => q{dd.MM â dd.MM}, |
4805
|
|
|
|
|
|
|
d => q{dd.MM â dd.MM}, |
4806
|
|
|
|
|
|
|
}, |
4807
|
|
|
|
|
|
|
d => { |
4808
|
|
|
|
|
|
|
d => q{dâd}, |
4809
|
|
|
|
|
|
|
}, |
4810
|
|
|
|
|
|
|
fallback => '{0} - {1}', |
4811
|
|
|
|
|
|
|
h => { |
4812
|
|
|
|
|
|
|
a => q{h a â h a}, |
4813
|
|
|
|
|
|
|
h => q{hâh a}, |
4814
|
|
|
|
|
|
|
}, |
4815
|
|
|
|
|
|
|
hm => { |
4816
|
|
|
|
|
|
|
a => q{h:mm a â h:mm a}, |
4817
|
|
|
|
|
|
|
h => q{h:mmâh:mm a}, |
4818
|
|
|
|
|
|
|
m => q{h:mmâh:mm a}, |
4819
|
|
|
|
|
|
|
}, |
4820
|
|
|
|
|
|
|
hmv => { |
4821
|
|
|
|
|
|
|
a => q{h:mm a â h:mm a v}, |
4822
|
|
|
|
|
|
|
h => q{h:mmâh:mm a v}, |
4823
|
|
|
|
|
|
|
m => q{h:mmâh:mm a v}, |
4824
|
|
|
|
|
|
|
}, |
4825
|
|
|
|
|
|
|
hv => { |
4826
|
|
|
|
|
|
|
a => q{h a â h a v}, |
4827
|
|
|
|
|
|
|
h => q{hâh a v}, |
4828
|
|
|
|
|
|
|
}, |
4829
|
|
|
|
|
|
|
y => { |
4830
|
|
|
|
|
|
|
y => q{yây}, |
4831
|
|
|
|
|
|
|
}, |
4832
|
|
|
|
|
|
|
yM => { |
4833
|
|
|
|
|
|
|
M => q{MM.y â MM.y}, |
4834
|
|
|
|
|
|
|
y => q{MM.y â MM.y}, |
4835
|
|
|
|
|
|
|
}, |
4836
|
|
|
|
|
|
|
yMEd => { |
4837
|
|
|
|
|
|
|
M => q{dd.MM.y E â dd.MM.y E}, |
4838
|
|
|
|
|
|
|
d => q{dd.MM.y E â dd.MM.y E}, |
4839
|
|
|
|
|
|
|
y => q{dd.MM.y E â dd.MM.y E}, |
4840
|
|
|
|
|
|
|
}, |
4841
|
|
|
|
|
|
|
yMMM => { |
4842
|
|
|
|
|
|
|
M => q{MMMâMMM y}, |
4843
|
|
|
|
|
|
|
y => q{MMM y â MMM y}, |
4844
|
|
|
|
|
|
|
}, |
4845
|
|
|
|
|
|
|
yMMMEd => { |
4846
|
|
|
|
|
|
|
M => q{d MMM y E â d MMM y E}, |
4847
|
|
|
|
|
|
|
d => q{d MMM y E â d MMM y E}, |
4848
|
|
|
|
|
|
|
y => q{d MMM y E â d MMM y E}, |
4849
|
|
|
|
|
|
|
}, |
4850
|
|
|
|
|
|
|
yMMMM => { |
4851
|
|
|
|
|
|
|
M => q{MMMMâMMMM y}, |
4852
|
|
|
|
|
|
|
y => q{MMMM y â MMMM y}, |
4853
|
|
|
|
|
|
|
}, |
4854
|
|
|
|
|
|
|
yMMMd => { |
4855
|
|
|
|
|
|
|
M => q{d MMM â d MMM y}, |
4856
|
|
|
|
|
|
|
d => q{d â d MMM y}, |
4857
|
|
|
|
|
|
|
y => q{d MMM y â d MMM y}, |
4858
|
|
|
|
|
|
|
}, |
4859
|
|
|
|
|
|
|
yMd => { |
4860
|
|
|
|
|
|
|
M => q{dd.MM.y â dd.MM.y}, |
4861
|
|
|
|
|
|
|
d => q{dd.MM.y â dd.MM.y}, |
4862
|
|
|
|
|
|
|
y => q{dd.MM.y â dd.MM.y}, |
4863
|
|
|
|
|
|
|
}, |
4864
|
|
|
|
|
|
|
}, |
4865
|
|
|
|
|
|
|
} }, |
4866
|
|
|
|
|
|
|
); |
4867
|
|
|
|
|
|
|
|
4868
|
|
|
|
|
|
|
has 'time_zone_names' => ( |
4869
|
|
|
|
|
|
|
is => 'ro', |
4870
|
|
|
|
|
|
|
isa => HashRef, |
4871
|
|
|
|
|
|
|
init_arg => undef, |
4872
|
|
|
|
|
|
|
default => sub { { |
4873
|
|
|
|
|
|
|
hourFormat => q(+HH:mm;-HH:mm), |
4874
|
|
|
|
|
|
|
gmtFormat => q(GMT{0}), |
4875
|
|
|
|
|
|
|
gmtZeroFormat => q(GMT), |
4876
|
|
|
|
|
|
|
regionFormat => q({0} wagty), |
4877
|
|
|
|
|
|
|
regionFormat => q({0} tomusky wagty), |
4878
|
|
|
|
|
|
|
regionFormat => q({0} standart wagty), |
4879
|
|
|
|
|
|
|
fallbackFormat => q({1} ({0})), |
4880
|
|
|
|
|
|
|
'Afghanistan' => { |
4881
|
|
|
|
|
|
|
long => { |
4882
|
|
|
|
|
|
|
'standard' => q#Owganystan wagty#, |
4883
|
|
|
|
|
|
|
}, |
4884
|
|
|
|
|
|
|
}, |
4885
|
|
|
|
|
|
|
'Africa/Abidjan' => { |
4886
|
|
|
|
|
|
|
exemplarCity => q#Abijan#, |
4887
|
|
|
|
|
|
|
}, |
4888
|
|
|
|
|
|
|
'Africa/Accra' => { |
4889
|
|
|
|
|
|
|
exemplarCity => q#Akkra#, |
4890
|
|
|
|
|
|
|
}, |
4891
|
|
|
|
|
|
|
'Africa/Addis_Ababa' => { |
4892
|
|
|
|
|
|
|
exemplarCity => q#Addis-Abeba#, |
4893
|
|
|
|
|
|
|
}, |
4894
|
|
|
|
|
|
|
'Africa/Algiers' => { |
4895
|
|
|
|
|
|
|
exemplarCity => q#Alžir#, |
4896
|
|
|
|
|
|
|
}, |
4897
|
|
|
|
|
|
|
'Africa/Asmera' => { |
4898
|
|
|
|
|
|
|
exemplarCity => q#Asmera#, |
4899
|
|
|
|
|
|
|
}, |
4900
|
|
|
|
|
|
|
'Africa/Bamako' => { |
4901
|
|
|
|
|
|
|
exemplarCity => q#Bamako#, |
4902
|
|
|
|
|
|
|
}, |
4903
|
|
|
|
|
|
|
'Africa/Bangui' => { |
4904
|
|
|
|
|
|
|
exemplarCity => q#Bangi#, |
4905
|
|
|
|
|
|
|
}, |
4906
|
|
|
|
|
|
|
'Africa/Banjul' => { |
4907
|
|
|
|
|
|
|
exemplarCity => q#Banjul#, |
4908
|
|
|
|
|
|
|
}, |
4909
|
|
|
|
|
|
|
'Africa/Bissau' => { |
4910
|
|
|
|
|
|
|
exemplarCity => q#Bisau#, |
4911
|
|
|
|
|
|
|
}, |
4912
|
|
|
|
|
|
|
'Africa/Blantyre' => { |
4913
|
|
|
|
|
|
|
exemplarCity => q#Blantaýr#, |
4914
|
|
|
|
|
|
|
}, |
4915
|
|
|
|
|
|
|
'Africa/Brazzaville' => { |
4916
|
|
|
|
|
|
|
exemplarCity => q#Brazzawil#, |
4917
|
|
|
|
|
|
|
}, |
4918
|
|
|
|
|
|
|
'Africa/Bujumbura' => { |
4919
|
|
|
|
|
|
|
exemplarCity => q#Bujumbura#, |
4920
|
|
|
|
|
|
|
}, |
4921
|
|
|
|
|
|
|
'Africa/Cairo' => { |
4922
|
|
|
|
|
|
|
exemplarCity => q#Kair#, |
4923
|
|
|
|
|
|
|
}, |
4924
|
|
|
|
|
|
|
'Africa/Casablanca' => { |
4925
|
|
|
|
|
|
|
exemplarCity => q#Kasablanka#, |
4926
|
|
|
|
|
|
|
}, |
4927
|
|
|
|
|
|
|
'Africa/Ceuta' => { |
4928
|
|
|
|
|
|
|
exemplarCity => q#Seuta#, |
4929
|
|
|
|
|
|
|
}, |
4930
|
|
|
|
|
|
|
'Africa/Conakry' => { |
4931
|
|
|
|
|
|
|
exemplarCity => q#Konakri#, |
4932
|
|
|
|
|
|
|
}, |
4933
|
|
|
|
|
|
|
'Africa/Dakar' => { |
4934
|
|
|
|
|
|
|
exemplarCity => q#Dakar#, |
4935
|
|
|
|
|
|
|
}, |
4936
|
|
|
|
|
|
|
'Africa/Dar_es_Salaam' => { |
4937
|
|
|
|
|
|
|
exemplarCity => q#Dar-es-Salam#, |
4938
|
|
|
|
|
|
|
}, |
4939
|
|
|
|
|
|
|
'Africa/Djibouti' => { |
4940
|
|
|
|
|
|
|
exemplarCity => q#Jibuti#, |
4941
|
|
|
|
|
|
|
}, |
4942
|
|
|
|
|
|
|
'Africa/Douala' => { |
4943
|
|
|
|
|
|
|
exemplarCity => q#Duala#, |
4944
|
|
|
|
|
|
|
}, |
4945
|
|
|
|
|
|
|
'Africa/El_Aaiun' => { |
4946
|
|
|
|
|
|
|
exemplarCity => q#El-Aýun#, |
4947
|
|
|
|
|
|
|
}, |
4948
|
|
|
|
|
|
|
'Africa/Freetown' => { |
4949
|
|
|
|
|
|
|
exemplarCity => q#Fritaun#, |
4950
|
|
|
|
|
|
|
}, |
4951
|
|
|
|
|
|
|
'Africa/Gaborone' => { |
4952
|
|
|
|
|
|
|
exemplarCity => q#Gaborone#, |
4953
|
|
|
|
|
|
|
}, |
4954
|
|
|
|
|
|
|
'Africa/Harare' => { |
4955
|
|
|
|
|
|
|
exemplarCity => q#Harare#, |
4956
|
|
|
|
|
|
|
}, |
4957
|
|
|
|
|
|
|
'Africa/Johannesburg' => { |
4958
|
|
|
|
|
|
|
exemplarCity => q#Ãohannesburg#, |
4959
|
|
|
|
|
|
|
}, |
4960
|
|
|
|
|
|
|
'Africa/Juba' => { |
4961
|
|
|
|
|
|
|
exemplarCity => q#Juba#, |
4962
|
|
|
|
|
|
|
}, |
4963
|
|
|
|
|
|
|
'Africa/Kampala' => { |
4964
|
|
|
|
|
|
|
exemplarCity => q#Kampala#, |
4965
|
|
|
|
|
|
|
}, |
4966
|
|
|
|
|
|
|
'Africa/Khartoum' => { |
4967
|
|
|
|
|
|
|
exemplarCity => q#Hartum#, |
4968
|
|
|
|
|
|
|
}, |
4969
|
|
|
|
|
|
|
'Africa/Kigali' => { |
4970
|
|
|
|
|
|
|
exemplarCity => q#Kigali#, |
4971
|
|
|
|
|
|
|
}, |
4972
|
|
|
|
|
|
|
'Africa/Kinshasa' => { |
4973
|
|
|
|
|
|
|
exemplarCity => q#KinÅasa#, |
4974
|
|
|
|
|
|
|
}, |
4975
|
|
|
|
|
|
|
'Africa/Lagos' => { |
4976
|
|
|
|
|
|
|
exemplarCity => q#Lagos#, |
4977
|
|
|
|
|
|
|
}, |
4978
|
|
|
|
|
|
|
'Africa/Libreville' => { |
4979
|
|
|
|
|
|
|
exemplarCity => q#Librewil#, |
4980
|
|
|
|
|
|
|
}, |
4981
|
|
|
|
|
|
|
'Africa/Lome' => { |
4982
|
|
|
|
|
|
|
exemplarCity => q#Lome#, |
4983
|
|
|
|
|
|
|
}, |
4984
|
|
|
|
|
|
|
'Africa/Luanda' => { |
4985
|
|
|
|
|
|
|
exemplarCity => q#Luanda#, |
4986
|
|
|
|
|
|
|
}, |
4987
|
|
|
|
|
|
|
'Africa/Lubumbashi' => { |
4988
|
|
|
|
|
|
|
exemplarCity => q#LubumbaÅi#, |
4989
|
|
|
|
|
|
|
}, |
4990
|
|
|
|
|
|
|
'Africa/Lusaka' => { |
4991
|
|
|
|
|
|
|
exemplarCity => q#Lusaka#, |
4992
|
|
|
|
|
|
|
}, |
4993
|
|
|
|
|
|
|
'Africa/Malabo' => { |
4994
|
|
|
|
|
|
|
exemplarCity => q#Malabo#, |
4995
|
|
|
|
|
|
|
}, |
4996
|
|
|
|
|
|
|
'Africa/Maputo' => { |
4997
|
|
|
|
|
|
|
exemplarCity => q#Maputo#, |
4998
|
|
|
|
|
|
|
}, |
4999
|
|
|
|
|
|
|
'Africa/Maseru' => { |
5000
|
|
|
|
|
|
|
exemplarCity => q#Maseru#, |
5001
|
|
|
|
|
|
|
}, |
5002
|
|
|
|
|
|
|
'Africa/Mbabane' => { |
5003
|
|
|
|
|
|
|
exemplarCity => q#Mbabane#, |
5004
|
|
|
|
|
|
|
}, |
5005
|
|
|
|
|
|
|
'Africa/Mogadishu' => { |
5006
|
|
|
|
|
|
|
exemplarCity => q#MogadiÅo#, |
5007
|
|
|
|
|
|
|
}, |
5008
|
|
|
|
|
|
|
'Africa/Monrovia' => { |
5009
|
|
|
|
|
|
|
exemplarCity => q#Monrowiýa#, |
5010
|
|
|
|
|
|
|
}, |
5011
|
|
|
|
|
|
|
'Africa/Nairobi' => { |
5012
|
|
|
|
|
|
|
exemplarCity => q#Naýrobi#, |
5013
|
|
|
|
|
|
|
}, |
5014
|
|
|
|
|
|
|
'Africa/Ndjamena' => { |
5015
|
|
|
|
|
|
|
exemplarCity => q#Jamena#, |
5016
|
|
|
|
|
|
|
}, |
5017
|
|
|
|
|
|
|
'Africa/Niamey' => { |
5018
|
|
|
|
|
|
|
exemplarCity => q#Niameý#, |
5019
|
|
|
|
|
|
|
}, |
5020
|
|
|
|
|
|
|
'Africa/Nouakchott' => { |
5021
|
|
|
|
|
|
|
exemplarCity => q#NuakÅot#, |
5022
|
|
|
|
|
|
|
}, |
5023
|
|
|
|
|
|
|
'Africa/Ouagadougou' => { |
5024
|
|
|
|
|
|
|
exemplarCity => q#Uagadugu#, |
5025
|
|
|
|
|
|
|
}, |
5026
|
|
|
|
|
|
|
'Africa/Porto-Novo' => { |
5027
|
|
|
|
|
|
|
exemplarCity => q#Porto-Nowo#, |
5028
|
|
|
|
|
|
|
}, |
5029
|
|
|
|
|
|
|
'Africa/Sao_Tome' => { |
5030
|
|
|
|
|
|
|
exemplarCity => q#San-Tome#, |
5031
|
|
|
|
|
|
|
}, |
5032
|
|
|
|
|
|
|
'Africa/Tripoli' => { |
5033
|
|
|
|
|
|
|
exemplarCity => q#Tripoli#, |
5034
|
|
|
|
|
|
|
}, |
5035
|
|
|
|
|
|
|
'Africa/Tunis' => { |
5036
|
|
|
|
|
|
|
exemplarCity => q#Tunis#, |
5037
|
|
|
|
|
|
|
}, |
5038
|
|
|
|
|
|
|
'Africa/Windhoek' => { |
5039
|
|
|
|
|
|
|
exemplarCity => q#Windhuk#, |
5040
|
|
|
|
|
|
|
}, |
5041
|
|
|
|
|
|
|
'Africa_Central' => { |
5042
|
|
|
|
|
|
|
long => { |
5043
|
|
|
|
|
|
|
'standard' => q#Merkezi Afrika wagty#, |
5044
|
|
|
|
|
|
|
}, |
5045
|
|
|
|
|
|
|
}, |
5046
|
|
|
|
|
|
|
'Africa_Eastern' => { |
5047
|
|
|
|
|
|
|
long => { |
5048
|
|
|
|
|
|
|
'standard' => q#Gündogar Afrika wagty#, |
5049
|
|
|
|
|
|
|
}, |
5050
|
|
|
|
|
|
|
}, |
5051
|
|
|
|
|
|
|
'Africa_Southern' => { |
5052
|
|
|
|
|
|
|
long => { |
5053
|
|
|
|
|
|
|
'standard' => q#Günorta Afrika standart wagty#, |
5054
|
|
|
|
|
|
|
}, |
5055
|
|
|
|
|
|
|
}, |
5056
|
|
|
|
|
|
|
'Africa_Western' => { |
5057
|
|
|
|
|
|
|
long => { |
5058
|
|
|
|
|
|
|
'daylight' => q#Günbatar Afrika tomusky wagty#, |
5059
|
|
|
|
|
|
|
'generic' => q#Günbatar Afrika wagty#, |
5060
|
|
|
|
|
|
|
'standard' => q#Günbatar Afrika standart wagty#, |
5061
|
|
|
|
|
|
|
}, |
5062
|
|
|
|
|
|
|
}, |
5063
|
|
|
|
|
|
|
'Alaska' => { |
5064
|
|
|
|
|
|
|
long => { |
5065
|
|
|
|
|
|
|
'daylight' => q#Alýaska tomusky wagty#, |
5066
|
|
|
|
|
|
|
'generic' => q#Alýaska wagty#, |
5067
|
|
|
|
|
|
|
'standard' => q#Alýaska standart wagty#, |
5068
|
|
|
|
|
|
|
}, |
5069
|
|
|
|
|
|
|
}, |
5070
|
|
|
|
|
|
|
'Amazon' => { |
5071
|
|
|
|
|
|
|
long => { |
5072
|
|
|
|
|
|
|
'daylight' => q#Amazon tomusky wagty#, |
5073
|
|
|
|
|
|
|
'generic' => q#Amazon wagty#, |
5074
|
|
|
|
|
|
|
'standard' => q#Amazon standart wagty#, |
5075
|
|
|
|
|
|
|
}, |
5076
|
|
|
|
|
|
|
}, |
5077
|
|
|
|
|
|
|
'America/Adak' => { |
5078
|
|
|
|
|
|
|
exemplarCity => q#Adak adasy#, |
5079
|
|
|
|
|
|
|
}, |
5080
|
|
|
|
|
|
|
'America/Anchorage' => { |
5081
|
|
|
|
|
|
|
exemplarCity => q#Ankoridž#, |
5082
|
|
|
|
|
|
|
}, |
5083
|
|
|
|
|
|
|
'America/Anguilla' => { |
5084
|
|
|
|
|
|
|
exemplarCity => q#Angilýa#, |
5085
|
|
|
|
|
|
|
}, |
5086
|
|
|
|
|
|
|
'America/Antigua' => { |
5087
|
|
|
|
|
|
|
exemplarCity => q#Antigua#, |
5088
|
|
|
|
|
|
|
}, |
5089
|
|
|
|
|
|
|
'America/Araguaina' => { |
5090
|
|
|
|
|
|
|
exemplarCity => q#Araguaýna#, |
5091
|
|
|
|
|
|
|
}, |
5092
|
|
|
|
|
|
|
'America/Argentina/La_Rioja' => { |
5093
|
|
|
|
|
|
|
exemplarCity => q#La-Rioha#, |
5094
|
|
|
|
|
|
|
}, |
5095
|
|
|
|
|
|
|
'America/Argentina/Rio_Gallegos' => { |
5096
|
|
|
|
|
|
|
exemplarCity => q#Rio-Galegos#, |
5097
|
|
|
|
|
|
|
}, |
5098
|
|
|
|
|
|
|
'America/Argentina/Salta' => { |
5099
|
|
|
|
|
|
|
exemplarCity => q#Salta#, |
5100
|
|
|
|
|
|
|
}, |
5101
|
|
|
|
|
|
|
'America/Argentina/San_Juan' => { |
5102
|
|
|
|
|
|
|
exemplarCity => q#San-Huan#, |
5103
|
|
|
|
|
|
|
}, |
5104
|
|
|
|
|
|
|
'America/Argentina/San_Luis' => { |
5105
|
|
|
|
|
|
|
exemplarCity => q#San-Luis#, |
5106
|
|
|
|
|
|
|
}, |
5107
|
|
|
|
|
|
|
'America/Argentina/Tucuman' => { |
5108
|
|
|
|
|
|
|
exemplarCity => q#Tukuman#, |
5109
|
|
|
|
|
|
|
}, |
5110
|
|
|
|
|
|
|
'America/Argentina/Ushuaia' => { |
5111
|
|
|
|
|
|
|
exemplarCity => q#UÅuaýa#, |
5112
|
|
|
|
|
|
|
}, |
5113
|
|
|
|
|
|
|
'America/Aruba' => { |
5114
|
|
|
|
|
|
|
exemplarCity => q#Aruba#, |
5115
|
|
|
|
|
|
|
}, |
5116
|
|
|
|
|
|
|
'America/Asuncion' => { |
5117
|
|
|
|
|
|
|
exemplarCity => q#Asunsýon#, |
5118
|
|
|
|
|
|
|
}, |
5119
|
|
|
|
|
|
|
'America/Bahia' => { |
5120
|
|
|
|
|
|
|
exemplarCity => q#Baiýa#, |
5121
|
|
|
|
|
|
|
}, |
5122
|
|
|
|
|
|
|
'America/Bahia_Banderas' => { |
5123
|
|
|
|
|
|
|
exemplarCity => q#Baiýa-de-Banderas#, |
5124
|
|
|
|
|
|
|
}, |
5125
|
|
|
|
|
|
|
'America/Barbados' => { |
5126
|
|
|
|
|
|
|
exemplarCity => q#Barbados#, |
5127
|
|
|
|
|
|
|
}, |
5128
|
|
|
|
|
|
|
'America/Belem' => { |
5129
|
|
|
|
|
|
|
exemplarCity => q#Belen#, |
5130
|
|
|
|
|
|
|
}, |
5131
|
|
|
|
|
|
|
'America/Belize' => { |
5132
|
|
|
|
|
|
|
exemplarCity => q#Beliz#, |
5133
|
|
|
|
|
|
|
}, |
5134
|
|
|
|
|
|
|
'America/Blanc-Sablon' => { |
5135
|
|
|
|
|
|
|
exemplarCity => q#Blank-Sablon#, |
5136
|
|
|
|
|
|
|
}, |
5137
|
|
|
|
|
|
|
'America/Boa_Vista' => { |
5138
|
|
|
|
|
|
|
exemplarCity => q#Boa-Wista#, |
5139
|
|
|
|
|
|
|
}, |
5140
|
|
|
|
|
|
|
'America/Bogota' => { |
5141
|
|
|
|
|
|
|
exemplarCity => q#Bogota#, |
5142
|
|
|
|
|
|
|
}, |
5143
|
|
|
|
|
|
|
'America/Boise' => { |
5144
|
|
|
|
|
|
|
exemplarCity => q#Boýse#, |
5145
|
|
|
|
|
|
|
}, |
5146
|
|
|
|
|
|
|
'America/Buenos_Aires' => { |
5147
|
|
|
|
|
|
|
exemplarCity => q#Buenos-Aýres#, |
5148
|
|
|
|
|
|
|
}, |
5149
|
|
|
|
|
|
|
'America/Cambridge_Bay' => { |
5150
|
|
|
|
|
|
|
exemplarCity => q#Kembrij-Beý#, |
5151
|
|
|
|
|
|
|
}, |
5152
|
|
|
|
|
|
|
'America/Campo_Grande' => { |
5153
|
|
|
|
|
|
|
exemplarCity => q#Kampu-Grandi#, |
5154
|
|
|
|
|
|
|
}, |
5155
|
|
|
|
|
|
|
'America/Cancun' => { |
5156
|
|
|
|
|
|
|
exemplarCity => q#Kankun#, |
5157
|
|
|
|
|
|
|
}, |
5158
|
|
|
|
|
|
|
'America/Caracas' => { |
5159
|
|
|
|
|
|
|
exemplarCity => q#Karakas#, |
5160
|
|
|
|
|
|
|
}, |
5161
|
|
|
|
|
|
|
'America/Catamarca' => { |
5162
|
|
|
|
|
|
|
exemplarCity => q#Katamarka#, |
5163
|
|
|
|
|
|
|
}, |
5164
|
|
|
|
|
|
|
'America/Cayenne' => { |
5165
|
|
|
|
|
|
|
exemplarCity => q#Kaýenna#, |
5166
|
|
|
|
|
|
|
}, |
5167
|
|
|
|
|
|
|
'America/Cayman' => { |
5168
|
|
|
|
|
|
|
exemplarCity => q#Kaýman adalary#, |
5169
|
|
|
|
|
|
|
}, |
5170
|
|
|
|
|
|
|
'America/Chicago' => { |
5171
|
|
|
|
|
|
|
exemplarCity => q#Ãikago#, |
5172
|
|
|
|
|
|
|
}, |
5173
|
|
|
|
|
|
|
'America/Chihuahua' => { |
5174
|
|
|
|
|
|
|
exemplarCity => q#Ãihuahua#, |
5175
|
|
|
|
|
|
|
}, |
5176
|
|
|
|
|
|
|
'America/Coral_Harbour' => { |
5177
|
|
|
|
|
|
|
exemplarCity => q#Atikokan#, |
5178
|
|
|
|
|
|
|
}, |
5179
|
|
|
|
|
|
|
'America/Cordoba' => { |
5180
|
|
|
|
|
|
|
exemplarCity => q#Kordowa#, |
5181
|
|
|
|
|
|
|
}, |
5182
|
|
|
|
|
|
|
'America/Costa_Rica' => { |
5183
|
|
|
|
|
|
|
exemplarCity => q#Kosta-Rika#, |
5184
|
|
|
|
|
|
|
}, |
5185
|
|
|
|
|
|
|
'America/Creston' => { |
5186
|
|
|
|
|
|
|
exemplarCity => q#Kreston#, |
5187
|
|
|
|
|
|
|
}, |
5188
|
|
|
|
|
|
|
'America/Cuiaba' => { |
5189
|
|
|
|
|
|
|
exemplarCity => q#Kuýaba#, |
5190
|
|
|
|
|
|
|
}, |
5191
|
|
|
|
|
|
|
'America/Curacao' => { |
5192
|
|
|
|
|
|
|
exemplarCity => q#Kýurasao#, |
5193
|
|
|
|
|
|
|
}, |
5194
|
|
|
|
|
|
|
'America/Danmarkshavn' => { |
5195
|
|
|
|
|
|
|
exemplarCity => q#Denmarkshawn#, |
5196
|
|
|
|
|
|
|
}, |
5197
|
|
|
|
|
|
|
'America/Dawson' => { |
5198
|
|
|
|
|
|
|
exemplarCity => q#Douson#, |
5199
|
|
|
|
|
|
|
}, |
5200
|
|
|
|
|
|
|
'America/Dawson_Creek' => { |
5201
|
|
|
|
|
|
|
exemplarCity => q#Douson-Krik#, |
5202
|
|
|
|
|
|
|
}, |
5203
|
|
|
|
|
|
|
'America/Denver' => { |
5204
|
|
|
|
|
|
|
exemplarCity => q#Denwer#, |
5205
|
|
|
|
|
|
|
}, |
5206
|
|
|
|
|
|
|
'America/Detroit' => { |
5207
|
|
|
|
|
|
|
exemplarCity => q#Detroýt#, |
5208
|
|
|
|
|
|
|
}, |
5209
|
|
|
|
|
|
|
'America/Dominica' => { |
5210
|
|
|
|
|
|
|
exemplarCity => q#Dominika#, |
5211
|
|
|
|
|
|
|
}, |
5212
|
|
|
|
|
|
|
'America/Edmonton' => { |
5213
|
|
|
|
|
|
|
exemplarCity => q#Edmonton#, |
5214
|
|
|
|
|
|
|
}, |
5215
|
|
|
|
|
|
|
'America/Eirunepe' => { |
5216
|
|
|
|
|
|
|
exemplarCity => q#Eýrunepe#, |
5217
|
|
|
|
|
|
|
}, |
5218
|
|
|
|
|
|
|
'America/El_Salvador' => { |
5219
|
|
|
|
|
|
|
exemplarCity => q#Salwador#, |
5220
|
|
|
|
|
|
|
}, |
5221
|
|
|
|
|
|
|
'America/Fort_Nelson' => { |
5222
|
|
|
|
|
|
|
exemplarCity => q#Fort Nelson#, |
5223
|
|
|
|
|
|
|
}, |
5224
|
|
|
|
|
|
|
'America/Fortaleza' => { |
5225
|
|
|
|
|
|
|
exemplarCity => q#Fortaleza#, |
5226
|
|
|
|
|
|
|
}, |
5227
|
|
|
|
|
|
|
'America/Glace_Bay' => { |
5228
|
|
|
|
|
|
|
exemplarCity => q#Gleýs-Beý#, |
5229
|
|
|
|
|
|
|
}, |
5230
|
|
|
|
|
|
|
'America/Godthab' => { |
5231
|
|
|
|
|
|
|
exemplarCity => q#Nuk#, |
5232
|
|
|
|
|
|
|
}, |
5233
|
|
|
|
|
|
|
'America/Goose_Bay' => { |
5234
|
|
|
|
|
|
|
exemplarCity => q#Gus-Beý#, |
5235
|
|
|
|
|
|
|
}, |
5236
|
|
|
|
|
|
|
'America/Grand_Turk' => { |
5237
|
|
|
|
|
|
|
exemplarCity => q#Grand-Terk#, |
5238
|
|
|
|
|
|
|
}, |
5239
|
|
|
|
|
|
|
'America/Grenada' => { |
5240
|
|
|
|
|
|
|
exemplarCity => q#Grenada#, |
5241
|
|
|
|
|
|
|
}, |
5242
|
|
|
|
|
|
|
'America/Guadeloupe' => { |
5243
|
|
|
|
|
|
|
exemplarCity => q#Gwadelupa#, |
5244
|
|
|
|
|
|
|
}, |
5245
|
|
|
|
|
|
|
'America/Guatemala' => { |
5246
|
|
|
|
|
|
|
exemplarCity => q#Gwatemala#, |
5247
|
|
|
|
|
|
|
}, |
5248
|
|
|
|
|
|
|
'America/Guayaquil' => { |
5249
|
|
|
|
|
|
|
exemplarCity => q#Guýakil#, |
5250
|
|
|
|
|
|
|
}, |
5251
|
|
|
|
|
|
|
'America/Guyana' => { |
5252
|
|
|
|
|
|
|
exemplarCity => q#Gaýana#, |
5253
|
|
|
|
|
|
|
}, |
5254
|
|
|
|
|
|
|
'America/Halifax' => { |
5255
|
|
|
|
|
|
|
exemplarCity => q#Galifaks#, |
5256
|
|
|
|
|
|
|
}, |
5257
|
|
|
|
|
|
|
'America/Havana' => { |
5258
|
|
|
|
|
|
|
exemplarCity => q#Gawana#, |
5259
|
|
|
|
|
|
|
}, |
5260
|
|
|
|
|
|
|
'America/Hermosillo' => { |
5261
|
|
|
|
|
|
|
exemplarCity => q#Ermosilo#, |
5262
|
|
|
|
|
|
|
}, |
5263
|
|
|
|
|
|
|
'America/Indiana/Knox' => { |
5264
|
|
|
|
|
|
|
exemplarCity => q#Noks, Indiana#, |
5265
|
|
|
|
|
|
|
}, |
5266
|
|
|
|
|
|
|
'America/Indiana/Marengo' => { |
5267
|
|
|
|
|
|
|
exemplarCity => q#Marengo, Indiana#, |
5268
|
|
|
|
|
|
|
}, |
5269
|
|
|
|
|
|
|
'America/Indiana/Petersburg' => { |
5270
|
|
|
|
|
|
|
exemplarCity => q#Petersburg, Indiana#, |
5271
|
|
|
|
|
|
|
}, |
5272
|
|
|
|
|
|
|
'America/Indiana/Tell_City' => { |
5273
|
|
|
|
|
|
|
exemplarCity => q#Tell-Siti, Indiana#, |
5274
|
|
|
|
|
|
|
}, |
5275
|
|
|
|
|
|
|
'America/Indiana/Vevay' => { |
5276
|
|
|
|
|
|
|
exemplarCity => q#Wiweý, Indiana#, |
5277
|
|
|
|
|
|
|
}, |
5278
|
|
|
|
|
|
|
'America/Indiana/Vincennes' => { |
5279
|
|
|
|
|
|
|
exemplarCity => q#Winsens, Indiana#, |
5280
|
|
|
|
|
|
|
}, |
5281
|
|
|
|
|
|
|
'America/Indiana/Winamac' => { |
5282
|
|
|
|
|
|
|
exemplarCity => q#Winamak, Indiana#, |
5283
|
|
|
|
|
|
|
}, |
5284
|
|
|
|
|
|
|
'America/Indianapolis' => { |
5285
|
|
|
|
|
|
|
exemplarCity => q#Indianapolis#, |
5286
|
|
|
|
|
|
|
}, |
5287
|
|
|
|
|
|
|
'America/Inuvik' => { |
5288
|
|
|
|
|
|
|
exemplarCity => q#Inuwik#, |
5289
|
|
|
|
|
|
|
}, |
5290
|
|
|
|
|
|
|
'America/Iqaluit' => { |
5291
|
|
|
|
|
|
|
exemplarCity => q#Ikaluit#, |
5292
|
|
|
|
|
|
|
}, |
5293
|
|
|
|
|
|
|
'America/Jamaica' => { |
5294
|
|
|
|
|
|
|
exemplarCity => q#Ãamaýka#, |
5295
|
|
|
|
|
|
|
}, |
5296
|
|
|
|
|
|
|
'America/Jujuy' => { |
5297
|
|
|
|
|
|
|
exemplarCity => q#Žužuý#, |
5298
|
|
|
|
|
|
|
}, |
5299
|
|
|
|
|
|
|
'America/Juneau' => { |
5300
|
|
|
|
|
|
|
exemplarCity => q#Džuno#, |
5301
|
|
|
|
|
|
|
}, |
5302
|
|
|
|
|
|
|
'America/Kentucky/Monticello' => { |
5303
|
|
|
|
|
|
|
exemplarCity => q#Montisello, Kentuki#, |
5304
|
|
|
|
|
|
|
}, |
5305
|
|
|
|
|
|
|
'America/Kralendijk' => { |
5306
|
|
|
|
|
|
|
exemplarCity => q#Kralendeýk#, |
5307
|
|
|
|
|
|
|
}, |
5308
|
|
|
|
|
|
|
'America/La_Paz' => { |
5309
|
|
|
|
|
|
|
exemplarCity => q#La-Pas#, |
5310
|
|
|
|
|
|
|
}, |
5311
|
|
|
|
|
|
|
'America/Lima' => { |
5312
|
|
|
|
|
|
|
exemplarCity => q#Lima#, |
5313
|
|
|
|
|
|
|
}, |
5314
|
|
|
|
|
|
|
'America/Los_Angeles' => { |
5315
|
|
|
|
|
|
|
exemplarCity => q#Los-Anjeles#, |
5316
|
|
|
|
|
|
|
}, |
5317
|
|
|
|
|
|
|
'America/Louisville' => { |
5318
|
|
|
|
|
|
|
exemplarCity => q#Luiswill#, |
5319
|
|
|
|
|
|
|
}, |
5320
|
|
|
|
|
|
|
'America/Lower_Princes' => { |
5321
|
|
|
|
|
|
|
exemplarCity => q#Lower-Prinses-Kuorter#, |
5322
|
|
|
|
|
|
|
}, |
5323
|
|
|
|
|
|
|
'America/Maceio' => { |
5324
|
|
|
|
|
|
|
exemplarCity => q#Maseýo#, |
5325
|
|
|
|
|
|
|
}, |
5326
|
|
|
|
|
|
|
'America/Managua' => { |
5327
|
|
|
|
|
|
|
exemplarCity => q#Managua#, |
5328
|
|
|
|
|
|
|
}, |
5329
|
|
|
|
|
|
|
'America/Manaus' => { |
5330
|
|
|
|
|
|
|
exemplarCity => q#Manaus#, |
5331
|
|
|
|
|
|
|
}, |
5332
|
|
|
|
|
|
|
'America/Marigot' => { |
5333
|
|
|
|
|
|
|
exemplarCity => q#Marigo#, |
5334
|
|
|
|
|
|
|
}, |
5335
|
|
|
|
|
|
|
'America/Martinique' => { |
5336
|
|
|
|
|
|
|
exemplarCity => q#Martinika#, |
5337
|
|
|
|
|
|
|
}, |
5338
|
|
|
|
|
|
|
'America/Matamoros' => { |
5339
|
|
|
|
|
|
|
exemplarCity => q#Matamoros#, |
5340
|
|
|
|
|
|
|
}, |
5341
|
|
|
|
|
|
|
'America/Mazatlan' => { |
5342
|
|
|
|
|
|
|
exemplarCity => q#Mazatlan#, |
5343
|
|
|
|
|
|
|
}, |
5344
|
|
|
|
|
|
|
'America/Mendoza' => { |
5345
|
|
|
|
|
|
|
exemplarCity => q#Mendosa#, |
5346
|
|
|
|
|
|
|
}, |
5347
|
|
|
|
|
|
|
'America/Menominee' => { |
5348
|
|
|
|
|
|
|
exemplarCity => q#Menomini#, |
5349
|
|
|
|
|
|
|
}, |
5350
|
|
|
|
|
|
|
'America/Merida' => { |
5351
|
|
|
|
|
|
|
exemplarCity => q#Merida#, |
5352
|
|
|
|
|
|
|
}, |
5353
|
|
|
|
|
|
|
'America/Metlakatla' => { |
5354
|
|
|
|
|
|
|
exemplarCity => q#Metlakatla#, |
5355
|
|
|
|
|
|
|
}, |
5356
|
|
|
|
|
|
|
'America/Mexico_City' => { |
5357
|
|
|
|
|
|
|
exemplarCity => q#Mehiko#, |
5358
|
|
|
|
|
|
|
}, |
5359
|
|
|
|
|
|
|
'America/Miquelon' => { |
5360
|
|
|
|
|
|
|
exemplarCity => q#Mikelon#, |
5361
|
|
|
|
|
|
|
}, |
5362
|
|
|
|
|
|
|
'America/Moncton' => { |
5363
|
|
|
|
|
|
|
exemplarCity => q#Monkton#, |
5364
|
|
|
|
|
|
|
}, |
5365
|
|
|
|
|
|
|
'America/Monterrey' => { |
5366
|
|
|
|
|
|
|
exemplarCity => q#Monterreý#, |
5367
|
|
|
|
|
|
|
}, |
5368
|
|
|
|
|
|
|
'America/Montevideo' => { |
5369
|
|
|
|
|
|
|
exemplarCity => q#Montewideo#, |
5370
|
|
|
|
|
|
|
}, |
5371
|
|
|
|
|
|
|
'America/Montserrat' => { |
5372
|
|
|
|
|
|
|
exemplarCity => q#Monserrat#, |
5373
|
|
|
|
|
|
|
}, |
5374
|
|
|
|
|
|
|
'America/Nassau' => { |
5375
|
|
|
|
|
|
|
exemplarCity => q#Nassau#, |
5376
|
|
|
|
|
|
|
}, |
5377
|
|
|
|
|
|
|
'America/New_York' => { |
5378
|
|
|
|
|
|
|
exemplarCity => q#Nýu-Ãork#, |
5379
|
|
|
|
|
|
|
}, |
5380
|
|
|
|
|
|
|
'America/Nipigon' => { |
5381
|
|
|
|
|
|
|
exemplarCity => q#Nipigon#, |
5382
|
|
|
|
|
|
|
}, |
5383
|
|
|
|
|
|
|
'America/Nome' => { |
5384
|
|
|
|
|
|
|
exemplarCity => q#Nom#, |
5385
|
|
|
|
|
|
|
}, |
5386
|
|
|
|
|
|
|
'America/Noronha' => { |
5387
|
|
|
|
|
|
|
exemplarCity => q#Noronha#, |
5388
|
|
|
|
|
|
|
}, |
5389
|
|
|
|
|
|
|
'America/North_Dakota/Beulah' => { |
5390
|
|
|
|
|
|
|
exemplarCity => q#Boýla, Demirgazyk Dakota#, |
5391
|
|
|
|
|
|
|
}, |
5392
|
|
|
|
|
|
|
'America/North_Dakota/Center' => { |
5393
|
|
|
|
|
|
|
exemplarCity => q#Sentr, Demirgazyk Dakota#, |
5394
|
|
|
|
|
|
|
}, |
5395
|
|
|
|
|
|
|
'America/North_Dakota/New_Salem' => { |
5396
|
|
|
|
|
|
|
exemplarCity => q#Nýu-Salem, D.g. Dakota#, |
5397
|
|
|
|
|
|
|
}, |
5398
|
|
|
|
|
|
|
'America/Ojinaga' => { |
5399
|
|
|
|
|
|
|
exemplarCity => q#Ohinaga#, |
5400
|
|
|
|
|
|
|
}, |
5401
|
|
|
|
|
|
|
'America/Panama' => { |
5402
|
|
|
|
|
|
|
exemplarCity => q#Panama#, |
5403
|
|
|
|
|
|
|
}, |
5404
|
|
|
|
|
|
|
'America/Pangnirtung' => { |
5405
|
|
|
|
|
|
|
exemplarCity => q#Pangnirtang#, |
5406
|
|
|
|
|
|
|
}, |
5407
|
|
|
|
|
|
|
'America/Paramaribo' => { |
5408
|
|
|
|
|
|
|
exemplarCity => q#Paramaribo#, |
5409
|
|
|
|
|
|
|
}, |
5410
|
|
|
|
|
|
|
'America/Phoenix' => { |
5411
|
|
|
|
|
|
|
exemplarCity => q#Feniks#, |
5412
|
|
|
|
|
|
|
}, |
5413
|
|
|
|
|
|
|
'America/Port-au-Prince' => { |
5414
|
|
|
|
|
|
|
exemplarCity => q#Port-o-Prens#, |
5415
|
|
|
|
|
|
|
}, |
5416
|
|
|
|
|
|
|
'America/Port_of_Spain' => { |
5417
|
|
|
|
|
|
|
exemplarCity => q#Port-of-Speýn#, |
5418
|
|
|
|
|
|
|
}, |
5419
|
|
|
|
|
|
|
'America/Porto_Velho' => { |
5420
|
|
|
|
|
|
|
exemplarCity => q#Portu-Welýu#, |
5421
|
|
|
|
|
|
|
}, |
5422
|
|
|
|
|
|
|
'America/Puerto_Rico' => { |
5423
|
|
|
|
|
|
|
exemplarCity => q#Puerto-Riko#, |
5424
|
|
|
|
|
|
|
}, |
5425
|
|
|
|
|
|
|
'America/Punta_Arenas' => { |
5426
|
|
|
|
|
|
|
exemplarCity => q#Punta-Arenas#, |
5427
|
|
|
|
|
|
|
}, |
5428
|
|
|
|
|
|
|
'America/Rainy_River' => { |
5429
|
|
|
|
|
|
|
exemplarCity => q#Reýni-Riwer#, |
5430
|
|
|
|
|
|
|
}, |
5431
|
|
|
|
|
|
|
'America/Rankin_Inlet' => { |
5432
|
|
|
|
|
|
|
exemplarCity => q#Rankin-Inlet#, |
5433
|
|
|
|
|
|
|
}, |
5434
|
|
|
|
|
|
|
'America/Recife' => { |
5435
|
|
|
|
|
|
|
exemplarCity => q#Resifi#, |
5436
|
|
|
|
|
|
|
}, |
5437
|
|
|
|
|
|
|
'America/Regina' => { |
5438
|
|
|
|
|
|
|
exemplarCity => q#Rejaýna#, |
5439
|
|
|
|
|
|
|
}, |
5440
|
|
|
|
|
|
|
'America/Resolute' => { |
5441
|
|
|
|
|
|
|
exemplarCity => q#Rozulýut#, |
5442
|
|
|
|
|
|
|
}, |
5443
|
|
|
|
|
|
|
'America/Rio_Branco' => { |
5444
|
|
|
|
|
|
|
exemplarCity => q#Riu-Branku#, |
5445
|
|
|
|
|
|
|
}, |
5446
|
|
|
|
|
|
|
'America/Santa_Isabel' => { |
5447
|
|
|
|
|
|
|
exemplarCity => q#Santa-Izabel#, |
5448
|
|
|
|
|
|
|
}, |
5449
|
|
|
|
|
|
|
'America/Santarem' => { |
5450
|
|
|
|
|
|
|
exemplarCity => q#Santarem#, |
5451
|
|
|
|
|
|
|
}, |
5452
|
|
|
|
|
|
|
'America/Santiago' => { |
5453
|
|
|
|
|
|
|
exemplarCity => q#Santýago#, |
5454
|
|
|
|
|
|
|
}, |
5455
|
|
|
|
|
|
|
'America/Santo_Domingo' => { |
5456
|
|
|
|
|
|
|
exemplarCity => q#Santo-Domingo#, |
5457
|
|
|
|
|
|
|
}, |
5458
|
|
|
|
|
|
|
'America/Sao_Paulo' => { |
5459
|
|
|
|
|
|
|
exemplarCity => q#San-Paulu#, |
5460
|
|
|
|
|
|
|
}, |
5461
|
|
|
|
|
|
|
'America/Scoresbysund' => { |
5462
|
|
|
|
|
|
|
exemplarCity => q#Illokkortoormiut#, |
5463
|
|
|
|
|
|
|
}, |
5464
|
|
|
|
|
|
|
'America/Sitka' => { |
5465
|
|
|
|
|
|
|
exemplarCity => q#Sitka#, |
5466
|
|
|
|
|
|
|
}, |
5467
|
|
|
|
|
|
|
'America/St_Barthelemy' => { |
5468
|
|
|
|
|
|
|
exemplarCity => q#Sen-Bartelemi#, |
5469
|
|
|
|
|
|
|
}, |
5470
|
|
|
|
|
|
|
'America/St_Johns' => { |
5471
|
|
|
|
|
|
|
exemplarCity => q#Sent-Džons#, |
5472
|
|
|
|
|
|
|
}, |
5473
|
|
|
|
|
|
|
'America/St_Kitts' => { |
5474
|
|
|
|
|
|
|
exemplarCity => q#Sent-Kits#, |
5475
|
|
|
|
|
|
|
}, |
5476
|
|
|
|
|
|
|
'America/St_Lucia' => { |
5477
|
|
|
|
|
|
|
exemplarCity => q#Sent-Lýusiýa#, |
5478
|
|
|
|
|
|
|
}, |
5479
|
|
|
|
|
|
|
'America/St_Thomas' => { |
5480
|
|
|
|
|
|
|
exemplarCity => q#Sent-Tomas#, |
5481
|
|
|
|
|
|
|
}, |
5482
|
|
|
|
|
|
|
'America/St_Vincent' => { |
5483
|
|
|
|
|
|
|
exemplarCity => q#Sent-Winsent#, |
5484
|
|
|
|
|
|
|
}, |
5485
|
|
|
|
|
|
|
'America/Swift_Current' => { |
5486
|
|
|
|
|
|
|
exemplarCity => q#Swift-Karent#, |
5487
|
|
|
|
|
|
|
}, |
5488
|
|
|
|
|
|
|
'America/Tegucigalpa' => { |
5489
|
|
|
|
|
|
|
exemplarCity => q#Tegusigalpa#, |
5490
|
|
|
|
|
|
|
}, |
5491
|
|
|
|
|
|
|
'America/Thule' => { |
5492
|
|
|
|
|
|
|
exemplarCity => q#Tule#, |
5493
|
|
|
|
|
|
|
}, |
5494
|
|
|
|
|
|
|
'America/Thunder_Bay' => { |
5495
|
|
|
|
|
|
|
exemplarCity => q#Tander-Beý#, |
5496
|
|
|
|
|
|
|
}, |
5497
|
|
|
|
|
|
|
'America/Tijuana' => { |
5498
|
|
|
|
|
|
|
exemplarCity => q#Tihuana#, |
5499
|
|
|
|
|
|
|
}, |
5500
|
|
|
|
|
|
|
'America/Toronto' => { |
5501
|
|
|
|
|
|
|
exemplarCity => q#Toronto#, |
5502
|
|
|
|
|
|
|
}, |
5503
|
|
|
|
|
|
|
'America/Tortola' => { |
5504
|
|
|
|
|
|
|
exemplarCity => q#Tortola#, |
5505
|
|
|
|
|
|
|
}, |
5506
|
|
|
|
|
|
|
'America/Vancouver' => { |
5507
|
|
|
|
|
|
|
exemplarCity => q#Wankuwer#, |
5508
|
|
|
|
|
|
|
}, |
5509
|
|
|
|
|
|
|
'America/Whitehorse' => { |
5510
|
|
|
|
|
|
|
exemplarCity => q#Waýthors#, |
5511
|
|
|
|
|
|
|
}, |
5512
|
|
|
|
|
|
|
'America/Winnipeg' => { |
5513
|
|
|
|
|
|
|
exemplarCity => q#Winipeg#, |
5514
|
|
|
|
|
|
|
}, |
5515
|
|
|
|
|
|
|
'America/Yakutat' => { |
5516
|
|
|
|
|
|
|
exemplarCity => q#Ãakutat#, |
5517
|
|
|
|
|
|
|
}, |
5518
|
|
|
|
|
|
|
'America/Yellowknife' => { |
5519
|
|
|
|
|
|
|
exemplarCity => q#Ãellounaýf#, |
5520
|
|
|
|
|
|
|
}, |
5521
|
|
|
|
|
|
|
'America_Central' => { |
5522
|
|
|
|
|
|
|
long => { |
5523
|
|
|
|
|
|
|
'daylight' => q#Merkezi Amerika tomusky wagty#, |
5524
|
|
|
|
|
|
|
'generic' => q#Merkezi Amerika#, |
5525
|
|
|
|
|
|
|
'standard' => q#Merkezi Amerika standart wagty#, |
5526
|
|
|
|
|
|
|
}, |
5527
|
|
|
|
|
|
|
}, |
5528
|
|
|
|
|
|
|
'America_Eastern' => { |
5529
|
|
|
|
|
|
|
long => { |
5530
|
|
|
|
|
|
|
'daylight' => q#Demirgazyk Amerika gündogar tomusky wagty#, |
5531
|
|
|
|
|
|
|
'generic' => q#Demirgazyk Amerika gündogar wagty#, |
5532
|
|
|
|
|
|
|
'standard' => q#Demirgazyk Amerika gündogar standart wagty#, |
5533
|
|
|
|
|
|
|
}, |
5534
|
|
|
|
|
|
|
}, |
5535
|
|
|
|
|
|
|
'America_Mountain' => { |
5536
|
|
|
|
|
|
|
long => { |
5537
|
|
|
|
|
|
|
'daylight' => q#Demirgazyk Amerika dag tomusky wagty#, |
5538
|
|
|
|
|
|
|
'generic' => q#Demirgazyk Amerika dag wagty#, |
5539
|
|
|
|
|
|
|
'standard' => q#Demirgazyk Amerika dag standart wagty#, |
5540
|
|
|
|
|
|
|
}, |
5541
|
|
|
|
|
|
|
}, |
5542
|
|
|
|
|
|
|
'America_Pacific' => { |
5543
|
|
|
|
|
|
|
long => { |
5544
|
|
|
|
|
|
|
'daylight' => q#Demirgazyk Amerika ÃuwaÅ umman tomusky wagty#, |
5545
|
|
|
|
|
|
|
'generic' => q#Demirgazyk Amerika ÃuwaÅ umman wagty#, |
5546
|
|
|
|
|
|
|
'standard' => q#Demirgazyk Amerika ÃuwaÅ umman standart wagty#, |
5547
|
|
|
|
|
|
|
}, |
5548
|
|
|
|
|
|
|
}, |
5549
|
|
|
|
|
|
|
'Antarctica/Casey' => { |
5550
|
|
|
|
|
|
|
exemplarCity => q#Keýsi#, |
5551
|
|
|
|
|
|
|
}, |
5552
|
|
|
|
|
|
|
'Antarctica/Davis' => { |
5553
|
|
|
|
|
|
|
exemplarCity => q#Deýwis#, |
5554
|
|
|
|
|
|
|
}, |
5555
|
|
|
|
|
|
|
'Antarctica/DumontDUrville' => { |
5556
|
|
|
|
|
|
|
exemplarCity => q#Dýumon-d-Ãurwil#, |
5557
|
|
|
|
|
|
|
}, |
5558
|
|
|
|
|
|
|
'Antarctica/Macquarie' => { |
5559
|
|
|
|
|
|
|
exemplarCity => q#Makkuori#, |
5560
|
|
|
|
|
|
|
}, |
5561
|
|
|
|
|
|
|
'Antarctica/Mawson' => { |
5562
|
|
|
|
|
|
|
exemplarCity => q#Mouson#, |
5563
|
|
|
|
|
|
|
}, |
5564
|
|
|
|
|
|
|
'Antarctica/McMurdo' => { |
5565
|
|
|
|
|
|
|
exemplarCity => q#Mak-Merdo#, |
5566
|
|
|
|
|
|
|
}, |
5567
|
|
|
|
|
|
|
'Antarctica/Palmer' => { |
5568
|
|
|
|
|
|
|
exemplarCity => q#Palmer#, |
5569
|
|
|
|
|
|
|
}, |
5570
|
|
|
|
|
|
|
'Antarctica/Rothera' => { |
5571
|
|
|
|
|
|
|
exemplarCity => q#Rotera#, |
5572
|
|
|
|
|
|
|
}, |
5573
|
|
|
|
|
|
|
'Antarctica/Syowa' => { |
5574
|
|
|
|
|
|
|
exemplarCity => q#Sýowa#, |
5575
|
|
|
|
|
|
|
}, |
5576
|
|
|
|
|
|
|
'Antarctica/Troll' => { |
5577
|
|
|
|
|
|
|
exemplarCity => q#Trol#, |
5578
|
|
|
|
|
|
|
}, |
5579
|
|
|
|
|
|
|
'Antarctica/Vostok' => { |
5580
|
|
|
|
|
|
|
exemplarCity => q#Wostok#, |
5581
|
|
|
|
|
|
|
}, |
5582
|
|
|
|
|
|
|
'Apia' => { |
5583
|
|
|
|
|
|
|
long => { |
5584
|
|
|
|
|
|
|
'daylight' => q#Apia tomusky wagty#, |
5585
|
|
|
|
|
|
|
'generic' => q#Apia wagty#, |
5586
|
|
|
|
|
|
|
'standard' => q#Apia standart wagty#, |
5587
|
|
|
|
|
|
|
}, |
5588
|
|
|
|
|
|
|
}, |
5589
|
|
|
|
|
|
|
'Arabian' => { |
5590
|
|
|
|
|
|
|
long => { |
5591
|
|
|
|
|
|
|
'daylight' => q#Arap ýurtlary tomusky wagty#, |
5592
|
|
|
|
|
|
|
'generic' => q#Arap ýurtlary wagty#, |
5593
|
|
|
|
|
|
|
'standard' => q#Arap ýurtlary standart wagty#, |
5594
|
|
|
|
|
|
|
}, |
5595
|
|
|
|
|
|
|
}, |
5596
|
|
|
|
|
|
|
'Arctic/Longyearbyen' => { |
5597
|
|
|
|
|
|
|
exemplarCity => q#Longir#, |
5598
|
|
|
|
|
|
|
}, |
5599
|
|
|
|
|
|
|
'Argentina' => { |
5600
|
|
|
|
|
|
|
long => { |
5601
|
|
|
|
|
|
|
'daylight' => q#Argentina tomusky wagty#, |
5602
|
|
|
|
|
|
|
'generic' => q#Argentina wagty#, |
5603
|
|
|
|
|
|
|
'standard' => q#Argentina standart wagty#, |
5604
|
|
|
|
|
|
|
}, |
5605
|
|
|
|
|
|
|
}, |
5606
|
|
|
|
|
|
|
'Argentina_Western' => { |
5607
|
|
|
|
|
|
|
long => { |
5608
|
|
|
|
|
|
|
'daylight' => q#Günbatar Argentina tomusky wagty#, |
5609
|
|
|
|
|
|
|
'generic' => q#Günbatar Argentina wagty#, |
5610
|
|
|
|
|
|
|
'standard' => q#Günbatar Argentina standart wagty#, |
5611
|
|
|
|
|
|
|
}, |
5612
|
|
|
|
|
|
|
}, |
5613
|
|
|
|
|
|
|
'Armenia' => { |
5614
|
|
|
|
|
|
|
long => { |
5615
|
|
|
|
|
|
|
'daylight' => q#Ermenistan tomusky wagty#, |
5616
|
|
|
|
|
|
|
'generic' => q#Ermenistan wagty#, |
5617
|
|
|
|
|
|
|
'standard' => q#Ermenistan standart wagty#, |
5618
|
|
|
|
|
|
|
}, |
5619
|
|
|
|
|
|
|
}, |
5620
|
|
|
|
|
|
|
'Asia/Aden' => { |
5621
|
|
|
|
|
|
|
exemplarCity => q#Aden#, |
5622
|
|
|
|
|
|
|
}, |
5623
|
|
|
|
|
|
|
'Asia/Almaty' => { |
5624
|
|
|
|
|
|
|
exemplarCity => q#Almaty#, |
5625
|
|
|
|
|
|
|
}, |
5626
|
|
|
|
|
|
|
'Asia/Amman' => { |
5627
|
|
|
|
|
|
|
exemplarCity => q#Amman#, |
5628
|
|
|
|
|
|
|
}, |
5629
|
|
|
|
|
|
|
'Asia/Anadyr' => { |
5630
|
|
|
|
|
|
|
exemplarCity => q#Anadyr#, |
5631
|
|
|
|
|
|
|
}, |
5632
|
|
|
|
|
|
|
'Asia/Aqtau' => { |
5633
|
|
|
|
|
|
|
exemplarCity => q#Aktau#, |
5634
|
|
|
|
|
|
|
}, |
5635
|
|
|
|
|
|
|
'Asia/Aqtobe' => { |
5636
|
|
|
|
|
|
|
exemplarCity => q#Aktobe#, |
5637
|
|
|
|
|
|
|
}, |
5638
|
|
|
|
|
|
|
'Asia/Ashgabat' => { |
5639
|
|
|
|
|
|
|
exemplarCity => q#AÅgabat#, |
5640
|
|
|
|
|
|
|
}, |
5641
|
|
|
|
|
|
|
'Asia/Atyrau' => { |
5642
|
|
|
|
|
|
|
exemplarCity => q#Atyrau#, |
5643
|
|
|
|
|
|
|
}, |
5644
|
|
|
|
|
|
|
'Asia/Baghdad' => { |
5645
|
|
|
|
|
|
|
exemplarCity => q#Bagdat#, |
5646
|
|
|
|
|
|
|
}, |
5647
|
|
|
|
|
|
|
'Asia/Bahrain' => { |
5648
|
|
|
|
|
|
|
exemplarCity => q#Bahreýn#, |
5649
|
|
|
|
|
|
|
}, |
5650
|
|
|
|
|
|
|
'Asia/Baku' => { |
5651
|
|
|
|
|
|
|
exemplarCity => q#Baku#, |
5652
|
|
|
|
|
|
|
}, |
5653
|
|
|
|
|
|
|
'Asia/Bangkok' => { |
5654
|
|
|
|
|
|
|
exemplarCity => q#Bangkok#, |
5655
|
|
|
|
|
|
|
}, |
5656
|
|
|
|
|
|
|
'Asia/Barnaul' => { |
5657
|
|
|
|
|
|
|
exemplarCity => q#Barnaul#, |
5658
|
|
|
|
|
|
|
}, |
5659
|
|
|
|
|
|
|
'Asia/Beirut' => { |
5660
|
|
|
|
|
|
|
exemplarCity => q#Beýrut#, |
5661
|
|
|
|
|
|
|
}, |
5662
|
|
|
|
|
|
|
'Asia/Bishkek' => { |
5663
|
|
|
|
|
|
|
exemplarCity => q#BiÅkek#, |
5664
|
|
|
|
|
|
|
}, |
5665
|
|
|
|
|
|
|
'Asia/Brunei' => { |
5666
|
|
|
|
|
|
|
exemplarCity => q#Bruneý#, |
5667
|
|
|
|
|
|
|
}, |
5668
|
|
|
|
|
|
|
'Asia/Calcutta' => { |
5669
|
|
|
|
|
|
|
exemplarCity => q#Kalkutta#, |
5670
|
|
|
|
|
|
|
}, |
5671
|
|
|
|
|
|
|
'Asia/Chita' => { |
5672
|
|
|
|
|
|
|
exemplarCity => q#Ãita#, |
5673
|
|
|
|
|
|
|
}, |
5674
|
|
|
|
|
|
|
'Asia/Choibalsan' => { |
5675
|
|
|
|
|
|
|
exemplarCity => q#Ãoýbalsan#, |
5676
|
|
|
|
|
|
|
}, |
5677
|
|
|
|
|
|
|
'Asia/Colombo' => { |
5678
|
|
|
|
|
|
|
exemplarCity => q#Kolombo#, |
5679
|
|
|
|
|
|
|
}, |
5680
|
|
|
|
|
|
|
'Asia/Damascus' => { |
5681
|
|
|
|
|
|
|
exemplarCity => q#Damask#, |
5682
|
|
|
|
|
|
|
}, |
5683
|
|
|
|
|
|
|
'Asia/Dhaka' => { |
5684
|
|
|
|
|
|
|
exemplarCity => q#Dakka#, |
5685
|
|
|
|
|
|
|
}, |
5686
|
|
|
|
|
|
|
'Asia/Dili' => { |
5687
|
|
|
|
|
|
|
exemplarCity => q#Dili#, |
5688
|
|
|
|
|
|
|
}, |
5689
|
|
|
|
|
|
|
'Asia/Dubai' => { |
5690
|
|
|
|
|
|
|
exemplarCity => q#Dubaý#, |
5691
|
|
|
|
|
|
|
}, |
5692
|
|
|
|
|
|
|
'Asia/Dushanbe' => { |
5693
|
|
|
|
|
|
|
exemplarCity => q#DuÅanbe#, |
5694
|
|
|
|
|
|
|
}, |
5695
|
|
|
|
|
|
|
'Asia/Famagusta' => { |
5696
|
|
|
|
|
|
|
exemplarCity => q#Famagusta#, |
5697
|
|
|
|
|
|
|
}, |
5698
|
|
|
|
|
|
|
'Asia/Gaza' => { |
5699
|
|
|
|
|
|
|
exemplarCity => q#Gaza#, |
5700
|
|
|
|
|
|
|
}, |
5701
|
|
|
|
|
|
|
'Asia/Hebron' => { |
5702
|
|
|
|
|
|
|
exemplarCity => q#Hewron#, |
5703
|
|
|
|
|
|
|
}, |
5704
|
|
|
|
|
|
|
'Asia/Hong_Kong' => { |
5705
|
|
|
|
|
|
|
exemplarCity => q#Gonkong#, |
5706
|
|
|
|
|
|
|
}, |
5707
|
|
|
|
|
|
|
'Asia/Hovd' => { |
5708
|
|
|
|
|
|
|
exemplarCity => q#Howd#, |
5709
|
|
|
|
|
|
|
}, |
5710
|
|
|
|
|
|
|
'Asia/Irkutsk' => { |
5711
|
|
|
|
|
|
|
exemplarCity => q#Irkutsk#, |
5712
|
|
|
|
|
|
|
}, |
5713
|
|
|
|
|
|
|
'Asia/Jakarta' => { |
5714
|
|
|
|
|
|
|
exemplarCity => q#Jakarta#, |
5715
|
|
|
|
|
|
|
}, |
5716
|
|
|
|
|
|
|
'Asia/Jayapura' => { |
5717
|
|
|
|
|
|
|
exemplarCity => q#Jaýapura#, |
5718
|
|
|
|
|
|
|
}, |
5719
|
|
|
|
|
|
|
'Asia/Jerusalem' => { |
5720
|
|
|
|
|
|
|
exemplarCity => q#Iýerusalim#, |
5721
|
|
|
|
|
|
|
}, |
5722
|
|
|
|
|
|
|
'Asia/Kabul' => { |
5723
|
|
|
|
|
|
|
exemplarCity => q#Kabul#, |
5724
|
|
|
|
|
|
|
}, |
5725
|
|
|
|
|
|
|
'Asia/Kamchatka' => { |
5726
|
|
|
|
|
|
|
exemplarCity => q#Kamçatka#, |
5727
|
|
|
|
|
|
|
}, |
5728
|
|
|
|
|
|
|
'Asia/Karachi' => { |
5729
|
|
|
|
|
|
|
exemplarCity => q#Karaçi#, |
5730
|
|
|
|
|
|
|
}, |
5731
|
|
|
|
|
|
|
'Asia/Katmandu' => { |
5732
|
|
|
|
|
|
|
exemplarCity => q#Katmandu#, |
5733
|
|
|
|
|
|
|
}, |
5734
|
|
|
|
|
|
|
'Asia/Khandyga' => { |
5735
|
|
|
|
|
|
|
exemplarCity => q#Handyga#, |
5736
|
|
|
|
|
|
|
}, |
5737
|
|
|
|
|
|
|
'Asia/Krasnoyarsk' => { |
5738
|
|
|
|
|
|
|
exemplarCity => q#Krasnoýarsk#, |
5739
|
|
|
|
|
|
|
}, |
5740
|
|
|
|
|
|
|
'Asia/Kuala_Lumpur' => { |
5741
|
|
|
|
|
|
|
exemplarCity => q#Kuala-Lumpur#, |
5742
|
|
|
|
|
|
|
}, |
5743
|
|
|
|
|
|
|
'Asia/Kuching' => { |
5744
|
|
|
|
|
|
|
exemplarCity => q#Kuçing#, |
5745
|
|
|
|
|
|
|
}, |
5746
|
|
|
|
|
|
|
'Asia/Kuwait' => { |
5747
|
|
|
|
|
|
|
exemplarCity => q#Kuweýt#, |
5748
|
|
|
|
|
|
|
}, |
5749
|
|
|
|
|
|
|
'Asia/Macau' => { |
5750
|
|
|
|
|
|
|
exemplarCity => q#Makao#, |
5751
|
|
|
|
|
|
|
}, |
5752
|
|
|
|
|
|
|
'Asia/Magadan' => { |
5753
|
|
|
|
|
|
|
exemplarCity => q#Magadan#, |
5754
|
|
|
|
|
|
|
}, |
5755
|
|
|
|
|
|
|
'Asia/Makassar' => { |
5756
|
|
|
|
|
|
|
exemplarCity => q#Makasar#, |
5757
|
|
|
|
|
|
|
}, |
5758
|
|
|
|
|
|
|
'Asia/Manila' => { |
5759
|
|
|
|
|
|
|
exemplarCity => q#Manila#, |
5760
|
|
|
|
|
|
|
}, |
5761
|
|
|
|
|
|
|
'Asia/Muscat' => { |
5762
|
|
|
|
|
|
|
exemplarCity => q#Maskat#, |
5763
|
|
|
|
|
|
|
}, |
5764
|
|
|
|
|
|
|
'Asia/Nicosia' => { |
5765
|
|
|
|
|
|
|
exemplarCity => q#Nikosiýa#, |
5766
|
|
|
|
|
|
|
}, |
5767
|
|
|
|
|
|
|
'Asia/Novokuznetsk' => { |
5768
|
|
|
|
|
|
|
exemplarCity => q#Nowokuznetsk#, |
5769
|
|
|
|
|
|
|
}, |
5770
|
|
|
|
|
|
|
'Asia/Novosibirsk' => { |
5771
|
|
|
|
|
|
|
exemplarCity => q#Nowosibirsk#, |
5772
|
|
|
|
|
|
|
}, |
5773
|
|
|
|
|
|
|
'Asia/Omsk' => { |
5774
|
|
|
|
|
|
|
exemplarCity => q#Omsk#, |
5775
|
|
|
|
|
|
|
}, |
5776
|
|
|
|
|
|
|
'Asia/Oral' => { |
5777
|
|
|
|
|
|
|
exemplarCity => q#Oral#, |
5778
|
|
|
|
|
|
|
}, |
5779
|
|
|
|
|
|
|
'Asia/Phnom_Penh' => { |
5780
|
|
|
|
|
|
|
exemplarCity => q#Pnompen#, |
5781
|
|
|
|
|
|
|
}, |
5782
|
|
|
|
|
|
|
'Asia/Pontianak' => { |
5783
|
|
|
|
|
|
|
exemplarCity => q#Pontianak#, |
5784
|
|
|
|
|
|
|
}, |
5785
|
|
|
|
|
|
|
'Asia/Pyongyang' => { |
5786
|
|
|
|
|
|
|
exemplarCity => q#Phenýan#, |
5787
|
|
|
|
|
|
|
}, |
5788
|
|
|
|
|
|
|
'Asia/Qatar' => { |
5789
|
|
|
|
|
|
|
exemplarCity => q#Katar#, |
5790
|
|
|
|
|
|
|
}, |
5791
|
|
|
|
|
|
|
'Asia/Qyzylorda' => { |
5792
|
|
|
|
|
|
|
exemplarCity => q#Gyzylorda#, |
5793
|
|
|
|
|
|
|
}, |
5794
|
|
|
|
|
|
|
'Asia/Rangoon' => { |
5795
|
|
|
|
|
|
|
exemplarCity => q#Rangun#, |
5796
|
|
|
|
|
|
|
}, |
5797
|
|
|
|
|
|
|
'Asia/Riyadh' => { |
5798
|
|
|
|
|
|
|
exemplarCity => q#Er-Riýad#, |
5799
|
|
|
|
|
|
|
}, |
5800
|
|
|
|
|
|
|
'Asia/Saigon' => { |
5801
|
|
|
|
|
|
|
exemplarCity => q#HoÅimin#, |
5802
|
|
|
|
|
|
|
}, |
5803
|
|
|
|
|
|
|
'Asia/Sakhalin' => { |
5804
|
|
|
|
|
|
|
exemplarCity => q#Sahalin#, |
5805
|
|
|
|
|
|
|
}, |
5806
|
|
|
|
|
|
|
'Asia/Samarkand' => { |
5807
|
|
|
|
|
|
|
exemplarCity => q#Samarkand#, |
5808
|
|
|
|
|
|
|
}, |
5809
|
|
|
|
|
|
|
'Asia/Seoul' => { |
5810
|
|
|
|
|
|
|
exemplarCity => q#Seul#, |
5811
|
|
|
|
|
|
|
}, |
5812
|
|
|
|
|
|
|
'Asia/Shanghai' => { |
5813
|
|
|
|
|
|
|
exemplarCity => q#Åanhaý#, |
5814
|
|
|
|
|
|
|
}, |
5815
|
|
|
|
|
|
|
'Asia/Singapore' => { |
5816
|
|
|
|
|
|
|
exemplarCity => q#Singapur#, |
5817
|
|
|
|
|
|
|
}, |
5818
|
|
|
|
|
|
|
'Asia/Srednekolymsk' => { |
5819
|
|
|
|
|
|
|
exemplarCity => q#Srednekolymsk#, |
5820
|
|
|
|
|
|
|
}, |
5821
|
|
|
|
|
|
|
'Asia/Taipei' => { |
5822
|
|
|
|
|
|
|
exemplarCity => q#Taýbeý#, |
5823
|
|
|
|
|
|
|
}, |
5824
|
|
|
|
|
|
|
'Asia/Tashkent' => { |
5825
|
|
|
|
|
|
|
exemplarCity => q#TaÅkent#, |
5826
|
|
|
|
|
|
|
}, |
5827
|
|
|
|
|
|
|
'Asia/Tbilisi' => { |
5828
|
|
|
|
|
|
|
exemplarCity => q#Tbilisi#, |
5829
|
|
|
|
|
|
|
}, |
5830
|
|
|
|
|
|
|
'Asia/Tehran' => { |
5831
|
|
|
|
|
|
|
exemplarCity => q#Tähran#, |
5832
|
|
|
|
|
|
|
}, |
5833
|
|
|
|
|
|
|
'Asia/Thimphu' => { |
5834
|
|
|
|
|
|
|
exemplarCity => q#Timpu#, |
5835
|
|
|
|
|
|
|
}, |
5836
|
|
|
|
|
|
|
'Asia/Tokyo' => { |
5837
|
|
|
|
|
|
|
exemplarCity => q#Tokio#, |
5838
|
|
|
|
|
|
|
}, |
5839
|
|
|
|
|
|
|
'Asia/Tomsk' => { |
5840
|
|
|
|
|
|
|
exemplarCity => q#Tomsk#, |
5841
|
|
|
|
|
|
|
}, |
5842
|
|
|
|
|
|
|
'Asia/Ulaanbaatar' => { |
5843
|
|
|
|
|
|
|
exemplarCity => q#Ulan-Bator#, |
5844
|
|
|
|
|
|
|
}, |
5845
|
|
|
|
|
|
|
'Asia/Urumqi' => { |
5846
|
|
|
|
|
|
|
exemplarCity => q#Urumçi#, |
5847
|
|
|
|
|
|
|
}, |
5848
|
|
|
|
|
|
|
'Asia/Ust-Nera' => { |
5849
|
|
|
|
|
|
|
exemplarCity => q#Ust-Nera#, |
5850
|
|
|
|
|
|
|
}, |
5851
|
|
|
|
|
|
|
'Asia/Vientiane' => { |
5852
|
|
|
|
|
|
|
exemplarCity => q#Wýentýan#, |
5853
|
|
|
|
|
|
|
}, |
5854
|
|
|
|
|
|
|
'Asia/Vladivostok' => { |
5855
|
|
|
|
|
|
|
exemplarCity => q#Wladiwostok#, |
5856
|
|
|
|
|
|
|
}, |
5857
|
|
|
|
|
|
|
'Asia/Yakutsk' => { |
5858
|
|
|
|
|
|
|
exemplarCity => q#Ãakutsk#, |
5859
|
|
|
|
|
|
|
}, |
5860
|
|
|
|
|
|
|
'Asia/Yekaterinburg' => { |
5861
|
|
|
|
|
|
|
exemplarCity => q#Ãekaterinburg#, |
5862
|
|
|
|
|
|
|
}, |
5863
|
|
|
|
|
|
|
'Asia/Yerevan' => { |
5864
|
|
|
|
|
|
|
exemplarCity => q#Ãerewan#, |
5865
|
|
|
|
|
|
|
}, |
5866
|
|
|
|
|
|
|
'Atlantic' => { |
5867
|
|
|
|
|
|
|
long => { |
5868
|
|
|
|
|
|
|
'daylight' => q#Atlantik tomusky wagty#, |
5869
|
|
|
|
|
|
|
'generic' => q#Atlantik wagty#, |
5870
|
|
|
|
|
|
|
'standard' => q#Atlantik standart wagty#, |
5871
|
|
|
|
|
|
|
}, |
5872
|
|
|
|
|
|
|
}, |
5873
|
|
|
|
|
|
|
'Atlantic/Azores' => { |
5874
|
|
|
|
|
|
|
exemplarCity => q#Azor adalary#, |
5875
|
|
|
|
|
|
|
}, |
5876
|
|
|
|
|
|
|
'Atlantic/Bermuda' => { |
5877
|
|
|
|
|
|
|
exemplarCity => q#Bermuda#, |
5878
|
|
|
|
|
|
|
}, |
5879
|
|
|
|
|
|
|
'Atlantic/Canary' => { |
5880
|
|
|
|
|
|
|
exemplarCity => q#Kanar adalary#, |
5881
|
|
|
|
|
|
|
}, |
5882
|
|
|
|
|
|
|
'Atlantic/Cape_Verde' => { |
5883
|
|
|
|
|
|
|
exemplarCity => q#Kabo-Werde#, |
5884
|
|
|
|
|
|
|
}, |
5885
|
|
|
|
|
|
|
'Atlantic/Faeroe' => { |
5886
|
|
|
|
|
|
|
exemplarCity => q#Farer adalary#, |
5887
|
|
|
|
|
|
|
}, |
5888
|
|
|
|
|
|
|
'Atlantic/Madeira' => { |
5889
|
|
|
|
|
|
|
exemplarCity => q#Madeýra adalary#, |
5890
|
|
|
|
|
|
|
}, |
5891
|
|
|
|
|
|
|
'Atlantic/Reykjavik' => { |
5892
|
|
|
|
|
|
|
exemplarCity => q#Reýkýawik#, |
5893
|
|
|
|
|
|
|
}, |
5894
|
|
|
|
|
|
|
'Atlantic/South_Georgia' => { |
5895
|
|
|
|
|
|
|
exemplarCity => q#Günorta Georgiýa#, |
5896
|
|
|
|
|
|
|
}, |
5897
|
|
|
|
|
|
|
'Atlantic/St_Helena' => { |
5898
|
|
|
|
|
|
|
exemplarCity => q#Keramatly Ãelena adasy#, |
5899
|
|
|
|
|
|
|
}, |
5900
|
|
|
|
|
|
|
'Atlantic/Stanley' => { |
5901
|
|
|
|
|
|
|
exemplarCity => q#Stenli#, |
5902
|
|
|
|
|
|
|
}, |
5903
|
|
|
|
|
|
|
'Australia/Adelaide' => { |
5904
|
|
|
|
|
|
|
exemplarCity => q#Adelaida#, |
5905
|
|
|
|
|
|
|
}, |
5906
|
|
|
|
|
|
|
'Australia/Brisbane' => { |
5907
|
|
|
|
|
|
|
exemplarCity => q#Brisben#, |
5908
|
|
|
|
|
|
|
}, |
5909
|
|
|
|
|
|
|
'Australia/Broken_Hill' => { |
5910
|
|
|
|
|
|
|
exemplarCity => q#Broken-Hil#, |
5911
|
|
|
|
|
|
|
}, |
5912
|
|
|
|
|
|
|
'Australia/Currie' => { |
5913
|
|
|
|
|
|
|
exemplarCity => q#Kerri#, |
5914
|
|
|
|
|
|
|
}, |
5915
|
|
|
|
|
|
|
'Australia/Darwin' => { |
5916
|
|
|
|
|
|
|
exemplarCity => q#Darwin#, |
5917
|
|
|
|
|
|
|
}, |
5918
|
|
|
|
|
|
|
'Australia/Eucla' => { |
5919
|
|
|
|
|
|
|
exemplarCity => q#Ãukla#, |
5920
|
|
|
|
|
|
|
}, |
5921
|
|
|
|
|
|
|
'Australia/Hobart' => { |
5922
|
|
|
|
|
|
|
exemplarCity => q#Hobart#, |
5923
|
|
|
|
|
|
|
}, |
5924
|
|
|
|
|
|
|
'Australia/Lindeman' => { |
5925
|
|
|
|
|
|
|
exemplarCity => q#Lindeman#, |
5926
|
|
|
|
|
|
|
}, |
5927
|
|
|
|
|
|
|
'Australia/Lord_Howe' => { |
5928
|
|
|
|
|
|
|
exemplarCity => q#Lord-Hau#, |
5929
|
|
|
|
|
|
|
}, |
5930
|
|
|
|
|
|
|
'Australia/Melbourne' => { |
5931
|
|
|
|
|
|
|
exemplarCity => q#Melburn#, |
5932
|
|
|
|
|
|
|
}, |
5933
|
|
|
|
|
|
|
'Australia/Perth' => { |
5934
|
|
|
|
|
|
|
exemplarCity => q#Pert#, |
5935
|
|
|
|
|
|
|
}, |
5936
|
|
|
|
|
|
|
'Australia/Sydney' => { |
5937
|
|
|
|
|
|
|
exemplarCity => q#Sidneý#, |
5938
|
|
|
|
|
|
|
}, |
5939
|
|
|
|
|
|
|
'Australia_Central' => { |
5940
|
|
|
|
|
|
|
long => { |
5941
|
|
|
|
|
|
|
'daylight' => q#Merkezi Awstraliýa tomusky wagty#, |
5942
|
|
|
|
|
|
|
'generic' => q#Merkezi Awstraliýa wagty#, |
5943
|
|
|
|
|
|
|
'standard' => q#Merkezi Awstraliýa standart wagty#, |
5944
|
|
|
|
|
|
|
}, |
5945
|
|
|
|
|
|
|
}, |
5946
|
|
|
|
|
|
|
'Australia_CentralWestern' => { |
5947
|
|
|
|
|
|
|
long => { |
5948
|
|
|
|
|
|
|
'daylight' => q#Merkezi Awstraliýa günbatar tomusky wagty#, |
5949
|
|
|
|
|
|
|
'generic' => q#Merkezi Awstraliýa günbatar wagty#, |
5950
|
|
|
|
|
|
|
'standard' => q#Merkezi Awstraliýa günbatar standart wagty#, |
5951
|
|
|
|
|
|
|
}, |
5952
|
|
|
|
|
|
|
}, |
5953
|
|
|
|
|
|
|
'Australia_Eastern' => { |
5954
|
|
|
|
|
|
|
long => { |
5955
|
|
|
|
|
|
|
'daylight' => q#Gündogar Awstraliýa tomusky wagty#, |
5956
|
|
|
|
|
|
|
'generic' => q#Gündogar Awstraliýa wagty#, |
5957
|
|
|
|
|
|
|
'standard' => q#Gündogar Awstraliýa standart wagty#, |
5958
|
|
|
|
|
|
|
}, |
5959
|
|
|
|
|
|
|
}, |
5960
|
|
|
|
|
|
|
'Australia_Western' => { |
5961
|
|
|
|
|
|
|
long => { |
5962
|
|
|
|
|
|
|
'daylight' => q#Günbatar Awstraliýa tomusky wagty#, |
5963
|
|
|
|
|
|
|
'generic' => q#Günbatar Awstraliýa wagty#, |
5964
|
|
|
|
|
|
|
'standard' => q#Günbatar Awstraliýa standart wagty#, |
5965
|
|
|
|
|
|
|
}, |
5966
|
|
|
|
|
|
|
}, |
5967
|
|
|
|
|
|
|
'Azerbaijan' => { |
5968
|
|
|
|
|
|
|
long => { |
5969
|
|
|
|
|
|
|
'daylight' => q#Azerbaýjan tomusky wagty#, |
5970
|
|
|
|
|
|
|
'generic' => q#Azerbaýjan wagty#, |
5971
|
|
|
|
|
|
|
'standard' => q#Azerbaýjan standart wagty#, |
5972
|
|
|
|
|
|
|
}, |
5973
|
|
|
|
|
|
|
}, |
5974
|
|
|
|
|
|
|
'Azores' => { |
5975
|
|
|
|
|
|
|
long => { |
5976
|
|
|
|
|
|
|
'daylight' => q#Azor adalary tomusky wagty#, |
5977
|
|
|
|
|
|
|
'generic' => q#Azor adalary wagty#, |
5978
|
|
|
|
|
|
|
'standard' => q#Azor adalary standart wagty#, |
5979
|
|
|
|
|
|
|
}, |
5980
|
|
|
|
|
|
|
}, |
5981
|
|
|
|
|
|
|
'Bangladesh' => { |
5982
|
|
|
|
|
|
|
long => { |
5983
|
|
|
|
|
|
|
'daylight' => q#BangladeÅ tomusky wagty#, |
5984
|
|
|
|
|
|
|
'generic' => q#BangladeÅ wagty#, |
5985
|
|
|
|
|
|
|
'standard' => q#BangladeÅ standart wagty#, |
5986
|
|
|
|
|
|
|
}, |
5987
|
|
|
|
|
|
|
}, |
5988
|
|
|
|
|
|
|
'Bhutan' => { |
5989
|
|
|
|
|
|
|
long => { |
5990
|
|
|
|
|
|
|
'standard' => q#Butan wagty#, |
5991
|
|
|
|
|
|
|
}, |
5992
|
|
|
|
|
|
|
}, |
5993
|
|
|
|
|
|
|
'Bolivia' => { |
5994
|
|
|
|
|
|
|
long => { |
5995
|
|
|
|
|
|
|
'standard' => q#Boliwiýa wagty#, |
5996
|
|
|
|
|
|
|
}, |
5997
|
|
|
|
|
|
|
}, |
5998
|
|
|
|
|
|
|
'Brasilia' => { |
5999
|
|
|
|
|
|
|
long => { |
6000
|
|
|
|
|
|
|
'daylight' => q#Braziliýa tomusky wagty#, |
6001
|
|
|
|
|
|
|
'generic' => q#Braziliýa wagty#, |
6002
|
|
|
|
|
|
|
'standard' => q#Braziliýa standart wagty#, |
6003
|
|
|
|
|
|
|
}, |
6004
|
|
|
|
|
|
|
}, |
6005
|
|
|
|
|
|
|
'Brunei' => { |
6006
|
|
|
|
|
|
|
long => { |
6007
|
|
|
|
|
|
|
'standard' => q#Bruneý-Darussalam wagty#, |
6008
|
|
|
|
|
|
|
}, |
6009
|
|
|
|
|
|
|
}, |
6010
|
|
|
|
|
|
|
'Cape_Verde' => { |
6011
|
|
|
|
|
|
|
long => { |
6012
|
|
|
|
|
|
|
'daylight' => q#Kabo-Werde tomusky wagty#, |
6013
|
|
|
|
|
|
|
'generic' => q#Kabo-Werde wagty#, |
6014
|
|
|
|
|
|
|
'standard' => q#Kabo-Werde standart wagty#, |
6015
|
|
|
|
|
|
|
}, |
6016
|
|
|
|
|
|
|
}, |
6017
|
|
|
|
|
|
|
'Chamorro' => { |
6018
|
|
|
|
|
|
|
long => { |
6019
|
|
|
|
|
|
|
'standard' => q#Ãamorro wagty#, |
6020
|
|
|
|
|
|
|
}, |
6021
|
|
|
|
|
|
|
}, |
6022
|
|
|
|
|
|
|
'Chatham' => { |
6023
|
|
|
|
|
|
|
long => { |
6024
|
|
|
|
|
|
|
'daylight' => q#Ãatem tomusky wagty#, |
6025
|
|
|
|
|
|
|
'generic' => q#Ãatem wagty#, |
6026
|
|
|
|
|
|
|
'standard' => q#Ãatem standart wagty#, |
6027
|
|
|
|
|
|
|
}, |
6028
|
|
|
|
|
|
|
}, |
6029
|
|
|
|
|
|
|
'Chile' => { |
6030
|
|
|
|
|
|
|
long => { |
6031
|
|
|
|
|
|
|
'daylight' => q#Ãili tomusky wagty#, |
6032
|
|
|
|
|
|
|
'generic' => q#Ãili wagty#, |
6033
|
|
|
|
|
|
|
'standard' => q#Ãili standart wagty#, |
6034
|
|
|
|
|
|
|
}, |
6035
|
|
|
|
|
|
|
}, |
6036
|
|
|
|
|
|
|
'China' => { |
6037
|
|
|
|
|
|
|
long => { |
6038
|
|
|
|
|
|
|
'daylight' => q#Hytaý tomusky wagty#, |
6039
|
|
|
|
|
|
|
'generic' => q#Hytaý wagty#, |
6040
|
|
|
|
|
|
|
'standard' => q#Hytaý standart wagty#, |
6041
|
|
|
|
|
|
|
}, |
6042
|
|
|
|
|
|
|
}, |
6043
|
|
|
|
|
|
|
'Choibalsan' => { |
6044
|
|
|
|
|
|
|
long => { |
6045
|
|
|
|
|
|
|
'daylight' => q#Ãoýbalsan tomusky wagt#, |
6046
|
|
|
|
|
|
|
'generic' => q#Ãoýbalsan wagty#, |
6047
|
|
|
|
|
|
|
'standard' => q#Ãoýbalsan standart wagty#, |
6048
|
|
|
|
|
|
|
}, |
6049
|
|
|
|
|
|
|
}, |
6050
|
|
|
|
|
|
|
'Christmas' => { |
6051
|
|
|
|
|
|
|
long => { |
6052
|
|
|
|
|
|
|
'standard' => q#Roždestwo adasy wagty#, |
6053
|
|
|
|
|
|
|
}, |
6054
|
|
|
|
|
|
|
}, |
6055
|
|
|
|
|
|
|
'Cocos' => { |
6056
|
|
|
|
|
|
|
long => { |
6057
|
|
|
|
|
|
|
'standard' => q#Kokos adalary wagty#, |
6058
|
|
|
|
|
|
|
}, |
6059
|
|
|
|
|
|
|
}, |
6060
|
|
|
|
|
|
|
'Colombia' => { |
6061
|
|
|
|
|
|
|
long => { |
6062
|
|
|
|
|
|
|
'daylight' => q#Kolumbiýa tomusky wagty#, |
6063
|
|
|
|
|
|
|
'generic' => q#Kolumbiýa wagty#, |
6064
|
|
|
|
|
|
|
'standard' => q#Kolumbiýa standart wagty#, |
6065
|
|
|
|
|
|
|
}, |
6066
|
|
|
|
|
|
|
}, |
6067
|
|
|
|
|
|
|
'Cook' => { |
6068
|
|
|
|
|
|
|
long => { |
6069
|
|
|
|
|
|
|
'daylight' => q#Kuk adalary tomusky wagty#, |
6070
|
|
|
|
|
|
|
'generic' => q#Kuk adalary wagty#, |
6071
|
|
|
|
|
|
|
'standard' => q#Kuk adalary standart wagty#, |
6072
|
|
|
|
|
|
|
}, |
6073
|
|
|
|
|
|
|
}, |
6074
|
|
|
|
|
|
|
'Cuba' => { |
6075
|
|
|
|
|
|
|
long => { |
6076
|
|
|
|
|
|
|
'daylight' => q#Kuba tomusky wagty#, |
6077
|
|
|
|
|
|
|
'generic' => q#Kuba wagty#, |
6078
|
|
|
|
|
|
|
'standard' => q#Kuba standart wagty#, |
6079
|
|
|
|
|
|
|
}, |
6080
|
|
|
|
|
|
|
}, |
6081
|
|
|
|
|
|
|
'Davis' => { |
6082
|
|
|
|
|
|
|
long => { |
6083
|
|
|
|
|
|
|
'standard' => q#Deýwis wagty#, |
6084
|
|
|
|
|
|
|
}, |
6085
|
|
|
|
|
|
|
}, |
6086
|
|
|
|
|
|
|
'DumontDUrville' => { |
6087
|
|
|
|
|
|
|
long => { |
6088
|
|
|
|
|
|
|
'standard' => q#Dýumon-d-Ãurwil wagty#, |
6089
|
|
|
|
|
|
|
}, |
6090
|
|
|
|
|
|
|
}, |
6091
|
|
|
|
|
|
|
'East_Timor' => { |
6092
|
|
|
|
|
|
|
long => { |
6093
|
|
|
|
|
|
|
'standard' => q#Gündogar Timor wagty#, |
6094
|
|
|
|
|
|
|
}, |
6095
|
|
|
|
|
|
|
}, |
6096
|
|
|
|
|
|
|
'Easter' => { |
6097
|
|
|
|
|
|
|
long => { |
6098
|
|
|
|
|
|
|
'daylight' => q#Pasha adasy tomusky wagty#, |
6099
|
|
|
|
|
|
|
'generic' => q#Pasha adasy wagty#, |
6100
|
|
|
|
|
|
|
'standard' => q#Pasha adasy standart wagty#, |
6101
|
|
|
|
|
|
|
}, |
6102
|
|
|
|
|
|
|
}, |
6103
|
|
|
|
|
|
|
'Ecuador' => { |
6104
|
|
|
|
|
|
|
long => { |
6105
|
|
|
|
|
|
|
'standard' => q#Ekwador wagty#, |
6106
|
|
|
|
|
|
|
}, |
6107
|
|
|
|
|
|
|
}, |
6108
|
|
|
|
|
|
|
'Etc/UTC' => { |
6109
|
|
|
|
|
|
|
long => { |
6110
|
|
|
|
|
|
|
'standard' => q#UtgaÅdyrylýan ähliumumy wagt#, |
6111
|
|
|
|
|
|
|
}, |
6112
|
|
|
|
|
|
|
}, |
6113
|
|
|
|
|
|
|
'Etc/Unknown' => { |
6114
|
|
|
|
|
|
|
exemplarCity => q#Näbelli Åäher#, |
6115
|
|
|
|
|
|
|
}, |
6116
|
|
|
|
|
|
|
'Europe/Amsterdam' => { |
6117
|
|
|
|
|
|
|
exemplarCity => q#Amsterdam#, |
6118
|
|
|
|
|
|
|
}, |
6119
|
|
|
|
|
|
|
'Europe/Andorra' => { |
6120
|
|
|
|
|
|
|
exemplarCity => q#Andorra#, |
6121
|
|
|
|
|
|
|
}, |
6122
|
|
|
|
|
|
|
'Europe/Astrakhan' => { |
6123
|
|
|
|
|
|
|
exemplarCity => q#Astrahan#, |
6124
|
|
|
|
|
|
|
}, |
6125
|
|
|
|
|
|
|
'Europe/Athens' => { |
6126
|
|
|
|
|
|
|
exemplarCity => q#Afiny#, |
6127
|
|
|
|
|
|
|
}, |
6128
|
|
|
|
|
|
|
'Europe/Belgrade' => { |
6129
|
|
|
|
|
|
|
exemplarCity => q#Belgrad#, |
6130
|
|
|
|
|
|
|
}, |
6131
|
|
|
|
|
|
|
'Europe/Berlin' => { |
6132
|
|
|
|
|
|
|
exemplarCity => q#Berlin#, |
6133
|
|
|
|
|
|
|
}, |
6134
|
|
|
|
|
|
|
'Europe/Bratislava' => { |
6135
|
|
|
|
|
|
|
exemplarCity => q#Bratislawa#, |
6136
|
|
|
|
|
|
|
}, |
6137
|
|
|
|
|
|
|
'Europe/Brussels' => { |
6138
|
|
|
|
|
|
|
exemplarCity => q#Brýussel#, |
6139
|
|
|
|
|
|
|
}, |
6140
|
|
|
|
|
|
|
'Europe/Bucharest' => { |
6141
|
|
|
|
|
|
|
exemplarCity => q#Buharest#, |
6142
|
|
|
|
|
|
|
}, |
6143
|
|
|
|
|
|
|
'Europe/Budapest' => { |
6144
|
|
|
|
|
|
|
exemplarCity => q#BudapeÅt#, |
6145
|
|
|
|
|
|
|
}, |
6146
|
|
|
|
|
|
|
'Europe/Busingen' => { |
6147
|
|
|
|
|
|
|
exemplarCity => q#Býuzingen#, |
6148
|
|
|
|
|
|
|
}, |
6149
|
|
|
|
|
|
|
'Europe/Chisinau' => { |
6150
|
|
|
|
|
|
|
exemplarCity => q#KiÅinýow#, |
6151
|
|
|
|
|
|
|
}, |
6152
|
|
|
|
|
|
|
'Europe/Copenhagen' => { |
6153
|
|
|
|
|
|
|
exemplarCity => q#Kopengagen#, |
6154
|
|
|
|
|
|
|
}, |
6155
|
|
|
|
|
|
|
'Europe/Dublin' => { |
6156
|
|
|
|
|
|
|
exemplarCity => q#Dublin#, |
6157
|
|
|
|
|
|
|
long => { |
6158
|
|
|
|
|
|
|
'daylight' => q#Irlandiýa standart wagty#, |
6159
|
|
|
|
|
|
|
}, |
6160
|
|
|
|
|
|
|
}, |
6161
|
|
|
|
|
|
|
'Europe/Gibraltar' => { |
6162
|
|
|
|
|
|
|
exemplarCity => q#Gibraltar#, |
6163
|
|
|
|
|
|
|
}, |
6164
|
|
|
|
|
|
|
'Europe/Guernsey' => { |
6165
|
|
|
|
|
|
|
exemplarCity => q#Gernsi#, |
6166
|
|
|
|
|
|
|
}, |
6167
|
|
|
|
|
|
|
'Europe/Helsinki' => { |
6168
|
|
|
|
|
|
|
exemplarCity => q#Helsinki#, |
6169
|
|
|
|
|
|
|
}, |
6170
|
|
|
|
|
|
|
'Europe/Isle_of_Man' => { |
6171
|
|
|
|
|
|
|
exemplarCity => q#Men adasy#, |
6172
|
|
|
|
|
|
|
}, |
6173
|
|
|
|
|
|
|
'Europe/Istanbul' => { |
6174
|
|
|
|
|
|
|
exemplarCity => q#Stambul#, |
6175
|
|
|
|
|
|
|
}, |
6176
|
|
|
|
|
|
|
'Europe/Jersey' => { |
6177
|
|
|
|
|
|
|
exemplarCity => q#Jersi#, |
6178
|
|
|
|
|
|
|
}, |
6179
|
|
|
|
|
|
|
'Europe/Kaliningrad' => { |
6180
|
|
|
|
|
|
|
exemplarCity => q#Kaliningrad#, |
6181
|
|
|
|
|
|
|
}, |
6182
|
|
|
|
|
|
|
'Europe/Kiev' => { |
6183
|
|
|
|
|
|
|
exemplarCity => q#Kiýew#, |
6184
|
|
|
|
|
|
|
}, |
6185
|
|
|
|
|
|
|
'Europe/Kirov' => { |
6186
|
|
|
|
|
|
|
exemplarCity => q#Kirow#, |
6187
|
|
|
|
|
|
|
}, |
6188
|
|
|
|
|
|
|
'Europe/Lisbon' => { |
6189
|
|
|
|
|
|
|
exemplarCity => q#Lissabon#, |
6190
|
|
|
|
|
|
|
}, |
6191
|
|
|
|
|
|
|
'Europe/Ljubljana' => { |
6192
|
|
|
|
|
|
|
exemplarCity => q#Lýublýana#, |
6193
|
|
|
|
|
|
|
}, |
6194
|
|
|
|
|
|
|
'Europe/London' => { |
6195
|
|
|
|
|
|
|
exemplarCity => q#London#, |
6196
|
|
|
|
|
|
|
long => { |
6197
|
|
|
|
|
|
|
'daylight' => q#Beýik Britaniýa tomusky wagty#, |
6198
|
|
|
|
|
|
|
}, |
6199
|
|
|
|
|
|
|
}, |
6200
|
|
|
|
|
|
|
'Europe/Luxembourg' => { |
6201
|
|
|
|
|
|
|
exemplarCity => q#Lýuksemburg#, |
6202
|
|
|
|
|
|
|
}, |
6203
|
|
|
|
|
|
|
'Europe/Madrid' => { |
6204
|
|
|
|
|
|
|
exemplarCity => q#Madrid#, |
6205
|
|
|
|
|
|
|
}, |
6206
|
|
|
|
|
|
|
'Europe/Malta' => { |
6207
|
|
|
|
|
|
|
exemplarCity => q#Malta#, |
6208
|
|
|
|
|
|
|
}, |
6209
|
|
|
|
|
|
|
'Europe/Mariehamn' => { |
6210
|
|
|
|
|
|
|
exemplarCity => q#Mariýehamn#, |
6211
|
|
|
|
|
|
|
}, |
6212
|
|
|
|
|
|
|
'Europe/Minsk' => { |
6213
|
|
|
|
|
|
|
exemplarCity => q#Minsk#, |
6214
|
|
|
|
|
|
|
}, |
6215
|
|
|
|
|
|
|
'Europe/Monaco' => { |
6216
|
|
|
|
|
|
|
exemplarCity => q#Monako#, |
6217
|
|
|
|
|
|
|
}, |
6218
|
|
|
|
|
|
|
'Europe/Moscow' => { |
6219
|
|
|
|
|
|
|
exemplarCity => q#Moskwa#, |
6220
|
|
|
|
|
|
|
}, |
6221
|
|
|
|
|
|
|
'Europe/Oslo' => { |
6222
|
|
|
|
|
|
|
exemplarCity => q#Oslo#, |
6223
|
|
|
|
|
|
|
}, |
6224
|
|
|
|
|
|
|
'Europe/Paris' => { |
6225
|
|
|
|
|
|
|
exemplarCity => q#Pariž#, |
6226
|
|
|
|
|
|
|
}, |
6227
|
|
|
|
|
|
|
'Europe/Podgorica' => { |
6228
|
|
|
|
|
|
|
exemplarCity => q#Podgorisa#, |
6229
|
|
|
|
|
|
|
}, |
6230
|
|
|
|
|
|
|
'Europe/Prague' => { |
6231
|
|
|
|
|
|
|
exemplarCity => q#Praga#, |
6232
|
|
|
|
|
|
|
}, |
6233
|
|
|
|
|
|
|
'Europe/Riga' => { |
6234
|
|
|
|
|
|
|
exemplarCity => q#Riga#, |
6235
|
|
|
|
|
|
|
}, |
6236
|
|
|
|
|
|
|
'Europe/Rome' => { |
6237
|
|
|
|
|
|
|
exemplarCity => q#Rim#, |
6238
|
|
|
|
|
|
|
}, |
6239
|
|
|
|
|
|
|
'Europe/Samara' => { |
6240
|
|
|
|
|
|
|
exemplarCity => q#Samara#, |
6241
|
|
|
|
|
|
|
}, |
6242
|
|
|
|
|
|
|
'Europe/San_Marino' => { |
6243
|
|
|
|
|
|
|
exemplarCity => q#San-Marino#, |
6244
|
|
|
|
|
|
|
}, |
6245
|
|
|
|
|
|
|
'Europe/Sarajevo' => { |
6246
|
|
|
|
|
|
|
exemplarCity => q#Saraýewo#, |
6247
|
|
|
|
|
|
|
}, |
6248
|
|
|
|
|
|
|
'Europe/Saratov' => { |
6249
|
|
|
|
|
|
|
exemplarCity => q#Saratow#, |
6250
|
|
|
|
|
|
|
}, |
6251
|
|
|
|
|
|
|
'Europe/Simferopol' => { |
6252
|
|
|
|
|
|
|
exemplarCity => q#Simferopol#, |
6253
|
|
|
|
|
|
|
}, |
6254
|
|
|
|
|
|
|
'Europe/Skopje' => { |
6255
|
|
|
|
|
|
|
exemplarCity => q#Skopýe#, |
6256
|
|
|
|
|
|
|
}, |
6257
|
|
|
|
|
|
|
'Europe/Sofia' => { |
6258
|
|
|
|
|
|
|
exemplarCity => q#Sofiýa#, |
6259
|
|
|
|
|
|
|
}, |
6260
|
|
|
|
|
|
|
'Europe/Stockholm' => { |
6261
|
|
|
|
|
|
|
exemplarCity => q#Stokgolm#, |
6262
|
|
|
|
|
|
|
}, |
6263
|
|
|
|
|
|
|
'Europe/Tallinn' => { |
6264
|
|
|
|
|
|
|
exemplarCity => q#Tallin#, |
6265
|
|
|
|
|
|
|
}, |
6266
|
|
|
|
|
|
|
'Europe/Tirane' => { |
6267
|
|
|
|
|
|
|
exemplarCity => q#Tirana#, |
6268
|
|
|
|
|
|
|
}, |
6269
|
|
|
|
|
|
|
'Europe/Ulyanovsk' => { |
6270
|
|
|
|
|
|
|
exemplarCity => q#Ulýanowsk#, |
6271
|
|
|
|
|
|
|
}, |
6272
|
|
|
|
|
|
|
'Europe/Uzhgorod' => { |
6273
|
|
|
|
|
|
|
exemplarCity => q#Užgorod#, |
6274
|
|
|
|
|
|
|
}, |
6275
|
|
|
|
|
|
|
'Europe/Vaduz' => { |
6276
|
|
|
|
|
|
|
exemplarCity => q#Waduz#, |
6277
|
|
|
|
|
|
|
}, |
6278
|
|
|
|
|
|
|
'Europe/Vatican' => { |
6279
|
|
|
|
|
|
|
exemplarCity => q#Watikan#, |
6280
|
|
|
|
|
|
|
}, |
6281
|
|
|
|
|
|
|
'Europe/Vienna' => { |
6282
|
|
|
|
|
|
|
exemplarCity => q#Wena#, |
6283
|
|
|
|
|
|
|
}, |
6284
|
|
|
|
|
|
|
'Europe/Vilnius' => { |
6285
|
|
|
|
|
|
|
exemplarCity => q#Wilnýus#, |
6286
|
|
|
|
|
|
|
}, |
6287
|
|
|
|
|
|
|
'Europe/Volgograd' => { |
6288
|
|
|
|
|
|
|
exemplarCity => q#Wolgograd#, |
6289
|
|
|
|
|
|
|
}, |
6290
|
|
|
|
|
|
|
'Europe/Warsaw' => { |
6291
|
|
|
|
|
|
|
exemplarCity => q#WarÅawa#, |
6292
|
|
|
|
|
|
|
}, |
6293
|
|
|
|
|
|
|
'Europe/Zagreb' => { |
6294
|
|
|
|
|
|
|
exemplarCity => q#Zagreb#, |
6295
|
|
|
|
|
|
|
}, |
6296
|
|
|
|
|
|
|
'Europe/Zaporozhye' => { |
6297
|
|
|
|
|
|
|
exemplarCity => q#Zaporožýe#, |
6298
|
|
|
|
|
|
|
}, |
6299
|
|
|
|
|
|
|
'Europe/Zurich' => { |
6300
|
|
|
|
|
|
|
exemplarCity => q#Sýurih#, |
6301
|
|
|
|
|
|
|
}, |
6302
|
|
|
|
|
|
|
'Europe_Central' => { |
6303
|
|
|
|
|
|
|
long => { |
6304
|
|
|
|
|
|
|
'daylight' => q#Merkezi Ãewropa tomusky wagty#, |
6305
|
|
|
|
|
|
|
'generic' => q#Merkezi Ãewropa wagty#, |
6306
|
|
|
|
|
|
|
'standard' => q#Merkezi Ãewropa standart wagty#, |
6307
|
|
|
|
|
|
|
}, |
6308
|
|
|
|
|
|
|
}, |
6309
|
|
|
|
|
|
|
'Europe_Eastern' => { |
6310
|
|
|
|
|
|
|
long => { |
6311
|
|
|
|
|
|
|
'daylight' => q#Gündogar Ãewropa tomusky wagty#, |
6312
|
|
|
|
|
|
|
'generic' => q#Gündogar Ãewropa wagty#, |
6313
|
|
|
|
|
|
|
'standard' => q#Gündogar Ãewropa standart wagty#, |
6314
|
|
|
|
|
|
|
}, |
6315
|
|
|
|
|
|
|
}, |
6316
|
|
|
|
|
|
|
'Europe_Further_Eastern' => { |
6317
|
|
|
|
|
|
|
long => { |
6318
|
|
|
|
|
|
|
'standard' => q#Uzak Gündogar Ãewropa wagty#, |
6319
|
|
|
|
|
|
|
}, |
6320
|
|
|
|
|
|
|
}, |
6321
|
|
|
|
|
|
|
'Europe_Western' => { |
6322
|
|
|
|
|
|
|
long => { |
6323
|
|
|
|
|
|
|
'daylight' => q#Günbatar Ãewropa tomusky wagty#, |
6324
|
|
|
|
|
|
|
'generic' => q#Günbatar Ãewropa wagty#, |
6325
|
|
|
|
|
|
|
'standard' => q#Günbatar Ãewropa standart wagty#, |
6326
|
|
|
|
|
|
|
}, |
6327
|
|
|
|
|
|
|
}, |
6328
|
|
|
|
|
|
|
'Falkland' => { |
6329
|
|
|
|
|
|
|
long => { |
6330
|
|
|
|
|
|
|
'daylight' => q#Folklend adalary tomusky wagty#, |
6331
|
|
|
|
|
|
|
'generic' => q#Folklend adalary wagty#, |
6332
|
|
|
|
|
|
|
'standard' => q#Folklend adalary standart wagty#, |
6333
|
|
|
|
|
|
|
}, |
6334
|
|
|
|
|
|
|
}, |
6335
|
|
|
|
|
|
|
'Fiji' => { |
6336
|
|
|
|
|
|
|
long => { |
6337
|
|
|
|
|
|
|
'daylight' => q#Fiji tomusky wagty#, |
6338
|
|
|
|
|
|
|
'generic' => q#Fiji wagty#, |
6339
|
|
|
|
|
|
|
'standard' => q#Fiji standart wagty#, |
6340
|
|
|
|
|
|
|
}, |
6341
|
|
|
|
|
|
|
}, |
6342
|
|
|
|
|
|
|
'French_Guiana' => { |
6343
|
|
|
|
|
|
|
long => { |
6344
|
|
|
|
|
|
|
'standard' => q#Fransuz Gwianasy wagty#, |
6345
|
|
|
|
|
|
|
}, |
6346
|
|
|
|
|
|
|
}, |
6347
|
|
|
|
|
|
|
'French_Southern' => { |
6348
|
|
|
|
|
|
|
long => { |
6349
|
|
|
|
|
|
|
'standard' => q#Fransuz Günorta we Antarktika ýerleri wagty#, |
6350
|
|
|
|
|
|
|
}, |
6351
|
|
|
|
|
|
|
}, |
6352
|
|
|
|
|
|
|
'GMT' => { |
6353
|
|
|
|
|
|
|
long => { |
6354
|
|
|
|
|
|
|
'standard' => q#Grinwiç boýunça orta wagt#, |
6355
|
|
|
|
|
|
|
}, |
6356
|
|
|
|
|
|
|
}, |
6357
|
|
|
|
|
|
|
'Galapagos' => { |
6358
|
|
|
|
|
|
|
long => { |
6359
|
|
|
|
|
|
|
'standard' => q#Galapagos adalary wagty#, |
6360
|
|
|
|
|
|
|
}, |
6361
|
|
|
|
|
|
|
}, |
6362
|
|
|
|
|
|
|
'Gambier' => { |
6363
|
|
|
|
|
|
|
long => { |
6364
|
|
|
|
|
|
|
'standard' => q#Gambýe wagty#, |
6365
|
|
|
|
|
|
|
}, |
6366
|
|
|
|
|
|
|
}, |
6367
|
|
|
|
|
|
|
'Georgia' => { |
6368
|
|
|
|
|
|
|
long => { |
6369
|
|
|
|
|
|
|
'daylight' => q#Gruziýa tomusky wagty#, |
6370
|
|
|
|
|
|
|
'generic' => q#Gruziýa wagty#, |
6371
|
|
|
|
|
|
|
'standard' => q#Gruziýa standart wagty#, |
6372
|
|
|
|
|
|
|
}, |
6373
|
|
|
|
|
|
|
}, |
6374
|
|
|
|
|
|
|
'Gilbert_Islands' => { |
6375
|
|
|
|
|
|
|
long => { |
6376
|
|
|
|
|
|
|
'standard' => q#Gilberta adalary wagty#, |
6377
|
|
|
|
|
|
|
}, |
6378
|
|
|
|
|
|
|
}, |
6379
|
|
|
|
|
|
|
'Greenland_Eastern' => { |
6380
|
|
|
|
|
|
|
long => { |
6381
|
|
|
|
|
|
|
'daylight' => q#Gündogar Grenlandiýa tomusky wagty#, |
6382
|
|
|
|
|
|
|
'generic' => q#Gündogar Grenlandiýa wagty#, |
6383
|
|
|
|
|
|
|
'standard' => q#Gündogar Grenlandiýa standart wagty#, |
6384
|
|
|
|
|
|
|
}, |
6385
|
|
|
|
|
|
|
}, |
6386
|
|
|
|
|
|
|
'Greenland_Western' => { |
6387
|
|
|
|
|
|
|
long => { |
6388
|
|
|
|
|
|
|
'daylight' => q#Günbatar Grenlandiýa tomusky wagty#, |
6389
|
|
|
|
|
|
|
'generic' => q#Günbatar Grenlandiýa wagty#, |
6390
|
|
|
|
|
|
|
'standard' => q#Günbatar Grenlandiýa standart wagty#, |
6391
|
|
|
|
|
|
|
}, |
6392
|
|
|
|
|
|
|
}, |
6393
|
|
|
|
|
|
|
'Gulf' => { |
6394
|
|
|
|
|
|
|
long => { |
6395
|
|
|
|
|
|
|
'standard' => q#Pars aýlagy standart wagty#, |
6396
|
|
|
|
|
|
|
}, |
6397
|
|
|
|
|
|
|
}, |
6398
|
|
|
|
|
|
|
'Guyana' => { |
6399
|
|
|
|
|
|
|
long => { |
6400
|
|
|
|
|
|
|
'standard' => q#Gaýana wagty#, |
6401
|
|
|
|
|
|
|
}, |
6402
|
|
|
|
|
|
|
}, |
6403
|
|
|
|
|
|
|
'Hawaii_Aleutian' => { |
6404
|
|
|
|
|
|
|
long => { |
6405
|
|
|
|
|
|
|
'daylight' => q#Gawaý-Aleut tomusky wagty#, |
6406
|
|
|
|
|
|
|
'generic' => q#Gawaý-Aleut wagty#, |
6407
|
|
|
|
|
|
|
'standard' => q#Gawaý-Aleut standart wagty#, |
6408
|
|
|
|
|
|
|
}, |
6409
|
|
|
|
|
|
|
}, |
6410
|
|
|
|
|
|
|
'Hong_Kong' => { |
6411
|
|
|
|
|
|
|
long => { |
6412
|
|
|
|
|
|
|
'daylight' => q#Gonkong tomusky wagty#, |
6413
|
|
|
|
|
|
|
'generic' => q#Gonkong wagty#, |
6414
|
|
|
|
|
|
|
'standard' => q#Gonkong standart wagty#, |
6415
|
|
|
|
|
|
|
}, |
6416
|
|
|
|
|
|
|
}, |
6417
|
|
|
|
|
|
|
'Hovd' => { |
6418
|
|
|
|
|
|
|
long => { |
6419
|
|
|
|
|
|
|
'daylight' => q#Howd tomusky wagty#, |
6420
|
|
|
|
|
|
|
'generic' => q#Howd wagty#, |
6421
|
|
|
|
|
|
|
'standard' => q#Howd standart wagty#, |
6422
|
|
|
|
|
|
|
}, |
6423
|
|
|
|
|
|
|
}, |
6424
|
|
|
|
|
|
|
'India' => { |
6425
|
|
|
|
|
|
|
long => { |
6426
|
|
|
|
|
|
|
'standard' => q#Hindistan standart wagty#, |
6427
|
|
|
|
|
|
|
}, |
6428
|
|
|
|
|
|
|
}, |
6429
|
|
|
|
|
|
|
'Indian/Antananarivo' => { |
6430
|
|
|
|
|
|
|
exemplarCity => q#Antananariwu#, |
6431
|
|
|
|
|
|
|
}, |
6432
|
|
|
|
|
|
|
'Indian/Chagos' => { |
6433
|
|
|
|
|
|
|
exemplarCity => q#Ãagos#, |
6434
|
|
|
|
|
|
|
}, |
6435
|
|
|
|
|
|
|
'Indian/Christmas' => { |
6436
|
|
|
|
|
|
|
exemplarCity => q#Roždestwo#, |
6437
|
|
|
|
|
|
|
}, |
6438
|
|
|
|
|
|
|
'Indian/Cocos' => { |
6439
|
|
|
|
|
|
|
exemplarCity => q#Kokos#, |
6440
|
|
|
|
|
|
|
}, |
6441
|
|
|
|
|
|
|
'Indian/Comoro' => { |
6442
|
|
|
|
|
|
|
exemplarCity => q#Komor adalary#, |
6443
|
|
|
|
|
|
|
}, |
6444
|
|
|
|
|
|
|
'Indian/Kerguelen' => { |
6445
|
|
|
|
|
|
|
exemplarCity => q#Kergelen#, |
6446
|
|
|
|
|
|
|
}, |
6447
|
|
|
|
|
|
|
'Indian/Mahe' => { |
6448
|
|
|
|
|
|
|
exemplarCity => q#Maýe#, |
6449
|
|
|
|
|
|
|
}, |
6450
|
|
|
|
|
|
|
'Indian/Maldives' => { |
6451
|
|
|
|
|
|
|
exemplarCity => q#Maldiwler#, |
6452
|
|
|
|
|
|
|
}, |
6453
|
|
|
|
|
|
|
'Indian/Mauritius' => { |
6454
|
|
|
|
|
|
|
exemplarCity => q#Mawrikiý#, |
6455
|
|
|
|
|
|
|
}, |
6456
|
|
|
|
|
|
|
'Indian/Mayotte' => { |
6457
|
|
|
|
|
|
|
exemplarCity => q#Maýotta#, |
6458
|
|
|
|
|
|
|
}, |
6459
|
|
|
|
|
|
|
'Indian/Reunion' => { |
6460
|
|
|
|
|
|
|
exemplarCity => q#Reýunýon#, |
6461
|
|
|
|
|
|
|
}, |
6462
|
|
|
|
|
|
|
'Indian_Ocean' => { |
6463
|
|
|
|
|
|
|
long => { |
6464
|
|
|
|
|
|
|
'standard' => q#Hindi ummany wagty#, |
6465
|
|
|
|
|
|
|
}, |
6466
|
|
|
|
|
|
|
}, |
6467
|
|
|
|
|
|
|
'Indochina' => { |
6468
|
|
|
|
|
|
|
long => { |
6469
|
|
|
|
|
|
|
'standard' => q#Hindihytaý wagty#, |
6470
|
|
|
|
|
|
|
}, |
6471
|
|
|
|
|
|
|
}, |
6472
|
|
|
|
|
|
|
'Indonesia_Central' => { |
6473
|
|
|
|
|
|
|
long => { |
6474
|
|
|
|
|
|
|
'standard' => q#Merkezi Indoneziýa wagty#, |
6475
|
|
|
|
|
|
|
}, |
6476
|
|
|
|
|
|
|
}, |
6477
|
|
|
|
|
|
|
'Indonesia_Eastern' => { |
6478
|
|
|
|
|
|
|
long => { |
6479
|
|
|
|
|
|
|
'standard' => q#Gündogar Indoneziýa wagty#, |
6480
|
|
|
|
|
|
|
}, |
6481
|
|
|
|
|
|
|
}, |
6482
|
|
|
|
|
|
|
'Indonesia_Western' => { |
6483
|
|
|
|
|
|
|
long => { |
6484
|
|
|
|
|
|
|
'standard' => q#Günbatar Indoneziýa wagty#, |
6485
|
|
|
|
|
|
|
}, |
6486
|
|
|
|
|
|
|
}, |
6487
|
|
|
|
|
|
|
'Iran' => { |
6488
|
|
|
|
|
|
|
long => { |
6489
|
|
|
|
|
|
|
'daylight' => q#Eýran tomusky wagty#, |
6490
|
|
|
|
|
|
|
'generic' => q#Eýran wagty#, |
6491
|
|
|
|
|
|
|
'standard' => q#Eýran standart wagty#, |
6492
|
|
|
|
|
|
|
}, |
6493
|
|
|
|
|
|
|
}, |
6494
|
|
|
|
|
|
|
'Irkutsk' => { |
6495
|
|
|
|
|
|
|
long => { |
6496
|
|
|
|
|
|
|
'daylight' => q#Irkutsk tomusky wagty#, |
6497
|
|
|
|
|
|
|
'generic' => q#Irkutsk wagty#, |
6498
|
|
|
|
|
|
|
'standard' => q#Irkutsk standart wagty#, |
6499
|
|
|
|
|
|
|
}, |
6500
|
|
|
|
|
|
|
}, |
6501
|
|
|
|
|
|
|
'Israel' => { |
6502
|
|
|
|
|
|
|
long => { |
6503
|
|
|
|
|
|
|
'daylight' => q#Ysraýyl tomusky wagty#, |
6504
|
|
|
|
|
|
|
'generic' => q#Ysraýyl wagty#, |
6505
|
|
|
|
|
|
|
'standard' => q#Ysraýyl standart wagty#, |
6506
|
|
|
|
|
|
|
}, |
6507
|
|
|
|
|
|
|
}, |
6508
|
|
|
|
|
|
|
'Japan' => { |
6509
|
|
|
|
|
|
|
long => { |
6510
|
|
|
|
|
|
|
'daylight' => q#Ãaponiýa tomusky wagty#, |
6511
|
|
|
|
|
|
|
'generic' => q#Ãaponiýa wagty#, |
6512
|
|
|
|
|
|
|
'standard' => q#Ãaponiýa standart wagty#, |
6513
|
|
|
|
|
|
|
}, |
6514
|
|
|
|
|
|
|
}, |
6515
|
|
|
|
|
|
|
'Kazakhstan_Eastern' => { |
6516
|
|
|
|
|
|
|
long => { |
6517
|
|
|
|
|
|
|
'standard' => q#Gündogar Gazagystan wagty#, |
6518
|
|
|
|
|
|
|
}, |
6519
|
|
|
|
|
|
|
}, |
6520
|
|
|
|
|
|
|
'Kazakhstan_Western' => { |
6521
|
|
|
|
|
|
|
long => { |
6522
|
|
|
|
|
|
|
'standard' => q#Günbatar Gazagystan wagty#, |
6523
|
|
|
|
|
|
|
}, |
6524
|
|
|
|
|
|
|
}, |
6525
|
|
|
|
|
|
|
'Korea' => { |
6526
|
|
|
|
|
|
|
long => { |
6527
|
|
|
|
|
|
|
'daylight' => q#Koreýa tomusky wagty#, |
6528
|
|
|
|
|
|
|
'generic' => q#Koreýa wagty#, |
6529
|
|
|
|
|
|
|
'standard' => q#Koreýa standart wagty#, |
6530
|
|
|
|
|
|
|
}, |
6531
|
|
|
|
|
|
|
}, |
6532
|
|
|
|
|
|
|
'Kosrae' => { |
6533
|
|
|
|
|
|
|
long => { |
6534
|
|
|
|
|
|
|
'standard' => q#Kosraýe wagty#, |
6535
|
|
|
|
|
|
|
}, |
6536
|
|
|
|
|
|
|
}, |
6537
|
|
|
|
|
|
|
'Krasnoyarsk' => { |
6538
|
|
|
|
|
|
|
long => { |
6539
|
|
|
|
|
|
|
'daylight' => q#Krasnoýarsk tomusky wagty#, |
6540
|
|
|
|
|
|
|
'generic' => q#Krasnoýarsk wagty#, |
6541
|
|
|
|
|
|
|
'standard' => q#Krasnoýarsk standart wagty#, |
6542
|
|
|
|
|
|
|
}, |
6543
|
|
|
|
|
|
|
}, |
6544
|
|
|
|
|
|
|
'Kyrgystan' => { |
6545
|
|
|
|
|
|
|
long => { |
6546
|
|
|
|
|
|
|
'standard' => q#Gyrgyzystan wagty#, |
6547
|
|
|
|
|
|
|
}, |
6548
|
|
|
|
|
|
|
}, |
6549
|
|
|
|
|
|
|
'Line_Islands' => { |
6550
|
|
|
|
|
|
|
long => { |
6551
|
|
|
|
|
|
|
'standard' => q#Laýn adalary wagty#, |
6552
|
|
|
|
|
|
|
}, |
6553
|
|
|
|
|
|
|
}, |
6554
|
|
|
|
|
|
|
'Lord_Howe' => { |
6555
|
|
|
|
|
|
|
long => { |
6556
|
|
|
|
|
|
|
'daylight' => q#Lord-Hau tomusky wagty#, |
6557
|
|
|
|
|
|
|
'generic' => q#Lord-Hau wagty#, |
6558
|
|
|
|
|
|
|
'standard' => q#Lord-Hau standart wagty#, |
6559
|
|
|
|
|
|
|
}, |
6560
|
|
|
|
|
|
|
}, |
6561
|
|
|
|
|
|
|
'Macquarie' => { |
6562
|
|
|
|
|
|
|
long => { |
6563
|
|
|
|
|
|
|
'standard' => q#Makkuori adasy wagty#, |
6564
|
|
|
|
|
|
|
}, |
6565
|
|
|
|
|
|
|
}, |
6566
|
|
|
|
|
|
|
'Magadan' => { |
6567
|
|
|
|
|
|
|
long => { |
6568
|
|
|
|
|
|
|
'daylight' => q#Magadan tomusky wagty#, |
6569
|
|
|
|
|
|
|
'generic' => q#Magadan wagty#, |
6570
|
|
|
|
|
|
|
'standard' => q#Magadan standart wagty#, |
6571
|
|
|
|
|
|
|
}, |
6572
|
|
|
|
|
|
|
}, |
6573
|
|
|
|
|
|
|
'Malaysia' => { |
6574
|
|
|
|
|
|
|
long => { |
6575
|
|
|
|
|
|
|
'standard' => q#Malaýziýa wagty#, |
6576
|
|
|
|
|
|
|
}, |
6577
|
|
|
|
|
|
|
}, |
6578
|
|
|
|
|
|
|
'Maldives' => { |
6579
|
|
|
|
|
|
|
long => { |
6580
|
|
|
|
|
|
|
'standard' => q#Maldiwler wagty#, |
6581
|
|
|
|
|
|
|
}, |
6582
|
|
|
|
|
|
|
}, |
6583
|
|
|
|
|
|
|
'Marquesas' => { |
6584
|
|
|
|
|
|
|
long => { |
6585
|
|
|
|
|
|
|
'standard' => q#Markiz adalary wagty#, |
6586
|
|
|
|
|
|
|
}, |
6587
|
|
|
|
|
|
|
}, |
6588
|
|
|
|
|
|
|
'Marshall_Islands' => { |
6589
|
|
|
|
|
|
|
long => { |
6590
|
|
|
|
|
|
|
'standard' => q#MarÅall adalary wagty#, |
6591
|
|
|
|
|
|
|
}, |
6592
|
|
|
|
|
|
|
}, |
6593
|
|
|
|
|
|
|
'Mauritius' => { |
6594
|
|
|
|
|
|
|
long => { |
6595
|
|
|
|
|
|
|
'daylight' => q#Mawrikiý tomusky wagty#, |
6596
|
|
|
|
|
|
|
'generic' => q#Mawrikiý wagty#, |
6597
|
|
|
|
|
|
|
'standard' => q#Mawrikiý standart wagty#, |
6598
|
|
|
|
|
|
|
}, |
6599
|
|
|
|
|
|
|
}, |
6600
|
|
|
|
|
|
|
'Mawson' => { |
6601
|
|
|
|
|
|
|
long => { |
6602
|
|
|
|
|
|
|
'standard' => q#Mouson wagty#, |
6603
|
|
|
|
|
|
|
}, |
6604
|
|
|
|
|
|
|
}, |
6605
|
|
|
|
|
|
|
'Mexico_Northwest' => { |
6606
|
|
|
|
|
|
|
long => { |
6607
|
|
|
|
|
|
|
'daylight' => q#Demirgazyk-günbatar Meksika tomusky wagty#, |
6608
|
|
|
|
|
|
|
'generic' => q#Demirgazyk-günbatar Meksika wagty#, |
6609
|
|
|
|
|
|
|
'standard' => q#Demirgazyk-günbatar Meksika standart wagty#, |
6610
|
|
|
|
|
|
|
}, |
6611
|
|
|
|
|
|
|
}, |
6612
|
|
|
|
|
|
|
'Mexico_Pacific' => { |
6613
|
|
|
|
|
|
|
long => { |
6614
|
|
|
|
|
|
|
'daylight' => q#Meksikan ÃuwaÅ umman tomusky wagty#, |
6615
|
|
|
|
|
|
|
'generic' => q#Meksikan ÃuwaÅ umman wagty#, |
6616
|
|
|
|
|
|
|
'standard' => q#Meksikan ÃuwaÅ umman standart wagty#, |
6617
|
|
|
|
|
|
|
}, |
6618
|
|
|
|
|
|
|
}, |
6619
|
|
|
|
|
|
|
'Mongolia' => { |
6620
|
|
|
|
|
|
|
long => { |
6621
|
|
|
|
|
|
|
'daylight' => q#Ulan-Bator tomusky wagty#, |
6622
|
|
|
|
|
|
|
'generic' => q#Ulan-Bator wagty#, |
6623
|
|
|
|
|
|
|
'standard' => q#Ulan-Bator standart wagty#, |
6624
|
|
|
|
|
|
|
}, |
6625
|
|
|
|
|
|
|
}, |
6626
|
|
|
|
|
|
|
'Moscow' => { |
6627
|
|
|
|
|
|
|
long => { |
6628
|
|
|
|
|
|
|
'daylight' => q#Moskwa tomusky wagty#, |
6629
|
|
|
|
|
|
|
'generic' => q#Moskwa wagty#, |
6630
|
|
|
|
|
|
|
'standard' => q#Moskwa standart wagty#, |
6631
|
|
|
|
|
|
|
}, |
6632
|
|
|
|
|
|
|
}, |
6633
|
|
|
|
|
|
|
'Myanmar' => { |
6634
|
|
|
|
|
|
|
long => { |
6635
|
|
|
|
|
|
|
'standard' => q#Mýanma wagty#, |
6636
|
|
|
|
|
|
|
}, |
6637
|
|
|
|
|
|
|
}, |
6638
|
|
|
|
|
|
|
'Nauru' => { |
6639
|
|
|
|
|
|
|
long => { |
6640
|
|
|
|
|
|
|
'standard' => q#Nauru wagty#, |
6641
|
|
|
|
|
|
|
}, |
6642
|
|
|
|
|
|
|
}, |
6643
|
|
|
|
|
|
|
'Nepal' => { |
6644
|
|
|
|
|
|
|
long => { |
6645
|
|
|
|
|
|
|
'standard' => q#Nepal wagty#, |
6646
|
|
|
|
|
|
|
}, |
6647
|
|
|
|
|
|
|
}, |
6648
|
|
|
|
|
|
|
'New_Caledonia' => { |
6649
|
|
|
|
|
|
|
long => { |
6650
|
|
|
|
|
|
|
'daylight' => q#Täze Kaledoniýa tomusky wagty#, |
6651
|
|
|
|
|
|
|
'generic' => q#Täze Kaledoniýa wagty#, |
6652
|
|
|
|
|
|
|
'standard' => q#Täze Kaledoniýa standart wagty#, |
6653
|
|
|
|
|
|
|
}, |
6654
|
|
|
|
|
|
|
}, |
6655
|
|
|
|
|
|
|
'New_Zealand' => { |
6656
|
|
|
|
|
|
|
long => { |
6657
|
|
|
|
|
|
|
'daylight' => q#Täze Zelandiýa tomusky wagty#, |
6658
|
|
|
|
|
|
|
'generic' => q#Täze Zelandiýa wagty#, |
6659
|
|
|
|
|
|
|
'standard' => q#Täze Zelandiýa standart wagty#, |
6660
|
|
|
|
|
|
|
}, |
6661
|
|
|
|
|
|
|
}, |
6662
|
|
|
|
|
|
|
'Newfoundland' => { |
6663
|
|
|
|
|
|
|
long => { |
6664
|
|
|
|
|
|
|
'daylight' => q#Nýufaundlend tomusky wagty#, |
6665
|
|
|
|
|
|
|
'generic' => q#Nýufaundlend wagty#, |
6666
|
|
|
|
|
|
|
'standard' => q#Nýufaundlend standart wagty#, |
6667
|
|
|
|
|
|
|
}, |
6668
|
|
|
|
|
|
|
}, |
6669
|
|
|
|
|
|
|
'Niue' => { |
6670
|
|
|
|
|
|
|
long => { |
6671
|
|
|
|
|
|
|
'standard' => q#Niue wagty#, |
6672
|
|
|
|
|
|
|
}, |
6673
|
|
|
|
|
|
|
}, |
6674
|
|
|
|
|
|
|
'Norfolk' => { |
6675
|
|
|
|
|
|
|
long => { |
6676
|
|
|
|
|
|
|
'standard' => q#Norfolk adasy wagty#, |
6677
|
|
|
|
|
|
|
}, |
6678
|
|
|
|
|
|
|
}, |
6679
|
|
|
|
|
|
|
'Noronha' => { |
6680
|
|
|
|
|
|
|
long => { |
6681
|
|
|
|
|
|
|
'daylight' => q#Fernandu-di-Noronýa tomusky wagty#, |
6682
|
|
|
|
|
|
|
'generic' => q#Fernandu-di-Noronýa wagty#, |
6683
|
|
|
|
|
|
|
'standard' => q#Fernandu-di-Noronýa standart wagty#, |
6684
|
|
|
|
|
|
|
}, |
6685
|
|
|
|
|
|
|
}, |
6686
|
|
|
|
|
|
|
'Novosibirsk' => { |
6687
|
|
|
|
|
|
|
long => { |
6688
|
|
|
|
|
|
|
'daylight' => q#Nowosibisk tomusky wagty#, |
6689
|
|
|
|
|
|
|
'generic' => q#Nowosibirsk wagty#, |
6690
|
|
|
|
|
|
|
'standard' => q#Nowosibirsk standart wagty#, |
6691
|
|
|
|
|
|
|
}, |
6692
|
|
|
|
|
|
|
}, |
6693
|
|
|
|
|
|
|
'Omsk' => { |
6694
|
|
|
|
|
|
|
long => { |
6695
|
|
|
|
|
|
|
'daylight' => q#Omsk tomusky wagty#, |
6696
|
|
|
|
|
|
|
'generic' => q#Omsk wagty#, |
6697
|
|
|
|
|
|
|
'standard' => q#Omsk standart wagty#, |
6698
|
|
|
|
|
|
|
}, |
6699
|
|
|
|
|
|
|
}, |
6700
|
|
|
|
|
|
|
'Pacific/Apia' => { |
6701
|
|
|
|
|
|
|
exemplarCity => q#Apia#, |
6702
|
|
|
|
|
|
|
}, |
6703
|
|
|
|
|
|
|
'Pacific/Auckland' => { |
6704
|
|
|
|
|
|
|
exemplarCity => q#Oklend#, |
6705
|
|
|
|
|
|
|
}, |
6706
|
|
|
|
|
|
|
'Pacific/Bougainville' => { |
6707
|
|
|
|
|
|
|
exemplarCity => q#Bugenwil#, |
6708
|
|
|
|
|
|
|
}, |
6709
|
|
|
|
|
|
|
'Pacific/Chatham' => { |
6710
|
|
|
|
|
|
|
exemplarCity => q#Ãatem#, |
6711
|
|
|
|
|
|
|
}, |
6712
|
|
|
|
|
|
|
'Pacific/Easter' => { |
6713
|
|
|
|
|
|
|
exemplarCity => q#Pashi adasy#, |
6714
|
|
|
|
|
|
|
}, |
6715
|
|
|
|
|
|
|
'Pacific/Efate' => { |
6716
|
|
|
|
|
|
|
exemplarCity => q#Efate#, |
6717
|
|
|
|
|
|
|
}, |
6718
|
|
|
|
|
|
|
'Pacific/Enderbury' => { |
6719
|
|
|
|
|
|
|
exemplarCity => q#Enderberi#, |
6720
|
|
|
|
|
|
|
}, |
6721
|
|
|
|
|
|
|
'Pacific/Fakaofo' => { |
6722
|
|
|
|
|
|
|
exemplarCity => q#Fakaofo#, |
6723
|
|
|
|
|
|
|
}, |
6724
|
|
|
|
|
|
|
'Pacific/Fiji' => { |
6725
|
|
|
|
|
|
|
exemplarCity => q#Fiji#, |
6726
|
|
|
|
|
|
|
}, |
6727
|
|
|
|
|
|
|
'Pacific/Funafuti' => { |
6728
|
|
|
|
|
|
|
exemplarCity => q#Funafuti#, |
6729
|
|
|
|
|
|
|
}, |
6730
|
|
|
|
|
|
|
'Pacific/Galapagos' => { |
6731
|
|
|
|
|
|
|
exemplarCity => q#Galapagos adalary#, |
6732
|
|
|
|
|
|
|
}, |
6733
|
|
|
|
|
|
|
'Pacific/Gambier' => { |
6734
|
|
|
|
|
|
|
exemplarCity => q#Gambýe#, |
6735
|
|
|
|
|
|
|
}, |
6736
|
|
|
|
|
|
|
'Pacific/Guadalcanal' => { |
6737
|
|
|
|
|
|
|
exemplarCity => q#Gwadalkanal#, |
6738
|
|
|
|
|
|
|
}, |
6739
|
|
|
|
|
|
|
'Pacific/Guam' => { |
6740
|
|
|
|
|
|
|
exemplarCity => q#Guam#, |
6741
|
|
|
|
|
|
|
}, |
6742
|
|
|
|
|
|
|
'Pacific/Honolulu' => { |
6743
|
|
|
|
|
|
|
exemplarCity => q#Gonolulu#, |
6744
|
|
|
|
|
|
|
}, |
6745
|
|
|
|
|
|
|
'Pacific/Johnston' => { |
6746
|
|
|
|
|
|
|
exemplarCity => q#Jonston#, |
6747
|
|
|
|
|
|
|
}, |
6748
|
|
|
|
|
|
|
'Pacific/Kiritimati' => { |
6749
|
|
|
|
|
|
|
exemplarCity => q#Kiritimati#, |
6750
|
|
|
|
|
|
|
}, |
6751
|
|
|
|
|
|
|
'Pacific/Kosrae' => { |
6752
|
|
|
|
|
|
|
exemplarCity => q#Kosraýe#, |
6753
|
|
|
|
|
|
|
}, |
6754
|
|
|
|
|
|
|
'Pacific/Kwajalein' => { |
6755
|
|
|
|
|
|
|
exemplarCity => q#Kwajaleýn#, |
6756
|
|
|
|
|
|
|
}, |
6757
|
|
|
|
|
|
|
'Pacific/Majuro' => { |
6758
|
|
|
|
|
|
|
exemplarCity => q#Majuro#, |
6759
|
|
|
|
|
|
|
}, |
6760
|
|
|
|
|
|
|
'Pacific/Marquesas' => { |
6761
|
|
|
|
|
|
|
exemplarCity => q#Markiz adalary#, |
6762
|
|
|
|
|
|
|
}, |
6763
|
|
|
|
|
|
|
'Pacific/Midway' => { |
6764
|
|
|
|
|
|
|
exemplarCity => q#Midueý#, |
6765
|
|
|
|
|
|
|
}, |
6766
|
|
|
|
|
|
|
'Pacific/Nauru' => { |
6767
|
|
|
|
|
|
|
exemplarCity => q#Nauru#, |
6768
|
|
|
|
|
|
|
}, |
6769
|
|
|
|
|
|
|
'Pacific/Niue' => { |
6770
|
|
|
|
|
|
|
exemplarCity => q#Niue#, |
6771
|
|
|
|
|
|
|
}, |
6772
|
|
|
|
|
|
|
'Pacific/Norfolk' => { |
6773
|
|
|
|
|
|
|
exemplarCity => q#Norfolk#, |
6774
|
|
|
|
|
|
|
}, |
6775
|
|
|
|
|
|
|
'Pacific/Noumea' => { |
6776
|
|
|
|
|
|
|
exemplarCity => q#Numea#, |
6777
|
|
|
|
|
|
|
}, |
6778
|
|
|
|
|
|
|
'Pacific/Pago_Pago' => { |
6779
|
|
|
|
|
|
|
exemplarCity => q#Pago-Pago#, |
6780
|
|
|
|
|
|
|
}, |
6781
|
|
|
|
|
|
|
'Pacific/Palau' => { |
6782
|
|
|
|
|
|
|
exemplarCity => q#Palau#, |
6783
|
|
|
|
|
|
|
}, |
6784
|
|
|
|
|
|
|
'Pacific/Pitcairn' => { |
6785
|
|
|
|
|
|
|
exemplarCity => q#Pitkern#, |
6786
|
|
|
|
|
|
|
}, |
6787
|
|
|
|
|
|
|
'Pacific/Ponape' => { |
6788
|
|
|
|
|
|
|
exemplarCity => q#Ponape#, |
6789
|
|
|
|
|
|
|
}, |
6790
|
|
|
|
|
|
|
'Pacific/Port_Moresby' => { |
6791
|
|
|
|
|
|
|
exemplarCity => q#Port-Morsbi#, |
6792
|
|
|
|
|
|
|
}, |
6793
|
|
|
|
|
|
|
'Pacific/Rarotonga' => { |
6794
|
|
|
|
|
|
|
exemplarCity => q#Rarotonga#, |
6795
|
|
|
|
|
|
|
}, |
6796
|
|
|
|
|
|
|
'Pacific/Saipan' => { |
6797
|
|
|
|
|
|
|
exemplarCity => q#Saýpan#, |
6798
|
|
|
|
|
|
|
}, |
6799
|
|
|
|
|
|
|
'Pacific/Tahiti' => { |
6800
|
|
|
|
|
|
|
exemplarCity => q#Taiti#, |
6801
|
|
|
|
|
|
|
}, |
6802
|
|
|
|
|
|
|
'Pacific/Tarawa' => { |
6803
|
|
|
|
|
|
|
exemplarCity => q#Tarawa#, |
6804
|
|
|
|
|
|
|
}, |
6805
|
|
|
|
|
|
|
'Pacific/Tongatapu' => { |
6806
|
|
|
|
|
|
|
exemplarCity => q#Tongatapu#, |
6807
|
|
|
|
|
|
|
}, |
6808
|
|
|
|
|
|
|
'Pacific/Truk' => { |
6809
|
|
|
|
|
|
|
exemplarCity => q#Ãuuk#, |
6810
|
|
|
|
|
|
|
}, |
6811
|
|
|
|
|
|
|
'Pacific/Wake' => { |
6812
|
|
|
|
|
|
|
exemplarCity => q#Weýk#, |
6813
|
|
|
|
|
|
|
}, |
6814
|
|
|
|
|
|
|
'Pacific/Wallis' => { |
6815
|
|
|
|
|
|
|
exemplarCity => q#Uollis#, |
6816
|
|
|
|
|
|
|
}, |
6817
|
|
|
|
|
|
|
'Pakistan' => { |
6818
|
|
|
|
|
|
|
long => { |
6819
|
|
|
|
|
|
|
'daylight' => q#Pakistan tomusky wagty#, |
6820
|
|
|
|
|
|
|
'generic' => q#Pakistan wagty#, |
6821
|
|
|
|
|
|
|
'standard' => q#Pakistan standart wagty#, |
6822
|
|
|
|
|
|
|
}, |
6823
|
|
|
|
|
|
|
}, |
6824
|
|
|
|
|
|
|
'Palau' => { |
6825
|
|
|
|
|
|
|
long => { |
6826
|
|
|
|
|
|
|
'standard' => q#Palau wagty#, |
6827
|
|
|
|
|
|
|
}, |
6828
|
|
|
|
|
|
|
}, |
6829
|
|
|
|
|
|
|
'Papua_New_Guinea' => { |
6830
|
|
|
|
|
|
|
long => { |
6831
|
|
|
|
|
|
|
'standard' => q#Papua - Täze Gwineýa wagty#, |
6832
|
|
|
|
|
|
|
}, |
6833
|
|
|
|
|
|
|
}, |
6834
|
|
|
|
|
|
|
'Paraguay' => { |
6835
|
|
|
|
|
|
|
long => { |
6836
|
|
|
|
|
|
|
'daylight' => q#Paragwaý tomusky wagty#, |
6837
|
|
|
|
|
|
|
'generic' => q#Paragwaý wagty#, |
6838
|
|
|
|
|
|
|
'standard' => q#Paragwaý standart wagty#, |
6839
|
|
|
|
|
|
|
}, |
6840
|
|
|
|
|
|
|
}, |
6841
|
|
|
|
|
|
|
'Peru' => { |
6842
|
|
|
|
|
|
|
long => { |
6843
|
|
|
|
|
|
|
'daylight' => q#Peru tomusky wagty#, |
6844
|
|
|
|
|
|
|
'generic' => q#Peru wagty#, |
6845
|
|
|
|
|
|
|
'standard' => q#Peru standart wagty#, |
6846
|
|
|
|
|
|
|
}, |
6847
|
|
|
|
|
|
|
}, |
6848
|
|
|
|
|
|
|
'Philippines' => { |
6849
|
|
|
|
|
|
|
long => { |
6850
|
|
|
|
|
|
|
'daylight' => q#Filippinler tomusky wagty#, |
6851
|
|
|
|
|
|
|
'generic' => q#Filippinler wagty#, |
6852
|
|
|
|
|
|
|
'standard' => q#Filippinler standart wagty#, |
6853
|
|
|
|
|
|
|
}, |
6854
|
|
|
|
|
|
|
}, |
6855
|
|
|
|
|
|
|
'Phoenix_Islands' => { |
6856
|
|
|
|
|
|
|
long => { |
6857
|
|
|
|
|
|
|
'standard' => q#Feniks adalary wagty#, |
6858
|
|
|
|
|
|
|
}, |
6859
|
|
|
|
|
|
|
}, |
6860
|
|
|
|
|
|
|
'Pierre_Miquelon' => { |
6861
|
|
|
|
|
|
|
long => { |
6862
|
|
|
|
|
|
|
'daylight' => q#Sen-Pýer we Mikelon tomusky wagty#, |
6863
|
|
|
|
|
|
|
'generic' => q#Sen-Pýer we Mikelon#, |
6864
|
|
|
|
|
|
|
'standard' => q#Sen-Pýer we Mikelon standart wagty#, |
6865
|
|
|
|
|
|
|
}, |
6866
|
|
|
|
|
|
|
}, |
6867
|
|
|
|
|
|
|
'Pitcairn' => { |
6868
|
|
|
|
|
|
|
long => { |
6869
|
|
|
|
|
|
|
'standard' => q#Pitkern wagty#, |
6870
|
|
|
|
|
|
|
}, |
6871
|
|
|
|
|
|
|
}, |
6872
|
|
|
|
|
|
|
'Ponape' => { |
6873
|
|
|
|
|
|
|
long => { |
6874
|
|
|
|
|
|
|
'standard' => q#Ponape wagty#, |
6875
|
|
|
|
|
|
|
}, |
6876
|
|
|
|
|
|
|
}, |
6877
|
|
|
|
|
|
|
'Pyongyang' => { |
6878
|
|
|
|
|
|
|
long => { |
6879
|
|
|
|
|
|
|
'standard' => q#Phenýan wagty#, |
6880
|
|
|
|
|
|
|
}, |
6881
|
|
|
|
|
|
|
}, |
6882
|
|
|
|
|
|
|
'Reunion' => { |
6883
|
|
|
|
|
|
|
long => { |
6884
|
|
|
|
|
|
|
'standard' => q#Reýunýon wagty#, |
6885
|
|
|
|
|
|
|
}, |
6886
|
|
|
|
|
|
|
}, |
6887
|
|
|
|
|
|
|
'Rothera' => { |
6888
|
|
|
|
|
|
|
long => { |
6889
|
|
|
|
|
|
|
'standard' => q#Rotera wagty#, |
6890
|
|
|
|
|
|
|
}, |
6891
|
|
|
|
|
|
|
}, |
6892
|
|
|
|
|
|
|
'Sakhalin' => { |
6893
|
|
|
|
|
|
|
long => { |
6894
|
|
|
|
|
|
|
'daylight' => q#Sahalin tomusky wagty#, |
6895
|
|
|
|
|
|
|
'generic' => q#Sahalin wagty#, |
6896
|
|
|
|
|
|
|
'standard' => q#Sahalin standart wagty#, |
6897
|
|
|
|
|
|
|
}, |
6898
|
|
|
|
|
|
|
}, |
6899
|
|
|
|
|
|
|
'Samoa' => { |
6900
|
|
|
|
|
|
|
long => { |
6901
|
|
|
|
|
|
|
'daylight' => q#Samoa tomusky wagty#, |
6902
|
|
|
|
|
|
|
'generic' => q#Samoa wagty#, |
6903
|
|
|
|
|
|
|
'standard' => q#Samoa standart wagty#, |
6904
|
|
|
|
|
|
|
}, |
6905
|
|
|
|
|
|
|
}, |
6906
|
|
|
|
|
|
|
'Seychelles' => { |
6907
|
|
|
|
|
|
|
long => { |
6908
|
|
|
|
|
|
|
'standard' => q#SeýÅel adalary wagty#, |
6909
|
|
|
|
|
|
|
}, |
6910
|
|
|
|
|
|
|
}, |
6911
|
|
|
|
|
|
|
'Singapore' => { |
6912
|
|
|
|
|
|
|
long => { |
6913
|
|
|
|
|
|
|
'standard' => q#Singapur wagty#, |
6914
|
|
|
|
|
|
|
}, |
6915
|
|
|
|
|
|
|
}, |
6916
|
|
|
|
|
|
|
'Solomon' => { |
6917
|
|
|
|
|
|
|
long => { |
6918
|
|
|
|
|
|
|
'standard' => q#Solomon adalary wagty#, |
6919
|
|
|
|
|
|
|
}, |
6920
|
|
|
|
|
|
|
}, |
6921
|
|
|
|
|
|
|
'South_Georgia' => { |
6922
|
|
|
|
|
|
|
long => { |
6923
|
|
|
|
|
|
|
'standard' => q#Günorta Georgiýa wagty#, |
6924
|
|
|
|
|
|
|
}, |
6925
|
|
|
|
|
|
|
}, |
6926
|
|
|
|
|
|
|
'Suriname' => { |
6927
|
|
|
|
|
|
|
long => { |
6928
|
|
|
|
|
|
|
'standard' => q#Surinam wagty#, |
6929
|
|
|
|
|
|
|
}, |
6930
|
|
|
|
|
|
|
}, |
6931
|
|
|
|
|
|
|
'Syowa' => { |
6932
|
|
|
|
|
|
|
long => { |
6933
|
|
|
|
|
|
|
'standard' => q#Sýowa wagty#, |
6934
|
|
|
|
|
|
|
}, |
6935
|
|
|
|
|
|
|
}, |
6936
|
|
|
|
|
|
|
'Tahiti' => { |
6937
|
|
|
|
|
|
|
long => { |
6938
|
|
|
|
|
|
|
'standard' => q#Taiti wagty#, |
6939
|
|
|
|
|
|
|
}, |
6940
|
|
|
|
|
|
|
}, |
6941
|
|
|
|
|
|
|
'Taipei' => { |
6942
|
|
|
|
|
|
|
long => { |
6943
|
|
|
|
|
|
|
'daylight' => q#Taýbeý tomusky wagty#, |
6944
|
|
|
|
|
|
|
'generic' => q#Taýbeý wagty#, |
6945
|
|
|
|
|
|
|
'standard' => q#Taýbeý standart wagty#, |
6946
|
|
|
|
|
|
|
}, |
6947
|
|
|
|
|
|
|
}, |
6948
|
|
|
|
|
|
|
'Tajikistan' => { |
6949
|
|
|
|
|
|
|
long => { |
6950
|
|
|
|
|
|
|
'standard' => q#Täjigistan wagty#, |
6951
|
|
|
|
|
|
|
}, |
6952
|
|
|
|
|
|
|
}, |
6953
|
|
|
|
|
|
|
'Tokelau' => { |
6954
|
|
|
|
|
|
|
long => { |
6955
|
|
|
|
|
|
|
'standard' => q#Tokelau wagty#, |
6956
|
|
|
|
|
|
|
}, |
6957
|
|
|
|
|
|
|
}, |
6958
|
|
|
|
|
|
|
'Tonga' => { |
6959
|
|
|
|
|
|
|
long => { |
6960
|
|
|
|
|
|
|
'daylight' => q#Tonga tomusky wagty#, |
6961
|
|
|
|
|
|
|
'generic' => q#Tonga wagty#, |
6962
|
|
|
|
|
|
|
'standard' => q#Tonga standart wagty#, |
6963
|
|
|
|
|
|
|
}, |
6964
|
|
|
|
|
|
|
}, |
6965
|
|
|
|
|
|
|
'Truk' => { |
6966
|
|
|
|
|
|
|
long => { |
6967
|
|
|
|
|
|
|
'standard' => q#Ãuuk wagty#, |
6968
|
|
|
|
|
|
|
}, |
6969
|
|
|
|
|
|
|
}, |
6970
|
|
|
|
|
|
|
'Turkmenistan' => { |
6971
|
|
|
|
|
|
|
long => { |
6972
|
|
|
|
|
|
|
'daylight' => q#Türkmenistan tomusky wagty#, |
6973
|
|
|
|
|
|
|
'generic' => q#Türkmenistan wagty#, |
6974
|
|
|
|
|
|
|
'standard' => q#Türkmenistan standart wagty#, |
6975
|
|
|
|
|
|
|
}, |
6976
|
|
|
|
|
|
|
short => { |
6977
|
|
|
|
|
|
|
'daylight' => q#TMST#, |
6978
|
|
|
|
|
|
|
'generic' => q#TMT#, |
6979
|
|
|
|
|
|
|
'standard' => q#TMT#, |
6980
|
|
|
|
|
|
|
}, |
6981
|
|
|
|
|
|
|
}, |
6982
|
|
|
|
|
|
|
'Tuvalu' => { |
6983
|
|
|
|
|
|
|
long => { |
6984
|
|
|
|
|
|
|
'standard' => q#Tuwalu wagty#, |
6985
|
|
|
|
|
|
|
}, |
6986
|
|
|
|
|
|
|
}, |
6987
|
|
|
|
|
|
|
'Uruguay' => { |
6988
|
|
|
|
|
|
|
long => { |
6989
|
|
|
|
|
|
|
'daylight' => q#Urugwaý tomusky wagty#, |
6990
|
|
|
|
|
|
|
'generic' => q#Urugwaý wagty#, |
6991
|
|
|
|
|
|
|
'standard' => q#Urugwaý standart wagty#, |
6992
|
|
|
|
|
|
|
}, |
6993
|
|
|
|
|
|
|
}, |
6994
|
|
|
|
|
|
|
'Uzbekistan' => { |
6995
|
|
|
|
|
|
|
long => { |
6996
|
|
|
|
|
|
|
'daylight' => q#Ãzbegistan tomusky wagty#, |
6997
|
|
|
|
|
|
|
'generic' => q#Ãzbegistan wagty#, |
6998
|
|
|
|
|
|
|
'standard' => q#Ãzbegistan standart wagty#, |
6999
|
|
|
|
|
|
|
}, |
7000
|
|
|
|
|
|
|
}, |
7001
|
|
|
|
|
|
|
'Vanuatu' => { |
7002
|
|
|
|
|
|
|
long => { |
7003
|
|
|
|
|
|
|
'daylight' => q#Wanuatu tomusky wagty#, |
7004
|
|
|
|
|
|
|
'generic' => q#Wanuatu wagty#, |
7005
|
|
|
|
|
|
|
'standard' => q#Wanuatu standart wagty#, |
7006
|
|
|
|
|
|
|
}, |
7007
|
|
|
|
|
|
|
}, |
7008
|
|
|
|
|
|
|
'Venezuela' => { |
7009
|
|
|
|
|
|
|
long => { |
7010
|
|
|
|
|
|
|
'standard' => q#Wenesuela wagty#, |
7011
|
|
|
|
|
|
|
}, |
7012
|
|
|
|
|
|
|
}, |
7013
|
|
|
|
|
|
|
'Vladivostok' => { |
7014
|
|
|
|
|
|
|
long => { |
7015
|
|
|
|
|
|
|
'daylight' => q#Wladiwostok tomusky wagty#, |
7016
|
|
|
|
|
|
|
'generic' => q#Wladiwostok wagty#, |
7017
|
|
|
|
|
|
|
'standard' => q#Wladiwostok standart wagty#, |
7018
|
|
|
|
|
|
|
}, |
7019
|
|
|
|
|
|
|
}, |
7020
|
|
|
|
|
|
|
'Volgograd' => { |
7021
|
|
|
|
|
|
|
long => { |
7022
|
|
|
|
|
|
|
'daylight' => q#Wolgograd tomusky wagty#, |
7023
|
|
|
|
|
|
|
'generic' => q#Wolgograd wagty#, |
7024
|
|
|
|
|
|
|
'standard' => q#Wolgograd standart wagty#, |
7025
|
|
|
|
|
|
|
}, |
7026
|
|
|
|
|
|
|
}, |
7027
|
|
|
|
|
|
|
'Vostok' => { |
7028
|
|
|
|
|
|
|
long => { |
7029
|
|
|
|
|
|
|
'standard' => q#Wostok wagty#, |
7030
|
|
|
|
|
|
|
}, |
7031
|
|
|
|
|
|
|
}, |
7032
|
|
|
|
|
|
|
'Wake' => { |
7033
|
|
|
|
|
|
|
long => { |
7034
|
|
|
|
|
|
|
'standard' => q#Weýk adasy wagty#, |
7035
|
|
|
|
|
|
|
}, |
7036
|
|
|
|
|
|
|
}, |
7037
|
|
|
|
|
|
|
'Wallis' => { |
7038
|
|
|
|
|
|
|
long => { |
7039
|
|
|
|
|
|
|
'standard' => q#Uollis we Futuna wagty#, |
7040
|
|
|
|
|
|
|
}, |
7041
|
|
|
|
|
|
|
}, |
7042
|
|
|
|
|
|
|
'Yakutsk' => { |
7043
|
|
|
|
|
|
|
long => { |
7044
|
|
|
|
|
|
|
'daylight' => q#Ãakutsk tomusky wagty#, |
7045
|
|
|
|
|
|
|
'generic' => q#Ãakutsk wagty#, |
7046
|
|
|
|
|
|
|
'standard' => q#Ãakutsk standart wagty#, |
7047
|
|
|
|
|
|
|
}, |
7048
|
|
|
|
|
|
|
}, |
7049
|
|
|
|
|
|
|
'Yekaterinburg' => { |
7050
|
|
|
|
|
|
|
long => { |
7051
|
|
|
|
|
|
|
'daylight' => q#Ãekaterinburg tomusky wagty#, |
7052
|
|
|
|
|
|
|
'generic' => q#Ãekaterinburg wagty#, |
7053
|
|
|
|
|
|
|
'standard' => q#Ãekaterinburg standart wagty#, |
7054
|
|
|
|
|
|
|
}, |
7055
|
|
|
|
|
|
|
}, |
7056
|
|
|
|
|
|
|
} } |
7057
|
|
|
|
|
|
|
); |
7058
|
1
|
|
|
1
|
|
19097
|
no Moo; |
|
1
|
|
|
|
|
3
|
|
|
1
|
|
|
|
|
10
|
|
7059
|
|
|
|
|
|
|
|
7060
|
|
|
|
|
|
|
1; |
7061
|
|
|
|
|
|
|
|
7062
|
|
|
|
|
|
|
# vim: tabstop=4 |