@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
package/data/currencies/de.json
CHANGED
|
@@ -1,650 +1,842 @@
|
|
|
1
1
|
{
|
|
2
2
|
"AED": {
|
|
3
3
|
"label": "VAE-Dirham",
|
|
4
|
-
"symbol": "د.إ."
|
|
4
|
+
"symbol": "د.إ.",
|
|
5
|
+
"fractionDigits": 2
|
|
5
6
|
},
|
|
6
7
|
"AFN": {
|
|
7
8
|
"label": "Afghanischer Afghani",
|
|
8
|
-
"symbol": "؋"
|
|
9
|
+
"symbol": "؋",
|
|
10
|
+
"fractionDigits": 0
|
|
9
11
|
},
|
|
10
12
|
"ALL": {
|
|
11
13
|
"label": "Albanischer Lek",
|
|
12
|
-
"symbol": "Lekë"
|
|
14
|
+
"symbol": "Lekë",
|
|
15
|
+
"fractionDigits": 0
|
|
13
16
|
},
|
|
14
17
|
"AMD": {
|
|
15
18
|
"label": "Armenischer Dram",
|
|
16
|
-
"symbol": "֏"
|
|
19
|
+
"symbol": "֏",
|
|
20
|
+
"fractionDigits": 0
|
|
17
21
|
},
|
|
18
22
|
"ANG": {
|
|
19
23
|
"label": "Niederländische-Antillen-Gulden",
|
|
20
|
-
"symbol": "NAf."
|
|
24
|
+
"symbol": "NAf.",
|
|
25
|
+
"fractionDigits": 2
|
|
21
26
|
},
|
|
22
27
|
"AOA": {
|
|
23
28
|
"label": "Angolanischer Kwanza",
|
|
24
|
-
"symbol": "Kz"
|
|
29
|
+
"symbol": "Kz",
|
|
30
|
+
"fractionDigits": 2
|
|
25
31
|
},
|
|
26
32
|
"ARS": {
|
|
27
33
|
"label": "Argentinischer Peso",
|
|
28
|
-
"symbol": "$"
|
|
34
|
+
"symbol": "$",
|
|
35
|
+
"fractionDigits": 2
|
|
29
36
|
},
|
|
30
37
|
"AUD": {
|
|
31
38
|
"label": "Australischer Dollar",
|
|
32
|
-
"symbol": "$"
|
|
39
|
+
"symbol": "$",
|
|
40
|
+
"fractionDigits": 2
|
|
33
41
|
},
|
|
34
42
|
"AWG": {
|
|
35
43
|
"label": "Aruba-Florin",
|
|
36
|
-
"symbol": "Afl."
|
|
44
|
+
"symbol": "Afl.",
|
|
45
|
+
"fractionDigits": 2
|
|
37
46
|
},
|
|
38
47
|
"AZN": {
|
|
39
48
|
"label": "Aserbaidschan-Manat",
|
|
40
|
-
"symbol": "₼"
|
|
49
|
+
"symbol": "₼",
|
|
50
|
+
"fractionDigits": 2
|
|
41
51
|
},
|
|
42
52
|
"BAM": {
|
|
43
53
|
"label": "Konvertible Mark Bosnien und Herzegowina",
|
|
44
|
-
"symbol": "КМ"
|
|
54
|
+
"symbol": "КМ",
|
|
55
|
+
"fractionDigits": 2
|
|
45
56
|
},
|
|
46
57
|
"BBD": {
|
|
47
58
|
"label": "Barbados-Dollar",
|
|
48
|
-
"symbol": "$"
|
|
59
|
+
"symbol": "$",
|
|
60
|
+
"fractionDigits": 2
|
|
49
61
|
},
|
|
50
62
|
"BDT": {
|
|
51
63
|
"label": "Bangladesch-Taka",
|
|
52
|
-
"symbol": "৳"
|
|
64
|
+
"symbol": "৳",
|
|
65
|
+
"fractionDigits": 2
|
|
53
66
|
},
|
|
54
67
|
"BGN": {
|
|
55
68
|
"label": "Bulgarischer Lew",
|
|
56
|
-
"symbol": "лв."
|
|
69
|
+
"symbol": "лв.",
|
|
70
|
+
"fractionDigits": 2
|
|
57
71
|
},
|
|
58
72
|
"BHD": {
|
|
59
73
|
"label": "Bahrain-Dinar",
|
|
60
|
-
"symbol": "د.ب."
|
|
74
|
+
"symbol": "د.ب.",
|
|
75
|
+
"fractionDigits": 3
|
|
61
76
|
},
|
|
62
77
|
"BIF": {
|
|
63
78
|
"label": "Burundi-Franc",
|
|
64
|
-
"symbol": "FBu"
|
|
79
|
+
"symbol": "FBu",
|
|
80
|
+
"fractionDigits": 0
|
|
65
81
|
},
|
|
66
82
|
"BMD": {
|
|
67
83
|
"label": "Bermuda-Dollar",
|
|
68
|
-
"symbol": "$"
|
|
84
|
+
"symbol": "$",
|
|
85
|
+
"fractionDigits": 2
|
|
69
86
|
},
|
|
70
87
|
"BND": {
|
|
71
88
|
"label": "Brunei-Dollar",
|
|
72
|
-
"symbol": "$"
|
|
89
|
+
"symbol": "$",
|
|
90
|
+
"fractionDigits": 2
|
|
73
91
|
},
|
|
74
92
|
"BOB": {
|
|
75
93
|
"label": "Bolivianischer Boliviano",
|
|
76
|
-
"symbol": "Bs"
|
|
94
|
+
"symbol": "Bs",
|
|
95
|
+
"fractionDigits": 2
|
|
77
96
|
},
|
|
78
97
|
"BOV": {
|
|
79
98
|
"label": "Boliviansiche Mvdol",
|
|
80
|
-
"symbol": "BOV"
|
|
99
|
+
"symbol": "BOV",
|
|
100
|
+
"fractionDigits": 2
|
|
81
101
|
},
|
|
82
102
|
"BRL": {
|
|
83
103
|
"label": "Brasilianischer Real",
|
|
84
|
-
"symbol": "R$"
|
|
104
|
+
"symbol": "R$",
|
|
105
|
+
"fractionDigits": 2
|
|
85
106
|
},
|
|
86
107
|
"BSD": {
|
|
87
108
|
"label": "Bahamas-Dollar",
|
|
88
|
-
"symbol": "$"
|
|
109
|
+
"symbol": "$",
|
|
110
|
+
"fractionDigits": 2
|
|
89
111
|
},
|
|
90
112
|
"BTN": {
|
|
91
113
|
"label": "Bhutan-Ngultrum",
|
|
92
|
-
"symbol": "Nu."
|
|
114
|
+
"symbol": "Nu.",
|
|
115
|
+
"fractionDigits": 2
|
|
93
116
|
},
|
|
94
117
|
"BWP": {
|
|
95
118
|
"label": "Botswanischer Pula",
|
|
96
|
-
"symbol": "P"
|
|
119
|
+
"symbol": "P",
|
|
120
|
+
"fractionDigits": 2
|
|
97
121
|
},
|
|
98
122
|
"BYN": {
|
|
99
123
|
"label": "Weißrussischer Rubel",
|
|
100
|
-
"symbol": "Br"
|
|
124
|
+
"symbol": "Br",
|
|
125
|
+
"fractionDigits": 2
|
|
101
126
|
},
|
|
102
127
|
"BZD": {
|
|
103
128
|
"label": "Belize-Dollar",
|
|
104
|
-
"symbol": "$"
|
|
129
|
+
"symbol": "$",
|
|
130
|
+
"fractionDigits": 2
|
|
105
131
|
},
|
|
106
132
|
"CAD": {
|
|
107
133
|
"label": "Kanadischer Dollar",
|
|
108
|
-
"symbol": "$"
|
|
134
|
+
"symbol": "$",
|
|
135
|
+
"fractionDigits": 2
|
|
109
136
|
},
|
|
110
137
|
"CDF": {
|
|
111
138
|
"label": "Kongo-Franc",
|
|
112
|
-
"symbol": "FC"
|
|
139
|
+
"symbol": "FC",
|
|
140
|
+
"fractionDigits": 2
|
|
113
141
|
},
|
|
114
142
|
"CHE": {
|
|
115
143
|
"label": "WIR-Euro",
|
|
116
|
-
"symbol": "CHE"
|
|
144
|
+
"symbol": "CHE",
|
|
145
|
+
"fractionDigits": 2
|
|
117
146
|
},
|
|
118
147
|
"CHF": {
|
|
119
148
|
"label": "Schweizer Franken",
|
|
120
|
-
"symbol": "CHF"
|
|
149
|
+
"symbol": "CHF",
|
|
150
|
+
"fractionDigits": 2
|
|
121
151
|
},
|
|
122
152
|
"CHW": {
|
|
123
153
|
"label": "WIR Franken",
|
|
124
|
-
"symbol": "CHW"
|
|
154
|
+
"symbol": "CHW",
|
|
155
|
+
"fractionDigits": 2
|
|
125
156
|
},
|
|
126
157
|
"CLF": {
|
|
127
158
|
"label": "Chilenische Unidades de Fomento",
|
|
128
|
-
"symbol": "CLF"
|
|
159
|
+
"symbol": "CLF",
|
|
160
|
+
"fractionDigits": 4
|
|
129
161
|
},
|
|
130
162
|
"CLP": {
|
|
131
163
|
"label": "Chilenischer Peso",
|
|
132
|
-
"symbol": "$"
|
|
164
|
+
"symbol": "$",
|
|
165
|
+
"fractionDigits": 0
|
|
133
166
|
},
|
|
134
167
|
"CNH": {
|
|
135
168
|
"label": "Renminbi-Yuan (Offshore)",
|
|
136
|
-
"symbol": "CNH"
|
|
169
|
+
"symbol": "CNH",
|
|
170
|
+
"fractionDigits": 2
|
|
137
171
|
},
|
|
138
172
|
"CNY": {
|
|
139
173
|
"label": "Renminbi Yuan",
|
|
140
|
-
"symbol": "¥"
|
|
174
|
+
"symbol": "¥",
|
|
175
|
+
"fractionDigits": 2
|
|
141
176
|
},
|
|
142
177
|
"COP": {
|
|
143
178
|
"label": "Kolumbianischer Peso",
|
|
144
|
-
"symbol": "$"
|
|
179
|
+
"symbol": "$",
|
|
180
|
+
"fractionDigits": 0
|
|
145
181
|
},
|
|
146
182
|
"COU": {
|
|
147
183
|
"label": "Kolumbianische Unidades de valor real",
|
|
148
|
-
"symbol": "COU"
|
|
184
|
+
"symbol": "COU",
|
|
185
|
+
"fractionDigits": 2
|
|
149
186
|
},
|
|
150
187
|
"CRC": {
|
|
151
188
|
"label": "Costa-Rica-Colón",
|
|
152
|
-
"symbol": "₡"
|
|
189
|
+
"symbol": "₡",
|
|
190
|
+
"fractionDigits": 2
|
|
153
191
|
},
|
|
154
192
|
"CUC": {
|
|
155
193
|
"label": "Kubanischer Peso (konvertibel)",
|
|
156
|
-
"symbol": "CUC"
|
|
194
|
+
"symbol": "CUC",
|
|
195
|
+
"fractionDigits": 2
|
|
157
196
|
},
|
|
158
197
|
"CUP": {
|
|
159
198
|
"label": "Kubanischer Peso",
|
|
160
|
-
"symbol": "$"
|
|
199
|
+
"symbol": "$",
|
|
200
|
+
"fractionDigits": 2
|
|
161
201
|
},
|
|
162
202
|
"CVE": {
|
|
163
203
|
"label": "Cabo-Verde-Escudo",
|
|
164
|
-
"symbol": ""
|
|
204
|
+
"symbol": "",
|
|
205
|
+
"fractionDigits": 2
|
|
165
206
|
},
|
|
166
207
|
"CZK": {
|
|
167
208
|
"label": "Tschechische Krone",
|
|
168
|
-
"symbol": "Kč"
|
|
209
|
+
"symbol": "Kč",
|
|
210
|
+
"fractionDigits": 2
|
|
211
|
+
},
|
|
212
|
+
"CZK0": {
|
|
213
|
+
"label": "Tschechische Krone - Nicht ISO (0 Dezimalstellen)",
|
|
214
|
+
"symbol": "Kč",
|
|
215
|
+
"fractionDigits": 0
|
|
169
216
|
},
|
|
170
217
|
"DJF": {
|
|
171
218
|
"label": "Dschibuti-Franc",
|
|
172
|
-
"symbol": "Fdj"
|
|
219
|
+
"symbol": "Fdj",
|
|
220
|
+
"fractionDigits": 0
|
|
173
221
|
},
|
|
174
222
|
"DKK": {
|
|
175
223
|
"label": "Dänische Krone",
|
|
176
|
-
"symbol": "kr."
|
|
224
|
+
"symbol": "kr.",
|
|
225
|
+
"fractionDigits": 2
|
|
177
226
|
},
|
|
178
227
|
"DOP": {
|
|
179
228
|
"label": "Dominikanischer Peso",
|
|
180
|
-
"symbol": "RD$"
|
|
229
|
+
"symbol": "RD$",
|
|
230
|
+
"fractionDigits": 2
|
|
181
231
|
},
|
|
182
232
|
"DZD": {
|
|
183
233
|
"label": "Algerischer Dinar",
|
|
184
|
-
"symbol": "د.ج."
|
|
234
|
+
"symbol": "د.ج.",
|
|
235
|
+
"fractionDigits": 2
|
|
185
236
|
},
|
|
186
237
|
"EGP": {
|
|
187
238
|
"label": "Ägyptisches Pfund",
|
|
188
|
-
"symbol": "ج.م."
|
|
239
|
+
"symbol": "ج.م.",
|
|
240
|
+
"fractionDigits": 2
|
|
189
241
|
},
|
|
190
242
|
"ERN": {
|
|
191
243
|
"label": "Eritreischer Nakfa",
|
|
192
|
-
"symbol": "Nfk"
|
|
244
|
+
"symbol": "Nfk",
|
|
245
|
+
"fractionDigits": 2
|
|
193
246
|
},
|
|
194
247
|
"ETB": {
|
|
195
248
|
"label": "Äthiopischer Birr",
|
|
196
|
-
"symbol": "ብር"
|
|
249
|
+
"symbol": "ብር",
|
|
250
|
+
"fractionDigits": 2
|
|
197
251
|
},
|
|
198
252
|
"EUR": {
|
|
199
253
|
"label": "Euro",
|
|
200
|
-
"symbol": "€"
|
|
254
|
+
"symbol": "€",
|
|
255
|
+
"fractionDigits": 2
|
|
201
256
|
},
|
|
202
257
|
"FJD": {
|
|
203
258
|
"label": "Fidschi-Dollar",
|
|
204
|
-
"symbol": "$"
|
|
259
|
+
"symbol": "$",
|
|
260
|
+
"fractionDigits": 2
|
|
205
261
|
},
|
|
206
262
|
"FKP": {
|
|
207
263
|
"label": "Falkland-Pfund",
|
|
208
|
-
"symbol": "£"
|
|
264
|
+
"symbol": "£",
|
|
265
|
+
"fractionDigits": 2
|
|
209
266
|
},
|
|
210
267
|
"GBP": {
|
|
211
268
|
"label": "Britisches Pfund",
|
|
212
|
-
"symbol": "£"
|
|
269
|
+
"symbol": "£",
|
|
270
|
+
"fractionDigits": 2
|
|
213
271
|
},
|
|
214
272
|
"GEL": {
|
|
215
273
|
"label": "Georgischer Lari",
|
|
216
|
-
"symbol": "₾"
|
|
274
|
+
"symbol": "₾",
|
|
275
|
+
"fractionDigits": 2
|
|
217
276
|
},
|
|
218
277
|
"GHS": {
|
|
219
278
|
"label": "Ghanaischer Cedi",
|
|
220
|
-
"symbol": "GH₵"
|
|
279
|
+
"symbol": "GH₵",
|
|
280
|
+
"fractionDigits": 2
|
|
221
281
|
},
|
|
222
282
|
"GIP": {
|
|
223
283
|
"label": "Gibraltar-Pfund",
|
|
224
|
-
"symbol": "£"
|
|
284
|
+
"symbol": "£",
|
|
285
|
+
"fractionDigits": 2
|
|
225
286
|
},
|
|
226
287
|
"GMD": {
|
|
227
288
|
"label": "Gambia-Dalasi",
|
|
228
|
-
"symbol": "D"
|
|
289
|
+
"symbol": "D",
|
|
290
|
+
"fractionDigits": 2
|
|
229
291
|
},
|
|
230
292
|
"GNF": {
|
|
231
293
|
"label": "Guinea-Franc",
|
|
232
|
-
"symbol": "FG"
|
|
294
|
+
"symbol": "FG",
|
|
295
|
+
"fractionDigits": 0
|
|
233
296
|
},
|
|
234
297
|
"GTQ": {
|
|
235
298
|
"label": "Guatemaltekischer Quetzal",
|
|
236
|
-
"symbol": "Q"
|
|
299
|
+
"symbol": "Q",
|
|
300
|
+
"fractionDigits": 2
|
|
237
301
|
},
|
|
238
302
|
"GYD": {
|
|
239
303
|
"label": "Guyana-Dollar",
|
|
240
|
-
"symbol": "$"
|
|
304
|
+
"symbol": "$",
|
|
305
|
+
"fractionDigits": 0
|
|
241
306
|
},
|
|
242
307
|
"HKD": {
|
|
243
308
|
"label": "Hongkong-Dollar",
|
|
244
|
-
"symbol": "HK$"
|
|
309
|
+
"symbol": "HK$",
|
|
310
|
+
"fractionDigits": 2
|
|
245
311
|
},
|
|
246
312
|
"HNL": {
|
|
247
313
|
"label": "Honduras-Lempira",
|
|
248
|
-
"symbol": "L"
|
|
314
|
+
"symbol": "L",
|
|
315
|
+
"fractionDigits": 2
|
|
249
316
|
},
|
|
250
317
|
"HRK": {
|
|
251
318
|
"label": "Kroatischer Kuna",
|
|
252
|
-
"symbol": "HRK"
|
|
319
|
+
"symbol": "HRK",
|
|
320
|
+
"fractionDigits": 2
|
|
253
321
|
},
|
|
254
322
|
"HTG": {
|
|
255
323
|
"label": "Haitianische Gourde",
|
|
256
|
-
"symbol": "G"
|
|
324
|
+
"symbol": "G",
|
|
325
|
+
"fractionDigits": 2
|
|
257
326
|
},
|
|
258
327
|
"HUF": {
|
|
259
328
|
"label": "Ungarischer Forint",
|
|
260
|
-
"symbol": "Ft"
|
|
329
|
+
"symbol": "Ft",
|
|
330
|
+
"fractionDigits": 2
|
|
331
|
+
},
|
|
332
|
+
"HUF0": {
|
|
333
|
+
"label": "Ungarischer Forint - Nicht ISO (0 Dezimalstellen)",
|
|
334
|
+
"symbol": "Ft",
|
|
335
|
+
"fractionDigits": 0
|
|
261
336
|
},
|
|
262
337
|
"IDR": {
|
|
263
338
|
"label": "Indonesische Rupiah",
|
|
264
|
-
"symbol": "Rp"
|
|
339
|
+
"symbol": "Rp",
|
|
340
|
+
"fractionDigits": 0
|
|
265
341
|
},
|
|
266
342
|
"ILS": {
|
|
267
343
|
"label": "Israelischer Neuer Schekel",
|
|
268
|
-
"symbol": "₪"
|
|
344
|
+
"symbol": "₪",
|
|
345
|
+
"fractionDigits": 2
|
|
346
|
+
},
|
|
347
|
+
"ILS0": {
|
|
348
|
+
"label": "Israelischer Neuer Schekel - Nicht ISO (0 Dezimalstellen)",
|
|
349
|
+
"symbol": "₪",
|
|
350
|
+
"fractionDigits": 0
|
|
269
351
|
},
|
|
270
352
|
"INR": {
|
|
271
353
|
"label": "Indische Rupie",
|
|
272
|
-
"symbol": "₹"
|
|
354
|
+
"symbol": "₹",
|
|
355
|
+
"fractionDigits": 2
|
|
273
356
|
},
|
|
274
357
|
"IQD": {
|
|
275
358
|
"label": "Irakischer Dinar",
|
|
276
|
-
"symbol": "د.ع."
|
|
359
|
+
"symbol": "د.ع.",
|
|
360
|
+
"fractionDigits": 0
|
|
277
361
|
},
|
|
278
362
|
"IRR": {
|
|
279
363
|
"label": "Iranischer Rial",
|
|
280
|
-
"symbol": "IRR"
|
|
364
|
+
"symbol": "IRR",
|
|
365
|
+
"fractionDigits": 0
|
|
281
366
|
},
|
|
282
367
|
"ISK": {
|
|
283
368
|
"label": "Isländische Krone",
|
|
284
|
-
"symbol": "ISK"
|
|
369
|
+
"symbol": "ISK",
|
|
370
|
+
"fractionDigits": 0
|
|
285
371
|
},
|
|
286
372
|
"JMD": {
|
|
287
373
|
"label": "Jamaika-Dollar",
|
|
288
|
-
"symbol": "$"
|
|
374
|
+
"symbol": "$",
|
|
375
|
+
"fractionDigits": 2
|
|
289
376
|
},
|
|
290
377
|
"JOD": {
|
|
291
378
|
"label": "Jordanischer Dinar",
|
|
292
|
-
"symbol": "د.أ."
|
|
379
|
+
"symbol": "د.أ.",
|
|
380
|
+
"fractionDigits": 3
|
|
293
381
|
},
|
|
294
382
|
"JPY": {
|
|
295
383
|
"label": "Japanischer Yen",
|
|
296
|
-
"symbol": "¥"
|
|
384
|
+
"symbol": "¥",
|
|
385
|
+
"fractionDigits": 0
|
|
297
386
|
},
|
|
298
387
|
"KES": {
|
|
299
388
|
"label": "Kenia-Schilling",
|
|
300
|
-
"symbol": "Ksh"
|
|
389
|
+
"symbol": "Ksh",
|
|
390
|
+
"fractionDigits": 2
|
|
301
391
|
},
|
|
302
392
|
"KGS": {
|
|
303
393
|
"label": "Kirgisischer Som",
|
|
304
|
-
"symbol": "сом"
|
|
394
|
+
"symbol": "сом",
|
|
395
|
+
"fractionDigits": 2
|
|
305
396
|
},
|
|
306
397
|
"KHR": {
|
|
307
398
|
"label": "Kambodschanischer Riel",
|
|
308
|
-
"symbol": "៛"
|
|
399
|
+
"symbol": "៛",
|
|
400
|
+
"fractionDigits": 2
|
|
309
401
|
},
|
|
310
402
|
"KMF": {
|
|
311
403
|
"label": "Komoren-Franc",
|
|
312
|
-
"symbol": "CF"
|
|
404
|
+
"symbol": "CF",
|
|
405
|
+
"fractionDigits": 0
|
|
313
406
|
},
|
|
314
407
|
"KPW": {
|
|
315
408
|
"label": "Nordkoreanischer Won",
|
|
316
|
-
"symbol": "KPW"
|
|
409
|
+
"symbol": "KPW",
|
|
410
|
+
"fractionDigits": 0
|
|
317
411
|
},
|
|
318
412
|
"KRW": {
|
|
319
413
|
"label": "Südkoreanischer Won",
|
|
320
|
-
"symbol": "₩"
|
|
414
|
+
"symbol": "₩",
|
|
415
|
+
"fractionDigits": 0
|
|
321
416
|
},
|
|
322
417
|
"KWD": {
|
|
323
418
|
"label": "Kuwait-Dinar",
|
|
324
|
-
"symbol": "د.ك."
|
|
419
|
+
"symbol": "د.ك.",
|
|
420
|
+
"fractionDigits": 3
|
|
325
421
|
},
|
|
326
422
|
"KYD": {
|
|
327
423
|
"label": "Kaiman-Dollar",
|
|
328
|
-
"symbol": "$"
|
|
424
|
+
"symbol": "$",
|
|
425
|
+
"fractionDigits": 2
|
|
329
426
|
},
|
|
330
427
|
"KZT": {
|
|
331
428
|
"label": "Kasachischer Tenge",
|
|
332
|
-
"symbol": "₸"
|
|
429
|
+
"symbol": "₸",
|
|
430
|
+
"fractionDigits": 2
|
|
431
|
+
},
|
|
432
|
+
"KZT0": {
|
|
433
|
+
"label": "Kasachischer Tenge - Nicht ISO (0 Dezimalstellen)",
|
|
434
|
+
"symbol": "₸",
|
|
435
|
+
"fractionDigits": 0
|
|
333
436
|
},
|
|
334
437
|
"LAK": {
|
|
335
438
|
"label": "Laotischer Kip",
|
|
336
|
-
"symbol": "₭"
|
|
439
|
+
"symbol": "₭",
|
|
440
|
+
"fractionDigits": 0
|
|
337
441
|
},
|
|
338
442
|
"LBP": {
|
|
339
443
|
"label": "Libanesisches Pfund",
|
|
340
|
-
"symbol": "ل.ل."
|
|
444
|
+
"symbol": "ل.ل.",
|
|
445
|
+
"fractionDigits": 0
|
|
341
446
|
},
|
|
342
447
|
"LKR": {
|
|
343
448
|
"label": "Sri-Lanka-Rupie",
|
|
344
|
-
"symbol": "රු."
|
|
449
|
+
"symbol": "රු.",
|
|
450
|
+
"fractionDigits": 2
|
|
345
451
|
},
|
|
346
452
|
"LRD": {
|
|
347
453
|
"label": "Liberianischer Dollar",
|
|
348
|
-
"symbol": "$"
|
|
454
|
+
"symbol": "$",
|
|
455
|
+
"fractionDigits": 2
|
|
349
456
|
},
|
|
350
457
|
"LSL": {
|
|
351
458
|
"label": "Loti",
|
|
352
|
-
"symbol": "LSL"
|
|
459
|
+
"symbol": "LSL",
|
|
460
|
+
"fractionDigits": 2
|
|
353
461
|
},
|
|
354
462
|
"LYD": {
|
|
355
463
|
"label": "Libyscher Dinar",
|
|
356
|
-
"symbol": "د.ل."
|
|
464
|
+
"symbol": "د.ل.",
|
|
465
|
+
"fractionDigits": 3
|
|
357
466
|
},
|
|
358
467
|
"MAD": {
|
|
359
468
|
"label": "Marokkanischer Dirham",
|
|
360
|
-
"symbol": "د.م."
|
|
469
|
+
"symbol": "د.م.",
|
|
470
|
+
"fractionDigits": 2
|
|
361
471
|
},
|
|
362
472
|
"MDL": {
|
|
363
473
|
"label": "Moldau-Leu",
|
|
364
|
-
"symbol": "L"
|
|
474
|
+
"symbol": "L",
|
|
475
|
+
"fractionDigits": 2
|
|
365
476
|
},
|
|
366
477
|
"MGA": {
|
|
367
478
|
"label": "Madagaskar-Ariary",
|
|
368
|
-
"symbol": "Ar"
|
|
479
|
+
"symbol": "Ar",
|
|
480
|
+
"fractionDigits": 0
|
|
369
481
|
},
|
|
370
482
|
"MKD": {
|
|
371
483
|
"label": "Mazedonischer Denar",
|
|
372
|
-
"symbol": "ден"
|
|
484
|
+
"symbol": "ден",
|
|
485
|
+
"fractionDigits": 2
|
|
373
486
|
},
|
|
374
487
|
"MMK": {
|
|
375
488
|
"label": "Myanmarischer Kyat",
|
|
376
|
-
"symbol": "K"
|
|
489
|
+
"symbol": "K",
|
|
490
|
+
"fractionDigits": 0
|
|
377
491
|
},
|
|
378
492
|
"MNT": {
|
|
379
493
|
"label": "Mongolischer Tögrög",
|
|
380
|
-
"symbol": "₮"
|
|
494
|
+
"symbol": "₮",
|
|
495
|
+
"fractionDigits": 0
|
|
381
496
|
},
|
|
382
497
|
"MOP": {
|
|
383
498
|
"label": "Macao-Pataca",
|
|
384
|
-
"symbol": "MOP$"
|
|
499
|
+
"symbol": "MOP$",
|
|
500
|
+
"fractionDigits": 2
|
|
385
501
|
},
|
|
386
502
|
"MRO": {
|
|
387
503
|
"label": "Mauretanischer Ouguiya (1973–2017)",
|
|
388
|
-
"symbol": "أ.م."
|
|
504
|
+
"symbol": "أ.م.",
|
|
505
|
+
"fractionDigits": 0
|
|
389
506
|
},
|
|
390
507
|
"MUR": {
|
|
391
508
|
"label": "Mauritius-Rupie",
|
|
392
|
-
"symbol": "Rs"
|
|
509
|
+
"symbol": "Rs",
|
|
510
|
+
"fractionDigits": 0
|
|
393
511
|
},
|
|
394
512
|
"MWK": {
|
|
395
513
|
"label": "Malawi-Kwacha",
|
|
396
|
-
"symbol": "MK"
|
|
514
|
+
"symbol": "MK",
|
|
515
|
+
"fractionDigits": 2
|
|
397
516
|
},
|
|
398
517
|
"MXN": {
|
|
399
518
|
"label": "Mexikanischer Peso",
|
|
400
|
-
"symbol": "$"
|
|
519
|
+
"symbol": "$",
|
|
520
|
+
"fractionDigits": 2
|
|
401
521
|
},
|
|
402
522
|
"MXV": {
|
|
403
523
|
"label": "Mexicanischer Unidad de Inversion (UDI)",
|
|
404
|
-
"symbol": "MXV"
|
|
524
|
+
"symbol": "MXV",
|
|
525
|
+
"fractionDigits": 2
|
|
405
526
|
},
|
|
406
527
|
"MYR": {
|
|
407
528
|
"label": "Malaysischer Ringgit",
|
|
408
|
-
"symbol": "RM"
|
|
529
|
+
"symbol": "RM",
|
|
530
|
+
"fractionDigits": 2
|
|
409
531
|
},
|
|
410
532
|
"MZN": {
|
|
411
533
|
"label": "Mosambikanischer Metical",
|
|
412
|
-
"symbol": "MTn"
|
|
534
|
+
"symbol": "MTn",
|
|
535
|
+
"fractionDigits": 2
|
|
413
536
|
},
|
|
414
537
|
"NAD": {
|
|
415
538
|
"label": "Namibia-Dollar",
|
|
416
|
-
"symbol": "$"
|
|
539
|
+
"symbol": "$",
|
|
540
|
+
"fractionDigits": 2
|
|
417
541
|
},
|
|
418
542
|
"NGN": {
|
|
419
543
|
"label": "Nigerianischer Naira",
|
|
420
|
-
"symbol": "₦"
|
|
544
|
+
"symbol": "₦",
|
|
545
|
+
"fractionDigits": 2
|
|
421
546
|
},
|
|
422
547
|
"NIO": {
|
|
423
548
|
"label": "Nicaragua-Córdoba",
|
|
424
|
-
"symbol": "C$"
|
|
549
|
+
"symbol": "C$",
|
|
550
|
+
"fractionDigits": 2
|
|
425
551
|
},
|
|
426
552
|
"NOK": {
|
|
427
553
|
"label": "Norwegische Krone",
|
|
428
|
-
"symbol": "kr"
|
|
554
|
+
"symbol": "kr",
|
|
555
|
+
"fractionDigits": 2
|
|
429
556
|
},
|
|
430
557
|
"NPR": {
|
|
431
558
|
"label": "Nepalesische Rupie",
|
|
432
|
-
"symbol": "नेरू"
|
|
559
|
+
"symbol": "नेरू",
|
|
560
|
+
"fractionDigits": 2
|
|
433
561
|
},
|
|
434
562
|
"NZD": {
|
|
435
563
|
"label": "Neuseeland-Dollar",
|
|
436
|
-
"symbol": "$"
|
|
564
|
+
"symbol": "$",
|
|
565
|
+
"fractionDigits": 2
|
|
437
566
|
},
|
|
438
567
|
"OMR": {
|
|
439
568
|
"label": "Omanischer Rial",
|
|
440
|
-
"symbol": "ر.ع."
|
|
569
|
+
"symbol": "ر.ع.",
|
|
570
|
+
"fractionDigits": 3
|
|
441
571
|
},
|
|
442
572
|
"PAB": {
|
|
443
573
|
"label": "Panamaischer Balboa",
|
|
444
|
-
"symbol": "B/."
|
|
574
|
+
"symbol": "B/.",
|
|
575
|
+
"fractionDigits": 2
|
|
445
576
|
},
|
|
446
577
|
"PEN": {
|
|
447
578
|
"label": "Peruanischer Sol",
|
|
448
|
-
"symbol": "S/"
|
|
579
|
+
"symbol": "S/",
|
|
580
|
+
"fractionDigits": 2
|
|
449
581
|
},
|
|
450
582
|
"PGK": {
|
|
451
583
|
"label": "Papua-neuguineischer Kina",
|
|
452
|
-
"symbol": "K"
|
|
584
|
+
"symbol": "K",
|
|
585
|
+
"fractionDigits": 2
|
|
453
586
|
},
|
|
454
587
|
"PHP": {
|
|
455
588
|
"label": "Philippinischer Peso",
|
|
456
|
-
"symbol": "₱"
|
|
589
|
+
"symbol": "₱",
|
|
590
|
+
"fractionDigits": 2
|
|
457
591
|
},
|
|
458
592
|
"PKR": {
|
|
459
593
|
"label": "Pakistanische Rupie",
|
|
460
|
-
"symbol": "Rs"
|
|
594
|
+
"symbol": "Rs",
|
|
595
|
+
"fractionDigits": 0
|
|
461
596
|
},
|
|
462
597
|
"PLN": {
|
|
463
598
|
"label": "Polnischer Złoty",
|
|
464
|
-
"symbol": "zł"
|
|
599
|
+
"symbol": "zł",
|
|
600
|
+
"fractionDigits": 2
|
|
465
601
|
},
|
|
466
602
|
"PYG": {
|
|
467
603
|
"label": "Paraguayischer Guaraní",
|
|
468
|
-
"symbol": "Gs."
|
|
604
|
+
"symbol": "Gs.",
|
|
605
|
+
"fractionDigits": 0
|
|
469
606
|
},
|
|
470
607
|
"QAR": {
|
|
471
608
|
"label": "Katar-Riyal",
|
|
472
|
-
"symbol": "ر.ق."
|
|
609
|
+
"symbol": "ر.ق.",
|
|
610
|
+
"fractionDigits": 2
|
|
473
611
|
},
|
|
474
612
|
"RON": {
|
|
475
613
|
"label": "Rumänischer Leu",
|
|
476
|
-
"symbol": "RON"
|
|
614
|
+
"symbol": "RON",
|
|
615
|
+
"fractionDigits": 2
|
|
477
616
|
},
|
|
478
617
|
"RSD": {
|
|
479
618
|
"label": "Serbischer Dinar",
|
|
480
|
-
"symbol": "RSD"
|
|
619
|
+
"symbol": "RSD",
|
|
620
|
+
"fractionDigits": 0
|
|
481
621
|
},
|
|
482
622
|
"RUB": {
|
|
483
623
|
"label": "Russischer Rubel",
|
|
484
|
-
"symbol": "₽"
|
|
624
|
+
"symbol": "₽",
|
|
625
|
+
"fractionDigits": 2
|
|
485
626
|
},
|
|
486
627
|
"RWF": {
|
|
487
628
|
"label": "Ruanda-Franc",
|
|
488
|
-
"symbol": "RF"
|
|
629
|
+
"symbol": "RF",
|
|
630
|
+
"fractionDigits": 0
|
|
489
631
|
},
|
|
490
632
|
"SAR": {
|
|
491
633
|
"label": "Saudi-Rial",
|
|
492
|
-
"symbol": "ر.س."
|
|
634
|
+
"symbol": "ر.س.",
|
|
635
|
+
"fractionDigits": 2
|
|
493
636
|
},
|
|
494
637
|
"SBD": {
|
|
495
638
|
"label": "Salomonen-Dollar",
|
|
496
|
-
"symbol": "$"
|
|
639
|
+
"symbol": "$",
|
|
640
|
+
"fractionDigits": 2
|
|
497
641
|
},
|
|
498
642
|
"SCR": {
|
|
499
643
|
"label": "Seychellen-Rupie",
|
|
500
|
-
"symbol": "SR"
|
|
644
|
+
"symbol": "SR",
|
|
645
|
+
"fractionDigits": 2
|
|
501
646
|
},
|
|
502
647
|
"SDG": {
|
|
503
648
|
"label": "Sudanesisches Pfund",
|
|
504
|
-
"symbol": "ج.س."
|
|
649
|
+
"symbol": "ج.س.",
|
|
650
|
+
"fractionDigits": 2
|
|
505
651
|
},
|
|
506
652
|
"SEK": {
|
|
507
653
|
"label": "Schwedische Krone",
|
|
508
|
-
"symbol": "kr"
|
|
654
|
+
"symbol": "kr",
|
|
655
|
+
"fractionDigits": 2
|
|
509
656
|
},
|
|
510
657
|
"SGD": {
|
|
511
658
|
"label": "Singapur-Dollar",
|
|
512
|
-
"symbol": "$"
|
|
659
|
+
"symbol": "$",
|
|
660
|
+
"fractionDigits": 2
|
|
513
661
|
},
|
|
514
662
|
"SHP": {
|
|
515
663
|
"label": "St.-Helena-Pfund",
|
|
516
|
-
"symbol": "£"
|
|
664
|
+
"symbol": "£",
|
|
665
|
+
"fractionDigits": 2
|
|
517
666
|
},
|
|
518
667
|
"SLL": {
|
|
519
|
-
"label": "Sierra-leonischer Leone (1964
|
|
520
|
-
"symbol": "Le"
|
|
668
|
+
"label": "Sierra-leonischer Leone (1964–2022)",
|
|
669
|
+
"symbol": "Le",
|
|
670
|
+
"fractionDigits": 0
|
|
521
671
|
},
|
|
522
672
|
"SOS": {
|
|
523
673
|
"label": "Somalia-Schilling",
|
|
524
|
-
"symbol": "S"
|
|
674
|
+
"symbol": "S",
|
|
675
|
+
"fractionDigits": 0
|
|
525
676
|
},
|
|
526
677
|
"SRD": {
|
|
527
678
|
"label": "Suriname-Dollar",
|
|
528
|
-
"symbol": "$"
|
|
679
|
+
"symbol": "$",
|
|
680
|
+
"fractionDigits": 2
|
|
529
681
|
},
|
|
530
682
|
"SSP": {
|
|
531
683
|
"label": "Südsudanesisches Pfund",
|
|
532
|
-
"symbol": "£"
|
|
684
|
+
"symbol": "£",
|
|
685
|
+
"fractionDigits": 2
|
|
533
686
|
},
|
|
534
687
|
"STN": {
|
|
535
688
|
"label": "São-toméischer Dobra",
|
|
536
|
-
"symbol": "STN"
|
|
689
|
+
"symbol": "STN",
|
|
690
|
+
"fractionDigits": 2
|
|
537
691
|
},
|
|
538
692
|
"SYP": {
|
|
539
693
|
"label": "Syrisches Pfund",
|
|
540
|
-
"symbol": "ل.س."
|
|
694
|
+
"symbol": "ل.س.",
|
|
695
|
+
"fractionDigits": 0
|
|
541
696
|
},
|
|
542
697
|
"SZL": {
|
|
543
698
|
"label": "Swasiländischer Lilangeni",
|
|
544
|
-
"symbol": "E"
|
|
699
|
+
"symbol": "E",
|
|
700
|
+
"fractionDigits": 2
|
|
545
701
|
},
|
|
546
702
|
"THB": {
|
|
547
703
|
"label": "Thailändischer Baht",
|
|
548
|
-
"symbol": "THB"
|
|
704
|
+
"symbol": "THB",
|
|
705
|
+
"fractionDigits": 2
|
|
549
706
|
},
|
|
550
707
|
"TJS": {
|
|
551
708
|
"label": "Tadschikistan-Somoni",
|
|
552
|
-
"symbol": "сом."
|
|
709
|
+
"symbol": "сом.",
|
|
710
|
+
"fractionDigits": 2
|
|
553
711
|
},
|
|
554
712
|
"TND": {
|
|
555
713
|
"label": "Tunesischer Dinar",
|
|
556
|
-
"symbol": "د.ت."
|
|
714
|
+
"symbol": "د.ت.",
|
|
715
|
+
"fractionDigits": 3
|
|
557
716
|
},
|
|
558
717
|
"TOP": {
|
|
559
718
|
"label": "Tongaischer Paʻanga",
|
|
560
|
-
"symbol": "T$"
|
|
719
|
+
"symbol": "T$",
|
|
720
|
+
"fractionDigits": 2
|
|
561
721
|
},
|
|
562
722
|
"TRY": {
|
|
563
723
|
"label": "Türkische Lira",
|
|
564
|
-
"symbol": "₺"
|
|
724
|
+
"symbol": "₺",
|
|
725
|
+
"fractionDigits": 2
|
|
726
|
+
},
|
|
727
|
+
"TRY0": {
|
|
728
|
+
"label": "Türkische Lira - Nicht ISO (0 Dezimalstellen)",
|
|
729
|
+
"symbol": "₺",
|
|
730
|
+
"fractionDigits": 0
|
|
565
731
|
},
|
|
566
732
|
"TTD": {
|
|
567
733
|
"label": "Trinidad-und-Tobago-Dollar",
|
|
568
|
-
"symbol": "$"
|
|
734
|
+
"symbol": "$",
|
|
735
|
+
"fractionDigits": 2
|
|
569
736
|
},
|
|
570
737
|
"TWD": {
|
|
571
738
|
"label": "Neuer Taiwan-Dollar",
|
|
572
|
-
"symbol": "$"
|
|
739
|
+
"symbol": "$",
|
|
740
|
+
"fractionDigits": 2
|
|
741
|
+
},
|
|
742
|
+
"TWD0": {
|
|
743
|
+
"label": "Neuer Taiwan-Dollar - Nicht ISO (0 Dezimalstellen)",
|
|
744
|
+
"symbol": "$",
|
|
745
|
+
"fractionDigits": 0
|
|
573
746
|
},
|
|
574
747
|
"TZS": {
|
|
575
748
|
"label": "Tansania-Schilling",
|
|
576
|
-
"symbol": "TSh"
|
|
749
|
+
"symbol": "TSh",
|
|
750
|
+
"fractionDigits": 0
|
|
577
751
|
},
|
|
578
752
|
"UAH": {
|
|
579
753
|
"label": "Ukrainische Hrywnja",
|
|
580
|
-
"symbol": "₴"
|
|
754
|
+
"symbol": "₴",
|
|
755
|
+
"fractionDigits": 2
|
|
581
756
|
},
|
|
582
757
|
"UGX": {
|
|
583
758
|
"label": "Uganda-Schilling",
|
|
584
|
-
"symbol": "USh"
|
|
759
|
+
"symbol": "USh",
|
|
760
|
+
"fractionDigits": 0
|
|
585
761
|
},
|
|
586
762
|
"USD": {
|
|
587
763
|
"label": "US-Dollar",
|
|
588
|
-
"symbol": "$"
|
|
764
|
+
"symbol": "$",
|
|
765
|
+
"fractionDigits": 2
|
|
589
766
|
},
|
|
590
767
|
"USN": {
|
|
591
768
|
"label": "US Dollar (Nächster Tag)",
|
|
592
|
-
"symbol": "USN"
|
|
769
|
+
"symbol": "USN",
|
|
770
|
+
"fractionDigits": 2
|
|
593
771
|
},
|
|
594
772
|
"UYI": {
|
|
595
773
|
"label": "Uruguayischer Peso (Indexierte Rechnungseinheiten)",
|
|
596
|
-
"symbol": "UYI"
|
|
774
|
+
"symbol": "UYI",
|
|
775
|
+
"fractionDigits": 0
|
|
597
776
|
},
|
|
598
777
|
"UYU": {
|
|
599
778
|
"label": "Uruguayischer Peso",
|
|
600
|
-
"symbol": "$"
|
|
779
|
+
"symbol": "$",
|
|
780
|
+
"fractionDigits": 2
|
|
601
781
|
},
|
|
602
782
|
"UZS": {
|
|
603
783
|
"label": "Usbekistan-Sum",
|
|
604
|
-
"symbol": "сўм"
|
|
784
|
+
"symbol": "сўм",
|
|
785
|
+
"fractionDigits": 0
|
|
605
786
|
},
|
|
606
787
|
"VEF": {
|
|
607
788
|
"label": "Venezolanischer Bolívar (2008–2018)",
|
|
608
|
-
"symbol": "Bs."
|
|
789
|
+
"symbol": "Bs.",
|
|
790
|
+
"fractionDigits": 2
|
|
609
791
|
},
|
|
610
792
|
"VND": {
|
|
611
793
|
"label": "Vietnamesischer Dong",
|
|
612
|
-
"symbol": "₫"
|
|
794
|
+
"symbol": "₫",
|
|
795
|
+
"fractionDigits": 0
|
|
613
796
|
},
|
|
614
797
|
"VUV": {
|
|
615
798
|
"label": "Vanuatu-Vatu",
|
|
616
|
-
"symbol": "VT"
|
|
799
|
+
"symbol": "VT",
|
|
800
|
+
"fractionDigits": 0
|
|
617
801
|
},
|
|
618
802
|
"WST": {
|
|
619
803
|
"label": "Samoanischer Tala",
|
|
620
|
-
"symbol": "WS$"
|
|
804
|
+
"symbol": "WS$",
|
|
805
|
+
"fractionDigits": 2
|
|
621
806
|
},
|
|
622
807
|
"XAF": {
|
|
623
808
|
"label": "CFA-Franc (BEAC)",
|
|
624
|
-
"symbol": "FCFA"
|
|
809
|
+
"symbol": "FCFA",
|
|
810
|
+
"fractionDigits": 0
|
|
625
811
|
},
|
|
626
812
|
"XCD": {
|
|
627
813
|
"label": "Ostkaribischer Dollar",
|
|
628
|
-
"symbol": "$"
|
|
814
|
+
"symbol": "$",
|
|
815
|
+
"fractionDigits": 2
|
|
629
816
|
},
|
|
630
817
|
"XOF": {
|
|
631
818
|
"label": "CFA-Franc (BCEAO)",
|
|
632
|
-
"symbol": "CFA"
|
|
819
|
+
"symbol": "CFA",
|
|
820
|
+
"fractionDigits": 0
|
|
633
821
|
},
|
|
634
822
|
"XPF": {
|
|
635
823
|
"label": "CFP-Franc",
|
|
636
|
-
"symbol": "FCFP"
|
|
824
|
+
"symbol": "FCFP",
|
|
825
|
+
"fractionDigits": 0
|
|
637
826
|
},
|
|
638
827
|
"YER": {
|
|
639
828
|
"label": "Jemen-Rial",
|
|
640
|
-
"symbol": "ر.ي."
|
|
829
|
+
"symbol": "ر.ي.",
|
|
830
|
+
"fractionDigits": 0
|
|
641
831
|
},
|
|
642
832
|
"ZAR": {
|
|
643
833
|
"label": "Südafrikanischer Rand",
|
|
644
|
-
"symbol": "R"
|
|
834
|
+
"symbol": "R",
|
|
835
|
+
"fractionDigits": 2
|
|
645
836
|
},
|
|
646
837
|
"ZMW": {
|
|
647
838
|
"label": "Kwacha",
|
|
648
|
-
"symbol": "K"
|
|
839
|
+
"symbol": "K",
|
|
840
|
+
"fractionDigits": 2
|
|
649
841
|
}
|
|
650
842
|
}
|