@commercetools-frontend/l10n 27.0.0 → 27.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/data/currencies/de.json +355 -163
- package/data/currencies/en.json +354 -162
- package/data/currencies/es.json +392 -200
- package/data/currencies/fr-FR.json +354 -162
- package/data/currencies/pt-BR.json +354 -162
- package/data/languages/de.json +7 -7
- package/data/languages/en.json +7 -7
- package/data/languages/es.json +7 -7
- package/data/languages/fr-FR.json +7 -7
- package/data/languages/pt-BR.json +7 -7
- package/dist/commercetools-frontend-l10n.cjs.dev.js +13 -12
- package/dist/commercetools-frontend-l10n.cjs.prod.js +13 -12
- package/dist/commercetools-frontend-l10n.esm.js +13 -12
- package/dist/{de-cabb1fa6.cjs.dev.js → de-01c9e752.cjs.prod.js} +355 -163
- package/dist/{de-a846d004.esm.js → de-5c1f72e0.esm.js} +355 -163
- package/dist/{de-2ff8958f.esm.js → de-66cc7886.esm.js} +7 -7
- package/dist/{de-3b92f2f0.cjs.prod.js → de-940cf7e4.cjs.dev.js} +355 -163
- package/dist/{de-389d94e2.cjs.dev.js → de-b51d171d.cjs.prod.js} +7 -7
- package/dist/{de-636e3d97.cjs.prod.js → de-b5f6ac6a.cjs.dev.js} +7 -7
- package/dist/declarations/src/currency-information.d.ts +1 -0
- package/dist/declarations/src/types.d.ts +1 -0
- package/dist/{en-e7e85084.cjs.dev.js → en-143aba99.cjs.dev.js} +7 -7
- package/dist/{en-a33b999a.cjs.prod.js → en-27c6bed3.cjs.prod.js} +354 -162
- package/dist/{en-114d9c70.esm.js → en-3dfe0e06.esm.js} +354 -162
- package/dist/{en-dd33a580.cjs.dev.js → en-6eaa5560.cjs.dev.js} +354 -162
- package/dist/{en-845c7549.esm.js → en-c7681994.esm.js} +7 -7
- package/dist/{en-f1792b3d.cjs.prod.js → en-e7e065c8.cjs.prod.js} +7 -7
- package/dist/es-452cc393.cjs.dev.js +846 -0
- package/dist/{es-eefa39e0.cjs.prod.js → es-488ebf98.cjs.prod.js} +7 -7
- package/dist/es-7f640e03.esm.js +844 -0
- package/dist/es-7fc7d431.cjs.prod.js +846 -0
- package/dist/{es-32f7bc96.esm.js → es-86b2bc38.esm.js} +7 -7
- package/dist/{es-790657d9.cjs.dev.js → es-d8405a14.cjs.dev.js} +7 -7
- package/dist/{fr-FR-c2e0027c.esm.js → fr-FR-11ba6ffe.esm.js} +7 -7
- package/dist/{fr-FR-06d6a3f4.cjs.dev.js → fr-FR-25d79189.cjs.dev.js} +354 -162
- package/dist/{fr-FR-42a1a059.esm.js → fr-FR-54480cf2.esm.js} +354 -162
- package/dist/{fr-FR-06e1e6e2.cjs.prod.js → fr-FR-8ea54e6c.cjs.dev.js} +7 -7
- package/dist/{fr-FR-b689c6d2.cjs.dev.js → fr-FR-98368a15.cjs.prod.js} +7 -7
- package/dist/{fr-FR-2ac6a985.cjs.prod.js → fr-FR-f86899f0.cjs.prod.js} +354 -162
- package/dist/{pt-BR-186676b4.cjs.prod.js → pt-BR-1e6d50fd.cjs.dev.js} +7 -7
- package/dist/{pt-BR-5cec8e04.cjs.dev.js → pt-BR-21c4de10.cjs.prod.js} +7 -7
- package/dist/{pt-BR-bf9aad03.cjs.dev.js → pt-BR-226cc1db.cjs.dev.js} +354 -162
- package/dist/{pt-BR-e32fe1fb.esm.js → pt-BR-3d33a863.esm.js} +354 -162
- package/dist/{pt-BR-ee41cc2f.esm.js → pt-BR-478bd70a.esm.js} +7 -7
- package/dist/{pt-BR-499a25f3.cjs.prod.js → pt-BR-ac777b2d.cjs.prod.js} +354 -162
- package/package.json +2 -2
- package/dist/es-47ef29f5.esm.js +0 -652
- package/dist/es-98d11980.cjs.dev.js +0 -654
- package/dist/es-e7423eff.cjs.prod.js +0 -654
|
@@ -3,651 +3,843 @@
|
|
|
3
3
|
var ptBR = {
|
|
4
4
|
AED: {
|
|
5
5
|
label: "Dirham dos Emirados Árabes Unidos",
|
|
6
|
-
symbol: "د.إ."
|
|
6
|
+
symbol: "د.إ.",
|
|
7
|
+
fractionDigits: 2
|
|
7
8
|
},
|
|
8
9
|
AFN: {
|
|
9
10
|
label: "Afegane afegão",
|
|
10
|
-
symbol: "؋"
|
|
11
|
+
symbol: "؋",
|
|
12
|
+
fractionDigits: 0
|
|
11
13
|
},
|
|
12
14
|
ALL: {
|
|
13
15
|
label: "Lek albanês",
|
|
14
|
-
symbol: "Lekë"
|
|
16
|
+
symbol: "Lekë",
|
|
17
|
+
fractionDigits: 0
|
|
15
18
|
},
|
|
16
19
|
AMD: {
|
|
17
20
|
label: "Dram armênio",
|
|
18
|
-
symbol: "֏"
|
|
21
|
+
symbol: "֏",
|
|
22
|
+
fractionDigits: 0
|
|
19
23
|
},
|
|
20
24
|
ANG: {
|
|
21
25
|
label: "Florim das Antilhas Holandesas",
|
|
22
|
-
symbol: "NAf."
|
|
26
|
+
symbol: "NAf.",
|
|
27
|
+
fractionDigits: 2
|
|
23
28
|
},
|
|
24
29
|
AOA: {
|
|
25
30
|
label: "Kwanza angolano",
|
|
26
|
-
symbol: "Kz"
|
|
31
|
+
symbol: "Kz",
|
|
32
|
+
fractionDigits: 2
|
|
27
33
|
},
|
|
28
34
|
ARS: {
|
|
29
35
|
label: "Peso argentino",
|
|
30
|
-
symbol: "$"
|
|
36
|
+
symbol: "$",
|
|
37
|
+
fractionDigits: 2
|
|
31
38
|
},
|
|
32
39
|
AUD: {
|
|
33
40
|
label: "Dólar australiano",
|
|
34
|
-
symbol: "$"
|
|
41
|
+
symbol: "$",
|
|
42
|
+
fractionDigits: 2
|
|
35
43
|
},
|
|
36
44
|
AWG: {
|
|
37
45
|
label: "Florim arubano",
|
|
38
|
-
symbol: "Afl."
|
|
46
|
+
symbol: "Afl.",
|
|
47
|
+
fractionDigits: 2
|
|
39
48
|
},
|
|
40
49
|
AZN: {
|
|
41
50
|
label: "Manat azeri",
|
|
42
|
-
symbol: "₼"
|
|
51
|
+
symbol: "₼",
|
|
52
|
+
fractionDigits: 2
|
|
43
53
|
},
|
|
44
54
|
BAM: {
|
|
45
55
|
label: "Marco conversível da Bósnia e Herzegovina",
|
|
46
|
-
symbol: "КМ"
|
|
56
|
+
symbol: "КМ",
|
|
57
|
+
fractionDigits: 2
|
|
47
58
|
},
|
|
48
59
|
BBD: {
|
|
49
60
|
label: "Dólar barbadense",
|
|
50
|
-
symbol: "$"
|
|
61
|
+
symbol: "$",
|
|
62
|
+
fractionDigits: 2
|
|
51
63
|
},
|
|
52
64
|
BDT: {
|
|
53
65
|
label: "Taka bengali",
|
|
54
|
-
symbol: "৳"
|
|
66
|
+
symbol: "৳",
|
|
67
|
+
fractionDigits: 2
|
|
55
68
|
},
|
|
56
69
|
BGN: {
|
|
57
70
|
label: "Lev búlgaro",
|
|
58
|
-
symbol: "лв."
|
|
71
|
+
symbol: "лв.",
|
|
72
|
+
fractionDigits: 2
|
|
59
73
|
},
|
|
60
74
|
BHD: {
|
|
61
75
|
label: "Dinar bareinita",
|
|
62
|
-
symbol: "د.ب."
|
|
76
|
+
symbol: "د.ب.",
|
|
77
|
+
fractionDigits: 3
|
|
63
78
|
},
|
|
64
79
|
BIF: {
|
|
65
80
|
label: "Franco burundiano",
|
|
66
|
-
symbol: "FBu"
|
|
81
|
+
symbol: "FBu",
|
|
82
|
+
fractionDigits: 0
|
|
67
83
|
},
|
|
68
84
|
BMD: {
|
|
69
85
|
label: "Dólar bermudense",
|
|
70
|
-
symbol: "$"
|
|
86
|
+
symbol: "$",
|
|
87
|
+
fractionDigits: 2
|
|
71
88
|
},
|
|
72
89
|
BND: {
|
|
73
90
|
label: "Dólar bruneano",
|
|
74
|
-
symbol: "$"
|
|
91
|
+
symbol: "$",
|
|
92
|
+
fractionDigits: 2
|
|
75
93
|
},
|
|
76
94
|
BOB: {
|
|
77
95
|
label: "Boliviano da Bolívia",
|
|
78
|
-
symbol: "Bs"
|
|
96
|
+
symbol: "Bs",
|
|
97
|
+
fractionDigits: 2
|
|
79
98
|
},
|
|
80
99
|
BOV: {
|
|
81
100
|
label: "Mvdol boliviano",
|
|
82
|
-
symbol: "BOV"
|
|
101
|
+
symbol: "BOV",
|
|
102
|
+
fractionDigits: 2
|
|
83
103
|
},
|
|
84
104
|
BRL: {
|
|
85
105
|
label: "Real brasileiro",
|
|
86
|
-
symbol: "R$"
|
|
106
|
+
symbol: "R$",
|
|
107
|
+
fractionDigits: 2
|
|
87
108
|
},
|
|
88
109
|
BSD: {
|
|
89
110
|
label: "Dólar bahamense",
|
|
90
|
-
symbol: "$"
|
|
111
|
+
symbol: "$",
|
|
112
|
+
fractionDigits: 2
|
|
91
113
|
},
|
|
92
114
|
BTN: {
|
|
93
115
|
label: "Ngultrum butanês",
|
|
94
|
-
symbol: "Nu."
|
|
116
|
+
symbol: "Nu.",
|
|
117
|
+
fractionDigits: 2
|
|
95
118
|
},
|
|
96
119
|
BWP: {
|
|
97
120
|
label: "Pula botsuanesa",
|
|
98
|
-
symbol: "P"
|
|
121
|
+
symbol: "P",
|
|
122
|
+
fractionDigits: 2
|
|
99
123
|
},
|
|
100
124
|
BYN: {
|
|
101
125
|
label: "Rublo bielorrusso",
|
|
102
|
-
symbol: "Br"
|
|
126
|
+
symbol: "Br",
|
|
127
|
+
fractionDigits: 2
|
|
103
128
|
},
|
|
104
129
|
BZD: {
|
|
105
130
|
label: "Dólar belizenho",
|
|
106
|
-
symbol: "$"
|
|
131
|
+
symbol: "$",
|
|
132
|
+
fractionDigits: 2
|
|
107
133
|
},
|
|
108
134
|
CAD: {
|
|
109
135
|
label: "Dólar canadense",
|
|
110
|
-
symbol: "$"
|
|
136
|
+
symbol: "$",
|
|
137
|
+
fractionDigits: 2
|
|
111
138
|
},
|
|
112
139
|
CDF: {
|
|
113
140
|
label: "Franco congolês",
|
|
114
|
-
symbol: "FC"
|
|
141
|
+
symbol: "FC",
|
|
142
|
+
fractionDigits: 2
|
|
115
143
|
},
|
|
116
144
|
CHE: {
|
|
117
145
|
label: "Euro WIR",
|
|
118
|
-
symbol: "CHE"
|
|
146
|
+
symbol: "CHE",
|
|
147
|
+
fractionDigits: 2
|
|
119
148
|
},
|
|
120
149
|
CHF: {
|
|
121
150
|
label: "Franco suíço",
|
|
122
|
-
symbol: "CHF"
|
|
151
|
+
symbol: "CHF",
|
|
152
|
+
fractionDigits: 2
|
|
123
153
|
},
|
|
124
154
|
CHW: {
|
|
125
155
|
label: "Franco WIR",
|
|
126
|
-
symbol: "CHW"
|
|
156
|
+
symbol: "CHW",
|
|
157
|
+
fractionDigits: 2
|
|
127
158
|
},
|
|
128
159
|
CLF: {
|
|
129
160
|
label: "Unidades de Fomento chilenas",
|
|
130
|
-
symbol: "CLF"
|
|
161
|
+
symbol: "CLF",
|
|
162
|
+
fractionDigits: 4
|
|
131
163
|
},
|
|
132
164
|
CLP: {
|
|
133
165
|
label: "Peso chileno",
|
|
134
|
-
symbol: "$"
|
|
166
|
+
symbol: "$",
|
|
167
|
+
fractionDigits: 0
|
|
135
168
|
},
|
|
136
169
|
CNH: {
|
|
137
170
|
label: "Yuan chinês (offshore)",
|
|
138
|
-
symbol: "CNH"
|
|
171
|
+
symbol: "CNH",
|
|
172
|
+
fractionDigits: 2
|
|
139
173
|
},
|
|
140
174
|
CNY: {
|
|
141
175
|
label: "Yuan chinês",
|
|
142
|
-
symbol: "¥"
|
|
176
|
+
symbol: "¥",
|
|
177
|
+
fractionDigits: 2
|
|
143
178
|
},
|
|
144
179
|
COP: {
|
|
145
180
|
label: "Peso colombiano",
|
|
146
|
-
symbol: "$"
|
|
181
|
+
symbol: "$",
|
|
182
|
+
fractionDigits: 0
|
|
147
183
|
},
|
|
148
184
|
COU: {
|
|
149
185
|
label: "Unidade de Valor Real",
|
|
150
|
-
symbol: "COU"
|
|
186
|
+
symbol: "COU",
|
|
187
|
+
fractionDigits: 2
|
|
151
188
|
},
|
|
152
189
|
CRC: {
|
|
153
190
|
label: "Colón costarriquenho",
|
|
154
|
-
symbol: "₡"
|
|
191
|
+
symbol: "₡",
|
|
192
|
+
fractionDigits: 2
|
|
155
193
|
},
|
|
156
194
|
CUC: {
|
|
157
195
|
label: "Peso cubano conversível",
|
|
158
|
-
symbol: "CUC"
|
|
196
|
+
symbol: "CUC",
|
|
197
|
+
fractionDigits: 2
|
|
159
198
|
},
|
|
160
199
|
CUP: {
|
|
161
200
|
label: "Peso cubano",
|
|
162
|
-
symbol: "$"
|
|
201
|
+
symbol: "$",
|
|
202
|
+
fractionDigits: 2
|
|
163
203
|
},
|
|
164
204
|
CVE: {
|
|
165
205
|
label: "Escudo cabo-verdiano",
|
|
166
|
-
symbol: ""
|
|
206
|
+
symbol: "",
|
|
207
|
+
fractionDigits: 2
|
|
167
208
|
},
|
|
168
209
|
CZK: {
|
|
169
210
|
label: "Coroa tcheca",
|
|
170
|
-
symbol: "Kč"
|
|
211
|
+
symbol: "Kč",
|
|
212
|
+
fractionDigits: 2
|
|
213
|
+
},
|
|
214
|
+
CZK0: {
|
|
215
|
+
label: "Coroa tcheca - Não ISO (0 decimais)",
|
|
216
|
+
symbol: "Kč",
|
|
217
|
+
fractionDigits: 0
|
|
171
218
|
},
|
|
172
219
|
DJF: {
|
|
173
220
|
label: "Franco djiboutiano",
|
|
174
|
-
symbol: "Fdj"
|
|
221
|
+
symbol: "Fdj",
|
|
222
|
+
fractionDigits: 0
|
|
175
223
|
},
|
|
176
224
|
DKK: {
|
|
177
225
|
label: "Coroa dinamarquesa",
|
|
178
|
-
symbol: "kr."
|
|
226
|
+
symbol: "kr.",
|
|
227
|
+
fractionDigits: 2
|
|
179
228
|
},
|
|
180
229
|
DOP: {
|
|
181
230
|
label: "Peso dominicano",
|
|
182
|
-
symbol: "RD$"
|
|
231
|
+
symbol: "RD$",
|
|
232
|
+
fractionDigits: 2
|
|
183
233
|
},
|
|
184
234
|
DZD: {
|
|
185
235
|
label: "Dinar argelino",
|
|
186
|
-
symbol: "د.ج."
|
|
236
|
+
symbol: "د.ج.",
|
|
237
|
+
fractionDigits: 2
|
|
187
238
|
},
|
|
188
239
|
EGP: {
|
|
189
240
|
label: "Libra egípcia",
|
|
190
|
-
symbol: "ج.م."
|
|
241
|
+
symbol: "ج.م.",
|
|
242
|
+
fractionDigits: 2
|
|
191
243
|
},
|
|
192
244
|
ERN: {
|
|
193
245
|
label: "Nakfa da Eritreia",
|
|
194
|
-
symbol: "Nfk"
|
|
246
|
+
symbol: "Nfk",
|
|
247
|
+
fractionDigits: 2
|
|
195
248
|
},
|
|
196
249
|
ETB: {
|
|
197
250
|
label: "Birr etíope",
|
|
198
|
-
symbol: "ብር"
|
|
251
|
+
symbol: "ብር",
|
|
252
|
+
fractionDigits: 2
|
|
199
253
|
},
|
|
200
254
|
EUR: {
|
|
201
255
|
label: "Euro",
|
|
202
|
-
symbol: "€"
|
|
256
|
+
symbol: "€",
|
|
257
|
+
fractionDigits: 2
|
|
203
258
|
},
|
|
204
259
|
FJD: {
|
|
205
260
|
label: "Dólar fijiano",
|
|
206
|
-
symbol: "$"
|
|
261
|
+
symbol: "$",
|
|
262
|
+
fractionDigits: 2
|
|
207
263
|
},
|
|
208
264
|
FKP: {
|
|
209
265
|
label: "Libra malvinense",
|
|
210
|
-
symbol: "£"
|
|
266
|
+
symbol: "£",
|
|
267
|
+
fractionDigits: 2
|
|
211
268
|
},
|
|
212
269
|
GBP: {
|
|
213
270
|
label: "Libra esterlina",
|
|
214
|
-
symbol: "£"
|
|
271
|
+
symbol: "£",
|
|
272
|
+
fractionDigits: 2
|
|
215
273
|
},
|
|
216
274
|
GEL: {
|
|
217
275
|
label: "Lari georgiano",
|
|
218
|
-
symbol: "₾"
|
|
276
|
+
symbol: "₾",
|
|
277
|
+
fractionDigits: 2
|
|
219
278
|
},
|
|
220
279
|
GHS: {
|
|
221
280
|
label: "Cedi ganês",
|
|
222
|
-
symbol: "GH₵"
|
|
281
|
+
symbol: "GH₵",
|
|
282
|
+
fractionDigits: 2
|
|
223
283
|
},
|
|
224
284
|
GIP: {
|
|
225
285
|
label: "Libra de Gibraltar",
|
|
226
|
-
symbol: "£"
|
|
286
|
+
symbol: "£",
|
|
287
|
+
fractionDigits: 2
|
|
227
288
|
},
|
|
228
289
|
GMD: {
|
|
229
290
|
label: "Dalasi gambiano",
|
|
230
|
-
symbol: "D"
|
|
291
|
+
symbol: "D",
|
|
292
|
+
fractionDigits: 2
|
|
231
293
|
},
|
|
232
294
|
GNF: {
|
|
233
295
|
label: "Franco guineano",
|
|
234
|
-
symbol: "FG"
|
|
296
|
+
symbol: "FG",
|
|
297
|
+
fractionDigits: 0
|
|
235
298
|
},
|
|
236
299
|
GTQ: {
|
|
237
300
|
label: "Quetzal guatemalteco",
|
|
238
|
-
symbol: "Q"
|
|
301
|
+
symbol: "Q",
|
|
302
|
+
fractionDigits: 2
|
|
239
303
|
},
|
|
240
304
|
GYD: {
|
|
241
305
|
label: "Dólar guianense",
|
|
242
|
-
symbol: "$"
|
|
306
|
+
symbol: "$",
|
|
307
|
+
fractionDigits: 0
|
|
243
308
|
},
|
|
244
309
|
HKD: {
|
|
245
310
|
label: "Dólar de Hong Kong",
|
|
246
|
-
symbol: "HK$"
|
|
311
|
+
symbol: "HK$",
|
|
312
|
+
fractionDigits: 2
|
|
247
313
|
},
|
|
248
314
|
HNL: {
|
|
249
315
|
label: "Lempira hondurenha",
|
|
250
|
-
symbol: "L"
|
|
316
|
+
symbol: "L",
|
|
317
|
+
fractionDigits: 2
|
|
251
318
|
},
|
|
252
319
|
HRK: {
|
|
253
320
|
label: "Kuna croata",
|
|
254
|
-
symbol: "HRK"
|
|
321
|
+
symbol: "HRK",
|
|
322
|
+
fractionDigits: 2
|
|
255
323
|
},
|
|
256
324
|
HTG: {
|
|
257
325
|
label: "Gourde haitiano",
|
|
258
|
-
symbol: "G"
|
|
326
|
+
symbol: "G",
|
|
327
|
+
fractionDigits: 2
|
|
259
328
|
},
|
|
260
329
|
HUF: {
|
|
261
330
|
label: "Florim húngaro",
|
|
262
|
-
symbol: "Ft"
|
|
331
|
+
symbol: "Ft",
|
|
332
|
+
fractionDigits: 2
|
|
333
|
+
},
|
|
334
|
+
HUF0: {
|
|
335
|
+
label: "Florim húngaro - Não ISO (0 decimais)",
|
|
336
|
+
symbol: "Ft",
|
|
337
|
+
fractionDigits: 0
|
|
263
338
|
},
|
|
264
339
|
IDR: {
|
|
265
340
|
label: "Rupia indonésia",
|
|
266
|
-
symbol: "Rp"
|
|
341
|
+
symbol: "Rp",
|
|
342
|
+
fractionDigits: 0
|
|
267
343
|
},
|
|
268
344
|
ILS: {
|
|
269
345
|
label: "Novo shekel israelense",
|
|
270
|
-
symbol: "₪"
|
|
346
|
+
symbol: "₪",
|
|
347
|
+
fractionDigits: 2
|
|
348
|
+
},
|
|
349
|
+
ILS0: {
|
|
350
|
+
label: "Novo shekel israelense - Não ISO (0 decimais)",
|
|
351
|
+
symbol: "₪",
|
|
352
|
+
fractionDigits: 0
|
|
271
353
|
},
|
|
272
354
|
INR: {
|
|
273
355
|
label: "Rupia indiana",
|
|
274
|
-
symbol: "₹"
|
|
356
|
+
symbol: "₹",
|
|
357
|
+
fractionDigits: 2
|
|
275
358
|
},
|
|
276
359
|
IQD: {
|
|
277
360
|
label: "Dinar iraquiano",
|
|
278
|
-
symbol: "د.ع."
|
|
361
|
+
symbol: "د.ع.",
|
|
362
|
+
fractionDigits: 0
|
|
279
363
|
},
|
|
280
364
|
IRR: {
|
|
281
365
|
label: "Rial iraniano",
|
|
282
|
-
symbol: "IRR"
|
|
366
|
+
symbol: "IRR",
|
|
367
|
+
fractionDigits: 0
|
|
283
368
|
},
|
|
284
369
|
ISK: {
|
|
285
370
|
label: "Coroa islandesa",
|
|
286
|
-
symbol: "ISK"
|
|
371
|
+
symbol: "ISK",
|
|
372
|
+
fractionDigits: 0
|
|
287
373
|
},
|
|
288
374
|
JMD: {
|
|
289
375
|
label: "Dólar jamaicano",
|
|
290
|
-
symbol: "$"
|
|
376
|
+
symbol: "$",
|
|
377
|
+
fractionDigits: 2
|
|
291
378
|
},
|
|
292
379
|
JOD: {
|
|
293
380
|
label: "Dinar jordaniano",
|
|
294
|
-
symbol: "د.أ."
|
|
381
|
+
symbol: "د.أ.",
|
|
382
|
+
fractionDigits: 3
|
|
295
383
|
},
|
|
296
384
|
JPY: {
|
|
297
385
|
label: "Iene japonês",
|
|
298
|
-
symbol: "¥"
|
|
386
|
+
symbol: "¥",
|
|
387
|
+
fractionDigits: 0
|
|
299
388
|
},
|
|
300
389
|
KES: {
|
|
301
390
|
label: "Xelim queniano",
|
|
302
|
-
symbol: "Ksh"
|
|
391
|
+
symbol: "Ksh",
|
|
392
|
+
fractionDigits: 2
|
|
303
393
|
},
|
|
304
394
|
KGS: {
|
|
305
395
|
label: "Som quirguiz",
|
|
306
|
-
symbol: "сом"
|
|
396
|
+
symbol: "сом",
|
|
397
|
+
fractionDigits: 2
|
|
307
398
|
},
|
|
308
399
|
KHR: {
|
|
309
400
|
label: "Riel cambojano",
|
|
310
|
-
symbol: "៛"
|
|
401
|
+
symbol: "៛",
|
|
402
|
+
fractionDigits: 2
|
|
311
403
|
},
|
|
312
404
|
KMF: {
|
|
313
405
|
label: "Franco comoriano",
|
|
314
|
-
symbol: "CF"
|
|
406
|
+
symbol: "CF",
|
|
407
|
+
fractionDigits: 0
|
|
315
408
|
},
|
|
316
409
|
KPW: {
|
|
317
410
|
label: "Won norte-coreano",
|
|
318
|
-
symbol: "KPW"
|
|
411
|
+
symbol: "KPW",
|
|
412
|
+
fractionDigits: 0
|
|
319
413
|
},
|
|
320
414
|
KRW: {
|
|
321
415
|
label: "Won sul-coreano",
|
|
322
|
-
symbol: "₩"
|
|
416
|
+
symbol: "₩",
|
|
417
|
+
fractionDigits: 0
|
|
323
418
|
},
|
|
324
419
|
KWD: {
|
|
325
420
|
label: "Dinar kuwaitiano",
|
|
326
|
-
symbol: "د.ك."
|
|
421
|
+
symbol: "د.ك.",
|
|
422
|
+
fractionDigits: 3
|
|
327
423
|
},
|
|
328
424
|
KYD: {
|
|
329
425
|
label: "Dólar das Ilhas Cayman",
|
|
330
|
-
symbol: "$"
|
|
426
|
+
symbol: "$",
|
|
427
|
+
fractionDigits: 2
|
|
331
428
|
},
|
|
332
429
|
KZT: {
|
|
333
430
|
label: "Tenge cazaque",
|
|
334
|
-
symbol: "₸"
|
|
431
|
+
symbol: "₸",
|
|
432
|
+
fractionDigits: 2
|
|
433
|
+
},
|
|
434
|
+
KZT0: {
|
|
435
|
+
label: "Tenge cazaque - Não ISO (0 decimais)",
|
|
436
|
+
symbol: "₸",
|
|
437
|
+
fractionDigits: 0
|
|
335
438
|
},
|
|
336
439
|
LAK: {
|
|
337
440
|
label: "Kip laosiano",
|
|
338
|
-
symbol: "₭"
|
|
441
|
+
symbol: "₭",
|
|
442
|
+
fractionDigits: 0
|
|
339
443
|
},
|
|
340
444
|
LBP: {
|
|
341
445
|
label: "Libra libanesa",
|
|
342
|
-
symbol: "ل.ل."
|
|
446
|
+
symbol: "ل.ل.",
|
|
447
|
+
fractionDigits: 0
|
|
343
448
|
},
|
|
344
449
|
LKR: {
|
|
345
450
|
label: "Rupia cingalesa",
|
|
346
|
-
symbol: "රු."
|
|
451
|
+
symbol: "රු.",
|
|
452
|
+
fractionDigits: 2
|
|
347
453
|
},
|
|
348
454
|
LRD: {
|
|
349
455
|
label: "Dólar liberiano",
|
|
350
|
-
symbol: "$"
|
|
456
|
+
symbol: "$",
|
|
457
|
+
fractionDigits: 2
|
|
351
458
|
},
|
|
352
459
|
LSL: {
|
|
353
460
|
label: "Loti lesotiano",
|
|
354
|
-
symbol: "LSL"
|
|
461
|
+
symbol: "LSL",
|
|
462
|
+
fractionDigits: 2
|
|
355
463
|
},
|
|
356
464
|
LYD: {
|
|
357
465
|
label: "Dinar líbio",
|
|
358
|
-
symbol: "د.ل."
|
|
466
|
+
symbol: "د.ل.",
|
|
467
|
+
fractionDigits: 3
|
|
359
468
|
},
|
|
360
469
|
MAD: {
|
|
361
470
|
label: "Dirham marroquino",
|
|
362
|
-
symbol: "د.م."
|
|
471
|
+
symbol: "د.م.",
|
|
472
|
+
fractionDigits: 2
|
|
363
473
|
},
|
|
364
474
|
MDL: {
|
|
365
475
|
label: "Leu moldávio",
|
|
366
|
-
symbol: "L"
|
|
476
|
+
symbol: "L",
|
|
477
|
+
fractionDigits: 2
|
|
367
478
|
},
|
|
368
479
|
MGA: {
|
|
369
480
|
label: "Ariary malgaxe",
|
|
370
|
-
symbol: "Ar"
|
|
481
|
+
symbol: "Ar",
|
|
482
|
+
fractionDigits: 0
|
|
371
483
|
},
|
|
372
484
|
MKD: {
|
|
373
485
|
label: "Dinar macedônio",
|
|
374
|
-
symbol: "ден"
|
|
486
|
+
symbol: "ден",
|
|
487
|
+
fractionDigits: 2
|
|
375
488
|
},
|
|
376
489
|
MMK: {
|
|
377
490
|
label: "Quiate mianmarense",
|
|
378
|
-
symbol: "K"
|
|
491
|
+
symbol: "K",
|
|
492
|
+
fractionDigits: 0
|
|
379
493
|
},
|
|
380
494
|
MNT: {
|
|
381
495
|
label: "Tugrik mongol",
|
|
382
|
-
symbol: "₮"
|
|
496
|
+
symbol: "₮",
|
|
497
|
+
fractionDigits: 0
|
|
383
498
|
},
|
|
384
499
|
MOP: {
|
|
385
500
|
label: "Pataca macaense",
|
|
386
|
-
symbol: "MOP$"
|
|
501
|
+
symbol: "MOP$",
|
|
502
|
+
fractionDigits: 2
|
|
387
503
|
},
|
|
388
504
|
MRO: {
|
|
389
505
|
label: "Ouguiya mauritana (1973–2017)",
|
|
390
|
-
symbol: "أ.م."
|
|
506
|
+
symbol: "أ.م.",
|
|
507
|
+
fractionDigits: 0
|
|
391
508
|
},
|
|
392
509
|
MUR: {
|
|
393
510
|
label: "Rupia mauriciana",
|
|
394
|
-
symbol: "Rs"
|
|
511
|
+
symbol: "Rs",
|
|
512
|
+
fractionDigits: 0
|
|
395
513
|
},
|
|
396
514
|
MWK: {
|
|
397
515
|
label: "Kwacha malauiana",
|
|
398
|
-
symbol: "MK"
|
|
516
|
+
symbol: "MK",
|
|
517
|
+
fractionDigits: 2
|
|
399
518
|
},
|
|
400
519
|
MXN: {
|
|
401
520
|
label: "Peso mexicano",
|
|
402
|
-
symbol: "$"
|
|
521
|
+
symbol: "$",
|
|
522
|
+
fractionDigits: 2
|
|
403
523
|
},
|
|
404
524
|
MXV: {
|
|
405
525
|
label: "Unidade Mexicana de Investimento (UDI)",
|
|
406
|
-
symbol: "MXV"
|
|
526
|
+
symbol: "MXV",
|
|
527
|
+
fractionDigits: 2
|
|
407
528
|
},
|
|
408
529
|
MYR: {
|
|
409
530
|
label: "Ringgit malaio",
|
|
410
|
-
symbol: "RM"
|
|
531
|
+
symbol: "RM",
|
|
532
|
+
fractionDigits: 2
|
|
411
533
|
},
|
|
412
534
|
MZN: {
|
|
413
535
|
label: "Metical moçambicano",
|
|
414
|
-
symbol: "MTn"
|
|
536
|
+
symbol: "MTn",
|
|
537
|
+
fractionDigits: 2
|
|
415
538
|
},
|
|
416
539
|
NAD: {
|
|
417
540
|
label: "Dólar namibiano",
|
|
418
|
-
symbol: "$"
|
|
541
|
+
symbol: "$",
|
|
542
|
+
fractionDigits: 2
|
|
419
543
|
},
|
|
420
544
|
NGN: {
|
|
421
545
|
label: "Naira nigeriana",
|
|
422
|
-
symbol: "₦"
|
|
546
|
+
symbol: "₦",
|
|
547
|
+
fractionDigits: 2
|
|
423
548
|
},
|
|
424
549
|
NIO: {
|
|
425
550
|
label: "Córdoba nicaraguense",
|
|
426
|
-
symbol: "C$"
|
|
551
|
+
symbol: "C$",
|
|
552
|
+
fractionDigits: 2
|
|
427
553
|
},
|
|
428
554
|
NOK: {
|
|
429
555
|
label: "Coroa norueguesa",
|
|
430
|
-
symbol: "kr"
|
|
556
|
+
symbol: "kr",
|
|
557
|
+
fractionDigits: 2
|
|
431
558
|
},
|
|
432
559
|
NPR: {
|
|
433
560
|
label: "Rupia nepalesa",
|
|
434
|
-
symbol: "नेरू"
|
|
561
|
+
symbol: "नेरू",
|
|
562
|
+
fractionDigits: 2
|
|
435
563
|
},
|
|
436
564
|
NZD: {
|
|
437
565
|
label: "Dólar neozelandês",
|
|
438
|
-
symbol: "$"
|
|
566
|
+
symbol: "$",
|
|
567
|
+
fractionDigits: 2
|
|
439
568
|
},
|
|
440
569
|
OMR: {
|
|
441
570
|
label: "Rial omanense",
|
|
442
|
-
symbol: "ر.ع."
|
|
571
|
+
symbol: "ر.ع.",
|
|
572
|
+
fractionDigits: 3
|
|
443
573
|
},
|
|
444
574
|
PAB: {
|
|
445
575
|
label: "Balboa panamenho",
|
|
446
|
-
symbol: "B/."
|
|
576
|
+
symbol: "B/.",
|
|
577
|
+
fractionDigits: 2
|
|
447
578
|
},
|
|
448
579
|
PEN: {
|
|
449
580
|
label: "Novo sol peruano",
|
|
450
|
-
symbol: "S/"
|
|
581
|
+
symbol: "S/",
|
|
582
|
+
fractionDigits: 2
|
|
451
583
|
},
|
|
452
584
|
PGK: {
|
|
453
585
|
label: "Kina papuásia",
|
|
454
|
-
symbol: "K"
|
|
586
|
+
symbol: "K",
|
|
587
|
+
fractionDigits: 2
|
|
455
588
|
},
|
|
456
589
|
PHP: {
|
|
457
590
|
label: "Peso filipino",
|
|
458
|
-
symbol: "₱"
|
|
591
|
+
symbol: "₱",
|
|
592
|
+
fractionDigits: 2
|
|
459
593
|
},
|
|
460
594
|
PKR: {
|
|
461
595
|
label: "Rupia paquistanesa",
|
|
462
|
-
symbol: "Rs"
|
|
596
|
+
symbol: "Rs",
|
|
597
|
+
fractionDigits: 0
|
|
463
598
|
},
|
|
464
599
|
PLN: {
|
|
465
600
|
label: "Zloty polonês",
|
|
466
|
-
symbol: "zł"
|
|
601
|
+
symbol: "zł",
|
|
602
|
+
fractionDigits: 2
|
|
467
603
|
},
|
|
468
604
|
PYG: {
|
|
469
605
|
label: "Guarani paraguaio",
|
|
470
|
-
symbol: "Gs."
|
|
606
|
+
symbol: "Gs.",
|
|
607
|
+
fractionDigits: 0
|
|
471
608
|
},
|
|
472
609
|
QAR: {
|
|
473
610
|
label: "Rial catariano",
|
|
474
|
-
symbol: "ر.ق."
|
|
611
|
+
symbol: "ر.ق.",
|
|
612
|
+
fractionDigits: 2
|
|
475
613
|
},
|
|
476
614
|
RON: {
|
|
477
615
|
label: "Leu romeno",
|
|
478
|
-
symbol: "RON"
|
|
616
|
+
symbol: "RON",
|
|
617
|
+
fractionDigits: 2
|
|
479
618
|
},
|
|
480
619
|
RSD: {
|
|
481
620
|
label: "Dinar sérvio",
|
|
482
|
-
symbol: "RSD"
|
|
621
|
+
symbol: "RSD",
|
|
622
|
+
fractionDigits: 0
|
|
483
623
|
},
|
|
484
624
|
RUB: {
|
|
485
625
|
label: "Rublo russo",
|
|
486
|
-
symbol: "₽"
|
|
626
|
+
symbol: "₽",
|
|
627
|
+
fractionDigits: 2
|
|
487
628
|
},
|
|
488
629
|
RWF: {
|
|
489
630
|
label: "Franco ruandês",
|
|
490
|
-
symbol: "RF"
|
|
631
|
+
symbol: "RF",
|
|
632
|
+
fractionDigits: 0
|
|
491
633
|
},
|
|
492
634
|
SAR: {
|
|
493
635
|
label: "Riyal saudita",
|
|
494
|
-
symbol: "ر.س."
|
|
636
|
+
symbol: "ر.س.",
|
|
637
|
+
fractionDigits: 2
|
|
495
638
|
},
|
|
496
639
|
SBD: {
|
|
497
640
|
label: "Dólar das Ilhas Salomão",
|
|
498
|
-
symbol: "$"
|
|
641
|
+
symbol: "$",
|
|
642
|
+
fractionDigits: 2
|
|
499
643
|
},
|
|
500
644
|
SCR: {
|
|
501
645
|
label: "Rupia seichelense",
|
|
502
|
-
symbol: "SR"
|
|
646
|
+
symbol: "SR",
|
|
647
|
+
fractionDigits: 2
|
|
503
648
|
},
|
|
504
649
|
SDG: {
|
|
505
650
|
label: "Libra sudanesa",
|
|
506
|
-
symbol: "ج.س."
|
|
651
|
+
symbol: "ج.س.",
|
|
652
|
+
fractionDigits: 2
|
|
507
653
|
},
|
|
508
654
|
SEK: {
|
|
509
655
|
label: "Coroa sueca",
|
|
510
|
-
symbol: "kr"
|
|
656
|
+
symbol: "kr",
|
|
657
|
+
fractionDigits: 2
|
|
511
658
|
},
|
|
512
659
|
SGD: {
|
|
513
660
|
label: "Dólar singapuriano",
|
|
514
|
-
symbol: "$"
|
|
661
|
+
symbol: "$",
|
|
662
|
+
fractionDigits: 2
|
|
515
663
|
},
|
|
516
664
|
SHP: {
|
|
517
665
|
label: "Libra de Santa Helena",
|
|
518
|
-
symbol: "£"
|
|
666
|
+
symbol: "£",
|
|
667
|
+
fractionDigits: 2
|
|
519
668
|
},
|
|
520
669
|
SLL: {
|
|
521
670
|
label: "Leone de Serra Leoa (1964—2022)",
|
|
522
|
-
symbol: "Le"
|
|
671
|
+
symbol: "Le",
|
|
672
|
+
fractionDigits: 0
|
|
523
673
|
},
|
|
524
674
|
SOS: {
|
|
525
675
|
label: "Xelim somali",
|
|
526
|
-
symbol: "S"
|
|
676
|
+
symbol: "S",
|
|
677
|
+
fractionDigits: 0
|
|
527
678
|
},
|
|
528
679
|
SRD: {
|
|
529
680
|
label: "Dólar surinamês",
|
|
530
|
-
symbol: "$"
|
|
681
|
+
symbol: "$",
|
|
682
|
+
fractionDigits: 2
|
|
531
683
|
},
|
|
532
684
|
SSP: {
|
|
533
685
|
label: "Libra sul-sudanesa",
|
|
534
|
-
symbol: "£"
|
|
686
|
+
symbol: "£",
|
|
687
|
+
fractionDigits: 2
|
|
535
688
|
},
|
|
536
689
|
STN: {
|
|
537
690
|
label: "Dobra de São Tomé e Príncipe",
|
|
538
|
-
symbol: "STN"
|
|
691
|
+
symbol: "STN",
|
|
692
|
+
fractionDigits: 2
|
|
539
693
|
},
|
|
540
694
|
SYP: {
|
|
541
695
|
label: "Libra síria",
|
|
542
|
-
symbol: "ل.س."
|
|
696
|
+
symbol: "ل.س.",
|
|
697
|
+
fractionDigits: 0
|
|
543
698
|
},
|
|
544
699
|
SZL: {
|
|
545
700
|
label: "Lilangeni suazi",
|
|
546
|
-
symbol: "E"
|
|
701
|
+
symbol: "E",
|
|
702
|
+
fractionDigits: 2
|
|
547
703
|
},
|
|
548
704
|
THB: {
|
|
549
705
|
label: "Baht tailandês",
|
|
550
|
-
symbol: "THB"
|
|
706
|
+
symbol: "THB",
|
|
707
|
+
fractionDigits: 2
|
|
551
708
|
},
|
|
552
709
|
TJS: {
|
|
553
710
|
label: "Somoni tadjique",
|
|
554
|
-
symbol: "сом."
|
|
711
|
+
symbol: "сом.",
|
|
712
|
+
fractionDigits: 2
|
|
555
713
|
},
|
|
556
714
|
TND: {
|
|
557
715
|
label: "Dinar tunisiano",
|
|
558
|
-
symbol: "د.ت."
|
|
716
|
+
symbol: "د.ت.",
|
|
717
|
+
fractionDigits: 3
|
|
559
718
|
},
|
|
560
719
|
TOP: {
|
|
561
720
|
label: "Paʻanga tonganesa",
|
|
562
|
-
symbol: "T$"
|
|
721
|
+
symbol: "T$",
|
|
722
|
+
fractionDigits: 2
|
|
563
723
|
},
|
|
564
724
|
TRY: {
|
|
565
725
|
label: "Lira turca",
|
|
566
|
-
symbol: "₺"
|
|
726
|
+
symbol: "₺",
|
|
727
|
+
fractionDigits: 2
|
|
728
|
+
},
|
|
729
|
+
TRY0: {
|
|
730
|
+
label: "Lira turca - Não ISO (0 decimais)",
|
|
731
|
+
symbol: "₺",
|
|
732
|
+
fractionDigits: 0
|
|
567
733
|
},
|
|
568
734
|
TTD: {
|
|
569
735
|
label: "Dólar de Trinidad e Tobago",
|
|
570
|
-
symbol: "$"
|
|
736
|
+
symbol: "$",
|
|
737
|
+
fractionDigits: 2
|
|
571
738
|
},
|
|
572
739
|
TWD: {
|
|
573
740
|
label: "Novo dólar taiwanês",
|
|
574
|
-
symbol: "$"
|
|
741
|
+
symbol: "$",
|
|
742
|
+
fractionDigits: 2
|
|
743
|
+
},
|
|
744
|
+
TWD0: {
|
|
745
|
+
label: "Novo dólar taiwanês - Não ISO (0 decimais)",
|
|
746
|
+
symbol: "$",
|
|
747
|
+
fractionDigits: 0
|
|
575
748
|
},
|
|
576
749
|
TZS: {
|
|
577
750
|
label: "Xelim tanzaniano",
|
|
578
|
-
symbol: "TSh"
|
|
751
|
+
symbol: "TSh",
|
|
752
|
+
fractionDigits: 0
|
|
579
753
|
},
|
|
580
754
|
UAH: {
|
|
581
755
|
label: "Hryvnia ucraniano",
|
|
582
|
-
symbol: "₴"
|
|
756
|
+
symbol: "₴",
|
|
757
|
+
fractionDigits: 2
|
|
583
758
|
},
|
|
584
759
|
UGX: {
|
|
585
760
|
label: "Xelim ugandense",
|
|
586
|
-
symbol: "USh"
|
|
761
|
+
symbol: "USh",
|
|
762
|
+
fractionDigits: 0
|
|
587
763
|
},
|
|
588
764
|
USD: {
|
|
589
765
|
label: "Dólar americano",
|
|
590
|
-
symbol: "$"
|
|
766
|
+
symbol: "$",
|
|
767
|
+
fractionDigits: 2
|
|
591
768
|
},
|
|
592
769
|
USN: {
|
|
593
770
|
label: "Dólar norte-americano (Dia seguinte)",
|
|
594
|
-
symbol: "USN"
|
|
771
|
+
symbol: "USN",
|
|
772
|
+
fractionDigits: 2
|
|
595
773
|
},
|
|
596
774
|
UYI: {
|
|
597
775
|
label: "Peso uruguaio en unidades indexadas",
|
|
598
|
-
symbol: "UYI"
|
|
776
|
+
symbol: "UYI",
|
|
777
|
+
fractionDigits: 0
|
|
599
778
|
},
|
|
600
779
|
UYU: {
|
|
601
780
|
label: "Peso uruguaio",
|
|
602
|
-
symbol: "$"
|
|
781
|
+
symbol: "$",
|
|
782
|
+
fractionDigits: 2
|
|
603
783
|
},
|
|
604
784
|
UZS: {
|
|
605
785
|
label: "Som uzbeque",
|
|
606
|
-
symbol: "сўм"
|
|
786
|
+
symbol: "сўм",
|
|
787
|
+
fractionDigits: 0
|
|
607
788
|
},
|
|
608
789
|
VEF: {
|
|
609
790
|
label: "Bolívar venezuelano (2008–2018)",
|
|
610
|
-
symbol: "Bs."
|
|
791
|
+
symbol: "Bs.",
|
|
792
|
+
fractionDigits: 2
|
|
611
793
|
},
|
|
612
794
|
VND: {
|
|
613
795
|
label: "Dong vietnamita",
|
|
614
|
-
symbol: "₫"
|
|
796
|
+
symbol: "₫",
|
|
797
|
+
fractionDigits: 0
|
|
615
798
|
},
|
|
616
799
|
VUV: {
|
|
617
800
|
label: "Vatu de Vanuatu",
|
|
618
|
-
symbol: "VT"
|
|
801
|
+
symbol: "VT",
|
|
802
|
+
fractionDigits: 0
|
|
619
803
|
},
|
|
620
804
|
WST: {
|
|
621
805
|
label: "Tala samoano",
|
|
622
|
-
symbol: "WS$"
|
|
806
|
+
symbol: "WS$",
|
|
807
|
+
fractionDigits: 2
|
|
623
808
|
},
|
|
624
809
|
XAF: {
|
|
625
810
|
label: "Franco CFA de BEAC",
|
|
626
|
-
symbol: "FCFA"
|
|
811
|
+
symbol: "FCFA",
|
|
812
|
+
fractionDigits: 0
|
|
627
813
|
},
|
|
628
814
|
XCD: {
|
|
629
815
|
label: "Dólar do Caribe Oriental",
|
|
630
|
-
symbol: "$"
|
|
816
|
+
symbol: "$",
|
|
817
|
+
fractionDigits: 2
|
|
631
818
|
},
|
|
632
819
|
XOF: {
|
|
633
820
|
label: "Franco CFA de BCEAO",
|
|
634
|
-
symbol: "CFA"
|
|
821
|
+
symbol: "CFA",
|
|
822
|
+
fractionDigits: 0
|
|
635
823
|
},
|
|
636
824
|
XPF: {
|
|
637
825
|
label: "Franco CFP",
|
|
638
|
-
symbol: "FCFP"
|
|
826
|
+
symbol: "FCFP",
|
|
827
|
+
fractionDigits: 0
|
|
639
828
|
},
|
|
640
829
|
YER: {
|
|
641
830
|
label: "Rial iemenita",
|
|
642
|
-
symbol: "ر.ي."
|
|
831
|
+
symbol: "ر.ي.",
|
|
832
|
+
fractionDigits: 0
|
|
643
833
|
},
|
|
644
834
|
ZAR: {
|
|
645
835
|
label: "Rand sul-africano",
|
|
646
|
-
symbol: "R"
|
|
836
|
+
symbol: "R",
|
|
837
|
+
fractionDigits: 2
|
|
647
838
|
},
|
|
648
839
|
ZMW: {
|
|
649
840
|
label: "Kwacha zambiano",
|
|
650
|
-
symbol: "K"
|
|
841
|
+
symbol: "K",
|
|
842
|
+
fractionDigits: 2
|
|
651
843
|
}
|
|
652
844
|
};
|
|
653
845
|
|